eaiovnaovbqoebvqoeavibavo PK$ ZQ composer.locknu[{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "3e6e79e410cd98a8d86f36f772fe3690", "packages": [ { "name": "firebase/php-jwt", "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23", "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": ">=4.8 <=9" }, "type": "library", "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", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v5.2.1" }, "time": "2021-02-12T00:02:00+00:00" }, { "name": "google/apiclient", "version": "v2.9.1", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client.git", "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/2fb6e702aca5d68203fa737f89f6f774022494c6", "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", "google/apiclient-services": "~0.13", "google/auth": "^1.10", "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", "guzzlehttp/psr7": "^1.2", "monolog/monolog": "^1.17|^2.0", "php": "^5.6|^7.0|^8.0", "phpseclib/phpseclib": "~2.0||^3.0.2" }, "require-dev": { "cache/filesystem-adapter": "^0.3.2|^1.1", "composer/composer": "^1.10", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "phpcompatibility/php-compatibility": "^9.2", "phpunit/phpunit": "^5.7||^8.5.13", "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)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Google\\": "src/" }, "files": [ "src/aliases.php" ], "classmap": [ "src/aliases.php" ] }, "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" ], "support": { "issues": "https://github.com/googleapis/google-api-php-client/issues", "source": "https://github.com/googleapis/google-api-php-client/tree/v2.9.1" }, "time": "2021-01-19T17:48:59+00:00" }, { "name": "google/apiclient-services", "version": "v0.168.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", "reference": "46b71684a100f3d976e0321cf24f487b314add68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/46b71684a100f3d976e0321cf24f487b314add68", "reference": "46b71684a100f3d976e0321cf24f487b314add68", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^4.8|^5" }, "type": "library", "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" ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.168.0" }, "time": "2021-03-22T11:26:04+00:00" }, { "name": "google/auth", "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b346c07de6613e26443d7b4830e5e1933b830dc4", "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0", "guzzlehttp/psr7": "^1.2", "php": ">=5.4", "psr/cache": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "guzzlehttp/promises": "0.1.1|^1.3", "kelvinmo/simplejwt": "^0.2.5|^0.5.1", "phpseclib/phpseclib": "^2", "phpunit/phpunit": "^4.8.36|^5.7", "sebastian/comparator": ">=1.2.3", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "type": "library", "autoload": { "psr-4": { "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" ], "support": { "docs": "https://googleapis.github.io/google-auth-library-php/master/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.0" }, "time": "2021-02-05T20:50:04+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "7008573787b430c1c1f650e3722d9bba59967628" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", "reference": "7008573787b430c1c1f650e3722d9bba59967628", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.4", "guzzlehttp/psr7": "^1.7 || ^2.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.3-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.3.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://github.com/alexeyshockov", "type": "github" }, { "url": "https://github.com/gmponos", "type": "github" } ], "time": "2021-03-23T11:33:13+00:00" }, { "name": "guzzlehttp/promises", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.4.1" }, "time": "2021-03-07T09:25:29+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/1.8.1" }, "time": "2021-03-21T16:25:00+00:00" }, { "name": "monolog/monolog", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7", "graylog2/gelf-php": "^1.4.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90 <7.0.1", "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", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "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" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.2.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2020-12-14T13:15:25+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2020-12-06T15:14:20+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.7", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d", "reference": "d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^5.7|^6.0|^9.4", "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." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "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" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/3.0.7" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "time": "2021-04-06T14:00:11+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.3" }, "time": "2020-03-23T09:12:05+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" } PK$ Z%>> composer.jsonnu[{ "require": { "google/apiclient": "^2.0" } } PK$ Zh1vendor/paragonie/constant_time_encoding/psalm.xmlnu[ PK$ Zc8vendor/paragonie/constant_time_encoding/phpunit.xml.distnu[ ./src ./tests PK$ ZRjKvendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.phpnu[assertSame( $random, Base64DotSlashOrdered::decode($enc) ); $unpadded = \rtrim($enc, '='); $this->assertSame( $random, Base64DotSlashOrdered::decode($unpadded) ); $this->assertSame( $random, Base64DotSlashOrdered::decode($unpadded) ); } } } } PK$ ZhS<vendor/paragonie/constant_time_encoding/tests/Base32Test.phpnu[assertSame( $random, Base32::decode($enc) ); $unpadded = \rtrim($enc, '='); $this->assertSame( $unpadded, Base32::encodeUnpadded($random) ); $this->assertSame( $random, Base32::decode($unpadded) ); $enc = Base32::encodeUpper($random); $this->assertSame( $random, Base32::decodeUpper($enc) ); $unpadded = \rtrim($enc, '='); $this->assertSame( $unpadded, Base32::encodeUpperUnpadded($random) ); $this->assertSame( $random, Base32::decodeUpper($unpadded) ); } } } } PK$ ZQJm?vendor/paragonie/constant_time_encoding/tests/Base32HexTest.phpnu[assertSame( $random, Base32Hex::decode($enc) ); $unpadded = \rtrim($enc, '='); $this->assertSame( $unpadded, Base32Hex::encodeUnpadded($random) ); $this->assertSame( $random, Base32Hex::decode($unpadded) ); $enc = Base32Hex::encodeUpper($random); $this->assertSame( $random, Base32Hex::decodeUpper($enc) ); $unpadded = \rtrim($enc, '='); $this->assertSame( $unpadded, Base32Hex::encodeUpperUnpadded($random) ); $this->assertSame( $random, Base32Hex::decodeUpper($unpadded) ); } } } } PK$ Z{P9vendor/paragonie/constant_time_encoding/tests/HexTest.phpnu[assertSame( $random, Hex::decode($enc) ); $this->assertSame( \bin2hex($random), $enc ); $enc = Hex::encodeUpper($random); $this->assertSame( $random, Hex::decode($enc) ); $this->assertSame( \strtoupper(\bin2hex($random)), $enc ); } } } } PK$ Z[%=vendor/paragonie/constant_time_encoding/tests/RFC4648Test.phpnu[assertSame(Base64::encode(''), ''); $this->assertSame(Base64::encode('f'), 'Zg=='); $this->assertSame(Base64::encode('fo'), 'Zm8='); $this->assertSame(Base64::encode('foo'), 'Zm9v'); $this->assertSame(Base64::encode('foob'), 'Zm9vYg=='); $this->assertSame(Base64::encode('fooba'), 'Zm9vYmE='); $this->assertSame(Base64::encode('foobar'), 'Zm9vYmFy'); } public function testVectorBase32() { $this->assertSame(Base32::encode(''), ''); $this->assertSame(Base32::encode('f'), 'my======'); $this->assertSame(Base32::encode('fo'), 'mzxq===='); $this->assertSame(Base32::encode('foo'), 'mzxw6==='); $this->assertSame(Base32::encode('foob'), 'mzxw6yq='); $this->assertSame(Base32::encode('fooba'), 'mzxw6ytb'); $this->assertSame(Base32::encode('foobar'), 'mzxw6ytboi======'); $this->assertSame(Base32::encodeUpper(''), ''); $this->assertSame(Base32::encodeUpper('f'), 'MY======'); $this->assertSame(Base32::encodeUpper('fo'), 'MZXQ===='); $this->assertSame(Base32::encodeUpper('foo'), 'MZXW6==='); $this->assertSame(Base32::encodeUpper('foob'), 'MZXW6YQ='); $this->assertSame(Base32::encodeUpper('fooba'), 'MZXW6YTB'); $this->assertSame(Base32::encodeUpper('foobar'), 'MZXW6YTBOI======'); } public function testVectorBase32Hex() { $this->assertSame(Base32Hex::encode(''), ''); $this->assertSame(Base32Hex::encode('f'), 'co======'); $this->assertSame(Base32Hex::encode('fo'), 'cpng===='); $this->assertSame(Base32Hex::encode('foo'), 'cpnmu==='); $this->assertSame(Base32Hex::encode('foob'), 'cpnmuog='); $this->assertSame(Base32Hex::encode('fooba'), 'cpnmuoj1'); $this->assertSame(Base32Hex::encode('foobar'), 'cpnmuoj1e8======'); $this->assertSame(Base32Hex::encodeUpper(''), ''); $this->assertSame(Base32Hex::encodeUpper('f'), 'CO======'); $this->assertSame(Base32Hex::encodeUpper('fo'), 'CPNG===='); $this->assertSame(Base32Hex::encodeUpper('foo'), 'CPNMU==='); $this->assertSame(Base32Hex::encodeUpper('foob'), 'CPNMUOG='); $this->assertSame(Base32Hex::encodeUpper('fooba'), 'CPNMUOJ1'); $this->assertSame(Base32Hex::encodeUpper('foobar'), 'CPNMUOJ1E8======'); } public function testVectorBase16() { $this->assertSame(Hex::encode(''), ''); $this->assertSame(Hex::encode('f'), '66'); $this->assertSame(Hex::encode('fo'), '666f'); $this->assertSame(Hex::encode('foo'), '666f6f'); $this->assertSame(Hex::encode('foob'), '666f6f62'); $this->assertSame(Hex::encode('fooba'), '666f6f6261'); $this->assertSame(Hex::encode('foobar'), '666f6f626172'); $this->assertSame(Hex::encodeUpper(''), ''); $this->assertSame(Hex::encodeUpper('f'), '66'); $this->assertSame(Hex::encodeUpper('fo'), '666F'); $this->assertSame(Hex::encodeUpper('foo'), '666F6F'); $this->assertSame(Hex::encodeUpper('foob'), '666F6F62'); $this->assertSame(Hex::encodeUpper('fooba'), '666F6F6261'); $this->assertSame(Hex::encodeUpper('foobar'), '666F6F626172'); } } PK$ ZVJ<vendor/paragonie/constant_time_encoding/tests/Base64Test.phpnu[assertSame( $random, Base64::decode($enc) ); $this->assertSame( \base64_encode($random), $enc ); $unpadded = \rtrim($enc, '='); $this->assertSame( $random, Base64::decode($unpadded) ); $this->assertSame( $random, Base64::decode($unpadded) ); } } $str = 'MIIFzzCCBLegAwIBAgIDAfdlMA0GCSqGSIb3DQEBBQUAMHMxCzAJBgNVBAYTAlBM' . 'MSgwJgYDVQQKDB9LcmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMSQwIgYDVQQ' . 'DDBtDT1BFIFNaQUZJUiAtIEt3YWxpZmlrb3dhbnkxFDASBgNVBAUTC05yIHdwaXN1Oi' . 'A2MB4XDTExMTEwOTA2MDAwMFoXDTEzMTEwOTA2MDAwMFowgdkxCzAJBgNVBAYTAlBMM' . 'RwwGgYDVQQKDBNVcnrEhWQgTWlhc3RhIEdkeW5pMRswGQYDVQQFExJQRVNFTDogNjEw' . 'NjA2MDMxMTgxGTAXBgNVBAMMEEplcnp5IFByemV3b3Jza2kxTzBNBgNVBBAwRgwiQWw' . 'uIE1hcnN6YcWCa2EgUGnFgnN1ZHNraWVnbyA1Mi81NAwNODEtMzgyIEdkeW5pYQwGUG' . '9sc2thDAlwb21vcnNraWUxDjAMBgNVBCoMBUplcnp5MRMwEQYDVQQEDApQcnpld29yc' . '2tpMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMm5vjGqHPthJCMqKpqssSISRo' . 's0PYDTcEQzyyurfX67EJWKtZj6HNwuDMEGJ02iBNZfjUl7r8dIi28bSKhNlsfycXZKY' . 'RcIjp0+r5RqtR2auo9GQ6veKb61DEAGIqaR+uLLcJVTHCu0w9oXLGbRlGth5eNoj03C' . 'xXVAH2IfhbNwIDAQABo4IChzCCAoMwDAYDVR0TAQH/BAIwADCCAUgGA1UdIAEB/wSCA' . 'TwwggE4MIIBNAYJKoRoAYb3IwEBMIIBJTCB3QYIKwYBBQUHAgIwgdAMgc1EZWtsYXJh' . 'Y2phIHRhIGplc3Qgb8Wbd2lhZGN6ZW5pZW0gd3lkYXdjeSwgxbxlIHRlbiBjZXJ0eWZ' . 'pa2F0IHpvc3RhxYIgd3lkYW55IGpha28gY2VydHlmaWthdCBrd2FsaWZpa293YW55IH' . 'pnb2RuaWUgeiB3eW1hZ2FuaWFtaSB1c3Rhd3kgbyBwb2RwaXNpZSBlbGVrdHJvbmlje' . 'm55bSBvcmF6IHRvd2FyenlzesSFY3ltaSBqZWogcm96cG9yesSFZHplbmlhbWkuMEMG' . 'CCsGAQUFBwIBFjdodHRwOi8vd3d3Lmtpci5jb20ucGwvY2VydHlmaWthY2phX2tsdWN' . '6eS9wb2xpdHlrYS5odG1sMAkGA1UdCQQCMAAwIQYDVR0RBBowGIEWai5wcnpld29yc2' . 'tpQGdkeW5pYS5wbDAOBgNVHQ8BAf8EBAMCBkAwgZ4GA1UdIwSBljCBk4AU3TGldJXip' . 'N4oGS3ZYmnBDMFs8gKhd6R1MHMxCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9LcmFqb3dh' . 'IEl6YmEgUm96bGljemVuaW93YSBTLkEuMSQwIgYDVQQDDBtDT1BFIFNaQUZJUiAtIEt' . '3YWxpZmlrb3dhbnkxFDASBgNVBAUTC05yIHdwaXN1OiA2ggJb9jBIBgNVHR8EQTA/MD' . '2gO6A5hjdodHRwOi8vd3d3Lmtpci5jb20ucGwvY2VydHlmaWthY2phX2tsdWN6eS9DU' . 'kxfT1pLMzIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQBYPIqnAreyeql7/opJjcar/qWZ' . 'y9ruhB2q0lZFsJOhwgMnbQXzp/4vv93YJqcHGAXdHP6EO8FQX47mjo2ZKQmi+cIHJHL' . 'ONdX/3Im+M17V0iNAh7Z1lOSfTRT+iiwe/F8phcEaD5q2RmvYusR7zXZq/cLL0If0hX' . 'oPZ/EHQxjN8pxzxiUx6bJAgturnIMEfRNesxwghdr1dkUjOhGLf3kHVzgM6j3VAM7oF' . 'mMUb5y5s96Bzl10DodWitjOEH0vvnIcsppSxH1C1dCAi0o9f/1y2XuLNhBNHMAyTqpY' . 'PX8Yvav1c+Z50OMaSXHAnTa20zv8UtiHbaAhwlifCelUMj93S'; try { Base64::decode($str, true); $this->fail('Strict padding not enforced'); } catch (\Exception $ex) { $this->assertSame( Base64::decode($str), \base64_decode($str) ); } } } PK$ Zw $$>vendor/paragonie/constant_time_encoding/tests/EncodingTest.phpnu[assertSame( Encoding::base32Encode("\x00"), 'aa======' ); $this->assertSame( Encoding::base32Encode("\x00\x00"), 'aaaa====' ); $this->assertSame( Encoding::base32Encode("\x00\x00\x00"), 'aaaaa===' ); $this->assertSame( Encoding::base32Encode("\x00\x00\x00\x00"), 'aaaaaaa=' ); $this->assertSame( Encoding::base32Encode("\x00\x00\x00\x00\x00"), 'aaaaaaaa' ); $this->assertSame( Encoding::base32Encode("\x00\x00\x0F\xFF\xFF"), 'aaaa7777' ); $this->assertSame( Encoding::base32Encode("\xFF\xFF\xF0\x00\x00"), '7777aaaa' ); $this->assertSame( Encoding::base32Encode("\xce\x73\x9c\xe7\x39"), 'zzzzzzzz' ); $this->assertSame( Encoding::base32Encode("\xd6\xb5\xad\x6b\x5a"), '22222222' ); $this->assertSame( Base32::encodeUpper("\x00"), 'AA======' ); $this->assertSame( Base32::encodeUpper("\x00\x00"), 'AAAA====' ); $this->assertSame( Base32::encodeUpper("\x00\x00\x00"), 'AAAAA===' ); $this->assertSame( Base32::encodeUpper("\x00\x00\x00\x00"), 'AAAAAAA=' ); $this->assertSame( Base32::encodeUpper("\x00\x00\x00\x00\x00"), 'AAAAAAAA' ); $this->assertSame( Base32::encodeUpper("\x00\x00\x0F\xFF\xFF"), 'AAAA7777' ); $this->assertSame( Base32::encodeUpper("\xFF\xFF\xF0\x00\x00"), '7777AAAA' ); $this->assertSame( Base32::encodeUpper("\xce\x73\x9c\xe7\x39"), 'ZZZZZZZZ' ); $this->assertSame( Base32::encodeUpper("\xd6\xb5\xad\x6b\x5a"), '22222222' ); } public function testBase32Hex() { $this->assertSame( Base32Hex::encode("\x00"), '00======' ); $this->assertSame( Base32Hex::encode("\x00\x00"), '0000====' ); $this->assertSame( Base32Hex::encode("\x00\x00\x00"), '00000===' ); $this->assertSame( Base32Hex::encode("\x00\x00\x00\x00"), '0000000=' ); $this->assertSame( Base32Hex::encode("\x00\x00\x00\x00\x00"), '00000000' ); $this->assertSame( Base32Hex::encode("\x00\x00\x0F\xFF\xFF"), '0000vvvv' ); $this->assertSame( Base32Hex::encode("\xFF\xFF\xF0\x00\x00"), 'vvvv0000' ); } /** * Based on test vectors from RFC 4648 */ public function testBase32Decode() { $this->assertSame( "\x00\x00\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaaaaa======') ); $this->assertSame( "\x00\x00\x00\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaaaaaaa====') ); $this->assertSame( "\x00\x00\x00\x00\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaaaaaaaa===') ); $this->assertSame( "\x00\x00\x00\x00\x00\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaaaaaaaaaa=') ); $this->assertSame( "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaaaaaaaaaaa') ); $this->assertSame( "\x00", Encoding::base32Decode('aa======') ); $this->assertSame( "\x00\x00", Encoding::base32Decode('aaaa====') ); $this->assertSame( "\x00\x00\x00", Encoding::base32Decode('aaaaa===') ); $this->assertSame( "\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaa=') ); $this->assertSame( "\x00\x00\x00\x00\x00", Encoding::base32Decode('aaaaaaaa') ); $this->assertSame( "\x00\x00\x0F\xFF\xFF", Encoding::base32Decode('aaaa7777') ); $this->assertSame( "\xFF\xFF\xF0\x00\x00", Encoding::base32Decode('7777aaaa') ); $this->assertSame( "\xce\x73\x9c\xe7\x39", Encoding::base32Decode('zzzzzzzz') ); $this->assertSame( "\xd6\xb5\xad\x6b\x5a", Encoding::base32Decode('22222222') ); $this->assertSame( 'foobar', Encoding::base32Decode('mzxw6ytboi======') ); $rand = random_bytes(9); $enc = Encoding::base32Encode($rand); $this->assertSame( Encoding::base32Encode($rand), Encoding::base32Encode(Encoding::base32Decode($enc)) ); $this->assertSame( $rand, Encoding::base32Decode($enc) ); } /** * @covers Encoding::hexDecode() * @covers Encoding::hexEncode() * @covers Encoding::base32Decode() * @covers Encoding::base32Encode() * @covers Encoding::base64Decode() * @covers Encoding::base64Encode() * @covers Encoding::base64DotSlashDecode() * @covers Encoding::base64DotSlashEncode() * @covers Encoding::base64DotSlashOrderedDecode() * @covers Encoding::base64DotSlashOrderedEncode() */ public function testBasicEncoding() { // Re-run the test at least 3 times for each length for ($j = 0; $j < 3; ++$j) { for ($i = 1; $i < 84; ++$i) { $rand = random_bytes($i); $enc = Encoding::hexEncode($rand); $this->assertSame( \bin2hex($rand), $enc, "Hex Encoding - Length: " . $i ); $this->assertSame( $rand, Encoding::hexDecode($enc), "Hex Encoding - Length: " . $i ); // Uppercase variant: $enc = Hex::encodeUpper($rand); $this->assertSame( \strtoupper(\bin2hex($rand)), $enc, "Hex Encoding - Length: " . $i ); $this->assertSame( $rand, Hex::decode($enc), "HexUpper Encoding - Length: " . $i ); $enc = Encoding::base32Encode($rand); $this->assertSame( $rand, Encoding::base32Decode($enc), "Base32 Encoding - Length: " . $i ); $enc = Encoding::base32EncodeUpper($rand); $this->assertSame( $rand, Encoding::base32DecodeUpper($enc), "Base32Upper Encoding - Length: " . $i ); $enc = Encoding::base32HexEncode($rand); $this->assertSame( bin2hex($rand), bin2hex(Encoding::base32HexDecode($enc)), "Base32Hex Encoding - Length: " . $i ); $enc = Encoding::base32HexEncodeUpper($rand); $this->assertSame( bin2hex($rand), bin2hex(Encoding::base32HexDecodeUpper($enc)), "Base32HexUpper Encoding - Length: " . $i ); $enc = Encoding::base64Encode($rand); $this->assertSame( $rand, Encoding::base64Decode($enc), "Base64 Encoding - Length: " . $i ); $enc = Encoding::base64EncodeDotSlash($rand); $this->assertSame( $rand, Encoding::base64DecodeDotSlash($enc), "Base64 DotSlash Encoding - Length: " . $i ); $enc = Encoding::base64EncodeDotSlashOrdered($rand); $this->assertSame( $rand, Encoding::base64DecodeDotSlashOrdered($enc), "Base64 Ordered DotSlash Encoding - Length: " . $i ); $enc = Base64UrlSafe::encode($rand); $this->assertSame( \strtr(\base64_encode($rand), '+/', '-_'), $enc ); $this->assertSame( $rand, Base64UrlSafe::decode($enc) ); } } } }PK$ ZlޔDvendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.phpnu[assertSame( $random, Base64DotSlash::decode($enc) ); $unpadded = \rtrim($enc, '='); $this->assertSame( $random, Base64DotSlash::decode($unpadded) ); $this->assertSame( $random, Base64DotSlash::decode($unpadded) ); } } } } PK$ Z1D  Cvendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.phpnu[assertSame( $random, Base64UrlSafe::decode($enc) ); $this->assertSame( \strtr(\base64_encode($random), '+/', '-_'), $enc ); $unpadded = \rtrim($enc, '='); $this->assertSame( $unpadded, Base64UrlSafe::encodeUnpadded($random) ); $this->assertSame( $random, Base64UrlSafe::decode($unpadded) ); } } $random = \random_bytes(1 << 20); $enc = Base64UrlSafe::encode($random); $this->assertTrue(Binary::safeStrlen($enc) > 65536); $this->assertSame( $random, Base64UrlSafe::decode($enc) ); $this->assertSame( \strtr(\base64_encode($random), '+/', '-_'), $enc ); } } PK$ Z1TDJ J 1vendor/paragonie/constant_time_encoding/README.mdnu[# Constant-Time Encoding [![Build Status](https://travis-ci.org/paragonie/constant_time_encoding.svg?branch=master)](https://travis-ci.org/paragonie/constant_time_encoding) [![Latest Stable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/stable)](https://packagist.org/packages/paragonie/constant_time_encoding) [![Latest Unstable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/unstable)](https://packagist.org/packages/paragonie/constant_time_encoding) [![License](https://poser.pugx.org/paragonie/constant_time_encoding/license)](https://packagist.org/packages/paragonie/constant_time_encoding) [![Downloads](https://img.shields.io/packagist/dt/paragonie/constant_time_encoding.svg)](https://packagist.org/packages/paragonie/constant_time_encoding) Based on the [constant-time base64 implementation made by Steve "Sc00bz" Thomas](https://github.com/Sc00bz/ConstTimeEncoding), this library aims to offer character encoding functions that do not leak information about what you are encoding/decoding via processor cache misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html). Our fork offers the following enchancements: * `mbstring.func_overload` resistance * Unit tests * Composer- and Packagist-ready * Base16 encoding * Base32 encoding * Uses `pack()` and `unpack()` instead of `chr()` and `ord()` ## PHP Version Requirements Version 2 of this library should work on **PHP 7** or newer. For PHP 5 support, see [the v1.x branch](https://github.com/paragonie/constant_time_encoding/tree/v1.x). If you are adding this as a dependency to a project intended to work on both PHP 5 and PHP 7, please set the required version to `^1|^2` instead of just `^1` or `^2`. ## How to Install ```sh composer require paragonie/constant_time_encoding ``` ## How to Use ```php use \ParagonIE\ConstantTime\Encoding; // possibly (if applicable): // require 'vendor/autoload.php'; $data = random_bytes(32); echo Encoding::base64Encode($data), "\n"; echo Encoding::base32EncodeUpper($data), "\n"; echo Encoding::base32Encode($data), "\n"; echo Encoding::hexEncode($data), "\n"; echo Encoding::hexEncodeUpper($data), "\n"; ``` Example output: ``` 1VilPkeVqirlPifk5scbzcTTbMT2clp+Zkyv9VFFasE= 2VMKKPSHSWVCVZJ6E7SONRY3ZXCNG3GE6ZZFU7TGJSX7KUKFNLAQ==== 2vmkkpshswvcvzj6e7sonry3zxcng3ge6zzfu7tgjsx7kukfnlaq==== d558a53e4795aa2ae53e27e4e6c71bcdc4d36cc4f6725a7e664caff551456ac1 D558A53E4795AA2AE53E27E4E6C71BDCC4D36CC4F6725A7E664CAFF551456AC1 ``` If you only need a particular variant, you can just reference the required class like so: ```php use \ParagonIE\ConstantTime\Base64; use \ParagonIE\ConstantTime\Base32; $data = random_bytes(32); echo Base64::encode($data), "\n"; echo Base32::encode($data), "\n"; ``` Example output: ``` 1VilPkeVqirlPifk5scbzcTTbMT2clp+Zkyv9VFFasE= 2vmkkpshswvcvzj6e7sonry3zxcng3ge6zzfu7tgjsx7kukfnlaq==== ``` ## Support Contracts If your company uses this library in their products or services, you may be interested in [purchasing a support contract from Paragon Initiative Enterprises](https://paragonie.com/enterprise). PK$ ZR0ii3vendor/paragonie/constant_time_encoding/.travis.ymlnu[language: php sudo: false matrix: fast_finish: true include: - php: "7.1" - php: "7.2" - php: "7.3" - php: "7.4" - php: "8.0" - php: "nightly" allow_failures: - php: "nightly" - php: "7.4" - php: "8.0" install: - composer self-update - composer update script: - vendor/bin/phpunit - vendor/bin/psalm PK$ Ze e 3vendor/paragonie/constant_time_encoding/LICENSE.txtnu[The MIT License (MIT) Copyright (c) 2016 - 2020 Paragon Initiative Enterprises Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------ This library was based on the work of Steve "Sc00bz" Thomas. ------------------------------------------------------------------------------ The MIT License (MIT) Copyright (c) 2014 Steve Thomas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK$ ZH5vendor/paragonie/constant_time_encoding/composer.jsonnu[{ "name": "paragonie/constant_time_encoding", "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base64", "encoding", "rfc4648", "base32", "base16", "hex", "bin2hex", "hex2bin", "base64_encode", "base64_decode", "base32_encode", "base32_decode" ], "license": "MIT", "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "support": { "issues": "https://github.com/paragonie/constant_time_encoding/issues", "email": "info@paragonie.com", "source": "https://github.com/paragonie/constant_time_encoding" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } } } PK$ Z`2vendor/paragonie/constant_time_encoding/.gitignorenu[.idea/ vendor/PK$ Zq~~8vendor/paragonie/constant_time_encoding/src/Encoding.phpnu[ "Zm9v" * * @param string $str * @return string * @throws \TypeError */ public static function base64Encode(string $str): string { return Base64::encode($str); } /** * RFC 4648 Base64 decoding * * "Zm9v" -> "foo" * * @param string $str * @return string * @throws \TypeError */ public static function base64Decode(string $str): string { return Base64::decode($str, true); } /** * RFC 4648 Base64 (URL Safe) encoding * * "foo" -> "Zm9v" * * @param string $str * @return string * @throws \TypeError */ public static function base64UrlSafeEncode(string $str): string { return Base64UrlSafe::encode($str); } /** * RFC 4648 Base64 (URL Safe) decoding * * "Zm9v" -> "foo" * * @param string $str * @return string * @throws \TypeError */ public static function base64UrlSafeDecode(string $str): string { return Base64UrlSafe::decode($str, true); } /** * RFC 4648 Base32 encoding * * "foo" -> "MZXW6===" * * @param string $str * @return string * @throws \TypeError */ public static function base32Encode(string $str): string { return Base32::encodeUpper($str); } /** * RFC 4648 Base32 encoding * * "MZXW6===" -> "foo" * * @param string $str * @return string * @throws \TypeError */ public static function base32Decode(string $str): string { return Base32::decodeUpper($str, true); } /** * RFC 4648 Base32-Hex encoding * * "foo" -> "CPNMU===" * * @param string $str * @return string * @throws \TypeError */ public static function base32HexEncode(string $str): string { return Base32::encodeUpper($str); } /** * RFC 4648 Base32-Hex decoding * * "CPNMU===" -> "foo" * * @param string $str * @return string * @throws \TypeError */ public static function base32HexDecode(string $str): string { return Base32::decodeUpper($str, true); } /** * RFC 4648 Base16 decoding * * "foo" -> "666F6F" * * @param string $str * @return string * @throws \TypeError */ public static function base16Encode(string $str): string { return Hex::encodeUpper($str); } /** * RFC 4648 Base16 decoding * * "666F6F" -> "foo" * * @param string $str * @return string */ public static function base16Decode(string $str): string { return Hex::decode($str, true); } }PK$ ZKͧ""6vendor/paragonie/constant_time_encoding/src/Base64.phpnu[ $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($src, $i, 3)); $b0 = $chunk[1]; $b1 = $chunk[2]; $b2 = $chunk[3]; $dest .= static::encode6Bits( $b0 >> 2 ) . static::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . static::encode6Bits((($b1 << 2) | ($b2 >> 6)) & 63) . static::encode6Bits( $b2 & 63); } // The last chunk, which may have padding: if ($i < $srcLen) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($src, $i, $srcLen - $i)); $b0 = $chunk[1]; if ($i + 1 < $srcLen) { $b1 = $chunk[2]; $dest .= static::encode6Bits($b0 >> 2) . static::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . static::encode6Bits(($b1 << 2) & 63); if ($pad) { $dest .= '='; } } else { $dest .= static::encode6Bits( $b0 >> 2) . static::encode6Bits(($b0 << 4) & 63); if ($pad) { $dest .= '=='; } } } return $dest; } /** * decode from base64 into binary * * Base64 character set "./[A-Z][a-z][0-9]" * * @param string $encodedString * @param bool $strictPadding * @return string * @throws \RangeException * @throws \TypeError * @psalm-suppress RedundantCondition */ public static function decode(string $encodedString, bool $strictPadding = false): string { // Remove padding $srcLen = Binary::safeStrlen($encodedString); if ($srcLen === 0) { return ''; } if ($strictPadding) { if (($srcLen & 3) === 0) { if ($encodedString[$srcLen - 1] === '=') { $srcLen--; if ($encodedString[$srcLen - 1] === '=') { $srcLen--; } } } if (($srcLen & 3) === 1) { throw new \RangeException( 'Incorrect padding' ); } if ($encodedString[$srcLen - 1] === '=') { throw new \RangeException( 'Incorrect padding' ); } } else { $encodedString = \rtrim($encodedString, '='); $srcLen = Binary::safeStrlen($encodedString); } $err = 0; $dest = ''; // Main loop (no padding): for ($i = 0; $i + 4 <= $srcLen; $i += 4) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($encodedString, $i, 4)); $c0 = static::decode6Bits($chunk[1]); $c1 = static::decode6Bits($chunk[2]); $c2 = static::decode6Bits($chunk[3]); $c3 = static::decode6Bits($chunk[4]); $dest .= \pack( 'CCC', ((($c0 << 2) | ($c1 >> 4)) & 0xff), ((($c1 << 4) | ($c2 >> 2)) & 0xff), ((($c2 << 6) | $c3 ) & 0xff) ); $err |= ($c0 | $c1 | $c2 | $c3) >> 8; } // The last chunk, which may have padding: if ($i < $srcLen) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($encodedString, $i, $srcLen - $i)); $c0 = static::decode6Bits($chunk[1]); if ($i + 2 < $srcLen) { $c1 = static::decode6Bits($chunk[2]); $c2 = static::decode6Bits($chunk[3]); $dest .= \pack( 'CC', ((($c0 << 2) | ($c1 >> 4)) & 0xff), ((($c1 << 4) | ($c2 >> 2)) & 0xff) ); $err |= ($c0 | $c1 | $c2) >> 8; } elseif ($i + 1 < $srcLen) { $c1 = static::decode6Bits($chunk[2]); $dest .= \pack( 'C', ((($c0 << 2) | ($c1 >> 4)) & 0xff) ); $err |= ($c0 | $c1) >> 8; } elseif ($i < $srcLen && $strictPadding) { $err |= 1; } } /** @var bool $check */ $check = ($err === 0); if (!$check) { throw new \RangeException( 'Base64::decode() only expects characters in the correct base64 alphabet' ); } return $dest; } /** * Uses bitwise operators instead of table-lookups to turn 6-bit integers * into 8-bit integers. * * Base64 character set: * [A-Z] [a-z] [0-9] + / * 0x41-0x5a, 0x61-0x7a, 0x30-0x39, 0x2b, 0x2f * * @param int $src * @return int */ protected static function decode6Bits(int $src): int { $ret = -1; // if ($src > 0x40 && $src < 0x5b) $ret += $src - 0x41 + 1; // -64 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 64); // if ($src > 0x60 && $src < 0x7b) $ret += $src - 0x61 + 26 + 1; // -70 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 70); // if ($src > 0x2f && $src < 0x3a) $ret += $src - 0x30 + 52 + 1; // 5 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src + 5); // if ($src == 0x2b) $ret += 62 + 1; $ret += (((0x2a - $src) & ($src - 0x2c)) >> 8) & 63; // if ($src == 0x2f) ret += 63 + 1; $ret += (((0x2e - $src) & ($src - 0x30)) >> 8) & 64; return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 6-bit integers. * * @param int $src * @return string */ protected static function encode6Bits(int $src): string { $diff = 0x41; // if ($src > 25) $diff += 0x61 - 0x41 - 26; // 6 $diff += ((25 - $src) >> 8) & 6; // if ($src > 51) $diff += 0x30 - 0x61 - 26; // -75 $diff -= ((51 - $src) >> 8) & 75; // if ($src > 61) $diff += 0x2b - 0x30 - 10; // -15 $diff -= ((61 - $src) >> 8) & 15; // if ($src > 62) $diff += 0x2f - 0x2b - 1; // 3 $diff += ((62 - $src) >> 8) & 3; return \pack('C', $src + $diff); } } PK$ Zq~~3vendor/paragonie/constant_time_encoding/src/Hex.phpnu[ $chunk */ $chunk = \unpack('C', Binary::safeSubstr($binString, $i, 1)); /** @var int $c */ $c = $chunk[1] & 0xf; /** @var int $b */ $b = $chunk[1] >> 4; $hex .= pack( 'CC', (87 + $b + ((($b - 10) >> 8) & ~38)), (87 + $c + ((($c - 10) >> 8) & ~38)) ); } return $hex; } /** * Convert a binary string into a hexadecimal string without cache-timing * leaks, returning uppercase letters (as per RFC 4648) * * @param string $binString (raw binary) * @return string * @throws \TypeError */ public static function encodeUpper(string $binString): string { /** @var string $hex */ $hex = ''; /** @var int $len */ $len = Binary::safeStrlen($binString); for ($i = 0; $i < $len; ++$i) { /** @var array $chunk */ $chunk = \unpack('C', Binary::safeSubstr($binString, $i, 2)); /** @var int $c */ $c = $chunk[1] & 0xf; /** @var int $b */ $b = $chunk[1] >> 4; $hex .= pack( 'CC', (55 + $b + ((($b - 10) >> 8) & ~6)), (55 + $c + ((($c - 10) >> 8) & ~6)) ); } return $hex; } /** * Convert a hexadecimal string into a binary string without cache-timing * leaks * * @param string $encodedString * @param bool $strictPadding * @return string (raw binary) * @throws \RangeException */ public static function decode(string $encodedString, bool $strictPadding = false): string { /** @var int $hex_pos */ $hex_pos = 0; /** @var string $bin */ $bin = ''; /** @var int $c_acc */ $c_acc = 0; /** @var int $hex_len */ $hex_len = Binary::safeStrlen($encodedString); /** @var int $state */ $state = 0; if (($hex_len & 1) !== 0) { if ($strictPadding) { throw new \RangeException( 'Expected an even number of hexadecimal characters' ); } else { $encodedString = '0' . $encodedString; ++$hex_len; } } /** @var array $chunk */ $chunk = \unpack('C*', $encodedString); while ($hex_pos < $hex_len) { ++$hex_pos; /** @var int $c */ $c = $chunk[$hex_pos]; /** @var int $c_num */ $c_num = $c ^ 48; /** @var int $c_num0 */ $c_num0 = ($c_num - 10) >> 8; /** @var int $c_alpha */ $c_alpha = ($c & ~32) - 55; /** @var int $c_alpha0 */ $c_alpha0 = (($c_alpha - 10) ^ ($c_alpha - 16)) >> 8; if (($c_num0 | $c_alpha0) === 0) { throw new \RangeException( 'Expected hexadecimal character' ); } /** @var int $c_val */ $c_val = ($c_num0 & $c_num) | ($c_alpha & $c_alpha0); if ($state === 0) { $c_acc = $c_val * 16; } else { $bin .= \pack('C', $c_acc | $c_val); } $state ^= 1; } return $bin; } } PK$ Z) =vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.phpnu[ 0x40 && $src < 0x5b) $ret += $src - 0x41 + 1; // -64 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 64); // if ($src > 0x60 && $src < 0x7b) $ret += $src - 0x61 + 26 + 1; // -70 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 70); // if ($src > 0x2f && $src < 0x3a) $ret += $src - 0x30 + 52 + 1; // 5 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src + 5); // if ($src == 0x2c) $ret += 62 + 1; $ret += (((0x2c - $src) & ($src - 0x2e)) >> 8) & 63; // if ($src == 0x5f) ret += 63 + 1; $ret += (((0x5e - $src) & ($src - 0x60)) >> 8) & 64; return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 6-bit integers. * * @param int $src * @return string */ protected static function encode6Bits(int $src): string { $diff = 0x41; // if ($src > 25) $diff += 0x61 - 0x41 - 26; // 6 $diff += ((25 - $src) >> 8) & 6; // if ($src > 51) $diff += 0x30 - 0x61 - 26; // -75 $diff -= ((51 - $src) >> 8) & 75; // if ($src > 61) $diff += 0x2d - 0x30 - 10; // -13 $diff -= ((61 - $src) >> 8) & 13; // if ($src > 62) $diff += 0x5f - 0x2b - 1; // 3 $diff += ((62 - $src) >> 8) & 49; return \pack('C', $src + $diff); } } PK$ Z >vendor/paragonie/constant_time_encoding/src/Base64DotSlash.phpnu[ 0x2d && $src < 0x30) ret += $src - 0x2e + 1; // -45 $ret += (((0x2d - $src) & ($src - 0x30)) >> 8) & ($src - 45); // if ($src > 0x40 && $src < 0x5b) ret += $src - 0x41 + 2 + 1; // -62 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 62); // if ($src > 0x60 && $src < 0x7b) ret += $src - 0x61 + 28 + 1; // -68 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 68); // if ($src > 0x2f && $src < 0x3a) ret += $src - 0x30 + 54 + 1; // 7 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src + 7); return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 6-bit integers. * * @param int $src * @return string */ protected static function encode6Bits(int $src): string { $src += 0x2e; // if ($src > 0x2f) $src += 0x41 - 0x30; // 17 $src += ((0x2f - $src) >> 8) & 17; // if ($src > 0x5a) $src += 0x61 - 0x5b; // 6 $src += ((0x5a - $src) >> 8) & 6; // if ($src > 0x7a) $src += 0x30 - 0x7b; // -75 $src -= ((0x7a - $src) >> 8) & 75; return \pack('C', $src); } } PK$ ZT*B Evendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.phpnu[ 0x2d && $src < 0x3a) ret += $src - 0x2e + 1; // -45 $ret += (((0x2d - $src) & ($src - 0x3a)) >> 8) & ($src - 45); // if ($src > 0x40 && $src < 0x5b) ret += $src - 0x41 + 12 + 1; // -52 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 52); // if ($src > 0x60 && $src < 0x7b) ret += $src - 0x61 + 38 + 1; // -58 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 58); return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 6-bit integers. * * @param int $src * @return string */ protected static function encode6Bits(int $src): string { $src += 0x2e; // if ($src > 0x39) $src += 0x41 - 0x3a; // 7 $src += ((0x39 - $src) >> 8) & 7; // if ($src > 0x5a) $src += 0x61 - 0x5b; // 6 $src += ((0x5a - $src) >> 8) & 6; return \pack('C', $src); } } PK$ ZӥT>>6vendor/paragonie/constant_time_encoding/src/Base32.phpnu[ 96 && $src < 123) $ret += $src - 97 + 1; // -64 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 96); // if ($src > 0x31 && $src < 0x38) $ret += $src - 24 + 1; // -23 $ret += (((0x31 - $src) & ($src - 0x38)) >> 8) & ($src - 23); return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 5-bit integers * into 8-bit integers. * * Uppercase variant. * * @param int $src * @return int */ protected static function decode5BitsUpper(int $src): int { $ret = -1; // if ($src > 64 && $src < 91) $ret += $src - 65 + 1; // -64 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 64); // if ($src > 0x31 && $src < 0x38) $ret += $src - 24 + 1; // -23 $ret += (((0x31 - $src) & ($src - 0x38)) >> 8) & ($src - 23); return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 5-bit integers. * * @param int $src * @return string */ protected static function encode5Bits(int $src): string { $diff = 0x61; // if ($src > 25) $ret -= 72; $diff -= ((25 - $src) >> 8) & 73; return \pack('C', $src + $diff); } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 5-bit integers. * * Uppercase variant. * * @param int $src * @return string */ protected static function encode5BitsUpper(int $src): string { $diff = 0x41; // if ($src > 25) $ret -= 40; $diff -= ((25 - $src) >> 8) & 41; return \pack('C', $src + $diff); } /** * Base32 decoding * * @param string $src * @param bool $upper * @param bool $strictPadding * @return string * @throws \TypeError * @psalm-suppress RedundantCondition */ protected static function doDecode(string $src, bool $upper = false, bool $strictPadding = false): string { // We do this to reduce code duplication: $method = $upper ? 'decode5BitsUpper' : 'decode5Bits'; // Remove padding $srcLen = Binary::safeStrlen($src); if ($srcLen === 0) { return ''; } if ($strictPadding) { if (($srcLen & 7) === 0) { for ($j = 0; $j < 7; ++$j) { if ($src[$srcLen - 1] === '=') { $srcLen--; } else { break; } } } if (($srcLen & 7) === 1) { throw new \RangeException( 'Incorrect padding' ); } } else { $src = \rtrim($src, '='); $srcLen = Binary::safeStrlen($src); } $err = 0; $dest = ''; // Main loop (no padding): for ($i = 0; $i + 8 <= $srcLen; $i += 8) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($src, $i, 8)); /** @var int $c0 */ $c0 = static::$method($chunk[1]); /** @var int $c1 */ $c1 = static::$method($chunk[2]); /** @var int $c2 */ $c2 = static::$method($chunk[3]); /** @var int $c3 */ $c3 = static::$method($chunk[4]); /** @var int $c4 */ $c4 = static::$method($chunk[5]); /** @var int $c5 */ $c5 = static::$method($chunk[6]); /** @var int $c6 */ $c6 = static::$method($chunk[7]); /** @var int $c7 */ $c7 = static::$method($chunk[8]); $dest .= \pack( 'CCCCC', (($c0 << 3) | ($c1 >> 2) ) & 0xff, (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff, (($c3 << 4) | ($c4 >> 1) ) & 0xff, (($c4 << 7) | ($c5 << 2) | ($c6 >> 3)) & 0xff, (($c6 << 5) | ($c7 ) ) & 0xff ); $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5 | $c6 | $c7) >> 8; } // The last chunk, which may have padding: if ($i < $srcLen) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($src, $i, $srcLen - $i)); /** @var int $c0 */ $c0 = static::$method($chunk[1]); if ($i + 6 < $srcLen) { /** @var int $c1 */ $c1 = static::$method($chunk[2]); /** @var int $c2 */ $c2 = static::$method($chunk[3]); /** @var int $c3 */ $c3 = static::$method($chunk[4]); /** @var int $c4 */ $c4 = static::$method($chunk[5]); /** @var int $c5 */ $c5 = static::$method($chunk[6]); /** @var int $c6 */ $c6 = static::$method($chunk[7]); $dest .= \pack( 'CCCC', (($c0 << 3) | ($c1 >> 2) ) & 0xff, (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff, (($c3 << 4) | ($c4 >> 1) ) & 0xff, (($c4 << 7) | ($c5 << 2) | ($c6 >> 3)) & 0xff ); $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5 | $c6) >> 8; } elseif ($i + 5 < $srcLen) { /** @var int $c1 */ $c1 = static::$method($chunk[2]); /** @var int $c2 */ $c2 = static::$method($chunk[3]); /** @var int $c3 */ $c3 = static::$method($chunk[4]); /** @var int $c4 */ $c4 = static::$method($chunk[5]); /** @var int $c5 */ $c5 = static::$method($chunk[6]); $dest .= \pack( 'CCCC', (($c0 << 3) | ($c1 >> 2) ) & 0xff, (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff, (($c3 << 4) | ($c4 >> 1) ) & 0xff, (($c4 << 7) | ($c5 << 2) ) & 0xff ); $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5) >> 8; } elseif ($i + 4 < $srcLen) { /** @var int $c1 */ $c1 = static::$method($chunk[2]); /** @var int $c2 */ $c2 = static::$method($chunk[3]); /** @var int $c3 */ $c3 = static::$method($chunk[4]); /** @var int $c4 */ $c4 = static::$method($chunk[5]); $dest .= \pack( 'CCC', (($c0 << 3) | ($c1 >> 2) ) & 0xff, (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff, (($c3 << 4) | ($c4 >> 1) ) & 0xff ); $err |= ($c0 | $c1 | $c2 | $c3 | $c4) >> 8; } elseif ($i + 3 < $srcLen) { /** @var int $c1 */ $c1 = static::$method($chunk[2]); /** @var int $c2 */ $c2 = static::$method($chunk[3]); /** @var int $c3 */ $c3 = static::$method($chunk[4]); $dest .= \pack( 'CC', (($c0 << 3) | ($c1 >> 2) ) & 0xff, (($c1 << 6) | ($c2 << 1) | ($c3 >> 4)) & 0xff ); $err |= ($c0 | $c1 | $c2 | $c3) >> 8; } elseif ($i + 2 < $srcLen) { /** @var int $c1 */ $c1 = static::$method($chunk[2]); /** @var int $c2 */ $c2 = static::$method($chunk[3]); $dest .= \pack( 'CC', (($c0 << 3) | ($c1 >> 2) ) & 0xff, (($c1 << 6) | ($c2 << 1) ) & 0xff ); $err |= ($c0 | $c1 | $c2) >> 8; } elseif ($i + 1 < $srcLen) { /** @var int $c1 */ $c1 = static::$method($chunk[2]); $dest .= \pack( 'C', (($c0 << 3) | ($c1 >> 2) ) & 0xff ); $err |= ($c0 | $c1) >> 8; } else { $dest .= \pack( 'C', (($c0 << 3) ) & 0xff ); $err |= ($c0) >> 8; } } /** @var bool $check */ $check = ($err === 0); if (!$check) { throw new \RangeException( 'Base32::doDecode() only expects characters in the correct base32 alphabet' ); } return $dest; } /** * Base32 Encoding * * @param string $src * @param bool $upper * @param bool $pad * @return string * @throws \TypeError */ protected static function doEncode(string $src, bool $upper = false, $pad = true): string { // We do this to reduce code duplication: $method = $upper ? 'encode5BitsUpper' : 'encode5Bits'; $dest = ''; $srcLen = Binary::safeStrlen($src); // Main loop (no padding): for ($i = 0; $i + 5 <= $srcLen; $i += 5) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($src, $i, 5)); $b0 = $chunk[1]; $b1 = $chunk[2]; $b2 = $chunk[3]; $b3 = $chunk[4]; $b4 = $chunk[5]; $dest .= static::$method( ($b0 >> 3) & 31) . static::$method((($b0 << 2) | ($b1 >> 6)) & 31) . static::$method((($b1 >> 1) ) & 31) . static::$method((($b1 << 4) | ($b2 >> 4)) & 31) . static::$method((($b2 << 1) | ($b3 >> 7)) & 31) . static::$method((($b3 >> 2) ) & 31) . static::$method((($b3 << 3) | ($b4 >> 5)) & 31) . static::$method( $b4 & 31); } // The last chunk, which may have padding: if ($i < $srcLen) { /** @var array $chunk */ $chunk = \unpack('C*', Binary::safeSubstr($src, $i, $srcLen - $i)); $b0 = $chunk[1]; if ($i + 3 < $srcLen) { $b1 = $chunk[2]; $b2 = $chunk[3]; $b3 = $chunk[4]; $dest .= static::$method( ($b0 >> 3) & 31) . static::$method((($b0 << 2) | ($b1 >> 6)) & 31) . static::$method((($b1 >> 1) ) & 31) . static::$method((($b1 << 4) | ($b2 >> 4)) & 31) . static::$method((($b2 << 1) | ($b3 >> 7)) & 31) . static::$method((($b3 >> 2) ) & 31) . static::$method((($b3 << 3) ) & 31); if ($pad) { $dest .= '='; } } elseif ($i + 2 < $srcLen) { $b1 = $chunk[2]; $b2 = $chunk[3]; $dest .= static::$method( ($b0 >> 3) & 31) . static::$method((($b0 << 2) | ($b1 >> 6)) & 31) . static::$method((($b1 >> 1) ) & 31) . static::$method((($b1 << 4) | ($b2 >> 4)) & 31) . static::$method((($b2 << 1) ) & 31); if ($pad) { $dest .= '==='; } } elseif ($i + 1 < $srcLen) { $b1 = $chunk[2]; $dest .= static::$method( ($b0 >> 3) & 31) . static::$method((($b0 << 2) | ($b1 >> 6)) & 31) . static::$method((($b1 >> 1) ) & 31) . static::$method((($b1 << 4) ) & 31); if ($pad) { $dest .= '===='; } } else { $dest .= static::$method( ($b0 >> 3) & 31) . static::$method( ($b0 << 2) & 31); if ($pad) { $dest .= '======'; } } } return $dest; } } PK$ Z@vendor/paragonie/constant_time_encoding/src/EncoderInterface.phpnu[ 0x30 && $src < 0x3a) ret += $src - 0x2e + 1; // -47 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src - 47); // if ($src > 0x60 && $src < 0x77) ret += $src - 0x61 + 10 + 1; // -86 $ret += (((0x60 - $src) & ($src - 0x77)) >> 8) & ($src - 86); return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 5-bit integers * into 8-bit integers. * * @param int $src * @return int */ protected static function decode5BitsUpper(int $src): int { $ret = -1; // if ($src > 0x30 && $src < 0x3a) ret += $src - 0x2e + 1; // -47 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src - 47); // if ($src > 0x40 && $src < 0x57) ret += $src - 0x41 + 10 + 1; // -54 $ret += (((0x40 - $src) & ($src - 0x57)) >> 8) & ($src - 54); return $ret; } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 5-bit integers. * * @param int $src * @return string */ protected static function encode5Bits(int $src): string { $src += 0x30; // if ($src > 0x39) $src += 0x61 - 0x3a; // 39 $src += ((0x39 - $src) >> 8) & 39; return \pack('C', $src); } /** * Uses bitwise operators instead of table-lookups to turn 8-bit integers * into 5-bit integers. * * Uppercase variant. * * @param int $src * @return string */ protected static function encode5BitsUpper(int $src): string { $src += 0x30; // if ($src > 0x39) $src += 0x41 - 0x3a; // 7 $src += ((0x39 - $src) >> 8) & 7; return \pack('C', $src); } }PK$ Z>JJ&vendor/paragonie/random_compat/LICENSEnu[The MIT License (MIT) Copyright (c) 2015 Paragon Initiative Enterprises Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK$ Zk}4aa3vendor/paragonie/random_compat/other/build_phar.phpnu[buildFromDirectory(dirname(__DIR__).'/lib'); rename( dirname(__DIR__).'/lib/index.php', dirname(__DIR__).'/lib/random.php' ); /** * If we pass an (optional) path to a private key as a second argument, we will * sign the Phar with OpenSSL. * * If you leave this out, it will produce an unsigned .phar! */ if ($argc > 1) { if (!@is_readable($argv[1])) { echo 'Could not read the private key file:', $argv[1], "\n"; exit(255); } $pkeyFile = file_get_contents($argv[1]); $private = openssl_get_privatekey($pkeyFile); if ($private !== false) { $pkey = ''; openssl_pkey_export($private, $pkey); $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey); /** * Save the corresponding public key to the file */ if (!@is_readable($dist.'/random_compat.phar.pubkey')) { $details = openssl_pkey_get_details($private); file_put_contents( $dist.'/random_compat.phar.pubkey', $details['key'] ); } } else { echo 'An error occurred reading the private key from OpenSSL.', "\n"; exit(255); } } PK$ ZDTT(vendor/paragonie/random_compat/psalm.xmlnu[ PK$ Z1vendor/paragonie/random_compat/psalm-autoload.phpnu[= 7" }, "require-dev": { "vimeo/psalm": "^1", "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." } } PK$ Z*A|=vendor/paragonie/random_compat/dist/random_compat.phar.pubkeynu[-----BEGIN PUBLIC KEY----- MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEd+wCqJDrx5B4OldM0dQE0ZMX+lx1ZWm pui0SUqD4G29L3NGsz9UhJ/0HjBdbnkhIK5xviT0X5vtjacF6ajgcCArbTB+ds+p +h7Q084NuSuIpNb6YPfoUFgC/CL9kAoc -----END PUBLIC KEY----- PK$ Z١iAvendor/paragonie/random_compat/dist/random_compat.phar.pubkey.ascnu[-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iQEcBAABAgAGBQJWtW1hAAoJEGuXocKCZATaJf0H+wbZGgskK1dcRTsuVJl9IWip QwGw/qIKI280SD6/ckoUMxKDCJiFuPR14zmqnS36k7N5UNPnpdTJTS8T11jttSpg 1LCmgpbEIpgaTah+cELDqFCav99fS+bEiAL5lWDAHBTE/XPjGVCqeehyPYref4IW NDBIEsvnHPHPLsn6X5jq4+Yj5oUixgxaMPiR+bcO4Sh+RzOVB6i2D0upWfRXBFXA NNnsg9/zjvoC7ZW73y9uSH+dPJTt/Vgfeiv52/v41XliyzbUyLalf02GNPY+9goV JHG1ulEEBJOCiUD9cE1PUIJwHA/HqyhHIvV350YoEFiHl8iSwm7SiZu5kPjaq74= =B6+8 -----END PGP SIGNATURE----- PK$ Zt8Q,vendor/paragonie/random_compat/build-phar.shnu[#!/usr/bin/env bash basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) ) php -dphar.readonly=0 "$basedir/other/build_phar.php" $*PK$ Z8 Ӳvendor/autoload.phpnu[setTimezone or passed in the constructor. Calls to Logger::setTimezone should be converted. - `HandlerInterface` has been split off and two new interfaces now exist for more granular controls: `ProcessableHandlerInterface` and `FormattableHandlerInterface`. Handlers not extending `AbstractHandler` should make sure to implement the relevant interfaces. - `HandlerInterface` now requires the `close` method to be implemented. This only impacts you if you implement the interface yourself, but you can extend the new `Monolog\Handler\Handler` base class too. - There is no more default handler configured on empty Logger instances, if you were relying on that you will not get any output anymore, make sure to configure the handler you need. #### LogglyFormatter - The records' `datetime` is not sent anymore. Only `timestamp` is sent to Loggly. #### AmqpHandler - Log levels are not shortened to 4 characters anymore. e.g. a warning record will be sent using the `warning.channel` routing key instead of `warn.channel` as in 1.x. - The exchange name does not default to 'log' anymore, and it is completely ignored now for the AMQP extension users. Only PHPAmqpLib uses it if provided. #### RotatingFileHandler - The file name format must now contain `{date}` and the date format must be set to one of the predefined FILE_PER_* constants to avoid issues with file rotation. See `setFilenameFormat`. #### LogstashFormatter - Removed Logstash V0 support - Context/extra prefix has been removed in favor of letting users configure the exact key being sent - Context/extra data are now sent as an object instead of single keys #### HipChatHandler - Removed deprecated HipChat handler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead #### SlackbotHandler - Removed deprecated SlackbotHandler handler, use SlackWebhookHandler or SlackHandler instead #### RavenHandler - Removed deprecated RavenHandler handler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead #### ElasticSearchHandler - As support for the official Elasticsearch library was added, the former ElasticSearchHandler has been renamed to ElasticaHandler and the new one added as ElasticsearchHandler. PK$ ZQEՠ|| vendor/monolog/monolog/README.mdnu[# Monolog - Logging for PHP [![Build Status](https://travis-ci.org/Seldaek/monolog.svg?branch=master)](https://travis-ci.org/Seldaek/monolog) [![Total Downloads](https://img.shields.io/packagist/dt/monolog/monolog.svg)](https://packagist.org/packages/monolog/monolog) [![Latest Stable Version](https://img.shields.io/packagist/v/monolog/monolog.svg)](https://packagist.org/packages/monolog/monolog) Monolog sends your logs to files, sockets, inboxes, databases and various web services. See the complete list of handlers below. Special handlers allow you to build advanced logging strategies. This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) interface that you can type-hint against in your own libraries to keep a maximum of interoperability. You can also use it in your applications to make sure you can always use another compatible logger at a later time. As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels. Internally Monolog still uses its own level scheme since it predates PSR-3. ## Installation Install the latest version with ```bash $ composer require monolog/monolog ``` ## Basic Usage ```php pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING)); // add records to the log $log->warning('Foo'); $log->error('Bar'); ``` ## Documentation - [Usage Instructions](doc/01-usage.md) - [Handlers, Formatters and Processors](doc/02-handlers-formatters-processors.md) - [Utility Classes](doc/03-utilities.md) - [Extending Monolog](doc/04-extending.md) - [Log Record Structure](doc/message-structure.md) ## Support Monolog Financially Get supported Monolog and help fund the project with the [Tidelift Subscription](https://tidelift.com/subscription/pkg/packagist-monolog-monolog?utm_source=packagist-monolog-monolog&utm_medium=referral&utm_campaign=enterprise) or via [GitHub sponsorship](https://github.com/sponsors/Seldaek). Tidelift delivers commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. ## Third Party Packages Third party handlers, formatters and processors are [listed in the wiki](https://github.com/Seldaek/monolog/wiki/Third-Party-Packages). You can also add your own there if you publish one. ## About ### Requirements - Monolog `^2.0` works with PHP 7.2 or above, use Monolog `^1.25` for PHP 5.3+ support. ### Support Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You should migrate to Monolog 2 where possible to benefit from all the latest features and fixes. ### Submitting bugs and feature requests Bugs and feature request are tracked on [GitHub](https://github.com/Seldaek/monolog/issues) ### Framework Integrations - Frameworks and libraries using [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) can be used very easily with Monolog since it implements the interface. - [Symfony](http://symfony.com) comes out of the box with Monolog. - [Laravel](http://laravel.com/) comes out of the box with Monolog. - [Lumen](http://lumen.laravel.com/) comes out of the box with Monolog. - [PPI](https://github.com/ppi/framework) comes out of the box with Monolog. - [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.com/jadb/cakephp-monolog) plugin. - [Slim](http://www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarmy/Slim-Monolog) log writer. - [XOOPS 2.6](http://xoops.org/) comes out of the box with Monolog. - [Aura.Web_Project](https://github.com/auraphp/Aura.Web_Project) comes out of the box with Monolog. - [Nette Framework](http://nette.org/en/) can be used with Monolog via [contributte/monolog](https://github.com/contributte/monolog) extension. - [Proton Micro Framework](https://github.com/alexbilbie/Proton) comes out of the box with Monolog. - [FuelPHP](http://fuelphp.com/) comes out of the box with Monolog. - [Equip Framework](https://github.com/equip/framework) comes out of the box with Monolog. - [Yii 2](http://www.yiiframework.com/) is usable with Monolog via the [yii2-monolog](https://github.com/merorafael/yii2-monolog) or [yii2-psr-log-target](https://github.com/samdark/yii2-psr-log-target) plugins. - [Hawkbit Micro Framework](https://github.com/HawkBitPhp/hawkbit) comes out of the box with Monolog. - [SilverStripe 4](https://www.silverstripe.org/) comes out of the box with Monolog. ### Author Jordi Boggiano - -
See also the list of [contributors](https://github.com/Seldaek/monolog/contributors) who participated in this project. ### License Monolog is licensed under the MIT License - see the [LICENSE](LICENSE) file for details ### Acknowledgements This library is heavily inspired by Python's [Logbook](https://logbook.readthedocs.io/en/stable/) library, although most concepts have been adjusted to fit to the PHP world. PK$ ZvzHH(vendor/monolog/monolog/phpstan.neon.distnu[parameters: level: 5 treatPhpDocTypesAsCertain: false reportUnmatchedIgnoredErrors: false paths: - src/ # - tests/ ignoreErrors: - '#zend_monitor_|ZEND_MONITOR_#' - '#^Cannot call method ltrim\(\) on int\|false.$#' - '#MongoDB\\(Client|Collection)#' - message: '#Return type \(string\) of method Monolog\\Formatter\\LineFormatter::normalizeException\(\) should be compatible with return type \(array\) of method Monolog\\Formatter\\NormalizerFormatter::normalizeException\(\)#' paths: - src/Monolog/Formatter/LineFormatter.php - message: '#Method Monolog\\Handler\\LogglyHandler::loadCurlHandle\(\) never returns resource so it can be removed from the return typehint.#' paths: - src/Monolog/Handler/LogglyHandler.php PK$ ZH ~ ~ $vendor/monolog/monolog/composer.jsonnu[{ "name": "monolog/monolog", "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "keywords": ["log", "logging", "psr-3"], "homepage": "https://github.com/Seldaek/monolog", "type": "library", "license": "MIT", "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "require": { "php": ">=7.2", "psr/log": "^1.0.1" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7", "mongodb/mongodb": "^1.8", "graylog2/gelf-php": "^1.4.2", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90 <7.0.1", "swiftmailer/swiftmailer": "^5.3|^6.0", "phpstan/phpstan": "^0.12.59" }, "suggest": { "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "rollbar/rollbar": "Allow sending log messages to Rollbar", "php-console/php-console": "Allow sending log messages to Google Chrome", "ext-mbstring": "Allow to work properly with unicode symbols" }, "autoload": { "psr-4": {"Monolog\\": "src/Monolog"} }, "autoload-dev": { "psr-4": {"Monolog\\": "tests/Monolog"} }, "provide": { "psr/log-implementation": "1.0.0" }, "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "scripts": { "test": "vendor/bin/phpunit", "phpstan": "vendor/bin/phpstan analyse" }, "config": { "sort-packages": true, "platform-check": false }, "lock": false } PK$ Z r~r~#vendor/monolog/monolog/CHANGELOG.mdnu[### 2.2.0 (2020-12-14) * Added JSON_PARTIAL_OUTPUT_ON_ERROR to default json encoding flags, to avoid dropping entire context data or even records due to an invalid subset of it somewhere * Added setDateFormat to NormalizerFormatter (and Line/Json formatters by extension) to allow changing this after object creation * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH * Added support for Elastica 7, and deprecated the $type argument of ElasticaFormatter which is not in use anymore as of Elastica 7 * Added support for millisecond write timeouts in SocketHandler, you can now pass floats to setWritingTimeout, e.g. 0.2 is 200ms * Added support for unix sockets in SyslogUdpHandler (set $port to 0 to make the $host a unix socket) * Added handleBatch support for TelegramBotHandler * Added RFC5424e extended date format including milliseconds to SyslogUdpHandler * Added support for configuring handlers with numeric level values in strings (coming from e.g. env vars) * Fixed Wildfire/FirePHP/ChromePHP handling of unicode characters * Fixed PHP 8 issues in SyslogUdpHandler * Fixed internal type error when mbstring is missing ### 2.1.1 (2020-07-23) * Fixed removing of json encoding options * Fixed type hint of $level not accepting strings in SendGridHandler and OverflowHandler * Fixed SwiftMailerHandler not accepting email templates with an empty subject * Fixed array access on null in RavenHandler * Fixed unique_id in WebProcessor not being disableable ### 2.1.0 (2020-05-22) * Added `JSON_INVALID_UTF8_SUBSTITUTE` to default json flags, so that invalid UTF8 characters now get converted to [�](https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character) instead of being converted from ISO-8859-15 to UTF8 as it was before, which was hardly a comprehensive solution * Added `$ignoreEmptyContextAndExtra` option to JsonFormatter to skip empty context/extra entirely from the output * Added `$parseMode`, `$disableWebPagePreview` and `$disableNotification` options to TelegramBotHandler * Added tentative support for PHP 8 * NormalizerFormatter::addJsonEncodeOption and removeJsonEncodeOption are now public to allow modifying default json flags * Fixed GitProcessor type error when there is no git repo present * Fixed normalization of SoapFault objects containing deeply nested objects as "detail" * Fixed support for relative paths in RotatingFileHandler ### 2.0.2 (2019-12-20) * Fixed ElasticsearchHandler swallowing exceptions details when failing to index log records * Fixed normalization of SoapFault objects containing non-strings as "detail" in LineFormatter * Fixed formatting of resources in JsonFormatter * Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in Symfony with lazy services) * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it * Fixed Turkish locale messing up the conversion of level names to their constant values ### 2.0.1 (2019-11-13) * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler, OverflowHandler and SamplingHandler * Fixed BrowserConsoleHandler formatting when using multiple styles * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings * Fixed normalization of SoapFault objects containing non-strings as "detail" * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB). * Fixed type error in BrowserConsoleHandler when the context array of log records was not associative. ### 2.0.0 (2019-08-30) * BC Break: This is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming from a 1.x release * BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have explicit void return types * Added FallbackGroupHandler which works like the WhatFailureGroupHandler but stops dispatching log records as soon as one handler accepted it * Fixed support for UTF-8 when cutting strings to avoid cutting a multibyte-character in half * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases * Fixed date timezone handling in SyslogUdpHandler ### 2.0.0-beta2 (2019-07-06) * BC Break: This is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming from a 1.x release * BC Break: PHP 7.2 is now the minimum required PHP version. * BC Break: Removed SlackbotHandler, RavenHandler and HipChatHandler, see [UPGRADE.md](UPGRADE.md) for details * Added OverflowHandler which will only flush log records to its nested handler when reaching a certain amount of logs (i.e. only pass through when things go really bad) * Added TelegramBotHandler to log records to a [Telegram](https://core.telegram.org/bots/api) bot account * Added support for JsonSerializable when normalizing exceptions * Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler * Added SoapFault details to formatted exceptions * Fixed DeduplicationHandler silently failing to start when file could not be opened * Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records * Fixed GelfFormatter losing some data when one attachment was too long * Fixed issue in SignalHandler restarting syscalls functionality * Improved performance of LogglyHandler when sending multiple logs in a single request ### 2.0.0-beta1 (2018-12-08) * BC Break: This is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming from a 1.x release * BC Break: PHP 7.1 is now the minimum required PHP version. * BC Break: Quite a few interface changes, only relevant if you implemented your own handlers/processors/formatters * BC Break: Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`) methods as well as `emerg`, `crit`, `err` and `warn` * BC Break: The record timezone is now set per Logger instance and not statically anymore * BC Break: There is no more default handler configured on empty Logger instances * BC Break: ElasticSearchHandler renamed to ElasticaHandler * BC Break: Various handler-specific breaks, see [UPGRADE.md](UPGRADE.md) for details * Added scalar type hints and return hints in all the places it was possible. Switched strict_types on for more reliability. * Added DateTimeImmutable support, all record datetime are now immutable, and will toString/json serialize with the correct date format, including microseconds (unless disabled) * Added timezone and microseconds to the default date format * Added SendGridHandler to use the SendGrid API to send emails * Added LogmaticHandler to use the Logmatic.io API to store log records * Added SqsHandler to send log records to an AWS SQS queue * Added ElasticsearchHandler to send records via the official ES library. Elastica users should now use ElasticaHandler instead of ElasticSearchHandler * Added NoopHandler which is similar to the NullHandle but does not prevent the bubbling of log records to handlers further down the configuration, useful for temporarily disabling a handler in configuration files * Added ProcessHandler to write log output to the STDIN of a given process * Added HostnameProcessor that adds the machine's hostname to log records * Added a `$dateFormat` option to the PsrLogMessageProcessor which lets you format DateTime instances nicely * Added support for the PHP 7.x `mongodb` extension in the MongoDBHandler * Fixed many minor issues in various handlers, and probably added a few regressions too ### 1.26.0 (2020-12-14) * Added $dateFormat and $removeUsedContextFields arguments to PsrLogMessageProcessor (backport from 2.x) ### 1.25.5 (2020-07-23) * Fixed array access on null in RavenHandler * Fixed unique_id in WebProcessor not being disableable ### 1.25.4 (2020-05-22) * Fixed GitProcessor type error when there is no git repo present * Fixed normalization of SoapFault objects containing deeply nested objects as "detail" * Fixed support for relative paths in RotatingFileHandler ### 1.25.3 (2019-12-20) * Fixed formatting of resources in JsonFormatter * Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in Symfony with lazy services) * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it * Fixed Turkish locale messing up the conversion of level names to their constant values ### 1.25.2 (2019-11-13) * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler and SamplingHandler * Fixed BrowserConsoleHandler formatting when using multiple styles * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings * Fixed normalization of SoapFault objects containing non-strings as "detail" * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding ### 1.25.1 (2019-09-06) * Fixed forward-compatible interfaces to be compatible with Monolog 1.x too. ### 1.25.0 (2019-09-06) * Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead * Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead * Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTrait, ProcessableHandlerInterface, ProcessableHandlerTrait. If you use modern PHP and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at least Monolog 1.25 though. * Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler * Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records * Fixed issue in SignalHandler restarting syscalls functionality * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases * Fixed ZendMonitorHandler to work with the latest Zend Server versions * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB). ### 1.24.0 (2018-11-05) * BC Notice: If you are extending any of the Monolog's Formatters' `normalize` method, make sure you add the new `$depth = 0` argument to your function signature to avoid strict PHP warnings. * Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors * Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly useful for autowiring dependency containers) * Added a way to log signals being received using Monolog\SignalHandler * Added ability to customize error handling at the Logger level using Logger::setExceptionHandler * Added InsightOpsHandler to migrate users of the LogEntriesHandler * Added protection to NormalizerFormatter against circular and very deep structures, it now stops normalizing at a depth of 9 * Added capture of stack traces to ErrorHandler when logging PHP errors * Added RavenHandler support for a `contexts` context or extra key to forward that to Sentry's contexts * Added forwarding of context info to FluentdFormatter * Added SocketHandler::setChunkSize to override the default chunk size in case you must send large log lines to rsyslog for example * Added ability to extend/override BrowserConsoleHandler * Added SlackWebhookHandler::getWebhookUrl and SlackHandler::getToken to enable class extensibility * Added SwiftMailerHandler::getSubjectFormatter to enable class extensibility * Dropped official support for HHVM in test builds * Fixed normalization of exception traces when call_user_func is used to avoid serializing objects and the data they contain * Fixed naming of fields in Slack handler, all field names are now capitalized in all cases * Fixed HipChatHandler bug where slack dropped messages randomly * Fixed normalization of objects in Slack handlers * Fixed support for PHP7's Throwable in NewRelicHandler * Fixed race bug when StreamHandler sometimes incorrectly reported it failed to create a directory * Fixed table row styling issues in HtmlFormatter * Fixed RavenHandler dropping the message when logging exception * Fixed WhatFailureGroupHandler skipping processors when using handleBatch and implement it where possible * Fixed display of anonymous class names ### 1.23.0 (2017-06-19) * Improved SyslogUdpHandler's support for RFC5424 and added optional `$ident` argument * Fixed GelfHandler truncation to be per field and not per message * Fixed compatibility issue with PHP <5.3.6 * Fixed support for headless Chrome in ChromePHPHandler * Fixed support for latest Aws SDK in DynamoDbHandler * Fixed support for SwiftMailer 6.0+ in SwiftMailerHandler ### 1.22.1 (2017-03-13) * Fixed lots of minor issues in the new Slack integrations * Fixed support for allowInlineLineBreaks in LineFormatter when formatting exception backtraces ### 1.22.0 (2016-11-26) * Added SlackbotHandler and SlackWebhookHandler to set up Slack integration more easily * Added MercurialProcessor to add mercurial revision and branch names to log records * Added support for AWS SDK v3 in DynamoDbHandler * Fixed fatal errors occurring when normalizing generators that have been fully consumed * Fixed RollbarHandler to include a level (rollbar level), monolog_level (original name), channel and datetime (unix) * Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not necessary anymore * Fixed SyslogUdpHandler to avoid sending empty frames * Fixed a few PHP 7.0 and 7.1 compatibility issues ### 1.21.0 (2016-07-29) * Break: Reverted the addition of $context when the ErrorHandler handles regular php errors from 1.20.0 as it was causing issues * Added support for more formats in RotatingFileHandler::setFilenameFormat as long as they have Y, m and d in order * Added ability to format the main line of text the SlackHandler sends by explicitly setting a formatter on the handler * Added information about SoapFault instances in NormalizerFormatter * Added $handleOnlyReportedErrors option on ErrorHandler::registerErrorHandler (default true) to allow logging of all errors no matter the error_reporting level ### 1.20.0 (2016-07-02) * Added FingersCrossedHandler::activate() to manually trigger the handler regardless of the activation policy * Added StreamHandler::getUrl to retrieve the stream's URL * Added ability to override addRow/addTitle in HtmlFormatter * Added the $context to context information when the ErrorHandler handles a regular php error * Deprecated RotatingFileHandler::setFilenameFormat to only support 3 formats: Y, Y-m and Y-m-d * Fixed WhatFailureGroupHandler to work with PHP7 throwables * Fixed a few minor bugs ### 1.19.0 (2016-04-12) * Break: StreamHandler will not close streams automatically that it does not own. If you pass in a stream (not a path/url), then it will not close it for you. You can retrieve those using getStream() if needed * Added DeduplicationHandler to remove duplicate records from notifications across multiple requests, useful for email or other notifications on errors * Added ability to use `%message%` and other LineFormatter replacements in the subject line of emails sent with NativeMailHandler and SwiftMailerHandler * Fixed HipChatHandler handling of long messages ### 1.18.2 (2016-04-02) * Fixed ElasticaFormatter to use more precise dates * Fixed GelfMessageFormatter sending too long messages ### 1.18.1 (2016-03-13) * Fixed SlackHandler bug where slack dropped messages randomly * Fixed RedisHandler issue when using with the PHPRedis extension * Fixed AmqpHandler content-type being incorrectly set when using with the AMQP extension * Fixed BrowserConsoleHandler regression ### 1.18.0 (2016-03-01) * Added optional reduction of timestamp precision via `Logger->useMicrosecondTimestamps(false)`, disabling it gets you a bit of performance boost but reduces the precision to the second instead of microsecond * Added possibility to skip some extra stack frames in IntrospectionProcessor if you have some library wrapping Monolog that is always adding frames * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name * Added FluentdFormatter for the Fluentd unix socket protocol * Added HandlerWrapper base class to ease the creation of handler wrappers, just extend it and override as needed * Added support for replacing context sub-keys using `%context.*%` in LineFormatter * Added support for `payload` context value in RollbarHandler * Added setRelease to RavenHandler to describe the application version, sent with every log * Added support for `fingerprint` context value in RavenHandler * Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more gracefully by dropping chars as needed * Fixed write timeouts in SocketHandler and derivatives, set to 10sec by default, lower it with `setWritingTimeout()` * Fixed PHP7 compatibility with regard to Exception/Throwable handling in a few places ### 1.17.2 (2015-10-14) * Fixed ErrorHandler compatibility with non-Monolog PSR-3 loggers * Fixed SlackHandler handling to use slack functionalities better * Fixed SwiftMailerHandler bug when sending multiple emails they all had the same id * Fixed 5.3 compatibility regression ### 1.17.1 (2015-08-31) * Fixed RollbarHandler triggering PHP notices ### 1.17.0 (2015-08-30) * Added support for `checksum` and `release` context/extra values in RavenHandler * Added better support for exceptions in RollbarHandler * Added UidProcessor::getUid * Added support for showing the resource type in NormalizedFormatter * Fixed IntrospectionProcessor triggering PHP notices ### 1.16.0 (2015-08-09) * Added IFTTTHandler to notify ifttt.com triggers * Added Logger::setHandlers() to allow setting/replacing all handlers * Added $capSize in RedisHandler to cap the log size * Fixed StreamHandler creation of directory to only trigger when the first log write happens * Fixed bug in the handling of curl failures * Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered in monolog's ErrorHandler * Fixed missing fatal errors records with handlers that need to be closed to flush log records * Fixed TagProcessor::addTags support for associative arrays ### 1.15.0 (2015-07-12) * Added addTags and setTags methods to change a TagProcessor * Added automatic creation of directories if they are missing for a StreamHandler to open a log file * Added retry functionality to Loggly, Cube and Mandrill handlers so they retry up to 5 times in case of network failure * Fixed process exit code being incorrectly reset to 0 if ErrorHandler::registerExceptionHandler was used * Fixed HTML/JS escaping in BrowserConsoleHandler * Fixed JSON encoding errors being silently suppressed (PHP 5.5+ only) ### 1.14.0 (2015-06-19) * Added PHPConsoleHandler to send record to Chrome's PHP Console extension and library * Added support for objects implementing __toString in the NormalizerFormatter * Added support for HipChat's v2 API in HipChatHandler * Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone isn't correct for your app * Added an option to send formatted message instead of the raw record on PushoverHandler via ->useFormattedMessage(true) * Fixed curl errors being silently suppressed ### 1.13.1 (2015-03-09) * Fixed regression in HipChat requiring a new token to be created ### 1.13.0 (2015-03-05) * Added Registry::hasLogger to check for the presence of a logger instance * Added context.user support to RavenHandler * Added HipChat API v2 support in the HipChatHandler * Added NativeMailerHandler::addParameter to pass params to the mail() process * Added context data to SlackHandler when $includeContextAndExtra is true * Added ability to customize the Swift_Message per-email in SwiftMailerHandler * Fixed SwiftMailerHandler to lazily create message instances if a callback is provided * Fixed serialization of INF and NaN values in Normalizer and LineFormatter ### 1.12.0 (2014-12-29) * Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers. * Added PsrHandler to forward records to another PSR-3 logger * Added SamplingHandler to wrap around a handler and include only every Nth record * Added MongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now) * Added exception codes in the output of most formatters * Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than one line) * Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append extra data * Added $host to HipChatHandler for users of private instances * Added $transactionName to NewRelicHandler and support for a transaction_name context value * Fixed MandrillHandler to avoid outputting API call responses * Fixed some non-standard behaviors in SyslogUdpHandler ### 1.11.0 (2014-09-30) * Break: The NewRelicHandler extra and context data are now prefixed with extra_ and context_ to avoid clashes. Watch out if you have scripts reading those from the API and rely on names * Added WhatFailureGroupHandler to suppress any exception coming from the wrapped handlers and avoid chain failures if a logging service fails * Added MandrillHandler to send emails via the Mandrillapp.com API * Added SlackHandler to log records to a Slack.com account * Added FleepHookHandler to log records to a Fleep.io account * Added LogglyHandler::addTag to allow adding tags to an existing handler * Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing * Added support for PhpAmqpLib in the AmqpHandler * Added FingersCrossedHandler::clear and BufferHandler::clear to reset them between batches in long running jobs * Added support for adding extra fields from $_SERVER in the WebProcessor * Fixed support for non-string values in PrsLogMessageProcessor * Fixed SwiftMailer messages being sent with the wrong date in long running scripts * Fixed minor PHP 5.6 compatibility issues * Fixed BufferHandler::close being called twice ### 1.10.0 (2014-06-04) * Added Logger::getHandlers() and Logger::getProcessors() methods * Added $passthruLevel argument to FingersCrossedHandler to let it always pass some records through even if the trigger level is not reached * Added support for extra data in NewRelicHandler * Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message has multiple lines ### 1.9.1 (2014-04-24) * Fixed regression in RotatingFileHandler file permissions * Fixed initialization of the BufferHandler to make sure it gets flushed after receiving records * Fixed ChromePHPHandler and FirePHPHandler's activation strategies to be more conservative ### 1.9.0 (2014-04-20) * Added LogEntriesHandler to send logs to a LogEntries account * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes * Added support for table formatting in FirePHPHandler via the table context key * Added a TagProcessor to add tags to records, and support for tags in RavenHandler * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files * Added sound support to the PushoverHandler * Fixed multi-threading support in StreamHandler * Fixed empty headers issue when ChromePHPHandler received no records * Fixed default format of the ErrorLogHandler ### 1.8.0 (2014-03-23) * Break: the LineFormatter now strips newlines by default because this was a bug, set $allowInlineLineBreaks to true if you need them * Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in the output * Added FilterHandler to filter records and only allow those of a given list of levels through to the wrapped handler * Added FlowdockHandler to send logs to a Flowdock account * Added RollbarHandler to send logs to a Rollbar account * Added HtmlFormatter to send prettier log emails with colors for each log level * Added GitProcessor to add the current branch/commit to extra record data * Added a Monolog\Registry class to allow easier global access to pre-configured loggers * Added support for the new official graylog2/gelf-php lib for GelfHandler, upgrade if you can by replacing the mlehner/gelf-php requirement * Added support for HHVM * Added support for Loggly batch uploads * Added support for tweaking the content type and encoding in NativeMailerHandler * Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor * Fixed batch request support in GelfHandler ### 1.7.0 (2013-11-14) * Added ElasticSearchHandler to send logs to an Elastic Search server * Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB * Added SyslogUdpHandler to send logs to a remote syslogd server * Added LogglyHandler to send logs to a Loggly account * Added $level to IntrospectionProcessor so it only adds backtraces when needed * Added $version to LogstashFormatter to allow using the new v1 Logstash format * Added $appName to NewRelicHandler * Added configuration of Pushover notification retries/expiry * Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default * Added chainability to most setters for all handlers * Fixed RavenHandler batch processing so it takes the message from the record with highest priority * Fixed HipChatHandler batch processing so it sends all messages at once * Fixed issues with eAccelerator * Fixed and improved many small things ### 1.6.0 (2013-07-29) * Added HipChatHandler to send logs to a HipChat chat room * Added ErrorLogHandler to send logs to PHP's error_log function * Added NewRelicHandler to send logs to NewRelic's service * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler * Added ChannelLevelActivationStrategy for the FingersCrossedHandler to customize levels by channel * Added stack traces output when normalizing exceptions (json output & co) * Added Monolog\Logger::API constant (currently 1) * Added support for ChromePHP's v4.0 extension * Added support for message priorities in PushoverHandler, see $highPriorityLevel and $emergencyLevel * Added support for sending messages to multiple users at once with the PushoverHandler * Fixed RavenHandler's support for batch sending of messages (when behind a Buffer or FingersCrossedHandler) * Fixed normalization of Traversables with very large data sets, only the first 1000 items are shown now * Fixed issue in RotatingFileHandler when an open_basedir restriction is active * Fixed minor issues in RavenHandler and bumped the API to Raven 0.5.0 * Fixed SyslogHandler issue when many were used concurrently with different facilities ### 1.5.0 (2013-04-23) * Added ProcessIdProcessor to inject the PID in log records * Added UidProcessor to inject a unique identifier to all log records of one request/run * Added support for previous exceptions in the LineFormatter exception serialization * Added Monolog\Logger::getLevels() to get all available levels * Fixed ChromePHPHandler so it avoids sending headers larger than Chrome can handle ### 1.4.1 (2013-04-01) * Fixed exception formatting in the LineFormatter to be more minimalistic * Fixed RavenHandler's handling of context/extra data, requires Raven client >0.1.0 * Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple days * Fixed WebProcessor array access so it checks for data presence * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors ### 1.4.0 (2013-02-13) * Added RedisHandler to log to Redis via the Predis library or the phpredis extension * Added ZendMonitorHandler to log to the Zend Server monitor * Added the possibility to pass arrays of handlers and processors directly in the Logger constructor * Added `$useSSL` option to the PushoverHandler which is enabled by default * Fixed ChromePHPHandler and FirePHPHandler issue when multiple instances are used simultaneously * Fixed header injection capability in the NativeMailHandler ### 1.3.1 (2013-01-11) * Fixed LogstashFormatter to be usable with stream handlers * Fixed GelfMessageFormatter levels on Windows ### 1.3.0 (2013-01-08) * Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterface` * Added PsrLogMessageProcessor that you can selectively enable for full PSR-3 compliance * Added LogstashFormatter (combine with SocketHandler or StreamHandler to send logs to Logstash) * Added PushoverHandler to send mobile notifications * Added CouchDBHandler and DoctrineCouchDBHandler * Added RavenHandler to send data to Sentry servers * Added support for the new MongoClient class in MongoDBHandler * Added microsecond precision to log records' timestamps * Added `$flushOnOverflow` param to BufferHandler to flush by batches instead of losing the oldest entries * Fixed normalization of objects with cyclic references ### 1.2.1 (2012-08-29) * Added new $logopts arg to SyslogHandler to provide custom openlog options * Fixed fatal error in SyslogHandler ### 1.2.0 (2012-08-18) * Added AmqpHandler (for use with AMQP servers) * Added CubeHandler * Added NativeMailerHandler::addHeader() to send custom headers in mails * Added the possibility to specify more than one recipient in NativeMailerHandler * Added the possibility to specify float timeouts in SocketHandler * Added NOTICE and EMERGENCY levels to conform with RFC 5424 * Fixed the log records to use the php default timezone instead of UTC * Fixed BufferHandler not being flushed properly on PHP fatal errors * Fixed normalization of exotic resource types * Fixed the default format of the SyslogHandler to avoid duplicating datetimes in syslog ### 1.1.0 (2012-04-23) * Added Monolog\Logger::isHandling() to check if a handler will handle the given log level * Added ChromePHPHandler * Added MongoDBHandler * Added GelfHandler (for use with Graylog2 servers) * Added SocketHandler (for use with syslog-ng for example) * Added NormalizerFormatter * Added the possibility to change the activation strategy of the FingersCrossedHandler * Added possibility to show microseconds in logs * Added `server` and `referer` to WebProcessor output ### 1.0.2 (2011-10-24) * Fixed bug in IE with large response headers and FirePHPHandler ### 1.0.1 (2011-08-25) * Added MemoryPeakUsageProcessor and MemoryUsageProcessor * Added Monolog\Logger::getName() to get a logger's channel name ### 1.0.0 (2011-07-06) * Added IntrospectionProcessor to get info from where the logger was called * Fixed WebProcessor in CLI ### 1.0.0-RC1 (2011-07-01) * Initial release PK$ Z eAvendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use MongoDB\BSON\UTCDateTime; use Monolog\Utils; /** * Formats a record for use with the MongoDBHandler. * * @author Florian Plattner */ class MongoDBFormatter implements FormatterInterface { private $exceptionTraceAsString; private $maxNestingLevel; private $isLegacyMongoExt; /** * @param int $maxNestingLevel 0 means infinite nesting, the $record itself is level 1, $record['context'] is 2 * @param bool $exceptionTraceAsString set to false to log exception traces as a sub documents instead of strings */ public function __construct(int $maxNestingLevel = 3, bool $exceptionTraceAsString = true) { $this->maxNestingLevel = max($maxNestingLevel, 0); $this->exceptionTraceAsString = $exceptionTraceAsString; $this->isLegacyMongoExt = extension_loaded('mongodb') && version_compare(phpversion('mongodb'), '1.1.9', '<='); } /** * {@inheritDoc} */ public function format(array $record): array { return $this->formatArray($record); } /** * {@inheritDoc} */ public function formatBatch(array $records): array { foreach ($records as $key => $record) { $records[$key] = $this->format($record); } return $records; } /** * @return array|string Array except when max nesting level is reached then a string "[...]" */ protected function formatArray(array $record, int $nestingLevel = 0) { if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) { foreach ($record as $name => $value) { if ($value instanceof \DateTimeInterface) { $record[$name] = $this->formatDate($value, $nestingLevel + 1); } elseif ($value instanceof \Throwable) { $record[$name] = $this->formatException($value, $nestingLevel + 1); } elseif (is_array($value)) { $record[$name] = $this->formatArray($value, $nestingLevel + 1); } elseif (is_object($value)) { $record[$name] = $this->formatObject($value, $nestingLevel + 1); } } } else { $record = '[...]'; } return $record; } protected function formatObject($value, int $nestingLevel) { $objectVars = get_object_vars($value); $objectVars['class'] = Utils::getClass($value); return $this->formatArray($objectVars, $nestingLevel); } protected function formatException(\Throwable $exception, int $nestingLevel) { $formattedException = [ 'class' => Utils::getClass($exception), 'message' => $exception->getMessage(), 'code' => (int) $exception->getCode(), 'file' => $exception->getFile() . ':' . $exception->getLine(), ]; if ($this->exceptionTraceAsString === true) { $formattedException['trace'] = $exception->getTraceAsString(); } else { $formattedException['trace'] = $exception->getTrace(); } return $this->formatArray($formattedException, $nestingLevel); } protected function formatDate(\DateTimeInterface $value, int $nestingLevel): UTCDateTime { if ($this->isLegacyMongoExt) { return $this->legacyGetMongoDbDateTime($value); } return $this->getMongoDbDateTime($value); } private function getMongoDbDateTime(\DateTimeInterface $value): UTCDateTime { return new UTCDateTime((int) floor(((float) $value->format('U.u')) * 1000)); } /** * This is needed to support MongoDB Driver v1.19 and below * * See https://github.com/mongodb/mongo-php-driver/issues/426 * * It can probably be removed in 2.1 or later once MongoDB's 1.2 is released and widely adopted */ private function legacyGetMongoDbDateTime(\DateTimeInterface $value): UTCDateTime { $milliseconds = floor(((float) $value->format('U.u')) * 1000); $milliseconds = (PHP_INT_SIZE == 8) //64-bit OS? ? (int) $milliseconds : (string) $milliseconds; return new UTCDateTime($milliseconds); } } PK$ ZXAvendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\Utils; /** * Class FluentdFormatter * * Serializes a log message to Fluentd unix socket protocol * * Fluentd config: * * * type unix * path /var/run/td-agent/td-agent.sock * * * Monolog setup: * * $logger = new Monolog\Logger('fluent.tag'); * $fluentHandler = new Monolog\Handler\SocketHandler('unix:///var/run/td-agent/td-agent.sock'); * $fluentHandler->setFormatter(new Monolog\Formatter\FluentdFormatter()); * $logger->pushHandler($fluentHandler); * * @author Andrius Putna */ class FluentdFormatter implements FormatterInterface { /** * @var bool $levelTag should message level be a part of the fluentd tag */ protected $levelTag = false; public function __construct(bool $levelTag = false) { if (!function_exists('json_encode')) { throw new \RuntimeException('PHP\'s json extension is required to use Monolog\'s FluentdUnixFormatter'); } $this->levelTag = $levelTag; } public function isUsingLevelsInTag(): bool { return $this->levelTag; } public function format(array $record): string { $tag = $record['channel']; if ($this->levelTag) { $tag .= '.' . strtolower($record['level_name']); } $message = [ 'message' => $record['message'], 'context' => $record['context'], 'extra' => $record['extra'], ]; if (!$this->levelTag) { $message['level'] = $record['level']; $message['level_name'] = $record['level_name']; } return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]); } public function formatBatch(array $records): string { $message = ''; foreach ($records as $record) { $message .= $this->format($record); } return $message; } } PK$ ZA A Bvendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; /** * Serializes a log message to Logstash Event Format * * @see https://www.elastic.co/products/logstash * @see https://github.com/elastic/logstash/blob/master/logstash-core/src/main/java/org/logstash/Event.java * * @author Tim Mower */ class LogstashFormatter extends NormalizerFormatter { /** * @var string the name of the system for the Logstash log message, used to fill the @source field */ protected $systemName; /** * @var string an application name for the Logstash log message, used to fill the @type field */ protected $applicationName; /** * @var string the key for 'extra' fields from the Monolog record */ protected $extraKey; /** * @var string the key for 'context' fields from the Monolog record */ protected $contextKey; /** * @param string $applicationName The application that sends the data, used as the "type" field of logstash * @param string|null $systemName The system/machine name, used as the "source" field of logstash, defaults to the hostname of the machine * @param string $extraKey The key for extra keys inside logstash "fields", defaults to extra * @param string $contextKey The key for context keys inside logstash "fields", defaults to context */ public function __construct(string $applicationName, ?string $systemName = null, string $extraKey = 'extra', string $contextKey = 'context') { // logstash requires a ISO 8601 format date with optional millisecond precision. parent::__construct('Y-m-d\TH:i:s.uP'); $this->systemName = $systemName === null ? gethostname() : $systemName; $this->applicationName = $applicationName; $this->extraKey = $extraKey; $this->contextKey = $contextKey; } /** * {@inheritdoc} */ public function format(array $record): string { $record = parent::format($record); if (empty($record['datetime'])) { $record['datetime'] = gmdate('c'); } $message = [ '@timestamp' => $record['datetime'], '@version' => 1, 'host' => $this->systemName, ]; if (isset($record['message'])) { $message['message'] = $record['message']; } if (isset($record['channel'])) { $message['type'] = $record['channel']; $message['channel'] = $record['channel']; } if (isset($record['level_name'])) { $message['level'] = $record['level_name']; } if (isset($record['level'])) { $message['monolog_level'] = $record['level']; } if ($this->applicationName) { $message['type'] = $this->applicationName; } if (!empty($record['extra'])) { $message[$this->extraKey] = $record['extra']; } if (!empty($record['context'])) { $message[$this->contextKey] = $record['context']; } return $this->toJson($message) . "\n"; } } PK$ Zm[//Gvendor/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use DateTime; /** * Format a log message into an Elasticsearch record * * @author Avtandil Kikabidze */ class ElasticsearchFormatter extends NormalizerFormatter { /** * @var string Elasticsearch index name */ protected $index; /** * @var string Elasticsearch record type */ protected $type; /** * @param string $index Elasticsearch index name * @param string $type Elasticsearch record type */ public function __construct(string $index, string $type) { // Elasticsearch requires an ISO 8601 format date with optional millisecond precision. parent::__construct(DateTime::ISO8601); $this->index = $index; $this->type = $type; } /** * {@inheritdoc} */ public function format(array $record) { $record = parent::format($record); return $this->getDocument($record); } /** * Getter index * * @return string */ public function getIndex(): string { return $this->index; } /** * Getter type * * @return string */ public function getType(): string { return $this->type; } /** * Convert a log message into an Elasticsearch record * * @param array $record Log message * @return array */ protected function getDocument(array $record): array { $record['_index'] = $this->index; $record['_type'] = $this->type; return $record; } } PK$ ZkLEvendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\Logger; use Gelf\Message; use Monolog\Utils; /** * Serializes a log message to GELF * @see http://docs.graylog.org/en/latest/pages/gelf.html * * @author Matt Lehner */ class GelfMessageFormatter extends NormalizerFormatter { protected const DEFAULT_MAX_LENGTH = 32766; /** * @var string the name of the system for the Gelf log message */ protected $systemName; /** * @var string a prefix for 'extra' fields from the Monolog record (optional) */ protected $extraPrefix; /** * @var string a prefix for 'context' fields from the Monolog record (optional) */ protected $contextPrefix; /** * @var int max length per field */ protected $maxLength; /** * Translates Monolog log levels to Graylog2 log priorities. */ private $logLevels = [ Logger::DEBUG => 7, Logger::INFO => 6, Logger::NOTICE => 5, Logger::WARNING => 4, Logger::ERROR => 3, Logger::CRITICAL => 2, Logger::ALERT => 1, Logger::EMERGENCY => 0, ]; public function __construct(?string $systemName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?int $maxLength = null) { parent::__construct('U.u'); $this->systemName = (is_null($systemName) || $systemName === '') ? gethostname() : $systemName; $this->extraPrefix = is_null($extraPrefix) ? '' : $extraPrefix; $this->contextPrefix = $contextPrefix; $this->maxLength = is_null($maxLength) ? self::DEFAULT_MAX_LENGTH : $maxLength; } /** * {@inheritdoc} */ public function format(array $record): Message { if (isset($record['context'])) { $record['context'] = parent::format($record['context']); } if (isset($record['extra'])) { $record['extra'] = parent::format($record['extra']); } if (!isset($record['datetime'], $record['message'], $record['level'])) { throw new \InvalidArgumentException('The record should at least contain datetime, message and level keys, '.var_export($record, true).' given'); } $message = new Message(); $message ->setTimestamp($record['datetime']) ->setShortMessage((string) $record['message']) ->setHost($this->systemName) ->setLevel($this->logLevels[$record['level']]); // message length + system name length + 200 for padding / metadata $len = 200 + strlen((string) $record['message']) + strlen($this->systemName); if ($len > $this->maxLength) { $message->setShortMessage(Utils::substr($record['message'], 0, $this->maxLength)); } if (isset($record['channel'])) { $message->setFacility($record['channel']); } if (isset($record['extra']['line'])) { $message->setLine($record['extra']['line']); unset($record['extra']['line']); } if (isset($record['extra']['file'])) { $message->setFile($record['extra']['file']); unset($record['extra']['file']); } foreach ($record['extra'] as $key => $val) { $val = is_scalar($val) || null === $val ? $val : $this->toJson($val); $len = strlen($this->extraPrefix . $key . $val); if ($len > $this->maxLength) { $message->setAdditional($this->extraPrefix . $key, Utils::substr($val, 0, $this->maxLength)); continue; } $message->setAdditional($this->extraPrefix . $key, $val); } foreach ($record['context'] as $key => $val) { $val = is_scalar($val) || null === $val ? $val : $this->toJson($val); $len = strlen($this->contextPrefix . $key . $val); if ($len > $this->maxLength) { $message->setAdditional($this->contextPrefix . $key, Utils::substr($val, 0, $this->maxLength)); continue; } $message->setAdditional($this->contextPrefix . $key, $val); } /** @phpstan-ignore-next-line */ if (null === $message->getFile() && isset($record['context']['exception']['file'])) { if (preg_match("/^(.+):([0-9]+)$/", $record['context']['exception']['file'], $matches)) { $message->setFile($matches[1]); $message->setLine($matches[2]); } } return $message; } } PK$ Z>vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\Logger; use Monolog\Utils; /** * Formats incoming records into an HTML table * * This is especially useful for html email logging * * @author Tiago Brito */ class HtmlFormatter extends NormalizerFormatter { /** * Translates Monolog log levels to html color priorities. */ protected $logLevels = [ Logger::DEBUG => '#CCCCCC', Logger::INFO => '#28A745', Logger::NOTICE => '#17A2B8', Logger::WARNING => '#FFC107', Logger::ERROR => '#FD7E14', Logger::CRITICAL => '#DC3545', Logger::ALERT => '#821722', Logger::EMERGENCY => '#000000', ]; /** * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format */ public function __construct(?string $dateFormat = null) { parent::__construct($dateFormat); } /** * Creates an HTML table row * * @param string $th Row header content * @param string $td Row standard cell content * @param bool $escapeTd false if td content must not be html escaped */ protected function addRow(string $th, string $td = ' ', bool $escapeTd = true): string { $th = htmlspecialchars($th, ENT_NOQUOTES, 'UTF-8'); if ($escapeTd) { $td = '
'.htmlspecialchars($td, ENT_NOQUOTES, 'UTF-8').'
'; } return "\n$th:\n".$td."\n"; } /** * Create a HTML h1 tag * * @param string $title Text to be in the h1 * @param int $level Error level * @return string */ protected function addTitle(string $title, int $level): string { $title = htmlspecialchars($title, ENT_NOQUOTES, 'UTF-8'); return '

'.$title.'

'; } /** * Formats a log record. * * @param array $record A record to format * @return string The formatted record */ public function format(array $record): string { $output = $this->addTitle($record['level_name'], $record['level']); $output .= ''; $output .= $this->addRow('Message', (string) $record['message']); $output .= $this->addRow('Time', $this->formatDate($record['datetime'])); $output .= $this->addRow('Channel', $record['channel']); if ($record['context']) { $embeddedTable = '
'; foreach ($record['context'] as $key => $value) { $embeddedTable .= $this->addRow((string) $key, $this->convertToString($value)); } $embeddedTable .= '
'; $output .= $this->addRow('Context', $embeddedTable, false); } if ($record['extra']) { $embeddedTable = ''; foreach ($record['extra'] as $key => $value) { $embeddedTable .= $this->addRow((string) $key, $this->convertToString($value)); } $embeddedTable .= '
'; $output .= $this->addRow('Extra', $embeddedTable, false); } return $output.''; } /** * Formats a set of log records. * * @param array $records A set of records to format * @return string The formatted set of records */ public function formatBatch(array $records): string { $message = ''; foreach ($records as $record) { $message .= $this->format($record); } return $message; } protected function convertToString($data): string { if (null === $data || is_scalar($data)) { return (string) $data; } $data = $this->normalize($data); return Utils::jsonEncode($data, JSON_PRETTY_PRINT | Utils::DEFAULT_JSON_FLAGS, true); } } PK$ Z7%%@vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; /** * Formats data into an associative array of scalar values. * Objects and arrays will be JSON encoded. * * @author Andrew Lawson */ class ScalarFormatter extends NormalizerFormatter { /** * {@inheritdoc} */ public function format(array $record): array { foreach ($record as $key => $value) { $record[$key] = $this->normalizeValue($value); } return $record; } /** * @param mixed $value * @return string|int|bool|null */ protected function normalizeValue($value) { $normalized = $this->normalize($value); if (is_array($normalized)) { return $this->toJson($normalized, true); } return $normalized; } } PK$ Z8%%Cvendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\Logger; /** * Formats a log message according to the ChromePHP array format * * @author Christophe Coevoet */ class ChromePHPFormatter implements FormatterInterface { /** * Translates Monolog log levels to Wildfire levels. */ private $logLevels = [ Logger::DEBUG => 'log', Logger::INFO => 'info', Logger::NOTICE => 'info', Logger::WARNING => 'warn', Logger::ERROR => 'error', Logger::CRITICAL => 'error', Logger::ALERT => 'error', Logger::EMERGENCY => 'error', ]; /** * {@inheritdoc} */ public function format(array $record) { // Retrieve the line and file if set and remove them from the formatted extra $backtrace = 'unknown'; if (isset($record['extra']['file'], $record['extra']['line'])) { $backtrace = $record['extra']['file'].' : '.$record['extra']['line']; unset($record['extra']['file'], $record['extra']['line']); } $message = ['message' => $record['message']]; if ($record['context']) { $message['context'] = $record['context']; } if ($record['extra']) { $message['extra'] = $record['extra']; } if (count($message) === 1) { $message = reset($message); } return [ $record['channel'], $message, $backtrace, $this->logLevels[$record['level']], ]; } /** * {@inheritdoc} */ public function formatBatch(array $records) { $formatted = []; foreach ($records as $record) { $formatted[] = $this->format($record); } return $formatted; } } PK$ Z~=ss>vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\Utils; /** * Formats incoming records into a one-line string * * This is especially useful for logging to files * * @author Jordi Boggiano * @author Christophe Coevoet */ class LineFormatter extends NormalizerFormatter { public const SIMPLE_FORMAT = "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n"; protected $format; protected $allowInlineLineBreaks; protected $ignoreEmptyContextAndExtra; protected $includeStacktraces; /** * @param string|null $format The format of the message * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format * @param bool $allowInlineLineBreaks Whether to allow inline line breaks in log entries * @param bool $ignoreEmptyContextAndExtra */ public function __construct(?string $format = null, ?string $dateFormat = null, bool $allowInlineLineBreaks = false, bool $ignoreEmptyContextAndExtra = false) { $this->format = $format === null ? static::SIMPLE_FORMAT : $format; $this->allowInlineLineBreaks = $allowInlineLineBreaks; $this->ignoreEmptyContextAndExtra = $ignoreEmptyContextAndExtra; parent::__construct($dateFormat); } public function includeStacktraces(bool $include = true) { $this->includeStacktraces = $include; if ($this->includeStacktraces) { $this->allowInlineLineBreaks = true; } } public function allowInlineLineBreaks(bool $allow = true) { $this->allowInlineLineBreaks = $allow; } public function ignoreEmptyContextAndExtra(bool $ignore = true) { $this->ignoreEmptyContextAndExtra = $ignore; } /** * {@inheritdoc} */ public function format(array $record): string { $vars = parent::format($record); $output = $this->format; foreach ($vars['extra'] as $var => $val) { if (false !== strpos($output, '%extra.'.$var.'%')) { $output = str_replace('%extra.'.$var.'%', $this->stringify($val), $output); unset($vars['extra'][$var]); } } foreach ($vars['context'] as $var => $val) { if (false !== strpos($output, '%context.'.$var.'%')) { $output = str_replace('%context.'.$var.'%', $this->stringify($val), $output); unset($vars['context'][$var]); } } if ($this->ignoreEmptyContextAndExtra) { if (empty($vars['context'])) { unset($vars['context']); $output = str_replace('%context%', '', $output); } if (empty($vars['extra'])) { unset($vars['extra']); $output = str_replace('%extra%', '', $output); } } foreach ($vars as $var => $val) { if (false !== strpos($output, '%'.$var.'%')) { $output = str_replace('%'.$var.'%', $this->stringify($val), $output); } } // remove leftover %extra.xxx% and %context.xxx% if any if (false !== strpos($output, '%')) { $output = preg_replace('/%(?:extra|context)\..+?%/', '', $output); } return $output; } public function formatBatch(array $records): string { $message = ''; foreach ($records as $record) { $message .= $this->format($record); } return $message; } public function stringify($value): string { return $this->replaceNewlines($this->convertToString($value)); } protected function normalizeException(\Throwable $e, int $depth = 0): string { $str = $this->formatException($e); if ($previous = $e->getPrevious()) { do { $str .= "\n[previous exception] " . $this->formatException($previous); } while ($previous = $previous->getPrevious()); } return $str; } protected function convertToString($data): string { if (null === $data || is_bool($data)) { return var_export($data, true); } if (is_scalar($data)) { return (string) $data; } return $this->toJson($data, true); } protected function replaceNewlines(string $str): string { if ($this->allowInlineLineBreaks) { if (0 === strpos($str, '{')) { return str_replace(array('\r', '\n'), array("\r", "\n"), $str); } return $str; } return str_replace(["\r\n", "\r", "\n"], ' ', $str); } private function formatException(\Throwable $e): string { $str = '[object] (' . Utils::getClass($e) . '(code: ' . $e->getCode(); if ($e instanceof \SoapFault) { if (isset($e->faultcode)) { $str .= ' faultcode: ' . $e->faultcode; } if (isset($e->faultactor)) { $str .= ' faultactor: ' . $e->faultactor; } if (isset($e->detail)) { if (is_string($e->detail)) { $str .= ' detail: ' . $e->detail; } elseif (is_object($e->detail) || is_array($e->detail)) { $str .= ' detail: ' . $this->toJson($e->detail, true); } } } $str .= '): ' . $e->getMessage() . ' at ' . $e->getFile() . ':' . $e->getLine() . ')'; if ($this->includeStacktraces) { $str .= "\n[stacktrace]\n" . $e->getTraceAsString() . "\n"; } return $str; } } PK$ ZCvBvendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Elastica\Document; /** * Format a log message into an Elastica Document * * @author Jelle Vink */ class ElasticaFormatter extends NormalizerFormatter { /** * @var string Elastic search index name */ protected $index; /** * @var ?string Elastic search document type */ protected $type; /** * @param string $index Elastic Search index name * @param ?string $type Elastic Search document type, deprecated as of Elastica 7 */ public function __construct(string $index, ?string $type) { // elasticsearch requires a ISO 8601 format date with optional millisecond precision. parent::__construct('Y-m-d\TH:i:s.uP'); $this->index = $index; $this->type = $type; } /** * {@inheritdoc} */ public function format(array $record) { $record = parent::format($record); return $this->getDocument($record); } public function getIndex(): string { return $this->index; } /** * @deprecated since Elastica 7 type has no effect */ public function getType(): string { return $this->type; } /** * Convert a log message into an Elastica Document * @param array $record * @return Document */ protected function getDocument(array $record): Document { $document = new Document(); $document->setData($record); if(method_exists($document, 'setType')) { $document->setType($this->type); } $document->setIndex($this->index); return $document; } } PK$ ZqRBvendor/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; /** * Encodes message information into JSON in a format compatible with Logmatic. * * @author Julien Breux */ class LogmaticFormatter extends JsonFormatter { protected const MARKERS = ["sourcecode", "php"]; /** * @var string */ protected $hostname = ''; /** * @var string */ protected $appname = ''; public function setHostname(string $hostname): self { $this->hostname = $hostname; return $this; } public function setAppname(string $appname): self { $this->appname = $appname; return $this; } /** * Appends the 'hostname' and 'appname' parameter for indexing by Logmatic. * * @see http://doc.logmatic.io/docs/basics-to-send-data * @see \Monolog\Formatter\JsonFormatter::format() */ public function format(array $record): string { if (!empty($this->hostname)) { $record["hostname"] = $this->hostname; } if (!empty($this->appname)) { $record["appname"] = $this->appname; } $record["@marker"] = static::MARKERS; return parent::format($record); } } PK$ Zw",,Cvendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; /** * Interface for formatters * * @author Jordi Boggiano */ interface FormatterInterface { /** * Formats a log record. * * @param array $record A record to format * @return mixed The formatted record */ public function format(array $record); /** * Formats a set of log records. * * @param array $records A set of records to format * @return mixed The formatted set of records */ public function formatBatch(array $records); } PK$ Z>5΄Dvendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\DateTimeImmutable; use Monolog\Utils; use Throwable; /** * Normalizes incoming records to remove objects/resources so it's easier to dump to various targets * * @author Jordi Boggiano */ class NormalizerFormatter implements FormatterInterface { public const SIMPLE_DATE = "Y-m-d\TH:i:sP"; /** @var string */ protected $dateFormat; /** @var int */ protected $maxNormalizeDepth = 9; /** @var int */ protected $maxNormalizeItemCount = 1000; /** @var int */ private $jsonEncodeOptions = Utils::DEFAULT_JSON_FLAGS; /** * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format */ public function __construct(?string $dateFormat = null) { $this->dateFormat = null === $dateFormat ? static::SIMPLE_DATE : $dateFormat; if (!function_exists('json_encode')) { throw new \RuntimeException('PHP\'s json extension is required to use Monolog\'s NormalizerFormatter'); } } /** * {@inheritdoc} */ public function format(array $record) { return $this->normalize($record); } /** * {@inheritdoc} */ public function formatBatch(array $records) { foreach ($records as $key => $record) { $records[$key] = $this->format($record); } return $records; } public function getDateFormat(): string { return $this->dateFormat; } public function setDateFormat(string $dateFormat): self { $this->dateFormat = $dateFormat; return $this; } /** * The maximum number of normalization levels to go through */ public function getMaxNormalizeDepth(): int { return $this->maxNormalizeDepth; } public function setMaxNormalizeDepth(int $maxNormalizeDepth): self { $this->maxNormalizeDepth = $maxNormalizeDepth; return $this; } /** * The maximum number of items to normalize per level */ public function getMaxNormalizeItemCount(): int { return $this->maxNormalizeItemCount; } public function setMaxNormalizeItemCount(int $maxNormalizeItemCount): self { $this->maxNormalizeItemCount = $maxNormalizeItemCount; return $this; } /** * Enables `json_encode` pretty print. */ public function setJsonPrettyPrint(bool $enable): self { if ($enable) { $this->jsonEncodeOptions |= JSON_PRETTY_PRINT; } else { $this->jsonEncodeOptions &= ~JSON_PRETTY_PRINT; } return $this; } /** * @param mixed $data * @return int|bool|string|null|array */ protected function normalize($data, int $depth = 0) { if ($depth > $this->maxNormalizeDepth) { return 'Over ' . $this->maxNormalizeDepth . ' levels deep, aborting normalization'; } if (null === $data || is_scalar($data)) { if (is_float($data)) { if (is_infinite($data)) { return ($data > 0 ? '' : '-') . 'INF'; } if (is_nan($data)) { return 'NaN'; } } return $data; } if (is_array($data)) { $normalized = []; $count = 1; foreach ($data as $key => $value) { if ($count++ > $this->maxNormalizeItemCount) { $normalized['...'] = 'Over ' . $this->maxNormalizeItemCount . ' items ('.count($data).' total), aborting normalization'; break; } $normalized[$key] = $this->normalize($value, $depth + 1); } return $normalized; } if ($data instanceof \DateTimeInterface) { return $this->formatDate($data); } if (is_object($data)) { if ($data instanceof Throwable) { return $this->normalizeException($data, $depth); } if ($data instanceof \JsonSerializable) { $value = $data->jsonSerialize(); } elseif (method_exists($data, '__toString')) { $value = $data->__toString(); } else { // the rest is normalized by json encoding and decoding it $value = json_decode($this->toJson($data, true), true); } return [Utils::getClass($data) => $value]; } if (is_resource($data)) { return sprintf('[resource(%s)]', get_resource_type($data)); } return '[unknown('.gettype($data).')]'; } /** * @return array */ protected function normalizeException(Throwable $e, int $depth = 0) { if ($e instanceof \JsonSerializable) { return (array) $e->jsonSerialize(); } $data = [ 'class' => Utils::getClass($e), 'message' => $e->getMessage(), 'code' => (int) $e->getCode(), 'file' => $e->getFile().':'.$e->getLine(), ]; if ($e instanceof \SoapFault) { if (isset($e->faultcode)) { $data['faultcode'] = $e->faultcode; } if (isset($e->faultactor)) { $data['faultactor'] = $e->faultactor; } if (isset($e->detail)) { if (is_string($e->detail)) { $data['detail'] = $e->detail; } elseif (is_object($e->detail) || is_array($e->detail)) { $data['detail'] = $this->toJson($e->detail, true); } } } $trace = $e->getTrace(); foreach ($trace as $frame) { if (isset($frame['file'])) { $data['trace'][] = $frame['file'].':'.$frame['line']; } } if ($previous = $e->getPrevious()) { $data['previous'] = $this->normalizeException($previous, $depth + 1); } return $data; } /** * Return the JSON representation of a value * * @param mixed $data * @throws \RuntimeException if encoding fails and errors are not ignored * @return string if encoding fails and ignoreErrors is true 'null' is returned */ protected function toJson($data, bool $ignoreErrors = false): string { return Utils::jsonEncode($data, $this->jsonEncodeOptions, $ignoreErrors); } protected function formatDate(\DateTimeInterface $date) { // in case the date format isn't custom then we defer to the custom DateTimeImmutable // formatting logic, which will pick the right format based on whether useMicroseconds is on if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) { return (string) $date; } return $date->format($this->dateFormat); } public function addJsonEncodeOption(int $option) { $this->jsonEncodeOptions |= $option; } public function removeJsonEncodeOption(int $option) { $this->jsonEncodeOptions &= ~$option; } } PK$ ZQq>vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Throwable; /** * Encodes whatever record data is passed to it as json * * This can be useful to log to databases or remote APIs * * @author Jordi Boggiano */ class JsonFormatter extends NormalizerFormatter { public const BATCH_MODE_JSON = 1; public const BATCH_MODE_NEWLINES = 2; protected $batchMode; protected $appendNewline; protected $ignoreEmptyContextAndExtra; /** * @var bool */ protected $includeStacktraces = false; public function __construct(int $batchMode = self::BATCH_MODE_JSON, bool $appendNewline = true, bool $ignoreEmptyContextAndExtra = false) { $this->batchMode = $batchMode; $this->appendNewline = $appendNewline; $this->ignoreEmptyContextAndExtra = $ignoreEmptyContextAndExtra; } /** * The batch mode option configures the formatting style for * multiple records. By default, multiple records will be * formatted as a JSON-encoded array. However, for * compatibility with some API endpoints, alternative styles * are available. */ public function getBatchMode(): int { return $this->batchMode; } /** * True if newlines are appended to every formatted record */ public function isAppendingNewlines(): bool { return $this->appendNewline; } /** * {@inheritdoc} */ public function format(array $record): string { $normalized = $this->normalize($record); if (isset($normalized['context']) && $normalized['context'] === []) { if ($this->ignoreEmptyContextAndExtra) { unset($normalized['context']); } else { $normalized['context'] = new \stdClass; } } if (isset($normalized['extra']) && $normalized['extra'] === []) { if ($this->ignoreEmptyContextAndExtra) { unset($normalized['extra']); } else { $normalized['extra'] = new \stdClass; } } return $this->toJson($normalized, true) . ($this->appendNewline ? "\n" : ''); } /** * {@inheritdoc} */ public function formatBatch(array $records): string { switch ($this->batchMode) { case static::BATCH_MODE_NEWLINES: return $this->formatBatchNewlines($records); case static::BATCH_MODE_JSON: default: return $this->formatBatchJson($records); } } public function includeStacktraces(bool $include = true) { $this->includeStacktraces = $include; } /** * Return a JSON-encoded array of records. */ protected function formatBatchJson(array $records): string { return $this->toJson($this->normalize($records), true); } /** * Use new lines to separate records instead of a * JSON-encoded array. */ protected function formatBatchNewlines(array $records): string { $instance = $this; $oldNewline = $this->appendNewline; $this->appendNewline = false; array_walk($records, function (&$value, $key) use ($instance) { $value = $instance->format($value); }); $this->appendNewline = $oldNewline; return implode("\n", $records); } /** * Normalizes given $data. * * @param mixed $data * * @return mixed */ protected function normalize($data, int $depth = 0) { if ($depth > $this->maxNormalizeDepth) { return 'Over '.$this->maxNormalizeDepth.' levels deep, aborting normalization'; } if (is_array($data)) { $normalized = []; $count = 1; foreach ($data as $key => $value) { if ($count++ > $this->maxNormalizeItemCount) { $normalized['...'] = 'Over '.$this->maxNormalizeItemCount.' items ('.count($data).' total), aborting normalization'; break; } $normalized[$key] = $this->normalize($value, $depth + 1); } return $normalized; } if ($data instanceof Throwable) { return $this->normalizeException($data, $depth); } if (is_resource($data)) { return parent::normalize($data); } return $data; } /** * Normalizes given exception with or without its own stack trace based on * `includeStacktraces` property. */ protected function normalizeException(Throwable $e, int $depth = 0): array { $data = parent::normalizeException($e, $depth); if (!$this->includeStacktraces) { unset($data['trace']); } return $data; } } PK$ ZQTCh Bvendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; /** * formats the record to be used in the FlowdockHandler * * @author Dominik Liebler */ class FlowdockFormatter implements FormatterInterface { /** * @var string */ private $source; /** * @var string */ private $sourceEmail; public function __construct(string $source, string $sourceEmail) { $this->source = $source; $this->sourceEmail = $sourceEmail; } /** * {@inheritdoc} */ public function format(array $record): array { $tags = [ '#logs', '#' . strtolower($record['level_name']), '#' . $record['channel'], ]; foreach ($record['extra'] as $value) { $tags[] = '#' . $value; } $subject = sprintf( 'in %s: %s - %s', $this->source, $record['level_name'], $this->getShortMessage($record['message']) ); $record['flowdock'] = [ 'source' => $this->source, 'from_address' => $this->sourceEmail, 'subject' => $subject, 'content' => $record['message'], 'tags' => $tags, 'project' => $this->source, ]; return $record; } /** * {@inheritdoc} */ public function formatBatch(array $records): array { $formatted = []; foreach ($records as $record) { $formatted[] = $this->format($record); } return $formatted; } public function getShortMessage(string $message): string { static $hasMbString; if (null === $hasMbString) { $hasMbString = function_exists('mb_strlen'); } $maxLength = 45; if ($hasMbString) { if (mb_strlen($message, 'UTF-8') > $maxLength) { $message = mb_substr($message, 0, $maxLength - 4, 'UTF-8') . ' ...'; } } else { if (strlen($message) > $maxLength) { $message = substr($message, 0, $maxLength - 4) . ' ...'; } } return $message; } } PK$ Z*ٍBvendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Monolog\Logger; /** * Serializes a log message according to Wildfire's header requirements * * @author Eric Clemmons (@ericclemmons) * @author Christophe Coevoet * @author Kirill chEbba Chebunin */ class WildfireFormatter extends NormalizerFormatter { /** * Translates Monolog log levels to Wildfire levels. */ private $logLevels = [ Logger::DEBUG => 'LOG', Logger::INFO => 'INFO', Logger::NOTICE => 'INFO', Logger::WARNING => 'WARN', Logger::ERROR => 'ERROR', Logger::CRITICAL => 'ERROR', Logger::ALERT => 'ERROR', Logger::EMERGENCY => 'ERROR', ]; /** * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format */ public function __construct(?string $dateFormat = null) { parent::__construct($dateFormat); // http headers do not like non-ISO-8559-1 characters $this->removeJsonEncodeOption(JSON_UNESCAPED_UNICODE); } /** * {@inheritdoc} */ public function format(array $record): string { // Retrieve the line and file if set and remove them from the formatted extra $file = $line = ''; if (isset($record['extra']['file'])) { $file = $record['extra']['file']; unset($record['extra']['file']); } if (isset($record['extra']['line'])) { $line = $record['extra']['line']; unset($record['extra']['line']); } $record = $this->normalize($record); $message = ['message' => $record['message']]; $handleError = false; if ($record['context']) { $message['context'] = $record['context']; $handleError = true; } if ($record['extra']) { $message['extra'] = $record['extra']; $handleError = true; } if (count($message) === 1) { $message = reset($message); } if (isset($record['context']['table'])) { $type = 'TABLE'; $label = $record['channel'] .': '. $record['message']; $message = $record['context']['table']; } else { $type = $this->logLevels[$record['level']]; $label = $record['channel']; } // Create JSON object describing the appearance of the message in the console $json = $this->toJson([ [ 'Type' => $type, 'File' => $file, 'Line' => $line, 'Label' => $label, ], $message, ], $handleError); // The message itself is a serialization of the above JSON object + it's length return sprintf( '%d|%s|', strlen($json), $json ); } /** * {@inheritdoc} */ public function formatBatch(array $records) { throw new \BadMethodCallException('Batch formatting does not make sense for the WildfireFormatter'); } /** * {@inheritdoc} * @return int|bool|string|null|array|object */ protected function normalize($data, int $depth = 0) { if (is_object($data) && !$data instanceof \DateTimeInterface) { return $data; } return parent::normalize($data, $depth); } } PK$ Z ؑ@vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; /** * Encodes message information into JSON in a format compatible with Loggly. * * @author Adam Pancutt */ class LogglyFormatter extends JsonFormatter { /** * Overrides the default batch mode to new lines for compatibility with the * Loggly bulk API. */ public function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = false) { parent::__construct($batchMode, $appendNewline); } /** * Appends the 'timestamp' parameter for indexing by Loggly. * * @see https://www.loggly.com/docs/automated-parsing/#json * @see \Monolog\Formatter\JsonFormatter::format() */ public function format(array $record): string { if (isset($record["datetime"]) && ($record["datetime"] instanceof \DateTimeInterface)) { $record["timestamp"] = $record["datetime"]->format("Y-m-d\TH:i:s.uO"); unset($record["datetime"]); } return parent::format($record); } } PK$ ZM/vendor/monolog/monolog/src/Monolog/Registry.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; use InvalidArgumentException; /** * Monolog log registry * * Allows to get `Logger` instances in the global scope * via static method calls on this class. * * * $application = new Monolog\Logger('application'); * $api = new Monolog\Logger('api'); * * Monolog\Registry::addLogger($application); * Monolog\Registry::addLogger($api); * * function testLogger() * { * Monolog\Registry::api()->error('Sent to $api Logger instance'); * Monolog\Registry::application()->error('Sent to $application Logger instance'); * } * * * @author Tomas Tatarko */ class Registry { /** * List of all loggers in the registry (by named indexes) * * @var Logger[] */ private static $loggers = []; /** * Adds new logging channel to the registry * * @param Logger $logger Instance of the logging channel * @param string|null $name Name of the logging channel ($logger->getName() by default) * @param bool $overwrite Overwrite instance in the registry if the given name already exists? * @throws \InvalidArgumentException If $overwrite set to false and named Logger instance already exists */ public static function addLogger(Logger $logger, ?string $name = null, bool $overwrite = false) { $name = $name ?: $logger->getName(); if (isset(self::$loggers[$name]) && !$overwrite) { throw new InvalidArgumentException('Logger with the given name already exists'); } self::$loggers[$name] = $logger; } /** * Checks if such logging channel exists by name or instance * * @param string|Logger $logger Name or logger instance */ public static function hasLogger($logger): bool { if ($logger instanceof Logger) { $index = array_search($logger, self::$loggers, true); return false !== $index; } return isset(self::$loggers[$logger]); } /** * Removes instance from registry by name or instance * * @param string|Logger $logger Name or logger instance */ public static function removeLogger($logger): void { if ($logger instanceof Logger) { if (false !== ($idx = array_search($logger, self::$loggers, true))) { unset(self::$loggers[$idx]); } } else { unset(self::$loggers[$logger]); } } /** * Clears the registry */ public static function clear(): void { self::$loggers = []; } /** * Gets Logger instance from the registry * * @param string $name Name of the requested Logger instance * @throws \InvalidArgumentException If named Logger instance is not in the registry */ public static function getInstance($name): Logger { if (!isset(self::$loggers[$name])) { throw new InvalidArgumentException(sprintf('Requested "%s" logger instance is not in the registry', $name)); } return self::$loggers[$name]; } /** * Gets Logger instance from the registry via static method call * * @param string $name Name of the requested Logger instance * @param array $arguments Arguments passed to static method call * @throws \InvalidArgumentException If named Logger instance is not in the registry * @return Logger Requested instance of Logger */ public static function __callStatic($name, $arguments) { return self::getInstance($name); } } PK$ Zic c Gvendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; use Monolog\Utils; /** * Processes a record's message according to PSR-3 rules * * It replaces {foo} with the value from $context['foo'] * * @author Jordi Boggiano */ class PsrLogMessageProcessor implements ProcessorInterface { public const SIMPLE_DATE = "Y-m-d\TH:i:s.uP"; /** @var string|null */ private $dateFormat; /** @var bool */ private $removeUsedContextFields; /** * @param string|null $dateFormat The format of the timestamp: one supported by DateTime::format * @param bool $removeUsedContextFields If set to true the fields interpolated into message gets unset */ public function __construct(?string $dateFormat = null, bool $removeUsedContextFields = false) { $this->dateFormat = $dateFormat; $this->removeUsedContextFields = $removeUsedContextFields; } /** * @param array $record * @return array */ public function __invoke(array $record): array { if (false === strpos($record['message'], '{')) { return $record; } $replacements = []; foreach ($record['context'] as $key => $val) { $placeholder = '{' . $key . '}'; if (strpos($record['message'], $placeholder) === false) { continue; } if (is_null($val) || is_scalar($val) || (is_object($val) && method_exists($val, "__toString"))) { $replacements[$placeholder] = $val; } elseif ($val instanceof \DateTimeInterface) { if (!$this->dateFormat && $val instanceof \Monolog\DateTimeImmutable) { // handle monolog dates using __toString if no specific dateFormat was asked for // so that it follows the useMicroseconds flag $replacements[$placeholder] = (string) $val; } else { $replacements[$placeholder] = $val->format($this->dateFormat ?: static::SIMPLE_DATE); } } elseif (is_object($val)) { $replacements[$placeholder] = '[object '.Utils::getClass($val).']'; } elseif (is_array($val)) { $replacements[$placeholder] = 'array'.Utils::jsonEncode($val, null, true); } else { $replacements[$placeholder] = '['.gettype($val).']'; } if ($this->removeUsedContextFields) { unset($record['context'][$key]); } } $record['message'] = strtr($record['message'], $replacements); return $record; } } PK$ Z( =vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Injects url/method and remote IP of the current web request in all records * * @author Jordi Boggiano */ class WebProcessor implements ProcessorInterface { /** * @var array|\ArrayAccess */ protected $serverData; /** * Default fields * * Array is structured as [key in record.extra => key in $serverData] * * @var array */ protected $extraFields = [ 'url' => 'REQUEST_URI', 'ip' => 'REMOTE_ADDR', 'http_method' => 'REQUEST_METHOD', 'server' => 'SERVER_NAME', 'referrer' => 'HTTP_REFERER', ]; /** * @param array|\ArrayAccess|null $serverData Array or object w/ ArrayAccess that provides access to the $_SERVER data * @param array|null $extraFields Field names and the related key inside $serverData to be added. If not provided it defaults to: url, ip, http_method, server, referrer */ public function __construct($serverData = null, array $extraFields = null) { if (null === $serverData) { $this->serverData = &$_SERVER; } elseif (is_array($serverData) || $serverData instanceof \ArrayAccess) { $this->serverData = $serverData; } else { throw new \UnexpectedValueException('$serverData must be an array or object implementing ArrayAccess.'); } if (isset($this->serverData['UNIQUE_ID'])) { $this->extraFields['unique_id'] = 'UNIQUE_ID'; } if (null !== $extraFields) { if (isset($extraFields[0])) { foreach (array_keys($this->extraFields) as $fieldName) { if (!in_array($fieldName, $extraFields)) { unset($this->extraFields[$fieldName]); } } } else { $this->extraFields = $extraFields; } } } public function __invoke(array $record): array { // skip processing if for some reason request data // is not present (CLI or wonky SAPIs) if (!isset($this->serverData['REQUEST_URI'])) { return $record; } $record['extra'] = $this->appendExtraFields($record['extra']); return $record; } public function addExtraField(string $extraName, string $serverName): self { $this->extraFields[$extraName] = $serverName; return $this; } private function appendExtraFields(array $extra): array { foreach ($this->extraFields as $extraName => $serverName) { $extra[$extraName] = $this->serverData[$serverName] ?? null; } return $extra; } } PK$ ZE~Ivendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Injects memory_get_peak_usage in all records * * @see Monolog\Processor\MemoryProcessor::__construct() for options * @author Rob Jensen */ class MemoryPeakUsageProcessor extends MemoryProcessor { public function __invoke(array $record): array { $usage = memory_get_peak_usage($this->realUsage); if ($this->useFormatting) { $usage = $this->formatBytes($usage); } $record['extra']['memory_peak_usage'] = $usage; return $record; } } PK$ Zq=vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; use Monolog\ResettableInterface; /** * Adds a unique identifier into records * * @author Simon Mönch */ class UidProcessor implements ProcessorInterface, ResettableInterface { private $uid; public function __construct(int $length = 7) { if ($length > 32 || $length < 1) { throw new \InvalidArgumentException('The uid length must be an integer between 1 and 32'); } $this->uid = $this->generateUid($length); } public function __invoke(array $record): array { $record['extra']['uid'] = $this->uid; return $record; } public function getUid(): string { return $this->uid; } public function reset() { $this->uid = $this->generateUid(strlen($this->uid)); } private function generateUid(int $length): string { return substr(bin2hex(random_bytes((int) ceil($length / 2))), 0, $length); } } PK$ Zÿ  Evendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Injects memory_get_usage in all records * * @see Monolog\Processor\MemoryProcessor::__construct() for options * @author Rob Jensen */ class MemoryUsageProcessor extends MemoryProcessor { public function __invoke(array $record): array { $usage = memory_get_usage($this->realUsage); if ($this->useFormatting) { $usage = $this->formatBytes($usage); } $record['extra']['memory_usage'] = $usage; return $record; } } PK$ Za ##@vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Some methods that are common for all memory processors * * @author Rob Jensen */ abstract class MemoryProcessor implements ProcessorInterface { /** * @var bool If true, get the real size of memory allocated from system. Else, only the memory used by emalloc() is reported. */ protected $realUsage; /** * @var bool If true, then format memory size to human readable string (MB, KB, B depending on size) */ protected $useFormatting; /** * @param bool $realUsage Set this to true to get the real size of memory allocated from system. * @param bool $useFormatting If true, then format memory size to human readable string (MB, KB, B depending on size) */ public function __construct(bool $realUsage = true, bool $useFormatting = true) { $this->realUsage = $realUsage; $this->useFormatting = $useFormatting; } /** * Formats bytes into a human readable string if $this->useFormatting is true, otherwise return $bytes as is * * @param int $bytes * @return string|int Formatted string if $this->useFormatting is true, otherwise return $bytes as int */ protected function formatBytes(int $bytes) { if (!$this->useFormatting) { return $bytes; } if ($bytes > 1024 * 1024) { return round($bytes / 1024 / 1024, 2).' MB'; } elseif ($bytes > 1024) { return round($bytes / 1024, 2).' KB'; } return $bytes . ' B'; } } PK$ ZI  Gvendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; use Monolog\Logger; /** * Injects line/file:class/function where the log message came from * * Warning: This only works if the handler processes the logs directly. * If you put the processor on a handler that is behind a FingersCrossedHandler * for example, the processor will only be called once the trigger level is reached, * and all the log records will have the same file/line/.. data from the call that * triggered the FingersCrossedHandler. * * @author Jordi Boggiano */ class IntrospectionProcessor implements ProcessorInterface { private $level; private $skipClassesPartials; private $skipStackFramesCount; private $skipFunctions = [ 'call_user_func', 'call_user_func_array', ]; /** * @param string|int $level The minimum logging level at which this Processor will be triggered */ public function __construct($level = Logger::DEBUG, array $skipClassesPartials = [], int $skipStackFramesCount = 0) { $this->level = Logger::toMonologLevel($level); $this->skipClassesPartials = array_merge(['Monolog\\'], $skipClassesPartials); $this->skipStackFramesCount = $skipStackFramesCount; } public function __invoke(array $record): array { // return if the level is not high enough if ($record['level'] < $this->level) { return $record; } $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); // skip first since it's always the current method array_shift($trace); // the call_user_func call is also skipped array_shift($trace); $i = 0; while ($this->isTraceClassOrSkippedFunction($trace, $i)) { if (isset($trace[$i]['class'])) { foreach ($this->skipClassesPartials as $part) { if (strpos($trace[$i]['class'], $part) !== false) { $i++; continue 2; } } } elseif (in_array($trace[$i]['function'], $this->skipFunctions)) { $i++; continue; } break; } $i += $this->skipStackFramesCount; // we should have the call source now $record['extra'] = array_merge( $record['extra'], [ 'file' => isset($trace[$i - 1]['file']) ? $trace[$i - 1]['file'] : null, 'line' => isset($trace[$i - 1]['line']) ? $trace[$i - 1]['line'] : null, 'class' => isset($trace[$i]['class']) ? $trace[$i]['class'] : null, 'function' => isset($trace[$i]['function']) ? $trace[$i]['function'] : null, ] ); return $record; } private function isTraceClassOrSkippedFunction(array $trace, int $index) { if (!isset($trace[$index])) { return false; } return isset($trace[$index]['class']) || in_array($trace[$index]['function'], $this->skipFunctions); } } PK$ Z<=vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Adds a tags array into record * * @author Martijn Riemers */ class TagProcessor implements ProcessorInterface { private $tags; public function __construct(array $tags = []) { $this->setTags($tags); } public function addTags(array $tags = []): self { $this->tags = array_merge($this->tags, $tags); return $this; } public function setTags(array $tags = []): self { $this->tags = $tags; return $this; } public function __invoke(array $record): array { $record['extra']['tags'] = $this->tags; return $record; } } PK$ Z4q=vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; use Monolog\Logger; /** * Injects Git branch and Git commit SHA in all records * * @author Nick Otter * @author Jordi Boggiano */ class GitProcessor implements ProcessorInterface { private $level; private static $cache; /** * @param string|int $level The minimum logging level at which this Processor will be triggered */ public function __construct($level = Logger::DEBUG) { $this->level = Logger::toMonologLevel($level); } public function __invoke(array $record): array { // return if the level is not high enough if ($record['level'] < $this->level) { return $record; } $record['extra']['git'] = self::getGitInfo(); return $record; } private static function getGitInfo(): array { if (self::$cache) { return self::$cache; } $branches = `git branch -v --no-abbrev`; if ($branches && preg_match('{^\* (.+?)\s+([a-f0-9]{40})(?:\s|$)}m', $branches, $matches)) { return self::$cache = [ 'branch' => $matches[1], 'commit' => $matches[2], ]; } return self::$cache = []; } } PK$ Zp/9::Cvendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Adds value of getmypid into records * * @author Andreas Hörnicke */ class ProcessIdProcessor implements ProcessorInterface { public function __invoke(array $record): array { $record['extra']['process_id'] = getmypid(); return $record; } } PK$ Zh  Cvendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * An optional interface to allow labelling Monolog processors. * * @author Nicolas Grekas */ interface ProcessorInterface { /** * @return array The processed record */ public function __invoke(array $record); } PK$ Z|Bvendor/monolog/monolog/src/Monolog/Processor/HostnameProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; /** * Injects value of gethostname in all records */ class HostnameProcessor implements ProcessorInterface { private static $host; public function __construct() { self::$host = (string) gethostname(); } public function __invoke(array $record): array { $record['extra']['hostname'] = self::$host; return $record; } } PK$ Zq|Cvendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Processor; use Monolog\Logger; /** * Injects Hg branch and Hg revision number in all records * * @author Jonathan A. Schweder */ class MercurialProcessor implements ProcessorInterface { private $level; private static $cache; /** * @param string|int $level The minimum logging level at which this Processor will be triggered */ public function __construct($level = Logger::DEBUG) { $this->level = Logger::toMonologLevel($level); } public function __invoke(array $record): array { // return if the level is not high enough if ($record['level'] < $this->level) { return $record; } $record['extra']['hg'] = self::getMercurialInfo(); return $record; } private static function getMercurialInfo(): array { if (self::$cache) { return self::$cache; } $result = explode(' ', trim(`hg id -nb`)); if (count($result) >= 3) { return self::$cache = [ 'branch' => $result[1], 'revision' => $result[2], ]; } return self::$cache = []; } } PK$ Z/M#$#$3vendor/monolog/monolog/src/Monolog/ErrorHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; use Psr\Log\LoggerInterface; use Psr\Log\LogLevel; /** * Monolog error handler * * A facility to enable logging of runtime errors, exceptions and fatal errors. * * Quick setup: ErrorHandler::register($logger); * * @author Jordi Boggiano */ class ErrorHandler { private $logger; private $previousExceptionHandler; private $uncaughtExceptionLevelMap; private $previousErrorHandler; private $errorLevelMap; private $handleOnlyReportedErrors; private $hasFatalErrorHandler; private $fatalLevel; private $reservedMemory; private $lastFatalTrace; private static $fatalErrors = [E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR]; public function __construct(LoggerInterface $logger) { $this->logger = $logger; } /** * Registers a new ErrorHandler for a given Logger * * By default it will handle errors, exceptions and fatal errors * * @param LoggerInterface $logger * @param array|false $errorLevelMap an array of E_* constant to LogLevel::* constant mapping, or false to disable error handling * @param array|false $exceptionLevelMap an array of class name to LogLevel::* constant mapping, or false to disable exception handling * @param string|null|false $fatalLevel a LogLevel::* constant, null to use the default LogLevel::ALERT or false to disable fatal error handling * @return ErrorHandler */ public static function register(LoggerInterface $logger, $errorLevelMap = [], $exceptionLevelMap = [], $fatalLevel = null): self { /** @phpstan-ignore-next-line */ $handler = new static($logger); if ($errorLevelMap !== false) { $handler->registerErrorHandler($errorLevelMap); } if ($exceptionLevelMap !== false) { $handler->registerExceptionHandler($exceptionLevelMap); } if ($fatalLevel !== false) { $handler->registerFatalHandler($fatalLevel); } return $handler; } public function registerExceptionHandler($levelMap = [], $callPrevious = true): self { $prev = set_exception_handler(function (\Throwable $e): void { $this->handleException($e); }); $this->uncaughtExceptionLevelMap = $levelMap; foreach ($this->defaultExceptionLevelMap() as $class => $level) { if (!isset($this->uncaughtExceptionLevelMap[$class])) { $this->uncaughtExceptionLevelMap[$class] = $level; } } if ($callPrevious && $prev) { $this->previousExceptionHandler = $prev; } return $this; } public function registerErrorHandler(array $levelMap = [], $callPrevious = true, $errorTypes = -1, $handleOnlyReportedErrors = true): self { $prev = set_error_handler([$this, 'handleError'], $errorTypes); $this->errorLevelMap = array_replace($this->defaultErrorLevelMap(), $levelMap); if ($callPrevious) { $this->previousErrorHandler = $prev ?: true; } $this->handleOnlyReportedErrors = $handleOnlyReportedErrors; return $this; } /** * @param string|null $level a LogLevel::* constant, null to use the default LogLevel::ALERT or false to disable fatal error handling * @param int $reservedMemorySize Amount of KBs to reserve in memory so that it can be freed when handling fatal errors giving Monolog some room in memory to get its job done */ public function registerFatalHandler($level = null, int $reservedMemorySize = 20): self { register_shutdown_function([$this, 'handleFatalError']); $this->reservedMemory = str_repeat(' ', 1024 * $reservedMemorySize); $this->fatalLevel = $level; $this->hasFatalErrorHandler = true; return $this; } protected function defaultExceptionLevelMap(): array { return [ 'ParseError' => LogLevel::CRITICAL, 'Throwable' => LogLevel::ERROR, ]; } protected function defaultErrorLevelMap(): array { return [ E_ERROR => LogLevel::CRITICAL, E_WARNING => LogLevel::WARNING, E_PARSE => LogLevel::ALERT, E_NOTICE => LogLevel::NOTICE, E_CORE_ERROR => LogLevel::CRITICAL, E_CORE_WARNING => LogLevel::WARNING, E_COMPILE_ERROR => LogLevel::ALERT, E_COMPILE_WARNING => LogLevel::WARNING, E_USER_ERROR => LogLevel::ERROR, E_USER_WARNING => LogLevel::WARNING, E_USER_NOTICE => LogLevel::NOTICE, E_STRICT => LogLevel::NOTICE, E_RECOVERABLE_ERROR => LogLevel::ERROR, E_DEPRECATED => LogLevel::NOTICE, E_USER_DEPRECATED => LogLevel::NOTICE, ]; } private function handleException(\Throwable $e) { $level = LogLevel::ERROR; foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) { if ($e instanceof $class) { $level = $candidate; break; } } $this->logger->log( $level, sprintf('Uncaught Exception %s: "%s" at %s line %s', Utils::getClass($e), $e->getMessage(), $e->getFile(), $e->getLine()), ['exception' => $e] ); if ($this->previousExceptionHandler) { ($this->previousExceptionHandler)($e); } if (!headers_sent() && !ini_get('display_errors')) { http_response_code(500); } exit(255); } /** * @private */ public function handleError($code, $message, $file = '', $line = 0, $context = []) { if ($this->handleOnlyReportedErrors && !(error_reporting() & $code)) { return; } // fatal error codes are ignored if a fatal error handler is present as well to avoid duplicate log entries if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) { $level = $this->errorLevelMap[$code] ?? LogLevel::CRITICAL; $this->logger->log($level, self::codeToString($code).': '.$message, ['code' => $code, 'message' => $message, 'file' => $file, 'line' => $line]); } else { $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); array_shift($trace); // Exclude handleError from trace $this->lastFatalTrace = $trace; } if ($this->previousErrorHandler === true) { return false; } elseif ($this->previousErrorHandler) { return ($this->previousErrorHandler)($code, $message, $file, $line, $context); } return true; } /** * @private */ public function handleFatalError() { $this->reservedMemory = ''; $lastError = error_get_last(); if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) { $this->logger->log( $this->fatalLevel === null ? LogLevel::ALERT : $this->fatalLevel, 'Fatal Error ('.self::codeToString($lastError['type']).'): '.$lastError['message'], ['code' => $lastError['type'], 'message' => $lastError['message'], 'file' => $lastError['file'], 'line' => $lastError['line'], 'trace' => $this->lastFatalTrace] ); if ($this->logger instanceof Logger) { foreach ($this->logger->getHandlers() as $handler) { $handler->close(); } } } } private static function codeToString($code): string { switch ($code) { case E_ERROR: return 'E_ERROR'; case E_WARNING: return 'E_WARNING'; case E_PARSE: return 'E_PARSE'; case E_NOTICE: return 'E_NOTICE'; case E_CORE_ERROR: return 'E_CORE_ERROR'; case E_CORE_WARNING: return 'E_CORE_WARNING'; case E_COMPILE_ERROR: return 'E_COMPILE_ERROR'; case E_COMPILE_WARNING: return 'E_COMPILE_WARNING'; case E_USER_ERROR: return 'E_USER_ERROR'; case E_USER_WARNING: return 'E_USER_WARNING'; case E_USER_NOTICE: return 'E_USER_NOTICE'; case E_STRICT: return 'E_STRICT'; case E_RECOVERABLE_ERROR: return 'E_RECOVERABLE_ERROR'; case E_DEPRECATED: return 'E_DEPRECATED'; case E_USER_DEPRECATED: return 'E_USER_DEPRECATED'; } return 'Unknown PHP error'; } } PK$ Z4vendor/monolog/monolog/src/Monolog/Test/TestCase.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Test; use Monolog\Logger; use Monolog\DateTimeImmutable; use Monolog\Formatter\FormatterInterface; /** * Lets you easily generate log records and a dummy formatter for testing purposes * * * @author Jordi Boggiano */ class TestCase extends \PHPUnit\Framework\TestCase { /** * @return array Record */ protected function getRecord($level = Logger::WARNING, $message = 'test', array $context = []): array { return [ 'message' => (string) $message, 'context' => $context, 'level' => $level, 'level_name' => Logger::getLevelName($level), 'channel' => 'test', 'datetime' => new DateTimeImmutable(true), 'extra' => [], ]; } protected function getMultipleRecords(): array { return [ $this->getRecord(Logger::DEBUG, 'debug message 1'), $this->getRecord(Logger::DEBUG, 'debug message 2'), $this->getRecord(Logger::INFO, 'information'), $this->getRecord(Logger::WARNING, 'warning'), $this->getRecord(Logger::ERROR, 'error'), ]; } protected function getIdentityFormatter(): FormatterInterface { $formatter = $this->createMock(FormatterInterface::class); $formatter->expects($this->any()) ->method('format') ->will($this->returnCallback(function ($record) { return $record['message']; })); return $formatter; } } PK$ Z;ߨmm,vendor/monolog/monolog/src/Monolog/Utils.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; final class Utils { const DEFAULT_JSON_FLAGS = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION | JSON_INVALID_UTF8_SUBSTITUTE | JSON_PARTIAL_OUTPUT_ON_ERROR; public static function getClass(object $object): string { $class = \get_class($object); return 'c' === $class[0] && 0 === strpos($class, "class@anonymous\0") ? get_parent_class($class).'@anonymous' : $class; } public static function substr(string $string, int $start, ?int $length = null): string { if (extension_loaded('mbstring')) { return mb_strcut($string, $start, $length); } return substr($string, $start, (null === $length) ? strlen($string) : $length); } /** * Makes sure if a relative path is passed in it is turned into an absolute path * * @param string $streamUrl stream URL or path without protocol */ public static function canonicalizePath(string $streamUrl): string { $prefix = ''; if ('file://' === substr($streamUrl, 0, 7)) { $streamUrl = substr($streamUrl, 7); $prefix = 'file://'; } // other type of stream, not supported if (false !== strpos($streamUrl, '://')) { return $streamUrl; } // already absolute if (substr($streamUrl, 0, 1) === '/' || substr($streamUrl, 1, 1) === ':' || substr($streamUrl, 0, 2) === '\\\\') { return $prefix.$streamUrl; } $streamUrl = getcwd() . '/' . $streamUrl; return $prefix.$streamUrl; } /** * Return the JSON representation of a value * * @param mixed $data * @param int $encodeFlags flags to pass to json encode, defaults to DEFAULT_JSON_FLAGS * @param bool $ignoreErrors whether to ignore encoding errors or to throw on error, when ignored and the encoding fails, "null" is returned which is valid json for null * @throws \RuntimeException if encoding fails and errors are not ignored * @return string when errors are ignored and the encoding fails, "null" is returned which is valid json for null */ public static function jsonEncode($data, ?int $encodeFlags = null, bool $ignoreErrors = false): string { if (null === $encodeFlags) { $encodeFlags = self::DEFAULT_JSON_FLAGS; } if ($ignoreErrors) { $json = @json_encode($data, $encodeFlags); if (false === $json) { return 'null'; } return $json; } $json = json_encode($data, $encodeFlags); if (false === $json) { $json = self::handleJsonError(json_last_error(), $data); } return $json; } /** * Handle a json_encode failure. * * If the failure is due to invalid string encoding, try to clean the * input and encode again. If the second encoding attempt fails, the * initial error is not encoding related or the input can't be cleaned then * raise a descriptive exception. * * @param int $code return code of json_last_error function * @param mixed $data data that was meant to be encoded * @param int $encodeFlags flags to pass to json encode, defaults to JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION * @throws \RuntimeException if failure can't be corrected * @return string JSON encoded data after error correction */ public static function handleJsonError(int $code, $data, ?int $encodeFlags = null): string { if ($code !== JSON_ERROR_UTF8) { self::throwEncodeError($code, $data); } if (is_string($data)) { self::detectAndCleanUtf8($data); } elseif (is_array($data)) { array_walk_recursive($data, array('Monolog\Utils', 'detectAndCleanUtf8')); } else { self::throwEncodeError($code, $data); } if (null === $encodeFlags) { $encodeFlags = self::DEFAULT_JSON_FLAGS; } $json = json_encode($data, $encodeFlags); if ($json === false) { self::throwEncodeError(json_last_error(), $data); } return $json; } /** * Throws an exception according to a given code with a customized message * * @param int $code return code of json_last_error function * @param mixed $data data that was meant to be encoded * @throws \RuntimeException */ private static function throwEncodeError(int $code, $data): void { switch ($code) { case JSON_ERROR_DEPTH: $msg = 'Maximum stack depth exceeded'; break; case JSON_ERROR_STATE_MISMATCH: $msg = 'Underflow or the modes mismatch'; break; case JSON_ERROR_CTRL_CHAR: $msg = 'Unexpected control character found'; break; case JSON_ERROR_UTF8: $msg = 'Malformed UTF-8 characters, possibly incorrectly encoded'; break; default: $msg = 'Unknown error'; } throw new \RuntimeException('JSON encoding failed: '.$msg.'. Encoding: '.var_export($data, true)); } /** * Detect invalid UTF-8 string characters and convert to valid UTF-8. * * Valid UTF-8 input will be left unmodified, but strings containing * invalid UTF-8 codepoints will be reencoded as UTF-8 with an assumed * original encoding of ISO-8859-15. This conversion may result in * incorrect output if the actual encoding was not ISO-8859-15, but it * will be clean UTF-8 output and will not rely on expensive and fragile * detection algorithms. * * Function converts the input in place in the passed variable so that it * can be used as a callback for array_walk_recursive. * * @param mixed $data Input to check and convert if needed, passed by ref */ private static function detectAndCleanUtf8(&$data): void { if (is_string($data) && !preg_match('//u', $data)) { $data = preg_replace_callback( '/[\x80-\xFF]+/', function ($m) { return utf8_encode($m[0]); }, $data ); $data = str_replace( ['¤', '¦', '¨', '´', '¸', '¼', '½', '¾'], ['€', 'Š', 'š', 'Ž', 'ž', 'Œ', 'œ', 'Ÿ'], $data ); } } } PK$ Zv$==8vendor/monolog/monolog/src/Monolog/DateTimeImmutable.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; use DateTimeZone; /** * Overrides default json encoding of date time objects * * @author Menno Holtkamp * @author Jordi Boggiano */ class DateTimeImmutable extends \DateTimeImmutable implements \JsonSerializable { /** * @var bool */ private $useMicroseconds; public function __construct(bool $useMicroseconds, ?DateTimeZone $timezone = null) { $this->useMicroseconds = $useMicroseconds; parent::__construct('now', $timezone); } public function jsonSerialize(): string { if ($this->useMicroseconds) { return $this->format('Y-m-d\TH:i:s.uP'); } return $this->format('Y-m-d\TH:i:sP'); } public function __toString(): string { return $this->jsonSerialize(); } } PK$ Z$vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Utils; /** * Sends notifications through the pushover api to mobile phones * * @author Sebastian Göttschkes * @see https://www.pushover.net/api */ class PushoverHandler extends SocketHandler { private $token; private $users; private $title; private $user; private $retry; private $expire; private $highPriorityLevel; private $emergencyLevel; private $useFormattedMessage = false; /** * All parameters that can be sent to Pushover * @see https://pushover.net/api * @var array */ private $parameterNames = [ 'token' => true, 'user' => true, 'message' => true, 'device' => true, 'title' => true, 'url' => true, 'url_title' => true, 'priority' => true, 'timestamp' => true, 'sound' => true, 'retry' => true, 'expire' => true, 'callback' => true, ]; /** * Sounds the api supports by default * @see https://pushover.net/api#sounds * @var array */ private $sounds = [ 'pushover', 'bike', 'bugle', 'cashregister', 'classical', 'cosmic', 'falling', 'gamelan', 'incoming', 'intermission', 'magic', 'mechanical', 'pianobar', 'siren', 'spacealarm', 'tugboat', 'alien', 'climb', 'persistent', 'echo', 'updown', 'none', ]; /** * @param string $token Pushover api token * @param string|array $users Pushover user id or array of ids the message will be sent to * @param string|null $title Title sent to the Pushover API * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param bool $useSSL Whether to connect via SSL. Required when pushing messages to users that are not * the pushover.net app owner. OpenSSL is required for this option. * @param string|int $highPriorityLevel The minimum logging level at which this handler will start * sending "high priority" requests to the Pushover API * @param string|int $emergencyLevel The minimum logging level at which this handler will start * sending "emergency" requests to the Pushover API * @param int $retry The retry parameter specifies how often (in seconds) the Pushover servers will * send the same notification to the user. * @param int $expire The expire parameter specifies how many seconds your notification will continue * to be retried for (every retry seconds). */ public function __construct( string $token, $users, ?string $title = null, $level = Logger::CRITICAL, bool $bubble = true, bool $useSSL = true, $highPriorityLevel = Logger::CRITICAL, $emergencyLevel = Logger::EMERGENCY, int $retry = 30, int $expire = 25200 ) { $connectionString = $useSSL ? 'ssl://api.pushover.net:443' : 'api.pushover.net:80'; parent::__construct($connectionString, $level, $bubble); $this->token = $token; $this->users = (array) $users; $this->title = $title ?: gethostname(); $this->highPriorityLevel = Logger::toMonologLevel($highPriorityLevel); $this->emergencyLevel = Logger::toMonologLevel($emergencyLevel); $this->retry = $retry; $this->expire = $expire; } protected function generateDataStream(array $record): string { $content = $this->buildContent($record); return $this->buildHeader($content) . $content; } private function buildContent(array $record): string { // Pushover has a limit of 512 characters on title and message combined. $maxMessageLength = 512 - strlen($this->title); $message = ($this->useFormattedMessage) ? $record['formatted'] : $record['message']; $message = Utils::substr($message, 0, $maxMessageLength); $timestamp = $record['datetime']->getTimestamp(); $dataArray = [ 'token' => $this->token, 'user' => $this->user, 'message' => $message, 'title' => $this->title, 'timestamp' => $timestamp, ]; if (isset($record['level']) && $record['level'] >= $this->emergencyLevel) { $dataArray['priority'] = 2; $dataArray['retry'] = $this->retry; $dataArray['expire'] = $this->expire; } elseif (isset($record['level']) && $record['level'] >= $this->highPriorityLevel) { $dataArray['priority'] = 1; } // First determine the available parameters $context = array_intersect_key($record['context'], $this->parameterNames); $extra = array_intersect_key($record['extra'], $this->parameterNames); // Least important info should be merged with subsequent info $dataArray = array_merge($extra, $context, $dataArray); // Only pass sounds that are supported by the API if (isset($dataArray['sound']) && !in_array($dataArray['sound'], $this->sounds)) { unset($dataArray['sound']); } return http_build_query($dataArray); } private function buildHeader(string $content): string { $header = "POST /1/messages.json HTTP/1.1\r\n"; $header .= "Host: api.pushover.net\r\n"; $header .= "Content-Type: application/x-www-form-urlencoded\r\n"; $header .= "Content-Length: " . strlen($content) . "\r\n"; $header .= "\r\n"; return $header; } protected function write(array $record): void { foreach ($this->users as $user) { $this->user = $user; parent::write($record); $this->closeSocket(); } $this->user = null; } public function setHighPriorityLevel($value): self { $this->highPriorityLevel = Logger::toMonologLevel($value); return $this; } public function setEmergencyLevel($value): self { $this->emergencyLevel = Logger::toMonologLevel($value); return $this; } /** * Use the formatted message? */ public function useFormattedMessage(bool $value): self { $this->useFormattedMessage = $value; return $this; } } PK$ Z帋JJEvendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\NormalizerFormatter; use Monolog\Formatter\FormatterInterface; use Doctrine\CouchDB\CouchDBClient; /** * CouchDB handler for Doctrine CouchDB ODM * * @author Markus Bachmann */ class DoctrineCouchDBHandler extends AbstractProcessingHandler { private $client; public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true) { $this->client = $client; parent::__construct($level, $bubble); } /** * {@inheritDoc} */ protected function write(array $record): void { $this->client->postDocument($record['formatted']); } protected function getDefaultFormatter(): FormatterInterface { return new NormalizerFormatter; } } PK$ Zgg@vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Inspired on LogEntriesHandler. * * @author Robert Kaufmann III * @author Gabriel Machado */ class InsightOpsHandler extends SocketHandler { /** * @var string */ protected $logToken; /** * @param string $token Log token supplied by InsightOps * @param string $region Region where InsightOps account is hosted. Could be 'us' or 'eu'. * @param bool $useSSL Whether or not SSL encryption should be used * @param string|int $level The minimum logging level to trigger this handler * @param bool $bubble Whether or not messages that are handled should bubble up the stack. * * @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing */ public function __construct(string $token, string $region = 'us', bool $useSSL = true, $level = Logger::DEBUG, bool $bubble = true) { if ($useSSL && !extension_loaded('openssl')) { throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted connection for InsightOpsHandler'); } $endpoint = $useSSL ? 'ssl://' . $region . '.data.logs.insight.rapid7.com:443' : $region . '.data.logs.insight.rapid7.com:80'; parent::__construct($endpoint, $level, $bubble); $this->logToken = $token; } /** * {@inheritdoc} */ protected function generateDataStream(array $record): string { return $this->logToken . ' ' . $record['formatted']; } } PK$ Z :vendor/monolog/monolog/src/Monolog/Handler/TestHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Used for testing purposes. * * It records all records and gives you access to them for verification. * * @author Jordi Boggiano * * @method bool hasEmergency($record) * @method bool hasAlert($record) * @method bool hasCritical($record) * @method bool hasError($record) * @method bool hasWarning($record) * @method bool hasNotice($record) * @method bool hasInfo($record) * @method bool hasDebug($record) * * @method bool hasEmergencyRecords() * @method bool hasAlertRecords() * @method bool hasCriticalRecords() * @method bool hasErrorRecords() * @method bool hasWarningRecords() * @method bool hasNoticeRecords() * @method bool hasInfoRecords() * @method bool hasDebugRecords() * * @method bool hasEmergencyThatContains($message) * @method bool hasAlertThatContains($message) * @method bool hasCriticalThatContains($message) * @method bool hasErrorThatContains($message) * @method bool hasWarningThatContains($message) * @method bool hasNoticeThatContains($message) * @method bool hasInfoThatContains($message) * @method bool hasDebugThatContains($message) * * @method bool hasEmergencyThatMatches($message) * @method bool hasAlertThatMatches($message) * @method bool hasCriticalThatMatches($message) * @method bool hasErrorThatMatches($message) * @method bool hasWarningThatMatches($message) * @method bool hasNoticeThatMatches($message) * @method bool hasInfoThatMatches($message) * @method bool hasDebugThatMatches($message) * * @method bool hasEmergencyThatPasses($message) * @method bool hasAlertThatPasses($message) * @method bool hasCriticalThatPasses($message) * @method bool hasErrorThatPasses($message) * @method bool hasWarningThatPasses($message) * @method bool hasNoticeThatPasses($message) * @method bool hasInfoThatPasses($message) * @method bool hasDebugThatPasses($message) */ class TestHandler extends AbstractProcessingHandler { protected $records = []; protected $recordsByLevel = []; private $skipReset = false; public function getRecords() { return $this->records; } public function clear() { $this->records = []; $this->recordsByLevel = []; } public function reset() { if (!$this->skipReset) { $this->clear(); } } public function setSkipReset(bool $skipReset) { $this->skipReset = $skipReset; } /** * @param string|int $level Logging level value or name */ public function hasRecords($level): bool { return isset($this->recordsByLevel[Logger::toMonologLevel($level)]); } /** * @param string|array $record Either a message string or an array containing message and optionally context keys that will be checked against all records * @param string|int $level Logging level value or name */ public function hasRecord($record, $level): bool { if (is_string($record)) { $record = array('message' => $record); } return $this->hasRecordThatPasses(function ($rec) use ($record) { if ($rec['message'] !== $record['message']) { return false; } if (isset($record['context']) && $rec['context'] !== $record['context']) { return false; } return true; }, $level); } /** * @param string|int $level Logging level value or name */ public function hasRecordThatContains(string $message, $level): bool { return $this->hasRecordThatPasses(function ($rec) use ($message) { return strpos($rec['message'], $message) !== false; }, $level); } /** * @param string|int $level Logging level value or name */ public function hasRecordThatMatches(string $regex, $level): bool { return $this->hasRecordThatPasses(function (array $rec) use ($regex): bool { return preg_match($regex, $rec['message']) > 0; }, $level); } /** * @psalm-param callable(array, int): mixed $predicate * * @param string|int $level Logging level value or name * @return bool */ public function hasRecordThatPasses(callable $predicate, $level) { $level = Logger::toMonologLevel($level); if (!isset($this->recordsByLevel[$level])) { return false; } foreach ($this->recordsByLevel[$level] as $i => $rec) { if ($predicate($rec, $i)) { return true; } } return false; } /** * {@inheritdoc} */ protected function write(array $record): void { $this->recordsByLevel[$record['level']][] = $record; $this->records[] = $record; } public function __call($method, $args) { if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) { $genericMethod = $matches[1] . ('Records' !== $matches[3] ? 'Record' : '') . $matches[3]; $level = constant('Monolog\Logger::' . strtoupper($matches[2])); if (method_exists($this, $genericMethod)) { $args[] = $level; return call_user_func_array([$this, $genericMethod], $args); } } throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()'); } } PK$ Z4))Bvendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use InvalidArgumentException; use Monolog\Logger; use Monolog\Utils; /** * Stores logs to files that are rotated every day and a limited number of files are kept. * * This rotation is only intended to be used as a workaround. Using logrotate to * handle the rotation is strongly encouraged when you can use it. * * @author Christophe Coevoet * @author Jordi Boggiano */ class RotatingFileHandler extends StreamHandler { public const FILE_PER_DAY = 'Y-m-d'; public const FILE_PER_MONTH = 'Y-m'; public const FILE_PER_YEAR = 'Y'; protected $filename; protected $maxFiles; protected $mustRotate; protected $nextRotation; protected $filenameFormat; protected $dateFormat; /** * @param string $filename * @param int $maxFiles The maximal amount of files to keep (0 means unlimited) * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param int|null $filePermission Optional file permissions (default (0644) are only for owner read/write) * @param bool $useLocking Try to lock log file before doing any writes */ public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermission = null, bool $useLocking = false) { $this->filename = Utils::canonicalizePath($filename); $this->maxFiles = $maxFiles; $this->nextRotation = new \DateTimeImmutable('tomorrow'); $this->filenameFormat = '{filename}-{date}'; $this->dateFormat = static::FILE_PER_DAY; parent::__construct($this->getTimedFilename(), $level, $bubble, $filePermission, $useLocking); } /** * {@inheritdoc} */ public function close(): void { parent::close(); if (true === $this->mustRotate) { $this->rotate(); } } /** * {@inheritdoc} */ public function reset() { parent::reset(); if (true === $this->mustRotate) { $this->rotate(); } } public function setFilenameFormat(string $filenameFormat, string $dateFormat): self { if (!preg_match('{^[Yy](([/_.-]?m)([/_.-]?d)?)?$}', $dateFormat)) { throw new InvalidArgumentException( 'Invalid date format - format must be one of '. 'RotatingFileHandler::FILE_PER_DAY ("Y-m-d"), RotatingFileHandler::FILE_PER_MONTH ("Y-m") '. 'or RotatingFileHandler::FILE_PER_YEAR ("Y"), or you can set one of the '. 'date formats using slashes, underscores and/or dots instead of dashes.' ); } if (substr_count($filenameFormat, '{date}') === 0) { throw new InvalidArgumentException( 'Invalid filename format - format must contain at least `{date}`, because otherwise rotating is impossible.' ); } $this->filenameFormat = $filenameFormat; $this->dateFormat = $dateFormat; $this->url = $this->getTimedFilename(); $this->close(); return $this; } /** * {@inheritdoc} */ protected function write(array $record): void { // on the first record written, if the log is new, we should rotate (once per day) if (null === $this->mustRotate) { $this->mustRotate = !file_exists($this->url); } if ($this->nextRotation <= $record['datetime']) { $this->mustRotate = true; $this->close(); } parent::write($record); } /** * Rotates the files. */ protected function rotate(): void { // update filename $this->url = $this->getTimedFilename(); $this->nextRotation = new \DateTimeImmutable('tomorrow'); // skip GC of old logs if files are unlimited if (0 === $this->maxFiles) { return; } $logFiles = glob($this->getGlobPattern()); if ($this->maxFiles >= count($logFiles)) { // no files to remove return; } // Sorting the files by name to remove the older ones usort($logFiles, function ($a, $b) { return strcmp($b, $a); }); foreach (array_slice($logFiles, $this->maxFiles) as $file) { if (is_writable($file)) { // suppress errors here as unlink() might fail if two processes // are cleaning up/rotating at the same time set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool { return false; }); unlink($file); restore_error_handler(); } } $this->mustRotate = false; } protected function getTimedFilename(): string { $fileInfo = pathinfo($this->filename); $timedFilename = str_replace( ['{filename}', '{date}'], [$fileInfo['filename'], date($this->dateFormat)], $fileInfo['dirname'] . '/' . $this->filenameFormat ); if (!empty($fileInfo['extension'])) { $timedFilename .= '.'.$fileInfo['extension']; } return $timedFilename; } protected function getGlobPattern(): string { $fileInfo = pathinfo($this->filename); $glob = str_replace( ['{filename}', '{date}'], [$fileInfo['filename'], '[0-9][0-9][0-9][0-9]*'], $fileInfo['dirname'] . '/' . $this->filenameFormat ); if (!empty($fileInfo['extension'])) { $glob .= '.'.$fileInfo['extension']; } return $glob; } } PK$ Z-+69vendor/monolog/monolog/src/Monolog/Handler/SqsHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Aws\Sqs\SqsClient; use Monolog\Logger; use Monolog\Utils; /** * Writes to any sqs queue. * * @author Martijn van Calker */ class SqsHandler extends AbstractProcessingHandler { /** 256 KB in bytes - maximum message size in SQS */ protected const MAX_MESSAGE_SIZE = 262144; /** 100 KB in bytes - head message size for new error log */ protected const HEAD_MESSAGE_SIZE = 102400; /** @var SqsClient */ private $client; /** @var string */ private $queueUrl; public function __construct(SqsClient $sqsClient, string $queueUrl, $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); $this->client = $sqsClient; $this->queueUrl = $queueUrl; } /** * Writes the record down to the log of the implementing handler. * * @param array $record */ protected function write(array $record): void { if (!isset($record['formatted']) || 'string' !== gettype($record['formatted'])) { throw new \InvalidArgumentException('SqsHandler accepts only formatted records as a string'); } $messageBody = $record['formatted']; if (strlen($messageBody) >= static::MAX_MESSAGE_SIZE) { $messageBody = Utils::substr($messageBody, 0, static::HEAD_MESSAGE_SIZE); } $this->client->sendMessage([ 'QueueUrl' => $this->queueUrl, 'MessageBody' => $messageBody, ]); } } PK$ ZrHp;vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Utils; /** * IFTTTHandler uses cURL to trigger IFTTT Maker actions * * Register a secret key and trigger/event name at https://ifttt.com/maker * * value1 will be the channel from monolog's Logger constructor, * value2 will be the level name (ERROR, WARNING, ..) * value3 will be the log record's message * * @author Nehal Patel */ class IFTTTHandler extends AbstractProcessingHandler { private $eventName; private $secretKey; /** * @param string $eventName The name of the IFTTT Maker event that should be triggered * @param string $secretKey A valid IFTTT secret key * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bubble = true) { $this->eventName = $eventName; $this->secretKey = $secretKey; parent::__construct($level, $bubble); } /** * {@inheritdoc} */ public function write(array $record): void { $postData = [ "value1" => $record["channel"], "value2" => $record["level_name"], "value3" => $record["message"], ]; $postString = Utils::jsonEncode($postData); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://maker.ifttt.com/trigger/" . $this->eventName . "/with/key/" . $this->secretKey); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $postString); curl_setopt($ch, CURLOPT_HTTPHEADER, [ "Content-Type: application/json", ]); Curl\Util::execute($ch); } } PK$ Zj=vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\JsonFormatter; use Monolog\Logger; /** * CouchDB handler * * @author Markus Bachmann */ class CouchDBHandler extends AbstractProcessingHandler { private $options; public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true) { $this->options = array_merge([ 'host' => 'localhost', 'port' => 5984, 'dbname' => 'logger', 'username' => null, 'password' => null, ], $options); parent::__construct($level, $bubble); } /** * {@inheritDoc} */ protected function write(array $record): void { $basicAuth = null; if ($this->options['username']) { $basicAuth = sprintf('%s:%s@', $this->options['username'], $this->options['password']); } $url = 'http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['dbname']; $context = stream_context_create([ 'http' => [ 'method' => 'POST', 'content' => $record['formatted'], 'ignore_errors' => true, 'max_redirects' => 0, 'header' => 'Content-type: application/json', ], ]); if (false === @file_get_contents($url, false, $context)) { throw new \RuntimeException(sprintf('Could not connect to %s', $url)); } } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new JsonFormatter(JsonFormatter::BATCH_MODE_JSON, false); } } PK$ Zghj6vendor/monolog/monolog/src/Monolog/Handler/Handler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; /** * Base Handler class providing basic close() support as well as handleBatch * * @author Jordi Boggiano */ abstract class Handler implements HandlerInterface { /** * {@inheritdoc} */ public function handleBatch(array $records): void { foreach ($records as $record) { $this->handle($record); } } /** * {@inheritdoc} */ public function close(): void { } public function __destruct() { try { $this->close(); } catch (\Throwable $e) { // do nothing } } public function __sleep() { $this->close(); return array_keys(get_object_vars($this)); } } PK$ Zl̄vv:vendor/monolog/monolog/src/Monolog/Handler/NullHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Blackhole * * Any record it can handle will be thrown away. This can be used * to put on top of an existing stack to override it temporarily. * * @author Jordi Boggiano */ class NullHandler extends Handler { /** * @var int */ private $level; /** * @param string|int $level The minimum logging level at which this handler will be triggered */ public function __construct($level = Logger::DEBUG) { $this->level = Logger::toMonologLevel($level); } /** * {@inheritdoc} */ public function isHandling(array $record): bool { return $record['level'] >= $this->level; } /** * {@inheritdoc} */ public function handle(array $record): bool { return $record['level'] >= $this->level; } } PK$ ZuQ4&4&@vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler\Slack; use Monolog\Logger; use Monolog\Utils; use Monolog\Formatter\NormalizerFormatter; use Monolog\Formatter\FormatterInterface; /** * Slack record utility helping to log to Slack webhooks or API. * * @author Greg Kedzierski * @author Haralan Dobrev * @see https://api.slack.com/incoming-webhooks * @see https://api.slack.com/docs/message-attachments */ class SlackRecord { public const COLOR_DANGER = 'danger'; public const COLOR_WARNING = 'warning'; public const COLOR_GOOD = 'good'; public const COLOR_DEFAULT = '#e3e4e6'; /** * Slack channel (encoded ID or name) * @var string|null */ private $channel; /** * Name of a bot * @var string|null */ private $username; /** * User icon e.g. 'ghost', 'http://example.com/user.png' * @var string|null */ private $userIcon; /** * Whether the message should be added to Slack as attachment (plain text otherwise) * @var bool */ private $useAttachment; /** * Whether the the context/extra messages added to Slack as attachments are in a short style * @var bool */ private $useShortAttachment; /** * Whether the attachment should include context and extra data * @var bool */ private $includeContextAndExtra; /** * Dot separated list of fields to exclude from slack message. E.g. ['context.field1', 'extra.field2'] * @var array */ private $excludeFields; /** * @var ?FormatterInterface */ private $formatter; /** * @var NormalizerFormatter */ private $normalizerFormatter; public function __construct( ?string $channel = null, ?string $username = null, bool $useAttachment = true, ?string $userIcon = null, bool $useShortAttachment = false, bool $includeContextAndExtra = false, array $excludeFields = array(), FormatterInterface $formatter = null ) { $this ->setChannel($channel) ->setUsername($username) ->useAttachment($useAttachment) ->setUserIcon($userIcon) ->useShortAttachment($useShortAttachment) ->includeContextAndExtra($includeContextAndExtra) ->excludeFields($excludeFields) ->setFormatter($formatter); if ($this->includeContextAndExtra) { $this->normalizerFormatter = new NormalizerFormatter(); } } /** * Returns required data in format that Slack * is expecting. */ public function getSlackData(array $record): array { $dataArray = array(); $record = $this->removeExcludedFields($record); if ($this->username) { $dataArray['username'] = $this->username; } if ($this->channel) { $dataArray['channel'] = $this->channel; } if ($this->formatter && !$this->useAttachment) { $message = $this->formatter->format($record); } else { $message = $record['message']; } if ($this->useAttachment) { $attachment = array( 'fallback' => $message, 'text' => $message, 'color' => $this->getAttachmentColor($record['level']), 'fields' => array(), 'mrkdwn_in' => array('fields'), 'ts' => $record['datetime']->getTimestamp(), ); if ($this->useShortAttachment) { $attachment['title'] = $record['level_name']; } else { $attachment['title'] = 'Message'; $attachment['fields'][] = $this->generateAttachmentField('Level', $record['level_name']); } if ($this->includeContextAndExtra) { foreach (array('extra', 'context') as $key) { if (empty($record[$key])) { continue; } if ($this->useShortAttachment) { $attachment['fields'][] = $this->generateAttachmentField( (string) $key, $record[$key] ); } else { // Add all extra fields as individual fields in attachment $attachment['fields'] = array_merge( $attachment['fields'], $this->generateAttachmentFields($record[$key]) ); } } } $dataArray['attachments'] = array($attachment); } else { $dataArray['text'] = $message; } if ($this->userIcon) { if (filter_var($this->userIcon, FILTER_VALIDATE_URL)) { $dataArray['icon_url'] = $this->userIcon; } else { $dataArray['icon_emoji'] = ":{$this->userIcon}:"; } } return $dataArray; } /** * Returns a Slack message attachment color associated with * provided level. */ public function getAttachmentColor(int $level): string { switch (true) { case $level >= Logger::ERROR: return static::COLOR_DANGER; case $level >= Logger::WARNING: return static::COLOR_WARNING; case $level >= Logger::INFO: return static::COLOR_GOOD; default: return static::COLOR_DEFAULT; } } /** * Stringifies an array of key/value pairs to be used in attachment fields */ public function stringify(array $fields): string { $normalized = $this->normalizerFormatter->format($fields); $hasSecondDimension = count(array_filter($normalized, 'is_array')); $hasNonNumericKeys = !count(array_filter(array_keys($normalized), 'is_numeric')); return $hasSecondDimension || $hasNonNumericKeys ? Utils::jsonEncode($normalized, JSON_PRETTY_PRINT|Utils::DEFAULT_JSON_FLAGS) : Utils::jsonEncode($normalized, Utils::DEFAULT_JSON_FLAGS); } /** * Channel used by the bot when posting * * @param ?string $channel * * @return static */ public function setChannel(?string $channel = null): self { $this->channel = $channel; return $this; } /** * Username used by the bot when posting * * @param ?string $username * * @return static */ public function setUsername(?string $username = null): self { $this->username = $username; return $this; } public function useAttachment(bool $useAttachment = true): self { $this->useAttachment = $useAttachment; return $this; } public function setUserIcon(?string $userIcon = null): self { $this->userIcon = $userIcon; if (\is_string($userIcon)) { $this->userIcon = trim($userIcon, ':'); } return $this; } public function useShortAttachment(bool $useShortAttachment = false): self { $this->useShortAttachment = $useShortAttachment; return $this; } public function includeContextAndExtra(bool $includeContextAndExtra = false): self { $this->includeContextAndExtra = $includeContextAndExtra; if ($this->includeContextAndExtra) { $this->normalizerFormatter = new NormalizerFormatter(); } return $this; } public function excludeFields(array $excludeFields = []): self { $this->excludeFields = $excludeFields; return $this; } public function setFormatter(?FormatterInterface $formatter = null): self { $this->formatter = $formatter; return $this; } /** * Generates attachment field * * @param string|array $value */ private function generateAttachmentField(string $title, $value): array { $value = is_array($value) ? sprintf('```%s```', substr($this->stringify($value), 0, 1990)) : $value; return array( 'title' => ucfirst($title), 'value' => $value, 'short' => false, ); } /** * Generates a collection of attachment fields from array */ private function generateAttachmentFields(array $data): array { $fields = array(); foreach ($this->normalizerFormatter->format($data) as $key => $value) { $fields[] = $this->generateAttachmentField((string) $key, $value); } return $fields; } /** * Get a copy of record with fields excluded according to $this->excludeFields */ private function removeExcludedFields(array $record): array { foreach ($this->excludeFields as $field) { $keys = explode('.', $field); $node = &$record; $lastKey = end($keys); foreach ($keys as $key) { if (!isset($node[$key])) { break; } if ($lastKey === $key) { unset($node[$key]); break; } $node = &$node[$key]; } } return $record; } } PK$ ZSpp:vendor/monolog/monolog/src/Monolog/Handler/NoopHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; /** * No-op * * This handler handles anything, but does nothing, and does not stop bubbling to the rest of the stack. * This can be used for testing, or to disable a handler when overriding a configuration without * influencing the rest of the stack. * * @author Roel Harbers */ class NoopHandler extends Handler { /** * {@inheritdoc} */ public function isHandling(array $record): bool { return true; } /** * {@inheritdoc} */ public function handle(array $record): bool { return false; } } PK$ Z]u@vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * @author Robert Kaufmann III */ class LogEntriesHandler extends SocketHandler { /** * @var string */ protected $logToken; /** * @param string $token Log token supplied by LogEntries * @param bool $useSSL Whether or not SSL encryption should be used. * @param string|int $level The minimum logging level to trigger this handler * @param bool $bubble Whether or not messages that are handled should bubble up the stack. * @param string $host Custom hostname to send the data to if needed * * @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing */ public function __construct(string $token, bool $useSSL = true, $level = Logger::DEBUG, bool $bubble = true, string $host = 'data.logentries.com') { if ($useSSL && !extension_loaded('openssl')) { throw new MissingExtensionException('The OpenSSL PHP plugin is required to use SSL encrypted connection for LogEntriesHandler'); } $endpoint = $useSSL ? 'ssl://' . $host . ':443' : $host . ':80'; parent::__construct($endpoint, $level, $bubble); $this->logToken = $token; } /** * {@inheritdoc} */ protected function generateDataStream(array $record): string { return $this->logToken . ' ' . $record['formatted']; } } PK$ Zδ//=vendor/monolog/monolog/src/Monolog/Handler/ProcessHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Stores to STDIN of any process, specified by a command. * * Usage example: *
 * $log = new Logger('myLogger');
 * $log->pushHandler(new ProcessHandler('/usr/bin/php /var/www/monolog/someScript.php'));
 * 
* * @author Kolja Zuelsdorf */ class ProcessHandler extends AbstractProcessingHandler { /** * Holds the process to receive data on its STDIN. * * @var resource|bool|null */ private $process; /** * @var string */ private $command; /** * @var string|null */ private $cwd; /** * @var array */ private $pipes = []; /** * @var array */ protected const DESCRIPTOR_SPEC = [ 0 => ['pipe', 'r'], // STDIN is a pipe that the child will read from 1 => ['pipe', 'w'], // STDOUT is a pipe that the child will write to 2 => ['pipe', 'w'], // STDERR is a pipe to catch the any errors ]; /** * @param string $command Command for the process to start. Absolute paths are recommended, * especially if you do not use the $cwd parameter. * @param string|int $level The minimum logging level at which this handler will be triggered. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not. * @param string|null $cwd "Current working directory" (CWD) for the process to be executed in. * @throws \InvalidArgumentException */ public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string $cwd = null) { if ($command === '') { throw new \InvalidArgumentException('The command argument must be a non-empty string.'); } if ($cwd === '') { throw new \InvalidArgumentException('The optional CWD argument must be a non-empty string or null.'); } parent::__construct($level, $bubble); $this->command = $command; $this->cwd = $cwd; } /** * Writes the record down to the log of the implementing handler * * @throws \UnexpectedValueException */ protected function write(array $record): void { $this->ensureProcessIsStarted(); $this->writeProcessInput($record['formatted']); $errors = $this->readProcessErrors(); if (empty($errors) === false) { throw new \UnexpectedValueException(sprintf('Errors while writing to process: %s', $errors)); } } /** * Makes sure that the process is actually started, and if not, starts it, * assigns the stream pipes, and handles startup errors, if any. */ private function ensureProcessIsStarted(): void { if (is_resource($this->process) === false) { $this->startProcess(); $this->handleStartupErrors(); } } /** * Starts the actual process and sets all streams to non-blocking. */ private function startProcess(): void { $this->process = proc_open($this->command, static::DESCRIPTOR_SPEC, $this->pipes, $this->cwd); foreach ($this->pipes as $pipe) { stream_set_blocking($pipe, false); } } /** * Selects the STDERR stream, handles upcoming startup errors, and throws an exception, if any. * * @throws \UnexpectedValueException */ private function handleStartupErrors(): void { $selected = $this->selectErrorStream(); if (false === $selected) { throw new \UnexpectedValueException('Something went wrong while selecting a stream.'); } $errors = $this->readProcessErrors(); if (is_resource($this->process) === false || empty($errors) === false) { throw new \UnexpectedValueException( sprintf('The process "%s" could not be opened: ' . $errors, $this->command) ); } } /** * Selects the STDERR stream. * * @return int|bool */ protected function selectErrorStream() { $empty = []; $errorPipes = [$this->pipes[2]]; return stream_select($errorPipes, $empty, $empty, 1); } /** * Reads the errors of the process, if there are any. * * @codeCoverageIgnore * @return string Empty string if there are no errors. */ protected function readProcessErrors(): string { return stream_get_contents($this->pipes[2]); } /** * Writes to the input stream of the opened process. * * @codeCoverageIgnore */ protected function writeProcessInput(string $string): void { fwrite($this->pipes[0], $string); } /** * {@inheritdoc} */ public function close(): void { if (is_resource($this->process)) { foreach ($this->pipes as $pipe) { fclose($pipe); } proc_close($this->process); $this->process = null; } } } PK$ Z& >vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Aws\Sdk; use Aws\DynamoDb\DynamoDbClient; use Monolog\Formatter\FormatterInterface; use Aws\DynamoDb\Marshaler; use Monolog\Formatter\ScalarFormatter; use Monolog\Logger; /** * Amazon DynamoDB handler (http://aws.amazon.com/dynamodb/) * * @link https://github.com/aws/aws-sdk-php/ * @author Andrew Lawson */ class DynamoDbHandler extends AbstractProcessingHandler { public const DATE_FORMAT = 'Y-m-d\TH:i:s.uO'; /** * @var DynamoDbClient */ protected $client; /** * @var string */ protected $table; /** * @var int */ protected $version; /** * @var Marshaler */ protected $marshaler; /** * @param int|string $level */ public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $bubble = true) { /** @phpstan-ignore-next-line */ if (defined('Aws\Sdk::VERSION') && version_compare(Sdk::VERSION, '3.0', '>=')) { $this->version = 3; $this->marshaler = new Marshaler; } else { $this->version = 2; } $this->client = $client; $this->table = $table; parent::__construct($level, $bubble); } /** * {@inheritdoc} */ protected function write(array $record): void { $filtered = $this->filterEmptyFields($record['formatted']); if ($this->version === 3) { $formatted = $this->marshaler->marshalItem($filtered); } else { /** @phpstan-ignore-next-line */ $formatted = $this->client->formatAttributes($filtered); } $this->client->putItem([ 'TableName' => $this->table, 'Item' => $formatted, ]); } protected function filterEmptyFields(array $record): array { return array_filter($record, function ($value) { return !empty($value) || false === $value || 0 === $value; }); } /** * {@inheritdoc} */ protected function getDefaultFormatter(): FormatterInterface { return new ScalarFormatter(self::DATE_FORMAT); } } PK$ Z7\GG>vendor/monolog/monolog/src/Monolog/Handler/OverflowHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; /** * Handler to only pass log messages when a certain threshold of number of messages is reached. * * This can be useful in cases of processing a batch of data, but you're for example only interested * in case it fails catastrophically instead of a warning for 1 or 2 events. Worse things can happen, right? * * Usage example: * * ``` * $log = new Logger('application'); * $handler = new SomeHandler(...) * * // Pass all warnings to the handler when more than 10 & all error messages when more then 5 * $overflow = new OverflowHandler($handler, [Logger::WARNING => 10, Logger::ERROR => 5]); * * $log->pushHandler($overflow); *``` * * @author Kris Buist */ class OverflowHandler extends AbstractHandler implements FormattableHandlerInterface { /** @var HandlerInterface */ private $handler; /** @var int[] */ private $thresholdMap = [ Logger::DEBUG => 0, Logger::INFO => 0, Logger::NOTICE => 0, Logger::WARNING => 0, Logger::ERROR => 0, Logger::CRITICAL => 0, Logger::ALERT => 0, Logger::EMERGENCY => 0, ]; /** * Buffer of all messages passed to the handler before the threshold was reached * * @var mixed[][] */ private $buffer = []; /** * @param HandlerInterface $handler * @param int[] $thresholdMap Dictionary of logger level => threshold * @param int|string $level The minimum logging level at which this handler will be triggered * @param bool $bubble */ public function __construct( HandlerInterface $handler, array $thresholdMap = [], $level = Logger::DEBUG, bool $bubble = true ) { $this->handler = $handler; foreach ($thresholdMap as $thresholdLevel => $threshold) { $this->thresholdMap[$thresholdLevel] = $threshold; } parent::__construct($level, $bubble); } /** * Handles a record. * * All records may be passed to this method, and the handler should discard * those that it does not want to handle. * * The return value of this function controls the bubbling process of the handler stack. * Unless the bubbling is interrupted (by returning true), the Logger class will keep on * calling further handlers in the stack with a given log record. * * @param array $record The record to handle * * @return Boolean true means that this handler handled the record, and that bubbling is not permitted. * false means the record was either not processed or that this handler allows bubbling. */ public function handle(array $record): bool { if ($record['level'] < $this->level) { return false; } $level = $record['level']; if (!isset($this->thresholdMap[$level])) { $this->thresholdMap[$level] = 0; } if ($this->thresholdMap[$level] > 0) { // The overflow threshold is not yet reached, so we're buffering the record and lowering the threshold by 1 $this->thresholdMap[$level]--; $this->buffer[$level][] = $record; return false === $this->bubble; } if ($this->thresholdMap[$level] == 0) { // This current message is breaking the threshold. Flush the buffer and continue handling the current record foreach ($this->buffer[$level] ?? [] as $buffered) { $this->handler->handle($buffered); } $this->thresholdMap[$level]--; unset($this->buffer[$level]); } $this->handler->handle($record); return false === $this->bubble; } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { if ($this->handler instanceof FormattableHandlerInterface) { $this->handler->setFormatter($formatter); return $this; } throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does not support formatters.'); } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { if ($this->handler instanceof FormattableHandlerInterface) { return $this->handler->getFormatter(); } throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does not support formatters.'); } } PK$ Zc_:vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Utils; /** * Logs to Cube. * * @link http://square.github.com/cube/ * @author Wan Chen */ class CubeHandler extends AbstractProcessingHandler { private $udpConnection; private $httpConnection; private $scheme; private $host; private $port; private $acceptedSchemes = ['http', 'udp']; /** * Create a Cube handler * * @throws \UnexpectedValueException when given url is not a valid url. * A valid url must consist of three parts : protocol://host:port * Only valid protocols used by Cube are http and udp */ public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true) { $urlInfo = parse_url($url); if (!isset($urlInfo['scheme'], $urlInfo['host'], $urlInfo['port'])) { throw new \UnexpectedValueException('URL "'.$url.'" is not valid'); } if (!in_array($urlInfo['scheme'], $this->acceptedSchemes)) { throw new \UnexpectedValueException( 'Invalid protocol (' . $urlInfo['scheme'] . ').' . ' Valid options are ' . implode(', ', $this->acceptedSchemes) ); } $this->scheme = $urlInfo['scheme']; $this->host = $urlInfo['host']; $this->port = $urlInfo['port']; parent::__construct($level, $bubble); } /** * Establish a connection to an UDP socket * * @throws \LogicException when unable to connect to the socket * @throws MissingExtensionException when there is no socket extension */ protected function connectUdp(): void { if (!extension_loaded('sockets')) { throw new MissingExtensionException('The sockets extension is required to use udp URLs with the CubeHandler'); } $this->udpConnection = socket_create(AF_INET, SOCK_DGRAM, 0); if (!$this->udpConnection) { throw new \LogicException('Unable to create a socket'); } if (!socket_connect($this->udpConnection, $this->host, $this->port)) { throw new \LogicException('Unable to connect to the socket at ' . $this->host . ':' . $this->port); } } /** * Establish a connection to an http server * * @throws \LogicException when unable to connect to the socket * @throws MissingExtensionException when no curl extension */ protected function connectHttp(): void { if (!extension_loaded('curl')) { throw new MissingExtensionException('The curl extension is required to use http URLs with the CubeHandler'); } $this->httpConnection = curl_init('http://'.$this->host.':'.$this->port.'/1.0/event/put'); if (!$this->httpConnection) { throw new \LogicException('Unable to connect to ' . $this->host . ':' . $this->port); } curl_setopt($this->httpConnection, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($this->httpConnection, CURLOPT_RETURNTRANSFER, true); } /** * {@inheritdoc} */ protected function write(array $record): void { $date = $record['datetime']; $data = ['time' => $date->format('Y-m-d\TH:i:s.uO')]; unset($record['datetime']); if (isset($record['context']['type'])) { $data['type'] = $record['context']['type']; unset($record['context']['type']); } else { $data['type'] = $record['channel']; } $data['data'] = $record['context']; $data['data']['level'] = $record['level']; if ($this->scheme === 'http') { $this->writeHttp(Utils::jsonEncode($data)); } else { $this->writeUdp(Utils::jsonEncode($data)); } } private function writeUdp(string $data): void { if (!$this->udpConnection) { $this->connectUdp(); } socket_send($this->udpConnection, $data, strlen($data), 0); } private function writeHttp(string $data): void { if (!$this->httpConnection) { $this->connectHttp(); } curl_setopt($this->httpConnection, CURLOPT_POSTFIELDS, '['.$data.']'); curl_setopt($this->httpConnection, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', 'Content-Length: ' . strlen('['.$data.']'), ]); Curl\Util::execute($this->httpConnection, 5, false); } } PK$ Zzʁq q Avendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\NormalizerFormatter; use Monolog\Logger; /** * Handler sending logs to Zend Monitor * * @author Christian Bergau * @author Jason Davis */ class ZendMonitorHandler extends AbstractProcessingHandler { /** * Monolog level / ZendMonitor Custom Event priority map * * @var array */ protected $levelMap = []; /** * @param string|int $level The minimum logging level at which this handler will be triggered. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not. * @throws MissingExtensionException */ public function __construct($level = Logger::DEBUG, bool $bubble = true) { if (!function_exists('zend_monitor_custom_event')) { throw new MissingExtensionException( 'You must have Zend Server installed with Zend Monitor enabled in order to use this handler' ); } //zend monitor constants are not defined if zend monitor is not enabled. $this->levelMap = [ Logger::DEBUG => \ZEND_MONITOR_EVENT_SEVERITY_INFO, Logger::INFO => \ZEND_MONITOR_EVENT_SEVERITY_INFO, Logger::NOTICE => \ZEND_MONITOR_EVENT_SEVERITY_INFO, Logger::WARNING => \ZEND_MONITOR_EVENT_SEVERITY_WARNING, Logger::ERROR => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, Logger::CRITICAL => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, Logger::ALERT => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, Logger::EMERGENCY => \ZEND_MONITOR_EVENT_SEVERITY_ERROR, ]; parent::__construct($level, $bubble); } /** * {@inheritdoc} */ protected function write(array $record): void { $this->writeZendMonitorCustomEvent( Logger::getLevelName($record['level']), $record['message'], $record['formatted'], $this->levelMap[$record['level']] ); } /** * Write to Zend Monitor Events * @param string $type Text displayed in "Class Name (custom)" field * @param string $message Text displayed in "Error String" * @param array $formatted Displayed in Custom Variables tab * @param int $severity Set the event severity level (-1,0,1) */ protected function writeZendMonitorCustomEvent(string $type, string $message, array $formatted, int $severity): void { zend_monitor_custom_event($type, $message, $formatted, $severity); } /** * {@inheritdoc} */ public function getDefaultFormatter(): FormatterInterface { return new NormalizerFormatter(); } public function getLevelMap(): array { return $this->levelMap; } } PK$ Z?vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\ChromePHPFormatter; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; use Monolog\Utils; /** * Handler sending logs to the ChromePHP extension (http://www.chromephp.com/) * * This also works out of the box with Firefox 43+ * * @author Christophe Coevoet */ class ChromePHPHandler extends AbstractProcessingHandler { use WebRequestRecognizerTrait; /** * Version of the extension */ protected const VERSION = '4.0'; /** * Header name */ protected const HEADER_NAME = 'X-ChromeLogger-Data'; /** * Regular expression to detect supported browsers (matches any Chrome, or Firefox 43+) */ protected const USER_AGENT_REGEX = '{\b(?:Chrome/\d+(?:\.\d+)*|HeadlessChrome|Firefox/(?:4[3-9]|[5-9]\d|\d{3,})(?:\.\d)*)\b}'; protected static $initialized = false; /** * Tracks whether we sent too much data * * Chrome limits the headers to 4KB, so when we sent 3KB we stop sending * * @var bool */ protected static $overflowed = false; protected static $json = [ 'version' => self::VERSION, 'columns' => ['label', 'log', 'backtrace', 'type'], 'rows' => [], ]; protected static $sendHeaders = true; /** * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); if (!function_exists('json_encode')) { throw new \RuntimeException('PHP\'s json extension is required to use Monolog\'s ChromePHPHandler'); } } /** * {@inheritdoc} */ public function handleBatch(array $records): void { if (!$this->isWebRequest()) { return; } $messages = []; foreach ($records as $record) { if ($record['level'] < $this->level) { continue; } $messages[] = $this->processRecord($record); } if (!empty($messages)) { $messages = $this->getFormatter()->formatBatch($messages); self::$json['rows'] = array_merge(self::$json['rows'], $messages); $this->send(); } } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new ChromePHPFormatter(); } /** * Creates & sends header for a record * * @see sendHeader() * @see send() */ protected function write(array $record): void { if (!$this->isWebRequest()) { return; } self::$json['rows'][] = $record['formatted']; $this->send(); } /** * Sends the log header * * @see sendHeader() */ protected function send(): void { if (self::$overflowed || !self::$sendHeaders) { return; } if (!self::$initialized) { self::$initialized = true; self::$sendHeaders = $this->headersAccepted(); if (!self::$sendHeaders) { return; } self::$json['request_uri'] = $_SERVER['REQUEST_URI'] ?? ''; } $json = Utils::jsonEncode(self::$json, Utils::DEFAULT_JSON_FLAGS & ~JSON_UNESCAPED_UNICODE, true); $data = base64_encode(utf8_encode($json)); if (strlen($data) > 3 * 1024) { self::$overflowed = true; $record = [ 'message' => 'Incomplete logs, chrome header size limit reached', 'context' => [], 'level' => Logger::WARNING, 'level_name' => Logger::getLevelName(Logger::WARNING), 'channel' => 'monolog', 'datetime' => new \DateTimeImmutable(), 'extra' => [], ]; self::$json['rows'][count(self::$json['rows']) - 1] = $this->getFormatter()->format($record); $json = Utils::jsonEncode(self::$json, null, true); $data = base64_encode(utf8_encode($json)); } if (trim($data) !== '') { $this->sendHeader(static::HEADER_NAME, $data); } } /** * Send header string to the client */ protected function sendHeader(string $header, string $content): void { if (!headers_sent() && self::$sendHeaders) { header(sprintf('%s: %s', $header, $content)); } } /** * Verifies if the headers are accepted by the current user agent */ protected function headersAccepted(): bool { if (empty($_SERVER['HTTP_USER_AGENT'])) { return false; } return preg_match(static::USER_AGENT_REGEX, $_SERVER['HTTP_USER_AGENT']) === 1; } } PK$ Z*#>vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; /** * Sampling handler * * A sampled event stream can be useful for logging high frequency events in * a production environment where you only need an idea of what is happening * and are not concerned with capturing every occurrence. Since the decision to * handle or not handle a particular event is determined randomly, the * resulting sampled log is not guaranteed to contain 1/N of the events that * occurred in the application, but based on the Law of large numbers, it will * tend to be close to this ratio with a large number of attempts. * * @author Bryan Davis * @author Kunal Mehta */ class SamplingHandler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface { use ProcessableHandlerTrait; /** * @var callable|HandlerInterface $handler */ protected $handler; /** * @var int $factor */ protected $factor; /** * @psalm-param HandlerInterface|callable(array, HandlerInterface): HandlerInterface $handler * * @param callable|HandlerInterface $handler Handler or factory callable($record|null, $samplingHandler). * @param int $factor Sample factor (e.g. 10 means every ~10th record is sampled) */ public function __construct($handler, int $factor) { parent::__construct(); $this->handler = $handler; $this->factor = $factor; if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) { throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable nor a Monolog\Handler\HandlerInterface object"); } } public function isHandling(array $record): bool { return $this->getHandler($record)->isHandling($record); } public function handle(array $record): bool { if ($this->isHandling($record) && mt_rand(1, $this->factor) === 1) { if ($this->processors) { $record = $this->processRecord($record); } $this->getHandler($record)->handle($record); } return false === $this->bubble; } /** * Return the nested handler * * If the handler was provided as a factory callable, this will trigger the handler's instantiation. * * @return HandlerInterface */ public function getHandler(array $record = null) { if (!$this->handler instanceof HandlerInterface) { $this->handler = ($this->handler)($record, $this); if (!$this->handler instanceof HandlerInterface) { throw new \RuntimeException("The factory callable should return a HandlerInterface"); } } return $this->handler; } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { $handler = $this->getHandler(); if ($handler instanceof FormattableHandlerInterface) { $handler->setFormatter($formatter); return $this; } throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not support formatters.'); } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { $handler = $this->getHandler(); if ($handler instanceof FormattableHandlerInterface) { return $handler->getFormatter(); } throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not support formatters.'); } } PK$ Z0" " Avendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\LineFormatter; use Swift_Message; use Swift; /** * SwiftMailerHandler uses Swift_Mailer to send the emails * * @author Gyula Sallai */ class SwiftMailerHandler extends MailHandler { protected $mailer; private $messageTemplate; /** * @psalm-param Swift_Message|callable(string, array): Swift_Message $message * * @param \Swift_Mailer $mailer The mailer to use * @param callable|Swift_Message $message An example message for real messages, only the body will be replaced * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(\Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble = true) { parent::__construct($level, $bubble); $this->mailer = $mailer; $this->messageTemplate = $message; } /** * {@inheritdoc} */ protected function send(string $content, array $records): void { $this->mailer->send($this->buildMessage($content, $records)); } /** * Gets the formatter for the Swift_Message subject. * * @param string|null $format The format of the subject */ protected function getSubjectFormatter(?string $format): FormatterInterface { return new LineFormatter($format); } /** * Creates instance of Swift_Message to be sent * * @param string $content formatted email body to be sent * @param array $records Log records that formed the content * @return Swift_Message */ protected function buildMessage(string $content, array $records): Swift_Message { $message = null; if ($this->messageTemplate instanceof Swift_Message) { $message = clone $this->messageTemplate; $message->generateId(); } elseif (is_callable($this->messageTemplate)) { $message = ($this->messageTemplate)($content, $records); } if (!$message instanceof Swift_Message) { throw new \InvalidArgumentException('Could not resolve message as instance of Swift_Message or a callable returning it'); } if ($records) { $subjectFormatter = $this->getSubjectFormatter($message->getSubject()); $message->setSubject($subjectFormatter->format($this->getHighestRecord($records))); } $mime = 'text/plain'; if ($this->isHtmlBody($content)) { $mime = 'text/html'; } $message->setBody($content, $mime); /** @phpstan-ignore-next-line */ if (version_compare(Swift::VERSION, '6.0.0', '>=')) { $message->setDate(new \DateTimeImmutable()); } else { /** @phpstan-ignore-next-line */ $message->setDate(time()); } return $message; } } PK$ Zy ;vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\LineFormatter; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; /** * Logs to a Redis key using rpush * * usage example: * * $log = new Logger('application'); * $redis = new RedisHandler(new Predis\Client("tcp://localhost:6379"), "logs", "prod"); * $log->pushHandler($redis); * * @author Thomas Tourlourat */ class RedisHandler extends AbstractProcessingHandler { private $redisClient; private $redisKey; protected $capSize; /** * @param \Predis\Client|\Redis $redis The redis instance * @param string $key The key name to push records to * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param int $capSize Number of entries to limit list size to, 0 = unlimited */ public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int $capSize = 0) { if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) { throw new \InvalidArgumentException('Predis\Client or Redis instance required'); } $this->redisClient = $redis; $this->redisKey = $key; $this->capSize = $capSize; parent::__construct($level, $bubble); } /** * {@inheritDoc} */ protected function write(array $record): void { if ($this->capSize) { $this->writeCapped($record); } else { $this->redisClient->rpush($this->redisKey, $record["formatted"]); } } /** * Write and cap the collection * Writes the record to the redis list and caps its */ protected function writeCapped(array $record): void { if ($this->redisClient instanceof \Redis) { $mode = defined('\Redis::MULTI') ? \Redis::MULTI : 1; $this->redisClient->multi($mode) ->rpush($this->redisKey, $record["formatted"]) ->ltrim($this->redisKey, -$this->capSize, -1) ->exec(); } else { $redisKey = $this->redisKey; $capSize = $this->capSize; $this->redisClient->transaction(function ($tx) use ($record, $redisKey, $capSize) { $tx->rpush($redisKey, $record["formatted"]); $tx->ltrim($redisKey, -$capSize, -1); }); } } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter(); } } PK$ Zzc  =vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\ResettableInterface; use Monolog\Formatter\FormatterInterface; /** * This simple wrapper class can be used to extend handlers functionality. * * Example: A custom filtering that can be applied to any handler. * * Inherit from this class and override handle() like this: * * public function handle(array $record) * { * if ($record meets certain conditions) { * return false; * } * return $this->handler->handle($record); * } * * @author Alexey Karapetov */ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, FormattableHandlerInterface, ResettableInterface { /** * @var HandlerInterface */ protected $handler; public function __construct(HandlerInterface $handler) { $this->handler = $handler; } /** * {@inheritdoc} */ public function isHandling(array $record): bool { return $this->handler->isHandling($record); } /** * {@inheritdoc} */ public function handle(array $record): bool { return $this->handler->handle($record); } /** * {@inheritdoc} */ public function handleBatch(array $records): void { $this->handler->handleBatch($records); } /** * {@inheritdoc} */ public function close(): void { $this->handler->close(); } /** * {@inheritdoc} */ public function pushProcessor(callable $callback): HandlerInterface { if ($this->handler instanceof ProcessableHandlerInterface) { $this->handler->pushProcessor($callback); return $this; } throw new \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface::class); } /** * {@inheritdoc} */ public function popProcessor(): callable { if ($this->handler instanceof ProcessableHandlerInterface) { return $this->handler->popProcessor(); } throw new \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface::class); } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { if ($this->handler instanceof FormattableHandlerInterface) { $this->handler->setFormatter($formatter); return $this; } throw new \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface::class); } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { if ($this->handler instanceof FormattableHandlerInterface) { return $this->handler->getFormatter(); } throw new \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface::class); } public function reset() { if ($this->handler instanceof ResettableInterface) { $this->handler->reset(); } } } PK$ Z|[+_ _ >vendor/monolog/monolog/src/Monolog/Handler/ElasticaHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\ElasticaFormatter; use Monolog\Logger; use Elastica\Client; use Elastica\Exception\ExceptionInterface; /** * Elastic Search handler * * Usage example: * * $client = new \Elastica\Client(); * $options = array( * 'index' => 'elastic_index_name', * 'type' => 'elastic_doc_type', Types have been removed in Elastica 7 * ); * $handler = new ElasticaHandler($client, $options); * $log = new Logger('application'); * $log->pushHandler($handler); * * @author Jelle Vink */ class ElasticaHandler extends AbstractProcessingHandler { /** * @var Client */ protected $client; /** * @var array Handler config options */ protected $options = []; /** * @param Client $client Elastica Client object * @param array $options Handler configuration * @param int|string $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); $this->client = $client; $this->options = array_merge( [ 'index' => 'monolog', // Elastic index name 'type' => 'record', // Elastic document type 'ignore_error' => false, // Suppress Elastica exceptions ], $options ); } /** * {@inheritDoc} */ protected function write(array $record): void { $this->bulkSend([$record['formatted']]); } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { if ($formatter instanceof ElasticaFormatter) { return parent::setFormatter($formatter); } throw new \InvalidArgumentException('ElasticaHandler is only compatible with ElasticaFormatter'); } public function getOptions(): array { return $this->options; } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new ElasticaFormatter($this->options['index'], $this->options['type']); } /** * {@inheritdoc} */ public function handleBatch(array $records): void { $documents = $this->getFormatter()->formatBatch($records); $this->bulkSend($documents); } /** * Use Elasticsearch bulk API to send list of documents * @throws \RuntimeException */ protected function bulkSend(array $documents): void { try { $this->client->addDocuments($documents); } catch (ExceptionInterface $e) { if (!$this->options['ignore_error']) { throw new \RuntimeException("Error sending messages to Elasticsearch", 0, $e); } } } } PK$ Z)J>vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Utils; use Monolog\Formatter\NormalizerFormatter; use Monolog\Formatter\FormatterInterface; /** * Class to record a log on a NewRelic application. * Enabling New Relic High Security mode may prevent capture of useful information. * * This handler requires a NormalizerFormatter to function and expects an array in $record['formatted'] * * @see https://docs.newrelic.com/docs/agents/php-agent * @see https://docs.newrelic.com/docs/accounts-partnerships/accounts/security/high-security */ class NewRelicHandler extends AbstractProcessingHandler { /** * Name of the New Relic application that will receive logs from this handler. * * @var string|null */ protected $appName; /** * Name of the current transaction * * @var string|null */ protected $transactionName; /** * Some context and extra data is passed into the handler as arrays of values. Do we send them as is * (useful if we are using the API), or explode them for display on the NewRelic RPM website? * * @var bool */ protected $explodeArrays; /** * {@inheritDoc} * * @param string|int $level The minimum logging level at which this handler will be triggered. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not. * @param string|null $appName * @param bool $explodeArrays * @param string|null $transactionName */ public function __construct( $level = Logger::ERROR, bool $bubble = true, ?string $appName = null, bool $explodeArrays = false, ?string $transactionName = null ) { parent::__construct($level, $bubble); $this->appName = $appName; $this->explodeArrays = $explodeArrays; $this->transactionName = $transactionName; } /** * {@inheritDoc} */ protected function write(array $record): void { if (!$this->isNewRelicEnabled()) { throw new MissingExtensionException('The newrelic PHP extension is required to use the NewRelicHandler'); } if ($appName = $this->getAppName($record['context'])) { $this->setNewRelicAppName($appName); } if ($transactionName = $this->getTransactionName($record['context'])) { $this->setNewRelicTransactionName($transactionName); unset($record['formatted']['context']['transaction_name']); } if (isset($record['context']['exception']) && $record['context']['exception'] instanceof \Throwable) { newrelic_notice_error($record['message'], $record['context']['exception']); unset($record['formatted']['context']['exception']); } else { newrelic_notice_error($record['message']); } if (isset($record['formatted']['context']) && is_array($record['formatted']['context'])) { foreach ($record['formatted']['context'] as $key => $parameter) { if (is_array($parameter) && $this->explodeArrays) { foreach ($parameter as $paramKey => $paramValue) { $this->setNewRelicParameter('context_' . $key . '_' . $paramKey, $paramValue); } } else { $this->setNewRelicParameter('context_' . $key, $parameter); } } } if (isset($record['formatted']['extra']) && is_array($record['formatted']['extra'])) { foreach ($record['formatted']['extra'] as $key => $parameter) { if (is_array($parameter) && $this->explodeArrays) { foreach ($parameter as $paramKey => $paramValue) { $this->setNewRelicParameter('extra_' . $key . '_' . $paramKey, $paramValue); } } else { $this->setNewRelicParameter('extra_' . $key, $parameter); } } } } /** * Checks whether the NewRelic extension is enabled in the system. * * @return bool */ protected function isNewRelicEnabled(): bool { return extension_loaded('newrelic'); } /** * Returns the appname where this log should be sent. Each log can override the default appname, set in this * handler's constructor, by providing the appname in it's context. */ protected function getAppName(array $context): ?string { if (isset($context['appname'])) { return $context['appname']; } return $this->appName; } /** * Returns the name of the current transaction. Each log can override the default transaction name, set in this * handler's constructor, by providing the transaction_name in it's context */ protected function getTransactionName(array $context): ?string { if (isset($context['transaction_name'])) { return $context['transaction_name']; } return $this->transactionName; } /** * Sets the NewRelic application that should receive this log. */ protected function setNewRelicAppName(string $appName): void { newrelic_set_appname($appName); } /** * Overwrites the name of the current transaction */ protected function setNewRelicTransactionName(string $transactionName): void { newrelic_name_transaction($transactionName); } /** * @param string $key * @param mixed $value */ protected function setNewRelicParameter(string $key, $value): void { if (null === $value || is_scalar($value)) { newrelic_add_custom_parameter($key, $value); } else { newrelic_add_custom_parameter($key, Utils::jsonEncode($value, null, true)); } } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new NormalizerFormatter(); } } PK$ ZBDVT T >vendor/monolog/monolog/src/Monolog/Handler/SendGridHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * SendGridrHandler uses the SendGrid API v2 function to send Log emails, more information in https://sendgrid.com/docs/API_Reference/Web_API/mail.html * * @author Ricardo Fontanelli */ class SendGridHandler extends MailHandler { /** * The SendGrid API User * @var string */ protected $apiUser; /** * The SendGrid API Key * @var string */ protected $apiKey; /** * The email addresses to which the message will be sent * @var string */ protected $from; /** * The email addresses to which the message will be sent * @var array */ protected $to; /** * The subject of the email * @var string */ protected $subject; /** * @param string $apiUser The SendGrid API User * @param string $apiKey The SendGrid API Key * @param string $from The sender of the email * @param string|array $to The recipients of the email * @param string $subject The subject of the mail * @param int|string $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, bool $bubble = true) { parent::__construct($level, $bubble); $this->apiUser = $apiUser; $this->apiKey = $apiKey; $this->from = $from; $this->to = (array) $to; $this->subject = $subject; } /** * {@inheritdoc} */ protected function send(string $content, array $records): void { $message = []; $message['api_user'] = $this->apiUser; $message['api_key'] = $this->apiKey; $message['from'] = $this->from; foreach ($this->to as $recipient) { $message['to[]'] = $recipient; } $message['subject'] = $this->subject; $message['date'] = date('r'); if ($this->isHtmlBody($content)) { $message['html'] = $content; } else { $message['text'] = $content; } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://api.sendgrid.com/api/mail.send.json'); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($message)); Curl\Util::execute($ch, 2); } } PK$ Z m>vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\ResettableInterface; /** * Base Handler class providing basic level/bubble support * * @author Jordi Boggiano */ abstract class AbstractHandler extends Handler implements ResettableInterface { protected $level = Logger::DEBUG; protected $bubble = true; /** * @param int|string $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($level = Logger::DEBUG, bool $bubble = true) { $this->setLevel($level); $this->bubble = $bubble; } /** * {@inheritdoc} */ public function isHandling(array $record): bool { return $record['level'] >= $this->level; } /** * Sets minimum logging level at which this handler will be triggered. * * @param int|string $level Level or level name * @return self */ public function setLevel($level): self { $this->level = Logger::toMonologLevel($level); return $this; } /** * Gets minimum logging level at which this handler will be triggered. * * @return int */ public function getLevel(): int { return $this->level; } /** * Sets the bubbling behavior. * * @param bool $bubble true means that this handler allows bubbling. * false means that bubbling is not permitted. * @return self */ public function setBubble(bool $bubble): self { $this->bubble = $bubble; return $this; } /** * Gets the bubbling behavior. * * @return bool true means that this handler allows bubbling. * false means that bubbling is not permitted. */ public function getBubble(): bool { return $this->bubble; } public function reset() { } } PK$ ZRh ?vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\LineFormatter; use Monolog\Logger; /** * Sends logs to Fleep.io using Webhook integrations * * You'll need a Fleep.io account to use this handler. * * @see https://fleep.io/integrations/webhooks/ Fleep Webhooks Documentation * @author Ando Roots */ class FleepHookHandler extends SocketHandler { protected const FLEEP_HOST = 'fleep.io'; protected const FLEEP_HOOK_URI = '/hook/'; /** * @var string Webhook token (specifies the conversation where logs are sent) */ protected $token; /** * Construct a new Fleep.io Handler. * * For instructions on how to create a new web hook in your conversations * see https://fleep.io/integrations/webhooks/ * * @param string $token Webhook token * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @throws MissingExtensionException */ public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) { if (!extension_loaded('openssl')) { throw new MissingExtensionException('The OpenSSL PHP extension is required to use the FleepHookHandler'); } $this->token = $token; $connectionString = 'ssl://' . static::FLEEP_HOST . ':443'; parent::__construct($connectionString, $level, $bubble); } /** * Returns the default formatter to use with this handler * * Overloaded to remove empty context and extra arrays from the end of the log message. * * @return LineFormatter */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter(null, null, true, true); } /** * Handles a log record */ public function write(array $record): void { parent::write($record); $this->closeSocket(); } /** * {@inheritdoc} */ protected function generateDataStream(array $record): string { $content = $this->buildContent($record); return $this->buildHeader($content) . $content; } /** * Builds the header of the API Call */ private function buildHeader(string $content): string { $header = "POST " . static::FLEEP_HOOK_URI . $this->token . " HTTP/1.1\r\n"; $header .= "Host: " . static::FLEEP_HOST . "\r\n"; $header .= "Content-Type: application/x-www-form-urlencoded\r\n"; $header .= "Content-Length: " . strlen($content) . "\r\n"; $header .= "\r\n"; return $header; } /** * Builds the body of API call */ private function buildContent(array $record): string { $dataArray = [ 'message' => $record['formatted'], ]; return http_build_query($dataArray); } } PK$ Z :vendor/monolog/monolog/src/Monolog/Handler/MailHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\HtmlFormatter; /** * Base class for all mail handlers * * @author Gyula Sallai */ abstract class MailHandler extends AbstractProcessingHandler { /** * {@inheritdoc} */ public function handleBatch(array $records): void { $messages = []; foreach ($records as $record) { if ($record['level'] < $this->level) { continue; } $messages[] = $this->processRecord($record); } if (!empty($messages)) { $this->send((string) $this->getFormatter()->formatBatch($messages), $messages); } } /** * Send a mail with the given content * * @param string $content formatted email body to be sent * @param array $records the array of log records that formed this content */ abstract protected function send(string $content, array $records): void; /** * {@inheritdoc} */ protected function write(array $record): void { $this->send((string) $record['formatted'], [$record]); } protected function getHighestRecord(array $records): array { $highestRecord = null; foreach ($records as $record) { if ($highestRecord === null || $highestRecord['level'] < $record['level']) { $highestRecord = $record; } } return $highestRecord; } protected function isHtmlBody(string $body): bool { return substr($body, 0, 1) === '<'; } /** * Gets the default formatter. * * @return FormatterInterface */ protected function getDefaultFormatter(): FormatterInterface { return new HtmlFormatter(); } } PK$ ZAiiCvendor/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Throwable; class FallbackGroupHandler extends GroupHandler { /** * {@inheritdoc} */ public function handle(array $record): bool { if ($this->processors) { $record = $this->processRecord($record); } foreach ($this->handlers as $handler) { try { $handler->handle($record); break; } catch (Throwable $e) { // What throwable? } } return false === $this->bubble; } /** * {@inheritdoc} */ public function handleBatch(array $records): void { if ($this->processors) { $processed = []; foreach ($records as $record) { $processed[] = $this->processRecord($record); } $records = $processed; } foreach ($this->handlers as $handler) { try { $handler->handleBatch($records); break; } catch (Throwable $e) { // What throwable? } } } } PK$ ZG"kkBvendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler\SyslogUdp; use Monolog\Utils; use Socket; class UdpSocket { protected const DATAGRAM_MAX_LENGTH = 65023; /** @var string */ protected $ip; /** @var int */ protected $port; /** @var resource|Socket|null */ protected $socket; public function __construct(string $ip, int $port = 514) { $this->ip = $ip; $this->port = $port; $domain = AF_INET; $protocol = SOL_UDP; // Check if we are using unix sockets. if ($port === 0) { $domain = AF_UNIX; $protocol = IPPROTO_IP; } $this->socket = socket_create($domain, SOCK_DGRAM, $protocol) ?: null; } public function write($line, $header = "") { $this->send($this->assembleMessage($line, $header)); } public function close(): void { if (is_resource($this->socket) || $this->socket instanceof Socket) { socket_close($this->socket); $this->socket = null; } } protected function send(string $chunk): void { if (!is_resource($this->socket) && !$this->socket instanceof Socket) { throw new \RuntimeException('The UdpSocket to '.$this->ip.':'.$this->port.' has been closed and can not be written to anymore'); } socket_sendto($this->socket, $chunk, strlen($chunk), $flags = 0, $this->ip, $this->port); } protected function assembleMessage(string $line, string $header): string { $chunkSize = static::DATAGRAM_MAX_LENGTH - strlen($header); return $header . Utils::substr($line, 0, $chunkSize); } } PK$ Z6P&&<vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Stores to any socket - uses fsockopen() or pfsockopen(). * * @author Pablo de Leon Belloc * @see http://php.net/manual/en/function.fsockopen.php */ class SocketHandler extends AbstractProcessingHandler { private $connectionString; private $connectionTimeout; /** @var resource|null */ private $resource; /** @var float */ private $timeout = 0.0; /** @var float */ private $writingTimeout = 10.0; private $lastSentBytes = null; /** @var int */ private $chunkSize = null; private $persistent = false; private $errno; private $errstr; /** @var ?float */ private $lastWritingAt; /** * @param string $connectionString Socket connection string * @param int|string $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(string $connectionString, $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); $this->connectionString = $connectionString; $this->connectionTimeout = (float) ini_get('default_socket_timeout'); } /** * Connect (if necessary) and write to the socket * * @param array $record * * @throws \UnexpectedValueException * @throws \RuntimeException */ protected function write(array $record): void { $this->connectIfNotConnected(); $data = $this->generateDataStream($record); $this->writeToSocket($data); } /** * We will not close a PersistentSocket instance so it can be reused in other requests. */ public function close(): void { if (!$this->isPersistent()) { $this->closeSocket(); } } /** * Close socket, if open */ public function closeSocket(): void { if (is_resource($this->resource)) { fclose($this->resource); $this->resource = null; } } /** * Set socket connection to be persistent. It only has effect before the connection is initiated. */ public function setPersistent(bool $persistent): self { $this->persistent = $persistent; return $this; } /** * Set connection timeout. Only has effect before we connect. * * @see http://php.net/manual/en/function.fsockopen.php */ public function setConnectionTimeout(float $seconds): self { $this->validateTimeout($seconds); $this->connectionTimeout = $seconds; return $this; } /** * Set write timeout. Only has effect before we connect. * * @see http://php.net/manual/en/function.stream-set-timeout.php */ public function setTimeout(float $seconds): self { $this->validateTimeout($seconds); $this->timeout = $seconds; return $this; } /** * Set writing timeout. Only has effect during connection in the writing cycle. * * @param float $seconds 0 for no timeout */ public function setWritingTimeout(float $seconds): self { $this->validateTimeout($seconds); $this->writingTimeout = $seconds; return $this; } /** * Set chunk size. Only has effect during connection in the writing cycle. */ public function setChunkSize(int $bytes): self { $this->chunkSize = $bytes; return $this; } /** * Get current connection string */ public function getConnectionString(): string { return $this->connectionString; } /** * Get persistent setting */ public function isPersistent(): bool { return $this->persistent; } /** * Get current connection timeout setting */ public function getConnectionTimeout(): float { return $this->connectionTimeout; } /** * Get current in-transfer timeout */ public function getTimeout(): float { return $this->timeout; } /** * Get current local writing timeout * * @return float */ public function getWritingTimeout(): float { return $this->writingTimeout; } /** * Get current chunk size */ public function getChunkSize(): int { return $this->chunkSize; } /** * Check to see if the socket is currently available. * * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details. */ public function isConnected(): bool { return is_resource($this->resource) && !feof($this->resource); // on TCP - other party can close connection. } /** * Wrapper to allow mocking */ protected function pfsockopen() { return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->connectionTimeout); } /** * Wrapper to allow mocking */ protected function fsockopen() { return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->connectionTimeout); } /** * Wrapper to allow mocking * * @see http://php.net/manual/en/function.stream-set-timeout.php */ protected function streamSetTimeout() { $seconds = floor($this->timeout); $microseconds = round(($this->timeout - $seconds) * 1e6); return stream_set_timeout($this->resource, (int) $seconds, (int) $microseconds); } /** * Wrapper to allow mocking * * @see http://php.net/manual/en/function.stream-set-chunk-size.php */ protected function streamSetChunkSize() { return stream_set_chunk_size($this->resource, $this->chunkSize); } /** * Wrapper to allow mocking */ protected function fwrite($data) { return @fwrite($this->resource, $data); } /** * Wrapper to allow mocking */ protected function streamGetMetadata() { return stream_get_meta_data($this->resource); } private function validateTimeout($value) { $ok = filter_var($value, FILTER_VALIDATE_FLOAT); if ($ok === false || $value < 0) { throw new \InvalidArgumentException("Timeout must be 0 or a positive float (got $value)"); } } private function connectIfNotConnected() { if ($this->isConnected()) { return; } $this->connect(); } protected function generateDataStream(array $record): string { return (string) $record['formatted']; } /** * @return resource|null */ protected function getResource() { return $this->resource; } private function connect(): void { $this->createSocketResource(); $this->setSocketTimeout(); $this->setStreamChunkSize(); } private function createSocketResource(): void { if ($this->isPersistent()) { $resource = $this->pfsockopen(); } else { $resource = $this->fsockopen(); } if (!$resource) { throw new \UnexpectedValueException("Failed connecting to $this->connectionString ($this->errno: $this->errstr)"); } $this->resource = $resource; } private function setSocketTimeout(): void { if (!$this->streamSetTimeout()) { throw new \UnexpectedValueException("Failed setting timeout with stream_set_timeout()"); } } private function setStreamChunkSize(): void { if ($this->chunkSize && !$this->streamSetChunkSize()) { throw new \UnexpectedValueException("Failed setting chunk size with stream_set_chunk_size()"); } } private function writeToSocket(string $data): void { $length = strlen($data); $sent = 0; $this->lastSentBytes = $sent; while ($this->isConnected() && $sent < $length) { if (0 == $sent) { $chunk = $this->fwrite($data); } else { $chunk = $this->fwrite(substr($data, $sent)); } if ($chunk === false) { throw new \RuntimeException("Could not write to socket"); } $sent += $chunk; $socketInfo = $this->streamGetMetadata(); if ($socketInfo['timed_out']) { throw new \RuntimeException("Write timed-out"); } if ($this->writingIsTimedOut($sent)) { throw new \RuntimeException("Write timed-out, no data sent for `{$this->writingTimeout}` seconds, probably we got disconnected (sent $sent of $length)"); } } if (!$this->isConnected() && $sent < $length) { throw new \RuntimeException("End-of-file reached, probably we got disconnected (sent $sent of $length)"); } } private function writingIsTimedOut(int $sent): bool { // convert to ms if (0.0 == $this->writingTimeout) { return false; } if ($sent !== $this->lastSentBytes) { $this->lastWritingAt = microtime(true); $this->lastSentBytes = $sent; return false; } else { usleep(100); } if ((microtime(true) - $this->lastWritingAt) >= $this->writingTimeout) { $this->closeSocket(); return true; } return false; } } PK$ Z7 >vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\LineFormatter; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; /** * Stores to PHP error_log() handler. * * @author Elan Ruusamäe */ class ErrorLogHandler extends AbstractProcessingHandler { public const OPERATING_SYSTEM = 0; public const SAPI = 4; protected $messageType; protected $expandNewlines; /** * @param int $messageType Says where the error should go. * @param int|string $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param bool $expandNewlines If set to true, newlines in the message will be expanded to be take multiple log entries */ public function __construct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $expandNewlines = false) { parent::__construct($level, $bubble); if (false === in_array($messageType, self::getAvailableTypes(), true)) { $message = sprintf('The given message type "%s" is not supported', print_r($messageType, true)); throw new \InvalidArgumentException($message); } $this->messageType = $messageType; $this->expandNewlines = $expandNewlines; } /** * @return array With all available types */ public static function getAvailableTypes(): array { return [ self::OPERATING_SYSTEM, self::SAPI, ]; } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter('[%datetime%] %channel%.%level_name%: %message% %context% %extra%'); } /** * {@inheritdoc} */ protected function write(array $record): void { if (!$this->expandNewlines) { error_log((string) $record['formatted'], $this->messageType); return; } $lines = preg_split('{[\r\n]+}', (string) $record['formatted']); foreach ($lines as $line) { error_log($line, $this->messageType); } } } PK$ Zi;;<vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Utils; /** * Stores to any stream resource * * Can be used to store into php://stderr, remote and local files, etc. * * @author Jordi Boggiano */ class StreamHandler extends AbstractProcessingHandler { /** @var resource|null */ protected $stream; protected $url; /** @var string|null */ private $errorMessage; protected $filePermission; protected $useLocking; private $dirCreated; /** * @param resource|string $stream If a missing path can't be created, an UnexpectedValueException will be thrown on first write * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param int|null $filePermission Optional file permissions (default (0644) are only for owner read/write) * @param bool $useLocking Try to lock log file before doing any writes * * @throws \InvalidArgumentException If stream is not a resource or string */ public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermission = null, bool $useLocking = false) { parent::__construct($level, $bubble); if (is_resource($stream)) { $this->stream = $stream; } elseif (is_string($stream)) { $this->url = Utils::canonicalizePath($stream); } else { throw new \InvalidArgumentException('A stream must either be a resource or a string.'); } $this->filePermission = $filePermission; $this->useLocking = $useLocking; } /** * {@inheritdoc} */ public function close(): void { if ($this->url && is_resource($this->stream)) { fclose($this->stream); } $this->stream = null; $this->dirCreated = null; } /** * Return the currently active stream if it is open * * @return resource|null */ public function getStream() { return $this->stream; } /** * Return the stream URL if it was configured with a URL and not an active resource * * @return string|null */ public function getUrl(): ?string { return $this->url; } /** * {@inheritdoc} */ protected function write(array $record): void { if (!is_resource($this->stream)) { if (null === $this->url || '' === $this->url) { throw new \LogicException('Missing stream url, the stream can not be opened. This may be caused by a premature call to close().'); } $this->createDir(); $this->errorMessage = null; set_error_handler([$this, 'customErrorHandler']); $this->stream = fopen($this->url, 'a'); if ($this->filePermission !== null) { @chmod($this->url, $this->filePermission); } restore_error_handler(); if (!is_resource($this->stream)) { $this->stream = null; throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url)); } } if ($this->useLocking) { // ignoring errors here, there's not much we can do about them flock($this->stream, LOCK_EX); } $this->streamWrite($this->stream, $record); if ($this->useLocking) { flock($this->stream, LOCK_UN); } } /** * Write to stream * @param resource $stream * @param array $record */ protected function streamWrite($stream, array $record): void { fwrite($stream, (string) $record['formatted']); } private function customErrorHandler($code, $msg): bool { $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg); return true; } private function getDirFromStream(string $stream): ?string { $pos = strpos($stream, '://'); if ($pos === false) { return dirname($stream); } if ('file://' === substr($stream, 0, 7)) { return dirname(substr($stream, 7)); } return null; } private function createDir(): void { // Do not try to create dir if it has already been tried. if ($this->dirCreated) { return; } $dir = $this->getDirFromStream($this->url); if (null !== $dir && !is_dir($dir)) { $this->errorMessage = null; set_error_handler([$this, 'customErrorHandler']); $status = mkdir($dir, 0777, true); restore_error_handler(); if (false === $status && !is_dir($dir)) { throw new \UnexpectedValueException(sprintf('There is no existing directory at "%s" and it could not be created: '.$this->errorMessage, $dir)); } } $this->dirCreated = true; } } PK$ Zq@Q11<vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\ResettableInterface; use Monolog\Formatter\FormatterInterface; /** * Simple handler wrapper that filters records based on a list of levels * * It can be configured with an exact list of levels to allow, or a min/max level. * * @author Hennadiy Verkh * @author Jordi Boggiano */ class FilterHandler extends Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface { use ProcessableHandlerTrait; /** * Handler or factory callable($record, $this) * * @var callable|\Monolog\Handler\HandlerInterface */ protected $handler; /** * Minimum level for logs that are passed to handler * * @var int[] */ protected $acceptedLevels; /** * Whether the messages that are handled can bubble up the stack or not * * @var bool */ protected $bubble; /** * @psalm-param HandlerInterface|callable(?array, HandlerInterface): HandlerInterface $handler * * @param callable|HandlerInterface $handler Handler or factory callable($record|null, $filterHandler). * @param int|array $minLevelOrList A list of levels to accept or a minimum level if maxLevel is provided * @param int|string $maxLevel Maximum level to accept, only used if $minLevelOrList is not an array * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY, bool $bubble = true) { $this->handler = $handler; $this->bubble = $bubble; $this->setAcceptedLevels($minLevelOrList, $maxLevel); if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) { throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable nor a Monolog\Handler\HandlerInterface object"); } } public function getAcceptedLevels(): array { return array_flip($this->acceptedLevels); } /** * @param int|string|array $minLevelOrList A list of levels to accept or a minimum level or level name if maxLevel is provided * @param int|string $maxLevel Maximum level or level name to accept, only used if $minLevelOrList is not an array */ public function setAcceptedLevels($minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY): self { if (is_array($minLevelOrList)) { $acceptedLevels = array_map('Monolog\Logger::toMonologLevel', $minLevelOrList); } else { $minLevelOrList = Logger::toMonologLevel($minLevelOrList); $maxLevel = Logger::toMonologLevel($maxLevel); $acceptedLevels = array_values(array_filter(Logger::getLevels(), function ($level) use ($minLevelOrList, $maxLevel) { return $level >= $minLevelOrList && $level <= $maxLevel; })); } $this->acceptedLevels = array_flip($acceptedLevels); return $this; } /** * {@inheritdoc} */ public function isHandling(array $record): bool { return isset($this->acceptedLevels[$record['level']]); } /** * {@inheritdoc} */ public function handle(array $record): bool { if (!$this->isHandling($record)) { return false; } if ($this->processors) { $record = $this->processRecord($record); } $this->getHandler($record)->handle($record); return false === $this->bubble; } /** * {@inheritdoc} */ public function handleBatch(array $records): void { $filtered = []; foreach ($records as $record) { if ($this->isHandling($record)) { $filtered[] = $record; } } if (count($filtered) > 0) { $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered); } } /** * Return the nested handler * * If the handler was provided as a factory callable, this will trigger the handler's instantiation. * * @return HandlerInterface */ public function getHandler(array $record = null) { if (!$this->handler instanceof HandlerInterface) { $this->handler = ($this->handler)($record, $this); if (!$this->handler instanceof HandlerInterface) { throw new \RuntimeException("The factory callable should return a HandlerInterface"); } } return $this->handler; } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { $handler = $this->getHandler(); if ($handler instanceof FormattableHandlerInterface) { $handler->setFormatter($formatter); return $this; } throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not support formatters.'); } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { $handler = $this->getHandler(); if ($handler instanceof FormattableHandlerInterface) { return $handler->getFormatter(); } throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not support formatters.'); } public function reset() { $this->resetProcessors(); } } PK$ Z?<vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Logs to syslog service. * * usage example: * * $log = new Logger('application'); * $syslog = new SyslogHandler('myfacility', 'local6'); * $formatter = new LineFormatter("%channel%.%level_name%: %message% %extra%"); * $syslog->setFormatter($formatter); * $log->pushHandler($syslog); * * @author Sven Paulus */ class SyslogHandler extends AbstractSyslogHandler { protected $ident; protected $logopts; /** * @param string $ident * @param string|int $facility Either one of the names of the keys in $this->facilities, or a LOG_* facility constant * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param int $logopts Option flags for the openlog() call, defaults to LOG_PID */ public function __construct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, int $logopts = LOG_PID) { parent::__construct($facility, $level, $bubble); $this->ident = $ident; $this->logopts = $logopts; } /** * {@inheritdoc} */ public function close(): void { closelog(); } /** * {@inheritdoc} */ protected function write(array $record): void { if (!openlog($this->ident, $this->logopts, $this->facility)) { throw new \LogicException('Can\'t open syslog for ident "'.$this->ident.'" and facility "'.$this->facility.'"'); } syslog($this->logLevels[$record['level']], (string) $record['formatted']); } } PK$ Z lFvendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; /** * Forwards records to multiple handlers suppressing failures of each handler * and continuing through to give every handler a chance to succeed. * * @author Craig D'Amelio */ class WhatFailureGroupHandler extends GroupHandler { /** * {@inheritdoc} */ public function handle(array $record): bool { if ($this->processors) { $record = $this->processRecord($record); } foreach ($this->handlers as $handler) { try { $handler->handle($record); } catch (\Throwable $e) { // What failure? } } return false === $this->bubble; } /** * {@inheritdoc} */ public function handleBatch(array $records): void { if ($this->processors) { $processed = array(); foreach ($records as $record) { $processed[] = $this->processRecord($record); } $records = $processed; } foreach ($this->handlers as $handler) { try { $handler->handleBatch($records); } catch (\Throwable $e) { // What failure? } } } } PK$ Z{b =vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Rollbar\RollbarLogger; use Throwable; use Monolog\Logger; /** * Sends errors to Rollbar * * If the context data contains a `payload` key, that is used as an array * of payload options to RollbarLogger's log method. * * Rollbar's context info will contain the context + extra keys from the log record * merged, and then on top of that a few keys: * * - level (rollbar level name) * - monolog_level (monolog level name, raw level, as rollbar only has 5 but monolog 8) * - channel * - datetime (unix timestamp) * * @author Paul Statezny */ class RollbarHandler extends AbstractProcessingHandler { /** * @var RollbarLogger */ protected $rollbarLogger; protected $levelMap = [ Logger::DEBUG => 'debug', Logger::INFO => 'info', Logger::NOTICE => 'info', Logger::WARNING => 'warning', Logger::ERROR => 'error', Logger::CRITICAL => 'critical', Logger::ALERT => 'critical', Logger::EMERGENCY => 'critical', ]; /** * Records whether any log records have been added since the last flush of the rollbar notifier * * @var bool */ private $hasRecords = false; protected $initialized = false; /** * @param RollbarLogger $rollbarLogger RollbarLogger object constructed with valid token * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = true) { $this->rollbarLogger = $rollbarLogger; parent::__construct($level, $bubble); } /** * {@inheritdoc} */ protected function write(array $record): void { if (!$this->initialized) { // __destructor() doesn't get called on Fatal errors register_shutdown_function(array($this, 'close')); $this->initialized = true; } $context = $record['context']; $context = array_merge($context, $record['extra'], [ 'level' => $this->levelMap[$record['level']], 'monolog_level' => $record['level_name'], 'channel' => $record['channel'], 'datetime' => $record['datetime']->format('U'), ]); if (isset($context['exception']) && $context['exception'] instanceof Throwable) { $exception = $context['exception']; unset($context['exception']); $toLog = $exception; } else { $toLog = $record['message']; } $this->rollbarLogger->log($context['level'], $toLog, $context); $this->hasRecords = true; } public function flush(): void { if ($this->hasRecords) { $this->rollbarLogger->flush(); $this->hasRecords = false; } } /** * {@inheritdoc} */ public function close(): void { $this->flush(); } /** * {@inheritdoc} */ public function reset() { $this->flush(); parent::reset(); } } PK$ Z)9 >vendor/monolog/monolog/src/Monolog/Handler/LogmaticHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\LogmaticFormatter; /** * @author Julien Breux */ class LogmaticHandler extends SocketHandler { /** * @var string */ private $logToken; /** * @var string */ private $hostname; /** * @var string */ private $appname; /** * @param string $token Log token supplied by Logmatic. * @param string $hostname Host name supplied by Logmatic. * @param string $appname Application name supplied by Logmatic. * @param bool $useSSL Whether or not SSL encryption should be used. * @param int|string $level The minimum logging level to trigger this handler. * @param bool $bubble Whether or not messages that are handled should bubble up the stack. * * @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing */ public function __construct(string $token, string $hostname = '', string $appname = '', bool $useSSL = true, $level = Logger::DEBUG, bool $bubble = true) { if ($useSSL && !extension_loaded('openssl')) { throw new MissingExtensionException('The OpenSSL PHP extension is required to use SSL encrypted connection for LogmaticHandler'); } $endpoint = $useSSL ? 'ssl://api.logmatic.io:10515' : 'api.logmatic.io:10514'; $endpoint .= '/v1/'; parent::__construct($endpoint, $level, $bubble); $this->logToken = $token; $this->hostname = $hostname; $this->appname = $appname; } /** * {@inheritdoc} */ protected function generateDataStream(array $record): string { return $this->logToken . ' ' . $record['formatted']; } /** * {@inheritdoc} */ protected function getDefaultFormatter(): FormatterInterface { $formatter = new LogmaticFormatter(); if (!empty($this->hostname)) { $formatter->setHostname($this->hostname); } if (!empty($this->appname)) { $formatter->setAppname($this->appname); } return $formatter; } } PK$ Zn6^^Cvendor/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Throwable; use RuntimeException; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\ElasticsearchFormatter; use InvalidArgumentException; use Elasticsearch\Common\Exceptions\RuntimeException as ElasticsearchRuntimeException; use Elasticsearch\Client; /** * Elasticsearch handler * * @link https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html * * Simple usage example: * * $client = \Elasticsearch\ClientBuilder::create() * ->setHosts($hosts) * ->build(); * * $options = array( * 'index' => 'elastic_index_name', * 'type' => 'elastic_doc_type', * ); * $handler = new ElasticsearchHandler($client, $options); * $log = new Logger('application'); * $log->pushHandler($handler); * * @author Avtandil Kikabidze */ class ElasticsearchHandler extends AbstractProcessingHandler { /** * @var Client */ protected $client; /** * @var array Handler config options */ protected $options = []; /** * @param Client $client Elasticsearch Client object * @param array $options Handler configuration * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); $this->client = $client; $this->options = array_merge( [ 'index' => 'monolog', // Elastic index name 'type' => '_doc', // Elastic document type 'ignore_error' => false, // Suppress Elasticsearch exceptions ], $options ); } /** * {@inheritDoc} */ protected function write(array $record): void { $this->bulkSend([$record['formatted']]); } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { if ($formatter instanceof ElasticsearchFormatter) { return parent::setFormatter($formatter); } throw new InvalidArgumentException('ElasticsearchHandler is only compatible with ElasticsearchFormatter'); } /** * Getter options * * @return array */ public function getOptions(): array { return $this->options; } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new ElasticsearchFormatter($this->options['index'], $this->options['type']); } /** * {@inheritdoc} */ public function handleBatch(array $records): void { $documents = $this->getFormatter()->formatBatch($records); $this->bulkSend($documents); } /** * Use Elasticsearch bulk API to send list of documents * * @param array $records * @throws \RuntimeException */ protected function bulkSend(array $records): void { try { $params = [ 'body' => [], ]; foreach ($records as $record) { $params['body'][] = [ 'index' => [ '_index' => $record['_index'], '_type' => $record['_type'], ], ]; unset($record['_index'], $record['_type']); $params['body'][] = $record; } $responses = $this->client->bulk($params); if ($responses['errors'] === true) { throw $this->createExceptionFromResponses($responses); } } catch (Throwable $e) { if (! $this->options['ignore_error']) { throw new RuntimeException('Error sending messages to Elasticsearch', 0, $e); } } } /** * Creates elasticsearch exception from responses array * * Only the first error is converted into an exception. * * @param array $responses returned by $this->client->bulk() */ protected function createExceptionFromResponses(array $responses): ElasticsearchRuntimeException { foreach ($responses['items'] ?? [] as $item) { if (isset($item['index']['error'])) { return $this->createExceptionFromError($item['index']['error']); } } return new ElasticsearchRuntimeException('Elasticsearch failed to index one or more records.'); } /** * Creates elasticsearch exception from error array * * @param array $error */ protected function createExceptionFromError(array $error): ElasticsearchRuntimeException { $previous = isset($error['caused_by']) ? $this->createExceptionFromError($error['caused_by']) : null; return new ElasticsearchRuntimeException($error['type'] . ': ' . $error['reason'], 0, $previous); } } PK$ Z?Bvendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; use Monolog\Utils; use Monolog\Handler\Slack\SlackRecord; /** * Sends notifications through Slack Webhooks * * @author Haralan Dobrev * @see https://api.slack.com/incoming-webhooks */ class SlackWebhookHandler extends AbstractProcessingHandler { /** * Slack Webhook token * @var string */ private $webhookUrl; /** * Instance of the SlackRecord util class preparing data for Slack API. * @var SlackRecord */ private $slackRecord; /** * @param string $webhookUrl Slack Webhook URL * @param string|null $channel Slack channel (encoded ID or name) * @param string|null $username Name of a bot * @param bool $useAttachment Whether the message should be added to Slack as attachment (plain text otherwise) * @param string|null $iconEmoji The emoji name to use (or null) * @param bool $useShortAttachment Whether the the context/extra messages added to Slack as attachments are in a short style * @param bool $includeContextAndExtra Whether the attachment should include context and extra data * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param array $excludeFields Dot separated list of fields to exclude from slack message. E.g. ['context.field1', 'extra.field2'] */ public function __construct( string $webhookUrl, ?string $channel = null, ?string $username = null, bool $useAttachment = true, ?string $iconEmoji = null, bool $useShortAttachment = false, bool $includeContextAndExtra = false, $level = Logger::CRITICAL, bool $bubble = true, array $excludeFields = array() ) { parent::__construct($level, $bubble); $this->webhookUrl = $webhookUrl; $this->slackRecord = new SlackRecord( $channel, $username, $useAttachment, $iconEmoji, $useShortAttachment, $includeContextAndExtra, $excludeFields ); } public function getSlackRecord(): SlackRecord { return $this->slackRecord; } public function getWebhookUrl(): string { return $this->webhookUrl; } /** * {@inheritdoc} * * @param array $record */ protected function write(array $record): void { $postData = $this->slackRecord->getSlackData($record); $postString = Utils::jsonEncode($postData); $ch = curl_init(); $options = array( CURLOPT_URL => $this->webhookUrl, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_HTTPHEADER => array('Content-type: application/json'), CURLOPT_POSTFIELDS => $postString, ); if (defined('CURLOPT_SAFE_UPLOAD')) { $options[CURLOPT_SAFE_UPLOAD] = true; } curl_setopt_array($ch, $options); Curl\Util::execute($ch); } public function setFormatter(FormatterInterface $formatter): HandlerInterface { parent::setFormatter($formatter); $this->slackRecord->setFormatter($formatter); return $this; } public function getFormatter(): FormatterInterface { $formatter = parent::getFormatter(); $this->slackRecord->setFormatter($formatter); return $formatter; } } PK$ Zen >vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Swift; use Swift_Message; /** * MandrillHandler uses cURL to send the emails to the Mandrill API * * @author Adam Nicholson */ class MandrillHandler extends MailHandler { /** @var Swift_Message */ protected $message; /** @var string */ protected $apiKey; /** * @psalm-param Swift_Message|callable(): Swift_Message $message * * @param string $apiKey A valid Mandrill API key * @param callable|Swift_Message $message An example message for real messages, only the body will be replaced * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true) { parent::__construct($level, $bubble); if (!$message instanceof Swift_Message && is_callable($message)) { $message = $message(); } if (!$message instanceof Swift_Message) { throw new \InvalidArgumentException('You must provide either a Swift_Message instance or a callable returning it'); } $this->message = $message; $this->apiKey = $apiKey; } /** * {@inheritdoc} */ protected function send(string $content, array $records): void { $mime = 'text/plain'; if ($this->isHtmlBody($content)) { $mime = 'text/html'; } $message = clone $this->message; $message->setBody($content, $mime); /** @phpstan-ignore-next-line */ if (version_compare(Swift::VERSION, '6.0.0', '>=')) { $message->setDate(new \DateTimeImmutable()); } else { /** @phpstan-ignore-next-line */ $message->setDate(time()); } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://mandrillapp.com/api/1.0/messages/send-raw.json'); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([ 'key' => $this->apiKey, 'raw_message' => (string) $message, 'async' => false, ])); Curl\Util::execute($ch); } } PK$ Z[ [ 9vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Psr\Log\LoggerInterface; use Monolog\Formatter\FormatterInterface; /** * Proxies log messages to an existing PSR-3 compliant logger. * * If a formatter is configured, the formatter's output MUST be a string and the * formatted message will be fed to the wrapped PSR logger instead of the original * log record's message. * * @author Michael Moussa */ class PsrHandler extends AbstractHandler implements FormattableHandlerInterface { /** * PSR-3 compliant logger * * @var LoggerInterface */ protected $logger; /** * @var FormatterInterface|null */ protected $formatter; /** * @param LoggerInterface $logger The underlying PSR-3 compliant logger to which messages will be proxied * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); $this->logger = $logger; } /** * {@inheritDoc} */ public function handle(array $record): bool { if (!$this->isHandling($record)) { return false; } if ($this->formatter) { $formatted = $this->formatter->format($record); $this->logger->log(strtolower($record['level_name']), (string) $formatted, $record['context']); } else { $this->logger->log(strtolower($record['level_name']), $record['message'], $record['context']); } return false === $this->bubble; } /** * Sets the formatter. * * @param FormatterInterface $formatter */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { $this->formatter = $formatter; return $this; } /** * Gets the formatter. * * @return FormatterInterface */ public function getFormatter(): FormatterInterface { if (!$this->formatter) { throw new \LogicException('No formatter has been set and this handler does not have a default formatter'); } return $this->formatter; } } PK$ Z''@vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\LineFormatter; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; use Monolog\Utils; use PhpConsole\Connector; use PhpConsole\Handler as VendorPhpConsoleHandler; use PhpConsole\Helper; /** * Monolog handler for Google Chrome extension "PHP Console" * * Display PHP error/debug log messages in Google Chrome console and notification popups, executes PHP code remotely * * Usage: * 1. Install Google Chrome extension https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef * 2. See overview https://github.com/barbushin/php-console#overview * 3. Install PHP Console library https://github.com/barbushin/php-console#installation * 4. Example (result will looks like http://i.hizliresim.com/vg3Pz4.png) * * $logger = new \Monolog\Logger('all', array(new \Monolog\Handler\PHPConsoleHandler())); * \Monolog\ErrorHandler::register($logger); * echo $undefinedVar; * $logger->debug('SELECT * FROM users', array('db', 'time' => 0.012)); * PC::debug($_SERVER); // PHP Console debugger for any type of vars * * @author Sergey Barbushin https://www.linkedin.com/in/barbushin */ class PHPConsoleHandler extends AbstractProcessingHandler { private $options = [ 'enabled' => true, // bool Is PHP Console server enabled 'classesPartialsTraceIgnore' => ['Monolog\\'], // array Hide calls of classes started with... 'debugTagsKeysInContext' => [0, 'tag'], // bool Is PHP Console server enabled 'useOwnErrorsHandler' => false, // bool Enable errors handling 'useOwnExceptionsHandler' => false, // bool Enable exceptions handling 'sourcesBasePath' => null, // string Base path of all project sources to strip in errors source paths 'registerHelper' => true, // bool Register PhpConsole\Helper that allows short debug calls like PC::debug($var, 'ta.g.s') 'serverEncoding' => null, // string|null Server internal encoding 'headersLimit' => null, // int|null Set headers size limit for your web-server 'password' => null, // string|null Protect PHP Console connection by password 'enableSslOnlyMode' => false, // bool Force connection by SSL for clients with PHP Console installed 'ipMasks' => [], // array Set IP masks of clients that will be allowed to connect to PHP Console: array('192.168.*.*', '127.0.0.1') 'enableEvalListener' => false, // bool Enable eval request to be handled by eval dispatcher(if enabled, 'password' option is also required) 'dumperDetectCallbacks' => false, // bool Convert callback items in dumper vars to (callback SomeClass::someMethod) strings 'dumperLevelLimit' => 5, // int Maximum dumped vars array or object nested dump level 'dumperItemsCountLimit' => 100, // int Maximum dumped var same level array items or object properties number 'dumperItemSizeLimit' => 5000, // int Maximum length of any string or dumped array item 'dumperDumpSizeLimit' => 500000, // int Maximum approximate size of dumped vars result formatted in JSON 'detectDumpTraceAndSource' => false, // bool Autodetect and append trace data to debug 'dataStorage' => null, // \PhpConsole\Storage|null Fixes problem with custom $_SESSION handler(see http://goo.gl/Ne8juJ) ]; /** @var Connector */ private $connector; /** * @param array $options See \Monolog\Handler\PHPConsoleHandler::$options for more details * @param Connector|null $connector Instance of \PhpConsole\Connector class (optional) * @param string|int $level The minimum logging level at which this handler will be triggered. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not. * @throws \RuntimeException */ public function __construct(array $options = [], ?Connector $connector = null, $level = Logger::DEBUG, bool $bubble = true) { if (!class_exists('PhpConsole\Connector')) { throw new \RuntimeException('PHP Console library not found. See https://github.com/barbushin/php-console#installation'); } parent::__construct($level, $bubble); $this->options = $this->initOptions($options); $this->connector = $this->initConnector($connector); } private function initOptions(array $options): array { $wrongOptions = array_diff(array_keys($options), array_keys($this->options)); if ($wrongOptions) { throw new \RuntimeException('Unknown options: ' . implode(', ', $wrongOptions)); } return array_replace($this->options, $options); } private function initConnector(?Connector $connector = null): Connector { if (!$connector) { if ($this->options['dataStorage']) { Connector::setPostponeStorage($this->options['dataStorage']); } $connector = Connector::getInstance(); } if ($this->options['registerHelper'] && !Helper::isRegistered()) { Helper::register(); } if ($this->options['enabled'] && $connector->isActiveClient()) { if ($this->options['useOwnErrorsHandler'] || $this->options['useOwnExceptionsHandler']) { $handler = VendorPhpConsoleHandler::getInstance(); $handler->setHandleErrors($this->options['useOwnErrorsHandler']); $handler->setHandleExceptions($this->options['useOwnExceptionsHandler']); $handler->start(); } if ($this->options['sourcesBasePath']) { $connector->setSourcesBasePath($this->options['sourcesBasePath']); } if ($this->options['serverEncoding']) { $connector->setServerEncoding($this->options['serverEncoding']); } if ($this->options['password']) { $connector->setPassword($this->options['password']); } if ($this->options['enableSslOnlyMode']) { $connector->enableSslOnlyMode(); } if ($this->options['ipMasks']) { $connector->setAllowedIpMasks($this->options['ipMasks']); } if ($this->options['headersLimit']) { $connector->setHeadersLimit($this->options['headersLimit']); } if ($this->options['detectDumpTraceAndSource']) { $connector->getDebugDispatcher()->detectTraceAndSource = true; } $dumper = $connector->getDumper(); $dumper->levelLimit = $this->options['dumperLevelLimit']; $dumper->itemsCountLimit = $this->options['dumperItemsCountLimit']; $dumper->itemSizeLimit = $this->options['dumperItemSizeLimit']; $dumper->dumpSizeLimit = $this->options['dumperDumpSizeLimit']; $dumper->detectCallbacks = $this->options['dumperDetectCallbacks']; if ($this->options['enableEvalListener']) { $connector->startEvalRequestsListener(); } } return $connector; } public function getConnector(): Connector { return $this->connector; } public function getOptions(): array { return $this->options; } public function handle(array $record): bool { if ($this->options['enabled'] && $this->connector->isActiveClient()) { return parent::handle($record); } return !$this->bubble; } /** * Writes the record down to the log of the implementing handler */ protected function write(array $record): void { if ($record['level'] < Logger::NOTICE) { $this->handleDebugRecord($record); } elseif (isset($record['context']['exception']) && $record['context']['exception'] instanceof \Throwable) { $this->handleExceptionRecord($record); } else { $this->handleErrorRecord($record); } } private function handleDebugRecord(array $record): void { $tags = $this->getRecordTags($record); $message = $record['message']; if ($record['context']) { $message .= ' ' . Utils::jsonEncode($this->connector->getDumper()->dump(array_filter($record['context'])), null, true); } $this->connector->getDebugDispatcher()->dispatchDebug($message, $tags, $this->options['classesPartialsTraceIgnore']); } private function handleExceptionRecord(array $record): void { $this->connector->getErrorsDispatcher()->dispatchException($record['context']['exception']); } private function handleErrorRecord(array $record): void { $context = $record['context']; $this->connector->getErrorsDispatcher()->dispatchError( $context['code'] ?? null, $context['message'] ?? $record['message'], $context['file'] ?? null, $context['line'] ?? null, $this->options['classesPartialsTraceIgnore'] ); } private function getRecordTags(array &$record) { $tags = null; if (!empty($record['context'])) { $context = & $record['context']; foreach ($this->options['debugTagsKeysInContext'] as $key) { if (!empty($context[$key])) { $tags = $context[$key]; if ($key === 0) { array_shift($context); } else { unset($context[$key]); } break; } } } return $tags ?: strtolower($record['level_name']); } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter('%message%'); } } PK$ ZAL6Fvendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\LineFormatter; /** * Helper trait for implementing FormattableInterface * * @author Jordi Boggiano */ trait FormattableHandlerTrait { /** * @var ?FormatterInterface */ protected $formatter; /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { $this->formatter = $formatter; return $this; } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { if (!$this->formatter) { $this->formatter = $this->getDefaultFormatter(); } return $this->formatter; } /** * Gets the default formatter. * * Overwrite this if the LineFormatter is not a good default for your handler. */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter(); } } PK$ ZLFvendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\ResettableInterface; /** * Helper trait for implementing ProcessableInterface * * @author Jordi Boggiano */ trait ProcessableHandlerTrait { /** * @var callable[] */ protected $processors = []; /** * {@inheritdoc} */ public function pushProcessor(callable $callback): HandlerInterface { array_unshift($this->processors, $callback); return $this; } /** * {@inheritdoc} */ public function popProcessor(): callable { if (!$this->processors) { throw new \LogicException('You tried to pop from an empty processor stack.'); } return array_shift($this->processors); } /** * Processes a record. */ protected function processRecord(array $record): array { foreach ($this->processors as $processor) { $record = $processor($record); } return $record; } protected function resetProcessors(): void { foreach ($this->processors as $processor) { if ($processor instanceof ResettableInterface) { $processor->reset(); } } } } PK$ ZX퉐<vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\LogglyFormatter; use function array_key_exists; use CurlHandle; /** * Sends errors to Loggly. * * @author Przemek Sobstel * @author Adam Pancutt * @author Gregory Barchard */ class LogglyHandler extends AbstractProcessingHandler { protected const HOST = 'logs-01.loggly.com'; protected const ENDPOINT_SINGLE = 'inputs'; protected const ENDPOINT_BATCH = 'bulk'; /** * Caches the curl handlers for every given endpoint. * * @var resource[]|CurlHandle[] */ protected $curlHandlers = []; protected $token; protected $tag = []; /** * @param string $token API token supplied by Loggly * @param string|int $level The minimum logging level to trigger this handler * @param bool $bubble Whether or not messages that are handled should bubble up the stack. * * @throws MissingExtensionException If the curl extension is missing */ public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) { if (!extension_loaded('curl')) { throw new MissingExtensionException('The curl extension is needed to use the LogglyHandler'); } $this->token = $token; parent::__construct($level, $bubble); } /** * Loads and returns the shared curl handler for the given endpoint. * * @param string $endpoint * * @return resource|CurlHandle */ protected function getCurlHandler(string $endpoint) { if (!array_key_exists($endpoint, $this->curlHandlers)) { $this->curlHandlers[$endpoint] = $this->loadCurlHandle($endpoint); } return $this->curlHandlers[$endpoint]; } /** * Starts a fresh curl session for the given endpoint and returns its handler. * * @param string $endpoint * * @return resource|CurlHandle */ private function loadCurlHandle(string $endpoint) { $url = sprintf("https://%s/%s/%s/", static::HOST, $endpoint, $this->token); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); return $ch; } /** * @param string[]|string $tag */ public function setTag($tag): self { $tag = !empty($tag) ? $tag : []; $this->tag = is_array($tag) ? $tag : [$tag]; return $this; } /** * @param string[]|string $tag */ public function addTag($tag): self { if (!empty($tag)) { $tag = is_array($tag) ? $tag : [$tag]; $this->tag = array_unique(array_merge($this->tag, $tag)); } return $this; } protected function write(array $record): void { $this->send($record["formatted"], static::ENDPOINT_SINGLE); } public function handleBatch(array $records): void { $level = $this->level; $records = array_filter($records, function ($record) use ($level) { return ($record['level'] >= $level); }); if ($records) { $this->send($this->getFormatter()->formatBatch($records), static::ENDPOINT_BATCH); } } protected function send(string $data, string $endpoint): void { $ch = $this->getCurlHandler($endpoint); $headers = ['Content-Type: application/json']; if (!empty($this->tag)) { $headers[] = 'X-LOGGLY-TAG: '.implode(',', $this->tag); } curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); Curl\Util::execute($ch, 5, false); } protected function getDefaultFormatter(): FormatterInterface { return new LogglyFormatter(); } } PK$ Z*j{p p =vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use MongoDB\Driver\BulkWrite; use MongoDB\Driver\Manager; use MongoDB\Client; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\MongoDBFormatter; /** * Logs to a MongoDB database. * * Usage example: * * $log = new \Monolog\Logger('application'); * $client = new \MongoDB\Client('mongodb://localhost:27017'); * $mongodb = new \Monolog\Handler\MongoDBHandler($client, 'logs', 'prod'); * $log->pushHandler($mongodb); * * The above examples uses the MongoDB PHP library's client class; however, the * MongoDB\Driver\Manager class from ext-mongodb is also supported. */ class MongoDBHandler extends AbstractProcessingHandler { private $collection; private $manager; private $namespace; /** * Constructor. * * @param Client|Manager $mongodb MongoDB library or driver client * @param string $database Database name * @param string $collection Collection name * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($mongodb, string $database, string $collection, $level = Logger::DEBUG, bool $bubble = true) { if (!($mongodb instanceof Client || $mongodb instanceof Manager)) { throw new \InvalidArgumentException('MongoDB\Client or MongoDB\Driver\Manager instance required'); } if ($mongodb instanceof Client) { $this->collection = $mongodb->selectCollection($database, $collection); } else { $this->manager = $mongodb; $this->namespace = $database . '.' . $collection; } parent::__construct($level, $bubble); } protected function write(array $record): void { if (isset($this->collection)) { $this->collection->insertOne($record['formatted']); } if (isset($this->manager, $this->namespace)) { $bulk = new BulkWrite; $bulk->insert($record["formatted"]); $this->manager->executeBulkWrite($this->namespace, $bulk); } } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new MongoDBFormatter; } } PK$ Z3  ;vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\ResettableInterface; /** * Forwards records to multiple handlers * * @author Lenar Lõhmus */ class GroupHandler extends Handler implements ProcessableHandlerInterface, ResettableInterface { use ProcessableHandlerTrait; /** @var HandlerInterface[] */ protected $handlers; protected $bubble; /** * @param HandlerInterface[] $handlers Array of Handlers. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(array $handlers, bool $bubble = true) { foreach ($handlers as $handler) { if (!$handler instanceof HandlerInterface) { throw new \InvalidArgumentException('The first argument of the GroupHandler must be an array of HandlerInterface instances.'); } } $this->handlers = $handlers; $this->bubble = $bubble; } /** * {@inheritdoc} */ public function isHandling(array $record): bool { foreach ($this->handlers as $handler) { if ($handler->isHandling($record)) { return true; } } return false; } /** * {@inheritdoc} */ public function handle(array $record): bool { if ($this->processors) { $record = $this->processRecord($record); } foreach ($this->handlers as $handler) { $handler->handle($record); } return false === $this->bubble; } /** * {@inheritdoc} */ public function handleBatch(array $records): void { if ($this->processors) { $processed = []; foreach ($records as $record) { $processed[] = $this->processRecord($record); } $records = $processed; } foreach ($this->handlers as $handler) { $handler->handleBatch($records); } } public function reset() { $this->resetProcessors(); foreach ($this->handlers as $handler) { if ($handler instanceof ResettableInterface) { $handler->reset(); } } } public function close(): void { parent::close(); foreach ($this->handlers as $handler) { $handler->close(); } } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { foreach ($this->handlers as $handler) { if ($handler instanceof FormattableHandlerInterface) { $handler->setFormatter($formatter); } } return $this; } } PK$ Z O--Bvendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\LineFormatter; /** * NativeMailerHandler uses the mail() function to send the emails * * @author Christophe Coevoet * @author Mark Garrett */ class NativeMailerHandler extends MailHandler { /** * The email addresses to which the message will be sent * @var array */ protected $to; /** * The subject of the email * @var string */ protected $subject; /** * Optional headers for the message * @var array */ protected $headers = []; /** * Optional parameters for the message * @var array */ protected $parameters = []; /** * The wordwrap length for the message * @var int */ protected $maxColumnWidth; /** * The Content-type for the message * @var string|null */ protected $contentType; /** * The encoding for the message * @var string */ protected $encoding = 'utf-8'; /** * @param string|array $to The receiver of the mail * @param string $subject The subject of the mail * @param string $from The sender of the mail * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param int $maxColumnWidth The maximum column width that the message lines will have */ public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubble = true, int $maxColumnWidth = 70) { parent::__construct($level, $bubble); $this->to = (array) $to; $this->subject = $subject; $this->addHeader(sprintf('From: %s', $from)); $this->maxColumnWidth = $maxColumnWidth; } /** * Add headers to the message * * @param string|array $headers Custom added headers */ public function addHeader($headers): self { foreach ((array) $headers as $header) { if (strpos($header, "\n") !== false || strpos($header, "\r") !== false) { throw new \InvalidArgumentException('Headers can not contain newline characters for security reasons'); } $this->headers[] = $header; } return $this; } /** * Add parameters to the message * * @param string|array $parameters Custom added parameters */ public function addParameter($parameters): self { $this->parameters = array_merge($this->parameters, (array) $parameters); return $this; } /** * {@inheritdoc} */ protected function send(string $content, array $records): void { $contentType = $this->getContentType() ?: ($this->isHtmlBody($content) ? 'text/html' : 'text/plain'); if ($contentType !== 'text/html') { $content = wordwrap($content, $this->maxColumnWidth); } $headers = ltrim(implode("\r\n", $this->headers) . "\r\n", "\r\n"); $headers .= 'Content-type: ' . $contentType . '; charset=' . $this->getEncoding() . "\r\n"; if ($contentType === 'text/html' && false === strpos($headers, 'MIME-Version:')) { $headers .= 'MIME-Version: 1.0' . "\r\n"; } $subject = $this->subject; if ($records) { $subjectFormatter = new LineFormatter($this->subject); $subject = $subjectFormatter->format($this->getHighestRecord($records)); } $parameters = implode(' ', $this->parameters); foreach ($this->to as $to) { mail($to, $subject, $content, $headers, $parameters); } } public function getContentType(): ?string { return $this->contentType; } public function getEncoding(): string { return $this->encoding; } /** * @param string $contentType The content type of the email - Defaults to text/plain. Use text/html for HTML messages. */ public function setContentType(string $contentType): self { if (strpos($contentType, "\n") !== false || strpos($contentType, "\r") !== false) { throw new \InvalidArgumentException('The content type can not contain newline characters to prevent email header injection'); } $this->contentType = $contentType; return $this; } public function setEncoding(string $encoding): self { if (strpos($encoding, "\n") !== false || strpos($encoding, "\r") !== false) { throw new \InvalidArgumentException('The encoding can not contain newline characters to prevent email header injection'); } $this->encoding = $encoding; return $this; } } PK$ ZР >vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Utils; use Monolog\Formatter\FlowdockFormatter; use Monolog\Formatter\FormatterInterface; /** * Sends notifications through the Flowdock push API * * This must be configured with a FlowdockFormatter instance via setFormatter() * * Notes: * API token - Flowdock API token * * @author Dominik Liebler * @see https://www.flowdock.com/api/push */ class FlowdockHandler extends SocketHandler { /** * @var string */ protected $apiToken; /** * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * * @throws MissingExtensionException if OpenSSL is missing */ public function __construct(string $apiToken, $level = Logger::DEBUG, bool $bubble = true) { if (!extension_loaded('openssl')) { throw new MissingExtensionException('The OpenSSL PHP extension is required to use the FlowdockHandler'); } parent::__construct('ssl://api.flowdock.com:443', $level, $bubble); $this->apiToken = $apiToken; } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { if (!$formatter instanceof FlowdockFormatter) { throw new \InvalidArgumentException('The FlowdockHandler requires an instance of Monolog\Formatter\FlowdockFormatter to function correctly'); } return parent::setFormatter($formatter); } /** * Gets the default formatter. */ protected function getDefaultFormatter(): FormatterInterface { throw new \InvalidArgumentException('The FlowdockHandler must be configured (via setFormatter) with an instance of Monolog\Formatter\FlowdockFormatter to function correctly'); } /** * {@inheritdoc} * * @param array $record */ protected function write(array $record): void { parent::write($record); $this->closeSocket(); } /** * {@inheritdoc} */ protected function generateDataStream(array $record): string { $content = $this->buildContent($record); return $this->buildHeader($content) . $content; } /** * Builds the body of API call */ private function buildContent(array $record): string { return Utils::jsonEncode($record['formatted']['flowdock']); } /** * Builds the header of the API Call */ private function buildHeader(string $content): string { $header = "POST /v1/messages/team_inbox/" . $this->apiToken . " HTTP/1.1\r\n"; $header .= "Host: api.flowdock.com\r\n"; $header .= "Content-Type: application/json\r\n"; $header .= "Content-Length: " . strlen($content) . "\r\n"; $header .= "\r\n"; return $header; } } PK$ ZBMMJvendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; /** * Interface to describe loggers that have a formatter * * @author Jordi Boggiano */ interface FormattableHandlerInterface { /** * Sets the formatter. * * @param FormatterInterface $formatter * @return HandlerInterface self */ public function setFormatter(FormatterInterface $formatter): HandlerInterface; /** * Gets the formatter. * * @return FormatterInterface */ public function getFormatter(): FormatterInterface; } PK$ Zy  Hvendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; trait WebRequestRecognizerTrait { /** * Checks if PHP's serving a web request * @return bool */ protected function isWebRequest(): bool { return 'cli' !== \PHP_SAPI && 'phpdbg' !== \PHP_SAPI; } } PK$ Z:uT|Avendor/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\LineFormatter; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; /** * Sends the message to a Redis Pub/Sub channel using PUBLISH * * usage example: * * $log = new Logger('application'); * $redis = new RedisPubSubHandler(new Predis\Client("tcp://localhost:6379"), "logs", Logger::WARNING); * $log->pushHandler($redis); * * @author Gaëtan Faugère */ class RedisPubSubHandler extends AbstractProcessingHandler { private $redisClient; private $channelKey; /** * @param \Predis\Client|\Redis $redis The redis instance * @param string $key The channel key to publish records to * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true) { if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) { throw new \InvalidArgumentException('Predis\Client or Redis instance required'); } $this->redisClient = $redis; $this->channelKey = $key; parent::__construct($level, $bubble); } /** * {@inheritDoc} */ protected function write(array $record): void { $this->redisClient->publish($this->channelKey, $record["formatted"]); } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter(); } } PK$ Z;66Jvendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Processor\ProcessorInterface; /** * Interface to describe loggers that have processors * * @author Jordi Boggiano */ interface ProcessableHandlerInterface { /** * Adds a processor in the stack. * * @psalm-param ProcessorInterface|callable(array): array $callback * * @param ProcessorInterface|callable $callback * @return HandlerInterface self */ public function pushProcessor(callable $callback): HandlerInterface; /** * Removes the processor on top of the stack and returns it. * * @psalm-return callable(array): array * * @throws \LogicException In case the processor stack is empty * @return callable */ public function popProcessor(): callable; } PK$ Z݀Dvendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\LineFormatter; /** * Common syslog functionality */ abstract class AbstractSyslogHandler extends AbstractProcessingHandler { protected $facility; /** * Translates Monolog log levels to syslog log priorities. */ protected $logLevels = [ Logger::DEBUG => LOG_DEBUG, Logger::INFO => LOG_INFO, Logger::NOTICE => LOG_NOTICE, Logger::WARNING => LOG_WARNING, Logger::ERROR => LOG_ERR, Logger::CRITICAL => LOG_CRIT, Logger::ALERT => LOG_ALERT, Logger::EMERGENCY => LOG_EMERG, ]; /** * List of valid log facility names. */ protected $facilities = [ 'auth' => LOG_AUTH, 'authpriv' => LOG_AUTHPRIV, 'cron' => LOG_CRON, 'daemon' => LOG_DAEMON, 'kern' => LOG_KERN, 'lpr' => LOG_LPR, 'mail' => LOG_MAIL, 'news' => LOG_NEWS, 'syslog' => LOG_SYSLOG, 'user' => LOG_USER, 'uucp' => LOG_UUCP, ]; /** * @param string|int $facility Either one of the names of the keys in $this->facilities, or a LOG_* facility constant * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); if (!defined('PHP_WINDOWS_VERSION_BUILD')) { $this->facilities['local0'] = LOG_LOCAL0; $this->facilities['local1'] = LOG_LOCAL1; $this->facilities['local2'] = LOG_LOCAL2; $this->facilities['local3'] = LOG_LOCAL3; $this->facilities['local4'] = LOG_LOCAL4; $this->facilities['local5'] = LOG_LOCAL5; $this->facilities['local6'] = LOG_LOCAL6; $this->facilities['local7'] = LOG_LOCAL7; } else { $this->facilities['local0'] = 128; // LOG_LOCAL0 $this->facilities['local1'] = 136; // LOG_LOCAL1 $this->facilities['local2'] = 144; // LOG_LOCAL2 $this->facilities['local3'] = 152; // LOG_LOCAL3 $this->facilities['local4'] = 160; // LOG_LOCAL4 $this->facilities['local5'] = 168; // LOG_LOCAL5 $this->facilities['local6'] = 176; // LOG_LOCAL6 $this->facilities['local7'] = 184; // LOG_LOCAL7 } // convert textual description of facility to syslog constant if (is_string($facility) && array_key_exists(strtolower($facility), $this->facilities)) { $facility = $this->facilities[strtolower($facility)]; } elseif (!in_array($facility, array_values($this->facilities), true)) { throw new \UnexpectedValueException('Unknown facility value "'.$facility.'" given'); } $this->facility = $facility; } /** * {@inheritdoc} */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter('%channel%.%level_name%: %message% %context% %extra%'); } } PK$ Z8"  ?vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use DateTimeInterface; use Monolog\Logger; use Monolog\Handler\SyslogUdp\UdpSocket; /** * A Handler for logging to a remote syslogd server. * * @author Jesper Skovgaard Nielsen * @author Dominik Kukacka */ class SyslogUdpHandler extends AbstractSyslogHandler { const RFC3164 = 0; const RFC5424 = 1; const RFC5424e = 2; private $dateFormats = array( self::RFC3164 => 'M d H:i:s', self::RFC5424 => \DateTime::RFC3339, self::RFC5424e => \DateTime::RFC3339_EXTENDED, ); protected $socket; protected $ident; protected $rfc; /** * @param string $host Either IP/hostname or a path to a unix socket (port must be 0 then) * @param int $port Port number, or 0 if $host is a unix socket * @param string|int $facility Either one of the names of the keys in $this->facilities, or a LOG_* facility constant * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param string $ident Program name or tag for each log message. * @param int $rfc RFC to format the message for. */ public function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, string $ident = 'php', int $rfc = self::RFC5424) { parent::__construct($facility, $level, $bubble); $this->ident = $ident; $this->rfc = $rfc; $this->socket = new UdpSocket($host, $port); } protected function write(array $record): void { $lines = $this->splitMessageIntoLines($record['formatted']); $header = $this->makeCommonSyslogHeader($this->logLevels[$record['level']], $record['datetime']); foreach ($lines as $line) { $this->socket->write($line, $header); } } public function close(): void { $this->socket->close(); } private function splitMessageIntoLines($message): array { if (is_array($message)) { $message = implode("\n", $message); } return preg_split('/$\R?^/m', (string) $message, -1, PREG_SPLIT_NO_EMPTY); } /** * Make common syslog header (see rfc5424 or rfc3164) */ protected function makeCommonSyslogHeader(int $severity, DateTimeInterface $datetime): string { $priority = $severity + $this->facility; if (!$pid = getmypid()) { $pid = '-'; } if (!$hostname = gethostname()) { $hostname = '-'; } if ($this->rfc === self::RFC3164 && ($datetime instanceof \DateTimeImmutable || $datetime instanceof \DateTime)) { $datetime->setTimezone(new \DateTimeZone('UTC')); } $date = $datetime->format($this->dateFormats[$this->rfc]); if ($this->rfc === self::RFC3164) { return "<$priority>" . $date . " " . $hostname . " " . $this->ident . "[" . $pid . "]: "; } else { return "<$priority>1 " . $date . " " . $hostname . " " . $this->ident . " " . $pid . " - - "; } } /** * Inject your own socket, mainly used for testing */ public function setSocket(UdpSocket $socket): self { $this->socket = $socket; return $this; } } PK$ ZX\vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler\FingersCrossed; use Monolog\Logger; /** * Channel and Error level based monolog activation strategy. Allows to trigger activation * based on level per channel. e.g. trigger activation on level 'ERROR' by default, except * for records of the 'sql' channel; those should trigger activation on level 'WARN'. * * Example: * * * $activationStrategy = new ChannelLevelActivationStrategy( * Logger::CRITICAL, * array( * 'request' => Logger::ALERT, * 'sensitive' => Logger::ERROR, * ) * ); * $handler = new FingersCrossedHandler(new StreamHandler('php://stderr'), $activationStrategy); * * * @author Mike Meessen */ class ChannelLevelActivationStrategy implements ActivationStrategyInterface { /** * @var int */ private $defaultActionLevel; /** * @var array */ private $channelToActionLevel; /** * @param int|string $defaultActionLevel The default action level to be used if the record's category doesn't match any * @param array $channelToActionLevel An array that maps channel names to action levels. */ public function __construct($defaultActionLevel, array $channelToActionLevel = []) { $this->defaultActionLevel = Logger::toMonologLevel($defaultActionLevel); $this->channelToActionLevel = array_map('Monolog\Logger::toMonologLevel', $channelToActionLevel); } public function isHandlerActivated(array $record): bool { if (isset($this->channelToActionLevel[$record['channel']])) { return $record['level'] >= $this->channelToActionLevel[$record['channel']]; } return $record['level'] >= $this->defaultActionLevel; } } PK$ ZE.Zvendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler\FingersCrossed; use Monolog\Logger; /** * Error level based activation strategy. * * @author Johannes M. Schmitt */ class ErrorLevelActivationStrategy implements ActivationStrategyInterface { /** * @var int */ private $actionLevel; /** * @param int|string $actionLevel Level or name or value */ public function __construct($actionLevel) { $this->actionLevel = Logger::toMonologLevel($actionLevel); } public function isHandlerActivated(array $record): bool { return $record['level'] >= $this->actionLevel; } } PK$ ZWzmmYvendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler\FingersCrossed; /** * Interface for activation strategies for the FingersCrossedHandler. * * @author Johannes M. Schmitt */ interface ActivationStrategyInterface { /** * Returns whether the given record activates the handler. */ public function isHandlerActivated(array $record): bool; } PK$ ZQ??Cvendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; /** * Simple handler wrapper that deduplicates log records across multiple requests * * It also includes the BufferHandler functionality and will buffer * all messages until the end of the request or flush() is called. * * This works by storing all log records' messages above $deduplicationLevel * to the file specified by $deduplicationStore. When further logs come in at the end of the * request (or when flush() is called), all those above $deduplicationLevel are checked * against the existing stored logs. If they match and the timestamps in the stored log is * not older than $time seconds, the new log record is discarded. If no log record is new, the * whole data set is discarded. * * This is mainly useful in combination with Mail handlers or things like Slack or HipChat handlers * that send messages to people, to avoid spamming with the same message over and over in case of * a major component failure like a database server being down which makes all requests fail in the * same way. * * @author Jordi Boggiano */ class DeduplicationHandler extends BufferHandler { /** * @var string */ protected $deduplicationStore; /** * @var int */ protected $deduplicationLevel; /** * @var int */ protected $time; /** * @var bool */ private $gc = false; /** * @param HandlerInterface $handler Handler. * @param string $deduplicationStore The file/path where the deduplication log should be kept * @param string|int $deduplicationLevel The minimum logging level for log records to be looked at for deduplication purposes * @param int $time The period (in seconds) during which duplicate entries should be suppressed after a given log is sent through * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(HandlerInterface $handler, ?string $deduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true) { parent::__construct($handler, 0, Logger::DEBUG, $bubble, false); $this->deduplicationStore = $deduplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, 20) .'.log' : $deduplicationStore; $this->deduplicationLevel = Logger::toMonologLevel($deduplicationLevel); $this->time = $time; } public function flush(): void { if ($this->bufferSize === 0) { return; } $passthru = null; foreach ($this->buffer as $record) { if ($record['level'] >= $this->deduplicationLevel) { $passthru = $passthru || !$this->isDuplicate($record); if ($passthru) { $this->appendRecord($record); } } } // default of null is valid as well as if no record matches duplicationLevel we just pass through if ($passthru === true || $passthru === null) { $this->handler->handleBatch($this->buffer); } $this->clear(); if ($this->gc) { $this->collectLogs(); } } private function isDuplicate(array $record): bool { if (!file_exists($this->deduplicationStore)) { return false; } $store = file($this->deduplicationStore, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); if (!is_array($store)) { return false; } $yesterday = time() - 86400; $timestampValidity = $record['datetime']->getTimestamp() - $this->time; $expectedMessage = preg_replace('{[\r\n].*}', '', $record['message']); for ($i = count($store) - 1; $i >= 0; $i--) { list($timestamp, $level, $message) = explode(':', $store[$i], 3); if ($level === $record['level_name'] && $message === $expectedMessage && $timestamp > $timestampValidity) { return true; } if ($timestamp < $yesterday) { $this->gc = true; } } return false; } private function collectLogs(): void { if (!file_exists($this->deduplicationStore)) { return; } $handle = fopen($this->deduplicationStore, 'rw+'); if (!$handle) { throw new \RuntimeException('Failed to open file for reading and writing: ' . $this->deduplicationStore); } flock($handle, LOCK_EX); $validLogs = []; $timestampValidity = time() - $this->time; while (!feof($handle)) { $log = fgets($handle); if ($log && substr($log, 0, 10) >= $timestampValidity) { $validLogs[] = $log; } } ftruncate($handle, 0); rewind($handle); foreach ($validLogs as $log) { fwrite($handle, $log); } flock($handle, LOCK_UN); fclose($handle); $this->gc = false; } private function appendRecord(array $record): void { file_put_contents($this->deduplicationStore, $record['datetime']->getTimestamp() . ':' . $record['level_name'] . ':' . preg_replace('{[\r\n].*}', '', $record['message']) . "\n", FILE_APPEND); } } PK$ ZHvendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; /** * Exception can be thrown if an extension for a handler is missing * * @author Christian Bergau */ class MissingExtensionException extends \Exception { } PK$ Zl$`Dvendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\LineFormatter; use Monolog\Formatter\FormatterInterface; use Monolog\Utils; /** * Handler sending logs to browser's javascript console with no browser extension required * * @author Olivier Poitrey */ class BrowserConsoleHandler extends AbstractProcessingHandler { protected static $initialized = false; protected static $records = []; /** * {@inheritDoc} * * Formatted output may contain some formatting markers to be transferred to `console.log` using the %c format. * * Example of formatted string: * * You can do [[blue text]]{color: blue} or [[green background]]{background-color: green; color: white} */ protected function getDefaultFormatter(): FormatterInterface { return new LineFormatter('[[%channel%]]{macro: autolabel} [[%level_name%]]{font-weight: bold} %message%'); } /** * {@inheritDoc} */ protected function write(array $record): void { // Accumulate records static::$records[] = $record; // Register shutdown handler if not already done if (!static::$initialized) { static::$initialized = true; $this->registerShutdownFunction(); } } /** * Convert records to javascript console commands and send it to the browser. * This method is automatically called on PHP shutdown if output is HTML or Javascript. */ public static function send(): void { $format = static::getResponseFormat(); if ($format === 'unknown') { return; } if (count(static::$records)) { if ($format === 'html') { static::writeOutput(''); } elseif ($format === 'js') { static::writeOutput(static::generateScript()); } static::resetStatic(); } } public function close(): void { self::resetStatic(); } public function reset() { parent::reset(); self::resetStatic(); } /** * Forget all logged records */ public static function resetStatic(): void { static::$records = []; } /** * Wrapper for register_shutdown_function to allow overriding */ protected function registerShutdownFunction(): void { if (PHP_SAPI !== 'cli') { register_shutdown_function(['Monolog\Handler\BrowserConsoleHandler', 'send']); } } /** * Wrapper for echo to allow overriding */ protected static function writeOutput(string $str): void { echo $str; } /** * Checks the format of the response * * If Content-Type is set to application/javascript or text/javascript -> js * If Content-Type is set to text/html, or is unset -> html * If Content-Type is anything else -> unknown * * @return string One of 'js', 'html' or 'unknown' */ protected static function getResponseFormat(): string { // Check content type foreach (headers_list() as $header) { if (stripos($header, 'content-type:') === 0) { // This handler only works with HTML and javascript outputs // text/javascript is obsolete in favour of application/javascript, but still used if (stripos($header, 'application/javascript') !== false || stripos($header, 'text/javascript') !== false) { return 'js'; } if (stripos($header, 'text/html') === false) { return 'unknown'; } break; } } return 'html'; } private static function generateScript(): string { $script = []; foreach (static::$records as $record) { $context = static::dump('Context', $record['context']); $extra = static::dump('Extra', $record['extra']); if (empty($context) && empty($extra)) { $script[] = static::call_array('log', static::handleStyles($record['formatted'])); } else { $script = array_merge( $script, [static::call_array('groupCollapsed', static::handleStyles($record['formatted']))], $context, $extra, [static::call('groupEnd')] ); } } return "(function (c) {if (c && c.groupCollapsed) {\n" . implode("\n", $script) . "\n}})(console);"; } private static function handleStyles(string $formatted): array { $args = []; $format = '%c' . $formatted; preg_match_all('/\[\[(.*?)\]\]\{([^}]*)\}/s', $format, $matches, PREG_OFFSET_CAPTURE | PREG_SET_ORDER); foreach (array_reverse($matches) as $match) { $args[] = '"font-weight: normal"'; $args[] = static::quote(static::handleCustomStyles($match[2][0], $match[1][0])); $pos = $match[0][1]; $format = Utils::substr($format, 0, $pos) . '%c' . $match[1][0] . '%c' . Utils::substr($format, $pos + strlen($match[0][0])); } $args[] = static::quote('font-weight: normal'); $args[] = static::quote($format); return array_reverse($args); } private static function handleCustomStyles(string $style, string $string): string { static $colors = ['blue', 'green', 'red', 'magenta', 'orange', 'black', 'grey']; static $labels = []; return preg_replace_callback('/macro\s*:(.*?)(?:;|$)/', function (array $m) use ($string, &$colors, &$labels) { if (trim($m[1]) === 'autolabel') { // Format the string as a label with consistent auto assigned background color if (!isset($labels[$string])) { $labels[$string] = $colors[count($labels) % count($colors)]; } $color = $labels[$string]; return "background-color: $color; color: white; border-radius: 3px; padding: 0 2px 0 2px"; } return $m[1]; }, $style); } private static function dump(string $title, array $dict): array { $script = []; $dict = array_filter($dict); if (empty($dict)) { return $script; } $script[] = static::call('log', static::quote('%c%s'), static::quote('font-weight: bold'), static::quote($title)); foreach ($dict as $key => $value) { $value = json_encode($value); if (empty($value)) { $value = static::quote(''); } $script[] = static::call('log', static::quote('%s: %o'), static::quote((string) $key), $value); } return $script; } private static function quote(string $arg): string { return '"' . addcslashes($arg, "\"\n\\") . '"'; } private static function call(...$args): string { $method = array_shift($args); return static::call_array($method, $args); } private static function call_array(string $method, array $args): string { return 'c.' . $method . '(' . implode(', ', $args) . ');'; } } PK$ ZtCAvendor/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use RuntimeException; use Monolog\Logger; /** * Handler send logs to Telegram using Telegram Bot API. * * How to use: * 1) Create telegram bot with https://telegram.me/BotFather * 2) Create a telegram channel where logs will be recorded. * 3) Add created bot from step 1 to the created channel from step 2. * * Use telegram bot API key from step 1 and channel name with '@' prefix from step 2 to create instance of TelegramBotHandler * * @link https://core.telegram.org/bots/api * * @author Mazur Alexandr */ class TelegramBotHandler extends AbstractProcessingHandler { private const BOT_API = 'https://api.telegram.org/bot'; /** * @var array AVAILABLE_PARSE_MODES The available values of parseMode according to the Telegram api documentation */ private const AVAILABLE_PARSE_MODES = [ 'HTML', 'MarkdownV2', 'Markdown' // legacy mode without underline and strikethrough, use MarkdownV2 instead ]; /** * Telegram bot access token provided by BotFather. * Create telegram bot with https://telegram.me/BotFather and use access token from it. * @var string */ private $apiKey; /** * Telegram channel name. * Since to start with '@' symbol as prefix. * @var string */ private $channel; /** * The kind of formatting that is used for the message. * See available options at https://core.telegram.org/bots/api#formatting-options * or in AVAILABLE_PARSE_MODES * @var string|null */ private $parseMode; /** * Disables link previews for links in the message. * @var bool|null */ private $disableWebPagePreview; /** * Sends the message silently. Users will receive a notification with no sound. * @var bool|null */ private $disableNotification; /** * @param string $apiKey Telegram bot access token provided by BotFather * @param string $channel Telegram channel name * @inheritDoc */ public function __construct( string $apiKey, string $channel, $level = Logger::DEBUG, bool $bubble = true, string $parseMode = null, bool $disableWebPagePreview = null, bool $disableNotification = null ) { parent::__construct($level, $bubble); $this->apiKey = $apiKey; $this->channel = $channel; $this->setParseMode($parseMode); $this->disableWebPagePreview($disableWebPagePreview); $this->disableNotification($disableNotification); } public function setParseMode(string $parseMode = null): self { if ($parseMode !== null && !in_array($parseMode, self::AVAILABLE_PARSE_MODES)) { throw new \InvalidArgumentException('Unknown parseMode, use one of these: ' . implode(', ', self::AVAILABLE_PARSE_MODES) . '.'); } $this->parseMode = $parseMode; return $this; } public function disableWebPagePreview(bool $disableWebPagePreview = null): self { $this->disableWebPagePreview = $disableWebPagePreview; return $this; } public function disableNotification(bool $disableNotification = null): self { $this->disableNotification = $disableNotification; return $this; } /** * {@inheritdoc} */ public function handleBatch(array $records): void { $messages = []; foreach ($records as $record) { if (!$this->isHandling($record)) { continue; } if ($this->processors) { $record = $this->processRecord($record); } $messages[] = $record; } if (!empty($messages)) { $this->send((string) $this->getFormatter()->formatBatch($messages)); } } /** * @inheritDoc */ protected function write(array $record): void { $this->send($record['formatted']); } /** * Send request to @link https://api.telegram.org/bot on SendMessage action. * @param string $message */ protected function send(string $message): void { $ch = curl_init(); $url = self::BOT_API . $this->apiKey . '/SendMessage'; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([ 'text' => $message, 'chat_id' => $this->channel, 'parse_mode' => $this->parseMode, 'disable_web_page_preview' => $this->disableWebPagePreview, 'disable_notification' => $this->disableNotification, ])); $result = Curl\Util::execute($ch); $result = json_decode($result, true); if ($result['ok'] === false) { throw new RuntimeException('Telegram API error. Description: ' . $result['description']); } } } PK$ Zi)VV:vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Gelf\PublisherInterface; use Monolog\Logger; use Monolog\Formatter\GelfMessageFormatter; use Monolog\Formatter\FormatterInterface; /** * Handler to send messages to a Graylog2 (http://www.graylog2.org) server * * @author Matt Lehner * @author Benjamin Zikarsky */ class GelfHandler extends AbstractProcessingHandler { /** * @var PublisherInterface|null the publisher object that sends the message to the server */ protected $publisher; /** * @param PublisherInterface $publisher a publisher object * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = true) { parent::__construct($level, $bubble); $this->publisher = $publisher; } /** * {@inheritdoc} */ protected function write(array $record): void { $this->publisher->publish($record['formatted']); } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new GelfMessageFormatter(); } } PK$ Z$BB<vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\ResettableInterface; use Monolog\Formatter\FormatterInterface; /** * Buffers all records until closing the handler and then pass them as batch. * * This is useful for a MailHandler to send only one mail per request instead of * sending one per log message. * * @author Christophe Coevoet */ class BufferHandler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface { use ProcessableHandlerTrait; /** @var HandlerInterface */ protected $handler; protected $bufferSize = 0; protected $bufferLimit; protected $flushOnOverflow; protected $buffer = []; protected $initialized = false; /** * @param HandlerInterface $handler Handler. * @param int $bufferLimit How many entries should be buffered at most, beyond that the oldest items are removed from the buffer. * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param bool $flushOnOverflow If true, the buffer is flushed when the max size has been reached, by default oldest entries are discarded */ public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBUG, bool $bubble = true, bool $flushOnOverflow = false) { parent::__construct($level, $bubble); $this->handler = $handler; $this->bufferLimit = $bufferLimit; $this->flushOnOverflow = $flushOnOverflow; } /** * {@inheritdoc} */ public function handle(array $record): bool { if ($record['level'] < $this->level) { return false; } if (!$this->initialized) { // __destructor() doesn't get called on Fatal errors register_shutdown_function([$this, 'close']); $this->initialized = true; } if ($this->bufferLimit > 0 && $this->bufferSize === $this->bufferLimit) { if ($this->flushOnOverflow) { $this->flush(); } else { array_shift($this->buffer); $this->bufferSize--; } } if ($this->processors) { $record = $this->processRecord($record); } $this->buffer[] = $record; $this->bufferSize++; return false === $this->bubble; } public function flush(): void { if ($this->bufferSize === 0) { return; } $this->handler->handleBatch($this->buffer); $this->clear(); } public function __destruct() { // suppress the parent behavior since we already have register_shutdown_function() // to call close(), and the reference contained there will prevent this from being // GC'd until the end of the request } /** * {@inheritdoc} */ public function close(): void { $this->flush(); $this->handler->close(); } /** * Clears the buffer without flushing any messages down to the wrapped handler. */ public function clear(): void { $this->bufferSize = 0; $this->buffer = []; } public function reset() { $this->flush(); parent::reset(); $this->resetProcessors(); if ($this->handler instanceof ResettableInterface) { $this->handler->reset(); } } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { if ($this->handler instanceof FormattableHandlerInterface) { $this->handler->setFormatter($formatter); return $this; } throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does not support formatters.'); } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { if ($this->handler instanceof FormattableHandlerInterface) { return $this->handler->getFormatter(); } throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does not support formatters.'); } } PK$ Z2{ ?vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; /** * Interface that all Monolog Handlers must implement * * @author Jordi Boggiano */ interface HandlerInterface { /** * Checks whether the given record will be handled by this handler. * * This is mostly done for performance reasons, to avoid calling processors for nothing. * * Handlers should still check the record levels within handle(), returning false in isHandling() * is no guarantee that handle() will not be called, and isHandling() might not be called * for a given record. * * @param array $record Partial log record containing only a level key * * @return bool */ public function isHandling(array $record): bool; /** * Handles a record. * * All records may be passed to this method, and the handler should discard * those that it does not want to handle. * * The return value of this function controls the bubbling process of the handler stack. * Unless the bubbling is interrupted (by returning true), the Logger class will keep on * calling further handlers in the stack with a given log record. * * @param array $record The record to handle * @return bool true means that this handler handled the record, and that bubbling is not permitted. * false means the record was either not processed or that this handler allows bubbling. */ public function handle(array $record): bool; /** * Handles a set of records at once. * * @param array $records The records to handle (an array of record arrays) */ public function handleBatch(array $records): void; /** * Closes the handler. * * Ends a log cycle and frees all resources used by the handler. * * Closing a Handler means flushing all buffers and freeing any open resources/handles. * * Implementations have to be idempotent (i.e. it should be possible to call close several times without breakage) * and ideally handlers should be able to reopen themselves on handle() after they have been closed. * * This is useful at the end of a request and will be called automatically when the object * is destroyed if you extend Monolog\Handler\Handler. * * If you are thinking of calling this method yourself, most likely you should be * calling ResettableInterface::reset instead. Have a look. */ public function close(): void; } PK$ Zg+LL8vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler\Curl; use CurlHandle; /** * This class is marked as internal and it is not under the BC promise of the package. * * @internal */ final class Util { private static $retriableErrorCodes = [ CURLE_COULDNT_RESOLVE_HOST, CURLE_COULDNT_CONNECT, CURLE_HTTP_NOT_FOUND, CURLE_READ_ERROR, CURLE_OPERATION_TIMEOUTED, CURLE_HTTP_POST_ERROR, CURLE_SSL_CONNECT_ERROR, ]; /** * Executes a CURL request with optional retries and exception on failure * * @param resource|CurlHandle $ch curl handler * @param int $retries * @param bool $closeAfterDone * @return bool|string @see curl_exec */ public static function execute($ch, int $retries = 5, bool $closeAfterDone = true) { while ($retries--) { $curlResponse = curl_exec($ch); if ($curlResponse === false) { $curlErrno = curl_errno($ch); if (false === in_array($curlErrno, self::$retriableErrorCodes, true) || !$retries) { $curlError = curl_error($ch); if ($closeAfterDone) { curl_close($ch); } throw new \RuntimeException(sprintf('Curl error (code %d): %s', $curlErrno, $curlError)); } continue; } if ($closeAfterDone) { curl_close($ch); } return $curlResponse; } return false; } } PK$ Z!!=vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\WildfireFormatter; use Monolog\Formatter\FormatterInterface; /** * Simple FirePHP Handler (http://www.firephp.org/), which uses the Wildfire protocol. * * @author Eric Clemmons (@ericclemmons) */ class FirePHPHandler extends AbstractProcessingHandler { use WebRequestRecognizerTrait; /** * WildFire JSON header message format */ protected const PROTOCOL_URI = 'http://meta.wildfirehq.org/Protocol/JsonStream/0.2'; /** * FirePHP structure for parsing messages & their presentation */ protected const STRUCTURE_URI = 'http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1'; /** * Must reference a "known" plugin, otherwise headers won't display in FirePHP */ protected const PLUGIN_URI = 'http://meta.firephp.org/Wildfire/Plugin/FirePHP/Library-FirePHPCore/0.3'; /** * Header prefix for Wildfire to recognize & parse headers */ protected const HEADER_PREFIX = 'X-Wf'; /** * Whether or not Wildfire vendor-specific headers have been generated & sent yet */ protected static $initialized = false; /** * Shared static message index between potentially multiple handlers * @var int */ protected static $messageIndex = 1; protected static $sendHeaders = true; /** * Base header creation function used by init headers & record headers * * @param array $meta Wildfire Plugin, Protocol & Structure Indexes * @param string $message Log message * @return array Complete header string ready for the client as key and message as value */ protected function createHeader(array $meta, string $message): array { $header = sprintf('%s-%s', static::HEADER_PREFIX, join('-', $meta)); return [$header => $message]; } /** * Creates message header from record * * @see createHeader() */ protected function createRecordHeader(array $record): array { // Wildfire is extensible to support multiple protocols & plugins in a single request, // but we're not taking advantage of that (yet), so we're using "1" for simplicity's sake. return $this->createHeader( [1, 1, 1, self::$messageIndex++], $record['formatted'] ); } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new WildfireFormatter(); } /** * Wildfire initialization headers to enable message parsing * * @see createHeader() * @see sendHeader() */ protected function getInitHeaders(): array { // Initial payload consists of required headers for Wildfire return array_merge( $this->createHeader(['Protocol', 1], static::PROTOCOL_URI), $this->createHeader([1, 'Structure', 1], static::STRUCTURE_URI), $this->createHeader([1, 'Plugin', 1], static::PLUGIN_URI) ); } /** * Send header string to the client */ protected function sendHeader(string $header, string $content): void { if (!headers_sent() && self::$sendHeaders) { header(sprintf('%s: %s', $header, $content)); } } /** * Creates & sends header for a record, ensuring init headers have been sent prior * * @see sendHeader() * @see sendInitHeaders() * @param array $record */ protected function write(array $record): void { if (!self::$sendHeaders || !$this->isWebRequest()) { return; } // WildFire-specific headers must be sent prior to any messages if (!self::$initialized) { self::$initialized = true; self::$sendHeaders = $this->headersAccepted(); if (!self::$sendHeaders) { return; } foreach ($this->getInitHeaders() as $header => $content) { $this->sendHeader($header, $content); } } $header = $this->createRecordHeader($record); if (trim(current($header)) !== '') { $this->sendHeader(key($header), current($header)); } } /** * Verifies if the headers are accepted by the current user agent */ protected function headersAccepted(): bool { if (!empty($_SERVER['HTTP_USER_AGENT']) && preg_match('{\bFirePHP/\d+\.\d+\b}', $_SERVER['HTTP_USER_AGENT'])) { return true; } return isset($_SERVER['HTTP_X_FIREPHP_VERSION']); } } PK$ ZS]4;vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Formatter\FormatterInterface; use Monolog\Logger; use Monolog\Utils; use Monolog\Handler\Slack\SlackRecord; /** * Sends notifications through Slack API * * @author Greg Kedzierski * @see https://api.slack.com/ */ class SlackHandler extends SocketHandler { /** * Slack API token * @var string */ private $token; /** * Instance of the SlackRecord util class preparing data for Slack API. * @var SlackRecord */ private $slackRecord; /** * @param string $token Slack API token * @param string $channel Slack channel (encoded ID or name) * @param string|null $username Name of a bot * @param bool $useAttachment Whether the message should be added to Slack as attachment (plain text otherwise) * @param string|null $iconEmoji The emoji name to use (or null) * @param int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param bool $useShortAttachment Whether the context/extra messages added to Slack as attachments are in a short style * @param bool $includeContextAndExtra Whether the attachment should include context and extra data * @param array $excludeFields Dot separated list of fields to exclude from slack message. E.g. ['context.field1', 'extra.field2'] * @throws MissingExtensionException If no OpenSSL PHP extension configured */ public function __construct( string $token, string $channel, ?string $username = null, bool $useAttachment = true, ?string $iconEmoji = null, $level = Logger::CRITICAL, bool $bubble = true, bool $useShortAttachment = false, bool $includeContextAndExtra = false, array $excludeFields = array() ) { if (!extension_loaded('openssl')) { throw new MissingExtensionException('The OpenSSL PHP extension is required to use the SlackHandler'); } parent::__construct('ssl://slack.com:443', $level, $bubble); $this->slackRecord = new SlackRecord( $channel, $username, $useAttachment, $iconEmoji, $useShortAttachment, $includeContextAndExtra, $excludeFields ); $this->token = $token; } public function getSlackRecord(): SlackRecord { return $this->slackRecord; } public function getToken(): string { return $this->token; } /** * {@inheritdoc} */ protected function generateDataStream(array $record): string { $content = $this->buildContent($record); return $this->buildHeader($content) . $content; } /** * Builds the body of API call */ private function buildContent(array $record): string { $dataArray = $this->prepareContentData($record); return http_build_query($dataArray); } protected function prepareContentData(array $record): array { $dataArray = $this->slackRecord->getSlackData($record); $dataArray['token'] = $this->token; if (!empty($dataArray['attachments'])) { $dataArray['attachments'] = Utils::jsonEncode($dataArray['attachments']); } return $dataArray; } /** * Builds the header of the API Call */ private function buildHeader(string $content): string { $header = "POST /api/chat.postMessage HTTP/1.1\r\n"; $header .= "Host: slack.com\r\n"; $header .= "Content-Type: application/x-www-form-urlencoded\r\n"; $header .= "Content-Length: " . strlen($content) . "\r\n"; $header .= "\r\n"; return $header; } /** * {@inheritdoc} */ protected function write(array $record): void { parent::write($record); $this->finalizeWrite(); } /** * Finalizes the request by reading some bytes and then closing the socket * * If we do not read some but close the socket too early, slack sometimes * drops the request entirely. */ protected function finalizeWrite(): void { $res = $this->getResource(); if (is_resource($res)) { @fread($res, 2048); } $this->closeSocket(); } public function setFormatter(FormatterInterface $formatter): HandlerInterface { parent::setFormatter($formatter); $this->slackRecord->setFormatter($formatter); return $this; } public function getFormatter(): FormatterInterface { $formatter = parent::getFormatter(); $this->slackRecord->setFormatter($formatter); return $formatter; } /** * Channel used by the bot when posting */ public function setChannel(string $channel): self { $this->slackRecord->setChannel($channel); return $this; } /** * Username used by the bot when posting */ public function setUsername(string $username): self { $this->slackRecord->setUsername($username); return $this; } public function useAttachment(bool $useAttachment): self { $this->slackRecord->useAttachment($useAttachment); return $this; } public function setIconEmoji(string $iconEmoji): self { $this->slackRecord->setUserIcon($iconEmoji); return $this; } public function useShortAttachment(bool $useShortAttachment): self { $this->slackRecord->useShortAttachment($useShortAttachment); return $this; } public function includeContextAndExtra(bool $includeContextAndExtra): self { $this->slackRecord->includeContextAndExtra($includeContextAndExtra); return $this; } public function excludeFields(array $excludeFields): self { $this->slackRecord->excludeFields($excludeFields); return $this; } } PK$ Z$$Dvendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy; use Monolog\Handler\FingersCrossed\ActivationStrategyInterface; use Monolog\Logger; use Monolog\ResettableInterface; use Monolog\Formatter\FormatterInterface; /** * Buffers all records until a certain level is reached * * The advantage of this approach is that you don't get any clutter in your log files. * Only requests which actually trigger an error (or whatever your actionLevel is) will be * in the logs, but they will contain all records, not only those above the level threshold. * * You can then have a passthruLevel as well which means that at the end of the request, * even if it did not get activated, it will still send through log records of e.g. at least a * warning level. * * You can find the various activation strategies in the * Monolog\Handler\FingersCrossed\ namespace. * * @author Jordi Boggiano */ class FingersCrossedHandler extends Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface { use ProcessableHandlerTrait; /** @var HandlerInterface */ protected $handler; protected $activationStrategy; protected $buffering = true; protected $bufferSize; protected $buffer = []; protected $stopBuffering; protected $passthruLevel; protected $bubble; /** * @psalm-param HandlerInterface|callable(?array, FingersCrossedHandler): HandlerInterface $handler * * @param callable|HandlerInterface $handler Handler or factory callable($record|null, $fingersCrossedHandler). * @param int|string|ActivationStrategyInterface $activationStrategy Strategy which determines when this handler takes action, or a level name/value at which the handler is activated * @param int $bufferSize How many entries should be buffered at most, beyond that the oldest items are removed from the buffer. * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * @param bool $stopBuffering Whether the handler should stop buffering after being triggered (default true) * @param int|string $passthruLevel Minimum level to always flush to handler on close, even if strategy not triggered */ public function __construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $stopBuffering = true, $passthruLevel = null) { if (null === $activationStrategy) { $activationStrategy = new ErrorLevelActivationStrategy(Logger::WARNING); } // convert simple int activationStrategy to an object if (!$activationStrategy instanceof ActivationStrategyInterface) { $activationStrategy = new ErrorLevelActivationStrategy($activationStrategy); } $this->handler = $handler; $this->activationStrategy = $activationStrategy; $this->bufferSize = $bufferSize; $this->bubble = $bubble; $this->stopBuffering = $stopBuffering; if ($passthruLevel !== null) { $this->passthruLevel = Logger::toMonologLevel($passthruLevel); } if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) { throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable nor a Monolog\Handler\HandlerInterface object"); } } /** * {@inheritdoc} */ public function isHandling(array $record): bool { return true; } /** * Manually activate this logger regardless of the activation strategy */ public function activate(): void { if ($this->stopBuffering) { $this->buffering = false; } $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer); $this->buffer = []; } /** * {@inheritdoc} */ public function handle(array $record): bool { if ($this->processors) { $record = $this->processRecord($record); } if ($this->buffering) { $this->buffer[] = $record; if ($this->bufferSize > 0 && count($this->buffer) > $this->bufferSize) { array_shift($this->buffer); } if ($this->activationStrategy->isHandlerActivated($record)) { $this->activate(); } } else { $this->getHandler($record)->handle($record); } return false === $this->bubble; } /** * {@inheritdoc} */ public function close(): void { $this->flushBuffer(); $this->handler->close(); } public function reset() { $this->flushBuffer(); $this->resetProcessors(); if ($this->getHandler() instanceof ResettableInterface) { $this->getHandler()->reset(); } } /** * Clears the buffer without flushing any messages down to the wrapped handler. * * It also resets the handler to its initial buffering state. */ public function clear(): void { $this->buffer = []; $this->reset(); } /** * Resets the state of the handler. Stops forwarding records to the wrapped handler. */ private function flushBuffer(): void { if (null !== $this->passthruLevel) { $level = $this->passthruLevel; $this->buffer = array_filter($this->buffer, function ($record) use ($level) { return $record['level'] >= $level; }); if (count($this->buffer) > 0) { $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer); } } $this->buffer = []; $this->buffering = true; } /** * Return the nested handler * * If the handler was provided as a factory callable, this will trigger the handler's instantiation. * * @return HandlerInterface */ public function getHandler(array $record = null) { if (!$this->handler instanceof HandlerInterface) { $this->handler = ($this->handler)($record, $this); if (!$this->handler instanceof HandlerInterface) { throw new \RuntimeException("The factory callable should return a HandlerInterface"); } } return $this->handler; } /** * {@inheritdoc} */ public function setFormatter(FormatterInterface $formatter): HandlerInterface { $handler = $this->getHandler(); if ($handler instanceof FormattableHandlerInterface) { $handler->setFormatter($formatter); return $this; } throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not support formatters.'); } /** * {@inheritdoc} */ public function getFormatter(): FormatterInterface { $handler = $this->getHandler(); if ($handler instanceof FormattableHandlerInterface) { return $handler->getFormatter(); } throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not support formatters.'); } } PK$ Z,:vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\Logger; use Monolog\Formatter\FormatterInterface; use Monolog\Formatter\JsonFormatter; use PhpAmqpLib\Message\AMQPMessage; use PhpAmqpLib\Channel\AMQPChannel; use AMQPExchange; class AmqpHandler extends AbstractProcessingHandler { /** * @var AMQPExchange|AMQPChannel $exchange */ protected $exchange; /** * @var string */ protected $exchangeName; /** * @param AMQPExchange|AMQPChannel $exchange AMQPExchange (php AMQP ext) or PHP AMQP lib channel, ready for use * @param string|null $exchangeName Optional exchange name, for AMQPChannel (PhpAmqpLib) only * @param string|int $level The minimum logging level at which this handler will be triggered * @param bool $bubble Whether the messages that are handled can bubble up the stack or not */ public function __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool $bubble = true) { if ($exchange instanceof AMQPChannel) { $this->exchangeName = (string) $exchangeName; } elseif (!$exchange instanceof AMQPExchange) { throw new \InvalidArgumentException('PhpAmqpLib\Channel\AMQPChannel or AMQPExchange instance required'); } elseif ($exchangeName) { @trigger_error('The $exchangeName parameter can only be passed when using PhpAmqpLib, if using an AMQPExchange instance configure it beforehand', E_USER_DEPRECATED); } $this->exchange = $exchange; parent::__construct($level, $bubble); } /** * {@inheritDoc} */ protected function write(array $record): void { $data = $record["formatted"]; $routingKey = $this->getRoutingKey($record); if ($this->exchange instanceof AMQPExchange) { $this->exchange->publish( $data, $routingKey, 0, [ 'delivery_mode' => 2, 'content_type' => 'application/json', ] ); } else { $this->exchange->basic_publish( $this->createAmqpMessage($data), $this->exchangeName, $routingKey ); } } /** * {@inheritDoc} */ public function handleBatch(array $records): void { if ($this->exchange instanceof AMQPExchange) { parent::handleBatch($records); return; } foreach ($records as $record) { if (!$this->isHandling($record)) { continue; } $record = $this->processRecord($record); $data = $this->getFormatter()->format($record); $this->exchange->batch_basic_publish( $this->createAmqpMessage($data), $this->exchangeName, $this->getRoutingKey($record) ); } $this->exchange->publish_batch(); } /** * Gets the routing key for the AMQP exchange */ protected function getRoutingKey(array $record): string { $routingKey = sprintf('%s.%s', $record['level_name'], $record['channel']); return strtolower($routingKey); } private function createAmqpMessage(string $data): AMQPMessage { return new AMQPMessage( $data, [ 'delivery_mode' => 2, 'content_type' => 'application/json', ] ); } /** * {@inheritDoc} */ protected function getDefaultFormatter(): FormatterInterface { return new JsonFormatter(JsonFormatter::BATCH_MODE_JSON, false); } } PK$ ZΐjHvendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; /** * Base Handler class providing the Handler structure, including processors and formatters * * Classes extending it should (in most cases) only implement write($record) * * @author Jordi Boggiano * @author Christophe Coevoet */ abstract class AbstractProcessingHandler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface { use ProcessableHandlerTrait; use FormattableHandlerTrait; /** * {@inheritdoc} */ public function handle(array $record): bool { if (!$this->isHandling($record)) { return false; } if ($this->processors) { $record = $this->processRecord($record); } $record['formatted'] = $this->getFormatter()->format($record); $this->write($record); return false === $this->bubble; } /** * Writes the record down to the log of the implementing handler */ abstract protected function write(array $record): void; public function reset() { parent::reset(); $this->resetProcessors(); } } PK$ ZG:vendor/monolog/monolog/src/Monolog/ResettableInterface.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; /** * Handler or Processor implementing this interface will be reset when Logger::reset() is called. * * Resetting ends a log cycle gets them back to their initial state. * * Resetting a Handler or a Processor means flushing/cleaning all buffers, resetting internal * state, and getting it back to a state in which it can receive log records again. * * This is useful in case you want to avoid logs leaking between two requests or jobs when you * have a long running process like a worker or an application server serving multiple requests * in one process. * * @author Grégoire Pineau */ interface ResettableInterface { /** * @return void */ public function reset(); } PK$ Z jOr r 4vendor/monolog/monolog/src/Monolog/SignalHandler.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; use Psr\Log\LoggerInterface; use Psr\Log\LogLevel; use ReflectionExtension; /** * Monolog POSIX signal handler * * @author Robert Gust-Bardon */ class SignalHandler { private $logger; private $previousSignalHandler = []; private $signalLevelMap = []; private $signalRestartSyscalls = []; public function __construct(LoggerInterface $logger) { $this->logger = $logger; } public function registerSignalHandler($signo, $level = LogLevel::CRITICAL, bool $callPrevious = true, bool $restartSyscalls = true, ?bool $async = true): self { if (!extension_loaded('pcntl') || !function_exists('pcntl_signal')) { return $this; } if ($callPrevious) { $handler = pcntl_signal_get_handler($signo); $this->previousSignalHandler[$signo] = $handler; } else { unset($this->previousSignalHandler[$signo]); } $this->signalLevelMap[$signo] = $level; $this->signalRestartSyscalls[$signo] = $restartSyscalls; if ($async !== null) { pcntl_async_signals($async); } pcntl_signal($signo, [$this, 'handleSignal'], $restartSyscalls); return $this; } public function handleSignal($signo, array $siginfo = null): void { static $signals = []; if (!$signals && extension_loaded('pcntl')) { $pcntl = new ReflectionExtension('pcntl'); // HHVM 3.24.2 returns an empty array. foreach ($pcntl->getConstants() ?: get_defined_constants(true)['Core'] as $name => $value) { if (substr($name, 0, 3) === 'SIG' && $name[3] !== '_' && is_int($value)) { $signals[$value] = $name; } } } $level = $this->signalLevelMap[$signo] ?? LogLevel::CRITICAL; $signal = $signals[$signo] ?? $signo; $context = $siginfo ?? []; $this->logger->log($level, sprintf('Program received signal %s', $signal), $context); if (!isset($this->previousSignalHandler[$signo])) { return; } if ($this->previousSignalHandler[$signo] === true || $this->previousSignalHandler[$signo] === SIG_DFL) { if (extension_loaded('pcntl') && function_exists('pcntl_signal') && function_exists('pcntl_sigprocmask') && function_exists('pcntl_signal_dispatch') && extension_loaded('posix') && function_exists('posix_getpid') && function_exists('posix_kill') ) { $restartSyscalls = $this->signalRestartSyscalls[$signo] ?? true; pcntl_signal($signo, SIG_DFL, $restartSyscalls); pcntl_sigprocmask(SIG_UNBLOCK, [$signo], $oldset); posix_kill(posix_getpid(), $signo); pcntl_signal_dispatch(); pcntl_sigprocmask(SIG_SETMASK, $oldset); pcntl_signal($signo, [$this, 'handleSignal'], $restartSyscalls); } } elseif (is_callable($this->previousSignalHandler[$signo])) { $this->previousSignalHandler[$signo]($signo, $siginfo); } } } PK$ Z-YRKCKC-vendor/monolog/monolog/src/Monolog/Logger.phpnu[ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; use DateTimeZone; use Monolog\Handler\HandlerInterface; use Psr\Log\LoggerInterface; use Psr\Log\InvalidArgumentException; use Throwable; /** * Monolog log channel * * It contains a stack of Handlers and a stack of Processors, * and uses them to store records that are added to it. * * @author Jordi Boggiano */ class Logger implements LoggerInterface, ResettableInterface { /** * Detailed debug information */ public const DEBUG = 100; /** * Interesting events * * Examples: User logs in, SQL logs. */ public const INFO = 200; /** * Uncommon events */ public const NOTICE = 250; /** * Exceptional occurrences that are not errors * * Examples: Use of deprecated APIs, poor use of an API, * undesirable things that are not necessarily wrong. */ public const WARNING = 300; /** * Runtime errors */ public const ERROR = 400; /** * Critical conditions * * Example: Application component unavailable, unexpected exception. */ public const CRITICAL = 500; /** * Action must be taken immediately * * Example: Entire website down, database unavailable, etc. * This should trigger the SMS alerts and wake you up. */ public const ALERT = 550; /** * Urgent alert. */ public const EMERGENCY = 600; /** * Monolog API version * * This is only bumped when API breaks are done and should * follow the major version of the library * * @var int */ public const API = 2; /** * This is a static variable and not a constant to serve as an extension point for custom levels * * @var array $levels Logging levels with the levels as key */ protected static $levels = [ self::DEBUG => 'DEBUG', self::INFO => 'INFO', self::NOTICE => 'NOTICE', self::WARNING => 'WARNING', self::ERROR => 'ERROR', self::CRITICAL => 'CRITICAL', self::ALERT => 'ALERT', self::EMERGENCY => 'EMERGENCY', ]; /** * @var string */ protected $name; /** * The handler stack * * @var HandlerInterface[] */ protected $handlers; /** * Processors that will process all log records * * To process records of a single handler instead, add the processor on that specific handler * * @var callable[] */ protected $processors; /** * @var bool */ protected $microsecondTimestamps = true; /** * @var DateTimeZone */ protected $timezone; /** * @var callable|null */ protected $exceptionHandler; /** * @psalm-param array $processors * * @param string $name The logging channel, a simple descriptive name that is attached to all log records * @param HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc. * @param callable[] $processors Optional array of processors * @param DateTimeZone|null $timezone Optional timezone, if not provided date_default_timezone_get() will be used */ public function __construct(string $name, array $handlers = [], array $processors = [], ?DateTimeZone $timezone = null) { $this->name = $name; $this->setHandlers($handlers); $this->processors = $processors; $this->timezone = $timezone ?: new DateTimeZone(date_default_timezone_get() ?: 'UTC'); } public function getName(): string { return $this->name; } /** * Return a new cloned instance with the name changed */ public function withName(string $name): self { $new = clone $this; $new->name = $name; return $new; } /** * Pushes a handler on to the stack. */ public function pushHandler(HandlerInterface $handler): self { array_unshift($this->handlers, $handler); return $this; } /** * Pops a handler from the stack * * @throws \LogicException If empty handler stack */ public function popHandler(): HandlerInterface { if (!$this->handlers) { throw new \LogicException('You tried to pop from an empty handler stack.'); } return array_shift($this->handlers); } /** * Set handlers, replacing all existing ones. * * If a map is passed, keys will be ignored. * * @param HandlerInterface[] $handlers */ public function setHandlers(array $handlers): self { $this->handlers = []; foreach (array_reverse($handlers) as $handler) { $this->pushHandler($handler); } return $this; } /** * @return HandlerInterface[] */ public function getHandlers(): array { return $this->handlers; } /** * Adds a processor on to the stack. */ public function pushProcessor(callable $callback): self { array_unshift($this->processors, $callback); return $this; } /** * Removes the processor on top of the stack and returns it. * * @throws \LogicException If empty processor stack * @return callable */ public function popProcessor(): callable { if (!$this->processors) { throw new \LogicException('You tried to pop from an empty processor stack.'); } return array_shift($this->processors); } /** * @return callable[] */ public function getProcessors(): array { return $this->processors; } /** * Control the use of microsecond resolution timestamps in the 'datetime' * member of new records. * * As of PHP7.1 microseconds are always included by the engine, so * there is no performance penalty and Monolog 2 enabled microseconds * by default. This function lets you disable them though in case you want * to suppress microseconds from the output. * * @param bool $micro True to use microtime() to create timestamps */ public function useMicrosecondTimestamps(bool $micro): void { $this->microsecondTimestamps = $micro; } /** * Adds a log record. * * @param int $level The logging level * @param string $message The log message * @param mixed[] $context The log context * @return bool Whether the record has been processed */ public function addRecord(int $level, string $message, array $context = []): bool { $offset = 0; $record = null; foreach ($this->handlers as $handler) { if (null === $record) { // skip creating the record as long as no handler is going to handle it if (!$handler->isHandling(['level' => $level])) { continue; } $levelName = static::getLevelName($level); $record = [ 'message' => $message, 'context' => $context, 'level' => $level, 'level_name' => $levelName, 'channel' => $this->name, 'datetime' => new DateTimeImmutable($this->microsecondTimestamps, $this->timezone), 'extra' => [], ]; try { foreach ($this->processors as $processor) { $record = $processor($record); } } catch (Throwable $e) { $this->handleException($e, $record); return true; } } // once the record exists, send it to all handlers as long as the bubbling chain is not interrupted try { if (true === $handler->handle($record)) { break; } } catch (Throwable $e) { $this->handleException($e, $record); return true; } } return null !== $record; } /** * Ends a log cycle and frees all resources used by handlers. * * Closing a Handler means flushing all buffers and freeing any open resources/handles. * Handlers that have been closed should be able to accept log records again and re-open * themselves on demand, but this may not always be possible depending on implementation. * * This is useful at the end of a request and will be called automatically on every handler * when they get destructed. */ public function close(): void { foreach ($this->handlers as $handler) { $handler->close(); } } /** * Ends a log cycle and resets all handlers and processors to their initial state. * * Resetting a Handler or a Processor means flushing/cleaning all buffers, resetting internal * state, and getting it back to a state in which it can receive log records again. * * This is useful in case you want to avoid logs leaking between two requests or jobs when you * have a long running process like a worker or an application server serving multiple requests * in one process. */ public function reset(): void { foreach ($this->handlers as $handler) { if ($handler instanceof ResettableInterface) { $handler->reset(); } } foreach ($this->processors as $processor) { if ($processor instanceof ResettableInterface) { $processor->reset(); } } } /** * Gets all supported logging levels. * * @return array Assoc array with human-readable level names => level codes. */ public static function getLevels(): array { return array_flip(static::$levels); } /** * Gets the name of the logging level. * * @throws \Psr\Log\InvalidArgumentException If level is not defined */ public static function getLevelName(int $level): string { if (!isset(static::$levels[$level])) { throw new InvalidArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels))); } return static::$levels[$level]; } /** * Converts PSR-3 levels to Monolog ones if necessary * * @param string|int $level Level number (monolog) or name (PSR-3) * @throws \Psr\Log\InvalidArgumentException If level is not defined */ public static function toMonologLevel($level): int { if (is_string($level)) { if (is_numeric($level)) { return intval($level); } // Contains chars of all log levels and avoids using strtoupper() which may have // strange results depending on locale (for example, "i" will become "İ" in Turkish locale) $upper = strtr($level, 'abcdefgilmnortuwy', 'ABCDEFGILMNORTUWY'); if (defined(__CLASS__.'::'.$upper)) { return constant(__CLASS__ . '::' . $upper); } throw new InvalidArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels))); } if (!is_int($level)) { throw new InvalidArgumentException('Level "'.var_export($level, true).'" is not defined, use one of: '.implode(', ', array_keys(static::$levels))); } return $level; } /** * Checks whether the Logger has a handler that listens on the given level */ public function isHandling(int $level): bool { $record = [ 'level' => $level, ]; foreach ($this->handlers as $handler) { if ($handler->isHandling($record)) { return true; } } return false; } /** * Set a custom exception handler that will be called if adding a new record fails * * The callable will receive an exception object and the record that failed to be logged */ public function setExceptionHandler(?callable $callback): self { $this->exceptionHandler = $callback; return $this; } public function getExceptionHandler(): ?callable { return $this->exceptionHandler; } /** * Adds a log record at an arbitrary level. * * This method allows for compatibility with common interfaces. * * @param mixed $level The log level * @param string $message The log message * @param mixed[] $context The log context */ public function log($level, $message, array $context = []): void { $level = static::toMonologLevel($level); $this->addRecord($level, (string) $message, $context); } /** * Adds a log record at the DEBUG level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function debug($message, array $context = []): void { $this->addRecord(static::DEBUG, (string) $message, $context); } /** * Adds a log record at the INFO level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function info($message, array $context = []): void { $this->addRecord(static::INFO, (string) $message, $context); } /** * Adds a log record at the NOTICE level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function notice($message, array $context = []): void { $this->addRecord(static::NOTICE, (string) $message, $context); } /** * Adds a log record at the WARNING level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function warning($message, array $context = []): void { $this->addRecord(static::WARNING, (string) $message, $context); } /** * Adds a log record at the ERROR level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function error($message, array $context = []): void { $this->addRecord(static::ERROR, (string) $message, $context); } /** * Adds a log record at the CRITICAL level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function critical($message, array $context = []): void { $this->addRecord(static::CRITICAL, (string) $message, $context); } /** * Adds a log record at the ALERT level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function alert($message, array $context = []): void { $this->addRecord(static::ALERT, (string) $message, $context); } /** * Adds a log record at the EMERGENCY level. * * This method allows for compatibility with common interfaces. * * @param string $message The log message * @param mixed[] $context The log context */ public function emergency($message, array $context = []): void { $this->addRecord(static::EMERGENCY, (string) $message, $context); } /** * Sets the timezone to be used for the timestamp of log records. */ public function setTimezone(DateTimeZone $tz): self { $this->timezone = $tz; return $this; } /** * Returns the timezone to be used for the timestamp of log records. */ public function getTimezone(): DateTimeZone { return $this->timezone; } /** * Delegates exception management to the custom exception handler, * or throws the exception if no custom handler is set. */ protected function handleException(Throwable $e, array $record): void { if (!$this->exceptionHandler) { throw $e; } ($this->exceptionHandler)($e, $record); } } PK$ Z#s(((vendor/google/apiclient-services/LICENSEnu[Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. PK$ ZR(GG*vendor/google/apiclient-services/README.mdnu[Google PHP API Client Services ============================== ## Requirements [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases) ## Usage in v2 of Google API PHP Client This library is automatically updated daily with new API changes, and tagged weekly. It is installed as part of the [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases) library via Composer, which will pull down the most recent tag. ## Usage in v1 If you are currently using the [`v1-master`](https://github.com/googleapis/google-api-php-client/tree/v1-master) branch of the client library, but want to use the latest API services, you can do so by requiring this library directly into your project via the same composer command: ```sh composer require google/apiclient-services:dev-master ``` PK$ Z:!.vendor/google/apiclient-services/composer.jsonnu[{ "name": "google/apiclient-services", "type": "library", "description": "Client library for Google APIs", "keywords": ["google"], "homepage": "http://developers.google.com/api-client-library/php", "license": "Apache-2.0", "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^4.8|^5" }, "autoload": { "psr-0": { "Google_Service_": "src" } } } PK$ Zbxll)vendor/google/apiclient-services/synth.pynu[# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """This script is used to synthesize generated parts of this library.""" import synthtool as s from synthtool.__main__ import extra_args from synthtool import log, shell from synthtool.sources import git import logging from os import path, remove from pathlib import Path import glob import json import re import sys from packaging import version logging.basicConfig(level=logging.DEBUG) VERSION_REGEX = r"([^\.]*)\.(.+)\.json$" TEMPLATE_VERSIONS = [ "default", ] discovery_url = "https://github.com/googleapis/discovery-artifact-manager.git" repository = Path('.') log.debug(f"Cloning {discovery_url}.") discovery = git.clone(discovery_url) log.debug("Cleaning output directory.") shell.run("rm -rf .cache".split(), cwd=repository) log.debug("Installing dependencies.") shell.run( "python2 -m pip install -e generator/ --user".split(), cwd=repository ) def generate_service(disco: str): m = re.search(VERSION_REGEX, disco) name = m.group(1) version = m.group(2) template = TEMPLATE_VERSIONS[-1] # Generate for latest version log.info(f"Generating {name} {version} ({template}).") output_dir = repository / ".cache" / name / version input_file = discovery / "discoveries" / disco command = ( f"python2 -m googleapis.codegen --output_dir={output_dir}" + f" --input={input_file} --language=php --language_variant={template}" + f" --package_path=api/services" ) shell.run(f"mkdir -p {output_dir}".split(), cwd=repository / "generator") shell.run(command.split(), cwd=repository, hide_output=False) s.copy(output_dir, f"src/Google/Service") def all_discoveries(skip=None, prefer=None): """Returns a map of API IDs to Discovery document filenames. Args: skip (list, optional): a list of API IDs to skip. prefer (list, optional): a list of API IDs to include. Returns: list(string): A list of Discovery document filenames. """ discos = {} for file in sorted(glob.glob(str(discovery / 'discoveries/*.*.json'))): api_id = None with open(file) as api_file: api_id = json.load(api_file)['id'] # If an API has already been visited, skip it. if api_id in discos: continue # Skip APIs explicitly listed in "skip" arg if skip and api_id in skip: continue discos[api_id] = path.basename(file) # Skip APIs not preferred in index.json and not listed in "prefer" arg index = {} with open(str(discovery / 'discoveries/index.json')) as file: index = json.load(file) for api in index['items']: api_id = api['id'] if prefer and api_id in prefer: continue if api['preferred']: continue discos.pop(api_id, None) return discos.values() def generate_services(services): for service in services: generate_service(service) skip = ['discovery:v1', 'websecurityscanner:v1'] prefer = ['admin:directory_v1', 'admin:datatransfer_v1'] discoveries = all_discoveries(skip, prefer) generate_services(discoveries) PK$ Z/vendor/google/apiclient-services/synth.metadatanu[{ "sources": [ { "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-php-client-services.git", "sha": "c8d7ff2c9cb6cad6e88bc5825491c47b8b2e52fd" } }, { "git": { "name": "discovery-artifact-manager", "remote": "https://github.com/googleapis/discovery-artifact-manager.git", "sha": "1416cfadcd925feb85f9f2ede96b4f7c2ddd160f" } } ] }PK$ Z1,Evendor/google/apiclient-services/src/Google/Service/CloudComposer.phpnu[ * Manages Apache Airflow environments on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudComposer extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_environments; public $projects_locations_imageVersions; public $projects_locations_operations; /** * Constructs the internal representation of the CloudComposer service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://composer.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'composer'; $this->projects_locations_environments = new Google_Service_CloudComposer_Resource_ProjectsLocationsEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/environments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/environments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_imageVersions = new Google_Service_CloudComposer_Resource_ProjectsLocationsImageVersions( $this, $this->serviceName, 'imageVersions', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/imageVersions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includePastReleases' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudComposer_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK$ Z$ovvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationMetadata.phpnu[devicesCount = $devicesCount; } public function getDevicesCount() { return $this->devicesCount; } public function setProcessingStatus($processingStatus) { $this->processingStatus = $processingStatus; } public function getProcessingStatus() { return $this->processingStatus; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } } PK$ Z`^vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceClaim.phpnu[ownerCompanyId = $ownerCompanyId; } public function getOwnerCompanyId() { return $this->ownerCompanyId; } public function setResellerId($resellerId) { $this->resellerId = $resellerId; } public function getResellerId() { return $this->resellerId; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } public function setVacationModeExpireTime($vacationModeExpireTime) { $this->vacationModeExpireTime = $vacationModeExpireTime; } public function getVacationModeExpireTime() { return $this->vacationModeExpireTime; } public function setVacationModeStartTime($vacationModeStartTime) { $this->vacationModeStartTime = $vacationModeStartTime; } public function getVacationModeStartTime() { return $this->vacationModeStartTime; } } PK$ Z`{qvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/AndroiddeviceprovisioningEmpty.phpnu[customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } } PK$ Z׍7uvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataInBatchRequest.phpnu[updates = $updates; } /** * @return Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments[] */ public function getUpdates() { return $this->updates; } } PK$ ZU U `vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Configuration.phpnu[companyName = $companyName; } public function getCompanyName() { return $this->companyName; } public function setConfigurationId($configurationId) { $this->configurationId = $configurationId; } public function getConfigurationId() { return $this->configurationId; } public function setConfigurationName($configurationName) { $this->configurationName = $configurationName; } public function getConfigurationName() { return $this->configurationName; } public function setContactEmail($contactEmail) { $this->contactEmail = $contactEmail; } public function getContactEmail() { return $this->contactEmail; } public function setContactPhone($contactPhone) { $this->contactPhone = $contactPhone; } public function getContactPhone() { return $this->contactPhone; } public function setCustomMessage($customMessage) { $this->customMessage = $customMessage; } public function getCustomMessage() { return $this->customMessage; } public function setDpcExtras($dpcExtras) { $this->dpcExtras = $dpcExtras; } public function getDpcExtras() { return $this->dpcExtras; } public function setDpcResourcePath($dpcResourcePath) { $this->dpcResourcePath = $dpcResourcePath; } public function getDpcResourcePath() { return $this->dpcResourcePath; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ ZF/ivendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PerDeviceStatusInBatch.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setErrorIdentifier($errorIdentifier) { $this->errorIdentifier = $errorIdentifier; } public function getErrorIdentifier() { return $this->errorIdentifier; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK$ Z,RRavendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceMetadata.phpnu[entries = $entries; } public function getEntries() { return $this->entries; } } PK$ Z9)nvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorCustomersResponse.phpnu[customers = $customers; } /** * @return Google_Service_AndroidProvisioningPartner_Company[] */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Zgޖhvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CreateCustomerRequest.phpnu[customer = $customer; } /** * @return Google_Service_AndroidProvisioningPartner_Company */ public function getCustomer() { return $this->customer; } } PK$ ZMaljvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateMetadataArguments.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } } PK$ Z UUnvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_AndroidProvisioningPartner_Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ Z oAAwvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierRequest.phpnu[deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK$ Z| kkivendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDpcs.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $dpcs = $androiddeviceprovisioningService->dpcs; * */ class Google_Service_AndroidProvisioningPartner_Resource_CustomersDpcs extends Google_Service_Resource { /** * Lists the DPCs (device policy controllers) that support zero-touch * enrollment. (dpcs.listCustomersDpcs) * * @param string $parent Required. The customer that can use the DPCs in * configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_CustomerListDpcsResponse */ public function listCustomersDpcs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListDpcsResponse"); } } PK$ Z20 mvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersCustomers.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $customers = $androiddeviceprovisioningService->customers; * */ class Google_Service_AndroidProvisioningPartner_Resource_PartnersCustomers extends Google_Service_Resource { /** * Creates a customer for zero-touch enrollment. After the method returns * successfully, admin and owner roles can manage devices and EMM configs by * calling API methods or using their zero-touch enrollment portal. The customer * receives an email that welcomes them to zero-touch enrollment and explains * how to sign into the portal. (customers.create) * * @param string $parent Required. The parent resource ID in the format * `partners/[PARTNER_ID]` that identifies the reseller. * @param Google_Service_AndroidProvisioningPartner_CreateCustomerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Company */ public function create($parent, Google_Service_AndroidProvisioningPartner_CreateCustomerRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidProvisioningPartner_Company"); } /** * Lists the customers that are enrolled to the reseller identified by the * `partnerId` argument. This list includes customers that the reseller created * and customers that enrolled themselves using the portal. * (customers.listPartnersCustomers) * * @param string $partnerId Required. The ID of the reseller partner. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to be returned. If not * specified or 0, all the records are returned. * @opt_param string pageToken A token identifying a page of results returned by * the server. * @return Google_Service_AndroidProvisioningPartner_ListCustomersResponse */ public function listPartnersCustomers($partnerId, $optParams = array()) { $params = array('partnerId' => $partnerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_ListCustomersResponse"); } } PK$ Z2tvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendorsCustomers.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $customers = $androiddeviceprovisioningService->customers; * */ class Google_Service_AndroidProvisioningPartner_Resource_PartnersVendorsCustomers extends Google_Service_Resource { /** * Lists the customers of the vendor. (customers.listPartnersVendorsCustomers) * * @param string $parent Required. The resource name in the format * `partners/[PARTNER_ID]/vendors/[VENDOR_ID]`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to be returned. * @opt_param string pageToken A token identifying a page of results returned by * the server. * @return Google_Service_AndroidProvisioningPartner_ListVendorCustomersResponse */ public function listPartnersVendorsCustomers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_ListVendorCustomersResponse"); } } PK$ Za]Oqqevendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Customers.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $customers = $androiddeviceprovisioningService->customers; * */ class Google_Service_AndroidProvisioningPartner_Resource_Customers extends Google_Service_Resource { /** * Lists the user's customer accounts. (customers.listCustomers) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of customers to show in a page of * results. A number between 1 and 100 (inclusive). * @opt_param string pageToken A token specifying which result page to return. * @return Google_Service_AndroidProvisioningPartner_CustomerListCustomersResponse */ public function listCustomers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListCustomersResponse"); } } PK$ ZԴDdvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Partners.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $partners = $androiddeviceprovisioningService->partners; * */ class Google_Service_AndroidProvisioningPartner_Resource_Partners extends Google_Service_Resource { } PK$ Z)7 svendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersConfigurations.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $configurations = $androiddeviceprovisioningService->configurations; * */ class Google_Service_AndroidProvisioningPartner_Resource_CustomersConfigurations extends Google_Service_Resource { /** * Creates a new configuration. Once created, a customer can apply the * configuration to devices. (configurations.create) * * @param string $parent Required. The customer that manages the configuration. * An API resource name in the format `customers/[CUSTOMER_ID]`. * @param Google_Service_AndroidProvisioningPartner_Configuration $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Configuration */ public function create($parent, Google_Service_AndroidProvisioningPartner_Configuration $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidProvisioningPartner_Configuration"); } /** * Deletes an unused configuration. The API call fails if the customer has * devices with the configuration applied. (configurations.delete) * * @param string $name Required. The configuration to delete. An API resource * name in the format * `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. If the * configuration is applied to any devices, the API call fails. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); } /** * Gets the details of a configuration. (configurations.get) * * @param string $name Required. The configuration to get. An API resource name * in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Configuration */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Configuration"); } /** * Lists a customer's configurations. * (configurations.listCustomersConfigurations) * * @param string $parent Required. The customer that manages the listed * configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_CustomerListConfigurationsResponse */ public function listCustomersConfigurations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListConfigurationsResponse"); } /** * Updates a configuration's field values. (configurations.patch) * * @param string $name Output only. The API resource name in the format * `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. Assigned by the * server. * @param Google_Service_AndroidProvisioningPartner_Configuration $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The field mask applied to the target * `Configuration` before updating the fields. To learn more about using field * masks, read [FieldMask](/protocol- * buffers/docs/reference/google.protobuf#fieldmask) in the Protocol Buffers * documentation. * @return Google_Service_AndroidProvisioningPartner_Configuration */ public function patch($name, Google_Service_AndroidProvisioningPartner_Configuration $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidProvisioningPartner_Configuration"); } } PK$ ZMr00fvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Operations.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $operations = $androiddeviceprovisioningService->operations; * */ class Google_Service_AndroidProvisioningPartner_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); } } PK$ Z>8]kvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendors.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $vendors = $androiddeviceprovisioningService->vendors; * */ class Google_Service_AndroidProvisioningPartner_Resource_PartnersVendors extends Google_Service_Resource { /** * Lists the vendors of the partner. (vendors.listPartnersVendors) * * @param string $parent Required. The resource name in the format * `partners/[PARTNER_ID]`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to be returned. * @opt_param string pageToken A token identifying a page of results returned by * the server. * @return Google_Service_AndroidProvisioningPartner_ListVendorsResponse */ public function listPartnersVendors($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_ListVendorsResponse"); } } PK$ Z " "kvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersDevices.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $devices = $androiddeviceprovisioningService->devices; * */ class Google_Service_AndroidProvisioningPartner_Resource_PartnersDevices extends Google_Service_Resource { /** * Claims a device for a customer and adds it to zero-touch enrollment. If the * device is already claimed by another customer, the call returns an error. * (devices.claim) * * @param string $partnerId Required. The ID of the reseller partner. * @param Google_Service_AndroidProvisioningPartner_ClaimDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_ClaimDeviceResponse */ public function claim($partnerId, Google_Service_AndroidProvisioningPartner_ClaimDeviceRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('claim', array($params), "Google_Service_AndroidProvisioningPartner_ClaimDeviceResponse"); } /** * Claims a batch of devices for a customer asynchronously. Adds the devices to * zero-touch enrollment. To learn more, read [Long‑running batch operations * ](/zero-touch/guides/how-it-works#operations). (devices.claimAsync) * * @param string $partnerId Required. The ID of the reseller partner. * @param Google_Service_AndroidProvisioningPartner_ClaimDevicesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Operation */ public function claimAsync($partnerId, Google_Service_AndroidProvisioningPartner_ClaimDevicesRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('claimAsync', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); } /** * Finds devices by hardware identifiers, such as IMEI. * (devices.findByIdentifier) * * @param string $partnerId Required. The ID of the reseller partner. * @param Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierResponse */ public function findByIdentifier($partnerId, Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('findByIdentifier', array($params), "Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierResponse"); } /** * Finds devices claimed for customers. The results only contain devices * registered to the reseller that's identified by the `partnerId` argument. The * customer's devices purchased from other resellers don't appear in the * results. (devices.findByOwner) * * @param string $partnerId Required. The ID of the reseller partner. * @param Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerResponse */ public function findByOwner($partnerId, Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('findByOwner', array($params), "Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerResponse"); } /** * Gets a device. (devices.get) * * @param string $name Required. The device API resource name in the format * `partners/[PARTNER_ID]/devices/[DEVICE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Device */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Device"); } /** * Updates reseller metadata associated with the device. (devices.metadata) * * @param string $metadataOwnerId Required. The owner of the newly set metadata. * Set this to the partner ID. * @param string $deviceId Required. The ID of the device. * @param Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function metadata($metadataOwnerId, $deviceId, Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataRequest $postBody, $optParams = array()) { $params = array('metadataOwnerId' => $metadataOwnerId, 'deviceId' => $deviceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('metadata', array($params), "Google_Service_AndroidProvisioningPartner_DeviceMetadata"); } /** * Unclaims a device from a customer and removes it from zero-touch enrollment. * (devices.unclaim) * * @param string $partnerId Required. The ID of the reseller partner. * @param Google_Service_AndroidProvisioningPartner_UnclaimDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty */ public function unclaim($partnerId, Google_Service_AndroidProvisioningPartner_UnclaimDeviceRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unclaim', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); } /** * Unclaims a batch of devices for a customer asynchronously. Removes the * devices from zero-touch enrollment. To learn more, read [Long‑running batch * operations](/zero-touch/guides/how-it-works#operations). * (devices.unclaimAsync) * * @param string $partnerId Required. The reseller partner ID. * @param Google_Service_AndroidProvisioningPartner_UnclaimDevicesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Operation */ public function unclaimAsync($partnerId, Google_Service_AndroidProvisioningPartner_UnclaimDevicesRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unclaimAsync', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); } /** * Updates the reseller metadata attached to a batch of devices. This method * updates devices asynchronously and returns an `Operation` that can be used to * track progress. Read [Long‑running batch operations](/zero-touch/guides/how- * it-works#operations). (devices.updateMetadataAsync) * * @param string $partnerId Required. The reseller partner ID. * @param Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataInBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Operation */ public function updateMetadataAsync($partnerId, Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataInBatchRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateMetadataAsync', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); } } PK$ Z22lvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDevices.phpnu[ * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $devices = $androiddeviceprovisioningService->devices; * */ class Google_Service_AndroidProvisioningPartner_Resource_CustomersDevices extends Google_Service_Resource { /** * Applies a Configuration to the device to register the device for zero-touch * enrollment. After applying a configuration to a device, the device * automatically provisions itself on first boot, or next factory reset. * (devices.applyConfiguration) * * @param string $parent Required. The customer managing the device. An API * resource name in the format `customers/[CUSTOMER_ID]`. * @param Google_Service_AndroidProvisioningPartner_CustomerApplyConfigurationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty */ public function applyConfiguration($parent, Google_Service_AndroidProvisioningPartner_CustomerApplyConfigurationRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('applyConfiguration', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); } /** * Gets the details of a device. (devices.get) * * @param string $name Required. The device to get. An API resource name in the * format `customers/[CUSTOMER_ID]/devices/[DEVICE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_Device */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Device"); } /** * Lists a customer's devices. (devices.listCustomersDevices) * * @param string $parent Required. The customer managing the devices. An API * resource name in the format `customers/[CUSTOMER_ID]`. * @param array $optParams Optional parameters. * * @opt_param string pageSize The maximum number of devices to show in a page of * results. Must be between 1 and 100 inclusive. * @opt_param string pageToken A token specifying which result page to return. * @return Google_Service_AndroidProvisioningPartner_CustomerListDevicesResponse */ public function listCustomersDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListDevicesResponse"); } /** * Removes a configuration from device. (devices.removeConfiguration) * * @param string $parent Required. The customer managing the device in the * format `customers/[CUSTOMER_ID]`. * @param Google_Service_AndroidProvisioningPartner_CustomerRemoveConfigurationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty */ public function removeConfiguration($parent, Google_Service_AndroidProvisioningPartner_CustomerRemoveConfigurationRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeConfiguration', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); } /** * Unclaims a device from a customer and removes it from zero-touch enrollment. * After removing a device, a customer must contact their reseller to register * the device into zero-touch enrollment again. (devices.unclaim) * * @param string $parent Required. The customer managing the device. An API * resource name in the format `customers/[CUSTOMER_ID]`. * @param Google_Service_AndroidProvisioningPartner_CustomerUnclaimDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty */ public function unclaim($parent, Google_Service_AndroidProvisioningPartner_CustomerUnclaimDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unclaim', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); } } PK$ Z~~evendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceRequest.phpnu[customerId = $customerId; } public function getCustomerId() { return $this->customerId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } } PK$ Z3nvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataRequest.phpnu[deviceMetadata = $deviceMetadata; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } } PK$ Z|fvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceResponse.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } } PK$ ZVruvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerRemoveConfigurationRequest.phpnu[device = $device; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceReference */ public function getDevice() { return $this->device; } } PK$ Zyfmvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerResponse.phpnu[devices = $devices; } /** * @return Google_Service_AndroidProvisioningPartner_Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ ZF.Vvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Dpc.phpnu[dpcName = $dpcName; } public function getDpcName() { return $this->dpcName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK$ Zfvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDevicesRequest.phpnu[claims = $claims; } /** * @return Google_Service_AndroidProvisioningPartner_PartnerClaim[] */ public function getClaims() { return $this->claims; } } PK$ Z[qqtvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerApplyConfigurationRequest.phpnu[configuration = $configuration; } public function getConfiguration() { return $this->configuration; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceReference */ public function setDevice(Google_Service_AndroidProvisioningPartner_DeviceReference $device) { $this->device = $device; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceReference */ public function getDevice() { return $this->device; } } PK$ Zf)bvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceReference.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } } PK$ ZeWxx_vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerClaim.phpnu[customerId = $customerId; } public function getCustomerId() { return $this->customerId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } } PK$ Z7hvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListCustomersResponse.phpnu[customers = $customers; } /** * @return Google_Service_AndroidProvisioningPartner_Company[] */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Z j\vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_AndroidProvisioningPartner_Status */ public function setError(Google_Service_AndroidProvisioningPartner_Status $error) { $this->error = $error; } /** * @return Google_Service_AndroidProvisioningPartner_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK$ Z\^ouvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListConfigurationsResponse.phpnu[configurations = $configurations; } /** * @return Google_Service_AndroidProvisioningPartner_Configuration[] */ public function getConfigurations() { return $this->configurations; } } PK$ ZW_Yvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Status.phpnu[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; } } PK$ Z^ Yvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Device.phpnu[claims = $claims; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceClaim[] */ public function getClaims() { return $this->claims; } public function setConfiguration($configuration) { $this->configuration = $configuration; } public function getConfiguration() { return $this->configuration; } public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ ZF-Zaakvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDpcsResponse.phpnu[dpcs = $dpcs; } /** * @return Google_Service_AndroidProvisioningPartner_Dpc[] */ public function getDpcs() { return $this->dpcs; } } PK$ Zxvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierResponse.phpnu[devices = $devices; } /** * @return Google_Service_AndroidProvisioningPartner_Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Z\BBgvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDeviceRequest.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } public function setVacationModeDays($vacationModeDays) { $this->vacationModeDays = $vacationModeDays; } public function getVacationModeDays() { return $this->vacationModeDays; } public function setVacationModeExpireTime($vacationModeExpireTime) { $this->vacationModeExpireTime = $vacationModeExpireTime; } public function getVacationModeExpireTime() { return $this->vacationModeExpireTime; } } PK$ Z,vvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationResponse.phpnu[perDeviceStatus = $perDeviceStatus; } /** * @return Google_Service_AndroidProvisioningPartner_OperationPerDevice[] */ public function getPerDeviceStatus() { return $this->perDeviceStatus; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } } PK$ ZGovendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerUnclaimDeviceRequest.phpnu[device = $device; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceReference */ public function getDevice() { return $this->device; } } PK$ Zhvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDevicesRequest.phpnu[unclaims = $unclaims; } /** * @return Google_Service_AndroidProvisioningPartner_PartnerUnclaim[] */ public function getUnclaims() { return $this->unclaims; } } PK$ Zfvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_AndroidProvisioningPartner_Company[] */ public function setVendors($vendors) { $this->vendors = $vendors; } /** * @return Google_Service_AndroidProvisioningPartner_Company[] */ public function getVendors() { return $this->vendors; } } PK$ Z|!llpvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListCustomersResponse.phpnu[customers = $customers; } /** * @return Google_Service_AndroidProvisioningPartner_Company[] */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ Z <<avendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerUnclaim.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) { $this->deviceIdentifier = $deviceIdentifier; } /** * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier */ public function getDeviceIdentifier() { return $this->deviceIdentifier; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } public function setVacationModeDays($vacationModeDays) { $this->vacationModeDays = $vacationModeDays; } public function getVacationModeDays() { return $this->vacationModeDays; } public function setVacationModeExpireTime($vacationModeExpireTime) { $this->vacationModeExpireTime = $vacationModeExpireTime; } public function getVacationModeExpireTime() { return $this->vacationModeExpireTime; } } PK$ Zz<]cvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceIdentifier.phpnu[imei = $imei; } public function getImei() { return $this->imei; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setMeid($meid) { $this->meid = $meid; } public function getMeid() { return $this->meid; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } } PK$ Ziӧ evendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/OperationPerDevice.phpnu[claim = $claim; } /** * @return Google_Service_AndroidProvisioningPartner_PartnerClaim */ public function getClaim() { return $this->claim; } /** * @param Google_Service_AndroidProvisioningPartner_PerDeviceStatusInBatch */ public function setResult(Google_Service_AndroidProvisioningPartner_PerDeviceStatusInBatch $result) { $this->result = $result; } /** * @return Google_Service_AndroidProvisioningPartner_PerDeviceStatusInBatch */ public function getResult() { return $this->result; } /** * @param Google_Service_AndroidProvisioningPartner_PartnerUnclaim */ public function setUnclaim(Google_Service_AndroidProvisioningPartner_PartnerUnclaim $unclaim) { $this->unclaim = $unclaim; } /** * @return Google_Service_AndroidProvisioningPartner_PartnerUnclaim */ public function getUnclaim() { return $this->unclaim; } /** * @param Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments */ public function setUpdateMetadata(Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments $updateMetadata) { $this->updateMetadata = $updateMetadata; } /** * @return Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments */ public function getUpdateMetadata() { return $this->updateMetadata; } } PK$ Z-Zvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Company.phpnu[adminEmails = $adminEmails; } public function getAdminEmails() { return $this->adminEmails; } public function setCompanyId($companyId) { $this->companyId = $companyId; } public function getCompanyId() { return $this->companyId; } public function setCompanyName($companyName) { $this->companyName = $companyName; } public function getCompanyName() { return $this->companyName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwnerEmails($ownerEmails) { $this->ownerEmails = $ownerEmails; } public function getOwnerEmails() { return $this->ownerEmails; } public function setTermsStatus($termsStatus) { $this->termsStatus = $termsStatus; } public function getTermsStatus() { return $this->termsStatus; } } PK$ ZOQ Q Nvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging.phpnu[ * FCM send API that provides a cross-platform messaging solution to reliably * deliver messages at no cost.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseCloudMessaging extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_messages; /** * Constructs the internal representation of the FirebaseCloudMessaging * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://fcm.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'fcm'; $this->projects_messages = new Google_Service_FirebaseCloudMessaging_Resource_ProjectsMessages( $this, $this->serviceName, 'messages', array( 'methods' => array( 'send' => array( 'path' => 'v1/{+parent}/messages:send', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK$ Zfުaarvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImportProductSetsResponse.phpnu[referenceImages = $referenceImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ReferenceImage[] */ public function getReferenceImages() { return $this->referenceImages; } /** * @param Google_Service_Vision_Status[] */ public function setStatuses($statuses) { $this->statuses = $statuses; } /** * @return Google_Service_Vision_Status[] */ public function getStatuses() { return $this->statuses; } } PK$ ZVtvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.phpnu[isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z*Havendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Property.phpnu[name = $name; } public function getName() { return $this->name; } public function setUint64Value($uint64Value) { $this->uint64Value = $uint64Value; } public function getUint64Value() { return $this->uint64Value; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ Zq!hvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductKeyValue.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ ZI  Hvendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.phpnu[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; } } PK$ Zv[mavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Position.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZ($z) { $this->z = $z; } public function getZ() { return $this->z; } } PK$ ZZ99ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotationLandmark.phpnu[position = $position; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Position */ public function getPosition() { return $this->position; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetection.phpnu[bestGuessLabels = $bestGuessLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebLabel[] */ public function getBestGuessLabels() { return $this->bestGuessLabels; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function setFullMatchingImages($fullMatchingImages) { $this->fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebPage[] */ public function setPagesWithMatchingImages($pagesWithMatchingImages) { $this->pagesWithMatchingImages = $pagesWithMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebPage[] */ public function getPagesWithMatchingImages() { return $this->pagesWithMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function setVisuallySimilarImages($visuallySimilarImages) { $this->visuallySimilarImages = $visuallySimilarImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function getVisuallySimilarImages() { return $this->visuallySimilarImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebEntity[] */ public function setWebEntities($webEntities) { $this->webEntities = $webEntities; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebEntity[] */ public function getWebEntities() { return $this->webEntities; } } PK$ Zovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageAnnotationContext.phpnu[pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z0 mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebImage.phpnu[score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Zi Xvendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsResponse.phpnu[referenceImages = $referenceImages; } /** * @return Google_Service_Vision_ReferenceImage[] */ public function getReferenceImages() { return $this->referenceImages; } /** * @param Google_Service_Vision_Status[] */ public function setStatuses($statuses) { $this->statuses = $statuses; } /** * @return Google_Service_Vision_Status[] */ public function getStatuses() { return $this->statuses; } } PK$ Zv;V99ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotationLandmark.phpnu[position = $position; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Position */ public function getPosition() { return $this->position; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Zj7avendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Property.phpnu[name = $name; } public function getName() { return $this->name; } public function setUint64Value($uint64Value) { $this->uint64Value = $uint64Value; } public function getUint64Value() { return $this->uint64Value; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ ZMCvendor/google/apiclient-services/src/Google/Service/Vision/Word.phpnu[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; } } PK$ Z٩Z Z zvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ ZȯLvendor/google/apiclient-services/src/Google/Service/Vision/DetectedBreak.phpnu[isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Ztvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.phpnu[isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Zovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageAnnotationContext.phpnu[pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ ZIxnvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebEntity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ ZEhvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageProperties.phpnu[dominantColors = $dominantColors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1DominantColorsAnnotation */ public function getDominantColors() { return $this->dominantColors; } } PK$ Z ;Evendor/google/apiclient-services/src/Google/Service/Vision/Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Zf`vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Product.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductCategory($productCategory) { $this->productCategory = $productCategory; } public function getProductCategory() { return $this->productCategory; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductKeyValue[] */ public function setProductLabels($productLabels) { $this->productLabels = $productLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductKeyValue[] */ public function getProductLabels() { return $this->productLabels; } } PK$ Z'99ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotationLandmark.phpnu[position = $position; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Position */ public function getPosition() { return $this->position; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Zxsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } } PK$ Z0Xvendor/google/apiclient-services/src/Google/Service/Vision/LocalizedObjectAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z7~Rvendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchParams.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setProductCategories($productCategories) { $this->productCategories = $productCategories; } public function getProductCategories() { return $this->productCategories; } public function setProductSet($productSet) { $this->productSet = $productSet; } public function getProductSet() { return $this->productSet; } } PK$ Z!}]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Page.phpnu[blocks = $blocks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Block[] */ public function getBlocks() { return $this->blocks; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK$ ZYQvendor/google/apiclient-services/src/Google/Service/Vision/WebDetectionParams.phpnu[includeGeoResults = $includeGeoResults; } public function getIncludeGeoResults() { return $this->includeGeoResults; } } PK$ Z!&}D!!evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocationInfo.phpnu[latLng = $latLng; } /** * @return Google_Service_Vision_LatLng */ public function getLatLng() { return $this->latLng; } } PK$ ZRU: Svendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.phpnu[adult = $adult; } public function getAdult() { return $this->adult; } public function setMedical($medical) { $this->medical = $medical; } public function getMedical() { return $this->medical; } public function setRacy($racy) { $this->racy = $racy; } public function getRacy() { return $this->racy; } public function setSpoof($spoof) { $this->spoof = $spoof; } public function getSpoof() { return $this->spoof; } public function setViolence($violence) { $this->violence = $violence; } public function getViolence() { return $this->violence; } } PK$ Zfqsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ Z@{c c ^vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Block.phpnu[blockType = $blockType; } public function getBlockType() { return $this->blockType; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly $boundingBox) { $this->boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Paragraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Paragraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } } PK$ ZX9&;;}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Zfxdvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1InputConfig.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsSource */ public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK$ Zv77bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z"gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ReferenceImage.phpnu[boundingPolys = $boundingPolys; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly[] */ public function getBoundingPolys() { return $this->boundingPolys; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ Zgmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResults.phpnu[indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult[] */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult[] */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ Z_JS S Kvendor/google/apiclient-services/src/Google/Service/Vision/WebDetection.phpnu[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; } } PK$ Z_wwZvendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_AnnotateImageResponse[] */ public function getResponses() { return $this->responses; } } PK$ ZSxvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ Zmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.phpnu[adult = $adult; } public function getAdult() { return $this->adult; } public function setMedical($medical) { $this->medical = $medical; } public function getMedical() { return $this->medical; } public function setRacy($racy) { $this->racy = $racy; } public function getRacy() { return $this->racy; } public function setSpoof($spoof) { $this->spoof = $spoof; } public function getSpoof() { return $this->spoof; } public function setViolence($violence) { $this->violence = $violence; } public function getViolence() { return $this->violence; } } PK$ Z)oQ<hvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductKeyValue.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ Z  Ovendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z  mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.phpnu[error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig */ public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1AnnotateImageResponse[] */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1AnnotateImageResponse[] */ public function getResponses() { return $this->responses; } public function setTotalPages($totalPages) { $this->totalPages = $totalPages; } public function getTotalPages() { return $this->totalPages; } } PK$ Z2 >ttbvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ColorInfo.phpnu[color = $color; } /** * @return Google_Service_Vision_Color */ public function getColor() { return $this->color; } public function setPixelFraction($pixelFraction) { $this->pixelFraction = $pixelFraction; } public function getPixelFraction() { return $this->pixelFraction; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z(jvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ ZE0^vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesRequest.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Vision_AnnotateImageRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_Vision_AnnotateImageRequest[] */ public function getRequests() { return $this->requests; } } PK$ Z^bc c ^vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Block.phpnu[blockType = $blockType; } public function getBlockType() { return $this->blockType; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly $boundingBox) { $this->boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Paragraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Paragraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } } PK$ ZlH`nnnvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceRecognitionResult.phpnu[celebrity = $celebrity; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Celebrity */ public function getCelebrity() { return $this->celebrity; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } } PK$ ZUgz z bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Paragraph.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Word[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Word[] */ public function getWords() { return $this->words; } } PK$ Z_mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResults.phpnu[indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult[] */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult[] */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ Z`qvRRavendor/google/apiclient-services/src/Google/Service/Vision/RemoveProductFromProductSetRequest.phpnu[product = $product; } public function getProduct() { return $this->product; } } PK$ Zz? ? lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebPage.phpnu[fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ ZLW88Svendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.phpnu[error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_InputConfig */ public function setInputConfig(Google_Service_Vision_InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_AnnotateImageResponse[] */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_AnnotateImageResponse[] */ public function getResponses() { return $this->responses; } public function setTotalPages($totalPages) { $this->totalPages = $totalPages; } public function getTotalPages() { return $this->totalPages; } } PK$ Zwdsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsResult.phpnu[image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Product */ public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p2beta1Product $product) { $this->product = $product; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Product */ public function getProduct() { return $this->product; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ ZRĚevendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OutputConfig.phpnu[batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsDestination */ public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK$ Z/Ƚjvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ Z7r]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Page.phpnu[blocks = $blocks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Block[] */ public function getBlocks() { return $this->blocks; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK$ Znjavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Property.phpnu[name = $name; } public function getName() { return $this->name; } public function setUint64Value($uint64Value) { $this->uint64Value = $uint64Value; } public function getUint64Value() { return $this->uint64Value; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ ZEDh? ? lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebPage.phpnu[fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Z OG ]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Word.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Symbol[] */ public function setSymbols($symbols) { $this->symbols = $symbols; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Symbol[] */ public function getSymbols() { return $this->symbols; } } PK$ ZmۣJvendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.phpnu[gcsImageUri = $gcsImageUri; } public function getGcsImageUri() { return $this->gcsImageUri; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK$ Z#Jgvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ReferenceImage.phpnu[boundingPolys = $boundingPolys; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly[] */ public function getBoundingPolys() { return $this->boundingPolys; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z\R55Fvendor/google/apiclient-services/src/Google/Service/Vision/WebPage.phpnu[fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_WebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } /** * @param Google_Service_Vision_WebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_WebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Zc͇^vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_AsyncAnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ Z6]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Page.phpnu[blocks = $blocks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Block[] */ public function getBlocks() { return $this->blocks; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK$ Z9_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ ZN0 0 Kvendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.phpnu[cropHintsParams = $cropHintsParams; } /** * @return Google_Service_Vision_CropHintsParams */ public function getCropHintsParams() { return $this->cropHintsParams; } public function setLanguageHints($languageHints) { $this->languageHints = $languageHints; } public function getLanguageHints() { return $this->languageHints; } /** * @param Google_Service_Vision_LatLongRect */ public function setLatLongRect(Google_Service_Vision_LatLongRect $latLongRect) { $this->latLongRect = $latLongRect; } /** * @return Google_Service_Vision_LatLongRect */ public function getLatLongRect() { return $this->latLongRect; } /** * @param Google_Service_Vision_ProductSearchParams */ public function setProductSearchParams(Google_Service_Vision_ProductSearchParams $productSearchParams) { $this->productSearchParams = $productSearchParams; } /** * @return Google_Service_Vision_ProductSearchParams */ public function getProductSearchParams() { return $this->productSearchParams; } /** * @param Google_Service_Vision_TextDetectionParams */ public function setTextDetectionParams(Google_Service_Vision_TextDetectionParams $textDetectionParams) { $this->textDetectionParams = $textDetectionParams; } /** * @return Google_Service_Vision_TextDetectionParams */ public function getTextDetectionParams() { return $this->textDetectionParams; } /** * @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; } } PK$ ZlH _vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsInProductSetResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vision_Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_Vision_Product[] */ public function getProducts() { return $this->products; } } PK$ Z@Kvendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.phpnu[latLng = $latLng; } /** * @return Google_Service_Vision_LatLng */ public function getLatLng() { return $this->latLng; } } PK$ ZWcLRvendor/google/apiclient-services/src/Google/Service/Vision/TextDetectionParams.phpnu[enableTextDetectionConfidenceScore = $enableTextDetectionConfidenceScore; } public function getEnableTextDetectionConfidenceScore() { return $this->enableTextDetectionConfidenceScore; } } PK$ Zz z bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Paragraph.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Word[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Word[] */ public function getWords() { return $this->words; } } PK$ Z.<nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebEntity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z2nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebEntity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z-7uuavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHint.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setImportanceFraction($importanceFraction) { $this->importanceFraction = $importanceFraction; } public function getImportanceFraction() { return $this->importanceFraction; } } PK$ Z-z z bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Paragraph.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Word[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Word[] */ public function getWords() { return $this->words; } } PK$ Z. mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebLabel.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ ZB<Jvendor/google/apiclient-services/src/Google/Service/Vision/VisionEmpty.phpnu[position = $position; } /** * @return Google_Service_Vision_Position */ public function getPosition() { return $this->position; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z^_*mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResults.phpnu[indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult[] */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult[] */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ Zrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ ZV77bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Zy؅novendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BatchOperationMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSubmitTime($submitTime) { $this->submitTime = $submitTime; } public function getSubmitTime() { return $this->submitTime; } } PK$ Z_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Zz^mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1SafeSearchAnnotation.phpnu[adult = $adult; } public function getAdult() { return $this->adult; } public function setMedical($medical) { $this->medical = $medical; } public function getMedical() { return $this->medical; } public function setRacy($racy) { $this->racy = $racy; } public function getRacy() { return $this->racy; } public function setSpoof($spoof) { $this->spoof = $spoof; } public function getSpoof() { return $this->spoof; } public function setViolence($violence) { $this->violence = $violence; } public function getViolence() { return $this->violence; } } PK$ ZhhTvendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.phpnu[productSetId = $productSetId; } public function getProductSetId() { return $this->productSetId; } } PK$ ZE..Rvendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileRequest.phpnu[features = $features; } /** * @return Google_Service_Vision_Feature[] */ public function getFeatures() { return $this->features; } /** * @param Google_Service_Vision_ImageContext */ public function setImageContext(Google_Service_Vision_ImageContext $imageContext) { $this->imageContext = $imageContext; } /** * @return Google_Service_Vision_ImageContext */ public function getImageContext() { return $this->imageContext; } /** * @param Google_Service_Vision_InputConfig */ public function setInputConfig(Google_Service_Vision_InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_InputConfig */ public function getInputConfig() { return $this->inputConfig; } public function setPages($pages) { $this->pages = $pages; } public function getPages() { return $this->pages; } } PK$ Z6Cvendor/google/apiclient-services/src/Google/Service/Vision/Page.phpnu[blocks = $blocks; } /** * @return Google_Service_Vision_Block[] */ public function getBlocks() { return $this->blocks; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_Vision_TextProperty */ public function setProperty(Google_Service_Vision_TextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_TextProperty */ public function getProperty() { return $this->property; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK$ Zܣttbvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ColorInfo.phpnu[color = $color; } /** * @return Google_Service_Vision_Color */ public function getColor() { return $this->color; } public function setPixelFraction($pixelFraction) { $this->pixelFraction = $pixelFraction; } public function getPixelFraction() { return $this->pixelFraction; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ ZL{SCCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ Z-Ybmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebImage.phpnu[score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Z%tevendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetection.phpnu[bestGuessLabels = $bestGuessLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebLabel[] */ public function getBestGuessLabels() { return $this->bestGuessLabels; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setFullMatchingImages($fullMatchingImages) { $this->fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebPage[] */ public function setPagesWithMatchingImages($pagesWithMatchingImages) { $this->pagesWithMatchingImages = $pagesWithMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebPage[] */ public function getPagesWithMatchingImages() { return $this->pagesWithMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setVisuallySimilarImages($visuallySimilarImages) { $this->visuallySimilarImages = $visuallySimilarImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getVisuallySimilarImages() { return $this->visuallySimilarImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebEntity[] */ public function setWebEntities($webEntities) { $this->webEntities = $webEntities; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebEntity[] */ public function getWebEntities() { return $this->webEntities; } } PK$ ZSyNvendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.phpnu[aspectRatios = $aspectRatios; } public function getAspectRatios() { return $this->aspectRatios; } } PK$ Zi??_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Symbol.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Zv@}Lvendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_Vision_ObjectAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_Vision_ObjectAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_Vision_Result[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_Result[] */ public function getResults() { return $this->results; } } PK$ ZXUvendor/google/apiclient-services/src/Google/Service/Vision/CancelOperationRequest.phpnu[gcsSource = $gcsSource; } /** * @return Google_Service_Vision_ImportProductSetsGcsSource */ public function getGcsSource() { return $this->gcsSource; } } PK$ Z h  mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.phpnu[error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig */ public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1AnnotateImageResponse[] */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1AnnotateImageResponse[] */ public function getResponses() { return $this->responses; } public function setTotalPages($totalPages) { $this->totalPages = $totalPages; } public function getTotalPages() { return $this->totalPages; } } PK$ ZM[  gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotation.phpnu[pages = $pages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Page[] */ public function getPages() { return $this->pages; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ ZFNNrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ ZG8Dvendor/google/apiclient-services/src/Google/Service/Vision/Color.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } public function setBlue($blue) { $this->blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK$ ZKvendor/google/apiclient-services/src/Google/Service/Vision/OutputConfig.phpnu[batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } /** * @param Google_Service_Vision_GcsDestination */ public function setGcsDestination(Google_Service_Vision_GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_Vision_GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK$ Z KDSvendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchResults.phpnu[indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } /** * @param Google_Service_Vision_GroupedResult[] */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return Google_Service_Vision_GroupedResult[] */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param Google_Service_Vision_Result[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_Result[] */ public function getResults() { return $this->results; } } PK$ Z3!!evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocationInfo.phpnu[latLng = $latLng; } /** * @return Google_Service_Vision_LatLng */ public function getLatLng() { return $this->latLng; } } PK$ Za6<<gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z+Ho o Ovendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Vision_LocationInfo[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Vision_LocationInfo[] */ public function getLocations() { return $this->locations; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } /** * @param Google_Service_Vision_Property[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Vision_Property[] */ public function getProperties() { return $this->properties; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTopicality($topicality) { $this->topicality = $topicality; } public function getTopicality() { return $this->topicality; } } PK$ Z.Evendor/google/apiclient-services/src/Google/Service/Vision/Symbol.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_TextProperty */ public function setProperty(Google_Service_Vision_TextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_TextProperty */ public function getProperty() { return $this->property; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ ZrK0cc_vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ Z=ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchOperationMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSubmitTime($submitTime) { $this->submitTime = $submitTime; } public function getSubmitTime() { return $this->submitTime; } } PK$ Z^f55Wvendor/google/apiclient-services/src/Google/Service/Vision/DominantColorsAnnotation.phpnu[colors = $colors; } /** * @return Google_Service_Vision_ColorInfo[] */ public function getColors() { return $this->colors; } } PK$ Z4ÌGvendor/google/apiclient-services/src/Google/Service/Vision/WebImage.phpnu[score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ ZD5!!evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocationInfo.phpnu[latLng = $latLng; } /** * @return Google_Service_Vision_LatLng */ public function getLatLng() { return $this->latLng; } } PK$ Z >Z Z zvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ Z'@ 1ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageAnnotationContext.phpnu[pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z Havendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Position.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZ($z) { $this->z = $z; } public function getZ() { return $this->z; } } PK$ Z `vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Product.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductCategory($productCategory) { $this->productCategory = $productCategory; } public function getProductCategory() { return $this->productCategory; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductKeyValue[] */ public function setProductLabels($productLabels) { $this->productLabels = $productLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductKeyValue[] */ public function getProductLabels() { return $this->productLabels; } } PK$ ZέGvendor/google/apiclient-services/src/Google/Service/Vision/CropHint.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setImportanceFraction($importanceFraction) { $this->importanceFraction = $importanceFraction; } public function getImportanceFraction() { return $this->importanceFraction; } } PK$ ZdKrrYvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocations.phpnu[ * $visionService = new Google_Service_Vision(...); * $locations = $visionService->locations; * */ class Google_Service_Vision_Resource_ProjectsLocations extends Google_Service_Resource { } PK$ ZQ/lvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.phpnu[ * $visionService = new Google_Service_Vision(...); * $products = $visionService->products; * */ class Google_Service_Vision_Resource_ProjectsLocationsProductSetsProducts extends Google_Service_Resource { /** * Lists the Products in a ProductSet, in an unspecified order. If the * ProductSet does not exist, the products field of the response will be empty. * Possible errors: * Returns INVALID_ARGUMENT if page_size is greater than 100 * or less than 1. (products.listProjectsLocationsProductSetsProducts) * * @param string $name Required. The ProductSet resource for which to retrieve * Products. Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Default 10, * maximum 100. * @opt_param string pageToken The next_page_token returned from a previous List * request, if any. * @return Google_Service_Vision_ListProductsInProductSetResponse */ public function listProjectsLocationsProductSetsProducts($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vision_ListProductsInProductSetResponse"); } } PK$ ZqӶcvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsOperations.phpnu[ * $visionService = new Google_Service_Vision(...); * $operations = $visionService->operations; * */ class Google_Service_Vision_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_Operation"); } } PK$ ZD  _vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsImages.phpnu[ * $visionService = new Google_Service_Vision(...); * $images = $visionService->images; * */ class Google_Service_Vision_Resource_ProjectsLocationsImages extends Google_Service_Resource { /** * Run image detection and annotation for a batch of images. (images.annotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_BatchAnnotateImagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_BatchAnnotateImagesResponse */ public function annotate($parent, Google_Service_Vision_BatchAnnotateImagesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateImagesResponse"); } /** * Run asynchronous image detection and annotation for a list of images. * Progress and results can be retrieved through the * `google.longrunning.Operations` interface. `Operation.metadata` contains * `OperationMetadata` (metadata). `Operation.response` contains * `AsyncBatchAnnotateImagesResponse` (results). This service will write image * annotation outputs to json files in customer GCS bucket, each json file * containing BatchAnnotateImagesResponse proto. (images.asyncBatchAnnotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); } } PK$ Zm Mvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Files.phpnu[ * $visionService = new Google_Service_Vision(...); * $files = $visionService->files; * */ class Google_Service_Vision_Resource_Files extends Google_Service_Resource { /** * Service that performs image detection and annotation for a batch of files. * Now only "application/pdf", "image/tiff" and "image/gif" are supported. This * service will extract at most 5 (customers can specify which 5 in * AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file * provided and perform detection and annotation for each image extracted. * (files.annotate) * * @param Google_Service_Vision_BatchAnnotateFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_BatchAnnotateFilesResponse */ public function annotate(Google_Service_Vision_BatchAnnotateFilesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateFilesResponse"); } /** * Run asynchronous image detection and annotation for a list of generic files, * such as PDF files, which may contain multiple pages and multiple images per * page. Progress and results can be retrieved through the * `google.longrunning.Operations` interface. `Operation.metadata` contains * `OperationMetadata` (metadata). `Operation.response` contains * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) * * @param Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function asyncBatchAnnotate(Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); } } PK$ Zj^vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsFiles.phpnu[ * $visionService = new Google_Service_Vision(...); * $files = $visionService->files; * */ class Google_Service_Vision_Resource_ProjectsLocationsFiles extends Google_Service_Resource { /** * Service that performs image detection and annotation for a batch of files. * Now only "application/pdf", "image/tiff" and "image/gif" are supported. This * service will extract at most 5 (customers can specify which 5 in * AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file * provided and perform detection and annotation for each image extracted. * (files.annotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_BatchAnnotateFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_BatchAnnotateFilesResponse */ public function annotate($parent, Google_Service_Vision_BatchAnnotateFilesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateFilesResponse"); } /** * Run asynchronous image detection and annotation for a list of generic files, * such as PDF files, which may contain multiple pages and multiple images per * page. Progress and results can be retrieved through the * `google.longrunning.Operations` interface. `Operation.metadata` contains * `OperationMetadata` (metadata). `Operation.response` contains * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); } } PK$ Z]jjQvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Locations.phpnu[ * $visionService = new Google_Service_Vision(...); * $locations = $visionService->locations; * */ class Google_Service_Vision_Resource_Locations extends Google_Service_Resource { } PK$ Zf7N!N!dvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.phpnu[ * $visionService = new Google_Service_Vision(...); * $productSets = $visionService->productSets; * */ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google_Service_Resource { /** * Adds a Product to the specified ProductSet. If the Product is already * present, no change is made. One Product can be added to at most 100 * ProductSets. Possible errors: * Returns NOT_FOUND if the Product or the * ProductSet doesn't exist. (productSets.addProduct) * * @param string $name Required. The resource name for the ProductSet to modify. * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param Google_Service_Vision_AddProductToProductSetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function addProduct($name, Google_Service_Vision_AddProductToProductSetRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addProduct', array($params), "Google_Service_Vision_VisionEmpty"); } /** * Creates and returns a new ProductSet resource. Possible errors: * Returns * INVALID_ARGUMENT if display_name is missing, or is longer than 4096 * characters. (productSets.create) * * @param string $parent Required. The project in which the ProductSet should be * created. Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_ProductSet $postBody * @param array $optParams Optional parameters. * * @opt_param string productSetId A user-supplied resource id for this * ProductSet. If set, the server will attempt to use this value as the resource * id. If it is already in use, an error is returned with code ALREADY_EXISTS. * Must be at most 128 characters long. It cannot contain the character `/`. * @return Google_Service_Vision_ProductSet */ public function create($parent, Google_Service_Vision_ProductSet $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vision_ProductSet"); } /** * Permanently deletes a ProductSet. Products and ReferenceImages in the * ProductSet are not deleted. The actual image files are not deleted from * Google Cloud Storage. (productSets.delete) * * @param string $name Required. Resource name of the ProductSet to delete. * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); } /** * Gets information associated with a ProductSet. Possible errors: * Returns * NOT_FOUND if the ProductSet does not exist. (productSets.get) * * @param string $name Required. Resource name of the ProductSet to get. Format * is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param array $optParams Optional parameters. * @return Google_Service_Vision_ProductSet */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_ProductSet"); } /** * Asynchronous API that imports a list of reference images to specified product * sets based on a list of image information. The google.longrunning.Operation * API can be used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) The * input source of this method is a csv file on Google Cloud Storage. For the * format of the csv file please see ImportProductSetsGcsSource.csv_file_uri. * (productSets.import) * * @param string $parent Required. The project in which the ProductSets should * be imported. Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_ImportProductSetsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function import($parent, Google_Service_Vision_ImportProductSetsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_Vision_Operation"); } /** * Lists ProductSets in an unspecified order. Possible errors: * Returns * INVALID_ARGUMENT if page_size is greater than 100, or less than 1. * (productSets.listProjectsLocationsProductSets) * * @param string $parent Required. The project from which ProductSets should be * listed. Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Default 10, * maximum 100. * @opt_param string pageToken The next_page_token returned from a previous List * request, if any. * @return Google_Service_Vision_ListProductSetsResponse */ public function listProjectsLocationsProductSets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vision_ListProductSetsResponse"); } /** * Makes changes to a ProductSet resource. Only display_name can be updated * currently. Possible errors: * Returns NOT_FOUND if the ProductSet does not * exist. * Returns INVALID_ARGUMENT if display_name is present in update_mask * but missing from the request or longer than 4096 characters. * (productSets.patch) * * @param string $name The resource name of the ProductSet. Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. This field * is ignored when creating a ProductSet. * @param Google_Service_Vision_ProductSet $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask that specifies which fields to * update. If update_mask isn't specified, all mutable fields are to be updated. * Valid mask path is `display_name`. * @return Google_Service_Vision_ProductSet */ public function patch($name, Google_Service_Vision_ProductSet $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Vision_ProductSet"); } /** * Removes a Product from the specified ProductSet. (productSets.removeProduct) * * @param string $name Required. The resource name for the ProductSet to modify. * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param Google_Service_Vision_RemoveProductFromProductSetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function removeProduct($name, Google_Service_Vision_RemoveProductFromProductSetRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeProduct', array($params), "Google_Service_Vision_VisionEmpty"); } } PK$ Z Nvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Images.phpnu[ * $visionService = new Google_Service_Vision(...); * $images = $visionService->images; * */ class Google_Service_Vision_Resource_Images extends Google_Service_Resource { /** * Run image detection and annotation for a batch of images. (images.annotate) * * @param Google_Service_Vision_BatchAnnotateImagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_BatchAnnotateImagesResponse */ public function annotate(Google_Service_Vision_BatchAnnotateImagesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateImagesResponse"); } /** * Run asynchronous image detection and annotation for a list of images. * Progress and results can be retrieved through the * `google.longrunning.Operations` interface. `Operation.metadata` contains * `OperationMetadata` (metadata). `Operation.response` contains * `AsyncBatchAnnotateImagesResponse` (results). This service will write image * annotation outputs to json files in customer GCS bucket, each json file * containing BatchAnnotateImagesResponse proto. (images.asyncBatchAnnotate) * * @param Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function asyncBatchAnnotate(Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); } } PK$ ZMrK]]Rvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Operations.phpnu[ * $visionService = new Google_Service_Vision(...); * $operations = $visionService->operations; * */ class Google_Service_Vision_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Vision_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function cancel($name, Google_Service_Vision_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Vision_VisionEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_Vision_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vision_ListOperationsResponse"); } } PK$ Z5''avendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.phpnu[ * $visionService = new Google_Service_Vision(...); * $products = $visionService->products; * */ class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Service_Resource { /** * Creates and returns a new product resource. Possible errors: * Returns * INVALID_ARGUMENT if display_name is missing or longer than 4096 characters. * * Returns INVALID_ARGUMENT if description is longer than 4096 characters. * * Returns INVALID_ARGUMENT if product_category is missing or invalid. * (products.create) * * @param string $parent Required. The project in which the Product should be * created. Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_Product $postBody * @param array $optParams Optional parameters. * * @opt_param string productId A user-supplied resource id for this Product. If * set, the server will attempt to use this value as the resource id. If it is * already in use, an error is returned with code ALREADY_EXISTS. Must be at * most 128 characters long. It cannot contain the character `/`. * @return Google_Service_Vision_Product */ public function create($parent, Google_Service_Vision_Product $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vision_Product"); } /** * Permanently deletes a product and its reference images. Metadata of the * product and all its images will be deleted right away, but search queries * against ProductSets containing the product may still work until all related * caches are refreshed. (products.delete) * * @param string $name Required. Resource name of product to delete. Format is: * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); } /** * Gets information associated with a Product. Possible errors: * Returns * NOT_FOUND if the Product does not exist. (products.get) * * @param string $name Required. Resource name of the Product to get. Format is: * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` * @param array $optParams Optional parameters. * @return Google_Service_Vision_Product */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_Product"); } /** * Lists products in an unspecified order. Possible errors: * Returns * INVALID_ARGUMENT if page_size is greater than 100 or less than 1. * (products.listProjectsLocationsProducts) * * @param string $parent Required. The project OR ProductSet from which Products * should be listed. Format: `projects/PROJECT_ID/locations/LOC_ID` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Default 10, * maximum 100. * @opt_param string pageToken The next_page_token returned from a previous List * request, if any. * @return Google_Service_Vision_ListProductsResponse */ public function listProjectsLocationsProducts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vision_ListProductsResponse"); } /** * Makes changes to a Product resource. Only the `display_name`, `description`, * and `labels` fields can be updated right now. If labels are updated, the * change will not be reflected in queries until the next index time. Possible * errors: * Returns NOT_FOUND if the Product does not exist. * Returns * INVALID_ARGUMENT if display_name is present in update_mask but is missing * from the request or longer than 4096 characters. * Returns INVALID_ARGUMENT * if description is present in update_mask but is longer than 4096 characters. * * Returns INVALID_ARGUMENT if product_category is present in update_mask. * (products.patch) * * @param string $name The resource name of the product. Format is: * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. This field is * ignored when creating a product. * @param Google_Service_Vision_Product $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask that specifies which fields to * update. If update_mask isn't specified, all mutable fields are to be updated. * Valid mask paths include `product_labels`, `display_name`, and `description`. * @return Google_Service_Vision_Product */ public function patch($name, Google_Service_Vision_Product $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Vision_Product"); } /** * Asynchronous API to delete all Products in a ProductSet or all Products that * are in no ProductSet. If a Product is a member of the specified ProductSet in * addition to other ProductSets, the Product will still be deleted. It is * recommended to not delete the specified ProductSet until after this operation * has completed. It is also recommended to not add any of the Products involved * in the batch delete to a new ProductSet while this operation is running * because those Products may still end up deleted. It's not possible to undo * the PurgeProducts operation. Therefore, it is recommended to keep the csv * files used in ImportProductSets (if that was how you originally built the * Product Set) before starting PurgeProducts, in case you need to re-import the * data after deletion. If the plan is to purge all of the Products from a * ProductSet and then re-use the empty ProductSet to re-import new Products * into the empty ProductSet, you must wait until the PurgeProducts operation * has finished for that ProductSet. The google.longrunning.Operation API can be * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * (products.purge) * * @param string $parent Required. The project and location in which the * Products should be deleted. Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_PurgeProductsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function purge($parent, Google_Service_Vision_PurgeProductsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('purge', array($params), "Google_Service_Vision_Operation"); } } PK$ ZsRffPvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Projects.phpnu[ * $visionService = new Google_Service_Vision(...); * $projects = $visionService->projects; * */ class Google_Service_Vision_Resource_Projects extends Google_Service_Resource { } PK$ Zఖ4 Uvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsFiles.phpnu[ * $visionService = new Google_Service_Vision(...); * $files = $visionService->files; * */ class Google_Service_Vision_Resource_ProjectsFiles extends Google_Service_Resource { /** * Service that performs image detection and annotation for a batch of files. * Now only "application/pdf", "image/tiff" and "image/gif" are supported. This * service will extract at most 5 (customers can specify which 5 in * AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file * provided and perform detection and annotation for each image extracted. * (files.annotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_BatchAnnotateFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_BatchAnnotateFilesResponse */ public function annotate($parent, Google_Service_Vision_BatchAnnotateFilesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateFilesResponse"); } /** * Run asynchronous image detection and annotation for a list of generic files, * such as PDF files, which may contain multiple pages and multiple images per * page. Progress and results can be retrieved through the * `google.longrunning.Operations` interface. `Operation.metadata` contains * `OperationMetadata` (metadata). `Operation.response` contains * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); } } PK$ ZPCZvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsOperations.phpnu[ * $visionService = new Google_Service_Vision(...); * $operations = $visionService->operations; * */ class Google_Service_Vision_Resource_ProjectsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_Operation"); } } PK$ Za:Y.[vendor/google/apiclient-services/src/Google/Service/Vision/Resource/LocationsOperations.phpnu[ * $visionService = new Google_Service_Vision(...); * $operations = $visionService->operations; * */ class Google_Service_Vision_Resource_LocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_Operation"); } } PK$ ZS>i Vvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsImages.phpnu[ * $visionService = new Google_Service_Vision(...); * $images = $visionService->images; * */ class Google_Service_Vision_Resource_ProjectsImages extends Google_Service_Resource { /** * Run image detection and annotation for a batch of images. (images.annotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_BatchAnnotateImagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_BatchAnnotateImagesResponse */ public function annotate($parent, Google_Service_Vision_BatchAnnotateImagesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateImagesResponse"); } /** * Run asynchronous image detection and annotation for a list of images. * Progress and results can be retrieved through the * `google.longrunning.Operations` interface. `Operation.metadata` contains * `OperationMetadata` (metadata). `Operation.response` contains * `AsyncBatchAnnotateImagesResponse` (results). This service will write image * annotation outputs to json files in customer GCS bucket, each json file * containing BatchAnnotateImagesResponse proto. (images.asyncBatchAnnotate) * * @param string $parent Optional. Target project and location to make a call. * Format: `projects/{project-id}/locations/{location-id}`. If no parent is * specified, a region will be chosen automatically. Supported location-ids: * `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: * The European Union. Example: `projects/project-A/locations/eu`. * @param Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vision_Operation */ public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); } } PK$ Z;^pvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.phpnu[ * $visionService = new Google_Service_Vision(...); * $referenceImages = $visionService->referenceImages; * */ class Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages extends Google_Service_Resource { /** * Creates and returns a new ReferenceImage resource. The `bounding_poly` field * is optional. If `bounding_poly` is not specified, the system will try to * detect regions of interest in the image that are compatible with the * product_category on the parent product. If it is specified, detection is * ALWAYS skipped. The system converts polygons into non-rotated rectangles. * Note that the pipeline will resize the image if the image resolution is too * large to process (above 50MP). Possible errors: * Returns INVALID_ARGUMENT if * the image_uri is missing or longer than 4096 characters. * Returns * INVALID_ARGUMENT if the product does not exist. * Returns INVALID_ARGUMENT if * bounding_poly is not provided, and nothing compatible with the parent * product's product_category is detected. * Returns INVALID_ARGUMENT if * bounding_poly contains more than 10 polygons. (referenceImages.create) * * @param string $parent Required. Resource name of the product in which to * create the reference image. Format is * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. * @param Google_Service_Vision_ReferenceImage $postBody * @param array $optParams Optional parameters. * * @opt_param string referenceImageId A user-supplied resource id for the * ReferenceImage to be added. If set, the server will attempt to use this value * as the resource id. If it is already in use, an error is returned with code * ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the * character `/`. * @return Google_Service_Vision_ReferenceImage */ public function create($parent, Google_Service_Vision_ReferenceImage $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vision_ReferenceImage"); } /** * Permanently deletes a reference image. The image metadata will be deleted * right away, but search queries against ProductSets containing the image may * still work until all related caches are refreshed. The actual image files are * not deleted from Google Cloud Storage. (referenceImages.delete) * * @param string $name Required. The resource name of the reference image to * delete. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/ * referenceImages/IMAGE_ID` * @param array $optParams Optional parameters. * @return Google_Service_Vision_VisionEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); } /** * Gets information associated with a ReferenceImage. Possible errors: * Returns * NOT_FOUND if the specified image does not exist. (referenceImages.get) * * @param string $name Required. The resource name of the ReferenceImage to get. * Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenc * eImages/IMAGE_ID`. * @param array $optParams Optional parameters. * @return Google_Service_Vision_ReferenceImage */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vision_ReferenceImage"); } /** * Lists reference images. Possible errors: * Returns NOT_FOUND if the parent * product does not exist. * Returns INVALID_ARGUMENT if the page_size is * greater than 100, or less than 1. * (referenceImages.listProjectsLocationsProductsReferenceImages) * * @param string $parent Required. Resource name of the product containing the * reference images. Format is * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Default 10, * maximum 100. * @opt_param string pageToken A token identifying a page of results to be * returned. This is the value of `nextPageToken` returned in a previous * reference image list request. Defaults to the first page if not specified. * @return Google_Service_Vision_ListReferenceImagesResponse */ public function listProjectsLocationsProductsReferenceImages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vision_ListReferenceImagesResponse"); } } PK$ Z;_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Z<tvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.phpnu[isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z2;!!nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateImageResponse.phpnu[context = $context; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation[] */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation[] */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetection */ public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetection */ public function getWebDetection() { return $this->webDetection; } } PK$ Z+MM\vendor/google/apiclient-services/src/Google/Service/Vision/AddProductToProductSetRequest.phpnu[product = $product; } public function getProduct() { return $this->product; } } PK$ ZNd77Evendor/google/apiclient-services/src/Google/Service/Vision/Result.phpnu[image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Vision_Product */ public function setProduct(Google_Service_Vision_Product $product) { $this->product = $product; } /** * @return Google_Service_Vision_Product */ public function getProduct() { return $this->product; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z!5? ? lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebPage.phpnu[fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Z5X"Gvendor/google/apiclient-services/src/Google/Service/Vision/WebLabel.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ Z&ŵPvendor/google/apiclient-services/src/Google/Service/Vision/OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ Z R ]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Word.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Symbol[] */ public function setSymbols($symbols) { $this->symbols = $symbols; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Symbol[] */ public function getSymbols() { return $this->symbols; } } PK$ ZDvendor/google/apiclient-services/src/Google/Service/Vision/Block.phpnu[blockType = $blockType; } public function getBlockType() { return $this->blockType; } /** * @param Google_Service_Vision_BoundingPoly */ public function setBoundingBox(Google_Service_Vision_BoundingPoly $boundingBox) { $this->boundingBox = $boundingBox; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_Paragraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Vision_Paragraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Vision_TextProperty */ public function setProperty(Google_Service_Vision_TextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_TextProperty */ public function getProperty() { return $this->property; } } PK$ Zkmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebLabel.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ Zިsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationTextProperty.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } } PK$ Zb  mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.phpnu[error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig */ public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse[] */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse[] */ public function getResponses() { return $this->responses; } public function setTotalPages($totalPages) { $this->totalPages = $totalPages; } public function getTotalPages() { return $this->totalPages; } } PK$ Z-B??_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Symbol.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Z[_gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotation.phpnu[angerLikelihood = $angerLikelihood; } public function getAngerLikelihood() { return $this->angerLikelihood; } public function setBlurredLikelihood($blurredLikelihood) { $this->blurredLikelihood = $blurredLikelihood; } public function getBlurredLikelihood() { return $this->blurredLikelihood; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setDetectionConfidence($detectionConfidence) { $this->detectionConfidence = $detectionConfidence; } public function getDetectionConfidence() { return $this->detectionConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly $fdBoundingPoly) { $this->fdBoundingPoly = $fdBoundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getFdBoundingPoly() { return $this->fdBoundingPoly; } public function setHeadwearLikelihood($headwearLikelihood) { $this->headwearLikelihood = $headwearLikelihood; } public function getHeadwearLikelihood() { return $this->headwearLikelihood; } public function setJoyLikelihood($joyLikelihood) { $this->joyLikelihood = $joyLikelihood; } public function getJoyLikelihood() { return $this->joyLikelihood; } public function setLandmarkingConfidence($landmarkingConfidence) { $this->landmarkingConfidence = $landmarkingConfidence; } public function getLandmarkingConfidence() { return $this->landmarkingConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotationLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotationLandmark[] */ public function getLandmarks() { return $this->landmarks; } public function setPanAngle($panAngle) { $this->panAngle = $panAngle; } public function getPanAngle() { return $this->panAngle; } public function setRollAngle($rollAngle) { $this->rollAngle = $rollAngle; } public function getRollAngle() { return $this->rollAngle; } public function setSorrowLikelihood($sorrowLikelihood) { $this->sorrowLikelihood = $sorrowLikelihood; } public function getSorrowLikelihood() { return $this->sorrowLikelihood; } public function setSurpriseLikelihood($surpriseLikelihood) { $this->surpriseLikelihood = $surpriseLikelihood; } public function getSurpriseLikelihood() { return $this->surpriseLikelihood; } public function setTiltAngle($tiltAngle) { $this->tiltAngle = $tiltAngle; } public function getTiltAngle() { return $this->tiltAngle; } public function setUnderExposedLikelihood($underExposedLikelihood) { $this->underExposedLikelihood = $underExposedLikelihood; } public function getUnderExposedLikelihood() { return $this->underExposedLikelihood; } } PK$ Zzɍ ivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1EntityAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1LocationInfo[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1LocationInfo[] */ public function getLocations() { return $this->locations; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Property[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Property[] */ public function getProperties() { return $this->properties; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTopicality($topicality) { $this->topicality = $topicality; } public function getTopicality() { return $this->topicality; } } PK$ ZhM:svendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsResult.phpnu[image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Product */ public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p1beta1Product $product) { $this->product = $product; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Product */ public function getProduct() { return $this->product; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z4~ivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ ZZ_ccKvendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.phpnu[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; } } PK$ ZSWvendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsRequest.phpnu[inputConfig = $inputConfig; } /** * @return Google_Service_Vision_ImportProductSetsInputConfig */ public function getInputConfig() { return $this->inputConfig; } } PK$ ZmGvendor/google/apiclient-services/src/Google/Service/Vision/KeyValue.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ Z̘  Svendor/google/apiclient-services/src/Google/Service/Vision/ListProductsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vision_Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_Vision_Product[] */ public function getProducts() { return $this->products; } } PK$ ZX`11Vvendor/google/apiclient-services/src/Google/Service/Vision/ListProductSetsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vision_ProductSet[] */ public function setProductSets($productSets) { $this->productSets = $productSets; } /** * @return Google_Service_Vision_ProductSet[] */ public function getProductSets() { return $this->productSets; } } PK$ Zl~mOvendor/google/apiclient-services/src/Google/Service/Vision/DetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ ZyVVSvendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.phpnu[deleteOrphanProducts = $deleteOrphanProducts; } public function getDeleteOrphanProducts() { return $this->deleteOrphanProducts; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } /** * @param Google_Service_Vision_ProductSetPurgeConfig */ public function setProductSetPurgeConfig(Google_Service_Vision_ProductSetPurgeConfig $productSetPurgeConfig) { $this->productSetPurgeConfig = $productSetPurgeConfig; } /** * @return Google_Service_Vision_ProductSetPurgeConfig */ public function getProductSetPurgeConfig() { return $this->productSetPurgeConfig; } } PK$ ZYnnvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebEntity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z  mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.phpnu[error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig */ public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse[] */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse[] */ public function getResponses() { return $this->responses; } public function setTotalPages($totalPages) { $this->totalPages = $totalPages; } public function getTotalPages() { return $this->totalPages; } } PK$ Zy4gMvendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.phpnu[pages = $pages; } /** * @return Google_Service_Vision_Page[] */ public function getPages() { return $this->pages; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Zfmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebImage.phpnu[score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Z(svendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsResult.phpnu[image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Product */ public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p4beta1Product $product) { $this->product = $product; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Product */ public function getProduct() { return $this->product; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z??_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Symbol.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Z:  gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotation.phpnu[pages = $pages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Page[] */ public function getPages() { return $this->pages; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Zx8c c ^vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Block.phpnu[blockType = $blockType; } public function getBlockType() { return $this->blockType; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly $boundingBox) { $this->boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Paragraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Paragraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } } PK$ Zx!!nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.phpnu[context = $context; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation[] */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation[] */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection */ public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection */ public function getWebDetection() { return $this->webDetection; } } PK$ Z:wwGvendor/google/apiclient-services/src/Google/Service/Vision/Property.phpnu[name = $name; } public function getName() { return $this->name; } public function setUint64Value($uint64Value) { $this->uint64Value = $uint64Value; } public function getUint64Value() { return $this->uint64Value; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ Zvlavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Position.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZ($z) { $this->z = $z; } public function getZ() { return $this->z; } } PK$ Z {CCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ ZgCCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ ZG3&&Mvendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.phpnu[angerLikelihood = $angerLikelihood; } public function getAngerLikelihood() { return $this->angerLikelihood; } public function setBlurredLikelihood($blurredLikelihood) { $this->blurredLikelihood = $blurredLikelihood; } public function getBlurredLikelihood() { return $this->blurredLikelihood; } /** * @param Google_Service_Vision_BoundingPoly */ public function setBoundingPoly(Google_Service_Vision_BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setDetectionConfidence($detectionConfidence) { $this->detectionConfidence = $detectionConfidence; } public function getDetectionConfidence() { return $this->detectionConfidence; } /** * @param Google_Service_Vision_BoundingPoly */ public function setFdBoundingPoly(Google_Service_Vision_BoundingPoly $fdBoundingPoly) { $this->fdBoundingPoly = $fdBoundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getFdBoundingPoly() { return $this->fdBoundingPoly; } public function setHeadwearLikelihood($headwearLikelihood) { $this->headwearLikelihood = $headwearLikelihood; } public function getHeadwearLikelihood() { return $this->headwearLikelihood; } public function setJoyLikelihood($joyLikelihood) { $this->joyLikelihood = $joyLikelihood; } public function getJoyLikelihood() { return $this->joyLikelihood; } public function setLandmarkingConfidence($landmarkingConfidence) { $this->landmarkingConfidence = $landmarkingConfidence; } public function getLandmarkingConfidence() { return $this->landmarkingConfidence; } /** * @param Google_Service_Vision_Landmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_Vision_Landmark[] */ public function getLandmarks() { return $this->landmarks; } public function setPanAngle($panAngle) { $this->panAngle = $panAngle; } public function getPanAngle() { return $this->panAngle; } public function setRollAngle($rollAngle) { $this->rollAngle = $rollAngle; } public function getRollAngle() { return $this->rollAngle; } public function setSorrowLikelihood($sorrowLikelihood) { $this->sorrowLikelihood = $sorrowLikelihood; } public function getSorrowLikelihood() { return $this->sorrowLikelihood; } public function setSurpriseLikelihood($surpriseLikelihood) { $this->surpriseLikelihood = $surpriseLikelihood; } public function getSurpriseLikelihood() { return $this->surpriseLikelihood; } public function setTiltAngle($tiltAngle) { $this->tiltAngle = $tiltAngle; } public function getTiltAngle() { return $this->tiltAngle; } public function setUnderExposedLikelihood($underExposedLikelihood) { $this->underExposedLikelihood = $underExposedLikelihood; } public function getUnderExposedLikelihood() { return $this->underExposedLikelihood; } } PK$ Z/ evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OutputConfig.phpnu[batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsDestination */ public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK$ Z`vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Product.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductCategory($productCategory) { $this->productCategory = $productCategory; } public function getProductCategory() { return $this->productCategory; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductKeyValue[] */ public function setProductLabels($productLabels) { $this->productLabels = $productLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductKeyValue[] */ public function getProductLabels() { return $this->productLabels; } } PK$ ZI NNrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z =<<gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z  Tvendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.phpnu[context = $context; } /** * @return Google_Service_Vision_ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_EntityAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_EntityAnnotation[] */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation[] */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_LocalizedObjectAnnotation[] */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_LocalizedObjectAnnotation[] */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_EntityAnnotation[] */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation[] */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_EntityAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_WebDetection */ public function setWebDetection(Google_Service_Vision_WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_WebDetection */ public function getWebDetection() { return $this->webDetection; } } PK$ Z GGFvendor/google/apiclient-services/src/Google/Service/Vision/Product.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductCategory($productCategory) { $this->productCategory = $productCategory; } public function getProductCategory() { return $this->productCategory; } /** * @param Google_Service_Vision_KeyValue[] */ public function setProductLabels($productLabels) { $this->productLabels = $productLabels; } /** * @return Google_Service_Vision_KeyValue[] */ public function getProductLabels() { return $this->productLabels; } } PK$ Z lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHintsAnnotation.phpnu[cropHints = $cropHints; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHint[] */ public function getCropHints() { return $this->cropHints; } } PK$ Z]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Page.phpnu[blocks = $blocks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Block[] */ public function getBlocks() { return $this->blocks; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK$ Z5,evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetection.phpnu[bestGuessLabels = $bestGuessLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebLabel[] */ public function getBestGuessLabels() { return $this->bestGuessLabels; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function setFullMatchingImages($fullMatchingImages) { $this->fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebPage[] */ public function setPagesWithMatchingImages($pagesWithMatchingImages) { $this->pagesWithMatchingImages = $pagesWithMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebPage[] */ public function getPagesWithMatchingImages() { return $this->pagesWithMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function setVisuallySimilarImages($visuallySimilarImages) { $this->visuallySimilarImages = $visuallySimilarImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getVisuallySimilarImages() { return $this->visuallySimilarImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebEntity[] */ public function setWebEntities($webEntities) { $this->webEntities = $webEntities; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebEntity[] */ public function getWebEntities() { return $this->webEntities; } } PK$ ZMvendor/google/apiclient-services/src/Google/Service/Vision/ReferenceImage.phpnu[boundingPolys = $boundingPolys; } /** * @return Google_Service_Vision_BoundingPoly[] */ public function getBoundingPolys() { return $this->boundingPolys; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z\ϺGvendor/google/apiclient-services/src/Google/Service/Vision/Position.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZ($z) { $this->z = $z; } public function getZ() { return $this->z; } } PK$ Zolvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHintsAnnotation.phpnu[cropHints = $cropHints; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHint[] */ public function getCropHints() { return $this->cropHints; } } PK$ Z tvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.phpnu[isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Zbgttbvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ColorInfo.phpnu[color = $color; } /** * @return Google_Service_Vision_Color */ public function getColor() { return $this->color; } public function setPixelFraction($pixelFraction) { $this->pixelFraction = $pixelFraction; } public function getPixelFraction() { return $this->pixelFraction; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Zgvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotation.phpnu[angerLikelihood = $angerLikelihood; } public function getAngerLikelihood() { return $this->angerLikelihood; } public function setBlurredLikelihood($blurredLikelihood) { $this->blurredLikelihood = $blurredLikelihood; } public function getBlurredLikelihood() { return $this->blurredLikelihood; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setDetectionConfidence($detectionConfidence) { $this->detectionConfidence = $detectionConfidence; } public function getDetectionConfidence() { return $this->detectionConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly $fdBoundingPoly) { $this->fdBoundingPoly = $fdBoundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getFdBoundingPoly() { return $this->fdBoundingPoly; } public function setHeadwearLikelihood($headwearLikelihood) { $this->headwearLikelihood = $headwearLikelihood; } public function getHeadwearLikelihood() { return $this->headwearLikelihood; } public function setJoyLikelihood($joyLikelihood) { $this->joyLikelihood = $joyLikelihood; } public function getJoyLikelihood() { return $this->joyLikelihood; } public function setLandmarkingConfidence($landmarkingConfidence) { $this->landmarkingConfidence = $landmarkingConfidence; } public function getLandmarkingConfidence() { return $this->landmarkingConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotationLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotationLandmark[] */ public function getLandmarks() { return $this->landmarks; } public function setPanAngle($panAngle) { $this->panAngle = $panAngle; } public function getPanAngle() { return $this->panAngle; } public function setRollAngle($rollAngle) { $this->rollAngle = $rollAngle; } public function getRollAngle() { return $this->rollAngle; } public function setSorrowLikelihood($sorrowLikelihood) { $this->sorrowLikelihood = $sorrowLikelihood; } public function getSorrowLikelihood() { return $this->sorrowLikelihood; } public function setSurpriseLikelihood($surpriseLikelihood) { $this->surpriseLikelihood = $surpriseLikelihood; } public function getSurpriseLikelihood() { return $this->surpriseLikelihood; } public function setTiltAngle($tiltAngle) { $this->tiltAngle = $tiltAngle; } public function getTiltAngle() { return $this->tiltAngle; } public function setUnderExposedLikelihood($underExposedLikelihood) { $this->underExposedLikelihood = $underExposedLikelihood; } public function getUnderExposedLikelihood() { return $this->underExposedLikelihood; } } PK$ Z~hvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductKeyValue.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ Zpe<<gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z+ޣsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } } PK$ ZḚevendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OutputConfig.phpnu[batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsDestination */ public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK$ Z%Hvendor/google/apiclient-services/src/Google/Service/Vision/GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ ZǐfW W Wvendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileRequest.phpnu[features = $features; } /** * @return Google_Service_Vision_Feature[] */ public function getFeatures() { return $this->features; } /** * @param Google_Service_Vision_ImageContext */ public function setImageContext(Google_Service_Vision_ImageContext $imageContext) { $this->imageContext = $imageContext; } /** * @return Google_Service_Vision_ImageContext */ public function getImageContext() { return $this->imageContext; } /** * @param Google_Service_Vision_InputConfig */ public function setInputConfig(Google_Service_Vision_InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Vision_InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_OutputConfig */ public function setOutputConfig(Google_Service_Vision_OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_Vision_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ ZVq~hvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageProperties.phpnu[dominantColors = $dominantColors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1DominantColorsAnnotation */ public function getDominantColors() { return $this->dominantColors; } } PK$ ZydF rvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ ZI^D!!nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateImageResponse.phpnu[context = $context; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation[] */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation[] */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection */ public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection */ public function getWebDetection() { return $this->webDetection; } } PK$ ZiUZZHvendor/google/apiclient-services/src/Google/Service/Vision/ColorInfo.phpnu[color = $color; } /** * @return Google_Service_Vision_Color */ public function getColor() { return $this->color; } public function setPixelFraction($pixelFraction) { $this->pixelFraction = $pixelFraction; } public function getPixelFraction() { return $this->pixelFraction; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z]vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Vision_AsyncAnnotateFileRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_Vision_AsyncAnnotateFileRequest[] */ public function getRequests() { return $this->requests; } } PK$ Z5_?WJvendor/google/apiclient-services/src/Google/Service/Vision/LatLongRect.phpnu[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; } } PK$ Z CCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ Z?eI{<<gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z$""Mvendor/google/apiclient-services/src/Google/Service/Vision/GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Znqdvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1InputConfig.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsSource */ public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK$ Z8CUUSvendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.phpnu[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; } } PK$ ZXlahvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageProperties.phpnu[dominantColors = $dominantColors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1DominantColorsAnnotation */ public function getDominantColors() { return $this->dominantColors; } } PK$ Z_mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1SafeSearchAnnotation.phpnu[adult = $adult; } public function getAdult() { return $this->adult; } public function setMedical($medical) { $this->medical = $medical; } public function getMedical() { return $this->medical; } public function setRacy($racy) { $this->racy = $racy; } public function getRacy() { return $this->racy; } public function setSpoof($spoof) { $this->spoof = $spoof; } public function getSpoof() { return $this->spoof; } public function setViolence($violence) { $this->violence = $violence; } public function getViolence() { return $this->violence; } } PK$ Zo`vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Product.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductCategory($productCategory) { $this->productCategory = $productCategory; } public function getProductCategory() { return $this->productCategory; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductKeyValue[] */ public function setProductLabels($productLabels) { $this->productLabels = $productLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductKeyValue[] */ public function getProductLabels() { return $this->productLabels; } } PK$ Z#uuavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHint.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setImportanceFraction($importanceFraction) { $this->importanceFraction = $importanceFraction; } public function getImportanceFraction() { return $this->importanceFraction; } } PK$ Z;;}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ ZM }NNrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z+Nvendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.phpnu[dominantColors = $dominantColors; } /** * @return Google_Service_Vision_DominantColorsAnnotation */ public function getDominantColors() { return $this->dominantColors; } } PK$ Z;;}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z7llHvendor/google/apiclient-services/src/Google/Service/Vision/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK$ ZDQhvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductKeyValue.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ ZZUsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } } PK$ Z ssYvendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_AnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ Zľttbvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ColorInfo.phpnu[color = $color; } /** * @return Google_Service_Vision_Color */ public function getColor() { return $this->color; } public function setPixelFraction($pixelFraction) { $this->pixelFraction = $pixelFraction; } public function getPixelFraction() { return $this->pixelFraction; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ ZUqvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1DominantColorsAnnotation.phpnu[colors = $colors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ColorInfo[] */ public function getColors() { return $this->colors; } } PK$ Zsevendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK$ ZhiEvendor/google/apiclient-services/src/Google/Service/Vision/Status.phpnu[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; } } PK$ Z!%ӝqvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1DominantColorsAnnotation.phpnu[colors = $colors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ColorInfo[] */ public function getColors() { return $this->colors; } } PK$ Zy-gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotation.phpnu[angerLikelihood = $angerLikelihood; } public function getAngerLikelihood() { return $this->angerLikelihood; } public function setBlurredLikelihood($blurredLikelihood) { $this->blurredLikelihood = $blurredLikelihood; } public function getBlurredLikelihood() { return $this->blurredLikelihood; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setDetectionConfidence($detectionConfidence) { $this->detectionConfidence = $detectionConfidence; } public function getDetectionConfidence() { return $this->detectionConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly $fdBoundingPoly) { $this->fdBoundingPoly = $fdBoundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getFdBoundingPoly() { return $this->fdBoundingPoly; } public function setHeadwearLikelihood($headwearLikelihood) { $this->headwearLikelihood = $headwearLikelihood; } public function getHeadwearLikelihood() { return $this->headwearLikelihood; } public function setJoyLikelihood($joyLikelihood) { $this->joyLikelihood = $joyLikelihood; } public function getJoyLikelihood() { return $this->joyLikelihood; } public function setLandmarkingConfidence($landmarkingConfidence) { $this->landmarkingConfidence = $landmarkingConfidence; } public function getLandmarkingConfidence() { return $this->landmarkingConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotationLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotationLandmark[] */ public function getLandmarks() { return $this->landmarks; } public function setPanAngle($panAngle) { $this->panAngle = $panAngle; } public function getPanAngle() { return $this->panAngle; } public function setRollAngle($rollAngle) { $this->rollAngle = $rollAngle; } public function getRollAngle() { return $this->rollAngle; } public function setSorrowLikelihood($sorrowLikelihood) { $this->sorrowLikelihood = $sorrowLikelihood; } public function getSorrowLikelihood() { return $this->sorrowLikelihood; } public function setSurpriseLikelihood($surpriseLikelihood) { $this->surpriseLikelihood = $surpriseLikelihood; } public function getSurpriseLikelihood() { return $this->surpriseLikelihood; } public function setTiltAngle($tiltAngle) { $this->tiltAngle = $tiltAngle; } public function getTiltAngle() { return $this->tiltAngle; } public function setUnderExposedLikelihood($underExposedLikelihood) { $this->underExposedLikelihood = $underExposedLikelihood; } public function getUnderExposedLikelihood() { return $this->underExposedLikelihood; } } PK$ ZT|^c c ^vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Block.phpnu[blockType = $blockType; } public function getBlockType() { return $this->blockType; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $boundingBox) { $this->boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Paragraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Paragraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } } PK$ Z77bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Z|wwJvendor/google/apiclient-services/src/Google/Service/Vision/InputConfig.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Vision_GcsSource */ public function setGcsSource(Google_Service_Vision_GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Vision_GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK$ Z2 mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebLabel.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ ZD  Kvendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Vision_NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Vision_Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Vision_Vertex[] */ public function getVertices() { return $this->vertices; } } PK$ Zuuavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHint.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setImportanceFraction($importanceFraction) { $this->importanceFraction = $importanceFraction; } public function getImportanceFraction() { return $this->importanceFraction; } } PK$ Z#o$$Uvendor/google/apiclient-services/src/Google/Service/Vision/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vision_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Vision_Operation[] */ public function getOperations() { return $this->operations; } } PK$ Zb9__Yvendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsGcsSource.phpnu[csvFileUri = $csvFileUri; } public function getCsvFileUri() { return $this->csvFileUri; } } PK$ Z mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebLabel.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK$ ZZ&evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK$ ZrIvdvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1InputConfig.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsSource */ public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK$ Zo3^evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK$ ZZHxvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ ZbOXvendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Vision_AnnotateFileRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_Vision_AnnotateFileRequest[] */ public function getRequests() { return $this->requests; } } PK$ Z6CEvendor/google/apiclient-services/src/Google/Service/Vision/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK$ Zфdmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1SafeSearchAnnotation.phpnu[adult = $adult; } public function getAdult() { return $this->adult; } public function setMedical($medical) { $this->medical = $medical; } public function getMedical() { return $this->medical; } public function setRacy($racy) { $this->racy = $racy; } public function getRacy() { return $this->racy; } public function setSpoof($spoof) { $this->spoof = $spoof; } public function getSpoof() { return $this->spoof; } public function setViolence($violence) { $this->violence = $violence; } public function getViolence() { return $this->violence; } } PK$ Zjvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ Z!!!nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateImageResponse.phpnu[context = $context; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation[] */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation[] */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetection */ public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetection */ public function getWebDetection() { return $this->webDetection; } } PK$ Z^2!!evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocationInfo.phpnu[latLng = $latLng; } /** * @return Google_Service_Vision_LatLng */ public function getLatLng() { return $this->latLng; } } PK$ Z hNNrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Zavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Property.phpnu[name = $name; } public function getName() { return $this->name; } public function setUint64Value($uint64Value) { $this->uint64Value = $uint64Value; } public function getUint64Value() { return $this->uint64Value; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ Zt)HHRvendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.phpnu[cropHints = $cropHints; } /** * @return Google_Service_Vision_CropHint[] */ public function getCropHints() { return $this->cropHints; } } PK$ ZDdvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1InputConfig.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsSource */ public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK$ Zǻ99ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotationLandmark.phpnu[position = $position; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Position */ public function getPosition() { return $this->position; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Zm}M  gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotation.phpnu[pages = $pages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Page[] */ public function getPages() { return $this->pages; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Zimvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResults.phpnu[indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult[] */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult[] */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ Z.3Dvendor/google/apiclient-services/src/Google/Service/Vision/Image.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Vision_ImageSource */ public function setSource(Google_Service_Vision_ImageSource $source) { $this->source = $source; } /** * @return Google_Service_Vision_ImageSource */ public function getSource() { return $this->source; } } PK$ Zaarvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImportProductSetsResponse.phpnu[referenceImages = $referenceImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ReferenceImage[] */ public function getReferenceImages() { return $this->referenceImages; } /** * @param Google_Service_Vision_Status[] */ public function setStatuses($statuses) { $this->statuses = $statuses; } /** * @return Google_Service_Vision_Status[] */ public function getStatuses() { return $this->statuses; } } PK$ ZI\Uvendor/google/apiclient-services/src/Google/Service/Vision/BatchOperationMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSubmitTime($submitTime) { $this->submitTime = $submitTime; } public function getSubmitTime() { return $this->submitTime; } } PK$ ZF9qvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1DominantColorsAnnotation.phpnu[colors = $colors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ColorInfo[] */ public function getColors() { return $this->colors; } } PK$ ZwOvendor/google/apiclient-services/src/Google/Service/Vision/NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ ZaYQsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsResult.phpnu[image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Product */ public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p3beta1Product $product) { $this->product = $product; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Product */ public function getProduct() { return $this->product; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Zc5 ]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Word.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Symbol[] */ public function setSymbols($symbols) { $this->symbols = $symbols; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Symbol[] */ public function getSymbols() { return $this->symbols; } } PK$ Z`u""evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK$ ZJgevendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OutputConfig.phpnu[batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination */ public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK$ ZZvendor/google/apiclient-services/src/Google/Service/Vision/ListReferenceImagesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } /** * @param Google_Service_Vision_ReferenceImage[] */ public function setReferenceImages($referenceImages) { $this->referenceImages = $referenceImages; } /** * @return Google_Service_Vision_ReferenceImage[] */ public function getReferenceImages() { return $this->referenceImages; } } PK$ Z@thvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageProperties.phpnu[dominantColors = $dominantColors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1DominantColorsAnnotation */ public function getDominantColors() { return $this->dominantColors; } } PK$ Z)Juuavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHint.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setImportanceFraction($importanceFraction) { $this->importanceFraction = $importanceFraction; } public function getImportanceFraction() { return $this->importanceFraction; } } PK$ Zyvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ Ze??_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Symbol.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Z1Uĩivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Zwivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Z΁-##Ivendor/google/apiclient-services/src/Google/Service/Vision/ProductSet.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Vision_Status */ public function setIndexError(Google_Service_Vision_Status $indexError) { $this->indexError = $indexError; } /** * @return Google_Service_Vision_Status */ public function getIndexError() { return $this->indexError; } public function setIndexTime($indexTime) { $this->indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ ZފpHvendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z v77bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK$ Zeixvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ Z lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHintsAnnotation.phpnu[cropHints = $cropHints; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHint[] */ public function getCropHints() { return $this->cropHints; } } PK$ ZLZ Z zvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ ZLovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageAnnotationContext.phpnu[pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ Zpivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Zwi`_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK$ Zw/M ivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1EntityAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1LocationInfo[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1LocationInfo[] */ public function getLocations() { return $this->locations; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Property[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Property[] */ public function getProperties() { return $this->properties; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTopicality($topicality) { $this->topicality = $topicality; } public function getTopicality() { return $this->topicality; } } PK$ ZHHxvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse[] */ public function getResponses() { return $this->responses; } } PK$ Zs94\\Xvendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ Z9X@ ]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Word.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Symbol[] */ public function setSymbols($symbols) { $this->symbols = $symbols; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Symbol[] */ public function getSymbols() { return $this->symbols; } } PK$ Z$'$gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotation.phpnu[angerLikelihood = $angerLikelihood; } public function getAngerLikelihood() { return $this->angerLikelihood; } public function setBlurredLikelihood($blurredLikelihood) { $this->blurredLikelihood = $blurredLikelihood; } public function getBlurredLikelihood() { return $this->blurredLikelihood; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setDetectionConfidence($detectionConfidence) { $this->detectionConfidence = $detectionConfidence; } public function getDetectionConfidence() { return $this->detectionConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $fdBoundingPoly) { $this->fdBoundingPoly = $fdBoundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getFdBoundingPoly() { return $this->fdBoundingPoly; } public function setHeadwearLikelihood($headwearLikelihood) { $this->headwearLikelihood = $headwearLikelihood; } public function getHeadwearLikelihood() { return $this->headwearLikelihood; } public function setJoyLikelihood($joyLikelihood) { $this->joyLikelihood = $joyLikelihood; } public function getJoyLikelihood() { return $this->joyLikelihood; } public function setLandmarkingConfidence($landmarkingConfidence) { $this->landmarkingConfidence = $landmarkingConfidence; } public function getLandmarkingConfidence() { return $this->landmarkingConfidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark[] */ public function getLandmarks() { return $this->landmarks; } public function setPanAngle($panAngle) { $this->panAngle = $panAngle; } public function getPanAngle() { return $this->panAngle; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceRecognitionResult[] */ public function setRecognitionResult($recognitionResult) { $this->recognitionResult = $recognitionResult; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceRecognitionResult[] */ public function getRecognitionResult() { return $this->recognitionResult; } public function setRollAngle($rollAngle) { $this->rollAngle = $rollAngle; } public function getRollAngle() { return $this->rollAngle; } public function setSorrowLikelihood($sorrowLikelihood) { $this->sorrowLikelihood = $sorrowLikelihood; } public function getSorrowLikelihood() { return $this->sorrowLikelihood; } public function setSurpriseLikelihood($surpriseLikelihood) { $this->surpriseLikelihood = $surpriseLikelihood; } public function getSurpriseLikelihood() { return $this->surpriseLikelihood; } public function setTiltAngle($tiltAngle) { $this->tiltAngle = $tiltAngle; } public function getTiltAngle() { return $this->tiltAngle; } public function setUnderExposedLikelihood($underExposedLikelihood) { $this->underExposedLikelihood = $underExposedLikelihood; } public function getUnderExposedLikelihood() { return $this->underExposedLikelihood; } } PK$ Z(Xpavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Position.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZ($z) { $this->z = $z; } public function getZ() { return $this->z; } } PK$ Z1Hjvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ Z! ;;}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK$ Z*n  gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotation.phpnu[pages = $pages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Page[] */ public function getPages() { return $this->pages; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK$ Z ivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1EntityAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1LocationInfo[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1LocationInfo[] */ public function getLocations() { return $this->locations; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Property[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Property[] */ public function getProperties() { return $this->properties; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTopicality($topicality) { $this->topicality = $topicality; } public function getTopicality() { return $this->topicality; } } PK$ Z ݝqvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1DominantColorsAnnotation.phpnu[colors = $colors; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ColorInfo[] */ public function getColors() { return $this->colors; } } PK$ ZN5Yvendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Vision_AnnotateImageRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_Vision_AnnotateImageRequest[] */ public function getRequests() { return $this->requests; } } PK$ Zh]Z Z zvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult[] */ public function getResults() { return $this->results; } } PK$ Zrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ Zq浍 ivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1EntityAnnotation.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1LocationInfo[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1LocationInfo[] */ public function getLocations() { return $this->locations; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Property[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Property[] */ public function getProperties() { return $this->properties; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTopicality($topicality) { $this->topicality = $topicality; } public function getTopicality() { return $this->topicality; } } PK$ ZO|8wevendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetection.phpnu[bestGuessLabels = $bestGuessLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebLabel[] */ public function getBestGuessLabels() { return $this->bestGuessLabels; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function setFullMatchingImages($fullMatchingImages) { $this->fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebPage[] */ public function setPagesWithMatchingImages($pagesWithMatchingImages) { $this->pagesWithMatchingImages = $pagesWithMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebPage[] */ public function getPagesWithMatchingImages() { return $this->pagesWithMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function setVisuallySimilarImages($visuallySimilarImages) { $this->visuallySimilarImages = $visuallySimilarImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getVisuallySimilarImages() { return $this->visuallySimilarImages; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebEntity[] */ public function setWebEntities($webEntities) { $this->webEntities = $webEntities; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebEntity[] */ public function getWebEntities() { return $this->webEntities; } } PK$ ZQrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK$ Z7`ooFvendor/google/apiclient-services/src/Google/Service/Vision/Feature.phpnu[maxResults = $maxResults; } public function getMaxResults() { return $this->maxResults; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z|[z z bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Paragraph.phpnu[boundingBox = $boundingBox; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Word[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Word[] */ public function getWords() { return $this->words; } } PK$ Z⠐bvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Celebrity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ Z$Uvendor/google/apiclient-services/src/Google/Service/Vision/ImageAnnotationContext.phpnu[pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK$ ZH? ? lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebPage.phpnu[fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ ZN^mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebImage.phpnu[score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK$ Z'=lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHintsAnnotation.phpnu[cropHints = $cropHints; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHint[] */ public function getCropHints() { return $this->cropHints; } } PK$ Z-ڃxvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ListRoomsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Room[] */ public function setRooms($rooms) { $this->rooms = $rooms; } /** * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Room[] */ public function getRooms() { return $this->rooms; } } PK$ Z7}vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ListStructuresResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Structure[] */ public function setStructures($structures) { $this->structures = $structures; } /** * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Structure[] */ public function getStructures() { return $this->structures; } } PK$ ZlQttvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.phpnu[results = $results; } public function getResults() { return $this->results; } } PK$ ZnSkvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Room.phpnu[name = $name; } public function getName() { return $this->name; } public function setTraits($traits) { $this->traits = $traits; } public function getTraits() { return $this->traits; } } PK$ Z M lvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/EnterprisesStructures.phpnu[ * $smartdevicemanagementService = new Google_Service_SmartDeviceManagement(...); * $structures = $smartdevicemanagementService->structures; * */ class Google_Service_SmartDeviceManagement_Resource_EnterprisesStructures extends Google_Service_Resource { /** * Gets a structure managed by the enterprise. (structures.get) * * @param string $name The name of the structure requested. For example: * "enterprises/XYZ/structures/ABC". * @param array $optParams Optional parameters. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Structure */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Structure"); } /** * Lists structures managed by the enterprise. * (structures.listEnterprisesStructures) * * @param string $parent The parent enterprise to list structures under. E.g. * "enterprises/XYZ". * @param array $optParams Optional parameters. * * @opt_param string filter Optional filter to list structures. * @opt_param int pageSize Requested page size. Server may return fewer * structures than requested. If unspecified, server will pick an appropriate * default. * @opt_param string pageToken The token of the page to retrieve. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListStructuresResponse */ public function listEnterprisesStructures($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListStructuresResponse"); } } PK$ Z檮bvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/Enterprises.phpnu[ * $smartdevicemanagementService = new Google_Service_SmartDeviceManagement(...); * $enterprises = $smartdevicemanagementService->enterprises; * */ class Google_Service_SmartDeviceManagement_Resource_Enterprises extends Google_Service_Resource { } PK$ Zoƀ qvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/EnterprisesStructuresRooms.phpnu[ * $smartdevicemanagementService = new Google_Service_SmartDeviceManagement(...); * $rooms = $smartdevicemanagementService->rooms; * */ class Google_Service_SmartDeviceManagement_Resource_EnterprisesStructuresRooms extends Google_Service_Resource { /** * Gets a room managed by the enterprise. (rooms.get) * * @param string $name The name of the room requested. For example: * "enterprises/XYZ/structures/ABC/rooms/123". * @param array $optParams Optional parameters. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Room */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Room"); } /** * Lists rooms managed by the enterprise. (rooms.listEnterprisesStructuresRooms) * * @param string $parent The parent resource name of the rooms requested. For * example: "enterprises/XYZ/structures/ABC". * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Server may return fewer rooms * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken The token of the page to retrieve. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListRoomsResponse */ public function listEnterprisesStructuresRooms($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListRoomsResponse"); } } PK$ Z>U ivendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/EnterprisesDevices.phpnu[ * $smartdevicemanagementService = new Google_Service_SmartDeviceManagement(...); * $devices = $smartdevicemanagementService->devices; * */ class Google_Service_SmartDeviceManagement_Resource_EnterprisesDevices extends Google_Service_Resource { /** * Executes a command to device managed by the enterprise. * (devices.executeCommand) * * @param string $name The name of the device requested. For example: * "enterprises/XYZ/devices/123" * @param Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse */ public function executeCommand($name, Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('executeCommand', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse"); } /** * Gets a device managed by the enterprise. (devices.get) * * @param string $name The name of the device requested. For example: * "enterprises/XYZ/devices/123" * @param array $optParams Optional parameters. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Device */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Device"); } /** * Lists devices managed by the enterprise. (devices.listEnterprisesDevices) * * @param string $parent The parent enterprise to list devices under. E.g. * "enterprises/XYZ". * @param array $optParams Optional parameters. * * @opt_param string filter Optional filter to list devices. Filters can be done * on: Device custom name (substring match): 'customName=wing' * @opt_param int pageSize Optional requested page size. Server may return fewer * devices than requested. If unspecified, server will pick an appropriate * default. * @opt_param string pageToken Optional token of the page to retrieve. * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListDevicesResponse */ public function listEnterprisesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListDevicesResponse"); } } PK$ Zs'vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.phpnu[command = $command; } public function getCommand() { return $this->command; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } } PK$ Z'pvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Structure.phpnu[name = $name; } public function getName() { return $this->name; } public function setTraits($traits) { $this->traits = $traits; } public function getTraits() { return $this->traits; } } PK$ Z7ʝzvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ListDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ ZI0mvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Device.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ParentRelation[] */ public function setParentRelations($parentRelations) { $this->parentRelations = $parentRelations; } /** * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ParentRelation[] */ public function getParentRelations() { return $this->parentRelations; } public function setTraits($traits) { $this->traits = $traits; } public function getTraits() { return $this->traits; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z~uvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ParentRelation.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK$ ZGYvendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PlayMovies_StoreInfo */ public function setStoreInfos($storeInfos) { $this->storeInfos = $storeInfos; } /** * @return Google_Service_PlayMovies_StoreInfo */ public function getStoreInfos() { return $this->storeInfos; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Zjhb b Zvendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsAvails.phpnu[ * $playmoviespartnerService = new Google_Service_PlayMovies(...); * $avails = $playmoviespartnerService->avails; * */ class Google_Service_PlayMovies_Resource_AccountsAvails extends Google_Service_Resource { /** * Get an Avail given its avail group id and avail id. (avails.get) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param string $availId REQUIRED. Avail ID. * @param array $optParams Optional parameters. * @return Google_Service_PlayMovies_Avail */ public function get($accountId, $availId, $optParams = array()) { $params = array('accountId' => $accountId, 'availId' => $availId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PlayMovies_Avail"); } /** * List Avails owned or managed by the partner. * * See _Authentication and Authorization rules_ and _List methods rules_ for * more information about this method. (avails.listAccountsAvails) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param string pphNames See _List methods rules_ for info about this * field. * @opt_param string altId Filter Avails that match a case-insensitive, partner- * specific custom id. NOTE: this field is deprecated and will be removed on V2; * `alt_ids` should be used instead. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string territories Filter Avails that match (case-insensitive) any * of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: * "US", "us", "Us"). * @opt_param string title Filter that matches Avails with a * `title_internal_alias`, `series_title_internal_alias`, * `season_title_internal_alias`, or `episode_title_internal_alias` that * contains the given case-insensitive title. * @opt_param string videoIds Filter Avails that match any of the given * `video_id`s. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string altIds Filter Avails that match (case-insensitive) any of * the given partner-specific custom ids. * @return Google_Service_PlayMovies_ListAvailsResponse */ public function listAccountsAvails($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlayMovies_ListAvailsResponse"); } } PK$ Zm  Zvendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.phpnu[ * $playmoviespartnerService = new Google_Service_PlayMovies(...); * $orders = $playmoviespartnerService->orders; * */ class Google_Service_PlayMovies_Resource_AccountsOrders extends Google_Service_Resource { /** * Get an Order given its id. * * See _Authentication and Authorization rules_ and _Get methods rules_ for more * information about this method. (orders.get) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param string $orderId REQUIRED. Order ID. * @param array $optParams Optional parameters. * @return Google_Service_PlayMovies_Order */ public function get($accountId, $orderId, $optParams = array()) { $params = array('accountId' => $accountId, 'orderId' => $orderId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PlayMovies_Order"); } /** * List Orders owned or managed by the partner. * * See _Authentication and Authorization rules_ and _List methods rules_ for * more information about this method. (orders.listAccountsOrders) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param string status Filter Orders that match one of the given status. * @opt_param string name Filter that matches Orders with a `name`, `show`, * `season` or `episode` that contains the given case-insensitive name. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @opt_param string customId Filter Orders that match a case-insensitive, * partner-specific custom id. * @opt_param string videoIds Filter Orders that match any of the given * `video_id`s. * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string pphNames See _List methods rules_ for info about this * field. * @return Google_Service_PlayMovies_ListOrdersResponse */ public function listAccountsOrders($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlayMovies_ListOrdersResponse"); } } PK$ ZG1Aevendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfosCountry.phpnu[ * $playmoviespartnerService = new Google_Service_PlayMovies(...); * $country = $playmoviespartnerService->country; * */ class Google_Service_PlayMovies_Resource_AccountsStoreInfosCountry extends Google_Service_Resource { /** * Get a StoreInfo given its video id and country. * * See _Authentication and Authorization rules_ and _Get methods rules_ for more * information about this method. (country.get) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param string $videoId REQUIRED. Video ID. * @param string $country REQUIRED. Edit country. * @param array $optParams Optional parameters. * @return Google_Service_PlayMovies_StoreInfo */ public function get($accountId, $videoId, $country, $optParams = array()) { $params = array('accountId' => $accountId, 'videoId' => $videoId, 'country' => $country); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PlayMovies_StoreInfo"); } } PK$ Z3&Tvendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/Accounts.phpnu[ * $playmoviespartnerService = new Google_Service_PlayMovies(...); * $accounts = $playmoviespartnerService->accounts; * */ class Google_Service_PlayMovies_Resource_Accounts extends Google_Service_Resource { } PK$ Zr.xv ^vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfos.phpnu[ * $playmoviespartnerService = new Google_Service_PlayMovies(...); * $storeInfos = $playmoviespartnerService->storeInfos; * */ class Google_Service_PlayMovies_Resource_AccountsStoreInfos extends Google_Service_Resource { /** * List StoreInfos owned or managed by the partner. * * See _Authentication and Authorization rules_ and _List methods rules_ for * more information about this method. (storeInfos.listAccountsStoreInfos) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string mids Filter StoreInfos that match any of the given `mid`s. * @opt_param string pphNames See _List methods rules_ for info about this * field. * @opt_param string countries Filter StoreInfos that match (case-insensitive) * any of the given country codes, using the "ISO 3166-1 alpha-2" format * (examples: "US", "us", "Us"). * @opt_param string name Filter that matches StoreInfos with a `name` or * `show_name` that contains the given case-insensitive name. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string seasonIds Filter StoreInfos that match any of the given * `season_id`s. * @opt_param string videoIds Filter StoreInfos that match any of the given * `video_id`s. * @opt_param string videoId Filter StoreInfos that match a given `video_id`. * NOTE: this field is deprecated and will be removed on V2; `video_ids` should * be used instead. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @return Google_Service_PlayMovies_ListStoreInfosResponse */ public function listAccountsStoreInfos($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlayMovies_ListStoreInfosResponse"); } } PK$ ZzuLccHvendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.phpnu[approvedTime = $approvedTime; } public function getApprovedTime() { return $this->approvedTime; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelName($channelName) { $this->channelName = $channelName; } public function getChannelName() { return $this->channelName; } public function setCountries($countries) { $this->countries = $countries; } public function getCountries() { return $this->countries; } public function setCustomId($customId) { $this->customId = $customId; } public function getCustomId() { return $this->customId; } public function setEarliestAvailStartTime($earliestAvailStartTime) { $this->earliestAvailStartTime = $earliestAvailStartTime; } public function getEarliestAvailStartTime() { return $this->earliestAvailStartTime; } public function setEpisodeName($episodeName) { $this->episodeName = $episodeName; } public function getEpisodeName() { return $this->episodeName; } public function setLegacyPriority($legacyPriority) { $this->legacyPriority = $legacyPriority; } public function getLegacyPriority() { return $this->legacyPriority; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNormalizedPriority($normalizedPriority) { $this->normalizedPriority = $normalizedPriority; } public function getNormalizedPriority() { return $this->normalizedPriority; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setOrderedTime($orderedTime) { $this->orderedTime = $orderedTime; } public function getOrderedTime() { return $this->orderedTime; } public function setPphName($pphName) { $this->pphName = $pphName; } public function getPphName() { return $this->pphName; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setReceivedTime($receivedTime) { $this->receivedTime = $receivedTime; } public function getReceivedTime() { return $this->receivedTime; } public function setRejectionNote($rejectionNote) { $this->rejectionNote = $rejectionNote; } public function getRejectionNote() { return $this->rejectionNote; } public function setSeasonName($seasonName) { $this->seasonName = $seasonName; } public function getSeasonName() { return $this->seasonName; } public function setShowName($showName) { $this->showName = $showName; } public function getShowName() { return $this->showName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setStudioName($studioName) { $this->studioName = $studioName; } public function getStudioName() { return $this->studioName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK$ Znf((Lvendor/google/apiclient-services/src/Google/Service/PlayMovies/StoreInfo.phpnu[audioTracks = $audioTracks; } public function getAudioTracks() { return $this->audioTracks; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setEditLevelEidr($editLevelEidr) { $this->editLevelEidr = $editLevelEidr; } public function getEditLevelEidr() { return $this->editLevelEidr; } public function setEpisodeNumber($episodeNumber) { $this->episodeNumber = $episodeNumber; } public function getEpisodeNumber() { return $this->episodeNumber; } public function setHasAudio51($hasAudio51) { $this->hasAudio51 = $hasAudio51; } public function getHasAudio51() { return $this->hasAudio51; } public function setHasEstOffer($hasEstOffer) { $this->hasEstOffer = $hasEstOffer; } public function getHasEstOffer() { return $this->hasEstOffer; } public function setHasHdOffer($hasHdOffer) { $this->hasHdOffer = $hasHdOffer; } public function getHasHdOffer() { return $this->hasHdOffer; } public function setHasInfoCards($hasInfoCards) { $this->hasInfoCards = $hasInfoCards; } public function getHasInfoCards() { return $this->hasInfoCards; } public function setHasSdOffer($hasSdOffer) { $this->hasSdOffer = $hasSdOffer; } public function getHasSdOffer() { return $this->hasSdOffer; } public function setHasVodOffer($hasVodOffer) { $this->hasVodOffer = $hasVodOffer; } public function getHasVodOffer() { return $this->hasVodOffer; } public function setLiveTime($liveTime) { $this->liveTime = $liveTime; } public function getLiveTime() { return $this->liveTime; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPphNames($pphNames) { $this->pphNames = $pphNames; } public function getPphNames() { return $this->pphNames; } public function setSeasonId($seasonId) { $this->seasonId = $seasonId; } public function getSeasonId() { return $this->seasonId; } public function setSeasonName($seasonName) { $this->seasonName = $seasonName; } public function getSeasonName() { return $this->seasonName; } public function setSeasonNumber($seasonNumber) { $this->seasonNumber = $seasonNumber; } public function getSeasonNumber() { return $this->seasonNumber; } public function setShowId($showId) { $this->showId = $showId; } public function getShowId() { return $this->showId; } public function setShowName($showName) { $this->showName = $showName; } public function getShowName() { return $this->showName; } public function setStudioName($studioName) { $this->studioName = $studioName; } public function getStudioName() { return $this->studioName; } public function setSubtitles($subtitles) { $this->subtitles = $subtitles; } public function getSubtitles() { return $this->subtitles; } public function setTitleLevelEidr($titleLevelEidr) { $this->titleLevelEidr = $titleLevelEidr; } public function getTitleLevelEidr() { return $this->titleLevelEidr; } public function setTrailerId($trailerId) { $this->trailerId = $trailerId; } public function getTrailerId() { return $this->trailerId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK$ Zi Uvendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.phpnu[avails = $avails; } /** * @return Google_Service_PlayMovies_Avail */ public function getAvails() { return $this->avails; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Z] Uvendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PlayMovies_Order */ public function setOrders($orders) { $this->orders = $orders; } /** * @return Google_Service_PlayMovies_Order */ public function getOrders() { return $this->orders; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Zᒭ((Hvendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.phpnu[altId = $altId; } public function getAltId() { return $this->altId; } public function setAvailId($availId) { $this->availId = $availId; } public function getAvailId() { return $this->availId; } public function setCaptionExemption($captionExemption) { $this->captionExemption = $captionExemption; } public function getCaptionExemption() { return $this->captionExemption; } public function setCaptionIncluded($captionIncluded) { $this->captionIncluded = $captionIncluded; } public function getCaptionIncluded() { return $this->captionIncluded; } public function setContentId($contentId) { $this->contentId = $contentId; } public function getContentId() { return $this->contentId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEncodeId($encodeId) { $this->encodeId = $encodeId; } public function getEncodeId() { return $this->encodeId; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setEpisodeAltId($episodeAltId) { $this->episodeAltId = $episodeAltId; } public function getEpisodeAltId() { return $this->episodeAltId; } public function setEpisodeNumber($episodeNumber) { $this->episodeNumber = $episodeNumber; } public function getEpisodeNumber() { return $this->episodeNumber; } public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias) { $this->episodeTitleInternalAlias = $episodeTitleInternalAlias; } public function getEpisodeTitleInternalAlias() { return $this->episodeTitleInternalAlias; } public function setFormatProfile($formatProfile) { $this->formatProfile = $formatProfile; } public function getFormatProfile() { return $this->formatProfile; } public function setLicenseType($licenseType) { $this->licenseType = $licenseType; } public function getLicenseType() { return $this->licenseType; } public function setPphNames($pphNames) { $this->pphNames = $pphNames; } public function getPphNames() { return $this->pphNames; } public function setPriceType($priceType) { $this->priceType = $priceType; } public function getPriceType() { return $this->priceType; } public function setPriceValue($priceValue) { $this->priceValue = $priceValue; } public function getPriceValue() { return $this->priceValue; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setRatingReason($ratingReason) { $this->ratingReason = $ratingReason; } public function getRatingReason() { return $this->ratingReason; } public function setRatingSystem($ratingSystem) { $this->ratingSystem = $ratingSystem; } public function getRatingSystem() { return $this->ratingSystem; } public function setRatingValue($ratingValue) { $this->ratingValue = $ratingValue; } public function getRatingValue() { return $this->ratingValue; } public function setReleaseDate($releaseDate) { $this->releaseDate = $releaseDate; } public function getReleaseDate() { return $this->releaseDate; } public function setSeasonAltId($seasonAltId) { $this->seasonAltId = $seasonAltId; } public function getSeasonAltId() { return $this->seasonAltId; } public function setSeasonNumber($seasonNumber) { $this->seasonNumber = $seasonNumber; } public function getSeasonNumber() { return $this->seasonNumber; } public function setSeasonTitleInternalAlias($seasonTitleInternalAlias) { $this->seasonTitleInternalAlias = $seasonTitleInternalAlias; } public function getSeasonTitleInternalAlias() { return $this->seasonTitleInternalAlias; } public function setSeriesAltId($seriesAltId) { $this->seriesAltId = $seriesAltId; } public function getSeriesAltId() { return $this->seriesAltId; } public function setSeriesTitleInternalAlias($seriesTitleInternalAlias) { $this->seriesTitleInternalAlias = $seriesTitleInternalAlias; } public function getSeriesTitleInternalAlias() { return $this->seriesTitleInternalAlias; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } public function setStoreLanguage($storeLanguage) { $this->storeLanguage = $storeLanguage; } public function getStoreLanguage() { return $this->storeLanguage; } public function setSuppressionLiftDate($suppressionLiftDate) { $this->suppressionLiftDate = $suppressionLiftDate; } public function getSuppressionLiftDate() { return $this->suppressionLiftDate; } public function setTerritory($territory) { $this->territory = $territory; } public function getTerritory() { return $this->territory; } public function setTitleInternalAlias($titleInternalAlias) { $this->titleInternalAlias = $titleInternalAlias; } public function getTitleInternalAlias() { return $this->titleInternalAlias; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } public function setWorkType($workType) { $this->workType = $workType; } public function getWorkType() { return $this->workType; } } PK$ Z  Bvendor/google/apiclient-services/src/Google/Service/CloudTrace.phpnu[ * Sends application trace data to Cloud Trace for viewing. Trace data is * collected for all App Engine applications by default. Trace data from other * applications can be provided using this API. This library is used to interact * with the Cloud Trace API directly. If you are looking to instrument your * application for Cloud Trace, we recommend using OpenCensus.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudTrace extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Write Trace data for a project or application. */ const TRACE_APPEND = "https://www.googleapis.com/auth/trace.append"; public $projects_traces; public $projects_traces_spans; /** * Constructs the internal representation of the CloudTrace service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudtrace.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'cloudtrace'; $this->projects_traces = new Google_Service_CloudTrace_Resource_ProjectsTraces( $this, $this->serviceName, 'traces', array( 'methods' => array( 'batchWrite' => array( 'path' => 'v2/{+name}/traces:batchWrite', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_traces_spans = new Google_Service_CloudTrace_Resource_ProjectsTracesSpans( $this, $this->serviceName, 'spans', array( 'methods' => array( 'createSpan' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK$ ZX{++Qvendor/google/apiclient-services/src/Google/Service/CloudKMS/LocationMetadata.phpnu[ekmAvailable = $ekmAvailable; } public function getEkmAvailable() { return $this->ekmAvailable; } public function setHsmAvailable($hsmAvailable) { $this->hsmAvailable = $hsmAvailable; } public function getHsmAvailable() { return $this->hsmAvailable; } } PK$ Z-_QQOvendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK$ Z1(Uvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.phpnu[keyRings = $keyRings; } /** * @return Google_Service_CloudKMS_KeyRing[] */ public function getKeyRings() { return $this->keyRings; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Z (Jvendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPem($pem) { $this->pem = $pem; } public function getPem() { return $this->pem; } public function setPemCrc32c($pemCrc32c) { $this->pemCrc32c = $pemCrc32c; } public function getPemCrc32c() { return $this->pemCrc32c; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } } PK$ Zc/yWvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.phpnu[cryptoKeys = $cryptoKeys; } /** * @return Google_Service_CloudKMS_CryptoKey[] */ public function getCryptoKeys() { return $this->cryptoKeys; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ ZLA_vendor/google/apiclient-services/src/Google/Service/CloudKMS/RestoreCryptoKeyVersionRequest.phpnu[certChains = $certChains; } /** * @return Google_Service_CloudKMS_CertificateChains */ public function getCertChains() { return $this->certChains; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } } PK$ ZmWvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.phpnu[name = $name; } public function getName() { return $this->name; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } public function setSignatureCrc32c($signatureCrc32c) { $this->signatureCrc32c = $signatureCrc32c; } public function getSignatureCrc32c() { return $this->signatureCrc32c; } public function setVerifiedDigestCrc32c($verifiedDigestCrc32c) { $this->verifiedDigestCrc32c = $verifiedDigestCrc32c; } public function getVerifiedDigestCrc32c() { return $this->verifiedDigestCrc32c; } } PK$ Z=hs  Jvendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNextRotationTime($nextRotationTime) { $this->nextRotationTime = $nextRotationTime; } public function getNextRotationTime() { return $this->nextRotationTime; } /** * @param Google_Service_CloudKMS_CryptoKeyVersion */ public function setPrimary(Google_Service_CloudKMS_CryptoKeyVersion $primary) { $this->primary = $primary; } /** * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function getPrimary() { return $this->primary; } public function setPurpose($purpose) { $this->purpose = $purpose; } public function getPurpose() { return $this->purpose; } public function setRotationPeriod($rotationPeriod) { $this->rotationPeriod = $rotationPeriod; } public function getRotationPeriod() { return $this->rotationPeriod; } /** * @param Google_Service_CloudKMS_CryptoKeyVersionTemplate */ public function setVersionTemplate(Google_Service_CloudKMS_CryptoKeyVersionTemplate $versionTemplate) { $this->versionTemplate = $versionTemplate; } /** * @return Google_Service_CloudKMS_CryptoKeyVersionTemplate */ public function getVersionTemplate() { return $this->versionTemplate; } } PK$ Z=\Tvendor/google/apiclient-services/src/Google/Service/CloudKMS/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudKMS_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ Z%Gvendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudKMS_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudKMS_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudKMS_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK$ Z{EEPvendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptResponse.phpnu[ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } public function setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c) { $this->verifiedAdditionalAuthenticatedDataCrc32c = $verifiedAdditionalAuthenticatedDataCrc32c; } public function getVerifiedAdditionalAuthenticatedDataCrc32c() { return $this->verifiedAdditionalAuthenticatedDataCrc32c; } public function setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c) { $this->verifiedPlaintextCrc32c = $verifiedPlaintextCrc32c; } public function getVerifiedPlaintextCrc32c() { return $this->verifiedPlaintextCrc32c; } } PK$ Zc[vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ ZP\]6DD[vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.phpnu[ * $cloudkmsService = new Google_Service_CloudKMS(...); * $locations = $cloudkmsService->locations; * */ class Google_Service_CloudKMS_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudKMS_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string 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_CloudKMS_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudKMS_ListLocationsResponse"); } } PK$ Z2B))mvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.phpnu[ * $cloudkmsService = new Google_Service_CloudKMS(...); * $cryptoKeys = $cloudkmsService->cryptoKeys; * */ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys extends Google_Service_Resource { /** * Create a new CryptoKey within a KeyRing. CryptoKey.purpose and * CryptoKey.version_template.algorithm are required. (cryptoKeys.create) * * @param string $parent Required. The name of the KeyRing associated with the * CryptoKeys. * @param Google_Service_CloudKMS_CryptoKey $postBody * @param array $optParams Optional parameters. * * @opt_param string cryptoKeyId Required. It must be unique within a KeyRing * and match the regular expression `[a-zA-Z0-9_-]{1,63}` * @opt_param bool skipInitialVersionCreation If set to true, the request will * create a CryptoKey without any CryptoKeyVersions. You must manually call * CreateCryptoKeyVersion or ImportCryptoKeyVersion before you can use this * CryptoKey. * @return Google_Service_CloudKMS_CryptoKey */ public function create($parent, Google_Service_CloudKMS_CryptoKey $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudKMS_CryptoKey"); } /** * Decrypts data that was protected by Encrypt. The CryptoKey.purpose must be * ENCRYPT_DECRYPT. (cryptoKeys.decrypt) * * @param string $name Required. The resource name of the CryptoKey to use for * decryption. The server will choose the appropriate version. * @param Google_Service_CloudKMS_DecryptRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_DecryptResponse */ public function decrypt($name, Google_Service_CloudKMS_DecryptRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('decrypt', array($params), "Google_Service_CloudKMS_DecryptResponse"); } /** * Encrypts data, so that it can only be recovered by a call to Decrypt. The * CryptoKey.purpose must be ENCRYPT_DECRYPT. (cryptoKeys.encrypt) * * @param string $name Required. The resource name of the CryptoKey or * CryptoKeyVersion to use for encryption. If a CryptoKey is specified, the * server will use its primary version. * @param Google_Service_CloudKMS_EncryptRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_EncryptResponse */ public function encrypt($name, Google_Service_CloudKMS_EncryptRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('encrypt', array($params), "Google_Service_CloudKMS_EncryptResponse"); } /** * Returns metadata for a given CryptoKey, as well as its primary * CryptoKeyVersion. (cryptoKeys.get) * * @param string $name Required. The name of the CryptoKey to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKey */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudKMS_CryptoKey"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (cryptoKeys.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudKMS_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); } /** * Lists CryptoKeys. (cryptoKeys.listProjectsLocationsKeyRingsCryptoKeys) * * @param string $parent Required. The resource name of the KeyRing to list, in * the format `projects/locations/keyRings`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param int pageSize Optional. Optional limit on the number of CryptoKeys * to include in the response. Further CryptoKeys can subsequently be obtained * by including the ListCryptoKeysResponse.next_page_token in a subsequent * request. If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Optional pagination token, returned * earlier via ListCryptoKeysResponse.next_page_token. * @opt_param string versionView The fields of the primary version to include in * the response. * @return Google_Service_CloudKMS_ListCryptoKeysResponse */ public function listProjectsLocationsKeyRingsCryptoKeys($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudKMS_ListCryptoKeysResponse"); } /** * Update a CryptoKey. (cryptoKeys.patch) * * @param string $name Output only. The resource name for this CryptoKey in the * format `projects/locations/keyRings/cryptoKeys`. * @param Google_Service_CloudKMS_CryptoKey $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_CloudKMS_CryptoKey */ public function patch($name, Google_Service_CloudKMS_CryptoKey $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudKMS_CryptoKey"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (cryptoKeys.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudKMS_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_Policy */ public function setIamPolicy($resource, Google_Service_CloudKMS_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (cryptoKeys.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudKMS_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudKMS_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudKMS_TestIamPermissionsResponse"); } /** * Update the version of a CryptoKey that will be used in Encrypt. Returns an * error if called on an asymmetric key. (cryptoKeys.updatePrimaryVersion) * * @param string $name Required. The resource name of the CryptoKey to update. * @param Google_Service_CloudKMS_UpdateCryptoKeyPrimaryVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKey */ public function updatePrimaryVersion($name, Google_Service_CloudKMS_UpdateCryptoKeyPrimaryVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatePrimaryVersion', array($params), "Google_Service_CloudKMS_CryptoKey"); } } PK$ ZBcvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.phpnu[ * $cloudkmsService = new Google_Service_CloudKMS(...); * $keyRings = $cloudkmsService->keyRings; * */ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings extends Google_Service_Resource { /** * Create a new KeyRing in a given Project and Location. (keyRings.create) * * @param string $parent Required. The resource name of the location associated * with the KeyRings, in the format `projects/locations`. * @param Google_Service_CloudKMS_KeyRing $postBody * @param array $optParams Optional parameters. * * @opt_param string keyRingId Required. It must be unique within a location and * match the regular expression `[a-zA-Z0-9_-]{1,63}` * @return Google_Service_CloudKMS_KeyRing */ public function create($parent, Google_Service_CloudKMS_KeyRing $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudKMS_KeyRing"); } /** * Returns metadata for a given KeyRing. (keyRings.get) * * @param string $name Required. The name of the KeyRing to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_KeyRing */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudKMS_KeyRing"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (keyRings.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudKMS_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); } /** * Lists KeyRings. (keyRings.listProjectsLocationsKeyRings) * * @param string $parent Required. The resource name of the location associated * with the KeyRings, in the format `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param int pageSize Optional. Optional limit on the number of KeyRings to * include in the response. Further KeyRings can subsequently be obtained by * including the ListKeyRingsResponse.next_page_token in a subsequent request. * If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Optional pagination token, returned * earlier via ListKeyRingsResponse.next_page_token. * @return Google_Service_CloudKMS_ListKeyRingsResponse */ public function listProjectsLocationsKeyRings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudKMS_ListKeyRingsResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (keyRings.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudKMS_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_Policy */ public function setIamPolicy($resource, Google_Service_CloudKMS_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (keyRings.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudKMS_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudKMS_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudKMS_TestIamPermissionsResponse"); } } PK$ ZbH⤬''~vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.phpnu[ * $cloudkmsService = new Google_Service_CloudKMS(...); * $cryptoKeyVersions = $cloudkmsService->cryptoKeyVersions; * */ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions extends Google_Service_Resource { /** * Decrypts data that was encrypted with a public key retrieved from * GetPublicKey corresponding to a CryptoKeyVersion with CryptoKey.purpose * ASYMMETRIC_DECRYPT. (cryptoKeyVersions.asymmetricDecrypt) * * @param string $name Required. The resource name of the CryptoKeyVersion to * use for decryption. * @param Google_Service_CloudKMS_AsymmetricDecryptRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_AsymmetricDecryptResponse */ public function asymmetricDecrypt($name, Google_Service_CloudKMS_AsymmetricDecryptRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asymmetricDecrypt', array($params), "Google_Service_CloudKMS_AsymmetricDecryptResponse"); } /** * Signs data using a CryptoKeyVersion with CryptoKey.purpose ASYMMETRIC_SIGN, * producing a signature that can be verified with the public key retrieved from * GetPublicKey. (cryptoKeyVersions.asymmetricSign) * * @param string $name Required. The resource name of the CryptoKeyVersion to * use for signing. * @param Google_Service_CloudKMS_AsymmetricSignRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_AsymmetricSignResponse */ public function asymmetricSign($name, Google_Service_CloudKMS_AsymmetricSignRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asymmetricSign', array($params), "Google_Service_CloudKMS_AsymmetricSignResponse"); } /** * Create a new CryptoKeyVersion in a CryptoKey. The server will assign the next * sequential id. If unset, state will be set to ENABLED. * (cryptoKeyVersions.create) * * @param string $parent Required. The name of the CryptoKey associated with the * CryptoKeyVersions. * @param Google_Service_CloudKMS_CryptoKeyVersion $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function create($parent, Google_Service_CloudKMS_CryptoKeyVersion $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); } /** * Schedule a CryptoKeyVersion for destruction. Upon calling this method, * CryptoKeyVersion.state will be set to DESTROY_SCHEDULED and destroy_time will * be set to a time 24 hours in the future, at which point the state will be * changed to DESTROYED, and the key material will be irrevocably destroyed. * Before the destroy_time is reached, RestoreCryptoKeyVersion may be called to * reverse the process. (cryptoKeyVersions.destroy) * * @param string $name Required. The resource name of the CryptoKeyVersion to * destroy. * @param Google_Service_CloudKMS_DestroyCryptoKeyVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function destroy($name, Google_Service_CloudKMS_DestroyCryptoKeyVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('destroy', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); } /** * Returns metadata for a given CryptoKeyVersion. (cryptoKeyVersions.get) * * @param string $name Required. The name of the CryptoKeyVersion to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); } /** * Returns the public key for the given CryptoKeyVersion. The CryptoKey.purpose * must be ASYMMETRIC_SIGN or ASYMMETRIC_DECRYPT. * (cryptoKeyVersions.getPublicKey) * * @param string $name Required. The name of the CryptoKeyVersion public key to * get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_PublicKey */ public function getPublicKey($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getPublicKey', array($params), "Google_Service_CloudKMS_PublicKey"); } /** * Imports a new CryptoKeyVersion into an existing CryptoKey using the wrapped * key material provided in the request. The version ID will be assigned the * next sequential id within the CryptoKey. (cryptoKeyVersions.import) * * @param string $parent Required. The name of the CryptoKey to be imported * into. * @param Google_Service_CloudKMS_ImportCryptoKeyVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function import($parent, Google_Service_CloudKMS_ImportCryptoKeyVersionRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); } /** * Lists CryptoKeyVersions. * (cryptoKeyVersions.listProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions) * * @param string $parent Required. The resource name of the CryptoKey to list, * in the format `projects/locations/keyRings/cryptoKeys`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param int pageSize Optional. Optional limit on the number of * CryptoKeyVersions to include in the response. Further CryptoKeyVersions can * subsequently be obtained by including the * ListCryptoKeyVersionsResponse.next_page_token in a subsequent request. If * unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Optional pagination token, returned * earlier via ListCryptoKeyVersionsResponse.next_page_token. * @opt_param string view The fields to include in the response. * @return Google_Service_CloudKMS_ListCryptoKeyVersionsResponse */ public function listProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudKMS_ListCryptoKeyVersionsResponse"); } /** * Update a CryptoKeyVersion's metadata. state may be changed between ENABLED * and DISABLED using this method. See DestroyCryptoKeyVersion and * RestoreCryptoKeyVersion to move between other states. * (cryptoKeyVersions.patch) * * @param string $name Output only. The resource name for this CryptoKeyVersion * in the format `projects/locations/keyRings/cryptoKeys/cryptoKeyVersions`. * @param Google_Service_CloudKMS_CryptoKeyVersion $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function patch($name, Google_Service_CloudKMS_CryptoKeyVersion $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); } /** * Restore a CryptoKeyVersion in the DESTROY_SCHEDULED state. Upon restoration * of the CryptoKeyVersion, state will be set to DISABLED, and destroy_time will * be cleared. (cryptoKeyVersions.restore) * * @param string $name Required. The resource name of the CryptoKeyVersion to * restore. * @param Google_Service_CloudKMS_RestoreCryptoKeyVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function restore($name, Google_Service_CloudKMS_RestoreCryptoKeyVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); } } PK$ Z^mvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.phpnu[ * $cloudkmsService = new Google_Service_CloudKMS(...); * $importJobs = $cloudkmsService->importJobs; * */ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs extends Google_Service_Resource { /** * Create a new ImportJob within a KeyRing. ImportJob.import_method is required. * (importJobs.create) * * @param string $parent Required. The name of the KeyRing associated with the * ImportJobs. * @param Google_Service_CloudKMS_ImportJob $postBody * @param array $optParams Optional parameters. * * @opt_param string importJobId Required. It must be unique within a KeyRing * and match the regular expression `[a-zA-Z0-9_-]{1,63}` * @return Google_Service_CloudKMS_ImportJob */ public function create($parent, Google_Service_CloudKMS_ImportJob $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudKMS_ImportJob"); } /** * Returns metadata for a given ImportJob. (importJobs.get) * * @param string $name Required. The name of the ImportJob to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_ImportJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudKMS_ImportJob"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (importJobs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudKMS_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); } /** * Lists ImportJobs. (importJobs.listProjectsLocationsKeyRingsImportJobs) * * @param string $parent Required. The resource name of the KeyRing to list, in * the format `projects/locations/keyRings`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @opt_param int pageSize Optional. Optional limit on the number of ImportJobs * to include in the response. Further ImportJobs can subsequently be obtained * by including the ListImportJobsResponse.next_page_token in a subsequent * request. If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Optional pagination token, returned * earlier via ListImportJobsResponse.next_page_token. * @return Google_Service_CloudKMS_ListImportJobsResponse */ public function listProjectsLocationsKeyRingsImportJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudKMS_ListImportJobsResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (importJobs.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudKMS_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_Policy */ public function setIamPolicy($resource, Google_Service_CloudKMS_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (importJobs.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudKMS_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudKMS_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudKMS_TestIamPermissionsResponse"); } } PK$ ZVnnRvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.phpnu[ * $cloudkmsService = new Google_Service_CloudKMS(...); * $projects = $cloudkmsService->projects; * */ class Google_Service_CloudKMS_Resource_Projects extends Google_Service_Resource { } PK$ Z!){{Hvendor/google/apiclient-services/src/Google/Service/CloudKMS/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudKMS_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK$ Z`]Vvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudKMS_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ ZS?kPvendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptResponse.phpnu[plaintext = $plaintext; } public function getPlaintext() { return $this->plaintext; } public function setPlaintextCrc32c($plaintextCrc32c) { $this->plaintextCrc32c = $plaintextCrc32c; } public function getPlaintextCrc32c() { return $this->plaintextCrc32c; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } public function setUsedPrimary($usedPrimary) { $this->usedPrimary = $usedPrimary; } public function getUsedPrimary() { return $this->usedPrimary; } } PK$ Z9evendor/google/apiclient-services/src/Google/Service/CloudKMS/UpdateCryptoKeyPrimaryVersionRequest.phpnu[cryptoKeyVersionId = $cryptoKeyVersionId; } public function getCryptoKeyVersionId() { return $this->cryptoKeyVersionId; } } PK$ Z[R33Yvendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersionTemplate.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } } PK$ Z0V™Zvendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Z8XOvendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptRequest.phpnu[additionalAuthenticatedData = $additionalAuthenticatedData; } public function getAdditionalAuthenticatedData() { return $this->additionalAuthenticatedData; } public function setAdditionalAuthenticatedDataCrc32c($additionalAuthenticatedDataCrc32c) { $this->additionalAuthenticatedDataCrc32c = $additionalAuthenticatedDataCrc32c; } public function getAdditionalAuthenticatedDataCrc32c() { return $this->additionalAuthenticatedDataCrc32c; } public function setPlaintext($plaintext) { $this->plaintext = $plaintext; } public function getPlaintext() { return $this->plaintext; } public function setPlaintextCrc32c($plaintextCrc32c) { $this->plaintextCrc32c = $plaintextCrc32c; } public function getPlaintextCrc32c() { return $this->plaintextCrc32c; } } PK$ ZȒHvendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyRing.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ ZSGAAYvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptRequest.phpnu[ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } } PK$ ZXiiGvendor/google/apiclient-services/src/Google/Service/CloudKMS/Digest.phpnu[sha256 = $sha256; } public function getSha256() { return $this->sha256; } public function setSha384($sha384) { $this->sha384 = $sha384; } public function getSha384() { return $this->sha384; } public function setSha512($sha512) { $this->sha512 = $sha512; } public function getSha512() { return $this->sha512; } } PK$ Z*EEQvendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } /** * @param Google_Service_CloudKMS_KeyOperationAttestation */ public function setAttestation(Google_Service_CloudKMS_KeyOperationAttestation $attestation) { $this->attestation = $attestation; } /** * @return Google_Service_CloudKMS_KeyOperationAttestation */ public function getAttestation() { return $this->attestation; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDestroyEventTime($destroyEventTime) { $this->destroyEventTime = $destroyEventTime; } public function getDestroyEventTime() { return $this->destroyEventTime; } public function setDestroyTime($destroyTime) { $this->destroyTime = $destroyTime; } public function getDestroyTime() { return $this->destroyTime; } /** * @param Google_Service_CloudKMS_ExternalProtectionLevelOptions */ public function setExternalProtectionLevelOptions(Google_Service_CloudKMS_ExternalProtectionLevelOptions $externalProtectionLevelOptions) { $this->externalProtectionLevelOptions = $externalProtectionLevelOptions; } /** * @return Google_Service_CloudKMS_ExternalProtectionLevelOptions */ public function getExternalProtectionLevelOptions() { return $this->externalProtectionLevelOptions; } public function setGenerateTime($generateTime) { $this->generateTime = $generateTime; } public function getGenerateTime() { return $this->generateTime; } public function setImportFailureReason($importFailureReason) { $this->importFailureReason = $importFailureReason; } public function getImportFailureReason() { return $this->importFailureReason; } public function setImportJob($importJob) { $this->importJob = $importJob; } public function getImportJob() { return $this->importJob; } public function setImportTime($importTime) { $this->importTime = $importTime; } public function getImportTime() { return $this->importTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK$ ZDssRvendor/google/apiclient-services/src/Google/Service/CloudKMS/CertificateChains.phpnu[caviumCerts = $caviumCerts; } public function getCaviumCerts() { return $this->caviumCerts; } public function setGoogleCardCerts($googleCardCerts) { $this->googleCardCerts = $googleCardCerts; } public function getGoogleCardCerts() { return $this->googleCardCerts; } public function setGooglePartitionCerts($googlePartitionCerts) { $this->googlePartitionCerts = $googlePartitionCerts; } public function getGooglePartitionCerts() { return $this->googlePartitionCerts; } } PK$ Ziu_vendor/google/apiclient-services/src/Google/Service/CloudKMS/ExternalProtectionLevelOptions.phpnu[externalKeyUri = $externalKeyUri; } public function getExternalKeyUri() { return $this->externalKeyUri; } } PK$ Z0^vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportCryptoKeyVersionRequest.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setImportJob($importJob) { $this->importJob = $importJob; } public function getImportJob() { return $this->importJob; } public function setRsaAesWrappedKey($rsaAesWrappedKey) { $this->rsaAesWrappedKey = $rsaAesWrappedKey; } public function getRsaAesWrappedKey() { return $this->rsaAesWrappedKey; } } PK$ Zك''Rvendor/google/apiclient-services/src/Google/Service/CloudKMS/WrappingPublicKey.phpnu[pem = $pem; } public function getPem() { return $this->pem; } } PK$ Zy=ݻ88^vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeyVersionsResponse.phpnu[cryptoKeyVersions = $cryptoKeyVersions; } /** * @return Google_Service_CloudKMS_CryptoKeyVersion[] */ public function getCryptoKeyVersions() { return $this->cryptoKeyVersions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Z Jvendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportJob.phpnu[attestation = $attestation; } /** * @return Google_Service_CloudKMS_KeyOperationAttestation */ public function getAttestation() { return $this->attestation; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpireEventTime($expireEventTime) { $this->expireEventTime = $expireEventTime; } public function getExpireEventTime() { return $this->expireEventTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setGenerateTime($generateTime) { $this->generateTime = $generateTime; } public function getGenerateTime() { return $this->generateTime; } public function setImportMethod($importMethod) { $this->importMethod = $importMethod; } public function getImportMethod() { return $this->importMethod; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } /** * @param Google_Service_CloudKMS_WrappingPublicKey */ public function setPublicKey(Google_Service_CloudKMS_WrappingPublicKey $publicKey) { $this->publicKey = $publicKey; } /** * @return Google_Service_CloudKMS_WrappingPublicKey */ public function getPublicKey() { return $this->publicKey; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK$ ZGfNIvendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ Z#33Lvendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudKMS_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK$ ZZEVvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignRequest.phpnu[digest = $digest; } /** * @return Google_Service_CloudKMS_Digest */ public function getDigest() { return $this->digest; } public function setDigestCrc32c($digestCrc32c) { $this->digestCrc32c = $digestCrc32c; } public function getDigestCrc32c() { return $this->digestCrc32c; } } PK$ Zf}>Ovendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptRequest.phpnu[additionalAuthenticatedData = $additionalAuthenticatedData; } public function getAdditionalAuthenticatedData() { return $this->additionalAuthenticatedData; } public function setAdditionalAuthenticatedDataCrc32c($additionalAuthenticatedDataCrc32c) { $this->additionalAuthenticatedDataCrc32c = $additionalAuthenticatedDataCrc32c; } public function getAdditionalAuthenticatedDataCrc32c() { return $this->additionalAuthenticatedDataCrc32c; } public function setCiphertext($ciphertext) { $this->ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } } PK$ ZQ Wvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListImportJobsResponse.phpnu[importJobs = $importJobs; } /** * @return Google_Service_CloudKMS_ImportJob[] */ public function getImportJobs() { return $this->importJobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK$ Zx))Zvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptResponse.phpnu[plaintext = $plaintext; } public function getPlaintext() { return $this->plaintext; } public function setPlaintextCrc32c($plaintextCrc32c) { $this->plaintextCrc32c = $plaintextCrc32c; } public function getPlaintextCrc32c() { return $this->plaintextCrc32c; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } public function setVerifiedCiphertextCrc32c($verifiedCiphertextCrc32c) { $this->verifiedCiphertextCrc32c = $verifiedCiphertextCrc32c; } public function getVerifiedCiphertextCrc32c() { return $this->verifiedCiphertextCrc32c; } } PK$ Z4*_vendor/google/apiclient-services/src/Google/Service/CloudKMS/DestroyCryptoKeyVersionRequest.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK$ Z* w++dvendor/google/apiclient-services/src/Google/Service/CloudDomains/ConfigureContactSettingsRequest.phpnu[contactNotices = $contactNotices; } public function getContactNotices() { return $this->contactNotices; } /** * @param Google_Service_CloudDomains_ContactSettings */ public function setContactSettings(Google_Service_CloudDomains_ContactSettings $contactSettings) { $this->contactSettings = $contactSettings; } /** * @return Google_Service_CloudDomains_ContactSettings */ public function getContactSettings() { return $this->contactSettings; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK$ ZXUUSvendor/google/apiclient-services/src/Google/Service/CloudDomains/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK$ Zރgvendor/google/apiclient-services/src/Google/Service/CloudDomains/RetrieveRegisterParametersResponse.phpnu[registerParameters = $registerParameters; } /** * @return Google_Service_CloudDomains_RegisterParameters */ public function getRegisterParameters() { return $this->registerParameters; } } PK$ ZI Jvendor/google/apiclient-services/src/Google/Service/CloudDomains/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK$ Zr.Wvendor/google/apiclient-services/src/Google/Service/CloudDomains/RegisterParameters.phpnu[availability = $availability; } public function getAvailability() { return $this->availability; } public function setDomainName($domainName) { $this->domainName = $domainName; } public function getDomainName() { return $this->domainName; } public function setDomainNotices($domainNotices) { $this->domainNotices = $domainNotices; } public function getDomainNotices() { return $this->domainNotices; } public function setSupportedPrivacy($supportedPrivacy) { $this->supportedPrivacy = $supportedPrivacy; } public function getSupportedPrivacy() { return $this->supportedPrivacy; } /** * @param Google_Service_CloudDomains_Money */ public function setYearlyPrice(Google_Service_CloudDomains_Money $yearlyPrice) { $this->yearlyPrice = $yearlyPrice; } /** * @return Google_Service_CloudDomains_Money */ public function getYearlyPrice() { return $this->yearlyPrice; } } PK$ Z>Z//Qvendor/google/apiclient-services/src/Google/Service/CloudDomains/Registration.phpnu[contactSettings = $contactSettings; } /** * @return Google_Service_CloudDomains_ContactSettings */ public function getContactSettings() { return $this->contactSettings; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_CloudDomains_DnsSettings */ public function setDnsSettings(Google_Service_CloudDomains_DnsSettings $dnsSettings) { $this->dnsSettings = $dnsSettings; } /** * @return Google_Service_CloudDomains_DnsSettings */ public function getDnsSettings() { return $this->dnsSettings; } public function setDomainName($domainName) { $this->domainName = $domainName; } public function getDomainName() { return $this->domainName; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setIssues($issues) { $this->issues = $issues; } public function getIssues() { return $this->issues; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudDomains_ManagementSettings */ public function setManagementSettings(Google_Service_CloudDomains_ManagementSettings $managementSettings) { $this->managementSettings = $managementSettings; } /** * @return Google_Service_CloudDomains_ManagementSettings */ public function getManagementSettings() { return $this->managementSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudDomains_ContactSettings */ public function setPendingContactSettings(Google_Service_CloudDomains_ContactSettings $pendingContactSettings) { $this->pendingContactSettings = $pendingContactSettings; } /** * @return Google_Service_CloudDomains_ContactSettings */ public function getPendingContactSettings() { return $this->pendingContactSettings; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSupportedPrivacy($supportedPrivacy) { $this->supportedPrivacy = $supportedPrivacy; } public function getSupportedPrivacy() { return $this->supportedPrivacy; } } PK$ ZB&Xvendor/google/apiclient-services/src/Google/Service/CloudDomains/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudDomains_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ ZI##Kvendor/google/apiclient-services/src/Google/Service/CloudDomains/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudDomains_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudDomains_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudDomains_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK$ Z3STvendor/google/apiclient-services/src/Google/Service/CloudDomains/ContactSettings.phpnu[adminContact = $adminContact; } /** * @return Google_Service_CloudDomains_Contact */ public function getAdminContact() { return $this->adminContact; } public function setPrivacy($privacy) { $this->privacy = $privacy; } public function getPrivacy() { return $this->privacy; } /** * @param Google_Service_CloudDomains_Contact */ public function setRegistrantContact(Google_Service_CloudDomains_Contact $registrantContact) { $this->registrantContact = $registrantContact; } /** * @return Google_Service_CloudDomains_Contact */ public function getRegistrantContact() { return $this->registrantContact; } /** * @param Google_Service_CloudDomains_Contact */ public function setTechnicalContact(Google_Service_CloudDomains_Contact $technicalContact) { $this->technicalContact = $technicalContact; } /** * @return Google_Service_CloudDomains_Contact */ public function getTechnicalContact() { return $this->technicalContact; } } PK$ Za_vendor/google/apiclient-services/src/Google/Service/CloudDomains/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Z"-B{ZZ_vendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocations.phpnu[ * $domainsService = new Google_Service_CloudDomains(...); * $locations = $domainsService->locations; * */ class Google_Service_CloudDomains_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDomains_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudDomains_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDomains_ListLocationsResponse"); } } PK$ ZjkJ+ + ivendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocationsOperations.phpnu[ * $domainsService = new Google_Service_CloudDomains(...); * $operations = $domainsService->operations; * */ class Google_Service_CloudDomains_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDomains_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudDomains_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDomains_ListOperationsResponse"); } } PK$ ZƖttVvendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/Projects.phpnu[ * $domainsService = new Google_Service_CloudDomains(...); * $projects = $domainsService->projects; * */ class Google_Service_CloudDomains_Resource_Projects extends Google_Service_Resource { } PK$ Z4nDDlvendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocationsRegistrations.phpnu[ * $domainsService = new Google_Service_CloudDomains(...); * $registrations = $domainsService->registrations; * */ class Google_Service_CloudDomains_Resource_ProjectsLocationsRegistrations extends Google_Service_Resource { /** * Updates a `Registration`'s contact settings. Some changes require * confirmation by the domain's registrant contact . * (registrations.configureContactSettings) * * @param string $registration Required. The name of the `Registration` whose * contact settings are being updated, in the format * `projects/locations/registrations`. * @param Google_Service_CloudDomains_ConfigureContactSettingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function configureContactSettings($registration, Google_Service_CloudDomains_ConfigureContactSettingsRequest $postBody, $optParams = array()) { $params = array('registration' => $registration, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('configureContactSettings', array($params), "Google_Service_CloudDomains_Operation"); } /** * Updates a `Registration`'s DNS settings. (registrations.configureDnsSettings) * * @param string $registration Required. The name of the `Registration` whose * DNS settings are being updated, in the format * `projects/locations/registrations`. * @param Google_Service_CloudDomains_ConfigureDnsSettingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function configureDnsSettings($registration, Google_Service_CloudDomains_ConfigureDnsSettingsRequest $postBody, $optParams = array()) { $params = array('registration' => $registration, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('configureDnsSettings', array($params), "Google_Service_CloudDomains_Operation"); } /** * Updates a `Registration`'s management settings. * (registrations.configureManagementSettings) * * @param string $registration Required. The name of the `Registration` whose * management settings are being updated, in the format * `projects/locations/registrations`. * @param Google_Service_CloudDomains_ConfigureManagementSettingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function configureManagementSettings($registration, Google_Service_CloudDomains_ConfigureManagementSettingsRequest $postBody, $optParams = array()) { $params = array('registration' => $registration, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('configureManagementSettings', array($params), "Google_Service_CloudDomains_Operation"); } /** * Deletes a `Registration` resource. This method only works on resources in one * of the following states: * `state` is `EXPORTED` with `expire_time` in the * past * `state` is `REGISTRATION_FAILED` (registrations.delete) * * @param string $name Required. The name of the `Registration` to delete, in * the format `projects/locations/registrations`. * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudDomains_Operation"); } /** * Exports a `Registration` that you no longer want to use with Cloud Domains. * You can continue to use the domain in [Google * Domains](https://domains.google/) until it expires. If the export is * successful: * The resource's `state` becomes `EXPORTED`, meaning that it is * no longer managed by Cloud Domains * Because individual users can own domains * in Google Domains, the calling user becomes the domain's sole owner. * Permissions for the domain are subsequently managed in Google Domains. * * Without further action, the domain does not renew automatically. The new * owner can set up billing in Google Domains to renew the domain if needed. * (registrations.export) * * @param string $name Required. The name of the `Registration` to export, in * the format `projects/locations/registrations`. * @param Google_Service_CloudDomains_ExportRegistrationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function export($name, Google_Service_CloudDomains_ExportRegistrationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_CloudDomains_Operation"); } /** * Gets the details of a `Registration` resource. (registrations.get) * * @param string $name Required. The name of the `Registration` to get, in the * format `projects/locations/registrations`. * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Registration */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDomains_Registration"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (registrations.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudDomains_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudDomains_Policy"); } /** * Lists the `Registration` resources in a project. * (registrations.listProjectsLocationsRegistrations) * * @param string $parent Required. The project and location from which to list * `Registration`s, specified in the format `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string filter Filter expression to restrict the `Registration`s * returned. 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, a boolean, or an enum value. The comparison operator should be one * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to * filter to a specific domain name, use an expression like * `domainName="example.com"`. You can also check for the existence of a field; * for example, to find domains using custom DNS settings, use an expression * like `dnsSettings.customDns:*`. You can also create compound filters by * combining expressions with the `AND` and `OR` operators. For example, to find * domains that are suspended or have specific issues flagged, use an expression * like `(state=SUSPENDED) OR (issue:*)`. * @opt_param int pageSize Maximum number of results to return. * @opt_param string pageToken When set to the `next_page_token` from a prior * response, provides the next page of results. * @return Google_Service_CloudDomains_ListRegistrationsResponse */ public function listProjectsLocationsRegistrations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDomains_ListRegistrationsResponse"); } /** * Updates select fields of a `Registration` resource, notably `labels`. To * update other fields, use the appropriate custom update method: * To update * management settings, see `ConfigureManagementSettings` * To update DNS * configuration, see `ConfigureDnsSettings` * To update contact information, * see `ConfigureContactSettings` (registrations.patch) * * @param string $name Output only. Name of the `Registration` resource, in the * format `projects/locations/registrations/`. * @param Google_Service_CloudDomains_Registration $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The field mask describing which fields * to update as a comma-separated list. For example, if only the labels are * being updated, the `update_mask` would be `"labels"`. * @return Google_Service_CloudDomains_Operation */ public function patch($name, Google_Service_CloudDomains_Registration $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudDomains_Operation"); } /** * Registers a new domain name and creates a corresponding `Registration` * resource. Call `RetrieveRegisterParameters` first to check availability of * the domain name and determine parameters like price that are needed to build * a call to this method. A successful call creates a `Registration` resource in * state `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2 minutes, * indicating that the domain was successfully registered. If the resource ends * up in state `REGISTRATION_FAILED`, it indicates that the domain was not * registered successfully, and you can safely delete the resource and retry * registration. (registrations.register) * * @param string $parent Required. The parent resource of the `Registration`. * Must be in the format `projects/locations`. * @param Google_Service_CloudDomains_RegisterDomainRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Operation */ public function register($parent, Google_Service_CloudDomains_RegisterDomainRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_CloudDomains_Operation"); } /** * Resets the authorization code of the `Registration` to a new random string. * You can call this method only after 60 days have elapsed since the initial * domain registration. (registrations.resetAuthorizationCode) * * @param string $registration Required. The name of the `Registration` whose * authorization code is being reset, in the format * `projects/locations/registrations`. * @param Google_Service_CloudDomains_ResetAuthorizationCodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_AuthorizationCode */ public function resetAuthorizationCode($registration, Google_Service_CloudDomains_ResetAuthorizationCodeRequest $postBody, $optParams = array()) { $params = array('registration' => $registration, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetAuthorizationCode', array($params), "Google_Service_CloudDomains_AuthorizationCode"); } /** * Gets the authorization code of the `Registration` for the purpose of * transferring the domain to another registrar. You can call this method only * after 60 days have elapsed since the initial domain registration. * (registrations.retrieveAuthorizationCode) * * @param string $registration Required. The name of the `Registration` whose * authorization code is being retrieved, in the format * `projects/locations/registrations`. * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_AuthorizationCode */ public function retrieveAuthorizationCode($registration, $optParams = array()) { $params = array('registration' => $registration); $params = array_merge($params, $optParams); return $this->call('retrieveAuthorizationCode', array($params), "Google_Service_CloudDomains_AuthorizationCode"); } /** * Gets parameters needed to register a new domain name, including price and up- * to-date availability. Use the returned values to call `RegisterDomain`. * (registrations.retrieveRegisterParameters) * * @param string $location Required. The location. Must be in the format * `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string domainName Required. The domain name. Unicode domain names * must be expressed in Punycode format. * @return Google_Service_CloudDomains_RetrieveRegisterParametersResponse */ public function retrieveRegisterParameters($location, $optParams = array()) { $params = array('location' => $location); $params = array_merge($params, $optParams); return $this->call('retrieveRegisterParameters', array($params), "Google_Service_CloudDomains_RetrieveRegisterParametersResponse"); } /** * Searches for available domain names similar to the provided query. * Availability results from this method are approximate; call * `RetrieveRegisterParameters` on a domain before registering to confirm * availability. (registrations.searchDomains) * * @param string $location Required. The location. Must be in the format * `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string query Required. String used to search for available domain * names. * @return Google_Service_CloudDomains_SearchDomainsResponse */ public function searchDomains($location, $optParams = array()) { $params = array('location' => $location); $params = array_merge($params, $optParams); return $this->call('searchDomains', array($params), "Google_Service_CloudDomains_SearchDomainsResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (registrations.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_CloudDomains_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_Policy */ public function setIamPolicy($resource, Google_Service_CloudDomains_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudDomains_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (registrations.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_CloudDomains_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDomains_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudDomains_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudDomains_TestIamPermissionsResponse"); } } PK$ Zz[[Wvendor/google/apiclient-services/src/Google/Service/CloudDomains/ManagementSettings.phpnu[renewalMethod = $renewalMethod; } public function getRenewalMethod() { return $this->renewalMethod; } public function setTransferLockState($transferLockState) { $this->transferLockState = $transferLockState; } public function getTransferLockState() { return $this->transferLockState; } } PK$ ZbyyLvendor/google/apiclient-services/src/Google/Service/CloudDomains/Contact.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setFaxNumber($faxNumber) { $this->faxNumber = $faxNumber; } public function getFaxNumber() { return $this->faxNumber; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } /** * @param Google_Service_CloudDomains_PostalAddress */ public function setPostalAddress(Google_Service_CloudDomains_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_CloudDomains_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } } PK$ ZlbVvendor/google/apiclient-services/src/Google/Service/CloudDomains/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK$ Z5<Lvendor/google/apiclient-services/src/Google/Service/CloudDomains/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudDomains_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK$ Z! Rvendor/google/apiclient-services/src/Google/Service/CloudDomains/PostalAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK$ Z`L//Zvendor/google/apiclient-services/src/Google/Service/CloudDomains/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudDomains_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ ZcDZvendor/google/apiclient-services/src/Google/Service/CloudDomains/SearchDomainsResponse.phpnu[registerParameters = $registerParameters; } /** * @return Google_Service_CloudDomains_RegisterParameters[] */ public function getRegisterParameters() { return $this->registerParameters; } } PK$ ZڤPvendor/google/apiclient-services/src/Google/Service/CloudDomains/DnsSettings.phpnu[customDns = $customDns; } /** * @return Google_Service_CloudDomains_CustomDns */ public function getCustomDns() { return $this->customDns; } /** * @param Google_Service_CloudDomains_GlueRecord[] */ public function setGlueRecords($glueRecords) { $this->glueRecords = $glueRecords; } /** * @return Google_Service_CloudDomains_GlueRecord[] */ public function getGlueRecords() { return $this->glueRecords; } /** * @param Google_Service_CloudDomains_GoogleDomainsDns */ public function setGoogleDomainsDns(Google_Service_CloudDomains_GoogleDomainsDns $googleDomainsDns) { $this->googleDomainsDns = $googleDomainsDns; } /** * @return Google_Service_CloudDomains_GoogleDomainsDns */ public function getGoogleDomainsDns() { return $this->googleDomainsDns; } } PK$ Z݃ăgvendor/google/apiclient-services/src/Google/Service/CloudDomains/ConfigureManagementSettingsRequest.phpnu[managementSettings = $managementSettings; } /** * @return Google_Service_CloudDomains_ManagementSettings */ public function getManagementSettings() { return $this->managementSettings; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ Z]>^vendor/google/apiclient-services/src/Google/Service/CloudDomains/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Z7(cc^vendor/google/apiclient-services/src/Google/Service/CloudDomains/ListRegistrationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudDomains_Registration[] */ public function setRegistrations($registrations) { $this->registrations = $registrations; } /** * @return Google_Service_CloudDomains_Registration[] */ public function getRegistrations() { return $this->registrations; } } PK$ Zbvendor/google/apiclient-services/src/Google/Service/CloudDomains/ResetAuthorizationCodeRequest.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudDomains_Status */ public function setError(Google_Service_CloudDomains_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudDomains_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK$ Z ,WZvendor/google/apiclient-services/src/Google/Service/CloudDomains/RegisterDomainRequest.phpnu[contactNotices = $contactNotices; } public function getContactNotices() { return $this->contactNotices; } public function setDomainNotices($domainNotices) { $this->domainNotices = $domainNotices; } public function getDomainNotices() { return $this->domainNotices; } /** * @param Google_Service_CloudDomains_Registration */ public function setRegistration(Google_Service_CloudDomains_Registration $registration) { $this->registration = $registration; } /** * @return Google_Service_CloudDomains_Registration */ public function getRegistration() { return $this->registration; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } /** * @param Google_Service_CloudDomains_Money */ public function setYearlyPrice(Google_Service_CloudDomains_Money $yearlyPrice) { $this->yearlyPrice = $yearlyPrice; } /** * @return Google_Service_CloudDomains_Money */ public function getYearlyPrice() { return $this->yearlyPrice; } } PK$ ZG'Kvendor/google/apiclient-services/src/Google/Service/CloudDomains/Status.phpnu[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; } } PK$ ZnNvendor/google/apiclient-services/src/Google/Service/CloudDomains/CustomDns.phpnu[dsRecords = $dsRecords; } /** * @return Google_Service_CloudDomains_DsRecord[] */ public function getDsRecords() { return $this->dsRecords; } public function setNameServers($nameServers) { $this->nameServers = $nameServers; } public function getNameServers() { return $this->nameServers; } } PK$ ZB22Vvendor/google/apiclient-services/src/Google/Service/CloudDomains/AuthorizationCode.phpnu[code = $code; } public function getCode() { return $this->code; } } PK$ ZS]L<<[vendor/google/apiclient-services/src/Google/Service/CloudDomains/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudDomains_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudDomains_Operation[] */ public function getOperations() { return $this->operations; } } PK$ Z9$^vendor/google/apiclient-services/src/Google/Service/CloudDomains/ExportRegistrationRequest.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK$ ZW mCCPvendor/google/apiclient-services/src/Google/Service/CloudDomains/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudDomains_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK$ ZwOvendor/google/apiclient-services/src/Google/Service/CloudDomains/GlueRecord.phpnu[hostName = $hostName; } public function getHostName() { return $this->hostName; } public function setIpv4Addresses($ipv4Addresses) { $this->ipv4Addresses = $ipv4Addresses; } public function getIpv4Addresses() { return $this->ipv4Addresses; } public function setIpv6Addresses($ipv6Addresses) { $this->ipv6Addresses = $ipv6Addresses; } public function getIpv6Addresses() { return $this->ipv6Addresses; } } PK$ Zt<<Mvendor/google/apiclient-services/src/Google/Service/CloudDomains/DsRecord.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setDigest($digest) { $this->digest = $digest; } public function getDigest() { return $this->digest; } public function setDigestType($digestType) { $this->digestType = $digestType; } public function getDigestType() { return $this->digestType; } public function setKeyTag($keyTag) { $this->keyTag = $keyTag; } public function getKeyTag() { return $this->keyTag; } } PK$ Z I`vendor/google/apiclient-services/src/Google/Service/CloudDomains/ConfigureDnsSettingsRequest.phpnu[dnsSettings = $dnsSettings; } /** * @return Google_Service_CloudDomains_DnsSettings */ public function getDnsSettings() { return $this->dnsSettings; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK$ Z;Uvendor/google/apiclient-services/src/Google/Service/CloudDomains/GoogleDomainsDns.phpnu[dsRecords = $dsRecords; } /** * @return Google_Service_CloudDomains_DsRecord[] */ public function getDsRecords() { return $this->dsRecords; } public function setDsState($dsState) { $this->dsState = $dsState; } public function getDsState() { return $this->dsState; } public function setNameServers($nameServers) { $this->nameServers = $nameServers; } public function getNameServers() { return $this->nameServers; } } PK$ ZqMMIvendor/google/apiclient-services/src/Google/Service/CloudDomains/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK$ ZDc%ttXvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.phpnu[errors = $errors; } /** * @return Google_Service_CloudUserAccounts_OperationErrorErrors */ public function getErrors() { return $this->errors; } } PK$ ZFd\\Ovendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Group.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK$ Z?KXvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.phpnu[gid = $gid; } public function getGid() { return $this->gid; } public function setGroupName($groupName) { $this->groupName = $groupName; } public function getGroupName() { return $this->groupName; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } } PK$ ZTTWvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxUserView.phpnu[gecos = $gecos; } public function getGecos() { return $this->gecos; } public function setGid($gid) { $this->gid = $gid; } public function getGid() { return $this->gid; } public function setHomeDirectory($homeDirectory) { $this->homeDirectory = $homeDirectory; } public function getHomeDirectory() { return $this->homeDirectory; } public function setShell($shell) { $this->shell = $shell; } public function getShell() { return $this->shell; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK$ Z(Svendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpirationTimestamp($expirationTimestamp) { $this->expirationTimestamp = $expirationTimestamp; } public function getExpirationTimestamp() { return $this->expirationTimestamp; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK$ Z<Svendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfig.phpnu[counter = $counter; } /** * @return Google_Service_CloudUserAccounts_LogConfigCounterOptions */ public function getCounter() { return $this->counter; } } PK$ Z{avendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.phpnu[field = $field; } public function getField() { return $this->field; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } } PK$ Z1 _vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ ZHN N Pvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudUserAccounts_AuditConfig */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudUserAccounts_Binding */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudUserAccounts_Binding */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setIamOwned($iamOwned) { $this->iamOwned = $iamOwned; } public function getIamOwned() { return $this->iamOwned; } /** * @param Google_Service_CloudUserAccounts_Rule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_CloudUserAccounts_Rule */ public function getRules() { return $this->rules; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK$ Z1[vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxAccountViews.phpnu[groupViews = $groupViews; } /** * @return Google_Service_CloudUserAccounts_LinuxGroupView */ public function getGroupViews() { return $this->groupViews; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudUserAccounts_LinuxUserView */ public function setUserViews($userViews) { $this->userViews = $userViews; } /** * @return Google_Service_CloudUserAccounts_LinuxUserView */ public function getUserViews() { return $this->userViews; } } PK$ Z#]&&Xvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Users.phpnu[ * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); * $users = $clouduseraccountsService->users; * */ class Google_Service_CloudUserAccounts_Resource_Users extends Google_Service_Resource { /** * Adds a public key to the specified User resource with the data included in * the request. (users.addPublicKey) * * @param string $project Project ID for this request. * @param string $user Name of the user for this request. * @param Google_Service_CloudUserAccounts_PublicKey $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function addPublicKey($project, $user, Google_Service_CloudUserAccounts_PublicKey $postBody, $optParams = array()) { $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addPublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Deletes the specified User resource. (users.delete) * * @param string $project Project ID for this request. * @param string $user Name of the user resource to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function delete($project, $user, $optParams = array()) { $params = array('project' => $project, 'user' => $user); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Returns the specified User resource. (users.get) * * @param string $project Project ID for this request. * @param string $user Name of the user resource to return. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_User */ public function get($project, $user, $optParams = array()) { $params = array('project' => $project, 'user' => $user); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudUserAccounts_User"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (users.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name of the resource for this request. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); } /** * Creates a User resource in the specified project using the data included in * the request. (users.insert) * * @param string $project Project ID for this request. * @param Google_Service_CloudUserAccounts_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function insert($project, Google_Service_CloudUserAccounts_User $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Retrieves a list of users contained within the specified project. * (users.listUsers) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter Sets a filter expression for filtering listed * resources, in the form filter={expression}. Your {expression} must be in the * format: field_name comparison_string literal_string. * * The field_name is the name of the field you want to compare. Only atomic * field types are supported (string, number, boolean). The comparison_string * must be either eq (equals) or ne (not equals). The literal_string is the * string value to filter to. The literal value must be valid for the type of * field you are filtering by (string, number, boolean). For string fields, the * literal value is interpreted as a regular expression using RE2 syntax. The * literal value must match the entire field. * * For example, to filter for instances that do not have a name of example- * instance, you would use filter=name ne example-instance. * * Compute Engine Beta API Only: If you use filtering in the Beta API, you can * also filter on nested fields. For example, you could filter on instances that * have set the scheduling.automaticRestart field to true. In particular, use * filtering on nested fields to take advantage of instance labels to organize * and filter results based on label values. * * The Beta API also supports filtering on multiple expressions by providing * each separate expression within parentheses. For example, * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple * expressions are treated as AND expressions, meaning that resources must match * all expressions to pass the filters. * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * maxResults, Compute Engine returns a nextPageToken that can be used to get * the next page of results in subsequent list requests. * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using orderBy="creationTimestamp desc". This sorts results based on the * creationTimestamp field in reverse chronological order (newest result first). * Use this to sort resources like operations so that the newest operation is * returned first. * * Currently, only sorting by name or creationTimestamp desc is supported. * @opt_param string pageToken Specifies a page token to use. Set pageToken to * the nextPageToken returned by a previous list request to get the next page of * results. * @return Google_Service_CloudUserAccounts_UserList */ public function listUsers($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudUserAccounts_UserList"); } /** * Removes the specified public key from the user. (users.removePublicKey) * * @param string $project Project ID for this request. * @param string $user Name of the user for this request. * @param string $fingerprint The fingerprint of the public key to delete. * Public keys are identified by their fingerprint, which is defined by RFC4716 * to be the MD5 digest of the public key. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function removePublicKey($project, $user, $fingerprint, $optParams = array()) { $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint); $params = array_merge($params, $optParams); return $this->call('removePublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (users.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name of the resource for this request. * @param Google_Service_CloudUserAccounts_Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Policy */ public function setIamPolicy($project, $resource, Google_Service_CloudUserAccounts_Policy $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (users.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name of the resource for this request. * @param Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudUserAccounts_TestPermissionsResponse"); } } PK$ Z ?&&Yvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Groups.phpnu[ * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); * $groups = $clouduseraccountsService->groups; * */ class Google_Service_CloudUserAccounts_Resource_Groups extends Google_Service_Resource { /** * Adds users to the specified group. (groups.addMember) * * @param string $project Project ID for this request. * @param string $groupName Name of the group for this request. * @param Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function addMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addMember', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Deletes the specified Group resource. (groups.delete) * * @param string $project Project ID for this request. * @param string $groupName Name of the Group resource to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function delete($project, $groupName, $optParams = array()) { $params = array('project' => $project, 'groupName' => $groupName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Returns the specified Group resource. (groups.get) * * @param string $project Project ID for this request. * @param string $groupName Name of the Group resource to return. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Group */ public function get($project, $groupName, $optParams = array()) { $params = array('project' => $project, 'groupName' => $groupName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Group"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (groups.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name of the resource for this request. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); } /** * Creates a Group resource in the specified project using the data included in * the request. (groups.insert) * * @param string $project Project ID for this request. * @param Google_Service_CloudUserAccounts_Group $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function insert($project, Google_Service_CloudUserAccounts_Group $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Retrieves the list of groups contained within the specified project. * (groups.listGroups) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter Sets a filter expression for filtering listed * resources, in the form filter={expression}. Your {expression} must be in the * format: field_name comparison_string literal_string. * * The field_name is the name of the field you want to compare. Only atomic * field types are supported (string, number, boolean). The comparison_string * must be either eq (equals) or ne (not equals). The literal_string is the * string value to filter to. The literal value must be valid for the type of * field you are filtering by (string, number, boolean). For string fields, the * literal value is interpreted as a regular expression using RE2 syntax. The * literal value must match the entire field. * * For example, to filter for instances that do not have a name of example- * instance, you would use filter=name ne example-instance. * * Compute Engine Beta API Only: If you use filtering in the Beta API, you can * also filter on nested fields. For example, you could filter on instances that * have set the scheduling.automaticRestart field to true. In particular, use * filtering on nested fields to take advantage of instance labels to organize * and filter results based on label values. * * The Beta API also supports filtering on multiple expressions by providing * each separate expression within parentheses. For example, * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple * expressions are treated as AND expressions, meaning that resources must match * all expressions to pass the filters. * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * maxResults, Compute Engine returns a nextPageToken that can be used to get * the next page of results in subsequent list requests. * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using orderBy="creationTimestamp desc". This sorts results based on the * creationTimestamp field in reverse chronological order (newest result first). * Use this to sort resources like operations so that the newest operation is * returned first. * * Currently, only sorting by name or creationTimestamp desc is supported. * @opt_param string pageToken Specifies a page token to use. Set pageToken to * the nextPageToken returned by a previous list request to get the next page of * results. * @return Google_Service_CloudUserAccounts_GroupList */ public function listGroups($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudUserAccounts_GroupList"); } /** * Removes users from the specified group. (groups.removeMember) * * @param string $project Project ID for this request. * @param string $groupName Name of the group for this request. * @param Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function removeMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeMember', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (groups.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name of the resource for this request. * @param Google_Service_CloudUserAccounts_Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Policy */ public function setIamPolicy($project, $resource, Google_Service_CloudUserAccounts_Policy $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (groups.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name of the resource for this request. * @param Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudUserAccounts_TestPermissionsResponse"); } } PK$ Z#w&&kvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/GlobalAccountsOperations.phpnu[ * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); * $globalAccountsOperations = $clouduseraccountsService->globalAccountsOperations; * */ class Google_Service_CloudUserAccounts_Resource_GlobalAccountsOperations extends Google_Service_Resource { /** * Deletes the specified operation resource. (globalAccountsOperations.delete) * * @param string $project Project ID for this request. * @param string $operation Name of the Operations resource to delete. * @param array $optParams Optional parameters. */ public function delete($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the specified operation resource. (globalAccountsOperations.get) * * @param string $project Project ID for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_CloudUserAccounts_Operation */ public function get($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Operation"); } /** * Retrieves the list of operation resources contained within the specified * project. (globalAccountsOperations.listGlobalAccountsOperations) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter Sets a filter expression for filtering listed * resources, in the form filter={expression}. Your {expression} must be in the * format: field_name comparison_string literal_string. * * The field_name is the name of the field you want to compare. Only atomic * field types are supported (string, number, boolean). The comparison_string * must be either eq (equals) or ne (not equals). The literal_string is the * string value to filter to. The literal value must be valid for the type of * field you are filtering by (string, number, boolean). For string fields, the * literal value is interpreted as a regular expression using RE2 syntax. The * literal value must match the entire field. * * For example, to filter for instances that do not have a name of example- * instance, you would use filter=name ne example-instance. * * Compute Engine Beta API Only: If you use filtering in the Beta API, you can * also filter on nested fields. For example, you could filter on instances that * have set the scheduling.automaticRestart field to true. In particular, use * filtering on nested fields to take advantage of instance labels to organize * and filter results based on label values. * * The Beta API also supports filtering on multiple expressions by providing * each separate expression within parentheses. For example, * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple * expressions are treated as AND expressions, meaning that resources must match * all expressions to pass the filters. * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * maxResults, Compute Engine returns a nextPageToken that can be used to get * the next page of results in subsequent list requests. * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using orderBy="creationTimestamp desc". This sorts results based on the * creationTimestamp field in reverse chronological order (newest result first). * Use this to sort resources like operations so that the newest operation is * returned first. * * Currently, only sorting by name or creationTimestamp desc is supported. * @opt_param string pageToken Specifies a page token to use. Set pageToken to * the nextPageToken returned by a previous list request to get the next page of * results. * @return Google_Service_CloudUserAccounts_OperationList */ public function listGlobalAccountsOperations($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudUserAccounts_OperationList"); } } PK$ ZJsXvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Linux.phpnu[ * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); * $linux = $clouduseraccountsService->linux; * */ class Google_Service_CloudUserAccounts_Resource_Linux extends Google_Service_Resource { /** * Returns a list of authorized public keys for a specific user account. * (linux.getAuthorizedKeysView) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $user The user account for which you want to get a list of * authorized public keys. * @param string $instance The fully-qualified URL of the virtual machine * requesting the view. * @param array $optParams Optional parameters. * * @opt_param bool login Whether the view was requested as part of a user- * initiated login. * @return Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse */ public function getAuthorizedKeysView($project, $zone, $user, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('getAuthorizedKeysView', array($params), "Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse"); } /** * Retrieves a list of user accounts for an instance within a specific project. * (linux.getLinuxAccountViews) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $instance The fully-qualified URL of the virtual machine * requesting the views. * @param array $optParams Optional parameters. * * @opt_param string filter Sets a filter expression for filtering listed * resources, in the form filter={expression}. Your {expression} must be in the * format: field_name comparison_string literal_string. * * The field_name is the name of the field you want to compare. Only atomic * field types are supported (string, number, boolean). The comparison_string * must be either eq (equals) or ne (not equals). The literal_string is the * string value to filter to. The literal value must be valid for the type of * field you are filtering by (string, number, boolean). For string fields, the * literal value is interpreted as a regular expression using RE2 syntax. The * literal value must match the entire field. * * For example, to filter for instances that do not have a name of example- * instance, you would use filter=name ne example-instance. * * Compute Engine Beta API Only: If you use filtering in the Beta API, you can * also filter on nested fields. For example, you could filter on instances that * have set the scheduling.automaticRestart field to true. In particular, use * filtering on nested fields to take advantage of instance labels to organize * and filter results based on label values. * * The Beta API also supports filtering on multiple expressions by providing * each separate expression within parentheses. For example, * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple * expressions are treated as AND expressions, meaning that resources must match * all expressions to pass the filters. * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * maxResults, Compute Engine returns a nextPageToken that can be used to get * the next page of results in subsequent list requests. * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using orderBy="creationTimestamp desc". This sorts results based on the * creationTimestamp field in reverse chronological order (newest result first). * Use this to sort resources like operations so that the newest operation is * returned first. * * Currently, only sorting by name or creationTimestamp desc is supported. * @opt_param string pageToken Specifies a page token to use. Set pageToken to * the nextPageToken returned by a previous list request to get the next page of * results. * @return Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse */ public function getLinuxAccountViews($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('getLinuxAccountViews', array($params), "Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse"); } } PK$ ZDQvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Binding.phpnu[members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK$ ZkHrrcvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsRemoveMemberRequest.phpnu[users = $users; } public function getUsers() { return $this->users; } } PK$ Zďkvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.phpnu[resource = $resource; } /** * @return Google_Service_CloudUserAccounts_LinuxAccountViews */ public function getResource() { return $this->resource; } } PK$ Z61oo`vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.phpnu[users = $users; } public function getUsers() { return $this->users; } } PK$ Z(NmSvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_CloudUserAccounts_Group */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudUserAccounts_Group */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK$ Z>K K Nvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Rule.phpnu[action = $action; } public function getAction() { return $this->action; } /** * @param Google_Service_CloudUserAccounts_Condition */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_CloudUserAccounts_Condition */ public function getConditions() { return $this->conditions; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIns($ins) { $this->ins = $ins; } public function getIns() { return $this->ins; } /** * @param Google_Service_CloudUserAccounts_LogConfig */ public function setLogConfigs($logConfigs) { $this->logConfigs = $logConfigs; } /** * @return Google_Service_CloudUserAccounts_LogConfig */ public function getLogConfigs() { return $this->logConfigs; } public function setNotIns($notIns) { $this->notIns = $notIns; } public function getNotIns() { return $this->notIns; } public function setPermissions($permissions) { $this->permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Zę[vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_CloudUserAccounts_OperationWarningsData */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_CloudUserAccounts_OperationWarningsData */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK$ Zm Nvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/User.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGroups($groups) { $this->groups = $groups; } public function getGroups() { return $this->groups; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwner($owner) { $this->owner = $owner; } public function getOwner() { return $this->owner; } /** * @param Google_Service_CloudUserAccounts_PublicKey */ public function setPublicKeys($publicKeys) { $this->publicKeys = $publicKeys; } /** * @return Google_Service_CloudUserAccounts_PublicKey */ public function getPublicKeys() { return $this->publicKeys; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK$ Z=bSvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Condition.phpnu[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; } } PK$ Z6JgSvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudUserAccounts_OperationError */ public function setError(Google_Service_CloudUserAccounts_OperationError $error) { $this->error = $error; } /** * @return Google_Service_CloudUserAccounts_OperationError */ public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param Google_Service_CloudUserAccounts_OperationWarnings */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_CloudUserAccounts_OperationWarnings */ public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK$ Z9^vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK$ Zzlvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.phpnu[resource = $resource; } /** * @return Google_Service_CloudUserAccounts_AuthorizedKeysView */ public function getResource() { return $this->resource; } } PK$ ZRsUWWUvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuditConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK$ Z?Wavendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ ZP`vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Z(Wvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_CloudUserAccounts_Operation */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudUserAccounts_Operation */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK$ ZvRvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_CloudUserAccounts_User */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudUserAccounts_User */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK$ Z *\vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuthorizedKeysView.phpnu[keys = $keys; } public function getKeys() { return $this->keys; } public function setSudoer($sudoer) { $this->sudoer = $sudoer; } public function getSudoer() { return $this->sudoer; } } PK$ Z GhhQvendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.phpnu[ackIds = $ackIds; } public function getAckIds() { return $this->ackIds; } } PK$ ZooOvendor/google/apiclient-services/src/Google/Service/Pubsub/DeadLetterPolicy.phpnu[deadLetterTopic = $deadLetterTopic; } public function getDeadLetterTopic() { return $this->deadLetterTopic; } public function setMaxDeliveryAttempts($maxDeliveryAttempts) { $this->maxDeliveryAttempts = $maxDeliveryAttempts; } public function getMaxDeliveryAttempts() { return $this->maxDeliveryAttempts; } } PK$ Z(Rvendor/google/apiclient-services/src/Google/Service/Pubsub/ListSchemasResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Pubsub_Schema[] */ public function setSchemas($schemas) { $this->schemas = $schemas; } /** * @return Google_Service_Pubsub_Schema[] */ public function getSchemas() { return $this->schemas; } } PK$ Zn~Tvendor/google/apiclient-services/src/Google/Service/Pubsub/ListSnapshotsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Pubsub_Snapshot[] */ public function setSnapshots($snapshots) { $this->snapshots = $snapshots; } /** * @return Google_Service_Pubsub_Snapshot[] */ public function getSnapshots() { return $this->snapshots; } } PK$ ZwgNJvendor/google/apiclient-services/src/Google/Service/Pubsub/PubsubEmpty.phpnu[policy = $policy; } /** * @return Google_Service_Pubsub_Policy */ public function getPolicy() { return $this->policy; } } PK$ Z>yy]vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSubscriptions($subscriptions) { $this->subscriptions = $subscriptions; } public function getSubscriptions() { return $this->subscriptions; } } PK$ ZH@@Jvendor/google/apiclient-services/src/Google/Service/Pubsub/RetryPolicy.phpnu[maximumBackoff = $maximumBackoff; } public function getMaximumBackoff() { return $this->maximumBackoff; } public function setMinimumBackoff($minimumBackoff) { $this->minimumBackoff = $minimumBackoff; } public function getMinimumBackoff() { return $this->minimumBackoff; } } PK$ Z]AUvendor/google/apiclient-services/src/Google/Service/Pubsub/ValidateMessageRequest.phpnu[encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Pubsub_Schema */ public function setSchema(Google_Service_Pubsub_Schema $schema) { $this->schema = $schema; } /** * @return Google_Service_Pubsub_Schema */ public function getSchema() { return $this->schema; } } PK$ ZmAQvendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Pubsub_Topic[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return Google_Service_Pubsub_Topic[] */ public function getTopics() { return $this->topics; } } PK$ Z6  Gvendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK$ Z~5a``Evendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_Pubsub_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK$ Z-fTvendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setSubscription($subscription) { $this->subscription = $subscription; } public function getSubscription() { return $this->subscription; } } PK$ Z䈱Vvendor/google/apiclient-services/src/Google/Service/Pubsub/ValidateMessageResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Pubsub_Subscription[] */ public function setSubscriptions($subscriptions) { $this->subscriptions = $subscriptions; } /** * @return Google_Service_Pubsub_Subscription[] */ public function getSubscriptions() { return $this->subscriptions; } } PK$ Z2ߋVggEvendor/google/apiclient-services/src/Google/Service/Pubsub/Schema.phpnu[definition = $definition; } public function getDefinition() { return $this->definition; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK$ Z$Yvendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ ZNn<<]vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.phpnu[ * $pubsubService = new Google_Service_Pubsub(...); * $subscriptions = $pubsubService->subscriptions; * */ class Google_Service_Pubsub_Resource_ProjectsSubscriptions extends Google_Service_Resource { /** * Acknowledges the messages associated with the `ack_ids` in the * `AcknowledgeRequest`. The Pub/Sub system can remove the relevant messages * from the subscription. Acknowledging a message whose ack deadline has expired * may succeed, but such a message may be redelivered later. Acknowledging a * message more than once will not result in an error. * (subscriptions.acknowledge) * * @param string $subscription Required. The subscription whose message is being * acknowledged. Format is `projects/{project}/subscriptions/{sub}`. * @param Google_Service_Pubsub_AcknowledgeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function acknowledge($subscription, Google_Service_Pubsub_AcknowledgeRequest $postBody, $optParams = array()) { $params = array('subscription' => $subscription, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('acknowledge', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Creates a subscription to a given topic. See the [resource name rules] * (https://cloud.google.com/pubsub/docs/admin#resource_names). If the * subscription already exists, returns `ALREADY_EXISTS`. If the corresponding * topic doesn't exist, returns `NOT_FOUND`. If the name is not provided in the * request, the server will assign a random name for this subscription on the * same project as the topic, conforming to the [resource name format] * (https://cloud.google.com/pubsub/docs/admin#resource_names). The generated * name is populated in the returned Subscription object. Note that for REST API * requests, you must specify a name in the request. (subscriptions.create) * * @param string $name Required. The name of the subscription. It must have the * format `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` * must start with a letter, and contain only letters (`[A-Za-z]`), numbers * (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus * (`+`) or percent signs (`%`). It must be between 3 and 255 characters in * length, and it must not start with `"goog"`. * @param Google_Service_Pubsub_Subscription $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Subscription */ public function create($name, Google_Service_Pubsub_Subscription $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Pubsub_Subscription"); } /** * Deletes an existing subscription. All messages retained in the subscription * are immediately dropped. Calls to `Pull` after deletion will return * `NOT_FOUND`. After a subscription is deleted, a new one may be created with * the same name, but the new one has no association with the old subscription * or its topic unless the same topic is specified. (subscriptions.delete) * * @param string $subscription Required. The subscription to delete. Format is * `projects/{project}/subscriptions/{sub}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function delete($subscription, $optParams = array()) { $params = array('subscription' => $subscription); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Detaches a subscription from this topic. All messages retained in the * subscription are dropped. Subsequent `Pull` and `StreamingPull` requests will * return FAILED_PRECONDITION. If the subscription is a push subscription, * pushes to the endpoint will stop. (subscriptions.detach) * * @param string $subscription Required. The subscription to detach. Format is * `projects/{project}/subscriptions/{subscription}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_DetachSubscriptionResponse */ public function detach($subscription, $optParams = array()) { $params = array('subscription' => $subscription); $params = array_merge($params, $optParams); return $this->call('detach', array($params), "Google_Service_Pubsub_DetachSubscriptionResponse"); } /** * Gets the configuration details of a subscription. (subscriptions.get) * * @param string $subscription Required. The name of the subscription to get. * Format is `projects/{project}/subscriptions/{sub}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Subscription */ public function get($subscription, $optParams = array()) { $params = array('subscription' => $subscription); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Pubsub_Subscription"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (subscriptions.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Lists matching subscriptions. (subscriptions.listProjectsSubscriptions) * * @param string $project Required. The name of the project in which to list * subscriptions. Format is `projects/{project-id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of subscriptions to return. * @opt_param string pageToken The value returned by the last * `ListSubscriptionsResponse`; indicates that this is a continuation of a prior * `ListSubscriptions` call, and that the system should return the next page of * data. * @return Google_Service_Pubsub_ListSubscriptionsResponse */ public function listProjectsSubscriptions($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Pubsub_ListSubscriptionsResponse"); } /** * Modifies the ack deadline for a specific message. This method is useful to * indicate that more time is needed to process a message by the subscriber, or * to make the message available for redelivery if the processing was * interrupted. Note that this does not modify the subscription-level * `ackDeadlineSeconds` used for subsequent messages. * (subscriptions.modifyAckDeadline) * * @param string $subscription Required. The name of the subscription. Format is * `projects/{project}/subscriptions/{sub}`. * @param Google_Service_Pubsub_ModifyAckDeadlineRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function modifyAckDeadline($subscription, Google_Service_Pubsub_ModifyAckDeadlineRequest $postBody, $optParams = array()) { $params = array('subscription' => $subscription, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyAckDeadline', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Modifies the `PushConfig` for a specified subscription. This may be used to * change a push subscription to a pull one (signified by an empty `PushConfig`) * or vice versa, or change the endpoint URL and other attributes of a push * subscription. Messages will accumulate for delivery continuously through the * call regardless of changes to the `PushConfig`. * (subscriptions.modifyPushConfig) * * @param string $subscription Required. The name of the subscription. Format is * `projects/{project}/subscriptions/{sub}`. * @param Google_Service_Pubsub_ModifyPushConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function modifyPushConfig($subscription, Google_Service_Pubsub_ModifyPushConfigRequest $postBody, $optParams = array()) { $params = array('subscription' => $subscription, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyPushConfig', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Updates an existing subscription. Note that certain properties of a * subscription, such as its topic, are not modifiable. (subscriptions.patch) * * @param string $name Required. The name of the subscription. It must have the * format `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` * must start with a letter, and contain only letters (`[A-Za-z]`), numbers * (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus * (`+`) or percent signs (`%`). It must be between 3 and 255 characters in * length, and it must not start with `"goog"`. * @param Google_Service_Pubsub_UpdateSubscriptionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Subscription */ public function patch($name, Google_Service_Pubsub_UpdateSubscriptionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Pubsub_Subscription"); } /** * Pulls messages from the server. The server may return `UNAVAILABLE` if there * are too many concurrent pull requests pending for the given subscription. * (subscriptions.pull) * * @param string $subscription Required. The subscription from which messages * should be pulled. Format is `projects/{project}/subscriptions/{sub}`. * @param Google_Service_Pubsub_PullRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PullResponse */ public function pull($subscription, Google_Service_Pubsub_PullRequest $postBody, $optParams = array()) { $params = array('subscription' => $subscription, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('pull', array($params), "Google_Service_Pubsub_PullResponse"); } /** * Seeks an existing subscription to a point in time or to a given snapshot, * whichever is provided in the request. Snapshots are used in [Seek] * (https://cloud.google.com/pubsub/docs/replay-overview) operations, which * allow you to manage message acknowledgments in bulk. That is, you can set the * acknowledgment state of messages in an existing subscription to the state * captured by a snapshot. Note that both the subscription and the snapshot must * be on the same topic. (subscriptions.seek) * * @param string $subscription Required. The subscription to affect. * @param Google_Service_Pubsub_SeekRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_SeekResponse */ public function seek($subscription, Google_Service_Pubsub_SeekRequest $postBody, $optParams = array()) { $params = array('subscription' => $subscription, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('seek', array($params), "Google_Service_Pubsub_SeekResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (subscriptions.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Pubsub_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Policy */ public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (subscriptions.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Pubsub_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); } } PK$ ZI;";"Wvendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSchemas.phpnu[ * $pubsubService = new Google_Service_Pubsub(...); * $schemas = $pubsubService->schemas; * */ class Google_Service_Pubsub_Resource_ProjectsSchemas extends Google_Service_Resource { /** * Creates a schema. (schemas.create) * * @param string $parent Required. The name of the project in which to create * the schema. Format is `projects/{project-id}`. * @param Google_Service_Pubsub_Schema $postBody * @param array $optParams Optional parameters. * * @opt_param string schemaId The ID to use for the schema, which will become * the final component of the schema's resource name. See * https://cloud.google.com/pubsub/docs/admin#resource_names for resource name * constraints. * @return Google_Service_Pubsub_Schema */ public function create($parent, Google_Service_Pubsub_Schema $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Pubsub_Schema"); } /** * Deletes a schema. (schemas.delete) * * @param string $name Required. Name of the schema to delete. Format is * `projects/{project}/schemas/{schema}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Gets a schema. (schemas.get) * * @param string $name Required. The name of the schema to get. Format is * `projects/{project}/schemas/{schema}`. * @param array $optParams Optional parameters. * * @opt_param string view The set of fields to return in the response. If not * set, returns a Schema with `name` and `type`, but not `definition`. Set to * `FULL` to retrieve all fields. * @return Google_Service_Pubsub_Schema */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Pubsub_Schema"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (schemas.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Lists schemas in a project. (schemas.listProjectsSchemas) * * @param string $parent Required. The name of the project in which to list * schemas. Format is `projects/{project-id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of schemas to return. * @opt_param string pageToken The value returned by the last * `ListSchemasResponse`; indicates that this is a continuation of a prior * `ListSchemas` call, and that the system should return the next page of data. * @opt_param string view The set of Schema fields to return in the response. If * not set, returns Schemas with `name` and `type`, but not `definition`. Set to * `FULL` to retrieve all fields. * @return Google_Service_Pubsub_ListSchemasResponse */ public function listProjectsSchemas($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Pubsub_ListSchemasResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (schemas.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Pubsub_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Policy */ public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (schemas.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Pubsub_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); } /** * Validates a schema. (schemas.validate) * * @param string $parent Required. The name of the project in which to validate * schemas. Format is `projects/{project-id}`. * @param Google_Service_Pubsub_ValidateSchemaRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_ValidateSchemaResponse */ public function validate($parent, Google_Service_Pubsub_ValidateSchemaRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Pubsub_ValidateSchemaResponse"); } /** * Validates a message against a schema. (schemas.validateMessage) * * @param string $parent Required. The name of the project in which to validate * schemas. Format is `projects/{project-id}`. * @param Google_Service_Pubsub_ValidateMessageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_ValidateMessageResponse */ public function validateMessage($parent, Google_Service_Pubsub_ValidateMessageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validateMessage', array($params), "Google_Service_Pubsub_ValidateMessageResponse"); } } PK$ ZE bffPvendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.phpnu[ * $pubsubService = new Google_Service_Pubsub(...); * $projects = $pubsubService->projects; * */ class Google_Service_Pubsub_Resource_Projects extends Google_Service_Resource { } PK$ Z##Vvendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.phpnu[ * $pubsubService = new Google_Service_Pubsub(...); * $topics = $pubsubService->topics; * */ class Google_Service_Pubsub_Resource_ProjectsTopics extends Google_Service_Resource { /** * Creates the given topic with the given name. See the [resource name rules] * (https://cloud.google.com/pubsub/docs/admin#resource_names). (topics.create) * * @param string $name Required. The name of the topic. It must have the format * `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, * and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), * underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs * (`%`). It must be between 3 and 255 characters in length, and it must not * start with `"goog"`. * @param Google_Service_Pubsub_Topic $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Topic */ public function create($name, Google_Service_Pubsub_Topic $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Pubsub_Topic"); } /** * Deletes the topic with the given name. Returns `NOT_FOUND` if the topic does * not exist. After a topic is deleted, a new topic may be created with the same * name; this is an entirely new topic with none of the old configuration or * subscriptions. Existing subscriptions to this topic are not deleted, but * their `topic` field is set to `_deleted-topic_`. (topics.delete) * * @param string $topic Required. Name of the topic to delete. Format is * `projects/{project}/topics/{topic}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function delete($topic, $optParams = array()) { $params = array('topic' => $topic); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Gets the configuration of a topic. (topics.get) * * @param string $topic Required. The name of the topic to get. Format is * `projects/{project}/topics/{topic}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Topic */ public function get($topic, $optParams = array()) { $params = array('topic' => $topic); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Pubsub_Topic"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (topics.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Lists matching topics. (topics.listProjectsTopics) * * @param string $project Required. The name of the project in which to list * topics. Format is `projects/{project-id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of topics to return. * @opt_param string pageToken The value returned by the last * `ListTopicsResponse`; indicates that this is a continuation of a prior * `ListTopics` call, and that the system should return the next page of data. * @return Google_Service_Pubsub_ListTopicsResponse */ public function listProjectsTopics($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicsResponse"); } /** * Updates an existing topic. Note that certain properties of a topic are not * modifiable. (topics.patch) * * @param string $name Required. The name of the topic. It must have the format * `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, * and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), * underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs * (`%`). It must be between 3 and 255 characters in length, and it must not * start with `"goog"`. * @param Google_Service_Pubsub_UpdateTopicRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Topic */ public function patch($name, Google_Service_Pubsub_UpdateTopicRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Pubsub_Topic"); } /** * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic does * not exist. (topics.publish) * * @param string $topic Required. The messages in the request will be published * on this topic. Format is `projects/{project}/topics/{topic}`. * @param Google_Service_Pubsub_PublishRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PublishResponse */ public function publish($topic, Google_Service_Pubsub_PublishRequest $postBody, $optParams = array()) { $params = array('topic' => $topic, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_Pubsub_PublishResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (topics.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Pubsub_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Policy */ public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (topics.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Pubsub_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); } } PK$ Z * $pubsubService = new Google_Service_Pubsub(...); * $subscriptions = $pubsubService->subscriptions; * */ class Google_Service_Pubsub_Resource_ProjectsTopicsSubscriptions extends Google_Service_Resource { /** * Lists the names of the attached subscriptions on this topic. * (subscriptions.listProjectsTopicsSubscriptions) * * @param string $topic Required. The name of the topic that subscriptions are * attached to. Format is `projects/{project}/topics/{topic}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of subscription names to return. * @opt_param string pageToken The value returned by the last * `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a * prior `ListTopicSubscriptions` call, and that the system should return the * next page of data. * @return Google_Service_Pubsub_ListTopicSubscriptionsResponse */ public function listProjectsTopicsSubscriptions($topic, $optParams = array()) { $params = array('topic' => $topic); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicSubscriptionsResponse"); } } PK$ Zv]]_vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSnapshots.phpnu[ * $pubsubService = new Google_Service_Pubsub(...); * $snapshots = $pubsubService->snapshots; * */ class Google_Service_Pubsub_Resource_ProjectsTopicsSnapshots extends Google_Service_Resource { /** * Lists the names of the snapshots on this topic. Snapshots are used in * [Seek](https://cloud.google.com/pubsub/docs/replay-overview) operations, * which allow you to manage message acknowledgments in bulk. That is, you can * set the acknowledgment state of messages in an existing subscription to the * state captured by a snapshot. (snapshots.listProjectsTopicsSnapshots) * * @param string $topic Required. The name of the topic that snapshots are * attached to. Format is `projects/{project}/topics/{topic}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of snapshot names to return. * @opt_param string pageToken The value returned by the last * `ListTopicSnapshotsResponse`; indicates that this is a continuation of a * prior `ListTopicSnapshots` call, and that the system should return the next * page of data. * @return Google_Service_Pubsub_ListTopicSnapshotsResponse */ public function listProjectsTopicsSnapshots($topic, $optParams = array()) { $params = array('topic' => $topic); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicSnapshotsResponse"); } } PK$ Z(d''Yvendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.phpnu[ * $pubsubService = new Google_Service_Pubsub(...); * $snapshots = $pubsubService->snapshots; * */ class Google_Service_Pubsub_Resource_ProjectsSnapshots extends Google_Service_Resource { /** * Creates a snapshot from the requested subscription. Snapshots are used in * [Seek](https://cloud.google.com/pubsub/docs/replay-overview) operations, * which allow you to manage message acknowledgments in bulk. That is, you can * set the acknowledgment state of messages in an existing subscription to the * state captured by a snapshot. If the snapshot already exists, returns * `ALREADY_EXISTS`. If the requested subscription doesn't exist, returns * `NOT_FOUND`. If the backlog in the subscription is too old -- and the * resulting snapshot would expire in less than 1 hour -- then * `FAILED_PRECONDITION` is returned. See also the `Snapshot.expire_time` field. * If the name is not provided in the request, the server will assign a random * name for this snapshot on the same project as the subscription, conforming to * the [resource name format] * (https://cloud.google.com/pubsub/docs/admin#resource_names). The generated * name is populated in the returned Snapshot object. Note that for REST API * requests, you must specify a name in the request. (snapshots.create) * * @param string $name Required. User-provided name for this snapshot. If the * name is not provided in the request, the server will assign a random name for * this snapshot on the same project as the subscription. Note that for REST API * requests, you must specify a name. See the resource name rules. Format is * `projects/{project}/snapshots/{snap}`. * @param Google_Service_Pubsub_CreateSnapshotRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Snapshot */ public function create($name, Google_Service_Pubsub_CreateSnapshotRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Pubsub_Snapshot"); } /** * Removes an existing snapshot. Snapshots are used in [Seek] * (https://cloud.google.com/pubsub/docs/replay-overview) operations, which * allow you to manage message acknowledgments in bulk. That is, you can set the * acknowledgment state of messages in an existing subscription to the state * captured by a snapshot. When the snapshot is deleted, all messages retained * in the snapshot are immediately dropped. After a snapshot is deleted, a new * one may be created with the same name, but the new one has no association * with the old snapshot or its subscription, unless the same subscription is * specified. (snapshots.delete) * * @param string $snapshot Required. The name of the snapshot to delete. Format * is `projects/{project}/snapshots/{snap}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_PubsubEmpty */ public function delete($snapshot, $optParams = array()) { $params = array('snapshot' => $snapshot); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); } /** * Gets the configuration details of a snapshot. Snapshots are used in Seek * operations, which allow you to manage message acknowledgments in bulk. That * is, you can set the acknowledgment state of messages in an existing * subscription to the state captured by a snapshot. (snapshots.get) * * @param string $snapshot Required. The name of the snapshot to get. Format is * `projects/{project}/snapshots/{snap}`. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Snapshot */ public function get($snapshot, $optParams = array()) { $params = array('snapshot' => $snapshot); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Pubsub_Snapshot"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (snapshots.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Lists the existing snapshots. Snapshots are used in [Seek]( * https://cloud.google.com/pubsub/docs/replay-overview) operations, which allow * you to manage message acknowledgments in bulk. That is, you can set the * acknowledgment state of messages in an existing subscription to the state * captured by a snapshot. (snapshots.listProjectsSnapshots) * * @param string $project Required. The name of the project in which to list * snapshots. Format is `projects/{project-id}`. * @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. Snapshots are used in Seek operations, which * allow you to manage message acknowledgments in bulk. That is, you can set the * acknowledgment state of messages in an existing subscription to the state * captured by a snapshot. (snapshots.patch) * * @param string $name The name of the snapshot. * @param Google_Service_Pubsub_UpdateSnapshotRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Snapshot */ public function patch($name, Google_Service_Pubsub_UpdateSnapshotRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Pubsub_Snapshot"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (snapshots.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Pubsub_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Policy */ public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (snapshots.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Pubsub_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); } } PK$ ZTvendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSnapshotRequest.phpnu[snapshot = $snapshot; } /** * @return Google_Service_Pubsub_Snapshot */ public function getSnapshot() { return $this->snapshot; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ Z+'@@Jvendor/google/apiclient-services/src/Google/Service/Pubsub/PullRequest.phpnu[maxMessages = $maxMessages; } public function getMaxMessages() { return $this->maxMessages; } public function setReturnImmediately($returnImmediately) { $this->returnImmediately = $returnImmediately; } public function getReturnImmediately() { return $this->returnImmediately; } } PK$ ZX$$Ovendor/google/apiclient-services/src/Google/Service/Pubsub/ExpirationPolicy.phpnu[ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK$ ZJKvendor/google/apiclient-services/src/Google/Service/Pubsub/PullResponse.phpnu[receivedMessages = $receivedMessages; } /** * @return Google_Service_Pubsub_ReceivedMessage[] */ public function getReceivedMessages() { return $this->receivedMessages; } } PK$ ZihqqFvendor/google/apiclient-services/src/Google/Service/Pubsub/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Pubsub_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK$ ZoJvendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.phpnu[snapshot = $snapshot; } public function getSnapshot() { return $this->snapshot; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK$ ZKﻹQvendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateTopicRequest.phpnu[topic = $topic; } /** * @return Google_Service_Pubsub_Topic */ public function getTopic() { return $this->topic; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ ZziLvendor/google/apiclient-services/src/Google/Service/Pubsub/PubsubMessage.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setMessageId($messageId) { $this->messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setOrderingKey($orderingKey) { $this->orderingKey = $orderingKey; } public function getOrderingKey() { return $this->orderingKey; } public function setPublishTime($publishTime) { $this->publishTime = $publishTime; } public function getPublishTime() { return $this->publishTime; } } PK$ Z9@Nvendor/google/apiclient-services/src/Google/Service/Pubsub/PublishResponse.phpnu[messageIds = $messageIds; } public function getMessageIds() { return $this->messageIds; } } PK$ Z9n]ZKvendor/google/apiclient-services/src/Google/Service/Pubsub/SeekResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSnapshots($snapshots) { $this->snapshots = $snapshots; } public function getSnapshots() { return $this->snapshots; } } PK$ Z!BBVvendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyPushConfigRequest.phpnu[pushConfig = $pushConfig; } /** * @return Google_Service_Pubsub_PushConfig */ public function getPushConfig() { return $this->pushConfig; } } PK$ ZYvendor/google/apiclient-services/src/Google/Service/Pubsub/DetachSubscriptionResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ ZpNvendor/google/apiclient-services/src/Google/Service/Pubsub/ReceivedMessage.phpnu[ackId = $ackId; } public function getAckId() { return $this->ackId; } public function setDeliveryAttempt($deliveryAttempt) { $this->deliveryAttempt = $deliveryAttempt; } public function getDeliveryAttempt() { return $this->deliveryAttempt; } /** * @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; } } PK$ Z5YXvendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSubscriptionRequest.phpnu[subscription = $subscription; } /** * @return Google_Service_Pubsub_Subscription */ public function getSubscription() { return $this->subscription; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ Z Kvendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.phpnu[ackDeadlineSeconds = $ackDeadlineSeconds; } public function getAckDeadlineSeconds() { return $this->ackDeadlineSeconds; } /** * @param Google_Service_Pubsub_DeadLetterPolicy */ public function setDeadLetterPolicy(Google_Service_Pubsub_DeadLetterPolicy $deadLetterPolicy) { $this->deadLetterPolicy = $deadLetterPolicy; } /** * @return Google_Service_Pubsub_DeadLetterPolicy */ public function getDeadLetterPolicy() { return $this->deadLetterPolicy; } public function setDetached($detached) { $this->detached = $detached; } public function getDetached() { return $this->detached; } public function setEnableMessageOrdering($enableMessageOrdering) { $this->enableMessageOrdering = $enableMessageOrdering; } public function getEnableMessageOrdering() { return $this->enableMessageOrdering; } /** * @param Google_Service_Pubsub_ExpirationPolicy */ public function setExpirationPolicy(Google_Service_Pubsub_ExpirationPolicy $expirationPolicy) { $this->expirationPolicy = $expirationPolicy; } /** * @return Google_Service_Pubsub_ExpirationPolicy */ public function getExpirationPolicy() { return $this->expirationPolicy; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMessageRetentionDuration($messageRetentionDuration) { $this->messageRetentionDuration = $messageRetentionDuration; } public function getMessageRetentionDuration() { return $this->messageRetentionDuration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Pubsub_PushConfig */ public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig) { $this->pushConfig = $pushConfig; } /** * @return Google_Service_Pubsub_PushConfig */ public function getPushConfig() { return $this->pushConfig; } public function setRetainAckedMessages($retainAckedMessages) { $this->retainAckedMessages = $retainAckedMessages; } public function getRetainAckedMessages() { return $this->retainAckedMessages; } /** * @param Google_Service_Pubsub_RetryPolicy */ public function setRetryPolicy(Google_Service_Pubsub_RetryPolicy $retryPolicy) { $this->retryPolicy = $retryPolicy; } /** * @return Google_Service_Pubsub_RetryPolicy */ public function getRetryPolicy() { return $this->retryPolicy; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK$ ZPvuIIMvendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.phpnu[messages = $messages; } /** * @return Google_Service_Pubsub_PubsubMessage[] */ public function getMessages() { return $this->messages; } } PK$ ZvMvendor/google/apiclient-services/src/Google/Service/Pubsub/SchemaSettings.phpnu[encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setSchema($schema) { $this->schema = $schema; } public function getSchema() { return $this->schema; } } PK$ Z(Svendor/google/apiclient-services/src/Google/Service/Pubsub/MessageStoragePolicy.phpnu[allowedPersistenceRegions = $allowedPersistenceRegions; } public function getAllowedPersistenceRegions() { return $this->allowedPersistenceRegions; } } PK$ Z3&N^^Wvendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.phpnu[ackDeadlineSeconds = $ackDeadlineSeconds; } public function getAckDeadlineSeconds() { return $this->ackDeadlineSeconds; } public function setAckIds($ackIds) { $this->ackIds = $ackIds; } public function getAckIds() { return $this->ackIds; } } PK$ Z,  Dvendor/google/apiclient-services/src/Google/Service/Pubsub/Topic.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Pubsub_MessageStoragePolicy */ public function setMessageStoragePolicy(Google_Service_Pubsub_MessageStoragePolicy $messageStoragePolicy) { $this->messageStoragePolicy = $messageStoragePolicy; } /** * @return Google_Service_Pubsub_MessageStoragePolicy */ public function getMessageStoragePolicy() { return $this->messageStoragePolicy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } /** * @param Google_Service_Pubsub_SchemaSettings */ public function setSchemaSettings(Google_Service_Pubsub_SchemaSettings $schemaSettings) { $this->schemaSettings = $schemaSettings; } /** * @return Google_Service_Pubsub_SchemaSettings */ public function getSchemaSettings() { return $this->schemaSettings; } } PK$ Z׉77Hvendor/google/apiclient-services/src/Google/Service/Pubsub/OidcToken.phpnu[audience = $audience; } public function getAudience() { return $this->audience; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } PK$ Z]VIvendor/google/apiclient-services/src/Google/Service/Pubsub/PushConfig.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } /** * @param Google_Service_Pubsub_OidcToken */ public function setOidcToken(Google_Service_Pubsub_OidcToken $oidcToken) { $this->oidcToken = $oidcToken; } /** * @return Google_Service_Pubsub_OidcToken */ public function getOidcToken() { return $this->oidcToken; } public function setPushEndpoint($pushEndpoint) { $this->pushEndpoint = $pushEndpoint; } public function getPushEndpoint() { return $this->pushEndpoint; } } PK$ Z:DTvendor/google/apiclient-services/src/Google/Service/Pubsub/ValidateSchemaRequest.phpnu[schema = $schema; } /** * @return Google_Service_Pubsub_Schema */ public function getSchema() { return $this->schema; } } PK$ ZrGGCvendor/google/apiclient-services/src/Google/Service/Pubsub/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK$ ZO__Lvendor/google/apiclient-services/src/Google/Service/CloudResourceManager.phpnu[ * Creates, reads, and updates metadata for Google Cloud Platform resource * containers.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudResourceManager extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $folders; public $liens; public $operations; public $organizations; public $projects; public $tagBindings; public $tagKeys; public $tagValues; /** * Constructs the internal representation of the CloudResourceManager service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudresourcemanager.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'cloudresourcemanager'; $this->folders = new Google_Service_CloudResourceManager_Resource_Folders( $this, $this->serviceName, 'folders', array( 'methods' => array( 'create' => array( 'path' => 'v3/folders', 'httpMethod' => 'POST', 'parameters' => array(), ),'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, ), ), ),'getIamPolicy' => array( 'path' => 'v3/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/folders', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'move' => array( 'path' => 'v3/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'v3/folders:search', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v3/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v3/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'v3/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->liens = new Google_Service_CloudResourceManager_Resource_Liens( $this, $this->serviceName, 'liens', array( 'methods' => array( 'create' => array( 'path' => 'v3/liens', 'httpMethod' => 'POST', 'parameters' => array(), ),'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/liens', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_CloudResourceManager_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v3/{+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' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v3/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'v3/organizations:search', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v3/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v3/{+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' => 'v3/projects', 'httpMethod' => 'POST', 'parameters' => array(), ),'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, ), ), ),'getIamPolicy' => array( 'path' => 'v3/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/projects', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'move' => array( 'path' => 'v3/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'v3/projects:search', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v3/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v3/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'v3/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->tagBindings = new Google_Service_CloudResourceManager_Resource_TagBindings( $this, $this->serviceName, 'tagBindings', array( 'methods' => array( 'create' => array( 'path' => 'v3/tagBindings', 'httpMethod' => 'POST', 'parameters' => array( 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/tagBindings', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->tagKeys = new Google_Service_CloudResourceManager_Resource_TagKeys( $this, $this->serviceName, 'tagKeys', array( 'methods' => array( 'create' => array( 'path' => 'v3/tagKeys', 'httpMethod' => 'POST', 'parameters' => array( 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'etag' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v3/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/tagKeys', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => 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', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'v3/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v3/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->tagValues = new Google_Service_CloudResourceManager_Resource_TagValues( $this, $this->serviceName, 'tagValues', array( 'methods' => array( 'create' => array( 'path' => 'v3/tagValues', 'httpMethod' => 'POST', 'parameters' => array( 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'etag' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v3/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/tagValues', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => 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', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'v3/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v3/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK$ ZR!Vvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationError.phpnu[errors = $errors; } public function getErrors() { return $this->errors; } } PK$ Ze]]vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK$ ZI0+ii[vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Operations.phpnu[ * $serviceregistryService = new Google_Service_ServiceRegistry(...); * $operations = $serviceregistryService->operations; * */ class Google_Service_ServiceRegistry_Resource_Operations extends Google_Service_Resource { /** * Gets information about a specific operation. (operations.get) * * @param string $project The project ID for this request. * @param string $operation The name of the operation for this request. * @param array $optParams Optional parameters. * @return Google_Service_ServiceRegistry_Operation */ public function get($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceRegistry_Operation"); } /** * Lists all operations for a project. (operations.listOperations) * * @param string $project The project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter Sets a filter expression for filtering listed * resources, in the form filter={expression}. Your {expression} must be in the * format: field_name comparison_string literal_string. * * The field_name is the name of the field you want to compare. Only atomic * field types are supported (string, number, boolean). The comparison_string * must be either eq (equals) or ne (not equals). The literal_string is the * string value to filter to. The literal value must be valid for the type of * field you are filtering by (string, number, boolean). For string fields, the * literal value is interpreted as a regular expression using RE2 syntax. The * literal value must match the entire field. * * For example, to filter for instances that do not have a name of example- * instance, you would use filter=name ne example-instance. * * Compute Engine Beta API Only: When filtering in the Beta API, you can also * filter on nested fields. For example, you could filter on instances that have * set the scheduling.automaticRestart field to true. Use filtering on nested * fields to take advantage of labels to organize and search for results based * on label values. * * The Beta API also supports filtering on multiple expressions by providing * each separate expression within parentheses. For example, * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple * expressions are treated as AND expressions, meaning that resources must match * all expressions to pass the filters. * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * maxResults, Compute Engine returns a nextPageToken that can be used to get * the next page of results in subsequent list requests. * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using orderBy="creationTimestamp desc". This sorts results based on the * creationTimestamp field in reverse chronological order (newest result first). * Use this to sort resources like operations so that the newest operation is * returned first. * * Currently, only sorting by name or creationTimestamp desc is supported. * @opt_param string pageToken Specifies a page token to use. Set pageToken to * the nextPageToken returned by a previous list request to get the next page of * results. * @return Google_Service_ServiceRegistry_OperationsListResponse */ public function listOperations($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceRegistry_OperationsListResponse"); } } PK$ ZG-Zvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Endpoints.phpnu[ * $serviceregistryService = new Google_Service_ServiceRegistry(...); * $endpoints = $serviceregistryService->endpoints; * */ class Google_Service_ServiceRegistry_Resource_Endpoints extends Google_Service_Resource { /** * Deletes an endpoint. (endpoints.delete) * * @param string $project The project ID for this request. * @param string $endpoint The name of the endpoint for this request. * @param array $optParams Optional parameters. * @return Google_Service_ServiceRegistry_Operation */ public function delete($project, $endpoint, $optParams = array()) { $params = array('project' => $project, 'endpoint' => $endpoint); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceRegistry_Operation"); } /** * Gets an endpoint. (endpoints.get) * * @param string $project The project ID for this request. * @param string $endpoint The name of the endpoint for this request. * @param array $optParams Optional parameters. * @return Google_Service_ServiceRegistry_Endpoint */ public function get($project, $endpoint, $optParams = array()) { $params = array('project' => $project, 'endpoint' => $endpoint); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceRegistry_Endpoint"); } /** * Creates an endpoint. (endpoints.insert) * * @param string $project The project ID for this request. * @param Google_Service_ServiceRegistry_Endpoint $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceRegistry_Operation */ public function insert($project, Google_Service_ServiceRegistry_Endpoint $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ServiceRegistry_Operation"); } /** * Lists endpoints for a project. (endpoints.listEndpoints) * * @param string $project The project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter Sets a filter expression for filtering listed * resources, in the form filter={expression}. Your {expression} must be in the * format: field_name comparison_string literal_string. * * The field_name is the name of the field you want to compare. Only atomic * field types are supported (string, number, boolean). The comparison_string * must be either eq (equals) or ne (not equals). The literal_string is the * string value to filter to. The literal value must be valid for the type of * field you are filtering by (string, number, boolean). For string fields, the * literal value is interpreted as a regular expression using RE2 syntax. The * literal value must match the entire field. * * For example, to filter for instances that do not have a name of example- * instance, you would use filter=name ne example-instance. * * Compute Engine Beta API Only: When filtering in the Beta API, you can also * filter on nested fields. For example, you could filter on instances that have * set the scheduling.automaticRestart field to true. Use filtering on nested * fields to take advantage of labels to organize and search for results based * on label values. * * The Beta API also supports filtering on multiple expressions by providing * each separate expression within parentheses. For example, * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple * expressions are treated as AND expressions, meaning that resources must match * all expressions to pass the filters. * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * maxResults, Compute Engine returns a nextPageToken that can be used to get * the next page of results in subsequent list requests. * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using orderBy="creationTimestamp desc". This sorts results based on the * creationTimestamp field in reverse chronological order (newest result first). * Use this to sort resources like operations so that the newest operation is * returned first. * * Currently, only sorting by name or creationTimestamp desc is supported. * @opt_param string pageToken Specifies a page token to use. Set pageToken to * the nextPageToken returned by a previous list request to get the next page of * results. * @return Google_Service_ServiceRegistry_EndpointsListResponse */ public function listEndpoints($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceRegistry_EndpointsListResponse"); } /** * Updates an endpoint. This method supports patch semantics. (endpoints.patch) * * @param string $project The project ID for this request. * @param string $endpoint The name of the endpoint for this request. * @param Google_Service_ServiceRegistry_Endpoint $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceRegistry_Operation */ public function patch($project, $endpoint, Google_Service_ServiceRegistry_Endpoint $postBody, $optParams = array()) { $params = array('project' => $project, 'endpoint' => $endpoint, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ServiceRegistry_Operation"); } /** * Updates an endpoint. (endpoints.update) * * @param string $project The project ID for this request. * @param string $endpoint The name of the endpoint for this request. * @param Google_Service_ServiceRegistry_Endpoint $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceRegistry_Operation */ public function update($project, $endpoint, Google_Service_ServiceRegistry_Endpoint $postBody, $optParams = array()) { $params = array('project' => $project, 'endpoint' => $endpoint, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ServiceRegistry_Operation"); } } PK$ Z RYvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK$ Z> Pvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Endpoint.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setVisibility(Google_Service_ServiceRegistry_EndpointEndpointVisibility $visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK$ ZZΰQvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setError(Google_Service_ServiceRegistry_OperationError $error) { $this->error = $error; } public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK$ Z?ddbvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointEndpointVisibility.phpnu[internalDnsName = $internalDnsName; } public function getInternalDnsName() { return $this->internalDnsName; } public function setNetworks($networks) { $this->networks = $networks; } public function getNetworks() { return $this->networks; } } PK$ ZFx\vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK$ ZQ^vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationsListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOperations($operations) { $this->operations = $operations; } public function getOperations() { return $this->operations; } } PK$ Z@]vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointsListResponse.phpnu[endpoints = $endpoints; } public function getEndpoints() { return $this->endpoints; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ Z644Ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.phpnu[ * An implementation of the Grafeas API, which stores, and enables querying and * retrieval of critical metadata about all of your software artifacts.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ContainerAnalysis extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_notes; public $projects_notes_occurrences; public $projects_occurrences; public $projects_scanConfigs; /** * Constructs the internal representation of the ContainerAnalysis service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://containeranalysis.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'containeranalysis'; $this->projects_notes = new Google_Service_ContainerAnalysis_Resource_ProjectsNotes( $this, $this->serviceName, 'notes', array( 'methods' => array( 'batchCreate' => array( 'path' => 'v1beta1/{+parent}/notes:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1beta1/{+parent}/notes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'noteId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/notes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_notes_occurrences = new Google_Service_ContainerAnalysis_Resource_ProjectsNotesOccurrences( $this, $this->serviceName, 'occurrences', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+name}/occurrences', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_occurrences = new Google_Service_ContainerAnalysis_Resource_ProjectsOccurrences( $this, $this->serviceName, 'occurrences', array( 'methods' => array( 'batchCreate' => array( 'path' => 'v1beta1/{+parent}/occurrences:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1beta1/{+parent}/occurrences', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getNotes' => array( 'path' => 'v1beta1/{+name}/notes', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getVulnerabilitySummary' => array( 'path' => 'v1beta1/{+parent}/occurrences:vulnerabilitySummary', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/occurrences', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_scanConfigs = new Google_Service_ContainerAnalysis_Resource_ProjectsScanConfigs( $this, $this->serviceName, 'scanConfigs', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/scanConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK$ Z`hUUOvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Jwt.phpnu[compactJwt = $compactJwt; } public function getCompactJwt() { return $this->compactJwt; } } PK$ ZI]vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestorPublicKey.phpnu[asciiArmoredPgpPublicKey = $asciiArmoredPgpPublicKey; } public function getAsciiArmoredPgpPublicKey() { return $this->asciiArmoredPgpPublicKey; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_BinaryAuthorization_PkixPublicKey */ public function setPkixPublicKey(Google_Service_BinaryAuthorization_PkixPublicKey $pkixPublicKey) { $this->pkixPublicKey = $pkixPublicKey; } /** * @return Google_Service_BinaryAuthorization_PkixPublicKey */ public function getPkixPublicKey() { return $this->pkixPublicKey; } } PK$ ZC6`vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.phpnu[delegationServiceAccountEmail = $delegationServiceAccountEmail; } public function getDelegationServiceAccountEmail() { return $this->delegationServiceAccountEmail; } public function setNoteReference($noteReference) { $this->noteReference = $noteReference; } public function getNoteReference() { return $this->noteReference; } /** * @param Google_Service_BinaryAuthorization_AttestorPublicKey[] */ public function setPublicKeys($publicKeys) { $this->publicKeys = $publicKeys; } /** * @return Google_Service_BinaryAuthorization_AttestorPublicKey[] */ public function getPublicKeys() { return $this->publicKeys; } } PK$ Zu[[_vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_BinaryAuthorization_IamPolicy */ public function getPolicy() { return $this->policy; } } PK$ Z&"Rvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Policy.phpnu[admissionWhitelistPatterns = $admissionWhitelistPatterns; } /** * @return Google_Service_BinaryAuthorization_AdmissionWhitelistPattern[] */ public function getAdmissionWhitelistPatterns() { return $this->admissionWhitelistPatterns; } /** * @param Google_Service_BinaryAuthorization_AdmissionRule[] */ public function setClusterAdmissionRules($clusterAdmissionRules) { $this->clusterAdmissionRules = $clusterAdmissionRules; } /** * @return Google_Service_BinaryAuthorization_AdmissionRule[] */ public function getClusterAdmissionRules() { return $this->clusterAdmissionRules; } /** * @param Google_Service_BinaryAuthorization_AdmissionRule */ public function setDefaultAdmissionRule(Google_Service_BinaryAuthorization_AdmissionRule $defaultAdmissionRule) { $this->defaultAdmissionRule = $defaultAdmissionRule; } /** * @return Google_Service_BinaryAuthorization_AdmissionRule */ public function getDefaultAdmissionRule() { return $this->defaultAdmissionRule; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGlobalPolicyEvaluationMode($globalPolicyEvaluationMode) { $this->globalPolicyEvaluationMode = $globalPolicyEvaluationMode; } public function getGlobalPolicyEvaluationMode() { return $this->globalPolicyEvaluationMode; } /** * @param Google_Service_BinaryAuthorization_AdmissionRule[] */ public function setIstioServiceIdentityAdmissionRules($istioServiceIdentityAdmissionRules) { $this->istioServiceIdentityAdmissionRules = $istioServiceIdentityAdmissionRules; } /** * @return Google_Service_BinaryAuthorization_AdmissionRule[] */ public function getIstioServiceIdentityAdmissionRules() { return $this->istioServiceIdentityAdmissionRules; } /** * @param Google_Service_BinaryAuthorization_AdmissionRule[] */ public function setKubernetesNamespaceAdmissionRules($kubernetesNamespaceAdmissionRules) { $this->kubernetesNamespaceAdmissionRules = $kubernetesNamespaceAdmissionRules; } /** * @return Google_Service_BinaryAuthorization_AdmissionRule[] */ public function getKubernetesNamespaceAdmissionRules() { return $this->kubernetesNamespaceAdmissionRules; } /** * @param Google_Service_BinaryAuthorization_AdmissionRule[] */ public function setKubernetesServiceAccountAdmissionRules($kubernetesServiceAccountAdmissionRules) { $this->kubernetesServiceAccountAdmissionRules = $kubernetesServiceAccountAdmissionRules; } /** * @return Google_Service_BinaryAuthorization_AdmissionRule[] */ public function getKubernetesServiceAccountAdmissionRules() { return $this->kubernetesServiceAccountAdmissionRules; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ Z;wavendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestationOccurrence.phpnu[jwts = $jwts; } /** * @return Google_Service_BinaryAuthorization_Jwt[] */ public function getJwts() { return $this->jwts; } public function setSerializedPayload($serializedPayload) { $this->serializedPayload = $serializedPayload; } public function getSerializedPayload() { return $this->serializedPayload; } /** * @param Google_Service_BinaryAuthorization_Signature[] */ public function setSignatures($signatures) { $this->signatures = $signatures; } /** * @return Google_Service_BinaryAuthorization_Signature[] */ public function getSignatures() { return $this->signatures; } } PK$ Zӥfvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Z+<+$+$fvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.phpnu[ * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); * $attestors = $binaryauthorizationService->attestors; * */ class Google_Service_BinaryAuthorization_Resource_ProjectsAttestors extends Google_Service_Resource { /** * Creates an attestor, and returns a copy of the new attestor. Returns * NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is * malformed, ALREADY_EXISTS if the attestor already exists. (attestors.create) * * @param string $parent Required. The parent of this attestor. * @param Google_Service_BinaryAuthorization_Attestor $postBody * @param array $optParams Optional parameters. * * @opt_param string attestorId Required. The attestors ID. * @return Google_Service_BinaryAuthorization_Attestor */ public function create($parent, Google_Service_BinaryAuthorization_Attestor $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BinaryAuthorization_Attestor"); } /** * Deletes an attestor. Returns NOT_FOUND if the attestor does not exist. * (attestors.delete) * * @param string $name Required. The name of the attestors to delete, in the * format `projects/attestors`. * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_BinaryauthorizationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BinaryAuthorization_BinaryauthorizationEmpty"); } /** * Gets an attestor. Returns NOT_FOUND if the attestor does not exist. * (attestors.get) * * @param string $name Required. The name of the attestor to retrieve, in the * format `projects/attestors`. * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_Attestor */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BinaryAuthorization_Attestor"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (attestors.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_BinaryAuthorization_IamPolicy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); } /** * Lists attestors. Returns INVALID_ARGUMENT if the project does not exist. * (attestors.listProjectsAttestors) * * @param string $parent Required. The resource name of the project associated * with the attestors, in the format `projects`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListAttestorsResponse.next_page_token returned from the previous call to the * `ListAttestors` method. * @return Google_Service_BinaryAuthorization_ListAttestorsResponse */ public function listProjectsAttestors($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BinaryAuthorization_ListAttestorsResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (attestors.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BinaryAuthorization_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_IamPolicy */ public function setIamPolicy($resource, Google_Service_BinaryAuthorization_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (attestors.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_BinaryAuthorization_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_BinaryAuthorization_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_BinaryAuthorization_TestIamPermissionsResponse"); } /** * Updates an attestor. Returns NOT_FOUND if the attestor does not exist. * (attestors.update) * * @param string $name Required. The resource name, in the format: * `projects/attestors`. This field may not be updated. * @param Google_Service_BinaryAuthorization_Attestor $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_Attestor */ public function update($name, Google_Service_BinaryAuthorization_Attestor $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_BinaryAuthorization_Attestor"); } /** * Returns whether the given Attestation for the given image URI was signed by * the given Attestor (attestors.validateAttestationOccurrence) * * @param string $attestor Required. The resource name of the Attestor of the * occurrence, in the format `projects/attestors`. * @param Google_Service_BinaryAuthorization_ValidateAttestationOccurrenceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_ValidateAttestationOccurrenceResponse */ public function validateAttestationOccurrence($attestor, Google_Service_BinaryAuthorization_ValidateAttestationOccurrenceRequest $postBody, $optParams = array()) { $params = array('attestor' => $attestor, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validateAttestationOccurrence', array($params), "Google_Service_BinaryAuthorization_ValidateAttestationOccurrenceResponse"); } } PK$ Z@Kavendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Systempolicy.phpnu[ * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); * $systempolicy = $binaryauthorizationService->systempolicy; * */ class Google_Service_BinaryAuthorization_Resource_Systempolicy extends Google_Service_Resource { /** * Gets the current system policy in the specified location. * (systempolicy.getPolicy) * * @param string $name Required. The resource name, in the format * `locations/policy`. Note that the system policy is not associated with a * project. * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_Policy */ public function getPolicy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getPolicy', array($params), "Google_Service_BinaryAuthorization_Policy"); } } PK$ Za  cvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.phpnu[ * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); * $policy = $binaryauthorizationService->policy; * */ class Google_Service_BinaryAuthorization_Resource_ProjectsPolicy extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (policy.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_BinaryAuthorization_IamPolicy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (policy.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BinaryAuthorization_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_IamPolicy */ public function setIamPolicy($resource, Google_Service_BinaryAuthorization_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (policy.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_BinaryAuthorization_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_BinaryAuthorization_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_BinaryAuthorization_TestIamPermissionsResponse"); } } PK$ Zj< ]vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Projects.phpnu[ * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); * $projects = $binaryauthorizationService->projects; * */ class Google_Service_BinaryAuthorization_Resource_Projects extends Google_Service_Resource { /** * A policy specifies the attestors that must attest to a container image, * before the project is allowed to deploy that image. There is at most one * policy per project. All image admission requests are permitted if a project * has no policy. Gets the policy for this project. Returns a default policy if * the project does not have one. (projects.getPolicy) * * @param string $name Required. The resource name of the policy to retrieve, in * the format `projects/policy`. * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_Policy */ public function getPolicy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getPolicy', array($params), "Google_Service_BinaryAuthorization_Policy"); } /** * Creates or updates a project's policy, and returns a copy of the new policy. * A policy is always updated as a whole, to avoid race conditions with * concurrent policy enforcement (or management!) requests. Returns NOT_FOUND if * the project does not exist, INVALID_ARGUMENT if the request is malformed. * (projects.updatePolicy) * * @param string $name Output only. The resource name, in the format * `projects/policy`. There is at most one policy per project. * @param Google_Service_BinaryAuthorization_Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_BinaryAuthorization_Policy */ public function updatePolicy($name, Google_Service_BinaryAuthorization_Policy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatePolicy', array($params), "Google_Service_BinaryAuthorization_Policy"); } } PK$ ZcUvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/IamPolicy.phpnu[bindings = $bindings; } /** * @return Google_Service_BinaryAuthorization_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK$ ZESvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Binding.phpnu[condition = $condition; } /** * @return Google_Service_BinaryAuthorization_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK$ Z_0Tvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_BinaryAuthorization_UserOwnedGrafeasNote */ public function setUserOwnedGrafeasNote(Google_Service_BinaryAuthorization_UserOwnedGrafeasNote $userOwnedGrafeasNote) { $this->userOwnedGrafeasNote = $userOwnedGrafeasNote; } /** * @return Google_Service_BinaryAuthorization_UserOwnedGrafeasNote */ public function getUserOwnedGrafeasNote() { return $this->userOwnedGrafeasNote; } } PK$ ZCۮKKavendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ListAttestorsResponse.phpnu[attestors = $attestors; } /** * @return Google_Service_BinaryAuthorization_Attestor[] */ public function getAttestors() { return $this->attestors; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK$ Z GUvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Signature.phpnu[publicKeyId = $publicKeyId; } public function getPublicKeyId() { return $this->publicKeyId; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK$ Z<pvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ValidateAttestationOccurrenceRequest.phpnu[attestation = $attestation; } /** * @return Google_Service_BinaryAuthorization_AttestationOccurrence */ public function getAttestation() { return $this->attestation; } public function setOccurrenceNote($occurrenceNote) { $this->occurrenceNote = $occurrenceNote; } public function getOccurrenceNote() { return $this->occurrenceNote; } public function setOccurrenceResourceUri($occurrenceResourceUri) { $this->occurrenceResourceUri = $occurrenceResourceUri; } public function getOccurrenceResourceUri() { return $this->occurrenceResourceUri; } } PK$ ZKrrevendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionWhitelistPattern.phpnu[namePattern = $namePattern; } public function getNamePattern() { return $this->namePattern; } } PK$ Z!evendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK$ Z.z]]Yvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/PkixPublicKey.phpnu[publicKeyPem = $publicKeyPem; } public function getPublicKeyPem() { return $this->publicKeyPem; } public function setSignatureAlgorithm($signatureAlgorithm) { $this->signatureAlgorithm = $signatureAlgorithm; } public function getSignatureAlgorithm() { return $this->signatureAlgorithm; } } PK$ Z[`!!qvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ValidateAttestationOccurrenceResponse.phpnu[denialReason = $denialReason; } public function getDenialReason() { return $this->denialReason; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } } PK$ Z(dvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/BinaryauthorizationEmpty.phpnu[enforcementMode = $enforcementMode; } public function getEnforcementMode() { return $this->enforcementMode; } public function setEvaluationMode($evaluationMode) { $this->evaluationMode = $evaluationMode; } public function getEvaluationMode() { return $this->evaluationMode; } public function setRequireAttestationsBy($requireAttestationsBy) { $this->requireAttestationsBy = $requireAttestationsBy; } public function getRequireAttestationsBy() { return $this->requireAttestationsBy; } } PK$ ZȷsTTPvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK$ ZX  kvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewUpdateGameServerClusterResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_GameServices_TargetState */ public function setTargetState(Google_Service_GameServices_TargetState $targetState) { $this->targetState = $targetState; } /** * @return Google_Service_GameServices_TargetState */ public function getTargetState() { return $this->targetState; } } PK$ ZMHbVvendor/google/apiclient-services/src/Google/Service/GameServices/GameservicesEmpty.phpnu[gkeClusterReference = $gkeClusterReference; } /** * @return Google_Service_GameServices_GkeClusterReference */ public function getGkeClusterReference() { return $this->gkeClusterReference; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } } PK$ Z\1ZZSvendor/google/apiclient-services/src/Google/Service/GameServices/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setIgnoreChildExemptions($ignoreChildExemptions) { $this->ignoreChildExemptions = $ignoreChildExemptions; } public function getIgnoreChildExemptions() { return $this->ignoreChildExemptions; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK$ Z,Zvendor/google/apiclient-services/src/Google/Service/GameServices/TargetFleetAutoscaler.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GameServices_SpecSource */ public function setSpecSource(Google_Service_GameServices_SpecSource $specSource) { $this->specSource = $specSource; } /** * @return Google_Service_GameServices_SpecSource */ public function getSpecSource() { return $this->specSource; } } PK$ ZT%Nfvendor/google/apiclient-services/src/Google/Service/GameServices/ListGameServerDeploymentsResponse.phpnu[gameServerDeployments = $gameServerDeployments; } /** * @return Google_Service_GameServices_GameServerDeployment[] */ public function getGameServerDeployments() { return $this->gameServerDeployments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK$ Zovendor/google/apiclient-services/src/Google/Service/GameServices/PreviewGameServerDeploymentRolloutResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_GameServices_TargetState */ public function setTargetState(Google_Service_GameServices_TargetState $targetState) { $this->targetState = $targetState; } /** * @return Google_Service_GameServices_TargetState */ public function getTargetState() { return $this->targetState; } public function setUnavailable($unavailable) { $this->unavailable = $unavailable; } public function getUnavailable() { return $this->unavailable; } } PK$ ZefPPbvendor/google/apiclient-services/src/Google/Service/GameServices/ListGameServerConfigsResponse.phpnu[gameServerConfigs = $gameServerConfigs; } /** * @return Google_Service_GameServices_GameServerConfig[] */ public function getGameServerConfigs() { return $this->gameServerConfigs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK$ ZWvendor/google/apiclient-services/src/Google/Service/GameServices/TargetFleetDetails.phpnu[autoscaler = $autoscaler; } /** * @return Google_Service_GameServices_TargetFleetAutoscaler */ public function getAutoscaler() { return $this->autoscaler; } /** * @param Google_Service_GameServices_TargetFleet */ public function setFleet(Google_Service_GameServices_TargetFleet $fleet) { $this->fleet = $fleet; } /** * @return Google_Service_GameServices_TargetFleet */ public function getFleet() { return $this->fleet; } } PK$ ZNvendor/google/apiclient-services/src/Google/Service/GameServices/LogConfig.phpnu[cloudAudit = $cloudAudit; } /** * @return Google_Service_GameServices_CloudAuditOptions */ public function getCloudAudit() { return $this->cloudAudit; } /** * @param Google_Service_GameServices_CounterOptions */ public function setCounter(Google_Service_GameServices_CounterOptions $counter) { $this->counter = $counter; } /** * @return Google_Service_GameServices_CounterOptions */ public function getCounter() { return $this->counter; } /** * @param Google_Service_GameServices_DataAccessOptions */ public function setDataAccess(Google_Service_GameServices_DataAccessOptions $dataAccess) { $this->dataAccess = $dataAccess; } /** * @return Google_Service_GameServices_DataAccessOptions */ public function getDataAccess() { return $this->dataAccess; } } PK$ ZZZ]vendor/google/apiclient-services/src/Google/Service/GameServices/GameServerConfigOverride.phpnu[configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_GameServices_RealmSelector */ public function setRealmsSelector(Google_Service_GameServices_RealmSelector $realmsSelector) { $this->realmsSelector = $realmsSelector; } /** * @return Google_Service_GameServices_RealmSelector */ public function getRealmsSelector() { return $this->realmsSelector; } } PK$ Z\FXvendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleetStatus.phpnu[allocatedReplicas = $allocatedReplicas; } public function getAllocatedReplicas() { return $this->allocatedReplicas; } public function setReadyReplicas($readyReplicas) { $this->readyReplicas = $readyReplicas; } public function getReadyReplicas() { return $this->readyReplicas; } public function setReplicas($replicas) { $this->replicas = $replicas; } public function getReplicas() { return $this->replicas; } public function setReservedReplicas($reservedReplicas) { $this->reservedReplicas = $reservedReplicas; } public function getReservedReplicas() { return $this->reservedReplicas; } } PK$ Z1sA`vendor/google/apiclient-services/src/Google/Service/GameServices/AuthorizationLoggingOptions.phpnu[permissionType = $permissionType; } public function getPermissionType() { return $this->permissionType; } } PK$ ZӱXvendor/google/apiclient-services/src/Google/Service/GameServices/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_GameServices_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK$ Z(ŵVvendor/google/apiclient-services/src/Google/Service/GameServices/GameServerCluster.phpnu[connectionInfo = $connectionInfo; } /** * @return Google_Service_GameServices_GameServerClusterConnectionInfo */ public function getConnectionInfo() { return $this->connectionInfo; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK$ Z&))Jvendor/google/apiclient-services/src/Google/Service/GameServices/Realm.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } 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 setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% Zoӥy( ( Kvendor/google/apiclient-services/src/Google/Service/GameServices/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_GameServices_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_GameServices_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_GameServices_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setIamOwned($iamOwned) { $this->iamOwned = $iamOwned; } public function getIamOwned() { return $this->iamOwned; } /** * @param Google_Service_GameServices_Rule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_GameServices_Rule[] */ public function getRules() { return $this->rules; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK% ZRӸ[vendor/google/apiclient-services/src/Google/Service/GameServices/CancelOperationRequest.phpnu[details = $details; } /** * @return Google_Service_GameServices_TargetDetails[] */ public function getDetails() { return $this->details; } } PK% Z'Vvendor/google/apiclient-services/src/Google/Service/GameServices/CloudAuditOptions.phpnu[authorizationLoggingOptions = $authorizationLoggingOptions; } /** * @return Google_Service_GameServices_AuthorizationLoggingOptions */ public function getAuthorizationLoggingOptions() { return $this->authorizationLoggingOptions; } public function setLogName($logName) { $this->logName = $logName; } public function getLogName() { return $this->logName; } } PK% ZI_vendor/google/apiclient-services/src/Google/Service/GameServices/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK% Z)?(> > _vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocations.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $locations = $gameservicesService->locations; * */ class Google_Service_GameServices_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GameServices_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param bool includeUnrevealedLocations If true, the returned list will * include locations which are not yet revealed. * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_GameServices_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GameServices_ListLocationsResponse"); } } PK% Zܓivendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsOperations.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $operations = $gameservicesService->operations; * */ class Google_Service_GameServices_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_GameServices_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GameServices_GameservicesEmpty */ public function cancel($name, Google_Service_GameServices_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_GameServices_GameservicesEmpty"); } /** * 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_GameServices_GameservicesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GameServices_GameservicesEmpty"); } /** * 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_GameServices_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GameServices_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_GameServices_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GameServices_ListOperationsResponse"); } } PK% Z5> {vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsGameServerDeploymentsConfigs.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $configs = $gameservicesService->configs; * */ class Google_Service_GameServices_Resource_ProjectsLocationsGameServerDeploymentsConfigs extends Google_Service_Resource { /** * Creates a new game server config in a given project, location, and game * server deployment. Game server configs are immutable, and are not applied * until referenced in the game server deployment rollout resource. * (configs.create) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}/gameServerDeployments/{deploym * ent}/`. * @param Google_Service_GameServices_GameServerConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string configId Required. The ID of the game server config * resource to be created. * @return Google_Service_GameServices_Operation */ public function create($parent, Google_Service_GameServices_GameServerConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GameServices_Operation"); } /** * Deletes a single game server config. The deletion will fail if the game * server config is referenced in a game server deployment rollout. * (configs.delete) * * @param string $name Required. The name of the game server config to delete, * in the following form: `projects/{project}/locations/{location}/gameServerDep * loyments/{deployment}/configs/{config}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GameServices_Operation"); } /** * Gets details of a single game server config. (configs.get) * * @param string $name Required. The name of the game server config to retrieve, * in the following form: `projects/{project}/locations/{location}/gameServerDep * loyments/{deployment}/configs/{config}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_GameServerConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GameServices_GameServerConfig"); } /** * Lists game server configs in a given project, location, and game server * deployment. (configs.listProjectsLocationsGameServerDeploymentsConfigs) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}/gameServerDeployments/{deploym * ent}/configs`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to apply to list results. * @opt_param string orderBy Optional. Specifies the ordering of results * following syntax at * https://cloud.google.com/apis/design/design_patterns#sorting_order. * @opt_param int pageSize Optional. The maximum number of items to return. If * unspecified, server will pick an appropriate default. Server may return fewer * items than requested. A caller should only rely on response's next_page_token * to determine if there are more GameServerConfigs left to be queried. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request, if any. * @return Google_Service_GameServices_ListGameServerConfigsResponse */ public function listProjectsLocationsGameServerDeploymentsConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GameServices_ListGameServerConfigsResponse"); } } PK% Z&E""wvendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsRealmsGameServerClusters.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $gameServerClusters = $gameservicesService->gameServerClusters; * */ class Google_Service_GameServices_Resource_ProjectsLocationsRealmsGameServerClusters extends Google_Service_Resource { /** * Creates a new game server cluster in a given project and location. * (gameServerClusters.create) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}/realms/{realm-id}`. * @param Google_Service_GameServices_GameServerCluster $postBody * @param array $optParams Optional parameters. * * @opt_param string gameServerClusterId Required. The ID of the game server * cluster resource to be created. * @return Google_Service_GameServices_Operation */ public function create($parent, Google_Service_GameServices_GameServerCluster $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GameServices_Operation"); } /** * Deletes a single game server cluster. (gameServerClusters.delete) * * @param string $name Required. The name of the game server cluster to delete, * in the following form: * `projects/{project}/locations/{location}/gameServerClusters/{cluster}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GameServices_Operation"); } /** * Gets details of a single game server cluster. (gameServerClusters.get) * * @param string $name Required. The name of the game server cluster to * retrieve, in the following form: * `projects/{project}/locations/{location}/realms/{realm- * id}/gameServerClusters/{cluster}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_GameServerCluster */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GameServices_GameServerCluster"); } /** * Lists game server clusters in a given project and location. * (gameServerClusters.listProjectsLocationsRealmsGameServerClusters) * * @param string $parent Required. The parent resource name, in the following * form: "projects/{project}/locations/{location}/realms/{realm}". * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to apply to list results. * @opt_param string orderBy Optional. Specifies the ordering of results * following syntax at * https://cloud.google.com/apis/design/design_patterns#sorting_order. * @opt_param int pageSize Optional. The maximum number of items to return. If * unspecified, the server will pick an appropriate default. The server may * return fewer items than requested. A caller should only rely on response's * next_page_token to determine if there are more GameServerClusters left to be * queried. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous List request, if any. * @return Google_Service_GameServices_ListGameServerClustersResponse */ public function listProjectsLocationsRealmsGameServerClusters($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GameServices_ListGameServerClustersResponse"); } /** * Patches a single game server cluster. (gameServerClusters.patch) * * @param string $name Required. The resource name of the game server cluster, * in the following form: `projects/{project}/locations/{location}/realms/{realm * }/gameServerClusters/{cluster}`. For example, `projects/my- * project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem- * cluster`. * @param Google_Service_GameServices_GameServerCluster $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_Operation */ public function patch($name, Google_Service_GameServices_GameServerCluster $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GameServices_Operation"); } /** * Previews creation of a new game server cluster in a given project and * location. (gameServerClusters.previewCreate) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}/realms/{realm}`. * @param Google_Service_GameServices_GameServerCluster $postBody * @param array $optParams Optional parameters. * * @opt_param string gameServerClusterId Required. The ID of the game server * cluster resource to be created. * @opt_param string previewTime Optional. The target timestamp to compute the * preview. * @return Google_Service_GameServices_PreviewCreateGameServerClusterResponse */ public function previewCreate($parent, Google_Service_GameServices_GameServerCluster $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('previewCreate', array($params), "Google_Service_GameServices_PreviewCreateGameServerClusterResponse"); } /** * Previews deletion of a single game server cluster. * (gameServerClusters.previewDelete) * * @param string $name Required. The name of the game server cluster to delete, * in the following form: * `projects/{project}/locations/{location}/gameServerClusters/{cluster}`. * @param array $optParams Optional parameters. * * @opt_param string previewTime Optional. The target timestamp to compute the * preview. * @return Google_Service_GameServices_PreviewDeleteGameServerClusterResponse */ public function previewDelete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('previewDelete', array($params), "Google_Service_GameServices_PreviewDeleteGameServerClusterResponse"); } /** * Previews updating a GameServerCluster. (gameServerClusters.previewUpdate) * * @param string $name Required. The resource name of the game server cluster, * in the following form: `projects/{project}/locations/{location}/realms/{realm * }/gameServerClusters/{cluster}`. For example, `projects/my- * project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem- * cluster`. * @param Google_Service_GameServices_GameServerCluster $postBody * @param array $optParams Optional parameters. * * @opt_param string previewTime Optional. The target timestamp to compute the * preview. * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_PreviewUpdateGameServerClusterResponse */ public function previewUpdate($name, Google_Service_GameServices_GameServerCluster $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('previewUpdate', array($params), "Google_Service_GameServices_PreviewUpdateGameServerClusterResponse"); } } PK% Z;olT6T6tvendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsGameServerDeployments.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $gameServerDeployments = $gameservicesService->gameServerDeployments; * */ class Google_Service_GameServices_Resource_ProjectsLocationsGameServerDeployments extends Google_Service_Resource { /** * Creates a new game server deployment in a given project and location. * (gameServerDeployments.create) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}`. * @param Google_Service_GameServices_GameServerDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string deploymentId Required. The ID of the game server delpoyment * resource to be created. * @return Google_Service_GameServices_Operation */ public function create($parent, Google_Service_GameServices_GameServerDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GameServices_Operation"); } /** * Deletes a single game server deployment. (gameServerDeployments.delete) * * @param string $name Required. The name of the game server delpoyment to * delete, in the following form: * `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GameServices_Operation"); } /** * Retrieves information about the current state of the game server deployment. * Gathers all the Agones fleets and Agones autoscalers, including fleets * running an older version of the game server deployment. * (gameServerDeployments.fetchDeploymentState) * * @param string $name Required. The name of the game server delpoyment, in the * following form: * `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. * @param Google_Service_GameServices_FetchDeploymentStateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GameServices_FetchDeploymentStateResponse */ public function fetchDeploymentState($name, Google_Service_GameServices_FetchDeploymentStateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('fetchDeploymentState', array($params), "Google_Service_GameServices_FetchDeploymentStateResponse"); } /** * Gets details of a single game server deployment. (gameServerDeployments.get) * * @param string $name Required. The name of the game server delpoyment to * retrieve, in the following form: * `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_GameServerDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GameServices_GameServerDeployment"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (gameServerDeployments.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_GameServices_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_GameServices_Policy"); } /** * Gets details a single game server deployment rollout. * (gameServerDeployments.getRollout) * * @param string $name Required. The name of the game server delpoyment to * retrieve, in the following form: `projects/{project}/locations/{location}/gam * eServerDeployments/{deployment}/rollout`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_GameServerDeploymentRollout */ public function getRollout($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getRollout', array($params), "Google_Service_GameServices_GameServerDeploymentRollout"); } /** * Lists game server deployments in a given project and location. * (gameServerDeployments.listProjectsLocationsGameServerDeployments) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to apply to list results. * @opt_param string orderBy Optional. Specifies the ordering of results * following syntax at * https://cloud.google.com/apis/design/design_patterns#sorting_order. * @opt_param int pageSize Optional. The maximum number of items to return. If * unspecified, the server will pick an appropriate default. The server may * return fewer items than requested. A caller should only rely on response's * next_page_token to determine if there are more GameServerDeployments left to * be queried. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous List request, if any. * @return Google_Service_GameServices_ListGameServerDeploymentsResponse */ public function listProjectsLocationsGameServerDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GameServices_ListGameServerDeploymentsResponse"); } /** * Patches a game server deployment. (gameServerDeployments.patch) * * @param string $name The resource name of the game server deployment, in the * following form: * `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. * For example, `projects/my-project/locations/global/gameServerDeployments/my- * deployment`. * @param Google_Service_GameServices_GameServerDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_Operation */ public function patch($name, Google_Service_GameServices_GameServerDeployment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GameServices_Operation"); } /** * Previews the game server deployment rollout. This API does not mutate the * rollout resource. (gameServerDeployments.previewRollout) * * @param string $name The resource name of the game server deployment rollout, * in the following form: `projects/{project}/locations/{location}/gameServerDep * loyments/{deployment}/rollout`. For example, `projects/my- * project/locations/global/gameServerDeployments/my-deployment/rollout`. * @param Google_Service_GameServices_GameServerDeploymentRollout $postBody * @param array $optParams Optional parameters. * * @opt_param string previewTime Optional. The target timestamp to compute the * preview. Defaults to the immediately after the proposed rollout completes. * @opt_param string updateMask Optional. Mask of fields to update. At least one * path must be supplied in this field. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_PreviewGameServerDeploymentRolloutResponse */ public function previewRollout($name, Google_Service_GameServices_GameServerDeploymentRollout $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('previewRollout', array($params), "Google_Service_GameServices_PreviewGameServerDeploymentRolloutResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (gameServerDeployments.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_GameServices_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Policy */ public function setIamPolicy($resource, Google_Service_GameServices_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_GameServices_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (gameServerDeployments.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_GameServices_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GameServices_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_GameServices_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_GameServices_TestIamPermissionsResponse"); } /** * Patches a single game server deployment rollout. The method will not return * an error if the update does not affect any existing realms. For example - if * the default_game_server_config is changed but all existing realms use the * override, that is valid. Similarly, if a non existing realm is explicitly * called out in game_server_config_overrides field, that will also not result * in an error. (gameServerDeployments.updateRollout) * * @param string $name The resource name of the game server deployment rollout, * in the following form: `projects/{project}/locations/{location}/gameServerDep * loyments/{deployment}/rollout`. For example, `projects/my- * project/locations/global/gameServerDeployments/my-deployment/rollout`. * @param Google_Service_GameServices_GameServerDeploymentRollout $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_Operation */ public function updateRollout($name, Google_Service_GameServices_GameServerDeploymentRollout $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateRollout', array($params), "Google_Service_GameServices_Operation"); } } PK% Z蟂~~Vvendor/google/apiclient-services/src/Google/Service/GameServices/Resource/Projects.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $projects = $gameservicesService->projects; * */ class Google_Service_GameServices_Resource_Projects extends Google_Service_Resource { } PK% ZjLLevendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsRealms.phpnu[ * $gameservicesService = new Google_Service_GameServices(...); * $realms = $gameservicesService->realms; * */ class Google_Service_GameServices_Resource_ProjectsLocationsRealms extends Google_Service_Resource { /** * Creates a new realm in a given project and location. (realms.create) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}`. * @param Google_Service_GameServices_Realm $postBody * @param array $optParams Optional parameters. * * @opt_param string realmId Required. The ID of the realm resource to be * created. * @return Google_Service_GameServices_Operation */ public function create($parent, Google_Service_GameServices_Realm $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GameServices_Operation"); } /** * Deletes a single realm. (realms.delete) * * @param string $name Required. The name of the realm to delete, in the * following form: `projects/{project}/locations/{location}/realms/{realm}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GameServices_Operation"); } /** * Gets details of a single realm. (realms.get) * * @param string $name Required. The name of the realm to retrieve, in the * following form: `projects/{project}/locations/{location}/realms/{realm}`. * @param array $optParams Optional parameters. * @return Google_Service_GameServices_Realm */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GameServices_Realm"); } /** * Lists realms in a given project and location. * (realms.listProjectsLocationsRealms) * * @param string $parent Required. The parent resource name, in the following * form: `projects/{project}/locations/{location}`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to apply to list results. * @opt_param string orderBy Optional. Specifies the ordering of results * following syntax at * https://cloud.google.com/apis/design/design_patterns#sorting_order. * @opt_param int pageSize Optional. The maximum number of items to return. If * unspecified, server will pick an appropriate default. Server may return fewer * items than requested. A caller should only rely on response's next_page_token * to determine if there are more realms left to be queried. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous List request, if any. * @return Google_Service_GameServices_ListRealmsResponse */ public function listProjectsLocationsRealms($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GameServices_ListRealmsResponse"); } /** * Patches a single realm. (realms.patch) * * @param string $name The resource name of the realm, in the following form: * `projects/{project}/locations/{location}/realms/{realm}`. For example, * `projects/my-project/locations/{location}/realms/my-realm`. * @param Google_Service_GameServices_Realm $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The update mask applies to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_Operation */ public function patch($name, Google_Service_GameServices_Realm $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GameServices_Operation"); } /** * Previews patches to a single realm. (realms.previewUpdate) * * @param string $name The resource name of the realm, in the following form: * `projects/{project}/locations/{location}/realms/{realm}`. For example, * `projects/my-project/locations/{location}/realms/my-realm`. * @param Google_Service_GameServices_Realm $postBody * @param array $optParams Optional parameters. * * @opt_param string previewTime Optional. The target timestamp to compute the * preview. * @opt_param string updateMask Required. The update mask applies to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_GameServices_PreviewRealmUpdateResponse */ public function previewUpdate($name, Google_Service_GameServices_Realm $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('previewUpdate', array($params), "Google_Service_GameServices_PreviewRealmUpdateResponse"); } } PK% Z gPvendor/google/apiclient-services/src/Google/Service/GameServices/TargetFleet.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GameServices_SpecSource */ public function setSpecSource(Google_Service_GameServices_SpecSource $specSource) { $this->specSource = $specSource; } /** * @return Google_Service_GameServices_SpecSource */ public function getSpecSource() { return $this->specSource; } } PK% ZYvendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleetDetails.phpnu[deployedAutoscaler = $deployedAutoscaler; } /** * @return Google_Service_GameServices_DeployedFleetAutoscaler */ public function getDeployedAutoscaler() { return $this->deployedAutoscaler; } /** * @param Google_Service_GameServices_DeployedFleet */ public function setDeployedFleet(Google_Service_GameServices_DeployedFleet $deployedFleet) { $this->deployedFleet = $deployedFleet; } /** * @return Google_Service_GameServices_DeployedFleet */ public function getDeployedFleet() { return $this->deployedFleet; } } PK% ZUSvendor/google/apiclient-services/src/Google/Service/GameServices/CounterOptions.phpnu[customFields = $customFields; } /** * @return Google_Service_GameServices_CustomField[] */ public function getCustomFields() { return $this->customFields; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } } PK% Z.ag7Rvendor/google/apiclient-services/src/Google/Service/GameServices/TargetDetails.phpnu[fleetDetails = $fleetDetails; } /** * @return Google_Service_GameServices_TargetFleetDetails[] */ public function getFleetDetails() { return $this->fleetDetails; } public function setGameServerClusterName($gameServerClusterName) { $this->gameServerClusterName = $gameServerClusterName; } public function getGameServerClusterName() { return $this->gameServerClusterName; } public function setGameServerDeploymentName($gameServerDeploymentName) { $this->gameServerDeploymentName = $gameServerDeploymentName; } public function getGameServerDeploymentName() { return $this->gameServerDeploymentName; } } PK% Z+[q q Vvendor/google/apiclient-services/src/Google/Service/GameServices/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_GameServices_OperationStatus[] */ public function setOperationStatus($operationStatus) { $this->operationStatus = $operationStatus; } /** * @return Google_Service_GameServices_OperationStatus[] */ public function getOperationStatus() { return $this->operationStatus; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK% Z*@@Lvendor/google/apiclient-services/src/Google/Service/GameServices/Binding.phpnu[bindingId = $bindingId; } public function getBindingId() { return $this->bindingId; } /** * @param Google_Service_GameServices_Expr */ public function setCondition(Google_Service_GameServices_Expr $condition) { $this->condition = $condition; } /** * @return Google_Service_GameServices_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK% Z//Zvendor/google/apiclient-services/src/Google/Service/GameServices/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_GameServices_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% Z"ςWvendor/google/apiclient-services/src/Google/Service/GameServices/ListRealmsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GameServices_Realm[] */ public function setRealms($realms) { $this->realms = $realms; } /** * @return Google_Service_GameServices_Realm[] */ public function getRealms() { return $this->realms; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK% ZN%gVVRvendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleet.phpnu[fleet = $fleet; } public function getFleet() { return $this->fleet; } public function setFleetSpec($fleetSpec) { $this->fleetSpec = $fleetSpec; } public function getFleetSpec() { return $this->fleetSpec; } /** * @param Google_Service_GameServices_SpecSource */ public function setSpecSource(Google_Service_GameServices_SpecSource $specSource) { $this->specSource = $specSource; } /** * @return Google_Service_GameServices_SpecSource */ public function getSpecSource() { return $this->specSource; } /** * @param Google_Service_GameServices_DeployedFleetStatus */ public function setStatus(Google_Service_GameServices_DeployedFleetStatus $status) { $this->status = $status; } /** * @return Google_Service_GameServices_DeployedFleetStatus */ public function getStatus() { return $this->status; } } PK% Z.GGVvendor/google/apiclient-services/src/Google/Service/GameServices/DataAccessOptions.phpnu[logMode = $logMode; } public function getLogMode() { return $this->logMode; } } PK% ZLA:  kvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewDeleteGameServerClusterResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_GameServices_TargetState */ public function setTargetState(Google_Service_GameServices_TargetState $targetState) { $this->targetState = $targetState; } /** * @return Google_Service_GameServices_TargetState */ public function getTargetState() { return $this->targetState; } } PK% Z'`:  Ivendor/google/apiclient-services/src/Google/Service/GameServices/Rule.phpnu[action = $action; } public function getAction() { return $this->action; } /** * @param Google_Service_GameServices_Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_GameServices_Condition[] */ public function getConditions() { return $this->conditions; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIn($in) { $this->in = $in; } public function getIn() { return $this->in; } /** * @param Google_Service_GameServices_LogConfig[] */ public function setLogConfig($logConfig) { $this->logConfig = $logConfig; } /** * @return Google_Service_GameServices_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; } } PK% Z,^vendor/google/apiclient-services/src/Google/Service/GameServices/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK% ZHk§Tvendor/google/apiclient-services/src/Google/Service/GameServices/OperationStatus.phpnu[done = $done; } public function getDone() { return $this->done; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } } PK% Z]֎Yvendor/google/apiclient-services/src/Google/Service/GameServices/GameServerDeployment.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } 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 setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% Z.;ʥzzNvendor/google/apiclient-services/src/Google/Service/GameServices/Condition.phpnu[iam = $iam; } public function getIam() { return $this->iam; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } public function setSvc($svc) { $this->svc = $svc; } public function getSvc() { return $this->svc; } public function setSys($sys) { $this->sys = $sys; } public function getSys() { return $this->sys; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK% ZunxxRvendor/google/apiclient-services/src/Google/Service/GameServices/ScalingConfig.phpnu[fleetAutoscalerSpec = $fleetAutoscalerSpec; } public function getFleetAutoscalerSpec() { return $this->fleetAutoscalerSpec; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GameServices_Schedule[] */ public function setSchedules($schedules) { $this->schedules = $schedules; } /** * @return Google_Service_GameServices_Schedule[] */ public function getSchedules() { return $this->schedules; } /** * @param Google_Service_GameServices_LabelSelector[] */ public function setSelectors($selectors) { $this->selectors = $selectors; } /** * @return Google_Service_GameServices_LabelSelector[] */ public function getSelectors() { return $this->selectors; } } PK% Zo Pvendor/google/apiclient-services/src/Google/Service/GameServices/CustomField.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z e_vendor/google/apiclient-services/src/Google/Service/GameServices/PreviewRealmUpdateResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_GameServices_TargetState */ public function setTargetState(Google_Service_GameServices_TargetState $targetState) { $this->targetState = $targetState; } /** * @return Google_Service_GameServices_TargetState */ public function getTargetState() { return $this->targetState; } } PK% Zs9`\vendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleetAutoscaler.phpnu[autoscaler = $autoscaler; } public function getAutoscaler() { return $this->autoscaler; } public function setFleetAutoscalerSpec($fleetAutoscalerSpec) { $this->fleetAutoscalerSpec = $fleetAutoscalerSpec; } public function getFleetAutoscalerSpec() { return $this->fleetAutoscalerSpec; } /** * @param Google_Service_GameServices_SpecSource */ public function setSpecSource(Google_Service_GameServices_SpecSource $specSource) { $this->specSource = $specSource; } /** * @return Google_Service_GameServices_SpecSource */ public function getSpecSource() { return $this->specSource; } } PK% ZttMvendor/google/apiclient-services/src/Google/Service/GameServices/Schedule.phpnu[cronJobDuration = $cronJobDuration; } public function getCronJobDuration() { return $this->cronJobDuration; } public function setCronSpec($cronSpec) { $this->cronSpec = $cronSpec; } public function getCronSpec() { return $this->cronSpec; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK% ZSD\\cvendor/google/apiclient-services/src/Google/Service/GameServices/ListGameServerClustersResponse.phpnu[gameServerClusters = $gameServerClusters; } /** * @return Google_Service_GameServices_GameServerCluster[] */ public function getGameServerClusters() { return $this->gameServerClusters; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK% Z4&`vendor/google/apiclient-services/src/Google/Service/GameServices/FetchDeploymentStateRequest.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_GameServices_Status */ public function setError(Google_Service_GameServices_Status $error) { $this->error = $error; } /** * @return Google_Service_GameServices_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK% Z  kvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewCreateGameServerClusterResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_GameServices_TargetState */ public function setTargetState(Google_Service_GameServices_TargetState $targetState) { $this->targetState = $targetState; } /** * @return Google_Service_GameServices_TargetState */ public function getTargetState() { return $this->targetState; } } PK% ZojKvendor/google/apiclient-services/src/Google/Service/GameServices/Status.phpnu[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; } } PK% Zj.iiRvendor/google/apiclient-services/src/Google/Service/GameServices/RealmSelector.phpnu[realms = $realms; } public function getRealms() { return $this->realms; } } PK% ZUffavendor/google/apiclient-services/src/Google/Service/GameServices/FetchDeploymentStateResponse.phpnu[clusterState = $clusterState; } /** * @return Google_Service_GameServices_DeployedClusterState[] */ public function getClusterState() { return $this->clusterState; } public function setUnavailable($unavailable) { $this->unavailable = $unavailable; } public function getUnavailable() { return $this->unavailable; } } PK% Z%<<[vendor/google/apiclient-services/src/Google/Service/GameServices/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GameServices_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_GameServices_Operation[] */ public function getOperations() { return $this->operations; } } PK% Z '<<Rvendor/google/apiclient-services/src/Google/Service/GameServices/LabelSelector.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK% ZbpMvendor/google/apiclient-services/src/Google/Service/GameServices/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% ZmPvendor/google/apiclient-services/src/Google/Service/GameServices/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_GameServices_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setExemptedMembers($exemptedMembers) { $this->exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK% Z?ba`vendor/google/apiclient-services/src/Google/Service/GameServices/GameServerDeploymentRollout.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDefaultGameServerConfig($defaultGameServerConfig) { $this->defaultGameServerConfig = $defaultGameServerConfig; } public function getDefaultGameServerConfig() { return $this->defaultGameServerConfig; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_GameServices_GameServerConfigOverride[] */ public function setGameServerConfigOverrides($gameServerConfigOverrides) { $this->gameServerConfigOverrides = $gameServerConfigOverrides; } /** * @return Google_Service_GameServices_GameServerConfigOverride[] */ public function getGameServerConfigOverrides() { return $this->gameServerConfigOverrides; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% Z CCYvendor/google/apiclient-services/src/Google/Service/GameServices/DeployedClusterState.phpnu[cluster = $cluster; } public function getCluster() { return $this->cluster; } /** * @param Google_Service_GameServices_DeployedFleetDetails[] */ public function setFleetDetails($fleetDetails) { $this->fleetDetails = $fleetDetails; } /** * @return Google_Service_GameServices_DeployedFleetDetails[] */ public function getFleetDetails() { return $this->fleetDetails; } } PK% Z@5"Pvendor/google/apiclient-services/src/Google/Service/GameServices/FleetConfig.phpnu[fleetSpec = $fleetSpec; } public function getFleetSpec() { return $this->fleetSpec; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% ZPQw))Ovendor/google/apiclient-services/src/Google/Service/GameServices/SpecSource.phpnu[gameServerConfigName = $gameServerConfigName; } public function getGameServerConfigName() { return $this->gameServerConfigName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% ZG֝ Uvendor/google/apiclient-services/src/Google/Service/GameServices/GameServerConfig.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_GameServices_FleetConfig[] */ public function setFleetConfigs($fleetConfigs) { $this->fleetConfigs = $fleetConfigs; } /** * @return Google_Service_GameServices_FleetConfig[] */ public function getFleetConfigs() { return $this->fleetConfigs; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GameServices_ScalingConfig[] */ public function setScalingConfigs($scalingConfigs) { $this->scalingConfigs = $scalingConfigs; } /** * @return Google_Service_GameServices_ScalingConfig[] */ public function getScalingConfigs() { return $this->scalingConfigs; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% Z}NIIXvendor/google/apiclient-services/src/Google/Service/GameServices/GkeClusterReference.phpnu[cluster = $cluster; } public function getCluster() { return $this->cluster; } } PK% ZmlMMIvendor/google/apiclient-services/src/Google/Service/GameServices/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK% Zc@Mvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGet.phpnu[candidate = $candidate; } public function getCandidate() { return $this->candidate; } public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs) { $this->costs = $costs; } public function getCosts() { return $this->costs; } public function setMatch(Google_Service_Freebase_ReconcileCandidate $match) { $this->match = $match; } public function getMatch() { return $this->match; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK% ZSj\*Rvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetCosts.phpnu[hits = $hits; } public function getHits() { return $this->hits; } public function setMs($ms) { $this->ms = $ms; } public function getMs() { return $this->ms; } } PK% Z1Zvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidateNotable.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% ZJTvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetWarning.phpnu[location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK% Zr11Svendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidate.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLang($lang) { $this->lang = $lang; } public function getLang() { return $this->lang; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotable(Google_Service_Freebase_ReconcileCandidateNotable $notable) { $this->notable = $notable; } public function getNotable() { return $this->notable; } } PK% ZOzdvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.phpnu[deviceEnrollmentId = $deviceEnrollmentId; } public function getDeviceEnrollmentId() { return $this->deviceEnrollmentId; } public function setDevicePermanentId($devicePermanentId) { $this->devicePermanentId = $devicePermanentId; } public function getDevicePermanentId() { return $this->devicePermanentId; } public function setSignedPublicKeyAndChallenge($signedPublicKeyAndChallenge) { $this->signedPublicKeyAndChallenge = $signedPublicKeyAndChallenge; } public function getSignedPublicKeyAndChallenge() { return $this->signedPublicKeyAndChallenge; } public function setVerificationOutput($verificationOutput) { $this->verificationOutput = $verificationOutput; } public function getVerificationOutput() { return $this->verificationOutput; } } PK% Zp&Zvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.phpnu[ * $verifiedaccessService = new Google_Service_Verifiedaccess(...); * $challenge = $verifiedaccessService->challenge; * */ class Google_Service_Verifiedaccess_Resource_Challenge extends Google_Service_Resource { /** * CreateChallenge API (challenge.create) * * @param Google_Service_Verifiedaccess_VerifiedaccessEmpty $postBody * @param array $optParams Optional parameters. * @return Google_Service_Verifiedaccess_Challenge */ public function create(Google_Service_Verifiedaccess_VerifiedaccessEmpty $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Verifiedaccess_Challenge"); } /** * VerifyChallengeResponse API (challenge.verify) * * @param Google_Service_Verifiedaccess_VerifyChallengeResponseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Verifiedaccess_VerifyChallengeResponseResult */ public function verify(Google_Service_Verifiedaccess_VerifyChallengeResponseRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verify', array($params), "Google_Service_Verifiedaccess_VerifyChallengeResponseResult"); } } PK% Zl4Mevendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseRequest.phpnu[challengeResponse = $challengeResponse; } /** * @return Google_Service_Verifiedaccess_SignedData */ public function getChallengeResponse() { return $this->challengeResponse; } public function setExpectedIdentity($expectedIdentity) { $this->expectedIdentity = $expectedIdentity; } public function getExpectedIdentity() { return $this->expectedIdentity; } } PK% Z9sQvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.phpnu[data = $data; } public function getData() { return $this->data; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK% Z϶7bbPvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.phpnu[alternativeChallenge = $alternativeChallenge; } /** * @return Google_Service_Verifiedaccess_SignedData */ public function getAlternativeChallenge() { return $this->alternativeChallenge; } /** * @param Google_Service_Verifiedaccess_SignedData */ public function setChallenge(Google_Service_Verifiedaccess_SignedData $challenge) { $this->challenge = $challenge; } /** * @return Google_Service_Verifiedaccess_SignedData */ public function getChallenge() { return $this->challenge; } } PK% Z-FoFoCvendor/google/apiclient-services/src/Google/Service/DataCatalog.phpnu[ * A fully managed and highly scalable data discovery and metadata management * service.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DataCatalog extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $catalog; public $entries; public $projects_locations_entryGroups; public $projects_locations_entryGroups_entries; public $projects_locations_entryGroups_entries_tags; public $projects_locations_entryGroups_tags; public $projects_locations_tagTemplates; public $projects_locations_tagTemplates_fields; public $projects_locations_tagTemplates_fields_enumValues; public $projects_locations_taxonomies; public $projects_locations_taxonomies_policyTags; /** * Constructs the internal representation of the DataCatalog service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://datacatalog.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'datacatalog'; $this->catalog = new Google_Service_DataCatalog_Resource_Catalog( $this, $this->serviceName, 'catalog', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/catalog:search', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->entries = new Google_Service_DataCatalog_Resource_Entries( $this, $this->serviceName, 'entries', array( 'methods' => array( 'lookup' => array( 'path' => 'v1beta1/entries:lookup', 'httpMethod' => 'GET', 'parameters' => array( 'linkedResource' => array( 'location' => 'query', 'type' => 'string', ), 'sqlResource' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_entryGroups = new Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroups( $this, $this->serviceName, 'entryGroups', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/entryGroups', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entryGroupId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/entryGroups', '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' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_entryGroups_entries = new Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroupsEntries( $this, $this->serviceName, 'entries', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/entries', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entryId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/entries', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_entryGroups_entries_tags = new Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroupsEntriesTags( $this, $this->serviceName, 'tags', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/tags', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/tags', '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' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_entryGroups_tags = new Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroupsTags( $this, $this->serviceName, 'tags', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/tags', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/tags', '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' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_tagTemplates = new Google_Service_DataCatalog_Resource_ProjectsLocationsTagTemplates( $this, $this->serviceName, 'tagTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/tagTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tagTemplateId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_tagTemplates_fields = new Google_Service_DataCatalog_Resource_ProjectsLocationsTagTemplatesFields( $this, $this->serviceName, 'fields', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/fields', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tagTemplateFieldId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'rename' => array( 'path' => 'v1beta1/{+name}:rename', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_tagTemplates_fields_enumValues = new Google_Service_DataCatalog_Resource_ProjectsLocationsTagTemplatesFieldsEnumValues( $this, $this->serviceName, 'enumValues', array( 'methods' => array( 'rename' => array( 'path' => 'v1beta1/{+name}:rename', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_taxonomies = new Google_Service_DataCatalog_Resource_ProjectsLocationsTaxonomies( $this, $this->serviceName, 'taxonomies', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/taxonomies', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v1beta1/{+parent}/taxonomies:export', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'serializedTaxonomies' => array( 'location' => 'query', 'type' => 'boolean', ), 'taxonomies' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v1beta1/{+parent}/taxonomies:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/taxonomies', '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' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_taxonomies_policyTags = new Google_Service_DataCatalog_Resource_ProjectsLocationsTaxonomiesPolicyTags( $this, $this->serviceName, 'policyTags', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/policyTags', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/policyTags', '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' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK% Z:~~Rvendor/google/apiclient-services/src/Google/Service/Books/FamilyInfoMembership.phpnu[acquirePermission = $acquirePermission; } public function getAcquirePermission() { return $this->acquirePermission; } public function setAgeGroup($ageGroup) { $this->ageGroup = $ageGroup; } public function getAgeGroup() { return $this->ageGroup; } public function setAllowedMaturityRating($allowedMaturityRating) { $this->allowedMaturityRating = $allowedMaturityRating; } public function getAllowedMaturityRating() { return $this->allowedMaturityRating; } public function setIsInFamily($isInFamily) { $this->isInFamily = $isInFamily; } public function getIsInFamily() { return $this->isInFamily; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK% ZmOvendor/google/apiclient-services/src/Google/Service/Books/Discoveryclusters.phpnu[clusters = $clusters; } /** * @return Google_Service_Books_DiscoveryclustersClusters[] */ public function getClusters() { return $this->clusters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTotalClusters($totalClusters) { $this->totalClusters = $totalClusters; } public function getTotalClusters() { return $this->totalClusters; } } PK% Z-Jvendor/google/apiclient-services/src/Google/Service/Books/ReviewSource.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExtraDescription($extraDescription) { $this->extraDescription = $extraDescription; } public function getExtraDescription() { return $this->extraDescription; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% ZX fvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z&AwJvendor/google/apiclient-services/src/Google/Service/Books/Usersettings.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_UsersettingsNotesExport */ public function setNotesExport(Google_Service_Books_UsersettingsNotesExport $notesExport) { $this->notesExport = $notesExport; } /** * @return Google_Service_Books_UsersettingsNotesExport */ public function getNotesExport() { return $this->notesExport; } /** * @param Google_Service_Books_UsersettingsNotification */ public function setNotification(Google_Service_Books_UsersettingsNotification $notification) { $this->notification = $notification; } /** * @return Google_Service_Books_UsersettingsNotification */ public function getNotification() { return $this->notification; } } PK% ZX5& Yvendor/google/apiclient-services/src/Google/Service/Books/ConcurrentAccessRestriction.phpnu[deviceAllowed = $deviceAllowed; } public function getDeviceAllowed() { return $this->deviceAllowed; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxConcurrentDevices($maxConcurrentDevices) { $this->maxConcurrentDevices = $maxConcurrentDevices; } public function getMaxConcurrentDevices() { return $this->maxConcurrentDevices; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setNonce($nonce) { $this->nonce = $nonce; } public function getNonce() { return $this->nonce; } public function setReasonCode($reasonCode) { $this->reasonCode = $reasonCode; } public function getReasonCode() { return $this->reasonCode; } public function setRestricted($restricted) { $this->restricted = $restricted; } public function getRestricted() { return $this->restricted; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setTimeWindowSeconds($timeWindowSeconds) { $this->timeWindowSeconds = $timeWindowSeconds; } public function getTimeWindowSeconds() { return $this->timeWindowSeconds; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% ZiiEvendor/google/apiclient-services/src/Google/Service/Books/Volume2.phpnu[items = $items; } /** * @return Google_Service_Books_Volume[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% Z\{{Nvendor/google/apiclient-services/src/Google/Service/Books/Seriesmembership.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_Volume[] */ public function setMember($member) { $this->member = $member; } /** * @return Google_Service_Books_Volume[] */ public function getMember() { return $this->member; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% ZmmLvendor/google/apiclient-services/src/Google/Service/Books/Layersummaries.phpnu[items = $items; } /** * @return Google_Service_Books_Layersummary[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Z-ZSSNvendor/google/apiclient-services/src/Google/Service/Books/DownloadAccesses.phpnu[downloadAccessList = $downloadAccessList; } /** * @return Google_Service_Books_DownloadAccessRestriction[] */ public function getDownloadAccessList() { return $this->downloadAccessList; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Z ;MMYvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoFamilySharing.phpnu[familyRole = $familyRole; } public function getFamilyRole() { return $this->familyRole; } public function setIsSharingAllowed($isSharingAllowed) { $this->isSharingAllowed = $isSharingAllowed; } public function getIsSharingAllowed() { return $this->isSharingAllowed; } public function setIsSharingDisabledByFop($isSharingDisabledByFop) { $this->isSharingDisabledByFop = $isSharingDisabledByFop; } public function getIsSharingDisabledByFop() { return $this->isSharingDisabledByFop; } } PK% ZGڝ Jvendor/google/apiclient-services/src/Google/Service/Books/Layersummary.phpnu[annotationCount = $annotationCount; } public function getAnnotationCount() { return $this->annotationCount; } public function setAnnotationTypes($annotationTypes) { $this->annotationTypes = $annotationTypes; } public function getAnnotationTypes() { return $this->annotationTypes; } public function setAnnotationsDataLink($annotationsDataLink) { $this->annotationsDataLink = $annotationsDataLink; } public function getAnnotationsDataLink() { return $this->annotationsDataLink; } public function setAnnotationsLink($annotationsLink) { $this->annotationsLink = $annotationsLink; } public function getAnnotationsLink() { return $this->annotationsLink; } public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } public function getContentVersion() { return $this->contentVersion; } public function setDataCount($dataCount) { $this->dataCount = $dataCount; } public function getDataCount() { return $this->dataCount; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLayerId($layerId) { $this->layerId = $layerId; } public function getLayerId() { return $this->layerId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeAnnotationsVersion($volumeAnnotationsVersion) { $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; } public function getVolumeAnnotationsVersion() { return $this->volumeAnnotationsVersion; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% ZB8lԝSvendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.phpnu[endOffset = $endOffset; } public function getEndOffset() { return $this->endOffset; } public function setEndPosition($endPosition) { $this->endPosition = $endPosition; } public function getEndPosition() { return $this->endPosition; } public function setStartOffset($startOffset) { $this->startOffset = $startOffset; } public function getStartOffset() { return $this->startOffset; } public function setStartPosition($startPosition) { $this->startPosition = $startPosition; } public function getStartPosition() { return $this->startPosition; } } PK% Z KDvendor/google/apiclient-services/src/Google/Service/Books/Series.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_SeriesSeries[] */ public function setSeries($series) { $this->series = $series; } /** * @return Google_Service_Books_SeriesSeries[] */ public function getSeries() { return $this->series; } } PK% Zv  Pvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.phpnu[allowedCharacterCount = $allowedCharacterCount; } public function getAllowedCharacterCount() { return $this->allowedCharacterCount; } public function setLimitType($limitType) { $this->limitType = $limitType; } public function getLimitType() { return $this->limitType; } public function setRemainingCharacterCount($remainingCharacterCount) { $this->remainingCharacterCount = $remainingCharacterCount; } public function getRemainingCharacterCount() { return $this->remainingCharacterCount; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK% Z)Kvendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.phpnu[badgeUrl = $badgeUrl; } public function getBadgeUrl() { return $this->badgeUrl; } public function setCategoryId($categoryId) { $this->categoryId = $categoryId; } public function getCategoryId() { return $this->categoryId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% Zevendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.phpnu[ "opted_state", ); public $optedState; public function setOptedState($optedState) { $this->optedState = $optedState; } public function getOptedState() { return $this->optedState; } } PK% Zz`vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Zک Tvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWords.phpnu[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; } } PK% ZPXvendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoImageLinks.phpnu[extraLarge = $extraLarge; } public function getExtraLarge() { return $this->extraLarge; } public function setLarge($large) { $this->large = $large; } public function getLarge() { return $this->large; } public function setMedium($medium) { $this->medium = $medium; } public function getMedium() { return $this->medium; } public function setSmall($small) { $this->small = $small; } public function getSmall() { return $this->small; } public function setSmallThumbnail($smallThumbnail) { $this->smallThumbnail = $smallThumbnail; } public function getSmallThumbnail() { return $this->smallThumbnail; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK% Z'mqqqvendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.phpnu[fillColorArgb = $fillColorArgb; } public function getFillColorArgb() { return $this->fillColorArgb; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setMaskColorArgb($maskColorArgb) { $this->maskColorArgb = $maskColorArgb; } public function getMaskColorArgb() { return $this->maskColorArgb; } public function setMoreButtonText($moreButtonText) { $this->moreButtonText = $moreButtonText; } public function getMoreButtonText() { return $this->moreButtonText; } public function setMoreButtonUrl($moreButtonUrl) { $this->moreButtonUrl = $moreButtonUrl; } public function getMoreButtonUrl() { return $this->moreButtonUrl; } public function setTextColorArgb($textColorArgb) { $this->textColorArgb = $textColorArgb; } public function getTextColorArgb() { return $this->textColorArgb; } } PK% ZXbUvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% ZmJfvendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMatchMyInterests.phpnu[ "opted_state", ); public $optedState; public function setOptedState($optedState) { $this->optedState = $optedState; } public function getOptedState() { return $this->optedState; } } PK% ZMVHvendor/google/apiclient-services/src/Google/Service/Books/BooksEmpty.phpnu[definition = $definition; } public function getDefinition() { return $this->definition; } /** * @param Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples[] */ public function setExamples($examples) { $this->examples = $examples; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples[] */ public function getExamples() { return $this->examples; } } PK% ZCZ[[Wvendor/google/apiclient-services/src/Google/Service/Books/BooksCloudloadingResource.phpnu[author = $author; } public function getAuthor() { return $this->author; } public function setProcessingState($processingState) { $this->processingState = $processingState; } public function getProcessingState() { return $this->processingState; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Z킮Kvendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.phpnu[ "download_url", "encryptedKey" => "encrypted_key", ); public $downloadUrl; public $encryptedKey; public $language; public $size; public $version; public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setEncryptedKey($encryptedKey) { $this->encryptedKey = $encryptedKey; } public function getEncryptedKey() { return $this->encryptedKey; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK% ZF[B3 \vendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.phpnu[cfiRange = $cfiRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getCfiRange() { return $this->cfiRange; } public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } public function getContentVersion() { return $this->contentVersion; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) { $this->gbImageRange = $gbImageRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getGbImageRange() { return $this->gbImageRange; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) { $this->gbTextRange = $gbTextRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getGbTextRange() { return $this->gbTextRange; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange) { $this->imageCfiRange = $imageCfiRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getImageCfiRange() { return $this->imageCfiRange; } } PK% ZNINvendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.phpnu[author = $author; } public function getAuthor() { return $this->author; } public function setCanonicalVolumeLink($canonicalVolumeLink) { $this->canonicalVolumeLink = $canonicalVolumeLink; } public function getCanonicalVolumeLink() { return $this->canonicalVolumeLink; } public function setCoverUrl($coverUrl) { $this->coverUrl = $coverUrl; } public function getCoverUrl() { return $this->coverUrl; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Z?b"sEE]vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRetailPrice.phpnu[amountInMicros = $amountInMicros; } public function getAmountInMicros() { return $this->amountInMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } } PK% ZH> > Wvendor/google/apiclient-services/src/Google/Service/Books/DownloadAccessRestriction.phpnu[deviceAllowed = $deviceAllowed; } public function getDeviceAllowed() { return $this->deviceAllowed; } public function setDownloadsAcquired($downloadsAcquired) { $this->downloadsAcquired = $downloadsAcquired; } public function getDownloadsAcquired() { return $this->downloadsAcquired; } public function setJustAcquired($justAcquired) { $this->justAcquired = $justAcquired; } public function getJustAcquired() { return $this->justAcquired; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxDownloadDevices($maxDownloadDevices) { $this->maxDownloadDevices = $maxDownloadDevices; } public function getMaxDownloadDevices() { return $this->maxDownloadDevices; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setNonce($nonce) { $this->nonce = $nonce; } public function getNonce() { return $this->nonce; } public function setReasonCode($reasonCode) { $this->reasonCode = $reasonCode; } public function getReasonCode() { return $this->reasonCode; } public function setRestricted($restricted) { $this->restricted = $restricted; } public function getRestricted() { return $this->restricted; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Zrigvendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationRewardExpirations.phpnu[ "opted_state", ); public $optedState; public function setOptedState($optedState) { $this->optedState = $optedState; } public function getOptedState() { return $this->optedState; } } PK% ZN$`Ivendor/google/apiclient-services/src/Google/Service/Books/Bookshelves.phpnu[items = $items; } /** * @return Google_Service_Books_Bookshelf[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Z.Vvendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.phpnu[allowedCharacterCount = $allowedCharacterCount; } public function getAllowedCharacterCount() { return $this->allowedCharacterCount; } public function setLayerId($layerId) { $this->layerId = $layerId; } public function getLayerId() { return $this->layerId; } public function setLimitType($limitType) { $this->limitType = $limitType; } public function getLimitType() { return $this->limitType; } public function setRemainingCharacterCount($remainingCharacterCount) { $this->remainingCharacterCount = $remainingCharacterCount; } public function getRemainingCharacterCount() { return $this->remainingCharacterCount; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK% Zb Zvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSenses.phpnu[conjugations = $conjugations; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesConjugations[] */ public function getConjugations() { return $this->conjugations; } /** * @param Google_Service_Books_DictlayerdataDictWordsSensesDefinitions[] */ public function setDefinitions($definitions) { $this->definitions = $definitions; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitions[] */ public function getDefinitions() { return $this->definitions; } public function setPartOfSpeech($partOfSpeech) { $this->partOfSpeech = $partOfSpeech; } public function getPartOfSpeech() { return $this->partOfSpeech; } public function setPronunciation($pronunciation) { $this->pronunciation = $pronunciation; } public function getPronunciation() { return $this->pronunciation; } public function setPronunciationUrl($pronunciationUrl) { $this->pronunciationUrl = $pronunciationUrl; } public function getPronunciationUrl() { return $this->pronunciationUrl; } /** * @param Google_Service_Books_DictlayerdataDictWordsSensesSource */ public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSource $source) { $this->source = $source; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesSource */ public function getSource() { return $this->source; } public function setSyllabification($syllabification) { $this->syllabification = $syllabification; } public function getSyllabification() { return $this->syllabification; } /** * @param Google_Service_Books_DictlayerdataDictWordsSensesSynonyms[] */ public function setSynonyms($synonyms) { $this->synonyms = $synonyms; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesSynonyms[] */ public function getSynonyms() { return $this->synonyms; } } PK% Z#:/kkTvendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.phpnu[allowedCharacterCount = $allowedCharacterCount; } public function getAllowedCharacterCount() { return $this->allowedCharacterCount; } public function setLimitType($limitType) { $this->limitType = $limitType; } public function getLimitType() { return $this->limitType; } public function setRemainingCharacterCount($remainingCharacterCount) { $this->remainingCharacterCount = $remainingCharacterCount; } public function getRemainingCharacterCount() { return $this->remainingCharacterCount; } } PK% Z!?66Jvendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.phpnu[common = $common; } /** * @return Google_Service_Books_GeolayerdataCommon */ public function getCommon() { return $this->common; } /** * @param Google_Service_Books_GeolayerdataGeo */ public function setGeo(Google_Service_Books_GeolayerdataGeo $geo) { $this->geo = $geo; } /** * @return Google_Service_Books_GeolayerdataGeo */ public function getGeo() { return $this->geo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Z 罰 Nvendor/google/apiclient-services/src/Google/Service/Books/Volumeannotation.phpnu[annotationDataId = $annotationDataId; } public function getAnnotationDataId() { return $this->annotationDataId; } public function setAnnotationDataLink($annotationDataLink) { $this->annotationDataLink = $annotationDataLink; } public function getAnnotationDataLink() { return $this->annotationDataLink; } public function setAnnotationType($annotationType) { $this->annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } /** * @param Google_Service_Books_VolumeannotationContentRanges */ public function setContentRanges(Google_Service_Books_VolumeannotationContentRanges $contentRanges) { $this->contentRanges = $contentRanges; } /** * @return Google_Service_Books_VolumeannotationContentRanges */ public function getContentRanges() { return $this->contentRanges; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLayerId($layerId) { $this->layerId = $layerId; } public function getLayerId() { return $this->layerId; } public function setPageIds($pageIds) { $this->pageIds = $pageIds; } public function getPageIds() { return $this->pageIds; } public function setSelectedText($selectedText) { $this->selectedText = $selectedText; } public function getSelectedText() { return $this->selectedText; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% ZXP_vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.phpnu[issueDisplayNumber = $issueDisplayNumber; } public function getIssueDisplayNumber() { return $this->issueDisplayNumber; } public function setIssueOrderNumber($issueOrderNumber) { $this->issueOrderNumber = $issueOrderNumber; } public function getIssueOrderNumber() { return $this->issueOrderNumber; } } PK% Zb61NHvendor/google/apiclient-services/src/Google/Service/Books/Annotation.phpnu[afterSelectedText = $afterSelectedText; } public function getAfterSelectedText() { return $this->afterSelectedText; } public function setBeforeSelectedText($beforeSelectedText) { $this->beforeSelectedText = $beforeSelectedText; } public function getBeforeSelectedText() { return $this->beforeSelectedText; } /** * @param Google_Service_Books_AnnotationClientVersionRanges */ public function setClientVersionRanges(Google_Service_Books_AnnotationClientVersionRanges $clientVersionRanges) { $this->clientVersionRanges = $clientVersionRanges; } /** * @return Google_Service_Books_AnnotationClientVersionRanges */ public function getClientVersionRanges() { return $this->clientVersionRanges; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Books_AnnotationCurrentVersionRanges */ public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVersionRanges $currentVersionRanges) { $this->currentVersionRanges = $currentVersionRanges; } /** * @return Google_Service_Books_AnnotationCurrentVersionRanges */ public function getCurrentVersionRanges() { return $this->currentVersionRanges; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setHighlightStyle($highlightStyle) { $this->highlightStyle = $highlightStyle; } public function getHighlightStyle() { return $this->highlightStyle; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLayerId($layerId) { $this->layerId = $layerId; } public function getLayerId() { return $this->layerId; } /** * @param Google_Service_Books_AnnotationLayerSummary */ public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $layerSummary) { $this->layerSummary = $layerSummary; } /** * @return Google_Service_Books_AnnotationLayerSummary */ public function getLayerSummary() { return $this->layerSummary; } public function setPageIds($pageIds) { $this->pageIds = $pageIds; } public function getPageIds() { return $this->pageIds; } public function setSelectedText($selectedText) { $this->selectedText = $selectedText; } public function getSelectedText() { return $this->selectedText; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Z,ECC[vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.phpnu[amountInMicros = $amountInMicros; } public function getAmountInMicros() { return $this->amountInMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } } PK% Z=ؘ}}avendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoPanelizationSummary.phpnu[containsEpubBubbles = $containsEpubBubbles; } public function getContainsEpubBubbles() { return $this->containsEpubBubbles; } public function setContainsImageBubbles($containsImageBubbles) { $this->containsImageBubbles = $containsImageBubbles; } public function getContainsImageBubbles() { return $this->containsImageBubbles; } public function setEpubBubbleVersion($epubBubbleVersion) { $this->epubBubbleVersion = $epubBubbleVersion; } public function getEpubBubbleVersion() { return $this->epubBubbleVersion; } public function setImageBubbleVersion($imageBubbleVersion) { $this->imageBubbleVersion = $imageBubbleVersion; } public function getImageBubbleVersion() { return $this->imageBubbleVersion; } } PK% Z9{c} } Dvendor/google/apiclient-services/src/Google/Service/Books/Review.phpnu[author = $author; } /** * @return Google_Service_Books_ReviewAuthor */ public function getAuthor() { return $this->author; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setDate($date) { $this->date = $date; } public function getDate() { return $this->date; } public function setFullTextUrl($fullTextUrl) { $this->fullTextUrl = $fullTextUrl; } public function getFullTextUrl() { return $this->fullTextUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRating($rating) { $this->rating = $rating; } public function getRating() { return $this->rating; } /** * @param Google_Service_Books_ReviewSource */ public function setSource(Google_Service_Books_ReviewSource $source) { $this->source = $source; } /** * @return Google_Service_Books_ReviewSource */ public function getSource() { return $this->source; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Z&yKKKvendor/google/apiclient-services/src/Google/Service/Books/Dictlayerdata.phpnu[common = $common; } /** * @return Google_Service_Books_DictlayerdataCommon */ public function getCommon() { return $this->common; } /** * @param Google_Service_Books_DictlayerdataDict */ public function setDict(Google_Service_Books_DictlayerdataDict $dict) { $this->dict = $dict; } /** * @return Google_Service_Books_DictlayerdataDict */ public function getDict() { return $this->dict; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Zk_vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationPriceDrop.phpnu[ "opted_state", ); public $optedState; public function setOptedState($optedState) { $this->optedState = $optedState; } public function getOptedState() { return $this->optedState; } } PK% Z 8 Wvendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.phpnu[ "banner_with_content_container", ); protected $bannerWithContentContainerType = 'Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer'; protected $bannerWithContentContainerDataType = ''; public $subTitle; public $title; public $totalVolumes; public $uid; protected $volumesType = 'Google_Service_Books_Volume'; protected $volumesDataType = 'array'; /** * @param Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer */ public function setBannerWithContentContainer(Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer $bannerWithContentContainer) { $this->bannerWithContentContainer = $bannerWithContentContainer; } /** * @return Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer */ public function getBannerWithContentContainer() { return $this->bannerWithContentContainer; } public function setSubTitle($subTitle) { $this->subTitle = $subTitle; } public function getSubTitle() { return $this->subTitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalVolumes($totalVolumes) { $this->totalVolumes = $totalVolumes; } public function getTotalVolumes() { return $this->totalVolumes; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } /** * @param Google_Service_Books_Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_Books_Volume[] */ public function getVolumes() { return $this->volumes; } } PK% Zb$< < Mvendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeo.phpnu[boundary = $boundary; } public function getBoundary() { return $this->boundary; } public function setCachePolicy($cachePolicy) { $this->cachePolicy = $cachePolicy; } public function getCachePolicy() { return $this->cachePolicy; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setMapType($mapType) { $this->mapType = $mapType; } public function getMapType() { return $this->mapType; } /** * @param Google_Service_Books_GeolayerdataGeoViewport */ public function setViewport(Google_Service_Books_GeolayerdataGeoViewport $viewport) { $this->viewport = $viewport; } /** * @return Google_Service_Books_GeolayerdataGeoViewport */ public function getViewport() { return $this->viewport; } public function setZoom($zoom) { $this->zoom = $zoom; } public function getZoom() { return $this->zoom; } } PK% ZH"bvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z/^M}Rvendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.phpnu[acsTokenLink = $acsTokenLink; } public function getAcsTokenLink() { return $this->acsTokenLink; } public function setDownloadLink($downloadLink) { $this->downloadLink = $downloadLink; } public function getDownloadLink() { return $this->downloadLink; } public function setIsAvailable($isAvailable) { $this->isAvailable = $isAvailable; } public function getIsAvailable() { return $this->isAvailable; } } PK% ZjP< < Jvendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.phpnu[bannerImageUrl = $bannerImageUrl; } public function getBannerImageUrl() { return $this->bannerImageUrl; } public function setEligibleForSubscription($eligibleForSubscription) { $this->eligibleForSubscription = $eligibleForSubscription; } public function getEligibleForSubscription() { return $this->eligibleForSubscription; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setIsComplete($isComplete) { $this->isComplete = $isComplete; } public function getIsComplete() { return $this->isComplete; } public function setSeriesFormatType($seriesFormatType) { $this->seriesFormatType = $seriesFormatType; } public function getSeriesFormatType() { return $this->seriesFormatType; } public function setSeriesId($seriesId) { $this->seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } /** * @param Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfo */ public function setSeriesSubscriptionReleaseInfo(Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfo $seriesSubscriptionReleaseInfo) { $this->seriesSubscriptionReleaseInfo = $seriesSubscriptionReleaseInfo; } /** * @return Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfo */ public function getSeriesSubscriptionReleaseInfo() { return $this->seriesSubscriptionReleaseInfo; } public function setSeriesType($seriesType) { $this->seriesType = $seriesType; } public function getSeriesType() { return $this->seriesType; } public function setSubscriptionId($subscriptionId) { $this->subscriptionId = $subscriptionId; } public function getSubscriptionId() { return $this->subscriptionId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK% Z!J J Ovendor/google/apiclient-services/src/Google/Service/Books/GeoAnnotationdata.phpnu[annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } /** * @param Google_Service_Books_Geolayerdata */ public function setData(Google_Service_Books_Geolayerdata $data) { $this->data = $data; } /** * @return Google_Service_Books_Geolayerdata */ public function getData() { return $this->data; } public function setEncodedData($encodedData) { $this->encodedData = $encodedData; } public function getEncodedData() { return $this->encodedData; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLayerId($layerId) { $this->layerId = $layerId; } public function getLayerId() { return $this->layerId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% ZxTTEvendor/google/apiclient-services/src/Google/Service/Books/Volumes.phpnu[items = $items; } /** * @return Google_Service_Books_Volume[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Zd>[vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryAnnotations.phpnu[ * $booksService = new Google_Service_Books(...); * $annotations = $booksService->annotations; * */ class Google_Service_Books_Resource_MylibraryAnnotations extends Google_Service_Resource { /** * Deletes an annotation. (annotations.delete) * * @param string $annotationId The ID for the annotation to delete. * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksEmpty */ public function delete($annotationId, $optParams = array()) { $params = array('annotationId' => $annotationId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Books_BooksEmpty"); } /** * Inserts a new annotation. (annotations.insert) * * @param Google_Service_Books_Annotation $postBody * @param array $optParams Optional parameters. * * @opt_param string annotationId The ID for the annotation to insert. * @opt_param string country ISO-3166-1 code to override the IP-based location. * @opt_param bool showOnlySummaryInResponse Requests that only the summary of * the specified layer be provided in the response. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Annotation */ public function insert(Google_Service_Books_Annotation $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Books_Annotation"); } /** * Retrieves a list of annotations, possibly filtered. * (annotations.listMylibraryAnnotations) * * @param array $optParams Optional parameters. * * @opt_param string contentVersion The content version for the requested * volume. * @opt_param string layerId The layer ID to limit annotation by. * @opt_param string layerIds The layer ID(s) to limit annotation by. * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken The value of the nextToken from the previous * page. * @opt_param bool showDeleted Set to true to return deleted annotations. * updatedMin must be in the request to use this. Defaults to false. * @opt_param string source String to identify the originator of this request. * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated * prior to this timestamp (exclusive). * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated * since this timestamp (inclusive). * @opt_param string volumeId The volume to restrict annotations to. * @return Google_Service_Books_Annotations */ public function listMylibraryAnnotations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Annotations"); } /** * Gets the summary of specified layers. (annotations.summary) * * @param string|array $layerIds Array of layer IDs to get the summary for. * @param string $volumeId Volume id to get the summary for. * @param array $optParams Optional parameters. * @return Google_Service_Books_AnnotationsSummary */ public function summary($layerIds, $volumeId, $optParams = array()) { $params = array('layerIds' => $layerIds, 'volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary"); } /** * Updates an existing annotation. (annotations.update) * * @param string $annotationId The ID for the annotation to update. * @param Google_Service_Books_Annotation $postBody * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Annotation */ public function update($annotationId, Google_Service_Books_Annotation $postBody, $optParams = array()) { $params = array('annotationId' => $annotationId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Books_Annotation"); } } PK% Zˣc;;Mvendor/google/apiclient-services/src/Google/Service/Books/Resource/Series.phpnu[ * $booksService = new Google_Service_Books(...); * $series = $booksService->series; * */ class Google_Service_Books_Resource_Series extends Google_Service_Resource { /** * Returns Series metadata for the given series ids. (series.get) * * @param string|array $seriesId String that identifies the series * @param array $optParams Optional parameters. * @return Google_Service_Books_Series */ public function get($seriesId, $optParams = array()) { $params = array('series_id' => $seriesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Series"); } } PK% Z%%^vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersVolumeAnnotations.phpnu[ * $booksService = new Google_Service_Books(...); * $volumeAnnotations = $booksService->volumeAnnotations; * */ class Google_Service_Books_Resource_LayersVolumeAnnotations extends Google_Service_Resource { /** * Gets the volume annotation. (volumeAnnotations.get) * * @param string $volumeId The volume to retrieve annotations for. * @param string $layerId The ID for the layer to get the annotations. * @param string $annotationId The ID of the volume annotation to retrieve. * @param array $optParams Optional parameters. * * @opt_param string locale The locale information for the data. ISO-639-1 * language and ISO-3166-1 country code. Ex: 'en_US'. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Volumeannotation */ public function get($volumeId, $layerId, $annotationId, $optParams = array()) { $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Volumeannotation"); } /** * Gets the volume annotations for a volume and layer. * (volumeAnnotations.listLayersVolumeAnnotations) * * @param string $volumeId The volume to retrieve annotations for. * @param string $layerId The ID for the layer to get the annotations. * @param string $contentVersion The content version for the requested volume. * @param array $optParams Optional parameters. * * @opt_param string endOffset The end offset to end retrieving data from. * @opt_param string endPosition The end position to end retrieving data from. * @opt_param string locale The locale information for the data. ISO-639-1 * language and ISO-3166-1 country code. Ex: 'en_US'. * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken The value of the nextToken from the previous * page. * @opt_param bool showDeleted Set to true to return deleted annotations. * updatedMin must be in the request to use this. Defaults to false. * @opt_param string source String to identify the originator of this request. * @opt_param string startOffset The start offset to start retrieving data from. * @opt_param string startPosition The start position to start retrieving data * from. * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated * prior to this timestamp (exclusive). * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated * since this timestamp (inclusive). * @opt_param string volumeAnnotationsVersion The version of the volume * annotations that you are requesting. * @return Google_Service_Books_Volumeannotations */ public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = array()) { $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumeannotations"); } } PK% Zf Qvendor/google/apiclient-services/src/Google/Service/Books/Resource/Promooffer.phpnu[ * $booksService = new Google_Service_Books(...); * $promooffer = $booksService->promooffer; * */ class Google_Service_Books_Resource_Promooffer extends Google_Service_Resource { /** * Accepts the promo offer. (promooffer.accept) * * @param array $optParams Optional parameters. * * @opt_param string androidId device android_id * @opt_param string device device device * @opt_param string manufacturer device manufacturer * @opt_param string model device model * @opt_param string offerId * @opt_param string product device product * @opt_param string serial device serial * @opt_param string volumeId Volume id to exercise the offer * @return Google_Service_Books_BooksEmpty */ public function accept($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('accept', array($params), "Google_Service_Books_BooksEmpty"); } /** * Marks the promo offer as dismissed. (promooffer.dismiss) * * @param array $optParams Optional parameters. * * @opt_param string androidId device android_id * @opt_param string device device device * @opt_param string manufacturer device manufacturer * @opt_param string model device model * @opt_param string offerId Offer to dimiss * @opt_param string product device product * @opt_param string serial device serial * @return Google_Service_Books_BooksEmpty */ public function dismiss($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('dismiss', array($params), "Google_Service_Books_BooksEmpty"); } /** * Returns a list of promo offers available to the user (promooffer.get) * * @param array $optParams Optional parameters. * * @opt_param string androidId device android_id * @opt_param string device device device * @opt_param string manufacturer device manufacturer * @opt_param string model device model * @opt_param string product device product * @opt_param string serial device serial * @return Google_Service_Books_Offers */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Offers"); } } PK% ZVOvendor/google/apiclient-services/src/Google/Service/Books/Resource/Myconfig.phpnu[ * $booksService = new Google_Service_Books(...); * $myconfig = $booksService->myconfig; * */ class Google_Service_Books_Resource_Myconfig extends Google_Service_Resource { /** * Gets the current settings for the user. (myconfig.getUserSettings) * * @param array $optParams Optional parameters. * * @opt_param string country Unused. Added only to workaround TEX mandatory * request template requirement * @return Google_Service_Books_Usersettings */ public function getUserSettings($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getUserSettings', array($params), "Google_Service_Books_Usersettings"); } /** * Release downloaded content access restriction. * (myconfig.releaseDownloadAccess) * * @param string $cpksver The device/version ID from which to release the * restriction. * @param string|array $volumeIds The volume(s) to release restrictions for. * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message * localization, i.e. en_US. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_DownloadAccesses */ public function releaseDownloadAccess($cpksver, $volumeIds, $optParams = array()) { $params = array('cpksver' => $cpksver, 'volumeIds' => $volumeIds); $params = array_merge($params, $optParams); return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses"); } /** * Request concurrent and download access restrictions. (myconfig.requestAccess) * * @param string $cpksver The device/version ID from which to request the * restrictions. * @param string $nonce The client nonce value. * @param string $source String to identify the originator of this request. * @param string $volumeId The volume to request concurrent/download * restrictions for. * @param array $optParams Optional parameters. * * @opt_param string licenseTypes The type of access license to request. If not * specified, the default is BOTH. * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message * localization, i.e. en_US. * @return Google_Service_Books_RequestAccessData */ public function requestAccess($cpksver, $nonce, $source, $volumeId, $optParams = array()) { $params = array('cpksver' => $cpksver, 'nonce' => $nonce, 'source' => $source, 'volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccessData"); } /** * Request downloaded content access for specified volumes on the My eBooks * shelf. (myconfig.syncVolumeLicenses) * * @param string $cpksver The device/version ID from which to release the * restriction. * @param string $nonce The client nonce value. * @param string $source String to identify the originator of this request. * @param array $optParams Optional parameters. * * @opt_param string features List of features supported by the client, i.e., * 'RENTALS' * @opt_param bool includeNonComicsSeries Set to true to include non-comics * series. Defaults to false. * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message * localization, i.e. en_US. * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults * to false. * @opt_param string volumeIds The volume(s) to request download restrictions * for. * @return Google_Service_Books_Volumes */ public function syncVolumeLicenses($cpksver, $nonce, $source, $optParams = array()) { $params = array('cpksver' => $cpksver, 'nonce' => $nonce, 'source' => $source); $params = array_merge($params, $optParams); return $this->call('syncVolumeLicenses', array($params), "Google_Service_Books_Volumes"); } /** * Sets the settings for the user. If a sub-object is specified, it will * overwrite the existing sub-object stored in the server. Unspecified sub- * objects will retain the existing value. (myconfig.updateUserSettings) * * @param Google_Service_Books_Usersettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Books_Usersettings */ public function updateUserSettings(Google_Service_Books_Usersettings $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateUserSettings', array($params), "Google_Service_Books_Usersettings"); } } PK% ZZ? Svendor/google/apiclient-services/src/Google/Service/Books/Resource/Cloudloading.phpnu[ * $booksService = new Google_Service_Books(...); * $cloudloading = $booksService->cloudloading; * */ class Google_Service_Books_Resource_Cloudloading extends Google_Service_Resource { /** * Add a user-upload volume and triggers processing. (cloudloading.addBook) * * @param array $optParams Optional parameters. * * @opt_param string drive_document_id A drive document id. The * upload_client_token must not be set. * @opt_param string mime_type The document MIME type. It can be set only if the * drive_document_id is set. * @opt_param string name The document name. It can be set only if the * drive_document_id is set. * @opt_param string upload_client_token Scotty upload token. * @return Google_Service_Books_BooksCloudloadingResource */ public function addBook($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); } /** * Remove the book and its contents (cloudloading.deleteBook) * * @param string $volumeId The id of the book to be removed. * @param array $optParams Optional parameters. * @return Google_Service_Books_BooksEmpty */ public function deleteBook($volumeId, $optParams = array()) { $params = array('volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('deleteBook', array($params), "Google_Service_Books_BooksEmpty"); } /** * Updates a user-upload volume. (cloudloading.updateBook) * * @param Google_Service_Books_BooksCloudloadingResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_Books_BooksCloudloadingResource */ public function updateBook(Google_Service_Books_BooksCloudloadingResource $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); } } PK% Z,rbvendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelvesVolumes.phpnu[ * $booksService = new Google_Service_Books(...); * $volumes = $booksService->volumes; * */ class Google_Service_Books_Resource_MylibraryBookshelvesVolumes extends Google_Service_Resource { /** * Gets volume information for volumes on a bookshelf. * (volumes.listMylibraryBookshelvesVolumes) * * @param string $shelf The bookshelf ID or name retrieve volumes for. * @param array $optParams Optional parameters. * * @opt_param string country ISO-3166-1 code to override the IP-based location. * @opt_param string maxResults Maximum number of results to return * @opt_param string projection Restrict information returned to a set of * selected fields. * @opt_param string q Full-text search query string in this bookshelf. * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults * to false. * @opt_param string source String to identify the originator of this request. * @opt_param string startIndex Index of the first element to return (starts at * 0) * @return Google_Service_Books_Volumes */ public function listMylibraryBookshelvesVolumes($shelf, $optParams = array()) { $params = array('shelf' => $shelf); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } } PK% ZfvORvendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.phpnu[ * $booksService = new Google_Service_Books(...); * $bookshelves = $booksService->bookshelves; * */ class Google_Service_Books_Resource_Bookshelves extends Google_Service_Resource { /** * Retrieves metadata for a specific bookshelf for the specified user. * (bookshelves.get) * * @param string $userId ID of user for whom to retrieve bookshelves. * @param string $shelf ID of bookshelf to retrieve. * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Bookshelf */ public function get($userId, $shelf, $optParams = array()) { $params = array('userId' => $userId, 'shelf' => $shelf); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); } /** * Retrieves a list of public bookshelves for the specified user. * (bookshelves.listBookshelves) * * @param string $userId ID of user for whom to retrieve bookshelves. * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Bookshelves */ public function listBookshelves($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); } } PK% Z[^[vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersAnnotationData.phpnu[ * $booksService = new Google_Service_Books(...); * $annotationData = $booksService->annotationData; * */ class Google_Service_Books_Resource_LayersAnnotationData extends Google_Service_Resource { /** * Gets the annotation data. (annotationData.get) * * @param string $volumeId The volume to retrieve annotations for. * @param string $layerId The ID for the layer to get the annotations. * @param string $annotationDataId The ID of the annotation data to retrieve. * @param string $contentVersion The content version for the volume you are * trying to retrieve. * @param array $optParams Optional parameters. * * @opt_param bool allowWebDefinitions For the dictionary layer. Whether or not * to allow web definitions. * @opt_param int h The requested pixel height for any images. If height is * provided width must also be provided. * @opt_param string locale The locale information for the data. ISO-639-1 * language and ISO-3166-1 country code. Ex: 'en_US'. * @opt_param int scale The requested scale for the image. * @opt_param string source String to identify the originator of this request. * @opt_param int w The requested pixel width for any images. If width is * provided height must also be provided. * @return Google_Service_Books_DictionaryAnnotationdata */ public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array()) { $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVersion' => $contentVersion); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_DictionaryAnnotationdata"); } /** * Gets the annotation data for a volume and layer. * (annotationData.listLayersAnnotationData) * * @param string $volumeId The volume to retrieve annotation data for. * @param string $layerId The ID for the layer to get the annotation data. * @param string $contentVersion The content version for the requested volume. * @param array $optParams Optional parameters. * * @opt_param string annotationDataId The list of Annotation Data Ids to * retrieve. Pagination is ignored if this is set. * @opt_param int h The requested pixel height for any images. If height is * provided width must also be provided. * @opt_param string locale The locale information for the data. ISO-639-1 * language and ISO-3166-1 country code. Ex: 'en_US'. * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken The value of the nextToken from the previous * page. * @opt_param int scale The requested scale for the image. * @opt_param string source String to identify the originator of this request. * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated * prior to this timestamp (exclusive). * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated * since this timestamp (inclusive). * @opt_param int w The requested pixel width for any images. If width is * provided height must also be provided. * @return Google_Service_Books_Annotationsdata */ public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array()) { $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Annotationsdata"); } } PK% ZY'f+ + Nvendor/google/apiclient-services/src/Google/Service/Books/Resource/Volumes.phpnu[ * $booksService = new Google_Service_Books(...); * $volumes = $booksService->volumes; * */ class Google_Service_Books_Resource_Volumes extends Google_Service_Resource { /** * Gets volume information for a single volume. (volumes.get) * * @param string $volumeId ID of volume to retrieve. * @param array $optParams Optional parameters. * * @opt_param string country ISO-3166-1 code to override the IP-based location. * @opt_param bool includeNonComicsSeries Set to true to include non-comics * series. Defaults to false. * @opt_param string partner Brand results for partner ID. * @opt_param string projection Restrict information returned to a set of * selected fields. * @opt_param string source string to identify the originator of this request. * @opt_param bool user_library_consistent_read * @return Google_Service_Books_Volume */ public function get($volumeId, $optParams = array()) { $params = array('volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Volume"); } /** * Performs a book search. (volumes.listVolumes) * * @param string $q Full-text search query string. * @param array $optParams Optional parameters. * * @opt_param string download Restrict to volumes by download availability. * @opt_param string filter Filter search results. * @opt_param string langRestrict Restrict results to books with this language * code. * @opt_param string libraryRestrict Restrict search to this user's library. * @opt_param string maxAllowedMaturityRating The maximum allowed maturity * rating of returned recommendations. Books with a higher maturity rating are * filtered out. * @opt_param string maxResults Maximum number of results to return. * @opt_param string orderBy Sort search results. * @opt_param string partner Restrict and brand results for partner ID. * @opt_param string printType Restrict to books or magazines. * @opt_param string projection Restrict information returned to a set of * selected fields. * @opt_param bool showPreorders Set to true to show books available for * preorder. Defaults to false. * @opt_param string source String to identify the originator of this request. * @opt_param string startIndex Index of the first result to return (starts at * 0) * @return Google_Service_Books_Volumes */ public function listVolumes($q, $optParams = array()) { $params = array('q' => $q); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } } PK% Z/EUvendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesMybooks.phpnu[ * $booksService = new Google_Service_Books(...); * $mybooks = $booksService->mybooks; * */ class Google_Service_Books_Resource_VolumesMybooks extends Google_Service_Resource { /** * Return a list of books in My Library. (mybooks.listVolumesMybooks) * * @param array $optParams Optional parameters. * * @opt_param string acquireMethod How the book was acquired * @opt_param string country ISO-3166-1 code to override the IP-based location. * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. * Ex:'en_US'. Used for generating recommendations. * @opt_param string maxResults Maximum number of results to return. * @opt_param string processingState The processing state of the user uploaded * volumes to be returned. Applicable only if the UPLOADED is specified in the * acquireMethod. * @opt_param string source String to identify the originator of this request. * @opt_param string startIndex Index of the first result to return (starts at * 0) * @return Google_Service_Books_Volumes */ public function listVolumesMybooks($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } } PK% ZȔpx\ \ Qvendor/google/apiclient-services/src/Google/Service/Books/Resource/Onboarding.phpnu[ * $booksService = new Google_Service_Books(...); * $onboarding = $booksService->onboarding; * */ class Google_Service_Books_Resource_Onboarding extends Google_Service_Resource { /** * List categories for onboarding experience. (onboarding.listCategories) * * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. * Default is en-US if unset. * @return Google_Service_Books_Category */ public function listCategories($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listCategories', array($params), "Google_Service_Books_Category"); } /** * List available volumes under categories for onboarding experience. * (onboarding.listCategoryVolumes) * * @param array $optParams Optional parameters. * * @opt_param string categoryId List of category ids requested. * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. * Default is en-US if unset. * @opt_param string maxAllowedMaturityRating The maximum allowed maturity * rating of returned volumes. Books with a higher maturity rating are filtered * out. * @opt_param string pageSize Number of maximum results per page to be included * in the response. * @opt_param string pageToken The value of the nextToken from the previous * page. * @return Google_Service_Books_Volume2 */ public function listCategoryVolumes($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2"); } } PK% Z.ˠ Mvendor/google/apiclient-services/src/Google/Service/Books/Resource/Layers.phpnu[ * $booksService = new Google_Service_Books(...); * $layers = $booksService->layers; * */ class Google_Service_Books_Resource_Layers extends Google_Service_Resource { /** * Gets the layer summary for a volume. (layers.get) * * @param string $volumeId The volume to retrieve layers for. * @param string $summaryId The ID for the layer to get the summary for. * @param array $optParams Optional parameters. * * @opt_param string contentVersion The content version for the requested * volume. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Layersummary */ public function get($volumeId, $summaryId, $optParams = array()) { $params = array('volumeId' => $volumeId, 'summaryId' => $summaryId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Layersummary"); } /** * List the layer summaries for a volume. (layers.listLayers) * * @param string $volumeId The volume to retrieve layers for. * @param array $optParams Optional parameters. * * @opt_param string contentVersion The content version for the requested * volume. * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken The value of the nextToken from the previous * page. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Layersummaries */ public function listLayers($volumeId, $optParams = array()) { $params = array('volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Layersummaries"); } } PK% Z*iiSvendor/google/apiclient-services/src/Google/Service/Books/Resource/Notification.phpnu[ * $booksService = new Google_Service_Books(...); * $notification = $booksService->notification; * */ class Google_Service_Books_Resource_Notification extends Google_Service_Resource { /** * Returns notification details for a given notification id. (notification.get) * * @param string $notificationId String to identify the notification. * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: * 'en_US'. Used for generating notification title and body. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Notification */ public function get($notificationId, $optParams = array()) { $params = array('notification_id' => $notificationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Notification"); } } PK% Za<--Wvendor/google/apiclient-services/src/Google/Service/Books/Resource/SeriesMembership.phpnu[ * $booksService = new Google_Service_Books(...); * $membership = $booksService->membership; * */ class Google_Service_Books_Resource_SeriesMembership extends Google_Service_Resource { /** * Returns Series membership data given the series id. (membership.get) * * @param string $seriesId String that identifies the series * @param array $optParams Optional parameters. * * @opt_param string page_size Number of maximum results per page to be included * in the response. * @opt_param string page_token The value of the nextToken from the previous * page. * @return Google_Service_Books_Seriesmembership */ public function get($seriesId, $optParams = array()) { $params = array('series_id' => $seriesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Seriesmembership"); } } PK% ZVcXvendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesAssociated.phpnu[ * $booksService = new Google_Service_Books(...); * $associated = $booksService->associated; * */ class Google_Service_Books_Resource_VolumesAssociated extends Google_Service_Resource { /** * Return a list of associated books. (associated.listVolumesAssociated) * * @param string $volumeId ID of the source volume. * @param array $optParams Optional parameters. * * @opt_param string association Association type. * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: * 'en_US'. Used for generating recommendations. * @opt_param string maxAllowedMaturityRating The maximum allowed maturity * rating of returned recommendations. Books with a higher maturity rating are * filtered out. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Volumes */ public function listVolumesAssociated($volumeId, $optParams = array()) { $params = array('volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } } PK% ZnrZvendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesUseruploaded.phpnu[ * $booksService = new Google_Service_Books(...); * $useruploaded = $booksService->useruploaded; * */ class Google_Service_Books_Resource_VolumesUseruploaded extends Google_Service_Resource { /** * Return a list of books uploaded by the current user. * (useruploaded.listVolumesUseruploaded) * * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: * 'en_US'. Used for generating recommendations. * @opt_param string maxResults Maximum number of results to return. * @opt_param string processingState The processing state of the user uploaded * volumes to be returned. * @opt_param string source String to identify the originator of this request. * @opt_param string startIndex Index of the first result to return (starts at * 0) * @opt_param string volumeId The ids of the volumes to be returned. If not * specified all that match the processingState are returned. * @return Google_Service_Books_Volumes */ public function listVolumesUseruploaded($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } } PK% Z@ Yvendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesRecommended.phpnu[ * $booksService = new Google_Service_Books(...); * $recommended = $booksService->recommended; * */ class Google_Service_Books_Resource_VolumesRecommended extends Google_Service_Resource { /** * Return a list of recommended books for the current user. * (recommended.listVolumesRecommended) * * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: * 'en_US'. Used for generating recommendations. * @opt_param string maxAllowedMaturityRating The maximum allowed maturity * rating of returned recommendations. Books with a higher maturity rating are * filtered out. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Volumes */ public function listVolumesRecommended($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } /** * Rate a recommended book for the current user. (recommended.rate) * * @param string $rating Rating to be given to the volume. * @param string $volumeId ID of the source volume. * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: * 'en_US'. Used for generating recommendations. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksVolumesRecommendedRateResponse */ public function rate($rating, $volumeId, $optParams = array()) { $params = array('rating' => $rating, 'volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('rate', array($params), "Google_Service_Books_BooksVolumesRecommendedRateResponse"); } } PK% Z[vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelves.phpnu[ * $booksService = new Google_Service_Books(...); * $bookshelves = $booksService->bookshelves; * */ class Google_Service_Books_Resource_MylibraryBookshelves extends Google_Service_Resource { /** * Adds a volume to a bookshelf. (bookshelves.addVolume) * * @param string $shelf ID of bookshelf to which to add a volume. * @param string $volumeId ID of volume to add. * @param array $optParams Optional parameters. * * @opt_param string reason The reason for which the book is added to the * library. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksEmpty */ public function addVolume($shelf, $volumeId, $optParams = array()) { $params = array('shelf' => $shelf, 'volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('addVolume', array($params), "Google_Service_Books_BooksEmpty"); } /** * Clears all volumes from a bookshelf. (bookshelves.clearVolumes) * * @param string $shelf ID of bookshelf from which to remove a volume. * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksEmpty */ public function clearVolumes($shelf, $optParams = array()) { $params = array('shelf' => $shelf); $params = array_merge($params, $optParams); return $this->call('clearVolumes', array($params), "Google_Service_Books_BooksEmpty"); } /** * Retrieves metadata for a specific bookshelf belonging to the authenticated * user. (bookshelves.get) * * @param string $shelf ID of bookshelf to retrieve. * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Bookshelf */ public function get($shelf, $optParams = array()) { $params = array('shelf' => $shelf); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); } /** * Retrieves a list of bookshelves belonging to the authenticated user. * (bookshelves.listMylibraryBookshelves) * * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Bookshelves */ public function listMylibraryBookshelves($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); } /** * Moves a volume within a bookshelf. (bookshelves.moveVolume) * * @param string $shelf ID of bookshelf with the volume. * @param string $volumeId ID of volume to move. * @param int $volumePosition Position on shelf to move the item (0 puts the * item before the current first item, 1 puts it between the first and the * second and so on.) * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksEmpty */ public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = array()) { $params = array('shelf' => $shelf, 'volumeId' => $volumeId, 'volumePosition' => $volumePosition); $params = array_merge($params, $optParams); return $this->call('moveVolume', array($params), "Google_Service_Books_BooksEmpty"); } /** * Removes a volume from a bookshelf. (bookshelves.removeVolume) * * @param string $shelf ID of bookshelf from which to remove a volume. * @param string $volumeId ID of volume to remove. * @param array $optParams Optional parameters. * * @opt_param string reason The reason for which the book is removed from the * library. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksEmpty */ public function removeVolume($shelf, $volumeId, $optParams = array()) { $params = array('shelf' => $shelf, 'volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('removeVolume', array($params), "Google_Service_Books_BooksEmpty"); } } PK% Zhe[ `vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryReadingpositions.phpnu[ * $booksService = new Google_Service_Books(...); * $readingpositions = $booksService->readingpositions; * */ class Google_Service_Books_Resource_MylibraryReadingpositions extends Google_Service_Resource { /** * Retrieves my reading position information for a volume. * (readingpositions.get) * * @param string $volumeId ID of volume for which to retrieve a reading * position. * @param array $optParams Optional parameters. * * @opt_param string contentVersion Volume content version for which this * reading position is requested. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_ReadingPosition */ public function get($volumeId, $optParams = array()) { $params = array('volumeId' => $volumeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_ReadingPosition"); } /** * Sets my reading position information for a volume. * (readingpositions.setPosition) * * @param string $volumeId ID of volume for which to update the reading * position. * @param string $position Position string for the new volume reading position. * @param string $timestamp RFC 3339 UTC format timestamp associated with this * reading position. * @param array $optParams Optional parameters. * * @opt_param string action Action that caused this reading position to be set. * @opt_param string contentVersion Volume content version for which this * reading position applies. * @opt_param string deviceCookie Random persistent device cookie optional on * set position. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_BooksEmpty */ public function setPosition($volumeId, $position, $timestamp, $optParams = array()) { $params = array('volumeId' => $volumeId, 'position' => $position, 'timestamp' => $timestamp); $params = array_merge($params, $optParams); return $this->call('setPosition', array($params), "Google_Service_Books_BooksEmpty"); } } PK% Z Tvendor/google/apiclient-services/src/Google/Service/Books/Resource/Familysharing.phpnu[ * $booksService = new Google_Service_Books(...); * $familysharing = $booksService->familysharing; * */ class Google_Service_Books_Resource_Familysharing extends Google_Service_Resource { /** * Gets information regarding the family that the user is part of. * (familysharing.getFamilyInfo) * * @param array $optParams Optional parameters. * * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_FamilyInfo */ public function getFamilyInfo($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getFamilyInfo', array($params), "Google_Service_Books_FamilyInfo"); } /** * Initiates sharing of the content with the user's family. Empty response * indicates success. (familysharing.share) * * @param array $optParams Optional parameters. * * @opt_param string docId The docid to share. * @opt_param string source String to identify the originator of this request. * @opt_param string volumeId The volume to share. * @return Google_Service_Books_BooksEmpty */ public function share($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('share', array($params), "Google_Service_Books_BooksEmpty"); } /** * Initiates revoking content that has already been shared with the user's * family. Empty response indicates success. (familysharing.unshare) * * @param array $optParams Optional parameters. * * @opt_param string docId The docid to unshare. * @opt_param string source String to identify the originator of this request. * @opt_param string volumeId The volume to unshare. * @return Google_Service_Books_BooksEmpty */ public function unshare($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('unshare', array($params), "Google_Service_Books_BooksEmpty"); } } PK% ZCJffPvendor/google/apiclient-services/src/Google/Service/Books/Resource/Mylibrary.phpnu[ * $booksService = new Google_Service_Books(...); * $mylibrary = $booksService->mylibrary; * */ class Google_Service_Books_Resource_Mylibrary extends Google_Service_Resource { } PK% ZWVb==Yvendor/google/apiclient-services/src/Google/Service/Books/Resource/BookshelvesVolumes.phpnu[ * $booksService = new Google_Service_Books(...); * $volumes = $booksService->volumes; * */ class Google_Service_Books_Resource_BookshelvesVolumes extends Google_Service_Resource { /** * Retrieves volumes in a specific bookshelf for the specified user. * (volumes.listBookshelvesVolumes) * * @param string $userId ID of user for whom to retrieve bookshelf volumes. * @param string $shelf ID of bookshelf to retrieve volumes. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults * to false. * @opt_param string source String to identify the originator of this request. * @opt_param string startIndex Index of the first element to return (starts at * 0) * @return Google_Service_Books_Volumes */ public function listBookshelvesVolumes($userId, $shelf, $optParams = array()) { $params = array('userId' => $userId, 'shelf' => $shelf); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Books_Volumes"); } } PK% ZQvendor/google/apiclient-services/src/Google/Service/Books/Resource/Dictionary.phpnu[ * $booksService = new Google_Service_Books(...); * $dictionary = $booksService->dictionary; * */ class Google_Service_Books_Resource_Dictionary extends Google_Service_Resource { /** * Returns a list of offline dictionary metadata available * (dictionary.listOfflineMetadata) * * @param string $cpksver The device/version ID from which to request the data. * @param array $optParams Optional parameters. * @return Google_Service_Books_Metadata */ public function listOfflineMetadata($cpksver, $optParams = array()) { $params = array('cpksver' => $cpksver); $params = array_merge($params, $optParams); return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata"); } } PK% Z Yvendor/google/apiclient-services/src/Google/Service/Books/Resource/Personalizedstream.phpnu[ * $booksService = new Google_Service_Books(...); * $personalizedstream = $booksService->personalizedstream; * */ class Google_Service_Books_Resource_Personalizedstream extends Google_Service_Resource { /** * Returns a stream of personalized book clusters (personalizedstream.get) * * @param array $optParams Optional parameters. * * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: * 'en_US'. Used for generating recommendations. * @opt_param string maxAllowedMaturityRating The maximum allowed maturity * rating of returned recommendations. Books with a higher maturity rating are * filtered out. * @opt_param string source String to identify the originator of this request. * @return Google_Service_Books_Discoveryclusters */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Books_Discoveryclusters"); } } PK% Z1dQvendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoPdf.phpnu[acsTokenLink = $acsTokenLink; } public function getAcsTokenLink() { return $this->acsTokenLink; } public function setDownloadLink($downloadLink) { $this->downloadLink = $downloadLink; } public function getDownloadLink() { return $this->downloadLink; } public function setIsAvailable($isAvailable) { $this->isAvailable = $isAvailable; } public function getIsAvailable() { return $this->isAvailable; } } PK% ZLBă88bvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonyms.phpnu[source = $source; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource */ public function getSource() { return $this->source; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK% ZꨬWWJvendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK% Z& Hvendor/google/apiclient-services/src/Google/Service/Books/FamilyInfo.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_FamilyInfoMembership */ public function setMembership(Google_Service_Books_FamilyInfoMembership $membership) { $this->membership = $membership; } /** * @return Google_Service_Books_FamilyInfoMembership */ public function getMembership() { return $this->membership; } } PK% ZtL L Lvendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfo.phpnu[buyLink = $buyLink; } public function getBuyLink() { return $this->buyLink; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setIsEbook($isEbook) { $this->isEbook = $isEbook; } public function getIsEbook() { return $this->isEbook; } /** * @param Google_Service_Books_VolumeSaleInfoListPrice */ public function setListPrice(Google_Service_Books_VolumeSaleInfoListPrice $listPrice) { $this->listPrice = $listPrice; } /** * @return Google_Service_Books_VolumeSaleInfoListPrice */ public function getListPrice() { return $this->listPrice; } /** * @param Google_Service_Books_VolumeSaleInfoOffers[] */ public function setOffers($offers) { $this->offers = $offers; } /** * @return Google_Service_Books_VolumeSaleInfoOffers[] */ public function getOffers() { return $this->offers; } public function setOnSaleDate($onSaleDate) { $this->onSaleDate = $onSaleDate; } public function getOnSaleDate() { return $this->onSaleDate; } /** * @param Google_Service_Books_VolumeSaleInfoRetailPrice */ public function setRetailPrice(Google_Service_Books_VolumeSaleInfoRetailPrice $retailPrice) { $this->retailPrice = $retailPrice; } /** * @return Google_Service_Books_VolumeSaleInfoRetailPrice */ public function getRetailPrice() { return $this->retailPrice; } public function setSaleability($saleability) { $this->saleability = $saleability; } public function getSaleability() { return $this->saleability; } } PK% Z^)xsvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z2Ovendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.phpnu[items = $items; } /** * @return Google_Service_Books_Volumeannotation[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK% Zavendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoIndustryIdentifiers.phpnu[identifier = $identifier; } public function getIdentifier() { return $this->identifier; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% Zb&RJJMvendor/google/apiclient-services/src/Google/Service/Books/Annotationsdata.phpnu[items = $items; } /** * @return Google_Service_Books_GeoAnnotationdata[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Zj_ܲFvendor/google/apiclient-services/src/Google/Service/Books/Category.phpnu[items = $items; } /** * @return Google_Service_Books_CategoryItems[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% ZʝUvendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.phpnu[amount = $amount; } public function getAmount() { return $this->amount; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } } PK% ZLhJZvendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.phpnu[issue = $issue; } /** * @return Google_Service_Books_VolumeseriesinfoVolumeSeriesIssue[] */ public function getIssue() { return $this->issue; } public function setOrderNumber($orderNumber) { $this->orderNumber = $orderNumber; } public function getOrderNumber() { return $this->orderNumber; } public function setSeriesBookType($seriesBookType) { $this->seriesBookType = $seriesBookType; } public function getSeriesBookType() { return $this->seriesBookType; } public function setSeriesId($seriesId) { $this->seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } } PK% Z˛Fvendor/google/apiclient-services/src/Google/Service/Books/Metadata.phpnu[items = $items; } /** * @return Google_Service_Books_MetadataItems[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Z&&&Jvendor/google/apiclient-services/src/Google/Service/Books/Notification.phpnu[ "doc_id", "docType" => "doc_type", "dontShowNotification" => "dont_show_notification", "isDocumentMature" => "is_document_mature", "notificationType" => "notification_type", "pcampaignId" => "pcampaign_id", "showNotificationSettingsAction" => "show_notification_settings_action", ); public $body; public $crmExperimentIds; public $docId; public $docType; public $dontShowNotification; public $iconUrl; public $isDocumentMature; public $kind; public $notificationGroup; public $notificationType; public $pcampaignId; public $reason; public $showNotificationSettingsAction; public $targetUrl; public $timeToExpireMs; public $title; public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setCrmExperimentIds($crmExperimentIds) { $this->crmExperimentIds = $crmExperimentIds; } public function getCrmExperimentIds() { return $this->crmExperimentIds; } public function setDocId($docId) { $this->docId = $docId; } public function getDocId() { return $this->docId; } public function setDocType($docType) { $this->docType = $docType; } public function getDocType() { return $this->docType; } public function setDontShowNotification($dontShowNotification) { $this->dontShowNotification = $dontShowNotification; } public function getDontShowNotification() { return $this->dontShowNotification; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setIsDocumentMature($isDocumentMature) { $this->isDocumentMature = $isDocumentMature; } public function getIsDocumentMature() { return $this->isDocumentMature; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNotificationGroup($notificationGroup) { $this->notificationGroup = $notificationGroup; } public function getNotificationGroup() { return $this->notificationGroup; } public function setNotificationType($notificationType) { $this->notificationType = $notificationType; } public function getNotificationType() { return $this->notificationType; } public function setPcampaignId($pcampaignId) { $this->pcampaignId = $pcampaignId; } public function getPcampaignId() { return $this->pcampaignId; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setShowNotificationSettingsAction($showNotificationSettingsAction) { $this->showNotificationSettingsAction = $showNotificationSettingsAction; } public function getShowNotificationSettingsAction() { return $this->showNotificationSettingsAction; } public function setTargetUrl($targetUrl) { $this->targetUrl = $targetUrl; } public function getTargetUrl() { return $this->targetUrl; } public function setTimeToExpireMs($timeToExpireMs) { $this->timeToExpireMs = $timeToExpireMs; } public function getTimeToExpireMs() { return $this->timeToExpireMs; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK% Z[PIvendor/google/apiclient-services/src/Google/Service/Books/OffersItems.phpnu[artUrl = $artUrl; } public function getArtUrl() { return $this->artUrl; } public function setGservicesKey($gservicesKey) { $this->gservicesKey = $gservicesKey; } public function getGservicesKey() { return $this->gservicesKey; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Books_OffersItemsItems[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Books_OffersItemsItems[] */ public function getItems() { return $this->items; } } PK% Ze_۸Pvendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.phpnu[lang = $lang; } public function getLang() { return $this->lang; } public function setPreviewImageUrl($previewImageUrl) { $this->previewImageUrl = $previewImageUrl; } public function getPreviewImageUrl() { return $this->previewImageUrl; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setSnippetUrl($snippetUrl) { $this->snippetUrl = $snippetUrl; } public function getSnippetUrl() { return $this->snippetUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK% ZaU(2 2 Gvendor/google/apiclient-services/src/Google/Service/Books/Bookshelf.phpnu[access = $access; } public function getAccess() { return $this->access; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeCount($volumeCount) { $this->volumeCount = $volumeCount; } public function getVolumeCount() { return $this->volumeCount; } public function setVolumesLastUpdated($volumesLastUpdated) { $this->volumesLastUpdated = $volumesLastUpdated; } public function getVolumesLastUpdated() { return $this->volumesLastUpdated; } } PK% Zo{:~yvendor/google/apiclient-services/src/Google/Service/Books/SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo.phpnu[amountInMicros = $amountInMicros; } public function getAmountInMicros() { return $this->amountInMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setReleaseNumber($releaseNumber) { $this->releaseNumber = $releaseNumber; } public function getReleaseNumber() { return $this->releaseNumber; } public function setReleaseTime($releaseTime) { $this->releaseTime = $releaseTime; } public function getReleaseTime() { return $this->releaseTime; } } PK% Z0z!`vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRentalDuration.phpnu[count = $count; } public function getCount() { return $this->count; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK% ZmEavendor/google/apiclient-services/src/Google/Service/Books/BooksVolumesRecommendedRateResponse.phpnu[ "consistency_token", ); public $consistencyToken; public function setConsistencyToken($consistencyToken) { $this->consistencyToken = $consistencyToken; } public function getConsistencyToken() { return $this->consistencyToken; } } PK% Z~Uoomvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.phpnu[source = $source; } /** * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource */ public function getSource() { return $this->source; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK% Z hvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Zvvendor/google/apiclient-services/src/Google/Service/Books/SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo.phpnu[amountInMicros = $amountInMicros; } public function getAmountInMicros() { return $this->amountInMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setReleaseNumber($releaseNumber) { $this->releaseNumber = $releaseNumber; } public function getReleaseNumber() { return $this->releaseNumber; } public function setReleaseTime($releaseTime) { $this->releaseTime = $releaseTime; } public function getReleaseTime() { return $this->releaseTime; } } PK% Z MwXvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoRentalPeriod.phpnu[endUtcSec = $endUtcSec; } public function getEndUtcSec() { return $this->endUtcSec; } public function setStartUtcSec($startUtcSec) { $this->startUtcSec = $startUtcSec; } public function getStartUtcSec() { return $this->startUtcSec; } } PK% ZAnnNvendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.phpnu[accessViewStatus = $accessViewStatus; } public function getAccessViewStatus() { return $this->accessViewStatus; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } /** * @param Google_Service_Books_DownloadAccessRestriction */ public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess) { $this->downloadAccess = $downloadAccess; } /** * @return Google_Service_Books_DownloadAccessRestriction */ public function getDownloadAccess() { return $this->downloadAccess; } public function setDriveImportedContentLink($driveImportedContentLink) { $this->driveImportedContentLink = $driveImportedContentLink; } public function getDriveImportedContentLink() { return $this->driveImportedContentLink; } public function setEmbeddable($embeddable) { $this->embeddable = $embeddable; } public function getEmbeddable() { return $this->embeddable; } /** * @param Google_Service_Books_VolumeAccessInfoEpub */ public function setEpub(Google_Service_Books_VolumeAccessInfoEpub $epub) { $this->epub = $epub; } /** * @return Google_Service_Books_VolumeAccessInfoEpub */ public function getEpub() { return $this->epub; } public function setExplicitOfflineLicenseManagement($explicitOfflineLicenseManagement) { $this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement; } public function getExplicitOfflineLicenseManagement() { return $this->explicitOfflineLicenseManagement; } /** * @param Google_Service_Books_VolumeAccessInfoPdf */ public function setPdf(Google_Service_Books_VolumeAccessInfoPdf $pdf) { $this->pdf = $pdf; } /** * @return Google_Service_Books_VolumeAccessInfoPdf */ public function getPdf() { return $this->pdf; } public function setPublicDomain($publicDomain) { $this->publicDomain = $publicDomain; } public function getPublicDomain() { return $this->publicDomain; } public function setQuoteSharingAllowed($quoteSharingAllowed) { $this->quoteSharingAllowed = $quoteSharingAllowed; } public function getQuoteSharingAllowed() { return $this->quoteSharingAllowed; } public function setTextToSpeechPermission($textToSpeechPermission) { $this->textToSpeechPermission = $textToSpeechPermission; } public function getTextToSpeechPermission() { return $this->textToSpeechPermission; } public function setViewOrderUrl($viewOrderUrl) { $this->viewOrderUrl = $viewOrderUrl; } public function getViewOrderUrl() { return $this->viewOrderUrl; } public function setViewability($viewability) { $this->viewability = $viewability; } public function getViewability() { return $this->viewability; } public function setWebReaderLink($webReaderLink) { $this->webReaderLink = $webReaderLink; } public function getWebReaderLink() { return $this->webReaderLink; } } PK% Z2dLLMvendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfo.phpnu[layers = $layers; } /** * @return Google_Service_Books_VolumeLayerInfoLayers[] */ public function getLayers() { return $this->layers; } } PK% Z I^^Svendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.phpnu[layerId = $layerId; } public function getLayerId() { return $this->layerId; } public function setVolumeAnnotationsVersion($volumeAnnotationsVersion) { $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; } public function getVolumeAnnotationsVersion() { return $this->volumeAnnotationsVersion; } } PK% ZDdvendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromSeries.phpnu[ "opted_state", ); public $optedState; public function setOptedState($optedState) { $this->optedState = $optedState; } public function getOptedState() { return $this->optedState; } } PK% Zevendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z9Dvendor/google/apiclient-services/src/Google/Service/Books/Volume.phpnu[accessInfo = $accessInfo; } /** * @return Google_Service_Books_VolumeAccessInfo */ public function getAccessInfo() { return $this->accessInfo; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_VolumeLayerInfo */ public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo) { $this->layerInfo = $layerInfo; } /** * @return Google_Service_Books_VolumeLayerInfo */ public function getLayerInfo() { return $this->layerInfo; } /** * @param Google_Service_Books_VolumeRecommendedInfo */ public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $recommendedInfo) { $this->recommendedInfo = $recommendedInfo; } /** * @return Google_Service_Books_VolumeRecommendedInfo */ public function getRecommendedInfo() { return $this->recommendedInfo; } /** * @param Google_Service_Books_VolumeSaleInfo */ public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo) { $this->saleInfo = $saleInfo; } /** * @return Google_Service_Books_VolumeSaleInfo */ public function getSaleInfo() { return $this->saleInfo; } /** * @param Google_Service_Books_VolumeSearchInfo */ public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo) { $this->searchInfo = $searchInfo; } /** * @return Google_Service_Books_VolumeSearchInfo */ public function getSearchInfo() { return $this->searchInfo; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Books_VolumeUserInfo */ public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_Books_VolumeUserInfo */ public function getUserInfo() { return $this->userInfo; } /** * @param Google_Service_Books_VolumeVolumeInfo */ public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo) { $this->volumeInfo = $volumeInfo; } /** * @return Google_Service_Books_VolumeVolumeInfo */ public function getVolumeInfo() { return $this->volumeInfo; } } PK% ZM" Vvendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotification.phpnu[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; } } PK% Z e  gvendor/google/apiclient-services/src/Google/Service/Books/SeriesSeriesSeriesSubscriptionReleaseInfo.phpnu[cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } /** * @param Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo */ public function setCurrentReleaseInfo(Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo $currentReleaseInfo) { $this->currentReleaseInfo = $currentReleaseInfo; } /** * @return Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo */ public function getCurrentReleaseInfo() { return $this->currentReleaseInfo; } /** * @param Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo */ public function setNextReleaseInfo(Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo $nextReleaseInfo) { $this->nextReleaseInfo = $nextReleaseInfo; } /** * @return Google_Service_Books_SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo */ public function getNextReleaseInfo() { return $this->nextReleaseInfo; } public function setSeriesSubscriptionType($seriesSubscriptionType) { $this->seriesSubscriptionType = $seriesSubscriptionType; } public function getSeriesSubscriptionType() { return $this->seriesSubscriptionType; } } PK% ZƘWvendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK% Zn))_vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.phpnu[source = $source; } /** * @return Google_Service_Books_DictlayerdataDictWordsDerivativesSource */ public function getSource() { return $this->source; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK% ZE5//Ovendor/google/apiclient-services/src/Google/Service/Books/RequestAccessData.phpnu[concurrentAccess = $concurrentAccess; } /** * @return Google_Service_Books_ConcurrentAccessRestriction */ public function getConcurrentAccess() { return $this->concurrentAccess; } /** * @param Google_Service_Books_DownloadAccessRestriction */ public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess) { $this->downloadAccess = $downloadAccess; } /** * @return Google_Service_Books_DownloadAccessRestriction */ public function getDownloadAccess() { return $this->downloadAccess; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% ZoTPDvendor/google/apiclient-services/src/Google/Service/Books/Offers.phpnu[items = $items; } /** * @return Google_Service_Books_OffersItems[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% ZDrLvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfo.phpnu[acquiredTime = $acquiredTime; } public function getAcquiredTime() { return $this->acquiredTime; } public function setAcquisitionType($acquisitionType) { $this->acquisitionType = $acquisitionType; } public function getAcquisitionType() { return $this->acquisitionType; } /** * @param Google_Service_Books_VolumeUserInfoCopy */ public function setCopy(Google_Service_Books_VolumeUserInfoCopy $copy) { $this->copy = $copy; } /** * @return Google_Service_Books_VolumeUserInfoCopy */ public function getCopy() { return $this->copy; } public function setEntitlementType($entitlementType) { $this->entitlementType = $entitlementType; } public function getEntitlementType() { return $this->entitlementType; } /** * @param Google_Service_Books_VolumeUserInfoFamilySharing */ public function setFamilySharing(Google_Service_Books_VolumeUserInfoFamilySharing $familySharing) { $this->familySharing = $familySharing; } /** * @return Google_Service_Books_VolumeUserInfoFamilySharing */ public function getFamilySharing() { return $this->familySharing; } public function setIsFamilySharedFromUser($isFamilySharedFromUser) { $this->isFamilySharedFromUser = $isFamilySharedFromUser; } public function getIsFamilySharedFromUser() { return $this->isFamilySharedFromUser; } public function setIsFamilySharedToUser($isFamilySharedToUser) { $this->isFamilySharedToUser = $isFamilySharedToUser; } public function getIsFamilySharedToUser() { return $this->isFamilySharedToUser; } public function setIsFamilySharingAllowed($isFamilySharingAllowed) { $this->isFamilySharingAllowed = $isFamilySharingAllowed; } public function getIsFamilySharingAllowed() { return $this->isFamilySharingAllowed; } public function setIsFamilySharingDisabledByFop($isFamilySharingDisabledByFop) { $this->isFamilySharingDisabledByFop = $isFamilySharingDisabledByFop; } public function getIsFamilySharingDisabledByFop() { return $this->isFamilySharingDisabledByFop; } public function setIsInMyBooks($isInMyBooks) { $this->isInMyBooks = $isInMyBooks; } public function getIsInMyBooks() { return $this->isInMyBooks; } public function setIsPreordered($isPreordered) { $this->isPreordered = $isPreordered; } public function getIsPreordered() { return $this->isPreordered; } public function setIsPurchased($isPurchased) { $this->isPurchased = $isPurchased; } public function getIsPurchased() { return $this->isPurchased; } public function setIsUploaded($isUploaded) { $this->isUploaded = $isUploaded; } public function getIsUploaded() { return $this->isUploaded; } /** * @param Google_Service_Books_ReadingPosition */ public function setReadingPosition(Google_Service_Books_ReadingPosition $readingPosition) { $this->readingPosition = $readingPosition; } /** * @return Google_Service_Books_ReadingPosition */ public function getReadingPosition() { return $this->readingPosition; } /** * @param Google_Service_Books_VolumeUserInfoRentalPeriod */ public function setRentalPeriod(Google_Service_Books_VolumeUserInfoRentalPeriod $rentalPeriod) { $this->rentalPeriod = $rentalPeriod; } /** * @return Google_Service_Books_VolumeUserInfoRentalPeriod */ public function getRentalPeriod() { return $this->rentalPeriod; } public function setRentalState($rentalState) { $this->rentalState = $rentalState; } public function getRentalState() { return $this->rentalState; } /** * @param Google_Service_Books_Review */ public function setReview(Google_Service_Books_Review $review) { $this->review = $review; } /** * @return Google_Service_Books_Review */ public function getReview() { return $this->review; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo */ public function setUserUploadedVolumeInfo(Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo $userUploadedVolumeInfo) { $this->userUploadedVolumeInfo = $userUploadedVolumeInfo; } /** * @return Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo */ public function getUserUploadedVolumeInfo() { return $this->userUploadedVolumeInfo; } } PK% Z [vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.phpnu[cfiRange = $cfiRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getCfiRange() { return $this->cfiRange; } public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } public function getContentVersion() { return $this->contentVersion; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) { $this->gbImageRange = $gbImageRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getGbImageRange() { return $this->gbImageRange; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) { $this->gbTextRange = $gbTextRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getGbTextRange() { return $this->gbTextRange; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange) { $this->imageCfiRange = $imageCfiRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getImageCfiRange() { return $this->imageCfiRange; } } PK% Z~~``Svendor/google/apiclient-services/src/Google/Service/Books/VolumeRecommendedInfo.phpnu[explanation = $explanation; } public function getExplanation() { return $this->explanation; } } PK% ZOTÈXvendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setThickness($thickness) { $this->thickness = $thickness; } public function getThickness() { return $this->thickness; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% Z;bvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoUserUploadedVolumeInfo.phpnu[processingState = $processingState; } public function getProcessingState() { return $this->processingState; } } PK% Z(x44Qvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.phpnu[title = $title; } public function getTitle() { return $this->title; } } PK% Z}}Wvendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportLo.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK% Z;Zvendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoReadingModes.phpnu[image = $image; } public function getImage() { return $this->image; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK% ZWd+4  Rvendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffers.phpnu[finskyOfferType = $finskyOfferType; } public function getFinskyOfferType() { return $this->finskyOfferType; } public function setGiftable($giftable) { $this->giftable = $giftable; } public function getGiftable() { return $this->giftable; } /** * @param Google_Service_Books_VolumeSaleInfoOffersListPrice */ public function setListPrice(Google_Service_Books_VolumeSaleInfoOffersListPrice $listPrice) { $this->listPrice = $listPrice; } /** * @return Google_Service_Books_VolumeSaleInfoOffersListPrice */ public function getListPrice() { return $this->listPrice; } /** * @param Google_Service_Books_VolumeSaleInfoOffersRentalDuration */ public function setRentalDuration(Google_Service_Books_VolumeSaleInfoOffersRentalDuration $rentalDuration) { $this->rentalDuration = $rentalDuration; } /** * @return Google_Service_Books_VolumeSaleInfoOffersRentalDuration */ public function getRentalDuration() { return $this->rentalDuration; } /** * @param Google_Service_Books_VolumeSaleInfoOffersRetailPrice */ public function setRetailPrice(Google_Service_Books_VolumeSaleInfoOffersRetailPrice $retailPrice) { $this->retailPrice = $retailPrice; } /** * @return Google_Service_Books_VolumeSaleInfoOffersRetailPrice */ public function getRetailPrice() { return $this->retailPrice; } } PK% ZmWOvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDict.phpnu[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; } } PK% ZWEl[[Nvendor/google/apiclient-services/src/Google/Service/Books/VolumeSearchInfo.phpnu[textSnippet = $textSnippet; } public function getTextSnippet() { return $this->textSnippet; } } PK% Z([vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.phpnu[cfiRange = $cfiRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getCfiRange() { return $this->cfiRange; } public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } public function getContentVersion() { return $this->contentVersion; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) { $this->gbImageRange = $gbImageRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getGbImageRange() { return $this->gbImageRange; } /** * @param Google_Service_Books_BooksAnnotationsRange */ public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) { $this->gbTextRange = $gbTextRange; } /** * @return Google_Service_Books_BooksAnnotationsRange */ public function getGbTextRange() { return $this->gbTextRange; } } PK% ZX\vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamples.phpnu[source = $source; } /** * @return Google_Service_Books_DictlayerdataDictWordsExamplesSource */ public function getSource() { return $this->source; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK% ZCEPvendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_AnnotationsSummaryLayers[] */ public function setLayers($layers) { $this->layers = $layers; } /** * @return Google_Service_Books_AnnotationsSummaryLayers[] */ public function getLayers() { return $this->layers; } } PK% Z,scUvendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewport.phpnu[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; } } PK% ZGU U Vvendor/google/apiclient-services/src/Google/Service/Books/DictionaryAnnotationdata.phpnu[annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } /** * @param Google_Service_Books_Dictlayerdata */ public function setData(Google_Service_Books_Dictlayerdata $data) { $this->data = $data; } /** * @return Google_Service_Books_Dictlayerdata */ public function getData() { return $this->data; } public function setEncodedData($encodedData) { $this->encodedData = $encodedData; } public function getEncodedData() { return $this->encodedData; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLayerId($layerId) { $this->layerId = $layerId; } public function getLayerId() { return $this->layerId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Z 11Ivendor/google/apiclient-services/src/Google/Service/Books/Annotations.phpnu[items = $items; } /** * @return Google_Service_Books_Annotation[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Zs  Uvendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.phpnu[folderName = $folderName; } public function getFolderName() { return $this->folderName; } public function setIsEnabled($isEnabled) { $this->isEnabled = $isEnabled; } public function getIsEnabled() { return $this->isEnabled; } } PK% ZoŎZvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSource.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% ZmWvendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoRetailPrice.phpnu[amount = $amount; } public function getAmount() { return $this->amount; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } } PK% Z;Mvendor/google/apiclient-services/src/Google/Service/Books/ReadingPosition.phpnu[epubCfiPosition = $epubCfiPosition; } public function getEpubCfiPosition() { return $this->epubCfiPosition; } public function setGbImagePosition($gbImagePosition) { $this->gbImagePosition = $gbImagePosition; } public function getGbImagePosition() { return $this->gbImagePosition; } public function setGbTextPosition($gbTextPosition) { $this->gbTextPosition = $gbTextPosition; } public function getGbTextPosition() { return $this->gbTextPosition; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPdfPosition($pdfPosition) { $this->pdfPosition = $pdfPosition; } public function getPdfPosition() { return $this->pdfPosition; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK% Z v  Nvendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.phpnu[bookDisplayNumber = $bookDisplayNumber; } public function getBookDisplayNumber() { return $this->bookDisplayNumber; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setShortSeriesBookTitle($shortSeriesBookTitle) { $this->shortSeriesBookTitle = $shortSeriesBookTitle; } public function getShortSeriesBookTitle() { return $this->shortSeriesBookTitle; } /** * @param Google_Service_Books_VolumeseriesinfoVolumeSeries[] */ public function setVolumeSeries($volumeSeries) { $this->volumeSeries = $volumeSeries; } /** * @return Google_Service_Books_VolumeseriesinfoVolumeSeries[] */ public function getVolumeSeries() { return $this->volumeSeries; } } PK% Z::Nvendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfo.phpnu[allowAnonLogging = $allowAnonLogging; } public function getAllowAnonLogging() { return $this->allowAnonLogging; } public function setAuthors($authors) { $this->authors = $authors; } public function getAuthors() { return $this->authors; } public function setAverageRating($averageRating) { $this->averageRating = $averageRating; } public function getAverageRating() { return $this->averageRating; } public function setCanonicalVolumeLink($canonicalVolumeLink) { $this->canonicalVolumeLink = $canonicalVolumeLink; } public function getCanonicalVolumeLink() { return $this->canonicalVolumeLink; } public function setCategories($categories) { $this->categories = $categories; } public function getCategories() { return $this->categories; } public function setComicsContent($comicsContent) { $this->comicsContent = $comicsContent; } public function getComicsContent() { return $this->comicsContent; } public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } public function getContentVersion() { return $this->contentVersion; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Books_VolumeVolumeInfoDimensions */ public function setDimensions(Google_Service_Books_VolumeVolumeInfoDimensions $dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Books_VolumeVolumeInfoDimensions */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Books_VolumeVolumeInfoImageLinks */ public function setImageLinks(Google_Service_Books_VolumeVolumeInfoImageLinks $imageLinks) { $this->imageLinks = $imageLinks; } /** * @return Google_Service_Books_VolumeVolumeInfoImageLinks */ public function getImageLinks() { return $this->imageLinks; } /** * @param Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers[] */ public function setIndustryIdentifiers($industryIdentifiers) { $this->industryIdentifiers = $industryIdentifiers; } /** * @return Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers[] */ public function getIndustryIdentifiers() { return $this->industryIdentifiers; } public function setInfoLink($infoLink) { $this->infoLink = $infoLink; } public function getInfoLink() { return $this->infoLink; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setMainCategory($mainCategory) { $this->mainCategory = $mainCategory; } public function getMainCategory() { return $this->mainCategory; } public function setMaturityRating($maturityRating) { $this->maturityRating = $maturityRating; } public function getMaturityRating() { return $this->maturityRating; } public function setPageCount($pageCount) { $this->pageCount = $pageCount; } public function getPageCount() { return $this->pageCount; } /** * @param Google_Service_Books_VolumeVolumeInfoPanelizationSummary */ public function setPanelizationSummary(Google_Service_Books_VolumeVolumeInfoPanelizationSummary $panelizationSummary) { $this->panelizationSummary = $panelizationSummary; } /** * @return Google_Service_Books_VolumeVolumeInfoPanelizationSummary */ public function getPanelizationSummary() { return $this->panelizationSummary; } public function setPreviewLink($previewLink) { $this->previewLink = $previewLink; } public function getPreviewLink() { return $this->previewLink; } public function setPrintType($printType) { $this->printType = $printType; } public function getPrintType() { return $this->printType; } public function setPrintedPageCount($printedPageCount) { $this->printedPageCount = $printedPageCount; } public function getPrintedPageCount() { return $this->printedPageCount; } public function setPublishedDate($publishedDate) { $this->publishedDate = $publishedDate; } public function getPublishedDate() { return $this->publishedDate; } public function setPublisher($publisher) { $this->publisher = $publisher; } public function getPublisher() { return $this->publisher; } public function setRatingsCount($ratingsCount) { $this->ratingsCount = $ratingsCount; } public function getRatingsCount() { return $this->ratingsCount; } /** * @param Google_Service_Books_VolumeVolumeInfoReadingModes */ public function setReadingModes(Google_Service_Books_VolumeVolumeInfoReadingModes $readingModes) { $this->readingModes = $readingModes; } /** * @return Google_Service_Books_VolumeVolumeInfoReadingModes */ public function getReadingModes() { return $this->readingModes; } public function setSamplePageCount($samplePageCount) { $this->samplePageCount = $samplePageCount; } public function getSamplePageCount() { return $this->samplePageCount; } /** * @param Google_Service_Books_Volumeseriesinfo */ public function setSeriesInfo(Google_Service_Books_Volumeseriesinfo $seriesInfo) { $this->seriesInfo = $seriesInfo; } /** * @return Google_Service_Books_Volumeseriesinfo */ public function getSeriesInfo() { return $this->seriesInfo; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK% ZD)~R~RSvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService.phpnu[ * The Certificate Authority Service API is a highly-available, scalable service * that enables you to simplify and automate the management of private * certificate authorities (CAs) while staying in control of your private keys."

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CertificateAuthorityService extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_certificateAuthorities; public $projects_locations_certificateAuthorities_certificateRevocationLists; public $projects_locations_certificateAuthorities_certificates; public $projects_locations_operations; public $projects_locations_reusableConfigs; /** * Constructs the internal representation of the CertificateAuthorityService * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://privateca.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'privateca'; $this->projects_locations = new Google_Service_CertificateAuthorityService_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_certificateAuthorities = new Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsCertificateAuthorities( $this, $this->serviceName, 'certificateAuthorities', array( 'methods' => array( 'activate' => array( 'path' => 'v1beta1/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1beta1/{+parent}/certificateAuthorities', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'certificateAuthorityId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'disable' => array( 'path' => 'v1beta1/{+name}:disable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enable' => array( 'path' => 'v1beta1/{+name}:enable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'fetch' => array( 'path' => 'v1beta1/{+name}:fetch', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/certificateAuthorities', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'restore' => array( 'path' => 'v1beta1/{+name}:restore', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'scheduleDelete' => array( 'path' => 'v1beta1/{+name}:scheduleDelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_certificateAuthorities_certificateRevocationLists = new Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsCertificateAuthoritiesCertificateRevocationLists( $this, $this->serviceName, 'certificateRevocationLists', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/certificateRevocationLists', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_certificateAuthorities_certificates = new Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsCertificateAuthoritiesCertificates( $this, $this->serviceName, 'certificates', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/certificates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'certificateId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/certificates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revoke' => array( 'path' => 'v1beta1/{+name}:revoke', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_reusableConfigs = new Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsReusableConfigs( $this, $this->serviceName, 'reusableConfigs', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/reusableConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK% Z){svsv@vendor/google/apiclient-services/src/Google/Service/Bigquery.phpnu[ * A data platform for customers to create, manage, share and query data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Bigquery extends Google_Service { /** View and manage your data in Google BigQuery. */ const BIGQUERY = "https://www.googleapis.com/auth/bigquery"; /** Insert data into Google BigQuery. */ const BIGQUERY_INSERTDATA = "https://www.googleapis.com/auth/bigquery.insertdata"; /** View your data in Google BigQuery. */ const BIGQUERY_READONLY = "https://www.googleapis.com/auth/bigquery.readonly"; /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Manage your data and permissions in Google Cloud Storage. */ const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"; /** View your data in Google Cloud Storage. */ const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"; /** Manage your data in Google Cloud Storage. */ const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"; public $datasets; public $jobs; public $models; public $projects; public $routines; public $rowAccessPolicies; public $tabledata; public $tables; /** * Constructs the internal representation of the Bigquery service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://bigquery.googleapis.com/'; $this->servicePath = 'bigquery/v2/'; $this->batchPath = 'batch/bigquery/v2'; $this->version = 'v2'; $this->serviceName = 'bigquery'; $this->datasets = new Google_Service_Bigquery_Resource_Datasets( $this, $this->serviceName, 'datasets', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deleteContents' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{projectId}/datasets', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{projectId}/datasets', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'all' => array( 'location' => 'query', 'type' => 'boolean', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->jobs = new Google_Service_Bigquery_Resource_Jobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'cancel' => array( 'path' => 'projects/{projectId}/jobs/{jobId}/cancel', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{projectId}/jobs/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getQueryResults' => array( 'path' => 'projects/{projectId}/queries/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'string', ), 'timeoutMs' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{projectId}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{projectId}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allUsers' => array( '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', ), 'parentJobId' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'stateFilter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'query' => array( 'path' => 'projects/{projectId}/queries', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->models = new Google_Service_Bigquery_Resource_Models( $this, $this->serviceName, 'models', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'modelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'modelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'modelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects = new Google_Service_Bigquery_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getServiceAccount' => array( 'path' => 'projects/{projectId}/serviceAccount', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->routines = new Google_Service_Bigquery_Resource_Routines( $this, $this->serviceName, 'routines', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'routineId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'routineId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'routineId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->rowAccessPolicies = new Google_Service_Bigquery_Resource_RowAccessPolicies( $this, $this->serviceName, 'rowAccessPolicies', array( 'methods' => array( 'getIamPolicy' => array( 'path' => '{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => '{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => '{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->tabledata = new Google_Service_Bigquery_Resource_Tabledata( $this, $this->serviceName, 'tabledata', array( 'methods' => array( 'insertAll' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'selectedFields' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->tables = new Google_Service_Bigquery_Resource_Tables( $this, $this->serviceName, 'tables', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'selectedFields' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => '{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => '{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => '{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK% ZGPvendor/google/apiclient-services/src/Google/Service/Workflows/WorkflowsEmpty.phpnu[ Jvendor/google/apiclient-services/src/Google/Service/Workflows/Workflow.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevisionCreateTime($revisionCreateTime) { $this->revisionCreateTime = $revisionCreateTime; } public function getRevisionCreateTime() { return $this->revisionCreateTime; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setSourceContents($sourceContents) { $this->sourceContents = $sourceContents; } public function getSourceContents() { return $this->sourceContents; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% Z'C \vendor/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocations.phpnu[ * $workflowsService = new Google_Service_Workflows(...); * $locations = $workflowsService->locations; * */ class Google_Service_Workflows_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Workflows_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Workflows_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Workflows_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Workflows_ListLocationsResponse"); } } PK% Z` fvendor/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocationsOperations.phpnu[ * $workflowsService = new Google_Service_Workflows(...); * $operations = $workflowsService->operations; * */ class Google_Service_Workflows_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Workflows_WorkflowsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Workflows_WorkflowsEmpty"); } /** * 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_Workflows_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Workflows_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Workflows_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Workflows_ListOperationsResponse"); } } PK% ZN]evendor/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocationsWorkflows.phpnu[ * $workflowsService = new Google_Service_Workflows(...); * $workflows = $workflowsService->workflows; * */ class Google_Service_Workflows_Resource_ProjectsLocationsWorkflows extends Google_Service_Resource { /** * Creates a new workflow. If a workflow with the specified name already exists * in the specified project and location, the long running operation will return * ALREADY_EXISTS error. (workflows.create) * * @param string $parent Required. Project and location in which the workflow * should be created. Format: projects/{project}/locations/{location} * @param Google_Service_Workflows_Workflow $postBody * @param array $optParams Optional parameters. * * @opt_param string workflowId Required. The ID of the workflow to be created. * It has to fulfill the following requirements: * Must contain only letters, * numbers, underscores and hyphens. * Must start with a letter. * Must be * between 1-64 characters. * Must end with a number or a letter. * Must be * unique within the customer project and location. * @return Google_Service_Workflows_Operation */ public function create($parent, Google_Service_Workflows_Workflow $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Workflows_Operation"); } /** * Deletes a workflow with the specified name. This method also cancels and * deletes all running executions of the workflow. (workflows.delete) * * @param string $name Required. Name of the workflow to be deleted. Format: * projects/{project}/locations/{location}/workflows/{workflow} * @param array $optParams Optional parameters. * @return Google_Service_Workflows_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Workflows_Operation"); } /** * Gets details of a single Workflow. (workflows.get) * * @param string $name Required. Name of the workflow which information should * be retrieved. Format: * projects/{project}/locations/{location}/workflows/{workflow} * @param array $optParams Optional parameters. * @return Google_Service_Workflows_Workflow */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Workflows_Workflow"); } /** * Lists Workflows in a given project and location. The default order is not * specified. (workflows.listProjectsLocationsWorkflows) * * @param string $parent Required. Project and location from which the workflows * should be listed. Format: projects/{project}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param string filter Filter to restrict results to specific workflows. * @opt_param string orderBy Comma-separated list of fields that that specify * the order of the results. Default sorting order for a field is ascending. To * specify descending order for a field, append a " desc" suffix. If not * specified, the results will be returned in an unspecified order. * @opt_param int pageSize Maximum number of workflows to return per call. The * service may return fewer than this value. If the value is not specified, a * default value of 500 will be used. The maximum permitted value is 1000 and * values greater than 1000 will be coerced down to 1000. * @opt_param string pageToken A page token, received from a previous * `ListWorkflows` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListWorkflows` must match the * call that provided the page token. * @return Google_Service_Workflows_ListWorkflowsResponse */ public function listProjectsLocationsWorkflows($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Workflows_ListWorkflowsResponse"); } /** * Updates an existing workflow. Running this method has no impact on already * running executions of the workflow. A new revision of the workflow may be * created as a result of a successful update operation. In that case, such * revision will be used in new workflow executions. (workflows.patch) * * @param string $name The resource name of the workflow. Format: * projects/{project}/locations/{location}/workflows/{workflow} * @param Google_Service_Workflows_Workflow $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask List of fields to be updated. If not present, * the entire workflow will be updated. * @return Google_Service_Workflows_Operation */ public function patch($name, Google_Service_Workflows_Workflow $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Workflows_Operation"); } } PK% Z¸{rrSvendor/google/apiclient-services/src/Google/Service/Workflows/Resource/Projects.phpnu[ * $workflowsService = new Google_Service_Workflows(...); * $projects = $workflowsService->projects; * */ class Google_Service_Workflows_Resource_Projects extends Google_Service_Resource { } PK% Z Svendor/google/apiclient-services/src/Google/Service/Workflows/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK% Z ##Wvendor/google/apiclient-services/src/Google/Service/Workflows/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Workflows_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% Zly 2Wvendor/google/apiclient-services/src/Google/Service/Workflows/ListWorkflowsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } /** * @param Google_Service_Workflows_Workflow[] */ public function setWorkflows($workflows) { $this->workflows = $workflows; } /** * @return Google_Service_Workflows_Workflow[] */ public function getWorkflows() { return $this->workflows; } } PK% ZQ~S{{Kvendor/google/apiclient-services/src/Google/Service/Workflows/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Workflows_Status */ public function setError(Google_Service_Workflows_Status $error) { $this->error = $error; } /** * @return Google_Service_Workflows_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK% ZqMΘHvendor/google/apiclient-services/src/Google/Service/Workflows/Status.phpnu[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; } } PK% Z"00Xvendor/google/apiclient-services/src/Google/Service/Workflows/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Workflows_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Workflows_Operation[] */ public function getOperations() { return $this->operations; } } PK% Zz6Jvendor/google/apiclient-services/src/Google/Service/Workflows/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% Z-Ivendor/google/apiclient-services/src/Google/Service/Digitalassetlinks.phpnu[ * Discovers relationships between online assets such as websites or mobile * apps.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Digitalassetlinks extends Google_Service { public $assetlinks; public $statements; /** * Constructs the internal representation of the Digitalassetlinks service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://digitalassetlinks.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'digitalassetlinks'; $this->assetlinks = new Google_Service_Digitalassetlinks_Resource_Assetlinks( $this, $this->serviceName, 'assetlinks', array( 'methods' => array( 'check' => array( 'path' => 'v1/assetlinks:check', 'httpMethod' => 'GET', 'parameters' => array( 'relation' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.certificate.sha256Fingerprint' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.packageName' => array( 'location' => 'query', 'type' => 'string', ), 'source.web.site' => array( 'location' => 'query', 'type' => 'string', ), 'target.androidApp.certificate.sha256Fingerprint' => array( 'location' => 'query', 'type' => 'string', ), 'target.androidApp.packageName' => array( 'location' => 'query', 'type' => 'string', ), 'target.web.site' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->statements = new Google_Service_Digitalassetlinks_Resource_Statements( $this, $this->serviceName, 'statements', array( 'methods' => array( 'list' => array( 'path' => 'v1/statements:list', 'httpMethod' => 'GET', 'parameters' => array( 'relation' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.certificate.sha256Fingerprint' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.packageName' => array( 'location' => 'query', 'type' => 'string', ), 'source.web.site' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK% Z[Lvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks.phpnu[ * Programmatically creates and manages Firebase Dynamic Links.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseDynamicLinks extends Google_Service { /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; public $managedShortLinks; public $shortLinks; public $v1; /** * Constructs the internal representation of the FirebaseDynamicLinks service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebasedynamiclinks.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'firebasedynamiclinks'; $this->managedShortLinks = new Google_Service_FirebaseDynamicLinks_Resource_ManagedShortLinks( $this, $this->serviceName, 'managedShortLinks', array( 'methods' => array( 'create' => array( 'path' => 'v1/managedShortLinks:create', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->shortLinks = new Google_Service_FirebaseDynamicLinks_Resource_ShortLinks( $this, $this->serviceName, 'shortLinks', array( 'methods' => array( 'create' => array( 'path' => 'v1/shortLinks', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->v1 = new Google_Service_FirebaseDynamicLinks_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'getLinkStats' => array( 'path' => 'v1/{dynamicLink}/linkStats', 'httpMethod' => 'GET', 'parameters' => array( 'dynamicLink' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'durationDays' => array( 'location' => 'query', 'type' => 'string', ), 'sdkVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ),'installAttribution' => array( 'path' => 'v1/installAttribution', 'httpMethod' => 'POST', 'parameters' => array(), ),'reopenAttribution' => array( 'path' => 'v1/reopenAttribution', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK% Z Hvendor/google/apiclient-services/src/Google/Service/HomeGraphService.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_HomeGraphService extends Google_Service { /** Private Service: https://www.googleapis.com/auth/homegraph. */ const HOMEGRAPH = "https://www.googleapis.com/auth/homegraph"; public $agentUsers; public $devices; /** * Constructs the internal representation of the HomeGraphService service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://homegraph.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'homegraph'; $this->agentUsers = new Google_Service_HomeGraphService_Resource_AgentUsers( $this, $this->serviceName, 'agentUsers', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+agentUserId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'agentUserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->devices = new Google_Service_HomeGraphService_Resource_Devices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'query' => array( 'path' => 'v1/devices:query', 'httpMethod' => 'POST', 'parameters' => array(), ),'reportStateAndNotification' => array( 'path' => 'v1/devices:reportStateAndNotification', 'httpMethod' => 'POST', 'parameters' => array(), ),'requestLink' => array( 'path' => 'v1/devices:requestLink', 'httpMethod' => 'POST', 'parameters' => array(), ),'requestSync' => array( 'path' => 'v1/devices:requestSync', 'httpMethod' => 'POST', 'parameters' => array(), ),'sync' => array( 'path' => 'v1/devices:sync', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK% Z!Hvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics.phpnu[ * Retrieves your YouTube Analytics data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_YouTubeAnalytics extends Google_Service { /** Manage your YouTube account. */ const YOUTUBE = "https://www.googleapis.com/auth/youtube"; /** View your YouTube account. */ const YOUTUBE_READONLY = "https://www.googleapis.com/auth/youtube.readonly"; /** View and manage your assets and associated content on YouTube. */ const YOUTUBEPARTNER = "https://www.googleapis.com/auth/youtubepartner"; /** View monetary and non-monetary YouTube Analytics reports for your YouTube content. */ const YT_ANALYTICS_MONETARY_READONLY = "https://www.googleapis.com/auth/yt-analytics-monetary.readonly"; /** View YouTube Analytics reports for your YouTube content. */ const YT_ANALYTICS_READONLY = "https://www.googleapis.com/auth/yt-analytics.readonly"; public $groupItems; public $groups; public $reports; /** * Constructs the internal representation of the YouTubeAnalytics service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://youtubeanalytics.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'youtubeAnalytics'; $this->groupItems = new Google_Service_YouTubeAnalytics_Resource_GroupItems( $this, $this->serviceName, 'groupItems', array( 'methods' => array( 'delete' => array( 'path' => 'v2/groupItems', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'v2/groupItems', 'httpMethod' => 'POST', 'parameters' => array( 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v2/groupItems', 'httpMethod' => 'GET', 'parameters' => array( 'groupId' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->groups = new Google_Service_YouTubeAnalytics_Resource_Groups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'delete' => array( 'path' => 'v2/groups', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'v2/groups', 'httpMethod' => 'POST', 'parameters' => array( 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v2/groups', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/groups', 'httpMethod' => 'PUT', 'parameters' => array( 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->reports = new Google_Service_YouTubeAnalytics_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'query' => array( 'path' => 'v2/reports', 'httpMethod' => 'GET', 'parameters' => array( 'currency' => array( 'location' => 'query', 'type' => 'string', ), 'dimensions' => array( 'location' => 'query', 'type' => 'string', ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'ids' => array( 'location' => 'query', 'type' => 'string', ), 'includeHistoricalChannelData' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metrics' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK% Z0ѹ Evendor/google/apiclient-services/src/Google/Service/ServiceBroker.phpnu[ * The Google Cloud Platform Service Broker API provides Google hosted * implementation of the Open Service Broker API * (https://www.openservicebrokerapi.org/).

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceBroker extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $v1; /** * Constructs the internal representation of the ServiceBroker service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://servicebroker.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'servicebroker'; $this->v1 = new Google_Service_ServiceBroker_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK% Z^z~ ~ Kvendor/google/apiclient-services/src/Google/Service/PlusDomains/Comment.phpnu[actor = $actor; } /** * @return Google_Service_PlusDomains_CommentActor */ public function getActor() { return $this->actor; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_CommentInReplyTo */ public function setInReplyTo($inReplyTo) { $this->inReplyTo = $inReplyTo; } /** * @return Google_Service_PlusDomains_CommentInReplyTo */ public function getInReplyTo() { return $this->inReplyTo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_PlusDomains_CommentObject */ public function setObject(Google_Service_PlusDomains_CommentObject $object) { $this->object = $object; } /** * @return Google_Service_PlusDomains_CommentObject */ public function getObject() { return $this->object; } /** * @param Google_Service_PlusDomains_CommentPlusoners */ public function setPlusoners(Google_Service_PlusDomains_CommentPlusoners $plusoners) { $this->plusoners = $plusoners; } /** * @return Google_Service_PlusDomains_CommentPlusoners */ public function getPlusoners() { return $this->plusoners; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK% Z]Pvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonEmails.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z:ZZTvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentPlusoners.phpnu[totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Z ((Ivendor/google/apiclient-services/src/Google/Service/PlusDomains/Media.phpnu[author = $author; } /** * @return Google_Service_PlusDomains_MediaAuthor */ public function getAuthor() { return $this->author; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PlusDomains_MediaExif */ public function setExif(Google_Service_PlusDomains_MediaExif $exif) { $this->exif = $exif; } /** * @return Google_Service_PlusDomains_MediaExif */ public function getExif() { return $this->exif; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMediaCreatedTime($mediaCreatedTime) { $this->mediaCreatedTime = $mediaCreatedTime; } public function getMediaCreatedTime() { return $this->mediaCreatedTime; } public function setMediaUrl($mediaUrl) { $this->mediaUrl = $mediaUrl; } public function getMediaUrl() { return $this->mediaUrl; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } /** * @param Google_Service_PlusDomains_Videostream */ public function setStreams($streams) { $this->streams = $streams; } /** * @return Google_Service_PlusDomains_Videostream */ public function getStreams() { return $this->streams; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setVideoDuration($videoDuration) { $this->videoDuration = $videoDuration; } public function getVideoDuration() { return $this->videoDuration; } public function setVideoStatus($videoStatus) { $this->videoStatus = $videoStatus; } public function getVideoStatus() { return $this->videoStatus; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% Z>TTNvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonUrls.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZIvendor/google/apiclient-services/src/Google/Service/PlusDomains/Place.phpnu[address = $address; } /** * @return Google_Service_PlusDomains_PlaceAddress */ public function getAddress() { return $this->address; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_PlusDomains_PlacePosition */ public function setPosition(Google_Service_PlusDomains_PlacePosition $position) { $this->position = $position; } /** * @return Google_Service_PlusDomains_PlacePosition */ public function getPosition() { return $this->position; } } PK% Z9I  [vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectResharers.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Z)̊Nvendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PlusDomains_Circle */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_PlusDomains_Circle */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% ZeQvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentObject.phpnu[content = $content; } public function getContent() { return $this->content; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOriginalContent($originalContent) { $this->originalContent = $originalContent; } public function getOriginalContent() { return $this->originalContent; } } PK% ZI\OOPvendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.phpnu[formatted = $formatted; } public function getFormatted() { return $this->formatted; } } PK% Zhj7j))Mvendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaExif.phpnu[time = $time; } public function getTime() { return $this->time; } } PK% Ztiwwxvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } } PK% Zkvvwvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } } PK% ZӢ2}}~vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } } PK% Z@ Qvendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PlusDomains_Audience */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_PlusDomains_Audience */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Z)a  Uvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK% Z|^^nvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.phpnu[youtubeActorInfo = $youtubeActorInfo; } /** * @return Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo */ public function getYoutubeActorInfo() { return $this->youtubeActorInfo; } } PK% ZAxx]vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorVerification.phpnu[adHocVerified = $adHocVerified; } public function getAdHocVerified() { return $this->adHocVerified; } } PK% Z?Gvendor/google/apiclient-services/src/Google/Service/PlusDomains/Acl.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDomainRestricted($domainRestricted) { $this->domainRestricted = $domainRestricted; } public function getDomainRestricted() { return $this->domainRestricted; } /** * @param Google_Service_PlusDomains_PlusDomainsAclentryResource */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_PlusDomains_PlusDomainsAclentryResource */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Z ww\vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorVerification.phpnu[adHocVerified = $adHocVerified; } public function getAdHocVerified() { return $this->adHocVerified; } } PK% ZM~~cvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorVerification.phpnu[adHocVerified = $adHocVerified; } public function getAdHocVerified() { return $this->adHocVerified; } } PK% ZwLvendor/google/apiclient-services/src/Google/Service/PlusDomains/Audience.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PlusDomains_PlusDomainsAclentryResource */ public function setItem(Google_Service_PlusDomains_PlusDomainsAclentryResource $item) { $this->item = $item; } /** * @return Google_Service_PlusDomains_PlusDomainsAclentryResource */ public function getItem() { return $this->item; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMemberCount($memberCount) { $this->memberCount = $memberCount; } public function getMemberCount() { return $this->memberCount; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK% ZE11\vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK% Z)CCnvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsPreviewThumbnails.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK% Z  Yvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectReplies.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Z!YNNRvendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Media.phpnu[ * $plusDomainsService = new Google_Service_PlusDomains(...); * $media = $plusDomainsService->media; * */ class Google_Service_PlusDomains_Resource_Media extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (media.insert) * * @param string $userId The ID of the user to create the activity on behalf of. * @param string $collection * @param Google_Service_PlusDomains_Media $postBody * @param array $optParams Optional parameters. * @return Google_Service_PlusDomains_Media */ public function insert($userId, $collection, Google_Service_PlusDomains_Media $postBody, $optParams = array()) { $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_PlusDomains_Media"); } } PK% ZLҹVvendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Audiences.phpnu[ * $plusDomainsService = new Google_Service_PlusDomains(...); * $audiences = $plusDomainsService->audiences; * */ class Google_Service_PlusDomains_Resource_Audiences extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (audiences.listAudiences) * * @param string $userId The ID of the user to get audiences for. The special * value "me" can be used to indicate the authenticated user. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of circles to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_PlusDomains_AudiencesFeed */ public function listAudiences($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlusDomains_AudiencesFeed"); } } PK% Z_WNE E Wvendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Activities.phpnu[ * $plusDomainsService = new Google_Service_PlusDomains(...); * $activities = $plusDomainsService->activities; * */ class Google_Service_PlusDomains_Resource_Activities extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (activities.get) * * @param string $activityId The ID of the activity to get. * @param array $optParams Optional parameters. * @return Google_Service_PlusDomains_Activity */ public function get($activityId, $optParams = array()) { $params = array('activityId' => $activityId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PlusDomains_Activity"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (activities.listActivities) * * @param string $userId The ID of the user to get activities for. The special * value "me" can be used to indicate the authenticated user. * @param string $collection The collection of activities to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of activities to include in * the response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_PlusDomains_ActivityFeed */ public function listActivities($userId, $collection, $optParams = array()) { $params = array('userId' => $userId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlusDomains_ActivityFeed"); } } PK% Z<Svendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/People.phpnu[ * $plusDomainsService = new Google_Service_PlusDomains(...); * $people = $plusDomainsService->people; * */ class Google_Service_PlusDomains_Resource_People extends Google_Service_Resource { /** * Get a person's profile. (people.get) * * @param string $userId The ID of the person to get the profile for. The * special value "me" can be used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_PlusDomains_Person */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PlusDomains_Person"); } /** * List all of the people in the specified collection. (people.listPeople) * * @param string $userId Get the collection of people for the person identified. * Use "me" to indicate the authenticated user. * @param string $collection The collection of people to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of people to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string orderBy The order to return people in. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_PlusDomains_PeopleFeed */ public function listPeople($userId, $collection, $optParams = array()) { $params = array('userId' => $userId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlusDomains_PeopleFeed"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (people.listByActivity) * * @param string $activityId The ID of the activity to get the list of people * for. * @param string $collection The collection of people to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of people to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_PlusDomains_PeopleFeed */ public function listByActivity($activityId, $collection, $optParams = array()) { $params = array('activityId' => $activityId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('listByActivity', array($params), "Google_Service_PlusDomains_PeopleFeed"); } } PK% ZZ Uvendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Comments.phpnu[ * $plusDomainsService = new Google_Service_PlusDomains(...); * $comments = $plusDomainsService->comments; * */ class Google_Service_PlusDomains_Resource_Comments extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (comments.get) * * @param string $commentId The ID of the comment to get. * @param array $optParams Optional parameters. * @return Google_Service_PlusDomains_Comment */ public function get($commentId, $optParams = array()) { $params = array('commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PlusDomains_Comment"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (comments.listComments) * * @param string $activityId The ID of the activity to get comments for. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of comments to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @opt_param string sortOrder The order in which to sort the list of comments. * @return Google_Service_PlusDomains_CommentFeed */ public function listComments($activityId, $optParams = array()) { $params = array('activityId' => $activityId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlusDomains_CommentFeed"); } } PK% Zf:^Tvendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Circles.phpnu[ * $plusDomainsService = new Google_Service_PlusDomains(...); * $circles = $plusDomainsService->circles; * */ class Google_Service_PlusDomains_Resource_Circles extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (circles.listCircles) * * @param string $userId The ID of the user to get circles for. The special * value "me" can be used to indicate the authenticated user. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of circles to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_PlusDomains_CircleFeed */ public function listCircles($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PlusDomains_CircleFeed"); } } PK% ZK Pvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.phpnu[clientSpecificActorInfo = $clientSpecificActorInfo; } /** * @return Google_Service_PlusDomains_CommentActorClientSpecificActorInfo */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_CommentActorImage */ public function setImage(Google_Service_PlusDomains_CommentActorImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_CommentActorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_PlusDomains_CommentActorVerification */ public function setVerification(Google_Service_PlusDomains_CommentActorVerification $verification) { $this->verification = $verification; } /** * @return Google_Service_PlusDomains_CommentActorVerification */ public function getVerification() { return $this->verification; } } PK% ZYufvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsFullImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% Z.77Tvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityProvider.phpnu[title = $title; } public function getTitle() { return $this->title; } } PK% Z.Ovendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_MediaAuthorImage */ public function setImage(Google_Service_PlusDomains_MediaAuthorImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_MediaAuthorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z Wi++Rvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.phpnu[actor = $actor; } /** * @return Google_Service_PlusDomains_ActivityObjectActor */ public function getActor() { return $this->actor; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachments */ public function setAttachments($attachments) { $this->attachments = $attachments; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachments */ public function getAttachments() { return $this->attachments; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOriginalContent($originalContent) { $this->originalContent = $originalContent; } public function getOriginalContent() { return $this->originalContent; } /** * @param Google_Service_PlusDomains_ActivityObjectPlusoners */ public function setPlusoners(Google_Service_PlusDomains_ActivityObjectPlusoners $plusoners) { $this->plusoners = $plusoners; } /** * @return Google_Service_PlusDomains_ActivityObjectPlusoners */ public function getPlusoners() { return $this->plusoners; } /** * @param Google_Service_PlusDomains_ActivityObjectReplies */ public function setReplies(Google_Service_PlusDomains_ActivityObjectReplies $replies) { $this->replies = $replies; } /** * @return Google_Service_PlusDomains_ActivityObjectReplies */ public function getReplies() { return $this->replies; } /** * @param Google_Service_PlusDomains_ActivityObjectResharers */ public function setResharers(Google_Service_PlusDomains_ActivityObjectResharers $resharers) { $this->resharers = $resharers; } /** * @return Google_Service_PlusDomains_ActivityObjectResharers */ public function getResharers() { return $this->resharers; } /** * @param Google_Service_PlusDomains_ActivityObjectStatusForViewer */ public function setStatusForViewer(Google_Service_PlusDomains_ActivityObjectStatusForViewer $statusForViewer) { $this->statusForViewer = $statusForViewer; } /** * @return Google_Service_PlusDomains_ActivityObjectStatusForViewer */ public function getStatusForViewer() { return $this->statusForViewer; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z)\bvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.phpnu[type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z0olvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% ZgmnnWvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonOrganizations.phpnu[department = $department; } public function getDepartment() { return $this->department; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% Zs9VVPvendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.phpnu[totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% ZHYNvendor/google/apiclient-services/src/Google/Service/PlusDomains/PeopleFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PlusDomains_Person */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_PlusDomains_Person */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% Z1:  [vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectPlusoners.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK% ZzGgvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnails.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage */ public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z=N Wvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.phpnu[clientSpecificActorInfo = $clientSpecificActorInfo; } /** * @return Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfo */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_ActivityObjectActorImage */ public function setImage(Google_Service_PlusDomains_ActivityObjectActorImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_ActivityObjectActorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_PlusDomains_ActivityObjectActorVerification */ public function setVerification(Google_Service_PlusDomains_ActivityObjectActorVerification $verification) { $this->verification = $verification; } /** * @return Google_Service_PlusDomains_ActivityObjectActorVerification */ public function getVerification() { return $this->verification; } } PK% ZxY6Jvendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.phpnu[aboutMe = $aboutMe; } public function getAboutMe() { return $this->aboutMe; } public function setBirthday($birthday) { $this->birthday = $birthday; } public function getBirthday() { return $this->birthday; } public function setBraggingRights($braggingRights) { $this->braggingRights = $braggingRights; } public function getBraggingRights() { return $this->braggingRights; } public function setCircledByCount($circledByCount) { $this->circledByCount = $circledByCount; } public function getCircledByCount() { return $this->circledByCount; } /** * @param Google_Service_PlusDomains_PersonCover */ public function setCover(Google_Service_PlusDomains_PersonCover $cover) { $this->cover = $cover; } /** * @return Google_Service_PlusDomains_PersonCover */ public function getCover() { return $this->cover; } public function setCurrentLocation($currentLocation) { $this->currentLocation = $currentLocation; } public function getCurrentLocation() { return $this->currentLocation; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } /** * @param Google_Service_PlusDomains_PersonEmails */ public function setEmails($emails) { $this->emails = $emails; } /** * @return Google_Service_PlusDomains_PersonEmails */ public function getEmails() { return $this->emails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_PersonImage */ public function setImage(Google_Service_PlusDomains_PersonImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_PersonImage */ public function getImage() { return $this->image; } public function setIsPlusUser($isPlusUser) { $this->isPlusUser = $isPlusUser; } public function getIsPlusUser() { return $this->isPlusUser; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_PlusDomains_PersonName */ public function setName(Google_Service_PlusDomains_PersonName $name) { $this->name = $name; } /** * @return Google_Service_PlusDomains_PersonName */ public function getName() { return $this->name; } public function setNickname($nickname) { $this->nickname = $nickname; } public function getNickname() { return $this->nickname; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOccupation($occupation) { $this->occupation = $occupation; } public function getOccupation() { return $this->occupation; } /** * @param Google_Service_PlusDomains_PersonOrganizations */ public function setOrganizations($organizations) { $this->organizations = $organizations; } /** * @return Google_Service_PlusDomains_PersonOrganizations */ public function getOrganizations() { return $this->organizations; } /** * @param Google_Service_PlusDomains_PersonPlacesLived */ public function setPlacesLived($placesLived) { $this->placesLived = $placesLived; } /** * @return Google_Service_PlusDomains_PersonPlacesLived */ public function getPlacesLived() { return $this->placesLived; } public function setPlusOneCount($plusOneCount) { $this->plusOneCount = $plusOneCount; } public function getPlusOneCount() { return $this->plusOneCount; } public function setRelationshipStatus($relationshipStatus) { $this->relationshipStatus = $relationshipStatus; } public function getRelationshipStatus() { return $this->relationshipStatus; } public function setSkills($skills) { $this->skills = $skills; } public function getSkills() { return $this->skills; } public function setTagline($tagline) { $this->tagline = $tagline; } public function getTagline() { return $this->tagline; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_PlusDomains_PersonUrls */ public function setUrls($urls) { $this->urls = $urls; } /** * @return Google_Service_PlusDomains_PersonUrls */ public function getUrls() { return $this->urls; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK% Zp~" " Pvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_Activity */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_PlusDomains_Activity */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK% Z Մbvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% ZHENJvendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_PlusDomains_CirclePeople */ public function setPeople(Google_Service_PlusDomains_CirclePeople $people) { $this->people = $people; } /** * @return Google_Service_PlusDomains_CirclePeople */ public function getPeople() { return $this->people; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK% ZC~UUXvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.phpnu[leftImageOffset = $leftImageOffset; } public function getLeftImageOffset() { return $this->leftImageOffset; } public function setTopImageOffset($topImageOffset) { $this->topImageOffset = $topImageOffset; } public function getTopImageOffset() { return $this->topImageOffset; } } PK% Z$;;gvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.phpnu[youtubeActorInfo = $youtubeActorInfo; } /** * @return Google_Service_PlusDomains_CommentActorClientSpecificActorInfoYoutubeActorInfo */ public function getYoutubeActorInfo() { return $this->youtubeActorInfo; } } PK% Z3Q**Uvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK% Z;++Vvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK% Z@@hvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.phpnu[youtubeActorInfo = $youtubeActorInfo; } /** * @return Google_Service_PlusDomains_ActivityActorClientSpecificActorInfoYoutubeActorInfo */ public function getYoutubeActorInfo() { return $this->youtubeActorInfo; } } PK% Z*Ovendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonImage.phpnu[isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Zqqavendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectStatusForViewer.phpnu[canComment = $canComment; } public function getCanComment() { return $this->canComment; } public function setCanPlusone($canPlusone) { $this->canPlusone = $canPlusone; } public function getCanPlusone() { return $this->canPlusone; } public function setCanUpdate($canUpdate) { $this->canUpdate = $canUpdate; } public function getCanUpdate() { return $this->canUpdate; } public function setIsPlusOned($isPlusOned) { $this->isPlusOned = $isPlusOned; } public function getIsPlusOned() { return $this->isPlusOned; } public function setResharingDisabled($resharingDisabled) { $this->resharingDisabled = $resharingDisabled; } public function getResharingDisabled() { return $this->resharingDisabled; } } PK% ZUvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonPlacesLived.phpnu[primary = $primary; } public function getPrimary() { return $this->primary; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZFܺ- - Qvendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.phpnu[clientSpecificActorInfo = $clientSpecificActorInfo; } /** * @return Google_Service_PlusDomains_ActivityActorClientSpecificActorInfo */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_ActivityActorImage */ public function setImage(Google_Service_PlusDomains_ActivityActorImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_ActivityActorImage */ public function getImage() { return $this->image; } /** * @param Google_Service_PlusDomains_ActivityActorName */ public function setName(Google_Service_PlusDomains_ActivityActorName $name) { $this->name = $name; } /** * @return Google_Service_PlusDomains_ActivityActorName */ public function getName() { return $this->name; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_PlusDomains_ActivityActorVerification */ public function setVerification(Google_Service_PlusDomains_ActivityActorVerification $verification) { $this->verification = $verification; } /** * @return Google_Service_PlusDomains_ActivityActorVerification */ public function getVerification() { return $this->verification; } } PK% Z{]vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachments.phpnu[content = $content; } public function getContent() { return $this->content; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed */ public function setEmbed(Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed $embed) { $this->embed = $embed; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed */ public function getEmbed() { return $this->embed; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage */ public function setFullImage(Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage $fullImage) { $this->fullImage = $fullImage; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage */ public function getFullImage() { return $this->fullImage; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachmentsImage */ public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsImage $image) { $this->image = $image; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachmentsImage */ public function getImage() { return $this->image; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails */ public function setPreviewThumbnails($previewThumbnails) { $this->previewThumbnails = $previewThumbnails; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails */ public function getPreviewThumbnails() { return $this->previewThumbnails; } /** * @param Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails */ public function setThumbnails($thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails */ public function getThumbnails() { return $this->thumbnails; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z~uTvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.phpnu[id = $id; } public function getId() { return $this->id; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% ZmOvendor/google/apiclient-services/src/Google/Service/PlusDomains/Videostream.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% ZhF ))Tvendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK% ZcOvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.phpnu[coverInfo = $coverInfo; } /** * @return Google_Service_PlusDomains_PersonCoverCoverInfo */ public function getCoverInfo() { return $this->coverInfo; } /** * @param Google_Service_PlusDomains_PersonCoverCoverPhoto */ public function setCoverPhoto(Google_Service_PlusDomains_PersonCoverCoverPhoto $coverPhoto) { $this->coverPhoto = $coverPhoto; } /** * @return Google_Service_PlusDomains_PersonCoverCoverPhoto */ public function getCoverPhoto() { return $this->coverPhoto; } public function setLayout($layout) { $this->layout = $layout; } public function getLayout() { return $this->layout; } } PK% Z4I$$Nvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setFormatted($formatted) { $this->formatted = $formatted; } public function getFormatted() { return $this->formatted; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setHonorificPrefix($honorificPrefix) { $this->honorificPrefix = $honorificPrefix; } public function getHonorificPrefix() { return $this->honorificPrefix; } public function setHonorificSuffix($honorificSuffix) { $this->honorificSuffix = $honorificSuffix; } public function getHonorificSuffix() { return $this->honorificSuffix; } public function setMiddleName($middleName) { $this->middleName = $middleName; } public function getMiddleName() { return $this->middleName; } } PK% ZDzz_vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlusDomainsAclentryResource.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% ZLvendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.phpnu[access = $access; } /** * @return Google_Service_PlusDomains_Acl */ public function getAccess() { return $this->access; } /** * @param Google_Service_PlusDomains_ActivityActor */ public function setActor(Google_Service_PlusDomains_ActivityActor $actor) { $this->actor = $actor; } /** * @return Google_Service_PlusDomains_ActivityActor */ public function getActor() { return $this->actor; } public function setAddress($address) { $this->address = $address; } public function getAddress() { return $this->address; } public function setAnnotation($annotation) { $this->annotation = $annotation; } public function getAnnotation() { return $this->annotation; } public function setCrosspostSource($crosspostSource) { $this->crosspostSource = $crosspostSource; } public function getCrosspostSource() { return $this->crosspostSource; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setGeocode($geocode) { $this->geocode = $geocode; } public function getGeocode() { return $this->geocode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_PlusDomains_Place */ public function setLocation(Google_Service_PlusDomains_Place $location) { $this->location = $location; } /** * @return Google_Service_PlusDomains_Place */ public function getLocation() { return $this->location; } /** * @param Google_Service_PlusDomains_ActivityObject */ public function setObject(Google_Service_PlusDomains_ActivityObject $object) { $this->object = $object; } /** * @return Google_Service_PlusDomains_ActivityObject */ public function getObject() { return $this->object; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } public function setPlaceName($placeName) { $this->placeName = $placeName; } public function getPlaceName() { return $this->placeName; } /** * @param Google_Service_PlusDomains_ActivityProvider */ public function setProvider(Google_Service_PlusDomains_ActivityProvider $provider) { $this->provider = $provider; } /** * @return Google_Service_PlusDomains_ActivityProvider */ public function getProvider() { return $this->provider; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setRadius($radius) { $this->radius = $radius; } public function getRadius() { return $this->radius; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK% ZˁQvendor/google/apiclient-services/src/Google/Service/PlusDomains/PlacePosition.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK% Z.ttOvendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PlusDomains_Comment */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_PlusDomains_Comment */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK% ZL__Yvendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverPhoto.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK% Z8_FFjvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceInternalRequest.phpnu[vmId = $vmId; } public function getVmId() { return $this->vmId; } } PK% Z,Zvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ContainerImage.phpnu[repository = $repository; } public function getRepository() { return $this->repository; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK% Zn  avendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_AIPlatformNotebooks_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK% ZN66Zvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/GuestOsFeature.phpnu[type = $type; } public function getType() { return $this->type; } } PK% Z(`vvivendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceMachineTypeRequest.phpnu[machineType = $machineType; } public function getMachineType() { return $this->machineType; } } PK% Z9Xfvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SchedulerAcceleratorConfig.phpnu[coreCount = $coreCount; } public function getCoreCount() { return $this->coreCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% ZD|`vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartInstanceRequest.phpnu[policy = $policy; } /** * @return Google_Service_AIPlatformNotebooks_Policy */ public function getPolicy() { return $this->policy; } } PK% ZpZ**evendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/GetInstanceHealthResponse.phpnu[healthInfo = $healthInfo; } public function getHealthInfo() { return $this->healthInfo; } public function setHealthState($healthState) { $this->healthState = $healthState; } public function getHealthState() { return $this->healthState; } } PK% Zc<Rvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_AIPlatformNotebooks_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK% Z/bvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListExecutionsResponse.phpnu[executions = $executions; } /** * @return Google_Service_AIPlatformNotebooks_Execution[] */ public function getExecutions() { return $this->executions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK% Zt4bvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/CancelOperationRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK% ZBCwfvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocations.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $locations = $notebooksService->locations; * */ class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_AIPlatformNotebooks_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListLocationsResponse"); } } PK% Z0]W>>pvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsOperations.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $operations = $notebooksService->operations; * */ class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_AIPlatformNotebooks_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_NotebooksEmpty */ public function cancel($name, Google_Service_AIPlatformNotebooks_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_AIPlatformNotebooks_NotebooksEmpty"); } /** * 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_AIPlatformNotebooks_NotebooksEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AIPlatformNotebooks_NotebooksEmpty"); } /** * 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_AIPlatformNotebooks_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_AIPlatformNotebooks_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListOperationsResponse"); } } PK% ZΨovendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsSchedules.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $schedules = $notebooksService->schedules; * */ class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsSchedules extends Google_Service_Resource { /** * Creates a new Scheduled Notebook in a given project and location. * (schedules.create) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param Google_Service_AIPlatformNotebooks_Schedule $postBody * @param array $optParams Optional parameters. * * @opt_param string scheduleId Required. User-defined unique ID of this * schedule. * @return Google_Service_AIPlatformNotebooks_Operation */ public function create($parent, Google_Service_AIPlatformNotebooks_Schedule $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Deletes schedule and all underlying jobs (schedules.delete) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/schedules/{schedule_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Gets details of schedule (schedules.get) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/schedules/{schedule_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Schedule */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Schedule"); } /** * Lists schedules in a given project and location. * (schedules.listProjectsLocationsSchedules) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param array $optParams Optional parameters. * * @opt_param string filter Filter applied to resulting schedules. * @opt_param string orderBy Field to order results by. * @opt_param int pageSize Maximum return size of the list call. * @opt_param string pageToken A previous returned page token that can be used * to continue listing from the last result. * @return Google_Service_AIPlatformNotebooks_ListSchedulesResponse */ public function listProjectsLocationsSchedules($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListSchedulesResponse"); } /** * Triggers execution of an existing schedule. (schedules.trigger) * * @param string $name Required. Format: * `parent=projects/{project_id}/locations/{location}/schedules/{schedule_id}` * @param Google_Service_AIPlatformNotebooks_TriggerScheduleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function trigger($name, Google_Service_AIPlatformNotebooks_TriggerScheduleRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('trigger', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } } PK% Z&~d?d?ovendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsInstances.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $instances = $notebooksService->instances; * */ class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsInstances extends Google_Service_Resource { /** * Creates a new Instance in a given project and location. (instances.create) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param Google_Service_AIPlatformNotebooks_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string instanceId Required. User-defined unique ID of this * instance. * @return Google_Service_AIPlatformNotebooks_Operation */ public function create($parent, Google_Service_AIPlatformNotebooks_Instance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Deletes a single Instance. (instances.delete) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Gets details of a single Instance. (instances.get) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Instance"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (instances.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_AIPlatformNotebooks_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_AIPlatformNotebooks_Policy"); } /** * Check if a notebook instance is healthy. (instances.getInstanceHealth) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_GetInstanceHealthResponse */ public function getInstanceHealth($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getInstanceHealth', array($params), "Google_Service_AIPlatformNotebooks_GetInstanceHealthResponse"); } /** * Check if a notebook instance is upgradable. (instances.isUpgradeable) * * @param string $notebookInstance Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_IsInstanceUpgradeableResponse */ public function isUpgradeable($notebookInstance, $optParams = array()) { $params = array('notebookInstance' => $notebookInstance); $params = array_merge($params, $optParams); return $this->call('isUpgradeable', array($params), "Google_Service_AIPlatformNotebooks_IsInstanceUpgradeableResponse"); } /** * Lists instances in a given project and location. * (instances.listProjectsLocationsInstances) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum return size of the list call. * @opt_param string pageToken A previous returned page token that can be used * to continue listing from the last result. * @return Google_Service_AIPlatformNotebooks_ListInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListInstancesResponse"); } /** * Registers an existing legacy notebook instance to the Notebooks API server. * Legacy instances are instances created with the legacy Compute Engine calls. * They are not manageable by the Notebooks API out of the box. This call makes * these instances manageable by the Notebooks API. (instances.register) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param Google_Service_AIPlatformNotebooks_RegisterInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function register($parent, Google_Service_AIPlatformNotebooks_RegisterInstanceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Allows notebook instances to report their latest instance information to the * Notebooks API server. The server will merge the reported information to the * instance metadata store. Do not use this method directly. (instances.report) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_ReportInstanceInfoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function report($name, Google_Service_AIPlatformNotebooks_ReportInstanceInfoRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('report', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Resets a notebook instance. (instances.reset) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_ResetInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function reset($name, Google_Service_AIPlatformNotebooks_ResetInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reset', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Updates the guest accelerators of a single Instance. * (instances.setAccelerator) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_SetInstanceAcceleratorRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function setAccelerator($name, Google_Service_AIPlatformNotebooks_SetInstanceAcceleratorRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setAccelerator', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (instances.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_AIPlatformNotebooks_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Policy */ public function setIamPolicy($resource, Google_Service_AIPlatformNotebooks_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_AIPlatformNotebooks_Policy"); } /** * Replaces all the labels of an Instance. (instances.setLabels) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_SetInstanceLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function setLabels($name, Google_Service_AIPlatformNotebooks_SetInstanceLabelsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Updates the machine type of a single Instance. (instances.setMachineType) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_SetInstanceMachineTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function setMachineType($name, Google_Service_AIPlatformNotebooks_SetInstanceMachineTypeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMachineType', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Starts a notebook instance. (instances.start) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_StartInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function start($name, Google_Service_AIPlatformNotebooks_StartInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Stops a notebook instance. (instances.stop) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_StopInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function stop($name, Google_Service_AIPlatformNotebooks_StopInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (instances.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_AIPlatformNotebooks_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_AIPlatformNotebooks_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_AIPlatformNotebooks_TestIamPermissionsResponse"); } /** * Upgrades a notebook instance to the latest version. (instances.upgrade) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_UpgradeInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function upgrade($name, Google_Service_AIPlatformNotebooks_UpgradeInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upgrade', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Allows notebook instances to call this endpoint to upgrade themselves. Do not * use this method directly. (instances.upgradeInternal) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/instances/{instance_id}` * @param Google_Service_AIPlatformNotebooks_UpgradeInstanceInternalRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function upgradeInternal($name, Google_Service_AIPlatformNotebooks_UpgradeInstanceInternalRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upgradeInternal', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } } PK% Z[X]vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/Projects.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $projects = $notebooksService->projects; * */ class Google_Service_AIPlatformNotebooks_Resource_Projects extends Google_Service_Resource { } PK% Zrvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsEnvironments.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $environments = $notebooksService->environments; * */ class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsEnvironments extends Google_Service_Resource { /** * Creates a new Environment. (environments.create) * * @param string $parent Required. Format: * `projects/{project_id}/locations/{location}` * @param Google_Service_AIPlatformNotebooks_Environment $postBody * @param array $optParams Optional parameters. * * @opt_param string environmentId Required. User-defined unique ID of this * environment. The `environment_id` must be 1 to 63 characters long and contain * only lowercase letters, numeric characters, and dashes. The first character * must be a lowercase letter and the last character cannot be a dash. * @return Google_Service_AIPlatformNotebooks_Operation */ public function create($parent, Google_Service_AIPlatformNotebooks_Environment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Deletes a single Environment. (environments.delete) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/environments/{environment_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Gets details of a single Environment. (environments.get) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/environments/{environment_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Environment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Environment"); } /** * Lists environments in a project. * (environments.listProjectsLocationsEnvironments) * * @param string $parent Required. Format: * `projects/{project_id}/locations/{location}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum return size of the list call. * @opt_param string pageToken A previous returned page token that can be used * to continue listing from the last result. * @return Google_Service_AIPlatformNotebooks_ListEnvironmentsResponse */ public function listProjectsLocationsEnvironments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListEnvironmentsResponse"); } } PK% Z̩Gpvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsExecutions.phpnu[ * $notebooksService = new Google_Service_AIPlatformNotebooks(...); * $executions = $notebooksService->executions; * */ class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsExecutions extends Google_Service_Resource { /** * Creates a new Scheduled Notebook in a given project and location. * (executions.create) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param Google_Service_AIPlatformNotebooks_Execution $postBody * @param array $optParams Optional parameters. * * @opt_param string executionId Required. User-defined unique ID of this * execution. * @return Google_Service_AIPlatformNotebooks_Operation */ public function create($parent, Google_Service_AIPlatformNotebooks_Execution $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Deletes execution (executions.delete) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/executions/{execution_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } /** * Gets details of executions (executions.get) * * @param string $name Required. Format: * `projects/{project_id}/locations/{location}/schedules/{execution_id}` * @param array $optParams Optional parameters. * @return Google_Service_AIPlatformNotebooks_Execution */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Execution"); } /** * Lists executions in a given project and location * (executions.listProjectsLocationsExecutions) * * @param string $parent Required. Format: * `parent=projects/{project_id}/locations/{location}` * @param array $optParams Optional parameters. * * @opt_param string filter Filter applied to resulting executions. * @opt_param string orderBy Sort by field. * @opt_param int pageSize Maximum return size of the list call. * @opt_param string pageToken A previous returned page token that can be used * to continue listing from the last result. * @return Google_Service_AIPlatformNotebooks_ListExecutionsResponse */ public function listProjectsLocationsExecutions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListExecutionsResponse"); } } PK% Z`vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetInstanceRequest.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK% Z 00dvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListEnvironmentsResponse.phpnu[environments = $environments; } /** * @return Google_Service_AIPlatformNotebooks_Environment[] */ public function getEnvironments() { return $this->environments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK% ZaWgdd]vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEndpoint($endpoint) { $this->endpoint = $endpoint; } public function getEndpoint() { return $this->endpoint; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK% ZSvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Binding.phpnu[condition = $condition; } /** * @return Google_Service_AIPlatformNotebooks_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK% ZHKKavendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_AIPlatformNotebooks_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% ZCƴSvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VmImage.phpnu[imageFamily = $imageFamily; } public function getImageFamily() { return $this->imageFamily; } public function setImageName($imageName) { $this->imageName = $imageName; } public function getImageName() { return $this->imageName; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } } PK% Z{IV V ]vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.phpnu[acceleratorConfig = $acceleratorConfig; } /** * @return Google_Service_AIPlatformNotebooks_SchedulerAcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } public function setContainerImageUri($containerImageUri) { $this->containerImageUri = $containerImageUri; } public function getContainerImageUri() { return $this->containerImageUri; } public function setInputNotebookFile($inputNotebookFile) { $this->inputNotebookFile = $inputNotebookFile; } public function getInputNotebookFile() { return $this->inputNotebookFile; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMasterType($masterType) { $this->masterType = $masterType; } public function getMasterType() { return $this->masterType; } public function setOutputNotebookFolder($outputNotebookFolder) { $this->outputNotebookFolder = $outputNotebookFolder; } public function getOutputNotebookFolder() { return $this->outputNotebookFolder; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setParamsYamlFile($paramsYamlFile) { $this->paramsYamlFile = $paramsYamlFile; } public function getParamsYamlFile() { return $this->paramsYamlFile; } public function setScaleTier($scaleTier) { $this->scaleTier = $scaleTier; } public function getScaleTier() { return $this->scaleTier; } } PK% ZUjD Pvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Disk.phpnu[autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setBoot($boot) { $this->boot = $boot; } public function getBoot() { return $this->boot; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } /** * @param Google_Service_AIPlatformNotebooks_GuestOsFeature[] */ public function setGuestOsFeatures($guestOsFeatures) { $this->guestOsFeatures = $guestOsFeatures; } /** * @return Google_Service_AIPlatformNotebooks_GuestOsFeature[] */ public function getGuestOsFeatures() { return $this->guestOsFeatures; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setInterface($interface) { $this->interface = $interface; } public function getInterface() { return $this->interface; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLicenses($licenses) { $this->licenses = $licenses; } public function getLicenses() { return $this->licenses; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% ZGcq!!Tvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Instance.phpnu[acceleratorConfig = $acceleratorConfig; } /** * @return Google_Service_AIPlatformNotebooks_AcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } public function setBootDiskSizeGb($bootDiskSizeGb) { $this->bootDiskSizeGb = $bootDiskSizeGb; } public function getBootDiskSizeGb() { return $this->bootDiskSizeGb; } public function setBootDiskType($bootDiskType) { $this->bootDiskType = $bootDiskType; } public function getBootDiskType() { return $this->bootDiskType; } /** * @param Google_Service_AIPlatformNotebooks_ContainerImage */ public function setContainerImage(Google_Service_AIPlatformNotebooks_ContainerImage $containerImage) { $this->containerImage = $containerImage; } /** * @return Google_Service_AIPlatformNotebooks_ContainerImage */ public function getContainerImage() { return $this->containerImage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustomGpuDriverPath($customGpuDriverPath) { $this->customGpuDriverPath = $customGpuDriverPath; } public function getCustomGpuDriverPath() { return $this->customGpuDriverPath; } public function setDataDiskSizeGb($dataDiskSizeGb) { $this->dataDiskSizeGb = $dataDiskSizeGb; } public function getDataDiskSizeGb() { return $this->dataDiskSizeGb; } public function setDataDiskType($dataDiskType) { $this->dataDiskType = $dataDiskType; } public function getDataDiskType() { return $this->dataDiskType; } public function setDiskEncryption($diskEncryption) { $this->diskEncryption = $diskEncryption; } public function getDiskEncryption() { return $this->diskEncryption; } /** * @param Google_Service_AIPlatformNotebooks_Disk[] */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_AIPlatformNotebooks_Disk[] */ public function getDisks() { return $this->disks; } public function setInstallGpuDriver($installGpuDriver) { $this->installGpuDriver = $installGpuDriver; } public function getInstallGpuDriver() { return $this->installGpuDriver; } public function setInstanceOwners($instanceOwners) { $this->instanceOwners = $instanceOwners; } public function getInstanceOwners() { return $this->instanceOwners; } public function setKmsKey($kmsKey) { $this->kmsKey = $kmsKey; } public function getKmsKey() { return $this->kmsKey; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNoProxyAccess($noProxyAccess) { $this->noProxyAccess = $noProxyAccess; } public function getNoProxyAccess() { return $this->noProxyAccess; } public function setNoPublicIp($noPublicIp) { $this->noPublicIp = $noPublicIp; } public function getNoPublicIp() { return $this->noPublicIp; } public function setNoRemoveDataDisk($noRemoveDataDisk) { $this->noRemoveDataDisk = $noRemoveDataDisk; } public function getNoRemoveDataDisk() { return $this->noRemoveDataDisk; } public function setPostStartupScript($postStartupScript) { $this->postStartupScript = $postStartupScript; } public function getPostStartupScript() { return $this->postStartupScript; } public function setProxyUri($proxyUri) { $this->proxyUri = $proxyUri; } public function getProxyUri() { return $this->proxyUri; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceAccountScopes($serviceAccountScopes) { $this->serviceAccountScopes = $serviceAccountScopes; } public function getServiceAccountScopes() { return $this->serviceAccountScopes; } /** * @param Google_Service_AIPlatformNotebooks_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_AIPlatformNotebooks_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_AIPlatformNotebooks_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSubnet($subnet) { $this->subnet = $subnet; } public function getSubnet() { return $this->subnet; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry[] */ public function setUpgradeHistory($upgradeHistory) { $this->upgradeHistory = $upgradeHistory; } /** * @return Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry[] */ public function getUpgradeHistory() { return $this->upgradeHistory; } /** * @param Google_Service_AIPlatformNotebooks_VmImage */ public function setVmImage(Google_Service_AIPlatformNotebooks_VmImage $vmImage) { $this->vmImage = $vmImage; } /** * @return Google_Service_AIPlatformNotebooks_VmImage */ public function getVmImage() { return $this->vmImage; } } PK% Zbevendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK% Z`]  Wvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Environment.phpnu[containerImage = $containerImage; } /** * @return Google_Service_AIPlatformNotebooks_ContainerImage */ public function getContainerImage() { return $this->containerImage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPostStartupScript($postStartupScript) { $this->postStartupScript = $postStartupScript; } public function getPostStartupScript() { return $this->postStartupScript; } /** * @param Google_Service_AIPlatformNotebooks_VmImage */ public function setVmImage(Google_Service_AIPlatformNotebooks_VmImage $vmImage) { $this->vmImage = $vmImage; } /** * @return Google_Service_AIPlatformNotebooks_VmImage */ public function getVmImage() { return $this->vmImage; } } PK% Z;bvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TriggerScheduleRequest.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCronSchedule($cronSchedule) { $this->cronSchedule = $cronSchedule; } public function getCronSchedule() { return $this->cronSchedule; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_AIPlatformNotebooks_ExecutionTemplate */ public function setExecutionTemplate(Google_Service_AIPlatformNotebooks_ExecutionTemplate $executionTemplate) { $this->executionTemplate = $executionTemplate; } /** * @return Google_Service_AIPlatformNotebooks_ExecutionTemplate */ public function getExecutionTemplate() { return $this->executionTemplate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AIPlatformNotebooks_Execution[] */ public function setRecentExecutions($recentExecutions) { $this->recentExecutions = $recentExecutions; } /** * @return Google_Service_AIPlatformNotebooks_Execution[] */ public function getRecentExecutions() { return $this->recentExecutions; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% Z-? ]vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/AcceleratorConfig.phpnu[coreCount = $coreCount; } public function getCoreCount() { return $this->coreCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% Znivendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/IsInstanceUpgradeableResponse.phpnu[upgradeImage = $upgradeImage; } public function getUpgradeImage() { return $this->upgradeImage; } public function setUpgradeInfo($upgradeInfo) { $this->upgradeInfo = $upgradeInfo; } public function getUpgradeInfo() { return $this->upgradeInfo; } public function setUpgradeVersion($upgradeVersion) { $this->upgradeVersion = $upgradeVersion; } public function getUpgradeVersion() { return $this->upgradeVersion; } public function setUpgradeable($upgradeable) { $this->upgradeable = $upgradeable; } public function getUpgradeable() { return $this->upgradeable; } } PK% Ziicvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RegisterInstanceRequest.phpnu[instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } } PK% Zg:Uvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_AIPlatformNotebooks_Status */ public function setError(Google_Service_AIPlatformNotebooks_Status $error) { $this->error = $error; } /** * @return Google_Service_AIPlatformNotebooks_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK% Z>٫  avendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListSchedulesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AIPlatformNotebooks_Schedule[] */ public function setSchedules($schedules) { $this->schedules = $schedules; } /** * @return Google_Service_AIPlatformNotebooks_Schedule[] */ public function getSchedules() { return $this->schedules; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK% Z@7Rvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Status.phpnu[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; } } PK% Z Uvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Execution.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_AIPlatformNotebooks_ExecutionTemplate */ public function setExecutionTemplate(Google_Service_AIPlatformNotebooks_ExecutionTemplate $executionTemplate) { $this->executionTemplate = $executionTemplate; } /** * @return Google_Service_AIPlatformNotebooks_ExecutionTemplate */ public function getExecutionTemplate() { return $this->executionTemplate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutputNotebookFile($outputNotebookFile) { $this->outputNotebookFile = $outputNotebookFile; } public function getOutputNotebookFile() { return $this->outputNotebookFile; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK% ZAfXXbvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AIPlatformNotebooks_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_AIPlatformNotebooks_Operation[] */ public function getOperations() { return $this->operations; } } PK% ZbTvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% ZQ-bvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceRequest.phpnu[action = $action; } public function getAction() { return $this->action; } public function setContainerImage($containerImage) { $this->containerImage = $containerImage; } public function getContainerImage() { return $this->containerImage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFramework($framework) { $this->framework = $framework; } public function getFramework() { return $this->framework; } public function setSnapshot($snapshot) { $this->snapshot = $snapshot; } public function getSnapshot() { return $this->snapshot; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTargetImage($targetImage) { $this->targetImage = $targetImage; } public function getTargetImage() { return $this->targetImage; } public function setTargetVersion($targetVersion) { $this->targetVersion = $targetVersion; } public function getTargetVersion() { return $this->targetVersion; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } public function setVmImage($vmImage) { $this->vmImage = $vmImage; } public function getVmImage() { return $this->vmImage; } } PK% Z3z_ivendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceAcceleratorRequest.phpnu[coreCount = $coreCount; } public function getCoreCount() { return $this->coreCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% Zٶkkbvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ShieldedInstanceConfig.phpnu[enableIntegrityMonitoring = $enableIntegrityMonitoring; } public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } public function setEnableSecureBoot($enableSecureBoot) { $this->enableSecureBoot = $enableSecureBoot; } public function getEnableSecureBoot() { return $this->enableSecureBoot; } public function setEnableVtpm($enableVtpm) { $this->enableVtpm = $enableVtpm; } public function getEnableVtpm() { return $this->enableVtpm; } } PK% Z,Uevendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ReportInstanceInfoRequest.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setVmId($vmId) { $this->vmId = $vmId; } public function getVmId() { return $this->vmId; } } PK% Z;*HZvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/NotebooksEmpty.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK% Z>)ppcvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } } PK% Z]Svendor/google/apiclient-services/src/Google/Service/Compute/ReservationAffinity.phpnu[consumeReservationType = $consumeReservationType; } public function getConsumeReservationType() { return $this->consumeReservationType; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK% ZIe8Kvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.phpnu[checkIntervalSec = $checkIntervalSec; } public function getCheckIntervalSec() { return $this->checkIntervalSec; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_GRPCHealthCheck */ public function setGrpcHealthCheck(Google_Service_Compute_GRPCHealthCheck $grpcHealthCheck) { $this->grpcHealthCheck = $grpcHealthCheck; } /** * @return Google_Service_Compute_GRPCHealthCheck */ public function getGrpcHealthCheck() { return $this->grpcHealthCheck; } public function setHealthyThreshold($healthyThreshold) { $this->healthyThreshold = $healthyThreshold; } public function getHealthyThreshold() { return $this->healthyThreshold; } /** * @param Google_Service_Compute_HTTP2HealthCheck */ public function setHttp2HealthCheck(Google_Service_Compute_HTTP2HealthCheck $http2HealthCheck) { $this->http2HealthCheck = $http2HealthCheck; } /** * @return Google_Service_Compute_HTTP2HealthCheck */ public function getHttp2HealthCheck() { return $this->http2HealthCheck; } /** * @param Google_Service_Compute_HTTPHealthCheck */ public function setHttpHealthCheck(Google_Service_Compute_HTTPHealthCheck $httpHealthCheck) { $this->httpHealthCheck = $httpHealthCheck; } /** * @return Google_Service_Compute_HTTPHealthCheck */ public function getHttpHealthCheck() { return $this->httpHealthCheck; } /** * @param Google_Service_Compute_HTTPSHealthCheck */ public function setHttpsHealthCheck(Google_Service_Compute_HTTPSHealthCheck $httpsHealthCheck) { $this->httpsHealthCheck = $httpsHealthCheck; } /** * @return Google_Service_Compute_HTTPSHealthCheck */ public function getHttpsHealthCheck() { return $this->httpsHealthCheck; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_HealthCheckLogConfig */ public function setLogConfig(Google_Service_Compute_HealthCheckLogConfig $logConfig) { $this->logConfig = $logConfig; } /** * @return Google_Service_Compute_HealthCheckLogConfig */ public function getLogConfig() { return $this->logConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SSLHealthCheck */ public function setSslHealthCheck(Google_Service_Compute_SSLHealthCheck $sslHealthCheck) { $this->sslHealthCheck = $sslHealthCheck; } /** * @return Google_Service_Compute_SSLHealthCheck */ public function getSslHealthCheck() { return $this->sslHealthCheck; } /** * @param Google_Service_Compute_TCPHealthCheck */ public function setTcpHealthCheck(Google_Service_Compute_TCPHealthCheck $tcpHealthCheck) { $this->tcpHealthCheck = $tcpHealthCheck; } /** * @return Google_Service_Compute_TCPHealthCheck */ public function getTcpHealthCheck() { return $this->tcpHealthCheck; } public function setTimeoutSec($timeoutSec) { $this->timeoutSec = $timeoutSec; } public function getTimeoutSec() { return $this->timeoutSec; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnhealthyThreshold($unhealthyThreshold) { $this->unhealthyThreshold = $unhealthyThreshold; } public function getUnhealthyThreshold() { return $this->unhealthyThreshold; } } PK% ZXhvendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListAvailableFeaturesResponse.phpnu[features = $features; } public function getFeatures() { return $this->features; } } PK% ZHY`vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.phpnu[errors = $errors; } /** * @return Google_Service_Compute_ManagedInstanceLastAttemptErrorsErrors[] */ public function getErrors() { return $this->errors; } } PK% ZNMWvendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z3llOvendor/google/apiclient-services/src/Google/Service/Compute/ReservationList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Reservation[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Reservation[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ReservationListWarning */ public function setWarning(Google_Service_Compute_ReservationListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ReservationListWarning */ public function getWarning() { return $this->warning; } } PK% Z6M{ { Mvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupNode.phpnu[accelerators = $accelerators; } /** * @return Google_Service_Compute_AcceleratorConfig[] */ public function getAccelerators() { return $this->accelerators; } public function setCpuOvercommitType($cpuOvercommitType) { $this->cpuOvercommitType = $cpuOvercommitType; } public function getCpuOvercommitType() { return $this->cpuOvercommitType; } /** * @param Google_Service_Compute_LocalDisk[] */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_Compute_LocalDisk[] */ public function getDisks() { return $this->disks; } public function setInstances($instances) { $this->instances = $instances; } public function getInstances() { return $this->instances; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodeType($nodeType) { $this->nodeType = $nodeType; } public function getNodeType() { return $this->nodeType; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } /** * @param Google_Service_Compute_ServerBinding */ public function setServerBinding(Google_Service_Compute_ServerBinding $serverBinding) { $this->serverBinding = $serverBinding; } /** * @return Google_Service_Compute_ServerBinding */ public function getServerBinding() { return $this->serverBinding; } public function setServerId($serverId) { $this->serverId = $serverId; } public function getServerId() { return $this->serverId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK% Z~B xvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.phpnu[lastRunStartTime = $lastRunStartTime; } public function getLastRunStartTime() { return $this->lastRunStartTime; } public function setNextRunStartTime($nextRunStartTime) { $this->nextRunStartTime = $nextRunStartTime; } public function getNextRunStartTime() { return $this->nextRunStartTime; } } PK% Z{33 3 Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProxyBind($proxyBind) { $this->proxyBind = $proxyBind; } public function getProxyBind() { return $this->proxyBind; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUrlMap($urlMap) { $this->urlMap = $urlMap; } public function getUrlMap() { return $this->urlMap; } } PK% Z<'ƥPPNvendor/google/apiclient-services/src/Google/Service/Compute/OperationError.phpnu[errors = $errors; } /** * @return Google_Service_Compute_OperationErrorErrors[] */ public function getErrors() { return $this->errors; } } PK% ZE&Tvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.phpnu[autoHealingPolicies = $autoHealingPolicies; } /** * @return Google_Service_Compute_InstanceGroupManagerAutoHealingPolicy[] */ public function getAutoHealingPolicies() { return $this->autoHealingPolicies; } public function setBaseInstanceName($baseInstanceName) { $this->baseInstanceName = $baseInstanceName; } public function getBaseInstanceName() { return $this->baseInstanceName; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_InstanceGroupManagerActionsSummary */ public function setCurrentActions(Google_Service_Compute_InstanceGroupManagerActionsSummary $currentActions) { $this->currentActions = $currentActions; } /** * @return Google_Service_Compute_InstanceGroupManagerActionsSummary */ public function getCurrentActions() { return $this->currentActions; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_DistributionPolicy */ public function setDistributionPolicy(Google_Service_Compute_DistributionPolicy $distributionPolicy) { $this->distributionPolicy = $distributionPolicy; } /** * @return Google_Service_Compute_DistributionPolicy */ public function getDistributionPolicy() { return $this->distributionPolicy; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInstanceGroup($instanceGroup) { $this->instanceGroup = $instanceGroup; } public function getInstanceGroup() { return $this->instanceGroup; } public function setInstanceTemplate($instanceTemplate) { $this->instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_NamedPort[] */ public function setNamedPorts($namedPorts) { $this->namedPorts = $namedPorts; } /** * @return Google_Service_Compute_NamedPort[] */ public function getNamedPorts() { return $this->namedPorts; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_StatefulPolicy */ public function setStatefulPolicy(Google_Service_Compute_StatefulPolicy $statefulPolicy) { $this->statefulPolicy = $statefulPolicy; } /** * @return Google_Service_Compute_StatefulPolicy */ public function getStatefulPolicy() { return $this->statefulPolicy; } /** * @param Google_Service_Compute_InstanceGroupManagerStatus */ public function setStatus(Google_Service_Compute_InstanceGroupManagerStatus $status) { $this->status = $status; } /** * @return Google_Service_Compute_InstanceGroupManagerStatus */ public function getStatus() { return $this->status; } public function setTargetPools($targetPools) { $this->targetPools = $targetPools; } public function getTargetPools() { return $this->targetPools; } public function setTargetSize($targetSize) { $this->targetSize = $targetSize; } public function getTargetSize() { return $this->targetSize; } /** * @param Google_Service_Compute_InstanceGroupManagerUpdatePolicy */ public function setUpdatePolicy(Google_Service_Compute_InstanceGroupManagerUpdatePolicy $updatePolicy) { $this->updatePolicy = $updatePolicy; } /** * @return Google_Service_Compute_InstanceGroupManagerUpdatePolicy */ public function getUpdatePolicy() { return $this->updatePolicy; } /** * @param Google_Service_Compute_InstanceGroupManagerVersion[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Compute_InstanceGroupManagerVersion[] */ public function getVersions() { return $this->versions; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK% ZD(̭_vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupManagerListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupManagerListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z؛kkXvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.phpnu[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; } } PK% ZgUgvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZS_vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZLw[vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z `vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z_**Nvendor/google/apiclient-services/src/Google/Service/Compute/GuestOsFeature.phpnu[type = $type; } public function getType() { return $this->type; } } PK% Z }CCVvendor/google/apiclient-services/src/Google/Service/Compute/RegionSetPolicyRequest.phpnu[bindings = $bindings; } /** * @return Google_Service_Compute_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Compute_Policy */ public function setPolicy(Google_Service_Compute_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Compute_Policy */ public function getPolicy() { return $this->policy; } } PK% Zqvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListManagedInstancesResponse.phpnu[managedInstances = $managedInstances; } /** * @return Google_Service_Compute_ManagedInstance[] */ public function getManagedInstances() { return $this->managedInstances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% Z91dvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZY5 Xvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetPoolsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetPoolsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% Zhvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCustomMetricUtilization.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setSingleInstanceAssignment($singleInstanceAssignment) { $this->singleInstanceAssignment = $singleInstanceAssignment; } public function getSingleInstanceAssignment() { return $this->singleInstanceAssignment; } public function setUtilizationTarget($utilizationTarget) { $this->utilizationTarget = $utilizationTarget; } public function getUtilizationTarget() { return $this->utilizationTarget; } public function setUtilizationTargetType($utilizationTargetType) { $this->utilizationTargetType = $utilizationTargetType; } public function getUtilizationTargetType() { return $this->utilizationTargetType; } } PK% Zv˛Yvendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetTcpProxyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetTcpProxyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z潿Uvendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zuhvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionInstanceGroupsListInstancesWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionInstanceGroupsListInstancesWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z{4ܥ]vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_DiskTypeAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_DiskTypeAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z9ԉVvendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_DisksScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_DisksScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZJ;tt_vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyScaleInControl.phpnu[maxScaledInReplicas = $maxScaledInReplicas; } /** * @return Google_Service_Compute_FixedOrPercent */ public function getMaxScaledInReplicas() { return $this->maxScaledInReplicas; } public function setTimeWindowSec($timeWindowSec) { $this->timeWindowSec = $timeWindowSec; } public function getTimeWindowSec() { return $this->timeWindowSec; } } PK% ZW-߭_vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NetworkEndpointGroupListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NetworkEndpointGroupListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZR^*lxxivendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsInterfaceNatMappings.phpnu[drainNatIpPortRanges = $drainNatIpPortRanges; } public function getDrainNatIpPortRanges() { return $this->drainNatIpPortRanges; } public function setNatIpPortRanges($natIpPortRanges) { $this->natIpPortRanges = $natIpPortRanges; } public function getNatIpPortRanges() { return $this->natIpPortRanges; } public function setNumTotalDrainNatPorts($numTotalDrainNatPorts) { $this->numTotalDrainNatPorts = $numTotalDrainNatPorts; } public function getNumTotalDrainNatPorts() { return $this->numTotalDrainNatPorts; } public function setNumTotalNatPorts($numTotalNatPorts) { $this->numTotalNatPorts = $numTotalNatPorts; } public function getNumTotalNatPorts() { return $this->numTotalNatPorts; } public function setSourceAliasIpRange($sourceAliasIpRange) { $this->sourceAliasIpRange = $sourceAliasIpRange; } public function getSourceAliasIpRange() { return $this->sourceAliasIpRange; } public function setSourceVirtualIp($sourceVirtualIp) { $this->sourceVirtualIp = $sourceVirtualIp; } public function getSourceVirtualIp() { return $this->sourceVirtualIp; } } PK% Z~AVAATvendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetPolicyRequest.phpnu[bindings = $bindings; } /** * @return Google_Service_Compute_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Compute_Policy */ public function setPolicy(Google_Service_Compute_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Compute_Policy */ public function getPolicy() { return $this->policy; } } PK% ZE||Yvendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.phpnu[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; } } PK% ZDefvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupManagersScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupManagersScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zt1_vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z筗ovendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z Rvendor/google/apiclient-services/src/Google/Service/Compute/InstanceProperties.phpnu[advancedMachineFeatures = $advancedMachineFeatures; } /** * @return Google_Service_Compute_AdvancedMachineFeatures */ public function getAdvancedMachineFeatures() { return $this->advancedMachineFeatures; } public function setCanIpForward($canIpForward) { $this->canIpForward = $canIpForward; } public function getCanIpForward() { return $this->canIpForward; } /** * @param Google_Service_Compute_ConfidentialInstanceConfig */ public function setConfidentialInstanceConfig(Google_Service_Compute_ConfidentialInstanceConfig $confidentialInstanceConfig) { $this->confidentialInstanceConfig = $confidentialInstanceConfig; } /** * @return Google_Service_Compute_ConfidentialInstanceConfig */ public function getConfidentialInstanceConfig() { return $this->confidentialInstanceConfig; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_AttachedDisk[] */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_Compute_AttachedDisk[] */ public function getDisks() { return $this->disks; } /** * @param Google_Service_Compute_AcceleratorConfig[] */ public function setGuestAccelerators($guestAccelerators) { $this->guestAccelerators = $guestAccelerators; } /** * @return Google_Service_Compute_AcceleratorConfig[] */ public function getGuestAccelerators() { return $this->guestAccelerators; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_Compute_Metadata */ public function setMetadata(Google_Service_Compute_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Compute_Metadata */ public function getMetadata() { return $this->metadata; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } /** * @param Google_Service_Compute_NetworkInterface[] */ public function setNetworkInterfaces($networkInterfaces) { $this->networkInterfaces = $networkInterfaces; } /** * @return Google_Service_Compute_NetworkInterface[] */ public function getNetworkInterfaces() { return $this->networkInterfaces; } public function setPostKeyRevocationActionType($postKeyRevocationActionType) { $this->postKeyRevocationActionType = $postKeyRevocationActionType; } public function getPostKeyRevocationActionType() { return $this->postKeyRevocationActionType; } public function setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess) { $this->privateIpv6GoogleAccess = $privateIpv6GoogleAccess; } public function getPrivateIpv6GoogleAccess() { return $this->privateIpv6GoogleAccess; } /** * @param Google_Service_Compute_ReservationAffinity */ public function setReservationAffinity(Google_Service_Compute_ReservationAffinity $reservationAffinity) { $this->reservationAffinity = $reservationAffinity; } /** * @return Google_Service_Compute_ReservationAffinity */ public function getReservationAffinity() { return $this->reservationAffinity; } public function setResourcePolicies($resourcePolicies) { $this->resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } /** * @param Google_Service_Compute_Scheduling */ public function setScheduling(Google_Service_Compute_Scheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_Compute_Scheduling */ public function getScheduling() { return $this->scheduling; } /** * @param Google_Service_Compute_ServiceAccount[] */ public function setServiceAccounts($serviceAccounts) { $this->serviceAccounts = $serviceAccounts; } /** * @return Google_Service_Compute_ServiceAccount[] */ public function getServiceAccounts() { return $this->serviceAccounts; } /** * @param Google_Service_Compute_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Compute_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Compute_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } /** * @param Google_Service_Compute_Tags */ public function setTags(Google_Service_Compute_Tags $tags) { $this->tags = $tags; } /** * @return Google_Service_Compute_Tags */ public function getTags() { return $this->tags; } } PK% Ze%UUNvendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setIgnoreChildExemptions($ignoreChildExemptions) { $this->ignoreChildExemptions = $ignoreChildExemptions; } public function getIgnoreChildExemptions() { return $this->ignoreChildExemptions; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK% Z@ЎFYvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_PublicDelegatedPrefix[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_PublicDelegatedPrefix[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_PublicDelegatedPrefixListWarning */ public function setWarning(Google_Service_Compute_PublicDelegatedPrefixListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PublicDelegatedPrefixListWarning */ public function getWarning() { return $this->warning; } } PK% ZGO~Xvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zc'99Ovendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.phpnu[urlMap = $urlMap; } public function getUrlMap() { return $this->urlMap; } } PK% Zh[vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.phpnu[id = $id; } public function getId() { return $this->id; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } } PK% Zqs qvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerDeleteInstanceConfigReq.phpnu[names = $names; } public function getNames() { return $this->names; } } PK% Zjvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z}dvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZRDDJvendor/google/apiclient-services/src/Google/Service/Compute/RegionList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Region[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Region[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RegionListWarning */ public function setWarning(Google_Service_Compute_RegionListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionListWarning */ public function getWarning() { return $this->warning; } } PK% ZFkvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsDetachEndpointsRequest.phpnu[networkEndpoints = $networkEndpoints; } /** * @return Google_Service_Compute_NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } } PK% Zgvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkOpticalPower.phpnu[state = $state; } public function getState() { return $this->state; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z`Wivendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupManagerAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupManagerAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zn;VVvendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.phpnu[instance = $instance; } public function getInstance() { return $this->instance; } /** * @param Google_Service_Compute_NamedPort[] */ public function setNamedPorts($namedPorts) { $this->namedPorts = $namedPorts; } /** * @return Google_Service_Compute_NamedPort[] */ public function getNamedPorts() { return $this->namedPorts; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK% Ztb}Uvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_CommitmentListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_CommitmentListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z= Uvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefix.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIpCidrRange($ipCidrRange) { $this->ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setIsLiveMigration($isLiveMigration) { $this->isLiveMigration = $isLiveMigration; } public function getIsLiveMigration() { return $this->isLiveMigration; } public function 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 setParentPrefix($parentPrefix) { $this->parentPrefix = $parentPrefix; } public function getParentPrefix() { return $this->parentPrefix; } /** * @param Google_Service_Compute_PublicDelegatedPrefixPublicDelegatedSubPrefix[] */ public function setPublicDelegatedSubPrefixs($publicDelegatedSubPrefixs) { $this->publicDelegatedSubPrefixs = $publicDelegatedSubPrefixs; } /** * @return Google_Service_Compute_PublicDelegatedPrefixPublicDelegatedSubPrefix[] */ public function getPublicDelegatedSubPrefixs() { return $this->publicDelegatedSubPrefixs; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK% Z&bvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZZybvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetVpnGatewaysScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetVpnGatewaysScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZȅM Ivendor/google/apiclient-services/src/Google/Service/Compute/SslPolicy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; } public function getCustomFeatures() { return $this->customFeatures; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnabledFeatures($enabledFeatures) { $this->enabledFeatures = $enabledFeatures; } public function getEnabledFeatures() { return $this->enabledFeatures; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMinTlsVersion($minTlsVersion) { $this->minTlsVersion = $minTlsVersion; } public function getMinTlsVersion() { return $this->minTlsVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProfile($profile) { $this->profile = $profile; } public function getProfile() { return $this->profile; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SslPolicyWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_Compute_SslPolicyWarnings[] */ public function getWarnings() { return $this->warnings; } } PK% Z솅Uvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SubnetworkListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SubnetworkListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zк5 Mvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucket.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } /** * @param Google_Service_Compute_BackendBucketCdnPolicy */ public function setCdnPolicy(Google_Service_Compute_BackendBucketCdnPolicy $cdnPolicy) { $this->cdnPolicy = $cdnPolicy; } /** * @return Google_Service_Compute_BackendBucketCdnPolicy */ public function getCdnPolicy() { return $this->cdnPolicy; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setCustomResponseHeaders($customResponseHeaders) { $this->customResponseHeaders = $customResponseHeaders; } public function getCustomResponseHeaders() { return $this->customResponseHeaders; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableCdn($enableCdn) { $this->enableCdn = $enableCdn; } public function getEnableCdn() { return $this->enableCdn; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK% Z"fvendor/google/apiclient-services/src/Google/Service/Compute/InstancesGetEffectiveFirewallsResponse.phpnu[firewallPolicys = $firewallPolicys; } /** * @return Google_Service_Compute_InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy[] */ public function getFirewallPolicys() { return $this->firewallPolicys; } /** * @param Google_Service_Compute_Firewall[] */ public function setFirewalls($firewalls) { $this->firewalls = $firewalls; } /** * @return Google_Service_Compute_Firewall[] */ public function getFirewalls() { return $this->firewalls; } } PK% Z1BBXvendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksResizeRequest.phpnu[sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } } PK% ZY2 jjXvendor/google/apiclient-services/src/Google/Service/Compute/RouterNatSubnetworkToNat.phpnu[name = $name; } public function getName() { return $this->name; } public function setSecondaryIpRangeNames($secondaryIpRangeNames) { $this->secondaryIpRangeNames = $secondaryIpRangeNames; } public function getSecondaryIpRangeNames() { return $this->secondaryIpRangeNames; } public function setSourceIpRangesToNat($sourceIpRangesToNat) { $this->sourceIpRangesToNat = $sourceIpRangesToNat; } public function getSourceIpRangesToNat() { return $this->sourceIpRangesToNat; } } PK% Zy88\vendor/google/apiclient-services/src/Google/Service/Compute/NetworksRemovePeeringRequest.phpnu[name = $name; } public function getName() { return $this->name; } } PK% Z?kmvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK% Zqvendor/google/apiclient-services/src/Google/Service/Compute/GlobalNetworkEndpointGroupsAttachEndpointsRequest.phpnu[networkEndpoints = $networkEndpoints; } /** * @return Google_Service_Compute_NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } } PK% Z T$dvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zu e  Pvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setForwardingRules($forwardingRules) { $this->forwardingRules = $forwardingRules; } public function getForwardingRules() { return $this->forwardingRules; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTunnels($tunnels) { $this->tunnels = $tunnels; } public function getTunnels() { return $this->tunnels; } } PK% Z [ [ yvendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationReservedInstanceProperties.phpnu[guestAccelerators = $guestAccelerators; } /** * @return Google_Service_Compute_AcceleratorConfig[] */ public function getGuestAccelerators() { return $this->guestAccelerators; } /** * @param Google_Service_Compute_AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk[] */ public function setLocalSsds($localSsds) { $this->localSsds = $localSsds; } /** * @return Google_Service_Compute_AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk[] */ public function getLocalSsds() { return $this->localSsds; } public function setLocationHint($locationHint) { $this->locationHint = $locationHint; } public function getLocationHint() { return $this->locationHint; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } } PK% ZX`)rvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK% Z)DrRvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_BackendService[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_BackendService[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_BackendServiceListWarning */ public function setWarning(Google_Service_Compute_BackendServiceListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_BackendServiceListWarning */ public function getWarning() { return $this->warning; } } PK% Z]V`Vvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_HealthCheckListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_HealthCheckListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z!fOvendor/google/apiclient-services/src/Google/Service/Compute/GRPCHealthCheck.phpnu[grpcServiceName = $grpcServiceName; } public function getGrpcServiceName() { return $this->grpcServiceName; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } public function setPortSpecification($portSpecification) { $this->portSpecification = $portSpecification; } public function getPortSpecification() { return $this->portSpecification; } } PK% ZNvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_SecurityPolicyRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Compute_SecurityPolicyRule[] */ public function getRules() { return $this->rules; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK% Z‚Wvendor/google/apiclient-services/src/Google/Service/Compute/RouterAdvertisedIpRange.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setRange($range) { $this->range = $range; } public function getRange() { return $this->range; } } PK% ZW~ Kvendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.phpnu[defaultRouteAction = $defaultRouteAction; } /** * @return Google_Service_Compute_HttpRouteAction */ public function getDefaultRouteAction() { return $this->defaultRouteAction; } public function setDefaultService($defaultService) { $this->defaultService = $defaultService; } public function getDefaultService() { return $this->defaultService; } /** * @param Google_Service_Compute_HttpRedirectAction */ public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect) { $this->defaultUrlRedirect = $defaultUrlRedirect; } /** * @return Google_Service_Compute_HttpRedirectAction */ public function getDefaultUrlRedirect() { return $this->defaultUrlRedirect; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_HttpHeaderAction */ public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) { $this->headerAction = $headerAction; } /** * @return Google_Service_Compute_HttpHeaderAction */ public function getHeaderAction() { return $this->headerAction; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_PathRule[] */ public function setPathRules($pathRules) { $this->pathRules = $pathRules; } /** * @return Google_Service_Compute_PathRule[] */ public function getPathRules() { return $this->pathRules; } /** * @param Google_Service_Compute_HttpRouteRule[] */ public function setRouteRules($routeRules) { $this->routeRules = $routeRules; } /** * @return Google_Service_Compute_HttpRouteRule[] */ public function getRouteRules() { return $this->routeRules; } } PK% ZMh uuQvendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SslPolicyWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SslPolicyWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZuL^vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionInstanceGroupListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionInstanceGroupListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z@Xy7||Yvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.phpnu[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; } } PK% Zgavendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zllfvendor/google/apiclient-services/src/Google/Service/Compute/StatefulPolicyPreservedStateDiskDevice.phpnu[autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } } PK% ZYt''Tvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.phpnu[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; } } PK% Z &&Vvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.phpnu[resource = $resource; } /** * @return Google_Service_Compute_UrlMap */ public function getResource() { return $this->resource; } } PK% Z'y`vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ForwardingRulesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ForwardingRulesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZF$/Jvendor/google/apiclient-services/src/Google/Service/Compute/Scheduling.phpnu[automaticRestart = $automaticRestart; } public function getAutomaticRestart() { return $this->automaticRestart; } public function setLocationHint($locationHint) { $this->locationHint = $locationHint; } public function getLocationHint() { return $this->locationHint; } public function setMinNodeCpus($minNodeCpus) { $this->minNodeCpus = $minNodeCpus; } public function getMinNodeCpus() { return $this->minNodeCpus; } /** * @param Google_Service_Compute_SchedulingNodeAffinity[] */ public function setNodeAffinities($nodeAffinities) { $this->nodeAffinities = $nodeAffinities; } /** * @return Google_Service_Compute_SchedulingNodeAffinity[] */ public function getNodeAffinities() { return $this->nodeAffinities; } public function setOnHostMaintenance($onHostMaintenance) { $this->onHostMaintenance = $onHostMaintenance; } public function getOnHostMaintenance() { return $this->onHostMaintenance; } public function setPreemptible($preemptible) { $this->preemptible = $preemptible; } public function getPreemptible() { return $this->preemptible; } } PK% Z@>>Tvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckLogConfig.phpnu[enable = $enable; } public function getEnable() { return $this->enable; } } PK% Ză5yyWvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyReference.phpnu[securityPolicy = $securityPolicy; } public function getSecurityPolicy() { return $this->securityPolicy; } } PK% ZG8\\Mvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeGroup[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeGroup[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NodeGroupListWarning */ public function setWarning(Google_Service_Compute_NodeGroupListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeGroupListWarning */ public function getWarning() { return $this->warning; } } PK% Zf8Nvendor/google/apiclient-services/src/Google/Service/Compute/PreservedState.phpnu[disks = $disks; } /** * @return Google_Service_Compute_PreservedStatePreservedDisk[] */ public function getDisks() { return $this->disks; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK% Z  Nvendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.phpnu[autoCreateRoutes = $autoCreateRoutes; } public function getAutoCreateRoutes() { return $this->autoCreateRoutes; } public function setExchangeSubnetRoutes($exchangeSubnetRoutes) { $this->exchangeSubnetRoutes = $exchangeSubnetRoutes; } public function getExchangeSubnetRoutes() { return $this->exchangeSubnetRoutes; } public function setExportCustomRoutes($exportCustomRoutes) { $this->exportCustomRoutes = $exportCustomRoutes; } public function getExportCustomRoutes() { return $this->exportCustomRoutes; } public function setExportSubnetRoutesWithPublicIp($exportSubnetRoutesWithPublicIp) { $this->exportSubnetRoutesWithPublicIp = $exportSubnetRoutesWithPublicIp; } public function getExportSubnetRoutesWithPublicIp() { return $this->exportSubnetRoutesWithPublicIp; } public function setImportCustomRoutes($importCustomRoutes) { $this->importCustomRoutes = $importCustomRoutes; } public function getImportCustomRoutes() { return $this->importCustomRoutes; } public function setImportSubnetRoutesWithPublicIp($importSubnetRoutesWithPublicIp) { $this->importSubnetRoutesWithPublicIp = $importSubnetRoutesWithPublicIp; } public function getImportSubnetRoutesWithPublicIp() { return $this->importSubnetRoutesWithPublicIp; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPeerMtu($peerMtu) { $this->peerMtu = $peerMtu; } public function getPeerMtu() { return $this->peerMtu; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateDetails($stateDetails) { $this->stateDetails = $stateDetails; } public function getStateDetails() { return $this->stateDetails; } } PK% Z'@Wfvendor/google/apiclient-services/src/Google/Service/Compute/InstancesRemoveResourcePoliciesRequest.phpnu[resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } } PK% Z!oXvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_UrlMapsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_UrlMapsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZcR/avendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z)qTvendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_HttpsHealthCheck[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_HttpsHealthCheck[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_HttpsHealthCheckListWarning */ public function setWarning(Google_Service_Compute_HttpsHealthCheckListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HttpsHealthCheckListWarning */ public function getWarning() { return $this->warning; } } PK% ZXOVvendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceVersion.phpnu[instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK% Z*0Uvendor/google/apiclient-services/src/Google/Service/Compute/CacheInvalidationRule.phpnu[host = $host; } public function getHost() { return $this->host; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK% Z,_vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zevendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z#Xvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyDailyCycle.phpnu[daysInCycle = $daysInCycle; } public function getDaysInCycle() { return $this->daysInCycle; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK% Z8H--Gvendor/google/apiclient-services/src/Google/Service/Compute/Network.phpnu[ "IPv4Range", ); public $iPv4Range; public $autoCreateSubnetworks; public $creationTimestamp; public $description; public $gatewayIPv4; public $id; public $kind; public $mtu; public $name; protected $peeringsType = 'Google_Service_Compute_NetworkPeering'; protected $peeringsDataType = 'array'; protected $routingConfigType = 'Google_Service_Compute_NetworkRoutingConfig'; protected $routingConfigDataType = ''; public $selfLink; public $subnetworks; public function setIPv4Range($iPv4Range) { $this->iPv4Range = $iPv4Range; } public function getIPv4Range() { return $this->iPv4Range; } public function setAutoCreateSubnetworks($autoCreateSubnetworks) { $this->autoCreateSubnetworks = $autoCreateSubnetworks; } public function getAutoCreateSubnetworks() { return $this->autoCreateSubnetworks; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGatewayIPv4($gatewayIPv4) { $this->gatewayIPv4 = $gatewayIPv4; } public function getGatewayIPv4() { return $this->gatewayIPv4; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMtu($mtu) { $this->mtu = $mtu; } public function getMtu() { return $this->mtu; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_NetworkPeering[] */ public function setPeerings($peerings) { $this->peerings = $peerings; } /** * @return Google_Service_Compute_NetworkPeering[] */ public function getPeerings() { return $this->peerings; } /** * @param Google_Service_Compute_NetworkRoutingConfig */ public function setRoutingConfig(Google_Service_Compute_NetworkRoutingConfig $routingConfig) { $this->routingConfig = $routingConfig; } /** * @return Google_Service_Compute_NetworkRoutingConfig */ public function getRoutingConfig() { return $this->routingConfig; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSubnetworks($subnetworks) { $this->subnetworks = $subnetworks; } public function getSubnetworks() { return $this->subnetworks; } } PK% Z~'KKZvendor/google/apiclient-services/src/Google/Service/Compute/LogConfigDataAccessOptions.phpnu[logMode = $logMode; } public function getLogMode() { return $this->logMode; } } PK% Zn`vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ReservationAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ReservationAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z?RIYvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsAddNodesRequest.phpnu[additionalNodeCount = $additionalNodeCount; } public function getAdditionalNodeCount() { return $this->additionalNodeCount; } } PK% ZA.Ovendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributes.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setQueryPath($queryPath) { $this->queryPath = $queryPath; } public function getQueryPath() { return $this->queryPath; } /** * @param Google_Service_Compute_GuestAttributesValue */ public function setQueryValue(Google_Service_Compute_GuestAttributesValue $queryValue) { $this->queryValue = $queryValue; } /** * @return Google_Service_Compute_GuestAttributesValue */ public function getQueryValue() { return $this->queryValue; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setVariableKey($variableKey) { $this->variableKey = $variableKey; } public function getVariableKey() { return $this->variableKey; } public function setVariableValue($variableValue) { $this->variableValue = $variableValue; } public function getVariableValue() { return $this->variableValue; } } PK% Z ) ^vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetVpnGatewaysScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetVpnGatewaysScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% ZSbvendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptionsCustomField.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zy[vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeGroupsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeGroupsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zhvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zf6eavendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z8Xvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.phpnu[healthStatus = $healthStatus; } /** * @return Google_Service_Compute_HealthStatus[] */ public function getHealthStatus() { return $this->healthStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% Z `vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerUpdatePolicy.phpnu[instanceRedistributionType = $instanceRedistributionType; } public function getInstanceRedistributionType() { return $this->instanceRedistributionType; } /** * @param Google_Service_Compute_FixedOrPercent */ public function setMaxSurge(Google_Service_Compute_FixedOrPercent $maxSurge) { $this->maxSurge = $maxSurge; } /** * @return Google_Service_Compute_FixedOrPercent */ public function getMaxSurge() { return $this->maxSurge; } /** * @param Google_Service_Compute_FixedOrPercent */ public function setMaxUnavailable(Google_Service_Compute_FixedOrPercent $maxUnavailable) { $this->maxUnavailable = $maxUnavailable; } /** * @return Google_Service_Compute_FixedOrPercent */ public function getMaxUnavailable() { return $this->maxUnavailable; } public function setMinimalAction($minimalAction) { $this->minimalAction = $minimalAction; } public function getMinimalAction() { return $this->minimalAction; } public function setReplacementMethod($replacementMethod) { $this->replacementMethod = $replacementMethod; } public function getReplacementMethod() { return $this->replacementMethod; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% Z"Wvendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZS٭_vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AutoscalerAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AutoscalerAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z+N]]Nvendor/google/apiclient-services/src/Google/Service/Compute/CacheKeyPolicy.phpnu[includeHost = $includeHost; } public function getIncludeHost() { return $this->includeHost; } public function setIncludeProtocol($includeProtocol) { $this->includeProtocol = $includeProtocol; } public function getIncludeProtocol() { return $this->includeProtocol; } public function setIncludeQueryString($includeQueryString) { $this->includeQueryString = $includeQueryString; } public function getIncludeQueryString() { return $this->includeQueryString; } public function setQueryStringBlacklist($queryStringBlacklist) { $this->queryStringBlacklist = $queryStringBlacklist; } public function getQueryStringBlacklist() { return $this->queryStringBlacklist; } public function setQueryStringWhitelist($queryStringWhitelist) { $this->queryStringWhitelist = $queryStringWhitelist; } public function getQueryStringWhitelist() { return $this->queryStringWhitelist; } } PK% Z2G0 ^vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetHttpsProxiesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetHttpsProxiesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_TargetHttpsProxyAggregatedListWarning */ public function setWarning(Google_Service_Compute_TargetHttpsProxyAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetHttpsProxyAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% Z(Dww\vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupCloudRun.phpnu[service = $service; } public function getService() { return $this->service; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setUrlMask($urlMask) { $this->urlMask = $urlMask; } public function getUrlMask() { return $this->urlMask; } } PK% ZVҳ;;Zvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupMaintenanceWindow.phpnu[maintenanceDuration = $maintenanceDuration; } /** * @return Google_Service_Compute_Duration */ public function getMaintenanceDuration() { return $this->maintenanceDuration; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK% Z=cvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z>Yvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_Compute_HealthStatus[] */ public function setHealthStatus($healthStatus) { $this->healthStatus = $healthStatus; } /** * @return Google_Service_Compute_HealthStatus[] */ public function getHealthStatus() { return $this->healthStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK% ZO2\vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceListReferrersWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceListReferrersWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zj9 88Uvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedList.phpnu[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; } } PK% ZXvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkSecondaryRange.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setRangeName($rangeName) { $this->rangeName = $rangeName; } public function getRangeName() { return $this->rangeName; } } PK% Z7Zvendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z5`JJ[vendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceRequirements.phpnu[minGuestCpuCount = $minGuestCpuCount; } public function getMinGuestCpuCount() { return $this->minGuestCpuCount; } public function setMinMemoryMb($minMemoryMb) { $this->minMemoryMb = $minMemoryMb; } public function getMinMemoryMb() { return $this->minMemoryMb; } } PK% Z4_vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsARPEntry.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setMacAddress($macAddress) { $this->macAddress = $macAddress; } public function getMacAddress() { return $this->macAddress; } } PK% ZKROvendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.phpnu[rangeEnd = $rangeEnd; } public function getRangeEnd() { return $this->rangeEnd; } public function setRangeStart($rangeStart) { $this->rangeStart = $rangeStart; } public function getRangeStart() { return $this->rangeStart; } } PK% Z7vvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySnapshotProperties.phpnu[chainName = $chainName; } public function getChainName() { return $this->chainName; } public function setGuestFlush($guestFlush) { $this->guestFlush = $guestFlush; } public function getGuestFlush() { return $this->guestFlush; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setStorageLocations($storageLocations) { $this->storageLocations = $storageLocations; } public function getStorageLocations() { return $this->storageLocations; } } PK% Z_r r Vvendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_DiskTypesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_DiskTypesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% ZUvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetPoolListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetPoolListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZЊ[Qvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicy.phpnu[coolDownPeriodSec = $coolDownPeriodSec; } public function getCoolDownPeriodSec() { return $this->coolDownPeriodSec; } /** * @param Google_Service_Compute_AutoscalingPolicyCpuUtilization */ public function setCpuUtilization(Google_Service_Compute_AutoscalingPolicyCpuUtilization $cpuUtilization) { $this->cpuUtilization = $cpuUtilization; } /** * @return Google_Service_Compute_AutoscalingPolicyCpuUtilization */ public function getCpuUtilization() { return $this->cpuUtilization; } /** * @param Google_Service_Compute_AutoscalingPolicyCustomMetricUtilization[] */ public function setCustomMetricUtilizations($customMetricUtilizations) { $this->customMetricUtilizations = $customMetricUtilizations; } /** * @return Google_Service_Compute_AutoscalingPolicyCustomMetricUtilization[] */ public function getCustomMetricUtilizations() { return $this->customMetricUtilizations; } /** * @param Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization */ public function setLoadBalancingUtilization(Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization) { $this->loadBalancingUtilization = $loadBalancingUtilization; } /** * @return Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization */ public function getLoadBalancingUtilization() { return $this->loadBalancingUtilization; } public function setMaxNumReplicas($maxNumReplicas) { $this->maxNumReplicas = $maxNumReplicas; } public function getMaxNumReplicas() { return $this->maxNumReplicas; } public function setMinNumReplicas($minNumReplicas) { $this->minNumReplicas = $minNumReplicas; } public function getMinNumReplicas() { return $this->minNumReplicas; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } /** * @param Google_Service_Compute_AutoscalingPolicyScaleInControl */ public function setScaleInControl(Google_Service_Compute_AutoscalingPolicyScaleInControl $scaleInControl) { $this->scaleInControl = $scaleInControl; } /** * @return Google_Service_Compute_AutoscalingPolicyScaleInControl */ public function getScaleInControl() { return $this->scaleInControl; } /** * @param Google_Service_Compute_AutoscalingPolicyScalingSchedule[] */ public function setScalingSchedules($scalingSchedules) { $this->scalingSchedules = $scalingSchedules; } /** * @return Google_Service_Compute_AutoscalingPolicyScalingSchedule[] */ public function getScalingSchedules() { return $this->scalingSchedules; } } PK% Zw_vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VpnGatewayAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VpnGatewayAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZMipvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstancesResponse.phpnu[managedInstances = $managedInstances; } /** * @return Google_Service_Compute_ManagedInstance[] */ public function getManagedInstances() { return $this->managedInstances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% ZŢ \vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ForwardingRulesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ForwardingRulesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% Z:Nf]vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ReservationsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ReservationsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zbތ88Uvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedList.phpnu[commitments = $commitments; } /** * @return Google_Service_Compute_Commitment[] */ public function getCommitments() { return $this->commitments; } /** * @param Google_Service_Compute_CommitmentsScopedListWarning */ public function setWarning(Google_Service_Compute_CommitmentsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_CommitmentsScopedListWarning */ public function getWarning() { return $this->warning; } } PK% Z evendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetHttpsProxyAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetHttpsProxyAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZA3Ykvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.phpnu[sslCertificates = $sslCertificates; } public function getSslCertificates() { return $this->sslCertificates; } } PK% Ztddlvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyInstanceSchedulePolicySchedule.phpnu[schedule = $schedule; } public function getSchedule() { return $this->schedule; } } PK% ZZttPvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeTemplate[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeTemplate[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NodeTemplateListWarning */ public function setWarning(Google_Service_Compute_NodeTemplateListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTemplateListWarning */ public function getWarning() { return $this->warning; } } PK% Zvu]  avendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetServiceAccountRequest.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } } PK% ZиX]vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z[vendor/google/apiclient-services/src/Google/Service/Compute/PreservedStatePreservedDisk.phpnu[autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK% Z.Ncvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZZevendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z/_vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z+R^vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZWVM[vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RouterAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RouterAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z9fvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z4eeMvendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RouteWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RouteWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z0 0 Kvendor/google/apiclient-services/src/Google/Service/Compute/TestFailure.phpnu[actualOutputUrl = $actualOutputUrl; } public function getActualOutputUrl() { return $this->actualOutputUrl; } public function setActualRedirectResponseCode($actualRedirectResponseCode) { $this->actualRedirectResponseCode = $actualRedirectResponseCode; } public function getActualRedirectResponseCode() { return $this->actualRedirectResponseCode; } public function setActualService($actualService) { $this->actualService = $actualService; } public function getActualService() { return $this->actualService; } public function setExpectedOutputUrl($expectedOutputUrl) { $this->expectedOutputUrl = $expectedOutputUrl; } public function getExpectedOutputUrl() { return $this->expectedOutputUrl; } public function setExpectedRedirectResponseCode($expectedRedirectResponseCode) { $this->expectedRedirectResponseCode = $expectedRedirectResponseCode; } public function getExpectedRedirectResponseCode() { return $this->expectedRedirectResponseCode; } public function setExpectedService($expectedService) { $this->expectedService = $expectedService; } public function getExpectedService() { return $this->expectedService; } /** * @param Google_Service_Compute_UrlMapTestHeader[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_Compute_UrlMapTestHeader[] */ public function getHeaders() { return $this->headers; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK% Z<]vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ExternalVpnGatewayListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ExternalVpnGatewayListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zy.Wvendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z/'Xvendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z6Yvendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceCommitment.phpnu[amount = $amount; } public function getAmount() { return $this->amount; } public function setCoresPerLicense($coresPerLicense) { $this->coresPerLicense = $coresPerLicense; } public function getCoresPerLicense() { return $this->coresPerLicense; } public function setLicense($license) { $this->license = $license; } public function getLicense() { return $this->license; } } PK% Z3, Mvendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_HttpHeaderAction */ public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) { $this->headerAction = $headerAction; } /** * @return Google_Service_Compute_HttpHeaderAction */ public function getHeaderAction() { return $this->headerAction; } /** * @param Google_Service_Compute_HttpRouteRuleMatch[] */ public function setMatchRules($matchRules) { $this->matchRules = $matchRules; } /** * @return Google_Service_Compute_HttpRouteRuleMatch[] */ public function getMatchRules() { return $this->matchRules; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } /** * @param Google_Service_Compute_HttpRouteAction */ public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction) { $this->routeAction = $routeAction; } /** * @return Google_Service_Compute_HttpRouteAction */ public function getRouteAction() { return $this->routeAction; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } /** * @param Google_Service_Compute_HttpRedirectAction */ public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect) { $this->urlRedirect = $urlRedirect; } /** * @return Google_Service_Compute_HttpRedirectAction */ public function getUrlRedirect() { return $this->urlRedirect; } } PK% ZX};==vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.phpnu[diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setInterface($interface) { $this->interface = $interface; } public function getInterface() { return $this->interface; } } PK% Z?LZIvendor/google/apiclient-services/src/Google/Service/Compute/LogConfig.phpnu[cloudAudit = $cloudAudit; } /** * @return Google_Service_Compute_LogConfigCloudAuditOptions */ public function getCloudAudit() { return $this->cloudAudit; } /** * @param Google_Service_Compute_LogConfigCounterOptions */ public function setCounter(Google_Service_Compute_LogConfigCounterOptions $counter) { $this->counter = $counter; } /** * @return Google_Service_Compute_LogConfigCounterOptions */ public function getCounter() { return $this->counter; } /** * @param Google_Service_Compute_LogConfigDataAccessOptions */ public function setDataAccess(Google_Service_Compute_LogConfigDataAccessOptions $dataAccess) { $this->dataAccess = $dataAccess; } /** * @return Google_Service_Compute_LogConfigDataAccessOptions */ public function getDataAccess() { return $this->dataAccess; } } PK% Z>˒mvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixPublicDelegatedSubPrefix.phpnu[delegateeProject = $delegateeProject; } public function getDelegateeProject() { return $this->delegateeProject; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIpCidrRange($ipCidrRange) { $this->ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setIsAddress($isAddress) { $this->isAddress = $isAddress; } public function getIsAddress() { return $this->isAddress; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK% ZIs2[vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetHttpsProxyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetHttpsProxyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZSvendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.phpnu[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; } } PK% ZfMTvendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceTemplate[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceTemplate[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceTemplateListWarning */ public function setWarning(Google_Service_Compute_InstanceTemplateListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceTemplateListWarning */ public function getWarning() { return $this->warning; } } PK% ZNׅgvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZM~Rvendor/google/apiclient-services/src/Google/Service/Compute/InitialStateConfig.phpnu[dbs = $dbs; } /** * @return Google_Service_Compute_FileContentBuffer[] */ public function getDbs() { return $this->dbs; } /** * @param Google_Service_Compute_FileContentBuffer[] */ public function setDbxs($dbxs) { $this->dbxs = $dbxs; } /** * @return Google_Service_Compute_FileContentBuffer[] */ public function getDbxs() { return $this->dbxs; } /** * @param Google_Service_Compute_FileContentBuffer[] */ public function setKeks($keks) { $this->keks = $keks; } /** * @return Google_Service_Compute_FileContentBuffer[] */ public function getKeks() { return $this->keks; } /** * @param Google_Service_Compute_FileContentBuffer */ public function setPk(Google_Service_Compute_FileContentBuffer $pk) { $this->pk = $pk; } /** * @return Google_Service_Compute_FileContentBuffer */ public function getPk() { return $this->pk; } } PK% Zf؞_vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcherConfig.phpnu[srcIpRanges = $srcIpRanges; } public function getSrcIpRanges() { return $this->srcIpRanges; } } PK% Z91++wvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPoliciesListPreconfiguredExpressionSetsResponse.phpnu[preconfiguredExpressionSets = $preconfiguredExpressionSets; } /** * @return Google_Service_Compute_SecurityPoliciesWafConfig */ public function getPreconfiguredExpressionSets() { return $this->preconfiguredExpressionSets; } } PK% Z$]Wvendor/google/apiclient-services/src/Google/Service/Compute/LicenseCodeLicenseAlias.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK% Z+ZZQvendor/google/apiclient-services/src/Google/Service/Compute/PerInstanceConfig.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_PreservedState */ public function setPreservedState(Google_Service_Compute_PreservedState $preservedState) { $this->preservedState = $preservedState; } /** * @return Google_Service_Compute_PreservedState */ public function getPreservedState() { return $this->preservedState; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK% ZE9Wvendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptions.phpnu[customFields = $customFields; } /** * @return Google_Service_Compute_LogConfigCounterOptionsCustomField[] */ public function getCustomFields() { return $this->customFields; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } } PK% Z+^vendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z hvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZHZvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedList.phpnu[resourcePolicies = $resourcePolicies; } /** * @return Google_Service_Compute_ResourcePolicy[] */ public function getResourcePolicies() { return $this->resourcePolicies; } /** * @param Google_Service_Compute_ResourcePoliciesScopedListWarning */ public function setWarning(Google_Service_Compute_ResourcePoliciesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ResourcePoliciesScopedListWarning */ public function getWarning() { return $this->warning; } } PK% Z5ȅbvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z\uuavendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsAddInstancesRequest.phpnu[instances = $instances; } /** * @return Google_Service_Compute_InstanceReference[] */ public function getInstances() { return $this->instances; } } PK% Z0.avendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z'#>Cb b Tvendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_RoutersScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_RoutersScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% Zffgvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatusVersionTarget.phpnu[isReached = $isReached; } public function getIsReached() { return $this->isReached; } } PK% ZcNN[vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.phpnu[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; } } PK% Zv Gvendor/google/apiclient-services/src/Google/Service/Compute/License.phpnu[chargesUseFee = $chargesUseFee; } public function getChargesUseFee() { return $this->chargesUseFee; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLicenseCode($licenseCode) { $this->licenseCode = $licenseCode; } public function getLicenseCode() { return $this->licenseCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_LicenseResourceRequirements */ public function setResourceRequirements(Google_Service_Compute_LicenseResourceRequirements $resourceRequirements) { $this->resourceRequirements = $resourceRequirements; } /** * @return Google_Service_Compute_LicenseResourceRequirements */ public function getResourceRequirements() { return $this->resourceRequirements; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTransferable($transferable) { $this->transferable = $transferable; } public function getTransferable() { return $this->transferable; } } PK% Z}ٷMvendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZA2 Gvendor/google/apiclient-services/src/Google/Service/Compute/Backend.phpnu[balancingMode = $balancingMode; } public function getBalancingMode() { return $this->balancingMode; } public function setCapacityScaler($capacityScaler) { $this->capacityScaler = $capacityScaler; } public function getCapacityScaler() { return $this->capacityScaler; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFailover($failover) { $this->failover = $failover; } public function getFailover() { return $this->failover; } public function setGroup($group) { $this->group = $group; } public function getGroup() { return $this->group; } public function setMaxConnections($maxConnections) { $this->maxConnections = $maxConnections; } public function getMaxConnections() { return $this->maxConnections; } public function setMaxConnectionsPerEndpoint($maxConnectionsPerEndpoint) { $this->maxConnectionsPerEndpoint = $maxConnectionsPerEndpoint; } public function getMaxConnectionsPerEndpoint() { return $this->maxConnectionsPerEndpoint; } public function setMaxConnectionsPerInstance($maxConnectionsPerInstance) { $this->maxConnectionsPerInstance = $maxConnectionsPerInstance; } public function getMaxConnectionsPerInstance() { return $this->maxConnectionsPerInstance; } public function setMaxRate($maxRate) { $this->maxRate = $maxRate; } public function getMaxRate() { return $this->maxRate; } public function setMaxRatePerEndpoint($maxRatePerEndpoint) { $this->maxRatePerEndpoint = $maxRatePerEndpoint; } public function getMaxRatePerEndpoint() { return $this->maxRatePerEndpoint; } public function setMaxRatePerInstance($maxRatePerInstance) { $this->maxRatePerInstance = $maxRatePerInstance; } public function getMaxRatePerInstance() { return $this->maxRatePerInstance; } public function setMaxUtilization($maxUtilization) { $this->maxUtilization = $maxUtilization; } public function getMaxUtilization() { return $this->maxUtilization; } } PK% Zڟ[vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VpnTunnelsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VpnTunnelsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z?lMMTvendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesValue.phpnu[items = $items; } /** * @return Google_Service_Compute_GuestAttributesEntry[] */ public function getItems() { return $this->items; } } PK% ZhXvendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RoutersScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RoutersScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z8fvendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z^vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zּjavendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedList.phpnu[interconnectAttachments = $interconnectAttachments; } /** * @return Google_Service_Compute_InterconnectAttachment[] */ public function getInterconnectAttachments() { return $this->interconnectAttachments; } /** * @param Google_Service_Compute_InterconnectAttachmentsScopedListWarning */ public function setWarning(Google_Service_Compute_InterconnectAttachmentsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InterconnectAttachmentsScopedListWarning */ public function getWarning() { return $this->warning; } } PK% Z.ggOvendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstance.phpnu[currentAction = $currentAction; } public function getCurrentAction() { return $this->currentAction; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } /** * @param Google_Service_Compute_ManagedInstanceInstanceHealth[] */ public function setInstanceHealth($instanceHealth) { $this->instanceHealth = $instanceHealth; } /** * @return Google_Service_Compute_ManagedInstanceInstanceHealth[] */ public function getInstanceHealth() { return $this->instanceHealth; } public function setInstanceStatus($instanceStatus) { $this->instanceStatus = $instanceStatus; } public function getInstanceStatus() { return $this->instanceStatus; } /** * @param Google_Service_Compute_ManagedInstanceLastAttempt */ public function setLastAttempt(Google_Service_Compute_ManagedInstanceLastAttempt $lastAttempt) { $this->lastAttempt = $lastAttempt; } /** * @return Google_Service_Compute_ManagedInstanceLastAttempt */ public function getLastAttempt() { return $this->lastAttempt; } /** * @param Google_Service_Compute_PreservedState */ public function setPreservedStateFromConfig(Google_Service_Compute_PreservedState $preservedStateFromConfig) { $this->preservedStateFromConfig = $preservedStateFromConfig; } /** * @return Google_Service_Compute_PreservedState */ public function getPreservedStateFromConfig() { return $this->preservedStateFromConfig; } /** * @param Google_Service_Compute_PreservedState */ public function setPreservedStateFromPolicy(Google_Service_Compute_PreservedState $preservedStateFromPolicy) { $this->preservedStateFromPolicy = $preservedStateFromPolicy; } /** * @return Google_Service_Compute_PreservedState */ public function getPreservedStateFromPolicy() { return $this->preservedStateFromPolicy; } /** * @param Google_Service_Compute_ManagedInstanceVersion */ public function setVersion(Google_Service_Compute_ManagedInstanceVersion $version) { $this->version = $version; } /** * @return Google_Service_Compute_ManagedInstanceVersion */ public function getVersion() { return $this->version; } } PK% Z,x||Qvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_BackendBucket[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_BackendBucket[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_BackendBucketListWarning */ public function setWarning(Google_Service_Compute_BackendBucketListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_BackendBucketListWarning */ public function getWarning() { return $this->warning; } } PK% ZFVevendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionInstanceGroupManagerListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionInstanceGroupManagerListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zaevendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZYYhvendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetBackendServiceRequest.phpnu[service = $service; } public function getService() { return $this->service; } } PK% ZWvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAccelerators.phpnu[guestAcceleratorCount = $guestAcceleratorCount; } public function getGuestAcceleratorCount() { return $this->guestAcceleratorCount; } public function setGuestAcceleratorType($guestAcceleratorType) { $this->guestAcceleratorType = $guestAcceleratorType; } public function getGuestAcceleratorType() { return $this->guestAcceleratorType; } } PK% ZDVvendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SslPoliciesListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SslPoliciesListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z"ZW  Mvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_NamedPort[] */ public function setNamedPorts($namedPorts) { $this->namedPorts = $namedPorts; } /** * @return Google_Service_Compute_NamedPort[] */ public function getNamedPorts() { return $this->namedPorts; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK% Z<`Jvendor/google/apiclient-services/src/Google/Service/Compute/Commitment.phpnu[category = $category; } public function getCategory() { return $this->category; } 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 setEndTimestamp($endTimestamp) { $this->endTimestamp = $endTimestamp; } public function getEndTimestamp() { return $this->endTimestamp; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_LicenseResourceCommitment */ public function setLicenseResource(Google_Service_Compute_LicenseResourceCommitment $licenseResource) { $this->licenseResource = $licenseResource; } /** * @return Google_Service_Compute_LicenseResourceCommitment */ public function getLicenseResource() { return $this->licenseResource; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlan($plan) { $this->plan = $plan; } public function getPlan() { return $this->plan; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } /** * @param Google_Service_Compute_Reservation[] */ public function setReservations($reservations) { $this->reservations = $reservations; } /** * @return Google_Service_Compute_Reservation[] */ public function getReservations() { return $this->reservations; } /** * @param Google_Service_Compute_ResourceCommitment[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Compute_ResourceCommitment[] */ public function getResources() { return $this->resources; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTimestamp($startTimestamp) { $this->startTimestamp = $startTimestamp; } public function getStartTimestamp() { return $this->startTimestamp; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } } PK% ZY!]vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZPNvendor/google/apiclient-services/src/Google/Service/Compute/StatefulPolicy.phpnu[preservedState = $preservedState; } /** * @return Google_Service_Compute_StatefulPolicyPreservedState */ public function getPreservedState() { return $this->preservedState; } } PK% Z+qvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersCreateInstancesRequest.phpnu[instances = $instances; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getInstances() { return $this->instances; } } PK% Z;Yvendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_DiskAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_DiskAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZVQ[vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_HttpsHealthCheckListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_HttpsHealthCheckListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZcFdd`vendor/google/apiclient-services/src/Google/Service/Compute/NotificationEndpointGrpcSettings.phpnu[authority = $authority; } public function getAuthority() { return $this->authority; } public function setEndpoint($endpoint) { $this->endpoint = $endpoint; } public function getEndpoint() { return $this->endpoint; } public function setPayloadName($payloadName) { $this->payloadName = $payloadName; } public function getPayloadName() { return $this->payloadName; } /** * @param Google_Service_Compute_Duration */ public function setResendInterval(Google_Service_Compute_Duration $resendInterval) { $this->resendInterval = $resendInterval; } /** * @return Google_Service_Compute_Duration */ public function getResendInterval() { return $this->resendInterval; } public function setRetryDurationSec($retryDurationSec) { $this->retryDurationSec = $retryDurationSec; } public function getRetryDurationSec() { return $this->retryDurationSec; } } PK% Z'Uvendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZUvendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z*!Yvendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsList.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_VmEndpointNatMappings[] */ public function setResult($result) { $this->result = $result; } /** * @return Google_Service_Compute_VmEndpointNatMappings[] */ public function getResult() { return $this->result; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_VmEndpointNatMappingsListWarning */ public function setWarning(Google_Service_Compute_VmEndpointNatMappingsListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_VmEndpointNatMappingsListWarning */ public function getWarning() { return $this->warning; } } PK% Z]vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZuBUvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VpnGatewayListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VpnGatewayListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zb7^vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeTemplatesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeTemplatesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z5[ ]vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_PacketMirroringsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_PacketMirroringsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_PacketMirroringAggregatedListWarning */ public function setWarning(Google_Service_Compute_PacketMirroringAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PacketMirroringAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% Z@Zvendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCloudAuditOptions.phpnu[authorizationLoggingOptions = $authorizationLoggingOptions; } /** * @return Google_Service_Compute_AuthorizationLoggingOptions */ public function getAuthorizationLoggingOptions() { return $this->authorizationLoggingOptions; } public function setLogName($logName) { $this->logName = $logName; } public function getLogName() { return $this->logName; } } PK% Zez| dvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InterconnectAttachmentsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InterconnectAttachmentsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_InterconnectAttachmentAggregatedListWarning */ public function setWarning(Google_Service_Compute_InterconnectAttachmentAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InterconnectAttachmentAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% ZWvllOvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_HealthCheck[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_HealthCheck[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_HealthCheckListWarning */ public function setWarning(Google_Service_Compute_HealthCheckListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HealthCheckListWarning */ public function getWarning() { return $this->warning; } } PK% Z [vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckServiceReference.phpnu[healthCheckService = $healthCheckService; } public function getHealthCheckService() { return $this->healthCheckService; } } PK% Z [99Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetReference.phpnu[target = $target; } public function getTarget() { return $this->target; } } PK% Zv>pvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeletePerInstanceConfigsReq.phpnu[names = $names; } public function getNames() { return $this->names; } } PK% Z @Zvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z}`Ovendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.phpnu[numRetries = $numRetries; } public function getNumRetries() { return $this->numRetries; } /** * @param Google_Service_Compute_Duration */ public function setPerTryTimeout(Google_Service_Compute_Duration $perTryTimeout) { $this->perTryTimeout = $perTryTimeout; } /** * @return Google_Service_Compute_Duration */ public function getPerTryTimeout() { return $this->perTryTimeout; } public function setRetryConditions($retryConditions) { $this->retryConditions = $retryConditions; } public function getRetryConditions() { return $this->retryConditions; } } PK% ZwDdQvendor/google/apiclient-services/src/Google/Service/Compute/FirewallLogConfig.phpnu[enable = $enable; } public function getEnable() { return $this->enable; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK% ZEt vvpvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicyBypassCacheOnRequestHeader.phpnu[headerName = $headerName; } public function getHeaderName() { return $this->headerName; } } PK% Z䅕Yvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SslCertificateListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SslCertificateListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZuTvendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponse.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_License[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_License[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_LicensesListResponseWarning */ public function setWarning(Google_Service_Compute_LicensesListResponseWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_LicensesListResponseWarning */ public function getWarning() { return $this->warning; } } PK% Z/cUvendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKey.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setKmsKeyServiceAccount($kmsKeyServiceAccount) { $this->kmsKeyServiceAccount = $kmsKeyServiceAccount; } public function getKmsKeyServiceAccount() { return $this->kmsKeyServiceAccount; } public function setRawKey($rawKey) { $this->rawKey = $rawKey; } public function getRawKey() { return $this->rawKey; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK% Zxܝ[vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_OperationsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_OperationsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZI i_vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z^AoVvendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ReservationListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ReservationListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z3RaQvendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.phpnu[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; } } PK% Z(R}}[vendor/google/apiclient-services/src/Google/Service/Compute/AuthorizationLoggingOptions.phpnu[permissionType = $permissionType; } public function getPermissionType() { return $this->permissionType; } } PK% ZTvendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Autoscaler[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Autoscaler[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RegionAutoscalerListWarning */ public function setWarning(Google_Service_Compute_RegionAutoscalerListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionAutoscalerListWarning */ public function getWarning() { return $this->warning; } } PK% Z\;;Svendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setReportNamePrefix($reportNamePrefix) { $this->reportNamePrefix = $reportNamePrefix; } public function getReportNamePrefix() { return $this->reportNamePrefix; } } PK% Z2HQTTLvendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeType[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeType[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NodeTypeListWarning */ public function setWarning(Google_Service_Compute_NodeTypeListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTypeListWarning */ public function getWarning() { return $this->warning; } } PK% ZR JIIVvendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedList.phpnu[reservations = $reservations; } /** * @return Google_Service_Compute_Reservation[] */ public function getReservations() { return $this->reservations; } /** * @param Google_Service_Compute_ReservationsScopedListWarning */ public function setWarning(Google_Service_Compute_ReservationsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ReservationsScopedListWarning */ public function getWarning() { return $this->warning; } } PK% Z7;" " Hvendor/google/apiclient-services/src/Google/Service/Compute/DiskType.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDefaultDiskSizeGb($defaultDiskSizeGb) { $this->defaultDiskSizeGb = $defaultDiskSizeGb; } public function getDefaultDiskSizeGb() { return $this->defaultDiskSizeGb; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setValidDiskSize($validDiskSize) { $this->validDiskSize = $validDiskSize; } public function getValidDiskSize() { return $this->validDiskSize; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK% Zy{Tvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroup.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_Compute_NetworkEndpointGroupAppEngine */ public function setAppEngine(Google_Service_Compute_NetworkEndpointGroupAppEngine $appEngine) { $this->appEngine = $appEngine; } /** * @return Google_Service_Compute_NetworkEndpointGroupAppEngine */ public function getAppEngine() { return $this->appEngine; } /** * @param Google_Service_Compute_NetworkEndpointGroupCloudFunction */ public function setCloudFunction(Google_Service_Compute_NetworkEndpointGroupCloudFunction $cloudFunction) { $this->cloudFunction = $cloudFunction; } /** * @return Google_Service_Compute_NetworkEndpointGroupCloudFunction */ public function getCloudFunction() { return $this->cloudFunction; } /** * @param Google_Service_Compute_NetworkEndpointGroupCloudRun */ public function setCloudRun(Google_Service_Compute_NetworkEndpointGroupCloudRun $cloudRun) { $this->cloudRun = $cloudRun; } /** * @return Google_Service_Compute_NetworkEndpointGroupCloudRun */ public function getCloudRun() { return $this->cloudRun; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDefaultPort($defaultPort) { $this->defaultPort = $defaultPort; } public function getDefaultPort() { return $this->defaultPort; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkEndpointType($networkEndpointType) { $this->networkEndpointType = $networkEndpointType; } public function getNetworkEndpointType() { return $this->networkEndpointType; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK% Zg秥%%bvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyGroupPlacementPolicy.phpnu[availabilityDomainCount = $availabilityDomainCount; } public function getAvailabilityDomainCount() { return $this->availabilityDomainCount; } public function setCollocation($collocation) { $this->collocation = $collocation; } public function getCollocation() { return $this->collocation; } public function setVmCount($vmCount) { $this->vmCount = $vmCount; } public function getVmCount() { return $this->vmCount; } } PK% Z]]Yvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPoliciesWafConfig.phpnu[wafRules = $wafRules; } /** * @return Google_Service_Compute_PreconfiguredWafSet */ public function getWafRules() { return $this->wafRules; } } PK% ZSdKKovendor/google/apiclient-services/src/Google/Service/Compute/BulkInsertInstanceResourcePerInstanceProperties.phpnu[name = $name; } public function getName() { return $this->name; } } PK% Z ȵavendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeTemplateAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeTemplateAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z#dvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zf5ivendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NetworkEndpointGroupAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NetworkEndpointGroupAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZHEcvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z,5Pw??Nvendor/google/apiclient-services/src/Google/Service/Compute/LocationPolicy.phpnu[locations = $locations; } /** * @return Google_Service_Compute_LocationPolicyLocation[] */ public function getLocations() { return $this->locations; } } PK% Zd(mmNvendor/google/apiclient-services/src/Google/Service/Compute/FirewallDenied.phpnu[ "IPProtocol", ); public $iPProtocol; public $ports; public function setIPProtocol($iPProtocol) { $this->iPProtocol = $iPProtocol; } public function getIPProtocol() { return $this->iPProtocol; } public function setPorts($ports) { $this->ports = $ports; } public function getPorts() { return $this->ports; } } PK% Z- cvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetInstanceAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetInstanceAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZƘ`vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SslCertificatesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SslCertificatesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z^?Xvendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZyyRvendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NetworkListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NetworkListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zs֕Yvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetInstanceListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetInstanceListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z:evendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetVpnGatewayAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetVpnGatewayAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZaBBmvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListErrorsResponse.phpnu[items = $items; } /** * @return Google_Service_Compute_InstanceManagedByIgmError[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK% ZD5Rvendor/google/apiclient-services/src/Google/Service/Compute/RouterNatLogConfig.phpnu[enable = $enable; } public function getEnable() { return $this->enable; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } } PK% Zy Lvendor/google/apiclient-services/src/Google/Service/Compute/AttachedDisk.phpnu[autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setBoot($boot) { $this->boot = $boot; } public function getBoot() { return $this->boot; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $diskEncryptionKey) { $this->diskEncryptionKey = $diskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } /** * @param Google_Service_Compute_GuestOsFeature[] */ public function setGuestOsFeatures($guestOsFeatures) { $this->guestOsFeatures = $guestOsFeatures; } /** * @return Google_Service_Compute_GuestOsFeature[] */ public function getGuestOsFeatures() { return $this->guestOsFeatures; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Compute_AttachedDiskInitializeParams */ public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializeParams $initializeParams) { $this->initializeParams = $initializeParams; } /** * @return Google_Service_Compute_AttachedDiskInitializeParams */ public function getInitializeParams() { return $this->initializeParams; } public function setInterface($interface) { $this->interface = $interface; } public function getInterface() { return $this->interface; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLicenses($licenses) { $this->licenses = $licenses; } public function getLicenses() { return $this->licenses; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } /** * @param Google_Service_Compute_InitialStateConfig */ public function setShieldedInstanceInitialState(Google_Service_Compute_InitialStateConfig $shieldedInstanceInitialState) { $this->shieldedInstanceInitialState = $shieldedInstanceInitialState; } /** * @return Google_Service_Compute_InitialStateConfig */ public function getShieldedInstanceInitialState() { return $this->shieldedInstanceInitialState; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% ZH)Zvendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_DiskTypesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_DiskTypesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z~Svendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_PacketMirroring[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_PacketMirroring[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_PacketMirroringListWarning */ public function setWarning(Google_Service_Compute_PacketMirroringListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PacketMirroringListWarning */ public function getWarning() { return $this->warning; } } PK% Z=՞Zvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PacketMirroringListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PacketMirroringListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZU}Zavendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AcceleratorTypesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AcceleratorTypesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZoFVvendor/google/apiclient-services/src/Google/Service/Compute/SchedulingNodeAffinity.phpnu[key = $key; } public function getKey() { return $this->key; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK% Z$P7HQvendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zŀ00Ovendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.phpnu[destinationZone = $destinationZone; } public function getDestinationZone() { return $this->destinationZone; } public function setTargetDisk($targetDisk) { $this->targetDisk = $targetDisk; } public function getTargetDisk() { return $this->targetDisk; } } PK% ZCp ZZWvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedList.phpnu[nodeTemplates = $nodeTemplates; } /** * @return Google_Service_Compute_NodeTemplate[] */ public function getNodeTemplates() { return $this->nodeTemplates; } /** * @param Google_Service_Compute_NodeTemplatesScopedListWarning */ public function setWarning(Google_Service_Compute_NodeTemplatesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTemplatesScopedListWarning */ public function getWarning() { return $this->warning; } } PK% Zm]88Hvendor/google/apiclient-services/src/Google/Service/Compute/Snapshot.phpnu[autoCreated = $autoCreated; } public function getAutoCreated() { return $this->autoCreated; } public function setChainName($chainName) { $this->chainName = $chainName; } public function getChainName() { return $this->chainName; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDownloadBytes($downloadBytes) { $this->downloadBytes = $downloadBytes; } public function getDownloadBytes() { return $this->downloadBytes; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLicenseCodes($licenseCodes) { $this->licenseCodes = $licenseCodes; } public function getLicenseCodes() { return $this->licenseCodes; } public function setLicenses($licenses) { $this->licenses = $licenses; } public function getLicenses() { return $this->licenses; } public function setLocationHint($locationHint) { $this->locationHint = $locationHint; } public function getLocationHint() { return $this->locationHint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $snapshotEncryptionKey) { $this->snapshotEncryptionKey = $snapshotEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSnapshotEncryptionKey() { return $this->snapshotEncryptionKey; } public function setSourceDisk($sourceDisk) { $this->sourceDisk = $sourceDisk; } public function getSourceDisk() { return $this->sourceDisk; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceDiskEncryptionKey) { $this->sourceDiskEncryptionKey = $sourceDiskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceDiskEncryptionKey() { return $this->sourceDiskEncryptionKey; } public function setSourceDiskId($sourceDiskId) { $this->sourceDiskId = $sourceDiskId; } public function getSourceDiskId() { return $this->sourceDiskId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStorageBytes($storageBytes) { $this->storageBytes = $storageBytes; } public function getStorageBytes() { return $this->storageBytes; } public function setStorageBytesStatus($storageBytesStatus) { $this->storageBytesStatus = $storageBytesStatus; } public function getStorageBytesStatus() { return $this->storageBytesStatus; } public function setStorageLocations($storageLocations) { $this->storageLocations = $storageLocations; } public function getStorageLocations() { return $this->storageLocations; } } PK% Z4ăavendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMinCpuPlatformRequest.phpnu[minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } } PK% Z[Zvendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoutesList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ExchangedPeeringRoute[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ExchangedPeeringRoute[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ExchangedPeeringRoutesListWarning */ public function setWarning(Google_Service_Compute_ExchangedPeeringRoutesListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ExchangedPeeringRoutesListWarning */ public function getWarning() { return $this->warning; } } PK% ZV^vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zy),fvendor/google/apiclient-services/src/Google/Service/Compute/InstancesStartWithEncryptionKeyRequest.phpnu[disks = $disks; } /** * @return Google_Service_Compute_CustomerEncryptionKeyProtectedDisk[] */ public function getDisks() { return $this->disks; } } PK% ZQ=}Fvendor/google/apiclient-services/src/Google/Service/Compute/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Compute_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Compute_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Compute_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setIamOwned($iamOwned) { $this->iamOwned = $iamOwned; } public function getIamOwned() { return $this->iamOwned; } /** * @param Google_Service_Compute_Rule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Compute_Rule[] */ public function getRules() { return $this->rules; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK% Zo _vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_UsableSubnetwork[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_UsableSubnetwork[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_UsableSubnetworksAggregatedListWarning */ public function setWarning(Google_Service_Compute_UsableSubnetworksAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_UsableSubnetworksAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% ZINvendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.phpnu[filterLabels = $filterLabels; } /** * @return Google_Service_Compute_MetadataFilterLabelMatch[] */ public function getFilterLabels() { return $this->filterLabels; } public function setFilterMatchCriteria($filterMatchCriteria) { $this->filterMatchCriteria = $filterMatchCriteria; } public function getFilterMatchCriteria() { return $this->filterMatchCriteria; } } PK% Z.bvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetHttpProxiesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetHttpProxiesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZCMkqvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerUpdateInstanceConfigReq.phpnu[perInstanceConfigs = $perInstanceConfigs; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getPerInstanceConfigs() { return $this->perInstanceConfigs; } } PK% Z/""Vvendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetLabelsRequest.phpnu[labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK% ZbS:YYavendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPrivateInfo.phpnu[tag8021q = $tag8021q; } public function getTag8021q() { return $this->tag8021q; } } PK% ZgZvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InterconnectAttachment[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InterconnectAttachment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InterconnectAttachmentListWarning */ public function setWarning(Google_Service_Compute_InterconnectAttachmentListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InterconnectAttachmentListWarning */ public function getWarning() { return $this->warning; } } PK% Z 44Hvendor/google/apiclient-services/src/Google/Service/Compute/DiskList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Disk[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Disk[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_DiskListWarning */ public function setWarning(Google_Service_Compute_DiskListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_DiskListWarning */ public function getWarning() { return $this->warning; } } PK% ZC/Wvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InterconnectListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InterconnectListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zr Yvendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ReservationsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ReservationsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_ReservationAggregatedListWarning */ public function setWarning(Google_Service_Compute_ReservationAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ReservationAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% Z\  Lvendor/google/apiclient-services/src/Google/Service/Compute/Interconnect.phpnu[adminEnabled = $adminEnabled; } public function getAdminEnabled() { return $this->adminEnabled; } /** * @param Google_Service_Compute_InterconnectCircuitInfo[] */ public function setCircuitInfos($circuitInfos) { $this->circuitInfos = $circuitInfos; } /** * @return Google_Service_Compute_InterconnectCircuitInfo[] */ public function getCircuitInfos() { return $this->circuitInfos; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_InterconnectOutageNotification[] */ public function setExpectedOutages($expectedOutages) { $this->expectedOutages = $expectedOutages; } /** * @return Google_Service_Compute_InterconnectOutageNotification[] */ public function getExpectedOutages() { return $this->expectedOutages; } public function setGoogleIpAddress($googleIpAddress) { $this->googleIpAddress = $googleIpAddress; } public function getGoogleIpAddress() { return $this->googleIpAddress; } public function setGoogleReferenceId($googleReferenceId) { $this->googleReferenceId = $googleReferenceId; } public function getGoogleReferenceId() { return $this->googleReferenceId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInterconnectAttachments($interconnectAttachments) { $this->interconnectAttachments = $interconnectAttachments; } public function getInterconnectAttachments() { return $this->interconnectAttachments; } public function setInterconnectType($interconnectType) { $this->interconnectType = $interconnectType; } public function getInterconnectType() { return $this->interconnectType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkType($linkType) { $this->linkType = $linkType; } public function getLinkType() { return $this->linkType; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNocContactEmail($nocContactEmail) { $this->nocContactEmail = $nocContactEmail; } public function getNocContactEmail() { return $this->nocContactEmail; } public function setOperationalStatus($operationalStatus) { $this->operationalStatus = $operationalStatus; } public function getOperationalStatus() { return $this->operationalStatus; } public function setPeerIpAddress($peerIpAddress) { $this->peerIpAddress = $peerIpAddress; } public function getPeerIpAddress() { return $this->peerIpAddress; } public function setProvisionedLinkCount($provisionedLinkCount) { $this->provisionedLinkCount = $provisionedLinkCount; } public function getProvisionedLinkCount() { return $this->provisionedLinkCount; } public function setRequestedLinkCount($requestedLinkCount) { $this->requestedLinkCount = $requestedLinkCount; } public function getRequestedLinkCount() { return $this->requestedLinkCount; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK% Z)l  avendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkStatus.phpnu[arpCaches = $arpCaches; } /** * @return Google_Service_Compute_InterconnectDiagnosticsARPEntry[] */ public function getArpCaches() { return $this->arpCaches; } public function setCircuitId($circuitId) { $this->circuitId = $circuitId; } public function getCircuitId() { return $this->circuitId; } public function setGoogleDemarc($googleDemarc) { $this->googleDemarc = $googleDemarc; } public function getGoogleDemarc() { return $this->googleDemarc; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus */ public function setLacpStatus(Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus $lacpStatus) { $this->lacpStatus = $lacpStatus; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus */ public function getLacpStatus() { return $this->lacpStatus; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function setReceivingOpticalPower(Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower $receivingOpticalPower) { $this->receivingOpticalPower = $receivingOpticalPower; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function getReceivingOpticalPower() { return $this->receivingOpticalPower; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function setTransmittingOpticalPower(Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower $transmittingOpticalPower) { $this->transmittingOpticalPower = $transmittingOpticalPower; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function getTransmittingOpticalPower() { return $this->transmittingOpticalPower; } } PK% Z)ivendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZdO% Svendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_AcceleratorType[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_AcceleratorType[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_AcceleratorTypeListWarning */ public function setWarning(Google_Service_Compute_AcceleratorTypeListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AcceleratorTypeListWarning */ public function getWarning() { return $this->warning; } } PK% ZennOvendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.phpnu[ "IPProtocol", ); public $iPProtocol; public $ports; public function setIPProtocol($iPProtocol) { $this->iPProtocol = $iPProtocol; } public function getIPProtocol() { return $this->iPProtocol; } public function setPorts($ports) { $this->ports = $ports; } public function getPorts() { return $this->ports; } } PK% Z[}}ivendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListEndpointsRequest.phpnu[healthStatus = $healthStatus; } public function getHealthStatus() { return $this->healthStatus; } } PK% ZZ t_vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z4J3 3 \vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ResourcePoliciesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ResourcePoliciesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_ResourcePolicyAggregatedListWarning */ public function setWarning(Google_Service_Compute_ResourcePolicyAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ResourcePolicyAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% ZA Zvendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_HealthChecksScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_HealthChecksScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_HealthChecksAggregatedListWarning */ public function setWarning(Google_Service_Compute_HealthChecksAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HealthChecksAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% Z  Rvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ResourcePolicy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ResourcePolicy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ResourcePolicyListWarning */ public function setWarning(Google_Service_Compute_ResourcePolicyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ResourcePolicyListWarning */ public function getWarning() { return $this->warning; } } PK% Zfvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NetworkEndpointGroupsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NetworkEndpointGroupsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zutivendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZhXnnvendor/google/apiclient-services/src/Google/Service/Compute/InstanceManagedByIgmErrorInstanceActionDetails.phpnu[action = $action; } public function getAction() { return $this->action; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } /** * @param Google_Service_Compute_ManagedInstanceVersion */ public function setVersion(Google_Service_Compute_ManagedInstanceVersion $version) { $this->version = $version; } /** * @return Google_Service_Compute_ManagedInstanceVersion */ public function getVersion() { return $this->version; } } PK% Zq'=\vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetPoolsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetPoolsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zj+;Ovendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.phpnu[maxConnections = $maxConnections; } public function getMaxConnections() { return $this->maxConnections; } public function setMaxPendingRequests($maxPendingRequests) { $this->maxPendingRequests = $maxPendingRequests; } public function getMaxPendingRequests() { return $this->maxPendingRequests; } public function setMaxRequests($maxRequests) { $this->maxRequests = $maxRequests; } public function getMaxRequests() { return $this->maxRequests; } public function setMaxRequestsPerConnection($maxRequestsPerConnection) { $this->maxRequestsPerConnection = $maxRequestsPerConnection; } public function getMaxRequestsPerConnection() { return $this->maxRequestsPerConnection; } public function setMaxRetries($maxRetries) { $this->maxRetries = $maxRetries; } public function getMaxRetries() { return $this->maxRetries; } } PK% Z(Vmvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringMirroredResourceInfoSubnetInfo.phpnu[canonicalUrl = $canonicalUrl; } public function getCanonicalUrl() { return $this->canonicalUrl; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK% Z$JLIvendor/google/apiclient-services/src/Google/Service/Compute/RouterNat.phpnu[drainNatIps = $drainNatIps; } public function getDrainNatIps() { return $this->drainNatIps; } public function setEnableEndpointIndependentMapping($enableEndpointIndependentMapping) { $this->enableEndpointIndependentMapping = $enableEndpointIndependentMapping; } public function getEnableEndpointIndependentMapping() { return $this->enableEndpointIndependentMapping; } public function setIcmpIdleTimeoutSec($icmpIdleTimeoutSec) { $this->icmpIdleTimeoutSec = $icmpIdleTimeoutSec; } public function getIcmpIdleTimeoutSec() { return $this->icmpIdleTimeoutSec; } /** * @param Google_Service_Compute_RouterNatLogConfig */ public function setLogConfig(Google_Service_Compute_RouterNatLogConfig $logConfig) { $this->logConfig = $logConfig; } /** * @return Google_Service_Compute_RouterNatLogConfig */ public function getLogConfig() { return $this->logConfig; } public function setMinPortsPerVm($minPortsPerVm) { $this->minPortsPerVm = $minPortsPerVm; } public function getMinPortsPerVm() { return $this->minPortsPerVm; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNatIpAllocateOption($natIpAllocateOption) { $this->natIpAllocateOption = $natIpAllocateOption; } public function getNatIpAllocateOption() { return $this->natIpAllocateOption; } public function setNatIps($natIps) { $this->natIps = $natIps; } public function getNatIps() { return $this->natIps; } public function setSourceSubnetworkIpRangesToNat($sourceSubnetworkIpRangesToNat) { $this->sourceSubnetworkIpRangesToNat = $sourceSubnetworkIpRangesToNat; } public function getSourceSubnetworkIpRangesToNat() { return $this->sourceSubnetworkIpRangesToNat; } /** * @param Google_Service_Compute_RouterNatSubnetworkToNat[] */ public function setSubnetworks($subnetworks) { $this->subnetworks = $subnetworks; } /** * @return Google_Service_Compute_RouterNatSubnetworkToNat[] */ public function getSubnetworks() { return $this->subnetworks; } public function setTcpEstablishedIdleTimeoutSec($tcpEstablishedIdleTimeoutSec) { $this->tcpEstablishedIdleTimeoutSec = $tcpEstablishedIdleTimeoutSec; } public function getTcpEstablishedIdleTimeoutSec() { return $this->tcpEstablishedIdleTimeoutSec; } public function setTcpTransitoryIdleTimeoutSec($tcpTransitoryIdleTimeoutSec) { $this->tcpTransitoryIdleTimeoutSec = $tcpTransitoryIdleTimeoutSec; } public function getTcpTransitoryIdleTimeoutSec() { return $this->tcpTransitoryIdleTimeoutSec; } public function setUdpIdleTimeoutSec($udpIdleTimeoutSec) { $this->udpIdleTimeoutSec = $udpIdleTimeoutSec; } public function getUdpIdleTimeoutSec() { return $this->udpIdleTimeoutSec; } } PK% Z>-Vvendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.phpnu[backendService = $backendService; } public function getBackendService() { return $this->backendService; } /** * @param Google_Service_Compute_HttpHeaderAction */ public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) { $this->headerAction = $headerAction; } /** * @return Google_Service_Compute_HttpHeaderAction */ public function getHeaderAction() { return $this->headerAction; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK% ZYvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Zᕵavendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ResourcePoliciesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ResourcePoliciesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z^5`vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUReservation.phpnu[count = $count; } public function getCount() { return $this->count; } public function setInUseCount($inUseCount) { $this->inUseCount = $inUseCount; } public function getInUseCount() { return $this->inUseCount; } /** * @param Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties */ public function setInstanceProperties(Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties $instanceProperties) { $this->instanceProperties = $instanceProperties; } /** * @return Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties */ public function getInstanceProperties() { return $this->instanceProperties; } } PK% ZL-`vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z.ĨSvendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.phpnu[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; } } PK% Z@`uuQvendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RouterListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RouterListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zߘ-cvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ResourcePolicyAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ResourcePolicyAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZxK(xxdvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsRemoveInstancesRequest.phpnu[instances = $instances; } /** * @return Google_Service_Compute_InstanceReference[] */ public function getInstances() { return $this->instances; } } PK% Z<<pvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.phpnu[state = $state; } public function getState() { return $this->state; } public function setUnsatisfiedReason($unsatisfiedReason) { $this->unsatisfiedReason = $unsatisfiedReason; } public function getUnsatisfiedReason() { return $this->unsatisfiedReason; } } PK% ZJ^vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZņK \vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_BackendServicesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_BackendServicesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% Z|livendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyLoadBalancingUtilization.phpnu[utilizationTarget = $utilizationTarget; } public function getUtilizationTarget() { return $this->utilizationTarget; } } PK% Z)2Yvendor/google/apiclient-services/src/Google/Service/Compute/NetworksAddPeeringRequest.phpnu[autoCreateRoutes = $autoCreateRoutes; } public function getAutoCreateRoutes() { return $this->autoCreateRoutes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_NetworkPeering */ public function setNetworkPeering(Google_Service_Compute_NetworkPeering $networkPeering) { $this->networkPeering = $networkPeering; } /** * @return Google_Service_Compute_NetworkPeering */ public function getNetworkPeering() { return $this->networkPeering; } public function setPeerNetwork($peerNetwork) { $this->peerNetwork = $peerNetwork; } public function getPeerNetwork() { return $this->peerNetwork; } } PK% Z [8 Xvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_VpnGatewaysScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_VpnGatewaysScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_VpnGatewayAggregatedListWarning */ public function setWarning(Google_Service_Compute_VpnGatewayAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_VpnGatewayAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% ZrJ\vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_CommitmentsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_CommitmentsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z£oo[vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsListXpnHostsRequest.phpnu[organization = $organization; } public function getOrganization() { return $this->organization; } } PK% Z=3R}}bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.phpnu[instanceState = $instanceState; } public function getInstanceState() { return $this->instanceState; } } PK% Z8pYvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcher.phpnu[config = $config; } /** * @return Google_Service_Compute_SecurityPolicyRuleMatcherConfig */ public function getConfig() { return $this->config; } /** * @param Google_Service_Compute_Expr */ public function setExpr(Google_Service_Compute_Expr $expr) { $this->expr = $expr; } /** * @return Google_Service_Compute_Expr */ public function getExpr() { return $this->expr; } public function setVersionedExpr($versionedExpr) { $this->versionedExpr = $versionedExpr; } public function getVersionedExpr() { return $this->versionedExpr; } } PK% Z88lvendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.phpnu[name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_Compute_Duration */ public function setTtl(Google_Service_Compute_Duration $ttl) { $this->ttl = $ttl; } /** * @return Google_Service_Compute_Duration */ public function getTtl() { return $this->ttl; } } PK% Zrrevendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetProxyHeaderRequest.phpnu[proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } } PK% ZAєYvendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionDiskTypeListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionDiskTypeListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z{Ivendor/google/apiclient-services/src/Google/Service/Compute/NodeGroup.phpnu[autoscalingPolicy = $autoscalingPolicy; } /** * @return Google_Service_Compute_NodeGroupAutoscalingPolicy */ public function getAutoscalingPolicy() { return $this->autoscalingPolicy; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocationHint($locationHint) { $this->locationHint = $locationHint; } public function getLocationHint() { return $this->locationHint; } public function setMaintenancePolicy($maintenancePolicy) { $this->maintenancePolicy = $maintenancePolicy; } public function getMaintenancePolicy() { return $this->maintenancePolicy; } /** * @param Google_Service_Compute_NodeGroupMaintenanceWindow */ public function setMaintenanceWindow(Google_Service_Compute_NodeGroupMaintenanceWindow $maintenanceWindow) { $this->maintenanceWindow = $maintenanceWindow; } /** * @return Google_Service_Compute_NodeGroupMaintenanceWindow */ public function getMaintenanceWindow() { return $this->maintenanceWindow; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodeTemplate($nodeTemplate) { $this->nodeTemplate = $nodeTemplate; } public function getNodeTemplate() { return $this->nodeTemplate; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK% Z%R##bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatusStateful.phpnu[hasStatefulConfig = $hasStatefulConfig; } public function getHasStatefulConfig() { return $this->hasStatefulConfig; } /** * @param Google_Service_Compute_InstanceGroupManagerStatusStatefulPerInstanceConfigs */ public function setPerInstanceConfigs(Google_Service_Compute_InstanceGroupManagerStatusStatefulPerInstanceConfigs $perInstanceConfigs) { $this->perInstanceConfigs = $perInstanceConfigs; } /** * @return Google_Service_Compute_InstanceGroupManagerStatusStatefulPerInstanceConfigs */ public function getPerInstanceConfigs() { return $this->perInstanceConfigs; } } PK% Zh_vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedList.phpnu[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; } } PK% ZUULvendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNatIP($natIP) { $this->natIP = $natIP; } public function getNatIP() { return $this->natIP; } public function setNetworkTier($networkTier) { $this->networkTier = $networkTier; } public function getNetworkTier() { return $this->networkTier; } public function setPublicPtrDomainName($publicPtrDomainName) { $this->publicPtrDomainName = $publicPtrDomainName; } public function getPublicPtrDomainName() { return $this->publicPtrDomainName; } public function setSetPublicPtr($setPublicPtr) { $this->setPublicPtr = $setPublicPtr; } public function getSetPublicPtr() { return $this->setPublicPtr; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK% ZVvendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z?щYvendor/google/apiclient-services/src/Google/Service/Compute/ReservationsResizeRequest.phpnu[specificSkuCount = $specificSkuCount; } public function getSpecificSkuCount() { return $this->specificSkuCount; } } PK% Z6ivendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z'pҽcvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ForwardingRuleAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ForwardingRuleAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zqtt`vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.phpnu[instances = $instances; } /** * @return Google_Service_Compute_InstanceReference[] */ public function getInstances() { return $this->instances; } } PK% Zʿ Ovendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorType.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaximumCardsPerInstance($maximumCardsPerInstance) { $this->maximumCardsPerInstance = $maximumCardsPerInstance; } public function getMaximumCardsPerInstance() { return $this->maximumCardsPerInstance; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK% ZZ_vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_CommitmentAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_CommitmentAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZPu^vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeGroupAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeGroupAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% ZzLX44Hvendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Zone[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Zone[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ZoneListWarning */ public function setWarning(Google_Service_Compute_ZoneListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ZoneListWarning */ public function getWarning() { return $this->warning; } } PK% Zac0 Xvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_SubnetworksScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_SubnetworksScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK% Z4,,gvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateSelfManagedSslCertificate.phpnu[certificate = $certificate; } public function getCertificate() { return $this->certificate; } public function setPrivateKey($privateKey) { $this->privateKey = $privateKey; } public function getPrivateKey() { return $this->privateKey; } } PK% Z~ǨPvendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.phpnu[headerName = $headerName; } public function getHeaderName() { return $this->headerName; } public function setHeaderValue($headerValue) { $this->headerValue = $headerValue; } public function getHeaderValue() { return $this->headerValue; } public function setReplace($replace) { $this->replace = $replace; } public function getReplace() { return $this->replace; } } PK% Z1IRvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetInstance[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetInstance[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetInstanceListWarning */ public function setWarning(Google_Service_Compute_TargetInstanceListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetInstanceListWarning */ public function getWarning() { return $this->warning; } } PK% Zd  Lvendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.phpnu[bestRoutes = $bestRoutes; } /** * @return Google_Service_Compute_Route[] */ public function getBestRoutes() { return $this->bestRoutes; } /** * @param Google_Service_Compute_Route[] */ public function setBestRoutesForRouter($bestRoutesForRouter) { $this->bestRoutesForRouter = $bestRoutesForRouter; } /** * @return Google_Service_Compute_Route[] */ public function getBestRoutesForRouter() { return $this->bestRoutesForRouter; } /** * @param Google_Service_Compute_RouterStatusBgpPeerStatus[] */ public function setBgpPeerStatus($bgpPeerStatus) { $this->bgpPeerStatus = $bgpPeerStatus; } /** * @return Google_Service_Compute_RouterStatusBgpPeerStatus[] */ public function getBgpPeerStatus() { return $this->bgpPeerStatus; } /** * @param Google_Service_Compute_RouterStatusNatStatus[] */ public function setNatStatus($natStatus) { $this->natStatus = $natStatus; } /** * @return Google_Service_Compute_RouterStatusNatStatus[] */ public function getNatStatus() { return $this->natStatus; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } } PK% Zf2 2 Vvendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ExternalVpnGateway[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ExternalVpnGateway[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ExternalVpnGatewayListWarning */ public function setWarning(Google_Service_Compute_ExternalVpnGatewayListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ExternalVpnGatewayListWarning */ public function getWarning() { return $this->warning; } } PK% ZSvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetHttpProxy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetHttpProxy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetHttpProxyListWarning */ public function setWarning(Google_Service_Compute_TargetHttpProxyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetHttpProxyListWarning */ public function getWarning() { return $this->warning; } } PK% ZwuZvendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeTypesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeTypesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z\Y Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSelfLinkWithId($selfLinkWithId) { $this->selfLinkWithId = $selfLinkWithId; } public function getSelfLinkWithId() { return $this->selfLinkWithId; } public function setUrlMap($urlMap) { $this->urlMap = $urlMap; } public function getUrlMap() { return $this->urlMap; } public function setValidateForProxyless($validateForProxyless) { $this->validateForProxyless = $validateForProxyless; } public function getValidateForProxyless() { return $this->validateForProxyless; } } PK% ZֵPvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.phpnu[vpnConnections = $vpnConnections; } /** * @return Google_Service_Compute_VpnGatewayStatusVpnConnection[] */ public function getVpnConnections() { return $this->vpnConnections; } } PK% Z䷝ff_vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointWithHealthStatus.phpnu[healths = $healths; } /** * @return Google_Service_Compute_HealthStatusForNetworkEndpoint[] */ public function getHealths() { return $this->healths; } /** * @param Google_Service_Compute_NetworkEndpoint */ public function setNetworkEndpoint(Google_Service_Compute_NetworkEndpoint $networkEndpoint) { $this->networkEndpoint = $networkEndpoint; } /** * @return Google_Service_Compute_NetworkEndpoint */ public function getNetworkEndpoint() { return $this->networkEndpoint; } } PK% Z$Hvendor/google/apiclient-services/src/Google/Service/Compute/Duration.phpnu[nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK% Z[ffOvendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.phpnu[corsPolicy = $corsPolicy; } /** * @return Google_Service_Compute_CorsPolicy */ public function getCorsPolicy() { return $this->corsPolicy; } /** * @param Google_Service_Compute_HttpFaultInjection */ public function setFaultInjectionPolicy(Google_Service_Compute_HttpFaultInjection $faultInjectionPolicy) { $this->faultInjectionPolicy = $faultInjectionPolicy; } /** * @return Google_Service_Compute_HttpFaultInjection */ public function getFaultInjectionPolicy() { return $this->faultInjectionPolicy; } /** * @param Google_Service_Compute_Duration */ public function setMaxStreamDuration(Google_Service_Compute_Duration $maxStreamDuration) { $this->maxStreamDuration = $maxStreamDuration; } /** * @return Google_Service_Compute_Duration */ public function getMaxStreamDuration() { return $this->maxStreamDuration; } /** * @param Google_Service_Compute_RequestMirrorPolicy */ public function setRequestMirrorPolicy(Google_Service_Compute_RequestMirrorPolicy $requestMirrorPolicy) { $this->requestMirrorPolicy = $requestMirrorPolicy; } /** * @return Google_Service_Compute_RequestMirrorPolicy */ public function getRequestMirrorPolicy() { return $this->requestMirrorPolicy; } /** * @param Google_Service_Compute_HttpRetryPolicy */ public function setRetryPolicy(Google_Service_Compute_HttpRetryPolicy $retryPolicy) { $this->retryPolicy = $retryPolicy; } /** * @return Google_Service_Compute_HttpRetryPolicy */ public function getRetryPolicy() { return $this->retryPolicy; } /** * @param Google_Service_Compute_Duration */ public function setTimeout(Google_Service_Compute_Duration $timeout) { $this->timeout = $timeout; } /** * @return Google_Service_Compute_Duration */ public function getTimeout() { return $this->timeout; } /** * @param Google_Service_Compute_UrlRewrite */ public function setUrlRewrite(Google_Service_Compute_UrlRewrite $urlRewrite) { $this->urlRewrite = $urlRewrite; } /** * @return Google_Service_Compute_UrlRewrite */ public function getUrlRewrite() { return $this->urlRewrite; } /** * @param Google_Service_Compute_WeightedBackendService[] */ public function setWeightedBackendServices($weightedBackendServices) { $this->weightedBackendServices = $weightedBackendServices; } /** * @return Google_Service_Compute_WeightedBackendService[] */ public function getWeightedBackendServices() { return $this->weightedBackendServices; } } PK% Z bvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NetworkEndpointGroupsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NetworkEndpointGroupsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_NetworkEndpointGroupAggregatedListWarning */ public function setWarning(Google_Service_Compute_NetworkEndpointGroupAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NetworkEndpointGroupAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% ZyZ[vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_LicensesListResponseWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_LicensesListResponseWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Zd]vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% ZpEuuQvendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Z*veeavendor/google/apiclient-services/src/Google/Service/Compute/ProjectsDisableXpnResourceRequest.phpnu[xpnResource = $xpnResource; } /** * @return Google_Service_Compute_XpnResourceId */ public function getXpnResource() { return $this->xpnResource; } } PK% Z>AAWvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.phpnu[diskGb = $diskGb; } public function getDiskGb() { return $this->diskGb; } } PK% ZLNYYhvendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetBackendServiceRequest.phpnu[service = $service; } public function getService() { return $this->service; } } PK% Zg$ʶ Fvendor/google/apiclient-services/src/Google/Service/Compute/Region.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_Quota[] */ public function setQuotas($quotas) { $this->quotas = $quotas; } /** * @return Google_Service_Compute_Quota[] */ public function getQuotas() { return $this->quotas; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSupportsPzs($supportsPzs) { $this->supportsPzs = $supportsPzs; } public function getSupportsPzs() { return $this->supportsPzs; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } } PK% Z;IbxxRvendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.phpnu[zones = $zones; } /** * @return Google_Service_Compute_DistributionPolicyZoneConfiguration[] */ public function getZones() { return $this->zones; } } PK% Zemvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z/]vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeTypeAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeTypeAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK% Za66Wvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectCircuitInfo.phpnu[customerDemarcId = $customerDemarcId; } public function getCustomerDemarcId() { return $this->customerDemarcId; } public function setGoogleCircuitId($googleCircuitId) { $this->googleCircuitId = $googleCircuitId; } public function getGoogleCircuitId() { return $this->googleCircuitId; } public function setGoogleDemarcId($googleDemarcId) { $this->googleDemarcId = $googleDemarcId; } public function getGoogleDemarcId() { return $this->googleDemarcId; } } PK% ZLvawUvendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappings.phpnu[instanceName = $instanceName; } public function getInstanceName() { return $this->instanceName; } /** * @param Google_Service_Compute_VmEndpointNatMappingsInterfaceNatMappings[] */ public function setInterfaceNatMappings($interfaceNatMappings) { $this->interfaceNatMappings = $interfaceNatMappings; } /** * @return Google_Service_Compute_VmEndpointNatMappingsInterfaceNatMappings[] */ public function getInterfaceNatMappings() { return $this->interfaceNatMappings; } } PK% Zvevendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoutesListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK% Z9//Yvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyRuleMatcher.phpnu[destIpRanges = $destIpRanges; } public function getDestIpRanges() { return $this->destIpRanges; } /** * @param Google_Service_Compute_FirewallPolicyRuleMatcherLayer4Config[] */ public function setLayer4Configs($layer4Configs) { $this->layer4Configs = $layer4Configs; } /** * @return Google_Service_Compute_FirewallPolicyRuleMatcherLayer4Config[] */ public function getLayer4Configs() { return $this->layer4Configs; } public function setSrcIpRanges($srcIpRanges) { $this->srcIpRanges = $srcIpRanges; } public function getSrcIpRanges() { return $this->srcIpRanges; } public function setSrcSecureLabels($srcSecureLabels) { $this->srcSecureLabels = $srcSecureLabels; } public function getSrcSecureLabels() { return $this->srcSecureLabels; } } PK% Z>nΩNvendor/google/apiclient-services/src/Google/Service/Compute/SSLHealthCheck.phpnu[port = $port; } public function getPort() { return $this->port; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } public function setPortSpecification($portSpecification) { $this->portSpecification = $portSpecification; } public function getPortSpecification() { return $this->portSpecification; } public function setProxyHeader($proxyHeader) { $this->proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } public function setRequest($request) { $this->request = $request; } public function getRequest() { return $this->request; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK% ZD?& Xvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_CommitmentsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_CommitmentsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_CommitmentAggregatedListWarning */ public function setWarning(Google_Service_Compute_CommitmentAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_CommitmentAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK% ZO5K''Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.phpnu[ * $computeService = new Google_Service_Compute(...); * $globalOperations = $computeService->globalOperations; * */ class Google_Service_Compute_Resource_GlobalOperations extends Google_Service_Resource { /** * Retrieves an aggregated list of all operations. * (globalOperations.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_OperationAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList"); } /** * Deletes the specified Operations resource. (globalOperations.delete) * * @param string $project Project ID for this request. * @param string $operation Name of the Operations resource to delete. * @param array $optParams Optional parameters. */ public function delete($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the specified Operations resource. Gets a list of operations by * making a `list()` request. (globalOperations.get) * * @param string $project Project ID for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function get($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of Operation resources contained within the specified * project. (globalOperations.listGlobalOperations) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_OperationList */ public function listGlobalOperations($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_OperationList"); } /** * Waits for the specified Operation resource to return as `DONE` or for the * request to approach the 2 minute deadline, and retrieves the specified * Operation resource. This method differs from the `GET` method in that it * waits for no more than the default deadline (2 minutes) and then returns the * current state of the operation, which might be `DONE` or still in progress. * * This method is called on a best-effort basis. Specifically: - In uncommon * cases, when the server is overloaded, the request might return before the * default deadline is reached, or might return after zero seconds. - If the * default deadline is reached, there is no guarantee that the operation is * actually done when the method returns. Be prepared to retry if the operation * is not `DONE`. (globalOperations.wait) * * @param string $project Project ID for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function wait($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('wait', array($params), "Google_Service_Compute_Operation"); } } PK% Z O.O.^vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.phpnu[ * $computeService = new Google_Service_Compute(...); * $globalForwardingRules = $computeService->globalForwardingRules; * */ class Google_Service_Compute_Resource_GlobalForwardingRules extends Google_Service_Resource { /** * Deletes the specified GlobalForwardingRule resource. * (globalForwardingRules.delete) * * @param string $project Project ID for this request. * @param string $forwardingRule Name of the ForwardingRule resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $forwardingRule, $optParams = array()) { $params = array('project' => $project, 'forwardingRule' => $forwardingRule); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified GlobalForwardingRule resource. Gets a list of available * forwarding rules by making a list() request. (globalForwardingRules.get) * * @param string $project Project ID for this request. * @param string $forwardingRule Name of the ForwardingRule resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_ForwardingRule */ public function get($project, $forwardingRule, $optParams = array()) { $params = array('project' => $project, 'forwardingRule' => $forwardingRule); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); } /** * Creates a GlobalForwardingRule resource in the specified project using the * data included in the request. (globalForwardingRules.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_ForwardingRule $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of GlobalForwardingRule resources available to the specified * project. (globalForwardingRules.listGlobalForwardingRules) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ForwardingRuleList */ public function listGlobalForwardingRules($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); } /** * Updates the specified forwarding rule with the data included in the request. * This method supports PATCH semantics and uses the JSON merge patch format and * processing rules. Currently, you can only patch the network_tier field. * (globalForwardingRules.patch) * * @param string $project Project ID for this request. * @param string $forwardingRule Name of the ForwardingRule resource to patch. * @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 patch($project, $forwardingRule, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) { $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the labels on the specified resource. To learn more about labels, read * the Labeling Resources documentation. (globalForwardingRules.setLabels) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * 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()) { $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); } } PK% Z`=AjNvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.phpnu[ * $computeService = new Google_Service_Compute(...); * $zones = $computeService->zones; * */ class Google_Service_Compute_Resource_Zones extends Google_Service_Resource { /** * Returns the specified Zone resource. Gets a list of available zones by making * a list() request. (zones.get) * * @param string $project Project ID for this request. * @param string $zone Name of the zone resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Zone */ public function get($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Zone"); } /** * Retrieves the list of Zone resources available to the specified project. * (zones.listZones) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ZoneList */ public function listZones($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ZoneList"); } } PK% Z Ovendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.phpnu[ * $computeService = new Google_Service_Compute(...); * $routes = $computeService->routes; * */ class Google_Service_Compute_Resource_Routes extends Google_Service_Resource { /** * Deletes the specified Route resource. (routes.delete) * * @param string $project Project ID for this request. * @param string $route Name of the Route resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $route, $optParams = array()) { $params = array('project' => $project, 'route' => $route); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified Route resource. Gets a list of available routes by * making a list() request. (routes.get) * * @param string $project Project ID for this request. * @param string $route Name of the Route resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Route */ public function get($project, $route, $optParams = array()) { $params = array('project' => $project, 'route' => $route); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Route"); } /** * Creates a Route resource in the specified project using the data included in * the request. (routes.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Route $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_Route $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of Route resources available to the specified project. * (routes.listRoutes) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RouteList */ public function listRoutes($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RouteList"); } } PK% Z  ^vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectLocations.phpnu[ * $computeService = new Google_Service_Compute(...); * $interconnectLocations = $computeService->interconnectLocations; * */ class Google_Service_Compute_Resource_InterconnectLocations extends Google_Service_Resource { /** * Returns the details for the specified interconnect location. Gets a list of * available interconnect locations by making a list() request. * (interconnectLocations.get) * * @param string $project Project ID for this request. * @param string $interconnectLocation Name of the interconnect location to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InterconnectLocation */ public function get($project, $interconnectLocation, $optParams = array()) { $params = array('project' => $project, 'interconnectLocation' => $interconnectLocation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InterconnectLocation"); } /** * Retrieves the list of interconnect locations available to the specified * project. (interconnectLocations.listInterconnectLocations) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InterconnectLocationList */ public function listInterconnectLocations($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InterconnectLocationList"); } } PK% ZqB&B&Vvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Interconnects.phpnu[ * $computeService = new Google_Service_Compute(...); * $interconnects = $computeService->interconnects; * */ class Google_Service_Compute_Resource_Interconnects extends Google_Service_Resource { /** * Deletes the specified interconnect. (interconnects.delete) * * @param string $project Project ID for this request. * @param string $interconnect Name of the interconnect to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $interconnect, $optParams = array()) { $params = array('project' => $project, 'interconnect' => $interconnect); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified interconnect. Get a list of available interconnects by * making a list() request. (interconnects.get) * * @param string $project Project ID for this request. * @param string $interconnect Name of the interconnect to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Interconnect */ public function get($project, $interconnect, $optParams = array()) { $params = array('project' => $project, 'interconnect' => $interconnect); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Interconnect"); } /** * Returns the interconnectDiagnostics for the specified interconnect. * (interconnects.getDiagnostics) * * @param string $project Project ID for this request. * @param string $interconnect Name of the interconnect resource to query. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InterconnectsGetDiagnosticsResponse */ public function getDiagnostics($project, $interconnect, $optParams = array()) { $params = array('project' => $project, 'interconnect' => $interconnect); $params = array_merge($params, $optParams); return $this->call('getDiagnostics', array($params), "Google_Service_Compute_InterconnectsGetDiagnosticsResponse"); } /** * Creates a Interconnect in the specified project using the data included in * the request. (interconnects.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Interconnect $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_Interconnect $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of interconnect available to the specified project. * (interconnects.listInterconnects) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InterconnectList */ public function listInterconnects($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InterconnectList"); } /** * Updates the specified interconnect with the data included in the request. * This method supports PATCH semantics and uses the JSON merge patch format and * processing rules. (interconnects.patch) * * @param string $project Project ID for this request. * @param string $interconnect Name of the interconnect to update. * @param Google_Service_Compute_Interconnect $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $interconnect, Google_Service_Compute_Interconnect $postBody, $optParams = array()) { $params = array('project' => $project, 'interconnect' => $interconnect, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK% Z)99Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetHttpProxies = $computeService->targetHttpProxies; * */ class Google_Service_Compute_Resource_TargetHttpProxies extends Google_Service_Resource { /** * Retrieves the list of all TargetHttpProxy resources, regional and global, * available to the specified project. (targetHttpProxies.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetHttpProxyAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetHttpProxyAggregatedList"); } /** * Deletes the specified TargetHttpProxy resource. (targetHttpProxies.delete) * * @param string $project Project ID for this request. * @param string $targetHttpProxy Name of the TargetHttpProxy resource to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $targetHttpProxy, $optParams = array()) { $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetHttpProxy resource. Gets a list of available * target HTTP proxies by making a list() request. (targetHttpProxies.get) * * @param string $project Project ID for this request. * @param string $targetHttpProxy Name of the TargetHttpProxy resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetHttpProxy */ public function get($project, $targetHttpProxy, $optParams = array()) { $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); } /** * Creates a TargetHttpProxy resource in the specified project using the data * included in the request. (targetHttpProxies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_TargetHttpProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of TargetHttpProxy resources available to the specified * project. (targetHttpProxies.listTargetHttpProxies) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetHttpProxyList */ public function listTargetHttpProxies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); } /** * Patches the specified TargetHttpProxy resource with the data included in the * request. This method supports PATCH semantics and uses JSON merge patch * format and processing rules. (== suppress_warning http-rest-shadowed ==) * (targetHttpProxies.patch) * * @param string $project Project ID for this request. * @param string $targetHttpProxy Name of the TargetHttpProxy resource to patch. * @param Google_Service_Compute_TargetHttpProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $targetHttpProxy, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Changes the URL map for TargetHttpProxy. (targetHttpProxies.setUrlMap) * * @param string $project Project ID for this request. * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map * for. * @param Google_Service_Compute_UrlMapReference $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setUrlMap($project, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) { $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); } } PK% Z:+ز&!&!Uvendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.phpnu[ * $computeService = new Google_Service_Compute(...); * $machineTypes = $computeService->machineTypes; * */ class Google_Service_Compute_Resource_MachineTypes extends Google_Service_Resource { /** * Retrieves an aggregated list of machine types. (machineTypes.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_MachineTypeAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList"); } /** * Returns the specified machine type. Gets a list of available machine types by * making a list() request. (machineTypes.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $machineType Name of the machine type to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_MachineType */ public function get($project, $zone, $machineType, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_MachineType"); } /** * Retrieves a list of machine types available to the specified project. * (machineTypes.listMachineTypes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_MachineTypeList */ public function listMachineTypes($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_MachineTypeList"); } } PK% Zn>*>*Qvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.phpnu[ * $computeService = new Google_Service_Compute(...); * $licenses = $computeService->licenses; * */ class Google_Service_Compute_Resource_Licenses extends Google_Service_Resource { /** * Deletes the specified license. Caution This resource is intended for use * only by third-party partners who are creating Cloud Marketplace images. * (licenses.delete) * * @param string $project Project ID for this request. * @param string $license Name of the license resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $license, $optParams = array()) { $params = array('project' => $project, 'license' => $license); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified License resource. Caution This resource is intended * for use only by third-party partners who are creating Cloud Marketplace * images. (licenses.get) * * @param string $project Project ID for this request. * @param string $license Name of the License resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_License */ public function get($project, $license, $optParams = array()) { $params = array('project' => $project, 'license' => $license); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_License"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. Caution This resource is intended for use only by third- * party partners who are creating Cloud Marketplace images. * (licenses.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Create a License resource in the specified project. Caution This resource is * intended for use only by third-party partners who are creating Cloud * Marketplace images. (licenses.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_License $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_License $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of licenses available in the specified project. This * method does not get any licenses that belong to other projects, including * licenses attached to publicly-available images, like Debian 9. If you want to * get a list of publicly-available licenses, use this method to make a request * to the respective image project, such as debian-cloud or windows-cloud. * Caution This resource is intended for use only by third-party partners who * are creating Cloud Marketplace images. (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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_LicensesListResponse */ public function listLicenses($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_LicensesListResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Caution This resource is intended for use only by third- * party partners who are creating Cloud Marketplace images. * (licenses.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns permissions that a caller has on the specified resource. Caution * This resource is intended for use only by third-party partners who are * creating Cloud Marketplace images. (licenses.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Z+evendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOrganizationOperations.phpnu[ * $computeService = new Google_Service_Compute(...); * $globalOrganizationOperations = $computeService->globalOrganizationOperations; * */ class Google_Service_Compute_Resource_GlobalOrganizationOperations extends Google_Service_Resource { /** * Deletes the specified Operations resource. * (globalOrganizationOperations.delete) * * @param string $operation Name of the Operations resource to delete. * @param array $optParams Optional parameters. * * @opt_param string parentId Parent ID for this request. */ public function delete($operation, $optParams = array()) { $params = array('operation' => $operation); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the specified Operations resource. Gets a list of operations by * making a `list()` request. (globalOrganizationOperations.get) * * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * * @opt_param string parentId Parent ID for this request. * @return Google_Service_Compute_Operation */ public function get($operation, $optParams = array()) { $params = array('operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of Operation resources contained within the specified * organization. (globalOrganizationOperations.listGlobalOrganizationOperations) * * @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. * @opt_param string parentId Parent ID for this request. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_OperationList */ public function listGlobalOrganizationOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_OperationList"); } } PK% Z#AYAYNvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.phpnu[ * $computeService = new Google_Service_Compute(...); * $disks = $computeService->disks; * */ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource { /** * Adds existing resource policies to a disk. You can only add one policy which * will be applied to this disk for scheduling snapshot creation. * (disks.addResourcePolicies) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $disk The disk name for this request. * @param Google_Service_Compute_DisksAddResourcePoliciesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addResourcePolicies($project, $zone, $disk, Google_Service_Compute_DisksAddResourcePoliciesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addResourcePolicies', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves an aggregated list of persistent disks. (disks.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_DiskAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList"); } /** * Creates a snapshot of a specified persistent disk. (disks.createSnapshot) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $disk Name of the persistent disk to snapshot. * @param Google_Service_Compute_Snapshot $postBody * @param array $optParams Optional parameters. * * @opt_param bool guestFlush [Input Only] Whether to attempt an application * consistent snapshot by informing the OS to prepare for the snapshot process. * Currently only supported on Windows instances using the Volume Shadow Copy * Service (VSS). * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function createSnapshot($project, $zone, $disk, Google_Service_Compute_Snapshot $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified persistent disk. Deleting a disk removes its data * permanently and is irreversible. However, deleting a disk does not delete any * snapshots previously made from the disk. You must separately delete * snapshots. (disks.delete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $disk Name of the persistent disk to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $disk, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns a specified persistent disk. Gets a list of available persistent * disks by making a list() request. (disks.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $disk Name of the persistent disk to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Disk */ public function get($project, $zone, $disk, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Disk"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (disks.getIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $zone, $resource, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a persistent disk in the specified project using the data in the * request. You can create a disk from a source (sourceImage, sourceSnapshot, or * sourceDisk) or create an empty 500 GB data disk by omitting all properties. * You can also create a disk that is larger than the default size by specifying * the sizeGb property. (disks.insert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param Google_Service_Compute_Disk $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @opt_param string sourceImage Source image to restore onto a disk. This field * is optional. * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of persistent disks contained within the specified zone. * (disks.listDisks) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_DiskList */ public function listDisks($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_DiskList"); } /** * Removes resource policies from a disk. (disks.removeResourcePolicies) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $disk The disk name for this request. * @param Google_Service_Compute_DisksRemoveResourcePoliciesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeResourcePolicies($project, $zone, $disk, Google_Service_Compute_DisksRemoveResourcePoliciesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeResourcePolicies', array($params), "Google_Service_Compute_Operation"); } /** * Resizes the specified persistent disk. You can only increase the size of the * disk. (disks.resize) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $disk The name of the persistent disk. * @param Google_Service_Compute_DisksResizeRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function resize($project, $zone, $disk, Google_Service_Compute_DisksResizeRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (disks.setIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Sets the labels on a disk. To learn more about labels, read the Labeling * Resources documentation. (disks.setLabels) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_ZoneSetLabelsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setLabels($project, $zone, $resource, Google_Service_Compute_ZoneSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (disks.testIamPermissions) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Zdi#8#8Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetSslProxies = $computeService->targetSslProxies; * */ class Google_Service_Compute_Resource_TargetSslProxies extends Google_Service_Resource { /** * Deletes the specified TargetSslProxy resource. (targetSslProxies.delete) * * @param string $project Project ID for this request. * @param string $targetSslProxy Name of the TargetSslProxy resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $targetSslProxy, $optParams = array()) { $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetSslProxy resource. Gets a list of available * target SSL proxies by making a list() request. (targetSslProxies.get) * * @param string $project Project ID for this request. * @param string $targetSslProxy Name of the TargetSslProxy resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetSslProxy */ public function get($project, $targetSslProxy, $optParams = array()) { $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetSslProxy"); } /** * Creates a TargetSslProxy resource in the specified project using the data * included in the request. (targetSslProxies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_TargetSslProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_TargetSslProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of TargetSslProxy resources available to the specified * project. (targetSslProxies.listTargetSslProxies) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetSslProxyList */ public function listTargetSslProxies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetSslProxyList"); } /** * Changes the BackendService for TargetSslProxy. * (targetSslProxies.setBackendService) * * @param string $project Project ID for this request. * @param string $targetSslProxy Name of the TargetSslProxy resource whose * BackendService resource is to be set. * @param Google_Service_Compute_TargetSslProxiesSetBackendServiceRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setBackendService($project, $targetSslProxy, Google_Service_Compute_TargetSslProxiesSetBackendServiceRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setBackendService', array($params), "Google_Service_Compute_Operation"); } /** * Changes the ProxyHeaderType for TargetSslProxy. * (targetSslProxies.setProxyHeader) * * @param string $project Project ID for this request. * @param string $targetSslProxy Name of the TargetSslProxy resource whose * ProxyHeader is to be set. * @param Google_Service_Compute_TargetSslProxiesSetProxyHeaderRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setProxyHeader($project, $targetSslProxy, Google_Service_Compute_TargetSslProxiesSetProxyHeaderRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setProxyHeader', array($params), "Google_Service_Compute_Operation"); } /** * Changes SslCertificates for TargetSslProxy. * (targetSslProxies.setSslCertificates) * * @param string $project Project ID for this request. * @param string $targetSslProxy Name of the TargetSslProxy resource whose * SslCertificate resource is to be set. * @param Google_Service_Compute_TargetSslProxiesSetSslCertificatesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setSslCertificates($project, $targetSslProxy, Google_Service_Compute_TargetSslProxiesSetSslCertificatesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); } /** * Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server- * side support for SSL features. This affects connections between clients and * the SSL proxy load balancer. They do not affect the connection between the * load balancer and the backends. (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"); } } PK% ZQ&:$$avendor/google/apiclient-services/src/Google/Service/Compute/Resource/PublicAdvertisedPrefixes.phpnu[ * $computeService = new Google_Service_Compute(...); * $publicAdvertisedPrefixes = $computeService->publicAdvertisedPrefixes; * */ class Google_Service_Compute_Resource_PublicAdvertisedPrefixes extends Google_Service_Resource { /** * Deletes the specified PublicAdvertisedPrefix * (publicAdvertisedPrefixes.delete) * * @param string $project Project ID for this request. * @param string $publicAdvertisedPrefix Name of the PublicAdvertisedPrefix * 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, $publicAdvertisedPrefix, $optParams = array()) { $params = array('project' => $project, 'publicAdvertisedPrefix' => $publicAdvertisedPrefix); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified PublicAdvertisedPrefix resource. * (publicAdvertisedPrefixes.get) * * @param string $project Project ID for this request. * @param string $publicAdvertisedPrefix Name of the PublicAdvertisedPrefix * resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_PublicAdvertisedPrefix */ public function get($project, $publicAdvertisedPrefix, $optParams = array()) { $params = array('project' => $project, 'publicAdvertisedPrefix' => $publicAdvertisedPrefix); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_PublicAdvertisedPrefix"); } /** * Creates a PublicAdvertisedPrefix in the specified project using the * parameters that are included in the request. * (publicAdvertisedPrefixes.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_PublicAdvertisedPrefix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_PublicAdvertisedPrefix $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists the PublicAdvertisedPrefixes for a project. * (publicAdvertisedPrefixes.listPublicAdvertisedPrefixes) * * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_PublicAdvertisedPrefixList */ public function listPublicAdvertisedPrefixes($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_PublicAdvertisedPrefixList"); } /** * 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. (publicAdvertisedPrefixes.patch) * * @param string $project Project ID for this request. * @param string $publicAdvertisedPrefix Name of the PublicAdvertisedPrefix * resource to patch. * @param Google_Service_Compute_PublicAdvertisedPrefix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $publicAdvertisedPrefix, Google_Service_Compute_PublicAdvertisedPrefix $postBody, $optParams = array()) { $params = array('project' => $project, 'publicAdvertisedPrefix' => $publicAdvertisedPrefix, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK% Z!7Ln00Tvendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslPolicies.phpnu[ * $computeService = new Google_Service_Compute(...); * $sslPolicies = $computeService->sslPolicies; * */ class Google_Service_Compute_Resource_SslPolicies extends Google_Service_Resource { /** * Deletes the specified SSL policy. The SSL policy resource can be deleted only * if it is not in use by any TargetHttpsProxy or TargetSslProxy resources. * (sslPolicies.delete) * * @param string $project Project ID for this request. * @param string $sslPolicy Name of the SSL policy to delete. The name must be * 1-63 characters long, and comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $sslPolicy, $optParams = array()) { $params = array('project' => $project, 'sslPolicy' => $sslPolicy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Lists all of the ordered rules present in a single specified policy. * (sslPolicies.get) * * @param string $project Project ID for this request. * @param string $sslPolicy Name of the SSL policy to update. The name must be * 1-63 characters long, and comply with RFC1035. * @param array $optParams Optional parameters. * @return Google_Service_Compute_SslPolicy */ public function get($project, $sslPolicy, $optParams = array()) { $params = array('project' => $project, 'sslPolicy' => $sslPolicy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_SslPolicy"); } /** * Returns the specified SSL policy resource. Gets a list of available SSL * policies by making a list() request. (sslPolicies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_SslPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_SslPolicy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists all the SSL policies that have been configured for the specified * project. (sslPolicies.listSslPolicies) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SslPoliciesList */ public function listSslPolicies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SslPoliciesList"); } /** * Lists all features that can be specified in the SSL policy when using custom * profile. (sslPolicies.listAvailableFeatures) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SslPoliciesListAvailableFeaturesResponse */ public function listAvailableFeatures($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('listAvailableFeatures', array($params), "Google_Service_Compute_SslPoliciesListAvailableFeaturesResponse"); } /** * Patches the specified SSL policy with the data included in the request. * (sslPolicies.patch) * * @param string $project Project ID for this request. * @param string $sslPolicy Name of the SSL policy to update. The name must be * 1-63 characters long, and comply with RFC1035. * @param Google_Service_Compute_SslPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $sslPolicy, Google_Service_Compute_SslPolicy $postBody, $optParams = array()) { $params = array('project' => $project, 'sslPolicy' => $sslPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK% Zg;^vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionSslCertificates = $computeService->regionSslCertificates; * */ class Google_Service_Compute_Resource_RegionSslCertificates extends Google_Service_Resource { /** * Deletes the specified SslCertificate resource in the region. * (regionSslCertificates.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $sslCertificate Name of the SslCertificate resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $sslCertificate, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified SslCertificate resource in the specified region. Get a * list of available SSL certificates by making a list() request. * (regionSslCertificates.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $sslCertificate Name of the SslCertificate resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_SslCertificate */ public function get($project, $region, $sslCertificate, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_SslCertificate"); } /** * Creates a SslCertificate resource in the specified project and region using * the data included in the request (regionSslCertificates.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_SslCertificate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_SslCertificate $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of SslCertificate resources available to the specified * project in the specified region. * (regionSslCertificates.listRegionSslCertificates) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SslCertificateList */ public function listRegionSslCertificates($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SslCertificateList"); } } PK% Z~8~ Rvendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTypes.phpnu[ * $computeService = new Google_Service_Compute(...); * $nodeTypes = $computeService->nodeTypes; * */ class Google_Service_Compute_Resource_NodeTypes extends Google_Service_Resource { /** * Retrieves an aggregated list of node types. (nodeTypes.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeTypeAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_NodeTypeAggregatedList"); } /** * Returns the specified node type. Gets a list of available node types by * making a list() request. (nodeTypes.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeType Name of the node type to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NodeType */ public function get($project, $zone, $nodeType, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeType' => $nodeType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NodeType"); } /** * Retrieves a list of node types available to the specified project. * (nodeTypes.listNodeTypes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeTypeList */ public function listNodeTypes($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NodeTypeList"); } } PK% Z|~Xvendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.phpnu[ * $computeService = new Google_Service_Compute(...); * $globalAddresses = $computeService->globalAddresses; * */ class Google_Service_Compute_Resource_GlobalAddresses extends Google_Service_Resource { /** * Deletes the specified address resource. (globalAddresses.delete) * * @param string $project Project ID for this request. * @param string $address Name of the address resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $address, $optParams = array()) { $params = array('project' => $project, 'address' => $address); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified address resource. Gets a list of available addresses by * making a list() request. (globalAddresses.get) * * @param string $project Project ID for this request. * @param string $address Name of the address resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Address */ public function get($project, $address, $optParams = array()) { $params = array('project' => $project, 'address' => $address); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Address"); } /** * Creates an address resource in the specified project by using the data * included in the request. (globalAddresses.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Address $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_Address $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of global addresses. (globalAddresses.listGlobalAddresses) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AddressList */ public function listGlobalAddresses($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_AddressList"); } } PK% ZN(ra-a-avendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionTargetHttpsProxies = $computeService->regionTargetHttpsProxies; * */ class Google_Service_Compute_Resource_RegionTargetHttpsProxies extends Google_Service_Resource { /** * Deletes the specified TargetHttpsProxy resource. * (regionTargetHttpsProxies.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $targetHttpsProxy, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetHttpsProxy resource in the specified region. Gets * a list of available target HTTP proxies by making a list() request. * (regionTargetHttpsProxies.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetHttpsProxy */ public function get($project, $region, $targetHttpsProxy, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetHttpsProxy"); } /** * Creates a TargetHttpsProxy resource in the specified project and region using * the data included in the request. (regionTargetHttpsProxies.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_TargetHttpsProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_TargetHttpsProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of TargetHttpsProxy resources available to the specified * project in the specified region. * (regionTargetHttpsProxies.listRegionTargetHttpsProxies) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetHttpsProxyList */ public function listRegionTargetHttpsProxies($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetHttpsProxyList"); } /** * Replaces SslCertificates for TargetHttpsProxy. * (regionTargetHttpsProxies.setSslCertificates) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set * an SslCertificates resource for. * @param Google_Service_Compute_RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setSslCertificates($project, $region, $targetHttpsProxy, Google_Service_Compute_RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); } /** * Changes the URL map for TargetHttpsProxy. * (regionTargetHttpsProxies.setUrlMap) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy to set a URL map * for. * @param Google_Service_Compute_UrlMapReference $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setUrlMap($project, $region, $targetHttpsProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); } } PK% ZPj5j5`vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectAttachments.phpnu[ * $computeService = new Google_Service_Compute(...); * $interconnectAttachments = $computeService->interconnectAttachments; * */ class Google_Service_Compute_Resource_InterconnectAttachments extends Google_Service_Resource { /** * Retrieves an aggregated list of interconnect attachments. * (interconnectAttachments.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InterconnectAttachmentAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_InterconnectAttachmentAggregatedList"); } /** * Deletes the specified interconnect attachment. * (interconnectAttachments.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $interconnectAttachment Name of the interconnect attachment to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $interconnectAttachment, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'interconnectAttachment' => $interconnectAttachment); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified interconnect attachment. (interconnectAttachments.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $interconnectAttachment Name of the interconnect attachment to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InterconnectAttachment */ public function get($project, $region, $interconnectAttachment, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'interconnectAttachment' => $interconnectAttachment); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InterconnectAttachment"); } /** * Creates an InterconnectAttachment in the specified project using the data * included in the request. (interconnectAttachments.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_InterconnectAttachment $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @opt_param bool validateOnly If true, the request will not be committed. * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_InterconnectAttachment $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of interconnect attachments contained within the specified * region. (interconnectAttachments.listInterconnectAttachments) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InterconnectAttachmentList */ public function listInterconnectAttachments($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InterconnectAttachmentList"); } /** * Updates the specified interconnect attachment with the data included in the * request. This method supports PATCH semantics and uses the JSON merge patch * format and processing rules. (interconnectAttachments.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $interconnectAttachment Name of the interconnect attachment to * patch. * @param Google_Service_Compute_InterconnectAttachment $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, $interconnectAttachment, Google_Service_Compute_InterconnectAttachment $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'interconnectAttachment' => $interconnectAttachment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK% Zy%)%)Rvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.phpnu[ * $computeService = new Google_Service_Compute(...); * $firewalls = $computeService->firewalls; * */ class Google_Service_Compute_Resource_Firewalls extends Google_Service_Resource { /** * Deletes the specified firewall. (firewalls.delete) * * @param string $project Project ID for this request. * @param string $firewall Name of the firewall rule to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $firewall, $optParams = array()) { $params = array('project' => $project, 'firewall' => $firewall); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified firewall. (firewalls.get) * * @param string $project Project ID for this request. * @param string $firewall Name of the firewall rule to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Firewall */ public function get($project, $firewall, $optParams = array()) { $params = array('project' => $project, 'firewall' => $firewall); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Firewall"); } /** * Creates a firewall rule in the specified project using the data included in * the request. (firewalls.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Firewall $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_Firewall $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of firewall rules available to the specified project. * (firewalls.listFirewalls) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_FirewallList */ public function listFirewalls($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_FirewallList"); } /** * Updates the specified firewall rule with the data included in the request. * This method supports PATCH semantics and uses the JSON merge patch format and * processing rules. (firewalls.patch) * * @param string $project Project ID for this request. * @param string $firewall Name of the firewall rule to patch. * @param Google_Service_Compute_Firewall $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array()) { $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified firewall rule with the data included in the request. * Note that all fields will be updated if using PUT, even fields that are not * specified. To update individual fields, please use PATCH instead. * (firewalls.update) * * @param string $project Project ID for this request. * @param string $firewall Name of the firewall rule to update. * @param Google_Service_Compute_Firewall $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array()) { $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% Zƙ77Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/PacketMirrorings.phpnu[ * $computeService = new Google_Service_Compute(...); * $packetMirrorings = $computeService->packetMirrorings; * */ class Google_Service_Compute_Resource_PacketMirrorings extends Google_Service_Resource { /** * Retrieves an aggregated list of packetMirrorings. * (packetMirrorings.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_PacketMirroringAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_PacketMirroringAggregatedList"); } /** * Deletes the specified PacketMirroring resource. (packetMirrorings.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $packetMirroring Name of the PacketMirroring 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, $packetMirroring, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'packetMirroring' => $packetMirroring); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified PacketMirroring resource. (packetMirrorings.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $packetMirroring Name of the PacketMirroring resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_PacketMirroring */ public function get($project, $region, $packetMirroring, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'packetMirroring' => $packetMirroring); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_PacketMirroring"); } /** * Creates a PacketMirroring resource in the specified project and region using * the data included in the request. (packetMirrorings.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_PacketMirroring $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_PacketMirroring $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of PacketMirroring resources available to the specified * project and region. (packetMirrorings.listPacketMirrorings) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_PacketMirroringList */ public function listPacketMirrorings($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_PacketMirroringList"); } /** * Patches the specified PacketMirroring resource with the data included in the * request. This method supports PATCH semantics and uses JSON merge patch * format and processing rules. (packetMirrorings.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $packetMirroring Name of the PacketMirroring resource to patch. * @param Google_Service_Compute_PacketMirroring $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $packetMirroring, Google_Service_Compute_PacketMirroring $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'packetMirroring' => $packetMirroring, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (packetMirrorings.testIamPermissions) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% ZǀD}A}AXvendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.phpnu[ * $computeService = new Google_Service_Compute(...); * $forwardingRules = $computeService->forwardingRules; * */ class Google_Service_Compute_Resource_ForwardingRules extends Google_Service_Resource { /** * Retrieves an aggregated list of forwarding rules. * (forwardingRules.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ForwardingRuleAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList"); } /** * Deletes the specified ForwardingRule resource. (forwardingRules.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $forwardingRule Name of the ForwardingRule resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $forwardingRule, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified ForwardingRule resource. (forwardingRules.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $forwardingRule Name of the ForwardingRule resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_ForwardingRule */ public function get($project, $region, $forwardingRule, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); } /** * Creates a ForwardingRule resource in the specified project and region using * the data included in the request. (forwardingRules.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_ForwardingRule $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of ForwardingRule resources available to the specified * project and region. (forwardingRules.listForwardingRules) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ForwardingRuleList */ public function listForwardingRules($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); } /** * Updates the specified forwarding rule with the data included in the request. * This method supports PATCH semantics and uses the JSON merge patch format and * processing rules. Currently, you can only patch the network_tier field. * (forwardingRules.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $forwardingRule Name of the ForwardingRule resource to patch. * @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 patch($project, $region, $forwardingRule, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the labels on the specified resource. To learn more about labels, read * the Labeling Resources documentation. (forwardingRules.setLabels) * * @param string $project Project ID for this request. * @param string $region The region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetLabelsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setLabels($project, $region, $resource, Google_Service_Compute_RegionSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Changes target URL for forwarding rule. The new target should be of the same * type as the old target. (forwardingRules.setTarget) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $forwardingRule Name of the ForwardingRule resource in which * target is to be set. * @param Google_Service_Compute_TargetReference $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setTarget($project, $region, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); } } PK% Z))--Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetVpnGateways = $computeService->targetVpnGateways; * */ class Google_Service_Compute_Resource_TargetVpnGateways extends Google_Service_Resource { /** * Retrieves an aggregated list of target VPN gateways. * (targetVpnGateways.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetVpnGatewayAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetVpnGatewayAggregatedList"); } /** * Deletes the specified target VPN gateway. (targetVpnGateways.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $targetVpnGateway Name of the target VPN gateway to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $targetVpnGateway, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified target VPN gateway. Gets a list of available target VPN * gateways by making a list() request. (targetVpnGateways.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $targetVpnGateway Name of the target VPN gateway to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetVpnGateway */ public function get($project, $region, $targetVpnGateway, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetVpnGateway"); } /** * Creates a target VPN gateway in the specified project and region using the * data included in the request. (targetVpnGateways.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_TargetVpnGateway $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_TargetVpnGateway $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of target VPN gateways available to the specified project * and region. (targetVpnGateways.listTargetVpnGateways) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetVpnGatewayList */ public function listTargetVpnGateways($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetVpnGatewayList"); } } PK% Z]**Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.phpnu[ * $computeService = new Google_Service_Compute(...); * $httpsHealthChecks = $computeService->httpsHealthChecks; * */ class Google_Service_Compute_Resource_HttpsHealthChecks extends Google_Service_Resource { /** * Deletes the specified HttpsHealthCheck resource. (httpsHealthChecks.delete) * * @param string $project Project ID for this request. * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $httpsHealthCheck, $optParams = array()) { $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified HttpsHealthCheck resource. Gets a list of available * HTTPS health checks by making a list() request. (httpsHealthChecks.get) * * @param string $project Project ID for this request. * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_HttpsHealthCheck */ public function get($project, $httpsHealthCheck, $optParams = array()) { $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_HttpsHealthCheck"); } /** * Creates a HttpsHealthCheck resource in the specified project using the data * included in the request. (httpsHealthChecks.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_HttpsHealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_HttpsHealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of HttpsHealthCheck resources available to the specified * project. (httpsHealthChecks.listHttpsHealthChecks) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_HttpsHealthCheckList */ public function listHttpsHealthChecks($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_HttpsHealthCheckList"); } /** * Updates a HttpsHealthCheck resource in the specified project using the data * included in the request. This method supports PATCH semantics and uses the * JSON merge patch format and processing rules. (httpsHealthChecks.patch) * * @param string $project Project ID for this request. * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to * patch. * @param Google_Service_Compute_HttpsHealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $httpsHealthCheck, Google_Service_Compute_HttpsHealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates a HttpsHealthCheck resource in the specified project using the data * included in the request. (httpsHealthChecks.update) * * @param string $project Project ID for this request. * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to * update. * @param Google_Service_Compute_HttpsHealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $httpsHealthCheck, Google_Service_Compute_HttpsHealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% Zڰ%%Rvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.phpnu[ * $computeService = new Google_Service_Compute(...); * $snapshots = $computeService->snapshots; * */ class Google_Service_Compute_Resource_Snapshots extends Google_Service_Resource { /** * Deletes the specified Snapshot resource. Keep in mind that deleting a single * snapshot might not necessarily delete all the data on that snapshot. If any * data on the snapshot that is marked for deletion is needed for subsequent * snapshots, the data will be moved to the next corresponding snapshot. * * For more information, see Deleting snapshots. (snapshots.delete) * * @param string $project Project ID for this request. * @param string $snapshot Name of the Snapshot resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $snapshot, $optParams = array()) { $params = array('project' => $project, 'snapshot' => $snapshot); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified Snapshot resource. Gets a list of available snapshots * by making a list() request. (snapshots.get) * * @param string $project Project ID for this request. * @param string $snapshot Name of the Snapshot resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Snapshot */ public function get($project, $snapshot, $optParams = array()) { $params = array('project' => $project, 'snapshot' => $snapshot); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Snapshot"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (snapshots.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Retrieves the list of Snapshot resources contained within the specified * project. (snapshots.listSnapshots) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SnapshotList */ public function listSnapshots($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SnapshotList"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (snapshots.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Sets the labels on a snapshot. To learn more about labels, read the Labeling * Resources documentation. (snapshots.setLabels) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (snapshots.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% ZMM[vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetHttpsProxies = $computeService->targetHttpsProxies; * */ class Google_Service_Compute_Resource_TargetHttpsProxies extends Google_Service_Resource { /** * Retrieves the list of all TargetHttpsProxy resources, regional and global, * available to the specified project. (targetHttpsProxies.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetHttpsProxyAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetHttpsProxyAggregatedList"); } /** * Deletes the specified TargetHttpsProxy resource. (targetHttpsProxies.delete) * * @param string $project Project ID for this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $targetHttpsProxy, $optParams = array()) { $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetHttpsProxy resource. Gets a list of available * target HTTPS proxies by making a list() request. (targetHttpsProxies.get) * * @param string $project Project ID for this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetHttpsProxy */ public function get($project, $targetHttpsProxy, $optParams = array()) { $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetHttpsProxy"); } /** * Creates a TargetHttpsProxy resource in the specified project using the data * included in the request. (targetHttpsProxies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_TargetHttpsProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_TargetHttpsProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of TargetHttpsProxy resources available to the specified * project. (targetHttpsProxies.listTargetHttpsProxies) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetHttpsProxyList */ public function listTargetHttpsProxies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetHttpsProxyList"); } /** * Patches the specified TargetHttpsProxy resource with the data included in the * request. This method supports PATCH semantics and uses JSON merge patch * format and processing rules. (== suppress_warning http-rest-shadowed ==) * (targetHttpsProxies.patch) * * @param string $project Project ID for this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to * patch. * @param Google_Service_Compute_TargetHttpsProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $targetHttpsProxy, Google_Service_Compute_TargetHttpsProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the QUIC override policy for TargetHttpsProxy. * (targetHttpsProxies.setQuicOverride) * * @param string $project Project ID for this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set * the QUIC override policy for. The name should conform to RFC1035. * @param Google_Service_Compute_TargetHttpsProxiesSetQuicOverrideRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setQuicOverride($project, $targetHttpsProxy, Google_Service_Compute_TargetHttpsProxiesSetQuicOverrideRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setQuicOverride', array($params), "Google_Service_Compute_Operation"); } /** * Replaces SslCertificates for TargetHttpsProxy. * (targetHttpsProxies.setSslCertificates) * * @param string $project Project ID for this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set * an SslCertificates resource for. * @param Google_Service_Compute_TargetHttpsProxiesSetSslCertificatesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setSslCertificates($project, $targetHttpsProxy, Google_Service_Compute_TargetHttpsProxiesSetSslCertificatesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); } /** * Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the * server-side support for SSL features. This affects connections between * clients and the HTTPS proxy load balancer. They do not affect the connection * between the load balancer and the backends. (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) * * @param string $project Project ID for this request. * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource whose * URL map is to be set. * @param Google_Service_Compute_UrlMapReference $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setUrlMap($project, $targetHttpsProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) { $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); } } PK% Z@r!!dvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionNetworkEndpointGroups.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionNetworkEndpointGroups = $computeService->regionNetworkEndpointGroups; * */ class Google_Service_Compute_Resource_RegionNetworkEndpointGroups extends Google_Service_Resource { /** * Deletes the specified network endpoint group. Note that the NEG cannot be * deleted if it is configured as a backend of a backend service. * (regionNetworkEndpointGroups.delete) * * @param string $project Project ID for this request. * @param string $region The name of the region where the network endpoint group * is located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group to * delete. It should comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified network endpoint group. Gets a list of available * network endpoint groups by making a list() request. * (regionNetworkEndpointGroups.get) * * @param string $project Project ID for this request. * @param string $region The name of the region where the network endpoint group * is located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group. * It should comply with RFC1035. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NetworkEndpointGroup */ public function get($project, $region, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NetworkEndpointGroup"); } /** * Creates a network endpoint group in the specified project using the * parameters that are included in the request. * (regionNetworkEndpointGroups.insert) * * @param string $project Project ID for this request. * @param string $region The name of the region where you want to create the * network endpoint group. It should comply with RFC1035. * @param Google_Service_Compute_NetworkEndpointGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_NetworkEndpointGroup $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of regional network endpoint groups available to the * specified project in the given region. * (regionNetworkEndpointGroups.listRegionNetworkEndpointGroups) * * @param string $project Project ID for this request. * @param string $region The name of the region where the network endpoint group * is located. It should comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkEndpointGroupList */ public function listRegionNetworkEndpointGroups($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NetworkEndpointGroupList"); } } PK% Z{ٖ((Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.phpnu[ * $computeService = new Google_Service_Compute(...); * $instanceTemplates = $computeService->instanceTemplates; * */ class Google_Service_Compute_Resource_InstanceTemplates extends Google_Service_Resource { /** * Deletes the specified instance template. Deleting an instance template is * permanent and cannot be undone. It is not possible to delete templates that * are already in use by a managed instance group. (instanceTemplates.delete) * * @param string $project Project ID for this request. * @param string $instanceTemplate The name of the instance template to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $instanceTemplate, $optParams = array()) { $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified instance template. Gets a list of available instance * templates by making a list() request. (instanceTemplates.get) * * @param string $project Project ID for this request. * @param string $instanceTemplate The name of the instance template. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InstanceTemplate */ public function get($project, $instanceTemplate, $optParams = array()) { $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (instanceTemplates.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates an instance template in the specified project using the data that is * included in the request. If you are creating a new template to update an * existing instance group, your new instance template must use the same network * or, if applicable, the same subnetwork as the original template. * (instanceTemplates.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_InstanceTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_InstanceTemplate $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of instance templates that are contained within the * specified project. (instanceTemplates.listInstanceTemplates) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceTemplateList */ public function listInstanceTemplates($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (instanceTemplates.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (instanceTemplates.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Za2121^vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionBackendServices = $computeService->regionBackendServices; * */ class Google_Service_Compute_Resource_RegionBackendServices extends Google_Service_Resource { /** * Deletes the specified regional BackendService resource. * (regionBackendServices.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $backendService Name of the BackendService resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $backendService, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified regional BackendService resource. * (regionBackendServices.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $backendService Name of the BackendService resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_BackendService */ public function get($project, $region, $backendService, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_BackendService"); } /** * Gets the most recent health check results for this regional BackendService. * (regionBackendServices.getHealth) * * @param string $project * @param string $region Name of the region scoping this request. * @param string $backendService Name of the BackendService resource for which * to get health. * @param Google_Service_Compute_ResourceGroupReference $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_BackendServiceGroupHealth */ public function getHealth($project, $region, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth"); } /** * Creates a regional BackendService resource in the specified project using the * data included in the request. For more information, see Backend services * overview. (regionBackendServices.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_BackendService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_BackendService $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of regional BackendService resources available to the * specified project in the given region. * (regionBackendServices.listRegionBackendServices) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_BackendServiceList */ public function listRegionBackendServices($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); } /** * Updates the specified regional BackendService resource with the data included * in the request. For more information, see Understanding backend services * 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 patch. * @param Google_Service_Compute_BackendService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified regional BackendService resource with the data included * in the request. For more information, see Backend services overview. * (regionBackendServices.update) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $backendService Name of the BackendService resource to update. * @param Google_Service_Compute_BackendService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $region, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% ZXQQ^vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NetworkEndpointGroups.phpnu[ * $computeService = new Google_Service_Compute(...); * $networkEndpointGroups = $computeService->networkEndpointGroups; * */ class Google_Service_Compute_Resource_NetworkEndpointGroups extends Google_Service_Resource { /** * Retrieves the list of network endpoint groups and sorts them by zone. * (networkEndpointGroups.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkEndpointGroupAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_NetworkEndpointGroupAggregatedList"); } /** * Attach a list of network endpoints to the specified network endpoint group. * (networkEndpointGroups.attachNetworkEndpoints) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the network endpoint group is * located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group * where you are attaching network endpoints to. It should comply with RFC1035. * @param Google_Service_Compute_NetworkEndpointGroupsAttachEndpointsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function attachNetworkEndpoints($project, $zone, $networkEndpointGroup, Google_Service_Compute_NetworkEndpointGroupsAttachEndpointsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attachNetworkEndpoints', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified network endpoint group. The network endpoints in the * NEG and the VM instances they belong to are not terminated when the NEG is * deleted. Note that the NEG cannot be deleted if there are backend services * referencing it. (networkEndpointGroups.delete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the network endpoint group is * located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group to * delete. It should comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Detach a list of network endpoints from the specified network endpoint group. * (networkEndpointGroups.detachNetworkEndpoints) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the network endpoint group is * located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group * where you are removing network endpoints. It should comply with RFC1035. * @param Google_Service_Compute_NetworkEndpointGroupsDetachEndpointsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function detachNetworkEndpoints($project, $zone, $networkEndpointGroup, Google_Service_Compute_NetworkEndpointGroupsDetachEndpointsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detachNetworkEndpoints', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified network endpoint group. Gets a list of available * network endpoint groups by making a list() request. * (networkEndpointGroups.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the network endpoint group is * located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group. * It should comply with RFC1035. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NetworkEndpointGroup */ public function get($project, $zone, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NetworkEndpointGroup"); } /** * Creates a network endpoint group in the specified project using the * parameters that are included in the request. (networkEndpointGroups.insert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where you want to create the network * endpoint group. It should comply with RFC1035. * @param Google_Service_Compute_NetworkEndpointGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_NetworkEndpointGroup $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of network endpoint groups that are located in the * specified project and zone. (networkEndpointGroups.listNetworkEndpointGroups) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the network endpoint group is * located. It should comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkEndpointGroupList */ public function listNetworkEndpointGroups($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NetworkEndpointGroupList"); } /** * Lists the network endpoints in the specified network endpoint group. * (networkEndpointGroups.listNetworkEndpoints) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the network endpoint group is * located. It should comply with RFC1035. * @param string $networkEndpointGroup The name of the network endpoint group * from which you want to generate a list of included network endpoints. It * should comply with RFC1035. * @param Google_Service_Compute_NetworkEndpointGroupsListEndpointsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpoints */ public function listNetworkEndpoints($project, $zone, $networkEndpointGroup, Google_Service_Compute_NetworkEndpointGroupsListEndpointsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listNetworkEndpoints', array($params), "Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpoints"); } /** * Returns permissions that a caller has on the specified resource. * (networkEndpointGroups.testIamPermissions) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% ZN99Ovendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.phpnu[ * $computeService = new Google_Service_Compute(...); * $images = $computeService->images; * */ class Google_Service_Compute_Resource_Images extends Google_Service_Resource { /** * Deletes the specified image. (images.delete) * * @param string $project Project ID for this request. * @param string $image Name of the image resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $image, $optParams = array()) { $params = array('project' => $project, 'image' => $image); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Sets the deprecation status of an image. * * If an empty request body is given, clears the deprecation status instead. * (images.deprecate) * * @param string $project Project ID for this request. * @param string $image Image name. * @param Google_Service_Compute_DeprecationStatus $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deprecate($project, $image, Google_Service_Compute_DeprecationStatus $postBody, $optParams = array()) { $params = array('project' => $project, 'image' => $image, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deprecate', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified image. Gets a list of available images by making a * list() request. (images.get) * * @param string $project Project ID for this request. * @param string $image Name of the image resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Image */ public function get($project, $image, $optParams = array()) { $params = array('project' => $project, 'image' => $image); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Image"); } /** * Returns the latest image that is part of an image family and is not * deprecated. (images.getFromFamily) * * @param string $project Project ID for this request. * @param string $family Name of the image family to search for. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Image */ public function getFromFamily($project, $family, $optParams = array()) { $params = array('project' => $project, 'family' => $family); $params = array_merge($params, $optParams); return $this->call('getFromFamily', array($params), "Google_Service_Compute_Image"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (images.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates an image in the specified project using the data included in the * request. (images.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Image $postBody * @param array $optParams Optional parameters. * * @opt_param bool forceCreate Force image creation if true. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_Image $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of custom images available to the specified project. * Custom images are images you create that belong to your project. This method * does not get any images that belong to other projects, including publicly- * available images, like Debian 8. If you want to get a list of publicly- * available images, use this method to make a request to the respective image * project, such as debian-cloud or windows-cloud. (images.listImages) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ImageList */ public function listImages($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ImageList"); } /** * Patches the specified image with the data included in the request. Only the * following fields can be modified: family, description, deprecation status. * (images.patch) * * @param string $project Project ID for this request. * @param string $image Name of the image resource to patch. * @param Google_Service_Compute_Image $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $image, Google_Service_Compute_Image $postBody, $optParams = array()) { $params = array('project' => $project, 'image' => $image, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (images.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Sets the labels on an image. To learn more about labels, read the Labeling * Resources documentation. (images.setLabels) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (images.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Z )D%D%Vvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionUrlMaps = $computeService->regionUrlMaps; * */ class Google_Service_Compute_Resource_RegionUrlMaps extends Google_Service_Resource { /** * Deletes the specified UrlMap resource. (regionUrlMaps.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $urlMap Name of the UrlMap resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId begin_interface: MixerMutationRequestBuilder * Request ID to support idempotency. * @return Google_Service_Compute_Operation */ public function delete($project, $region, $urlMap, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified UrlMap resource. Gets a list of available URL maps by * making a list() request. (regionUrlMaps.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $urlMap Name of the UrlMap resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_UrlMap */ public function get($project, $region, $urlMap, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); } /** * Creates a UrlMap resource in the specified project using the data included in * the request. (regionUrlMaps.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_UrlMap $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId begin_interface: MixerMutationRequestBuilder * Request ID to support idempotency. * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_UrlMap $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of UrlMap resources available to the specified project in * the specified region. (regionUrlMaps.listRegionUrlMaps) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_UrlMapList */ public function listRegionUrlMaps($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); } /** * Patches the specified UrlMap resource with the data included in the request. * This method supports PATCH semantics and uses JSON merge patch format and * processing rules. (regionUrlMaps.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $urlMap Name of the UrlMap resource to patch. * @param Google_Service_Compute_UrlMap $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId begin_interface: MixerMutationRequestBuilder * Request ID to support idempotency. * @return Google_Service_Compute_Operation */ public function patch($project, $region, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified UrlMap resource with the data included in the request. * (regionUrlMaps.update) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $urlMap Name of the UrlMap resource to update. * @param Google_Service_Compute_UrlMap $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId begin_interface: MixerMutationRequestBuilder * Request ID to support idempotency. * @return Google_Service_Compute_Operation */ public function update($project, $region, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } /** * Runs static validation for the UrlMap. In particular, the tests of the * provided UrlMap will be run. Calling this method does NOT create the UrlMap. * (regionUrlMaps.validate) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $urlMap Name of the UrlMap resource to be validated as. * @param Google_Service_Compute_RegionUrlMapsValidateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_UrlMapsValidateResponse */ public function validate($project, $region, $urlMap, Google_Service_Compute_RegionUrlMapsValidateRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); } } PK% ZIR>8>8Uvendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.phpnu[ * $computeService = new Google_Service_Compute(...); * $healthChecks = $computeService->healthChecks; * */ class Google_Service_Compute_Resource_HealthChecks extends Google_Service_Resource { /** * Retrieves the list of all HealthCheck resources, regional and global, * available to the specified project. (healthChecks.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_HealthChecksAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_HealthChecksAggregatedList"); } /** * Deletes the specified HealthCheck resource. (healthChecks.delete) * * @param string $project Project ID for this request. * @param string $healthCheck Name of the HealthCheck resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $healthCheck, $optParams = array()) { $params = array('project' => $project, 'healthCheck' => $healthCheck); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified HealthCheck resource. Gets a list of available health * checks by making a list() request. (healthChecks.get) * * @param string $project Project ID for this request. * @param string $healthCheck Name of the HealthCheck resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_HealthCheck */ public function get($project, $healthCheck, $optParams = array()) { $params = array('project' => $project, 'healthCheck' => $healthCheck); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_HealthCheck"); } /** * Creates a HealthCheck resource in the specified project using the data * included in the request. (healthChecks.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_HealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of HealthCheck resources available to the specified * project. (healthChecks.listHealthChecks) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_HealthCheckList */ public function listHealthChecks($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_HealthCheckList"); } /** * Updates a HealthCheck resource in the specified project using the data * included in the request. This method supports PATCH semantics and uses the * JSON merge patch format and processing rules. (healthChecks.patch) * * @param string $project Project ID for this request. * @param string $healthCheck Name of the HealthCheck resource to patch. * @param Google_Service_Compute_HealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates a HealthCheck resource in the specified project using the data * included in the request. (healthChecks.update) * * @param string $project Project ID for this request. * @param string $healthCheck Name of the HealthCheck resource to update. * @param Google_Service_Compute_HealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% Zy0Rvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.phpnu[ * $computeService = new Google_Service_Compute(...); * $instances = $computeService->instances; * */ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource { /** * Adds an access config to an instance's network interface. * (instances.addAccessConfig) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance The instance name for this request. * @param string $networkInterface The name of the network interface to add to * this instance. * @param Google_Service_Compute_AccessConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addAccessConfig($project, $zone, $instance, $networkInterface, Google_Service_Compute_AccessConfig $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation"); } /** * Adds existing resource policies to an instance. You can only add one policy * right now which will be applied to this instance for scheduling live * migrations. (instances.addResourcePolicies) * * @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_InstancesAddResourcePoliciesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addResourcePolicies($project, $zone, $instance, Google_Service_Compute_InstancesAddResourcePoliciesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addResourcePolicies', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves aggregated list of all of the instances in your project across all * regions and zones. (instances.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList"); } /** * Attaches an existing Disk resource to an instance. You must first create the * disk before you can attach it. It is not possible to create and attach a disk * at the same time. For more information, read Adding a persistent disk to your * instance. (instances.attachDisk) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance The instance name for this request. * @param Google_Service_Compute_AttachedDisk $postBody * @param array $optParams Optional parameters. * * @opt_param bool forceAttach Whether to force attach the regional disk even if * it's currently attached to another instance. If you try to force attach a * zonal disk to an instance, you will receive an error. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function attachDisk($project, $zone, $instance, Google_Service_Compute_AttachedDisk $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation"); } /** * Creates multiple instances. Count specifies the number of instances to * create. (instances.bulkInsert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param Google_Service_Compute_BulkInsertInstanceResource $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function bulkInsert($project, $zone, Google_Service_Compute_BulkInsertInstanceResource $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkInsert', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified Instance resource. For more information, see Stopping * or Deleting an Instance. (instances.delete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Deletes an access config from an instance's network interface. * (instances.deleteAccessConfig) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance The instance name for this request. * @param string $accessConfig The name of the access config to delete. * @param string $networkInterface The name of the network interface. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deleteAccessConfig($project, $zone, $instance, $accessConfig, $networkInterface, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'accessConfig' => $accessConfig, 'networkInterface' => $networkInterface); $params = array_merge($params, $optParams); return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation"); } /** * Detaches a disk from an instance. (instances.detachDisk) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Instance name for this request. * @param string $deviceName The device name of the disk to detach. Make a get() * request on the instance to view currently attached disks and device names. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function detachDisk($project, $zone, $instance, $deviceName, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName); $params = array_merge($params, $optParams); return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified Instance resource. Gets a list of available instances * by making a list() request. (instances.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Instance */ public function get($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Instance"); } /** * Returns effective firewalls applied to an interface of the instance. * (instances.getEffectiveFirewalls) * * @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 string $networkInterface The name of the network interface to get the * effective firewalls. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InstancesGetEffectiveFirewallsResponse */ public function getEffectiveFirewalls($project, $zone, $instance, $networkInterface, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface); $params = array_merge($params, $optParams); return $this->call('getEffectiveFirewalls', array($params), "Google_Service_Compute_InstancesGetEffectiveFirewallsResponse"); } /** * Returns the specified guest attributes entry. (instances.getGuestAttributes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param array $optParams Optional parameters. * * @opt_param string queryPath Specifies the guest attributes path to be * queried. * @opt_param string variableKey Specifies the key for the guest attributes * entry. * @return Google_Service_Compute_GuestAttributes */ public function getGuestAttributes($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('getGuestAttributes', array($params), "Google_Service_Compute_GuestAttributes"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (instances.getIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $zone, $resource, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns the screenshot from the specified instance. (instances.getScreenshot) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Screenshot */ public function getScreenshot($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('getScreenshot', array($params), "Google_Service_Compute_Screenshot"); } /** * Returns the last 1 MB of serial port output from the specified instance. * (instances.getSerialPortOutput) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance for this request. * @param array $optParams Optional parameters. * * @opt_param int port Specifies which COM or serial port to retrieve data from. * @opt_param string start Specifies the starting byte position of the output to * return. To start with the first byte of output to the specified port, omit * this field or set it to `0`. * * If the output for that byte position is available, this field matches the * `start` parameter sent with the request. If the amount of serial console * output exceeds the size of the buffer (1 MB), the oldest output is discarded * and is no longer available. If the requested start position refers to * discarded output, the start position is adjusted to the oldest output still * available, and the adjusted start position is returned as the `start` * property value. * * You can also provide a negative start position, which translates to the most * recent number of bytes written to the serial port. For example, -3 is * interpreted as the most recent 3 bytes written to the serial console. * @return Google_Service_Compute_SerialPortOutput */ public function getSerialPortOutput($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput"); } /** * Returns the Shielded Instance Identity of an instance * (instances.getShieldedInstanceIdentity) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name or id of the instance scoping this request. * @param array $optParams Optional parameters. * @return Google_Service_Compute_ShieldedInstanceIdentity */ public function getShieldedInstanceIdentity($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('getShieldedInstanceIdentity', array($params), "Google_Service_Compute_ShieldedInstanceIdentity"); } /** * Creates an instance resource in the specified project using the data included * in the request. (instances.insert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param Google_Service_Compute_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @opt_param string sourceInstanceTemplate Specifies instance template to * create the instance. * * This field is optional. It can be a full or partial URL. For example, the * following are all valid URLs to an instance template: - https://www.googlea * pis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate * - projects/project/global/instanceTemplates/instanceTemplate - * global/instanceTemplates/instanceTemplate * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_Instance $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of instances contained within the specified zone. * (instances.listInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceList */ public function listInstances($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InstanceList"); } /** * Retrieves a list of resources that refer to the VM instance specified in the * request. For example, if the VM instance is part of a managed or unmanaged * instance group, the referrers list includes the instance group. For more * information, read Viewing referrers to VM instances. * (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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @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"); } /** * Removes resource policies from an instance. * (instances.removeResourcePolicies) * * @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_InstancesRemoveResourcePoliciesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeResourcePolicies($project, $zone, $instance, Google_Service_Compute_InstancesRemoveResourcePoliciesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeResourcePolicies', array($params), "Google_Service_Compute_Operation"); } /** * Performs a reset on the instance. This is a hard reset the VM does not do a * graceful shutdown. For more information, see Resetting an instance. * (instances.reset) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function reset($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('reset', array($params), "Google_Service_Compute_Operation"); } /** * Sets deletion protection on the instance. (instances.setDeletionProtection) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param bool deletionProtection Whether the resource should be protected * against deletion. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setDeletionProtection($project, $zone, $resource, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('setDeletionProtection', array($params), "Google_Service_Compute_Operation"); } /** * Sets the auto-delete flag for a disk attached to an instance. * (instances.setDiskAutoDelete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance The instance name for this request. * @param bool $autoDelete Whether to auto-delete the disk when the instance is * deleted. * @param string $deviceName The device name of the disk to modify. Make a get() * request on the instance to view currently attached disks and device names. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setDiskAutoDelete($project, $zone, $instance, $autoDelete, $deviceName, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName); $params = array_merge($params, $optParams); return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (instances.setIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Sets labels on an instance. To learn more about labels, read the Labeling * Resources documentation. (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) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param Google_Service_Compute_InstancesSetMachineTypeRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setMachineType($project, $zone, $instance, Google_Service_Compute_InstancesSetMachineTypeRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMachineType', array($params), "Google_Service_Compute_Operation"); } /** * Sets metadata for the specified instance to the data included in the request. * (instances.setMetadata) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param Google_Service_Compute_Metadata $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setMetadata($project, $zone, $instance, Google_Service_Compute_Metadata $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation"); } /** * Changes the minimum CPU platform that this instance should use. This method * can only be called on a stopped instance. For more information, read * Specifying a Minimum CPU Platform. (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. You can only call this method on a * stopped instance, that is, a VM instance that is in a `TERMINATED` state. See * Instance Life Cycle for more information on the possible instance states. * (instances.setScheduling) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Instance name for this request. * @param Google_Service_Compute_Scheduling $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setScheduling($project, $zone, $instance, Google_Service_Compute_Scheduling $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation"); } /** * Sets the service account on the instance. For more information, read Changing * the service account and access scopes for an instance. * (instances.setServiceAccount) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance resource to start. * @param Google_Service_Compute_InstancesSetServiceAccountRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setServiceAccount($project, $zone, $instance, Google_Service_Compute_InstancesSetServiceAccountRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setServiceAccount', array($params), "Google_Service_Compute_Operation"); } /** * Sets the Shielded Instance integrity policy for an instance. You can only use * this method on a running instance. This method supports PATCH semantics and * uses the JSON merge patch format and processing rules. * (instances.setShieldedInstanceIntegrityPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name or id of the instance scoping this request. * @param Google_Service_Compute_ShieldedInstanceIntegrityPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setShieldedInstanceIntegrityPolicy($project, $zone, $instance, Google_Service_Compute_ShieldedInstanceIntegrityPolicy $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setShieldedInstanceIntegrityPolicy', array($params), "Google_Service_Compute_Operation"); } /** * Sets network tags for the specified instance to the data included in the * request. (instances.setTags) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param Google_Service_Compute_Tags $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setTags($project, $zone, $instance, Google_Service_Compute_Tags $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setTags', array($params), "Google_Service_Compute_Operation"); } /** * Simulates a maintenance event on the instance. * (instances.simulateMaintenanceEvent) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function simulateMaintenanceEvent($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('simulateMaintenanceEvent', array($params), "Google_Service_Compute_Operation"); } /** * Starts an instance that was stopped using the instances().stop method. For * more information, see Restart an instance. (instances.start) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance resource to start. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function start($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_Compute_Operation"); } /** * Starts an instance that was stopped using the instances().stop method. For * more information, see Restart an instance. (instances.startWithEncryptionKey) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance resource to start. * @param Google_Service_Compute_InstancesStartWithEncryptionKeyRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function startWithEncryptionKey($project, $zone, $instance, Google_Service_Compute_InstancesStartWithEncryptionKeyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('startWithEncryptionKey', array($params), "Google_Service_Compute_Operation"); } /** * Stops a running instance, shutting it down cleanly, and allows you to restart * the instance at a later time. Stopped instances do not incur VM usage charges * while they are stopped. However, resources that the VM is using, such as * persistent disks and static IP addresses, will continue to be charged until * they are deleted. For more information, see Stopping an instance. * (instances.stop) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance resource to stop. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function stop($project, $zone, $instance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (instances.testIamPermissions) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } /** * Updates an instance only if the necessary resources are available. This * method can update only a specific set of instance properties. See Updating a * running instance for a list of updatable instance properties. * (instances.update) * * @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 update. * @param Google_Service_Compute_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string minimalAction Specifies the action to take when updating an * instance even if the updated properties do not require it. If not specified, * then Compute Engine acts based on the minimum action that the updated * properties require. * @opt_param string mostDisruptiveAllowedAction Specifies the most disruptive * action that can be taken on the instance as part of the update. Compute * Engine returns an error if the instance properties require a more disruptive * action as part of the instance update. Valid options from lowest to highest * are NO_EFFECT, REFRESH, and RESTART. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $instance, Google_Service_Compute_Instance $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', 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 the Display config for a VM instance. You can only use this method on * a stopped VM instance. This method supports PATCH semantics and uses the JSON * merge patch format and processing rules. (instances.updateDisplayDevice) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name of the instance scoping this request. * @param Google_Service_Compute_DisplayDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function updateDisplayDevice($project, $zone, $instance, Google_Service_Compute_DisplayDevice $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateDisplayDevice', array($params), "Google_Service_Compute_Operation"); } /** * Updates an instance's network interface. This method can only update an * interface's alias IP range and attached network. See Modifying alias IP * ranges for an existing instance for instructions on changing alias IP ranges. * See Migrating a VM between networks for instructions on migrating an * 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"); } /** * Updates the Shielded Instance config for an instance. You can only use this * method on a stopped instance. This method supports PATCH semantics and uses * the JSON merge patch format and processing rules. * (instances.updateShieldedInstanceConfig) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $instance Name or id of the instance scoping this request. * @param Google_Service_Compute_ShieldedInstanceConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function updateShieldedInstanceConfig($project, $zone, $instance, Google_Service_Compute_ShieldedInstanceConfig $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateShieldedInstanceConfig', array($params), "Google_Service_Compute_Operation"); } } PK% ZenMnMPvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.phpnu[ * $computeService = new Google_Service_Compute(...); * $routers = $computeService->routers; * */ class Google_Service_Compute_Resource_Routers extends Google_Service_Resource { /** * Retrieves an aggregated list of routers. (routers.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RouterAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_RouterAggregatedList"); } /** * Deletes the specified Router resource. (routers.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $router, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified Router resource. Gets a list of available routers by * making a list() request. (routers.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Router */ public function get($project, $region, $router, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Router"); } /** * Retrieves runtime Nat mapping information of VM endpoints. * (routers.getNatMappingInfo) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to query for Nat Mapping * information of VM endpoints. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_VmEndpointNatMappingsList */ public function getNatMappingInfo($project, $region, $router, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router); $params = array_merge($params, $optParams); return $this->call('getNatMappingInfo', array($params), "Google_Service_Compute_VmEndpointNatMappingsList"); } /** * Retrieves runtime information of the specified router. * (routers.getRouterStatus) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to query. * @param array $optParams Optional parameters. * @return Google_Service_Compute_RouterStatusResponse */ public function getRouterStatus($project, $region, $router, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router); $params = array_merge($params, $optParams); return $this->call('getRouterStatus', array($params), "Google_Service_Compute_RouterStatusResponse"); } /** * Creates a Router resource in the specified project and region using the data * included in the request. (routers.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_Router $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_Router $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of Router resources available to the specified project. * (routers.listRouters) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RouterList */ public function listRouters($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RouterList"); } /** * Patches the specified Router resource with the data included in the request. * This method supports PATCH semantics and uses JSON merge patch format and * processing rules. (routers.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to patch. * @param Google_Service_Compute_Router $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, $router, Google_Service_Compute_Router $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Preview fields auto-generated during router create and update operations. * Calling this method does NOT create or update the router. (routers.preview) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to query. * @param Google_Service_Compute_Router $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_RoutersPreviewResponse */ public function preview($project, $region, $router, Google_Service_Compute_Router $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('preview', array($params), "Google_Service_Compute_RoutersPreviewResponse"); } /** * Updates the specified Router resource with the data included in the request. * This method conforms to PUT semantics, which requests that the state of the * target resource be created or replaced with the state defined by the * representation enclosed in the request message payload. (routers.update) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $router Name of the Router resource to update. * @param Google_Service_Compute_Router $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $region, $router, Google_Service_Compute_Router $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'router' => $router, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% ZxN:%:%fvendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalPublicDelegatedPrefixes.phpnu[ * $computeService = new Google_Service_Compute(...); * $globalPublicDelegatedPrefixes = $computeService->globalPublicDelegatedPrefixes; * */ class Google_Service_Compute_Resource_GlobalPublicDelegatedPrefixes extends Google_Service_Resource { /** * Deletes the specified global PublicDelegatedPrefix. * (globalPublicDelegatedPrefixes.delete) * * @param string $project Project ID for this request. * @param string $publicDelegatedPrefix Name of the PublicDelegatedPrefix * 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, $publicDelegatedPrefix, $optParams = array()) { $params = array('project' => $project, 'publicDelegatedPrefix' => $publicDelegatedPrefix); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified global PublicDelegatedPrefix resource. * (globalPublicDelegatedPrefixes.get) * * @param string $project Project ID for this request. * @param string $publicDelegatedPrefix Name of the PublicDelegatedPrefix * resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_PublicDelegatedPrefix */ public function get($project, $publicDelegatedPrefix, $optParams = array()) { $params = array('project' => $project, 'publicDelegatedPrefix' => $publicDelegatedPrefix); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_PublicDelegatedPrefix"); } /** * Creates a global PublicDelegatedPrefix in the specified project using the * parameters that are included in the request. * (globalPublicDelegatedPrefixes.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_PublicDelegatedPrefix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_PublicDelegatedPrefix $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists the global PublicDelegatedPrefixes for a project. * (globalPublicDelegatedPrefixes.listGlobalPublicDelegatedPrefixes) * * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_PublicDelegatedPrefixList */ public function listGlobalPublicDelegatedPrefixes($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_PublicDelegatedPrefixList"); } /** * Patches the specified global PublicDelegatedPrefix resource with the data * included in the request. This method supports PATCH semantics and uses JSON * merge patch format and processing rules. * (globalPublicDelegatedPrefixes.patch) * * @param string $project Project ID for this request. * @param string $publicDelegatedPrefix Name of the PublicDelegatedPrefix * resource to patch. * @param Google_Service_Compute_PublicDelegatedPrefix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $publicDelegatedPrefix, Google_Service_Compute_PublicDelegatedPrefix $postBody, $optParams = array()) { $params = array('project' => $project, 'publicDelegatedPrefix' => $publicDelegatedPrefix, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK% Z91'$'$Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetGrpcProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetGrpcProxies = $computeService->targetGrpcProxies; * */ class Google_Service_Compute_Resource_TargetGrpcProxies extends Google_Service_Resource { /** * Deletes the specified TargetGrpcProxy in the given scope * (targetGrpcProxies.delete) * * @param string $project Project ID for this request. * @param string $targetGrpcProxy Name of the TargetGrpcProxy 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, $targetGrpcProxy, $optParams = array()) { $params = array('project' => $project, 'targetGrpcProxy' => $targetGrpcProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetGrpcProxy resource in the given scope. * (targetGrpcProxies.get) * * @param string $project Project ID for this request. * @param string $targetGrpcProxy Name of the TargetGrpcProxy resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetGrpcProxy */ public function get($project, $targetGrpcProxy, $optParams = array()) { $params = array('project' => $project, 'targetGrpcProxy' => $targetGrpcProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetGrpcProxy"); } /** * Creates a TargetGrpcProxy in the specified project in the given scope using * the parameters that are included in the request. (targetGrpcProxies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_TargetGrpcProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_TargetGrpcProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists the TargetGrpcProxies for a project in the given scope. * (targetGrpcProxies.listTargetGrpcProxies) * * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetGrpcProxyList */ public function listTargetGrpcProxies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetGrpcProxyList"); } /** * Patches the specified TargetGrpcProxy resource with the data included in the * request. This method supports PATCH semantics and uses JSON merge patch * format and processing rules. (targetGrpcProxies.patch) * * @param string $project Project ID for this request. * @param string $targetGrpcProxy Name of the TargetGrpcProxy resource to patch. * @param Google_Service_Compute_TargetGrpcProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $targetGrpcProxy, Google_Service_Compute_TargetGrpcProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'targetGrpcProxy' => $targetGrpcProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK% ZN99Tvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.phpnu[ * $computeService = new Google_Service_Compute(...); * $autoscalers = $computeService->autoscalers; * */ class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resource { /** * Retrieves an aggregated list of autoscalers. (autoscalers.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AutoscalerAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_AutoscalerAggregatedList"); } /** * Deletes the specified autoscaler. (autoscalers.delete) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $autoscaler Name of the autoscaler to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $autoscaler, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified autoscaler resource. Gets a list of available * autoscalers by making a list() request. (autoscalers.get) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $autoscaler Name of the autoscaler to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Autoscaler */ public function get($project, $zone, $autoscaler, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Autoscaler"); } /** * Creates an autoscaler in the specified project using the data included in the * request. (autoscalers.insert) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param Google_Service_Compute_Autoscaler $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of autoscalers contained within the specified zone. * (autoscalers.listAutoscalers) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AutoscalerList */ public function listAutoscalers($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_AutoscalerList"); } /** * Updates an autoscaler in the specified project using the data included in the * request. This method supports PATCH semantics and uses the JSON merge patch * format and processing rules. (autoscalers.patch) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param Google_Service_Compute_Autoscaler $postBody * @param array $optParams Optional parameters. * * @opt_param string autoscaler Name of the autoscaler to patch. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates an autoscaler in the specified project using the data included in the * request. (autoscalers.update) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param Google_Service_Compute_Autoscaler $postBody * @param array $optParams Optional parameters. * * @opt_param string autoscaler Name of the autoscaler to update. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% ZN3::dvendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalNetworkEndpointGroups.phpnu[ * $computeService = new Google_Service_Compute(...); * $globalNetworkEndpointGroups = $computeService->globalNetworkEndpointGroups; * */ class Google_Service_Compute_Resource_GlobalNetworkEndpointGroups extends Google_Service_Resource { /** * Attach a network endpoint to the specified network endpoint group. * (globalNetworkEndpointGroups.attachNetworkEndpoints) * * @param string $project Project ID for this request. * @param string $networkEndpointGroup The name of the network endpoint group * where you are attaching network endpoints to. It should comply with RFC1035. * @param Google_Service_Compute_GlobalNetworkEndpointGroupsAttachEndpointsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function attachNetworkEndpoints($project, $networkEndpointGroup, Google_Service_Compute_GlobalNetworkEndpointGroupsAttachEndpointsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attachNetworkEndpoints', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified network endpoint group.Note that the NEG cannot be * deleted if there are backend services referencing it. * (globalNetworkEndpointGroups.delete) * * @param string $project Project ID for this request. * @param string $networkEndpointGroup The name of the network endpoint group to * delete. It should comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Detach the network endpoint from the specified network endpoint group. * (globalNetworkEndpointGroups.detachNetworkEndpoints) * * @param string $project Project ID for this request. * @param string $networkEndpointGroup The name of the network endpoint group * where you are removing network endpoints. It should comply with RFC1035. * @param Google_Service_Compute_GlobalNetworkEndpointGroupsDetachEndpointsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function detachNetworkEndpoints($project, $networkEndpointGroup, Google_Service_Compute_GlobalNetworkEndpointGroupsDetachEndpointsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detachNetworkEndpoints', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified network endpoint group. Gets a list of available * network endpoint groups by making a list() request. * (globalNetworkEndpointGroups.get) * * @param string $project Project ID for this request. * @param string $networkEndpointGroup The name of the network endpoint group. * It should comply with RFC1035. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NetworkEndpointGroup */ public function get($project, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NetworkEndpointGroup"); } /** * Creates a network endpoint group in the specified project using the * parameters that are included in the request. * (globalNetworkEndpointGroups.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_NetworkEndpointGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_NetworkEndpointGroup $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 network endpoint groups that are located in the * specified project. * (globalNetworkEndpointGroups.listGlobalNetworkEndpointGroups) * * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkEndpointGroupList */ public function listGlobalNetworkEndpointGroups($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NetworkEndpointGroupList"); } /** * Lists the network endpoints in the specified network endpoint group. * (globalNetworkEndpointGroups.listNetworkEndpoints) * * @param string $project Project ID for this request. * @param string $networkEndpointGroup The name of the network endpoint group * from which you want to generate a list of included network endpoints. It * should comply with RFC1035. * @param 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpoints */ public function listNetworkEndpoints($project, $networkEndpointGroup, $optParams = array()) { $params = array('project' => $project, 'networkEndpointGroup' => $networkEndpointGroup); $params = array_merge($params, $optParams); return $this->call('listNetworkEndpoints', array($params), "Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpoints"); } } PK% ZIITvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDisks.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionDisks = $computeService->regionDisks; * */ class Google_Service_Compute_Resource_RegionDisks extends Google_Service_Resource { /** * Adds existing resource policies to a regional disk. You can only add one * policy which will be applied to this disk for scheduling snapshot creation. * (regionDisks.addResourcePolicies) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $disk The disk name for this request. * @param Google_Service_Compute_RegionDisksAddResourcePoliciesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addResourcePolicies($project, $region, $disk, Google_Service_Compute_RegionDisksAddResourcePoliciesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addResourcePolicies', array($params), "Google_Service_Compute_Operation"); } /** * Creates a snapshot of this regional disk. (regionDisks.createSnapshot) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $disk Name of the regional persistent disk to snapshot. * @param Google_Service_Compute_Snapshot $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function createSnapshot($project, $region, $disk, Google_Service_Compute_Snapshot $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified regional persistent disk. Deleting a regional disk * removes all the replicas of its data permanently and is irreversible. * However, deleting a disk does not delete any snapshots previously made from * the disk. You must separately delete snapshots. (regionDisks.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $disk Name of the regional persistent disk to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $disk, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'disk' => $disk); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns a specified regional persistent disk. (regionDisks.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $disk Name of the regional persistent disk to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Disk */ public function get($project, $region, $disk, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'disk' => $disk); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Disk"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (regionDisks.getIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $region, $resource, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a persistent regional disk in the specified project using the data * included in the request. (regionDisks.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_Disk $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @opt_param string sourceImage Source image to restore onto a disk. This field * is optional. * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_Disk $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of persistent disks contained within the specified region. * (regionDisks.listRegionDisks) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_DiskList */ public function listRegionDisks($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_DiskList"); } /** * Removes resource policies from a regional disk. * (regionDisks.removeResourcePolicies) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $disk The disk name for this request. * @param Google_Service_Compute_RegionDisksRemoveResourcePoliciesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeResourcePolicies($project, $region, $disk, Google_Service_Compute_RegionDisksRemoveResourcePoliciesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeResourcePolicies', array($params), "Google_Service_Compute_Operation"); } /** * Resizes the specified regional persistent disk. (regionDisks.resize) * * @param string $project The project ID for this request. * @param string $region Name of the region for this request. * @param string $disk Name of the regional persistent disk. * @param Google_Service_Compute_RegionDisksResizeRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function resize($project, $region, $disk, Google_Service_Compute_RegionDisksResizeRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (regionDisks.setIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Sets the labels on the target regional disk. (regionDisks.setLabels) * * @param string $project Project ID for this request. * @param string $region The region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetLabelsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setLabels($project, $region, $resource, Google_Service_Compute_RegionSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (regionDisks.testIamPermissions) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Z@qXvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDiskTypes.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionDiskTypes = $computeService->regionDiskTypes; * */ class Google_Service_Compute_Resource_RegionDiskTypes extends Google_Service_Resource { /** * Returns the specified regional disk type. Gets a list of available disk types * by making a list() request. (regionDiskTypes.get) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $diskType Name of the disk type to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_DiskType */ public function get($project, $region, $diskType, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'diskType' => $diskType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_DiskType"); } /** * Retrieves a list of regional disk types available to the specified project. * (regionDiskTypes.listRegionDiskTypes) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionDiskTypeList */ public function listRegionDiskTypes($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RegionDiskTypeList"); } } PK% Zpn7n7Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/ResourcePolicies.phpnu[ * $computeService = new Google_Service_Compute(...); * $resourcePolicies = $computeService->resourcePolicies; * */ class Google_Service_Compute_Resource_ResourcePolicies extends Google_Service_Resource { /** * Retrieves an aggregated list of resource policies. * (resourcePolicies.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ResourcePolicyAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_ResourcePolicyAggregatedList"); } /** * Deletes the specified resource policy. (resourcePolicies.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $resourcePolicy Name of the resource policy to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $resourcePolicy, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resourcePolicy' => $resourcePolicy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves all information of the specified resource policy. * (resourcePolicies.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $resourcePolicy Name of the resource policy to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Compute_ResourcePolicy */ public function get($project, $region, $resourcePolicy, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resourcePolicy' => $resourcePolicy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_ResourcePolicy"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (resourcePolicies.getIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $region, $resource, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a new resource policy. (resourcePolicies.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_ResourcePolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_ResourcePolicy $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * A list all the resource policies that have been configured for the specified * project in specified region. (resourcePolicies.listResourcePolicies) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ResourcePolicyList */ public function listResourcePolicies($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ResourcePolicyList"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (resourcePolicies.setIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (resourcePolicies.testIamPermissions) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% ZAZZYvendor/google/apiclient-services/src/Google/Service/Compute/Resource/FirewallPolicies.phpnu[ * $computeService = new Google_Service_Compute(...); * $firewallPolicies = $computeService->firewallPolicies; * */ class Google_Service_Compute_Resource_FirewallPolicies extends Google_Service_Resource { /** * Inserts an association for the specified firewall policy. * (firewallPolicies.addAssociation) * * @param string $firewallPolicy Name of the firewall policy to update. * @param Google_Service_Compute_FirewallPolicyAssociation $postBody * @param array $optParams Optional parameters. * * @opt_param bool replaceExistingAssociation Indicates whether or not to * replace it if an association of the attachment already exists. This is false * by default, in which case an error will be returned if an association already * exists. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addAssociation($firewallPolicy, Google_Service_Compute_FirewallPolicyAssociation $postBody, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addAssociation', array($params), "Google_Service_Compute_Operation"); } /** * Inserts a rule into a firewall policy. (firewallPolicies.addRule) * * @param string $firewallPolicy Name of the firewall policy to update. * @param Google_Service_Compute_FirewallPolicyRule $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addRule($firewallPolicy, Google_Service_Compute_FirewallPolicyRule $postBody, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addRule', array($params), "Google_Service_Compute_Operation"); } /** * Copies rules to the specified firewall policy. (firewallPolicies.cloneRules) * * @param string $firewallPolicy Name of the firewall policy to update. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating 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 sourceFirewallPolicy The firewall policy from which to copy * rules. * @return Google_Service_Compute_Operation */ public function cloneRules($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('cloneRules', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified policy. (firewallPolicies.delete) * * @param string $firewallPolicy Name of the firewall policy to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified firewall policy. (firewallPolicies.get) * * @param string $firewallPolicy Name of the firewall policy to get. * @param array $optParams Optional parameters. * @return Google_Service_Compute_FirewallPolicy */ public function get($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_FirewallPolicy"); } /** * Gets an association with the specified name. * (firewallPolicies.getAssociation) * * @param string $firewallPolicy Name of the firewall policy to which the * queried rule belongs. * @param array $optParams Optional parameters. * * @opt_param string name The name of the association to get from the firewall * policy. * @return Google_Service_Compute_FirewallPolicyAssociation */ public function getAssociation($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('getAssociation', array($params), "Google_Service_Compute_FirewallPolicyAssociation"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (firewallPolicies.getIamPolicy) * * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Gets a rule of the specified priority. (firewallPolicies.getRule) * * @param string $firewallPolicy Name of the firewall policy to which the * queried rule belongs. * @param array $optParams Optional parameters. * * @opt_param int priority The priority of the rule to get from the firewall * policy. * @return Google_Service_Compute_FirewallPolicyRule */ public function getRule($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('getRule', array($params), "Google_Service_Compute_FirewallPolicyRule"); } /** * Creates a new policy in the specified project using the data included in the * request. (firewallPolicies.insert) * * @param Google_Service_Compute_FirewallPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string parentId Parent ID for this request. The ID can be either * be "folders/[FOLDER_ID]" if the parent is a folder or * "organizations/[ORGANIZATION_ID]" if the parent is an organization. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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(Google_Service_Compute_FirewallPolicy $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists all the policies that have been configured for the specified project. * (firewallPolicies.listFirewallPolicies) * * @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. * @opt_param string parentId Parent ID for this request. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_FirewallPolicyList */ public function listFirewallPolicies($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_FirewallPolicyList"); } /** * Lists associations of a specified target, i.e., organization or folder. * (firewallPolicies.listAssociations) * * @param array $optParams Optional parameters. * * @opt_param string targetResource The target resource to list associations. It * is an organization, or a folder. * @return Google_Service_Compute_FirewallPoliciesListAssociationsResponse */ public function listAssociations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listAssociations', array($params), "Google_Service_Compute_FirewallPoliciesListAssociationsResponse"); } /** * Moves the specified firewall policy. (firewallPolicies.move) * * @param string $firewallPolicy Name of the firewall policy to update. * @param array $optParams Optional parameters. * * @opt_param string parentId The new parent of the firewall policy. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function move($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Compute_Operation"); } /** * Patches the specified policy with the data included in the request. * (firewallPolicies.patch) * * @param string $firewallPolicy Name of the firewall policy to update. * @param Google_Service_Compute_FirewallPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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($firewallPolicy, Google_Service_Compute_FirewallPolicy $postBody, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Patches a rule of the specified priority. (firewallPolicies.patchRule) * * @param string $firewallPolicy Name of the firewall policy to update. * @param Google_Service_Compute_FirewallPolicyRule $postBody * @param array $optParams Optional parameters. * * @opt_param int priority The priority of the rule 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 patchRule($firewallPolicy, Google_Service_Compute_FirewallPolicyRule $postBody, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patchRule', array($params), "Google_Service_Compute_Operation"); } /** * Removes an association for the specified firewall policy. * (firewallPolicies.removeAssociation) * * @param string $firewallPolicy Name of the firewall policy to update. * @param array $optParams Optional parameters. * * @opt_param string name Name for the attachment that will be removed. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeAssociation($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('removeAssociation', array($params), "Google_Service_Compute_Operation"); } /** * Deletes a rule of the specified priority. (firewallPolicies.removeRule) * * @param string $firewallPolicy Name of the firewall policy to update. * @param array $optParams Optional parameters. * * @opt_param int priority The priority of the rule to remove from the firewall * policy. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeRule($firewallPolicy, $optParams = array()) { $params = array('firewallPolicy' => $firewallPolicy); $params = array_merge($params, $optParams); return $this->call('removeRule', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (firewallPolicies.setIamPolicy) * * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalOrganizationSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($resource, Google_Service_Compute_GlobalOrganizationSetPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (firewallPolicies.testIamPermissions) * * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% ZxhKhKQvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.phpnu[ * $computeService = new Google_Service_Compute(...); * $networks = $computeService->networks; * */ class Google_Service_Compute_Resource_Networks extends Google_Service_Resource { /** * Adds a peering to the specified network. (networks.addPeering) * * @param string $project Project ID for this request. * @param string $network Name of the network resource to add peering to. * @param Google_Service_Compute_NetworksAddPeeringRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addPeering($project, $network, Google_Service_Compute_NetworksAddPeeringRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addPeering', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified network. (networks.delete) * * @param string $project Project ID for this request. * @param string $network Name of the network to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $network, $optParams = array()) { $params = array('project' => $project, 'network' => $network); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified network. Gets a list of available networks by making a * list() request. (networks.get) * * @param string $project Project ID for this request. * @param string $network Name of the network to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Network */ public function get($project, $network, $optParams = array()) { $params = array('project' => $project, 'network' => $network); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Network"); } /** * Returns the effective firewalls on a given network. * (networks.getEffectiveFirewalls) * * @param string $project Project ID for this request. * @param string $network Name of the network for this request. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NetworksGetEffectiveFirewallsResponse */ public function getEffectiveFirewalls($project, $network, $optParams = array()) { $params = array('project' => $project, 'network' => $network); $params = array_merge($params, $optParams); return $this->call('getEffectiveFirewalls', array($params), "Google_Service_Compute_NetworksGetEffectiveFirewallsResponse"); } /** * Creates a network in the specified project using the data included in the * request. (networks.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Network $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_Network $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of networks available to the specified project. * (networks.listNetworks) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NetworkList */ public function listNetworks($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NetworkList"); } /** * Lists the peering routes exchanged over peering connection. * (networks.listPeeringRoutes) * * @param string $project Project ID for this request. * @param string $network Name of the network for this request. * @param array $optParams Optional parameters. * * @opt_param string direction The direction of the exchanged routes. * @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. * @opt_param string peeringName The response will show routes exchanged over * the given peering connection. * @opt_param string region The region of the request. The response will include * all subnet routes, static routes and dynamic routes in the region. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ExchangedPeeringRoutesList */ public function listPeeringRoutes($project, $network, $optParams = array()) { $params = array('project' => $project, 'network' => $network); $params = array_merge($params, $optParams); return $this->call('listPeeringRoutes', array($params), "Google_Service_Compute_ExchangedPeeringRoutesList"); } /** * 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) * * @param string $project Project ID for this request. * @param string $network Name of the network to be updated. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function switchToCustomMode($project, $network, $optParams = array()) { $params = array('project' => $project, 'network' => $network); $params = array_merge($params, $optParams); return $this->call('switchToCustomMode', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified network peering with the data included in the request * Only the following fields can be modified: * NetworkPeering.export_custom_routes, and NetworkPeering.import_custom_routes * (networks.updatePeering) * * @param string $project Project ID for this request. * @param string $network Name of the network resource which the updated peering * is belonging to. * @param Google_Service_Compute_NetworksUpdatePeeringRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function updatePeering($project, $network, Google_Service_Compute_NetworksUpdatePeeringRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatePeering', array($params), "Google_Service_Compute_Operation"); } } PK% Z{M*Wvendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.phpnu[ * $computeService = new Google_Service_Compute(...); * $zoneOperations = $computeService->zoneOperations; * */ class Google_Service_Compute_Resource_ZoneOperations extends Google_Service_Resource { /** * Deletes the specified zone-specific Operations resource. * (zoneOperations.delete) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $operation Name of the Operations resource to delete. * @param array $optParams Optional parameters. */ public function delete($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the specified zone-specific Operations resource. * (zoneOperations.get) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function get($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of Operation resources contained within the specified zone. * (zoneOperations.listZoneOperations) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_OperationList */ public function listZoneOperations($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_OperationList"); } /** * Waits for the specified Operation resource to return as `DONE` or for the * request to approach the 2 minute deadline, and retrieves the specified * Operation resource. This method differs from the `GET` method in that it * waits for no more than the default deadline (2 minutes) and then returns the * current state of the operation, which might be `DONE` or still in progress. * * This method is called on a best-effort basis. Specifically: - In uncommon * cases, when the server is overloaded, the request might return before the * default deadline is reached, or might return after zero seconds. - If the * default deadline is reached, there is no guarantee that the operation is * actually done when the method returns. Be prepared to retry if the operation * is not `DONE`. (zoneOperations.wait) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function wait($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('wait', array($params), "Google_Service_Compute_Operation"); } } PK% Z#^vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.phpnu[ * $computeService = new Google_Service_Compute(...); * $instanceGroupManagers = $computeService->instanceGroupManagers; * */ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Service_Resource { /** * Flags the specified instances to be removed from the managed instance group. * Abandoning an instance does not delete the instance, but it does remove the * instance from any target pools that are applied by the managed instance * group. This method reduces the targetSize of the managed instance group by * the number of instances that you abandon. This operation is marked as DONE * when the action is scheduled even if the instances have not yet been removed * from the group. You must separately verify the status of the abandoning * action with the listmanagedinstances method. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * has elapsed before the VM instance is removed or deleted. * * You can specify a maximum of 1000 instances with this method per request. * (instanceGroupManagers.abandonInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param Google_Service_Compute_InstanceGroupManagersAbandonInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function abandonInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('abandonInstances', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of managed instance groups and groups them by zone. * (instanceGroupManagers.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupManagerAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceGroupManagerAggregatedList"); } /** * Applies changes to selected instances on the managed instance group. This * method can be used to apply new overrides and/or new versions. * (instanceGroupManagers.applyUpdatesToInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. Should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group, * should conform to RFC1035. * @param Google_Service_Compute_InstanceGroupManagersApplyUpdatesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function applyUpdatesToInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersApplyUpdatesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('applyUpdatesToInstances', array($params), "Google_Service_Compute_Operation"); } /** * Creates instances with per-instance configs in this managed instance group. * Instances are created using the current instance template. The create * instances operation is marked DONE if the createInstances request is * successful. The underlying actions take additional time. You must separately * verify the status of the creating or actions with the listmanagedinstances * method. (instanceGroupManagers.createInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_InstanceGroupManagersCreateInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function createInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersCreateInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createInstances', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified managed instance group and all of the instances in that * group. Note that the instance group must not belong to a backend service. * Read Deleting an instance group for more information. * (instanceGroupManagers.delete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Flags the specified instances in the managed instance group for immediate * deletion. The instances are also removed from any target pools of which they * were a member. This method reduces the targetSize of the managed instance * group by the number of instances that you delete. This operation is marked as * DONE when the action is scheduled even if the instances are still being * deleted. You must separately verify the status of the deleting action with * the listmanagedinstances method. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * has elapsed before the VM instance is removed or deleted. * * You can specify a maximum of 1000 instances with this method per request. * (instanceGroupManagers.deleteInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param Google_Service_Compute_InstanceGroupManagersDeleteInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deleteInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteInstances', array($params), "Google_Service_Compute_Operation"); } /** * Deletes selected per-instance configs for the managed instance group. * (instanceGroupManagers.deletePerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_InstanceGroupManagersDeletePerInstanceConfigsReq $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function deletePerInstanceConfigs($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersDeletePerInstanceConfigsReq $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deletePerInstanceConfigs', array($params), "Google_Service_Compute_Operation"); } /** * Returns all of the details about the specified managed instance group. Gets a * list of available managed instance groups by making a list() request. * (instanceGroupManagers.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InstanceGroupManager */ public function get($project, $zone, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InstanceGroupManager"); } /** * Creates a managed instance group using the information that you specify in * the request. After the group is created, instances in the group are created * using the specified instance template. This operation is marked as DONE when * the group is created even if the instances in the group have not yet been * created. You must separately verify the status of the individual instances * with the listmanagedinstances method. * * A managed instance group can have up to 1000 VM instances per group. Please * contact Cloud Support if you need an increase in this limit. * (instanceGroupManagers.insert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where you want to create the managed * instance group. * @param Google_Service_Compute_InstanceGroupManager $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of managed instance groups that are contained within the * specified project and zone. (instanceGroupManagers.listInstanceGroupManagers) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupManagerList */ public function listInstanceGroupManagers($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InstanceGroupManagerList"); } /** * Lists all errors thrown by actions on instances for a given managed instance * group. The filter and orderBy query parameters are not supported. * (instanceGroupManagers.listErrors) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It must be a string that meets the requirements in RFC1035, or an unsigned * long integer: must match regexp pattern: * (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|[1-9][0-9]{0,19}. * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupManagersListErrorsResponse */ public function listErrors($project, $zone, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('listErrors', array($params), "Google_Service_Compute_InstanceGroupManagersListErrorsResponse"); } /** * Lists all of the instances in the managed instance group. Each instance in * the list has a currentAction, which indicates the action that the managed * instance group is performing on the instance. For example, if the group is * still creating an instance, the currentAction is CREATING. If a previous * action failed, the list displays the errors for that failed action. The * orderBy query parameter is not supported. * (instanceGroupManagers.listManagedInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupManagersListManagedInstancesResponse */ public function listManagedInstances($project, $zone, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('listManagedInstances', array($params), "Google_Service_Compute_InstanceGroupManagersListManagedInstancesResponse"); } /** * Lists all of the per-instance configs defined for the managed instance group. * The orderBy query parameter is not supported. * (instanceGroupManagers.listPerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsResp */ public function listPerInstanceConfigs($project, $zone, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('listPerInstanceConfigs', array($params), "Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsResp"); } /** * Updates a managed instance group using the information that you specify in * the request. This operation is marked as DONE when the group is patched even * if the instances in the group are still in the process of being patched. You * must separately verify the status of the individual instances with the * listManagedInstances method. This method supports PATCH semantics and uses * the JSON merge patch format and processing rules. * (instanceGroupManagers.patch) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where you want to create the managed * instance group. * @param string $instanceGroupManager The name of the instance group manager. * @param Google_Service_Compute_InstanceGroupManager $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Inserts or patches per-instance configs for the managed instance group. * perInstanceConfig.name serves as a key used to distinguish whether to perform * insert or patch. (instanceGroupManagers.patchPerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_InstanceGroupManagersPatchPerInstanceConfigsReq $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patchPerInstanceConfigs($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersPatchPerInstanceConfigsReq $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patchPerInstanceConfigs', array($params), "Google_Service_Compute_Operation"); } /** * Flags the specified instances in the managed instance group to be immediately * recreated. The instances are deleted and recreated using the current instance * template for the managed instance group. This operation is marked as DONE * when the flag is set even if the instances have not yet been recreated. You * must separately verify the status of the recreating action with the * listmanagedinstances method. * * 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. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param Google_Service_Compute_InstanceGroupManagersRecreateInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function recreateInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersRecreateInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('recreateInstances', array($params), "Google_Service_Compute_Operation"); } /** * Resizes the managed instance group. If you increase the size, the group * creates new instances using the current instance template. If you decrease * the size, the group deletes instances. The resize operation is marked DONE * when the resize actions are scheduled even if the group has not yet added or * deleted any instances. You must separately verify the status of the creating * or deleting actions with the listmanagedinstances method. * * When resizing down, the instance group arbitrarily chooses the order in which * VMs are deleted. The group takes into account some VM attributes when making * the selection including: * * + The status of the VM instance. + The health of the VM instance. + The * instance template version the VM is based on. + For regional managed instance * groups, the location of the VM instance. * * This list is subject to change. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * has elapsed before the VM instance is removed or deleted. * (instanceGroupManagers.resize) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param int $size The number of running instances that the managed instance * group should maintain at any given time. The group automatically adds or * removes instances to maintain the number of instances specified by this * parameter. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function resize($project, $zone, $instanceGroupManager, $size, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size); $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Compute_Operation"); } /** * Specifies the instance template to use when creating new instances in this * group. The templates for existing instances in the group do not change unless * you run recreateInstances, run applyUpdatesToInstances, or set the group's * updatePolicy.type to PROACTIVE. (instanceGroupManagers.setInstanceTemplate) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param Google_Service_Compute_InstanceGroupManagersSetInstanceTemplateRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setInstanceTemplate($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersSetInstanceTemplateRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setInstanceTemplate', array($params), "Google_Service_Compute_Operation"); } /** * Modifies the target pools to which all instances in this managed instance * group are assigned. The target pools automatically apply to all of the * instances in the managed instance group. This operation is marked DONE when * you make the request even if the instances have not yet been added to their * target pools. The change might take some time to apply to all of the * instances in the group depending on the size of the group. * (instanceGroupManagers.setTargetPools) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. * @param string $instanceGroupManager The name of the managed instance group. * @param Google_Service_Compute_InstanceGroupManagersSetTargetPoolsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setTargetPools($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setTargetPools', array($params), "Google_Service_Compute_Operation"); } /** * Inserts or updates per-instance configs for the managed instance group. * perInstanceConfig.name serves as a key used to distinguish whether to perform * insert or patch. (instanceGroupManagers.updatePerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is * located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_InstanceGroupManagersUpdatePerInstanceConfigsReq $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function updatePerInstanceConfigs($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersUpdatePerInstanceConfigsReq $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatePerInstanceConfigs', array($params), "Google_Service_Compute_Operation"); } } PK% ZF@**Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.phpnu[ * $computeService = new Google_Service_Compute(...); * $httpHealthChecks = $computeService->httpHealthChecks; * */ class Google_Service_Compute_Resource_HttpHealthChecks extends Google_Service_Resource { /** * Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete) * * @param string $project Project ID for this request. * @param string $httpHealthCheck Name of the HttpHealthCheck resource to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $httpHealthCheck, $optParams = array()) { $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified HttpHealthCheck resource. Gets a list of available HTTP * health checks by making a list() request. (httpHealthChecks.get) * * @param string $project Project ID for this request. * @param string $httpHealthCheck Name of the HttpHealthCheck resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_HttpHealthCheck */ public function get($project, $httpHealthCheck, $optParams = array()) { $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck"); } /** * Creates a HttpHealthCheck resource in the specified project using the data * included in the request. (httpHealthChecks.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_HttpHealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of HttpHealthCheck resources available to the specified * project. (httpHealthChecks.listHttpHealthChecks) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_HttpHealthCheckList */ public function listHttpHealthChecks($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList"); } /** * Updates a HttpHealthCheck resource in the specified project using the data * included in the request. This method supports PATCH semantics and uses the * JSON merge patch format and processing rules. (httpHealthChecks.patch) * * @param string $project Project ID for this request. * @param string $httpHealthCheck Name of the HttpHealthCheck resource to patch. * @param Google_Service_Compute_HttpHealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates a HttpHealthCheck resource in the specified project using the data * included in the request. (httpHealthChecks.update) * * @param string $project Project ID for this request. * @param string $httpHealthCheck Name of the HttpHealthCheck resource to * update. * @param Google_Service_Compute_HttpHealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% Z.YSSQvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.phpnu[ * $computeService = new Google_Service_Compute(...); * $projects = $computeService->projects; * */ class Google_Service_Compute_Resource_Projects extends Google_Service_Resource { /** * Disable this project as a shared VPC host project. (projects.disableXpnHost) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function disableXpnHost($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('disableXpnHost', array($params), "Google_Service_Compute_Operation"); } /** * Disable a service resource (also known as service project) associated with * this host project. (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) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Project */ public function get($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Project"); } /** * Gets the shared VPC host project that this project links to. May be empty if * no link exists. (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 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @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 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @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()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('moveDisk', array($params), "Google_Service_Compute_Operation"); } /** * Moves an instance and its attached persistent disks from one zone to another. * (projects.moveInstance) * * @param string $project Project ID for this request. * @param Google_Service_Compute_InstanceMoveRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function moveInstance($project, Google_Service_Compute_InstanceMoveRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('moveInstance', array($params), "Google_Service_Compute_Operation"); } /** * Sets metadata common to all instances within the specified project using the * data included in the request. (projects.setCommonInstanceMetadata) * * @param string $project Project ID for this request. * @param Google_Service_Compute_Metadata $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setCommonInstanceMetadata($project, Google_Service_Compute_Metadata $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation"); } /** * Sets the default network tier of the project. The default network tier is * used when an address/forwardingRule/instance is created without specifying * the network tier field. (projects.setDefaultNetworkTier) * * @param string $project Project ID for this request. * @param Google_Service_Compute_ProjectsSetDefaultNetworkTierRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setDefaultNetworkTier($project, Google_Service_Compute_ProjectsSetDefaultNetworkTierRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setDefaultNetworkTier', array($params), "Google_Service_Compute_Operation"); } /** * Enables the usage export feature and sets the usage export bucket where * reports are stored. If you provide an empty request body using this method, * the usage export feature will be disabled. (projects.setUsageExportBucket) * * @param string $project Project ID for this request. * @param Google_Service_Compute_UsageExportLocation $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setUsageExportBucket($project, Google_Service_Compute_UsageExportLocation $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setUsageExportBucket', array($params), "Google_Service_Compute_Operation"); } } PK% Z&,,,,,Xvendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.phpnu[ * $computeService = new Google_Service_Compute(...); * $sslCertificates = $computeService->sslCertificates; * */ class Google_Service_Compute_Resource_SslCertificates extends Google_Service_Resource { /** * Retrieves the list of all SslCertificate resources, regional and global, * available to the specified project. (sslCertificates.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SslCertificateAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_SslCertificateAggregatedList"); } /** * Deletes the specified SslCertificate resource. (sslCertificates.delete) * * @param string $project Project ID for this request. * @param string $sslCertificate Name of the SslCertificate resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $sslCertificate, $optParams = array()) { $params = array('project' => $project, 'sslCertificate' => $sslCertificate); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified SslCertificate resource. Gets a list of available SSL * certificates by making a list() request. (sslCertificates.get) * * @param string $project Project ID for this request. * @param string $sslCertificate Name of the SslCertificate resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_SslCertificate */ public function get($project, $sslCertificate, $optParams = array()) { $params = array('project' => $project, 'sslCertificate' => $sslCertificate); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_SslCertificate"); } /** * Creates a SslCertificate resource in the specified project using the data * included in the request. (sslCertificates.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_SslCertificate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_SslCertificate $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of SslCertificate resources available to the specified * project. (sslCertificates.listSslCertificates) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SslCertificateList */ public function listSslCertificates($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SslCertificateList"); } } PK% Z~dvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionNotificationEndpoints.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionNotificationEndpoints = $computeService->regionNotificationEndpoints; * */ class Google_Service_Compute_Resource_RegionNotificationEndpoints extends Google_Service_Resource { /** * Deletes the specified NotificationEndpoint in the given region * (regionNotificationEndpoints.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $notificationEndpoint Name of the NotificationEndpoint 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, $notificationEndpoint, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'notificationEndpoint' => $notificationEndpoint); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified NotificationEndpoint resource in the given region. * (regionNotificationEndpoints.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $notificationEndpoint Name of the NotificationEndpoint resource * to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NotificationEndpoint */ public function get($project, $region, $notificationEndpoint, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'notificationEndpoint' => $notificationEndpoint); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NotificationEndpoint"); } /** * Create a NotificationEndpoint in the specified project in the given region * using the parameters that are included in the request. * (regionNotificationEndpoints.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_NotificationEndpoint $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_NotificationEndpoint $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists the NotificationEndpoints for a project in the given region. * (regionNotificationEndpoints.listRegionNotificationEndpoints) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NotificationEndpointList */ public function listRegionNotificationEndpoints($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NotificationEndpointList"); } } PK% Z-lK7+7+Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionAutoscalers = $computeService->regionAutoscalers; * */ class Google_Service_Compute_Resource_RegionAutoscalers extends Google_Service_Resource { /** * Deletes the specified autoscaler. (regionAutoscalers.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $autoscaler Name of the autoscaler to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $autoscaler, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'autoscaler' => $autoscaler); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified autoscaler. (regionAutoscalers.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $autoscaler Name of the autoscaler to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Autoscaler */ public function get($project, $region, $autoscaler, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'autoscaler' => $autoscaler); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Autoscaler"); } /** * Creates an autoscaler in the specified project using the data included in the * request. (regionAutoscalers.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_Autoscaler $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of autoscalers contained within the specified region. * (regionAutoscalers.listRegionAutoscalers) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionAutoscalerList */ public function listRegionAutoscalers($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RegionAutoscalerList"); } /** * Updates an autoscaler in the specified project using the data included in the * request. This method supports PATCH semantics and uses the JSON merge patch * format and processing rules. (regionAutoscalers.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_Autoscaler $postBody * @param array $optParams Optional parameters. * * @opt_param string autoscaler Name of the autoscaler to patch. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates an autoscaler in the specified project using the data included in the * request. (regionAutoscalers.update) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_Autoscaler $postBody * @param array $optParams Optional parameters. * * @opt_param string autoscaler Name of the autoscaler to update. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK% ZT-T-Xvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetInstances = $computeService->targetInstances; * */ class Google_Service_Compute_Resource_TargetInstances extends Google_Service_Resource { /** * Retrieves an aggregated list of target instances. * (targetInstances.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetInstanceAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList"); } /** * Deletes the specified TargetInstance resource. (targetInstances.delete) * * @param string $project Project ID for this request. * @param string $zone Name of the zone scoping this request. * @param string $targetInstance Name of the TargetInstance resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $targetInstance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetInstance resource. Gets a list of available * target instances by making a list() request. (targetInstances.get) * * @param string $project Project ID for this request. * @param string $zone Name of the zone scoping this request. * @param string $targetInstance Name of the TargetInstance resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetInstance */ public function get($project, $zone, $targetInstance, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetInstance"); } /** * Creates a TargetInstance resource in the specified project and zone using the * data included in the request. (targetInstances.insert) * * @param string $project Project ID for this request. * @param string $zone Name of the zone scoping this request. * @param Google_Service_Compute_TargetInstance $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_TargetInstance $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of TargetInstance resources available to the specified * project and zone. (targetInstances.listTargetInstances) * * @param string $project Project ID for this request. * @param string $zone Name of the zone scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetInstanceList */ public function listTargetInstances($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetInstanceList"); } } PK% Z5<<Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/SecurityPolicies.phpnu[ * $computeService = new Google_Service_Compute(...); * $securityPolicies = $computeService->securityPolicies; * */ class Google_Service_Compute_Resource_SecurityPolicies extends Google_Service_Resource { /** * Inserts a rule into a security policy. (securityPolicies.addRule) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to update. * @param Google_Service_Compute_SecurityPolicyRule $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function addRule($project, $securityPolicy, Google_Service_Compute_SecurityPolicyRule $postBody, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addRule', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified policy. (securityPolicies.delete) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $securityPolicy, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * List all of the ordered rules present in a single specified policy. * (securityPolicies.get) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to get. * @param array $optParams Optional parameters. * @return Google_Service_Compute_SecurityPolicy */ public function get($project, $securityPolicy, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_SecurityPolicy"); } /** * Gets a rule at the specified priority. (securityPolicies.getRule) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to which the * queried rule belongs. * @param array $optParams Optional parameters. * * @opt_param int priority The priority of the rule to get from the security * policy. * @return Google_Service_Compute_SecurityPolicyRule */ public function getRule($project, $securityPolicy, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy); $params = array_merge($params, $optParams); return $this->call('getRule', array($params), "Google_Service_Compute_SecurityPolicyRule"); } /** * Creates a new policy in the specified project using the data included in the * request. (securityPolicies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_SecurityPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_SecurityPolicy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * List all the policies that have been configured for the specified project. * (securityPolicies.listSecurityPolicies) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SecurityPolicyList */ public function listSecurityPolicies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SecurityPolicyList"); } /** * Gets the current list of preconfigured Web Application Firewall (WAF) * expressions. (securityPolicies.listPreconfiguredExpressionSets) * * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SecurityPoliciesListPreconfiguredExpressionSetsResponse */ public function listPreconfiguredExpressionSets($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('listPreconfiguredExpressionSets', array($params), "Google_Service_Compute_SecurityPoliciesListPreconfiguredExpressionSetsResponse"); } /** * Patches the specified policy with the data included in the request. This * cannot be used to be update the rules in the policy. Please use the per rule * methods like addRule, patchRule, and removeRule instead. * (securityPolicies.patch) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to update. * @param Google_Service_Compute_SecurityPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $securityPolicy, Google_Service_Compute_SecurityPolicy $postBody, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Patches a rule at the specified priority. (securityPolicies.patchRule) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to update. * @param Google_Service_Compute_SecurityPolicyRule $postBody * @param array $optParams Optional parameters. * * @opt_param int priority The priority of the rule to patch. * @return Google_Service_Compute_Operation */ public function patchRule($project, $securityPolicy, Google_Service_Compute_SecurityPolicyRule $postBody, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patchRule', array($params), "Google_Service_Compute_Operation"); } /** * Deletes a rule at the specified priority. (securityPolicies.removeRule) * * @param string $project Project ID for this request. * @param string $securityPolicy Name of the security policy to update. * @param array $optParams Optional parameters. * * @opt_param int priority The priority of the rule to remove from the security * policy. * @return Google_Service_Compute_Operation */ public function removeRule($project, $securityPolicy, $optParams = array()) { $params = array('project' => $project, 'securityPolicy' => $securityPolicy); $params = array_merge($params, $optParams); return $this->call('removeRule', array($params), "Google_Service_Compute_Operation"); } } PK% Zrx x Uvendor/google/apiclient-services/src/Google/Service/Compute/Resource/LicenseCodes.phpnu[ * $computeService = new Google_Service_Compute(...); * $licenseCodes = $computeService->licenseCodes; * */ class Google_Service_Compute_Resource_LicenseCodes extends Google_Service_Resource { /** * Return a specified license code. License codes are mirrored across all * projects that have permissions to read the License Code. Caution This * resource is intended for use only by third-party partners who are creating * Cloud Marketplace images. (licenseCodes.get) * * @param string $project Project ID for this request. * @param string $licenseCode Number corresponding to the License code resource * to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_LicenseCode */ public function get($project, $licenseCode, $optParams = array()) { $params = array('project' => $project, 'licenseCode' => $licenseCode); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_LicenseCode"); } /** * Returns permissions that a caller has on the specified resource. Caution * This resource is intended for use only by third-party partners who are * creating Cloud Marketplace images. (licenseCodes.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Zg*g*Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetTcpProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetTcpProxies = $computeService->targetTcpProxies; * */ class Google_Service_Compute_Resource_TargetTcpProxies extends Google_Service_Resource { /** * Deletes the specified TargetTcpProxy resource. (targetTcpProxies.delete) * * @param string $project Project ID for this request. * @param string $targetTcpProxy Name of the TargetTcpProxy resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $targetTcpProxy, $optParams = array()) { $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetTcpProxy resource. Gets a list of available * target TCP proxies by making a list() request. (targetTcpProxies.get) * * @param string $project Project ID for this request. * @param string $targetTcpProxy Name of the TargetTcpProxy resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetTcpProxy */ public function get($project, $targetTcpProxy, $optParams = array()) { $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetTcpProxy"); } /** * Creates a TargetTcpProxy resource in the specified project using the data * included in the request. (targetTcpProxies.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_TargetTcpProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_TargetTcpProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of TargetTcpProxy resources available to the specified * project. (targetTcpProxies.listTargetTcpProxies) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetTcpProxyList */ public function listTargetTcpProxies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetTcpProxyList"); } /** * Changes the BackendService for TargetTcpProxy. * (targetTcpProxies.setBackendService) * * @param string $project Project ID for this request. * @param string $targetTcpProxy Name of the TargetTcpProxy resource whose * BackendService resource is to be set. * @param Google_Service_Compute_TargetTcpProxiesSetBackendServiceRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setBackendService($project, $targetTcpProxy, Google_Service_Compute_TargetTcpProxiesSetBackendServiceRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setBackendService', array($params), "Google_Service_Compute_Operation"); } /** * Changes the ProxyHeaderType for TargetTcpProxy. * (targetTcpProxies.setProxyHeader) * * @param string $project Project ID for this request. * @param string $targetTcpProxy Name of the TargetTcpProxy resource whose * ProxyHeader is to be set. * @param Google_Service_Compute_TargetTcpProxiesSetProxyHeaderRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setProxyHeader($project, $targetTcpProxy, Google_Service_Compute_TargetTcpProxiesSetProxyHeaderRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setProxyHeader', array($params), "Google_Service_Compute_Operation"); } } PK% ZG{H!H!Yvendor/google/apiclient-services/src/Google/Service/Compute/Resource/AcceleratorTypes.phpnu[ * $computeService = new Google_Service_Compute(...); * $acceleratorTypes = $computeService->acceleratorTypes; * */ class Google_Service_Compute_Resource_AcceleratorTypes extends Google_Service_Resource { /** * Retrieves an aggregated list of accelerator types. * (acceleratorTypes.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AcceleratorTypeAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_AcceleratorTypeAggregatedList"); } /** * Returns the specified accelerator type. (acceleratorTypes.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $acceleratorType Name of the accelerator type to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_AcceleratorType */ public function get($project, $zone, $acceleratorType, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'acceleratorType' => $acceleratorType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_AcceleratorType"); } /** * Retrieves a list of accelerator types that are available to the specified * project. (acceleratorTypes.listAcceleratorTypes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AcceleratorTypeList */ public function listAcceleratorTypes($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_AcceleratorTypeList"); } } PK% Z<77Vvendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTemplates.phpnu[ * $computeService = new Google_Service_Compute(...); * $nodeTemplates = $computeService->nodeTemplates; * */ class Google_Service_Compute_Resource_NodeTemplates extends Google_Service_Resource { /** * Retrieves an aggregated list of node templates. * (nodeTemplates.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeTemplateAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_NodeTemplateAggregatedList"); } /** * Deletes the specified NodeTemplate resource. (nodeTemplates.delete) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $nodeTemplate Name of the NodeTemplate resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $nodeTemplate, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'nodeTemplate' => $nodeTemplate); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified node template. Gets a list of available node templates * by making a list() request. (nodeTemplates.get) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $nodeTemplate Name of the node template to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NodeTemplate */ public function get($project, $region, $nodeTemplate, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'nodeTemplate' => $nodeTemplate); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NodeTemplate"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (nodeTemplates.getIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $region, $resource, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a NodeTemplate resource in the specified project using the data * included in the request. (nodeTemplates.insert) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param Google_Service_Compute_NodeTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_NodeTemplate $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of node templates available to the specified project. * (nodeTemplates.listNodeTemplates) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeTemplateList */ public function listNodeTemplates($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NodeTemplateList"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (nodeTemplates.setIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (nodeTemplates.testIamPermissions) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK% Z;dvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionInstanceGroupManagers = $computeService->regionInstanceGroupManagers; * */ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google_Service_Resource { /** * Flags the specified instances to be immediately removed from the managed * instance group. Abandoning an instance does not delete the instance, but it * does remove the instance from any target pools that are applied by the * managed instance group. This method reduces the targetSize of the managed * instance group by the number of instances that you abandon. This operation is * marked as DONE when the action is scheduled even if the instances have not * yet been removed from the group. You must separately verify the status of the * abandoning action with the listmanagedinstances method. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * has elapsed before the VM instance is removed or deleted. * * You can specify a maximum of 1000 instances with this method per request. * (regionInstanceGroupManagers.abandonInstances) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group. * @param Google_Service_Compute_RegionInstanceGroupManagersAbandonInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function abandonInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('abandonInstances', array($params), "Google_Service_Compute_Operation"); } /** * Apply updates to selected instances the managed instance group. * (regionInstanceGroupManagers.applyUpdatesToInstances) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request, should conform * to RFC1035. * @param string $instanceGroupManager The name of the managed instance group, * should conform to RFC1035. * @param Google_Service_Compute_RegionInstanceGroupManagersApplyUpdatesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function applyUpdatesToInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersApplyUpdatesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('applyUpdatesToInstances', array($params), "Google_Service_Compute_Operation"); } /** * Creates instances with per-instance configs in this regional managed instance * group. Instances are created using the current instance template. The create * instances operation is marked DONE if the createInstances request is * successful. The underlying actions take additional time. You must separately * verify the status of the creating or actions with the listmanagedinstances * method. (regionInstanceGroupManagers.createInstances) * * @param string $project Project ID for this request. * @param string $region The name of the region where the managed instance group * is located. It should conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_RegionInstanceGroupManagersCreateInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function createInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersCreateInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createInstances', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified managed instance group and all of the instances in that * group. (regionInstanceGroupManagers.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Flags the specified instances in the managed instance group to be immediately * deleted. The instances are also removed from any target pools of which they * were a member. This method reduces the targetSize of the managed instance * group by the number of instances that you delete. The deleteInstances * operation is marked DONE if the deleteInstances request is successful. The * underlying actions take additional time. You must separately verify the * status of the deleting action with the listmanagedinstances method. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * has elapsed before the VM instance is removed or deleted. * * You can specify a maximum of 1000 instances with this method per request. * (regionInstanceGroupManagers.deleteInstances) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group. * @param Google_Service_Compute_RegionInstanceGroupManagersDeleteInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deleteInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteInstances', array($params), "Google_Service_Compute_Operation"); } /** * Deletes selected per-instance configs for the managed instance group. * (regionInstanceGroupManagers.deletePerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request, should conform * to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_RegionInstanceGroupManagerDeleteInstanceConfigReq $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function deletePerInstanceConfigs($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagerDeleteInstanceConfigReq $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deletePerInstanceConfigs', array($params), "Google_Service_Compute_Operation"); } /** * Returns all of the details about the specified managed instance group. * (regionInstanceGroupManagers.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InstanceGroupManager */ public function get($project, $region, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InstanceGroupManager"); } /** * Creates a managed instance group using the information that you specify in * the request. After the group is created, instances in the group are created * using the specified instance template. This operation is marked as DONE when * the group is created even if the instances in the group have not yet been * created. You must separately verify the status of the individual instances * with the listmanagedinstances method. * * A regional managed instance group can contain up to 2000 instances. * (regionInstanceGroupManagers.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_InstanceGroupManager $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of managed instance groups that are contained within the * specified region. * (regionInstanceGroupManagers.listRegionInstanceGroupManagers) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionInstanceGroupManagerList */ public function listRegionInstanceGroupManagers($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RegionInstanceGroupManagerList"); } /** * Lists all errors thrown by actions on instances for a given regional managed * instance group. The filter and orderBy query parameters are not supported. * (regionInstanceGroupManagers.listErrors) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. This should * conform to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It must be a string that meets the requirements in RFC1035, or an unsigned * long integer: must match regexp pattern: * (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|[1-9][0-9]{0,19}. * @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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionInstanceGroupManagersListErrorsResponse */ public function listErrors($project, $region, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('listErrors', array($params), "Google_Service_Compute_RegionInstanceGroupManagersListErrorsResponse"); } /** * Lists the instances in the managed instance group and instances that are * scheduled to be created. The list includes any current actions that the group * has scheduled for its instances. The orderBy query parameter is not * supported. (regionInstanceGroupManagers.listManagedInstances) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager The name of the managed instance group. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionInstanceGroupManagersListInstancesResponse */ public function listManagedInstances($project, $region, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('listManagedInstances', array($params), "Google_Service_Compute_RegionInstanceGroupManagersListInstancesResponse"); } /** * Lists all of the per-instance configs defined for the managed instance group. * The orderBy query parameter is not supported. * (regionInstanceGroupManagers.listPerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request, should conform * to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsResp */ public function listPerInstanceConfigs($project, $region, $instanceGroupManager, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); $params = array_merge($params, $optParams); return $this->call('listPerInstanceConfigs', array($params), "Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsResp"); } /** * Updates a managed instance group using the information that you specify in * the request. This operation is marked as DONE when the group is patched even * if the instances in the group are still in the process of being patched. You * must separately verify the status of the individual instances with the * listmanagedinstances method. This method supports PATCH semantics and uses * the JSON merge patch format and processing rules. * (regionInstanceGroupManagers.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager The name of the instance group manager. * @param Google_Service_Compute_InstanceGroupManager $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, $instanceGroupManager, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Inserts or patches per-instance configs for the managed instance group. * perInstanceConfig.name serves as a key used to distinguish whether to perform * insert or patch. (regionInstanceGroupManagers.patchPerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request, should conform * to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_RegionInstanceGroupManagerPatchInstanceConfigReq $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patchPerInstanceConfigs($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagerPatchInstanceConfigReq $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patchPerInstanceConfigs', array($params), "Google_Service_Compute_Operation"); } /** * Flags the specified instances in the managed instance group to be immediately * recreated. The instances are deleted and recreated using the current instance * template for the managed instance group. This operation is marked as DONE * when the flag is set even if the instances have not yet been recreated. You * must separately verify the status of the recreating action with the * listmanagedinstances method. * * 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. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group. * @param Google_Service_Compute_RegionInstanceGroupManagersRecreateRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function recreateInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersRecreateRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('recreateInstances', array($params), "Google_Service_Compute_Operation"); } /** * Changes the intended size of the managed instance group. If you increase the * size, the group creates new instances using the current instance template. If * you decrease the size, the group deletes one or more instances. * * The resize operation is marked DONE if the resize request is successful. The * underlying actions take additional time. You must separately verify the * status of the creating or deleting actions with the listmanagedinstances * method. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * has elapsed before the VM instance is removed or deleted. * (regionInstanceGroupManagers.resize) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group. * @param int $size Number of instances that should exist in this instance group * manager. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function resize($project, $region, $instanceGroupManager, $size, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size); $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Compute_Operation"); } /** * Sets the instance template to use when creating new instances or recreating * instances in this group. Existing instances are not affected. * (regionInstanceGroupManagers.setInstanceTemplate) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager The name of the managed instance group. * @param Google_Service_Compute_RegionInstanceGroupManagersSetTemplateRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setInstanceTemplate($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersSetTemplateRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setInstanceTemplate', array($params), "Google_Service_Compute_Operation"); } /** * Modifies the target pools to which all new instances in this group are * assigned. Existing instances in the group are not affected. * (regionInstanceGroupManagers.setTargetPools) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroupManager Name of the managed instance group. * @param Google_Service_Compute_RegionInstanceGroupManagersSetTargetPoolsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setTargetPools($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setTargetPools', array($params), "Google_Service_Compute_Operation"); } /** * Inserts or updates per-instance configs for the managed instance group. * perInstanceConfig.name serves as a key used to distinguish whether to perform * insert or patch. (regionInstanceGroupManagers.updatePerInstanceConfigs) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request, should conform * to RFC1035. * @param string $instanceGroupManager The name of the managed instance group. * It should conform to RFC1035. * @param Google_Service_Compute_RegionInstanceGroupManagerUpdateInstanceConfigReq $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function updatePerInstanceConfigs($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagerUpdateInstanceConfigReq $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatePerInstanceConfigs', array($params), "Google_Service_Compute_Operation"); } } PK& Z9@55`vendor/google/apiclient-services/src/Google/Service/Compute/Resource/PublicDelegatedPrefixes.phpnu[ * $computeService = new Google_Service_Compute(...); * $publicDelegatedPrefixes = $computeService->publicDelegatedPrefixes; * */ class Google_Service_Compute_Resource_PublicDelegatedPrefixes extends Google_Service_Resource { /** * Lists all PublicDelegatedPrefix resources owned by the specific project * across all scopes. (publicDelegatedPrefixes.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_PublicDelegatedPrefixAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_PublicDelegatedPrefixAggregatedList"); } /** * Deletes the specified PublicDelegatedPrefix in the given region. * (publicDelegatedPrefixes.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region of this request. * @param string $publicDelegatedPrefix Name of the PublicDelegatedPrefix * 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, $publicDelegatedPrefix, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'publicDelegatedPrefix' => $publicDelegatedPrefix); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified PublicDelegatedPrefix resource in the given region. * (publicDelegatedPrefixes.get) * * @param string $project Project ID for this request. * @param string $region Name of the region of this request. * @param string $publicDelegatedPrefix Name of the PublicDelegatedPrefix * resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_PublicDelegatedPrefix */ public function get($project, $region, $publicDelegatedPrefix, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'publicDelegatedPrefix' => $publicDelegatedPrefix); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_PublicDelegatedPrefix"); } /** * Creates a PublicDelegatedPrefix in the specified project in the given region * using the parameters that are included in the request. * (publicDelegatedPrefixes.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region of this request. * @param Google_Service_Compute_PublicDelegatedPrefix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_PublicDelegatedPrefix $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists the PublicDelegatedPrefixes for a project in the given region. * (publicDelegatedPrefixes.listPublicDelegatedPrefixes) * * @param string $project Project ID for this request. * @param string $region Name of the region of 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_PublicDelegatedPrefixList */ public function listPublicDelegatedPrefixes($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_PublicDelegatedPrefixList"); } /** * Patches the specified PublicDelegatedPrefix resource with the data included * in the request. This method supports PATCH semantics and uses JSON merge * patch format and processing rules. (publicDelegatedPrefixes.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $publicDelegatedPrefix Name of the PublicDelegatedPrefix * resource to patch. * @param Google_Service_Compute_PublicDelegatedPrefix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $publicDelegatedPrefix, Google_Service_Compute_PublicDelegatedPrefix $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'publicDelegatedPrefix' => $publicDelegatedPrefix, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK& ZS!C&C&`vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionTargetHttpProxies = $computeService->regionTargetHttpProxies; * */ class Google_Service_Compute_Resource_RegionTargetHttpProxies extends Google_Service_Resource { /** * Deletes the specified TargetHttpProxy resource. * (regionTargetHttpProxies.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpProxy Name of the TargetHttpProxy resource to * delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $targetHttpProxy, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified TargetHttpProxy resource in the specified region. Gets * a list of available target HTTP proxies by making a list() request. * (regionTargetHttpProxies.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpProxy Name of the TargetHttpProxy resource to * return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetHttpProxy */ public function get($project, $region, $targetHttpProxy, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); } /** * Creates a TargetHttpProxy resource in the specified project and region using * the data included in the request. (regionTargetHttpProxies.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_TargetHttpProxy $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of TargetHttpProxy resources available to the specified * project in the specified region. * (regionTargetHttpProxies.listRegionTargetHttpProxies) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetHttpProxyList */ public function listRegionTargetHttpProxies($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); } /** * Changes the URL map for TargetHttpProxy. (regionTargetHttpProxies.setUrlMap) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map * for. * @param Google_Service_Compute_UrlMapReference $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setUrlMap($project, $region, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); } } PK& ZJYvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionOperations = $computeService->regionOperations; * */ class Google_Service_Compute_Resource_RegionOperations extends Google_Service_Resource { /** * Deletes the specified region-specific Operations resource. * (regionOperations.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $operation Name of the Operations resource to delete. * @param array $optParams Optional parameters. */ public function delete($project, $region, $operation, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the specified region-specific Operations resource. * (regionOperations.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function get($project, $region, $operation, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of Operation resources contained within the specified * region. (regionOperations.listRegionOperations) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_OperationList */ public function listRegionOperations($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_OperationList"); } /** * Waits for the specified Operation resource to return as `DONE` or for the * request to approach the 2 minute deadline, and retrieves the specified * Operation resource. This method differs from the `GET` method in that it * waits for no more than the default deadline (2 minutes) and then returns the * current state of the operation, which might be `DONE` or still in progress. * * This method is called on a best-effort basis. Specifically: - In uncommon * cases, when the server is overloaded, the request might return before the * default deadline is reached, or might return after zero seconds. - If the * default deadline is reached, there is no guarantee that the operation is * actually done when the method returns. Be prepared to retry if the operation * is not `DONE`. (regionOperations.wait) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $operation Name of the Operations resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function wait($project, $region, $operation, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('wait', array($params), "Google_Service_Compute_Operation"); } } PK& Z ` Rvendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.phpnu[ * $computeService = new Google_Service_Compute(...); * $diskTypes = $computeService->diskTypes; * */ class Google_Service_Compute_Resource_DiskTypes extends Google_Service_Resource { /** * Retrieves an aggregated list of disk types. (diskTypes.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_DiskTypeAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList"); } /** * Returns the specified disk type. Gets a list of available disk types by * making a list() request. (diskTypes.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $diskType Name of the disk type to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_DiskType */ public function get($project, $zone, $diskType, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_DiskType"); } /** * Retrieves a list of disk types available to the specified project. * (diskTypes.listDiskTypes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_DiskTypeList */ public function listDiskTypes($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList"); } } PK& ZR`[=[=Uvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.phpnu[ * $computeService = new Google_Service_Compute(...); * $reservations = $computeService->reservations; * */ class Google_Service_Compute_Resource_Reservations extends Google_Service_Resource { /** * Retrieves an aggregated list of reservations. (reservations.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ReservationAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_ReservationAggregatedList"); } /** * Deletes the specified reservation. (reservations.delete) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $reservation Name of the reservation to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $reservation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'reservation' => $reservation); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves information about the specified reservation. (reservations.get) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $reservation Name of the reservation to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Reservation */ public function get($project, $zone, $reservation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'reservation' => $reservation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Reservation"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (reservations.getIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $zone, $resource, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a new reservation. For more information, read Reserving zonal * resources. (reservations.insert) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param Google_Service_Compute_Reservation $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_Reservation $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * A list of all the reservations that have been configured for the specified * project in specified zone. (reservations.listReservations) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ReservationList */ public function listReservations($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ReservationList"); } /** * Resizes the reservation (applicable to standalone reservations only). For * more information, read Modifying reservations. (reservations.resize) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. * @param string $reservation Name of the reservation to update. * @param Google_Service_Compute_ReservationsResizeRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function resize($project, $zone, $reservation, Google_Service_Compute_ReservationsResizeRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'reservation' => $reservation, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (reservations.setIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Returns permissions that a caller has on the specified resource. * (reservations.testIamPermissions) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK& ZAF'F'Zvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionCommitments.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionCommitments = $computeService->regionCommitments; * */ class Google_Service_Compute_Resource_RegionCommitments extends Google_Service_Resource { /** * Retrieves an aggregated list of commitments. * (regionCommitments.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_CommitmentAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_CommitmentAggregatedList"); } /** * Returns the specified commitment resource. Gets a list of available * commitments by making a list() request. (regionCommitments.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $commitment Name of the commitment to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Commitment */ public function get($project, $region, $commitment, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'commitment' => $commitment); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Commitment"); } /** * Creates a commitment in the specified project using the data included in the * request. (regionCommitments.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_Commitment $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_Commitment $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of commitments contained within the specified region. * (regionCommitments.listRegionCommitments) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_CommitmentList */ public function listRegionCommitments($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_CommitmentList"); } } PK& ZVG,G,[vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionHealthChecks = $computeService->regionHealthChecks; * */ class Google_Service_Compute_Resource_RegionHealthChecks extends Google_Service_Resource { /** * Deletes the specified HealthCheck resource. (regionHealthChecks.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheck Name of the HealthCheck resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $healthCheck, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified HealthCheck resource. Gets a list of available health * checks by making a list() request. (regionHealthChecks.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheck Name of the HealthCheck resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_HealthCheck */ public function get($project, $region, $healthCheck, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_HealthCheck"); } /** * Creates a HealthCheck resource in the specified project using the data * included in the request. (regionHealthChecks.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_HealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of HealthCheck resources available to the specified * project. (regionHealthChecks.listRegionHealthChecks) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_HealthCheckList */ public function listRegionHealthChecks($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_HealthCheckList"); } /** * Updates a HealthCheck resource in the specified project using the data * included in the request. This method supports PATCH semantics and uses the * JSON merge patch format and processing rules. (regionHealthChecks.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheck Name of the HealthCheck resource to patch. * @param Google_Service_Compute_HealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates a HealthCheck resource in the specified project using the data * included in the request. (regionHealthChecks.update) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheck Name of the HealthCheck resource to update. * @param Google_Service_Compute_HealthCheck $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $region, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK& ZbPPXvendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.phpnu[ * $computeService = new Google_Service_Compute(...); * $backendServices = $computeService->backendServices; * */ class Google_Service_Compute_Resource_BackendServices extends Google_Service_Resource { /** * Adds a key for validating requests with signed URLs for this backend service. * (backendServices.addSignedUrlKey) * * @param string $project Project ID for this request. * @param string $backendService Name of the BackendService resource to which * the Signed URL Key should be added. The name should conform to RFC1035. * @param Google_Service_Compute_SignedUrlKey $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addSignedUrlKey($project, $backendService, Google_Service_Compute_SignedUrlKey $postBody, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addSignedUrlKey', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of all BackendService resources, regional and global, * available to the specified project. (backendServices.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_BackendServiceAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_BackendServiceAggregatedList"); } /** * Deletes the specified BackendService resource. (backendServices.delete) * * @param string $project Project ID for this request. * @param string $backendService Name of the BackendService resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $backendService, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Deletes a key for validating requests with signed URLs for this backend * service. (backendServices.deleteSignedUrlKey) * * @param string $project Project ID for this request. * @param string $backendService Name of the BackendService resource to which * the Signed URL Key should be added. The name should conform to RFC1035. * @param string $keyName The name of the Signed URL Key to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deleteSignedUrlKey($project, $backendService, $keyName, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService, 'keyName' => $keyName); $params = array_merge($params, $optParams); return $this->call('deleteSignedUrlKey', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified BackendService resource. Gets a list of available * backend services. (backendServices.get) * * @param string $project Project ID for this request. * @param string $backendService Name of the BackendService resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_BackendService */ public function get($project, $backendService, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_BackendService"); } /** * Gets the most recent health check results for this BackendService. * * Example request body: * * { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" } * (backendServices.getHealth) * * @param string $project * @param string $backendService Name of the BackendService resource to which * the queried instance belongs. * @param Google_Service_Compute_ResourceGroupReference $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_BackendServiceGroupHealth */ public function getHealth($project, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth"); } /** * Creates a BackendService resource in the specified project using the data * included in the request. For more information, see Backend services * overview. (backendServices.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_BackendService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_BackendService $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of BackendService resources available to the specified * project. (backendServices.listBackendServices) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_BackendServiceList */ public function listBackendServices($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); } /** * Patches the specified BackendService resource with the data included in the * request. For more information, see Backend services overview. 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 patch. * @param Google_Service_Compute_BackendService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the Google Cloud Armor security policy for the specified backend * service. For more information, see Google Cloud Armor Overview * (backendServices.setSecurityPolicy) * * @param string $project Project ID for this request. * @param string $backendService Name of the BackendService resource to which * the security policy should be set. The name should conform to RFC1035. * @param Google_Service_Compute_SecurityPolicyReference $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setSecurityPolicy($project, $backendService, Google_Service_Compute_SecurityPolicyReference $postBody, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSecurityPolicy', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified BackendService resource with the data included in the * request. For more information, see Backend services overview. * (backendServices.update) * * @param string $project Project ID for this request. * @param string $backendService Name of the BackendService resource to update. * @param Google_Service_Compute_BackendService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) { $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK& Z-Pvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.phpnu[ * $computeService = new Google_Service_Compute(...); * $regions = $computeService->regions; * */ class Google_Service_Compute_Resource_Regions extends Google_Service_Resource { /** * Returns the specified Region resource. Gets a list of available regions by * making a list() request. (regions.get) * * @param string $project Project ID for this request. * @param string $region Name of the region resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Region */ public function get($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Region"); } /** * Retrieves the list of region resources available to the specified project. * (regions.listRegions) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionList */ public function listRegions($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RegionList"); } } PK& Zߵ%A%APvendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.phpnu[ * $computeService = new Google_Service_Compute(...); * $urlMaps = $computeService->urlMaps; * */ class Google_Service_Compute_Resource_UrlMaps extends Google_Service_Resource { /** * Retrieves the list of all UrlMap resources, regional and global, available to * the specified project. (urlMaps.aggregatedList) * * @param string $project Name of the project scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_UrlMapsAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_UrlMapsAggregatedList"); } /** * Deletes the specified UrlMap resource. (urlMaps.delete) * * @param string $project Project ID for this request. * @param string $urlMap Name of the UrlMap resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $urlMap, $optParams = array()) { $params = array('project' => $project, 'urlMap' => $urlMap); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified UrlMap resource. Gets a list of available URL maps by * making a list() request. (urlMaps.get) * * @param string $project Project ID for this request. * @param string $urlMap Name of the UrlMap resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_UrlMap */ public function get($project, $urlMap, $optParams = array()) { $params = array('project' => $project, 'urlMap' => $urlMap); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); } /** * Creates a UrlMap resource in the specified project using the data included in * the request. (urlMaps.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_UrlMap $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_UrlMap $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Initiates a cache invalidation operation, invalidating the specified path, * scoped to the specified UrlMap. * * For more information, see [Invalidating cached content](/cdn/docs * /invalidating-cached-content). (urlMaps.invalidateCache) * * @param string $project Project ID for this request. * @param string $urlMap Name of the UrlMap scoping this request. * @param Google_Service_Compute_CacheInvalidationRule $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function invalidateCache($project, $urlMap, Google_Service_Compute_CacheInvalidationRule $postBody, $optParams = array()) { $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('invalidateCache', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of UrlMap resources available to the specified project. * (urlMaps.listUrlMaps) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_UrlMapList */ public function listUrlMaps($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); } /** * Patches the specified UrlMap resource with the data included in the request. * This method supports PATCH semantics and uses the JSON merge patch format and * processing rules. (urlMaps.patch) * * @param string $project Project ID for this request. * @param string $urlMap Name of the UrlMap resource to patch. * @param Google_Service_Compute_UrlMap $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) { $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified UrlMap resource with the data included in the request. * (urlMaps.update) * * @param string $project Project ID for this request. * @param string $urlMap Name of the UrlMap resource to update. * @param Google_Service_Compute_UrlMap $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) { $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } /** * Runs static validation for the UrlMap. In particular, the tests of the * provided UrlMap will be run. Calling this method does NOT create the UrlMap. * (urlMaps.validate) * * @param string $project Project ID for this request. * @param string $urlMap Name of the UrlMap resource to be validated as. * @param Google_Service_Compute_UrlMapsValidateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_UrlMapsValidateResponse */ public function validate($project, $urlMap, Google_Service_Compute_UrlMapsValidateRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); } } PK& Z'66Wvendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.phpnu[ * $computeService = new Google_Service_Compute(...); * $backendBuckets = $computeService->backendBuckets; * */ class Google_Service_Compute_Resource_BackendBuckets extends Google_Service_Resource { /** * Adds a key for validating requests with signed URLs for this backend bucket. * (backendBuckets.addSignedUrlKey) * * @param string $project Project ID for this request. * @param string $backendBucket Name of the BackendBucket resource to which the * Signed URL Key should be added. The name should conform to RFC1035. * @param Google_Service_Compute_SignedUrlKey $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addSignedUrlKey($project, $backendBucket, Google_Service_Compute_SignedUrlKey $postBody, $optParams = array()) { $params = array('project' => $project, 'backendBucket' => $backendBucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addSignedUrlKey', array($params), "Google_Service_Compute_Operation"); } /** * Deletes the specified BackendBucket resource. (backendBuckets.delete) * * @param string $project Project ID for this request. * @param string $backendBucket Name of the BackendBucket resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $backendBucket, $optParams = array()) { $params = array('project' => $project, 'backendBucket' => $backendBucket); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Deletes a key for validating requests with signed URLs for this backend * bucket. (backendBuckets.deleteSignedUrlKey) * * @param string $project Project ID for this request. * @param string $backendBucket Name of the BackendBucket resource to which the * Signed URL Key should be added. The name should conform to RFC1035. * @param string $keyName The name of the Signed URL Key to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deleteSignedUrlKey($project, $backendBucket, $keyName, $optParams = array()) { $params = array('project' => $project, 'backendBucket' => $backendBucket, 'keyName' => $keyName); $params = array_merge($params, $optParams); return $this->call('deleteSignedUrlKey', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified BackendBucket resource. Gets a list of available * backend buckets by making a list() request. (backendBuckets.get) * * @param string $project Project ID for this request. * @param string $backendBucket Name of the BackendBucket resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_BackendBucket */ public function get($project, $backendBucket, $optParams = array()) { $params = array('project' => $project, 'backendBucket' => $backendBucket); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_BackendBucket"); } /** * Creates a BackendBucket resource in the specified project using the data * included in the request. (backendBuckets.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_BackendBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_BackendBucket $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of BackendBucket resources available to the specified * project. (backendBuckets.listBackendBuckets) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_BackendBucketList */ public function listBackendBuckets($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_BackendBucketList"); } /** * Updates the specified BackendBucket resource with the data included in the * request. This method supports PATCH semantics and uses the JSON merge patch * format and processing rules. (backendBuckets.patch) * * @param string $project Project ID for this request. * @param string $backendBucket Name of the BackendBucket resource to patch. * @param Google_Service_Compute_BackendBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $backendBucket, Google_Service_Compute_BackendBucket $postBody, $optParams = array()) { $params = array('project' => $project, 'backendBucket' => $backendBucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Updates the specified BackendBucket resource with the data included in the * request. (backendBuckets.update) * * @param string $project Project ID for this request. * @param string $backendBucket Name of the BackendBucket resource to update. * @param Google_Service_Compute_BackendBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function update($project, $backendBucket, Google_Service_Compute_BackendBucket $postBody, $optParams = array()) { $params = array('project' => $project, 'backendBucket' => $backendBucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Compute_Operation"); } } PK& Z"xSSWvendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.phpnu[ * $computeService = new Google_Service_Compute(...); * $instanceGroups = $computeService->instanceGroups; * */ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Resource { /** * Adds a list of instances to the specified instance group. All of the * instances in the instance group must be in the same network/subnetwork. Read * Adding instances for more information. (instanceGroups.addInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param string $instanceGroup The name of the instance group where you are * adding instances. * @param Google_Service_Compute_InstanceGroupsAddInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addInstances($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsAddInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addInstances', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of instance groups and sorts them by zone. * (instanceGroups.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceGroupAggregatedList"); } /** * Deletes the specified instance group. The instances in the group are not * deleted. Note that instance group must not belong to a backend service. Read * Deleting an instance group for more information. (instanceGroups.delete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param string $instanceGroup The name of the instance group to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $instanceGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified zonal instance group. Get a list of available zonal * instance groups by making a list() request. * * For managed instance groups, use the instanceGroupManagers or * regionInstanceGroupManagers methods instead. (instanceGroups.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param string $instanceGroup The name of the instance group. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InstanceGroup */ public function get($project, $zone, $instanceGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InstanceGroup"); } /** * Creates an instance group in the specified project using the parameters that * are included in the request. (instanceGroups.insert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where you want to create the * instance group. * @param Google_Service_Compute_InstanceGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_InstanceGroup $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of zonal instance group resources contained within the * specified zone. * * For managed instance groups, use the instanceGroupManagers or * regionInstanceGroupManagers methods instead. * (instanceGroups.listInstanceGroups) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupList */ public function listInstanceGroups($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_InstanceGroupList"); } /** * Lists the instances in the specified instance group. The orderBy query * parameter is not supported. (instanceGroups.listInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param string $instanceGroup The name of the instance group from which you * want to generate a list of included instances. * @param Google_Service_Compute_InstanceGroupsListInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_InstanceGroupsListInstances */ public function listInstances($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsListInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listInstances', array($params), "Google_Service_Compute_InstanceGroupsListInstances"); } /** * Removes one or more instances from the specified instance group, but does not * delete those instances. * * If the group is part of a backend service that has enabled connection * draining, it can take up to 60 seconds after the connection draining duration * before the VM instance is removed or deleted. * (instanceGroups.removeInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param string $instanceGroup The name of the instance group where the * specified instances will be removed. * @param Google_Service_Compute_InstanceGroupsRemoveInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeInstances($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsRemoveInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeInstances', array($params), "Google_Service_Compute_Operation"); } /** * Sets the named ports for the specified instance group. * (instanceGroups.setNamedPorts) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. * @param string $instanceGroup The name of the instance group where the named * ports are updated. * @param Google_Service_Compute_InstanceGroupsSetNamedPortsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setNamedPorts($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsSetNamedPortsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setNamedPorts', array($params), "Google_Service_Compute_Operation"); } } PK& Z< #&,&,Rvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.phpnu[ * $computeService = new Google_Service_Compute(...); * $addresses = $computeService->addresses; * */ class Google_Service_Compute_Resource_Addresses extends Google_Service_Resource { /** * Retrieves an aggregated list of addresses. (addresses.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AddressAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList"); } /** * Deletes the specified address resource. (addresses.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $address Name of the address resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $address, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'address' => $address); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified address resource. (addresses.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $address Name of the address resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Address */ public function get($project, $region, $address, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'address' => $address); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Address"); } /** * Creates an address resource in the specified project by using the data * included in the request. (addresses.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_Address $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_Address $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of addresses contained within the specified region. * (addresses.listAddresses) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_AddressList */ public function listAddresses($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_AddressList"); } } PK& Za+f$f$\vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.phpnu[ * $computeService = new Google_Service_Compute(...); * $externalVpnGateways = $computeService->externalVpnGateways; * */ class Google_Service_Compute_Resource_ExternalVpnGateways extends Google_Service_Resource { /** * Deletes the specified externalVpnGateway. (externalVpnGateways.delete) * * @param string $project Project ID for this request. * @param string $externalVpnGateway Name of the externalVpnGateways to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $externalVpnGateway, $optParams = array()) { $params = array('project' => $project, 'externalVpnGateway' => $externalVpnGateway); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified externalVpnGateway. Get a list of available * externalVpnGateways by making a list() request. (externalVpnGateways.get) * * @param string $project Project ID for this request. * @param string $externalVpnGateway Name of the externalVpnGateway to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_ExternalVpnGateway */ public function get($project, $externalVpnGateway, $optParams = array()) { $params = array('project' => $project, 'externalVpnGateway' => $externalVpnGateway); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_ExternalVpnGateway"); } /** * Creates a ExternalVpnGateway in the specified project using the data included * in the request. (externalVpnGateways.insert) * * @param string $project Project ID for this request. * @param Google_Service_Compute_ExternalVpnGateway $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, Google_Service_Compute_ExternalVpnGateway $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves the list of ExternalVpnGateway available to the specified project. * (externalVpnGateways.listExternalVpnGateways) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_ExternalVpnGatewayList */ public function listExternalVpnGateways($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ExternalVpnGatewayList"); } /** * Sets the labels on an ExternalVpnGateway. To learn more about labels, read * the Labeling Resources documentation. (externalVpnGateways.setLabels) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Operation */ public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (externalVpnGateways.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK& Z>((]vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionInstanceGroups = $computeService->regionInstanceGroups; * */ class Google_Service_Compute_Resource_RegionInstanceGroups extends Google_Service_Resource { /** * Returns the specified instance group resource. (regionInstanceGroups.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroup Name of the instance group resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_InstanceGroup */ public function get($project, $region, $instanceGroup, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroup' => $instanceGroup); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_InstanceGroup"); } /** * Retrieves the list of instance group resources contained within the specified * region. (regionInstanceGroups.listRegionInstanceGroups) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionInstanceGroupList */ public function listRegionInstanceGroups($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_RegionInstanceGroupList"); } /** * Lists the instances in the specified instance group and displays information * about the named ports. Depending on the specified options, this method can * list all instances or only the instances that are running. The orderBy query * parameter is not supported. (regionInstanceGroups.listInstances) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroup Name of the regional instance group for which we * want to list the instances. * @param Google_Service_Compute_RegionInstanceGroupsListInstancesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_RegionInstanceGroupsListInstances */ public function listInstances($project, $region, $instanceGroup, Google_Service_Compute_RegionInstanceGroupsListInstancesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listInstances', array($params), "Google_Service_Compute_RegionInstanceGroupsListInstances"); } /** * Sets the named ports for the specified regional instance group. * (regionInstanceGroups.setNamedPorts) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $instanceGroup The name of the regional instance group where * the named ports are updated. * @param Google_Service_Compute_RegionInstanceGroupsSetNamedPortsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setNamedPorts($project, $region, $instanceGroup, Google_Service_Compute_RegionInstanceGroupsSetNamedPortsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setNamedPorts', array($params), "Google_Service_Compute_Operation"); } } PK& Z:''bvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthCheckServices.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionHealthCheckServices = $computeService->regionHealthCheckServices; * */ class Google_Service_Compute_Resource_RegionHealthCheckServices extends Google_Service_Resource { /** * Deletes the specified regional HealthCheckService. * (regionHealthCheckServices.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheckService Name of the HealthCheckService to delete. * The name must be 1-63 characters long, and comply with RFC1035. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $healthCheckService, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheckService' => $healthCheckService); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified regional HealthCheckService resource. * (regionHealthCheckServices.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheckService Name of the HealthCheckService to update. * The name must be 1-63 characters long, and comply with RFC1035. * @param array $optParams Optional parameters. * @return Google_Service_Compute_HealthCheckService */ public function get($project, $region, $healthCheckService, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheckService' => $healthCheckService); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_HealthCheckService"); } /** * Creates a regional HealthCheckService resource in the specified project and * region using the data included in the request. * (regionHealthCheckServices.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_HealthCheckService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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_HealthCheckService $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Lists all the HealthCheckService resources that have been configured for the * specified project in the given region. * (regionHealthCheckServices.listRegionHealthCheckServices) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_HealthCheckServicesList */ public function listRegionHealthCheckServices($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_HealthCheckServicesList"); } /** * Updates the specified regional HealthCheckService resource with the data * included in the request. This method supports PATCH semantics and uses the * JSON merge patch format and processing rules. * (regionHealthCheckServices.patch) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $healthCheckService Name of the HealthCheckService to update. * The name must be 1-63 characters long, and comply with RFC1035. * @param Google_Service_Compute_HealthCheckService $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be 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, $healthCheckService, Google_Service_Compute_HealthCheckService $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'healthCheckService' => $healthCheckService, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } } PK& Z=c,,Svendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.phpnu[ * $computeService = new Google_Service_Compute(...); * $vpnTunnels = $computeService->vpnTunnels; * */ class Google_Service_Compute_Resource_VpnTunnels extends Google_Service_Resource { /** * Retrieves an aggregated list of VPN tunnels. (vpnTunnels.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_VpnTunnelAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnTunnelAggregatedList"); } /** * Deletes the specified VpnTunnel resource. (vpnTunnels.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $vpnTunnel Name of the VpnTunnel resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $vpnTunnel, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified VpnTunnel resource. Gets a list of available VPN * tunnels by making a list() request. (vpnTunnels.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $vpnTunnel Name of the VpnTunnel resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_VpnTunnel */ public function get($project, $region, $vpnTunnel, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_VpnTunnel"); } /** * Creates a VpnTunnel resource in the specified project and region using the * data included in the request. (vpnTunnels.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_VpnTunnel $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_VpnTunnel $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of VpnTunnel resources contained in the specified project * and region. (vpnTunnels.listVpnTunnels) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_VpnTunnelList */ public function listVpnTunnels($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_VpnTunnelList"); } } PK& Z`='^'^Svendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.phpnu[ * $computeService = new Google_Service_Compute(...); * $nodeGroups = $computeService->nodeGroups; * */ class Google_Service_Compute_Resource_NodeGroups extends Google_Service_Resource { /** * Adds specified number of nodes to the node group. (nodeGroups.addNodes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the NodeGroup resource. * @param Google_Service_Compute_NodeGroupsAddNodesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addNodes($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroupsAddNodesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addNodes', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes * for more details about each group. (nodeGroups.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeGroupAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_NodeGroupAggregatedList"); } /** * Deletes the specified NodeGroup resource. (nodeGroups.delete) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the NodeGroup resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $zone, $nodeGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Deletes specified nodes from the node group. (nodeGroups.deleteNodes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the NodeGroup resource whose nodes will be * deleted. * @param Google_Service_Compute_NodeGroupsDeleteNodesRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function deleteNodes($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroupsDeleteNodesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteNodes', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified NodeGroup. Get a list of available NodeGroups by making * a list() request. Note: the "nodes" field should not be used. Use * nodeGroups.listNodes instead. (nodeGroups.get) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the node group to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_NodeGroup */ public function get($project, $zone, $nodeGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_NodeGroup"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (nodeGroups.getIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $zone, $resource, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a NodeGroup resource in the specified project using the data included * in the request. (nodeGroups.insert) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param int $initialNodeCount Initial count of nodes in the node group. * @param Google_Service_Compute_NodeGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $zone, $initialNodeCount, Google_Service_Compute_NodeGroup $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'initialNodeCount' => $initialNodeCount, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of node groups available to the specified project. Note: use * nodeGroups.listNodes for more details about each group. * (nodeGroups.listNodeGroups) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeGroupList */ public function listNodeGroups($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_NodeGroupList"); } /** * Lists nodes in the node group. (nodeGroups.listNodes) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the NodeGroup resource whose nodes you want * to list. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_NodeGroupsListNodes */ public function listNodes($project, $zone, $nodeGroup, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup); $params = array_merge($params, $optParams); return $this->call('listNodes', array($params), "Google_Service_Compute_NodeGroupsListNodes"); } /** * Updates the specified node group. (nodeGroups.patch) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the NodeGroup resource to update. * @param Google_Service_Compute_NodeGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroup $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (nodeGroups.setIamPolicy) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Updates the node template of the node group. (nodeGroups.setNodeTemplate) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $nodeGroup Name of the NodeGroup resource to update. * @param Google_Service_Compute_NodeGroupsSetNodeTemplateRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setNodeTemplate($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroupsSetNodeTemplateRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setNodeTemplate', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (nodeGroups.testIamPermissions) * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK& Z38hP Xvendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstances.phpnu[ * $computeService = new Google_Service_Compute(...); * $regionInstances = $computeService->regionInstances; * */ class Google_Service_Compute_Resource_RegionInstances extends Google_Service_Resource { /** * Creates multiple instances in a given region. Count specifies the number of * instances to create. (regionInstances.bulkInsert) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param Google_Service_Compute_BulkInsertInstanceResource $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function bulkInsert($project, $region, Google_Service_Compute_BulkInsertInstanceResource $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkInsert', array($params), "Google_Service_Compute_Operation"); } } PK& ZTb99Tvendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.phpnu[ * $computeService = new Google_Service_Compute(...); * $vpnGateways = $computeService->vpnGateways; * */ class Google_Service_Compute_Resource_VpnGateways extends Google_Service_Resource { /** * Retrieves an aggregated list of VPN gateways. (vpnGateways.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_VpnGatewayAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnGatewayAggregatedList"); } /** * Deletes the specified VPN gateway. (vpnGateways.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $vpnGateway Name of the VPN gateway to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $vpnGateway, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified VPN gateway. Gets a list of available VPN gateways by * making a list() request. (vpnGateways.get) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $vpnGateway Name of the VPN gateway to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_VpnGateway */ public function get($project, $region, $vpnGateway, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_VpnGateway"); } /** * Returns the status for the specified VPN gateway. (vpnGateways.getStatus) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $vpnGateway Name of the VPN gateway to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_VpnGatewaysGetStatusResponse */ public function getStatus($project, $region, $vpnGateway, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); $params = array_merge($params, $optParams); return $this->call('getStatus', array($params), "Google_Service_Compute_VpnGatewaysGetStatusResponse"); } /** * Creates a VPN gateway in the specified project and region using the data * included in the request. (vpnGateways.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param Google_Service_Compute_VpnGateway $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_VpnGateway $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of VPN gateways available to the specified project and * region. (vpnGateways.listVpnGateways) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_VpnGatewayList */ public function listVpnGateways($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_VpnGatewayList"); } /** * Sets the labels on a VpnGateway. To learn more about labels, read the * Labeling Resources documentation. (vpnGateways.setLabels) * * @param string $project Project ID for this request. * @param string $region The region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetLabelsRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setLabels($project, $region, $resource, Google_Service_Compute_RegionSetLabelsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (vpnGateways.testIamPermissions) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK& Z:]Z]ZTvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.phpnu[ * $computeService = new Google_Service_Compute(...); * $subnetworks = $computeService->subnetworks; * */ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resource { /** * Retrieves an aggregated list of subnetworks. (subnetworks.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SubnetworkAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_SubnetworkAggregatedList"); } /** * Deletes the specified subnetwork. (subnetworks.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $subnetwork Name of the Subnetwork resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $subnetwork, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Expands the IP CIDR range of the subnetwork to a specified value. * (subnetworks.expandIpCidrRange) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $subnetwork Name of the Subnetwork resource to update. * @param Google_Service_Compute_SubnetworksExpandIpCidrRangeRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function expandIpCidrRange($project, $region, $subnetwork, Google_Service_Compute_SubnetworksExpandIpCidrRangeRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('expandIpCidrRange', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified subnetwork. Gets a list of available subnetworks list() * request. (subnetworks.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $subnetwork Name of the Subnetwork resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_Subnetwork */ public function get($project, $region, $subnetwork, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_Subnetwork"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (subnetworks.getIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_Compute_Policy */ public function getIamPolicy($project, $region, $resource, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Creates a subnetwork in the specified project using the data included in the * request. (subnetworks.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_Subnetwork $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_Subnetwork $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of subnetworks available to the specified project. * (subnetworks.listSubnetworks) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_SubnetworkList */ public function listSubnetworks($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SubnetworkList"); } /** * Retrieves an aggregated list of all usable subnetworks in the project. * (subnetworks.listUsable) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_UsableSubnetworksAggregatedList */ public function listUsable($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('listUsable', array($params), "Google_Service_Compute_UsableSubnetworksAggregatedList"); } /** * Patches the specified subnetwork with the data included in the request. Only * certain fields can be updated with a patch request as indicated in the field * descriptions. You must specify the current fingerprint 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 int drainTimeoutSeconds The drain timeout specifies the upper * bound in seconds on the amount of time allowed to drain connections from the * current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout * is only applicable when the following conditions are true: - the subnetwork * being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork * being patched has role = BACKUP - the patch request is setting the role to * ACTIVE. Note that after this patch operation the roles of the ACTIVE and * BACKUP subnetworks will be swapped. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function patch($project, $region, $subnetwork, Google_Service_Compute_Subnetwork $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (subnetworks.setIamPolicy) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_RegionSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_Policy */ public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); } /** * Set whether VMs in this subnet can access Google services without assigning * external IP addresses through Private Google Access. * (subnetworks.setPrivateIpGoogleAccess) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $subnetwork Name of the Subnetwork resource. * @param Google_Service_Compute_SubnetworksSetPrivateIpGoogleAccessRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setPrivateIpGoogleAccess($project, $region, $subnetwork, Google_Service_Compute_SubnetworksSetPrivateIpGoogleAccessRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setPrivateIpGoogleAccess', array($params), "Google_Service_Compute_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (subnetworks.testIamPermissions) * * @param string $project Project ID for this request. * @param string $region The name of the region for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_Compute_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TestPermissionsResponse */ public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); } } PK& ZGR=Q=QTvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.phpnu[ * $computeService = new Google_Service_Compute(...); * $targetPools = $computeService->targetPools; * */ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resource { /** * Adds health check URLs to a target pool. (targetPools.addHealthCheck) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the target pool to add a health check to. * @param Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation"); } /** * Adds an instance to a target pool. (targetPools.addInstance) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the TargetPool resource to add instances * to. * @param Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function addInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addInstance', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves an aggregated list of target pools. (targetPools.aggregatedList) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param bool includeAllScopes Indicates whether every visible scope for * each scope type (zone, region, global) should be included in the response. * For new resource types added after this field, the flag has no effect as new * resource types will always include every visible scope for each scope type in * response. For resource types which predate this field, if this flag is * omitted or false, only scopes of the scope types where the resource type is * expected to be found will be included. * @opt_param string maxResults The maximum number of results per page that * 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. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetPoolAggregatedList */ public function aggregatedList($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList"); } /** * Deletes the specified target pool. (targetPools.delete) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the TargetPool resource to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function delete($project, $region, $targetPool, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** * Returns the specified target pool. Gets a list of available target pools by * making a list() request. (targetPools.get) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the TargetPool resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetPool */ public function get($project, $region, $targetPool, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_TargetPool"); } /** * Gets the most recent health check results for each IP for the instance that * is referenced by the given target pool. (targetPools.getHealth) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the TargetPool resource to which the * queried instance belongs. * @param Google_Service_Compute_InstanceReference $postBody * @param array $optParams Optional parameters. * @return Google_Service_Compute_TargetPoolInstanceHealth */ public function getHealth($project, $region, $targetPool, Google_Service_Compute_InstanceReference $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth"); } /** * Creates a target pool in the specified project and region using the data * included in the request. (targetPools.insert) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param Google_Service_Compute_TargetPool $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function insert($project, $region, Google_Service_Compute_TargetPool $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** * Retrieves a list of target pools available to the specified project and * region. (targetPools.listTargetPools) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. * * For example, if you are filtering Compute Engine instances, you can exclude * instances named `example-instance` by specifying `name != example-instance`. * * You can also filter nested fields. For example, you could specify * `scheduling.automaticRestart = false` to include instances only if they are * not scheduled for automatic restarts. You can use filtering on nested fields * to filter based on resource labels. * * To filter on multiple expressions, provide each separate expression within * parentheses. For example: ``` (scheduling.automaticRestart = true) * (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` * expression. However, you can include `AND` and `OR` expressions explicitly. * For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel * Broadwell") AND (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. * * You can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. * * Currently, only sorting by `name` or `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @opt_param bool returnPartialSuccess Opt-in for partial success behavior * which provides partial results in case of failure. The default value is * false. * @return Google_Service_Compute_TargetPoolList */ public function listTargetPools($project, $region, $optParams = array()) { $params = array('project' => $project, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList"); } /** * Removes health check URL from a target pool. (targetPools.removeHealthCheck) * * @param string $project Project ID for this request. * @param string $region Name of the region for this request. * @param string $targetPool Name of the target pool to remove health checks * from. * @param Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation"); } /** * Removes instance URL from a target pool. (targetPools.removeInstance) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the TargetPool resource to remove instances * from. * @param Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function removeInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation"); } /** * Changes a backup target pool's configurations. (targetPools.setBackup) * * @param string $project Project ID for this request. * @param string $region Name of the region scoping this request. * @param string $targetPool Name of the TargetPool resource to set a backup * pool for. * @param Google_Service_Compute_TargetReference $postBody * @param array $optParams Optional parameters. * * @opt_param float failoverRatio New failoverRatio value for the target pool. * @opt_param string requestId An optional request ID to identify requests. * Specify a unique request ID so that if you must retry your request, the * server will know to ignore the request if it has already been completed. * * For example, consider a situation where you make an initial request and the * request times out. If you make the request again with the same request ID, * the server can check if original operation with the same request ID was * received, and if so, will ignore the second request. This prevents clients * from accidentally creating duplicate commitments. * * The request ID must be a valid UUID with the exception that zero UUID is not * supported (00000000-0000-0000-0000-000000000000). * @return Google_Service_Compute_Operation */ public function setBackup($project, $region, $targetPool, Google_Service_Compute_TargetReference $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setBackup', array($params), "Google_Service_Compute_Operation"); } } PK& Z4Uvendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrers.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Reference[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Reference[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceListReferrersWarning */ public function setWarning(Google_Service_Compute_InstanceListReferrersWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceListReferrersWarning */ public function getWarning() { return $this->warning; } } PK& Z 33Nvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.phpnu[ "IPAddress", "iPProtocol" => "IPProtocol", ); public $iPAddress; public $iPProtocol; public $allPorts; public $allowGlobalAccess; public $backendService; public $creationTimestamp; public $description; public $fingerprint; public $id; public $ipVersion; public $isMirroringCollector; public $kind; public $labelFingerprint; public $labels; public $loadBalancingScheme; protected $metadataFiltersType = 'Google_Service_Compute_MetadataFilter'; protected $metadataFiltersDataType = 'array'; public $name; public $network; public $networkTier; public $portRange; public $ports; public $pscConnectionId; public $region; public $selfLink; protected $serviceDirectoryRegistrationsType = 'Google_Service_Compute_ForwardingRuleServiceDirectoryRegistration'; protected $serviceDirectoryRegistrationsDataType = 'array'; public $serviceLabel; public $serviceName; public $subnetwork; public $target; public function setIPAddress($iPAddress) { $this->iPAddress = $iPAddress; } public function getIPAddress() { return $this->iPAddress; } public function setIPProtocol($iPProtocol) { $this->iPProtocol = $iPProtocol; } public function getIPProtocol() { return $this->iPProtocol; } public function setAllPorts($allPorts) { $this->allPorts = $allPorts; } public function getAllPorts() { return $this->allPorts; } public function setAllowGlobalAccess($allowGlobalAccess) { $this->allowGlobalAccess = $allowGlobalAccess; } public function getAllowGlobalAccess() { return $this->allowGlobalAccess; } public function setBackendService($backendService) { $this->backendService = $backendService; } public function getBackendService() { return $this->backendService; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIpVersion($ipVersion) { $this->ipVersion = $ipVersion; } public function getIpVersion() { return $this->ipVersion; } public function setIsMirroringCollector($isMirroringCollector) { $this->isMirroringCollector = $isMirroringCollector; } public function getIsMirroringCollector() { return $this->isMirroringCollector; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLoadBalancingScheme($loadBalancingScheme) { $this->loadBalancingScheme = $loadBalancingScheme; } public function getLoadBalancingScheme() { return $this->loadBalancingScheme; } /** * @param Google_Service_Compute_MetadataFilter[] */ public function setMetadataFilters($metadataFilters) { $this->metadataFilters = $metadataFilters; } /** * @return Google_Service_Compute_MetadataFilter[] */ public function getMetadataFilters() { return $this->metadataFilters; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkTier($networkTier) { $this->networkTier = $networkTier; } public function getNetworkTier() { return $this->networkTier; } public function setPortRange($portRange) { $this->portRange = $portRange; } public function getPortRange() { return $this->portRange; } public function setPorts($ports) { $this->ports = $ports; } public function getPorts() { return $this->ports; } public function setPscConnectionId($pscConnectionId) { $this->pscConnectionId = $pscConnectionId; } public function getPscConnectionId() { return $this->pscConnectionId; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ForwardingRuleServiceDirectoryRegistration[] */ public function setServiceDirectoryRegistrations($serviceDirectoryRegistrations) { $this->serviceDirectoryRegistrations = $serviceDirectoryRegistrations; } /** * @return Google_Service_Compute_ForwardingRuleServiceDirectoryRegistration[] */ public function getServiceDirectoryRegistrations() { return $this->serviceDirectoryRegistrations; } public function setServiceLabel($serviceLabel) { $this->serviceLabel = $serviceLabel; } public function getServiceLabel() { return $this->serviceLabel; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK& Z|Zvendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.phpnu[errors = $errors; } /** * @return Google_Service_Compute_ManagedInstanceLastAttemptErrors */ public function getErrors() { return $this->errors; } } PK& ZOllOvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_MachineType[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_MachineType[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_MachineTypeListWarning */ public function setWarning(Google_Service_Compute_MachineTypeListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_MachineTypeListWarning */ public function getWarning() { return $this->warning; } } PK& ZO$-cvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateManagedSslCertificate.phpnu[domainStatus = $domainStatus; } public function getDomainStatus() { return $this->domainStatus; } public function setDomains($domains) { $this->domains = $domains; } public function getDomains() { return $this->domains; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK& ZSj bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceGroupManagersScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceGroupManagersScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& Z۩Mvendor/google/apiclient-services/src/Google/Service/Compute/XpnResourceId.phpnu[id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& Ztkey = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZĠ\vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZRϗevendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefixListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z㠧C""Vvendor/google/apiclient-services/src/Google/Service/Compute/RegionSetLabelsRequest.phpnu[labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK& Zr1Yvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycle.phpnu[dayOfWeeks = $dayOfWeeks; } /** * @return Google_Service_Compute_ResourcePolicyWeeklyCycleDayOfWeek[] */ public function getDayOfWeeks() { return $this->dayOfWeeks; } } PK& Z-}}Svendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_FirewallListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_FirewallListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zuv v Dvendor/google/apiclient-services/src/Google/Service/Compute/Zone.phpnu[availableCpuPlatforms = $availableCpuPlatforms; } public function getAvailableCpuPlatforms() { return $this->availableCpuPlatforms; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSupportsPzs($supportsPzs) { $this->supportsPzs = $supportsPzs; } public function getSupportsPzs() { return $this->supportsPzs; } } PK& Z y*.\\Vvendor/google/apiclient-services/src/Google/Service/Compute/LocationPolicyLocation.phpnu[preference = $preference; } public function getPreference() { return $this->preference; } } PK& ZɕGvendor/google/apiclient-services/src/Google/Service/Compute/Address.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setAddressType($addressType) { $this->addressType = $addressType; } public function getAddressType() { return $this->addressType; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIpVersion($ipVersion) { $this->ipVersion = $ipVersion; } public function getIpVersion() { return $this->ipVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkTier($networkTier) { $this->networkTier = $networkTier; } public function getNetworkTier() { return $this->networkTier; } public function setPrefixLength($prefixLength) { $this->prefixLength = $prefixLength; } public function getPrefixLength() { return $this->prefixLength; } public function setPurpose($purpose) { $this->purpose = $purpose; } public function getPurpose() { return $this->purpose; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setUsers($users) { $this->users = $users; } public function getUsers() { return $this->users; } } PK& Ziavendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZXWvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.phpnu[bypassCacheOnRequestHeaders = $bypassCacheOnRequestHeaders; } /** * @return Google_Service_Compute_BackendServiceCdnPolicyBypassCacheOnRequestHeader[] */ public function getBypassCacheOnRequestHeaders() { return $this->bypassCacheOnRequestHeaders; } /** * @param Google_Service_Compute_CacheKeyPolicy */ public function setCacheKeyPolicy(Google_Service_Compute_CacheKeyPolicy $cacheKeyPolicy) { $this->cacheKeyPolicy = $cacheKeyPolicy; } /** * @return Google_Service_Compute_CacheKeyPolicy */ public function getCacheKeyPolicy() { return $this->cacheKeyPolicy; } public function setCacheMode($cacheMode) { $this->cacheMode = $cacheMode; } public function getCacheMode() { return $this->cacheMode; } public function setClientTtl($clientTtl) { $this->clientTtl = $clientTtl; } public function getClientTtl() { return $this->clientTtl; } public function setDefaultTtl($defaultTtl) { $this->defaultTtl = $defaultTtl; } public function getDefaultTtl() { return $this->defaultTtl; } public function setMaxTtl($maxTtl) { $this->maxTtl = $maxTtl; } public function getMaxTtl() { return $this->maxTtl; } public function setNegativeCaching($negativeCaching) { $this->negativeCaching = $negativeCaching; } public function getNegativeCaching() { return $this->negativeCaching; } /** * @param Google_Service_Compute_BackendServiceCdnPolicyNegativeCachingPolicy[] */ public function setNegativeCachingPolicy($negativeCachingPolicy) { $this->negativeCachingPolicy = $negativeCachingPolicy; } /** * @return Google_Service_Compute_BackendServiceCdnPolicyNegativeCachingPolicy[] */ public function getNegativeCachingPolicy() { return $this->negativeCachingPolicy; } public function setServeWhileStale($serveWhileStale) { $this->serveWhileStale = $serveWhileStale; } public function getServeWhileStale() { return $this->serveWhileStale; } public function setSignedUrlCacheMaxAgeSec($signedUrlCacheMaxAgeSec) { $this->signedUrlCacheMaxAgeSec = $signedUrlCacheMaxAgeSec; } public function getSignedUrlCacheMaxAgeSec() { return $this->signedUrlCacheMaxAgeSec; } public function setSignedUrlKeyNames($signedUrlKeyNames) { $this->signedUrlKeyNames = $signedUrlKeyNames; } public function getSignedUrlKeyNames() { return $this->signedUrlKeyNames; } } PK& ZooTvendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZdNZvendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstancesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstancesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z\vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceFailoverPolicy.phpnu[disableConnectionDrainOnFailover = $disableConnectionDrainOnFailover; } public function getDisableConnectionDrainOnFailover() { return $this->disableConnectionDrainOnFailover; } public function setDropTrafficIfUnhealthy($dropTrafficIfUnhealthy) { $this->dropTrafficIfUnhealthy = $dropTrafficIfUnhealthy; } public function getDropTrafficIfUnhealthy() { return $this->dropTrafficIfUnhealthy; } public function setFailoverRatio($failoverRatio) { $this->failoverRatio = $failoverRatio; } public function getFailoverRatio() { return $this->failoverRatio; } } PK& Z^,,hvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsSetNamedPortsRequest.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_Compute_NamedPort[] */ public function setNamedPorts($namedPorts) { $this->namedPorts = $namedPorts; } /** * @return Google_Service_Compute_NamedPort[] */ public function getNamedPorts() { return $this->namedPorts; } } PK& ZddNvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Commitment[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Commitment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_CommitmentListWarning */ public function setWarning(Google_Service_Compute_CommitmentListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_CommitmentListWarning */ public function getWarning() { return $this->warning; } } PK& Z)J<gvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZwCCfWvendor/google/apiclient-services/src/Google/Service/Compute/ProjectsGetXpnResources.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_XpnResourceId[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Compute_XpnResourceId[] */ public function getResources() { return $this->resources; } } PK& ZbTvendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_RouterStatus */ public function setResult(Google_Service_Compute_RouterStatus $result) { $this->result = $result; } /** * @return Google_Service_Compute_RouterStatus */ public function getResult() { return $this->result; } } PK& Zy]vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.phpnu[id = $id; } public function getId() { return $this->id; } public function setInterconnectAttachment($interconnectAttachment) { $this->interconnectAttachment = $interconnectAttachment; } public function getInterconnectAttachment() { return $this->interconnectAttachment; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } } PK& Zs\^vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zz΁_vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateNodeTypeFlexibility.phpnu[cpus = $cpus; } public function getCpus() { return $this->cpus; } public function setLocalSsd($localSsd) { $this->localSsd = $localSsd; } public function getLocalSsd() { return $this->localSsd; } public function setMemory($memory) { $this->memory = $memory; } public function getMemory() { return $this->memory; } } PK& Z#Tvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocation.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setAvailabilityZone($availabilityZone) { $this->availabilityZone = $availabilityZone; } public function getAvailabilityZone() { return $this->availabilityZone; } public function setCity($city) { $this->city = $city; } public function getCity() { return $this->city; } public function setContinent($continent) { $this->continent = $continent; } public function getContinent() { return $this->continent; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFacilityProvider($facilityProvider) { $this->facilityProvider = $facilityProvider; } public function getFacilityProvider() { return $this->facilityProvider; } public function setFacilityProviderFacilityId($facilityProviderFacilityId) { $this->facilityProviderFacilityId = $facilityProviderFacilityId; } public function getFacilityProviderFacilityId() { return $this->facilityProviderFacilityId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeeringdbFacilityId($peeringdbFacilityId) { $this->peeringdbFacilityId = $peeringdbFacilityId; } public function getPeeringdbFacilityId() { return $this->peeringdbFacilityId; } /** * @param Google_Service_Compute_InterconnectLocationRegionInfo[] */ public function setRegionInfos($regionInfos) { $this->regionInfos = $regionInfos; } /** * @return Google_Service_Compute_InterconnectLocationRegionInfo[] */ public function getRegionInfos() { return $this->regionInfos; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK& Z$퍊QQRvendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyReference.phpnu[sslPolicy = $sslPolicy; } public function getSslPolicy() { return $this->sslPolicy; } } PK& Zp88Uvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.phpnu[vpnGateways = $vpnGateways; } /** * @return Google_Service_Compute_VpnGateway[] */ public function getVpnGateways() { return $this->vpnGateways; } /** * @param Google_Service_Compute_VpnGatewaysScopedListWarning */ public function setWarning(Google_Service_Compute_VpnGatewaysScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_VpnGatewaysScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Z*pNvendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.phpnu[fixedDelay = $fixedDelay; } /** * @return Google_Service_Compute_Duration */ public function getFixedDelay() { return $this->fixedDelay; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } } PK& Z{<<Ivendor/google/apiclient-services/src/Google/Service/Compute/ImageList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Image[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Image[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ImageListWarning */ public function setWarning(Google_Service_Compute_ImageListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ImageListWarning */ public function getWarning() { return $this->warning; } } PK& ZXMg||Yvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.phpnu[sslCertificates = $sslCertificates; } /** * @return Google_Service_Compute_SslCertificate[] */ public function getSslCertificates() { return $this->sslCertificates; } /** * @param Google_Service_Compute_SslCertificatesScopedListWarning */ public function setWarning(Google_Service_Compute_SslCertificatesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SslCertificatesScopedListWarning */ public function getWarning() { return $this->warning; } } PK& ZK(QRvendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetSslProxy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetSslProxy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetSslProxyListWarning */ public function setWarning(Google_Service_Compute_TargetSslProxyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetSslProxyListWarning */ public function getWarning() { return $this->warning; } } PK& Z1bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupsListInstancesWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupsListInstancesWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z#D((Xvendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentity.phpnu[encryptionKey = $encryptionKey; } /** * @return Google_Service_Compute_ShieldedInstanceIdentityEntry */ public function getEncryptionKey() { return $this->encryptionKey; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_ShieldedInstanceIdentityEntry */ public function setSigningKey(Google_Service_Compute_ShieldedInstanceIdentityEntry $signingKey) { $this->signingKey = $signingKey; } /** * @return Google_Service_Compute_ShieldedInstanceIdentityEntry */ public function getSigningKey() { return $this->signingKey; } } PK& ZAxSvendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedList.phpnu[nodeTypes = $nodeTypes; } /** * @return Google_Service_Compute_NodeType[] */ public function getNodeTypes() { return $this->nodeTypes; } /** * @param Google_Service_Compute_NodeTypesScopedListWarning */ public function setWarning(Google_Service_Compute_NodeTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTypesScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Z=  Vvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.phpnu[bypassCacheOnRequestHeaders = $bypassCacheOnRequestHeaders; } /** * @return Google_Service_Compute_BackendBucketCdnPolicyBypassCacheOnRequestHeader[] */ public function getBypassCacheOnRequestHeaders() { return $this->bypassCacheOnRequestHeaders; } public function setCacheMode($cacheMode) { $this->cacheMode = $cacheMode; } public function getCacheMode() { return $this->cacheMode; } public function setClientTtl($clientTtl) { $this->clientTtl = $clientTtl; } public function getClientTtl() { return $this->clientTtl; } public function setDefaultTtl($defaultTtl) { $this->defaultTtl = $defaultTtl; } public function getDefaultTtl() { return $this->defaultTtl; } public function setMaxTtl($maxTtl) { $this->maxTtl = $maxTtl; } public function getMaxTtl() { return $this->maxTtl; } public function setNegativeCaching($negativeCaching) { $this->negativeCaching = $negativeCaching; } public function getNegativeCaching() { return $this->negativeCaching; } /** * @param Google_Service_Compute_BackendBucketCdnPolicyNegativeCachingPolicy[] */ public function setNegativeCachingPolicy($negativeCachingPolicy) { $this->negativeCachingPolicy = $negativeCachingPolicy; } /** * @return Google_Service_Compute_BackendBucketCdnPolicyNegativeCachingPolicy[] */ public function getNegativeCachingPolicy() { return $this->negativeCachingPolicy; } public function setServeWhileStale($serveWhileStale) { $this->serveWhileStale = $serveWhileStale; } public function getServeWhileStale() { return $this->serveWhileStale; } public function setSignedUrlCacheMaxAgeSec($signedUrlCacheMaxAgeSec) { $this->signedUrlCacheMaxAgeSec = $signedUrlCacheMaxAgeSec; } public function getSignedUrlCacheMaxAgeSec() { return $this->signedUrlCacheMaxAgeSec; } public function setSignedUrlKeyNames($signedUrlKeyNames) { $this->signedUrlKeyNames = $signedUrlKeyNames; } public function getSignedUrlKeyNames() { return $this->signedUrlKeyNames; } } PK& ZwYvendor/google/apiclient-services/src/Google/Service/Compute/InstanceManagedByIgmError.phpnu[error = $error; } /** * @return Google_Service_Compute_InstanceManagedByIgmErrorManagedInstanceError */ public function getError() { return $this->error; } /** * @param Google_Service_Compute_InstanceManagedByIgmErrorInstanceActionDetails */ public function setInstanceActionDetails(Google_Service_Compute_InstanceManagedByIgmErrorInstanceActionDetails $instanceActionDetails) { $this->instanceActionDetails = $instanceActionDetails; } /** * @return Google_Service_Compute_InstanceManagedByIgmErrorInstanceActionDetails */ public function getInstanceActionDetails() { return $this->instanceActionDetails; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK& Z''Gvendor/google/apiclient-services/src/Google/Service/Compute/Binding.phpnu[bindingId = $bindingId; } public function getBindingId() { return $this->bindingId; } /** * @param Google_Service_Compute_Expr */ public function setCondition(Google_Service_Compute_Expr $condition) { $this->condition = $condition; } /** * @return Google_Service_Compute_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK& Zv}Xvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_BackendBucketListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_BackendBucketListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z(tTTcvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringMirroredResourceInfo.phpnu[instances = $instances; } /** * @return Google_Service_Compute_PacketMirroringMirroredResourceInfoInstanceInfo[] */ public function getInstances() { return $this->instances; } /** * @param Google_Service_Compute_PacketMirroringMirroredResourceInfoSubnetInfo[] */ public function setSubnetworks($subnetworks) { $this->subnetworks = $subnetworks; } /** * @return Google_Service_Compute_PacketMirroringMirroredResourceInfoSubnetInfo[] */ public function getSubnetworks() { return $this->subnetworks; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } } PK& Z2r_vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZG\ĩ^vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VpnTunnelAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VpnTunnelAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z< < Pvendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplate.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_InstanceProperties */ public function setProperties(Google_Service_Compute_InstanceProperties $properties) { $this->properties = $properties; } /** * @return Google_Service_Compute_InstanceProperties */ public function getProperties() { return $this->properties; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSourceInstance($sourceInstance) { $this->sourceInstance = $sourceInstance; } public function getSourceInstance() { return $this->sourceInstance; } /** * @param Google_Service_Compute_SourceInstanceParams */ public function setSourceInstanceParams(Google_Service_Compute_SourceInstanceParams $sourceInstanceParams) { $this->sourceInstanceParams = $sourceInstanceParams; } /** * @return Google_Service_Compute_SourceInstanceParams */ public function getSourceInstanceParams() { return $this->sourceInstanceParams; } } PK& Z/zO O ^vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatusForNetworkEndpoint.phpnu[backendService = $backendService; } /** * @return Google_Service_Compute_BackendServiceReference */ public function getBackendService() { return $this->backendService; } /** * @param Google_Service_Compute_ForwardingRuleReference */ public function setForwardingRule(Google_Service_Compute_ForwardingRuleReference $forwardingRule) { $this->forwardingRule = $forwardingRule; } /** * @return Google_Service_Compute_ForwardingRuleReference */ public function getForwardingRule() { return $this->forwardingRule; } /** * @param Google_Service_Compute_HealthCheckReference */ public function setHealthCheck(Google_Service_Compute_HealthCheckReference $healthCheck) { $this->healthCheck = $healthCheck; } /** * @return Google_Service_Compute_HealthCheckReference */ public function getHealthCheck() { return $this->healthCheck; } /** * @param Google_Service_Compute_HealthCheckServiceReference */ public function setHealthCheckService(Google_Service_Compute_HealthCheckServiceReference $healthCheckService) { $this->healthCheckService = $healthCheckService; } /** * @return Google_Service_Compute_HealthCheckServiceReference */ public function getHealthCheckService() { return $this->healthCheckService; } public function setHealthState($healthState) { $this->healthState = $healthState; } public function getHealthState() { return $this->healthState; } } PK& ZI&  Qvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceIAP.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setOauth2ClientId($oauth2ClientId) { $this->oauth2ClientId = $oauth2ClientId; } public function getOauth2ClientId() { return $this->oauth2ClientId; } public function setOauth2ClientSecret($oauth2ClientSecret) { $this->oauth2ClientSecret = $oauth2ClientSecret; } public function getOauth2ClientSecret() { return $this->oauth2ClientSecret; } public function setOauth2ClientSecretSha256($oauth2ClientSecretSha256) { $this->oauth2ClientSecretSha256 = $oauth2ClientSecretSha256; } public function getOauth2ClientSecretSha256() { return $this->oauth2ClientSecretSha256; } } PK& ZtddNvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Autoscaler[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Autoscaler[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_AutoscalerListWarning */ public function setWarning(Google_Service_Compute_AutoscalerListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AutoscalerListWarning */ public function getWarning() { return $this->warning; } } PK& Zavendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixesScopedList.phpnu[publicDelegatedPrefixes = $publicDelegatedPrefixes; } /** * @return Google_Service_Compute_PublicDelegatedPrefix[] */ public function getPublicDelegatedPrefixes() { return $this->publicDelegatedPrefixes; } /** * @param Google_Service_Compute_PublicDelegatedPrefixesScopedListWarning */ public function setWarning(Google_Service_Compute_PublicDelegatedPrefixesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PublicDelegatedPrefixesScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Zt| [vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceGroupsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceGroupsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& ZLvendor/google/apiclient-services/src/Google/Service/Compute/SignedUrlKey.phpnu[keyName = $keyName; } public function getKeyName() { return $this->keyName; } public function setKeyValue($keyValue) { $this->keyValue = $keyValue; } public function getKeyValue() { return $this->keyValue; } } PK& Z]vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZǺ{Xvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NetworkEndpointGroup[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NetworkEndpointGroup[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NetworkEndpointGroupListWarning */ public function setWarning(Google_Service_Compute_NetworkEndpointGroupListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NetworkEndpointGroupListWarning */ public function getWarning() { return $this->warning; } } PK& Zf(zvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListPerInstanceConfigsRespWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z- g g Uvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_UrlMapsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_UrlMapsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_UrlMapsAggregatedListWarning */ public function setWarning(Google_Service_Compute_UrlMapsAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_UrlMapsAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& Zgeavendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefixListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PublicAdvertisedPrefixListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PublicAdvertisedPrefixListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZJKbvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckServicesListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z4aevendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkLACPStatus.phpnu[googleSystemId = $googleSystemId; } public function getGoogleSystemId() { return $this->googleSystemId; } public function setNeighborSystemId($neighborSystemId) { $this->neighborSystemId = $neighborSystemId; } public function getNeighborSystemId() { return $this->neighborSystemId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Z@'qvendor/google/apiclient-services/src/Google/Service/Compute/GlobalNetworkEndpointGroupsDetachEndpointsRequest.phpnu[networkEndpoints = $networkEndpoints; } /** * @return Google_Service_Compute_NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } } PK& ZNY??cvendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicyZoneConfiguration.phpnu[zone = $zone; } public function getZone() { return $this->zone; } } PK& Z Nvendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProxyHeader($proxyHeader) { $this->proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setSslCertificates($sslCertificates) { $this->sslCertificates = $sslCertificates; } public function getSslCertificates() { return $this->sslCertificates; } public function setSslPolicy($sslPolicy) { $this->sslPolicy = $sslPolicy; } public function getSslPolicy() { return $this->sslPolicy; } } PK& Zˑo@evendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZnƱwwJvendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableFlowLogs($enableFlowLogs) { $this->enableFlowLogs = $enableFlowLogs; } public function getEnableFlowLogs() { return $this->enableFlowLogs; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setGatewayAddress($gatewayAddress) { $this->gatewayAddress = $gatewayAddress; } public function getGatewayAddress() { return $this->gatewayAddress; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIpCidrRange($ipCidrRange) { $this->ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setIpv6CidrRange($ipv6CidrRange) { $this->ipv6CidrRange = $ipv6CidrRange; } public function getIpv6CidrRange() { return $this->ipv6CidrRange; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_SubnetworkLogConfig */ public function setLogConfig(Google_Service_Compute_SubnetworkLogConfig $logConfig) { $this->logConfig = $logConfig; } /** * @return Google_Service_Compute_SubnetworkLogConfig */ public function getLogConfig() { return $this->logConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPrivateIpGoogleAccess($privateIpGoogleAccess) { $this->privateIpGoogleAccess = $privateIpGoogleAccess; } public function getPrivateIpGoogleAccess() { return $this->privateIpGoogleAccess; } public function setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess) { $this->privateIpv6GoogleAccess = $privateIpv6GoogleAccess; } public function getPrivateIpv6GoogleAccess() { return $this->privateIpv6GoogleAccess; } public function setPurpose($purpose) { $this->purpose = $purpose; } public function getPurpose() { return $this->purpose; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_Compute_SubnetworkSecondaryRange[] */ public function setSecondaryIpRanges($secondaryIpRanges) { $this->secondaryIpRanges = $secondaryIpRanges; } /** * @return Google_Service_Compute_SubnetworkSecondaryRange[] */ public function getSecondaryIpRanges() { return $this->secondaryIpRanges; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Zn]zmvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTemplateRequest.phpnu[instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } } PK& ZD]9PPLvendor/google/apiclient-services/src/Google/Service/Compute/AliasIpRange.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setSubnetworkRangeName($subnetworkRangeName) { $this->subnetworkRangeName = $subnetworkRangeName; } public function getSubnetworkRangeName() { return $this->subnetworkRangeName; } } PK& ZI)ddNvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_VpnGateway[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_VpnGateway[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_VpnGatewayListWarning */ public function setWarning(Google_Service_Compute_VpnGatewayListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_VpnGatewayListWarning */ public function getWarning() { return $this->warning; } } PK& ZSʱ^vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationRegionInfo.phpnu[expectedRttMs = $expectedRttMs; } public function getExpectedRttMs() { return $this->expectedRttMs; } public function setLocationPresence($locationPresence) { $this->locationPresence = $locationPresence; } public function getLocationPresence() { return $this->locationPresence; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } } PK& ZSvendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.phpnu[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; } } PK& Z.WWWvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateResponse.phpnu[result = $result; } /** * @return Google_Service_Compute_UrlMapValidationResult */ public function getResult() { return $this->result; } } PK& Z8âavendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstances.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceWithNamedPorts[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceWithNamedPorts[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RegionInstanceGroupsListInstancesWarning */ public function setWarning(Google_Service_Compute_RegionInstanceGroupsListInstancesWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionInstanceGroupsListInstancesWarning */ public function getWarning() { return $this->warning; } } PK& ZrXvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InterconnectLocation[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InterconnectLocation[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InterconnectLocationListWarning */ public function setWarning(Google_Service_Compute_InterconnectLocationListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InterconnectLocationListWarning */ public function getWarning() { return $this->warning; } } PK& Z"Svendor/google/apiclient-services/src/Google/Service/Compute/PreconfiguredWafSet.phpnu[expressionSets = $expressionSets; } /** * @return Google_Service_Compute_WafExpressionSet[] */ public function getExpressionSets() { return $this->expressionSets; } } PK& ZR9jvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zh=IIVvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedList.phpnu[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; } } PK& Z1wmmOvendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ZoneListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ZoneListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zf]vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZT&""Dvendor/google/apiclient-services/src/Google/Service/Compute/Disk.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $diskEncryptionKey) { $this->diskEncryptionKey = $diskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; } /** * @param Google_Service_Compute_GuestOsFeature[] */ public function setGuestOsFeatures($guestOsFeatures) { $this->guestOsFeatures = $guestOsFeatures; } /** * @return Google_Service_Compute_GuestOsFeature[] */ public function getGuestOsFeatures() { return $this->guestOsFeatures; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastAttachTimestamp($lastAttachTimestamp) { $this->lastAttachTimestamp = $lastAttachTimestamp; } public function getLastAttachTimestamp() { return $this->lastAttachTimestamp; } public function setLastDetachTimestamp($lastDetachTimestamp) { $this->lastDetachTimestamp = $lastDetachTimestamp; } public function getLastDetachTimestamp() { return $this->lastDetachTimestamp; } public function setLicenseCodes($licenseCodes) { $this->licenseCodes = $licenseCodes; } public function getLicenseCodes() { return $this->licenseCodes; } public function setLicenses($licenses) { $this->licenses = $licenses; } public function getLicenses() { return $this->licenses; } public function setLocationHint($locationHint) { $this->locationHint = $locationHint; } public function getLocationHint() { return $this->locationHint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptions($options) { $this->options = $options; } public function getOptions() { return $this->options; } public function setPhysicalBlockSizeBytes($physicalBlockSizeBytes) { $this->physicalBlockSizeBytes = $physicalBlockSizeBytes; } public function getPhysicalBlockSizeBytes() { return $this->physicalBlockSizeBytes; } public function setProvisionedIops($provisionedIops) { $this->provisionedIops = $provisionedIops; } public function getProvisionedIops() { return $this->provisionedIops; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setReplicaZones($replicaZones) { $this->replicaZones = $replicaZones; } public function getReplicaZones() { return $this->replicaZones; } public function setResourcePolicies($resourcePolicies) { $this->resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSizeGb($sizeGb) { $this->sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } public function setSourceDisk($sourceDisk) { $this->sourceDisk = $sourceDisk; } public function getSourceDisk() { return $this->sourceDisk; } public function setSourceDiskId($sourceDiskId) { $this->sourceDiskId = $sourceDiskId; } public function getSourceDiskId() { return $this->sourceDiskId; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceImageEncryptionKey) { $this->sourceImageEncryptionKey = $sourceImageEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceImageEncryptionKey() { return $this->sourceImageEncryptionKey; } public function setSourceImageId($sourceImageId) { $this->sourceImageId = $sourceImageId; } public function getSourceImageId() { return $this->sourceImageId; } public function setSourceSnapshot($sourceSnapshot) { $this->sourceSnapshot = $sourceSnapshot; } public function getSourceSnapshot() { return $this->sourceSnapshot; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceSnapshotEncryptionKey) { $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceSnapshotEncryptionKey() { return $this->sourceSnapshotEncryptionKey; } public function setSourceSnapshotId($sourceSnapshotId) { $this->sourceSnapshotId = $sourceSnapshotId; } public function getSourceSnapshotId() { return $this->sourceSnapshotId; } public function setSourceStorageObject($sourceStorageObject) { $this->sourceStorageObject = $sourceStorageObject; } public function getSourceStorageObject() { return $this->sourceStorageObject; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUsers($users) { $this->users = $users; } public function getUsers() { return $this->users; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& ZJWvendor/google/apiclient-services/src/Google/Service/Compute/DiskInstantiationConfig.phpnu[autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setCustomImage($customImage) { $this->customImage = $customImage; } public function getCustomImage() { return $this->customImage; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } public function setInstantiateFrom($instantiateFrom) { $this->instantiateFrom = $instantiateFrom; } public function getInstantiateFrom() { return $this->instantiateFrom; } } PK& Z4KK]vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.phpnu[peerExternalGateway = $peerExternalGateway; } public function getPeerExternalGateway() { return $this->peerExternalGateway; } public function setPeerGcpGateway($peerGcpGateway) { $this->peerGcpGateway = $peerGcpGateway; } public function getPeerGcpGateway() { return $this->peerGcpGateway; } /** * @param Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState */ public function setState(Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState $state) { $this->state = $state; } /** * @return Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState */ public function getState() { return $this->state; } /** * @param Google_Service_Compute_VpnGatewayStatusTunnel[] */ public function setTunnels($tunnels) { $this->tunnels = $tunnels; } /** * @return Google_Service_Compute_VpnGatewayStatusTunnel[] */ public function getTunnels() { return $this->tunnels; } } PK& Zcvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SslCertificateAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SslCertificateAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z\e$Ovendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpoint.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } public function setFqdn($fqdn) { $this->fqdn = $fqdn; } public function getFqdn() { return $this->fqdn; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK& Zs_vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZEbvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycleDayOfWeek.phpnu[day = $day; } public function getDay() { return $this->day; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK& ZRyyHvendor/google/apiclient-services/src/Google/Service/Compute/Metadata.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_Compute_MetadataItems[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_MetadataItems[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK& Zi.fvendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_UsableSubnetworksAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_UsableSubnetworksAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z3p'Svendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodes.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeGroupNode[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeGroupNode[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NodeGroupsListNodesWarning */ public function setWarning(Google_Service_Compute_NodeGroupsListNodesWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeGroupsListNodesWarning */ public function getWarning() { return $this->warning; } } PK& Zh]vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentityEntry.phpnu[ekCert = $ekCert; } public function getEkCert() { return $this->ekCert; } public function setEkPub($ekPub) { $this->ekPub = $ekPub; } public function getEkPub() { return $this->ekPub; } } PK& Z==hvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPoliciesListAssociationsResponse.phpnu[associations = $associations; } /** * @return Google_Service_Compute_FirewallPolicyAssociation[] */ public function getAssociations() { return $this->associations; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK& Z2sr\vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.phpnu[targetHttpsProxies = $targetHttpsProxies; } /** * @return Google_Service_Compute_TargetHttpsProxy[] */ public function getTargetHttpsProxies() { return $this->targetHttpsProxies; } /** * @param Google_Service_Compute_TargetHttpsProxiesScopedListWarning */ public function setWarning(Google_Service_Compute_TargetHttpsProxiesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetHttpsProxiesScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Z?<ꛭ_vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetPoolAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetPoolAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZZokl<<Ivendor/google/apiclient-services/src/Google/Service/Compute/RouteList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Route[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Route[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RouteListWarning */ public function setWarning(Google_Service_Compute_RouteListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RouteListWarning */ public function getWarning() { return $this->warning; } } PK& ZqDDJvendor/google/apiclient-services/src/Google/Service/Compute/RouterList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Router[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Router[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RouterListWarning */ public function setWarning(Google_Service_Compute_RouterListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RouterListWarning */ public function getWarning() { return $this->warning; } } PK& Z?Fcvendor/google/apiclient-services/src/Google/Service/Compute/NotificationEndpointListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZF2LLKvendor/google/apiclient-services/src/Google/Service/Compute/AddressList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Address[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Address[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_AddressListWarning */ public function setWarning(Google_Service_Compute_AddressListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AddressListWarning */ public function getWarning() { return $this->warning; } } PK& Zc_vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZhdLvendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.phpnu[containerType = $containerType; } public function getContainerType() { return $this->containerType; } public function setSha1Checksum($sha1Checksum) { $this->sha1Checksum = $sha1Checksum; } public function getSha1Checksum() { return $this->sha1Checksum; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK& Z;TRevendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z?SeeSvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.phpnu[aggregationInterval = $aggregationInterval; } public function getAggregationInterval() { return $this->aggregationInterval; } public function setEnable($enable) { $this->enable = $enable; } public function getEnable() { return $this->enable; } public function setFilterExpr($filterExpr) { $this->filterExpr = $filterExpr; } public function getFilterExpr() { return $this->filterExpr; } public function setFlowSampling($flowSampling) { $this->flowSampling = $flowSampling; } public function getFlowSampling() { return $this->flowSampling; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setMetadataFields($metadataFields) { $this->metadataFields = $metadataFields; } public function getMetadataFields() { return $this->metadataFields; } } PK& Zm[vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z7^vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z!R`vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z>3Qvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.phpnu[urlMaps = $urlMaps; } /** * @return Google_Service_Compute_UrlMap[] */ public function getUrlMaps() { return $this->urlMaps; } /** * @param Google_Service_Compute_UrlMapsScopedListWarning */ public function setWarning(Google_Service_Compute_UrlMapsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_UrlMapsScopedListWarning */ public function getWarning() { return $this->warning; } } PK& ZfyyWvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleReference.phpnu[forwardingRule = $forwardingRule; } public function getForwardingRule() { return $this->forwardingRule; } } PK& Za/Hfvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZhYYhvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersApplyUpdatesRequest.phpnu[allInstances = $allInstances; } public function getAllInstances() { return $this->allInstances; } public function setInstances($instances) { $this->instances = $instances; } public function getInstances() { return $this->instances; } public function setMinimalAction($minimalAction) { $this->minimalAction = $minimalAction; } public function getMinimalAction() { return $this->minimalAction; } public function setMostDisruptiveAllowedAction($mostDisruptiveAllowedAction) { $this->mostDisruptiveAllowedAction = $mostDisruptiveAllowedAction; } public function getMostDisruptiveAllowedAction() { return $this->mostDisruptiveAllowedAction; } } PK& ZVTTLvendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Instance[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Instance[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceListWarning */ public function setWarning(Google_Service_Compute_InstanceListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceListWarning */ public function getWarning() { return $this->warning; } } PK& Z8yN**Zvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatus.phpnu[autoscaler = $autoscaler; } public function getAutoscaler() { return $this->autoscaler; } public function setIsStable($isStable) { $this->isStable = $isStable; } public function getIsStable() { return $this->isStable; } /** * @param Google_Service_Compute_InstanceGroupManagerStatusStateful */ public function setStateful(Google_Service_Compute_InstanceGroupManagerStatusStateful $stateful) { $this->stateful = $stateful; } /** * @return Google_Service_Compute_InstanceGroupManagerStatusStateful */ public function getStateful() { return $this->stateful; } /** * @param Google_Service_Compute_InstanceGroupManagerStatusVersionTarget */ public function setVersionTarget(Google_Service_Compute_InstanceGroupManagerStatusVersionTarget $versionTarget) { $this->versionTarget = $versionTarget; } /** * @return Google_Service_Compute_InstanceGroupManagerStatusVersionTarget */ public function getVersionTarget() { return $this->versionTarget; } } PK& Zg Pvendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.phpnu[requestHeadersToAdd = $requestHeadersToAdd; } /** * @return Google_Service_Compute_HttpHeaderOption[] */ public function getRequestHeadersToAdd() { return $this->requestHeadersToAdd; } public function setRequestHeadersToRemove($requestHeadersToRemove) { $this->requestHeadersToRemove = $requestHeadersToRemove; } public function getRequestHeadersToRemove() { return $this->requestHeadersToRemove; } /** * @param Google_Service_Compute_HttpHeaderOption[] */ public function setResponseHeadersToAdd($responseHeadersToAdd) { $this->responseHeadersToAdd = $responseHeadersToAdd; } /** * @return Google_Service_Compute_HttpHeaderOption[] */ public function getResponseHeadersToAdd() { return $this->responseHeadersToAdd; } public function setResponseHeadersToRemove($responseHeadersToRemove) { $this->responseHeadersToRemove = $responseHeadersToRemove; } public function getResponseHeadersToRemove() { return $this->responseHeadersToRemove; } } PK& Z}Zvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringsScopedList.phpnu[packetMirrorings = $packetMirrorings; } /** * @return Google_Service_Compute_PacketMirroring[] */ public function getPacketMirrorings() { return $this->packetMirrorings; } /** * @param Google_Service_Compute_PacketMirroringsScopedListWarning */ public function setWarning(Google_Service_Compute_PacketMirroringsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PacketMirroringsScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Z''Tvendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedList.phpnu[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; } } PK& Z+Yvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ResourcePolicyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ResourcePolicyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z.^Pvendor/google/apiclient-services/src/Google/Service/Compute/SecuritySettings.phpnu[clientTlsPolicy = $clientTlsPolicy; } public function getClientTlsPolicy() { return $this->clientTlsPolicy; } public function setSubjectAltNames($subjectAltNames) { $this->subjectAltNames = $subjectAltNames; } public function getSubjectAltNames() { return $this->subjectAltNames; } } PK& ZDjvendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z;//Hvendor/google/apiclient-services/src/Google/Service/Compute/Instance.phpnu[advancedMachineFeatures = $advancedMachineFeatures; } /** * @return Google_Service_Compute_AdvancedMachineFeatures */ public function getAdvancedMachineFeatures() { return $this->advancedMachineFeatures; } public function setCanIpForward($canIpForward) { $this->canIpForward = $canIpForward; } public function getCanIpForward() { return $this->canIpForward; } /** * @param Google_Service_Compute_ConfidentialInstanceConfig */ public function setConfidentialInstanceConfig(Google_Service_Compute_ConfidentialInstanceConfig $confidentialInstanceConfig) { $this->confidentialInstanceConfig = $confidentialInstanceConfig; } /** * @return Google_Service_Compute_ConfidentialInstanceConfig */ public function getConfidentialInstanceConfig() { return $this->confidentialInstanceConfig; } public function setCpuPlatform($cpuPlatform) { $this->cpuPlatform = $cpuPlatform; } public function getCpuPlatform() { return $this->cpuPlatform; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDeletionProtection($deletionProtection) { $this->deletionProtection = $deletionProtection; } public function getDeletionProtection() { return $this->deletionProtection; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_AttachedDisk[] */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_Compute_AttachedDisk[] */ public function getDisks() { return $this->disks; } /** * @param Google_Service_Compute_DisplayDevice */ public function setDisplayDevice(Google_Service_Compute_DisplayDevice $displayDevice) { $this->displayDevice = $displayDevice; } /** * @return Google_Service_Compute_DisplayDevice */ public function getDisplayDevice() { return $this->displayDevice; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_Compute_AcceleratorConfig[] */ public function setGuestAccelerators($guestAccelerators) { $this->guestAccelerators = $guestAccelerators; } /** * @return Google_Service_Compute_AcceleratorConfig[] */ public function getGuestAccelerators() { return $this->guestAccelerators; } public function setHostname($hostname) { $this->hostname = $hostname; } public function getHostname() { return $this->hostname; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastStartTimestamp($lastStartTimestamp) { $this->lastStartTimestamp = $lastStartTimestamp; } public function getLastStartTimestamp() { return $this->lastStartTimestamp; } public function setLastStopTimestamp($lastStopTimestamp) { $this->lastStopTimestamp = $lastStopTimestamp; } public function getLastStopTimestamp() { return $this->lastStopTimestamp; } public function setLastSuspendedTimestamp($lastSuspendedTimestamp) { $this->lastSuspendedTimestamp = $lastSuspendedTimestamp; } public function getLastSuspendedTimestamp() { return $this->lastSuspendedTimestamp; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_Compute_Metadata */ public function setMetadata(Google_Service_Compute_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Compute_Metadata */ public function getMetadata() { return $this->metadata; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_NetworkInterface[] */ public function setNetworkInterfaces($networkInterfaces) { $this->networkInterfaces = $networkInterfaces; } /** * @return Google_Service_Compute_NetworkInterface[] */ public function getNetworkInterfaces() { return $this->networkInterfaces; } public function setPostKeyRevocationActionType($postKeyRevocationActionType) { $this->postKeyRevocationActionType = $postKeyRevocationActionType; } public function getPostKeyRevocationActionType() { return $this->postKeyRevocationActionType; } public function setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess) { $this->privateIpv6GoogleAccess = $privateIpv6GoogleAccess; } public function getPrivateIpv6GoogleAccess() { return $this->privateIpv6GoogleAccess; } /** * @param Google_Service_Compute_ReservationAffinity */ public function setReservationAffinity(Google_Service_Compute_ReservationAffinity $reservationAffinity) { $this->reservationAffinity = $reservationAffinity; } /** * @return Google_Service_Compute_ReservationAffinity */ public function getReservationAffinity() { return $this->reservationAffinity; } public function setResourcePolicies($resourcePolicies) { $this->resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } /** * @param Google_Service_Compute_Scheduling */ public function setScheduling(Google_Service_Compute_Scheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_Compute_Scheduling */ public function getScheduling() { return $this->scheduling; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ServiceAccount[] */ public function setServiceAccounts($serviceAccounts) { $this->serviceAccounts = $serviceAccounts; } /** * @return Google_Service_Compute_ServiceAccount[] */ public function getServiceAccounts() { return $this->serviceAccounts; } /** * @param Google_Service_Compute_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Compute_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Compute_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } /** * @param Google_Service_Compute_ShieldedInstanceIntegrityPolicy */ public function setShieldedInstanceIntegrityPolicy(Google_Service_Compute_ShieldedInstanceIntegrityPolicy $shieldedInstanceIntegrityPolicy) { $this->shieldedInstanceIntegrityPolicy = $shieldedInstanceIntegrityPolicy; } /** * @return Google_Service_Compute_ShieldedInstanceIntegrityPolicy */ public function getShieldedInstanceIntegrityPolicy() { return $this->shieldedInstanceIntegrityPolicy; } public function setStartRestricted($startRestricted) { $this->startRestricted = $startRestricted; } public function getStartRestricted() { return $this->startRestricted; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } /** * @param Google_Service_Compute_Tags */ public function setTags(Google_Service_Compute_Tags $tags) { $this->tags = $tags; } /** * @return Google_Service_Compute_Tags */ public function getTags() { return $this->tags; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& Zt28_vendor/google/apiclient-services/src/Google/Service/Compute/DisksAddResourcePoliciesRequest.phpnu[resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } } PK& Ze[vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceWithNamedPorts[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceWithNamedPorts[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceGroupsListInstancesWarning */ public function setWarning(Google_Service_Compute_InstanceGroupsListInstancesWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceGroupsListInstancesWarning */ public function getWarning() { return $this->warning; } } PK& ZWO `vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_MachineTypeAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_MachineTypeAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZU Dvendor/google/apiclient-services/src/Google/Service/Compute/Rule.phpnu[action = $action; } public function getAction() { return $this->action; } /** * @param Google_Service_Compute_Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_Compute_Condition[] */ public function getConditions() { return $this->conditions; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIns($ins) { $this->ins = $ins; } public function getIns() { return $this->ins; } /** * @param Google_Service_Compute_LogConfig[] */ public function setLogConfigs($logConfigs) { $this->logConfigs = $logConfigs; } /** * @return Google_Service_Compute_LogConfig[] */ public function getLogConfigs() { return $this->logConfigs; } public function setNotIns($notIns) { $this->notIns = $notIns; } public function getNotIns() { return $this->notIns; } public function setPermissions($permissions) { $this->permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK& Z#uuQvendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_OperationWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_OperationWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZxHTvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VpnTunnelListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VpnTunnelListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZR/Rvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ForwardingRule[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_ForwardingRule[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ForwardingRuleListWarning */ public function setWarning(Google_Service_Compute_ForwardingRuleListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ForwardingRuleListWarning */ public function getWarning() { return $this->warning; } } PK& Zus__nvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersApplyUpdatesRequest.phpnu[allInstances = $allInstances; } public function getAllInstances() { return $this->allInstances; } public function setInstances($instances) { $this->instances = $instances; } public function getInstances() { return $this->instances; } public function setMinimalAction($minimalAction) { $this->minimalAction = $minimalAction; } public function getMinimalAction() { return $this->minimalAction; } public function setMostDisruptiveAllowedAction($mostDisruptiveAllowedAction) { $this->mostDisruptiveAllowedAction = $mostDisruptiveAllowedAction; } public function getMostDisruptiveAllowedAction() { return $this->mostDisruptiveAllowedAction; } } PK& Zu_Dvendor/google/apiclient-services/src/Google/Service/Compute/Tags.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } } PK& ZUTTLvendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Snapshot[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Snapshot[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SnapshotListWarning */ public function setWarning(Google_Service_Compute_SnapshotListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SnapshotListWarning */ public function getWarning() { return $this->warning; } } PK& Z)ߜ_vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z"cvendor/google/apiclient-services/src/Google/Service/Compute/InstancesAddResourcePoliciesRequest.phpnu[resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } } PK& Z#7&&bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsSetNamedPortsRequest.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_Compute_NamedPort[] */ public function setNamedPorts($namedPorts) { $this->namedPorts = $namedPorts; } /** * @return Google_Service_Compute_NamedPort[] */ public function getNamedPorts() { return $this->namedPorts; } } PK& Zb%m`vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zf 77Vvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachment.phpnu[adminEnabled = $adminEnabled; } public function getAdminEnabled() { return $this->adminEnabled; } public function setBandwidth($bandwidth) { $this->bandwidth = $bandwidth; } public function getBandwidth() { return $this->bandwidth; } public function setCandidateSubnets($candidateSubnets) { $this->candidateSubnets = $candidateSubnets; } public function getCandidateSubnets() { return $this->candidateSubnets; } public function setCloudRouterIpAddress($cloudRouterIpAddress) { $this->cloudRouterIpAddress = $cloudRouterIpAddress; } public function getCloudRouterIpAddress() { return $this->cloudRouterIpAddress; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setCustomerRouterIpAddress($customerRouterIpAddress) { $this->customerRouterIpAddress = $customerRouterIpAddress; } public function getCustomerRouterIpAddress() { return $this->customerRouterIpAddress; } public function setDataplaneVersion($dataplaneVersion) { $this->dataplaneVersion = $dataplaneVersion; } public function getDataplaneVersion() { return $this->dataplaneVersion; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEdgeAvailabilityDomain($edgeAvailabilityDomain) { $this->edgeAvailabilityDomain = $edgeAvailabilityDomain; } public function getEdgeAvailabilityDomain() { return $this->edgeAvailabilityDomain; } public function setEncryption($encryption) { $this->encryption = $encryption; } public function getEncryption() { return $this->encryption; } public function setGoogleReferenceId($googleReferenceId) { $this->googleReferenceId = $googleReferenceId; } public function getGoogleReferenceId() { return $this->googleReferenceId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInterconnect($interconnect) { $this->interconnect = $interconnect; } public function getInterconnect() { return $this->interconnect; } public function setIpsecInternalAddresses($ipsecInternalAddresses) { $this->ipsecInternalAddresses = $ipsecInternalAddresses; } public function getIpsecInternalAddresses() { return $this->ipsecInternalAddresses; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMtu($mtu) { $this->mtu = $mtu; } public function getMtu() { return $this->mtu; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationalStatus($operationalStatus) { $this->operationalStatus = $operationalStatus; } public function getOperationalStatus() { return $this->operationalStatus; } public function setPairingKey($pairingKey) { $this->pairingKey = $pairingKey; } public function getPairingKey() { return $this->pairingKey; } public function setPartnerAsn($partnerAsn) { $this->partnerAsn = $partnerAsn; } public function getPartnerAsn() { return $this->partnerAsn; } /** * @param Google_Service_Compute_InterconnectAttachmentPartnerMetadata */ public function setPartnerMetadata(Google_Service_Compute_InterconnectAttachmentPartnerMetadata $partnerMetadata) { $this->partnerMetadata = $partnerMetadata; } /** * @return Google_Service_Compute_InterconnectAttachmentPartnerMetadata */ public function getPartnerMetadata() { return $this->partnerMetadata; } /** * @param Google_Service_Compute_InterconnectAttachmentPrivateInfo */ public function setPrivateInterconnectInfo(Google_Service_Compute_InterconnectAttachmentPrivateInfo $privateInterconnectInfo) { $this->privateInterconnectInfo = $privateInterconnectInfo; } /** * @return Google_Service_Compute_InterconnectAttachmentPrivateInfo */ public function getPrivateInterconnectInfo() { return $this->privateInterconnectInfo; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRouter($router) { $this->router = $router; } public function getRouter() { return $this->router; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVlanTag8021q($vlanTag8021q) { $this->vlanTag8021q = $vlanTag8021q; } public function getVlanTag8021q() { return $this->vlanTag8021q; } } PK& Z8localGatewayInterface = $localGatewayInterface; } public function getLocalGatewayInterface() { return $this->localGatewayInterface; } public function setPeerGatewayInterface($peerGatewayInterface) { $this->peerGatewayInterface = $peerGatewayInterface; } public function getPeerGatewayInterface() { return $this->peerGatewayInterface; } public function setTunnelUrl($tunnelUrl) { $this->tunnelUrl = $tunnelUrl; } public function getTunnelUrl() { return $this->tunnelUrl; } } PK& Z)k[vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionAutoscalerListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionAutoscalerListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zndvendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZmJ \vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_SslCertificatesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_SslCertificatesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_SslCertificateAggregatedListWarning */ public function setWarning(Google_Service_Compute_SslCertificateAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SslCertificateAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& Z]?> cvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_PublicDelegatedPrefixesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_PublicDelegatedPrefixesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_PublicDelegatedPrefixAggregatedListWarning */ public function setWarning(Google_Service_Compute_PublicDelegatedPrefixAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PublicDelegatedPrefixAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& Zq{k||\vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.phpnu[networkPeering = $networkPeering; } /** * @return Google_Service_Compute_NetworkPeering */ public function getNetworkPeering() { return $this->networkPeering; } } PK& Z3PrHvendor/google/apiclient-services/src/Google/Service/Compute/PathRule.phpnu[paths = $paths; } public function getPaths() { return $this->paths; } /** * @param Google_Service_Compute_HttpRouteAction */ public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction) { $this->routeAction = $routeAction; } /** * @return Google_Service_Compute_HttpRouteAction */ public function getRouteAction() { return $this->routeAction; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } /** * @param Google_Service_Compute_HttpRedirectAction */ public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect) { $this->urlRedirect = $urlRedirect; } /** * @return Google_Service_Compute_HttpRedirectAction */ public function getUrlRedirect() { return $this->urlRedirect; } } PK& Zc))Mvendor/google/apiclient-services/src/Google/Service/Compute/ServerBinding.phpnu[type = $type; } public function getType() { return $this->type; } } PK& ZYvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZU cvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z4fHggcvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectsGetDiagnosticsResponse.phpnu[result = $result; } /** * @return Google_Service_Compute_InterconnectDiagnostics */ public function getResult() { return $this->result; } } PK& Z =ffOvendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_SslPolicy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_SslPolicy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SslPoliciesListWarning */ public function setWarning(Google_Service_Compute_SslPoliciesListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SslPoliciesListWarning */ public function getWarning() { return $this->warning; } } PK& ZJWuuIvendor/google/apiclient-services/src/Google/Service/Compute/Condition.phpnu[iam = $iam; } public function getIam() { return $this->iam; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } public function setSvc($svc) { $this->svc = $svc; } public function getSvc() { return $this->svc; } public function setSys($sys) { $this->sys = $sys; } public function getSys() { return $this->sys; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK& ZNNbvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZhHdvendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZsmYvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ForwardingRuleListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ForwardingRuleListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z11Ovendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroring.phpnu[collectorIlb = $collectorIlb; } /** * @return Google_Service_Compute_PacketMirroringForwardingRuleInfo */ public function getCollectorIlb() { return $this->collectorIlb; } 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 setEnable($enable) { $this->enable = $enable; } public function getEnable() { return $this->enable; } /** * @param Google_Service_Compute_PacketMirroringFilter */ public function setFilter(Google_Service_Compute_PacketMirroringFilter $filter) { $this->filter = $filter; } /** * @return Google_Service_Compute_PacketMirroringFilter */ public function getFilter() { return $this->filter; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_PacketMirroringMirroredResourceInfo */ public function setMirroredResources(Google_Service_Compute_PacketMirroringMirroredResourceInfo $mirroredResources) { $this->mirroredResources = $mirroredResources; } /** * @return Google_Service_Compute_PacketMirroringMirroredResourceInfo */ public function getMirroredResources() { return $this->mirroredResources; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_PacketMirroringNetworkInfo */ public function setNetwork(Google_Service_Compute_PacketMirroringNetworkInfo $network) { $this->network = $network; } /** * @return Google_Service_Compute_PacketMirroringNetworkInfo */ public function getNetwork() { return $this->network; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK& Ztt`vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsSetNodeTemplateRequest.phpnu[nodeTemplate = $nodeTemplate; } public function getNodeTemplate() { return $this->nodeTemplate; } } PK& ZxXZvendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AddressesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AddressesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z*bvendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.phpnu[httpCookie = $httpCookie; } /** * @return Google_Service_Compute_ConsistentHashLoadBalancerSettingsHttpCookie */ public function getHttpCookie() { return $this->httpCookie; } public function setHttpHeaderName($httpHeaderName) { $this->httpHeaderName = $httpHeaderName; } public function getHttpHeaderName() { return $this->httpHeaderName; } public function setMinimumRingSize($minimumRingSize) { $this->minimumRingSize = $minimumRingSize; } public function getMinimumRingSize() { return $this->minimumRingSize; } } PK& Z Pvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.phpnu[authorizationPolicy = $authorizationPolicy; } public function getAuthorizationPolicy() { return $this->authorizationPolicy; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function 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 setProxyBind($proxyBind) { $this->proxyBind = $proxyBind; } public function getProxyBind() { return $this->proxyBind; } public function setQuicOverride($quicOverride) { $this->quicOverride = $quicOverride; } public function getQuicOverride() { return $this->quicOverride; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setServerTlsPolicy($serverTlsPolicy) { $this->serverTlsPolicy = $serverTlsPolicy; } public function getServerTlsPolicy() { return $this->serverTlsPolicy; } public function setSslCertificates($sslCertificates) { $this->sslCertificates = $sslCertificates; } public function getSslCertificates() { return $this->sslCertificates; } public function setSslPolicy($sslPolicy) { $this->sslPolicy = $sslPolicy; } public function getSslPolicy() { return $this->sslPolicy; } public function setUrlMap($urlMap) { $this->urlMap = $urlMap; } public function getUrlMap() { return $this->urlMap; } } PK& ZZ!avendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PacketMirroringsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PacketMirroringsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z%}uuQvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_UrlMapListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_UrlMapListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zj||Yvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.phpnu[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; } } PK& Z~8G?qq]vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.phpnu[instances = $instances; } /** * @return Google_Service_Compute_InstanceReference[] */ public function getInstances() { return $this->instances; } } PK& Z&Navendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InterconnectAttachmentListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InterconnectAttachmentListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z"XPvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapTestHeader.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z<"Yvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_FirewallPolicyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_FirewallPolicyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z0qe`vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZOvendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedList.phpnu[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; } } PK& ZF]vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZPϻz z Wvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeGroupsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeGroupsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_NodeGroupAggregatedListWarning */ public function setWarning(Google_Service_Compute_NodeGroupAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeGroupAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& Z83kvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InterconnectAttachmentAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InterconnectAttachmentAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Ze`!cvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.phpnu[healthChecks = $healthChecks; } /** * @return Google_Service_Compute_HealthCheckReference[] */ public function getHealthChecks() { return $this->healthChecks; } } PK& Z;k/;DD\vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.phpnu[result = $result; } /** * @return Google_Service_Compute_VpnGatewayStatus */ public function getResult() { return $this->result; } } PK& ZT{Rvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRule.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_SecurityPolicyRuleMatcher */ public function setMatch(Google_Service_Compute_SecurityPolicyRuleMatcher $match) { $this->match = $match; } /** * @return Google_Service_Compute_SecurityPolicyRuleMatcher */ public function getMatch() { return $this->match; } public function setPreview($preview) { $this->preview = $preview; } public function getPreview() { return $this->preview; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } } PK& Z#e]vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zjigvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZPj_vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedList.phpnu[networkEndpointGroups = $networkEndpointGroups; } /** * @return Google_Service_Compute_NetworkEndpointGroup[] */ public function getNetworkEndpointGroups() { return $this->networkEndpointGroups; } /** * @param Google_Service_Compute_NetworkEndpointGroupsScopedListWarning */ public function setWarning(Google_Service_Compute_NetworkEndpointGroupsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NetworkEndpointGroupsScopedListWarning */ public function getWarning() { return $this->warning; } } PK& ZI} } dvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyInstanceSchedulePolicy.phpnu[expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } /** * @param Google_Service_Compute_ResourcePolicyInstanceSchedulePolicySchedule */ public function setVmStartSchedule(Google_Service_Compute_ResourcePolicyInstanceSchedulePolicySchedule $vmStartSchedule) { $this->vmStartSchedule = $vmStartSchedule; } /** * @return Google_Service_Compute_ResourcePolicyInstanceSchedulePolicySchedule */ public function getVmStartSchedule() { return $this->vmStartSchedule; } /** * @param Google_Service_Compute_ResourcePolicyInstanceSchedulePolicySchedule */ public function setVmStopSchedule(Google_Service_Compute_ResourcePolicyInstanceSchedulePolicySchedule $vmStopSchedule) { $this->vmStopSchedule = $vmStopSchedule; } /** * @return Google_Service_Compute_ResourcePolicyInstanceSchedulePolicySchedule */ public function getVmStopSchedule() { return $this->vmStopSchedule; } } PK& Z݌Jvendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.phpnu[autoscalingPolicy = $autoscalingPolicy; } /** * @return Google_Service_Compute_AutoscalingPolicy */ public function getAutoscalingPolicy() { return $this->autoscalingPolicy; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRecommendedSize($recommendedSize) { $this->recommendedSize = $recommendedSize; } public function getRecommendedSize() { return $this->recommendedSize; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } /** * @param Google_Service_Compute_ScalingScheduleStatus[] */ public function setScalingScheduleStatus($scalingScheduleStatus) { $this->scalingScheduleStatus = $scalingScheduleStatus; } /** * @return Google_Service_Compute_ScalingScheduleStatus[] */ public function getScalingScheduleStatus() { return $this->scalingScheduleStatus; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_Compute_AutoscalerStatusDetails[] */ public function setStatusDetails($statusDetails) { $this->statusDetails = $statusDetails; } /** * @return Google_Service_Compute_AutoscalerStatusDetails[] */ public function getStatusDetails() { return $this->statusDetails; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& Z32Uvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z \vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetInstancesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetInstancesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& ZR| Rvendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ExternalVpnGatewayInterface[] */ public function setInterfaces($interfaces) { $this->interfaces = $interfaces; } /** * @return Google_Service_Compute_ExternalVpnGatewayInterface[] */ public function getInterfaces() { return $this->interfaces; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRedundancyType($redundancyType) { $this->redundancyType = $redundancyType; } public function getRedundancyType() { return $this->redundancyType; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK& ZʩuuPvendor/google/apiclient-services/src/Google/Service/Compute/HTTP2HealthCheck.phpnu[host = $host; } public function getHost() { return $this->host; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } public function setPortSpecification($portSpecification) { $this->portSpecification = $portSpecification; } public function getPortSpecification() { return $this->portSpecification; } public function setProxyHeader($proxyHeader) { $this->proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } public function setRequestPath($requestPath) { $this->requestPath = $requestPath; } public function getRequestPath() { return $this->requestPath; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK& Z3~iiWvendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.phpnu[exactMatch = $exactMatch; } public function getExactMatch() { return $this->exactMatch; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPresentMatch($presentMatch) { $this->presentMatch = $presentMatch; } public function getPresentMatch() { return $this->presentMatch; } public function setRegexMatch($regexMatch) { $this->regexMatch = $regexMatch; } public function getRegexMatch() { return $this->regexMatch; } } PK& ZN"p((Zvendor/google/apiclient-services/src/Google/Service/Compute/WafExpressionSetExpression.phpnu[id = $id; } public function getId() { return $this->id; } } PK& ZvDlvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zc-kvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersCreateInstancesRequest.phpnu[instances = $instances; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getInstances() { return $this->instances; } } PK& Z2i|&Pvendor/google/apiclient-services/src/Google/Service/Compute/WafExpressionSet.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } /** * @param Google_Service_Compute_WafExpressionSetExpression[] */ public function setExpressions($expressions) { $this->expressions = $expressions; } /** * @return Google_Service_Compute_WafExpressionSetExpression[] */ public function getExpressions() { return $this->expressions; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK& Z4P&&Vvendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.phpnu[resource = $resource; } /** * @return Google_Service_Compute_Router */ public function getResource() { return $this->resource; } } PK& Z:܋gvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z Kkvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeleteInstancesRequest.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK& Zʛ[vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.phpnu[targetHttpProxies = $targetHttpProxies; } /** * @return Google_Service_Compute_TargetHttpProxy[] */ public function getTargetHttpProxies() { return $this->targetHttpProxies; } /** * @param Google_Service_Compute_TargetHttpProxiesScopedListWarning */ public function setWarning(Google_Service_Compute_TargetHttpProxiesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetHttpProxiesScopedListWarning */ public function getWarning() { return $this->warning; } } PK& ZXRvendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.phpnu[abort = $abort; } /** * @return Google_Service_Compute_HttpFaultAbort */ public function getAbort() { return $this->abort; } /** * @param Google_Service_Compute_HttpFaultDelay */ public function setDelay(Google_Service_Compute_HttpFaultDelay $delay) { $this->delay = $delay; } /** * @return Google_Service_Compute_HttpFaultDelay */ public function getDelay() { return $this->delay; } } PK& Z& \\Qvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorConfig.phpnu[acceleratorCount = $acceleratorCount; } public function getAcceleratorCount() { return $this->acceleratorCount; } public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } } PK& ZBfЩ_vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIntegrityPolicy.phpnu[updateAutoLearnPolicy = $updateAutoLearnPolicy; } public function getUpdateAutoLearnPolicy() { return $this->updateAutoLearnPolicy; } } PK& Z\vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZZm܂ Xvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_AutoscalersScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_AutoscalersScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& Z /v]vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_HealthChecksScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_HealthChecksScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZL Yvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_MachineTypesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_MachineTypesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& Z:myyRvendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_XpnHostListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_XpnHostListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZG, Mvendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.phpnu[advertiseMode = $advertiseMode; } public function getAdvertiseMode() { return $this->advertiseMode; } public function setAdvertisedGroups($advertisedGroups) { $this->advertisedGroups = $advertisedGroups; } public function getAdvertisedGroups() { return $this->advertisedGroups; } /** * @param Google_Service_Compute_RouterAdvertisedIpRange[] */ public function setAdvertisedIpRanges($advertisedIpRanges) { $this->advertisedIpRanges = $advertisedIpRanges; } /** * @return Google_Service_Compute_RouterAdvertisedIpRange[] */ public function getAdvertisedIpRanges() { return $this->advertisedIpRanges; } public function setAdvertisedRoutePriority($advertisedRoutePriority) { $this->advertisedRoutePriority = $advertisedRoutePriority; } public function getAdvertisedRoutePriority() { return $this->advertisedRoutePriority; } public function setInterfaceName($interfaceName) { $this->interfaceName = $interfaceName; } public function getInterfaceName() { return $this->interfaceName; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeerAsn($peerAsn) { $this->peerAsn = $peerAsn; } public function getPeerAsn() { return $this->peerAsn; } public function setPeerIpAddress($peerIpAddress) { $this->peerIpAddress = $peerIpAddress; } public function getPeerIpAddress() { return $this->peerIpAddress; } } PK& ZB\\Lvendor/google/apiclient-services/src/Google/Service/Compute/HealthStatus.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } public function setHealthState($healthState) { $this->healthState = $healthState; } public function getHealthState() { return $this->healthState; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } public function setWeightError($weightError) { $this->weightError = $weightError; } public function getWeightError() { return $this->weightError; } } PK& ZN}}Svendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_DiskTypeListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_DiskTypeListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z鼡\vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AddressAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AddressAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Za߅Uvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AutoscalerListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AutoscalerListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z@H<  Tvendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetLabelsRequest.phpnu[labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK& Z&KKvendor/google/apiclient-services/src/Google/Service/Compute/MachineType.phpnu[accelerators = $accelerators; } /** * @return Google_Service_Compute_MachineTypeAccelerators[] */ public function getAccelerators() { return $this->accelerators; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGuestCpus($guestCpus) { $this->guestCpus = $guestCpus; } public function getGuestCpus() { return $this->guestCpus; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImageSpaceGb($imageSpaceGb) { $this->imageSpaceGb = $imageSpaceGb; } public function getImageSpaceGb() { return $this->imageSpaceGb; } public function setIsSharedCpu($isSharedCpu) { $this->isSharedCpu = $isSharedCpu; } public function getIsSharedCpu() { return $this->isSharedCpu; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaximumPersistentDisks($maximumPersistentDisks) { $this->maximumPersistentDisks = $maximumPersistentDisks; } public function getMaximumPersistentDisks() { return $this->maximumPersistentDisks; } public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb) { $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb; } public function getMaximumPersistentDisksSizeGb() { return $this->maximumPersistentDisksSizeGb; } public function setMemoryMb($memoryMb) { $this->memoryMb = $memoryMb; } public function getMemoryMb() { return $this->memoryMb; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_MachineTypeScratchDisks[] */ public function setScratchDisks($scratchDisks) { $this->scratchDisks = $scratchDisks; } /** * @return Google_Service_Compute_MachineTypeScratchDisks[] */ public function getScratchDisks() { return $this->scratchDisks; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& ZZ Pvendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheck.phpnu[checkIntervalSec = $checkIntervalSec; } public function getCheckIntervalSec() { return $this->checkIntervalSec; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHealthyThreshold($healthyThreshold) { $this->healthyThreshold = $healthyThreshold; } public function getHealthyThreshold() { return $this->healthyThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function 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 setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setRequestPath($requestPath) { $this->requestPath = $requestPath; } public function getRequestPath() { return $this->requestPath; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTimeoutSec($timeoutSec) { $this->timeoutSec = $timeoutSec; } public function getTimeoutSec() { return $this->timeoutSec; } public function setUnhealthyThreshold($unhealthyThreshold) { $this->unhealthyThreshold = $unhealthyThreshold; } public function getUnhealthyThreshold() { return $this->unhealthyThreshold; } } PK& ZtՙZvendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetGrpcProxyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetGrpcProxyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z:Rcvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z4ҔGvendor/google/apiclient-services/src/Google/Service/Compute/Project.phpnu[commonInstanceMetadata = $commonInstanceMetadata; } /** * @return Google_Service_Compute_Metadata */ public function getCommonInstanceMetadata() { return $this->commonInstanceMetadata; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDefaultNetworkTier($defaultNetworkTier) { $this->defaultNetworkTier = $defaultNetworkTier; } public function getDefaultNetworkTier() { return $this->defaultNetworkTier; } public function setDefaultServiceAccount($defaultServiceAccount) { $this->defaultServiceAccount = $defaultServiceAccount; } public function getDefaultServiceAccount() { return $this->defaultServiceAccount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnabledFeatures($enabledFeatures) { $this->enabledFeatures = $enabledFeatures; } public function getEnabledFeatures() { return $this->enabledFeatures; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_Quota[] */ public function setQuotas($quotas) { $this->quotas = $quotas; } /** * @return Google_Service_Compute_Quota[] */ public function getQuotas() { return $this->quotas; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_UsageExportLocation */ public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation) { $this->usageExportLocation = $usageExportLocation; } /** * @return Google_Service_Compute_UsageExportLocation */ public function getUsageExportLocation() { return $this->usageExportLocation; } public function setXpnProjectStatus($xpnProjectStatus) { $this->xpnProjectStatus = $xpnProjectStatus; } public function getXpnProjectStatus() { return $this->xpnProjectStatus; } } PK& Z Nvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_ResourcePolicyGroupPlacementPolicy */ public function setGroupPlacementPolicy(Google_Service_Compute_ResourcePolicyGroupPlacementPolicy $groupPlacementPolicy) { $this->groupPlacementPolicy = $groupPlacementPolicy; } /** * @return Google_Service_Compute_ResourcePolicyGroupPlacementPolicy */ public function getGroupPlacementPolicy() { return $this->groupPlacementPolicy; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ResourcePolicyInstanceSchedulePolicy */ public function setInstanceSchedulePolicy(Google_Service_Compute_ResourcePolicyInstanceSchedulePolicy $instanceSchedulePolicy) { $this->instanceSchedulePolicy = $instanceSchedulePolicy; } /** * @return Google_Service_Compute_ResourcePolicyInstanceSchedulePolicy */ public function getInstanceSchedulePolicy() { return $this->instanceSchedulePolicy; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } /** * @param Google_Service_Compute_ResourcePolicyResourceStatus */ public function setResourceStatus(Google_Service_Compute_ResourcePolicyResourceStatus $resourceStatus) { $this->resourceStatus = $resourceStatus; } /** * @return Google_Service_Compute_ResourcePolicyResourceStatus */ public function getResourceStatus() { return $this->resourceStatus; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ResourcePolicySnapshotSchedulePolicy */ public function setSnapshotSchedulePolicy(Google_Service_Compute_ResourcePolicySnapshotSchedulePolicy $snapshotSchedulePolicy) { $this->snapshotSchedulePolicy = $snapshotSchedulePolicy; } /** * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicy */ public function getSnapshotSchedulePolicy() { return $this->snapshotSchedulePolicy; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK& Zq]PLLKvendor/google/apiclient-services/src/Google/Service/Compute/XpnHostList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Project[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Project[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_XpnHostListWarning */ public function setWarning(Google_Service_Compute_XpnHostListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_XpnHostListWarning */ public function getWarning() { return $this->warning; } } PK& ZއNvendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxy.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProxyBind($proxyBind) { $this->proxyBind = $proxyBind; } public function getProxyBind() { return $this->proxyBind; } public function setProxyHeader($proxyHeader) { $this->proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK& ZL dvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicy.phpnu[retentionPolicy = $retentionPolicy; } /** * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicyRetentionPolicy */ public function getRetentionPolicy() { return $this->retentionPolicy; } /** * @param Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySchedule */ public function setSchedule(Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySchedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySchedule */ public function getSchedule() { return $this->schedule; } /** * @param Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties */ public function setSnapshotProperties(Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties $snapshotProperties) { $this->snapshotProperties = $snapshotProperties; } /** * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties */ public function getSnapshotProperties() { return $this->snapshotProperties; } } PK& Z՘і_vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.phpnu[utilizationTarget = $utilizationTarget; } public function getUtilizationTarget() { return $this->utilizationTarget; } } PK& ZԌpvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZZvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedList.phpnu[acceleratorTypes = $acceleratorTypes; } /** * @return Google_Service_Compute_AcceleratorType[] */ public function getAcceleratorTypes() { return $this->acceleratorTypes; } /** * @param Google_Service_Compute_AcceleratorTypesScopedListWarning */ public function setWarning(Google_Service_Compute_AcceleratorTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AcceleratorTypesScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Z +#]vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZSevendor/google/apiclient-services/src/Google/Service/Compute/NetworksGetEffectiveFirewallsResponse.phpnu[firewallPolicys = $firewallPolicys; } /** * @return Google_Service_Compute_NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy[] */ public function getFirewallPolicys() { return $this->firewallPolicys; } /** * @param Google_Service_Compute_Firewall[] */ public function setFirewalls($firewalls) { $this->firewalls = $firewalls; } /** * @return Google_Service_Compute_Firewall[] */ public function getFirewalls() { return $this->firewalls; } } PK& Zbyvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstanceConfigsRespWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsRespWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsRespWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zz~ Yvendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.phpnu[advertisedRoutes = $advertisedRoutes; } /** * @return Google_Service_Compute_Route[] */ public function getAdvertisedRoutes() { return $this->advertisedRoutes; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setLinkedVpnTunnel($linkedVpnTunnel) { $this->linkedVpnTunnel = $linkedVpnTunnel; } public function getLinkedVpnTunnel() { return $this->linkedVpnTunnel; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumLearnedRoutes($numLearnedRoutes) { $this->numLearnedRoutes = $numLearnedRoutes; } public function getNumLearnedRoutes() { return $this->numLearnedRoutes; } public function setPeerIpAddress($peerIpAddress) { $this->peerIpAddress = $peerIpAddress; } public function getPeerIpAddress() { return $this->peerIpAddress; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUptime($uptime) { $this->uptime = $uptime; } public function getUptime() { return $this->uptime; } public function setUptimeSeconds($uptimeSeconds) { $this->uptimeSeconds = $uptimeSeconds; } public function getUptimeSeconds() { return $this->uptimeSeconds; } } PK& Zwojvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksSetPrivateIpGoogleAccessRequest.phpnu[privateIpGoogleAccess = $privateIpGoogleAccess; } public function getPrivateIpGoogleAccess() { return $this->privateIpGoogleAccess; } } PK& Z݄3(fvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z cvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z:NXvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z2--hvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesRequest.phpnu[instanceState = $instanceState; } public function getInstanceState() { return $this->instanceState; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } } PK& Z7]vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z^2}Rvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_FirewallPolicy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_FirewallPolicy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_FirewallPolicyListWarning */ public function setWarning(Google_Service_Compute_FirewallPolicyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_FirewallPolicyListWarning */ public function getWarning() { return $this->warning; } } PK& Z%ETPvendor/google/apiclient-services/src/Google/Service/Compute/SerialPortOutput.phpnu[contents = $contents; } public function getContents() { return $this->contents; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNext($next) { $this->next = $next; } public function getNext() { return $this->next; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK& Z&bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zaelvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicyNegativeCachingPolicy.phpnu[code = $code; } public function getCode() { return $this->code; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK& ZO*88Uvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedList.phpnu[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; } } PK& Zl``Evendor/google/apiclient-services/src/Google/Service/Compute/Route.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestRange($destRange) { $this->destRange = $destRange; } public function getDestRange() { return $this->destRange; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNextHopGateway($nextHopGateway) { $this->nextHopGateway = $nextHopGateway; } public function getNextHopGateway() { return $this->nextHopGateway; } public function setNextHopIlb($nextHopIlb) { $this->nextHopIlb = $nextHopIlb; } public function getNextHopIlb() { return $this->nextHopIlb; } public function setNextHopInstance($nextHopInstance) { $this->nextHopInstance = $nextHopInstance; } public function getNextHopInstance() { return $this->nextHopInstance; } public function setNextHopIp($nextHopIp) { $this->nextHopIp = $nextHopIp; } public function getNextHopIp() { return $this->nextHopIp; } public function setNextHopNetwork($nextHopNetwork) { $this->nextHopNetwork = $nextHopNetwork; } public function getNextHopNetwork() { return $this->nextHopNetwork; } public function setNextHopPeering($nextHopPeering) { $this->nextHopPeering = $nextHopPeering; } public function getNextHopPeering() { return $this->nextHopPeering; } public function setNextHopVpnTunnel($nextHopVpnTunnel) { $this->nextHopVpnTunnel = $nextHopVpnTunnel; } public function getNextHopVpnTunnel() { return $this->nextHopVpnTunnel; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_Compute_RouteWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_Compute_RouteWarnings[] */ public function getWarnings() { return $this->warnings; } } PK& Z 9TTLvendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_DiskType[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_DiskType[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_DiskTypeListWarning */ public function setWarning(Google_Service_Compute_DiskTypeListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_DiskTypeListWarning */ public function getWarning() { return $this->warning; } } PK& Zqt88Uvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.phpnu[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; } } PK& ZvF)vvIvendor/google/apiclient-services/src/Google/Service/Compute/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Compute_OperationError */ public function setError(Google_Service_Compute_OperationError $error) { $this->error = $error; } /** * @return Google_Service_Compute_OperationError */ public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationGroupId($operationGroupId) { $this->operationGroupId = $operationGroupId; } public function getOperationGroupId() { return $this->operationGroupId; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param Google_Service_Compute_OperationWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_Compute_OperationWarnings[] */ public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& Z!6 nvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZRKgTvendor/google/apiclient-services/src/Google/Service/Compute/SourceInstanceParams.phpnu[diskConfigs = $diskConfigs; } /** * @return Google_Service_Compute_DiskInstantiationConfig[] */ public function getDiskConfigs() { return $this->diskConfigs; } } PK& Zu99Vvendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.phpnu[group = $group; } public function getGroup() { return $this->group; } } PK& ZU8Zvendor/google/apiclient-services/src/Google/Service/Compute/ConfidentialInstanceConfig.phpnu[enableConfidentialCompute = $enableConfidentialCompute; } public function getEnableConfidentialCompute() { return $this->enableConfidentialCompute; } } PK& Z[9\vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SubnetworksScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SubnetworksScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z8ex]vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z,0JaaTvendor/google/apiclient-services/src/Google/Service/Compute/NetworkRoutingConfig.phpnu[routingMode = $routingMode; } public function getRoutingMode() { return $this->routingMode; } } PK& ZDz!+Vvendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z?Zvendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZEvendor/google/apiclient-services/src/Google/Service/Compute/Quota.phpnu[limit = $limit; } public function getLimit() { return $this->limit; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setOwner($owner) { $this->owner = $owner; } public function getOwner() { return $this->owner; } public function setUsage($usage) { $this->usage = $usage; } public function getUsage() { return $this->usage; } } PK& Z+mvendor/google/apiclient-services/src/Google/Service/Compute/InstanceManagedByIgmErrorManagedInstanceError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZƜPvendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.phpnu[baseEjectionTime = $baseEjectionTime; } /** * @return Google_Service_Compute_Duration */ public function getBaseEjectionTime() { return $this->baseEjectionTime; } public function setConsecutiveErrors($consecutiveErrors) { $this->consecutiveErrors = $consecutiveErrors; } public function getConsecutiveErrors() { return $this->consecutiveErrors; } public function setConsecutiveGatewayFailure($consecutiveGatewayFailure) { $this->consecutiveGatewayFailure = $consecutiveGatewayFailure; } public function getConsecutiveGatewayFailure() { return $this->consecutiveGatewayFailure; } public function setEnforcingConsecutiveErrors($enforcingConsecutiveErrors) { $this->enforcingConsecutiveErrors = $enforcingConsecutiveErrors; } public function getEnforcingConsecutiveErrors() { return $this->enforcingConsecutiveErrors; } public function setEnforcingConsecutiveGatewayFailure($enforcingConsecutiveGatewayFailure) { $this->enforcingConsecutiveGatewayFailure = $enforcingConsecutiveGatewayFailure; } public function getEnforcingConsecutiveGatewayFailure() { return $this->enforcingConsecutiveGatewayFailure; } public function setEnforcingSuccessRate($enforcingSuccessRate) { $this->enforcingSuccessRate = $enforcingSuccessRate; } public function getEnforcingSuccessRate() { return $this->enforcingSuccessRate; } /** * @param Google_Service_Compute_Duration */ public function setInterval(Google_Service_Compute_Duration $interval) { $this->interval = $interval; } /** * @return Google_Service_Compute_Duration */ public function getInterval() { return $this->interval; } public function setMaxEjectionPercent($maxEjectionPercent) { $this->maxEjectionPercent = $maxEjectionPercent; } public function getMaxEjectionPercent() { return $this->maxEjectionPercent; } public function setSuccessRateMinimumHosts($successRateMinimumHosts) { $this->successRateMinimumHosts = $successRateMinimumHosts; } public function getSuccessRateMinimumHosts() { return $this->successRateMinimumHosts; } public function setSuccessRateRequestVolume($successRateRequestVolume) { $this->successRateRequestVolume = $successRateRequestVolume; } public function getSuccessRateRequestVolume() { return $this->successRateRequestVolume; } public function setSuccessRateStdevFactor($successRateStdevFactor) { $this->successRateStdevFactor = $successRateStdevFactor; } public function getSuccessRateStdevFactor() { return $this->successRateStdevFactor; } } PK& Z:kSvendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zsdvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AcceleratorTypeAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AcceleratorTypeAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z% <cvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetHttpsProxiesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetHttpsProxiesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z evendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPartnerMetadata.phpnu[interconnectName = $interconnectName; } public function getInterconnectName() { return $this->interconnectName; } public function setPartnerName($partnerName) { $this->partnerName = $partnerName; } public function getPartnerName() { return $this->partnerName; } public function setPortalUrl($portalUrl) { $this->portalUrl = $portalUrl; } public function getPortalUrl() { return $this->portalUrl; } } PK& Zws]vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_MachineTypesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_MachineTypesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zinstance = $instance; } public function getInstance() { return $this->instance; } } PK& ZB|Tvendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_OperationListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_OperationListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z4khvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PublicDelegatedPrefixesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PublicDelegatedPrefixesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZjsNvendor/google/apiclient-services/src/Google/Service/Compute/FixedOrPercent.phpnu[calculated = $calculated; } public function getCalculated() { return $this->calculated; } public function setFixed($fixed) { $this->fixed = $fixed; } public function getFixed() { return $this->fixed; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } } PK& ZOUvendor/google/apiclient-services/src/Google/Service/Compute/ScalingScheduleStatus.phpnu[lastStartTime = $lastStartTime; } public function getLastStartTime() { return $this->lastStartTime; } public function setNextStartTime($nextStartTime) { $this->nextStartTime = $nextStartTime; } public function getNextStartTime() { return $this->nextStartTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& ZrOvendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.phpnu[ipRange = $ipRange; } public function getIpRange() { return $this->ipRange; } public function setLinkedInterconnectAttachment($linkedInterconnectAttachment) { $this->linkedInterconnectAttachment = $linkedInterconnectAttachment; } public function getLinkedInterconnectAttachment() { return $this->linkedInterconnectAttachment; } public function setLinkedVpnTunnel($linkedVpnTunnel) { $this->linkedVpnTunnel = $linkedVpnTunnel; } public function getLinkedVpnTunnel() { return $this->linkedVpnTunnel; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& ZK  Nvendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.phpnu[httpStatus = $httpStatus; } public function getHttpStatus() { return $this->httpStatus; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } } PK& ZrVm m Uvendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_AddressesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_AddressesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& ZhhNvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicy.phpnu[associations = $associations; } /** * @return Google_Service_Compute_FirewallPolicyAssociation[] */ public function getAssociations() { return $this->associations; } 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 setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setRuleTupleCount($ruleTupleCount) { $this->ruleTupleCount = $ruleTupleCount; } public function getRuleTupleCount() { return $this->ruleTupleCount; } /** * @param Google_Service_Compute_FirewallPolicyRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Compute_FirewallPolicyRule[] */ public function getRules() { return $this->rules; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSelfLinkWithId($selfLinkWithId) { $this->selfLinkWithId = $selfLinkWithId; } public function getSelfLinkWithId() { return $this->selfLinkWithId; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } } PK& Z_<Wvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceLogConfig.phpnu[enable = $enable; } public function getEnable() { return $this->enable; } public function setSampleRate($sampleRate) { $this->sampleRate = $sampleRate; } public function getSampleRate() { return $this->sampleRate; } } PK& Zécvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZnNvendor/google/apiclient-services/src/Google/Service/Compute/TCPHealthCheck.phpnu[port = $port; } public function getPort() { return $this->port; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } public function setPortSpecification($portSpecification) { $this->portSpecification = $portSpecification; } public function getPortSpecification() { return $this->portSpecification; } public function setProxyHeader($proxyHeader) { $this->proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } public function setRequest($request) { $this->request = $request; } public function getRequest() { return $this->request; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK& Z Tvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeGroupListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeGroupListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z&Wvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnostics.phpnu[arpCaches = $arpCaches; } /** * @return Google_Service_Compute_InterconnectDiagnosticsARPEntry[] */ public function getArpCaches() { return $this->arpCaches; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkStatus[] */ public function setLinks($links) { $this->links = $links; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkStatus[] */ public function getLinks() { return $this->links; } public function setMacAddress($macAddress) { $this->macAddress = $macAddress; } public function getMacAddress() { return $this->macAddress; } } PK& ZJDbvendor/google/apiclient-services/src/Google/Service/Compute/DisksRemoveResourcePoliciesRequest.phpnu[resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } } PK& ZTRvendor/google/apiclient-services/src/Google/Service/Compute/ConnectionDraining.phpnu[drainingTimeoutSec = $drainingTimeoutSec; } public function getDrainingTimeoutSec() { return $this->drainingTimeoutSec; } } PK& Zqavendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupCloudFunction.phpnu[function = $function; } public function getFunction() { return $this->function; } public function setUrlMask($urlMask) { $this->urlMask = $urlMask; } public function getUrlMask() { return $this->urlMask; } } PK& Z'3,,evendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyRuleMatcherLayer4Config.phpnu[ipProtocol = $ipProtocol; } public function getIpProtocol() { return $this->ipProtocol; } public function setPorts($ports) { $this->ports = $ports; } public function getPorts() { return $this->ports; } } PK& Z3avendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoutesListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ExchangedPeeringRoutesListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ExchangedPeeringRoutesListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z^vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZJvendor/google/apiclient-services/src/Google/Service/Compute/Screenshot.phpnu[contents = $contents; } public function getContents() { return $this->contents; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK& Zqz+z/ / bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.phpnu[abandoning = $abandoning; } public function getAbandoning() { return $this->abandoning; } public function setCreating($creating) { $this->creating = $creating; } public function getCreating() { return $this->creating; } public function setCreatingWithoutRetries($creatingWithoutRetries) { $this->creatingWithoutRetries = $creatingWithoutRetries; } public function getCreatingWithoutRetries() { return $this->creatingWithoutRetries; } public function setDeleting($deleting) { $this->deleting = $deleting; } public function getDeleting() { return $this->deleting; } public function setNone($none) { $this->none = $none; } public function getNone() { return $this->none; } public function setRecreating($recreating) { $this->recreating = $recreating; } public function getRecreating() { return $this->recreating; } public function setRefreshing($refreshing) { $this->refreshing = $refreshing; } public function getRefreshing() { return $this->refreshing; } public function setRestarting($restarting) { $this->restarting = $restarting; } public function getRestarting() { return $this->restarting; } public function setVerifying($verifying) { $this->verifying = $verifying; } public function getVerifying() { return $this->verifying; } } PK& ZCV}vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstanceConfigsRespWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z,\vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDiskName($diskName) { $this->diskName = $diskName; } public function getDiskName() { return $this->diskName; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setOnUpdateAction($onUpdateAction) { $this->onUpdateAction = $onUpdateAction; } public function getOnUpdateAction() { return $this->onUpdateAction; } public function setProvisionedIops($provisionedIops) { $this->provisionedIops = $provisionedIops; } public function getProvisionedIops() { return $this->provisionedIops; } public function setResourcePolicies($resourcePolicies) { $this->resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceImageEncryptionKey) { $this->sourceImageEncryptionKey = $sourceImageEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceImageEncryptionKey() { return $this->sourceImageEncryptionKey; } public function setSourceSnapshot($sourceSnapshot) { $this->sourceSnapshot = $sourceSnapshot; } public function getSourceSnapshot() { return $this->sourceSnapshot; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceSnapshotEncryptionKey) { $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceSnapshotEncryptionKey() { return $this->sourceSnapshotEncryptionKey; } } PK& ZGX!bvendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZRvendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.phpnu[hostRedirect = $hostRedirect; } public function getHostRedirect() { return $this->hostRedirect; } public function setHttpsRedirect($httpsRedirect) { $this->httpsRedirect = $httpsRedirect; } public function getHttpsRedirect() { return $this->httpsRedirect; } public function setPathRedirect($pathRedirect) { $this->pathRedirect = $pathRedirect; } public function getPathRedirect() { return $this->pathRedirect; } public function setPrefixRedirect($prefixRedirect) { $this->prefixRedirect = $prefixRedirect; } public function getPrefixRedirect() { return $this->prefixRedirect; } public function setRedirectResponseCode($redirectResponseCode) { $this->redirectResponseCode = $redirectResponseCode; } public function getRedirectResponseCode() { return $this->redirectResponseCode; } public function setStripQuery($stripQuery) { $this->stripQuery = $stripQuery; } public function getStripQuery() { return $this->stripQuery; } } PK& ZB)@@Jvendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.phpnu[hostRewrite = $hostRewrite; } public function getHostRewrite() { return $this->hostRewrite; } public function setPathPrefixRewrite($pathPrefixRewrite) { $this->pathPrefixRewrite = $pathPrefixRewrite; } public function getPathPrefixRewrite() { return $this->pathPrefixRewrite; } } PK& Z[Qdd\vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyResourceStatus.phpnu[instanceSchedulePolicy = $instanceSchedulePolicy; } /** * @return Google_Service_Compute_ResourcePolicyResourceStatusInstanceSchedulePolicyStatus */ public function getInstanceSchedulePolicy() { return $this->instanceSchedulePolicy; } } PK& ZcYvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zq\]]\vendor/google/apiclient-services/src/Google/Service/Compute/StatefulPolicyPreservedState.phpnu[disks = $disks; } /** * @return Google_Service_Compute_StatefulPolicyPreservedStateDiskDevice[] */ public function getDisks() { return $this->disks; } } PK& Z,L3|||hvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetQuicOverrideRequest.phpnu[quicOverride = $quicOverride; } public function getQuicOverride() { return $this->quicOverride; } } PK& Z:`vendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PublicDelegatedPrefixListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PublicDelegatedPrefixListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z-Zvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zԙjvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersRecreateRequest.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK& Z6TUvendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZVr]vendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZŃSvendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_HttpHealthCheck[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_HttpHealthCheck[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_HttpHealthCheckListWarning */ public function setWarning(Google_Service_Compute_HttpHealthCheckListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HttpHealthCheckListWarning */ public function getWarning() { return $this->warning; } } PK& Z:shvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InterconnectAttachmentsScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InterconnectAttachmentsScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZL88Ivendor/google/apiclient-services/src/Google/Service/Compute/Reference.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setReferenceType($referenceType) { $this->referenceType = $referenceType; } public function getReferenceType() { return $this->referenceType; } public function setReferrer($referrer) { $this->referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK& Zf`vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VmEndpointNatMappingsListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VmEndpointNatMappingsListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZA]Wvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerStatusDetails.phpnu[message = $message; } public function getMessage() { return $this->message; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& Z-uqqdvendor/google/apiclient-services/src/Google/Service/Compute/ProjectsSetDefaultNetworkTierRequest.phpnu[networkTier = $networkTier; } public function getNetworkTier() { return $this->networkTier; } } PK& Z!, mmOvendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_DiskListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_DiskListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zx6 6 Tvendor/google/apiclient-services/src/Google/Service/Compute/NotificationEndpoint.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_NotificationEndpointGrpcSettings */ public function setGrpcSettings(Google_Service_Compute_NotificationEndpointGrpcSettings $grpcSettings) { $this->grpcSettings = $grpcSettings; } /** * @return Google_Service_Compute_NotificationEndpointGrpcSettings */ public function getGrpcSettings() { return $this->grpcSettings; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK& Zv0lvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z<#`vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZU!!`vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyScalingSchedule.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDurationSec($durationSec) { $this->durationSec = $durationSec; } public function getDurationSec() { return $this->durationSec; } public function setMinRequiredReplicas($minRequiredReplicas) { $this->minRequiredReplicas = $minRequiredReplicas; } public function getMinRequiredReplicas() { return $this->minRequiredReplicas; } public function setSchedule($schedule) { $this->schedule = $schedule; } public function getSchedule() { return $this->schedule; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK& ZDM̥Rvendor/google/apiclient-services/src/Google/Service/Compute/ResourceCommitment.phpnu[acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } public function setAmount($amount) { $this->amount = $amount; } public function getAmount() { return $this->amount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZAYvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZRHvendor/google/apiclient-services/src/Google/Service/Compute/HostRule.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setHosts($hosts) { $this->hosts = $hosts; } public function getHosts() { return $this->hosts; } public function setPathMatcher($pathMatcher) { $this->pathMatcher = $pathMatcher; } public function getPathMatcher() { return $this->pathMatcher; } } PK& Zz5@@Nvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.phpnu[certificate = $certificate; } public function getCertificate() { return $this->certificate; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_SslCertificateManagedSslCertificate */ public function setManaged(Google_Service_Compute_SslCertificateManagedSslCertificate $managed) { $this->managed = $managed; } /** * @return Google_Service_Compute_SslCertificateManagedSslCertificate */ public function getManaged() { return $this->managed; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrivateKey($privateKey) { $this->privateKey = $privateKey; } public function getPrivateKey() { return $this->privateKey; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SslCertificateSelfManagedSslCertificate */ public function setSelfManaged(Google_Service_Compute_SslCertificateSelfManagedSslCertificate $selfManaged) { $this->selfManaged = $selfManaged; } /** * @return Google_Service_Compute_SslCertificateSelfManagedSslCertificate */ public function getSelfManaged() { return $this->selfManaged; } public function setSubjectAlternativeNames($subjectAlternativeNames) { $this->subjectAlternativeNames = $subjectAlternativeNames; } public function getSubjectAlternativeNames() { return $this->subjectAlternativeNames; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZZ}}Svendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeTypeListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeTypeListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z`hhMvendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.phpnu[enableDisplay = $enableDisplay; } public function getEnableDisplay() { return $this->enableDisplay; } } PK& ZFt}}Tvendor/google/apiclient-services/src/Google/Service/Compute/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z=c Uvendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusNatStatus.phpnu[autoAllocatedNatIps = $autoAllocatedNatIps; } public function getAutoAllocatedNatIps() { return $this->autoAllocatedNatIps; } public function setDrainAutoAllocatedNatIps($drainAutoAllocatedNatIps) { $this->drainAutoAllocatedNatIps = $drainAutoAllocatedNatIps; } public function getDrainAutoAllocatedNatIps() { return $this->drainAutoAllocatedNatIps; } public function setDrainUserAllocatedNatIps($drainUserAllocatedNatIps) { $this->drainUserAllocatedNatIps = $drainUserAllocatedNatIps; } public function getDrainUserAllocatedNatIps() { return $this->drainUserAllocatedNatIps; } public function setMinExtraNatIpsNeeded($minExtraNatIpsNeeded) { $this->minExtraNatIpsNeeded = $minExtraNatIpsNeeded; } public function getMinExtraNatIpsNeeded() { return $this->minExtraNatIpsNeeded; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumVmEndpointsWithNatMappings($numVmEndpointsWithNatMappings) { $this->numVmEndpointsWithNatMappings = $numVmEndpointsWithNatMappings; } public function getNumVmEndpointsWithNatMappings() { return $this->numVmEndpointsWithNatMappings; } public function setUserAllocatedNatIpResources($userAllocatedNatIpResources) { $this->userAllocatedNatIpResources = $userAllocatedNatIpResources; } public function getUserAllocatedNatIpResources() { return $this->userAllocatedNatIpResources; } public function setUserAllocatedNatIps($userAllocatedNatIps) { $this->userAllocatedNatIps = $userAllocatedNatIps; } public function getUserAllocatedNatIps() { return $this->userAllocatedNatIps; } } PK& Zvaa]vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceInstanceHealth.phpnu[detailedHealthState = $detailedHealthState; } public function getDetailedHealthState() { return $this->detailedHealthState; } public function setHealthCheck($healthCheck) { $this->healthCheck = $healthCheck; } public function getHealthCheck() { return $this->healthCheck; } } PK& Zw=;#r r Vvendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeTypesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeTypesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_NodeTypeAggregatedListWarning */ public function setWarning(Google_Service_Compute_NodeTypeAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTypeAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& ZZӪyyRvendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AddressListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AddressListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zji}}Svendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SnapshotListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SnapshotListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZOObvendor/google/apiclient-services/src/Google/Service/Compute/GlobalOrganizationSetPolicyRequest.phpnu[bindings = $bindings; } /** * @return Google_Service_Compute_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Compute_Policy */ public function setPolicy(Google_Service_Compute_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Compute_Policy */ public function getPolicy() { return $this->policy; } } PK& Z:Jvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapTest.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpectedOutputUrl($expectedOutputUrl) { $this->expectedOutputUrl = $expectedOutputUrl; } public function getExpectedOutputUrl() { return $this->expectedOutputUrl; } public function setExpectedRedirectResponseCode($expectedRedirectResponseCode) { $this->expectedRedirectResponseCode = $expectedRedirectResponseCode; } public function getExpectedRedirectResponseCode() { return $this->expectedRedirectResponseCode; } /** * @param Google_Service_Compute_UrlMapTestHeader[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_Compute_UrlMapTestHeader[] */ public function getHeaders() { return $this->headers; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK& Zavendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringForwardingRuleInfo.phpnu[canonicalUrl = $canonicalUrl; } public function getCanonicalUrl() { return $this->canonicalUrl; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK& ZKX)qqPvendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_ImageListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_ImageListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZěXvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z-r r Vvendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstancesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstancesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& ZߞVvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapValidationResult.phpnu[loadErrors = $loadErrors; } public function getLoadErrors() { return $this->loadErrors; } public function setLoadSucceeded($loadSucceeded) { $this->loadSucceeded = $loadSucceeded; } public function getLoadSucceeded() { return $this->loadSucceeded; } /** * @param Google_Service_Compute_TestFailure[] */ public function setTestFailures($testFailures) { $this->testFailures = $testFailures; } /** * @return Google_Service_Compute_TestFailure[] */ public function getTestFailures() { return $this->testFailures; } public function setTestPassed($testPassed) { $this->testPassed = $testPassed; } public function getTestPassed() { return $this->testPassed; } } PK& ZϢ1<<gvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListErrorsResponse.phpnu[items = $items; } /** * @return Google_Service_Compute_InstanceManagedByIgmError[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK& ZAdd`vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsEnableXpnResourceRequest.phpnu[xpnResource = $xpnResource; } /** * @return Google_Service_Compute_XpnResourceId */ public function getXpnResource() { return $this->xpnResource; } } PK& ZZ5Vvendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZR/avendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z_vendor/google/apiclient-services/src/Google/Service/Compute/NotificationEndpointListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NotificationEndpointListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NotificationEndpointListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZD j Zvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NodeTemplatesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NodeTemplatesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_NodeTemplateAggregatedListWarning */ public function setWarning(Google_Service_Compute_NodeTemplateAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTemplateAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& Zo~ ~ Ovendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.phpnu[exactMatch = $exactMatch; } public function getExactMatch() { return $this->exactMatch; } public function setHeaderName($headerName) { $this->headerName = $headerName; } public function getHeaderName() { return $this->headerName; } public function setInvertMatch($invertMatch) { $this->invertMatch = $invertMatch; } public function getInvertMatch() { return $this->invertMatch; } public function setPrefixMatch($prefixMatch) { $this->prefixMatch = $prefixMatch; } public function getPrefixMatch() { return $this->prefixMatch; } public function setPresentMatch($presentMatch) { $this->presentMatch = $presentMatch; } public function getPresentMatch() { return $this->presentMatch; } /** * @param Google_Service_Compute_Int64RangeMatch */ public function setRangeMatch(Google_Service_Compute_Int64RangeMatch $rangeMatch) { $this->rangeMatch = $rangeMatch; } /** * @return Google_Service_Compute_Int64RangeMatch */ public function getRangeMatch() { return $this->rangeMatch; } public function setRegexMatch($regexMatch) { $this->regexMatch = $regexMatch; } public function getRegexMatch() { return $this->regexMatch; } public function setSuffixMatch($suffixMatch) { $this->suffixMatch = $suffixMatch; } public function getSuffixMatch() { return $this->suffixMatch; } } PK& Z6;zQvendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.phpnu[deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDeprecated($deprecated) { $this->deprecated = $deprecated; } public function getDeprecated() { return $this->deprecated; } public function setObsolete($obsolete) { $this->obsolete = $obsolete; } public function getObsolete() { return $this->obsolete; } public function setReplacement($replacement) { $this->replacement = $replacement; } public function getReplacement() { return $this->replacement; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& ZgrrRvendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_DiskType[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_DiskType[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RegionDiskTypeListWarning */ public function setWarning(Google_Service_Compute_RegionDiskTypeListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionDiskTypeListWarning */ public function getWarning() { return $this->warning; } } PK& ZWvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeTemplateListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeTemplateListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z3Ə]vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetHttpProxiesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetHttpProxiesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } } PK& ZGzsz z Wvendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_OperationsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_OperationsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& Z:lAevendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z[7hhjvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetTargetPoolsRequest.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setTargetPools($targetPools) { $this->targetPools = $targetPools; } public function getTargetPools() { return $this->targetPools; } } PK& Z1sdvendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZaHH^vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectOutageNotification.phpnu[affectedCircuits = $affectedCircuits; } public function getAffectedCircuits() { return $this->affectedCircuits; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setIssueType($issueType) { $this->issueType = $issueType; } public function getIssueType() { return $this->issueType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& ZG5Wvendor/google/apiclient-services/src/Google/Service/Compute/AdvancedMachineFeatures.phpnu[enableNestedVirtualization = $enableNestedVirtualization; } public function getEnableNestedVirtualization() { return $this->enableNestedVirtualization; } } PK& ZFܙZvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_NodeGroupsListNodesWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_NodeGroupsListNodesWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZFvendor/google/apiclient-services/src/Google/Service/Compute/Router.phpnu[bgp = $bgp; } /** * @return Google_Service_Compute_RouterBgp */ public function getBgp() { return $this->bgp; } /** * @param Google_Service_Compute_RouterBgpPeer[] */ public function setBgpPeers($bgpPeers) { $this->bgpPeers = $bgpPeers; } /** * @return Google_Service_Compute_RouterBgpPeer[] */ public function getBgpPeers() { return $this->bgpPeers; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEncryptedInterconnectRouter($encryptedInterconnectRouter) { $this->encryptedInterconnectRouter = $encryptedInterconnectRouter; } public function getEncryptedInterconnectRouter() { return $this->encryptedInterconnectRouter; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_RouterInterface[] */ public function setInterfaces($interfaces) { $this->interfaces = $interfaces; } /** * @return Google_Service_Compute_RouterInterface[] */ public function getInterfaces() { return $this->interfaces; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_RouterNat[] */ public function setNats($nats) { $this->nats = $nats; } /** * @return Google_Service_Compute_RouterNat[] */ public function getNats() { return $this->nats; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK& Z\svendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicyRetentionPolicy.phpnu[maxRetentionDays = $maxRetentionDays; } public function getMaxRetentionDays() { return $this->maxRetentionDays; } public function setOnSourceDiskDelete($onSourceDiskDelete) { $this->onSourceDiskDelete = $onSourceDiskDelete; } public function getOnSourceDiskDelete() { return $this->onSourceDiskDelete; } } PK& ZkbCWvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceGroup[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceGroup[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RegionInstanceGroupListWarning */ public function setWarning(Google_Service_Compute_RegionInstanceGroupListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionInstanceGroupListWarning */ public function getWarning() { return $this->warning; } } PK& Z~TTLvendor/google/apiclient-services/src/Google/Service/Compute/FirewallList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Firewall[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Firewall[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_FirewallListWarning */ public function setWarning(Google_Service_Compute_FirewallListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_FirewallListWarning */ public function getWarning() { return $this->warning; } } PK& Z}-o]vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAppEngine.phpnu[service = $service; } public function getService() { return $this->service; } public function setUrlMask($urlMask) { $this->urlMask = $urlMask; } public function getUrlMask() { return $this->urlMask; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK& Zfaskvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicyNegativeCachingPolicy.phpnu[code = $code; } public function getCode() { return $this->code; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK& Z)jUvendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoute.phpnu[destRange = $destRange; } public function getDestRange() { return $this->destRange; } public function setImported($imported) { $this->imported = $imported; } public function getImported() { return $this->imported; } public function setNextHopRegion($nextHopRegion) { $this->nextHopRegion = $nextHopRegion; } public function getNextHopRegion() { return $this->nextHopRegion; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& Z}}Svendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zf+d1Xvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceGroupManager[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceGroupManager[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceGroupManagerListWarning */ public function setWarning(Google_Service_Compute_InstanceGroupManagerListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceGroupManagerListWarning */ public function getWarning() { return $this->warning; } } PK& Z-g^vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceGroupManager[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceGroupManager[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_RegionInstanceGroupManagerListWarning */ public function setWarning(Google_Service_Compute_RegionInstanceGroupManagerListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionInstanceGroupManagerListWarning */ public function getWarning() { return $this->warning; } } PK& Zlvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZD  Kvendor/google/apiclient-services/src/Google/Service/Compute/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Compute_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setExemptedMembers($exemptedMembers) { $this->exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK& ZpWvendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z|OSuuSvendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.phpnu[backendService = $backendService; } public function getBackendService() { return $this->backendService; } } PK& Z lU Vvendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefix.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDnsVerificationIp($dnsVerificationIp) { $this->dnsVerificationIp = $dnsVerificationIp; } public function getDnsVerificationIp() { return $this->dnsVerificationIp; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIpCidrRange($ipCidrRange) { $this->ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_PublicAdvertisedPrefixPublicDelegatedPrefix[] */ public function setPublicDelegatedPrefixs($publicDelegatedPrefixs) { $this->publicDelegatedPrefixs = $publicDelegatedPrefixs; } /** * @return Google_Service_Compute_PublicAdvertisedPrefixPublicDelegatedPrefix[] */ public function getPublicDelegatedPrefixs() { return $this->publicDelegatedPrefixs; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSharedSecret($sharedSecret) { $this->sharedSecret = $sharedSecret; } public function getSharedSecret() { return $this->sharedSecret; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK& Z3 d\vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_VpnGatewaysScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_VpnGatewaysScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z7LTvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetVpnGateway[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetVpnGateway[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetVpnGatewayListWarning */ public function setWarning(Google_Service_Compute_TargetVpnGatewayListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetVpnGatewayListWarning */ public function getWarning() { return $this->warning; } } PK& Z6ohvendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksRemoveResourcePoliciesRequest.phpnu[resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } } PK& Z!nnpvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTargetPoolsRequest.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setTargetPools($targetPools) { $this->targetPools = $targetPools; } public function getTargetPools() { return $this->targetPools; } } PK& ZoLLLvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplate.phpnu[accelerators = $accelerators; } /** * @return Google_Service_Compute_AcceleratorConfig[] */ public function getAccelerators() { return $this->accelerators; } public function setCpuOvercommitType($cpuOvercommitType) { $this->cpuOvercommitType = $cpuOvercommitType; } public function getCpuOvercommitType() { return $this->cpuOvercommitType; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Compute_LocalDisk[] */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_Compute_LocalDisk[] */ public function getDisks() { return $this->disks; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodeAffinityLabels($nodeAffinityLabels) { $this->nodeAffinityLabels = $nodeAffinityLabels; } public function getNodeAffinityLabels() { return $this->nodeAffinityLabels; } public function setNodeType($nodeType) { $this->nodeType = $nodeType; } public function getNodeType() { return $this->nodeType; } /** * @param Google_Service_Compute_NodeTemplateNodeTypeFlexibility */ public function setNodeTypeFlexibility(Google_Service_Compute_NodeTemplateNodeTypeFlexibility $nodeTypeFlexibility) { $this->nodeTypeFlexibility = $nodeTypeFlexibility; } /** * @return Google_Service_Compute_NodeTemplateNodeTypeFlexibility */ public function getNodeTypeFlexibility() { return $this->nodeTypeFlexibility; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_ServerBinding */ public function setServerBinding(Google_Service_Compute_ServerBinding $serverBinding) { $this->serverBinding = $serverBinding; } /** * @return Google_Service_Compute_ServerBinding */ public function getServerBinding() { return $this->serverBinding; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } } PK& Zt+lRvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_SecurityPolicy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_SecurityPolicy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_SecurityPolicyListWarning */ public function setWarning(Google_Service_Compute_SecurityPolicyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SecurityPolicyListWarning */ public function getWarning() { return $this->warning; } } PK& Z cCCVvendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetPolicyRequest.phpnu[bindings = $bindings; } /** * @return Google_Service_Compute_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Compute_Policy */ public function setPolicy(Google_Service_Compute_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Compute_Policy */ public function getPolicy() { return $this->policy; } } PK& Z T`vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetInstancesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetInstancesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z`|^vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZNvendor/google/apiclient-services/src/Google/Service/Compute/ServiceAccount.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } } PK& Z1XSdvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zdvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PacketMirroringAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PacketMirroringAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z ~##Evendor/google/apiclient-services/src/Google/Service/Compute/Image.phpnu[archiveSizeBytes = $archiveSizeBytes; } public function getArchiveSizeBytes() { return $this->archiveSizeBytes; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setFamily($family) { $this->family = $family; } public function getFamily() { return $this->family; } /** * @param Google_Service_Compute_GuestOsFeature[] */ public function setGuestOsFeatures($guestOsFeatures) { $this->guestOsFeatures = $guestOsFeatures; } /** * @return Google_Service_Compute_GuestOsFeature[] */ public function getGuestOsFeatures() { return $this->guestOsFeatures; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $imageEncryptionKey) { $this->imageEncryptionKey = $imageEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getImageEncryptionKey() { return $this->imageEncryptionKey; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLicenseCodes($licenseCodes) { $this->licenseCodes = $licenseCodes; } public function getLicenseCodes() { return $this->licenseCodes; } public function setLicenses($licenses) { $this->licenses = $licenses; } public function getLicenses() { return $this->licenses; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_ImageRawDisk */ public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk) { $this->rawDisk = $rawDisk; } /** * @return Google_Service_Compute_ImageRawDisk */ public function getRawDisk() { return $this->rawDisk; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InitialStateConfig */ public function setShieldedInstanceInitialState(Google_Service_Compute_InitialStateConfig $shieldedInstanceInitialState) { $this->shieldedInstanceInitialState = $shieldedInstanceInitialState; } /** * @return Google_Service_Compute_InitialStateConfig */ public function getShieldedInstanceInitialState() { return $this->shieldedInstanceInitialState; } public function setSourceDisk($sourceDisk) { $this->sourceDisk = $sourceDisk; } public function getSourceDisk() { return $this->sourceDisk; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceDiskEncryptionKey) { $this->sourceDiskEncryptionKey = $sourceDiskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceDiskEncryptionKey() { return $this->sourceDiskEncryptionKey; } public function setSourceDiskId($sourceDiskId) { $this->sourceDiskId = $sourceDiskId; } public function getSourceDiskId() { return $this->sourceDiskId; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceImageEncryptionKey) { $this->sourceImageEncryptionKey = $sourceImageEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceImageEncryptionKey() { return $this->sourceImageEncryptionKey; } public function setSourceImageId($sourceImageId) { $this->sourceImageId = $sourceImageId; } public function getSourceImageId() { return $this->sourceImageId; } public function setSourceSnapshot($sourceSnapshot) { $this->sourceSnapshot = $sourceSnapshot; } public function getSourceSnapshot() { return $this->sourceSnapshot; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setSourceSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceSnapshotEncryptionKey) { $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getSourceSnapshotEncryptionKey() { return $this->sourceSnapshotEncryptionKey; } public function setSourceSnapshotId($sourceSnapshotId) { $this->sourceSnapshotId = $sourceSnapshotId; } public function getSourceSnapshotId() { return $this->sourceSnapshotId; } public function setSourceType($sourceType) { $this->sourceType = $sourceType; } public function getSourceType() { return $this->sourceType; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStorageLocations($storageLocations) { $this->storageLocations = $storageLocations; } public function getStorageLocations() { return $this->storageLocations; } } PK& Zw@Zvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringNetworkInfo.phpnu[canonicalUrl = $canonicalUrl; } public function getCanonicalUrl() { return $this->canonicalUrl; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK& ZItovendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetInstanceTemplateRequest.phpnu[instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } } PK& Z ^vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworkSecondaryRange.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setRangeName($rangeName) { $this->rangeName = $rangeName; } public function getRangeName() { return $this->rangeName; } } PK& Z4smi i Pvendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.phpnu[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 setIpv6Address($ipv6Address) { $this->ipv6Address = $ipv6Address; } public function getIpv6Address() { return $this->ipv6Address; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkIP($networkIP) { $this->networkIP = $networkIP; } public function getNetworkIP() { return $this->networkIP; } public function setNicType($nicType) { $this->nicType = $nicType; } public function getNicType() { return $this->nicType; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } } PK& Z^]_vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SubnetworkAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SubnetworkAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zv_U_Zvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAutoscalingPolicy.phpnu[maxNodes = $maxNodes; } public function getMaxNodes() { return $this->maxNodes; } public function setMinNodes($minNodes) { $this->minNodes = $minNodes; } public function getMinNodes() { return $this->minNodes; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } } PK& Zq!)MMevendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAutoHealingPolicy.phpnu[healthCheck = $healthCheck; } public function getHealthCheck() { return $this->healthCheck; } public function setInitialDelaySec($initialDelaySec) { $this->initialDelaySec = $initialDelaySec; } public function getInitialDelaySec() { return $this->initialDelaySec; } } PK& ZAz Zvendor/google/apiclient-services/src/Google/Service/Compute/BulkInsertInstanceResource.phpnu[count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Compute_InstanceProperties */ public function setInstanceProperties(Google_Service_Compute_InstanceProperties $instanceProperties) { $this->instanceProperties = $instanceProperties; } /** * @return Google_Service_Compute_InstanceProperties */ public function getInstanceProperties() { return $this->instanceProperties; } /** * @param Google_Service_Compute_LocationPolicy */ public function setLocationPolicy(Google_Service_Compute_LocationPolicy $locationPolicy) { $this->locationPolicy = $locationPolicy; } /** * @return Google_Service_Compute_LocationPolicy */ public function getLocationPolicy() { return $this->locationPolicy; } public function setMinCount($minCount) { $this->minCount = $minCount; } public function getMinCount() { return $this->minCount; } public function setNamePattern($namePattern) { $this->namePattern = $namePattern; } public function getNamePattern() { return $this->namePattern; } /** * @param Google_Service_Compute_BulkInsertInstanceResourcePerInstanceProperties[] */ public function setPerInstanceProperties($perInstanceProperties) { $this->perInstanceProperties = $perInstanceProperties; } /** * @return Google_Service_Compute_BulkInsertInstanceResourcePerInstanceProperties[] */ public function getPerInstanceProperties() { return $this->perInstanceProperties; } public function setSourceInstanceTemplate($sourceInstanceTemplate) { $this->sourceInstanceTemplate = $sourceInstanceTemplate; } public function getSourceInstanceTemplate() { return $this->sourceInstanceTemplate; } } PK& ZR* Kvendor/google/apiclient-services/src/Google/Service/Compute/Reservation.phpnu[commitment = $commitment; } public function getCommitment() { return $this->commitment; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_AllocationSpecificSKUReservation */ public function setSpecificReservation(Google_Service_Compute_AllocationSpecificSKUReservation $specificReservation) { $this->specificReservation = $specificReservation; } /** * @return Google_Service_Compute_AllocationSpecificSKUReservation */ public function getSpecificReservation() { return $this->specificReservation; } public function setSpecificReservationRequired($specificReservationRequired) { $this->specificReservationRequired = $specificReservationRequired; } public function getSpecificReservationRequired() { return $this->specificReservationRequired; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& Zi=''Nvendor/google/apiclient-services/src/Google/Service/Compute/BackendService.phpnu[affinityCookieTtlSec = $affinityCookieTtlSec; } public function getAffinityCookieTtlSec() { return $this->affinityCookieTtlSec; } /** * @param Google_Service_Compute_Backend[] */ public function setBackends($backends) { $this->backends = $backends; } /** * @return Google_Service_Compute_Backend[] */ public function getBackends() { return $this->backends; } /** * @param Google_Service_Compute_BackendServiceCdnPolicy */ public function setCdnPolicy(Google_Service_Compute_BackendServiceCdnPolicy $cdnPolicy) { $this->cdnPolicy = $cdnPolicy; } /** * @return Google_Service_Compute_BackendServiceCdnPolicy */ public function getCdnPolicy() { return $this->cdnPolicy; } /** * @param Google_Service_Compute_CircuitBreakers */ public function setCircuitBreakers(Google_Service_Compute_CircuitBreakers $circuitBreakers) { $this->circuitBreakers = $circuitBreakers; } /** * @return Google_Service_Compute_CircuitBreakers */ public function getCircuitBreakers() { return $this->circuitBreakers; } /** * @param Google_Service_Compute_ConnectionDraining */ public function setConnectionDraining(Google_Service_Compute_ConnectionDraining $connectionDraining) { $this->connectionDraining = $connectionDraining; } /** * @return Google_Service_Compute_ConnectionDraining */ public function getConnectionDraining() { return $this->connectionDraining; } /** * @param Google_Service_Compute_ConsistentHashLoadBalancerSettings */ public function setConsistentHash(Google_Service_Compute_ConsistentHashLoadBalancerSettings $consistentHash) { $this->consistentHash = $consistentHash; } /** * @return Google_Service_Compute_ConsistentHashLoadBalancerSettings */ public function getConsistentHash() { return $this->consistentHash; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setCustomRequestHeaders($customRequestHeaders) { $this->customRequestHeaders = $customRequestHeaders; } public function getCustomRequestHeaders() { return $this->customRequestHeaders; } public function setCustomResponseHeaders($customResponseHeaders) { $this->customResponseHeaders = $customResponseHeaders; } public function getCustomResponseHeaders() { return $this->customResponseHeaders; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableCDN($enableCDN) { $this->enableCDN = $enableCDN; } public function getEnableCDN() { return $this->enableCDN; } /** * @param Google_Service_Compute_BackendServiceFailoverPolicy */ public function setFailoverPolicy(Google_Service_Compute_BackendServiceFailoverPolicy $failoverPolicy) { $this->failoverPolicy = $failoverPolicy; } /** * @return Google_Service_Compute_BackendServiceFailoverPolicy */ public function getFailoverPolicy() { return $this->failoverPolicy; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } public function getHealthChecks() { return $this->healthChecks; } /** * @param Google_Service_Compute_BackendServiceIAP */ public function setIap(Google_Service_Compute_BackendServiceIAP $iap) { $this->iap = $iap; } /** * @return Google_Service_Compute_BackendServiceIAP */ public function getIap() { return $this->iap; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLoadBalancingScheme($loadBalancingScheme) { $this->loadBalancingScheme = $loadBalancingScheme; } public function getLoadBalancingScheme() { return $this->loadBalancingScheme; } public function setLocalityLbPolicy($localityLbPolicy) { $this->localityLbPolicy = $localityLbPolicy; } public function getLocalityLbPolicy() { return $this->localityLbPolicy; } /** * @param Google_Service_Compute_BackendServiceLogConfig */ public function setLogConfig(Google_Service_Compute_BackendServiceLogConfig $logConfig) { $this->logConfig = $logConfig; } /** * @return Google_Service_Compute_BackendServiceLogConfig */ public function getLogConfig() { return $this->logConfig; } /** * @param Google_Service_Compute_Duration */ public function setMaxStreamDuration(Google_Service_Compute_Duration $maxStreamDuration) { $this->maxStreamDuration = $maxStreamDuration; } /** * @return Google_Service_Compute_Duration */ public function getMaxStreamDuration() { return $this->maxStreamDuration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_Compute_OutlierDetection */ public function setOutlierDetection(Google_Service_Compute_OutlierDetection $outlierDetection) { $this->outlierDetection = $outlierDetection; } /** * @return Google_Service_Compute_OutlierDetection */ public function getOutlierDetection() { return $this->outlierDetection; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setPortName($portName) { $this->portName = $portName; } public function getPortName() { return $this->portName; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSecurityPolicy($securityPolicy) { $this->securityPolicy = $securityPolicy; } public function getSecurityPolicy() { return $this->securityPolicy; } /** * @param Google_Service_Compute_SecuritySettings */ public function setSecuritySettings(Google_Service_Compute_SecuritySettings $securitySettings) { $this->securitySettings = $securitySettings; } /** * @return Google_Service_Compute_SecuritySettings */ public function getSecuritySettings() { return $this->securitySettings; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSessionAffinity($sessionAffinity) { $this->sessionAffinity = $sessionAffinity; } public function getSessionAffinity() { return $this->sessionAffinity; } public function setTimeoutSec($timeoutSec) { $this->timeoutSec = $timeoutSec; } public function getTimeoutSec() { return $this->timeoutSec; } } PK& ZmIIVvendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.phpnu[healthChecks = $healthChecks; } /** * @return Google_Service_Compute_HealthCheck[] */ public function getHealthChecks() { return $this->healthChecks; } /** * @param Google_Service_Compute_HealthChecksScopedListWarning */ public function setWarning(Google_Service_Compute_HealthChecksScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HealthChecksScopedListWarning */ public function getWarning() { return $this->warning; } } PK& ZRW avendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z9\vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z=`vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZpjWvendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK& ZZvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AcceleratorTypeListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AcceleratorTypeListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z-k̨lvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySchedule.phpnu[dailySchedule = $dailySchedule; } /** * @return Google_Service_Compute_ResourcePolicyDailyCycle */ public function getDailySchedule() { return $this->dailySchedule; } /** * @param Google_Service_Compute_ResourcePolicyHourlyCycle */ public function setHourlySchedule(Google_Service_Compute_ResourcePolicyHourlyCycle $hourlySchedule) { $this->hourlySchedule = $hourlySchedule; } /** * @return Google_Service_Compute_ResourcePolicyHourlyCycle */ public function getHourlySchedule() { return $this->hourlySchedule; } /** * @param Google_Service_Compute_ResourcePolicyWeeklyCycle */ public function setWeeklySchedule(Google_Service_Compute_ResourcePolicyWeeklyCycle $weeklySchedule) { $this->weeklySchedule = $weeklySchedule; } /** * @return Google_Service_Compute_ResourcePolicyWeeklyCycle */ public function getWeeklySchedule() { return $this->weeklySchedule; } } PK& ZyaaTvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.phpnu[healthCheck = $healthCheck; } public function getHealthCheck() { return $this->healthCheck; } } PK& Z}KվTvendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z.'塙Zvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetHttpProxyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetHttpProxyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZϩބRvendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetTcpProxy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetTcpProxy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetTcpProxyListWarning */ public function setWarning(Google_Service_Compute_TargetTcpProxyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetTcpProxyListWarning */ public function getWarning() { return $this->warning; } } PK& Z8K:bvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z4Svendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZRIvendor/google/apiclient-services/src/Google/Service/Compute/NamedPort.phpnu[name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK& Z ^vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckServicesListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_HealthCheckServicesListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_HealthCheckServicesListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZJ=pvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerPatchInstanceConfigReq.phpnu[perInstanceConfigs = $perInstanceConfigs; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getPerInstanceConfigs() { return $this->perInstanceConfigs; } } PK& Z Ăivendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpoints.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NetworkEndpointWithHealthStatus[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NetworkEndpointWithHealthStatus[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarning */ public function setWarning(Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarning */ public function getWarning() { return $this->warning; } } PK& Zr-[Yvendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetSslProxyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetSslProxyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z0˰)Vvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_MachineTypeListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_MachineTypeListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z,R ''Tvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedList.phpnu[nodeGroups = $nodeGroups; } /** * @return Google_Service_Compute_NodeGroup[] */ public function getNodeGroups() { return $this->nodeGroups; } /** * @param Google_Service_Compute_NodeGroupsScopedListWarning */ public function setWarning(Google_Service_Compute_NodeGroupsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeGroupsScopedListWarning */ public function getWarning() { return $this->warning; } } PK& Z  vvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListPerInstanceConfigsRespWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsRespWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsRespWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZܘIvendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.phpnu[advertiseMode = $advertiseMode; } public function getAdvertiseMode() { return $this->advertiseMode; } public function setAdvertisedGroups($advertisedGroups) { $this->advertisedGroups = $advertisedGroups; } public function getAdvertisedGroups() { return $this->advertisedGroups; } /** * @param Google_Service_Compute_RouterAdvertisedIpRange[] */ public function setAdvertisedIpRanges($advertisedIpRanges) { $this->advertisedIpRanges = $advertisedIpRanges; } /** * @return Google_Service_Compute_RouterAdvertisedIpRange[] */ public function getAdvertisedIpRanges() { return $this->advertisedIpRanges; } public function setAsn($asn) { $this->asn = $asn; } public function getAsn() { return $this->asn; } } PK& ZC}gvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z۽3?DDJvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_UrlMap[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_UrlMap[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_UrlMapListWarning */ public function setWarning(Google_Service_Compute_UrlMapListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_UrlMapListWarning */ public function getWarning() { return $this->warning; } } PK& Z "IPProtocols", ); public $iPProtocols; public $cidrRanges; public $direction; public function setIPProtocols($iPProtocols) { $this->iPProtocols = $iPProtocols; } public function getIPProtocols() { return $this->iPProtocols; } public function setCidrRanges($cidrRanges) { $this->cidrRanges = $cidrRanges; } public function getCidrRanges() { return $this->cidrRanges; } public function setDirection($direction) { $this->direction = $direction; } public function getDirection() { return $this->direction; } } PK& Z6 ]vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_AcceleratorTypesScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_AcceleratorTypesScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @param Google_Service_Compute_AcceleratorTypeAggregatedListWarning */ public function setWarning(Google_Service_Compute_AcceleratorTypeAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AcceleratorTypeAggregatedListWarning */ public function getWarning() { return $this->warning; } } PK& Zl z z Wvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_VpnTunnelsScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_VpnTunnelsScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& Zdcvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_BackendServiceAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_BackendServiceAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZLi) ) Jvendor/google/apiclient-services/src/Google/Service/Compute/TargetPool.phpnu[backupPool = $backupPool; } public function getBackupPool() { return $this->backupPool; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFailoverRatio($failoverRatio) { $this->failoverRatio = $failoverRatio; } public function getFailoverRatio() { return $this->failoverRatio; } public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } public function getHealthChecks() { return $this->healthChecks; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInstances($instances) { $this->instances = $instances; } public function getInstances() { return $this->instances; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSessionAffinity($sessionAffinity) { $this->sessionAffinity = $sessionAffinity; } public function getSessionAffinity() { return $this->sessionAffinity; } } PK& ZFؾ[vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerVersion.phpnu[instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_FixedOrPercent */ public function setTargetSize(Google_Service_Compute_FixedOrPercent $targetSize) { $this->targetSize = $targetSize; } /** * @return Google_Service_Compute_FixedOrPercent */ public function getTargetSize() { return $this->targetSize; } } PK& ZlQ}vendor/google/apiclient-services/src/Google/Service/Compute/InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_FirewallPolicyRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Compute_FirewallPolicyRule[] */ public function getRules() { return $this->rules; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZS,,\vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.phpnu[resource = $resource; } /** * @return Google_Service_Compute_UrlMap */ public function getResource() { return $this->resource; } } PK& Z&m Ovendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheck.phpnu[checkIntervalSec = $checkIntervalSec; } public function getCheckIntervalSec() { return $this->checkIntervalSec; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHealthyThreshold($healthyThreshold) { $this->healthyThreshold = $healthyThreshold; } public function getHealthyThreshold() { return $this->healthyThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function 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 setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setRequestPath($requestPath) { $this->requestPath = $requestPath; } public function getRequestPath() { return $this->requestPath; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTimeoutSec($timeoutSec) { $this->timeoutSec = $timeoutSec; } public function getTimeoutSec() { return $this->timeoutSec; } public function setUnhealthyThreshold($unhealthyThreshold) { $this->unhealthyThreshold = $unhealthyThreshold; } public function getUnhealthyThreshold() { return $this->unhealthyThreshold; } } PK& Z\Jjvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleServiceDirectoryRegistration.phpnu[namespace = $namespace; } public function getNamespace() { return $this->namespace; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setServiceDirectoryRegion($serviceDirectoryRegion) { $this->serviceDirectoryRegion = $serviceDirectoryRegion; } public function getServiceDirectoryRegion() { return $this->serviceDirectoryRegion; } } PK& Z11Hvendor/google/apiclient-services/src/Google/Service/Compute/Firewall.phpnu[allowed = $allowed; } /** * @return Google_Service_Compute_FirewallAllowed[] */ public function getAllowed() { return $this->allowed; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_FirewallDenied[] */ public function setDenied($denied) { $this->denied = $denied; } /** * @return Google_Service_Compute_FirewallDenied[] */ public function getDenied() { return $this->denied; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestinationRanges($destinationRanges) { $this->destinationRanges = $destinationRanges; } public function getDestinationRanges() { return $this->destinationRanges; } public function setDirection($direction) { $this->direction = $direction; } public function getDirection() { return $this->direction; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_FirewallLogConfig */ public function setLogConfig(Google_Service_Compute_FirewallLogConfig $logConfig) { $this->logConfig = $logConfig; } /** * @return Google_Service_Compute_FirewallLogConfig */ public function getLogConfig() { return $this->logConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSourceRanges($sourceRanges) { $this->sourceRanges = $sourceRanges; } public function getSourceRanges() { return $this->sourceRanges; } public function setSourceServiceAccounts($sourceServiceAccounts) { $this->sourceServiceAccounts = $sourceServiceAccounts; } public function getSourceServiceAccounts() { return $this->sourceServiceAccounts; } public function setSourceTags($sourceTags) { $this->sourceTags = $sourceTags; } public function getSourceTags() { return $this->sourceTags; } public function setTargetServiceAccounts($targetServiceAccounts) { $this->targetServiceAccounts = $targetServiceAccounts; } public function getTargetServiceAccounts() { return $this->targetServiceAccounts; } public function setTargetTags($targetTags) { $this->targetTags = $targetTags; } public function getTargetTags() { return $this->targetTags; } } PK& Z8ffovendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListPerInstanceConfigsResp.phpnu[items = $items; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsRespWarning */ public function setWarning(Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsRespWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsRespWarning */ public function getWarning() { return $this->warning; } } PK& Zw_ўcvendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineResourcesRequest.phpnu[guestAccelerators = $guestAccelerators; } /** * @return Google_Service_Compute_AcceleratorConfig[] */ public function getGuestAccelerators() { return $this->guestAccelerators; } } PK& ZزeYvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyHourlyCycle.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setHoursInCycle($hoursInCycle) { $this->hoursInCycle = $hoursInCycle; } public function getHoursInCycle() { return $this->hoursInCycle; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK& ZZh Rvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyRule.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDirection($direction) { $this->direction = $direction; } public function getDirection() { return $this->direction; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setEnableLogging($enableLogging) { $this->enableLogging = $enableLogging; } public function getEnableLogging() { return $this->enableLogging; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_FirewallPolicyRuleMatcher */ public function setMatch(Google_Service_Compute_FirewallPolicyRuleMatcher $match) { $this->match = $match; } /** * @return Google_Service_Compute_FirewallPolicyRuleMatcher */ public function getMatch() { return $this->match; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setRuleTupleCount($ruleTupleCount) { $this->ruleTupleCount = $ruleTupleCount; } public function getRuleTupleCount() { return $this->ruleTupleCount; } public function setTargetResources($targetResources) { $this->targetResources = $targetResources; } public function getTargetResources() { return $this->targetResources; } public function setTargetSecureLabels($targetSecureLabels) { $this->targetSecureLabels = $targetSecureLabels; } public function getTargetSecureLabels() { return $this->targetSecureLabels; } public function setTargetServiceAccounts($targetServiceAccounts) { $this->targetServiceAccounts = $targetServiceAccounts; } public function getTargetServiceAccounts() { return $this->targetServiceAccounts; } } PK& Z⩊`Vvendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK& Zsfvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Zkvendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefixPublicDelegatedPrefix.phpnu[ipRange = $ipRange; } public function getIpRange() { return $this->ipRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK& Z$iRvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_SslCertificate[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_SslCertificate[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SslCertificateListWarning */ public function setWarning(Google_Service_Compute_SslCertificateListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SslCertificateListWarning */ public function getWarning() { return $this->warning; } } PK& ZFWvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckServicesList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_HealthCheckService[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_HealthCheckService[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_HealthCheckServicesListWarning */ public function setWarning(Google_Service_Compute_HealthCheckServicesListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HealthCheckServicesListWarning */ public function getWarning() { return $this->warning; } } PK& ZXvendor/google/apiclient-services/src/Google/Service/Compute/NotificationEndpointList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_NotificationEndpoint[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_NotificationEndpoint[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NotificationEndpointListWarning */ public function setWarning(Google_Service_Compute_NotificationEndpointListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NotificationEndpointListWarning */ public function getWarning() { return $this->warning; } } PK& Z!kvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsAttachEndpointsRequest.phpnu[networkEndpoints = $networkEndpoints; } /** * @return Google_Service_Compute_NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } } PK& ZN=tvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatusStatefulPerInstanceConfigs.phpnu[allEffective = $allEffective; } public function getAllEffective() { return $this->allEffective; } } PK& Z>iMqvendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.phpnu[sslCertificates = $sslCertificates; } public function getSslCertificates() { return $this->sslCertificates; } } PK& Z \Yvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_BackendServiceListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_BackendServiceListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZD}Tvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetHttpsProxy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetHttpsProxy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetHttpsProxyListWarning */ public function setWarning(Google_Service_Compute_TargetHttpsProxyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetHttpsProxyListWarning */ public function getWarning() { return $this->warning; } } PK& ZtsD`vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_BackendServicesScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_BackendServicesScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZJTddNvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Subnetwork[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Subnetwork[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_SubnetworkListWarning */ public function setWarning(Google_Service_Compute_SubnetworkListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SubnetworkListWarning */ public function getWarning() { return $this->warning; } } PK& ZddNvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetPool[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetPool[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetPoolListWarning */ public function setWarning(Google_Service_Compute_TargetPoolListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetPoolListWarning */ public function getWarning() { return $this->warning; } } PK& Zkk\vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsDeleteNodesRequest.phpnu[nodes = $nodes; } public function getNodes() { return $this->nodes; } } PK& ZYvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_SecurityPolicyListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_SecurityPolicyListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z+RRbvendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKeyProtectedDisk.phpnu[diskEncryptionKey = $diskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK& Z<2^vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZwЖR R Rvendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_DisksScopedList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_DisksScopedList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUnreachables($unreachables) { $this->unreachables = $unreachables; } public function getUnreachables() { return $this->unreachables; } /** * @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; } } PK& ZmPvendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetwork.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_Compute_UsableSubnetworkSecondaryRange[] */ public function setSecondaryIpRanges($secondaryIpRanges) { $this->secondaryIpRanges = $secondaryIpRanges; } /** * @return Google_Service_Compute_UsableSubnetworkSecondaryRange[] */ public function getSecondaryIpRanges() { return $this->secondaryIpRanges; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } } PK& Zy<&`vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZQ`@cvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z\IiiYvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyAssociation.phpnu[attachmentTarget = $attachmentTarget; } public function getAttachmentTarget() { return $this->attachmentTarget; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFirewallPolicyId($firewallPolicyId) { $this->firewallPolicyId = $firewallPolicyId; } public function getFirewallPolicyId() { return $this->firewallPolicyId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } } PK& ZtM\\Mvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_VpnTunnel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_VpnTunnel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_VpnTunnelListWarning */ public function setWarning(Google_Service_Compute_VpnTunnelListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_VpnTunnelListWarning */ public function getWarning() { return $this->warning; } } PK& Z}SsCyyWvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceReference.phpnu[backendService = $backendService; } public function getBackendService() { return $this->backendService; } } PK& Z({Wvendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z"mSvendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxyList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_TargetGrpcProxy[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_TargetGrpcProxy[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_TargetGrpcProxyListWarning */ public function setWarning(Google_Service_Compute_TargetGrpcProxyListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetGrpcProxyListWarning */ public function getWarning() { return $this->warning; } } PK& Ztء\vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_AutoscalersScopedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_AutoscalersScopedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zlnqvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersDeleteInstancesRequest.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK& Z[jvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_PublicDelegatedPrefixAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_PublicDelegatedPrefixAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZxQ Q Jvendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_VpnGatewayVpnGatewayInterface[] */ public function setVpnInterfaces($vpnInterfaces) { $this->vpnInterfaces = $vpnInterfaces; } /** * @return Google_Service_Compute_VpnGatewayVpnGatewayInterface[] */ public function getVpnInterfaces() { return $this->vpnInterfaces; } } PK& ZMϫrrevendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetProxyHeaderRequest.phpnu[proxyHeader = $proxyHeader; } public function getProxyHeader() { return $this->proxyHeader; } } PK& Z+9zZvendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_HttpHealthCheckListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_HttpHealthCheckListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z;qqPvendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_RouteListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_RouteListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZMlLLKvendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Network[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Network[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_NetworkListWarning */ public function setWarning(Google_Service_Compute_NetworkListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NetworkListWarning */ public function getWarning() { return $this->warning; } } PK& Z6cg  ovendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringMirroredResourceInfoInstanceInfo.phpnu[canonicalUrl = $canonicalUrl; } public function getCanonicalUrl() { return $this->canonicalUrl; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK& Zޙ__Vvendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceConfig.phpnu[enableIntegrityMonitoring = $enableIntegrityMonitoring; } public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } public function setEnableSecureBoot($enableSecureBoot) { $this->enableSecureBoot = $enableSecureBoot; } public function getEnableSecureBoot() { return $this->enableSecureBoot; } public function setEnableVtpm($enableVtpm) { $this->enableVtpm = $enableVtpm; } public function getEnableVtpm() { return $this->enableVtpm; } } PK& ZHөuurvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstanceConfigsResp.phpnu[items = $items; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsRespWarning */ public function setWarning(Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsRespWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RegionInstanceGroupManagersListInstanceConfigsRespWarning */ public function getWarning() { return $this->warning; } } PK& ZfsZQvendor/google/apiclient-services/src/Google/Service/Compute/FileContentBuffer.phpnu[content = $content; } public function getContent() { return $this->content; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } } PK& Z@^  Jvendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.phpnu[allowCredentials = $allowCredentials; } public function getAllowCredentials() { return $this->allowCredentials; } public function setAllowHeaders($allowHeaders) { $this->allowHeaders = $allowHeaders; } public function getAllowHeaders() { return $this->allowHeaders; } public function setAllowMethods($allowMethods) { $this->allowMethods = $allowMethods; } public function getAllowMethods() { return $this->allowMethods; } public function setAllowOriginRegexes($allowOriginRegexes) { $this->allowOriginRegexes = $allowOriginRegexes; } public function getAllowOriginRegexes() { return $this->allowOriginRegexes; } public function setAllowOrigins($allowOrigins) { $this->allowOrigins = $allowOrigins; } public function getAllowOrigins() { return $this->allowOrigins; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setExposeHeaders($exposeHeaders) { $this->exposeHeaders = $exposeHeaders; } public function getExposeHeaders() { return $this->exposeHeaders; } public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } public function getMaxAge() { return $this->maxAge; } } PK& Z(g> Kvendor/google/apiclient-services/src/Google/Service/Compute/LicenseCode.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_LicenseCodeLicenseAlias[] */ public function setLicenseAlias($licenseAlias) { $this->licenseAlias = $licenseAlias; } /** * @return Google_Service_Compute_LicenseCodeLicenseAlias[] */ public function getLicenseAlias() { return $this->licenseAlias; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTransferable($transferable) { $this->transferable = $transferable; } public function getTransferable() { return $this->transferable; } } PK& ZCt\\Mvendor/google/apiclient-services/src/Google/Service/Compute/OperationList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Operation[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Operation[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_OperationListWarning */ public function setWarning(Google_Service_Compute_OperationListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_OperationListWarning */ public function getWarning() { return $this->warning; } } PK& Zivendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetSslCertificatesRequest.phpnu[sslCertificates = $sslCertificates; } public function getSslCertificates() { return $this->sslCertificates; } } PK& ZTd Hvendor/google/apiclient-services/src/Google/Service/Compute/NodeType.phpnu[cpuPlatform = $cpuPlatform; } public function getCpuPlatform() { return $this->cpuPlatform; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_DeprecationStatus */ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } /** * @return Google_Service_Compute_DeprecationStatus */ public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGuestCpus($guestCpus) { $this->guestCpus = $guestCpus; } public function getGuestCpus() { return $this->guestCpus; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocalSsdGb($localSsdGb) { $this->localSsdGb = $localSsdGb; } public function getLocalSsdGb() { return $this->localSsdGb; } public function setMemoryMb($memoryMb) { $this->memoryMb = $memoryMb; } public function getMemoryMb() { return $this->memoryMb; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& ZH\vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z2 2 Rvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckService.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } public function getHealthChecks() { return $this->healthChecks; } public function setHealthStatusAggregationPolicy($healthStatusAggregationPolicy) { $this->healthStatusAggregationPolicy = $healthStatusAggregationPolicy; } public function getHealthStatusAggregationPolicy() { return $this->healthStatusAggregationPolicy; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetworkEndpointGroups($networkEndpointGroups) { $this->networkEndpointGroups = $networkEndpointGroups; } public function getNetworkEndpointGroups() { return $this->networkEndpointGroups; } public function setNotificationEndpoints($notificationEndpoints) { $this->notificationEndpoints = $notificationEndpoints; } public function getNotificationEndpoints() { return $this->notificationEndpoints; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK& Z{mvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZNssNvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNatPolicy($natPolicy) { $this->natPolicy = $natPolicy; } public function getNatPolicy() { return $this->natPolicy; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& ZEAZvendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZudvttPvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_Interconnect[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_Interconnect[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InterconnectListWarning */ public function setWarning(Google_Service_Compute_InterconnectListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InterconnectListWarning */ public function getWarning() { return $this->warning; } } PK& ZG_vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z=wwqvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicyBypassCacheOnRequestHeader.phpnu[headerName = $headerName; } public function getHeaderName() { return $this->headerName; } } PK& Zӽavendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_HealthChecksAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_HealthChecksAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z%lvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK& ZJyXM M Rvendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.phpnu[fullPathMatch = $fullPathMatch; } public function getFullPathMatch() { return $this->fullPathMatch; } /** * @param Google_Service_Compute_HttpHeaderMatch[] */ public function setHeaderMatches($headerMatches) { $this->headerMatches = $headerMatches; } /** * @return Google_Service_Compute_HttpHeaderMatch[] */ public function getHeaderMatches() { return $this->headerMatches; } public function setIgnoreCase($ignoreCase) { $this->ignoreCase = $ignoreCase; } public function getIgnoreCase() { return $this->ignoreCase; } /** * @param Google_Service_Compute_MetadataFilter[] */ public function setMetadataFilters($metadataFilters) { $this->metadataFilters = $metadataFilters; } /** * @return Google_Service_Compute_MetadataFilter[] */ public function getMetadataFilters() { return $this->metadataFilters; } public function setPrefixMatch($prefixMatch) { $this->prefixMatch = $prefixMatch; } public function getPrefixMatch() { return $this->prefixMatch; } /** * @param Google_Service_Compute_HttpQueryParameterMatch[] */ public function setQueryParameterMatches($queryParameterMatches) { $this->queryParameterMatches = $queryParameterMatches; } /** * @return Google_Service_Compute_HttpQueryParameterMatch[] */ public function getQueryParameterMatches() { return $this->queryParameterMatches; } public function setRegexMatch($regexMatch) { $this->regexMatch = $regexMatch; } public function getRegexMatch() { return $this->regexMatch; } } PK& Zs^||Qvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstanceGroup[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstanceGroup[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceGroupListWarning */ public function setWarning(Google_Service_Compute_InstanceGroupListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceGroupListWarning */ public function getWarning() { return $this->warning; } } PK& Z#TH|vendor/google/apiclient-services/src/Google/Service/Compute/NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_FirewallPolicyRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Compute_FirewallPolicyRule[] */ public function getRules() { return $this->rules; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZIvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDetailedStatus($detailedStatus) { $this->detailedStatus = $detailedStatus; } public function getDetailedStatus() { return $this->detailedStatus; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIkeVersion($ikeVersion) { $this->ikeVersion = $ikeVersion; } public function getIkeVersion() { return $this->ikeVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocalTrafficSelector($localTrafficSelector) { $this->localTrafficSelector = $localTrafficSelector; } public function getLocalTrafficSelector() { return $this->localTrafficSelector; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeerExternalGateway($peerExternalGateway) { $this->peerExternalGateway = $peerExternalGateway; } public function getPeerExternalGateway() { return $this->peerExternalGateway; } public function setPeerExternalGatewayInterface($peerExternalGatewayInterface) { $this->peerExternalGatewayInterface = $peerExternalGatewayInterface; } public function getPeerExternalGatewayInterface() { return $this->peerExternalGatewayInterface; } public function setPeerGcpGateway($peerGcpGateway) { $this->peerGcpGateway = $peerGcpGateway; } public function getPeerGcpGateway() { return $this->peerGcpGateway; } public function setPeerIp($peerIp) { $this->peerIp = $peerIp; } public function getPeerIp() { return $this->peerIp; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRemoteTrafficSelector($remoteTrafficSelector) { $this->remoteTrafficSelector = $remoteTrafficSelector; } public function getRemoteTrafficSelector() { return $this->remoteTrafficSelector; } public function setRouter($router) { $this->router = $router; } public function getRouter() { return $this->router; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSharedSecret($sharedSecret) { $this->sharedSecret = $sharedSecret; } public function getSharedSecret() { return $this->sharedSecret; } public function setSharedSecretHash($sharedSecretHash) { $this->sharedSecretHash = $sharedSecretHash; } public function getSharedSecretHash() { return $this->sharedSecretHash; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTargetVpnGateway($targetVpnGateway) { $this->targetVpnGateway = $targetVpnGateway; } public function getTargetVpnGateway() { return $this->targetVpnGateway; } public function setVpnGateway($vpnGateway) { $this->vpnGateway = $vpnGateway; } public function getVpnGateway() { return $this->vpnGateway; } public function setVpnGatewayInterface($vpnGatewayInterface) { $this->vpnGatewayInterface = $vpnGatewayInterface; } public function getVpnGatewayInterface() { return $this->vpnGatewayInterface; } } PK& ZȲovendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersPatchPerInstanceConfigsReq.phpnu[perInstanceConfigs = $perInstanceConfigs; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getPerInstanceConfigs() { return $this->perInstanceConfigs; } } PK& Z2l l[vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InstanceTemplateListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InstanceTemplateListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& ZLkk^vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineTypeRequest.phpnu[machineType = $machineType; } public function getMachineType() { return $this->machineType; } } PK& Z?^vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_OperationAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_OperationAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Znðq%%Yvendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetLabelsRequest.phpnu[labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK& Za/PPSvendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.phpnu[destinationZone = $destinationZone; } public function getDestinationZone() { return $this->destinationZone; } public function setTargetInstance($targetInstance) { $this->targetInstance = $targetInstance; } public function getTargetInstance() { return $this->targetInstance; } } PK& Z Fvendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param Google_Service_Compute_HttpRouteAction */ public function setDefaultRouteAction(Google_Service_Compute_HttpRouteAction $defaultRouteAction) { $this->defaultRouteAction = $defaultRouteAction; } /** * @return Google_Service_Compute_HttpRouteAction */ public function getDefaultRouteAction() { return $this->defaultRouteAction; } public function setDefaultService($defaultService) { $this->defaultService = $defaultService; } public function getDefaultService() { return $this->defaultService; } /** * @param Google_Service_Compute_HttpRedirectAction */ public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect) { $this->defaultUrlRedirect = $defaultUrlRedirect; } /** * @return Google_Service_Compute_HttpRedirectAction */ public function getDefaultUrlRedirect() { return $this->defaultUrlRedirect; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_Compute_HttpHeaderAction */ public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) { $this->headerAction = $headerAction; } /** * @return Google_Service_Compute_HttpHeaderAction */ public function getHeaderAction() { return $this->headerAction; } /** * @param Google_Service_Compute_HostRule[] */ public function setHostRules($hostRules) { $this->hostRules = $hostRules; } /** * @return Google_Service_Compute_HostRule[] */ public function getHostRules() { return $this->hostRules; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_PathMatcher[] */ public function setPathMatchers($pathMatchers) { $this->pathMatchers = $pathMatchers; } /** * @return Google_Service_Compute_PathMatcher[] */ public function getPathMatchers() { return $this->pathMatchers; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_UrlMapTest[] */ public function setTests($tests) { $this->tests = $tests; } /** * @return Google_Service_Compute_UrlMapTest[] */ public function getTests() { return $this->tests; } } PK& Z<Zvendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefixList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_PublicAdvertisedPrefix[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_PublicAdvertisedPrefix[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_PublicAdvertisedPrefixListWarning */ public function setWarning(Google_Service_Compute_PublicAdvertisedPrefixListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PublicAdvertisedPrefixListWarning */ public function getWarning() { return $this->warning; } } PK& Zwok`vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.phpnu[healthChecks = $healthChecks; } /** * @return Google_Service_Compute_HealthCheckReference[] */ public function getHealthChecks() { return $this->healthChecks; } } PK& ZB_vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_InterconnectLocationListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_InterconnectLocationListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zk#I[vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_TargetVpnGatewayListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_TargetVpnGatewayListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Zv6VTvendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Za=cvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZIB HHDvendor/google/apiclient-services/src/Google/Service/Compute/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK& Z*2<<Rvendor/google/apiclient-services/src/Google/Service/Compute/DisksResizeRequest.phpnu[sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } } PK& ZHtvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarningData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z kBpvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersUpdatePerInstanceConfigsReq.phpnu[perInstanceConfigs = $perInstanceConfigs; } /** * @return Google_Service_Compute_PerInstanceConfig[] */ public function getPerInstanceConfigs() { return $this->perInstanceConfigs; } } PK& Z#Fevendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksAddResourcePoliciesRequest.phpnu[resourcePolicies = $resourcePolicies; } public function getResourcePolicies() { return $this->resourcePolicies; } } PK& Z #0Ivendor/google/apiclient-services/src/Google/Service/Compute/LocalDisk.phpnu[diskCount = $diskCount; } public function getDiskCount() { return $this->diskCount; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } } PK& Zro\vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Compute_UrlMapsAggregatedListWarningData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Compute_UrlMapsAggregatedListWarningData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK& Z @vendor/google/apiclient-services/src/Google/Service/Document.phpnu[ * Service to parse structured information from unstructured or semi-structured * documents using state-of-the-art Google AI such as natural language, computer * vision, translation, and AutoML.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Document extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_operations; public $projects_locations_processors; public $projects_locations_processors_humanReviewConfig; public $projects_locations_processors_processorVersions; /** * Constructs the internal representation of the Document service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://documentai.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta3'; $this->serviceName = 'documentai'; $this->projects_locations = new Google_Service_Document_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta3/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Document_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_processors = new Google_Service_Document_Resource_ProjectsLocationsProcessors( $this, $this->serviceName, 'processors', array( 'methods' => array( 'batchProcess' => array( 'path' => 'v1beta3/{+name}:batchProcess', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'process' => array( 'path' => 'v1beta3/{+name}:process', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_processors_humanReviewConfig = new Google_Service_Document_Resource_ProjectsLocationsProcessorsHumanReviewConfig( $this, $this->serviceName, 'humanReviewConfig', array( 'methods' => array( 'reviewDocument' => array( 'path' => 'v1beta3/{+humanReviewConfig}:reviewDocument', 'httpMethod' => 'POST', 'parameters' => array( 'humanReviewConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_processors_processorVersions = new Google_Service_Document_Resource_ProjectsLocationsProcessorsProcessorVersions( $this, $this->serviceName, 'processorVersions', array( 'methods' => array( 'batchProcess' => array( 'path' => 'v1beta3/{+name}:batchProcess', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'process' => array( 'path' => 'v1beta3/{+name}:process', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK& ZmBvendor/google/apiclient-services/src/Google/Service/TagManager.phpnu[ * This API allows clients to access and modify container and tag configuration.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_TagManager extends Google_Service { /** Delete your Google Tag Manager containers. */ const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers"; /** Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing. */ const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers"; /** Manage your Google Tag Manager container versions. */ const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions"; /** View and manage your Google Tag Manager accounts. */ const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts"; /** Manage user permissions of your Google Tag Manager account and container. */ const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users"; /** Publish your Google Tag Manager container versions. */ const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish"; /** View your Google Tag Manager container and its subcomponents. */ const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly"; public $accounts; public $accounts_containers; public $accounts_containers_environments; public $accounts_containers_version_headers; public $accounts_containers_versions; public $accounts_containers_workspaces; public $accounts_containers_workspaces_built_in_variables; public $accounts_containers_workspaces_folders; public $accounts_containers_workspaces_tags; public $accounts_containers_workspaces_templates; public $accounts_containers_workspaces_triggers; public $accounts_containers_workspaces_variables; public $accounts_containers_workspaces_zones; public $accounts_user_permissions; /** * Constructs the internal representation of the TagManager service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://tagmanager.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'tagmanager'; $this->accounts = new Google_Service_TagManager_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers = new Google_Service_TagManager_Resource_AccountsContainers( $this, $this->serviceName, 'containers', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/containers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/containers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_environments = new Google_Service_TagManager_Resource_AccountsContainersEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/environments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/environments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reauthorize' => array( 'path' => 'tagmanager/v2/{+path}:reauthorize', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_version_headers = new Google_Service_TagManager_Resource_AccountsContainersVersionHeaders( $this, $this->serviceName, 'version_headers', array( 'methods' => array( 'latest' => array( 'path' => 'tagmanager/v2/{+parent}/version_headers:latest', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/version_headers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_versions = new Google_Service_TagManager_Resource_AccountsContainersVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'containerVersionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'live' => array( 'path' => 'tagmanager/v2/{+parent}/versions:live', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'publish' => array( 'path' => 'tagmanager/v2/{+path}:publish', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'set_latest' => array( 'path' => 'tagmanager/v2/{+path}:set_latest', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'tagmanager/v2/{+path}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces = new Google_Service_TagManager_Resource_AccountsContainersWorkspaces( $this, $this->serviceName, 'workspaces', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/workspaces', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create_version' => array( 'path' => 'tagmanager/v2/{+path}:create_version', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getStatus' => array( 'path' => 'tagmanager/v2/{+path}/status', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/workspaces', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'quick_preview' => array( 'path' => 'tagmanager/v2/{+path}:quick_preview', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resolve_conflict' => array( 'path' => 'tagmanager/v2/{+path}:resolve_conflict', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'sync' => array( 'path' => 'tagmanager/v2/{+path}:sync', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_built_in_variables = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesBuiltInVariables( $this, $this->serviceName, 'built_in_variables', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/built_in_variables', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/built_in_variables', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'tagmanager/v2/{+path}/built_in_variables:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_folders = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesFolders( $this, $this->serviceName, 'folders', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/folders', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'entities' => array( 'path' => 'tagmanager/v2/{+path}:entities', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/folders', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move_entities_to_folder' => array( 'path' => 'tagmanager/v2/{+path}:move_entities_to_folder', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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' => 'tagmanager/v2/{+path}:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_tags = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTags( $this, $this->serviceName, 'tags', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/tags', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/tags', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'tagmanager/v2/{+path}:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_templates = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTemplates( $this, $this->serviceName, 'templates', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/templates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/templates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'tagmanager/v2/{+path}:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_triggers = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTriggers( $this, $this->serviceName, 'triggers', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/triggers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/triggers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'tagmanager/v2/{+path}:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_variables = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesVariables( $this, $this->serviceName, 'variables', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/variables', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/variables', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'tagmanager/v2/{+path}:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_containers_workspaces_zones = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesZones( $this, $this->serviceName, 'zones', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/zones', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/zones', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'tagmanager/v2/{+path}:revert', 'httpMethod' => 'POST', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_user_permissions = new Google_Service_TagManager_Resource_AccountsUserPermissions( $this, $this->serviceName, 'user_permissions', array( 'methods' => array( 'create' => array( 'path' => 'tagmanager/v2/{+parent}/user_permissions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'GET', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tagmanager/v2/{+parent}/user_permissions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'tagmanager/v2/{+path}', 'httpMethod' => 'PUT', 'parameters' => array( 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK& Z5++Yvendor/google/apiclient-services/src/Google/Service/CloudTrace/BatchWriteSpansRequest.phpnu[spans = $spans; } /** * @return Google_Service_CloudTrace_Span[] */ public function getSpans() { return $this->spans; } } PK& ZRHvendor/google/apiclient-services/src/Google/Service/CloudTrace/Links.phpnu[droppedLinksCount = $droppedLinksCount; } public function getDroppedLinksCount() { return $this->droppedLinksCount; } /** * @param Google_Service_CloudTrace_Link[] */ public function setLink($link) { $this->link = $link; } /** * @return Google_Service_CloudTrace_Link[] */ public function getLink() { return $this->link; } } PK& Z0|""Nvendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrames.phpnu[droppedFramesCount = $droppedFramesCount; } public function getDroppedFramesCount() { return $this->droppedFramesCount; } /** * @param Google_Service_CloudTrace_StackFrame[] */ public function setFrame($frame) { $this->frame = $frame; } /** * @return Google_Service_CloudTrace_StackFrame[] */ public function getFrame() { return $this->frame; } } PK& Zr~66Gvendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudTrace_Attributes */ public function getAttributes() { return $this->attributes; } public function setChildSpanCount($childSpanCount) { $this->childSpanCount = $childSpanCount; } public function getChildSpanCount() { return $this->childSpanCount; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setDisplayName(Google_Service_CloudTrace_TruncatableString $displayName) { $this->displayName = $displayName; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getDisplayName() { return $this->displayName; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudTrace_Links */ public function setLinks(Google_Service_CloudTrace_Links $links) { $this->links = $links; } /** * @return Google_Service_CloudTrace_Links */ public function getLinks() { return $this->links; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentSpanId($parentSpanId) { $this->parentSpanId = $parentSpanId; } public function getParentSpanId() { return $this->parentSpanId; } public function setSameProcessAsParentSpan($sameProcessAsParentSpan) { $this->sameProcessAsParentSpan = $sameProcessAsParentSpan; } public function getSameProcessAsParentSpan() { return $this->sameProcessAsParentSpan; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setSpanKind($spanKind) { $this->spanKind = $spanKind; } public function getSpanKind() { return $this->spanKind; } /** * @param Google_Service_CloudTrace_StackTrace */ public function setStackTrace(Google_Service_CloudTrace_StackTrace $stackTrace) { $this->stackTrace = $stackTrace; } /** * @return Google_Service_CloudTrace_StackTrace */ public function getStackTrace() { return $this->stackTrace; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_CloudTrace_Status */ public function setStatus(Google_Service_CloudTrace_Status $status) { $this->status = $status; } /** * @return Google_Service_CloudTrace_Status */ public function getStatus() { return $this->status; } /** * @param Google_Service_CloudTrace_TimeEvents */ public function setTimeEvents(Google_Service_CloudTrace_TimeEvents $timeEvents) { $this->timeEvents = $timeEvents; } /** * @return Google_Service_CloudTrace_TimeEvents */ public function getTimeEvents() { return $this->timeEvents; } } PK& ZᴀIvendor/google/apiclient-services/src/Google/Service/CloudTrace/Module.phpnu[buildId = $buildId; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getBuildId() { return $this->buildId; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setModule(Google_Service_CloudTrace_TruncatableString $module) { $this->module = $module; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getModule() { return $this->module; } } PK& ZnNSSMvendor/google/apiclient-services/src/Google/Service/CloudTrace/Attributes.phpnu[attributeMap = $attributeMap; } /** * @return Google_Service_CloudTrace_AttributeValue[] */ public function getAttributeMap() { return $this->attributeMap; } public function setDroppedAttributesCount($droppedAttributesCount) { $this->droppedAttributesCount = $droppedAttributesCount; } public function getDroppedAttributesCount() { return $this->droppedAttributesCount; } } PK& Z\;SOvendor/google/apiclient-services/src/Google/Service/CloudTrace/MessageEvent.phpnu[compressedSizeBytes = $compressedSizeBytes; } public function getCompressedSizeBytes() { return $this->compressedSizeBytes; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUncompressedSizeBytes($uncompressedSizeBytes) { $this->uncompressedSizeBytes = $uncompressedSizeBytes; } public function getUncompressedSizeBytes() { return $this->uncompressedSizeBytes; } } PK& Z Mvendor/google/apiclient-services/src/Google/Service/CloudTrace/Annotation.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudTrace_Attributes */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setDescription(Google_Service_CloudTrace_TruncatableString $description) { $this->description = $description; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getDescription() { return $this->description; } } PK& Z5wPk((_vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTracesSpans.phpnu[ * $cloudtraceService = new Google_Service_CloudTrace(...); * $spans = $cloudtraceService->spans; * */ class Google_Service_CloudTrace_Resource_ProjectsTracesSpans extends Google_Service_Resource { /** * Creates a new span. (spans.createSpan) * * @param string $name Required. The resource name of the span in the following * format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique * identifier for a trace within a project; it is a 32-character hexadecimal * encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span * within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. * It should not be zero. * @param Google_Service_CloudTrace_Span $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTrace_Span */ public function createSpan($name, Google_Service_CloudTrace_Span $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSpan', array($params), "Google_Service_CloudTrace_Span"); } } PK& Z9vvTvendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.phpnu[ * $cloudtraceService = new Google_Service_CloudTrace(...); * $projects = $cloudtraceService->projects; * */ class Google_Service_CloudTrace_Resource_Projects extends Google_Service_Resource { } PK& Z}YqqZvendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.phpnu[ * $cloudtraceService = new Google_Service_CloudTrace(...); * $traces = $cloudtraceService->traces; * */ class Google_Service_CloudTrace_Resource_ProjectsTraces extends Google_Service_Resource { /** * Sends new spans to new or existing traces. You cannot update existing spans. * (traces.batchWrite) * * @param string $name Required. The name of the project where the spans belong. * The format is `projects/[PROJECT_ID]`. * @param Google_Service_CloudTrace_BatchWriteSpansRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTrace_CloudtraceEmpty */ public function batchWrite($name, Google_Service_CloudTrace_BatchWriteSpansRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchWrite', array($params), "Google_Service_CloudTrace_CloudtraceEmpty"); } } PK& ZH%Lvendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.phpnu[annotation = $annotation; } /** * @return Google_Service_CloudTrace_Annotation */ public function getAnnotation() { return $this->annotation; } /** * @param Google_Service_CloudTrace_MessageEvent */ public function setMessageEvent(Google_Service_CloudTrace_MessageEvent $messageEvent) { $this->messageEvent = $messageEvent; } /** * @return Google_Service_CloudTrace_MessageEvent */ public function getMessageEvent() { return $this->messageEvent; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK& Z[ Mvendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvents.phpnu[droppedAnnotationsCount = $droppedAnnotationsCount; } public function getDroppedAnnotationsCount() { return $this->droppedAnnotationsCount; } public function setDroppedMessageEventsCount($droppedMessageEventsCount) { $this->droppedMessageEventsCount = $droppedMessageEventsCount; } public function getDroppedMessageEventsCount() { return $this->droppedMessageEventsCount; } /** * @param Google_Service_CloudTrace_TimeEvent[] */ public function setTimeEvent($timeEvent) { $this->timeEvent = $timeEvent; } /** * @return Google_Service_CloudTrace_TimeEvent[] */ public function getTimeEvent() { return $this->timeEvent; } } PK& Z,j77Mvendor/google/apiclient-services/src/Google/Service/CloudTrace/StackTrace.phpnu[stackFrames = $stackFrames; } /** * @return Google_Service_CloudTrace_StackFrames */ public function getStackFrames() { return $this->stackFrames; } public function setStackTraceHashId($stackTraceHashId) { $this->stackTraceHashId = $stackTraceHashId; } public function getStackTraceHashId() { return $this->stackTraceHashId; } } PK& Z=JRvendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setStringValue(Google_Service_CloudTrace_TruncatableString $stringValue) { $this->stringValue = $stringValue; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getStringValue() { return $this->stringValue; } } PK& ZЙIvendor/google/apiclient-services/src/Google/Service/CloudTrace/Status.phpnu[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; } } PK& Z''Tvendor/google/apiclient-services/src/Google/Service/CloudTrace/TruncatableString.phpnu[truncatedByteCount = $truncatedByteCount; } public function getTruncatedByteCount() { return $this->truncatedByteCount; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZdGvendor/google/apiclient-services/src/Google/Service/CloudTrace/Link.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudTrace_Attributes */ public function getAttributes() { return $this->attributes; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setTraceId($traceId) { $this->traceId = $traceId; } public function getTraceId() { return $this->traceId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZKG G Mvendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrame.phpnu[columnNumber = $columnNumber; } public function getColumnNumber() { return $this->columnNumber; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setFileName(Google_Service_CloudTrace_TruncatableString $fileName) { $this->fileName = $fileName; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getFileName() { return $this->fileName; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setFunctionName(Google_Service_CloudTrace_TruncatableString $functionName) { $this->functionName = $functionName; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getFunctionName() { return $this->functionName; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } /** * @param Google_Service_CloudTrace_Module */ public function setLoadModule(Google_Service_CloudTrace_Module $loadModule) { $this->loadModule = $loadModule; } /** * @return Google_Service_CloudTrace_Module */ public function getLoadModule() { return $this->loadModule; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setOriginalFunctionName(Google_Service_CloudTrace_TruncatableString $originalFunctionName) { $this->originalFunctionName = $originalFunctionName; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getOriginalFunctionName() { return $this->originalFunctionName; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setSourceVersion(Google_Service_CloudTrace_TruncatableString $sourceVersion) { $this->sourceVersion = $sourceVersion; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getSourceVersion() { return $this->sourceVersion; } } PK& Z 7+!XXMvendor/google/apiclient-services/src/Google/Service/SemanticTile/Relation.phpnu[relatedFeatureIndex = $relatedFeatureIndex; } public function getRelatedFeatureIndex() { return $this->relatedFeatureIndex; } public function setRelationType($relationType) { $this->relationType = $relationType; } public function getRelationType() { return $this->relationType; } } PK& Zo""Qvendor/google/apiclient-services/src/Google/Service/SemanticTile/Vertex2DList.phpnu[xOffsets = $xOffsets; } public function getXOffsets() { return $this->xOffsets; } public function setYOffsets($yOffsets) { $this->yOffsets = $yOffsets; } public function getYOffsets() { return $this->yOffsets; } } PK& Zm""Tvendor/google/apiclient-services/src/Google/Service/SemanticTile/TileCoordinates.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZoom($zoom) { $this->zoom = $zoom; } public function getZoom() { return $this->zoom; } } PK& ZV V Pvendor/google/apiclient-services/src/Google/Service/SemanticTile/TerrainTile.phpnu[coordinates = $coordinates; } /** * @return Google_Service_SemanticTile_TileCoordinates */ public function getCoordinates() { return $this->coordinates; } /** * @param Google_Service_SemanticTile_FirstDerivativeElevationGrid */ public function setFirstDerivative(Google_Service_SemanticTile_FirstDerivativeElevationGrid $firstDerivative) { $this->firstDerivative = $firstDerivative; } /** * @return Google_Service_SemanticTile_FirstDerivativeElevationGrid */ public function getFirstDerivative() { return $this->firstDerivative; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SemanticTile_SecondDerivativeElevationGrid */ public function setSecondDerivative(Google_Service_SemanticTile_SecondDerivativeElevationGrid $secondDerivative) { $this->secondDerivative = $secondDerivative; } /** * @return Google_Service_SemanticTile_SecondDerivativeElevationGrid */ public function getSecondDerivative() { return $this->secondDerivative; } } PK& Z2*avendor/google/apiclient-services/src/Google/Service/SemanticTile/FirstDerivativeElevationGrid.phpnu[altitudeMultiplier = $altitudeMultiplier; } public function getAltitudeMultiplier() { return $this->altitudeMultiplier; } /** * @param Google_Service_SemanticTile_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_SemanticTile_Row[] */ public function getRows() { return $this->rows; } } PK& ZIvendor/google/apiclient-services/src/Google/Service/SemanticTile/Line.phpnu[basemapZOrder = $basemapZOrder; } /** * @return Google_Service_SemanticTile_BasemapZOrder */ public function getBasemapZOrder() { return $this->basemapZOrder; } /** * @param Google_Service_SemanticTile_Vertex2DList */ public function setVertexOffsets(Google_Service_SemanticTile_Vertex2DList $vertexOffsets) { $this->vertexOffsets = $vertexOffsets; } /** * @return Google_Service_SemanticTile_Vertex2DList */ public function getVertexOffsets() { return $this->vertexOffsets; } public function setZOrder($zOrder) { $this->zOrder = $zOrder; } public function getZOrder() { return $this->zOrder; } } PK& ZV|Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/BasemapZOrder.phpnu[zGrade = $zGrade; } public function getZGrade() { return $this->zGrade; } public function setZPlane($zPlane) { $this->zPlane = $zPlane; } public function getZPlane() { return $this->zPlane; } public function setZWithinGrade($zWithinGrade) { $this->zWithinGrade = $zWithinGrade; } public function getZWithinGrade() { return $this->zWithinGrade; } } PK& ZZvendor/google/apiclient-services/src/Google/Service/SemanticTile/Resource/Featuretiles.phpnu[ * $vectortileService = new Google_Service_SemanticTile(...); * $featuretiles = $vectortileService->featuretiles; * */ class Google_Service_SemanticTile_Resource_Featuretiles extends Google_Service_Resource { /** * Gets a feature tile by its tile resource name. (featuretiles.get) * * @param string $name Required. Resource name of the tile. The tile resource * name is prefixed by its collection ID `tiles/` followed by the resource ID, * which encodes the tile's global x and y coordinates and zoom level as `@,,z`. * For example, `tiles/@1,2,3z`. * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeBuildingFootprints Flag indicating whether the * returned tile will always contain 2.5D footprints for structures. If * enabled_modeled_volumes is set, this will mean that structures will have both * their 3D models and 2.5D footprints returned. * @opt_param string clientInfo.apiClient API client name and version. For * example, the SDK calling the API. The exact format is up to the client. * @opt_param string clientInfo.applicationId Application ID, such as the * package name on Android and the bundle identifier on iOS platforms. * @opt_param string clientInfo.applicationVersion Application version number, * such as "1.2.3". The exact format is application-dependent. * @opt_param string clientInfo.deviceModel Device model as reported by the * device. The exact format is platform-dependent. * @opt_param string clientInfo.operatingSystem Operating system name and * version as reported by the OS. For example, "Mac OS X 10.10.4". The exact * format is platform-dependent. * @opt_param string clientInfo.platform Platform where the application is * running. * @opt_param string clientInfo.userId Required. A client-generated user ID. The * ID should be generated and persisted during the first user session or * whenever a pre-existing ID is not found. The exact format is up to the * client. This must be non-empty in a GetFeatureTileRequest (whether via the * header or GetFeatureTileRequest.client_info). * @opt_param string clientTileVersionId Optional version id identifying the * tile that is already in the client's cache. This field should be populated * with the most recent version_id value returned by the API for the requested * tile. If the version id is empty the server always returns a newly rendered * tile. If it is provided the server checks if the tile contents would be * identical to one that's already on the client, and if so, returns a stripped- * down response tile with STATUS_OK_DATA_UNCHANGED instead. * @opt_param bool enableDetailedHighwayTypes Flag indicating whether detailed * highway types should be returned. If this is set, the * CONTROLLED_ACCESS_HIGHWAY type may be returned. If not, then these highways * will have the generic HIGHWAY type. This exists for backwards compatibility * reasons. * @opt_param bool enableFeatureNames Flag indicating whether human-readable * names should be returned for features. If this is set, the display_name field * on the feature will be filled out. * @opt_param bool enableModeledVolumes Flag indicating whether 3D building * models should be enabled. If this is set structures will be returned as 3D * modeled volumes rather than 2.5D extruded areas where possible. * @opt_param bool enablePoliticalFeatures Flag indicating whether political * features should be returned. * @opt_param bool enablePrivateRoads Flag indicating whether the returned tile * will contain road features that are marked private. Private roads are * indicated by the Feature.segment_info.road_info.is_private field. * @opt_param bool enableUnclippedBuildings Flag indicating whether unclipped * buildings should be returned. If this is set, building render ops will extend * beyond the tile boundary. Buildings will only be returned on the tile that * contains their centroid. * @opt_param string languageCode Required. The BCP-47 language code * corresponding to the language in which the name was requested, such as "en- * US" or "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. * @opt_param string regionCode Required. The Unicode country/region code (CLDR) * of the location from which the request is coming from, such as "US" and * "419". For more information, see * http://www.unicode.org/reports/tr35/#unicode_region_subtag. * @return Google_Service_SemanticTile_FeatureTile */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SemanticTile_FeatureTile"); } } PK& Zou Zvendor/google/apiclient-services/src/Google/Service/SemanticTile/Resource/Terraintiles.phpnu[ * $vectortileService = new Google_Service_SemanticTile(...); * $terraintiles = $vectortileService->terraintiles; * */ class Google_Service_SemanticTile_Resource_Terraintiles extends Google_Service_Resource { /** * Gets a terrain tile by its tile resource name. (terraintiles.get) * * @param string $name Required. Resource name of the tile. The tile resource * name is prefixed by its collection ID `terraintiles/` followed by the * resource ID, which encodes the tile's global x and y coordinates and zoom * level as `@,,z`. For example, `terraintiles/@1,2,3z`. * @param array $optParams Optional parameters. * * @opt_param int altitudePrecisionCentimeters The precision of terrain * altitudes in centimeters. Possible values: between 1 (cm level precision) and * 1,000,000 (10-kilometer level precision). * @opt_param string clientInfo.apiClient API client name and version. For * example, the SDK calling the API. The exact format is up to the client. * @opt_param string clientInfo.applicationId Application ID, such as the * package name on Android and the bundle identifier on iOS platforms. * @opt_param string clientInfo.applicationVersion Application version number, * such as "1.2.3". The exact format is application-dependent. * @opt_param string clientInfo.deviceModel Device model as reported by the * device. The exact format is platform-dependent. * @opt_param string clientInfo.operatingSystem Operating system name and * version as reported by the OS. For example, "Mac OS X 10.10.4". The exact * format is platform-dependent. * @opt_param string clientInfo.platform Platform where the application is * running. * @opt_param string clientInfo.userId Required. A client-generated user ID. The * ID should be generated and persisted during the first user session or * whenever a pre-existing ID is not found. The exact format is up to the * client. This must be non-empty in a GetFeatureTileRequest (whether via the * header or GetFeatureTileRequest.client_info). * @opt_param int maxElevationResolutionCells The maximum allowed resolution for * the returned elevation heightmap. Possible values: between 1 and 1024 (and * not less than min_elevation_resolution_cells). Over-sized heightmaps will be * non-uniformly down-sampled such that each edge is no longer than this value. * Non-uniformity is chosen to maximise the amount of preserved data. For * example: Original resolution: 100px (width) * 30px (height) * max_elevation_resolution: 30 New resolution: 30px (width) * 30px (height) * @opt_param int minElevationResolutionCells The minimum allowed resolution for * the returned elevation heightmap. Possible values: between 0 and 1024 (and * not more than max_elevation_resolution_cells). Zero is supported for backward * compatibility. Under-sized heightmaps will be non-uniformly up-sampled such * that each edge is no shorter than this value. Non-uniformity is chosen to * maximise the amount of preserved data. For example: Original resolution: 30px * (width) * 10px (height) min_elevation_resolution: 30 New resolution: 30px * (width) * 30px (height) * @opt_param string terrainFormats Terrain formats that the client understands. * @return Google_Service_SemanticTile_TerrainTile */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SemanticTile_TerrainTile"); } } PK& ZLLMvendor/google/apiclient-services/src/Google/Service/SemanticTile/RoadInfo.phpnu[isPrivate = $isPrivate; } public function getIsPrivate() { return $this->isPrivate; } } PK& Z $$Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/ModeledVolume.phpnu[strips = $strips; } /** * @return Google_Service_SemanticTile_TriangleStrip[] */ public function getStrips() { return $this->strips; } /** * @param Google_Service_SemanticTile_Vertex3DList */ public function setVertexOffsets(Google_Service_SemanticTile_Vertex3DList $vertexOffsets) { $this->vertexOffsets = $vertexOffsets; } /** * @return Google_Service_SemanticTile_Vertex3DList */ public function getVertexOffsets() { return $this->vertexOffsets; } } PK& ZحbNbvendor/google/apiclient-services/src/Google/Service/SemanticTile/SecondDerivativeElevationGrid.phpnu[altitudeMultiplier = $altitudeMultiplier; } public function getAltitudeMultiplier() { return $this->altitudeMultiplier; } public function setColumnCount($columnCount) { $this->columnCount = $columnCount; } public function getColumnCount() { return $this->columnCount; } public function setEncodedData($encodedData) { $this->encodedData = $encodedData; } public function getEncodedData() { return $this->encodedData; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } } PK& Z ʵ  Mvendor/google/apiclient-services/src/Google/Service/SemanticTile/Geometry.phpnu[areas = $areas; } /** * @return Google_Service_SemanticTile_Area[] */ public function getAreas() { return $this->areas; } /** * @param Google_Service_SemanticTile_ExtrudedArea[] */ public function setExtrudedAreas($extrudedAreas) { $this->extrudedAreas = $extrudedAreas; } /** * @return Google_Service_SemanticTile_ExtrudedArea[] */ public function getExtrudedAreas() { return $this->extrudedAreas; } /** * @param Google_Service_SemanticTile_Line[] */ public function setLines($lines) { $this->lines = $lines; } /** * @return Google_Service_SemanticTile_Line[] */ public function getLines() { return $this->lines; } /** * @param Google_Service_SemanticTile_ModeledVolume[] */ public function setModeledVolumes($modeledVolumes) { $this->modeledVolumes = $modeledVolumes; } /** * @return Google_Service_SemanticTile_ModeledVolume[] */ public function getModeledVolumes() { return $this->modeledVolumes; } } PK& Z=Qvendor/google/apiclient-services/src/Google/Service/SemanticTile/Vertex3DList.phpnu[xOffsets = $xOffsets; } public function getXOffsets() { return $this->xOffsets; } public function setYOffsets($yOffsets) { $this->yOffsets = $yOffsets; } public function getYOffsets() { return $this->yOffsets; } public function setZOffsets($zOffsets) { $this->zOffsets = $zOffsets; } public function getZOffsets() { return $this->zOffsets; } } PK& Z͗Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/TriangleStrip.phpnu[vertexIndices = $vertexIndices; } public function getVertexIndices() { return $this->vertexIndices; } } PK& Z|^^Qvendor/google/apiclient-services/src/Google/Service/SemanticTile/ProviderInfo.phpnu[description = $description; } public function getDescription() { return $this->description; } } PK& ZY֐ Pvendor/google/apiclient-services/src/Google/Service/SemanticTile/FeatureTile.phpnu[coordinates = $coordinates; } /** * @return Google_Service_SemanticTile_TileCoordinates */ public function getCoordinates() { return $this->coordinates; } /** * @param Google_Service_SemanticTile_Feature[] */ public function setFeatures($features) { $this->features = $features; } /** * @return Google_Service_SemanticTile_Feature[] */ public function getFeatures() { return $this->features; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SemanticTile_ProviderInfo[] */ public function setProviders($providers) { $this->providers = $providers; } /** * @return Google_Service_SemanticTile_ProviderInfo[] */ public function getProviders() { return $this->providers; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setVersionId($versionId) { $this->versionId = $versionId; } public function getVersionId() { return $this->versionId; } } PK& Zが))Qvendor/google/apiclient-services/src/Google/Service/SemanticTile/ExtrudedArea.phpnu[area = $area; } /** * @return Google_Service_SemanticTile_Area */ public function getArea() { return $this->area; } public function setMaxZ($maxZ) { $this->maxZ = $maxZ; } public function getMaxZ() { return $this->maxZ; } public function setMinZ($minZ) { $this->minZ = $minZ; } public function getMinZ() { return $this->minZ; } } PK& Zn6Hvendor/google/apiclient-services/src/Google/Service/SemanticTile/Row.phpnu[altitudeDiffs = $altitudeDiffs; } public function getAltitudeDiffs() { return $this->altitudeDiffs; } } PK& Zi Ivendor/google/apiclient-services/src/Google/Service/SemanticTile/Area.phpnu[basemapZOrder = $basemapZOrder; } /** * @return Google_Service_SemanticTile_BasemapZOrder */ public function getBasemapZOrder() { return $this->basemapZOrder; } public function setHasExternalEdges($hasExternalEdges) { $this->hasExternalEdges = $hasExternalEdges; } public function getHasExternalEdges() { return $this->hasExternalEdges; } public function setInternalEdges($internalEdges) { $this->internalEdges = $internalEdges; } public function getInternalEdges() { return $this->internalEdges; } public function setLoopBreaks($loopBreaks) { $this->loopBreaks = $loopBreaks; } public function getLoopBreaks() { return $this->loopBreaks; } public function setTriangleIndices($triangleIndices) { $this->triangleIndices = $triangleIndices; } public function getTriangleIndices() { return $this->triangleIndices; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_SemanticTile_Vertex2DList */ public function setVertexOffsets(Google_Service_SemanticTile_Vertex2DList $vertexOffsets) { $this->vertexOffsets = $vertexOffsets; } /** * @return Google_Service_SemanticTile_Vertex2DList */ public function getVertexOffsets() { return $this->vertexOffsets; } public function setZOrder($zOrder) { $this->zOrder = $zOrder; } public function getZOrder() { return $this->zOrder; } } PK& ZeW)k<<Pvendor/google/apiclient-services/src/Google/Service/SemanticTile/SegmentInfo.phpnu[roadInfo = $roadInfo; } /** * @return Google_Service_SemanticTile_RoadInfo */ public function getRoadInfo() { return $this->roadInfo; } } PK& Z9-P Lvendor/google/apiclient-services/src/Google/Service/SemanticTile/Feature.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_SemanticTile_Geometry */ public function setGeometry(Google_Service_SemanticTile_Geometry $geometry) { $this->geometry = $geometry; } /** * @return Google_Service_SemanticTile_Geometry */ public function getGeometry() { return $this->geometry; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } /** * @param Google_Service_SemanticTile_Relation[] */ public function setRelations($relations) { $this->relations = $relations; } /** * @return Google_Service_SemanticTile_Relation[] */ public function getRelations() { return $this->relations; } /** * @param Google_Service_SemanticTile_SegmentInfo */ public function setSegmentInfo(Google_Service_SemanticTile_SegmentInfo $segmentInfo) { $this->segmentInfo = $segmentInfo; } /** * @return Google_Service_SemanticTile_SegmentInfo */ public function getSegmentInfo() { return $this->segmentInfo; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& Zp}D%%@vendor/google/apiclient-services/src/Google/Service/Eventarc.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Eventarc extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_operations; public $projects_locations_triggers; /** * Constructs the internal representation of the Eventarc service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://eventarc.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'eventarc'; $this->projects_locations = new Google_Service_Eventarc_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Eventarc_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_triggers = new Google_Service_Eventarc_Resource_ProjectsLocationsTriggers( $this, $this->serviceName, 'triggers', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/triggers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowMissing' => array( 'location' => 'query', 'type' => 'boolean', ), 'etag' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/triggers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowMissing' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'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, ), ), ), ) ) ); } } PK& ZF.S.SEvendor/google/apiclient-services/src/Google/Service/CloudIdentity.phpnu[ * API for provisioning and managing identity resources.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudIdentity extends Google_Service { /** See your device details. */ const CLOUD_IDENTITY_DEVICES_LOOKUP = "https://www.googleapis.com/auth/cloud-identity.devices.lookup"; /** See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group. */ const CLOUD_IDENTITY_GROUPS = "https://www.googleapis.com/auth/cloud-identity.groups"; /** See any Cloud Identity Groups that you can access, including group members and their emails. */ const CLOUD_IDENTITY_GROUPS_READONLY = "https://www.googleapis.com/auth/cloud-identity.groups.readonly"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $devices; public $devices_deviceUsers; public $devices_deviceUsers_clientStates; public $groups; public $groups_memberships; /** * Constructs the internal representation of the CloudIdentity service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudidentity.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudidentity'; $this->devices = new Google_Service_CloudIdentity_Resource_Devices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'cancelWipe' => array( 'path' => 'v1/{+name}:cancelWipe', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/devices', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/devices', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'wipe' => array( 'path' => 'v1/{+name}:wipe', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->devices_deviceUsers = new Google_Service_CloudIdentity_Resource_DevicesDeviceUsers( $this, $this->serviceName, 'deviceUsers', array( 'methods' => array( 'approve' => array( 'path' => 'v1/{+name}:approve', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'block' => array( 'path' => 'v1/{+name}:block', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'cancelWipe' => array( 'path' => 'v1/{+name}:cancelWipe', '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, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/deviceUsers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'lookup' => array( 'path' => 'v1/{+parent}:lookup', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'androidId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'rawResourceId' => array( 'location' => 'query', 'type' => 'string', ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'wipe' => array( 'path' => 'v1/{+name}:wipe', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->devices_deviceUsers_clientStates = new Google_Service_CloudIdentity_Resource_DevicesDeviceUsersClientStates( $this, $this->serviceName, 'clientStates', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/clientStates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->groups = new Google_Service_CloudIdentity_Resource_Groups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'create' => array( 'path' => 'v1/groups', 'httpMethod' => 'POST', 'parameters' => array( 'initialGroupConfig' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/groups', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'lookup' => array( 'path' => 'v1/groups:lookup', 'httpMethod' => 'GET', 'parameters' => array( 'groupKey.id' => array( 'location' => 'query', 'type' => 'string', ), 'groupKey.namespace' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'v1/groups:search', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->groups_memberships = new Google_Service_CloudIdentity_Resource_GroupsMemberships( $this, $this->serviceName, 'memberships', array( 'methods' => array( 'checkTransitiveMembership' => array( 'path' => 'v1/{+parent}/memberships:checkTransitiveMembership', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v1/{+parent}/memberships', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getMembershipGraph' => array( 'path' => 'v1/{+parent}/memberships:getMembershipGraph', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/memberships', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'lookup' => array( 'path' => 'v1/{+parent}/memberships:lookup', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'memberKey.id' => array( 'location' => 'query', 'type' => 'string', ), 'memberKey.namespace' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modifyMembershipRoles' => array( 'path' => 'v1/{+name}:modifyMembershipRoles', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchTransitiveGroups' => array( 'path' => 'v1/{+parent}/memberships:searchTransitiveGroups', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchTransitiveMemberships' => array( 'path' => 'v1/{+parent}/memberships:searchTransitiveMemberships', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK& Z|x&&Evendor/google/apiclient-services/src/Google/Service/SecretManager.phpnu[ * Stores sensitive data such as API keys, passwords, and certificates. Provides * convenience while improving security.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SecretManager extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_secrets; public $projects_secrets_versions; /** * Constructs the internal representation of the SecretManager service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://secretmanager.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'secretmanager'; $this->projects_locations = new Google_Service_SecretManager_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_secrets = new Google_Service_SecretManager_Resource_ProjectsSecrets( $this, $this->serviceName, 'secrets', array( 'methods' => array( 'addVersion' => array( 'path' => 'v1/{+parent}:addVersion', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/secrets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'secretId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/secrets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_secrets_versions = new Google_Service_SecretManager_Resource_ProjectsSecretsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'access' => array( 'path' => 'v1/{+name}:access', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'destroy' => array( 'path' => 'v1/{+name}:destroy', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'disable' => array( 'path' => 'v1/{+name}:disable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enable' => array( 'path' => 'v1/{+name}:enable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK& Z fvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityCenterProperties.phpnu[folders = $folders; } /** * @return Google_Service_SecurityCommandCenter_Folder[] */ public function getFolders() { return $this->folders; } public function setResourceDisplayName($resourceDisplayName) { $this->resourceDisplayName = $resourceDisplayName; } public function getResourceDisplayName() { return $this->resourceDisplayName; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setResourceOwners($resourceOwners) { $this->resourceOwners = $resourceOwners; } public function getResourceOwners() { return $this->resourceOwners; } public function setResourceParent($resourceParent) { $this->resourceParent = $resourceParent; } public function getResourceParent() { return $this->resourceParent; } public function setResourceParentDisplayName($resourceParentDisplayName) { $this->resourceParentDisplayName = $resourceParentDisplayName; } public function getResourceParentDisplayName() { return $this->resourceParentDisplayName; } public function setResourceProject($resourceProject) { $this->resourceProject = $resourceProject; } public function getResourceProject() { return $this->resourceProject; } public function setResourceProjectDisplayName($resourceProjectDisplayName) { $this->resourceProjectDisplayName = $resourceProjectDisplayName; } public function getResourceProjectDisplayName() { return $this->resourceProjectDisplayName; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK& Z݉%%bvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResponse.phpnu[listFindingsResults = $listFindingsResults; } /** * @return Google_Service_SecurityCommandCenter_ListFindingsResult[] */ public function getListFindingsResults() { return $this->listFindingsResults; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK& ZQ99avendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListSourcesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SecurityCommandCenter_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_SecurityCommandCenter_Source[] */ public function getSources() { return $this->sources; } } PK& ZcH^^\vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK& Zҹvvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Folder.phpnu[resourceFolder = $resourceFolder; } public function getResourceFolder() { return $this->resourceFolder; } public function setResourceFolderDisplayName($resourceFolderDisplayName) { $this->resourceFolderDisplayName = $resourceFolderDisplayName; } public function getResourceFolderDisplayName() { return $this->resourceFolderDisplayName; } } PK& Z0Acvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsResponse.phpnu[groupByResults = $groupByResults; } /** * @return Google_Service_SecurityCommandCenter_GroupResult[] */ public function getGroupByResults() { return $this->groupByResults; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK& ZY3DIfvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/RunAssetDiscoveryRequest.phpnu[groupByResults = $groupByResults; } /** * @return Google_Service_SecurityCommandCenter_GroupResult[] */ public function getGroupByResults() { return $this->groupByResults; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK& Z0s4[vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.phpnu[marks = $marks; } public function getMarks() { return $this->marks; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& Zvavendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_SecurityCommandCenter_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK& Z+`vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResult.phpnu[finding = $finding; } /** * @return Google_Service_SecurityCommandCenter_Finding */ public function getFinding() { return $this->finding; } /** * @param Google_Service_SecurityCommandCenter_SecuritycenterResource */ public function setResource(Google_Service_SecurityCommandCenter_SecuritycenterResource $resource) { $this->resource = $resource; } /** * @return Google_Service_SecurityCommandCenter_SecuritycenterResource */ public function getResource() { return $this->resource; } public function setStateChange($stateChange) { $this->stateChange = $stateChange; } public function getStateChange() { return $this->stateChange; } } PK& Z6  `vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResponse.phpnu[listAssetsResults = $listAssetsResults; } /** * @return Google_Service_SecurityCommandCenter_ListAssetsResult[] */ public function getListAssetsResults() { return $this->listAssetsResults; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK& ZTێbvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/OrganizationSettings.phpnu[assetDiscoveryConfig = $assetDiscoveryConfig; } /** * @return Google_Service_SecurityCommandCenter_AssetDiscoveryConfig */ public function getAssetDiscoveryConfig() { return $this->assetDiscoveryConfig; } public function setEnableAssetDiscovery($enableAssetDiscovery) { $this->enableAssetDiscovery = $enableAssetDiscovery; } public function getEnableAssetDiscovery() { return $this->enableAssetDiscovery; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& ZOtbbTvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_SecurityCommandCenter_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_SecurityCommandCenter_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_SecurityCommandCenter_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK& ZLpGG]vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/StreamingConfig.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } } PK& ZzMMdvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecuritycenterResource.phpnu[folders = $folders; } /** * @return Google_Service_SecurityCommandCenter_Folder[] */ public function getFolders() { return $this->folders; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentDisplayName($parentDisplayName) { $this->parentDisplayName = $parentDisplayName; } public function getParentDisplayName() { return $this->parentDisplayName; } public function setParentName($parentName) { $this->parentName = $parentName; } public function getParentName() { return $this->parentName; } public function setProjectDisplayName($projectDisplayName) { $this->projectDisplayName = $projectDisplayName; } public function getProjectDisplayName() { return $this->projectDisplayName; } public function setProjectName($projectName) { $this->projectName = $projectName; } public function getProjectName() { return $this->projectName; } } PK& ZOO }vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1SecurityMarks.phpnu[marks = $marks; } public function getMarks() { return $this->marks; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& Za+Tvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& Z\avendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_SecurityCommandCenter_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK& ZB7hvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK& ZsEF3LLwvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsNotificationConfigs.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $notificationConfigs = $securitycenterService->notificationConfigs; * */ class Google_Service_SecurityCommandCenter_Resource_OrganizationsNotificationConfigs extends Google_Service_Resource { /** * Creates a notification config. (notificationConfigs.create) * * @param string $parent Required. Resource name of the new notification * config's parent. Its format is "organizations/[organization_id]". * @param Google_Service_SecurityCommandCenter_NotificationConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string configId Required. Unique identifier provided by the client * within the parent scope. It must be between 1 and 128 characters, and * contains alphanumeric characters, underscores or hyphens only. * @return Google_Service_SecurityCommandCenter_NotificationConfig */ public function create($parent, Google_Service_SecurityCommandCenter_NotificationConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SecurityCommandCenter_NotificationConfig"); } /** * Deletes a notification config. (notificationConfigs.delete) * * @param string $name Required. Name of the notification config to delete. Its * format is "organizations/[organization_id]/notificationConfigs/[config_id]". * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_SecuritycenterEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SecurityCommandCenter_SecuritycenterEmpty"); } /** * Gets a notification config. (notificationConfigs.get) * * @param string $name Required. Name of the notification config to get. Its * format is "organizations/[organization_id]/notificationConfigs/[config_id]". * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_NotificationConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SecurityCommandCenter_NotificationConfig"); } /** * Lists notification configs. * (notificationConfigs.listOrganizationsNotificationConfigs) * * @param string $parent Required. Name of the organization to list notification * configs. Its format is "organizations/[organization_id]". * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListNotificationConfigsResponse`; indicates that this is a continuation of a * prior `ListNotificationConfigs` call, and that the system should return the * next page of data. * @return Google_Service_SecurityCommandCenter_ListNotificationConfigsResponse */ public function listOrganizationsNotificationConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListNotificationConfigsResponse"); } /** * Updates a notification config. The following update fields are allowed: * description, pubsub_topic, streaming_config.filter * (notificationConfigs.patch) * * @param string $name The relative resource name of this notification config. * See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/notificationConfigs/notify_public_bucket". * @param Google_Service_SecurityCommandCenter_NotificationConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask to use when updating the * notification config. If empty all mutable fields will be updated. * @return Google_Service_SecurityCommandCenter_NotificationConfig */ public function patch($name, Google_Service_SecurityCommandCenter_NotificationConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_NotificationConfig"); } } PK& Z4IF2F2svendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $findings = $securitycenterService->findings; * */ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings extends Google_Service_Resource { /** * Creates a finding. The corresponding source must exist for finding creation * to succeed. (findings.create) * * @param string $parent Required. Resource name of the new finding's parent. * Its format should be "organizations/[organization_id]/sources/[source_id]". * @param Google_Service_SecurityCommandCenter_Finding $postBody * @param array $optParams Optional parameters. * * @opt_param string findingId Required. Unique identifier provided by the * client within the parent scope. It must be alphanumeric and less than or * equal to 32 characters and greater than 0 characters in length. * @return Google_Service_SecurityCommandCenter_Finding */ public function create($parent, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Filters an organization or source's findings and groups them by their * specified properties. To group across all sources provide a `-` as the source * id. Example: /v1/organizations/{organization_id}/sources/-/findings, * /v1/folders/{folder_id}/sources/-/findings, * /v1/projects/{project_id}/sources/-/findings (findings.group) * * @param string $parent Required. Name of the source to groupBy. Its format is * "organizations/[organization_id]/sources/[source_id]", * folders/[folder_id]/sources/[source_id], or * projects/[project_id]/sources/[source_id]. To groupBy across all sources * provide a source_id of `-`. For example: * organizations/{organization_id}/sources/-, folders/{folder_id}/sources/-, or * projects/{project_id}/sources/- * @param Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupFindingsResponse */ public function group($parent, Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupFindingsResponse"); } /** * Lists an organization or source's findings. To list across all sources * provide a `-` as the source id. Example: * /v1/organizations/{organization_id}/sources/-/findings * (findings.listOrganizationsSourcesFindings) * * @param string $parent Required. Name of the source the findings belong to. * Its format is "organizations/[organization_id]/sources/[source_id], * folders/[folder_id]/sources/[source_id], or * projects/[project_id]/sources/[source_id]". To list across all sources * provide a source_id of `-`. For example: * organizations/{organization_id}/sources/-, folders/{folder_id}/sources/- or * projects/{projects_id}/sources/- * @param array $optParams Optional parameters. * * @opt_param string compareDuration When compare_duration is set, the * ListFindingsResult's "state_change" attribute is updated to indicate whether * the finding had its state changed, the finding's state remained unchanged, or * if the finding was added in any state during the compare_duration period of * time that precedes the read_time. This is the time between (read_time - * compare_duration) and read_time. The state_change value is derived based on * the presence and state of the finding at the two points in time. Intermediate * state changes between the two times don't affect the result. For example, the * results aren't affected if the finding is made inactive and then active * again. Possible "state_change" values when compare_duration is specified: * * "CHANGED": indicates that the finding was present and matched the given * filter at the start of compare_duration, but changed its state at read_time. * * "UNCHANGED": indicates that the finding was present and matched the given * filter at the start of compare_duration and did not change state at * read_time. * "ADDED": indicates that the finding did not match the given * filter or was not present at the start of compare_duration, but was present * at read_time. * "REMOVED": indicates that the finding was present and matched * the filter at the start of compare_duration, but did not match the filter at * read_time. If compare_duration is not specified, then the only possible * state_change is "UNUSED", which will be the state_change set for all findings * present at read_time. * @opt_param string fieldMask A field mask to specify the Finding fields to be * listed in the response. An empty field mask will list all fields. * @opt_param string filter Expression that defines the filter to apply across * findings. The expression is a list of one or more restrictions combined via * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has * higher precedence than `AND`. Restrictions have the form ` ` and may have a * `-` character in front of them to indicate negation. Examples include: * name * * source_properties.a_property * security_marks.marks.marka The supported * operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer * values. * `:`, meaning substring matching, for strings. The supported value * types are: * string literals in quotes. * integer literals without quotes. * * boolean literals `true` and `false` without quotes. The following field and * operator combinations are supported: * name: `=` * parent: `=`, `:` * * resource_name: `=`, `:` * state: `=`, `:` * category: `=`, `:` * * external_uri: `=`, `:` * event_time: `=`, `>`, `<`, `>=`, `<=` * severity: * `=`, `:` Usage: This should be milliseconds since epoch or an RFC3339 string. * Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time = * 1560208038000` security_marks.marks: `=`, `:` source_properties: `=`, `:`, * `>`, `<`, `>=`, `<=` For example, `source_properties.size = 100` is a valid * filter string. Use a partial match on the empty string to filter based on a * property existing: `source_properties.my_property : ""` Use a negated partial * match on the empty string to filter based on a property not existing: * `-source_properties.my_property : ""` * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The * default sorting order is ascending. To specify descending order for a field, * a suffix " desc" should be appended to the field name. For example: "name * desc,source_properties.a_property". Redundant space characters in the syntax * are insignificant. "name desc,source_properties.a_property" and " name desc , * source_properties.a_property " are equivalent. The following fields are * supported: name parent state category resource_name event_time * source_properties security_marks.marks * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListFindingsResponse`; indicates that this is a continuation of a prior * `ListFindings` call, and that the system should return the next page of data. * @opt_param string readTime Time used as a reference point when filtering * findings. The filter is limited to findings existing at the supplied time and * their values are those at that specific time. Absence of this field will * default to the API's version of NOW. * @return Google_Service_SecurityCommandCenter_ListFindingsResponse */ public function listOrganizationsSourcesFindings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListFindingsResponse"); } /** * Creates or updates a finding. The corresponding source must exist for a * finding creation to succeed. (findings.patch) * * @param string $name The relative resource name of this finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}" * @param Google_Service_SecurityCommandCenter_Finding $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask to use when updating the finding * resource. This field should not be specified when creating a finding. When * updating a finding, an empty mask is treated as updating all mutable fields * and replacing source_properties. Individual source_properties can be * added/updated by using "source_properties." in the field mask. * @return Google_Service_SecurityCommandCenter_Finding */ public function patch($name, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Updates the state of a finding. (findings.setState) * * @param string $name Required. The relative resource name of the finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". * @param Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Finding */ public function setState($name, Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setState', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Updates security marks. (findings.updateSecurityMarks) * * @param string $name The relative resource name of the SecurityMarks. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" " * organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/sec * urityMarks". * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * * @opt_param string startTime The time at which the updated SecurityMarks take * effect. If not set uses current server time. Updates will be applied to the * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. The field mask must not contain duplicate fields. If empty or * set to "marks", all marks will be replaced. Individual marks can be updated * using "marks.". * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); } } PK& Zhevendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/FoldersSources.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $sources = $securitycenterService->sources; * */ class Google_Service_SecurityCommandCenter_Resource_FoldersSources extends Google_Service_Resource { /** * Lists all sources belonging to an organization. (sources.listFoldersSources) * * @param string $parent Required. Resource name of the parent of sources to * list. Its format should be "organizations/[organization_id], * folders/[folder_id], or projects/[project_id]". * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListSourcesResponse`; indicates that this is a continuation of a prior * `ListSources` call, and that the system should return the next page of data. * @return Google_Service_SecurityCommandCenter_ListSourcesResponse */ public function listFoldersSources($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListSourcesResponse"); } } PK& Zd$$evendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/ProjectsAssets.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $assets = $securitycenterService->assets; * */ class Google_Service_SecurityCommandCenter_Resource_ProjectsAssets extends Google_Service_Resource { /** * Filters an organization's assets and groups them by their specified * properties. (assets.group) * * @param string $parent Required. Name of the organization to groupBy. Its * format is "organizations/[organization_id], folders/[folder_id], or * projects/[project_id]". * @param Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupAssetsResponse */ public function group($parent, Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupAssetsResponse"); } /** * Lists an organization's assets. (assets.listProjectsAssets) * * @param string $parent Required. Name of the organization assets should belong * to. Its format is "organizations/[organization_id], folders/[folder_id], or * projects/[project_id]". * @param array $optParams Optional parameters. * * @opt_param string compareDuration When compare_duration is set, the * ListAssetsResult's "state_change" attribute is updated to indicate whether * the asset was added, removed, or remained present during the compare_duration * period of time that precedes the read_time. This is the time between * (read_time - compare_duration) and read_time. The state_change value is * derived based on the presence of the asset at the two points in time. * Intermediate state changes between the two times don't affect the result. For * example, the results aren't affected if the asset is removed and re-created * again. Possible "state_change" values when compare_duration is specified: * * "ADDED": indicates that the asset was not present at the start of * compare_duration, but present at read_time. * "REMOVED": indicates that the * asset was present at the start of compare_duration, but not present at * read_time. * "ACTIVE": indicates that the asset was present at both the start * and the end of the time period defined by compare_duration and read_time. If * compare_duration is not specified, then the only possible state_change is * "UNUSED", which will be the state_change set for all assets present at * read_time. * @opt_param string fieldMask A field mask to specify the ListAssetsResult * fields to be listed in the response. An empty field mask will list all * fields. * @opt_param string filter Expression that defines the filter to apply across * assets. The expression is a list of zero or more restrictions combined via * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has * higher precedence than `AND`. Restrictions have the form ` ` and may have a * `-` character in front of them to indicate negation. The fields map to those * defined in the Asset resource. Examples include: * name * * security_center_properties.resource_name * resource_properties.a_property * * security_marks.marks.marka The supported operators are: * `=` for all value * types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring * matching, for strings. The supported value types are: * string literals in * quotes. * integer literals without quotes. * boolean literals `true` and * `false` without quotes. The following are the allowed field and operator * combinations: * name: `=` * update_time: `=`, `>`, `<`, `>=`, `<=` Usage: * This should be milliseconds since epoch or an RFC3339 string. Examples: * `update_time = "2019-06-10T16:07:18-07:00"` `update_time = 1560208038000` * * create_time: `=`, `>`, `<`, `>=`, `<=` Usage: This should be milliseconds * since epoch or an RFC3339 string. Examples: `create_time = * "2019-06-10T16:07:18-07:00"` `create_time = 1560208038000` * * iam_policy.policy_blob: `=`, `:` * resource_properties: `=`, `:`, `>`, `<`, * `>=`, `<=` * security_marks.marks: `=`, `:` * * security_center_properties.resource_name: `=`, `:` * * security_center_properties.resource_display_name: `=`, `:` * * security_center_properties.resource_type: `=`, `:` * * security_center_properties.resource_parent: `=`, `:` * * security_center_properties.resource_parent_display_name: `=`, `:` * * security_center_properties.resource_project: `=`, `:` * * security_center_properties.resource_project_display_name: `=`, `:` * * security_center_properties.resource_owners: `=`, `:` For example, * `resource_properties.size = 100` is a valid filter string. Use a partial * match on the empty string to filter based on a property existing: * `resource_properties.my_property : ""` Use a negated partial match on the * empty string to filter based on a property not existing: * `-resource_properties.my_property : ""` * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The * default sorting order is ascending. To specify descending order for a field, * a suffix " desc" should be appended to the field name. For example: "name * desc,resource_properties.a_property". Redundant space characters in the * syntax are insignificant. "name desc,resource_properties.a_property" and " * name desc , resource_properties.a_property " are equivalent. The following * fields are supported: name update_time resource_properties * security_marks.marks security_center_properties.resource_name * security_center_properties.resource_display_name * security_center_properties.resource_parent * security_center_properties.resource_parent_display_name * security_center_properties.resource_project * security_center_properties.resource_project_display_name * security_center_properties.resource_type * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListAssetsResponse`; indicates that this is a continuation of a prior * `ListAssets` call, and that the system should return the next page of data. * @opt_param string readTime Time used as a reference point when filtering * assets. The filter is limited to assets existing at the supplied time and * their values are those at that specific time. Absence of this field will * default to the API's version of NOW. * @return Google_Service_SecurityCommandCenter_ListAssetsResponse */ public function listProjectsAssets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListAssetsResponse"); } /** * Updates security marks. (assets.updateSecurityMarks) * * @param string $name The relative resource name of the SecurityMarks. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" " * organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/sec * urityMarks". * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * * @opt_param string startTime The time at which the updated SecurityMarks take * effect. If not set uses current server time. Updates will be applied to the * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. The field mask must not contain duplicate fields. If empty or * set to "marks", all marks will be replaced. Individual marks can be updated * using "marks.". * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); } } PK& Z)0.0.nvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/ProjectsSourcesFindings.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $findings = $securitycenterService->findings; * */ class Google_Service_SecurityCommandCenter_Resource_ProjectsSourcesFindings extends Google_Service_Resource { /** * Filters an organization or source's findings and groups them by their * specified properties. To group across all sources provide a `-` as the source * id. Example: /v1/organizations/{organization_id}/sources/-/findings, * /v1/folders/{folder_id}/sources/-/findings, * /v1/projects/{project_id}/sources/-/findings (findings.group) * * @param string $parent Required. Name of the source to groupBy. Its format is * "organizations/[organization_id]/sources/[source_id]", * folders/[folder_id]/sources/[source_id], or * projects/[project_id]/sources/[source_id]. To groupBy across all sources * provide a source_id of `-`. For example: * organizations/{organization_id}/sources/-, folders/{folder_id}/sources/-, or * projects/{project_id}/sources/- * @param Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupFindingsResponse */ public function group($parent, Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupFindingsResponse"); } /** * Lists an organization or source's findings. To list across all sources * provide a `-` as the source id. Example: * /v1/organizations/{organization_id}/sources/-/findings * (findings.listProjectsSourcesFindings) * * @param string $parent Required. Name of the source the findings belong to. * Its format is "organizations/[organization_id]/sources/[source_id], * folders/[folder_id]/sources/[source_id], or * projects/[project_id]/sources/[source_id]". To list across all sources * provide a source_id of `-`. For example: * organizations/{organization_id}/sources/-, folders/{folder_id}/sources/- or * projects/{projects_id}/sources/- * @param array $optParams Optional parameters. * * @opt_param string compareDuration When compare_duration is set, the * ListFindingsResult's "state_change" attribute is updated to indicate whether * the finding had its state changed, the finding's state remained unchanged, or * if the finding was added in any state during the compare_duration period of * time that precedes the read_time. This is the time between (read_time - * compare_duration) and read_time. The state_change value is derived based on * the presence and state of the finding at the two points in time. Intermediate * state changes between the two times don't affect the result. For example, the * results aren't affected if the finding is made inactive and then active * again. Possible "state_change" values when compare_duration is specified: * * "CHANGED": indicates that the finding was present and matched the given * filter at the start of compare_duration, but changed its state at read_time. * * "UNCHANGED": indicates that the finding was present and matched the given * filter at the start of compare_duration and did not change state at * read_time. * "ADDED": indicates that the finding did not match the given * filter or was not present at the start of compare_duration, but was present * at read_time. * "REMOVED": indicates that the finding was present and matched * the filter at the start of compare_duration, but did not match the filter at * read_time. If compare_duration is not specified, then the only possible * state_change is "UNUSED", which will be the state_change set for all findings * present at read_time. * @opt_param string fieldMask A field mask to specify the Finding fields to be * listed in the response. An empty field mask will list all fields. * @opt_param string filter Expression that defines the filter to apply across * findings. The expression is a list of one or more restrictions combined via * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has * higher precedence than `AND`. Restrictions have the form ` ` and may have a * `-` character in front of them to indicate negation. Examples include: * name * * source_properties.a_property * security_marks.marks.marka The supported * operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer * values. * `:`, meaning substring matching, for strings. The supported value * types are: * string literals in quotes. * integer literals without quotes. * * boolean literals `true` and `false` without quotes. The following field and * operator combinations are supported: * name: `=` * parent: `=`, `:` * * resource_name: `=`, `:` * state: `=`, `:` * category: `=`, `:` * * external_uri: `=`, `:` * event_time: `=`, `>`, `<`, `>=`, `<=` * severity: * `=`, `:` Usage: This should be milliseconds since epoch or an RFC3339 string. * Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time = * 1560208038000` security_marks.marks: `=`, `:` source_properties: `=`, `:`, * `>`, `<`, `>=`, `<=` For example, `source_properties.size = 100` is a valid * filter string. Use a partial match on the empty string to filter based on a * property existing: `source_properties.my_property : ""` Use a negated partial * match on the empty string to filter based on a property not existing: * `-source_properties.my_property : ""` * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The * default sorting order is ascending. To specify descending order for a field, * a suffix " desc" should be appended to the field name. For example: "name * desc,source_properties.a_property". Redundant space characters in the syntax * are insignificant. "name desc,source_properties.a_property" and " name desc , * source_properties.a_property " are equivalent. The following fields are * supported: name parent state category resource_name event_time * source_properties security_marks.marks * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListFindingsResponse`; indicates that this is a continuation of a prior * `ListFindings` call, and that the system should return the next page of data. * @opt_param string readTime Time used as a reference point when filtering * findings. The filter is limited to findings existing at the supplied time and * their values are those at that specific time. Absence of this field will * default to the API's version of NOW. * @return Google_Service_SecurityCommandCenter_ListFindingsResponse */ public function listProjectsSourcesFindings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListFindingsResponse"); } /** * Creates or updates a finding. The corresponding source must exist for a * finding creation to succeed. (findings.patch) * * @param string $name The relative resource name of this finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}" * @param Google_Service_SecurityCommandCenter_Finding $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask to use when updating the finding * resource. This field should not be specified when creating a finding. When * updating a finding, an empty mask is treated as updating all mutable fields * and replacing source_properties. Individual source_properties can be * added/updated by using "source_properties." in the field mask. * @return Google_Service_SecurityCommandCenter_Finding */ public function patch($name, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Updates the state of a finding. (findings.setState) * * @param string $name Required. The relative resource name of the finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". * @param Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Finding */ public function setState($name, Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setState', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Updates security marks. (findings.updateSecurityMarks) * * @param string $name The relative resource name of the SecurityMarks. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" " * organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/sec * urityMarks". * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * * @opt_param string startTime The time at which the updated SecurityMarks take * effect. If not set uses current server time. Updates will be applied to the * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. The field mask must not contain duplicate fields. If empty or * set to "marks", all marks will be replaced. Individual marks can be updated * using "marks.". * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); } } PK& Zp *D^vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Folders.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $folders = $securitycenterService->folders; * */ class Google_Service_SecurityCommandCenter_Resource_Folders extends Google_Service_Resource { } PK& Z&ZZkvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $sources = $securitycenterService->sources; * */ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSources extends Google_Service_Resource { /** * Creates a source. (sources.create) * * @param string $parent Required. Resource name of the new source's parent. Its * format should be "organizations/[organization_id]". * @param Google_Service_SecurityCommandCenter_Source $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Source */ public function create($parent, Google_Service_SecurityCommandCenter_Source $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SecurityCommandCenter_Source"); } /** * Gets a source. (sources.get) * * @param string $name Required. Relative resource name of the source. Its * format is "organizations/[organization_id]/source/[source_id]". * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Source */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SecurityCommandCenter_Source"); } /** * Gets the access control policy on the specified Source. * (sources.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_SecurityCommandCenter_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Policy */ public function getIamPolicy($resource, Google_Service_SecurityCommandCenter_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_SecurityCommandCenter_Policy"); } /** * Lists all sources belonging to an organization. * (sources.listOrganizationsSources) * * @param string $parent Required. Resource name of the parent of sources to * list. Its format should be "organizations/[organization_id], * folders/[folder_id], or projects/[project_id]". * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListSourcesResponse`; indicates that this is a continuation of a prior * `ListSources` call, and that the system should return the next page of data. * @return Google_Service_SecurityCommandCenter_ListSourcesResponse */ public function listOrganizationsSources($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListSourcesResponse"); } /** * Updates a source. (sources.patch) * * @param string $name The relative resource name of this source. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: "organizations/{organization_id}/sources/{source_id}" * @param Google_Service_SecurityCommandCenter_Source $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask to use when updating the source * resource. If empty all mutable fields will be updated. * @return Google_Service_SecurityCommandCenter_Source */ public function patch($name, Google_Service_SecurityCommandCenter_Source $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_Source"); } /** * Sets the access control policy on the specified Source. * (sources.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_SecurityCommandCenter_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Policy */ public function setIamPolicy($resource, Google_Service_SecurityCommandCenter_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_SecurityCommandCenter_Policy"); } /** * Returns the permissions that a caller has on the specified source. * (sources.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_SecurityCommandCenter_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_SecurityCommandCenter_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_SecurityCommandCenter_TestIamPermissionsResponse"); } } PK& Z!_vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Projects.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $projects = $securitycenterService->projects; * */ class Google_Service_SecurityCommandCenter_Resource_Projects extends Google_Service_Resource { } PK& Z{O dvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $organizations = $securitycenterService->organizations; * */ class Google_Service_SecurityCommandCenter_Resource_Organizations extends Google_Service_Resource { /** * Gets the settings for an organization. * (organizations.getOrganizationSettings) * * @param string $name Required. Name of the organization to get organization * settings for. Its format is * "organizations/[organization_id]/organizationSettings". * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_OrganizationSettings */ public function getOrganizationSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getOrganizationSettings', array($params), "Google_Service_SecurityCommandCenter_OrganizationSettings"); } /** * Updates an organization's settings. * (organizations.updateOrganizationSettings) * * @param string $name The relative resource name of the settings. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: "organizations/{organization_id}/organizationSettings". * @param Google_Service_SecurityCommandCenter_OrganizationSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask to use when updating the settings * resource. If empty all mutable fields will be updated. * @return Google_Service_SecurityCommandCenter_OrganizationSettings */ public function updateOrganizationSettings($name, Google_Service_SecurityCommandCenter_OrganizationSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateOrganizationSettings', array($params), "Google_Service_SecurityCommandCenter_OrganizationSettings"); } } PK& Z5m((jvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $assets = $securitycenterService->assets; * */ class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends Google_Service_Resource { /** * Filters an organization's assets and groups them by their specified * properties. (assets.group) * * @param string $parent Required. Name of the organization to groupBy. Its * format is "organizations/[organization_id], folders/[folder_id], or * projects/[project_id]". * @param Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupAssetsResponse */ public function group($parent, Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupAssetsResponse"); } /** * Lists an organization's assets. (assets.listOrganizationsAssets) * * @param string $parent Required. Name of the organization assets should belong * to. Its format is "organizations/[organization_id], folders/[folder_id], or * projects/[project_id]". * @param array $optParams Optional parameters. * * @opt_param string compareDuration When compare_duration is set, the * ListAssetsResult's "state_change" attribute is updated to indicate whether * the asset was added, removed, or remained present during the compare_duration * period of time that precedes the read_time. This is the time between * (read_time - compare_duration) and read_time. The state_change value is * derived based on the presence of the asset at the two points in time. * Intermediate state changes between the two times don't affect the result. For * example, the results aren't affected if the asset is removed and re-created * again. Possible "state_change" values when compare_duration is specified: * * "ADDED": indicates that the asset was not present at the start of * compare_duration, but present at read_time. * "REMOVED": indicates that the * asset was present at the start of compare_duration, but not present at * read_time. * "ACTIVE": indicates that the asset was present at both the start * and the end of the time period defined by compare_duration and read_time. If * compare_duration is not specified, then the only possible state_change is * "UNUSED", which will be the state_change set for all assets present at * read_time. * @opt_param string fieldMask A field mask to specify the ListAssetsResult * fields to be listed in the response. An empty field mask will list all * fields. * @opt_param string filter Expression that defines the filter to apply across * assets. The expression is a list of zero or more restrictions combined via * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has * higher precedence than `AND`. Restrictions have the form ` ` and may have a * `-` character in front of them to indicate negation. The fields map to those * defined in the Asset resource. Examples include: * name * * security_center_properties.resource_name * resource_properties.a_property * * security_marks.marks.marka The supported operators are: * `=` for all value * types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring * matching, for strings. The supported value types are: * string literals in * quotes. * integer literals without quotes. * boolean literals `true` and * `false` without quotes. The following are the allowed field and operator * combinations: * name: `=` * update_time: `=`, `>`, `<`, `>=`, `<=` Usage: * This should be milliseconds since epoch or an RFC3339 string. Examples: * `update_time = "2019-06-10T16:07:18-07:00"` `update_time = 1560208038000` * * create_time: `=`, `>`, `<`, `>=`, `<=` Usage: This should be milliseconds * since epoch or an RFC3339 string. Examples: `create_time = * "2019-06-10T16:07:18-07:00"` `create_time = 1560208038000` * * iam_policy.policy_blob: `=`, `:` * resource_properties: `=`, `:`, `>`, `<`, * `>=`, `<=` * security_marks.marks: `=`, `:` * * security_center_properties.resource_name: `=`, `:` * * security_center_properties.resource_display_name: `=`, `:` * * security_center_properties.resource_type: `=`, `:` * * security_center_properties.resource_parent: `=`, `:` * * security_center_properties.resource_parent_display_name: `=`, `:` * * security_center_properties.resource_project: `=`, `:` * * security_center_properties.resource_project_display_name: `=`, `:` * * security_center_properties.resource_owners: `=`, `:` For example, * `resource_properties.size = 100` is a valid filter string. Use a partial * match on the empty string to filter based on a property existing: * `resource_properties.my_property : ""` Use a negated partial match on the * empty string to filter based on a property not existing: * `-resource_properties.my_property : ""` * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The * default sorting order is ascending. To specify descending order for a field, * a suffix " desc" should be appended to the field name. For example: "name * desc,resource_properties.a_property". Redundant space characters in the * syntax are insignificant. "name desc,resource_properties.a_property" and " * name desc , resource_properties.a_property " are equivalent. The following * fields are supported: name update_time resource_properties * security_marks.marks security_center_properties.resource_name * security_center_properties.resource_display_name * security_center_properties.resource_parent * security_center_properties.resource_parent_display_name * security_center_properties.resource_project * security_center_properties.resource_project_display_name * security_center_properties.resource_type * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListAssetsResponse`; indicates that this is a continuation of a prior * `ListAssets` call, and that the system should return the next page of data. * @opt_param string readTime Time used as a reference point when filtering * assets. The filter is limited to assets existing at the supplied time and * their values are those at that specific time. Absence of this field will * default to the API's version of NOW. * @return Google_Service_SecurityCommandCenter_ListAssetsResponse */ public function listOrganizationsAssets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListAssetsResponse"); } /** * Runs asset discovery. The discovery is tracked with a long-running operation. * This API can only be called with limited frequency for an organization. If it * is called too frequently the caller will receive a TOO_MANY_REQUESTS error. * (assets.runDiscovery) * * @param string $parent Required. Name of the organization to run asset * discovery for. Its format is "organizations/[organization_id]". * @param Google_Service_SecurityCommandCenter_RunAssetDiscoveryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Operation */ public function runDiscovery($parent, Google_Service_SecurityCommandCenter_RunAssetDiscoveryRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runDiscovery', array($params), "Google_Service_SecurityCommandCenter_Operation"); } /** * Updates security marks. (assets.updateSecurityMarks) * * @param string $name The relative resource name of the SecurityMarks. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" " * organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/sec * urityMarks". * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * * @opt_param string startTime The time at which the updated SecurityMarks take * effect. If not set uses current server time. Updates will be applied to the * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. The field mask must not contain duplicate fields. If empty or * set to "marks", all marks will be replaced. Individual marks can be updated * using "marks.". * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); } } PK& Z -.-.mvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/FoldersSourcesFindings.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $findings = $securitycenterService->findings; * */ class Google_Service_SecurityCommandCenter_Resource_FoldersSourcesFindings extends Google_Service_Resource { /** * Filters an organization or source's findings and groups them by their * specified properties. To group across all sources provide a `-` as the source * id. Example: /v1/organizations/{organization_id}/sources/-/findings, * /v1/folders/{folder_id}/sources/-/findings, * /v1/projects/{project_id}/sources/-/findings (findings.group) * * @param string $parent Required. Name of the source to groupBy. Its format is * "organizations/[organization_id]/sources/[source_id]", * folders/[folder_id]/sources/[source_id], or * projects/[project_id]/sources/[source_id]. To groupBy across all sources * provide a source_id of `-`. For example: * organizations/{organization_id}/sources/-, folders/{folder_id}/sources/-, or * projects/{project_id}/sources/- * @param Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupFindingsResponse */ public function group($parent, Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupFindingsResponse"); } /** * Lists an organization or source's findings. To list across all sources * provide a `-` as the source id. Example: * /v1/organizations/{organization_id}/sources/-/findings * (findings.listFoldersSourcesFindings) * * @param string $parent Required. Name of the source the findings belong to. * Its format is "organizations/[organization_id]/sources/[source_id], * folders/[folder_id]/sources/[source_id], or * projects/[project_id]/sources/[source_id]". To list across all sources * provide a source_id of `-`. For example: * organizations/{organization_id}/sources/-, folders/{folder_id}/sources/- or * projects/{projects_id}/sources/- * @param array $optParams Optional parameters. * * @opt_param string compareDuration When compare_duration is set, the * ListFindingsResult's "state_change" attribute is updated to indicate whether * the finding had its state changed, the finding's state remained unchanged, or * if the finding was added in any state during the compare_duration period of * time that precedes the read_time. This is the time between (read_time - * compare_duration) and read_time. The state_change value is derived based on * the presence and state of the finding at the two points in time. Intermediate * state changes between the two times don't affect the result. For example, the * results aren't affected if the finding is made inactive and then active * again. Possible "state_change" values when compare_duration is specified: * * "CHANGED": indicates that the finding was present and matched the given * filter at the start of compare_duration, but changed its state at read_time. * * "UNCHANGED": indicates that the finding was present and matched the given * filter at the start of compare_duration and did not change state at * read_time. * "ADDED": indicates that the finding did not match the given * filter or was not present at the start of compare_duration, but was present * at read_time. * "REMOVED": indicates that the finding was present and matched * the filter at the start of compare_duration, but did not match the filter at * read_time. If compare_duration is not specified, then the only possible * state_change is "UNUSED", which will be the state_change set for all findings * present at read_time. * @opt_param string fieldMask A field mask to specify the Finding fields to be * listed in the response. An empty field mask will list all fields. * @opt_param string filter Expression that defines the filter to apply across * findings. The expression is a list of one or more restrictions combined via * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has * higher precedence than `AND`. Restrictions have the form ` ` and may have a * `-` character in front of them to indicate negation. Examples include: * name * * source_properties.a_property * security_marks.marks.marka The supported * operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer * values. * `:`, meaning substring matching, for strings. The supported value * types are: * string literals in quotes. * integer literals without quotes. * * boolean literals `true` and `false` without quotes. The following field and * operator combinations are supported: * name: `=` * parent: `=`, `:` * * resource_name: `=`, `:` * state: `=`, `:` * category: `=`, `:` * * external_uri: `=`, `:` * event_time: `=`, `>`, `<`, `>=`, `<=` * severity: * `=`, `:` Usage: This should be milliseconds since epoch or an RFC3339 string. * Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time = * 1560208038000` security_marks.marks: `=`, `:` source_properties: `=`, `:`, * `>`, `<`, `>=`, `<=` For example, `source_properties.size = 100` is a valid * filter string. Use a partial match on the empty string to filter based on a * property existing: `source_properties.my_property : ""` Use a negated partial * match on the empty string to filter based on a property not existing: * `-source_properties.my_property : ""` * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The * default sorting order is ascending. To specify descending order for a field, * a suffix " desc" should be appended to the field name. For example: "name * desc,source_properties.a_property". Redundant space characters in the syntax * are insignificant. "name desc,source_properties.a_property" and " name desc , * source_properties.a_property " are equivalent. The following fields are * supported: name parent state category resource_name event_time * source_properties security_marks.marks * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListFindingsResponse`; indicates that this is a continuation of a prior * `ListFindings` call, and that the system should return the next page of data. * @opt_param string readTime Time used as a reference point when filtering * findings. The filter is limited to findings existing at the supplied time and * their values are those at that specific time. Absence of this field will * default to the API's version of NOW. * @return Google_Service_SecurityCommandCenter_ListFindingsResponse */ public function listFoldersSourcesFindings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListFindingsResponse"); } /** * Creates or updates a finding. The corresponding source must exist for a * finding creation to succeed. (findings.patch) * * @param string $name The relative resource name of this finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}" * @param Google_Service_SecurityCommandCenter_Finding $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The FieldMask to use when updating the finding * resource. This field should not be specified when creating a finding. When * updating a finding, an empty mask is treated as updating all mutable fields * and replacing source_properties. Individual source_properties can be * added/updated by using "source_properties." in the field mask. * @return Google_Service_SecurityCommandCenter_Finding */ public function patch($name, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Updates the state of a finding. (findings.setState) * * @param string $name Required. The relative resource name of the finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: * "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". * @param Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Finding */ public function setState($name, Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setState', array($params), "Google_Service_SecurityCommandCenter_Finding"); } /** * Updates security marks. (findings.updateSecurityMarks) * * @param string $name The relative resource name of the SecurityMarks. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" " * organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/sec * urityMarks". * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * * @opt_param string startTime The time at which the updated SecurityMarks take * effect. If not set uses current server time. Updates will be applied to the * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. The field mask must not contain duplicate fields. If empty or * set to "marks", all marks will be replaced. Individual marks can be updated * using "marks.". * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); } } PK& Z{$$dvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/FoldersAssets.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $assets = $securitycenterService->assets; * */ class Google_Service_SecurityCommandCenter_Resource_FoldersAssets extends Google_Service_Resource { /** * Filters an organization's assets and groups them by their specified * properties. (assets.group) * * @param string $parent Required. Name of the organization to groupBy. Its * format is "organizations/[organization_id], folders/[folder_id], or * projects/[project_id]". * @param Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupAssetsResponse */ public function group($parent, Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupAssetsResponse"); } /** * Lists an organization's assets. (assets.listFoldersAssets) * * @param string $parent Required. Name of the organization assets should belong * to. Its format is "organizations/[organization_id], folders/[folder_id], or * projects/[project_id]". * @param array $optParams Optional parameters. * * @opt_param string compareDuration When compare_duration is set, the * ListAssetsResult's "state_change" attribute is updated to indicate whether * the asset was added, removed, or remained present during the compare_duration * period of time that precedes the read_time. This is the time between * (read_time - compare_duration) and read_time. The state_change value is * derived based on the presence of the asset at the two points in time. * Intermediate state changes between the two times don't affect the result. For * example, the results aren't affected if the asset is removed and re-created * again. Possible "state_change" values when compare_duration is specified: * * "ADDED": indicates that the asset was not present at the start of * compare_duration, but present at read_time. * "REMOVED": indicates that the * asset was present at the start of compare_duration, but not present at * read_time. * "ACTIVE": indicates that the asset was present at both the start * and the end of the time period defined by compare_duration and read_time. If * compare_duration is not specified, then the only possible state_change is * "UNUSED", which will be the state_change set for all assets present at * read_time. * @opt_param string fieldMask A field mask to specify the ListAssetsResult * fields to be listed in the response. An empty field mask will list all * fields. * @opt_param string filter Expression that defines the filter to apply across * assets. The expression is a list of zero or more restrictions combined via * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has * higher precedence than `AND`. Restrictions have the form ` ` and may have a * `-` character in front of them to indicate negation. The fields map to those * defined in the Asset resource. Examples include: * name * * security_center_properties.resource_name * resource_properties.a_property * * security_marks.marks.marka The supported operators are: * `=` for all value * types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring * matching, for strings. The supported value types are: * string literals in * quotes. * integer literals without quotes. * boolean literals `true` and * `false` without quotes. The following are the allowed field and operator * combinations: * name: `=` * update_time: `=`, `>`, `<`, `>=`, `<=` Usage: * This should be milliseconds since epoch or an RFC3339 string. Examples: * `update_time = "2019-06-10T16:07:18-07:00"` `update_time = 1560208038000` * * create_time: `=`, `>`, `<`, `>=`, `<=` Usage: This should be milliseconds * since epoch or an RFC3339 string. Examples: `create_time = * "2019-06-10T16:07:18-07:00"` `create_time = 1560208038000` * * iam_policy.policy_blob: `=`, `:` * resource_properties: `=`, `:`, `>`, `<`, * `>=`, `<=` * security_marks.marks: `=`, `:` * * security_center_properties.resource_name: `=`, `:` * * security_center_properties.resource_display_name: `=`, `:` * * security_center_properties.resource_type: `=`, `:` * * security_center_properties.resource_parent: `=`, `:` * * security_center_properties.resource_parent_display_name: `=`, `:` * * security_center_properties.resource_project: `=`, `:` * * security_center_properties.resource_project_display_name: `=`, `:` * * security_center_properties.resource_owners: `=`, `:` For example, * `resource_properties.size = 100` is a valid filter string. Use a partial * match on the empty string to filter based on a property existing: * `resource_properties.my_property : ""` Use a negated partial match on the * empty string to filter based on a property not existing: * `-resource_properties.my_property : ""` * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The * default sorting order is ascending. To specify descending order for a field, * a suffix " desc" should be appended to the field name. For example: "name * desc,resource_properties.a_property". Redundant space characters in the * syntax are insignificant. "name desc,resource_properties.a_property" and " * name desc , resource_properties.a_property " are equivalent. The following * fields are supported: name update_time resource_properties * security_marks.marks security_center_properties.resource_name * security_center_properties.resource_display_name * security_center_properties.resource_parent * security_center_properties.resource_parent_display_name * security_center_properties.resource_project * security_center_properties.resource_project_display_name * security_center_properties.resource_type * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListAssetsResponse`; indicates that this is a continuation of a prior * `ListAssets` call, and that the system should return the next page of data. * @opt_param string readTime Time used as a reference point when filtering * assets. The filter is limited to assets existing at the supplied time and * their values are those at that specific time. Absence of this field will * default to the API's version of NOW. * @return Google_Service_SecurityCommandCenter_ListAssetsResponse */ public function listFoldersAssets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListAssetsResponse"); } /** * Updates security marks. (assets.updateSecurityMarks) * * @param string $name The relative resource name of the SecurityMarks. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" " * organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/sec * urityMarks". * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * * @opt_param string startTime The time at which the updated SecurityMarks take * effect. If not set uses current server time. Updates will be applied to the * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. The field mask must not contain duplicate fields. If empty or * set to "marks", all marks will be replaced. Individual marks can be updated * using "marks.". * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); } } PK& Z'g fvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/ProjectsSources.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $sources = $securitycenterService->sources; * */ class Google_Service_SecurityCommandCenter_Resource_ProjectsSources extends Google_Service_Resource { /** * Lists all sources belonging to an organization. (sources.listProjectsSources) * * @param string $parent Required. Resource name of the parent of sources to * list. Its format should be "organizations/[organization_id], * folders/[folder_id], or projects/[project_id]". * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. * @opt_param string pageToken The value returned by the last * `ListSourcesResponse`; indicates that this is a continuation of a prior * `ListSources` call, and that the system should return the next page of data. * @return Google_Service_SecurityCommandCenter_ListSourcesResponse */ public function listProjectsSources($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListSourcesResponse"); } } PK& Zbnvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsOperations.phpnu[ * $securitycenterService = new Google_Service_SecurityCommandCenter(...); * $operations = $securitycenterService->operations; * */ class Google_Service_SecurityCommandCenter_Resource_OrganizationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_SecuritycenterEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_SecurityCommandCenter_SecuritycenterEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_SecuritycenterEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SecurityCommandCenter_SecuritycenterEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SecurityCommandCenter_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOrganizationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_SecurityCommandCenter_ListOperationsResponse */ public function listOrganizationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListOperationsResponse"); } } PK& Zf6]]Wvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/IamPolicy.phpnu[policyBlob = $policyBlob; } public function getPolicyBlob() { return $this->policyBlob; } } PK& Z٥xvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Resource.phpnu[folders = $folders; } /** * @return Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Folder[] */ public function getFolders() { return $this->folders; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setParentDisplayName($parentDisplayName) { $this->parentDisplayName = $parentDisplayName; } public function getParentDisplayName() { return $this->parentDisplayName; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setProjectDisplayName($projectDisplayName) { $this->projectDisplayName = $projectDisplayName; } public function getProjectDisplayName() { return $this->projectDisplayName; } } PK& ZE`Uvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Binding.phpnu[condition = $condition; } /** * @return Google_Service_SecurityCommandCenter_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK& Z[bvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsRequest.phpnu[compareDuration = $compareDuration; } public function getCompareDuration() { return $this->compareDuration; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGroupBy($groupBy) { $this->groupBy = $groupBy; } public function getGroupBy() { return $this->groupBy; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } } PK& ZK|vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1NotificationMessage.phpnu[finding = $finding; } /** * @return Google_Service_SecurityCommandCenter_Finding */ public function getFinding() { return $this->finding; } public function setNotificationConfigName($notificationConfigName) { $this->notificationConfigName = $notificationConfigName; } public function getNotificationConfigName() { return $this->notificationConfigName; } /** * @param Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1Resource */ public function setResource(Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1Resource $resource) { $this->resource = $resource; } /** * @return Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1Resource */ public function getResource() { return $this->resource; } } PK& Za mvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListNotificationConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SecurityCommandCenter_NotificationConfig[] */ public function setNotificationConfigs($notificationConfigs) { $this->notificationConfigs = $notificationConfigs; } /** * @return Google_Service_SecurityCommandCenter_NotificationConfig[] */ public function getNotificationConfigs() { return $this->notificationConfigs; } } PK& ZBTvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Zަ Uvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setExternalUri($externalUri) { $this->externalUri = $externalUri; } public function getExternalUri() { return $this->externalUri; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } /** * @param Google_Service_SecurityCommandCenter_SecurityMarks */ public function setSecurityMarks(Google_Service_SecurityCommandCenter_SecurityMarks $securityMarks) { $this->securityMarks = $securityMarks; } /** * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function getSecurityMarks() { return $this->securityMarks; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setSourceProperties($sourceProperties) { $this->sourceProperties = $sourceProperties; } public function getSourceProperties() { return $this->sourceProperties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Z Zgvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK& Z" Svendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_SecurityCommandCenter_IamPolicy */ public function setIamPolicy(Google_Service_SecurityCommandCenter_IamPolicy $iamPolicy) { $this->iamPolicy = $iamPolicy; } /** * @return Google_Service_SecurityCommandCenter_IamPolicy */ public function getIamPolicy() { return $this->iamPolicy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResourceProperties($resourceProperties) { $this->resourceProperties = $resourceProperties; } public function getResourceProperties() { return $this->resourceProperties; } /** * @param Google_Service_SecurityCommandCenter_SecurityCenterProperties */ public function setSecurityCenterProperties(Google_Service_SecurityCommandCenter_SecurityCenterProperties $securityCenterProperties) { $this->securityCenterProperties = $securityCenterProperties; } /** * @return Google_Service_SecurityCommandCenter_SecurityCenterProperties */ public function getSecurityCenterProperties() { return $this->securityCenterProperties; } /** * @param Google_Service_SecurityCommandCenter_SecurityMarks */ public function setSecurityMarks(Google_Service_SecurityCommandCenter_SecurityMarks $securityMarks) { $this->securityMarks = $securityMarks; } /** * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function getSecurityMarks() { return $this->securityMarks; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK& ZWvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_SecurityCommandCenter_Status */ public function setError(Google_Service_SecurityCommandCenter_Status $error) { $this->error = $error; } /** * @return Google_Service_SecurityCommandCenter_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK& Z;ETvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Status.phpnu[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; } } PK& ZfTvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Folder.phpnu[resourceFolder = $resourceFolder; } public function getResourceFolder() { return $this->resourceFolder; } public function setResourceFolderDisplayName($resourceFolderDisplayName) { $this->resourceFolderDisplayName = $resourceFolderDisplayName; } public function getResourceFolderDisplayName() { return $this->resourceFolderDisplayName; } } PK& ZԲBI``dvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SecurityCommandCenter_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_SecurityCommandCenter_Operation[] */ public function getOperations() { return $this->operations; } } PK& Z]0svendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1RunAssetDiscoveryResponse.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Z`vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/NotificationConfig.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_SecurityCommandCenter_StreamingConfig */ public function setStreamingConfig(Google_Service_SecurityCommandCenter_StreamingConfig $streamingConfig) { $this->streamingConfig = $streamingConfig; } /** * @return Google_Service_SecurityCommandCenter_StreamingConfig */ public function getStreamingConfig() { return $this->streamingConfig; } } PK& Z?ggYvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_SecurityCommandCenter_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK& Z>""qvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1Resource.phpnu[folders = $folders; } /** * @return Google_Service_SecurityCommandCenter_Folder[] */ public function getFolders() { return $this->folders; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setParentDisplayName($parentDisplayName) { $this->parentDisplayName = $parentDisplayName; } public function getParentDisplayName() { return $this->parentDisplayName; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setProjectDisplayName($projectDisplayName) { $this->projectDisplayName = $projectDisplayName; } public function getProjectDisplayName() { return $this->projectDisplayName; } } PK& Zu@  ^vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResult.phpnu[asset = $asset; } /** * @return Google_Service_SecurityCommandCenter_Asset */ public function getAsset() { return $this->asset; } public function setStateChange($stateChange) { $this->stateChange = $stateChange; } public function getStateChange() { return $this->stateChange; } } PK& Zieeevendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1NotificationMessage.phpnu[finding = $finding; } /** * @return Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Finding */ public function getFinding() { return $this->finding; } public function setNotificationConfigName($notificationConfigName) { $this->notificationConfigName = $notificationConfigName; } public function getNotificationConfigName() { return $this->notificationConfigName; } /** * @param Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Resource */ public function setResource(Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Resource $resource) { $this->resource = $resource; } /** * @return Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Resource */ public function getResource() { return $this->resource; } } PK& Z/z^vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK& Zodvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SetFindingStateRequest.phpnu[startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Z9w. . wvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Finding.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setExternalUri($externalUri) { $this->externalUri = $externalUri; } public function getExternalUri() { return $this->externalUri; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } /** * @param Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1SecurityMarks */ public function setSecurityMarks(Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1SecurityMarks $securityMarks) { $this->securityMarks = $securityMarks; } /** * @return Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1SecurityMarks */ public function getSecurityMarks() { return $this->securityMarks; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setSourceProperties($sourceProperties) { $this->sourceProperties = $sourceProperties; } public function getSourceProperties() { return $this->sourceProperties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Z%`vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsRequest.phpnu[compareDuration = $compareDuration; } public function getCompareDuration() { return $this->compareDuration; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGroupBy($groupBy) { $this->groupBy = $groupBy; } public function getGroupBy() { return $this->groupBy; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } } PK& ZvFbvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AssetDiscoveryConfig.phpnu[folderIds = $folderIds; } public function getFolderIds() { return $this->folderIds; } public function setInclusionMode($inclusionMode) { $this->inclusionMode = $inclusionMode; } public function getInclusionMode() { return $this->inclusionMode; } public function setProjectIds($projectIds) { $this->projectIds = $projectIds; } public function getProjectIds() { return $this->projectIds; } } PK& Z<avendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecuritycenterEmpty.phpnu[count = $count; } public function getCount() { return $this->count; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } } PK& Z?(pvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK& Zy{VVRvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK& Z9W;W;Ivendor/google/apiclient-services/src/Google/Service/RecommendationsAI.phpnu[ * Note that we now highly recommend new customers to use Retail API, which * incorporates the GA version of the Recommendations AI funtionalities. To * enable Retail API, please visit * https://console.cloud.google.com/apis/library/retail.googleapis.com. The * Recommendations AI service enables customers to build end-to-end personalized * recommendation systems without requiring a high level of expertise in machine * learning, recommendation system, or Google Cloud.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_RecommendationsAI extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_catalogs; public $projects_locations_catalogs_catalogItems; public $projects_locations_catalogs_eventStores_operations; public $projects_locations_catalogs_eventStores_placements; public $projects_locations_catalogs_eventStores_predictionApiKeyRegistrations; public $projects_locations_catalogs_eventStores_userEvents; public $projects_locations_catalogs_operations; /** * Constructs the internal representation of the RecommendationsAI service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://recommendationengine.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'recommendationengine'; $this->projects_locations_catalogs = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogs( $this, $this->serviceName, 'catalogs', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+parent}/catalogs', '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' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_catalogItems = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsCatalogItems( $this, $this->serviceName, 'catalogItems', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/catalogItems', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v1beta1/{+parent}/catalogItems:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/catalogItems', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_eventStores_operations = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_eventStores_placements = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresPlacements( $this, $this->serviceName, 'placements', array( 'methods' => array( 'predict' => array( 'path' => 'v1beta1/{+name}:predict', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_catalogs_eventStores_predictionApiKeyRegistrations = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations( $this, $this->serviceName, 'predictionApiKeyRegistrations', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/predictionApiKeyRegistrations', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/predictionApiKeyRegistrations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_eventStores_userEvents = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresUserEvents( $this, $this->serviceName, 'userEvents', array( 'methods' => array( 'collect' => array( 'path' => 'v1beta1/{+parent}/userEvents:collect', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ets' => array( 'location' => 'query', 'type' => 'string', ), 'uri' => array( 'location' => 'query', 'type' => 'string', ), 'userEvent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'import' => array( 'path' => 'v1beta1/{+parent}/userEvents:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/userEvents', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'purge' => array( 'path' => 'v1beta1/{+parent}/userEvents:purge', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'rejoin' => array( 'path' => 'v1beta1/{+parent}/userEvents:rejoin', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'write' => array( 'path' => 'v1beta1/{+parent}/userEvents:write', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_catalogs_operations = new Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK& ZSOuDvendor/google/apiclient-services/src/Google/Service/DataTransfer.phpnu[ * Admin SDK lets administrators of enterprise domains to view and manage * resources like user, groups etc. It also provides audit and usage reports of * domain.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DataTransfer extends Google_Service { /** View and manage data transfers between users in your organization. */ const ADMIN_DATATRANSFER = "https://www.googleapis.com/auth/admin.datatransfer"; /** View data transfers between users in your organization. */ const ADMIN_DATATRANSFER_READONLY = "https://www.googleapis.com/auth/admin.datatransfer.readonly"; public $applications; public $transfers; /** * Constructs the internal representation of the DataTransfer service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://admin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'datatransfer_v1'; $this->serviceName = 'admin'; $this->applications = new Google_Service_DataTransfer_Resource_Applications( $this, $this->serviceName, 'applications', array( 'methods' => array( 'get' => array( 'path' => 'admin/datatransfer/v1/applications/{applicationId}', 'httpMethod' => 'GET', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/datatransfer/v1/applications', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->transfers = new Google_Service_DataTransfer_Resource_Transfers( $this, $this->serviceName, 'transfers', array( 'methods' => array( 'get' => array( 'path' => 'admin/datatransfer/v1/transfers/{dataTransferId}', 'httpMethod' => 'GET', 'parameters' => array( 'dataTransferId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/datatransfer/v1/transfers', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'admin/datatransfer/v1/transfers', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'newOwnerUserId' => array( 'location' => 'query', 'type' => 'string', ), 'oldOwnerUserId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK& ZA\ Hvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry.phpnu[ * Store and manage build artifacts in a scalable and integrated service built * on Google infrastructure.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ArtifactRegistry extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $operations; public $projects_locations_repositories_dockerImages; /** * Constructs the internal representation of the ArtifactRegistry service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://artifactregistry.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'artifactregistry'; $this->operations = new Google_Service_ArtifactRegistry_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_repositories_dockerImages = new Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesDockerImages( $this, $this->serviceName, 'dockerImages', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/dockerImages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK& ZOvendor/google/apiclient-services/src/Google/Service/Playcustomapp/CustomApp.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK& Zzҵavendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/AccountsCustomApps.phpnu[ * $playcustomappService = new Google_Service_Playcustomapp(...); * $customApps = $playcustomappService->customApps; * */ class Google_Service_Playcustomapp_Resource_AccountsCustomApps extends Google_Service_Resource { /** * Creates a new custom app. (customApps.create) * * @param string $account Developer account ID. * @param Google_Service_Playcustomapp_CustomApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_Playcustomapp_CustomApp */ public function create($account, Google_Service_Playcustomapp_CustomApp $postBody, $optParams = array()) { $params = array('account' => $account, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Playcustomapp_CustomApp"); } } PK& Z`‚Wvendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/Accounts.phpnu[ * $playcustomappService = new Google_Service_Playcustomapp(...); * $accounts = $playcustomappService->accounts; * */ class Google_Service_Playcustomapp_Resource_Accounts extends Google_Service_Resource { } PK& ZU IOvendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.phpnu[index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Dataflow_Position */ public function setPosition(Google_Service_Dataflow_Position $position) { $this->position = $position; } /** * @return Google_Service_Dataflow_Position */ public function getPosition() { return $this->position; } } PK& Z-yVvendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.phpnu[componentId = $componentId; } public function getComponentId() { return $this->componentId; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK& Z7P++Ovendor/google/apiclient-services/src/Google/Service/Dataflow/FailedLocation.phpnu[name = $name; } public function getName() { return $this->name; } } PK& Z#z**Svendor/google/apiclient-services/src/Google/Service/Dataflow/ProgressTimeseries.phpnu[currentProgress = $currentProgress; } public function getCurrentProgress() { return $this->currentProgress; } /** * @param Google_Service_Dataflow_Point[] */ public function setDataPoints($dataPoints) { $this->dataPoints = $dataPoints; } /** * @return Google_Service_Dataflow_Point[] */ public function getDataPoints() { return $this->dataPoints; } } PK& ZMO zz]vendor/google/apiclient-services/src/Google/Service/Dataflow/ListTemplateVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dataflow_TemplateVersion[] */ public function setTemplateVersions($templateVersions) { $this->templateVersions = $templateVersions; } /** * @return Google_Service_Dataflow_TemplateVersion[] */ public function getTemplateVersions() { return $this->templateVersions; } } PK& Z1Rvendor/google/apiclient-services/src/Google/Service/Dataflow/BigTableIODetails.phpnu[instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK& Z%C Tvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.phpnu[commitStreamChunkSizeBytes = $commitStreamChunkSizeBytes; } public function getCommitStreamChunkSizeBytes() { return $this->commitStreamChunkSizeBytes; } public function setGetDataStreamChunkSizeBytes($getDataStreamChunkSizeBytes) { $this->getDataStreamChunkSizeBytes = $getDataStreamChunkSizeBytes; } public function getGetDataStreamChunkSizeBytes() { return $this->getDataStreamChunkSizeBytes; } public function setMaxWorkItemCommitBytes($maxWorkItemCommitBytes) { $this->maxWorkItemCommitBytes = $maxWorkItemCommitBytes; } public function getMaxWorkItemCommitBytes() { return $this->maxWorkItemCommitBytes; } /** * @param Google_Service_Dataflow_StreamingComputationConfig[] */ public function setStreamingComputationConfigs($streamingComputationConfigs) { $this->streamingComputationConfigs = $streamingComputationConfigs; } /** * @return Google_Service_Dataflow_StreamingComputationConfig[] */ public function getStreamingComputationConfigs() { return $this->streamingComputationConfigs; } public function setUserStepToStateFamilyNameMap($userStepToStateFamilyNameMap) { $this->userStepToStateFamilyNameMap = $userStepToStateFamilyNameMap; } public function getUserStepToStateFamilyNameMap() { return $this->userStepToStateFamilyNameMap; } public function setWindmillServiceEndpoint($windmillServiceEndpoint) { $this->windmillServiceEndpoint = $windmillServiceEndpoint; } public function getWindmillServiceEndpoint() { return $this->windmillServiceEndpoint; } public function setWindmillServicePort($windmillServicePort) { $this->windmillServicePort = $windmillServicePort; } public function getWindmillServicePort() { return $this->windmillServicePort; } } PK& ZvP!iiYvendor/google/apiclient-services/src/Google/Service/Dataflow/SdkHarnessContainerImage.phpnu[containerImage = $containerImage; } public function getContainerImage() { return $this->containerImage; } public function setEnvironmentId($environmentId) { $this->environmentId = $environmentId; } public function getEnvironmentId() { return $this->environmentId; } public function setUseSingleCorePerContainer($useSingleCorePerContainer) { $this->useSingleCorePerContainer = $useSingleCorePerContainer; } public function getUseSingleCorePerContainer() { return $this->useSingleCorePerContainer; } } PK& Z9'MMcvendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionLabelResponse.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK& ZRGLvendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerMean.phpnu[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; } } PK& ZڵXkkTvendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageState.phpnu[currentStateTime = $currentStateTime; } public function getCurrentStateTime() { return $this->currentStateTime; } public function setExecutionStageName($executionStageName) { $this->executionStageName = $executionStageName; } public function getExecutionStageName() { return $this->executionStageName; } public function setExecutionStageState($executionStageState) { $this->executionStageState = $executionStageState; } public function getExecutionStageState() { return $this->executionStageState; } } PK& ZjԢzzJvendor/google/apiclient-services/src/Google/Service/Dataflow/Histogram.phpnu[bucketCounts = $bucketCounts; } public function getBucketCounts() { return $this->bucketCounts; } public function setFirstBucketOffset($firstBucketOffset) { $this->firstBucketOffset = $firstBucketOffset; } public function getFirstBucketOffset() { return $this->firstBucketOffset; } } PK& ZtQvendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataflow_ParameterMetadata[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dataflow_ParameterMetadata[] */ public function getParameters() { return $this->parameters; } } PK& ZKWvendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.phpnu[job = $job; } /** * @return Google_Service_Dataflow_Job */ public function getJob() { return $this->job; } } PK& ZLKvendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTask.phpnu[inputs = $inputs; } /** * @return Google_Service_Dataflow_SideInputInfo[] */ public function getInputs() { return $this->inputs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataflow_SeqMapTaskOutputInfo[] */ public function setOutputInfos($outputInfos) { $this->outputInfos = $outputInfos; } /** * @return Google_Service_Dataflow_SeqMapTaskOutputInfo[] */ public function getOutputInfos() { return $this->outputInfos; } public function setStageName($stageName) { $this->stageName = $stageName; } public function getStageName() { return $this->stageName; } public function setSystemName($systemName) { $this->systemName = $systemName; } public function getSystemName() { return $this->systemName; } public function setUserFn($userFn) { $this->userFn = $userFn; } public function getUserFn() { return $this->userFn; } } PK& Z1^Pvendor/google/apiclient-services/src/Google/Service/Dataflow/ReadInstruction.phpnu[source = $source; } /** * @return Google_Service_Dataflow_Source */ public function getSource() { return $this->source; } } PK& Z]oEELvendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerList.phpnu[elements = $elements; } /** * @return Google_Service_Dataflow_SplitInt64[] */ public function getElements() { return $this->elements; } } PK& ZHŻjjQvendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.phpnu[outputNum = $outputNum; } public function getOutputNum() { return $this->outputNum; } public function setProducerInstructionIndex($producerInstructionIndex) { $this->producerInstructionIndex = $producerInstructionIndex; } public function getProducerInstructionIndex() { return $this->producerInstructionIndex; } } PK& ZϲOvendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.phpnu[dropLateData = $dropLateData; } public function getDropLateData() { return $this->dropLateData; } public function setIdLabel($idLabel) { $this->idLabel = $idLabel; } public function getIdLabel() { return $this->idLabel; } public function setSubscription($subscription) { $this->subscription = $subscription; } public function getSubscription() { return $this->subscription; } public function setTimestampLabel($timestampLabel) { $this->timestampLabel = $timestampLabel; } public function getTimestampLabel() { return $this->timestampLabel; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } public function setTrackingSubscription($trackingSubscription) { $this->trackingSubscription = $trackingSubscription; } public function getTrackingSubscription() { return $this->trackingSubscription; } public function setWithAttributes($withAttributes) { $this->withAttributes = $withAttributes; } public function getWithAttributes() { return $this->withAttributes; } } PK& Z̑tJJDvendor/google/apiclient-services/src/Google/Service/Dataflow/Job.phpnu[clientRequestId = $clientRequestId; } public function getClientRequestId() { return $this->clientRequestId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreatedFromSnapshotId($createdFromSnapshotId) { $this->createdFromSnapshotId = $createdFromSnapshotId; } public function getCreatedFromSnapshotId() { return $this->createdFromSnapshotId; } public function setCurrentState($currentState) { $this->currentState = $currentState; } public function getCurrentState() { return $this->currentState; } public function setCurrentStateTime($currentStateTime) { $this->currentStateTime = $currentStateTime; } public function getCurrentStateTime() { return $this->currentStateTime; } /** * @param Google_Service_Dataflow_Environment */ public function setEnvironment(Google_Service_Dataflow_Environment $environment) { $this->environment = $environment; } /** * @return Google_Service_Dataflow_Environment */ public function getEnvironment() { return $this->environment; } /** * @param Google_Service_Dataflow_JobExecutionInfo */ public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo) { $this->executionInfo = $executionInfo; } /** * @return Google_Service_Dataflow_JobExecutionInfo */ public function getExecutionInfo() { return $this->executionInfo; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dataflow_JobMetadata */ public function setJobMetadata(Google_Service_Dataflow_JobMetadata $jobMetadata) { $this->jobMetadata = $jobMetadata; } /** * @return Google_Service_Dataflow_JobMetadata */ public function getJobMetadata() { return $this->jobMetadata; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataflow_PipelineDescription */ public function setPipelineDescription(Google_Service_Dataflow_PipelineDescription $pipelineDescription) { $this->pipelineDescription = $pipelineDescription; } /** * @return Google_Service_Dataflow_PipelineDescription */ public function getPipelineDescription() { return $this->pipelineDescription; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setReplaceJobId($replaceJobId) { $this->replaceJobId = $replaceJobId; } public function getReplaceJobId() { return $this->replaceJobId; } public function setReplacedByJobId($replacedByJobId) { $this->replacedByJobId = $replacedByJobId; } public function getReplacedByJobId() { return $this->replacedByJobId; } public function setRequestedState($requestedState) { $this->requestedState = $requestedState; } public function getRequestedState() { return $this->requestedState; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } /** * @param Google_Service_Dataflow_ExecutionStageState[] */ public function setStageStates($stageStates) { $this->stageStates = $stageStates; } /** * @return Google_Service_Dataflow_ExecutionStageState[] */ public function getStageStates() { return $this->stageStates; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_Dataflow_Step[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_Dataflow_Step[] */ public function getSteps() { return $this->steps; } public function setStepsLocation($stepsLocation) { $this->stepsLocation = $stepsLocation; } public function getStepsLocation() { return $this->stepsLocation; } public function setTempFiles($tempFiles) { $this->tempFiles = $tempFiles; } public function getTempFiles() { return $this->tempFiles; } public function setTransformNameMapping($transformNameMapping) { $this->transformNameMapping = $transformNameMapping; } public function getTransformNameMapping() { return $this->transformNameMapping; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZYװ!!Rvendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionOutput.phpnu[codec = $codec; } public function getCodec() { return $this->codec; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOnlyCountKeyBytes($onlyCountKeyBytes) { $this->onlyCountKeyBytes = $onlyCountKeyBytes; } public function getOnlyCountKeyBytes() { return $this->onlyCountKeyBytes; } public function setOnlyCountValueBytes($onlyCountValueBytes) { $this->onlyCountValueBytes = $onlyCountValueBytes; } public function getOnlyCountValueBytes() { return $this->onlyCountValueBytes; } public function setOriginalName($originalName) { $this->originalName = $originalName; } public function getOriginalName() { return $this->originalName; } public function setSystemName($systemName) { $this->systemName = $systemName; } public function getSystemName() { return $this->systemName; } } PK& Zp|Wvendor/google/apiclient-services/src/Google/Service/Dataflow/DeleteSnapshotResponse.phpnu[additionalExperiments = $additionalExperiments; } public function getAdditionalExperiments() { return $this->additionalExperiments; } public function setAdditionalUserLabels($additionalUserLabels) { $this->additionalUserLabels = $additionalUserLabels; } public function getAdditionalUserLabels() { return $this->additionalUserLabels; } public function setBypassTempDirValidation($bypassTempDirValidation) { $this->bypassTempDirValidation = $bypassTempDirValidation; } public function getBypassTempDirValidation() { return $this->bypassTempDirValidation; } public function setEnableStreamingEngine($enableStreamingEngine) { $this->enableStreamingEngine = $enableStreamingEngine; } public function getEnableStreamingEngine() { return $this->enableStreamingEngine; } public function setIpConfiguration($ipConfiguration) { $this->ipConfiguration = $ipConfiguration; } public function getIpConfiguration() { return $this->ipConfiguration; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMaxWorkers($maxWorkers) { $this->maxWorkers = $maxWorkers; } public function getMaxWorkers() { return $this->maxWorkers; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNumWorkers($numWorkers) { $this->numWorkers = $numWorkers; } public function getNumWorkers() { return $this->numWorkers; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setTempLocation($tempLocation) { $this->tempLocation = $tempLocation; } public function getTempLocation() { return $this->tempLocation; } public function setWorkerRegion($workerRegion) { $this->workerRegion = $workerRegion; } public function getWorkerRegion() { return $this->workerRegion; } public function setWorkerZone($workerZone) { $this->workerZone = $workerZone; } public function getWorkerZone() { return $this->workerZone; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& ZFWvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationRequest.phpnu[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; } } PK& ZnɬWvendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubSnapshotMetadata.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setSnapshotName($snapshotName) { $this->snapshotName = $snapshotName; } public function getSnapshotName() { return $this->snapshotName; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK& ZNXvendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobMessagesResponse.phpnu[autoscalingEvents = $autoscalingEvents; } /** * @return Google_Service_Dataflow_AutoscalingEvent[] */ public function getAutoscalingEvents() { return $this->autoscalingEvents; } /** * @param Google_Service_Dataflow_JobMessage[] */ public function setJobMessages($jobMessages) { $this->jobMessages = $jobMessages; } /** * @return Google_Service_Dataflow_JobMessage[] */ public function getJobMessages() { return $this->jobMessages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK& ZYDavendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.phpnu[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; } } PK& Z3tSvendor/google/apiclient-services/src/Google/Service/Dataflow/DatastoreIODetails.phpnu[namespace = $namespace; } public function getNamespace() { return $this->namespace; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK& Z`CQ??Uvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNotice.phpnu[reason = $reason; } public function getReason() { return $this->reason; } } PK& ZNvendor/google/apiclient-services/src/Google/Service/Dataflow/DerivedSource.phpnu[derivationMode = $derivationMode; } public function getDerivationMode() { return $this->derivationMode; } /** * @param Google_Service_Dataflow_Source */ public function setSource(Google_Service_Dataflow_Source $source) { $this->source = $source; } /** * @return Google_Service_Dataflow_Source */ public function getSource() { return $this->source; } } PK& Z.7ۏQvendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.phpnu[failedLocation = $failedLocation; } /** * @return Google_Service_Dataflow_FailedLocation[] */ public function getFailedLocation() { return $this->failedLocation; } /** * @param Google_Service_Dataflow_Job[] */ public function setJobs($jobs) { $this->jobs = $jobs; } /** * @return Google_Service_Dataflow_Job[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK& ZS  Qvendor/google/apiclient-services/src/Google/Service/Dataflow/ParDoInstruction.phpnu[input = $input; } /** * @return Google_Service_Dataflow_InstructionInput */ public function getInput() { return $this->input; } /** * @param Google_Service_Dataflow_MultiOutputInfo[] */ public function setMultiOutputInfos($multiOutputInfos) { $this->multiOutputInfos = $multiOutputInfos; } /** * @return Google_Service_Dataflow_MultiOutputInfo[] */ public function getMultiOutputInfos() { return $this->multiOutputInfos; } public function setNumOutputs($numOutputs) { $this->numOutputs = $numOutputs; } public function getNumOutputs() { return $this->numOutputs; } /** * @param Google_Service_Dataflow_SideInputInfo[] */ public function setSideInputs($sideInputs) { $this->sideInputs = $sideInputs; } /** * @return Google_Service_Dataflow_SideInputInfo[] */ public function getSideInputs() { return $this->sideInputs; } public function setUserFn($userFn) { $this->userFn = $userFn; } public function getUserFn() { return $this->userFn; } } PK& Zʓ}bvendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReportResponse.phpnu[attemptId = $attemptId; } public function getAttemptId() { return $this->attemptId; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Dataflow_MetricUpdate[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dataflow_MetricUpdate[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dataflow_ProgressTimeseries */ public function setProgress(Google_Service_Dataflow_ProgressTimeseries $progress) { $this->progress = $progress; } /** * @return Google_Service_Dataflow_ProgressTimeseries */ public function getProgress() { return $this->progress; } 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 setTaskId($taskId) { $this->taskId = $taskId; } public function getTaskId() { return $this->taskId; } } PK& ZB3GGXvendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.phpnu[componentId = $componentId; } public function getComponentId() { return $this->componentId; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK& Z SllSvendor/google/apiclient-services/src/Google/Service/Dataflow/SnapshotJobRequest.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setSnapshotSources($snapshotSources) { $this->snapshotSources = $snapshotSources; } public function getSnapshotSources() { return $this->snapshotSources; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK& Z#5-Tvendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.phpnu[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; } } PK& ZzTvendor/google/apiclient-services/src/Google/Service/Dataflow/ReportedParallelism.phpnu[isInfinite = $isInfinite; } public function getIsInfinite() { return $this->isInfinite; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z{%9 9 \vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchFlexTemplateParameter.phpnu[containerSpec = $containerSpec; } /** * @return Google_Service_Dataflow_ContainerSpec */ public function getContainerSpec() { return $this->containerSpec; } public function setContainerSpecGcsPath($containerSpecGcsPath) { $this->containerSpecGcsPath = $containerSpecGcsPath; } public function getContainerSpecGcsPath() { return $this->containerSpecGcsPath; } /** * @param Google_Service_Dataflow_FlexTemplateRuntimeEnvironment */ public function setEnvironment(Google_Service_Dataflow_FlexTemplateRuntimeEnvironment $environment) { $this->environment = $environment; } /** * @return Google_Service_Dataflow_FlexTemplateRuntimeEnvironment */ public function getEnvironment() { return $this->environment; } public function setJobName($jobName) { $this->jobName = $jobName; } public function getJobName() { return $this->jobName; } public function setLaunchOptions($launchOptions) { $this->launchOptions = $launchOptions; } public function getLaunchOptions() { return $this->launchOptions; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setTransformNameMappings($transformNameMappings) { $this->transformNameMappings = $transformNameMappings; } public function getTransformNameMappings() { return $this->transformNameMappings; } public function setUpdate($update) { $this->update = $update; } public function getUpdate() { return $this->update; } } PK& Z)s~Rvendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.phpnu[helpText = $helpText; } public function getHelpText() { return $this->helpText; } public function setIsOptional($isOptional) { $this->isOptional = $isOptional; } public function getIsOptional() { return $this->isOptional; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParamType($paramType) { $this->paramType = $paramType; } public function getParamType() { return $this->paramType; } public function setRegexes($regexes) { $this->regexes = $regexes; } public function getRegexes() { return $this->regexes; } } PK& Z joSvendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.phpnu[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; } } PK& ZS"\vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusRequest.phpnu[currentWorkerTime = $currentWorkerTime; } public function getCurrentWorkerTime() { return $this->currentWorkerTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setUnifiedWorkerRequest($unifiedWorkerRequest) { $this->unifiedWorkerRequest = $unifiedWorkerRequest; } public function getUnifiedWorkerRequest() { return $this->unifiedWorkerRequest; } /** * @param Google_Service_Dataflow_WorkItemStatus[] */ public function setWorkItemStatuses($workItemStatuses) { $this->workItemStatuses = $workItemStatuses; } /** * @return Google_Service_Dataflow_WorkItemStatus[] */ public function getWorkItemStatuses() { return $this->workItemStatuses; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK& Z BYYNvendor/google/apiclient-services/src/Google/Service/Dataflow/CounterUpdate.phpnu[boolean = $boolean; } public function getBoolean() { return $this->boolean; } public function setCumulative($cumulative) { $this->cumulative = $cumulative; } public function getCumulative() { return $this->cumulative; } /** * @param Google_Service_Dataflow_DistributionUpdate */ public function setDistribution(Google_Service_Dataflow_DistributionUpdate $distribution) { $this->distribution = $distribution; } /** * @return Google_Service_Dataflow_DistributionUpdate */ public function getDistribution() { return $this->distribution; } public function setFloatingPoint($floatingPoint) { $this->floatingPoint = $floatingPoint; } public function getFloatingPoint() { return $this->floatingPoint; } /** * @param Google_Service_Dataflow_FloatingPointList */ public function setFloatingPointList(Google_Service_Dataflow_FloatingPointList $floatingPointList) { $this->floatingPointList = $floatingPointList; } /** * @return Google_Service_Dataflow_FloatingPointList */ public function getFloatingPointList() { return $this->floatingPointList; } /** * @param Google_Service_Dataflow_FloatingPointMean */ public function setFloatingPointMean(Google_Service_Dataflow_FloatingPointMean $floatingPointMean) { $this->floatingPointMean = $floatingPointMean; } /** * @return Google_Service_Dataflow_FloatingPointMean */ public function getFloatingPointMean() { return $this->floatingPointMean; } /** * @param Google_Service_Dataflow_SplitInt64 */ public function setInteger(Google_Service_Dataflow_SplitInt64 $integer) { $this->integer = $integer; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getInteger() { return $this->integer; } /** * @param Google_Service_Dataflow_IntegerGauge */ public function setIntegerGauge(Google_Service_Dataflow_IntegerGauge $integerGauge) { $this->integerGauge = $integerGauge; } /** * @return Google_Service_Dataflow_IntegerGauge */ public function getIntegerGauge() { return $this->integerGauge; } /** * @param Google_Service_Dataflow_IntegerList */ public function setIntegerList(Google_Service_Dataflow_IntegerList $integerList) { $this->integerList = $integerList; } /** * @return Google_Service_Dataflow_IntegerList */ public function getIntegerList() { return $this->integerList; } /** * @param Google_Service_Dataflow_IntegerMean */ public function setIntegerMean(Google_Service_Dataflow_IntegerMean $integerMean) { $this->integerMean = $integerMean; } /** * @return Google_Service_Dataflow_IntegerMean */ public function getIntegerMean() { return $this->integerMean; } public function setInternal($internal) { $this->internal = $internal; } public function getInternal() { return $this->internal; } /** * @param Google_Service_Dataflow_NameAndKind */ public function setNameAndKind(Google_Service_Dataflow_NameAndKind $nameAndKind) { $this->nameAndKind = $nameAndKind; } /** * @return Google_Service_Dataflow_NameAndKind */ public function getNameAndKind() { return $this->nameAndKind; } public function setShortId($shortId) { $this->shortId = $shortId; } public function getShortId() { return $this->shortId; } /** * @param Google_Service_Dataflow_StringList */ public function setStringList(Google_Service_Dataflow_StringList $stringList) { $this->stringList = $stringList; } /** * @return Google_Service_Dataflow_StringList */ public function getStringList() { return $this->stringList; } /** * @param Google_Service_Dataflow_CounterStructuredNameAndMetadata */ public function setStructuredNameAndMetadata(Google_Service_Dataflow_CounterStructuredNameAndMetadata $structuredNameAndMetadata) { $this->structuredNameAndMetadata = $structuredNameAndMetadata; } /** * @return Google_Service_Dataflow_CounterStructuredNameAndMetadata */ public function getStructuredNameAndMetadata() { return $this->structuredNameAndMetadata; } } PK& ZLLSvendor/google/apiclient-services/src/Google/Service/Dataflow/FlattenInstruction.phpnu[inputs = $inputs; } /** * @return Google_Service_Dataflow_InstructionInput[] */ public function getInputs() { return $this->inputs; } } PK& Zq1 Kvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.phpnu[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; } } PK& Z* Lvendor/google/apiclient-services/src/Google/Service/Dataflow/DisplayData.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setDurationValue($durationValue) { $this->durationValue = $durationValue; } public function getDurationValue() { return $this->durationValue; } public function setFloatValue($floatValue) { $this->floatValue = $floatValue; } public function getFloatValue() { return $this->floatValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setJavaClassValue($javaClassValue) { $this->javaClassValue = $javaClassValue; } public function getJavaClassValue() { return $this->javaClassValue; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } public function setShortStrValue($shortStrValue) { $this->shortStrValue = $shortStrValue; } public function getShortStrValue() { return $this->shortStrValue; } public function setStrValue($strValue) { $this->strValue = $strValue; } public function getStrValue() { return $this->strValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK& Z] Ovendor/google/apiclient-services/src/Google/Service/Dataflow/StreamLocation.phpnu[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; } } PK& ZrRRVvendor/google/apiclient-services/src/Google/Service/Dataflow/ListSnapshotsResponse.phpnu[snapshots = $snapshots; } /** * @return Google_Service_Dataflow_Snapshot[] */ public function getSnapshots() { return $this->snapshots; } } PK& Z1̔Nvendor/google/apiclient-services/src/Google/Service/Dataflow/DataflowEmpty.phpnu[currentWorkerTime = $currentWorkerTime; } public function getCurrentWorkerTime() { return $this->currentWorkerTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setRequestedLeaseDuration($requestedLeaseDuration) { $this->requestedLeaseDuration = $requestedLeaseDuration; } public function getRequestedLeaseDuration() { return $this->requestedLeaseDuration; } public function setUnifiedWorkerRequest($unifiedWorkerRequest) { $this->unifiedWorkerRequest = $unifiedWorkerRequest; } public function getUnifiedWorkerRequest() { return $this->unifiedWorkerRequest; } public function setWorkItemTypes($workItemTypes) { $this->workItemTypes = $workItemTypes; } public function getWorkItemTypes() { return $this->workItemTypes; } public function setWorkerCapabilities($workerCapabilities) { $this->workerCapabilities = $workerCapabilities; } public function getWorkerCapabilities() { return $this->workerCapabilities; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK& ZnHvendor/google/apiclient-services/src/Google/Service/Dataflow/Package.phpnu[location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& ZdkOOKvendor/google/apiclient-services/src/Google/Service/Dataflow/JobMessage.phpnu[id = $id; } public function getId() { return $this->id; } public function setMessageImportance($messageImportance) { $this->messageImportance = $messageImportance; } public function getMessageImportance() { return $this->messageImportance; } public function setMessageText($messageText) { $this->messageText = $messageText; } public function getMessageText() { return $this->messageText; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK& Z1>xxHvendor/google/apiclient-services/src/Google/Service/Dataflow/CPUTime.phpnu[rate = $rate; } public function getRate() { return $this->rate; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTotalMs($totalMs) { $this->totalMs = $totalMs; } public function getTotalMs() { return $this->totalMs; } } PK& ZJǒMvendor/google/apiclient-services/src/Google/Service/Dataflow/DebugOptions.phpnu[enableHotKeyLogging = $enableHotKeyLogging; } public function getEnableHotKeyLogging() { return $this->enableHotKeyLogging; } } PK& ZfZ.J Ivendor/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDiskSizeBytes($diskSizeBytes) { $this->diskSizeBytes = $diskSizeBytes; } public function getDiskSizeBytes() { return $this->diskSizeBytes; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Dataflow_PubsubSnapshotMetadata[] */ public function setPubsubMetadata($pubsubMetadata) { $this->pubsubMetadata = $pubsubMetadata; } /** * @return Google_Service_Dataflow_PubsubSnapshotMetadata[] */ public function getPubsubMetadata() { return $this->pubsubMetadata; } public function setSourceJobId($sourceJobId) { $this->sourceJobId = $sourceJobId; } public function getSourceJobId() { return $this->sourceJobId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK& Z\PHvendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.phpnu[counterPrefix = $counterPrefix; } public function getCounterPrefix() { return $this->counterPrefix; } /** * @param Google_Service_Dataflow_ParallelInstruction[] */ public function setInstructions($instructions) { $this->instructions = $instructions; } /** * @return Google_Service_Dataflow_ParallelInstruction[] */ public function getInstructions() { return $this->instructions; } public function setStageName($stageName) { $this->stageName = $stageName; } public function getStageName() { return $this->stageName; } public function setSystemName($systemName) { $this->systemName = $systemName; } public function getSystemName() { return $this->systemName; } } PK& ZrwPvendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentSource.phpnu[name = $name; } public function getName() { return $this->name; } public function setOriginalTransformOrCollection($originalTransformOrCollection) { $this->originalTransformOrCollection = $originalTransformOrCollection; } public function getOriginalTransformOrCollection() { return $this->originalTransformOrCollection; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK& Z,Uvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerLifecycleEvent.phpnu[containerStartTime = $containerStartTime; } public function getContainerStartTime() { return $this->containerStartTime; } public function setEvent($event) { $this->event = $event; } public function getEvent() { return $this->event; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK& ZEvendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.phpnu[codec = $codec; } public function getCodec() { return $this->codec; } public function setSpec($spec) { $this->spec = $spec; } public function getSpec() { return $this->spec; } } PK& Z8u<<Zvendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesRequest.phpnu[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; } } PK& Zl!  Xvendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.phpnu[fractionConsumed = $fractionConsumed; } public function getFractionConsumed() { return $this->fractionConsumed; } public function setFractionOfRemainder($fractionOfRemainder) { $this->fractionOfRemainder = $fractionOfRemainder; } public function getFractionOfRemainder() { return $this->fractionOfRemainder; } /** * @param Google_Service_Dataflow_Position */ public function setPosition(Google_Service_Dataflow_Position $position) { $this->position = $position; } /** * @return Google_Service_Dataflow_Position */ public function getPosition() { return $this->position; } } PK& Zh5?Rvendor/google/apiclient-services/src/Google/Service/Dataflow/StructuredMessage.phpnu[messageKey = $messageKey; } public function getMessageKey() { return $this->messageKey; } public function setMessageText($messageText) { $this->messageText = $messageText; } public function getMessageText() { return $this->messageText; } /** * @param Google_Service_Dataflow_Parameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dataflow_Parameter[] */ public function getParameters() { return $this->parameters; } } PK& ZdtRvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.phpnu[code = $code; } public function getCode() { return $this->code; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK& ZۀZvendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchFlexTemplateRequest.phpnu[launchParameter = $launchParameter; } /** * @return Google_Service_Dataflow_LaunchFlexTemplateParameter */ public function getLaunchParameter() { return $this->launchParameter; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK& ZC/MMUvendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.phpnu[stateful = $stateful; } public function getStateful() { return $this->stateful; } } PK& Z8?Svendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.phpnu[msg = $msg; } public function getMsg() { return $this->msg; } public function setPods($pods) { $this->pods = $pods; } public function getPods() { return $this->pods; } public function setReportInterval($reportInterval) { $this->reportInterval = $reportInterval; } public function getReportInterval() { return $this->reportInterval; } public function setVmIsBroken($vmIsBroken) { $this->vmIsBroken = $vmIsBroken; } public function getVmIsBroken() { return $this->vmIsBroken; } public function setVmIsHealthy($vmIsHealthy) { $this->vmIsHealthy = $vmIsHealthy; } public function getVmIsHealthy() { return $this->vmIsHealthy; } public function setVmStartupTime($vmStartupTime) { $this->vmStartupTime = $vmStartupTime; } public function getVmStartupTime() { return $this->vmStartupTime; } } PK& Z.HT`[vendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.phpnu[workerMessageResponses = $workerMessageResponses; } /** * @return Google_Service_Dataflow_WorkerMessageResponse[] */ public function getWorkerMessageResponses() { return $this->workerMessageResponses; } } PK& ZLvendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetadata.phpnu[bigTableDetails = $bigTableDetails; } /** * @return Google_Service_Dataflow_BigTableIODetails[] */ public function getBigTableDetails() { return $this->bigTableDetails; } /** * @param Google_Service_Dataflow_BigQueryIODetails[] */ public function setBigqueryDetails($bigqueryDetails) { $this->bigqueryDetails = $bigqueryDetails; } /** * @return Google_Service_Dataflow_BigQueryIODetails[] */ public function getBigqueryDetails() { return $this->bigqueryDetails; } /** * @param Google_Service_Dataflow_DatastoreIODetails[] */ public function setDatastoreDetails($datastoreDetails) { $this->datastoreDetails = $datastoreDetails; } /** * @return Google_Service_Dataflow_DatastoreIODetails[] */ public function getDatastoreDetails() { return $this->datastoreDetails; } /** * @param Google_Service_Dataflow_FileIODetails[] */ public function setFileDetails($fileDetails) { $this->fileDetails = $fileDetails; } /** * @return Google_Service_Dataflow_FileIODetails[] */ public function getFileDetails() { return $this->fileDetails; } /** * @param Google_Service_Dataflow_PubSubIODetails[] */ public function setPubsubDetails($pubsubDetails) { $this->pubsubDetails = $pubsubDetails; } /** * @return Google_Service_Dataflow_PubSubIODetails[] */ public function getPubsubDetails() { return $this->pubsubDetails; } /** * @param Google_Service_Dataflow_SdkVersion */ public function setSdkVersion(Google_Service_Dataflow_SdkVersion $sdkVersion) { $this->sdkVersion = $sdkVersion; } /** * @return Google_Service_Dataflow_SdkVersion */ public function getSdkVersion() { return $this->sdkVersion; } /** * @param Google_Service_Dataflow_SpannerIODetails[] */ public function setSpannerDetails($spannerDetails) { $this->spannerDetails = $spannerDetails; } /** * @return Google_Service_Dataflow_SpannerIODetails[] */ public function getSpannerDetails() { return $this->spannerDetails; } } PK& Zl88==Gvendor/google/apiclient-services/src/Google/Service/Dataflow/Source.phpnu[baseSpecs = $baseSpecs; } public function getBaseSpecs() { return $this->baseSpecs; } public function setCodec($codec) { $this->codec = $codec; } public function getCodec() { return $this->codec; } public function setDoesNotNeedSplitting($doesNotNeedSplitting) { $this->doesNotNeedSplitting = $doesNotNeedSplitting; } public function getDoesNotNeedSplitting() { return $this->doesNotNeedSplitting; } /** * @param Google_Service_Dataflow_SourceMetadata */ public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Dataflow_SourceMetadata */ public function getMetadata() { return $this->metadata; } public function setSpec($spec) { $this->spec = $spec; } public function getSpec() { return $this->spec; } } PK& ZKvendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.phpnu[highBits = $highBits; } public function getHighBits() { return $this->highBits; } public function setLowBits($lowBits) { $this->lowBits = $lowBits; } public function getLowBits() { return $this->lowBits; } } PK& ZT JUvendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.phpnu[sink = $sink; } /** * @return Google_Service_Dataflow_Sink */ public function getSink() { return $this->sink; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK& ZoLLbvendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionLabelRequest.phpnu[key = $key; } public function getKey() { return $this->key; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z 0Jvendor/google/apiclient-services/src/Google/Service/Dataflow/Parameter.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& Z ![vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocations.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $locations = $dataflowService->locations; * */ class Google_Service_Dataflow_Resource_ProjectsLocations extends Google_Service_Resource { /** * Send a worker_message to the service. (locations.workerMessages) * * @param string $projectId The project to send the WorkerMessages to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job. * @param Google_Service_Dataflow_SendWorkerMessagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_SendWorkerMessagesResponse */ public function workerMessages($projectId, $location, Google_Service_Dataflow_SendWorkerMessagesRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('workerMessages', array($params), "Google_Service_Dataflow_SendWorkerMessagesResponse"); } } PK& Z{{hvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsSnapshots.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $snapshots = $dataflowService->snapshots; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsSnapshots extends Google_Service_Resource { /** * Lists snapshots. (snapshots.listProjectsLocationsJobsSnapshots) * * @param string $projectId The project ID to list snapshots for. * @param string $location The location to list snapshots in. * @param string $jobId If specified, list snapshots created from this job. * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_ListSnapshotsResponse */ public function listProjectsLocationsJobsSnapshots($projectId, $location, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListSnapshotsResponse"); } } PK& Zw _vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $workItems = $dataflowService->workItems; * */ class Google_Service_Dataflow_Resource_ProjectsJobsWorkItems extends Google_Service_Resource { /** * Leases a dataflow WorkItem to run. (workItems.lease) * * @param string $projectId Identifies the project this worker belongs to. * @param string $jobId Identifies the workflow job this worker belongs to. * @param Google_Service_Dataflow_LeaseWorkItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_LeaseWorkItemResponse */ public function lease($projectId, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse"); } /** * Reports the status of dataflow WorkItems leased by a worker. * (workItems.reportStatus) * * @param string $projectId The project which owns the WorkItem's job. * @param string $jobId The job which the WorkItem is part of. * @param Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_ReportWorkItemStatusResponse */ public function reportStatus($projectId, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse"); } } PK& Z*A沴bvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsCatalogTemplates.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $catalogTemplates = $dataflowService->catalogTemplates; * */ class Google_Service_Dataflow_Resource_ProjectsCatalogTemplates extends Google_Service_Resource { /** * Creates a new TemplateVersion (Important: not new Template) entry in the * spanner table. Requires project_id and display_name (template). * (catalogTemplates.commit) * * @param string $name The location of the template, name includes project_id * and display_name. Commit using project_id(pid1) and display_name(tid1). * Format: projects/{pid1}/catalogTemplates/{tid1} * @param Google_Service_Dataflow_CommitTemplateVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_TemplateVersion */ public function commit($name, Google_Service_Dataflow_CommitTemplateVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('commit', array($params), "Google_Service_Dataflow_TemplateVersion"); } /** * Deletes an existing Template. Do nothing if Template does not exist. * (catalogTemplates.delete) * * @param string $name name includes project_id and display_name. Delete by * project_id(pid1) and display_name(tid1). Format: * projects/{pid1}/catalogTemplates/{tid1} * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_DataflowEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataflow_DataflowEmpty"); } /** * Get TemplateVersion using project_id and display_name with an optional * version_id field. Get latest (has tag "latest") TemplateVersion if version_id * not set. (catalogTemplates.get) * * @param string $name Resource name includes project_id and display_name. * version_id is optional. Get the latest TemplateVersion if version_id not set. * Get by project_id(pid1) and display_name(tid1): Format: * projects/{pid1}/catalogTemplates/{tid1} Get by project_id(pid1), * display_name(tid1), and version_id(vid1): Format: * projects/{pid1}/catalogTemplates/{tid1@vid} * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_TemplateVersion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_TemplateVersion"); } /** * Updates the label of the TemplateVersion. Label can be duplicated in * Template, so either add or remove the label in the TemplateVersion. * (catalogTemplates.label) * * @param string $name Resource name includes project_id, display_name, and * version_id. Updates by project_id(pid1), display_name(tid1), and * version_id(vid1): Format: projects/{pid1}/catalogTemplates/{tid1@vid} * @param Google_Service_Dataflow_ModifyTemplateVersionLabelRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_ModifyTemplateVersionLabelResponse */ public function label($name, Google_Service_Dataflow_ModifyTemplateVersionLabelRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('label', array($params), "Google_Service_Dataflow_ModifyTemplateVersionLabelResponse"); } /** * Updates the tag of the TemplateVersion, and tag is unique in Template. If tag * exists in another TemplateVersion in the Template, updates the tag to this * TemplateVersion will remove it from the old TemplateVersion and add it to * this TemplateVersion. If request is remove_only (remove_only = true), remove * the tag from this TemplateVersion. (catalogTemplates.tag) * * @param string $name Resource name includes project_id, display_name, and * version_id. Updates by project_id(pid1), display_name(tid1), and * version_id(vid1): Format: projects/{pid1}/catalogTemplates/{tid1@vid} * @param Google_Service_Dataflow_ModifyTemplateVersionTagRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_ModifyTemplateVersionTagResponse */ public function tag($name, Google_Service_Dataflow_ModifyTemplateVersionTagRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('tag', array($params), "Google_Service_Dataflow_ModifyTemplateVersionTagResponse"); } } PK& ZOqM##Vvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $jobs = $dataflowService->jobs; * */ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resource { /** * List the jobs of a project across all regions. (jobs.aggregated) * * @param string $projectId The project which owns the jobs. * @param array $optParams Optional parameters. * * @opt_param string filter The kind of filter to use. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @opt_param int pageSize If there are many jobs, limit response to at most * this many. The actual number of jobs returned will be the lesser of * max_responses and an unspecified server-defined limit. * @opt_param string pageToken Set this to the 'next_page_token' field of a * previous response to request additional results in a long list. * @opt_param string view Deprecated. ListJobs always returns summaries now. Use * GetJob for other JobViews. * @return Google_Service_Dataflow_ListJobsResponse */ public function aggregated($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('aggregated', array($params), "Google_Service_Dataflow_ListJobsResponse"); } /** * Creates a Cloud Dataflow job. To create a job, we recommend using * `projects.locations.jobs.create` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using * `projects.jobs.create` is not recommended, as your job will always start in * `us-central1`. (jobs.create) * * @param string $projectId The ID of the Cloud Platform project that the job * belongs to. * @param Google_Service_Dataflow_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @opt_param string replaceJobId Deprecated. This field is now in the Job * message. * @opt_param string view The level of information requested in response. * @return Google_Service_Dataflow_Job */ public function create($projectId, Google_Service_Dataflow_Job $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataflow_Job"); } /** * Gets the state of the specified Cloud Dataflow job. To get the state of a * job, we recommend using `projects.locations.jobs.get` with a [regional * endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional- * endpoints). Using `projects.jobs.get` is not recommended, as you can only get * the state of jobs that are running in `us-central1`. (jobs.get) * * @param string $projectId The ID of the Cloud Platform project that the job * belongs to. * @param string $jobId The job ID. * @param array $optParams Optional parameters. * * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @opt_param string view The level of information requested in response. * @return Google_Service_Dataflow_Job */ public function get($projectId, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_Job"); } /** * Request the job status. To request the status of a job, we recommend using * `projects.locations.jobs.getMetrics` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using * `projects.jobs.getMetrics` is not recommended, as you can only request the * status of jobs that are running in `us-central1`. (jobs.getMetrics) * * @param string $projectId A project id. * @param string $jobId The job to get metrics for. * @param array $optParams Optional parameters. * * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @opt_param string startTime Return only metric data that has changed since * this time. Default is to return all information about all metrics for the * job. * @return Google_Service_Dataflow_JobMetrics */ public function getMetrics($projectId, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics"); } /** * List the jobs of a project. To list the jobs of a project in a region, we * recommend using `projects.locations.jobs.list` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). To list * the all jobs across all regions, use `projects.jobs.aggregated`. Using * `projects.jobs.list` is not recommended, as you can only get the list of jobs * that are running in `us-central1`. (jobs.listProjectsJobs) * * @param string $projectId The project which owns the jobs. * @param array $optParams Optional parameters. * * @opt_param string filter The kind of filter to use. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @opt_param int pageSize If there are many jobs, limit response to at most * this many. The actual number of jobs returned will be the lesser of * max_responses and an unspecified server-defined limit. * @opt_param string pageToken Set this to the 'next_page_token' field of a * previous response to request additional results in a long list. * @opt_param string view Deprecated. ListJobs always returns summaries now. Use * GetJob for other JobViews. * @return Google_Service_Dataflow_ListJobsResponse */ public function listProjectsJobs($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse"); } /** * Snapshot the state of a streaming job. (jobs.snapshot) * * @param string $projectId The project which owns the job to be snapshotted. * @param string $jobId The job to be snapshotted. * @param Google_Service_Dataflow_SnapshotJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_Snapshot */ public function snapshot($projectId, $jobId, Google_Service_Dataflow_SnapshotJobRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('snapshot', array($params), "Google_Service_Dataflow_Snapshot"); } /** * Updates the state of an existing Cloud Dataflow job. To update the state of * an existing job, we recommend using `projects.locations.jobs.update` with a * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts * /regional-endpoints). Using `projects.jobs.update` is not recommended, as you * can only update the state of jobs that are running in `us-central1`. * (jobs.update) * * @param string $projectId The ID of the Cloud Platform project that the job * belongs to. * @param string $jobId The job ID. * @param Google_Service_Dataflow_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @return Google_Service_Dataflow_Job */ public function update($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dataflow_Job"); } } PK& Z evendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsStages.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $stages = $dataflowService->stages; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsStages extends Google_Service_Resource { /** * Request detailed information about the execution status of a stage of the * job. EXPERIMENTAL. This API is subject to change or removal without notice. * (stages.getExecutionDetails) * * @param string $projectId A project id. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @param string $jobId The job to get execution details for. * @param string $stageId The stage for which to fetch information. * @param array $optParams Optional parameters. * * @opt_param string endTime Upper time bound of work items to include, by start * time. * @opt_param int pageSize If specified, determines the maximum number of work * items to return. If unspecified, the service may choose an appropriate * default, or may return an arbitrarily large number of results. * @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 string startTime Lower time bound of work items to include, by * start time. * @return Google_Service_Dataflow_StageExecutionDetails */ public function getExecutionDetails($projectId, $location, $jobId, $stageId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'stageId' => $stageId); $params = array_merge($params, $optParams); return $this->call('getExecutionDetails', array($params), "Google_Service_Dataflow_StageExecutionDetails"); } } PK& ZJYh h gvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $messages = $dataflowService->messages; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages extends Google_Service_Resource { /** * Request the job status. To request the status of a job, we recommend using * `projects.locations.jobs.messages.list` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using * `projects.jobs.messages.list` is not recommended, as you can only request the * status of jobs that are running in `us-central1`. * (messages.listProjectsLocationsJobsMessages) * * @param string $projectId A project id. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @param string $jobId The job to get messages about. * @param array $optParams Optional parameters. * * @opt_param string endTime Return only messages with timestamps < end_time. * The default is now (i.e. return up to the latest messages available). * @opt_param string minimumImportance Filter to only get messages with * importance >= level * @opt_param int pageSize If specified, determines the maximum number of * messages to return. If unspecified, the service may choose an appropriate * default, or may return an arbitrarily large number of results. * @opt_param string 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 string startTime If specified, return only messages with * timestamps >= start_time. The default is the job creation time (i.e. * beginning of messages). * @return Google_Service_Dataflow_ListJobMessagesResponse */ public function listProjectsLocationsJobsMessages($projectId, $location, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse"); } } PK& Zԗ dvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsDebug.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $debug = $dataflowService->debug; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsDebug extends Google_Service_Resource { /** * Get encoded debug configuration for component. Not cacheable. * (debug.getConfig) * * @param string $projectId The project id. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @param string $jobId The job id. * @param Google_Service_Dataflow_GetDebugConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_GetDebugConfigResponse */ public function getConfig($projectId, $location, $jobId, Google_Service_Dataflow_GetDebugConfigRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_Dataflow_GetDebugConfigResponse"); } /** * Send encoded debug capture data for component. (debug.sendCapture) * * @param string $projectId The project id. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @param string $jobId The job id. * @param Google_Service_Dataflow_SendDebugCaptureRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_SendDebugCaptureResponse */ public function sendCapture($projectId, $location, $jobId, Google_Service_Dataflow_SendDebugCaptureRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sendCapture', array($params), "Google_Service_Dataflow_SendDebugCaptureResponse"); } } PK& Zچ   dvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSnapshots.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $snapshots = $dataflowService->snapshots; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsSnapshots extends Google_Service_Resource { /** * Deletes a snapshot. (snapshots.delete) * * @param string $projectId The ID of the Cloud Platform project that the * snapshot belongs to. * @param string $location The location that contains this snapshot. * @param string $snapshotId The ID of the snapshot. * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_DeleteSnapshotResponse */ public function delete($projectId, $location, $snapshotId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'snapshotId' => $snapshotId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataflow_DeleteSnapshotResponse"); } /** * Gets information about a snapshot. (snapshots.get) * * @param string $projectId The ID of the Cloud Platform project that the * snapshot belongs to. * @param string $location The location that contains this snapshot. * @param string $snapshotId The ID of the snapshot. * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_Snapshot */ public function get($projectId, $location, $snapshotId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'snapshotId' => $snapshotId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_Snapshot"); } /** * Lists snapshots. (snapshots.listProjectsLocationsSnapshots) * * @param string $projectId The project ID to list snapshots for. * @param string $location The location to list snapshots in. * @param array $optParams Optional parameters. * * @opt_param string jobId If specified, list snapshots created from this job. * @return Google_Service_Dataflow_ListSnapshotsResponse */ public function listProjectsLocationsSnapshots($projectId, $location, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListSnapshotsResponse"); } } PK& Zr]ccrvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsCatalogTemplatesTemplateVersions.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $templateVersions = $dataflowService->templateVersions; * */ class Google_Service_Dataflow_Resource_ProjectsCatalogTemplatesTemplateVersions extends Google_Service_Resource { /** * Creates a new Template with TemplateVersion. Requires project_id(projects) * and template display_name(catalogTemplates). The template display_name is set * by the user. (templateVersions.create) * * @param string $parent The parent project and template that the * TemplateVersion will be created under. Create using project_id(pid1) and * display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1} * @param Google_Service_Dataflow_CreateTemplateVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_TemplateVersion */ public function create($parent, Google_Service_Dataflow_CreateTemplateVersionRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataflow_TemplateVersion"); } } PK& Z܂[vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $templates = $dataflowService->templates; * */ class Google_Service_Dataflow_Resource_ProjectsTemplates extends Google_Service_Resource { /** * Creates a Cloud Dataflow job from a template. (templates.create) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_Job */ public function create($projectId, Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataflow_Job"); } /** * Get the template associated with a template. (templates.get) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param array $optParams Optional parameters. * * @opt_param string gcsPath Required. A Cloud Storage path to the template from * which to create the job. Must be valid Cloud Storage URL, beginning with * 'gs://'. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. * @opt_param string view The view to retrieve. Defaults to METADATA_ONLY. * @return Google_Service_Dataflow_GetTemplateResponse */ public function get($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_GetTemplateResponse"); } /** * Launch a template. (templates.launch) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param Google_Service_Dataflow_LaunchTemplateParameters $postBody * @param array $optParams Optional parameters. * * @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file * on GCS. The file must be a Json serialized DynamicTemplateFieSpec object. * @opt_param string dynamicTemplate.stagingLocation Cloud Storage path for * staging dependencies. Must be a valid Cloud Storage URL, beginning with * `gs://`. * @opt_param string gcsPath A Cloud Storage path to the template from which to * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. * @opt_param bool validateOnly If true, the request is validated but not * actually executed. Defaults to false. * @return Google_Service_Dataflow_LaunchTemplateResponse */ public function launch($projectId, Google_Service_Dataflow_LaunchTemplateParameters $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('launch', array($params), "Google_Service_Dataflow_LaunchTemplateResponse"); } } PK& ZlA%%_vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $jobs = $dataflowService->jobs; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsJobs extends Google_Service_Resource { /** * Creates a Cloud Dataflow job. To create a job, we recommend using * `projects.locations.jobs.create` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using * `projects.jobs.create` is not recommended, as your job will always start in * `us-central1`. (jobs.create) * * @param string $projectId The ID of the Cloud Platform project that the job * belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @param Google_Service_Dataflow_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string 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, $location, Google_Service_Dataflow_Job $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataflow_Job"); } /** * Gets the state of the specified Cloud Dataflow job. To get the state of a * job, we recommend using `projects.locations.jobs.get` with a [regional * endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional- * endpoints). Using `projects.jobs.get` is not recommended, as you can only get * the state of jobs that are running in `us-central1`. (jobs.get) * * @param string $projectId The ID of the Cloud Platform project that the job * belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @param string $jobId The job ID. * @param array $optParams Optional parameters. * * @opt_param string view The level of information requested in response. * @return Google_Service_Dataflow_Job */ public function get($projectId, $location, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_Job"); } /** * Request detailed information about the execution status of the job. * EXPERIMENTAL. This API is subject to change or removal without notice. * (jobs.getExecutionDetails) * * @param string $projectId A project id. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @param string $jobId The job to get execution details for. * @param array $optParams Optional parameters. * * @opt_param int pageSize If specified, determines the maximum number of stages * to return. If unspecified, the service may choose an appropriate default, or * may return an arbitrarily large number of results. * @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. * @return Google_Service_Dataflow_JobExecutionDetails */ public function getExecutionDetails($projectId, $location, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('getExecutionDetails', array($params), "Google_Service_Dataflow_JobExecutionDetails"); } /** * Request the job status. To request the status of a job, we recommend using * `projects.locations.jobs.getMetrics` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using * `projects.jobs.getMetrics` is not recommended, as you can only request the * status of jobs that are running in `us-central1`. (jobs.getMetrics) * * @param string $projectId A project id. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @param string $jobId The job to get metrics for. * @param array $optParams Optional parameters. * * @opt_param string startTime Return only metric data that has changed since * this time. Default is to return all information about all metrics for the * job. * @return Google_Service_Dataflow_JobMetrics */ public function getMetrics($projectId, $location, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics"); } /** * List the jobs of a project. To list the jobs of a project in a region, we * recommend using `projects.locations.jobs.list` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). To list * the all jobs across all regions, use `projects.jobs.aggregated`. Using * `projects.jobs.list` is not recommended, as you can only get the list of jobs * that are running in `us-central1`. (jobs.listProjectsLocationsJobs) * * @param string $projectId The project which owns the jobs. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @param array $optParams Optional parameters. * * @opt_param string filter The kind of filter to use. * @opt_param int pageSize If there are many jobs, limit response to at most * this many. The actual number of jobs returned will be the lesser of * max_responses and an unspecified server-defined limit. * @opt_param string pageToken Set this to the 'next_page_token' field of a * previous response to request additional results in a long list. * @opt_param string view Deprecated. ListJobs always returns summaries now. Use * GetJob for other JobViews. * @return Google_Service_Dataflow_ListJobsResponse */ public function listProjectsLocationsJobs($projectId, $location, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse"); } /** * Snapshot the state of a streaming job. (jobs.snapshot) * * @param string $projectId The project which owns the job to be snapshotted. * @param string $location The location that contains this job. * @param string $jobId The job to be snapshotted. * @param Google_Service_Dataflow_SnapshotJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_Snapshot */ public function snapshot($projectId, $location, $jobId, Google_Service_Dataflow_SnapshotJobRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('snapshot', array($params), "Google_Service_Dataflow_Snapshot"); } /** * Updates the state of an existing Cloud Dataflow job. To update the state of * an existing job, we recommend using `projects.locations.jobs.update` with a * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts * /regional-endpoints). Using `projects.jobs.update` is not recommended, as you * can only update the state of jobs that are running in `us-central1`. * (jobs.update) * * @param string $projectId The ID of the Cloud Platform project that the job * belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. * @param string $jobId The job ID. * @param Google_Service_Dataflow_Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_Job */ public function update($projectId, $location, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dataflow_Job"); } } PK& Z-0R$f f hvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsWorkItems.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $workItems = $dataflowService->workItems; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsWorkItems extends Google_Service_Resource { /** * Leases a dataflow WorkItem to run. (workItems.lease) * * @param string $projectId Identifies the project this worker belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the WorkItem's job. * @param string $jobId Identifies the workflow job this worker belongs to. * @param Google_Service_Dataflow_LeaseWorkItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_LeaseWorkItemResponse */ public function lease($projectId, $location, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse"); } /** * Reports the status of dataflow WorkItems leased by a worker. * (workItems.reportStatus) * * @param string $projectId The project which owns the WorkItem's job. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the WorkItem's job. * @param string $jobId The job which the WorkItem is part of. * @param Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_ReportWorkItemStatusResponse */ public function reportStatus($projectId, $location, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse"); } } PK& Z{b9dvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $templates = $dataflowService->templates; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsTemplates extends Google_Service_Resource { /** * Creates a Cloud Dataflow job from a template. (templates.create) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. * @param Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_Job */ public function create($projectId, $location, Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataflow_Job"); } /** * Get the template associated with a template. (templates.get) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. * @param array $optParams Optional parameters. * * @opt_param string gcsPath Required. A Cloud Storage path to the template from * which to create the job. Must be valid Cloud Storage URL, beginning with * 'gs://'. * @opt_param string view The view to retrieve. Defaults to METADATA_ONLY. * @return Google_Service_Dataflow_GetTemplateResponse */ public function get($projectId, $location, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_GetTemplateResponse"); } /** * Launch a template. (templates.launch) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. * @param Google_Service_Dataflow_LaunchTemplateParameters $postBody * @param array $optParams Optional parameters. * * @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file * on GCS. The file must be a Json serialized DynamicTemplateFieSpec object. * @opt_param string dynamicTemplate.stagingLocation Cloud Storage path for * staging dependencies. Must be a valid Cloud Storage URL, beginning with * `gs://`. * @opt_param string gcsPath A Cloud Storage path to the template from which to * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. * @opt_param bool validateOnly If true, the request is validated but not * actually executed. Defaults to false. * @return Google_Service_Dataflow_LaunchTemplateResponse */ public function launch($projectId, $location, Google_Service_Dataflow_LaunchTemplateParameters $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('launch', array($params), "Google_Service_Dataflow_LaunchTemplateResponse"); } } PK& ZyRvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $projects = $dataflowService->projects; * */ class Google_Service_Dataflow_Resource_Projects extends Google_Service_Resource { /** * Deletes a snapshot. (projects.deleteSnapshots) * * @param string $projectId The ID of the Cloud Platform project that the * snapshot belongs to. * @param array $optParams Optional parameters. * * @opt_param string location The location that contains this snapshot. * @opt_param string snapshotId The ID of the snapshot. * @return Google_Service_Dataflow_DeleteSnapshotResponse */ public function deleteSnapshots($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('deleteSnapshots', array($params), "Google_Service_Dataflow_DeleteSnapshotResponse"); } /** * Send a worker_message to the service. (projects.workerMessages) * * @param string $projectId The project to send the WorkerMessages to. * @param Google_Service_Dataflow_SendWorkerMessagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_SendWorkerMessagesResponse */ public function workerMessages($projectId, Google_Service_Dataflow_SendWorkerMessagesRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('workerMessages', array($params), "Google_Service_Dataflow_SendWorkerMessagesResponse"); } } PK& Zy, , ^vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $messages = $dataflowService->messages; * */ class Google_Service_Dataflow_Resource_ProjectsJobsMessages extends Google_Service_Resource { /** * Request the job status. To request the status of a job, we recommend using * `projects.locations.jobs.messages.list` with a [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using * `projects.jobs.messages.list` is not recommended, as you can only request the * status of jobs that are running in `us-central1`. * (messages.listProjectsJobsMessages) * * @param string $projectId A project id. * @param string $jobId The job to get messages about. * @param array $optParams Optional parameters. * * @opt_param string endTime Return only messages with timestamps < end_time. * The default is now (i.e. return up to the latest messages available). * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. * @opt_param string minimumImportance Filter to only get messages with * importance >= level * @opt_param int pageSize If specified, determines the maximum number of * messages to return. If unspecified, the service may choose an appropriate * default, or may return an arbitrarily large number of results. * @opt_param string 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 string startTime If specified, return only messages with * timestamps >= start_time. The default is the job creation time (i.e. * beginning of messages). * @return Google_Service_Dataflow_ListJobMessagesResponse */ public function listProjectsJobsMessages($projectId, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse"); } } PK& Z77bvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplateVersions.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $templateVersions = $dataflowService->templateVersions; * */ class Google_Service_Dataflow_Resource_ProjectsTemplateVersions extends Google_Service_Resource { /** * List TemplateVersions using project_id and an optional display_name field. * List all the TemplateVersions in the Template if display set. List all the * TemplateVersions in the Project if display_name not set. * (templateVersions.listProjectsTemplateVersions) * * @param string $parent parent includes project_id, and display_name is * optional. List by project_id(pid1) and display_name(tid1). Format: * projects/{pid1}/catalogTemplates/{tid1} List by project_id(pid1). Format: * projects/{pid1} * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of TemplateVersions to return per * page. * @opt_param string pageToken The page token, received from a previous * ListTemplateVersions call. Provide this to retrieve the subsequent page. * @return Google_Service_Dataflow_ListTemplateVersionsResponse */ public function listProjectsTemplateVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListTemplateVersionsResponse"); } } PK& Zҏ> > [vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $debug = $dataflowService->debug; * */ class Google_Service_Dataflow_Resource_ProjectsJobsDebug extends Google_Service_Resource { /** * Get encoded debug configuration for component. Not cacheable. * (debug.getConfig) * * @param string $projectId The project id. * @param string $jobId The job id. * @param Google_Service_Dataflow_GetDebugConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_GetDebugConfigResponse */ public function getConfig($projectId, $jobId, Google_Service_Dataflow_GetDebugConfigRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_Dataflow_GetDebugConfigResponse"); } /** * Send encoded debug capture data for component. (debug.sendCapture) * * @param string $projectId The project id. * @param string $jobId The job id. * @param Google_Service_Dataflow_SendDebugCaptureRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_SendDebugCaptureResponse */ public function sendCapture($projectId, $jobId, Google_Service_Dataflow_SendDebugCaptureRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sendCapture', array($params), "Google_Service_Dataflow_SendDebugCaptureResponse"); } } PK& Z,Z [vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsSnapshots.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $snapshots = $dataflowService->snapshots; * */ class Google_Service_Dataflow_Resource_ProjectsSnapshots extends Google_Service_Resource { /** * Gets information about a snapshot. (snapshots.get) * * @param string $projectId The ID of the Cloud Platform project that the * snapshot belongs to. * @param string $snapshotId The ID of the snapshot. * @param array $optParams Optional parameters. * * @opt_param string location The location that contains this snapshot. * @return Google_Service_Dataflow_Snapshot */ public function get($projectId, $snapshotId, $optParams = array()) { $params = array('projectId' => $projectId, 'snapshotId' => $snapshotId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataflow_Snapshot"); } /** * Lists snapshots. (snapshots.listProjectsSnapshots) * * @param string $projectId The project ID to list snapshots for. * @param array $optParams Optional parameters. * * @opt_param string jobId If specified, list snapshots created from this job. * @opt_param string location The location to list snapshots in. * @return Google_Service_Dataflow_ListSnapshotsResponse */ public function listProjectsSnapshots($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListSnapshotsResponse"); } } PK& Z);c]]^vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSql.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $sql = $dataflowService->sql; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsSql extends Google_Service_Resource { /** * Validates a GoogleSQL query for Cloud Dataflow syntax. Will always confirm * the given query parses correctly, and if able to look up schema information * from DataCatalog, will validate that the query analyzes properly as well. * (sql.validate) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param string $location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. * @param array $optParams Optional parameters. * * @opt_param string query The sql query to validate. * @return Google_Service_Dataflow_ValidateResponse */ public function validate($projectId, $location, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Dataflow_ValidateResponse"); } } PK& Z[.WWhvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsFlexTemplates.phpnu[ * $dataflowService = new Google_Service_Dataflow(...); * $flexTemplates = $dataflowService->flexTemplates; * */ class Google_Service_Dataflow_Resource_ProjectsLocationsFlexTemplates extends Google_Service_Resource { /** * Launch a job with a FlexTemplate. (flexTemplates.launch) * * @param string $projectId Required. The ID of the Cloud Platform project that * the job belongs to. * @param string $location Required. The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. E.g., us-central1, us-west1. * @param Google_Service_Dataflow_LaunchFlexTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataflow_LaunchFlexTemplateResponse */ public function launch($projectId, $location, Google_Service_Dataflow_LaunchFlexTemplateRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('launch', array($params), "Google_Service_Dataflow_LaunchFlexTemplateResponse"); } } PK& ZǷDNvendor/google/apiclient-services/src/Google/Service/Dataflow/ContainerSpec.phpnu[defaultEnvironment = $defaultEnvironment; } /** * @return Google_Service_Dataflow_FlexTemplateRuntimeEnvironment */ public function getDefaultEnvironment() { return $this->defaultEnvironment; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Dataflow_TemplateMetadata */ public function setMetadata(Google_Service_Dataflow_TemplateMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Dataflow_TemplateMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Dataflow_SDKInfo */ public function setSdkInfo(Google_Service_Dataflow_SDKInfo $sdkInfo) { $this->sdkInfo = $sdkInfo; } /** * @return Google_Service_Dataflow_SDKInfo */ public function getSdkInfo() { return $this->sdkInfo; } } PK& Z~Vvendor/google/apiclient-services/src/Google/Service/Dataflow/StageExecutionDetails.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dataflow_WorkerDetails[] */ public function setWorkers($workers) { $this->workers = $workers; } /** * @return Google_Service_Dataflow_WorkerDetails[] */ public function getWorkers() { return $this->workers; } } PK& Zb',++Qvendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingEvent.phpnu[currentNumWorkers = $currentNumWorkers; } public function getCurrentNumWorkers() { return $this->currentNumWorkers; } /** * @param Google_Service_Dataflow_StructuredMessage */ public function setDescription(Google_Service_Dataflow_StructuredMessage $description) { $this->description = $description; } /** * @return Google_Service_Dataflow_StructuredMessage */ public function getDescription() { return $this->description; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } public function setTargetNumWorkers($targetNumWorkers) { $this->targetNumWorkers = $targetNumWorkers; } public function getTargetNumWorkers() { return $this->targetNumWorkers; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } public function setWorkerPool($workerPool) { $this->workerPool = $workerPool; } public function getWorkerPool() { return $this->workerPool; } } PK& Z|Svendor/google/apiclient-services/src/Google/Service/Dataflow/TaskRunnerSettings.phpnu[alsologtostderr = $alsologtostderr; } public function getAlsologtostderr() { return $this->alsologtostderr; } public function setBaseTaskDir($baseTaskDir) { $this->baseTaskDir = $baseTaskDir; } public function getBaseTaskDir() { return $this->baseTaskDir; } public function setBaseUrl($baseUrl) { $this->baseUrl = $baseUrl; } public function getBaseUrl() { return $this->baseUrl; } public function setCommandlinesFileName($commandlinesFileName) { $this->commandlinesFileName = $commandlinesFileName; } public function getCommandlinesFileName() { return $this->commandlinesFileName; } public function setContinueOnException($continueOnException) { $this->continueOnException = $continueOnException; } public function getContinueOnException() { return $this->continueOnException; } public function setDataflowApiVersion($dataflowApiVersion) { $this->dataflowApiVersion = $dataflowApiVersion; } public function getDataflowApiVersion() { return $this->dataflowApiVersion; } public function setHarnessCommand($harnessCommand) { $this->harnessCommand = $harnessCommand; } public function getHarnessCommand() { return $this->harnessCommand; } public function setLanguageHint($languageHint) { $this->languageHint = $languageHint; } public function getLanguageHint() { return $this->languageHint; } public function setLogDir($logDir) { $this->logDir = $logDir; } public function getLogDir() { return $this->logDir; } public function setLogToSerialconsole($logToSerialconsole) { $this->logToSerialconsole = $logToSerialconsole; } public function getLogToSerialconsole() { return $this->logToSerialconsole; } public function setLogUploadLocation($logUploadLocation) { $this->logUploadLocation = $logUploadLocation; } public function getLogUploadLocation() { return $this->logUploadLocation; } public function setOauthScopes($oauthScopes) { $this->oauthScopes = $oauthScopes; } public function getOauthScopes() { return $this->oauthScopes; } /** * @param Google_Service_Dataflow_WorkerSettings */ public function setParallelWorkerSettings(Google_Service_Dataflow_WorkerSettings $parallelWorkerSettings) { $this->parallelWorkerSettings = $parallelWorkerSettings; } /** * @return Google_Service_Dataflow_WorkerSettings */ public function getParallelWorkerSettings() { return $this->parallelWorkerSettings; } public function setStreamingWorkerMainClass($streamingWorkerMainClass) { $this->streamingWorkerMainClass = $streamingWorkerMainClass; } public function getStreamingWorkerMainClass() { return $this->streamingWorkerMainClass; } public function setTaskGroup($taskGroup) { $this->taskGroup = $taskGroup; } public function getTaskGroup() { return $this->taskGroup; } public function setTaskUser($taskUser) { $this->taskUser = $taskUser; } public function getTaskUser() { return $this->taskUser; } public function setTempStoragePrefix($tempStoragePrefix) { $this->tempStoragePrefix = $tempStoragePrefix; } public function getTempStoragePrefix() { return $this->tempStoragePrefix; } public function setVmId($vmId) { $this->vmId = $vmId; } public function getVmId() { return $this->vmId; } public function setWorkflowFileName($workflowFileName) { $this->workflowFileName = $workflowFileName; } public function getWorkflowFileName() { return $this->workflowFileName; } } PK& ZSNNZvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.phpnu[metadata = $metadata; } /** * @return Google_Service_Dataflow_SourceMetadata */ public function getMetadata() { return $this->metadata; } } PK& ZKvendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetrics.phpnu[metricTime = $metricTime; } public function getMetricTime() { return $this->metricTime; } /** * @param Google_Service_Dataflow_MetricUpdate[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dataflow_MetricUpdate[] */ public function getMetrics() { return $this->metrics; } } PK& Z7-''Ovendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.phpnu[estimatedSizeBytes = $estimatedSizeBytes; } public function getEstimatedSizeBytes() { return $this->estimatedSizeBytes; } public function setInfinite($infinite) { $this->infinite = $infinite; } public function getInfinite() { return $this->infinite; } public function setProducesSortedKeys($producesSortedKeys) { $this->producesSortedKeys = $producesSortedKeys; } public function getProducesSortedKeys() { return $this->producesSortedKeys; } } PK& Z(7 Vvendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredName.phpnu[componentStepName = $componentStepName; } public function getComponentStepName() { return $this->componentStepName; } public function setExecutionStepName($executionStepName) { $this->executionStepName = $executionStepName; } public function getExecutionStepName() { return $this->executionStepName; } public function setInputIndex($inputIndex) { $this->inputIndex = $inputIndex; } public function getInputIndex() { return $this->inputIndex; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setOriginNamespace($originNamespace) { $this->originNamespace = $originNamespace; } public function getOriginNamespace() { return $this->originNamespace; } public function setOriginalRequestingStepName($originalRequestingStepName) { $this->originalRequestingStepName = $originalRequestingStepName; } public function getOriginalRequestingStepName() { return $this->originalRequestingStepName; } public function setOriginalStepName($originalStepName) { $this->originalStepName = $originalStepName; } public function getOriginalStepName() { return $this->originalStepName; } public function setPortion($portion) { $this->portion = $portion; } public function getPortion() { return $this->portion; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK& ZI1żHvendor/google/apiclient-services/src/Google/Service/Dataflow/MemInfo.phpnu[currentLimitBytes = $currentLimitBytes; } public function getCurrentLimitBytes() { return $this->currentLimitBytes; } public function setCurrentRssBytes($currentRssBytes) { $this->currentRssBytes = $currentRssBytes; } public function getCurrentRssBytes() { return $this->currentRssBytes; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTotalGbMs($totalGbMs) { $this->totalGbMs = $totalGbMs; } public function getTotalGbMs() { return $this->totalGbMs; } } PK& Z: Tvendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionDetails.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dataflow_StageSummary[] */ public function setStages($stages) { $this->stages = $stages; } /** * @return Google_Service_Dataflow_StageSummary[] */ public function getStages() { return $this->stages; } } PK& Z$rrKvendor/google/apiclient-services/src/Google/Service/Dataflow/StringList.phpnu[elements = $elements; } public function getElements() { return $this->elements; } } PK& Z{yEvendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.phpnu[diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setMountPoint($mountPoint) { $this->mountPoint = $mountPoint; } public function getMountPoint() { return $this->mountPoint; } public function setSizeGb($sizeGb) { $this->sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } } PK& ZA%%Pvendor/google/apiclient-services/src/Google/Service/Dataflow/MultiOutputInfo.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK& ZmmTvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.phpnu[bundles = $bundles; } /** * @return Google_Service_Dataflow_DerivedSource[] */ public function getBundles() { return $this->bundles; } public function setOutcome($outcome) { $this->outcome = $outcome; } public function getOutcome() { return $this->outcome; } /** * @param Google_Service_Dataflow_SourceSplitShard[] */ public function setShards($shards) { $this->shards = $shards; } /** * @return Google_Service_Dataflow_SourceSplitShard[] */ public function getShards() { return $this->shards; } } PK& Ze| v v ]vendor/google/apiclient-services/src/Google/Service/Dataflow/PartialGroupByKeyInstruction.phpnu[input = $input; } /** * @return Google_Service_Dataflow_InstructionInput */ public function getInput() { return $this->input; } public function setInputElementCodec($inputElementCodec) { $this->inputElementCodec = $inputElementCodec; } public function getInputElementCodec() { return $this->inputElementCodec; } public function setOriginalCombineValuesInputStoreName($originalCombineValuesInputStoreName) { $this->originalCombineValuesInputStoreName = $originalCombineValuesInputStoreName; } public function getOriginalCombineValuesInputStoreName() { return $this->originalCombineValuesInputStoreName; } public function setOriginalCombineValuesStepName($originalCombineValuesStepName) { $this->originalCombineValuesStepName = $originalCombineValuesStepName; } public function getOriginalCombineValuesStepName() { return $this->originalCombineValuesStepName; } /** * @param Google_Service_Dataflow_SideInputInfo[] */ public function setSideInputs($sideInputs) { $this->sideInputs = $sideInputs; } /** * @return Google_Service_Dataflow_SideInputInfo[] */ public function getSideInputs() { return $this->sideInputs; } public function setValueCombiningFn($valueCombiningFn) { $this->valueCombiningFn = $valueCombiningFn; } public function getValueCombiningFn() { return $this->valueCombiningFn; } } PK& ZNy_vendor/google/apiclient-services/src/Google/Service/Dataflow/FlexTemplateRuntimeEnvironment.phpnu[additionalExperiments = $additionalExperiments; } public function getAdditionalExperiments() { return $this->additionalExperiments; } public function setAdditionalUserLabels($additionalUserLabels) { $this->additionalUserLabels = $additionalUserLabels; } public function getAdditionalUserLabels() { return $this->additionalUserLabels; } public function setEnableStreamingEngine($enableStreamingEngine) { $this->enableStreamingEngine = $enableStreamingEngine; } public function getEnableStreamingEngine() { return $this->enableStreamingEngine; } public function setFlexrsGoal($flexrsGoal) { $this->flexrsGoal = $flexrsGoal; } public function getFlexrsGoal() { return $this->flexrsGoal; } public function setIpConfiguration($ipConfiguration) { $this->ipConfiguration = $ipConfiguration; } public function getIpConfiguration() { return $this->ipConfiguration; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMaxWorkers($maxWorkers) { $this->maxWorkers = $maxWorkers; } public function getMaxWorkers() { return $this->maxWorkers; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNumWorkers($numWorkers) { $this->numWorkers = $numWorkers; } public function getNumWorkers() { return $this->numWorkers; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setTempLocation($tempLocation) { $this->tempLocation = $tempLocation; } public function getTempLocation() { return $this->tempLocation; } public function setWorkerRegion($workerRegion) { $this->workerRegion = $workerRegion; } public function getWorkerRegion() { return $this->workerRegion; } public function setWorkerZone($workerZone) { $this->workerZone = $workerZone; } public function getWorkerZone() { return $this->workerZone; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& ZxOOWvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingStageLocation.phpnu[streamId = $streamId; } public function getStreamId() { return $this->streamId; } } PK& ZrJ`vendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionTagRequest.phpnu[removeOnly = $removeOnly; } public function getRemoveOnly() { return $this->removeOnly; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK& ZkB$[[Nvendor/google/apiclient-services/src/Google/Service/Dataflow/FileIODetails.phpnu[filePattern = $filePattern; } public function getFilePattern() { return $this->filePattern; } } PK& Z[vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchFlexTemplateResponse.phpnu[job = $job; } /** * @return Google_Service_Dataflow_Job */ public function getJob() { return $this->job; } } PK& ZǷFvendor/google/apiclient-services/src/Google/Service/Dataflow/Point.phpnu[time = $time; } public function getTime() { return $this->time; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZL> Lvendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.phpnu[clusterManagerApiService = $clusterManagerApiService; } public function getClusterManagerApiService() { return $this->clusterManagerApiService; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_Dataflow_DebugOptions */ public function setDebugOptions(Google_Service_Dataflow_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_Dataflow_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } public function setExperiments($experiments) { $this->experiments = $experiments; } public function getExperiments() { return $this->experiments; } public function setFlexResourceSchedulingGoal($flexResourceSchedulingGoal) { $this->flexResourceSchedulingGoal = $flexResourceSchedulingGoal; } public function getFlexResourceSchedulingGoal() { return $this->flexResourceSchedulingGoal; } public function setInternalExperiments($internalExperiments) { $this->internalExperiments = $internalExperiments; } public function getInternalExperiments() { return $this->internalExperiments; } public function setSdkPipelineOptions($sdkPipelineOptions) { $this->sdkPipelineOptions = $sdkPipelineOptions; } public function getSdkPipelineOptions() { return $this->sdkPipelineOptions; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setServiceKmsKeyName($serviceKmsKeyName) { $this->serviceKmsKeyName = $serviceKmsKeyName; } public function getServiceKmsKeyName() { return $this->serviceKmsKeyName; } public function setServiceOptions($serviceOptions) { $this->serviceOptions = $serviceOptions; } public function getServiceOptions() { return $this->serviceOptions; } public function setShuffleMode($shuffleMode) { $this->shuffleMode = $shuffleMode; } public function getShuffleMode() { return $this->shuffleMode; } public function setTempStoragePrefix($tempStoragePrefix) { $this->tempStoragePrefix = $tempStoragePrefix; } public function getTempStoragePrefix() { return $this->tempStoragePrefix; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_Dataflow_WorkerPool[] */ public function setWorkerPools($workerPools) { $this->workerPools = $workerPools; } /** * @return Google_Service_Dataflow_WorkerPool[] */ public function getWorkerPools() { return $this->workerPools; } public function setWorkerRegion($workerRegion) { $this->workerRegion = $workerRegion; } public function getWorkerRegion() { return $this->workerRegion; } public function setWorkerZone($workerZone) { $this->workerZone = $workerZone; } public function getWorkerZone() { return $this->workerZone; } } PK& ZATvendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.phpnu[flatten = $flatten; } /** * @return Google_Service_Dataflow_FlattenInstruction */ public function getFlatten() { return $this->flatten; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOriginalName($originalName) { $this->originalName = $originalName; } public function getOriginalName() { return $this->originalName; } /** * @param Google_Service_Dataflow_InstructionOutput[] */ public function setOutputs($outputs) { $this->outputs = $outputs; } /** * @return Google_Service_Dataflow_InstructionOutput[] */ public function getOutputs() { return $this->outputs; } /** * @param Google_Service_Dataflow_ParDoInstruction */ public function setParDo(Google_Service_Dataflow_ParDoInstruction $parDo) { $this->parDo = $parDo; } /** * @return Google_Service_Dataflow_ParDoInstruction */ public function getParDo() { return $this->parDo; } /** * @param Google_Service_Dataflow_PartialGroupByKeyInstruction */ public function setPartialGroupByKey(Google_Service_Dataflow_PartialGroupByKeyInstruction $partialGroupByKey) { $this->partialGroupByKey = $partialGroupByKey; } /** * @return Google_Service_Dataflow_PartialGroupByKeyInstruction */ public function getPartialGroupByKey() { return $this->partialGroupByKey; } /** * @param Google_Service_Dataflow_ReadInstruction */ public function setRead(Google_Service_Dataflow_ReadInstruction $read) { $this->read = $read; } /** * @return Google_Service_Dataflow_ReadInstruction */ public function getRead() { return $this->read; } public function setSystemName($systemName) { $this->systemName = $systemName; } public function getSystemName() { return $this->systemName; } /** * @param Google_Service_Dataflow_WriteInstruction */ public function setWrite(Google_Service_Dataflow_WriteInstruction $write) { $this->write = $write; } /** * @return Google_Service_Dataflow_WriteInstruction */ public function getWrite() { return $this->write; } } PK& Z)yQvendor/google/apiclient-services/src/Google/Service/Dataflow/WriteInstruction.phpnu[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; } } PK& Z> > Vvendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.phpnu[componentSource = $componentSource; } /** * @return Google_Service_Dataflow_ComponentSource[] */ public function getComponentSource() { return $this->componentSource; } /** * @param Google_Service_Dataflow_ComponentTransform[] */ public function setComponentTransform($componentTransform) { $this->componentTransform = $componentTransform; } /** * @return Google_Service_Dataflow_ComponentTransform[] */ public function getComponentTransform() { return $this->componentTransform; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dataflow_StageSource[] */ public function setInputSource($inputSource) { $this->inputSource = $inputSource; } /** * @return Google_Service_Dataflow_StageSource[] */ public function getInputSource() { return $this->inputSource; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataflow_StageSource[] */ public function setOutputSource($outputSource) { $this->outputSource = $outputSource; } /** * @return Google_Service_Dataflow_StageSource[] */ public function getOutputSource() { return $this->outputSource; } public function setPrerequisiteStage($prerequisiteStage) { $this->prerequisiteStage = $prerequisiteStage; } public function getPrerequisiteStage() { return $this->prerequisiteStage; } } PK& ZLQv[vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.phpnu[stateFamily = $stateFamily; } public function getStateFamily() { return $this->stateFamily; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK& Zpy`Lvendor/google/apiclient-services/src/Google/Service/Dataflow/NameAndKind.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& Z{Ivendor/google/apiclient-services/src/Google/Service/Dataflow/Position.phpnu[byteOffset = $byteOffset; } public function getByteOffset() { return $this->byteOffset; } /** * @param Google_Service_Dataflow_ConcatPosition */ public function setConcatPosition(Google_Service_Dataflow_ConcatPosition $concatPosition) { $this->concatPosition = $concatPosition; } /** * @return Google_Service_Dataflow_ConcatPosition */ public function getConcatPosition() { return $this->concatPosition; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setRecordIndex($recordIndex) { $this->recordIndex = $recordIndex; } public function getRecordIndex() { return $this->recordIndex; } public function setShufflePosition($shufflePosition) { $this->shufflePosition = $shufflePosition; } public function getShufflePosition() { return $this->shufflePosition; } } PK& ZzyRvendor/google/apiclient-services/src/Google/Service/Dataflow/BigQueryIODetails.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } } PK& ZKtBMvendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerGauge.phpnu[timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } /** * @param Google_Service_Dataflow_SplitInt64 */ public function setValue(Google_Service_Dataflow_SplitInt64 $value) { $this->value = $value; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getValue() { return $this->value; } } PK& ZTvendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.phpnu[percentComplete = $percentComplete; } public function getPercentComplete() { return $this->percentComplete; } /** * @param Google_Service_Dataflow_Position */ public function setPosition(Google_Service_Dataflow_Position $position) { $this->position = $position; } /** * @return Google_Service_Dataflow_Position */ public function getPosition() { return $this->position; } public function setRemainingTime($remainingTime) { $this->remainingTime = $remainingTime; } public function getRemainingTime() { return $this->remainingTime; } } PK& ZByyRvendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.phpnu[elements = $elements; } public function getElements() { return $this->elements; } } PK& Zc-kYvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.phpnu[computationRanges = $computationRanges; } /** * @return Google_Service_Dataflow_StreamingComputationRanges[] */ public function getComputationRanges() { return $this->computationRanges; } /** * @param Google_Service_Dataflow_MountedDataDisk[] */ public function setDataDisks($dataDisks) { $this->dataDisks = $dataDisks; } /** * @return Google_Service_Dataflow_MountedDataDisk[] */ public function getDataDisks() { return $this->dataDisks; } public function setTaskType($taskType) { $this->taskType = $taskType; } public function getTaskType() { return $this->taskType; } } PK& Z* Vvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageResponse.phpnu[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; } } PK& ZqPvendor/google/apiclient-services/src/Google/Service/Dataflow/HotKeyDetection.phpnu[hotKeyAge = $hotKeyAge; } public function getHotKeyAge() { return $this->hotKeyAge; } public function setSystemName($systemName) { $this->systemName = $systemName; } public function getSystemName() { return $this->systemName; } public function setUserStepName($userStepName) { $this->userStepName = $userStepName; } public function getUserStepName() { return $this->userStepName; } } PK& Za2 Mvendor/google/apiclient-services/src/Google/Service/Dataflow/MetricUpdate.phpnu[cumulative = $cumulative; } public function getCumulative() { return $this->cumulative; } public function setDistribution($distribution) { $this->distribution = $distribution; } public function getDistribution() { return $this->distribution; } public function setGauge($gauge) { $this->gauge = $gauge; } public function getGauge() { return $this->gauge; } public function setInternal($internal) { $this->internal = $internal; } public function getInternal() { return $this->internal; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMeanCount($meanCount) { $this->meanCount = $meanCount; } public function getMeanCount() { return $this->meanCount; } public function setMeanSum($meanSum) { $this->meanSum = $meanSum; } public function getMeanSum() { return $this->meanSum; } /** * @param Google_Service_Dataflow_MetricStructuredName */ public function setName(Google_Service_Dataflow_MetricStructuredName $name) { $this->name = $name; } /** * @return Google_Service_Dataflow_MetricStructuredName */ public function getName() { return $this->name; } public function setScalar($scalar) { $this->scalar = $scalar; } public function getScalar() { return $this->scalar; } public function setSet($set) { $this->set = $set; } public function getSet() { return $this->set; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK& Z>}}Vvendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.phpnu[stepName = $stepName; } public function getStepName() { return $this->stepName; } } PK& Zoo[vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.phpnu[dataDisk = $dataDisk; } public function getDataDisk() { return $this->dataDisk; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK& Z;Pvendor/google/apiclient-services/src/Google/Service/Dataflow/RuntimeMetadata.phpnu[parameters = $parameters; } /** * @return Google_Service_Dataflow_ParameterMetadata[] */ public function getParameters() { return $this->parameters; } /** * @param Google_Service_Dataflow_SDKInfo */ public function setSdkInfo(Google_Service_Dataflow_SDKInfo $sdkInfo) { $this->sdkInfo = $sdkInfo; } /** * @return Google_Service_Dataflow_SDKInfo */ public function getSdkInfo() { return $this->sdkInfo; } } PK& Z,Qvendor/google/apiclient-services/src/Google/Service/Dataflow/SpannerIODetails.phpnu[databaseId = $databaseId; } public function getDatabaseId() { return $this->databaseId; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK& Z?E]vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.phpnu[unifiedWorkerResponse = $unifiedWorkerResponse; } public function getUnifiedWorkerResponse() { return $this->unifiedWorkerResponse; } /** * @param Google_Service_Dataflow_WorkItemServiceState[] */ public function setWorkItemServiceStates($workItemServiceStates) { $this->workItemServiceStates = $workItemServiceStates; } /** * @return Google_Service_Dataflow_WorkItemServiceState[] */ public function getWorkItemServiceStates() { return $this->workItemServiceStates; } } PK& Z/2$Pvendor/google/apiclient-services/src/Google/Service/Dataflow/PubSubIODetails.phpnu[subscription = $subscription; } public function getSubscription() { return $this->subscription; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK& Z=ddOvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.phpnu[baseUrl = $baseUrl; } public function getBaseUrl() { return $this->baseUrl; } public function setReportingEnabled($reportingEnabled) { $this->reportingEnabled = $reportingEnabled; } public function getReportingEnabled() { return $this->reportingEnabled; } public function setServicePath($servicePath) { $this->servicePath = $servicePath; } public function getServicePath() { return $this->servicePath; } public function setShuffleServicePath($shuffleServicePath) { $this->shuffleServicePath = $shuffleServicePath; } public function getShuffleServicePath() { return $this->shuffleServicePath; } public function setTempStoragePrefix($tempStoragePrefix) { $this->tempStoragePrefix = $tempStoragePrefix; } public function getTempStoragePrefix() { return $this->tempStoragePrefix; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK& Zu#7Gvendor/google/apiclient-services/src/Google/Service/Dataflow/Status.phpnu[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; } } PK& Zj   [vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.phpnu[computationId = $computationId; } public function getComputationId() { return $this->computationId; } /** * @param Google_Service_Dataflow_ParallelInstruction[] */ public function setInstructions($instructions) { $this->instructions = $instructions; } /** * @return Google_Service_Dataflow_ParallelInstruction[] */ public function getInstructions() { return $this->instructions; } public function setStageName($stageName) { $this->stageName = $stageName; } public function getStageName() { return $this->stageName; } public function setSystemName($systemName) { $this->systemName = $systemName; } public function getSystemName() { return $this->systemName; } public function setTransformUserNameToStateFamily($transformUserNameToStateFamily) { $this->transformUserNameToStateFamily = $transformUserNameToStateFamily; } public function getTransformUserNameToStateFamily() { return $this->transformUserNameToStateFamily; } } PK& Z]:22Xvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.phpnu[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; } } PK& Z% Svendor/google/apiclient-services/src/Google/Service/Dataflow/DistributionUpdate.phpnu[count = $count; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getCount() { return $this->count; } /** * @param Google_Service_Dataflow_Histogram */ public function setHistogram(Google_Service_Dataflow_Histogram $histogram) { $this->histogram = $histogram; } /** * @return Google_Service_Dataflow_Histogram */ public function getHistogram() { return $this->histogram; } /** * @param Google_Service_Dataflow_SplitInt64 */ public function setMax(Google_Service_Dataflow_SplitInt64 $max) { $this->max = $max; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getMax() { return $this->max; } /** * @param Google_Service_Dataflow_SplitInt64 */ public function setMin(Google_Service_Dataflow_SplitInt64 $min) { $this->min = $min; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getMin() { return $this->min; } /** * @param Google_Service_Dataflow_SplitInt64 */ public function setSum(Google_Service_Dataflow_SplitInt64 $sum) { $this->sum = $sum; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getSum() { return $this->sum; } public function setSumOfSquares($sumOfSquares) { $this->sumOfSquares = $sumOfSquares; } public function getSumOfSquares() { return $this->sumOfSquares; } } PK& ZCYvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.phpnu[source = $source; } /** * @return Google_Service_Dataflow_Source */ public function getSource() { return $this->source; } } PK& Z@ Nvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessage.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } /** * @param Google_Service_Dataflow_WorkerHealthReport */ public function setWorkerHealthReport(Google_Service_Dataflow_WorkerHealthReport $workerHealthReport) { $this->workerHealthReport = $workerHealthReport; } /** * @return Google_Service_Dataflow_WorkerHealthReport */ public function getWorkerHealthReport() { return $this->workerHealthReport; } /** * @param Google_Service_Dataflow_WorkerLifecycleEvent */ public function setWorkerLifecycleEvent(Google_Service_Dataflow_WorkerLifecycleEvent $workerLifecycleEvent) { $this->workerLifecycleEvent = $workerLifecycleEvent; } /** * @return Google_Service_Dataflow_WorkerLifecycleEvent */ public function getWorkerLifecycleEvent() { return $this->workerLifecycleEvent; } /** * @param Google_Service_Dataflow_WorkerMessageCode */ public function setWorkerMessageCode(Google_Service_Dataflow_WorkerMessageCode $workerMessageCode) { $this->workerMessageCode = $workerMessageCode; } /** * @return Google_Service_Dataflow_WorkerMessageCode */ public function getWorkerMessageCode() { return $this->workerMessageCode; } /** * @param Google_Service_Dataflow_ResourceUtilizationReport */ public function setWorkerMetrics(Google_Service_Dataflow_ResourceUtilizationReport $workerMetrics) { $this->workerMetrics = $workerMetrics; } /** * @return Google_Service_Dataflow_ResourceUtilizationReport */ public function getWorkerMetrics() { return $this->workerMetrics; } /** * @param Google_Service_Dataflow_WorkerShutdownNotice */ public function setWorkerShutdownNotice(Google_Service_Dataflow_WorkerShutdownNotice $workerShutdownNotice) { $this->workerShutdownNotice = $workerShutdownNotice; } /** * @return Google_Service_Dataflow_WorkerShutdownNotice */ public function getWorkerShutdownNotice() { return $this->workerShutdownNotice; } } PK& ZOIYvendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.phpnu[completed = $completed; } public function getCompleted() { return $this->completed; } /** * @param Google_Service_Dataflow_CounterUpdate[] */ public function setCounterUpdates($counterUpdates) { $this->counterUpdates = $counterUpdates; } /** * @return Google_Service_Dataflow_CounterUpdate[] */ public function getCounterUpdates() { return $this->counterUpdates; } /** * @param Google_Service_Dataflow_DynamicSourceSplit */ public function setDynamicSourceSplit(Google_Service_Dataflow_DynamicSourceSplit $dynamicSourceSplit) { $this->dynamicSourceSplit = $dynamicSourceSplit; } /** * @return Google_Service_Dataflow_DynamicSourceSplit */ public function getDynamicSourceSplit() { return $this->dynamicSourceSplit; } /** * @param Google_Service_Dataflow_Status[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Dataflow_Status[] */ public function getErrors() { return $this->errors; } /** * @param Google_Service_Dataflow_MetricUpdate[] */ public function setMetricUpdates($metricUpdates) { $this->metricUpdates = $metricUpdates; } /** * @return Google_Service_Dataflow_MetricUpdate[] */ public function getMetricUpdates() { return $this->metricUpdates; } /** * @param Google_Service_Dataflow_ApproximateProgress */ public function setProgress(Google_Service_Dataflow_ApproximateProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_Dataflow_ApproximateProgress */ public function getProgress() { return $this->progress; } public function setReportIndex($reportIndex) { $this->reportIndex = $reportIndex; } public function getReportIndex() { return $this->reportIndex; } /** * @param Google_Service_Dataflow_ApproximateReportedProgress */ public function setReportedProgress(Google_Service_Dataflow_ApproximateReportedProgress $reportedProgress) { $this->reportedProgress = $reportedProgress; } /** * @return Google_Service_Dataflow_ApproximateReportedProgress */ public function getReportedProgress() { return $this->reportedProgress; } public function setRequestedLeaseDuration($requestedLeaseDuration) { $this->requestedLeaseDuration = $requestedLeaseDuration; } public function getRequestedLeaseDuration() { return $this->requestedLeaseDuration; } /** * @param Google_Service_Dataflow_SourceFork */ public function setSourceFork(Google_Service_Dataflow_SourceFork $sourceFork) { $this->sourceFork = $sourceFork; } /** * @return Google_Service_Dataflow_SourceFork */ public function getSourceFork() { return $this->sourceFork; } /** * @param Google_Service_Dataflow_SourceOperationResponse */ public function setSourceOperationResponse(Google_Service_Dataflow_SourceOperationResponse $sourceOperationResponse) { $this->sourceOperationResponse = $sourceOperationResponse; } /** * @return Google_Service_Dataflow_SourceOperationResponse */ public function getSourceOperationResponse() { return $this->sourceOperationResponse; } /** * @param Google_Service_Dataflow_Position */ public function setStopPosition(Google_Service_Dataflow_Position $stopPosition) { $this->stopPosition = $stopPosition; } /** * @return Google_Service_Dataflow_Position */ public function getStopPosition() { return $this->stopPosition; } public function setTotalThrottlerWaitTimeSeconds($totalThrottlerWaitTimeSeconds) { $this->totalThrottlerWaitTimeSeconds = $totalThrottlerWaitTimeSeconds; } public function getTotalThrottlerWaitTimeSeconds() { return $this->totalThrottlerWaitTimeSeconds; } public function setWorkItemId($workItemId) { $this->workItemId = $workItemId; } public function getWorkItemId() { return $this->workItemId; } } PK& Z0Jvendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.phpnu[command = $command; } public function getCommand() { return $this->command; } public function setExitCode($exitCode) { $this->exitCode = $exitCode; } public function getExitCode() { return $this->exitCode; } } PK& Z\F F \vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.phpnu[consumedParallelism = $consumedParallelism; } /** * @return Google_Service_Dataflow_ReportedParallelism */ public function getConsumedParallelism() { return $this->consumedParallelism; } public function setFractionConsumed($fractionConsumed) { $this->fractionConsumed = $fractionConsumed; } public function getFractionConsumed() { return $this->fractionConsumed; } /** * @param Google_Service_Dataflow_Position */ public function setPosition(Google_Service_Dataflow_Position $position) { $this->position = $position; } /** * @return Google_Service_Dataflow_Position */ public function getPosition() { return $this->position; } /** * @param Google_Service_Dataflow_ReportedParallelism */ public function setRemainingParallelism(Google_Service_Dataflow_ReportedParallelism $remainingParallelism) { $this->remainingParallelism = $remainingParallelism; } /** * @return Google_Service_Dataflow_ReportedParallelism */ public function getRemainingParallelism() { return $this->remainingParallelism; } } PK& Zu~~Zvendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReport.phpnu[containers = $containers; } /** * @return Google_Service_Dataflow_ResourceUtilizationReport[] */ public function getContainers() { return $this->containers; } /** * @param Google_Service_Dataflow_CPUTime[] */ public function setCpuTime($cpuTime) { $this->cpuTime = $cpuTime; } /** * @return Google_Service_Dataflow_CPUTime[] */ public function getCpuTime() { return $this->cpuTime; } /** * @param Google_Service_Dataflow_MemInfo[] */ public function setMemoryInfo($memoryInfo) { $this->memoryInfo = $memoryInfo; } /** * @return Google_Service_Dataflow_MemInfo[] */ public function getMemoryInfo() { return $this->memoryInfo; } } PK& Zt8Qvendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.phpnu[displayData = $displayData; } /** * @return Google_Service_Dataflow_DisplayData[] */ public function getDisplayData() { return $this->displayData; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInputCollectionName($inputCollectionName) { $this->inputCollectionName = $inputCollectionName; } public function getInputCollectionName() { return $this->inputCollectionName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutputCollectionName($outputCollectionName) { $this->outputCollectionName = $outputCollectionName; } public function getOutputCollectionName() { return $this->outputCollectionName; } } PK& ZGdggEvendor/google/apiclient-services/src/Google/Service/Dataflow/Step.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } } PK& ZJ]PNvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerDetails.phpnu[workItems = $workItems; } /** * @return Google_Service_Dataflow_WorkItemDetails[] */ public function getWorkItems() { return $this->workItems; } public function setWorkerName($workerName) { $this->workerName = $workerName; } public function getWorkerName() { return $this->workerName; } } PK& ZMvendor/google/apiclient-services/src/Google/Service/Dataflow/StageSummary.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Dataflow_MetricUpdate[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dataflow_MetricUpdate[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dataflow_ProgressTimeseries */ public function setProgress(Google_Service_Dataflow_ProgressTimeseries $progress) { $this->progress = $progress; } /** * @return Google_Service_Dataflow_ProgressTimeseries */ public function getProgress() { return $this->progress; } public function setStageId($stageId) { $this->stageId = $stageId; } public function getStageId() { return $this->stageId; } 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; } } PK& ZH]Rvendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointMean.phpnu[count = $count; } /** * @return Google_Service_Dataflow_SplitInt64 */ public function getCount() { return $this->count; } public function setSum($sum) { $this->sum = $sum; } public function getSum() { return $this->sum; } } PK& Zh=Nvendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.phpnu[metricIndex = $metricIndex; } public function getMetricIndex() { return $this->metricIndex; } public function setShortId($shortId) { $this->shortId = $shortId; } public function getShortId() { return $this->shortId; } } PK& ZRvendor/google/apiclient-services/src/Google/Service/Dataflow/StateFamilyConfig.phpnu[isRead = $isRead; } public function getIsRead() { return $this->isRead; } public function setStateFamily($stateFamily) { $this->stateFamily = $stateFamily; } public function getStateFamily() { return $this->stateFamily; } } PK& Zw**Qvendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.phpnu[stages = $stages; } /** * @return Google_Service_Dataflow_JobExecutionStageInfo[] */ public function getStages() { return $this->stages; } } PK& Z! Pvendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateVersion.phpnu[artifact = $artifact; } /** * @return Google_Service_Dataflow_Artifact */ public function getArtifact() { return $this->artifact; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersionId($versionId) { $this->versionId = $versionId; } public function getVersionId() { return $this->versionId; } } PK& Z**Kvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.phpnu[autoscalingSettings = $autoscalingSettings; } /** * @return Google_Service_Dataflow_AutoscalingSettings */ public function getAutoscalingSettings() { return $this->autoscalingSettings; } /** * @param Google_Service_Dataflow_Disk[] */ public function setDataDisks($dataDisks) { $this->dataDisks = $dataDisks; } /** * @return Google_Service_Dataflow_Disk[] */ public function getDataDisks() { return $this->dataDisks; } public function setDefaultPackageSet($defaultPackageSet) { $this->defaultPackageSet = $defaultPackageSet; } public function getDefaultPackageSet() { return $this->defaultPackageSet; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskSourceImage($diskSourceImage) { $this->diskSourceImage = $diskSourceImage; } public function getDiskSourceImage() { return $this->diskSourceImage; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setIpConfiguration($ipConfiguration) { $this->ipConfiguration = $ipConfiguration; } public function getIpConfiguration() { return $this->ipConfiguration; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNumThreadsPerWorker($numThreadsPerWorker) { $this->numThreadsPerWorker = $numThreadsPerWorker; } public function getNumThreadsPerWorker() { return $this->numThreadsPerWorker; } public function setNumWorkers($numWorkers) { $this->numWorkers = $numWorkers; } public function getNumWorkers() { return $this->numWorkers; } public function setOnHostMaintenance($onHostMaintenance) { $this->onHostMaintenance = $onHostMaintenance; } public function getOnHostMaintenance() { return $this->onHostMaintenance; } /** * @param Google_Service_Dataflow_Package[] */ public function setPackages($packages) { $this->packages = $packages; } /** * @return Google_Service_Dataflow_Package[] */ public function getPackages() { return $this->packages; } public function setPoolArgs($poolArgs) { $this->poolArgs = $poolArgs; } public function getPoolArgs() { return $this->poolArgs; } /** * @param Google_Service_Dataflow_SdkHarnessContainerImage[] */ public function setSdkHarnessContainerImages($sdkHarnessContainerImages) { $this->sdkHarnessContainerImages = $sdkHarnessContainerImages; } /** * @return Google_Service_Dataflow_SdkHarnessContainerImage[] */ public function getSdkHarnessContainerImages() { return $this->sdkHarnessContainerImages; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } /** * @param Google_Service_Dataflow_TaskRunnerSettings */ public function setTaskrunnerSettings(Google_Service_Dataflow_TaskRunnerSettings $taskrunnerSettings) { $this->taskrunnerSettings = $taskrunnerSettings; } /** * @return Google_Service_Dataflow_TaskRunnerSettings */ public function getTaskrunnerSettings() { return $this->taskrunnerSettings; } public function setTeardownPolicy($teardownPolicy) { $this->teardownPolicy = $teardownPolicy; } public function getTeardownPolicy() { return $this->teardownPolicy; } public function setWorkerHarnessContainerImage($workerHarnessContainerImage) { $this->workerHarnessContainerImage = $workerHarnessContainerImage; } public function getWorkerHarnessContainerImage() { return $this->workerHarnessContainerImage; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK& Zq[vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.phpnu[computationId = $computationId; } public function getComputationId() { return $this->computationId; } /** * @param Google_Service_Dataflow_KeyRangeDataDiskAssignment[] */ public function setRangeAssignments($rangeAssignments) { $this->rangeAssignments = $rangeAssignments; } /** * @return Google_Service_Dataflow_KeyRangeDataDiskAssignment[] */ public function getRangeAssignments() { return $this->rangeAssignments; } } PK& ZoUvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.phpnu[completeWorkStatus = $completeWorkStatus; } /** * @return Google_Service_Dataflow_Status */ public function getCompleteWorkStatus() { return $this->completeWorkStatus; } public function setHarnessData($harnessData) { $this->harnessData = $harnessData; } public function getHarnessData() { return $this->harnessData; } /** * @param Google_Service_Dataflow_HotKeyDetection */ public function setHotKeyDetection(Google_Service_Dataflow_HotKeyDetection $hotKeyDetection) { $this->hotKeyDetection = $hotKeyDetection; } /** * @return Google_Service_Dataflow_HotKeyDetection */ public function getHotKeyDetection() { return $this->hotKeyDetection; } public function setLeaseExpireTime($leaseExpireTime) { $this->leaseExpireTime = $leaseExpireTime; } public function getLeaseExpireTime() { return $this->leaseExpireTime; } /** * @param Google_Service_Dataflow_MetricShortId[] */ public function setMetricShortId($metricShortId) { $this->metricShortId = $metricShortId; } /** * @return Google_Service_Dataflow_MetricShortId[] */ public function getMetricShortId() { return $this->metricShortId; } public function setNextReportIndex($nextReportIndex) { $this->nextReportIndex = $nextReportIndex; } public function getNextReportIndex() { return $this->nextReportIndex; } public function setReportStatusInterval($reportStatusInterval) { $this->reportStatusInterval = $reportStatusInterval; } public function getReportStatusInterval() { return $this->reportStatusInterval; } /** * @param Google_Service_Dataflow_ApproximateSplitRequest */ public function setSplitRequest(Google_Service_Dataflow_ApproximateSplitRequest $splitRequest) { $this->splitRequest = $splitRequest; } /** * @return Google_Service_Dataflow_ApproximateSplitRequest */ public function getSplitRequest() { return $this->splitRequest; } /** * @param Google_Service_Dataflow_ApproximateProgress */ public function setSuggestedStopPoint(Google_Service_Dataflow_ApproximateProgress $suggestedStopPoint) { $this->suggestedStopPoint = $suggestedStopPoint; } /** * @return Google_Service_Dataflow_ApproximateProgress */ public function getSuggestedStopPoint() { return $this->suggestedStopPoint; } /** * @param Google_Service_Dataflow_Position */ public function setSuggestedStopPosition(Google_Service_Dataflow_Position $suggestedStopPosition) { $this->suggestedStopPosition = $suggestedStopPosition; } /** * @return Google_Service_Dataflow_Position */ public function getSuggestedStopPosition() { return $this->suggestedStopPosition; } } PK& Z9!%WWVvendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemResponse.phpnu[unifiedWorkerResponse = $unifiedWorkerResponse; } public function getUnifiedWorkerResponse() { return $this->unifiedWorkerResponse; } /** * @param Google_Service_Dataflow_WorkItem[] */ public function setWorkItems($workItems) { $this->workItems = $workItems; } /** * @return Google_Service_Dataflow_WorkItem[] */ public function getWorkItems() { return $this->workItems; } } PK& ZſWSvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitRequest.phpnu[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; } } PK& Z < ^ ^ Svendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.phpnu[drain = $drain; } public function getDrain() { return $this->drain; } public function setReceiveWorkPort($receiveWorkPort) { $this->receiveWorkPort = $receiveWorkPort; } public function getReceiveWorkPort() { return $this->receiveWorkPort; } /** * @param Google_Service_Dataflow_StreamingApplianceSnapshotConfig */ public function setSnapshotConfig(Google_Service_Dataflow_StreamingApplianceSnapshotConfig $snapshotConfig) { $this->snapshotConfig = $snapshotConfig; } /** * @return Google_Service_Dataflow_StreamingApplianceSnapshotConfig */ public function getSnapshotConfig() { return $this->snapshotConfig; } /** * @param Google_Service_Dataflow_TopologyConfig */ public function setStreamingComputationTopology(Google_Service_Dataflow_TopologyConfig $streamingComputationTopology) { $this->streamingComputationTopology = $streamingComputationTopology; } /** * @return Google_Service_Dataflow_TopologyConfig */ public function getStreamingComputationTopology() { return $this->streamingComputationTopology; } public function setWorkerHarnessPort($workerHarnessPort) { $this->workerHarnessPort = $workerHarnessPort; } public function getWorkerHarnessPort() { return $this->workerHarnessPort; } } PK& Z[::Svendor/google/apiclient-services/src/Google/Service/Dataflow/DataDiskAssignment.phpnu[dataDisks = $dataDisks; } public function getDataDisks() { return $this->dataDisks; } public function setVmInstance($vmInstance) { $this->vmInstance = $vmInstance; } public function getVmInstance() { return $this->vmInstance; } } PK& ZĿQvendor/google/apiclient-services/src/Google/Service/Dataflow/ValidateResponse.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } /** * @param Google_Service_Dataflow_QueryInfo */ public function setQueryInfo(Google_Service_Dataflow_QueryInfo $queryInfo) { $this->queryInfo = $queryInfo; } /** * @return Google_Service_Dataflow_QueryInfo */ public function getQueryInfo() { return $this->queryInfo; } } PK& Zw^^avendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingApplianceSnapshotConfig.phpnu[importStateEndpoint = $importStateEndpoint; } public function getImportStateEndpoint() { return $this->importStateEndpoint; } public function setSnapshotId($snapshotId) { $this->snapshotId = $snapshotId; } public function getSnapshotId() { return $this->snapshotId; } } PK& Z#GGAAWvendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.phpnu[config = $config; } public function getConfig() { return $this->config; } } PK& ZGjjYvendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.phpnu[environment = $environment; } /** * @return Google_Service_Dataflow_RuntimeEnvironment */ public function getEnvironment() { return $this->environment; } public function setJobName($jobName) { $this->jobName = $jobName; } public function getJobName() { return $this->jobName; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setTransformNameMapping($transformNameMapping) { $this->transformNameMapping = $transformNameMapping; } public function getTransformNameMapping() { return $this->transformNameMapping; } public function setUpdate($update) { $this->update = $update; } public function getUpdate() { return $this->update; } } PK& Z٣?Svendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.phpnu[desiredBundleSizeBytes = $desiredBundleSizeBytes; } public function getDesiredBundleSizeBytes() { return $this->desiredBundleSizeBytes; } public function setDesiredShardSizeBytes($desiredShardSizeBytes) { $this->desiredShardSizeBytes = $desiredShardSizeBytes; } public function getDesiredShardSizeBytes() { return $this->desiredShardSizeBytes; } } PK& Z7Ivendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.phpnu[configuration = $configuration; } public function getConfiguration() { return $this->configuration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInitialReportIndex($initialReportIndex) { $this->initialReportIndex = $initialReportIndex; } public function getInitialReportIndex() { return $this->initialReportIndex; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setLeaseExpireTime($leaseExpireTime) { $this->leaseExpireTime = $leaseExpireTime; } public function getLeaseExpireTime() { return $this->leaseExpireTime; } /** * @param Google_Service_Dataflow_MapTask */ public function setMapTask(Google_Service_Dataflow_MapTask $mapTask) { $this->mapTask = $mapTask; } /** * @return Google_Service_Dataflow_MapTask */ public function getMapTask() { return $this->mapTask; } /** * @param Google_Service_Dataflow_Package[] */ public function setPackages($packages) { $this->packages = $packages; } /** * @return Google_Service_Dataflow_Package[] */ public function getPackages() { return $this->packages; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setReportStatusInterval($reportStatusInterval) { $this->reportStatusInterval = $reportStatusInterval; } public function getReportStatusInterval() { return $this->reportStatusInterval; } /** * @param Google_Service_Dataflow_SeqMapTask */ public function setSeqMapTask(Google_Service_Dataflow_SeqMapTask $seqMapTask) { $this->seqMapTask = $seqMapTask; } /** * @return Google_Service_Dataflow_SeqMapTask */ public function getSeqMapTask() { return $this->seqMapTask; } /** * @param Google_Service_Dataflow_ShellTask */ public function setShellTask(Google_Service_Dataflow_ShellTask $shellTask) { $this->shellTask = $shellTask; } /** * @return Google_Service_Dataflow_ShellTask */ public function getShellTask() { return $this->shellTask; } /** * @param Google_Service_Dataflow_SourceOperationRequest */ public function setSourceOperationTask(Google_Service_Dataflow_SourceOperationRequest $sourceOperationTask) { $this->sourceOperationTask = $sourceOperationTask; } /** * @return Google_Service_Dataflow_SourceOperationRequest */ public function getSourceOperationTask() { return $this->sourceOperationTask; } /** * @param Google_Service_Dataflow_StreamingComputationTask */ public function setStreamingComputationTask(Google_Service_Dataflow_StreamingComputationTask $streamingComputationTask) { $this->streamingComputationTask = $streamingComputationTask; } /** * @return Google_Service_Dataflow_StreamingComputationTask */ public function getStreamingComputationTask() { return $this->streamingComputationTask; } /** * @param Google_Service_Dataflow_StreamingConfigTask */ public function setStreamingConfigTask(Google_Service_Dataflow_StreamingConfigTask $streamingConfigTask) { $this->streamingConfigTask = $streamingConfigTask; } /** * @return Google_Service_Dataflow_StreamingConfigTask */ public function getStreamingConfigTask() { return $this->streamingConfigTask; } /** * @param Google_Service_Dataflow_StreamingSetupTask */ public function setStreamingSetupTask(Google_Service_Dataflow_StreamingSetupTask $streamingSetupTask) { $this->streamingSetupTask = $streamingSetupTask; } /** * @return Google_Service_Dataflow_StreamingSetupTask */ public function getStreamingSetupTask() { return $this->streamingSetupTask; } } PK& ZXHvendor/google/apiclient-services/src/Google/Service/Dataflow/SDKInfo.phpnu[language = $language; } public function getLanguage() { return $this->language; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK& Z KJvendor/google/apiclient-services/src/Google/Service/Dataflow/QueryInfo.phpnu[queryProperty = $queryProperty; } public function getQueryProperty() { return $this->queryProperty; } } PK& Z5|]vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNoticeResponse.phpnu[derivationMode = $derivationMode; } public function getDerivationMode() { return $this->derivationMode; } /** * @param Google_Service_Dataflow_Source */ public function setSource(Google_Service_Dataflow_Source $source) { $this->source = $source; } /** * @return Google_Service_Dataflow_Source */ public function getSource() { return $this->source; } } PK& ZBHk]vendor/google/apiclient-services/src/Google/Service/Dataflow/CommitTemplateVersionRequest.phpnu[templateVersion = $templateVersion; } /** * @return Google_Service_Dataflow_TemplateVersion */ public function getTemplateVersion() { return $this->templateVersion; } } PK& ZJ Tvendor/google/apiclient-services/src/Google/Service/Dataflow/ComputationTopology.phpnu[computationId = $computationId; } public function getComputationId() { return $this->computationId; } /** * @param Google_Service_Dataflow_StreamLocation[] */ public function setInputs($inputs) { $this->inputs = $inputs; } /** * @return Google_Service_Dataflow_StreamLocation[] */ public function getInputs() { return $this->inputs; } /** * @param Google_Service_Dataflow_KeyRangeLocation[] */ public function setKeyRanges($keyRanges) { $this->keyRanges = $keyRanges; } /** * @return Google_Service_Dataflow_KeyRangeLocation[] */ public function getKeyRanges() { return $this->keyRanges; } /** * @param Google_Service_Dataflow_StreamLocation[] */ public function setOutputs($outputs) { $this->outputs = $outputs; } /** * @return Google_Service_Dataflow_StreamLocation[] */ public function getOutputs() { return $this->outputs; } /** * @param Google_Service_Dataflow_StateFamilyConfig[] */ public function setStateFamilies($stateFamilies) { $this->stateFamilies = $stateFamilies; } /** * @return Google_Service_Dataflow_StateFamilyConfig[] */ public function getStateFamilies() { return $this->stateFamilies; } public function setSystemStageName($systemStageName) { $this->systemStageName = $systemStageName; } public function getSystemStageName() { return $this->systemStageName; } } PK& Z(٬ Ovendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.phpnu[computations = $computations; } /** * @return Google_Service_Dataflow_ComputationTopology[] */ public function getComputations() { return $this->computations; } /** * @param Google_Service_Dataflow_DataDiskAssignment[] */ public function setDataDiskAssignments($dataDiskAssignments) { $this->dataDiskAssignments = $dataDiskAssignments; } /** * @return Google_Service_Dataflow_DataDiskAssignment[] */ public function getDataDiskAssignments() { return $this->dataDiskAssignments; } public function setForwardingKeyBits($forwardingKeyBits) { $this->forwardingKeyBits = $forwardingKeyBits; } public function getForwardingKeyBits() { return $this->forwardingKeyBits; } public function setPersistentStateVersion($persistentStateVersion) { $this->persistentStateVersion = $persistentStateVersion; } public function getPersistentStateVersion() { return $this->persistentStateVersion; } public function setUserStageToComputationNameMap($userStageToComputationNameMap) { $this->userStageToComputationNameMap = $userStageToComputationNameMap; } public function getUserStageToComputationNameMap() { return $this->userStageToComputationNameMap; } } PK& ZŮ[  Tvendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setMaxNumWorkers($maxNumWorkers) { $this->maxNumWorkers = $maxNumWorkers; } public function getMaxNumWorkers() { return $this->maxNumWorkers; } } PK& Zd}}[vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReportResponse.phpnu[reportInterval = $reportInterval; } public function getReportInterval() { return $this->reportInterval; } } PK& Z+דGGNvendor/google/apiclient-services/src/Google/Service/Dataflow/SideInputInfo.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dataflow_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_Dataflow_Source[] */ public function getSources() { return $this->sources; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK& Zphhavendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionTagResponse.phpnu[tags = $tags; } public function getTags() { return $this->tags; } } PK& ZuHHPvendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.phpnu[dataDisk = $dataDisk; } public function getDataDisk() { return $this->dataDisk; } } PK& ZgppUvendor/google/apiclient-services/src/Google/Service/Dataflow/MetricStructuredName.phpnu[context = $context; } public function getContext() { return $this->context; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } } PK& Z{4Lvendor/google/apiclient-services/src/Google/Service/Dataflow/StageSource.phpnu[name = $name; } public function getName() { return $this->name; } public function setOriginalTransformOrCollection($originalTransformOrCollection) { $this->originalTransformOrCollection = $originalTransformOrCollection; } public function getOriginalTransformOrCollection() { return $this->originalTransformOrCollection; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK& Z[SeSvendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentTransform.phpnu[name = $name; } public function getName() { return $this->name; } public function setOriginalTransform($originalTransform) { $this->originalTransform = $originalTransform; } public function getOriginalTransform() { return $this->originalTransform; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK& Z\|nnTvendor/google/apiclient-services/src/Google/Service/Dataflow/GetTemplateResponse.phpnu[metadata = $metadata; } /** * @return Google_Service_Dataflow_TemplateMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Dataflow_RuntimeMetadata */ public function setRuntimeMetadata(Google_Service_Dataflow_RuntimeMetadata $runtimeMetadata) { $this->runtimeMetadata = $runtimeMetadata; } /** * @return Google_Service_Dataflow_RuntimeMetadata */ public function getRuntimeMetadata() { return $this->runtimeMetadata; } /** * @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; } public function setTemplateType($templateType) { $this->templateType = $templateType; } public function getTemplateType() { return $this->templateType; } } PK& Z ^]vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateTemplateVersionRequest.phpnu[templateVersion = $templateVersion; } /** * @return Google_Service_Dataflow_TemplateVersion */ public function getTemplateVersion() { return $this->templateVersion; } } PK& Z8!!]vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.phpnu[environment = $environment; } /** * @return Google_Service_Dataflow_RuntimeEnvironment */ public function getEnvironment() { return $this->environment; } public function setGcsPath($gcsPath) { $this->gcsPath = $gcsPath; } public function getGcsPath() { return $this->gcsPath; } public function setJobName($jobName) { $this->jobName = $jobName; } public function getJobName() { return $this->jobName; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK& Za:Qvendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeLocation.phpnu[dataDisk = $dataDisk; } public function getDataDisk() { return $this->dataDisk; } public function setDeliveryEndpoint($deliveryEndpoint) { $this->deliveryEndpoint = $deliveryEndpoint; } public function getDeliveryEndpoint() { return $this->deliveryEndpoint; } public function setDeprecatedPersistentDirectory($deprecatedPersistentDirectory) { $this->deprecatedPersistentDirectory = $deprecatedPersistentDirectory; } public function getDeprecatedPersistentDirectory() { return $this->deprecatedPersistentDirectory; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK& Z=mppPvendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOtherUnits($otherUnits) { $this->otherUnits = $otherUnits; } public function getOtherUnits() { return $this->otherUnits; } public function setStandardUnits($standardUnits) { $this->standardUnits = $standardUnits; } public function getStandardUnits() { return $this->standardUnits; } } PK& Z#ixKvendor/google/apiclient-services/src/Google/Service/Dataflow/SdkVersion.phpnu[sdkSupportStatus = $sdkSupportStatus; } public function getSdkSupportStatus() { return $this->sdkSupportStatus; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } public function setVersionDisplayName($versionDisplayName) { $this->versionDisplayName = $versionDisplayName; } public function getVersionDisplayName() { return $this->versionDisplayName; } } PK& ZCIvendor/google/apiclient-services/src/Google/Service/Dataflow/Artifact.phpnu[containerSpec = $containerSpec; } /** * @return Google_Service_Dataflow_ContainerSpec */ public function getContainerSpec() { return $this->containerSpec; } public function setJobGraphGcsPath($jobGraphGcsPath) { $this->jobGraphGcsPath = $jobGraphGcsPath; } public function getJobGraphGcsPath() { return $this->jobGraphGcsPath; } /** * @param Google_Service_Dataflow_TemplateMetadata */ public function setMetadata(Google_Service_Dataflow_TemplateMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Dataflow_TemplateMetadata */ public function getMetadata() { return $this->metadata; } } PK& ZGɜWvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.phpnu[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; } } PK& Z^ \XX[vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.phpnu[dimensionNames = $dimensionNames; } public function getDimensionNames() { return $this->dimensionNames; } public function setDimensionValues($dimensionValues) { $this->dimensionValues = $dimensionValues; } public function getDimensionValues() { return $this->dimensionValues; } /** * @param Google_Service_AnalyticsReporting_MetricHeaderEntry */ public function setMetric(Google_Service_AnalyticsReporting_MetricHeaderEntry $metric) { $this->metric = $metric; } /** * @return Google_Service_AnalyticsReporting_MetricHeaderEntry */ public function getMetric() { return $this->metric; } } PK& Zw''^vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/UserActivitySession.phpnu[activities = $activities; } /** * @return Google_Service_AnalyticsReporting_Activity[] */ public function getActivities() { return $this->activities; } public function setDataSource($dataSource) { $this->dataSource = $dataSource; } public function getDataSource() { return $this->dataSource; } public function setDeviceCategory($deviceCategory) { $this->deviceCategory = $deviceCategory; } public function getDeviceCategory() { return $this->deviceCategory; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } public function setSessionDate($sessionDate) { $this->sessionDate = $sessionDate; } public function getSessionDate() { return $this->sessionDate; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } } PK& Z>>IITvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.phpnu[histogramBuckets = $histogramBuckets; } public function getHistogramBuckets() { return $this->histogramBuckets; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK& Z(Yvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ScreenviewData.phpnu[appName = $appName; } public function getAppName() { return $this->appName; } public function setMobileDeviceBranding($mobileDeviceBranding) { $this->mobileDeviceBranding = $mobileDeviceBranding; } public function getMobileDeviceBranding() { return $this->mobileDeviceBranding; } public function setMobileDeviceModel($mobileDeviceModel) { $this->mobileDeviceModel = $mobileDeviceModel; } public function getMobileDeviceModel() { return $this->mobileDeviceModel; } public function setScreenName($screenName) { $this->screenName = $screenName; } public function getScreenName() { return $this->screenName; } } PK& Za/\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.phpnu[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; } } PK& Z^[))Tvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.phpnu[dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AnalyticsReporting_DateRangeValues[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsReporting_DateRangeValues[] */ public function getMetrics() { return $this->metrics; } } PK& ZטOORvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Segment.phpnu[dynamicSegment = $dynamicSegment; } /** * @return Google_Service_AnalyticsReporting_DynamicSegment */ public function getDynamicSegment() { return $this->dynamicSegment; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } } PK& Z00Zvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/TransactionData.phpnu[transactionId = $transactionId; } public function getTransactionId() { return $this->transactionId; } public function setTransactionRevenue($transactionRevenue) { $this->transactionRevenue = $transactionRevenue; } public function getTransactionRevenue() { return $this->transactionRevenue; } public function setTransactionShipping($transactionShipping) { $this->transactionShipping = $transactionShipping; } public function getTransactionShipping() { return $this->transactionShipping; } public function setTransactionTax($transactionTax) { $this->transactionTax = $transactionTax; } public function getTransactionTax() { return $this->transactionTax; } } PK& Z'U@]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilterClause.phpnu[filters = $filters; } /** * @return Google_Service_AnalyticsReporting_MetricFilter[] */ public function getFilters() { return $this->filters; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK& Z.Vvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.phpnu[pivotHeaderEntries = $pivotHeaderEntries; } /** * @return Google_Service_AnalyticsReporting_PivotHeaderEntry[] */ public function getPivotHeaderEntries() { return $this->pivotHeaderEntries; } public function setTotalPivotGroupsCount($totalPivotGroupsCount) { $this->totalPivotGroupsCount = $totalPivotGroupsCount; } public function getTotalPivotGroupsCount() { return $this->totalPivotGroupsCount; } } PK& Z@n^vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrFiltersForSegment.phpnu[segmentFilterClauses = $segmentFilterClauses; } /** * @return Google_Service_AnalyticsReporting_SegmentFilterClause[] */ public function getSegmentFilterClauses() { return $this->segmentFilterClauses; } } PK& ZdO O Svendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalData.phpnu[goalCompletionLocation = $goalCompletionLocation; } public function getGoalCompletionLocation() { return $this->goalCompletionLocation; } public function setGoalCompletions($goalCompletions) { $this->goalCompletions = $goalCompletions; } public function getGoalCompletions() { return $this->goalCompletions; } public function setGoalIndex($goalIndex) { $this->goalIndex = $goalIndex; } public function getGoalIndex() { return $this->goalIndex; } public function setGoalName($goalName) { $this->goalName = $goalName; } public function getGoalName() { return $this->goalName; } public function setGoalPreviousStep1($goalPreviousStep1) { $this->goalPreviousStep1 = $goalPreviousStep1; } public function getGoalPreviousStep1() { return $this->goalPreviousStep1; } public function setGoalPreviousStep2($goalPreviousStep2) { $this->goalPreviousStep2 = $goalPreviousStep2; } public function getGoalPreviousStep2() { return $this->goalPreviousStep2; } public function setGoalPreviousStep3($goalPreviousStep3) { $this->goalPreviousStep3 = $goalPreviousStep3; } public function getGoalPreviousStep3() { return $this->goalPreviousStep3; } public function setGoalValue($goalValue) { $this->goalValue = $goalValue; } public function getGoalValue() { return $this->goalValue; } } PK& Z_]VVTvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EventData.phpnu[eventAction = $eventAction; } public function getEventAction() { return $this->eventAction; } public function setEventCategory($eventCategory) { $this->eventCategory = $eventCategory; } public function getEventCategory() { return $this->eventCategory; } public function setEventCount($eventCount) { $this->eventCount = $eventCount; } public function getEventCount() { return $this->eventCount; } public function setEventLabel($eventLabel) { $this->eventLabel = $eventLabel; } public function getEventLabel() { return $this->eventLabel; } public function setEventValue($eventValue) { $this->eventValue = $eventValue; } public function getEventValue() { return $this->eventValue; } } PK& Zg}}Qvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Cohort.phpnu[dateRange = $dateRange; } /** * @return Google_Service_AnalyticsReporting_DateRange */ public function getDateRange() { return $this->dateRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& ZgV''`vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilterClause.phpnu[filters = $filters; } /** * @return Google_Service_AnalyticsReporting_DimensionFilter[] */ public function getFilters() { return $this->filters; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK& ZE:9))Xvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilter.phpnu[not = $not; } public function getNot() { return $this->not; } /** * @param Google_Service_AnalyticsReporting_SequenceSegment */ public function setSequenceSegment(Google_Service_AnalyticsReporting_SequenceSegment $sequenceSegment) { $this->sequenceSegment = $sequenceSegment; } /** * @return Google_Service_AnalyticsReporting_SequenceSegment */ public function getSequenceSegment() { return $this->sequenceSegment; } /** * @param Google_Service_AnalyticsReporting_SimpleSegment */ public function setSimpleSegment(Google_Service_AnalyticsReporting_SimpleSegment $simpleSegment) { $this->simpleSegment = $simpleSegment; } /** * @return Google_Service_AnalyticsReporting_SimpleSegment */ public function getSimpleSegment() { return $this->simpleSegment; } } PK& ZD Pvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Pivot.phpnu[dimensionFilterClauses = $dimensionFilterClauses; } /** * @return Google_Service_AnalyticsReporting_DimensionFilterClause[] */ public function getDimensionFilterClauses() { return $this->dimensionFilterClauses; } /** * @param Google_Service_AnalyticsReporting_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AnalyticsReporting_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setMaxGroupCount($maxGroupCount) { $this->maxGroupCount = $maxGroupCount; } public function getMaxGroupCount() { return $this->maxGroupCount; } /** * @param Google_Service_AnalyticsReporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsReporting_Metric[] */ public function getMetrics() { return $this->metrics; } public function setStartGroup($startGroup) { $this->startGroup = $startGroup; } public function getStartGroup() { return $this->startGroup; } } PK& Z%@Tvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK& Z}X~[vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.phpnu[ * $analyticsreportingService = new Google_Service_AnalyticsReporting(...); * $reports = $analyticsreportingService->reports; * */ class Google_Service_AnalyticsReporting_Resource_Reports extends Google_Service_Resource { /** * Returns the Analytics data. (reports.batchGet) * * @param Google_Service_AnalyticsReporting_GetReportsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsReporting_GetReportsResponse */ public function batchGet(Google_Service_AnalyticsReporting_GetReportsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_AnalyticsReporting_GetReportsResponse"); } } PK& Z]  `vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/UserActivity.phpnu[ * $analyticsreportingService = new Google_Service_AnalyticsReporting(...); * $userActivity = $analyticsreportingService->userActivity; * */ class Google_Service_AnalyticsReporting_Resource_UserActivity extends Google_Service_Resource { /** * Returns User Activity data. (userActivity.search) * * @param Google_Service_AnalyticsReporting_SearchUserActivityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsReporting_SearchUserActivityResponse */ public function search(Google_Service_AnalyticsReporting_SearchUserActivityRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_AnalyticsReporting_SearchUserActivityResponse"); } } PK& ZZvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CustomDimension.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK& ZՌr\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.phpnu[name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK& Z+2(Qvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Report.phpnu[columnHeader = $columnHeader; } /** * @return Google_Service_AnalyticsReporting_ColumnHeader */ public function getColumnHeader() { return $this->columnHeader; } /** * @param Google_Service_AnalyticsReporting_ReportData */ public function setData(Google_Service_AnalyticsReporting_ReportData $data) { $this->data = $data; } /** * @return Google_Service_AnalyticsReporting_ReportData */ public function getData() { return $this->data; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK& Zf\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.phpnu[segmentFilters = $segmentFilters; } /** * @return Google_Service_AnalyticsReporting_SegmentFilter[] */ public function getSegmentFilters() { return $this->segmentFilters; } } PK& Zavendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setDimensionName($dimensionName) { $this->dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setExpressions($expressions) { $this->expressions = $expressions; } public function getExpressions() { return $this->expressions; } public function setMaxComparisonValue($maxComparisonValue) { $this->maxComparisonValue = $maxComparisonValue; } public function getMaxComparisonValue() { return $this->maxComparisonValue; } public function setMinComparisonValue($minComparisonValue) { $this->minComparisonValue = $minComparisonValue; } public function getMinComparisonValue() { return $this->minComparisonValue; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK& Z|5d d Uvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.phpnu[dataLastRefreshed = $dataLastRefreshed; } public function getDataLastRefreshed() { return $this->dataLastRefreshed; } public function setIsDataGolden($isDataGolden) { $this->isDataGolden = $isDataGolden; } public function getIsDataGolden() { return $this->isDataGolden; } /** * @param Google_Service_AnalyticsReporting_DateRangeValues[] */ public function setMaximums($maximums) { $this->maximums = $maximums; } /** * @return Google_Service_AnalyticsReporting_DateRangeValues[] */ public function getMaximums() { return $this->maximums; } /** * @param Google_Service_AnalyticsReporting_DateRangeValues[] */ public function setMinimums($minimums) { $this->minimums = $minimums; } /** * @return Google_Service_AnalyticsReporting_DateRangeValues[] */ public function getMinimums() { return $this->minimums; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } /** * @param Google_Service_AnalyticsReporting_ReportRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_AnalyticsReporting_ReportRow[] */ public function getRows() { return $this->rows; } public function setSamplesReadCounts($samplesReadCounts) { $this->samplesReadCounts = $samplesReadCounts; } public function getSamplesReadCounts() { return $this->samplesReadCounts; } public function setSamplingSpaceSizes($samplingSpaceSizes) { $this->samplingSpaceSizes = $samplingSpaceSizes; } public function getSamplingSpaceSizes() { return $this->samplingSpaceSizes; } /** * @param Google_Service_AnalyticsReporting_DateRangeValues[] */ public function setTotals($totals) { $this->totals = $totals; } /** * @return Google_Service_AnalyticsReporting_DateRangeValues[] */ public function getTotals() { return $this->totals; } } PK& Za˰ddZvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilter.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setDimensionName($dimensionName) { $this->dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setExpressions($expressions) { $this->expressions = $expressions; } public function getExpressions() { return $this->expressions; } public function setNot($not) { $this->not = $not; } public function getNot() { return $this->not; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK& Zzdvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityRequest.phpnu[activityTypes = $activityTypes; } public function getActivityTypes() { return $this->activityTypes; } /** * @param Google_Service_AnalyticsReporting_DateRange */ public function setDateRange(Google_Service_AnalyticsReporting_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_AnalyticsReporting_DateRange */ public function getDateRange() { return $this->dateRange; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_AnalyticsReporting_User */ public function setUser(Google_Service_AnalyticsReporting_User $user) { $this->user = $user; } /** * @return Google_Service_AnalyticsReporting_User */ public function getUser() { return $this->user; } public function setViewId($viewId) { $this->viewId = $viewId; } public function getViewId() { return $this->viewId; } } PK& ZBZevendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSampleRate($sampleRate) { $this->sampleRate = $sampleRate; } public function getSampleRate() { return $this->sampleRate; } /** * @param Google_Service_AnalyticsReporting_UserActivitySession[] */ public function setSessions($sessions) { $this->sessions = $sessions; } /** * @return Google_Service_AnalyticsReporting_UserActivitySession[] */ public function getSessions() { return $this->sessions; } public function setTotalRows($totalRows) { $this->totalRows = $totalRows; } public function getTotalRows() { return $this->totalRows; } } PK& ZG~eeZvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRangeValues.phpnu[pivotValueRegions = $pivotValueRegions; } /** * @return Google_Service_AnalyticsReporting_PivotValueRegion[] */ public function getPivotValueRegions() { return $this->pivotValueRegions; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK& ZNOvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/User.phpnu[type = $type; } public function getType() { return $this->type; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK& Zqnn^vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.phpnu[comparisonValue = $comparisonValue; } public function getComparisonValue() { return $this->comparisonValue; } public function setMaxComparisonValue($maxComparisonValue) { $this->maxComparisonValue = $maxComparisonValue; } public function getMaxComparisonValue() { return $this->maxComparisonValue; } public function setMetricName($metricName) { $this->metricName = $metricName; } public function getMetricName() { return $this->metricName; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } } PK& ZdXvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.phpnu[orFiltersForSegment = $orFiltersForSegment; } /** * @return Google_Service_AnalyticsReporting_OrFiltersForSegment[] */ public function getOrFiltersForSegment() { return $this->orFiltersForSegment; } } PK& Zbvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ResourceQuotasRemaining.phpnu[dailyQuotaTokensRemaining = $dailyQuotaTokensRemaining; } public function getDailyQuotaTokensRemaining() { return $this->dailyQuotaTokensRemaining; } public function setHourlyQuotaTokensRemaining($hourlyQuotaTokensRemaining) { $this->hourlyQuotaTokensRemaining = $hourlyQuotaTokensRemaining; } public function getHourlyQuotaTokensRemaining() { return $this->hourlyQuotaTokensRemaining; } } PK& Z2nVvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ProductData.phpnu[itemRevenue = $itemRevenue; } public function getItemRevenue() { return $this->itemRevenue; } public function setProductName($productName) { $this->productName = $productName; } public function getProductName() { return $this->productName; } public function setProductQuantity($productQuantity) { $this->productQuantity = $productQuantity; } public function getProductQuantity() { return $this->productQuantity; } public function setProductSku($productSku) { $this->productSku = $productSku; } public function getProductSku() { return $this->productSku; } } PK& Z>rr[vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.phpnu[values = $values; } public function getValues() { return $this->values; } } PK& ZJ]6Rvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.phpnu[fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } public function setOrderType($orderType) { $this->orderType = $orderType; } public function getOrderType() { return $this->orderType; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } } PK& ZwA|Qvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setFormattingType($formattingType) { $this->formattingType = $formattingType; } public function getFormattingType() { return $this->formattingType; } } PK& Z <Wvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PageviewData.phpnu[pagePath = $pagePath; } public function getPagePath() { return $this->pagePath; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } } PK& Z^vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentSequenceStep.phpnu[matchType = $matchType; } public function getMatchType() { return $this->matchType; } /** * @param Google_Service_AnalyticsReporting_OrFiltersForSegment[] */ public function setOrFiltersForSegment($orFiltersForSegment) { $this->orFiltersForSegment = $orFiltersForSegment; } /** * @return Google_Service_AnalyticsReporting_OrFiltersForSegment[] */ public function getOrFiltersForSegment() { return $this->orFiltersForSegment; } } PK& Z [[^vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.phpnu[dimensionFilter = $dimensionFilter; } /** * @return Google_Service_AnalyticsReporting_SegmentDimensionFilter */ public function getDimensionFilter() { return $this->dimensionFilter; } /** * @param Google_Service_AnalyticsReporting_SegmentMetricFilter */ public function setMetricFilter(Google_Service_AnalyticsReporting_SegmentMetricFilter $metricFilter) { $this->metricFilter = $metricFilter; } /** * @return Google_Service_AnalyticsReporting_SegmentMetricFilter */ public function getMetricFilter() { return $this->metricFilter; } public function setNot($not) { $this->not = $not; } public function getNot() { return $this->not; } } PK& Z@Xvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EcommerceData.phpnu[actionType = $actionType; } public function getActionType() { return $this->actionType; } public function setEcommerceType($ecommerceType) { $this->ecommerceType = $ecommerceType; } public function getEcommerceType() { return $this->ecommerceType; } /** * @param Google_Service_AnalyticsReporting_ProductData[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_AnalyticsReporting_ProductData[] */ public function getProducts() { return $this->products; } /** * @param Google_Service_AnalyticsReporting_TransactionData */ public function setTransaction(Google_Service_AnalyticsReporting_TransactionData $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_AnalyticsReporting_TransactionData */ public function getTransaction() { return $this->transaction; } } PK& ZttWvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.phpnu[dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AnalyticsReporting_MetricHeader */ public function setMetricHeader(Google_Service_AnalyticsReporting_MetricHeader $metricHeader) { $this->metricHeader = $metricHeader; } /** * @return Google_Service_AnalyticsReporting_MetricHeader */ public function getMetricHeader() { return $this->metricHeader; } } PK& Z wwXvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.phpnu[cohortGroup = $cohortGroup; } /** * @return Google_Service_AnalyticsReporting_CohortGroup */ public function getCohortGroup() { return $this->cohortGroup; } /** * @param Google_Service_AnalyticsReporting_DateRange[] */ public function setDateRanges($dateRanges) { $this->dateRanges = $dateRanges; } /** * @return Google_Service_AnalyticsReporting_DateRange[] */ public function getDateRanges() { return $this->dateRanges; } /** * @param Google_Service_AnalyticsReporting_DimensionFilterClause[] */ public function setDimensionFilterClauses($dimensionFilterClauses) { $this->dimensionFilterClauses = $dimensionFilterClauses; } /** * @return Google_Service_AnalyticsReporting_DimensionFilterClause[] */ public function getDimensionFilterClauses() { return $this->dimensionFilterClauses; } /** * @param Google_Service_AnalyticsReporting_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AnalyticsReporting_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setFiltersExpression($filtersExpression) { $this->filtersExpression = $filtersExpression; } public function getFiltersExpression() { return $this->filtersExpression; } public function setHideTotals($hideTotals) { $this->hideTotals = $hideTotals; } public function getHideTotals() { return $this->hideTotals; } public function setHideValueRanges($hideValueRanges) { $this->hideValueRanges = $hideValueRanges; } public function getHideValueRanges() { return $this->hideValueRanges; } public function setIncludeEmptyRows($includeEmptyRows) { $this->includeEmptyRows = $includeEmptyRows; } public function getIncludeEmptyRows() { return $this->includeEmptyRows; } /** * @param Google_Service_AnalyticsReporting_MetricFilterClause[] */ public function setMetricFilterClauses($metricFilterClauses) { $this->metricFilterClauses = $metricFilterClauses; } /** * @return Google_Service_AnalyticsReporting_MetricFilterClause[] */ public function getMetricFilterClauses() { return $this->metricFilterClauses; } /** * @param Google_Service_AnalyticsReporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsReporting_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_AnalyticsReporting_OrderBy[] */ public function setOrderBys($orderBys) { $this->orderBys = $orderBys; } /** * @return Google_Service_AnalyticsReporting_OrderBy[] */ public function getOrderBys() { return $this->orderBys; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_AnalyticsReporting_Pivot[] */ public function setPivots($pivots) { $this->pivots = $pivots; } /** * @return Google_Service_AnalyticsReporting_Pivot[] */ public function getPivots() { return $this->pivots; } public function setSamplingLevel($samplingLevel) { $this->samplingLevel = $samplingLevel; } public function getSamplingLevel() { return $this->samplingLevel; } /** * @param Google_Service_AnalyticsReporting_Segment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_AnalyticsReporting_Segment[] */ public function getSegments() { return $this->segments; } public function setViewId($viewId) { $this->viewId = $viewId; } public function getViewId() { return $this->viewId; } } PK& ZM6..Zvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.phpnu[firstStepShouldMatchFirstHit = $firstStepShouldMatchFirstHit; } public function getFirstStepShouldMatchFirstHit() { return $this->firstStepShouldMatchFirstHit; } /** * @param Google_Service_AnalyticsReporting_SegmentSequenceStep[] */ public function setSegmentSequenceSteps($segmentSequenceSteps) { $this->segmentSequenceSteps = $segmentSequenceSteps; } /** * @return Google_Service_AnalyticsReporting_SegmentSequenceStep[] */ public function getSegmentSequenceSteps() { return $this->segmentSequenceSteps; } } PK& Z :-Svendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Activity.phpnu[activityTime = $activityTime; } public function getActivityTime() { return $this->activityTime; } public function setActivityType($activityType) { $this->activityType = $activityType; } public function getActivityType() { return $this->activityType; } /** * @param Google_Service_AnalyticsReporting_ScreenviewData */ public function setAppview(Google_Service_AnalyticsReporting_ScreenviewData $appview) { $this->appview = $appview; } /** * @return Google_Service_AnalyticsReporting_ScreenviewData */ public function getAppview() { return $this->appview; } public function setCampaign($campaign) { $this->campaign = $campaign; } public function getCampaign() { return $this->campaign; } public function setChannelGrouping($channelGrouping) { $this->channelGrouping = $channelGrouping; } public function getChannelGrouping() { return $this->channelGrouping; } /** * @param Google_Service_AnalyticsReporting_CustomDimension[] */ public function setCustomDimension($customDimension) { $this->customDimension = $customDimension; } /** * @return Google_Service_AnalyticsReporting_CustomDimension[] */ public function getCustomDimension() { return $this->customDimension; } /** * @param Google_Service_AnalyticsReporting_EcommerceData */ public function setEcommerce(Google_Service_AnalyticsReporting_EcommerceData $ecommerce) { $this->ecommerce = $ecommerce; } /** * @return Google_Service_AnalyticsReporting_EcommerceData */ public function getEcommerce() { return $this->ecommerce; } /** * @param Google_Service_AnalyticsReporting_EventData */ public function setEvent(Google_Service_AnalyticsReporting_EventData $event) { $this->event = $event; } /** * @return Google_Service_AnalyticsReporting_EventData */ public function getEvent() { return $this->event; } /** * @param Google_Service_AnalyticsReporting_GoalSetData */ public function setGoals(Google_Service_AnalyticsReporting_GoalSetData $goals) { $this->goals = $goals; } /** * @return Google_Service_AnalyticsReporting_GoalSetData */ public function getGoals() { return $this->goals; } public function setHostname($hostname) { $this->hostname = $hostname; } public function getHostname() { return $this->hostname; } public function setKeyword($keyword) { $this->keyword = $keyword; } public function getKeyword() { return $this->keyword; } public function setLandingPagePath($landingPagePath) { $this->landingPagePath = $landingPagePath; } public function getLandingPagePath() { return $this->landingPagePath; } public function setMedium($medium) { $this->medium = $medium; } public function getMedium() { return $this->medium; } /** * @param Google_Service_AnalyticsReporting_PageviewData */ public function setPageview(Google_Service_AnalyticsReporting_PageviewData $pageview) { $this->pageview = $pageview; } /** * @return Google_Service_AnalyticsReporting_PageviewData */ public function getPageview() { return $this->pageview; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK& Z7(LLVvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalSetData.phpnu[goals = $goals; } /** * @return Google_Service_AnalyticsReporting_GoalData[] */ public function getGoals() { return $this->goals; } } PK& Z211Yvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AnalyticsReporting_SegmentDefinition */ public function setSessionSegment(Google_Service_AnalyticsReporting_SegmentDefinition $sessionSegment) { $this->sessionSegment = $sessionSegment; } /** * @return Google_Service_AnalyticsReporting_SegmentDefinition */ public function getSessionSegment() { return $this->sessionSegment; } /** * @param Google_Service_AnalyticsReporting_SegmentDefinition */ public function setUserSegment(Google_Service_AnalyticsReporting_SegmentDefinition $userSegment) { $this->userSegment = $userSegment; } /** * @return Google_Service_AnalyticsReporting_SegmentDefinition */ public function getUserSegment() { return $this->userSegment; } } PK& ZN`"zz]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.phpnu[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; } } PK& ZP-%%Vvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.phpnu[cohorts = $cohorts; } /** * @return Google_Service_AnalyticsReporting_Cohort[] */ public function getCohorts() { return $this->cohorts; } public function setLifetimeValue($lifetimeValue) { $this->lifetimeValue = $lifetimeValue; } public function getLifetimeValue() { return $this->lifetimeValue; } } PK& ZDWiiWvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilter.phpnu[comparisonValue = $comparisonValue; } public function getComparisonValue() { return $this->comparisonValue; } public function setMetricName($metricName) { $this->metricName = $metricName; } public function getMetricName() { return $this->metricName; } public function setNot($not) { $this->not = $not; } public function getNot() { return $this->not; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK& ZT==Dvendor/google/apiclient-services/src/Google/Service/DisplayVideo.phpnu[ * Display & Video 360 API allows users to manage and create campaigns and * reports.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DisplayVideo extends Google_Service { /** Create, see, edit, and permanently delete your Display & Video 360 entities and reports. */ const DISPLAY_VIDEO = "https://www.googleapis.com/auth/display-video"; /** Create, see, and edit Display & Video 360 Campaign entities and see billing invoices. */ const DISPLAY_VIDEO_MEDIAPLANNING = "https://www.googleapis.com/auth/display-video-mediaplanning"; /** Private Service: https://www.googleapis.com/auth/display-video-user-management. */ const DISPLAY_VIDEO_USER_MANAGEMENT = "https://www.googleapis.com/auth/display-video-user-management"; /** View and manage your reports in DoubleClick Bid Manager. */ const DOUBLECLICKBIDMANAGER = "https://www.googleapis.com/auth/doubleclickbidmanager"; public $advertisers; public $advertisers_assets; public $advertisers_campaigns; public $advertisers_channels; public $advertisers_channels_sites; public $advertisers_creatives; public $advertisers_insertionOrders; public $advertisers_insertionOrders_targetingTypes_assignedTargetingOptions; public $advertisers_lineItems; public $advertisers_lineItems_targetingTypes_assignedTargetingOptions; public $advertisers_locationLists; public $advertisers_locationLists_assignedLocations; public $advertisers_manualTriggers; public $advertisers_negativeKeywordLists; public $advertisers_negativeKeywordLists_negativeKeywords; public $advertisers_targetingTypes_assignedTargetingOptions; public $combinedAudiences; public $customBiddingAlgorithms; public $customLists; public $firstAndThirdPartyAudiences; public $floodlightGroups; public $googleAudiences; public $inventorySourceGroups; public $inventorySourceGroups_assignedInventorySources; public $inventorySources; public $media; public $partners; public $partners_channels; public $partners_channels_sites; public $partners_targetingTypes_assignedTargetingOptions; public $sdfdownloadtasks; public $sdfdownloadtasks_operations; public $targetingTypes_targetingOptions; public $users; /** * Constructs the internal representation of the DisplayVideo service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://displayvideo.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'displayvideo'; $this->advertisers = new Google_Service_DisplayVideo_Resource_Advertisers( $this, $this->serviceName, 'advertisers', array( 'methods' => array( 'audit' => array( 'path' => 'v1/advertisers/{+advertiserId}:audit', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'bulkEditAdvertiserAssignedTargetingOptions' => array( 'path' => 'v1/advertisers/{+advertiserId}:bulkEditAdvertiserAssignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'bulkListAdvertiserAssignedTargetingOptions' => array( 'path' => 'v1/advertisers/{+advertiserId}:bulkListAdvertiserAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v1/advertisers', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_assets = new Google_Service_DisplayVideo_Resource_AdvertisersAssets( $this, $this->serviceName, 'assets', array( 'methods' => array( 'upload' => array( 'path' => 'v1/advertisers/{+advertiserId}/assets', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->advertisers_campaigns = new Google_Service_DisplayVideo_Resource_AdvertisersCampaigns( $this, $this->serviceName, 'campaigns', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/campaigns', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'campaignId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'campaignId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/campaigns', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'campaignId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_channels = new Google_Service_DisplayVideo_Resource_AdvertisersChannels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/channels', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/channels/{+channelId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/channels', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/channels/{channelId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_channels_sites = new Google_Service_DisplayVideo_Resource_AdvertisersChannelsSites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'bulkEdit' => array( 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites:bulkEdit', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites/{+urlOrAppId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlOrAppId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/channels/{+channelId}/sites', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_creatives = new Google_Service_DisplayVideo_Resource_AdvertisersCreatives( $this, $this->serviceName, 'creatives', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/creatives', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/creatives', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_insertionOrders = new Google_Service_DisplayVideo_Resource_AdvertisersInsertionOrders( $this, $this->serviceName, 'insertionOrders', array( 'methods' => array( 'bulkListInsertionOrderAssignedTargetingOptions' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}:bulkListInsertionOrderAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'insertionOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'insertionOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'insertionOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'insertionOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_insertionOrders_targetingTypes_assignedTargetingOptions = new Google_Service_DisplayVideo_Resource_AdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', array( 'methods' => array( 'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'insertionOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'insertionOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_lineItems = new Google_Service_DisplayVideo_Resource_AdvertisersLineItems( $this, $this->serviceName, 'lineItems', array( 'methods' => array( 'bulkEditLineItemAssignedTargetingOptions' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}:bulkEditLineItemAssignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'bulkListLineItemAssignedTargetingOptions' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}:bulkListLineItemAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_lineItems_targetingTypes_assignedTargetingOptions = new Google_Service_DisplayVideo_Resource_AdvertisersLineItemsTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'lineItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_locationLists = new Google_Service_DisplayVideo_Resource_AdvertisersLocationLists( $this, $this->serviceName, 'locationLists', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/locationLists', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/locationLists/{+locationListId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/locationLists', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/locationLists/{locationListId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_locationLists_assignedLocations = new Google_Service_DisplayVideo_Resource_AdvertisersLocationListsAssignedLocations( $this, $this->serviceName, 'assignedLocations', array( 'methods' => array( 'bulkEdit' => array( 'path' => 'v1/advertisers/{advertiserId}/locationLists/{+locationListId}/assignedLocations:bulkEdit', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations/{+assignedLocationId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedLocationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_manualTriggers = new Google_Service_DisplayVideo_Resource_AdvertisersManualTriggers( $this, $this->serviceName, 'manualTriggers', array( 'methods' => array( 'activate' => array( 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'deactivate' => array( 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}:deactivate', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_negativeKeywordLists = new Google_Service_DisplayVideo_Resource_AdvertisersNegativeKeywordLists( $this, $this->serviceName, 'negativeKeywordLists', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{negativeKeywordListId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_negativeKeywordLists_negativeKeywords = new Google_Service_DisplayVideo_Resource_AdvertisersNegativeKeywordListsNegativeKeywords( $this, $this->serviceName, 'negativeKeywords', array( 'methods' => array( 'bulkEdit' => array( 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords:bulkEdit', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords/{+keywordValue}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keywordValue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'negativeKeywordListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->advertisers_targetingTypes_assignedTargetingOptions = new Google_Service_DisplayVideo_Resource_AdvertisersTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', array( 'methods' => array( 'create' => array( 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->combinedAudiences = new Google_Service_DisplayVideo_Resource_CombinedAudiences( $this, $this->serviceName, 'combinedAudiences', array( 'methods' => array( 'get' => array( 'path' => 'v1/combinedAudiences/{+combinedAudienceId}', 'httpMethod' => 'GET', 'parameters' => array( 'combinedAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/combinedAudiences', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customBiddingAlgorithms = new Google_Service_DisplayVideo_Resource_CustomBiddingAlgorithms( $this, $this->serviceName, 'customBiddingAlgorithms', array( 'methods' => array( 'get' => array( 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}', 'httpMethod' => 'GET', 'parameters' => array( 'customBiddingAlgorithmId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/customBiddingAlgorithms', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customLists = new Google_Service_DisplayVideo_Resource_CustomLists( $this, $this->serviceName, 'customLists', array( 'methods' => array( 'get' => array( 'path' => 'v1/customLists/{+customListId}', 'httpMethod' => 'GET', 'parameters' => array( 'customListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/customLists', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->firstAndThirdPartyAudiences = new Google_Service_DisplayVideo_Resource_FirstAndThirdPartyAudiences( $this, $this->serviceName, 'firstAndThirdPartyAudiences', array( 'methods' => array( 'get' => array( 'path' => 'v1/firstAndThirdPartyAudiences/{+firstAndThirdPartyAudienceId}', 'httpMethod' => 'GET', 'parameters' => array( 'firstAndThirdPartyAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/firstAndThirdPartyAudiences', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->floodlightGroups = new Google_Service_DisplayVideo_Resource_FloodlightGroups( $this, $this->serviceName, 'floodlightGroups', array( 'methods' => array( 'get' => array( 'path' => 'v1/floodlightGroups/{+floodlightGroupId}', 'httpMethod' => 'GET', 'parameters' => array( 'floodlightGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/floodlightGroups/{floodlightGroupId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'floodlightGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->googleAudiences = new Google_Service_DisplayVideo_Resource_GoogleAudiences( $this, $this->serviceName, 'googleAudiences', array( 'methods' => array( 'get' => array( 'path' => 'v1/googleAudiences/{+googleAudienceId}', 'httpMethod' => 'GET', 'parameters' => array( 'googleAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/googleAudiences', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->inventorySourceGroups = new Google_Service_DisplayVideo_Resource_InventorySourceGroups( $this, $this->serviceName, 'inventorySourceGroups', array( 'methods' => array( 'create' => array( 'path' => 'v1/inventorySourceGroups', 'httpMethod' => 'POST', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}', 'httpMethod' => 'GET', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/inventorySourceGroups', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/inventorySourceGroups/{inventorySourceGroupId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->inventorySourceGroups_assignedInventorySources = new Google_Service_DisplayVideo_Resource_InventorySourceGroupsAssignedInventorySources( $this, $this->serviceName, 'assignedInventorySources', array( 'methods' => array( 'bulkEdit' => array( 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources:bulkEdit', 'httpMethod' => 'POST', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources', 'httpMethod' => 'POST', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources/{+assignedInventorySourceId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedInventorySourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources', 'httpMethod' => 'GET', 'parameters' => array( 'inventorySourceGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->inventorySources = new Google_Service_DisplayVideo_Resource_InventorySources( $this, $this->serviceName, 'inventorySources', array( 'methods' => array( 'get' => array( 'path' => 'v1/inventorySources/{+inventorySourceId}', 'httpMethod' => 'GET', 'parameters' => array( 'inventorySourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/inventorySources', 'httpMethod' => 'GET', 'parameters' => array( 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->media = new Google_Service_DisplayVideo_Resource_Media( $this, $this->serviceName, 'media', array( 'methods' => array( 'download' => array( 'path' => 'download/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->partners = new Google_Service_DisplayVideo_Resource_Partners( $this, $this->serviceName, 'partners', array( 'methods' => array( 'bulkEditPartnerAssignedTargetingOptions' => array( 'path' => 'v1/partners/{+partnerId}:bulkEditPartnerAssignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/partners/{+partnerId}', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/partners', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->partners_channels = new Google_Service_DisplayVideo_Resource_PartnersChannels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'create' => array( 'path' => 'v1/partners/{+partnerId}/channels', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/partners/{+partnerId}/channels/{+channelId}', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/partners/{+partnerId}/channels', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/partners/{+partnerId}/channels/{channelId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->partners_channels_sites = new Google_Service_DisplayVideo_Resource_PartnersChannelsSites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'bulkEdit' => array( 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites:bulkEdit', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites/{+urlOrAppId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlOrAppId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/partners/{+partnerId}/channels/{+channelId}/sites', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'channelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->partners_targetingTypes_assignedTargetingOptions = new Google_Service_DisplayVideo_Resource_PartnersTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', array( 'methods' => array( 'create' => array( 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assignedTargetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->sdfdownloadtasks = new Google_Service_DisplayVideo_Resource_Sdfdownloadtasks( $this, $this->serviceName, 'sdfdownloadtasks', array( 'methods' => array( 'create' => array( 'path' => 'v1/sdfdownloadtasks', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->sdfdownloadtasks_operations = new Google_Service_DisplayVideo_Resource_SdfdownloadtasksOperations( $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->targetingTypes_targetingOptions = new Google_Service_DisplayVideo_Resource_TargetingTypesTargetingOptions( $this, $this->serviceName, 'targetingOptions', array( 'methods' => array( 'get' => array( 'path' => 'v1/targetingTypes/{+targetingType}/targetingOptions/{+targetingOptionId}', 'httpMethod' => 'GET', 'parameters' => array( 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetingOptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/targetingTypes/{+targetingType}/targetingOptions', 'httpMethod' => 'GET', 'parameters' => array( 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'v1/targetingTypes/{+targetingType}/targetingOptions:search', 'httpMethod' => 'POST', 'parameters' => array( 'targetingType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users = new Google_Service_DisplayVideo_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'bulkEditAssignedUserRoles' => array( 'path' => 'v1/users/{+userId}:bulkEditAssignedUserRoles', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/users', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/users/{+userId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/users/{+userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/users', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/users/{+userId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK& Z3*TTavendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/ListExecutionsResponse.phpnu[executions = $executions; } /** * @return Google_Service_WorkflowExecutions_Execution[] */ public function getExecutions() { return $this->executions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK& Z:;avendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/CancelExecutionRequest.phpnu[ * $workflowexecutionsService = new Google_Service_WorkflowExecutions(...); * $locations = $workflowexecutionsService->locations; * */ class Google_Service_WorkflowExecutions_Resource_ProjectsLocations extends Google_Service_Resource { } PK& Zƨثnvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/ProjectsLocationsWorkflows.phpnu[ * $workflowexecutionsService = new Google_Service_WorkflowExecutions(...); * $workflows = $workflowexecutionsService->workflows; * */ class Google_Service_WorkflowExecutions_Resource_ProjectsLocationsWorkflows extends Google_Service_Resource { } PK& Zʹxvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/ProjectsLocationsWorkflowsExecutions.phpnu[ * $workflowexecutionsService = new Google_Service_WorkflowExecutions(...); * $executions = $workflowexecutionsService->executions; * */ class Google_Service_WorkflowExecutions_Resource_ProjectsLocationsWorkflowsExecutions extends Google_Service_Resource { /** * Cancels an execution of the given name. (executions.cancel) * * @param string $name Required. Name of the execution to be cancelled. Format: * projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec * ution} * @param Google_Service_WorkflowExecutions_CancelExecutionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_WorkflowExecutions_Execution */ public function cancel($name, Google_Service_WorkflowExecutions_CancelExecutionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_WorkflowExecutions_Execution"); } /** * Creates a new execution using the latest revision of the given workflow. * (executions.create) * * @param string $parent Required. Name of the workflow for which an execution * should be created. Format: * projects/{project}/locations/{location}/workflows/{workflow} The latest * revision of the workflow will be used. * @param Google_Service_WorkflowExecutions_Execution $postBody * @param array $optParams Optional parameters. * @return Google_Service_WorkflowExecutions_Execution */ public function create($parent, Google_Service_WorkflowExecutions_Execution $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_WorkflowExecutions_Execution"); } /** * Returns an execution of the given name. (executions.get) * * @param string $name Required. Name of the execution to be retrieved. Format: * projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec * ution} * @param array $optParams Optional parameters. * * @opt_param string view Optional. A view defining which fields should be * filled in the returned execution. The API will default to the FULL view. * @return Google_Service_WorkflowExecutions_Execution */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_WorkflowExecutions_Execution"); } /** * Returns a list of executions which belong to the workflow with the given * name. The method returns executions of all workflow revisions. Returned * executions are ordered by their start time (newest first). * (executions.listProjectsLocationsWorkflowsExecutions) * * @param string $parent Required. Name of the workflow for which the executions * should be listed. Format: * projects/{project}/locations/{location}/workflows/{workflow} * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of executions to return per call. Max * supported value depends on the selected Execution view: it's 10000 for BASIC * and 100 for FULL. The default value used if the field is not specified is * 100, regardless of the selected view. Values greater than the max value will * be coerced down to it. * @opt_param string pageToken A page token, received from a previous * `ListExecutions` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListExecutions` must match the * call that provided the page token. * @opt_param string view Optional. A view defining which fields should be * filled in the returned executions. The API will default to the BASIC view. * @return Google_Service_WorkflowExecutions_ListExecutionsResponse */ public function listProjectsLocationsWorkflowsExecutions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WorkflowExecutions_ListExecutionsResponse"); } } PK& Z&k C\vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/Projects.phpnu[ * $workflowexecutionsService = new Google_Service_WorkflowExecutions(...); * $projects = $workflowexecutionsService->projects; * */ class Google_Service_WorkflowExecutions_Resource_Projects extends Google_Service_Resource { } PK& ZA$Uvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/StackTrace.phpnu[elements = $elements; } /** * @return Google_Service_WorkflowExecutions_StackTraceElement[] */ public function getElements() { return $this->elements; } } PK& Zw6ggSvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Position.phpnu[column = $column; } public function getColumn() { return $this->column; } public function setLength($length) { $this->length = $length; } public function getLength() { return $this->length; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK& ZDzPvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Error.phpnu[context = $context; } public function getContext() { return $this->context; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_WorkflowExecutions_StackTrace */ public function setStackTrace(Google_Service_WorkflowExecutions_StackTrace $stackTrace) { $this->stackTrace = $stackTrace; } /** * @return Google_Service_WorkflowExecutions_StackTrace */ public function getStackTrace() { return $this->stackTrace; } } PK& ZiTvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Execution.phpnu[argument = $argument; } public function getArgument() { return $this->argument; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_WorkflowExecutions_Error */ public function setError(Google_Service_WorkflowExecutions_Error $error) { $this->error = $error; } /** * @return Google_Service_WorkflowExecutions_Error */ public function getError() { return $this->error; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } 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 setWorkflowRevisionId($workflowRevisionId) { $this->workflowRevisionId = $workflowRevisionId; } public function getWorkflowRevisionId() { return $this->workflowRevisionId; } } PK& Z1~\vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/StackTraceElement.phpnu[position = $position; } /** * @return Google_Service_WorkflowExecutions_Position */ public function getPosition() { return $this->position; } public function setRoutine($routine) { $this->routine = $routine; } public function getRoutine() { return $this->routine; } public function setStep($step) { $this->step = $step; } public function getStep() { return $this->step; } } PK& Zj nnFvendor/google/apiclient-services/src/Google/Service/Taskqueue/Task.phpnu[ "retry_count", ); public $enqueueTimestamp; public $id; public $kind; public $leaseTimestamp; public $payloadBase64; public $queueName; public $retryCount; public $tag; public function setEnqueueTimestamp($enqueueTimestamp) { $this->enqueueTimestamp = $enqueueTimestamp; } public function getEnqueueTimestamp() { return $this->enqueueTimestamp; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLeaseTimestamp($leaseTimestamp) { $this->leaseTimestamp = $leaseTimestamp; } public function getLeaseTimestamp() { return $this->leaseTimestamp; } public function setPayloadBase64($payloadBase64) { $this->payloadBase64 = $payloadBase64; } public function getPayloadBase64() { return $this->payloadBase64; } public function setQueueName($queueName) { $this->queueName = $queueName; } public function getQueueName() { return $this->queueName; } public function setRetryCount($retryCount) { $this->retryCount = $retryCount; } public function getRetryCount() { return $this->retryCount; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK& Z*Pvendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueStats.phpnu[leasedLastHour = $leasedLastHour; } public function getLeasedLastHour() { return $this->leasedLastHour; } public function setLeasedLastMinute($leasedLastMinute) { $this->leasedLastMinute = $leasedLastMinute; } public function getLeasedLastMinute() { return $this->leasedLastMinute; } public function setOldestTask($oldestTask) { $this->oldestTask = $oldestTask; } public function getOldestTask() { return $this->oldestTask; } public function setTotalTasks($totalTasks) { $this->totalTasks = $totalTasks; } public function getTotalTasks() { return $this->totalTasks; } } PK& ZDZUvendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Taskqueues.phpnu[ * $taskqueueService = new Google_Service_Taskqueue(...); * $taskqueues = $taskqueueService->taskqueues; * */ class Google_Service_Taskqueue_Resource_Taskqueues extends Google_Service_Resource { /** * Get detailed information about a TaskQueue. (taskqueues.get) * * @param string $project The project under which the queue lies. * @param string $taskqueue The id of the taskqueue to get the properties of. * @param array $optParams Optional parameters. * * @opt_param bool getStats Whether to get stats. Optional. * @return Google_Service_Taskqueue_TaskQueue */ public function get($project, $taskqueue, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Taskqueue_TaskQueue"); } } PK& Z|oNNPvendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Tasks.phpnu[ * $taskqueueService = new Google_Service_Taskqueue(...); * $tasks = $taskqueueService->tasks; * */ class Google_Service_Taskqueue_Resource_Tasks extends Google_Service_Resource { /** * Delete a task from a TaskQueue. (tasks.delete) * * @param string $project The project under which the queue lies. * @param string $taskqueue The taskqueue to delete a task from. * @param string $task The id of the task to delete. * @param array $optParams Optional parameters. */ public function delete($project, $taskqueue, $task, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Get a particular task from a TaskQueue. (tasks.get) * * @param string $project The project under which the queue lies. * @param string $taskqueue The taskqueue in which the task belongs. * @param string $task The task to get properties of. * @param array $optParams Optional parameters. * @return Google_Service_Taskqueue_Task */ public function get($project, $taskqueue, $task, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Taskqueue_Task"); } /** * Insert a new task in a TaskQueue (tasks.insert) * * @param string $project The project under which the queue lies * @param string $taskqueue The taskqueue to insert the task into * @param Google_Service_Taskqueue_Task $postBody * @param array $optParams Optional parameters. * @return Google_Service_Taskqueue_Task */ public function insert($project, $taskqueue, Google_Service_Taskqueue_Task $postBody, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Taskqueue_Task"); } /** * Lease 1 or more tasks from a TaskQueue. (tasks.lease) * * @param string $project The project under which the queue lies. * @param string $taskqueue The taskqueue to lease a task from. * @param int $numTasks The number of tasks to lease. * @param int $leaseSecs The lease in seconds. * @param array $optParams Optional parameters. * * @opt_param bool groupByTag When true, all returned tasks will have the same * tag * @opt_param string tag The tag allowed for tasks in the response. Must only be * specified if group_by_tag is true. If group_by_tag is true and tag is not * specified the tag will be that of the oldest task by eta, i.e. the first * available tag * @return Google_Service_Taskqueue_Tasks */ public function lease($project, $taskqueue, $numTasks, $leaseSecs, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue, 'numTasks' => $numTasks, 'leaseSecs' => $leaseSecs); $params = array_merge($params, $optParams); return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks"); } /** * List Tasks in a TaskQueue (tasks.listTasks) * * @param string $project The project under which the queue lies. * @param string $taskqueue The id of the taskqueue to list tasks from. * @param array $optParams Optional parameters. * @return Google_Service_Taskqueue_Tasks2 */ public function listTasks($project, $taskqueue, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2"); } /** * Update tasks that are leased out of a TaskQueue. This method supports patch * semantics. (tasks.patch) * * @param string $project The project under which the queue lies. * @param string $taskqueue * @param string $task * @param int $newLeaseSeconds The new lease in seconds. * @param Google_Service_Taskqueue_Task $postBody * @param array $optParams Optional parameters. * @return Google_Service_Taskqueue_Task */ public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Taskqueue_Task"); } /** * Update tasks that are leased out of a TaskQueue. (tasks.update) * * @param string $project The project under which the queue lies. * @param string $taskqueue * @param string $task * @param int $newLeaseSeconds The new lease in seconds. * @param Google_Service_Taskqueue_Task $postBody * @param array $optParams Optional parameters. * @return Google_Service_Taskqueue_Task */ public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array()) { $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Taskqueue_Task"); } } PK& ZPQGvendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks.phpnu[items = $items; } /** * @return Google_Service_Taskqueue_Task */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK& Z688Nvendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.phpnu[adminEmails = $adminEmails; } public function getAdminEmails() { return $this->adminEmails; } public function setConsumerEmails($consumerEmails) { $this->consumerEmails = $consumerEmails; } public function getConsumerEmails() { return $this->consumerEmails; } public function setProducerEmails($producerEmails) { $this->producerEmails = $producerEmails; } public function getProducerEmails() { return $this->producerEmails; } } PK& Z5NRddKvendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueue.phpnu[acl = $acl; } /** * @return Google_Service_Taskqueue_TaskQueueAcl */ public function getAcl() { return $this->acl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxLeases($maxLeases) { $this->maxLeases = $maxLeases; } public function getMaxLeases() { return $this->maxLeases; } /** * @param Google_Service_Taskqueue_TaskQueueStats */ public function setStats(Google_Service_Taskqueue_TaskQueueStats $stats) { $this->stats = $stats; } /** * @return Google_Service_Taskqueue_TaskQueueStats */ public function getStats() { return $this->stats; } } PK' Z_1Hvendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.phpnu[items = $items; } /** * @return Google_Service_Taskqueue_Task */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' Zw3ll[vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeResponse.phpnu[results = $results; } /** * @return Google_Service_Speech_SpeechRecognitionResult[] */ public function getResults() { return $this->results; } } PK' Z:ܻF--Wvendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.phpnu[enableSpeakerDiarization = $enableSpeakerDiarization; } public function getEnableSpeakerDiarization() { return $this->enableSpeakerDiarization; } public function setMaxSpeakerCount($maxSpeakerCount) { $this->maxSpeakerCount = $maxSpeakerCount; } public function getMaxSpeakerCount() { return $this->maxSpeakerCount; } public function setMinSpeakerCount($minSpeakerCount) { $this->minSpeakerCount = $minSpeakerCount; } public function getMinSpeakerCount() { return $this->minSpeakerCount; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } } PK' Z>KkkLvendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.phpnu[phrases = $phrases; } public function getPhrases() { return $this->phrases; } } PK' Z#[vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeMetadata.phpnu[lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' ZqOvendor/google/apiclient-services/src/Google/Service/Speech/RecognizeRequest.phpnu[audio = $audio; } /** * @return Google_Service_Speech_RecognitionAudio */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Speech_RecognitionConfig */ public function setConfig(Google_Service_Speech_RecognitionConfig $config) { $this->config = $config; } /** * @return Google_Service_Speech_RecognitionConfig */ public function getConfig() { return $this->config; } } PK' ZU@&Pvendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.phpnu[audioChannelCount = $audioChannelCount; } public function getAudioChannelCount() { return $this->audioChannelCount; } /** * @param Google_Service_Speech_SpeakerDiarizationConfig */ public function setDiarizationConfig(Google_Service_Speech_SpeakerDiarizationConfig $diarizationConfig) { $this->diarizationConfig = $diarizationConfig; } /** * @return Google_Service_Speech_SpeakerDiarizationConfig */ public function getDiarizationConfig() { return $this->diarizationConfig; } public function setEnableAutomaticPunctuation($enableAutomaticPunctuation) { $this->enableAutomaticPunctuation = $enableAutomaticPunctuation; } public function getEnableAutomaticPunctuation() { return $this->enableAutomaticPunctuation; } public function setEnableSeparateRecognitionPerChannel($enableSeparateRecognitionPerChannel) { $this->enableSeparateRecognitionPerChannel = $enableSeparateRecognitionPerChannel; } public function getEnableSeparateRecognitionPerChannel() { return $this->enableSeparateRecognitionPerChannel; } public function setEnableWordTimeOffsets($enableWordTimeOffsets) { $this->enableWordTimeOffsets = $enableWordTimeOffsets; } public function getEnableWordTimeOffsets() { return $this->enableWordTimeOffsets; } public function setEncoding($encoding) { $this->encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMaxAlternatives($maxAlternatives) { $this->maxAlternatives = $maxAlternatives; } public function getMaxAlternatives() { return $this->maxAlternatives; } /** * @param Google_Service_Speech_RecognitionMetadata */ public function setMetadata(Google_Service_Speech_RecognitionMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Speech_RecognitionMetadata */ public function getMetadata() { return $this->metadata; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setProfanityFilter($profanityFilter) { $this->profanityFilter = $profanityFilter; } public function getProfanityFilter() { return $this->profanityFilter; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } /** * @param Google_Service_Speech_SpeechContext[] */ public function setSpeechContexts($speechContexts) { $this->speechContexts = $speechContexts; } /** * @return Google_Service_Speech_SpeechContext[] */ public function getSpeechContexts() { return $this->speechContexts; } public function setUseEnhanced($useEnhanced) { $this->useEnhanced = $useEnhanced; } public function getUseEnhanced() { return $this->useEnhanced; } } PK' ZL+rrYvendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocations.phpnu[ * $speechService = new Google_Service_Speech(...); * $locations = $speechService->locations; * */ class Google_Service_Speech_Resource_ProjectsLocations extends Google_Service_Resource { } PK' ZAx  cvendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocationsOperations.phpnu[ * $speechService = new Google_Service_Speech(...); * $operations = $speechService->operations; * */ class Google_Service_Speech_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Speech_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Speech_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Speech_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Speech_ListOperationsResponse"); } } PK' ZMϷ Rvendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.phpnu[ * $speechService = new Google_Service_Speech(...); * $operations = $speechService->operations; * */ class Google_Service_Speech_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Speech_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Speech_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param string name The name of the operation's parent resource. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @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"); } } PK' Z~sc c Nvendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.phpnu[ * $speechService = new Google_Service_Speech(...); * $speech = $speechService->speech; * */ class Google_Service_Speech_Resource_Speech extends Google_Service_Resource { /** * Performs asynchronous speech recognition: receive results via the * google.longrunning.Operations interface. Returns either an `Operation.error` * or an `Operation.response` which contains a `LongRunningRecognizeResponse` * message. For more information on asynchronous speech recognition, see the * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize). * (speech.longrunningrecognize) * * @param Google_Service_Speech_LongRunningRecognizeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Speech_Operation */ public function longrunningrecognize(Google_Service_Speech_LongRunningRecognizeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('longrunningrecognize', array($params), "Google_Service_Speech_Operation"); } /** * Performs synchronous speech recognition: receive results after all audio has * been sent and processed. (speech.recognize) * * @param Google_Service_Speech_RecognizeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Speech_RecognizeResponse */ public function recognize(Google_Service_Speech_RecognizeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('recognize', array($params), "Google_Service_Speech_RecognizeResponse"); } } PK' ZxBuffPvendor/google/apiclient-services/src/Google/Service/Speech/Resource/Projects.phpnu[ * $speechService = new Google_Service_Speech(...); * $projects = $speechService->projects; * */ class Google_Service_Speech_Resource_Projects extends Google_Service_Resource { } PK' ZrlaaPvendor/google/apiclient-services/src/Google/Service/Speech/RecognizeResponse.phpnu[results = $results; } /** * @return Google_Service_Speech_SpeechRecognitionResult[] */ public function getResults() { return $this->results; } } PK' ZWa$//Gvendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } } PK' ZəJ([[Vvendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.phpnu[alternatives = $alternatives; } /** * @return Google_Service_Speech_SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } public function setChannelTag($channelTag) { $this->channelTag = $channelTag; } public function getChannelTag() { return $this->channelTag; } } PK' Z%uOvendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.phpnu[content = $content; } public function getContent() { return $this->content; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' Z&)IllHvendor/google/apiclient-services/src/Google/Service/Speech/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Speech_Status */ public function setError(Google_Service_Speech_Status $error) { $this->error = $error; } /** * @return Google_Service_Speech_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' ZymEvendor/google/apiclient-services/src/Google/Service/Speech/Status.phpnu[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; } } PK' ZBU[vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_Speech_WordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_Speech_WordInfo[] */ public function getWords() { return $this->words; } } PK' Zhw$$Uvendor/google/apiclient-services/src/Google/Service/Speech/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Speech_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Speech_Operation[] */ public function getOperations() { return $this->operations; } } PK' ZZ Rvendor/google/apiclient-services/src/Google/Service/Speech/RecognitionMetadata.phpnu[audioTopic = $audioTopic; } public function getAudioTopic() { return $this->audioTopic; } public function setIndustryNaicsCodeOfAudio($industryNaicsCodeOfAudio) { $this->industryNaicsCodeOfAudio = $industryNaicsCodeOfAudio; } public function getIndustryNaicsCodeOfAudio() { return $this->industryNaicsCodeOfAudio; } public function setInteractionType($interactionType) { $this->interactionType = $interactionType; } public function getInteractionType() { return $this->interactionType; } public function setMicrophoneDistance($microphoneDistance) { $this->microphoneDistance = $microphoneDistance; } public function getMicrophoneDistance() { return $this->microphoneDistance; } public function setOriginalMediaType($originalMediaType) { $this->originalMediaType = $originalMediaType; } public function getOriginalMediaType() { return $this->originalMediaType; } public function setOriginalMimeType($originalMimeType) { $this->originalMimeType = $originalMimeType; } public function getOriginalMimeType() { return $this->originalMimeType; } public function setRecordingDeviceName($recordingDeviceName) { $this->recordingDeviceName = $recordingDeviceName; } public function getRecordingDeviceName() { return $this->recordingDeviceName; } public function setRecordingDeviceType($recordingDeviceType) { $this->recordingDeviceType = $recordingDeviceType; } public function getRecordingDeviceType() { return $this->recordingDeviceType; } } PK' Z%Zvendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeRequest.phpnu[audio = $audio; } /** * @return Google_Service_Speech_RecognitionAudio */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Speech_RecognitionConfig */ public function setConfig(Google_Service_Speech_RecognitionConfig $config) { $this->config = $config; } /** * @return Google_Service_Speech_RecognitionConfig */ public function getConfig() { return $this->config; } } PK' Z$[E$${vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkRecommendationFailedRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setStateMetadata($stateMetadata) { $this->stateMetadata = $stateMetadata; } public function getStateMetadata() { return $this->stateMetadata; } } PK' ZLVzvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1InsightRecommendationReference.phpnu[recommendation = $recommendation; } public function getRecommendation() { return $this->recommendation; } } PK' ZU|ّSvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK' Z%%|vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkRecommendationClaimedRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setStateMetadata($stateMetadata) { $this->stateMetadata = $stateMetadata; } public function getStateMetadata() { return $this->stateMetadata; } } PK' Z]vvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkInsightAcceptedRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setStateMetadata($stateMetadata) { $this->stateMetadata = $stateMetadata; } public function getStateMetadata() { return $this->stateMetadata; } } PK' Z `\oojvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Recommendation.phpnu[additionalImpact = $additionalImpact; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1Impact[] */ public function getAdditionalImpact() { return $this->additionalImpact; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationInsightReference[] */ public function setAssociatedInsights($associatedInsights) { $this->associatedInsights = $associatedInsights; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationInsightReference[] */ public function getAssociatedInsights() { return $this->associatedInsights; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationContent */ public function setContent(Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationContent $content) { $this->content = $content; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationContent */ public function getContent() { return $this->content; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setLastRefreshTime($lastRefreshTime) { $this->lastRefreshTime = $lastRefreshTime; } public function getLastRefreshTime() { return $this->lastRefreshTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1Impact */ public function setPrimaryImpact(Google_Service_Recommender_GoogleCloudRecommenderV1Impact $primaryImpact) { $this->primaryImpact = $primaryImpact; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1Impact */ public function getPrimaryImpact() { return $this->primaryImpact; } public function setRecommenderSubtype($recommenderSubtype) { $this->recommenderSubtype = $recommenderSubtype; } public function getRecommenderSubtype() { return $this->recommenderSubtype; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationStateInfo */ public function setStateInfo(Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationStateInfo $stateInfo) { $this->stateInfo = $stateInfo; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1RecommendationStateInfo */ public function getStateInfo() { return $this->stateInfo; } } PK' Zjs55cvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Insight.phpnu[associatedRecommendations = $associatedRecommendations; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1InsightRecommendationReference[] */ public function getAssociatedRecommendations() { return $this->associatedRecommendations; } public function setCategory($category) { $this->category = $category; } public function getCategory() { return $this->category; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setInsightSubtype($insightSubtype) { $this->insightSubtype = $insightSubtype; } public function getInsightSubtype() { return $this->insightSubtype; } public function setLastRefreshTime($lastRefreshTime) { $this->lastRefreshTime = $lastRefreshTime; } public function getLastRefreshTime() { return $this->lastRefreshTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setObservationPeriod($observationPeriod) { $this->observationPeriod = $observationPeriod; } public function getObservationPeriod() { return $this->observationPeriod; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1InsightStateInfo */ public function setStateInfo(Google_Service_Recommender_GoogleCloudRecommenderV1InsightStateInfo $stateInfo) { $this->stateInfo = $stateInfo; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1InsightStateInfo */ public function getStateInfo() { return $this->stateInfo; } public function setTargetResources($targetResources) { $this->targetResources = $targetResources; } public function getTargetResources() { return $this->targetResources; } } PK' Z ''~vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkRecommendationSucceededRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setStateMetadata($stateMetadata) { $this->stateMetadata = $stateMetadata; } public function getStateMetadata() { return $this->stateMetadata; } } PK' Z(wvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1ListRecommendationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation[] */ public function setRecommendations($recommendations) { $this->recommendations = $recommendations; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation[] */ public function getRecommendations() { return $this->recommendations; } } PK' Zjhqvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1RecommendationContent.phpnu[operationGroups = $operationGroups; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1OperationGroup[] */ public function getOperationGroups() { return $this->operationGroups; } } PK' Z{bvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Impact.phpnu[category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1CostProjection */ public function setCostProjection(Google_Service_Recommender_GoogleCloudRecommenderV1CostProjection $costProjection) { $this->costProjection = $costProjection; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1CostProjection */ public function getCostProjection() { return $this->costProjection; } } PK' ZvY,,wvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypesInsights.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insights = $recommenderService->insights; * */ class Google_Service_Recommender_Resource_OrganizationsLocationsInsightTypesInsights extends Google_Service_Resource { /** * Gets the requested insight. Requires the recommender.*.get IAM permission for * the specified insight type. (insights.get) * * @param string $name Required. Name of the insight. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } /** * Lists insights for a Cloud project. Requires the recommender.*.list IAM * permission for the specified insight type. * (insights.listOrganizationsLocationsInsightTypesInsights) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/insightTypes/[INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_I * D]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 4. * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_T * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- * types.) * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights * returned. Supported filter fields: state Eg: `state:"DISMISSED" or * state:"ACTIVE" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse */ public function listOrganizationsLocationsInsightTypesInsights($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse"); } /** * Marks the Insight State as Accepted. Users can use this method to indicate to * the Recommender API that they have applied some action based on the insight. * This stops the insight content from being updated. MarkInsightAccepted can be * applied to insights in ACTIVE state. Requires the recommender.*.update IAM * permission for the specified insight. (insights.markAccepted) * * @param string $name Required. Name of the insight. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function markAccepted($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markAccepted', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } } PK' Z @^vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $locations = $recommenderService->locations; * */ class Google_Service_Recommender_Resource_ProjectsLocations extends Google_Service_Resource { } PK' Z Wevendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $locations = $recommenderService->locations; * */ class Google_Service_Recommender_Resource_BillingAccountsLocations extends Google_Service_Resource { } PK' Z5Qcvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $locations = $recommenderService->locations; * */ class Google_Service_Recommender_Resource_OrganizationsLocations extends Google_Service_Resource { } PK' Z;ovendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsRecommenders.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommenders = $recommenderService->recommenders; * */ class Google_Service_Recommender_Resource_OrganizationsLocationsRecommenders extends Google_Service_Resource { } PK' ZtUovendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypes.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insightTypes = $recommenderService->insightTypes; * */ class Google_Service_Recommender_Resource_OrganizationsLocationsInsightTypes extends Google_Service_Resource { } PK' Z22yvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypesInsights.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insights = $recommenderService->insights; * */ class Google_Service_Recommender_Resource_BillingAccountsLocationsInsightTypesInsights extends Google_Service_Resource { /** * Gets the requested insight. Requires the recommender.*.get IAM permission for * the specified insight type. (insights.get) * * @param string $name Required. Name of the insight. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } /** * Lists insights for a Cloud project. Requires the recommender.*.list IAM * permission for the specified insight type. * (insights.listBillingAccountsLocationsInsightTypesInsights) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/insightTypes/[INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_I * D]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 4. * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_T * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- * types.) * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights * returned. Supported filter fields: state Eg: `state:"DISMISSED" or * state:"ACTIVE" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse */ public function listBillingAccountsLocationsInsightTypesInsights($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse"); } /** * Marks the Insight State as Accepted. Users can use this method to indicate to * the Recommender API that they have applied some action based on the insight. * This stops the insight content from being updated. MarkInsightAccepted can be * applied to insights in ACTIVE state. Requires the recommender.*.update IAM * permission for the specified insight. (insights.markAccepted) * * @param string $name Required. Name of the insight. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function markAccepted($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markAccepted', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } } PK' ZK9ivendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsRecommenders.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommenders = $recommenderService->recommenders; * */ class Google_Service_Recommender_Resource_FoldersLocationsRecommenders extends Google_Service_Resource { } PK' Z vvTvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Folders.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $folders = $recommenderService->folders; * */ class Google_Service_Recommender_Resource_Folders extends Google_Service_Resource { } PK' ZM@@xvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsRecommendersRecommendations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommendations = $recommenderService->recommendations; * */ class Google_Service_Recommender_Resource_FoldersLocationsRecommendersRecommendations extends Google_Service_Resource { /** * Gets the requested recommendation. Requires the recommender.*.get IAM * permission for the specified recommender. (recommendations.get) * * @param string $name Required. Name of the recommendation. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Lists recommendations for a Cloud project. Requires the recommender.*.list * IAM permission for the specified recommender. * (recommendations.listFoldersLocationsRecommendersRecommendations) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/recommenders/[RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID * ]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 4. ` * organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDE * R_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported * recommenders: https://cloud.google.com/recommender/docs/recommenders. * @param array $optParams Optional parameters. * * @opt_param string filter Filter expression to restrict the recommendations * returned. Supported filter fields: state_info.state Eg: * `state_info.state:"DISMISSED" or state_info.state:"FAILED" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse */ public function listFoldersLocationsRecommendersRecommendations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse"); } /** * Marks the Recommendation State as Claimed. Users can use this method to * indicate to the Recommender API that they are starting to apply the * recommendation themselves. This stops the recommendation content from being * updated. Associated insights are frozen and placed in the ACCEPTED state. * MarkRecommendationClaimed can be applied to recommendations in CLAIMED, * SUCCEEDED, FAILED, or ACTIVE state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markClaimed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markClaimed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markClaimed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Failed. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation failed. This stops the recommendation content * from being updated. Associated insights are frozen and placed in the ACCEPTED * state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, * CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markFailed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markFailed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markFailed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Succeeded. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation was successful. This stops the recommendation * content from being updated. Associated insights are frozen and placed in the * ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations * in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the * recommender.*.update IAM permission for the specified recommender. * (recommendations.markSucceeded) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markSucceeded($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markSucceeded', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } } PK' ZXXvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsRecommendersRecommendations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommendations = $recommenderService->recommendations; * */ class Google_Service_Recommender_Resource_BillingAccountsLocationsRecommendersRecommendations extends Google_Service_Resource { /** * Gets the requested recommendation. Requires the recommender.*.get IAM * permission for the specified recommender. (recommendations.get) * * @param string $name Required. Name of the recommendation. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Lists recommendations for a Cloud project. Requires the recommender.*.list * IAM permission for the specified recommender. * (recommendations.listBillingAccountsLocationsRecommendersRecommendations) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/recommenders/[RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID * ]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 4. ` * organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDE * R_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported * recommenders: https://cloud.google.com/recommender/docs/recommenders. * @param array $optParams Optional parameters. * * @opt_param string filter Filter expression to restrict the recommendations * returned. Supported filter fields: state_info.state Eg: * `state_info.state:"DISMISSED" or state_info.state:"FAILED" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse */ public function listBillingAccountsLocationsRecommendersRecommendations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse"); } /** * Marks the Recommendation State as Claimed. Users can use this method to * indicate to the Recommender API that they are starting to apply the * recommendation themselves. This stops the recommendation content from being * updated. Associated insights are frozen and placed in the ACCEPTED state. * MarkRecommendationClaimed can be applied to recommendations in CLAIMED, * SUCCEEDED, FAILED, or ACTIVE state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markClaimed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markClaimed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markClaimed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Failed. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation failed. This stops the recommendation content * from being updated. Associated insights are frozen and placed in the ACCEPTED * state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, * CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markFailed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markFailed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markFailed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Succeeded. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation was successful. This stops the recommendation * content from being updated. Associated insights are frozen and placed in the * ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations * in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the * recommender.*.update IAM permission for the specified recommender. * (recommendations.markSucceeded) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markSucceeded($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markSucceeded', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } } PK' Z9CCyvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommendations = $recommenderService->recommendations; * */ class Google_Service_Recommender_Resource_ProjectsLocationsRecommendersRecommendations extends Google_Service_Resource { /** * Gets the requested recommendation. Requires the recommender.*.get IAM * permission for the specified recommender. (recommendations.get) * * @param string $name Required. Name of the recommendation. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Lists recommendations for a Cloud project. Requires the recommender.*.list * IAM permission for the specified recommender. * (recommendations.listProjectsLocationsRecommendersRecommendations) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/recommenders/[RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID * ]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 4. ` * organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDE * R_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported * recommenders: https://cloud.google.com/recommender/docs/recommenders. * @param array $optParams Optional parameters. * * @opt_param string filter Filter expression to restrict the recommendations * returned. Supported filter fields: state_info.state Eg: * `state_info.state:"DISMISSED" or state_info.state:"FAILED" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse */ public function listProjectsLocationsRecommendersRecommendations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse"); } /** * Marks the Recommendation State as Claimed. Users can use this method to * indicate to the Recommender API that they are starting to apply the * recommendation themselves. This stops the recommendation content from being * updated. Associated insights are frozen and placed in the ACCEPTED state. * MarkRecommendationClaimed can be applied to recommendations in CLAIMED, * SUCCEEDED, FAILED, or ACTIVE state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markClaimed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markClaimed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markClaimed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Failed. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation failed. This stops the recommendation content * from being updated. Associated insights are frozen and placed in the ACCEPTED * state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, * CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markFailed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markFailed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markFailed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Succeeded. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation was successful. This stops the recommendation * content from being updated. Associated insights are frozen and placed in the * ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations * in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the * recommender.*.update IAM permission for the specified recommender. * (recommendations.markSucceeded) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markSucceeded($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markSucceeded', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } } PK' Z]tzzUvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $projects = $recommenderService->projects; * */ class Google_Service_Recommender_Resource_Projects extends Google_Service_Resource { } PK' Z1R<Zvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Organizations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $organizations = $recommenderService->organizations; * */ class Google_Service_Recommender_Resource_Organizations extends Google_Service_Resource { } PK' Z:\vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccounts.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $billingAccounts = $recommenderService->billingAccounts; * */ class Google_Service_Recommender_Resource_BillingAccounts extends Google_Service_Resource { } PK' Zy6gjvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommenders = $recommenderService->recommenders; * */ class Google_Service_Recommender_Resource_ProjectsLocationsRecommenders extends Google_Service_Resource { } PK' Zjvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsInsightTypes.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insightTypes = $recommenderService->insightTypes; * */ class Google_Service_Recommender_Resource_ProjectsLocationsInsightTypes extends Google_Service_Resource { } PK' ZSrvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsInsightTypesInsights.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insights = $recommenderService->insights; * */ class Google_Service_Recommender_Resource_ProjectsLocationsInsightTypesInsights extends Google_Service_Resource { /** * Gets the requested insight. Requires the recommender.*.get IAM permission for * the specified insight type. (insights.get) * * @param string $name Required. Name of the insight. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } /** * Lists insights for a Cloud project. Requires the recommender.*.list IAM * permission for the specified insight type. * (insights.listProjectsLocationsInsightTypesInsights) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/insightTypes/[INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_I * D]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 4. * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_T * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- * types.) * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights * returned. Supported filter fields: state Eg: `state:"DISMISSED" or * state:"ACTIVE" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse */ public function listProjectsLocationsInsightTypesInsights($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse"); } /** * Marks the Insight State as Accepted. Users can use this method to indicate to * the Recommender API that they have applied some action based on the insight. * This stops the insight content from being updated. MarkInsightAccepted can be * applied to insights in ACTIVE state. Requires the recommender.*.update IAM * permission for the specified insight. (insights.markAccepted) * * @param string $name Required. Name of the insight. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function markAccepted($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markAccepted', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } } PK' ZvEqvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypes.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insightTypes = $recommenderService->insightTypes; * */ class Google_Service_Recommender_Resource_BillingAccountsLocationsInsightTypes extends Google_Service_Resource { } PK' ZFRR~vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsRecommendersRecommendations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommendations = $recommenderService->recommendations; * */ class Google_Service_Recommender_Resource_OrganizationsLocationsRecommendersRecommendations extends Google_Service_Resource { /** * Gets the requested recommendation. Requires the recommender.*.get IAM * permission for the specified recommender. (recommendations.get) * * @param string $name Required. Name of the recommendation. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Lists recommendations for a Cloud project. Requires the recommender.*.list * IAM permission for the specified recommender. * (recommendations.listOrganizationsLocationsRecommendersRecommendations) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/recommenders/[RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID * ]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]` 4. ` * organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDE * R_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported * recommenders: https://cloud.google.com/recommender/docs/recommenders. * @param array $optParams Optional parameters. * * @opt_param string filter Filter expression to restrict the recommendations * returned. Supported filter fields: state_info.state Eg: * `state_info.state:"DISMISSED" or state_info.state:"FAILED" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse */ public function listOrganizationsLocationsRecommendersRecommendations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListRecommendationsResponse"); } /** * Marks the Recommendation State as Claimed. Users can use this method to * indicate to the Recommender API that they are starting to apply the * recommendation themselves. This stops the recommendation content from being * updated. Associated insights are frozen and placed in the ACCEPTED state. * MarkRecommendationClaimed can be applied to recommendations in CLAIMED, * SUCCEEDED, FAILED, or ACTIVE state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markClaimed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markClaimed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationClaimedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markClaimed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Failed. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation failed. This stops the recommendation content * from being updated. Associated insights are frozen and placed in the ACCEPTED * state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, * CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM * permission for the specified recommender. (recommendations.markFailed) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markFailed($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationFailedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markFailed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } /** * Marks the Recommendation State as Succeeded. Users can use this method to * indicate to the Recommender API that they have applied the recommendation * themselves, and the operation was successful. This stops the recommendation * content from being updated. Associated insights are frozen and placed in the * ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations * in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the * recommender.*.update IAM permission for the specified recommender. * (recommendations.markSucceeded) * * @param string $name Required. Name of the recommendation. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation */ public function markSucceeded($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkRecommendationSucceededRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markSucceeded', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Recommendation"); } } PK' ZPivendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsInsightTypes.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insightTypes = $recommenderService->insightTypes; * */ class Google_Service_Recommender_Resource_FoldersLocationsInsightTypes extends Google_Service_Resource { } PK' Z#ch]vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocations.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $locations = $recommenderService->locations; * */ class Google_Service_Recommender_Resource_FoldersLocations extends Google_Service_Resource { } PK' Z=%qvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsRecommenders.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $recommenders = $recommenderService->recommenders; * */ class Google_Service_Recommender_Resource_BillingAccountsLocationsRecommenders extends Google_Service_Resource { } PK' Zvqvendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsInsightTypesInsights.phpnu[ * $recommenderService = new Google_Service_Recommender(...); * $insights = $recommenderService->insights; * */ class Google_Service_Recommender_Resource_FoldersLocationsInsightTypesInsights extends Google_Service_Resource { /** * Gets the requested insight. Requires the recommender.*.get IAM permission for * the specified insight type. (insights.get) * * @param string $name Required. Name of the insight. * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } /** * Lists insights for a Cloud project. Requires the recommender.*.list IAM * permission for the specified insight type. * (insights.listFoldersLocationsInsightTypesInsights) * * @param string $parent Required. The container resource on which to execute * the request. Acceptable formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOC * ATION]/insightTypes/[INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_I * D]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 3. * `folders/[FOLDER_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` 4. * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_T * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- * types.) * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights * returned. Supported filter fields: state Eg: `state:"DISMISSED" or * state:"ACTIVE" * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. If not specified, the * server will determine the number of results to return. * @opt_param string pageToken Optional. If present, retrieves the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of other * method parameters must be identical to those in the previous call. * @return Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse */ public function listFoldersLocationsInsightTypesInsights($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1ListInsightsResponse"); } /** * Marks the Insight State as Accepted. Users can use this method to indicate to * the Recommender API that they have applied some action based on the insight. * This stops the insight content from being updated. MarkInsightAccepted can be * applied to insights in ACTIVE state. Requires the recommender.*.update IAM * permission for the specified insight. (insights.markAccepted) * * @param string $name Required. Name of the insight. * @param Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function markAccepted($name, Google_Service_Recommender_GoogleCloudRecommenderV1MarkInsightAcceptedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('markAccepted', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1Insight"); } } PK' ZE##svendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1RecommendationStateInfo.phpnu[state = $state; } public function getState() { return $this->state; } public function setStateMetadata($stateMetadata) { $this->stateMetadata = $stateMetadata; } public function getStateMetadata() { return $this->stateMetadata; } } PK' Zckkzvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1RecommendationInsightReference.phpnu[insight = $insight; } public function getInsight() { return $this->insight; } } PK' Zgjvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1OperationGroup.phpnu[operations = $operations; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1Operation[] */ public function getOperations() { return $this->operations; } } PK' Z},p p evendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Operation.phpnu[action = $action; } public function getAction() { return $this->action; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPathFilters($pathFilters) { $this->pathFilters = $pathFilters; } public function getPathFilters() { return $this->pathFilters; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1ValueMatcher[] */ public function setPathValueMatchers($pathValueMatchers) { $this->pathValueMatchers = $pathValueMatchers; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1ValueMatcher[] */ public function getPathValueMatchers() { return $this->pathValueMatchers; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setSourcePath($sourcePath) { $this->sourcePath = $sourcePath; } public function getSourcePath() { return $this->sourcePath; } public function setSourceResource($sourceResource) { $this->sourceResource = $sourceResource; } public function getSourceResource() { return $this->sourceResource; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } /** * @param Google_Service_Recommender_GoogleCloudRecommenderV1ValueMatcher */ public function setValueMatcher(Google_Service_Recommender_GoogleCloudRecommenderV1ValueMatcher $valueMatcher) { $this->valueMatcher = $valueMatcher; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1ValueMatcher */ public function getValueMatcher() { return $this->valueMatcher; } } PK' Z[.(&hvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1ValueMatcher.phpnu[matchesPattern = $matchesPattern; } public function getMatchesPattern() { return $this->matchesPattern; } } PK' Z@v~~pvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1ListInsightsResponse.phpnu[insights = $insights; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight[] */ public function getInsights() { return $this->insights; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZvLlvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1InsightStateInfo.phpnu[state = $state; } public function getState() { return $this->state; } public function setStateMetadata($stateMetadata) { $this->stateMetadata = $stateMetadata; } public function getStateMetadata() { return $this->stateMetadata; } } PK' Z&i3jvendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1CostProjection.phpnu[cost = $cost; } /** * @return Google_Service_Recommender_GoogleTypeMoney */ public function getCost() { return $this->cost; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } } PK' ZhORRYvendor/google/apiclient-services/src/Google/Service/CloudDebugger/GerritSourceContext.phpnu[aliasContext = $aliasContext; } /** * @return Google_Service_CloudDebugger_AliasContext */ public function getAliasContext() { return $this->aliasContext; } public function setAliasName($aliasName) { $this->aliasName = $aliasName; } public function getAliasName() { return $this->aliasName; } public function setGerritProject($gerritProject) { $this->gerritProject = $gerritProject; } public function getGerritProject() { return $this->gerritProject; } public function setHostUri($hostUri) { $this->hostUri = $hostUri; } public function getHostUri() { return $this->hostUri; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK' Z/_Rvendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Zcc[vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.phpnu[breakpoint = $breakpoint; } /** * @return Google_Service_CloudDebugger_Breakpoint */ public function getBreakpoint() { return $this->breakpoint; } } PK' ZȀkkcvendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.phpnu[breakpoint = $breakpoint; } /** * @return Google_Service_CloudDebugger_Breakpoint */ public function getBreakpoint() { return $this->breakpoint; } } PK' Zcvendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListActiveBreakpointsResponse.phpnu[breakpoints = $breakpoints; } /** * @return Google_Service_CloudDebugger_Breakpoint[] */ public function getBreakpoints() { return $this->breakpoints; } public function setNextWaitToken($nextWaitToken) { $this->nextWaitToken = $nextWaitToken; } public function getNextWaitToken() { return $this->nextWaitToken; } public function setWaitExpired($waitExpired) { $this->waitExpired = $waitExpired; } public function getWaitExpired() { return $this->waitExpired; } } PK' Z-rrPvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Breakpoint.phpnu[action = $action; } public function getAction() { return $this->action; } public function setCanaryExpireTime($canaryExpireTime) { $this->canaryExpireTime = $canaryExpireTime; } public function getCanaryExpireTime() { return $this->canaryExpireTime; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_CloudDebugger_Variable[] */ public function setEvaluatedExpressions($evaluatedExpressions) { $this->evaluatedExpressions = $evaluatedExpressions; } /** * @return Google_Service_CloudDebugger_Variable[] */ public function getEvaluatedExpressions() { return $this->evaluatedExpressions; } public function setExpressions($expressions) { $this->expressions = $expressions; } public function getExpressions() { return $this->expressions; } public function setFinalTime($finalTime) { $this->finalTime = $finalTime; } public function getFinalTime() { return $this->finalTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsFinalState($isFinalState) { $this->isFinalState = $isFinalState; } public function getIsFinalState() { return $this->isFinalState; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudDebugger_SourceLocation */ public function setLocation(Google_Service_CloudDebugger_SourceLocation $location) { $this->location = $location; } /** * @return Google_Service_CloudDebugger_SourceLocation */ public function getLocation() { return $this->location; } public function setLogLevel($logLevel) { $this->logLevel = $logLevel; } public function getLogLevel() { return $this->logLevel; } public function setLogMessageFormat($logMessageFormat) { $this->logMessageFormat = $logMessageFormat; } public function getLogMessageFormat() { return $this->logMessageFormat; } /** * @param Google_Service_CloudDebugger_StackFrame[] */ public function setStackFrames($stackFrames) { $this->stackFrames = $stackFrames; } /** * @return Google_Service_CloudDebugger_StackFrame[] */ public function getStackFrames() { return $this->stackFrames; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudDebugger_StatusMessage */ public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) { $this->status = $status; } /** * @return Google_Service_CloudDebugger_StatusMessage */ public function getStatus() { return $this->status; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } /** * @param Google_Service_CloudDebugger_Variable[] */ public function setVariableTable($variableTable) { $this->variableTable = $variableTable; } /** * @return Google_Service_CloudDebugger_Variable[] */ public function getVariableTable() { return $this->variableTable; } } PK' Zh!Vvendor/google/apiclient-services/src/Google/Service/CloudDebugger/GitSourceContext.phpnu[revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' ZŠkkNvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Variable.phpnu[members = $members; } /** * @return Google_Service_CloudDebugger_Variable[] */ public function getMembers() { return $this->members; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudDebugger_StatusMessage */ public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) { $this->status = $status; } /** * @return Google_Service_CloudDebugger_StatusMessage */ public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } public function setVarTableIndex($varTableIndex) { $this->varTableIndex = $varTableIndex; } public function getVarTableIndex() { return $this->varTableIndex; } } PK' ZNLvendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.phpnu[projectRepoId = $projectRepoId; } /** * @return Google_Service_CloudDebugger_ProjectRepoId */ public function getProjectRepoId() { return $this->projectRepoId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK' Z4ff[vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.phpnu[debuggees = $debuggees; } /** * @return Google_Service_CloudDebugger_Debuggee[] */ public function getDebuggees() { return $this->debuggees; } } PK' ZWMM]vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.phpnu[breakpoints = $breakpoints; } /** * @return Google_Service_CloudDebugger_Breakpoint[] */ public function getBreakpoints() { return $this->breakpoints; } public function setNextWaitToken($nextWaitToken) { $this->nextWaitToken = $nextWaitToken; } public function getNextWaitToken() { return $this->nextWaitToken; } } PK' ZA@&&Svendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.phpnu[format = $format; } public function getFormat() { return $this->format; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK' ZFUkmvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggeesBreakpoints.phpnu[ * $clouddebuggerService = new Google_Service_CloudDebugger(...); * $breakpoints = $clouddebuggerService->breakpoints; * */ class Google_Service_CloudDebugger_Resource_ControllerDebuggeesBreakpoints extends Google_Service_Resource { /** * Returns the list of all active breakpoints for the debuggee. The breakpoint * specification (`location`, `condition`, and `expressions` fields) is * semantically immutable, although the field values may change. For example, an * agent may update the location line number to reflect the actual line where * the breakpoint was set, but this doesn't change the breakpoint semantics. * This means that an agent does not need to check if a breakpoint has changed * when it encounters the same breakpoint on a successive call. Moreover, an * agent should remember the breakpoints that are completed until the controller * removes them from the active list to avoid setting those breakpoints again. * (breakpoints.listControllerDebuggeesBreakpoints) * * @param string $debuggeeId Required. Identifies the debuggee. * @param array $optParams Optional parameters. * * @opt_param string agentId Identifies the agent. This is the ID returned in * the RegisterDebuggee response. * @opt_param bool successOnTimeout If set to `true` (recommended), returns * `google.rpc.Code.OK` status and sets the `wait_expired` response field to * `true` when the server-selected timeout has expired. If set to `false` * (deprecated), returns `google.rpc.Code.ABORTED` status when the server- * selected timeout has expired. * @opt_param string waitToken A token that, if specified, blocks the method * call until the list of active breakpoints has changed, or a server-selected * timeout has expired. The value should be set from the `next_wait_token` field * in the last response. The initial value should be set to `"init"`. * @return Google_Service_CloudDebugger_ListActiveBreakpointsResponse */ public function listControllerDebuggeesBreakpoints($debuggeeId, $optParams = array()) { $params = array('debuggeeId' => $debuggeeId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDebugger_ListActiveBreakpointsResponse"); } /** * Updates the breakpoint state or mutable fields. The entire Breakpoint message * must be sent back to the controller service. Updates to active breakpoint * fields are only allowed if the new value does not change the breakpoint * specification. Updates to the `location`, `condition` and `expressions` * fields should not alter the breakpoint semantics. These may only make changes * such as canonicalizing a value or snapping the location to the correct line * of code. (breakpoints.update) * * @param string $debuggeeId Required. Identifies the debuggee being debugged. * @param string $id Breakpoint identifier, unique in the scope of the debuggee. * @param Google_Service_CloudDebugger_UpdateActiveBreakpointRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDebugger_UpdateActiveBreakpointResponse */ public function update($debuggeeId, $id, Google_Service_CloudDebugger_UpdateActiveBreakpointRequest $postBody, $optParams = array()) { $params = array('debuggeeId' => $debuggeeId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_CloudDebugger_UpdateActiveBreakpointResponse"); } } PK' ZĆ`bvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggees.phpnu[ * $clouddebuggerService = new Google_Service_CloudDebugger(...); * $debuggees = $clouddebuggerService->debuggees; * */ class Google_Service_CloudDebugger_Resource_ControllerDebuggees extends Google_Service_Resource { /** * Registers the debuggee with the controller service. All agents attached to * the same application must call this method with exactly the same request * content to get back the same stable `debuggee_id`. Agents should call this * method again whenever `google.rpc.Code.NOT_FOUND` is returned from any * controller method. This protocol allows the controller service to disable * debuggees, recover from data loss, or change the `debuggee_id` format. Agents * must handle `debuggee_id` value changing upon re-registration. * (debuggees.register) * * @param Google_Service_CloudDebugger_RegisterDebuggeeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDebugger_RegisterDebuggeeResponse */ public function register(Google_Service_CloudDebugger_RegisterDebuggeeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_CloudDebugger_RegisterDebuggeeResponse"); } } PK' Z0kvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggeesBreakpoints.phpnu[ * $clouddebuggerService = new Google_Service_CloudDebugger(...); * $breakpoints = $clouddebuggerService->breakpoints; * */ class Google_Service_CloudDebugger_Resource_DebuggerDebuggeesBreakpoints extends Google_Service_Resource { /** * Deletes the breakpoint from the debuggee. (breakpoints.delete) * * @param string $debuggeeId Required. ID of the debuggee whose breakpoint to * delete. * @param string $breakpointId Required. ID of the breakpoint to delete. * @param array $optParams Optional parameters. * * @opt_param string clientVersion Required. The client version making the call. * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). * @return Google_Service_CloudDebugger_ClouddebuggerEmpty */ public function delete($debuggeeId, $breakpointId, $optParams = array()) { $params = array('debuggeeId' => $debuggeeId, 'breakpointId' => $breakpointId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudDebugger_ClouddebuggerEmpty"); } /** * Gets breakpoint information. (breakpoints.get) * * @param string $debuggeeId Required. ID of the debuggee whose breakpoint to * get. * @param string $breakpointId Required. ID of the breakpoint to get. * @param array $optParams Optional parameters. * * @opt_param string clientVersion Required. The client version making the call. * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). * @return Google_Service_CloudDebugger_GetBreakpointResponse */ public function get($debuggeeId, $breakpointId, $optParams = array()) { $params = array('debuggeeId' => $debuggeeId, 'breakpointId' => $breakpointId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDebugger_GetBreakpointResponse"); } /** * Lists all breakpoints for the debuggee. * (breakpoints.listDebuggerDebuggeesBreakpoints) * * @param string $debuggeeId Required. ID of the debuggee whose breakpoints to * list. * @param array $optParams Optional parameters. * * @opt_param string action.value Only breakpoints with the specified action * will pass the filter. * @opt_param string clientVersion Required. The client version making the call. * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). * @opt_param bool includeAllUsers When set to `true`, the response includes the * list of breakpoints set by any user. Otherwise, it includes only breakpoints * set by the caller. * @opt_param bool includeInactive When set to `true`, the response includes * active and inactive breakpoints. Otherwise, it includes only active * breakpoints. * @opt_param bool stripResults This field is deprecated. The following fields * are always stripped out of the result: `stack_frames`, * `evaluated_expressions` and `variable_table`. * @opt_param string waitToken A wait token that, if specified, blocks the call * until the breakpoints list has changed, or a server selected timeout has * expired. The value should be set from the last response. The error code * `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be * called again with the same `wait_token`. * @return Google_Service_CloudDebugger_ListBreakpointsResponse */ public function listDebuggerDebuggeesBreakpoints($debuggeeId, $optParams = array()) { $params = array('debuggeeId' => $debuggeeId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDebugger_ListBreakpointsResponse"); } /** * Sets the breakpoint to the debuggee. (breakpoints.set) * * @param string $debuggeeId Required. ID of the debuggee where the breakpoint * is to be set. * @param Google_Service_CloudDebugger_Breakpoint $postBody * @param array $optParams Optional parameters. * * @opt_param string canaryOption The canary option set by the user upon setting * breakpoint. * @opt_param string clientVersion Required. The client version making the call. * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). * @return Google_Service_CloudDebugger_SetBreakpointResponse */ public function set($debuggeeId, Google_Service_CloudDebugger_Breakpoint $postBody, $optParams = array()) { $params = array('debuggeeId' => $debuggeeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('set', array($params), "Google_Service_CloudDebugger_SetBreakpointResponse"); } } PK' Z`vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggees.phpnu[ * $clouddebuggerService = new Google_Service_CloudDebugger(...); * $debuggees = $clouddebuggerService->debuggees; * */ class Google_Service_CloudDebugger_Resource_DebuggerDebuggees extends Google_Service_Resource { /** * Lists all the debuggees that the user has access to. * (debuggees.listDebuggerDebuggees) * * @param array $optParams Optional parameters. * * @opt_param string clientVersion Required. The client version making the call. * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). * @opt_param bool includeInactive When set to `true`, the result includes all * debuggees. Otherwise, the result includes only debuggees that are active. * @opt_param string project Required. Project number of a Google Cloud project * whose debuggees to list. * @return Google_Service_CloudDebugger_ListDebuggeesResponse */ public function listDebuggerDebuggees($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDebugger_ListDebuggeesResponse"); } } PK' Z' * $clouddebuggerService = new Google_Service_CloudDebugger(...); * $debugger = $clouddebuggerService->debugger; * */ class Google_Service_CloudDebugger_Resource_Debugger extends Google_Service_Resource { } PK' Z~Yvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Controller.phpnu[ * $clouddebuggerService = new Google_Service_CloudDebugger(...); * $controller = $clouddebuggerService->controller; * */ class Google_Service_CloudDebugger_Resource_Controller extends Google_Service_Resource { } PK' Z Svendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceContext.phpnu[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; } } PK' ZTy[vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.phpnu[context = $context; } /** * @return Google_Service_CloudDebugger_SourceContext */ public function getContext() { return $this->context; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK' ZeSSNvendor/google/apiclient-services/src/Google/Service/CloudDebugger/Debuggee.phpnu[agentVersion = $agentVersion; } public function getAgentVersion() { return $this->agentVersion; } public function setCanaryMode($canaryMode) { $this->canaryMode = $canaryMode; } public function getCanaryMode() { return $this->canaryMode; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_CloudDebugger_ExtendedSourceContext[] */ public function setExtSourceContexts($extSourceContexts) { $this->extSourceContexts = $extSourceContexts; } /** * @return Google_Service_CloudDebugger_ExtendedSourceContext[] */ public function getExtSourceContexts() { return $this->extSourceContexts; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsDisabled($isDisabled) { $this->isDisabled = $isDisabled; } public function getIsDisabled() { return $this->isDisabled; } public function setIsInactive($isInactive) { $this->isInactive = $isInactive; } public function getIsInactive() { return $this->isInactive; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } /** * @param Google_Service_CloudDebugger_SourceContext[] */ public function setSourceContexts($sourceContexts) { $this->sourceContexts = $sourceContexts; } /** * @return Google_Service_CloudDebugger_SourceContext[] */ public function getSourceContexts() { return $this->sourceContexts; } /** * @param Google_Service_CloudDebugger_StatusMessage */ public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) { $this->status = $status; } /** * @return Google_Service_CloudDebugger_StatusMessage */ public function getStatus() { return $this->status; } public function setUniquifier($uniquifier) { $this->uniquifier = $uniquifier; } public function getUniquifier() { return $this->uniquifier; } } PK' Z#WjSvendor/google/apiclient-services/src/Google/Service/CloudDebugger/ProjectRepoId.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRepoName($repoName) { $this->repoName = $repoName; } public function getRepoName() { return $this->repoName; } } PK' Z"Svendor/google/apiclient-services/src/Google/Service/CloudDebugger/StatusMessage.phpnu[description = $description; } /** * @return Google_Service_CloudDebugger_FormatMessage */ public function getDescription() { return $this->description; } public function setIsError($isError) { $this->isError = $isError; } public function getIsError() { return $this->isError; } public function setRefersTo($refersTo) { $this->refersTo = $refersTo; } public function getRefersTo() { return $this->refersTo; } } PK' Z-AAavendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceSourceContext.phpnu[snapshotId = $snapshotId; } public function getSnapshotId() { return $this->snapshotId; } /** * @param Google_Service_CloudDebugger_CloudWorkspaceId */ public function setWorkspaceId(Google_Service_CloudDebugger_CloudWorkspaceId $workspaceId) { $this->workspaceId = $workspaceId; } /** * @return Google_Service_CloudDebugger_CloudWorkspaceId */ public function getWorkspaceId() { return $this->workspaceId; } } PK' ZZxgCMM]vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeRequest.phpnu[debuggee = $debuggee; } /** * @return Google_Service_CloudDebugger_Debuggee */ public function getDebuggee() { return $this->debuggee; } } PK' Z!oo\vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudRepoSourceContext.phpnu[aliasContext = $aliasContext; } /** * @return Google_Service_CloudDebugger_AliasContext */ public function getAliasContext() { return $this->aliasContext; } public function setAliasName($aliasName) { $this->aliasName = $aliasName; } public function getAliasName() { return $this->aliasName; } /** * @param Google_Service_CloudDebugger_RepoId */ public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) { $this->repoId = $repoId; } /** * @return Google_Service_CloudDebugger_RepoId */ public function getRepoId() { return $this->repoId; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK' ZA¥Xvendor/google/apiclient-services/src/Google/Service/CloudDebugger/ClouddebuggerEmpty.phpnu[column = $column; } public function getColumn() { return $this->column; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK' Z)˲Vvendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudDebugger_RepoId */ public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) { $this->repoId = $repoId; } /** * @return Google_Service_CloudDebugger_RepoId */ public function getRepoId() { return $this->repoId; } } PK' ZUcc[vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SetBreakpointResponse.phpnu[breakpoint = $breakpoint; } /** * @return Google_Service_CloudDebugger_Breakpoint */ public function getBreakpoint() { return $this->breakpoint; } } PK' ZRAdvendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointResponse.phpnu[agentId = $agentId; } public function getAgentId() { return $this->agentId; } /** * @param Google_Service_CloudDebugger_Debuggee */ public function setDebuggee(Google_Service_CloudDebugger_Debuggee $debuggee) { $this->debuggee = $debuggee; } /** * @return Google_Service_CloudDebugger_Debuggee */ public function getDebuggee() { return $this->debuggee; } } PK' ZS11Pvendor/google/apiclient-services/src/Google/Service/CloudDebugger/StackFrame.phpnu[arguments = $arguments; } /** * @return Google_Service_CloudDebugger_Variable[] */ public function getArguments() { return $this->arguments; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } /** * @param Google_Service_CloudDebugger_Variable[] */ public function setLocals($locals) { $this->locals = $locals; } /** * @return Google_Service_CloudDebugger_Variable[] */ public function getLocals() { return $this->locals; } /** * @param Google_Service_CloudDebugger_SourceLocation */ public function setLocation(Google_Service_CloudDebugger_SourceLocation $location) { $this->location = $location; } /** * @return Google_Service_CloudDebugger_SourceLocation */ public function getLocation() { return $this->location; } } PK' ZLrP:P:Bvendor/google/apiclient-services/src/Google/Service/Coordinate.phpnu[ * Lets you view and manage jobs in a Coordinate team.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Coordinate extends Google_Service { /** View and manage your Google Maps Coordinate jobs. */ const COORDINATE = "https://www.googleapis.com/auth/coordinate"; /** View your Google Coordinate jobs. */ const COORDINATE_READONLY = "https://www.googleapis.com/auth/coordinate.readonly"; public $customFieldDef; public $jobs; public $location; public $schedule; public $team; public $worker; /** * Constructs the internal representation of the Coordinate service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'coordinate/v1/'; $this->version = 'v1'; $this->serviceName = 'coordinate'; $this->customFieldDef = new Google_Service_Coordinate_Resource_CustomFieldDef( $this, $this->serviceName, 'customFieldDef', array( 'methods' => array( 'list' => array( 'path' => 'teams/{teamId}/custom_fields', 'httpMethod' => 'GET', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->jobs = new Google_Service_Coordinate_Resource_Jobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'get' => array( 'path' => 'teams/{teamId}/jobs/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'teams/{teamId}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'lat' => array( 'location' => 'query', 'type' => 'number', 'required' => true, ), 'lng' => array( 'location' => 'query', 'type' => 'number', 'required' => true, ), 'title' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'assignee' => array( 'location' => 'query', 'type' => 'string', ), 'customField' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'customerName' => array( 'location' => 'query', 'type' => 'string', ), 'customerPhoneNumber' => array( 'location' => 'query', 'type' => 'string', ), 'note' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'teams/{teamId}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'minModifiedTimestampMs' => array( 'location' => 'query', 'type' => 'string', ), 'omitJobChanges' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'teams/{teamId}/jobs/{jobId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'query', 'type' => 'string', ), 'assignee' => array( 'location' => 'query', 'type' => 'string', ), 'customField' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'customerName' => array( 'location' => 'query', 'type' => 'string', ), 'customerPhoneNumber' => array( 'location' => 'query', 'type' => 'string', ), 'lat' => array( 'location' => 'query', 'type' => 'number', ), 'lng' => array( 'location' => 'query', 'type' => 'number', ), 'note' => array( 'location' => 'query', 'type' => 'string', ), 'progress' => array( 'location' => 'query', 'type' => 'string', ), 'title' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'teams/{teamId}/jobs/{jobId}', 'httpMethod' => 'PUT', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'query', 'type' => 'string', ), 'assignee' => array( 'location' => 'query', 'type' => 'string', ), 'customField' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'customerName' => array( 'location' => 'query', 'type' => 'string', ), 'customerPhoneNumber' => array( 'location' => 'query', 'type' => 'string', ), 'lat' => array( 'location' => 'query', 'type' => 'number', ), 'lng' => array( 'location' => 'query', 'type' => 'number', ), 'note' => array( 'location' => 'query', 'type' => 'string', ), 'progress' => array( 'location' => 'query', 'type' => 'string', ), 'title' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->location = new Google_Service_Coordinate_Resource_Location( $this, $this->serviceName, 'location', array( 'methods' => array( 'list' => array( 'path' => 'teams/{teamId}/workers/{workerEmail}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'workerEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTimestampMs' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->schedule = new Google_Service_Coordinate_Resource_Schedule( $this, $this->serviceName, 'schedule', array( 'methods' => array( 'get' => array( 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', 'httpMethod' => 'GET', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', 'httpMethod' => 'PATCH', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allDay' => array( 'location' => 'query', 'type' => 'boolean', ), 'duration' => array( 'location' => 'query', 'type' => 'string', ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', 'httpMethod' => 'PUT', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allDay' => array( 'location' => 'query', 'type' => 'boolean', ), 'duration' => array( 'location' => 'query', 'type' => 'string', ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->team = new Google_Service_Coordinate_Resource_Team( $this, $this->serviceName, 'team', array( 'methods' => array( 'list' => array( 'path' => 'teams', 'httpMethod' => 'GET', 'parameters' => array( 'admin' => array( 'location' => 'query', 'type' => 'boolean', ), 'dispatcher' => array( 'location' => 'query', 'type' => 'boolean', ), 'worker' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->worker = new Google_Service_Coordinate_Resource_Worker( $this, $this->serviceName, 'worker', array( 'methods' => array( 'list' => array( 'path' => 'teams/{teamId}/workers', 'httpMethod' => 'GET', 'parameters' => array( 'teamId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK' Zt̿\vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptorMetadata.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK' Z  Lvendor/google/apiclient-services/src/Google/Service/ServiceUser/HttpRule.phpnu[additionalBindings = $additionalBindings; } /** * @return Google_Service_ServiceUser_HttpRule */ public function getAdditionalBindings() { return $this->additionalBindings; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } /** * @param Google_Service_ServiceUser_CustomHttpPattern */ public function setCustom(Google_Service_ServiceUser_CustomHttpPattern $custom) { $this->custom = $custom; } /** * @return Google_Service_ServiceUser_CustomHttpPattern */ public function getCustom() { return $this->custom; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } public function setGet($get) { $this->get = $get; } public function getGet() { return $this->get; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPost($post) { $this->post = $post; } public function getPost() { return $this->post; } public function setPut($put) { $this->put = $put; } public function getPut() { return $this->put; } public function setResponseBody($responseBody) { $this->responseBody = $responseBody; } public function getResponseBody() { return $this->responseBody; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' ZZץXvendor/google/apiclient-services/src/Google/Service/ServiceUser/EnableServiceRequest.phpnu[cardinality = $cardinality; } public function getCardinality() { return $this->cardinality; } public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } /** * @param Google_Service_ServiceUser_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUser_Option */ public function getOptions() { return $this->options; } public function setPacked($packed) { $this->packed = $packed; } public function getPacked() { return $this->packed; } public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } } PK' ZQxSvendor/google/apiclient-services/src/Google/Service/ServiceUser/LabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK' ZU``Mvendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_ServiceUser_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUser_Option */ public function getOptions() { return $this->options; } } PK' Zjz$(^^Vvendor/google/apiclient-services/src/Google/Service/ServiceUser/BillingDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK' ZKXaAAMvendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.phpnu[allowUnregisteredCalls = $allowUnregisteredCalls; } public function getAllowUnregisteredCalls() { return $this->allowUnregisteredCalls; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } public function setSkipServiceControl($skipServiceControl) { $this->skipServiceControl = $skipServiceControl; } public function getSkipServiceControl() { return $this->skipServiceControl; } } PK' Z/ / Hvendor/google/apiclient-services/src/Google/Service/ServiceUser/Type.phpnu[fields = $fields; } /** * @return Google_Service_ServiceUser_Field */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_ServiceUser_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUser_Option */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUser_SourceContext */ public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUser_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK' ZNE!11Kvendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUser_ContextRule */ public function getRules() { return $this->rules; } } PK' Z8BIvendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.phpnu[producerNotificationChannel = $producerNotificationChannel; } public function getProducerNotificationChannel() { return $this->producerNotificationChannel; } public function setRequirements($requirements) { $this->requirements = $requirements; } public function getRequirements() { return $this->requirements; } /** * @param Google_Service_ServiceUser_UsageRule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceUser_UsageRule */ public function getRules() { return $this->rules; } } PK' ZS(Svendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameter.phpnu[httpHeader = $httpHeader; } public function getHttpHeader() { return $this->httpHeader; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrlQueryParameter($urlQueryParameter) { $this->urlQueryParameter = $urlQueryParameter; } public function getUrlQueryParameter() { return $this->urlQueryParameter; } } PK' ZpR11Kvendor/google/apiclient-services/src/Google/Service/ServiceUser/Backend.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUser_BackendRule */ public function getRules() { return $this->rules; } } PK' Z}Kvendor/google/apiclient-services/src/Google/Service/ServiceUser/Billing.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceUser_BillingDestination */ public function getConsumerDestinations() { return $this->consumerDestinations; } } PK' Z.'Nvendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricRule.phpnu[metricCosts = $metricCosts; } public function getMetricCosts() { return $this->metricCosts; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' Zz2Pvendor/google/apiclient-services/src/Google/Service/ServiceUser/Experimental.phpnu[authorization = $authorization; } /** * @return Google_Service_ServiceUser_AuthorizationConfig */ public function getAuthorization() { return $this->authorization; } } PK' Z#  Svendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.phpnu[isErrorType = $isErrorType; } public function getIsErrorType() { return $this->isErrorType; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' Z'eeHvendor/google/apiclient-services/src/Google/Service/ServiceUser/Page.phpnu[content = $content; } public function getContent() { return $this->content; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUser_Page */ public function setSubpages($subpages) { $this->subpages = $subpages; } /** * @return Google_Service_ServiceUser_Page */ public function getSubpages() { return $this->subpages; } } PK' ZX2 2 Nvendor/google/apiclient-services/src/Google/Service/ServiceUser/QuotaLimit.phpnu[defaultLimit = $defaultLimit; } public function getDefaultLimit() { return $this->defaultLimit; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFreeTier($freeTier) { $this->freeTier = $freeTier; } public function getFreeTier() { return $this->freeTier; } public function setMaxLimit($maxLimit) { $this->maxLimit = $maxLimit; } public function getMaxLimit() { return $this->maxLimit; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK' ZKJvendor/google/apiclient-services/src/Google/Service/ServiceUser/Option.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK' ZtYvendor/google/apiclient-services/src/Google/Service/ServiceUser/DisableServiceRequest.phpnu[apis = $apis; } /** * @return Google_Service_ServiceUser_Api */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceUser_Authentication */ public function setAuthentication(Google_Service_ServiceUser_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceUser_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceUser_Backend */ public function setBackend(Google_Service_ServiceUser_Backend $backend) { $this->backend = $backend; } /** * @return Google_Service_ServiceUser_Backend */ public function getBackend() { return $this->backend; } /** * @param Google_Service_ServiceUser_Billing */ public function setBilling(Google_Service_ServiceUser_Billing $billing) { $this->billing = $billing; } /** * @return Google_Service_ServiceUser_Billing */ public function getBilling() { return $this->billing; } public function setConfigVersion($configVersion) { $this->configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_ServiceUser_Context */ public function setContext(Google_Service_ServiceUser_Context $context) { $this->context = $context; } /** * @return Google_Service_ServiceUser_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_ServiceUser_Control */ public function setControl(Google_Service_ServiceUser_Control $control) { $this->control = $control; } /** * @return Google_Service_ServiceUser_Control */ public function getControl() { return $this->control; } /** * @param Google_Service_ServiceUser_CustomError */ public function setCustomError(Google_Service_ServiceUser_CustomError $customError) { $this->customError = $customError; } /** * @return Google_Service_ServiceUser_CustomError */ public function getCustomError() { return $this->customError; } /** * @param Google_Service_ServiceUser_Documentation */ public function setDocumentation(Google_Service_ServiceUser_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceUser_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceUser_Endpoint */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceUser_Endpoint */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceUser_Enum */ public function setEnums($enums) { $this->enums = $enums; } /** * @return Google_Service_ServiceUser_Enum */ public function getEnums() { return $this->enums; } /** * @param Google_Service_ServiceUser_Experimental */ public function setExperimental(Google_Service_ServiceUser_Experimental $experimental) { $this->experimental = $experimental; } /** * @return Google_Service_ServiceUser_Experimental */ public function getExperimental() { return $this->experimental; } /** * @param Google_Service_ServiceUser_Http */ public function setHttp(Google_Service_ServiceUser_Http $http) { $this->http = $http; } /** * @return Google_Service_ServiceUser_Http */ public function getHttp() { return $this->http; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ServiceUser_Logging */ public function setLogging(Google_Service_ServiceUser_Logging $logging) { $this->logging = $logging; } /** * @return Google_Service_ServiceUser_Logging */ public function getLogging() { return $this->logging; } /** * @param Google_Service_ServiceUser_LogDescriptor */ public function setLogs($logs) { $this->logs = $logs; } /** * @return Google_Service_ServiceUser_LogDescriptor */ public function getLogs() { return $this->logs; } /** * @param Google_Service_ServiceUser_MetricDescriptor */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ServiceUser_MetricDescriptor */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ServiceUser_MonitoredResourceDescriptor */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceUser_MonitoredResourceDescriptor */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceUser_Monitoring */ public function setMonitoring(Google_Service_ServiceUser_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceUser_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } /** * @param Google_Service_ServiceUser_Quota */ public function setQuota(Google_Service_ServiceUser_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceUser_Quota */ public function getQuota() { return $this->quota; } /** * @param Google_Service_ServiceUser_SourceInfo */ public function setSourceInfo(Google_Service_ServiceUser_SourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return Google_Service_ServiceUser_SourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } /** * @param Google_Service_ServiceUser_SystemParameters */ public function setSystemParameters(Google_Service_ServiceUser_SystemParameters $systemParameters) { $this->systemParameters = $systemParameters; } /** * @return Google_Service_ServiceUser_SystemParameters */ public function getSystemParameters() { return $this->systemParameters; } /** * @param Google_Service_ServiceUser_Type */ public function setSystemTypes($systemTypes) { $this->systemTypes = $systemTypes; } /** * @return Google_Service_ServiceUser_Type */ public function getSystemTypes() { return $this->systemTypes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceUser_Type */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_ServiceUser_Type */ public function getTypes() { return $this->types; } /** * @param Google_Service_ServiceUser_Usage */ public function setUsage(Google_Service_ServiceUser_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceUser_Usage */ public function getUsage() { return $this->usage; } } PK' Zj/l  Ovendor/google/apiclient-services/src/Google/Service/ServiceUser/ContextRule.phpnu[allowedRequestExtensions = $allowedRequestExtensions; } public function getAllowedRequestExtensions() { return $this->allowedRequestExtensions; } public function setAllowedResponseExtensions($allowedResponseExtensions) { $this->allowedResponseExtensions = $allowedResponseExtensions; } public function getAllowedResponseExtensions() { return $this->allowedResponseExtensions; } public function setProvided($provided) { $this->provided = $provided; } public function getProvided() { return $this->provided; } public function setRequested($requested) { $this->requested = $requested; } public function getRequested() { return $this->requested; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' Z+ߐ Tvendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceUser_LabelDescriptor */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceUser_LabelDescriptor */ public function getLabels() { return $this->labels; } /** * @param Google_Service_ServiceUser_MetricDescriptorMetadata */ public function setMetadata(Google_Service_ServiceUser_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_ServiceUser_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK' Z#ޠUvendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Services.phpnu[ * $serviceuserService = new Google_Service_ServiceUser(...); * $services = $serviceuserService->services; * */ class Google_Service_ServiceUser_Resource_Services extends Google_Service_Resource { /** * Search available services. * * When no filter is specified, returns all accessible services. For * authenticated users, also returns all services the calling user has * "servicemanagement.services.bind" permission for. (services.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested size of the next page of data. * @opt_param string pageToken Token identifying which result to start with; * returned by a previous list call. * @return Google_Service_ServiceUser_SearchServicesResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_ServiceUser_SearchServicesResponse"); } } PK' ZzzUvendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.phpnu[ * $serviceuserService = new Google_Service_ServiceUser(...); * $projects = $serviceuserService->projects; * */ class Google_Service_ServiceUser_Resource_Projects extends Google_Service_Resource { } PK' Z"XAA]vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/ProjectsServices.phpnu[ * $serviceuserService = new Google_Service_ServiceUser(...); * $services = $serviceuserService->services; * */ class Google_Service_ServiceUser_Resource_ProjectsServices extends Google_Service_Resource { /** * Disable a service so it can no longer be used with a project. This prevents * unintended usage that may cause unexpected billing charges or security leaks. * * Operation (services.disable) * * @param string $name Name of the consumer and the service to disable for that * consumer. * * The Service User implementation accepts the following forms for consumer: - * "project:" * * A valid path would be: - projects/my- * project/services/servicemanagement.googleapis.com * @param Google_Service_ServiceUser_DisableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceUser_Operation */ public function disable($name, Google_Service_ServiceUser_DisableServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disable', array($params), "Google_Service_ServiceUser_Operation"); } /** * Enable a service so it can be used with a project. See [Cloud Auth * Guide](https://cloud.google.com/docs/authentication) for more information. * * Operation (services.enable) * * @param string $name Name of the consumer and the service to enable for that * consumer. * * A valid path would be: - projects/my- * project/services/servicemanagement.googleapis.com * @param Google_Service_ServiceUser_EnableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceUser_Operation */ public function enable($name, Google_Service_ServiceUser_EnableServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enable', array($params), "Google_Service_ServiceUser_Operation"); } /** * List enabled services for the specified consumer. * (services.listProjectsServices) * * @param string $parent List enabled services for the specified parent. * * An example valid parent would be: - projects/my-project * @param array $optParams Optional parameters. * * @opt_param string pageToken Token identifying which result to start with; * returned by a previous list call. * @opt_param int pageSize Requested size of the next page of data. * @return Google_Service_ServiceUser_ListEnabledServicesResponse */ public function listProjectsServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceUser_ListEnabledServicesResponse"); } } PK' Zt=Tvendor/google/apiclient-services/src/Google/Service/ServiceUser/PublishedService.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUser_Service */ public function setService(Google_Service_ServiceUser_Service $service) { $this->service = $service; } /** * @return Google_Service_ServiceUser_Service */ public function getService() { return $this->service; } } PK' ZIIQvendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } } PK' Z'Bx7OOWvendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.phpnu[provider = $provider; } public function getProvider() { return $this->provider; } } PK' Z߯SSOvendor/google/apiclient-services/src/Google/Service/ServiceUser/BackendRule.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setDeadline($deadline) { $this->deadline = $deadline; } public function getDeadline() { return $this->deadline; } public function setMinDeadline($minDeadline) { $this->minDeadline = $minDeadline; } public function getMinDeadline() { return $this->minDeadline; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' Z\UUvendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.phpnu[progressPercentage = $progressPercentage; } public function getProgressPercentage() { return $this->progressPercentage; } public function setResourceNames($resourceNames) { $this->resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_ServiceUser_Step */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_ServiceUser_Step */ public function getSteps() { return $this->steps; } } PK' ZMg[[Hvendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.phpnu[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; } } PK' Zc FVvendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthenticationRule.phpnu[allowWithoutCredential = $allowWithoutCredential; } public function getAllowWithoutCredential() { return $this->allowWithoutCredential; } /** * @param Google_Service_ServiceUser_OAuthRequirements */ public function setOauth(Google_Service_ServiceUser_OAuthRequirements $oauth) { $this->oauth = $oauth; } /** * @return Google_Service_ServiceUser_OAuthRequirements */ public function getOauth() { return $this->oauth; } /** * @param Google_Service_ServiceUser_AuthRequirement */ public function setRequirements($requirements) { $this->requirements = $requirements; } /** * @return Google_Service_ServiceUser_AuthRequirement */ public function getRequirements() { return $this->requirements; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' ZconsumerDestinations = $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; } } PK' Z'x  Svendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK' ZQKPvendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setAuthorizationUrl($authorizationUrl) { $this->authorizationUrl = $authorizationUrl; } public function getAuthorizationUrl() { return $this->authorizationUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setJwksUri($jwksUri) { $this->jwksUri = $jwksUri; } public function getJwksUri() { return $this->jwksUri; } } PK' Z9Nvendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.phpnu[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; } } PK' Zd'RRTvendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUser_SystemParameterRule */ public function getRules() { return $this->rules; } } PK' Zպ1Lvendor/google/apiclient-services/src/Google/Service/ServiceUser/Endpoint.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; } public function getAllowCors() { return $this->allowCors; } public function setFeatures($features) { $this->features = $features; } public function getFeatures() { return $this->features; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK' Z]/V<<_vendor/google/apiclient-services/src/Google/Service/ServiceUser/ListEnabledServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceUser_PublishedService */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ServiceUser_PublishedService */ public function getServices() { return $this->services; } } PK' Zu~~Uvendor/google/apiclient-services/src/Google/Service/ServiceUser/OAuthRequirements.phpnu[canonicalScopes = $canonicalScopes; } public function getCanonicalScopes() { return $this->canonicalScopes; } } PK' Z\Mvendor/google/apiclient-services/src/Google/Service/ServiceUser/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ServiceUser_Status */ public function setError(Google_Service_ServiceUser_Status $error) { $this->error = $error; } /** * @return Google_Service_ServiceUser_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' Z3Ivendor/google/apiclient-services/src/Google/Service/ServiceUser/Quota.phpnu[limits = $limits; } /** * @return Google_Service_ServiceUser_QuotaLimit */ public function getLimits() { return $this->limits; } /** * @param Google_Service_ServiceUser_MetricRule */ public function setMetricRules($metricRules) { $this->metricRules = $metricRules; } /** * @return Google_Service_ServiceUser_MetricRule */ public function getMetricRules() { return $this->metricRules; } } PK' ZkJvendor/google/apiclient-services/src/Google/Service/ServiceUser/Status.phpnu[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; } } PK' ZsQvendor/google/apiclient-services/src/Google/Service/ServiceUser/Documentation.phpnu[documentationRootUrl = $documentationRootUrl; } public function getDocumentationRootUrl() { return $this->documentationRootUrl; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } /** * @param Google_Service_ServiceUser_Page */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_ServiceUser_Page */ public function getPages() { return $this->pages; } /** * @param Google_Service_ServiceUser_DocumentationRule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceUser_DocumentationRule */ public function getRules() { return $this->rules; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK' Z 4Nvendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceInfo.phpnu[sourceFiles = $sourceFiles; } public function getSourceFiles() { return $this->sourceFiles; } } PK' ZV4_vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceUser_LabelDescriptor */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceUser_LabelDescriptor */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Ze!FFVvendor/google/apiclient-services/src/Google/Service/ServiceUser/LoggingDestination.phpnu[logs = $logs; } public function getLogs() { return $this->logs; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK' Z4AHvendor/google/apiclient-services/src/Google/Service/ServiceUser/Step.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK' Z$XXKvendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK' Zꙁ  Wvendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameterRule.phpnu[parameters = $parameters; } /** * @return Google_Service_ServiceUser_SystemParameter */ public function getParameters() { return $this->parameters; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' ZհdHvendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.phpnu[enumvalue = $enumvalue; } /** * @return Google_Service_ServiceUser_EnumValue */ public function getEnumvalue() { return $this->enumvalue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUser_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUser_Option */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUser_SourceContext */ public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUser_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK' Z=WOvendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomError.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUser_CustomErrorRule */ public function getRules() { return $this->rules; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } PK' ZaaYvendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoringDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK' Z:.-Т Gvendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.phpnu[methods = $methods; } /** * @return Google_Service_ServiceUser_Method */ public function getMethods() { return $this->methods; } /** * @param Google_Service_ServiceUser_Mixin */ public function setMixins($mixins) { $this->mixins = $mixins; } /** * @return Google_Service_ServiceUser_Mixin */ public function getMixins() { return $this->mixins; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUser_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUser_Option */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUser_SourceContext */ public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUser_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK' ZrMRvendor/google/apiclient-services/src/Google/Service/ServiceUser/Authentication.phpnu[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; } } PK' Z`jJvendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUser_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUser_Option */ public function getOptions() { return $this->options; } public function setRequestStreaming($requestStreaming) { $this->requestStreaming = $requestStreaming; } public function getRequestStreaming() { return $this->requestStreaming; } public function setRequestTypeUrl($requestTypeUrl) { $this->requestTypeUrl = $requestTypeUrl; } public function getRequestTypeUrl() { return $this->requestTypeUrl; } public function setResponseStreaming($responseStreaming) { $this->responseStreaming = $responseStreaming; } public function getResponseStreaming() { return $this->responseStreaming; } public function setResponseTypeUrl($responseTypeUrl) { $this->responseTypeUrl = $responseTypeUrl; } public function getResponseTypeUrl() { return $this->responseTypeUrl; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK' Z@Uvendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomHttpPattern.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK' Z#XXQvendor/google/apiclient-services/src/Google/Service/ServiceUser/LogDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceUser_LabelDescriptor */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceUser_LabelDescriptor */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZgwIvendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.phpnu[name = $name; } public function getName() { return $this->name; } public function setRoot($root) { $this->root = $root; } public function getRoot() { return $this->root; } } PK' ZTBUvendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.phpnu[deprecationDescription = $deprecationDescription; } public function getDeprecationDescription() { return $this->deprecationDescription; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK' ZL77Zvendor/google/apiclient-services/src/Google/Service/ServiceUser/SearchServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceUser_PublishedService */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ServiceUser_PublishedService */ public function getServices() { return $this->services; } } PK' Z-33@vendor/google/apiclient-services/src/Google/Service/Webfonts.phpnu[ * The Google Web Fonts Developer API lets you retrieve information about web * fonts served by Google.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Webfonts extends Google_Service { public $webfonts; /** * Constructs the internal representation of the Webfonts service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://webfonts.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'webfonts'; $this->webfonts = new Google_Service_Webfonts_Resource_Webfonts( $this, $this->serviceName, 'webfonts', array( 'methods' => array( 'list' => array( 'path' => 'v1/webfonts', 'httpMethod' => 'GET', 'parameters' => array( 'sort' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Z Gvendor/google/apiclient-services/src/Google/Service/Firestore/Write.phpnu[currentDocument = $currentDocument; } /** * @return Google_Service_Firestore_Precondition */ public function getCurrentDocument() { return $this->currentDocument; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } /** * @param Google_Service_Firestore_DocumentTransform */ public function setTransform(Google_Service_Firestore_DocumentTransform $transform) { $this->transform = $transform; } /** * @return Google_Service_Firestore_DocumentTransform */ public function getTransform() { return $this->transform; } /** * @param Google_Service_Firestore_Document */ public function setUpdate(Google_Service_Firestore_Document $update) { $this->update = $update; } /** * @return Google_Service_Firestore_Document */ public function getUpdate() { return $this->update; } /** * @param Google_Service_Firestore_DocumentMask */ public function setUpdateMask(Google_Service_Firestore_DocumentMask $updateMask) { $this->updateMask = $updateMask; } /** * @return Google_Service_Firestore_DocumentMask */ public function getUpdateMask() { return $this->updateMask; } /** * @param Google_Service_Firestore_FieldTransform[] */ public function setUpdateTransforms($updateTransforms) { $this->updateTransforms = $updateTransforms; } /** * @return Google_Service_Firestore_FieldTransform[] */ public function getUpdateTransforms() { return $this->updateTransforms; } } PK' Z!,ooRvendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryResponse.phpnu[document = $document; } /** * @return Google_Service_Firestore_Document */ public function getDocument() { return $this->document; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setSkippedResults($skippedResults) { $this->skippedResults = $skippedResults; } public function getSkippedResults() { return $this->skippedResults; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK' Z ?˭Mvendor/google/apiclient-services/src/Google/Service/Firestore/UnaryFilter.phpnu[field = $field; } /** * @return Google_Service_Firestore_FieldReference */ public function getField() { return $this->field; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } } PK' Zg//[vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsResponse.phpnu[found = $found; } /** * @return Google_Service_Firestore_Document */ public function getFound() { return $this->found; } public function setMissing($missing) { $this->missing = $missing; } public function getMissing() { return $this->missing; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK' ZTcXJvendor/google/apiclient-services/src/Google/Service/Firestore/Document.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Firestore_Value[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_Firestore_Value[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z^Khvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1LocationMetadata.phpnu[allDescendants = $allDescendants; } public function getAllDescendants() { return $this->allDescendants; } public function setCollectionId($collectionId) { $this->collectionId = $collectionId; } public function getCollectionId() { return $this->collectionId; } } PK' ZYYYvendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionRequest.phpnu[options = $options; } /** * @return Google_Service_Firestore_TransactionOptions */ public function getOptions() { return $this->options; } } PK' ZInvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsRequest.phpnu[collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setInputUriPrefix($inputUriPrefix) { $this->inputUriPrefix = $inputUriPrefix; } public function getInputUriPrefix() { return $this->inputUriPrefix; } } PK' Z=THvendor/google/apiclient-services/src/Google/Service/Firestore/Filter.phpnu[compositeFilter = $compositeFilter; } /** * @return Google_Service_Firestore_CompositeFilter */ public function getCompositeFilter() { return $this->compositeFilter; } /** * @param Google_Service_Firestore_FieldFilter */ public function setFieldFilter(Google_Service_Firestore_FieldFilter $fieldFilter) { $this->fieldFilter = $fieldFilter; } /** * @return Google_Service_Firestore_FieldFilter */ public function getFieldFilter() { return $this->fieldFilter; } /** * @param Google_Service_Firestore_UnaryFilter */ public function setUnaryFilter(Google_Service_Firestore_UnaryFilter $unaryFilter) { $this->unaryFilter = $unaryFilter; } /** * @return Google_Service_Firestore_UnaryFilter */ public function getUnaryFilter() { return $this->unaryFilter; } } PK' Z++Pvendor/google/apiclient-services/src/Google/Service/Firestore/CommitResponse.phpnu[commitTime = $commitTime; } public function getCommitTime() { return $this->commitTime; } /** * @param Google_Service_Firestore_WriteResult[] */ public function setWriteResults($writeResults) { $this->writeResults = $writeResults; } /** * @return Google_Service_Firestore_WriteResult[] */ public function getWriteResults() { return $this->writeResults; } } PK' Z\(r^^Zvendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsRequest.phpnu[documents = $documents; } public function getDocuments() { return $this->documents; } /** * @param Google_Service_Firestore_DocumentMask */ public function setMask(Google_Service_Firestore_DocumentMask $mask) { $this->mask = $mask; } /** * @return Google_Service_Firestore_DocumentMask */ public function getMask() { return $this->mask; } /** * @param Google_Service_Firestore_TransactionOptions */ public function setNewTransaction(Google_Service_Firestore_TransactionOptions $newTransaction) { $this->newTransaction = $newTransaction; } /** * @return Google_Service_Firestore_TransactionOptions */ public function getNewTransaction() { return $this->newTransaction; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK' Z)9I nvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1FieldOperationMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfigDelta[] */ public function setIndexConfigDeltas($indexConfigDeltas) { $this->indexConfigDeltas = $indexConfigDeltas; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfigDelta[] */ public function getIndexConfigDeltas() { return $this->indexConfigDeltas; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) { $this->progressDocuments = $progressDocuments; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressDocuments() { return $this->progressDocuments; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK' Z"Ovendor/google/apiclient-services/src/Google/Service/Firestore/CommitRequest.phpnu[transaction = $transaction; } public function getTransaction() { return $this->transaction; } /** * @param Google_Service_Firestore_Write[] */ public function setWrites($writes) { $this->writes = $writes; } /** * @return Google_Service_Firestore_Write[] */ public function getWrites() { return $this->writes; } } PK' Zlnvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsRequest.phpnu[collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setOutputUriPrefix($outputUriPrefix) { $this->outputUriPrefix = $outputUriPrefix; } public function getOutputUriPrefix() { return $this->outputUriPrefix; } } PK' ZF5ovendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsResponse.phpnu[outputUriPrefix = $outputUriPrefix; } public function getOutputUriPrefix() { return $this->outputUriPrefix; } } PK' Z#r^^Qvendor/google/apiclient-services/src/Google/Service/Firestore/RollbackRequest.phpnu[transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK' Z\Wvendor/google/apiclient-services/src/Google/Service/Firestore/PartitionQueryRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setPartitionCount($partitionCount) { $this->partitionCount = $partitionCount; } public function getPartitionCount() { return $this->partitionCount; } /** * @param Google_Service_Firestore_StructuredQuery */ public function setStructuredQuery(Google_Service_Firestore_StructuredQuery $structuredQuery) { $this->structuredQuery = $structuredQuery; } /** * @return Google_Service_Firestore_StructuredQuery */ public function getStructuredQuery() { return $this->structuredQuery; } } PK' ZHvendor/google/apiclient-services/src/Google/Service/Firestore/Cursor.phpnu[before = $before; } public function getBefore() { return $this->before; } /** * @param Google_Service_Firestore_Value[] */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Firestore_Value[] */ public function getValues() { return $this->values; } } PK' ZB ovendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsMetadata.phpnu[collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setInputUriPrefix($inputUriPrefix) { $this->inputUriPrefix = $inputUriPrefix; } public function getInputUriPrefix() { return $this->inputUriPrefix; } public function setOperationState($operationState) { $this->operationState = $operationState; } public function getOperationState() { return $this->operationState; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) { $this->progressDocuments = $progressDocuments; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressDocuments() { return $this->progressDocuments; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK' Z,2Zvendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK' Zu44hvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfigDelta.phpnu[changeType = $changeType; } public function getChangeType() { return $this->changeType; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function setIndex(Google_Service_Firestore_GoogleFirestoreAdminV1Index $index) { $this->index = $index; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function getIndex() { return $this->index; } } PK' Z}xGG]vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Field.phpnu[indexConfig = $indexConfig; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfig */ public function getIndexConfig() { return $this->indexConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZX''Lvendor/google/apiclient-services/src/Google/Service/Firestore/ArrayValue.phpnu[values = $values; } /** * @return Google_Service_Firestore_Value[] */ public function getValues() { return $this->values; } } PK' Z}rBBLvendor/google/apiclient-services/src/Google/Service/Firestore/Projection.phpnu[fields = $fields; } /** * @return Google_Service_Firestore_FieldReference[] */ public function getFields() { return $this->fields; } } PK' ZlBeQvendor/google/apiclient-services/src/Google/Service/Firestore/CompositeFilter.phpnu[filters = $filters; } /** * @return Google_Service_Firestore_Filter[] */ public function getFilters() { return $this->filters; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } } PK' ZOTvendor/google/apiclient-services/src/Google/Service/Firestore/BatchWriteResponse.phpnu[status = $status; } /** * @return Google_Service_Firestore_Status[] */ public function getStatus() { return $this->status; } /** * @param Google_Service_Firestore_WriteResult[] */ public function setWriteResults($writeResults) { $this->writeResults = $writeResults; } /** * @return Google_Service_Firestore_WriteResult[] */ public function getWriteResults() { return $this->writeResults; } } PK' ZK{{Kvendor/google/apiclient-services/src/Google/Service/Firestore/ReadWrite.phpnu[retryTransaction = $retryTransaction; } public function getRetryTransaction() { return $this->retryTransaction; } } PK' Z{1\vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Firestore_Status */ public function setError(Google_Service_Firestore_Status $error) { $this->error = $error; } /** * @return Google_Service_Firestore_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' ZʼSLL\vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $locations = $firestoreService->locations; * */ class Google_Service_Firestore_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Firestore_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Firestore_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string 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_Firestore_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Firestore_ListLocationsResponse"); } } PK' Z6'& & \vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $databases = $firestoreService->databases; * */ class Google_Service_Firestore_Resource_ProjectsDatabases extends Google_Service_Resource { /** * Exports a copy of all or a subset of documents from Google Cloud Firestore to * another storage system, such as Google Cloud Storage. Recent updates to * documents may not be reflected in the export. The export occurs in the * background and its progress can be monitored and managed via the Operation * resource that is created. The output of an export may only be used once the * associated operation is done. If an export operation is cancelled before * completion it may leave partial data behind in Google Cloud Storage. * (databases.exportDocuments) * * @param string $name Required. Database to export. Should be of the form: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_GoogleFirestoreAdminV1ExportDocumentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_GoogleLongrunningOperation */ public function exportDocuments($name, Google_Service_Firestore_GoogleFirestoreAdminV1ExportDocumentsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('exportDocuments', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); } /** * Imports documents into Google Cloud Firestore. Existing documents with the * same name are overwritten. The import occurs in the background and its * progress can be monitored and managed via the Operation resource that is * created. If an ImportDocuments operation is cancelled, it is possible that a * subset of the data has already been imported to Cloud Firestore. * (databases.importDocuments) * * @param string $name Required. Database to import into. Should be of the form: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_GoogleFirestoreAdminV1ImportDocumentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_GoogleLongrunningOperation */ public function importDocuments($name, Google_Service_Firestore_GoogleFirestoreAdminV1ImportDocumentsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('importDocuments', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); } } PK' ZLɨsvendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $indexes = $firestoreService->indexes; * */ class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsIndexes extends Google_Service_Resource { /** * Creates a composite index. This returns a google.longrunning.Operation which * may be used to track the status of the creation. The metadata for the * operation will be the type IndexOperationMetadata. (indexes.create) * * @param string $parent Required. A parent name of the form `projects/{project_ * id}/databases/{database_id}/collectionGroups/{collection_id}` * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_GoogleLongrunningOperation */ public function create($parent, Google_Service_Firestore_GoogleFirestoreAdminV1Index $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); } /** * Deletes a composite index. (indexes.delete) * * @param string $name Required. A name of the form `projects/{project_id}/datab * ases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` * @param array $optParams Optional parameters. * @return Google_Service_Firestore_FirestoreEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Firestore_FirestoreEmpty"); } /** * Gets a composite index. (indexes.get) * * @param string $name Required. A name of the form `projects/{project_id}/datab * ases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` * @param array $optParams Optional parameters. * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1Index"); } /** * Lists composite indexes. * (indexes.listProjectsDatabasesCollectionGroupsIndexes) * * @param string $parent Required. A parent name of the form `projects/{project_ * id}/databases/{database_id}/collectionGroups/{collection_id}` * @param array $optParams Optional parameters. * * @opt_param string filter The filter to apply to list results. * @opt_param int pageSize The number of results to return. * @opt_param string pageToken A page token, returned from a previous call to * FirestoreAdmin.ListIndexes, that may be used to get the next page of results. * @return Google_Service_Firestore_GoogleFirestoreAdminV1ListIndexesResponse */ public function listProjectsDatabasesCollectionGroupsIndexes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1ListIndexesResponse"); } } PK' ZM=M=evendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $documents = $firestoreService->documents; * */ class Google_Service_Firestore_Resource_ProjectsDatabasesDocuments extends Google_Service_Resource { /** * Gets multiple documents. Documents returned by this method are not guaranteed * to be returned in the same order that they were requested. * (documents.batchGet) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_BatchGetDocumentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_BatchGetDocumentsResponse */ public function batchGet($database, Google_Service_Firestore_BatchGetDocumentsRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_Firestore_BatchGetDocumentsResponse"); } /** * Applies a batch of write operations. The BatchWrite method does not apply the * write operations atomically and can apply them out of order. Method does not * allow more than one write per document. Each write succeeds or fails * independently. See the BatchWriteResponse for the success status of each * write. If you require an atomically applied set of writes, use Commit * instead. (documents.batchWrite) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_BatchWriteRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_BatchWriteResponse */ public function batchWrite($database, Google_Service_Firestore_BatchWriteRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchWrite', array($params), "Google_Service_Firestore_BatchWriteResponse"); } /** * Starts a new transaction. (documents.beginTransaction) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_BeginTransactionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_BeginTransactionResponse */ public function beginTransaction($database, Google_Service_Firestore_BeginTransactionRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('beginTransaction', array($params), "Google_Service_Firestore_BeginTransactionResponse"); } /** * Commits a transaction, while optionally updating documents. * (documents.commit) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_CommitRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_CommitResponse */ public function commit($database, Google_Service_Firestore_CommitRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('commit', array($params), "Google_Service_Firestore_CommitResponse"); } /** * Creates a new document. (documents.createDocument) * * @param string $parent Required. The parent resource. For example: * `projects/{project_id}/databases/{database_id}/documents` or `projects/{proje * ct_id}/databases/{database_id}/documents/chatrooms/{chatroom_id}` * @param string $collectionId Required. The collection ID, relative to * `parent`, to list. For example: `chatrooms`. * @param Google_Service_Firestore_Document $postBody * @param array $optParams Optional parameters. * * @opt_param string documentId The client-assigned document ID to use for this * document. Optional. If not specified, an ID will be assigned by the service. * @opt_param string mask.fieldPaths The list of field paths in the mask. See * Document.fields for a field path syntax reference. * @return Google_Service_Firestore_Document */ public function createDocument($parent, $collectionId, Google_Service_Firestore_Document $postBody, $optParams = array()) { $params = array('parent' => $parent, 'collectionId' => $collectionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createDocument', array($params), "Google_Service_Firestore_Document"); } /** * Deletes a document. (documents.delete) * * @param string $name Required. The resource name of the Document to delete. In * the format: * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * @param array $optParams Optional parameters. * * @opt_param bool currentDocument.exists When set to `true`, the target * document must exist. When set to `false`, the target document must not exist. * @opt_param string currentDocument.updateTime When set, the target document * must exist and have been last updated at that time. * @return Google_Service_Firestore_FirestoreEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Firestore_FirestoreEmpty"); } /** * Gets a single document. (documents.get) * * @param string $name Required. The resource name of the Document to get. In * the format: * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * @param array $optParams Optional parameters. * * @opt_param string mask.fieldPaths The list of field paths in the mask. See * Document.fields for a field path syntax reference. * @opt_param string readTime Reads the version of the document at the given * time. This may not be older than 270 seconds. * @opt_param string transaction Reads the document in a transaction. * @return Google_Service_Firestore_Document */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Firestore_Document"); } /** * Lists documents. (documents.listProjectsDatabasesDocuments) * * @param string $parent Required. The parent resource name. In the format: * `projects/{project_id}/databases/{database_id}/documents` or * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * For example: `projects/my-project/databases/my-database/documents` or * `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` * @param string $collectionId Required. The collection ID, relative to * `parent`, to list. For example: `chatrooms` or `messages`. * @param array $optParams Optional parameters. * * @opt_param string mask.fieldPaths The list of field paths in the mask. See * Document.fields for a field path syntax reference. * @opt_param string orderBy The order to sort results by. For example: * `priority desc, name`. * @opt_param int pageSize The maximum number of documents to return. * @opt_param string pageToken The `next_page_token` value returned from a * previous List request, if any. * @opt_param string readTime Reads documents as they were at the given time. * This may not be older than 270 seconds. * @opt_param bool showMissing If the list should show missing documents. A * missing document is a document that does not exist but has sub-documents. * These documents will be returned with a key but will not have fields, * Document.create_time, or Document.update_time set. Requests with * `show_missing` may not specify `where` or `order_by`. * @opt_param string transaction Reads documents in a transaction. * @return Google_Service_Firestore_ListDocumentsResponse */ public function listProjectsDatabasesDocuments($parent, $collectionId, $optParams = array()) { $params = array('parent' => $parent, 'collectionId' => $collectionId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Firestore_ListDocumentsResponse"); } /** * Lists all the collection IDs underneath a document. * (documents.listCollectionIds) * * @param string $parent Required. The parent document. In the format: * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * For example: `projects/my-project/databases/my-database/documents/chatrooms * /my-chatroom` * @param Google_Service_Firestore_ListCollectionIdsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_ListCollectionIdsResponse */ public function listCollectionIds($parent, Google_Service_Firestore_ListCollectionIdsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listCollectionIds', array($params), "Google_Service_Firestore_ListCollectionIdsResponse"); } /** * Listens to changes. (documents.listen) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_ListenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_ListenResponse */ public function listen($database, Google_Service_Firestore_ListenRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listen', array($params), "Google_Service_Firestore_ListenResponse"); } /** * Partitions a query by returning partition cursors that can be used to run the * query in parallel. The returned partition cursors are split points that can * be used by RunQuery as starting/end points for the query results. * (documents.partitionQuery) * * @param string $parent Required. The parent resource name. In the format: * `projects/{project_id}/databases/{database_id}/documents`. Document resource * names are not supported; only database resource names can be specified. * @param Google_Service_Firestore_PartitionQueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_PartitionQueryResponse */ public function partitionQuery($parent, Google_Service_Firestore_PartitionQueryRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('partitionQuery', array($params), "Google_Service_Firestore_PartitionQueryResponse"); } /** * Updates or inserts a document. (documents.patch) * * @param string $name The resource name of the document, for example * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * @param Google_Service_Firestore_Document $postBody * @param array $optParams Optional parameters. * * @opt_param bool currentDocument.exists When set to `true`, the target * document must exist. When set to `false`, the target document must not exist. * @opt_param string currentDocument.updateTime When set, the target document * must exist and have been last updated at that time. * @opt_param string mask.fieldPaths The list of field paths in the mask. See * Document.fields for a field path syntax reference. * @opt_param string updateMask.fieldPaths The list of field paths in the mask. * See Document.fields for a field path syntax reference. * @return Google_Service_Firestore_Document */ public function patch($name, Google_Service_Firestore_Document $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Firestore_Document"); } /** * Rolls back a transaction. (documents.rollback) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. * @param Google_Service_Firestore_RollbackRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_FirestoreEmpty */ public function rollback($database, Google_Service_Firestore_RollbackRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rollback', array($params), "Google_Service_Firestore_FirestoreEmpty"); } /** * Runs a query. (documents.runQuery) * * @param string $parent Required. The parent resource name. In the format: * `projects/{project_id}/databases/{database_id}/documents` or * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * For example: `projects/my-project/databases/my-database/documents` or * `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` * @param Google_Service_Firestore_RunQueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_RunQueryResponse */ public function runQuery($parent, Google_Service_Firestore_RunQueryRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runQuery', array($params), "Google_Service_Firestore_RunQueryResponse"); } /** * Streams batches of document updates and deletes, in order. (documents.write) * * @param string $database Required. The database name. In the format: * `projects/{project_id}/databases/{database_id}`. This is only required in the * first message. * @param Google_Service_Firestore_WriteRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_WriteResponse */ public function write($database, Google_Service_Firestore_WriteRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('write', array($params), "Google_Service_Firestore_WriteResponse"); } } PK' ZFrrSvendor/google/apiclient-services/src/Google/Service/Firestore/Resource/Projects.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $projects = $firestoreService->projects; * */ class Google_Service_Firestore_Resource_Projects extends Google_Service_Resource { } PK' Zdlvendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroups.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $collectionGroups = $firestoreService->collectionGroups; * */ class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroups extends Google_Service_Resource { } PK' Zmrvendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $fields = $firestoreService->fields; * */ class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsFields extends Google_Service_Resource { /** * Gets the metadata and configuration for a Field. (fields.get) * * @param string $name Required. A name of the form `projects/{project_id}/datab * ases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}` * @param array $optParams Optional parameters. * @return Google_Service_Firestore_GoogleFirestoreAdminV1Field */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1Field"); } /** * Lists the field configuration and metadata for this database. Currently, * FirestoreAdmin.ListFields only supports listing fields that have been * explicitly overridden. To issue this query, call FirestoreAdmin.ListFields * with the filter set to `indexConfig.usesAncestorConfig:false`. * (fields.listProjectsDatabasesCollectionGroupsFields) * * @param string $parent Required. A parent name of the form `projects/{project_ * id}/databases/{database_id}/collectionGroups/{collection_id}` * @param array $optParams Optional parameters. * * @opt_param string filter The filter to apply to list results. Currently, * FirestoreAdmin.ListFields only supports listing fields that have been * explicitly overridden. To issue this query, call FirestoreAdmin.ListFields * with the filter set to `indexConfig.usesAncestorConfig:false`. * @opt_param int pageSize The number of results to return. * @opt_param string pageToken A page token, returned from a previous call to * FirestoreAdmin.ListFields, that may be used to get the next page of results. * @return Google_Service_Firestore_GoogleFirestoreAdminV1ListFieldsResponse */ public function listProjectsDatabasesCollectionGroupsFields($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1ListFieldsResponse"); } /** * Updates a field configuration. Currently, field updates apply only to single * field index configuration. However, calls to FirestoreAdmin.UpdateField * should provide a field mask to avoid changing any configuration that the * caller isn't aware of. The field mask should be specified as: `{ paths: * "index_config" }`. This call returns a google.longrunning.Operation which may * be used to track the status of the field update. The metadata for the * operation will be the type FieldOperationMetadata. To configure the default * field settings for the database, use the special `Field` with resource name: * `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/f * ields`. (fields.patch) * * @param string $name Required. A field name of the form `projects/{project_id} * /databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path} * ` A field path may be a simple field name, e.g. `address` or a path to fields * within map_value , e.g. `address.city`, or a special field path. The only * valid special field is `*`, which represents any field. Field paths may be * quoted using ` (backtick). The only character that needs to be escaped within * a quoted field path is the backtick character itself, escaped using a * backslash. Special characters in field paths that must be quoted include: * `*`, `.`, ``` (backtick), `[`, `]`, as well as any ascii symbolic characters. * Examples: (Note: Comments here are written in markdown syntax, so there is an * additional layer of backticks to represent a code block) `\`address.city\`` * represents a field named `address.city`, not the map key `city` in the field * `address`. `\`*\`` represents a field named `*`, not any field. A special * `Field` contains the default indexing settings for all fields. This field's * resource name is: `projects/{project_id}/databases/{database_id}/collectionGr * oups/__default__/fields` Indexes defined on this `Field` will be applied to * all fields which do not have their own `Field` index configuration. * @param Google_Service_Firestore_GoogleFirestoreAdminV1Field $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A mask, relative to the field. If specified, * only configuration specified by this field_mask will be updated in the field. * @return Google_Service_Firestore_GoogleLongrunningOperation */ public function patch($name, Google_Service_Firestore_GoogleFirestoreAdminV1Field $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); } } PK' Z5^h,,fvendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.phpnu[ * $firestoreService = new Google_Service_Firestore(...); * $operations = $firestoreService->operations; * */ class Google_Service_Firestore_Resource_ProjectsDatabasesOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Firestore_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firestore_FirestoreEmpty */ public function cancel($name, Google_Service_Firestore_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Firestore_FirestoreEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Firestore_FirestoreEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Firestore_FirestoreEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Firestore_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsDatabasesOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_Firestore_GoogleLongrunningListOperationsResponse */ public function listProjectsDatabasesOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Firestore_GoogleLongrunningListOperationsResponse"); } } PK' Zttivendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Firestore_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Firestore_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK' Zܘ Pvendor/google/apiclient-services/src/Google/Service/Firestore/FieldTransform.phpnu[appendMissingElements = $appendMissingElements; } /** * @return Google_Service_Firestore_ArrayValue */ public function getAppendMissingElements() { return $this->appendMissingElements; } public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } public function getFieldPath() { return $this->fieldPath; } /** * @param Google_Service_Firestore_Value */ public function setIncrement(Google_Service_Firestore_Value $increment) { $this->increment = $increment; } /** * @return Google_Service_Firestore_Value */ public function getIncrement() { return $this->increment; } /** * @param Google_Service_Firestore_Value */ public function setMaximum(Google_Service_Firestore_Value $maximum) { $this->maximum = $maximum; } /** * @return Google_Service_Firestore_Value */ public function getMaximum() { return $this->maximum; } /** * @param Google_Service_Firestore_Value */ public function setMinimum(Google_Service_Firestore_Value $minimum) { $this->minimum = $minimum; } /** * @return Google_Service_Firestore_Value */ public function getMinimum() { return $this->minimum; } /** * @param Google_Service_Firestore_ArrayValue */ public function setRemoveAllFromArray(Google_Service_Firestore_ArrayValue $removeAllFromArray) { $this->removeAllFromArray = $removeAllFromArray; } /** * @return Google_Service_Firestore_ArrayValue */ public function getRemoveAllFromArray() { return $this->removeAllFromArray; } public function setSetToServerValue($setToServerValue) { $this->setToServerValue = $setToServerValue; } public function getSetToServerValue() { return $this->setToServerValue; } } PK' ZKGpPvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentChange.phpnu[document = $document; } /** * @return Google_Service_Firestore_Document */ public function getDocument() { return $this->document; } public function setRemovedTargetIds($removedTargetIds) { $this->removedTargetIds = $removedTargetIds; } public function getRemovedTargetIds() { return $this->removedTargetIds; } public function setTargetIds($targetIds) { $this->targetIds = $targetIds; } public function getTargetIds() { return $this->targetIds; } } PK' ZbTTTjvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListFieldsResponse.phpnu[fields = $fields; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Field[] */ public function getFields() { return $this->fields; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Zh(4##Wvendor/google/apiclient-services/src/Google/Service/Firestore/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Firestore_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z`\ Tvendor/google/apiclient-services/src/Google/Service/Firestore/TransactionOptions.phpnu[readOnly = $readOnly; } /** * @return Google_Service_Firestore_ReadOnly */ public function getReadOnly() { return $this->readOnly; } /** * @param Google_Service_Firestore_ReadWrite */ public function setReadWrite(Google_Service_Firestore_ReadWrite $readWrite) { $this->readWrite = $readWrite; } /** * @return Google_Service_Firestore_ReadWrite */ public function getReadWrite() { return $this->readWrite; } } PK' Z##Wvendor/google/apiclient-services/src/Google/Service/Firestore/ListDocumentsResponse.phpnu[documents = $documents; } /** * @return Google_Service_Firestore_Document[] */ public function getDocuments() { return $this->documents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZKs  Pvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentDelete.phpnu[document = $document; } public function getDocument() { return $this->document; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setRemovedTargetIds($removedTargetIds) { $this->removedTargetIds = $removedTargetIds; } public function getRemovedTargetIds() { return $this->removedTargetIds; } } PK' Znmdd]vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Index.phpnu[fields = $fields; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1IndexField[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setQueryScope($queryScope) { $this->queryScope = $queryScope; } public function getQueryScope() { return $this->queryScope; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK' Z.Gvendor/google/apiclient-services/src/Google/Service/Firestore/Order.phpnu[direction = $direction; } public function getDirection() { return $this->direction; } /** * @param Google_Service_Firestore_FieldReference */ public function setField(Google_Service_Firestore_FieldReference $field) { $this->field = $field; } /** * @return Google_Service_Firestore_FieldReference */ public function getField() { return $this->field; } } PK' Z^OB~ ~ nvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexOperationMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) { $this->progressDocuments = $progressDocuments; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressDocuments() { return $this->progressDocuments; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK' ZQ@QBBJvendor/google/apiclient-services/src/Google/Service/Firestore/ReadOnly.phpnu[readTime = $readTime; } public function getReadTime() { return $this->readTime; } } PK' ZzQvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentsTarget.phpnu[documents = $documents; } public function getDocuments() { return $this->documents; } } PK' Z|wivendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningCancelOperationRequest.phpnu[exists = $exists; } public function getExists() { return $this->exists; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z1  Pvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentRemove.phpnu[document = $document; } public function getDocument() { return $this->document; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setRemovedTargetIds($removedTargetIds) { $this->removedTargetIds = $removedTargetIds; } public function getRemovedTargetIds() { return $this->removedTargetIds; } } PK' Z9Ebvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexField.phpnu[arrayConfig = $arrayConfig; } public function getArrayConfig() { return $this->arrayConfig; } public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } public function getFieldPath() { return $this->fieldPath; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } } PK' Z,AMvendor/google/apiclient-services/src/Google/Service/Firestore/FieldFilter.phpnu[field = $field; } /** * @return Google_Service_Firestore_FieldReference */ public function getField() { return $this->field; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } /** * @param Google_Service_Firestore_Value */ public function setValue(Google_Service_Firestore_Value $value) { $this->value = $value; } /** * @return Google_Service_Firestore_Value */ public function getValue() { return $this->value; } } PK' Zm^Qvendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryRequest.phpnu[newTransaction = $newTransaction; } /** * @return Google_Service_Firestore_TransactionOptions */ public function getNewTransaction() { return $this->newTransaction; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } /** * @param Google_Service_Firestore_StructuredQuery */ public function setStructuredQuery(Google_Service_Firestore_StructuredQuery $structuredQuery) { $this->structuredQuery = $structuredQuery; } /** * @return Google_Service_Firestore_StructuredQuery */ public function getStructuredQuery() { return $this->structuredQuery; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK' ZwBOOPvendor/google/apiclient-services/src/Google/Service/Firestore/FieldReference.phpnu[fieldPath = $fieldPath; } public function getFieldPath() { return $this->fieldPath; } } PK' Z'RDDSvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentTransform.phpnu[document = $document; } public function getDocument() { return $this->document; } /** * @param Google_Service_Firestore_FieldTransform[] */ public function setFieldTransforms($fieldTransforms) { $this->fieldTransforms = $fieldTransforms; } /** * @return Google_Service_Firestore_FieldTransform[] */ public function getFieldTransforms() { return $this->fieldTransforms; } } PK' Z Qvendor/google/apiclient-services/src/Google/Service/Firestore/StructuredQuery.phpnu[endAt = $endAt; } /** * @return Google_Service_Firestore_Cursor */ public function getEndAt() { return $this->endAt; } /** * @param Google_Service_Firestore_CollectionSelector[] */ public function setFrom($from) { $this->from = $from; } /** * @return Google_Service_Firestore_CollectionSelector[] */ public function getFrom() { return $this->from; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } /** * @param Google_Service_Firestore_Order[] */ public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } /** * @return Google_Service_Firestore_Order[] */ public function getOrderBy() { return $this->orderBy; } /** * @param Google_Service_Firestore_Projection */ public function setSelect(Google_Service_Firestore_Projection $select) { $this->select = $select; } /** * @return Google_Service_Firestore_Projection */ public function getSelect() { return $this->select; } /** * @param Google_Service_Firestore_Cursor */ public function setStartAt(Google_Service_Firestore_Cursor $startAt) { $this->startAt = $startAt; } /** * @return Google_Service_Firestore_Cursor */ public function getStartAt() { return $this->startAt; } /** * @param Google_Service_Firestore_Filter */ public function setWhere(Google_Service_Firestore_Filter $where) { $this->where = $where; } /** * @return Google_Service_Firestore_Filter */ public function getWhere() { return $this->where; } } PK' Z Pvendor/google/apiclient-services/src/Google/Service/Firestore/ListenResponse.phpnu[documentChange = $documentChange; } /** * @return Google_Service_Firestore_DocumentChange */ public function getDocumentChange() { return $this->documentChange; } /** * @param Google_Service_Firestore_DocumentDelete */ public function setDocumentDelete(Google_Service_Firestore_DocumentDelete $documentDelete) { $this->documentDelete = $documentDelete; } /** * @return Google_Service_Firestore_DocumentDelete */ public function getDocumentDelete() { return $this->documentDelete; } /** * @param Google_Service_Firestore_DocumentRemove */ public function setDocumentRemove(Google_Service_Firestore_DocumentRemove $documentRemove) { $this->documentRemove = $documentRemove; } /** * @return Google_Service_Firestore_DocumentRemove */ public function getDocumentRemove() { return $this->documentRemove; } /** * @param Google_Service_Firestore_ExistenceFilter */ public function setFilter(Google_Service_Firestore_ExistenceFilter $filter) { $this->filter = $filter; } /** * @return Google_Service_Firestore_ExistenceFilter */ public function getFilter() { return $this->filter; } /** * @param Google_Service_Firestore_TargetChange */ public function setTargetChange(Google_Service_Firestore_TargetChange $targetChange) { $this->targetChange = $targetChange; } /** * @return Google_Service_Firestore_TargetChange */ public function getTargetChange() { return $this->targetChange; } } PK' ZiG;Nvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentMask.phpnu[fieldPaths = $fieldPaths; } public function getFieldPaths() { return $this->fieldPaths; } } PK' ZҖTssHvendor/google/apiclient-services/src/Google/Service/Firestore/Target.phpnu[documents = $documents; } /** * @return Google_Service_Firestore_DocumentsTarget */ public function getDocuments() { return $this->documents; } public function setOnce($once) { $this->once = $once; } public function getOnce() { return $this->once; } /** * @param Google_Service_Firestore_QueryTarget */ public function setQuery(Google_Service_Firestore_QueryTarget $query) { $this->query = $query; } /** * @return Google_Service_Firestore_QueryTarget */ public function getQuery() { return $this->query; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; } public function getResumeToken() { return $this->resumeToken; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } } PK' Zq_"Hvendor/google/apiclient-services/src/Google/Service/Firestore/Status.phpnu[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; } } PK' ZZSvendor/google/apiclient-services/src/Google/Service/Firestore/BatchWriteRequest.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Firestore_Write[] */ public function setWrites($writes) { $this->writes = $writes; } /** * @return Google_Service_Firestore_Write[] */ public function getWrites() { return $this->writes; } } PK' Z''Xvendor/google/apiclient-services/src/Google/Service/Firestore/PartitionQueryResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Firestore_Cursor[] */ public function setPartitions($partitions) { $this->partitions = $partitions; } /** * @return Google_Service_Firestore_Cursor[] */ public function getPartitions() { return $this->partitions; } } PK' Z+ˁ  ovendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsMetadata.phpnu[collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setOperationState($operationState) { $this->operationState = $operationState; } public function getOperationState() { return $this->operationState; } public function setOutputUriPrefix($outputUriPrefix) { $this->outputUriPrefix = $outputUriPrefix; } public function getOutputUriPrefix() { return $this->outputUriPrefix; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) { $this->progressDocuments = $progressDocuments; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressDocuments() { return $this->progressDocuments; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK' ZggZvendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionResponse.phpnu[transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK' Z/k^^kvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListIndexesResponse.phpnu[indexes = $indexes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index[] */ public function getIndexes() { return $this->indexes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z՛::Nvendor/google/apiclient-services/src/Google/Service/Firestore/TargetChange.phpnu[cause = $cause; } /** * @return Google_Service_Firestore_Status */ public function getCause() { return $this->cause; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; } public function getResumeToken() { return $this->resumeToken; } public function setTargetChangeType($targetChangeType) { $this->targetChangeType = $targetChangeType; } public function getTargetChangeType() { return $this->targetChangeType; } public function setTargetIds($targetIds) { $this->targetIds = $targetIds; } public function getTargetIds() { return $this->targetIds; } } PK' ZV^Ovendor/google/apiclient-services/src/Google/Service/Firestore/WriteResponse.phpnu[commitTime = $commitTime; } public function getCommitTime() { return $this->commitTime; } public function setStreamId($streamId) { $this->streamId = $streamId; } public function getStreamId() { return $this->streamId; } public function setStreamToken($streamToken) { $this->streamToken = $streamToken; } public function getStreamToken() { return $this->streamToken; } /** * @param Google_Service_Firestore_WriteResult[] */ public function setWriteResults($writeResults) { $this->writeResults = $writeResults; } /** * @return Google_Service_Firestore_WriteResult[] */ public function getWriteResults() { return $this->writeResults; } } PK' ZRzHvendor/google/apiclient-services/src/Google/Service/Firestore/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK' Z2Jvendor/google/apiclient-services/src/Google/Service/Firestore/MapValue.phpnu[fields = $fields; } /** * @return Google_Service_Firestore_Value[] */ public function getFields() { return $this->fields; } } PK' ZD..Nvendor/google/apiclient-services/src/Google/Service/Firestore/WriteRequest.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setStreamId($streamId) { $this->streamId = $streamId; } public function getStreamId() { return $this->streamId; } public function setStreamToken($streamToken) { $this->streamToken = $streamToken; } public function getStreamToken() { return $this->streamToken; } /** * @param Google_Service_Firestore_Write[] */ public function setWrites($writes) { $this->writes = $writes; } /** * @return Google_Service_Firestore_Write[] */ public function getWrites() { return $this->writes; } } PK' Zj:::Mvendor/google/apiclient-services/src/Google/Service/Firestore/WriteResult.phpnu[transformResults = $transformResults; } /** * @return Google_Service_Firestore_Value[] */ public function getTransformResults() { return $this->transformResults; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' ZCJvendor/google/apiclient-services/src/Google/Service/Firestore/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZIOvendor/google/apiclient-services/src/Google/Service/Firestore/ListenRequest.phpnu[addTarget = $addTarget; } /** * @return Google_Service_Firestore_Target */ public function getAddTarget() { return $this->addTarget; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setRemoveTarget($removeTarget) { $this->removeTarget = $removeTarget; } public function getRemoveTarget() { return $this->removeTarget; } } PK' ZPvendor/google/apiclient-services/src/Google/Service/Firestore/FirestoreEmpty.phpnu[completedWork = $completedWork; } public function getCompletedWork() { return $this->completedWork; } public function setEstimatedWork($estimatedWork) { $this->estimatedWork = $estimatedWork; } public function getEstimatedWork() { return $this->estimatedWork; } } PK' Z Qvendor/google/apiclient-services/src/Google/Service/Firestore/ExistenceFilter.phpnu[count = $count; } public function getCount() { return $this->count; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } } PK' ZkMvendor/google/apiclient-services/src/Google/Service/Firestore/QueryTarget.phpnu[parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Firestore_StructuredQuery */ public function setStructuredQuery(Google_Service_Firestore_StructuredQuery $structuredQuery) { $this->structuredQuery = $structuredQuery; } /** * @return Google_Service_Firestore_StructuredQuery */ public function getStructuredQuery() { return $this->structuredQuery; } } PK' ZIxcvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfig.phpnu[ancestorField = $ancestorField; } public function getAncestorField() { return $this->ancestorField; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index[] */ public function setIndexes($indexes) { $this->indexes = $indexes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index[] */ public function getIndexes() { return $this->indexes; } public function setReverting($reverting) { $this->reverting = $reverting; } public function getReverting() { return $this->reverting; } public function setUsesAncestorConfig($usesAncestorConfig) { $this->usesAncestorConfig = $usesAncestorConfig; } public function getUsesAncestorConfig() { return $this->usesAncestorConfig; } } PK' Z)rww[vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsResponse.phpnu[collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZY Gvendor/google/apiclient-services/src/Google/Service/Firestore/Value.phpnu[arrayValue = $arrayValue; } /** * @return Google_Service_Firestore_ArrayValue */ public function getArrayValue() { return $this->arrayValue; } public function setBooleanValue($booleanValue) { $this->booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } public function setBytesValue($bytesValue) { $this->bytesValue = $bytesValue; } public function getBytesValue() { return $this->bytesValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param Google_Service_Firestore_LatLng */ public function setGeoPointValue(Google_Service_Firestore_LatLng $geoPointValue) { $this->geoPointValue = $geoPointValue; } /** * @return Google_Service_Firestore_LatLng */ public function getGeoPointValue() { return $this->geoPointValue; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } /** * @param Google_Service_Firestore_MapValue */ public function setMapValue(Google_Service_Firestore_MapValue $mapValue) { $this->mapValue = $mapValue; } /** * @return Google_Service_Firestore_MapValue */ public function getMapValue() { return $this->mapValue; } public function setNullValue($nullValue) { $this->nullValue = $nullValue; } public function getNullValue() { return $this->nullValue; } public function setReferenceValue($referenceValue) { $this->referenceValue = $referenceValue; } public function getReferenceValue() { return $this->referenceValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } } PK' ZQ*hh]vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.phpnu[feedback = $feedback; } /** * @return Google_Service_AlertCenter_AlertFeedback[] */ public function getFeedback() { return $this->feedback; } } PK' ZJTvendor/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.phpnu[affectedUserEmails = $affectedUserEmails; } public function getAffectedUserEmails() { return $this->affectedUserEmails; } /** * @param Google_Service_AlertCenter_Attachment */ public function setAttachmentData(Google_Service_AlertCenter_Attachment $attachmentData) { $this->attachmentData = $attachmentData; } /** * @return Google_Service_AlertCenter_Attachment */ public function getAttachmentData() { return $this->attachmentData; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHeader($header) { $this->header = $header; } public function getHeader() { return $this->header; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' Z}}_vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsResponse.phpnu[failedAlertStatus = $failedAlertStatus; } /** * @return Google_Service_AlertCenter_Status[] */ public function getFailedAlertStatus() { return $this->failedAlertStatus; } public function setSuccessAlertIds($successAlertIds) { $this->successAlertIds = $successAlertIds; } public function getSuccessAlertIds() { return $this->successAlertIds; } } PK' Z55^vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsRequest.phpnu[alertId = $alertId; } public function getAlertId() { return $this->alertId; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } } PK' ZFM^Lvendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainId.phpnu[customerPrimaryDomain = $customerPrimaryDomain; } public function getCustomerPrimaryDomain() { return $this->customerPrimaryDomain; } } PK' ZGUvendor/google/apiclient-services/src/Google/Service/AlertCenter/RuleViolationInfo.phpnu[dataSource = $dataSource; } public function getDataSource() { return $this->dataSource; } /** * @param Google_Service_AlertCenter_MatchInfo[] */ public function setMatchInfo($matchInfo) { $this->matchInfo = $matchInfo; } /** * @return Google_Service_AlertCenter_MatchInfo[] */ public function getMatchInfo() { return $this->matchInfo; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } /** * @param Google_Service_AlertCenter_ResourceInfo */ public function setResourceInfo(Google_Service_AlertCenter_ResourceInfo $resourceInfo) { $this->resourceInfo = $resourceInfo; } /** * @return Google_Service_AlertCenter_ResourceInfo */ public function getResourceInfo() { return $this->resourceInfo; } /** * @param Google_Service_AlertCenter_RuleInfo */ public function setRuleInfo(Google_Service_AlertCenter_RuleInfo $ruleInfo) { $this->ruleInfo = $ruleInfo; } /** * @return Google_Service_AlertCenter_RuleInfo */ public function getRuleInfo() { return $this->ruleInfo; } public function setSuppressedActionTypes($suppressedActionTypes) { $this->suppressedActionTypes = $suppressedActionTypes; } public function getSuppressedActionTypes() { return $this->suppressedActionTypes; } public function setTrigger($trigger) { $this->trigger = $trigger; } public function getTrigger() { return $this->trigger; } /** * @param Google_Service_AlertCenter_ActionInfo[] */ public function setTriggeredActionInfo($triggeredActionInfo) { $this->triggeredActionInfo = $triggeredActionInfo; } /** * @return Google_Service_AlertCenter_ActionInfo[] */ public function getTriggeredActionInfo() { return $this->triggeredActionInfo; } public function setTriggeredActionTypes($triggeredActionTypes) { $this->triggeredActionTypes = $triggeredActionTypes; } public function getTriggeredActionTypes() { return $this->triggeredActionTypes; } public function setTriggeringUserEmail($triggeringUserEmail) { $this->triggeringUserEmail = $triggeringUserEmail; } public function getTriggeringUserEmail() { return $this->triggeringUserEmail; } } PK' ZP֤Mvendor/google/apiclient-services/src/Google/Service/AlertCenter/MatchInfo.phpnu[predefinedDetector = $predefinedDetector; } /** * @return Google_Service_AlertCenter_PredefinedDetectorInfo */ public function getPredefinedDetector() { return $this->predefinedDetector; } /** * @param Google_Service_AlertCenter_UserDefinedDetectorInfo */ public function setUserDefinedDetector(Google_Service_AlertCenter_UserDefinedDetectorInfo $userDefinedDetector) { $this->userDefinedDetector = $userDefinedDetector; } /** * @return Google_Service_AlertCenter_UserDefinedDetectorInfo */ public function getUserDefinedDetector() { return $this->userDefinedDetector; } } PK' ZlUvendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromised.phpnu[email = $email; } public function getEmail() { return $this->email; } /** * @param Google_Service_AlertCenter_DeviceCompromisedSecurityDetail[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_AlertCenter_DeviceCompromisedSecurityDetail[] */ public function getEvents() { return $this->events; } } PK' Z!j33\vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsRequest.phpnu[alertId = $alertId; } public function getAlertId() { return $this->alertId; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } } PK' Z0nnZvendor/google/apiclient-services/src/Google/Service/AlertCenter/PredefinedDetectorInfo.phpnu[detectorName = $detectorName; } public function getDetectorName() { return $this->detectorName; } } PK' ZW  Tvendor/google/apiclient-services/src/Google/Service/AlertCenter/CloudPubsubTopic.phpnu[payloadFormat = $payloadFormat; } public function getPayloadFormat() { return $this->payloadFormat; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK' ZQX^;Rvendor/google/apiclient-services/src/Google/Service/AlertCenter/AccountWarning.phpnu[email = $email; } public function getEmail() { return $this->email; } /** * @param Google_Service_AlertCenter_LoginDetails */ public function setLoginDetails(Google_Service_AlertCenter_LoginDetails $loginDetails) { $this->loginDetails = $loginDetails; } /** * @return Google_Service_AlertCenter_LoginDetails */ public function getLoginDetails() { return $this->loginDetails; } } PK' Z{{]vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsResponse.phpnu[failedAlertStatus = $failedAlertStatus; } /** * @return Google_Service_AlertCenter_Status[] */ public function getFailedAlertStatus() { return $this->failedAlertStatus; } public function setSuccessAlertIds($successAlertIds) { $this->successAlertIds = $successAlertIds; } public function getSuccessAlertIds() { return $this->successAlertIds; } } PK' ZiQvendor/google/apiclient-services/src/Google/Service/AlertCenter/PhishingSpike.phpnu[domainId = $domainId; } /** * @return Google_Service_AlertCenter_DomainId */ public function getDomainId() { return $this->domainId; } public function setIsInternal($isInternal) { $this->isInternal = $isInternal; } public function getIsInternal() { return $this->isInternal; } /** * @param Google_Service_AlertCenter_MaliciousEntity */ public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) { $this->maliciousEntity = $maliciousEntity; } /** * @return Google_Service_AlertCenter_MaliciousEntity */ public function getMaliciousEntity() { return $this->maliciousEntity; } /** * @param Google_Service_AlertCenter_GmailMessageInfo[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_AlertCenter_GmailMessageInfo[] */ public function getMessages() { return $this->messages; } } PK' ZF F Tvendor/google/apiclient-services/src/Google/Service/AlertCenter/GmailMessageInfo.phpnu[attachmentsSha256Hash = $attachmentsSha256Hash; } public function getAttachmentsSha256Hash() { return $this->attachmentsSha256Hash; } public function setDate($date) { $this->date = $date; } public function getDate() { return $this->date; } public function setMd5HashMessageBody($md5HashMessageBody) { $this->md5HashMessageBody = $md5HashMessageBody; } public function getMd5HashMessageBody() { return $this->md5HashMessageBody; } public function setMd5HashSubject($md5HashSubject) { $this->md5HashSubject = $md5HashSubject; } public function getMd5HashSubject() { return $this->md5HashSubject; } public function setMessageBodySnippet($messageBodySnippet) { $this->messageBodySnippet = $messageBodySnippet; } public function getMessageBodySnippet() { return $this->messageBodySnippet; } public function setMessageId($messageId) { $this->messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setRecipient($recipient) { $this->recipient = $recipient; } public function getRecipient() { return $this->recipient; } public function setSubjectText($subjectText) { $this->subjectText = $subjectText; } public function getSubjectText() { return $this->subjectText; } } PK' ZZLvendor/google/apiclient-services/src/Google/Service/AlertCenter/RuleInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK' ZaPvendor/google/apiclient-services/src/Google/Service/AlertCenter/BadWhitelist.phpnu[domainId = $domainId; } /** * @return Google_Service_AlertCenter_DomainId */ public function getDomainId() { return $this->domainId; } /** * @param Google_Service_AlertCenter_MaliciousEntity */ public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) { $this->maliciousEntity = $maliciousEntity; } /** * @return Google_Service_AlertCenter_MaliciousEntity */ public function getMaliciousEntity() { return $this->maliciousEntity; } /** * @param Google_Service_AlertCenter_GmailMessageInfo[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_AlertCenter_GmailMessageInfo[] */ public function getMessages() { return $this->messages; } public function setSourceIp($sourceIp) { $this->sourceIp = $sourceIp; } public function getSourceIp() { return $this->sourceIp; } } PK' Z3נ Ivendor/google/apiclient-services/src/Google/Service/AlertCenter/Alert.phpnu[alertId = $alertId; } public function getAlertId() { return $this->alertId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AlertCenter_AlertMetadata */ public function setMetadata(Google_Service_AlertCenter_AlertMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_AlertCenter_AlertMetadata */ public function getMetadata() { return $this->metadata; } public function setSecurityInvestigationToolLink($securityInvestigationToolLink) { $this->securityInvestigationToolLink = $securityInvestigationToolLink; } public function getSecurityInvestigationToolLink() { return $this->securityInvestigationToolLink; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z'Tvendor/google/apiclient-services/src/Google/Service/AlertCenter/DlpRuleViolation.phpnu[ruleViolationInfo = $ruleViolationInfo; } /** * @return Google_Service_AlertCenter_RuleViolationInfo */ public function getRuleViolationInfo() { return $this->ruleViolationInfo; } } PK' Z/ [vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.phpnu[ * $alertcenterService = new Google_Service_AlertCenter(...); * $feedback = $alertcenterService->feedback; * */ class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_Resource { /** * Creates new feedback for an alert. Attempting to create a feedback for a non- * existent alert returns `NOT_FOUND` error. Attempting to create a feedback for * an alert that is marked for deletion returns `FAILED_PRECONDITION' error. * (feedback.create) * * @param string $alertId Required. The identifier of the alert this feedback * belongs to. * @param Google_Service_AlertCenter_AlertFeedback $postBody * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert is associated with. * Inferred from the caller identity if not provided. * @return Google_Service_AlertCenter_AlertFeedback */ public function create($alertId, Google_Service_AlertCenter_AlertFeedback $postBody, $optParams = array()) { $params = array('alertId' => $alertId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AlertCenter_AlertFeedback"); } /** * Lists all the feedback for an alert. Attempting to list feedbacks for a non- * existent alert returns `NOT_FOUND` error. (feedback.listAlertsFeedback) * * @param string $alertId Required. The alert identifier. The "-" wildcard could * be used to represent all alerts. * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert feedback are * associated with. Inferred from the caller identity if not provided. * @opt_param string filter Optional. A query string for filtering alert * feedback results. For more details, see [Query filters](/admin- * sdk/alertcenter/guides/query-filters) and [Supported query filter fields * ](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list). * @return Google_Service_AlertCenter_ListAlertFeedbackResponse */ public function listAlertsFeedback($alertId, $optParams = array()) { $params = array('alertId' => $alertId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AlertCenter_ListAlertFeedbackResponse"); } } PK' Z}~$$Svendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.phpnu[ * $alertcenterService = new Google_Service_AlertCenter(...); * $alerts = $alertcenterService->alerts; * */ class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource { /** * Performs batch delete operation on alerts. (alerts.batchDelete) * * @param Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AlertCenter_BatchDeleteAlertsResponse */ public function batchDelete(Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_AlertCenter_BatchDeleteAlertsResponse"); } /** * Performs batch undelete operation on alerts. (alerts.batchUndelete) * * @param Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AlertCenter_BatchUndeleteAlertsResponse */ public function batchUndelete(Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUndelete', array($params), "Google_Service_AlertCenter_BatchUndeleteAlertsResponse"); } /** * Marks the specified alert for deletion. An alert that has been marked for * deletion is removed from Alert Center after 30 days. Marking an alert for * deletion has no effect on an alert which has already been marked for * deletion. Attempting to mark a nonexistent alert for deletion results in a * `NOT_FOUND` error. (alerts.delete) * * @param string $alertId Required. The identifier of the alert to delete. * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert is associated with. * Inferred from the caller identity if not provided. * @return Google_Service_AlertCenter_AlertcenterEmpty */ public function delete($alertId, $optParams = array()) { $params = array('alertId' => $alertId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AlertCenter_AlertcenterEmpty"); } /** * Gets the specified alert. Attempting to get a nonexistent alert returns * `NOT_FOUND` error. (alerts.get) * * @param string $alertId Required. The identifier of the alert to retrieve. * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert is associated with. * Inferred from the caller identity if not provided. * @return Google_Service_AlertCenter_Alert */ public function get($alertId, $optParams = array()) { $params = array('alertId' => $alertId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AlertCenter_Alert"); } /** * Returns the metadata of an alert. Attempting to get metadata for a non- * existent alert returns `NOT_FOUND` error. (alerts.getMetadata) * * @param string $alertId Required. The identifier of the alert this metadata * belongs to. * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert metadata is * associated with. Inferred from the caller identity if not provided. * @return Google_Service_AlertCenter_AlertMetadata */ public function getMetadata($alertId, $optParams = array()) { $params = array('alertId' => $alertId); $params = array_merge($params, $optParams); return $this->call('getMetadata', array($params), "Google_Service_AlertCenter_AlertMetadata"); } /** * Lists the alerts. (alerts.listAlerts) * * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alerts are associated * with. Inferred from the caller identity if not provided. * @opt_param string filter Optional. A query string for filtering alert * results. For more details, see [Query filters](/admin-sdk/alertcenter/guides * /query-filters) and [Supported query filter fields](/admin- * sdk/alertcenter/reference/filter-fields#alerts.list). * @opt_param string orderBy Optional. The sort order of the list results. If * not specified results may be returned in arbitrary order. You can sort the * results in descending order based on the creation timestamp using * `order_by="create_time desc"`. Currently, supported sorting are `create_time * asc`, `create_time desc`, `update_time desc` * @opt_param int pageSize Optional. The requested page size. Server may return * fewer items than requested. If unspecified, server picks an appropriate * default. * @opt_param string pageToken Optional. A token identifying a page of results * the server should return. If empty, a new iteration is started. To continue * an iteration, pass in the value from the previous ListAlertsResponse's * next_page_token field. * @return Google_Service_AlertCenter_ListAlertsResponse */ public function listAlerts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AlertCenter_ListAlertsResponse"); } /** * Restores, or "undeletes", an alert that was marked for deletion within the * past 30 days. Attempting to undelete an alert which was marked for deletion * over 30 days ago (which has been removed from the Alert Center database) or a * nonexistent alert returns a `NOT_FOUND` error. Attempting to undelete an * alert which has not been marked for deletion has no effect. (alerts.undelete) * * @param string $alertId Required. The identifier of the alert to undelete. * @param Google_Service_AlertCenter_UndeleteAlertRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AlertCenter_Alert */ public function undelete($alertId, Google_Service_AlertCenter_UndeleteAlertRequest $postBody, $optParams = array()) { $params = array('alertId' => $alertId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_AlertCenter_Alert"); } } PK' Z޵Tvendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.phpnu[ * $alertcenterService = new Google_Service_AlertCenter(...); * $v1beta1 = $alertcenterService->v1beta1; * */ class Google_Service_AlertCenter_Resource_V1beta1 extends Google_Service_Resource { /** * Returns customer-level settings. (v1beta1.getSettings) * * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert settings are * associated with. Inferred from the caller identity if not provided. * @return Google_Service_AlertCenter_Settings */ public function getSettings($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getSettings', array($params), "Google_Service_AlertCenter_Settings"); } /** * Updates the customer-level settings. (v1beta1.updateSettings) * * @param Google_Service_AlertCenter_Settings $postBody * @param array $optParams Optional parameters. * * @opt_param string customerId Optional. The unique identifier of the Google * Workspace organization account of the customer the alert settings are * associated with. Inferred from the caller identity if not provided. * @return Google_Service_AlertCenter_Settings */ public function updateSettings(Google_Service_AlertCenter_Settings $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSettings', array($params), "Google_Service_AlertCenter_Settings"); } } PK' Z&Nvendor/google/apiclient-services/src/Google/Service/AlertCenter/Attachment.phpnu[csv = $csv; } /** * @return Google_Service_AlertCenter_Csv */ public function getCsv() { return $this->csv; } } PK' ZZGvendor/google/apiclient-services/src/Google/Service/AlertCenter/Csv.phpnu[dataRows = $dataRows; } /** * @return Google_Service_AlertCenter_CsvRow[] */ public function getDataRows() { return $this->dataRows; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } } PK' Z" ҟ Pvendor/google/apiclient-services/src/Google/Service/AlertCenter/ActivityRule.phpnu[actionNames = $actionNames; } public function getActionNames() { return $this->actionNames; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setSupersededAlerts($supersededAlerts) { $this->supersededAlerts = $supersededAlerts; } public function getSupersededAlerts() { return $this->supersededAlerts; } public function setSupersedingAlert($supersedingAlert) { $this->supersedingAlert = $supersedingAlert; } public function getSupersedingAlert() { return $this->supersedingAlert; } public function setThreshold($threshold) { $this->threshold = $threshold; } public function getThreshold() { return $this->threshold; } public function setTriggerSource($triggerSource) { $this->triggerSource = $triggerSource; } public function getTriggerSource() { return $this->triggerSource; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWindowSize($windowSize) { $this->windowSize = $windowSize; } public function getWindowSize() { return $this->windowSize; } } PK' Z\Qvendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertFeedback.phpnu[alertId = $alertId; } public function getAlertId() { return $this->alertId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFeedbackId($feedbackId) { $this->feedbackId = $feedbackId; } public function getFeedbackId() { return $this->feedbackId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Z]Vvendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertsResponse.phpnu[alerts = $alerts; } /** * @return Google_Service_AlertCenter_Alert[] */ public function getAlerts() { return $this->alerts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z!R^^Xvendor/google/apiclient-services/src/Google/Service/AlertCenter/UndeleteAlertRequest.phpnu[customerId = $customerId; } public function getCustomerId() { return $this->customerId; } } PK' Za~Pvendor/google/apiclient-services/src/Google/Service/AlertCenter/Notification.phpnu[cloudPubsubTopic = $cloudPubsubTopic; } /** * @return Google_Service_AlertCenter_CloudPubsubTopic */ public function getCloudPubsubTopic() { return $this->cloudPubsubTopic; } } PK' Z_##Pvendor/google/apiclient-services/src/Google/Service/AlertCenter/ResourceInfo.phpnu[documentId = $documentId; } public function getDocumentId() { return $this->documentId; } public function setResourceTitle($resourceTitle) { $this->resourceTitle = $resourceTitle; } public function getResourceTitle() { return $this->resourceTitle; } } PK' ZJI##^vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainWideTakeoutInitiated.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setTakeoutRequestId($takeoutRequestId) { $this->takeoutRequestId = $takeoutRequestId; } public function getTakeoutRequestId() { return $this->takeoutRequestId; } } PK' Z }Hvendor/google/apiclient-services/src/Google/Service/AlertCenter/User.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } } PK' Z>cvendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromisedSecurityDetail.phpnu[deviceCompromisedState = $deviceCompromisedState; } public function getDeviceCompromisedState() { return $this->deviceCompromisedState; } public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setDeviceModel($deviceModel) { $this->deviceModel = $deviceModel; } public function getDeviceModel() { return $this->deviceModel; } public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setIosVendorId($iosVendorId) { $this->iosVendorId = $iosVendorId; } public function getIosVendorId() { return $this->iosVendorId; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } } PK' Z3j6Pvendor/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setLoginTime($loginTime) { $this->loginTime = $loginTime; } public function getLoginTime() { return $this->loginTime; } } PK' Zę`vendor/google/apiclient-services/src/Google/Service/AlertCenter/AppMakerSqlSetupNotification.phpnu[requestInfo = $requestInfo; } /** * @return Google_Service_AlertCenter_RequestInfo[] */ public function getRequestInfo() { return $this->requestInfo; } } PK' Z!00Qvendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertMetadata.phpnu[alertId = $alertId; } public function getAlertId() { return $this->alertId; } public function setAssignee($assignee) { $this->assignee = $assignee; } public function getAssignee() { return $this->assignee; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Zq߾zJvendor/google/apiclient-services/src/Google/Service/AlertCenter/Status.phpnu[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; } } PK' Z`^F8 8 dvendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivitySecurityDetail.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setDeviceModel($deviceModel) { $this->deviceModel = $deviceModel; } public function getDeviceModel() { return $this->deviceModel; } public function setDeviceProperty($deviceProperty) { $this->deviceProperty = $deviceProperty; } public function getDeviceProperty() { return $this->deviceProperty; } public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setIosVendorId($iosVendorId) { $this->iosVendorId = $iosVendorId; } public function getIosVendorId() { return $this->iosVendorId; } public function setNewValue($newValue) { $this->newValue = $newValue; } public function getNewValue() { return $this->newValue; } public function setOldValue($oldValue) { $this->oldValue = $oldValue; } public function getOldValue() { return $this->oldValue; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } } PK' ZԜ9Vvendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivity.phpnu[email = $email; } public function getEmail() { return $this->email; } /** * @param Google_Service_AlertCenter_SuspiciousActivitySecurityDetail[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_AlertCenter_SuspiciousActivitySecurityDetail[] */ public function getEvents() { return $this->events; } } PK' Zf,<<Ovendor/google/apiclient-services/src/Google/Service/AlertCenter/RequestInfo.phpnu[appDeveloperEmail = $appDeveloperEmail; } public function getAppDeveloperEmail() { return $this->appDeveloperEmail; } public function setAppKey($appKey) { $this->appKey = $appKey; } public function getAppKey() { return $this->appKey; } public function setNumberOfRequests($numberOfRequests) { $this->numberOfRequests = $numberOfRequests; } public function getNumberOfRequests() { return $this->numberOfRequests; } } PK' ZpNvendor/google/apiclient-services/src/Google/Service/AlertCenter/ActionInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_AlertCenter_User */ public function setEntity(Google_Service_AlertCenter_User $entity) { $this->entity = $entity; } /** * @return Google_Service_AlertCenter_User */ public function getEntity() { return $this->entity; } public function setFromHeader($fromHeader) { $this->fromHeader = $fromHeader; } public function getFromHeader() { return $this->fromHeader; } } PK' Z1}..[vendor/google/apiclient-services/src/Google/Service/AlertCenter/UserDefinedDetectorInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK' Z7ʠ;;Xvendor/google/apiclient-services/src/Google/Service/AlertCenter/StateSponsoredAttack.phpnu[email = $email; } public function getEmail() { return $this->email; } } PK' Z\llFLvendor/google/apiclient-services/src/Google/Service/AlertCenter/Settings.phpnu[notifications = $notifications; } /** * @return Google_Service_AlertCenter_Notification[] */ public function getNotifications() { return $this->notifications; } } PK' ZiiJvendor/google/apiclient-services/src/Google/Service/AlertCenter/CsvRow.phpnu[entries = $entries; } public function getEntries() { return $this->entries; } } PK' ZIVTvendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertcenterEmpty.phpnu[domainId = $domainId; } /** * @return Google_Service_AlertCenter_DomainId */ public function getDomainId() { return $this->domainId; } public function setIsInternal($isInternal) { $this->isInternal = $isInternal; } public function getIsInternal() { return $this->isInternal; } /** * @param Google_Service_AlertCenter_MaliciousEntity */ public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) { $this->maliciousEntity = $maliciousEntity; } /** * @return Google_Service_AlertCenter_MaliciousEntity */ public function getMaliciousEntity() { return $this->maliciousEntity; } /** * @param Google_Service_AlertCenter_GmailMessageInfo[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_AlertCenter_GmailMessageInfo[] */ public function getMessages() { return $this->messages; } public function setSystemActionType($systemActionType) { $this->systemActionType = $systemActionType; } public function getSystemActionType() { return $this->systemActionType; } } PK' Z8t\vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechRequest.phpnu[audioConfig = $audioConfig; } /** * @return Google_Service_Texttospeech_AudioConfig */ public function getAudioConfig() { return $this->audioConfig; } /** * @param Google_Service_Texttospeech_SynthesisInput */ public function setInput(Google_Service_Texttospeech_SynthesisInput $input) { $this->input = $input; } /** * @return Google_Service_Texttospeech_SynthesisInput */ public function getInput() { return $this->input; } /** * @param Google_Service_Texttospeech_VoiceSelectionParams */ public function setVoice(Google_Service_Texttospeech_VoiceSelectionParams $voice) { $this->voice = $voice; } /** * @return Google_Service_Texttospeech_VoiceSelectionParams */ public function getVoice() { return $this->voice; } } PK' ZmJvendor/google/apiclient-services/src/Google/Service/Texttospeech/Voice.phpnu[languageCodes = $languageCodes; } public function getLanguageCodes() { return $this->languageCodes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNaturalSampleRateHertz($naturalSampleRateHertz) { $this->naturalSampleRateHertz = $naturalSampleRateHertz; } public function getNaturalSampleRateHertz() { return $this->naturalSampleRateHertz; } public function setSsmlGender($ssmlGender) { $this->ssmlGender = $ssmlGender; } public function getSsmlGender() { return $this->ssmlGender; } } PK' Z>ѽSvendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesisInput.phpnu[ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK' Z!|Rvendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Text.phpnu[ * $texttospeechService = new Google_Service_Texttospeech(...); * $text = $texttospeechService->text; * */ class Google_Service_Texttospeech_Resource_Text extends Google_Service_Resource { /** * Synthesizes speech synchronously: receive results after all text input has * been processed. (text.synthesize) * * @param Google_Service_Texttospeech_SynthesizeSpeechRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Texttospeech_SynthesizeSpeechResponse */ public function synthesize(Google_Service_Texttospeech_SynthesizeSpeechRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('synthesize', array($params), "Google_Service_Texttospeech_SynthesizeSpeechResponse"); } } PK' ZvmףTvendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.phpnu[ * $texttospeechService = new Google_Service_Texttospeech(...); * $voices = $texttospeechService->voices; * */ class Google_Service_Texttospeech_Resource_Voices extends Google_Service_Resource { /** * Returns a list of Voice supported for synthesis. (voices.listVoices) * * @param array $optParams Optional parameters. * * @opt_param string languageCode Optional. Recommended. [BCP-47](https://www * .rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If not specified, the API * will return all supported voices. If specified, the ListVoices call will only * return voices that can be used to synthesize this language_code. E.g. when * specifying "en-NZ", you will get supported "en-NZ" voices; when specifying * "no", you will get supported "no-" (Norwegian) and "nb-" (Norwegian Bokmal) * voices; specifying "zh" will also get supported "cmn-" voices; specifying * "zh-hk" will also get supported "yue-hk" voices. * @return Google_Service_Texttospeech_ListVoicesResponse */ public function listVoices($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Texttospeech_ListVoicesResponse"); } } PK' ZJ:(Yvendor/google/apiclient-services/src/Google/Service/Texttospeech/VoiceSelectionParams.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSsmlGender($ssmlGender) { $this->ssmlGender = $ssmlGender; } public function getSsmlGender() { return $this->ssmlGender; } } PK' Z(qq]vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechResponse.phpnu[audioContent = $audioContent; } public function getAudioContent() { return $this->audioContent; } } PK' Ze:;;Wvendor/google/apiclient-services/src/Google/Service/Texttospeech/ListVoicesResponse.phpnu[voices = $voices; } /** * @return Google_Service_Texttospeech_Voice[] */ public function getVoices() { return $this->voices; } } PK' Z_UGԀPvendor/google/apiclient-services/src/Google/Service/Texttospeech/AudioConfig.phpnu[audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setEffectsProfileId($effectsProfileId) { $this->effectsProfileId = $effectsProfileId; } public function getEffectsProfileId() { return $this->effectsProfileId; } public function setPitch($pitch) { $this->pitch = $pitch; } public function getPitch() { return $this->pitch; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } public function setSpeakingRate($speakingRate) { $this->speakingRate = $speakingRate; } public function getSpeakingRate() { return $this->speakingRate; } public function setVolumeGainDb($volumeGainDb) { $this->volumeGainDb = $volumeGainDb; } public function getVolumeGainDb() { return $this->volumeGainDb; } } PK' Zrvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1RegisterSubscriberRequest.phpnu[serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } } PK' Zs4} lvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ParameterDefinition.phpnu[allowedValues = $allowedValues; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Value[] */ public function getAllowedValues() { return $this->allowedValues; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Value */ public function setMaxValue(Google_Service_Cloudchannel_GoogleCloudChannelV1Value $maxValue) { $this->maxValue = $maxValue; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Value */ public function getMaxValue() { return $this->maxValue; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Value */ public function setMinValue(Google_Service_Cloudchannel_GoogleCloudChannelV1Value $minValue) { $this->minValue = $minValue; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Value */ public function getMinValue() { return $this->minValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } public function setParameterType($parameterType) { $this->parameterType = $parameterType; } public function getParameterType() { return $this->parameterType; } } PK' Zk^vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Offer.phpnu[constraints = $constraints; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Constraints */ public function getConstraints() { return $this->constraints; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1MarketingInfo */ public function setMarketingInfo(Google_Service_Cloudchannel_GoogleCloudChannelV1MarketingInfo $marketingInfo) { $this->marketingInfo = $marketingInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1MarketingInfo */ public function getMarketingInfo() { return $this->marketingInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ParameterDefinition[] */ public function setParameterDefinitions($parameterDefinitions) { $this->parameterDefinitions = $parameterDefinitions; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ParameterDefinition[] */ public function getParameterDefinitions() { return $this->parameterDefinitions; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Plan */ public function setPlan(Google_Service_Cloudchannel_GoogleCloudChannelV1Plan $plan) { $this->plan = $plan; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Plan */ public function getPlan() { return $this->plan; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1PriceByResource[] */ public function setPriceByResources($priceByResources) { $this->priceByResources = $priceByResources; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1PriceByResource[] */ public function getPriceByResources() { return $this->priceByResources; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Sku */ public function setSku(Google_Service_Cloudchannel_GoogleCloudChannelV1Sku $sku) { $this->sku = $sku; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Sku */ public function getSku() { return $this->sku; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK' Z=kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ProvisionedService.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } public function setProvisioningId($provisioningId) { $this->provisioningId = $provisioningId; } public function getProvisioningId() { return $this->provisioningId; } public function setSkuId($skuId) { $this->skuId = $skuId; } public function getSkuId() { return $this->skuId; } } PK' ZMa:nvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListCustomersResponse.phpnu[customers = $customers; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer[] */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZXnTThvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PriceByResource.phpnu[price = $price; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Price */ public function getPrice() { return $this->price; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1PricePhase[] */ public function setPricePhases($pricePhases) { $this->pricePhases = $pricePhases; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1PricePhase[] */ public function getPricePhases() { return $this->pricePhases; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK' ZqO Sqqrvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1SuspendEntitlementRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Z}'nvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1RenewalSettings.phpnu[disableCommitment = $disableCommitment; } public function getDisableCommitment() { return $this->disableCommitment; } public function setEnableRenewal($enableRenewal) { $this->enableRenewal = $enableRenewal; } public function getEnableRenewal() { return $this->enableRenewal; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Period */ public function setPaymentCycle(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Period $paymentCycle) { $this->paymentCycle = $paymentCycle; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Period */ public function getPaymentCycle() { return $this->paymentCycle; } public function setPaymentOption($paymentOption) { $this->paymentOption = $paymentOption; } public function getPaymentOption() { return $this->paymentOption; } public function setPaymentPlan($paymentPlan) { $this->paymentPlan = $paymentPlan; } public function getPaymentPlan() { return $this->paymentPlan; } public function setResizeUnitCount($resizeUnitCount) { $this->resizeUnitCount = $resizeUnitCount; } public function getResizeUnitCount() { return $this->resizeUnitCount; } } PK' Ztvvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListPurchasableOffersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1PurchasableOffer[] */ public function setPurchasableOffers($purchasableOffers) { $this->purchasableOffers = $purchasableOffers; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1PurchasableOffer[] */ public function getPurchasableOffers() { return $this->purchasableOffers; } } PK' ZנsTvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleTypeMoney.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK' Z(Z=VVsvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1RegisterSubscriberResponse.phpnu[topic = $topic; } public function getTopic() { return $this->topic; } } PK' Z<Suvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChangeRenewalSettingsRequest.phpnu[renewalSettings = $renewalSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1RenewalSettings */ public function getRenewalSettings() { return $this->renewalSettings; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Z}H#oLLpvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChangeParametersRequest.phpnu[parameters = $parameters; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Parameter[] */ public function getParameters() { return $this->parameters; } public function setPurchaseOrderId($purchaseOrderId) { $this->purchaseOrderId = $purchaseOrderId; } public function getPurchaseOrderId() { return $this->purchaseOrderId; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' ZDDD\vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Sku.phpnu[marketingInfo = $marketingInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1MarketingInfo */ public function getMarketingInfo() { return $this->marketingInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Product */ public function setProduct(Google_Service_Cloudchannel_GoogleCloudChannelV1Product $product) { $this->product = $product; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Product */ public function getProduct() { return $this->product; } } PK' Z?qvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListEntitlementsResponse.phpnu[entitlements = $entitlements; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement[] */ public function getEntitlements() { return $this->entitlements; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZV;33dvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Entitlement.phpnu[associationInfo = $associationInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1AssociationInfo */ public function getAssociationInfo() { return $this->associationInfo; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1CommitmentSettings */ public function setCommitmentSettings(Google_Service_Cloudchannel_GoogleCloudChannelV1CommitmentSettings $commitmentSettings) { $this->commitmentSettings = $commitmentSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CommitmentSettings */ public function getCommitmentSettings() { return $this->commitmentSettings; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOffer($offer) { $this->offer = $offer; } public function getOffer() { return $this->offer; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Parameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Parameter[] */ public function getParameters() { return $this->parameters; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ProvisionedService */ public function setProvisionedService(Google_Service_Cloudchannel_GoogleCloudChannelV1ProvisionedService $provisionedService) { $this->provisionedService = $provisionedService; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ProvisionedService */ public function getProvisionedService() { return $this->provisionedService; } public function setProvisioningState($provisioningState) { $this->provisioningState = $provisioningState; } public function getProvisioningState() { return $this->provisioningState; } public function setPurchaseOrderId($purchaseOrderId) { $this->purchaseOrderId = $purchaseOrderId; } public function getPurchaseOrderId() { return $this->purchaseOrderId; } public function setSuspensionReasons($suspensionReasons) { $this->suspensionReasons = $suspensionReasons; } public function getSuspensionReasons() { return $this->suspensionReasons; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1TrialSettings */ public function setTrialSettings(Google_Service_Cloudchannel_GoogleCloudChannelV1TrialSettings $trialSettings) { $this->trialSettings = $trialSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1TrialSettings */ public function getTrialSettings() { return $this->trialSettings; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z`dvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Value.phpnu[doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setProtoValue($protoValue) { $this->protoValue = $protoValue; } public function getProtoValue() { return $this->protoValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK' ZQXvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleProtobufEmpty.phpnu[defaultLogo = $defaultLogo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Media */ public function getDefaultLogo() { return $this->defaultLogo; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK' Z2ڍ{vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1TransferEntitlementsResponse.phpnu[entitlements = $entitlements; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Entitlement[] */ public function getEntitlements() { return $this->entitlements; } } PK' Z)fvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CustomerEvent.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK' ZjG>>tvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEntitlementsRequest.phpnu[authToken = $authToken; } public function getAuthToken() { return $this->authToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement[] */ public function setEntitlements($entitlements) { $this->entitlements = $entitlements; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement[] */ public function getEntitlements() { return $this->entitlements; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' ZfIdvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ContactInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFirstName($firstName) { $this->firstName = $firstName; } public function getFirstName() { return $this->firstName; } public function setLastName($lastName) { $this->lastName = $lastName; } public function getLastName() { return $this->lastName; } public function setPhone($phone) { $this->phone = $phone; } public function getPhone() { return $this->phone; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' ZԎs$$dvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Constraints.phpnu[customerConstraints = $customerConstraints; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CustomerConstraints */ public function getCustomerConstraints() { return $this->customerConstraints; } } PK' Znvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1AssociationInfo.phpnu[baseEntitlement = $baseEntitlement; } public function getBaseEntitlement() { return $this->baseEntitlement; } } PK' ZOOĒhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Parameter.phpnu[editable = $editable; } public function getEditable() { return $this->editable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Value */ public function setValue(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Value $value) { $this->value = $value; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Value */ public function getValue() { return $this->value; } } PK' Z*^wvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableOffersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1TransferableOffer[] */ public function setTransferableOffers($transferableOffers) { $this->transferableOffers = $transferableOffers; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1TransferableOffer[] */ public function getTransferableOffers() { return $this->transferableOffers; } } PK' Zxvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListChannelPartnerLinksResponse.phpnu[channelPartnerLinks = $channelPartnerLinks; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink[] */ public function getChannelPartnerLinks() { return $this->channelPartnerLinks; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZZzhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1AssociationInfo.phpnu[baseEntitlement = $baseEntitlement; } public function getBaseEntitlement() { return $this->baseEntitlement; } } PK' Zuvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEntitlementsResponse.phpnu[entitlements = $entitlements; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement[] */ public function getEntitlements() { return $this->entitlements; } } PK' ZP  vvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableOffersRequest.phpnu[cloudIdentityId = $cloudIdentityId; } public function getCloudIdentityId() { return $this->cloudIdentityId; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } 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 setSku($sku) { $this->sku = $sku; } public function getSku() { return $this->sku; } } PK' Z-ammqvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1CommitmentSettings.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1RenewalSettings */ public function setRenewalSettings(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1RenewalSettings $renewalSettings) { $this->renewalSettings = $renewalSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1RenewalSettings */ public function getRenewalSettings() { return $this->renewalSettings; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK' Z6llvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse.phpnu[cloudIdentityAccounts = $cloudIdentityAccounts; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityCustomerAccount[] */ public function getCloudIdentityAccounts() { return $this->cloudIdentityAccounts; } } PK' Zog_vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Cloudchannel_GoogleRpcStatus */ public function setError(Google_Service_Cloudchannel_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Cloudchannel_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' Z`vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1EduData.phpnu[instituteSize = $instituteSize; } public function getInstituteSize() { return $this->instituteSize; } public function setInstituteType($instituteType) { $this->instituteType = $instituteType; } public function getInstituteType() { return $this->instituteType; } public function setWebsite($website) { $this->website = $website; } public function getWebsite() { return $this->website; } } PK' ZK K Zvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/ProductsSkus.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $skus = $cloudchannelService->skus; * */ class Google_Service_Cloudchannel_Resource_ProductsSkus extends Google_Service_Resource { /** * Lists the SKUs for a product the reseller is authorized to sell. Possible * error codes: * INVALID_ARGUMENT: Required request parameters are missing or * invalid. (skus.listProductsSkus) * * @param string $parent Required. The resource name of the Product to list SKUs * for. Parent uses the format: products/{product_id}. Supports products/- to * retrieve SKUs for all products. * @param array $optParams Optional parameters. * * @opt_param string account Required. Resource name of the reseller. Format: * accounts/{account_id}. * @opt_param string languageCode Optional. The BCP-47 language code. For * example, "en-US". The response will localize in the corresponding language * code, if specified. The default value is "en-US". * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, returns at most 100 SKUs. The * maximum value is 1000; the server will coerce values above 1000. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. Optional. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListSkusResponse */ public function listProductsSkus($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListSkusResponse"); } } PK' Z3TIIkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $entitlements = $cloudchannelService->entitlements; * */ class Google_Service_Cloudchannel_Resource_AccountsCustomersEntitlements extends Google_Service_Resource { /** * Activates a previously suspended entitlement. Entitlements suspended for * pending ToS acceptance can't be activated using this method. An entitlement * activation is a long-running operation and it updates the state of the * customer entitlement. Possible error codes: * PERMISSION_DENIED: The reseller * account making the request is different from the reseller account in the API * request. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * NOT_FOUND: Entitlement resource not found. * * SUSPENSION_NOT_RESELLER_INITIATED: Can only activate reseller-initiated * suspensions and entitlements that have accepted the TOS. * NOT_SUSPENDED: Can * only activate suspended entitlements not in an ACTIVE state. * INTERNAL: Any * non-user error related to a technical issue in the backend. Contact Cloud * Channel support. * UNKNOWN: Any non-user error related to a technical issue * in the backend. Contact Cloud Channel support. Return value: The ID of a * long-running operation. To get the results of the operation, call the * GetOperation method of CloudChannelOperationsService. The Operation metadata * will contain an instance of OperationMetadata. (entitlements.activate) * * @param string $name Required. The resource name of the entitlement to * activate. Name uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ActivateEntitlementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function activate($name, Google_Service_Cloudchannel_GoogleCloudChannelV1ActivateEntitlementRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Cancels a previously fulfilled entitlement. An entitlement cancellation is a * long-running operation. Possible error codes: * PERMISSION_DENIED: The * reseller account making the request is different from the reseller account in * the API request. * FAILED_PRECONDITION: There are Google Cloud projects * linked to the Google Cloud entitlement's Cloud Billing subaccount. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * * NOT_FOUND: Entitlement resource not found. * DELETION_TYPE_NOT_ALLOWED: * Cancel is only allowed for Google Workspace add-ons, or entitlements for * Google Cloud's development platform. * INTERNAL: Any non-user error related * to a technical issue in the backend. Contact Cloud Channel support. * * UNKNOWN: Any non-user error related to a technical issue in the backend. * Contact Cloud Channel support. Return value: The ID of a long-running * operation. To get the results of the operation, call the GetOperation method * of CloudChannelOperationsService. The response will contain * google.protobuf.Empty on success. The Operation metadata will contain an * instance of OperationMetadata. (entitlements.cancel) * * @param string $name Required. The resource name of the entitlement to cancel. * Name uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1CancelEntitlementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function cancel($name, Google_Service_Cloudchannel_GoogleCloudChannelV1CancelEntitlementRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Updates the Offer for an existing customer entitlement. An entitlement update * is a long-running operation and it updates the entitlement as a result of * fulfillment. Possible error codes: * PERMISSION_DENIED: The customer doesn't * belong to the reseller. * INVALID_ARGUMENT: Required request parameters are * missing or invalid. * NOT_FOUND: Offer or Entitlement resource not found. * * INTERNAL: Any non-user error related to a technical issue in the backend. * Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a * technical issue in the backend. Contact Cloud Channel support. Return value: * The ID of a long-running operation. To get the results of the operation, call * the GetOperation method of CloudChannelOperationsService. The Operation * metadata will contain an instance of OperationMetadata. * (entitlements.changeOffer) * * @param string $name Required. The resource name of the entitlement to update. * Name uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ChangeOfferRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function changeOffer($name, Google_Service_Cloudchannel_GoogleCloudChannelV1ChangeOfferRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('changeOffer', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Change parameters of the entitlement. An entitlement update is a long-running * operation and it updates the entitlement as a result of fulfillment. Possible * error codes: * PERMISSION_DENIED: The customer doesn't belong to the * reseller. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. For example, the number of seats being changed is greater than the * allowed number of max seats, or decreasing seats for a commitment based plan. * * NOT_FOUND: Entitlement resource not found. * INTERNAL: Any non-user error * related to a technical issue in the backend. Contact Cloud Channel support. * * UNKNOWN: Any non-user error related to a technical issue in the backend. * Contact Cloud Channel support. Return value: The ID of a long-running * operation. To get the results of the operation, call the GetOperation method * of CloudChannelOperationsService. The Operation metadata will contain an * instance of OperationMetadata. (entitlements.changeParameters) * * @param string $name Required. The name of the entitlement to update. Name * uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ChangeParametersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function changeParameters($name, Google_Service_Cloudchannel_GoogleCloudChannelV1ChangeParametersRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('changeParameters', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Updates the renewal settings for an existing customer entitlement. An * entitlement update is a long-running operation and it updates the entitlement * as a result of fulfillment. Possible error codes: * PERMISSION_DENIED: The * customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request * parameters are missing or invalid. * NOT_FOUND: Entitlement resource not * found. * NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a * commitment plan. Can't enable or disable renewals for non-commitment plans. * * INTERNAL: Any non-user error related to a technical issue in the backend. * Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a * technical issue in the backend. Contact Cloud Channel support. Return value: * The ID of a long-running operation. To get the results of the operation, call * the GetOperation method of CloudChannelOperationsService. The Operation * metadata will contain an instance of OperationMetadata. * (entitlements.changeRenewalSettings) * * @param string $name Required. The name of the entitlement to update. Name * uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ChangeRenewalSettingsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function changeRenewalSettings($name, Google_Service_Cloudchannel_GoogleCloudChannelV1ChangeRenewalSettingsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('changeRenewalSettings', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Creates an entitlement for a customer. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * * There is already a customer entitlement for a SKU from the same product * family. * INVALID_VALUE: Make sure the OfferId is valid. If it is, contact * Google Channel support for further troubleshooting. * NOT_FOUND: The customer * or offer resource was not found. * ALREADY_EXISTS: * The SKU was already * purchased for the customer. * The customer's primary email already exists. * Retry after changing the customer's primary contact email. * * CONDITION_NOT_MET or FAILED_PRECONDITION: * The domain required for * purchasing a SKU has not been verified. * A pre-requisite SKU required to * purchase an Add-On SKU is missing. For example, Google Workspace Business * Starter is required to purchase Vault or Drive. * (Developer accounts only) * Reseller and resold domain must meet the following naming requirements: * * Domain names must start with goog-test. * Domain names must include the * reseller domain. * INTERNAL: Any non-user error related to a technical issue * in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error * related to a technical issue in the backend. Contact Cloud Channel support. * Return value: The ID of a long-running operation. To get the results of the * operation, call the GetOperation method of CloudChannelOperationsService. The * Operation metadata will contain an instance of OperationMetadata. * (entitlements.create) * * @param string $parent Required. The resource name of the reseller's customer * account in which to create the entitlement. Parent uses the format: * accounts/{account_id}/customers/{customer_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1CreateEntitlementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function create($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1CreateEntitlementRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Returns a requested Entitlement resource. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * * NOT_FOUND: The customer entitlement was not found. Return value: The * requested Entitlement resource. (entitlements.get) * * @param string $name Required. The resource name of the entitlement to * retrieve. Name uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement"); } /** * Lists Entitlements belonging to a customer. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return * value: A list of the customer's Entitlements. * (entitlements.listAccountsCustomersEntitlements) * * @param string $parent Required. The resource name of the reseller's customer * account to list entitlements for. Parent uses the format: * accounts/{account_id}/customers/{customer_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, return at most 50 entitlements. * The maximum value is 100; the server will coerce values above 100. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. Obtained using ListEntitlementsResponse.next_page_token * of the previous CloudChannelService.ListEntitlements call. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListEntitlementsResponse */ public function listAccountsCustomersEntitlements($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListEntitlementsResponse"); } /** * Starts paid service for a trial entitlement. Starts paid service for a trial * entitlement immediately. This method is only applicable if a plan is set up * for a trial entitlement but has some trial days remaining. Possible error * codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * * NOT_FOUND: Entitlement resource not found. * * FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for entitlement on * trial plans. * INTERNAL: Any non-user error related to a technical issue in * the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error * related to a technical issue in the backend. Contact Cloud Channel support. * Return value: The ID of a long-running operation. To get the results of the * operation, call the GetOperation method of CloudChannelOperationsService. The * Operation metadata will contain an instance of OperationMetadata. * (entitlements.startPaidService) * * @param string $name Required. The name of the entitlement to start a paid * service for. Name uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1StartPaidServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function startPaidService($name, Google_Service_Cloudchannel_GoogleCloudChannelV1StartPaidServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('startPaidService', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Suspends a previously fulfilled entitlement. An entitlement suspension is a * long-running operation. Possible error codes: * PERMISSION_DENIED: The * customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request * parameters are missing or invalid. * NOT_FOUND: Entitlement resource not * found. * NOT_ACTIVE: Entitlement is not active. * INTERNAL: Any non-user * error related to a technical issue in the backend. Contact Cloud Channel * support. * UNKNOWN: Any non-user error related to a technical issue in the * backend. Contact Cloud Channel support. Return value: The ID of a long- * running operation. To get the results of the operation, call the GetOperation * method of CloudChannelOperationsService. The Operation metadata will contain * an instance of OperationMetadata. (entitlements.suspend) * * @param string $name Required. The resource name of the entitlement to * suspend. Name uses the format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1SuspendEntitlementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function suspend($name, Google_Service_Cloudchannel_GoogleCloudChannelV1SuspendEntitlementRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('suspend', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } } PK' ZC⢛77Xvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Operations.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $operations = $cloudchannelService->operations; * */ class Google_Service_Cloudchannel_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Cloudchannel_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleProtobufEmpty */ public function cancel($name, Google_Service_Cloudchannel_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Cloudchannel_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Cloudchannel_GoogleProtobufEmpty"); } /** * 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_Cloudchannel_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Cloudchannel_GoogleLongrunningListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleLongrunningListOperationsResponse"); } } PK' ZTvivendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinks.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $channelPartnerLinks = $cloudchannelService->channelPartnerLinks; * */ class Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinks extends Google_Service_Resource { /** * Initiates a channel partner link between a distributor and a reseller, or * between resellers in an n-tier reseller channel. Invited partners need to * follow the invite_link_uri provided in the response to accept. After * accepting the invitation, a link is set up between the two parties. You must * be a distributor to call this method. Possible error codes: * * PERMISSION_DENIED: The reseller account making the request is different from * the reseller account in the API request. * INVALID_ARGUMENT: Required request * parameters are missing or invalid. * ALREADY_EXISTS: The ChannelPartnerLink * sent in the request already exists. * NOT_FOUND: No Cloud Identity customer * exists for provided domain. * INTERNAL: Any non-user error related to a * technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any * non-user error related to a technical issue in the backend. Contact Cloud * Channel support. Return value: The new ChannelPartnerLink resource. * (channelPartnerLinks.create) * * @param string $parent Required. Create a channel partner link for the * provided reseller account's resource name. Parent uses the format: * accounts/{account_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink */ public function create($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink"); } /** * Returns a requested ChannelPartnerLink resource. You must be a distributor to * call this method. Possible error codes: * PERMISSION_DENIED: The reseller * account making the request is different from the reseller account in the API * request. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * NOT_FOUND: ChannelPartnerLink resource not found because of an * invalid channel partner link name. Return value: The ChannelPartnerLink * resource. (channelPartnerLinks.get) * * @param string $name Required. The resource name of the channel partner link * to retrieve. Name uses the format: * accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud * Identity ID of the partner. * @param array $optParams Optional parameters. * * @opt_param string view Optional. The level of granularity the * ChannelPartnerLink will display. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink"); } /** * List ChannelPartnerLinks belonging to a distributor. You must be a * distributor to call this method. Possible error codes: * PERMISSION_DENIED: * The reseller account making the request is different from the reseller * account in the API request. * INVALID_ARGUMENT: Required request parameters * are missing or invalid. Return value: The list of the distributor account's * ChannelPartnerLink resources. * (channelPartnerLinks.listAccountsChannelPartnerLinks) * * @param string $parent Required. The resource name of the reseller account for * listing channel partner links. Parent uses the format: accounts/{account_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, server will pick a default size * (25). The maximum value is 200; the server will coerce values above 200. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. Obtained using * ListChannelPartnerLinksResponse.next_page_token of the previous * CloudChannelService.ListChannelPartnerLinks call. * @opt_param string view Optional. The level of granularity the * ChannelPartnerLink will display. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListChannelPartnerLinksResponse */ public function listAccountsChannelPartnerLinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListChannelPartnerLinksResponse"); } /** * Updates a channel partner link. Distributors call this method to change a * link's status. For example, to suspend a partner link. You must be a * distributor to call this method. Possible error codes: * PERMISSION_DENIED: * The reseller account making the request is different from the reseller * account in the API request. * INVALID_ARGUMENT: * Required request parameters * are missing or invalid. * Link state cannot change from invited to active or * suspended. * Cannot send reseller_cloud_identity_id, invite_url, or name in * update mask. * NOT_FOUND: ChannelPartnerLink resource not found. * INTERNAL: * Any non-user error related to a technical issue in the backend. Contact Cloud * Channel support. * UNKNOWN: Any non-user error related to a technical issue * in the backend. Contact Cloud Channel support. Return value: The updated * ChannelPartnerLink resource. (channelPartnerLinks.patch) * * @param string $name Required. The resource name of the channel partner link * to cancel. Name uses the format: * accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud * Identity ID of the partner. * @param Google_Service_Cloudchannel_GoogleCloudChannelV1UpdateChannelPartnerLinkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink */ public function patch($name, Google_Service_Cloudchannel_GoogleCloudChannelV1UpdateChannelPartnerLinkRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink"); } } PK' ZtYh|)|)Vvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Accounts.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $accounts = $cloudchannelService->accounts; * */ class Google_Service_Cloudchannel_Resource_Accounts extends Google_Service_Resource { /** * Confirms the existence of Cloud Identity accounts based on the domain and if * the Cloud Identity accounts are owned by the reseller. Possible error codes: * * PERMISSION_DENIED: The reseller account making the request is different * from the reseller account in the API request. * INVALID_ARGUMENT: Required * request parameters are missing or invalid. * INVALID_VALUE: Invalid domain * value in the request. Return value: A list of CloudIdentityCustomerAccount * resources for the domain (may be empty) Note: in the v1alpha1 version of the * API, a NOT_FOUND error returns if no CloudIdentityCustomerAccount resources * match the domain. (accounts.checkCloudIdentityAccountsExist) * * @param string $parent Required. The reseller account's resource name. Parent * uses the format: accounts/{account_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse */ public function checkCloudIdentityAccountsExist($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkCloudIdentityAccountsExist', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse"); } /** * Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic * created for this Channel Services account. Possible error codes: * * PERMISSION_DENIED: The reseller account making the request and the provided * reseller account are different, or the impersonated user is not a super * admin. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * NOT_FOUND: The topic resource doesn't exist. * INTERNAL: Any non- * user error related to a technical issue in the backend. Contact Cloud Channel * support. * UNKNOWN: Any non-user error related to a technical issue in the * backend. Contact Cloud Channel support. Return value: A list of service email * addresses. (accounts.listSubscribers) * * @param string $account Required. Resource name of the account. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of service accounts to * return. The service may return fewer than this value. If unspecified, returns * at most 100 service accounts. The maximum value is 1000; the server will * coerce values above 1000. * @opt_param string pageToken Optional. A page token, received from a previous * `ListSubscribers` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListSubscribers` must match the * call that provided the page token. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListSubscribersResponse */ public function listSubscribers($account, $optParams = array()) { $params = array('account' => $account); $params = array_merge($params, $optParams); return $this->call('listSubscribers', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListSubscribersResponse"); } /** * List TransferableOffers of a customer based on Cloud Identity ID or Customer * Name in the request. Use this method when a reseller gets the entitlement * information of an unowned customer. The reseller should provide the * customer's Cloud Identity ID or Customer Name. Possible error codes: * * PERMISSION_DENIED: * The customer doesn't belong to the reseller and has no * auth token. * The supplied auth token is invalid. * The reseller account * making the request is different from the reseller account in the query. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return * value: List of TransferableOffer for the given customer and SKU. * (accounts.listTransferableOffers) * * @param string $parent Required. The resource name of the reseller's account. * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableOffersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableOffersResponse */ public function listTransferableOffers($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableOffersRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listTransferableOffers', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableOffersResponse"); } /** * List TransferableSkus of a customer based on the Cloud Identity ID or * Customer Name in the request. Use this method to list the entitlements * information of an unowned customer. You should provide the customer's Cloud * Identity ID or Customer Name. Possible error codes: * PERMISSION_DENIED: * * The customer doesn't belong to the reseller and has no auth token. * The * supplied auth token is invalid. * The reseller account making the request is * different from the reseller account in the query. * INVALID_ARGUMENT: * Required request parameters are missing or invalid. Return value: A list of * the customer's TransferableSku. (accounts.listTransferableSkus) * * @param string $parent Required. The reseller account's resource name. Parent * uses the format: accounts/{account_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableSkusRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableSkusResponse */ public function listTransferableSkus($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableSkusRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listTransferableSkus', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableSkusResponse"); } /** * Registers a service account with subscriber privileges on the Cloud Pub/Sub * topic for this Channel Services account. After you create a subscriber, you * get the events through SubscriberEvent Possible error codes: * * PERMISSION_DENIED: The reseller account making the request and the provided * reseller account are different, or the impersonated user is not a super * admin. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * INTERNAL: Any non-user error related to a technical issue in the * backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related * to a technical issue in the backend. Contact Cloud Channel support. Return * value: The topic name with the registered service email address. * (accounts.register) * * @param string $account Required. Resource name of the account. * @param Google_Service_Cloudchannel_GoogleCloudChannelV1RegisterSubscriberRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1RegisterSubscriberResponse */ public function register($account, Google_Service_Cloudchannel_GoogleCloudChannelV1RegisterSubscriberRequest $postBody, $optParams = array()) { $params = array('account' => $account, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1RegisterSubscriberResponse"); } /** * Unregisters a service account with subscriber privileges on the Cloud Pub/Sub * topic created for this Channel Services account. If there are no service * accounts left with subscriber privileges, this deletes the topic. You can * call ListSubscribers to check for these accounts. Possible error codes: * * PERMISSION_DENIED: The reseller account making the request and the provided * reseller account are different, or the impersonated user is not a super * admin. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * NOT_FOUND: The topic resource doesn't exist. * INTERNAL: Any non- * user error related to a technical issue in the backend. Contact Cloud Channel * support. * UNKNOWN: Any non-user error related to a technical issue in the * backend. Contact Cloud Channel support. Return value: The topic name that * unregistered the service email address. Returns a success response if the * service email address wasn't registered with the topic. (accounts.unregister) * * @param string $account Required. Resource name of the account. * @param Google_Service_Cloudchannel_GoogleCloudChannelV1UnregisterSubscriberRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1UnregisterSubscriberResponse */ public function unregister($account, Google_Service_Cloudchannel_GoogleCloudChannelV1UnregisterSubscriberRequest $postBody, $optParams = array()) { $params = array('account' => $account, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unregister', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1UnregisterSubscriberResponse"); } } PK' Z>h[ \vendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsOffers.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $offers = $cloudchannelService->offers; * */ class Google_Service_Cloudchannel_Resource_AccountsOffers extends Google_Service_Resource { /** * Lists the Offers the reseller can sell. Possible error codes: * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * (offers.listAccountsOffers) * * @param string $parent Required. The resource name of the reseller account * from which to list Offers. Parent uses the format: accounts/{account_id}. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The expression to filter results by name * (name of the Offer), sku.name (name of the SKU), or sku.product.name (name of * the Product). Example 1: sku.product.name=products/p1 AND * sku.name!=products/p1/skus/s1 Example 2: name=accounts/a1/offers/o1 * @opt_param string languageCode Optional. The BCP-47 language code. For * example, "en-US". The response will localize in the corresponding language * code, if specified. The default value is "en-US". * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, returns at most 500 Offers. The * maximum value is 1000; the server will coerce values above 1000. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListOffersResponse */ public function listAccountsOffers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListOffersResponse"); } } PK' ZtooVvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Products.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $products = $cloudchannelService->products; * */ class Google_Service_Cloudchannel_Resource_Products extends Google_Service_Resource { /** * Lists the Products the reseller is authorized to sell. Possible error codes: * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * (products.listProducts) * * @param array $optParams Optional parameters. * * @opt_param string account Required. The resource name of the reseller * account. Format: accounts/{account_id}. * @opt_param string languageCode Optional. The BCP-47 language code. For * example, "en-US". The response will localize in the corresponding language * code, if specified. The default value is "en-US". * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, returns at most 100 Products. * The maximum value is 1000; the server will coerce values above 1000. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListProductsResponse */ public function listProducts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListProductsResponse"); } } PK' Z-UBB_vendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomers.phpnu[ * $cloudchannelService = new Google_Service_Cloudchannel(...); * $customers = $cloudchannelService->customers; * */ class Google_Service_Cloudchannel_Resource_AccountsCustomers extends Google_Service_Resource { /** * Creates a new Customer resource under the reseller or distributor account. * Possible error codes: * PERMISSION_DENIED: The reseller account making the * request is different from the reseller account in the API request. * * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * * Domain field value doesn't match the primary email domain. Return value: The * newly created Customer resource. (customers.create) * * @param string $parent Required. The resource name of reseller account in * which to create the customer. Parent uses the format: accounts/{account_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer */ public function create($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Customer"); } /** * Deletes the given Customer permanently and irreversibly. Possible error * codes: * PERMISSION_DENIED: The account making the request does not own this * customer. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * FAILED_PRECONDITION: The customer has existing entitlements. * * NOT_FOUND: No Customer resource found for the name in the request. * (customers.delete) * * @param string $name Required. The resource name of the customer to delete. * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Cloudchannel_GoogleProtobufEmpty"); } /** * Returns a requested Customer resource. Possible error codes: * * PERMISSION_DENIED: The reseller account making the request is different from * the reseller account in the API request. * INVALID_ARGUMENT: Required request * parameters are missing or invalid. * NOT_FOUND: The customer resource doesn't * exist. Usually the result of an invalid name parameter. Return value: The * Customer resource. (customers.get) * * @param string $name Required. The resource name of the customer to retrieve. * Name uses the format: accounts/{account_id}/customers/{customer_id} * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Customer"); } /** * List Customers. Possible error codes: * PERMISSION_DENIED: The reseller * account making the request is different from the reseller account in the API * request. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. Return value: List of Customers, or an empty list if there are no * customers. (customers.listAccountsCustomers) * * @param string $parent Required. The resource name of the reseller account to * list customers from. Parent uses the format: accounts/{account_id}. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of customers to return. * The service may return fewer than this value. If unspecified, returns at most * 10 customers. The maximum value is 50. * @opt_param string pageToken Optional. A token identifying a page of results * other than the first page. Obtained through * ListCustomersResponse.next_page_token of the previous * CloudChannelService.ListCustomers call. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListCustomersResponse */ public function listAccountsCustomers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListCustomersResponse"); } /** * Lists the following: * Offers that you can purchase for a customer. * Offers * that you can change for an entitlement. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * (customers.listPurchasableOffers) * * @param string $customer Required. The resource name of the customer to list * Offers for. Format: accounts/{account_id}/customers/{customer_id}. * @param array $optParams Optional parameters. * * @opt_param string changeOfferPurchase.entitlement Required. Resource name of * the entitlement. Format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @opt_param string changeOfferPurchase.newSku Optional. Resource name of the * new target SKU. Provide this SKU when upgrading or downgrading an * entitlement. Format: products/{product_id}/skus/{sku_id} * @opt_param string createEntitlementPurchase.sku Required. SKU that the result * should be restricted to. Format: products/{product_id}/skus/{sku_id}. * @opt_param string languageCode Optional. The BCP-47 language code. For * example, "en-US". The response will localize in the corresponding language * code, if specified. The default value is "en-US". * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, returns at most 100 Offers. The * maximum value is 1000; the server will coerce values above 1000. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListPurchasableOffersResponse */ public function listPurchasableOffers($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('listPurchasableOffers', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListPurchasableOffersResponse"); } /** * Lists the following: * SKUs that you can purchase for a customer * SKUs that * you can upgrade or downgrade for an entitlement. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * (customers.listPurchasableSkus) * * @param string $customer Required. The resource name of the customer to list * SKUs for. Format: accounts/{account_id}/customers/{customer_id}. * @param array $optParams Optional parameters. * * @opt_param string changeOfferPurchase.changeType Required. Change Type for * the entitlement. * @opt_param string changeOfferPurchase.entitlement Required. Resource name of * the entitlement. Format: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * @opt_param string createEntitlementPurchase.product Required. List SKUs * belonging to this Product. Format: products/{product_id}. Supports products/- * to retrieve SKUs for all products. * @opt_param string languageCode Optional. The BCP-47 language code. For * example, "en-US". The response will localize in the corresponding language * code, if specified. The default value is "en-US". * @opt_param int pageSize Optional. Requested page size. Server might return * fewer results than requested. If unspecified, returns at most 100 SKUs. The * maximum value is 1000; the server will coerce values above 1000. * @opt_param string pageToken Optional. A token for a page of results other * than the first page. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListPurchasableSkusResponse */ public function listPurchasableSkus($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('listPurchasableSkus', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListPurchasableSkusResponse"); } /** * Updates an existing Customer resource for the reseller or distributor. * Possible error codes: * PERMISSION_DENIED: The reseller account making the * request is different from the reseller account in the API request. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * * NOT_FOUND: No Customer resource found for the name in the request. Return * value: The updated Customer resource. (customers.patch) * * @param string $name Output only. Resource name of the customer. Format: * accounts/{account_id}/customers/{customer_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask that applies to the resource. * Optional. * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer */ public function patch($name, Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Customer"); } /** * Creates a Cloud Identity for the given customer using the customer's * information, or the information provided here. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * * NOT_FOUND: The customer was not found. * ALREADY_EXISTS: The customer's * primary email already exists. Retry after changing the customer's primary * contact email. * INTERNAL: Any non-user error related to a technical issue in * the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error * related to a technical issue in the backend. Contact Cloud Channel support. * Return value: The ID of a long-running operation. To get the results of the * operation, call the GetOperation method of CloudChannelOperationsService. The * Operation metadata contains an instance of OperationMetadata. * (customers.provisionCloudIdentity) * * @param string $customer Required. Resource name of the customer. Format: * accounts/{account_id}/customers/{customer_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ProvisionCloudIdentityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function provisionCloudIdentity($customer, Google_Service_Cloudchannel_GoogleCloudChannelV1ProvisionCloudIdentityRequest $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('provisionCloudIdentity', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Transfers customer entitlements to new reseller. Possible error codes: * * PERMISSION_DENIED: The customer doesn't belong to the reseller. * * INVALID_ARGUMENT: Required request parameters are missing or invalid. * * NOT_FOUND: The customer or offer resource was not found. * ALREADY_EXISTS: * The SKU was already transferred for the customer. * CONDITION_NOT_MET or * FAILED_PRECONDITION: * The SKU requires domain verification to transfer, but * the domain is not verified. * An Add-On SKU (example, Vault or Drive) is * missing the pre-requisite SKU (example, G Suite Basic). * (Developer accounts * only) Reseller and resold domain must meet the following naming requirements: * * Domain names must start with goog-test. * Domain names must include the * reseller domain. * Specify all transferring entitlements. * INTERNAL: Any * non-user error related to a technical issue in the backend. Contact Cloud * Channel support. * UNKNOWN: Any non-user error related to a technical issue * in the backend. Contact Cloud Channel support. Return value: The ID of a * long-running operation. To get the results of the operation, call the * GetOperation method of CloudChannelOperationsService. The Operation metadata * will contain an instance of OperationMetadata. * (customers.transferEntitlements) * * @param string $parent Required. The resource name of the reseller's customer * account that will receive transferred entitlements. Parent uses the format: * accounts/{account_id}/customers/{customer_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEntitlementsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function transferEntitlements($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEntitlementsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('transferEntitlements', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } /** * Transfers customer entitlements from their current reseller to Google. * Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the * reseller. * INVALID_ARGUMENT: Required request parameters are missing or * invalid. * NOT_FOUND: The customer or offer resource was not found. * * ALREADY_EXISTS: The SKU was already transferred for the customer. * * CONDITION_NOT_MET or FAILED_PRECONDITION: * The SKU requires domain * verification to transfer, but the domain is not verified. * An Add-On SKU * (example, Vault or Drive) is missing the pre-requisite SKU (example, G Suite * Basic). * (Developer accounts only) Reseller and resold domain must meet the * following naming requirements: * Domain names must start with goog-test. * * Domain names must include the reseller domain. * INTERNAL: Any non-user error * related to a technical issue in the backend. Contact Cloud Channel support. * * UNKNOWN: Any non-user error related to a technical issue in the backend. * Contact Cloud Channel support. Return value: The ID of a long-running * operation. To get the results of the operation, call the GetOperation method * of CloudChannelOperationsService. The response will contain * google.protobuf.Empty on success. The Operation metadata will contain an * instance of OperationMetadata. (customers.transferEntitlementsToGoogle) * * @param string $parent Required. The resource name of the reseller's customer * account where the entitlements transfer from. Parent uses the format: * accounts/{account_id}/customers/{customer_id} * @param Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEntitlementsToGoogleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudchannel_GoogleLongrunningOperation */ public function transferEntitlementsToGoogle($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEntitlementsToGoogleRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('transferEntitlementsToGoogle', array($params), "Google_Service_Cloudchannel_GoogleLongrunningOperation"); } } PK' Zv>U:  bvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PriceTier.phpnu[firstResource = $firstResource; } public function getFirstResource() { return $this->firstResource; } public function setLastResource($lastResource) { $this->lastResource = $lastResource; } public function getLastResource() { return $this->lastResource; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Price */ public function setPrice(Google_Service_Cloudchannel_GoogleCloudChannelV1Price $price) { $this->price = $price; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Price */ public function getPrice() { return $this->price; } } PK' Z]lvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Cloudchannel_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK' ZOOkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CommitmentSettings.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1RenewalSettings */ public function setRenewalSettings(Google_Service_Cloudchannel_GoogleCloudChannelV1RenewalSettings $renewalSettings) { $this->renewalSettings = $renewalSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1RenewalSettings */ public function getRenewalSettings() { return $this->renewalSettings; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK' ZSNC^vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Value.phpnu[doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setProtoValue($protoValue) { $this->protoValue = $protoValue; } public function getProtoValue() { return $this->protoValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK' ZIrrsvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ActivateEntitlementRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PurchasableOffer.phpnu[offer = $offer; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Offer */ public function getOffer() { return $this->offer; } } PK' Z2C C jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CloudIdentityInfo.phpnu[adminConsoleUri = $adminConsoleUri; } public function getAdminConsoleUri() { return $this->adminConsoleUri; } public function setAlternateEmail($alternateEmail) { $this->alternateEmail = $alternateEmail; } public function getAlternateEmail() { return $this->alternateEmail; } public function setCustomerType($customerType) { $this->customerType = $customerType; } public function getCustomerType() { return $this->customerType; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1EduData */ public function setEduData(Google_Service_Cloudchannel_GoogleCloudChannelV1EduData $eduData) { $this->eduData = $eduData; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1EduData */ public function getEduData() { return $this->eduData; } public function setIsDomainVerified($isDomainVerified) { $this->isDomainVerified = $isDomainVerified; } public function getIsDomainVerified() { return $this->isDomainVerified; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPrimaryDomain($primaryDomain) { $this->primaryDomain = $primaryDomain; } public function getPrimaryDomain() { return $this->primaryDomain; } } PK' Z[pevendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Period.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setPeriodType($periodType) { $this->periodType = $periodType; } public function getPeriodType() { return $this->periodType; } } PK' Z 9bvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Parameter.phpnu[editable = $editable; } public function getEditable() { return $this->editable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Value */ public function setValue(Google_Service_Cloudchannel_GoogleCloudChannelV1Value $value) { $this->value = $value; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Value */ public function getValue() { return $this->value; } } PK' Zrr^vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Media.phpnu[content = $content; } public function getContent() { return $this->content; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' ZPko>>ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListSkusResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Sku[] */ public function setSkus($skus) { $this->skus = $skus; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Sku[] */ public function getSkus() { return $this->skus; } } PK' Z,3XXkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListOffersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Offer[] */ public function setOffers($offers) { $this->offers = $offers; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Offer[] */ public function getOffers() { return $this->offers; } } PK' Z>ppqvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CancelEntitlementRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zfvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TrialSettings.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setTrial($trial) { $this->trial = $trial; } public function getTrial() { return $this->trial; } } PK' Zbvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1AdminUser.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK' Z 22avendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Customer.phpnu[alternateEmail = $alternateEmail; } public function getAlternateEmail() { return $this->alternateEmail; } public function setChannelPartnerId($channelPartnerId) { $this->channelPartnerId = $channelPartnerId; } public function getChannelPartnerId() { return $this->channelPartnerId; } public function setCloudIdentityId($cloudIdentityId) { $this->cloudIdentityId = $cloudIdentityId; } public function getCloudIdentityId() { return $this->cloudIdentityId; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityInfo */ public function setCloudIdentityInfo(Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityInfo $cloudIdentityInfo) { $this->cloudIdentityInfo = $cloudIdentityInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityInfo */ public function getCloudIdentityInfo() { return $this->cloudIdentityInfo; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrgDisplayName($orgDisplayName) { $this->orgDisplayName = $orgDisplayName; } public function getOrgDisplayName() { return $this->orgDisplayName; } /** * @param Google_Service_Cloudchannel_GoogleTypePostalAddress */ public function setOrgPostalAddress(Google_Service_Cloudchannel_GoogleTypePostalAddress $orgPostalAddress) { $this->orgPostalAddress = $orgPostalAddress; } /** * @return Google_Service_Cloudchannel_GoogleTypePostalAddress */ public function getOrgPostalAddress() { return $this->orgPostalAddress; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1ContactInfo */ public function setPrimaryContactInfo(Google_Service_Cloudchannel_GoogleCloudChannelV1ContactInfo $primaryContactInfo) { $this->primaryContactInfo = $primaryContactInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ContactInfo */ public function getPrimaryContactInfo() { return $this->primaryContactInfo; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Zl,cvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PricePhase.phpnu[firstPeriod = $firstPeriod; } public function getFirstPeriod() { return $this->firstPeriod; } public function setLastPeriod($lastPeriod) { $this->lastPeriod = $lastPeriod; } public function getLastPeriod() { return $this->lastPeriod; } public function setPeriodType($periodType) { $this->periodType = $periodType; } public function getPeriodType() { return $this->periodType; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Price */ public function setPrice(Google_Service_Cloudchannel_GoogleCloudChannelV1Price $price) { $this->price = $price; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Price */ public function getPrice() { return $this->price; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1PriceTier[] */ public function setPriceTiers($priceTiers) { $this->priceTiers = $priceTiers; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1PriceTier[] */ public function getPriceTiers() { return $this->priceTiers; } } PK' Z0d,c_vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Period.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setPeriodType($periodType) { $this->periodType = $periodType; } public function getPeriodType() { return $this->periodType; } } PK' Zzgggvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PurchasableSku.phpnu[sku = $sku; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Sku */ public function getSku() { return $this->sku; } } PK' Z.;tvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListPurchasableSkusResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1PurchasableSku[] */ public function setPurchasableSkus($purchasableSkus) { $this->purchasableSkus = $purchasableSkus; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1PurchasableSku[] */ public function getPurchasableSkus() { return $this->purchasableSkus; } } PK' Z4{slvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleLongrunningCancelOperationRequest.phpnu[marketingInfo = $marketingInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1MarketingInfo */ public function getMarketingInfo() { return $this->marketingInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z(!((lvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEligibility.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setIneligibilityReason($ineligibilityReason) { $this->ineligibilityReason = $ineligibilityReason; } public function getIneligibilityReason() { return $this->ineligibilityReason; } public function setIsEligible($isEligible) { $this->isEligible = $isEligible; } public function getIsEligible() { return $this->isEligible; } } PK' Zɖtvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1UnregisterSubscriberRequest.phpnu[serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } } PK' Z_^vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Price.phpnu[basePrice = $basePrice; } /** * @return Google_Service_Cloudchannel_GoogleTypeMoney */ public function getBasePrice() { return $this->basePrice; } public function setDiscount($discount) { $this->discount = $discount; } public function getDiscount() { return $this->discount; } /** * @param Google_Service_Cloudchannel_GoogleTypeMoney */ public function setEffectivePrice(Google_Service_Cloudchannel_GoogleTypeMoney $effectivePrice) { $this->effectivePrice = $effectivePrice; } /** * @return Google_Service_Cloudchannel_GoogleTypeMoney */ public function getEffectivePrice() { return $this->effectivePrice; } public function setExternalPriceUri($externalPriceUri) { $this->externalPriceUri = $externalPriceUri; } public function getExternalPriceUri() { return $this->externalPriceUri; } } PK' Z~xvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1UpdateChannelPartnerLinkRequest.phpnu[channelPartnerLink = $channelPartnerLink; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ChannelPartnerLink */ public function getChannelPartnerLink() { return $this->channelPartnerLink; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK' Z"]mjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableOffer.phpnu[offer = $offer; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Offer */ public function getOffer() { return $this->offer; } } PK' Z2Vrrmvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListProductsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Product[] */ public function getProducts() { return $this->products; } } PK' Zhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableSku.phpnu[sku = $sku; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Sku */ public function getSku() { return $this->sku; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEligibility */ public function setTransferEligibility(Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEligibility $transferEligibility) { $this->transferEligibility = $transferEligibility; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEligibility */ public function getTransferEligibility() { return $this->transferEligibility; } } PK' ZG[''ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1EntitlementEvent.phpnu[entitlement = $entitlement; } public function getEntitlement() { return $this->entitlement; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK' Z]Glvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1TrialSettings.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setTrial($trial) { $this->trial = $trial; } public function getTrial() { return $this->trial; } } PK' ZGXUXXuvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1UnregisterSubscriberResponse.phpnu[topic = $topic; } public function getTopic() { return $this->topic; } } PK' Zy{uvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CloudIdentityCustomerAccount.phpnu[customerCloudIdentityId = $customerCloudIdentityId; } public function getCustomerCloudIdentityId() { return $this->customerCloudIdentityId; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setExisting($existing) { $this->existing = $existing; } public function getExisting() { return $this->existing; } public function setOwned($owned) { $this->owned = $owned; } public function getOwned() { return $this->owned; } } PK' Z(晋pvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1OperationMetadata.phpnu[operationType = $operationType; } public function getOperationType() { return $this->operationType; } } PK' ZSStkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChangeOfferRequest.phpnu[offer = $offer; } public function getOffer() { return $this->offer; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Parameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Parameter[] */ public function getParameters() { return $this->parameters; } public function setPurchaseOrderId($purchaseOrderId) { $this->purchaseOrderId = $purchaseOrderId; } public function getPurchaseOrderId() { return $this->purchaseOrderId; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zoopvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1StartPaidServiceRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zse%qvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1ProvisionedService.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } public function setProvisioningId($provisioningId) { $this->provisioningId = $provisioningId; } public function getProvisioningId() { return $this->provisioningId; } public function setSkuId($skuId) { $this->skuId = $skuId; } public function getSkuId() { return $this->skuId; } } PK' Z4a|vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEntitlementsToGoogleRequest.phpnu[entitlements = $entitlements; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement[] */ public function getEntitlements() { return $this->entitlements; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zqvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CreateEntitlementRequest.phpnu[entitlement = $entitlement; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Entitlement */ public function getEntitlement() { return $this->entitlement; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zlvvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ProvisionCloudIdentityRequest.phpnu[cloudIdentityInfo = $cloudIdentityInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityInfo */ public function getCloudIdentityInfo() { return $this->cloudIdentityInfo; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1AdminUser */ public function setUser(Google_Service_Cloudchannel_GoogleCloudChannelV1AdminUser $user) { $this->user = $user; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1AdminUser */ public function getUser() { return $this->user; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK' Z( ٤Tvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleRpcStatus.phpnu[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; } } PK' Z-$uvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableSkusResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1TransferableSku[] */ public function setTransferableSkus($transferableSkus) { $this->transferableSkus = $transferableSkus; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1TransferableSku[] */ public function getTransferableSkus() { return $this->transferableSkus; } } PK' Z;7ddnvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1SubscriberEvent.phpnu[customerEvent = $customerEvent; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1CustomerEvent */ public function getCustomerEvent() { return $this->customerEvent; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1EntitlementEvent */ public function setEntitlementEvent(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1EntitlementEvent $entitlementEvent) { $this->entitlementEvent = $entitlementEvent; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1EntitlementEvent */ public function getEntitlementEvent() { return $this->entitlementEvent; } } PK' Z]A  ]vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Plan.phpnu[billingAccount = $billingAccount; } public function getBillingAccount() { return $this->billingAccount; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Period */ public function setPaymentCycle(Google_Service_Cloudchannel_GoogleCloudChannelV1Period $paymentCycle) { $this->paymentCycle = $paymentCycle; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Period */ public function getPaymentCycle() { return $this->paymentCycle; } public function setPaymentPlan($paymentPlan) { $this->paymentPlan = $paymentPlan; } public function getPaymentPlan() { return $this->paymentPlan; } public function setPaymentType($paymentType) { $this->paymentType = $paymentType; } public function getPaymentType() { return $this->paymentType; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Period */ public function setTrialPeriod(Google_Service_Cloudchannel_GoogleCloudChannelV1Period $trialPeriod) { $this->trialPeriod = $trialPeriod; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Period */ public function getTrialPeriod() { return $this->trialPeriod; } } PK' ZKjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1OperationMetadata.phpnu[operationType = $operationType; } public function getOperationType() { return $this->operationType; } } PK' Z  \vendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleTypePostalAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK' ZX7--ovendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1EntitlementEvent.phpnu[entitlement = $entitlement; } public function getEntitlement() { return $this->entitlement; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK' ZSiivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } } PK' ZB2lvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1CustomerEvent.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK' ZX |Ajvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Entitlement.phpnu[assignedUnits = $assignedUnits; } public function getAssignedUnits() { return $this->assignedUnits; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1AssociationInfo */ public function setAssociationInfo(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1AssociationInfo $associationInfo) { $this->associationInfo = $associationInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1AssociationInfo */ public function getAssociationInfo() { return $this->associationInfo; } public function setChannelPartnerId($channelPartnerId) { $this->channelPartnerId = $channelPartnerId; } public function getChannelPartnerId() { return $this->channelPartnerId; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1CommitmentSettings */ public function setCommitmentSettings(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1CommitmentSettings $commitmentSettings) { $this->commitmentSettings = $commitmentSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1CommitmentSettings */ public function getCommitmentSettings() { return $this->commitmentSettings; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setMaxUnits($maxUnits) { $this->maxUnits = $maxUnits; } public function getMaxUnits() { return $this->maxUnits; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumUnits($numUnits) { $this->numUnits = $numUnits; } public function getNumUnits() { return $this->numUnits; } public function setOffer($offer) { $this->offer = $offer; } public function getOffer() { return $this->offer; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Parameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Parameter[] */ public function getParameters() { return $this->parameters; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1ProvisionedService */ public function setProvisionedService(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1ProvisionedService $provisionedService) { $this->provisionedService = $provisionedService; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1ProvisionedService */ public function getProvisionedService() { return $this->provisionedService; } public function setProvisioningState($provisioningState) { $this->provisioningState = $provisioningState; } public function getProvisioningState() { return $this->provisioningState; } public function setPurchaseOrderId($purchaseOrderId) { $this->purchaseOrderId = $purchaseOrderId; } public function getPurchaseOrderId() { return $this->purchaseOrderId; } public function setSuspensionReasons($suspensionReasons) { $this->suspensionReasons = $suspensionReasons; } public function getSuspensionReasons() { return $this->suspensionReasons; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1TrialSettings */ public function setTrialSettings(Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1TrialSettings $trialSettings) { $this->trialSettings = $trialSettings; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1TrialSettings */ public function getTrialSettings() { return $this->trialSettings; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Zbt..hvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1SubscriberEvent.phpnu[customerEvent = $customerEvent; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CustomerEvent */ public function getCustomerEvent() { return $this->customerEvent; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1EntitlementEvent */ public function setEntitlementEvent(Google_Service_Cloudchannel_GoogleCloudChannelV1EntitlementEvent $entitlementEvent) { $this->entitlementEvent = $entitlementEvent; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1EntitlementEvent */ public function getEntitlementEvent() { return $this->entitlementEvent; } } PK' ZQ kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChannelPartnerLink.phpnu[channelPartnerCloudIdentityInfo = $channelPartnerCloudIdentityInfo; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityInfo */ public function getChannelPartnerCloudIdentityInfo() { return $this->channelPartnerCloudIdentityInfo; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setInviteLinkUri($inviteLinkUri) { $this->inviteLinkUri = $inviteLinkUri; } public function getInviteLinkUri() { return $this->inviteLinkUri; } public function setLinkState($linkState) { $this->linkState = $linkState; } public function getLinkState() { return $this->linkState; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPublicId($publicId) { $this->publicId = $publicId; } public function getPublicId() { return $this->publicId; } public function setResellerCloudIdentityId($resellerCloudIdentityId) { $this->resellerCloudIdentityId = $resellerCloudIdentityId; } public function getResellerCloudIdentityId() { return $this->resellerCloudIdentityId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z{$u11pvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListSubscribersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setServiceAccounts($serviceAccounts) { $this->serviceAccounts = $serviceAccounts; } public function getServiceAccounts() { return $this->serviceAccounts; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK' Z4lvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CustomerConstraints.phpnu[allowedCustomerTypes = $allowedCustomerTypes; } public function getAllowedCustomerTypes() { return $this->allowedCustomerTypes; } public function setAllowedRegions($allowedRegions) { $this->allowedRegions = $allowedRegions; } public function getAllowedRegions() { return $this->allowedRegions; } public function setPromotionalOrderTypes($promotionalOrderTypes) { $this->promotionalOrderTypes = $promotionalOrderTypes; } public function getPromotionalOrderTypes() { return $this->promotionalOrderTypes; } } PK' ZOy##hvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1RenewalSettings.phpnu[enableRenewal = $enableRenewal; } public function getEnableRenewal() { return $this->enableRenewal; } /** * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Period */ public function setPaymentCycle(Google_Service_Cloudchannel_GoogleCloudChannelV1Period $paymentCycle) { $this->paymentCycle = $paymentCycle; } /** * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Period */ public function getPaymentCycle() { return $this->paymentCycle; } public function setPaymentPlan($paymentPlan) { $this->paymentPlan = $paymentPlan; } public function getPaymentPlan() { return $this->paymentPlan; } public function setResizeUnitCount($resizeUnitCount) { $this->resizeUnitCount = $resizeUnitCount; } public function getResizeUnitCount() { return $this->resizeUnitCount; } } PK' ZA55tvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableSkusRequest.phpnu[authToken = $authToken; } public function getAuthToken() { return $this->authToken; } public function setCloudIdentityId($cloudIdentityId) { $this->cloudIdentityId = $cloudIdentityId; } public function getCloudIdentityId() { return $this->cloudIdentityId; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } 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; } } PK' ZOO_vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ResolveServiceResponse.phpnu[service = $service; } /** * @return Google_Service_ServiceDirectory_Service */ public function getService() { return $this->service; } } PK' Z7 x^vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ServicedirectoryEmpty.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z [y@@\vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_ServiceDirectory_Policy */ public function getPolicy() { return $this->policy; } } PK' Z{sOvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_ServiceDirectory_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK' Z{gPvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Service.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_ServiceDirectory_Endpoint[] */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceDirectory_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z0$pp\vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_ServiceDirectory_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK' Z(T?cvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK' Zك cvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocations.phpnu[ * $servicedirectoryService = new Google_Service_ServiceDirectory(...); * $locations = $servicedirectoryService->locations; * */ class Google_Service_ServiceDirectory_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceDirectory_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_ServiceDirectory_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceDirectory_ListLocationsResponse"); } } PK' Z-ҵ%%uvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocationsNamespacesServices.phpnu[ * $servicedirectoryService = new Google_Service_ServiceDirectory(...); * $services = $servicedirectoryService->services; * */ class Google_Service_ServiceDirectory_Resource_ProjectsLocationsNamespacesServices extends Google_Service_Resource { /** * Creates a service, and returns the new service. (services.create) * * @param string $parent Required. The resource name of the namespace this * service will belong to. * @param Google_Service_ServiceDirectory_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string serviceId Required. The Resource ID must be 1-63 characters * long, and comply with RFC1035. Specifically, the name must be 1-63 characters * long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` * which means the first character must be a lowercase letter, and all following * characters must be a dash, lowercase letter, or digit, except the last * character, which cannot be a dash. * @return Google_Service_ServiceDirectory_Service */ public function create($parent, Google_Service_ServiceDirectory_Service $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceDirectory_Service"); } /** * Deletes a service. This also deletes all endpoints associated with the * service. (services.delete) * * @param string $name Required. The name of the service to delete. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_ServicedirectoryEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceDirectory_ServicedirectoryEmpty"); } /** * Gets a service. (services.get) * * @param string $name Required. The name of the service to get. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Service */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceDirectory_Service"); } /** * Gets the IAM Policy for a resource (namespace or service only). * (services.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceDirectory_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Policy */ public function getIamPolicy($resource, Google_Service_ServiceDirectory_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ServiceDirectory_Policy"); } /** * Lists all services belonging to a namespace. * (services.listProjectsLocationsNamespacesServices) * * @param string $parent Required. The resource name of the namespace whose * services you'd like to list. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to list results by. General * `filter` string syntax: ` ()` * `` can be `name` or `annotations.` for map * field * `` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:` means * `HAS`, and is roughly the same as `=` * `` must be the same data type as * field * `` can be `AND`, `OR`, `NOT` Examples of valid filters: * * `annotations.owner` returns services that have a annotation with the key * `owner`, this is the same as `annotations:owner` * * `annotations.protocol=gRPC` returns services that have key/value * `protocol=gRPC` * `name>projects/my-project/locations/us-east1/namespaces/my- * namespace/services/service-c` returns services that have name that is * alphabetically later than the string, so "service-e" is returned but * "service-a" is not * `annotations.owner!=sd AND annotations.foo=bar` returns * services that have `owner` in annotation key but value is not `sd` AND have * key/value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that * service doesn't have a field called "doesnotexist". Since the filter does not * match any services, it returns no results For more information about * filtering, see [API Filtering](https://aip.dev/160). * @opt_param string orderBy Optional. The order to list results by. General * `order_by` string syntax: ` () (,)` * `` allows value: `name` * `` ascending * or descending order by ``. If this is left blank, `asc` is used Note that an * empty `order_by` string results in default order, which is order by `name` in * ascending order. * @opt_param int pageSize Optional. The maximum number of items to return. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous List request, if any. * @return Google_Service_ServiceDirectory_ListServicesResponse */ public function listProjectsLocationsNamespacesServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceDirectory_ListServicesResponse"); } /** * Updates a service. (services.patch) * * @param string $name Immutable. The resource name for the service in the * format `projects/locations/namespaces/services`. * @param Google_Service_ServiceDirectory_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_ServiceDirectory_Service */ public function patch($name, Google_Service_ServiceDirectory_Service $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ServiceDirectory_Service"); } /** * Returns a service and its associated endpoints. Resolving a service is not * considered an active developer method. (services.resolve) * * @param string $name Required. The name of the service to resolve. * @param Google_Service_ServiceDirectory_ResolveServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_ResolveServiceResponse */ public function resolve($name, Google_Service_ServiceDirectory_ResolveServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resolve', array($params), "Google_Service_ServiceDirectory_ResolveServiceResponse"); } /** * Sets the IAM Policy for a resource (namespace or service only). * (services.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceDirectory_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Policy */ public function setIamPolicy($resource, Google_Service_ServiceDirectory_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ServiceDirectory_Policy"); } /** * Tests IAM permissions for a resource (namespace or service only). * (services.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_ServiceDirectory_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ServiceDirectory_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ServiceDirectory_TestIamPermissionsResponse"); } } PK' Z(<#<#mvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocationsNamespaces.phpnu[ * $servicedirectoryService = new Google_Service_ServiceDirectory(...); * $namespaces = $servicedirectoryService->namespaces; * */ class Google_Service_ServiceDirectory_Resource_ProjectsLocationsNamespaces extends Google_Service_Resource { /** * Creates a namespace, and returns the new namespace. (namespaces.create) * * @param string $parent Required. The resource name of the project and location * the namespace will be created in. * @param Google_Service_ServiceDirectory_ServicedirectoryNamespace $postBody * @param array $optParams Optional parameters. * * @opt_param string namespaceId Required. The Resource ID must be 1-63 * characters long, and comply with RFC1035. Specifically, the name must be 1-63 * characters long and match the regular expression * `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first character must be a * lowercase letter, and all following characters must be a dash, lowercase * letter, or digit, except the last character, which cannot be a dash. * @return Google_Service_ServiceDirectory_ServicedirectoryNamespace */ public function create($parent, Google_Service_ServiceDirectory_ServicedirectoryNamespace $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceDirectory_ServicedirectoryNamespace"); } /** * Deletes a namespace. This also deletes all services and endpoints in the * namespace. (namespaces.delete) * * @param string $name Required. The name of the namespace to delete. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_ServicedirectoryEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceDirectory_ServicedirectoryEmpty"); } /** * Gets a namespace. (namespaces.get) * * @param string $name Required. The name of the namespace to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_ServicedirectoryNamespace */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceDirectory_ServicedirectoryNamespace"); } /** * Gets the IAM Policy for a resource (namespace or service only). * (namespaces.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_ServiceDirectory_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Policy */ public function getIamPolicy($resource, Google_Service_ServiceDirectory_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ServiceDirectory_Policy"); } /** * Lists all namespaces. (namespaces.listProjectsLocationsNamespaces) * * @param string $parent Required. The resource name of the project and location * whose namespaces you'd like to list. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to list results by. General * `filter` string syntax: ` ()` * `` can be `name` or `labels.` for map field * * `` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:` means `HAS`, and * is roughly the same as `=` * `` must be the same data type as field * `` can * be `AND`, `OR`, `NOT` Examples of valid filters: * `labels.owner` returns * namespaces that have a label with the key `owner`, this is the same as * `labels:owner` * `labels.owner=sd` returns namespaces that have key/value * `owner=sd` * `name>projects/my-project/locations/us- * east1/namespaces/namespace-c` returns namespaces that have name that is * alphabetically later than the string, so "namespace-e" is returned but * "namespace-a" is not * `labels.owner!=sd AND labels.foo=bar` returns * namespaces that have `owner` in label key but value is not `sd` AND have * key/value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that * namespace doesn't have a field called "doesnotexist". Since the filter does * not match any namespaces, it returns no results For more information about * filtering, see [API Filtering](https://aip.dev/160). * @opt_param string orderBy Optional. The order to list results by. General * `order_by` string syntax: ` () (,)` * `` allows value: `name` * `` ascending * or descending order by ``. If this is left blank, `asc` is used Note that an * empty `order_by` string results in default order, which is order by `name` in * ascending order. * @opt_param int pageSize Optional. The maximum number of items to return. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous List request, if any. * @return Google_Service_ServiceDirectory_ListNamespacesResponse */ public function listProjectsLocationsNamespaces($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceDirectory_ListNamespacesResponse"); } /** * Updates a namespace. (namespaces.patch) * * @param string $name Immutable. The resource name for the namespace in the * format `projects/locations/namespaces`. * @param Google_Service_ServiceDirectory_ServicedirectoryNamespace $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_ServiceDirectory_ServicedirectoryNamespace */ public function patch($name, Google_Service_ServiceDirectory_ServicedirectoryNamespace $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ServiceDirectory_ServicedirectoryNamespace"); } /** * Sets the IAM Policy for a resource (namespace or service only). * (namespaces.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_ServiceDirectory_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Policy */ public function setIamPolicy($resource, Google_Service_ServiceDirectory_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ServiceDirectory_Policy"); } /** * Tests IAM permissions for a resource (namespace or service only). * (namespaces.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_ServiceDirectory_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ServiceDirectory_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ServiceDirectory_TestIamPermissionsResponse"); } } PK' Z|g~vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocationsNamespacesServicesEndpoints.phpnu[ * $servicedirectoryService = new Google_Service_ServiceDirectory(...); * $endpoints = $servicedirectoryService->endpoints; * */ class Google_Service_ServiceDirectory_Resource_ProjectsLocationsNamespacesServicesEndpoints extends Google_Service_Resource { /** * Creates an endpoint, and returns the new endpoint. (endpoints.create) * * @param string $parent Required. The resource name of the service that this * endpoint provides. * @param Google_Service_ServiceDirectory_Endpoint $postBody * @param array $optParams Optional parameters. * * @opt_param string endpointId Required. The Resource ID must be 1-63 * characters long, and comply with RFC1035. Specifically, the name must be 1-63 * characters long and match the regular expression * `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first character must be a * lowercase letter, and all following characters must be a dash, lowercase * letter, or digit, except the last character, which cannot be a dash. * @return Google_Service_ServiceDirectory_Endpoint */ public function create($parent, Google_Service_ServiceDirectory_Endpoint $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceDirectory_Endpoint"); } /** * Deletes an endpoint. (endpoints.delete) * * @param string $name Required. The name of the endpoint to delete. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_ServicedirectoryEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceDirectory_ServicedirectoryEmpty"); } /** * Gets an endpoint. (endpoints.get) * * @param string $name Required. The name of the endpoint to get. * @param array $optParams Optional parameters. * @return Google_Service_ServiceDirectory_Endpoint */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceDirectory_Endpoint"); } /** * Lists all endpoints. * (endpoints.listProjectsLocationsNamespacesServicesEndpoints) * * @param string $parent Required. The resource name of the service whose * endpoints you'd like to list. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to list results by. General * `filter` string syntax: ` ()` * `` can be `name`, `address`, `port`, or * `annotations.` for map field * `` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, * `:`. Of which `:` means `HAS`, and is roughly the same as `=` * `` must be * the same data type as field * `` can be `AND`, `OR`, `NOT` Examples of valid * filters: * `annotations.owner` returns endpoints that have a annotation with * the key `owner`, this is the same as `annotations:owner` * * `annotations.protocol=gRPC` returns endpoints that have key/value * `protocol=gRPC` * `address=192.108.1.105` returns endpoints that have this * address * `port>8080` returns endpoints that have port number larger than * 8080 * `name>projects/my-project/locations/us-east1/namespaces/my- * namespace/services/my-service/endpoints/endpoint-c` returns endpoints that * have name that is alphabetically later than the string, so "endpoint-e" is * returned but "endpoint-a" is not * `annotations.owner!=sd AND * annotations.foo=bar` returns endpoints that have `owner` in annotation key * but value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar` * returns an empty list. Note that endpoint doesn't have a field called * "doesnotexist". Since the filter does not match any endpoints, it returns no * results For more information about filtering, see [API * Filtering](https://aip.dev/160). * @opt_param string orderBy Optional. The order to list results by. General * `order_by` string syntax: ` () (,)` * `` allows values: `name`, `address`, * `port` * `` ascending or descending order by ``. If this is left blank, `asc` * is used Note that an empty `order_by` string results in default order, which * is order by `name` in ascending order. * @opt_param int pageSize Optional. The maximum number of items to return. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous List request, if any. * @return Google_Service_ServiceDirectory_ListEndpointsResponse */ public function listProjectsLocationsNamespacesServicesEndpoints($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceDirectory_ListEndpointsResponse"); } /** * Updates an endpoint. (endpoints.patch) * * @param string $name Immutable. The resource name for the endpoint in the * format `projects/locations/namespaces/services/endpoints`. * @param Google_Service_ServiceDirectory_Endpoint $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_ServiceDirectory_Endpoint */ public function patch($name, Google_Service_ServiceDirectory_Endpoint $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ServiceDirectory_Endpoint"); } } PK' ZZݎZvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/Projects.phpnu[ * $servicedirectoryService = new Google_Service_ServiceDirectory(...); * $projects = $servicedirectoryService->projects; * */ class Google_Service_ServiceDirectory_Resource_Projects extends Google_Service_Resource { } PK' Z7bPvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Binding.phpnu[condition = $condition; } /** * @return Google_Service_ServiceDirectory_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK' Z[8/??^vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_ServiceDirectory_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z??^vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ListEndpointsResponse.phpnu[endpoints = $endpoints; } /** * @return Google_Service_ServiceDirectory_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z?K-bvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK' Z:yQvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Endpoint.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setAnnotations($annotations) { $this->annotations = $annotations; } public function getAnnotations() { return $this->annotations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK' ZƧ22]vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceDirectory_Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ServiceDirectory_Service[] */ public function getServices() { return $this->services; } } PK' ZgQvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Zk.Yvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK' Z||_vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ListNamespacesResponse.phpnu[namespaces = $namespaces; } /** * @return Google_Service_ServiceDirectory_ServicedirectoryNamespace[] */ public function getNamespaces() { return $this->namespaces; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZfQoFF^vendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ResolveServiceRequest.phpnu[endpointFilter = $endpointFilter; } public function getEndpointFilter() { return $this->endpointFilter; } public function setMaxEndpoints($maxEndpoints) { $this->maxEndpoints = $maxEndpoints; } public function getMaxEndpoints() { return $this->maxEndpoints; } } PK' Z]iQQMvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' ZaaXvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/ConfigSettings.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } public function setEmulatedFormFactor($emulatedFormFactor) { $this->emulatedFormFactor = $emulatedFormFactor; } public function getEmulatedFormFactor() { return $this->emulatedFormFactor; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setOnlyCategories($onlyCategories) { $this->onlyCategories = $onlyCategories; } public function getOnlyCategories() { return $this->onlyCategories; } } PK' Z?XPPivendor/google/apiclient-services/src/Google/Service/PagespeedInsights/PagespeedApiPagespeedResponseV5.phpnu[analysisUTCTimestamp = $analysisUTCTimestamp; } public function getAnalysisUTCTimestamp() { return $this->analysisUTCTimestamp; } public function setCaptchaResult($captchaResult) { $this->captchaResult = $captchaResult; } public function getCaptchaResult() { return $this->captchaResult; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_PagespeedInsights_LighthouseResultV5 */ public function setLighthouseResult(Google_Service_PagespeedInsights_LighthouseResultV5 $lighthouseResult) { $this->lighthouseResult = $lighthouseResult; } /** * @return Google_Service_PagespeedInsights_LighthouseResultV5 */ public function getLighthouseResult() { return $this->lighthouseResult; } /** * @param Google_Service_PagespeedInsights_PagespeedApiLoadingExperienceV5 */ public function setLoadingExperience(Google_Service_PagespeedInsights_PagespeedApiLoadingExperienceV5 $loadingExperience) { $this->loadingExperience = $loadingExperience; } /** * @return Google_Service_PagespeedInsights_PagespeedApiLoadingExperienceV5 */ public function getLoadingExperience() { return $this->loadingExperience; } /** * @param Google_Service_PagespeedInsights_PagespeedApiLoadingExperienceV5 */ public function setOriginLoadingExperience(Google_Service_PagespeedInsights_PagespeedApiLoadingExperienceV5 $originLoadingExperience) { $this->originLoadingExperience = $originLoadingExperience; } /** * @return Google_Service_PagespeedInsights_PagespeedApiLoadingExperienceV5 */ public function getOriginLoadingExperience() { return $this->originLoadingExperience; } /** * @param Google_Service_PagespeedInsights_PagespeedVersion */ public function setVersion(Google_Service_PagespeedInsights_PagespeedVersion $version) { $this->version = $version; } /** * @return Google_Service_PagespeedInsights_PagespeedVersion */ public function getVersion() { return $this->version; } } PK' Z]N/Vvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/RuntimeError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK' Z^vendor/google/apiclient-services/src/Google/Service/PagespeedInsights/UserPageLoadMetricV5.phpnu[category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_PagespeedInsights_Bucket[] */ public function setDistributions($distributions) { $this->distributions = $distributions; } /** * @return Google_Service_PagespeedInsights_Bucket[] */ public function getDistributions() { return $this->distributions; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setMedian($median) { $this->median = $median; } public function getMedian() { return $this->median; } public function setMetricId($metricId) { $this->metricId = $metricId; } public function getMetricId() { return $this->metricId; } public function setPercentile($percentile) { $this->percentile = $percentile; } public function getPercentile() { return $this->percentile; } } PK' Z ddPvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/Bucket.phpnu[max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } public function setProportion($proportion) { $this->proportion = $proportion; } public function getProportion() { return $this->proportion; } } PK' ZcDj33Pvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/Timing.phpnu[total = $total; } public function getTotal() { return $this->total; } } PK' Z-\vendor/google/apiclient-services/src/Google/Service/PagespeedInsights/LighthouseResultV5.phpnu[audits = $audits; } /** * @return Google_Service_PagespeedInsights_LighthouseAuditResultV5[] */ public function getAudits() { return $this->audits; } /** * @param Google_Service_PagespeedInsights_Categories */ public function setCategories(Google_Service_PagespeedInsights_Categories $categories) { $this->categories = $categories; } /** * @return Google_Service_PagespeedInsights_Categories */ public function getCategories() { return $this->categories; } /** * @param Google_Service_PagespeedInsights_CategoryGroupV5[] */ public function setCategoryGroups($categoryGroups) { $this->categoryGroups = $categoryGroups; } /** * @return Google_Service_PagespeedInsights_CategoryGroupV5[] */ public function getCategoryGroups() { return $this->categoryGroups; } /** * @param Google_Service_PagespeedInsights_ConfigSettings */ public function setConfigSettings(Google_Service_PagespeedInsights_ConfigSettings $configSettings) { $this->configSettings = $configSettings; } /** * @return Google_Service_PagespeedInsights_ConfigSettings */ public function getConfigSettings() { return $this->configSettings; } /** * @param Google_Service_PagespeedInsights_Environment */ public function setEnvironment(Google_Service_PagespeedInsights_Environment $environment) { $this->environment = $environment; } /** * @return Google_Service_PagespeedInsights_Environment */ public function getEnvironment() { return $this->environment; } public function setFetchTime($fetchTime) { $this->fetchTime = $fetchTime; } public function getFetchTime() { return $this->fetchTime; } public function setFinalUrl($finalUrl) { $this->finalUrl = $finalUrl; } public function getFinalUrl() { return $this->finalUrl; } /** * @param Google_Service_PagespeedInsights_I18n */ public function setI18n(Google_Service_PagespeedInsights_I18n $i18n) { $this->i18n = $i18n; } /** * @return Google_Service_PagespeedInsights_I18n */ public function getI18n() { return $this->i18n; } public function setLighthouseVersion($lighthouseVersion) { $this->lighthouseVersion = $lighthouseVersion; } public function getLighthouseVersion() { return $this->lighthouseVersion; } public function setRequestedUrl($requestedUrl) { $this->requestedUrl = $requestedUrl; } public function getRequestedUrl() { return $this->requestedUrl; } public function setRunWarnings($runWarnings) { $this->runWarnings = $runWarnings; } public function getRunWarnings() { return $this->runWarnings; } /** * @param Google_Service_PagespeedInsights_RuntimeError */ public function setRuntimeError(Google_Service_PagespeedInsights_RuntimeError $runtimeError) { $this->runtimeError = $runtimeError; } /** * @return Google_Service_PagespeedInsights_RuntimeError */ public function getRuntimeError() { return $this->runtimeError; } /** * @param Google_Service_PagespeedInsights_StackPack[] */ public function setStackPacks($stackPacks) { $this->stackPacks = $stackPacks; } /** * @return Google_Service_PagespeedInsights_StackPack[] */ public function getStackPacks() { return $this->stackPacks; } /** * @param Google_Service_PagespeedInsights_Timing */ public function setTiming(Google_Service_PagespeedInsights_Timing $timing) { $this->timing = $timing; } /** * @return Google_Service_PagespeedInsights_Timing */ public function getTiming() { return $this->timing; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK' ZThNvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/I18n.phpnu[rendererFormattedStrings = $rendererFormattedStrings; } /** * @return Google_Service_PagespeedInsights_RendererFormattedStrings */ public function getRendererFormattedStrings() { return $this->rendererFormattedStrings; } } PK' Z- Tvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/Categories.phpnu[ "best-practices", ); protected $accessibilityType = 'Google_Service_PagespeedInsights_LighthouseCategoryV5'; protected $accessibilityDataType = ''; protected $bestPracticesType = 'Google_Service_PagespeedInsights_LighthouseCategoryV5'; protected $bestPracticesDataType = ''; protected $performanceType = 'Google_Service_PagespeedInsights_LighthouseCategoryV5'; protected $performanceDataType = ''; protected $pwaType = 'Google_Service_PagespeedInsights_LighthouseCategoryV5'; protected $pwaDataType = ''; protected $seoType = 'Google_Service_PagespeedInsights_LighthouseCategoryV5'; protected $seoDataType = ''; /** * @param Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function setAccessibility(Google_Service_PagespeedInsights_LighthouseCategoryV5 $accessibility) { $this->accessibility = $accessibility; } /** * @return Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function getAccessibility() { return $this->accessibility; } /** * @param Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function setBestPractices(Google_Service_PagespeedInsights_LighthouseCategoryV5 $bestPractices) { $this->bestPractices = $bestPractices; } /** * @return Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function getBestPractices() { return $this->bestPractices; } /** * @param Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function setPerformance(Google_Service_PagespeedInsights_LighthouseCategoryV5 $performance) { $this->performance = $performance; } /** * @return Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function getPerformance() { return $this->performance; } /** * @param Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function setPwa(Google_Service_PagespeedInsights_LighthouseCategoryV5 $pwa) { $this->pwa = $pwa; } /** * @return Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function getPwa() { return $this->pwa; } /** * @param Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function setSeo(Google_Service_PagespeedInsights_LighthouseCategoryV5 $seo) { $this->seo = $seo; } /** * @return Google_Service_PagespeedInsights_LighthouseCategoryV5 */ public function getSeo() { return $this->seo; } } PK' Znjj_vendor/google/apiclient-services/src/Google/Service/PagespeedInsights/Resource/Pagespeedapi.phpnu[ * $pagespeedonlineService = new Google_Service_PagespeedInsights(...); * $pagespeedapi = $pagespeedonlineService->pagespeedapi; * */ class Google_Service_PagespeedInsights_Resource_Pagespeedapi extends Google_Service_Resource { /** * Runs PageSpeed analysis on the page at the specified URL, and returns * PageSpeed scores, a list of suggestions to make that page faster, and other * information. (pagespeedapi.runpagespeed) * * @param string $url Required. The URL to fetch and analyze * @param array $optParams Optional parameters. * * @opt_param string captchaToken The captcha token passed when filling out a * captcha. * @opt_param string category A Lighthouse category to run; if none are given, * only Performance category will be run * @opt_param string locale The locale used to localize formatted results * @opt_param string strategy The analysis strategy (desktop or mobile) to use, * and desktop is the default * @opt_param string utm_campaign Campaign name for analytics. * @opt_param string utm_source Campaign source for analytics. * @return Google_Service_PagespeedInsights_PagespeedApiPagespeedResponseV5 */ public function runpagespeed($url, $optParams = array()) { $params = array('url' => $url); $params = array_merge($params, $optParams); return $this->call('runpagespeed', array($params), "Google_Service_PagespeedInsights_PagespeedApiPagespeedResponseV5"); } } PK' ZƨgRRSvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/AuditRefs.phpnu[group = $group; } public function getGroup() { return $this->group; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK' Zf&&Uvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/Environment.phpnu[benchmarkIndex = $benchmarkIndex; } public function getBenchmarkIndex() { return $this->benchmarkIndex; } public function setHostUserAgent($hostUserAgent) { $this->hostUserAgent = $hostUserAgent; } public function getHostUserAgent() { return $this->hostUserAgent; } public function setNetworkUserAgent($networkUserAgent) { $this->networkUserAgent = $networkUserAgent; } public function getNetworkUserAgent() { return $this->networkUserAgent; } } PK' ZӞZvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/PagespeedVersion.phpnu[major = $major; } public function getMajor() { return $this->major; } public function setMinor($minor) { $this->minor = $minor; } public function getMinor() { return $this->minor; } } PK' Zºivendor/google/apiclient-services/src/Google/Service/PagespeedInsights/PagespeedApiLoadingExperienceV5.phpnu[ "initial_url", "originFallback" => "origin_fallback", "overallCategory" => "overall_category", ); public $id; public $initialUrl; protected $metricsType = 'Google_Service_PagespeedInsights_UserPageLoadMetricV5'; protected $metricsDataType = 'map'; public $originFallback; public $overallCategory; public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInitialUrl($initialUrl) { $this->initialUrl = $initialUrl; } public function getInitialUrl() { return $this->initialUrl; } /** * @param Google_Service_PagespeedInsights_UserPageLoadMetricV5[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_PagespeedInsights_UserPageLoadMetricV5[] */ public function getMetrics() { return $this->metrics; } public function setOriginFallback($originFallback) { $this->originFallback = $originFallback; } public function getOriginFallback() { return $this->originFallback; } public function setOverallCategory($overallCategory) { $this->overallCategory = $overallCategory; } public function getOverallCategory() { return $this->overallCategory; } } PK' Z2ن>^vendor/google/apiclient-services/src/Google/Service/PagespeedInsights/LighthouseCategoryV5.phpnu[auditRefs = $auditRefs; } /** * @return Google_Service_PagespeedInsights_AuditRefs[] */ public function getAuditRefs() { return $this->auditRefs; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setManualDescription($manualDescription) { $this->manualDescription = $manualDescription; } public function getManualDescription() { return $this->manualDescription; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' ZXd**bvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/RendererFormattedStrings.phpnu[auditGroupExpandTooltip = $auditGroupExpandTooltip; } public function getAuditGroupExpandTooltip() { return $this->auditGroupExpandTooltip; } public function setCrcInitialNavigation($crcInitialNavigation) { $this->crcInitialNavigation = $crcInitialNavigation; } public function getCrcInitialNavigation() { return $this->crcInitialNavigation; } public function setCrcLongestDurationLabel($crcLongestDurationLabel) { $this->crcLongestDurationLabel = $crcLongestDurationLabel; } public function getCrcLongestDurationLabel() { return $this->crcLongestDurationLabel; } public function setErrorLabel($errorLabel) { $this->errorLabel = $errorLabel; } public function getErrorLabel() { return $this->errorLabel; } public function setErrorMissingAuditInfo($errorMissingAuditInfo) { $this->errorMissingAuditInfo = $errorMissingAuditInfo; } public function getErrorMissingAuditInfo() { return $this->errorMissingAuditInfo; } public function setLabDataTitle($labDataTitle) { $this->labDataTitle = $labDataTitle; } public function getLabDataTitle() { return $this->labDataTitle; } public function setLsPerformanceCategoryDescription($lsPerformanceCategoryDescription) { $this->lsPerformanceCategoryDescription = $lsPerformanceCategoryDescription; } public function getLsPerformanceCategoryDescription() { return $this->lsPerformanceCategoryDescription; } public function setManualAuditsGroupTitle($manualAuditsGroupTitle) { $this->manualAuditsGroupTitle = $manualAuditsGroupTitle; } public function getManualAuditsGroupTitle() { return $this->manualAuditsGroupTitle; } public function setNotApplicableAuditsGroupTitle($notApplicableAuditsGroupTitle) { $this->notApplicableAuditsGroupTitle = $notApplicableAuditsGroupTitle; } public function getNotApplicableAuditsGroupTitle() { return $this->notApplicableAuditsGroupTitle; } public function setOpportunityResourceColumnLabel($opportunityResourceColumnLabel) { $this->opportunityResourceColumnLabel = $opportunityResourceColumnLabel; } public function getOpportunityResourceColumnLabel() { return $this->opportunityResourceColumnLabel; } public function setOpportunitySavingsColumnLabel($opportunitySavingsColumnLabel) { $this->opportunitySavingsColumnLabel = $opportunitySavingsColumnLabel; } public function getOpportunitySavingsColumnLabel() { return $this->opportunitySavingsColumnLabel; } public function setPassedAuditsGroupTitle($passedAuditsGroupTitle) { $this->passedAuditsGroupTitle = $passedAuditsGroupTitle; } public function getPassedAuditsGroupTitle() { return $this->passedAuditsGroupTitle; } public function setScorescaleLabel($scorescaleLabel) { $this->scorescaleLabel = $scorescaleLabel; } public function getScorescaleLabel() { return $this->scorescaleLabel; } public function setToplevelWarningsMessage($toplevelWarningsMessage) { $this->toplevelWarningsMessage = $toplevelWarningsMessage; } public function getToplevelWarningsMessage() { return $this->toplevelWarningsMessage; } public function setVarianceDisclaimer($varianceDisclaimer) { $this->varianceDisclaimer = $varianceDisclaimer; } public function getVarianceDisclaimer() { return $this->varianceDisclaimer; } public function setWarningHeader($warningHeader) { $this->warningHeader = $warningHeader; } public function getWarningHeader() { return $this->warningHeader; } } PK' ZXVYvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/CategoryGroupV5.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' ZEwX X avendor/google/apiclient-services/src/Google/Service/PagespeedInsights/LighthouseAuditResultV5.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setDisplayValue($displayValue) { $this->displayValue = $displayValue; } public function getDisplayValue() { return $this->displayValue; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setExplanation($explanation) { $this->explanation = $explanation; } public function getExplanation() { return $this->explanation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setNumericValue($numericValue) { $this->numericValue = $numericValue; } public function getNumericValue() { return $this->numericValue; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setScoreDisplayMode($scoreDisplayMode) { $this->scoreDisplayMode = $scoreDisplayMode; } public function getScoreDisplayMode() { return $this->scoreDisplayMode; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK' Z:;;Svendor/google/apiclient-services/src/Google/Service/PagespeedInsights/StackPack.phpnu[descriptions = $descriptions; } public function getDescriptions() { return $this->descriptions; } public function setIconDataURL($iconDataURL) { $this->iconDataURL = $iconDataURL; } public function getIconDataURL() { return $this->iconDataURL; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' ZMFvendor/google/apiclient-services/src/Google/Service/Chromewebstore.phpnu[ * Lets you access to data about apps and extensions, as well as manage them.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Chromewebstore extends Google_Service { /** View your Chrome Web Store apps and extensions. */ const CHROMEWEBSTORE_READONLY = "https://www.googleapis.com/auth/chromewebstore.readonly"; public $inAppProducts; public $items; public $licenses; public $payments; /** * Constructs the internal representation of the Chromewebstore service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'chromewebstore/v1.1/'; $this->version = 'v1.1'; $this->serviceName = 'chromewebstore'; $this->inAppProducts = new Google_Service_Chromewebstore_Resource_InAppProducts( $this, $this->serviceName, 'inAppProducts', array( 'methods' => array( 'get' => array( 'path' => 'items/{itemId}/skus/{sku}', 'httpMethod' => 'GET', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sku' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gl' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'items/{itemId}/skus', 'httpMethod' => 'GET', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gl' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->items = new Google_Service_Chromewebstore_Resource_Items( $this, $this->serviceName, 'items', array( 'methods' => array( 'get' => array( 'path' => 'items/{itemId}', 'httpMethod' => 'GET', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'items', 'httpMethod' => 'POST', 'parameters' => array( 'publisherEmail' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'items/{itemId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'publish' => array( 'path' => 'items/{itemId}/publish', 'httpMethod' => 'POST', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployPercentage' => array( 'location' => 'query', 'type' => 'integer', ), 'publishTarget' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'items/{itemId}', 'httpMethod' => 'PUT', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->licenses = new Google_Service_Chromewebstore_Resource_Licenses( $this, $this->serviceName, 'licenses', array( 'methods' => array( 'get' => array( 'path' => 'licenses/{appId}/{userId}', 'httpMethod' => 'GET', 'parameters' => array(), ),'getUserLicense' => array( 'path' => 'userlicenses/{appId}', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->payments = new Google_Service_Chromewebstore_Resource_Payments( $this, $this->serviceName, 'payments', array( 'methods' => array( 'buy' => array( 'path' => 'payments/buy', 'httpMethod' => 'POST', 'parameters' => array( 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'items/{itemId}/skus/{sku}', 'httpMethod' => 'DELETE', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sku' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'items/{itemId}/payments', 'httpMethod' => 'GET', 'parameters' => array( 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Zƫ+Vvendor/google/apiclient-services/src/Google/Service/Safebrowsing/SafebrowsingEmpty.phpnu[matches = $matches; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatMatch[] */ public function getMatches() { return $this->matches; } public function setMinimumWaitDuration($minimumWaitDuration) { $this->minimumWaitDuration = $minimumWaitDuration; } public function getMinimumWaitDuration() { return $this->minimumWaitDuration; } public function setNegativeCacheDuration($negativeCacheDuration) { $this->negativeCacheDuration = $negativeCacheDuration; } public function getNegativeCacheDuration() { return $this->negativeCacheDuration; } } PK' ZC;}kklvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntry.phpnu[digest = $digest; } public function getDigest() { return $this->digest; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' Z8Ȉ Svendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.phpnu[compressionType = $compressionType; } public function getCompressionType() { return $this->compressionType; } /** * @param Google_Service_Safebrowsing_RawHashes */ public function setRawHashes(Google_Service_Safebrowsing_RawHashes $rawHashes) { $this->rawHashes = $rawHashes; } /** * @return Google_Service_Safebrowsing_RawHashes */ public function getRawHashes() { return $this->rawHashes; } /** * @param Google_Service_Safebrowsing_RawIndices */ public function setRawIndices(Google_Service_Safebrowsing_RawIndices $rawIndices) { $this->rawIndices = $rawIndices; } /** * @return Google_Service_Safebrowsing_RawIndices */ public function getRawIndices() { return $this->rawIndices; } /** * @param Google_Service_Safebrowsing_RiceDeltaEncoding */ public function setRiceHashes(Google_Service_Safebrowsing_RiceDeltaEncoding $riceHashes) { $this->riceHashes = $riceHashes; } /** * @return Google_Service_Safebrowsing_RiceDeltaEncoding */ public function getRiceHashes() { return $this->riceHashes; } /** * @param Google_Service_Safebrowsing_RiceDeltaEncoding */ public function setRiceIndices(Google_Service_Safebrowsing_RiceDeltaEncoding $riceIndices) { $this->riceIndices = $riceIndices; } /** * @return Google_Service_Safebrowsing_RiceDeltaEncoding */ public function getRiceIndices() { return $this->riceIndices; } } PK' Z``kvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatInfo.phpnu[platformTypes = $platformTypes; } public function getPlatformTypes() { return $this->platformTypes; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry[] */ public function setThreatEntries($threatEntries) { $this->threatEntries = $threatEntries; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry[] */ public function getThreatEntries() { return $this->threatEntries; } public function setThreatEntryTypes($threatEntryTypes) { $this->threatEntryTypes = $threatEntryTypes; } public function getThreatEntryTypes() { return $this->threatEntryTypes; } public function setThreatTypes($threatTypes) { $this->threatTypes = $threatTypes; } public function getThreatTypes() { return $this->threatTypes; } } PK' ZzYqkvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4RawIndices.phpnu[indices = $indices; } public function getIndices() { return $this->indices; } } PK' Z/&yvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindThreatMatchesRequest.phpnu[client = $client; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo */ public function getClient() { return $this->client; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo */ public function setThreatInfo(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo $threatInfo) { $this->threatInfo = $threatInfo; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo */ public function getThreatInfo() { return $this->threatInfo; } } PK' ZW2INvendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawHashes.phpnu[prefixSize = $prefixSize; } public function getPrefixSize() { return $this->prefixSize; } public function setRawHashes($rawHashes) { $this->rawHashes = $rawHashes; } public function getRawHashes() { return $this->rawHashes; } } PK' Z_iOvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.phpnu[platformTypes = $platformTypes; } public function getPlatformTypes() { return $this->platformTypes; } /** * @param Google_Service_Safebrowsing_ThreatEntry[] */ public function setThreatEntries($threatEntries) { $this->threatEntries = $threatEntries; } /** * @return Google_Service_Safebrowsing_ThreatEntry[] */ public function getThreatEntries() { return $this->threatEntries; } public function setThreatEntryTypes($threatEntryTypes) { $this->threatEntryTypes = $threatEntryTypes; } public function getThreatEntryTypes() { return $this->threatEntryTypes; } public function setThreatTypes($threatTypes) { $this->threatTypes = $threatTypes; } public function getThreatTypes() { return $this->threatTypes; } } PK' ZSk00kvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ClientInfo.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setClientVersion($clientVersion) { $this->clientVersion = $clientVersion; } public function getClientVersion() { return $this->clientVersion; } } PK' Z/I<Xvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleProtobufEmpty.phpnu[prefixSize = $prefixSize; } public function getPrefixSize() { return $this->prefixSize; } public function setRawHashes($rawHashes) { $this->rawHashes = $rawHashes; } public function getRawHashes() { return $this->rawHashes; } } PK' ZgRvendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK' Z0  lvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatMatch.phpnu[cacheDuration = $cacheDuration; } public function getCacheDuration() { return $this->cacheDuration; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry */ public function setThreat(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry $threat) { $this->threat = $threat; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry */ public function getThreat() { return $this->threat; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntryMetadata */ public function setThreatEntryMetadata(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntryMetadata $threatEntryMetadata) { $this->threatEntryMetadata = $threatEntryMetadata; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntryMetadata */ public function getThreatEntryMetadata() { return $this->threatEntryMetadata; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Zmd3 vendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.phpnu[additions = $additions; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntrySet[] */ public function getAdditions() { return $this->additions; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4Checksum */ public function setChecksum(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4Checksum $checksum) { $this->checksum = $checksum; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4Checksum */ public function getChecksum() { return $this->checksum; } public function setNewClientState($newClientState) { $this->newClientState = $newClientState; } public function getNewClientState() { return $this->newClientState; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntrySet[] */ public function setRemovals($removals) { $this->removals = $removals; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntrySet[] */ public function getRemovals() { return $this->removals; } public function setResponseType($responseType) { $this->responseType = $responseType; } public function getResponseType() { return $this->responseType; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Z>$SSivendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4Checksum.phpnu[sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK' Z_vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatListUpdates.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $threatListUpdates = $safebrowsingService->threatListUpdates; * */ class Google_Service_Safebrowsing_Resource_ThreatListUpdates extends Google_Service_Resource { /** * Fetches the most recent threat list updates. A client can request updates for * multiple lists at once. (threatListUpdates.fetch) * * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse */ public function fetch(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('fetch', array($params), "Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse"); } } PK' ZlsB\vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedUpdates.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $encodedUpdates = $safebrowsingService->encodedUpdates; * */ class Google_Service_Safebrowsing_Resource_EncodedUpdates extends Google_Service_Resource { /** * (encodedUpdates.get) * * @param string $encodedRequest A serialized FetchThreatListUpdatesRequest * proto. * @param array $optParams Optional parameters. * * @opt_param string clientId A client ID that uniquely identifies the client * implementation of the Safe Browsing API. * @opt_param string clientVersion The version of the client implementation. * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse */ public function get($encodedRequest, $optParams = array()) { $params = array('encodedRequest' => $encodedRequest); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse"); } } PK' ZXEFkk[vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatMatches.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $threatMatches = $safebrowsingService->threatMatches; * */ class Google_Service_Safebrowsing_Resource_ThreatMatches extends Google_Service_Resource { /** * Finds the threat entries that match the Safe Browsing lists. * (threatMatches.find) * * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindThreatMatchesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindThreatMatchesResponse */ public function find(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindThreatMatchesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('find', array($params), "Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindThreatMatchesResponse"); } } PK' Z]4Yvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatLists.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $threatLists = $safebrowsingService->threatLists; * */ class Google_Service_Safebrowsing_Resource_ThreatLists extends Google_Service_Resource { /** * Lists the Safe Browsing threat lists available for download. * (threatLists.listThreatLists) * * @param array $optParams Optional parameters. * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ListThreatListsResponse */ public function listThreatLists($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ListThreatListsResponse"); } } PK' ZiN::Xvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatHits.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $threatHits = $safebrowsingService->threatHits; * */ class Google_Service_Safebrowsing_Resource_ThreatHits extends Google_Service_Resource { /** * Reports a Safe Browsing threat list hit to Google. Only projects with * TRUSTED_REPORTER visibility can use this method. (threatHits.create) * * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHit $postBody * @param array $optParams Optional parameters. * @return Google_Service_Safebrowsing_GoogleProtobufEmpty */ public function create(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHit $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Safebrowsing_GoogleProtobufEmpty"); } } PK' Ziu_vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $encodedFullHashes = $safebrowsingService->encodedFullHashes; * */ class Google_Service_Safebrowsing_Resource_EncodedFullHashes extends Google_Service_Resource { /** * (encodedFullHashes.get) * * @param string $encodedRequest A serialized FindFullHashesRequest proto. * @param array $optParams Optional parameters. * * @opt_param string clientId A client ID that (hopefully) uniquely identifies * the client implementation of the Safe Browsing API. * @opt_param string clientVersion The version of the client implementation. * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesResponse */ public function get($encodedRequest, $optParams = array()) { $params = array('encodedRequest' => $encodedRequest); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesResponse"); } } PK' Zw5bQQXvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/FullHashes.phpnu[ * $safebrowsingService = new Google_Service_Safebrowsing(...); * $fullHashes = $safebrowsingService->fullHashes; * */ class Google_Service_Safebrowsing_Resource_FullHashes extends Google_Service_Resource { /** * Finds the full hashes that match the requested hash prefixes. * (fullHashes.find) * * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesResponse */ public function find(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('find', array($params), "Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesResponse"); } } PK' Z`vendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK' ZfD!Pvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Constraints.phpnu[deviceLocation = $deviceLocation; } public function getDeviceLocation() { return $this->deviceLocation; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setMaxDatabaseEntries($maxDatabaseEntries) { $this->maxDatabaseEntries = $maxDatabaseEntries; } public function getMaxDatabaseEntries() { return $this->maxDatabaseEntries; } public function setMaxUpdateEntries($maxUpdateEntries) { $this->maxUpdateEntries = $maxUpdateEntries; } public function getMaxUpdateEntries() { return $this->maxUpdateEntries; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSupportedCompressions($supportedCompressions) { $this->supportedCompressions = $supportedCompressions; } public function getSupportedCompressions() { return $this->supportedCompressions; } } PK' Z m]]Xvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntryMetadata.phpnu[entries = $entries; } /** * @return Google_Service_Safebrowsing_MetadataEntry[] */ public function getEntries() { return $this->entries; } } PK' ZKMvendor/google/apiclient-services/src/Google/Service/Safebrowsing/UserInfo.phpnu[regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK' Z1Qvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatSource.phpnu[referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' ZnTTVvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.phpnu[constraints = $constraints; } /** * @return Google_Service_Safebrowsing_Constraints */ public function getConstraints() { return $this->constraints; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Zd֟rvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4RiceDeltaEncoding.phpnu[encodedData = $encodedData; } public function getEncodedData() { return $this->encodedData; } public function setFirstValue($firstValue) { $this->firstValue = $firstValue; } public function getFirstValue() { return $this->firstValue; } public function setNumEntries($numEntries) { $this->numEntries = $numEntries; } public function getNumEntries() { return $this->numEntries; } public function setRiceParameter($riceParameter) { $this->riceParameter = $riceParameter; } public function getRiceParameter() { return $this->riceParameter; } } PK' Z&)uvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatListDescriptor.phpnu[platformType = $platformType; } public function getPlatformType() { return $this->platformType; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Z)Vvendor/google/apiclient-services/src/Google/Service/Safebrowsing/RiceDeltaEncoding.phpnu[encodedData = $encodedData; } public function getEncodedData() { return $this->encodedData; } public function setFirstValue($firstValue) { $this->firstValue = $firstValue; } public function getFirstValue() { return $this->firstValue; } public function setNumEntries($numEntries) { $this->numEntries = $numEntries; } public function getNumEntries() { return $this->numEntries; } public function setRiceParameter($riceParameter) { $this->riceParameter = $riceParameter; } public function getRiceParameter() { return $this->riceParameter; } } PK' Z -@qvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest.phpnu[constraints = $constraints; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints */ public function getConstraints() { return $this->constraints; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Z?cvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.phpnu[listUpdateResponses = $listUpdateResponses; } /** * @return Google_Service_Safebrowsing_ListUpdateResponse[] */ public function getListUpdateResponses() { return $this->listUpdateResponses; } public function setMinimumWaitDuration($minimumWaitDuration) { $this->minimumWaitDuration = $minimumWaitDuration; } public function getMinimumWaitDuration() { return $this->minimumWaitDuration; } } PK' ZX»  xvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ListThreatListsResponse.phpnu[threatLists = $threatLists; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatListDescriptor[] */ public function getThreatLists() { return $this->threatLists; } } PK' Z|77Mvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.phpnu[sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK' Zb]]^vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.phpnu[matches = $matches; } /** * @return Google_Service_Safebrowsing_ThreatMatch[] */ public function getMatches() { return $this->matches; } } PK' ZK tvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntryMetadata.phpnu[entries = $entries; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry[] */ public function getEntries() { return $this->entries; } } PK' ZB:]vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.phpnu[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; } } PK' Zq\vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.phpnu[threatLists = $threatLists; } /** * @return Google_Service_Safebrowsing_ThreatListDescriptor[] */ public function getThreatLists() { return $this->threatLists; } } PK' Z"_d d ovendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntrySet.phpnu[compressionType = $compressionType; } public function getCompressionType() { return $this->compressionType; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RawHashes */ public function setRawHashes(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RawHashes $rawHashes) { $this->rawHashes = $rawHashes; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RawHashes */ public function getRawHashes() { return $this->rawHashes; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RawIndices */ public function setRawIndices(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RawIndices $rawIndices) { $this->rawIndices = $rawIndices; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RawIndices */ public function getRawIndices() { return $this->rawIndices; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding */ public function setRiceHashes(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding $riceHashes) { $this->riceHashes = $riceHashes; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding */ public function getRiceHashes() { return $this->riceHashes; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding */ public function setRiceIndices(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding $riceIndices) { $this->riceIndices = $riceIndices; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding */ public function getRiceIndices() { return $this->riceIndices; } } PK' Zpzvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindThreatMatchesResponse.phpnu[matches = $matches; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatMatch[] */ public function getMatches() { return $this->matches; } } PK' Z+*eOOPvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntry.phpnu[digest = $digest; } public function getDigest() { return $this->digest; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' Z{>VV[vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.phpnu[matches = $matches; } /** * @return Google_Service_Safebrowsing_ThreatMatch[] */ public function getMatches() { return $this->matches; } public function setMinimumWaitDuration($minimumWaitDuration) { $this->minimumWaitDuration = $minimumWaitDuration; } public function getMinimumWaitDuration() { return $this->minimumWaitDuration; } public function setNegativeCacheDuration($negativeCacheDuration) { $this->negativeCacheDuration = $negativeCacheDuration; } public function getNegativeCacheDuration() { return $this->negativeCacheDuration; } } PK' ZY#vnnOvendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawIndices.phpnu[indices = $indices; } public function getIndices() { return $this->indices; } } PK' Z1>Yvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.phpnu[platformType = $platformType; } public function getPlatformType() { return $this->platformType; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' ZWC~vendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest.phpnu[client = $client; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo */ public function getClient() { return $this->client; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest[] */ public function setListUpdateRequests($listUpdateRequests) { $this->listUpdateRequests = $listUpdateRequests; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest[] */ public function getListUpdateRequests() { return $this->listUpdateRequests; } } PK' ZZm Wvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.phpnu[additions = $additions; } /** * @return Google_Service_Safebrowsing_ThreatEntrySet[] */ public function getAdditions() { return $this->additions; } /** * @param Google_Service_Safebrowsing_Checksum */ public function setChecksum(Google_Service_Safebrowsing_Checksum $checksum) { $this->checksum = $checksum; } /** * @return Google_Service_Safebrowsing_Checksum */ public function getChecksum() { return $this->checksum; } public function setNewClientState($newClientState) { $this->newClientState = $newClientState; } public function getNewClientState() { return $this->newClientState; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_ThreatEntrySet[] */ public function setRemovals($removals) { $this->removals = $removals; } /** * @return Google_Service_Safebrowsing_ThreatEntrySet[] */ public function getRemovals() { return $this->removals; } public function setResponseType($responseType) { $this->responseType = $responseType; } public function getResponseType() { return $this->responseType; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Z)I--vvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatHitThreatSource.phpnu[referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' Z! llbvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.phpnu[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; } } PK' ZZvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.phpnu[apiClient = $apiClient; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getApiClient() { return $this->apiClient; } /** * @param Google_Service_Safebrowsing_ClientInfo */ public function setClient(Google_Service_Safebrowsing_ClientInfo $client) { $this->client = $client; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getClient() { return $this->client; } public function setClientStates($clientStates) { $this->clientStates = $clientStates; } public function getClientStates() { return $this->clientStates; } /** * @param Google_Service_Safebrowsing_ThreatInfo */ public function setThreatInfo(Google_Service_Safebrowsing_ThreatInfo $threatInfo) { $this->threatInfo = $threatInfo; } /** * @return Google_Service_Safebrowsing_ThreatInfo */ public function getThreatInfo() { return $this->threatInfo; } } PK' Znvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse.phpnu[listUpdateResponses = $listUpdateResponses; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse[] */ public function getListUpdateResponses() { return $this->listUpdateResponses; } public function setMinimumWaitDuration($minimumWaitDuration) { $this->minimumWaitDuration = $minimumWaitDuration; } public function getMinimumWaitDuration() { return $this->minimumWaitDuration; } } PK' ZBcOvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ClientInfo.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setClientVersion($clientVersion) { $this->clientVersion = $clientVersion; } public function getClientVersion() { return $this->clientVersion; } } PK' ZS_rvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatHitUserInfo.phpnu[regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK' Z? Nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatHit.phpnu[clientInfo = $clientInfo; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_Safebrowsing_ThreatEntry */ public function setEntry(Google_Service_Safebrowsing_ThreatEntry $entry) { $this->entry = $entry; } /** * @return Google_Service_Safebrowsing_ThreatEntry */ public function getEntry() { return $this->entry; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_ThreatSource[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Safebrowsing_ThreatSource[] */ public function getResources() { return $this->resources; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } /** * @param Google_Service_Safebrowsing_UserInfo */ public function setUserInfo(Google_Service_Safebrowsing_UserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_Safebrowsing_UserInfo */ public function getUserInfo() { return $this->userInfo; } } PK' ZT; ; Pvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatMatch.phpnu[cacheDuration = $cacheDuration; } public function getCacheDuration() { return $this->cacheDuration; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_ThreatEntry */ public function setThreat(Google_Service_Safebrowsing_ThreatEntry $threat) { $this->threat = $threat; } /** * @return Google_Service_Safebrowsing_ThreatEntry */ public function getThreat() { return $this->threat; } /** * @param Google_Service_Safebrowsing_ThreatEntryMetadata */ public function setThreatEntryMetadata(Google_Service_Safebrowsing_ThreatEntryMetadata $threatEntryMetadata) { $this->threatEntryMetadata = $threatEntryMetadata; } /** * @return Google_Service_Safebrowsing_ThreatEntryMetadata */ public function getThreatEntryMetadata() { return $this->threatEntryMetadata; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } } PK' Z jvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatHit.phpnu[clientInfo = $clientInfo; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry */ public function setEntry(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry $entry) { $this->entry = $entry; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatEntry */ public function getEntry() { return $this->entry; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHitThreatSource[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHitThreatSource[] */ public function getResources() { return $this->resources; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHitUserInfo */ public function setUserInfo(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHitUserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHitUserInfo */ public function getUserInfo() { return $this->userInfo; } } PK' Z0g<vendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.phpnu[deviceLocation = $deviceLocation; } public function getDeviceLocation() { return $this->deviceLocation; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setMaxDatabaseEntries($maxDatabaseEntries) { $this->maxDatabaseEntries = $maxDatabaseEntries; } public function getMaxDatabaseEntries() { return $this->maxDatabaseEntries; } public function setMaxUpdateEntries($maxUpdateEntries) { $this->maxUpdateEntries = $maxUpdateEntries; } public function getMaxUpdateEntries() { return $this->maxUpdateEntries; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSupportedCompressions($supportedCompressions) { $this->supportedCompressions = $supportedCompressions; } public function getSupportedCompressions() { return $this->supportedCompressions; } } PK' ZHe   vvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindFullHashesRequest.phpnu[apiClient = $apiClient; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo */ public function getApiClient() { return $this->apiClient; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo */ public function setClient(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo $client) { $this->client = $client; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ClientInfo */ public function getClient() { return $this->client; } public function setClientStates($clientStates) { $this->clientStates = $clientStates; } public function getClientStates() { return $this->clientStates; } /** * @param Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo */ public function setThreatInfo(Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo $threatInfo) { $this->threatInfo = $threatInfo; } /** * @return Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo */ public function getThreatInfo() { return $this->threatInfo; } } PK' Z0OIvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences.phpnu[ * Cloud Life Sciences is a suite of services and tools for managing, * processing, and transforming life sciences data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudLifeSciences extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_operations; public $projects_locations_pipelines; /** * Constructs the internal representation of the CloudLifeSciences service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://lifesciences.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2beta'; $this->serviceName = 'lifesciences'; $this->projects_locations = new Google_Service_CloudLifeSciences_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudLifeSciences_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v2beta/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_pipelines = new Google_Service_CloudLifeSciences_Resource_ProjectsLocationsPipelines( $this, $this->serviceName, 'pipelines', array( 'methods' => array( 'run' => array( 'path' => 'v2beta/{+parent}/pipelines:run', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK' Ze)Fvendor/google/apiclient-services/src/Google/Service/CloudScheduler.phpnu[ * Creates and manages jobs run on a regular recurring schedule.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudScheduler extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_jobs; /** * Constructs the internal representation of the CloudScheduler service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudscheduler.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudscheduler'; $this->projects_locations = new Google_Service_CloudScheduler_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_jobs = new Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'pause' => array( 'path' => 'v1/{+name}:pause', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v1/{+name}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'run' => array( 'path' => 'v1/{+name}:run', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK' ZQ#Q&Q&Avendor/google/apiclient-services/src/Google/Service/Datastore.phpnu[ * Accesses the schemaless NoSQL database to provide fully managed, robust, * scalable storage for your application.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Datastore extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Cloud Datastore data. */ const DATASTORE = "https://www.googleapis.com/auth/datastore"; public $projects; public $projects_indexes; public $projects_operations; /** * Constructs the internal representation of the Datastore service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://datastore.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'datastore'; $this->projects = new Google_Service_Datastore_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'allocateIds' => array( 'path' => 'v1/projects/{projectId}:allocateIds', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'beginTransaction' => array( 'path' => 'v1/projects/{projectId}:beginTransaction', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'commit' => array( 'path' => 'v1/projects/{projectId}:commit', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v1/projects/{projectId}:export', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v1/projects/{projectId}:import', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'lookup' => array( 'path' => 'v1/projects/{projectId}:lookup', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reserveIds' => array( 'path' => 'v1/projects/{projectId}:reserveIds', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'rollback' => array( 'path' => 'v1/projects/{projectId}:rollback', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'runQuery' => array( 'path' => 'v1/projects/{projectId}:runQuery', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_indexes = new Google_Service_Datastore_Resource_ProjectsIndexes( $this, $this->serviceName, 'indexes', array( 'methods' => array( 'create' => array( 'path' => 'v1/projects/{projectId}/indexes', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/indexes/{indexId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'indexId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/indexes/{indexId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'indexId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/indexes', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_operations = new Google_Service_Datastore_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Zΰ# # Evendor/google/apiclient-services/src/Google/Service/Playcustomapp.phpnu[ * API to create and publish custom Android apps

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Playcustomapp extends Google_Service { /** View and manage your Google Play Developer account. */ const ANDROIDPUBLISHER = "https://www.googleapis.com/auth/androidpublisher"; public $accounts_customApps; /** * Constructs the internal representation of the Playcustomapp service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://playcustomapp.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'playcustomapp'; $this->accounts_customApps = new Google_Service_Playcustomapp_Resource_AccountsCustomApps( $this, $this->serviceName, 'customApps', array( 'methods' => array( 'create' => array( 'path' => 'playcustomapp/v1/accounts/{account}/customApps', 'httpMethod' => 'POST', 'parameters' => array( 'account' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK' Z!]]Cvendor/google/apiclient-services/src/Google/Service/ServiceUser.phpnu[ * Enables services that service consumers want to use on Google Cloud Platform, * lists the available or enabled services, or disables services that service * consumers no longer use.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceUser extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Manage your Google API service configuration. */ const SERVICE_MANAGEMENT = "https://www.googleapis.com/auth/service.management"; public $projects_services; public $services; /** * Constructs the internal representation of the ServiceUser service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://serviceuser.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'serviceuser'; $this->projects_services = new Google_Service_ServiceUser_Resource_ProjectsServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'disable' => array( 'path' => 'v1/{+name}:disable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enable' => array( 'path' => 'v1/{+name}:enable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->services = new Google_Service_ServiceUser_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'search' => array( 'path' => 'v1/services:search', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Z88Zvendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TPU_TensorFlowVersion[] */ public function setTensorflowVersions($tensorflowVersions) { $this->tensorflowVersions = $tensorflowVersions; } /** * @return Google_Service_TPU_TensorFlowVersion[] */ public function getTensorflowVersions() { return $this->tensorflowVersions; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK' ZsOYƅNvendor/google/apiclient-services/src/Google/Service/TPU/ReimageNodeRequest.phpnu[tensorflowVersion = $tensorflowVersion; } public function getTensorflowVersion() { return $this->tensorflowVersion; } } PK' Z:/FLvendor/google/apiclient-services/src/Google/Service/TPU/StartNodeRequest.phpnu[name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' ZZE2@vendor/google/apiclient-services/src/Google/Service/TPU/Node.phpnu[acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } public function setCidrBlock($cidrBlock) { $this->cidrBlock = $cidrBlock; } public function getCidrBlock() { return $this->cidrBlock; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHealth($health) { $this->health = $health; } public function getHealth() { return $this->health; } public function setHealthDescription($healthDescription) { $this->healthDescription = $healthDescription; } public function getHealthDescription() { return $this->healthDescription; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_TPU_NetworkEndpoint[] */ public function setNetworkEndpoints($networkEndpoints) { $this->networkEndpoints = $networkEndpoints; } /** * @return Google_Service_TPU_NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_TPU_SchedulingConfig */ public function setSchedulingConfig(Google_Service_TPU_SchedulingConfig $schedulingConfig) { $this->schedulingConfig = $schedulingConfig; } /** * @return Google_Service_TPU_SchedulingConfig */ public function getSchedulingConfig() { return $this->schedulingConfig; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_TPU_Symptom[] */ public function setSymptoms($symptoms) { $this->symptoms = $symptoms; } /** * @return Google_Service_TPU_Symptom[] */ public function getSymptoms() { return $this->symptoms; } public function setTensorflowVersion($tensorflowVersion) { $this->tensorflowVersion = $tensorflowVersion; } public function getTensorflowVersion() { return $this->tensorflowVersion; } public function setUseServiceNetworking($useServiceNetworking) { $this->useServiceNetworking = $useServiceNetworking; } public function getUseServiceNetworking() { return $this->useServiceNetworking; } } PK' ZMUUCvendor/google/apiclient-services/src/Google/Service/TPU/Symptom.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setSymptomType($symptomType) { $this->symptomType = $symptomType; } public function getSymptomType() { return $this->symptomType; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } PK' ZzVvendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.phpnu[ * $tpuService = new Google_Service_TPU(...); * $locations = $tpuService->locations; * */ class Google_Service_TPU_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_TPU_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TPU_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_TPU_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TPU_ListLocationsResponse"); } } PK' Zr`vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsOperations.phpnu[ * $tpuService = new Google_Service_TPU(...); * $operations = $tpuService->operations; * */ class Google_Service_TPU_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_TPU_TpuEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_TPU_TpuEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_TPU_TpuEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_TPU_TpuEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_TPU_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TPU_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_TPU_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TPU_ListOperationsResponse"); } } PK' ZjJfvendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsAcceleratorTypes.phpnu[ * $tpuService = new Google_Service_TPU(...); * $acceleratorTypes = $tpuService->acceleratorTypes; * */ class Google_Service_TPU_Resource_ProjectsLocationsAcceleratorTypes extends Google_Service_Resource { /** * Gets AcceleratorType. (acceleratorTypes.get) * * @param string $name Required. The resource name. * @param array $optParams Optional parameters. * @return Google_Service_TPU_AcceleratorType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TPU_AcceleratorType"); } /** * Lists accelerator types supported by this API. * (acceleratorTypes.listProjectsLocationsAcceleratorTypes) * * @param string $parent Required. The parent resource name. * @param array $optParams Optional parameters. * * @opt_param string filter List filter. * @opt_param string orderBy Sort results. * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_TPU_ListAcceleratorTypesResponse */ public function listProjectsLocationsAcceleratorTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TPU_ListAcceleratorTypesResponse"); } } PK' Zw-7hvendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.phpnu[ * $tpuService = new Google_Service_TPU(...); * $tensorflowVersions = $tpuService->tensorflowVersions; * */ class Google_Service_TPU_Resource_ProjectsLocationsTensorflowVersions extends Google_Service_Resource { /** * Gets TensorFlow Version. (tensorflowVersions.get) * * @param string $name Required. The resource name. * @param array $optParams Optional parameters. * @return Google_Service_TPU_TensorFlowVersion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TPU_TensorFlowVersion"); } /** * List TensorFlow versions supported by this API. * (tensorflowVersions.listProjectsLocationsTensorflowVersions) * * @param string $parent Required. The parent resource name. * @param array $optParams Optional parameters. * * @opt_param string filter List filter. * @opt_param string orderBy Sort results. * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_TPU_ListTensorFlowVersionsResponse */ public function listProjectsLocationsTensorflowVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TPU_ListTensorFlowVersionsResponse"); } } PK' Z;@//[vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsNodes.phpnu[ * $tpuService = new Google_Service_TPU(...); * $nodes = $tpuService->nodes; * */ class Google_Service_TPU_Resource_ProjectsLocationsNodes extends Google_Service_Resource { /** * Creates a node. (nodes.create) * * @param string $parent Required. The parent resource name. * @param Google_Service_TPU_Node $postBody * @param array $optParams Optional parameters. * * @opt_param string nodeId The unqualified resource name. * @return Google_Service_TPU_Operation */ public function create($parent, Google_Service_TPU_Node $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TPU_Operation"); } /** * Deletes a node. (nodes.delete) * * @param string $name Required. The resource name. * @param array $optParams Optional parameters. * @return Google_Service_TPU_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_TPU_Operation"); } /** * Gets the details of a node. (nodes.get) * * @param string $name Required. The resource name. * @param array $optParams Optional parameters. * @return Google_Service_TPU_Node */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TPU_Node"); } /** * Lists nodes. (nodes.listProjectsLocationsNodes) * * @param string $parent Required. The parent resource name. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_TPU_ListNodesResponse */ public function listProjectsLocationsNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TPU_ListNodesResponse"); } /** * Reimages a node's OS. (nodes.reimage) * * @param string $name The resource name. * @param Google_Service_TPU_ReimageNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_TPU_Operation */ public function reimage($name, Google_Service_TPU_ReimageNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reimage', array($params), "Google_Service_TPU_Operation"); } /** * Starts a node. (nodes.start) * * @param string $name The resource name. * @param Google_Service_TPU_StartNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_TPU_Operation */ public function start($name, Google_Service_TPU_StartNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_TPU_Operation"); } /** * Stops a node. (nodes.stop) * * @param string $name The resource name. * @param Google_Service_TPU_StopNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_TPU_Operation */ public function stop($name, Google_Service_TPU_StopNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_TPU_Operation"); } } PK' ZZZMvendor/google/apiclient-services/src/Google/Service/TPU/Resource/Projects.phpnu[ * $tpuService = new Google_Service_TPU(...); * $projects = $tpuService->projects; * */ class Google_Service_TPU_Resource_Projects extends Google_Service_Resource { } PK' ZMDvendor/google/apiclient-services/src/Google/Service/TPU/TpuEmpty.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK' ZO1  Qvendor/google/apiclient-services/src/Google/Service/TPU/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_TPU_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Zi'ȘKvendor/google/apiclient-services/src/Google/Service/TPU/StopNodeRequest.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK' Z]]Evendor/google/apiclient-services/src/Google/Service/TPU/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_TPU_Status */ public function setError(Google_Service_TPU_Status $error) { $this->error = $error; } /** * @return Google_Service_TPU_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' ZU'Bvendor/google/apiclient-services/src/Google/Service/TPU/Status.phpnu[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; } } PK' ZZnMvendor/google/apiclient-services/src/Google/Service/TPU/TensorFlowVersion.phpnu[name = $name; } public function getName() { return $this->name; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK' Z_D<Rvendor/google/apiclient-services/src/Google/Service/TPU/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TPU_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_TPU_Operation[] */ public function getOperations() { return $this->operations; } } PK' Z[Mvendor/google/apiclient-services/src/Google/Service/TPU/ListNodesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TPU_Node[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Google_Service_TPU_Node[] */ public function getNodes() { return $this->nodes; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK' ZuDvendor/google/apiclient-services/src/Google/Service/TPU/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z  Xvendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.phpnu[acceleratorTypes = $acceleratorTypes; } /** * @return Google_Service_TPU_AcceleratorType[] */ public function getAcceleratorTypes() { return $this->acceleratorTypes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK' ZOLvendor/google/apiclient-services/src/Google/Service/TPU/SchedulingConfig.phpnu[preemptible = $preemptible; } public function getPreemptible() { return $this->preemptible; } public function setReserved($reserved) { $this->reserved = $reserved; } public function getReserved() { return $this->reserved; } } PK' Z>4\~~Pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Comment.phpnu[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; } } PK' Zcg#Wvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UsesPermission.phpnu[maxSdkVersion = $maxSdkVersion; } public function getMaxSdkVersion() { return $this->maxSdkVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZY1ELvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.phpnu[binary = $binary; } /** * @return Google_Service_AndroidPublisher_ApkBinary */ public function getBinary() { return $this->binary; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } } PK' ZLĎTTSvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceSpec.phpnu[screenDensity = $screenDensity; } public function getScreenDensity() { return $this->screenDensity; } public function setSupportedAbis($supportedAbis) { $this->supportedAbis = $supportedAbis; } public function getSupportedAbis() { return $this->supportedAbis; } public function setSupportedLocales($supportedLocales) { $this->supportedLocales = $supportedLocales; } public function getSupportedLocales() { return $this->supportedLocales; } } PK' ZEDKK[vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.phpnu[images = $images; } /** * @return Google_Service_AndroidPublisher_Image[] */ public function getImages() { return $this->images; } } PK' Z_\vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.phpnu[applicationLabel = $applicationLabel; } public function getApplicationLabel() { return $this->applicationLabel; } public function setCertificateBase64s($certificateBase64s) { $this->certificateBase64s = $certificateBase64s; } public function getCertificateBase64s() { return $this->certificateBase64s; } public function setExternallyHostedUrl($externallyHostedUrl) { $this->externallyHostedUrl = $externallyHostedUrl; } public function getExternallyHostedUrl() { return $this->externallyHostedUrl; } public function setFileSha1Base64($fileSha1Base64) { $this->fileSha1Base64 = $fileSha1Base64; } public function getFileSha1Base64() { return $this->fileSha1Base64; } public function setFileSha256Base64($fileSha256Base64) { $this->fileSha256Base64 = $fileSha256Base64; } public function getFileSha256Base64() { return $this->fileSha256Base64; } public function setFileSize($fileSize) { $this->fileSize = $fileSize; } public function getFileSize() { return $this->fileSize; } public function setIconBase64($iconBase64) { $this->iconBase64 = $iconBase64; } public function getIconBase64() { return $this->iconBase64; } public function setMaximumSdk($maximumSdk) { $this->maximumSdk = $maximumSdk; } public function getMaximumSdk() { return $this->maximumSdk; } public function setMinimumSdk($minimumSdk) { $this->minimumSdk = $minimumSdk; } public function getMinimumSdk() { return $this->minimumSdk; } public function setNativeCodes($nativeCodes) { $this->nativeCodes = $nativeCodes; } public function getNativeCodes() { return $this->nativeCodes; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setUsesFeatures($usesFeatures) { $this->usesFeatures = $usesFeatures; } public function getUsesFeatures() { return $this->usesFeatures; } /** * @param Google_Service_AndroidPublisher_UsesPermission[] */ public function setUsesPermissions($usesPermissions) { $this->usesPermissions = $usesPermissions; } /** * @return Google_Service_AndroidPublisher_UsesPermission[] */ public function getUsesPermissions() { return $this->usesPermissions; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK' Z77Vvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.phpnu[fileSize = $fileSize; } public function getFileSize() { return $this->fileSize; } public function setReferencesVersion($referencesVersion) { $this->referencesVersion = $referencesVersion; } public function getReferencesVersion() { return $this->referencesVersion; } } PK' Z"Xcvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InternalAppSharingArtifact.phpnu[certificateFingerprint = $certificateFingerprint; } public function getCertificateFingerprint() { return $this->certificateFingerprint; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK' Z澏ugvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionCancelSurveyResult.phpnu[cancelSurveyReason = $cancelSurveyReason; } public function getCancelSurveyReason() { return $this->cancelSurveyReason; } public function setUserInputCancelReason($userInputCancelReason) { $this->userInputCancelReason = $userInputCancelReason; } public function getUserInputCancelReason() { return $this->userInputCancelReason; } } PK' Z}rZvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.phpnu[lastEdited = $lastEdited; } /** * @return Google_Service_AndroidPublisher_Timestamp */ public function getLastEdited() { return $this->lastEdited; } public function setReplyText($replyText) { $this->replyText = $replyText; } public function getReplyText() { return $this->replyText; } } PK' ZI\kvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchasesAcknowledgeRequest.phpnu[developerPayload = $developerPayload; } public function getDeveloperPayload() { return $this->developerPayload; } } PK' Z.55]vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.phpnu[image = $image; } /** * @return Google_Service_AndroidPublisher_Image */ public function getImage() { return $this->image; } } PK' ZeQvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/PageInfo.phpnu[resultPerPage = $resultPerPage; } public function getResultPerPage() { return $this->resultPerPage; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK' ZեG[[\vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.phpnu[replyText = $replyText; } public function getReplyText() { return $this->replyText; } } PK' Z/Nhvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.phpnu[externallyHostedApk = $externallyHostedApk; } /** * @return Google_Service_AndroidPublisher_ExternallyHostedApk */ public function getExternallyHostedApk() { return $this->externallyHostedApk; } } PK' Zx"TZZXvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchase.phpnu[acknowledgementState = $acknowledgementState; } public function getAcknowledgementState() { return $this->acknowledgementState; } public function setConsumptionState($consumptionState) { $this->consumptionState = $consumptionState; } public function getConsumptionState() { return $this->consumptionState; } public function setDeveloperPayload($developerPayload) { $this->developerPayload = $developerPayload; } public function getDeveloperPayload() { return $this->developerPayload; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObfuscatedExternalAccountId($obfuscatedExternalAccountId) { $this->obfuscatedExternalAccountId = $obfuscatedExternalAccountId; } public function getObfuscatedExternalAccountId() { return $this->obfuscatedExternalAccountId; } public function setObfuscatedExternalProfileId($obfuscatedExternalProfileId) { $this->obfuscatedExternalProfileId = $obfuscatedExternalProfileId; } public function getObfuscatedExternalProfileId() { return $this->obfuscatedExternalProfileId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setPurchaseState($purchaseState) { $this->purchaseState = $purchaseState; } public function getPurchaseState() { return $this->purchaseState; } public function setPurchaseTimeMillis($purchaseTimeMillis) { $this->purchaseTimeMillis = $purchaseTimeMillis; } public function getPurchaseTimeMillis() { return $this->purchaseTimeMillis; } public function setPurchaseToken($purchaseToken) { $this->purchaseToken = $purchaseToken; } public function getPurchaseToken() { return $this->purchaseToken; } public function setPurchaseType($purchaseType) { $this->purchaseType = $purchaseType; } public function getPurchaseType() { return $this->purchaseType; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK' Zp Wvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.phpnu[cpuMake = $cpuMake; } public function getCpuMake() { return $this->cpuMake; } public function setCpuModel($cpuModel) { $this->cpuModel = $cpuModel; } public function getCpuModel() { return $this->cpuModel; } public function setDeviceClass($deviceClass) { $this->deviceClass = $deviceClass; } public function getDeviceClass() { return $this->deviceClass; } public function setGlEsVersion($glEsVersion) { $this->glEsVersion = $glEsVersion; } public function getGlEsVersion() { return $this->glEsVersion; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setNativePlatform($nativePlatform) { $this->nativePlatform = $nativePlatform; } public function getNativePlatform() { return $this->nativePlatform; } public function setProductName($productName) { $this->productName = $productName; } public function getProductName() { return $this->productName; } public function setRamMb($ramMb) { $this->ramMb = $ramMb; } public function getRamMb() { return $this->ramMb; } public function setScreenDensityDpi($screenDensityDpi) { $this->screenDensityDpi = $screenDensityDpi; } public function getScreenDensityDpi() { return $this->screenDensityDpi; } public function setScreenHeightPx($screenHeightPx) { $this->screenHeightPx = $screenHeightPx; } public function getScreenHeightPx() { return $this->screenHeightPx; } public function setScreenWidthPx($screenWidthPx) { $this->screenWidthPx = $screenWidthPx; } public function getScreenWidthPx() { return $this->screenWidthPx; } } PK' Zpppdvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.phpnu[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; } } PK' ZW>Nvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Track.phpnu[releases = $releases; } /** * @return Google_Service_AndroidPublisher_TrackRelease[] */ public function getReleases() { return $this->releases; } public function setTrack($track) { $this->track = $track; } public function getTrack() { return $this->track; } } PK' Z4nf``Zvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.phpnu[symbolType = $symbolType; } public function getSymbolType() { return $this->symbolType; } } PK' Z<\vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.phpnu[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; } } PK' ZJbvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.phpnu[inappproduct = $inappproduct; } /** * @return Google_Service_AndroidPublisher_InAppProduct[] */ public function getInappproduct() { return $this->inappproduct; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidPublisher_PageInfo */ public function setPageInfo(Google_Service_AndroidPublisher_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_AndroidPublisher_PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param Google_Service_AndroidPublisher_TokenPagination */ public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_AndroidPublisher_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } } PK' Z"Davendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.phpnu[desiredExpiryTimeMillis = $desiredExpiryTimeMillis; } public function getDesiredExpiryTimeMillis() { return $this->desiredExpiryTimeMillis; } public function setExpectedExpiryTimeMillis($expectedExpiryTimeMillis) { $this->expectedExpiryTimeMillis = $expectedExpiryTimeMillis; } public function getExpectedExpiryTimeMillis() { return $this->expectedExpiryTimeMillis; } } PK' Z rPvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Variant.phpnu[deviceSpec = $deviceSpec; } /** * @return Google_Service_AndroidPublisher_DeviceSpec */ public function getDeviceSpec() { return $this->deviceSpec; } public function setVariantId($variantId) { $this->variantId = $variantId; } public function getVariantId() { return $this->variantId; } } PK' Z|HYvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.phpnu[apks = $apks; } /** * @return Google_Service_AndroidPublisher_Apk[] */ public function getApks() { return $this->apks; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' ZY3Ovendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Review.phpnu[authorName = $authorName; } public function getAuthorName() { return $this->authorName; } /** * @param Google_Service_AndroidPublisher_Comment[] */ public function setComments($comments) { $this->comments = $comments; } /** * @return Google_Service_AndroidPublisher_Comment[] */ public function getComments() { return $this->comments; } public function setReviewId($reviewId) { $this->reviewId = $reviewId; } public function getReviewId() { return $this->reviewId; } } PK' ZfSvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.phpnu[contactEmail = $contactEmail; } public function getContactEmail() { return $this->contactEmail; } public function setContactPhone($contactPhone) { $this->contactPhone = $contactPhone; } public function getContactPhone() { return $this->contactPhone; } public function setContactWebsite($contactWebsite) { $this->contactWebsite = $contactWebsite; } public function getContactWebsite() { return $this->contactWebsite; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } } PK' ZPjvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesVoidedpurchases.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $voidedpurchases = $androidpublisherService->voidedpurchases; * */ class Google_Service_AndroidPublisher_Resource_PurchasesVoidedpurchases extends Google_Service_Resource { /** * Lists the purchases that were canceled, refunded or charged-back. * (voidedpurchases.listPurchasesVoidedpurchases) * * @param string $packageName The package name of the application for which * voided purchases need to be returned (for example, 'com.some.thing'). * @param array $optParams Optional parameters. * * @opt_param string endTime The time, in milliseconds since the Epoch, of the * newest voided purchase that you want to see in the response. The value of * this parameter cannot be greater than the current time and is ignored if a * pagination token is set. Default value is current time. Note: This filter is * applied on the time at which the record is seen as voided by our systems and * not the actual voided time returned in the response. * @opt_param string maxResults Defines how many results the list operation * should return. The default number depends on the resource collection. * @opt_param string startIndex Defines the index of the first element to * return. This can only be used if indexed paging is enabled. * @opt_param string startTime The time, in milliseconds since the Epoch, of the * oldest voided purchase that you want to see in the response. The value of * this parameter cannot be older than 30 days and is ignored if a pagination * token is set. Default value is current time minus 30 days. Note: This filter * is applied on the time at which the record is seen as voided by our systems * and not the actual voided time returned in the response. * @opt_param string token Defines the token of the page to return, usually * taken from TokenPagination. This can only be used if token paging is enabled. * @opt_param int type The type of voided purchases that you want to see in the * response. Possible values are: 0. Only voided in-app product purchases will * be returned in the response. This is the default value. 1. Both voided in-app * purchases and voided subscription purchases will be returned in the response. * Note: Before requesting to receive voided subscription purchases, you must * switch to use orderId in the response which uniquely identifies one-time * purchases and subscriptions. Otherwise, you will receive multiple * subscription orders with the same PurchaseToken, because subscription renewal * orders share the same PurchaseToken. * @return Google_Service_AndroidPublisher_VoidedPurchasesListResponse */ public function listPurchasesVoidedpurchases($packageName, $optParams = array()) { $params = array('packageName' => $packageName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_VoidedPurchasesListResponse"); } } PK' Z]vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsImages.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $images = $androidpublisherService->images; * */ class Google_Service_AndroidPublisher_Resource_EditsImages extends Google_Service_Resource { /** * Deletes the image (specified by id) from the edit. (images.delete) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). * @param string $imageType Type of the Image. * @param string $imageId Unique identifier an image within the set of images * attached to this edit. * @param array $optParams Optional parameters. */ public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType, 'imageId' => $imageId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Deletes all images for the specified language and image type. Returns an * empty response if no images are found. (images.deleteall) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). Providing a language that is not * supported by the App is a no-op. * @param string $imageType Type of the Image. Providing an image type that * refers to no images is a no-op. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ImagesDeleteAllResponse */ public function deleteall($packageName, $editId, $language, $imageType, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType); $params = array_merge($params, $optParams); return $this->call('deleteall', array($params), "Google_Service_AndroidPublisher_ImagesDeleteAllResponse"); } /** * Lists all images. The response may be empty. (images.listEditsImages) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). There must be a store listing for * the specified language. * @param string $imageType Type of the Image. Providing an image type that * refers to no images will return an empty response. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ImagesListResponse */ public function listEditsImages($packageName, $editId, $language, $imageType, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_ImagesListResponse"); } /** * Uploads an image of the specified language and image type, and adds to the * edit. (images.upload) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). Providing a language that is not * supported by the App is a no-op. * @param string $imageType Type of the Image. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ImagesUploadResponse */ public function upload($packageName, $editId, $language, $imageType, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_AndroidPublisher_ImagesUploadResponse"); } } PK' Ze\vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Systemapks.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $systemapks = $androidpublisherService->systemapks; * */ class Google_Service_AndroidPublisher_Resource_Systemapks extends Google_Service_Resource { } PK' ZٽVVWvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $edits = $androidpublisherService->edits; * */ class Google_Service_AndroidPublisher_Resource_Edits extends Google_Service_Resource { /** * Commits an app edit. (edits.commit) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppEdit */ public function commit($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('commit', array($params), "Google_Service_AndroidPublisher_AppEdit"); } /** * Deletes an app edit. (edits.delete) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. */ public function delete($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets an app edit. (edits.get) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppEdit */ public function get($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppEdit"); } /** * Creates a new edit for an app. (edits.insert) * * @param string $packageName Package name of the app. * @param Google_Service_AndroidPublisher_AppEdit $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppEdit */ public function insert($packageName, Google_Service_AndroidPublisher_AppEdit $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidPublisher_AppEdit"); } /** * Validates an app edit. (edits.validate) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppEdit */ public function validate($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_AndroidPublisher_AppEdit"); } } PK' Zl2  ^vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTesters.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $testers = $androidpublisherService->testers; * */ class Google_Service_AndroidPublisher_Resource_EditsTesters extends Google_Service_Resource { /** * Gets testers. (testers.get) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $track The track to read from. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Testers */ public function get($packageName, $editId, $track, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_Testers"); } /** * Patches testers. (testers.patch) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $track The track to update. * @param Google_Service_AndroidPublisher_Testers $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Testers */ public function patch($packageName, $editId, $track, Google_Service_AndroidPublisher_Testers $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Testers"); } /** * Updates testers. (testers.update) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $track The track to update. * @param Google_Service_AndroidPublisher_Testers $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Testers */ public function update($packageName, $editId, $track, Google_Service_AndroidPublisher_Testers $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidPublisher_Testers"); } } PK' Ztu_vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Inappproducts.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $inappproducts = $androidpublisherService->inappproducts; * */ class Google_Service_AndroidPublisher_Resource_Inappproducts extends Google_Service_Resource { /** * Deletes an in-app product (i.e. a managed product or a subscriptions). * (inappproducts.delete) * * @param string $packageName Package name of the app. * @param string $sku Unique identifier for the in-app product. * @param array $optParams Optional parameters. */ public function delete($packageName, $sku, $optParams = array()) { $params = array('packageName' => $packageName, 'sku' => $sku); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets an in-app product, which can be a managed product or a subscription. * (inappproducts.get) * * @param string $packageName Package name of the app. * @param string $sku Unique identifier for the in-app product. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_InAppProduct */ public function get($packageName, $sku, $optParams = array()) { $params = array('packageName' => $packageName, 'sku' => $sku); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_InAppProduct"); } /** * Creates an in-app product (i.e. a managed product or a subscriptions). * (inappproducts.insert) * * @param string $packageName Package name of the app. * @param Google_Service_AndroidPublisher_InAppProduct $postBody * @param array $optParams Optional parameters. * * @opt_param bool autoConvertMissingPrices If true the prices for all regions * targeted by the parent app that don't have a price specified for this in-app * product will be auto converted to the target currency based on the default * price. Defaults to false. * @return Google_Service_AndroidPublisher_InAppProduct */ public function insert($packageName, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidPublisher_InAppProduct"); } /** * Lists all in-app products - both managed products and subscriptions. * (inappproducts.listInappproducts) * * @param string $packageName Package name of the app. * @param array $optParams Optional parameters. * * @opt_param string maxResults How many results the list operation should * return. * @opt_param string startIndex The index of the first element to return. * @opt_param string token Pagination token. If empty, list starts at the first * product. * @return Google_Service_AndroidPublisher_InappproductsListResponse */ public function listInappproducts($packageName, $optParams = array()) { $params = array('packageName' => $packageName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_InappproductsListResponse"); } /** * Patches an in-app product (i.e. a managed product or a subscriptions). * (inappproducts.patch) * * @param string $packageName Package name of the app. * @param string $sku Unique identifier for the in-app product. * @param Google_Service_AndroidPublisher_InAppProduct $postBody * @param array $optParams Optional parameters. * * @opt_param bool autoConvertMissingPrices If true the prices for all regions * targeted by the parent app that don't have a price specified for this in-app * product will be auto converted to the target currency based on the default * price. Defaults to false. * @return Google_Service_AndroidPublisher_InAppProduct */ public function patch($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidPublisher_InAppProduct"); } /** * Updates an in-app product (i.e. a managed product or a subscriptions). * (inappproducts.update) * * @param string $packageName Package name of the app. * @param string $sku Unique identifier for the in-app product. * @param Google_Service_AndroidPublisher_InAppProduct $postBody * @param array $optParams Optional parameters. * * @opt_param bool autoConvertMissingPrices If true the prices for all regions * targeted by the parent app that don't have a price specified for this in-app * product will be auto converted to the target currency based on the default * price. Defaults to false. * @return Google_Service_AndroidPublisher_InAppProduct */ public function update($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidPublisher_InAppProduct"); } } PK' Zi!P..dvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/SystemapksVariants.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $variants = $androidpublisherService->variants; * */ class Google_Service_AndroidPublisher_Resource_SystemapksVariants extends Google_Service_Resource { /** * Creates an APK which is suitable for inclusion in a system image from an * already uploaded Android App Bundle. (variants.create) * * @param string $packageName Package name of the app. * @param string $versionCode The version code of the App Bundle. * @param Google_Service_AndroidPublisher_Variant $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Variant */ public function create($packageName, $versionCode, Google_Service_AndroidPublisher_Variant $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'versionCode' => $versionCode, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidPublisher_Variant"); } /** * Downloads a previously created system APK which is suitable for inclusion in * a system image. (variants.download) * * @param string $packageName Package name of the app. * @param string $versionCode The version code of the App Bundle. * @param string $variantId The ID of a previously created system APK variant. * @param array $optParams Optional parameters. */ public function download($packageName, $versionCode, $variantId, $optParams = array()) { $params = array('packageName' => $packageName, 'versionCode' => $versionCode, 'variantId' => $variantId); $params = array_merge($params, $optParams); return $this->call('download', array($params)); } /** * Returns a previously created system APK variant. (variants.get) * * @param string $packageName Package name of the app. * @param string $versionCode The version code of the App Bundle. * @param string $variantId The ID of a previously created system APK variant. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Variant */ public function get($packageName, $versionCode, $variantId, $optParams = array()) { $params = array('packageName' => $packageName, 'versionCode' => $versionCode, 'variantId' => $variantId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_Variant"); } /** * Returns the list of previously created system APK variants. * (variants.listSystemapksVariants) * * @param string $packageName Package name of the app. * @param string $versionCode The version code of the App Bundle. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_SystemApksListResponse */ public function listSystemapksVariants($packageName, $versionCode, $optParams = array()) { $params = array('packageName' => $packageName, 'versionCode' => $versionCode); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_SystemApksListResponse"); } } PK' Z P cvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesProducts.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $products = $androidpublisherService->products; * */ class Google_Service_AndroidPublisher_Resource_PurchasesProducts extends Google_Service_Resource { /** * Acknowledges a purchase of an inapp item. (products.acknowledge) * * @param string $packageName The package name of the application the inapp * product was sold in (for example, 'com.some.thing'). * @param string $productId The inapp product SKU (for example, * 'com.some.thing.inapp1'). * @param string $token The token provided to the user's device when the inapp * product was purchased. * @param Google_Service_AndroidPublisher_ProductPurchasesAcknowledgeRequest $postBody * @param array $optParams Optional parameters. */ public function acknowledge($packageName, $productId, $token, Google_Service_AndroidPublisher_ProductPurchasesAcknowledgeRequest $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('acknowledge', array($params)); } /** * Checks the purchase and consumption status of an inapp item. (products.get) * * @param string $packageName The package name of the application the inapp * product was sold in (for example, 'com.some.thing'). * @param string $productId The inapp product SKU (for example, * 'com.some.thing.inapp1'). * @param string $token The token provided to the user's device when the inapp * product was purchased. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ProductPurchase */ public function get($packageName, $productId, $token, $optParams = array()) { $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_ProductPurchase"); } } PK' Z%B[vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Purchases.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $purchases = $androidpublisherService->purchases; * */ class Google_Service_AndroidPublisher_Resource_Purchases extends Google_Service_Resource { } PK' Zށ Yvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Reviews.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $reviews = $androidpublisherService->reviews; * */ class Google_Service_AndroidPublisher_Resource_Reviews extends Google_Service_Resource { /** * Gets a single review. (reviews.get) * * @param string $packageName Package name of the app. * @param string $reviewId Unique identifier for a review. * @param array $optParams Optional parameters. * * @opt_param string translationLanguage Language localization code. * @return Google_Service_AndroidPublisher_Review */ public function get($packageName, $reviewId, $optParams = array()) { $params = array('packageName' => $packageName, 'reviewId' => $reviewId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_Review"); } /** * Lists all reviews. (reviews.listReviews) * * @param string $packageName Package name of the app. * @param array $optParams Optional parameters. * * @opt_param string maxResults How many results the list operation should * return. * @opt_param string startIndex The index of the first element to return. * @opt_param string token Pagination token. If empty, list starts at the first * review. * @opt_param string translationLanguage Language localization code. * @return Google_Service_AndroidPublisher_ReviewsListResponse */ public function listReviews($packageName, $optParams = array()) { $params = array('packageName' => $packageName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_ReviewsListResponse"); } /** * Replies to a single review, or updates an existing reply. (reviews.reply) * * @param string $packageName Package name of the app. * @param string $reviewId Unique identifier for a review. * @param Google_Service_AndroidPublisher_ReviewsReplyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ReviewsReplyResponse */ public function reply($packageName, $reviewId, Google_Service_AndroidPublisher_ReviewsReplyRequest $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'reviewId' => $reviewId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reply', array($params), "Google_Service_AndroidPublisher_ReviewsReplyResponse"); } } PK' ZF8 mvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Internalappsharingartifacts.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $internalappsharingartifacts = $androidpublisherService->internalappsharingartifacts; * */ class Google_Service_AndroidPublisher_Resource_Internalappsharingartifacts extends Google_Service_Resource { /** * Uploads an APK to internal app sharing. If you are using the Google API * client libraries, please increase the timeout of the http request before * calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts * and Errors](https://developers.google.com/api-client-library/java/google-api- * java-client/errors) for an example in java. * (internalappsharingartifacts.uploadapk) * * @param string $packageName Package name of the app. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_InternalAppSharingArtifact */ public function uploadapk($packageName, $optParams = array()) { $params = array('packageName' => $packageName); $params = array_merge($params, $optParams); return $this->call('uploadapk', array($params), "Google_Service_AndroidPublisher_InternalAppSharingArtifact"); } /** * Uploads an app bundle to internal app sharing. If you are using the Google * API client libraries, please increase the timeout of the http request before * calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts * and Errors](https://developers.google.com/api-client-library/java/google-api- * java-client/errors) for an example in java. * (internalappsharingartifacts.uploadbundle) * * @param string $packageName Package name of the app. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_InternalAppSharingArtifact */ public function uploadbundle($packageName, $optParams = array()) { $params = array('packageName' => $packageName); $params = array_merge($params, $optParams); return $this->call('uploadbundle', array($params), "Google_Service_AndroidPublisher_InternalAppSharingArtifact"); } } PK' Z`00_vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsListings.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $listings = $androidpublisherService->listings; * */ class Google_Service_AndroidPublisher_Resource_EditsListings extends Google_Service_Resource { /** * Deletes a localized store listing. (listings.delete) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). * @param array $optParams Optional parameters. */ public function delete($packageName, $editId, $language, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Deletes all store listings. (listings.deleteall) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. */ public function deleteall($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('deleteall', array($params)); } /** * Gets a localized store listing. (listings.get) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Listing */ public function get($packageName, $editId, $language, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_Listing"); } /** * Lists all localized store listings. (listings.listEditsListings) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ListingsListResponse */ public function listEditsListings($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_ListingsListResponse"); } /** * Patches a localized store listing. (listings.patch) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). * @param Google_Service_AndroidPublisher_Listing $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Listing */ public function patch($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Listing"); } /** * Creates or updates a localized store listing. (listings.update) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $language Language localization code (a BCP-47 language tag; * for example, "de-AT" for Austrian German). * @param Google_Service_AndroidPublisher_Listing $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Listing */ public function update($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidPublisher_Listing"); } } PK' ZW8] ] ^vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDetails.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $details = $androidpublisherService->details; * */ class Google_Service_AndroidPublisher_Resource_EditsDetails extends Google_Service_Resource { /** * Gets details of an app. (details.get) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppDetails */ public function get($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppDetails"); } /** * Patches details of an app. (details.patch) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param Google_Service_AndroidPublisher_AppDetails $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppDetails */ public function patch($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidPublisher_AppDetails"); } /** * Updates details of an app. (details.update) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param Google_Service_AndroidPublisher_AppDetails $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_AppDetails */ public function update($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidPublisher_AppDetails"); } } PK' ZxiDDhvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesSubscriptions.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $subscriptions = $androidpublisherService->subscriptions; * */ class Google_Service_AndroidPublisher_Resource_PurchasesSubscriptions extends Google_Service_Resource { /** * Acknowledges a subscription purchase. (subscriptions.acknowledge) * * @param string $packageName The package name of the application for which this * subscription was purchased (for example, 'com.some.thing'). * @param string $subscriptionId The purchased subscription ID (for example, * 'monthly001'). * @param string $token The token provided to the user's device when the * subscription was purchased. * @param Google_Service_AndroidPublisher_SubscriptionPurchasesAcknowledgeRequest $postBody * @param array $optParams Optional parameters. */ public function acknowledge($packageName, $subscriptionId, $token, Google_Service_AndroidPublisher_SubscriptionPurchasesAcknowledgeRequest $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('acknowledge', array($params)); } /** * Cancels a user's subscription purchase. The subscription remains valid until * its expiration time. (subscriptions.cancel) * * @param string $packageName The package name of the application for which this * subscription was purchased (for example, 'com.some.thing'). * @param string $subscriptionId The purchased subscription ID (for example, * 'monthly001'). * @param string $token The token provided to the user's device when the * subscription was purchased. * @param array $optParams Optional parameters. */ public function cancel($packageName, $subscriptionId, $token, $optParams = array()) { $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); $params = array_merge($params, $optParams); return $this->call('cancel', array($params)); } /** * Defers a user's subscription purchase until a specified future expiration * time. (subscriptions.defer) * * @param string $packageName The package name of the application for which this * subscription was purchased (for example, 'com.some.thing'). * @param string $subscriptionId The purchased subscription ID (for example, * 'monthly001'). * @param string $token The token provided to the user's device when the * subscription was purchased. * @param Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse */ public function defer($packageName, $subscriptionId, $token, Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('defer', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse"); } /** * Checks whether a user's subscription purchase is valid and returns its expiry * time. (subscriptions.get) * * @param string $packageName The package name of the application for which this * subscription was purchased (for example, 'com.some.thing'). * @param string $subscriptionId The purchased subscription ID (for example, * 'monthly001'). * @param string $token The token provided to the user's device when the * subscription was purchased. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_SubscriptionPurchase */ public function get($packageName, $subscriptionId, $token, $optParams = array()) { $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchase"); } /** * Refunds a user's subscription purchase, but the subscription remains valid * until its expiration time and it will continue to recur. * (subscriptions.refund) * * @param string $packageName The package name of the application for which this * subscription was purchased (for example, 'com.some.thing'). * @param string $subscriptionId "The purchased subscription ID (for example, * 'monthly001'). * @param string $token The token provided to the user's device when the * subscription was purchased. * @param array $optParams Optional parameters. */ public function refund($packageName, $subscriptionId, $token, $optParams = array()) { $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); $params = array_merge($params, $optParams); return $this->call('refund', array($params)); } /** * Refunds and immediately revokes a user's subscription purchase. Access to the * subscription will be terminated immediately and it will stop recurring. * (subscriptions.revoke) * * @param string $packageName The package name of the application for which this * subscription was purchased (for example, 'com.some.thing'). * @param string $subscriptionId The purchased subscription ID (for example, * 'monthly001'). * @param string $token The token provided to the user's device when the * subscription was purchased. * @param array $optParams Optional parameters. */ public function revoke($packageName, $subscriptionId, $token, $optParams = array()) { $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); $params = array_merge($params, $optParams); return $this->call('revoke', array($params)); } } PK' Z.EE]vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTracks.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $tracks = $androidpublisherService->tracks; * */ class Google_Service_AndroidPublisher_Resource_EditsTracks extends Google_Service_Resource { /** * Gets a track. (tracks.get) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $track Identifier of the track. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Track */ public function get($packageName, $editId, $track, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_Track"); } /** * Lists all tracks. (tracks.listEditsTracks) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_TracksListResponse */ public function listEditsTracks($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_TracksListResponse"); } /** * Patches a track. (tracks.patch) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $track Identifier of the track. * @param Google_Service_AndroidPublisher_Track $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Track */ public function patch($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Track"); } /** * Updates a track. (tracks.update) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param string $track Identifier of the track. * @param Google_Service_AndroidPublisher_Track $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Track */ public function update($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidPublisher_Track"); } } PK' ZzJivendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDeobfuscationfiles.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $deobfuscationfiles = $androidpublisherService->deobfuscationfiles; * */ class Google_Service_AndroidPublisher_Resource_EditsDeobfuscationfiles extends Google_Service_Resource { /** * Uploads a new deobfuscation file and attaches to the specified APK. * (deobfuscationfiles.upload) * * @param string $packageName Unique identifier for the Android app. * @param string $editId Unique identifier for this edit. * @param int $apkVersionCode The version code of the APK whose Deobfuscation * File is being uploaded. * @param string $deobfuscationFileType The type of the deobfuscation file. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_DeobfuscationFilesUploadResponse */ public function upload($packageName, $editId, $apkVersionCode, $deobfuscationFileType, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'deobfuscationFileType' => $deobfuscationFileType); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_AndroidPublisher_DeobfuscationFilesUploadResponse"); } } PK' Zc c [vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsApks.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $apks = $androidpublisherService->apks; * */ class Google_Service_AndroidPublisher_Resource_EditsApks extends Google_Service_Resource { /** * Creates a new APK without uploading the APK itself to Google Play, instead * hosting the APK at a specified URL. This function is only available to * organizations using Managed Play whose application is configured to restrict * distribution to the organizations. (apks.addexternallyhosted) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param Google_Service_AndroidPublisher_ApksAddExternallyHostedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ApksAddExternallyHostedResponse */ public function addexternallyhosted($packageName, $editId, Google_Service_AndroidPublisher_ApksAddExternallyHostedRequest $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addexternallyhosted', array($params), "Google_Service_AndroidPublisher_ApksAddExternallyHostedResponse"); } /** * Lists all current APKs of the app and edit. (apks.listEditsApks) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ApksListResponse */ public function listEditsApks($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_ApksListResponse"); } /** * Uploads an APK and adds to the current edit. (apks.upload) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_Apk */ public function upload($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_AndroidPublisher_Apk"); } } PK' Z-6evendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsExpansionfiles.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $expansionfiles = $androidpublisherService->expansionfiles; * */ class Google_Service_AndroidPublisher_Resource_EditsExpansionfiles extends Google_Service_Resource { /** * Fetches the expansion file configuration for the specified APK. * (expansionfiles.get) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param int $apkVersionCode The version code of the APK whose expansion file * configuration is being read or modified. * @param string $expansionFileType The file type of the file configuration * which is being read or modified. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ExpansionFile */ public function get($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidPublisher_ExpansionFile"); } /** * Patches the APK's expansion file configuration to reference another APK's * expansion file. To add a new expansion file use the Upload method. * (expansionfiles.patch) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param int $apkVersionCode The version code of the APK whose expansion file * configuration is being read or modified. * @param string $expansionFileType The file type of the expansion file * configuration which is being updated. * @param Google_Service_AndroidPublisher_ExpansionFile $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ExpansionFile */ public function patch($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidPublisher_ExpansionFile"); } /** * Updates the APK's expansion file configuration to reference another APK's * expansion file. To add a new expansion file use the Upload method. * (expansionfiles.update) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param int $apkVersionCode The version code of the APK whose expansion file * configuration is being read or modified. * @param string $expansionFileType The file type of the file configuration * which is being read or modified. * @param Google_Service_AndroidPublisher_ExpansionFile $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ExpansionFile */ public function update($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidPublisher_ExpansionFile"); } /** * Uploads a new expansion file and attaches to the specified APK. * (expansionfiles.upload) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param int $apkVersionCode The version code of the APK whose expansion file * configuration is being read or modified. * @param string $expansionFileType The file type of the expansion file * configuration which is being updated. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_ExpansionFilesUploadResponse */ public function upload($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_AndroidPublisher_ExpansionFilesUploadResponse"); } } PK' Zt ^vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsBundles.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $bundles = $androidpublisherService->bundles; * */ class Google_Service_AndroidPublisher_Resource_EditsBundles extends Google_Service_Resource { /** * Lists all current Android App Bundles of the app and edit. * (bundles.listEditsBundles) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * @return Google_Service_AndroidPublisher_BundlesListResponse */ public function listEditsBundles($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidPublisher_BundlesListResponse"); } /** * Uploads a new Android App Bundle to this edit. If you are using the Google * API client libraries, please increase the timeout of the http request before * calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts * and Errors](https://developers.google.com/api-client-library/java/google-api- * java-client/errors) for an example in java. (bundles.upload) * * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. * * @opt_param bool ackBundleInstallationWarning Must be set to true if the * bundle installation may trigger a warning on user devices (for example, if * installation size may be over a threshold, typically 100 MB). * @return Google_Service_AndroidPublisher_Bundle */ public function upload($packageName, $editId, $optParams = array()) { $params = array('packageName' => $packageName, 'editId' => $editId); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_AndroidPublisher_Bundle"); } } PK' Z<Xvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Orders.phpnu[ * $androidpublisherService = new Google_Service_AndroidPublisher(...); * $orders = $androidpublisherService->orders; * */ class Google_Service_AndroidPublisher_Resource_Orders extends Google_Service_Resource { /** * Refund a user's subscription or in-app purchase order. (orders.refund) * * @param string $packageName The package name of the application for which this * subscription or in-app item was purchased (for example, 'com.some.thing'). * @param string $orderId The order ID provided to the user when the * subscription or in-app order was purchased. * @param array $optParams Optional parameters. * * @opt_param bool revoke Whether to revoke the purchased item. If set to true, * access to the subscription or in-app item will be terminated immediately. If * the item is a recurring subscription, all future payments will also be * terminated. Consumed in-app items need to be handled by developer's app. * (optional). */ public function refund($packageName, $orderId, $optParams = array()) { $params = array('packageName' => $packageName, 'orderId' => $orderId); $params = array_merge($params, $optParams); return $this->call('refund', array($params)); } } PK' Z)tOvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Bundle.phpnu[sha1 = $sha1; } public function getSha1() { return $this->sha1; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } } PK' Z&@Rvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Timestamp.phpnu[nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK' Z[g&&Tvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UserComment.phpnu[androidOsVersion = $androidOsVersion; } public function getAndroidOsVersion() { return $this->androidOsVersion; } public function setAppVersionCode($appVersionCode) { $this->appVersionCode = $appVersionCode; } public function getAppVersionCode() { return $this->appVersionCode; } public function setAppVersionName($appVersionName) { $this->appVersionName = $appVersionName; } public function getAppVersionName() { return $this->appVersionName; } public function setDevice($device) { $this->device = $device; } public function getDevice() { return $this->device; } /** * @param Google_Service_AndroidPublisher_DeviceMetadata */ public function setDeviceMetadata(Google_Service_AndroidPublisher_DeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_AndroidPublisher_DeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } /** * @param Google_Service_AndroidPublisher_Timestamp */ public function setLastModified(Google_Service_AndroidPublisher_Timestamp $lastModified) { $this->lastModified = $lastModified; } /** * @return Google_Service_AndroidPublisher_Timestamp */ public function getLastModified() { return $this->lastModified; } public function setOriginalText($originalText) { $this->originalText = $originalText; } public function getOriginalText() { return $this->originalText; } public function setReviewerLanguage($reviewerLanguage) { $this->reviewerLanguage = $reviewerLanguage; } public function getReviewerLanguage() { return $this->reviewerLanguage; } public function setStarRating($starRating) { $this->starRating = $starRating; } public function getStarRating() { return $this->starRating; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setThumbsDownCount($thumbsDownCount) { $this->thumbsDownCount = $thumbsDownCount; } public function getThumbsDownCount() { return $this->thumbsDownCount; } public function setThumbsUpCount($thumbsUpCount) { $this->thumbsUpCount = $thumbsUpCount; } public function getThumbsUpCount() { return $this->thumbsUpCount; } } PK' Z\\Xvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TokenPagination.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPreviousPageToken($previousPageToken) { $this->previousPageToken = $previousPageToken; } public function getPreviousPageToken() { return $this->previousPageToken; } } PK' Z1z]aa]vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchase.phpnu[acknowledgementState = $acknowledgementState; } public function getAcknowledgementState() { return $this->acknowledgementState; } public function setAutoRenewing($autoRenewing) { $this->autoRenewing = $autoRenewing; } public function getAutoRenewing() { return $this->autoRenewing; } public function setAutoResumeTimeMillis($autoResumeTimeMillis) { $this->autoResumeTimeMillis = $autoResumeTimeMillis; } public function getAutoResumeTimeMillis() { return $this->autoResumeTimeMillis; } public function setCancelReason($cancelReason) { $this->cancelReason = $cancelReason; } public function getCancelReason() { return $this->cancelReason; } /** * @param Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult */ public function setCancelSurveyResult(Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult $cancelSurveyResult) { $this->cancelSurveyResult = $cancelSurveyResult; } /** * @return Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult */ public function getCancelSurveyResult() { return $this->cancelSurveyResult; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setDeveloperPayload($developerPayload) { $this->developerPayload = $developerPayload; } public function getDeveloperPayload() { return $this->developerPayload; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setExpiryTimeMillis($expiryTimeMillis) { $this->expiryTimeMillis = $expiryTimeMillis; } public function getExpiryTimeMillis() { return $this->expiryTimeMillis; } public function setExternalAccountId($externalAccountId) { $this->externalAccountId = $externalAccountId; } public function getExternalAccountId() { return $this->externalAccountId; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } /** * @param Google_Service_AndroidPublisher_IntroductoryPriceInfo */ public function setIntroductoryPriceInfo(Google_Service_AndroidPublisher_IntroductoryPriceInfo $introductoryPriceInfo) { $this->introductoryPriceInfo = $introductoryPriceInfo; } /** * @return Google_Service_AndroidPublisher_IntroductoryPriceInfo */ public function getIntroductoryPriceInfo() { return $this->introductoryPriceInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkedPurchaseToken($linkedPurchaseToken) { $this->linkedPurchaseToken = $linkedPurchaseToken; } public function getLinkedPurchaseToken() { return $this->linkedPurchaseToken; } public function setObfuscatedExternalAccountId($obfuscatedExternalAccountId) { $this->obfuscatedExternalAccountId = $obfuscatedExternalAccountId; } public function getObfuscatedExternalAccountId() { return $this->obfuscatedExternalAccountId; } public function setObfuscatedExternalProfileId($obfuscatedExternalProfileId) { $this->obfuscatedExternalProfileId = $obfuscatedExternalProfileId; } public function getObfuscatedExternalProfileId() { return $this->obfuscatedExternalProfileId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setPaymentState($paymentState) { $this->paymentState = $paymentState; } public function getPaymentState() { return $this->paymentState; } public function setPriceAmountMicros($priceAmountMicros) { $this->priceAmountMicros = $priceAmountMicros; } public function getPriceAmountMicros() { return $this->priceAmountMicros; } /** * @param Google_Service_AndroidPublisher_SubscriptionPriceChange */ public function setPriceChange(Google_Service_AndroidPublisher_SubscriptionPriceChange $priceChange) { $this->priceChange = $priceChange; } /** * @return Google_Service_AndroidPublisher_SubscriptionPriceChange */ public function getPriceChange() { return $this->priceChange; } public function setPriceCurrencyCode($priceCurrencyCode) { $this->priceCurrencyCode = $priceCurrencyCode; } public function getPriceCurrencyCode() { return $this->priceCurrencyCode; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setProfileName($profileName) { $this->profileName = $profileName; } public function getProfileName() { return $this->profileName; } public function setPromotionCode($promotionCode) { $this->promotionCode = $promotionCode; } public function getPromotionCode() { return $this->promotionCode; } public function setPromotionType($promotionType) { $this->promotionType = $promotionType; } public function getPromotionType() { return $this->promotionType; } public function setPurchaseType($purchaseType) { $this->purchaseType = $purchaseType; } public function getPurchaseType() { return $this->purchaseType; } public function setStartTimeMillis($startTimeMillis) { $this->startTimeMillis = $startTimeMillis; } public function getStartTimeMillis() { return $this->startTimeMillis; } public function setUserCancellationTimeMillis($userCancellationTimeMillis) { $this->userCancellationTimeMillis = $userCancellationTimeMillis; } public function getUserCancellationTimeMillis() { return $this->userCancellationTimeMillis; } } PK' Zٽgg_vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SystemApksListResponse.phpnu[variants = $variants; } /** * @return Google_Service_AndroidPublisher_Variant[] */ public function getVariants() { return $this->variants; } } PK' Z4Pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Testers.phpnu[googleGroups = $googleGroups; } public function getGoogleGroups() { return $this->googleGroups; } } PK' Z9N N Uvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TrackRelease.phpnu[countryTargeting = $countryTargeting; } /** * @return Google_Service_AndroidPublisher_CountryTargeting */ public function getCountryTargeting() { return $this->countryTargeting; } public function setInAppUpdatePriority($inAppUpdatePriority) { $this->inAppUpdatePriority = $inAppUpdatePriority; } public function getInAppUpdatePriority() { return $this->inAppUpdatePriority; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AndroidPublisher_LocalizedText[] */ public function setReleaseNotes($releaseNotes) { $this->releaseNotes = $releaseNotes; } /** * @return Google_Service_AndroidPublisher_LocalizedText[] */ public function getReleaseNotes() { return $this->releaseNotes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserFraction($userFraction) { $this->userFraction = $userFraction; } public function getUserFraction() { return $this->userFraction; } public function setVersionCodes($versionCodes) { $this->versionCodes = $versionCodes; } public function getVersionCodes() { return $this->versionCodes; } } PK' ZӹC//Pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.phpnu[fullDescription = $fullDescription; } public function getFullDescription() { return $this->fullDescription; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVideo($video) { $this->video = $video; } public function getVideo() { return $this->video; } } PK' Zkvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferResponse.phpnu[newExpiryTimeMillis = $newExpiryTimeMillis; } public function getNewExpiryTimeMillis() { return $this->newExpiryTimeMillis; } } PK' Z1evendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFilesUploadResponse.phpnu[expansionFile = $expansionFile; } /** * @return Google_Service_AndroidPublisher_ExpansionFile */ public function getExpansionFile() { return $this->expansionFile; } } PK' Zr\vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.phpnu[benefits = $benefits; } public function getBenefits() { return $this->benefits; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' Z'LRvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.phpnu[sha1 = $sha1; } public function getSha1() { return $this->sha1; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK' ZQpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesAcknowledgeRequest.phpnu[developerPayload = $developerPayload; } public function getDeveloperPayload() { return $this->developerPayload; } } PK' ZV}mm]vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyResponse.phpnu[result = $result; } /** * @return Google_Service_AndroidPublisher_ReviewReplyResult */ public function getResult() { return $this->result; } } PK' Z؅v v Uvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProduct.phpnu[defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } /** * @param Google_Service_AndroidPublisher_Price */ public function setDefaultPrice(Google_Service_AndroidPublisher_Price $defaultPrice) { $this->defaultPrice = $defaultPrice; } /** * @return Google_Service_AndroidPublisher_Price */ public function getDefaultPrice() { return $this->defaultPrice; } public function setGracePeriod($gracePeriod) { $this->gracePeriod = $gracePeriod; } public function getGracePeriod() { return $this->gracePeriod; } /** * @param Google_Service_AndroidPublisher_InAppProductListing[] */ public function setListings($listings) { $this->listings = $listings; } /** * @return Google_Service_AndroidPublisher_InAppProductListing[] */ public function getListings() { return $this->listings; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } /** * @param Google_Service_AndroidPublisher_Price[] */ public function setPrices($prices) { $this->prices = $prices; } /** * @return Google_Service_AndroidPublisher_Price[] */ public function getPrices() { return $this->prices; } public function setPurchaseType($purchaseType) { $this->purchaseType = $purchaseType; } public function getPurchaseType() { return $this->purchaseType; } public function setSku($sku) { $this->sku = $sku; } public function getSku() { return $this->sku; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubscriptionPeriod($subscriptionPeriod) { $this->subscriptionPeriod = $subscriptionPeriod; } public function getSubscriptionPeriod() { return $this->subscriptionPeriod; } public function setTrialPeriod($trialPeriod) { $this->trialPeriod = $trialPeriod; } public function getTrialPeriod() { return $this->trialPeriod; } } PK' ZbxxYvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/CountryTargeting.phpnu[countries = $countries; } public function getCountries() { return $this->countries; } public function setIncludeRestOfWorld($includeRestOfWorld) { $this->includeRestOfWorld = $includeRestOfWorld; } public function getIncludeRestOfWorld() { return $this->includeRestOfWorld; } } PK' Z X<Pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppEdit.phpnu[expiryTimeSeconds = $expiryTimeSeconds; } public function getExpiryTimeSeconds() { return $this->expiryTimeSeconds; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK' Z [vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TracksListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidPublisher_Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_AndroidPublisher_Track[] */ public function getTracks() { return $this->tracks; } } PK' ZY|&Nvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Price.phpnu[currency = $currency; } public function getCurrency() { return $this->currency; } public function setPriceMicros($priceMicros) { $this->priceMicros = $priceMicros; } public function getPriceMicros() { return $this->priceMicros; } } PK' ZbWvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setPurchaseTimeMillis($purchaseTimeMillis) { $this->purchaseTimeMillis = $purchaseTimeMillis; } public function getPurchaseTimeMillis() { return $this->purchaseTimeMillis; } public function setPurchaseToken($purchaseToken) { $this->purchaseToken = $purchaseToken; } public function getPurchaseToken() { return $this->purchaseToken; } public function setVoidedReason($voidedReason) { $this->voidedReason = $voidedReason; } public function getVoidedReason() { return $this->voidedReason; } public function setVoidedSource($voidedSource) { $this->voidedSource = $voidedSource; } public function getVoidedSource() { return $this->voidedSource; } public function setVoidedTimeMillis($voidedTimeMillis) { $this->voidedTimeMillis = $voidedTimeMillis; } public function getVoidedTimeMillis() { return $this->voidedTimeMillis; } } PK' Z Vvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/LocalizedText.phpnu[language = $language; } public function getLanguage() { return $this->language; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK' Z`vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPriceChange.phpnu[newPrice = $newPrice; } /** * @return Google_Service_AndroidPublisher_Price */ public function getNewPrice() { return $this->newPrice; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK' ZNvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Image.phpnu[id = $id; } public function getId() { return $this->id; } public function setSha1($sha1) { $this->sha1 = $sha1; } public function getSha1() { return $this->sha1; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' Z񸻊Yvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.phpnu[lastModified = $lastModified; } /** * @return Google_Service_AndroidPublisher_Timestamp */ public function getLastModified() { return $this->lastModified; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK' Z?g\vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/BundlesListResponse.phpnu[bundles = $bundles; } /** * @return Google_Service_AndroidPublisher_Bundle[] */ public function getBundles() { return $this->bundles; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' Z(gvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.phpnu[externallyHostedApk = $externallyHostedApk; } /** * @return Google_Service_AndroidPublisher_ExternallyHostedApk */ public function getExternallyHostedApk() { return $this->externallyHostedApk; } } PK' Zc]vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ListingsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidPublisher_Listing[] */ public function setListings($listings) { $this->listings = $listings; } /** * @return Google_Service_AndroidPublisher_Listing[] */ public function getListings() { return $this->listings; } } PK' Z8l%nYY`vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesDeleteAllResponse.phpnu[deleted = $deleted; } /** * @return Google_Service_AndroidPublisher_Image[] */ public function getDeleted() { return $this->deleted; } } PK' Znivendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFilesUploadResponse.phpnu[deobfuscationFile = $deobfuscationFile; } /** * @return Google_Service_AndroidPublisher_DeobfuscationFile */ public function getDeobfuscationFile() { return $this->deobfuscationFile; } } PK' Z,jvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.phpnu[deferralInfo = $deferralInfo; } /** * @return Google_Service_AndroidPublisher_SubscriptionDeferralInfo */ public function getDeferralInfo() { return $this->deferralInfo; } } PK' ZU-LL^vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/IntroductoryPriceInfo.phpnu[introductoryPriceAmountMicros = $introductoryPriceAmountMicros; } public function getIntroductoryPriceAmountMicros() { return $this->introductoryPriceAmountMicros; } public function setIntroductoryPriceCurrencyCode($introductoryPriceCurrencyCode) { $this->introductoryPriceCurrencyCode = $introductoryPriceCurrencyCode; } public function getIntroductoryPriceCurrencyCode() { return $this->introductoryPriceCurrencyCode; } public function setIntroductoryPriceCycles($introductoryPriceCycles) { $this->introductoryPriceCycles = $introductoryPriceCycles; } public function getIntroductoryPriceCycles() { return $this->introductoryPriceCycles; } public function setIntroductoryPricePeriod($introductoryPricePeriod) { $this->introductoryPricePeriod = $introductoryPricePeriod; } public function getIntroductoryPricePeriod() { return $this->introductoryPricePeriod; } } PK' Za'YYRvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.phpnu[ * An API to enable creating and using machine learning models.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudMachineLearningEngine extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $projects; public $projects_jobs; public $projects_locations; public $projects_locations_operations; public $projects_locations_studies; public $projects_locations_studies_trials; public $projects_models; public $projects_models_versions; public $projects_operations; /** * Constructs the internal representation of the CloudMachineLearningEngine * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://ml.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'ml'; $this->projects = new Google_Service_CloudMachineLearningEngine_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'explain' => array( 'path' => 'v1/{+name}:explain', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getConfig' => array( 'path' => 'v1/{+name}:getConfig', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'predict' => array( 'path' => 'v1/{+name}:predict', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_jobs = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudMachineLearningEngine_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, ), ), ), ) ) ); $this->projects_locations_studies = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocationsStudies( $this, $this->serviceName, 'studies', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/studies', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'studyId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/studies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_studies_trials = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocationsStudiesTrials( $this, $this->serviceName, 'trials', array( 'methods' => array( 'addMeasurement' => array( 'path' => 'v1/{+name}:addMeasurement', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'checkEarlyStoppingState' => array( 'path' => 'v1/{+name}:checkEarlyStoppingState', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'complete' => array( 'path' => 'v1/{+name}:complete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/trials', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/trials', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'listOptimalTrials' => array( 'path' => 'v1/{+parent}/trials:listOptimalTrials', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v1/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'suggest' => array( 'path' => 'v1/{+parent}/trials:suggest', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_models = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels( $this, $this->serviceName, 'models', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/models', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/models', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_models_versions = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/versions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setDefault' => array( 'path' => 'v1/{+name}:setDefault', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_operations = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Ze3Avendor/google/apiclient-services/src/Google/Service/CivicInfo.phpnu[ * Provides polling places, early vote locations, contest data, election * officials, and government representatives for U.S. residential addresses.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CivicInfo extends Google_Service { public $divisions; public $elections; public $representatives; /** * Constructs the internal representation of the CivicInfo service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://civicinfo.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'civicinfo'; $this->divisions = new Google_Service_CivicInfo_Resource_Divisions( $this, $this->serviceName, 'divisions', array( 'methods' => array( 'search' => array( 'path' => 'civicinfo/v2/divisions', 'httpMethod' => 'GET', 'parameters' => array( 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->elections = new Google_Service_CivicInfo_Resource_Elections( $this, $this->serviceName, 'elections', array( 'methods' => array( 'electionQuery' => array( 'path' => 'civicinfo/v2/elections', 'httpMethod' => 'GET', 'parameters' => array(), ),'voterInfoQuery' => array( 'path' => 'civicinfo/v2/voterinfo', 'httpMethod' => 'GET', 'parameters' => array( 'address' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'electionId' => array( 'location' => 'query', 'type' => 'string', ), 'officialOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'returnAllAvailableData' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->representatives = new Google_Service_CivicInfo_Resource_Representatives( $this, $this->serviceName, 'representatives', array( 'methods' => array( 'representativeInfoByAddress' => array( 'path' => 'civicinfo/v2/representatives', 'httpMethod' => 'GET', 'parameters' => array( 'address' => array( 'location' => 'query', 'type' => 'string', ), 'includeOffices' => array( 'location' => 'query', 'type' => 'boolean', ), 'levels' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'roles' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'representativeInfoByDivision' => array( 'path' => 'civicinfo/v2/representatives/{ocdId}', 'httpMethod' => 'GET', 'parameters' => array( 'ocdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'levels' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'recursive' => array( 'location' => 'query', 'type' => 'boolean', ), 'roles' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); } } PK' ZwEvendor/google/apiclient-services/src/Google/Service/SearchConsole.phpnu[ * The Search Console API provides access to both Search Console data (verified * users only) and to public information on an URL basis (anyone)

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SearchConsole extends Google_Service { /** View and manage Search Console data for your verified sites. */ const WEBMASTERS = "https://www.googleapis.com/auth/webmasters"; /** View Search Console data for your verified sites. */ const WEBMASTERS_READONLY = "https://www.googleapis.com/auth/webmasters.readonly"; public $searchanalytics; public $sitemaps; public $sites; public $urlTestingTools_mobileFriendlyTest; /** * Constructs the internal representation of the SearchConsole service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://searchconsole.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'searchconsole'; $this->searchanalytics = new Google_Service_SearchConsole_Resource_Searchanalytics( $this, $this->serviceName, 'searchanalytics', array( 'methods' => array( 'query' => array( 'path' => 'webmasters/v3/sites/{siteUrl}/searchAnalytics/query', 'httpMethod' => 'POST', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->sitemaps = new Google_Service_SearchConsole_Resource_Sitemaps( $this, $this->serviceName, 'sitemaps', array( 'methods' => array( 'delete' => array( 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedpath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}', 'httpMethod' => 'GET', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedpath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps', 'httpMethod' => 'GET', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sitemapIndex' => array( 'location' => 'query', 'type' => 'string', ), ), ),'submit' => array( 'path' => 'webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}', 'httpMethod' => 'PUT', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedpath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->sites = new Google_Service_SearchConsole_Resource_Sites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'add' => array( 'path' => 'webmasters/v3/sites/{siteUrl}', 'httpMethod' => 'PUT', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'webmasters/v3/sites/{siteUrl}', 'httpMethod' => 'DELETE', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'webmasters/v3/sites/{siteUrl}', 'httpMethod' => 'GET', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'webmasters/v3/sites', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->urlTestingTools_mobileFriendlyTest = new Google_Service_SearchConsole_Resource_UrlTestingToolsMobileFriendlyTest( $this, $this->serviceName, 'mobileFriendlyTest', array( 'methods' => array( 'run' => array( 'path' => 'v1/urlTestingTools/mobileFriendlyTest:run', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK' ZTTNvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.phpnu[ * Detects objects, explicit content, and scene changes in videos. It also * specifies the region for annotation and transcribes speech to text. Supports * both asynchronous API and streaming API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudVideoIntelligence extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations_projects_locations_operations; public $projects_locations_operations; public $videos; /** * Constructs the internal representation of the CloudVideoIntelligence * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://videointelligence.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'videointelligence'; $this->operations_projects_locations_operations = new Google_Service_CloudVideoIntelligence_Resource_OperationsProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/operations/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/operations/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/operations/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudVideoIntelligence_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->videos = new Google_Service_CloudVideoIntelligence_Resource_Videos( $this, $this->serviceName, 'videos', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/videos:annotate', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK' ZSvendor/google/apiclient-services/src/Google/Service/Translate/SupportedLanguage.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setSupportSource($supportSource) { $this->supportSource = $supportSource; } public function getSupportSource() { return $this->supportSource; } public function setSupportTarget($supportTarget) { $this->supportTarget = $supportTarget; } public function getSupportTarget() { return $this->supportTarget; } } PK' ZGGVvendor/google/apiclient-services/src/Google/Service/Translate/WaitOperationRequest.phpnu[timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK' Z-tF F Vvendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextRequest.phpnu[contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_Translate_TranslateTextGlossaryConfig */ public function setGlossaryConfig(Google_Service_Translate_TranslateTextGlossaryConfig $glossaryConfig) { $this->glossaryConfig = $glossaryConfig; } /** * @return Google_Service_Translate_TranslateTextGlossaryConfig */ public function getGlossaryConfig() { return $this->glossaryConfig; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setSourceLanguageCode($sourceLanguageCode) { $this->sourceLanguageCode = $sourceLanguageCode; } public function getSourceLanguageCode() { return $this->sourceLanguageCode; } public function setTargetLanguageCode($targetLanguageCode) { $this->targetLanguageCode = $targetLanguageCode; } public function getTargetLanguageCode() { return $this->targetLanguageCode; } } PK' Z` Jvendor/google/apiclient-services/src/Google/Service/Translate/Glossary.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEntryCount($entryCount) { $this->entryCount = $entryCount; } public function getEntryCount() { return $this->entryCount; } /** * @param Google_Service_Translate_GlossaryInputConfig */ public function setInputConfig(Google_Service_Translate_GlossaryInputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_Translate_GlossaryInputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Translate_LanguageCodesSet */ public function setLanguageCodesSet(Google_Service_Translate_LanguageCodesSet $languageCodesSet) { $this->languageCodesSet = $languageCodesSet; } /** * @return Google_Service_Translate_LanguageCodesSet */ public function getLanguageCodesSet() { return $this->languageCodesSet; } /** * @param Google_Service_Translate_LanguageCodePair */ public function setLanguagePair(Google_Service_Translate_LanguageCodePair $languagePair) { $this->languagePair = $languagePair; } /** * @return Google_Service_Translate_LanguageCodePair */ public function getLanguagePair() { return $this->languagePair; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubmitTime($submitTime) { $this->submitTime = $submitTime; } public function getSubmitTime() { return $this->submitTime; } } PK' ZM%Xvendor/google/apiclient-services/src/Google/Service/Translate/CancelOperationRequest.phpnu[content = $content; } public function getContent() { return $this->content; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } } PK' Z 6Rvendor/google/apiclient-services/src/Google/Service/Translate/LanguageCodesSet.phpnu[languageCodes = $languageCodes; } public function getLanguageCodes() { return $this->languageCodes; } } PK' Z"dvvNvendor/google/apiclient-services/src/Google/Service/Translate/OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_Translate_GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK' Z~ooXvendor/google/apiclient-services/src/Google/Service/Translate/DetectLanguageResponse.phpnu[languages = $languages; } /** * @return Google_Service_Translate_DetectedLanguage[] */ public function getLanguages() { return $this->languages; } } PK' ZOO\vendor/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocations.phpnu[ * $translateService = new Google_Service_Translate(...); * $locations = $translateService->locations; * */ class Google_Service_Translate_Resource_ProjectsLocations extends Google_Service_Resource { /** * Translates a large volume of text in asynchronous batch mode. This function * provides real-time output as the inputs are being processed. If caller * cancels a request, the partial results (for an input file, it's all or * nothing) may still be available on the specified output location. This call * returns immediately and you can use google.longrunning.Operation.name to poll * the status of the call. (locations.batchTranslateText) * * @param string $parent Required. Location to make a call. Must refer to a * caller's project. Format: `projects/{project-number-or-id}/locations * /{location-id}`. The `global` location is not supported for batch * translation. Only AutoML Translation models or glossaries within the same * region (have the same location-id) can be used, otherwise an INVALID_ARGUMENT * (400) error is returned. * @param Google_Service_Translate_BatchTranslateTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_Operation */ public function batchTranslateText($parent, Google_Service_Translate_BatchTranslateTextRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchTranslateText', array($params), "Google_Service_Translate_Operation"); } /** * Detects the language of text within a request. (locations.detectLanguage) * * @param string $parent Required. Project or location to make a call. Must * refer to a caller's project. Format: `projects/{project-number-or- * id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global * calls, use `projects/{project-number-or-id}/locations/global` or `projects * /{project-number-or-id}`. Only models within the same region (has same * location-id) can be used. Otherwise an INVALID_ARGUMENT (400) error is * returned. * @param Google_Service_Translate_DetectLanguageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_DetectLanguageResponse */ public function detectLanguage($parent, Google_Service_Translate_DetectLanguageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detectLanguage', array($params), "Google_Service_Translate_DetectLanguageResponse"); } /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Translate_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Translate_Location"); } /** * Returns a list of supported languages for translation. * (locations.getSupportedLanguages) * * @param string $parent Required. Project or location to make a call. Must * refer to a caller's project. Format: `projects/{project-number-or-id}` or * `projects/{project-number-or-id}/locations/{location-id}`. For global calls, * use `projects/{project-number-or-id}/locations/global` or `projects/{project- * number-or-id}`. Non-global location is required for AutoML models. Only * models within the same region (have same location-id) can be used, otherwise * an INVALID_ARGUMENT (400) error is returned. * @param array $optParams Optional parameters. * * @opt_param string displayLanguageCode Optional. The language to use to return * localized, human readable names of supported languages. If missing, then * display names are not returned in a response. * @opt_param string model Optional. Get supported languages of this model. The * format depends on model type: - AutoML Translation models: `projects * /{project-number-or-id}/locations/{location-id}/models/{model-id}` - General * (built-in) models: `projects/{project-number-or-id}/locations/{location- * id}/models/general/nmt`, `projects/{project-number-or-id}/locations * /{location-id}/models/general/base` Returns languages supported by the * specified model. If missing, we get supported languages of Google general * base (PBMT) model. * @return Google_Service_Translate_SupportedLanguages */ public function getSupportedLanguages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getSupportedLanguages', array($params), "Google_Service_Translate_SupportedLanguages"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Translate_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Translate_ListLocationsResponse"); } /** * Translates input text and returns translated text. (locations.translateText) * * @param string $parent Required. Project or location to make a call. Must * refer to a caller's project. Format: `projects/{project-number-or-id}` or * `projects/{project-number-or-id}/locations/{location-id}`. For global calls, * use `projects/{project-number-or-id}/locations/global` or `projects/{project- * number-or-id}`. Non-global location is required for requests using AutoML * models or custom glossaries. Models and glossaries must be within the same * region (have same location-id), otherwise an INVALID_ARGUMENT (400) error is * returned. * @param Google_Service_Translate_TranslateTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_TranslateTextResponse */ public function translateText($parent, Google_Service_Translate_TranslateTextRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('translateText', array($params), "Google_Service_Translate_TranslateTextResponse"); } } PK' Z= ͙fvendor/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocationsOperations.phpnu[ * $translateService = new Google_Service_Translate(...); * $operations = $translateService->operations; * */ class Google_Service_Translate_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Translate_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_TranslateEmpty */ public function cancel($name, Google_Service_Translate_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Translate_TranslateEmpty"); } /** * 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_Translate_TranslateEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Translate_TranslateEmpty"); } /** * 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_Translate_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Translate_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Translate_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Translate_ListOperationsResponse"); } /** * Waits until the specified long-running operation is done or reaches at most a * specified timeout, returning the latest state. If the operation is already * done, the latest state is immediately returned. If the timeout specified is * greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If * the server does not support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort * basis. It may return the latest state before the specified timeout (including * immediately), meaning even an immediate response is no guarantee that the * operation is done. (operations.wait) * * @param string $name The name of the operation resource to wait on. * @param Google_Service_Translate_WaitOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_Operation */ public function wait($name, Google_Service_Translate_WaitOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('wait', array($params), "Google_Service_Translate_Operation"); } } PK' Z'errfvendor/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocationsGlossaries.phpnu[ * $translateService = new Google_Service_Translate(...); * $glossaries = $translateService->glossaries; * */ class Google_Service_Translate_Resource_ProjectsLocationsGlossaries extends Google_Service_Resource { /** * Creates a glossary and returns the long-running operation. Returns NOT_FOUND, * if the project doesn't exist. (glossaries.create) * * @param string $parent Required. The project name. * @param Google_Service_Translate_Glossary $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_Operation */ public function create($parent, Google_Service_Translate_Glossary $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Translate_Operation"); } /** * Deletes a glossary, or cancels glossary construction if the glossary isn't * created yet. Returns NOT_FOUND, if the glossary doesn't exist. * (glossaries.delete) * * @param string $name Required. The name of the glossary to delete. * @param array $optParams Optional parameters. * @return Google_Service_Translate_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Translate_Operation"); } /** * Gets a glossary. Returns NOT_FOUND, if the glossary doesn't exist. * (glossaries.get) * * @param string $name Required. The name of the glossary to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Translate_Glossary */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Translate_Glossary"); } /** * Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't * exist. (glossaries.listProjectsLocationsGlossaries) * * @param string $parent Required. The name of the project from which to list * all of the glossaries. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter specifying constraints of a list * operation. Specify the constraint by the format of "key=value", where key * must be "src" or "tgt", and the value must be a valid language code. For * multiple restrictions, concatenate them by "AND" (uppercase only), such as: * "src=en-US AND tgt=zh-CN". Notice that the exact match is used here, which * means using 'en-US' and 'en' can lead to different results, which depends on * the language code you used when you create the glossary. For the * unidirectional glossaries, the "src" and "tgt" add restrictions on the source * and target language code separately. For the equivalent term set glossaries, * the "src" and/or "tgt" add restrictions on the term set. For example: "src * =en-US AND tgt=zh-CN" will only pick the unidirectional glossaries which * exactly match the source language code as "en-US" and the target language * code "zh-CN", but all equivalent term set glossaries which contain "en-US" * and "zh-CN" in their language set will be picked. If missing, no filtering is * performed. * @opt_param int pageSize Optional. Requested page size. The server may return * fewer glossaries than requested. If unspecified, the server picks an * appropriate default. * @opt_param string pageToken Optional. A token identifying a page of results * the server should return. Typically, this is the value of * [ListGlossariesResponse.next_page_token] returned from the previous call to * `ListGlossaries` method. The first page is returned if `page_token`is empty * or missing. * @return Google_Service_Translate_ListGlossariesResponse */ public function listProjectsLocationsGlossaries($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Translate_ListGlossariesResponse"); } } PK' Zӌ>Svendor/google/apiclient-services/src/Google/Service/Translate/Resource/Projects.phpnu[ * $translateService = new Google_Service_Translate(...); * $projects = $translateService->projects; * */ class Google_Service_Translate_Resource_Projects extends Google_Service_Resource { /** * Detects the language of text within a request. (projects.detectLanguage) * * @param string $parent Required. Project or location to make a call. Must * refer to a caller's project. Format: `projects/{project-number-or- * id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global * calls, use `projects/{project-number-or-id}/locations/global` or `projects * /{project-number-or-id}`. Only models within the same region (has same * location-id) can be used. Otherwise an INVALID_ARGUMENT (400) error is * returned. * @param Google_Service_Translate_DetectLanguageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_DetectLanguageResponse */ public function detectLanguage($parent, Google_Service_Translate_DetectLanguageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detectLanguage', array($params), "Google_Service_Translate_DetectLanguageResponse"); } /** * Returns a list of supported languages for translation. * (projects.getSupportedLanguages) * * @param string $parent Required. Project or location to make a call. Must * refer to a caller's project. Format: `projects/{project-number-or-id}` or * `projects/{project-number-or-id}/locations/{location-id}`. For global calls, * use `projects/{project-number-or-id}/locations/global` or `projects/{project- * number-or-id}`. Non-global location is required for AutoML models. Only * models within the same region (have same location-id) can be used, otherwise * an INVALID_ARGUMENT (400) error is returned. * @param array $optParams Optional parameters. * * @opt_param string displayLanguageCode Optional. The language to use to return * localized, human readable names of supported languages. If missing, then * display names are not returned in a response. * @opt_param string model Optional. Get supported languages of this model. The * format depends on model type: - AutoML Translation models: `projects * /{project-number-or-id}/locations/{location-id}/models/{model-id}` - General * (built-in) models: `projects/{project-number-or-id}/locations/{location- * id}/models/general/nmt`, `projects/{project-number-or-id}/locations * /{location-id}/models/general/base` Returns languages supported by the * specified model. If missing, we get supported languages of Google general * base (PBMT) model. * @return Google_Service_Translate_SupportedLanguages */ public function getSupportedLanguages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getSupportedLanguages', array($params), "Google_Service_Translate_SupportedLanguages"); } /** * Translates input text and returns translated text. (projects.translateText) * * @param string $parent Required. Project or location to make a call. Must * refer to a caller's project. Format: `projects/{project-number-or-id}` or * `projects/{project-number-or-id}/locations/{location-id}`. For global calls, * use `projects/{project-number-or-id}/locations/global` or `projects/{project- * number-or-id}`. Non-global location is required for requests using AutoML * models or custom glossaries. Models and glossaries must be within the same * region (have same location-id), otherwise an INVALID_ARGUMENT (400) error is * returned. * @param Google_Service_Translate_TranslateTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Translate_TranslateTextResponse */ public function translateText($parent, Google_Service_Translate_TranslateTextRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('translateText', array($params), "Google_Service_Translate_TranslateTextResponse"); } } PK' Z Pvendor/google/apiclient-services/src/Google/Service/Translate/TranslateEmpty.phpnu[locations = $locations; } /** * @return Google_Service_Translate_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZD8Rvendor/google/apiclient-services/src/Google/Service/Translate/DetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK' Z[r1& & [vendor/google/apiclient-services/src/Google/Service/Translate/BatchTranslateTextRequest.phpnu[glossaries = $glossaries; } /** * @return Google_Service_Translate_TranslateTextGlossaryConfig[] */ public function getGlossaries() { return $this->glossaries; } /** * @param Google_Service_Translate_InputConfig[] */ public function setInputConfigs($inputConfigs) { $this->inputConfigs = $inputConfigs; } /** * @return Google_Service_Translate_InputConfig[] */ public function getInputConfigs() { return $this->inputConfigs; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setModels($models) { $this->models = $models; } public function getModels() { return $this->models; } /** * @param Google_Service_Translate_OutputConfig */ public function setOutputConfig(Google_Service_Translate_OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_Translate_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setSourceLanguageCode($sourceLanguageCode) { $this->sourceLanguageCode = $sourceLanguageCode; } public function getSourceLanguageCode() { return $this->sourceLanguageCode; } public function setTargetLanguageCodes($targetLanguageCodes) { $this->targetLanguageCodes = $targetLanguageCodes; } public function getTargetLanguageCodes() { return $this->targetLanguageCodes; } } PK' ZבAAUvendor/google/apiclient-services/src/Google/Service/Translate/GlossaryInputConfig.phpnu[gcsSource = $gcsSource; } /** * @return Google_Service_Translate_GcsSource */ public function getGcsSource() { return $this->gcsSource; } } PK' ZD]@CCKvendor/google/apiclient-services/src/Google/Service/Translate/GcsSource.phpnu[inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } } PK' Z"--Xvendor/google/apiclient-services/src/Google/Service/Translate/ListGlossariesResponse.phpnu[glossaries = $glossaries; } /** * @return Google_Service_Translate_Glossary[] */ public function getGlossaries() { return $this->glossaries; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZNidyyPvendor/google/apiclient-services/src/Google/Service/Translate/GcsDestination.phpnu[outputUriPrefix = $outputUriPrefix; } public function getOutputUriPrefix() { return $this->outputUriPrefix; } } PK' Z>{{Kvendor/google/apiclient-services/src/Google/Service/Translate/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Translate_Status */ public function setError(Google_Service_Translate_Status $error) { $this->error = $error; } /** * @return Google_Service_Translate_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' ZOHvendor/google/apiclient-services/src/Google/Service/Translate/Status.phpnu[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; } } PK' ZoMvendor/google/apiclient-services/src/Google/Service/Translate/InputConfig.phpnu[gcsSource = $gcsSource; } /** * @return Google_Service_Translate_GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK' ZՂRvendor/google/apiclient-services/src/Google/Service/Translate/LanguageCodePair.phpnu[sourceLanguageCode = $sourceLanguageCode; } public function getSourceLanguageCode() { return $this->sourceLanguageCode; } public function setTargetLanguageCode($targetLanguageCode) { $this->targetLanguageCode = $targetLanguageCode; } public function getTargetLanguageCode() { return $this->targetLanguageCode; } } PK' Zc00Xvendor/google/apiclient-services/src/Google/Service/Translate/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Translate_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Translate_Operation[] */ public function getOperations() { return $this->operations; } } PK' Z`NJvendor/google/apiclient-services/src/Google/Service/Translate/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z9(Mvendor/google/apiclient-services/src/Google/Service/Translate/Translation.phpnu[detectedLanguageCode = $detectedLanguageCode; } public function getDetectedLanguageCode() { return $this->detectedLanguageCode; } /** * @param Google_Service_Translate_TranslateTextGlossaryConfig */ public function setGlossaryConfig(Google_Service_Translate_TranslateTextGlossaryConfig $glossaryConfig) { $this->glossaryConfig = $glossaryConfig; } /** * @return Google_Service_Translate_TranslateTextGlossaryConfig */ public function getGlossaryConfig() { return $this->glossaryConfig; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; } public function getTranslatedText() { return $this->translatedText; } } PK' Z(nnTvendor/google/apiclient-services/src/Google/Service/Translate/SupportedLanguages.phpnu[languages = $languages; } /** * @return Google_Service_Translate_SupportedLanguage[] */ public function getLanguages() { return $this->languages; } } PK' ZbL\\Wvendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextResponse.phpnu[glossaryTranslations = $glossaryTranslations; } /** * @return Google_Service_Translate_Translation[] */ public function getGlossaryTranslations() { return $this->glossaryTranslations; } /** * @param Google_Service_Translate_Translation[] */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return Google_Service_Translate_Translation[] */ public function getTranslations() { return $this->translations; } } PK' Zh~  ]vendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextGlossaryConfig.phpnu[glossary = $glossary; } public function getGlossary() { return $this->glossary; } public function setIgnoreCase($ignoreCase) { $this->ignoreCase = $ignoreCase; } public function getIgnoreCase() { return $this->ignoreCase; } } PK' ZhOvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Trace.phpnu[endpointInfo = $endpointInfo; } /** * @return Google_Service_NetworkManagement_EndpointInfo */ public function getEndpointInfo() { return $this->endpointInfo; } /** * @param Google_Service_NetworkManagement_Step[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_NetworkManagement_Step[] */ public function getSteps() { return $this->steps; } } PK' ZNZZXvendor/google/apiclient-services/src/Google/Service/NetworkManagement/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK' ZSvendor/google/apiclient-services/src/Google/Service/NetworkManagement/AbortInfo.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK' ZW$$gvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ListConnectivityTestsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_NetworkManagement_ConnectivityTest[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_NetworkManagement_ConnectivityTest[] */ public function getResources() { return $this->resources; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK' Z"Uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardInfo.phpnu[resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK' ZB6Ffvendor/google/apiclient-services/src/Google/Service/NetworkManagement/RerunConnectivityTestRequest.phpnu[resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK' ZTD]vendor/google/apiclient-services/src/Google/Service/NetworkManagement/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_NetworkManagement_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK' ZODFFPvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_NetworkManagement_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_NetworkManagement_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_NetworkManagement_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK' Zvi`vendor/google/apiclient-services/src/Google/Service/NetworkManagement/CancelOperationRequest.phpnu[backendType = $backendType; } public function getBackendType() { return $this->backendType; } public function setBackendUri($backendUri) { $this->backendUri = $backendUri; } public function getBackendUri() { return $this->backendUri; } /** * @param Google_Service_NetworkManagement_LoadBalancerBackend[] */ public function setBackends($backends) { $this->backends = $backends; } /** * @return Google_Service_NetworkManagement_LoadBalancerBackend[] */ public function getBackends() { return $this->backends; } public function setHealthCheckUri($healthCheckUri) { $this->healthCheckUri = $healthCheckUri; } public function getHealthCheckUri() { return $this->healthCheckUri; } public function setLoadBalancerType($loadBalancerType) { $this->loadBalancerType = $loadBalancerType; } public function getLoadBalancerType() { return $this->loadBalancerType; } } PK' ZAUvendor/google/apiclient-services/src/Google/Service/NetworkManagement/NetworkInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMatchedIpRange($matchedIpRange) { $this->matchedIpRange = $matchedIpRange; } public function getMatchedIpRange() { return $this->matchedIpRange; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' Z,idvendor/google/apiclient-services/src/Google/Service/NetworkManagement/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK' Z  dvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocations.phpnu[ * $networkmanagementService = new Google_Service_NetworkManagement(...); * $locations = $networkmanagementService->locations; * */ class Google_Service_NetworkManagement_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_NetworkManagement_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_NetworkManagement_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_NetworkManagement_ListLocationsResponse"); } } PK' Z\>{vendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocationsNetworkmanagementGlobal.phpnu[ * $networkmanagementService = new Google_Service_NetworkManagement(...); * $global = $networkmanagementService->global; * */ class Google_Service_NetworkManagement_Resource_ProjectsLocationsNetworkmanagementGlobal extends Google_Service_Resource { } PK' ZN[vendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/Projects.phpnu[ * $networkmanagementService = new Google_Service_NetworkManagement(...); * $projects = $networkmanagementService->projects; * */ class Google_Service_NetworkManagement_Resource_Projects extends Google_Service_Resource { } PK' ZC)p/p/vendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocationsNetworkmanagementGlobalConnectivityTests.phpnu[ * $networkmanagementService = new Google_Service_NetworkManagement(...); * $connectivityTests = $networkmanagementService->connectivityTests; * */ class Google_Service_NetworkManagement_Resource_ProjectsLocationsNetworkmanagementGlobalConnectivityTests extends Google_Service_Resource { /** * Creates a new Connectivity Test. After you create a test, the reachability * analysis is performed as part of the long running operation, which completes * when the analysis completes. If the endpoint specifications in * `ConnectivityTest` are invalid (for example, containing non-existent * resources in the network, or you don't have read permissions to the network * configurations of listed projects), then the reachability result returns a * value of `UNKNOWN`. If the endpoint specifications in `ConnectivityTest` are * incomplete, the reachability result returns a value of AMBIGUOUS. For more * information, see the Connectivity Test documentation. * (connectivityTests.create) * * @param string $parent Required. The parent resource of the Connectivity Test * to create: `projects/{project_id}/locations/global` * @param Google_Service_NetworkManagement_ConnectivityTest $postBody * @param array $optParams Optional parameters. * * @opt_param string testId Required. The logical name of the Connectivity Test * in your project with the following restrictions: * Must contain only * lowercase letters, numbers, and hyphens. * Must start with a letter. * Must * be between 1-40 characters. * Must end with a number or a letter. * Must be * unique within the customer project * @return Google_Service_NetworkManagement_Operation */ public function create($parent, Google_Service_NetworkManagement_ConnectivityTest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_NetworkManagement_Operation"); } /** * Deletes a specific `ConnectivityTest`. (connectivityTests.delete) * * @param string $name Required. Connectivity Test resource name using the form: * `projects/{project_id}/locations/global/connectivityTests/{test_id}` * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_NetworkManagement_Operation"); } /** * Gets the details of a specific Connectivity Test. (connectivityTests.get) * * @param string $name Required. `ConnectivityTest` resource name using the * form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_ConnectivityTest */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_NetworkManagement_ConnectivityTest"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (connectivityTests.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_NetworkManagement_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_NetworkManagement_Policy"); } /** * Lists all Connectivity Tests owned by a project. (connectivityTests.listProje * ctsLocationsNetworkmanagementGlobalConnectivityTests) * * @param string $parent Required. The parent resource of the Connectivity * Tests: `projects/{project_id}/locations/global` * @param array $optParams Optional parameters. * * @opt_param string filter Lists the `ConnectivityTests` that match the filter * expression. A filter expression filters the resources listed in the response. * The expression must be of the form ` ` where operators: `<`, `>`, `<=`, `>=`, * `!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is * roughly synonymous with equality). can refer to a proto or JSON field, or a * synthetic field. Field names can be camelCase or snake_case. Examples: - * Filter by name: name = * "projects/proj-1/locations/global/connectivityTests/test-1 - Filter by * labels: - Resources that have a key called `foo` labels.foo:* - Resources * that have a key called `foo` whose value is `bar` labels.foo = bar * @opt_param string orderBy Field to use to sort the list. * @opt_param int pageSize Number of `ConnectivityTests` to return. * @opt_param string pageToken Page token from an earlier query, as returned in * `next_page_token`. * @return Google_Service_NetworkManagement_ListConnectivityTestsResponse */ public function listProjectsLocationsNetworkmanagementGlobalConnectivityTests($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_NetworkManagement_ListConnectivityTestsResponse"); } /** * Updates the configuration of an existing `ConnectivityTest`. After you update * a test, the reachability analysis is performed as part of the long running * operation, which completes when the analysis completes. The Reachability * state in the test resource is updated with the new result. If the endpoint * specifications in `ConnectivityTest` are invalid (for example, they contain * non-existent resources in the network, or the user does not have read * permissions to the network configurations of listed projects), then the * reachability result returns a value of UNKNOWN. If the endpoint * specifications in `ConnectivityTest` are incomplete, the reachability result * returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` * for for more details. (connectivityTests.patch) * * @param string $name Required. Unique name of the resource using the form: * `projects/{project_id}/locations/global/connectivityTests/{test_id}` * @param Google_Service_NetworkManagement_ConnectivityTest $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. * @return Google_Service_NetworkManagement_Operation */ public function patch($name, Google_Service_NetworkManagement_ConnectivityTest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_NetworkManagement_Operation"); } /** * Rerun an existing `ConnectivityTest`. After the user triggers the rerun, the * reachability analysis is performed as part of the long running operation, * which completes when the analysis completes. Even though the test * configuration remains the same, the reachability result may change due to * underlying network configuration changes. If the endpoint specifications in * `ConnectivityTest` become invalid (for example, specified resources are * deleted in the network, or you lost read permissions to the network * configurations of listed projects), then the reachability result returns a * value of `UNKNOWN`. (connectivityTests.rerun) * * @param string $name Required. Connectivity Test resource name using the form: * `projects/{project_id}/locations/global/connectivityTests/{test_id}` * @param Google_Service_NetworkManagement_RerunConnectivityTestRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_Operation */ public function rerun($name, Google_Service_NetworkManagement_RerunConnectivityTestRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rerun', array($params), "Google_Service_NetworkManagement_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (connectivityTests.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_NetworkManagement_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_Policy */ public function setIamPolicy($resource, Google_Service_NetworkManagement_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_NetworkManagement_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (connectivityTests.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_NetworkManagement_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_NetworkManagement_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_NetworkManagement_TestIamPermissionsResponse"); } } PK' Z ?vendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocationsNetworkmanagementGlobalOperations.phpnu[ * $networkmanagementService = new Google_Service_NetworkManagement(...); * $operations = $networkmanagementService->operations; * */ class Google_Service_NetworkManagement_Resource_ProjectsLocationsNetworkmanagementGlobalOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_NetworkManagement_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_NetworkManagement_NetworkmanagementEmpty */ public function cancel($name, Google_Service_NetworkManagement_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_NetworkManagement_NetworkmanagementEmpty"); } /** * 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_NetworkManagement_NetworkmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_NetworkManagement_NetworkmanagementEmpty"); } /** * 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_NetworkManagement_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_NetworkManagement_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsNetworkmanagementGlobalOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_NetworkManagement_ListOperationsResponse */ public function listProjectsLocationsNetworkmanagementGlobalOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_NetworkManagement_ListOperationsResponse"); } } PK' ZØ66]vendor/google/apiclient-services/src/Google/Service/NetworkManagement/ReachabilityDetails.phpnu[error = $error; } /** * @return Google_Service_NetworkManagement_Status */ public function getError() { return $this->error; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } /** * @param Google_Service_NetworkManagement_Trace[] */ public function setTraces($traces) { $this->traces = $traces; } /** * @return Google_Service_NetworkManagement_Trace[] */ public function getTraces() { return $this->traces; } public function setVerifyTime($verifyTime) { $this->verifyTime = $verifyTime; } public function getVerifyTime() { return $this->verifyTime; } } PK' Z'F[vendor/google/apiclient-services/src/Google/Service/NetworkManagement/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK' Z%Qvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Binding.phpnu[condition = $condition; } /** * @return Google_Service_NetworkManagement_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK' ZCC_vendor/google/apiclient-services/src/Google/Service/NetworkManagement/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_NetworkManagement_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZS  Vvendor/google/apiclient-services/src/Google/Service/NetworkManagement/FirewallInfo.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDirection($direction) { $this->direction = $direction; } public function getDirection() { return $this->direction; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFirewallRuleType($firewallRuleType) { $this->firewallRuleType = $firewallRuleType; } public function getFirewallRuleType() { return $this->firewallRuleType; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setPolicy($policy) { $this->policy = $policy; } public function getPolicy() { return $this->policy; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setTargetServiceAccounts($targetServiceAccounts) { $this->targetServiceAccounts = $targetServiceAccounts; } public function getTargetServiceAccounts() { return $this->targetServiceAccounts; } public function setTargetTags($targetTags) { $this->targetTags = $targetTags; } public function getTargetTags() { return $this->targetTags; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' ZZvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ConnectivityTest.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_NetworkManagement_Endpoint */ public function setDestination(Google_Service_NetworkManagement_Endpoint $destination) { $this->destination = $destination; } /** * @return Google_Service_NetworkManagement_Endpoint */ public function getDestination() { return $this->destination; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } /** * @param Google_Service_NetworkManagement_ReachabilityDetails */ public function setReachabilityDetails(Google_Service_NetworkManagement_ReachabilityDetails $reachabilityDetails) { $this->reachabilityDetails = $reachabilityDetails; } /** * @return Google_Service_NetworkManagement_ReachabilityDetails */ public function getReachabilityDetails() { return $this->reachabilityDetails; } public function setRelatedProjects($relatedProjects) { $this->relatedProjects = $relatedProjects; } public function getRelatedProjects() { return $this->relatedProjects; } /** * @param Google_Service_NetworkManagement_Endpoint */ public function setSource(Google_Service_NetworkManagement_Endpoint $source) { $this->source = $source; } /** * @return Google_Service_NetworkManagement_Endpoint */ public function getSource() { return $this->source; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z`4cvendor/google/apiclient-services/src/Google/Service/NetworkManagement/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK' Z Rvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Endpoint.phpnu[instance = $instance; } public function getInstance() { return $this->instance; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkType($networkType) { $this->networkType = $networkType; } public function getNetworkType() { return $this->networkType; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK' ZUY`vendor/google/apiclient-services/src/Google/Service/NetworkManagement/NetworkmanagementEmpty.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExternalIp($externalIp) { $this->externalIp = $externalIp; } public function getExternalIp() { return $this->externalIp; } public function setInterface($interface) { $this->interface = $interface; } public function getInterface() { return $this->interface; } public function setInternalIp($internalIp) { $this->internalIp = $internalIp; } public function getInternalIp() { return $this->internalIp; } public function setNetworkTags($networkTags) { $this->networkTags = $networkTags; } public function getNetworkTags() { return $this->networkTags; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' Z-FSvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_NetworkManagement_Status */ public function setError(Google_Service_NetworkManagement_Status $error) { $this->error = $error; } /** * @return Google_Service_NetworkManagement_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' Zۧ`Pvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Status.phpnu[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; } } PK' ZJdestinationIp = $destinationIp; } public function getDestinationIp() { return $this->destinationIp; } public function setDestinationNetworkUri($destinationNetworkUri) { $this->destinationNetworkUri = $destinationNetworkUri; } public function getDestinationNetworkUri() { return $this->destinationNetworkUri; } public function setDestinationPort($destinationPort) { $this->destinationPort = $destinationPort; } public function getDestinationPort() { return $this->destinationPort; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setSourceIp($sourceIp) { $this->sourceIp = $sourceIp; } public function getSourceIp() { return $this->sourceIp; } public function setSourceNetworkUri($sourceNetworkUri) { $this->sourceNetworkUri = $sourceNetworkUri; } public function getSourceNetworkUri() { return $this->sourceNetworkUri; } public function setSourcePort($sourcePort) { $this->sourcePort = $sourcePort; } public function getSourcePort() { return $this->sourcePort; } } PK' Z[  Svendor/google/apiclient-services/src/Google/Service/NetworkManagement/RouteInfo.phpnu[destIpRange = $destIpRange; } public function getDestIpRange() { return $this->destIpRange; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setInstanceTags($instanceTags) { $this->instanceTags = $instanceTags; } public function getInstanceTags() { return $this->instanceTags; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setNextHop($nextHop) { $this->nextHop = $nextHop; } public function getNextHop() { return $this->nextHop; } public function setNextHopType($nextHopType) { $this->nextHopType = $nextHopType; } public function getNextHopType() { return $this->nextHopType; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setRouteType($routeType) { $this->routeType = $routeType; } public function getRouteType() { return $this->routeType; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' ZW33Nvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Step.phpnu[abort = $abort; } /** * @return Google_Service_NetworkManagement_AbortInfo */ public function getAbort() { return $this->abort; } public function setCausesDrop($causesDrop) { $this->causesDrop = $causesDrop; } public function getCausesDrop() { return $this->causesDrop; } /** * @param Google_Service_NetworkManagement_DeliverInfo */ public function setDeliver(Google_Service_NetworkManagement_DeliverInfo $deliver) { $this->deliver = $deliver; } /** * @return Google_Service_NetworkManagement_DeliverInfo */ public function getDeliver() { return $this->deliver; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_NetworkManagement_DropInfo */ public function setDrop(Google_Service_NetworkManagement_DropInfo $drop) { $this->drop = $drop; } /** * @return Google_Service_NetworkManagement_DropInfo */ public function getDrop() { return $this->drop; } /** * @param Google_Service_NetworkManagement_EndpointInfo */ public function setEndpoint(Google_Service_NetworkManagement_EndpointInfo $endpoint) { $this->endpoint = $endpoint; } /** * @return Google_Service_NetworkManagement_EndpointInfo */ public function getEndpoint() { return $this->endpoint; } /** * @param Google_Service_NetworkManagement_FirewallInfo */ public function setFirewall(Google_Service_NetworkManagement_FirewallInfo $firewall) { $this->firewall = $firewall; } /** * @return Google_Service_NetworkManagement_FirewallInfo */ public function getFirewall() { return $this->firewall; } /** * @param Google_Service_NetworkManagement_ForwardInfo */ public function setForward(Google_Service_NetworkManagement_ForwardInfo $forward) { $this->forward = $forward; } /** * @return Google_Service_NetworkManagement_ForwardInfo */ public function getForward() { return $this->forward; } /** * @param Google_Service_NetworkManagement_ForwardingRuleInfo */ public function setForwardingRule(Google_Service_NetworkManagement_ForwardingRuleInfo $forwardingRule) { $this->forwardingRule = $forwardingRule; } /** * @return Google_Service_NetworkManagement_ForwardingRuleInfo */ public function getForwardingRule() { return $this->forwardingRule; } /** * @param Google_Service_NetworkManagement_InstanceInfo */ public function setInstance(Google_Service_NetworkManagement_InstanceInfo $instance) { $this->instance = $instance; } /** * @return Google_Service_NetworkManagement_InstanceInfo */ public function getInstance() { return $this->instance; } /** * @param Google_Service_NetworkManagement_LoadBalancerInfo */ public function setLoadBalancer(Google_Service_NetworkManagement_LoadBalancerInfo $loadBalancer) { $this->loadBalancer = $loadBalancer; } /** * @return Google_Service_NetworkManagement_LoadBalancerInfo */ public function getLoadBalancer() { return $this->loadBalancer; } /** * @param Google_Service_NetworkManagement_NetworkInfo */ public function setNetwork(Google_Service_NetworkManagement_NetworkInfo $network) { $this->network = $network; } /** * @return Google_Service_NetworkManagement_NetworkInfo */ public function getNetwork() { return $this->network; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_NetworkManagement_RouteInfo */ public function setRoute(Google_Service_NetworkManagement_RouteInfo $route) { $this->route = $route; } /** * @return Google_Service_NetworkManagement_RouteInfo */ public function getRoute() { return $this->route; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_NetworkManagement_VpnGatewayInfo */ public function setVpnGateway(Google_Service_NetworkManagement_VpnGatewayInfo $vpnGateway) { $this->vpnGateway = $vpnGateway; } /** * @return Google_Service_NetworkManagement_VpnGatewayInfo */ public function getVpnGateway() { return $this->vpnGateway; } /** * @param Google_Service_NetworkManagement_VpnTunnelInfo */ public function setVpnTunnel(Google_Service_NetworkManagement_VpnTunnelInfo $vpnTunnel) { $this->vpnTunnel = $vpnTunnel; } /** * @return Google_Service_NetworkManagement_VpnTunnelInfo */ public function getVpnTunnel() { return $this->vpnTunnel; } } PK' ZID:PP`vendor/google/apiclient-services/src/Google/Service/NetworkManagement/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_NetworkManagement_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_NetworkManagement_Operation[] */ public function getOperations() { return $this->operations; } } PK' ZXvendor/google/apiclient-services/src/Google/Service/NetworkManagement/VpnGatewayInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setVpnTunnelUri($vpnTunnelUri) { $this->vpnTunnelUri = $vpnTunnelUri; } public function getVpnTunnelUri() { return $this->vpnTunnelUri; } } PK' Z8!ERvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZWWUvendor/google/apiclient-services/src/Google/Service/NetworkManagement/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_NetworkManagement_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK' ZU{lN N Wvendor/google/apiclient-services/src/Google/Service/NetworkManagement/VpnTunnelInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRemoteGateway($remoteGateway) { $this->remoteGateway = $remoteGateway; } public function getRemoteGateway() { return $this->remoteGateway; } public function setRemoteGatewayIp($remoteGatewayIp) { $this->remoteGatewayIp = $remoteGatewayIp; } public function getRemoteGatewayIp() { return $this->remoteGatewayIp; } public function setRoutingType($routingType) { $this->routingType = $routingType; } public function getRoutingType() { return $this->routingType; } public function setSourceGateway($sourceGateway) { $this->sourceGateway = $sourceGateway; } public function getSourceGateway() { return $this->sourceGateway; } public function setSourceGatewayIp($sourceGatewayIp) { $this->sourceGatewayIp = $sourceGatewayIp; } public function getSourceGatewayIp() { return $this->sourceGatewayIp; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' Zz\vendor/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardingRuleInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMatchedPortRange($matchedPortRange) { $this->matchedPortRange = $matchedPortRange; } public function getMatchedPortRange() { return $this->matchedPortRange; } public function setMatchedProtocol($matchedProtocol) { $this->matchedProtocol = $matchedProtocol; } public function getMatchedProtocol() { return $this->matchedProtocol; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setVip($vip) { $this->vip = $vip; } public function getVip() { return $this->vip; } } PK' ZB]vendor/google/apiclient-services/src/Google/Service/NetworkManagement/LoadBalancerBackend.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHealthCheckAllowingFirewallRules($healthCheckAllowingFirewallRules) { $this->healthCheckAllowingFirewallRules = $healthCheckAllowingFirewallRules; } public function getHealthCheckAllowingFirewallRules() { return $this->healthCheckAllowingFirewallRules; } public function setHealthCheckBlockingFirewallRules($healthCheckBlockingFirewallRules) { $this->healthCheckBlockingFirewallRules = $healthCheckBlockingFirewallRules; } public function getHealthCheckBlockingFirewallRules() { return $this->healthCheckBlockingFirewallRules; } public function setHealthCheckFirewallState($healthCheckFirewallState) { $this->healthCheckFirewallState = $healthCheckFirewallState; } public function getHealthCheckFirewallState() { return $this->healthCheckFirewallState; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK' ZXkRvendor/google/apiclient-services/src/Google/Service/NetworkManagement/DropInfo.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK' Z.+RRNvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' Z26Vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK' Z55cvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.phpnu[document = $document; } /** * @return Google_Service_CloudNaturalLanguage_Document */ public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } } PK' Z`hKKUvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Document.phpnu[content = $content; } public function getContent() { return $this->content; } public function setGcsContentUri($gcsContentUri) { $this->gcsContentUri = $gcsContentUri; } public function getGcsContentUri() { return $this->gcsContentUri; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' ZRfZvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.phpnu[sentiment = $sentiment; } /** * @return Google_Service_CloudNaturalLanguage_Sentiment */ public function getSentiment() { return $this->sentiment; } /** * @param Google_Service_CloudNaturalLanguage_TextSpan */ public function setText(Google_Service_CloudNaturalLanguage_TextSpan $text) { $this->text = $text; } /** * @return Google_Service_CloudNaturalLanguage_TextSpan */ public function getText() { return $this->text; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Z%eOUvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/TextSpan.phpnu[beginOffset = $beginOffset; } public function getBeginOffset() { return $this->beginOffset; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } } PK' Zv&&kvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentResponse.phpnu[entities = $entities; } /** * @return Google_Service_CloudNaturalLanguage_Entity[] */ public function getEntities() { return $this->entities; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } } PK' Z$Aavendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextResponse.phpnu[categories = $categories; } /** * @return Google_Service_CloudNaturalLanguage_ClassificationCategory[] */ public function getCategories() { return $this->categories; } } PK' Z[77Uvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.phpnu[classifyText = $classifyText; } public function getClassifyText() { return $this->classifyText; } public function setExtractDocumentSentiment($extractDocumentSentiment) { $this->extractDocumentSentiment = $extractDocumentSentiment; } public function getExtractDocumentSentiment() { return $this->extractDocumentSentiment; } public function setExtractEntities($extractEntities) { $this->extractEntities = $extractEntities; } public function getExtractEntities() { return $this->extractEntities; } public function setExtractEntitySentiment($extractEntitySentiment) { $this->extractEntitySentiment = $extractEntitySentiment; } public function getExtractEntitySentiment() { return $this->extractEntitySentiment; } public function setExtractSyntax($extractSyntax) { $this->extractSyntax = $extractSyntax; } public function getExtractSyntax() { return $this->extractSyntax; } } PK' Z,[vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.phpnu[headTokenIndex = $headTokenIndex; } public function getHeadTokenIndex() { return $this->headTokenIndex; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } } PK' ZVQbvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.phpnu[language = $language; } public function getLanguage() { return $this->language; } /** * @param Google_Service_CloudNaturalLanguage_Sentence[] */ public function setSentences($sentences) { $this->sentences = $sentences; } /** * @return Google_Service_CloudNaturalLanguage_Sentence[] */ public function getSentences() { return $this->sentences; } /** * @param Google_Service_CloudNaturalLanguage_Token[] */ public function setTokens($tokens) { $this->tokens = $tokens; } /** * @return Google_Service_CloudNaturalLanguage_Token[] */ public function getTokens() { return $this->tokens; } } PK' Z)f{99evendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.phpnu[documentSentiment = $documentSentiment; } /** * @return Google_Service_CloudNaturalLanguage_Sentiment */ public function getDocumentSentiment() { return $this->documentSentiment; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } /** * @param Google_Service_CloudNaturalLanguage_Sentence[] */ public function setSentences($sentences) { $this->sentences = $sentences; } /** * @return Google_Service_CloudNaturalLanguage_Sentence[] */ public function getSentences() { return $this->sentences; } } PK' Z*{ee_vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Resource/Documents.phpnu[ * $languageService = new Google_Service_CloudNaturalLanguage(...); * $documents = $languageService->documents; * */ class Google_Service_CloudNaturalLanguage_Resource_Documents extends Google_Service_Resource { /** * Finds named entities (currently proper names and common nouns) in the text * along with entity types, salience, mentions for each entity, and other * properties. (documents.analyzeEntities) * * @param Google_Service_CloudNaturalLanguage_AnalyzeEntitiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguage_AnalyzeEntitiesResponse */ public function analyzeEntities(Google_Service_CloudNaturalLanguage_AnalyzeEntitiesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeEntities', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeEntitiesResponse"); } /** * Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment * associated with each entity and its mentions. * (documents.analyzeEntitySentiment) * * @param Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentResponse */ public function analyzeEntitySentiment(Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeEntitySentiment', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentResponse"); } /** * Analyzes the sentiment of the provided text. (documents.analyzeSentiment) * * @param Google_Service_CloudNaturalLanguage_AnalyzeSentimentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguage_AnalyzeSentimentResponse */ public function analyzeSentiment(Google_Service_CloudNaturalLanguage_AnalyzeSentimentRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeSentiment', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeSentimentResponse"); } /** * Analyzes the syntax of the text and provides sentence boundaries and * tokenization along with part of speech tags, dependency trees, and other * properties. (documents.analyzeSyntax) * * @param Google_Service_CloudNaturalLanguage_AnalyzeSyntaxRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguage_AnalyzeSyntaxResponse */ public function analyzeSyntax(Google_Service_CloudNaturalLanguage_AnalyzeSyntaxRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeSyntax', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeSyntaxResponse"); } /** * A convenience method that provides all the features that analyzeSentiment, * analyzeEntities, and analyzeSyntax provide in one call. * (documents.annotateText) * * @param Google_Service_CloudNaturalLanguage_AnnotateTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguage_AnnotateTextResponse */ public function annotateText(Google_Service_CloudNaturalLanguage_AnnotateTextRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotateText', array($params), "Google_Service_CloudNaturalLanguage_AnnotateTextResponse"); } /** * Classifies a document into categories. (documents.classifyText) * * @param Google_Service_CloudNaturalLanguage_ClassifyTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguage_ClassifyTextResponse */ public function classifyText(Google_Service_CloudNaturalLanguage_ClassifyTextRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('classifyText', array($params), "Google_Service_CloudNaturalLanguage_ClassifyTextResponse"); } } PK' ZV`vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.phpnu[document = $document; } /** * @return Google_Service_CloudNaturalLanguage_Document */ public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } /** * @param Google_Service_CloudNaturalLanguage_Features */ public function setFeatures(Google_Service_CloudNaturalLanguage_Features $features) { $this->features = $features; } /** * @return Google_Service_CloudNaturalLanguage_Features */ public function getFeatures() { return $this->features; } } PK' Zx_  avendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.phpnu[categories = $categories; } /** * @return Google_Service_CloudNaturalLanguage_ClassificationCategory[] */ public function getCategories() { return $this->categories; } /** * @param Google_Service_CloudNaturalLanguage_Sentiment */ public function setDocumentSentiment(Google_Service_CloudNaturalLanguage_Sentiment $documentSentiment) { $this->documentSentiment = $documentSentiment; } /** * @return Google_Service_CloudNaturalLanguage_Sentiment */ public function getDocumentSentiment() { return $this->documentSentiment; } /** * @param Google_Service_CloudNaturalLanguage_Entity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_CloudNaturalLanguage_Entity[] */ public function getEntities() { return $this->entities; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } /** * @param Google_Service_CloudNaturalLanguage_Sentence[] */ public function setSentences($sentences) { $this->sentences = $sentences; } /** * @return Google_Service_CloudNaturalLanguage_Sentence[] */ public function getSentences() { return $this->sentences; } /** * @param Google_Service_CloudNaturalLanguage_Token[] */ public function setTokens($tokens) { $this->tokens = $tokens; } /** * @return Google_Service_CloudNaturalLanguage_Token[] */ public function getTokens() { return $this->tokens; } } PK' Z*_Svendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Entity.phpnu[mentions = $mentions; } /** * @return Google_Service_CloudNaturalLanguage_EntityMention[] */ public function getMentions() { return $this->mentions; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSalience($salience) { $this->salience = $salience; } public function getSalience() { return $this->salience; } /** * @param Google_Service_CloudNaturalLanguage_Sentiment */ public function setSentiment(Google_Service_CloudNaturalLanguage_Sentiment $sentiment) { $this->sentiment = $sentiment; } /** * @return Google_Service_CloudNaturalLanguage_Sentiment */ public function getSentiment() { return $this->sentiment; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Z̹<<jvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentRequest.phpnu[document = $document; } /** * @return Google_Service_CloudNaturalLanguage_Document */ public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } } PK' Z(ȣSvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Status.phpnu[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; } } PK' Zյ|ll`vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextRequest.phpnu[document = $document; } /** * @return Google_Service_CloudNaturalLanguage_Document */ public function getDocument() { return $this->document; } } PK' Zcvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassificationCategory.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZT133avendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.phpnu[document = $document; } /** * @return Google_Service_CloudNaturalLanguage_Document */ public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } } PK' Z.Rvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Token.phpnu[dependencyEdge = $dependencyEdge; } /** * @return Google_Service_CloudNaturalLanguage_DependencyEdge */ public function getDependencyEdge() { return $this->dependencyEdge; } public function setLemma($lemma) { $this->lemma = $lemma; } public function getLemma() { return $this->lemma; } /** * @param Google_Service_CloudNaturalLanguage_PartOfSpeech */ public function setPartOfSpeech(Google_Service_CloudNaturalLanguage_PartOfSpeech $partOfSpeech) { $this->partOfSpeech = $partOfSpeech; } /** * @return Google_Service_CloudNaturalLanguage_PartOfSpeech */ public function getPartOfSpeech() { return $this->partOfSpeech; } /** * @param Google_Service_CloudNaturalLanguage_TextSpan */ public function setText(Google_Service_CloudNaturalLanguage_TextSpan $text) { $this->text = $text; } /** * @return Google_Service_CloudNaturalLanguage_TextSpan */ public function getText() { return $this->text; } } PK' ZFqbdvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.phpnu[entities = $entities; } /** * @return Google_Service_CloudNaturalLanguage_Entity[] */ public function getEntities() { return $this->entities; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } } PK' Zғ  Uvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.phpnu[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; } } PK' Z r66dvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.phpnu[document = $document; } /** * @return Google_Service_CloudNaturalLanguage_Document */ public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } } PK' Z Yvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.phpnu[aspect = $aspect; } public function getAspect() { return $this->aspect; } public function setCase($case) { $this->case = $case; } public function getCase() { return $this->case; } public function setForm($form) { $this->form = $form; } public function getForm() { return $this->form; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setMood($mood) { $this->mood = $mood; } public function getMood() { return $this->mood; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setPerson($person) { $this->person = $person; } public function getPerson() { return $this->person; } public function setProper($proper) { $this->proper = $proper; } public function getProper() { return $this->proper; } public function setReciprocity($reciprocity) { $this->reciprocity = $reciprocity; } public function getReciprocity() { return $this->reciprocity; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setTense($tense) { $this->tense = $tense; } public function getTense() { return $this->tense; } public function setVoice($voice) { $this->voice = $voice; } public function getVoice() { return $this->voice; } } PK' Zp""Tvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached.phpnu[ * Google Cloud Memorystore for Memcached API is used for creating and managing * Memcached instances in GCP.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudMemorystoreforMemcached extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_instances; public $projects_locations_operations; /** * Constructs the internal representation of the CloudMemorystoreforMemcached * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://memcache.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'memcache'; $this->projects_locations = new Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_instances = new Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'applyParameters' => array( 'path' => 'v1/{+name}:applyParameters', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateParameters' => array( 'path' => 'v1/{+name}:updateParameters', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Z-[vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetRequest.phpnu[source = $source; } public function getSource() { return $this->source; } } PK' Z ]vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListRulesetsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setRulesets($rulesets) { $this->rulesets = $rulesets; } public function getRulesets() { return $this->rulesets; } } PK' ZyZvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesFile.phpnu[content = $content; } public function getContent() { return $this->content; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZϬR\vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetResponse.phpnu[issues = $issues; } public function getIssues() { return $this->issues; } } PK' ZDPOvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Source.phpnu[files = $files; } public function getFiles() { return $this->files; } } PK' ZN38z z bvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsReleases.phpnu[ * $firebaserulesService = new Google_Service_FirebaseRulesAPI(...); * $releases = $firebaserulesService->releases; * */ class Google_Service_FirebaseRulesAPI_Resource_ProjectsReleases extends Google_Service_Resource { /** * Create a `Release`. * * Release names should reflect the developer's deployment practices. For * example, the release name may include the environment name, application name, * application version, or any other name meaningful to the developer. Once a * `Release` refers to a `Ruleset`, the rules can be enforced by Firebase Rules- * enabled services. * * More than one `Release` may be 'live' concurrently. Consider the following * three `Release` names for `projects/foo` and the `Ruleset` to which they * refer. * * Release Name | Ruleset Name * --------------------------------|------------- projects/foo/releases/prod * | projects/foo/rulesets/uuid123 projects/foo/releases/prod/beta | * projects/foo/rulesets/uuid123 projects/foo/releases/prod/v23 | * projects/foo/rulesets/uuid456 * * The table reflects the `Ruleset` rollout in progress. The `prod` and * `prod/beta` releases refer to the same `Ruleset`. However, `prod/v23` refers * to a new `Ruleset`. The `Ruleset` reference for a `Release` may be updated * using the UpdateRelease method, and the custom `Release` name may be * referenced by specifying the `X-Firebase-Rules-Release-Name` header. * (releases.create) * * @param string $name Resource name for the project which owns this `Release`. * * Format: `projects/{project_id}` * @param Google_Service_FirebaseRulesAPI_Release $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_Release */ public function create($name, Google_Service_FirebaseRulesAPI_Release $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseRulesAPI_Release"); } /** * Delete a `Release` by resource name. (releases.delete) * * @param string $name Resource name for the `Release` to delete. * * Format: `projects/{project_id}/releases/{release_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_FirebaserulesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseRulesAPI_FirebaserulesEmpty"); } /** * Get a `Release` by name. (releases.get) * * @param string $name Resource name of the `Release`. * * Format: `projects/{project_id}/releases/{release_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_Release */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseRulesAPI_Release"); } /** * List the `Release` values for a project. This list may optionally be filtered * by `Release` name or `Ruleset` id or both. (releases.listProjectsReleases) * * @param string $name Resource name for the project. * * Format: `projects/{project_id}` * @param array $optParams Optional parameters. * * @opt_param string filter `Release` filter. The list method supports filters * with restrictions on the `Release` `name` and also on the `Ruleset` * `ruleset_name`. * * Example 1) A filter of 'name=prod*' might return `Release`s with names within * 'projects/foo' prefixed with 'prod': * * Name | Ruleset Name * ------------------------------|------------- projects/foo/releases/prod | * projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v1 | * projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v2 | * projects/foo/rulesets/uuid8888 * * Example 2) A filter of `name=prod* ruleset_name=uuid1234` would return only * `Release` instances for 'projects/foo' with names prefixed with 'prod' * referring to the same `Ruleset` name of 'uuid1234': * * Name | Ruleset Name * ------------------------------|------------- projects/foo/releases/prod | * projects/foo/rulesets/1234 projects/foo/releases/prod/v1 | * projects/foo/rulesets/1234 * * In the examples, the filter parameters refer to the search filters for * release and ruleset names are relative to the project releases and rulesets * collections. Fully qualified prefixed may also be used. e.g. * `name=projects/foo/releases/prod* ruleset_name=projects/foo/rulesets/uuid1` * @opt_param string pageToken Next page token for the next batch of `Release` * instances. * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. * Note: `page_size` is just a hint and the service may choose to load less than * `page_size` due to the size of the output. To traverse all of the releases, * caller should iterate until the `page_token` is empty. * @return Google_Service_FirebaseRulesAPI_ListReleasesResponse */ public function listProjectsReleases($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseRulesAPI_ListReleasesResponse"); } /** * Update a `Release`. * * Only updates to the `ruleset_name` field will be honored. `Release` rename is * not supported. To create a `Release` use the CreateRelease method instead. * (releases.update) * * @param string $name Resource name for the `Release`. * * `Release` names may be structured `app1/prod/v2` or flat `app1_prod_v2` which * affords developers a great deal of flexibility in mapping the name to the * style that best fits their existing development practices. For example, a * name could refer to an environment, an app, a version, or some combination of * three. * * In the table below, for the project name `projects/foo`, the following * relative release paths show how flat and structured names might be chosen to * match a desired development / deployment strategy. * * Use Case | Flat Name | Structured Name * -------------|---------------------|---------------- Environments | * releases/qa | releases/qa Apps | releases/app1_qa | * releases/app1/qa Versions | releases/app1_v2_qa | releases/app1/v2/qa * * The delimiter between the release name path elements can be almost anything * and it should work equally well with the release name list filter, but in * many ways the structured paths provide a clearer picture of the relationship * between `Release` instances. * * Format: `projects/{project_id}/releases/{release_id}` * @param Google_Service_FirebaseRulesAPI_Release $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_Release */ public function update($name, Google_Service_FirebaseRulesAPI_Release $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_FirebaseRulesAPI_Release"); } } PK' Z2 Zvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/Projects.phpnu[ * $firebaserulesService = new Google_Service_FirebaseRulesAPI(...); * $projects = $firebaserulesService->projects; * */ class Google_Service_FirebaseRulesAPI_Resource_Projects extends Google_Service_Resource { /** * Test `Source` for syntactic and semantic correctness. Issues present in the * rules, if any, will be returned to the caller with a description, severity, * and source location. * * The test method will typically be executed with a developer provided * `Source`, but if regression testing is desired, this method may be executed * against a `Ruleset` resource name and the `Source` will be retrieved from the * persisted `Ruleset`. * * The following is an example of `Source` that permits users to upload images * to a bucket bearing their user id and matching the correct metadata: * * _*Example*_ * * // Users are allowed to subscribe and unsubscribe to the blog. * service firebase.storage { match /users/{userId}/images/{imageName} { * allow write: if userId == request.userId && * (imageName.endsWith('.png') || imageName.endsWith('.jpg')) && * resource.mimeType.startsWith('image/') } } (projects.test) * * @param string $name Name of the project. * * Format: `projects/{project_id}` * @param Google_Service_FirebaseRulesAPI_TestRulesetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_TestRulesetResponse */ public function test($name, Google_Service_FirebaseRulesAPI_TestRulesetRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('test', array($params), "Google_Service_FirebaseRulesAPI_TestRulesetResponse"); } } PK' Z r||bvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsRulesets.phpnu[ * $firebaserulesService = new Google_Service_FirebaseRulesAPI(...); * $rulesets = $firebaserulesService->rulesets; * */ class Google_Service_FirebaseRulesAPI_Resource_ProjectsRulesets extends Google_Service_Resource { /** * Create a `Ruleset` from `Source`. * * The `Ruleset` is given a unique generated name which is returned to the * caller. `Source` containing syntactic or semantics errors will result in an * error response indicating the first error encountered. For a detailed view of * `Source` issues, use TestRuleset. (rulesets.create) * * @param string $name Resource name for Project which owns this `Ruleset`. * * Format: `projects/{project_id}` * @param Google_Service_FirebaseRulesAPI_Ruleset $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_Ruleset */ public function create($name, Google_Service_FirebaseRulesAPI_Ruleset $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseRulesAPI_Ruleset"); } /** * Delete a `Ruleset` by resource name. * * If the `Ruleset` is referenced by a `Release` the operation will fail. * (rulesets.delete) * * @param string $name Resource name for the ruleset to delete. * * Format: `projects/{project_id}/rulesets/{ruleset_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_FirebaserulesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseRulesAPI_FirebaserulesEmpty"); } /** * Get a `Ruleset` by name including the full `Source` contents. (rulesets.get) * * @param string $name Resource name for the ruleset to get. * * Format: `projects/{project_id}/rulesets/{ruleset_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRulesAPI_Ruleset */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseRulesAPI_Ruleset"); } /** * List `Ruleset` metadata only and optionally filter the results by Ruleset * name. * * The full `Source` contents of a `Ruleset` may be retrieved with GetRuleset. * (rulesets.listProjectsRulesets) * * @param string $name Resource name for the project. * * Format: `projects/{project_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. * Note: `page_size` is just a hint and the service may choose to load less than * `page_size` due to the size of the output. To traverse all of the releases, * caller should iterate until the `page_token` is empty. * @opt_param string pageToken Next page token for loading the next batch of * `Ruleset` instances. * @return Google_Service_FirebaseRulesAPI_ListRulesetsResponse */ public function listProjectsRulesets($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseRulesAPI_ListRulesetsResponse"); } } PK' Z/[[Pvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Release.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRulesetName($rulesetName) { $this->rulesetName = $rulesetName; } public function getRulesetName() { return $this->rulesetName; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z.EyyWvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/SourcePosition.phpnu[column = $column; } public function getColumn() { return $this->column; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK' ZZ@Pvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Ruleset.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSource(Google_Service_FirebaseRulesAPI_Source $source) { $this->source = $source; } public function getSource() { return $this->source; } } PK' Z1llNvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Issue.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setSourcePosition(Google_Service_FirebaseRulesAPI_SourcePosition $sourcePosition) { $this->sourcePosition = $sourcePosition; } public function getSourcePosition() { return $this->sourcePosition; } } PK' ZLs.[vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setReleases($releases) { $this->releases = $releases; } public function getReleases() { return $this->releases; } } PK' Z>o#AAPvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService.phpnu[ * Manage Cloud Database Migration Service resources on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DatabaseMigrationService extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_connectionProfiles; public $projects_locations_migrationJobs; public $projects_locations_operations; /** * Constructs the internal representation of the DatabaseMigrationService * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://datamigration.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'datamigration'; $this->projects_locations = new Google_Service_DatabaseMigrationService_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_connectionProfiles = new Google_Service_DatabaseMigrationService_Resource_ProjectsLocationsConnectionProfiles( $this, $this->serviceName, 'connectionProfiles', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/connectionProfiles', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'connectionProfileId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/connectionProfiles', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_migrationJobs = new Google_Service_DatabaseMigrationService_Resource_ProjectsLocationsMigrationJobs( $this, $this->serviceName, 'migrationJobs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/migrationJobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'migrationJobId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'generateSshScript' => array( 'path' => 'v1/{+migrationJob}:generateSshScript', 'httpMethod' => 'POST', 'parameters' => array( 'migrationJob' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/migrationJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'promote' => array( 'path' => 'v1/{+name}:promote', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'restart' => array( 'path' => 'v1/{+name}:restart', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v1/{+name}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'v1/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v1/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'verify' => array( 'path' => 'v1/{+name}:verify', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_DatabaseMigrationService_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' ZNFU E EJvendor/google/apiclient-services/src/Google/Service/FirebaseManagement.phpnu[ * The Firebase Management API enables programmatic setup and management of * Firebase projects, including a project's Firebase resources and Firebase * apps.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseManagement extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; /** View all your Firebase data and settings. */ const FIREBASE_READONLY = "https://www.googleapis.com/auth/firebase.readonly"; public $availableProjects; public $operations; public $projects; public $projects_androidApps; public $projects_androidApps_sha; public $projects_availableLocations; public $projects_defaultLocation; public $projects_iosApps; public $projects_webApps; /** * Constructs the internal representation of the FirebaseManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebase.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'firebase'; $this->availableProjects = new Google_Service_FirebaseManagement_Resource_AvailableProjects( $this, $this->serviceName, 'availableProjects', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/availableProjects', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_FirebaseManagement_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects = new Google_Service_FirebaseManagement_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'addFirebase' => array( 'path' => 'v1beta1/{+project}:addFirebase', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'addGoogleAnalytics' => array( 'path' => 'v1beta1/{+parent}:addGoogleAnalytics', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAdminSdkConfig' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAnalyticsDetails' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/projects', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeAnalytics' => array( 'path' => 'v1beta1/{+parent}:removeAnalytics', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchApps' => array( 'path' => 'v1beta1/{+parent}:searchApps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_androidApps = new Google_Service_FirebaseManagement_Resource_ProjectsAndroidApps( $this, $this->serviceName, 'androidApps', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/androidApps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getConfig' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/androidApps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_androidApps_sha = new Google_Service_FirebaseManagement_Resource_ProjectsAndroidAppsSha( $this, $this->serviceName, 'sha', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/sha', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/sha', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_availableLocations = new Google_Service_FirebaseManagement_Resource_ProjectsAvailableLocations( $this, $this->serviceName, 'availableLocations', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+parent}/availableLocations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_defaultLocation = new Google_Service_FirebaseManagement_Resource_ProjectsDefaultLocation( $this, $this->serviceName, 'defaultLocation', array( 'methods' => array( 'finalize' => array( 'path' => 'v1beta1/{+parent}/defaultLocation:finalize', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_iosApps = new Google_Service_FirebaseManagement_Resource_ProjectsIosApps( $this, $this->serviceName, 'iosApps', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/iosApps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getConfig' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/iosApps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_webApps = new Google_Service_FirebaseManagement_Resource_ProjectsWebApps( $this, $this->serviceName, 'webApps', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/webApps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getConfig' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/webApps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Zjrvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagFieldEnumValue.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK' Z8{vendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK' Zqqvvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogResult[] */ public function getResults() { return $this->results; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK' Z/lvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagTemplate.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZՏ0wvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag[] */ public function setPolicyTags($policyTags) { $this->policyTags = $policyTags; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag[] */ public function getPolicyTags() { return $this->policyTags; } } PK' Z$yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse.phpnu[taxonomies = $taxonomies; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SerializedTaxonomy[] */ public function getTaxonomies() { return $this->taxonomies; } } PK' Z@([[kvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1EntryGroup.phpnu[dataCatalogTimestamps = $dataCatalogTimestamps; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function getDataCatalogTimestamps() { return $this->dataCatalogTimestamps; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Zqrvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1BigQueryTableSpec.phpnu[tableSourceType = $tableSourceType; } public function getTableSourceType() { return $this->tableSourceType; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TableSpec */ public function setTableSpec(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TableSpec $tableSpec) { $this->tableSpec = $tableSpec; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TableSpec */ public function getTableSpec() { return $this->tableSpec; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ViewSpec */ public function setViewSpec(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ViewSpec $viewSpec) { $this->viewSpec = $viewSpec; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ViewSpec */ public function getViewSpec() { return $this->viewSpec; } } PK' Z#uusvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SerializedTaxonomy.phpnu[activatedPolicyTypes = $activatedPolicyTypes; } public function getActivatedPolicyTypes() { return $this->activatedPolicyTypes; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SerializedPolicyTag[] */ public function setPolicyTags($policyTags) { $this->policyTags = $policyTags; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SerializedPolicyTag[] */ public function getPolicyTags() { return $this->policyTags; } } PK' Z7{)''Wvendor/google/apiclient-services/src/Google/Service/DataCatalog/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_DataCatalog_Policy */ public function getPolicy() { return $this->policy; } } PK' Zk nhhivendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ViewSpec.phpnu[viewQuery = $viewQuery; } public function getViewQuery() { return $this->viewQuery; } } PK' ZАQttJvendor/google/apiclient-services/src/Google/Service/DataCatalog/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_DataCatalog_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK' Zeovendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1GcsFilesetSpec.phpnu[filePatterns = $filePatterns; } public function getFilePatterns() { return $this->filePatterns; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1GcsFileSpec[] */ public function setSampleGcsFileSpecs($sampleGcsFileSpecs) { $this->sampleGcsFileSpecs = $sampleGcsFileSpecs; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1GcsFileSpec[] */ public function getSampleGcsFileSpecs() { return $this->sampleGcsFileSpecs; } } PK' Zt7[  qvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagTemplateField.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIsRequired($isRequired) { $this->isRequired = $isRequired; } public function getIsRequired() { return $this->isRequired; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1FieldType */ public function setType(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1FieldType $type) { $this->type = $type; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1FieldType */ public function getType() { return $this->type; } } PK' Z5H H ivendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagField.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagFieldEnumValue */ public function setEnumValue(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagFieldEnumValue $enumValue) { $this->enumValue = $enumValue; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagFieldEnumValue */ public function getEnumValue() { return $this->enumValue; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } } PK' ZTgK%%tvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogResult.phpnu[linkedResource = $linkedResource; } public function getLinkedResource() { return $this->linkedResource; } public function setModifyTime($modifyTime) { $this->modifyTime = $modifyTime; } public function getModifyTime() { return $this->modifyTime; } public function setRelativeResourceName($relativeResourceName) { $this->relativeResourceName = $relativeResourceName; } public function getRelativeResourceName() { return $this->relativeResourceName; } public function setSearchResultSubtype($searchResultSubtype) { $this->searchResultSubtype = $searchResultSubtype; } public function getSearchResultSubtype() { return $this->searchResultSubtype; } public function setSearchResultType($searchResultType) { $this->searchResultType = $searchResultType; } public function getSearchResultType() { return $this->searchResultType; } } PK' Z'@.WWWvendor/google/apiclient-services/src/Google/Service/DataCatalog/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_DataCatalog_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK' Z9͝^vendor/google/apiclient-services/src/Google/Service/DataCatalog/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK' Z}(^vendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocations.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $locations = $datacatalogService->locations; * */ class Google_Service_DataCatalog_Resource_ProjectsLocations extends Google_Service_Resource { } PK' Z?" ""zvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTagTemplatesFieldsEnumValues.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $enumValues = $datacatalogService->enumValues; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsTagTemplatesFieldsEnumValues extends Google_Service_Resource { /** * Renames an enum value in a tag template. The enum values have to be unique * within one enum field. Thus, an enum value cannot be renamed with a name used * in any other enum value within the same enum field. (enumValues.rename) * * @param string $name Required. The name of the enum field value. Example: * pr * ojects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/field * s/{tag_template_field_id}/enumValues/{enum_value_display_name} * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField */ public function rename($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rename', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField"); } } PK' ZS  rvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTaxonomiesPolicyTags.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $policyTags = $datacatalogService->policyTags; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsTaxonomiesPolicyTags extends Google_Service_Resource { /** * Creates a policy tag in the specified taxonomy. (policyTags.create) * * @param string $parent Required. Resource name of the taxonomy that the policy * tag will belong to. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag"); } /** * Deletes a policy tag. Also deletes all of its descendant policy tags. * (policyTags.delete) * * @param string $name Required. Resource name of the policy tag to be deleted. * All of its descendant policy tags will also be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Gets a policy tag. (policyTags.get) * * @param string $name Required. Resource name of the requested policy tag. * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag"); } /** * Gets the IAM policy for a taxonomy or a policy tag. (policyTags.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_DataCatalog_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function getIamPolicy($resource, Google_Service_DataCatalog_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Lists all policy tags in a taxonomy. * (policyTags.listProjectsLocationsTaxonomiesPolicyTags) * * @param string $parent Required. Resource name of the taxonomy to list the * policy tags of. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Must be a * value between 1 and 1000. If not set, defaults to 50. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. If not set, defaults to an empty string. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse */ public function listProjectsLocationsTaxonomiesPolicyTags($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse"); } /** * Updates a policy tag. (policyTags.patch) * * @param string $name Output only. Resource name of this policy tag, whose * format is: "projects/{project_number}/locations/{location_id}/taxonomies/{tax * onomy_id}/policyTags/{id}". * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. Only * display_name, description and parent_policy_tag can be updated and thus can * be listed in the mask. If update_mask is not provided, all allowed fields * (i.e. display_name, description and parent) will be updated. For more * information including the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all * of the fields that are allowed to update. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1PolicyTag"); } /** * Sets the IAM policy for a taxonomy or a policy tag. (policyTags.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_DataCatalog_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function setIamPolicy($resource, Google_Service_DataCatalog_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Returns the permissions that a caller has on the specified taxonomy or policy * tag. (policyTags.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_DataCatalog_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataCatalog_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataCatalog_TestIamPermissionsResponse"); } } PK' ZDB$$hvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTaxonomies.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $taxonomies = $datacatalogService->taxonomies; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsTaxonomies extends Google_Service_Resource { /** * Creates a taxonomy in the specified project. (taxonomies.create) * * @param string $parent Required. Resource name of the project that the * taxonomy will belong to. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy"); } /** * Deletes a taxonomy. This operation will also delete all policy tags in this * taxonomy along with their associated policies. (taxonomies.delete) * * @param string $name Required. Resource name of the taxonomy to be deleted. * All policy tags in this taxonomy will also be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Exports all taxonomies and their policy tags in a project. This method * generates SerializedTaxonomy protos with nested policy tags that can be used * as an input for future ImportTaxonomies calls. (taxonomies.export) * * @param string $parent Required. Resource name of the project that taxonomies * to be exported will share. * @param array $optParams Optional parameters. * * @opt_param bool serializedTaxonomies Export taxonomies as serialized * taxonomies. * @opt_param string taxonomies Required. Resource names of the taxonomies to be * exported. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse */ public function export($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse"); } /** * Gets a taxonomy. (taxonomies.get) * * @param string $name Required. Resource name of the requested taxonomy. * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy"); } /** * Gets the IAM policy for a taxonomy or a policy tag. (taxonomies.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_DataCatalog_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function getIamPolicy($resource, Google_Service_DataCatalog_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Imports all taxonomies and their policy tags to a project as new taxonomies. * This method provides a bulk taxonomy / policy tag creation using nested proto * structure. (taxonomies.import) * * @param string $parent Required. Resource name of project that the imported * taxonomies will belong to. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse */ public function import($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse"); } /** * Lists all taxonomies in a project in a particular location that the caller * has permission to view. (taxonomies.listProjectsLocationsTaxonomies) * * @param string $parent Required. Resource name of the project to list the * taxonomies of. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Must be a * value between 1 and 1000. If not set, defaults to 50. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. If not set, defaults to an empty string. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse */ public function listProjectsLocationsTaxonomies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse"); } /** * Updates a taxonomy. (taxonomies.patch) * * @param string $name Output only. Resource name of this taxonomy, whose format * is: "projects/{project_number}/locations/{location_id}/taxonomies/{id}". * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all * of the fields that are allowed to update. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy"); } /** * Sets the IAM policy for a taxonomy or a policy tag. (taxonomies.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_DataCatalog_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function setIamPolicy($resource, Google_Service_DataCatalog_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Returns the permissions that a caller has on the specified taxonomy or policy * tag. (taxonomies.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_DataCatalog_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataCatalog_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataCatalog_TestIamPermissionsResponse"); } } PK' Z/::tvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroupsEntriesTags.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $tags = $datacatalogService->tags; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroupsEntriesTags extends Google_Service_Resource { /** * Creates a tag on an Entry. Note: The project identified by the `parent` * parameter for the [tag](https://cloud.google.com/data-catalog/docs/reference/ * rest/v1beta1/projects.locations.entryGroups.entries.tags/create#path- * parameters) and the [tag template](https://cloud.google.com/data- * catalog/docs/reference/rest/v1beta1/projects.locations.tagTemplates/create * #path-parameters) used to create the tag must be from the same organization. * (tags.create) * * @param string $parent Required. The name of the resource to attach this tag * to. Tags can be attached to Entries. Example: * projects/{project_id}/locatio * ns/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this * Tag and its child resources may not actually be stored in the location in * this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag"); } /** * Deletes a tag. (tags.delete) * * @param string $name Required. The name of the tag to delete. Example: * proje * cts/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{e * ntry_id}/tags/{tag_id} * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Lists the tags on an Entry. * (tags.listProjectsLocationsEntryGroupsEntriesTags) * * @param string $parent Required. The name of the Data Catalog resource to list * the tags of. The resource could be an Entry or an EntryGroup. Examples: * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} * pro * jects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/ * {entry_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of tags to return. Default is 10. * Max limit is 1000. * @opt_param string pageToken Token that specifies which page is requested. If * empty, the first page is returned. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListTagsResponse */ public function listProjectsLocationsEntryGroupsEntriesTags($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListTagsResponse"); } /** * Updates an existing tag. (tags.patch) * * @param string $name The resource name of the tag in URL format. Example: * pr * ojects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries * /{entry_id}/tags/{tag_id} where `tag_id` is a system-generated identifier. * Note that this Tag may not actually be stored in the location in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Note: Currently, this parameter can only take * `"fields"` as value. Names of fields whose values to overwrite on a tag. * Currently, a tag has the only modifiable field with the name `fields`. In * general, if this parameter is absent or empty, all modifiable fields are * overwritten. If such fields are non-required and omitted in the request body, * their values are emptied. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag"); } } PK' ZM5pvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTagTemplatesFields.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $fields = $datacatalogService->fields; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsTagTemplatesFields extends Google_Service_Resource { /** * Creates a field in a tag template. The user should enable the Data Catalog * API in the project identified by the `parent` parameter (see [Data Catalog * Resource Project](https://cloud.google.com/data-catalog/docs/concepts * /resource-project) for more information). (fields.create) * * @param string $parent Required. The name of the project and the template * location [region](https://cloud.google.com/data- * catalog/docs/concepts/regions). Example: * projects/{project_id}/locations * /us-central1/tagTemplates/{tag_template_id} * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField $postBody * @param array $optParams Optional parameters. * * @opt_param string tagTemplateFieldId Required. The ID of the tag template * field to create. Field ids can contain letters (both uppercase and * lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be * at least 1 character long and at most 128 characters long. Field IDs must * also be unique within their template. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField"); } /** * Deletes a field in a tag template and all uses of that field. Users should * enable the Data Catalog API in the project identified by the `name` parameter * (see [Data Catalog Resource Project] (https://cloud.google.com/data- * catalog/docs/concepts/resource-project) for more information). * (fields.delete) * * @param string $name Required. The name of the tag template field to delete. * Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_templ * ate_id}/fields/{tag_template_field_id} * @param array $optParams Optional parameters. * * @opt_param bool force Required. Currently, this field must always be set to * `true`. This confirms the deletion of this field from any tags using this * field. `force = false` will be supported in the future. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Updates a field in a tag template. This method cannot be used to update the * field type. Users should enable the Data Catalog API in the project * identified by the `name` parameter (see [Data Catalog Resource Project] * (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for * more information). (fields.patch) * * @param string $name Required. The name of the tag template field. Example: * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fie * lds/{tag_template_field_id} * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Names of fields whose values to * overwrite on an individual field of a tag template. The following fields are * modifiable: * `display_name` * `type.enum_type` * `is_required` If this * parameter is absent or empty, all modifiable fields are overwritten. If such * fields are non-required and omitted in the request body, their values are * emptied with one exception: when updating an enum type, the provided values * are merged with the existing values. Therefore, enum values can only be * added, existing enum values cannot be deleted or renamed. Additionally, * updating a template field from optional to required is *not* allowed. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField"); } /** * Renames a field in a tag template. The user should enable the Data Catalog * API in the project identified by the `name` parameter (see [Data Catalog * Resource Project](https://cloud.google.com/data-catalog/docs/concepts * /resource-project) for more information). (fields.rename) * * @param string $name Required. The name of the tag template. Example: * projec * ts/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{t * ag_template_field_id} * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField */ public function rename($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rename', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplateField"); } } PK' ZAs  mvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroupsTags.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $tags = $datacatalogService->tags; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroupsTags extends Google_Service_Resource { /** * Creates a tag on an Entry. Note: The project identified by the `parent` * parameter for the [tag](https://cloud.google.com/data-catalog/docs/reference/ * rest/v1beta1/projects.locations.entryGroups.entries.tags/create#path- * parameters) and the [tag template](https://cloud.google.com/data- * catalog/docs/reference/rest/v1beta1/projects.locations.tagTemplates/create * #path-parameters) used to create the tag must be from the same organization. * (tags.create) * * @param string $parent Required. The name of the resource to attach this tag * to. Tags can be attached to Entries. Example: * projects/{project_id}/locatio * ns/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this * Tag and its child resources may not actually be stored in the location in * this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag"); } /** * Deletes a tag. (tags.delete) * * @param string $name Required. The name of the tag to delete. Example: * proje * cts/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{e * ntry_id}/tags/{tag_id} * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Lists the tags on an Entry. (tags.listProjectsLocationsEntryGroupsTags) * * @param string $parent Required. The name of the Data Catalog resource to list * the tags of. The resource could be an Entry or an EntryGroup. Examples: * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} * pro * jects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/ * {entry_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of tags to return. Default is 10. * Max limit is 1000. * @opt_param string pageToken Token that specifies which page is requested. If * empty, the first page is returned. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListTagsResponse */ public function listProjectsLocationsEntryGroupsTags($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListTagsResponse"); } /** * Updates an existing tag. (tags.patch) * * @param string $name The resource name of the tag in URL format. Example: * pr * ojects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries * /{entry_id}/tags/{tag_id} where `tag_id` is a system-generated identifier. * Note that this Tag may not actually be stored in the location in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Note: Currently, this parameter can only take * `"fields"` as value. Names of fields whose values to overwrite on a tag. * Currently, a tag has the only modifiable field with the name `fields`. In * general, if this parameter is absent or empty, all modifiable fields are * overwritten. If such fields are non-required and omitted in the request body, * their values are emptied. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag"); } } PK' Z(+1Y Y Tvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/Entries.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $entries = $datacatalogService->entries; * */ class Google_Service_DataCatalog_Resource_Entries extends Google_Service_Resource { /** * Get an entry by target resource name. This method allows clients to use the * resource name from the source Google Cloud Platform service to get the Data * Catalog Entry. (entries.lookup) * * @param array $optParams Optional parameters. * * @opt_param string linkedResource The full name of the Google Cloud Platform * resource the Data Catalog entry represents. See: * https://cloud.google.com/apis/design/resource_names#full_resource_name. Full * names are case-sensitive. Examples: * //bigquery.googleapis.com/projects/proj * ectId/datasets/datasetId/tables/tableId * * //pubsub.googleapis.com/projects/projectId/topics/topicId * @opt_param string sqlResource The SQL name of the entry. SQL names are case- * sensitive. Examples: * `pubsub.project_id.topic_id` * * ``pubsub.project_id.`topic.id.with.dots` `` * * `bigquery.table.project_id.dataset_id.table_id` * * `bigquery.dataset.project_id.dataset_id` * * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s * shoud satisfy the standard SQL rules for identifiers. * https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry */ public function lookup($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('lookup', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry"); } } PK' ZLE%%jvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTagTemplates.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $tagTemplates = $datacatalogService->tagTemplates; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsTagTemplates extends Google_Service_Resource { /** * Creates a tag template. The user should enable the Data Catalog API in the * project identified by the `parent` parameter (see [Data Catalog Resource * Project](https://cloud.google.com/data-catalog/docs/concepts/resource- * project) for more information). (tagTemplates.create) * * @param string $parent Required. The name of the project and the template * location [region](https://cloud.google.com/data- * catalog/docs/concepts/regions. Example: * projects/{project_id}/locations/us- * central1 * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string tagTemplateId Required. The id of the tag template to * create. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate"); } /** * Deletes a tag template and all tags using the template. Users should enable * the Data Catalog API in the project identified by the `name` parameter (see * [Data Catalog Resource Project] (https://cloud.google.com/data- * catalog/docs/concepts/resource-project) for more information). * (tagTemplates.delete) * * @param string $name Required. The name of the tag template to delete. * Example: * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} * @param array $optParams Optional parameters. * * @opt_param bool force Required. Currently, this field must always be set to * `true`. This confirms the deletion of any possible tags using this template. * `force = false` will be supported in the future. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Gets a tag template. (tagTemplates.get) * * @param string $name Required. The name of the tag template. Example: * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate"); } /** * Gets the access control policy for a resource. A `NOT_FOUND` error is * returned if the resource does not exist. An empty policy is returned if the * resource exists but does not have a policy set on it. Supported resources * are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be * used to manage policies for BigQuery, Pub/Sub and any external Google Cloud * Platform resources synced to Data Catalog. Callers must have following Google * IAM permission - `datacatalog.tagTemplates.getIamPolicy` to get policies on * tag templates. - `datacatalog.entries.getIamPolicy` to get policies on * entries. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry * groups. (tagTemplates.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_DataCatalog_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function getIamPolicy($resource, Google_Service_DataCatalog_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Updates a tag template. This method cannot be used to update the fields of a * template. The tag template fields are represented as separate resources and * should be updated using their own create/update/delete methods. Users should * enable the Data Catalog API in the project identified by the * `tag_template.name` parameter (see [Data Catalog Resource Project] * (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for * more information). (tagTemplates.patch) * * @param string $name The resource name of the tag template in URL format. * Example: * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} * Note that this TagTemplate and its child resources may not actually be stored * in the location in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Names of fields whose values to overwrite on a * tag template. Currently, only `display_name` can be overwritten. In general, * if this parameter is absent or empty, all modifiable fields are overwritten. * If such fields are non-required and omitted in the request body, their values * are emptied. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagTemplate"); } /** * Sets the access control policy for a resource. Replaces any existing policy. * Supported resources are: - Tag templates. - Entries. - Entry groups. Note, * this method cannot be used to manage policies for BigQuery, Pub/Sub and any * external Google Cloud Platform resources synced to Data Catalog. Callers must * have following Google IAM permission - * `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. - * `datacatalog.entries.setIamPolicy` to set policies on entries. - * `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups. * (tagTemplates.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_DataCatalog_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function setIamPolicy($resource, Google_Service_DataCatalog_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Returns the caller's permissions on a resource. If the resource does not * exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` * error). Supported resources are: - Tag templates. - Entries. - Entry groups. * Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and * any external Google Cloud Platform resources synced to Data Catalog. A caller * is not required to have Google IAM permission to make this request. * (tagTemplates.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_DataCatalog_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataCatalog_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataCatalog_TestIamPermissionsResponse"); } } PK' Z⼗ӻ))ivendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroups.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $entryGroups = $datacatalogService->entryGroups; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroups extends Google_Service_Resource { /** * A maximum of 10,000 entry groups may be created per organization across all * locations. Users should enable the Data Catalog API in the project identified * by the `parent` parameter (see [Data Catalog Resource Project] * (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for * more information). (entryGroups.create) * * @param string $parent Required. The name of the project this entry group is * in. Example: * projects/{project_id}/locations/{location} Note that this * EntryGroup and its child resources may not actually be stored in the location * in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string entryGroupId Required. The id of the entry group to create. * The id must begin with a letter or underscore, contain only English letters, * numbers and underscores, and be at most 64 characters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup"); } /** * Deletes an EntryGroup. Only entry groups that do not contain entries can be * deleted. Users should enable the Data Catalog API in the project identified * by the `name` parameter (see [Data Catalog Resource Project] * (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for * more information). (entryGroups.delete) * * @param string $name Required. The name of the entry group. For example, * `projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`. * @param array $optParams Optional parameters. * * @opt_param bool force Optional. If true, deletes all entries in the entry * group. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Gets an EntryGroup. (entryGroups.get) * * @param string $name Required. The name of the entry group. For example, * `projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`. * @param array $optParams Optional parameters. * * @opt_param string readMask The fields to return. If not set or empty, all * fields are returned. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup"); } /** * Gets the access control policy for a resource. A `NOT_FOUND` error is * returned if the resource does not exist. An empty policy is returned if the * resource exists but does not have a policy set on it. Supported resources * are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be * used to manage policies for BigQuery, Pub/Sub and any external Google Cloud * Platform resources synced to Data Catalog. Callers must have following Google * IAM permission - `datacatalog.tagTemplates.getIamPolicy` to get policies on * tag templates. - `datacatalog.entries.getIamPolicy` to get policies on * entries. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry * groups. (entryGroups.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_DataCatalog_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function getIamPolicy($resource, Google_Service_DataCatalog_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Lists entry groups. (entryGroups.listProjectsLocationsEntryGroups) * * @param string $parent Required. The name of the location that contains the * entry groups, which can be provided in URL format. Example: * * projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return. * Default is 10. Max limit is 1000. Throws an invalid argument for `page_size > * 1000`. * @opt_param string pageToken Optional. Token that specifies which page is * requested. If empty, the first page is returned. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse */ public function listProjectsLocationsEntryGroups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse"); } /** * Updates an EntryGroup. The user should enable the Data Catalog API in the * project identified by the `entry_group.name` parameter (see [Data Catalog * Resource Project] (https://cloud.google.com/data-catalog/docs/concepts * /resource-project) for more information). (entryGroups.patch) * * @param string $name The resource name of the entry group in URL format. * Example: * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note * that this EntryGroup and its child resources may not actually be stored in * the location in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Names of fields whose values to overwrite on an * entry group. If this parameter is absent or empty, all modifiable fields are * overwritten. If such fields are non-required and omitted in the request body, * their values are emptied. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup"); } /** * Sets the access control policy for a resource. Replaces any existing policy. * Supported resources are: - Tag templates. - Entries. - Entry groups. Note, * this method cannot be used to manage policies for BigQuery, Pub/Sub and any * external Google Cloud Platform resources synced to Data Catalog. Callers must * have following Google IAM permission - * `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. - * `datacatalog.entries.setIamPolicy` to set policies on entries. - * `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups. * (entryGroups.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_DataCatalog_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function setIamPolicy($resource, Google_Service_DataCatalog_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Returns the caller's permissions on a resource. If the resource does not * exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` * error). Supported resources are: - Tag templates. - Entries. - Entry groups. * Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and * any external Google Cloud Platform resources synced to Data Catalog. A caller * is not required to have Google IAM permission to make this request. * (entryGroups.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_DataCatalog_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataCatalog_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataCatalog_TestIamPermissionsResponse"); } } PK' Z]k Tvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/Catalog.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $catalog = $datacatalogService->catalog; * */ class Google_Service_DataCatalog_Resource_Catalog extends Google_Service_Resource { /** * Searches Data Catalog for multiple resources like entries, tags that match a * query. This is a custom method * (https://cloud.google.com/apis/design/custom_methods) and does not return the * complete resource, only the resource identifier and high level fields. * Clients can subsequently call `Get` methods. Note that Data Catalog search * queries do not guarantee full recall. Query results that match your query may * not be returned, even in subsequent result pages. Also note that results * returned (and not returned) can vary across repeated search queries. See * [Data Catalog Search Syntax](https://cloud.google.com/data-catalog/docs/how- * to/search-reference) for more information. (catalog.search) * * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogResponse */ public function search(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogResponse"); } } PK' ZcÅzzUvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/Projects.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $projects = $datacatalogService->projects; * */ class Google_Service_DataCatalog_Resource_Projects extends Google_Service_Resource { } PK' Zv&&pvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroupsEntries.phpnu[ * $datacatalogService = new Google_Service_DataCatalog(...); * $entries = $datacatalogService->entries; * */ class Google_Service_DataCatalog_Resource_ProjectsLocationsEntryGroupsEntries extends Google_Service_Resource { /** * Creates an entry. Only entries of 'FILESET' type or user-specified type can * be created. Users should enable the Data Catalog API in the project * identified by the `parent` parameter (see [Data Catalog Resource Project] * (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for * more information). A maximum of 100,000 entries may be created per entry * group. (entries.create) * * @param string $parent Required. The name of the entry group this entry is in. * Example: * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note * that this Entry and its child resources may not actually be stored in the * location in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry $postBody * @param array $optParams Optional parameters. * * @opt_param string entryId Required. The id of the entry to create. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry */ public function create($parent, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry"); } /** * Deletes an existing entry. Only entries created through CreateEntry method * can be deleted. Users should enable the Data Catalog API in the project * identified by the `name` parameter (see [Data Catalog Resource Project] * (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for * more information). (entries.delete) * * @param string $name Required. The name of the entry. Example: * projects/{pro * ject_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_DatacatalogEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataCatalog_DatacatalogEmpty"); } /** * Gets an entry. (entries.get) * * @param string $name Required. The name of the entry. Example: * projects/{pro * ject_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry"); } /** * Gets the access control policy for a resource. A `NOT_FOUND` error is * returned if the resource does not exist. An empty policy is returned if the * resource exists but does not have a policy set on it. Supported resources * are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be * used to manage policies for BigQuery, Pub/Sub and any external Google Cloud * Platform resources synced to Data Catalog. Callers must have following Google * IAM permission - `datacatalog.tagTemplates.getIamPolicy` to get policies on * tag templates. - `datacatalog.entries.getIamPolicy` to get policies on * entries. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry * groups. (entries.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_DataCatalog_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_Policy */ public function getIamPolicy($resource, Google_Service_DataCatalog_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataCatalog_Policy"); } /** * Lists entries. (entries.listProjectsLocationsEntryGroupsEntries) * * @param string $parent Required. The name of the entry group that contains the * entries, which can be provided in URL format. Example: * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. Default is 10. * Max limit is 1000. Throws an invalid argument for `page_size > 1000`. * @opt_param string pageToken Token that specifies which page is requested. If * empty, the first page is returned. * @opt_param string readMask The fields to return for each Entry. If not set or * empty, all fields are returned. For example, setting read_mask to contain * only one path "name" will cause ListEntries to return a list of Entries with * only "name" field. * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListEntriesResponse */ public function listProjectsLocationsEntryGroupsEntries($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListEntriesResponse"); } /** * Updates an existing entry. Users should enable the Data Catalog API in the * project identified by the `entry.name` parameter (see [Data Catalog Resource * Project] (https://cloud.google.com/data-catalog/docs/concepts/resource- * project) for more information). (entries.patch) * * @param string $name Output only. The Data Catalog resource name of the entry * in URL format. Example: * projects/{project_id}/locations/{location}/entryGro * ups/{entry_group_id}/entries/{entry_id} Note that this Entry and its child * resources may not actually be stored in the location in this name. * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Names of fields whose values to overwrite on an * entry. If this parameter is absent or empty, all modifiable fields are * overwritten. If such fields are non-required and omitted in the request body, * their values are emptied. The following fields are modifiable: * For entries * with type `DATA_STREAM`: * `schema` * For entries with type `FILESET`: * * `schema` * `display_name` * `description` * `gcs_fileset_spec` * * `gcs_fileset_spec.file_patterns` * For entries with `user_specified_type`: * * `schema` * `display_name` * `description` * `user_specified_type` * * `user_specified_system` * `linked_resource` * `source_system_timestamps` * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry */ public function patch($name, Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry"); } /** * Returns the caller's permissions on a resource. If the resource does not * exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` * error). Supported resources are: - Tag templates. - Entries. - Entry groups. * Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and * any external Google Cloud Platform resources synced to Data Catalog. A caller * is not required to have Google IAM permission to make this request. * (entries.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_DataCatalog_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataCatalog_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataCatalog_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataCatalog_TestIamPermissionsResponse"); } } PK' Z5xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse.phpnu[entryGroups = $entryGroups; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1EntryGroup[] */ public function getEntryGroups() { return $this->entryGroups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZHUUmvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ColumnSchema.phpnu[column = $column; } public function getColumn() { return $this->column; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ColumnSchema[] */ public function setSubcolumns($subcolumns) { $this->subcolumns = $subcolumns; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ColumnSchema[] */ public function getSubcolumns() { return $this->subcolumns; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' ZHQmvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1InlineSource.phpnu[taxonomies = $taxonomies; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SerializedTaxonomy[] */ public function getTaxonomies() { return $this->taxonomies; } } PK' Z|}֞Kvendor/google/apiclient-services/src/Google/Service/DataCatalog/Binding.phpnu[condition = $condition; } /** * @return Google_Service_DataCatalog_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK' Z=:^^qvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListTagsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Tag[] */ public function getTags() { return $this->tags; } } PK' ZMvPjvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1FieldType.phpnu[enumType = $enumType; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1FieldTypeEnumType */ public function getEnumType() { return $this->enumType; } public function setPrimitiveType($primitiveType) { $this->primitiveType = $primitiveType; } public function getPrimitiveType() { return $this->primitiveType; } } PK' Z!'jvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1PolicyTag.phpnu[childPolicyTags = $childPolicyTags; } public function getChildPolicyTags() { return $this->childPolicyTags; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentPolicyTag($parentPolicyTag) { $this->parentPolicyTag = $parentPolicyTag; } public function getParentPolicyTag() { return $this->parentPolicyTag; } } PK' Z~8xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest.phpnu[inlineSource = $inlineSource; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1InlineSource */ public function getInlineSource() { return $this->inlineSource; } } PK' Z $<vendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest.phpnu[newEnumValueDisplayName = $newEnumValueDisplayName; } public function getNewEnumValueDisplayName() { return $this->newEnumValueDisplayName; } } PK' Zsj.]vendor/google/apiclient-services/src/Google/Service/DataCatalog/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK' Z@((rvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1FieldTypeEnumType.phpnu[allowedValues = $allowedValues; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue[] */ public function getAllowedValues() { return $this->allowedValues; } } PK' ZlPwtvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListEntriesResponse.phpnu[entries = $entries; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Entry[] */ public function getEntries() { return $this->entries; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z!VVtvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SerializedPolicyTag.phpnu[childPolicyTags = $childPolicyTags; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SerializedPolicyTag[] */ public function getChildPolicyTags() { return $this->childPolicyTags; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setPolicyTag($policyTag) { $this->policyTag = $policyTag; } public function getPolicyTag() { return $this->policyTag; } } PK' Z{~vendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest.phpnu[newTagTemplateFieldId = $newTagTemplateFieldId; } public function getNewTagTemplateFieldId() { return $this->newTagTemplateFieldId; } } PK' Zsאuvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogRequest.phpnu[orderBy = $orderBy; } public function getOrderBy() { return $this->orderBy; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope */ public function setScope(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope $scope) { $this->scope = $scope; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope */ public function getScope() { return $this->scope; } } PK' Z4dyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse.phpnu[taxonomies = $taxonomies; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy[] */ public function getTaxonomies() { return $this->taxonomies; } } PK' ZCMN N ivendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Taxonomy.phpnu[activatedPolicyTypes = $activatedPolicyTypes; } public function getActivatedPolicyTypes() { return $this->activatedPolicyTypes; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPolicyTagCount($policyTagCount) { $this->policyTagCount = $policyTagCount; } public function getPolicyTagCount() { return $this->policyTagCount; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function setTaxonomyTimestamps(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps $taxonomyTimestamps) { $this->taxonomyTimestamps = $taxonomyTimestamps; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function getTaxonomyTimestamps() { return $this->taxonomyTimestamps; } } PK' Zw80AAdvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Tag.phpnu[column = $column; } public function getColumn() { return $this->column; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagField[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagField[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTemplate($template) { $this->template = $template; } public function getTemplate() { return $this->template; } public function setTemplateDisplayName($templateDisplayName) { $this->templateDisplayName = $templateDisplayName; } public function getTemplateDisplayName() { return $this->templateDisplayName; } } PK' ZKʩwvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy[] */ public function setTaxonomies($taxonomies) { $this->taxonomies = $taxonomies; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Taxonomy[] */ public function getTaxonomies() { return $this->taxonomies; } } PK' ZSlkklvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1GcsFileSpec.phpnu[filePath = $filePath; } public function getFilePath() { return $this->filePath; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function setGcsTimestamps(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps $gcsTimestamps) { $this->gcsTimestamps = $gcsTimestamps; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function getGcsTimestamps() { return $this->gcsTimestamps; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } } PK' Z`5Tvendor/google/apiclient-services/src/Google/Service/DataCatalog/DatacatalogEmpty.phpnu[bigqueryDateShardedSpec = $bigqueryDateShardedSpec; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec */ public function getBigqueryDateShardedSpec() { return $this->bigqueryDateShardedSpec; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1BigQueryTableSpec */ public function setBigqueryTableSpec(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1BigQueryTableSpec $bigqueryTableSpec) { $this->bigqueryTableSpec = $bigqueryTableSpec; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1BigQueryTableSpec */ public function getBigqueryTableSpec() { return $this->bigqueryTableSpec; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1GcsFilesetSpec */ public function setGcsFilesetSpec(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1GcsFilesetSpec $gcsFilesetSpec) { $this->gcsFilesetSpec = $gcsFilesetSpec; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1GcsFilesetSpec */ public function getGcsFilesetSpec() { return $this->gcsFilesetSpec; } public function setIntegratedSystem($integratedSystem) { $this->integratedSystem = $integratedSystem; } public function getIntegratedSystem() { return $this->integratedSystem; } public function setLinkedResource($linkedResource) { $this->linkedResource = $linkedResource; } public function getLinkedResource() { return $this->linkedResource; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Schema */ public function setSchema(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Schema $schema) { $this->schema = $schema; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1Schema */ public function getSchema() { return $this->schema; } /** * @param Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function setSourceSystemTimestamps(Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps $sourceSystemTimestamps) { $this->sourceSystemTimestamps = $sourceSystemTimestamps; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SystemTimestamps */ public function getSourceSystemTimestamps() { return $this->sourceSystemTimestamps; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserSpecifiedSystem($userSpecifiedSystem) { $this->userSpecifiedSystem = $userSpecifiedSystem; } public function getUserSpecifiedSystem() { return $this->userSpecifiedSystem; } public function setUserSpecifiedType($userSpecifiedType) { $this->userSpecifiedType = $userSpecifiedType; } public function getUserSpecifiedType() { return $this->userSpecifiedType; } } PK' Z[gvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Schema.phpnu[columns = $columns; } /** * @return Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ColumnSchema[] */ public function getColumns() { return $this->columns; } } PK' Zi+!xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setShardCount($shardCount) { $this->shardCount = $shardCount; } public function getShardCount() { return $this->shardCount; } public function setTablePrefix($tablePrefix) { $this->tablePrefix = $tablePrefix; } public function getTablePrefix() { return $this->tablePrefix; } } PK' ZeJ!Tvendor/google/apiclient-services/src/Google/Service/DataCatalog/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK' ZѸ zvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope.phpnu[includeGcpPublicDatasets = $includeGcpPublicDatasets; } public function getIncludeGcpPublicDatasets() { return $this->includeGcpPublicDatasets; } public function setIncludeOrgIds($includeOrgIds) { $this->includeOrgIds = $includeOrgIds; } public function getIncludeOrgIds() { return $this->includeOrgIds; } public function setIncludeProjectIds($includeProjectIds) { $this->includeProjectIds = $includeProjectIds; } public function getIncludeProjectIds() { return $this->includeProjectIds; } public function setRestrictedLocations($restrictedLocations) { $this->restrictedLocations = $restrictedLocations; } public function getRestrictedLocations() { return $this->restrictedLocations; } } PK' Z?8qvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SystemTimestamps.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z\zG~~jvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TableSpec.phpnu[groupedEntry = $groupedEntry; } public function getGroupedEntry() { return $this->groupedEntry; } } PK' ZXOLLHvendor/google/apiclient-services/src/Google/Service/DataCatalog/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' ZH333`vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.phpnu[definitionId = $definitionId; } public function getDefinitionId() { return $this->definitionId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setResetScoreTimeSpans($resetScoreTimeSpans) { $this->resetScoreTimeSpans = $resetScoreTimeSpans; } public function getResetScoreTimeSpans() { return $this->resetScoreTimeSpans; } } PK' Zhð  cvendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetAllResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesManagement_AchievementResetResponse[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_GamesManagement_AchievementResetResponse[] */ public function getResults() { return $this->results; } } PK' ZP'Tvendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayer.phpnu[hiddenTimeMillis = $hiddenTimeMillis; } public function getHiddenTimeMillis() { return $this->hiddenTimeMillis; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesManagement_Player */ public function setPlayer(Google_Service_GamesManagement_Player $player) { $this->player = $player; } /** * @return Google_Service_GamesManagement_Player */ public function getPlayer() { return $this->player; } } PK' Z{ŅNvendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.phpnu[avatarImageUrl = $avatarImageUrl; } public function getAvatarImageUrl() { return $this->avatarImageUrl; } public function setBannerUrlLandscape($bannerUrlLandscape) { $this->bannerUrlLandscape = $bannerUrlLandscape; } public function getBannerUrlLandscape() { return $this->bannerUrlLandscape; } public function setBannerUrlPortrait($bannerUrlPortrait) { $this->bannerUrlPortrait = $bannerUrlPortrait; } public function getBannerUrlPortrait() { return $this->bannerUrlPortrait; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_GamesManagement_GamesPlayerExperienceInfoResource */ public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo) { $this->experienceInfo = $experienceInfo; } /** * @return Google_Service_GamesManagement_GamesPlayerExperienceInfoResource */ public function getExperienceInfo() { return $this->experienceInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesManagement_PlayerName */ public function setName(Google_Service_GamesManagement_PlayerName $name) { $this->name = $name; } /** * @return Google_Service_GamesManagement_PlayerName */ public function getName() { return $this->name; } public function setOriginalPlayerId($originalPlayerId) { $this->originalPlayerId = $originalPlayerId; } public function getOriginalPlayerId() { return $this->originalPlayerId; } public function setPlayerId($playerId) { $this->playerId = $playerId; } public function getPlayerId() { return $this->playerId; } /** * @param Google_Service_GamesManagement_ProfileSettings */ public function setProfileSettings(Google_Service_GamesManagement_ProfileSettings $profileSettings) { $this->profileSettings = $profileSettings; } /** * @return Google_Service_GamesManagement_ProfileSettings */ public function getProfileSettings() { return $this->profileSettings; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' Z+@ Wvendor/google/apiclient-services/src/Google/Service/GamesManagement/ProfileSettings.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setProfileVisible($profileVisible) { $this->profileVisible = $profileVisible; } public function getProfileVisible() { return $this->profileVisible; } } PK' Z|hvendor/google/apiclient-services/src/Google/Service/GamesManagement/ScoresResetMultipleForAllRequest.phpnu[ "leaderboard_ids", ); public $kind; public $leaderboardIds; public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLeaderboardIds($leaderboardIds) { $this->leaderboardIds = $leaderboardIds; } public function getLeaderboardIds() { return $this->leaderboardIds; } } PK' Z`w]vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Applications.phpnu[ * $gamesManagementService = new Google_Service_GamesManagement(...); * $applications = $gamesManagementService->applications; * */ class Google_Service_GamesManagement_Resource_Applications extends Google_Service_Resource { /** * Get the list of players hidden from the given application. This method is * only available to user accounts for your developer console. * (applications.listHidden) * * @param string $applicationId The application ID from the Google Play * developer console. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of player resources to return in * the response, used for paging. For any response, the actual number of player * resources returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_GamesManagement_HiddenPlayerList */ public function listHidden($applicationId, $optParams = array()) { $params = array('applicationId' => $applicationId); $params = array_merge($params, $optParams); return $this->call('listHidden', array($params), "Google_Service_GamesManagement_HiddenPlayerList"); } } PK' Z_[ Wvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Events.phpnu[ * $gamesManagementService = new Google_Service_GamesManagement(...); * $events = $gamesManagementService->events; * */ class Google_Service_GamesManagement_Resource_Events extends Google_Service_Resource { /** * Resets all player progress on the event with the given ID for the currently * authenticated player. This method is only accessible to whitelisted tester * accounts for your application. (events.reset) * * @param string $eventId The ID of the event. * @param array $optParams Optional parameters. */ public function reset($eventId, $optParams = array()) { $params = array('eventId' => $eventId); $params = array_merge($params, $optParams); return $this->call('reset', array($params)); } /** * Resets all player progress on all events for the currently authenticated * player. This method is only accessible to whitelisted tester accounts for * your application. (events.resetAll) * * @param array $optParams Optional parameters. */ public function resetAll($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('resetAll', array($params)); } /** * Resets all draft events for all players. This method is only available to * user accounts for your developer console. (events.resetAllForAllPlayers) * * @param array $optParams Optional parameters. */ public function resetAllForAllPlayers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('resetAllForAllPlayers', array($params)); } /** * Resets the event with the given ID for all players. This method is only * available to user accounts for your developer console. Only draft events can * be reset. (events.resetForAllPlayers) * * @param string $eventId The ID of the event. * @param array $optParams Optional parameters. */ public function resetForAllPlayers($eventId, $optParams = array()) { $params = array('eventId' => $eventId); $params = array_merge($params, $optParams); return $this->call('resetForAllPlayers', array($params)); } /** * Resets events with the given IDs for all players. This method is only * available to user accounts for your developer console. Only draft events may * be reset. (events.resetMultipleForAllPlayers) * * @param Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody * @param array $optParams Optional parameters. */ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetMultipleForAllPlayers', array($params)); } } PK' Z?& & Xvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Players.phpnu[ * $gamesManagementService = new Google_Service_GamesManagement(...); * $players = $gamesManagementService->players; * */ class Google_Service_GamesManagement_Resource_Players extends Google_Service_Resource { /** * Hide the given player's leaderboard scores from the given application. This * method is only available to user accounts for your developer console. * (players.hide) * * @param string $applicationId The application ID from the Google Play * developer console. * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param array $optParams Optional parameters. */ public function hide($applicationId, $playerId, $optParams = array()) { $params = array('applicationId' => $applicationId, 'playerId' => $playerId); $params = array_merge($params, $optParams); return $this->call('hide', array($params)); } /** * Unhide the given player's leaderboard scores from the given application. This * method is only available to user accounts for your developer console. * (players.unhide) * * @param string $applicationId The application ID from the Google Play * developer console. * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param array $optParams Optional parameters. */ public function unhide($applicationId, $playerId, $optParams = array()) { $params = array('applicationId' => $applicationId, 'playerId' => $playerId); $params = array_merge($params, $optParams); return $this->call('unhide', array($params)); } } PK' Z<%MMWvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Scores.phpnu[ * $gamesManagementService = new Google_Service_GamesManagement(...); * $scores = $gamesManagementService->scores; * */ class Google_Service_GamesManagement_Resource_Scores extends Google_Service_Resource { /** * Resets scores for the leaderboard with the given ID for the currently * authenticated player. This method is only accessible to whitelisted tester * accounts for your application. (scores.reset) * * @param string $leaderboardId The ID of the leaderboard. * @param array $optParams Optional parameters. * @return Google_Service_GamesManagement_PlayerScoreResetResponse */ public function reset($leaderboardId, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId); $params = array_merge($params, $optParams); return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse"); } /** * Resets all scores for all leaderboards for the currently authenticated * players. This method is only accessible to whitelisted tester accounts for * your application. (scores.resetAll) * * @param array $optParams Optional parameters. * @return Google_Service_GamesManagement_PlayerScoreResetAllResponse */ public function resetAll($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse"); } /** * Resets scores for all draft leaderboards for all players. This method is only * available to user accounts for your developer console. * (scores.resetAllForAllPlayers) * * @param array $optParams Optional parameters. */ public function resetAllForAllPlayers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('resetAllForAllPlayers', array($params)); } /** * Resets scores for the leaderboard with the given ID for all players. This * method is only available to user accounts for your developer console. Only * draft leaderboards can be reset. (scores.resetForAllPlayers) * * @param string $leaderboardId The ID of the leaderboard. * @param array $optParams Optional parameters. */ public function resetForAllPlayers($leaderboardId, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId); $params = array_merge($params, $optParams); return $this->call('resetForAllPlayers', array($params)); } /** * Resets scores for the leaderboards with the given IDs for all players. This * method is only available to user accounts for your developer console. Only * draft leaderboards may be reset. (scores.resetMultipleForAllPlayers) * * @param Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody * @param array $optParams Optional parameters. */ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetMultipleForAllPlayers', array($params)); } } PK' ZG]vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Achievements.phpnu[ * $gamesManagementService = new Google_Service_GamesManagement(...); * $achievements = $gamesManagementService->achievements; * */ class Google_Service_GamesManagement_Resource_Achievements extends Google_Service_Resource { /** * Resets the achievement with the given ID for the currently authenticated * player. This method is only accessible to whitelisted tester accounts for * your application. (achievements.reset) * * @param string $achievementId The ID of the achievement used by this method. * @param array $optParams Optional parameters. * @return Google_Service_GamesManagement_AchievementResetResponse */ public function reset($achievementId, $optParams = array()) { $params = array('achievementId' => $achievementId); $params = array_merge($params, $optParams); return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse"); } /** * Resets all achievements for the currently authenticated player for your * application. This method is only accessible to whitelisted tester accounts * for your application. (achievements.resetAll) * * @param array $optParams Optional parameters. * @return Google_Service_GamesManagement_AchievementResetAllResponse */ public function resetAll($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse"); } /** * Resets all draft achievements for all players. This method is only available * to user accounts for your developer console. * (achievements.resetAllForAllPlayers) * * @param array $optParams Optional parameters. */ public function resetAllForAllPlayers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('resetAllForAllPlayers', array($params)); } /** * Resets the achievement with the given ID for all players. This method is only * available to user accounts for your developer console. Only draft * achievements can be reset. (achievements.resetForAllPlayers) * * @param string $achievementId The ID of the achievement used by this method. * @param array $optParams Optional parameters. */ public function resetForAllPlayers($achievementId, $optParams = array()) { $params = array('achievementId' => $achievementId); $params = array_merge($params, $optParams); return $this->call('resetForAllPlayers', array($params)); } /** * Resets achievements with the given IDs for all players. This method is only * available to user accounts for your developer console. Only draft * achievements may be reset. (achievements.resetMultipleForAllPlayers) * * @param Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody * @param array $optParams Optional parameters. */ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetMultipleForAllPlayers', array($params)); } } PK' Zq˴mvendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.phpnu[ "achievement_ids", ); public $achievementIds; public $kind; public function setAchievementIds($achievementIds) { $this->achievementIds = $achievementIds; } public function getAchievementIds() { return $this->achievementIds; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' Z}Xvendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.phpnu[items = $items; } /** * @return Google_Service_GamesManagement_HiddenPlayer[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z*ivendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerExperienceInfoResource.phpnu[currentExperiencePoints = $currentExperiencePoints; } public function getCurrentExperiencePoints() { return $this->currentExperiencePoints; } /** * @param Google_Service_GamesManagement_GamesPlayerLevelResource */ public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel) { $this->currentLevel = $currentLevel; } /** * @return Google_Service_GamesManagement_GamesPlayerLevelResource */ public function getCurrentLevel() { return $this->currentLevel; } public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) { $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; } public function getLastLevelUpTimestampMillis() { return $this->lastLevelUpTimestampMillis; } /** * @param Google_Service_GamesManagement_GamesPlayerLevelResource */ public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel) { $this->nextLevel = $nextLevel; } /** * @return Google_Service_GamesManagement_GamesPlayerLevelResource */ public function getNextLevel() { return $this->nextLevel; } } PK' ZTM  cvendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetAllResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesManagement_PlayerScoreResetResponse[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_GamesManagement_PlayerScoreResetResponse[] */ public function getResults() { return $this->results; } } PK' Zr `vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetResponse.phpnu[currentState = $currentState; } public function getCurrentState() { return $this->currentState; } public function setDefinitionId($definitionId) { $this->definitionId = $definitionId; } public function getDefinitionId() { return $this->definitionId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUpdateOccurred($updateOccurred) { $this->updateOccurred = $updateOccurred; } public function getUpdateOccurred() { return $this->updateOccurred; } } PK' Zvr  Rvendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK' Ztsshvendor/google/apiclient-services/src/Google/Service/GamesManagement/EventsResetMultipleForAllRequest.phpnu[ "event_ids", ); public $eventIds; public $kind; public function setEventIds($eventIds) { $this->eventIds = $eventIds; } public function getEventIds() { return $this->eventIds; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' Z6]11`vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.phpnu[level = $level; } public function getLevel() { return $this->level; } public function setMaxExperiencePoints($maxExperiencePoints) { $this->maxExperiencePoints = $maxExperiencePoints; } public function getMaxExperiencePoints() { return $this->maxExperiencePoints; } public function setMinExperiencePoints($minExperiencePoints) { $this->minExperiencePoints = $minExperiencePoints; } public function getMinExperiencePoints() { return $this->minExperiencePoints; } } PK' Zě?vendor/google/apiclient-services/src/Google/Service/WebRisk.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_WebRisk extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $hashes; public $projects_operations; public $projects_submissions; public $projects_uris; public $threatLists; public $uris; /** * Constructs the internal representation of the WebRisk service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://webrisk.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'webrisk'; $this->hashes = new Google_Service_WebRisk_Resource_Hashes( $this, $this->serviceName, 'hashes', array( 'methods' => array( 'search' => array( 'path' => 'v1/hashes:search', 'httpMethod' => 'GET', 'parameters' => array( 'hashPrefix' => array( 'location' => 'query', 'type' => 'string', ), 'threatTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->projects_operations = new Google_Service_WebRisk_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, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_submissions = new Google_Service_WebRisk_Resource_ProjectsSubmissions( $this, $this->serviceName, 'submissions', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/submissions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_uris = new Google_Service_WebRisk_Resource_ProjectsUris( $this, $this->serviceName, 'uris', array( 'methods' => array( 'submit' => array( 'path' => 'v1/{+parent}/uris:submit', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->threatLists = new Google_Service_WebRisk_Resource_ThreatLists( $this, $this->serviceName, 'threatLists', array( 'methods' => array( 'computeDiff' => array( 'path' => 'v1/threatLists:computeDiff', 'httpMethod' => 'GET', 'parameters' => array( 'constraints.maxDatabaseEntries' => array( 'location' => 'query', 'type' => 'integer', ), 'constraints.maxDiffEntries' => array( 'location' => 'query', 'type' => 'integer', ), 'constraints.supportedCompressions' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'threatType' => array( 'location' => 'query', 'type' => 'string', ), 'versionToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->uris = new Google_Service_WebRisk_Resource_Uris( $this, $this->serviceName, 'uris', array( 'methods' => array( 'search' => array( 'path' => 'v1/uris:search', 'httpMethod' => 'GET', 'parameters' => array( 'threatTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'uri' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Z_vUUvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemsResponse.phpnu[items = $items; } /** * @return Google_Service_CloudSearch_Item[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZMyiiUvendor/google/apiclient-services/src/Google/Service/CloudSearch/DisplayedProperty.phpnu[propertyName = $propertyName; } public function getPropertyName() { return $this->propertyName; } } PK' ZMqqOvendor/google/apiclient-services/src/Google/Service/CloudSearch/SpellResult.phpnu[suggestedQuery = $suggestedQuery; } public function getSuggestedQuery() { return $this->suggestedQuery; } } PK' Zfs;5Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorMessage.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } } PK' ZL%]]Ivendor/google/apiclient-services/src/Google/Service/CloudSearch/Media.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK' Zp@@Hvendor/google/apiclient-services/src/Google/Service/CloudSearch/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK' Z'rRvendor/google/apiclient-services/src/Google/Service/CloudSearch/RequestOptions.phpnu[debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setSearchApplicationId($searchApplicationId) { $this->searchApplicationId = $searchApplicationId; } public function getSearchApplicationId() { return $this->searchApplicationId; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK' ZKElvendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_SearchApplicationSessionStats[] */ public function getStats() { return $this->stats; } } PK' Zߺ `_vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlRequest.phpnu[debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setViewUrl($viewUrl) { $this->viewUrl = $viewUrl; } public function getViewUrl() { return $this->viewUrl; } } PK' Z% "Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetOptions.phpnu[numFacetBuckets = $numFacetBuckets; } public function getNumFacetBuckets() { return $this->numFacetBuckets; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } public function setSourceName($sourceName) { $this->sourceName = $sourceName; } public function getSourceName() { return $this->sourceName; } } PK' Zz"Rvendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResponse.phpnu[debugInfo = $debugInfo; } /** * @return Google_Service_CloudSearch_ResponseDebugInfo */ public function getDebugInfo() { return $this->debugInfo; } /** * @param Google_Service_CloudSearch_ErrorInfo */ public function setErrorInfo(Google_Service_CloudSearch_ErrorInfo $errorInfo) { $this->errorInfo = $errorInfo; } /** * @return Google_Service_CloudSearch_ErrorInfo */ public function getErrorInfo() { return $this->errorInfo; } /** * @param Google_Service_CloudSearch_FacetResult[] */ public function setFacetResults($facetResults) { $this->facetResults = $facetResults; } /** * @return Google_Service_CloudSearch_FacetResult[] */ public function getFacetResults() { return $this->facetResults; } public function setHasMoreResults($hasMoreResults) { $this->hasMoreResults = $hasMoreResults; } public function getHasMoreResults() { return $this->hasMoreResults; } /** * @param Google_Service_CloudSearch_QueryInterpretation */ public function setQueryInterpretation(Google_Service_CloudSearch_QueryInterpretation $queryInterpretation) { $this->queryInterpretation = $queryInterpretation; } /** * @return Google_Service_CloudSearch_QueryInterpretation */ public function getQueryInterpretation() { return $this->queryInterpretation; } public function setResultCountEstimate($resultCountEstimate) { $this->resultCountEstimate = $resultCountEstimate; } public function getResultCountEstimate() { return $this->resultCountEstimate; } public function setResultCountExact($resultCountExact) { $this->resultCountExact = $resultCountExact; } public function getResultCountExact() { return $this->resultCountExact; } /** * @param Google_Service_CloudSearch_ResultCounts */ public function setResultCounts(Google_Service_CloudSearch_ResultCounts $resultCounts) { $this->resultCounts = $resultCounts; } /** * @return Google_Service_CloudSearch_ResultCounts */ public function getResultCounts() { return $this->resultCounts; } /** * @param Google_Service_CloudSearch_SearchResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CloudSearch_SearchResult[] */ public function getResults() { return $this->results; } /** * @param Google_Service_CloudSearch_SpellResult[] */ public function setSpellResults($spellResults) { $this->spellResults = $spellResults; } /** * @return Google_Service_CloudSearch_SpellResult[] */ public function getSpellResults() { return $this->spellResults; } /** * @param Google_Service_CloudSearch_StructuredResult[] */ public function setStructuredResults($structuredResults) { $this->structuredResults = $structuredResults; } /** * @return Google_Service_CloudSearch_StructuredResult[] */ public function getStructuredResults() { return $this->structuredResults; } } PK' ZyAHbbUvendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } public function setOneDayActiveUsersCount($oneDayActiveUsersCount) { $this->oneDayActiveUsersCount = $oneDayActiveUsersCount; } public function getOneDayActiveUsersCount() { return $this->oneDayActiveUsersCount; } public function setSevenDaysActiveUsersCount($sevenDaysActiveUsersCount) { $this->sevenDaysActiveUsersCount = $sevenDaysActiveUsersCount; } public function getSevenDaysActiveUsersCount() { return $this->sevenDaysActiveUsersCount; } public function setThirtyDaysActiveUsersCount($thirtyDaysActiveUsersCount) { $this->thirtyDaysActiveUsersCount = $thirtyDaysActiveUsersCount; } public function getThirtyDaysActiveUsersCount() { return $this->thirtyDaysActiveUsersCount; } } PK' ZMMXvendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDisplayOptions.phpnu[metalines = $metalines; } /** * @return Google_Service_CloudSearch_Metaline[] */ public function getMetalines() { return $this->metalines; } public function setObjectDisplayLabel($objectDisplayLabel) { $this->objectDisplayLabel = $objectDisplayLabel; } public function getObjectDisplayLabel() { return $this->objectDisplayLabel; } } PK' Z2 $$Qvendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValuePair.phpnu[integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK' Z{jjRvendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestRequest.phpnu[dataSourceRestrictions = $dataSourceRestrictions; } /** * @return Google_Service_CloudSearch_DataSourceRestriction[] */ public function getDataSourceRestrictions() { return $this->dataSourceRestrictions; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_CloudSearch_RequestOptions */ public function setRequestOptions(Google_Service_CloudSearch_RequestOptions $requestOptions) { $this->requestOptions = $requestOptions; } /** * @return Google_Service_CloudSearch_RequestOptions */ public function getRequestOptions() { return $this->requestOptions; } } PK' ZaF]bvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListSearchApplicationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudSearch_SearchApplication[] */ public function setSearchApplications($searchApplications) { $this->searchApplications = $searchApplications; } /** * @return Google_Service_CloudSearch_SearchApplication[] */ public function getSearchApplications() { return $this->searchApplications; } } PK' ZmZZMvendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryItem.phpnu[isSynthetic = $isSynthetic; } public function getIsSynthetic() { return $this->isSynthetic; } } PK' Z P6jvendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_SearchApplicationQueryStats[] */ public function getStats() { return $this->stats; } } PK' Z]kttTvendor/google/apiclient-services/src/Google/Service/CloudSearch/FreshnessOptions.phpnu[freshnessDuration = $freshnessDuration; } public function getFreshnessDuration() { return $this->freshnessDuration; } public function setFreshnessProperty($freshnessProperty) { $this->freshnessProperty = $freshnessProperty; } public function getFreshnessProperty() { return $this->freshnessProperty; } } PK' Zl],,Nvendor/google/apiclient-services/src/Google/Service/CloudSearch/DateValues.phpnu[values = $values; } /** * @return Google_Service_CloudSearch_Date[] */ public function getValues() { return $this->values; } } PK' ZDDJvendor/google/apiclient-services/src/Google/Service/CloudSearch/Filter.phpnu[compositeFilter = $compositeFilter; } /** * @return Google_Service_CloudSearch_CompositeFilter */ public function getCompositeFilter() { return $this->compositeFilter; } /** * @param Google_Service_CloudSearch_ValueFilter */ public function setValueFilter(Google_Service_CloudSearch_ValueFilter $valueFilter) { $this->valueFilter = $valueFilter; } /** * @return Google_Service_CloudSearch_ValueFilter */ public function getValueFilter() { return $this->valueFilter; } } PK' ZBRvendor/google/apiclient-services/src/Google/Service/CloudSearch/FieldViolation.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } } PK' Z#Wvendor/google/apiclient-services/src/Google/Service/CloudSearch/TextPropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_TextOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } /** * @param Google_Service_CloudSearch_RetrievalImportance */ public function setRetrievalImportance(Google_Service_CloudSearch_RetrievalImportance $retrievalImportance) { $this->retrievalImportance = $retrievalImportance; } /** * @return Google_Service_CloudSearch_RetrievalImportance */ public function getRetrievalImportance() { return $this->retrievalImportance; } } PK' ZpݣWvendor/google/apiclient-services/src/Google/Service/CloudSearch/DatePropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_DateOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } } PK' ZUUOvendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySource.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_CloudSearch_QueryOperator[] */ public function setOperators($operators) { $this->operators = $operators; } /** * @return Google_Service_CloudSearch_QueryOperator[] */ public function getOperators() { return $this->operators; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } } PK' Z]wwWvendor/google/apiclient-services/src/Google/Service/CloudSearch/TextOperatorOptions.phpnu[exactMatchWithOperator = $exactMatchWithOperator; } public function getExactMatchWithOperator() { return $this->exactMatchWithOperator; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' Z\\44Vvendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_CloudSearch_QueryCountByStatus[] */ public function setQueryCountByStatus($queryCountByStatus) { $this->queryCountByStatus = $queryCountByStatus; } /** * @return Google_Service_CloudSearch_QueryCountByStatus[] */ public function getQueryCountByStatus() { return $this->queryCountByStatus; } } PK' ZTu??Zvendor/google/apiclient-services/src/Google/Service/CloudSearch/StartUploadItemRequest.phpnu[connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } } PK' ZvX-Ovendor/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.phpnu[operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } /** * @param Google_Service_CloudSearch_Value */ public function setValue(Google_Service_CloudSearch_Value $value) { $this->value = $value; } /** * @return Google_Service_CloudSearch_Value */ public function getValue() { return $this->value; } } PK' Z⧴ ivendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_SearchApplicationUserStats[] */ public function getStats() { return $this->stats; } } PK' ZYe  Zvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListDataSourceResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudSearch_DataSource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CloudSearch_DataSource[] */ public function getSources() { return $this->sources; } } PK' ZVh``avendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_CustomerQueryStats[] */ public function getStats() { return $this->stats; } } PK' ZMhhlvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemNamesForUnmappedIdentityResponse.phpnu[itemNames = $itemNames; } public function getItemNames() { return $this->itemNames; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z<(C2Uvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResponseDebugInfo.phpnu[formattedDebugInfo = $formattedDebugInfo; } public function getFormattedDebugInfo() { return $this->formattedDebugInfo; } } PK' Zk Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.phpnu[containerName = $containerName; } public function getContainerName() { return $this->containerName; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } /** * @param Google_Service_CloudSearch_Interaction[] */ public function setInteractions($interactions) { $this->interactions = $interactions; } /** * @return Google_Service_CloudSearch_Interaction[] */ public function getInteractions() { return $this->interactions; } public function setKeywords($keywords) { $this->keywords = $keywords; } public function getKeywords() { return $this->keywords; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } /** * @param Google_Service_CloudSearch_SearchQualityMetadata */ public function setSearchQualityMetadata(Google_Service_CloudSearch_SearchQualityMetadata $searchQualityMetadata) { $this->searchQualityMetadata = $searchQualityMetadata; } /** * @return Google_Service_CloudSearch_SearchQualityMetadata */ public function getSearchQualityMetadata() { return $this->searchQualityMetadata; } public function setSourceRepositoryUrl($sourceRepositoryUrl) { $this->sourceRepositoryUrl = $sourceRepositoryUrl; } public function getSourceRepositoryUrl() { return $this->sourceRepositoryUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z0\,Vvendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.phpnu[booleanPropertyOptions = $booleanPropertyOptions; } /** * @return Google_Service_CloudSearch_BooleanPropertyOptions */ public function getBooleanPropertyOptions() { return $this->booleanPropertyOptions; } /** * @param Google_Service_CloudSearch_DatePropertyOptions */ public function setDatePropertyOptions(Google_Service_CloudSearch_DatePropertyOptions $datePropertyOptions) { $this->datePropertyOptions = $datePropertyOptions; } /** * @return Google_Service_CloudSearch_DatePropertyOptions */ public function getDatePropertyOptions() { return $this->datePropertyOptions; } /** * @param Google_Service_CloudSearch_PropertyDisplayOptions */ public function setDisplayOptions(Google_Service_CloudSearch_PropertyDisplayOptions $displayOptions) { $this->displayOptions = $displayOptions; } /** * @return Google_Service_CloudSearch_PropertyDisplayOptions */ public function getDisplayOptions() { return $this->displayOptions; } /** * @param Google_Service_CloudSearch_DoublePropertyOptions */ public function setDoublePropertyOptions(Google_Service_CloudSearch_DoublePropertyOptions $doublePropertyOptions) { $this->doublePropertyOptions = $doublePropertyOptions; } /** * @return Google_Service_CloudSearch_DoublePropertyOptions */ public function getDoublePropertyOptions() { return $this->doublePropertyOptions; } /** * @param Google_Service_CloudSearch_EnumPropertyOptions */ public function setEnumPropertyOptions(Google_Service_CloudSearch_EnumPropertyOptions $enumPropertyOptions) { $this->enumPropertyOptions = $enumPropertyOptions; } /** * @return Google_Service_CloudSearch_EnumPropertyOptions */ public function getEnumPropertyOptions() { return $this->enumPropertyOptions; } /** * @param Google_Service_CloudSearch_HtmlPropertyOptions */ public function setHtmlPropertyOptions(Google_Service_CloudSearch_HtmlPropertyOptions $htmlPropertyOptions) { $this->htmlPropertyOptions = $htmlPropertyOptions; } /** * @return Google_Service_CloudSearch_HtmlPropertyOptions */ public function getHtmlPropertyOptions() { return $this->htmlPropertyOptions; } /** * @param Google_Service_CloudSearch_IntegerPropertyOptions */ public function setIntegerPropertyOptions(Google_Service_CloudSearch_IntegerPropertyOptions $integerPropertyOptions) { $this->integerPropertyOptions = $integerPropertyOptions; } /** * @return Google_Service_CloudSearch_IntegerPropertyOptions */ public function getIntegerPropertyOptions() { return $this->integerPropertyOptions; } public function setIsFacetable($isFacetable) { $this->isFacetable = $isFacetable; } public function getIsFacetable() { return $this->isFacetable; } public function setIsRepeatable($isRepeatable) { $this->isRepeatable = $isRepeatable; } public function getIsRepeatable() { return $this->isRepeatable; } public function setIsReturnable($isReturnable) { $this->isReturnable = $isReturnable; } public function getIsReturnable() { return $this->isReturnable; } public function setIsSortable($isSortable) { $this->isSortable = $isSortable; } public function getIsSortable() { return $this->isSortable; } public function setIsSuggestable($isSuggestable) { $this->isSuggestable = $isSuggestable; } public function getIsSuggestable() { return $this->isSuggestable; } public function setIsWildcardSearchable($isWildcardSearchable) { $this->isWildcardSearchable = $isWildcardSearchable; } public function getIsWildcardSearchable() { return $this->isWildcardSearchable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSearch_ObjectPropertyOptions */ public function setObjectPropertyOptions(Google_Service_CloudSearch_ObjectPropertyOptions $objectPropertyOptions) { $this->objectPropertyOptions = $objectPropertyOptions; } /** * @return Google_Service_CloudSearch_ObjectPropertyOptions */ public function getObjectPropertyOptions() { return $this->objectPropertyOptions; } /** * @param Google_Service_CloudSearch_TextPropertyOptions */ public function setTextPropertyOptions(Google_Service_CloudSearch_TextPropertyOptions $textPropertyOptions) { $this->textPropertyOptions = $textPropertyOptions; } /** * @return Google_Service_CloudSearch_TextPropertyOptions */ public function getTextPropertyOptions() { return $this->textPropertyOptions; } /** * @param Google_Service_CloudSearch_TimestampPropertyOptions */ public function setTimestampPropertyOptions(Google_Service_CloudSearch_TimestampPropertyOptions $timestampPropertyOptions) { $this->timestampPropertyOptions = $timestampPropertyOptions; } /** * @return Google_Service_CloudSearch_TimestampPropertyOptions */ public function getTimestampPropertyOptions() { return $this->timestampPropertyOptions; } } PK' Zcq\\`vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_CustomerUserStats[] */ public function getStats() { return $this->stats; } } PK' Z$$Tvendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredResult.phpnu[person = $person; } /** * @return Google_Service_CloudSearch_Person */ public function getPerson() { return $this->person; } } PK' ZХ[vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.phpnu[debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } /** * @param Google_Service_CloudSearch_DataSource */ public function setSource(Google_Service_CloudSearch_DataSource $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_DataSource */ public function getSource() { return $this->source; } } PK' ZDihhQvendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK' ZliyyPvendor/google/apiclient-services/src/Google/Service/CloudSearch/DebugOptions.phpnu[enableDebugging = $enableDebugging; } public function getEnableDebugging() { return $this->enableDebugging; } } PK' ZEMhhcvendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_CustomerSessionStats[] */ public function getStats() { return $this->stats; } } PK' Zo%4 4 Qvendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryOperator.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnumValues($enumValues) { $this->enumValues = $enumValues; } public function getEnumValues() { return $this->enumValues; } public function setGreaterThanOperatorName($greaterThanOperatorName) { $this->greaterThanOperatorName = $greaterThanOperatorName; } public function getGreaterThanOperatorName() { return $this->greaterThanOperatorName; } public function setIsFacetable($isFacetable) { $this->isFacetable = $isFacetable; } public function getIsFacetable() { return $this->isFacetable; } public function setIsRepeatable($isRepeatable) { $this->isRepeatable = $isRepeatable; } public function getIsRepeatable() { return $this->isRepeatable; } public function setIsReturnable($isReturnable) { $this->isReturnable = $isReturnable; } public function getIsReturnable() { return $this->isReturnable; } public function setIsSortable($isSortable) { $this->isSortable = $isSortable; } public function getIsSortable() { return $this->isSortable; } public function setIsSuggestable($isSuggestable) { $this->isSuggestable = $isSuggestable; } public function getIsSuggestable() { return $this->isSuggestable; } public function setLessThanOperatorName($lessThanOperatorName) { $this->lessThanOperatorName = $lessThanOperatorName; } public function getLessThanOperatorName() { return $this->lessThanOperatorName; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Z6Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceRestriction.phpnu[filterOptions = $filterOptions; } /** * @return Google_Service_CloudSearch_FilterOptions[] */ public function getFilterOptions() { return $this->filterOptions; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } } PK' ZKTTMvendor/google/apiclient-services/src/Google/Service/CloudSearch/Principal.phpnu[groupResourceName = $groupResourceName; } public function getGroupResourceName() { return $this->groupResourceName; } /** * @param Google_Service_CloudSearch_GSuitePrincipal */ public function setGsuitePrincipal(Google_Service_CloudSearch_GSuitePrincipal $gsuitePrincipal) { $this->gsuitePrincipal = $gsuitePrincipal; } /** * @return Google_Service_CloudSearch_GSuitePrincipal */ public function getGsuitePrincipal() { return $this->gsuitePrincipal; } public function setUserResourceName($userResourceName) { $this->userResourceName = $userResourceName; } public function getUserResourceName() { return $this->userResourceName; } } PK' Z>Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectPropertyOptions.phpnu[subobjectProperties = $subobjectProperties; } /** * @return Google_Service_CloudSearch_PropertyDefinition[] */ public function getSubobjectProperties() { return $this->subobjectProperties; } } PK' Z^vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.phpnu[disableNlInterpretation = $disableNlInterpretation; } public function getDisableNlInterpretation() { return $this->disableNlInterpretation; } public function setEnableVerbatimMode($enableVerbatimMode) { $this->enableVerbatimMode = $enableVerbatimMode; } public function getEnableVerbatimMode() { return $this->enableVerbatimMode; } } PK' ZL((Svendor/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.phpnu[logicOperator = $logicOperator; } public function getLogicOperator() { return $this->logicOperator; } /** * @param Google_Service_CloudSearch_Filter[] */ public function setSubFilters($subFilters) { $this->subFilters = $subFilters; } /** * @return Google_Service_CloudSearch_Filter[] */ public function getSubFilters() { return $this->subFilters; } } PK' Zgu! ! Kvendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemAcl.phpnu[aclInheritanceType = $aclInheritanceType; } public function getAclInheritanceType() { return $this->aclInheritanceType; } /** * @param Google_Service_CloudSearch_Principal[] */ public function setDeniedReaders($deniedReaders) { $this->deniedReaders = $deniedReaders; } /** * @return Google_Service_CloudSearch_Principal[] */ public function getDeniedReaders() { return $this->deniedReaders; } public function setInheritAclFrom($inheritAclFrom) { $this->inheritAclFrom = $inheritAclFrom; } public function getInheritAclFrom() { return $this->inheritAclFrom; } /** * @param Google_Service_CloudSearch_Principal[] */ public function setOwners($owners) { $this->owners = $owners; } /** * @return Google_Service_CloudSearch_Principal[] */ public function getOwners() { return $this->owners; } /** * @param Google_Service_CloudSearch_Principal[] */ public function setReaders($readers) { $this->readers = $readers; } /** * @return Google_Service_CloudSearch_Principal[] */ public function getReaders() { return $this->readers; } } PK' Z'MZvendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_BooleanOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } } PK' Z--Qvendor/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.phpnu[name = $name; } public function getName() { return $this->name; } } PK' Z$U``avendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerIndexStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_CustomerIndexStats[] */ public function getStats() { return $this->stats; } } PK' Z"Ivendor/google/apiclient-services/src/Google/Service/CloudSearch/Photo.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK' Z!Xؼ\vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampPropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_TimestampOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } } PK' Zphhcvendor/google/apiclient-services/src/Google/Service/CloudSearch/GetDataSourceIndexStatsResponse.phpnu[stats = $stats; } /** * @return Google_Service_CloudSearch_DataSourceIndexStats[] */ public function getStats() { return $this->stats; } } PK' ZeJvendor/google/apiclient-services/src/Google/Service/CloudSearch/Source.phpnu[name = $name; } public function getName() { return $this->name; } public function setPredefinedSource($predefinedSource) { $this->predefinedSource = $predefinedSource; } public function getPredefinedSource() { return $this->predefinedSource; } } PK' ZWFppJvendor/google/apiclient-services/src/Google/Service/CloudSearch/Schema.phpnu[objectDefinitions = $objectDefinitions; } /** * @return Google_Service_CloudSearch_ObjectDefinition[] */ public function getObjectDefinitions() { return $this->objectDefinitions; } public function setOperationIds($operationIds) { $this->operationIds = $operationIds; } public function getOperationIds() { return $this->operationIds; } } PK' Zg4 Hvendor/google/apiclient-services/src/Google/Service/CloudSearch/Item.phpnu[acl = $acl; } /** * @return Google_Service_CloudSearch_ItemAcl */ public function getAcl() { return $this->acl; } /** * @param Google_Service_CloudSearch_ItemContent */ public function setContent(Google_Service_CloudSearch_ItemContent $content) { $this->content = $content; } /** * @return Google_Service_CloudSearch_ItemContent */ public function getContent() { return $this->content; } public function setItemType($itemType) { $this->itemType = $itemType; } public function getItemType() { return $this->itemType; } /** * @param Google_Service_CloudSearch_ItemMetadata */ public function setMetadata(Google_Service_CloudSearch_ItemMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudSearch_ItemMetadata */ public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } /** * @param Google_Service_CloudSearch_ItemStatus */ public function setStatus(Google_Service_CloudSearch_ItemStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudSearch_ItemStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_CloudSearch_ItemStructuredData */ public function setStructuredData(Google_Service_CloudSearch_ItemStructuredData $structuredData) { $this->structuredData = $structuredData; } /** * @return Google_Service_CloudSearch_ItemStructuredData */ public function getStructuredData() { return $this->structuredData; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK' Z+A|Ovendor/google/apiclient-services/src/Google/Service/CloudSearch/SortOptions.phpnu[operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } } PK' ZiXlOvendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetResult.phpnu[buckets = $buckets; } /** * @return Google_Service_CloudSearch_FacetBucket[] */ public function getBuckets() { return $this->buckets; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } public function setSourceName($sourceName) { $this->sourceName = $sourceName; } public function getSourceName() { return $this->sourceName; } } PK' Z߈(6mvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItemsUnmappedids.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $unmappedids = $cloudsearchService->unmappedids; * */ class Google_Service_CloudSearch_Resource_DebugDatasourcesItemsUnmappedids extends Google_Service_Resource { /** * List all unmapped identities for a specific item. **Note:** This API requires * an admin account to execute. * (unmappedids.listDebugDatasourcesItemsUnmappedids) * * @param string $parent The name of the item, in the following format: * datasources/{source_id}/items/{ID} * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param int pageSize Maximum number of items to fetch in a request. * Defaults to 100. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_CloudSearch_ListUnmappedIdentitiesResponse */ public function listDebugDatasourcesItemsUnmappedids($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListUnmappedIdentitiesResponse"); } } PK' Z Rvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Media.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $media = $cloudsearchService->media; * */ class Google_Service_CloudSearch_Resource_Media extends Google_Service_Resource { /** * Uploads media for indexing. The upload endpoint supports direct and resumable * upload protocols and is intended for large items that can not be [inlined * during index requests](https://developers.google.com/cloud- * search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To * index large content: 1. Call indexing.datasources.items.upload with the item * name to begin an upload session and retrieve the UploadItemRef. 1. Call * media.upload to upload the content, as a streaming request, using the same * resource name from the UploadItemRef from step 1. 1. Call * indexing.datasources.items.index to index the item. Populate the [ItemContent * ](/cloud- * search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with * the UploadItemRef from step 1. For additional information, see [Create a * content connector using the REST API](https://developers.google.com/cloud- * search/docs/guides/content-connector#rest). **Note:** This API requires a * service account to execute. (media.upload) * * @param string $resourceName Name of the media that is being downloaded. See * ReadRequest.resource_name. * @param Google_Service_CloudSearch_Media $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Media */ public function upload($resourceName, Google_Service_CloudSearch_Media $postBody, $optParams = array()) { $params = array('resourceName' => $resourceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_CloudSearch_Media"); } } PK' Z.gvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $searchapplications = $cloudsearchService->searchapplications; * */ class Google_Service_CloudSearch_Resource_SettingsSearchapplications extends Google_Service_Resource { /** * Creates a search application. **Note:** This API requires an admin account to * execute. (searchapplications.create) * * @param Google_Service_CloudSearch_SearchApplication $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function create(Google_Service_CloudSearch_SearchApplication $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudSearch_Operation"); } /** * Deletes a search application. **Note:** This API requires an admin account to * execute. (searchapplications.delete) * * @param string $name The name of the search application to be deleted. Format: * applications/{application_id}. * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudSearch_Operation"); } /** * Gets the specified search application. **Note:** This API requires an admin * account to execute. (searchapplications.get) * * @param string $name Name of the search application. Format: * searchapplications/{application_id}. * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_SearchApplication */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_SearchApplication"); } /** * Lists all search applications. **Note:** This API requires an admin account * to execute. (searchapplications.listSettingsSearchapplications) * * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. The default value is 10 * @return Google_Service_CloudSearch_ListSearchApplicationsResponse */ public function listSettingsSearchapplications($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListSearchApplicationsResponse"); } /** * Resets a search application to default settings. This will return an empty * response. **Note:** This API requires an admin account to execute. * (searchapplications.reset) * * @param string $name The name of the search application to be reset. Format: * applications/{application_id}. * @param Google_Service_CloudSearch_ResetSearchApplicationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function reset($name, Google_Service_CloudSearch_ResetSearchApplicationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reset', array($params), "Google_Service_CloudSearch_Operation"); } /** * Updates a search application. **Note:** This API requires an admin account to * execute. (searchapplications.update) * * @param string $name Name of the Search Application. Format: * searchapplications/{application_id}. * @param Google_Service_CloudSearch_SearchApplication $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function update($name, Google_Service_CloudSearch_SearchApplication $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_CloudSearch_Operation"); } } PK' ZTj)fvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $items = $cloudsearchService->items; * */ class Google_Service_CloudSearch_Resource_DebugIdentitysourcesItems extends Google_Service_Resource { /** * Lists names of items associated with an unmapped identity. **Note:** This API * requires an admin account to execute. (items.listForunmappedidentity) * * @param string $parent The name of the identity source, in the following * format: identitysources/{source_id}} * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param string groupResourceName * @opt_param int pageSize Maximum number of items to fetch in a request. * Defaults to 100. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param string userResourceName * @return Google_Service_CloudSearch_ListItemNamesForUnmappedIdentityResponse */ public function listForunmappedidentity($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('listForunmappedidentity', array($params), "Google_Service_CloudSearch_ListItemNamesForUnmappedIdentityResponse"); } } PK' Z  Rvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Query.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $query = $cloudsearchService->query; * */ class Google_Service_CloudSearch_Resource_Query extends Google_Service_Resource { /** * The Cloud Search Query API provides the search method, which returns the most * relevant results from a user query. The results can come from G Suite Apps, * such as Gmail or Google Drive, or they can come from data that you have * indexed from a third party. **Note:** This API requires a standard end user * account to execute. A service account can't perform Query API requests * directly; to use a service account to perform queries, set up [G Suite * domain-wide delegation of authority](https://developers.google.com/cloud- * search/docs/guides/delegation/). (query.search) * * @param Google_Service_CloudSearch_SearchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_SearchResponse */ public function search(Google_Service_CloudSearch_SearchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudSearch_SearchResponse"); } /** * Provides suggestions for autocompleting the query. **Note:** This API * requires a standard end user account to execute. A service account can't * perform Query API requests directly; to use a service account to perform * queries, set up [G Suite domain-wide delegation of * authority](https://developers.google.com/cloud- * search/docs/guides/delegation/). (query.suggest) * * @param Google_Service_CloudSearch_SuggestRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_SuggestResponse */ public function suggest(Google_Service_CloudSearch_SuggestRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('suggest', array($params), "Google_Service_CloudSearch_SuggestResponse"); } } PK' ZaooVvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $user = $cloudsearchService->user; * */ class Google_Service_CloudSearch_Resource_StatsUser extends Google_Service_Resource { } PK' Zқavendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysources.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $identitysources = $cloudsearchService->identitysources; * */ class Google_Service_CloudSearch_Resource_DebugIdentitysources extends Google_Service_Resource { } PK' Zr (nnRvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Debug.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $debug = $cloudsearchService->debug; * */ class Google_Service_CloudSearch_Resource_Debug extends Google_Service_Resource { } PK' Zc$ssWvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndex.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $index = $cloudsearchService->index; * */ class Google_Service_CloudSearch_Resource_StatsIndex extends Google_Service_Resource { } PK' Zm<\N N bvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItems.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $items = $cloudsearchService->items; * */ class Google_Service_CloudSearch_Resource_DebugDatasourcesItems extends Google_Service_Resource { /** * Checks whether an item is accessible by specified principal. **Note:** This * API requires an admin account to execute. (items.checkAccess) * * @param string $name Item name, format: * datasources/{source_id}/items/{item_id} * @param Google_Service_CloudSearch_Principal $postBody * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_CheckAccessResponse */ public function checkAccess($name, Google_Service_CloudSearch_Principal $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkAccess', array($params), "Google_Service_CloudSearch_CheckAccessResponse"); } /** * Fetches the item whose viewUrl exactly matches that of the URL provided in * the request. **Note:** This API requires an admin account to execute. * (items.searchByViewUrl) * * @param string $name Source name, format: datasources/{source_id} * @param Google_Service_CloudSearch_SearchItemsByViewUrlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_SearchItemsByViewUrlResponse */ public function searchByViewUrl($name, Google_Service_CloudSearch_SearchItemsByViewUrlRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('searchByViewUrl', array($params), "Google_Service_CloudSearch_SearchItemsByViewUrlResponse"); } } PK' Zc"ssWvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $query = $cloudsearchService->query; * */ class Google_Service_CloudSearch_Resource_StatsQuery extends Google_Service_Resource { } PK' Z1!Zvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/OperationsLro.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $lro = $cloudsearchService->lro; * */ class Google_Service_CloudSearch_Resource_OperationsLro extends Google_Service_Resource { /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (lro.listOperationsLro) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudSearch_ListOperationsResponse */ public function listOperationsLro($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListOperationsResponse"); } } PK' ZHG|kvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $searchapplications = $cloudsearchService->searchapplications; * */ class Google_Service_CloudSearch_Resource_StatsSessionSearchapplications extends Google_Service_Resource { /** * Get the # of search sessions, % of successful sessions with a click query * statistics for search application. **Note:** This API requires a standard end * user account to execute. (searchapplications.get) * * @param string $name The resource id of the search application session stats, * in the following format: searchapplications/{application_id} * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetSearchApplicationSessionStatsResponse */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationSessionStatsResponse"); } } PK' Z3zzUvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Indexing.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $indexing = $cloudsearchService->indexing; * */ class Google_Service_CloudSearch_Resource_Indexing extends Google_Service_Resource { } PK' Z(@Wvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Operations.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $operations = $cloudsearchService->operations; * */ class Google_Service_CloudSearch_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_Operation"); } } PK' Zzaahvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $searchapplications = $cloudsearchService->searchapplications; * */ class Google_Service_CloudSearch_Resource_StatsUserSearchapplications extends Google_Service_Resource { /** * Get the users statistics for search application. **Note:** This API requires * a standard end user account to execute. (searchapplications.get) * * @param string $name The resource id of the search application session stats, * in the following format: searchapplications/{application_id} * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetSearchApplicationUserStatsResponse */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationUserStatsResponse"); } } PK' Z3ٓ`vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $datasources = $cloudsearchService->datasources; * */ class Google_Service_CloudSearch_Resource_SettingsDatasources extends Google_Service_Resource { /** * Creates a datasource. **Note:** This API requires an admin account to * execute. (datasources.create) * * @param Google_Service_CloudSearch_DataSource $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function create(Google_Service_CloudSearch_DataSource $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudSearch_Operation"); } /** * Deletes a datasource. **Note:** This API requires an admin account to * execute. (datasources.delete) * * @param string $name Name of the datasource. Format: datasources/{source_id}. * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudSearch_Operation"); } /** * Gets a datasource. **Note:** This API requires an admin account to execute. * (datasources.get) * * @param string $name Name of the datasource resource. Format: * datasources/{source_id}. * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_DataSource */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_DataSource"); } /** * Lists datasources. **Note:** This API requires an admin account to execute. * (datasources.listSettingsDatasources) * * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param int pageSize Maximum number of datasources to fetch in a request. * The max value is 100. The default value is 10 * @opt_param string pageToken Starting index of the results. * @return Google_Service_CloudSearch_ListDataSourceResponse */ public function listSettingsDatasources($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListDataSourceResponse"); } /** * Updates a datasource. **Note:** This API requires an admin account to * execute. (datasources.update) * * @param string $name Name of the datasource resource. Format: * datasources/{source_id}. The name is ignored when creating a datasource. * @param Google_Service_CloudSearch_UpdateDataSourceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function update($name, Google_Service_CloudSearch_UpdateDataSourceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_CloudSearch_Operation"); } } PK' Z|m  `vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasources.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $datasources = $cloudsearchService->datasources; * */ class Google_Service_CloudSearch_Resource_IndexingDatasources extends Google_Service_Resource { /** * Deletes the schema of a data source. **Note:** This API requires an admin or * service account to execute. (datasources.deleteSchema) * * @param string $name Name of the data source to delete Schema. Format: * datasources/{source_id} * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_Operation */ public function deleteSchema($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deleteSchema', array($params), "Google_Service_CloudSearch_Operation"); } /** * Gets the schema of a data source. **Note:** This API requires an admin or * service account to execute. (datasources.getSchema) * * @param string $name Name of the data source to get Schema. Format: * datasources/{source_id} * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_Schema */ public function getSchema($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getSchema', array($params), "Google_Service_CloudSearch_Schema"); } /** * Updates the schema of a data source. This method does not perform incremental * updates to the schema. Instead, this method updates the schema by overwriting * the entire schema. **Note:** This API requires an admin or service account to * execute. (datasources.updateSchema) * * @param string $name Name of the data source to update Schema. Format: * datasources/{source_id} * @param Google_Service_CloudSearch_UpdateSchemaRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function updateSchema($name, Google_Service_CloudSearch_UpdateSchemaRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSchema', array($params), "Google_Service_CloudSearch_Operation"); } } PK' ZݠXRvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $stats = $cloudsearchService->stats; * */ class Google_Service_CloudSearch_Resource_Stats extends Google_Service_Resource { /** * Gets indexed item statistics aggreggated across all data sources. This API * only returns statistics for previous dates; it doesn't return statistics for * the current day. **Note:** This API requires a standard end user account to * execute. (stats.getIndex) * * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetCustomerIndexStatsResponse */ public function getIndex($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getIndex', array($params), "Google_Service_CloudSearch_GetCustomerIndexStatsResponse"); } /** * Get the query statistics for customer. **Note:** This API requires a standard * end user account to execute. (stats.getQuery) * * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetCustomerQueryStatsResponse */ public function getQuery($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getQuery', array($params), "Google_Service_CloudSearch_GetCustomerQueryStatsResponse"); } /** * Get the # of search sessions, % of successful sessions with a click query * statistics for customer. **Note:** This API requires a standard end user * account to execute. (stats.getSession) * * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetCustomerSessionStatsResponse */ public function getSession($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getSession', array($params), "Google_Service_CloudSearch_GetCustomerSessionStatsResponse"); } /** * Get the users statistics for customer. **Note:** This API requires a standard * end user account to execute. (stats.getUser) * * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetCustomerUserStatsResponse */ public function getUser($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getUser', array($params), "Google_Service_CloudSearch_GetCustomerUserStatsResponse"); } } PK' Z<]vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasources.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $datasources = $cloudsearchService->datasources; * */ class Google_Service_CloudSearch_Resource_DebugDatasources extends Google_Service_Resource { } PK' Z>\{{Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $session = $cloudsearchService->session; * */ class Google_Service_CloudSearch_Resource_StatsSession extends Google_Service_Resource { } PK' Zٳ Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $sources = $cloudsearchService->sources; * */ class Google_Service_CloudSearch_Resource_QuerySources extends Google_Service_Resource { /** * Returns list of sources that user can use for Search and Suggest APIs. * **Note:** This API requires a standard end user account to execute. A service * account can't perform Query API requests directly; to use a service account * to perform queries, set up [G Suite domain-wide delegation of * authority](https://developers.google.com/cloud- * search/docs/guides/delegation/). (sources.listQuerySources) * * @param array $optParams Optional parameters. * * @opt_param string pageToken Number of sources to return in the response. * @opt_param bool requestOptions.debugOptions.enableDebugging If you are asked * by Google to help with debugging, set this field. Otherwise, ignore this * field. * @opt_param string requestOptions.languageCode The BCP-47 language code, such * as "en-US" or "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. For * translations. Set this field using the language set in browser or for the * page. In the event that the user's language preference is known, set this * field to the known user language. When specified, the documents in search * results are biased towards the specified language. The suggest API does not * use this parameter. Instead, suggest autocompletes only based on characters * in the query. * @opt_param string requestOptions.searchApplicationId The ID generated when * you create a search application using the [admin * console](https://support.google.com/a/answer/9043922). * @opt_param string requestOptions.timeZone Current user's time zone id, such * as "America/Los_Angeles" or "Australia/Sydney". These IDs are defined by * [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) * project, and currently available in the file [timezone.xml](http://unicode.or * g/repos/cldr/trunk/common/bcp47/timezone.xml). This field is used to * correctly interpret date and time queries. If this field is not specified, * the default time zone (UTC) is used. * @return Google_Service_CloudSearch_ListQuerySourcesResponse */ public function listQuerySources($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListQuerySourcesResponse"); } } PK' Z%55bvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $datasources = $cloudsearchService->datasources; * */ class Google_Service_CloudSearch_Resource_StatsIndexDatasources extends Google_Service_Resource { /** * Gets indexed item statistics for a single data source. **Note:** This API * requires a standard end user account to execute. (datasources.get) * * @param string $name The resource id of the data source to retrieve statistics * for, in the following format: "datasources/{source_id}" * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetDataSourceIndexStatsResponse */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_GetDataSourceIndexStatsResponse"); } } PK' Z\,,evendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $items = $cloudsearchService->items; * */ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Google_Service_Resource { /** * Deletes Item resource for the specified resource name. This API requires an * admin or service account to execute. The service account used is the one * whitelisted in the corresponding data source. (items.delete) * * @param string $name Required. Name of the item to delete. Format: * datasources/{source_id}/items/{item_id} * @param array $optParams Optional parameters. * * @opt_param string connectorName Name of connector making this call. Format: * datasources/{source_id}/connectors/{ID} * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param string mode Required. The RequestMode for this request. * @opt_param string version Required. The incremented version of the item to * delete from the index. The indexing system stores the version from the * datasource as a byte string and compares the Item version in the index to the * version of the queued Item using lexical ordering. Cloud Search Indexing * won't delete any queued item with a version value that is less than or equal * to the version of the currently indexed item. The maximum length for this * field is 1024 bytes. * @return Google_Service_CloudSearch_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudSearch_Operation"); } /** * Deletes all items in a queue. This method is useful for deleting stale items. * This API requires an admin or service account to execute. The service account * used is the one whitelisted in the corresponding data source. * (items.deleteQueueItems) * * @param string $name Name of the Data Source to delete items in a queue. * Format: datasources/{source_id} * @param Google_Service_CloudSearch_DeleteQueueItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function deleteQueueItems($name, Google_Service_CloudSearch_DeleteQueueItemsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteQueueItems', array($params), "Google_Service_CloudSearch_Operation"); } /** * Gets Item resource by item name. This API requires an admin or service * account to execute. The service account used is the one whitelisted in the * corresponding data source. (items.get) * * @param string $name Name of the item to get info. Format: * datasources/{source_id}/items/{item_id} * @param array $optParams Optional parameters. * * @opt_param string connectorName Name of connector making this call. Format: * datasources/{source_id}/connectors/{ID} * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_Item */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_Item"); } /** * Updates Item ACL, metadata, and content. It will insert the Item if it does * not exist. This method does not support partial updates. Fields with no * provided values are cleared out in the Cloud Search index. This API requires * an admin or service account to execute. The service account used is the one * whitelisted in the corresponding data source. (items.index) * * @param string $name Name of the Item. Format: * datasources/{source_id}/items/{item_id} This is a required field. The maximum * length is 1536 characters. * @param Google_Service_CloudSearch_IndexItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function index($name, Google_Service_CloudSearch_IndexItemRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('index', array($params), "Google_Service_CloudSearch_Operation"); } /** * Lists all or a subset of Item resources. This API requires an admin or * service account to execute. The service account used is the one whitelisted * in the corresponding data source. (items.listIndexingDatasourcesItems) * * @param string $name Name of the Data Source to list Items. Format: * datasources/{source_id} * @param array $optParams Optional parameters. * * @opt_param bool brief When set to true, the indexing system only populates * the following fields: name, version, queue. metadata.hash, metadata.title, * metadata.sourceRepositoryURL, metadata.objectType, metadata.createTime, * metadata.updateTime, metadata.contentLanguage, metadata.mimeType, * structured_data.hash, content.hash, itemType, itemStatus.code, * itemStatus.processingError.code, itemStatus.repositoryError.type, If this * value is false, then all the fields are populated in Item. * @opt_param string connectorName Name of connector making this call. Format: * datasources/{source_id}/connectors/{ID} * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param int pageSize Maximum number of items to fetch in a request. The * max value is 1000 when brief is true. The max value is 10 if brief is false. * The default value is 10 * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_CloudSearch_ListItemsResponse */ public function listIndexingDatasourcesItems($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListItemsResponse"); } /** * Polls for unreserved items from the indexing queue and marks a set as * reserved, starting with items that have the oldest timestamp from the highest * priority ItemStatus. The priority order is as follows: ERROR MODIFIED * NEW_ITEM ACCEPTED Reserving items ensures that polling from other threads * cannot create overlapping sets. After handling the reserved items, the client * should put items back into the unreserved state, either by calling index, or * by calling push with the type REQUEUE. Items automatically become available * (unreserved) after 4 hours even if no update or push method is called. This * API requires an admin or service account to execute. The service account used * is the one whitelisted in the corresponding data source. (items.poll) * * @param string $name Name of the Data Source to poll items. Format: * datasources/{source_id} * @param Google_Service_CloudSearch_PollItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_PollItemsResponse */ public function poll($name, Google_Service_CloudSearch_PollItemsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('poll', array($params), "Google_Service_CloudSearch_PollItemsResponse"); } /** * Pushes an item onto a queue for later polling and updating. This API requires * an admin or service account to execute. The service account used is the one * whitelisted in the corresponding data source. (items.push) * * @param string $name Name of the item to push into the indexing queue. Format: * datasources/{source_id}/items/{ID} This is a required field. The maximum * length is 1536 characters. * @param Google_Service_CloudSearch_PushItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Item */ public function push($name, Google_Service_CloudSearch_PushItemRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('push', array($params), "Google_Service_CloudSearch_Item"); } /** * Unreserves all items from a queue, making them all eligible to be polled. * This method is useful for resetting the indexing queue after a connector has * been restarted. This API requires an admin or service account to execute. The * service account used is the one whitelisted in the corresponding data source. * (items.unreserve) * * @param string $name Name of the Data Source to unreserve all items. Format: * datasources/{source_id} * @param Google_Service_CloudSearch_UnreserveItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_Operation */ public function unreserve($name, Google_Service_CloudSearch_UnreserveItemsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unreserve', array($params), "Google_Service_CloudSearch_Operation"); } /** * Creates an upload session for uploading item content. For items smaller than * 100 KB, it's easier to embed the content inline within an index request. This * API requires an admin or service account to execute. The service account used * is the one whitelisted in the corresponding data source. (items.upload) * * @param string $name Name of the Item to start a resumable upload. Format: * datasources/{source_id}/items/{item_id}. The maximum length is 1536 bytes. * @param Google_Service_CloudSearch_StartUploadItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSearch_UploadItemRef */ public function upload($name, Google_Service_CloudSearch_StartUploadItemRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_CloudSearch_UploadItemRef"); } } PK' ZzzUvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $settings = $cloudsearchService->settings; * */ class Google_Service_CloudSearch_Resource_Settings extends Google_Service_Resource { } PK' Zxu//lvendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesUnmappedids.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $unmappedids = $cloudsearchService->unmappedids; * */ class Google_Service_CloudSearch_Resource_DebugIdentitysourcesUnmappedids extends Google_Service_Resource { /** * Lists unmapped user identities for an identity source. **Note:** This API * requires an admin account to execute. * (unmappedids.listDebugIdentitysourcesUnmappedids) * * @param string $parent The name of the identity source, in the following * format: identitysources/{source_id} * @param array $optParams Optional parameters. * * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param int pageSize Maximum number of items to fetch in a request. * Defaults to 100. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param string resolutionStatusCode Limit users selection to this status. * @return Google_Service_CloudSearch_ListUnmappedIdentitiesResponse */ public function listDebugIdentitysourcesUnmappedids($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSearch_ListUnmappedIdentitiesResponse"); } } PK' ZISbbivendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.phpnu[ * $cloudsearchService = new Google_Service_CloudSearch(...); * $searchapplications = $cloudsearchService->searchapplications; * */ class Google_Service_CloudSearch_Resource_StatsQuerySearchapplications extends Google_Service_Resource { /** * Get the query statistics for search application. **Note:** This API requires * a standard end user account to execute. (searchapplications.get) * * @param string $name The resource id of the search application query stats, in * the following format: searchapplications/{application_id} * @param array $optParams Optional parameters. * * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int fromDate.month Month of date. Must be from 1 to 12. * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetSearchApplicationQueryStatsResponse */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationQueryStatsResponse"); } } PK' Z<  Kvendor/google/apiclient-services/src/Google/Service/CloudSearch/Snippet.phpnu[matchRanges = $matchRanges; } /** * @return Google_Service_CloudSearch_MatchRange[] */ public function getMatchRanges() { return $this->matchRanges; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } } PK' ZKl~~Tvendor/google/apiclient-services/src/Google/Service/CloudSearch/UnmappedIdentity.phpnu[externalIdentity = $externalIdentity; } /** * @return Google_Service_CloudSearch_Principal */ public function getExternalIdentity() { return $this->externalIdentity; } public function setResolutionStatusCode($resolutionStatusCode) { $this->resolutionStatusCode = $resolutionStatusCode; } public function getResolutionStatusCode() { return $this->resolutionStatusCode; } } PK' ZGW: [vendor/google/apiclient-services/src/Google/Service/CloudSearch/DeleteQueueItemsRequest.phpnu[connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } } PK' Z`55Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveLocationRestrict.phpnu[type = $type; } public function getType() { return $this->type; } } PK' ZyyQvendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.phpnu[dataSourceRestrictions = $dataSourceRestrictions; } /** * @return Google_Service_CloudSearch_DataSourceRestriction[] */ public function getDataSourceRestrictions() { return $this->dataSourceRestrictions; } /** * @param Google_Service_CloudSearch_FacetOptions[] */ public function setFacetOptions($facetOptions) { $this->facetOptions = $facetOptions; } /** * @return Google_Service_CloudSearch_FacetOptions[] */ public function getFacetOptions() { return $this->facetOptions; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_CloudSearch_QueryInterpretationOptions */ public function setQueryInterpretationOptions(Google_Service_CloudSearch_QueryInterpretationOptions $queryInterpretationOptions) { $this->queryInterpretationOptions = $queryInterpretationOptions; } /** * @return Google_Service_CloudSearch_QueryInterpretationOptions */ public function getQueryInterpretationOptions() { return $this->queryInterpretationOptions; } /** * @param Google_Service_CloudSearch_RequestOptions */ public function setRequestOptions(Google_Service_CloudSearch_RequestOptions $requestOptions) { $this->requestOptions = $requestOptions; } /** * @return Google_Service_CloudSearch_RequestOptions */ public function getRequestOptions() { return $this->requestOptions; } /** * @param Google_Service_CloudSearch_SortOptions */ public function setSortOptions(Google_Service_CloudSearch_SortOptions $sortOptions) { $this->sortOptions = $sortOptions; } /** * @return Google_Service_CloudSearch_SortOptions */ public function getSortOptions() { return $this->sortOptions; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK' Z2,nnZvendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.phpnu[operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' ZؔSvendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResponse.phpnu[suggestResults = $suggestResults; } /** * @return Google_Service_CloudSearch_SuggestResult[] */ public function getSuggestResults() { return $this->suggestResults; } } PK' Z2xggPvendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK' ZCjjWvendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumPropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_EnumOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } public function setOrderedRanking($orderedRanking) { $this->orderedRanking = $orderedRanking; } public function getOrderedRanking() { return $this->orderedRanking; } /** * @param Google_Service_CloudSearch_EnumValuePair[] */ public function setPossibleValues($possibleValues) { $this->possibleValues = $possibleValues; } /** * @return Google_Service_CloudSearch_EnumValuePair[] */ public function getPossibleValues() { return $this->possibleValues; } } PK' ZA,Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/DoublePropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_DoubleOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } } PK' ZCMvendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorInfo.phpnu[errorMessages = $errorMessages; } /** * @return Google_Service_CloudSearch_ErrorMessage[] */ public function getErrorMessages() { return $this->errorMessages; } } PK' Zآyyavendor/google/apiclient-services/src/Google/Service/CloudSearch/ResetSearchApplicationRequest.phpnu[debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } } PK' ZcD%%\vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListQuerySourcesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudSearch_QuerySource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CloudSearch_QuerySource[] */ public function getSources() { return $this->sources; } } PK' ZQvendor/google/apiclient-services/src/Google/Service/CloudSearch/NamedProperty.phpnu[booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } /** * @param Google_Service_CloudSearch_DateValues */ public function setDateValues(Google_Service_CloudSearch_DateValues $dateValues) { $this->dateValues = $dateValues; } /** * @return Google_Service_CloudSearch_DateValues */ public function getDateValues() { return $this->dateValues; } /** * @param Google_Service_CloudSearch_DoubleValues */ public function setDoubleValues(Google_Service_CloudSearch_DoubleValues $doubleValues) { $this->doubleValues = $doubleValues; } /** * @return Google_Service_CloudSearch_DoubleValues */ public function getDoubleValues() { return $this->doubleValues; } /** * @param Google_Service_CloudSearch_EnumValues */ public function setEnumValues(Google_Service_CloudSearch_EnumValues $enumValues) { $this->enumValues = $enumValues; } /** * @return Google_Service_CloudSearch_EnumValues */ public function getEnumValues() { return $this->enumValues; } /** * @param Google_Service_CloudSearch_HtmlValues */ public function setHtmlValues(Google_Service_CloudSearch_HtmlValues $htmlValues) { $this->htmlValues = $htmlValues; } /** * @return Google_Service_CloudSearch_HtmlValues */ public function getHtmlValues() { return $this->htmlValues; } /** * @param Google_Service_CloudSearch_IntegerValues */ public function setIntegerValues(Google_Service_CloudSearch_IntegerValues $integerValues) { $this->integerValues = $integerValues; } /** * @return Google_Service_CloudSearch_IntegerValues */ public function getIntegerValues() { return $this->integerValues; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSearch_ObjectValues */ public function setObjectValues(Google_Service_CloudSearch_ObjectValues $objectValues) { $this->objectValues = $objectValues; } /** * @return Google_Service_CloudSearch_ObjectValues */ public function getObjectValues() { return $this->objectValues; } /** * @param Google_Service_CloudSearch_TextValues */ public function setTextValues(Google_Service_CloudSearch_TextValues $textValues) { $this->textValues = $textValues; } /** * @return Google_Service_CloudSearch_TextValues */ public function getTextValues() { return $this->textValues; } /** * @param Google_Service_CloudSearch_TimestampValues */ public function setTimestampValues(Google_Service_CloudSearch_TimestampValues $timestampValues) { $this->timestampValues = $timestampValues; } /** * @return Google_Service_CloudSearch_TimestampValues */ public function getTimestampValues() { return $this->timestampValues; } } PK' ZLK1Qvendor/google/apiclient-services/src/Google/Service/CloudSearch/FilterOptions.phpnu[filter = $filter; } /** * @return Google_Service_CloudSearch_Filter */ public function getFilter() { return $this->filter; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } } PK' Z}o  Nvendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStatus.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_CloudSearch_ProcessingError[] */ public function setProcessingErrors($processingErrors) { $this->processingErrors = $processingErrors; } /** * @return Google_Service_CloudSearch_ProcessingError[] */ public function getProcessingErrors() { return $this->processingErrors; } /** * @param Google_Service_CloudSearch_RepositoryError[] */ public function setRepositoryErrors($repositoryErrors) { $this->repositoryErrors = $repositoryErrors; } /** * @return Google_Service_CloudSearch_RepositoryError[] */ public function getRepositoryErrors() { return $this->repositoryErrors; } } PK' ZE  Lvendor/google/apiclient-services/src/Google/Service/CloudSearch/Metadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_CloudSearch_ResultDisplayMetadata */ public function setDisplayOptions(Google_Service_CloudSearch_ResultDisplayMetadata $displayOptions) { $this->displayOptions = $displayOptions; } /** * @return Google_Service_CloudSearch_ResultDisplayMetadata */ public function getDisplayOptions() { return $this->displayOptions; } /** * @param Google_Service_CloudSearch_NamedProperty[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_CloudSearch_NamedProperty[] */ public function getFields() { return $this->fields; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } /** * @param Google_Service_CloudSearch_Person */ public function setOwner(Google_Service_CloudSearch_Person $owner) { $this->owner = $owner; } /** * @return Google_Service_CloudSearch_Person */ public function getOwner() { return $this->owner; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z 㖣Ovendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemContent.phpnu[contentDataRef = $contentDataRef; } /** * @return Google_Service_CloudSearch_UploadItemRef */ public function getContentDataRef() { return $this->contentDataRef; } public function setContentFormat($contentFormat) { $this->contentFormat = $contentFormat; } public function getContentFormat() { return $this->contentFormat; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } public function setInlineContent($inlineContent) { $this->inlineContent = $inlineContent; } public function getInlineContent() { return $this->inlineContent; } } PK' Z COTvendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDefinition.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSearch_ObjectOptions */ public function setOptions(Google_Service_CloudSearch_ObjectOptions $options) { $this->options = $options; } /** * @return Google_Service_CloudSearch_ObjectOptions */ public function getOptions() { return $this->options; } /** * @param Google_Service_CloudSearch_PropertyDefinition[] */ public function setPropertyDefinitions($propertyDefinitions) { $this->propertyDefinitions = $propertyDefinitions; } /** * @return Google_Service_CloudSearch_PropertyDefinition[] */ public function getPropertyDefinitions() { return $this->propertyDefinitions; } } PK' ZqjjSvendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK' Zx՗J J Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/RestrictItem.phpnu[driveFollowUpRestrict = $driveFollowUpRestrict; } /** * @return Google_Service_CloudSearch_DriveFollowUpRestrict */ public function getDriveFollowUpRestrict() { return $this->driveFollowUpRestrict; } /** * @param Google_Service_CloudSearch_DriveLocationRestrict */ public function setDriveLocationRestrict(Google_Service_CloudSearch_DriveLocationRestrict $driveLocationRestrict) { $this->driveLocationRestrict = $driveLocationRestrict; } /** * @return Google_Service_CloudSearch_DriveLocationRestrict */ public function getDriveLocationRestrict() { return $this->driveLocationRestrict; } /** * @param Google_Service_CloudSearch_DriveMimeTypeRestrict */ public function setDriveMimeTypeRestrict(Google_Service_CloudSearch_DriveMimeTypeRestrict $driveMimeTypeRestrict) { $this->driveMimeTypeRestrict = $driveMimeTypeRestrict; } /** * @return Google_Service_CloudSearch_DriveMimeTypeRestrict */ public function getDriveMimeTypeRestrict() { return $this->driveMimeTypeRestrict; } /** * @param Google_Service_CloudSearch_DriveTimeSpanRestrict */ public function setDriveTimeSpanRestrict(Google_Service_CloudSearch_DriveTimeSpanRestrict $driveTimeSpanRestrict) { $this->driveTimeSpanRestrict = $driveTimeSpanRestrict; } /** * @return Google_Service_CloudSearch_DriveTimeSpanRestrict */ public function getDriveTimeSpanRestrict() { return $this->driveTimeSpanRestrict; } public function setSearchOperator($searchOperator) { $this->searchOperator = $searchOperator; } public function getSearchOperator() { return $this->searchOperator; } } PK' ZD D Nvendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.phpnu[disableModifications = $disableModifications; } public function getDisableModifications() { return $this->disableModifications; } public function setDisableServing($disableServing) { $this->disableServing = $disableServing; } public function getDisableServing() { return $this->disableServing; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIndexingServiceAccounts($indexingServiceAccounts) { $this->indexingServiceAccounts = $indexingServiceAccounts; } public function getIndexingServiceAccounts() { return $this->indexingServiceAccounts; } /** * @param Google_Service_CloudSearch_GSuitePrincipal[] */ public function setItemsVisibility($itemsVisibility) { $this->itemsVisibility = $itemsVisibility; } /** * @return Google_Service_CloudSearch_GSuitePrincipal[] */ public function getItemsVisibility() { return $this->itemsVisibility; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationIds($operationIds) { $this->operationIds = $operationIds; } public function getOperationIds() { return $this->operationIds; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } } PK' ZFKVVWvendor/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.phpnu[hasAccess = $hasAccess; } public function getHasAccess() { return $this->hasAccess; } } PK' Zn'$$Svendor/google/apiclient-services/src/Google/Service/CloudSearch/GSuitePrincipal.phpnu[gsuiteDomain = $gsuiteDomain; } public function getGsuiteDomain() { return $this->gsuiteDomain; } public function setGsuiteGroupEmail($gsuiteGroupEmail) { $this->gsuiteGroupEmail = $gsuiteGroupEmail; } public function getGsuiteGroupEmail() { return $this->gsuiteGroupEmail; } public function setGsuiteUserEmail($gsuiteUserEmail) { $this->gsuiteUserEmail = $gsuiteUserEmail; } public function getGsuiteUserEmail() { return $this->gsuiteUserEmail; } } PK' Z_]]Wvendor/google/apiclient-services/src/Google/Service/CloudSearch/RetrievalImportance.phpnu[importance = $importance; } public function getImportance() { return $this->importance; } } PK' Z%((Vvendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_CloudSearch_ItemCountByStatus[] */ public function setItemCountByStatus($itemCountByStatus) { $this->itemCountByStatus = $itemCountByStatus; } /** * @return Google_Service_CloudSearch_ItemCountByStatus[] */ public function getItemCountByStatus() { return $this->itemCountByStatus; } } PK' Z; Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResult.phpnu[clusteredResults = $clusteredResults; } /** * @return Google_Service_CloudSearch_SearchResult[] */ public function getClusteredResults() { return $this->clusteredResults; } /** * @param Google_Service_CloudSearch_ResultDebugInfo */ public function setDebugInfo(Google_Service_CloudSearch_ResultDebugInfo $debugInfo) { $this->debugInfo = $debugInfo; } /** * @return Google_Service_CloudSearch_ResultDebugInfo */ public function getDebugInfo() { return $this->debugInfo; } /** * @param Google_Service_CloudSearch_Metadata */ public function setMetadata(Google_Service_CloudSearch_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudSearch_Metadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudSearch_Snippet */ public function setSnippet(Google_Service_CloudSearch_Snippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_CloudSearch_Snippet */ public function getSnippet() { return $this->snippet; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK' Zj6?55Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveTimeSpanRestrict.phpnu[type = $type; } public function getType() { return $this->type; } } PK' ZPvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultCounts.phpnu[sourceResultCounts = $sourceResultCounts; } /** * @return Google_Service_CloudSearch_SourceResultCount[] */ public function getSourceResultCounts() { return $this->sourceResultCounts; } } PK' Z8; Vvendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.phpnu[count = $count; } public function getCount() { return $this->count; } public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } } PK' ZSvendor/google/apiclient-services/src/Google/Service/CloudSearch/RepositoryError.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setHttpStatusCode($httpStatusCode) { $this->httpStatusCode = $httpStatusCode; } public function getHttpStatusCode() { return $this->httpStatusCode; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' ZgNvendor/google/apiclient-services/src/Google/Service/CloudSearch/MatchRange.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK' Z`**Uvendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsResponse.phpnu[items = $items; } /** * @return Google_Service_CloudSearch_Item[] */ public function getItems() { return $this->items; } } PK' Z9Wvendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceScoringConfig.phpnu[sourceImportance = $sourceImportance; } public function getSourceImportance() { return $this->sourceImportance; } } PK' ZonnZvendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDisplayOptions.phpnu[displayLabel = $displayLabel; } public function getDisplayLabel() { return $this->displayLabel; } } PK' ZPvendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceConfig.phpnu[crowdingConfig = $crowdingConfig; } /** * @return Google_Service_CloudSearch_SourceCrowdingConfig */ public function getCrowdingConfig() { return $this->crowdingConfig; } /** * @param Google_Service_CloudSearch_SourceScoringConfig */ public function setScoringConfig(Google_Service_CloudSearch_SourceScoringConfig $scoringConfig) { $this->scoringConfig = $scoringConfig; } /** * @return Google_Service_CloudSearch_SourceScoringConfig */ public function getScoringConfig() { return $this->scoringConfig; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } } PK' Z79Qavendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } public function setSearchSessionsCount($searchSessionsCount) { $this->searchSessionsCount = $searchSessionsCount; } public function getSearchSessionsCount() { return $this->searchSessionsCount; } } PK' Z)\vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampOperatorOptions.phpnu[greaterThanOperatorName = $greaterThanOperatorName; } public function getGreaterThanOperatorName() { return $this->greaterThanOperatorName; } public function setLessThanOperatorName($lessThanOperatorName) { $this->lessThanOperatorName = $lessThanOperatorName; } public function getLessThanOperatorName() { return $this->lessThanOperatorName; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' ZzOJvendor/google/apiclient-services/src/Google/Service/CloudSearch/Person.phpnu[emailAddresses = $emailAddresses; } /** * @return Google_Service_CloudSearch_EmailAddress[] */ public function getEmailAddresses() { return $this->emailAddresses; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setObfuscatedId($obfuscatedId) { $this->obfuscatedId = $obfuscatedId; } public function getObfuscatedId() { return $this->obfuscatedId; } /** * @param Google_Service_CloudSearch_Name[] */ public function setPersonNames($personNames) { $this->personNames = $personNames; } /** * @return Google_Service_CloudSearch_Name[] */ public function getPersonNames() { return $this->personNames; } /** * @param Google_Service_CloudSearch_Photo[] */ public function setPhotos($photos) { $this->photos = $photos; } /** * @return Google_Service_CloudSearch_Photo[] */ public function getPhotos() { return $this->photos; } } PK' ZYddPvendor/google/apiclient-services/src/Google/Service/CloudSearch/EmailAddress.phpnu[emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } } PK' ZeeNvendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK' ZR0[22Xvendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceCrowdingConfig.phpnu[numResults = $numResults; } public function getNumResults() { return $this->numResults; } public function setNumSuggestions($numSuggestions) { $this->numSuggestions = $numSuggestions; } public function getNumSuggestions() { return $this->numSuggestions; } } PK' Z.`Svendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDebugInfo.phpnu[formattedDebugInfo = $formattedDebugInfo; } public function getFormattedDebugInfo() { return $this->formattedDebugInfo; } } PK' ZѾ kkWvendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlOperatorOptions.phpnu[operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' Z ײSvendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItemRequest.phpnu[connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } /** * @param Google_Service_CloudSearch_PushItem */ public function setItem(Google_Service_CloudSearch_PushItem $item) { $this->item = $item; } /** * @return Google_Service_CloudSearch_PushItem */ public function getItem() { return $this->item; } } PK' ZRKLvendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItem.phpnu[contentHash = $contentHash; } public function getContentHash() { return $this->contentHash; } public function setMetadataHash($metadataHash) { $this->metadataHash = $metadataHash; } public function getMetadataHash() { return $this->metadataHash; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } /** * @param Google_Service_CloudSearch_RepositoryError */ public function setRepositoryError(Google_Service_CloudSearch_RepositoryError $repositoryError) { $this->repositoryError = $repositoryError; } /** * @return Google_Service_CloudSearch_RepositoryError */ public function getRepositoryError() { return $this->repositoryError; } public function setStructuredDataHash($structuredDataHash) { $this->structuredDataHash = $structuredDataHash; } public function getStructuredDataHash() { return $this->structuredDataHash; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Zú|==_vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_CloudSearch_QueryCountByStatus[] */ public function setQueryCountByStatus($queryCountByStatus) { $this->queryCountByStatus = $queryCountByStatus; } /** * @return Google_Service_CloudSearch_QueryCountByStatus[] */ public function getQueryCountByStatus() { return $this->queryCountByStatus; } } PK' ZY Mvendor/google/apiclient-services/src/Google/Service/CloudSearch/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudSearch_Status */ public function setError(Google_Service_CloudSearch_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudSearch_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK' ZID|JJYvendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchQualityMetadata.phpnu[quality = $quality; } public function getQuality() { return $this->quality; } } PK' Zl"Ovendor/google/apiclient-services/src/Google/Service/CloudSearch/Interaction.phpnu[interactionTime = $interactionTime; } public function getInteractionTime() { return $this->interactionTime; } /** * @param Google_Service_CloudSearch_Principal */ public function setPrincipal(Google_Service_CloudSearch_Principal $principal) { $this->principal = $principal; } /** * @return Google_Service_CloudSearch_Principal */ public function getPrincipal() { return $this->principal; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK' Z0?||Wvendor/google/apiclient-services/src/Google/Service/CloudSearch/DateOperatorOptions.phpnu[greaterThanOperatorName = $greaterThanOperatorName; } public function getGreaterThanOperatorName() { return $this->greaterThanOperatorName; } public function setLessThanOperatorName($lessThanOperatorName) { $this->lessThanOperatorName = $lessThanOperatorName; } public function getLessThanOperatorName() { return $this->lessThanOperatorName; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' Z JUvendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemCountByStatus.phpnu[count = $count; } public function getCount() { return $this->count; } public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } } PK' Z"Jvendor/google/apiclient-services/src/Google/Service/CloudSearch/Status.phpnu[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; } } PK' Z EWvendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.phpnu[interpretationType = $interpretationType; } public function getInterpretationType() { return $this->interpretationType; } public function setInterpretedQuery($interpretedQuery) { $this->interpretedQuery = $interpretedQuery; } public function getInterpretedQuery() { return $this->interpretedQuery; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK' Zht$$Tvendor/google/apiclient-services/src/Google/Service/CloudSearch/PeopleSuggestion.phpnu[person = $person; } /** * @return Google_Service_CloudSearch_Person */ public function getPerson() { return $this->person; } } PK' Z GGuuLvendor/google/apiclient-services/src/Google/Service/CloudSearch/Metaline.phpnu[properties = $properties; } /** * @return Google_Service_CloudSearch_DisplayedProperty[] */ public function getProperties() { return $this->properties; } } PK' ZKgUvendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceResultCount.phpnu[hasMoreResults = $hasMoreResults; } public function getHasMoreResults() { return $this->hasMoreResults; } public function setResultCountEstimate($resultCountEstimate) { $this->resultCountEstimate = $resultCountEstimate; } public function getResultCountEstimate() { return $this->resultCountEstimate; } public function setResultCountExact($resultCountExact) { $this->resultCountExact = $resultCountExact; } public function getResultCountExact() { return $this->resultCountExact; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } } PK' Z]"55Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveMimeTypeRestrict.phpnu[type = $type; } public function getType() { return $this->type; } } PK' ZͨuWvendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlPropertyOptions.phpnu[operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_HtmlOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } /** * @param Google_Service_CloudSearch_RetrievalImportance */ public function setRetrievalImportance(Google_Service_CloudSearch_RetrievalImportance $retrievalImportance) { $this->retrievalImportance = $retrievalImportance; } /** * @return Google_Service_CloudSearch_RetrievalImportance */ public function getRetrievalImportance() { return $this->retrievalImportance; } } PK' ZK(Tvendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemOptions.phpnu[allowUnknownGsuitePrincipals = $allowUnknownGsuitePrincipals; } public function getAllowUnknownGsuitePrincipals() { return $this->allowUnknownGsuitePrincipals; } } PK' Z%=Svendor/google/apiclient-services/src/Google/Service/CloudSearch/ProcessingError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } /** * @param Google_Service_CloudSearch_FieldViolation[] */ public function setFieldViolations($fieldViolations) { $this->fieldViolations = $fieldViolations; } /** * @return Google_Service_CloudSearch_FieldViolation[] */ public function getFieldViolations() { return $this->fieldViolations; } } PK' ZpƀTTYvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayMetadata.phpnu[metalines = $metalines; } /** * @return Google_Service_CloudSearch_ResultDisplayLine[] */ public function getMetalines() { return $this->metalines; } public function setObjectTypeLabel($objectTypeLabel) { $this->objectTypeLabel = $objectTypeLabel; } public function getObjectTypeLabel() { return $this->objectTypeLabel; } } PK' Z$2o88Zvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudSearch_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudSearch_Operation[] */ public function getOperations() { return $this->operations; } } PK' ZH^uuXvendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredDataObject.phpnu[properties = $properties; } /** * @return Google_Service_CloudSearch_NamedProperty[] */ public function getProperties() { return $this->properties; } } PK' ZVvendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStructuredData.phpnu[hash = $hash; } public function getHash() { return $this->hash; } /** * @param Google_Service_CloudSearch_StructuredDataObject */ public function setObject(Google_Service_CloudSearch_StructuredDataObject $object) { $this->object = $object; } /** * @return Google_Service_CloudSearch_StructuredDataObject */ public function getObject() { return $this->object; } } PK' ZQvendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResult.phpnu[peopleSuggestion = $peopleSuggestion; } /** * @return Google_Service_CloudSearch_PeopleSuggestion */ public function getPeopleSuggestion() { return $this->peopleSuggestion; } /** * @param Google_Service_CloudSearch_QuerySuggestion */ public function setQuerySuggestion(Google_Service_CloudSearch_QuerySuggestion $querySuggestion) { $this->querySuggestion = $querySuggestion; } /** * @return Google_Service_CloudSearch_QuerySuggestion */ public function getQuerySuggestion() { return $this->querySuggestion; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } public function setSuggestedQuery($suggestedQuery) { $this->suggestedQuery = $suggestedQuery; } public function getSuggestedQuery() { return $this->suggestedQuery; } } PK' Z#rkk^vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } public function setOneDayActiveUsersCount($oneDayActiveUsersCount) { $this->oneDayActiveUsersCount = $oneDayActiveUsersCount; } public function getOneDayActiveUsersCount() { return $this->oneDayActiveUsersCount; } public function setSevenDaysActiveUsersCount($sevenDaysActiveUsersCount) { $this->sevenDaysActiveUsersCount = $sevenDaysActiveUsersCount; } public function getSevenDaysActiveUsersCount() { return $this->sevenDaysActiveUsersCount; } public function setThirtyDaysActiveUsersCount($thirtyDaysActiveUsersCount) { $this->thirtyDaysActiveUsersCount = $thirtyDaysActiveUsersCount; } public function getThirtyDaysActiveUsersCount() { return $this->thirtyDaysActiveUsersCount; } } PK' ZEQvendor/google/apiclient-services/src/Google/Service/CloudSearch/ScoringConfig.phpnu[disableFreshness = $disableFreshness; } public function getDisableFreshness() { return $this->disableFreshness; } public function setDisablePersonalization($disablePersonalization) { $this->disablePersonalization = $disablePersonalization; } public function getDisablePersonalization() { return $this->disablePersonalization; } } PK' Z{l`vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlResponse.phpnu[items = $items; } /** * @return Google_Service_CloudSearch_Item[] */ public function getItems() { return $this->items; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' ZZvendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerOperatorOptions.phpnu[greaterThanOperatorName = $greaterThanOperatorName; } public function getGreaterThanOperatorName() { return $this->greaterThanOperatorName; } public function setLessThanOperatorName($lessThanOperatorName) { $this->lessThanOperatorName = $lessThanOperatorName; } public function getLessThanOperatorName() { return $this->lessThanOperatorName; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' Zboz``Ovendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetBucket.phpnu[count = $count; } public function getCount() { return $this->count; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } /** * @param Google_Service_CloudSearch_Value */ public function setValue(Google_Service_CloudSearch_Value $value) { $this->value = $value; } /** * @return Google_Service_CloudSearch_Value */ public function getValue() { return $this->value; } } PK' ZyWvendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.phpnu[debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } /** * @param Google_Service_CloudSearch_Schema */ public function setSchema(Google_Service_CloudSearch_Schema $schema) { $this->schema = $schema; } /** * @return Google_Service_CloudSearch_Schema */ public function getSchema() { return $this->schema; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK' ZuQvendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectOptions.phpnu[displayOptions = $displayOptions; } /** * @return Google_Service_CloudSearch_ObjectDisplayOptions */ public function getDisplayOptions() { return $this->displayOptions; } /** * @param Google_Service_CloudSearch_FreshnessOptions */ public function setFreshnessOptions(Google_Service_CloudSearch_FreshnessOptions $freshnessOptions) { $this->freshnessOptions = $freshnessOptions; } /** * @return Google_Service_CloudSearch_FreshnessOptions */ public function getFreshnessOptions() { return $this->freshnessOptions; } } PK' ZdVvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayField.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } /** * @param Google_Service_CloudSearch_NamedProperty */ public function setProperty(Google_Service_CloudSearch_NamedProperty $property) { $this->property = $property; } /** * @return Google_Service_CloudSearch_NamedProperty */ public function getProperty() { return $this->property; } } PK' Z`wUUHvendor/google/apiclient-services/src/Google/Service/CloudSearch/Name.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK' ZUkkWvendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumOperatorOptions.phpnu[operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' ZǑ#HeeNvendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK' ZH9>PmmYvendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleOperatorOptions.phpnu[operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } } PK' Z9H**Xvendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_CloudSearch_ItemCountByStatus[] */ public function setItemCountByStatus($itemCountByStatus) { $this->itemCountByStatus = $itemCountByStatus; } /** * @return Google_Service_CloudSearch_ItemCountByStatus[] */ public function getItemCountByStatus() { return $this->itemCountByStatus; } } PK' Z;eeNvendor/google/apiclient-services/src/Google/Service/CloudSearch/TextValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK' ZyZvendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerPropertyOptions.phpnu[maximumValue = $maximumValue; } public function getMaximumValue() { return $this->maximumValue; } public function setMinimumValue($minimumValue) { $this->minimumValue = $minimumValue; } public function getMinimumValue() { return $this->minimumValue; } /** * @param Google_Service_CloudSearch_IntegerOperatorOptions */ public function setOperatorOptions(Google_Service_CloudSearch_IntegerOperatorOptions $operatorOptions) { $this->operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_IntegerOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } public function setOrderedRanking($orderedRanking) { $this->orderedRanking = $orderedRanking; } public function getOrderedRanking() { return $this->orderedRanking; } } PK' Z + + Tvendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemRequest.phpnu[connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } /** * @param Google_Service_CloudSearch_IndexItemOptions */ public function setIndexItemOptions(Google_Service_CloudSearch_IndexItemOptions $indexItemOptions) { $this->indexItemOptions = $indexItemOptions; } /** * @return Google_Service_CloudSearch_IndexItemOptions */ public function getIndexItemOptions() { return $this->indexItemOptions; } /** * @param Google_Service_CloudSearch_Item */ public function setItem(Google_Service_CloudSearch_Item $item) { $this->item = $item; } /** * @return Google_Service_CloudSearch_Item */ public function getItem() { return $this->item; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } } PK' Zjbvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListUnmappedIdentitiesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudSearch_UnmappedIdentity[] */ public function setUnmappedIdentities($unmappedIdentities) { $this->unmappedIdentities = $unmappedIdentities; } /** * @return Google_Service_CloudSearch_UnmappedIdentity[] */ public function getUnmappedIdentities() { return $this->unmappedIdentities; } } PK' ZX55Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveFollowUpRestrict.phpnu[type = $type; } public function getType() { return $this->type; } } PK' Z^^Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectValues.phpnu[values = $values; } /** * @return Google_Service_CloudSearch_StructuredDataObject[] */ public function getValues() { return $this->values; } } PK' Z Ivendor/google/apiclient-services/src/Google/Service/CloudSearch/Value.phpnu[booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } /** * @param Google_Service_CloudSearch_Date */ public function setDateValue(Google_Service_CloudSearch_Date $dateValue) { $this->dateValue = $dateValue; } /** * @return Google_Service_CloudSearch_Date */ public function getDateValue() { return $this->dateValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } } PK' Z;Yvendor/google/apiclient-services/src/Google/Service/CloudSearch/UnreserveItemsRequest.phpnu[connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } } PK' Z)TTTvendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsRequest.phpnu[connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } public function setStatusCodes($statusCodes) { $this->statusCodes = $statusCodes; } public function getStatusCodes() { return $this->statusCodes; } } PK' Z~+]]Uvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayLine.phpnu[fields = $fields; } /** * @return Google_Service_CloudSearch_ResultDisplayField[] */ public function getFields() { return $this->fields; } } PK' ZXvendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.phpnu[date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } public function setSearchSessionsCount($searchSessionsCount) { $this->searchSessionsCount = $searchSessionsCount; } public function getSearchSessionsCount() { return $this->searchSessionsCount; } } PK' ZͨySvendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySuggestion.phpnu[dataSourceRestrictions = $dataSourceRestrictions; } /** * @return Google_Service_CloudSearch_DataSourceRestriction[] */ public function getDataSourceRestrictions() { return $this->dataSourceRestrictions; } /** * @param Google_Service_CloudSearch_FacetOptions[] */ public function setDefaultFacetOptions($defaultFacetOptions) { $this->defaultFacetOptions = $defaultFacetOptions; } /** * @return Google_Service_CloudSearch_FacetOptions[] */ public function getDefaultFacetOptions() { return $this->defaultFacetOptions; } /** * @param Google_Service_CloudSearch_SortOptions */ public function setDefaultSortOptions(Google_Service_CloudSearch_SortOptions $defaultSortOptions) { $this->defaultSortOptions = $defaultSortOptions; } /** * @return Google_Service_CloudSearch_SortOptions */ public function getDefaultSortOptions() { return $this->defaultSortOptions; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationIds($operationIds) { $this->operationIds = $operationIds; } public function getOperationIds() { return $this->operationIds; } /** * @param Google_Service_CloudSearch_ScoringConfig */ public function setScoringConfig(Google_Service_CloudSearch_ScoringConfig $scoringConfig) { $this->scoringConfig = $scoringConfig; } /** * @return Google_Service_CloudSearch_ScoringConfig */ public function getScoringConfig() { return $this->scoringConfig; } /** * @param Google_Service_CloudSearch_SourceConfig[] */ public function setSourceConfig($sourceConfig) { $this->sourceConfig = $sourceConfig; } /** * @return Google_Service_CloudSearch_SourceConfig[] */ public function getSourceConfig() { return $this->sourceConfig; } } PK' Zb9 Nvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTubeAnalytics_GroupContentDetails */ public function getContentDetails() { return $this->contentDetails; } /** * @param Google_Service_YouTubeAnalytics_Errors */ public function setErrors(Google_Service_YouTubeAnalytics_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_YouTubeAnalytics_Errors */ public function getErrors() { return $this->errors; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTubeAnalytics_GroupSnippet */ public function setSnippet(Google_Service_YouTubeAnalytics_GroupSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTubeAnalytics_GroupSnippet */ public function getSnippet() { return $this->snippet; } } PK' ZYsSvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ErrorProto.phpnu[argument = $argument; } public function getArgument() { return $this->argument; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setDebugInfo($debugInfo) { $this->debugInfo = $debugInfo; } public function getDebugInfo() { return $this->debugInfo; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setExternalErrorMessage($externalErrorMessage) { $this->externalErrorMessage = $externalErrorMessage; } public function getExternalErrorMessage() { return $this->externalErrorMessage; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } } PK' Z[Ur`vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeader.phpnu[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; } } PK' Z/{[vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupsResponse.phpnu[errors = $errors; } /** * @return Google_Service_YouTubeAnalytics_Errors */ public function getErrors() { return $this->errors; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_YouTubeAnalytics_Group[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTubeAnalytics_Group[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Z竐h^^Xvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.phpnu[ * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); * $groups = $youtubeAnalyticsService->groups; * */ class Google_Service_YouTubeAnalytics_Resource_Groups extends Google_Service_Resource { /** * Deletes a group. (groups.delete) * * @param array $optParams Optional parameters. * * @opt_param string id The `id` parameter specifies the YouTube group ID of the * group that is being deleted. * @opt_param string onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @return Google_Service_YouTubeAnalytics_EmptyResponse */ public function delete($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_YouTubeAnalytics_EmptyResponse"); } /** * Creates a group. (groups.insert) * * @param Google_Service_YouTubeAnalytics_Group $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @return Google_Service_YouTubeAnalytics_Group */ public function insert(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_Group"); } /** * Returns a collection of groups that match the API request parameters. For * example, you can retrieve all groups that the authenticated user owns, or you * can retrieve one or more groups by their unique IDs. (groups.listGroups) * * @param array $optParams Optional parameters. * * @opt_param string 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 onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @opt_param string pageToken The `pageToken` parameter identifies a specific * page in the result set that should be returned. In an API response, the * `nextPageToken` property identifies the next page that can be retrieved. * @return Google_Service_YouTubeAnalytics_ListGroupsResponse */ public function listGroups($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_ListGroupsResponse"); } /** * Modifies a group. For example, you could change a group's title. * (groups.update) * * @param Google_Service_YouTubeAnalytics_Group $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @return Google_Service_YouTubeAnalytics_Group */ public function update(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTubeAnalytics_Group"); } } PK' Z)+88\vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.phpnu[ * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); * $groupItems = $youtubeAnalyticsService->groupItems; * */ class Google_Service_YouTubeAnalytics_Resource_GroupItems extends Google_Service_Resource { /** * Removes an item from a group. (groupItems.delete) * * @param array $optParams Optional parameters. * * @opt_param string id The `id` parameter specifies the YouTube group item ID * of the group item that is being deleted. * @opt_param string onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @return Google_Service_YouTubeAnalytics_EmptyResponse */ public function delete($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_YouTubeAnalytics_EmptyResponse"); } /** * Creates a group item. (groupItems.insert) * * @param Google_Service_YouTubeAnalytics_GroupItem $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @return Google_Service_YouTubeAnalytics_GroupItem */ public function insert(Google_Service_YouTubeAnalytics_GroupItem $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_GroupItem"); } /** * Returns a collection of group items that match the API request parameters. * (groupItems.listGroupItems) * * @param array $optParams Optional parameters. * * @opt_param string groupId The `groupId` parameter specifies the unique ID of * the group for which you want to retrieve group items. * @opt_param string onBehalfOfContentOwner This parameter can only be used in a * properly authorized request. **Note:** This parameter is intended exclusively * for YouTube content partners that own and manage many different YouTube * channels. The `onBehalfOfContentOwner` parameter indicates that the request's * authorization credentials identify a YouTube user who is acting on behalf of * the content owner specified in the parameter value. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The account that the user authenticates with must be linked to the * specified YouTube content owner. * @return Google_Service_YouTubeAnalytics_ListGroupItemsResponse */ public function listGroupItems($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_ListGroupItemsResponse"); } } PK' Z*  Yvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.phpnu[ * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); * $reports = $youtubeAnalyticsService->reports; * */ class Google_Service_YouTubeAnalytics_Resource_Reports extends Google_Service_Resource { /** * Retrieve your YouTube Analytics reports. (reports.query) * * @param array $optParams Optional parameters. * * @opt_param string currency The currency to which financial metrics should be * converted. The default is US Dollar (USD). If the result contains no * financial metrics, this flag will be ignored. Responds with an error if the * specified currency is not recognized.", pattern: [A-Z]{3} * @opt_param string dimensions A comma-separated list of YouTube Analytics * dimensions, such as `views` or `ageGroup,gender`. See the [Available * Reports](/youtube/analytics/v2/available_reports) document for a list of the * reports that you can retrieve and the dimensions used for those reports. Also * see the [Dimensions](/youtube/analytics/v2/dimsmets/dims) document for * definitions of those dimensions." pattern: [0-9a-zA-Z,]+ * @opt_param string endDate The end date for fetching YouTube Analytics data. * The value should be in `YYYY-MM-DD` format. required: true, pattern: * [0-9]{4}-[0-9]{2}-[0-9]{2} * @opt_param string filters A list of filters that should be applied when * retrieving YouTube Analytics data. The [Available * Reports](/youtube/analytics/v2/available_reports) document identifies the * dimensions that can be used to filter each report, and the * [Dimensions](/youtube/analytics/v2/dimsmets/dims) document defines those * dimensions. If a request uses multiple filters, join them together with a * semicolon (`;`), and the returned result table will satisfy both filters. For * example, a filters parameter value of `video==dMH0bHeiRNg;country==IT` * restricts the result set to include data for the given video in Italy.", * @opt_param string ids Identifies the YouTube channel or content owner for * which you are retrieving YouTube Analytics data. - To request data for a * YouTube user, set the `ids` parameter value to `channel==CHANNEL_ID`, where * `CHANNEL_ID` specifies the unique YouTube channel ID. - To request data for a * YouTube CMS content owner, set the `ids` parameter value to * `contentOwner==OWNER_NAME`, where `OWNER_NAME` is the CMS name of the content * owner. required: true, pattern: [a-zA-Z]+==[a-zA-Z0-9_+-]+ * @opt_param bool includeHistoricalChannelData If set to true historical data * (i.e. channel data from before the linking of the channel to the content * owner) will be retrieved.", * @opt_param int maxResults The maximum number of rows to include in the * response.", minValue: 1 * @opt_param string metrics A comma-separated list of YouTube Analytics * metrics, such as `views` or `likes,dislikes`. See the [Available * Reports](/youtube/analytics/v2/available_reports) document for a list of the * reports that you can retrieve and the metrics available in each report, and * see the [Metrics](/youtube/analytics/v2/dimsmets/mets) document for * definitions of those metrics. required: true, pattern: [0-9a-zA-Z,]+ * @opt_param string sort A comma-separated list of dimensions or metrics that * determine the sort order for YouTube Analytics data. By default the sort * order is ascending. The '`-`' prefix causes descending sort order.", pattern: * [-0-9a-zA-Z,]+ * @opt_param string startDate The start date for fetching YouTube Analytics * data. The value should be in `YYYY-MM-DD` format. required: true, pattern: * "[0-9]{4}-[0-9]{2}-[0-9]{2} * @opt_param int startIndex An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter * (one-based, inclusive).", minValue: 1 * @return Google_Service_YouTubeAnalytics_QueryResponse */ public function query($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_YouTubeAnalytics_QueryResponse"); } } PK' Z`A2ׄOvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Errors.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_YouTubeAnalytics_ErrorProto[] */ public function setError($error) { $this->error = $error; } /** * @return Google_Service_YouTubeAnalytics_ErrorProto[] */ public function getError() { return $this->error; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK' Zi_vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupItemsResponse.phpnu[errors = $errors; } /** * @return Google_Service_YouTubeAnalytics_Errors */ public function getErrors() { return $this->errors; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_YouTubeAnalytics_GroupItem[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTubeAnalytics_GroupItem[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' Z O::Vvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/EmptyResponse.phpnu[errors = $errors; } /** * @return Google_Service_YouTubeAnalytics_Errors */ public function getErrors() { return $this->errors; } } PK' ZɠUvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.phpnu[publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK' Z|޺Zvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK' Z={%ddVvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/QueryResponse.phpnu[columnHeaders = $columnHeaders; } /** * @return Google_Service_YouTubeAnalytics_ResultTableColumnHeader[] */ public function getColumnHeaders() { return $this->columnHeaders; } /** * @param Google_Service_YouTubeAnalytics_Errors */ public function setErrors(Google_Service_YouTubeAnalytics_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_YouTubeAnalytics_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } } PK' Z/k\vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.phpnu[itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } public function setItemType($itemType) { $this->itemType = $itemType; } public function getItemType() { return $this->itemType; } } PK' ZokkGGRvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItem.phpnu[errors = $errors; } /** * @return Google_Service_YouTubeAnalytics_Errors */ public function getErrors() { return $this->errors; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setGroupId($groupId) { $this->groupId = $groupId; } public function getGroupId() { return $this->groupId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTubeAnalytics_GroupItemResource */ public function setResource(Google_Service_YouTubeAnalytics_GroupItemResource $resource) { $this->resource = $resource; } /** * @return Google_Service_YouTubeAnalytics_GroupItemResource */ public function getResource() { return $this->resource; } } PK' Z싊GUUDvendor/google/apiclient-services/src/Google/Service/Cloudchannel.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Cloudchannel extends Google_Service { /** Manage users on your domain. */ const APPS_ORDER = "https://www.googleapis.com/auth/apps.order"; public $accounts; public $accounts_channelPartnerLinks; public $accounts_customers; public $accounts_customers_entitlements; public $accounts_offers; public $operations; public $products; public $products_skus; /** * Constructs the internal representation of the Cloudchannel service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudchannel.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudchannel'; $this->accounts = new Google_Service_Cloudchannel_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'checkCloudIdentityAccountsExist' => array( 'path' => 'v1/{+parent}:checkCloudIdentityAccountsExist', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'listSubscribers' => array( 'path' => 'v1/{+account}:listSubscribers', 'httpMethod' => 'GET', 'parameters' => array( 'account' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listTransferableOffers' => array( 'path' => 'v1/{+parent}:listTransferableOffers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'listTransferableSkus' => array( 'path' => 'v1/{+parent}:listTransferableSkus', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'register' => array( 'path' => 'v1/{+account}:register', 'httpMethod' => 'POST', 'parameters' => array( 'account' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unregister' => array( 'path' => 'v1/{+account}:unregister', 'httpMethod' => 'POST', 'parameters' => array( 'account' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_channelPartnerLinks = new Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinks( $this, $this->serviceName, 'channelPartnerLinks', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/channelPartnerLinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/channelPartnerLinks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_customers = new Google_Service_Cloudchannel_Resource_AccountsCustomers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/customers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/customers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listPurchasableOffers' => array( 'path' => 'v1/{+customer}:listPurchasableOffers', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'changeOfferPurchase.entitlement' => array( 'location' => 'query', 'type' => 'string', ), 'changeOfferPurchase.newSku' => array( 'location' => 'query', 'type' => 'string', ), 'createEntitlementPurchase.sku' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listPurchasableSkus' => array( 'path' => 'v1/{+customer}:listPurchasableSkus', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'changeOfferPurchase.changeType' => array( 'location' => 'query', 'type' => 'string', ), 'changeOfferPurchase.entitlement' => array( 'location' => 'query', 'type' => 'string', ), 'createEntitlementPurchase.product' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'provisionCloudIdentity' => array( 'path' => 'v1/{+customer}:provisionCloudIdentity', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'transferEntitlements' => array( 'path' => 'v1/{+parent}:transferEntitlements', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'transferEntitlementsToGoogle' => array( 'path' => 'v1/{+parent}:transferEntitlementsToGoogle', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_customers_entitlements = new Google_Service_Cloudchannel_Resource_AccountsCustomersEntitlements( $this, $this->serviceName, 'entitlements', array( 'methods' => array( 'activate' => array( 'path' => 'v1/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'changeOffer' => array( 'path' => 'v1/{+name}:changeOffer', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'changeParameters' => array( 'path' => 'v1/{+name}:changeParameters', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'changeRenewalSettings' => array( 'path' => 'v1/{+name}:changeRenewalSettings', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/entitlements', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/entitlements', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'startPaidService' => array( 'path' => 'v1/{+name}:startPaidService', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'suspend' => array( 'path' => 'v1/{+name}:suspend', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_offers = new Google_Service_Cloudchannel_Resource_AccountsOffers( $this, $this->serviceName, 'offers', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/offers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_Cloudchannel_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', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->products = new Google_Service_Cloudchannel_Resource_Products( $this, $this->serviceName, 'products', array( 'methods' => array( 'list' => array( 'path' => 'v1/products', 'httpMethod' => 'GET', 'parameters' => array( 'account' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->products_skus = new Google_Service_Cloudchannel_Resource_ProductsSkus( $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, ), 'account' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK' Z)>gvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TestDatastoreResponse.phpnu[error = $error; } public function getError() { return $this->error; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK' Z \vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Credential.phpnu[apiProducts = $apiProducts; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProductRef[] */ public function getApiProducts() { return $this->apiProducts; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } public function setConsumerKey($consumerKey) { $this->consumerKey = $consumerKey; } public function getConsumerKey() { return $this->consumerKey; } public function setConsumerSecret($consumerSecret) { $this->consumerSecret = $consumerSecret; } public function getConsumerSecret() { return $this->consumerSecret; } public function setExpiresAt($expiresAt) { $this->expiresAt = $expiresAt; } public function getExpiresAt() { return $this->expiresAt; } public function setIssuedAt($issuedAt) { $this->issuedAt = $issuedAt; } public function getIssuedAt() { return $this->issuedAt; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK' Z~d$$avendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DatastoreConfig.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setDatasetName($datasetName) { $this->datasetName = $datasetName; } public function getDatasetName() { return $this->datasetName; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTablePrefix($tablePrefix) { $this->tablePrefix = $tablePrefix; } public function getTablePrefix() { return $this->tablePrefix; } } PK' Zć[[nvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ProvisionOrganizationRequest.phpnu[analyticsRegion = $analyticsRegion; } public function getAnalyticsRegion() { return $this->analyticsRegion; } public function setAuthorizedNetwork($authorizedNetwork) { $this->authorizedNetwork = $authorizedNetwork; } public function getAuthorizedNetwork() { return $this->authorizedNetwork; } public function setRuntimeLocation($runtimeLocation) { $this->runtimeLocation = $runtimeLocation; } public function getRuntimeLocation() { return $this->runtimeLocation; } } PK' Za-ưivendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeploymentsResponse.phpnu[deployments = $deployments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Deployment[] */ public function getDeployments() { return $this->deployments; } } PK' Z9:bvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AsyncQueryResult.phpnu[expires = $expires; } public function getExpires() { return $this->expires; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } } PK' Zm"T\ ^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperApp.phpnu[apiProducts = $apiProducts; } public function getApiProducts() { return $this->apiProducts; } public function setAppFamily($appFamily) { $this->appFamily = $appFamily; } public function getAppFamily() { return $this->appFamily; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } public function setCallbackUrl($callbackUrl) { $this->callbackUrl = $callbackUrl; } public function getCallbackUrl() { return $this->callbackUrl; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Credential[] */ public function setCredentials($credentials) { $this->credentials = $credentials; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Credential[] */ public function getCredentials() { return $this->credentials; } public function setDeveloperId($developerId) { $this->developerId = $developerId; } public function getDeveloperId() { return $this->developerId; } public function setKeyExpiresIn($keyExpiresIn) { $this->keyExpiresIn = $keyExpiresIn; } public function getKeyExpiresIn() { return $this->keyExpiresIn; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK' Z12`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevisionStatus.phpnu[errors = $errors; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1UpdateError[] */ public function getErrors() { return $this->errors; } public function setJsonSpec($jsonSpec) { $this->jsonSpec = $jsonSpec; } public function getJsonSpec() { return $this->jsonSpec; } public function setReplicas($replicas) { $this->replicas = $replicas; } public function getReplicas() { return $this->replicas; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK' Z$jvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.phpnu[deployedRevisions = $deployedRevisions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision[] */ public function getDeployedRevisions() { return $this->deployedRevisions; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute[] */ public function setDeployedRoutes($deployedRoutes) { $this->deployedRoutes = $deployedRoutes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute[] */ public function getDeployedRoutes() { return $this->deployedRoutes; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } } PK' Z#yvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.phpnu[apiProxy = $apiProxy; } public function getApiProxy() { return $this->apiProxy; } public function setBasepath($basepath) { $this->basepath = $basepath; } public function getBasepath() { return $this->basepath; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK' ZIJ##lvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceSamplingConfig.phpnu[sampler = $sampler; } public function getSampler() { return $this->sampler; } public function setSamplingRate($samplingRate) { $this->samplingRate = $samplingRate; } public function getSamplingRate() { return $this->samplingRate; } } PK' ZKShvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListApiProxiesResponse.phpnu[proxies = $proxies; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProxy[] */ public function getProxies() { return $this->proxies; } } PK' ZLSjvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListNatAddressesResponse.phpnu[natAddresses = $natAddresses; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1NatAddress[] */ public function getNatAddresses() { return $this->natAddresses; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Zt@nvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CanaryEvaluationMetricLabels.phpnu[ "instance_id", ); public $env; public $instanceId; public $location; public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } PK' Z_]]lvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeleteCustomReportResponse.phpnu[message = $message; } public function getMessage() { return $this->message; } } PK' Z {{bvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentConfig.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setBasePath($basePath) { $this->basePath = $basePath; } public function getBasePath() { return $this->basePath; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProxyUid($proxyUid) { $this->proxyUid = $proxyUid; } public function getProxyUid() { return $this->proxyUid; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK' Z*&^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CustomReport.phpnu[chartType = $chartType; } public function getChartType() { return $this->chartType; } public function setComments($comments) { $this->comments = $comments; } public function getComments() { return $this->comments; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setFromTime($fromTime) { $this->fromTime = $fromTime; } public function getFromTime() { return $this->fromTime; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setLastViewedAt($lastViewedAt) { $this->lastViewedAt = $lastViewedAt; } public function getLastViewedAt() { return $this->lastViewedAt; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1CustomReportMetric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1CustomReportMetric[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ReportProperty[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ReportProperty[] */ public function getProperties() { return $this->properties; } public function setSortByCols($sortByCols) { $this->sortByCols = $sortByCols; } public function getSortByCols() { return $this->sortByCols; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } public function getTimeUnit() { return $this->timeUnit; } public function setToTime($toTime) { $this->toTime = $toTime; } public function getToTime() { return $this->toTime; } public function setTopk($topk) { $this->topk = $topk; } public function getTopk() { return $this->topk; } } PK' Zrvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride[] */ public function setTraceConfigOverrides($traceConfigOverrides) { $this->traceConfigOverrides = $traceConfigOverrides; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride[] */ public function getTraceConfigOverrides() { return $this->traceConfigOverrides; } } PK' Zjvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOfDevelopersResponse.phpnu[developer = $developer; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Developer[] */ public function getDeveloper() { return $this->developer; } } PK' Ze-^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessRemove.phpnu[name = $name; } public function getName() { return $this->name; } public function setSuccess($success) { $this->success = $success; } public function getSuccess() { return $this->success; } } PK' Zd299bvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroup.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setHostnames($hostnames) { $this->hostnames = $hostnames; } public function getHostnames() { return $this->hostnames; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK' ZT L,,`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeystoreConfig.phpnu[aliases = $aliases; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1AliasRevisionConfig[] */ public function getAliases() { return $this->aliases; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' ZYQvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1Binding.phpnu[condition = $condition; } /** * @return Google_Service_Apigee_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK' ZbfXvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metric.phpnu[name = $name; } public function getName() { return $this->name; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK' Z Zό^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServer.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setIsEnabled($isEnabled) { $this->isEnabled = $isEnabled; } public function getIsEnabled() { return $this->isEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo */ public function setSSLInfo(Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo $sSLInfo) { $this->sSLInfo = $sSLInfo; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo */ public function getSSLInfo() { return $this->sSLInfo; } } PK' ZWSSdvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiResponseWrapper.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK' Z-!  `vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStats.phpnu[ "Response", ); protected $responseType = 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse'; protected $responseDataType = ''; /** * @param Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse */ public function setResponse(Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse $response) { $this->response = $response; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse */ public function getResponse() { return $this->response; } } PK' ZE`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1FlowHookConfig.phpnu[continueOnError = $continueOnError; } public function getContinueOnError() { return $this->continueOnError; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSharedFlowName($sharedFlowName) { $this->sharedFlowName = $sharedFlowName; } public function getSharedFlowName() { return $this->sharedFlowName; } } PK' Z\location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z)Wiilvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OrganizationProjectMapping.phpnu[organization = $organization; } public function getOrganization() { return $this->organization; } public function setProjectIds($projectIds) { $this->projectIds = $projectIds; } public function getProjectIds() { return $this->projectIds; } } PK' Z!ю_ _ avendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperAppKey.phpnu[apiProducts = $apiProducts; } public function getApiProducts() { return $this->apiProducts; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } public function setConsumerKey($consumerKey) { $this->consumerKey = $consumerKey; } public function getConsumerKey() { return $this->consumerKey; } public function setConsumerSecret($consumerSecret) { $this->consumerSecret = $consumerSecret; } public function getConsumerSecret() { return $this->consumerSecret; } public function setExpiresAt($expiresAt) { $this->expiresAt = $expiresAt; } public function getExpiresAt() { return $this->expiresAt; } public function setExpiresInSeconds($expiresInSeconds) { $this->expiresInSeconds = $expiresInSeconds; } public function getExpiresInSeconds() { return $this->expiresInSeconds; } public function setIssuedAt($issuedAt) { $this->issuedAt = $issuedAt; } public function getIssuedAt() { return $this->issuedAt; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK' ZNoo[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessSet.phpnu[name = $name; } public function getName() { return $this->name; } public function setSuccess($success) { $this->success = $success; } public function getSuccess() { return $this->success; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK' Z[pevendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TraceSamplingConfig.phpnu[sampler = $sampler; } public function getSampler() { return $this->sampler; } public function setSamplingRate($samplingRate) { $this->samplingRate = $samplingRate; } public function getSamplingRate() { return $this->samplingRate; } } PK' Z nlvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDataCollectorsResponse.phpnu[dataCollectors = $dataCollectors; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollector[] */ public function getDataCollectors() { return $this->dataCollectors; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK' Zahvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GraphQLOperationConfig.phpnu[apiSource = $apiSource; } public function getApiSource() { return $this->apiSource; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperation[] */ public function getOperations() { return $this->operations; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Quota */ public function setQuota(Google_Service_Apigee_GoogleCloudApigeeV1Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Quota */ public function getQuota() { return $this->quota; } } PK' Znvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportInstanceStatusResponse.phpnu[apiSource = $apiSource; } public function getApiSource() { return $this->apiSource; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Operation[] */ public function getOperations() { return $this->operations; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Quota */ public function setQuota(Google_Service_Apigee_GoogleCloudApigeeV1Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Quota */ public function getQuota() { return $this->quota; } } PK' Z9)Rvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleProtobufEmpty.phpnu[name = $name; } public function getName() { return $this->name; } } PK' ZXX]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RoutingRule.phpnu[basepath = $basepath; } public function getBasepath() { return $this->basepath; } public function setEnvGroupRevision($envGroupRevision) { $this->envGroupRevision = $envGroupRevision; } public function getEnvGroupRevision() { return $this->envGroupRevision; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setReceiver($receiver) { $this->receiver = $receiver; } public function getReceiver() { return $this->receiver; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK' Z%ϸlvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupAttachment.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK' Z~@@cvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentConfig.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig[] */ public function setDataCollectors($dataCollectors) { $this->dataCollectors = $dataCollectors; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig[] */ public function getDataCollectors() { return $this->dataCollectors; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DebugMask */ public function setDebugMask(Google_Service_Apigee_GoogleCloudApigeeV1DebugMask $debugMask) { $this->debugMask = $debugMask; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugMask */ public function getDebugMask() { return $this->debugMask; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig[] */ public function setDeployments($deployments) { $this->deployments = $deployments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig[] */ public function getDeployments() { return $this->deployments; } public function setFeatureFlags($featureFlags) { $this->featureFlags = $featureFlags; } public function getFeatureFlags() { return $this->featureFlags; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig[] */ public function setFlowhooks($flowhooks) { $this->flowhooks = $flowhooks; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig[] */ public function getFlowhooks() { return $this->flowhooks; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig[] */ public function setKeystores($keystores) { $this->keystores = $keystores; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig[] */ public function getKeystores() { return $this->keystores; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig[] */ public function setResourceReferences($resourceReferences) { $this->resourceReferences = $resourceReferences; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig[] */ public function getResourceReferences() { return $this->resourceReferences; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig[] */ public function getResources() { return $this->resources; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setSequenceNumber($sequenceNumber) { $this->sequenceNumber = $sequenceNumber; } public function getSequenceNumber() { return $this->sequenceNumber; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig[] */ public function setTargets($targets) { $this->targets = $targets; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig[] */ public function getTargets() { return $this->targets; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig */ public function setTraceConfig(Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig $traceConfig) { $this->traceConfig = $traceConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig */ public function getTraceConfig() { return $this->traceConfig; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK' ZQQMvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK( Z^Xvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Schema.phpnu[dimensions = $dimensions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement[] */ public function getDimensions() { return $this->dimensions; } public function setMeta($meta) { $this->meta = $meta; } public function getMeta() { return $this->meta; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement[] */ public function getMetrics() { return $this->metrics; } } PK( ZEg!LLbvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListAppsResponse.phpnu[app = $app; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1App[] */ public function getApp() { return $this->app; } } PK( Z0B.]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyValueMap.phpnu[encrypted = $encrypted; } public function getEncrypted() { return $this->encrypted; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z{Q::dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServerConfig.phpnu[host = $host; } public function getHost() { return $this->host; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoConfig */ public function setTlsInfo(Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoConfig $tlsInfo) { $this->tlsInfo = $tlsInfo; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoConfig */ public function getTlsInfo() { return $this->tlsInfo; } } PK( Znk k _vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TlsInfoConfig.phpnu[ciphers = $ciphers; } public function getCiphers() { return $this->ciphers; } public function setClientAuthEnabled($clientAuthEnabled) { $this->clientAuthEnabled = $clientAuthEnabled; } public function getClientAuthEnabled() { return $this->clientAuthEnabled; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1CommonNameConfig */ public function setCommonName(Google_Service_Apigee_GoogleCloudApigeeV1CommonNameConfig $commonName) { $this->commonName = $commonName; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1CommonNameConfig */ public function getCommonName() { return $this->commonName; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setIgnoreValidationErrors($ignoreValidationErrors) { $this->ignoreValidationErrors = $ignoreValidationErrors; } public function getIgnoreValidationErrors() { return $this->ignoreValidationErrors; } public function setKeyAlias($keyAlias) { $this->keyAlias = $keyAlias; } public function getKeyAlias() { return $this->keyAlias; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1KeyAliasReference */ public function setKeyAliasReference(Google_Service_Apigee_GoogleCloudApigeeV1KeyAliasReference $keyAliasReference) { $this->keyAliasReference = $keyAliasReference; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyAliasReference */ public function getKeyAliasReference() { return $this->keyAliasReference; } public function setProtocols($protocols) { $this->protocols = $protocols; } public function getProtocols() { return $this->protocols; } public function setTrustStore($trustStore) { $this->trustStore = $trustStore; } public function getTrustStore() { return $this->trustStore; } } PK( Z)ßdvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcPreconditionFailureViolation.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z*I[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessGet.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z Zvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metadata.phpnu[errors = $errors; } public function getErrors() { return $this->errors; } public function setNotices($notices) { $this->notices = $notices; } public function getNotices() { return $this->notices; } } PK( ZHbvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiProxyRevision.phpnu[basepaths = $basepaths; } public function getBasepaths() { return $this->basepaths; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ConfigVersion */ public function setConfigurationVersion(Google_Service_Apigee_GoogleCloudApigeeV1ConfigVersion $configurationVersion) { $this->configurationVersion = $configurationVersion; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ConfigVersion */ public function getConfigurationVersion() { return $this->configurationVersion; } public function setContextInfo($contextInfo) { $this->contextInfo = $contextInfo; } public function getContextInfo() { return $this->contextInfo; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityMetaDataAsProperties($entityMetaDataAsProperties) { $this->entityMetaDataAsProperties = $entityMetaDataAsProperties; } public function getEntityMetaDataAsProperties() { return $this->entityMetaDataAsProperties; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPolicies($policies) { $this->policies = $policies; } public function getPolicies() { return $this->policies; } public function setProxies($proxies) { $this->proxies = $proxies; } public function getProxies() { return $this->proxies; } public function setProxyEndpoints($proxyEndpoints) { $this->proxyEndpoints = $proxyEndpoints; } public function getProxyEndpoints() { return $this->proxyEndpoints; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles */ public function setResourceFiles(Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles $resourceFiles) { $this->resourceFiles = $resourceFiles; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles */ public function getResourceFiles() { return $this->resourceFiles; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSharedFlows($sharedFlows) { $this->sharedFlows = $sharedFlows; } public function getSharedFlows() { return $this->sharedFlows; } public function setSpec($spec) { $this->spec = $spec; } public function getSpec() { return $this->spec; } public function setTargetEndpoints($targetEndpoints) { $this->targetEndpoints = $targetEndpoints; } public function getTargetEndpoints() { return $this->targetEndpoints; } public function setTargetServers($targetServers) { $this->targetServers = $targetServers; } public function getTargetServers() { return $this->targetServers; } public function setTargets($targets) { $this->targets = $targets; } public function getTargets() { return $this->targets; } public function setTeams($teams) { $this->teams = $teams; } public function getTeams() { return $this->teams; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiProductRef.phpnu[apiproduct = $apiproduct; } public function getApiproduct() { return $this->apiproduct; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK( Zsld`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EntityMetadata.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setSubType($subType) { $this->subType = $subType; } public function getSubType() { return $this->subType; } } PK( ZMMyvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.phpnu[environmentGroupAttachments = $environmentGroupAttachments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment[] */ public function getEnvironmentGroupAttachments() { return $this->environmentGroupAttachments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( ZTcvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyAliasReference.phpnu[aliasId = $aliasId; } public function getAliasId() { return $this->aliasId; } public function setReference($reference) { $this->reference = $reference; } public function getReference() { return $this->reference; } } PK( Z/+lhvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDatastoresResponse.phpnu[datastores = $datastores; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Datastore[] */ public function getDatastores() { return $this->datastores; } } PK( ZU U uvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEnvironmentGroup($environmentGroup) { $this->environmentGroup = $environmentGroup; } public function getEnvironmentGroup() { return $this->environmentGroup; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function setFromDeployment(Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $fromDeployment) { $this->fromDeployment = $fromDeployment; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getFromDeployment() { return $this->fromDeployment; } public function setShouldSequenceRollout($shouldSequenceRollout) { $this->shouldSequenceRollout = $shouldSequenceRollout; } public function getShouldSequenceRollout() { return $this->shouldSequenceRollout; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function setToDeployment(Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment $toDeployment) { $this->toDeployment = $toDeployment; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getToDeployment() { return $this->toDeployment; } } PK( Zɒ?Yvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Session.phpnu[id = $id; } public function getId() { return $this->id; } public function setTimestampMs($timestampMs) { $this->timestampMs = $timestampMs; } public function getTimestampMs() { return $this->timestampMs; } } PK( Z\Ayyevendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AliasRevisionConfig.phpnu[location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z(Yvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Apigee_GoogleRpcStatus */ public function setError(Google_Service_Apigee_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Apigee_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK( Z1 ivendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DebugSessionTransaction.phpnu[completed = $completed; } public function getCompleted() { return $this->completed; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Point[] */ public function setPoint($point) { $this->point = $point; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Point[] */ public function getPoint() { return $this->point; } } PK( Zɝllkvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflowsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsSharedflowsDeployments extends Google_Service_Resource { /** * Lists all deployments of a shared flow. * (deployments.listOrganizationsSharedflowsDeployments) * * @param string $parent Required. Name of the shared flow for which to return * deployment information in the following format: * `organizations/{org}/sharedflows/{sharedflow}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsSharedflowsDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( ZH-vvqvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsKeystoresAliases.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $aliases = $apigeeService->aliases; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeystoresAliases extends Google_Service_Resource { /** * Creates an alias from a key/certificate pair. The structure of the request is * controlled by the `format` query parameter: - `keycertfile` - Separate PEM- * encoded key and certificate files are uploaded. Set `Content-Type: multipart * /form-data` and include the `keyFile`, `certFile`, and `password` (if keys * are encrypted) fields in the request body. If uploading to a truststore, omit * `keyFile`. - `pkcs12` - A PKCS12 file is uploaded. Set `Content-Type: * multipart/form-data`, provide the file in the `file` field, and include the * `password` field if the file is encrypted in the request body. - * `selfsignedcert` - A new private key and certificate are generated. Set * `Content-Type: application/json` and include CertificateGenerationSpec in the * request body. (aliases.create) * * @param string $parent Required. Name of the keystore. Use the following * format in your request: * `organizations/{org}/environments/{env}/keystores/{keystore}`. * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param string _password DEPRECATED: For improved security, specify the * password in the request body instead of using the query parameter. To specify * the password in the request body, set `Content-type: multipart/form-data` * part with name `password`. Password for the private key file, if required. * @opt_param string alias Alias for the key/certificate pair. Values must match * the regular expression `[\w\s-.]{1,255}`. This must be provided for all * formats except `selfsignedcert`; self-signed certs may specify the alias in * either this parameter or the JSON body. * @opt_param string format Required. Format of the data. Valid values include: * `selfsignedcert`, `keycertfile`, or `pkcs12` * @opt_param bool ignoreExpiryValidation Flag that specifies whether to ignore * expiry validation. If set to `true`, no expiry validation will be performed. * @opt_param bool ignoreNewlineValidation Flag that specifies whether to ignore * newline validation. If set to `true`, no error is thrown when the file * contains a certificate chain with no newline between each certificate. * Defaults to `false`. * @return Google_Service_Apigee_GoogleCloudApigeeV1Alias */ public function create($parent, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Alias"); } /** * Generates a PKCS #10 Certificate Signing Request for the private key in an * alias. (aliases.csr) * * @param string $name Required. Name of the alias. Use the following format in * your request: `organizations/{org}/environments/{env}/keystores/{keystore}/al * iases/{alias}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function csr($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('csr', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * Deletes an alias. (aliases.delete) * * @param string $name Required. Name of the alias. Use the following format in * your request: `organizations/{org}/environments/{env}/keystores/{keystore}/al * iases/{alias}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Alias */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Alias"); } /** * Gets an alias. (aliases.get) * * @param string $name Required. Name of the alias. Use the following format in * your request: `organizations/{org}/environments/{env}/keystores/{keystore}/al * iases/{alias}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Alias */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Alias"); } /** * Gets the certificate from an alias in PEM-encoded form. * (aliases.getCertificate) * * @param string $name Required. Name of the alias. Use the following format in * your request: `organizations/{org}/environments/{env}/keystores/{keystore}/al * iases/{alias}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function getCertificate($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getCertificate', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * Updates the certificate in an alias. (aliases.update) * * @param string $name Required. Name of the alias. Use the following format in * your request: * `organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}` * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param bool ignoreExpiryValidation Required. Flag that specifies whether * to ignore expiry validation. If set to `true`, no expiry validation will be * performed. * @opt_param bool ignoreNewlineValidation Flag that specifies whether to ignore * newline validation. If set to `true`, no error is thrown when the file * contains a certificate chain with no newline between each certificate. * Defaults to `false`. * @return Google_Service_Apigee_GoogleCloudApigeeV1Alias */ public function update($name, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Alias"); } } PK( ZoGN N ovendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstancesCanaryevaluations.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $canaryevaluations = $apigeeService->canaryevaluations; * */ class Google_Service_Apigee_Resource_OrganizationsInstancesCanaryevaluations extends Google_Service_Resource { /** * Creates a new canary evaluation for an organization. * (canaryevaluations.create) * * @param string $parent Required. Name of the organization. Use the following * structure in your request: `organizations/{org}/instances/{instance}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluation $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluation $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets a CanaryEvaluation for an organization. (canaryevaluations.get) * * @param string $name Required. Name of the CanaryEvaluation. Use the following * structure in your request: * `organizations/{org}/instances/canaryevaluations/{evaluation}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluation"); } } PK( Zuvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsSharedflowsRevisions.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $revisions = $apigeeService->revisions; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflowsRevisions extends Google_Service_Resource { /** * Deploys a revision of a shared flow. If another revision of the same shared * flow is currently deployed, set the `override` parameter to `true` to have * this revision replace the currently deployed revision. You cannot use a * shared flow until it has been deployed to an environment. For a request path * `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/depl * oyments`, two permissions are required: * `apigee.deployments.create` on the * resource `organizations/{org}/environments/{env}` * * `apigee.sharedflowrevisions.deploy` on the resource * `organizations/{org}/sharedflows/{sf}/revisions/{rev}` (revisions.deploy) * * @param string $name Required. Name of the shared flow revision to deploy in * the following format: `organizations/{org}/environments/{env}/sharedflows/{sh * aredflow}/revisions/{rev}` * @param array $optParams Optional parameters. * * @opt_param bool override Flag that specifies whether the new deployment * replaces other deployed revisions of the shared flow in the environment. Set * `override` to `true` to replace other deployed revisions. By default, * `override` is `false` and the deployment is rejected if other revisions of * the shared flow are deployed in the environment. * @return Google_Service_Apigee_GoogleCloudApigeeV1Deployment */ public function deploy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deploy', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Deployment"); } /** * Gets the deployment of a shared flow revision and actual state reported by * runtime pods. (revisions.getDeployments) * * @param string $name Required. Name representing a shared flow in an * environment in the following format: `organizations/{org}/environments/{env}/ * sharedflows/{sharedflow}/revisions/{rev}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Deployment */ public function getDeployments($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getDeployments', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Deployment"); } /** * Undeploys a shared flow revision from an environment. For a request path `org * anizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployme * nts`, two permissions are required: * `apigee.deployments.delete` on the * resource `organizations/{org}/environments/{env}` * * `apigee.sharedflowrevisions.undeploy` on the resource * `organizations/{org}/sharedflows/{sf}/revisions/{rev}` (revisions.undeploy) * * @param string $name Required. Name of the shared flow revision to undeploy in * the following format: `organizations/{org}/environments/{env}/sharedflows/{sh * aredflow}/revisions/{rev}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function undeploy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('undeploy', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } } PK( ZRi((_vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopers.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $developers = $apigeeService->developers; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopers extends Google_Service_Resource { /** * Updates developer attributes. This API replaces the existing attributes with * those specified in the request. Add new attributes, and include or exclude * any existing attributes that you want to retain or remove, respectively. The * custom attribute limit is 18. **Note**: OAuth access tokens and Key * Management Service (KMS) entities (apps, developers, and API products) are * cached for 180 seconds (default). Any custom attributes associated with these * entities are cached for at least 180 seconds after the entity is accessed at * runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be * able to expire an access token in less than 180 seconds. * (developers.attributes) * * @param string $parent Required. Email address of the developer for which * attributes are being updated in the following format: * `organizations/{org}/developers/{developer_email}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Attributes $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attributes */ public function attributes($parent, Google_Service_Apigee_GoogleCloudApigeeV1Attributes $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attributes', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attributes"); } /** * Creates a developer. Once created, the developer can register an app and * obtain an API key. At creation time, a developer is set as `active`. To * change the developer status, use the SetDeveloperStatus API. * (developers.create) * * @param string $parent Required. Name of the Apigee organization in which the * developer is created. Use the following structure in your request: * `organizations/{org}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Developer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Developer */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Developer $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Developer"); } /** * Deletes a developer. All apps and API keys associated with the developer are * also removed. **Warning**: This API will permanently delete the developer and * related artifacts. To avoid permanently deleting developers and their * artifacts, set the developer status to `inactive` using the * SetDeveloperStatus API. **Note**: The delete operation is asynchronous. The * developer app is deleted immediately, but its associated resources, such as * apps and API keys, may take anywhere from a few seconds to a few minutes to * be deleted. (developers.delete) * * @param string $name Required. Email address of the developer. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Developer */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Developer"); } /** * Returns the developer details, including the developer's name, email address, * apps, and other information. **Note**: The response includes only the first * 100 developer apps. (developers.get) * * @param string $name Required. Email address of the developer. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}` * @param array $optParams Optional parameters. * * @opt_param string action Status of the developer. Valid values are `active` * or `inactive`. * @return Google_Service_Apigee_GoogleCloudApigeeV1Developer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Developer"); } /** * Lists all developers in an organization by email address. By default, the * response does not include company developers. Set the `includeCompany` query * parameter to `true` to include company developers. **Note**: A maximum of * 1000 developers are returned in the response. You paginate the list of * developers returned using the `startKey` and `count` query parameters. * (developers.listOrganizationsDevelopers) * * @param string $parent Required. Name of the Apigee organization. Use the * following structure in your request: `organizations/{org}`. * @param array $optParams Optional parameters. * * @opt_param string app Optional. List only Developers that are associated with * the app. Note that start_key, count are not applicable for this filter * criteria. * @opt_param string count Optional. Number of developers to return in the API * call. Use with the `startKey` parameter to provide more targeted filtering. * The limit is 1000. * @opt_param bool expand Specifies whether to expand the results. Set to `true` * to expand the results. This query parameter is not valid if you use the * `count` or `startKey` query parameters. * @opt_param string ids Optional. List of IDs to include, separated by commas. * @opt_param bool includeCompany Flag that specifies whether to include company * details in the response. * @opt_param string startKey **Note**: Must be used in conjunction with the * `count` parameter. Email address of the developer from which to start * displaying the list of developers. For example, if the an unfiltered list * returns: ``` westley@example.com fezzik@example.com buttercup@example.com ``` * and your `startKey` is `fezzik@example.com`, the list returned will be ``` * fezzik@example.com buttercup@example.com ``` * @return Google_Service_Apigee_GoogleCloudApigeeV1ListOfDevelopersResponse */ public function listOrganizationsDevelopers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListOfDevelopersResponse"); } /** * Sets the status of a developer. Valid values are `active` or `inactive`. A * developer is `active` by default. If you set a developer's status to * `inactive`, the API keys assigned to the developer apps are no longer valid * even though the API keys are set to `approved`. Inactive developers can still * sign in to the developer portal and create apps; however, any new API keys * generated during app creation won't work. If successful, the API call returns * the following HTTP status code: `204 No Content` * (developers.setDeveloperStatus) * * @param string $name Required. Email address of the developer. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}` * @param array $optParams Optional parameters. * * @opt_param string action Status of the developer. Valid values are `active` * and `inactive`. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function setDeveloperStatus($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('setDeveloperStatus', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } /** * Updates a developer. This API replaces the existing developer details with * those specified in the request. Include or exclude any existing details that * you want to retain or delete, respectively. The custom attribute limit is 18. * **Note**: OAuth access tokens and Key Management Service (KMS) entities * (apps, developers, and API products) are cached for 180 seconds (current * default). Any custom attributes associated with these entities are cached for * at least 180 seconds after the entity is accessed at runtime. Therefore, an * `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access * token in less than 180 seconds. (developers.update) * * @param string $name Required. Email address of the developer. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Developer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Developer */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1Developer $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Developer"); } } PK( Zk9ww^vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsAnalytics.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $analytics = $apigeeService->analytics; * */ class Google_Service_Apigee_Resource_OrganizationsAnalytics extends Google_Service_Resource { } PK( Z9ovendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsOptimizedStats.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $optimizedStats = $apigeeService->optimizedStats; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsOptimizedStats extends Google_Service_Resource { /** * This api is similar to GetStats except that the response is less verbose. In * the current scheme, a query parameter _optimized instructs Edge Analytics to * change the response but since this behavior is not possible with protocol * buffer and since this parameter is predominantly used by Edge UI, we are * introducing a separate api. (optimizedStats.get) * * @param string $name Required. The resource name for which the interactive * query will be executed. Must be of the form `organizations/{organization_id}/ * environments/{environment_id/optimizedStats/{dimensions}` Dimensions let you * view metrics in meaningful groupings. E.g. apiproxy, target_host. The value * of dimensions should be comma separated list as shown below * `organizations/{org}/environments/{env}/optimizedStats/apiproxy,request_verb` * @param array $optParams Optional parameters. * * @opt_param string accuracy Legacy field: not used anymore. * @opt_param string aggTable If customers want to query custom aggregate * tables, then this parameter can be used to specify the table name. If this * parameter is skipped, then Edge Query will try to retrieve the data from fact * tables which will be expensive. * @opt_param string filter Enables drill-down on specific dimension values. * @opt_param string limit This parameter is used to limit the number of result * items. Default and the max value is 14400. * @opt_param string offset Use offset with limit to enable pagination of * results. For example, to display results 11-20, set limit to '10' and offset * to '10'. * @opt_param bool realtime Legacy field: not used anymore. * @opt_param string select Required. The select parameter contains a comma * separated list of metrics. E.g. sum(message_count),sum(error_count) * @opt_param bool sonar This parameter routes the query to api monitoring * service for last hour. * @opt_param string sort This parameter specifies if the sort order should be * ascending or descending Supported values are DESC and ASC. * @opt_param string sortby Comma separated list of columns to sort the final * result. * @opt_param string timeRange Required. Time interval for the interactive * query. Time range is specified as start~end E.g. 04/15/2017 00:00~05/15/2017 * 23:59 * @opt_param string timeUnit A value of second, minute, hour, day, week, month. * Time Unit specifies the granularity of metrics returned. * @opt_param string topk Take 'top k' results from results, for example, to * return the top 5 results 'topk=5'. * @opt_param bool tsAscending Lists timestamps in ascending order if set to * true. Recommend setting this value to true if you are using sortby with * sort=DESC. * @opt_param string tzo This parameters contains the timezone offset value. * @return Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStats */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStats"); } } PK( Zޘ6kvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsReferences.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $references = $apigeeService->references; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsReferences extends Google_Service_Resource { /** * Creates a Reference in the specified environment. (references.create) * * @param string $parent Required. The parent environment name under which the * Reference will be created. Must be of the form * `organizations/{org}/environments/{env}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Reference $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Reference */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Reference $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Reference"); } /** * Deletes a Reference from an environment. Returns the deleted Reference * resource. (references.delete) * * @param string $name Required. The name of the Reference to delete. Must be of * the form `organizations/{org}/environments/{env}/references/{ref}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Reference */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Reference"); } /** * Gets a Reference resource. (references.get) * * @param string $name Required. The name of the Reference to get. Must be of * the form `organizations/{org}/environments/{env}/references/{ref}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Reference */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Reference"); } /** * Updates an existing Reference. Note that this operation has PUT semantics; it * will replace the entirety of the existing Reference with the resource in the * request body. (references.update) * * @param string $name Required. The name of the Reference to update. Must be of * the form `organizations/{org}/environments/{env}/references/{ref}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Reference $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Reference */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1Reference $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Reference"); } } PK( Z[  avendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsKeyvaluemaps.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $keyvaluemaps = $apigeeService->keyvaluemaps; * */ class Google_Service_Apigee_Resource_OrganizationsKeyvaluemaps extends Google_Service_Resource { /** * Creates a key value map in an organization. (keyvaluemaps.create) * * @param string $parent Required. The name of the organization in which to * create the key value map file. Must be of the form * `organizations/{organization}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap"); } /** * Delete a key value map in an organization. (keyvaluemaps.delete) * * @param string $name Required. The name of the key value map. Must be of the * form `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap"); } } PK( ZuE  uvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsTraceConfigOverrides.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $overrides = $apigeeService->overrides; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsTraceConfigOverrides extends Google_Service_Resource { /** * Creates a trace configuration override. The response contains a system- * generated UUID, that can be used to view, update, or delete the configuration * override. Use the List API to view the existing trace configuration * overrides. (overrides.create) * * @param string $parent Required. Parent resource of the trace configuration * override. Use the following structure in your request. * "organizations/environments/traceConfig". * @param Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride"); } /** * Deletes a distributed trace configuration override. (overrides.delete) * * @param string $name Required. Name of the trace configuration override. Use * the following structure in your request: * "organizations/environments/traceConfig/overrides". * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } /** * Gets a trace configuration override. (overrides.get) * * @param string $name Required. Name of the trace configuration override. Use * the following structure in your request: * "organizations/environments/traceConfig/overrides". * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride"); } /** * Lists all of the distributed trace configuration overrides in an environment. * (overrides.listOrganizationsEnvironmentsTraceConfigOverrides) * * @param string $parent Required. Parent resource of the trace configuration * override. Use the following structure in your request: * "organizations/environments/traceConfig". * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of trace configuration overrides to * return. If not specified, the maximum number returned is 25. The maximum * number cannot exceed 100. * @opt_param string pageToken A page token, returned from a previous * `ListTraceConfigOverrides` call. Token value that can be used to retrieve the * subsequent page. When paginating, all other parameters provided to * `ListTraceConfigOverrides` must match those specified in the call to obtain * the page token. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListTraceConfigOverridesResponse */ public function listOrganizationsEnvironmentsTraceConfigOverrides($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListTraceConfigOverridesResponse"); } /** * Updates a distributed trace configuration override. Note that the repeated * fields have replace semantics when included in the field mask and that they * will be overwritten by the value of the fields in the request body. * (overrides.patch) * * @param string $name Required. Name of the trace configuration override. Use * the following structure in your request: * "organizations/environments/traceConfig/overrides". * @param Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask List of fields to be updated. * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride */ public function patch($name, Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TraceConfigOverride"); } } PK( Z.WWhvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsQueries.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $queries = $apigeeService->queries; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsQueries extends Google_Service_Resource { /** * Submit a query to be processed in the background. If the submission of the * query succeeds, the API returns a 201 status and an ID that refer to the * query. In addition to the HTTP status 201, the `state` of "enqueued" means * that the request succeeded. (queries.create) * * @param string $parent Required. The parent resource name. Must be of the form * `organizations/{org}/environments/{env}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Query $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Query $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery"); } /** * Get query status If the query is still in progress, the `state` is set to * "running" After the query has completed successfully, `state` is set to * "completed" (queries.get) * * @param string $name Required. Name of the asynchronous query to get. Must be * of the form `organizations/{org}/environments/{env}/queries/{queryId}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery"); } /** * After the query is completed, use this API to retrieve the results. If the * request succeeds, and there is a non-zero result set, the result is * downloaded to the client as a zipped JSON file. The name of the downloaded * file will be: OfflineQueryResult-.zip Example: `OfflineQueryResult- * 9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip` (queries.getResult) * * @param string $name Required. Name of the asynchronous query result to get. * Must be of the form * `organizations/{org}/environments/{env}/queries/{queryId}/result`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function getResult($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getResult', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * Return a list of Asynchronous Queries * (queries.listOrganizationsEnvironmentsQueries) * * @param string $parent Required. The parent resource name. Must be of the form * `organizations/{org}/environments/{env}`. * @param array $optParams Optional parameters. * * @opt_param string dataset Filter response list by dataset. Example: `api`, * `mint` * @opt_param string from Filter response list by returning asynchronous queries * that created after this date time. Time must be in ISO date-time format like * '2011-12-03T10:15:30Z'. * @opt_param string inclQueriesWithoutReport Flag to include asynchronous * queries that don't have a report denifition. * @opt_param string status Filter response list by asynchronous query status. * @opt_param string submittedBy Filter response list by user who submitted * queries. * @opt_param string to Filter response list by returning asynchronous queries * that created before this date time. Time must be in ISO date-time format like * '2011-12-03T10:16:30Z'. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListAsyncQueriesResponse */ public function listOrganizationsEnvironmentsQueries($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListAsyncQueriesResponse"); } } PK( Z[ggZvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSites.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $sites = $apigeeService->sites; * */ class Google_Service_Apigee_Resource_OrganizationsSites extends Google_Service_Resource { } PK( ZAlvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsTraceConfig.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $traceConfig = $apigeeService->traceConfig; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsTraceConfig extends Google_Service_Resource { } PK( Z jvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsKeystores.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $keystores = $apigeeService->keystores; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeystores extends Google_Service_Resource { /** * Creates a keystore or truststore. - Keystore: Contains certificates and their * associated keys. - Truststore: Contains trusted certificates used to validate * a server's certificate. These certificates are typically self-signed * certificates or certificates that are not signed by a trusted CA. * (keystores.create) * * @param string $parent Required. Name of the environment in which to create * the keystore. Use the following format in your request: * `organizations/{org}/environments/{env}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Keystore $postBody * @param array $optParams Optional parameters. * * @opt_param string name Optional. Name of the keystore. Overrides the value in * Keystore. * @return Google_Service_Apigee_GoogleCloudApigeeV1Keystore */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Keystore $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Keystore"); } /** * Deletes a keystore or truststore. (keystores.delete) * * @param string $name Required. Name of the keystore. Use the following format * in your request: * `organizations/{org}/environments/{env}/keystores/{keystore}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Keystore */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Keystore"); } /** * Gets a keystore or truststore. (keystores.get) * * @param string $name Required. Name of the keystore. Use the following format * in your request: * `organizations/{org}/environments/{env}/keystores/{keystore}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Keystore */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Keystore"); } } PK( Z~B{vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisionsDebugsessions.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $debugsessions = $apigeeService->debugsessions; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDebugsessions extends Google_Service_Resource { /** * Creates a debug session for a deployed API Proxy revision. * (debugsessions.create) * * @param string $parent Required. The resource name of the API Proxy revision * deployment for which to create the DebugSession. Must be of the form `organiz * ations/{organization}/environments/{environment}/apis/{api}/revisions/{revisi * on}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1DebugSession $postBody * @param array $optParams Optional parameters. * * @opt_param string timeout Optional. The time in seconds after which this * DebugSession should end. A timeout specified in DebugSession will overwrite * this value. * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugSession */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1DebugSession $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DebugSession"); } /** * Deletes the data from a debug session. This does not cancel the debug session * or prevent further data from being collected if the session is still active * in runtime pods. (debugsessions.deleteData) * * @param string $name Required. The name of the debug session to delete. Must * be of the form: `organizations/{organization}/environments/{environment}/apis * /{api}/revisions/{revision}/debugsessions/{debugsession}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function deleteData($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deleteData', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } /** * Retrieves a debug session. (debugsessions.get) * * @param string $name Required. The name of the debug session to retrieve. Must * be of the form: `organizations/{organization}/environments/{environment}/apis * /{api}/revisions/{revision}/debugsessions/{session}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugSession */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DebugSession"); } /** * Lists debug sessions that are currently active in the given API Proxy * revision. * (debugsessions.listOrganizationsEnvironmentsApisRevisionsDebugsessions) * * @param string $parent Required. The name of the API Proxy revision deployment * for which to list debug sessions. Must be of the form: `organizations/{organi * zation}/environments/{environment}/apis/{api}/revisions/{revision}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of debug sessions to return. The page * size defaults to 25. * @opt_param string pageToken Page token, returned from a previous * ListDebugSessions call, that you can use to retrieve the next page. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDebugSessionsResponse */ public function listOrganizationsEnvironmentsApisRevisionsDebugsessions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDebugSessionsResponse"); } } PK( ZjYYivendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAttributes.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $attributes = $apigeeService->attributes; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopersAttributes extends Google_Service_Resource { /** * Deletes a developer attribute. (attributes.delete) * * @param string $name Required. Name of the developer attribute. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}/attributes/{attribute}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } /** * Returns the value of the specified developer attribute. (attributes.get) * * @param string $name Required. Name of the developer attribute. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}/attributes/{attribute}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } /** * Returns a list of all developer attributes. * (attributes.listOrganizationsDevelopersAttributes) * * @param string $parent Required. Email address of the developer for which * attributes are being listed in the following format: * `organizations/{org}/developers/{developer_email}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attributes */ public function listOrganizationsDevelopersAttributes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attributes"); } /** * Updates a developer attribute. **Note**: OAuth access tokens and Key * Management Service (KMS) entities (apps, developers, and API products) are * cached for 180 seconds (default). Any custom attributes associated with these * entities are cached for at least 180 seconds after the entity is accessed at * runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be * able to expire an access token in less than 180 seconds. * (attributes.updateDeveloperAttribute) * * @param string $name Required. Name of the developer attribute. Use the * following structure in your request: * `organizations/{org}/developers/{developer_email}/attributes/{attribute}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function updateDeveloperAttribute($name, Google_Service_Apigee_GoogleCloudApigeeV1Attribute $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateDeveloperAttribute', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } } PK( Z'4s`vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsHostQueries.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $hostQueries = $apigeeService->hostQueries; * */ class Google_Service_Apigee_Resource_OrganizationsHostQueries extends Google_Service_Resource { /** * Submit a query at host level to be processed in the background. If the * submission of the query succeeds, the API returns a 201 status and an ID that * refer to the query. In addition to the HTTP status 201, the `state` of * "enqueued" means that the request succeeded. (hostQueries.create) * * @param string $parent Required. The parent resource name. Must be of the form * `organizations/{org}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Query $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Query $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery"); } /** * Get status of a query submitted at host level. If the query is still in * progress, the `state` is set to "running" After the query has completed * successfully, `state` is set to "completed" (hostQueries.get) * * @param string $name Required. Name of the asynchronous query to get. Must be * of the form `organizations/{org}/queries/{queryId}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery"); } /** * After the query is completed, use this API to retrieve the results. If the * request succeeds, and there is a non-zero result set, the result is * downloaded to the client as a zipped JSON file. The name of the downloaded * file will be: OfflineQueryResult-.zip Example: `OfflineQueryResult- * 9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip` (hostQueries.getResult) * * @param string $name Required. Name of the asynchronous query result to get. * Must be of the form `organizations/{org}/queries/{queryId}/result`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function getResult($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getResult', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * (hostQueries.getResultView) * * @param string $name Required. Name of the asynchronous query result view to * get. Must be of the form `organizations/{org}/queries/{queryId}/resultView`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQueryResultView */ public function getResultView($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getResultView', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1AsyncQueryResultView"); } /** * Return a list of Asynchronous Queries at host level. * (hostQueries.listOrganizationsHostQueries) * * @param string $parent Required. The parent resource name. Must be of the form * `organizations/{org}`. * @param array $optParams Optional parameters. * * @opt_param string dataset Filter response list by dataset. Example: `api`, * `mint` * @opt_param string envgroupHostname Required. Filter response list by * hostname. * @opt_param string from Filter response list by returning asynchronous queries * that created after this date time. Time must be in ISO date-time format like * '2011-12-03T10:15:30Z'. * @opt_param string inclQueriesWithoutReport Flag to include asynchronous * queries that don't have a report denifition. * @opt_param string status Filter response list by asynchronous query status. * @opt_param string submittedBy Filter response list by user who submitted * queries. * @opt_param string to Filter response list by returning asynchronous queries * that created before this date time. Time must be in ISO date-time format like * '2011-12-03T10:16:30Z'. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListAsyncQueriesResponse */ public function listOrganizationsHostQueries($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListAsyncQueriesResponse"); } } PK( Z.CCYvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApis.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apis = $apigeeService->apis; * */ class Google_Service_Apigee_Resource_OrganizationsApis extends Google_Service_Resource { /** * Creates an API proxy. The API proxy created will not be accessible at runtime * until it is deployed to an environment. Create a new API proxy by setting the * `name` query parameter to the name of the API proxy. Import an API proxy * configuration bundle stored in zip format on your local machine to your * organization by doing the following: * Set the `name` query parameter to the * name of the API proxy. * Set the `action` query parameter to `import`. * Set * the `Content-Type` header to `multipart/form-data`. * Pass as a file the name * of API proxy configuration bundle stored in zip format on your local machine * using the `file` form field. **Note**: To validate the API proxy * configuration bundle only without importing it, set the `action` query * parameter to `validate`. When importing an API proxy configuration bundle, if * the API proxy does not exist, it will be created. If the API proxy exists, * then a new revision is created. Invalid API proxy configurations are * rejected, and a list of validation errors is returned to the client. * (apis.create) * * @param string $parent Required. Name of the organization in the following * format: `organizations/{org}` * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param string action Action to perform when importing an API proxy * configuration bundle. Set this parameter to one of the following values: * * `import` to import the API proxy configuration bundle. * `validate` to * validate the API proxy configuration bundle without importing it. * @opt_param string name Name of the API proxy. Restrict the characters used * to: A-Za-z0-9._- * @opt_param bool validate Ignored. All uploads are validated regardless of the * value of this field. Maintained for compatibility with Apigee Edge API. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision */ public function create($parent, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision"); } /** * Deletes an API proxy and all associated endpoints, policies, resources, and * revisions. The API proxy must be undeployed before you can delete it. * (apis.delete) * * @param string $name Required. Name of the API proxy in the following format: * `organizations/{org}/apis/{api}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProxy */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProxy"); } /** * Gets an API proxy including a list of existing revisions. (apis.get) * * @param string $name Required. Name of the API proxy in the following format: * `organizations/{org}/apis/{api}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProxy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProxy"); } /** * Lists the names of all API proxies in an organization. The names returned * correspond to the names defined in the configuration files for each API * proxy. (apis.listOrganizationsApis) * * @param string $parent Required. Name of the organization in the following * format: `organizations/{org}` * @param array $optParams Optional parameters. * * @opt_param bool includeMetaData Flag that specifies whether to include API * proxy metadata in the response. * @opt_param bool includeRevisions Flag that specifies whether to include a * list of revisions in the response. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListApiProxiesResponse */ public function listOrganizationsApis($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListApiProxiesResponse"); } } PK( ZC rvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysApiproducts.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apiproducts = $apigeeService->apiproducts; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysApiproducts extends Google_Service_Resource { /** * Removes an API product from an app's consumer key. After the API product is * removed, the app cannot access the API resources defined in that API product. * **Note**: The consumer key is not removed, only its association with the API * product. (apiproducts.delete) * * @param string $name Name of the API product in the developer app key in the * following format: `organizations/{org}/developers/{developer_email}/apps/{app * }/keys/{key}/apiproducts/{apiproduct}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } /** * Approve or revoke an app's consumer key. After a consumer key is approved, * the app can use it to access APIs. A consumer key that is revoked or pending * cannot be used to access an API. Any access tokens associated with a revoked * consumer key will remain active. However, Apigee hybrid checks the status of * the consumer key and if set to `revoked` will not allow access to the API. * (apiproducts.updateDeveloperAppKeyApiProduct) * * @param string $name Name of the API product in the developer app key in the * following format: `organizations/{org}/developers/{developer_email}/apps/{app * }/keys/{key}/apiproducts/{apiproduct}` * @param array $optParams Optional parameters. * * @opt_param string action Approve or revoke the consumer key by setting this * value to `approve` or `revoke`, respectively. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function updateDeveloperAppKeyApiProduct($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('updateDeveloperAppKeyApiProduct', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } } PK( Zֿgvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsCaches.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $caches = $apigeeService->caches; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsCaches extends Google_Service_Resource { /** * Deletes a cache. (caches.delete) * * @param string $name Required. Cache resource name of the form: `organizations * /{organization_id}/environments/{environment_id}/caches/{cache_id}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } } PK( Z d   evendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisKeyvaluemaps.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $keyvaluemaps = $apigeeService->keyvaluemaps; * */ class Google_Service_Apigee_Resource_OrganizationsApisKeyvaluemaps extends Google_Service_Resource { /** * Creates a key value map in an api proxy. (keyvaluemaps.create) * * @param string $parent Required. The name of the environment in which to * create the key value map. Must be of the form * `organizations/{organization}/apis/{api}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap"); } /** * Delete a key value map in an api proxy. (keyvaluemaps.delete) * * @param string $name Required. The name of the key value map. Must be of the * form `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap"); } } PK( Z6##`vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflows.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $sharedflows = $apigeeService->sharedflows; * */ class Google_Service_Apigee_Resource_OrganizationsSharedflows extends Google_Service_Resource { /** * Uploads a ZIP-formatted shared flow configuration bundle to an organization. * If the shared flow already exists, this creates a new revision of it. If the * shared flow does not exist, this creates it. Once imported, the shared flow * revision must be deployed before it can be accessed at runtime. The size * limit of a shared flow bundle is 15 MB. (sharedflows.create) * * @param string $parent Required. The name of the parent organization under * which to create the shared flow. Must be of the form: * `organizations/{organization_id}` * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param string action Required. Must be set to either `import` or * `validate`. * @opt_param string name Required. The name to give the shared flow * @return Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision */ public function create($parent, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision"); } /** * Deletes a shared flow and all it's revisions. The shared flow must be * undeployed before you can delete it. (sharedflows.delete) * * @param string $name Required. shared flow name of the form: * `organizations/{organization_id}/sharedflows/{shared_flow_id}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow"); } /** * Gets a shared flow by name, including a list of its revisions. * (sharedflows.get) * * @param string $name Required. The name of the shared flow to get. Must be of * the form: `organizations/{organization_id}/sharedflows/{shared_flow_id}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow"); } /** * Lists all shared flows in the organization. * (sharedflows.listOrganizationsSharedflows) * * @param string $parent Required. The name of the parent organization under * which to get shared flows. Must be of the form: * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param bool includeMetaData Indicates whether to include shared flow * metadata in the response. * @opt_param bool includeRevisions Indicates whether to include a list of * revisions in the response. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListSharedFlowsResponse */ public function listOrganizationsSharedflows($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListSharedFlowsResponse"); } } PK( Z_ʍivendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflowsRevisions.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $revisions = $apigeeService->revisions; * */ class Google_Service_Apigee_Resource_OrganizationsSharedflowsRevisions extends Google_Service_Resource { /** * Deletes a shared flow and all associated policies, resources, and revisions. * You must undeploy the shared flow before deleting it. (revisions.delete) * * @param string $name Required. The name of the shared flow revision to delete. * Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flo * w_id}/revisions/{revision_id}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision"); } /** * Gets a revision of a shared flow. To download the shared flow configuration * bundle for the specified revision as a zip file, set the `format` query * parameter to `bundle`. If you are using curl, specify `-o filename.zip` to * save the output to a file; otherwise, it displays to `stdout`. Then, develop * the shared flow configuration locally and upload the updated sharedFlow * configuration revision, as described in * [updateSharedFlowRevision](updateSharedFlowRevision). (revisions.get) * * @param string $name Required. The name of the shared flow revision to get. * Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flo * w_id}/revisions/{revision_id}` * @param array $optParams Optional parameters. * * @opt_param string format Specify `bundle` to export the contents of the * shared flow bundle. Otherwise, the bundle metadata is returned. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * Updates a shared flow revision. This operation is only allowed on revisions * which have never been deployed. After deployment a revision becomes * immutable, even if it becomes undeployed. The payload is a ZIP-formatted * shared flow. Content type must be either multipart/form-data or application * /octet-stream. (revisions.updateSharedFlowRevision) * * @param string $name Required. The name of the shared flow revision to update. * Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flo * w_id}/revisions/{revision_id}` * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param bool validate Ignored. All uploads are validated regardless of the * value of this field. It is kept for compatibility with existing APIs. Must be * `true` or `false` if provided. * @return Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision */ public function updateSharedFlowRevision($name, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSharedFlowRevision', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision"); } } PK( ZI;pnvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsResourcefiles.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $resourcefiles = $apigeeService->resourcefiles; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsResourcefiles extends Google_Service_Resource { /** * Creates a resource file. Specify the `Content-Type` as `application/octet- * stream` or `multipart/form-data`. For more information about resource files, * see [Resource files](https://cloud.google.com/apigee/docs/api- * platform/develop/resource-files). (resourcefiles.create) * * @param string $parent Required. Name of the environment in which to create * the resource file in the following format: * `organizations/{org}/environments/{env}`. * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param string name Required. Name of the resource file. Must match the * regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255} * @opt_param string type Required. Resource file type. {{ resource_file_type }} * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile */ public function create($parent, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile"); } /** * Deletes a resource file. For more information about resource files, see * [Resource files](https://cloud.google.com/apigee/docs/api-platform/develop * /resource-files). (resourcefiles.delete) * * @param string $parent Required. Name of the environment in the following * format: `organizations/{org}/environments/{env}`. * @param string $type Required. Resource file type. {{ resource_file_type }} * @param string $name Required. ID of the resource file to delete. Must match * the regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255} * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile */ public function delete($parent, $type, $name, $optParams = array()) { $params = array('parent' => $parent, 'type' => $type, 'name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile"); } /** * Gets the contents of a resource file. For more information about resource * files, see [Resource files](https://cloud.google.com/apigee/docs/api- * platform/develop/resource-files). (resourcefiles.get) * * @param string $parent Required. Name of the environment in the following * format: `organizations/{org}/environments/{env}`. * @param string $type Required. Resource file type. {{ resource_file_type }} * @param string $name Required. ID of the resource file. Must match the regular * expression: [a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255} * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function get($parent, $type, $name, $optParams = array()) { $params = array('parent' => $parent, 'type' => $type, 'name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * Lists all resource files, optionally filtering by type. For more information * about resource files, see [Resource * files](https://cloud.google.com/apigee/docs/api-platform/develop/resource- * files). (resourcefiles.listOrganizationsEnvironmentsResourcefiles) * * @param string $parent Required. Name of the environment in which to list * resource files in the following format: * `organizations/{org}/environments/{env}`. * @param array $optParams Optional parameters. * * @opt_param string type Optional. Type of resource files to list. {{ * resource_file_type }} * @return Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentResourcesResponse */ public function listOrganizationsEnvironmentsResourcefiles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentResourcesResponse"); } /** * Lists all resource files, optionally filtering by type. For more information * about resource files, see [Resource * files](https://cloud.google.com/apigee/docs/api-platform/develop/resource- * files). (resourcefiles.listEnvironmentResources) * * @param string $parent Required. Name of the environment in which to list * resource files in the following format: * `organizations/{org}/environments/{env}`. * @param string $type Optional. Type of resource files to list. {{ * resource_file_type }} * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentResourcesResponse */ public function listEnvironmentResources($parent, $type, $optParams = array()) { $params = array('parent' => $parent, 'type' => $type); $params = array_merge($params, $optParams); return $this->call('listEnvironmentResources', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentResourcesResponse"); } /** * Updates a resource file. Specify the `Content-Type` as `application/octet- * stream` or `multipart/form-data`. For more information about resource files, * see [Resource files](https://cloud.google.com/apigee/docs/api- * platform/develop/resource-files). (resourcefiles.update) * * @param string $parent Required. Name of the environment in the following * format: `organizations/{org}/environments/{env}`. * @param string $type Required. Resource file type. {{ resource_file_type }} * @param string $name Required. ID of the resource file to update. Must match * the regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255} * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile */ public function update($parent, $type, $name, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'type' => $type, 'name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile"); } } PK( Zivendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroupsAttachments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $attachments = $apigeeService->attachments; * */ class Google_Service_Apigee_Resource_OrganizationsEnvgroupsAttachments extends Google_Service_Resource { /** * Creates a new attachment of an environment to an environment group. * (attachments.create) * * @param string $parent Required. EnvironmentGroup under which to create the * attachment in the following format: * `organizations/{org}/envgroups/{envgroup}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Deletes an environment group attachment. (attachments.delete) * * @param string $name Required. Name of the environment group attachment to * delete in the following format: * `organizations/{org}/envgroups/{envgroup}/attachments/{attachment}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets an environment group attachment. (attachments.get) * * @param string $name Required. Name of the environment group attachment in the * following format: * `organizations/{org}/envgroups/{envgroup}/attachments/{attachment}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment"); } /** * Lists all attachments of an environment group. * (attachments.listOrganizationsEnvgroupsAttachments) * * @param string $parent Required. Name of the environment group in the * following format: `organizations/{org}/envgroups/{envgroup}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of environment group attachments to * return. The page size defaults to 25. * @opt_param string pageToken Page token, returned by a previous * ListEnvironmentGroupAttachments call, that you can use to retrieve the next * page. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse */ public function listOrganizationsEnvgroupsAttachments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse"); } } PK( Zjvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsAttributes.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $attributes = $apigeeService->attributes; * */ class Google_Service_Apigee_Resource_OrganizationsApiproductsAttributes extends Google_Service_Resource { /** * Deletes an API product attribute. (attributes.delete) * * @param string $name Required. Name of the API product attribute. Use the * following structure in your request: * `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } /** * Gets the value of an API product attribute. (attributes.get) * * @param string $name Required. Name of the API product attribute. Use the * following structure in your request: * `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } /** * Lists all API product attributes. * (attributes.listOrganizationsApiproductsAttributes) * * @param string $parent Required. Name of the API product. Use the following * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attributes */ public function listOrganizationsApiproductsAttributes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attributes"); } /** * Updates the value of an API product attribute. **Note**: OAuth access tokens * and Key Management Service (KMS) entities (apps, developers, and API * products) are cached for 180 seconds (current default). Any custom attributes * associated with entities also get cached for at least 180 seconds after * entity is accessed during runtime. In this case, the `ExpiresIn` element on * the OAuthV2 policy won't be able to expire an access token in less than 180 * seconds. (attributes.updateApiProductAttribute) * * @param string $name Required. Name of the API product. Use the following * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function updateApiProductAttribute($name, Google_Service_Apigee_GoogleCloudApigeeV1Attribute $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateApiProductAttribute', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } } PK( Z7jiiUvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/HybridIssuers.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $issuers = $apigeeService->issuers; * */ class Google_Service_Apigee_Resource_HybridIssuers extends Google_Service_Resource { /** * Lists hybrid services and its trusted issuers service account ids. This api * is authenticated and unauthorized(allow all the users) and used by runtime * authn-authz service to query control plane's issuer service account ids. * (issuers.listHybridIssuers) * * @param string $name Required. Must be of the form `hybrid/issuers`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListHybridIssuersResponse */ public function listHybridIssuers($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListHybridIssuersResponse"); } } PK( Zisb b Yvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApps.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apps = $apigeeService->apps; * */ class Google_Service_Apigee_Resource_OrganizationsApps extends Google_Service_Resource { /** * Gets the app profile for the specified app ID. (apps.get) * * @param string $name Required. App ID in the following format: * `organizations/{org}/apps/{app}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1App */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1App"); } /** * Lists IDs of apps within an organization that have the specified app status * (approved or revoked) or are of the specified app type (developer or * company). (apps.listOrganizationsApps) * * @param string $parent Required. Resource path of the parent in the following * format: `organizations/{org}` * @param array $optParams Optional parameters. * * @opt_param string apiProduct API product. * @opt_param string apptype Optional. Filter by the type of the app. Valid * values are `company` or `developer`. Defaults to `developer`. * @opt_param bool expand Optional. Flag that specifies whether to return an * expanded list of apps for the organization. Defaults to `false`. * @opt_param string ids Optional. Comma-separated list of app IDs on which to * filter. * @opt_param bool includeCred Optional. Flag that specifies whether to include * credentials in the response. * @opt_param string keyStatus Optional. Key status of the app. Valid values * include `approved` or `revoked`. Defaults to `approved`. * @opt_param string rows Optional. Maximum number of app IDs to return. * Defaults to 10000. * @opt_param string startKey Returns the list of apps starting from the * specified app ID. * @opt_param string status Optional. Filter by the status of the app. Valid * values are `approved` or `revoked`. Defaults to `approved`. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListAppsResponse */ public function listOrganizationsApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListAppsResponse"); } } PK( Zl ==`vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsDeployments extends Google_Service_Resource { /** * Lists all deployments of API proxies or shared flows. * (deployments.listOrganizationsDeployments) * * @param string $parent Required. Name of the organization for which to return * deployment information in the following format: `organizations/{org}` * @param array $optParams Optional parameters. * * @opt_param bool sharedFlows Optional. Flag that specifies whether to return * shared flow or API proxy deployments. Set to `true` to return shared flow * deployments; set to `false` to return API proxy deployments. Defaults to * `false`. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( ZI 9 9avendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $environments = $apigeeService->environments; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironments extends Google_Service_Resource { /** * Creates an environment in an organization. (environments.create) * * @param string $parent Required. Name of the organization in which the * environment will be created. Use the following structure in your request: * `organizations/{org}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Environment $postBody * @param array $optParams Optional parameters. * * @opt_param string name Optional. Name of the environment. Alternatively, the * name may be specified in the request body in the name field. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Environment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Deletes an environment from an organization. (environments.delete) * * @param string $name Required. Name of the environment. Use the following * structure in your request: `organizations/{org}/environments/{env}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets environment details. (environments.get) * * @param string $name Required. Name of the environment. Use the following * structure in your request: `organizations/{org}/environments/{env}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Environment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Environment"); } /** * Gets the debug mask singleton resource for an environment. * (environments.getDebugmask) * * @param string $name Required. Name of the debug mask. Use the following * structure in your request: * `organizations/{org}/environments/{env}/debugmask`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugMask */ public function getDebugmask($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getDebugmask', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DebugMask"); } /** * Gets the deployed configuration for an environment. * (environments.getDeployedConfig) * * @param string $name Required. Name of the environment deployed configuration * resource. Use the following structure in your request: * `organizations/{org}/environments/{env}/deployedConfig` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentConfig */ public function getDeployedConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getDeployedConfig', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentConfig"); } /** * Gets the IAM policy on an environment. For more information, see [Manage * users, roles, and permissions using the * API](https://cloud.google.com/apigee/docs/api-platform/system-administration * /manage-users-roles). You must have the `apigee.environments.getIamPolicy` * permission to call this API. (environments.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Apigee_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Apigee_GoogleIamV1Policy"); } /** * Get distributed trace configuration in an environment. * (environments.getTraceConfig) * * @param string $name Required. Name of the trace configuration. Use the * following structure in your request: * "organizations/environments/traceConfig". * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceConfig */ public function getTraceConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getTraceConfig', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TraceConfig"); } /** * Sets the IAM policy on an environment, if the policy already exists it will * be replaced. For more information, see [Manage users, roles, and permissions * using the API](https://cloud.google.com/apigee/docs/api-platform/system- * administration/manage-users-roles). You must have the * `apigee.environments.setIamPolicy` permission to call this API. * (environments.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_Apigee_GoogleIamV1SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleIamV1Policy */ public function setIamPolicy($resource, Google_Service_Apigee_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Apigee_GoogleIamV1Policy"); } /** * Creates a subscription for the environment's Pub/Sub topic. The server will * assign a random name for this subscription. The "name" and "push_config" must * *not* be specified. (environments.subscribe) * * @param string $parent Required. Name of the environment. Use the following * structure in your request: `organizations/{org}/environments/{env}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Subscription */ public function subscribe($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('subscribe', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Subscription"); } /** * Tests the permissions of a user on an environment, and returns a subset of * permissions that the user has on the environment. If the environment does not * exist, an empty permission set is returned (a NOT_FOUND error is not * returned). (environments.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_Apigee_GoogleIamV1TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleIamV1TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Apigee_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Apigee_GoogleIamV1TestIamPermissionsResponse"); } /** * Deletes a subscription for the environment's Pub/Sub topic. * (environments.unsubscribe) * * @param string $parent Required. Name of the environment. Use the following * structure in your request: `organizations/{org}/environments/{env}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Subscription $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function unsubscribe($parent, Google_Service_Apigee_GoogleCloudApigeeV1Subscription $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unsubscribe', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } /** * Updates an existing environment. When updating properties, you must pass all * existing properties to the API, even if they are not being changed. If you * omit properties from the payload, the properties are removed. To get the * current list of properties for the environment, use the [Get Environment * API](get). (environments.update) * * @param string $name Required. Name of the environment. Use the following * structure in your request: `organizations/{org}/environments/{env}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Environment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Environment */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1Environment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Environment"); } /** * Updates the debug mask singleton resource for an environment. * (environments.updateDebugmask) * * @param string $name Name of the debug mask. * @param Google_Service_Apigee_GoogleCloudApigeeV1DebugMask $postBody * @param array $optParams Optional parameters. * * @opt_param bool replaceRepeatedFields Boolean flag that specifies whether to * replace existing values in the debug mask when doing an update. Set to true * to replace existing values. The default behavior is to append the values * (false). * @opt_param string updateMask Field debug mask to support partial updates. * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugMask */ public function updateDebugmask($name, Google_Service_Apigee_GoogleCloudApigeeV1DebugMask $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateDebugmask', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DebugMask"); } /** * Updates an existing environment. When updating properties, you must pass all * existing properties to the API, even if they are not being changed. If you * omit properties from the payload, the properties are removed. To get the * current list of properties for the environment, use the [Get Environment * API](get). (environments.updateEnvironment) * * @param string $name Required. Name of the environment. Use the following * structure in your request: `organizations/{org}/environments/{env}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Environment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Environment */ public function updateEnvironment($name, Google_Service_Apigee_GoogleCloudApigeeV1Environment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateEnvironment', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Environment"); } /** * Updates the trace configurations in an environment. Note that the repeated * fields have replace semantics when included in the field mask and that they * will be overwritten by the value of the fields in the request body. * (environments.updateTraceConfig) * * @param string $name Required. Name of the trace configuration. Use the * following structure in your request: * "organizations/environments/traceConfig". * @param Google_Service_Apigee_GoogleCloudApigeeV1TraceConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask List of fields to be updated. * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceConfig */ public function updateTraceConfig($name, Google_Service_Apigee_GoogleCloudApigeeV1TraceConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateTraceConfig', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TraceConfig"); } } PK( Ze:++cvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersApps.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apps = $apigeeService->apps; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopersApps extends Google_Service_Resource { /** * Updates attributes for a developer app. This API replaces the current * attributes with those specified in the request. (apps.attributes) * * @param string $name Required. Name of the developer app. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Attributes $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attributes */ public function attributes($name, Google_Service_Apigee_GoogleCloudApigeeV1Attributes $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attributes', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attributes"); } /** * Creates an app associated with a developer. This API associates the developer * app with the specified API product and auto-generates an API key for the app * to use in calls to API proxies inside that API product. The `name` is the * unique ID of the app that you can use in API calls. The `DisplayName` (set as * an attribute) appears in the UI. If you don't set the `DisplayName` * attribute, the `name` appears in the UI. (apps.create) * * @param string $parent Required. Name of the developer. Use the following * structure in your request: `organizations/{org}/developers/{developer_email}` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp"); } /** * Deletes a developer app. **Note**: The delete operation is asynchronous. The * developer app is deleted immediately, but its associated resources, such as * app keys or access tokens, may take anywhere from a few seconds to a few * minutes to be deleted. (apps.delete) * * @param string $name Required. Name of the developer app. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp"); } /** * Manages access to a developer app by enabling you to: * Approve or revoke a * developer app * Generate a new consumer key and secret for a developer app To * approve or revoke a developer app, set the `action` query parameter to * `approved` or `revoked`, respectively, and the `Content-Type` header to * `application/octet-stream`. If a developer app is revoked, none of its API * keys are valid for API calls even though the keys are still `approved`. If * successful, the API call returns the following HTTP status code: `204 No * Content` To generate a new consumer key and secret for a developer app, pass * the new key/secret details. Rather than replace an existing key, this API * generates a new key. In this case, multiple key pairs may be associated with * a single developer app. Each key pair has an independent status (`approved` * or `revoked`) and expiration time. Any approved, non-expired key can be used * in an API call. For example, if you're using API key rotation, you can * generate new keys with expiration times that overlap keys that are going to * expire. You might also generate a new consumer key/secret if the security of * the original key/secret is compromised. The `keyExpiresIn` property defines * the expiration time for the API key in milliseconds. If you don't set this * property or set it to `-1`, the API key never expires. **Notes**: * When * generating a new key/secret, this API replaces the existing attributes, * notes, and callback URLs with those specified in the request. Include or * exclude any existing information that you want to retain or delete, * respectively. * To migrate existing consumer keys and secrets to hybrid from * another system, see the CreateDeveloperAppKey API. * (apps.generateKeyPairOrUpdateDeveloperAppStatus) * * @param string $name Required. Name of the developer app. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp $postBody * @param array $optParams Optional parameters. * * @opt_param string action Action. Valid values are `approve` or `revoke`. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp */ public function generateKeyPairOrUpdateDeveloperAppStatus($name, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateKeyPairOrUpdateDeveloperAppStatus', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp"); } /** * Returns the details for a developer app. (apps.get) * * @param string $name Required. Name of the developer app. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}` * @param array $optParams Optional parameters. * * @opt_param string entity **Note**: Must be used in conjunction with the * `query` parameter. Set to `apiresources` to return the number of API * resources that have been approved for access by a developer app in the * specified Apigee organization. * @opt_param string query **Note**: Must be used in conjunction with the * `entity` parameter. Set to `count` to return the number of API resources that * have been approved for access by a developer app in the specified Apigee * organization. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp"); } /** * Lists all apps created by a developer in an Apigee organization. Optionally, * you can request an expanded view of the developer apps. A maximum of 100 * developer apps are returned per API call. You can paginate the list of * deveoper apps returned using the `startKey` and `count` query parameters. * (apps.listOrganizationsDevelopersApps) * * @param string $parent Required. Name of the developer. Use the following * structure in your request: `organizations/{org}/developers/{developer_email}` * @param array $optParams Optional parameters. * * @opt_param string count Number of developer apps to return in the API call. * Use with the `startKey` parameter to provide more targeted filtering. The * limit is 1000. * @opt_param bool expand Optional. Specifies whether to expand the results. Set * to `true` to expand the results. This query parameter is not valid if you use * the `count` or `startKey` query parameters. * @opt_param bool shallowExpand Optional. Specifies whether to expand the * results in shallow mode. Set to `true` to expand the results in shallow mode. * @opt_param string startKey **Note**: Must be used in conjunction with the * `count` parameter. Name of the developer app from which to start displaying * the list of developer apps. For example, if you're returning 50 developer * apps at a time (using the `count` query parameter), you can view developer * apps 50-99 by entering the name of the 50th developer app. The developer app * name is case sensitive. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperAppsResponse */ public function listOrganizationsDevelopersApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperAppsResponse"); } /** * Updates the details for a developer app. In addition, you can add an API * product to a developer app and automatically generate an API key for the app * to use when calling APIs in the API product. If you want to use an existing * API key for the API product, add the API product to the API key using the * UpdateDeveloperAppKey API. Using this API, you cannot update the following: * * App name as it is the primary key used to identify the app and cannot be * changed. * Scopes associated with the app. Instead, use the * ReplaceDeveloperAppKey API. This API replaces the existing attributes with * those specified in the request. Include or exclude any existing attributes * that you want to retain or delete, respectively. (apps.update) * * @param string $name Required. Name of the developer app. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp"); } } PK( ZE gvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsOptimizedHostStats.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $optimizedHostStats = $apigeeService->optimizedHostStats; * */ class Google_Service_Apigee_Resource_OrganizationsOptimizedHostStats extends Google_Service_Resource { /** * This api is similar to GetHostStats except that the response is less verbose. * (optimizedHostStats.get) * * @param string $name Required. The resource name for which the interactive * query will be executed. Must be of the form * `organizations/{organization_id}/optimizedHostStats/{dimensions}`. Dimensions * let you view metrics in meaningful groupings. E.g. apiproxy, target_host. The * value of dimensions should be comma separated list as shown below * `organizations/{org}/optimizedHostStats/apiproxy,request_verb` * @param array $optParams Optional parameters. * * @opt_param string accuracy Legacy field: not used anymore. * @opt_param string envgroupHostname Required. The hostname for which the * interactive query will be executed. * @opt_param string filter Enables drill-down on specific dimension values. * @opt_param string limit This parameter is used to limit the number of result * items. Default and the max value is 14400. * @opt_param string offset Use offset with limit to enable pagination of * results. For example, to display results 11-20, set limit to '10' and offset * to '10'. * @opt_param bool realtime Legacy field: not used anymore. * @opt_param string select Required. The select parameter contains a comma * separated list of metrics. E.g. sum(message_count),sum(error_count) * @opt_param string sort This parameter specifies if the sort order should be * ascending or descending Supported values are DESC and ASC. * @opt_param string sortby Comma separated list of columns to sort the final * result. * @opt_param string timeRange Required. Time interval for the interactive * query. Time range is specified as start~end. E.g 04/15/2017 00:00~05/15/2017 * 23:59. * @opt_param string timeUnit A value of second, minute, hour, day, week, month. * Time Unit specifies the granularity of metrics returned. * @opt_param string topk Take 'top k' results from results, for example, to * return the top 5 results 'topk=5'. * @opt_param bool tsAscending Lists timestamps in ascending order if set to * true. Recommend setting this value to true if you are using sortby with * sort=DESC. * @opt_param string tzo This parameters contains the timezone offset value. * @return Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStats */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStats"); } } PK( Z̏mvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsAttributes.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $attributes = $apigeeService->attributes; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopersAppsAttributes extends Google_Service_Resource { /** * Deletes a developer app attribute. (attributes.delete) * * @param string $name Required. Name of the developer app attribute. Use the * following structure in your request: `organizations/{org}/developers/{develop * er_email}/apps/{app}/attributes/{attribute}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } /** * Returns a developer app attribute. (attributes.get) * * @param string $name Required. Name of the developer app attribute. Use the * following structure in your request: `organizations/{org}/developers/{develop * er_email}/apps/{app}/attributes/{attribute}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } /** * Returns a list of all developer app attributes. * (attributes.listOrganizationsDevelopersAppsAttributes) * * @param string $parent Required. Name of the developer app. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attributes */ public function listOrganizationsDevelopersAppsAttributes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attributes"); } /** * Updates a developer app attribute. **Note**: OAuth access tokens and Key * Management Service (KMS) entities (apps, developers, and API products) are * cached for 180 seconds (current default). Any custom attributes associated * with these entities are cached for at least 180 seconds after the entity is * accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy * won't be able to expire an access token in less than 180 seconds. * (attributes.updateDeveloperAppAttribute) * * @param string $name Required. Name of the developer app attribute. Use the * following structure in your request: `organizations/{org}/developers/{develop * er_email}/apps/{app}/attributes/{attribute}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function updateDeveloperAppAttribute($name, Google_Service_Apigee_GoogleCloudApigeeV1Attribute $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateDeveloperAppAttribute', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attribute"); } } PK( Zv"8pvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisDeployments extends Google_Service_Resource { /** * Lists all deployments of an API proxy in an environment. * (deployments.listOrganizationsEnvironmentsApisDeployments) * * @param string $parent Required. Name representing an API proxy in an * environment in the following format: * `organizations/{org}/environments/{env}/apis/{api}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsEnvironmentsApisDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( ZFRnvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisions.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $revisions = $apigeeService->revisions; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisions extends Google_Service_Resource { /** * Deploys a revision of an API proxy. If another revision of the same API proxy * revision is currently deployed, set the `override` parameter to `true` to * have this revision replace the currently deployed revision. You cannot invoke * an API proxy until it has been deployed to an environment. After you deploy * an API proxy revision, you cannot edit it. To edit the API proxy, you must * create and deploy a new revision. For a request path `organizations/{org}/env * ironments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are * required: * `apigee.deployments.create` on the resource * `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on * the resource `organizations/{org}/apis/{api}/revisions/{rev}` * (revisions.deploy) * * @param string $name Required. Name of the API proxy revision deployment in * the following format: * `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * * @opt_param bool override Flag that specifies whether the new deployment * replaces other deployed revisions of the API proxy in the environment. Set * `override` to `true` to replace other deployed revisions. By default, * `override` is `false` and the deployment is rejected if other revisions of * the API proxy are deployed in the environment. * @opt_param bool sequencedRollout Flag that specifies whether to enable * sequenced rollout. If set to `true`, a best-effort attempt will be made to * roll out the routing rules corresponding to this deployment and the * environment changes to add this deployment in a safe order. This reduces the * risk of downtime that could be caused by changing the environment group's * routing before the new destination for the affected traffic is ready to * receive it. This should only be necessary if the new deployment will be * capturing traffic from another environment under a shared environment group * or if traffic will be rerouted to a different environment due to a base path * removal. The [GenerateDeployChangeReport API](GenerateDeployChangeReport) may * be used to examine routing changes before issuing the deployment request, and * its response will indicate if a sequenced rollout is recommended for the * deployment. * @return Google_Service_Apigee_GoogleCloudApigeeV1Deployment */ public function deploy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deploy', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Deployment"); } /** * Gets the deployment of an API proxy revision and actual state reported by * runtime pods. (revisions.getDeployments) * * @param string $name Required. Name representing an API proxy revision in an * environment in the following format: * `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Deployment */ public function getDeployments($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getDeployments', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Deployment"); } /** * Undeploys an API proxy revision from an environment. For a request path `orga * nizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, * two permissions are required: * `apigee.deployments.delete` on the resource * `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.undeploy` * on the resource `organizations/{org}/apis/{api}/revisions/{rev}` * (revisions.undeploy) * * @param string $name Required. Name of the API proxy revision deployment in * the following format: * `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * * @opt_param bool sequencedRollout Flag that specifies whether to enable * sequenced rollout. If set to `true`, a best-effort attempt will be made to * remove the environment group routing rules corresponding to this deployment * before removing the deployment from the runtime. This is likely to be a rare * use case; it is only needed when the intended effect of undeploying this * proxy is to cause the traffic it currently handles to be rerouted to some * other existing proxy in the environment group. The * [GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be used * to examine routing changes before issuing the undeployment request, and its * response will indicate if a sequenced rollout is recommended for the * undeployment. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function undeploy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('undeploy', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } } PK( Z tvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflowsRevisionsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsSharedflowsRevisionsDeployments extends Google_Service_Resource { /** * Lists all deployments of a shared flow revision. * (deployments.listOrganizationsSharedflowsRevisionsDeployments) * * @param string $parent Required. Name of the API proxy revision for which to * return deployment information in the following format: * `organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsSharedflowsRevisionsDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( Zv8$$`vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproducts.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apiproducts = $apigeeService->apiproducts; * */ class Google_Service_Apigee_Resource_OrganizationsApiproducts extends Google_Service_Resource { /** * Updates or creates API product attributes. This API **replaces** the current * list of attributes with the attributes specified in the request body. In this * way, you can update existing attributes, add new attributes, or delete * existing attributes by omitting them from the request body. **Note**: OAuth * access tokens and Key Management Service (KMS) entities (apps, developers, * and API products) are cached for 180 seconds (current default). Any custom * attributes associated with entities also get cached for at least 180 seconds * after entity is accessed during runtime. In this case, the `ExpiresIn` * element on the OAuthV2 policy won't be able to expire an access token in less * than 180 seconds. (apiproducts.attributes) * * @param string $name Required. Name of the API product. Use the following * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Attributes $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Attributes */ public function attributes($name, Google_Service_Apigee_GoogleCloudApigeeV1Attributes $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attributes', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Attributes"); } /** * Creates an API product in an organization. You create API products after you * have proxied backend services using API proxies. An API product is a * collection of API resources combined with quota settings and metadata that * you can use to deliver customized and productized API bundles to your * developer community. This metadata can include: - Scope - Environments - API * proxies - Extensible profile API products enable you repackage APIs on-the- * fly, without having to do any additional coding or configuration. Apigee * recommends that you start with a simple API product including only required * elements. You then provision credentials to apps to enable them to start * testing your APIs. After you have authentication and authorization working * against a simple API product, you can iterate to create finer grained API * products, defining different sets of API resources for each API product. * **WARNING:** - If you don't specify an API proxy in the request body, *any* * app associated with the product can make calls to *any* API in your entire * organization. - If you don't specify an environment in the request body, the * product allows access to all environments. For more information, see What is * an API product? (apiproducts.create) * * @param string $parent Required. Name of the organization in which the API * product will be created. Use the following structure in your request: * `organizations/{org}` * @param Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct"); } /** * Deletes an API product from an organization. Deleting an API product causes * app requests to the resource URIs defined in the API product to fail. Ensure * that you create a new API product to serve existing apps, unless your * intention is to disable access to the resources defined in the API product. * The API product name required in the request URL is the internal name of the * product, not the display name. While they may be the same, it depends on * whether the API product was created via the UI or the API. View the list of * API products to verify the internal name. (apiproducts.delete) * * @param string $name Required. Name of the API product. Use the following * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct"); } /** * Gets configuration details for an API product. The API product name required * in the request URL is the internal name of the product, not the display name. * While they may be the same, it depends on whether the API product was created * via the UI or the API. View the list of API products to verify the internal * name. (apiproducts.get) * * @param string $name Required. Name of the API product. Use the following * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct"); } /** * Lists all API product names for an organization. Filter the list by passing * an `attributename` and `attibutevalue`. The limit on the number of API * products returned by the API is 1000. You can paginate the list of API * products returned using the `startKey` and `count` query parameters. * (apiproducts.listOrganizationsApiproducts) * * @param string $parent Required. Name of the organization. Use the following * structure in your request: `organizations/{org}` * @param array $optParams Optional parameters. * * @opt_param string attributename Name of the attribute used to filter the * search. * @opt_param string attributevalue Value of the attribute used to filter the * search. * @opt_param string count Enter the number of API products you want returned in * the API call. The limit is 1000. * @opt_param bool expand Flag that specifies whether to expand the results. Set * to `true` to get expanded details about each API. * @opt_param string startKey Gets a list of API products starting with a * specific API product in the list. For example, if you're returning 50 API * products at a time (using the `count` query parameter), you can view products * 50-99 by entering the name of the 50th API product in the first API (without * using `startKey`). Product name is case sensitive. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListApiProductsResponse */ public function listOrganizationsApiproducts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListApiProductsResponse"); } /** * Updates an existing API product. You must include all required values, * whether or not you are updating them, as well as any optional values that you * are updating. The API product name required in the request URL is the * internal name of the product, not the Display Name. While they may be the * same, it depends on whether the API product was created via UI or API. View * the list of API products to identify their internal names. * (apiproducts.update) * * @param string $name Required. Name of the API product. Use the following * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` * @param Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct"); } } PK( ZH[FFdvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsApisDeployments extends Google_Service_Resource { /** * Lists all deployments of an API proxy. * (deployments.listOrganizationsApisDeployments) * * @param string $parent Required. Name of the API proxy for which to return * deployment information in the following format: * `organizations/{org}/apis/{api}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsApisDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( ZE>>fvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsStats.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $stats = $apigeeService->stats; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsStats extends Google_Service_Resource { /** * Retrieve metrics grouped by dimensions. The types of metrics you can retrieve * include traffic, message counts, API call latency, response size, and cache * hits and counts. Dimensions let you view metrics in meaningful groups. The * stats api does accept dimensions as path params. The dimensions are optional * in which case the metrics are computed on the entire data for the given * timerange. (stats.get) * * @param string $name Required. The resource name for which the interactive * query will be executed. Must be of the form `organizations/{organization_id}/ * environments/{environment_id/stats/{dimensions}` Dimensions let you view * metrics in meaningful groupings. E.g. apiproxy, target_host. The value of * dimensions should be comma separated list as shown below * `organizations/{org}/environments/{env}/stats/apiproxy,request_verb` * @param array $optParams Optional parameters. * * @opt_param string accuracy Legacy field: not used anymore. This field is * present to support UI calls which still use this parameter. * @opt_param string aggTable If customers want to query custom aggregate * tables, then this parameter can be used to specify the table name. If this * parameter is skipped, then Edge Query will try to retrieve the data from fact * tables which will be expensive. * @opt_param string filter Enables drill-down on specific dimension values * @opt_param string limit This parameter is used to limit the number of result * items. Default and the max value is 14400. * @opt_param string offset Use offset with limit to enable pagination of * results. For example, to display results 11-20, set limit to '10' and offset * to '10'. * @opt_param bool realtime Legacy field: not used anymore. * @opt_param string select The select parameter contains a comma separated list * of metrics. E.g. sum(message_count),sum(error_count) * @opt_param bool sonar This parameter routes the query to api monitoring * service for last hour. * @opt_param string sort This parameter specifies if the sort order should be * ascending or descending Supported values are DESC and ASC. * @opt_param string sortby Comma separated list of columns to sort the final * result. * @opt_param string timeRange Time interval for the interactive query. Time * range is specified as start~end E.g. 04/15/2017 00:00~05/15/2017 23:59 * @opt_param string timeUnit A value of second, minute, hour, day, week, month. * Time Unit specifies the granularity of metrics returned. * @opt_param string topk Take 'top k' results from results, for example, to * return the top 5 results 'topk=5'. * @opt_param bool tsAscending Lists timestamps in ascending order if set to * true. Recommend setting this value to true if you are using sortby with * sort=DESC. * @opt_param string tzo This parameters contains the timezone offset value. * @return Google_Service_Apigee_GoogleCloudApigeeV1Stats */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Stats"); } } PK( ZzA A mvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsKeyvaluemaps.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $keyvaluemaps = $apigeeService->keyvaluemaps; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeyvaluemaps extends Google_Service_Resource { /** * Creates a key value map in an environment. (keyvaluemaps.create) * * @param string $parent Required. The name of the environment in which to * create the key value map. Must be of the form * `organizations/{organization}/environments/{environment}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap"); } /** * Delete a key value map in an environment. (keyvaluemaps.delete) * * @param string $name Required. The name of the key value map. Must be of the * form `organizations/{organization}/environments/{environment}/keyvaluemaps/{k * eyvaluemap}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap"); } } PK( Zamvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisRevisionsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsApisRevisionsDeployments extends Google_Service_Resource { /** * Lists all deployments of an API proxy revision. * (deployments.listOrganizationsApisRevisionsDeployments) * * @param string $parent Required. Name of the API proxy revision for which to * return deployment information in the following format: * `organizations/{org}/apis/{api}/revisions/{rev}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsApisRevisionsDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( Znvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsTargetservers.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $targetservers = $apigeeService->targetservers; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsTargetservers extends Google_Service_Resource { /** * Creates a TargetServer in the specified environment. (targetservers.create) * * @param string $parent Required. The parent environment name under which the * TargetServer will be created. Must be of the form * `organizations/{org}/environments/{env}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1TargetServer $postBody * @param array $optParams Optional parameters. * * @opt_param string name Optional. The ID to give the TargetServer. This will * overwrite the value in TargetServer. * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServer */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1TargetServer $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TargetServer"); } /** * Deletes a TargetServer from an environment. Returns the deleted TargetServer * resource. (targetservers.delete) * * @param string $name Required. The name of the TargetServer to delete. Must be * of the form * `organizations/{org}/environments/{env}/targetservers/{target_server_id}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServer */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TargetServer"); } /** * Gets a TargetServer resource. (targetservers.get) * * @param string $name Required. The name of the TargetServer to get. Must be of * the form * `organizations/{org}/environments/{env}/targetservers/{target_server_id}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TargetServer"); } /** * Updates an existing TargetServer. Note that this operation has PUT semantics; * it will replace the entirety of the existing TargetServer with the resource * in the request body. (targetservers.update) * * @param string $name Required. The name of the TargetServer to replace. Must * be of the form * `organizations/{org}/environments/{env}/targetservers/{target_server_id}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1TargetServer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServer */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1TargetServer $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TargetServer"); } } PK( Z 8Pvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/Projects.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $projects = $apigeeService->projects; * */ class Google_Service_Apigee_Resource_Projects extends Google_Service_Resource { /** * Provisions a new Apigee organization with a functioning runtime. This is the * standard way to create trial organizations for a free Apigee trial. * (projects.provisionOrganization) * * @param string $project Required. Name of the GCP project with which to * associate the Apigee organization. * @param Google_Service_Apigee_GoogleCloudApigeeV1ProvisionOrganizationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function provisionOrganization($project, Google_Service_Apigee_GoogleCloudApigeeV1ProvisionOrganizationRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('provisionOrganization', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } } PK( Zuewvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsSharedflowsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflowsDeployments extends Google_Service_Resource { /** * Lists all deployments of a shared flow in an environment. * (deployments.listOrganizationsEnvironmentsSharedflowsDeployments) * * @param string $parent Required. Name representing a shared flow in an * environment in the following format: * `organizations/{org}/environments/{env}/sharedflows/{sharedflow}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsEnvironmentsSharedflowsDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( Z4;lvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsSharedflows.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $sharedflows = $apigeeService->sharedflows; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflows extends Google_Service_Resource { } PK( Z^vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsHostStats.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $hostStats = $apigeeService->hostStats; * */ class Google_Service_Apigee_Resource_OrganizationsHostStats extends Google_Service_Resource { /** * Retrieve metrics grouped by dimensions in host level. The types of metrics * you can retrieve include traffic, message counts, API call latency, response * size, and cache hits and counts. Dimensions let you view metrics in * meaningful groups. The stats api does accept dimensions as path params. The * dimensions are optional in which case the metrics are computed on the entire * data for the given timerange. (hostStats.get) * * @param string $name Required. The resource name for which the interactive * query will be executed. Must be of the form * `organizations/{organization_id}/hostStats/{dimensions}`. Dimensions let you * view metrics in meaningful groupings. E.g. apiproxy, target_host. The value * of dimensions should be comma separated list as shown below * `organizations/{org}/hostStats/apiproxy,request_verb` * @param array $optParams Optional parameters. * * @opt_param string accuracy Legacy field: not used anymore. * @opt_param string envgroupHostname Required. The hostname for which the * interactive query will be executed. * @opt_param string filter Enables drill-down on specific dimension values. * @opt_param string limit This parameter is used to limit the number of result * items. Default and the max value is 14400. * @opt_param string offset Use offset with limit to enable pagination of * results. For example, to display results 11-20, set limit to '10' and offset * to '10'. * @opt_param bool realtime Legacy field: not used anymore. * @opt_param string select The select parameter contains a comma separated list * of metrics. E.g. sum(message_count),sum(error_count) * @opt_param string sort This parameter specifies if the sort order should be * ascending or descending Supported values are DESC and ASC. * @opt_param string sortby Comma separated list of columns to sort the final * result. * @opt_param string timeRange Time interval for the interactive query. Time * range is specified as start~end E.g. 04/15/2017 00:00~05/15/2017 23:59 * @opt_param string timeUnit A value of second, minute, hour, day, week, month. * Time Unit specifies the granularity of metrics returned. * @opt_param string topk Take 'top k' results from results, for example, to * return the top 5 results 'topk=5'. * @opt_param bool tsAscending Lists timestamps in ascending order if set to * true. Recommend setting this value to true if you are using sortby with * sort=DESC. * @opt_param string tzo This parameters contains the timezone offset value. * @return Google_Service_Apigee_GoogleCloudApigeeV1Stats */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Stats"); } } PK( ZE5K!!Uvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $organizations = $apigeeService->organizations; * */ class Google_Service_Apigee_Resource_Organizations extends Google_Service_Resource { /** * Creates an Apigee organization. See [Create an Apigee * organization](https://cloud.google.com/apigee/docs/api-platform/get-started * /create-org). (organizations.create) * * @param Google_Service_Apigee_GoogleCloudApigeeV1Organization $postBody * @param array $optParams Optional parameters. * * @opt_param string parent Required. Name of the GCP project in which to * associate the Apigee organization. Pass the information as a query parameter * using the following structure in your request: `projects/` * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create(Google_Service_Apigee_GoogleCloudApigeeV1Organization $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Delete an Apigee organization. Only supported for SubscriptionType TRIAL. * (organizations.delete) * * @param string $name Required. Name of the organization. Use the following * structure in your request: `organizations/{org}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets the profile for an Apigee organization. See [Understanding * organizations](https://cloud.google.com/apigee/docs/api-platform/fundamentals * /organization-structure). (organizations.get) * * @param string $name Required. Apigee organization name in the following * format: `organizations/{org}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Organization */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Organization"); } /** * Gets the deployed ingress configuration for an organization. * (organizations.getDeployedIngressConfig) * * @param string $name Required. Name of the deployed configuration for the * organization in the following format: * 'organizations/{org}/deployedIngressConfig'. * @param array $optParams Optional parameters. * * @opt_param string view When set to FULL, additional details about the * specific deployments receiving traffic will be included in the IngressConfig * response's RoutingRules. * @return Google_Service_Apigee_GoogleCloudApigeeV1IngressConfig */ public function getDeployedIngressConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getDeployedIngressConfig', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1IngressConfig"); } /** * Lists the service accounts with the permissions required to allow the * Synchronizer to download environment data from the control plane. An ETag is * returned in the response to `getSyncAuthorization`. Pass that ETag when * calling [setSyncAuthorization](setSyncAuthorization) to ensure that you are * updating the correct version. If you don't pass the ETag in the call to * `setSyncAuthorization`, then the existing authorization is overwritten * indiscriminately. For more information, see [Configure the * Synchronizer](https://cloud.google.com/apigee/docs/hybrid/latest * /synchronizer-access). **Note**: Available to Apigee hybrid only. * (organizations.getSyncAuthorization) * * @param string $name Required. Name of the Apigee organization. Use the * following structure in your request: `organizations/{org}` * @param Google_Service_Apigee_GoogleCloudApigeeV1GetSyncAuthorizationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1SyncAuthorization */ public function getSyncAuthorization($name, Google_Service_Apigee_GoogleCloudApigeeV1GetSyncAuthorizationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getSyncAuthorization', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SyncAuthorization"); } /** * Lists the Apigee organizations and associated GCP projects that you have * permission to access. See [Understanding * organizations](https://cloud.google.com/apigee/docs/api-platform/fundamentals * /organization-structure). (organizations.listOrganizations) * * @param string $parent Required. Use the following structure in your request: * `organizations` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListOrganizationsResponse */ public function listOrganizations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListOrganizationsResponse"); } /** * Sets the permissions required to allow the Synchronizer to download * environment data from the control plane. You must call this API to enable * proper functioning of hybrid. Pass the ETag when calling * `setSyncAuthorization` to ensure that you are updating the correct version. * To get an ETag, call [getSyncAuthorization](getSyncAuthorization). If you * don't pass the ETag in the call to `setSyncAuthorization`, then the existing * authorization is overwritten indiscriminately. For more information, see * [Configure the * Synchronizer](https://cloud.google.com/apigee/docs/hybrid/latest * /synchronizer-access). **Note**: Available to Apigee hybrid only. * (organizations.setSyncAuthorization) * * @param string $name Required. Name of the Apigee organization. Use the * following structure in your request: `organizations/{org}` * @param Google_Service_Apigee_GoogleCloudApigeeV1SyncAuthorization $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1SyncAuthorization */ public function setSyncAuthorization($name, Google_Service_Apigee_GoogleCloudApigeeV1SyncAuthorization $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSyncAuthorization', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1SyncAuthorization"); } /** * Updates the properties for an Apigee organization. No other fields in the * organization profile will be updated. (organizations.update) * * @param string $name Required. Apigee organization name in the following * format: `organizations/{org}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Organization $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Organization */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1Organization $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Organization"); } } PK( Z/^ooevendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApis.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apis = $apigeeService->apis; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsApis extends Google_Service_Resource { } PK( Z5񦞚^vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstances.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $instances = $apigeeService->instances; * */ class Google_Service_Apigee_Resource_OrganizationsInstances extends Google_Service_Resource { /** * Creates an Apigee runtime instance. The instance is accessible from the * authorized network configured on the organization. **Note:** Not supported * for Apigee hybrid. (instances.create) * * @param string $parent Required. Name of the organization. Use the following * structure in your request: `organizations/{org}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Instance $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Instance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Deletes an Apigee runtime instance. The instance stops serving requests and * the runtime data is deleted. **Note:** Not supported for Apigee hybrid. * (instances.delete) * * @param string $name Required. Name of the instance. Use the following * structure in your request: `organizations/{org}/instances/{instance}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets the details for an Apigee runtime instance. **Note:** Not supported for * Apigee hybrid. (instances.get) * * @param string $name Required. Name of the instance. Use the following * structure in your request: `organizations/{org}/instances/{instance}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Instance"); } /** * Lists all Apigee runtime instances for the organization. **Note:** Not * supported for Apigee hybrid. (instances.listOrganizationsInstances) * * @param string $parent Required. Name of the organization. Use the following * structure in your request: `organizations/{org}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of instances to return. Defaults to * 25. * @opt_param string pageToken Page token, returned from a previous * ListInstances call, that you can use to retrieve the next page of content. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListInstancesResponse */ public function listOrganizationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListInstancesResponse"); } /** * Reports the latest status for a runtime instance. (instances.reportStatus) * * @param string $instance The name of the instance reporting this status. For * SaaS the request will be rejected if no instance exists under this name. * Format is organizations/{org}/instances/{instance} * @param Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusResponse */ public function reportStatus($instance, Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusRequest $postBody, $optParams = array()) { $params = array('instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reportStatus', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusResponse"); } } PK( Z[,v>>gvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSitesApicategories.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $apicategories = $apigeeService->apicategories; * */ class Google_Service_Apigee_Resource_OrganizationsSitesApicategories extends Google_Service_Resource { /** * Creates a new category on the portal. (apicategories.create) * * @param string $parent Required. Name of the portal. Use the following * structure in your request: `organizations/{org}/sites/{site}` * @param Google_Service_Apigee_GoogleCloudApigeeV1ApiCategoryData $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1ApiCategoryData $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory"); } /** * Deletes a category from the portal. (apicategories.delete) * * @param string $name Required. Name of the category. Use the following * structure in your request: * `organizations/{org}/sites/{site}/apicategories/{apicategory}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiResponseWrapper */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiResponseWrapper"); } /** * Gets a category on the portal. (apicategories.get) * * @param string $name Required. Name of the category. Use the following * structure in your request: * `organizations/{org}/sites/{site}/apicategories/{apicategory}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory"); } /** * Lists the categories on the portal. * (apicategories.listOrganizationsSitesApicategories) * * @param string $parent Required. Name of the portal. Use the following * structure in your request: `organizations/{org}/sites/{site}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListApiCategoriesResponse */ public function listOrganizationsSitesApicategories($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListApiCategoriesResponse"); } /** * Updates a category on the portal. (apicategories.patch) * * @param string $name Required. Name of the category. Use the following * structure in your request: * `organizations/{org}/sites/{site}/apicategories/{apicategory}` * @param Google_Service_Apigee_GoogleCloudApigeeV1ApiCategoryData $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory */ public function patch($name, Google_Service_Apigee_GoogleCloudApigeeV1ApiCategoryData $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory"); } } PK( Zb5Mbvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisRevisions.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $revisions = $apigeeService->revisions; * */ class Google_Service_Apigee_Resource_OrganizationsApisRevisions extends Google_Service_Resource { /** * Deletes an API proxy revision and all policies, resources, endpoints, and * revisions associated with it. The API proxy revision must be undeployed * before you can delete it. (revisions.delete) * * @param string $name Required. API proxy revision in the following format: * `organizations/{org}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision"); } /** * Gets an API proxy revision. To download the API proxy configuration bundle * for the specified revision as a zip file, set the `format` query parameter to * `bundle`. If you are using curl, specify `-o filename.zip` to save the output * to a file; otherwise, it displays to `stdout`. Then, develop the API proxy * configuration locally and upload the updated API proxy configuration * revision, as described in [updateApiProxyRevision](updateApiProxyRevision). * (revisions.get) * * @param string $name Required. API proxy revision in the following format: * `organizations/{org}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * * @opt_param string format Format used when downloading the API proxy * configuration revision. Set to `bundle` to download the API proxy * configuration revision as a zip file. * @return Google_Service_Apigee_GoogleApiHttpBody */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleApiHttpBody"); } /** * Updates an existing API proxy revision by uploading the API proxy * configuration bundle as a zip file from your local machine. You can update * only API proxy revisions that have never been deployed. After deployment, an * API proxy revision becomes immutable, even if it is undeployed. Set the * `Content-Type` header to either `multipart/form-data` or `application/octet- * stream`. (revisions.updateApiProxyRevision) * * @param string $name Required. API proxy revision to update in the following * format: `organizations/{org}/apis/{api}/revisions/{rev}` * @param Google_Service_Apigee_GoogleApiHttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param bool validate Ignored. All uploads are validated regardless of the * value of this field. Maintained for compatibility with Apigee Edge API. * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision */ public function updateApiProxyRevision($name, Google_Service_Apigee_GoogleApiHttpBody $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateApiProxyRevision', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision"); } } PK( Z64Êlvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsDeployments extends Google_Service_Resource { /** * Lists all deployments of API proxies or shared flows in an environment. * (deployments.listOrganizationsEnvironmentsDeployments) * * @param string $parent Required. Name of the environment for which to return * deployment information in the following format: * `organizations/{org}/environments/{env}` * @param array $optParams Optional parameters. * * @opt_param bool sharedFlows Optional. Flag that specifies whether to return * shared flow or API proxy deployments. Set to `true` to return shared flow * deployments; set to `false` to return API proxy deployments. Defaults to * `false`. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse */ public function listOrganizationsEnvironmentsDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse"); } } PK( Z8jvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalytics.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $analytics = $apigeeService->analytics; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalytics extends Google_Service_Resource { } PK( Zs jvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsFlowhooks.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $flowhooks = $apigeeService->flowhooks; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsFlowhooks extends Google_Service_Resource { /** * Attaches a shared flow to a flow hook. (flowhooks.attachSharedFlowToFlowHook) * * @param string $name Required. Name of the flow hook to which the shared flow * should be attached in the following format: * `organizations/{org}/environments/{env}/flowhooks/{flowhook}` * @param Google_Service_Apigee_GoogleCloudApigeeV1FlowHook $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1FlowHook */ public function attachSharedFlowToFlowHook($name, Google_Service_Apigee_GoogleCloudApigeeV1FlowHook $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attachSharedFlowToFlowHook', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1FlowHook"); } /** * Detaches a shared flow from a flow hook. * (flowhooks.detachSharedFlowFromFlowHook) * * @param string $name Required. Name of the flow hook to detach in the * following format: * `organizations/{org}/environments/{env}/flowhooks/{flowhook}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1FlowHook */ public function detachSharedFlowFromFlowHook($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('detachSharedFlowFromFlowHook', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1FlowHook"); } /** * Returns the name of the shared flow attached to the specified flow hook. If * there's no shared flow attached to the flow hook, the API does not return an * error; it simply does not return a name in the response. (flowhooks.get) * * @param string $name Required. Name of the flow hook in the following format: * `organizations/{org}/environments/{env}/flowhooks/{flowhook}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1FlowHook */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1FlowHook"); } } PK( Zܘ0PPovendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsAdmin.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $admin = $apigeeService->admin; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsAdmin extends Google_Service_Resource { /** * Get a list of metrics and dimensions which can be used for creating analytics * queries and reports. Each schema element contains the name of the field with * its associated type and if it is either custom field or standard field. * (admin.getSchemav2) * * @param string $name Required. The parent organization and environment names. * Must be of the form * `organizations/{org}/environments/{env}/analytics/admin/schemav2`. * @param array $optParams Optional parameters. * * @opt_param string type Required. Type refers to the dataset name whose schema * needs to be retrieved E.g. type=fact or type=agg_cus1 * @return Google_Service_Apigee_GoogleCloudApigeeV1Schema */ public function getSchemav2($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getSchemav2', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Schema"); } } PK( Zcvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDatacollectors.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $datacollectors = $apigeeService->datacollectors; * */ class Google_Service_Apigee_Resource_OrganizationsDatacollectors extends Google_Service_Resource { /** * Creates a new data collector. (datacollectors.create) * * @param string $parent Required. Name of the organization in which to create * the data collector in the following format: `organizations/{org}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1DataCollector $postBody * @param array $optParams Optional parameters. * * @opt_param string dataCollectorId ID of the data collector. Overrides any ID * in the data collector resource. Must begin with `dc_`. * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollector */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1DataCollector $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DataCollector"); } /** * Deletes a data collector. (datacollectors.delete) * * @param string $name Required. Name of the data collector in the following * format: `organizations/{org}/datacollectors/{data_collector_id}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } /** * Gets a data collector. (datacollectors.get) * * @param string $name Required. Name of the data collector in the following * format: `organizations/{org}/datacollectors/{data_collector_id}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollector */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DataCollector"); } /** * Lists all data collectors. (datacollectors.listOrganizationsDatacollectors) * * @param string $parent Required. Name of the organization for which to list * data collectors in the following format: `organizations/{org}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of data collectors to return. The page * size defaults to 25. * @opt_param string pageToken Page token, returned from a previous * ListDataCollectors call, that you can use to retrieve the next page. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDataCollectorsResponse */ public function listOrganizationsDatacollectors($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDataCollectorsResponse"); } /** * Updates a data collector. (datacollectors.patch) * * @param string $name Required. Name of the data collector in the following * format: `organizations/{org}/datacollectors/{data_collector_id}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1DataCollector $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask List of fields to be updated. * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollector */ public function patch($name, Google_Service_Apigee_GoogleCloudApigeeV1DataCollector $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DataCollector"); } } PK( Z{ mvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysCreate.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $create = $apigeeService->create; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysCreate extends Google_Service_Resource { /** * Creates a custom consumer key and secret for a developer app. This is * particularly useful if you want to migrate existing consumer keys and secrets * to Apigee hybrid from another system. Consumer keys and secrets can contain * letters, numbers, underscores, and hyphens. No other special characters are * allowed. To avoid service disruptions, a consumer key and secret should not * exceed 2 KBs each. **Note**: When creating the consumer key and secret, an * association to API products will not be made. Therefore, you should not * specify the associated API products in your request. Instead, use the * UpdateDeveloperAppKey API to make the association after the consumer key and * secret are created. If a consumer key and secret already exist, you can keep * them or delete them using the DeleteDeveloperAppKey API. (create.create) * * @param string $parent Parent of the developer app key. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } } PK( Z8SY\vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsReports.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $reports = $apigeeService->reports; * */ class Google_Service_Apigee_Resource_OrganizationsReports extends Google_Service_Resource { /** * Creates a Custom Report for an Organization. A Custom Report provides Apigee * Customers to create custom dashboards in addition to the standard dashboards * which are provided. The Custom Report in its simplest form contains * specifications about metrics, dimensions and filters. It is important to note * that the custom report by itself does not provide an executable entity. The * Edge UI converts the custom report definition into an analytics query and * displays the result in a chart. (reports.create) * * @param string $parent Required. The parent organization name under which the * Custom Report will be created. Must be of the form: * `organizations/{organization_id}/reports` * @param Google_Service_Apigee_GoogleCloudApigeeV1CustomReport $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1CustomReport */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1CustomReport $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1CustomReport"); } /** * Deletes an existing custom report definition (reports.delete) * * @param string $name Required. Custom Report name of the form: * `organizations/{organization_id}/reports/{report_name}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeleteCustomReportResponse */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeleteCustomReportResponse"); } /** * Retrieve a custom report definition. (reports.get) * * @param string $name Required. Custom Report name of the form: * `organizations/{organization_id}/reports/{report_name}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1CustomReport */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1CustomReport"); } /** * Return a list of Custom Reports (reports.listOrganizationsReports) * * @param string $parent Required. The parent organization name under which the * API product will be listed `organizations/{organization_id}/reports` * @param array $optParams Optional parameters. * * @opt_param bool expand Set to 'true' to get expanded details about each * custom report. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListCustomReportsResponse */ public function listOrganizationsReports($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListCustomReportsResponse"); } /** * Update an existing custom report definition (reports.update) * * @param string $name Required. Custom Report name of the form: * `organizations/{organization_id}/reports/{report_name}` * @param Google_Service_Apigee_GoogleCloudApigeeV1CustomReport $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1CustomReport */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1CustomReport $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1CustomReport"); } } PK( Z+/jvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstancesNatAddresses.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $natAddresses = $apigeeService->natAddresses; * */ class Google_Service_Apigee_Resource_OrganizationsInstancesNatAddresses extends Google_Service_Resource { /** * Activates the NAT address. The Apigee instance can now use this for Internet * egress traffic. **Note:** Not supported for Apigee hybrid. * (natAddresses.activate) * * @param string $name Required. Name of the nat address. Use the following * structure in your request: * `organizations/{org}/instances/{instances}/natAddresses/{nataddress}`` * @param Google_Service_Apigee_GoogleCloudApigeeV1ActivateNatAddressRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function activate($name, Google_Service_Apigee_GoogleCloudApigeeV1ActivateNatAddressRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Creates a NAT address. The address is created in the RESERVED state and a * static external IP address will be provisioned. At this time, the instance * will not use this IP address for Internet egress traffic. The address can be * activated for use once any required firewall IP whitelisting has been * completed. **Note:** Not supported for Apigee hybrid. (natAddresses.create) * * @param string $parent Required. Name of the instance. Use the following * structure in your request: `organizations/{org}/instances/{instance}` * @param Google_Service_Apigee_GoogleCloudApigeeV1NatAddress $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1NatAddress $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Deletes the NAT address. Connections that are actively using the address are * drained before it is removed. **Note:** Not supported for Apigee hybrid. * (natAddresses.delete) * * @param string $name Required. Name of the nat address. Use the following * structure in your request: * `organizations/{org}/instances/{instances}/natAddresses/{nataddress}`` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets the details of a NAT address. **Note:** Not supported for Apigee hybrid. * (natAddresses.get) * * @param string $name Required. Name of the nat address. Use the following * structure in your request: * `organizations/{org}/instances/{instances}/natAddresses/{nataddress}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1NatAddress */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1NatAddress"); } /** * Lists the NAT addresses for an Apigee instance. **Note:** Not supported for * Apigee hybrid. (natAddresses.listOrganizationsInstancesNatAddresses) * * @param string $parent Required. Name of the instance. Use the following * structure in your request: `organizations/{org}/instances/{instance}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of natAddresses to return. Defaults to * 25. * @opt_param string pageToken Page token, returned from a previous * ListNatAddresses call, that you can use to retrieve the next page of content. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListNatAddressesResponse */ public function listOrganizationsInstancesNatAddresses($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListNatAddressesResponse"); } } PK( Z9DD^vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroups.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $envgroups = $apigeeService->envgroups; * */ class Google_Service_Apigee_Resource_OrganizationsEnvgroups extends Google_Service_Resource { /** * Creates a new environment group. (envgroups.create) * * @param string $parent Required. Name of the organization in which to create * the environment group in the following format: `organizations/{org}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string name ID of the environment group. Overrides any ID in the * environment_group resource. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Deletes an environment group. (envgroups.delete) * * @param string $name Required. Name of the environment group in the following * format: `organizations/{org}/envgroups/{envgroup}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets an environment group. (envgroups.get) * * @param string $name Required. Name of the environment group in the following * format: `organizations/{org}/envgroups/{envgroup}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup"); } /** * Lists all environment groups. (envgroups.listOrganizationsEnvgroups) * * @param string $parent Required. Name of the organization for which to list * environment groups in the following format: `organizations/{org}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of environment groups to return. The * page size defaults to 25. * @opt_param string pageToken Page token, returned from a previous * ListEnvironmentGroups call, that you can use to retrieve the next page. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupsResponse */ public function listOrganizationsEnvgroups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupsResponse"); } /** * Updates an environment group. (envgroups.patch) * * @param string $name Required. Name of the environment group to update in the * format: `organizations/{org}/envgroups/{envgroup}. * @param Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask List of fields to be updated. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function patch($name, Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } } PK( ZO JJvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisionsDebugsessionsData.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $data = $apigeeService->data; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDebugsessionsData extends Google_Service_Resource { /** * Gets the debug data from a transaction. (data.get) * * @param string $name Required. The name of the debug session transaction. Must * be of the form: `organizations/{organization}/environments/{environment}/apis * /{api}/revisions/{revision}/debugsessions/{session}/data/{transaction}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugSessionTransaction */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DebugSessionTransaction"); } } PK( Z:= = _vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsOperations.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $operations = $apigeeService->operations; * */ class Google_Service_Apigee_Resource_OrganizationsOperations 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_Apigee_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOrganizationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Apigee_GoogleLongrunningListOperationsResponse */ public function listOrganizationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleLongrunningListOperationsResponse"); } } PK( Z꣟M^^Nvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/Hybrid.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $hybrid = $apigeeService->hybrid; * */ class Google_Service_Apigee_Resource_Hybrid extends Google_Service_Resource { } PK( Zzjjyvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisionsDeployments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $deployments = $apigeeService->deployments; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDeployments extends Google_Service_Resource { /** * Generates a report for a dry run analysis of a DeployApiProxy request without * committing the deployment. In addition to the standard validations performed * when adding deployments, additional analysis will be done to detect possible * traffic routing changes that would result from this deployment being created. * Any potential routing conflicts or unsafe changes will be reported in the * response. This routing analysis is not performed for a non-dry-run * DeployApiProxy request. For a request path `organizations/{org}/environments/ * {env}/apis/{api}/revisions/{rev}/deployments:generateDeployChangeReport`, two * permissions are required: * `apigee.deployments.create` on the resource * `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on * the resource `organizations/{org}/apis/{api}/revisions/{rev}` * (deployments.generateDeployChangeReport) * * @param string $name Name of the API proxy revision deployment in the * following format: * `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * * @opt_param bool override Flag that specifies whether to force the deployment * of the new revision over the currently deployed revision by overriding * conflict checks. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReport */ public function generateDeployChangeReport($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('generateDeployChangeReport', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReport"); } /** * Generates a report for a dry run analysis of an UndeployApiProxy request * without committing the undeploy. In addition to the standard validations * performed when removing deployments, additional analysis will be done to * detect possible traffic routing changes that would result from this * deployment being removed. Any potential routing conflicts or unsafe changes * will be reported in the response. This routing analysis is not performed for * a non-dry-run UndeployApiProxy request. For a request path `organizations/{or * g}/environments/{env}/apis/{api}/revisions/{rev}/deployments:generateUndeploy * ChangeReport`, two permissions are required: * `apigee.deployments.delete` on * the resource `organizations/{org}/environments/{env}` * * `apigee.proxyrevisions.undeploy` on the resource * `organizations/{org}/apis/{api}/revisions/{rev}` * (deployments.generateUndeployChangeReport) * * @param string $name Name of the API proxy revision deployment in the * following format: * `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReport */ public function generateUndeployChangeReport($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('generateUndeployChangeReport', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReport"); } } PK( ZTA A qvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsExports.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $exports = $apigeeService->exports; * */ class Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsExports extends Google_Service_Resource { /** * Submit a data export job to be processed in the background. If the request is * successful, the API returns a 201 status, a URI that can be used to retrieve * the status of the export job, and the `state` value of "enqueued". * (exports.create) * * @param string $parent Required. Names of the parent organization and * environment. Must be of the form `organizations/{org}/environments/{env}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1ExportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Export */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1ExportRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Export"); } /** * Gets the details and status of an analytics export job. If the export job is * still in progress, its `state` is set to "running". After the export job has * completed successfully, its `state` is set to "completed". If the export job * fails, its `state` is set to `failed`. (exports.get) * * @param string $name Required. Resource name of the export to get. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Export */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Export"); } /** * Lists the details and status of all analytics export jobs belonging to the * parent organization and environment. * (exports.listOrganizationsEnvironmentsAnalyticsExports) * * @param string $parent Required. Names of the parent organization and * environment. Must be of the form `organizations/{org}/environments/{env}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListExportsResponse */ public function listOrganizationsEnvironmentsAnalyticsExports($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListExportsResponse"); } } PK( Zo)77gvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeys.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $keys = $apigeeService->keys; * */ class Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeys extends Google_Service_Resource { /** * Creates a custom consumer key and secret for a developer app. This is * particularly useful if you want to migrate existing consumer keys and secrets * to Apigee hybrid from another system. Consumer keys and secrets can contain * letters, numbers, underscores, and hyphens. No other special characters are * allowed. To avoid service disruptions, a consumer key and secret should not * exceed 2 KBs each. **Note**: When creating the consumer key and secret, an * association to API products will not be made. Therefore, you should not * specify the associated API products in your request. Instead, use the * UpdateDeveloperAppKey API to make the association after the consumer key and * secret are created. If a consumer key and secret already exist, you can keep * them or delete them using the DeleteDeveloperAppKey API. (keys.create) * * @param string $parent Parent of the developer app key. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } /** * Deletes an app's consumer key and removes all API products associated with * the app. After the consumer key is deleted, it cannot be used to access any * APIs. **Note**: After you delete a consumer key, you may want to: 1. Create a * new consumer key and secret for the developer app using the * CreateDeveloperAppKey API, and subsequently add an API product to the key * using the UpdateDeveloperAppKey API. 2. Delete the developer app, if it is no * longer required. (keys.delete) * * @param string $name Name of the developer app key. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } /** * Returns details for a consumer key for a developer app, including the key and * secret value, associated API products, and other information. (keys.get) * * @param string $name Name of the developer app key. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } /** * Updates the scope of an app. This API replaces the existing scopes with those * specified in the request. Include or exclude any existing scopes that you * want to retain or delete, respectively. The specified scopes must already be * defined for the API products associated with the app. This API sets the * `scopes` element under the `apiProducts` element in the attributes of the * app. (keys.replaceDeveloperAppKey) * * @param string $name Name of the developer app key. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function replaceDeveloperAppKey($name, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('replaceDeveloperAppKey', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } /** * Adds an API product to a developer app key, enabling the app that holds the * key to access the API resources bundled in the API product. In addition, you * can add attributes to a developer app key. This API replaces the existing * attributes with those specified in the request. Include or exclude any * existing attributes that you want to retain or delete, respectively. You can * use the same key to access all API products associated with the app. * (keys.updateDeveloperAppKey) * * @param string $name Name of the developer app key. Use the following * structure in your request: * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}` * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody * @param array $optParams Optional parameters. * * @opt_param string action Approve or revoke the consumer key by setting this * value to `approve` or `revoke`, respectively. * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey */ public function updateDeveloperAppKey($name, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateDeveloperAppKey', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey"); } } PK( Z~hvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsAnalyticsDatastores.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $datastores = $apigeeService->datastores; * */ class Google_Service_Apigee_Resource_OrganizationsAnalyticsDatastores extends Google_Service_Resource { /** * Create a Datastore for an org (datastores.create) * * @param string $parent Required. The parent organization name. Must be of the * form `organizations/{org}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1Datastore $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Datastore */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1Datastore $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Datastore"); } /** * Delete a Datastore from an org. (datastores.delete) * * @param string $name Required. Resource name of the Datastore to be deleted. * Must be of the form `organizations/{org}/analytics/datastores/{datastoreId}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleProtobufEmpty"); } /** * Get a Datastore (datastores.get) * * @param string $name Required. Resource name of the Datastore to be get. Must * be of the form `organizations/{org}/analytics/datastores/{datastoreId}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Datastore */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Datastore"); } /** * List Datastores (datastores.listOrganizationsAnalyticsDatastores) * * @param string $parent Required. The parent organization name. Must be of the * form `organizations/{org}`. * @param array $optParams Optional parameters. * * @opt_param string targetType Optional. TargetType is used to fetch all * Datastores that match the type * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDatastoresResponse */ public function listOrganizationsAnalyticsDatastores($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDatastoresResponse"); } /** * Test if Datastore configuration is correct. This includes checking if * credentials provided by customer have required permissions in target * destination storage (datastores.test) * * @param string $parent Required. The parent organization name Must be of the * form `organizations/{org}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Datastore $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1TestDatastoreResponse */ public function test($parent, Google_Service_Apigee_GoogleCloudApigeeV1Datastore $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('test', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1TestDatastoreResponse"); } /** * Update a Datastore (datastores.update) * * @param string $name Required. The resource name of datastore to be updated. * Must be of the form `organizations/{org}/analytics/datastores/{datastoreId}` * @param Google_Service_Apigee_GoogleCloudApigeeV1Datastore $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1Datastore */ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1Datastore $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1Datastore"); } } PK( Zhj  ivendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstancesAttachments.phpnu[ * $apigeeService = new Google_Service_Apigee(...); * $attachments = $apigeeService->attachments; * */ class Google_Service_Apigee_Resource_OrganizationsInstancesAttachments extends Google_Service_Resource { /** * Creates a new attachment of an environment to an instance. **Note:** Not * supported for Apigee hybrid. (attachments.create) * * @param string $parent Required. Name of the instance. Use the following * structure in your request: `organizations/{org}/instances/{instance}`. * @param Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Deletes an attachment. **Note:** Not supported for Apigee hybrid. * (attachments.delete) * * @param string $name Required. Name of the attachment. Use the following * structure in your request: * `organizations/{org}/instances/{instance}/attachments/{attachment}`. * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigee_GoogleLongrunningOperation"); } /** * Gets an attachment. **Note:** Not supported for Apigee hybrid. * (attachments.get) * * @param string $name Required. Name of the attachment. Use the following * structure in your request: * `organizations/{org}/instances/{instance}/attachments/{attachment}` * @param array $optParams Optional parameters. * @return Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment"); } /** * Lists all attachments to an instance. **Note:** Not supported for Apigee * hybrid. (attachments.listOrganizationsInstancesAttachments) * * @param string $parent Required. Name of the organization. Use the following * structure in your request: `organizations/{org}/instances/{instance}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of instance attachments to return. * Defaults to 25. * @opt_param string pageToken Page token, returned by a previous * ListInstanceAttachments call, that you can use to retrieve the next page of * content. * @return Google_Service_Apigee_GoogleCloudApigeeV1ListInstanceAttachmentsResponse */ public function listOrganizationsInstancesAttachments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListInstanceAttachmentsResponse"); } } PK( Z_v7hhfvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Apigee_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Apigee_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK( ZAz_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IngressConfig.phpnu[environmentGroups = $environmentGroups; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupConfig[] */ public function getEnvironmentGroups() { return $this->environmentGroups; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevisionCreateTime($revisionCreateTime) { $this->revisionCreateTime = $revisionCreateTime; } public function getRevisionCreateTime() { return $this->revisionCreateTime; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK( ZXRdWWUvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Apigee_GoogleIamV1AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK( ZjjLWvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Alias.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Certificate */ public function setCertsInfo(Google_Service_Apigee_GoogleCloudApigeeV1Certificate $certsInfo) { $this->certsInfo = $certsInfo; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Certificate */ public function getCertsInfo() { return $this->certsInfo; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZKRavendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiCategoryData.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK( Z\dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceAttachment.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z[ZZXvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK( ZV<{ { Zvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Instance.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDiskEncryptionKeyName($diskEncryptionKeyName) { $this->diskEncryptionKeyName = $diskEncryptionKeyName; } public function getDiskEncryptionKeyName() { return $this->diskEncryptionKeyName; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeeringCidrRange($peeringCidrRange) { $this->peeringCidrRange = $peeringCidrRange; } public function getPeeringCidrRange() { return $this->peeringCidrRange; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( ZXXkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ActivateNatAddressRequest.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZM1 Yvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TlsInfo.phpnu[ciphers = $ciphers; } public function getCiphers() { return $this->ciphers; } public function setClientAuthEnabled($clientAuthEnabled) { $this->clientAuthEnabled = $clientAuthEnabled; } public function getClientAuthEnabled() { return $this->clientAuthEnabled; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoCommonName */ public function setCommonName(Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoCommonName $commonName) { $this->commonName = $commonName; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoCommonName */ public function getCommonName() { return $this->commonName; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setIgnoreValidationErrors($ignoreValidationErrors) { $this->ignoreValidationErrors = $ignoreValidationErrors; } public function getIgnoreValidationErrors() { return $this->ignoreValidationErrors; } public function setKeyAlias($keyAlias) { $this->keyAlias = $keyAlias; } public function getKeyAlias() { return $this->keyAlias; } public function setKeyStore($keyStore) { $this->keyStore = $keyStore; } public function getKeyStore() { return $this->keyStore; } public function setProtocols($protocols) { $this->protocols = $protocols; } public function getProtocols() { return $this->protocols; } public function setTrustStore($trustStore) { $this->trustStore = $trustStore; } public function getTrustStore() { return $this->trustStore; } } PK( Z)`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1StatsHostStats.phpnu[dimensions = $dimensions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DimensionMetric[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metric[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z*AA\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AsyncQuery.phpnu[created = $created; } public function getCreated() { return $this->created; } public function setEnvgroupHostname($envgroupHostname) { $this->envgroupHostname = $envgroupHostname; } public function getEnvgroupHostname() { return $this->envgroupHostname; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } public function setExecutionTime($executionTime) { $this->executionTime = $executionTime; } public function getExecutionTime() { return $this->executionTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata */ public function setQueryParams(Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata $queryParams) { $this->queryParams = $queryParams; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata */ public function getQueryParams() { return $this->queryParams; } public function setReportDefinitionId($reportDefinitionId) { $this->reportDefinitionId = $reportDefinitionId; } public function getReportDefinitionId() { return $this->reportDefinitionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1AsyncQueryResult */ public function setResult(Google_Service_Apigee_GoogleCloudApigeeV1AsyncQueryResult $result) { $this->result = $result; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQueryResult */ public function getResult() { return $this->result; } public function setResultFileSize($resultFileSize) { $this->resultFileSize = $resultFileSize; } public function getResultFileSize() { return $this->resultFileSize; } public function setResultRows($resultRows) { $this->resultRows = $resultRows; } public function getResultRows() { return $this->resultRows; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK( Zd##kvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListApiCategoriesResponse.phpnu[data = $data; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiCategoryData[] */ public function getData() { return $this->data; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK( ZD@[||evendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListExportsResponse.phpnu[exports = $exports; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Export[] */ public function getExports() { return $this->exports; } } PK( Z Wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Quota.phpnu[interval = $interval; } public function getInterval() { return $this->interval; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } public function getTimeUnit() { return $this->timeUnit; } } PK( ZVK\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlow.phpnu[latestRevisionId = $latestRevisionId; } public function getLatestRevisionId() { return $this->latestRevisionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata */ public function setMetaData(Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata $metaData) { $this->metaData = $metaData; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata */ public function getMetaData() { return $this->metaData; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK( Zkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOrganizationsResponse.phpnu[organizations = $organizations; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1OrganizationProjectMapping[] */ public function getOrganizations() { return $this->organizations; } } PK( Z&8)dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlowRevision.phpnu[configurationVersion = $configurationVersion; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ConfigVersion */ public function getConfigurationVersion() { return $this->configurationVersion; } public function setContextInfo($contextInfo) { $this->contextInfo = $contextInfo; } public function getContextInfo() { return $this->contextInfo; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityMetaDataAsProperties($entityMetaDataAsProperties) { $this->entityMetaDataAsProperties = $entityMetaDataAsProperties; } public function getEntityMetaDataAsProperties() { return $this->entityMetaDataAsProperties; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPolicies($policies) { $this->policies = $policies; } public function getPolicies() { return $this->policies; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles */ public function setResourceFiles(Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles $resourceFiles) { $this->resourceFiles = $resourceFiles; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles */ public function getResourceFiles() { return $this->resourceFiles; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSharedFlows($sharedFlows) { $this->sharedFlows = $sharedFlows; } public function getSharedFlows() { return $this->sharedFlows; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z)SSevendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty */ public function setProperties(Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty $properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty */ public function getProperties() { return $this->properties; } } PK( Z%<kevendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DataCollectorConfig.phpnu[name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Zĕ\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Properties.phpnu[property = $property; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Property[] */ public function getProperty() { return $this->property; } } PK( ZVZ%xXvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Export.phpnu[created = $created; } public function getCreated() { return $this->created; } public function setDatastoreName($datastoreName) { $this->datastoreName = $datastoreName; } public function getDatastoreName() { return $this->datastoreName; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } public function setExecutionTime($executionTime) { $this->executionTime = $executionTime; } public function getExecutionTime() { return $this->executionTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK( ZofT  Xvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Result.phpnu[ "ActionResult", ); public $actionResult; protected $accessListType = 'Google_Service_Apigee_GoogleCloudApigeeV1Access'; protected $accessListDataType = 'array'; public $content; protected $headersType = 'Google_Service_Apigee_GoogleCloudApigeeV1Property'; protected $headersDataType = 'array'; protected $propertiesType = 'Google_Service_Apigee_GoogleCloudApigeeV1Properties'; protected $propertiesDataType = ''; public $reasonPhrase; public $statusCode; public $timestamp; public $uRI; public $verb; public function setActionResult($actionResult) { $this->actionResult = $actionResult; } public function getActionResult() { return $this->actionResult; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Access[] */ public function setAccessList($accessList) { $this->accessList = $accessList; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Access[] */ public function getAccessList() { return $this->accessList; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Property[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Property[] */ public function getHeaders() { return $this->headers; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function setProperties(Google_Service_Apigee_GoogleCloudApigeeV1Properties $properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function getProperties() { return $this->properties; } public function setReasonPhrase($reasonPhrase) { $this->reasonPhrase = $reasonPhrase; } public function getReasonPhrase() { return $this->reasonPhrase; } public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setURI($uRI) { $this->uRI = $uRI; } public function getURI() { return $this->uRI; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK( Z6t  fvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.phpnu[code = $code; } public function getCode() { return $this->code; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata */ public function setMetadata(Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata */ public function getMetadata() { return $this->metadata; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( Zwgvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.phpnu[operationConfigType = $operationConfigType; } public function getOperationConfigType() { return $this->operationConfigType; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperationConfig[] */ public function setOperationConfigs($operationConfigs) { $this->operationConfigs = $operationConfigs; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperationConfig[] */ public function getOperationConfigs() { return $this->operationConfigs; } } PK( Z'bvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CommonNameConfig.phpnu[matchWildCards = $matchWildCards; } public function getMatchWildCards() { return $this->matchWildCards; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Zp1ovendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupsResponse.phpnu[environmentGroups = $environmentGroups; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup[] */ public function getEnvironmentGroups() { return $this->environmentGroups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z[w[[kvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDebugSessionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Session[] */ public function setSessions($sessions) { $this->sessions = $sessions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Session[] */ public function getSessions() { return $this->sessions; } } PK( ZB`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportProperty.phpnu[property = $property; } public function getProperty() { return $this->property; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setValue($value) { $this->value = $value; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getValue() { return $this->value; } } PK( ZLivendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListApiProductsResponse.phpnu[apiProduct = $apiProduct; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProduct[] */ public function getApiProduct() { return $this->apiProduct; } } PK( Z(x99_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ConfigVersion.phpnu[majorVersion = $majorVersion; } public function getMajorVersion() { return $this->majorVersion; } public function setMinorVersion($minorVersion) { $this->minorVersion = $minorVersion; } public function getMinorVersion() { return $this->minorVersion; } } PK( ZKٝ dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceConfig.phpnu[endpoint = $endpoint; } public function getEndpoint() { return $this->endpoint; } public function setExporter($exporter) { $this->exporter = $exporter; } public function getExporter() { return $this->exporter; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfigOverride[] */ public function setOverrides($overrides) { $this->overrides = $overrides; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfigOverride[] */ public function getOverrides() { return $this->overrides; } public function setRevisionCreateTime($revisionCreateTime) { $this->revisionCreateTime = $revisionCreateTime; } public function getRevisionCreateTime() { return $this->revisionCreateTime; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceSamplingConfig */ public function setSamplingConfig(Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceSamplingConfig $samplingConfig) { $this->samplingConfig = $samplingConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceSamplingConfig */ public function getSamplingConfig() { return $this->samplingConfig; } } PK( ZEoK[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcPreconditionFailure.phpnu[violations = $violations; } /** * @return Google_Service_Apigee_GoogleRpcPreconditionFailureViolation[] */ public function getViolations() { return $this->violations; } } PK( Z9O]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiCategory.phpnu[data = $data; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiCategoryData */ public function getData() { return $this->data; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK( Z|11_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExportRequest.phpnu[csvDelimiter = $csvDelimiter; } public function getCsvDelimiter() { return $this->csvDelimiter; } public function setDatastoreName($datastoreName) { $this->datastoreName = $datastoreName; } public function getDatastoreName() { return $this->datastoreName; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DateRange */ public function setDateRange(Google_Service_Apigee_GoogleCloudApigeeV1DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DateRange */ public function getDateRange() { return $this->dateRange; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutputFormat($outputFormat) { $this->outputFormat = $outputFormat; } public function getOutputFormat() { return $this->outputFormat; } } PK( Z?Аwvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.phpnu[basepath = $basepath; } public function getBasepath() { return $this->basepath; } public function setEnvgroup($envgroup) { $this->envgroup = $envgroup; } public function getEnvgroup() { return $this->envgroup; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } } PK( ZjG Zvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CertInfo.phpnu[basicConstraints = $basicConstraints; } public function getBasicConstraints() { return $this->basicConstraints; } public function setExpiryDate($expiryDate) { $this->expiryDate = $expiryDate; } public function getExpiryDate() { return $this->expiryDate; } public function setIsValid($isValid) { $this->isValid = $isValid; } public function getIsValid() { return $this->isValid; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } public function getPublicKey() { return $this->publicKey; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setSigAlgName($sigAlgName) { $this->sigAlgName = $sigAlgName; } public function getSigAlgName() { return $this->sigAlgName; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } public function setSubjectAlternativeNames($subjectAlternativeNames) { $this->subjectAlternativeNames = $subjectAlternativeNames; } public function getSubjectAlternativeNames() { return $this->subjectAlternativeNames; } public function setValidFrom($validFrom) { $this->validFrom = $validFrom; } public function getValidFrom() { return $this->validFrom; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( Z<cvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.phpnu[operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTargetResourceName($targetResourceName) { $this->targetResourceName = $targetResourceName; } public function getTargetResourceName() { return $this->targetResourceName; } } PK( Z lHOXX[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Reference.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRefers($refers) { $this->refers = $refers; } public function getRefers() { return $this->refers; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK( Z[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Datastore.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DatastoreConfig */ public function setDatastoreConfig(Google_Service_Apigee_GoogleCloudApigeeV1DatastoreConfig $datastoreConfig) { $this->datastoreConfig = $datastoreConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DatastoreConfig */ public function getDatastoreConfig() { return $this->datastoreConfig; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } public function setOrg($org) { $this->org = $org; } public function getOrg() { return $this->org; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } public function setTargetType($targetType) { $this->targetType = $targetType; } public function getTargetType() { return $this->targetType; } } PK( Z-11gvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.phpnu[emailIds = $emailIds; } public function getEmailIds() { return $this->emailIds; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK( ZAhZvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiProxy.phpnu[latestRevisionId = $latestRevisionId; } public function getLatestRevisionId() { return $this->latestRevisionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata */ public function setMetaData(Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata $metaData) { $this->metaData = $metaData; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata */ public function getMetaData() { return $this->metaData; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK( Z61l$$[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Operation.phpnu[methods = $methods; } public function getMethods() { return $this->methods; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK( Z=bbbvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GraphQLOperation.phpnu[operation = $operation; } public function getOperation() { return $this->operation; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } } PK( Zz66Wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Stats.phpnu[environments = $environments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1StatsEnvironmentStats[] */ public function getEnvironments() { return $this->environments; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1StatsHostStats[] */ public function setHosts($hosts) { $this->hosts = $hosts; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1StatsHostStats[] */ public function getHosts() { return $this->hosts; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Metadata */ public function setMetaData(Google_Service_Apigee_GoogleCloudApigeeV1Metadata $metaData) { $this->metaData = $metaData; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metadata */ public function getMetaData() { return $this->metaData; } } PK( Z [vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1PodStatus.phpnu[appVersion = $appVersion; } public function getAppVersion() { return $this->appVersion; } public function setDeploymentStatus($deploymentStatus) { $this->deploymentStatus = $deploymentStatus; } public function getDeploymentStatus() { return $this->deploymentStatus; } public function setDeploymentStatusTime($deploymentStatusTime) { $this->deploymentStatusTime = $deploymentStatusTime; } public function getDeploymentStatusTime() { return $this->deploymentStatusTime; } public function setDeploymentTime($deploymentTime) { $this->deploymentTime = $deploymentTime; } public function getDeploymentTime() { return $this->deploymentTime; } public function setPodName($podName) { $this->podName = $podName; } public function getPodName() { return $this->podName; } public function setPodStatus($podStatus) { $this->podStatus = $podStatus; } public function getPodStatus() { return $this->podStatus; } public function setPodStatusTime($podStatusTime) { $this->podStatusTime = $podStatusTime; } public function getPodStatusTime() { return $this->podStatusTime; } public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } public function setStatusCodeDetails($statusCodeDetails) { $this->statusCodeDetails = $statusCodeDetails; } public function getStatusCodeDetails() { return $this->statusCodeDetails; } } PK( ZrΎ\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Attributes.phpnu[attribute = $attribute; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttribute() { return $this->attribute; } } PK( Z*kklvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceConfigOverride.phpnu[apiProxy = $apiProxy; } public function getApiProxy() { return $this->apiProxy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevisionCreateTime($revisionCreateTime) { $this->revisionCreateTime = $revisionCreateTime; } public function getRevisionCreateTime() { return $this->revisionCreateTime; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceSamplingConfig */ public function setSamplingConfig(Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceSamplingConfig $samplingConfig) { $this->samplingConfig = $samplingConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceSamplingConfig */ public function getSamplingConfig() { return $this->samplingConfig; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK( Zu%Ukvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListCustomReportsResponse.phpnu[qualifier = $qualifier; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1CustomReport[] */ public function getQualifier() { return $this->qualifier; } } PK( Z}֖*ff^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Organization.phpnu[analyticsRegion = $analyticsRegion; } public function getAnalyticsRegion() { return $this->analyticsRegion; } public function setAttributes($attributes) { $this->attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setAuthorizedNetwork($authorizedNetwork) { $this->authorizedNetwork = $authorizedNetwork; } public function getAuthorizedNetwork() { return $this->authorizedNetwork; } public function setBillingType($billingType) { $this->billingType = $billingType; } public function getBillingType() { return $this->billingType; } public function setCaCertificate($caCertificate) { $this->caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnvironments($environments) { $this->environments = $environments; } public function getEnvironments() { return $this->environments; } public function setExpiresAt($expiresAt) { $this->expiresAt = $expiresAt; } public function getExpiresAt() { return $this->expiresAt; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function setProperties(Google_Service_Apigee_GoogleCloudApigeeV1Properties $properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function getProperties() { return $this->properties; } public function setRuntimeDatabaseEncryptionKeyName($runtimeDatabaseEncryptionKeyName) { $this->runtimeDatabaseEncryptionKeyName = $runtimeDatabaseEncryptionKeyName; } public function getRuntimeDatabaseEncryptionKeyName() { return $this->runtimeDatabaseEncryptionKeyName; } public function setRuntimeType($runtimeType) { $this->runtimeType = $runtimeType; } public function getRuntimeType() { return $this->runtimeType; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSubscriptionType($subscriptionType) { $this->subscriptionType = $subscriptionType; } public function getSubscriptionType() { return $this->subscriptionType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZrК[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DateRange.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK( ZNLrrhvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.phpnu[ "TimeUnit", ); public $timeUnit; protected $metaDataType = 'Google_Service_Apigee_GoogleCloudApigeeV1Metadata'; protected $metaDataDataType = ''; public $resultTruncated; protected $statsType = 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsNode'; protected $statsDataType = ''; public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } public function getTimeUnit() { return $this->timeUnit; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Metadata */ public function setMetaData(Google_Service_Apigee_GoogleCloudApigeeV1Metadata $metaData) { $this->metaData = $metaData; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metadata */ public function getMetaData() { return $this->metaData; } public function setResultTruncated($resultTruncated) { $this->resultTruncated = $resultTruncated; } public function getResultTruncated() { return $this->resultTruncated; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsNode */ public function setStats(Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsNode $stats) { $this->stats = $stats; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsNode */ public function getStats() { return $this->stats; } } PK( ZN3~~\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1NatAddress.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( ZUgjvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListAsyncQueriesResponse.phpnu[queries = $queries; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1AsyncQuery[] */ public function getQueries() { return $this->queries; } } PK( ZՂ [vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DebugMask.phpnu[faultJSONPaths = $faultJSONPaths; } public function getFaultJSONPaths() { return $this->faultJSONPaths; } public function setFaultXPaths($faultXPaths) { $this->faultXPaths = $faultXPaths; } public function getFaultXPaths() { return $this->faultXPaths; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNamespaces($namespaces) { $this->namespaces = $namespaces; } public function getNamespaces() { return $this->namespaces; } public function setRequestJSONPaths($requestJSONPaths) { $this->requestJSONPaths = $requestJSONPaths; } public function getRequestJSONPaths() { return $this->requestJSONPaths; } public function setRequestXPaths($requestXPaths) { $this->requestXPaths = $requestXPaths; } public function getRequestXPaths() { return $this->requestXPaths; } public function setResponseJSONPaths($responseJSONPaths) { $this->responseJSONPaths = $responseJSONPaths; } public function getResponseJSONPaths() { return $this->responseJSONPaths; } public function setResponseXPaths($responseXPaths) { $this->responseXPaths = $responseXPaths; } public function getResponseXPaths() { return $this->responseXPaths; } public function setVariables($variables) { $this->variables = $variables; } public function getVariables() { return $this->variables; } } PK( Zr Q?**zvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.phpnu[percentage = $percentage; } public function getPercentage() { return $this->percentage; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK( Z_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceFiles.phpnu[resourceFile = $resourceFile; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile[] */ public function getResourceFile() { return $this->resourceFile; } } PK( Z l`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceStatus.phpnu[resource = $resource; } public function getResource() { return $this->resource; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RevisionStatus[] */ public function setRevisions($revisions) { $this->revisions = $revisions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RevisionStatus[] */ public function getRevisions() { return $this->revisions; } public function setTotalReplicas($totalReplicas) { $this->totalReplicas = $totalReplicas; } public function getTotalReplicas() { return $this->totalReplicas; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK( Z"G((cvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SyncAuthorization.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setIdentities($identities) { $this->identities = $identities; } public function getIdentities() { return $this->identities; } } PK( ZVmvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GetSyncAuthorizationRequest.phpnu[apiProxy = $apiProxy; } public function getApiProxy() { return $this->apiProxy; } public function setDeployStartTime($deployStartTime) { $this->deployStartTime = $deployStartTime; } public function getDeployStartTime() { return $this->deployStartTime; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } /** * @param Google_Service_Apigee_GoogleRpcStatus[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Apigee_GoogleRpcStatus[] */ public function getErrors() { return $this->errors; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatus[] */ public function setInstances($instances) { $this->instances = $instances; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatus[] */ public function getInstances() { return $this->instances; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1PodStatus[] */ public function setPods($pods) { $this->pods = $pods; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1PodStatus[] */ public function getPods() { return $this->pods; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict[] */ public function setRouteConflicts($routeConflicts) { $this->routeConflicts = $routeConflicts; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict[] */ public function getRouteConflicts() { return $this->routeConflicts; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( Zw2ii^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DebugSession.phpnu[count = $count; } public function getCount() { return $this->count; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } public function setTracesize($tracesize) { $this->tracesize = $tracesize; } public function getTracesize() { return $this->tracesize; } public function setValidity($validity) { $this->validity = $validity; } public function getValidity() { return $this->validity; } } PK( Z rvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentResourcesResponse.phpnu[resourceFile = $resourceFile; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceFile[] */ public function getResourceFile() { return $this->resourceFile; } } PK( Z]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetric.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZQavendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReferenceConfig.phpnu[name = $name; } public function getName() { return $this->name; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK( Zwwgvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1StatsEnvironmentStats.phpnu[dimensions = $dimensions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DimensionMetric[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metric[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationGroup.phpnu[operationConfigType = $operationConfigType; } public function getOperationConfigType() { return $this->operationConfigType; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig[] */ public function setOperationConfigs($operationConfigs) { $this->operationConfigs = $operationConfigs; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig[] */ public function getOperationConfigs() { return $this->operationConfigs; } } PK( ZN$(Zvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Keystore.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( ZIe]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1UpdateError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Zquϯkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListHybridIssuersResponse.phpnu[issuers = $issuers; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ServiceIssuersMapping[] */ public function getIssuers() { return $this->issuers; } } PK( ZUFFPvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Apigee_GoogleIamV1AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Apigee_GoogleIamV1Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Apigee_GoogleIamV1Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( Z YZvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1FlowHook.phpnu[continueOnError = $continueOnError; } public function getContinueOnError() { return $this->continueOnError; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFlowHookPoint($flowHookPoint) { $this->flowHookPoint = $flowHookPoint; } public function getFlowHookPoint() { return $this->flowHookPoint; } public function setSharedFlow($sharedFlow) { $this->sharedFlow = $sharedFlow; } public function getSharedFlow() { return $this->sharedFlow; } } PK( ZB@@_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetadata.phpnu[dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setEndTimestamp($endTimestamp) { $this->endTimestamp = $endTimestamp; } public function getEndTimestamp() { return $this->endTimestamp; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setOutputFormat($outputFormat) { $this->outputFormat = $outputFormat; } public function getOutputFormat() { return $this->outputFormat; } public function setStartTimestamp($startTimestamp) { $this->startTimestamp = $startTimestamp; } public function getStartTimestamp() { return $this->startTimestamp; } public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } public function getTimeUnit() { return $this->timeUnit; } } PK( Z6f]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Environment.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function setProperties(Google_Service_Apigee_GoogleCloudApigeeV1Properties $properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function getProperties() { return $this->properties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( ZN ]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Apigee_GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK( Z(cvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Z(jRcvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TlsInfoCommonName.phpnu[value = $value; } public function getValue() { return $this->value; } public function setWildcardMatch($wildcardMatch) { $this->wildcardMatch = $wildcardMatch; } public function getWildcardMatch() { return $this->wildcardMatch; } } PK( ZjNvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcStatus.phpnu[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; } } PK( Z7  _vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DataCollector.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Zm m hvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReport.phpnu[routingChanges = $routingChanges; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingChange[] */ public function getRoutingChanges() { return $this->routingChanges; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict[] */ public function setRoutingConflicts($routingConflicts) { $this->routingConflicts = $routingConflicts; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict[] */ public function getRoutingConflicts() { return $this->routingConflicts; } /** * @param Google_Service_Apigee_GoogleRpcPreconditionFailure */ public function setValidationErrors(Google_Service_Apigee_GoogleRpcPreconditionFailure $validationErrors) { $this->validationErrors = $validationErrors; } /** * @return Google_Service_Apigee_GoogleRpcPreconditionFailure */ public function getValidationErrors() { return $this->validationErrors; } } PK( Z>ivendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.phpnu[sharedFlows = $sharedFlows; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow[] */ public function getSharedFlows() { return $this->sharedFlows; } } PK( Ze@fppkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperAppsResponse.phpnu[app = $app; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp[] */ public function getApp() { return $this->app; } } PK( Zb[[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Attribute.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z Nccgvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z3wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict.phpnu[conflictingDeployment = $conflictingDeployment; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment */ public function getConflictingDeployment() { return $this->conflictingDeployment; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnvironmentGroup($environmentGroup) { $this->environmentGroup = $environmentGroup; } public function getEnvironmentGroup() { return $this->environmentGroup; } } PK( Z:  bvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CanaryEvaluation.phpnu[control = $control; } public function getControl() { return $this->control; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels */ public function setMetricLabels(Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels $metricLabels) { $this->metricLabels = $metricLabels; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels */ public function getMetricLabels() { return $this->metricLabels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTreatment($treatment) { $this->treatment = $treatment; } public function getTreatment() { return $this->treatment; } public function setVerdict($verdict) { $this->verdict = $verdict; } public function getVerdict() { return $this->verdict; } } PK( ZJ [vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Developer.phpnu[accessType = $accessType; } public function getAccessType() { return $this->accessType; } public function setAppFamily($appFamily) { $this->appFamily = $appFamily; } public function getAppFamily() { return $this->appFamily; } public function setApps($apps) { $this->apps = $apps; } public function getApps() { return $this->apps; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } public function setCompanies($companies) { $this->companies = $companies; } public function getCompanies() { return $this->companies; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDeveloperId($developerId) { $this->developerId = $developerId; } public function getDeveloperId() { return $this->developerId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFirstName($firstName) { $this->firstName = $firstName; } public function getFirstName() { return $this->firstName; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setLastName($lastName) { $this->lastName = $lastName; } public function getLastName() { return $this->lastName; } public function setOrganizationName($organizationName) { $this->organizationName = $organizationName; } public function getOrganizationName() { return $this->organizationName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK( ZS-Pvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleApiHttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK( ZWH8Wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Point.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Result[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Result[] */ public function getResults() { return $this->results; } } PK( ZU}qvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListInstanceAttachmentsResponse.phpnu[attachments = $attachments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment[] */ public function getAttachments() { return $this->attachments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z)xkkdvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsNode.phpnu[data = $data; } public function getData() { return $this->data; } } PK( Z~AQdvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Zyll\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiProduct.phpnu[apiResources = $apiResources; } public function getApiResources() { return $this->apiResources; } public function setApprovalType($approvalType) { $this->approvalType = $approvalType; } public function getApprovalType() { return $this->approvalType; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnvironments($environments) { $this->environments = $environments; } public function getEnvironments() { return $this->environments; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperationGroup */ public function setGraphqlOperationGroup(Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperationGroup $graphqlOperationGroup) { $this->graphqlOperationGroup = $graphqlOperationGroup; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperationGroup */ public function getGraphqlOperationGroup() { return $this->graphqlOperationGroup; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1OperationGroup */ public function setOperationGroup(Google_Service_Apigee_GoogleCloudApigeeV1OperationGroup $operationGroup) { $this->operationGroup = $operationGroup; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1OperationGroup */ public function getOperationGroup() { return $this->operationGroup; } public function setProxies($proxies) { $this->proxies = $proxies; } public function getProxies() { return $this->proxies; } public function setQuota($quota) { $this->quota = $quota; } public function getQuota() { return $this->quota; } public function setQuotaInterval($quotaInterval) { $this->quotaInterval = $quotaInterval; } public function getQuotaInterval() { return $this->quotaInterval; } public function setQuotaTimeUnit($quotaTimeUnit) { $this->quotaTimeUnit = $quotaTimeUnit; } public function getQuotaTimeUnit() { return $this->quotaTimeUnit; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } } PK( Z}N]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Certificate.phpnu[certInfo = $certInfo; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1CertInfo[] */ public function getCertInfo() { return $this->certInfo; } } PK( ZZg%%mvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportInstanceStatusRequest.phpnu[instanceUid = $instanceUid; } public function getInstanceUid() { return $this->instanceUid; } public function setReportTime($reportTime) { $this->reportTime = $reportTime; } public function getReportTime() { return $this->reportTime; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ResourceStatus[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceStatus[] */ public function getResources() { return $this->resources; } } PK( ZԮ99hvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.phpnu[hostnames = $hostnames; } public function getHostnames() { return $this->hostnames; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RoutingRule[] */ public function setRoutingRules($routingRules) { $this->routingRules = $routingRules; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RoutingRule[] */ public function getRoutingRules() { return $this->routingRules; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK( ZGHJfvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustom($custom) { $this->custom = $custom; } public function getCustom() { return $this->custom; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z. Uvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1App.phpnu[apiProducts = $apiProducts; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ApiProductRef[] */ public function getApiProducts() { return $this->apiProducts; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } public function setCallbackUrl($callbackUrl) { $this->callbackUrl = $callbackUrl; } public function getCallbackUrl() { return $this->callbackUrl; } public function setCompanyName($companyName) { $this->companyName = $companyName; } public function getCompanyName() { return $this->companyName; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Credential[] */ public function setCredentials($credentials) { $this->credentials = $credentials; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Credential[] */ public function getCredentials() { return $this->credentials; } public function setDeveloperId($developerId) { $this->developerId = $developerId; } public function getDeveloperId() { return $this->developerId; } public function setKeyExpiresIn($keyExpiresIn) { $this->keyExpiresIn = $keyExpiresIn; } public function getKeyExpiresIn() { return $this->keyExpiresIn; } public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } public function getLastModifiedAt() { return $this->lastModifiedAt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK( ZI Wevendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TraceConfigOverride.phpnu[apiProxy = $apiProxy; } public function getApiProxy() { return $this->apiProxy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TraceSamplingConfig */ public function setSamplingConfig(Google_Service_Apigee_GoogleCloudApigeeV1TraceSamplingConfig $samplingConfig) { $this->samplingConfig = $samplingConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceSamplingConfig */ public function getSamplingConfig() { return $this->samplingConfig; } } PK( Z7--]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TraceConfig.phpnu[endpoint = $endpoint; } public function getEndpoint() { return $this->endpoint; } public function setExporter($exporter) { $this->exporter = $exporter; } public function getExporter() { return $this->exporter; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TraceSamplingConfig */ public function setSamplingConfig(Google_Service_Apigee_GoogleCloudApigeeV1TraceSamplingConfig $samplingConfig) { $this->samplingConfig = $samplingConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TraceSamplingConfig */ public function getSamplingConfig() { return $this->samplingConfig; } } PK( Zi Wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Query.phpnu[csvDelimiter = $csvDelimiter; } public function getCsvDelimiter() { return $this->csvDelimiter; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setEnvgroupHostname($envgroupHostname) { $this->envgroupHostname = $envgroupHostname; } public function getEnvgroupHostname() { return $this->envgroupHostname; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGroupByTimeUnit($groupByTimeUnit) { $this->groupByTimeUnit = $groupByTimeUnit; } public function getGroupByTimeUnit() { return $this->groupByTimeUnit; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1QueryMetric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1QueryMetric[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutputFormat($outputFormat) { $this->outputFormat = $outputFormat; } public function getOutputFormat() { return $this->outputFormat; } public function setReportDefinitionId($reportDefinitionId) { $this->reportDefinitionId = $reportDefinitionId; } public function getReportDefinitionId() { return $this->reportDefinitionId; } public function setTimeRange($timeRange) { $this->timeRange = $timeRange; } public function getTimeRange() { return $this->timeRange; } } PK( Z7ن-avendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DimensionMetric.phpnu[metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metric[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z-dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CustomReportMetric.phpnu[function = $function; } public function getFunction() { return $this->function; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z ^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceFile.phpnu[name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZI%TTXvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Access.phpnu[ "Get", "remove" => "Remove", "set" => "Set", ); protected $getType = 'Google_Service_Apigee_GoogleCloudApigeeV1AccessGet'; protected $getDataType = ''; protected $removeType = 'Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove'; protected $removeDataType = ''; protected $setType = 'Google_Service_Apigee_GoogleCloudApigeeV1AccessSet'; protected $setDataType = ''; /** * @param Google_Service_Apigee_GoogleCloudApigeeV1AccessGet */ public function setGet(Google_Service_Apigee_GoogleCloudApigeeV1AccessGet $get) { $this->get = $get; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1AccessGet */ public function getGet() { return $this->get; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove */ public function setRemove(Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove $remove) { $this->remove = $remove; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove */ public function getRemove() { return $this->remove; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1AccessSet */ public function setSet(Google_Service_Apigee_GoogleCloudApigeeV1AccessSet $set) { $this->set = $set; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1AccessSet */ public function getSet() { return $this->set; } } PK( ZPPQvendor/google/apiclient-services/src/Google/Service/SecretManager/UserManaged.phpnu[replicas = $replicas; } /** * @return Google_Service_SecretManager_Replica[] */ public function getReplicas() { return $this->replicas; } } PK( Z]|VVTvendor/google/apiclient-services/src/Google/Service/SecretManager/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK( ZRavendor/google/apiclient-services/src/Google/Service/SecretManager/DisableSecretVersionRequest.phpnu[kmsKeyVersionName = $kmsKeyVersionName; } public function getKmsKeyVersionName() { return $this->kmsKeyVersionName; } } PK( Z fYvendor/google/apiclient-services/src/Google/Service/SecretManager/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_SecretManager_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK( Z>ڨ**Lvendor/google/apiclient-services/src/Google/Service/SecretManager/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_SecretManager_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_SecretManager_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_SecretManager_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( Z`Havendor/google/apiclient-services/src/Google/Service/SecretManager/AccessSecretVersionResponse.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SecretManager_SecretPayload */ public function setPayload(Google_Service_SecretManager_SecretPayload $payload) { $this->payload = $payload; } /** * @return Google_Service_SecretManager_SecretPayload */ public function getPayload() { return $this->payload; } } PK( Z`vendor/google/apiclient-services/src/Google/Service/SecretManager/EnableSecretVersionRequest.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK( Z:O`vendor/google/apiclient-services/src/Google/Service/SecretManager/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Z[ɸ `vendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.phpnu[ * $secretmanagerService = new Google_Service_SecretManager(...); * $locations = $secretmanagerService->locations; * */ class Google_Service_SecretManager_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SecretManager_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_SecretManager_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecretManager_ListLocationsResponse"); } } PK( Z: vR"R"^vendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecrets.phpnu[ * $secretmanagerService = new Google_Service_SecretManager(...); * $secrets = $secretmanagerService->secrets; * */ class Google_Service_SecretManager_Resource_ProjectsSecrets extends Google_Service_Resource { /** * Creates a new SecretVersion containing secret data and attaches it to an * existing Secret. (secrets.addVersion) * * @param string $parent Required. The resource name of the Secret to associate * with the SecretVersion in the format `projects/secrets`. * @param Google_Service_SecretManager_AddSecretVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretVersion */ public function addVersion($parent, Google_Service_SecretManager_AddSecretVersionRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addVersion', array($params), "Google_Service_SecretManager_SecretVersion"); } /** * Creates a new Secret containing no SecretVersions. (secrets.create) * * @param string $parent Required. The resource name of the project to associate * with the Secret, in the format `projects`. * @param Google_Service_SecretManager_Secret $postBody * @param array $optParams Optional parameters. * * @opt_param string secretId Required. This must be unique within the project. * A secret ID is a string with a maximum length of 255 characters and can * contain uppercase and lowercase letters, numerals, and the hyphen (`-`) and * underscore (`_`) characters. * @return Google_Service_SecretManager_Secret */ public function create($parent, Google_Service_SecretManager_Secret $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SecretManager_Secret"); } /** * Deletes a Secret. (secrets.delete) * * @param string $name Required. The resource name of the Secret to delete in * the format `projects/secrets`. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretmanagerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SecretManager_SecretmanagerEmpty"); } /** * Gets metadata for a given Secret. (secrets.get) * * @param string $name Required. The resource name of the Secret, in the format * `projects/secrets`. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_Secret */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SecretManager_Secret"); } /** * Gets the access control policy for a secret. Returns empty policy if the * secret exists and does not have a policy set. (secrets.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_SecretManager_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_SecretManager_Policy"); } /** * Lists Secrets. (secrets.listProjectsSecrets) * * @param string $parent Required. The resource name of the project associated * with the Secrets, in the format `projects`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to be * returned in a single page. If set to 0, the server decides the number of * results to return. If the number is greater than 25000, it is capped at * 25000. * @opt_param string pageToken Optional. Pagination token, returned earlier via * ListSecretsResponse.next_page_token. * @return Google_Service_SecretManager_ListSecretsResponse */ public function listProjectsSecrets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecretManager_ListSecretsResponse"); } /** * Updates metadata of an existing Secret. (secrets.patch) * * @param string $name Output only. The resource name of the Secret in the * format `projects/secrets`. * @param Google_Service_SecretManager_Secret $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Specifies the fields to be updated. * @return Google_Service_SecretManager_Secret */ public function patch($name, Google_Service_SecretManager_Secret $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SecretManager_Secret"); } /** * Sets the access control policy on the specified secret. Replaces any existing * policy. Permissions on SecretVersions are enforced according to the policy * set on the associated Secret. (secrets.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_SecretManager_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_Policy */ public function setIamPolicy($resource, Google_Service_SecretManager_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_SecretManager_Policy"); } /** * Returns permissions that a caller has for the specified secret. If the secret * does not exist, this call returns 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. (secrets.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_SecretManager_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_SecretManager_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_SecretManager_TestIamPermissionsResponse"); } } PK( ZBoтWvendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/Projects.phpnu[ * $secretmanagerService = new Google_Service_SecretManager(...); * $projects = $secretmanagerService->projects; * */ class Google_Service_SecretManager_Resource_Projects extends Google_Service_Resource { } PK( Zi8?ggfvendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.phpnu[ * $secretmanagerService = new Google_Service_SecretManager(...); * $versions = $secretmanagerService->versions; * */ class Google_Service_SecretManager_Resource_ProjectsSecretsVersions extends Google_Service_Resource { /** * Accesses a SecretVersion. This call returns the secret data. * `projects/secrets/versions/latest` is an alias to the `latest` SecretVersion. * (versions.access) * * @param string $name Required. The resource name of the SecretVersion in the * format `projects/secrets/versions`. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_AccessSecretVersionResponse */ public function access($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('access', array($params), "Google_Service_SecretManager_AccessSecretVersionResponse"); } /** * Destroys a SecretVersion. Sets the state of the SecretVersion to DESTROYED * and irrevocably destroys the secret data. (versions.destroy) * * @param string $name Required. The resource name of the SecretVersion to * destroy in the format `projects/secrets/versions`. * @param Google_Service_SecretManager_DestroySecretVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretVersion */ public function destroy($name, Google_Service_SecretManager_DestroySecretVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('destroy', array($params), "Google_Service_SecretManager_SecretVersion"); } /** * Disables a SecretVersion. Sets the state of the SecretVersion to DISABLED. * (versions.disable) * * @param string $name Required. The resource name of the SecretVersion to * disable in the format `projects/secrets/versions`. * @param Google_Service_SecretManager_DisableSecretVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretVersion */ public function disable($name, Google_Service_SecretManager_DisableSecretVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disable', array($params), "Google_Service_SecretManager_SecretVersion"); } /** * Enables a SecretVersion. Sets the state of the SecretVersion to ENABLED. * (versions.enable) * * @param string $name Required. The resource name of the SecretVersion to * enable in the format `projects/secrets/versions`. * @param Google_Service_SecretManager_EnableSecretVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretVersion */ public function enable($name, Google_Service_SecretManager_EnableSecretVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enable', array($params), "Google_Service_SecretManager_SecretVersion"); } /** * Gets metadata for a SecretVersion. `projects/secrets/versions/latest` is an * alias to the `latest` SecretVersion. (versions.get) * * @param string $name Required. The resource name of the SecretVersion in the * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an * alias to the `latest` SecretVersion. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretVersion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SecretManager_SecretVersion"); } /** * Lists SecretVersions. This call does not return secret data. * (versions.listProjectsSecretsVersions) * * @param string $parent Required. The resource name of the Secret associated * with the SecretVersions to list, in the format `projects/secrets`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to be * returned in a single page. If set to 0, the server decides the number of * results to return. If the number is greater than 25000, it is capped at * 25000. * @opt_param string pageToken Optional. Pagination token, returned earlier via * ListSecretVersionsResponse.next_page_token][]. * @return Google_Service_SecretManager_ListSecretVersionsResponse */ public function listProjectsSecretsVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SecretManager_ListSecretVersionsResponse"); } } PK( Z=pciYY]vendor/google/apiclient-services/src/Google/Service/SecretManager/AddSecretVersionRequest.phpnu[payload = $payload; } /** * @return Google_Service_SecretManager_SecretPayload */ public function getPayload() { return $this->payload; } } PK( Z?}Mvendor/google/apiclient-services/src/Google/Service/SecretManager/Binding.phpnu[condition = $condition; } /** * @return Google_Service_SecretManager_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK( Z+]//Svendor/google/apiclient-services/src/Google/Service/SecretManager/SecretPayload.phpnu[data = $data; } public function getData() { return $this->data; } } PK( ZTS33[vendor/google/apiclient-services/src/Google/Service/SecretManager/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_SecretManager_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( ZӳMvendor/google/apiclient-services/src/Google/Service/SecretManager/Replica.phpnu[customerManagedEncryption = $customerManagedEncryption; } /** * @return Google_Service_SecretManager_CustomerManagedEncryption */ public function getCustomerManagedEncryption() { return $this->customerManagedEncryption; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } PK( Z-Qvendor/google/apiclient-services/src/Google/Service/SecretManager/Replication.phpnu[automatic = $automatic; } /** * @return Google_Service_SecretManager_Automatic */ public function getAutomatic() { return $this->automatic; } /** * @param Google_Service_SecretManager_UserManaged */ public function setUserManaged(Google_Service_SecretManager_UserManaged $userManaged) { $this->userManaged = $userManaged; } /** * @return Google_Service_SecretManager_UserManaged */ public function getUserManaged() { return $this->userManaged; } } PK( ZPˊ_vendor/google/apiclient-services/src/Google/Service/SecretManager/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Zi))Uvendor/google/apiclient-services/src/Google/Service/SecretManager/AutomaticStatus.phpnu[customerManagedEncryption = $customerManagedEncryption; } /** * @return Google_Service_SecretManager_CustomerManagedEncryptionStatus */ public function getCustomerManagedEncryption() { return $this->customerManagedEncryption; } } PK( Z(hhWvendor/google/apiclient-services/src/Google/Service/SecretManager/UserManagedStatus.phpnu[replicas = $replicas; } /** * @return Google_Service_SecretManager_ReplicaStatus[] */ public function getReplicas() { return $this->replicas; } } PK( Z;lXvendor/google/apiclient-services/src/Google/Service/SecretManager/SecretmanagerEmpty.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDestroyTime($destroyTime) { $this->destroyTime = $destroyTime; } public function getDestroyTime() { return $this->destroyTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SecretManager_ReplicationStatus */ public function setReplicationStatus(Google_Service_SecretManager_ReplicationStatus $replicationStatus) { $this->replicationStatus = $replicationStatus; } /** * @return Google_Service_SecretManager_ReplicationStatus */ public function getReplicationStatus() { return $this->replicationStatus; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( ZNSvendor/google/apiclient-services/src/Google/Service/SecretManager/ReplicaStatus.phpnu[customerManagedEncryption = $customerManagedEncryption; } /** * @return Google_Service_SecretManager_CustomerManagedEncryptionStatus */ public function getCustomerManagedEncryption() { return $this->customerManagedEncryption; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } PK( Zkcc''Kvendor/google/apiclient-services/src/Google/Service/SecretManager/Topic.phpnu[name = $name; } public function getName() { return $this->name; } } PK( Z܀b  Lvendor/google/apiclient-services/src/Google/Service/SecretManager/Secret.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SecretManager_Replication */ public function setReplication(Google_Service_SecretManager_Replication $replication) { $this->replication = $replication; } /** * @return Google_Service_SecretManager_Replication */ public function getReplication() { return $this->replication; } /** * @param Google_Service_SecretManager_Topic[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return Google_Service_SecretManager_Topic[] */ public function getTopics() { return $this->topics; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK( Z(avendor/google/apiclient-services/src/Google/Service/SecretManager/DestroySecretVersionRequest.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z2žXGGQvendor/google/apiclient-services/src/Google/Service/SecretManager/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_SecretManager_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK( Z!Z$m`vendor/google/apiclient-services/src/Google/Service/SecretManager/ListSecretVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_SecretManager_SecretVersion[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_SecretManager_SecretVersion[] */ public function getVersions() { return $this->versions; } } PK( Z 5I  Ovendor/google/apiclient-services/src/Google/Service/SecretManager/Automatic.phpnu[customerManagedEncryption = $customerManagedEncryption; } /** * @return Google_Service_SecretManager_CustomerManagedEncryption */ public function getCustomerManagedEncryption() { return $this->customerManagedEncryption; } } PK( ZgIYvendor/google/apiclient-services/src/Google/Service/SecretManager/ListSecretsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SecretManager_Secret[] */ public function setSecrets($secrets) { $this->secrets = $secrets; } /** * @return Google_Service_SecretManager_Secret[] */ public function getSecrets() { return $this->secrets; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK( ZIIWvendor/google/apiclient-services/src/Google/Service/SecretManager/ReplicationStatus.phpnu[automatic = $automatic; } /** * @return Google_Service_SecretManager_AutomaticStatus */ public function getAutomatic() { return $this->automatic; } /** * @param Google_Service_SecretManager_UserManagedStatus */ public function setUserManaged(Google_Service_SecretManager_UserManagedStatus $userManaged) { $this->userManaged = $userManaged; } /** * @return Google_Service_SecretManager_UserManagedStatus */ public function getUserManaged() { return $this->userManaged; } } PK( Z:!NNJvendor/google/apiclient-services/src/Google/Service/SecretManager/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK( Zf%\vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_CloudFilestore_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK( ZQvendor/google/apiclient-services/src/Google/Service/CloudFilestore/DailyCycle.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_CloudFilestore_TimeOfDay */ public function setStartTime(Google_Service_CloudFilestore_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_CloudFilestore_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK( Zr4``\vendor/google/apiclient-services/src/Google/Service/CloudFilestore/DenyMaintenancePeriod.phpnu[endDate = $endDate; } /** * @return Google_Service_CloudFilestore_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_CloudFilestore_Date */ public function setStartDate(Google_Service_CloudFilestore_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_CloudFilestore_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_CloudFilestore_TimeOfDay */ public function setTime(Google_Service_CloudFilestore_TimeOfDay $time) { $this->time = $time; } /** * @return Google_Service_CloudFilestore_TimeOfDay */ public function getTime() { return $this->time; } } PK( ZCCKvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK( Z*l++vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.phpnu[exclude = $exclude; } public function getExclude() { return $this->exclude; } public function setIsRollback($isRollback) { $this->isRollback = $isRollback; } public function getIsRollback() { return $this->isRollback; } /** * @param Google_Service_CloudFilestore_MaintenancePolicy[] */ public function setMaintenancePolicies($maintenancePolicies) { $this->maintenancePolicies = $maintenancePolicies; } /** * @return Google_Service_CloudFilestore_MaintenancePolicy[] */ public function getMaintenancePolicies() { return $this->maintenancePolicies; } } PK( Z/..Xvendor/google/apiclient-services/src/Google/Service/CloudFilestore/MaintenanceWindow.phpnu[dailyCycle = $dailyCycle; } /** * @return Google_Service_CloudFilestore_DailyCycle */ public function getDailyCycle() { return $this->dailyCycle; } /** * @param Google_Service_CloudFilestore_WeeklyCycle */ public function setWeeklyCycle(Google_Service_CloudFilestore_WeeklyCycle $weeklyCycle) { $this->weeklyCycle = $weeklyCycle; } /** * @return Google_Service_CloudFilestore_WeeklyCycle */ public function getWeeklyCycle() { return $this->weeklyCycle; } } PK( Zftvendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.phpnu[eligible = $eligible; } public function getEligible() { return $this->eligible; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK( Z;Zvendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListBackupsResponse.phpnu[backups = $backups; } /** * @return Google_Service_CloudFilestore_Backup[] */ public function getBackups() { return $this->backups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK( Ze""]vendor/google/apiclient-services/src/Google/Service/CloudFilestore/RestoreInstanceRequest.phpnu[fileShare = $fileShare; } public function getFileShare() { return $this->fileShare; } public function setSourceBackup($sourceBackup) { $this->sourceBackup = $sourceBackup; } public function getSourceBackup() { return $this->sourceBackup; } } PK( Z%q44Wvendor/google/apiclient-services/src/Google/Service/CloudFilestore/NfsExportOptions.phpnu[accessMode = $accessMode; } public function getAccessMode() { return $this->accessMode; } public function setAnonGid($anonGid) { $this->anonGid = $anonGid; } public function getAnonGid() { return $this->anonGid; } public function setAnonUid($anonUid) { $this->anonUid = $anonUid; } public function getAnonUid() { return $this->anonUid; } public function setIpRanges($ipRanges) { $this->ipRanges = $ipRanges; } public function getIpRanges() { return $this->ipRanges; } public function setSquashMode($squashMode) { $this->squashMode = $squashMode; } public function getSquashMode() { return $this->squashMode; } } PK( ZrȪ]vendor/google/apiclient-services/src/Google/Service/CloudFilestore/CancelOperationRequest.phpnu[resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } } PK( Zc!%%vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.phpnu[eligibilities = $eligibilities; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility[] */ public function getEligibilities() { return $this->eligibilities; } } PK( Z߷8 8 vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.phpnu[eligibility = $eligibility; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility */ public function getEligibility() { return $this->eligibility; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function setExclusions($exclusions) { $this->exclusions = $exclusions; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function getExclusions() { return $this->exclusions; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[] */ public function getNodes() { return $this->nodes; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility */ public function setPerSliEligibility(Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility $perSliEligibility) { $this->perSliEligibility = $perSliEligibility; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility */ public function getPerSliEligibility() { return $this->perSliEligibility; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } } PK( Z JWWRvendor/google/apiclient-services/src/Google/Service/CloudFilestore/WeeklyCycle.phpnu[schedule = $schedule; } /** * @return Google_Service_CloudFilestore_Schedule[] */ public function getSchedule() { return $this->schedule; } } PK( Z}avendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.phpnu[ * $fileService = new Google_Service_CloudFilestore(...); * $locations = $fileService->locations; * */ class Google_Service_CloudFilestore_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudFilestore_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param bool includeUnrevealedLocations If true, the returned list will * include locations which are not yet revealed. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudFilestore_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFilestore_ListLocationsResponse"); } } PK( Z8)kvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.phpnu[ * $fileService = new Google_Service_CloudFilestore(...); * $operations = $fileService->operations; * */ class Google_Service_CloudFilestore_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudFilestore_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_FileEmpty */ public function cancel($name, Google_Service_CloudFilestore_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudFilestore_FileEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_FileEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudFilestore_FileEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudFilestore_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_CloudFilestore_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFilestore_ListOperationsResponse"); } } PK( Z1jvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.phpnu[ * $fileService = new Google_Service_CloudFilestore(...); * $instances = $fileService->instances; * */ class Google_Service_CloudFilestore_Resource_ProjectsLocationsInstances extends Google_Service_Resource { /** * Creates an instance. When creating from a backup, the capacity of the new * instance needs to be equal to or larger than the capacity of the backup (and * also equal to or larger than the minimum capacity of the tier). * (instances.create) * * @param string $parent Required. The instance's project and location, in the * format projects/{project_id}/locations/{location}. In Cloud Filestore, * locations map to GCP zones, for example **us-west1-b**. * @param Google_Service_CloudFilestore_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string instanceId Required. The name of the instance to create. * The name must be unique for the specified project and location. * @return Google_Service_CloudFilestore_Operation */ public function create($parent, Google_Service_CloudFilestore_Instance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudFilestore_Operation"); } /** * Deletes an instance. (instances.delete) * * @param string $name Required. The instance resource name, in the format * projects/{project_id}/locations/{location}/instances/{instance_id} * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudFilestore_Operation"); } /** * Gets the details of a specific instance. (instances.get) * * @param string $name Required. The instance resource name, in the format * projects/{project_id}/locations/{location}/instances/{instance_id}. * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudFilestore_Instance"); } /** * Lists all instances in a project for either a specified location or for all * locations. (instances.listProjectsLocationsInstances) * * @param string $parent Required. The project and location for which to * retrieve instance information, in the format * projects/{project_id}/locations/{location}. In Cloud Filestore, locations map * to GCP zones, for example **us-west1-b**. To retrieve instance information * for all locations, use "-" for the {location} value. * @param array $optParams Optional parameters. * * @opt_param string filter List filter. * @opt_param string orderBy Sort results. Supported values are "name", "name * desc" or "" (unsorted). * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value to use if there are * additional results to retrieve for this list request. * @return Google_Service_CloudFilestore_ListInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFilestore_ListInstancesResponse"); } /** * Updates the settings of a specific instance. (instances.patch) * * @param string $name Output only. The resource name of the instance, in the * format projects/{project}/locations/{location}/instances/{instance}. * @param Google_Service_CloudFilestore_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask of fields to update. At least one path must * be supplied in this field. The elements of the repeated paths field may only * include these fields: * "description" * "file_shares" * "labels" * @return Google_Service_CloudFilestore_Operation */ public function patch($name, Google_Service_CloudFilestore_Instance $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudFilestore_Operation"); } /** * Restores an existing instance's file share from a backup. The capacity of the * instance needs to be equal to or larger than the capacity of the backup (and * also equal to or larger than the minimum capacity of the tier). * (instances.restore) * * @param string $name Required. The resource name of the instance, in the * format * projects/{project_number}/locations/{location_id}/instances/{instance_id}. * @param Google_Service_CloudFilestore_RestoreInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Operation */ public function restore($name, Google_Service_CloudFilestore_RestoreInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_CloudFilestore_Operation"); } } PK( ZnV||hvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsBackups.phpnu[ * $fileService = new Google_Service_CloudFilestore(...); * $backups = $fileService->backups; * */ class Google_Service_CloudFilestore_Resource_ProjectsLocationsBackups extends Google_Service_Resource { /** * Creates a backup. (backups.create) * * @param string $parent Required. The backup's project and location, in the * format projects/{project_number}/locations/{location}. In Cloud Filestore, * backup locations map to GCP regions, for example **us-west1**. * @param Google_Service_CloudFilestore_Backup $postBody * @param array $optParams Optional parameters. * * @opt_param string backupId Required. The ID to use for the backup. The ID * must be unique within the specified project and location. This value must * start with a lowercase letter followed by up to 62 lowercase letters, * numbers, or hyphens, and cannot end with a hyphen. Values that do not match * this pattern will trigger an INVALID_ARGUMENT error. * @return Google_Service_CloudFilestore_Operation */ public function create($parent, Google_Service_CloudFilestore_Backup $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudFilestore_Operation"); } /** * Deletes a backup. (backups.delete) * * @param string $name Required. The backup resource name, in the format * projects/{project_number}/locations/{location}/backups/{backup_id} * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudFilestore_Operation"); } /** * Gets the details of a specific backup. (backups.get) * * @param string $name Required. The backup resource name, in the format * projects/{project_number}/locations/{location}/backups/{backup_id}. * @param array $optParams Optional parameters. * @return Google_Service_CloudFilestore_Backup */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudFilestore_Backup"); } /** * Lists all backups in a project for either a specified location or for all * locations. (backups.listProjectsLocationsBackups) * * @param string $parent Required. The project and location for which to * retrieve backup information, in the format * projects/{project_number}/locations/{location}. In Cloud Filestore, backup * locations map to GCP regions, for example **us-west1**. To retrieve backup * information for all locations, use "-" for the {location} value. * @param array $optParams Optional parameters. * * @opt_param string filter List filter. * @opt_param string orderBy Sort results. Supported values are "name", "name * desc" or "" (unsorted). * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value to use if there are * additional results to retrieve for this list request. * @return Google_Service_CloudFilestore_ListBackupsResponse */ public function listProjectsLocationsBackups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFilestore_ListBackupsResponse"); } /** * Updates the settings of a specific backup. (backups.patch) * * @param string $name Output only. The resource name of the backup, in the * format projects/{project_number}/locations/{location_id}/backups/{backup_id}. * @param Google_Service_CloudFilestore_Backup $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. * @return Google_Service_CloudFilestore_Operation */ public function patch($name, Google_Service_CloudFilestore_Backup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudFilestore_Operation"); } } PK( Z1rrXvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/Projects.phpnu[ * $fileService = new Google_Service_CloudFilestore(...); * $projects = $fileService->projects; * */ class Google_Service_CloudFilestore_Resource_Projects extends Google_Service_Resource { } PK( Z(ee~vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1Instance.phpnu[consumerDefinedName = $consumerDefinedName; } public function getConsumerDefinedName() { return $this->consumerDefinedName; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMaintenancePolicyNames($maintenancePolicyNames) { $this->maintenancePolicyNames = $maintenancePolicyNames; } public function getMaintenancePolicyNames() { return $this->maintenancePolicyNames; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[] */ public function setMaintenanceSchedules($maintenanceSchedules) { $this->maintenanceSchedules = $maintenanceSchedules; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[] */ public function getMaintenanceSchedules() { return $this->maintenanceSchedules; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings */ public function setMaintenanceSettings(Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings $maintenanceSettings) { $this->maintenanceSettings = $maintenanceSettings; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings */ public function getMaintenanceSettings() { return $this->maintenanceSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerMetadata($producerMetadata) { $this->producerMetadata = $producerMetadata; } public function getProducerMetadata() { return $this->producerMetadata; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[] */ public function setProvisionedResources($provisionedResources) { $this->provisionedResources = $provisionedResources; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[] */ public function getProvisionedResources() { return $this->provisionedResources; } public function setSlmInstanceTemplate($slmInstanceTemplate) { $this->slmInstanceTemplate = $slmInstanceTemplate; } public function getSlmInstanceTemplate() { return $this->slmInstanceTemplate; } /** * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata */ public function setSloMetadata(Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata $sloMetadata) { $this->sloMetadata = $sloMetadata; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata */ public function getSloMetadata() { return $this->sloMetadata; } public function setSoftwareVersions($softwareVersions) { $this->softwareVersions = $softwareVersions; } public function getSoftwareVersions() { return $this->softwareVersions; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTenantProjectId($tenantProjectId) { $this->tenantProjectId = $tenantProjectId; } public function getTenantProjectId() { return $this->tenantProjectId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK( Z}Xvendor/google/apiclient-services/src/Google/Service/CloudFilestore/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK( Zv jjXvendor/google/apiclient-services/src/Google/Service/CloudFilestore/MaintenancePolicy.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudFilestore_UpdatePolicy */ public function setUpdatePolicy(Google_Service_CloudFilestore_UpdatePolicy $updatePolicy) { $this->updatePolicy = $updatePolicy; } /** * @return Google_Service_CloudFilestore_UpdatePolicy */ public function getUpdatePolicy() { return $this->updatePolicy; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK( ZA)77\vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudFilestore_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z*3k  vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.phpnu[canReschedule = $canReschedule; } public function getCanReschedule() { return $this->canReschedule; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRolloutManagementPolicy($rolloutManagementPolicy) { $this->rolloutManagementPolicy = $rolloutManagementPolicy; } public function getRolloutManagementPolicy() { return $this->rolloutManagementPolicy; } public function setScheduleDeadlineTime($scheduleDeadlineTime) { $this->scheduleDeadlineTime = $scheduleDeadlineTime; } public function getScheduleDeadlineTime() { return $this->scheduleDeadlineTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( ZKPvendor/google/apiclient-services/src/Google/Service/CloudFilestore/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK( Zea:/ / Ovendor/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_CloudFilestore_FileShareConfig[] */ public function setFileShares($fileShares) { $this->fileShares = $fileShares; } /** * @return Google_Service_CloudFilestore_FileShareConfig[] */ public function getFileShares() { return $this->fileShares; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudFilestore_NetworkConfig[] */ public function setNetworks($networks) { $this->networks = $networks; } /** * @return Google_Service_CloudFilestore_NetworkConfig[] */ public function getNetworks() { return $this->networks; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } } PK( Z{{vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.phpnu[exclusions = $exclusions; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function getExclusions() { return $this->exclusions; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setNodeId($nodeId) { $this->nodeId = $nodeId; } public function getNodeId() { return $this->nodeId; } } PK( ZTTvendor/google/apiclient-services/src/Google/Service/CloudFilestore/NetworkConfig.phpnu[ipAddresses = $ipAddresses; } public function getIpAddresses() { return $this->ipAddresses; } public function setModes($modes) { $this->modes = $modes; } public function getModes() { return $this->modes; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setReservedIpRange($reservedIpRange) { $this->reservedIpRange = $reservedIpRange; } public function getReservedIpRange() { return $this->reservedIpRange; } } PK( ZrZZSvendor/google/apiclient-services/src/Google/Service/CloudFilestore/UpdatePolicy.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } /** * @param Google_Service_CloudFilestore_DenyMaintenancePeriod[] */ public function setDenyMaintenancePeriods($denyMaintenancePeriods) { $this->denyMaintenancePeriods = $denyMaintenancePeriods; } /** * @return Google_Service_CloudFilestore_DenyMaintenancePeriod[] */ public function getDenyMaintenancePeriods() { return $this->denyMaintenancePeriods; } /** * @param Google_Service_CloudFilestore_MaintenanceWindow */ public function setWindow(Google_Service_CloudFilestore_MaintenanceWindow $window) { $this->window = $window; } /** * @return Google_Service_CloudFilestore_MaintenanceWindow */ public function getWindow() { return $this->window; } } PK( ZWΈOvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Schedule.phpnu[day = $day; } public function getDay() { return $this->day; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_CloudFilestore_TimeOfDay */ public function setStartTime(Google_Service_CloudFilestore_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_CloudFilestore_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK( ZPvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudFilestore_Status */ public function setError(Google_Service_CloudFilestore_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudFilestore_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK( Z8Mvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Status.phpnu[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; } } PK( ZhVvendor/google/apiclient-services/src/Google/Service/CloudFilestore/FileShareConfig.phpnu[capacityGb = $capacityGb; } public function getCapacityGb() { return $this->capacityGb; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudFilestore_NfsExportOptions[] */ public function setNfsExportOptions($nfsExportOptions) { $this->nfsExportOptions = $nfsExportOptions; } /** * @return Google_Service_CloudFilestore_NfsExportOptions[] */ public function getNfsExportOptions() { return $this->nfsExportOptions; } public function setSourceBackup($sourceBackup) { $this->sourceBackup = $sourceBackup; } public function getSourceBackup() { return $this->sourceBackup; } } PK( Z;ǓDD]vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudFilestore_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudFilestore_Operation[] */ public function getOperations() { return $this->operations; } } PK( ZjWe Mvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.phpnu[capacityGb = $capacityGb; } public function getCapacityGb() { return $this->capacityGb; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDownloadBytes($downloadBytes) { $this->downloadBytes = $downloadBytes; } public function getDownloadBytes() { return $this->downloadBytes; } 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 setSourceFileShare($sourceFileShare) { $this->sourceFileShare = $sourceFileShare; } public function getSourceFileShare() { return $this->sourceFileShare; } public function setSourceInstance($sourceInstance) { $this->sourceInstance = $sourceInstance; } public function getSourceInstance() { return $this->sourceInstance; } public function setSourceInstanceTier($sourceInstanceTier) { $this->sourceInstanceTier = $sourceInstanceTier; } public function getSourceInstanceTier() { return $this->sourceInstanceTier; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStorageBytes($storageBytes) { $this->storageBytes = $storageBytes; } public function getStorageBytes() { return $this->storageBytes; } } PK( Z%DOvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z3pjjvendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSliName($sliName) { $this->sliName = $sliName; } public function getSliName() { return $this->sliName; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( ZPvendor/google/apiclient-services/src/Google/Service/CloudFilestore/FileEmpty.phpnu[ * Manages Google Cloud Dataflow projects on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Dataflow extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; /** View your Google Compute Engine resources. */ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $projects; public $projects_catalogTemplates; public $projects_catalogTemplates_templateVersions; public $projects_jobs; public $projects_jobs_debug; public $projects_jobs_messages; public $projects_jobs_workItems; public $projects_locations; public $projects_locations_flexTemplates; public $projects_locations_jobs; public $projects_locations_jobs_debug; public $projects_locations_jobs_messages; public $projects_locations_jobs_snapshots; public $projects_locations_jobs_stages; public $projects_locations_jobs_workItems; public $projects_locations_snapshots; public $projects_locations_sql; public $projects_locations_templates; public $projects_snapshots; public $projects_templateVersions; public $projects_templates; /** * Constructs the internal representation of the Dataflow service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://dataflow.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1b3'; $this->serviceName = 'dataflow'; $this->projects = new Google_Service_Dataflow_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'deleteSnapshots' => array( 'path' => 'v1b3/projects/{projectId}/snapshots', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'snapshotId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'workerMessages' => array( 'path' => 'v1b3/projects/{projectId}/WorkerMessages', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_catalogTemplates = new Google_Service_Dataflow_Resource_ProjectsCatalogTemplates( $this, $this->serviceName, 'catalogTemplates', array( 'methods' => array( 'commit' => array( 'path' => 'v1b3/{+name}:commit', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1b3/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1b3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'label' => array( 'path' => 'v1b3/{+name}:label', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'tag' => array( 'path' => 'v1b3/{+name}:tag', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_catalogTemplates_templateVersions = new Google_Service_Dataflow_Resource_ProjectsCatalogTemplatesTemplateVersions( $this, $this->serviceName, 'templateVersions', array( 'methods' => array( 'create' => array( 'path' => 'v1b3/{+parent}/templateVersions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_jobs = new Google_Service_Dataflow_Resource_ProjectsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'aggregated' => array( 'path' => 'v1b3/projects/{projectId}/jobs:aggregated', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v1b3/projects/{projectId}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'replaceJobId' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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, ), '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, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'snapshot' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}:snapshot', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_jobs_debug = new Google_Service_Dataflow_Resource_ProjectsJobsDebug( $this, $this->serviceName, 'debug', array( 'methods' => array( 'getConfig' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/debug/getConfig', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'sendCapture' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_jobs_messages = new Google_Service_Dataflow_Resource_ProjectsJobsMessages( $this, $this->serviceName, 'messages', array( 'methods' => array( 'list' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/messages', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'minimumImportance' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_jobs_workItems = new Google_Service_Dataflow_Resource_ProjectsJobsWorkItems( $this, $this->serviceName, 'workItems', array( 'methods' => array( 'lease' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/workItems:lease', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reportStatus' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/workItems:reportStatus', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations = new Google_Service_Dataflow_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'workerMessages' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/WorkerMessages', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_flexTemplates = new Google_Service_Dataflow_Resource_ProjectsLocationsFlexTemplates( $this, $this->serviceName, 'flexTemplates', array( 'methods' => array( 'launch' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/flexTemplates:launch', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_jobs = new Google_Service_Dataflow_Resource_ProjectsLocationsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'create' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replaceJobId' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getExecutionDetails' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/executionDetails', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getMetrics' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'snapshot' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}:snapshot', '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, ), ), ),'update' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_jobs_debug = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsDebug( $this, $this->serviceName, 'debug', array( 'methods' => array( 'getConfig' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/getConfig', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'sendCapture' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/sendCapture', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_jobs_messages = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages( $this, $this->serviceName, 'messages', array( 'methods' => array( 'list' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messages', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'minimumImportance' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_jobs_snapshots = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsSnapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'list' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_jobs_stages = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsStages( $this, $this->serviceName, 'stages', array( 'methods' => array( 'getExecutionDetails' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/stages/{stageId}/executionDetails', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_jobs_workItems = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsWorkItems( $this, $this->serviceName, 'workItems', array( 'methods' => array( 'lease' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:lease', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reportStatus' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:reportStatus', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_snapshots = new Google_Service_Dataflow_Resource_ProjectsLocationsSnapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'delete' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'snapshotId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'snapshotId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_sql = new Google_Service_Dataflow_Resource_ProjectsLocationsSql( $this, $this->serviceName, 'sql', array( 'methods' => array( 'validate' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/sql:validate', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_templates = new Google_Service_Dataflow_Resource_ProjectsLocationsTemplates( $this, $this->serviceName, 'templates', array( 'methods' => array( 'create' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:get', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gcsPath' => array( 'location' => 'query', 'type' => 'string', ), 'view' => 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, ), 'dynamicTemplate.gcsPath' => array( 'location' => 'query', 'type' => 'string', ), 'dynamicTemplate.stagingLocation' => array( 'location' => 'query', 'type' => 'string', ), 'gcsPath' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_snapshots = new Google_Service_Dataflow_Resource_ProjectsSnapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'get' => array( 'path' => 'v1b3/projects/{projectId}/snapshots/{snapshotId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'snapshotId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'location' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1b3/projects/{projectId}/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'query', 'type' => 'string', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_templateVersions = new Google_Service_Dataflow_Resource_ProjectsTemplateVersions( $this, $this->serviceName, 'templateVersions', array( 'methods' => array( 'list' => array( 'path' => 'v1b3/{+parent}/templateVersions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_templates = new Google_Service_Dataflow_Resource_ProjectsTemplates( $this, $this->serviceName, 'templates', array( 'methods' => array( 'create' => array( 'path' => 'v1b3/projects/{projectId}/templates', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1b3/projects/{projectId}/templates:get', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gcsPath' => array( 'location' => 'query', 'type' => 'string', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'launch' => array( 'path' => 'v1b3/projects/{projectId}/templates:launch', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dynamicTemplate.gcsPath' => array( 'location' => 'query', 'type' => 'string', ), 'dynamicTemplate.stagingLocation' => array( 'location' => 'query', 'type' => 'string', ), 'gcsPath' => array( 'location' => 'query', 'type' => 'string', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); } } PK( ZLrr?vendor/google/apiclient-services/src/Google/Service/Spanner.phpnu[ * Cloud Spanner is a managed, mission-critical, globally consistent and * scalable relational database service.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Spanner extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Administer your Spanner databases. */ const SPANNER_ADMIN = "https://www.googleapis.com/auth/spanner.admin"; /** View and manage the contents of your Spanner databases. */ const SPANNER_DATA = "https://www.googleapis.com/auth/spanner.data"; public $projects_instanceConfigs; public $projects_instances; public $projects_instances_backupOperations; public $projects_instances_backups; public $projects_instances_backups_operations; public $projects_instances_databaseOperations; public $projects_instances_databases; public $projects_instances_databases_operations; public $projects_instances_databases_sessions; public $projects_instances_operations; /** * Constructs the internal representation of the Spanner service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://spanner.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'spanner'; $this->projects_instanceConfigs = new Google_Service_Spanner_Resource_ProjectsInstanceConfigs( $this, $this->serviceName, 'instanceConfigs', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instanceConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances = new Google_Service_Spanner_Resource_ProjectsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'instanceDeadline' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_backupOperations = new Google_Service_Spanner_Resource_ProjectsInstancesBackupOperations( $this, $this->serviceName, 'backupOperations', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/backupOperations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances_backups = new Google_Service_Spanner_Resource_ProjectsInstancesBackups( $this, $this->serviceName, 'backups', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/backups', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backupId' => array( 'location' => 'query', 'type' => 'string', ), 'encryptionConfig.encryptionType' => array( 'location' => 'query', 'type' => 'string', ), 'encryptionConfig.kmsKeyName' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/backups', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_backups_operations = new Google_Service_Spanner_Resource_ProjectsInstancesBackupsOperations( $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', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances_databaseOperations = new Google_Service_Spanner_Resource_ProjectsInstancesDatabaseOperations( $this, $this->serviceName, 'databaseOperations', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/databaseOperations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances_databases = new Google_Service_Spanner_Resource_ProjectsInstancesDatabases( $this, $this->serviceName, 'databases', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/databases', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'dropDatabase' => array( 'path' => 'v1/{+database}', 'httpMethod' => 'DELETE', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getDdl' => array( 'path' => 'v1/{+database}/ddl', 'httpMethod' => 'GET', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/databases', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'restore' => array( 'path' => 'v1/{+parent}/databases:restore', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => 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, ), ), ),'updateDdl' => array( 'path' => 'v1/{+database}/ddl', 'httpMethod' => 'PATCH', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_databases_operations = new Google_Service_Spanner_Resource_ProjectsInstancesDatabasesOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances_databases_sessions = new Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions( $this, $this->serviceName, 'sessions', array( 'methods' => array( 'batchCreate' => array( 'path' => 'v1/{+database}/sessions:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'beginTransaction' => array( 'path' => 'v1/{+session}:beginTransaction', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'commit' => array( 'path' => 'v1/{+session}:commit', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+database}/sessions', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'executeBatchDml' => array( 'path' => 'v1/{+session}:executeBatchDml', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'executeSql' => array( 'path' => 'v1/{+session}:executeSql', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'executeStreamingSql' => array( 'path' => 'v1/{+session}:executeStreamingSql', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+database}/sessions', 'httpMethod' => 'GET', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'partitionQuery' => array( 'path' => 'v1/{+session}:partitionQuery', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'partitionRead' => array( 'path' => 'v1/{+session}:partitionRead', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'read' => array( 'path' => 'v1/{+session}:read', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'rollback' => array( 'path' => 'v1/{+session}:rollback', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'streamingRead' => array( 'path' => 'v1/{+session}:streamingRead', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_operations = new Google_Service_Spanner_Resource_ProjectsInstancesOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK( Zg'hKvendor/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( Z٥aaTvendor/google/apiclient-services/src/Google/Service/CloudBuild/RetryBuildRequest.phpnu[id = $id; } public function getId() { return $this->id; } 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; } } PK( Z)@b b Jvendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.phpnu[artifactManifest = $artifactManifest; } public function getArtifactManifest() { return $this->artifactManifest; } /** * @param Google_Service_CloudBuild_TimeSpan */ public function setArtifactTiming(Google_Service_CloudBuild_TimeSpan $artifactTiming) { $this->artifactTiming = $artifactTiming; } /** * @return Google_Service_CloudBuild_TimeSpan */ public function getArtifactTiming() { return $this->artifactTiming; } public function setBuildStepImages($buildStepImages) { $this->buildStepImages = $buildStepImages; } public function getBuildStepImages() { return $this->buildStepImages; } public function setBuildStepOutputs($buildStepOutputs) { $this->buildStepOutputs = $buildStepOutputs; } public function getBuildStepOutputs() { return $this->buildStepOutputs; } /** * @param Google_Service_CloudBuild_BuiltImage[] */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_CloudBuild_BuiltImage[] */ public function getImages() { return $this->images; } public function setNumArtifacts($numArtifacts) { $this->numArtifacts = $numArtifacts; } public function getNumArtifacts() { return $this->numArtifacts; } } PK( ZURvendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactObjects.phpnu[location = $location; } public function getLocation() { return $this->location; } public function setPaths($paths) { $this->paths = $paths; } public function getPaths() { return $this->paths; } /** * @param Google_Service_CloudBuild_TimeSpan */ public function setTiming(Google_Service_CloudBuild_TimeSpan $timing) { $this->timing = $timing; } /** * @return Google_Service_CloudBuild_TimeSpan */ public function getTiming() { return $this->timing; } } PK( ZbEUvendor/google/apiclient-services/src/Google/Service/CloudBuild/GitHubEventsConfig.phpnu[installationId = $installationId; } public function getInstallationId() { return $this->installationId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwner($owner) { $this->owner = $owner; } public function getOwner() { return $this->owner; } /** * @param Google_Service_CloudBuild_PullRequestFilter */ public function setPullRequest(Google_Service_CloudBuild_PullRequestFilter $pullRequest) { $this->pullRequest = $pullRequest; } /** * @return Google_Service_CloudBuild_PullRequestFilter */ public function getPullRequest() { return $this->pullRequest; } /** * @param Google_Service_CloudBuild_PushFilter */ public function setPush(Google_Service_CloudBuild_PushFilter $push) { $this->push = $push; } /** * @return Google_Service_CloudBuild_PushFilter */ public function getPush() { return $this->push; } } PK( ZBOvendor/google/apiclient-services/src/Google/Service/CloudBuild/InlineSecret.phpnu[envMap = $envMap; } public function getEnvMap() { return $this->envMap; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK( ZFrYvendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelOperationRequest.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setDir($dir) { $this->dir = $dir; } public function getDir() { return $this->dir; } public function setEntrypoint($entrypoint) { $this->entrypoint = $entrypoint; } public function getEntrypoint() { return $this->entrypoint; } public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudBuild_TimeSpan */ public function setPullTiming(Google_Service_CloudBuild_TimeSpan $pullTiming) { $this->pullTiming = $pullTiming; } /** * @return Google_Service_CloudBuild_TimeSpan */ public function getPullTiming() { return $this->pullTiming; } public function setSecretEnv($secretEnv) { $this->secretEnv = $secretEnv; } public function getSecretEnv() { return $this->secretEnv; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } /** * @param Google_Service_CloudBuild_TimeSpan */ public function setTiming(Google_Service_CloudBuild_TimeSpan $timing) { $this->timing = $timing; } /** * @return Google_Service_CloudBuild_TimeSpan */ public function getTiming() { return $this->timing; } /** * @param Google_Service_CloudBuild_Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_CloudBuild_Volume[] */ public function getVolumes() { return $this->volumes; } public function setWaitFor($waitFor) { $this->waitFor = $waitFor; } public function getWaitFor() { return $this->waitFor; } } PK( Zu$ $ Ovendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.phpnu[diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDynamicSubstitutions($dynamicSubstitutions) { $this->dynamicSubstitutions = $dynamicSubstitutions; } public function getDynamicSubstitutions() { return $this->dynamicSubstitutions; } public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setLogStreamingOption($logStreamingOption) { $this->logStreamingOption = $logStreamingOption; } public function getLogStreamingOption() { return $this->logStreamingOption; } public function setLogging($logging) { $this->logging = $logging; } public function getLogging() { return $this->logging; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setRequestedVerifyOption($requestedVerifyOption) { $this->requestedVerifyOption = $requestedVerifyOption; } public function getRequestedVerifyOption() { return $this->requestedVerifyOption; } public function setSecretEnv($secretEnv) { $this->secretEnv = $secretEnv; } public function getSecretEnv() { return $this->secretEnv; } public function setSourceProvenanceHash($sourceProvenanceHash) { $this->sourceProvenanceHash = $sourceProvenanceHash; } public function getSourceProvenanceHash() { return $this->sourceProvenanceHash; } public function setSubstitutionOption($substitutionOption) { $this->substitutionOption = $substitutionOption; } public function getSubstitutionOption() { return $this->substitutionOption; } /** * @param Google_Service_CloudBuild_Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_CloudBuild_Volume[] */ public function getVolumes() { return $this->volumes; } public function setWorkerPool($workerPool) { $this->workerPool = $workerPool; } public function getWorkerPool() { return $this->workerPool; } } PK( Za,*Ivendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.phpnu[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; } } PK( Z^q+]vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsLocations.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $locations = $cloudbuildService->locations; * */ class Google_Service_CloudBuild_Resource_ProjectsLocations extends Google_Service_Resource { } PK( Zn gvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsLocationsOperations.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $operations = $cloudbuildService->operations; * */ class Google_Service_CloudBuild_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudBuild_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_CloudbuildEmpty */ public function cancel($name, Google_Service_CloudBuild_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudBuild_CloudbuildEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudBuild_Operation"); } } PK( Zkww\vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $triggers = $cloudbuildService->triggers; * */ class Google_Service_CloudBuild_Resource_ProjectsTriggers extends Google_Service_Resource { /** * Creates a new `BuildTrigger`. This API is experimental. (triggers.create) * * @param string $projectId Required. ID of the project for which to configure * automatic builds. * @param Google_Service_CloudBuild_BuildTrigger $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_BuildTrigger */ public function create($projectId, Google_Service_CloudBuild_BuildTrigger $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudBuild_BuildTrigger"); } /** * Deletes a `BuildTrigger` by its project ID and trigger ID. This API is * experimental. (triggers.delete) * * @param string $projectId Required. ID of the project that owns the trigger. * @param string $triggerId Required. ID of the `BuildTrigger` to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_CloudbuildEmpty */ public function delete($projectId, $triggerId, $optParams = array()) { $params = array('projectId' => $projectId, 'triggerId' => $triggerId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudBuild_CloudbuildEmpty"); } /** * Returns information about a `BuildTrigger`. This API is experimental. * (triggers.get) * * @param string $projectId Required. ID of the project that owns the trigger. * @param string $triggerId Required. Identifier (`id` or `name`) of the * `BuildTrigger` to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_BuildTrigger */ public function get($projectId, $triggerId, $optParams = array()) { $params = array('projectId' => $projectId, 'triggerId' => $triggerId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudBuild_BuildTrigger"); } /** * Lists existing `BuildTrigger`s. This API is experimental. * (triggers.listProjectsTriggers) * * @param string $projectId Required. ID of the project for which to list * BuildTriggers. * @param array $optParams Optional parameters. * * @opt_param int pageSize Number of results to return in the list. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @return Google_Service_CloudBuild_ListBuildTriggersResponse */ public function listProjectsTriggers($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudBuild_ListBuildTriggersResponse"); } /** * Updates a `BuildTrigger` by its project ID and trigger ID. This API is * experimental. (triggers.patch) * * @param string $projectId Required. ID of the project that owns the trigger. * @param string $triggerId Required. ID of the `BuildTrigger` to update. * @param Google_Service_CloudBuild_BuildTrigger $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_BuildTrigger */ public function patch($projectId, $triggerId, Google_Service_CloudBuild_BuildTrigger $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'triggerId' => $triggerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudBuild_BuildTrigger"); } /** * Runs a `BuildTrigger` at a particular source revision. (triggers.run) * * @param string $projectId Required. ID of the project. * @param string $triggerId Required. 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"); } /** * ReceiveTriggerWebhook [Experimental] is called when the API receives a * webhook request targeted at a specific trigger. (triggers.webhook) * * @param string $projectId Project in which the specified trigger lives * @param string $trigger Name of the trigger to run the payload against * @param Google_Service_CloudBuild_HttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param string secret Secret token used for authorization if an OAuth * token isn't provided. * @return Google_Service_CloudBuild_ReceiveTriggerWebhookResponse */ public function webhook($projectId, $trigger, Google_Service_CloudBuild_HttpBody $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'trigger' => $trigger, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('webhook', array($params), "Google_Service_CloudBuild_ReceiveTriggerWebhookResponse"); } } PK( ZdZvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $builds = $cloudbuildService->builds; * */ class Google_Service_CloudBuild_Resource_ProjectsBuilds extends Google_Service_Resource { /** * Cancels a build in progress. (builds.cancel) * * @param string $projectId Required. ID of the project. * @param string $id Required. ID of the build. * @param Google_Service_CloudBuild_CancelBuildRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_Build */ public function cancel($projectId, $id, Google_Service_CloudBuild_CancelBuildRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudBuild_Build"); } /** * Starts a build with the specified configuration. This method returns a long- * running `Operation`, which includes the build ID. Pass the build ID to * `GetBuild` to determine the build status (such as `SUCCESS` or `FAILURE`). * (builds.create) * * @param string $projectId Required. ID of the project. * @param Google_Service_CloudBuild_Build $postBody * @param array $optParams Optional parameters. * * @opt_param string parent The parent resource where this build will be * created. Format: `projects/{project}/locations/{location}` * @return Google_Service_CloudBuild_Operation */ public function create($projectId, Google_Service_CloudBuild_Build $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudBuild_Operation"); } /** * Returns information about a previously requested build. The `Build` that is * returned includes its status (such as `SUCCESS`, `FAILURE`, or `WORKING`), * and timing information. (builds.get) * * @param string $projectId Required. ID of the project. * @param string $id Required. ID of the build. * @param array $optParams Optional parameters. * * @opt_param string name The name of the `Build` to retrieve. Format: * `projects/{project}/locations/{location}/builds/{build}` * @return Google_Service_CloudBuild_Build */ public function get($projectId, $id, $optParams = array()) { $params = array('projectId' => $projectId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudBuild_Build"); } /** * Lists previously requested builds. Previously requested builds may still be * in-progress, or may have finished successfully or unsuccessfully. * (builds.listProjectsBuilds) * * @param string $projectId Required. ID of the project. * @param array $optParams Optional parameters. * * @opt_param string filter The raw filter text to constrain the results. * @opt_param int pageSize Number of results to return in the list. * @opt_param string pageToken The page token for the next page of Builds. If * unspecified, the first page of results is returned. If the token is rejected * for any reason, INVALID_ARGUMENT will be thrown. In this case, the token * should be discarded, and pagination should be restarted from the first page * of results. See https://google.aip.dev/158 for more. * @opt_param string parent The parent of the collection of `Builds`. Format: * `projects/{project}/locations/location` * @return Google_Service_CloudBuild_ListBuildsResponse */ public function listProjectsBuilds($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudBuild_ListBuildsResponse"); } /** * Creates a new build based on the specified build. This method creates a new * build using the original build request, which may or may not result in an * identical build. For triggered builds: * Triggered builds resolve to a * precise revision; therefore a retry of a triggered build will result in a * build that uses the same revision. For non-triggered builds that specify * `RepoSource`: * If the original build built from the tip of a branch, the * retried build will build from the tip of that branch, which may not be the * same revision as the original build. * If the original build specified a * commit sha or revision ID, the retried build will use the identical source. * For builds that specify `StorageSource`: * If the original build pulled * source from Google Cloud Storage without specifying the generation of the * object, the new build will use the current object, which may be different * from the original build source. * If the original build pulled source from * Cloud Storage and specified the generation of the object, the new build will * attempt to use the same object, which may or may not be available depending * on the bucket's lifecycle management settings. (builds.retry) * * @param string $projectId Required. ID of the project. * @param string $id Required. 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"); } } PK( Z,#[[cvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsLocationsBuilds.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $builds = $cloudbuildService->builds; * */ class Google_Service_CloudBuild_Resource_ProjectsLocationsBuilds extends Google_Service_Resource { /** * Cancels a build in progress. (builds.cancel) * * @param string $name The name of the `Build` to cancel. Format: * `projects/{project}/locations/{location}/builds/{build}` * @param Google_Service_CloudBuild_CancelBuildRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_Build */ public function cancel($name, Google_Service_CloudBuild_CancelBuildRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudBuild_Build"); } /** * Starts a build with the specified configuration. This method returns a long- * running `Operation`, which includes the build ID. Pass the build ID to * `GetBuild` to determine the build status (such as `SUCCESS` or `FAILURE`). * (builds.create) * * @param string $parent The parent resource where this build will be created. * Format: `projects/{project}/locations/{location}` * @param Google_Service_CloudBuild_Build $postBody * @param array $optParams Optional parameters. * * @opt_param string projectId Required. ID of the project. * @return Google_Service_CloudBuild_Operation */ public function create($parent, Google_Service_CloudBuild_Build $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudBuild_Operation"); } /** * Returns information about a previously requested build. The `Build` that is * returned includes its status (such as `SUCCESS`, `FAILURE`, or `WORKING`), * and timing information. (builds.get) * * @param string $name The name of the `Build` to retrieve. Format: * `projects/{project}/locations/{location}/builds/{build}` * @param array $optParams Optional parameters. * * @opt_param string id Required. ID of the build. * @opt_param string projectId Required. ID of the project. * @return Google_Service_CloudBuild_Build */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudBuild_Build"); } /** * Lists previously requested builds. Previously requested builds may still be * in-progress, or may have finished successfully or unsuccessfully. * (builds.listProjectsLocationsBuilds) * * @param string $parent The parent of the collection of `Builds`. Format: * `projects/{project}/locations/location` * @param array $optParams Optional parameters. * * @opt_param string filter The raw filter text to constrain the results. * @opt_param int pageSize Number of results to return in the list. * @opt_param string pageToken The page token for the next page of Builds. If * unspecified, the first page of results is returned. If the token is rejected * for any reason, INVALID_ARGUMENT will be thrown. In this case, the token * should be discarded, and pagination should be restarted from the first page * of results. See https://google.aip.dev/158 for more. * @opt_param string projectId Required. ID of the project. * @return Google_Service_CloudBuild_ListBuildsResponse */ public function listProjectsLocationsBuilds($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudBuild_ListBuildsResponse"); } /** * Creates a new build based on the specified build. This method creates a new * build using the original build request, which may or may not result in an * identical build. For triggered builds: * Triggered builds resolve to a * precise revision; therefore a retry of a triggered build will result in a * build that uses the same revision. For non-triggered builds that specify * `RepoSource`: * If the original build built from the tip of a branch, the * retried build will build from the tip of that branch, which may not be the * same revision as the original build. * If the original build specified a * commit sha or revision ID, the retried build will use the identical source. * For builds that specify `StorageSource`: * If the original build pulled * source from Google Cloud Storage without specifying the generation of the * object, the new build will use the current object, which may be different * from the original build source. * If the original build pulled source from * Cloud Storage and specified the generation of the object, the new build will * attempt to use the same object, which may or may not be available depending * on the bucket's lifecycle management settings. (builds.retry) * * @param string $name The name of the `Build` to retry. Format: * `projects/{project}/locations/{location}/builds/{build}` * @param Google_Service_CloudBuild_RetryBuildRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_Operation */ public function retry($name, Google_Service_CloudBuild_RetryBuildRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('retry', array($params), "Google_Service_CloudBuild_Operation"); } } PK( Z} Vvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $operations = $cloudbuildService->operations; * */ class Google_Service_CloudBuild_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudBuild_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_CloudbuildEmpty */ public function cancel($name, Google_Service_CloudBuild_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudBuild_CloudbuildEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudBuild_Operation"); } } PK( Z.Ѝ!vvTvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Projects.phpnu[ * $cloudbuildService = new Google_Service_CloudBuild(...); * $projects = $cloudbuildService->projects; * */ class Google_Service_CloudBuild_Resource_Projects extends Google_Service_Resource { } PK( Z&C}}Mvendor/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.phpnu[branch = $branch; } public function getBranch() { return $this->branch; } public function setInvertRegex($invertRegex) { $this->invertRegex = $invertRegex; } public function getInvertRegex() { return $this->invertRegex; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK( Z%Svendor/google/apiclient-services/src/Google/Service/CloudBuild/NotifierMetadata.phpnu[name = $name; } public function getName() { return $this->name; } public function setNotifier($notifier) { $this->notifier = $notifier; } public function getNotifier() { return $this->notifier; } } PK( ZD?k k Ovendor/google/apiclient-services/src/Google/Service/CloudBuild/Notification.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } /** * @param Google_Service_CloudBuild_HTTPDelivery */ public function setHttpDelivery(Google_Service_CloudBuild_HTTPDelivery $httpDelivery) { $this->httpDelivery = $httpDelivery; } /** * @return Google_Service_CloudBuild_HTTPDelivery */ public function getHttpDelivery() { return $this->httpDelivery; } /** * @param Google_Service_CloudBuild_SlackDelivery */ public function setSlackDelivery(Google_Service_CloudBuild_SlackDelivery $slackDelivery) { $this->slackDelivery = $slackDelivery; } /** * @return Google_Service_CloudBuild_SlackDelivery */ public function getSlackDelivery() { return $this->slackDelivery; } /** * @param Google_Service_CloudBuild_SMTPDelivery */ public function setSmtpDelivery(Google_Service_CloudBuild_SMTPDelivery $smtpDelivery) { $this->smtpDelivery = $smtpDelivery; } /** * @return Google_Service_CloudBuild_SMTPDelivery */ public function getSmtpDelivery() { return $this->smtpDelivery; } public function setStructDelivery($structDelivery) { $this->structDelivery = $structDelivery; } public function getStructDelivery() { return $this->structDelivery; } } PK( ZeøGvendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZCTvendor/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.phpnu[branch = $branch; } public function getBranch() { return $this->branch; } public function setCommentControl($commentControl) { $this->commentControl = $commentControl; } public function getCommentControl() { return $this->commentControl; } public function setInvertRegex($invertRegex) { $this->invertRegex = $invertRegex; } public function getInvertRegex() { return $this->invertRegex; } } PK( ZBQS::Mvendor/google/apiclient-services/src/Google/Service/CloudBuild/FileHashes.phpnu[fileHash = $fileHash; } /** * @return Google_Service_CloudBuild_Hash[] */ public function getFileHash() { return $this->fileHash; } } PK( Z:ϐbbUvendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.phpnu[id = $id; } public function getId() { return $this->id; } 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; } } PK( Zdone = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudBuild_Status */ public function setError(Google_Service_CloudBuild_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudBuild_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK( Zv$$Ovendor/google/apiclient-services/src/Google/Service/CloudBuild/HTTPDelivery.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK( Z Ivendor/google/apiclient-services/src/Google/Service/CloudBuild/Volume.phpnu[name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK( ZQIvendor/google/apiclient-services/src/Google/Service/CloudBuild/Status.phpnu[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; } } PK( Zbuilds = $builds; } /** * @return Google_Service_CloudBuild_Build[] */ public function getBuilds() { return $this->builds; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( ZtܪPvendor/google/apiclient-services/src/Google/Service/CloudBuild/StorageSource.phpnu[bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setGeneration($generation) { $this->generation = $generation; } public function getGeneration() { return $this->generation; } public function setObject($object) { $this->object = $object; } public function getObject() { return $this->object; } } PK( Z66Ovendor/google/apiclient-services/src/Google/Service/CloudBuild/SMTPDelivery.phpnu[fromAddress = $fromAddress; } public function getFromAddress() { return $this->fromAddress; } /** * @param Google_Service_CloudBuild_NotifierSecretRef */ public function setPassword(Google_Service_CloudBuild_NotifierSecretRef $password) { $this->password = $password; } /** * @return Google_Service_CloudBuild_NotifierSecretRef */ public function getPassword() { return $this->password; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setRecipientAddresses($recipientAddresses) { $this->recipientAddresses = $recipientAddresses; } public function getRecipientAddresses() { return $this->recipientAddresses; } public function setSenderAddress($senderAddress) { $this->senderAddress = $senderAddress; } public function getSenderAddress() { return $this->senderAddress; } public function setServer($server) { $this->server = $server; } public function getServer() { return $this->server; } } PK( Z蔱!!Qvendor/google/apiclient-services/src/Google/Service/CloudBuild/NotifierConfig.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudBuild_NotifierMetadata */ public function setMetadata(Google_Service_CloudBuild_NotifierMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudBuild_NotifierMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudBuild_NotifierSpec */ public function setSpec(Google_Service_CloudBuild_NotifierSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudBuild_NotifierSpec */ public function getSpec() { return $this->spec; } } PK( ZhhPvendor/google/apiclient-services/src/Google/Service/CloudBuild/SlackDelivery.phpnu[webhookUri = $webhookUri; } /** * @return Google_Service_CloudBuild_NotifierSecretRef */ public function getWebhookUri() { return $this->webhookUri; } } PK( ZgxIvendor/google/apiclient-services/src/Google/Service/CloudBuild/Secret.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setSecretEnv($secretEnv) { $this->secretEnv = $secretEnv; } public function getSecretEnv() { return $this->secretEnv; } } PK( ZSSTvendor/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSecretRef.phpnu[secretRef = $secretRef; } public function getSecretRef() { return $this->secretRef; } } PK( Z޳11Svendor/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.phpnu[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; } } PK( ZM  Lvendor/google/apiclient-services/src/Google/Service/CloudBuild/Artifacts.phpnu[images = $images; } public function getImages() { return $this->images; } /** * @param Google_Service_CloudBuild_ArtifactObjects */ public function setObjects(Google_Service_CloudBuild_ArtifactObjects $objects) { $this->objects = $objects; } /** * @return Google_Service_CloudBuild_ArtifactObjects */ public function getObjects() { return $this->objects; } } PK( ZGM-..\vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildTriggersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudBuild_BuildTrigger[] */ public function setTriggers($triggers) { $this->triggers = $triggers; } /** * @return Google_Service_CloudBuild_BuildTrigger[] */ public function getTriggers() { return $this->triggers; } } PK( ZtLYvendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOperationMetadata.phpnu[build = $build; } /** * @return Google_Service_CloudBuild_Build */ public function getBuild() { return $this->build; } } PK( ZQvendor/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSecret.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZgOvendor/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSpec.phpnu[notification = $notification; } /** * @return Google_Service_CloudBuild_Notification */ public function getNotification() { return $this->notification; } /** * @param Google_Service_CloudBuild_NotifierSecret[] */ public function setSecrets($secrets) { $this->secrets = $secrets; } /** * @return Google_Service_CloudBuild_NotifierSecret[] */ public function getSecrets() { return $this->secrets; } } PK( ZHvendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.phpnu[artifacts = $artifacts; } /** * @return Google_Service_CloudBuild_Artifacts */ public function getArtifacts() { return $this->artifacts; } /** * @param Google_Service_CloudBuild_Secrets */ public function setAvailableSecrets(Google_Service_CloudBuild_Secrets $availableSecrets) { $this->availableSecrets = $availableSecrets; } /** * @return Google_Service_CloudBuild_Secrets */ public function getAvailableSecrets() { return $this->availableSecrets; } public function setBuildTriggerId($buildTriggerId) { $this->buildTriggerId = $buildTriggerId; } public function getBuildTriggerId() { return $this->buildTriggerId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFinishTime($finishTime) { $this->finishTime = $finishTime; } public function getFinishTime() { return $this->finishTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImages($images) { $this->images = $images; } public function getImages() { return $this->images; } public function setLogUrl($logUrl) { $this->logUrl = $logUrl; } public function getLogUrl() { return $this->logUrl; } public function setLogsBucket($logsBucket) { $this->logsBucket = $logsBucket; } public function getLogsBucket() { return $this->logsBucket; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudBuild_BuildOptions */ public function setOptions(Google_Service_CloudBuild_BuildOptions $options) { $this->options = $options; } /** * @return Google_Service_CloudBuild_BuildOptions */ public function getOptions() { return $this->options; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setQueueTtl($queueTtl) { $this->queueTtl = $queueTtl; } public function getQueueTtl() { return $this->queueTtl; } /** * @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; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_CloudBuild_Source */ public function setSource(Google_Service_CloudBuild_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudBuild_Source */ public function getSource() { return $this->source; } /** * @param Google_Service_CloudBuild_SourceProvenance */ public function setSourceProvenance(Google_Service_CloudBuild_SourceProvenance $sourceProvenance) { $this->sourceProvenance = $sourceProvenance; } /** * @return Google_Service_CloudBuild_SourceProvenance */ public function getSourceProvenance() { return $this->sourceProvenance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } /** * @param Google_Service_CloudBuild_BuildStep[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_CloudBuild_BuildStep[] */ public function getSteps() { return $this->steps; } public function setSubstitutions($substitutions) { $this->substitutions = $substitutions; } public function getSubstitutions() { return $this->substitutions; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } /** * @param Google_Service_CloudBuild_TimeSpan[] */ public function setTiming($timing) { $this->timing = $timing; } /** * @return Google_Service_CloudBuild_TimeSpan[] */ public function getTiming() { return $this->timing; } } PK( Z O  Jvendor/google/apiclient-services/src/Google/Service/CloudBuild/Secrets.phpnu[inline = $inline; } /** * @return Google_Service_CloudBuild_InlineSecret[] */ public function getInline() { return $this->inline; } /** * @param Google_Service_CloudBuild_SecretManagerSecret[] */ public function setSecretManager($secretManager) { $this->secretManager = $secretManager; } /** * @return Google_Service_CloudBuild_SecretManagerSecret[] */ public function getSecretManager() { return $this->secretManager; } } PK( ZϫKvendor/google/apiclient-services/src/Google/Service/CloudBuild/HttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK( ZNәQvendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactResult.phpnu[fileHash = $fileHash; } /** * @return Google_Service_CloudBuild_FileHashes[] */ public function getFileHash() { return $this->fileHash; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } PK( Z<äOvendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.phpnu[build = $build; } /** * @return Google_Service_CloudBuild_Build */ public function getBuild() { return $this->build; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setFilename($filename) { $this->filename = $filename; } public function getFilename() { return $this->filename; } /** * @param Google_Service_CloudBuild_GitHubEventsConfig */ public function setGithub(Google_Service_CloudBuild_GitHubEventsConfig $github) { $this->github = $github; } /** * @return Google_Service_CloudBuild_GitHubEventsConfig */ public function getGithub() { return $this->github; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIgnoredFiles($ignoredFiles) { $this->ignoredFiles = $ignoredFiles; } public function getIgnoredFiles() { return $this->ignoredFiles; } public function setIncludedFiles($includedFiles) { $this->includedFiles = $includedFiles; } public function getIncludedFiles() { return $this->includedFiles; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubstitutions($substitutions) { $this->substitutions = $substitutions; } public function getSubstitutions() { return $this->substitutions; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_CloudBuild_RepoSource */ public function setTriggerTemplate(Google_Service_CloudBuild_RepoSource $triggerTemplate) { $this->triggerTemplate = $triggerTemplate; } /** * @return Google_Service_CloudBuild_RepoSource */ public function getTriggerTemplate() { return $this->triggerTemplate; } } PK( ZkkMvendor/google/apiclient-services/src/Google/Service/CloudBuild/BuiltImage.phpnu[digest = $digest; } public function getDigest() { return $this->digest; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudBuild_TimeSpan */ public function setPushTiming(Google_Service_CloudBuild_TimeSpan $pushTiming) { $this->pushTiming = $pushTiming; } /** * @return Google_Service_CloudBuild_TimeSpan */ public function getPushTiming() { return $this->pushTiming; } } PK( ZXVvendor/google/apiclient-services/src/Google/Service/CloudBuild/SecretManagerSecret.phpnu[env = $env; } public function getEnv() { return $this->env; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK( Z@ZEMvendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.phpnu[branchName = $branchName; } public function getBranchName() { return $this->branchName; } public function setCommitSha($commitSha) { $this->commitSha = $commitSha; } public function getCommitSha() { return $this->commitSha; } public function setDir($dir) { $this->dir = $dir; } public function getDir() { return $this->dir; } public function setInvertRegex($invertRegex) { $this->invertRegex = $invertRegex; } public function getInvertRegex() { return $this->invertRegex; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRepoName($repoName) { $this->repoName = $repoName; } public function getRepoName() { return $this->repoName; } public function setSubstitutions($substitutions) { $this->substitutions = $substitutions; } public function getSubstitutions() { return $this->substitutions; } public function setTagName($tagName) { $this->tagName = $tagName; } public function getTagName() { return $this->tagName; } } PK( ZWe(Y`vendor/google/apiclient-services/src/Google/Service/CloudBuild/ReceiveTriggerWebhookResponse.phpnu[ * Serves vector tiles containing geospatial data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SemanticTile extends Google_Service { public $featuretiles; public $terraintiles; /** * Constructs the internal representation of the SemanticTile service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://vectortile.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'vectortile'; $this->featuretiles = new Google_Service_SemanticTile_Resource_Featuretiles( $this, $this->serviceName, 'featuretiles', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeBuildingFootprints' => array( 'location' => 'query', 'type' => 'boolean', ), 'clientInfo.apiClient' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.applicationId' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.applicationVersion' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.deviceModel' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.operatingSystem' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.platform' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.userId' => array( 'location' => 'query', 'type' => 'string', ), 'clientTileVersionId' => array( 'location' => 'query', 'type' => 'string', ), 'enableDetailedHighwayTypes' => array( 'location' => 'query', 'type' => 'boolean', ), 'enableFeatureNames' => array( 'location' => 'query', 'type' => 'boolean', ), 'enableModeledVolumes' => array( 'location' => 'query', 'type' => 'boolean', ), 'enablePoliticalFeatures' => array( 'location' => 'query', 'type' => 'boolean', ), 'enablePrivateRoads' => array( 'location' => 'query', 'type' => 'boolean', ), 'enableUnclippedBuildings' => array( 'location' => 'query', 'type' => 'boolean', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'regionCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->terraintiles = new Google_Service_SemanticTile_Resource_Terraintiles( $this, $this->serviceName, 'terraintiles', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'altitudePrecisionCentimeters' => array( 'location' => 'query', 'type' => 'integer', ), 'clientInfo.apiClient' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.applicationId' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.applicationVersion' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.deviceModel' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.operatingSystem' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.platform' => array( 'location' => 'query', 'type' => 'string', ), 'clientInfo.userId' => array( 'location' => 'query', 'type' => 'string', ), 'maxElevationResolutionCells' => array( 'location' => 'query', 'type' => 'integer', ), 'minElevationResolutionCells' => array( 'location' => 'query', 'type' => 'integer', ), 'terrainFormats' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); } } PK( ZOY  Zvendor/google/apiclient-services/src/Google/Service/Genomics/UnexpectedExitStatusEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setExitStatus($exitStatus) { $this->exitStatus = $exitStatus; } public function getExitStatus() { return $this->exitStatus; } } PK( Z%Ovendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( Z-TNvendor/google/apiclient-services/src/Google/Service/Genomics/GenomicsEmpty.phpnu[diskNames = $diskNames; } public function getDiskNames() { return $this->diskNames; } public function setInstanceName($instanceName) { $this->instanceName = $instanceName; } public function getInstanceName() { return $this->instanceName; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK( Zb`ӤWvendor/google/apiclient-services/src/Google/Service/Genomics/CancelOperationRequest.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } } PK( ZEETvendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Operations.phpnu[ * $genomicsService = new Google_Service_Genomics(...); * $operations = $genomicsService->operations; * */ class Google_Service_Genomics_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * Clients may use Operations.GetOperation or Operations.ListOperations to check * whether the cancellation succeeded or the operation completed despite * cancellation. Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission: * `genomics.operations.cancel` * (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Genomics_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Genomics_GenomicsEmpty */ public function cancel($name, Google_Service_Genomics_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Genomics_GenomicsEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission: * `genomics.operations.get` * (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Genomics_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Genomics_Operation"); } /** * Lists operations that match the specified filter in the request. * Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission: * `genomics.operations.list` * (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter A string for filtering Operations. In v2alpha1, the * following filter fields are supported: * createTime: The time this job was * created * events: The set of event (names) that have occurred while running * the pipeline. The : operator can be used to determine if a particular event * has occurred. * error: If the pipeline is running, this value is NULL. Once * the pipeline finishes, the value is the standard Google error code. * * labels.key or labels."key with space" where key is a label key. * done: If * the pipeline is running, this value is false. Once the pipeline finishes, the * value is true. In v1 and v1alpha2, the following filter fields are supported: * * projectId: Required. Corresponds to OperationMetadata.projectId. * * createTime: The time this job was created, in seconds from the * [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=` * operators. * status: Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. * Only one status may be specified. * labels.key where key is a label key. * Examples: * `projectId = my-project AND createTime >= 1432140000` * * `projectId = my-project AND createTime >= 1432140000 AND createTime <= * 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = * *` * `projectId = my-project AND labels.color = red` * @opt_param int pageSize The maximum number of results to return. The maximum * value is 256. * @opt_param string pageToken The standard list page token. * @return Google_Service_Genomics_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Genomics_ListOperationsResponse"); } } PK( ZVQ Rvendor/google/apiclient-services/src/Google/Service/Genomics/OperationMetadata.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Genomics_OperationEvent[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_Genomics_OperationEvent[] */ public function getEvents() { return $this->events; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRequest($request) { $this->request = $request; } public function getRequest() { return $this->request; } public function setRuntimeMetadata($runtimeMetadata) { $this->runtimeMetadata = $runtimeMetadata; } public function getRuntimeMetadata() { return $this->runtimeMetadata; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( ZTҎVvendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStoppedEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setExitStatus($exitStatus) { $this->exitStatus = $exitStatus; } public function getExitStatus() { return $this->exitStatus; } public function setStderr($stderr) { $this->stderr = $stderr; } public function getStderr() { return $this->stderr; } } PK( Zgq-IIQvendor/google/apiclient-services/src/Google/Service/Genomics/PullStartedEvent.phpnu[imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK( ZD턉Tvendor/google/apiclient-services/src/Google/Service/Genomics/WorkerAssignedEvent.phpnu[instance = $instance; } public function getInstance() { return $this->instance; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK( ZnYYXhhPvendor/google/apiclient-services/src/Google/Service/Genomics/RuntimeMetadata.phpnu[computeEngine = $computeEngine; } /** * @return Google_Service_Genomics_ComputeEngine */ public function getComputeEngine() { return $this->computeEngine; } } PK( Z{2Vvendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStartedEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setPortMappings($portMappings) { $this->portMappings = $portMappings; } public function getPortMappings() { return $this->portMappings; } } PK( Z$K&vvJvendor/google/apiclient-services/src/Google/Service/Genomics/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Genomics_Status */ public function setError(Google_Service_Genomics_Status $error) { $this->error = $error; } /** * @return Google_Service_Genomics_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK( Z Gvendor/google/apiclient-services/src/Google/Service/Genomics/Status.phpnu[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; } } PK( Z3Lvendor/google/apiclient-services/src/Google/Service/Genomics/FailedEvent.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } } PK( ZY-,,Wvendor/google/apiclient-services/src/Google/Service/Genomics/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Genomics_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Genomics_Operation[] */ public function getOperations() { return $this->operations; } } PK( Z^*Tvendor/google/apiclient-services/src/Google/Service/Genomics/WorkerReleasedEvent.phpnu[instance = $instance; } public function getInstance() { return $this->instance; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK( ZϢ?Tvendor/google/apiclient-services/src/Google/Service/Genomics/RunPipelineResponse.phpnu[imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK( ZĤȧFvendor/google/apiclient-services/src/Google/Service/Genomics/Event.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK( ZgMMUvendor/google/apiclient-services/src/Google/Service/Genomics/ContainerKilledEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } } PK( Z.Qvendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.phpnu[message = $message; } /** * @return Google_Service_Gmail_Message */ public function getMessage() { return $this->message; } } PK( Z"""Hvendor/google/apiclient-services/src/Google/Service/Gmail/LabelColor.phpnu[backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setTextColor($textColor) { $this->textColor = $textColor; } public function getTextColor() { return $this->textColor; } } PK( Z Cvendor/google/apiclient-services/src/Google/Service/Gmail/Label.phpnu[color = $color; } /** * @return Google_Service_Gmail_LabelColor */ public function getColor() { return $this->color; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLabelListVisibility($labelListVisibility) { $this->labelListVisibility = $labelListVisibility; } public function getLabelListVisibility() { return $this->labelListVisibility; } public function setMessageListVisibility($messageListVisibility) { $this->messageListVisibility = $messageListVisibility; } public function getMessageListVisibility() { return $this->messageListVisibility; } public function setMessagesTotal($messagesTotal) { $this->messagesTotal = $messagesTotal; } public function getMessagesTotal() { return $this->messagesTotal; } public function setMessagesUnread($messagesUnread) { $this->messagesUnread = $messagesUnread; } public function getMessagesUnread() { return $this->messagesUnread; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setThreadsTotal($threadsTotal) { $this->threadsTotal = $threadsTotal; } public function getThreadsTotal() { return $this->threadsTotal; } public function setThreadsUnread($threadsUnread) { $this->threadsUnread = $threadsUnread; } public function getThreadsUnread() { return $this->threadsUnread; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z?hhRvendor/google/apiclient-services/src/Google/Service/Gmail/ModifyMessageRequest.phpnu[addLabelIds = $addLabelIds; } public function getAddLabelIds() { return $this->addLabelIds; } public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } public function getRemoveLabelIds() { return $this->removeLabelIds; } } PK( ZȝQQFvendor/google/apiclient-services/src/Google/Service/Gmail/Delegate.phpnu[delegateEmail = $delegateEmail; } public function getDelegateEmail() { return $this->delegateEmail; } public function setVerificationStatus($verificationStatus) { $this->verificationStatus = $verificationStatus; } public function getVerificationStatus() { return $this->verificationStatus; } } PK( ZjH# # Dvendor/google/apiclient-services/src/Google/Service/Gmail/SendAs.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setIsPrimary($isPrimary) { $this->isPrimary = $isPrimary; } public function getIsPrimary() { return $this->isPrimary; } public function setReplyToAddress($replyToAddress) { $this->replyToAddress = $replyToAddress; } public function getReplyToAddress() { return $this->replyToAddress; } public function setSendAsEmail($sendAsEmail) { $this->sendAsEmail = $sendAsEmail; } public function getSendAsEmail() { return $this->sendAsEmail; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } /** * @param Google_Service_Gmail_SmtpMsa */ public function setSmtpMsa(Google_Service_Gmail_SmtpMsa $smtpMsa) { $this->smtpMsa = $smtpMsa; } /** * @return Google_Service_Gmail_SmtpMsa */ public function getSmtpMsa() { return $this->smtpMsa; } public function setTreatAsAlias($treatAsAlias) { $this->treatAsAlias = $treatAsAlias; } public function getTreatAsAlias() { return $this->treatAsAlias; } public function setVerificationStatus($verificationStatus) { $this->verificationStatus = $verificationStatus; } public function getVerificationStatus() { return $this->verificationStatus; } } PK( ZІ'~wwNvendor/google/apiclient-services/src/Google/Service/Gmail/LanguageSettings.phpnu[displayLanguage = $displayLanguage; } public function getDisplayLanguage() { return $this->displayLanguage; } } PK( Z..Dvendor/google/apiclient-services/src/Google/Service/Gmail/Filter.phpnu[action = $action; } /** * @return Google_Service_Gmail_FilterAction */ public function getAction() { return $this->action; } /** * @param Google_Service_Gmail_FilterCriteria */ public function setCriteria(Google_Service_Gmail_FilterCriteria $criteria) { $this->criteria = $criteria; } /** * @return Google_Service_Gmail_FilterCriteria */ public function getCriteria() { return $this->criteria; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK( Z]vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.phpnu[forwardingAddresses = $forwardingAddresses; } /** * @return Google_Service_Gmail_ForwardingAddress[] */ public function getForwardingAddresses() { return $this->forwardingAddresses; } } PK( Z5䇬Pvendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.phpnu[drafts = $drafts; } /** * @return Google_Service_Gmail_Draft[] */ public function getDrafts() { return $this->drafts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setResultSizeEstimate($resultSizeEstimate) { $this->resultSizeEstimate = $resultSizeEstimate; } public function getResultSizeEstimate() { return $this->resultSizeEstimate; } } PK( ZREvendor/google/apiclient-services/src/Google/Service/Gmail/Profile.phpnu[emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setMessagesTotal($messagesTotal) { $this->messagesTotal = $messagesTotal; } public function getMessagesTotal() { return $this->messagesTotal; } public function setThreadsTotal($threadsTotal) { $this->threadsTotal = $threadsTotal; } public function getThreadsTotal() { return $this->threadsTotal; } } PK( ZTLvendor/google/apiclient-services/src/Google/Service/Gmail/AutoForwarding.phpnu[disposition = $disposition; } public function getDisposition() { return $this->disposition; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK( Zx=Cvendor/google/apiclient-services/src/Google/Service/Gmail/Draft.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Gmail_Message */ public function setMessage(Google_Service_Gmail_Message $message) { $this->message = $message; } /** * @return Google_Service_Gmail_Message */ public function getMessage() { return $this->message; } } PK( Zг Evendor/google/apiclient-services/src/Google/Service/Gmail/Message.phpnu[historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalDate($internalDate) { $this->internalDate = $internalDate; } public function getInternalDate() { return $this->internalDate; } public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } /** * @param Google_Service_Gmail_MessagePart */ public function setPayload(Google_Service_Gmail_MessagePart $payload) { $this->payload = $payload; } /** * @return Google_Service_Gmail_MessagePart */ public function getPayload() { return $this->payload; } public function setRaw($raw) { $this->raw = $raw; } public function getRaw() { return $this->raw; } public function setSizeEstimate($sizeEstimate) { $this->sizeEstimate = $sizeEstimate; } public function getSizeEstimate() { return $this->sizeEstimate; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setThreadId($threadId) { $this->threadId = $threadId; } public function getThreadId() { return $this->threadId; } } PK( Z4RśLvendor/google/apiclient-services/src/Google/Service/Gmail/FilterCriteria.phpnu[excludeChats = $excludeChats; } public function getExcludeChats() { return $this->excludeChats; } public function setFrom($from) { $this->from = $from; } public function getFrom() { return $this->from; } public function setHasAttachment($hasAttachment) { $this->hasAttachment = $hasAttachment; } public function getHasAttachment() { return $this->hasAttachment; } public function setNegatedQuery($negatedQuery) { $this->negatedQuery = $negatedQuery; } public function getNegatedQuery() { return $this->negatedQuery; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setSizeComparison($sizeComparison) { $this->sizeComparison = $sizeComparison; } public function getSizeComparison() { return $this->sizeComparison; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } public function setTo($to) { $this->to = $to; } public function getTo() { return $this->to; } } PK( ZVV_vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessagesAttachments.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $attachments = $gmailService->attachments; * */ class Google_Service_Gmail_Resource_UsersMessagesAttachments extends Google_Service_Resource { /** * Gets the specified message attachment. (attachments.get) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $messageId The ID of the message containing the attachment. * @param string $id The ID of the attachment. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_MessagePartBody */ public function get($userId, $messageId, $id, $optParams = array()) { $params = array('userId' => $userId, 'messageId' => $messageId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_MessagePartBody"); } } PK( ZqCZvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAs.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $sendAs = $gmailService->sendAs; * */ class Google_Service_Gmail_Resource_UsersSettingsSendAs extends Google_Service_Resource { /** * Creates a custom "from" send-as alias. If an SMTP MSA is specified, Gmail * will attempt to connect to the SMTP service to validate the configuration * before creating the alias. If ownership verification is required for the * alias, a message will be sent to the email address and the resource's * verification status will be set to `pending`; otherwise, the resource will be * created with verification status set to `accepted`. If a signature is * provided, Gmail will sanitize the HTML before saving it with the alias. This * method is only available to service account clients that have been delegated * domain-wide authority. (sendAs.create) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_SendAs $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_SendAs */ public function create($userId, Google_Service_Gmail_SendAs $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Gmail_SendAs"); } /** * Deletes the specified send-as alias. Revokes any verification that may have * been required for using it. This method is only available to service account * clients that have been delegated domain-wide authority. (sendAs.delete) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $sendAsEmail The send-as alias to be deleted. * @param array $optParams Optional parameters. */ public function delete($userId, $sendAsEmail, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified send-as alias. Fails with an HTTP 404 error if the * specified address is not a member of the collection. (sendAs.get) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $sendAsEmail The send-as alias to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_SendAs */ public function get($userId, $sendAsEmail, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_SendAs"); } /** * Lists the send-as aliases for the specified account. The result includes the * primary send-as address associated with the account as well as any custom * "from" aliases. (sendAs.listUsersSettingsSendAs) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ListSendAsResponse */ public function listUsersSettingsSendAs($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListSendAsResponse"); } /** * Patch the specified send-as alias. (sendAs.patch) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $sendAsEmail The send-as alias to be updated. * @param Google_Service_Gmail_SendAs $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_SendAs */ public function patch($userId, $sendAsEmail, Google_Service_Gmail_SendAs $postBody, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Gmail_SendAs"); } /** * Updates a send-as alias. If a signature is provided, Gmail will sanitize the * HTML before saving it with the alias. Addresses other than the primary * address for the account can only be updated by service account clients that * have been delegated domain-wide authority. (sendAs.update) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $sendAsEmail The send-as alias to be updated. * @param Google_Service_Gmail_SendAs $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_SendAs */ public function update($userId, $sendAsEmail, Google_Service_Gmail_SendAs $postBody, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Gmail_SendAs"); } /** * Sends a verification email to the specified send-as alias address. The * verification status must be `pending`. This method is only available to * service account clients that have been delegated domain-wide authority. * (sendAs.verify) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $sendAsEmail The send-as alias to be verified. * @param array $optParams Optional parameters. */ public function verify($userId, $sendAsEmail, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); $params = array_merge($params, $optParams); return $this->call('verify', array($params)); } } PK( ZrK"  Lvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/Users.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $users = $gmailService->users; * */ class Google_Service_Gmail_Resource_Users extends Google_Service_Resource { /** * Gets the current user's Gmail profile. (users.getProfile) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Profile */ public function getProfile($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getProfile', array($params), "Google_Service_Gmail_Profile"); } /** * Stop receiving push notifications for the given user mailbox. (users.stop) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. */ public function stop($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } /** * Set up or update a push notification watch on the given user mailbox. * (users.watch) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_WatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_WatchResponse */ public function watch($userId, Google_Service_Gmail_WatchRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Gmail_WatchResponse"); } } PK( ZUTvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettings.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $settings = $gmailService->settings; * */ class Google_Service_Gmail_Resource_UsersSettings extends Google_Service_Resource { /** * Gets the auto-forwarding setting for the specified account. * (settings.getAutoForwarding) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_AutoForwarding */ public function getAutoForwarding($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getAutoForwarding', array($params), "Google_Service_Gmail_AutoForwarding"); } /** * Gets IMAP settings. (settings.getImap) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ImapSettings */ public function getImap($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getImap', array($params), "Google_Service_Gmail_ImapSettings"); } /** * Gets language settings. (settings.getLanguage) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_LanguageSettings */ public function getLanguage($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getLanguage', array($params), "Google_Service_Gmail_LanguageSettings"); } /** * Gets POP settings. (settings.getPop) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_PopSettings */ public function getPop($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getPop', array($params), "Google_Service_Gmail_PopSettings"); } /** * Gets vacation responder settings. (settings.getVacation) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_VacationSettings */ public function getVacation($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getVacation', array($params), "Google_Service_Gmail_VacationSettings"); } /** * Updates the auto-forwarding setting for the specified account. A verified * forwarding address must be specified when auto-forwarding is enabled. This * method is only available to service account clients that have been delegated * domain-wide authority. (settings.updateAutoForwarding) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_AutoForwarding $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_AutoForwarding */ public function updateAutoForwarding($userId, Google_Service_Gmail_AutoForwarding $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateAutoForwarding', array($params), "Google_Service_Gmail_AutoForwarding"); } /** * Updates IMAP settings. (settings.updateImap) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_ImapSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ImapSettings */ public function updateImap($userId, Google_Service_Gmail_ImapSettings $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateImap', array($params), "Google_Service_Gmail_ImapSettings"); } /** * Updates language settings. If successful, the return object contains the * `displayLanguage` that was saved for the user, which may differ from the * value passed into the request. This is because the requested * `displayLanguage` may not be directly supported by Gmail but have a close * variant that is, and so the variant may be chosen and saved instead. * (settings.updateLanguage) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_LanguageSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_LanguageSettings */ public function updateLanguage($userId, Google_Service_Gmail_LanguageSettings $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateLanguage', array($params), "Google_Service_Gmail_LanguageSettings"); } /** * Updates POP settings. (settings.updatePop) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_PopSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_PopSettings */ public function updatePop($userId, Google_Service_Gmail_PopSettings $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatePop', array($params), "Google_Service_Gmail_PopSettings"); } /** * Updates vacation responder settings. (settings.updateVacation) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_VacationSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_VacationSettings */ public function updateVacation($userId, Google_Service_Gmail_VacationSettings $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateVacation', array($params), "Google_Service_Gmail_VacationSettings"); } } PK( Z,|!gvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsForwardingAddresses.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $forwardingAddresses = $gmailService->forwardingAddresses; * */ class Google_Service_Gmail_Resource_UsersSettingsForwardingAddresses extends Google_Service_Resource { /** * Creates a forwarding address. If ownership verification is required, a * message will be sent to the recipient and the resource's verification status * will be set to `pending`; otherwise, the resource will be created with * verification status set to `accepted`. This method is only available to * service account clients that have been delegated domain-wide authority. * (forwardingAddresses.create) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_ForwardingAddress $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ForwardingAddress */ public function create($userId, Google_Service_Gmail_ForwardingAddress $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Gmail_ForwardingAddress"); } /** * Deletes the specified forwarding address and revokes any verification that * may have been required. This method is only available to service account * clients that have been delegated domain-wide authority. * (forwardingAddresses.delete) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $forwardingEmail The forwarding address to be deleted. * @param array $optParams Optional parameters. */ public function delete($userId, $forwardingEmail, $optParams = array()) { $params = array('userId' => $userId, 'forwardingEmail' => $forwardingEmail); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified forwarding address. (forwardingAddresses.get) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $forwardingEmail The forwarding address to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ForwardingAddress */ public function get($userId, $forwardingEmail, $optParams = array()) { $params = array('userId' => $userId, 'forwardingEmail' => $forwardingEmail); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_ForwardingAddress"); } /** * Lists the forwarding addresses for the specified account. * (forwardingAddresses.listUsersSettingsForwardingAddresses) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ListForwardingAddressesResponse */ public function listUsersSettingsForwardingAddresses($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListForwardingAddressesResponse"); } } PK( Z-VVRvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersDrafts.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $drafts = $gmailService->drafts; * */ class Google_Service_Gmail_Resource_UsersDrafts extends Google_Service_Resource { /** * Creates a new draft with the `DRAFT` label. (drafts.create) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Draft $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Draft */ public function create($userId, Google_Service_Gmail_Draft $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Gmail_Draft"); } /** * Immediately and permanently deletes the specified draft. Does not simply * trash it. (drafts.delete) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the draft to delete. * @param array $optParams Optional parameters. */ public function delete($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified draft. (drafts.get) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the draft to retrieve. * @param array $optParams Optional parameters. * * @opt_param string format The format to return the draft in. * @return Google_Service_Gmail_Draft */ public function get($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_Draft"); } /** * Lists the drafts in the user's mailbox. (drafts.listUsersDrafts) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * * @opt_param bool includeSpamTrash Include drafts from `SPAM` and `TRASH` in * the results. * @opt_param string maxResults Maximum number of drafts to return. * @opt_param string pageToken Page token to retrieve a specific page of results * in the list. * @opt_param string q Only return draft messages matching the specified query. * Supports the same query format as the Gmail search box. For example, * `"from:someuser@example.com rfc822msgid: is:unread"`. * @return Google_Service_Gmail_ListDraftsResponse */ public function listUsersDrafts($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListDraftsResponse"); } /** * Sends the specified, existing draft to the recipients in the `To`, `Cc`, and * `Bcc` headers. (drafts.send) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Draft $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Message */ public function send($userId, Google_Service_Gmail_Draft $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('send', array($params), "Google_Service_Gmail_Message"); } /** * Replaces a draft's content. (drafts.update) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the draft to update. * @param Google_Service_Gmail_Draft $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Draft */ public function update($userId, $id, Google_Service_Gmail_Draft $postBody, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Gmail_Draft"); } } PK( Z䆰 Svendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersHistory.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $history = $gmailService->history; * */ class Google_Service_Gmail_Resource_UsersHistory extends Google_Service_Resource { /** * Lists the history of all changes to the given mailbox. History results are * returned in chronological order (increasing `historyId`). * (history.listUsersHistory) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * * @opt_param string historyTypes History types to be returned by the function * @opt_param string labelId Only return messages with a label matching the ID. * @opt_param string maxResults The maximum number of history records to return. * @opt_param string pageToken Page token to retrieve a specific page of results * in the list. * @opt_param string startHistoryId Required. Returns history records after the * specified `startHistoryId`. The supplied `startHistoryId` should be obtained * from the `historyId` of a message, thread, or previous `list` response. * History IDs increase chronologically but are not contiguous with random gaps * in between valid IDs. Supplying an invalid or out of date `startHistoryId` * typically returns an `HTTP 404` error code. A `historyId` is typically valid * for at least a week, but in some rare circumstances may be valid for only a * few hours. If you receive an `HTTP 404` error response, your application * should perform a full sync. If you receive no `nextPageToken` in the * response, there are no updates to retrieve and you can store the returned * `historyId` for a future request. * @return Google_Service_Gmail_ListHistoryResponse */ public function listUsersHistory($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListHistoryResponse"); } } PK( ZfSvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersThreads.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $threads = $gmailService->threads; * */ class Google_Service_Gmail_Resource_UsersThreads extends Google_Service_Resource { /** * Immediately and permanently deletes the specified thread. This operation * cannot be undone. Prefer `threads.trash` instead. (threads.delete) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id ID of the Thread to delete. * @param array $optParams Optional parameters. */ public function delete($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified thread. (threads.get) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the thread to retrieve. * @param array $optParams Optional parameters. * * @opt_param string format The format to return the messages in. * @opt_param string metadataHeaders When given and format is METADATA, only * include headers specified. * @return Google_Service_Gmail_Thread */ public function get($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_Thread"); } /** * Lists the threads in the user's mailbox. (threads.listUsersThreads) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * * @opt_param bool includeSpamTrash Include threads from `SPAM` and `TRASH` in * the results. * @opt_param string labelIds Only return threads with labels that match all of * the specified label IDs. * @opt_param string maxResults Maximum number of threads to return. * @opt_param string pageToken Page token to retrieve a specific page of results * in the list. * @opt_param string q Only return threads matching the specified query. * Supports the same query format as the Gmail search box. For example, * `"from:someuser@example.com rfc822msgid: is:unread"`. Parameter cannot be * used when accessing the api using the gmail.metadata scope. * @return Google_Service_Gmail_ListThreadsResponse */ public function listUsersThreads($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListThreadsResponse"); } /** * Modifies the labels applied to the thread. This applies to all messages in * the thread. (threads.modify) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the thread to modify. * @param Google_Service_Gmail_ModifyThreadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Thread */ public function modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modify', array($params), "Google_Service_Gmail_Thread"); } /** * Moves the specified thread to the trash. (threads.trash) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the thread to Trash. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Thread */ public function trash($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('trash', array($params), "Google_Service_Gmail_Thread"); } /** * Removes the specified thread from the trash. (threads.untrash) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the thread to remove from Trash. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Thread */ public function untrash($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('untrash', array($params), "Google_Service_Gmail_Thread"); } } PK( ZP**cvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAsSmimeInfo.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $smimeInfo = $gmailService->smimeInfo; * */ class Google_Service_Gmail_Resource_UsersSettingsSendAsSmimeInfo extends Google_Service_Resource { /** * Deletes the specified S/MIME config for the specified send-as alias. * (smimeInfo.delete) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $sendAsEmail The email address that appears in the "From:" * header for mail sent using this alias. * @param string $id The immutable ID for the SmimeInfo. * @param array $optParams Optional parameters. */ public function delete($userId, $sendAsEmail, $id, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified S/MIME config for the specified send-as alias. * (smimeInfo.get) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $sendAsEmail The email address that appears in the "From:" * header for mail sent using this alias. * @param string $id The immutable ID for the SmimeInfo. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_SmimeInfo */ public function get($userId, $sendAsEmail, $id, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_SmimeInfo"); } /** * Insert (upload) the given S/MIME config for the specified send-as alias. Note * that pkcs12 format is required for the key. (smimeInfo.insert) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $sendAsEmail The email address that appears in the "From:" * header for mail sent using this alias. * @param Google_Service_Gmail_SmimeInfo $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_SmimeInfo */ public function insert($userId, $sendAsEmail, Google_Service_Gmail_SmimeInfo $postBody, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Gmail_SmimeInfo"); } /** * Lists S/MIME configs for the specified send-as alias. * (smimeInfo.listUsersSettingsSendAsSmimeInfo) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $sendAsEmail The email address that appears in the "From:" * header for mail sent using this alias. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ListSmimeInfoResponse */ public function listUsersSettingsSendAsSmimeInfo($userId, $sendAsEmail, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListSmimeInfoResponse"); } /** * Sets the default S/MIME config for the specified send-as alias. * (smimeInfo.setDefault) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $sendAsEmail The email address that appears in the "From:" * header for mail sent using this alias. * @param string $id The immutable ID for the SmimeInfo. * @param array $optParams Optional parameters. */ public function setDefault($userId, $sendAsEmail, $id, $optParams = array()) { $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('setDefault', array($params)); } } PK( Z(8;;Rvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersLabels.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $labels = $gmailService->labels; * */ class Google_Service_Gmail_Resource_UsersLabels extends Google_Service_Resource { /** * Creates a new label. (labels.create) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Label $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Label */ public function create($userId, Google_Service_Gmail_Label $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Gmail_Label"); } /** * Immediately and permanently deletes the specified label and removes it from * any messages and threads that it is applied to. (labels.delete) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the label to delete. * @param array $optParams Optional parameters. */ public function delete($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified label. (labels.get) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the label to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Label */ public function get($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_Label"); } /** * Lists all labels in the user's mailbox. (labels.listUsersLabels) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ListLabelsResponse */ public function listUsersLabels($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListLabelsResponse"); } /** * Patch the specified label. (labels.patch) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the label to update. * @param Google_Service_Gmail_Label $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Label */ public function patch($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Gmail_Label"); } /** * Updates the specified label. (labels.update) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the label to update. * @param Google_Service_Gmail_Label $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Label */ public function update($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Gmail_Label"); } } PK( Ze [vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsFilters.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $filters = $gmailService->filters; * */ class Google_Service_Gmail_Resource_UsersSettingsFilters extends Google_Service_Resource { /** * Creates a filter. Note: you can only create a maximum of 1,000 filters. * (filters.create) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Filter $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Filter */ public function create($userId, Google_Service_Gmail_Filter $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Gmail_Filter"); } /** * Deletes a filter. (filters.delete) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $id The ID of the filter to be deleted. * @param array $optParams Optional parameters. */ public function delete($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a filter. (filters.get) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $id The ID of the filter to be fetched. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Filter */ public function get($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_Filter"); } /** * Lists the message filters of a Gmail user. (filters.listUsersSettingsFilters) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ListFiltersResponse */ public function listUsersSettingsFilters($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListFiltersResponse"); } } PK( Z?]vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsDelegates.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $delegates = $gmailService->delegates; * */ class Google_Service_Gmail_Resource_UsersSettingsDelegates extends Google_Service_Resource { /** * Adds a delegate with its verification status set directly to `accepted`, * without sending any verification email. The delegate user must be a member of * the same G Suite organization as the delegator user. Gmail imposes * limitations on the number of delegates and delegators each user in a G Suite * organization can have. These limits depend on your organization, but in * general each user can have up to 25 delegates and up to 10 delegators. Note * that a delegate user must be referred to by their primary email address, and * not an email alias. Also note that when a new delegate is created, there may * be up to a one minute delay before the new delegate is available for use. * This method is only available to service account clients that have been * delegated domain-wide authority. (delegates.create) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Delegate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Delegate */ public function create($userId, Google_Service_Gmail_Delegate $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Gmail_Delegate"); } /** * Removes the specified delegate (which can be of any verification status), and * revokes any verification that may have been required for using it. Note that * a delegate user must be referred to by their primary email address, and not * an email alias. This method is only available to service account clients that * have been delegated domain-wide authority. (delegates.delete) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $delegateEmail The email address of the user to be removed as a * delegate. * @param array $optParams Optional parameters. */ public function delete($userId, $delegateEmail, $optParams = array()) { $params = array('userId' => $userId, 'delegateEmail' => $delegateEmail); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified delegate. Note that a delegate user must be referred to by * their primary email address, and not an email alias. This method is only * available to service account clients that have been delegated domain-wide * authority. (delegates.get) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param string $delegateEmail The email address of the user whose delegate * relationship is to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Delegate */ public function get($userId, $delegateEmail, $optParams = array()) { $params = array('userId' => $userId, 'delegateEmail' => $delegateEmail); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_Delegate"); } /** * Lists the delegates for the specified account. This method is only available * to service account clients that have been delegated domain-wide authority. * (delegates.listUsersSettingsDelegates) * * @param string $userId User's email address. The special value "me" can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_ListDelegatesResponse */ public function listUsersSettingsDelegates($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListDelegatesResponse"); } } PK( Z#(#(Tvendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.phpnu[ * $gmailService = new Google_Service_Gmail(...); * $messages = $gmailService->messages; * */ class Google_Service_Gmail_Resource_UsersMessages extends Google_Service_Resource { /** * Deletes many messages by message ID. Provides no guarantees that messages * were not already deleted or even existed at all. (messages.batchDelete) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_BatchDeleteMessagesRequest $postBody * @param array $optParams Optional parameters. */ public function batchDelete($userId, Google_Service_Gmail_BatchDeleteMessagesRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params)); } /** * Modifies the labels on the specified messages. (messages.batchModify) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_BatchModifyMessagesRequest $postBody * @param array $optParams Optional parameters. */ public function batchModify($userId, Google_Service_Gmail_BatchModifyMessagesRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchModify', array($params)); } /** * Immediately and permanently deletes the specified message. This operation * cannot be undone. Prefer `messages.trash` instead. (messages.delete) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the message to delete. * @param array $optParams Optional parameters. */ public function delete($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified message. (messages.get) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the message to retrieve. This ID is usually * retrieved using `messages.list`. The ID is also contained in the result when * a message is inserted (`messages.insert`) or imported (`messages.import`). * @param array $optParams Optional parameters. * * @opt_param string format The format to return the message in. * @opt_param string metadataHeaders When given and format is `METADATA`, only * include headers specified. * @return Google_Service_Gmail_Message */ public function get($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Gmail_Message"); } /** * Imports a message into only this user's mailbox, with standard email delivery * scanning and classification similar to receiving via SMTP. Does not send a * message. Note: This function doesn't trigger forwarding rules or filters set * up by the user. (messages.import) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Message $postBody * @param array $optParams Optional parameters. * * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and * only visible in Google Vault to a Vault administrator. Only used for G Suite * accounts. * @opt_param string internalDateSource Source for Gmail's internal date of the * message. * @opt_param bool neverMarkSpam Ignore the Gmail spam classifier decision and * never mark this email as SPAM in the mailbox. * @opt_param bool processForCalendar Process calendar invites in the email and * add any extracted meetings to the Google Calendar for this user. * @return Google_Service_Gmail_Message */ public function import($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_Gmail_Message"); } /** * Directly inserts a message into only this user's mailbox similar to `IMAP * APPEND`, bypassing most scanning and classification. Does not send a message. * (messages.insert) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Message $postBody * @param array $optParams Optional parameters. * * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and * only visible in Google Vault to a Vault administrator. Only used for G Suite * accounts. * @opt_param string internalDateSource Source for Gmail's internal date of the * message. * @return Google_Service_Gmail_Message */ public function insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Gmail_Message"); } /** * Lists the messages in the user's mailbox. (messages.listUsersMessages) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param array $optParams Optional parameters. * * @opt_param bool includeSpamTrash Include messages from `SPAM` and `TRASH` in * the results. * @opt_param string labelIds Only return messages with labels that match all of * the specified label IDs. * @opt_param string maxResults Maximum number of messages to return. * @opt_param string pageToken Page token to retrieve a specific page of results * in the list. * @opt_param string q Only return messages matching the specified query. * Supports the same query format as the Gmail search box. For example, * `"from:someuser@example.com rfc822msgid: is:unread"`. Parameter cannot be * used when accessing the api using the gmail.metadata scope. * @return Google_Service_Gmail_ListMessagesResponse */ public function listUsersMessages($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Gmail_ListMessagesResponse"); } /** * Modifies the labels on the specified message. (messages.modify) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the message to modify. * @param Google_Service_Gmail_ModifyMessageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Message */ public function modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modify', array($params), "Google_Service_Gmail_Message"); } /** * Sends the specified message to the recipients in the `To`, `Cc`, and `Bcc` * headers. (messages.send) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param Google_Service_Gmail_Message $postBody * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Message */ public function send($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('send', array($params), "Google_Service_Gmail_Message"); } /** * Moves the specified message to the trash. (messages.trash) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the message to Trash. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Message */ public function trash($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('trash', array($params), "Google_Service_Gmail_Message"); } /** * Removes the specified message from the trash. (messages.untrash) * * @param string $userId The user's email address. The special value `me` can be * used to indicate the authenticated user. * @param string $id The ID of the message to remove from Trash. * @param array $optParams Optional parameters. * @return Google_Service_Gmail_Message */ public function untrash($userId, $id, $optParams = array()) { $params = array('userId' => $userId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('untrash', array($params), "Google_Service_Gmail_Message"); } } PK( ZCWWXvendor/google/apiclient-services/src/Google/Service/Gmail/BatchDeleteMessagesRequest.phpnu[ids = $ids; } public function getIds() { return $this->ids; } } PK( Zf.8Ivendor/google/apiclient-services/src/Google/Service/Gmail/PopSettings.phpnu[accessWindow = $accessWindow; } public function getAccessWindow() { return $this->accessWindow; } public function setDisposition($disposition) { $this->disposition = $disposition; } public function getDisposition() { return $this->disposition; } } PK( ZpDvendor/google/apiclient-services/src/Google/Service/Gmail/Thread.phpnu[historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Gmail_Message[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Gmail_Message[] */ public function getMessages() { return $this->messages; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } } PK( ZwPvendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.phpnu[labels = $labels; } /** * @return Google_Service_Gmail_Label[] */ public function getLabels() { return $this->labels; } } PK( Z Jvendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.phpnu[addLabelIds = $addLabelIds; } public function getAddLabelIds() { return $this->addLabelIds; } public function setForward($forward) { $this->forward = $forward; } public function getForward() { return $this->forward; } public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } public function getRemoveLabelIds() { return $this->removeLabelIds; } } PK( Z>6Xvendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.phpnu[addLabelIds = $addLabelIds; } public function getAddLabelIds() { return $this->addLabelIds; } public function setIds($ids) { $this->ids = $ids; } public function getIds() { return $this->ids; } public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } public function getRemoveLabelIds() { return $this->removeLabelIds; } } PK( ZXIIGvendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.phpnu[encryptedKeyPassword = $encryptedKeyPassword; } public function getEncryptedKeyPassword() { return $this->encryptedKeyPassword; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setIssuerCn($issuerCn) { $this->issuerCn = $issuerCn; } public function getIssuerCn() { return $this->issuerCn; } public function setPem($pem) { $this->pem = $pem; } public function getPem() { return $this->pem; } public function setPkcs12($pkcs12) { $this->pkcs12 = $pkcs12; } public function getPkcs12() { return $this->pkcs12; } } PK( ZgQvendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setResultSizeEstimate($resultSizeEstimate) { $this->resultSizeEstimate = $resultSizeEstimate; } public function getResultSizeEstimate() { return $this->resultSizeEstimate; } /** * @param Google_Service_Gmail_Thread[] */ public function setThreads($threads) { $this->threads = $threads; } /** * @return Google_Service_Gmail_Thread[] */ public function getThreads() { return $this->threads; } } PK( Z_j}}Mvendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.phpnu[attachmentId = $attachmentId; } public function getAttachmentId() { return $this->attachmentId; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK( ZTaddLabelIds = $addLabelIds; } public function getAddLabelIds() { return $this->addLabelIds; } public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } public function getRemoveLabelIds() { return $this->removeLabelIds; } } PK( Zfilter = $filter; } /** * @return Google_Service_Gmail_Filter[] */ public function getFilter() { return $this->filter; } } PK( ZpJvendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.phpnu[autoExpunge = $autoExpunge; } public function getAutoExpunge() { return $this->autoExpunge; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setExpungeBehavior($expungeBehavior) { $this->expungeBehavior = $expungeBehavior; } public function getExpungeBehavior() { return $this->expungeBehavior; } public function setMaxFolderSize($maxFolderSize) { $this->maxFolderSize = $maxFolderSize; } public function getMaxFolderSize() { return $this->maxFolderSize; } } PK( Z  Jvendor/google/apiclient-services/src/Google/Service/Gmail/WatchRequest.phpnu[labelFilterAction = $labelFilterAction; } public function getLabelFilterAction() { return $this->labelFilterAction; } public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK( ZCjIISvendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.phpnu[smimeInfo = $smimeInfo; } /** * @return Google_Service_Gmail_SmimeInfo[] */ public function getSmimeInfo() { return $this->smimeInfo; } } PK( ZTkEvendor/google/apiclient-services/src/Google/Service/Gmail/SmtpMsa.phpnu[host = $host; } public function getHost() { return $this->host; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setSecurityMode($securityMode) { $this->securityMode = $securityMode; } public function getSecurityMode() { return $this->securityMode; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK( ZOvendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.phpnu[labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } /** * @param Google_Service_Gmail_Message */ public function setMessage(Google_Service_Gmail_Message $message) { $this->message = $message; } /** * @return Google_Service_Gmail_Message */ public function getMessage() { return $this->message; } } PK( Z`""Pvendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.phpnu[sendAs = $sendAs; } /** * @return Google_Service_Gmail_SendAs[] */ public function getSendAs() { return $this->sendAs; } } PK( ZWSvendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.phpnu[message = $message; } /** * @return Google_Service_Gmail_Message */ public function getMessage() { return $this->message; } } PK( ZT26`Kvendor/google/apiclient-services/src/Google/Service/Gmail/WatchResponse.phpnu[expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } } PK( ZܟPFFSvendor/google/apiclient-services/src/Google/Service/Gmail/ListDelegatesResponse.phpnu[delegates = $delegates; } /** * @return Google_Service_Gmail_Delegate[] */ public function getDelegates() { return $this->delegates; } } PK( ZQvendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.phpnu[labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } /** * @param Google_Service_Gmail_Message */ public function setMessage(Google_Service_Gmail_Message $message) { $this->message = $message; } /** * @return Google_Service_Gmail_Message */ public function getMessage() { return $this->message; } } PK( Z Evendor/google/apiclient-services/src/Google/Service/Gmail/History.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Gmail_HistoryLabelAdded[] */ public function setLabelsAdded($labelsAdded) { $this->labelsAdded = $labelsAdded; } /** * @return Google_Service_Gmail_HistoryLabelAdded[] */ public function getLabelsAdded() { return $this->labelsAdded; } /** * @param Google_Service_Gmail_HistoryLabelRemoved[] */ public function setLabelsRemoved($labelsRemoved) { $this->labelsRemoved = $labelsRemoved; } /** * @return Google_Service_Gmail_HistoryLabelRemoved[] */ public function getLabelsRemoved() { return $this->labelsRemoved; } /** * @param Google_Service_Gmail_Message[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Gmail_Message[] */ public function getMessages() { return $this->messages; } /** * @param Google_Service_Gmail_HistoryMessageAdded[] */ public function setMessagesAdded($messagesAdded) { $this->messagesAdded = $messagesAdded; } /** * @return Google_Service_Gmail_HistoryMessageAdded[] */ public function getMessagesAdded() { return $this->messagesAdded; } /** * @param Google_Service_Gmail_HistoryMessageDeleted[] */ public function setMessagesDeleted($messagesDeleted) { $this->messagesDeleted = $messagesDeleted; } /** * @return Google_Service_Gmail_HistoryMessageDeleted[] */ public function getMessagesDeleted() { return $this->messagesDeleted; } } PK( ZbQvendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.phpnu[history = $history; } /** * @return Google_Service_Gmail_History[] */ public function getHistory() { return $this->history; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z婷_ _ Nvendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.phpnu[enableAutoReply = $enableAutoReply; } public function getEnableAutoReply() { return $this->enableAutoReply; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setResponseBodyHtml($responseBodyHtml) { $this->responseBodyHtml = $responseBodyHtml; } public function getResponseBodyHtml() { return $this->responseBodyHtml; } public function setResponseBodyPlainText($responseBodyPlainText) { $this->responseBodyPlainText = $responseBodyPlainText; } public function getResponseBodyPlainText() { return $this->responseBodyPlainText; } public function setResponseSubject($responseSubject) { $this->responseSubject = $responseSubject; } public function getResponseSubject() { return $this->responseSubject; } public function setRestrictToContacts($restrictToContacts) { $this->restrictToContacts = $restrictToContacts; } public function getRestrictToContacts() { return $this->restrictToContacts; } public function setRestrictToDomain($restrictToDomain) { $this->restrictToDomain = $restrictToDomain; } public function getRestrictToDomain() { return $this->restrictToDomain; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( Z[hhOvendor/google/apiclient-services/src/Google/Service/Gmail/ForwardingAddress.phpnu[forwardingEmail = $forwardingEmail; } public function getForwardingEmail() { return $this->forwardingEmail; } public function setVerificationStatus($verificationStatus) { $this->verificationStatus = $verificationStatus; } public function getVerificationStatus() { return $this->verificationStatus; } } PK( ZVTRvendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.phpnu[messages = $messages; } /** * @return Google_Service_Gmail_Message[] */ public function getMessages() { return $this->messages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setResultSizeEstimate($resultSizeEstimate) { $this->resultSizeEstimate = $resultSizeEstimate; } public function getResultSizeEstimate() { return $this->resultSizeEstimate; } } PK( Z1   Ivendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.phpnu[body = $body; } /** * @return Google_Service_Gmail_MessagePartBody */ public function getBody() { return $this->body; } public function setFilename($filename) { $this->filename = $filename; } public function getFilename() { return $this->filename; } /** * @param Google_Service_Gmail_MessagePartHeader[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_Gmail_MessagePartHeader[] */ public function getHeaders() { return $this->headers; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setPartId($partId) { $this->partId = $partId; } public function getPartId() { return $this->partId; } /** * @param Google_Service_Gmail_MessagePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Gmail_MessagePart[] */ public function getParts() { return $this->parts; } } PK( ZwCOvendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartHeader.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Zjwovendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2PolicySpecPolicyRule.phpnu[allowAll = $allowAll; } public function getAllowAll() { return $this->allowAll; } /** * @param Google_Service_OrgPolicyAPI_GoogleTypeExpr */ public function setCondition(Google_Service_OrgPolicyAPI_GoogleTypeExpr $condition) { $this->condition = $condition; } /** * @return Google_Service_OrgPolicyAPI_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setDenyAll($denyAll) { $this->denyAll = $denyAll; } public function getDenyAll() { return $this->denyAll; } public function setEnforce($enforce) { $this->enforce = $enforce; } public function getEnforce() { return $this->enforce; } /** * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues */ public function setValues(Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues $values) { $this->values = $values; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues */ public function getValues() { return $this->values; } } PK( ZZ,FFsvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2ConstraintListConstraint.phpnu[supportsIn = $supportsIn; } public function getSupportsIn() { return $this->supportsIn; } public function setSupportsUnder($supportsUnder) { $this->supportsUnder = $supportsUnder; } public function getSupportsUnder() { return $this->supportsUnder; } } PK( ZEk֥Xvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleProtobufEmpty.phpnu[booleanConstraint = $booleanConstraint; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ConstraintBooleanConstraint */ public function getBooleanConstraint() { return $this->booleanConstraint; } public function setConstraintDefault($constraintDefault) { $this->constraintDefault = $constraintDefault; } public function getConstraintDefault() { return $this->constraintDefault; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ConstraintListConstraint */ public function setListConstraint(Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ConstraintListConstraint $listConstraint) { $this->listConstraint = $listConstraint; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ConstraintListConstraint */ public function getListConstraint() { return $this->listConstraint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z^iWWSvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK( Zrvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2ListConstraintsResponse.phpnu[constraints = $constraints; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Constraint[] */ public function getConstraints() { return $this->constraints; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( ZnGGavendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/ProjectsConstraints.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $constraints = $orgpolicyService->constraints; * */ class Google_Service_OrgPolicyAPI_Resource_ProjectsConstraints extends Google_Service_Resource { /** * Lists `Constraints` that could be applied on the specified resource. * (constraints.listProjectsConstraints) * * @param string $parent Required. The Cloud resource that parents the * constraint. Must be in one of the following forms: * * `projects/{project_number}` * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Size of the pages to be returned. This is currently * unsupported and will be ignored. The server may at any point start using this * field to limit page size. * @opt_param string pageToken Page token used to retrieve the next page. This * is currently unsupported and will be ignored. The server may at any point * start using this field. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListConstraintsResponse */ public function listProjectsConstraints($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListConstraintsResponse"); } } PK( ZSDD`vendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/FoldersConstraints.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $constraints = $orgpolicyService->constraints; * */ class Google_Service_OrgPolicyAPI_Resource_FoldersConstraints extends Google_Service_Resource { /** * Lists `Constraints` that could be applied on the specified resource. * (constraints.listFoldersConstraints) * * @param string $parent Required. The Cloud resource that parents the * constraint. Must be in one of the following forms: * * `projects/{project_number}` * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Size of the pages to be returned. This is currently * unsupported and will be ignored. The server may at any point start using this * field to limit page size. * @opt_param string pageToken Page token used to retrieve the next page. This * is currently unsupported and will be ignored. The server may at any point * start using this field. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListConstraintsResponse */ public function listFoldersConstraints($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListConstraintsResponse"); } } PK( Ze(VVfvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/OrganizationsConstraints.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $constraints = $orgpolicyService->constraints; * */ class Google_Service_OrgPolicyAPI_Resource_OrganizationsConstraints extends Google_Service_Resource { /** * Lists `Constraints` that could be applied on the specified resource. * (constraints.listOrganizationsConstraints) * * @param string $parent Required. The Cloud resource that parents the * constraint. Must be in one of the following forms: * * `projects/{project_number}` * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Size of the pages to be returned. This is currently * unsupported and will be ignored. The server may at any point start using this * field to limit page size. * @opt_param string pageToken Page token used to retrieve the next page. This * is currently unsupported and will be ignored. The server may at any point * start using this field. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListConstraintsResponse */ public function listOrganizationsConstraints($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListConstraintsResponse"); } } PK( ZgJ_]vendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/FoldersPolicies.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $policies = $orgpolicyService->policies; * */ class Google_Service_OrgPolicyAPI_Resource_FoldersPolicies extends Google_Service_Resource { /** * Creates a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint does not exist. Returns a * `google.rpc.Status` with `google.rpc.Code.ALREADY_EXISTS` if the policy * already exists on the given Cloud resource. (policies.create) * * @param string $parent Required. The Cloud resource that will parent the new * Policy. Must be in one of the following forms: * `projects/{project_number}` * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function create($parent, Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Deletes a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint or Org Policy does not exist. * (policies.delete) * * @param string $name Required. Name of the policy to delete. See `Policy` for * naming rules. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_OrgPolicyAPI_GoogleProtobufEmpty"); } /** * Gets a `Policy` on a resource. If no `Policy` is set on the resource, * NOT_FOUND is returned. The `etag` value can be used with `UpdatePolicy()` to * update a `Policy` during read-modify-write. (policies.get) * * @param string $name Required. Resource name of the policy. See `Policy` for * naming requirements. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Gets the effective `Policy` on a resource. This is the result of merging * `Policies` in the resource hierarchy and evaluating conditions. The returned * `Policy` will not have an `etag` or `condition` set because it is a computed * `Policy` across multiple resources. Subtrees of Resource Manager resource * hierarchy with 'under:' prefix will not be expanded. * (policies.getEffectivePolicy) * * @param string $name Required. The effective policy to compute. See `Policy` * for naming rules. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function getEffectivePolicy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getEffectivePolicy', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Retrieves all of the `Policies` that exist on a particular resource. * (policies.listFoldersPolicies) * * @param string $parent Required. The target Cloud resource that parents the * set of constraints and policies that will be returned from this call. Must be * in one of the following forms: * `projects/{project_number}` * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Size of the pages to be returned. This is currently * unsupported and will be ignored. The server may at any point start using this * field to limit page size. * @opt_param string pageToken Page token used to retrieve the next page. This * is currently unsupported and will be ignored. The server may at any point * start using this field. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListPoliciesResponse */ public function listFoldersPolicies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListPoliciesResponse"); } /** * Updates a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint or the policy do not exist. * Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag * supplied in the request does not match the persisted etag of the policy Note: * the supplied policy will perform a full overwrite of all fields. * (policies.patch) * * @param string $name Immutable. The resource name of the Policy. Must be one * of the following forms, where constraint_name is the name of the constraint * which this Policy configures: * * `projects/{project_number}/policies/{constraint_name}` * * `folders/{folder_id}/policies/{constraint_name}` * * `organizations/{organization_id}/policies/{constraint_name}` For example, * "projects/123/policies/compute.disableSerialPortAccess". Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name * for API requests, but responses will return the name using the equivalent * project number. * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function patch($name, Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } } PK( ZXTXttUvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/Folders.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $folders = $orgpolicyService->folders; * */ class Google_Service_OrgPolicyAPI_Resource_Folders extends Google_Service_Resource { } PK( Z {cvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/OrganizationsPolicies.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $policies = $orgpolicyService->policies; * */ class Google_Service_OrgPolicyAPI_Resource_OrganizationsPolicies extends Google_Service_Resource { /** * Creates a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint does not exist. Returns a * `google.rpc.Status` with `google.rpc.Code.ALREADY_EXISTS` if the policy * already exists on the given Cloud resource. (policies.create) * * @param string $parent Required. The Cloud resource that will parent the new * Policy. Must be in one of the following forms: * `projects/{project_number}` * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function create($parent, Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Deletes a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint or Org Policy does not exist. * (policies.delete) * * @param string $name Required. Name of the policy to delete. See `Policy` for * naming rules. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_OrgPolicyAPI_GoogleProtobufEmpty"); } /** * Gets a `Policy` on a resource. If no `Policy` is set on the resource, * NOT_FOUND is returned. The `etag` value can be used with `UpdatePolicy()` to * update a `Policy` during read-modify-write. (policies.get) * * @param string $name Required. Resource name of the policy. See `Policy` for * naming requirements. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Gets the effective `Policy` on a resource. This is the result of merging * `Policies` in the resource hierarchy and evaluating conditions. The returned * `Policy` will not have an `etag` or `condition` set because it is a computed * `Policy` across multiple resources. Subtrees of Resource Manager resource * hierarchy with 'under:' prefix will not be expanded. * (policies.getEffectivePolicy) * * @param string $name Required. The effective policy to compute. See `Policy` * for naming rules. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function getEffectivePolicy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getEffectivePolicy', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Retrieves all of the `Policies` that exist on a particular resource. * (policies.listOrganizationsPolicies) * * @param string $parent Required. The target Cloud resource that parents the * set of constraints and policies that will be returned from this call. Must be * in one of the following forms: * `projects/{project_number}` * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Size of the pages to be returned. This is currently * unsupported and will be ignored. The server may at any point start using this * field to limit page size. * @opt_param string pageToken Page token used to retrieve the next page. This * is currently unsupported and will be ignored. The server may at any point * start using this field. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListPoliciesResponse */ public function listOrganizationsPolicies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListPoliciesResponse"); } /** * Updates a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint or the policy do not exist. * Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag * supplied in the request does not match the persisted etag of the policy Note: * the supplied policy will perform a full overwrite of all fields. * (policies.patch) * * @param string $name Immutable. The resource name of the Policy. Must be one * of the following forms, where constraint_name is the name of the constraint * which this Policy configures: * * `projects/{project_number}/policies/{constraint_name}` * * `folders/{folder_id}/policies/{constraint_name}` * * `organizations/{organization_id}/policies/{constraint_name}` For example, * "projects/123/policies/compute.disableSerialPortAccess". Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name * for API requests, but responses will return the name using the equivalent * project number. * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function patch($name, Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } } PK( Z I^vendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/ProjectsPolicies.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $policies = $orgpolicyService->policies; * */ class Google_Service_OrgPolicyAPI_Resource_ProjectsPolicies extends Google_Service_Resource { /** * Creates a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint does not exist. Returns a * `google.rpc.Status` with `google.rpc.Code.ALREADY_EXISTS` if the policy * already exists on the given Cloud resource. (policies.create) * * @param string $parent Required. The Cloud resource that will parent the new * Policy. Must be in one of the following forms: * `projects/{project_number}` * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function create($parent, Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Deletes a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint or Org Policy does not exist. * (policies.delete) * * @param string $name Required. Name of the policy to delete. See `Policy` for * naming rules. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_OrgPolicyAPI_GoogleProtobufEmpty"); } /** * Gets a `Policy` on a resource. If no `Policy` is set on the resource, * NOT_FOUND is returned. The `etag` value can be used with `UpdatePolicy()` to * update a `Policy` during read-modify-write. (policies.get) * * @param string $name Required. Resource name of the policy. See `Policy` for * naming requirements. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Gets the effective `Policy` on a resource. This is the result of merging * `Policies` in the resource hierarchy and evaluating conditions. The returned * `Policy` will not have an `etag` or `condition` set because it is a computed * `Policy` across multiple resources. Subtrees of Resource Manager resource * hierarchy with 'under:' prefix will not be expanded. * (policies.getEffectivePolicy) * * @param string $name Required. The effective policy to compute. See `Policy` * for naming rules. * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function getEffectivePolicy($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getEffectivePolicy', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } /** * Retrieves all of the `Policies` that exist on a particular resource. * (policies.listProjectsPolicies) * * @param string $parent Required. The target Cloud resource that parents the * set of constraints and policies that will be returned from this call. Must be * in one of the following forms: * `projects/{project_number}` * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Size of the pages to be returned. This is currently * unsupported and will be ignored. The server may at any point start using this * field to limit page size. * @opt_param string pageToken Page token used to retrieve the next page. This * is currently unsupported and will be ignored. The server may at any point * start using this field. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListPoliciesResponse */ public function listProjectsPolicies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ListPoliciesResponse"); } /** * Updates a Policy. Returns a `google.rpc.Status` with * `google.rpc.Code.NOT_FOUND` if the constraint or the policy do not exist. * Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag * supplied in the request does not match the persisted etag of the policy Note: * the supplied policy will perform a full overwrite of all fields. * (policies.patch) * * @param string $name Immutable. The resource name of the Policy. Must be one * of the following forms, where constraint_name is the name of the constraint * which this Policy configures: * * `projects/{project_number}/policies/{constraint_name}` * * `folders/{folder_id}/policies/{constraint_name}` * * `organizations/{organization_id}/policies/{constraint_name}` For example, * "projects/123/policies/compute.disableSerialPortAccess". Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name * for API requests, but responses will return the name using the equivalent * project number. * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody * @param array $optParams Optional parameters. * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy */ public function patch($name, Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy"); } } PK( Z3xxVvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/Projects.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $projects = $orgpolicyService->projects; * */ class Google_Service_OrgPolicyAPI_Resource_Projects extends Google_Service_Resource { } PK( Z$u[vendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/Organizations.phpnu[ * $orgpolicyService = new Google_Service_OrgPolicyAPI(...); * $organizations = $orgpolicyService->organizations; * */ class Google_Service_OrgPolicyAPI_Resource_Organizations extends Google_Service_Resource { } PK( ZP-{vendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues.phpnu[allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setDeniedValues($deniedValues) { $this->deniedValues = $deniedValues; } public function getDeniedValues() { return $this->deniedValues; } } PK( Zwwovendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2ListPoliciesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2Policy[] */ public function getPolicies() { return $this->policies; } } PK( Zt]vvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2ConstraintBooleanConstraint.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpec */ public function setSpec(Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpec $spec) { $this->spec = $spec; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpec */ public function getSpec() { return $this->spec; } } PK( Z l ssevendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2PolicySpec.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setInheritFromParent($inheritFromParent) { $this->inheritFromParent = $inheritFromParent; } public function getInheritFromParent() { return $this->inheritFromParent; } public function setReset($reset) { $this->reset = $reset; } public function getReset() { return $this->reset; } /** * @param Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpecPolicyRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2PolicySpecPolicyRule[] */ public function getRules() { return $this->rules; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK( Z:j0Cvendor/google/apiclient-services/src/Google/Service/AlertCenter.phpnu[ * Manages alerts on issues affecting your domain.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AlertCenter extends Google_Service { /** See and delete your domain's G Suite alerts, and send alert feedback. */ const APPS_ALERTS = "https://www.googleapis.com/auth/apps.alerts"; public $alerts; public $alerts_feedback; public $v1beta1; /** * Constructs the internal representation of the AlertCenter service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://alertcenter.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'alertcenter'; $this->alerts = new Google_Service_AlertCenter_Resource_Alerts( $this, $this->serviceName, 'alerts', array( 'methods' => array( 'batchDelete' => array( 'path' => 'v1beta1/alerts:batchDelete', 'httpMethod' => 'POST', 'parameters' => array(), ),'batchUndelete' => array( 'path' => 'v1beta1/alerts:batchUndelete', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1beta1/alerts/{alertId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1beta1/alerts/{alertId}', 'httpMethod' => 'GET', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getMetadata' => array( 'path' => 'v1beta1/alerts/{alertId}/metadata', 'httpMethod' => 'GET', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1beta1/alerts', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v1beta1/alerts/{alertId}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->alerts_feedback = new Google_Service_AlertCenter_Resource_AlertsFeedback( $this, $this->serviceName, 'feedback', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/alerts/{alertId}/feedback', 'httpMethod' => 'POST', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1beta1/alerts/{alertId}/feedback', 'httpMethod' => 'GET', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->v1beta1 = new Google_Service_AlertCenter_Resource_V1beta1( $this, $this->serviceName, 'v1beta1', array( 'methods' => array( 'getSettings' => array( 'path' => 'v1beta1/settings', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateSettings' => array( 'path' => 'v1beta1/settings', 'httpMethod' => 'PATCH', 'parameters' => array( 'customerId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK( Z휧wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z(Pϥvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec.phpnu[values = $values; } public function getValues() { return $this->values; } } PK( ZM]wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SuggestTrialsMetadata.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setStudy($study) { $this->study = $study; } public function getStudy() { return $this->study; } public function setSuggestionCount($suggestionCount) { $this->suggestionCount = $suggestionCount; } public function getSuggestionCount() { return $this->suggestionCount; } } PK( ZO t t mvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfig.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfig */ public function setAutomatedStoppingConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfig $automatedStoppingConfig) { $this->automatedStoppingConfig = $automatedStoppingConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfig */ public function getAutomatedStoppingConfig() { return $this->automatedStoppingConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigMetricSpec[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigMetricSpec[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec[] */ public function getParameters() { return $this->parameters; } } PK( Z mpvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrialParameter.phpnu[floatValue = $floatValue; } public function getFloatValue() { return $this->floatValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setParameter($parameter) { $this->parameter = $parameter; } public function getParameter() { return $this->parameter; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK( Z2 svendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setIsCancellationRequested($isCancellationRequested) { $this->isCancellationRequested = $isCancellationRequested; } public function getIsCancellationRequested() { return $this->isCancellationRequested; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setModelName($modelName) { $this->modelName = $modelName; } public function getModelName() { return $this->modelName; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProjectNumber($projectNumber) { $this->projectNumber = $projectNumber; } public function getProjectNumber() { return $this->projectNumber; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version */ public function setVersion(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $version) { $this->version = $version; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version */ public function getVersion() { return $this->version; } } PK( Z wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigMetricSpec.phpnu[goal = $goal; } public function getGoal() { return $this->goal; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } } PK( Zm(Msvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AcceleratorConfig.phpnu[count = $count; } public function getCount() { return $this->count; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Zyvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig.phpnu[useElapsedTime = $useElapsedTime; } public function getUseElapsedTime() { return $this->useElapsedTime; } } PK( Z'< ovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ReplicaConfig.phpnu[acceleratorConfig = $acceleratorConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } public function setContainerArgs($containerArgs) { $this->containerArgs = $containerArgs; } public function getContainerArgs() { return $this->containerArgs; } public function setContainerCommand($containerCommand) { $this->containerCommand = $containerCommand; } public function getContainerCommand() { return $this->containerCommand; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1DiskConfig */ public function setDiskConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1DiskConfig $diskConfig) { $this->diskConfig = $diskConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1DiskConfig */ public function getDiskConfig() { return $this->diskConfig; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setTpuTfVersion($tpuTfVersion) { $this->tpuTfVersion = $tpuTfVersion; } public function getTpuTfVersion() { return $this->tpuTfVersion; } } PK( ZS||tvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.phpnu[models = $models; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model[] */ public function getModels() { return $this->models; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Zlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1MetricSpec.phpnu[name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK( Z_,RRovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.phpnu[nodes = $nodes; } public function getNodes() { return $this->nodes; } } PK( ZZę%uvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListStudiesResponse.phpnu[studies = $studies; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study[] */ public function getStudies() { return $this->studies; } } PK( ZL^vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig.phpnu[useElapsedTime = $useElapsedTime; } public function getUseElapsedTime() { return $this->useElapsedTime; } } PK( ZTfVzvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListOptimalTrialsRequest.phpnu[condition = $condition; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK( Zv7++vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec.phpnu[maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } } PK( Zټrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.phpnu[errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setNodeHours($nodeHours) { $this->nodeHours = $nodeHours; } public function getNodeHours() { return $this->nodeHours; } public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } public function getOutputPath() { return $this->outputPath; } public function setPredictionCount($predictionCount) { $this->predictionCount = $predictionCount; } public function getPredictionCount() { return $this->predictionCount; } } PK( Zvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest.phpnu[tpuServiceAccount = $tpuServiceAccount; } public function getTpuServiceAccount() { return $this->tpuServiceAccount; } } PK( Zabfvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStudyState($studyState) { $this->studyState = $studyState; } public function getStudyState() { return $this->studyState; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial[] */ public function setTrials($trials) { $this->trials = $trials; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial[] */ public function getTrials() { return $this->trials; } } PK( Zvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CheckTrialEarlyStoppingStateResponse.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setShouldStop($shouldStop) { $this->shouldStop = $shouldStop; } public function getShouldStop() { return $this->shouldStop; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK( Zr}jvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RouteMap.phpnu[health = $health; } public function getHealth() { return $this->health; } public function setPredict($predict) { $this->predict = $predict; } public function getPredict() { return $this->predict; } } PK( ZT#**ovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ContainerSpec.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EnvVar[] */ public function setEnv($env) { $this->env = $env; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EnvVar[] */ public function getEnv() { return $this->env; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ContainerPort[] */ public function setPorts($ports) { $this->ports = $ports; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ContainerPort[] */ public function getPorts() { return $this->ports; } } PK( Z9eeavendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK( ZyCfvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec.phpnu[values = $values; } public function getValues() { return $this->values; } } PK( Zg4ss{vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SampledShapleyAttribution.phpnu[numPaths = $numPaths; } public function getNumPaths() { return $this->numPaths; } } PK( Z-gvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Trial.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement */ public function setFinalMeasurement(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement $finalMeasurement) { $this->finalMeasurement = $finalMeasurement; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement */ public function getFinalMeasurement() { return $this->finalMeasurement; } public function setInfeasibleReason($infeasibleReason) { $this->infeasibleReason = $infeasibleReason; } public function getInfeasibleReason() { return $this->infeasibleReason; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement[] */ public function setMeasurements($measurements) { $this->measurements = $measurements; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement[] */ public function getMeasurements() { return $this->measurements; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrialParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrialParameter[] */ public function getParameters() { return $this->parameters; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTrialInfeasible($trialInfeasible) { $this->trialInfeasible = $trialInfeasible; } public function getTrialInfeasible() { return $this->trialInfeasible; } } PK( Z}y|vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AddTrialMeasurementRequest.phpnu[measurement = $measurement; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement */ public function getMeasurement() { return $this->measurement; } } PK( Z"t  svendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ExplanationConfig.phpnu[integratedGradientsAttribution = $integratedGradientsAttribution; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1IntegratedGradientsAttribution */ public function getIntegratedGradientsAttribution() { return $this->integratedGradientsAttribution; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SampledShapleyAttribution */ public function setSampledShapleyAttribution(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SampledShapleyAttribution $sampledShapleyAttribution) { $this->sampledShapleyAttribution = $sampledShapleyAttribution; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SampledShapleyAttribution */ public function getSampledShapleyAttribution() { return $this->sampledShapleyAttribution; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1XraiAttribution */ public function setXraiAttribution(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1XraiAttribution $xraiAttribution) { $this->xraiAttribution = $xraiAttribution; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1XraiAttribution */ public function getXraiAttribution() { return $this->xraiAttribution; } } PK( Z*rvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StopTrialRequest.phpnu[defaultVersion = $defaultVersion; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version */ public function getDefaultVersion() { return $this->defaultVersion; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOnlinePredictionConsoleLogging($onlinePredictionConsoleLogging) { $this->onlinePredictionConsoleLogging = $onlinePredictionConsoleLogging; } public function getOnlinePredictionConsoleLogging() { return $this->onlinePredictionConsoleLogging; } public function setOnlinePredictionLogging($onlinePredictionLogging) { $this->onlinePredictionLogging = $onlinePredictionLogging; } public function getOnlinePredictionLogging() { return $this->onlinePredictionLogging; } public function setRegions($regions) { $this->regions = $regions; } public function getRegions() { return $this->regions; } } PK( ZbMjxxrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1EncryptionConfig.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK( Z^mvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleRpcStatus */ public function setError(Google_Service_CloudMachineLearningEngine_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK( Zay mvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $locations = $mlService->locations; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocations extends Google_Service_Resource { /** * Get the complete list of CMLE capabilities in a location, along with their * location-specific properties. (locations.get) * * @param string $name Required. The name of the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Location"); } /** * List all locations that provides at least one type of CMLE capability. * (locations.listProjectsLocations) * * @param string $parent Required. The name of the project for which available * locations are to be listed (since some locations might be whitelisted for * specific projects). * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of locations to retrieve per * "page" of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. You get the token from the `next_page_token` field of the * response from the previous call. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListLocationsResponse */ public function listProjectsLocations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListLocationsResponse"); } } PK( Z!> wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocationsOperations.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $operations = $mlService->operations; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } } PK( Z%%jvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $models = $mlService->models; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends Google_Service_Resource { /** * Creates a model which will later contain one or more versions. You must add * at least one version before you can request predictions from the model. Add * versions by calling projects.models.versions.create. (models.create) * * @param string $parent Required. The project name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model */ public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model"); } /** * Deletes a model. You can only delete a model if there are no versions in it. * You can delete versions by calling projects.models.versions.delete. * (models.delete) * * @param string $name Required. The name of the model. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Gets information about a model, including its name, the description (if set), * and the default version (if at least one version of the model has been * deployed). (models.get) * * @param string $name Required. The name of the model. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (models.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy"); } /** * Lists the models in a project. Each project can contain multiple models, and * each model can have multiple versions. If there are no models that match the * request parameters, the list request returns an empty response body: {}. * (models.listProjectsModels) * * @param string $parent Required. The name of the project whose models are to * be listed. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Specifies the subset of models to * retrieve. * @opt_param int pageSize Optional. The number of models to retrieve per "page" * of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. You get the token from the `next_page_token` field of the * response from the previous call. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListModelsResponse */ public function listProjectsModels($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListModelsResponse"); } /** * Updates a specific model resource. Currently the only supported fields to * update are `description` and `default_version.name`. (models.patch) * * @param string $name Required. The project name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Specifies the path, relative to * `Model`, of the field to update. For example, to change the description of a * model to "foo" and set its default version to "version_1", the `update_mask` * parameter would be specified as `description`, `default_version.name`, and * the `PATCH` request body would specify the new value, as follows: { * "description": "foo", "defaultVersion": { "name":"version_1" } } Currently * the supported update masks are `description` and `default_version.name`. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function patch($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (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"); } } PK( Z!!zvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocationsStudiesTrials.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $trials = $mlService->trials; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocationsStudiesTrials extends Google_Service_Resource { /** * Adds a measurement of the objective metrics to a trial. This measurement is * assumed to have been taken before the trial is complete. * (trials.addMeasurement) * * @param string $name Required. The trial name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AddTrialMeasurementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial */ public function addMeasurement($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AddTrialMeasurementRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addMeasurement', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial"); } /** * Checks whether a trial should stop or not. Returns a long-running operation. * When the operation is successful, it will contain a * CheckTrialEarlyStoppingStateResponse. (trials.checkEarlyStoppingState) * * @param string $name Required. The trial name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function checkEarlyStoppingState($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkEarlyStoppingState', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Marks a trial as complete. (trials.complete) * * @param string $name Required. The trial name.metat * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CompleteTrialRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial */ public function complete($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CompleteTrialRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('complete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial"); } /** * Adds a user provided trial to a study. (trials.create) * * @param string $parent Required. The name of the study that the trial belongs * to. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial */ public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial"); } /** * Deletes a trial. (trials.delete) * * @param string $name Required. The trial name. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); } /** * Gets a trial. (trials.get) * * @param string $name Required. The trial name. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial"); } /** * Lists the trials associated with a study. * (trials.listProjectsLocationsStudiesTrials) * * @param string $parent Required. The name of the study that the trial belongs * to. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListTrialsResponse */ public function listProjectsLocationsStudiesTrials($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListTrialsResponse"); } /** * Lists the pareto-optimal trials for multi-objective study or the optimal * trials for single-objective study. The definition of pareto-optimal can be * checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency * (trials.listOptimalTrials) * * @param string $parent Required. The name of the study that the pareto-optimal * trial belongs to. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListOptimalTrialsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListOptimalTrialsResponse */ public function listOptimalTrials($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListOptimalTrialsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('listOptimalTrials', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListOptimalTrialsResponse"); } /** * Stops a trial. (trials.stop) * * @param string $name Required. The trial name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StopTrialRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial */ public function stop($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StopTrialRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial"); } /** * Adds one or more trials to a study, with parameter values suggested by AI * Platform Vizier. Returns a long-running operation associated with the * generation of trial suggestions. When this long-running operation succeeds, * it will contain a SuggestTrialsResponse. (trials.suggest) * * @param string $parent Required. The name of the study that the trial belongs * to. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SuggestTrialsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function suggest($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SuggestTrialsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('suggest', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } } PK( ZZ5E{{rvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $versions = $mlService->versions; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions extends Google_Service_Resource { /** * Creates a new version of a model from a trained TensorFlow model. If the * version created in the cloud by this call is the first deployed version of * the specified model, it will be made the default version of the model. When * you add a version to a model that already has one or more versions, the * default version does not automatically change. If you want a new version to * be the default, you must call projects.models.versions.setDefault. * (versions.create) * * @param string $parent Required. The name of the model. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Deletes a model version. Each model can have multiple versions deployed and * in use at any given time. Use this method to remove a single version. Note: * You cannot delete the version that is set as the default version of the model * unless it is the only remaining version. (versions.delete) * * @param string $name Required. The name of the version. You can get the names * of all the versions of a model by calling projects.models.versions.list. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Gets information about a model version. Models can have multiple versions. * You can call projects.models.versions.list to get the same information that * this method returns for all of the versions of a model. (versions.get) * * @param string $name Required. The name of the version. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version"); } /** * Gets basic information about all the versions of a model. If you expect that * a model has many versions, or if you need to handle only a limited number of * results at a time, you can request that the list be retrieved in batches * (called pages). If there are no versions that match the request parameters, * the list request returns an empty response body: {}. * (versions.listProjectsModelsVersions) * * @param string $parent Required. The name of the model for which to list the * version. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Specifies the subset of versions to * retrieve. * @opt_param int pageSize Optional. The number of versions to retrieve per * "page" of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. You get the token from the `next_page_token` field of the * response from the previous call. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListVersionsResponse */ public function listProjectsModelsVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListVersionsResponse"); } /** * Updates the specified Version resource. Currently the only update-able fields * are `description`, `requestLoggingConfig`, `autoScaling.minNodes`, and * `manualScaling.nodes`. (versions.patch) * * @param string $name Required. The name of the model. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Specifies the path, relative to * `Version`, of the field to update. Must be present and non-empty. For * example, to change the description of a version to "foo", the `update_mask` * parameter would be specified as `description`, and the `PATCH` request body * would specify the new value, as follows: ``` { "description": "foo" } ``` * Currently the only supported update mask fields are `description`, * `requestLoggingConfig`, `autoScaling.minNodes`, and `manualScaling.nodes`. * However, you can only update `manualScaling.nodes` if the version uses a * [Compute Engine (N1) machine type](/ml-engine/docs/machine-types-online- * prediction). * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function patch($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Designates a version to be the default for the model. The default version is * used for prediction requests made against the model that don't specify a * version. The first version to be created for a model is automatically set as * the default. You must make any subsequent changes to the default version * setting manually using this method. (versions.setDefault) * * @param string $name Required. The name of the version to make the default for * the model. You can get the names of all the versions of a model by calling * projects.models.versions.list. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SetDefaultVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version */ public function setDefault($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SetDefaultVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setDefault', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version"); } } PK( Zb%%hvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $jobs = $mlService->jobs; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs extends Google_Service_Resource { /** * Cancels a running job. (jobs.cancel) * * @param string $name Required. The name of the job to cancel. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CancelJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty */ public function cancel($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CancelJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); } /** * Creates a training or a batch prediction job. (jobs.create) * * @param string $parent Required. The project name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job */ public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); } /** * Describes a job. (jobs.get) * * @param string $name Required. The name of the job to get the description of. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (jobs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy"); } /** * Lists the jobs in the project. If there are no jobs that match the request * parameters, the list request returns an empty response body: {}. * (jobs.listProjectsJobs) * * @param string $parent Required. The name of the project for which to list * jobs. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Specifies the subset of jobs to retrieve. * You can filter on the value of one or more attributes of the job object. For * example, retrieve jobs with a job identifier that starts with 'census': * gcloud ai-platform jobs list --filter='jobId:census*' List all failed jobs * with names that start with 'rnn': gcloud ai-platform jobs list * --filter='jobId:rnn* AND state:FAILED' For more examples, see the guide to * monitoring jobs. * @opt_param int pageSize Optional. The number of jobs to retrieve per "page" * of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. You get the token from the `next_page_token` field of the * response from the previous call. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListJobsResponse */ public function listProjectsJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListJobsResponse"); } /** * Updates a specific job resource. Currently the only supported fields to * update are `labels`. (jobs.patch) * * @param string $name Required. The job name. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Specifies the path, relative to `Job`, * of the field to update. To adopt etag mechanism, include `etag` field in the * mask, and include the `etag` value in your job resource. For example, to * change the labels of a job, the `update_mask` parameter would be specified as * `labels`, `etag`, and the `PATCH` request body would specify the new value, * as follows: { "labels": { "owner": "Google", "color": "Blue" } "etag": * "33a64df551425fcc55e4d42a148795d9f25f89d4" } If `etag` matches the one on the * server, the labels of the job will be replaced with the given ones, and the * server end `etag` will be recalculated. Currently the only supported update * masks are `labels` and `etag`. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job */ public function patch($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (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"); } } PK( Z tvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocationsStudies.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $studies = $mlService->studies; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocationsStudies extends Google_Service_Resource { /** * Creates a study. (studies.create) * * @param string $parent Required. The project and location that the study * belongs to. Format: projects/{project}/locations/{location} * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study $postBody * @param array $optParams Optional parameters. * * @opt_param string studyId Required. The ID to use for the study, which will * become the final component of the study's resource name. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study */ public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study"); } /** * Deletes a study. (studies.delete) * * @param string $name Required. The study name. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); } /** * Gets a study. (studies.get) * * @param string $name Required. The study name. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study"); } /** * Lists all the studies in a region for an associated project. * (studies.listProjectsLocationsStudies) * * @param string $parent Required. The project and location that the study * belongs to. Format: projects/{project}/locations/{location} * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListStudiesResponse */ public function listProjectsLocationsStudies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListStudiesResponse"); } } PK( Z[ dvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/Projects.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $projects = $mlService->projects; * */ class Google_Service_CloudMachineLearningEngine_Resource_Projects extends Google_Service_Resource { /** * Performs explanation on the data in the request. {% dynamic include "/ai- * platform/includes/___explain-request" %} (projects.explain) * * @param string $name Required. The resource name of a model or a version. * Authorization: requires the `predict` permission on the specified resource. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ExplainRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody */ public function explain($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ExplainRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('explain', array($params), "Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody"); } /** * Get the service account information associated with your project. You need * this information in order to grant the service account permissions for the * Google Cloud Storage location where you put your model training code for * training the model with Google Cloud Machine Learning. (projects.getConfig) * * @param string $name Required. The project name. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse */ public function getConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse"); } /** * Performs online prediction on the data in the request. {% dynamic include * "/ai-platform/includes/___predict-request" %} (projects.predict) * * @param string $name Required. The resource name of a model or a version. * Authorization: requires the `predict` permission on the specified resource. * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody */ public function predict($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('predict', array($params), "Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody"); } } PK( Zs  nvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.phpnu[ * $mlService = new Google_Service_CloudMachineLearningEngine(...); * $operations = $mlService->operations; * */ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param 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_CloudMachineLearningEngine_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningListOperationsResponse"); } } PK( Z}Wp==zvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpec.phpnu[categoricalValueSpec = $categoricalValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec */ public function getCategoricalValueSpec() { return $this->categoricalValueSpec; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec[] */ public function setChildParameterSpecs($childParameterSpecs) { $this->childParameterSpecs = $childParameterSpecs; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec[] */ public function getChildParameterSpecs() { return $this->childParameterSpecs; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec */ public function setDiscreteValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec $discreteValueSpec) { $this->discreteValueSpec = $discreteValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec */ public function getDiscreteValueSpec() { return $this->discreteValueSpec; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec */ public function setDoubleValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec $doubleValueSpec) { $this->doubleValueSpec = $doubleValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec */ public function getDoubleValueSpec() { return $this->doubleValueSpec; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec */ public function setIntegerValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec $integerValueSpec) { $this->integerValueSpec = $integerValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec */ public function getIntegerValueSpec() { return $this->integerValueSpec; } public function setParameter($parameter) { $this->parameter = $parameter; } public function getParameter() { return $this->parameter; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec */ public function setParentCategoricalValues(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec $parentCategoricalValues) { $this->parentCategoricalValues = $parentCategoricalValues; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec */ public function getParentCategoricalValues() { return $this->parentCategoricalValues; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec */ public function setParentDiscreteValues(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec $parentDiscreteValues) { $this->parentDiscreteValues = $parentDiscreteValues; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec */ public function getParentDiscreteValues() { return $this->parentDiscreteValues; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec */ public function setParentIntValues(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec $parentIntValues) { $this->parentIntValues = $parentIntValues; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec */ public function getParentIntValues() { return $this->parentIntValues; } public function setScaleType($scaleType) { $this->scaleType = $scaleType; } public function getScaleType() { return $this->scaleType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z3ezvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK( Z0ovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.phpnu[categoricalValues = $categoricalValues; } public function getCategoricalValues() { return $this->categoricalValues; } public function setDiscreteValues($discreteValues) { $this->discreteValues = $discreteValues; } public function getDiscreteValues() { return $this->discreteValues; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } public function setParameterName($parameterName) { $this->parameterName = $parameterName; } public function getParameterName() { return $this->parameterName; } public function setScaleType($scaleType) { $this->scaleType = $scaleType; } public function getScaleType() { return $this->scaleType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z'YYevendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput */ public function setPredictionInput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput $predictionInput) { $this->predictionInput = $predictionInput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput */ public function getPredictionInput() { return $this->predictionInput; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput */ public function setPredictionOutput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput $predictionOutput) { $this->predictionOutput = $predictionOutput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput */ public function getPredictionOutput() { return $this->predictionOutput; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput */ public function setTrainingInput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput $trainingInput) { $this->trainingInput = $trainingInput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput */ public function getTrainingInput() { return $this->trainingInput; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingOutput */ public function setTrainingOutput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingOutput $trainingOutput) { $this->trainingOutput = $trainingOutput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingOutput */ public function getTrainingOutput() { return $this->trainingOutput; } } PK( Zxivendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK( ZhC4nnlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK( Zhvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1EnvVar.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z[%X{vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListOptimalTrialsResponse.phpnu[trials = $trials; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial[] */ public function getTrials() { return $this->trials; } } PK( Zfvvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version[] */ public function getVersions() { return $this->versions; } } PK( Z̉vvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CompleteTrialRequest.phpnu[finalMeasurement = $finalMeasurement; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement */ public function getFinalMeasurement() { return $this->finalMeasurement; } public function setInfeasibleReason($infeasibleReason) { $this->infeasibleReason = $infeasibleReason; } public function getInfeasibleReason() { return $this->infeasibleReason; } public function setTrialInfeasible($trialInfeasible) { $this->trialInfeasible = $trialInfeasible; } public function getTrialInfeasible() { return $this->trialInfeasible; } } PK( Z]$ϳ qvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.phpnu[batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } public function setDataFormat($dataFormat) { $this->dataFormat = $dataFormat; } public function getDataFormat() { return $this->dataFormat; } public function setInputPaths($inputPaths) { $this->inputPaths = $inputPaths; } public function getInputPaths() { return $this->inputPaths; } public function setMaxWorkerCount($maxWorkerCount) { $this->maxWorkerCount = $maxWorkerCount; } public function getMaxWorkerCount() { return $this->maxWorkerCount; } public function setModelName($modelName) { $this->modelName = $modelName; } public function getModelName() { return $this->modelName; } public function setOutputDataFormat($outputDataFormat) { $this->outputDataFormat = $outputDataFormat; } public function getOutputDataFormat() { return $this->outputDataFormat; } public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } public function getOutputPath() { return $this->outputPath; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } public function getRuntimeVersion() { return $this->runtimeVersion; } public function setSignatureName($signatureName) { $this->signatureName = $signatureName; } public function getSignatureName() { return $this->signatureName; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK( Zsvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec.phpnu[values = $values; } public function getValues() { return $this->values; } } PK( Z4rvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setStudy($study) { $this->study = $study; } public function getStudy() { return $this->study; } public function setTrial($trial) { $this->trial = $trial; } public function getTrial() { return $this->trial; } } PK( Z*xvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1BuiltInAlgorithmOutput.phpnu[framework = $framework; } public function getFramework() { return $this->framework; } public function setModelPath($modelPath) { $this->modelPath = $modelPath; } public function getModelPath() { return $this->modelPath; } public function setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } public function getPythonVersion() { return $this->pythonVersion; } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } public function getRuntimeVersion() { return $this->runtimeVersion; } } PK( ZKtvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListTrialsResponse.phpnu[trials = $trials; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Trial[] */ public function getTrials() { return $this->trials; } } PK( ZHHlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Capability.phpnu[availableAccelerators = $availableAccelerators; } public function getAvailableAccelerators() { return $this->availableAccelerators; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z1bIIvvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SuggestTrialsRequest.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setSuggestionCount($suggestionCount) { $this->suggestionCount = $suggestionCount; } public function getSuggestionCount() { return $this->suggestionCount; } } PK( Z9gvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Study.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setInactiveReason($inactiveReason) { $this->inactiveReason = $inactiveReason; } public function getInactiveReason() { return $this->inactiveReason; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfig */ public function setStudyConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfig $studyConfig) { $this->studyConfig = $studyConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfig */ public function getStudyConfig() { return $this->studyConfig; } } PK( ZXvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1IntegratedGradientsAttribution.phpnu[numIntegralSteps = $numIntegralSteps; } public function getNumIntegralSteps() { return $this->numIntegralSteps; } } PK( Zt qvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1XraiAttribution.phpnu[numIntegralSteps = $numIntegralSteps; } public function getNumIntegralSteps() { return $this->numIntegralSteps; } } PK( Z΅-pvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictRequest.phpnu[httpBody = $httpBody; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody */ public function getHttpBody() { return $this->httpBody; } } PK( Ze: yvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutomatedStoppingConfig.phpnu[decayCurveStoppingConfig = $decayCurveStoppingConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig */ public function getDecayCurveStoppingConfig() { return $this->decayCurveStoppingConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig */ public function setMedianAutomatedStoppingConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig $medianAutomatedStoppingConfig) { $this->medianAutomatedStoppingConfig = $medianAutomatedStoppingConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig */ public function getMedianAutomatedStoppingConfig() { return $this->medianAutomatedStoppingConfig; } } PK( Zbmvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutoScaling.phpnu[maxNodes = $maxNodes; } public function getMaxNodes() { return $this->maxNodes; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MetricSpec[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MetricSpec[] */ public function getMetrics() { return $this->metrics; } public function setMinNodes($minNodes) { $this->minNodes = $minNodes; } public function getMinNodes() { return $this->minNodes; } } PK( Z 3 tvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterSpec.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setEnableTrialEarlyStopping($enableTrialEarlyStopping) { $this->enableTrialEarlyStopping = $enableTrialEarlyStopping; } public function getEnableTrialEarlyStopping() { return $this->enableTrialEarlyStopping; } public function setGoal($goal) { $this->goal = $goal; } public function getGoal() { return $this->goal; } public function setHyperparameterMetricTag($hyperparameterMetricTag) { $this->hyperparameterMetricTag = $hyperparameterMetricTag; } public function getHyperparameterMetricTag() { return $this->hyperparameterMetricTag; } public function setMaxFailedTrials($maxFailedTrials) { $this->maxFailedTrials = $maxFailedTrials; } public function getMaxFailedTrials() { return $this->maxFailedTrials; } public function setMaxParallelTrials($maxParallelTrials) { $this->maxParallelTrials = $maxParallelTrials; } public function getMaxParallelTrials() { return $this->maxParallelTrials; } public function setMaxTrials($maxTrials) { $this->maxTrials = $maxTrials; } public function getMaxTrials() { return $this->maxTrials; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ParameterSpec[] */ public function setParams($params) { $this->params = $params; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ParameterSpec[] */ public function getParams() { return $this->params; } public function setResumePreviousJobId($resumePreviousJobId) { $this->resumePreviousJobId = $resumePreviousJobId; } public function getResumePreviousJobId() { return $this->resumePreviousJobId; } } PK( Zuxxjvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Location.phpnu[capabilities = $capabilities; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Capability[] */ public function getCapabilities() { return $this->capabilities; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( ZCrrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.phpnu[objectiveValue = $objectiveValue; } public function getObjectiveValue() { return $this->objectiveValue; } public function setTrainingStep($trainingStep) { $this->trainingStep = $trainingStep; } public function getTrainingStep() { return $this->trainingStep; } } PK( Z2vvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RequestLoggingConfig.phpnu[bigqueryTableName = $bigqueryTableName; } public function getBigqueryTableName() { return $this->bigqueryTableName; } public function setSamplingPercentage($samplingPercentage) { $this->samplingPercentage = $samplingPercentage; } public function getSamplingPercentage() { return $this->samplingPercentage; } } PK( ZG0,,vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.phpnu[maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } } PK( Zzvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SetDefaultVersionRequest.phpnu[metric = $metric; } public function getMetric() { return $this->metric; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZrOϿrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.phpnu[values = $values; } public function getValues() { return $this->values; } } PK( Zvl^dvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleIamV1Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( Zprovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ContainerPort.phpnu[containerPort = $containerPort; } public function getContainerPort() { return $this->containerPort; } } PK( Z'aaqvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK( Zȶwvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Z7Lbvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleRpcStatus.phpnu[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; } } PK( ZamTTlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1DiskConfig.phpnu[bootDiskSizeGb = $bootDiskSizeGb; } public function getBootDiskSizeGb() { return $this->bootDiskSizeGb; } public function setBootDiskType($bootDiskType) { $this->bootDiskType = $bootDiskType; } public function getBootDiskType() { return $this->bootDiskType; } } PK( Z!9Hvvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.phpnu[allMetrics = $allMetrics; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric[] */ public function getAllMetrics() { return $this->allMetrics; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput */ public function setBuiltInAlgorithmOutput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput $builtInAlgorithmOutput) { $this->builtInAlgorithmOutput = $builtInAlgorithmOutput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput */ public function getBuiltInAlgorithmOutput() { return $this->builtInAlgorithmOutput; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric */ public function setFinalMetric(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric $finalMetric) { $this->finalMetric = $finalMetric; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric */ public function getFinalMetric() { return $this->finalMetric; } public function setHyperparameters($hyperparameters) { $this->hyperparameters = $hyperparameters; } public function getHyperparameters() { return $this->hyperparameters; } public function setIsTrialStoppedEarly($isTrialStoppedEarly) { $this->isTrialStoppedEarly = $isTrialStoppedEarly; } public function getIsTrialStoppedEarly() { return $this->isTrialStoppedEarly; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTrialId($trialId) { $this->trialId = $trialId; } public function getTrialId() { return $this->trialId; } } PK( ZUvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec.phpnu[values = $values; } public function getValues() { return $this->values; } } PK( ZPdvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK( ZDXMMlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Scheduling.phpnu[maxRunningTime = $maxRunningTime; } public function getMaxRunningTime() { return $this->maxRunningTime; } public function setMaxWaitTime($maxWaitTime) { $this->maxWaitTime = $maxWaitTime; } public function getMaxWaitTime() { return $this->maxWaitTime; } } PK( Z: Nxvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Z,Կsvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1GetConfigResponse.phpnu[config = $config; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Config */ public function getConfig() { return $this->config; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceAccountProject($serviceAccountProject) { $this->serviceAccountProject = $serviceAccountProject; } public function getServiceAccountProject() { return $this->serviceAccountProject; } } PK( ZDh!h!ivendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.phpnu[acceleratorConfig = $acceleratorConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling */ public function setAutoScaling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling $autoScaling) { $this->autoScaling = $autoScaling; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling */ public function getAutoScaling() { return $this->autoScaling; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ContainerSpec */ public function setContainer(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ContainerSpec $container) { $this->container = $container; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ContainerSpec */ public function getContainer() { return $this->container; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeploymentUri($deploymentUri) { $this->deploymentUri = $deploymentUri; } public function getDeploymentUri() { return $this->deploymentUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ExplanationConfig */ public function setExplanationConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ExplanationConfig $explanationConfig) { $this->explanationConfig = $explanationConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ExplanationConfig */ public function getExplanationConfig() { return $this->explanationConfig; } public function setFramework($framework) { $this->framework = $framework; } public function getFramework() { return $this->framework; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastMigrationModelId($lastMigrationModelId) { $this->lastMigrationModelId = $lastMigrationModelId; } public function getLastMigrationModelId() { return $this->lastMigrationModelId; } public function setLastMigrationTime($lastMigrationTime) { $this->lastMigrationTime = $lastMigrationTime; } public function getLastMigrationTime() { return $this->lastMigrationTime; } public function setLastUseTime($lastUseTime) { $this->lastUseTime = $lastUseTime; } public function getLastUseTime() { return $this->lastUseTime; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling */ public function setManualScaling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling $manualScaling) { $this->manualScaling = $manualScaling; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling */ public function getManualScaling() { return $this->manualScaling; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; } public function getPackageUris() { return $this->packageUris; } public function setPredictionClass($predictionClass) { $this->predictionClass = $predictionClass; } public function getPredictionClass() { return $this->predictionClass; } public function setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } public function getPythonVersion() { return $this->pythonVersion; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig */ public function setRequestLoggingConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig $requestLoggingConfig) { $this->requestLoggingConfig = $requestLoggingConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig */ public function getRequestLoggingConfig() { return $this->requestLoggingConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RouteMap */ public function setRoutes(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RouteMap $routes) { $this->routes = $routes; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RouteMap */ public function getRoutes() { return $this->routes; } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } public function getRuntimeVersion() { return $this->runtimeVersion; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK( Z{F pvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.phpnu[builtInAlgorithmOutput = $builtInAlgorithmOutput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput */ public function getBuiltInAlgorithmOutput() { return $this->builtInAlgorithmOutput; } public function setCompletedTrialCount($completedTrialCount) { $this->completedTrialCount = $completedTrialCount; } public function getCompletedTrialCount() { return $this->completedTrialCount; } public function setConsumedMLUnits($consumedMLUnits) { $this->consumedMLUnits = $consumedMLUnits; } public function getConsumedMLUnits() { return $this->consumedMLUnits; } public function setHyperparameterMetricTag($hyperparameterMetricTag) { $this->hyperparameterMetricTag = $hyperparameterMetricTag; } public function getHyperparameterMetricTag() { return $this->hyperparameterMetricTag; } public function setIsBuiltInAlgorithmJob($isBuiltInAlgorithmJob) { $this->isBuiltInAlgorithmJob = $isBuiltInAlgorithmJob; } public function getIsBuiltInAlgorithmJob() { return $this->isBuiltInAlgorithmJob; } public function setIsHyperparameterTuningJob($isHyperparameterTuningJob) { $this->isHyperparameterTuningJob = $isHyperparameterTuningJob; } public function getIsHyperparameterTuningJob() { return $this->isHyperparameterTuningJob; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutput[] */ public function setTrials($trials) { $this->trials = $trials; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutput[] */ public function getTrials() { return $this->trials; } } PK( Z٭bbrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z eEEmvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Measurement.phpnu[elapsedTime = $elapsedTime; } public function getElapsedTime() { return $this->elapsedTime; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MeasurementMetric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MeasurementMetric[] */ public function getMetrics() { return $this->metrics; } public function setStepCount($stepCount) { $this->stepCount = $stepCount; } public function getStepCount() { return $this->stepCount; } } PK( Z>!>!ovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingInput.phpnu[args = $args; } public function getArgs() { return $this->args; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EncryptionConfig */ public function setEncryptionConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setEvaluatorConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $evaluatorConfig) { $this->evaluatorConfig = $evaluatorConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getEvaluatorConfig() { return $this->evaluatorConfig; } public function setEvaluatorCount($evaluatorCount) { $this->evaluatorCount = $evaluatorCount; } public function getEvaluatorCount() { return $this->evaluatorCount; } public function setEvaluatorType($evaluatorType) { $this->evaluatorType = $evaluatorType; } public function getEvaluatorType() { return $this->evaluatorType; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec */ public function setHyperparameters(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec $hyperparameters) { $this->hyperparameters = $hyperparameters; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec */ public function getHyperparameters() { return $this->hyperparameters; } public function setJobDir($jobDir) { $this->jobDir = $jobDir; } public function getJobDir() { return $this->jobDir; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setMasterConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $masterConfig) { $this->masterConfig = $masterConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getMasterConfig() { return $this->masterConfig; } public function setMasterType($masterType) { $this->masterType = $masterType; } public function getMasterType() { return $this->masterType; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; } public function getPackageUris() { return $this->packageUris; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setParameterServerConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $parameterServerConfig) { $this->parameterServerConfig = $parameterServerConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getParameterServerConfig() { return $this->parameterServerConfig; } public function setParameterServerCount($parameterServerCount) { $this->parameterServerCount = $parameterServerCount; } public function getParameterServerCount() { return $this->parameterServerCount; } public function setParameterServerType($parameterServerType) { $this->parameterServerType = $parameterServerType; } public function getParameterServerType() { return $this->parameterServerType; } public function setPythonModule($pythonModule) { $this->pythonModule = $pythonModule; } public function getPythonModule() { return $this->pythonModule; } public function setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } public function getPythonVersion() { return $this->pythonVersion; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } public function getRuntimeVersion() { return $this->runtimeVersion; } public function setScaleTier($scaleTier) { $this->scaleTier = $scaleTier; } public function getScaleTier() { return $this->scaleTier; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Scheduling */ public function setScheduling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Scheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Scheduling */ public function getScheduling() { return $this->scheduling; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setUseChiefInTfConfig($useChiefInTfConfig) { $this->useChiefInTfConfig = $useChiefInTfConfig; } public function getUseChiefInTfConfig() { return $this->useChiefInTfConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setWorkerConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $workerConfig) { $this->workerConfig = $workerConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getWorkerConfig() { return $this->workerConfig; } public function setWorkerCount($workerCount) { $this->workerCount = $workerCount; } public function getWorkerCount() { return $this->workerCount; } public function setWorkerType($workerType) { $this->workerType = $workerType; } public function getWorkerType() { return $this->workerType; } } PK( Z eظpvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ExplainRequest.phpnu[httpBody = $httpBody; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody */ public function getHttpBody() { return $this->httpBody; } } PK( Zhnff?vendor/google/apiclient-services/src/Google/Service/Surveys.phpnu[ * Creates and conducts surveys, lists the surveys that an authenticated user * owns, and retrieves survey results and information about specified surveys.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Surveys extends Google_Service { /** View and manage your surveys and results. */ const SURVEYS = "https://www.googleapis.com/auth/surveys"; /** View your surveys and survey results. */ const SURVEYS_READONLY = "https://www.googleapis.com/auth/surveys.readonly"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $results; public $surveys; /** * Constructs the internal representation of the Surveys service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'surveys/v2/'; $this->batchPath = 'batch/surveys/v2'; $this->version = 'v2'; $this->serviceName = 'surveys'; $this->results = new Google_Service_Surveys_Resource_Results( $this, $this->serviceName, 'results', array( 'methods' => array( 'get' => array( 'path' => 'surveys/{surveyUrlId}/results', 'httpMethod' => 'GET', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->surveys = new Google_Service_Surveys_Resource_Surveys( $this, $this->serviceName, 'surveys', array( 'methods' => array( 'delete' => array( 'path' => 'surveys/{surveyUrlId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'surveys/{surveyUrlId}', 'httpMethod' => 'GET', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'surveys', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'surveys', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), ), ),'start' => array( 'path' => 'surveys/{resourceId}/start', 'httpMethod' => 'POST', 'parameters' => array( 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'surveys/{resourceId}/stop', 'httpMethod' => 'POST', 'parameters' => array( 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'surveys/{surveyUrlId}', 'httpMethod' => 'PUT', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK( Zivendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ActivatePretargetingConfigRequest.phpnu[topUrlDownloadSizeBreakdowns = $topUrlDownloadSizeBreakdowns; } /** * @return Google_Service_RealTimeBidding_UrlDownloadSize[] */ public function getTopUrlDownloadSizeBreakdowns() { return $this->topUrlDownloadSizeBreakdowns; } public function setTotalDownloadSizeKb($totalDownloadSizeKb) { $this->totalDownloadSizeKb = $totalDownloadSizeKb; } public function getTotalDownloadSizeKb() { return $this->totalDownloadSizeKb; } } PK( Z}%xxavendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RemoveTargetedAppsRequest.phpnu[appIds = $appIds; } public function getAppIds() { return $this->appIds; } } PK( ZV|Qvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/MediaFile.phpnu[bitrate = $bitrate; } public function getBitrate() { return $this->bitrate; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK( ZBB^vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AddTargetedAppsRequest.phpnu[appIds = $appIds; } public function getAppIds() { return $this->appIds; } public function setTargetingMode($targetingMode) { $this->targetingMode = $targetingMode; } public function getTargetingMode() { return $this->targetingMode; } } PK( ZpDDDLvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK( ZT͔^vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/WatchCreativesResponse.phpnu[subscription = $subscription; } public function getSubscription() { return $this->subscription; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK( Z9'ZZTvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AppTargeting.phpnu[mobileAppCategoryTargeting = $mobileAppCategoryTargeting; } /** * @return Google_Service_RealTimeBidding_NumericTargetingDimension */ public function getMobileAppCategoryTargeting() { return $this->mobileAppCategoryTargeting; } /** * @param Google_Service_RealTimeBidding_StringTargetingDimension */ public function setMobileAppTargeting(Google_Service_RealTimeBidding_StringTargetingDimension $mobileAppTargeting) { $this->mobileAppTargeting = $mobileAppTargeting; } /** * @return Google_Service_RealTimeBidding_StringTargetingDimension */ public function getMobileAppTargeting() { return $this->mobileAppTargeting; } } PK( Zea!Xvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PolicyTopicEntry.phpnu[evidences = $evidences; } /** * @return Google_Service_RealTimeBidding_PolicyTopicEvidence[] */ public function getEvidences() { return $this->evidences; } public function setHelpCenterUrl($helpCenterUrl) { $this->helpCenterUrl = $helpCenterUrl; } public function getHelpCenterUrl() { return $this->helpCenterUrl; } public function setPolicyTopic($policyTopic) { $this->policyTopic = $policyTopic; } public function getPolicyTopic() { return $this->policyTopic; } } PK( ZYܩ\vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RealtimebiddingEmpty.phpnu[excludedIds = $excludedIds; } public function getExcludedIds() { return $this->excludedIds; } public function setIncludedIds($includedIds) { $this->includedIds = $includedIds; } public function getIncludedIds() { return $this->includedIds; } } PK( ZcEZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListBuyersResponse.phpnu[buyers = $buyers; } /** * @return Google_Service_RealTimeBidding_Buyer[] */ public function getBuyers() { return $this->buyers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( ZdK!??_vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/CreativeServingDecision.phpnu[adTechnologyProviders = $adTechnologyProviders; } /** * @return Google_Service_RealTimeBidding_AdTechnologyProviders */ public function getAdTechnologyProviders() { return $this->adTechnologyProviders; } /** * @param Google_Service_RealTimeBidding_PolicyCompliance */ public function setChinaPolicyCompliance(Google_Service_RealTimeBidding_PolicyCompliance $chinaPolicyCompliance) { $this->chinaPolicyCompliance = $chinaPolicyCompliance; } /** * @return Google_Service_RealTimeBidding_PolicyCompliance */ public function getChinaPolicyCompliance() { return $this->chinaPolicyCompliance; } /** * @param Google_Service_RealTimeBidding_PolicyCompliance */ public function setDealsPolicyCompliance(Google_Service_RealTimeBidding_PolicyCompliance $dealsPolicyCompliance) { $this->dealsPolicyCompliance = $dealsPolicyCompliance; } /** * @return Google_Service_RealTimeBidding_PolicyCompliance */ public function getDealsPolicyCompliance() { return $this->dealsPolicyCompliance; } /** * @param Google_Service_RealTimeBidding_AdvertiserAndBrand[] */ public function setDetectedAdvertisers($detectedAdvertisers) { $this->detectedAdvertisers = $detectedAdvertisers; } /** * @return Google_Service_RealTimeBidding_AdvertiserAndBrand[] */ public function getDetectedAdvertisers() { return $this->detectedAdvertisers; } public function setDetectedAttributes($detectedAttributes) { $this->detectedAttributes = $detectedAttributes; } public function getDetectedAttributes() { return $this->detectedAttributes; } public function setDetectedClickThroughUrls($detectedClickThroughUrls) { $this->detectedClickThroughUrls = $detectedClickThroughUrls; } public function getDetectedClickThroughUrls() { return $this->detectedClickThroughUrls; } public function setDetectedDomains($detectedDomains) { $this->detectedDomains = $detectedDomains; } public function getDetectedDomains() { return $this->detectedDomains; } public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } public function getDetectedLanguages() { return $this->detectedLanguages; } public function setDetectedProductCategories($detectedProductCategories) { $this->detectedProductCategories = $detectedProductCategories; } public function getDetectedProductCategories() { return $this->detectedProductCategories; } public function setDetectedSensitiveCategories($detectedSensitiveCategories) { $this->detectedSensitiveCategories = $detectedSensitiveCategories; } public function getDetectedSensitiveCategories() { return $this->detectedSensitiveCategories; } public function setDetectedVendorIds($detectedVendorIds) { $this->detectedVendorIds = $detectedVendorIds; } public function getDetectedVendorIds() { return $this->detectedVendorIds; } public function setLastStatusUpdate($lastStatusUpdate) { $this->lastStatusUpdate = $lastStatusUpdate; } public function getLastStatusUpdate() { return $this->lastStatusUpdate; } /** * @param Google_Service_RealTimeBidding_PolicyCompliance */ public function setNetworkPolicyCompliance(Google_Service_RealTimeBidding_PolicyCompliance $networkPolicyCompliance) { $this->networkPolicyCompliance = $networkPolicyCompliance; } /** * @return Google_Service_RealTimeBidding_PolicyCompliance */ public function getNetworkPolicyCompliance() { return $this->networkPolicyCompliance; } /** * @param Google_Service_RealTimeBidding_PolicyCompliance */ public function setPlatformPolicyCompliance(Google_Service_RealTimeBidding_PolicyCompliance $platformPolicyCompliance) { $this->platformPolicyCompliance = $platformPolicyCompliance; } /** * @return Google_Service_RealTimeBidding_PolicyCompliance */ public function getPlatformPolicyCompliance() { return $this->platformPolicyCompliance; } /** * @param Google_Service_RealTimeBidding_PolicyCompliance */ public function setRussiaPolicyCompliance(Google_Service_RealTimeBidding_PolicyCompliance $russiaPolicyCompliance) { $this->russiaPolicyCompliance = $russiaPolicyCompliance; } /** * @return Google_Service_RealTimeBidding_PolicyCompliance */ public function getRussiaPolicyCompliance() { return $this->russiaPolicyCompliance; } } PK( Z?4ɖZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AdvertiserAndBrand.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAdvertiserName($advertiserName) { $this->advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } public function setBrandId($brandId) { $this->brandId = $brandId; } public function getBrandId() { return $this->brandId; } public function setBrandName($brandName) { $this->brandName = $brandName; } public function getBrandName() { return $this->brandName; } } PK( Z )Uvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/VideoMetadata.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setIsValidVast($isValidVast) { $this->isValidVast = $isValidVast; } public function getIsValidVast() { return $this->isValidVast; } public function setIsVpaid($isVpaid) { $this->isVpaid = $isVpaid; } public function getIsVpaid() { return $this->isVpaid; } /** * @param Google_Service_RealTimeBidding_MediaFile[] */ public function setMediaFiles($mediaFiles) { $this->mediaFiles = $mediaFiles; } /** * @return Google_Service_RealTimeBidding_MediaFile[] */ public function getMediaFiles() { return $this->mediaFiles; } public function setSkipOffset($skipOffset) { $this->skipOffset = $skipOffset; } public function getSkipOffset() { return $this->skipOffset; } public function setVastVersion($vastVersion) { $this->vastVersion = $vastVersion; } public function getVastVersion() { return $this->vastVersion; } } PK( Z4[vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/OpenUserListRequest.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } public function setHttpCallCount($httpCallCount) { $this->httpCallCount = $httpCallCount; } public function getHttpCallCount() { return $this->httpCallCount; } } PK( Zp%>uuSvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/HtmlContent.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK( Z8;;]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListCreativesResponse.phpnu[creatives = $creatives; } /** * @return Google_Service_RealTimeBidding_Creative[] */ public function getCreatives() { return $this->creatives; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( ZjZDD`vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/StringTargetingDimension.phpnu[targetingMode = $targetingMode; } public function getTargetingMode() { return $this->targetingMode; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK( Zߎ#`vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BuyersUserLists.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $userLists = $realtimebiddingService->userLists; * */ class Google_Service_RealTimeBidding_Resource_BuyersUserLists extends Google_Service_Resource { /** * Change the status of a user list to CLOSED. This prevents new users from * being added to the user list. (userLists.close) * * @param string $name Required. The name of the user list to close. See * UserList.name * @param Google_Service_RealTimeBidding_CloseUserListRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_UserList */ public function close($name, Google_Service_RealTimeBidding_CloseUserListRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('close', array($params), "Google_Service_RealTimeBidding_UserList"); } /** * Create a new user list. (userLists.create) * * @param string $parent Required. The name of the parent buyer of the user list * to be retrieved that must follow the pattern `buyers/{buyerAccountId}`, where * `{buyerAccountId}` represents the account ID of the buyer who owns user * lists. For a bidder accessing user lists on behalf of a child seat buyer , * `{buyerAccountId}` should represent the account ID of the child seat buyer. * @param Google_Service_RealTimeBidding_UserList $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_UserList */ public function create($parent, Google_Service_RealTimeBidding_UserList $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_RealTimeBidding_UserList"); } /** * Gets a user list by its name. (userLists.get) * * @param string $name Required. The name of the user list to be retrieved. See * UserList.name. * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_UserList */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RealTimeBidding_UserList"); } /** * Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript * code that can be placed on a web page. When a user visits a page containing a * remarketing tag, Google adds the user to a user list. * (userLists.getRemarketingTag) * * @param string $name Required. To fetch remarketing tag for an account, name * must follow the pattern `buyers/{accountId}` where `{accountId}` represents * ID of a buyer that owns the remarketing tag. For a bidder accessing * remarketing tag on behalf of a child seat buyer, `{accountId}` should * represent the ID of the child seat buyer. To fetch remarketing tag for a * specific user list, name must follow the pattern * `buyers/{accountId}/userLists/{userListId}`. See UserList.name. * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_GetRemarketingTagResponse */ public function getRemarketingTag($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getRemarketingTag', array($params), "Google_Service_RealTimeBidding_GetRemarketingTagResponse"); } /** * Lists the user lists visible to the current user. * (userLists.listBuyersUserLists) * * @param string $parent Required. The name of the parent buyer for the user * lists to be returned that must follow the pattern `buyers/{buyerAccountId}`, * where `{buyerAccountId}` represents the account ID of the buyer who owns user * lists. For a bidder accessing user lists on behalf of a child seat buyer , * `{buyerAccountId}` should represent the account ID of the child seat buyer. * @param array $optParams Optional parameters. * * @opt_param int pageSize The number of results to return per page. * @opt_param string pageToken Continuation page token (as received from a * previous response). * @return Google_Service_RealTimeBidding_ListUserListsResponse */ public function listBuyersUserLists($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListUserListsResponse"); } /** * Change the status of a user list to OPEN. This allows new users to be added * to the user list. (userLists.open) * * @param string $name Required. The name of the user list to open. See * UserList.name * @param Google_Service_RealTimeBidding_OpenUserListRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_UserList */ public function open($name, Google_Service_RealTimeBidding_OpenUserListRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('open', array($params), "Google_Service_RealTimeBidding_UserList"); } /** * Update the given user list. Only user lists with URLRestrictions can be * updated. (userLists.update) * * @param string $name Output only. Name of the user list that must follow the * pattern `buyers/{buyer}/userLists/{user_list}`, where `{buyer}` represents * the account ID of the buyer who owns the user list. For a bidder accessing * user lists on behalf of a child seat buyer, `{buyer}` represents the account * ID of the child seat buyer. `{user_list}` is an int64 identifier assigned by * Google to uniquely identify a user list. * @param Google_Service_RealTimeBidding_UserList $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_UserList */ public function update($name, Google_Service_RealTimeBidding_UserList $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_RealTimeBidding_UserList"); } } PK( Z0ˮ`vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BuyersCreatives.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $creatives = $realtimebiddingService->creatives; * */ class Google_Service_RealTimeBidding_Resource_BuyersCreatives extends Google_Service_Resource { /** * Creates a creative. (creatives.create) * * @param string $parent Required. The name of the parent buyer that the new * creative belongs to that must follow the pattern `buyers/{buyerAccountId}`, * where `{buyerAccountId}` represents the account ID of the buyer who owns a * creative. For a bidder accessing creatives on behalf of a child seat buyer, * `{buyerAccountId}` should represent the account ID of the child seat buyer. * @param Google_Service_RealTimeBidding_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_Creative */ public function create($parent, Google_Service_RealTimeBidding_Creative $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_RealTimeBidding_Creative"); } /** * Gets a creative. (creatives.get) * * @param string $name Required. Name of the creative to retrieve. See * creative.name. * @param array $optParams Optional parameters. * * @opt_param string view Controls the amount of information included in the * response. By default only creativeServingDecision is included. To retrieve * the entire creative resource (including the declared fields and the creative * content) specify the view as "FULL". * @return Google_Service_RealTimeBidding_Creative */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RealTimeBidding_Creative"); } /** * Lists creatives. (creatives.listBuyersCreatives) * * @param string $parent Required. Name of the parent buyer that owns the * creatives. The pattern for this resource is either `buyers/{buyerAccountId}` * or `bidders/{bidderAccountId}`. For `buyers/{buyerAccountId}`, the * `buyerAccountId` can be one of the following: 1. The ID of the buyer that is * accessing their own creatives. 2. The ID of the child seat buyer under a * bidder account. So for listing creatives pertaining to the child seat buyer * (`456`) under bidder account (`123`), you would use the pattern: * `buyers/456`. 3. The ID of the bidder itself. So for listing creatives * pertaining to bidder (`123`), you would use `buyers/123`. If you want to * access all creatives pertaining to both the bidder and all of its child seat * accounts, you would use `bidders/{bidderAccountId}`, e.g., for all creatives * pertaining to bidder (`123`), use `bidders/123`. * @param array $optParams Optional parameters. * * @opt_param string filter Query string to filter creatives. If no filter is * specified, all active creatives will be returned. Example: 'accountId=12345 * AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR * declaredAttributes:IS_COOKIE_TARGETED' * @opt_param int pageSize Requested page size. The server may return fewer * creatives than requested (due to timeout constraint) even if more are * available via another call. If unspecified, server will pick an appropriate * default. Acceptable values are 1 to 1000, inclusive. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativesResponse.nextPageToken returned from the previous call to the * 'ListCreatives' method. * @opt_param string view Controls the amount of information included in the * response. By default only creativeServingDecision is included. To retrieve * the entire creative resource (including the declared fields and the creative * content) specify the view as "FULL". * @return Google_Service_RealTimeBidding_ListCreativesResponse */ public function listBuyersCreatives($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListCreativesResponse"); } /** * Updates a creative. (creatives.patch) * * @param string $name Output only. Name of the creative. Follows the pattern * `buyers/{buyer}/creatives/{creative}`, where `{buyer}` represents the account * ID of the buyer who owns the creative, and `{creative}` is the buyer-specific * creative ID that references this creative in the bid response. * @param Google_Service_RealTimeBidding_Creative $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask to use for partial in-place updates. * @return Google_Service_RealTimeBidding_Creative */ public function patch($name, Google_Service_RealTimeBidding_Creative $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_RealTimeBidding_Creative"); } } PK( ZJ uavendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BiddersCreatives.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $creatives = $realtimebiddingService->creatives; * */ class Google_Service_RealTimeBidding_Resource_BiddersCreatives extends Google_Service_Resource { /** * Lists creatives. (creatives.listBiddersCreatives) * * @param string $parent Required. Name of the parent buyer that owns the * creatives. The pattern for this resource is either `buyers/{buyerAccountId}` * or `bidders/{bidderAccountId}`. For `buyers/{buyerAccountId}`, the * `buyerAccountId` can be one of the following: 1. The ID of the buyer that is * accessing their own creatives. 2. The ID of the child seat buyer under a * bidder account. So for listing creatives pertaining to the child seat buyer * (`456`) under bidder account (`123`), you would use the pattern: * `buyers/456`. 3. The ID of the bidder itself. So for listing creatives * pertaining to bidder (`123`), you would use `buyers/123`. If you want to * access all creatives pertaining to both the bidder and all of its child seat * accounts, you would use `bidders/{bidderAccountId}`, e.g., for all creatives * pertaining to bidder (`123`), use `bidders/123`. * @param array $optParams Optional parameters. * * @opt_param string filter Query string to filter creatives. If no filter is * specified, all active creatives will be returned. Example: 'accountId=12345 * AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR * declaredAttributes:IS_COOKIE_TARGETED' * @opt_param int pageSize Requested page size. The server may return fewer * creatives than requested (due to timeout constraint) even if more are * available via another call. If unspecified, server will pick an appropriate * default. Acceptable values are 1 to 1000, inclusive. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativesResponse.nextPageToken returned from the previous call to the * 'ListCreatives' method. * @opt_param string view Controls the amount of information included in the * response. By default only creativeServingDecision is included. To retrieve * the entire creative resource (including the declared fields and the creative * content) specify the view as "FULL". * @return Google_Service_RealTimeBidding_ListCreativesResponse */ public function listBiddersCreatives($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListCreativesResponse"); } /** * Watches all creatives pertaining to a bidder. It is sufficient to invoke this * endpoint once per bidder. A Pub/Sub topic will be created and notifications * will be pushed to the topic when any of the bidder's creatives change status. * All of the bidder's service accounts will have access to read from the topic. * Subsequent invocations of this method will return the existing Pub/Sub * configuration. (creatives.watch) * * @param string $parent Required. To watch all creatives pertaining to the * bidder and all its child seat accounts, the bidder must follow the pattern * `bidders/{bidderAccountId}`. * @param Google_Service_RealTimeBidding_WatchCreativesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_WatchCreativesResponse */ public function watch($parent, Google_Service_RealTimeBidding_WatchCreativesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_RealTimeBidding_WatchCreativesResponse"); } } PK( Z찕 Wvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/Buyers.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $buyers = $realtimebiddingService->buyers; * */ class Google_Service_RealTimeBidding_Resource_Buyers extends Google_Service_Resource { /** * Gets a buyer account by its name. (buyers.get) * * @param string $name Required. Name of the buyer to get. Format: * `buyers/{buyerId}` * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_Buyer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RealTimeBidding_Buyer"); } /** * Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript * code that can be placed on a web page. When a user visits a page containing a * remarketing tag, Google adds the user to a user list. * (buyers.getRemarketingTag) * * @param string $name Required. To fetch remarketing tag for an account, name * must follow the pattern `buyers/{accountId}` where `{accountId}` represents * ID of a buyer that owns the remarketing tag. For a bidder accessing * remarketing tag on behalf of a child seat buyer, `{accountId}` should * represent the ID of the child seat buyer. To fetch remarketing tag for a * specific user list, name must follow the pattern * `buyers/{accountId}/userLists/{userListId}`. See UserList.name. * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_GetRemarketingTagResponse */ public function getRemarketingTag($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getRemarketingTag', array($params), "Google_Service_RealTimeBidding_GetRemarketingTagResponse"); } /** * Lists all buyer account information the calling buyer user or service account * is permissioned to manage. (buyers.listBuyers) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of buyers to return. If * unspecified, at most 100 buyers will be returned. The maximum value is 500; * values above 500 will be coerced to 500. * @opt_param string pageToken A token identifying a page of results the server * should return. This value is received from a previous `ListBuyers` call in * ListBuyersResponse.nextPageToken. * @return Google_Service_RealTimeBidding_ListBuyersResponse */ public function listBuyers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListBuyersResponse"); } } PK( Z//kvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BiddersPretargetingConfigs.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $pretargetingConfigs = $realtimebiddingService->pretargetingConfigs; * */ class Google_Service_RealTimeBidding_Resource_BiddersPretargetingConfigs extends Google_Service_Resource { /** * Activates a pretargeting configuration. (pretargetingConfigs.activate) * * @param string $name Required. The name of the pretargeting configuration. * Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_ActivatePretargetingConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function activate($name, Google_Service_RealTimeBidding_ActivatePretargetingConfigRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Adds targeted apps to the pretargeting configuration. * (pretargetingConfigs.addTargetedApps) * * @param string $pretargetingConfig Required. The name of the pretargeting * configuration. Format: * bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_AddTargetedAppsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function addTargetedApps($pretargetingConfig, Google_Service_RealTimeBidding_AddTargetedAppsRequest $postBody, $optParams = array()) { $params = array('pretargetingConfig' => $pretargetingConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addTargetedApps', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Adds targeted publishers to the pretargeting config. * (pretargetingConfigs.addTargetedPublishers) * * @param string $pretargetingConfig Required. The name of the pretargeting * configuration. Format: * bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_AddTargetedPublishersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function addTargetedPublishers($pretargetingConfig, Google_Service_RealTimeBidding_AddTargetedPublishersRequest $postBody, $optParams = array()) { $params = array('pretargetingConfig' => $pretargetingConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addTargetedPublishers', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Adds targeted sites to the pretargeting configuration. * (pretargetingConfigs.addTargetedSites) * * @param string $pretargetingConfig Required. The name of the pretargeting * configuration. Format: * bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_AddTargetedSitesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function addTargetedSites($pretargetingConfig, Google_Service_RealTimeBidding_AddTargetedSitesRequest $postBody, $optParams = array()) { $params = array('pretargetingConfig' => $pretargetingConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addTargetedSites', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Creates a pretargeting configuration. A pretargeting configuration's state * (PretargetingConfig.state) is active upon creation, and it will start to * affect traffic shortly after. A bidder may create a maximum of 10 * pretargeting configurations. Attempts to exceed this maximum results in a 400 * bad request error. (pretargetingConfigs.create) * * @param string $parent Required. Name of the bidder to create the pretargeting * configuration for. Format: bidders/{bidderAccountId} * @param Google_Service_RealTimeBidding_PretargetingConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function create($parent, Google_Service_RealTimeBidding_PretargetingConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Deletes a pretargeting configuration. (pretargetingConfigs.delete) * * @param string $name Required. The name of the pretargeting configuration to * delete. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_RealtimebiddingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_RealTimeBidding_RealtimebiddingEmpty"); } /** * Gets a pretargeting configuration. (pretargetingConfigs.get) * * @param string $name Required. Name of the pretargeting configuration to get. * Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Lists all pretargeting configurations for a single bidder. * (pretargetingConfigs.listBiddersPretargetingConfigs) * * @param string $parent Required. Name of the bidder whose pretargeting * configurations will be listed. Format: bidders/{bidderAccountId} * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of pretargeting configurations to * return. If unspecified, at most 10 pretargeting configurations will be * returned. The maximum value is 100; values above 100 will be coerced to 100. * @opt_param string pageToken A token identifying a page of results the server * should return. This value is received from a previous * `ListPretargetingConfigs` call in * ListPretargetingConfigsResponse.nextPageToken. * @return Google_Service_RealTimeBidding_ListPretargetingConfigsResponse */ public function listBiddersPretargetingConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListPretargetingConfigsResponse"); } /** * Updates a pretargeting configuration. (pretargetingConfigs.patch) * * @param string $name Output only. Name of the pretargeting configuration that * must follow the pattern * `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}` * @param Google_Service_RealTimeBidding_PretargetingConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask to use for partial in-place updates. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function patch($name, Google_Service_RealTimeBidding_PretargetingConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Removes targeted apps from the pretargeting configuration. * (pretargetingConfigs.removeTargetedApps) * * @param string $pretargetingConfig Required. The name of the pretargeting * configuration. Format: * bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_RemoveTargetedAppsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function removeTargetedApps($pretargetingConfig, Google_Service_RealTimeBidding_RemoveTargetedAppsRequest $postBody, $optParams = array()) { $params = array('pretargetingConfig' => $pretargetingConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeTargetedApps', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Removes targeted publishers from the pretargeting config. * (pretargetingConfigs.removeTargetedPublishers) * * @param string $pretargetingConfig Required. The name of the pretargeting * configuration. Format: * bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_RemoveTargetedPublishersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function removeTargetedPublishers($pretargetingConfig, Google_Service_RealTimeBidding_RemoveTargetedPublishersRequest $postBody, $optParams = array()) { $params = array('pretargetingConfig' => $pretargetingConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeTargetedPublishers', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Removes targeted sites from the pretargeting configuration. * (pretargetingConfigs.removeTargetedSites) * * @param string $pretargetingConfig Required. The name of the pretargeting * configuration. Format: * bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_RemoveTargetedSitesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function removeTargetedSites($pretargetingConfig, Google_Service_RealTimeBidding_RemoveTargetedSitesRequest $postBody, $optParams = array()) { $params = array('pretargetingConfig' => $pretargetingConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeTargetedSites', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } /** * Suspends a pretargeting configuration. (pretargetingConfigs.suspend) * * @param string $name Required. The name of the pretargeting configuration. * Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} * @param Google_Service_RealTimeBidding_SuspendPretargetingConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_PretargetingConfig */ public function suspend($name, Google_Service_RealTimeBidding_SuspendPretargetingConfigRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('suspend', array($params), "Google_Service_RealTimeBidding_PretargetingConfig"); } } PK( ZcXvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/Bidders.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $bidders = $realtimebiddingService->bidders; * */ class Google_Service_RealTimeBidding_Resource_Bidders extends Google_Service_Resource { /** * Gets a bidder account by its name. (bidders.get) * * @param string $name Required. Name of the bidder to get. Format: * `bidders/{bidderAccountId}` * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_Bidder */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RealTimeBidding_Bidder"); } /** * Lists all the bidder accounts that belong to the caller. * (bidders.listBidders) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of bidders to return. If * unspecified, at most 100 bidders will be returned. The maximum value is 500; * values above 500 will be coerced to 500. * @opt_param string pageToken A token identifying a page of results the server * should return. This value is received from a previous `ListBidders` call in * ListBiddersResponse.nextPageToken. * @return Google_Service_RealTimeBidding_ListBiddersResponse */ public function listBidders($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListBiddersResponse"); } } PK( Zt: avendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BiddersEndpoints.phpnu[ * $realtimebiddingService = new Google_Service_RealTimeBidding(...); * $endpoints = $realtimebiddingService->endpoints; * */ class Google_Service_RealTimeBidding_Resource_BiddersEndpoints extends Google_Service_Resource { /** * Gets a bidder endpoint by its name. (endpoints.get) * * @param string $name Required. Name of the bidder endpoint to get. Format: * `bidders/{bidderAccountId}/endpoints/{endpointId}` * @param array $optParams Optional parameters. * @return Google_Service_RealTimeBidding_Endpoint */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RealTimeBidding_Endpoint"); } /** * Lists all the bidder's endpoints. (endpoints.listBiddersEndpoints) * * @param string $parent Required. Name of the bidder whose endpoints will be * listed. Format: `bidders/{bidderAccountId}` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of endpoints to return. If * unspecified, at most 100 endpoints will be returned. The maximum value is * 500; values above 500 will be coerced to 500. * @opt_param string pageToken A token identifying a page of results the server * should return. This value is received from a previous `ListEndpoints` call in * ListEndpointsResponse.nextPageToken. * @return Google_Service_RealTimeBidding_ListEndpointsResponse */ public function listBiddersEndpoints($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RealTimeBidding_ListEndpointsResponse"); } } PK( Zb)C Uvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/NativeContent.phpnu[advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } /** * @param Google_Service_RealTimeBidding_Image */ public function setAppIcon(Google_Service_RealTimeBidding_Image $appIcon) { $this->appIcon = $appIcon; } /** * @return Google_Service_RealTimeBidding_Image */ public function getAppIcon() { return $this->appIcon; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setCallToAction($callToAction) { $this->callToAction = $callToAction; } public function getCallToAction() { return $this->callToAction; } public function setClickLinkUrl($clickLinkUrl) { $this->clickLinkUrl = $clickLinkUrl; } public function getClickLinkUrl() { return $this->clickLinkUrl; } public function setClickTrackingUrl($clickTrackingUrl) { $this->clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } public function setHeadline($headline) { $this->headline = $headline; } public function getHeadline() { return $this->headline; } /** * @param Google_Service_RealTimeBidding_Image */ public function setImage(Google_Service_RealTimeBidding_Image $image) { $this->image = $image; } /** * @return Google_Service_RealTimeBidding_Image */ public function getImage() { return $this->image; } /** * @param Google_Service_RealTimeBidding_Image */ public function setLogo(Google_Service_RealTimeBidding_Image $logo) { $this->logo = $logo; } /** * @return Google_Service_RealTimeBidding_Image */ public function getLogo() { return $this->logo; } public function setPriceDisplayText($priceDisplayText) { $this->priceDisplayText = $priceDisplayText; } public function getPriceDisplayText() { return $this->priceDisplayText; } public function setStarRating($starRating) { $this->starRating = $starRating; } public function getStarRating() { return $this->starRating; } public function setVideoUrl($videoUrl) { $this->videoUrl = $videoUrl; } public function getVideoUrl() { return $this->videoUrl; } } PK( ZyommZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/HttpCookieEvidence.phpnu[cookieNames = $cookieNames; } public function getCookieNames() { return $this->cookieNames; } public function setMaxCookieCount($maxCookieCount) { $this->maxCookieCount = $maxCookieCount; } public function getMaxCookieCount() { return $this->maxCookieCount; } } PK( Z FFWvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/UrlDownloadSize.phpnu[downloadSizeKb = $downloadSizeKb; } public function getDownloadSizeKb() { return $this->downloadSizeKb; } public function setNormalizedUrl($normalizedUrl) { $this->normalizedUrl = $normalizedUrl; } public function getNormalizedUrl() { return $this->normalizedUrl; } } PK( Z-`Xvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PolicyCompliance.phpnu[status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_RealTimeBidding_PolicyTopicEntry[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return Google_Service_RealTimeBidding_PolicyTopicEntry[] */ public function getTopics() { return $this->topics; } } PK( Z`gNq;;]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListEndpointsResponse.phpnu[endpoints = $endpoints; } /** * @return Google_Service_RealTimeBidding_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z-+_M]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AdTechnologyProviders.phpnu[detectedGvlIds = $detectedGvlIds; } public function getDetectedGvlIds() { return $this->detectedGvlIds; } public function setDetectedProviderIds($detectedProviderIds) { $this->detectedProviderIds = $detectedProviderIds; } public function getDetectedProviderIds() { return $this->detectedProviderIds; } public function setUnidentifiedProviderDomains($unidentifiedProviderDomains) { $this->unidentifiedProviderDomains = $unidentifiedProviderDomains; } public function getUnidentifiedProviderDomains() { return $this->unidentifiedProviderDomains; } } PK( Z# \vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/CloseUserListRequest.phpnu[bidProtocol = $bidProtocol; } public function getBidProtocol() { return $this->bidProtocol; } public function setMaximumQps($maximumQps) { $this->maximumQps = $maximumQps; } public function getMaximumQps() { return $this->maximumQps; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTradingLocation($tradingLocation) { $this->tradingLocation = $tradingLocation; } public function getTradingLocation() { return $this->tradingLocation; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK( ZY-gvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DestinationNotCrawlableEvidence.phpnu[crawlTime = $crawlTime; } public function getCrawlTime() { return $this->crawlTime; } public function setCrawledUrl($crawledUrl) { $this->crawledUrl = $crawledUrl; } public function getCrawledUrl() { return $this->crawledUrl; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK( Z(ɪ]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/WatchCreativesRequest.phpnu[activeCreativeCount = $activeCreativeCount; } public function getActiveCreativeCount() { return $this->activeCreativeCount; } public function setBidder($bidder) { $this->bidder = $bidder; } public function getBidder() { return $this->bidder; } public function setBillingIds($billingIds) { $this->billingIds = $billingIds; } public function getBillingIds() { return $this->billingIds; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMaximumActiveCreativeCount($maximumActiveCreativeCount) { $this->maximumActiveCreativeCount = $maximumActiveCreativeCount; } public function getMaximumActiveCreativeCount() { return $this->maximumActiveCreativeCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( ZsA٤evendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DestinationNotWorkingEvidence.phpnu[dnsError = $dnsError; } public function getDnsError() { return $this->dnsError; } public function setExpandedUrl($expandedUrl) { $this->expandedUrl = $expandedUrl; } public function getExpandedUrl() { return $this->expandedUrl; } public function setHttpError($httpError) { $this->httpError = $httpError; } public function getHttpError() { return $this->httpError; } public function setInvalidPage($invalidPage) { $this->invalidPage = $invalidPage; } public function getInvalidPage() { return $this->invalidPage; } public function setLastCheckTime($lastCheckTime) { $this->lastCheckTime = $lastCheckTime; } public function getLastCheckTime() { return $this->lastCheckTime; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } public function setRedirectionError($redirectionError) { $this->redirectionError = $redirectionError; } public function getRedirectionError() { return $this->redirectionError; } public function setUrlRejected($urlRejected) { $this->urlRejected = $urlRejected; } public function getUrlRejected() { return $this->urlRejected; } } PK( ZZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/CreativeDimensions.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK( ZDxxdvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AddTargetedPublishersRequest.phpnu[publisherIds = $publisherIds; } public function getPublisherIds() { return $this->publisherIds; } public function setTargetingMode($targetingMode) { $this->targetingMode = $targetingMode; } public function getTargetingMode() { return $this->targetingMode; } } PK( Zl3 Zvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PretargetingConfig.phpnu[allowedUserTargetingModes = $allowedUserTargetingModes; } public function getAllowedUserTargetingModes() { return $this->allowedUserTargetingModes; } /** * @param Google_Service_RealTimeBidding_AppTargeting */ public function setAppTargeting(Google_Service_RealTimeBidding_AppTargeting $appTargeting) { $this->appTargeting = $appTargeting; } /** * @return Google_Service_RealTimeBidding_AppTargeting */ public function getAppTargeting() { return $this->appTargeting; } public function setBillingId($billingId) { $this->billingId = $billingId; } public function getBillingId() { return $this->billingId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExcludedContentLabelIds($excludedContentLabelIds) { $this->excludedContentLabelIds = $excludedContentLabelIds; } public function getExcludedContentLabelIds() { return $this->excludedContentLabelIds; } /** * @param Google_Service_RealTimeBidding_NumericTargetingDimension */ public function setGeoTargeting(Google_Service_RealTimeBidding_NumericTargetingDimension $geoTargeting) { $this->geoTargeting = $geoTargeting; } /** * @return Google_Service_RealTimeBidding_NumericTargetingDimension */ public function getGeoTargeting() { return $this->geoTargeting; } /** * @param Google_Service_RealTimeBidding_CreativeDimensions[] */ public function setIncludedCreativeDimensions($includedCreativeDimensions) { $this->includedCreativeDimensions = $includedCreativeDimensions; } /** * @return Google_Service_RealTimeBidding_CreativeDimensions[] */ public function getIncludedCreativeDimensions() { return $this->includedCreativeDimensions; } public function setIncludedEnvironments($includedEnvironments) { $this->includedEnvironments = $includedEnvironments; } public function getIncludedEnvironments() { return $this->includedEnvironments; } public function setIncludedFormats($includedFormats) { $this->includedFormats = $includedFormats; } public function getIncludedFormats() { return $this->includedFormats; } public function setIncludedLanguages($includedLanguages) { $this->includedLanguages = $includedLanguages; } public function getIncludedLanguages() { return $this->includedLanguages; } public function setIncludedMobileOperatingSystemIds($includedMobileOperatingSystemIds) { $this->includedMobileOperatingSystemIds = $includedMobileOperatingSystemIds; } public function getIncludedMobileOperatingSystemIds() { return $this->includedMobileOperatingSystemIds; } public function setIncludedPlatforms($includedPlatforms) { $this->includedPlatforms = $includedPlatforms; } public function getIncludedPlatforms() { return $this->includedPlatforms; } public function setIncludedUserIdTypes($includedUserIdTypes) { $this->includedUserIdTypes = $includedUserIdTypes; } public function getIncludedUserIdTypes() { return $this->includedUserIdTypes; } public function setInterstitialTargeting($interstitialTargeting) { $this->interstitialTargeting = $interstitialTargeting; } public function getInterstitialTargeting() { return $this->interstitialTargeting; } public function setInvalidGeoIds($invalidGeoIds) { $this->invalidGeoIds = $invalidGeoIds; } public function getInvalidGeoIds() { return $this->invalidGeoIds; } public function setMaximumQps($maximumQps) { $this->maximumQps = $maximumQps; } public function getMaximumQps() { return $this->maximumQps; } public function setMinimumViewabilityDecile($minimumViewabilityDecile) { $this->minimumViewabilityDecile = $minimumViewabilityDecile; } public function getMinimumViewabilityDecile() { return $this->minimumViewabilityDecile; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_RealTimeBidding_StringTargetingDimension */ public function setPublisherTargeting(Google_Service_RealTimeBidding_StringTargetingDimension $publisherTargeting) { $this->publisherTargeting = $publisherTargeting; } /** * @return Google_Service_RealTimeBidding_StringTargetingDimension */ public function getPublisherTargeting() { return $this->publisherTargeting; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_RealTimeBidding_NumericTargetingDimension */ public function setUserListTargeting(Google_Service_RealTimeBidding_NumericTargetingDimension $userListTargeting) { $this->userListTargeting = $userListTargeting; } /** * @return Google_Service_RealTimeBidding_NumericTargetingDimension */ public function getUserListTargeting() { return $this->userListTargeting; } /** * @param Google_Service_RealTimeBidding_NumericTargetingDimension */ public function setVerticalTargeting(Google_Service_RealTimeBidding_NumericTargetingDimension $verticalTargeting) { $this->verticalTargeting = $verticalTargeting; } /** * @return Google_Service_RealTimeBidding_NumericTargetingDimension */ public function getVerticalTargeting() { return $this->verticalTargeting; } /** * @param Google_Service_RealTimeBidding_StringTargetingDimension */ public function setWebTargeting(Google_Service_RealTimeBidding_StringTargetingDimension $webTargeting) { $this->webTargeting = $webTargeting; } /** * @return Google_Service_RealTimeBidding_StringTargetingDimension */ public function getWebTargeting() { return $this->webTargeting; } } PK( Zwu;;_vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AddTargetedSitesRequest.phpnu[sites = $sites; } public function getSites() { return $this->sites; } public function setTargetingMode($targetingMode) { $this->targetingMode = $targetingMode; } public function getTargetingMode() { return $this->targetingMode; } } PK( ZlŜ;;]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListUserListsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_RealTimeBidding_UserList[] */ public function setUserLists($userLists) { $this->userLists = $userLists; } /** * @return Google_Service_RealTimeBidding_UserList[] */ public function getUserLists() { return $this->userLists; } } PK( Z脊c__Xvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/HttpCallEvidence.phpnu[urls = $urls; } public function getUrls() { return $this->urls; } } PK( Z&L''[vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PolicyTopicEvidence.phpnu[destinationNotCrawlable = $destinationNotCrawlable; } /** * @return Google_Service_RealTimeBidding_DestinationNotCrawlableEvidence */ public function getDestinationNotCrawlable() { return $this->destinationNotCrawlable; } /** * @param Google_Service_RealTimeBidding_DestinationNotWorkingEvidence */ public function setDestinationNotWorking(Google_Service_RealTimeBidding_DestinationNotWorkingEvidence $destinationNotWorking) { $this->destinationNotWorking = $destinationNotWorking; } /** * @return Google_Service_RealTimeBidding_DestinationNotWorkingEvidence */ public function getDestinationNotWorking() { return $this->destinationNotWorking; } /** * @param Google_Service_RealTimeBidding_DestinationUrlEvidence */ public function setDestinationUrl(Google_Service_RealTimeBidding_DestinationUrlEvidence $destinationUrl) { $this->destinationUrl = $destinationUrl; } /** * @return Google_Service_RealTimeBidding_DestinationUrlEvidence */ public function getDestinationUrl() { return $this->destinationUrl; } /** * @param Google_Service_RealTimeBidding_DomainCallEvidence */ public function setDomainCall(Google_Service_RealTimeBidding_DomainCallEvidence $domainCall) { $this->domainCall = $domainCall; } /** * @return Google_Service_RealTimeBidding_DomainCallEvidence */ public function getDomainCall() { return $this->domainCall; } /** * @param Google_Service_RealTimeBidding_DownloadSizeEvidence */ public function setDownloadSize(Google_Service_RealTimeBidding_DownloadSizeEvidence $downloadSize) { $this->downloadSize = $downloadSize; } /** * @return Google_Service_RealTimeBidding_DownloadSizeEvidence */ public function getDownloadSize() { return $this->downloadSize; } /** * @param Google_Service_RealTimeBidding_HttpCallEvidence */ public function setHttpCall(Google_Service_RealTimeBidding_HttpCallEvidence $httpCall) { $this->httpCall = $httpCall; } /** * @return Google_Service_RealTimeBidding_HttpCallEvidence */ public function getHttpCall() { return $this->httpCall; } /** * @param Google_Service_RealTimeBidding_HttpCookieEvidence */ public function setHttpCookie(Google_Service_RealTimeBidding_HttpCookieEvidence $httpCookie) { $this->httpCookie = $httpCookie; } /** * @return Google_Service_RealTimeBidding_HttpCookieEvidence */ public function getHttpCookie() { return $this->httpCookie; } } PK( Z妳!![vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListBiddersResponse.phpnu[bidders = $bidders; } /** * @return Google_Service_RealTimeBidding_Bidder[] */ public function getBidders() { return $this->bidders; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z<Zvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DomainCallEvidence.phpnu[topHttpCallDomains = $topHttpCallDomains; } /** * @return Google_Service_RealTimeBidding_DomainCalls[] */ public function getTopHttpCallDomains() { return $this->topHttpCallDomains; } public function setTotalHttpCallCount($totalHttpCallCount) { $this->totalHttpCallCount = $totalHttpCallCount; } public function getTotalHttpCallCount() { return $this->totalHttpCallCount; } } PK( Z~Q0qqbvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RemoveTargetedSitesRequest.phpnu[sites = $sites; } public function getSites() { return $this->sites; } } PK( Z+hvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/SuspendPretargetingConfigRequest.phpnu[endDate = $endDate; } /** * @return Google_Service_RealTimeBidding_Date */ public function getEndDate() { return $this->endDate; } public function setRestrictionType($restrictionType) { $this->restrictionType = $restrictionType; } public function getRestrictionType() { return $this->restrictionType; } /** * @param Google_Service_RealTimeBidding_Date */ public function setStartDate(Google_Service_RealTimeBidding_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_RealTimeBidding_Date */ public function getStartDate() { return $this->startDate; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK( Z.^vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DestinationUrlEvidence.phpnu[destinationUrl = $destinationUrl; } public function getDestinationUrl() { return $this->destinationUrl; } } PK( Z|SSMvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Image.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK( Zgvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RemoveTargetedPublishersRequest.phpnu[publisherIds = $publisherIds; } public function getPublisherIds() { return $this->publisherIds; } } PK( ZCRRavendor/google/apiclient-services/src/Google/Service/RealTimeBidding/GetRemarketingTagResponse.phpnu[snippet = $snippet; } public function getSnippet() { return $this->snippet; } } PK( ZyoPvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Creative.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdChoicesDestinationUrl($adChoicesDestinationUrl) { $this->adChoicesDestinationUrl = $adChoicesDestinationUrl; } public function getAdChoicesDestinationUrl() { return $this->adChoicesDestinationUrl; } public function setAdvertiserName($advertiserName) { $this->advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setApiUpdateTime($apiUpdateTime) { $this->apiUpdateTime = $apiUpdateTime; } public function getApiUpdateTime() { return $this->apiUpdateTime; } public function setCreativeFormat($creativeFormat) { $this->creativeFormat = $creativeFormat; } public function getCreativeFormat() { return $this->creativeFormat; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } /** * @param Google_Service_RealTimeBidding_CreativeServingDecision */ public function setCreativeServingDecision(Google_Service_RealTimeBidding_CreativeServingDecision $creativeServingDecision) { $this->creativeServingDecision = $creativeServingDecision; } /** * @return Google_Service_RealTimeBidding_CreativeServingDecision */ public function getCreativeServingDecision() { return $this->creativeServingDecision; } public function setDealIds($dealIds) { $this->dealIds = $dealIds; } public function getDealIds() { return $this->dealIds; } public function setDeclaredAttributes($declaredAttributes) { $this->declaredAttributes = $declaredAttributes; } public function getDeclaredAttributes() { return $this->declaredAttributes; } public function setDeclaredClickThroughUrls($declaredClickThroughUrls) { $this->declaredClickThroughUrls = $declaredClickThroughUrls; } public function getDeclaredClickThroughUrls() { return $this->declaredClickThroughUrls; } public function setDeclaredRestrictedCategories($declaredRestrictedCategories) { $this->declaredRestrictedCategories = $declaredRestrictedCategories; } public function getDeclaredRestrictedCategories() { return $this->declaredRestrictedCategories; } public function setDeclaredVendorIds($declaredVendorIds) { $this->declaredVendorIds = $declaredVendorIds; } public function getDeclaredVendorIds() { return $this->declaredVendorIds; } /** * @param Google_Service_RealTimeBidding_HtmlContent */ public function setHtml(Google_Service_RealTimeBidding_HtmlContent $html) { $this->html = $html; } /** * @return Google_Service_RealTimeBidding_HtmlContent */ public function getHtml() { return $this->html; } public function setImpressionTrackingUrls($impressionTrackingUrls) { $this->impressionTrackingUrls = $impressionTrackingUrls; } public function getImpressionTrackingUrls() { return $this->impressionTrackingUrls; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_RealTimeBidding_NativeContent */ public function setNative(Google_Service_RealTimeBidding_NativeContent $native) { $this->native = $native; } /** * @return Google_Service_RealTimeBidding_NativeContent */ public function getNative() { return $this->native; } public function setRestrictedCategories($restrictedCategories) { $this->restrictedCategories = $restrictedCategories; } public function getRestrictedCategories() { return $this->restrictedCategories; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_RealTimeBidding_VideoContent */ public function setVideo(Google_Service_RealTimeBidding_VideoContent $video) { $this->video = $video; } /** * @return Google_Service_RealTimeBidding_VideoContent */ public function getVideo() { return $this->video; } } PK( ZxnTvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/VideoContent.phpnu[videoMetadata = $videoMetadata; } /** * @return Google_Service_RealTimeBidding_VideoMetadata */ public function getVideoMetadata() { return $this->videoMetadata; } public function setVideoUrl($videoUrl) { $this->videoUrl = $videoUrl; } public function getVideoUrl() { return $this->videoUrl; } public function setVideoVastXml($videoVastXml) { $this->videoVastXml = $videoVastXml; } public function getVideoVastXml() { return $this->videoVastXml; } } PK( Z)Tnнgvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListPretargetingConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_RealTimeBidding_PretargetingConfig[] */ public function setPretargetingConfigs($pretargetingConfigs) { $this->pretargetingConfigs = $pretargetingConfigs; } /** * @return Google_Service_RealTimeBidding_PretargetingConfig[] */ public function getPretargetingConfigs() { return $this->pretargetingConfigs; } } PK( Z'8IDDPvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/UserList.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMembershipDurationDays($membershipDurationDays) { $this->membershipDurationDays = $membershipDurationDays; } public function getMembershipDurationDays() { return $this->membershipDurationDays; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_RealTimeBidding_UrlRestriction */ public function setUrlRestriction(Google_Service_RealTimeBidding_UrlRestriction $urlRestriction) { $this->urlRestriction = $urlRestriction; } /** * @return Google_Service_RealTimeBidding_UrlRestriction */ public function getUrlRestriction() { return $this->urlRestriction; } } PK( Zy;hhNvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Bidder.phpnu[bypassNonguaranteedDealsPretargeting = $bypassNonguaranteedDealsPretargeting; } public function getBypassNonguaranteedDealsPretargeting() { return $this->bypassNonguaranteedDealsPretargeting; } public function setCookieMatchingNetworkId($cookieMatchingNetworkId) { $this->cookieMatchingNetworkId = $cookieMatchingNetworkId; } public function getCookieMatchingNetworkId() { return $this->cookieMatchingNetworkId; } public function setCookieMatchingUrl($cookieMatchingUrl) { $this->cookieMatchingUrl = $cookieMatchingUrl; } public function getCookieMatchingUrl() { return $this->cookieMatchingUrl; } public function setDealsBillingId($dealsBillingId) { $this->dealsBillingId = $dealsBillingId; } public function getDealsBillingId() { return $this->dealsBillingId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z}rrdvendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMessageValue.phpnu[parameter = $parameter; } /** * @return Google_Service_Reports_NestedParameter[] */ public function getParameter() { return $this->parameter; } } PK( Z>xUvendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setDatetimeValue($datetimeValue) { $this->datetimeValue = $datetimeValue; } public function getDatetimeValue() { return $this->datetimeValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setMsgValue($msgValue) { $this->msgValue = $msgValue; } public function getMsgValue() { return $this->msgValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK( Z[]Nvendor/google/apiclient-services/src/Google/Service/Reports/ActivityEvents.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Reports_ActivityEventsParameters[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Reports_ActivityEventsParameters[] */ public function getParameters() { return $this->parameters; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Zc@:Xvendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z󹞘Qvendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.phpnu[customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } } PK( ZQvendor/google/apiclient-services/src/Google/Service/Reports/Resource/Channels.phpnu[ * $adminService = new Google_Service_Reports(...); * $channels = $adminService->channels; * */ class Google_Service_Reports_Resource_Channels extends Google_Service_Resource { /** * Stop watching resources through this channel. (channels.stop) * * @param Google_Service_Reports_Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Google_Service_Reports_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } } PK( ZLXvendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.phpnu[ * $adminService = new Google_Service_Reports(...); * $userUsageReport = $adminService->userUsageReport; * */ class Google_Service_Reports_Resource_UserUsageReport extends Google_Service_Resource { /** * Retrieves a report which is a collection of properties and statistics for a * set of users with the account. For more information, see the User Usage * Report guide. For more information about the user report's parameters, see * the Users Usage parameters reference guides. (userUsageReport.get) * * @param string $userKey Represents the profile ID or the user email for which * the data should be filtered. Can be `all` for all information, or `userKey` * for a user's unique Google Workspace profile ID or their primary email * address. * @param string $date Represents the date the usage occurred. The timestamp is * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time * zone for this. * @param array $optParams Optional parameters. * * @opt_param string customerId The unique ID of the customer to retrieve data * for. * @opt_param string filters The `filters` query string is a comma-separated * list of an application's event parameters where the parameter's value is * manipulated by a relational operator. The `filters` query string includes the * name of the application whose usage is returned in the report. The * application values for the Users Usage Report include `accounts`, `docs`, and * `gmail`. Filters are in the form `[application name]:parameter name[parameter * value],...`. In this example, the `<>` 'not equal to' operator is URL-encoded * in the request's query string (%3C%3E): GET * https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 * ?parameters=accounts:last_login_time * =accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational * operators include: - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL- * encoded (%3C%3E). - `<` - 'less than'. It is URL-encoded (%3C). - `<=` - * 'less than or equal to'. It is URL-encoded (%3C=). - `>` - 'greater than'. It * is URL-encoded (%3E). - `>=` - 'greater than or equal to'. It is URL-encoded * (%3E=). * @opt_param string groupIdFilter Comma separated group ids (obfuscated) on * which user activities are filtered, i.e, the response will contain activities * for only those users that are a part of at least one of the group ids * mentioned here. Format: "id:abc123,id:xyz456" * @opt_param string maxResults Determines how many activity records are shown * on each response page. For example, if the request sets `maxResults=1` and * the report has two activities, the report has two pages. The response's * `nextPageToken` property has the token to the second page. The `maxResults` * query string is optional. * @opt_param string orgUnitID ID of the organizational unit to report on. User * activity will be shown only for users who belong to the specified * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered * results. * @opt_param string pageToken Token to specify next page. A report with * multiple pages has a `nextPageToken` property in the response. In your * follow-on request getting the next page of the report, enter the * `nextPageToken` value in the `pageToken` query string. * @opt_param string parameters The `parameters` query string is a comma- * separated list of event parameters that refine a report's results. The * parameter is associated with a specific application. The application values * for the Customers Usage report include `accounts`, `app_maker`, * `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, * `device_management`, `meet`, and `sites`. A `parameters` query string is in * the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The * API doesn't accept multiple values of a parameter. If a particular parameter * is supplied more than once in the API request, the API only accepts the last * value of that request parameter. In addition, if an invalid request parameter * is supplied in the API request, the API ignores that request parameter and * returns the response corresponding to the remaining valid request parameters. * An example of an invalid request parameter is one that does not belong to the * application. If no parameters are requested, all parameters are returned. * @return Google_Service_Reports_UsageReports */ public function get($userKey, $date, $optParams = array()) { $params = array('userKey' => $userKey, 'date' => $date); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); } } PK( Z$ ]vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.phpnu[ * $adminService = new Google_Service_Reports(...); * $customerUsageReports = $adminService->customerUsageReports; * */ class Google_Service_Reports_Resource_CustomerUsageReports extends Google_Service_Resource { /** * Retrieves a report which is a collection of properties and statistics for a * specific customer's account. For more information, see the Customers Usage * Report guide. For more information about the customer report's parameters, * see the Customers Usage parameters reference guides. * (customerUsageReports.get) * * @param string $date Represents the date the usage occurred. The timestamp is * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time * zone for this. * @param array $optParams Optional parameters. * * @opt_param string customerId The unique ID of the customer to retrieve data * for. * @opt_param string pageToken Token to specify next page. A report with * multiple pages has a `nextPageToken` property in the response. For your * follow-on requests getting all of the report's pages, enter the * `nextPageToken` value in the `pageToken` query string. * @opt_param string parameters The `parameters` query string is a comma- * separated list of event parameters that refine a report's results. The * parameter is associated with a specific application. The application values * for the Customers usage report include `accounts`, `app_maker`, * `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, * `device_management`, `meet`, and `sites`. A `parameters` query string is in * the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The * API doesn't accept multiple values of a parameter. If a particular parameter * is supplied more than once in the API request, the API only accepts the last * value of that request parameter. In addition, if an invalid request parameter * is supplied in the API request, the API ignores that request parameter and * returns the response corresponding to the remaining valid request parameters. * An example of an invalid request parameter is one that does not belong to the * application. If no parameters are requested, all parameters are returned. * @return Google_Service_Reports_UsageReports */ public function get($date, $optParams = array()) { $params = array('date' => $date); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); } } PK( ZA5<<Svendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.phpnu[ * $adminService = new Google_Service_Reports(...); * $activities = $adminService->activities; * */ class Google_Service_Reports_Resource_Activities extends Google_Service_Resource { /** * Retrieves a list of activities for a specific customer's account and * application such as the Admin console application or the Google Drive * application. For more information, see the guides for administrator and * Google Drive activity reports. For more information about the activity * report's parameters, see the activity parameters reference guides. * (activities.listActivities) * * @param string $userKey Represents the profile ID or the user email for which * the data should be filtered. Can be `all` for all information, or `userKey` * for a user's unique Google Workspace profile ID or their primary email * address. * @param string $applicationName Application name for which the events are to * be retrieved. * @param array $optParams Optional parameters. * * @opt_param string actorIpAddress The Internet Protocol (IP) Address of host * where the event was performed. This is an additional way to filter a report's * summary using the IP address of the user whose activity is being reported. * This IP address may or may not reflect the user's physical location. For * example, the IP address can be the user's proxy server's address or a virtual * private network (VPN) address. This parameter supports both IPv4 and IPv6 * address versions. * @opt_param string customerId The unique ID of the customer to retrieve data * for. * @opt_param string endTime Sets the end of the range of time shown in the * report. The date is in the RFC 3339 format, for example * 2010-10-28T10:26:35.000Z. The default value is the approximate time of the * API request. An API report has three basic time concepts: - *Date of the * API's request for a report*: When the API created and retrieved the report. - * *Report's start time*: The beginning of the timespan shown in the report. The * `startTime` must be before the `endTime` (if specified) and the current time * when the request is made, or the API returns an error. - *Report's end time*: * The end of the timespan shown in the report. For example, the timespan of * events summarized in a report can start in April and end in May. The report * itself can be requested in August. If the `endTime` is not specified, the * report returns all activities from the `startTime` until the current time or * the most recent 180 days if the `startTime` is more than 180 days in the * past. * @opt_param string eventName The name of the event being queried by the API. * Each `eventName` is related to a specific Google Workspace service or feature * which the API organizes into types of events. An example is the Google * Calendar events in the Admin console application's reports. The Calendar * Settings `type` structure has all of the Calendar `eventName` activities * reported by the API. When an administrator changes a Calendar setting, the * API reports this activity in the Calendar Settings `type` and `eventName` * parameters. For more information about `eventName` query strings and * parameters, see the list of event names for various applications above in * `applicationName`. * @opt_param string filters The `filters` query string is a comma-separated * list. The list is composed of event parameters that are manipulated by * relational operators. Event parameters are in the form `parameter1 * name[parameter1 value],parameter2 name[parameter2 value],...` These event * parameters are associated with a specific `eventName`. An empty report is * returned if the filtered request's parameter does not belong to the * `eventName`. For more information about `eventName` parameters, see the list * of event names for various applications above in `applicationName`. In the * following Admin Activity example, the <> operator is URL-encoded in the * request's query string (%3C%3E): GET...=CHANGE_CALENDAR_SETTING * =NEW_VALUE%3C%3EREAD_ONLY_ACCESS In the following Drive example, the list can * be a view or edit event's `doc_id` parameter with a value that is manipulated * by an 'equal to' (==) or 'not equal to' (<>) relational operator. In the * first example, the report returns each edited document's `doc_id`. In the * second example, the report returns each viewed document's `doc_id` that * equals the value 12345 and does not return any viewed document's which have a * `doc_id` value of 98765. The <> operator is URL-encoded in the request's * query string (%3C%3E): GET...=edit=doc_id * GET...=view=doc_id==12345,doc_id%3C%3E98765 The relational operators include: * - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - * `<` - 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. * It is URL-encoded (%3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - * `>=` - 'greater than or equal to'. It is URL-encoded (%3E=). *Note:* The API * doesn't accept multiple values of a parameter. If a particular parameter is * supplied more than once in the API request, the API only accepts the last * value of that request parameter. In addition, if an invalid request parameter * is supplied in the API request, the API ignores that request parameter and * returns the response corresponding to the remaining valid request parameters. * If no parameters are requested, all parameters are returned. * @opt_param string groupIdFilter Comma separated group ids (obfuscated) on * which user activities are filtered, i.e, the response will contain activities * for only those users that are a part of at least one of the group ids * mentioned here. Format: "id:abc123,id:xyz456" * @opt_param int maxResults Determines how many activity records are shown on * each response page. For example, if the request sets `maxResults=1` and the * report has two activities, the report has two pages. The response's * `nextPageToken` property has the token to the second page. The `maxResults` * query string is optional in the request. The default value is 1000. * @opt_param string orgUnitID ID of the organizational unit to report on. * Activity records will be shown only for users who belong to the specified * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered * results. * @opt_param string pageToken The token to specify next page. A report with * multiple pages has a `nextPageToken` property in the response. In your * follow-on request getting the next page of the report, enter the * `nextPageToken` value in the `pageToken` query string. * @opt_param string startTime Sets the beginning of the range of time shown in * the report. The date is in the RFC 3339 format, for example * 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` * until `endTime`. The `startTime` must be before the `endTime` (if specified) * and the current time when the request is made, or the API returns an error. * @return Google_Service_Reports_Activities */ public function listActivities($userKey, $applicationName, $optParams = array()) { $params = array('userKey' => $userKey, 'applicationName' => $applicationName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Reports_Activities"); } /** * Start receiving notifications for account activities. For more information, * see Receiving Push Notifications. (activities.watch) * * @param string $userKey Represents the profile ID or the user email for which * the data should be filtered. Can be `all` for all information, or `userKey` * for a user's unique Google Workspace profile ID or their primary email * address. * @param string $applicationName Application name for which the events are to * be retrieved. * @param Google_Service_Reports_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string actorIpAddress The Internet Protocol (IP) Address of host * where the event was performed. This is an additional way to filter a report's * summary using the IP address of the user whose activity is being reported. * This IP address may or may not reflect the user's physical location. For * example, the IP address can be the user's proxy server's address or a virtual * private network (VPN) address. This parameter supports both IPv4 and IPv6 * address versions. * @opt_param string customerId The unique ID of the customer to retrieve data * for. * @opt_param string endTime Sets the end of the range of time shown in the * report. The date is in the RFC 3339 format, for example * 2010-10-28T10:26:35.000Z. The default value is the approximate time of the * API request. An API report has three basic time concepts: - *Date of the * API's request for a report*: When the API created and retrieved the report. - * *Report's start time*: The beginning of the timespan shown in the report. The * `startTime` must be before the `endTime` (if specified) and the current time * when the request is made, or the API returns an error. - *Report's end time*: * The end of the timespan shown in the report. For example, the timespan of * events summarized in a report can start in April and end in May. The report * itself can be requested in August. If the `endTime` is not specified, the * report returns all activities from the `startTime` until the current time or * the most recent 180 days if the `startTime` is more than 180 days in the * past. * @opt_param string eventName The name of the event being queried by the API. * Each `eventName` is related to a specific Google Workspace service or feature * which the API organizes into types of events. An example is the Google * Calendar events in the Admin console application's reports. The Calendar * Settings `type` structure has all of the Calendar `eventName` activities * reported by the API. When an administrator changes a Calendar setting, the * API reports this activity in the Calendar Settings `type` and `eventName` * parameters. For more information about `eventName` query strings and * parameters, see the list of event names for various applications above in * `applicationName`. * @opt_param string filters The `filters` query string is a comma-separated * list. The list is composed of event parameters that are manipulated by * relational operators. Event parameters are in the form `parameter1 * name[parameter1 value],parameter2 name[parameter2 value],...` These event * parameters are associated with a specific `eventName`. An empty report is * returned if the filtered request's parameter does not belong to the * `eventName`. For more information about `eventName` parameters, see the list * of event names for various applications above in `applicationName`. In the * following Admin Activity example, the <> operator is URL-encoded in the * request's query string (%3C%3E): GET...=CHANGE_CALENDAR_SETTING * =NEW_VALUE%3C%3EREAD_ONLY_ACCESS In the following Drive example, the list can * be a view or edit event's `doc_id` parameter with a value that is manipulated * by an 'equal to' (==) or 'not equal to' (<>) relational operator. In the * first example, the report returns each edited document's `doc_id`. In the * second example, the report returns each viewed document's `doc_id` that * equals the value 12345 and does not return any viewed document's which have a * `doc_id` value of 98765. The <> operator is URL-encoded in the request's * query string (%3C%3E): GET...=edit=doc_id * GET...=view=doc_id==12345,doc_id%3C%3E98765 The relational operators include: * - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - * `<` - 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. * It is URL-encoded (%3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - * `>=` - 'greater than or equal to'. It is URL-encoded (%3E=). *Note:* The API * doesn't accept multiple values of a parameter. If a particular parameter is * supplied more than once in the API request, the API only accepts the last * value of that request parameter. In addition, if an invalid request parameter * is supplied in the API request, the API ignores that request parameter and * returns the response corresponding to the remaining valid request parameters. * If no parameters are requested, all parameters are returned. * @opt_param string groupIdFilter Comma separated group ids (obfuscated) on * which user activities are filtered, i.e, the response will contain activities * for only those users that are a part of at least one of the group ids * mentioned here. Format: "id:abc123,id:xyz456" * @opt_param int maxResults Determines how many activity records are shown on * each response page. For example, if the request sets `maxResults=1` and the * report has two activities, the report has two pages. The response's * `nextPageToken` property has the token to the second page. The `maxResults` * query string is optional in the request. The default value is 1000. * @opt_param string orgUnitID ID of the organizational unit to report on. * Activity records will be shown only for users who belong to the specified * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered * results. * @opt_param string pageToken The token to specify next page. A report with * multiple pages has a `nextPageToken` property in the response. In your * follow-on request getting the next page of the report, enter the * `nextPageToken` value in the `pageToken` query string. * @opt_param string startTime Sets the beginning of the range of time shown in * the report. The date is in the RFC 3339 format, for example * 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` * until `endTime`. The `startTime` must be before the `endTime` (if specified) * and the current time when the request is made, or the API returns an error. * @return Google_Service_Reports_Channel */ public function watch($userKey, $applicationName, Google_Service_Reports_Channel $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Reports_Channel"); } } PK( Z|1''[vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.phpnu[ * $adminService = new Google_Service_Reports(...); * $entityUsageReports = $adminService->entityUsageReports; * */ class Google_Service_Reports_Resource_EntityUsageReports extends Google_Service_Resource { /** * Retrieves a report which is a collection of properties and statistics for * entities used by users within the account. For more information, see the * Entities Usage Report guide. For more information about the entities report's * parameters, see the Entities Usage parameters reference guides. * (entityUsageReports.get) * * @param string $entityType Represents the type of entity for the report. * @param string $entityKey Represents the key of the object to filter the data * with. * @param string $date Represents the date the usage occurred. The timestamp is * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time * zone for this. * @param array $optParams Optional parameters. * * @opt_param string customerId The unique ID of the customer to retrieve data * for. * @opt_param string filters The `filters` query string is a comma-separated * list of an application's event parameters where the parameter's value is * manipulated by a relational operator. The `filters` query string includes the * name of the application whose usage is returned in the report. The * application values for the Entities usage report include `accounts`, `docs`, * and `gmail`. Filters are in the form `[application name]:parameter * name[parameter value],...`. In this example, the `<>` 'not equal to' operator * is URL-encoded in the request's query string (%3C%3E): GET https://www.google * apis.com/admin/reports/v1/usage/gplus_communities/all/dates/2017-12-01 * ?parameters=gplus:community_name,gplus:num_total_members * =gplus:num_total_members%3C%3E0 The relational operators include: - `==` - * 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` - * 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It is * URL-encoded (%3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=` - * 'greater than or equal to'. It is URL-encoded (%3E=). Filters can only be * applied to numeric parameters. * @opt_param string maxResults Determines how many activity records are shown * on each response page. For example, if the request sets `maxResults=1` and * the report has two activities, the report has two pages. The response's * `nextPageToken` property has the token to the second page. * @opt_param string pageToken Token to specify next page. A report with * multiple pages has a `nextPageToken` property in the response. In your * follow-on request getting the next page of the report, enter the * `nextPageToken` value in the `pageToken` query string. * @opt_param string parameters The `parameters` query string is a comma- * separated list of event parameters that refine a report's results. The * parameter is associated with a specific application. The application values * for the Entities usage report are only `gplus`. A `parameter` query string is * in the CSV form of `[app_name1:param_name1], [app_name2:param_name2]...`. * *Note:* The API doesn't accept multiple values of a parameter. If a * particular parameter is supplied more than once in the API request, the API * only accepts the last value of that request parameter. In addition, if an * invalid request parameter is supplied in the API request, the API ignores * that request parameter and returns the response corresponding to the * remaining valid request parameters. An example of an invalid request * parameter is one that does not belong to the application. If no parameters * are requested, all parameters are returned. * @return Google_Service_Reports_UsageReports */ public function get($entityType, $entityKey, $date, $optParams = array()) { $params = array('entityType' => $entityType, 'entityKey' => $entityKey, 'date' => $date); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); } } PK( Z”Jvendor/google/apiclient-services/src/Google/Service/Reports/ActivityId.phpnu[applicationName = $applicationName; } public function getApplicationName() { return $this->applicationName; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } public function setUniqueQualifier($uniqueQualifier) { $this->uniqueQualifier = $uniqueQualifier; } public function getUniqueQualifier() { return $this->uniqueQualifier; } } PK( ZcJvendor/google/apiclient-services/src/Google/Service/Reports/Activities.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Reports_Activity[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Reports_Activity[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Zi^8Kvendor/google/apiclient-services/src/Google/Service/Reports/UsageReport.phpnu[date = $date; } public function getDate() { return $this->date; } /** * @param Google_Service_Reports_UsageReportEntity */ public function setEntity(Google_Service_Reports_UsageReportEntity $entity) { $this->entity = $entity; } /** * @return Google_Service_Reports_UsageReportEntity */ public function getEntity() { return $this->entity; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Reports_UsageReportParameters[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Reports_UsageReportParameters[] */ public function getParameters() { return $this->parameters; } } PK( Zt4Lvendor/google/apiclient-services/src/Google/Service/Reports/UsageReports.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Reports_UsageReport[] */ public function setUsageReports($usageReports) { $this->usageReports = $usageReports; } /** * @return Google_Service_Reports_UsageReport[] */ public function getUsageReports() { return $this->usageReports; } /** * @param Google_Service_Reports_UsageReportsWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_Reports_UsageReportsWarnings[] */ public function getWarnings() { return $this->warnings; } } PK( Z(47Tvendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Reports_UsageReportsWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Reports_UsageReportsWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK( Z -Ovendor/google/apiclient-services/src/Google/Service/Reports/NestedParameter.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setMultiBoolValue($multiBoolValue) { $this->multiBoolValue = $multiBoolValue; } public function getMultiBoolValue() { return $this->multiBoolValue; } public function setMultiIntValue($multiIntValue) { $this->multiIntValue = $multiIntValue; } public function getMultiIntValue() { return $this->multiIntValue; } public function setMultiValue($multiValue) { $this->multiValue = $multiValue; } public function getMultiValue() { return $this->multiValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Zv  Xvendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } /** * @param Google_Service_Reports_ActivityEventsParametersMessageValue */ public function setMessageValue(Google_Service_Reports_ActivityEventsParametersMessageValue $messageValue) { $this->messageValue = $messageValue; } /** * @return Google_Service_Reports_ActivityEventsParametersMessageValue */ public function getMessageValue() { return $this->messageValue; } public function setMultiIntValue($multiIntValue) { $this->multiIntValue = $multiIntValue; } public function getMultiIntValue() { return $this->multiIntValue; } /** * @param Google_Service_Reports_ActivityEventsParametersMultiMessageValue[] */ public function setMultiMessageValue($multiMessageValue) { $this->multiMessageValue = $multiMessageValue; } /** * @return Google_Service_Reports_ActivityEventsParametersMultiMessageValue[] */ public function getMultiMessageValue() { return $this->multiMessageValue; } public function setMultiValue($multiValue) { $this->multiValue = $multiValue; } public function getMultiValue() { return $this->multiValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z Dwwivendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMultiMessageValue.phpnu[parameter = $parameter; } /** * @return Google_Service_Reports_NestedParameter[] */ public function getParameter() { return $this->parameter; } } PK( ZXSGvendor/google/apiclient-services/src/Google/Service/Reports/Channel.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z*  Mvendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.phpnu[callerType = $callerType; } public function getCallerType() { return $this->callerType; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } } PK( Zi Hvendor/google/apiclient-services/src/Google/Service/Reports/Activity.phpnu[actor = $actor; } /** * @return Google_Service_Reports_ActivityActor */ public function getActor() { return $this->actor; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Reports_ActivityEvents[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_Reports_ActivityEvents[] */ public function getEvents() { return $this->events; } /** * @param Google_Service_Reports_ActivityId */ public function setId(Google_Service_Reports_ActivityId $id) { $this->id = $id; } /** * @return Google_Service_Reports_ActivityId */ public function getId() { return $this->id; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOwnerDomain($ownerDomain) { $this->ownerDomain = $ownerDomain; } public function getOwnerDomain() { return $this->ownerDomain; } } PK( Z*Ivendor/google/apiclient-services/src/Google/Service/StreetViewPublish.phpnu[ * Publishes 360 photos to Google Maps, along with position, orientation, and * connectivity metadata. Apps can offer an interface for positioning, * connecting, and uploading user-generated Street View images.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_StreetViewPublish extends Google_Service { /** Publish and manage your 360 photos on Google Street View. */ const STREETVIEWPUBLISH = "https://www.googleapis.com/auth/streetviewpublish"; public $photo; public $photos; /** * Constructs the internal representation of the StreetViewPublish service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://streetviewpublish.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'streetviewpublish'; $this->photo = new Google_Service_StreetViewPublish_Resource_Photo( $this, $this->serviceName, 'photo', array( 'methods' => array( 'create' => array( 'path' => 'v1/photo', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/photo/{photoId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'photoId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/photo/{photoId}', 'httpMethod' => 'GET', 'parameters' => array( 'photoId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'startUpload' => array( 'path' => 'v1/photo:startUpload', 'httpMethod' => 'POST', 'parameters' => array(), ),'update' => array( 'path' => 'v1/photo/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->photos = new Google_Service_StreetViewPublish_Resource_Photos( $this, $this->serviceName, 'photos', array( 'methods' => array( 'batchDelete' => array( 'path' => 'v1/photos:batchDelete', 'httpMethod' => 'POST', 'parameters' => array(), ),'batchGet' => array( 'path' => 'v1/photos:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'photoIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'batchUpdate' => array( 'path' => 'v1/photos:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'v1/photos', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK( Zo\HH\vendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeHeadCursorResponse.phpnu[headCursor = $headCursor; } /** * @return Google_Service_PubsubLite_Cursor */ public function getHeadCursor() { return $this->headCursor; } } PK( Z@d``Rvendor/google/apiclient-services/src/Google/Service/PubsubLite/PartitionConfig.phpnu[capacity = $capacity; } /** * @return Google_Service_PubsubLite_Capacity */ public function getCapacity() { return $this->capacity; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } } PK( Z4rp_vendor/google/apiclient-services/src/Google/Service/PubsubLite/ListPartitionCursorsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PubsubLite_PartitionCursor[] */ public function setPartitionCursors($partitionCursors) { $this->partitionCursors = $partitionCursors; } /** * @return Google_Service_PubsubLite_PartitionCursor[] */ public function getPartitionCursors() { return $this->partitionCursors; } } PK( Z#_Rvendor/google/apiclient-services/src/Google/Service/PubsubLite/PartitionCursor.phpnu[cursor = $cursor; } /** * @return Google_Service_PubsubLite_Cursor */ public function getCursor() { return $this->cursor; } public function setPartition($partition) { $this->partition = $partition; } public function getPartition() { return $this->partition; } } PK( Z՗}}avendor/google/apiclient-services/src/Google/Service/PubsubLite/ListTopicSubscriptionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSubscriptions($subscriptions) { $this->subscriptions = $subscriptions; } public function getSubscriptions() { return $this->subscriptions; } } PK( Z33Ivendor/google/apiclient-services/src/Google/Service/PubsubLite/Cursor.phpnu[offset = $offset; } public function getOffset() { return $this->offset; } } PK( ZnhMdUvendor/google/apiclient-services/src/Google/Service/PubsubLite/ListTopicsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PubsubLite_Topic[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return Google_Service_PubsubLite_Topic[] */ public function getTopics() { return $this->topics; } } PK( Za^kkKvendor/google/apiclient-services/src/Google/Service/PubsubLite/Capacity.phpnu[publishMibPerSec = $publishMibPerSec; } public function getPublishMibPerSec() { return $this->publishMibPerSec; } public function setSubscribeMibPerSec($subscribeMibPerSec) { $this->subscribeMibPerSec = $subscribeMibPerSec; } public function getSubscribeMibPerSec() { return $this->subscribeMibPerSec; } } PK( Z>[[\vendor/google/apiclient-services/src/Google/Service/PubsubLite/ListSubscriptionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PubsubLite_Subscription[] */ public function setSubscriptions($subscriptions) { $this->subscriptions = $subscriptions; } /** * @return Google_Service_PubsubLite_Subscription[] */ public function getSubscriptions() { return $this->subscriptions; } } PK( Z6$ mvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStatsProjectsLocationsTopics.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $topics = $pubsubliteService->topics; * */ class Google_Service_PubsubLite_Resource_TopicStatsProjectsLocationsTopics extends Google_Service_Resource { /** * Compute the head cursor for the partition. The head cursor's offset is * guaranteed to be less than or equal to all messages which have not yet been * acknowledged as published, and greater than the offset of any message whose * publish has already been acknowledged. It is zero if there have never been * messages in the partition. (topics.computeHeadCursor) * * @param string $topic Required. The topic for which we should compute the head * cursor. * @param Google_Service_PubsubLite_ComputeHeadCursorRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_ComputeHeadCursorResponse */ public function computeHeadCursor($topic, Google_Service_PubsubLite_ComputeHeadCursorRequest $postBody, $optParams = array()) { $params = array('topic' => $topic, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('computeHeadCursor', array($params), "Google_Service_PubsubLite_ComputeHeadCursorResponse"); } /** * Compute statistics about a range of messages in a given topic and partition. * (topics.computeMessageStats) * * @param string $topic Required. The topic for which we should compute message * stats. * @param Google_Service_PubsubLite_ComputeMessageStatsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_ComputeMessageStatsResponse */ public function computeMessageStats($topic, Google_Service_PubsubLite_ComputeMessageStatsRequest $postBody, $optParams = array()) { $params = array('topic' => $topic, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('computeMessageStats', array($params), "Google_Service_PubsubLite_ComputeMessageStatsResponse"); } } PK( Zpvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjectsLocationsSubscriptions.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $subscriptions = $pubsubliteService->subscriptions; * */ class Google_Service_PubsubLite_Resource_CursorProjectsLocationsSubscriptions extends Google_Service_Resource { } PK( Z"5--ovendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocationsSubscriptions.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $subscriptions = $pubsubliteService->subscriptions; * */ class Google_Service_PubsubLite_Resource_AdminProjectsLocationsSubscriptions extends Google_Service_Resource { /** * Creates a new subscription. (subscriptions.create) * * @param string $parent Required. The parent location in which to create the * subscription. Structured like * `projects/{project_number}/locations/{location}`. * @param Google_Service_PubsubLite_Subscription $postBody * @param array $optParams Optional parameters. * * @opt_param bool skipBacklog If true, the newly created subscription will only * receive messages published after the subscription was created. Otherwise, the * entire message backlog will be received on the subscription. Defaults to * false. * @opt_param string subscriptionId Required. The ID to use for the * subscription, which will become the final component of the subscription's * name. This value is structured like: `my-sub-name`. * @return Google_Service_PubsubLite_Subscription */ public function create($parent, Google_Service_PubsubLite_Subscription $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PubsubLite_Subscription"); } /** * Deletes the specified subscription. (subscriptions.delete) * * @param string $name Required. The name of the subscription to delete. * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_PubsubliteEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_PubsubLite_PubsubliteEmpty"); } /** * Returns the subscription configuration. (subscriptions.get) * * @param string $name Required. The name of the subscription whose * configuration to return. * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_Subscription */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PubsubLite_Subscription"); } /** * Returns the list of subscriptions for the given project. * (subscriptions.listAdminProjectsLocationsSubscriptions) * * @param string $parent Required. The parent whose subscriptions are to be * listed. Structured like `projects/{project_number}/locations/{location}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of subscriptions to return. The * service may return fewer than this value. If unset or zero, all subscriptions * for the parent will be returned. * @opt_param string pageToken A page token, received from a previous * `ListSubscriptions` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListSubscriptions` must match * the call that provided the page token. * @return Google_Service_PubsubLite_ListSubscriptionsResponse */ public function listAdminProjectsLocationsSubscriptions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PubsubLite_ListSubscriptionsResponse"); } /** * Updates properties of the specified subscription. (subscriptions.patch) * * @param string $name The name of the subscription. Structured like: projects/{ * project_number}/locations/{location}/subscriptions/{subscription_id} * @param Google_Service_PubsubLite_Subscription $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A mask specifying the subscription * fields to change. * @return Google_Service_PubsubLite_Subscription */ public function patch($name, Google_Service_PubsubLite_Subscription $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_PubsubLite_Subscription"); } } PK( Z!nnRvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/Cursor.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $cursor = $pubsubliteService->cursor; * */ class Google_Service_PubsubLite_Resource_Cursor extends Google_Service_Resource { } PK( Z鷥^vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStatsProjects.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $projects = $pubsubliteService->projects; * */ class Google_Service_PubsubLite_Resource_TopicStatsProjects extends Google_Service_Resource { } PK( Z7n,,hvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocationsTopics.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $topics = $pubsubliteService->topics; * */ class Google_Service_PubsubLite_Resource_AdminProjectsLocationsTopics extends Google_Service_Resource { /** * Creates a new topic. (topics.create) * * @param string $parent Required. The parent location in which to create the * topic. Structured like `projects/{project_number}/locations/{location}`. * @param Google_Service_PubsubLite_Topic $postBody * @param array $optParams Optional parameters. * * @opt_param string topicId Required. The ID to use for the topic, which will * become the final component of the topic's name. This value is structured * like: `my-topic-name`. * @return Google_Service_PubsubLite_Topic */ public function create($parent, Google_Service_PubsubLite_Topic $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PubsubLite_Topic"); } /** * Deletes the specified topic. (topics.delete) * * @param string $name Required. The name of the topic to delete. * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_PubsubliteEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_PubsubLite_PubsubliteEmpty"); } /** * Returns the topic configuration. (topics.get) * * @param string $name Required. The name of the topic whose configuration to * return. * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_Topic */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PubsubLite_Topic"); } /** * Returns the partition information for the requested topic. * (topics.getPartitions) * * @param string $name Required. The topic whose partition information to * return. * @param array $optParams Optional parameters. * @return Google_Service_PubsubLite_TopicPartitions */ public function getPartitions($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getPartitions', array($params), "Google_Service_PubsubLite_TopicPartitions"); } /** * Returns the list of topics for the given project. * (topics.listAdminProjectsLocationsTopics) * * @param string $parent Required. The parent whose topics are to be listed. * Structured like `projects/{project_number}/locations/{location}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of topics to return. The service * may return fewer than this value. If unset or zero, all topics for the parent * will be returned. * @opt_param string pageToken A page token, received from a previous * `ListTopics` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListTopics` must match the call * that provided the page token. * @return Google_Service_PubsubLite_ListTopicsResponse */ public function listAdminProjectsLocationsTopics($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PubsubLite_ListTopicsResponse"); } /** * Updates properties of the specified topic. (topics.patch) * * @param string $name The name of the topic. Structured like: * projects/{project_number}/locations/{location}/topics/{topic_id} * @param Google_Service_PubsubLite_Topic $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A mask specifying the topic fields to * change. * @return Google_Service_PubsubLite_Topic */ public function patch($name, Google_Service_PubsubLite_Topic $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_PubsubLite_Topic"); } } PK( ZP(9bvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocations.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $locations = $pubsubliteService->locations; * */ class Google_Service_PubsubLite_Resource_AdminProjectsLocations extends Google_Service_Resource { } PK( Z.jjQvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/Admin.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $admin = $pubsubliteService->admin; * */ class Google_Service_PubsubLite_Resource_Admin extends Google_Service_Resource { } PK( Zllwvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjectsLocationsSubscriptionsCursors.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $cursors = $pubsubliteService->cursors; * */ class Google_Service_PubsubLite_Resource_CursorProjectsLocationsSubscriptionsCursors extends Google_Service_Resource { /** * Returns all committed cursor information for a subscription. * (cursors.listCursorProjectsLocationsSubscriptionsCursors) * * @param string $parent Required. The subscription for which to retrieve * cursors. Structured like `projects/{project_number}/locations/{location}/subs * criptions/{subscription_id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of cursors to return. The service * may return fewer than this value. If unset or zero, all cursors for the * parent will be returned. * @opt_param string pageToken A page token, received from a previous * `ListPartitionCursors` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListPartitionCursors` must * match the call that provided the page token. * @return Google_Service_PubsubLite_ListPartitionCursorsResponse */ public function listCursorProjectsLocationsSubscriptionsCursors($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PubsubLite_ListPartitionCursorsResponse"); } } PK( Zg~~Vvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStats.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $topicStats = $pubsubliteService->topicStats; * */ class Google_Service_PubsubLite_Resource_TopicStats extends Google_Service_Resource { } PK( Z!gvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStatsProjectsLocations.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $locations = $pubsubliteService->locations; * */ class Google_Service_PubsubLite_Resource_TopicStatsProjectsLocations extends Google_Service_Resource { } PK( Z"fcvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjectsLocations.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $locations = $pubsubliteService->locations; * */ class Google_Service_PubsubLite_Resource_CursorProjectsLocations extends Google_Service_Resource { } PK( ZӤG{{Yvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjects.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $projects = $pubsubliteService->projects; * */ class Google_Service_PubsubLite_Resource_AdminProjects extends Google_Service_Resource { } PK( Z3&&uvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocationsTopicsSubscriptions.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $subscriptions = $pubsubliteService->subscriptions; * */ class Google_Service_PubsubLite_Resource_AdminProjectsLocationsTopicsSubscriptions extends Google_Service_Resource { /** * Lists the subscriptions attached to the specified topic. * (subscriptions.listAdminProjectsLocationsTopicsSubscriptions) * * @param string $name Required. The name of the topic whose subscriptions to * list. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of subscriptions to return. The * service may return fewer than this value. If unset or zero, all subscriptions * for the given topic will be returned. * @opt_param string pageToken A page token, received from a previous * `ListTopicSubscriptions` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListTopicSubscriptions` * must match the call that provided the page token. * @return Google_Service_PubsubLite_ListTopicSubscriptionsResponse */ public function listAdminProjectsLocationsTopicsSubscriptions($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PubsubLite_ListTopicSubscriptionsResponse"); } } PK( Z ||Zvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjects.phpnu[ * $pubsubliteService = new Google_Service_PubsubLite(...); * $projects = $pubsubliteService->projects; * */ class Google_Service_PubsubLite_Resource_CursorProjects extends Google_Service_Resource { } PK( ZX>ZOvendor/google/apiclient-services/src/Google/Service/PubsubLite/Subscription.phpnu[deliveryConfig = $deliveryConfig; } /** * @return Google_Service_PubsubLite_DeliveryConfig */ public function getDeliveryConfig() { return $this->deliveryConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK( Z4Rvendor/google/apiclient-services/src/Google/Service/PubsubLite/PubsubliteEmpty.phpnu[partitionCount = $partitionCount; } public function getPartitionCount() { return $this->partitionCount; } } PK( Z(0Qvendor/google/apiclient-services/src/Google/Service/PubsubLite/DeliveryConfig.phpnu[deliveryRequirement = $deliveryRequirement; } public function getDeliveryRequirement() { return $this->deliveryRequirement; } } PK( Z; Hvendor/google/apiclient-services/src/Google/Service/PubsubLite/Topic.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_PubsubLite_PartitionConfig */ public function setPartitionConfig(Google_Service_PubsubLite_PartitionConfig $partitionConfig) { $this->partitionConfig = $partitionConfig; } /** * @return Google_Service_PubsubLite_PartitionConfig */ public function getPartitionConfig() { return $this->partitionConfig; } /** * @param Google_Service_PubsubLite_RetentionConfig */ public function setRetentionConfig(Google_Service_PubsubLite_RetentionConfig $retentionConfig) { $this->retentionConfig = $retentionConfig; } /** * @return Google_Service_PubsubLite_RetentionConfig */ public function getRetentionConfig() { return $this->retentionConfig; } } PK( Zfa  ^vendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeMessageStatsResponse.phpnu[messageBytes = $messageBytes; } public function getMessageBytes() { return $this->messageBytes; } public function setMessageCount($messageCount) { $this->messageCount = $messageCount; } public function getMessageCount() { return $this->messageCount; } public function setMinimumEventTime($minimumEventTime) { $this->minimumEventTime = $minimumEventTime; } public function getMinimumEventTime() { return $this->minimumEventTime; } public function setMinimumPublishTime($minimumPublishTime) { $this->minimumPublishTime = $minimumPublishTime; } public function getMinimumPublishTime() { return $this->minimumPublishTime; } } PK( Z.4%%Rvendor/google/apiclient-services/src/Google/Service/PubsubLite/RetentionConfig.phpnu[perPartitionBytes = $perPartitionBytes; } public function getPerPartitionBytes() { return $this->perPartitionBytes; } public function setPeriod($period) { $this->period = $period; } public function getPeriod() { return $this->period; } } PK( ZZC]vendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeMessageStatsRequest.phpnu[endCursor = $endCursor; } /** * @return Google_Service_PubsubLite_Cursor */ public function getEndCursor() { return $this->endCursor; } public function setPartition($partition) { $this->partition = $partition; } public function getPartition() { return $this->partition; } /** * @param Google_Service_PubsubLite_Cursor */ public function setStartCursor(Google_Service_PubsubLite_Cursor $startCursor) { $this->startCursor = $startCursor; } /** * @return Google_Service_PubsubLite_Cursor */ public function getStartCursor() { return $this->startCursor; } } PK( Z ZZ[vendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeHeadCursorRequest.phpnu[partition = $partition; } public function getPartition() { return $this->partition; } } PK( Z=S*jvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptorMetadata.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK( Z.pvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1RefreshConsumerResponse.phpnu[additionalBindings = $additionalBindings; } /** * @return Google_Service_ServiceConsumerManagement_HttpRule[] */ public function getAdditionalBindings() { return $this->additionalBindings; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } /** * @param Google_Service_ServiceConsumerManagement_CustomHttpPattern */ public function setCustom(Google_Service_ServiceConsumerManagement_CustomHttpPattern $custom) { $this->custom = $custom; } /** * @return Google_Service_ServiceConsumerManagement_CustomHttpPattern */ public function getCustom() { return $this->custom; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } public function setGet($get) { $this->get = $get; } public function getGet() { return $this->get; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPost($post) { $this->post = $post; } public function getPost() { return $this->post; } public function setPut($put) { $this->put = $put; } public function getPut() { return $this->put; } public function setResponseBody($responseBody) { $this->responseBody = $responseBody; } public function getResponseBody() { return $this->responseBody; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( Z%L L Wvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Field.phpnu[cardinality = $cardinality; } public function getCardinality() { return $this->cardinality; } public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } /** * @param Google_Service_ServiceConsumerManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceConsumerManagement_Option[] */ public function getOptions() { return $this->options; } public function setPacked($packed) { $this->packed = $packed; } public function getPacked() { return $this->packed; } public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } } PK( Z{avendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK( Z|2pvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1DisableConsumerResponse.phpnu[policyBindings = $policyBindings; } /** * @return Google_Service_ServiceConsumerManagement_PolicyBinding[] */ public function getPolicyBindings() { return $this->policyBindings; } } PK( Z][vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/EnumValue.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_ServiceConsumerManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceConsumerManagement_Option[] */ public function getOptions() { return $this->options; } } PK( Z$U[}vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1BatchCreateProducerOverridesResponse.phpnu[overrides = $overrides; } /** * @return Google_Service_ServiceConsumerManagement_V1Beta1QuotaOverride[] */ public function getOverrides() { return $this->overrides; } } PK( ZINlldvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK( ZFsErvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1GenerateServiceAccountResponse.phpnu[account = $account; } /** * @return Google_Service_ServiceConsumerManagement_V1ServiceAccount */ public function getAccount() { return $this->account; } } PK( Zjo*fvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceAccountConfig.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setTenantProjectRoles($tenantProjectRoles) { $this->tenantProjectRoles = $tenantProjectRoles; } public function getTenantProjectRoles() { return $this->tenantProjectRoles; } } PK( ZIOO[vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UsageRule.phpnu[allowUnregisteredCalls = $allowUnregisteredCalls; } public function getAllowUnregisteredCalls() { return $this->allowUnregisteredCalls; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } public function setSkipServiceControl($skipServiceControl) { $this->skipServiceControl = $skipServiceControl; } public function getSkipServiceControl() { return $this->skipServiceControl; } } PK( Zv]vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/JwtLocation.phpnu[header = $header; } public function getHeader() { return $this->header; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setValuePrefix($valuePrefix) { $this->valuePrefix = $valuePrefix; } public function getValuePrefix() { return $this->valuePrefix; } } PK( Zovendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1EnableConsumerResponse.phpnu[adminOverrideAncestor = $adminOverrideAncestor; } public function getAdminOverrideAncestor() { return $this->adminOverrideAncestor; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOverrideValue($overrideValue) { $this->overrideValue = $overrideValue; } public function getOverrideValue() { return $this->overrideValue; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK( Z} Vvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Type.phpnu[fields = $fields; } /** * @return Google_Service_ServiceConsumerManagement_Field[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_ServiceConsumerManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceConsumerManagement_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceConsumerManagement_SourceContext */ public function setSourceContext(Google_Service_ServiceConsumerManagement_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceConsumerManagement_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK( Zgg]vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenancyUnit.phpnu[consumer = $consumer; } public function getConsumer() { return $this->consumer; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } /** * @param Google_Service_ServiceConsumerManagement_TenantResource[] */ public function setTenantResources($tenantResources) { $this->tenantResources = $tenantResources; } /** * @return Google_Service_ServiceConsumerManagement_TenantResource[] */ public function getTenantResources() { return $this->tenantResources; } } PK( Z۸kvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DisableConsumerResponse.phpnu[rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_ContextRule[] */ public function getRules() { return $this->rules; } } PK( ZpPZZWvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Usage.phpnu[producerNotificationChannel = $producerNotificationChannel; } public function getProducerNotificationChannel() { return $this->producerNotificationChannel; } public function setRequirements($requirements) { $this->requirements = $requirements; } public function getRequirements() { return $this->requirements; } /** * @param Google_Service_ServiceConsumerManagement_UsageRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_UsageRule[] */ public function getRules() { return $this->rules; } } PK( Zݖlvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ProducerQuotaPolicy.phpnu[container = $container; } public function getContainer() { return $this->container; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPolicyValue($policyValue) { $this->policyValue = $policyValue; } public function getPolicyValue() { return $this->policyValue; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK( Z߂+avendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameter.phpnu[httpHeader = $httpHeader; } public function getHttpHeader() { return $this->httpHeader; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrlQueryParameter($urlQueryParameter) { $this->urlQueryParameter = $urlQueryParameter; } public function getUrlQueryParameter() { return $this->urlQueryParameter; } } PK( ZZQmmYvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Backend.phpnu[rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_BackendRule[] */ public function getRules() { return $this->rules; } } PK( Z5t%  Yvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Billing.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceConsumerManagement_BillingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } } PK( Z[ 3jvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1EnableConsumerResponse.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK( Z\vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricRule.phpnu[metricCosts = $metricCosts; } public function getMetricCosts() { return $this->metricCosts; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( Zaw  svendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1GenerateDefaultIdentityResponse.phpnu[attachStatus = $attachStatus; } public function getAttachStatus() { return $this->attachStatus; } /** * @param Google_Service_ServiceConsumerManagement_V1DefaultIdentity */ public function setIdentity(Google_Service_ServiceConsumerManagement_V1DefaultIdentity $identity) { $this->identity = $identity; } /** * @return Google_Service_ServiceConsumerManagement_V1DefaultIdentity */ public function getIdentity() { return $this->identity; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK( Z]CCnvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UndeleteTenantProjectRequest.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK( ZV zavendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomErrorRule.phpnu[isErrorType = $isErrorType; } public function getIsErrorType() { return $this->isErrorType; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( Z-FXVvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Page.phpnu[content = $content; } public function getContent() { return $this->content; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceConsumerManagement_Page[] */ public function setSubpages($subpages) { $this->subpages = $subpages; } /** * @return Google_Service_ServiceConsumerManagement_Page[] */ public function getSubpages() { return $this->subpages; } } PK( Z垨@ @ \vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/QuotaLimit.phpnu[defaultLimit = $defaultLimit; } public function getDefaultLimit() { return $this->defaultLimit; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFreeTier($freeTier) { $this->freeTier = $freeTier; } public function getFreeTier() { return $this->freeTier; } public function setMaxLimit($maxLimit) { $this->maxLimit = $maxLimit; } public function getMaxLimit() { return $this->maxLimit; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK( Zf5hvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CancelOperationRequest.phpnu[billingAccount = $billingAccount; } public function getBillingAccount() { return $this->billingAccount; } } PK( ZXvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Option.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z ~--Yvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Service.phpnu[apis = $apis; } /** * @return Google_Service_ServiceConsumerManagement_Api[] */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceConsumerManagement_Authentication */ public function setAuthentication(Google_Service_ServiceConsumerManagement_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceConsumerManagement_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceConsumerManagement_Backend */ public function setBackend(Google_Service_ServiceConsumerManagement_Backend $backend) { $this->backend = $backend; } /** * @return Google_Service_ServiceConsumerManagement_Backend */ public function getBackend() { return $this->backend; } /** * @param Google_Service_ServiceConsumerManagement_Billing */ public function setBilling(Google_Service_ServiceConsumerManagement_Billing $billing) { $this->billing = $billing; } /** * @return Google_Service_ServiceConsumerManagement_Billing */ public function getBilling() { return $this->billing; } public function setConfigVersion($configVersion) { $this->configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_ServiceConsumerManagement_Context */ public function setContext(Google_Service_ServiceConsumerManagement_Context $context) { $this->context = $context; } /** * @return Google_Service_ServiceConsumerManagement_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_ServiceConsumerManagement_Control */ public function setControl(Google_Service_ServiceConsumerManagement_Control $control) { $this->control = $control; } /** * @return Google_Service_ServiceConsumerManagement_Control */ public function getControl() { return $this->control; } /** * @param Google_Service_ServiceConsumerManagement_CustomError */ public function setCustomError(Google_Service_ServiceConsumerManagement_CustomError $customError) { $this->customError = $customError; } /** * @return Google_Service_ServiceConsumerManagement_CustomError */ public function getCustomError() { return $this->customError; } /** * @param Google_Service_ServiceConsumerManagement_Documentation */ public function setDocumentation(Google_Service_ServiceConsumerManagement_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceConsumerManagement_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceConsumerManagement_Endpoint[] */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceConsumerManagement_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceConsumerManagement_Enum[] */ public function setEnums($enums) { $this->enums = $enums; } /** * @return Google_Service_ServiceConsumerManagement_Enum[] */ public function getEnums() { return $this->enums; } /** * @param Google_Service_ServiceConsumerManagement_Http */ public function setHttp(Google_Service_ServiceConsumerManagement_Http $http) { $this->http = $http; } /** * @return Google_Service_ServiceConsumerManagement_Http */ public function getHttp() { return $this->http; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ServiceConsumerManagement_Logging */ public function setLogging(Google_Service_ServiceConsumerManagement_Logging $logging) { $this->logging = $logging; } /** * @return Google_Service_ServiceConsumerManagement_Logging */ public function getLogging() { return $this->logging; } /** * @param Google_Service_ServiceConsumerManagement_LogDescriptor[] */ public function setLogs($logs) { $this->logs = $logs; } /** * @return Google_Service_ServiceConsumerManagement_LogDescriptor[] */ public function getLogs() { return $this->logs; } /** * @param Google_Service_ServiceConsumerManagement_MetricDescriptor[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ServiceConsumerManagement_MetricDescriptor[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ServiceConsumerManagement_MonitoredResourceDescriptor[] */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceConsumerManagement_MonitoredResourceDescriptor[] */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceConsumerManagement_Monitoring */ public function setMonitoring(Google_Service_ServiceConsumerManagement_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceConsumerManagement_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } /** * @param Google_Service_ServiceConsumerManagement_Quota */ public function setQuota(Google_Service_ServiceConsumerManagement_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceConsumerManagement_Quota */ public function getQuota() { return $this->quota; } /** * @param Google_Service_ServiceConsumerManagement_SourceInfo */ public function setSourceInfo(Google_Service_ServiceConsumerManagement_SourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return Google_Service_ServiceConsumerManagement_SourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } /** * @param Google_Service_ServiceConsumerManagement_SystemParameters */ public function setSystemParameters(Google_Service_ServiceConsumerManagement_SystemParameters $systemParameters) { $this->systemParameters = $systemParameters; } /** * @return Google_Service_ServiceConsumerManagement_SystemParameters */ public function getSystemParameters() { return $this->systemParameters; } /** * @param Google_Service_ServiceConsumerManagement_Type[] */ public function setSystemTypes($systemTypes) { $this->systemTypes = $systemTypes; } /** * @return Google_Service_ServiceConsumerManagement_Type[] */ public function getSystemTypes() { return $this->systemTypes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceConsumerManagement_Type[] */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_ServiceConsumerManagement_Type[] */ public function getTypes() { return $this->types; } /** * @param Google_Service_ServiceConsumerManagement_Usage */ public function setUsage(Google_Service_ServiceConsumerManagement_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceConsumerManagement_Usage */ public function getUsage() { return $this->usage; } } PK( ZHs]vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ContextRule.phpnu[allowedRequestExtensions = $allowedRequestExtensions; } public function getAllowedRequestExtensions() { return $this->allowedRequestExtensions; } public function setAllowedResponseExtensions($allowedResponseExtensions) { $this->allowedResponseExtensions = $allowedResponseExtensions; } public function getAllowedResponseExtensions() { return $this->allowedResponseExtensions; } public function setProvided($provided) { $this->provided = $provided; } public function getProvided() { return $this->provided; } public function setRequested($requested) { $this->requested = $requested; } public function getRequested() { return $this->requested; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( ZD bvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceConsumerManagement_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceConsumerManagement_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } /** * @param Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata */ public function setMetadata(Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setMonitoredResourceTypes($monitoredResourceTypes) { $this->monitoredResourceTypes = $monitoredResourceTypes; } public function getMonitoredResourceTypes() { return $this->monitoredResourceTypes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK( Ze11ovendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/ServicesTenancyUnits.phpnu[ * $serviceconsumermanagementService = new Google_Service_ServiceConsumerManagement(...); * $tenancyUnits = $serviceconsumermanagementService->tenancyUnits; * */ class Google_Service_ServiceConsumerManagement_Resource_ServicesTenancyUnits extends Google_Service_Resource { /** * Add a new tenant project to the tenancy unit. There can be a maximum of 1024 * tenant projects in a tenancy unit. If there are previously failed * `AddTenantProject` calls, you might need to call `RemoveTenantProject` first * to resolve them before you can make another call to `AddTenantProject` with * the same tag. Operation. (tenancyUnits.addProject) * * @param string $parent Required. Name of the tenancy unit. Such as * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. * @param Google_Service_ServiceConsumerManagement_AddTenantProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function addProject($parent, Google_Service_ServiceConsumerManagement_AddTenantProjectRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Apply a configuration to an existing tenant project. This project must exist * in an active state and have the original owner account. The caller must have * permission to add a project to the given tenancy unit. The configuration is * applied, but any existing settings on the project aren't modified. Specified * policy bindings are applied. Existing bindings aren't modified. Specified * services are activated. No service is deactivated. If specified, new billing * configuration is applied. Omit a billing configuration to keep the existing * one. A service account in the project is created if previously non existed. * Specified labels will be appended to tenant project, note that the value of * existing label key will be updated if the same label key is requested. The * specified folder is ignored, as moving a tenant project to a different folder * isn't supported. The operation fails if any of the steps fail, but no * rollback of already applied configuration changes is attempted. Operation. * (tenancyUnits.applyProjectConfig) * * @param string $name Required. Name of the tenancy unit. Such as * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. * @param Google_Service_ServiceConsumerManagement_ApplyTenantProjectConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function applyProjectConfig($name, Google_Service_ServiceConsumerManagement_ApplyTenantProjectConfigRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('applyProjectConfig', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Attach an existing project to the tenancy unit as a new tenant resource. The * project could either be the tenant project reserved by calling * `AddTenantProject` under a tenancy unit of a service producer's project of a * managed service, or from a separate project. The caller is checked against a * set of permissions as if calling `AddTenantProject` on the same service * consumer. To trigger the attachment, the targeted tenant project must be in a * folder. Make sure the ServiceConsumerManagement service account is the owner * of that project. These two requirements are already met if the project is * reserved by calling `AddTenantProject`. Operation. * (tenancyUnits.attachProject) * * @param string $name Required. Name of the tenancy unit that the project will * be attached to. Such as * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. * @param Google_Service_ServiceConsumerManagement_AttachTenantProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function attachProject($name, Google_Service_ServiceConsumerManagement_AttachTenantProjectRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attachProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Creates a tenancy unit with no tenant resources. If tenancy unit already * exists, it will be returned, however, in this case, returned TenancyUnit does * not have tenant_resources field set and ListTenancyUnits has to be used to * get a complete TenancyUnit with all fields populated. (tenancyUnits.create) * * @param string $parent Required. services/{service}/{collection id}/{resource * id} {collection id} is the cloud resource collection type representing the * service consumer, for example 'projects', or 'organizations'. {resource id} * is the consumer numeric id, such as project number: '123456'. {service} the * name of a managed service, such as 'service.googleapis.com'. Enables service * binding using the new tenancy unit. * @param Google_Service_ServiceConsumerManagement_CreateTenancyUnitRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_TenancyUnit */ public function create($parent, Google_Service_ServiceConsumerManagement_CreateTenancyUnitRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceConsumerManagement_TenancyUnit"); } /** * Delete a tenancy unit. Before you delete the tenancy unit, there should be no * tenant resources in it that aren't in a DELETED state. Operation. * (tenancyUnits.delete) * * @param string $name Required. Name of the tenancy unit to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Deletes the specified project resource identified by a tenant resource tag. * The mothod removes a project lien with a 'TenantManager' origin if that was * added. It will then attempt to delete the project. If that operation fails, * this method also fails. After the project has been deleted, the tenant * resource state is set to DELETED. To permanently remove resource metadata, * call the `RemoveTenantProject` method. New resources with the same tag can't * be added if there are existing resources in a DELETED state. Operation. * (tenancyUnits.deleteProject) * * @param string $name Required. Name of the tenancy unit. Such as * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. * @param Google_Service_ServiceConsumerManagement_DeleteTenantProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function deleteProject($name, Google_Service_ServiceConsumerManagement_DeleteTenantProjectRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Find the tenancy unit for a managed service and service consumer. This method * shouldn't be used in a service producer's runtime path, for example to find * the tenant project number when creating VMs. Service producers must persist * the tenant project's information after the project is created. * (tenancyUnits.listServicesTenancyUnits) * * @param string $parent Required. Managed service and service consumer. * Required. services/{service}/{collection id}/{resource id} {collection id} is * the cloud resource collection type representing the service consumer, for * example 'projects', or 'organizations'. {resource id} is the consumer numeric * id, such as project number: '123456'. {service} the name of a service, such * as 'service.googleapis.com'. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression over tenancy resources * field. Optional. * @opt_param int pageSize Optional. The maximum number of results returned by * this request. * @opt_param string pageToken Optional. The continuation token, which is used * to page through large result sets. To get the next page of results, set this * parameter to the value of `nextPageToken` from the previous response. * @return Google_Service_ServiceConsumerManagement_ListTenancyUnitsResponse */ public function listServicesTenancyUnits($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceConsumerManagement_ListTenancyUnitsResponse"); } /** * Removes the specified project resource identified by a tenant resource tag. * The method removes the project lien with 'TenantManager' origin if that was * added. It then attempts to delete the project. If that operation fails, this * method also fails. Calls to remove already removed or non-existent tenant * project succeed. After the project has been deleted, or if was already in a * DELETED state, resource metadata is permanently removed from the tenancy * unit. Operation. (tenancyUnits.removeProject) * * @param string $name Required. Name of the tenancy unit. Such as * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. * @param Google_Service_ServiceConsumerManagement_RemoveTenantProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function removeProject($name, Google_Service_ServiceConsumerManagement_RemoveTenantProjectRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Attempts to undelete a previously deleted tenant project. The project must be * in a DELETED state. There are no guarantees that an undeleted project will be * in a fully restored and functional state. Call the `ApplyTenantProjectConfig` * method to update its configuration and then validate all managed service * resources. Operation. (tenancyUnits.undeleteProject) * * @param string $name Required. Name of the tenancy unit. Such as * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. * @param Google_Service_ServiceConsumerManagement_UndeleteTenantProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function undeleteProject($name, Google_Service_ServiceConsumerManagement_UndeleteTenantProjectRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undeleteProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } } PK( Z@ cvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.phpnu[ * $serviceconsumermanagementService = new Google_Service_ServiceConsumerManagement(...); * $services = $serviceconsumermanagementService->services; * */ class Google_Service_ServiceConsumerManagement_Resource_Services extends Google_Service_Resource { /** * Search tenancy units for a managed service. (services.search) * * @param string $parent Required. Service for which search is performed. * services/{service} {service} the name of a service, for example * 'service.googleapis.com'. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results returned by * this request. Currently, the default maximum is set to 1000. If `page_size` * isn't provided or the size provided is a number larger than 1000, it's * automatically set to 1000. * @opt_param string pageToken Optional. The continuation token, which is used * to page through large result sets. To get the next page of results, set this * parameter to the value of `nextPageToken` from the previous response. * @opt_param string query Optional. Set a query `{expression}` for querying * tenancy units. Your `{expression}` must be in the format: * `field_name=literal_string`. The `field_name` is the name of the field you * want to compare. Supported fields are `tenant_resources.tag` and * `tenant_resources.resource`. For example, to search tenancy units that * contain at least one tenant resource with a given tag 'xyz', use the query * `tenant_resources.tag=xyz`. To search tenancy units that contain at least one * tenant resource with a given resource name 'projects/123456', use the query * `tenant_resources.resource=projects/123456`. Multiple expressions can be * joined with `AND`s. Tenancy units must match all expressions to be included * in the result set. For example, `tenant_resources.tag=xyz AND * tenant_resources.resource=projects/123456` * @return Google_Service_ServiceConsumerManagement_SearchTenancyUnitsResponse */ public function search($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_ServiceConsumerManagement_SearchTenancyUnitsResponse"); } } PK( Z evendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Operations.phpnu[ * $serviceconsumermanagementService = new Google_Service_ServiceConsumerManagement(...); * $operations = $serviceconsumermanagementService->operations; * */ class Google_Service_ServiceConsumerManagement_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_ServiceConsumerManagement_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty */ public function cancel($name, Google_Service_ServiceConsumerManagement_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_ServiceConsumerManagement_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceConsumerManagement_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ServiceConsumerManagement_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceConsumerManagement_ListOperationsResponse"); } } PK( Z1<_WW_vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceContext.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } } PK( Z!m?  _vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/PolicyBinding.phpnu[members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK( ZKM M ]vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BackendRule.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setDeadline($deadline) { $this->deadline = $deadline; } public function getDeadline() { return $this->deadline; } public function setDisableAuth($disableAuth) { $this->disableAuth = $disableAuth; } public function getDisableAuth() { return $this->disableAuth; } public function setJwtAudience($jwtAudience) { $this->jwtAudience = $jwtAudience; } public function getJwtAudience() { return $this->jwtAudience; } public function setMinDeadline($minDeadline) { $this->minDeadline = $minDeadline; } public function getMinDeadline() { return $this->minDeadline; } public function setOperationDeadline($operationDeadline) { $this->operationDeadline = $operationDeadline; } public function getOperationDeadline() { return $this->operationDeadline; } public function setPathTranslation($pathTranslation) { $this->pathTranslation = $pathTranslation; } public function getPathTranslation() { return $this->pathTranslation; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( Zέlvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SearchTenancyUnitsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceConsumerManagement_TenancyUnit[] */ public function setTenancyUnits($tenancyUnits) { $this->tenancyUnits = $tenancyUnits; } /** * @return Google_Service_ServiceConsumerManagement_TenancyUnit[] */ public function getTenancyUnits() { return $this->tenancyUnits; } } PK( Z*dVvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Http.phpnu[fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; } public function getFullyDecodeReservedExpansion() { return $this->fullyDecodeReservedExpansion; } /** * @param Google_Service_ServiceConsumerManagement_HttpRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_HttpRule[] */ public function getRules() { return $this->rules; } } PK( Z ^rAAlvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DeleteTenantProjectRequest.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK( Z3WWdvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthenticationRule.phpnu[allowWithoutCredential = $allowWithoutCredential; } public function getAllowWithoutCredential() { return $this->allowWithoutCredential; } /** * @param Google_Service_ServiceConsumerManagement_OAuthRequirements */ public function setOauth(Google_Service_ServiceConsumerManagement_OAuthRequirements $oauth) { $this->oauth = $oauth; } /** * @return Google_Service_ServiceConsumerManagement_OAuthRequirements */ public function getOauth() { return $this->oauth; } /** * @param Google_Service_ServiceConsumerManagement_AuthRequirement[] */ public function setRequirements($requirements) { $this->requirements = $requirements; } /** * @return Google_Service_ServiceConsumerManagement_AuthRequirement[] */ public function getRequirements() { return $this->requirements; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( Z/`00Yvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Logging.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceConsumerManagement_LoggingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } /** * @param Google_Service_ServiceConsumerManagement_LoggingDestination[] */ public function setProducerDestinations($producerDestinations) { $this->producerDestinations = $producerDestinations; } /** * @return Google_Service_ServiceConsumerManagement_LoggingDestination[] */ public function getProducerDestinations() { return $this->producerDestinations; } } PK( Z@avendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthRequirement.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK( Z(h|jvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CreateTenancyUnitRequest.phpnu[tenancyUnitId = $tenancyUnitId; } public function getTenancyUnitId() { return $this->tenancyUnitId; } } PK( ZڛY^vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthProvider.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setAuthorizationUrl($authorizationUrl) { $this->authorizationUrl = $authorizationUrl; } public function getAuthorizationUrl() { return $this->authorizationUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setJwksUri($jwksUri) { $this->jwksUri = $jwksUri; } public function getJwksUri() { return $this->jwksUri; } /** * @param Google_Service_ServiceConsumerManagement_JwtLocation[] */ public function setJwtLocations($jwtLocations) { $this->jwtLocations = $jwtLocations; } /** * @return Google_Service_ServiceConsumerManagement_JwtLocation[] */ public function getJwtLocations() { return $this->jwtLocations; } } PK( Zn VEE\vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Monitoring.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceConsumerManagement_MonitoringDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } /** * @param Google_Service_ServiceConsumerManagement_MonitoringDestination[] */ public function setProducerDestinations($producerDestinations) { $this->producerDestinations = $producerDestinations; } /** * @return Google_Service_ServiceConsumerManagement_MonitoringDestination[] */ public function getProducerDestinations() { return $this->producerDestinations; } } PK( Z[bvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameters.phpnu[rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_SystemParameterRule[] */ public function getRules() { return $this->rules; } } PK( ZyVzTTZvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; } public function getAllowCors() { return $this->allowCors; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK( ZFCnlvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AttachTenantProjectRequest.phpnu[externalResource = $externalResource; } public function getExternalResource() { return $this->externalResource; } public function setReservedResource($reservedResource) { $this->reservedResource = $reservedResource; } public function getReservedResource() { return $this->reservedResource; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK( Z/cvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/OAuthRequirements.phpnu[canonicalScopes = $canonicalScopes; } public function getCanonicalScopes() { return $this->canonicalScopes; } } PK( Z}e؉rvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RemoveVisibilityLabelsResponse.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK( Z=Rllqvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ApplyTenantProjectConfigRequest.phpnu[projectConfig = $projectConfig; } /** * @return Google_Service_ServiceConsumerManagement_TenantProjectConfig */ public function getProjectConfig() { return $this->projectConfig; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK( Zd [vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ServiceConsumerManagement_Status */ public function setError(Google_Service_ServiceConsumerManagement_Status $error) { $this->error = $error; } /** * @return Google_Service_ServiceConsumerManagement_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK( Z%cvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DefaultIdentity.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } } PK( ZY==Wvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Quota.phpnu[limits = $limits; } /** * @return Google_Service_ServiceConsumerManagement_QuotaLimit[] */ public function getLimits() { return $this->limits; } /** * @param Google_Service_ServiceConsumerManagement_MetricRule[] */ public function setMetricRules($metricRules) { $this->metricRules = $metricRules; } /** * @return Google_Service_ServiceConsumerManagement_MetricRule[] */ public function getMetricRules() { return $this->metricRules; } } PK( ZtgIXvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Status.phpnu[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; } } PK( Zs2) ) _vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Documentation.phpnu[documentationRootUrl = $documentationRootUrl; } public function getDocumentationRootUrl() { return $this->documentationRootUrl; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } /** * @param Google_Service_ServiceConsumerManagement_Page[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_ServiceConsumerManagement_Page[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_ServiceConsumerManagement_DocumentationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_DocumentationRule[] */ public function getRules() { return $this->rules; } public function setServiceRootUrl($serviceRootUrl) { $this->serviceRootUrl = $serviceRootUrl; } public function getServiceRootUrl() { return $this->serviceRootUrl; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK( Zb\vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceInfo.phpnu[sourceFiles = $sourceFiles; } public function getSourceFiles() { return $this->sourceFiles; } } PK( Z2mvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceConsumerManagement_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceConsumerManagement_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z~xvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1GenerateServiceIdentityResponse.phpnu[identity = $identity; } /** * @return Google_Service_ServiceConsumerManagement_V1Beta1ServiceIdentity */ public function getIdentity() { return $this->identity; } } PK( Zz  hvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ServiceIdentity.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } } PK( Z}lTTdvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LoggingDestination.phpnu[logs = $logs; } public function getLogs() { return $this->logs; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK( ZEpphvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceConsumerManagement_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_ServiceConsumerManagement_Operation[] */ public function getOperations() { return $this->operations; } } PK( ZP|vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerQuotaPoliciesResponse.phpnu[policies = $policies; } /** * @return Google_Service_ServiceConsumerManagement_V1Beta1ProducerQuotaPolicy[] */ public function getPolicies() { return $this->policies; } } PK( Zjvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListTenancyUnitsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceConsumerManagement_TenancyUnit[] */ public function setTenancyUnits($tenancyUnits) { $this->tenancyUnits = $tenancyUnits; } /** * @return Google_Service_ServiceConsumerManagement_TenancyUnit[] */ public function getTenancyUnits() { return $this->tenancyUnits; } } PK( Z}ddivendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AddTenantProjectRequest.phpnu[projectConfig = $projectConfig; } /** * @return Google_Service_ServiceConsumerManagement_TenantProjectConfig */ public function getProjectConfig() { return $this->projectConfig; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK( Z 1ffYvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Control.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK( Z T\\evendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameterRule.phpnu[parameters = $parameters; } /** * @return Google_Service_ServiceConsumerManagement_SystemParameter[] */ public function getParameters() { return $this->parameters; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( ZX {{`vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantResource.phpnu[resource = $resource; } public function getResource() { return $this->resource; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK( ZbY Y Vvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Enum.phpnu[enumvalue = $enumvalue; } /** * @return Google_Service_ServiceConsumerManagement_EnumValue[] */ public function getEnumvalue() { return $this->enumvalue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceConsumerManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceConsumerManagement_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceConsumerManagement_SourceContext */ public function setSourceContext(Google_Service_ServiceConsumerManagement_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceConsumerManagement_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK( Z+"]vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomError.phpnu[rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_CustomErrorRule[] */ public function getRules() { return $this->rules; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } PK( Z]K evendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectConfig.phpnu[billingConfig = $billingConfig; } /** * @return Google_Service_ServiceConsumerManagement_BillingConfig */ public function getBillingConfig() { return $this->billingConfig; } public function setFolder($folder) { $this->folder = $folder; } public function getFolder() { return $this->folder; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_ServiceConsumerManagement_ServiceAccountConfig */ public function setServiceAccountConfig(Google_Service_ServiceConsumerManagement_ServiceAccountConfig $serviceAccountConfig) { $this->serviceAccountConfig = $serviceAccountConfig; } /** * @return Google_Service_ServiceConsumerManagement_ServiceAccountConfig */ public function getServiceAccountConfig() { return $this->serviceAccountConfig; } public function setServices($services) { $this->services = $services; } public function getServices() { return $this->services; } /** * @param Google_Service_ServiceConsumerManagement_TenantProjectPolicy */ public function setTenantProjectPolicy(Google_Service_ServiceConsumerManagement_TenantProjectPolicy $tenantProjectPolicy) { $this->tenantProjectPolicy = $tenantProjectPolicy; } /** * @return Google_Service_ServiceConsumerManagement_TenantProjectPolicy */ public function getTenantProjectPolicy() { return $this->tenantProjectPolicy; } } PK( Z۴oogvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoringDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK( Zcxvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerOverridesResponse.phpnu[overrides = $overrides; } /** * @return Google_Service_ServiceConsumerManagement_V1Beta1QuotaOverride[] */ public function getOverrides() { return $this->overrides; } } PK( Zr r Uvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Api.phpnu[methods = $methods; } /** * @return Google_Service_ServiceConsumerManagement_Method[] */ public function getMethods() { return $this->methods; } /** * @param Google_Service_ServiceConsumerManagement_Mixin[] */ public function setMixins($mixins) { $this->mixins = $mixins; } /** * @return Google_Service_ServiceConsumerManagement_Mixin[] */ public function getMixins() { return $this->mixins; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceConsumerManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceConsumerManagement_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceConsumerManagement_SourceContext */ public function setSourceContext(Google_Service_ServiceConsumerManagement_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceConsumerManagement_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( ZhFF`vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Authentication.phpnu[providers = $providers; } /** * @return Google_Service_ServiceConsumerManagement_AuthProvider[] */ public function getProviders() { return $this->providers; } /** * @param Google_Service_ServiceConsumerManagement_AuthenticationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceConsumerManagement_AuthenticationRule[] */ public function getRules() { return $this->rules; } } PK( ZXw  Xvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Method.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceConsumerManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceConsumerManagement_Option[] */ public function getOptions() { return $this->options; } public function setRequestStreaming($requestStreaming) { $this->requestStreaming = $requestStreaming; } public function getRequestStreaming() { return $this->requestStreaming; } public function setRequestTypeUrl($requestTypeUrl) { $this->requestTypeUrl = $requestTypeUrl; } public function getRequestTypeUrl() { return $this->requestTypeUrl; } public function setResponseStreaming($responseStreaming) { $this->responseStreaming = $responseStreaming; } public function getResponseStreaming() { return $this->responseStreaming; } public function setResponseTypeUrl($responseTypeUrl) { $this->responseTypeUrl = $responseTypeUrl; } public function getResponseTypeUrl() { return $this->responseTypeUrl; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK( Z޾cvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomHttpPattern.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK( Zpvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceconsumermanagementEmpty.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setIamAccountName($iamAccountName) { $this->iamAccountName = $iamAccountName; } public function getIamAccountName() { return $this->iamAccountName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } } PK( Zh_vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LogDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceConsumerManagement_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceConsumerManagement_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z ovendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1AddVisibilityLabelsResponse.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK( ZAWvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Mixin.phpnu[name = $name; } public function getName() { return $this->name; } public function setRoot($root) { $this->root = $root; } public function getRoot() { return $this->root; } } PK( Zkvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RefreshConsumerResponse.phpnu[deprecationDescription = $deprecationDescription; } public function getDeprecationDescription() { return $this->deprecationDescription; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK( Z*Gvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.phpnu[ * Creates and conducts surveys, lists the surveys that an authenticated user * owns, and retrieves survey results and information about specified surveys.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ConsumerSurveys extends Google_Service { /** View and edit your surveys and results. */ const CONSUMERSURVEYS = "https://www.googleapis.com/auth/consumersurveys"; /** View the results for your surveys. */ const CONSUMERSURVEYS_READONLY = "https://www.googleapis.com/auth/consumersurveys.readonly"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $mobileapppanels; public $results; public $surveys; /** * Constructs the internal representation of the ConsumerSurveys service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'consumersurveys/v2/'; $this->version = 'v2'; $this->serviceName = 'consumersurveys'; $this->mobileapppanels = new Google_Service_ConsumerSurveys_Resource_Mobileapppanels( $this, $this->serviceName, 'mobileapppanels', array( 'methods' => array( 'get' => array( 'path' => 'mobileAppPanels/{panelId}', 'httpMethod' => 'GET', 'parameters' => array( 'panelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'mobileAppPanels', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'mobileAppPanels/{panelId}', 'httpMethod' => 'PUT', 'parameters' => array( 'panelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->results = new Google_Service_ConsumerSurveys_Resource_Results( $this, $this->serviceName, 'results', array( 'methods' => array( 'get' => array( 'path' => 'surveys/{surveyUrlId}/results', 'httpMethod' => 'GET', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->surveys = new Google_Service_ConsumerSurveys_Resource_Surveys( $this, $this->serviceName, 'surveys', array( 'methods' => array( 'delete' => array( 'path' => 'surveys/{surveyUrlId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'surveys/{surveyUrlId}', 'httpMethod' => 'GET', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'surveys', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'surveys', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), ), ),'start' => array( 'path' => 'surveys/{resourceId}/start', 'httpMethod' => 'POST', 'parameters' => array( 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'surveys/{resourceId}/stop', 'httpMethod' => 'POST', 'parameters' => array( 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'surveys/{surveyUrlId}', 'httpMethod' => 'PUT', 'parameters' => array( 'surveyUrlId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK( Z Yvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentiment.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setPolarity($polarity) { $this->polarity = $polarity; } public function getPolarity() { return $this->polarity; } } PK( Zйfvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesRequest.phpnu[document = $document; } public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } } PK( ZNNXvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Document.phpnu[content = $content; } public function getContent() { return $this->content; } public function setGcsContentUri($gcsContentUri) { $this->gcsContentUri = $gcsContentUri; } public function getGcsContentUri() { return $this->gcsContentUri; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Zޯ]vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/EntityMention.phpnu[text = $text; } public function getText() { return $this->text; } } PK( Z MXvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/TextSpan.phpnu[beginOffset = $beginOffset; } public function getBeginOffset() { return $this->beginOffset; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } } PK( Z<)hhXvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Features.phpnu[extractDocumentSentiment = $extractDocumentSentiment; } public function getExtractDocumentSentiment() { return $this->extractDocumentSentiment; } public function setExtractEntities($extractEntities) { $this->extractEntities = $extractEntities; } public function getExtractEntities() { return $this->extractEntities; } public function setExtractSyntax($extractSyntax) { $this->extractSyntax = $extractSyntax; } public function getExtractSyntax() { return $this->extractSyntax; } } PK( ZM4^vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/DependencyEdge.phpnu[headTokenIndex = $headTokenIndex; } public function getHeadTokenIndex() { return $this->headTokenIndex; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } } PK( ZVhvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentResponse.phpnu[documentSentiment = $documentSentiment; } public function getDocumentSentiment() { return $this->documentSentiment; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } } PK( ZR  bvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Resource/Documents.phpnu[ * $languageService = new Google_Service_CloudNaturalLanguageAPI(...); * $documents = $languageService->documents; * */ class Google_Service_CloudNaturalLanguageAPI_Resource_Documents extends Google_Service_Resource { /** * Finds named entities (currently finds proper names) in the text, entity * types, salience, mentions for each entity, and other properties. * (documents.analyzeEntities) * * @param Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesResponse */ public function analyzeEntities(Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeEntities', array($params), "Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesResponse"); } /** * Analyzes the sentiment of the provided text. (documents.analyzeSentiment) * * @param Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentResponse */ public function analyzeSentiment(Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeSentiment', array($params), "Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentResponse"); } /** * A convenience method that provides all the features that analyzeSentiment, * analyzeEntities, and analyzeSyntax provide in one call. * (documents.annotateText) * * @param Google_Service_CloudNaturalLanguageAPI_AnnotateTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudNaturalLanguageAPI_AnnotateTextResponse */ public function annotateText(Google_Service_CloudNaturalLanguageAPI_AnnotateTextRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotateText', array($params), "Google_Service_CloudNaturalLanguageAPI_AnnotateTextResponse"); } } PK( Z~cvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextRequest.phpnu[document = $document; } public function getDocument() { return $this->document; } public function setEncodingType($encodingType) { $this->encodingType = $encodingType; } public function getEncodingType() { return $this->encodingType; } public function setFeatures(Google_Service_CloudNaturalLanguageAPI_Features $features) { $this->features = $features; } public function getFeatures() { return $this->features; } } PK( Z.Yn))dvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextResponse.phpnu[documentSentiment = $documentSentiment; } public function getDocumentSentiment() { return $this->documentSentiment; } public function setEntities($entities) { $this->entities = $entities; } public function getEntities() { return $this->entities; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setSentences($sentences) { $this->sentences = $sentences; } public function getSentences() { return $this->sentences; } public function setTokens($tokens) { $this->tokens = $tokens; } public function getTokens() { return $this->tokens; } } PK( ZnVVVvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Entity.phpnu[mentions = $mentions; } public function getMentions() { return $this->mentions; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSalience($salience) { $this->salience = $salience; } public function getSalience() { return $this->salience; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZB5Vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Status.phpnu[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; } } PK( Z_B''Uvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Token.phpnu[dependencyEdge = $dependencyEdge; } public function getDependencyEdge() { return $this->dependencyEdge; } public function setLemma($lemma) { $this->lemma = $lemma; } public function getLemma() { return $this->lemma; } public function setPartOfSpeech(Google_Service_CloudNaturalLanguageAPI_PartOfSpeech $partOfSpeech) { $this->partOfSpeech = $partOfSpeech; } public function getPartOfSpeech() { return $this->partOfSpeech; } public function setText(Google_Service_CloudNaturalLanguageAPI_TextSpan $text) { $this->text = $text; } public function getText() { return $this->text; } } PK( Z% gvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesResponse.phpnu[entities = $entities; } public function getEntities() { return $this->entities; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } } PK( ZȻXvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentence.phpnu[text = $text; } public function getText() { return $this->text; } } PK( Z\0gvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentRequest.phpnu[document = $document; } public function getDocument() { return $this->document; } } PK( Zz8611\vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/PartOfSpeech.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK( Z,|;!;!Evendor/google/apiclient-services/src/Google/Service/Area120Tables.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Area120Tables extends Google_Service { /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; /** View and manage Google Drive files and folders that you have opened or created with this app. */ const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; /** See and download all your Google Drive files. */ const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"; /** See, edit, create, and delete your spreadsheets in Google Drive. */ const SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets"; /** View your Google Spreadsheets. */ const SPREADSHEETS_READONLY = "https://www.googleapis.com/auth/spreadsheets.readonly"; /** See, edit, create, and delete your tables in Tables by Area 120. */ const TABLES = "https://www.googleapis.com/auth/tables"; public $tables; public $tables_rows; public $workspaces; /** * Constructs the internal representation of the Area120Tables service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://area120tables.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha1'; $this->serviceName = 'area120tables'; $this->tables = new Google_Service_Area120Tables_Resource_Tables( $this, $this->serviceName, 'tables', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/tables', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->tables_rows = new Google_Service_Area120Tables_Resource_TablesRows( $this, $this->serviceName, 'rows', array( 'methods' => array( 'batchCreate' => array( 'path' => 'v1alpha1/{+parent}/rows:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchDelete' => array( 'path' => 'v1alpha1/{+parent}/rows:batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchUpdate' => array( 'path' => 'v1alpha1/{+parent}/rows:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1alpha1/{+parent}/rows', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/rows', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->workspaces = new Google_Service_Area120Tables_Resource_Workspaces( $this, $this->serviceName, 'workspaces', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/workspaces', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK( Zy;;@vendor/google/apiclient-services/src/Google/Service/CloudIot.phpnu[ * Registers and manages IoT (Internet of Things) devices that connect to the * Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudIot extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Register and manage devices in the Google Cloud IoT service. */ const CLOUDIOT = "https://www.googleapis.com/auth/cloudiot"; public $projects_locations_registries; public $projects_locations_registries_devices; public $projects_locations_registries_devices_configVersions; public $projects_locations_registries_devices_states; public $projects_locations_registries_groups; public $projects_locations_registries_groups_devices; /** * Constructs the internal representation of the CloudIot service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudiot.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudiot'; $this->projects_locations_registries = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistries( $this, $this->serviceName, 'registries', array( 'methods' => array( 'bindDeviceToGateway' => array( 'path' => 'v1/{+parent}:bindDeviceToGateway', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/registries', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/registries', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unbindDeviceFromGateway' => array( 'path' => 'v1/{+parent}:unbindDeviceFromGateway', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_registries_devices = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'deviceNumIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'gatewayListOptions.associationsDeviceId' => array( 'location' => 'query', 'type' => 'string', ), 'gatewayListOptions.associationsGatewayId' => array( 'location' => 'query', 'type' => 'string', ), 'gatewayListOptions.gatewayType' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modifyCloudToDeviceConfig' => array( 'path' => 'v1/{+name}:modifyCloudToDeviceConfig', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'sendCommandToDevice' => array( 'path' => 'v1/{+name}:sendCommandToDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_registries_devices_configVersions = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesConfigVersions( $this, $this->serviceName, 'configVersions', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/configVersions', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'numVersions' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->projects_locations_registries_devices_states = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesStates( $this, $this->serviceName, 'states', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/states', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'numStates' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->projects_locations_registries_groups = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_registries_groups_devices = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroupsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'deviceNumIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'gatewayListOptions.associationsDeviceId' => array( 'location' => 'query', 'type' => 'string', ), 'gatewayListOptions.associationsGatewayId' => array( 'location' => 'query', 'type' => 'string', ), 'gatewayListOptions.gatewayType' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK( ZeiFvendor/google/apiclient-services/src/Google/Service/ChromeUXReport.phpnu[ * The Chrome UX Report API lets you view real user experience data for millions * of websites.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ChromeUXReport extends Google_Service { public $records; /** * Constructs the internal representation of the ChromeUXReport service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://chromeuxreport.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'chromeuxreport'; $this->records = new Google_Service_ChromeUXReport_Resource_Records( $this, $this->serviceName, 'records', array( 'methods' => array( 'queryRecord' => array( 'path' => 'v1/records:queryRecord', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK( Z[{75Cvendor/google/apiclient-services/src/Google/Service/Manager/Tag.phpnu[fingerPrint = $fingerPrint; } public function getFingerPrint() { return $this->fingerPrint; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } } PK( Z rKvendor/google/apiclient-services/src/Google/Service/Manager/EnvVariable.phpnu[hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZUiVVQvendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModule.phpnu[coolDownPeriodSec = $coolDownPeriodSec; } public function getCoolDownPeriodSec() { return $this->coolDownPeriodSec; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setMaxNumReplicas($maxNumReplicas) { $this->maxNumReplicas = $maxNumReplicas; } public function getMaxNumReplicas() { return $this->maxNumReplicas; } public function setMinNumReplicas($minNumReplicas) { $this->minNumReplicas = $minNumReplicas; } public function getMinNumReplicas() { return $this->minNumReplicas; } public function setSignalType($signalType) { $this->signalType = $signalType; } public function getSignalType() { return $this->signalType; } public function setTargetModule($targetModule) { $this->targetModule = $targetModule; } public function getTargetModule() { return $this->targetModule; } public function setTargetUtilization($targetUtilization) { $this->targetUtilization = $targetUtilization; } public function getTargetUtilization() { return $this->targetUtilization; } } PK( Z*Lvendor/google/apiclient-services/src/Google/Service/Manager/MetadataItem.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z6=jjKvendor/google/apiclient-services/src/Google/Service/Manager/AllowedRule.phpnu[ "IPProtocol", ); public $iPProtocol; public $ports; public function setIPProtocol($iPProtocol) { $this->iPProtocol = $iPProtocol; } public function getIPProtocol() { return $this->iPProtocol; } public function setPorts($ports) { $this->ports = $ports; } public function getPorts() { return $this->ports; } } PK( Z}&A(YYSvendor/google/apiclient-services/src/Google/Service/Manager/NetworkModuleStatus.phpnu[networkUrl = $networkUrl; } public function getNetworkUrl() { return $this->networkUrl; } } PK( ZWvendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModuleStatus.phpnu[autoscalingConfigUrl = $autoscalingConfigUrl; } public function getAutoscalingConfigUrl() { return $this->autoscalingConfigUrl; } } PK( ZyyWvendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModuleStatus.phpnu[healthCheckUrl = $healthCheckUrl; } public function getHealthCheckUrl() { return $this->healthCheckUrl; } } PK( Z$dHQvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParams.phpnu[v1beta1 = $v1beta1; } public function getV1beta1() { return $this->v1beta1; } } PK( Z4gXvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParamsV1Beta1.phpnu[autoRestart = $autoRestart; } public function getAutoRestart() { return $this->autoRestart; } public function setBaseInstanceName($baseInstanceName) { $this->baseInstanceName = $baseInstanceName; } public function getBaseInstanceName() { return $this->baseInstanceName; } public function setCanIpForward($canIpForward) { $this->canIpForward = $canIpForward; } public function getCanIpForward() { return $this->canIpForward; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisksToAttach($disksToAttach) { $this->disksToAttach = $disksToAttach; } public function getDisksToAttach() { return $this->disksToAttach; } public function setDisksToCreate($disksToCreate) { $this->disksToCreate = $disksToCreate; } public function getDisksToCreate() { return $this->disksToCreate; } public function setInitAction($initAction) { $this->initAction = $initAction; } public function getInitAction() { return $this->initAction; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMetadata(Google_Service_Manager_Metadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setNetworkInterfaces($networkInterfaces) { $this->networkInterfaces = $networkInterfaces; } public function getNetworkInterfaces() { return $this->networkInterfaces; } public function setOnHostMaintenance($onHostMaintenance) { $this->onHostMaintenance = $onHostMaintenance; } public function getOnHostMaintenance() { return $this->onHostMaintenance; } public function setServiceAccounts($serviceAccounts) { $this->serviceAccounts = $serviceAccounts; } public function getServiceAccounts() { return $this->serviceAccounts; } public function setTags(Google_Service_Manager_Tag $tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK( ZŖp4 4 Fvendor/google/apiclient-services/src/Google/Service/Manager/Module.phpnu[autoscalingModule = $autoscalingModule; } public function getAutoscalingModule() { return $this->autoscalingModule; } public function setFirewallModule(Google_Service_Manager_FirewallModule $firewallModule) { $this->firewallModule = $firewallModule; } public function getFirewallModule() { return $this->firewallModule; } public function setHealthCheckModule(Google_Service_Manager_HealthCheckModule $healthCheckModule) { $this->healthCheckModule = $healthCheckModule; } public function getHealthCheckModule() { return $this->healthCheckModule; } public function setLbModule(Google_Service_Manager_LbModule $lbModule) { $this->lbModule = $lbModule; } public function getLbModule() { return $this->lbModule; } public function setNetworkModule(Google_Service_Manager_NetworkModule $networkModule) { $this->networkModule = $networkModule; } public function getNetworkModule() { return $this->networkModule; } public function setReplicaPoolModule(Google_Service_Manager_ReplicaPoolModule $replicaPoolModule) { $this->replicaPoolModule = $replicaPoolModule; } public function getReplicaPoolModule() { return $this->replicaPoolModule; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZERKKLvendor/google/apiclient-services/src/Google/Service/Manager/AccessConfig.phpnu[name = $name; } public function getName() { return $this->name; } public function setNatIp($natIp) { $this->natIp = $natIp; } public function getNatIp() { return $this->natIp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z)Gvendor/google/apiclient-services/src/Google/Service/Manager/NewDisk.phpnu[attachment = $attachment; } public function getAttachment() { return $this->attachment; } public function setAutoDelete($autoDelete) { $this->autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setBoot($boot) { $this->boot = $boot; } public function getBoot() { return $this->boot; } public function setInitializeParams(Google_Service_Manager_NewDiskInitializeParams $initializeParams) { $this->initializeParams = $initializeParams; } public function getInitializeParams() { return $this->initializeParams; } } PK( Zg(^^Nvendor/google/apiclient-services/src/Google/Service/Manager/FirewallModule.phpnu[allowed = $allowed; } public function getAllowed() { return $this->allowed; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setSourceRanges($sourceRanges) { $this->sourceRanges = $sourceRanges; } public function getSourceRanges() { return $this->sourceRanges; } public function setSourceTags($sourceTags) { $this->sourceTags = $sourceTags; } public function getSourceTags() { return $this->sourceTags; } public function setTargetTags($targetTags) { $this->targetTags = $targetTags; } public function getTargetTags() { return $this->targetTags; } } PK( Z;cHvendor/google/apiclient-services/src/Google/Service/Manager/LbModule.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } public function getHealthChecks() { return $this->healthChecks; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setIpProtocol($ipProtocol) { $this->ipProtocol = $ipProtocol; } public function getIpProtocol() { return $this->ipProtocol; } public function setPortRange($portRange) { $this->portRange = $portRange; } public function getPortRange() { return $this->portRange; } public function setSessionAffinity($sessionAffinity) { $this->sessionAffinity = $sessionAffinity; } public function getSessionAffinity() { return $this->sessionAffinity; } public function setTargetModules($targetModules) { $this->targetModules = $targetModules; } public function getTargetModules() { return $this->targetModules; } } PK( Z˗Wvendor/google/apiclient-services/src/Google/Service/Manager/NewDiskInitializeParams.phpnu[diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } } PK( Z< p Lvendor/google/apiclient-services/src/Google/Service/Manager/ModuleStatus.phpnu[autoscalingModuleStatus = $autoscalingModuleStatus; } public function getAutoscalingModuleStatus() { return $this->autoscalingModuleStatus; } public function setFirewallModuleStatus(Google_Service_Manager_FirewallModuleStatus $firewallModuleStatus) { $this->firewallModuleStatus = $firewallModuleStatus; } public function getFirewallModuleStatus() { return $this->firewallModuleStatus; } public function setHealthCheckModuleStatus(Google_Service_Manager_HealthCheckModuleStatus $healthCheckModuleStatus) { $this->healthCheckModuleStatus = $healthCheckModuleStatus; } public function getHealthCheckModuleStatus() { return $this->healthCheckModuleStatus; } public function setLbModuleStatus(Google_Service_Manager_LbModuleStatus $lbModuleStatus) { $this->lbModuleStatus = $lbModuleStatus; } public function getLbModuleStatus() { return $this->lbModuleStatus; } public function setNetworkModuleStatus(Google_Service_Manager_NetworkModuleStatus $networkModuleStatus) { $this->networkModuleStatus = $networkModuleStatus; } public function getNetworkModuleStatus() { return $this->networkModuleStatus; } public function setReplicaPoolModuleStatus(Google_Service_Manager_ReplicaPoolModuleStatus $replicaPoolModuleStatus) { $this->replicaPoolModuleStatus = $replicaPoolModuleStatus; } public function getReplicaPoolModuleStatus() { return $this->replicaPoolModuleStatus; } public function setState(Google_Service_Manager_DeployState $state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z|p Svendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsResource.phpnu[ * $managerService = new Google_Service_Manager(...); * $deployments = $managerService->deployments; * */ class Google_Service_Manager_DeploymentsResource extends Google_Service_Resource { /** * (deployments.delete) * * @param string $projectId * @param string $region * @param string $deploymentName * @param array $optParams Optional parameters. */ public function delete($projectId, $region, $deploymentName, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * (deployments.get) * * @param string $projectId * @param string $region * @param string $deploymentName * @param array $optParams Optional parameters. * @return Google_Service_Deployment */ public function get($projectId, $region, $deploymentName, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Manager_Deployment"); } /** * (deployments.insert) * * @param string $projectId * @param string $region * @param Google_Deployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Deployment */ public function insert($projectId, $region, Google_Service_Manager_Deployment $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Manager_Deployment"); } /** * (deployments.listDeployments) * * @param string $projectId * @param string $region * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum count of results to be returned. Acceptable * values are 0 to 100, inclusive. (Default: 50) * @opt_param string pageToken Specifies a nextPageToken returned by a previous * list request. This token can be used to request the next page of results from * a previous list request. * @return Google_Service_DeploymentsListResponse */ public function listDeployments($projectId, $region, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Manager_DeploymentsListResponse"); } } PK( Zy\Hvendor/google/apiclient-services/src/Google/Service/Manager/Template.phpnu[actions = $actions; } public function getActions() { return $this->actions; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setModules($modules) { $this->modules = $modules; } public function getModules() { return $this->modules; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( ZYHaaTvendor/google/apiclient-services/src/Google/Service/Manager/FirewallModuleStatus.phpnu[firewallUrl = $firewallUrl; } public function getFirewallUrl() { return $this->firewallUrl; } } PK( Z2EhkkHvendor/google/apiclient-services/src/Google/Service/Manager/Metadata.phpnu[fingerPrint = $fingerPrint; } public function getFingerPrint() { return $this->fingerPrint; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } } PK( ZUgdHttQvendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModule.phpnu[checkIntervalSec = $checkIntervalSec; } public function getCheckIntervalSec() { return $this->checkIntervalSec; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHealthyThreshold($healthyThreshold) { $this->healthyThreshold = $healthyThreshold; } public function getHealthyThreshold() { return $this->healthyThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setTimeoutSec($timeoutSec) { $this->timeoutSec = $timeoutSec; } public function getTimeoutSec() { return $this->timeoutSec; } public function setUnhealthyThreshold($unhealthyThreshold) { $this->unhealthyThreshold = $unhealthyThreshold; } public function getUnhealthyThreshold() { return $this->unhealthyThreshold; } } PK( Z|Qvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModule.phpnu[envVariables = $envVariables; } public function getEnvVariables() { return $this->envVariables; } public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } public function getHealthChecks() { return $this->healthChecks; } public function setNumReplicas($numReplicas) { $this->numReplicas = $numReplicas; } public function getNumReplicas() { return $this->numReplicas; } public function setReplicaPoolParams(Google_Service_Manager_ReplicaPoolParams $replicaPoolParams) { $this->replicaPoolParams = $replicaPoolParams; } public function getReplicaPoolParams() { return $this->replicaPoolParams; } public function setResourceView($resourceView) { $this->resourceView = $resourceView; } public function getResourceView() { return $this->resourceView; } } PK( Z Qvendor/google/apiclient-services/src/Google/Service/Manager/TemplatesResource.phpnu[ * $managerService = new Google_Service_Manager(...); * $templates = $managerService->templates; * */ class Google_Service_Manager_TemplatesResource extends Google_Service_Resource { /** * (templates.delete) * * @param string $projectId * @param string $templateName * @param array $optParams Optional parameters. */ public function delete($projectId, $templateName, $optParams = array()) { $params = array('projectId' => $projectId, 'templateName' => $templateName); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * (templates.get) * * @param string $projectId * @param string $templateName * @param array $optParams Optional parameters. * @return Google_Service_Template */ public function get($projectId, $templateName, $optParams = array()) { $params = array('projectId' => $projectId, 'templateName' => $templateName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Manager_Template"); } /** * (templates.insert) * * @param string $projectId * @param Google_Template $postBody * @param array $optParams Optional parameters. * @return Google_Service_Template */ public function insert($projectId, Google_Service_Manager_Template $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Manager_Template"); } /** * (templates.listTemplates) * * @param string $projectId * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum count of results to be returned. Acceptable * values are 0 to 100, inclusive. (Default: 50) * @opt_param string pageToken Specifies a nextPageToken returned by a previous * list request. This token can be used to request the next page of results from * a previous list request. * @return Google_Service_TemplatesListResponse */ public function listTemplates($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Manager_TemplatesListResponse"); } } PK( ZRRNvendor/google/apiclient-services/src/Google/Service/Manager/LbModuleStatus.phpnu[forwardingRuleUrl = $forwardingRuleUrl; } public function getForwardingRuleUrl() { return $this->forwardingRuleUrl; } public function setTargetPoolUrl($targetPoolUrl) { $this->targetPoolUrl = $targetPoolUrl; } public function getTargetPoolUrl() { return $this->targetPoolUrl; } } PK( Z;X  Mvendor/google/apiclient-services/src/Google/Service/Manager/NetworkModule.phpnu[ "IPv4Range", ); public $iPv4Range; public $description; public $gatewayIPv4; public function setIPv4Range($iPv4Range) { $this->iPv4Range = $iPv4Range; } public function getIPv4Range() { return $this->iPv4Range; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGatewayIPv4($gatewayIPv4) { $this->gatewayIPv4 = $gatewayIPv4; } public function getGatewayIPv4() { return $this->gatewayIPv4; } } PK( ZjM kkLvendor/google/apiclient-services/src/Google/Service/Manager/ExistingDisk.phpnu[attachment = $attachment; } public function getAttachment() { return $this->attachment; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK( ZSFvendor/google/apiclient-services/src/Google/Service/Manager/Action.phpnu[commands = $commands; } public function getCommands() { return $this->commands; } public function setTimeoutMs($timeoutMs) { $this->timeoutMs = $timeoutMs; } public function getTimeoutMs() { return $this->timeoutMs; } } PK( Z現Mvendor/google/apiclient-services/src/Google/Service/Manager/ParamOverride.phpnu[path = $path; } public function getPath() { return $this->path; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZrrNvendor/google/apiclient-services/src/Google/Service/Manager/ServiceAccount.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } } PK( ZRPvendor/google/apiclient-services/src/Google/Service/Manager/NetworkInterface.phpnu[accessConfigs = $accessConfigs; } public function getAccessConfigs() { return $this->accessConfigs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkIp($networkIp) { $this->networkIp = $networkIp; } public function getNetworkIp() { return $this->networkIp; } } PK( Z_Kvendor/google/apiclient-services/src/Google/Service/Manager/DeployState.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK( Z&RUvendor/google/apiclient-services/src/Google/Service/Manager/TemplatesListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } } PK( ZWvendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } } PK( Z*;TTWvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModuleStatus.phpnu[replicaPoolUrl = $replicaPoolUrl; } public function getReplicaPoolUrl() { return $this->replicaPoolUrl; } public function setResourceViewUrl($resourceViewUrl) { $this->resourceViewUrl = $resourceViewUrl; } public function getResourceViewUrl() { return $this->resourceViewUrl; } } PK( ZNUuJvendor/google/apiclient-services/src/Google/Service/Manager/Deployment.phpnu[creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setModules($modules) { $this->modules = $modules; } public function getModules() { return $this->modules; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOverrides($overrides) { $this->overrides = $overrides; } public function getOverrides() { return $this->overrides; } public function setState(Google_Service_Manager_DeployState $state) { $this->state = $state; } public function getState() { return $this->state; } public function setTemplateName($templateName) { $this->templateName = $templateName; } public function getTemplateName() { return $this->templateName; } } PK( ZGNvendor/google/apiclient-services/src/Google/Service/Manager/DiskAttachment.phpnu[deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } } PK( Zх$$Gvendor/google/apiclient-services/src/Google/Service/ServiceRegistry.phpnu[ * Manages service endpoints in Service Registry and provides integration with * DNS for service discovery and name resolution.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceRegistry extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and manage your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman"; /** View your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly"; public $endpoints; public $operations; /** * Constructs the internal representation of the ServiceRegistry service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'serviceregistry/alpha/projects/'; $this->version = 'alpha'; $this->serviceName = 'serviceregistry'; $this->endpoints = new Google_Service_ServiceRegistry_Resource_Endpoints( $this, $this->serviceName, 'endpoints', array( 'methods' => array( 'delete' => array( 'path' => '{project}/global/endpoints/{endpoint}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endpoint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/global/endpoints/{endpoint}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endpoint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{project}/global/endpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/global/endpoints', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => '{project}/global/endpoints/{endpoint}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endpoint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => '{project}/global/endpoints/{endpoint}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endpoint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_ServiceRegistry_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => '{project}/global/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/global/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK( Zl`vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchCreateContactsRequest.phpnu[contacts = $contacts; } /** * @return Google_Service_PeopleService_ContactToCreate[] */ public function getContacts() { return $this->contacts; } public function setReadMask($readMask) { $this->readMask = $readMask; } public function getReadMask() { return $this->readMask; } public function setSources($sources) { $this->sources = $sources; } public function getSources() { return $this->sources; } } PK( Zavendor/google/apiclient-services/src/Google/Service/PeopleService/BatchCreateContactsResponse.phpnu[createdPeople = $createdPeople; } /** * @return Google_Service_PeopleService_PersonResponse[] */ public function getCreatedPeople() { return $this->createdPeople; } } PK( Z.cvendor/google/apiclient-services/src/Google/Service/PeopleService/SearchDirectoryPeopleResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PeopleService_Person[] */ public function setPeople($people) { $this->people = $people; } /** * @return Google_Service_PeopleService_Person[] */ public function getPeople() { return $this->people; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK( Z<ˠPvendor/google/apiclient-services/src/Google/Service/PeopleService/Membership.phpnu[contactGroupMembership = $contactGroupMembership; } /** * @return Google_Service_PeopleService_ContactGroupMembership */ public function getContactGroupMembership() { return $this->contactGroupMembership; } /** * @param Google_Service_PeopleService_DomainMembership */ public function setDomainMembership(Google_Service_PeopleService_DomainMembership $domainMembership) { $this->domainMembership = $domainMembership; } /** * @return Google_Service_PeopleService_DomainMembership */ public function getDomainMembership() { return $this->domainMembership; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } } PK( Z<5qqQvendor/google/apiclient-services/src/Google/Service/PeopleService/UserDefined.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZdBBJvendor/google/apiclient-services/src/Google/Service/PeopleService/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK( ZEtKvendor/google/apiclient-services/src/Google/Service/PeopleService/Skill.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z3rIINvendor/google/apiclient-services/src/Google/Service/PeopleService/Relation.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setPerson($person) { $this->person = $person; } public function getPerson() { return $this->person; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZrCNvendor/google/apiclient-services/src/Google/Service/PeopleService/ImClient.phpnu[formattedProtocol = $formattedProtocol; } public function getFormattedProtocol() { return $this->formattedProtocol; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK( Z(}W\vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMembership.phpnu[contactGroupId = $contactGroupId; } public function getContactGroupId() { return $this->contactGroupId; } public function setContactGroupResourceName($contactGroupResourceName) { $this->contactGroupResourceName = $contactGroupResourceName; } public function getContactGroupResourceName() { return $this->contactGroupResourceName; } } PK( ZRRNvendor/google/apiclient-services/src/Google/Service/PeopleService/Birthday.phpnu[date = $date; } /** * @return Google_Service_PeopleService_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK( Z"H^YYTvendor/google/apiclient-services/src/Google/Service/PeopleService/SearchResponse.phpnu[results = $results; } /** * @return Google_Service_PeopleService_SearchResult[] */ public function getResults() { return $this->results; } } PK( ZNvendor/google/apiclient-services/src/Google/Service/PeopleService/Interest.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z ]vendor/google/apiclient-services/src/Google/Service/PeopleService/ListConnectionsResponse.phpnu[connections = $connections; } /** * @return Google_Service_PeopleService_Person[] */ public function getConnections() { return $this->connections; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } public function setTotalPeople($totalPeople) { $this->totalPeople = $totalPeople; } public function getTotalPeople() { return $this->totalPeople; } } PK( ZyUvendor/google/apiclient-services/src/Google/Service/PeopleService/GroupClientData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z;xxLvendor/google/apiclient-services/src/Google/Service/PeopleService/Gender.phpnu[addressMeAs = $addressMeAs; } public function getAddressMeAs() { return $this->addressMeAs; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Zygvendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersResponse.phpnu[canNotRemoveLastContactGroupResourceNames = $canNotRemoveLastContactGroupResourceNames; } public function getCanNotRemoveLastContactGroupResourceNames() { return $this->canNotRemoveLastContactGroupResourceNames; } public function setNotFoundResourceNames($notFoundResourceNames) { $this->notFoundResourceNames = $notFoundResourceNames; } public function getNotFoundResourceNames() { return $this->notFoundResourceNames; } } PK( ZPvendor/google/apiclient-services/src/Google/Service/PeopleService/Occupation.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z, ""_vendor/google/apiclient-services/src/Google/Service/PeopleService/ListOtherContactsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } /** * @param Google_Service_PeopleService_Person[] */ public function setOtherContacts($otherContacts) { $this->otherContacts = $otherContacts; } /** * @return Google_Service_PeopleService_Person[] */ public function getOtherContacts() { return $this->otherContacts; } } PK( Z;'xxSvendor/google/apiclient-services/src/Google/Service/PeopleService/FieldMetadata.phpnu[primary = $primary; } public function getPrimary() { return $this->primary; } /** * @param Google_Service_PeopleService_Source */ public function setSource(Google_Service_PeopleService_Source $source) { $this->source = $source; } /** * @return Google_Service_PeopleService_Source */ public function getSource() { return $this->source; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK( Z1>?_vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoRequest.phpnu[personFields = $personFields; } public function getPersonFields() { return $this->personFields; } public function setPhotoBytes($photoBytes) { $this->photoBytes = $photoBytes; } public function getPhotoBytes() { return $this->photoBytes; } public function setSources($sources) { $this->sources = $sources; } public function getSources() { return $this->sources; } } PK( Z!88`vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoResponse.phpnu[person = $person; } /** * @return Google_Service_PeopleService_Person */ public function getPerson() { return $this->person; } } PK( ZAfvendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersRequest.phpnu[resourceNamesToAdd = $resourceNamesToAdd; } public function getResourceNamesToAdd() { return $this->resourceNamesToAdd; } public function setResourceNamesToRemove($resourceNamesToRemove) { $this->resourceNamesToRemove = $resourceNamesToRemove; } public function getResourceNamesToRemove() { return $this->resourceNamesToRemove; } } PK( Z@yyKvendor/google/apiclient-services/src/Google/Service/PeopleService/Photo.phpnu[default = $default; } public function getDefault() { return $this->default; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK( ZeNOOvendor/google/apiclient-services/src/Google/Service/PeopleService/Biography.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z@Lvendor/google/apiclient-services/src/Google/Service/PeopleService/Source.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PeopleService_ProfileMetadata */ public function setProfileMetadata(Google_Service_PeopleService_ProfileMetadata $profileMetadata) { $this->profileMetadata = $profileMetadata; } /** * @return Google_Service_PeopleService_ProfileMetadata */ public function getProfileMetadata() { return $this->profileMetadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK( ZNN\vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/OtherContacts.phpnu[ * $peopleService = new Google_Service_PeopleService(...); * $otherContacts = $peopleService->otherContacts; * */ class Google_Service_PeopleService_Resource_OtherContacts extends Google_Service_Resource { /** * Copies an "Other contact" to a new contact in the user's "myContacts" group * (otherContacts.copyOtherContactToMyContactsGroup) * * @param string $resourceName Required. The resource name of the "Other * contact" to copy. * @param Google_Service_PeopleService_CopyOtherContactToMyContactsGroupRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_Person */ public function copyOtherContactToMyContactsGroup($resourceName, Google_Service_PeopleService_CopyOtherContactToMyContactsGroupRequest $postBody, $optParams = array()) { $params = array('resourceName' => $resourceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('copyOtherContactToMyContactsGroup', array($params), "Google_Service_PeopleService_Person"); } /** * List all "Other contacts", that is contacts that are not in a contact group. * "Other contacts" are typically auto created contacts from interactions. * (otherContacts.listOtherContacts) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of "Other contacts" to include * in the response. Valid values are between 1 and 1000, inclusive. Defaults to * 100 if not set or set to 0. * @opt_param string pageToken Optional. A page token, received from a previous * `ListOtherContacts` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListOtherContacts` must match * the call that provided the page token. * @opt_param string readMask Required. A field mask to restrict which fields on * each person are returned. Multiple fields can be specified by separating them * with commas. Valid values are: * emailAddresses * names * phoneNumbers * @opt_param bool requestSyncToken Optional. Whether the response should * include `next_sync_token`, which can be used to get all changes since the * last request. For subsequent sync requests use the `sync_token` param * instead. Initial sync requests that specify `request_sync_token` have an * additional rate limit. * @opt_param string syncToken Optional. A sync token, received from a previous * `ListOtherContacts` call. Provide this to retrieve only the resources changed * since the last request. Sync requests that specify `sync_token` have an * additional rate limit. When syncing, all other parameters provided to * `ListOtherContacts` must match the call that provided the sync token. * @return Google_Service_PeopleService_ListOtherContactsResponse */ public function listOtherContacts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PeopleService_ListOtherContactsResponse"); } /** * Provides a list of contacts in the authenticated user's other contacts that * matches the search query. (otherContacts.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of results to return. Defaults * to 10 if field is not set, or set to 0. * @opt_param string query Required. The plain-text query for the request. The * query is used to match prefix phrases of the fields on a person. For example, * a person with name "foo name" matches queries such as "f", "fo", "foo", "foo * n", "nam", etc., but not "oo n". * @opt_param string readMask Required. A field mask to restrict which fields on * each person are returned. Multiple fields can be specified by separating them * with commas. Valid values are: * emailAddresses * names * phoneNumbers * @return Google_Service_PeopleService_SearchResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_PeopleService_SearchResponse"); } } PK( ZUvUPUPUvendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.phpnu[ * $peopleService = new Google_Service_PeopleService(...); * $people = $peopleService->people; * */ class Google_Service_PeopleService_Resource_People extends Google_Service_Resource { /** * Create a batch of new contacts and return the PersonResponses for the newly * created contacts. (people.batchCreateContacts) * * @param Google_Service_PeopleService_BatchCreateContactsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_BatchCreateContactsResponse */ public function batchCreateContacts(Google_Service_PeopleService_BatchCreateContactsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreateContacts', array($params), "Google_Service_PeopleService_BatchCreateContactsResponse"); } /** * Delete a batch of contacts. Any non-contact data will not be deleted. * (people.batchDeleteContacts) * * @param Google_Service_PeopleService_BatchDeleteContactsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_PeopleEmpty */ public function batchDeleteContacts(Google_Service_PeopleService_BatchDeleteContactsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDeleteContacts', array($params), "Google_Service_PeopleService_PeopleEmpty"); } /** * Update a batch of contacts and return a map of resource names to * PersonResponses for the updated contacts. (people.batchUpdateContacts) * * @param Google_Service_PeopleService_BatchUpdateContactsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_BatchUpdateContactsResponse */ public function batchUpdateContacts(Google_Service_PeopleService_BatchUpdateContactsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdateContacts', array($params), "Google_Service_PeopleService_BatchUpdateContactsResponse"); } /** * Create a new contact and return the person resource for that contact. The * request returns a 400 error if more than one field is specified on a field * that is a singleton for contact sources: * biographies * birthdays * genders * * names (people.createContact) * * @param Google_Service_PeopleService_Person $postBody * @param array $optParams Optional parameters. * * @opt_param string personFields Required. A field mask to restrict which * fields on each person are returned. Multiple fields can be specified by * separating them with commas. Defaults to all fields if not set. Valid values * are: * addresses * ageRanges * biographies * birthdays * calendarUrls * * clientData * coverPhotos * emailAddresses * events * externalIds * genders * * imClients * interests * locales * locations * memberships * metadata * * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * * photos * relations * sipAddresses * skills * urls * userDefined * @opt_param string sources Optional. A mask of what source types to return. * Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. * @return Google_Service_PeopleService_Person */ public function createContact(Google_Service_PeopleService_Person $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createContact', array($params), "Google_Service_PeopleService_Person"); } /** * Delete a contact person. Any non-contact data will not be deleted. * (people.deleteContact) * * @param string $resourceName Required. The resource name of the contact to * delete. * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_PeopleEmpty */ public function deleteContact($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('deleteContact', array($params), "Google_Service_PeopleService_PeopleEmpty"); } /** * Delete a contact's photo. (people.deleteContactPhoto) * * @param string $resourceName Required. The resource name of the contact whose * photo will be deleted. * @param array $optParams Optional parameters. * * @opt_param string personFields Optional. A field mask to restrict which * fields on the person are returned. Multiple fields can be specified by * separating them with commas. Defaults to empty if not set, which will skip * the post mutate get. Valid values are: * addresses * ageRanges * biographies * * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * * events * externalIds * genders * imClients * interests * locales * locations * * memberships * metadata * miscKeywords * names * nicknames * occupations * * organizations * phoneNumbers * photos * relations * sipAddresses * skills * * urls * userDefined * @opt_param string sources Optional. A mask of what source types to return. * Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. * @return Google_Service_PeopleService_DeleteContactPhotoResponse */ public function deleteContactPhoto($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('deleteContactPhoto', array($params), "Google_Service_PeopleService_DeleteContactPhotoResponse"); } /** * Provides information about a person by specifying a resource name. Use * `people/me` to indicate the authenticated user. The request returns a 400 * error if 'personFields' is not specified. (people.get) * * @param string $resourceName Required. The resource name of the person to * provide information about. - To get information about the authenticated user, * specify `people/me`. - To get information about a google account, specify * `people/{account_id}`. - To get information about a contact, specify the * resource name that identifies the contact as returned by * [`people.connections.list`](/people/api/rest/v1/people.connections/list). * @param array $optParams Optional parameters. * * @opt_param string personFields Required. A field mask to restrict which * fields on the person are returned. Multiple fields can be specified by * separating them with commas. Valid values are: * addresses * ageRanges * * biographies * birthdays * calendarUrls * clientData * coverPhotos * * emailAddresses * events * externalIds * genders * imClients * interests * * locales * locations * memberships * metadata * miscKeywords * names * * nicknames * occupations * organizations * phoneNumbers * photos * relations * * sipAddresses * skills * urls * userDefined * @opt_param string requestMask.includeField Required. Comma-separated list of * person fields to be included in the response. Each path should start with * `person.`: for example, `person.names` or `person.photos`. * @opt_param string sources Optional. A mask of what source types to return. * Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. * @return Google_Service_PeopleService_Person */ public function get($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PeopleService_Person"); } /** * Provides information about a list of specific people by specifying a list of * requested resource names. Use `people/me` to indicate the authenticated user. * The request returns a 400 error if 'personFields' is not specified. * (people.getBatchGet) * * @param array $optParams Optional parameters. * * @opt_param string personFields Required. A field mask to restrict which * fields on each person are returned. Multiple fields can be specified by * separating them with commas. Valid values are: * addresses * ageRanges * * biographies * birthdays * calendarUrls * clientData * coverPhotos * * emailAddresses * events * externalIds * genders * imClients * interests * * locales * locations * memberships * metadata * miscKeywords * names * * nicknames * occupations * organizations * phoneNumbers * photos * relations * * sipAddresses * skills * urls * userDefined * @opt_param string requestMask.includeField Required. Comma-separated list of * person fields to be included in the response. Each path should start with * `person.`: for example, `person.names` or `person.photos`. * @opt_param string resourceNames Required. The resource names of the people to * provide information about. It's repeatable. The URL query parameter should be * resourceNames==&... - To get information about the authenticated user, * specify `people/me`. - To get information about a google account, specify * `people/{account_id}`. - To get information about a contact, specify the * resource name that identifies the contact as returned by * [`people.connections.list`](/people/api/rest/v1/people.connections/list). You * can include up to 50 resource names in one request. * @opt_param string sources Optional. A mask of what source types to return. * Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. * @return Google_Service_PeopleService_GetPeopleResponse */ public function getBatchGet($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getBatchGet', array($params), "Google_Service_PeopleService_GetPeopleResponse"); } /** * Provides a list of domain profiles and domain contacts in the authenticated * user's domain directory. (people.listDirectoryPeople) * * @param array $optParams Optional parameters. * * @opt_param string mergeSources Optional. Additional data to merge into the * directory sources if they are connected through verified join keys such as * email addresses or phone numbers. * @opt_param int pageSize Optional. The number of people to include in the * response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if * not set or set to 0. * @opt_param string pageToken Optional. A page token, received from a previous * `ListDirectoryPeople` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListDirectoryPeople` must * match the call that provided the page token. * @opt_param string readMask Required. A field mask to restrict which fields on * each person are returned. Multiple fields can be specified by separating them * with commas. Valid values are: * addresses * ageRanges * biographies * * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * * externalIds * genders * imClients * interests * locales * locations * * memberships * metadata * miscKeywords * names * nicknames * occupations * * organizations * phoneNumbers * photos * relations * sipAddresses * skills * * urls * userDefined * @opt_param bool requestSyncToken Optional. Whether the response should * include `next_sync_token`, which can be used to get all changes since the * last request. For subsequent sync requests use the `sync_token` param * instead. * @opt_param string sources Required. Directory sources to return. * @opt_param string syncToken Optional. A sync token, received from a previous * `ListDirectoryPeople` call. Provide this to retrieve only the resources * changed since the last request. When syncing, all other parameters provided * to `ListDirectoryPeople` must match the call that provided the sync token. * @return Google_Service_PeopleService_ListDirectoryPeopleResponse */ public function listDirectoryPeople($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listDirectoryPeople', array($params), "Google_Service_PeopleService_ListDirectoryPeopleResponse"); } /** * Provides a list of contacts in the authenticated user's grouped contacts that * matches the search query. (people.searchContacts) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of results to return. * @opt_param string query Required. The plain-text query for the request. The * query is used to match prefix phrases of the fields on a person. For example, * a person with name "foo name" matches queries such as "f", "fo", "foo", "foo * n", "nam", etc., but not "oo n". * @opt_param string readMask Required. A field mask to restrict which fields on * each person are returned. Multiple fields can be specified by separating them * with commas. Valid values are: * addresses * ageRanges * biographies * * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * * externalIds * genders * imClients * interests * locales * locations * * memberships * metadata * miscKeywords * names * nicknames * occupations * * organizations * phoneNumbers * photos * relations * sipAddresses * skills * * urls * userDefined * @return Google_Service_PeopleService_SearchResponse */ public function searchContacts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('searchContacts', array($params), "Google_Service_PeopleService_SearchResponse"); } /** * Provides a list of domain profiles and domain contacts in the authenticated * user's domain directory that match the search query. * (people.searchDirectoryPeople) * * @param array $optParams Optional parameters. * * @opt_param string mergeSources Optional. Additional data to merge into the * directory sources if they are connected through verified join keys such as * email addresses or phone numbers. * @opt_param int pageSize Optional. The number of people to include in the * response. Valid values are between 1 and 500, inclusive. Defaults to 100 if * not set or set to 0. * @opt_param string pageToken Optional. A page token, received from a previous * `SearchDirectoryPeople` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `SearchDirectoryPeople` * must match the call that provided the page token. * @opt_param string query Required. Prefix query that matches fields in the * person. Does NOT use the read_mask for determining what fields to match. * @opt_param string readMask Required. A field mask to restrict which fields on * each person are returned. Multiple fields can be specified by separating them * with commas. Valid values are: * addresses * ageRanges * biographies * * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * * externalIds * genders * imClients * interests * locales * locations * * memberships * metadata * miscKeywords * names * nicknames * occupations * * organizations * phoneNumbers * photos * relations * sipAddresses * skills * * urls * userDefined * @opt_param string sources Required. Directory sources to return. * @return Google_Service_PeopleService_SearchDirectoryPeopleResponse */ public function searchDirectoryPeople($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('searchDirectoryPeople', array($params), "Google_Service_PeopleService_SearchDirectoryPeopleResponse"); } /** * Update contact data for an existing contact person. Any non-contact data will * not be modified. Any non-contact data in the person to update will be * ignored. All fields specified in the `update_mask` will be replaced. The * server returns a 400 error if `person.metadata.sources` is not specified for * the contact to be updated or if there is no contact source. The server * returns a 400 error with reason `"failedPrecondition"` if * `person.metadata.sources.etag` is different than the contact's etag, which * indicates the contact has changed since its data was read. Clients should get * the latest person and merge their updates into the latest person. The server * returns a 400 error if `memberships` are being updated and there are no * contact group memberships specified on the person. The server returns a 400 * error if more than one field is specified on a field that is a singleton for * contact sources: * biographies * birthdays * genders * names * (people.updateContact) * * @param string $resourceName The resource name for the person, assigned by the * server. An ASCII string with a max length of 27 characters, in the form of * `people/{person_id}`. * @param Google_Service_PeopleService_Person $postBody * @param array $optParams Optional parameters. * * @opt_param string personFields Optional. A field mask to restrict which * fields on each person are returned. Multiple fields can be specified by * separating them with commas. Defaults to all fields if not set. Valid values * are: * addresses * ageRanges * biographies * birthdays * calendarUrls * * clientData * coverPhotos * emailAddresses * events * externalIds * genders * * imClients * interests * locales * locations * memberships * metadata * * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * * photos * relations * sipAddresses * skills * urls * userDefined * @opt_param string sources Optional. A mask of what source types to return. * Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. * @opt_param string updatePersonFields Required. A field mask to restrict which * fields on the person are updated. Multiple fields can be specified by * separating them with commas. All updated fields will be replaced. Valid * values are: * addresses * biographies * birthdays * calendarUrls * clientData * * emailAddresses * events * externalIds * genders * imClients * interests * * locales * locations * memberships * miscKeywords * names * nicknames * * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * * userDefined * @return Google_Service_PeopleService_Person */ public function updateContact($resourceName, Google_Service_PeopleService_Person $postBody, $optParams = array()) { $params = array('resourceName' => $resourceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateContact', array($params), "Google_Service_PeopleService_Person"); } /** * Update a contact's photo. (people.updateContactPhoto) * * @param string $resourceName Required. Person resource name * @param Google_Service_PeopleService_UpdateContactPhotoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_UpdateContactPhotoResponse */ public function updateContactPhoto($resourceName, Google_Service_PeopleService_UpdateContactPhotoRequest $postBody, $optParams = array()) { $params = array('resourceName' => $resourceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateContactPhoto', array($params), "Google_Service_PeopleService_UpdateContactPhotoResponse"); } } PK( Zּgo`vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.phpnu[ * $peopleService = new Google_Service_PeopleService(...); * $connections = $peopleService->connections; * */ class Google_Service_PeopleService_Resource_PeopleConnections extends Google_Service_Resource { /** * Provides a list of the authenticated user's contacts. The request returns a * 400 error if `personFields` is not specified. The request returns a 410 error * if `sync_token` is specified and is expired. Sync tokens expire after 7 days * to prevent data drift between clients and the server. To handle a sync token * expired error, a request should be sent without `sync_token` to get all * contacts. (connections.listPeopleConnections) * * @param string $resourceName Required. The resource name to return connections * for. Only `people/me` is valid. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of connections to include in the * response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if * not set or set to 0. * @opt_param string pageToken Optional. A page token, received from a previous * `ListConnections` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListConnections` must match the * call that provided the page token. * @opt_param string personFields Required. A field mask to restrict which * fields on each person are returned. Multiple fields can be specified by * separating them with commas. Valid values are: * addresses * ageRanges * * biographies * birthdays * calendarUrls * clientData * coverPhotos * * emailAddresses * events * externalIds * genders * imClients * interests * * locales * locations * memberships * metadata * miscKeywords * names * * nicknames * occupations * organizations * phoneNumbers * photos * relations * * sipAddresses * skills * urls * userDefined * @opt_param string requestMask.includeField Required. Comma-separated list of * person fields to be included in the response. Each path should start with * `person.`: for example, `person.names` or `person.photos`. * @opt_param bool requestSyncToken Optional. Whether the response should * include `next_sync_token` on the last page, which can be used to get all * changes since the last request. For subsequent sync requests use the * `sync_token` param instead. Initial full sync requests that specify * `request_sync_token` and do not specify `sync_token` have an additional rate * limit per user. Each client should generally only be doing a full sync once * every few days per user and so should not hit this limit. * @opt_param string sortOrder Optional. The order in which the connections * should be sorted. Defaults to `LAST_MODIFIED_ASCENDING`. * @opt_param string sources Optional. A mask of what source types to return. * Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. * @opt_param string syncToken Optional. A sync token, received from a previous * `ListConnections` call. Provide this to retrieve only the resources changed * since the last request. When syncing, all other parameters provided to * `ListConnections` except `page_size` and `page_token` must match the initial * call that provided the sync token. Sync tokens expire after seven days, after * which a full sync request without a `sync_token` should be made. * @return Google_Service_PeopleService_ListConnectionsResponse */ public function listPeopleConnections($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PeopleService_ListConnectionsResponse"); } } PK( ZBWv6\vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroups.phpnu[ * $peopleService = new Google_Service_PeopleService(...); * $contactGroups = $peopleService->contactGroups; * */ class Google_Service_PeopleService_Resource_ContactGroups extends Google_Service_Resource { /** * Get a list of contact groups owned by the authenticated user by specifying a * list of contact group resource names. (contactGroups.batchGet) * * @param array $optParams Optional parameters. * * @opt_param string groupFields Optional. A field mask to restrict which fields * on the group are returned. Defaults to `metadata`, `groupType`, * `memberCount`, and `name` if not set or set to empty. Valid fields are: * * clientData * groupType * memberCount * metadata * name * @opt_param int maxMembers Optional. Specifies the maximum number of members * to return for each group. Defaults to 0 if not set, which will return zero * members. * @opt_param string resourceNames Required. The resource names of the contact * groups to get. * @return Google_Service_PeopleService_BatchGetContactGroupsResponse */ public function batchGet($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_PeopleService_BatchGetContactGroupsResponse"); } /** * Create a new contact group owned by the authenticated user. * (contactGroups.create) * * @param Google_Service_PeopleService_CreateContactGroupRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_ContactGroup */ public function create(Google_Service_PeopleService_CreateContactGroupRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PeopleService_ContactGroup"); } /** * Delete an existing contact group owned by the authenticated user by * specifying a contact group resource name. (contactGroups.delete) * * @param string $resourceName Required. The resource name of the contact group * to delete. * @param array $optParams Optional parameters. * * @opt_param bool deleteContacts Optional. Set to true to also delete the * contacts in the specified group. * @return Google_Service_PeopleService_PeopleEmpty */ public function delete($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_PeopleService_PeopleEmpty"); } /** * Get a specific contact group owned by the authenticated user by specifying a * contact group resource name. (contactGroups.get) * * @param string $resourceName Required. The resource name of the contact group * to get. * @param array $optParams Optional parameters. * * @opt_param string groupFields Optional. A field mask to restrict which fields * on the group are returned. Defaults to `metadata`, `groupType`, * `memberCount`, and `name` if not set or set to empty. Valid fields are: * * clientData * groupType * memberCount * metadata * name * @opt_param int maxMembers Optional. Specifies the maximum number of members * to return. Defaults to 0 if not set, which will return zero members. * @return Google_Service_PeopleService_ContactGroup */ public function get($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PeopleService_ContactGroup"); } /** * List all contact groups owned by the authenticated user. Members of the * contact groups are not populated. (contactGroups.listContactGroups) * * @param array $optParams Optional parameters. * * @opt_param string groupFields Optional. A field mask to restrict which fields * on the group are returned. Defaults to `metadata`, `groupType`, * `memberCount`, and `name` if not set or set to empty. Valid fields are: * * clientData * groupType * memberCount * metadata * name * @opt_param int pageSize Optional. The maximum number of resources to return. * Valid values are between 1 and 1000, inclusive. Defaults to 30 if not set or * set to 0. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous call to * [ListContactGroups](/people/api/rest/v1/contactgroups/list). Requests the * next page of resources. * @opt_param string syncToken Optional. A sync token, returned by a previous * call to `contactgroups.list`. Only resources changed since the sync token was * created will be returned. * @return Google_Service_PeopleService_ListContactGroupsResponse */ public function listContactGroups($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PeopleService_ListContactGroupsResponse"); } /** * Update the name of an existing contact group owned by the authenticated user. * (contactGroups.update) * * @param string $resourceName The resource name for the contact group, assigned * by the server. An ASCII string, in the form of * `contactGroups/{contact_group_id}`. * @param Google_Service_PeopleService_UpdateContactGroupRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_ContactGroup */ public function update($resourceName, Google_Service_PeopleService_UpdateContactGroupRequest $postBody, $optParams = array()) { $params = array('resourceName' => $resourceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_PeopleService_ContactGroup"); } } PK( Zr5vvcvendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroupsMembers.phpnu[ * $peopleService = new Google_Service_PeopleService(...); * $members = $peopleService->members; * */ class Google_Service_PeopleService_Resource_ContactGroupsMembers extends Google_Service_Resource { /** * Modify the members of a contact group owned by the authenticated user. The * only system contact groups that can have members added are * `contactGroups/myContacts` and `contactGroups/starred`. Other system contact * groups are deprecated and can only have contacts removed. (members.modify) * * @param string $resourceName Required. The resource name of the contact group * to modify. * @param Google_Service_PeopleService_ModifyContactGroupMembersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PeopleService_ModifyContactGroupMembersResponse */ public function modify($resourceName, Google_Service_PeopleService_ModifyContactGroupMembersRequest $postBody, $optParams = array()) { $params = array('resourceName' => $resourceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modify', array($params), "Google_Service_PeopleService_ModifyContactGroupMembersResponse"); } } PK( Z+e  Mvendor/google/apiclient-services/src/Google/Service/PeopleService/Address.phpnu[city = $city; } public function getCity() { return $this->city; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setExtendedAddress($extendedAddress) { $this->extendedAddress = $extendedAddress; } public function getExtendedAddress() { return $this->extendedAddress; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setPoBox($poBox) { $this->poBox = $poBox; } public function getPoBox() { return $this->poBox; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZE2d77Qvendor/google/apiclient-services/src/Google/Service/PeopleService/CalendarUrl.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK( ZdIZZ_vendor/google/apiclient-services/src/Google/Service/PeopleService/CreateContactGroupRequest.phpnu[contactGroup = $contactGroup; } /** * @return Google_Service_PeopleService_ContactGroup */ public function getContactGroup() { return $this->contactGroup; } public function setReadGroupFields($readGroupFields) { $this->readGroupFields = $readGroupFields; } public function getReadGroupFields() { return $this->readGroupFields; } } PK( ZZvendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMetadata.phpnu[deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK( Z rQvendor/google/apiclient-services/src/Google/Service/PeopleService/PeopleEmpty.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZQ2<<Uvendor/google/apiclient-services/src/Google/Service/PeopleService/ProfileMetadata.phpnu[objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setUserTypes($userTypes) { $this->userTypes = $userTypes; } public function getUserTypes() { return $this->userTypes; } } PK( ZُTvendor/google/apiclient-services/src/Google/Service/PeopleService/PersonResponse.phpnu[httpStatusCode = $httpStatusCode; } public function getHttpStatusCode() { return $this->httpStatusCode; } /** * @param Google_Service_PeopleService_Person */ public function setPerson(Google_Service_PeopleService_Person $person) { $this->person = $person; } /** * @return Google_Service_PeopleService_Person */ public function getPerson() { return $this->person; } public function setRequestedResourceName($requestedResourceName) { $this->requestedResourceName = $requestedResourceName; } public function getRequestedResourceName() { return $this->requestedResourceName; } /** * @param Google_Service_PeopleService_Status */ public function setStatus(Google_Service_PeopleService_Status $status) { $this->status = $status; } /** * @return Google_Service_PeopleService_Status */ public function getStatus() { return $this->status; } } PK( Z"!**Rvendor/google/apiclient-services/src/Google/Service/PeopleService/SearchResult.phpnu[person = $person; } /** * @return Google_Service_PeopleService_Person */ public function getPerson() { return $this->person; } } PK( Z\ޭTvendor/google/apiclient-services/src/Google/Service/PeopleService/PersonMetadata.phpnu[deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setLinkedPeopleResourceNames($linkedPeopleResourceNames) { $this->linkedPeopleResourceNames = $linkedPeopleResourceNames; } public function getLinkedPeopleResourceNames() { return $this->linkedPeopleResourceNames; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setPreviousResourceNames($previousResourceNames) { $this->previousResourceNames = $previousResourceNames; } public function getPreviousResourceNames() { return $this->previousResourceNames; } /** * @param Google_Service_PeopleService_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_PeopleService_Source[] */ public function getSources() { return $this->sources; } } PK( ZZddavendor/google/apiclient-services/src/Google/Service/PeopleService/BatchUpdateContactsResponse.phpnu[updateResult = $updateResult; } /** * @return Google_Service_PeopleService_PersonResponse[] */ public function getUpdateResult() { return $this->updateResult; } } PK( Z_Zvendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipInterest.phpnu[formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z<cvendor/google/apiclient-services/src/Google/Service/PeopleService/BatchGetContactGroupsResponse.phpnu[responses = $responses; } /** * @return Google_Service_PeopleService_ContactGroupResponse[] */ public function getResponses() { return $this->responses; } } PK( Z^^`vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchUpdateContactsRequest.phpnu[contacts = $contacts; } /** * @return Google_Service_PeopleService_Person[] */ public function getContacts() { return $this->contacts; } public function setReadMask($readMask) { $this->readMask = $readMask; } public function getReadMask() { return $this->readMask; } public function setSources($sources) { $this->sources = $sources; } public function getSources() { return $this->sources; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK( Z$Qvendor/google/apiclient-services/src/Google/Service/PeopleService/PhoneNumber.phpnu[canonicalForm = $canonicalForm; } public function getCanonicalForm() { return $this->canonicalForm; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZssXvendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipStatus.phpnu[formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZGzRvendor/google/apiclient-services/src/Google/Service/PeopleService/Organization.phpnu[current = $current; } public function getCurrent() { return $this->current; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } /** * @param Google_Service_PeopleService_Date */ public function setEndDate(Google_Service_PeopleService_Date $endDate) { $this->endDate = $endDate; } /** * @return Google_Service_PeopleService_Date */ public function getEndDate() { return $this->endDate; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setJobDescription($jobDescription) { $this->jobDescription = $jobDescription; } public function getJobDescription() { return $this->jobDescription; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPhoneticName($phoneticName) { $this->phoneticName = $phoneticName; } public function getPhoneticName() { return $this->phoneticName; } /** * @param Google_Service_PeopleService_Date */ public function setStartDate(Google_Service_PeopleService_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_PeopleService_Date */ public function getStartDate() { return $this->startDate; } public function setSymbol($symbol) { $this->symbol = $symbol; } public function getSymbol() { return $this->symbol; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z(XlDDPvendor/google/apiclient-services/src/Google/Service/PeopleService/ExternalId.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZG!<<Lvendor/google/apiclient-services/src/Google/Service/PeopleService/Person.phpnu[addresses = $addresses; } /** * @return Google_Service_PeopleService_Address[] */ public function getAddresses() { return $this->addresses; } public function setAgeRange($ageRange) { $this->ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } /** * @param Google_Service_PeopleService_AgeRangeType[] */ public function setAgeRanges($ageRanges) { $this->ageRanges = $ageRanges; } /** * @return Google_Service_PeopleService_AgeRangeType[] */ public function getAgeRanges() { return $this->ageRanges; } /** * @param Google_Service_PeopleService_Biography[] */ public function setBiographies($biographies) { $this->biographies = $biographies; } /** * @return Google_Service_PeopleService_Biography[] */ public function getBiographies() { return $this->biographies; } /** * @param Google_Service_PeopleService_Birthday[] */ public function setBirthdays($birthdays) { $this->birthdays = $birthdays; } /** * @return Google_Service_PeopleService_Birthday[] */ public function getBirthdays() { return $this->birthdays; } /** * @param Google_Service_PeopleService_BraggingRights[] */ public function setBraggingRights($braggingRights) { $this->braggingRights = $braggingRights; } /** * @return Google_Service_PeopleService_BraggingRights[] */ public function getBraggingRights() { return $this->braggingRights; } /** * @param Google_Service_PeopleService_CalendarUrl[] */ public function setCalendarUrls($calendarUrls) { $this->calendarUrls = $calendarUrls; } /** * @return Google_Service_PeopleService_CalendarUrl[] */ public function getCalendarUrls() { return $this->calendarUrls; } /** * @param Google_Service_PeopleService_ClientData[] */ public function setClientData($clientData) { $this->clientData = $clientData; } /** * @return Google_Service_PeopleService_ClientData[] */ public function getClientData() { return $this->clientData; } /** * @param Google_Service_PeopleService_CoverPhoto[] */ public function setCoverPhotos($coverPhotos) { $this->coverPhotos = $coverPhotos; } /** * @return Google_Service_PeopleService_CoverPhoto[] */ public function getCoverPhotos() { return $this->coverPhotos; } /** * @param Google_Service_PeopleService_EmailAddress[] */ public function setEmailAddresses($emailAddresses) { $this->emailAddresses = $emailAddresses; } /** * @return Google_Service_PeopleService_EmailAddress[] */ public function getEmailAddresses() { return $this->emailAddresses; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PeopleService_Event[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_PeopleService_Event[] */ public function getEvents() { return $this->events; } /** * @param Google_Service_PeopleService_ExternalId[] */ public function setExternalIds($externalIds) { $this->externalIds = $externalIds; } /** * @return Google_Service_PeopleService_ExternalId[] */ public function getExternalIds() { return $this->externalIds; } /** * @param Google_Service_PeopleService_FileAs[] */ public function setFileAses($fileAses) { $this->fileAses = $fileAses; } /** * @return Google_Service_PeopleService_FileAs[] */ public function getFileAses() { return $this->fileAses; } /** * @param Google_Service_PeopleService_Gender[] */ public function setGenders($genders) { $this->genders = $genders; } /** * @return Google_Service_PeopleService_Gender[] */ public function getGenders() { return $this->genders; } /** * @param Google_Service_PeopleService_ImClient[] */ public function setImClients($imClients) { $this->imClients = $imClients; } /** * @return Google_Service_PeopleService_ImClient[] */ public function getImClients() { return $this->imClients; } /** * @param Google_Service_PeopleService_Interest[] */ public function setInterests($interests) { $this->interests = $interests; } /** * @return Google_Service_PeopleService_Interest[] */ public function getInterests() { return $this->interests; } /** * @param Google_Service_PeopleService_Locale[] */ public function setLocales($locales) { $this->locales = $locales; } /** * @return Google_Service_PeopleService_Locale[] */ public function getLocales() { return $this->locales; } /** * @param Google_Service_PeopleService_Location[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_PeopleService_Location[] */ public function getLocations() { return $this->locations; } /** * @param Google_Service_PeopleService_Membership[] */ public function setMemberships($memberships) { $this->memberships = $memberships; } /** * @return Google_Service_PeopleService_Membership[] */ public function getMemberships() { return $this->memberships; } /** * @param Google_Service_PeopleService_PersonMetadata */ public function setMetadata(Google_Service_PeopleService_PersonMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_PersonMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_PeopleService_MiscKeyword[] */ public function setMiscKeywords($miscKeywords) { $this->miscKeywords = $miscKeywords; } /** * @return Google_Service_PeopleService_MiscKeyword[] */ public function getMiscKeywords() { return $this->miscKeywords; } /** * @param Google_Service_PeopleService_Name[] */ public function setNames($names) { $this->names = $names; } /** * @return Google_Service_PeopleService_Name[] */ public function getNames() { return $this->names; } /** * @param Google_Service_PeopleService_Nickname[] */ public function setNicknames($nicknames) { $this->nicknames = $nicknames; } /** * @return Google_Service_PeopleService_Nickname[] */ public function getNicknames() { return $this->nicknames; } /** * @param Google_Service_PeopleService_Occupation[] */ public function setOccupations($occupations) { $this->occupations = $occupations; } /** * @return Google_Service_PeopleService_Occupation[] */ public function getOccupations() { return $this->occupations; } /** * @param Google_Service_PeopleService_Organization[] */ public function setOrganizations($organizations) { $this->organizations = $organizations; } /** * @return Google_Service_PeopleService_Organization[] */ public function getOrganizations() { return $this->organizations; } /** * @param Google_Service_PeopleService_PhoneNumber[] */ public function setPhoneNumbers($phoneNumbers) { $this->phoneNumbers = $phoneNumbers; } /** * @return Google_Service_PeopleService_PhoneNumber[] */ public function getPhoneNumbers() { return $this->phoneNumbers; } /** * @param Google_Service_PeopleService_Photo[] */ public function setPhotos($photos) { $this->photos = $photos; } /** * @return Google_Service_PeopleService_Photo[] */ public function getPhotos() { return $this->photos; } /** * @param Google_Service_PeopleService_Relation[] */ public function setRelations($relations) { $this->relations = $relations; } /** * @return Google_Service_PeopleService_Relation[] */ public function getRelations() { return $this->relations; } /** * @param Google_Service_PeopleService_RelationshipInterest[] */ public function setRelationshipInterests($relationshipInterests) { $this->relationshipInterests = $relationshipInterests; } /** * @return Google_Service_PeopleService_RelationshipInterest[] */ public function getRelationshipInterests() { return $this->relationshipInterests; } /** * @param Google_Service_PeopleService_RelationshipStatus[] */ public function setRelationshipStatuses($relationshipStatuses) { $this->relationshipStatuses = $relationshipStatuses; } /** * @return Google_Service_PeopleService_RelationshipStatus[] */ public function getRelationshipStatuses() { return $this->relationshipStatuses; } /** * @param Google_Service_PeopleService_Residence[] */ public function setResidences($residences) { $this->residences = $residences; } /** * @return Google_Service_PeopleService_Residence[] */ public function getResidences() { return $this->residences; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } /** * @param Google_Service_PeopleService_SipAddress[] */ public function setSipAddresses($sipAddresses) { $this->sipAddresses = $sipAddresses; } /** * @return Google_Service_PeopleService_SipAddress[] */ public function getSipAddresses() { return $this->sipAddresses; } /** * @param Google_Service_PeopleService_Skill[] */ public function setSkills($skills) { $this->skills = $skills; } /** * @return Google_Service_PeopleService_Skill[] */ public function getSkills() { return $this->skills; } /** * @param Google_Service_PeopleService_Tagline[] */ public function setTaglines($taglines) { $this->taglines = $taglines; } /** * @return Google_Service_PeopleService_Tagline[] */ public function getTaglines() { return $this->taglines; } /** * @param Google_Service_PeopleService_Url[] */ public function setUrls($urls) { $this->urls = $urls; } /** * @return Google_Service_PeopleService_Url[] */ public function getUrls() { return $this->urls; } /** * @param Google_Service_PeopleService_UserDefined[] */ public function setUserDefined($userDefined) { $this->userDefined = $userDefined; } /** * @return Google_Service_PeopleService_UserDefined[] */ public function getUserDefined() { return $this->userDefined; } } PK( Z•Lvendor/google/apiclient-services/src/Google/Service/PeopleService/Locale.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z.;Rvendor/google/apiclient-services/src/Google/Service/PeopleService/EmailAddress.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z$bnvendor/google/apiclient-services/src/Google/Service/PeopleService/CopyOtherContactToMyContactsGroupRequest.phpnu[copyMask = $copyMask; } public function getCopyMask() { return $this->copyMask; } public function setReadMask($readMask) { $this->readMask = $readMask; } public function getReadMask() { return $this->readMask; } public function setSources($sources) { $this->sources = $sources; } public function getSources() { return $this->sources; } } PK( ZCC_vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactGroupRequest.phpnu[contactGroup = $contactGroup; } /** * @return Google_Service_PeopleService_ContactGroup */ public function getContactGroup() { return $this->contactGroup; } public function setReadGroupFields($readGroupFields) { $this->readGroupFields = $readGroupFields; } public function getReadGroupFields() { return $this->readGroupFields; } public function setUpdateGroupFields($updateGroupFields) { $this->updateGroupFields = $updateGroupFields; } public function getUpdateGroupFields() { return $this->updateGroupFields; } } PK( Z$ avendor/google/apiclient-services/src/Google/Service/PeopleService/ListDirectoryPeopleResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } /** * @param Google_Service_PeopleService_Person[] */ public function setPeople($people) { $this->people = $people; } /** * @return Google_Service_PeopleService_Person[] */ public function getPeople() { return $this->people; } } PK( Z=)Lvendor/google/apiclient-services/src/Google/Service/PeopleService/Status.phpnu[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; } } PK( ZFLvendor/google/apiclient-services/src/Google/Service/PeopleService/FileAs.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZؖPX_vendor/google/apiclient-services/src/Google/Service/PeopleService/ListContactGroupsResponse.phpnu[contactGroups = $contactGroups; } /** * @return Google_Service_PeopleService_ContactGroup[] */ public function getContactGroups() { return $this->contactGroups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK( Z*-EEQvendor/google/apiclient-services/src/Google/Service/PeopleService/MiscKeyword.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZJl l Rvendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroup.phpnu[clientData = $clientData; } /** * @return Google_Service_PeopleService_GroupClientData[] */ public function getClientData() { return $this->clientData; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFormattedName($formattedName) { $this->formattedName = $formattedName; } public function getFormattedName() { return $this->formattedName; } public function setGroupType($groupType) { $this->groupType = $groupType; } public function getGroupType() { return $this->groupType; } public function setMemberCount($memberCount) { $this->memberCount = $memberCount; } public function getMemberCount() { return $this->memberCount; } public function setMemberResourceNames($memberResourceNames) { $this->memberResourceNames = $memberResourceNames; } public function getMemberResourceNames() { return $this->memberResourceNames; } /** * @param Google_Service_PeopleService_ContactGroupMetadata */ public function setMetadata(Google_Service_PeopleService_ContactGroupMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_ContactGroupMetadata */ public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK( ZH  Zvendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupResponse.phpnu[contactGroup = $contactGroup; } /** * @return Google_Service_PeopleService_ContactGroup */ public function getContactGroup() { return $this->contactGroup; } public function setRequestedResourceName($requestedResourceName) { $this->requestedResourceName = $requestedResourceName; } public function getRequestedResourceName() { return $this->requestedResourceName; } /** * @param Google_Service_PeopleService_Status */ public function setStatus(Google_Service_PeopleService_Status $status) { $this->status = $status; } /** * @return Google_Service_PeopleService_Status */ public function getStatus() { return $this->status; } } PK( ZVttWvendor/google/apiclient-services/src/Google/Service/PeopleService/GetPeopleResponse.phpnu[responses = $responses; } /** * @return Google_Service_PeopleService_PersonResponse[] */ public function getResponses() { return $this->responses; } } PK( Z:-T~~Pvendor/google/apiclient-services/src/Google/Service/PeopleService/CoverPhoto.phpnu[default = $default; } public function getDefault() { return $this->default; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK( ZmUxxVvendor/google/apiclient-services/src/Google/Service/PeopleService/DomainMembership.phpnu[inViewerDomain = $inViewerDomain; } public function getInViewerDomain() { return $this->inViewerDomain; } } PK( Z<Nvendor/google/apiclient-services/src/Google/Service/PeopleService/Location.phpnu[buildingId = $buildingId; } public function getBuildingId() { return $this->buildingId; } public function setCurrent($current) { $this->current = $current; } public function getCurrent() { return $this->current; } public function setDeskCode($deskCode) { $this->deskCode = $deskCode; } public function getDeskCode() { return $this->deskCode; } public function setFloor($floor) { $this->floor = $floor; } public function getFloor() { return $this->floor; } public function setFloorSection($floorSection) { $this->floorSection = $floorSection; } public function getFloorSection() { return $this->floorSection; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZSZ`uuNvendor/google/apiclient-services/src/Google/Service/PeopleService/Nickname.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z/`vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchDeleteContactsRequest.phpnu[resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } } PK( ZZs==Ivendor/google/apiclient-services/src/Google/Service/PeopleService/Url.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z(dSJvendor/google/apiclient-services/src/Google/Service/PeopleService/Name.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDisplayNameLastFirst($displayNameLastFirst) { $this->displayNameLastFirst = $displayNameLastFirst; } public function getDisplayNameLastFirst() { return $this->displayNameLastFirst; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setHonorificPrefix($honorificPrefix) { $this->honorificPrefix = $honorificPrefix; } public function getHonorificPrefix() { return $this->honorificPrefix; } public function setHonorificSuffix($honorificSuffix) { $this->honorificSuffix = $honorificSuffix; } public function getHonorificSuffix() { return $this->honorificSuffix; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setMiddleName($middleName) { $this->middleName = $middleName; } public function getMiddleName() { return $this->middleName; } public function setPhoneticFamilyName($phoneticFamilyName) { $this->phoneticFamilyName = $phoneticFamilyName; } public function getPhoneticFamilyName() { return $this->phoneticFamilyName; } public function setPhoneticFullName($phoneticFullName) { $this->phoneticFullName = $phoneticFullName; } public function getPhoneticFullName() { return $this->phoneticFullName; } public function setPhoneticGivenName($phoneticGivenName) { $this->phoneticGivenName = $phoneticGivenName; } public function getPhoneticGivenName() { return $this->phoneticGivenName; } public function setPhoneticHonorificPrefix($phoneticHonorificPrefix) { $this->phoneticHonorificPrefix = $phoneticHonorificPrefix; } public function getPhoneticHonorificPrefix() { return $this->phoneticHonorificPrefix; } public function setPhoneticHonorificSuffix($phoneticHonorificSuffix) { $this->phoneticHonorificSuffix = $phoneticHonorificSuffix; } public function getPhoneticHonorificSuffix() { return $this->phoneticHonorificSuffix; } public function setPhoneticMiddleName($phoneticMiddleName) { $this->phoneticMiddleName = $phoneticMiddleName; } public function getPhoneticMiddleName() { return $this->phoneticMiddleName; } public function setUnstructuredName($unstructuredName) { $this->unstructuredName = $unstructuredName; } public function getUnstructuredName() { return $this->unstructuredName; } } PK( ZRpOvendor/google/apiclient-services/src/Google/Service/PeopleService/Residence.phpnu[current = $current; } public function getCurrent() { return $this->current; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z7_eeUvendor/google/apiclient-services/src/Google/Service/PeopleService/ContactToCreate.phpnu[contactPerson = $contactPerson; } /** * @return Google_Service_PeopleService_Person */ public function getContactPerson() { return $this->contactPerson; } } PK( Z;=DDPvendor/google/apiclient-services/src/Google/Service/PeopleService/SipAddress.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZްppPvendor/google/apiclient-services/src/Google/Service/PeopleService/ClientData.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( Z`Mvendor/google/apiclient-services/src/Google/Service/PeopleService/Tagline.phpnu[metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZɿfRvendor/google/apiclient-services/src/Google/Service/PeopleService/AgeRangeType.phpnu[ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } } PK( ZRKvendor/google/apiclient-services/src/Google/Service/PeopleService/Event.phpnu[date = $date; } /** * @return Google_Service_PeopleService_Date */ public function getDate() { return $this->date; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z= Ʒ88`vendor/google/apiclient-services/src/Google/Service/PeopleService/DeleteContactPhotoResponse.phpnu[person = $person; } /** * @return Google_Service_PeopleService_Person */ public function getPerson() { return $this->person; } } PK( ZoXrvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DicomGcsDestination.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setUriPrefix($uriPrefix) { $this->uriPrefix = $uriPrefix; } public function getUriPrefix() { return $this->uriPrefix; } } PK( ZuMSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaGroup.phpnu[choice = $choice; } public function getChoice() { return $this->choice; } public function setMaxOccurs($maxOccurs) { $this->maxOccurs = $maxOccurs; } public function getMaxOccurs() { return $this->maxOccurs; } /** * @param Google_Service_CloudHealthcare_GroupOrSegment[] */ public function setMembers($members) { $this->members = $members; } /** * @return Google_Service_CloudHealthcare_GroupOrSegment[] */ public function getMembers() { return $this->members; } public function setMinOccurs($minOccurs) { $this->minOccurs = $minOccurs; } public function getMinOccurs() { return $this->minOccurs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( ZJ蒇Qvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/PatientId.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZQ>Tvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParserConfig.phpnu[allowNullHeader = $allowNullHeader; } public function getAllowNullHeader() { return $this->allowNullHeader; } /** * @param Google_Service_CloudHealthcare_SchemaPackage */ public function setSchema(Google_Service_CloudHealthcare_SchemaPackage $schema) { $this->schema = $schema; } /** * @return Google_Service_CloudHealthcare_SchemaPackage */ public function getSchema() { return $this->schema; } public function setSegmentTerminator($segmentTerminator) { $this->segmentTerminator = $segmentTerminator; } public function getSegmentTerminator() { return $this->segmentTerminator; } } PK( Z  Xvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyConfig.phpnu[dicom = $dicom; } /** * @return Google_Service_CloudHealthcare_DicomConfig */ public function getDicom() { return $this->dicom; } /** * @param Google_Service_CloudHealthcare_FhirConfig */ public function setFhir(Google_Service_CloudHealthcare_FhirConfig $fhir) { $this->fhir = $fhir; } /** * @return Google_Service_CloudHealthcare_FhirConfig */ public function getFhir() { return $this->fhir; } /** * @param Google_Service_CloudHealthcare_ImageConfig */ public function setImage(Google_Service_CloudHealthcare_ImageConfig $image) { $this->image = $image; } /** * @return Google_Service_CloudHealthcare_ImageConfig */ public function getImage() { return $this->image; } /** * @param Google_Service_CloudHealthcare_TextConfig */ public function setText(Google_Service_CloudHealthcare_TextConfig $text) { $this->text = $text; } /** * @return Google_Service_CloudHealthcare_TextConfig */ public function getText() { return $this->text; } } PK( Z`q^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/InfoTypeTransformation.phpnu[characterMaskConfig = $characterMaskConfig; } /** * @return Google_Service_CloudHealthcare_CharacterMaskConfig */ public function getCharacterMaskConfig() { return $this->characterMaskConfig; } /** * @param Google_Service_CloudHealthcare_CryptoHashConfig */ public function setCryptoHashConfig(Google_Service_CloudHealthcare_CryptoHashConfig $cryptoHashConfig) { $this->cryptoHashConfig = $cryptoHashConfig; } /** * @return Google_Service_CloudHealthcare_CryptoHashConfig */ public function getCryptoHashConfig() { return $this->cryptoHashConfig; } /** * @param Google_Service_CloudHealthcare_DateShiftConfig */ public function setDateShiftConfig(Google_Service_CloudHealthcare_DateShiftConfig $dateShiftConfig) { $this->dateShiftConfig = $dateShiftConfig; } /** * @return Google_Service_CloudHealthcare_DateShiftConfig */ public function getDateShiftConfig() { return $this->dateShiftConfig; } public function setInfoTypes($infoTypes) { $this->infoTypes = $infoTypes; } public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_CloudHealthcare_RedactConfig */ public function setRedactConfig(Google_Service_CloudHealthcare_RedactConfig $redactConfig) { $this->redactConfig = $redactConfig; } /** * @return Google_Service_CloudHealthcare_RedactConfig */ public function getRedactConfig() { return $this->redactConfig; } /** * @param Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig */ public function setReplaceWithInfoTypeConfig(Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) { $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; } /** * @return Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig */ public function getReplaceWithInfoTypeConfig() { return $this->replaceWithInfoTypeConfig; } } PK( ZҶXXVvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK( Zy] fvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ArchiveUserDataMappingResponse.phpnu[config = $config; } /** * @return Google_Service_CloudHealthcare_DeidentifyConfig */ public function getConfig() { return $this->config; } public function setDestinationDataset($destinationDataset) { $this->destinationDataset = $destinationDataset; } public function getDestinationDataset() { return $this->destinationDataset; } } PK( Z7WWWvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7SchemaConfig.phpnu[messageSchemaConfigs = $messageSchemaConfigs; } /** * @return Google_Service_CloudHealthcare_SchemaGroup[] */ public function getMessageSchemaConfigs() { return $this->messageSchemaConfigs; } /** * @param Google_Service_CloudHealthcare_VersionSource[] */ public function setVersion($version) { $this->version = $version; } /** * @return Google_Service_CloudHealthcare_VersionSource[] */ public function getVersion() { return $this->version; } } PK( ZUvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaPackage.phpnu[ignoreMinOccurs = $ignoreMinOccurs; } public function getIgnoreMinOccurs() { return $this->ignoreMinOccurs; } /** * @param Google_Service_CloudHealthcare_Hl7SchemaConfig[] */ public function setSchemas($schemas) { $this->schemas = $schemas; } /** * @return Google_Service_CloudHealthcare_Hl7SchemaConfig[] */ public function getSchemas() { return $this->schemas; } public function setSchematizedParsingType($schematizedParsingType) { $this->schematizedParsingType = $schematizedParsingType; } public function getSchematizedParsingType() { return $this->schematizedParsingType; } /** * @param Google_Service_CloudHealthcare_Hl7TypesConfig[] */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_CloudHealthcare_Hl7TypesConfig[] */ public function getTypes() { return $this->types; } } PK( ZMvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Field.phpnu[maxOccurs = $maxOccurs; } public function getMaxOccurs() { return $this->maxOccurs; } public function setMinOccurs($minOccurs) { $this->minOccurs = $minOccurs; } public function getMinOccurs() { return $this->minOccurs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( Z_|Wvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchematizedData.phpnu[data = $data; } public function getData() { return $this->data; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } } PK( Zz^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.phpnu[bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1DicomBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1DicomGcsDestination */ public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1DicomGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1DicomGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK( ZрVVWvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DateShiftConfig.phpnu[cryptoKey = $cryptoKey; } public function getCryptoKey() { return $this->cryptoKey; } } PK( Zg3\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RevokeConsentRequest.phpnu[consentArtifact = $consentArtifact; } public function getConsentArtifact() { return $this->consentArtifact; } } PK( Z# Rvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TextConfig.phpnu[transformations = $transformations; } /** * @return Google_Service_CloudHealthcare_InfoTypeTransformation[] */ public function getTransformations() { return $this->transformations; } } PK( ZqMvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary.phpnu[mshField = $mshField; } public function getMshField() { return $this->mshField; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK( ZeXxxLvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Type.phpnu[fields = $fields; } /** * @return Google_Service_CloudHealthcare_Field[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimitive($primitive) { $this->primitive = $primitive; } public function getPrimitive() { return $this->primitive; } } PK( Z=Rvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomStore.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_NotificationConfig */ public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_CloudHealthcare_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } } PK( Zlj Qvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.phpnu[disableReferentialIntegrity = $disableReferentialIntegrity; } public function getDisableReferentialIntegrity() { return $this->disableReferentialIntegrity; } public function setDisableResourceVersioning($disableResourceVersioning) { $this->disableResourceVersioning = $disableResourceVersioning; } public function getDisableResourceVersioning() { return $this->disableResourceVersioning; } public function setEnableUpdateCreate($enableUpdateCreate) { $this->enableUpdateCreate = $enableUpdateCreate; } public function getEnableUpdateCreate() { return $this->enableUpdateCreate; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_NotificationConfig */ public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_CloudHealthcare_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } /** * @param Google_Service_CloudHealthcare_StreamConfig[] */ public function setStreamConfigs($streamConfigs) { $this->streamConfigs = $streamConfigs; } /** * @return Google_Service_CloudHealthcare_StreamConfig[] */ public function getStreamConfigs() { return $this->streamConfigs; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( Z..\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDatasetsResponse.phpnu[datasets = $datasets; } /** * @return Google_Service_CloudHealthcare_Dataset[] */ public function getDatasets() { return $this->datasets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z #Ovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Segment.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } public function setSetId($setId) { $this->setId = $setId; } public function getSetId() { return $this->setId; } } PK( Z66dvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentRevisionsResponse.phpnu[consents = $consents; } /** * @return Google_Service_CloudHealthcare_Consent[] */ public function getConsents() { return $this->consents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z & Ovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Consent.phpnu[consentArtifact = $consentArtifact; } public function getConsentArtifact() { return $this->consentArtifact; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1ConsentPolicy[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1ConsentPolicy[] */ public function getPolicies() { return $this->policies; } public function setRevisionCreateTime($revisionCreateTime) { $this->revisionCreateTime = $revisionCreateTime; } public function getRevisionCreateTime() { return $this->revisionCreateTime; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK( Z4dWWXvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CryptoHashConfig.phpnu[cryptoKey = $cryptoKey; } public function getCryptoKey() { return $this->cryptoKey; } } PK( Zނ Wvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentArtifact.phpnu[consentContentScreenshots = $consentContentScreenshots; } /** * @return Google_Service_CloudHealthcare_Image[] */ public function getConsentContentScreenshots() { return $this->consentContentScreenshots; } public function setConsentContentVersion($consentContentVersion) { $this->consentContentVersion = $consentContentVersion; } public function getConsentContentVersion() { return $this->consentContentVersion; } /** * @param Google_Service_CloudHealthcare_Signature */ public function setGuardianSignature(Google_Service_CloudHealthcare_Signature $guardianSignature) { $this->guardianSignature = $guardianSignature; } /** * @return Google_Service_CloudHealthcare_Signature */ public function getGuardianSignature() { return $this->guardianSignature; } 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 setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } /** * @param Google_Service_CloudHealthcare_Signature */ public function setUserSignature(Google_Service_CloudHealthcare_Signature $userSignature) { $this->userSignature = $userSignature; } /** * @return Google_Service_CloudHealthcare_Signature */ public function getUserSignature() { return $this->userSignature; } /** * @param Google_Service_CloudHealthcare_Signature */ public function setWitnessSignature(Google_Service_CloudHealthcare_Signature $witnessSignature) { $this->witnessSignature = $witnessSignature; } /** * @return Google_Service_CloudHealthcare_Signature */ public function getWitnessSignature() { return $this->witnessSignature; } } PK( ZDyWvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HealthcareEmpty.phpnu[name = $name; } public function getName() { return $this->name; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK( ZymWvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/UserDataMapping.phpnu[archiveTime = $archiveTime; } public function getArchiveTime() { return $this->archiveTime; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } public function setDataId($dataId) { $this->dataId = $dataId; } public function getDataId() { return $this->dataId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_Attribute[] */ public function setResourceAttributes($resourceAttributes) { $this->resourceAttributes = $resourceAttributes; } /** * @return Google_Service_CloudHealthcare_Attribute[] */ public function getResourceAttributes() { return $this->resourceAttributes; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK( Z䟉[vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudHealthcare_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK( ZjpYvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentEvaluation.phpnu[evaluationResult = $evaluationResult; } public function getEvaluationResult() { return $this->evaluationResult; } } PK( ZMWvSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.phpnu[filterProfile = $filterProfile; } public function getFilterProfile() { return $this->filterProfile; } /** * @param Google_Service_CloudHealthcare_TagFilterList */ public function setKeepList(Google_Service_CloudHealthcare_TagFilterList $keepList) { $this->keepList = $keepList; } /** * @return Google_Service_CloudHealthcare_TagFilterList */ public function getKeepList() { return $this->keepList; } /** * @param Google_Service_CloudHealthcare_TagFilterList */ public function setRemoveList(Google_Service_CloudHealthcare_TagFilterList $removeList) { $this->removeList = $removeList; } /** * @return Google_Service_CloudHealthcare_TagFilterList */ public function getRemoveList() { return $this->removeList; } public function setSkipIdRedaction($skipIdRedaction) { $this->skipIdRedaction = $skipIdRedaction; } public function getSkipIdRedaction() { return $this->skipIdRedaction; } } PK( ZUUvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaSegment.phpnu[maxOccurs = $maxOccurs; } public function getMaxOccurs() { return $this->maxOccurs; } public function setMinOccurs($minOccurs) { $this->minOccurs = $minOccurs; } public function getMinOccurs() { return $this->minOccurs; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK( ZI}ŵUvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FieldMetadata.phpnu[action = $action; } public function getAction() { return $this->action; } public function setPaths($paths) { $this->paths = $paths; } public function getPaths() { return $this->paths; } } PK( Z:v88Nvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudHealthcare_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudHealthcare_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudHealthcare_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK( ZcT[vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AttributeDefinition.phpnu[allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setCategory($category) { $this->category = $category; } public function getCategory() { return $this->category; } public function setConsentDefaultValues($consentDefaultValues) { $this->consentDefaultValues = $consentDefaultValues; } public function getConsentDefaultValues() { return $this->consentDefaultValues; } public function setDataMappingDefaultValue($dataMappingDefaultValue) { $this->dataMappingDefaultValue = $dataMappingDefaultValue; } public function getDataMappingDefaultValue() { return $this->dataMappingDefaultValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK( Z=^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CancelOperationRequest.phpnu[textRedactionMode = $textRedactionMode; } public function getTextRedactionMode() { return $this->textRedactionMode; } } PK( ZxU^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ActivateConsentRequest.phpnu[consentArtifact = $consentArtifact; } public function getConsentArtifact() { return $this->consentArtifact; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK( Z+^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.phpnu[gcsSource = $gcsSource; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1DicomGcsSource */ public function getGcsSource() { return $this->gcsSource; } } PK( Zvbvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/QueryAccessibleDataRequest.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1ConsentGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } public function setRequestAttributes($requestAttributes) { $this->requestAttributes = $requestAttributes; } public function getRequestAttributes() { return $this->requestAttributes; } public function setResourceAttributes($resourceAttributes) { $this->resourceAttributes = $resourceAttributes; } public function getResourceAttributes() { return $this->resourceAttributes; } } PK( Z3'g Ovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Message.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMessageType($messageType) { $this->messageType = $messageType; } public function getMessageType() { return $this->messageType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_ParsedData */ public function setParsedData(Google_Service_CloudHealthcare_ParsedData $parsedData) { $this->parsedData = $parsedData; } /** * @return Google_Service_CloudHealthcare_ParsedData */ public function getParsedData() { return $this->parsedData; } /** * @param Google_Service_CloudHealthcare_PatientId[] */ public function setPatientIds($patientIds) { $this->patientIds = $patientIds; } /** * @return Google_Service_CloudHealthcare_PatientId[] */ public function getPatientIds() { return $this->patientIds; } /** * @param Google_Service_CloudHealthcare_SchematizedData */ public function setSchematizedData(Google_Service_CloudHealthcare_SchematizedData $schematizedData) { $this->schematizedData = $schematizedData; } /** * @return Google_Service_CloudHealthcare_SchematizedData */ public function getSchematizedData() { return $this->schematizedData; } public function setSendFacility($sendFacility) { $this->sendFacility = $sendFacility; } public function getSendFacility() { return $this->sendFacility; } public function setSendTime($sendTime) { $this->sendTime = $sendTime; } public function getSendTime() { return $this->sendTime; } } PK( ZEgJooavendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentStoresResponse.phpnu[consentStores = $consentStores; } /** * @return Google_Service_CloudHealthcare_ConsentStore[] */ public function getConsentStores() { return $this->consentStores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK( Z{!f\avendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ReplaceWithInfoTypeConfig.phpnu[message = $message; } /** * @return Google_Service_CloudHealthcare_Message */ public function getMessage() { return $this->message; } } PK( Z 22_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CheckDataAccessResponse.phpnu[consentDetails = $consentDetails; } /** * @return Google_Service_CloudHealthcare_ConsentEvaluation[] */ public function getConsentDetails() { return $this->consentDetails; } public function setConsented($consented) { $this->consented = $consented; } public function getConsented() { return $this->consented; } } PK( ZHFF^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CheckDataAccessRequest.phpnu[consentList = $consentList; } /** * @return Google_Service_CloudHealthcare_ConsentList */ public function getConsentList() { return $this->consentList; } public function setDataId($dataId) { $this->dataId = $dataId; } public function getDataId() { return $this->dataId; } public function setRequestAttributes($requestAttributes) { $this->requestAttributes = $requestAttributes; } public function getRequestAttributes() { return $this->requestAttributes; } public function setResponseView($responseView) { $this->responseView = $responseView; } public function getResponseView() { return $this->responseView; } } PK( Z,Ubvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK( Z4rrbvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $locations = $healthcareService->locations; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string 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_CloudHealthcare_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListLocationsResponse"); } } PK( Z9^~;;vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresConsents.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $consents = $healthcareService->consents; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresConsents extends Google_Service_Resource { /** * Activates the latest revision of the specified Consent by committing a new * revision with `state` updated to `ACTIVE`. If the latest revision of the * specified Consent is in the `ACTIVE` state, no new revision is committed. A * FAILED_PRECONDITION error occurs if the latest revision of the specified * Consent is in the `REJECTED` or `REVOKED` state. (consents.activate) * * @param string $name Required. The resource name of the Consent to activate, * of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_ * id}/consentStores/{consent_store_id}/consents/{consent_id}`. An * INVALID_ARGUMENT error occurs if `revision_id` is specified in the name. * @param Google_Service_CloudHealthcare_ActivateConsentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Consent */ public function activate($name, Google_Service_CloudHealthcare_ActivateConsentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_CloudHealthcare_Consent"); } /** * Creates a new Consent in the parent consent store. (consents.create) * * @param string $parent Required. Name of the consent store. * @param Google_Service_CloudHealthcare_Consent $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Consent */ public function create($parent, Google_Service_CloudHealthcare_Consent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_Consent"); } /** * Deletes the Consent and its revisions. To keep a record of the Consent but * mark it inactive, see [RevokeConsent]. To delete a revision of a Consent, see * [DeleteConsentRevision]. This operation does not delete the related Consent * artifact. (consents.delete) * * @param string $name Required. The resource name of the Consent to delete, of * the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /consentStores/{consent_store_id}/consents/{consent_id}`. An INVALID_ARGUMENT * error occurs if `revision_id` is specified in the name. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Deletes the specified revision of a Consent. An INVALID_ARGUMENT error occurs * if the specified revision is the latest revision. (consents.deleteRevision) * * @param string $name Required. The resource name of the Consent revision to * delete, of the form `projects/{project_id}/locations/{location_id}/datasets/{ * dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}@{revision_ * id}`. An INVALID_ARGUMENT error occurs if `revision_id` is not specified in * the name. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function deleteRevision($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deleteRevision', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the specified revision of a Consent, or the latest revision if * `revision_id` is not specified in the resource name. (consents.get) * * @param string $name Required. The resource name of the Consent to retrieve, * of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_ * id}/consentStores/{consent_store_id}/consents/{consent_id}`. In order to * retrieve a previous revision of the Consent, also provide the revision ID: `p * rojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentSto * res/{consent_store_id}/consents/{consent_id}@{revision_id}` * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Consent */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_Consent"); } /** * Lists the Consent in the given consent store, returning each Consent's latest * revision. (consents.listProjectsLocationsDatasetsConsentStoresConsents) * * @param string $parent Required. Name of the consent store to retrieve * Consents from. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Restricts the Consents returned to those * matching a filter. The following syntax is available: * A string field value * can be written as text inside quotation marks, for example `"query text"`. * The only valid relational operation for text fields is equality (`=`), where * text is searched within the field, rather than having the field be equal to * the text. For example, `"Comment = great"` returns messages with `great` in * the comment field. * A number field value can be written as an integer, a * decimal, or an exponential. The valid relational operators for number fields * are the equality operator (`=`), along with the less than/greater than * operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) * operator. You can prepend the `NOT` operator to an expression to negate it. * * A date field value must be written in `yyyy-mm-dd` form. Fields with date and * time use the RFC3339 time format. Leading zeros are required for one-digit * months and days. The valid relational operators for date fields are the * equality operator (`=`) , along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * Multiple * field query expressions can be combined in one query by adding `AND` or `OR` * operators between the expressions. If a boolean operator appears within a * quoted string, it is not treated as special, it's just another part of the * character string to be matched. You can prepend the `NOT` operator to an * expression to negate it. The fields available for filtering are: - user_id. * For example, `filter='user_id="user123"'`. - consent_artifact - state - * revision_create_time - metadata. For example, * `filter=Metadata(\"testkey\")=\"value\"` or * `filter=HasMetadata(\"testkey\")`. * @opt_param int pageSize Optional. Limit on the number of Consents to return * in a single response. If not specified, 100 is used. May not be larger than * 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * the previous List request, if any. * @return Google_Service_CloudHealthcare_ListConsentsResponse */ public function listProjectsLocationsDatasetsConsentStoresConsents($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListConsentsResponse"); } /** * Lists the revisions of the specified Consent in reverse chronological order. * (consents.listRevisions) * * @param string $name Required. The resource name of the Consent to retrieve * revisions for. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Restricts the revisions returned to those * matching a filter. The following syntax is available: * A string field value * can be written as text inside quotation marks, for example `"query text"`. * The only valid relational operation for text fields is equality (`=`), where * text is searched within the field, rather than having the field be equal to * the text. For example, `"Comment = great"` returns messages with `great` in * the comment field. * A number field value can be written as an integer, a * decimal, or an exponential. The valid relational operators for number fields * are the equality operator (`=`), along with the less than/greater than * operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) * operator. You can prepend the `NOT` operator to an expression to negate it. * * A date field value must be written in `yyyy-mm-dd` form. Fields with date and * time use the RFC3339 time format. Leading zeros are required for one-digit * months and days. The valid relational operators for date fields are the * equality operator (`=`) , along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * Multiple * field query expressions can be combined in one query by adding `AND` or `OR` * operators between the expressions. If a boolean operator appears within a * quoted string, it is not treated as special, it's just another part of the * character string to be matched. You can prepend the `NOT` operator to an * expression to negate it. Fields available for filtering are: - user_id. For * example, `filter='user_id="user123"'`. - consent_artifact - state - * revision_create_time - metadata. For example, * `filter=Metadata(\"testkey\")=\"value\"` or * `filter=HasMetadata(\"testkey\")`. * @opt_param int pageSize Optional. Limit on the number of revisions to return * in a single response. If not specified, 100 is used. May not be larger than * 1000. * @opt_param string pageToken Optional. Token to retrieve the next page of * results or empty if there are no more results in the list. * @return Google_Service_CloudHealthcare_ListConsentRevisionsResponse */ public function listRevisions($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('listRevisions', array($params), "Google_Service_CloudHealthcare_ListConsentRevisionsResponse"); } /** * Updates the latest revision of the specified Consent by committing a new * revision with the changes. A FAILED_PRECONDITION error occurs if the latest * revision of the specified Consent is in the `REJECTED` or `REVOKED` state. * (consents.patch) * * @param string $name Resource name of the Consent, of the form `projects/{proj * ect_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_ * store_id}/consents/{consent_id}`. Cannot be changed after creation. * @param Google_Service_CloudHealthcare_Consent $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The update mask to apply to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask. Only the * `user_id`, `policies`, `consent_artifact`, and `metadata` fields can be * updated. * @return Google_Service_CloudHealthcare_Consent */ public function patch($name, Google_Service_CloudHealthcare_Consent $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Consent"); } /** * Rejects the latest revision of the specified Consent by committing a new * revision with `state` updated to `REJECTED`. If the latest revision of the * specified Consent is in the `REJECTED` state, no new revision is committed. A * FAILED_PRECONDITION error occurs if the latest revision of the specified * Consent is in the `ACTIVE` or `REVOKED` state. (consents.reject) * * @param string $name Required. The resource name of the Consent to reject, of * the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /consentStores/{consent_store_id}/consents/{consent_id}`. An INVALID_ARGUMENT * error occurs if `revision_id` is specified in the name. * @param Google_Service_CloudHealthcare_RejectConsentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Consent */ public function reject($name, Google_Service_CloudHealthcare_RejectConsentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reject', array($params), "Google_Service_CloudHealthcare_Consent"); } /** * Revokes the latest revision of the specified Consent by committing a new * revision with `state` updated to `REVOKED`. If the latest revision of the * specified Consent is in the `REVOKED` state, no new revision is committed. A * FAILED_PRECONDITION error occurs if the latest revision of the given consent * is in `DRAFT` or `REJECTED` state. (consents.revoke) * * @param string $name Required. The resource name of the Consent to revoke, of * the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /consentStores/{consent_store_id}/consents/{consent_id}`. An INVALID_ARGUMENT * error occurs if `revision_id` is specified in the name. * @param Google_Service_CloudHealthcare_RevokeConsentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Consent */ public function revoke($name, Google_Service_CloudHealthcare_RevokeConsentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('revoke', array($params), "Google_Service_CloudHealthcare_Consent"); } } PK( Zk}$$|vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $studies = $healthcareService->studies; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudies extends Google_Service_Resource { /** * DeleteStudy deletes all instances within the given study. Delete requests are * equivalent to the GET requests specified in the Retrieve transaction. The * method returns an Operation which will be marked successful when the deletion * is complete. Warning: Inserting instances into a study while a delete * operation is running for that study could result in the new instances not * appearing in search results until the deletion operation finishes. For * samples that show how to call DeleteStudy, see [Deleting a study, series, or * instance](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#deleting_a_study_series_or_instance). (studies.delete) * * @param string $parent * @param string $dicomWebPath The path of the DeleteStudy request. For example, * `studies/{study_uid}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function delete($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * RetrieveStudyMetadata returns instance associated with the given study * presented as metadata with the bulk data removed. See [RetrieveTransaction] ( * http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4 * ). For details on the implementation of RetrieveStudyMetadata, see [Metadata * resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) * in the Cloud Healthcare API conformance statement. For samples that show how * to call RetrieveStudyMetadata, see [Retrieving * metadata](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_metadata). (studies.retrieveMetadata) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveStudyMetadata DICOMweb * request. For example, `studies/{study_uid}/metadata`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveStudy returns all instances within the given study. See * [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/htm * l/part18.html#sect_10.4). For details on the implementation of RetrieveStudy, * see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/d * icom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance * statement. For samples that show how to call RetrieveStudy, see [Retrieving * DICOM data](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_dicom_data). (studies.retrieveStudy) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveStudy DICOMweb request. * For example, `studies/{study_uid}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveStudy($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveStudy', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * SearchForInstances returns a list of matching instances. See [Search * Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18. * html#sect_10.6). For details on the implementation of SearchForInstances, see * [Search transaction](https://cloud.google.com/healthcare/docs/dicom#search_tr * ansaction) in the Cloud Healthcare API conformance statement. For samples * that show how to call SearchForInstances, see [Searching for studies, series, * instances, and frames](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#searching_for_studies_series_instances_and_frames). * (studies.searchForInstances) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the SearchForInstancesRequest * DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, * or `studies/{study_uid}/instances`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchForInstances($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * SearchForSeries returns a list of matching series. See [Search Transaction] ( * http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6 * ). For details on the implementation of SearchForSeries, see [Search transact * ion](https://cloud.google.com/healthcare/docs/dicom#search_transaction) in * the Cloud Healthcare API conformance statement. For samples that show how to * call SearchForSeries, see [Searching for studies, series, instances, and * frames](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#searching_for_studies_series_instances_and_frames). * (studies.searchForSeries) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the SearchForSeries DICOMweb request. * For example, `series` or `studies/{study_uid}/series`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchForSeries($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('searchForSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * StoreInstances stores DICOM instances associated with study instance unique * identifiers (SUID). See [Store Transaction] (http://dicom.nema.org/medical/di * com/current/output/html/part18.html#sect_10.5). For details on the * implementation of StoreInstances, see [Store transaction](https://cloud.googl * e.com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API * conformance statement. For samples that show how to call StoreInstances, see * [Storing DICOM data](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#storing_dicom_data). (studies.storeInstances) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the StoreInstances DICOMweb request. * For example, `studies/[{study_uid}]`. Note that the `study_uid` is optional. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function storeInstances($parent, $dicomWebPath, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('storeInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); } } PK( Z eevendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresAttributeDefinitions.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $attributeDefinitions = $healthcareService->attributeDefinitions; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresAttributeDefinitions extends Google_Service_Resource { /** * Creates a new Attribute definition in the parent consent store. * (attributeDefinitions.create) * * @param string $parent Required. The name of the consent store that this * Attribute definition belongs to. * @param Google_Service_CloudHealthcare_AttributeDefinition $postBody * @param array $optParams Optional parameters. * * @opt_param string attributeDefinitionId Required. The ID of the Attribute * definition to create. The string must match the following regex: `_a- * zA-Z{0,255}` and must not be a reserved keyword within the Common Expression * Language as listed on https://github.com/google/cel- * spec/blob/master/doc/langdef.md. * @return Google_Service_CloudHealthcare_AttributeDefinition */ public function create($parent, Google_Service_CloudHealthcare_AttributeDefinition $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_AttributeDefinition"); } /** * Deletes the specified Attribute definition. Fails if the Attribute definition * is referenced by any User data mapping, or the latest revision of any * Consent. (attributeDefinitions.delete) * * @param string $name Required. The resource name of the Attribute definition * to delete. To preserve referential integrity, Attribute definitions * referenced by a User data mapping or the latest revision of a Consent cannot * be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the specified Attribute definition. (attributeDefinitions.get) * * @param string $name Required. The resource name of the Attribute definition * to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_AttributeDefinition */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_AttributeDefinition"); } /** * Lists the Attribute definitions in the specified consent store. (attributeDef * initions.listProjectsLocationsDatasetsConsentStoresAttributeDefinitions) * * @param string $parent Required. Name of the consent store to retrieve * Attribute definitions from. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Restricts the attributes returned to those * matching a filter. The only field available for filtering is `category`. For * example, `filter=category=\"REQUEST\"`. * @opt_param int pageSize Optional. Limit on the number of Attribute * definitions to return in a single response. If not specified, 100 is used. * May not be larger than 1000. * @opt_param string pageToken Optional. Token to retrieve the next page of * results or empty to get the first page. * @return Google_Service_CloudHealthcare_ListAttributeDefinitionsResponse */ public function listProjectsLocationsDatasetsConsentStoresAttributeDefinitions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListAttributeDefinitionsResponse"); } /** * Updates the specified Attribute definition. (attributeDefinitions.patch) * * @param string $name Resource name of the Attribute definition, of the form `p * rojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentSto * res/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. * Cannot be changed after creation. * @param Google_Service_CloudHealthcare_AttributeDefinition $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The update mask that applies to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask. Only the * `description`, `allowed_values`, `consent_default_values` and * `data_mapping_default_value` fields can be updated. The updated * `allowed_values` must contain all values from the previous `allowed_values`. * @return Google_Service_CloudHealthcare_AttributeDefinition */ public function patch($name, Google_Service_CloudHealthcare_AttributeDefinition $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_AttributeDefinition"); } } PK( Z3w&w&jvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $datasets = $healthcareService->datasets; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends Google_Service_Resource { /** * Creates a new health dataset. Results are returned through the Operation * interface which returns either an `Operation.response` which contains a * Dataset or `Operation.error`. The metadata field type is OperationMetadata. * (datasets.create) * * @param string $parent The name of the project where the server creates the * dataset. For example, `projects/{project_id}/locations/{location_id}`. * @param Google_Service_CloudHealthcare_Dataset $postBody * @param array $optParams Optional parameters. * * @opt_param string datasetId The ID of the dataset that is being created. The * string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. * @return Google_Service_CloudHealthcare_Operation */ public function create($parent, Google_Service_CloudHealthcare_Dataset $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Creates a new dataset containing de-identified data from the source dataset. * The metadata field type is OperationMetadata. If the request is successful, * the response field type is DeidentifySummary. If errors occur, error is set. * The LRO result may still be successful if de-identification fails for some * DICOM instances. The new de-identified dataset will not contain these failed * resources. Failed resource totals are tracked in Operation.metadata. Error * details are also logged to Cloud Logging. For more information, see [Viewing * logs](/healthcare/docs/how-tos/logging). (datasets.deidentify) * * @param string $sourceDataset Source dataset resource name. For example, * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param Google_Service_CloudHealthcare_DeidentifyDatasetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function deidentify($sourceDataset, Google_Service_CloudHealthcare_DeidentifyDatasetRequest $postBody, $optParams = array()) { $params = array('sourceDataset' => $sourceDataset, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deidentify', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Deletes the specified health dataset and all data contained in the dataset. * Deleting a dataset does not affect the sources from which the dataset was * imported (if any). (datasets.delete) * * @param string $name The name of the dataset to delete. For example, * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets any metadata associated with a dataset. (datasets.get) * * @param string $name The name of the dataset to read. For example, * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Dataset */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_Dataset"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (datasets.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Lists the health datasets in the current project. * (datasets.listProjectsLocationsDatasets) * * @param string $parent The name of the project whose datasets should be * listed. For example, `projects/{project_id}/locations/{location_id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. If not * specified, 100 is used. May not be larger than 1000. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_CloudHealthcare_ListDatasetsResponse */ public function listProjectsLocationsDatasets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListDatasetsResponse"); } /** * Updates dataset metadata. (datasets.patch) * * @param string $name Resource name of the dataset, of the form * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param Google_Service_CloudHealthcare_Dataset $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_CloudHealthcare_Dataset */ public function patch($name, Google_Service_CloudHealthcare_Dataset $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Dataset"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (datasets.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Policy */ public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (datasets.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); } } PK( ZP6vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $frames = $healthcareService->frames; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames extends Google_Service_Resource { /** * RetrieveFrames returns instances associated with the given study, series, SOP * Instance UID and frame numbers. See [RetrieveTransaction] (http://dicom.nema. * org/medical/dicom/current/output/html/part18.html#sect_10.4}. For details on * the implementation of RetrieveFrames, see [DICOM * frames](https://cloud.google.com/healthcare/docs/dicom#dicom_frames) in the * Cloud Healthcare API conformance statement. For samples that show how to call * RetrieveFrames, see [Retrieving DICOM * data](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_dicom_data). (frames.retrieveFrames) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveFrames DICOMweb request. * For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid * }/frames/{frame_list}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveFrames($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveFrames', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveRenderedFrames returns instances associated with the given study, * series, SOP Instance UID and frame numbers in an acceptable Rendered Media * Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/ * output/html/part18.html#sect_10.4). For details on the implementation of * RetrieveRenderedFrames, see [Rendered * resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) * in the Cloud Healthcare API conformance statement. For samples that show how * to call RetrieveRenderedFrames, see [Retrieving consumer image * formats](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_consumer_image_formats). (frames.retrieveRendered) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveRenderedFrames DICOMweb * request. For example, `studies/{study_uid}/series/{series_uid}/instances/{ins * tance_uid}/frames/{frame_list}/rendered`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveRendered($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveRendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); } } PK( ZJJuvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $dicomStores = $healthcareService->dicomStores; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStores extends Google_Service_Resource { /** * Creates a new DICOM store within the parent dataset. (dicomStores.create) * * @param string $parent The name of the dataset this DICOM store belongs to. * @param Google_Service_CloudHealthcare_DicomStore $postBody * @param array $optParams Optional parameters. * * @opt_param string dicomStoreId The ID of the DICOM store that is being * created. Any string value up to 256 characters in length. * @return Google_Service_CloudHealthcare_DicomStore */ public function create($parent, Google_Service_CloudHealthcare_DicomStore $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_DicomStore"); } /** * De-identifies data from the source store and writes it to the destination * store. The metadata field type is OperationMetadata. If the request is * successful, the response field type is DeidentifyDicomStoreSummary. If errors * occur, error is set. The LRO result may still be successful if de- * identification fails for some DICOM instances. The output DICOM store will * not contain these failed resources. Failed resource totals are tracked in * Operation.metadata. Error details are also logged to Cloud Logging (see * [Viewing logs](/healthcare/docs/how-tos/logging)). (dicomStores.deidentify) * * @param string $sourceStore Source DICOM store resource name. For example, `pr * ojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores * /{dicom_store_id}`. * @param Google_Service_CloudHealthcare_DeidentifyDicomStoreRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function deidentify($sourceStore, Google_Service_CloudHealthcare_DeidentifyDicomStoreRequest $postBody, $optParams = array()) { $params = array('sourceStore' => $sourceStore, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deidentify', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Deletes the specified DICOM store and removes all images that are contained * within it. (dicomStores.delete) * * @param string $name The resource name of the DICOM store to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Exports data to the specified destination by copying it from the DICOM store. * Errors are also logged to Cloud Logging. For more information, see [Viewing * logs](/healthcare/docs/how-tos/logging). The metadata field type is * OperationMetadata. (dicomStores.export) * * @param string $name The DICOM store resource name from which to export the * data. For example, `projects/{project_id}/locations/{location_id}/datasets/{d * ataset_id}/dicomStores/{dicom_store_id}`. * @param Google_Service_CloudHealthcare_ExportDicomDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function export($name, Google_Service_CloudHealthcare_ExportDicomDataRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Gets the specified DICOM store. (dicomStores.get) * * @param string $name The resource name of the DICOM store to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_DicomStore */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_DicomStore"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (dicomStores.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Imports data into the DICOM store by copying it from the specified source. * Errors are logged to Cloud Logging. For more information, see [Viewing * logs](/healthcare/docs/how-tos/logging). The metadata field type is * OperationMetadata. (dicomStores.import) * * @param string $name The name of the DICOM store resource into which the data * is imported. For example, `projects/{project_id}/locations/{location_id}/data * sets/{dataset_id}/dicomStores/{dicom_store_id}`. * @param Google_Service_CloudHealthcare_ImportDicomDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function import($name, Google_Service_CloudHealthcare_ImportDicomDataRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Lists the DICOM stores in the given dataset. * (dicomStores.listProjectsLocationsDatasetsDicomStores) * * @param string $parent Name of the dataset. * @param array $optParams Optional parameters. * * @opt_param string filter Restricts stores returned to those matching a * filter. The following syntax is available: * A string field value can be * written as text inside quotation marks, for example `"query text"`. The only * valid relational operation for text fields is equality (`=`), where text is * searched within the field, rather than having the field be equal to the text. * For example, `"Comment = great"` returns messages with `great` in the comment * field. * A number field value can be written as an integer, a decimal, or an * exponential. The valid relational operators for number fields are the * equality operator (`=`), along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * A date field * value must be written in `yyyy-mm-dd` form. Fields with date and time use the * RFC3339 time format. Leading zeros are required for one-digit months and * days. The valid relational operators for date fields are the equality * operator (`=`) , along with the less than/greater than operators (`<`, `<=`, * `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend * the `NOT` operator to an expression to negate it. * Multiple field query * expressions can be combined in one query by adding `AND` or `OR` operators * between the expressions. If a boolean operator appears within a quoted * string, it is not treated as special, it's just another part of the character * string to be matched. You can prepend the `NOT` operator to an expression to * negate it. Only filtering on labels is supported. For example, * `labels.key=value`. * @opt_param int pageSize Limit on the number of DICOM stores to return in a * single response. If not specified, 100 is used. May not be larger than 1000. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @return Google_Service_CloudHealthcare_ListDicomStoresResponse */ public function listProjectsLocationsDatasetsDicomStores($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListDicomStoresResponse"); } /** * Updates the specified DICOM store. (dicomStores.patch) * * @param string $name Resource name of the DICOM store, of the form `projects/{ * project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_ * store_id}`. * @param Google_Service_CloudHealthcare_DicomStore $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_CloudHealthcare_DicomStore */ public function patch($name, Google_Service_CloudHealthcare_DicomStore $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_DicomStore"); } /** * SearchForInstances returns a list of matching instances. See [Search * Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18. * html#sect_10.6). For details on the implementation of SearchForInstances, see * [Search transaction](https://cloud.google.com/healthcare/docs/dicom#search_tr * ansaction) in the Cloud Healthcare API conformance statement. For samples * that show how to call SearchForInstances, see [Searching for studies, series, * instances, and frames](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#searching_for_studies_series_instances_and_frames). * (dicomStores.searchForInstances) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the SearchForInstancesRequest * DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, * or `studies/{study_uid}/instances`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchForInstances($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * SearchForSeries returns a list of matching series. See [Search Transaction] ( * http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6 * ). For details on the implementation of SearchForSeries, see [Search transact * ion](https://cloud.google.com/healthcare/docs/dicom#search_transaction) in * the Cloud Healthcare API conformance statement. For samples that show how to * call SearchForSeries, see [Searching for studies, series, instances, and * frames](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#searching_for_studies_series_instances_and_frames). * (dicomStores.searchForSeries) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the SearchForSeries DICOMweb request. * For example, `series` or `studies/{study_uid}/series`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchForSeries($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('searchForSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * SearchForStudies returns a list of matching studies. See [Search Transaction] * (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10. * 6). For details on the implementation of SearchForStudies, see [Search transa * ction](https://cloud.google.com/healthcare/docs/dicom#search_transaction) in * the Cloud Healthcare API conformance statement. For samples that show how to * call SearchForStudies, see [Searching for studies, series, instances, and * frames](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#searching_for_studies_series_instances_and_frames). * (dicomStores.searchForStudies) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the SearchForStudies DICOMweb * request. For example, `studies`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchForStudies($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('searchForStudies', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (dicomStores.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Policy */ public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * StoreInstances stores DICOM instances associated with study instance unique * identifiers (SUID). See [Store Transaction] (http://dicom.nema.org/medical/di * com/current/output/html/part18.html#sect_10.5). For details on the * implementation of StoreInstances, see [Store transaction](https://cloud.googl * e.com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API * conformance statement. For samples that show how to call StoreInstances, see * [Storing DICOM data](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#storing_dicom_data). (dicomStores.storeInstances) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the StoreInstances DICOMweb request. * For example, `studies/[{study_uid}]`. Note that the `study_uid` is optional. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function storeInstances($parent, $dicomWebPath, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('storeInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (dicomStores.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); } } PK( Zg(ttvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $series = $healthcareService->series; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeries extends Google_Service_Resource { /** * DeleteSeries deletes all instances within the given study and series. Delete * requests are equivalent to the GET requests specified in the Retrieve * transaction. The method returns an Operation which will be marked successful * when the deletion is complete. Warning: Inserting instances into a series * while a delete operation is running for that series could result in the new * instances not appearing in search results until the deletion operation * finishes. For samples that show how to call DeleteSeries, see [Deleting a * study, series, or instance](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#deleting_a_study_series_or_instance). (series.delete) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the DeleteSeries request. For * example, `studies/{study_uid}/series/{series_uid}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function delete($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * RetrieveSeriesMetadata returns instance associated with the given study and * series, presented as metadata with the bulk data removed. See * [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/htm * l/part18.html#sect_10.4). For details on the implementation of * RetrieveSeriesMetadata, see [Metadata * resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) * in the Cloud Healthcare API conformance statement. For samples that show how * to call RetrieveSeriesMetadata, see [Retrieving * metadata](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_metadata). (series.retrieveMetadata) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveSeriesMetadata DICOMweb * request. For example, `studies/{study_uid}/series/{series_uid}/metadata`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveSeries returns all instances within the given study and series. See * [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/htm * l/part18.html#sect_10.4). For details on the implementation of * RetrieveSeries, see [DICOM study/series/instances](https://cloud.google.com/h * ealthcare/docs/dicom#dicom_studyseriesinstances) in the Cloud Healthcare API * conformance statement. For samples that show how to call RetrieveSeries, see * [Retrieving DICOM data](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_dicom_data). (series.retrieveSeries) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveSeries DICOMweb request. * For example, `studies/{study_uid}/series/{series_uid}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveSeries($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * SearchForInstances returns a list of matching instances. See [Search * Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18. * html#sect_10.6). For details on the implementation of SearchForInstances, see * [Search transaction](https://cloud.google.com/healthcare/docs/dicom#search_tr * ansaction) in the Cloud Healthcare API conformance statement. For samples * that show how to call SearchForInstances, see [Searching for studies, series, * instances, and frames](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#searching_for_studies_series_instances_and_frames). * (series.searchForInstances) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the SearchForInstancesRequest * DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, * or `studies/{study_uid}/instances`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchForInstances($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); } } PK( Z[yyxvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $fhir = $healthcareService->fhir; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStoresFhir extends Google_Service_Resource { /** * Retrieves a Patient resource and resources related to that patient. * Implements the FHIR extended operation Patient-everything * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/patient- * operations.html#everything), * [STU3](http://hl7.org/implement/standards/fhir/STU3/patient- * operations.html#everything), [R4](http://hl7.org/implement/standards/fhir/R4 * /patient-operations.html#everything)). On success, the response body will * contain a JSON-encoded representation of a `Bundle` resource of type * `searchset`, containing the results of the operation. Errors generated by the * FHIR store will contain a JSON-encoded `OperationOutcome` resource describing * the reason for the error. If the request cannot be mapped to a valid API * method on a FHIR store, a generic GCP error might be returned instead. The * resources in scope for the response are: * The patient resource itself. * All * the resources directly referenced by the patient resource. * Resources * directly referencing the patient resource that meet the inclusion criteria. * The inclusion criteria are based on the membership rules in the patient * compartment definition ([DSTU2](http://hl7.org/fhir/DSTU2/compartment- * patient.html), [STU3](http://www.hl7.org/fhir/stu3/compartmentdefinition- * patient.html), [R4](http://hl7.org/fhir/R4/compartmentdefinition- * patient.html)), which details the eligible resource types and referencing * search parameters. For samples that show how to call `Patient-everything`, * see [Getting all patient compartment resources](/healthcare/docs/how-tos * /fhir-resources#getting_all_patient_compartment_resources). * (fhir.PatientEverything) * * @param string $name Name of the `Patient` resource for which the information * is required. * @param array $optParams Optional parameters. * * @opt_param int _count Maximum number of resources in a page. If not * specified, 100 is used. May not be larger than 1000. * @opt_param string _page_token Used to retrieve the next or previous page of * results when using pagination. Set `_page_token` to the value of _page_token * set in next or previous page links' url. Next and previous page are returned * in the response bundle's links field, where `link.relation` is "previous" or * "next". Omit `_page_token` if no previous request has been made. * @opt_param string _since If provided, only resources updated after this time * are returned. The time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For * example, `2015-02-07T13:28:17.239+02:00` or `2017-01-01T00:00:00Z`. The time * must be specified to the second and include a time zone. * @opt_param string _type String of comma-delimited FHIR resource types. If * provided, only resources of the specified resource type(s) are returned. * @opt_param string end The response includes records prior to the end date. If * no end date is provided, all records subsequent to the start date are in * scope. * @opt_param string start The response includes records subsequent to the start * date. If no start date is provided, all records prior to the end date are in * scope. * @return Google_Service_CloudHealthcare_HttpBody */ public function PatientEverything($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('Patient-everything', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Deletes all the historical versions of a resource (excluding the current * version) from the FHIR store. To remove all versions of a resource, first * delete the current version and then call this method. This is not a FHIR * standard operation. For samples that show how to call `Resource-purge`, see * [Deleting historical versions of a FHIR resource](/healthcare/docs/how-tos * /fhir-resources#deleting_historical_versions_of_a_fhir_resource). * (fhir.ResourcePurge) * * @param string $name The name of the resource to purge. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function ResourcePurge($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('Resource-purge', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the FHIR capability statement ([STU3](http://hl7.org/implement/standards * /fhir/STU3/capabilitystatement.html), * [R4](http://hl7.org/implement/standards/fhir/R4/capabilitystatement.html)), * or the [conformance * statement](http://hl7.org/implement/standards/fhir/DSTU2/conformance.html) in * the DSTU2 case for the store, which contains a description of functionality * supported by the server. Implements the FHIR standard capabilities * interaction * ([STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#capabilities), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#capabilities)), or * the [conformance interaction](http://hl7.org/implement/standards/fhir/DSTU2/h * ttp.html#conformance) in the DSTU2 case. On success, the response body will * contain a JSON-encoded representation of a `CapabilityStatement` resource. * (fhir.capabilities) * * @param string $name Name of the FHIR store to retrieve the capabilities for. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function capabilities($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('capabilities', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Creates a FHIR resource. Implements the FHIR standard create interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#create), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#create), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#create)), which * creates a new resource with a server-assigned resource ID. The request body * must contain a JSON-encoded FHIR resource, and the request headers must * contain `Content-Type: application/fhir+json`. On success, the response body * will contain a JSON-encoded representation of the resource as it was created * on the server, including the server-assigned resource ID and version ID. * Errors generated by the FHIR store will contain a JSON-encoded * `OperationOutcome` resource describing the reason for the error. If the * request cannot be mapped to a valid API method on a FHIR store, a generic GCP * error might be returned instead. For samples that show how to call `create`, * see [Creating a FHIR resource](/healthcare/docs/how-tos/fhir- * resources#creating_a_fhir_resource). (fhir.create) * * @param string $parent The name of the FHIR store this resource belongs to. * @param string $type The FHIR resource type to create, such as Patient or * Observation. For a complete list, see the FHIR Resource Index * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html), * [STU3](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html), * [R4](http://hl7.org/implement/standards/fhir/R4/resourcelist.html)). Must * match the resource type in the provided content. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function create($parent, $type, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'type' => $type, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Deletes a FHIR resource. Implements the FHIR standard delete interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#delete), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#delete), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#delete)). Note: * Unless resource versioning is disabled by setting the * disable_resource_versioning flag on the FHIR store, the deleted resources * will be moved to a history repository that can still be retrieved through * vread and related methods, unless they are removed by the purge method. For * samples that show how to call `delete`, see [Deleting a FHIR * resource](/healthcare/docs/how-tos/fhir-resources#deleting_a_fhir_resource). * (fhir.delete) * * @param string $name The name of the resource to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Executes all the requests in the given Bundle. Implements the FHIR standard * batch/transaction interaction ([DSTU2](http://hl7.org/implement/standards/fhi * r/DSTU2/http.html#transaction), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#transaction), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#transaction)). * Supports all interactions within a bundle, except search. This method accepts * Bundles of type `batch` and `transaction`, processing them according to the * batch processing rules * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#brules)) and * transaction processing rules * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.2), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.2), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#trules)). The * request body must contain a JSON-encoded FHIR `Bundle` resource, and the * request headers must contain `Content-Type: application/fhir+json`. For a * batch bundle or a successful transaction the response body will contain a * JSON-encoded representation of a `Bundle` resource of type `batch-response` * or `transaction-response` containing one entry for each entry in the request, * with the outcome of processing the entry. In the case of an error for a * transaction bundle, the response body will contain a JSON-encoded * `OperationOutcome` resource describing the reason for the error. If the * request cannot be mapped to a valid API method on a FHIR store, a generic GCP * error might be returned instead. For samples that show how to call * `executeBundle`, see [Managing FHIR resources using FHIR * bundles](/healthcare/docs/how-tos/fhir-bundles). (fhir.executeBundle) * * @param string $parent Name of the FHIR store in which this bundle will be * executed. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function executeBundle($parent, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('executeBundle', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Lists all the versions of a resource (including the current version and * deleted versions) from the FHIR store. Implements the per-resource form of * the FHIR standard history interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#history), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#history), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#history)). On * success, the response body will contain a JSON-encoded representation of a * `Bundle` resource of type `history`, containing the version history sorted * from most recent to oldest versions. Errors generated by the FHIR store will * contain a JSON-encoded `OperationOutcome` resource describing the reason for * the error. If the request cannot be mapped to a valid API method on a FHIR * store, a generic GCP error might be returned instead. For samples that show * how to call `history`, see [Listing FHIR resource versions](/healthcare/docs * /how-tos/fhir-resources#listing_fhir_resource_versions). (fhir.history) * * @param string $name The name of the resource to retrieve. * @param array $optParams Optional parameters. * * @opt_param string _at Only include resource versions that were current at * some point during the time period specified in the date time value. The date * parameter format is yyyy-mm-ddThh:mm:ss[Z|(+|-)hh:mm] Clients may specify any * of the following: * An entire year: `_at=2019` * An entire month: * `_at=2019-01` * A specific day: `_at=2019-01-20` * A specific second: * `_at=2018-12-31T23:59:58Z` * @opt_param int _count The maximum number of search results on a page. If not * specified, 100 is used. May not be larger than 1000. * @opt_param string _page_token Used to retrieve the first, previous, next, or * last page of resource versions when using pagination. Value should be set to * the value of `_page_token` set in next or previous page links' URLs. Next and * previous page are returned in the response bundle's links field, where * `link.relation` is "previous" or "next". Omit `_page_token` if no previous * request has been made. * @opt_param string _since Only include resource versions that were created at * or after the given instant in time. The instant in time uses the format YYYY- * MM-DDThh:mm:ss.sss+zz:zz (for example 2015-02-07T13:28:17.239+02:00 or * 2017-01-01T00:00:00Z). The time must be specified to the second and include a * time zone. * @return Google_Service_CloudHealthcare_HttpBody */ public function history($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('history', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Updates part of an existing resource by applying the operations specified in * a [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard * patch interaction * ([STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#patch), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#patch)). DSTU2 * doesn't define a patch method, but the server supports it in the same way it * supports STU3. The request body must contain a JSON Patch document, and the * request headers must contain `Content-Type: application/json-patch+json`. On * success, the response body will contain a JSON-encoded representation of the * updated resource, including the server-assigned version ID. Errors generated * by the FHIR store will contain a JSON-encoded `OperationOutcome` resource * describing the reason for the error. If the request cannot be mapped to a * valid API method on a FHIR store, a generic GCP error might be returned * instead. For samples that show how to call `patch`, see [Patching a FHIR * resource](/healthcare/docs/how-tos/fhir-resources#patching_a_fhir_resource). * (fhir.patch) * * @param string $name The name of the resource to update. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function patch($name, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Gets the contents of a FHIR resource. Implements the FHIR standard read * interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#read), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#read), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#read)). Also * supports the FHIR standard conditional read interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#cread), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#cread), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#cread)) specified * by supplying an `If-Modified-Since` header with a date/time value or an `If- * None-Match` header with an ETag value. On success, the response body will * contain a JSON-encoded representation of the resource. Errors generated by * the FHIR store will contain a JSON-encoded `OperationOutcome` resource * describing the reason for the error. If the request cannot be mapped to a * valid API method on a FHIR store, a generic GCP error might be returned * instead. For samples that show how to call `read`, see [Getting a FHIR * resource](/healthcare/docs/how-tos/fhir-resources#getting_a_fhir_resource). * (fhir.read) * * @param string $name The name of the resource to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function read($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('read', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Searches for resources in the given FHIR store according to criteria * specified as query parameters. Implements the FHIR standard search * interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#search), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#search), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#search)) using the * search semantics described in the FHIR Search specification * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/search.html), * [STU3](http://hl7.org/implement/standards/fhir/STU3/search.html), * [R4](http://hl7.org/implement/standards/fhir/R4/search.html)). Supports four * methods of search defined by the specification: * `GET [base]?[parameters]` * to search across all resources. * `GET [base]/[type]?[parameters]` to search * resources of a specified type. * `POST [base]/_search?[parameters]` as an * alternate form having the same semantics as the `GET` method across all * resources. * `POST [base]/[type]/_search?[parameters]` as an alternate form * having the same semantics as the `GET` method for the specified type. The * `GET` and `POST` methods do not support compartment searches. The `POST` * method does not support `application/x-www-form-urlencoded` search * parameters. On success, the response body will contain a JSON-encoded * representation of a `Bundle` resource of type `searchset`, containing the * results of the search. Errors generated by the FHIR store will contain a * JSON-encoded `OperationOutcome` resource describing the reason for the error. * If the request cannot be mapped to a valid API method on a FHIR store, a * generic GCP error might be returned instead. The server's capability * statement, retrieved through capabilities, indicates what search parameters * are supported on each FHIR resource. A list of all search parameters defined * by the specification can be found in the FHIR Search Parameter Registry * ([STU3](http://hl7.org/implement/standards/fhir/STU3/searchparameter- * registry.html), [R4](http://hl7.org/implement/standards/fhir/R4 * /searchparameter-registry.html)). FHIR search parameters for DSTU2 can be * found on each resource's definition page. Supported search modifiers: * `:missing`, `:exact`, `:contains`, `:text`, `:in`, `:not-in`, `:above`, * `:below`, `:[type]`, `:not`, and `:recurse`. Supported search result * parameters: `_sort`, `_count`, `_include`, `_revinclude`, `_summary=text`, * `_summary=data`, and `_elements`. The maximum number of search results * returned defaults to 100, which can be overridden by the `_count` parameter * up to a maximum limit of 1000. If there are additional results, the returned * `Bundle` will contain pagination links. Resources with a total size larger * than 5MB or a field count larger than 50,000 might not be fully searchable as * the server might trim its generated search index in those cases. Note: FHIR * resources are indexed asynchronously, so there might be a slight delay * between the time a resource is created or changes and when the change is * reflected in search results. For samples and detailed information, see * [Searching for FHIR resources](/healthcare/docs/how-tos/fhir-search) and * [Advanced FHIR search features](/healthcare/docs/how-tos/fhir-advanced- * search). (fhir.search) * * @param string $parent Name of the FHIR store to retrieve resources from. * @param Google_Service_CloudHealthcare_SearchResourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function search($parent, Google_Service_CloudHealthcare_SearchResourcesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Searches for resources in the given FHIR store according to criteria * specified as query parameters. Implements the FHIR standard search * interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#search), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#search), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#search)) using the * search semantics described in the FHIR Search specification * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/search.html), * [STU3](http://hl7.org/implement/standards/fhir/STU3/search.html), * [R4](http://hl7.org/implement/standards/fhir/R4/search.html)). Supports four * methods of search defined by the specification: * `GET [base]?[parameters]` * to search across all resources. * `GET [base]/[type]?[parameters]` to search * resources of a specified type. * `POST [base]/_search?[parameters]` as an * alternate form having the same semantics as the `GET` method across all * resources. * `POST [base]/[type]/_search?[parameters]` as an alternate form * having the same semantics as the `GET` method for the specified type. The * `GET` and `POST` methods do not support compartment searches. The `POST` * method does not support `application/x-www-form-urlencoded` search * parameters. On success, the response body will contain a JSON-encoded * representation of a `Bundle` resource of type `searchset`, containing the * results of the search. Errors generated by the FHIR store will contain a * JSON-encoded `OperationOutcome` resource describing the reason for the error. * If the request cannot be mapped to a valid API method on a FHIR store, a * generic GCP error might be returned instead. The server's capability * statement, retrieved through capabilities, indicates what search parameters * are supported on each FHIR resource. A list of all search parameters defined * by the specification can be found in the FHIR Search Parameter Registry * ([STU3](http://hl7.org/implement/standards/fhir/STU3/searchparameter- * registry.html), [R4](http://hl7.org/implement/standards/fhir/R4 * /searchparameter-registry.html)). FHIR search parameters for DSTU2 can be * found on each resource's definition page. Supported search modifiers: * `:missing`, `:exact`, `:contains`, `:text`, `:in`, `:not-in`, `:above`, * `:below`, `:[type]`, `:not`, and `:recurse`. Supported search result * parameters: `_sort`, `_count`, `_include`, `_revinclude`, `_summary=text`, * `_summary=data`, and `_elements`. The maximum number of search results * returned defaults to 100, which can be overridden by the `_count` parameter * up to a maximum limit of 1000. If there are additional results, the returned * `Bundle` will contain pagination links. Resources with a total size larger * than 5MB or a field count larger than 50,000 might not be fully searchable as * the server might trim its generated search index in those cases. Note: FHIR * resources are indexed asynchronously, so there might be a slight delay * between the time a resource is created or changes and when the change is * reflected in search results. For samples and detailed information, see * [Searching for FHIR resources](/healthcare/docs/how-tos/fhir-search) and * [Advanced FHIR search features](/healthcare/docs/how-tos/fhir-advanced- * search). (fhir.searchType) * * @param string $parent Name of the FHIR store to retrieve resources from. * @param string $resourceType The FHIR resource type to search, such as Patient * or Observation. For a complete list, see the FHIR Resource Index * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html), * [STU3](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html), * [R4](http://hl7.org/implement/standards/fhir/R4/resourcelist.html)). * @param Google_Service_CloudHealthcare_SearchResourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function searchType($parent, $resourceType, Google_Service_CloudHealthcare_SearchResourcesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'resourceType' => $resourceType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search-type', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Updates the entire contents of a resource. Implements the FHIR standard * update interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#update), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#update), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#update)). If the * specified resource does not exist and the FHIR store has enable_update_create * set, creates the resource with the client-specified ID. It is strongly * advised not to include or encode any sensitive data such as patient * identifiers in client-specified resource IDs. Those IDs are part of the FHIR * resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications. * Those IDs can also be contained in reference fields within other resources. * The request body must contain a JSON-encoded FHIR resource, and the request * headers must contain `Content-Type: application/fhir+json`. The resource must * contain an `id` element having an identical value to the ID in the REST path * of the request. On success, the response body will contain a JSON-encoded * representation of the updated resource, including the server-assigned version * ID. Errors generated by the FHIR store will contain a JSON-encoded * `OperationOutcome` resource describing the reason for the error. If the * request cannot be mapped to a valid API method on a FHIR store, a generic GCP * error might be returned instead. For samples that show how to call `update`, * see [Updating a FHIR resource](/healthcare/docs/how-tos/fhir- * resources#updating_a_fhir_resource). (fhir.update) * * @param string $name The name of the resource to update. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function update($name, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * Gets the contents of a version (current or historical) of a FHIR resource by * version ID. Implements the FHIR standard vread interaction * ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#vread), * [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#vread), * [R4](http://hl7.org/implement/standards/fhir/R4/http.html#vread)). On * success, the response body will contain a JSON-encoded representation of the * resource. Errors generated by the FHIR store will contain a JSON-encoded * `OperationOutcome` resource describing the reason for the error. If the * request cannot be mapped to a valid API method on a FHIR store, a generic GCP * error might be returned instead. For samples that show how to call `vread`, * see [Retrieving a FHIR resource version](/healthcare/docs/how-tos/fhir- * resources#retrieving_a_fhir_resource_version). (fhir.vread) * * @param string $name The name of the resource version to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function vread($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('vread', array($params), "Google_Service_CloudHealthcare_HttpBody"); } } PK( Zt=&=&uvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $hl7V2Stores = $healthcareService->hl7V2Stores; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stores extends Google_Service_Resource { /** * Creates a new HL7v2 store within the parent dataset. (hl7V2Stores.create) * * @param string $parent The name of the dataset this HL7v2 store belongs to. * @param Google_Service_CloudHealthcare_Hl7V2Store $postBody * @param array $optParams Optional parameters. * * @opt_param string hl7V2StoreId The ID of the HL7v2 store that is being * created. The string must match the following regex: * `[\p{L}\p{N}_\-\.]{1,256}`. * @return Google_Service_CloudHealthcare_Hl7V2Store */ public function create($parent, Google_Service_CloudHealthcare_Hl7V2Store $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_Hl7V2Store"); } /** * Deletes the specified HL7v2 store and removes all messages that it contains. * (hl7V2Stores.delete) * * @param string $name The resource name of the HL7v2 store to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the specified HL7v2 store. (hl7V2Stores.get) * * @param string $name The resource name of the HL7v2 store to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Hl7V2Store */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_Hl7V2Store"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (hl7V2Stores.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Lists the HL7v2 stores in the given dataset. * (hl7V2Stores.listProjectsLocationsDatasetsHl7V2Stores) * * @param string $parent Name of the dataset. * @param array $optParams Optional parameters. * * @opt_param string filter Restricts stores returned to those matching a * filter. The following syntax is available: * A string field value can be * written as text inside quotation marks, for example `"query text"`. The only * valid relational operation for text fields is equality (`=`), where text is * searched within the field, rather than having the field be equal to the text. * For example, `"Comment = great"` returns messages with `great` in the comment * field. * A number field value can be written as an integer, a decimal, or an * exponential. The valid relational operators for number fields are the * equality operator (`=`), along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * A date field * value must be written in `yyyy-mm-dd` form. Fields with date and time use the * RFC3339 time format. Leading zeros are required for one-digit months and * days. The valid relational operators for date fields are the equality * operator (`=`) , along with the less than/greater than operators (`<`, `<=`, * `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend * the `NOT` operator to an expression to negate it. * Multiple field query * expressions can be combined in one query by adding `AND` or `OR` operators * between the expressions. If a boolean operator appears within a quoted * string, it is not treated as special, it's just another part of the character * string to be matched. You can prepend the `NOT` operator to an expression to * negate it. Only filtering on labels is supported. For example, * `labels.key=value`. * @opt_param int pageSize Limit on the number of HL7v2 stores to return in a * single response. If not specified, 100 is used. May not be larger than 1000. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @return Google_Service_CloudHealthcare_ListHl7V2StoresResponse */ public function listProjectsLocationsDatasetsHl7V2Stores($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListHl7V2StoresResponse"); } /** * Updates the HL7v2 store. (hl7V2Stores.patch) * * @param string $name Resource name of the HL7v2 store, of the form * `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`. * @param Google_Service_CloudHealthcare_Hl7V2Store $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_CloudHealthcare_Hl7V2Store */ public function patch($name, Google_Service_CloudHealthcare_Hl7V2Store $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Hl7V2Store"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (hl7V2Stores.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Policy */ public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (hl7V2Stores.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); } } PK( Z /PPtvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $operations = $healthcareService->operations; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudHealthcare_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function cancel($name, Google_Service_CloudHealthcare_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsDatasetsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_CloudHealthcare_ListOperationsResponse */ public function listProjectsLocationsDatasetsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListOperationsResponse"); } } PK( Zi>22wvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStores.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $consentStores = $healthcareService->consentStores; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStores extends Google_Service_Resource { /** * Checks if a particular data_id of a User data mapping in the specified * consent store is consented for the specified use. * (consentStores.checkDataAccess) * * @param string $consentStore Required. Name of the consent store where the * requested data_id is stored, of the form `projects/{project_id}/locations/{lo * cation_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. * @param Google_Service_CloudHealthcare_CheckDataAccessRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_CheckDataAccessResponse */ public function checkDataAccess($consentStore, Google_Service_CloudHealthcare_CheckDataAccessRequest $postBody, $optParams = array()) { $params = array('consentStore' => $consentStore, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkDataAccess', array($params), "Google_Service_CloudHealthcare_CheckDataAccessResponse"); } /** * Creates a new consent store in the parent dataset. Attempting to create a * consent store with the same ID as an existing store fails with an * ALREADY_EXISTS error. (consentStores.create) * * @param string $parent Required. The name of the dataset this consent store * belongs to. * @param Google_Service_CloudHealthcare_ConsentStore $postBody * @param array $optParams Optional parameters. * * @opt_param string consentStoreId Required. The ID of the consent store to * create. The string must match the following regex: * `[\p{L}\p{N}_\-\.]{1,256}`. Cannot be changed after creation. * @return Google_Service_CloudHealthcare_ConsentStore */ public function create($parent, Google_Service_CloudHealthcare_ConsentStore $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_ConsentStore"); } /** * Deletes the specified consent store and removes all the consent store's data. * (consentStores.delete) * * @param string $name Required. The resource name of the consent store to * delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Evaluates the user's Consents for all matching User data mappings. Note: User * data mappings are indexed asynchronously, which can cause a slight delay * between the time mappings are created or updated and when they are included * in EvaluateUserConsents results. (consentStores.evaluateUserConsents) * * @param string $consentStore Required. Name of the consent store to retrieve * User data mappings from. * @param Google_Service_CloudHealthcare_EvaluateUserConsentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_EvaluateUserConsentsResponse */ public function evaluateUserConsents($consentStore, Google_Service_CloudHealthcare_EvaluateUserConsentsRequest $postBody, $optParams = array()) { $params = array('consentStore' => $consentStore, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('evaluateUserConsents', array($params), "Google_Service_CloudHealthcare_EvaluateUserConsentsResponse"); } /** * Gets the specified consent store. (consentStores.get) * * @param string $name Required. The resource name of the consent store to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_ConsentStore */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_ConsentStore"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (consentStores.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Lists the consent stores in the specified dataset. * (consentStores.listProjectsLocationsDatasetsConsentStores) * * @param string $parent Required. Name of the dataset. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Restricts the stores returned to those * matching a filter. Only filtering on labels is supported. For example, * `filter=labels.key=value`. * @opt_param int pageSize Optional. Limit on the number of consent stores to * return in a single response. If not specified, 100 is used. May not be larger * than 1000. * @opt_param string pageToken Optional. Token to retrieve the next page of * results, or empty to get the first page. * @return Google_Service_CloudHealthcare_ListConsentStoresResponse */ public function listProjectsLocationsDatasetsConsentStores($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListConsentStoresResponse"); } /** * Updates the specified consent store. (consentStores.patch) * * @param string $name Resource name of the consent store, of the form `projects * /{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{co * nsent_store_id}`. Cannot be changed after creation. * @param Google_Service_CloudHealthcare_ConsentStore $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The update mask that applies to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask. Only the * `labels`, `default_consent_ttl`, and `enable_consent_create_on_update` fields * are allowed to be updated. * @return Google_Service_CloudHealthcare_ConsentStore */ public function patch($name, Google_Service_CloudHealthcare_ConsentStore $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_ConsentStore"); } /** * Queries all data_ids that are consented for a specified use in the given * consent store and writes them to a specified destination. The returned * Operation includes a progress counter for the number of User data mappings * processed. Errors are logged to Cloud Logging (see [Viewing logs] * (cloud.google.com/healthcare/docs/how-tos/logging)). For example, the * following sample log entry shows a `failed to evaluate consent policy` error * that occurred during a QueryAccessibleData call to consent store `projects/{p * roject_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{conse * nt_store_id}`. ```json jsonPayload: { @type: "type.googleapis.com/google.clou * d.healthcare.logging.QueryAccessibleDataLogEntry" error: { code: 9 message: * "failed to evaluate consent policy" } resourceName: "projects/{project_id}/lo * cations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/ * consents/{consent_id}" } logName: "projects/{project_id}/logs/healthcare.goog * leapis.com%2Fquery_accessible_data" operation: { id: "projects/{project_id}/l * ocations/{location_id}/datasets/{dataset_id}/operations/{operation_id}" * producer: "healthcare.googleapis.com/QueryAccessibleData" } receiveTimestamp: * "TIMESTAMP" resource: { labels: { consent_store_id: "{consent_store_id}" * dataset_id: "{dataset_id}" location: "{location_id}" project_id: * "{project_id}" } type: "healthcare_consent_store" } severity: "ERROR" * timestamp: "TIMESTAMP" ``` (consentStores.queryAccessibleData) * * @param string $consentStore Required. Name of the consent store to retrieve * User data mappings from. * @param Google_Service_CloudHealthcare_QueryAccessibleDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function queryAccessibleData($consentStore, Google_Service_CloudHealthcare_QueryAccessibleDataRequest $postBody, $optParams = array()) { $params = array('consentStore' => $consentStore, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('queryAccessibleData', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (consentStores.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Policy */ public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (consentStores.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); } } PK( Z\r_Yvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/Projects.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $projects = $healthcareService->projects; * */ class Google_Service_CloudHealthcare_Resource_Projects extends Google_Service_Resource { } PK( ZiY``vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresUserDataMappings.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $userDataMappings = $healthcareService->userDataMappings; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresUserDataMappings extends Google_Service_Resource { /** * Archives the specified User data mapping. (userDataMappings.archive) * * @param string $name Required. The resource name of the User data mapping to * archive. * @param Google_Service_CloudHealthcare_ArchiveUserDataMappingRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_ArchiveUserDataMappingResponse */ public function archive($name, Google_Service_CloudHealthcare_ArchiveUserDataMappingRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('archive', array($params), "Google_Service_CloudHealthcare_ArchiveUserDataMappingResponse"); } /** * Creates a new User data mapping in the parent consent store. * (userDataMappings.create) * * @param string $parent Required. Name of the consent store. * @param Google_Service_CloudHealthcare_UserDataMapping $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_UserDataMapping */ public function create($parent, Google_Service_CloudHealthcare_UserDataMapping $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_UserDataMapping"); } /** * Deletes the specified User data mapping. (userDataMappings.delete) * * @param string $name Required. The resource name of the User data mapping to * delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the specified User data mapping. (userDataMappings.get) * * @param string $name Required. The resource name of the User data mapping to * retrieve. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_UserDataMapping */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_UserDataMapping"); } /** * Lists the User data mappings in the specified consent store. * (userDataMappings.listProjectsLocationsDatasetsConsentStoresUserDataMappings) * * @param string $parent Required. Name of the consent store to retrieve User * data mappings from. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Restricts the User data mappings returned * to those matching a filter. The following syntax is available: * A string * field value can be written as text inside quotation marks, for example * `"query text"`. The only valid relational operation for text fields is * equality (`=`), where text is searched within the field, rather than having * the field be equal to the text. For example, `"Comment = great"` returns * messages with `great` in the comment field. * A number field value can be * written as an integer, a decimal, or an exponential. The valid relational * operators for number fields are the equality operator (`=`), along with the * less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is * no inequality (`!=`) operator. You can prepend the `NOT` operator to an * expression to negate it. * A date field value must be written in `yyyy-mm-dd` * form. Fields with date and time use the RFC3339 time format. Leading zeros * are required for one-digit months and days. The valid relational operators * for date fields are the equality operator (`=`) , along with the less * than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no * inequality (`!=`) operator. You can prepend the `NOT` operator to an * expression to negate it. * Multiple field query expressions can be combined * in one query by adding `AND` or `OR` operators between the expressions. If a * boolean operator appears within a quoted string, it is not treated as * special, it's just another part of the character string to be matched. You * can prepend the `NOT` operator to an expression to negate it. The fields * available for filtering are: - data_id - user_id. For example, * `filter=user_id=\"user123\"`. - archived - archive_time * @opt_param int pageSize Optional. Limit on the number of User data mappings * to return in a single response. If not specified, 100 is used. May not be * larger than 1000. * @opt_param string pageToken Optional. Token to retrieve the next page of * results, or empty to get the first page. * @return Google_Service_CloudHealthcare_ListUserDataMappingsResponse */ public function listProjectsLocationsDatasetsConsentStoresUserDataMappings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListUserDataMappingsResponse"); } /** * Updates the specified User data mapping. (userDataMappings.patch) * * @param string $name Resource name of the User data mapping, of the form `proj * ects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores * /{consent_store_id}/userDataMappings/{user_data_mapping_id}`. * @param Google_Service_CloudHealthcare_UserDataMapping $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The update mask that applies to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask. Only the * `data_id`, `user_id` and `resource_attributes` fields can be updated. * @return Google_Service_CloudHealthcare_UserDataMapping */ public function patch($name, Google_Service_CloudHealthcare_UserDataMapping $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_UserDataMapping"); } } PK) Zy;(;(}vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $messages = $healthcareService->messages; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2StoresMessages extends Google_Service_Resource { /** * Parses and stores an HL7v2 message. This method triggers an asynchronous * notification to any Cloud Pub/Sub topic configured in * projects.locations.datasets.hl7V2Stores.Hl7V2NotificationConfig, if the * filtering matches the message. If an MLLP adapter is configured to listen to * a Cloud Pub/Sub topic, the adapter transmits the message when a notification * is received. (messages.create) * * @param string $parent The name of the dataset this message belongs to. * @param Google_Service_CloudHealthcare_CreateMessageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Message */ public function create($parent, Google_Service_CloudHealthcare_CreateMessageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_Message"); } /** * Deletes an HL7v2 message. (messages.delete) * * @param string $name The resource name of the HL7v2 message to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets an HL7v2 message. (messages.get) * * @param string $name The resource name of the HL7v2 message to retrieve. * @param array $optParams Optional parameters. * * @opt_param string view Specifies which parts of the Message resource to * return in the response. When unspecified, equivalent to FULL. * @return Google_Service_CloudHealthcare_Message */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_Message"); } /** * Parses and stores an HL7v2 message. This method triggers an asynchronous * notification to any Cloud Pub/Sub topic configured in * projects.locations.datasets.hl7V2Stores.Hl7V2NotificationConfig, if the * filtering matches the message. If an MLLP adapter is configured to listen to * a Cloud Pub/Sub topic, the adapter transmits the message when a notification * is received. This method also generates a response containing an HL7v2 * acknowledgement (`ACK`) message when successful or a negative acknowledgement * (`NACK`) message in case of error, suitable for replying to HL7v2 interface * systems that expect these acknowledgements. (messages.ingest) * * @param string $parent The name of the HL7v2 store this message belongs to. * @param Google_Service_CloudHealthcare_IngestMessageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_IngestMessageResponse */ public function ingest($parent, Google_Service_CloudHealthcare_IngestMessageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('ingest', array($params), "Google_Service_CloudHealthcare_IngestMessageResponse"); } /** * Lists all the messages in the given HL7v2 store with support for filtering. * Note: HL7v2 messages are indexed asynchronously, so there might be a slight * delay between the time a message is created and when it can be found through * a filter. (messages.listProjectsLocationsDatasetsHl7V2StoresMessages) * * @param string $parent Name of the HL7v2 store to retrieve messages from. * @param array $optParams Optional parameters. * * @opt_param string filter Restricts messages returned to those matching a * filter. The following syntax is available: * A string field value can be * written as text inside quotation marks, for example `"query text"`. The only * valid relational operation for text fields is equality (`=`), where text is * searched within the field, rather than having the field be equal to the text. * For example, `"Comment = great"` returns messages with `great` in the comment * field. * A number field value can be written as an integer, a decimal, or an * exponential. The valid relational operators for number fields are the * equality operator (`=`), along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * A date field * value must be written in `yyyy-mm-dd` form. Fields with date and time use the * RFC3339 time format. Leading zeros are required for one-digit months and * days. The valid relational operators for date fields are the equality * operator (`=`) , along with the less than/greater than operators (`<`, `<=`, * `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend * the `NOT` operator to an expression to negate it. * Multiple field query * expressions can be combined in one query by adding `AND` or `OR` operators * between the expressions. If a boolean operator appears within a quoted * string, it is not treated as special, it's just another part of the character * string to be matched. You can prepend the `NOT` operator to an expression to * negate it. Fields/functions available for filtering are: * `message_type`, * from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the * dataset's time_zone, from the MSH-7 segment. For example, `send_date < * "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using * the RFC3339 time format for comparisons, from the MSH-7 segment. For example, * `send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp * when the message was created in the HL7v2 store. Use the RFC3339 time format * for comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * * `send_facility`, the care center that the message came from, from the MSH-4 * segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, * which matches if the message lists a patient having an ID of the given value * and type in the PID-2, PID-3, or PID-4 segments. For example, * `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with * key `x` as set using the Message.labels map. For example, * `labels."priority"="high"`. The operator `:*` can be used to assert the * existence of a label. For example, `labels."priority":*`. * @opt_param string orderBy Orders messages returned by the specified order_by * clause. Syntax: * https://cloud.google.com/apis/design/design_patterns#sorting_order Fields * available for ordering are: * `send_time` * @opt_param int pageSize Limit on the number of messages to return in a single * response. If not specified, 100 is used. May not be larger than 1000. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @opt_param string view Specifies the parts of the Message to return in the * response. When unspecified, equivalent to BASIC. Setting this to anything * other than BASIC with a `page_size` larger than the default can generate a * large response, which impacts the performance of this method. * @return Google_Service_CloudHealthcare_ListMessagesResponse */ public function listProjectsLocationsDatasetsHl7V2StoresMessages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListMessagesResponse"); } /** * Update the message. The contents of the message in Message.data and data * extracted from the contents such as Message.create_time cannot be altered. * Only the Message.labels field is allowed to be updated. The labels in the * request are merged with the existing set of labels. Existing labels with the * same keys are updated. (messages.patch) * * @param string $name Resource name of the Message, of the form `projects/{proj * ect_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message * _id}`. Assigned by the server. * @param Google_Service_CloudHealthcare_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_CloudHealthcare_Message */ public function patch($name, Google_Service_CloudHealthcare_Message $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Message"); } } PK) Z޻<<vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $instances = $healthcareService->instances; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances extends Google_Service_Resource { /** * DeleteInstance deletes an instance associated with the given study, series, * and SOP Instance UID. Delete requests are equivalent to the GET requests * specified in the Retrieve transaction. Study and series search results can * take a few seconds to be updated after an instance is deleted using * DeleteInstance. For samples that show how to call DeleteInstance, see * [Deleting a study, series, or * instance](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#deleting_a_study_series_or_instance). (instances.delete) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the DeleteInstance request. For * example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * RetrieveInstance returns instance associated with the given study, series, * and SOP Instance UID. See [RetrieveTransaction] (http://dicom.nema.org/medica * l/dicom/current/output/html/part18.html#sect_10.4). For details on the * implementation of RetrieveInstance, see [DICOM study/series/instances](https: * //cloud.google.com/healthcare/docs/dicom#dicom_studyseriesinstances) and * [DICOM * instances](https://cloud.google.com/healthcare/docs/dicom#dicom_instances) in * the Cloud Healthcare API conformance statement. For samples that show how to * call RetrieveInstance, see [Retrieving an * instance](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_an_instance). (instances.retrieveInstance) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveInstance DICOMweb * request. For example, * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveInstance($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveInstance', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveInstanceMetadata returns instance associated with the given study, * series, and SOP Instance UID presented as metadata with the bulk data * removed. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/curre * nt/output/html/part18.html#sect_10.4). For details on the implementation of * RetrieveInstanceMetadata, see [Metadata * resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) * in the Cloud Healthcare API conformance statement. For samples that show how * to call RetrieveInstanceMetadata, see [Retrieving * metadata](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_metadata). (instances.retrieveMetadata) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveInstanceMetadata DICOMweb * request. For example, * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/metadata`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveRenderedInstance returns instance associated with the given study, * series, and SOP Instance UID in an acceptable Rendered Media Type. See * [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/htm * l/part18.html#sect_10.4). For details on the implementation of * RetrieveRenderedInstance, see [Rendered * resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) * in the Cloud Healthcare API conformance statement. For samples that show how * to call RetrieveRenderedInstance, see [Retrieving consumer image * formats](https://cloud.google.com/healthcare/docs/how- * tos/dicomweb#retrieving_consumer_image_formats). (instances.retrieveRendered) * * @param string $parent The name of the DICOM store that is being accessed. For * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} * /dicomStores/{dicom_store_id}`. * @param string $dicomWebPath The path of the RetrieveRenderedInstance DICOMweb * request. For example, * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ public function retrieveRendered($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); return $this->call('retrieveRendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); } } PK) ZK;;vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresConsentArtifacts.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $consentArtifacts = $healthcareService->consentArtifacts; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresConsentArtifacts extends Google_Service_Resource { /** * Creates a new Consent artifact in the parent consent store. * (consentArtifacts.create) * * @param string $parent Required. The name of the consent store this Consent * artifact belongs to. * @param Google_Service_CloudHealthcare_ConsentArtifact $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_ConsentArtifact */ public function create($parent, Google_Service_CloudHealthcare_ConsentArtifact $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_ConsentArtifact"); } /** * Deletes the specified Consent artifact. Fails if the artifact is referenced * by the latest revision of any Consent. (consentArtifacts.delete) * * @param string $name Required. The resource name of the Consent artifact to * delete. To preserve referential integrity, Consent artifacts referenced by * the latest revision of a Consent cannot be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Gets the specified Consent artifact. (consentArtifacts.get) * * @param string $name Required. The resource name of the Consent artifact to * retrieve. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_ConsentArtifact */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_ConsentArtifact"); } /** * Lists the Consent artifacts in the specified consent store. * (consentArtifacts.listProjectsLocationsDatasetsConsentStoresConsentArtifacts) * * @param string $parent Required. Name of the consent store to retrieve consent * artifacts from. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Restricts the artifacts returned to those * matching a filter. The following syntax is available: * A string field value * can be written as text inside quotation marks, for example `"query text"`. * The only valid relational operation for text fields is equality (`=`), where * text is searched within the field, rather than having the field be equal to * the text. For example, `"Comment = great"` returns messages with `great` in * the comment field. * A number field value can be written as an integer, a * decimal, or an exponential. The valid relational operators for number fields * are the equality operator (`=`), along with the less than/greater than * operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) * operator. You can prepend the `NOT` operator to an expression to negate it. * * A date field value must be written in `yyyy-mm-dd` form. Fields with date and * time use the RFC3339 time format. Leading zeros are required for one-digit * months and days. The valid relational operators for date fields are the * equality operator (`=`) , along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * Multiple * field query expressions can be combined in one query by adding `AND` or `OR` * operators between the expressions. If a boolean operator appears within a * quoted string, it is not treated as special, it's just another part of the * character string to be matched. You can prepend the `NOT` operator to an * expression to negate it. The fields available for filtering are: - user_id. * For example, `filter=user_id=\"user123\"`. - consent_content_version - * metadata. For example, `filter=Metadata(\"testkey\")=\"value\"` or * `filter=HasMetadata(\"testkey\")`. * @opt_param int pageSize Optional. Limit on the number of consent artifacts to * return in a single response. If not specified, 100 is used. May not be larger * than 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * the previous List request, if any. * @return Google_Service_CloudHealthcare_ListConsentArtifactsResponse */ public function listProjectsLocationsDatasetsConsentStoresConsentArtifacts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListConsentArtifactsResponse"); } } PK) Z6=C=Ctvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.phpnu[ * $healthcareService = new Google_Service_CloudHealthcare(...); * $fhirStores = $healthcareService->fhirStores; * */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStores extends Google_Service_Resource { /** * Creates a new FHIR store within the parent dataset. (fhirStores.create) * * @param string $parent The name of the dataset this FHIR store belongs to. * @param Google_Service_CloudHealthcare_FhirStore $postBody * @param array $optParams Optional parameters. * * @opt_param string fhirStoreId The ID of the FHIR store that is being created. * The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. * @return Google_Service_CloudHealthcare_FhirStore */ public function create($parent, Google_Service_CloudHealthcare_FhirStore $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudHealthcare_FhirStore"); } /** * De-identifies data from the source store and writes it to the destination * store. The metadata field type is OperationMetadata. If the request is * successful, the response field type is DeidentifyFhirStoreSummary. If errors * occur, error is set. Error details are also logged to Cloud Logging (see * [Viewing logs](/healthcare/docs/how-tos/logging)). (fhirStores.deidentify) * * @param string $sourceStore Source FHIR store resource name. For example, `pro * jects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{ * fhir_store_id}`. * @param Google_Service_CloudHealthcare_DeidentifyFhirStoreRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function deidentify($sourceStore, Google_Service_CloudHealthcare_DeidentifyFhirStoreRequest $postBody, $optParams = array()) { $params = array('sourceStore' => $sourceStore, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deidentify', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Deletes the specified FHIR store and removes all resources within it. * (fhirStores.delete) * * @param string $name The resource name of the FHIR store to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } /** * Export resources from the FHIR store to the specified destination. This * method returns an Operation that can be used to track the status of the * export by calling GetOperation. Immediate fatal errors appear in the error * field, errors are also logged to Cloud Logging (see [Viewing * logs](/healthcare/docs/how-tos/logging)). Otherwise, when the operation * finishes, a detailed response of type ExportResourcesResponse is returned in * the response field. The metadata field type for this operation is * OperationMetadata. (fhirStores.export) * * @param string $name The name of the FHIR store to export resource from, in * the format of `projects/{project_id}/locations/{location_id}/datasets/{datase * t_id}/fhirStores/{fhir_store_id}`. * @param Google_Service_CloudHealthcare_ExportResourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function export($name, Google_Service_CloudHealthcare_ExportResourcesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Gets the configuration of the specified FHIR store. (fhirStores.get) * * @param string $name The resource name of the FHIR store to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_FhirStore */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudHealthcare_FhirStore"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (fhirStores.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Imports resources to the FHIR store by loading data from the specified * sources. This method is optimized to load large quantities of data using * import semantics that ignore some FHIR store configuration options and are * not suitable for all use cases. It is primarily intended to load data into an * empty FHIR store that is not being used by other clients. In cases where this * method is not appropriate, consider using ExecuteBundle to load data. Every * resource in the input must contain a client-supplied ID. Each resource is * stored using the supplied ID regardless of the enable_update_create setting * on the FHIR store. It is strongly advised not to include or encode any * sensitive data such as patient identifiers in client-specified resource IDs. * Those IDs are part of the FHIR resource path recorded in Cloud audit logs and * Cloud Pub/Sub notifications. Those IDs can also be contained in reference * fields within other resources. The import process does not enforce * referential integrity, regardless of the disable_referential_integrity * setting on the FHIR store. This allows the import of resources with arbitrary * interdependencies without considering grouping or ordering, but if the input * data contains invalid references or if some resources fail to be imported, * the FHIR store might be left in a state that violates referential integrity. * The import process does not trigger Pub/Sub notification or BigQuery * streaming update, regardless of how those are configured on the FHIR store. * If a resource with the specified ID already exists, the most recent version * of the resource is overwritten without creating a new historical version, * regardless of the disable_resource_versioning setting on the FHIR store. If * transient failures occur during the import, it's possible that successfully * imported resources will be overwritten more than once. The import operation * is idempotent unless the input data contains multiple valid resources with * the same ID but different contents. In that case, after the import completes, * the store contains exactly one resource with that ID but there is no ordering * guarantee on which version of the contents it will have. The operation result * counters do not count duplicate IDs as an error and count one success for * each resource in the input, which might result in a success count larger than * the number of resources in the FHIR store. This often occurs when importing * data organized in bundles produced by Patient-everything where each bundle * contains its own copy of a resource such as Practitioner that might be * referred to by many patients. If some resources fail to import, for example * due to parsing errors, successfully imported resources are not rolled back. * The location and format of the input data is specified by the parameters in * ImportResourcesRequest. Note that if no format is specified, this method * assumes the `BUNDLE` format. When using the `BUNDLE` format this method * ignores the `Bundle.type` field, except that `history` bundles are rejected, * and does not apply any of the bundle processing semantics for batch or * transaction bundles. Unlike in ExecuteBundle, transaction bundles are not * executed as a single transaction and bundle-internal references are not * rewritten. The bundle is treated as a collection of resources to be written * as provided in `Bundle.entry.resource`, ignoring `Bundle.entry.request`. As * an example, this allows the import of `searchset` bundles produced by a FHIR * search or Patient-everything operation. This method returns an Operation that * can be used to track the status of the import by calling GetOperation. * Immediate fatal errors appear in the error field, errors are also logged to * Cloud Logging (see [Viewing logs](/healthcare/docs/how-tos/logging)). * Otherwise, when the operation finishes, a detailed response of type * ImportResourcesResponse is returned in the response field. The metadata field * type for this operation is OperationMetadata. (fhirStores.import) * * @param string $name The name of the FHIR store to import FHIR resources to, * in the format of `projects/{project_id}/locations/{location_id}/datasets/{dat * aset_id}/fhirStores/{fhir_store_id}`. * @param Google_Service_CloudHealthcare_ImportResourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation */ public function import($name, Google_Service_CloudHealthcare_ImportResourcesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_CloudHealthcare_Operation"); } /** * Lists the FHIR stores in the given dataset. * (fhirStores.listProjectsLocationsDatasetsFhirStores) * * @param string $parent Name of the dataset. * @param array $optParams Optional parameters. * * @opt_param string filter Restricts stores returned to those matching a * filter. The following syntax is available: * A string field value can be * written as text inside quotation marks, for example `"query text"`. The only * valid relational operation for text fields is equality (`=`), where text is * searched within the field, rather than having the field be equal to the text. * For example, `"Comment = great"` returns messages with `great` in the comment * field. * A number field value can be written as an integer, a decimal, or an * exponential. The valid relational operators for number fields are the * equality operator (`=`), along with the less than/greater than operators * (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You * can prepend the `NOT` operator to an expression to negate it. * A date field * value must be written in `yyyy-mm-dd` form. Fields with date and time use the * RFC3339 time format. Leading zeros are required for one-digit months and * days. The valid relational operators for date fields are the equality * operator (`=`) , along with the less than/greater than operators (`<`, `<=`, * `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend * the `NOT` operator to an expression to negate it. * Multiple field query * expressions can be combined in one query by adding `AND` or `OR` operators * between the expressions. If a boolean operator appears within a quoted * string, it is not treated as special, it's just another part of the character * string to be matched. You can prepend the `NOT` operator to an expression to * negate it. Only filtering on labels is supported, for example * `labels.key=value`. * @opt_param int pageSize Limit on the number of FHIR stores to return in a * single response. If not specified, 100 is used. May not be larger than 1000. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @return Google_Service_CloudHealthcare_ListFhirStoresResponse */ public function listProjectsLocationsDatasetsFhirStores($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListFhirStoresResponse"); } /** * Updates the configuration of the specified FHIR store. (fhirStores.patch) * * @param string $name Output only. Resource name of the FHIR store, of the form * `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. * @param Google_Service_CloudHealthcare_FhirStore $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_CloudHealthcare_FhirStore */ public function patch($name, Google_Service_CloudHealthcare_FhirStore $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_FhirStore"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (fhirStores.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Policy */ public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (fhirStores.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); } } PK) Z6|evendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ArchiveUserDataMappingRequest.phpnu[dicomStores = $dicomStores; } /** * @return Google_Service_CloudHealthcare_DicomStore[] */ public function getDicomStores() { return $this->dicomStores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZҽNvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Result.phpnu[consentDetails = $consentDetails; } /** * @return Google_Service_CloudHealthcare_ConsentEvaluation[] */ public function getConsentDetails() { return $this->consentDetails; } public function setConsented($consented) { $this->consented = $consented; } public function getConsented() { return $this->consented; } public function setDataId($dataId) { $this->dataId = $dataId; } public function getDataId() { return $this->dataId; } } PK) ZʄVVRvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirFilter.phpnu[resources = $resources; } /** * @return Google_Service_CloudHealthcare_Resources */ public function getResources() { return $this->resources; } } PK) Z'VWWRvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParsedData.phpnu[segments = $segments; } /** * @return Google_Service_CloudHealthcare_Segment[] */ public function getSegments() { return $this->segments; } } PK) Z@  Yvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/OperationMetadata.phpnu[apiMethodName = $apiMethodName; } public function getApiMethodName() { return $this->apiMethodName; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } /** * @param Google_Service_CloudHealthcare_ProgressCounter */ public function setCounter(Google_Service_CloudHealthcare_ProgressCounter $counter) { $this->counter = $counter; } /** * @return Google_Service_CloudHealthcare_ProgressCounter */ public function getCounter() { return $this->counter; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setLogsUrl($logsUrl) { $this->logsUrl = $logsUrl; } public function getLogsUrl() { return $this->logsUrl; } } PK) ZPT}Ovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudHealthcare_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) Z}I|(mmTvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaConfig.phpnu[recursiveStructureDepth = $recursiveStructureDepth; } public function getRecursiveStructureDepth() { return $this->recursiveStructureDepth; } public function setSchemaType($schemaType) { $this->schemaType = $schemaType; } public function getSchemaType() { return $this->schemaType; } } PK) Zuu;;]vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudHealthcare_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZC_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7V2NotificationConfig.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } } PK) Z&]vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageResponse.phpnu[hl7Ack = $hl7Ack; } public function getHl7Ack() { return $this->hl7Ack; } /** * @param Google_Service_CloudHealthcare_Message */ public function setMessage(Google_Service_CloudHealthcare_Message $message) { $this->message = $message; } /** * @return Google_Service_CloudHealthcare_Message */ public function getMessage() { return $this->message; } } PK) Zfk}hvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAttributeDefinitionsResponse.phpnu[attributeDefinitions = $attributeDefinitions; } /** * @return Google_Service_CloudHealthcare_AttributeDefinition[] */ public function getAttributeDefinitions() { return $this->attributeDefinitions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZDppqvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1FhirGcsDestination.phpnu[uriPrefix = $uriPrefix; } public function getUriPrefix() { return $this->uriPrefix; } } PK) Z..bvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyFhirStoreRequest.phpnu[config = $config; } /** * @return Google_Service_CloudHealthcare_DeidentifyConfig */ public function getConfig() { return $this->config; } public function setDestinationStore($destinationStore) { $this->destinationStore = $destinationStore; } public function getDestinationStore() { return $this->destinationStore; } /** * @param Google_Service_CloudHealthcare_FhirFilter */ public function setResourceFilter(Google_Service_CloudHealthcare_FhirFilter $resourceFilter) { $this->resourceFilter = $resourceFilter; } /** * @return Google_Service_CloudHealthcare_FhirFilter */ public function getResourceFilter() { return $this->resourceFilter; } } PK) ZpV.lvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1ConsentPolicy.phpnu[authorizationRule = $authorizationRule; } /** * @return Google_Service_CloudHealthcare_Expr */ public function getAuthorizationRule() { return $this->authorizationRule; } /** * @param Google_Service_CloudHealthcare_Attribute[] */ public function setResourceAttributes($resourceAttributes) { $this->resourceAttributes = $resourceAttributes; } /** * @return Google_Service_CloudHealthcare_Attribute[] */ public function getResourceAttributes() { return $this->resourceAttributes; } } PK) ZoʨXrr^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SearchResourcesRequest.phpnu[resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK) ZFYvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomFilterConfig.phpnu[resourcePathsGcsUri = $resourcePathsGcsUri; } public function getResourcePathsGcsUri() { return $this->resourcePathsGcsUri; } } PK) Z88Qvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Signature.phpnu[image = $image; } /** * @return Google_Service_CloudHealthcare_Image */ public function getImage() { return $this->image; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setSignatureTime($signatureTime) { $this->signatureTime = $signatureTime; } public function getSignatureTime() { return $this->signatureTime; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK) ZwAmmQvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Attribute.phpnu[attributeDefinitionId = $attributeDefinitionId; } public function getAttributeDefinitionId() { return $this->attributeDefinitionId; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK) Zo=wvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DicomBigQueryDestination.phpnu[force = $force; } public function getForce() { return $this->force; } public function setTableUri($tableUri) { $this->tableUri = $tableUri; } public function getTableUri() { return $this->tableUri; } } PK) ZA^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.phpnu[bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirGcsDestination */ public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK) ZD-Eavendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) ZNRvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7V2Store.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_Hl7V2NotificationConfig[] */ public function setNotificationConfigs($notificationConfigs) { $this->notificationConfigs = $notificationConfigs; } /** * @return Google_Service_CloudHealthcare_Hl7V2NotificationConfig[] */ public function getNotificationConfigs() { return $this->notificationConfigs; } /** * @param Google_Service_CloudHealthcare_ParserConfig */ public function setParserConfig(Google_Service_CloudHealthcare_ParserConfig $parserConfig) { $this->parserConfig = $parserConfig; } /** * @return Google_Service_CloudHealthcare_ParserConfig */ public function getParserConfig() { return $this->parserConfig; } public function setRejectDuplicateMessage($rejectDuplicateMessage) { $this->rejectDuplicateMessage = $rejectDuplicateMessage; } public function getRejectDuplicateMessage() { return $this->rejectDuplicateMessage; } } PK) Z7-O_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataResponse.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK) ZD~>;;cvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDicomStoreRequest.phpnu[config = $config; } /** * @return Google_Service_CloudHealthcare_DeidentifyConfig */ public function getConfig() { return $this->config; } public function setDestinationStore($destinationStore) { $this->destinationStore = $destinationStore; } public function getDestinationStore() { return $this->destinationStore; } /** * @param Google_Service_CloudHealthcare_DicomFilterConfig */ public function setFilterConfig(Google_Service_CloudHealthcare_DicomFilterConfig $filterConfig) { $this->filterConfig = $filterConfig; } /** * @return Google_Service_CloudHealthcare_DicomFilterConfig */ public function getFilterConfig() { return $this->filterConfig; } } PK) ZY'\dvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListUserDataMappingsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudHealthcare_UserDataMapping[] */ public function setUserDataMappings($userDataMappings) { $this->userDataMappings = $userDataMappings; } /** * @return Google_Service_CloudHealthcare_UserDataMapping[] */ public function getUserDataMappings() { return $this->userDataMappings; } } PK) Z9v3HH^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListFhirStoresResponse.phpnu[fhirStores = $fhirStores; } /** * @return Google_Service_CloudHealthcare_FhirStore[] */ public function getFhirStores() { return $this->fhirStores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZVvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GroupOrSegment.phpnu[group = $group; } /** * @return Google_Service_CloudHealthcare_SchemaGroup */ public function getGroup() { return $this->group; } /** * @param Google_Service_CloudHealthcare_SchemaSegment */ public function setSegment(Google_Service_CloudHealthcare_SchemaSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudHealthcare_SchemaSegment */ public function getSegment() { return $this->segment; } } PK) ZNǙQvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudHealthcare_Status */ public function setError(Google_Service_CloudHealthcare_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudHealthcare_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) ZL^sstvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1ConsentGcsDestination.phpnu[uriPrefix = $uriPrefix; } public function getUriPrefix() { return $this->uriPrefix; } } PK) Z>_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesResponse.phpnu[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; } } PK) Z=AHH\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageRequest.phpnu[message = $message; } /** * @return Google_Service_CloudHealthcare_Message */ public function getMessage() { return $this->message; } } PK) Z22^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.phpnu[contentStructure = $contentStructure; } public function getContentStructure() { return $this->contentStructure; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirGcsSource */ public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirGcsSource */ public function getGcsSource() { return $this->gcsSource; } } PK) Z1ѦAVvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7TypesConfig.phpnu[type = $type; } /** * @return Google_Service_CloudHealthcare_Type[] */ public function getType() { return $this->type; } /** * @param Google_Service_CloudHealthcare_VersionSource[] */ public function setVersion($version) { $this->version = $version; } /** * @return Google_Service_CloudHealthcare_VersionSource[] */ public function getVersion() { return $this->version; } } PK) ZUY  cvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/EvaluateUserConsentsRequest.phpnu[consentList = $consentList; } /** * @return Google_Service_CloudHealthcare_ConsentList */ public function getConsentList() { return $this->consentList; } 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 setRequestAttributes($requestAttributes) { $this->requestAttributes = $requestAttributes; } public function getRequestAttributes() { return $this->requestAttributes; } public function setResourceAttributes($resourceAttributes) { $this->resourceAttributes = $resourceAttributes; } public function getResourceAttributes() { return $this->resourceAttributes; } public function setResponseView($responseView) { $this->responseView = $responseView; } public function getResponseView() { return $this->responseView; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK) ZGOXBBmvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DicomGcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK) ZxҠP_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesResponse.phpnu[resources = $resources; } public function getResources() { return $this->resources; } } PK) Zp]ETvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentStore.phpnu[defaultConsentTtl = $defaultConsentTtl; } public function getDefaultConsentTtl() { return $this->defaultConsentTtl; } public function setEnableConsentCreateOnUpdate($enableConsentCreateOnUpdate) { $this->enableConsentCreateOnUpdate = $enableConsentCreateOnUpdate; } public function getEnableConsentCreateOnUpdate() { return $this->enableConsentCreateOnUpdate; } 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; } } PK) Z*kAHH^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudHealthcare_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudHealthcare_Operation[] */ public function getOperations() { return $this->operations; } } PK) ZkREzzSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentList.phpnu[consents = $consents; } public function getConsents() { return $this->consents; } } PK) Z}"Lvvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1FhirBigQueryDestination.phpnu[datasetUri = $datasetUri; } public function getDatasetUri() { return $this->datasetUri; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } /** * @param Google_Service_CloudHealthcare_SchemaConfig */ public function setSchemaConfig(Google_Service_CloudHealthcare_SchemaConfig $schemaConfig) { $this->schemaConfig = $schemaConfig; } /** * @return Google_Service_CloudHealthcare_SchemaConfig */ public function getSchemaConfig() { return $this->schemaConfig; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } } PK) Zdvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentArtifactsResponse.phpnu[consentArtifacts = $consentArtifacts; } /** * @return Google_Service_CloudHealthcare_ConsentArtifact[] */ public function getConsentArtifacts() { return $this->consentArtifacts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZVNggZvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/NotificationConfig.phpnu[pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } } PK) Z@Pvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) Z½OOSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudHealthcare_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK) ZLvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DeidentifyDeidentifyFhirStoreSummary.phpnu[gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } public function setRawBytes($rawBytes) { $this->rawBytes = $rawBytes; } public function getRawBytes() { return $this->rawBytes; } } PK) ZfieldMetadataList = $fieldMetadataList; } /** * @return Google_Service_CloudHealthcare_FieldMetadata[] */ public function getFieldMetadataList() { return $this->fieldMetadataList; } } PK) ZH_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataResponse.phpnu[tags = $tags; } public function getTags() { return $this->tags; } } PK) Z[DvWvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ProgressCounter.phpnu[failure = $failure; } public function getFailure() { return $this->failure; } public function setPending($pending) { $this->pending = $pending; } public function getPending() { return $this->pending; } public function setSuccess($success) { $this->success = $success; } public function getSuccess() { return $this->success; } } PK) Z哷..\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentsResponse.phpnu[consents = $consents; } /** * @return Google_Service_CloudHealthcare_Consent[] */ public function getConsents() { return $this->consents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z [[vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CharacterMaskConfig.phpnu[maskingCharacter = $maskingCharacter; } public function getMaskingCharacter() { return $this->maskingCharacter; } } PK) Z&ַUU_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListHl7V2StoresResponse.phpnu[hl7V2Stores = $hl7V2Stores; } /** * @return Google_Service_CloudHealthcare_Hl7V2Store[] */ public function getHl7V2Stores() { return $this->hl7V2Stores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Zf**dvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/EvaluateUserConsentsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudHealthcare_Result[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CloudHealthcare_Result[] */ public function getResults() { return $this->results; } } PK) ZPvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK) Z&[[\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListMessagesResponse.phpnu[hl7V2Messages = $hl7V2Messages; } /** * @return Google_Service_CloudHealthcare_Message[] */ public function getHl7V2Messages() { return $this->hl7V2Messages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z===Tvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/StreamConfig.phpnu[bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1FhirBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } public function setResourceTypes($resourceTypes) { $this->resourceTypes = $resourceTypes; } public function getResourceTypes() { return $this->resourceTypes; } } PK) ZmPPLvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) ZK\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RejectConsentRequest.phpnu[consentArtifact = $consentArtifact; } public function getConsentArtifact() { return $this->consentArtifact; } } PK) ZezMMOvendor/google/apiclient-services/src/Google/Service/Kgsearch/SearchResponse.phpnu[ "@context", "type" => "@type", ); public $context; public $type; public $itemListElement; public function setContext($context) { $this->context = $context; } public function getContext() { return $this->context; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setItemListElement($itemListElement) { $this->itemListElement = $itemListElement; } public function getItemListElement() { return $this->itemListElement; } } PK) ZƛaRvendor/google/apiclient-services/src/Google/Service/Kgsearch/Resource/Entities.phpnu[ * $kgsearchService = new Google_Service_Kgsearch(...); * $entities = $kgsearchService->entities; * */ class Google_Service_Kgsearch_Resource_Entities extends Google_Service_Resource { /** * Searches Knowledge Graph for entities that match the constraints. A list of * matched entities will be returned in response, which will be in JSON-LD * format and compatible with http://schema.org (entities.search) * * @param array $optParams Optional parameters. * * @opt_param string ids The list of entity id to be used for search instead of * query string. To specify multiple ids in the HTTP request, repeat the * parameter in the URL as in ...?ids=A=B * @opt_param bool indent Enables indenting of json results. * @opt_param string languages The list of language codes (defined in ISO 693) * to run the query with, e.g. 'en'. * @opt_param int limit Limits the number of entities to be returned. * @opt_param bool prefix Enables prefix match against names and aliases of * entities * @opt_param string query The literal query string for search. * @opt_param string types Restricts returned entities with these types, e.g. * Person (as defined in http://schema.org/Person). If multiple types are * specified, returned entities will contain one or more of these types. * @return Google_Service_Kgsearch_SearchResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Kgsearch_SearchResponse"); } } PK) ZLvendor/google/apiclient-services/src/Google/Service/Partners/UserProfile.phpnu[address = $address; } /** * @return Google_Service_Partners_Location */ public function getAddress() { return $this->address; } public function setAdwordsManagerAccount($adwordsManagerAccount) { $this->adwordsManagerAccount = $adwordsManagerAccount; } public function getAdwordsManagerAccount() { return $this->adwordsManagerAccount; } public function setChannels($channels) { $this->channels = $channels; } public function getChannels() { return $this->channels; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } /** * @param Google_Service_Partners_OptIns */ public function setEmailOptIns(Google_Service_Partners_OptIns $emailOptIns) { $this->emailOptIns = $emailOptIns; } /** * @return Google_Service_Partners_OptIns */ public function getEmailOptIns() { return $this->emailOptIns; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setIndustries($industries) { $this->industries = $industries; } public function getIndustries() { return $this->industries; } public function setJobFunctions($jobFunctions) { $this->jobFunctions = $jobFunctions; } public function getJobFunctions() { return $this->jobFunctions; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setMarkets($markets) { $this->markets = $markets; } public function getMarkets() { return $this->markets; } public function setMigrateToAfa($migrateToAfa) { $this->migrateToAfa = $migrateToAfa; } public function getMigrateToAfa() { return $this->migrateToAfa; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPrimaryCountryCode($primaryCountryCode) { $this->primaryCountryCode = $primaryCountryCode; } public function getPrimaryCountryCode() { return $this->primaryCountryCode; } public function setProfilePublic($profilePublic) { $this->profilePublic = $profilePublic; } public function getProfilePublic() { return $this->profilePublic; } } PK) Z(n9==Evendor/google/apiclient-services/src/Google/Service/Partners/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK) ZÉ!Zvendor/google/apiclient-services/src/Google/Service/Partners/GetPartnersStatusResponse.phpnu[responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) Zc c Tvendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventRequest.phpnu[eventAction = $eventAction; } public function getEventAction() { return $this->eventAction; } public function setEventCategory($eventCategory) { $this->eventCategory = $eventCategory; } public function getEventCategory() { return $this->eventCategory; } /** * @param Google_Service_Partners_EventData */ public function setEventDatas($eventDatas) { $this->eventDatas = $eventDatas; } /** * @return Google_Service_Partners_EventData */ public function getEventDatas() { return $this->eventDatas; } public function setEventScope($eventScope) { $this->eventScope = $eventScope; } public function getEventScope() { return $this->eventScope; } /** * @param Google_Service_Partners_Lead */ public function setLead(Google_Service_Partners_Lead $lead) { $this->lead = $lead; } /** * @return Google_Service_Partners_Lead */ public function getLead() { return $this->lead; } /** * @param Google_Service_Partners_RequestMetadata */ public function setRequestMetadata(Google_Service_Partners_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_Partners_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK) ZtXvendor/google/apiclient-services/src/Google/Service/Partners/CertificationExamStatus.phpnu[numberUsersPass = $numberUsersPass; } public function getNumberUsersPass() { return $this->numberUsersPass; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Z:Rvendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadRequest.phpnu[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; } } PK) ZfUvendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.phpnu[countryCodes = $countryCodes; } public function getCountryCodes() { return $this->countryCodes; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } } PK) ZBNNSvendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.phpnu[availableOffers = $availableOffers; } /** * @return Google_Service_Partners_AvailableOffer */ public function getAvailableOffers() { return $this->availableOffers; } public function setNoOfferReason($noOfferReason) { $this->noOfferReason = $noOfferReason; } public function getNoOfferReason() { return $this->noOfferReason; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) ZNybFvendor/google/apiclient-services/src/Google/Service/Partners/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK) ZY[[Evendor/google/apiclient-services/src/Google/Service/Partners/Lead.phpnu[adwordsCustomerId = $adwordsCustomerId; } public function getAdwordsCustomerId() { return $this->adwordsCustomerId; } public function setComments($comments) { $this->comments = $comments; } public function getComments() { return $this->comments; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setGpsMotivations($gpsMotivations) { $this->gpsMotivations = $gpsMotivations; } public function getGpsMotivations() { return $this->gpsMotivations; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMarketingOptIn($marketingOptIn) { $this->marketingOptIn = $marketingOptIn; } public function getMarketingOptIn() { return $this->marketingOptIn; } /** * @param Google_Service_Partners_Money */ public function setMinMonthlyBudget(Google_Service_Partners_Money $minMonthlyBudget) { $this->minMonthlyBudget = $minMonthlyBudget; } /** * @return Google_Service_Partners_Money */ public function getMinMonthlyBudget() { return $this->minMonthlyBudget; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK) ZrrRvendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.phpnu[clientInfo = $clientInfo; } public function getClientInfo() { return $this->clientInfo; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } /** * @param Google_Service_Partners_RequestMetadata */ public function setRequestMetadata(Google_Service_Partners_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_Partners_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } } PK) Z[7Zvendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.phpnu[customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK) Z޷wJvendor/google/apiclient-services/src/Google/Service/Partners/EventData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK) Z[#[Vvendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.phpnu[companies = $companies; } /** * @return Google_Service_Partners_Company */ public function getCompanies() { return $this->companies; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) Z* 77Qvendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.phpnu[contactsCount = $contactsCount; } public function getContactsCount() { return $this->contactsCount; } public function setProfileViewsCount($profileViewsCount) { $this->profileViewsCount = $profileViewsCount; } public function getProfileViewsCount() { return $this->profileViewsCount; } public function setSearchViewsCount($searchViewsCount) { $this->searchViewsCount = $searchViewsCount; } public function getSearchViewsCount() { return $this->searchViewsCount; } } PK) Z0YSvendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.phpnu[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; } } PK) ZL  Tvendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserStates.phpnu[ * $partnersService = new Google_Service_Partners(...); * $userStates = $partnersService->userStates; * */ class Google_Service_Partners_Resource_UserStates extends Google_Service_Resource { /** * Lists states for current user. (userStates.listUserStates) * * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @return Google_Service_Partners_ListUserStatesResponse */ public function listUserStates($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Partners_ListUserStatesResponse"); } } PK) Z˘~b b Wvendor/google/apiclient-services/src/Google/Service/Partners/Resource/OffersHistory.phpnu[ * $partnersService = new Google_Service_Partners(...); * $history = $partnersService->history; * */ class Google_Service_Partners_Resource_OffersHistory extends Google_Service_Resource { /** * Lists the Historical Offers for the current user (or user's entire company) * (history.listOffersHistory) * * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string pageToken Token to retrieve a specific page. * @opt_param int pageSize Maximum number of rows to return per page. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param bool entireCompany if true, show history for the entire company. * Requires user to be admin. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string orderBy Comma-separated list of fields to order by, e.g.: * "foo,bar,baz". Use "foo desc" to sort descending. List of valid field names * is: name, offer_code, expiration_time, status, last_modified_time, * sender_name, creation_time, country_code, offer_type. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @return Google_Service_Partners_ListOffersHistoryResponse */ public function listOffersHistory($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Partners_ListOffersHistoryResponse"); } } PK) Z$4 4 Ovendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.phpnu[ * $partnersService = new Google_Service_Partners(...); * $leads = $partnersService->leads; * */ class Google_Service_Partners_Resource_Leads extends Google_Service_Resource { /** * Lists advertiser leads for a user's associated company. Should only be called * within the context of an authorized logged in user. (leads.listLeads) * * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string orderBy How to order Leads. Currently, only `create_time` * and `create_time desc` are supported * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string pageToken A token identifying a page of results that the * server returns. Typically, this is the value of * `ListLeadsResponse.next_page_token` returned from the previous call to * ListLeads. * @opt_param int pageSize Requested page size. Server may return fewer leads * than requested. If unspecified, server picks an appropriate default. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @return Google_Service_Partners_ListLeadsResponse */ public function listLeads($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Partners_ListLeadsResponse"); } } PK) ZM YOvendor/google/apiclient-services/src/Google/Service/Partners/Resource/Users.phpnu[ * $partnersService = new Google_Service_Partners(...); * $users = $partnersService->users; * */ class Google_Service_Partners_Resource_Users extends Google_Service_Resource { /** * Creates a user's company relation. Affiliates the user to a company. * (users.createCompanyRelation) * * @param string $userId The ID of the user. Can be set to me to mean the * currently authenticated user. * @param Google_Service_Partners_CompanyRelation $postBody * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @return Google_Service_Partners_CompanyRelation */ public function createCompanyRelation($userId, Google_Service_Partners_CompanyRelation $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createCompanyRelation', array($params), "Google_Service_Partners_CompanyRelation"); } /** * Deletes a user's company relation. Unaffiliaites the user from a company. * (users.deleteCompanyRelation) * * @param string $userId The ID of the user. Can be set to me to mean the * currently authenticated user. * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @return Google_Service_Partners_PartnersEmpty */ public function deleteCompanyRelation($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('deleteCompanyRelation', array($params), "Google_Service_Partners_PartnersEmpty"); } /** * Gets a user. (users.get) * * @param string $userId Identifier of the user. Can be set to me to mean the * currently authenticated user. * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string userView Specifies what parts of the user information to * return. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @return Google_Service_Partners_User */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Partners_User"); } /** * Updates a user's profile. A user can only update their own profile and should * only be called within the context of a logged in user. (users.updateProfile) * * @param Google_Service_Partners_UserProfile $postBody * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @return Google_Service_Partners_UserProfile */ public function updateProfile(Google_Service_Partners_UserProfile $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateProfile', array($params), "Google_Service_Partners_UserProfile"); } } PK) Z*95Lvendor/google/apiclient-services/src/Google/Service/Partners/Resource/V2.phpnu[ * $partnersService = new Google_Service_Partners(...); * $v2 = $partnersService->v2; * */ class Google_Service_Partners_Resource_V2 extends Google_Service_Resource { /** * Gets Partners Status of the logged in user's agency. Should only be called if * the logged in user is the admin of the agency. (v2.getPartnersstatus) * * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @return Google_Service_Partners_GetPartnersStatusResponse */ public function getPartnersstatus($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getPartnersstatus', array($params), "Google_Service_Partners_GetPartnersStatusResponse"); } /** * Update company. Should only be called within the context of an authorized * logged in user. (v2.updateCompanies) * * @param Google_Service_Partners_Company $postBody * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string updateMask Standard field mask for the set of fields to be * updated. Required with at least 1 value in FieldMask's paths. * @return Google_Service_Partners_Company */ public function updateCompanies(Google_Service_Partners_Company $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateCompanies', array($params), "Google_Service_Partners_Company"); } /** * Updates the specified lead. (v2.updateLeads) * * @param Google_Service_Partners_Lead $postBody * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string updateMask Standard field mask for the set of fields to be * updated. Required with at least 1 value in FieldMask's paths. Only `state` * and `adwords_customer_id` are currently supported. * @return Google_Service_Partners_Lead */ public function updateLeads(Google_Service_Partners_Lead $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateLeads', array($params), "Google_Service_Partners_Lead"); } } PK) Z'Tvendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserEvents.phpnu[ * $partnersService = new Google_Service_Partners(...); * $userEvents = $partnersService->userEvents; * */ class Google_Service_Partners_Resource_UserEvents extends Google_Service_Resource { /** * Logs a user event. (userEvents.log) * * @param Google_Service_Partners_LogUserEventRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Partners_LogUserEventResponse */ public function log(Google_Service_Partners_LogUserEventRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('log', array($params), "Google_Service_Partners_LogUserEventResponse"); } } PK) ZO>..Xvendor/google/apiclient-services/src/Google/Service/Partners/Resource/ClientMessages.phpnu[ * $partnersService = new Google_Service_Partners(...); * $clientMessages = $partnersService->clientMessages; * */ class Google_Service_Partners_Resource_ClientMessages extends Google_Service_Resource { /** * Logs a generic message from the client, such as `Failed to render component`, * `Profile page is running slow`, `More than 500 users have accessed this * result.`, etc. (clientMessages.log) * * @param Google_Service_Partners_LogMessageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Partners_LogMessageResponse */ public function log(Google_Service_Partners_LogMessageRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('log', array($params), "Google_Service_Partners_LogMessageResponse"); } } PK) ZbIXvendor/google/apiclient-services/src/Google/Service/Partners/Resource/CompaniesLeads.phpnu[ * $partnersService = new Google_Service_Partners(...); * $leads = $partnersService->leads; * */ class Google_Service_Partners_Resource_CompaniesLeads extends Google_Service_Resource { /** * Creates an advertiser lead for the given company ID. (leads.create) * * @param string $companyId The ID of the company to contact. * @param Google_Service_Partners_CreateLeadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Partners_CreateLeadResponse */ public function create($companyId, Google_Service_Partners_CreateLeadRequest $postBody, $optParams = array()) { $params = array('companyId' => $companyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Partners_CreateLeadResponse"); } } PK) Z0 Svendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.phpnu[ * $partnersService = new Google_Service_Partners(...); * $analytics = $partnersService->analytics; * */ class Google_Service_Partners_Resource_Analytics extends Google_Service_Resource { /** * Lists analytics data for a user's associated company. Should only be called * within the context of an authorized logged in user. (analytics.listAnalytics) * * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string pageToken A token identifying a page of results that the * server returns. Typically, this is the value of * `ListAnalyticsResponse.next_page_token` returned from the previous call to * ListAnalytics. Will be a date string in `YYYY-MM-DD` format representing the * end date of the date range of results to return. If unspecified or set to "", * default value is the current date. * @opt_param int pageSize Requested page size. Server may return fewer * analytics than requested. If unspecified or set to 0, default value is 30. * Specifies the number of days in the date range when querying analytics. The * `page_token` represents the end date of the date range and the start date is * calculated using the `page_size` as the number of days BEFORE the end date. * Must be a non-negative integer. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @return Google_Service_Partners_ListAnalyticsResponse */ public function listAnalytics($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Partners_ListAnalyticsResponse"); } } PK) Z0Pvendor/google/apiclient-services/src/Google/Service/Partners/Resource/Offers.phpnu[ * $partnersService = new Google_Service_Partners(...); * $offers = $partnersService->offers; * */ class Google_Service_Partners_Resource_Offers extends Google_Service_Resource { /** * Lists the Offers available for the current user (offers.listOffers) * * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @return Google_Service_Partners_ListOffersResponse */ public function listOffers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Partners_ListOffersResponse"); } } PK) Ze..Svendor/google/apiclient-services/src/Google/Service/Partners/Resource/Companies.phpnu[ * $partnersService = new Google_Service_Partners(...); * $companies = $partnersService->companies; * */ class Google_Service_Partners_Resource_Companies extends Google_Service_Resource { /** * Gets a company. (companies.get) * * @param string $companyId The ID of the company to retrieve. * @param array $optParams Optional parameters. * * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string currencyCode If the company's budget is in a different * currency code than this one, then the converted budget is converted to this * currency code. * @opt_param string orderBy How to order addresses within the returned company. * Currently, only `address` and `address desc` is supported which will sorted * by closest to farthest in distance from given address and farthest to closest * distance from given address respectively. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string view The view of `Company` resource to be returned. This * must not be `COMPANY_VIEW_UNSPECIFIED`. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string address The address to use for sorting the company's * addresses by proximity. If not given, the geo-located address of the request * is used. Used when order_by is set. * @return Google_Service_Partners_GetCompanyResponse */ public function get($companyId, $optParams = array()) { $params = array('companyId' => $companyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Partners_GetCompanyResponse"); } /** * Lists companies. (companies.listCompanies) * * @param array $optParams Optional parameters. * * @opt_param string services List of services that the returned agencies should * provide. If this is not empty, any returned agency must have at least one of * these services, or one of the specializations in the "specializations" field. * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to * indicate where the traffic comes from. An identifier has multiple letters * created by a team which redirected the traffic to us. * @opt_param string maxMonthlyBudget.units The whole units of the amount. For * example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. * @opt_param string requestMetadata.trafficSource.trafficSubId Second level * identifier to indicate where the traffic comes from. An identifier has * multiple letters created by a team which redirected the traffic to us. * @opt_param int minMonthlyBudget.nanos Number of nano (10^-9) units of the * amount. The value must be between -999,999,999 and +999,999,999 inclusive. If * `units` is positive, `nanos` must be positive or zero. If `units` is zero, * `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` * must be negative or zero. For example $-1.75 is represented as `units`=-1 and * `nanos`=-750,000,000. * @opt_param string requestMetadata.partnersSessionId Google Partners session * ID. * @opt_param string pageToken A token identifying a page of results that the * server returns. Typically, this is the value of * `ListCompaniesResponse.next_page_token` returned from the previous call to * ListCompanies. * @opt_param string companyName Company name to search for. * @opt_param string industries List of industries the company can help with. * @opt_param string websiteUrl Website URL that will help to find a better * matched company. . * @opt_param string gpsMotivations List of reasons for using Google Partner * Search to get companies. * @opt_param string languageCodes List of language codes that company can * support. Only primary language subtags are accepted as defined by BCP 47 * (IETF BCP 47, "Tags for Identifying Languages"). * @opt_param int pageSize Requested page size. Server may return fewer * companies than requested. If unspecified, server picks an appropriate * default. * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use * instead of the user's geo-located IP address. * @opt_param string requestMetadata.experimentIds Experiment IDs the current * request belongs to. * @opt_param string orderBy How to order addresses within the returned * companies. Currently, only `address` and `address desc` is supported which * will sorted by closest to farthest in distance from given address and * farthest to closest distance from given address respectively. * @opt_param string specializations List of specializations that the returned * agencies should provide. If this is not empty, any returned agency must have * at least one of these specializations, or one of the services in the * "services" field. * @opt_param string maxMonthlyBudget.currencyCode The 3-letter currency code * defined in ISO 4217. * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to * impersonate instead of the user's ID. * @opt_param string minMonthlyBudget.currencyCode The 3-letter currency code * defined in ISO 4217. * @opt_param string view The view of the `Company` resource to be returned. * This must not be `COMPANY_VIEW_UNSPECIFIED`. * @opt_param string requestMetadata.locale Locale to use for the current * request. * @opt_param string address The address to use when searching for companies. If * not given, the geo-located address of the request is used. * @opt_param string minMonthlyBudget.units The whole units of the amount. For * example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. * @opt_param int maxMonthlyBudget.nanos Number of nano (10^-9) units of the * amount. The value must be between -999,999,999 and +999,999,999 inclusive. If * `units` is positive, `nanos` must be positive or zero. If `units` is zero, * `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` * must be negative or zero. For example $-1.75 is represented as `units`=-1 and * `nanos`=-750,000,000. * @return Google_Service_Partners_ListCompaniesResponse */ public function listCompanies($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Partners_ListCompaniesResponse"); } } PK) ZwzPvendor/google/apiclient-services/src/Google/Service/Partners/RequestMetadata.phpnu[experimentIds = $experimentIds; } public function getExperimentIds() { return $this->experimentIds; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setPartnersSessionId($partnersSessionId) { $this->partnersSessionId = $partnersSessionId; } public function getPartnersSessionId() { return $this->partnersSessionId; } /** * @param Google_Service_Partners_TrafficSource */ public function setTrafficSource(Google_Service_Partners_TrafficSource $trafficSource) { $this->trafficSource = $trafficSource; } /** * @return Google_Service_Partners_TrafficSource */ public function getTrafficSource() { return $this->trafficSource; } /** * @param Google_Service_Partners_UserOverrides */ public function setUserOverrides(Google_Service_Partners_UserOverrides $userOverrides) { $this->userOverrides = $userOverrides; } /** * @return Google_Service_Partners_UserOverrides */ public function getUserOverrides() { return $this->userOverrides; } } PK) ZUvendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.phpnu[badgeSpecialization = $badgeSpecialization; } public function getBadgeSpecialization() { return $this->badgeSpecialization; } public function setBadgeSpecializationState($badgeSpecializationState) { $this->badgeSpecializationState = $badgeSpecializationState; } public function getBadgeSpecializationState() { return $this->badgeSpecializationState; } } PK) ZOXx x Jvendor/google/apiclient-services/src/Google/Service/Partners/Analytics.phpnu[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; } } PK) Z6gKvendor/google/apiclient-services/src/Google/Service/Partners/ExamStatus.phpnu[examType = $examType; } public function getExamType() { return $this->examType; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setLastPassed($lastPassed) { $this->lastPassed = $lastPassed; } public function getLastPassed() { return $this->lastPassed; } public function setPassed($passed) { $this->passed = $passed; } public function getPassed() { return $this->passed; } public function setTaken($taken) { $this->taken = $taken; } public function getTaken() { return $this->taken; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK) Z.Aa Zvendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.phpnu[canShowEntireCompany = $canShowEntireCompany; } public function getCanShowEntireCompany() { return $this->canShowEntireCompany; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Partners_HistoricalOffer */ public function setOffers($offers) { $this->offers = $offers; } /** * @return Google_Service_Partners_HistoricalOffer */ public function getOffers() { return $this->offers; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } public function setShowingEntireCompany($showingEntireCompany) { $this->showingEntireCompany = $showingEntireCompany; } public function getShowingEntireCompany() { return $this->showingEntireCompany; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK) ZU>||Wvendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.phpnu[responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } public function setUserStates($userStates) { $this->userStates = $userStates; } public function getUserStates() { return $this->userStates; } } PK) Z ''Pvendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setBadgeTier($badgeTier) { $this->badgeTier = $badgeTier; } public function getBadgeTier() { return $this->badgeTier; } public function setCompanyAdmin($companyAdmin) { $this->companyAdmin = $companyAdmin; } public function getCompanyAdmin() { return $this->companyAdmin; } public function setCompanyId($companyId) { $this->companyId = $companyId; } public function getCompanyId() { return $this->companyId; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setInternalCompanyId($internalCompanyId) { $this->internalCompanyId = $internalCompanyId; } public function getInternalCompanyId() { return $this->internalCompanyId; } public function setIsPending($isPending) { $this->isPending = $isPending; } public function getIsPending() { return $this->isPending; } public function setLogoUrl($logoUrl) { $this->logoUrl = $logoUrl; } public function getLogoUrl() { return $this->logoUrl; } public function setManagerAccount($managerAccount) { $this->managerAccount = $managerAccount; } public function getManagerAccount() { return $this->managerAccount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } /** * @param Google_Service_Partners_Location */ public function setPrimaryAddress(Google_Service_Partners_Location $primaryAddress) { $this->primaryAddress = $primaryAddress; } /** * @return Google_Service_Partners_Location */ public function getPrimaryAddress() { return $this->primaryAddress; } public function setPrimaryCountryCode($primaryCountryCode) { $this->primaryCountryCode = $primaryCountryCode; } public function getPrimaryCountryCode() { return $this->primaryCountryCode; } public function setPrimaryLanguageCode($primaryLanguageCode) { $this->primaryLanguageCode = $primaryLanguageCode; } public function getPrimaryLanguageCode() { return $this->primaryLanguageCode; } public function setResolvedTimestamp($resolvedTimestamp) { $this->resolvedTimestamp = $resolvedTimestamp; } public function getResolvedTimestamp() { return $this->resolvedTimestamp; } public function setSegment($segment) { $this->segment = $segment; } public function getSegment() { return $this->segment; } /** * @param Google_Service_Partners_SpecializationStatus */ public function setSpecializationStatus($specializationStatus) { $this->specializationStatus = $specializationStatus; } /** * @return Google_Service_Partners_SpecializationStatus */ public function getSpecializationStatus() { return $this->specializationStatus; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setWebsite($website) { $this->website = $website; } public function getWebsite() { return $this->website; } } PK) ZS6Tvendor/google/apiclient-services/src/Google/Service/Partners/CertificationStatus.phpnu[examStatuses = $examStatuses; } /** * @return Google_Service_Partners_CertificationExamStatus */ public function getExamStatuses() { return $this->examStatuses; } public function setIsCertified($isCertified) { $this->isCertified = $isCertified; } public function getIsCertified() { return $this->isCertified; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserCount($userCount) { $this->userCount = $userCount; } public function getUserCount() { return $this->userCount; } } PK) ZVCCEvendor/google/apiclient-services/src/Google/Service/Partners/User.phpnu[afaInfoShared = $afaInfoShared; } public function getAfaInfoShared() { return $this->afaInfoShared; } /** * @param Google_Service_Partners_AdWordsManagerAccountInfo */ public function setAvailableAdwordsManagerAccounts($availableAdwordsManagerAccounts) { $this->availableAdwordsManagerAccounts = $availableAdwordsManagerAccounts; } /** * @return Google_Service_Partners_AdWordsManagerAccountInfo */ public function getAvailableAdwordsManagerAccounts() { return $this->availableAdwordsManagerAccounts; } /** * @param Google_Service_Partners_Certification */ public function setCertificationStatus($certificationStatus) { $this->certificationStatus = $certificationStatus; } /** * @return Google_Service_Partners_Certification */ public function getCertificationStatus() { return $this->certificationStatus; } /** * @param Google_Service_Partners_CompanyRelation */ public function setCompany(Google_Service_Partners_CompanyRelation $company) { $this->company = $company; } /** * @return Google_Service_Partners_CompanyRelation */ public function getCompany() { return $this->company; } public function setCompanyVerificationEmail($companyVerificationEmail) { $this->companyVerificationEmail = $companyVerificationEmail; } public function getCompanyVerificationEmail() { return $this->companyVerificationEmail; } /** * @param Google_Service_Partners_ExamStatus */ public function setExamStatus($examStatus) { $this->examStatus = $examStatus; } /** * @return Google_Service_Partners_ExamStatus */ public function getExamStatus() { return $this->examStatus; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalId($internalId) { $this->internalId = $internalId; } public function getInternalId() { return $this->internalId; } public function setLastAccessTime($lastAccessTime) { $this->lastAccessTime = $lastAccessTime; } public function getLastAccessTime() { return $this->lastAccessTime; } public function setPrimaryEmails($primaryEmails) { $this->primaryEmails = $primaryEmails; } public function getPrimaryEmails() { return $this->primaryEmails; } /** * @param Google_Service_Partners_UserProfile */ public function setProfile(Google_Service_Partners_UserProfile $profile) { $this->profile = $profile; } /** * @return Google_Service_Partners_UserProfile */ public function getProfile() { return $this->profile; } /** * @param Google_Service_Partners_PublicProfile */ public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile) { $this->publicProfile = $publicProfile; } /** * @return Google_Service_Partners_PublicProfile */ public function getPublicProfile() { return $this->publicProfile; } } PK) Z_@L L Nvendor/google/apiclient-services/src/Google/Service/Partners/OfferCustomer.phpnu[adwordsUrl = $adwordsUrl; } public function getAdwordsUrl() { return $this->adwordsUrl; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setEligibilityDaysLeft($eligibilityDaysLeft) { $this->eligibilityDaysLeft = $eligibilityDaysLeft; } public function getEligibilityDaysLeft() { return $this->eligibilityDaysLeft; } public function setExternalCid($externalCid) { $this->externalCid = $externalCid; } public function getExternalCid() { return $this->externalCid; } public function setGetYAmount($getYAmount) { $this->getYAmount = $getYAmount; } public function getGetYAmount() { return $this->getYAmount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } public function setSpendXAmount($spendXAmount) { $this->spendXAmount = $spendXAmount; } public function getSpendXAmount() { return $this->spendXAmount; } } PK) ZZc> Pvendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.phpnu[adwordsUrl = $adwordsUrl; } public function getAdwordsUrl() { return $this->adwordsUrl; } public function setClientEmail($clientEmail) { $this->clientEmail = $clientEmail; } public function getClientEmail() { return $this->clientEmail; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setClientName($clientName) { $this->clientName = $clientName; } public function getClientName() { return $this->clientName; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setOfferCode($offerCode) { $this->offerCode = $offerCode; } public function getOfferCode() { return $this->offerCode; } public function setOfferCountryCode($offerCountryCode) { $this->offerCountryCode = $offerCountryCode; } public function getOfferCountryCode() { return $this->offerCountryCode; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } public function setSenderName($senderName) { $this->senderName = $senderName; } public function getSenderName() { return $this->senderName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK) Zj.**Svendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.phpnu[eventCount = $eventCount; } public function getEventCount() { return $this->eventCount; } /** * @param Google_Service_Partners_LatLng */ public function setEventLocations($eventLocations) { $this->eventLocations = $eventLocations; } /** * @return Google_Service_Partners_LatLng */ public function getEventLocations() { return $this->eventLocations; } } PK) Z3H99Qvendor/google/apiclient-services/src/Google/Service/Partners/ResponseMetadata.phpnu[debugInfo = $debugInfo; } /** * @return Google_Service_Partners_DebugInfo */ public function getDebugInfo() { return $this->debugInfo; } } PK) ZRvendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.phpnu[leads = $leads; } /** * @return Google_Service_Partners_Lead */ public function getLeads() { return $this->leads; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK) Zf Ovendor/google/apiclient-services/src/Google/Service/Partners/AvailableOffer.phpnu[available = $available; } public function getAvailable() { return $this->available; } /** * @param Google_Service_Partners_CountryOfferInfo */ public function setCountryOfferInfos($countryOfferInfos) { $this->countryOfferInfos = $countryOfferInfos; } /** * @return Google_Service_Partners_CountryOfferInfo */ public function getCountryOfferInfos() { return $this->countryOfferInfos; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMaxAccountAge($maxAccountAge) { $this->maxAccountAge = $maxAccountAge; } public function getMaxAccountAge() { return $this->maxAccountAge; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfferLevel($offerLevel) { $this->offerLevel = $offerLevel; } public function getOfferLevel() { return $this->offerLevel; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } /** * @param Google_Service_Partners_OfferCustomer */ public function setQualifiedCustomer($qualifiedCustomer) { $this->qualifiedCustomer = $qualifiedCustomer; } /** * @return Google_Service_Partners_OfferCustomer */ public function getQualifiedCustomer() { return $this->qualifiedCustomer; } public function setQualifiedCustomersComplete($qualifiedCustomersComplete) { $this->qualifiedCustomersComplete = $qualifiedCustomersComplete; } public function getQualifiedCustomersComplete() { return $this->qualifiedCustomersComplete; } public function setShowSpecialOfferCopy($showSpecialOfferCopy) { $this->showSpecialOfferCopy = $showSpecialOfferCopy; } public function getShowSpecialOfferCopy() { return $this->showSpecialOfferCopy; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } } PK) Zv <Evendor/google/apiclient-services/src/Google/Service/Partners/Rank.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) ZcNvendor/google/apiclient-services/src/Google/Service/Partners/PartnersEmpty.phpnu[responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) ZX#Vvendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.phpnu[analytics = $analytics; } /** * @return Google_Service_Partners_Analytics */ public function getAnalytics() { return $this->analytics; } /** * @param Google_Service_Partners_AnalyticsSummary */ public function setAnalyticsSummary(Google_Service_Partners_AnalyticsSummary $analyticsSummary) { $this->analyticsSummary = $analyticsSummary; } /** * @return Google_Service_Partners_AnalyticsSummary */ public function getAnalyticsSummary() { return $this->analyticsSummary; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) Z/Nvendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK) Z(Gvendor/google/apiclient-services/src/Google/Service/Partners/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK) Z"4RUvendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.phpnu[responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) Z   Ivendor/google/apiclient-services/src/Google/Service/Partners/Location.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setAddressLine($addressLine) { $this->addressLine = $addressLine; } public function getAddressLine() { return $this->addressLine; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setDependentLocality($dependentLocality) { $this->dependentLocality = $dependentLocality; } public function getDependentLocality() { return $this->dependentLocality; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Partners_LatLng */ public function setLatLng(Google_Service_Partners_LatLng $latLng) { $this->latLng = $latLng; } /** * @return Google_Service_Partners_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } } PK) ZnT8Svendor/google/apiclient-services/src/Google/Service/Partners/RecaptchaChallenge.phpnu[id = $id; } public function getId() { return $this->id; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) Zs==Nvendor/google/apiclient-services/src/Google/Service/Partners/TrafficSource.phpnu[trafficSourceId = $trafficSourceId; } public function getTrafficSourceId() { return $this->trafficSourceId; } public function setTrafficSubId($trafficSubId) { $this->trafficSubId = $trafficSubId; } public function getTrafficSubId() { return $this->trafficSubId; } } PK) Z̖Jvendor/google/apiclient-services/src/Google/Service/Partners/DebugInfo.phpnu[serverInfo = $serverInfo; } public function getServerInfo() { return $this->serverInfo; } public function setServerTraceInfo($serverTraceInfo) { $this->serverTraceInfo = $serverTraceInfo; } public function getServerTraceInfo() { return $this->serverTraceInfo; } public function setServiceUrl($serviceUrl) { $this->serviceUrl = $serviceUrl; } public function getServiceUrl() { return $this->serviceUrl; } } PK) Z@nmGvendor/google/apiclient-services/src/Google/Service/Partners/OptIns.phpnu[marketComm = $marketComm; } public function getMarketComm() { return $this->marketComm; } public function setPerformanceSuggestions($performanceSuggestions) { $this->performanceSuggestions = $performanceSuggestions; } public function getPerformanceSuggestions() { return $this->performanceSuggestions; } public function setPhoneContact($phoneContact) { $this->phoneContact = $phoneContact; } public function getPhoneContact() { return $this->phoneContact; } public function setPhysicalMail($physicalMail) { $this->physicalMail = $physicalMail; } public function getPhysicalMail() { return $this->physicalMail; } public function setSpecialOffers($specialOffers) { $this->specialOffers = $specialOffers; } public function getSpecialOffers() { return $this->specialOffers; } } PK) ZbMSvendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.phpnu[lead = $lead; } /** * @return Google_Service_Partners_Lead */ public function getLead() { return $this->lead; } public function setRecaptchaStatus($recaptchaStatus) { $this->recaptchaStatus = $recaptchaStatus; } public function getRecaptchaStatus() { return $this->recaptchaStatus; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } } PK) ZS2!TQvendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.phpnu[getYAmount = $getYAmount; } public function getGetYAmount() { return $this->getYAmount; } public function setOfferCountryCode($offerCountryCode) { $this->offerCountryCode = $offerCountryCode; } public function getOfferCountryCode() { return $this->offerCountryCode; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } public function setSpendXAmount($spendXAmount) { $this->spendXAmount = $spendXAmount; } public function getSpendXAmount() { return $this->spendXAmount; } } PK) Z[\MNvendor/google/apiclient-services/src/Google/Service/Partners/PublicProfile.phpnu[displayImageUrl = $displayImageUrl; } public function getDisplayImageUrl() { return $this->displayImageUrl; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setProfileImage($profileImage) { $this->profileImage = $profileImage; } public function getProfileImage() { return $this->profileImage; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK) Z#^;ÔHvendor/google/apiclient-services/src/Google/Service/Partners/Company.phpnu[additionalWebsites = $additionalWebsites; } public function getAdditionalWebsites() { return $this->additionalWebsites; } public function setAutoApprovalEmailDomains($autoApprovalEmailDomains) { $this->autoApprovalEmailDomains = $autoApprovalEmailDomains; } public function getAutoApprovalEmailDomains() { return $this->autoApprovalEmailDomains; } public function setBadgeAuthorityInAwn($badgeAuthorityInAwn) { $this->badgeAuthorityInAwn = $badgeAuthorityInAwn; } public function getBadgeAuthorityInAwn() { return $this->badgeAuthorityInAwn; } public function setBadgeTier($badgeTier) { $this->badgeTier = $badgeTier; } public function getBadgeTier() { return $this->badgeTier; } /** * @param Google_Service_Partners_CertificationStatus */ public function setCertificationStatuses($certificationStatuses) { $this->certificationStatuses = $certificationStatuses; } /** * @return Google_Service_Partners_CertificationStatus */ public function getCertificationStatuses() { return $this->certificationStatuses; } public function setCompanyTypes($companyTypes) { $this->companyTypes = $companyTypes; } public function getCompanyTypes() { return $this->companyTypes; } /** * @param Google_Service_Partners_Money */ public function setConvertedMinMonthlyBudget(Google_Service_Partners_Money $convertedMinMonthlyBudget) { $this->convertedMinMonthlyBudget = $convertedMinMonthlyBudget; } /** * @return Google_Service_Partners_Money */ public function getConvertedMinMonthlyBudget() { return $this->convertedMinMonthlyBudget; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIndustries($industries) { $this->industries = $industries; } public function getIndustries() { return $this->industries; } /** * @param Google_Service_Partners_LocalizedCompanyInfo */ public function setLocalizedInfos($localizedInfos) { $this->localizedInfos = $localizedInfos; } /** * @return Google_Service_Partners_LocalizedCompanyInfo */ public function getLocalizedInfos() { return $this->localizedInfos; } /** * @param Google_Service_Partners_Location */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Partners_Location */ public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Partners_Money */ public function setOriginalMinMonthlyBudget(Google_Service_Partners_Money $originalMinMonthlyBudget) { $this->originalMinMonthlyBudget = $originalMinMonthlyBudget; } /** * @return Google_Service_Partners_Money */ public function getOriginalMinMonthlyBudget() { return $this->originalMinMonthlyBudget; } public function setPrimaryAdwordsManagerAccountId($primaryAdwordsManagerAccountId) { $this->primaryAdwordsManagerAccountId = $primaryAdwordsManagerAccountId; } public function getPrimaryAdwordsManagerAccountId() { return $this->primaryAdwordsManagerAccountId; } public function setPrimaryLanguageCode($primaryLanguageCode) { $this->primaryLanguageCode = $primaryLanguageCode; } public function getPrimaryLanguageCode() { return $this->primaryLanguageCode; } /** * @param Google_Service_Partners_Location */ public function setPrimaryLocation(Google_Service_Partners_Location $primaryLocation) { $this->primaryLocation = $primaryLocation; } /** * @return Google_Service_Partners_Location */ public function getPrimaryLocation() { return $this->primaryLocation; } public function setProfileStatus($profileStatus) { $this->profileStatus = $profileStatus; } public function getProfileStatus() { return $this->profileStatus; } /** * @param Google_Service_Partners_PublicProfile */ public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile) { $this->publicProfile = $publicProfile; } /** * @return Google_Service_Partners_PublicProfile */ public function getPublicProfile() { return $this->publicProfile; } /** * @param Google_Service_Partners_Rank */ public function setRanks($ranks) { $this->ranks = $ranks; } /** * @return Google_Service_Partners_Rank */ public function getRanks() { return $this->ranks; } public function setServices($services) { $this->services = $services; } public function getServices() { return $this->services; } /** * @param Google_Service_Partners_SpecializationStatus */ public function setSpecializationStatus($specializationStatus) { $this->specializationStatus = $specializationStatus; } /** * @return Google_Service_Partners_SpecializationStatus */ public function getSpecializationStatus() { return $this->specializationStatus; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK) Z̸ PPNvendor/google/apiclient-services/src/Google/Service/Partners/Certification.phpnu[achieved = $achieved; } public function getAchieved() { return $this->achieved; } public function setCertificationType($certificationType) { $this->certificationType = $certificationType; } public function getCertificationType() { return $this->certificationType; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setLastAchieved($lastAchieved) { $this->lastAchieved = $lastAchieved; } public function getLastAchieved() { return $this->lastAchieved; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK) ZLdt)t)Jvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater.phpnu[ * [Deprecated. Please use compute.instanceGroupManagers.update method. * replicapoolupdater API will be disabled after December 30th, 2016] Updates * groups of Compute Engine instances.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Replicapoolupdater extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and manage replica pools. */ const REPLICAPOOL = "https://www.googleapis.com/auth/replicapool"; /** View replica pools. */ const REPLICAPOOL_READONLY = "https://www.googleapis.com/auth/replicapool.readonly"; public $rollingUpdates; public $zoneOperations; /** * Constructs the internal representation of the Replicapoolupdater service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'replicapoolupdater/v1beta1/projects/'; $this->version = 'v1beta1'; $this->serviceName = 'replicapoolupdater'; $this->rollingUpdates = new Google_Service_Replicapoolupdater_Resource_RollingUpdates( $this, $this->serviceName, 'rollingUpdates', array( 'methods' => array( 'cancel' => array( 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/cancel', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rollingUpdate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rollingUpdate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{project}/zones/{zone}/rollingUpdates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/rollingUpdates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listInstanceUpdates' => array( 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/instanceUpdates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rollingUpdate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'pause' => array( 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/pause', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rollingUpdate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/resume', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rollingUpdate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'rollback' => array( 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/rollback', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rollingUpdate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->zoneOperations = new Google_Service_Replicapoolupdater_Resource_ZoneOperations( $this, $this->serviceName, 'zoneOperations', array( 'methods' => array( 'get' => array( 'path' => '{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) ZN''Bvendor/google/apiclient-services/src/Google/Service/CloudTasks.phpnu[ * Manages the execution of large numbers of distributed requests.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudTasks extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_queues; public $projects_locations_queues_tasks; /** * Constructs the internal representation of the CloudTasks service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudtasks.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'cloudtasks'; $this->projects_locations = new Google_Service_CloudTasks_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_queues = new Google_Service_CloudTasks_Resource_ProjectsLocationsQueues( $this, $this->serviceName, 'queues', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/queues', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v2/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/queues', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'pause' => array( 'path' => 'v2/{+name}:pause', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'purge' => array( 'path' => 'v2/{+name}:purge', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v2/{+name}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v2/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v2/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_queues_tasks = new Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks( $this, $this->serviceName, 'tasks', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/tasks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'responseView' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v2/{+parent}/tasks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'responseView' => array( 'location' => 'query', 'type' => 'string', ), ), ),'run' => array( 'path' => 'v2/{+name}:run', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK) ZpUvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaTypeFilter.phpnu[mediaTypes = $mediaTypes; } public function getMediaTypes() { return $this->mediaTypes; } } PK) ZvFBBJvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK) Z1LοWvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumRequest.phpnu[sharedAlbumOptions = $sharedAlbumOptions; } /** * @return Google_Service_PhotosLibrary_SharedAlbumOptions */ public function getSharedAlbumOptions() { return $this->sharedAlbumOptions; } } PK) ZUURvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItem.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_PhotosLibrary_SimpleMediaItem */ public function setSimpleMediaItem(Google_Service_PhotosLibrary_SimpleMediaItem $simpleMediaItem) { $this->simpleMediaItem = $simpleMediaItem; } /** * @return Google_Service_PhotosLibrary_SimpleMediaItem */ public function getSimpleMediaItem() { return $this->simpleMediaItem; } } PK) Zx{>>^vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsResponse.phpnu[mediaItems = $mediaItems; } /** * @return Google_Service_PhotosLibrary_MediaItem */ public function getMediaItems() { return $this->mediaItems; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZܜPvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateFilter.phpnu[dates = $dates; } /** * @return Google_Service_PhotosLibrary_Date */ public function getDates() { return $this->dates; } /** * @param Google_Service_PhotosLibrary_DateRange */ public function setRanges($ranges) { $this->ranges = $ranges; } /** * @return Google_Service_PhotosLibrary_DateRange */ public function getRanges() { return $this->ranges; } } PK) ZDD^vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListSharedAlbumsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PhotosLibrary_Album */ public function setSharedAlbums($sharedAlbums) { $this->sharedAlbums = $sharedAlbums; } /** * @return Google_Service_PhotosLibrary_Album */ public function getSharedAlbums() { return $this->sharedAlbums; } } PK) Z00Tvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/TextEnrichment.phpnu[text = $text; } public function getText() { return $this->text; } } PK) Zh\ ==Kvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Photo.phpnu[apertureFNumber = $apertureFNumber; } public function getApertureFNumber() { return $this->apertureFNumber; } public function setCameraMake($cameraMake) { $this->cameraMake = $cameraMake; } public function getCameraMake() { return $this->cameraMake; } public function setCameraModel($cameraModel) { $this->cameraModel = $cameraModel; } public function getCameraModel() { return $this->cameraModel; } public function setExposureTime($exposureTime) { $this->exposureTime = $exposureTime; } public function getExposureTime() { return $this->exposureTime; } public function setFocalLength($focalLength) { $this->focalLength = $focalLength; } public function getFocalLength() { return $this->focalLength; } public function setIsoEquivalent($isoEquivalent) { $this->isoEquivalent = $isoEquivalent; } public function getIsoEquivalent() { return $this->isoEquivalent; } } PK) Zd\555Ovendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareInfo.phpnu[shareToken = $shareToken; } public function getShareToken() { return $this->shareToken; } public function setShareableUrl($shareableUrl) { $this->shareableUrl = $shareableUrl; } public function getShareableUrl() { return $this->shareableUrl; } /** * @param Google_Service_PhotosLibrary_SharedAlbumOptions */ public function setSharedAlbumOptions(Google_Service_PhotosLibrary_SharedAlbumOptions $sharedAlbumOptions) { $this->sharedAlbumOptions = $sharedAlbumOptions; } /** * @return Google_Service_PhotosLibrary_SharedAlbumOptions */ public function getSharedAlbumOptions() { return $this->sharedAlbumOptions; } } PK) Z HHXvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LocationEnrichment.phpnu[location = $location; } /** * @return Google_Service_PhotosLibrary_Location */ public function getLocation() { return $this->location; } } PK) Z]Xvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItemResult.phpnu[mediaItem = $mediaItem; } /** * @return Google_Service_PhotosLibrary_MediaItem */ public function getMediaItem() { return $this->mediaItem; } /** * @param Google_Service_PhotosLibrary_Status */ public function setStatus(Google_Service_PhotosLibrary_Status $status) { $this->status = $status; } /** * @return Google_Service_PhotosLibrary_Status */ public function getStatus() { return $this->status; } public function setUploadToken($uploadToken) { $this->uploadToken = $uploadToken; } public function getUploadToken() { return $this->uploadToken; } } PK) Z\pJOvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateRange.phpnu[endDate = $endDate; } /** * @return Google_Service_PhotosLibrary_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_PhotosLibrary_Date */ public function setStartDate(Google_Service_PhotosLibrary_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_PhotosLibrary_Date */ public function getStartDate() { return $this->startDate; } } PK) ZHUvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/Albums.phpnu[ * $photoslibraryService = new Google_Service_PhotosLibrary(...); * $albums = $photoslibraryService->albums; * */ class Google_Service_PhotosLibrary_Resource_Albums extends Google_Service_Resource { /** * Adds an enrichment to a specified position in a defined album. * (albums.addEnrichment) * * @param string $albumId Identifier of the album where the enrichment will be * added. * @param Google_Service_PhotosLibrary_AddEnrichmentToAlbumRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_AddEnrichmentToAlbumResponse */ public function addEnrichment($albumId, Google_Service_PhotosLibrary_AddEnrichmentToAlbumRequest $postBody, $optParams = array()) { $params = array('albumId' => $albumId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addEnrichment', array($params), "Google_Service_PhotosLibrary_AddEnrichmentToAlbumResponse"); } /** * Creates an album in a user's Google Photos library. (albums.create) * * @param Google_Service_PhotosLibrary_CreateAlbumRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_Album */ public function create(Google_Service_PhotosLibrary_CreateAlbumRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PhotosLibrary_Album"); } /** * Returns the album specified by the given album id. (albums.get) * * @param string $albumId Identifier of the album to be requested. * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_Album */ public function get($albumId, $optParams = array()) { $params = array('albumId' => $albumId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PhotosLibrary_Album"); } /** * Lists all albums shown to a user in the 'Albums' tab of the Google Photos * app. (albums.listAlbums) * * @param array $optParams Optional parameters. * * @opt_param string pageToken A continuation token to get the next page of the * results. Adding this to the request will return the rows after the pageToken. * The pageToken should be the value returned in the nextPageToken parameter in * the response to the listAlbums request. * @opt_param int pageSize Maximum number of albums to return in the response. * The default number of albums to return at a time is 20. The maximum page size * is 50. * @return Google_Service_PhotosLibrary_ListAlbumsResponse */ public function listAlbums($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PhotosLibrary_ListAlbumsResponse"); } /** * Marks an album as 'shared' and accessible to other users. This action can * only be performed on albums which were created by the developer via the API. * (albums.share) * * @param string $albumId Identifier of the album to be shared. This album id * must belong to an album created by the developer. . * @param Google_Service_PhotosLibrary_ShareAlbumRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_ShareAlbumResponse */ public function share($albumId, Google_Service_PhotosLibrary_ShareAlbumRequest $postBody, $optParams = array()) { $params = array('albumId' => $albumId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('share', array($params), "Google_Service_PhotosLibrary_ShareAlbumResponse"); } } PK) Z X Yvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/MediaItems.phpnu[ * $photoslibraryService = new Google_Service_PhotosLibrary(...); * $mediaItems = $photoslibraryService->mediaItems; * */ class Google_Service_PhotosLibrary_Resource_MediaItems extends Google_Service_Resource { /** * Creates one or more media items in a user's Google Photos library. If an * album id is specified, the media item(s) are also added to the album. By * default the media item(s) will be added to the end of the library or album. * * If an album id and position are both defined, then the media items will be * added to the album at the specified position. * * If multiple media items are given, they will be inserted at the specified * position. (mediaItems.batchCreate) * * @param Google_Service_PhotosLibrary_BatchCreateMediaItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_BatchCreateMediaItemsResponse */ public function batchCreate(Google_Service_PhotosLibrary_BatchCreateMediaItemsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_PhotosLibrary_BatchCreateMediaItemsResponse"); } /** * Returns the media item specified based on a given media item id. * (mediaItems.get) * * @param string $mediaItemId Identifier of media item to be requested. * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_MediaItem */ public function get($mediaItemId, $optParams = array()) { $params = array('mediaItemId' => $mediaItemId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PhotosLibrary_MediaItem"); } /** * Searches for media items in a user's Google Photos library. If no filters are * set, then all media items in the user's library will be returned. * * If an album is set, all media items in the specified album will be returned. * * If filters are specified, anything that matches the filters from the user's * library will be listed. * * If an album and filters are set, then this will result in an error. * (mediaItems.search) * * @param Google_Service_PhotosLibrary_SearchMediaItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_SearchMediaItemsResponse */ public function search(Google_Service_PhotosLibrary_SearchMediaItemsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_PhotosLibrary_SearchMediaItemsResponse"); } } PK) Z [vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/SharedAlbums.phpnu[ * $photoslibraryService = new Google_Service_PhotosLibrary(...); * $sharedAlbums = $photoslibraryService->sharedAlbums; * */ class Google_Service_PhotosLibrary_Resource_SharedAlbums extends Google_Service_Resource { /** * Joins a shared album on behalf of the Google Photos user. (sharedAlbums.join) * * @param Google_Service_PhotosLibrary_JoinSharedAlbumRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PhotosLibrary_JoinSharedAlbumResponse */ public function join(Google_Service_PhotosLibrary_JoinSharedAlbumRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('join', array($params), "Google_Service_PhotosLibrary_JoinSharedAlbumResponse"); } /** * Lists all shared albums shown to a user in the 'Sharing' tab of the Google * Photos app. (sharedAlbums.listSharedAlbums) * * @param array $optParams Optional parameters. * * @opt_param string pageToken A continuation token to get the next page of the * results. Adding this to the request will return the rows after the pageToken. * The pageToken should be the value returned in the nextPageToken parameter in * the response to the listSharedAlbums request. * @opt_param int pageSize Maximum number of albums to return in the response. * The default number of albums to return at a time is 20. The maximum page size * is 50. * @return Google_Service_PhotosLibrary_ListSharedAlbumsResponse */ public function listSharedAlbums($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PhotosLibrary_ListSharedAlbumsResponse"); } } PK) Z/o^cvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsResponse.phpnu[newMediaItemResults = $newMediaItemResults; } /** * @return Google_Service_PhotosLibrary_NewMediaItemResult */ public function getNewMediaItemResults() { return $this->newMediaItemResults; } } PK) Z)NNXvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SharedAlbumOptions.phpnu[isCollaborative = $isCollaborative; } public function getIsCollaborative() { return $this->isCollaborative; } public function setIsCommentable($isCommentable) { $this->isCommentable = $isCommentable; } public function getIsCommentable() { return $this->isCommentable; } } PK) Zywޛavendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumRequest.phpnu[albumPosition = $albumPosition; } /** * @return Google_Service_PhotosLibrary_AlbumPosition */ public function getAlbumPosition() { return $this->albumPosition; } /** * @param Google_Service_PhotosLibrary_NewEnrichmentItem */ public function setNewEnrichmentItem(Google_Service_PhotosLibrary_NewEnrichmentItem $newEnrichmentItem) { $this->newEnrichmentItem = $newEnrichmentItem; } /** * @return Google_Service_PhotosLibrary_NewEnrichmentItem */ public function getNewEnrichmentItem() { return $this->newEnrichmentItem; } } PK) Z[ {##Svendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContentFilter.phpnu[excludedContentCategories = $excludedContentCategories; } public function getExcludedContentCategories() { return $this->excludedContentCategories; } public function setIncludedContentCategories($includedContentCategories) { $this->includedContentCategories = $includedContentCategories; } public function getIncludedContentCategories() { return $this->includedContentCategories; } } PK) Z#'ggUvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContributorInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setProfilePictureBaseUrl($profilePictureBaseUrl) { $this->profilePictureBaseUrl = $profilePictureBaseUrl; } public function getProfilePictureBaseUrl() { return $this->profilePictureBaseUrl; } } PK) Z2""Tvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/EnrichmentItem.phpnu[id = $id; } public function getId() { return $this->id; } } PK) Z?ٔSvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaMetadata.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_PhotosLibrary_Photo */ public function setPhoto(Google_Service_PhotosLibrary_Photo $photo) { $this->photo = $photo; } /** * @return Google_Service_PhotosLibrary_Photo */ public function getPhoto() { return $this->photo; } /** * @param Google_Service_PhotosLibrary_Video */ public function setVideo(Google_Service_PhotosLibrary_Video $video) { $this->video = $video; } /** * @return Google_Service_PhotosLibrary_Video */ public function getVideo() { return $this->video; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK) Z=ö$$Xvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/CreateAlbumRequest.phpnu[album = $album; } /** * @return Google_Service_PhotosLibrary_Album */ public function getAlbum() { return $this->album; } } PK) ZYRV33Kvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Video.phpnu[cameraMake = $cameraMake; } public function getCameraMake() { return $this->cameraMake; } public function setCameraModel($cameraModel) { $this->cameraModel = $cameraModel; } public function getCameraModel() { return $this->cameraModel; } public function setFps($fps) { $this->fps = $fps; } public function getFps() { return $this->fps; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK) Z*-' ' Mvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Filters.phpnu[contentFilter = $contentFilter; } /** * @return Google_Service_PhotosLibrary_ContentFilter */ public function getContentFilter() { return $this->contentFilter; } /** * @param Google_Service_PhotosLibrary_DateFilter */ public function setDateFilter(Google_Service_PhotosLibrary_DateFilter $dateFilter) { $this->dateFilter = $dateFilter; } /** * @return Google_Service_PhotosLibrary_DateFilter */ public function getDateFilter() { return $this->dateFilter; } public function setIncludeArchivedMedia($includeArchivedMedia) { $this->includeArchivedMedia = $includeArchivedMedia; } public function getIncludeArchivedMedia() { return $this->includeArchivedMedia; } /** * @param Google_Service_PhotosLibrary_MediaTypeFilter */ public function setMediaTypeFilter(Google_Service_PhotosLibrary_MediaTypeFilter $mediaTypeFilter) { $this->mediaTypeFilter = $mediaTypeFilter; } /** * @return Google_Service_PhotosLibrary_MediaTypeFilter */ public function getMediaTypeFilter() { return $this->mediaTypeFilter; } } PK) ZWϜLvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Status.phpnu[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; } } PK) Zn\\Svendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AlbumPosition.phpnu[position = $position; } public function getPosition() { return $this->position; } public function setRelativeEnrichmentItemId($relativeEnrichmentItemId) { $this->relativeEnrichmentItemId = $relativeEnrichmentItemId; } public function getRelativeEnrichmentItemId() { return $this->relativeEnrichmentItemId; } public function setRelativeMediaItemId($relativeMediaItemId) { $this->relativeMediaItemId = $relativeMediaItemId; } public function getRelativeMediaItemId() { return $this->relativeMediaItemId; } } PK) ZHbbUvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SimpleMediaItem.phpnu[uploadToken = $uploadToken; } public function getUploadToken() { return $this->uploadToken; } } PK) ZoWvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewEnrichmentItem.phpnu[locationEnrichment = $locationEnrichment; } /** * @return Google_Service_PhotosLibrary_LocationEnrichment */ public function getLocationEnrichment() { return $this->locationEnrichment; } /** * @param Google_Service_PhotosLibrary_MapEnrichment */ public function setMapEnrichment(Google_Service_PhotosLibrary_MapEnrichment $mapEnrichment) { $this->mapEnrichment = $mapEnrichment; } /** * @return Google_Service_PhotosLibrary_MapEnrichment */ public function getMapEnrichment() { return $this->mapEnrichment; } /** * @param Google_Service_PhotosLibrary_TextEnrichment */ public function setTextEnrichment(Google_Service_PhotosLibrary_TextEnrichment $textEnrichment) { $this->textEnrichment = $textEnrichment; } /** * @return Google_Service_PhotosLibrary_TextEnrichment */ public function getTextEnrichment() { return $this->textEnrichment; } } PK) Zbvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsRequest.phpnu[albumId = $albumId; } public function getAlbumId() { return $this->albumId; } /** * @param Google_Service_PhotosLibrary_AlbumPosition */ public function setAlbumPosition(Google_Service_PhotosLibrary_AlbumPosition $albumPosition) { $this->albumPosition = $albumPosition; } /** * @return Google_Service_PhotosLibrary_AlbumPosition */ public function getAlbumPosition() { return $this->albumPosition; } /** * @param Google_Service_PhotosLibrary_NewMediaItem */ public function setNewMediaItems($newMediaItems) { $this->newMediaItems = $newMediaItems; } /** * @return Google_Service_PhotosLibrary_NewMediaItem */ public function getNewMediaItems() { return $this->newMediaItems; } } PK) Z^*Svendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MapEnrichment.phpnu[destination = $destination; } /** * @return Google_Service_PhotosLibrary_Location */ public function getDestination() { return $this->destination; } /** * @param Google_Service_PhotosLibrary_Location */ public function setOrigin(Google_Service_PhotosLibrary_Location $origin) { $this->origin = $origin; } /** * @return Google_Service_PhotosLibrary_Location */ public function getOrigin() { return $this->origin; } } PK) Z5Lvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK) Zvbvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumResponse.phpnu[enrichmentItem = $enrichmentItem; } /** * @return Google_Service_PhotosLibrary_EnrichmentItem */ public function getEnrichmentItem() { return $this->enrichmentItem; } } PK) ZκNvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Location.phpnu[latlng = $latlng; } /** * @return Google_Service_PhotosLibrary_LatLng */ public function getLatlng() { return $this->latlng; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } } PK) Zp=Xvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListAlbumsResponse.phpnu[albums = $albums; } /** * @return Google_Service_PhotosLibrary_Album */ public function getAlbums() { return $this->albums; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Zt2c]vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumResponse.phpnu[shareToken = $shareToken; } public function getShareToken() { return $this->shareToken; } } PK) Z??]vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsRequest.phpnu[albumId = $albumId; } public function getAlbumId() { return $this->albumId; } /** * @param Google_Service_PhotosLibrary_Filters */ public function setFilters(Google_Service_PhotosLibrary_Filters $filters) { $this->filters = $filters; } /** * @return Google_Service_PhotosLibrary_Filters */ public function getFilters() { return $this->filters; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK) Z Kvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Album.phpnu[coverPhotoBaseUrl = $coverPhotoBaseUrl; } public function getCoverPhotoBaseUrl() { return $this->coverPhotoBaseUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsWriteable($isWriteable) { $this->isWriteable = $isWriteable; } public function getIsWriteable() { return $this->isWriteable; } public function setProductUrl($productUrl) { $this->productUrl = $productUrl; } public function getProductUrl() { return $this->productUrl; } /** * @param Google_Service_PhotosLibrary_ShareInfo */ public function setShareInfo(Google_Service_PhotosLibrary_ShareInfo $shareInfo) { $this->shareInfo = $shareInfo; } /** * @return Google_Service_PhotosLibrary_ShareInfo */ public function getShareInfo() { return $this->shareInfo; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalMediaItems($totalMediaItems) { $this->totalMediaItems = $totalMediaItems; } public function getTotalMediaItems() { return $this->totalMediaItems; } } PK) Z` Ovendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaItem.phpnu[baseUrl = $baseUrl; } public function getBaseUrl() { return $this->baseUrl; } /** * @param Google_Service_PhotosLibrary_ContributorInfo */ public function setContributorInfo(Google_Service_PhotosLibrary_ContributorInfo $contributorInfo) { $this->contributorInfo = $contributorInfo; } /** * @return Google_Service_PhotosLibrary_ContributorInfo */ public function getContributorInfo() { return $this->contributorInfo; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_PhotosLibrary_MediaMetadata */ public function setMediaMetadata(Google_Service_PhotosLibrary_MediaMetadata $mediaMetadata) { $this->mediaMetadata = $mediaMetadata; } /** * @return Google_Service_PhotosLibrary_MediaMetadata */ public function getMediaMetadata() { return $this->mediaMetadata; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setProductUrl($productUrl) { $this->productUrl = $productUrl; } public function getProductUrl() { return $this->productUrl; } } PK) ZLGĉTTXvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumResponse.phpnu[shareInfo = $shareInfo; } /** * @return Google_Service_PhotosLibrary_ShareInfo */ public function getShareInfo() { return $this->shareInfo; } } PK) Z44]vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ManagedShortLink.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setFlaggedAttribute($flaggedAttribute) { $this->flaggedAttribute = $flaggedAttribute; } public function getFlaggedAttribute() { return $this->flaggedAttribute; } /** * @param Google_Service_FirebaseDynamicLinks_DynamicLinkInfo */ public function setInfo(Google_Service_FirebaseDynamicLinks_DynamicLinkInfo $info) { $this->info = $info; } /** * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo */ public function getInfo() { return $this->info; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setLinkName($linkName) { $this->linkName = $linkName; } public function getLinkName() { return $this->linkName; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK) ZMFTvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/IosInfo.phpnu[iosAppStoreId = $iosAppStoreId; } public function getIosAppStoreId() { return $this->iosAppStoreId; } public function setIosBundleId($iosBundleId) { $this->iosBundleId = $iosBundleId; } public function getIosBundleId() { return $this->iosBundleId; } public function setIosCustomScheme($iosCustomScheme) { $this->iosCustomScheme = $iosCustomScheme; } public function getIosCustomScheme() { return $this->iosCustomScheme; } public function setIosFallbackLink($iosFallbackLink) { $this->iosFallbackLink = $iosFallbackLink; } public function getIosFallbackLink() { return $this->iosFallbackLink; } public function setIosIpadBundleId($iosIpadBundleId) { $this->iosIpadBundleId = $iosIpadBundleId; } public function getIosIpadBundleId() { return $this->iosIpadBundleId; } public function setIosIpadFallbackLink($iosIpadFallbackLink) { $this->iosIpadFallbackLink = $iosIpadFallbackLink; } public function getIosIpadFallbackLink() { return $this->iosIpadFallbackLink; } public function setIosMinimumVersion($iosMinimumVersion) { $this->iosMinimumVersion = $iosMinimumVersion; } public function getIosMinimumVersion() { return $this->iosMinimumVersion; } } PK) ZxGN N lvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionResponse.phpnu[deepLink = $deepLink; } public function getDeepLink() { return $this->deepLink; } public function setInvitationId($invitationId) { $this->invitationId = $invitationId; } public function getInvitationId() { return $this->invitationId; } public function setIosMinAppVersion($iosMinAppVersion) { $this->iosMinAppVersion = $iosMinAppVersion; } public function getIosMinAppVersion() { return $this->iosMinAppVersion; } public function setResolvedLink($resolvedLink) { $this->resolvedLink = $resolvedLink; } public function getResolvedLink() { return $this->resolvedLink; } public function setUtmCampaign($utmCampaign) { $this->utmCampaign = $utmCampaign; } public function getUtmCampaign() { return $this->utmCampaign; } public function setUtmContent($utmContent) { $this->utmContent = $utmContent; } public function getUtmContent() { return $this->utmContent; } public function setUtmMedium($utmMedium) { $this->utmMedium = $utmMedium; } public function getUtmMedium() { return $this->utmMedium; } public function setUtmSource($utmSource) { $this->utmSource = $utmSource; } public function getUtmSource() { return $this->utmSource; } public function setUtmTerm($utmTerm) { $this->utmTerm = $utmTerm; } public function getUtmTerm() { return $this->utmTerm; } } PK) Z)xy]vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkStats.phpnu[linkEventStats = $linkEventStats; } /** * @return Google_Service_FirebaseDynamicLinks_DynamicLinkEventStat[] */ public function getLinkEventStats() { return $this->linkEventStats; } } PK) ZISvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Suffix.phpnu[customSuffix = $customSuffix; } public function getCustomSuffix() { return $this->customSuffix; } public function setOption($option) { $this->option = $option; } public function getOption() { return $this->option; } } PK) ZWȍH`vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.phpnu[gclid = $gclid; } public function getGclid() { return $this->gclid; } public function setUtmCampaign($utmCampaign) { $this->utmCampaign = $utmCampaign; } public function getUtmCampaign() { return $this->utmCampaign; } public function setUtmContent($utmContent) { $this->utmContent = $utmContent; } public function getUtmContent() { return $this->utmContent; } public function setUtmMedium($utmMedium) { $this->utmMedium = $utmMedium; } public function getUtmMedium() { return $this->utmMedium; } public function setUtmSource($utmSource) { $this->utmSource = $utmSource; } public function getUtmSource() { return $this->utmSource; } public function setUtmTerm($utmTerm) { $this->utmTerm = $utmTerm; } public function getUtmTerm() { return $this->utmTerm; } } PK) ZN\vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.phpnu[analyticsInfo = $analyticsInfo; } /** * @return Google_Service_FirebaseDynamicLinks_AnalyticsInfo */ public function getAnalyticsInfo() { return $this->analyticsInfo; } /** * @param Google_Service_FirebaseDynamicLinks_AndroidInfo */ public function setAndroidInfo(Google_Service_FirebaseDynamicLinks_AndroidInfo $androidInfo) { $this->androidInfo = $androidInfo; } /** * @return Google_Service_FirebaseDynamicLinks_AndroidInfo */ public function getAndroidInfo() { return $this->androidInfo; } /** * @param Google_Service_FirebaseDynamicLinks_DesktopInfo */ public function setDesktopInfo(Google_Service_FirebaseDynamicLinks_DesktopInfo $desktopInfo) { $this->desktopInfo = $desktopInfo; } /** * @return Google_Service_FirebaseDynamicLinks_DesktopInfo */ public function getDesktopInfo() { return $this->desktopInfo; } public function setDomainUriPrefix($domainUriPrefix) { $this->domainUriPrefix = $domainUriPrefix; } public function getDomainUriPrefix() { return $this->domainUriPrefix; } public function setDynamicLinkDomain($dynamicLinkDomain) { $this->dynamicLinkDomain = $dynamicLinkDomain; } public function getDynamicLinkDomain() { return $this->dynamicLinkDomain; } /** * @param Google_Service_FirebaseDynamicLinks_IosInfo */ public function setIosInfo(Google_Service_FirebaseDynamicLinks_IosInfo $iosInfo) { $this->iosInfo = $iosInfo; } /** * @return Google_Service_FirebaseDynamicLinks_IosInfo */ public function getIosInfo() { return $this->iosInfo; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } /** * @param Google_Service_FirebaseDynamicLinks_NavigationInfo */ public function setNavigationInfo(Google_Service_FirebaseDynamicLinks_NavigationInfo $navigationInfo) { $this->navigationInfo = $navigationInfo; } /** * @return Google_Service_FirebaseDynamicLinks_NavigationInfo */ public function getNavigationInfo() { return $this->navigationInfo; } /** * @param Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo */ public function setSocialMetaTagInfo(Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo $socialMetaTagInfo) { $this->socialMetaTagInfo = $socialMetaTagInfo; } /** * @return Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo */ public function getSocialMetaTagInfo() { return $this->socialMetaTagInfo; } } PK) Z1tXvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.phpnu[androidFallbackLink = $androidFallbackLink; } public function getAndroidFallbackLink() { return $this->androidFallbackLink; } public function setAndroidLink($androidLink) { $this->androidLink = $androidLink; } public function getAndroidLink() { return $this->androidLink; } public function setAndroidMinPackageVersionCode($androidMinPackageVersionCode) { $this->androidMinPackageVersionCode = $androidMinPackageVersionCode; } public function getAndroidMinPackageVersionCode() { return $this->androidMinPackageVersionCode; } public function setAndroidPackageName($androidPackageName) { $this->androidPackageName = $androidPackageName; } public function getAndroidPackageName() { return $this->androidPackageName; } } PK) Zh\PPZvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.phpnu[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; } } PK) ZAgvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ManagedShortLinks.phpnu[ * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinks(...); * $managedShortLinks = $firebasedynamiclinksService->managedShortLinks; * */ class Google_Service_FirebaseDynamicLinks_Resource_ManagedShortLinks extends Google_Service_Resource { /** * Creates a managed short Dynamic Link given either a valid long Dynamic Link * or details such as Dynamic Link domain, Android and iOS app information. The * created short Dynamic Link will not expire. This differs from * CreateShortDynamicLink in the following ways: - The request will also contain * a name for the link (non unique name for the front end). - The response must * be authenticated with an auth token (generated with the admin service * account). - The link will appear in the FDL list of links in the console * front end. The Dynamic Link domain in the request must be owned by * requester's Firebase project. (managedShortLinks.create) * * @param Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkResponse */ public function create(Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkResponse"); } } PK) Z`vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ShortLinks.phpnu[ * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinks(...); * $shortLinks = $firebasedynamiclinksService->shortLinks; * */ class Google_Service_FirebaseDynamicLinks_Resource_ShortLinks extends Google_Service_Resource { /** * Creates a short Dynamic Link given either a valid long Dynamic Link or * details such as Dynamic Link domain, Android and iOS app information. The * created short Dynamic Link will not expire. Repeated calls with the same long * Dynamic Link or Dynamic Link information will produce the same short Dynamic * Link. The Dynamic Link domain in the request must be owned by requester's * Firebase project. (shortLinks.create) * * @param Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkResponse */ public function create(Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkResponse"); } } PK) ZlRB Xvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/V1.phpnu[ * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinks(...); * $v1 = $firebasedynamiclinksService->v1; * */ class Google_Service_FirebaseDynamicLinks_Resource_V1 extends Google_Service_Resource { /** * Fetches analytics stats of a short Dynamic Link for a given duration. Metrics * include number of clicks, redirects, installs, app first opens, and app * reopens. (v1.getLinkStats) * * @param string $dynamicLink Dynamic Link URL. e.g. * https://abcd.app.goo.gl/wxyz * @param array $optParams Optional parameters. * * @opt_param string durationDays The span of time requested in days. * @opt_param string sdkVersion Google SDK version. Version takes the form * "$major.$minor.$patch" * @return Google_Service_FirebaseDynamicLinks_DynamicLinkStats */ public function getLinkStats($dynamicLink, $optParams = array()) { $params = array('dynamicLink' => $dynamicLink); $params = array_merge($params, $optParams); return $this->call('getLinkStats', array($params), "Google_Service_FirebaseDynamicLinks_DynamicLinkStats"); } /** * Get iOS strong/weak-match info for post-install attribution. * (v1.installAttribution) * * @param Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionResponse */ public function installAttribution(Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('installAttribution', array($params), "Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionResponse"); } /** * Get iOS reopen attribution for app universal link open deeplinking. * (v1.reopenAttribution) * * @param Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionResponse */ public function reopenAttribution(Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reopenAttribution', array($params), "Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionResponse"); } } PK) ZS$qvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionResponse.phpnu[appMinimumVersion = $appMinimumVersion; } public function getAppMinimumVersion() { return $this->appMinimumVersion; } public function setAttributionConfidence($attributionConfidence) { $this->attributionConfidence = $attributionConfidence; } public function getAttributionConfidence() { return $this->attributionConfidence; } public function setDeepLink($deepLink) { $this->deepLink = $deepLink; } public function getDeepLink() { return $this->deepLink; } public function setExternalBrowserDestinationLink($externalBrowserDestinationLink) { $this->externalBrowserDestinationLink = $externalBrowserDestinationLink; } public function getExternalBrowserDestinationLink() { return $this->externalBrowserDestinationLink; } public function setFallbackLink($fallbackLink) { $this->fallbackLink = $fallbackLink; } public function getFallbackLink() { return $this->fallbackLink; } public function setInvitationId($invitationId) { $this->invitationId = $invitationId; } public function getInvitationId() { return $this->invitationId; } public function setIsStrongMatchExecutable($isStrongMatchExecutable) { $this->isStrongMatchExecutable = $isStrongMatchExecutable; } public function getIsStrongMatchExecutable() { return $this->isStrongMatchExecutable; } public function setMatchMessage($matchMessage) { $this->matchMessage = $matchMessage; } public function getMatchMessage() { return $this->matchMessage; } public function setRequestIpVersion($requestIpVersion) { $this->requestIpVersion = $requestIpVersion; } public function getRequestIpVersion() { return $this->requestIpVersion; } public function setRequestedLink($requestedLink) { $this->requestedLink = $requestedLink; } public function getRequestedLink() { return $this->requestedLink; } public function setResolvedLink($resolvedLink) { $this->resolvedLink = $resolvedLink; } public function getResolvedLink() { return $this->resolvedLink; } public function setUtmCampaign($utmCampaign) { $this->utmCampaign = $utmCampaign; } public function getUtmCampaign() { return $this->utmCampaign; } public function setUtmContent($utmContent) { $this->utmContent = $utmContent; } public function getUtmContent() { return $this->utmContent; } public function setUtmMedium($utmMedium) { $this->utmMedium = $utmMedium; } public function getUtmMedium() { return $this->utmMedium; } public function setUtmSource($utmSource) { $this->utmSource = $utmSource; } public function getUtmSource() { return $this->utmSource; } public function setUtmTerm($utmTerm) { $this->utmTerm = $utmTerm; } public function getUtmTerm() { return $this->utmTerm; } } PK) ZCujvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkRequest.phpnu[dynamicLinkInfo = $dynamicLinkInfo; } /** * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo */ public function getDynamicLinkInfo() { return $this->dynamicLinkInfo; } public function setLongDynamicLink($longDynamicLink) { $this->longDynamicLink = $longDynamicLink; } public function getLongDynamicLink() { return $this->longDynamicLink; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSdkVersion($sdkVersion) { $this->sdkVersion = $sdkVersion; } public function getSdkVersion() { return $this->sdkVersion; } /** * @param Google_Service_FirebaseDynamicLinks_Suffix */ public function setSuffix(Google_Service_FirebaseDynamicLinks_Suffix $suffix) { $this->suffix = $suffix; } /** * @return Google_Service_FirebaseDynamicLinks_Suffix */ public function getSuffix() { return $this->suffix; } } PK) Zάjvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkRequest.phpnu[dynamicLinkInfo = $dynamicLinkInfo; } /** * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo */ public function getDynamicLinkInfo() { return $this->dynamicLinkInfo; } public function setLongDynamicLink($longDynamicLink) { $this->longDynamicLink = $longDynamicLink; } public function getLongDynamicLink() { return $this->longDynamicLink; } public function setSdkVersion($sdkVersion) { $this->sdkVersion = $sdkVersion; } public function getSdkVersion() { return $this->sdkVersion; } /** * @param Google_Service_FirebaseDynamicLinks_Suffix */ public function setSuffix(Google_Service_FirebaseDynamicLinks_Suffix $suffix) { $this->suffix = $suffix; } /** * @return Google_Service_FirebaseDynamicLinks_Suffix */ public function getSuffix() { return $this->suffix; } } PK) Zd_Wvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DeviceInfo.phpnu[deviceModelName = $deviceModelName; } public function getDeviceModelName() { return $this->deviceModelName; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLanguageCodeFromWebview($languageCodeFromWebview) { $this->languageCodeFromWebview = $languageCodeFromWebview; } public function getLanguageCodeFromWebview() { return $this->languageCodeFromWebview; } public function setLanguageCodeRaw($languageCodeRaw) { $this->languageCodeRaw = $languageCodeRaw; } public function getLanguageCodeRaw() { return $this->languageCodeRaw; } public function setScreenResolutionHeight($screenResolutionHeight) { $this->screenResolutionHeight = $screenResolutionHeight; } public function getScreenResolutionHeight() { return $this->screenResolutionHeight; } public function setScreenResolutionWidth($screenResolutionWidth) { $this->screenResolutionWidth = $screenResolutionWidth; } public function getScreenResolutionWidth() { return $this->screenResolutionWidth; } public function setTimezone($timezone) { $this->timezone = $timezone; } public function getTimezone() { return $this->timezone; } } PK) Zgttkvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkResponse.phpnu[managedShortLink = $managedShortLink; } /** * @return Google_Service_FirebaseDynamicLinks_ManagedShortLink */ public function getManagedShortLink() { return $this->managedShortLink; } public function setPreviewLink($previewLink) { $this->previewLink = $previewLink; } public function getPreviewLink() { return $this->previewLink; } /** * @param Google_Service_FirebaseDynamicLinks_DynamicLinkWarning[] */ public function setWarning($warning) { $this->warning = $warning; } /** * @return Google_Service_FirebaseDynamicLinks_DynamicLinkWarning[] */ public function getWarning() { return $this->warning; } } PK) Z0Xvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DesktopInfo.phpnu[desktopFallbackLink = $desktopFallbackLink; } public function getDesktopFallbackLink() { return $this->desktopFallbackLink; } } PK) Z~navendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkEventStat.phpnu[count = $count; } public function getCount() { return $this->count; } public function setEvent($event) { $this->event = $event; } public function getEvent() { return $this->event; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } } PK) Zk+ + pvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionRequest.phpnu[appInstallationTime = $appInstallationTime; } public function getAppInstallationTime() { return $this->appInstallationTime; } public function setBundleId($bundleId) { $this->bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } /** * @param Google_Service_FirebaseDynamicLinks_DeviceInfo */ public function setDevice(Google_Service_FirebaseDynamicLinks_DeviceInfo $device) { $this->device = $device; } /** * @return Google_Service_FirebaseDynamicLinks_DeviceInfo */ public function getDevice() { return $this->device; } public function setIosVersion($iosVersion) { $this->iosVersion = $iosVersion; } public function getIosVersion() { return $this->iosVersion; } public function setRetrievalMethod($retrievalMethod) { $this->retrievalMethod = $retrievalMethod; } public function getRetrievalMethod() { return $this->retrievalMethod; } public function setSdkVersion($sdkVersion) { $this->sdkVersion = $sdkVersion; } public function getSdkVersion() { return $this->sdkVersion; } public function setUniqueMatchLinkToCheck($uniqueMatchLinkToCheck) { $this->uniqueMatchLinkToCheck = $uniqueMatchLinkToCheck; } public function getUniqueMatchLinkToCheck() { return $this->uniqueMatchLinkToCheck; } public function setVisualStyle($visualStyle) { $this->visualStyle = $visualStyle; } public function getVisualStyle() { return $this->visualStyle; } } PK) Zz77_vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.phpnu[warningCode = $warningCode; } public function getWarningCode() { return $this->warningCode; } public function setWarningDocumentLink($warningDocumentLink) { $this->warningDocumentLink = $warningDocumentLink; } public function getWarningDocumentLink() { return $this->warningDocumentLink; } public function setWarningMessage($warningMessage) { $this->warningMessage = $warningMessage; } public function getWarningMessage() { return $this->warningMessage; } } PK) Zg//^vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/SocialMetaTagInfo.phpnu[socialDescription = $socialDescription; } public function getSocialDescription() { return $this->socialDescription; } public function setSocialImageLink($socialImageLink) { $this->socialImageLink = $socialImageLink; } public function getSocialImageLink() { return $this->socialImageLink; } public function setSocialTitle($socialTitle) { $this->socialTitle = $socialTitle; } public function getSocialTitle() { return $this->socialTitle; } } PK) ZC0"Kkvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.phpnu[previewLink = $previewLink; } public function getPreviewLink() { return $this->previewLink; } public function setShortLink($shortLink) { $this->shortLink = $shortLink; } public function getShortLink() { return $this->shortLink; } /** * @param Google_Service_FirebaseDynamicLinks_DynamicLinkWarning[] */ public function setWarning($warning) { $this->warning = $warning; } /** * @return Google_Service_FirebaseDynamicLinks_DynamicLinkWarning[] */ public function getWarning() { return $this->warning; } } PK) Z,![vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/NavigationInfo.phpnu[enableForcedRedirect = $enableForcedRedirect; } public function getEnableForcedRedirect() { return $this->enableForcedRedirect; } } PK) Z,kvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionRequest.phpnu[bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } public function setRequestedLink($requestedLink) { $this->requestedLink = $requestedLink; } public function getRequestedLink() { return $this->requestedLink; } public function setSdkVersion($sdkVersion) { $this->sdkVersion = $sdkVersion; } public function getSdkVersion() { return $this->sdkVersion; } } PK) Z&<cvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ITunesConnectAnalytics.phpnu[at = $at; } public function getAt() { return $this->at; } public function setCt($ct) { $this->ct = $ct; } public function getCt() { return $this->ct; } public function setMt($mt) { $this->mt = $mt; } public function getMt() { return $this->mt; } public function setPt($pt) { $this->pt = $pt; } public function getPt() { return $this->pt; } } PK) ZΝUӀ Bvendor/google/apiclient-services/src/Google/Service/Tasks/Task.phpnu[completed = $completed; } public function getCompleted() { return $this->completed; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDue($due) { $this->due = $due; } public function getDue() { return $this->due; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setHidden($hidden) { $this->hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Tasks_TaskLinks[] */ public function setLinks($links) { $this->links = $links; } /** * @return Google_Service_Tasks_TaskLinks[] */ public function getLinks() { return $this->links; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK) ZGvendor/google/apiclient-services/src/Google/Service/Tasks/TaskLists.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Tasks_TaskList[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Tasks_TaskList[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZDvJFvendor/google/apiclient-services/src/Google/Service/Tasks/TaskList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK) Z%Lvendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasks.phpnu[ * $tasksService = new Google_Service_Tasks(...); * $tasks = $tasksService->tasks; * */ class Google_Service_Tasks_Resource_Tasks extends Google_Service_Resource { /** * Clears all completed tasks from the specified task list. The affected tasks * will be marked as 'hidden' and no longer be returned by default when * retrieving all tasks for a task list. (tasks.clear) * * @param string $tasklist Task list identifier. * @param array $optParams Optional parameters. */ public function clear($tasklist, $optParams = array()) { $params = array('tasklist' => $tasklist); $params = array_merge($params, $optParams); return $this->call('clear', array($params)); } /** * Deletes the specified task from the task list. (tasks.delete) * * @param string $tasklist Task list identifier. * @param string $task Task identifier. * @param array $optParams Optional parameters. */ public function delete($tasklist, $task, $optParams = array()) { $params = array('tasklist' => $tasklist, 'task' => $task); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns the specified task. (tasks.get) * * @param string $tasklist Task list identifier. * @param string $task Task identifier. * @param array $optParams Optional parameters. * @return Google_Service_Tasks_Task */ public function get($tasklist, $task, $optParams = array()) { $params = array('tasklist' => $tasklist, 'task' => $task); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Tasks_Task"); } /** * Creates a new task on the specified task list. (tasks.insert) * * @param string $tasklist Task list identifier. * @param Google_Service_Tasks_Task $postBody * @param array $optParams Optional parameters. * * @opt_param string parent Parent task identifier. If the task is created at * the top level, this parameter is omitted. Optional. * @opt_param string previous Previous sibling task identifier. If the task is * created at the first position among its siblings, this parameter is omitted. * Optional. * @return Google_Service_Tasks_Task */ public function insert($tasklist, Google_Service_Tasks_Task $postBody, $optParams = array()) { $params = array('tasklist' => $tasklist, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Tasks_Task"); } /** * Returns all tasks in the specified task list. (tasks.listTasks) * * @param string $tasklist Task list identifier. * @param array $optParams Optional parameters. * * @opt_param string completedMax Upper bound for a task's completion date (as a * RFC 3339 timestamp) to filter by. Optional. The default is not to filter by * completion date. * @opt_param string completedMin Lower bound for a task's completion date (as a * RFC 3339 timestamp) to filter by. Optional. The default is not to filter by * completion date. * @opt_param string dueMax Upper bound for a task's due date (as a RFC 3339 * timestamp) to filter by. Optional. The default is not to filter by due date. * @opt_param string dueMin Lower bound for a task's due date (as a RFC 3339 * timestamp) to filter by. Optional. The default is not to filter by due date. * @opt_param int maxResults Maximum number of task lists returned on one page. * Optional. The default is 20 (max allowed: 100). * @opt_param string pageToken Token specifying the result page to return. * Optional. * @opt_param bool showCompleted Flag indicating whether completed tasks are * returned in the result. Optional. The default is True. Note that showHidden * must also be True to show tasks completed in first party clients, such as the * web UI and Google's mobile apps. * @opt_param bool showDeleted Flag indicating whether deleted tasks are * returned in the result. Optional. The default is False. * @opt_param bool showHidden Flag indicating whether hidden tasks are returned * in the result. Optional. The default is False. * @opt_param string updatedMin Lower bound for a task's last modification time * (as a RFC 3339 timestamp) to filter by. Optional. The default is not to * filter by last modification time. * @return Google_Service_Tasks_Tasks */ public function listTasks($tasklist, $optParams = array()) { $params = array('tasklist' => $tasklist); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tasks_Tasks"); } /** * Moves the specified task to another position in the task list. This can * include putting it as a child task under a new parent and/or move it to a * different position among its sibling tasks. (tasks.move) * * @param string $tasklist Task list identifier. * @param string $task Task identifier. * @param array $optParams Optional parameters. * * @opt_param string parent New parent task identifier. If the task is moved to * the top level, this parameter is omitted. Optional. * @opt_param string previous New previous sibling task identifier. If the task * is moved to the first position among its siblings, this parameter is omitted. * Optional. * @return Google_Service_Tasks_Task */ public function move($tasklist, $task, $optParams = array()) { $params = array('tasklist' => $tasklist, 'task' => $task); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Tasks_Task"); } /** * Updates the specified task. This method supports patch semantics. * (tasks.patch) * * @param string $tasklist Task list identifier. * @param string $task Task identifier. * @param Google_Service_Tasks_Task $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tasks_Task */ public function patch($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array()) { $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Tasks_Task"); } /** * Updates the specified task. (tasks.update) * * @param string $tasklist Task list identifier. * @param string $task Task identifier. * @param Google_Service_Tasks_Task $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tasks_Task */ public function update($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array()) { $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Tasks_Task"); } } PK) ZHV}GGPvendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasklists.phpnu[ * $tasksService = new Google_Service_Tasks(...); * $tasklists = $tasksService->tasklists; * */ class Google_Service_Tasks_Resource_Tasklists extends Google_Service_Resource { /** * Deletes the authenticated user's specified task list. (tasklists.delete) * * @param string $tasklist Task list identifier. * @param array $optParams Optional parameters. */ public function delete($tasklist, $optParams = array()) { $params = array('tasklist' => $tasklist); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns the authenticated user's specified task list. (tasklists.get) * * @param string $tasklist Task list identifier. * @param array $optParams Optional parameters. * @return Google_Service_Tasks_TaskList */ public function get($tasklist, $optParams = array()) { $params = array('tasklist' => $tasklist); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Tasks_TaskList"); } /** * Creates a new task list and adds it to the authenticated user's task lists. * (tasklists.insert) * * @param Google_Service_Tasks_TaskList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tasks_TaskList */ public function insert(Google_Service_Tasks_TaskList $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Tasks_TaskList"); } /** * Returns all the authenticated user's task lists. (tasklists.listTasklists) * * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of task lists returned on one page. * Optional. The default is 20 (max allowed: 100). * @opt_param string pageToken Token specifying the result page to return. * Optional. * @return Google_Service_Tasks_TaskLists */ public function listTasklists($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tasks_TaskLists"); } /** * Updates the authenticated user's specified task list. This method supports * patch semantics. (tasklists.patch) * * @param string $tasklist Task list identifier. * @param Google_Service_Tasks_TaskList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tasks_TaskList */ public function patch($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array()) { $params = array('tasklist' => $tasklist, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Tasks_TaskList"); } /** * Updates the authenticated user's specified task list. (tasklists.update) * * @param string $tasklist Task list identifier. * @param Google_Service_Tasks_TaskList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tasks_TaskList */ public function update($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array()) { $params = array('tasklist' => $tasklist, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Tasks_TaskList"); } } PK) ZppGvendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Zdy1Cvendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Tasks_Task[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Tasks_Task[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z{""Gvendor/google/apiclient-services/src/Google/Service/GamesManagement.phpnu[ * The Google Play Game Management API allows developers to manage resources * from the Google Play Game service.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_GamesManagement extends Google_Service { /** Create, edit, and delete your Google Play Games activity. */ const GAMES = "https://www.googleapis.com/auth/games"; public $achievements; public $applications; public $events; public $players; public $scores; /** * Constructs the internal representation of the GamesManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://gamesmanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1management'; $this->serviceName = 'gamesManagement'; $this->achievements = new Google_Service_GamesManagement_Resource_Achievements( $this, $this->serviceName, 'achievements', array( 'methods' => array( 'reset' => array( 'path' => 'games/v1management/achievements/{achievementId}/reset', 'httpMethod' => 'POST', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetAll' => array( 'path' => 'games/v1management/achievements/reset', 'httpMethod' => 'POST', 'parameters' => array(), ),'resetAllForAllPlayers' => array( 'path' => 'games/v1management/achievements/resetAllForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array(), ),'resetForAllPlayers' => array( 'path' => 'games/v1management/achievements/{achievementId}/resetForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetMultipleForAllPlayers' => array( 'path' => 'games/v1management/achievements/resetMultipleForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->applications = new Google_Service_GamesManagement_Resource_Applications( $this, $this->serviceName, 'applications', array( 'methods' => array( 'listHidden' => array( 'path' => 'games/v1management/applications/{applicationId}/players/hidden', 'httpMethod' => 'GET', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->events = new Google_Service_GamesManagement_Resource_Events( $this, $this->serviceName, 'events', array( 'methods' => array( 'reset' => array( 'path' => 'games/v1management/events/{eventId}/reset', 'httpMethod' => 'POST', 'parameters' => array( 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetAll' => array( 'path' => 'games/v1management/events/reset', 'httpMethod' => 'POST', 'parameters' => array(), ),'resetAllForAllPlayers' => array( 'path' => 'games/v1management/events/resetAllForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array(), ),'resetForAllPlayers' => array( 'path' => 'games/v1management/events/{eventId}/resetForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array( 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetMultipleForAllPlayers' => array( 'path' => 'games/v1management/events/resetMultipleForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->players = new Google_Service_GamesManagement_Resource_Players( $this, $this->serviceName, 'players', array( 'methods' => array( 'hide' => array( 'path' => 'games/v1management/applications/{applicationId}/players/hidden/{playerId}', 'httpMethod' => 'POST', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unhide' => array( 'path' => 'games/v1management/applications/{applicationId}/players/hidden/{playerId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->scores = new Google_Service_GamesManagement_Resource_Scores( $this, $this->serviceName, 'scores', array( 'methods' => array( 'reset' => array( 'path' => 'games/v1management/leaderboards/{leaderboardId}/scores/reset', 'httpMethod' => 'POST', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetAll' => array( 'path' => 'games/v1management/scores/reset', 'httpMethod' => 'POST', 'parameters' => array(), ),'resetAllForAllPlayers' => array( 'path' => 'games/v1management/scores/resetAllForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array(), ),'resetForAllPlayers' => array( 'path' => 'games/v1management/leaderboards/{leaderboardId}/scores/resetForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetMultipleForAllPlayers' => array( 'path' => 'games/v1management/scores/resetMultipleForAllPlayers', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK) ZgaQQYvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleTypeDate.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK) ZD"Zvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleTypeMoney.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK) Z~yvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1ListBudgetsResponse.phpnu[budgets = $budgets; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget[] */ public function getBudgets() { return $this->budgets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZV7^vendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleProtobufEmpty.phpnu[disableDefaultIamRecipients = $disableDefaultIamRecipients; } public function getDisableDefaultIamRecipients() { return $this->disableDefaultIamRecipients; } public function setMonitoringNotificationChannels($monitoringNotificationChannels) { $this->monitoringNotificationChannels = $monitoringNotificationChannels; } public function getMonitoringNotificationChannels() { return $this->monitoringNotificationChannels; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } public function setSchemaVersion($schemaVersion) { $this->schemaVersion = $schemaVersion; } public function getSchemaVersion() { return $this->schemaVersion; } } PK) Zjcvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/Resource/BillingAccounts.phpnu[ * $billingbudgetsService = new Google_Service_CloudBillingBudget(...); * $billingAccounts = $billingbudgetsService->billingAccounts; * */ class Google_Service_CloudBillingBudget_Resource_BillingAccounts extends Google_Service_Resource { } PK) ZvMAjvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/Resource/BillingAccountsBudgets.phpnu[ * $billingbudgetsService = new Google_Service_CloudBillingBudget(...); * $budgets = $billingbudgetsService->budgets; * */ class Google_Service_CloudBillingBudget_Resource_BillingAccountsBudgets extends Google_Service_Resource { /** * Creates a new budget. See [Quotas and * limits](https://cloud.google.com/billing/quotas) for more information on the * limits of the number of budgets you can create. (budgets.create) * * @param string $parent Required. The name of the billing account to create the * budget in. Values are of the form `billingAccounts/{billingAccountId}`. * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget */ public function create($parent, Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget"); } /** * Deletes a budget. Returns successfully if already deleted. (budgets.delete) * * @param string $name Required. Name of the budget to delete. Values are of the * form `billingAccounts/{billingAccountId}/budgets/{budgetId}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudBillingBudget_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudBillingBudget_GoogleProtobufEmpty"); } /** * Returns a budget. WARNING: There are some fields exposed on the Google Cloud * Console that aren't available on this API. When reading from the API, you * will not see these fields in the return value, though they may have been set * in the Cloud Console. (budgets.get) * * @param string $name Required. Name of budget to get. Values are of the form * `billingAccounts/{billingAccountId}/budgets/{budgetId}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget"); } /** * Returns a list of budgets for a billing account. WARNING: There are some * fields exposed on the Google Cloud Console that aren't available on this API. * When reading from the API, you will not see these fields in the return value, * though they may have been set in the Cloud Console. * (budgets.listBillingAccountsBudgets) * * @param string $parent Required. Name of billing account to list budgets * under. Values are of the form `billingAccounts/{billingAccountId}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of budgets to return per * page. The default and maximum value are 100. * @opt_param string pageToken Optional. The value returned by the last * `ListBudgetsResponse` which indicates that this is a continuation of a prior * `ListBudgets` call, and that the system should return the next page of data. * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ListBudgetsResponse */ public function listBillingAccountsBudgets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ListBudgetsResponse"); } /** * Updates a budget and returns the updated budget. WARNING: There are some * fields exposed on the Google Cloud Console that aren't available on this API. * Budget fields that are not exposed in this API will not be changed by this * method. (budgets.patch) * * @param string $name Output only. Resource name of the budget. The resource * name implies the scope of a budget. Values are of the form * `billingAccounts/{billingAccountId}/budgets/{budgetId}`. * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Indicates which fields in the provided * budget to update. Read-only fields (such as `name`) cannot be changed. If * this is not provided, then only fields with non-default values from the * request are updated. See https://developers.google.com/protocol- * buffers/docs/proto3#default for more details about default values. * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget */ public function patch($name, Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget"); } } PK) Zys lvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1Budget.phpnu[amount = $amount; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1BudgetAmount */ public function getAmount() { return $this->amount; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter */ public function setBudgetFilter(Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter $budgetFilter) { $this->budgetFilter = $budgetFilter; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter */ public function getBudgetFilter() { return $this->budgetFilter; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule */ public function setNotificationsRule(Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule $notificationsRule) { $this->notificationsRule = $notificationsRule; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule */ public function getNotificationsRule() { return $this->notificationsRule; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ThresholdRule[] */ public function setThresholdRules($thresholdRules) { $this->thresholdRules = $thresholdRules; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ThresholdRule[] */ public function getThresholdRules() { return $this->thresholdRules; } } PK) Z,\\rvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1CustomPeriod.phpnu[endDate = $endDate; } /** * @return Google_Service_CloudBillingBudget_GoogleTypeDate */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_CloudBillingBudget_GoogleTypeDate */ public function setStartDate(Google_Service_CloudBillingBudget_GoogleTypeDate $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_CloudBillingBudget_GoogleTypeDate */ public function getStartDate() { return $this->startDate; } } PK) Zg9C~ ~ lvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1Filter.phpnu[calendarPeriod = $calendarPeriod; } public function getCalendarPeriod() { return $this->calendarPeriod; } public function setCreditTypes($creditTypes) { $this->creditTypes = $creditTypes; } public function getCreditTypes() { return $this->creditTypes; } public function setCreditTypesTreatment($creditTypesTreatment) { $this->creditTypesTreatment = $creditTypesTreatment; } public function getCreditTypesTreatment() { return $this->creditTypesTreatment; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1CustomPeriod */ public function setCustomPeriod(Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1CustomPeriod $customPeriod) { $this->customPeriod = $customPeriod; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1CustomPeriod */ public function getCustomPeriod() { return $this->customPeriod; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setProjects($projects) { $this->projects = $projects; } public function getProjects() { return $this->projects; } public function setServices($services) { $this->services = $services; } public function getServices() { return $this->services; } public function setSubaccounts($subaccounts) { $this->subaccounts = $subaccounts; } public function getSubaccounts() { return $this->subaccounts; } } PK) Zɨ[[svendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1ThresholdRule.phpnu[spendBasis = $spendBasis; } public function getSpendBasis() { return $this->spendBasis; } public function setThresholdPercent($thresholdPercent) { $this->thresholdPercent = $thresholdPercent; } public function getThresholdPercent() { return $this->thresholdPercent; } } PK) ZceELLrvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1BudgetAmount.phpnu[lastPeriodAmount = $lastPeriodAmount; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1LastPeriodAmount */ public function getLastPeriodAmount() { return $this->lastPeriodAmount; } /** * @param Google_Service_CloudBillingBudget_GoogleTypeMoney */ public function setSpecifiedAmount(Google_Service_CloudBillingBudget_GoogleTypeMoney $specifiedAmount) { $this->specifiedAmount = $specifiedAmount; } /** * @return Google_Service_CloudBillingBudget_GoogleTypeMoney */ public function getSpecifiedAmount() { return $this->specifiedAmount; } } PK) Z 2Hvvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1LastPeriodAmount.phpnu[mNvendor/google/apiclient-services/src/Google/Service/GroupsMigration/Groups.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setResponseCode($responseCode) { $this->responseCode = $responseCode; } public function getResponseCode() { return $this->responseCode; } } PK) Z+llXvendor/google/apiclient-services/src/Google/Service/GroupsMigration/Resource/Archive.phpnu[ * $groupsmigrationService = new Google_Service_GroupsMigration(...); * $archive = $groupsmigrationService->archive; * */ class Google_Service_GroupsMigration_Resource_Archive extends Google_Service_Resource { /** * Inserts a new mail into the archive of the Google group. (archive.insert) * * @param string $groupId The group ID * @param array $optParams Optional parameters. * @return Google_Service_GroupsMigration_Groups */ public function insert($groupId, $optParams = array()) { $params = array('groupId' => $groupId); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_GroupsMigration_Groups"); } } PK) Zִavendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/VmCreationConfig.phpnu[subnet = $subnet; } public function getSubnet() { return $this->subnet; } public function setVmMachineType($vmMachineType) { $this->vmMachineType = $vmMachineType; } public function getVmMachineType() { return $this->vmMachineType; } public function setVmZone($vmZone) { $this->vmZone = $vmZone; } public function getVmZone() { return $this->vmZone; } } PK) Z[(exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK) ZK4/ovendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ListConnectionProfilesResponse.phpnu[connectionProfiles = $connectionProfiles; } /** * @return Google_Service_DatabaseMigrationService_ConnectionProfile[] */ public function getConnectionProfiles() { return $this->connectionProfiles; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK) Za9nJJ]vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/MigrationJob.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } /** * @param Google_Service_DatabaseMigrationService_DatabaseType */ public function setDestinationDatabase(Google_Service_DatabaseMigrationService_DatabaseType $destinationDatabase) { $this->destinationDatabase = $destinationDatabase; } /** * @return Google_Service_DatabaseMigrationService_DatabaseType */ public function getDestinationDatabase() { return $this->destinationDatabase; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDumpPath($dumpPath) { $this->dumpPath = $dumpPath; } public function getDumpPath() { return $this->dumpPath; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_DatabaseMigrationService_Status */ public function setError(Google_Service_DatabaseMigrationService_Status $error) { $this->error = $error; } /** * @return Google_Service_DatabaseMigrationService_Status */ public function getError() { return $this->error; } 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 setPhase($phase) { $this->phase = $phase; } public function getPhase() { return $this->phase; } /** * @param Google_Service_DatabaseMigrationService_ReverseSshConnectivity */ public function setReverseSshConnectivity(Google_Service_DatabaseMigrationService_ReverseSshConnectivity $reverseSshConnectivity) { $this->reverseSshConnectivity = $reverseSshConnectivity; } /** * @return Google_Service_DatabaseMigrationService_ReverseSshConnectivity */ public function getReverseSshConnectivity() { return $this->reverseSshConnectivity; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } /** * @param Google_Service_DatabaseMigrationService_DatabaseType */ public function setSourceDatabase(Google_Service_DatabaseMigrationService_DatabaseType $sourceDatabase) { $this->sourceDatabase = $sourceDatabase; } /** * @return Google_Service_DatabaseMigrationService_DatabaseType */ public function getSourceDatabase() { return $this->sourceDatabase; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_DatabaseMigrationService_StaticIpConnectivity */ public function setStaticIpConnectivity(Google_Service_DatabaseMigrationService_StaticIpConnectivity $staticIpConnectivity) { $this->staticIpConnectivity = $staticIpConnectivity; } /** * @return Google_Service_DatabaseMigrationService_StaticIpConnectivity */ public function getStaticIpConnectivity() { return $this->staticIpConnectivity; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_DatabaseMigrationService_VpcPeeringConnectivity */ public function setVpcPeeringConnectivity(Google_Service_DatabaseMigrationService_VpcPeeringConnectivity $vpcPeeringConnectivity) { $this->vpcPeeringConnectivity = $vpcPeeringConnectivity; } /** * @return Google_Service_DatabaseMigrationService_VpcPeeringConnectivity */ public function getVpcPeeringConnectivity() { return $this->vpcPeeringConnectivity; } } PK) Zְcvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/DatamigrationEmpty.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) ZQVFFgvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/MySqlConnectionProfile.phpnu[cloudSqlId = $cloudSqlId; } public function getCloudSqlId() { return $this->cloudSqlId; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; } public function getPasswordSet() { return $this->passwordSet; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_DatabaseMigrationService_SslConfig */ public function setSsl(Google_Service_DatabaseMigrationService_SslConfig $ssl) { $this->ssl = $ssl; } /** * @return Google_Service_DatabaseMigrationService_SslConfig */ public function getSsl() { return $this->ssl; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK) Z&,2  dvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_DatabaseMigrationService_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK) Z`;;ivendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/GenerateSshScriptRequest.phpnu[vm = $vm; } public function getVm() { return $this->vm; } /** * @param Google_Service_DatabaseMigrationService_VmCreationConfig */ public function setVmCreationConfig(Google_Service_DatabaseMigrationService_VmCreationConfig $vmCreationConfig) { $this->vmCreationConfig = $vmCreationConfig; } /** * @return Google_Service_DatabaseMigrationService_VmCreationConfig */ public function getVmCreationConfig() { return $this->vmCreationConfig; } public function setVmPort($vmPort) { $this->vmPort = $vmPort; } public function getVmPort() { return $this->vmPort; } /** * @param Google_Service_DatabaseMigrationService_VmSelectionConfig */ public function setVmSelectionConfig(Google_Service_DatabaseMigrationService_VmSelectionConfig $vmSelectionConfig) { $this->vmSelectionConfig = $vmSelectionConfig; } /** * @return Google_Service_DatabaseMigrationService_VmSelectionConfig */ public function getVmSelectionConfig() { return $this->vmSelectionConfig; } } PK) Z;@wwWvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_DatabaseMigrationService_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_DatabaseMigrationService_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_DatabaseMigrationService_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) Ztjvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/VerifyMigrationJobRequest.phpnu[script = $script; } public function getScript() { return $this->script; } } PK) Z2gvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/CancelOperationRequest.phpnu[activationPolicy = $activationPolicy; } public function getActivationPolicy() { return $this->activationPolicy; } public function setAutoStorageIncrease($autoStorageIncrease) { $this->autoStorageIncrease = $autoStorageIncrease; } public function getAutoStorageIncrease() { return $this->autoStorageIncrease; } public function setCollation($collation) { $this->collation = $collation; } public function getCollation() { return $this->collation; } public function setDataDiskSizeGb($dataDiskSizeGb) { $this->dataDiskSizeGb = $dataDiskSizeGb; } public function getDataDiskSizeGb() { return $this->dataDiskSizeGb; } public function setDataDiskType($dataDiskType) { $this->dataDiskType = $dataDiskType; } public function getDataDiskType() { return $this->dataDiskType; } public function setDatabaseFlags($databaseFlags) { $this->databaseFlags = $databaseFlags; } public function getDatabaseFlags() { return $this->databaseFlags; } public function setDatabaseVersion($databaseVersion) { $this->databaseVersion = $databaseVersion; } public function getDatabaseVersion() { return $this->databaseVersion; } /** * @param Google_Service_DatabaseMigrationService_SqlIpConfig */ public function setIpConfig(Google_Service_DatabaseMigrationService_SqlIpConfig $ipConfig) { $this->ipConfig = $ipConfig; } /** * @return Google_Service_DatabaseMigrationService_SqlIpConfig */ public function getIpConfig() { return $this->ipConfig; } public function setRootPassword($rootPassword) { $this->rootPassword = $rootPassword; } public function getRootPassword() { return $this->rootPassword; } public function setRootPasswordSet($rootPasswordSet) { $this->rootPasswordSet = $rootPasswordSet; } public function getRootPasswordSet() { return $this->rootPasswordSet; } public function setSourceId($sourceId) { $this->sourceId = $sourceId; } public function getSourceId() { return $this->sourceId; } public function setStorageAutoResizeLimit($storageAutoResizeLimit) { $this->storageAutoResizeLimit = $storageAutoResizeLimit; } public function getStorageAutoResizeLimit() { return $this->storageAutoResizeLimit; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK) ZEZvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/SslConfig.phpnu[caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setClientCertificate($clientCertificate) { $this->clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Z'kvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) Z8  kvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocations.phpnu[ * $datamigrationService = new Google_Service_DatabaseMigrationService(...); * $locations = $datamigrationService->locations; * */ class Google_Service_DatabaseMigrationService_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DatabaseMigrationService_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_DatabaseMigrationService_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DatabaseMigrationService_ListLocationsResponse"); } } PK) ZEQuvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocationsOperations.phpnu[ * $datamigrationService = new Google_Service_DatabaseMigrationService(...); * $operations = $datamigrationService->operations; * */ class Google_Service_DatabaseMigrationService_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_DatabaseMigrationService_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_DatamigrationEmpty */ public function cancel($name, Google_Service_DatabaseMigrationService_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_DatabaseMigrationService_DatamigrationEmpty"); } /** * 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_DatabaseMigrationService_DatamigrationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DatabaseMigrationService_DatamigrationEmpty"); } /** * 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_DatabaseMigrationService_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_DatabaseMigrationService_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DatabaseMigrationService_ListOperationsResponse"); } } PK) ZPi3Mf*f*}vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocationsConnectionProfiles.phpnu[ * $datamigrationService = new Google_Service_DatabaseMigrationService(...); * $connectionProfiles = $datamigrationService->connectionProfiles; * */ class Google_Service_DatabaseMigrationService_Resource_ProjectsLocationsConnectionProfiles extends Google_Service_Resource { /** * Creates a new connection profile in a given project and location. * (connectionProfiles.create) * * @param string $parent Required. The parent, which owns this collection of * connection profiles. * @param Google_Service_DatabaseMigrationService_ConnectionProfile $postBody * @param array $optParams Optional parameters. * * @opt_param string connectionProfileId Required. The connection profile * identifier. * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_DatabaseMigrationService_Operation */ public function create($parent, Google_Service_DatabaseMigrationService_ConnectionProfile $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Deletes a single Database Migration Service connection profile. A connection * profile can only be deleted if it is not in use by any active migration jobs. * (connectionProfiles.delete) * * @param string $name Required. Name of the connection profile resource to * delete. * @param array $optParams Optional parameters. * * @opt_param bool force In case of force delete, the CloudSQL replica database * is also deleted (only for CloudSQL connection profile). * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_DatabaseMigrationService_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Gets details of a single connection profile. (connectionProfiles.get) * * @param string $name Required. Name of the connection profile resource to get. * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_ConnectionProfile */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DatabaseMigrationService_ConnectionProfile"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (connectionProfiles.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_DatabaseMigrationService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DatabaseMigrationService_Policy"); } /** * Retrieve a list of all connection profiles in a given project and location. * (connectionProfiles.listProjectsLocationsConnectionProfiles) * * @param string $parent Required. The parent, which owns this collection of * connection profiles. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters connection profiles * 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, list connection profiles created this * year by specifying **createTime %gt; 2020-01-01T00:00:00.000000000Z**. You * can also filter nested fields. For example, you could specify * **mySql.username = %lt;my_username%gt;** to list all connection profiles * configured to connect with a specific username. * @opt_param string orderBy the order by fields for the result. * @opt_param int pageSize The maximum number of connection profiles to return. * The service may return fewer than this value. If unspecified, at most 50 * connection profiles will be returned. The maximum value is 1000; values above * 1000 will be coerced to 1000. * @opt_param string pageToken A page token, received from a previous * `ListConnectionProfiles` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListConnectionProfiles` * must match the call that provided the page token. * @return Google_Service_DatabaseMigrationService_ListConnectionProfilesResponse */ public function listProjectsLocationsConnectionProfiles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DatabaseMigrationService_ListConnectionProfilesResponse"); } /** * Update the configuration of a single connection profile. * (connectionProfiles.patch) * * @param string $name The name of this connection profile resource in the form * of projects/{project}/locations/{location}/instances/{instance}. * @param Google_Service_DatabaseMigrationService_ConnectionProfile $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @opt_param string updateMask Required. Field mask is used to specify the * fields to be overwritten in the connection profile resource by the update. * @return Google_Service_DatabaseMigrationService_Operation */ public function patch($name, Google_Service_DatabaseMigrationService_ConnectionProfile $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (connectionProfiles.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_DatabaseMigrationService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Policy */ public function setIamPolicy($resource, Google_Service_DatabaseMigrationService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DatabaseMigrationService_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (connectionProfiles.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_DatabaseMigrationService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DatabaseMigrationService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DatabaseMigrationService_TestIamPermissionsResponse"); } } PK) Zybvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/Projects.phpnu[ * $datamigrationService = new Google_Service_DatabaseMigrationService(...); * $projects = $datamigrationService->projects; * */ class Google_Service_DatabaseMigrationService_Resource_Projects extends Google_Service_Resource { } PK) Z*''?'?xvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocationsMigrationJobs.phpnu[ * $datamigrationService = new Google_Service_DatabaseMigrationService(...); * $migrationJobs = $datamigrationService->migrationJobs; * */ class Google_Service_DatabaseMigrationService_Resource_ProjectsLocationsMigrationJobs extends Google_Service_Resource { /** * Creates a new migration job in a given project and location. * (migrationJobs.create) * * @param string $parent Required. The parent, which owns this collection of * migration jobs. * @param Google_Service_DatabaseMigrationService_MigrationJob $postBody * @param array $optParams Optional parameters. * * @opt_param string migrationJobId Required. The ID of the instance to create. * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_DatabaseMigrationService_Operation */ public function create($parent, Google_Service_DatabaseMigrationService_MigrationJob $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Deletes a single migration job. (migrationJobs.delete) * * @param string $name Required. Name of the migration job resource to delete. * @param array $optParams Optional parameters. * * @opt_param bool force The destination CloudSQL connection profile is always * deleted with the migration job. In case of force delete, the destination * CloudSQL replica database is also deleted. * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_DatabaseMigrationService_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Generate a SSH configuration script to configure the reverse SSH * connectivity. (migrationJobs.generateSshScript) * * @param string $migrationJob Name of the migration job resource to generate * the SSH script. * @param Google_Service_DatabaseMigrationService_GenerateSshScriptRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_SshScript */ public function generateSshScript($migrationJob, Google_Service_DatabaseMigrationService_GenerateSshScriptRequest $postBody, $optParams = array()) { $params = array('migrationJob' => $migrationJob, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateSshScript', array($params), "Google_Service_DatabaseMigrationService_SshScript"); } /** * Gets details of a single migration job. (migrationJobs.get) * * @param string $name Required. Name of the migration job resource to get. * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_MigrationJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DatabaseMigrationService_MigrationJob"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (migrationJobs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_DatabaseMigrationService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DatabaseMigrationService_Policy"); } /** * Lists migration jobs in a given project and location. * (migrationJobs.listProjectsLocationsMigrationJobs) * * @param string $parent Required. The parent, which owns this collection of * migrationJobs. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters migration jobs * 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, list migration jobs created this year * by specifying **createTime %gt; 2020-01-01T00:00:00.000000000Z.** You can * also filter nested fields. For example, you could specify * **reverseSshConnectivity.vmIp = "1.2.3.4"** to select all migration jobs * connecting through the specific SSH tunnel bastion. * @opt_param string orderBy Sort the results based on the migration job name. * Valid values are: "name", "name asc", and "name desc". * @opt_param int pageSize The maximum number of migration jobs to return. The * service may return fewer than this value. If unspecified, at most 50 * migration jobs will be returned. The maximum value is 1000; values above 1000 * will be coerced to 1000. * @opt_param string pageToken The nextPageToken value received in the previous * call to migrationJobs.list, used in the subsequent request to retrieve the * next page of results. On first call this should be left blank. When * paginating, all other parameters provided to migrationJobs.list must match * the call that provided the page token. * @return Google_Service_DatabaseMigrationService_ListMigrationJobsResponse */ public function listProjectsLocationsMigrationJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DatabaseMigrationService_ListMigrationJobsResponse"); } /** * Updates the parameters of a single migration job. (migrationJobs.patch) * * @param string $name The name (URI) of this migration job resource, in the * form of: projects/{project}/locations/{location}/instances/{instance}. * @param Google_Service_DatabaseMigrationService_MigrationJob $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @opt_param string updateMask Required. Field mask is used to specify the * fields to be overwritten in the migration job resource by the update. * @return Google_Service_DatabaseMigrationService_Operation */ public function patch($name, Google_Service_DatabaseMigrationService_MigrationJob $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Promote a migration job, stopping replication to the destination and * promoting the destination to be a standalone database. * (migrationJobs.promote) * * @param string $name Name of the migration job resource to promote. * @param Google_Service_DatabaseMigrationService_PromoteMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Operation */ public function promote($name, Google_Service_DatabaseMigrationService_PromoteMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('promote', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Restart a stopped or failed migration job, resetting the destination instance * to its original state and starting the migration process from scratch. * (migrationJobs.restart) * * @param string $name Name of the migration job resource to restart. * @param Google_Service_DatabaseMigrationService_RestartMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Operation */ public function restart($name, Google_Service_DatabaseMigrationService_RestartMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restart', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Resume a migration job that is currently stopped and is resumable (was * stopped during CDC phase). (migrationJobs.resume) * * @param string $name Name of the migration job resource to resume. * @param Google_Service_DatabaseMigrationService_ResumeMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Operation */ public function resume($name, Google_Service_DatabaseMigrationService_ResumeMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (migrationJobs.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_DatabaseMigrationService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Policy */ public function setIamPolicy($resource, Google_Service_DatabaseMigrationService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DatabaseMigrationService_Policy"); } /** * Start an already created migration job. (migrationJobs.start) * * @param string $name Name of the migration job resource to start. * @param Google_Service_DatabaseMigrationService_StartMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Operation */ public function start($name, Google_Service_DatabaseMigrationService_StartMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Stops a running migration job. (migrationJobs.stop) * * @param string $name Name of the migration job resource to stop. * @param Google_Service_DatabaseMigrationService_StopMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Operation */ public function stop($name, Google_Service_DatabaseMigrationService_StopMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_DatabaseMigrationService_Operation"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. 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. * (migrationJobs.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_DatabaseMigrationService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DatabaseMigrationService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DatabaseMigrationService_TestIamPermissionsResponse"); } /** * Verify a migration job, making sure the destination can reach the source and * that all configuration and prerequisites are met. (migrationJobs.verify) * * @param string $name Name of the migration job resource to verify. * @param Google_Service_DatabaseMigrationService_VerifyMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DatabaseMigrationService_Operation */ public function verify($name, Google_Service_DatabaseMigrationService_VerifyMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verify', array($params), "Google_Service_DatabaseMigrationService_Operation"); } } PK) Zp:Rhvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/StopMigrationJobRequest.phpnu[engine = $engine; } public function getEngine() { return $this->engine; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } } PK) ZDLLbvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/VmSelectionConfig.phpnu[vmZone = $vmZone; } public function getVmZone() { return $this->vmZone; } } PK) ZHXvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Binding.phpnu[condition = $condition; } /** * @return Google_Service_DatabaseMigrationService_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) Z!z__fvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_DatabaseMigrationService_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z,n><<gvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/VpcPeeringConnectivity.phpnu[vpc = $vpc; } public function getVpc() { return $this->vpc; } } PK) Zʢ}/|vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/GoogleCloudClouddmsV1beta1OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) ZEG&gvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ReverseSshConnectivity.phpnu[vm = $vm; } public function getVm() { return $this->vm; } public function setVmIp($vmIp) { $this->vmIp = $vmIp; } public function getVmIp() { return $this->vmIp; } public function setVmPort($vmPort) { $this->vmPort = $vmPort; } public function getVmPort() { return $this->vmPort; } public function setVpc($vpc) { $this->vpc = $vpc; } public function getVpc() { return $this->vpc; } } PK) Zmjvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) Z_Zwvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) Zǭkvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/RestartMigrationJobRequest.phpnu[authorizedNetworks = $authorizedNetworks; } /** * @return Google_Service_DatabaseMigrationService_SqlAclEntry[] */ public function getAuthorizedNetworks() { return $this->authorizedNetworks; } public function setEnableIpv4($enableIpv4) { $this->enableIpv4 = $enableIpv4; } public function getEnableIpv4() { return $this->enableIpv4; } public function setPrivateNetwork($privateNetwork) { $this->privateNetwork = $privateNetwork; } public function getPrivateNetwork() { return $this->privateNetwork; } public function setRequireSsl($requireSsl) { $this->requireSsl = $requireSsl; } public function getRequireSsl() { return $this->requireSsl; } } PK) Z~jpZvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_DatabaseMigrationService_Status */ public function setError(Google_Service_DatabaseMigrationService_Status $error) { $this->error = $error; } /** * @return Google_Service_DatabaseMigrationService_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) Zdivendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/StartMigrationJobRequest.phpnu[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; } } PK) ZR`oDKKlvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/PostgreSqlConnectionProfile.phpnu[cloudSqlId = $cloudSqlId; } public function getCloudSqlId() { return $this->cloudSqlId; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; } public function getPasswordSet() { return $this->passwordSet; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_DatabaseMigrationService_SslConfig */ public function setSsl(Google_Service_DatabaseMigrationService_SslConfig $ssl) { $this->ssl = $ssl; } /** * @return Google_Service_DatabaseMigrationService_SslConfig */ public function getSsl() { return $this->ssl; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK) Z+llgvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DatabaseMigrationService_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_DatabaseMigrationService_Operation[] */ public function getOperations() { return $this->operations; } } PK) ZYvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) ZjQss\vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_DatabaseMigrationService_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK) Z9&ȹjvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/CloudSqlConnectionProfile.phpnu[cloudSqlId = $cloudSqlId; } public function getCloudSqlId() { return $this->cloudSqlId; } public function setPrivateIp($privateIp) { $this->privateIp = $privateIp; } public function getPrivateIp() { return $this->privateIp; } public function setPublicIp($publicIp) { $this->publicIp = $publicIp; } public function getPublicIp() { return $this->publicIp; } /** * @param Google_Service_DatabaseMigrationService_CloudSqlSettings */ public function setSettings(Google_Service_DatabaseMigrationService_CloudSqlSettings $settings) { $this->settings = $settings; } /** * @return Google_Service_DatabaseMigrationService_CloudSqlSettings */ public function getSettings() { return $this->settings; } } PK) Z$##nvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/MigrationJobVerificationError.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorDetailMessage($errorDetailMessage) { $this->errorDetailMessage = $errorDetailMessage; } public function getErrorDetailMessage() { return $this->errorDetailMessage; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } } PK) Zjvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ResumeMigrationJobRequest.phpnu[migrationJobs = $migrationJobs; } /** * @return Google_Service_DatabaseMigrationService_MigrationJob[] */ public function getMigrationJobs() { return $this->migrationJobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK) Z  bvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ConnectionProfile.phpnu[cloudsql = $cloudsql; } /** * @return Google_Service_DatabaseMigrationService_CloudSqlConnectionProfile */ public function getCloudsql() { return $this->cloudsql; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DatabaseMigrationService_Status */ public function setError(Google_Service_DatabaseMigrationService_Status $error) { $this->error = $error; } /** * @return Google_Service_DatabaseMigrationService_Status */ public function getError() { return $this->error; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_DatabaseMigrationService_MySqlConnectionProfile */ public function setMysql(Google_Service_DatabaseMigrationService_MySqlConnectionProfile $mysql) { $this->mysql = $mysql; } /** * @return Google_Service_DatabaseMigrationService_MySqlConnectionProfile */ public function getMysql() { return $this->mysql; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DatabaseMigrationService_PostgreSqlConnectionProfile */ public function setPostgresql(Google_Service_DatabaseMigrationService_PostgreSqlConnectionProfile $postgresql) { $this->postgresql = $postgresql; } /** * @return Google_Service_DatabaseMigrationService_PostgreSqlConnectionProfile */ public function getPostgresql() { return $this->postgresql; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) Z42~YYUvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z`Գrvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ListPolicySchemasResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchema[] */ public function setPolicySchemas($policySchemas) { $this->policySchemas = $policySchemas; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchema[] */ public function getPolicySchemas() { return $this->policySchemas; } } PK) Zacvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2EnumValueDescriptorProto.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } } PK) Z$LLevendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchema.phpnu[accessRestrictions = $accessRestrictions; } public function getAccessRestrictions() { return $this->accessRestrictions; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1AdditionalTargetKeyName[] */ public function setAdditionalTargetKeyNames($additionalTargetKeyNames) { $this->additionalTargetKeyNames = $additionalTargetKeyNames; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1AdditionalTargetKeyName[] */ public function getAdditionalTargetKeyNames() { return $this->additionalTargetKeyNames; } /** * @param Google_Service_ChromePolicy_Proto2FileDescriptorProto */ public function setDefinition(Google_Service_ChromePolicy_Proto2FileDescriptorProto $definition) { $this->definition = $definition; } /** * @return Google_Service_ChromePolicy_Proto2FileDescriptorProto */ public function getDefinition() { return $this->definition; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaFieldDescription[] */ public function setFieldDescriptions($fieldDescriptions) { $this->fieldDescriptions = $fieldDescriptions; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaFieldDescription[] */ public function getFieldDescriptions() { return $this->fieldDescriptions; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaNoticeDescription[] */ public function setNotices($notices) { $this->notices = $notices; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaNoticeDescription[] */ public function getNotices() { return $this->notices; } public function setPolicyDescription($policyDescription) { $this->policyDescription = $policyDescription; } public function getPolicyDescription() { return $this->policyDescription; } public function setSchemaName($schemaName) { $this->schemaName = $schemaName; } public function getSchemaName() { return $this->schemaName; } public function setSupportUri($supportUri) { $this->supportUri = $supportUri; } public function getSupportUri() { return $this->supportUri; } } PK) ZZXvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleProtobufEmpty.phpnu[key = $key; } public function getKey() { return $this->key; } public function setKeyDescription($keyDescription) { $this->keyDescription = $keyDescription; } public function getKeyDescription() { return $this->keyDescription; } } PK) Z4Ztvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1InheritOrgUnitPolicyRequest.phpnu[policySchema = $policySchema; } public function getPolicySchema() { return $this->policySchema; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function setPolicyTargetKey(Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey $policyTargetKey) { $this->policyTargetKey = $policyTargetKey; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } } PK) ZEsN dvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicySchemas.phpnu[ * $chromepolicyService = new Google_Service_ChromePolicy(...); * $policySchemas = $chromepolicyService->policySchemas; * */ class Google_Service_ChromePolicy_Resource_CustomersPolicySchemas extends Google_Service_Resource { /** * Get a specific policy schema for a customer by its resource name. * (policySchemas.get) * * @param string $name Required. The policy schema resource name to query. * @param array $optParams Optional parameters. * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchema */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchema"); } /** * Gets a list of policy schemas that match a specified filter value for a given * customer. (policySchemas.listCustomersPolicySchemas) * * @param string $parent Required. The customer for which the listing request * will apply. * @param array $optParams Optional parameters. * * @opt_param string filter The schema filter used to find a particular schema * based on fields like its resource name, description and * `additionalTargetKeyNames`. * @opt_param int pageSize The maximum number of policy schemas to return. * @opt_param string pageToken The page token used to retrieve a specific page * of the listing request. * @return Google_Service_ChromePolicy_GoogleChromePolicyV1ListPolicySchemasResponse */ public function listCustomersPolicySchemas($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ChromePolicy_GoogleChromePolicyV1ListPolicySchemasResponse"); } } PK) ZC Wvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Customers.phpnu[ * $chromepolicyService = new Google_Service_ChromePolicy(...); * $customers = $chromepolicyService->customers; * */ class Google_Service_ChromePolicy_Resource_Customers extends Google_Service_Resource { } PK) Zf_vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicies.phpnu[ * $chromepolicyService = new Google_Service_ChromePolicy(...); * $policies = $chromepolicyService->policies; * */ class Google_Service_ChromePolicy_Resource_CustomersPolicies extends Google_Service_Resource { /** * Gets the resolved policy values for a list of policies that match a search * query. (policies.resolve) * * @param string $customer ID of the G Suite account or literal "my_customer" * for the customer associated to the request. * @param Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveResponse */ public function resolve($customer, Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveRequest $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resolve', array($params), "Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveResponse"); } } PK) Z`: gvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPoliciesOrgunits.phpnu[ * $chromepolicyService = new Google_Service_ChromePolicy(...); * $orgunits = $chromepolicyService->orgunits; * */ class Google_Service_ChromePolicy_Resource_CustomersPoliciesOrgunits extends Google_Service_Resource { /** * Modify multiple policy values that are applied to a specific org unit so that * they now inherit the value from a parent (if applicable). All targets must * have the same target format. That is to say that they must point to the same * target resource and must have the same keys specified in * `additionalTargetKeyNames`. On failure the request will return the error * details as part of the google.rpc.Status. (orgunits.batchInherit) * * @param string $customer ID of the G Suite account or literal "my_customer" * for the customer associated to the request. * @param Google_Service_ChromePolicy_GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ChromePolicy_GoogleProtobufEmpty */ public function batchInherit($customer, Google_Service_ChromePolicy_GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchInherit', array($params), "Google_Service_ChromePolicy_GoogleProtobufEmpty"); } /** * Modify multiple policy values that are applied to a specific org unit. All * targets must have the same target format. That is to say that they must point * to the same target resource and must have the same keys specified in * `additionalTargetKeyNames`. On failure the request will return the error * details as part of the google.rpc.Status. (orgunits.batchModify) * * @param string $customer ID of the G Suite account or literal "my_customer" * for the customer associated to the request. * @param Google_Service_ChromePolicy_GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ChromePolicy_GoogleProtobufEmpty */ public function batchModify($customer, Google_Service_ChromePolicy_GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchModify', array($params), "Google_Service_ChromePolicy_GoogleProtobufEmpty"); } } PK) Z!Ohvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicyTargetKey.phpnu[additionalTargetKeys = $additionalTargetKeys; } public function getAdditionalTargetKeys() { return $this->additionalTargetKeys; } public function setTargetResource($targetResource) { $this->targetResource = $targetResource; } public function getTargetResource() { return $this->targetResource; } } PK) Z!r!!vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) ZR* * uvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchemaFieldDescription.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setInputConstraint($inputConstraint) { $this->inputConstraint = $inputConstraint; } public function getInputConstraint() { return $this->inputConstraint; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription[] */ public function setKnownValueDescriptions($knownValueDescriptions) { $this->knownValueDescriptions = $knownValueDescriptions; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription[] */ public function getKnownValueDescriptions() { return $this->knownValueDescriptions; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaFieldDescription[] */ public function setNestedFieldDescriptions($nestedFieldDescriptions) { $this->nestedFieldDescriptions = $nestedFieldDescriptions; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaFieldDescription[] */ public function getNestedFieldDescriptions() { return $this->nestedFieldDescriptions; } } PK) Z\zvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest.phpnu[requests = $requests; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1ModifyOrgUnitPolicyRequest[] */ public function getRequests() { return $this->requests; } } PK) Z@svendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ModifyOrgUnitPolicyRequest.phpnu[policyTargetKey = $policyTargetKey; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyValue */ public function setPolicyValue(Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyValue $policyValue) { $this->policyValue = $policyValue; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyValue */ public function getPolicyValue() { return $this->policyValue; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK) Zl+_vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2FieldDescriptorProto.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } public function setProto3Optional($proto3Optional) { $this->proto3Optional = $proto3Optional; } public function getProto3Optional() { return $this->proto3Optional; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setTypeName($typeName) { $this->typeName = $typeName; } public function getTypeName() { return $this->typeName; } } PK) Z bG;;_vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2OneofDescriptorProto.phpnu[name = $name; } public function getName() { return $this->name; } } PK) Z#MX!!^vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2FileDescriptorProto.phpnu[enumType = $enumType; } /** * @return Google_Service_ChromePolicy_Proto2EnumDescriptorProto[] */ public function getEnumType() { return $this->enumType; } /** * @param Google_Service_ChromePolicy_Proto2DescriptorProto[] */ public function setMessageType($messageType) { $this->messageType = $messageType; } /** * @return Google_Service_ChromePolicy_Proto2DescriptorProto[] */ public function getMessageType() { return $this->messageType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackage($package) { $this->package = $package; } public function getPackage() { return $this->package; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK) ZIsvvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchemaNoticeDescription.phpnu[acknowledgementRequired = $acknowledgementRequired; } public function getAcknowledgementRequired() { return $this->acknowledgementRequired; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setNoticeMessage($noticeMessage) { $this->noticeMessage = $noticeMessage; } public function getNoticeMessage() { return $this->noticeMessage; } public function setNoticeValue($noticeValue) { $this->noticeValue = $noticeValue; } public function getNoticeValue() { return $this->noticeValue; } } PK) Z}WH  dvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicyValue.phpnu[policySchema = $policySchema; } public function getPolicySchema() { return $this->policySchema; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) Z:hvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1ResolvedPolicy[] */ public function setResolvedPolicies($resolvedPolicies) { $this->resolvedPolicies = $resolvedPolicies; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1ResolvedPolicy[] */ public function getResolvedPolicies() { return $this->resolvedPolicies; } } PK) Z|4 4 Zvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2DescriptorProto.phpnu[enumType = $enumType; } /** * @return Google_Service_ChromePolicy_Proto2EnumDescriptorProto[] */ public function getEnumType() { return $this->enumType; } /** * @param Google_Service_ChromePolicy_Proto2FieldDescriptorProto[] */ public function setField($field) { $this->field = $field; } /** * @return Google_Service_ChromePolicy_Proto2FieldDescriptorProto[] */ public function getField() { return $this->field; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ChromePolicy_Proto2DescriptorProto[] */ public function setNestedType($nestedType) { $this->nestedType = $nestedType; } /** * @return Google_Service_ChromePolicy_Proto2DescriptorProto[] */ public function getNestedType() { return $this->nestedType; } /** * @param Google_Service_ChromePolicy_Proto2OneofDescriptorProto[] */ public function setOneofDecl($oneofDecl) { $this->oneofDecl = $oneofDecl; } /** * @return Google_Service_ChromePolicy_Proto2OneofDescriptorProto[] */ public function getOneofDecl() { return $this->oneofDecl; } } PK) ZP^vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2EnumDescriptorProto.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ChromePolicy_Proto2EnumValueDescriptorProto[] */ public function setValue($value) { $this->value = $value; } /** * @return Google_Service_ChromePolicy_Proto2EnumValueDescriptorProto[] */ public function getValue() { return $this->value; } } PK) ZZw{vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest.phpnu[requests = $requests; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1InheritOrgUnitPolicyRequest[] */ public function getRequests() { return $this->requests; } } PK) ZcBBgvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setPolicySchemaFilter($policySchemaFilter) { $this->policySchemaFilter = $policySchemaFilter; } public function getPolicySchemaFilter() { return $this->policySchemaFilter; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function setPolicyTargetKey(Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey $policyTargetKey) { $this->policyTargetKey = $policyTargetKey; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } } PK) ZtsԻgvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolvedPolicy.phpnu[sourceKey = $sourceKey; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function getSourceKey() { return $this->sourceKey; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function setTargetKey(Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey $targetKey) { $this->targetKey = $targetKey; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyTargetKey */ public function getTargetKey() { return $this->targetKey; } /** * @param Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyValue */ public function setValue(Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyValue $value) { $this->value = $value; } /** * @return Google_Service_ChromePolicy_GoogleChromePolicyV1PolicyValue */ public function getValue() { return $this->value; } } PK) ZLp_ _ @vendor/google/apiclient-services/src/Google/Service/Genomics.phpnu[ * Uploads, processes, queries, and searches Genomics data in the cloud.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Genomics extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage Genomics data. */ const GENOMICS = "https://www.googleapis.com/auth/genomics"; public $operations; /** * Constructs the internal representation of the Genomics service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://genomics.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'genomics'; $this->operations = new Google_Service_Genomics_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) Z X**vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudManagedidentitiesV1beta1OpMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) Zwvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/DailyCycle.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function setStartTime(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK) ZN N vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/DenyMaintenancePeriod.phpnu[endDate = $endDate; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Date */ public function setStartDate(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function setTime(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay $time) { $this->time = $time; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function getTime() { return $this->time; } } PK) Z:iiqvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK) ZΩ?vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.phpnu[exclude = $exclude; } public function getExclude() { return $this->exclude; } public function setIsRollback($isRollback) { $this->isRollback = $isRollback; } public function getIsRollback() { return $this->isRollback; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_MaintenancePolicy[] */ public function setMaintenancePolicies($maintenancePolicies) { $this->maintenancePolicies = $maintenancePolicies; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_MaintenancePolicy[] */ public function getMaintenancePolicies() { return $this->maintenancePolicies; } } PK) ZX~vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/MaintenanceWindow.phpnu[dailyCycle = $dailyCycle; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_DailyCycle */ public function getDailyCycle() { return $this->dailyCycle; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_WeeklyCycle */ public function setWeeklyCycle(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_WeeklyCycle $weeklyCycle) { $this->weeklyCycle = $weeklyCycle; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_WeeklyCycle */ public function getWeeklyCycle() { return $this->weeklyCycle; } } PK) ZPݼX>>vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.phpnu[eligible = $eligible; } public function getEligible() { return $this->eligible; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK) Z*B++vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudManagedidentitiesV1alpha1OpMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) Zd$'vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Policy */ public function getPolicy() { return $this->policy; } } PK) Z /p%%vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudManagedidentitiesV1OpMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) Z1]d d rvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Trust.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLastTrustHeartbeatTime($lastTrustHeartbeatTime) { $this->lastTrustHeartbeatTime = $lastTrustHeartbeatTime; } public function getLastTrustHeartbeatTime() { return $this->lastTrustHeartbeatTime; } public function setSelectiveAuthentication($selectiveAuthentication) { $this->selectiveAuthentication = $selectiveAuthentication; } public function getSelectiveAuthentication() { return $this->selectiveAuthentication; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateDescription($stateDescription) { $this->stateDescription = $stateDescription; } public function getStateDescription() { return $this->stateDescription; } public function setTargetDnsIpAddresses($targetDnsIpAddresses) { $this->targetDnsIpAddresses = $targetDnsIpAddresses; } public function getTargetDnsIpAddresses() { return $this->targetDnsIpAddresses; } public function setTargetDomainName($targetDomainName) { $this->targetDomainName = $targetDomainName; } public function getTargetDomainName() { return $this->targetDomainName; } public function setTrustDirection($trustDirection) { $this->trustDirection = $trustDirection; } public function getTrustDirection() { return $this->trustDirection; } public function setTrustHandshakeSecret($trustHandshakeSecret) { $this->trustHandshakeSecret = $trustHandshakeSecret; } public function getTrustHandshakeSecret() { return $this->trustHandshakeSecret; } public function setTrustType($trustType) { $this->trustType = $trustType; } public function getTrustType() { return $this->trustType; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZGsvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) Z vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ResetAdminPasswordResponse.phpnu[password = $password; } public function getPassword() { return $this->password; } } PK) Zc0vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/CancelOperationRequest.phpnu[admin = $admin; } public function getAdmin() { return $this->admin; } public function setAuthorizedNetworks($authorizedNetworks) { $this->authorizedNetworks = $authorizedNetworks; } public function getAuthorizedNetworks() { return $this->authorizedNetworks; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFqdn($fqdn) { $this->fqdn = $fqdn; } public function getFqdn() { return $this->fqdn; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setReservedIpRange($reservedIpRange) { $this->reservedIpRange = $reservedIpRange; } public function getReservedIpRange() { return $this->reservedIpRange; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Trust[] */ public function setTrusts($trusts) { $this->trusts = $trusts; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Trust[] */ public function getTrusts() { return $this->trusts; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) Z1ނvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.phpnu[resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } } PK) Z:_vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/DetachTrustRequest.phpnu[trust = $trust; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Trust */ public function getTrust() { return $this->trust; } } PK) Z vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.phpnu[eligibilities = $eligibilities; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility[] */ public function getEligibilities() { return $this->eligibilities; } } PK) ZB$rrvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.phpnu[eligibility = $eligibility; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility */ public function getEligibility() { return $this->eligibility; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function setExclusions($exclusions) { $this->exclusions = $exclusions; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function getExclusions() { return $this->exclusions; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[] */ public function getNodes() { return $this->nodes; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility */ public function setPerSliEligibility(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility $perSliEligibility) { $this->perSliEligibility = $perSliEligibility; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility */ public function getPerSliEligibility() { return $this->perSliEligibility; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } } PK) ZwW7xvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/WeeklyCycle.phpnu[schedule = $schedule; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Schedule[] */ public function getSchedule() { return $this->schedule; } } PK) Z%vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) Z }^ ^ vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocations.phpnu[ * $managedidentitiesService = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI(...); * $locations = $managedidentitiesService->locations; * */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListLocationsResponse"); } } PK) Z1Wvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocationsManagedidentitiesGlobal.phpnu[ * $managedidentitiesService = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI(...); * $global = $managedidentitiesService->global; * */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocationsManagedidentitiesGlobal extends Google_Service_Resource { } PK) ZC??vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocationsManagedidentitiesGlobalOperations.phpnu[ * $managedidentitiesService = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI(...); * $operations = $managedidentitiesService->operations; * */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocationsManagedidentitiesGlobalOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ManagedidentitiesEmpty */ public function cancel($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ManagedidentitiesEmpty"); } /** * 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_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ManagedidentitiesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ManagedidentitiesEmpty"); } /** * 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_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsManagedidentitiesGlobalOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListOperationsResponse */ public function listProjectsLocationsManagedidentitiesGlobalOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListOperationsResponse"); } } PK) ZFG(:(:vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocationsManagedidentitiesGlobalDomains.phpnu[ * $managedidentitiesService = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI(...); * $domains = $managedidentitiesService->domains; * */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocationsManagedidentitiesGlobalDomains extends Google_Service_Resource { /** * Adds an AD trust to a domain. (domains.attachTrust) * * @param string $name Required. The resource domain name, project name and * location using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_AttachTrustRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function attachTrust($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_AttachTrustRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('attachTrust', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Creates a Microsoft AD domain. (domains.create) * * @param string $parent Required. The resource project name and location using * the form: `projects/{project_id}/locations/global` * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain $postBody * @param array $optParams Optional parameters. * * @opt_param string domainName Required. The fully qualified domain name. e.g. * mydomain.myorganization.com, with the following restrictions: * Must contain * only lowercase letters, numbers, periods and hyphens. * Must start with a * letter. * Must contain between 2-64 characters. * Must end with a number or a * letter. * Must not start with period. * First segement length (mydomain form * example above) shouldn't exceed 15 chars. * The last segment cannot be fully * numeric. * Must be unique within the customer project. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function create($parent, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Deletes a domain. (domains.delete) * * @param string $name Required. The domain resource name using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Removes an AD trust. (domains.detachTrust) * * @param string $name Required. The resource domain name, project name, and * location using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_DetachTrustRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function detachTrust($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_DetachTrustRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detachTrust', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Gets information about a domain. (domains.get) * * @param string $name Required. The domain resource name using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (domains.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Policy"); } /** * Lists domains in a project. * (domains.listProjectsLocationsManagedidentitiesGlobalDomains) * * @param string $parent Required. The resource name of the domain location * using the form: `projects/{project_id}/locations/global` * @param array $optParams Optional parameters. * * @opt_param string filter Optional. A filter specifying constraints of a list * operation. For example, `Domain.fqdn="mydomain.myorginization"`. * @opt_param string orderBy Optional. Specifies the ordering of results. See * [Sorting * order](https://cloud.google.com/apis/design/design_patterns#sorting_order) * for more information. * @opt_param int pageSize Optional. The maximum number of items to return. If * not specified, a default value of 1000 will be used. Regardless of the * page_size value, the response may include a partial list. Callers should rely * on a response's next_page_token to determine if there are additional results * to list. * @opt_param string pageToken Optional. The `next_page_token` value returned * from a previous ListDomainsRequest request, if any. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListDomainsResponse */ public function listProjectsLocationsManagedidentitiesGlobalDomains($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListDomainsResponse"); } /** * Updates the metadata and configuration of a domain. (domains.patch) * * @param string $name Required. The unique name of the domain using the form: * `projects/{project_id}/locations/global/domains/{domain_name}`. * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. The elements of the repeated paths field * may only include fields from Domain: * `labels` * `locations` * * `authorized_networks` * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function patch($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Updates the DNS conditional forwarder. (domains.reconfigureTrust) * * @param string $name Required. The resource domain name, project name and * location using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ReconfigureTrustRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function reconfigureTrust($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ReconfigureTrustRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reconfigureTrust', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } /** * Resets a domain's administrator password. (domains.resetAdminPassword) * * @param string $name Required. The domain resource name using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ResetAdminPasswordRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ResetAdminPasswordResponse */ public function resetAdminPassword($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ResetAdminPasswordRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetAdminPassword', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ResetAdminPasswordResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (domains.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_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Policy */ public function setIamPolicy($resource, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (domains.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_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TestIamPermissionsResponse"); } /** * Validates a trust state, that the target domain is reachable, and that the * target domain is able to accept incoming trust requests. * (domains.validateTrust) * * @param string $name Required. The resource domain name, project name, and * location using the form: * `projects/{project_id}/locations/global/domains/{domain_name}` * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ValidateTrustRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation */ public function validateTrust($name, Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ValidateTrustRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validateTrust', array($params), "Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation"); } } PK) Z6й~vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/Projects.phpnu[ * $managedidentitiesService = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI(...); * $projects = $managedidentitiesService->projects; * */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_Projects extends Google_Service_Resource { } PK) Zrqvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ReconfigureTrustRequest.phpnu[targetDnsIpAddresses = $targetDnsIpAddresses; } public function getTargetDnsIpAddresses() { return $this->targetDnsIpAddresses; } public function setTargetDomainName($targetDomainName) { $this->targetDomainName = $targetDomainName; } public function getTargetDomainName() { return $this->targetDomainName; } } PK) Z@vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1Instance.phpnu[consumerDefinedName = $consumerDefinedName; } public function getConsumerDefinedName() { return $this->consumerDefinedName; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMaintenancePolicyNames($maintenancePolicyNames) { $this->maintenancePolicyNames = $maintenancePolicyNames; } public function getMaintenancePolicyNames() { return $this->maintenancePolicyNames; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[] */ public function setMaintenanceSchedules($maintenanceSchedules) { $this->maintenanceSchedules = $maintenanceSchedules; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[] */ public function getMaintenanceSchedules() { return $this->maintenanceSchedules; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings */ public function setMaintenanceSettings(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings $maintenanceSettings) { $this->maintenanceSettings = $maintenanceSettings; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings */ public function getMaintenanceSettings() { return $this->maintenanceSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerMetadata($producerMetadata) { $this->producerMetadata = $producerMetadata; } public function getProducerMetadata() { return $this->producerMetadata; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[] */ public function setProvisionedResources($provisionedResources) { $this->provisionedResources = $provisionedResources; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[] */ public function getProvisionedResources() { return $this->provisionedResources; } public function setSlmInstanceTemplate($slmInstanceTemplate) { $this->slmInstanceTemplate = $slmInstanceTemplate; } public function getSlmInstanceTemplate() { return $this->slmInstanceTemplate; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata */ public function setSloMetadata(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata $sloMetadata) { $this->sloMetadata = $sloMetadata; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata */ public function getSloMetadata() { return $this->sloMetadata; } public function setSoftwareVersions($softwareVersions) { $this->softwareVersions = $softwareVersions; } public function getSoftwareVersions() { return $this->softwareVersions; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTenantProjectId($tenantProjectId) { $this->tenantProjectId = $tenantProjectId; } public function getTenantProjectId() { return $this->tenantProjectId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZA~vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) Z}vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ValidateTrustRequest.phpnu[trust = $trust; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Trust */ public function getTrust() { return $this->trust; } } PK) Zf( ( ~vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/MaintenancePolicy.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_UpdatePolicy */ public function setUpdatePolicy(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_UpdatePolicy $updatePolicy) { $this->updatePolicy = $updatePolicy; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_UpdatePolicy */ public function getUpdatePolicy() { return $this->updatePolicy; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZWWtvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Binding.phpnu[condition = $condition; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) ZPevendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZNjxxvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ListDomainsResponse.phpnu[domains = $domains; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Domain[] */ public function getDomains() { return $this->domains; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK) Z//vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.phpnu[canReschedule = $canReschedule; } public function getCanReschedule() { return $this->canReschedule; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRolloutManagementPolicy($rolloutManagementPolicy) { $this->rolloutManagementPolicy = $rolloutManagementPolicy; } public function getRolloutManagementPolicy() { return $this->rolloutManagementPolicy; } public function setScheduleDeadlineTime($scheduleDeadlineTime) { $this->scheduleDeadlineTime = $scheduleDeadlineTime; } public function getScheduleDeadlineTime() { return $this->scheduleDeadlineTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK) ZC44vvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK) Zvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) ZMFvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.phpnu[exclusions = $exclusions; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function getExclusions() { return $this->exclusions; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setNodeId($nodeId) { $this->nodeId = $nodeId; } public function getNodeId() { return $this->nodeId; } } PK) Z,wyvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/UpdatePolicy.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_DenyMaintenancePeriod[] */ public function setDenyMaintenancePeriods($denyMaintenancePeriods) { $this->denyMaintenancePeriods = $denyMaintenancePeriods; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_DenyMaintenancePeriod[] */ public function getDenyMaintenancePeriods() { return $this->denyMaintenancePeriods; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_MaintenanceWindow */ public function setWindow(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_MaintenanceWindow $window) { $this->window = $window; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_MaintenanceWindow */ public function getWindow() { return $this->window; } } PK) Zf>>uvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Schedule.phpnu[day = $day; } public function getDay() { return $this->day; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function setStartTime(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK) Z RRvvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Status */ public function setError(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Status $error) { $this->error = $error; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) Z8DD0svendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Status.phpnu[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; } } PK) Z;vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ManagedidentitiesEmpty.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Operation[] */ public function getOperations() { return $this->operations; } } PK) Z=C)vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ResetAdminPasswordRequest.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) Z'2vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSliName($sliName) { $this->sliName = $sliName; } public function getSliName() { return $this->sliName; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK) Z"^Wvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/AttachTrustRequest.phpnu[trust = $trust; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Trust */ public function getTrust() { return $this->trust; } } PK) Zjuuqvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z5Hvendor/google/apiclient-services/src/Google/Service/Oauth2/Tokeninfo.phpnu[ "expires_in", "issuedTo" => "issued_to", "userId" => "user_id", "verifiedEmail" => "verified_email", ); public $audience; public $email; public $expiresIn; public $issuedTo; public $scope; public $userId; public $verifiedEmail; public function setAudience($audience) { $this->audience = $audience; } public function getAudience() { return $this->audience; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIssuedTo($issuedTo) { $this->issuedTo = $issuedTo; } public function getIssuedTo() { return $this->issuedTo; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } public function setVerifiedEmail($verifiedEmail) { $this->verifiedEmail = $verifiedEmail; } public function getVerifiedEmail() { return $this->verifiedEmail; } } PK) Z 8  Gvendor/google/apiclient-services/src/Google/Service/Oauth2/Userinfo.phpnu[ "family_name", "givenName" => "given_name", "verifiedEmail" => "verified_email", ); public $email; public $familyName; public $gender; public $givenName; public $hd; public $id; public $link; public $locale; public $name; public $picture; public $verifiedEmail; public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setHd($hd) { $this->hd = $hd; } public function getHd() { return $this->hd; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPicture($picture) { $this->picture = $picture; } public function getPicture() { return $this->picture; } public function setVerifiedEmail($verifiedEmail) { $this->verifiedEmail = $verifiedEmail; } public function getVerifiedEmail() { return $this->verifiedEmail; } } PK) ZB-Tvendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2Me.phpnu[ * $oauth2Service = new Google_Service_Oauth2(...); * $me = $oauth2Service->me; * */ class Google_Service_Oauth2_Resource_UserinfoV2Me extends Google_Service_Resource { /** * (me.get) * * @param array $optParams Optional parameters. * @return Google_Service_Oauth2_Userinfo */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Oauth2_Userinfo"); } } PK) ZS8cVVRvendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2.phpnu[ * $oauth2Service = new Google_Service_Oauth2(...); * $v2 = $oauth2Service->v2; * */ class Google_Service_Oauth2_Resource_UserinfoV2 extends Google_Service_Resource { } PK) Z9&Pvendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/Userinfo.phpnu[ * $oauth2Service = new Google_Service_Oauth2(...); * $userinfo = $oauth2Service->userinfo; * */ class Google_Service_Oauth2_Resource_Userinfo extends Google_Service_Resource { /** * (userinfo.get) * * @param array $optParams Optional parameters. * @return Google_Service_Oauth2_Userinfo */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Oauth2_Userinfo"); } } PK) Zɒ]][vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK) Z(_vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderMetadata.phpnu[destinationParent = $destinationParent; } public function getDestinationParent() { return $this->destinationParent; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setSourceParent($sourceParent) { $this->sourceParent = $sourceParent; } public function getSourceParent() { return $this->sourceParent; } } PK) Z0G77bvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersResponse.phpnu[folders = $folders; } /** * @return Google_Service_CloudResourceManager_Folder[] */ public function getFolders() { return $this->folders; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Zfavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperationError.phpnu[errorMessageId = $errorMessageId; } public function getErrorMessageId() { return $this->errorMessageId; } } PK) Z ^vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListLiensResponse.phpnu[liens = $liens; } /** * @return Google_Service_CloudResourceManager_Lien[] */ public function getLiens() { return $this->liens; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Zkcvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteTagKeyMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNamespacedName($namespacedName) { $this->namespacedName = $namespacedName; } public function getNamespacedName() { return $this->namespacedName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) Z{'AOObvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListTagValuesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudResourceManager_TagValue[] */ public function setTagValues($tagValues) { $this->tagValues = $tagValues; } /** * @return Google_Service_CloudResourceManager_TagValue[] */ public function getTagValues() { return $this->tagValues; } } PK) Z_vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveProjectRequest.phpnu[destinationParent = $destinationParent; } public function getDestinationParent() { return $this->destinationParent; } } PK) ZϗZ55`vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListFoldersResponse.phpnu[folders = $folders; } /** * @return Google_Service_CloudResourceManager_Folder[] */ public function getFolders() { return $this->folders; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z̥Dcvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateTagValueMetadata.phpnu[destinationParent = $destinationParent; } public function getDestinationParent() { return $this->destinationParent; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setSourceParent($sourceParent) { $this->sourceParent = $sourceParent; } public function getSourceParent() { return $this->sourceParent; } } PK) Z  `vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudResourceManager_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK) Zqe[[Svendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudResourceManager_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudResourceManager_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudResourceManager_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) ZIIQvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Lien.phpnu[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; } } PK) Zmavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagKeyMetadata.phpnu[options = $options; } /** * @return Google_Service_CloudResourceManager_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK) Z䨦gvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) ZC355avendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/TagBindings.phpnu[ * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); * $tagBindings = $cloudresourcemanagerService->tagBindings; * */ class Google_Service_CloudResourceManager_Resource_TagBindings extends Google_Service_Resource { /** * Creates a TagBinding between a TagValue and a cloud resource (currently * project, folder, or organization). (tagBindings.create) * * @param Google_Service_CloudResourceManager_TagBinding $postBody * @param array $optParams Optional parameters. * * @opt_param bool validateOnly Optional. Set to true to perform the validations * necessary for creating the resource, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function create(Google_Service_CloudResourceManager_TagBinding $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Deletes a TagBinding. (tagBindings.delete) * * @param string $name Required. The name of the TagBinding. This is a String of * the form: `tagBindings/{id}` (e.g. `tagBindings/%2F%2Fcloudresourcemanager.go * ogleapis.com%2Fprojects%2F123/tagValues/456`). * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Lists the TagBindings for the given cloud resource, as specified with * `parent`. NOTE: The `parent` field is expected to be a full resource name: * https://cloud.google.com/apis/design/resource_names#full_resource_name * (tagBindings.listTagBindings) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of TagBindings to return * in the response. The server allows a maximum of 300 TagBindings to return. If * unspecified, the server will use 100 as the default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to `ListTagBindings` that indicates where this listing should * continue from. * @opt_param string parent Required. The full resource name of a resource for * which you want to list existing TagBindings. E.g. * "//cloudresourcemanager.googleapis.com/projects/123" * @return Google_Service_CloudResourceManager_ListTagBindingsResponse */ public function listTagBindings($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListTagBindingsResponse"); } } PK) ZH>>]vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.phpnu[ * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); * $folders = $cloudresourcemanagerService->folders; * */ class Google_Service_CloudResourceManager_Resource_Folders extends Google_Service_Resource { /** * Creates a Folder in the resource hierarchy. Returns an Operation which can be * used to track the progress of the folder creation workflow. Upon success the * Operation.response field will be populated with the created Folder. In order * to succeed, the addition of this new Folder must not violate the Folder * naming, height or fanout constraints. + The Folder's display_name must be * distinct from all other Folders that share its parent. + The addition of the * Folder must not cause the active Folder hierarchy to exceed a height of 10. * Note, the full active + deleted Folder hierarchy is allowed to reach a height * of 20; this provides additional headroom when moving folders that contain * deleted folders. + The addition of the Folder must not cause the total number * of Folders under its parent to exceed 300. If the operation fails due to a * folder constraint violation, some errors may be returned by the CreateFolder * request, with status code FAILED_PRECONDITION and an error description. Other * folder constraint violations will be communicated in the Operation, with the * specific PreconditionFailure returned via the details list in the * Operation.error field. The caller must have `resourcemanager.folders.create` * permission on the identified parent. (folders.create) * * @param Google_Service_CloudResourceManager_Folder $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function create(Google_Service_CloudResourceManager_Folder $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Requests deletion of a Folder. The Folder is moved into the DELETE_REQUESTED * state immediately, and is deleted approximately 30 days later. This method * may only be called on an empty Folder, where a Folder is empty if it doesn't * contain any Folders or Projects in the ACTIVE state. If called on a folder in * DELETE_REQUESTED state the result will be a no-op success. The caller must * have `resourcemanager.folders.delete` permission on the identified folder. * (folders.delete) * * @param string $name Required. The resource name of the Folder to be deleted. * Must be of the form `folders/{folder_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Retrieves a Folder identified by the supplied resource name. Valid Folder * resource names have the format `folders/{folder_id}` (for example, * `folders/1234`). The caller must have `resourcemanager.folders.get` * permission on the identified folder. (folders.get) * * @param string $name Required. The resource name of the Folder to retrieve. * Must be of the form `folders/{folder_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Folder */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudResourceManager_Folder"); } /** * Gets the access control policy for a Folder. The returned policy may be empty * if no such policy or resource exists. The `resource` field should be the * Folder's resource name, e.g. "folders/1234". The caller must have * `resourcemanager.folders.getIamPolicy` permission on the identified folder. * (folders.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudResourceManager_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Policy */ public function getIamPolicy($resource, Google_Service_CloudResourceManager_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy"); } /** * Lists the Folders that are direct descendants of supplied parent resource. * List provides a strongly consistent view of the Folders underneath the * specified parent resource. List returns Folders sorted based upon the * (ascending) lexical ordering of their display_name. The caller must have * `resourcemanager.folders.list` permission on the identified parent. * (folders.listFolders) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of Folders to return in * the response. If unspecified, server picks an appropriate default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to `ListFolders` that indicates where this listing should * continue from. * @opt_param string parent Required. The resource name of the Organization or * Folder whose Folders are being listed. Must be of the form * `folders/{folder_id}` or `organizations/{org_id}`. Access to this method is * controlled by checking the `resourcemanager.folders.list` permission on the * `parent`. * @opt_param bool showDeleted Optional. Controls whether Folders in the * DELETE_REQUESTED state should be returned. Defaults to false. * @return Google_Service_CloudResourceManager_ListFoldersResponse */ public function listFolders($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListFoldersResponse"); } /** * Moves a Folder under a new resource parent. Returns an Operation which can be * used to track the progress of the folder move workflow. Upon success the * Operation.response field will be populated with the moved Folder. Upon * failure, a FolderOperationError categorizing the failure cause will be * returned - if the failure occurs synchronously then the FolderOperationError * will be returned via the Status.details field and if it occurs asynchronously * then the FolderOperation will be returned via the Operation.error field. In * addition, the Operation.metadata field will be populated with a * FolderOperation message as an aid to stateless clients. Folder moves will be * rejected if they violate either the naming, height or fanout constraints * described in the CreateFolder documentation. The caller must have * `resourcemanager.folders.move` permission on the folder's current and * proposed new parent. (folders.move) * * @param string $name Required. The resource name of the Folder to move. Must * be of the form folders/{folder_id} * @param Google_Service_CloudResourceManager_MoveFolderRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function move($name, Google_Service_CloudResourceManager_MoveFolderRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Updates a Folder, changing its display_name. Changes to the folder * display_name will be rejected if they violate either the display_name * formatting rules or naming constraints described in the CreateFolder * documentation. The Folder's display_name must start and end with a letter or * digit, may contain letters, digits, spaces, hyphens and underscores and can * be between 3 and 30 characters. This is captured by the regular expression: * `\p{L}\p{N}{1,28}[\p{L}\p{N}]`. The caller must have * `resourcemanager.folders.update` permission on the identified folder. If the * update fails due to the unique name constraint then a PreconditionFailure * explaining this violation will be returned in the Status.details field. * (folders.patch) * * @param string $name Output only. The resource name of the Folder. Its format * is `folders/{folder_id}`, for example: "folders/1234". * @param Google_Service_CloudResourceManager_Folder $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Fields to be updated. Only the * `display_name` can be updated. * @return Google_Service_CloudResourceManager_Operation */ public function patch($name, Google_Service_CloudResourceManager_Folder $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Search for folders that match specific filter criteria. Search provides an * eventually consistent view of the folders a user has access to which meet the * specified filter criteria. This will only return folders on which the caller * has the permission `resourcemanager.folders.get`. (folders.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of folders to return in * the response. If unspecified, server picks an appropriate default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to `SearchFolders` that indicates from where search should * continue. * @opt_param string query Optional. Search criteria used to select the Folders * to return. If no search criteria is specified then all accessible folders * will be returned. Query expressions can be used to restrict results based * upon displayName, state and parent, where the operators `=` (`:`) `NOT`, * `AND` and `OR` can be used along with the suffix wildcard symbol `*`. The * displayName field in a query expression should use escaped quotes for values * that include whitespace to prevent unexpected behavior. | Field | Description * | |-------------------------|----------------------------------------| | * displayName | Filters by displayName. | | parent | Filters by parent (e.g. * folders/123). | | state, lifecycleState | Filters by state. | Some example * queries are: * Query `displayName=Test*` returns Folder resources whose * display name starts with "Test". * Query `state=ACTIVE` returns Folder * resources with `state` set to `ACTIVE`. * Query `parent=folders/123` returns * Folder resources that have `folders/123` as a parent resource. * Query * `parent=folders/123 AND state=ACTIVE` returns active Folder resources that * have `folders/123` as a parent resource. * Query `displayName=\\"Test * String\\"` returns Folder resources with display names that include both * "Test" and "String". * @return Google_Service_CloudResourceManager_SearchFoldersResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudResourceManager_SearchFoldersResponse"); } /** * Sets the access control policy on a Folder, replacing any existing policy. * The `resource` field should be the Folder's resource name, e.g. * "folders/1234". The caller must have `resourcemanager.folders.setIamPolicy` * permission on the identified folder. (folders.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudResourceManager_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Policy */ public function setIamPolicy($resource, Google_Service_CloudResourceManager_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy"); } /** * Returns permissions that a caller has on the specified Folder. The `resource` * field should be the Folder's resource name, e.g. "folders/1234". There are no * permissions required for making this API call. (folders.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudResourceManager_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudResourceManager_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudResourceManager_TestIamPermissionsResponse"); } /** * Cancels the deletion request for a Folder. This method may be called on a * Folder in any state. If Folder is in ACTIVE state the result will be a no-op * success. In order to succeed, the Folder's parent must be in the ACTIVE * state. In addition, reintroducing the folder into the tree must not violate * folder naming, height and fanout constraints described in the CreateFolder * documentation. The caller must have `resourcemanager.folders.undelete` * permission on the identified folder. (folders.undelete) * * @param string $name Required. The resource name of the Folder to undelete. * Must be of the form `folders/{folder_id}`. * @param Google_Service_CloudResourceManager_UndeleteFolderRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function undelete($name, Google_Service_CloudResourceManager_UndeleteFolderRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_CloudResourceManager_Operation"); } } PK) ZK_`vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Operations.phpnu[ * $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"); } } PK) Zl-r"r"]vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/TagKeys.phpnu[ * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); * $tagKeys = $cloudresourcemanagerService->tagKeys; * */ class Google_Service_CloudResourceManager_Resource_TagKeys extends Google_Service_Resource { /** * Creates a new TagKey. If another request with the same parameters is sent * while the original request is in process, the second request will receive an * error. A maximum of 300 TagKeys can exist under a parent at any given time. * (tagKeys.create) * * @param Google_Service_CloudResourceManager_TagKey $postBody * @param array $optParams Optional parameters. * * @opt_param bool validateOnly Optional. Set to true to perform validations * necessary for creating the resource, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function create(Google_Service_CloudResourceManager_TagKey $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Deletes a TagKey. The TagKey cannot be deleted if it has any child TagValues. * (tagKeys.delete) * * @param string $name Required. The resource name of a TagKey to be deleted in * the format `tagKeys/123`. The TagKey cannot be a parent of any existing * TagValues or it will not be deleted successfully. * @param array $optParams Optional parameters. * * @opt_param string etag Optional. The etag known to the client for the * expected state of the TagKey. This is to be used for optimistic concurrency. * @opt_param bool validateOnly Optional. Set as true to perform validations * necessary for deletion, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Retrieves a TagKey. This method will return `PERMISSION_DENIED` if the key * does not exist or the user does not have permission to view it. (tagKeys.get) * * @param string $name Required. A resource name in the format `tagKeys/{id}`, * such as `tagKeys/123`. * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_TagKey */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudResourceManager_TagKey"); } /** * Gets the access control policy for a TagKey. The returned policy may be empty * if no such policy or resource exists. The `resource` field should be the * TagKey's resource name. For example, "tagKeys/1234". The caller must have * `cloudresourcemanager.googleapis.com/tagKeys.getIamPolicy` permission on the * specified TagKey. (tagKeys.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 all TagKeys for a parent resource. (tagKeys.listTagKeys) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of TagKeys to return in * the response. The server allows a maximum of 300 TagKeys to return. If * unspecified, the server will use 100 as the default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to `ListTagKey` that indicates where this listing should * continue from. * @opt_param string parent Required. The resource name of the new TagKey's * parent. Must be of the form `folders/{folder_id}` or * `organizations/{org_id}`. * @return Google_Service_CloudResourceManager_ListTagKeysResponse */ public function listTagKeys($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListTagKeysResponse"); } /** * Updates the attributes of the TagKey resource. (tagKeys.patch) * * @param string $name Immutable. The resource name for a TagKey. Must be in the * format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated numeric id * for the TagKey. * @param Google_Service_CloudResourceManager_TagKey $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. The mask may only contain * `description` or `etag`. If omitted entirely, both `description` and `etag` * are assumed to be significant. * @opt_param bool validateOnly Set as true to perform validations necessary for * updating the resource, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function patch($name, Google_Service_CloudResourceManager_TagKey $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Sets the access control policy on a TagKey, replacing any existing policy. * The `resource` field should be the TagKey's resource name. For example, * "tagKeys/1234". The caller must have `resourcemanager.tagKeys.setIamPolicy` * permission on the identified tagValue. (tagKeys.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 TagKey. The `resource` * field should be the TagKey's resource name. For example, "tagKeys/1234". * There are no permissions required for making this API call. * (tagKeys.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"); } } PK) Z7|R!!_vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/TagValues.phpnu[ * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); * $tagValues = $cloudresourcemanagerService->tagValues; * */ class Google_Service_CloudResourceManager_Resource_TagValues extends Google_Service_Resource { /** * Creates a TagValue as a child of the specified TagKey. If a another request * with the same parameters is sent while the original request is in process the * second request will receive an error. A maximum of 300 TagValues can exist * under a TagKey at any given time. (tagValues.create) * * @param Google_Service_CloudResourceManager_TagValue $postBody * @param array $optParams Optional parameters. * * @opt_param bool validateOnly Optional. Set as true to perform the validations * necessary for creating the resource, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function create(Google_Service_CloudResourceManager_TagValue $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Deletes a TagValue. The TagValue cannot have any bindings when it is deleted. * (tagValues.delete) * * @param string $name Required. Resource name for TagValue to be deleted in the * format tagValues/456. * @param array $optParams Optional parameters. * * @opt_param string etag Optional. The etag known to the client for the * expected state of the TagValue. This is to be used for optimistic * concurrency. * @opt_param bool validateOnly Optional. Set as true to perform the validations * necessary for deletion, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Retrieves TagValue. If the TagValue or namespaced name does not exist, or if * the user does not have permission to view it, this method will return * `PERMISSION_DENIED`. (tagValues.get) * * @param string $name Required. Resource name for TagValue to be fetched in the * format `tagValues/456`. * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_TagValue */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudResourceManager_TagValue"); } /** * Gets the access control policy for a TagValue. The returned policy may be * empty if no such policy or resource exists. The `resource` field should be * the TagValue's resource name. For example: `tagValues/1234`. The caller must * have the `cloudresourcemanager.googleapis.com/tagValues.getIamPolicy` * permission on the identified TagValue to get the access control policy. * (tagValues.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 all TagValues for a specific TagKey. (tagValues.listTagValues) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of TagValues to return * in the response. The server allows a maximum of 300 TagValues to return. If * unspecified, the server will use 100 as the default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to `ListTagValues` that indicates where this listing should * continue from. * @opt_param string parent Required. Resource name for TagKey, parent of the * TagValues to be listed, in the format `tagKeys/123`. * @return Google_Service_CloudResourceManager_ListTagValuesResponse */ public function listTagValues($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListTagValuesResponse"); } /** * Updates the attributes of the TagValue resource. (tagValues.patch) * * @param string $name Immutable. Resource name for TagValue in the format * `tagValues/456`. * @param Google_Service_CloudResourceManager_TagValue $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Fields to be updated. * @opt_param bool validateOnly Optional. True to perform validations necessary * for updating the resource, but not actually perform the action. * @return Google_Service_CloudResourceManager_Operation */ public function patch($name, Google_Service_CloudResourceManager_TagValue $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Sets the access control policy on a TagValue, replacing any existing policy. * The `resource` field should be the TagValue's resource name. For example: * `tagValues/1234`. The caller must have * `resourcemanager.tagValues.setIamPolicy` permission on the identified * tagValue. (tagValues.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 TagValue. The * `resource` field should be the TagValue's resource name. For example: * `tagValues/1234`. There are no permissions required for making this API call. * (tagValues.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"); } } PK) Z4??^vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.phpnu[ * $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. This process usually takes a few * seconds, but can sometimes take much longer. The tracking Operation is * automatically deleted after a few hours, so there is no need to call * DeleteOperation. (projects.create) * * @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 `name` (for example, * `projects/415104041262`) for deletion. This method will only affect the * Project if it has a lifecycle state of ACTIVE. This method changes the * Project'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, * ListProjects, and SearchProjects methods. This method behaves idempotently * (eg., deleting a `DELETE_REQUESTED` project will not be an error, but also * won't do anything). The caller must have delete permissions for this Project. * (projects.delete) * * @param string $name Required. The name of the Project (for example, * `projects/415104041262`). * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Retrieves the Project identified by the specified `name` (for example, * `projects/415104041262`). The caller must have read permissions for this * Project. (projects.get) * * @param string $name Required. The name of the project (for example, * `projects/415104041262`). * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Project */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudResourceManager_Project"); } /** * Returns the IAM access control policy for the specified Project. Permission * is denied if the policy or the resource does not exist. * (projects.getIamPolicy) * * @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 direct children of the specified folder or * organization resource. List provides a strongly consistent view of the * Projects underneath the specified parent resource. List returns Projects * sorted based upon the (ascending) lexical ordering of their `display_name`. * The caller must have `resourcemanager.projects.list` permission on the * identified parent. (projects.listProjects) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of Projects to return in * the response. The server can return fewer Projects than requested. If * unspecified, server picks an appropriate default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to ListProjects that indicates from where listing should * continue. * @opt_param string parent Required. The name of the parent resource to list * projects under. For example, setting this field to 'folders/1234' would list * all projects directly under that folder. * @opt_param bool showDeleted Optional. Indicate that Projects in the * `DELETE_REQUESTED` state should also be returned. Normally only `ACTIVE` * projects are returned. * @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"); } /** * Move a Project under a new resource parent. Returns an operation which can be * used to track the process of the Project move workflow. Upon success, the * Operation.response field will be populated with the moved Project. The caller * must have `resourcemanager.projects.update` permission on the Project and * have `resourcemanager.projects.move` permission on the Project's current and * proposed new parent. (projects.move) * * @param string $name Required. The name of the project to move. * @param Google_Service_CloudResourceManager_MoveProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function move($name, Google_Service_CloudResourceManager_MoveProjectRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Updates the attributes of the Project identified by the specified `name` (for * example, `projects/415104041262`). At present this is only useful for * updating the display_name and labels. Deleting all labels requires an update * mask for labels field. The caller must have modify permissions for this * Project. (projects.patch) * * @param string $name Output only. The unique resource name of the Project. It * is an int64 generated number prefixed by "projects/". Example: * `projects/415104041262` * @param Google_Service_CloudResourceManager_Project $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. An update mask to selectively update * fields. * @return Google_Service_CloudResourceManager_Operation */ public function patch($name, Google_Service_CloudResourceManager_Project $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Operation"); } /** * Search for Projects that the caller has the `resourcemanager.projects.get` * permission on and satisfy the specified query. This method returns Projects * in an unspecified order. This method is eventually consistent with project * mutations; this means that a newly created project may not appear in the * results or recent updates to an existing project may not be reflected in the * results. To retrieve the latest state of a project, use the GetProject * method. (projects.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of Projects to return in * the response. The server can return fewer Projects than requested. If * unspecified, server picks an appropriate default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to ListProjects that indicates from where listing should * continue. * @opt_param string query Optional. A query string for searching for projects * that the caller has `resourcemanager.projects.get` permission to. If multiple * fields are included in the query, the it will return results that match any * of the fields. Some eligible fields are: | Field | Description | * |-------------------------|----------------------------------------------| | * displayName, name | Filters by displayName. | | parent.type | Parent's type: * `folder` or `organization`. | | parent.id | Parent's id number (e.g. 123) | | * parent | Project's parent. (e.g. folders/123, organizations) Prefer parent * field over parent.id and parent.type. | | id, projectId | Filters by * projectId. | | state, lifecycleState | Filters by state. | | labels | Filters * by label name or value. | | labels. (where *key* is the name of a label) | * Filters by label name. | Search expressions are case insensitive. Some * examples queries: | Query | Description | * |------------------|-----------------------------------------------------| | * name:how* | The project's name starts with "how". | | name:Howl | The * project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to above. | | * NAME:howl | Equivalent to above. | | labels.color:* | The project has the * label `color`. | | labels.color:red | The project's label `color` has the * value `red`. | | labels.color:red labels.size:big | The project's label * `color` has the value `red` and its label `size` has the value `big`. | If no * query is specified, the call will return projects for which the user has the * `resourcemanager.projects.get` permission. * @return Google_Service_CloudResourceManager_SearchProjectsResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudResourceManager_SearchProjectsResponse"); } /** * Sets the IAM access control policy for the specified Project. CAUTION: This * method will replace the existing policy, and cannot be used to append * additional IAM settings. NOTE: Removing service accounts from policies or * changing their roles can render services completely inoperable. It is * important to understand how the service account is being used before removing * or updating its roles. The following constraints apply when using * `setIamPolicy()`: + Project does not support `allUsers` and * `allAuthenticatedUsers` as `members` in a `Binding` of a `Policy`. + The * owner role can be granted to a `user`, `serviceAccount`, or a group that is * part of an organization. For example, group@myownpersonaldomain.com could be * added as an owner to a project in the myownpersonaldomain.com organization, * but not the examplepetstore.com organization. + Service accounts can be made * owners of a project directly without any restrictions. However, to be added * as an owner, a user must be invited via Cloud Platform console and must * 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. + If the project is not part of an organization, there must be * at least one owner who has accepted the Terms of Service (ToS) agreement in * the policy. Calling `setIamPolicy()` 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. * (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 `name` (for example, * `projects/415104041262`). You can only use this method for a Project that has * a lifecycle state of DELETE_REQUESTED. After deletion starts, the Project * cannot be restored. The caller must have undelete permissions for this * Project. (projects.undelete) * * @param string $name Required. The name of the Project (for example, * `projects/415104041262`). Required. * @param Google_Service_CloudResourceManager_UndeleteProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Operation */ public function undelete($name, Google_Service_CloudResourceManager_UndeleteProjectRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_CloudResourceManager_Operation"); } } PK) ZT/tcvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.phpnu[ * $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 Required. The resource name of the Organization to fetch. * This is the organization's relative path in the API, formatted as * "organizations/[organizationId]". For example, "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". Authorization * requires the Google IAM permission * `resourcemanager.organizations.getIamPolicy` on the specified organization * (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, and * may take a small amount of time to appear. Search will only return * organizations on which the user has the permission * `resourcemanager.organizations.get` (organizations.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of Organizations to * return in the response. If unspecified, server picks an appropriate default. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to `SearchOrganizations` that indicates from where listing * should continue. * @opt_param string query Optional. An optional query string used to filter the * Organizations to return in the response. Query rules are case-insensitive. | * Field | Description | * |------------------|--------------------------------------------| | * directoryCustomerId, owner.directoryCustomerId | Filters by directory * customer id. | | domain | Filters by domain. | Organizations may be queried * by `directoryCustomerId` or by `domain`, where the domain is a G Suite * domain, for example: * Query `directorycustomerid:123456789` returns * Organization resources with `owner.directory_customer_id` equal to * `123456789`. * Query `domain:google.com` returns Organization resources * corresponding to the domain `google.com`. * @return Google_Service_CloudResourceManager_SearchOrganizationsResponse */ public function search($optParams = array()) { $params = array(); $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". Authorization requires the Google IAM * permission `resourcemanager.organizations.setIamPolicy` on the specified * organization (organizations.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * 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". There are no permissions required for making this API * call. (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"); } } PK) Z#[vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Liens.phpnu[ * $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 Required. 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"); } /** * Retrieve 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.get` (liens.get) * * @param string $name Required. The name/identifier of the Lien. * @param array $optParams Optional parameters. * @return Google_Service_CloudResourceManager_Lien */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudResourceManager_Lien"); } /** * 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 int pageSize The maximum number of items to return. This is a * suggestion for the server. * @opt_param string pageToken The `next_page_token` value returned from a * previous List request, if any. * @opt_param string parent Required. The name of the resource to list all * attached Liens. For example, `projects/1234`. * (google.api.field_policy).resource_type annotation is not set since the * parent depends on the meta api implementation. This field could be a project * or other sub project resources. * @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"); } } PK) Z{tyecvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteProjectRequest.phpnu[condition = $condition; } /** * @return Google_Service_CloudResourceManager_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) Z=  avendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateFolderMetadata.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK) Zzcvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagValueMetadata.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } } PK) Z:,cvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteFolderMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNamespacedName($namespacedName) { $this->namespacedName = $namespacedName; } public function getNamespacedName() { return $this->namespacedName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZZiidvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListTagBindingsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudResourceManager_TagBinding[] */ public function setTagBindings($tagBindings) { $this->tagBindings = $tagBindings; } /** * @return Google_Service_CloudResourceManager_TagBinding[] */ public function getTagBindings() { return $this->tagBindings; } } PK) Z^mCfvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) Z>Xbvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateProjectMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setGettable($gettable) { $this->gettable = $gettable; } public function getGettable() { return $this->gettable; } public function setReady($ready) { $this->ready = $ready; } public function getReady() { return $this->ready; } } PK) Z66Yvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Organization.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } public function getDeleteTime() { return $this->deleteTime; } public function setDirectoryCustomerId($directoryCustomerId) { $this->directoryCustomerId = $directoryCustomerId; } public function getDirectoryCustomerId() { return $this->directoryCustomerId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) Z# # Tvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Project.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } public function getDeleteTime() { return $this->deleteTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZW0BBavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListProjectsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudResourceManager_Project[] */ public function setProjects($projects) { $this->projects = $projects; } /** * @return Google_Service_CloudResourceManager_Project[] */ public function getProjects() { return $this->projects; } } PK) ZyK1Vvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudResourceManager_Status */ public function setError(Google_Service_CloudResourceManager_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudResourceManager_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) Z$MXhvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchOrganizationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudResourceManager_Organization[] */ public function setOrganizations($organizations) { $this->organizations = $organizations; } /** * @return Google_Service_CloudResourceManager_Organization[] */ public function getOrganizations() { return $this->organizations; } } PK) Z:#Svendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.phpnu[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; } } PK) Z݀bvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setGettable($gettable) { $this->gettable = $gettable; } public function getGettable() { return $this->gettable; } public function setReady($ready) { $this->ready = $ready; } public function getReady() { return $this->ready; } } PK) Z Svendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Folder.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } public function getDeleteTime() { return $this->deleteTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZcS^vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderRequest.phpnu[destinationParent = $destinationParent; } public function getDestinationParent() { return $this->destinationParent; } } PK) Z4f}ccXvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudResourceManager_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK) Zr^DDcvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchProjectsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudResourceManager_Project[] */ public function setProjects($projects) { $this->projects = $projects; } /** * @return Google_Service_CloudResourceManager_Project[] */ public function getProjects() { return $this->projects; } } PK) ZsHbvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateProjectMetadata.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudResourceManager_TagKey[] */ public function setTagKeys($tagKeys) { $this->tagKeys = $tagKeys; } /** * @return Google_Service_CloudResourceManager_TagKey[] */ public function getTagKeys() { return $this->tagKeys; } } PK) Zu>avendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateFolderMetadata.phpnu[destinationParent = $destinationParent; } public function getDestinationParent() { return $this->destinationParent; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setSourceParent($sourceParent) { $this->sourceParent = $sourceParent; } public function getSourceParent() { return $this->sourceParent; } } PK) Z.]vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK) ZMyyWvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TagBinding.phpnu[name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setTagValue($tagValue) { $this->tagValue = $tagValue; } public function getTagValue() { return $this->tagValue; } } PK) ZN vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation.phpnu[destinationParent = $destinationParent; } public function getDestinationParent() { return $this->destinationParent; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setSourceParent($sourceParent) { $this->sourceParent = $sourceParent; } public function getSourceParent() { return $this->sourceParent; } } PK) Zbvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteProjectMetadata.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z2K ""<vendor/google/apiclient-services/src/Google/Service/Plus.phpnu[ * Builds on top of the Google+ platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Plus extends Google_Service { /** View your basic profile info, including your age range and language. */ const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"; /** Associate you with your personal info on Google. */ const PLUS_ME = "https://www.googleapis.com/auth/plus.me"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; /** See your personal info, including any personal info you've made publicly available. */ const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; public $activities; public $comments; public $people; /** * Constructs the internal representation of the Plus service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'plus/v1/'; $this->batchPath = 'batch/plus/v1'; $this->version = 'v1'; $this->serviceName = 'plus'; $this->activities = new Google_Service_Plus_Resource_Activities( $this, $this->serviceName, 'activities', array( 'methods' => array( 'get' => array( 'path' => 'activities/{activityId}', 'httpMethod' => 'GET', 'parameters' => array( 'activityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'people/{userId}/activities/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'activities', 'httpMethod' => 'GET', 'parameters' => array( 'query' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->comments = new Google_Service_Plus_Resource_Comments( $this, $this->serviceName, 'comments', array( 'methods' => array( 'get' => array( 'path' => 'comments/{commentId}', 'httpMethod' => 'GET', 'parameters' => array( 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'activities/{activityId}/comments', 'httpMethod' => 'GET', 'parameters' => array( 'activityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->people = new Google_Service_Plus_Resource_People( $this, $this->serviceName, 'people', array( 'methods' => array( 'get' => array( 'path' => 'people/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'people/{userId}/people/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listByActivity' => array( 'path' => 'activities/{activityId}/people/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'activityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'people', 'httpMethod' => 'GET', 'parameters' => array( 'query' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) ZjhKEEVvendor/google/apiclient-services/src/Google/Service/Reportcard/NoticesListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK) Z..Qvendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Mutes.phpnu[ * $reportcardService = new Google_Service_Reportcard(...); * $mutes = $reportcardService->mutes; * */ class Google_Service_Reportcard_Resource_Mutes extends Google_Service_Resource { /** * Deletes a Mute. (mutes.delete) * * @param string $mutesId The Mute id. * @param array $optParams Optional parameters. */ public function delete($mutesId, $optParams = array()) { $params = array('mutesId' => $mutesId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Mute by id. (mutes.get) * * @param string $mutesId The Mute id. * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Mute */ public function get($mutesId, $optParams = array()) { $params = array('mutesId' => $mutesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reportcard_Mute"); } /** * Inserts a new Mute. (mutes.insert) * * @param Google_Service_Reportcard_Mute $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Mute */ public function insert(Google_Service_Reportcard_Mute $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Reportcard_Mute"); } /** * Returns a list of Mutes, maybe filtering by 'consumer' or 'groupKey', * 'sourceKey' and 'supplier'. (mutes.listMutes) * * @param array $optParams Optional parameters. * * @opt_param string consumer Only return Mutes for this consumer * @opt_param string groupKey Only return Mutes created with this group_key. * Supplier and source_key must also be set. * @opt_param string sourceKey Only return Mutes created with this source_key. * Supplier must also be set. * @opt_param string supplier Only return Mutes created by this supplier. * @return Google_Service_Reportcard_MutesListResponse */ public function listMutes($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Reportcard_MutesListResponse"); } /** * Updates an existing Mute. This method supports patch semantics. (mutes.patch) * * @param string $mutesId The Mute id. * @param Google_Service_Reportcard_Mute $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Mute */ public function patch($mutesId, Google_Service_Reportcard_Mute $postBody, $optParams = array()) { $params = array('mutesId' => $mutesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Reportcard_Mute"); } /** * Updates an existing Mute. (mutes.update) * * @param string $mutesId The Mute id. * @param Google_Service_Reportcard_Mute $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Mute */ public function update($mutesId, Google_Service_Reportcard_Mute $postBody, $optParams = array()) { $params = array('mutesId' => $mutesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Reportcard_Mute"); } } PK) Z 讠Svendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Notices.phpnu[ * $reportcardService = new Google_Service_Reportcard(...); * $notices = $reportcardService->notices; * */ class Google_Service_Reportcard_Resource_Notices extends Google_Service_Resource { /** * Deletes a Notice. (notices.delete) * * @param string $noticesId The Notice id. * @param array $optParams Optional parameters. */ public function delete($noticesId, $optParams = array()) { $params = array('noticesId' => $noticesId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Notice by id. (notices.get) * * @param string $noticesId The Notice id. * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Notice */ public function get($noticesId, $optParams = array()) { $params = array('noticesId' => $noticesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reportcard_Notice"); } /** * Inserts a new Notice. (notices.insert) * * @param Google_Service_Reportcard_Notice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Notice */ public function insert(Google_Service_Reportcard_Notice $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Reportcard_Notice"); } /** * Retrieves a list of Notices, filtering by 'consumer' and maybe hiding muted * ones. (notices.listNotices) * * @param array $optParams Optional parameters. * * @opt_param string consumer Only return Notices for these consumers * @opt_param bool showMuted If set, show Notices that have been muted. * @return Google_Service_Reportcard_NoticesListResponse */ public function listNotices($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Reportcard_NoticesListResponse"); } /** * Updates an existing Notice. This method supports patch semantics. * (notices.patch) * * @param string $noticesId The Notice id. * @param Google_Service_Reportcard_Notice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Notice */ public function patch($noticesId, Google_Service_Reportcard_Notice $postBody, $optParams = array()) { $params = array('noticesId' => $noticesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Reportcard_Notice"); } /** * Updates an existing Notice. (notices.update) * * @param string $noticesId The Notice id. * @param Google_Service_Reportcard_Notice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reportcard_Notice */ public function update($noticesId, Google_Service_Reportcard_Notice $postBody, $optParams = array()) { $params = array('noticesId' => $noticesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Reportcard_Notice"); } } PK) ZPiIvendor/google/apiclient-services/src/Google/Service/Reportcard/Notice.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setConsumer($consumer) { $this->consumer = $consumer; } public function getConsumer() { return $this->consumer; } public function setCreator($creator) { $this->creator = $creator; } public function getCreator() { return $this->creator; } public function setDashboardUrl($dashboardUrl) { $this->dashboardUrl = $dashboardUrl; } public function getDashboardUrl() { return $this->dashboardUrl; } public function setDocumentationUrl($documentationUrl) { $this->documentationUrl = $documentationUrl; } public function getDocumentationUrl() { return $this->documentationUrl; } public function setGroupKey($groupKey) { $this->groupKey = $groupKey; } public function getGroupKey() { return $this->groupKey; } public function setGroupName($groupName) { $this->groupName = $groupName; } public function getGroupName() { return $this->groupName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLongDescription($longDescription) { $this->longDescription = $longDescription; } public function getLongDescription() { return $this->longDescription; } public function setLongDescriptionType($longDescriptionType) { $this->longDescriptionType = $longDescriptionType; } public function getLongDescriptionType() { return $this->longDescriptionType; } public function setMuteId($muteId) { $this->muteId = $muteId; } public function getMuteId() { return $this->muteId; } public function setPostingTask($postingTask) { $this->postingTask = $postingTask; } public function getPostingTask() { return $this->postingTask; } public function setPostingTimeMs($postingTimeMs) { $this->postingTimeMs = $postingTimeMs; } public function getPostingTimeMs() { return $this->postingTimeMs; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setSourceKey($sourceKey) { $this->sourceKey = $sourceKey; } public function getSourceKey() { return $this->sourceKey; } public function setSourceName($sourceName) { $this->sourceName = $sourceName; } public function getSourceName() { return $this->sourceName; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK) Z~CXKKIvendor/google/apiclient-services/src/Google/Service/Reportcard/Target.phpnu[documentationUrl = $documentationUrl; } public function getDocumentationUrl() { return $this->documentationUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMonitoringUrl($monitoringUrl) { $this->monitoringUrl = $monitoringUrl; } public function getMonitoringUrl() { return $this->monitoringUrl; } public function setNote($note) { $this->note = $note; } public function getNote() { return $this->note; } public function setReportUrl($reportUrl) { $this->reportUrl = $reportUrl; } public function getReportUrl() { return $this->reportUrl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZG| | Gvendor/google/apiclient-services/src/Google/Service/Reportcard/Mute.phpnu[consumer = $consumer; } public function getConsumer() { return $this->consumer; } public function setCreatedBy($createdBy) { $this->createdBy = $createdBy; } public function getCreatedBy() { return $this->createdBy; } public function setCreationTimeMs($creationTimeMs) { $this->creationTimeMs = $creationTimeMs; } public function getCreationTimeMs() { return $this->creationTimeMs; } public function setCreator($creator) { $this->creator = $creator; } public function getCreator() { return $this->creator; } public function setExpiryTimeMs($expiryTimeMs) { $this->expiryTimeMs = $expiryTimeMs; } public function getExpiryTimeMs() { return $this->expiryTimeMs; } public function setGroupKey($groupKey) { $this->groupKey = $groupKey; } public function getGroupKey() { return $this->groupKey; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSourceKey($sourceKey) { $this->sourceKey = $sourceKey; } public function getSourceKey() { return $this->sourceKey; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setTarget(Google_Service_Reportcard_Target $target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK) ZWAATvendor/google/apiclient-services/src/Google/Service/Reportcard/MutesListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK) Z_?==Svendor/google/apiclient-services/src/Google/Service/Transcoder/Aes128Encryption.phpnu[keyUri = $keyUri; } public function getKeyUri() { return $this->keyUri; } } PK) Z Rvendor/google/apiclient-services/src/Google/Service/Transcoder/TranscoderEmpty.phpnu[startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK) Z ]Pvendor/google/apiclient-services/src/Google/Service/Transcoder/AnimationFade.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setFadeType($fadeType) { $this->fadeType = $fadeType; } public function getFadeType() { return $this->fadeType; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } /** * @param Google_Service_Transcoder_NormalizedCoordinate */ public function setXy(Google_Service_Transcoder_NormalizedCoordinate $xy) { $this->xy = $xy; } /** * @return Google_Service_Transcoder_NormalizedCoordinate */ public function getXy() { return $this->xy; } } PK) Z\Nvendor/google/apiclient-services/src/Google/Service/Transcoder/AudioStream.phpnu[bitrateBps = $bitrateBps; } public function getBitrateBps() { return $this->bitrateBps; } public function setChannelCount($channelCount) { $this->channelCount = $channelCount; } public function getChannelCount() { return $this->channelCount; } public function setChannelLayout($channelLayout) { $this->channelLayout = $channelLayout; } public function getChannelLayout() { return $this->channelLayout; } public function setCodec($codec) { $this->codec = $codec; } public function getCodec() { return $this->codec; } /** * @param Google_Service_Transcoder_AudioAtom[] */ public function setMapping($mapping) { $this->mapping = $mapping; } /** * @return Google_Service_Transcoder_AudioAtom[] */ public function getMapping() { return $this->mapping; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } } PK) Z!  Fvendor/google/apiclient-services/src/Google/Service/Transcoder/Job.phpnu[config = $config; } /** * @return Google_Service_Transcoder_JobConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Transcoder_FailureDetail[] */ public function setFailureDetails($failureDetails) { $this->failureDetails = $failureDetails; } /** * @return Google_Service_Transcoder_FailureDetail[] */ public function getFailureDetails() { return $this->failureDetails; } public function setFailureReason($failureReason) { $this->failureReason = $failureReason; } public function getFailureReason() { return $this->failureReason; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Transcoder_OriginUri */ public function setOriginUri(Google_Service_Transcoder_OriginUri $originUri) { $this->originUri = $originUri; } /** * @return Google_Service_Transcoder_OriginUri */ public function getOriginUri() { return $this->originUri; } public function setOutputUri($outputUri) { $this->outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } /** * @param Google_Service_Transcoder_Progress */ public function setProgress(Google_Service_Transcoder_Progress $progress) { $this->progress = $progress; } /** * @return Google_Service_Transcoder_Progress */ public function getProgress() { return $this->progress; } 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 setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } public function setTtlAfterCompletionDays($ttlAfterCompletionDays) { $this->ttlAfterCompletionDays = $ttlAfterCompletionDays; } public function getTtlAfterCompletionDays() { return $this->ttlAfterCompletionDays; } } PK) Z݆2Nvendor/google/apiclient-services/src/Google/Service/Transcoder/JobTemplate.phpnu[config = $config; } /** * @return Google_Service_Transcoder_JobConfig */ public function getConfig() { return $this->config; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) ZLKvendor/google/apiclient-services/src/Google/Service/Transcoder/TextAtom.phpnu[inputs = $inputs; } /** * @return Google_Service_Transcoder_TextInput[] */ public function getInputs() { return $this->inputs; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK) ZSvendor/google/apiclient-services/src/Google/Service/Transcoder/ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_Transcoder_Job[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z{Wvendor/google/apiclient-services/src/Google/Service/Transcoder/MpegCommonEncryption.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setScheme($scheme) { $this->scheme = $scheme; } public function getScheme() { return $this->scheme; } } PK) Z~Jvendor/google/apiclient-services/src/Google/Service/Transcoder/Deblock.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setStrength($strength) { $this->strength = $strength; } public function getStrength() { return $this->strength; } } PK) ZRvendor/google/apiclient-services/src/Google/Service/Transcoder/AnimationStatic.phpnu[startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } /** * @param Google_Service_Transcoder_NormalizedCoordinate */ public function setXy(Google_Service_Transcoder_NormalizedCoordinate $xy) { $this->xy = $xy; } /** * @return Google_Service_Transcoder_NormalizedCoordinate */ public function getXy() { return $this->xy; } } PK) ZiNN[vendor/google/apiclient-services/src/Google/Service/Transcoder/ListJobTemplatesResponse.phpnu[jobTemplates = $jobTemplates; } /** * @return Google_Service_Transcoder_JobTemplate[] */ public function getJobTemplates() { return $this->jobTemplates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z/Jvendor/google/apiclient-services/src/Google/Service/Transcoder/Denoise.phpnu[strength = $strength; } public function getStrength() { return $this->strength; } public function setTune($tune) { $this->tune = $tune; } public function getTune() { return $this->tune; } } PK) Z ^5 5 Lvendor/google/apiclient-services/src/Google/Service/Transcoder/MuxStream.phpnu[container = $container; } public function getContainer() { return $this->container; } public function setElementaryStreams($elementaryStreams) { $this->elementaryStreams = $elementaryStreams; } public function getElementaryStreams() { return $this->elementaryStreams; } /** * @param Google_Service_Transcoder_Encryption */ public function setEncryption(Google_Service_Transcoder_Encryption $encryption) { $this->encryption = $encryption; } /** * @return Google_Service_Transcoder_Encryption */ public function getEncryption() { return $this->encryption; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Transcoder_SegmentSettings */ public function setSegmentSettings(Google_Service_Transcoder_SegmentSettings $segmentSettings) { $this->segmentSettings = $segmentSettings; } /** * @return Google_Service_Transcoder_SegmentSettings */ public function getSegmentSettings() { return $this->segmentSettings; } } PK) Zn Hvendor/google/apiclient-services/src/Google/Service/Transcoder/Audio.phpnu[highBoost = $highBoost; } public function getHighBoost() { return $this->highBoost; } public function setLowBoost($lowBoost) { $this->lowBoost = $lowBoost; } public function getLowBoost() { return $this->lowBoost; } public function setLufs($lufs) { $this->lufs = $lufs; } public function getLufs() { return $this->lufs; } } PK) ZJvendor/google/apiclient-services/src/Google/Service/Transcoder/Overlay.phpnu[animations = $animations; } /** * @return Google_Service_Transcoder_Animation[] */ public function getAnimations() { return $this->animations; } /** * @param Google_Service_Transcoder_Image */ public function setImage(Google_Service_Transcoder_Image $image) { $this->image = $image; } /** * @return Google_Service_Transcoder_Image */ public function getImage() { return $this->image; } } PK) Z.Mvendor/google/apiclient-services/src/Google/Service/Transcoder/Encryption.phpnu[aes128 = $aes128; } /** * @return Google_Service_Transcoder_Aes128Encryption */ public function getAes128() { return $this->aes128; } public function setIv($iv) { $this->iv = $iv; } public function getIv() { return $this->iv; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Transcoder_MpegCommonEncryption */ public function setMpegCenc(Google_Service_Transcoder_MpegCommonEncryption $mpegCenc) { $this->mpegCenc = $mpegCenc; } /** * @return Google_Service_Transcoder_MpegCommonEncryption */ public function getMpegCenc() { return $this->mpegCenc; } /** * @param Google_Service_Transcoder_SampleAesEncryption */ public function setSampleAes(Google_Service_Transcoder_SampleAesEncryption $sampleAes) { $this->sampleAes = $sampleAes; } /** * @return Google_Service_Transcoder_SampleAesEncryption */ public function getSampleAes() { return $this->sampleAes; } } PK) ZQHvendor/google/apiclient-services/src/Google/Service/Transcoder/Color.phpnu[brightness = $brightness; } public function getBrightness() { return $this->brightness; } public function setContrast($contrast) { $this->contrast = $contrast; } public function getContrast() { return $this->contrast; } public function setSaturation($saturation) { $this->saturation = $saturation; } public function getSaturation() { return $this->saturation; } } PK) ZQOIvendor/google/apiclient-services/src/Google/Service/Transcoder/Output.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK) Zq]vendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/ProjectsLocations.phpnu[ * $transcoderService = new Google_Service_Transcoder(...); * $locations = $transcoderService->locations; * */ class Google_Service_Transcoder_Resource_ProjectsLocations extends Google_Service_Resource { } PK) Zw  avendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/ProjectsLocationsJobs.phpnu[ * $transcoderService = new Google_Service_Transcoder(...); * $jobs = $transcoderService->jobs; * */ class Google_Service_Transcoder_Resource_ProjectsLocationsJobs extends Google_Service_Resource { /** * Creates a job in the specified region. (jobs.create) * * @param string $parent Required. The parent location to create and process * this job. Format: `projects/{project}/locations/{location}` * @param Google_Service_Transcoder_Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_Transcoder_Job */ public function create($parent, Google_Service_Transcoder_Job $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Transcoder_Job"); } /** * Deletes a job. (jobs.delete) * * @param string $name Required. The name of the job to delete. Format: * `projects/{project}/locations/{location}/jobs/{job}` * @param array $optParams Optional parameters. * @return Google_Service_Transcoder_TranscoderEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Transcoder_TranscoderEmpty"); } /** * Returns the job data. (jobs.get) * * @param string $name Required. The name of the job to retrieve. Format: * `projects/{project}/locations/{location}/jobs/{job}` * @param array $optParams Optional parameters. * @return Google_Service_Transcoder_Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Transcoder_Job"); } /** * Lists jobs in the specified region. (jobs.listProjectsLocationsJobs) * * @param string $parent Required. Format: * `projects/{project}/locations/{location}` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The `next_page_token` value returned from a * previous List request, if any. * @return Google_Service_Transcoder_ListJobsResponse */ public function listProjectsLocationsJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Transcoder_ListJobsResponse"); } } PK) Z<vvTvendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/Projects.phpnu[ * $transcoderService = new Google_Service_Transcoder(...); * $projects = $transcoderService->projects; * */ class Google_Service_Transcoder_Resource_Projects extends Google_Service_Resource { } PK) Z\lSSivendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/ProjectsLocationsJobTemplates.phpnu[ * $transcoderService = new Google_Service_Transcoder(...); * $jobTemplates = $transcoderService->jobTemplates; * */ class Google_Service_Transcoder_Resource_ProjectsLocationsJobTemplates extends Google_Service_Resource { /** * Creates a job template in the specified region. (jobTemplates.create) * * @param string $parent Required. The parent location to create this job * template. Format: `projects/{project}/locations/{location}` * @param Google_Service_Transcoder_JobTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string jobTemplateId Required. The ID to use for the job template, * which will become the final component of the job template's resource name. * This value should be 4-63 characters, and valid characters must match the * regular expression `a-zA-Z*`. * @return Google_Service_Transcoder_JobTemplate */ public function create($parent, Google_Service_Transcoder_JobTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Transcoder_JobTemplate"); } /** * Deletes a job template. (jobTemplates.delete) * * @param string $name Required. The name of the job template to delete. * `projects/{project}/locations/{location}/jobTemplates/{job_template}` * @param array $optParams Optional parameters. * @return Google_Service_Transcoder_TranscoderEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Transcoder_TranscoderEmpty"); } /** * Returns the job template data. (jobTemplates.get) * * @param string $name Required. The name of the job template to retrieve. * Format: `projects/{project}/locations/{location}/jobTemplates/{job_template}` * @param array $optParams Optional parameters. * @return Google_Service_Transcoder_JobTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Transcoder_JobTemplate"); } /** * Lists job templates in the specified region. * (jobTemplates.listProjectsLocationsJobTemplates) * * @param string $parent Required. The parent location from which to retrieve * the collection of job templates. Format: * `projects/{project}/locations/{location}` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The `next_page_token` value returned from a * previous List request, if any. * @return Google_Service_Transcoder_ListJobTemplatesResponse */ public function listProjectsLocationsJobTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Transcoder_ListJobTemplatesResponse"); } } PK) ZžlGvendor/google/apiclient-services/src/Google/Service/Transcoder/Crop.phpnu[bottomPixels = $bottomPixels; } public function getBottomPixels() { return $this->bottomPixels; } public function setLeftPixels($leftPixels) { $this->leftPixels = $leftPixels; } public function getLeftPixels() { return $this->leftPixels; } public function setRightPixels($rightPixels) { $this->rightPixels = $rightPixels; } public function getRightPixels() { return $this->rightPixels; } public function setTopPixels($topPixels) { $this->topPixels = $topPixels; } public function getTopPixels() { return $this->topPixels; } } PK) ZqKkkRvendor/google/apiclient-services/src/Google/Service/Transcoder/SegmentSettings.phpnu[individualSegments = $individualSegments; } public function getIndividualSegments() { return $this->individualSegments; } public function setSegmentDuration($segmentDuration) { $this->segmentDuration = $segmentDuration; } public function getSegmentDuration() { return $this->segmentDuration; } } PK) Z2qDKvendor/google/apiclient-services/src/Google/Service/Transcoder/Manifest.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setMuxStreams($muxStreams) { $this->muxStreams = $muxStreams; } public function getMuxStreams() { return $this->muxStreams; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZA]]Pvendor/google/apiclient-services/src/Google/Service/Transcoder/FailureDetail.phpnu[description = $description; } public function getDescription() { return $this->description; } } PK) ZJssJvendor/google/apiclient-services/src/Google/Service/Transcoder/AdBreak.phpnu[startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK) Zr Hvendor/google/apiclient-services/src/Google/Service/Transcoder/Input.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Transcoder_PreprocessingConfig */ public function setPreprocessingConfig(Google_Service_Transcoder_PreprocessingConfig $preprocessingConfig) { $this->preprocessingConfig = $preprocessingConfig; } /** * @return Google_Service_Transcoder_PreprocessingConfig */ public function getPreprocessingConfig() { return $this->preprocessingConfig; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK) ZTvendor/google/apiclient-services/src/Google/Service/Transcoder/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK) Z}fTvendor/google/apiclient-services/src/Google/Service/Transcoder/AudioChannelInput.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } public function setGainDb($gainDb) { $this->gainDb = $gainDb; } public function getGainDb() { return $this->gainDb; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setTrack($track) { $this->track = $track; } public function getTrack() { return $this->track; } } PK) ZP,VQQOvendor/google/apiclient-services/src/Google/Service/Transcoder/AudioChannel.phpnu[inputs = $inputs; } /** * @return Google_Service_Transcoder_AudioChannelInput[] */ public function getInputs() { return $this->inputs; } } PK) Z_) Nvendor/google/apiclient-services/src/Google/Service/Transcoder/SpriteSheet.phpnu[columnCount = $columnCount; } public function getColumnCount() { return $this->columnCount; } public function setEndTimeOffset($endTimeOffset) { $this->endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setFilePrefix($filePrefix) { $this->filePrefix = $filePrefix; } public function getFilePrefix() { return $this->filePrefix; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setInterval($interval) { $this->interval = $interval; } public function getInterval() { return $this->interval; } public function setQuality($quality) { $this->quality = $quality; } public function getQuality() { return $this->quality; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } public function setSpriteHeightPixels($spriteHeightPixels) { $this->spriteHeightPixels = $spriteHeightPixels; } public function getSpriteHeightPixels() { return $this->spriteHeightPixels; } public function setSpriteWidthPixels($spriteWidthPixels) { $this->spriteWidthPixels = $spriteWidthPixels; } public function getSpriteWidthPixels() { return $this->spriteWidthPixels; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK) Z&N::Kvendor/google/apiclient-services/src/Google/Service/Transcoder/Progress.phpnu[analyzed = $analyzed; } public function getAnalyzed() { return $this->analyzed; } public function setEncoded($encoded) { $this->encoded = $encoded; } public function getEncoded() { return $this->encoded; } public function setNotified($notified) { $this->notified = $notified; } public function getNotified() { return $this->notified; } public function setUploaded($uploaded) { $this->uploaded = $uploaded; } public function getUploaded() { return $this->uploaded; } } PK) ZM߄\ \ Vvendor/google/apiclient-services/src/Google/Service/Transcoder/PreprocessingConfig.phpnu[audio = $audio; } /** * @return Google_Service_Transcoder_Audio */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Transcoder_Color */ public function setColor(Google_Service_Transcoder_Color $color) { $this->color = $color; } /** * @return Google_Service_Transcoder_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Transcoder_Crop */ public function setCrop(Google_Service_Transcoder_Crop $crop) { $this->crop = $crop; } /** * @return Google_Service_Transcoder_Crop */ public function getCrop() { return $this->crop; } /** * @param Google_Service_Transcoder_Deblock */ public function setDeblock(Google_Service_Transcoder_Deblock $deblock) { $this->deblock = $deblock; } /** * @return Google_Service_Transcoder_Deblock */ public function getDeblock() { return $this->deblock; } /** * @param Google_Service_Transcoder_Denoise */ public function setDenoise(Google_Service_Transcoder_Denoise $denoise) { $this->denoise = $denoise; } /** * @return Google_Service_Transcoder_Denoise */ public function getDenoise() { return $this->denoise; } /** * @param Google_Service_Transcoder_Pad */ public function setPad(Google_Service_Transcoder_Pad $pad) { $this->pad = $pad; } /** * @return Google_Service_Transcoder_Pad */ public function getPad() { return $this->pad; } } PK) Z'Lvendor/google/apiclient-services/src/Google/Service/Transcoder/OriginUri.phpnu[dash = $dash; } public function getDash() { return $this->dash; } public function setHls($hls) { $this->hls = $hls; } public function getHls() { return $this->hls; } } PK) Z_{PLvendor/google/apiclient-services/src/Google/Service/Transcoder/JobConfig.phpnu[adBreaks = $adBreaks; } /** * @return Google_Service_Transcoder_AdBreak[] */ public function getAdBreaks() { return $this->adBreaks; } /** * @param Google_Service_Transcoder_EditAtom[] */ public function setEditList($editList) { $this->editList = $editList; } /** * @return Google_Service_Transcoder_EditAtom[] */ public function getEditList() { return $this->editList; } /** * @param Google_Service_Transcoder_ElementaryStream[] */ public function setElementaryStreams($elementaryStreams) { $this->elementaryStreams = $elementaryStreams; } /** * @return Google_Service_Transcoder_ElementaryStream[] */ public function getElementaryStreams() { return $this->elementaryStreams; } /** * @param Google_Service_Transcoder_Input[] */ public function setInputs($inputs) { $this->inputs = $inputs; } /** * @return Google_Service_Transcoder_Input[] */ public function getInputs() { return $this->inputs; } /** * @param Google_Service_Transcoder_Manifest[] */ public function setManifests($manifests) { $this->manifests = $manifests; } /** * @return Google_Service_Transcoder_Manifest[] */ public function getManifests() { return $this->manifests; } /** * @param Google_Service_Transcoder_MuxStream[] */ public function setMuxStreams($muxStreams) { $this->muxStreams = $muxStreams; } /** * @return Google_Service_Transcoder_MuxStream[] */ public function getMuxStreams() { return $this->muxStreams; } /** * @param Google_Service_Transcoder_Output */ public function setOutput(Google_Service_Transcoder_Output $output) { $this->output = $output; } /** * @return Google_Service_Transcoder_Output */ public function getOutput() { return $this->output; } /** * @param Google_Service_Transcoder_Overlay[] */ public function setOverlays($overlays) { $this->overlays = $overlays; } /** * @return Google_Service_Transcoder_Overlay[] */ public function getOverlays() { return $this->overlays; } /** * @param Google_Service_Transcoder_PubsubDestination */ public function setPubsubDestination(Google_Service_Transcoder_PubsubDestination $pubsubDestination) { $this->pubsubDestination = $pubsubDestination; } /** * @return Google_Service_Transcoder_PubsubDestination */ public function getPubsubDestination() { return $this->pubsubDestination; } /** * @param Google_Service_Transcoder_SpriteSheet[] */ public function setSpriteSheets($spriteSheets) { $this->spriteSheets = $spriteSheets; } /** * @return Google_Service_Transcoder_SpriteSheet[] */ public function getSpriteSheets() { return $this->spriteSheets; } } PK) Zqcodec = $codec; } public function getCodec() { return $this->codec; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Transcoder_TextAtom[] */ public function setMapping($mapping) { $this->mapping = $mapping; } /** * @return Google_Service_Transcoder_TextAtom[] */ public function getMapping() { return $this->mapping; } } PK) ZSFvendor/google/apiclient-services/src/Google/Service/Transcoder/Pad.phpnu[bottomPixels = $bottomPixels; } public function getBottomPixels() { return $this->bottomPixels; } public function setLeftPixels($leftPixels) { $this->leftPixels = $leftPixels; } public function getLeftPixels() { return $this->leftPixels; } public function setRightPixels($rightPixels) { $this->rightPixels = $rightPixels; } public function getRightPixels() { return $this->rightPixels; } public function setTopPixels($topPixels) { $this->topPixels = $topPixels; } public function getTopPixels() { return $this->topPixels; } } PK) Z"ʾ*@@Vvendor/google/apiclient-services/src/Google/Service/Transcoder/SampleAesEncryption.phpnu[keyUri = $keyUri; } public function getKeyUri() { return $this->keyUri; } } PK) ZSxiKvendor/google/apiclient-services/src/Google/Service/Transcoder/EditAtom.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setInputs($inputs) { $this->inputs = $inputs; } public function getInputs() { return $this->inputs; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK) ZȊ54Lvendor/google/apiclient-services/src/Google/Service/Transcoder/AudioAtom.phpnu[channels = $channels; } /** * @return Google_Service_Transcoder_AudioChannel[] */ public function getChannels() { return $this->channels; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK) Z*Lvendor/google/apiclient-services/src/Google/Service/Transcoder/TextInput.phpnu[key = $key; } public function getKey() { return $this->key; } public function setTrack($track) { $this->track = $track; } public function getTrack() { return $this->track; } } PK) ZDճHvendor/google/apiclient-services/src/Google/Service/Transcoder/Image.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } /** * @param Google_Service_Transcoder_NormalizedCoordinate */ public function setResolution(Google_Service_Transcoder_NormalizedCoordinate $resolution) { $this->resolution = $resolution; } /** * @return Google_Service_Transcoder_NormalizedCoordinate */ public function getResolution() { return $this->resolution; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK) ZO((Lvendor/google/apiclient-services/src/Google/Service/Transcoder/Animation.phpnu[animationEnd = $animationEnd; } /** * @return Google_Service_Transcoder_AnimationEnd */ public function getAnimationEnd() { return $this->animationEnd; } /** * @param Google_Service_Transcoder_AnimationFade */ public function setAnimationFade(Google_Service_Transcoder_AnimationFade $animationFade) { $this->animationFade = $animationFade; } /** * @return Google_Service_Transcoder_AnimationFade */ public function getAnimationFade() { return $this->animationFade; } /** * @param Google_Service_Transcoder_AnimationStatic */ public function setAnimationStatic(Google_Service_Transcoder_AnimationStatic $animationStatic) { $this->animationStatic = $animationStatic; } /** * @return Google_Service_Transcoder_AnimationStatic */ public function getAnimationStatic() { return $this->animationStatic; } } PK) Zm@ JJSvendor/google/apiclient-services/src/Google/Service/Transcoder/ElementaryStream.phpnu[audioStream = $audioStream; } /** * @return Google_Service_Transcoder_AudioStream */ public function getAudioStream() { return $this->audioStream; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Transcoder_TextStream */ public function setTextStream(Google_Service_Transcoder_TextStream $textStream) { $this->textStream = $textStream; } /** * @return Google_Service_Transcoder_TextStream */ public function getTextStream() { return $this->textStream; } /** * @param Google_Service_Transcoder_VideoStream */ public function setVideoStream(Google_Service_Transcoder_VideoStream $videoStream) { $this->videoStream = $videoStream; } /** * @return Google_Service_Transcoder_VideoStream */ public function getVideoStream() { return $this->videoStream; } } PK) ZbީWvendor/google/apiclient-services/src/Google/Service/Transcoder/NormalizedCoordinate.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK) ZȹQ77Tvendor/google/apiclient-services/src/Google/Service/Transcoder/PubsubDestination.phpnu[topic = $topic; } public function getTopic() { return $this->topic; } } PK) ZMNvendor/google/apiclient-services/src/Google/Service/Transcoder/VideoStream.phpnu[allowOpenGop = $allowOpenGop; } public function getAllowOpenGop() { return $this->allowOpenGop; } public function setAqStrength($aqStrength) { $this->aqStrength = $aqStrength; } public function getAqStrength() { return $this->aqStrength; } public function setBFrameCount($bFrameCount) { $this->bFrameCount = $bFrameCount; } public function getBFrameCount() { return $this->bFrameCount; } public function setBPyramid($bPyramid) { $this->bPyramid = $bPyramid; } public function getBPyramid() { return $this->bPyramid; } public function setBitrateBps($bitrateBps) { $this->bitrateBps = $bitrateBps; } public function getBitrateBps() { return $this->bitrateBps; } public function setCodec($codec) { $this->codec = $codec; } public function getCodec() { return $this->codec; } public function setCrfLevel($crfLevel) { $this->crfLevel = $crfLevel; } public function getCrfLevel() { return $this->crfLevel; } public function setEnableTwoPass($enableTwoPass) { $this->enableTwoPass = $enableTwoPass; } public function getEnableTwoPass() { return $this->enableTwoPass; } public function setEntropyCoder($entropyCoder) { $this->entropyCoder = $entropyCoder; } public function getEntropyCoder() { return $this->entropyCoder; } public function setFrameRate($frameRate) { $this->frameRate = $frameRate; } public function getFrameRate() { return $this->frameRate; } public function setGopDuration($gopDuration) { $this->gopDuration = $gopDuration; } public function getGopDuration() { return $this->gopDuration; } public function setGopFrameCount($gopFrameCount) { $this->gopFrameCount = $gopFrameCount; } public function getGopFrameCount() { return $this->gopFrameCount; } public function setHeightPixels($heightPixels) { $this->heightPixels = $heightPixels; } public function getHeightPixels() { return $this->heightPixels; } public function setPixelFormat($pixelFormat) { $this->pixelFormat = $pixelFormat; } public function getPixelFormat() { return $this->pixelFormat; } public function setPreset($preset) { $this->preset = $preset; } public function getPreset() { return $this->preset; } public function setProfile($profile) { $this->profile = $profile; } public function getProfile() { return $this->profile; } public function setRateControlMode($rateControlMode) { $this->rateControlMode = $rateControlMode; } public function getRateControlMode() { return $this->rateControlMode; } public function setTune($tune) { $this->tune = $tune; } public function getTune() { return $this->tune; } public function setVbvFullnessBits($vbvFullnessBits) { $this->vbvFullnessBits = $vbvFullnessBits; } public function getVbvFullnessBits() { return $this->vbvFullnessBits; } public function setVbvSizeBits($vbvSizeBits) { $this->vbvSizeBits = $vbvSizeBits; } public function getVbvSizeBits() { return $this->vbvSizeBits; } public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } public function getWidthPixels() { return $this->widthPixels; } } PK) Z36hSSZvendor/google/apiclient-services/src/Google/Service/CloudProfiler/CreateProfileRequest.phpnu[deployment = $deployment; } /** * @return Google_Service_CloudProfiler_Deployment */ public function getDeployment() { return $this->deployment; } public function setProfileType($profileType) { $this->profileType = $profileType; } public function getProfileType() { return $this->profileType; } } PK) Z旮Mvendor/google/apiclient-services/src/Google/Service/CloudProfiler/Profile.phpnu[deployment = $deployment; } /** * @return Google_Service_CloudProfiler_Deployment */ public function getDeployment() { return $this->deployment; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProfileBytes($profileBytes) { $this->profileBytes = $profileBytes; } public function getProfileBytes() { return $this->profileBytes; } public function setProfileType($profileType) { $this->profileType = $profileType; } public function getProfileType() { return $this->profileType; } } PK) ZJeoo_vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/ProjectsProfiles.phpnu[ * $cloudprofilerService = new Google_Service_CloudProfiler(...); * $profiles = $cloudprofilerService->profiles; * */ class Google_Service_CloudProfiler_Resource_ProjectsProfiles extends Google_Service_Resource { /** * CreateProfile creates a new profile resource in the online mode. The server * ensures that the new profiles are created at a constant rate per deployment, * so the creation request may hang for some time until the next profile session * is available. The request may fail with ABORTED error if the creation is not * available within ~1m, the response will indicate the duration of the backoff * the client should take before attempting creating a profile again. The * backoff duration is returned in google.rpc.RetryInfo extension on the * response status. To a gRPC client, the extension will be return as a binary- * serialized proto in the trailing metadata item named "google.rpc.retryinfo- * bin". (profiles.create) * * @param string $parent Parent project to create the profile in. * @param Google_Service_CloudProfiler_CreateProfileRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudProfiler_Profile */ public function create($parent, Google_Service_CloudProfiler_CreateProfileRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudProfiler_Profile"); } /** * CreateOfflineProfile creates a new profile resource in the offline mode. The * client provides the profile to create along with the profile bytes, the * server records it. (profiles.createOffline) * * @param string $parent Parent project to create the profile in. * @param Google_Service_CloudProfiler_Profile $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudProfiler_Profile */ public function createOffline($parent, Google_Service_CloudProfiler_Profile $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createOffline', array($params), "Google_Service_CloudProfiler_Profile"); } /** * UpdateProfile updates the profile bytes and labels on the profile resource * created in the online mode. Updating the bytes for profiles created in the * offline mode is currently not supported: the profile content must be provided * at the time of the profile creation. (profiles.patch) * * @param string $name Output only. Opaque, server-assigned, unique ID for this * profile. * @param Google_Service_CloudProfiler_Profile $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask used to specify the fields to be * overwritten. Currently only profile_bytes and labels fields are supported by * UpdateProfile, so only those fields can be specified in the mask. When no * mask is provided, all fields are overwritten. * @return Google_Service_CloudProfiler_Profile */ public function patch($name, Google_Service_CloudProfiler_Profile $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudProfiler_Profile"); } } PK) Zg5ߢWvendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/Projects.phpnu[ * $cloudprofilerService = new Google_Service_CloudProfiler(...); * $projects = $cloudprofilerService->projects; * */ class Google_Service_CloudProfiler_Resource_Projects extends Google_Service_Resource { } PK) ZOPvendor/google/apiclient-services/src/Google/Service/CloudProfiler/Deployment.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK) Zp a-a-Dvendor/google/apiclient-services/src/Google/Service/CloudDomains.phpnu[ * Enables management and configuration of domain names.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudDomains extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_operations; public $projects_locations_registrations; /** * Constructs the internal representation of the CloudDomains service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://domains.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'domains'; $this->projects_locations = new Google_Service_CloudDomains_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudDomains_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_registrations = new Google_Service_CloudDomains_Resource_ProjectsLocationsRegistrations( $this, $this->serviceName, 'registrations', array( 'methods' => array( 'configureContactSettings' => array( 'path' => 'v1beta1/{+registration}:configureContactSettings', 'httpMethod' => 'POST', 'parameters' => array( 'registration' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'configureDnsSettings' => array( 'path' => 'v1beta1/{+registration}:configureDnsSettings', 'httpMethod' => 'POST', 'parameters' => array( 'registration' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'configureManagementSettings' => array( 'path' => 'v1beta1/{+registration}:configureManagementSettings', 'httpMethod' => 'POST', 'parameters' => array( 'registration' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v1beta1/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/registrations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'register' => array( 'path' => 'v1beta1/{+parent}/registrations:register', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetAuthorizationCode' => array( 'path' => 'v1beta1/{+registration}:resetAuthorizationCode', 'httpMethod' => 'POST', 'parameters' => array( 'registration' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveAuthorizationCode' => array( 'path' => 'v1beta1/{+registration}:retrieveAuthorizationCode', 'httpMethod' => 'GET', 'parameters' => array( 'registration' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveRegisterParameters' => array( 'path' => 'v1beta1/{+location}/registrations:retrieveRegisterParameters', 'httpMethod' => 'GET', 'parameters' => array( 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainName' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchDomains' => array( 'path' => 'v1beta1/{+location}/registrations:searchDomains', 'httpMethod' => 'GET', 'parameters' => array( 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK) ZM"CssMvendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } /** * @param Google_Service_ToolResults_StackTrace */ public function setStackTrace(Google_Service_ToolResults_StackTrace $stackTrace) { $this->stackTrace = $stackTrace; } /** * @return Google_Service_ToolResults_StackTrace */ public function getStackTrace() { return $this->stackTrace; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_ToolResults_Any */ public function setWarning(Google_Service_ToolResults_Any $warning) { $this->warning = $warning; } /** * @return Google_Service_ToolResults_Any */ public function getWarning() { return $this->warning; } } PK) Z1^^vendor/google/apiclient-services/src/Google/Service/ToolResults/PendingGoogleUpdateInsight.phpnu[nameOfGoogleLibrary = $nameOfGoogleLibrary; } public function getNameOfGoogleLibrary() { return $this->nameOfGoogleLibrary; } } PK) ZtBBQvendor/google/apiclient-services/src/Google/Service/ToolResults/FileReference.phpnu[fileUri = $fileUri; } public function getFileUri() { return $this->fileUri; } } PK) ZKtwJJYvendor/google/apiclient-services/src/Google/Service/ToolResults/OverlappingUIElements.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setScreenId($screenId) { $this->screenId = $screenId; } public function getScreenId() { return $this->screenId; } } PK) ZllRvendor/google/apiclient-services/src/Google/Service/ToolResults/ResultsStorage.phpnu[resultsStoragePath = $resultsStoragePath; } /** * @return Google_Service_ToolResults_FileReference */ public function getResultsStoragePath() { return $this->resultsStoragePath; } /** * @param Google_Service_ToolResults_FileReference */ public function setXunitXmlFile(Google_Service_ToolResults_FileReference $xunitXmlFile) { $this->xunitXmlFile = $xunitXmlFile; } /** * @return Google_Service_ToolResults_FileReference */ public function getXunitXmlFile() { return $this->xunitXmlFile; } } PK) Zx#Nvendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.phpnu[memoryCapInKibibyte = $memoryCapInKibibyte; } public function getMemoryCapInKibibyte() { return $this->memoryCapInKibibyte; } public function setMemoryTotalInKibibyte($memoryTotalInKibibyte) { $this->memoryTotalInKibibyte = $memoryTotalInKibibyte; } public function getMemoryTotalInKibibyte() { return $this->memoryTotalInKibibyte; } } PK) Z?livendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepAccessibilityClustersResponse.phpnu[clusters = $clusters; } /** * @return Google_Service_ToolResults_SuggestionClusterProto[] */ public function getClusters() { return $this->clusters; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) Zq55Mvendor/google/apiclient-services/src/Google/Service/ToolResults/Thumbnail.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setHeightPx($heightPx) { $this->heightPx = $heightPx; } public function getHeightPx() { return $this->heightPx; } public function setWidthPx($widthPx) { $this->widthPx = $widthPx; } public function getWidthPx() { return $this->widthPx; } } PK) Z]avendor/google/apiclient-services/src/Google/Service/ToolResults/NonSdkApiUsageViolationReport.phpnu[exampleApis = $exampleApis; } /** * @return Google_Service_ToolResults_NonSdkApi[] */ public function getExampleApis() { return $this->exampleApis; } public function setMinSdkVersion($minSdkVersion) { $this->minSdkVersion = $minSdkVersion; } public function getMinSdkVersion() { return $this->minSdkVersion; } public function setTargetSdkVersion($targetSdkVersion) { $this->targetSdkVersion = $targetSdkVersion; } public function getTargetSdkVersion() { return $this->targetSdkVersion; } public function setUniqueApis($uniqueApis) { $this->uniqueApis = $uniqueApis; } public function getUniqueApis() { return $this->uniqueApis; } } PK) Z**Nvendor/google/apiclient-services/src/Google/Service/ToolResults/IosAppInfo.phpnu[name = $name; } public function getName() { return $this->name; } } PK) ZW  Ovendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidTest.phpnu[androidAppInfo = $androidAppInfo; } /** * @return Google_Service_ToolResults_AndroidAppInfo */ public function getAndroidAppInfo() { return $this->androidAppInfo; } /** * @param Google_Service_ToolResults_AndroidInstrumentationTest */ public function setAndroidInstrumentationTest(Google_Service_ToolResults_AndroidInstrumentationTest $androidInstrumentationTest) { $this->androidInstrumentationTest = $androidInstrumentationTest; } /** * @return Google_Service_ToolResults_AndroidInstrumentationTest */ public function getAndroidInstrumentationTest() { return $this->androidInstrumentationTest; } /** * @param Google_Service_ToolResults_AndroidRoboTest */ public function setAndroidRoboTest(Google_Service_ToolResults_AndroidRoboTest $androidRoboTest) { $this->androidRoboTest = $androidRoboTest; } /** * @return Google_Service_ToolResults_AndroidRoboTest */ public function getAndroidRoboTest() { return $this->androidRoboTest; } /** * @param Google_Service_ToolResults_AndroidTestLoop */ public function setAndroidTestLoop(Google_Service_ToolResults_AndroidTestLoop $androidTestLoop) { $this->androidTestLoop = $androidTestLoop; } /** * @return Google_Service_ToolResults_AndroidTestLoop */ public function getAndroidTestLoop() { return $this->androidTestLoop; } /** * @param Google_Service_ToolResults_Duration */ public function setTestTimeout(Google_Service_ToolResults_Duration $testTimeout) { $this->testTimeout = $testTimeout; } /** * @return Google_Service_ToolResults_Duration */ public function getTestTimeout() { return $this->testTimeout; } } PK) Zk|,kkWvendor/google/apiclient-services/src/Google/Service/ToolResults/UnusedRoboDirective.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK) ZiC7RRPvendor/google/apiclient-services/src/Google/Service/ToolResults/AppStartTime.phpnu[fullyDrawnTime = $fullyDrawnTime; } /** * @return Google_Service_ToolResults_Duration */ public function getFullyDrawnTime() { return $this->fullyDrawnTime; } /** * @param Google_Service_ToolResults_Duration */ public function setInitialDisplayTime(Google_Service_ToolResults_Duration $initialDisplayTime) { $this->initialDisplayTime = $initialDisplayTime; } /** * @return Google_Service_ToolResults_Duration */ public function getInitialDisplayTime() { return $this->initialDisplayTime; } } PK) Z Kvendor/google/apiclient-services/src/Google/Service/ToolResults/CPUInfo.phpnu[cpuProcessor = $cpuProcessor; } public function getCpuProcessor() { return $this->cpuProcessor; } public function setCpuSpeedInGhz($cpuSpeedInGhz) { $this->cpuSpeedInGhz = $cpuSpeedInGhz; } public function getCpuSpeedInGhz() { return $this->cpuSpeedInGhz; } public function setNumberOfCores($numberOfCores) { $this->numberOfCores = $numberOfCores; } public function getNumberOfCores() { return $this->numberOfCores; } } PK) Z!}oo[vendor/google/apiclient-services/src/Google/Service/ToolResults/UsedRoboIgnoreDirective.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK) Z58Qvendor/google/apiclient-services/src/Google/Service/ToolResults/Specification.phpnu[androidTest = $androidTest; } /** * @return Google_Service_ToolResults_AndroidTest */ public function getAndroidTest() { return $this->androidTest; } /** * @param Google_Service_ToolResults_IosTest */ public function setIosTest(Google_Service_ToolResults_IosTest $iosTest) { $this->iosTest = $iosTest; } /** * @return Google_Service_ToolResults_IosTest */ public function getIosTest() { return $this->iosTest; } } PK) ZZNvendor/google/apiclient-services/src/Google/Service/ToolResults/TestTiming.phpnu[testProcessDuration = $testProcessDuration; } /** * @return Google_Service_ToolResults_Duration */ public function getTestProcessDuration() { return $this->testProcessDuration; } } PK) ZXׯI I Qvendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStats.phpnu[buckets = $buckets; } /** * @return Google_Service_ToolResults_GraphicsStatsBucket[] */ public function getBuckets() { return $this->buckets; } public function setHighInputLatencyCount($highInputLatencyCount) { $this->highInputLatencyCount = $highInputLatencyCount; } public function getHighInputLatencyCount() { return $this->highInputLatencyCount; } public function setJankyFrames($jankyFrames) { $this->jankyFrames = $jankyFrames; } public function getJankyFrames() { return $this->jankyFrames; } public function setMissedVsyncCount($missedVsyncCount) { $this->missedVsyncCount = $missedVsyncCount; } public function getMissedVsyncCount() { return $this->missedVsyncCount; } public function setP50Millis($p50Millis) { $this->p50Millis = $p50Millis; } public function getP50Millis() { return $this->p50Millis; } public function setP90Millis($p90Millis) { $this->p90Millis = $p90Millis; } public function getP90Millis() { return $this->p90Millis; } public function setP95Millis($p95Millis) { $this->p95Millis = $p95Millis; } public function getP95Millis() { return $this->p95Millis; } public function setP99Millis($p99Millis) { $this->p99Millis = $p99Millis; } public function getP99Millis() { return $this->p99Millis; } public function setSlowBitmapUploadCount($slowBitmapUploadCount) { $this->slowBitmapUploadCount = $slowBitmapUploadCount; } public function getSlowBitmapUploadCount() { return $this->slowBitmapUploadCount; } public function setSlowDrawCount($slowDrawCount) { $this->slowDrawCount = $slowDrawCount; } public function getSlowDrawCount() { return $this->slowDrawCount; } public function setSlowUiThreadCount($slowUiThreadCount) { $this->slowUiThreadCount = $slowUiThreadCount; } public function getSlowUiThreadCount() { return $this->slowUiThreadCount; } public function setTotalFrames($totalFrames) { $this->totalFrames = $totalFrames; } public function getTotalFrames() { return $this->totalFrames; } } PK) Z_GiiUvendor/google/apiclient-services/src/Google/Service/ToolResults/UsedRoboDirective.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK) Z)  Kvendor/google/apiclient-services/src/Google/Service/ToolResults/IosTest.phpnu[iosAppInfo = $iosAppInfo; } /** * @return Google_Service_ToolResults_IosAppInfo */ public function getIosAppInfo() { return $this->iosAppInfo; } /** * @param Google_Service_ToolResults_IosRoboTest */ public function setIosRoboTest(Google_Service_ToolResults_IosRoboTest $iosRoboTest) { $this->iosRoboTest = $iosRoboTest; } /** * @return Google_Service_ToolResults_IosRoboTest */ public function getIosRoboTest() { return $this->iosRoboTest; } /** * @param Google_Service_ToolResults_IosTestLoop */ public function setIosTestLoop(Google_Service_ToolResults_IosTestLoop $iosTestLoop) { $this->iosTestLoop = $iosTestLoop; } /** * @return Google_Service_ToolResults_IosTestLoop */ public function getIosTestLoop() { return $this->iosTestLoop; } /** * @param Google_Service_ToolResults_IosXcTest */ public function setIosXcTest(Google_Service_ToolResults_IosXcTest $iosXcTest) { $this->iosXcTest = $iosXcTest; } /** * @return Google_Service_ToolResults_IosXcTest */ public function getIosXcTest() { return $this->iosXcTest; } /** * @param Google_Service_ToolResults_Duration */ public function setTestTimeout(Google_Service_ToolResults_Duration $testTimeout) { $this->testTimeout = $testTimeout; } /** * @return Google_Service_ToolResults_Duration */ public function getTestTimeout() { return $this->testTimeout; } } PK) Zc((Yvendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.phpnu[histories = $histories; } /** * @return Google_Service_ToolResults_History[] */ public function getHistories() { return $this->histories; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZQ`vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.phpnu[perfSampleSeries = $perfSampleSeries; } /** * @return Google_Service_ToolResults_PerfSampleSeries[] */ public function getPerfSampleSeries() { return $this->perfSampleSeries; } } PK) ZϧI]Svendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidTestLoop.phpnu[appInitialActivity = $appInitialActivity; } public function getAppInitialActivity() { return $this->appInitialActivity; } public function setBootstrapPackageId($bootstrapPackageId) { $this->bootstrapPackageId = $bootstrapPackageId; } public function getBootstrapPackageId() { return $this->bootstrapPackageId; } public function setBootstrapRunnerClass($bootstrapRunnerClass) { $this->bootstrapRunnerClass = $bootstrapRunnerClass; } public function getBootstrapRunnerClass() { return $this->bootstrapRunnerClass; } public function setMaxDepth($maxDepth) { $this->maxDepth = $maxDepth; } public function getMaxDepth() { return $this->maxDepth; } public function setMaxSteps($maxSteps) { $this->maxSteps = $maxSteps; } public function getMaxSteps() { return $this->maxSteps; } } PK) Z8ϳ00Zvendor/google/apiclient-services/src/Google/Service/ToolResults/SuggestionClusterProto.phpnu[category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_ToolResults_SuggestionProto[] */ public function setSuggestions($suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_ToolResults_SuggestionProto[] */ public function getSuggestions() { return $this->suggestions; } } PK) Z~#ӛ88Zvendor/google/apiclient-services/src/Google/Service/ToolResults/ListExecutionsResponse.phpnu[executions = $executions; } /** * @return Google_Service_ToolResults_Execution[] */ public function getExecutions() { return $this->executions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZtMvendor/google/apiclient-services/src/Google/Service/ToolResults/NonSdkApi.phpnu[apiSignature = $apiSignature; } public function getApiSignature() { return $this->apiSignature; } public function setExampleStackTraces($exampleStackTraces) { $this->exampleStackTraces = $exampleStackTraces; } public function getExampleStackTraces() { return $this->exampleStackTraces; } /** * @param Google_Service_ToolResults_NonSdkApiInsight[] */ public function setInsights($insights) { $this->insights = $insights; } /** * @return Google_Service_ToolResults_NonSdkApiInsight[] */ public function getInsights() { return $this->insights; } public function setInvocationCount($invocationCount) { $this->invocationCount = $invocationCount; } public function getInvocationCount() { return $this->invocationCount; } public function setList($list) { $this->list = $list; } public function getList() { return $this->list; } } PK) Z41Svendor/google/apiclient-services/src/Google/Service/ToolResults/FailedToInstall.phpnu[outcome = $outcome; } /** * @return Google_Service_ToolResults_Outcome */ public function getOutcome() { return $this->outcome; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_ToolResults_TestSuiteOverview[] */ public function setTestSuiteOverviews($testSuiteOverviews) { $this->testSuiteOverviews = $testSuiteOverviews; } /** * @return Google_Service_ToolResults_TestSuiteOverview[] */ public function getTestSuiteOverviews() { return $this->testSuiteOverviews; } } PK) ZhڿGGOvendor/google/apiclient-services/src/Google/Service/ToolResults/IosTestLoop.phpnu[bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } } PK) Zʆ. Kvendor/google/apiclient-services/src/Google/Service/ToolResults/Outcome.phpnu[failureDetail = $failureDetail; } /** * @return Google_Service_ToolResults_FailureDetail */ public function getFailureDetail() { return $this->failureDetail; } /** * @param Google_Service_ToolResults_InconclusiveDetail */ public function setInconclusiveDetail(Google_Service_ToolResults_InconclusiveDetail $inconclusiveDetail) { $this->inconclusiveDetail = $inconclusiveDetail; } /** * @return Google_Service_ToolResults_InconclusiveDetail */ public function getInconclusiveDetail() { return $this->inconclusiveDetail; } /** * @param Google_Service_ToolResults_SkippedDetail */ public function setSkippedDetail(Google_Service_ToolResults_SkippedDetail $skippedDetail) { $this->skippedDetail = $skippedDetail; } /** * @return Google_Service_ToolResults_SkippedDetail */ public function getSkippedDetail() { return $this->skippedDetail; } /** * @param Google_Service_ToolResults_SuccessDetail */ public function setSuccessDetail(Google_Service_ToolResults_SuccessDetail $successDetail) { $this->successDetail = $successDetail; } /** * @return Google_Service_ToolResults_SuccessDetail */ public function getSuccessDetail() { return $this->successDetail; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK) ZuLvendor/google/apiclient-services/src/Google/Service/ToolResults/Duration.phpnu[nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK) ZFyUvendor/google/apiclient-services/src/Google/Service/ToolResults/IndividualOutcome.phpnu[multistepNumber = $multistepNumber; } public function getMultistepNumber() { return $this->multistepNumber; } public function setOutcomeSummary($outcomeSummary) { $this->outcomeSummary = $outcomeSummary; } public function getOutcomeSummary() { return $this->outcomeSummary; } /** * @param Google_Service_ToolResults_Duration */ public function setRunDuration(Google_Service_ToolResults_Duration $runDuration) { $this->runDuration = $runDuration; } /** * @return Google_Service_ToolResults_Duration */ public function getRunDuration() { return $this->runDuration; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } } PK) ZՊ GGOvendor/google/apiclient-services/src/Google/Service/ToolResults/BlankScreen.phpnu[screenId = $screenId; } public function getScreenId() { return $this->screenId; } } PK) Z Vvendor/google/apiclient-services/src/Google/Service/ToolResults/PerfMetricsSummary.phpnu[appStartTime = $appStartTime; } /** * @return Google_Service_ToolResults_AppStartTime */ public function getAppStartTime() { return $this->appStartTime; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } /** * @param Google_Service_ToolResults_GraphicsStats */ public function setGraphicsStats(Google_Service_ToolResults_GraphicsStats $graphicsStats) { $this->graphicsStats = $graphicsStats; } /** * @return Google_Service_ToolResults_GraphicsStats */ public function getGraphicsStats() { return $this->graphicsStats; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } /** * @param Google_Service_ToolResults_PerfEnvironment */ public function setPerfEnvironment(Google_Service_ToolResults_PerfEnvironment $perfEnvironment) { $this->perfEnvironment = $perfEnvironment; } /** * @return Google_Service_ToolResults_PerfEnvironment */ public function getPerfEnvironment() { return $this->perfEnvironment; } public function setPerfMetrics($perfMetrics) { $this->perfMetrics = $perfMetrics; } public function getPerfMetrics() { return $this->perfMetrics; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } } PK) ZJYvendor/google/apiclient-services/src/Google/Service/ToolResults/BasicPerfSampleSeries.phpnu[perfMetricType = $perfMetricType; } public function getPerfMetricType() { return $this->perfMetricType; } public function setPerfUnit($perfUnit) { $this->perfUnit = $perfUnit; } public function getPerfUnit() { return $this->perfUnit; } public function setSampleSeriesLabel($sampleSeriesLabel) { $this->sampleSeriesLabel = $sampleSeriesLabel; } public function getSampleSeriesLabel() { return $this->sampleSeriesLabel; } } PK) ZPQQQvendor/google/apiclient-services/src/Google/Service/ToolResults/IosAppCrashed.phpnu[stackTrace = $stackTrace; } /** * @return Google_Service_ToolResults_StackTrace */ public function getStackTrace() { return $this->stackTrace; } } PK) Z~vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfMetricsSummary.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $perfMetricsSummary = $toolresultsService->perfMetricsSummary; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfMetricsSummary extends Google_Service_Resource { /** * Creates a PerfMetricsSummary resource. Returns the existing one if it has * already been created. May return any of the following error code(s): - * NOT_FOUND - The containing Step does not exist (perfMetricsSummary.create) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param Google_Service_ToolResults_PerfMetricsSummary $postBody * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_PerfMetricsSummary */ public function create($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_PerfMetricsSummary $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ToolResults_PerfMetricsSummary"); } } PK) Z}[  ^vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistories.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $histories = $toolresultsService->histories; * */ class Google_Service_ToolResults_Resource_ProjectsHistories extends Google_Service_Resource { /** * Creates a History. The returned History will have the id set. May return any * of the following canonical error codes: - PERMISSION_DENIED - if the user is * not authorized to write to project - INVALID_ARGUMENT - if the request is * malformed - NOT_FOUND - if the containing project does not exist * (histories.create) * * @param string $projectId A Project id. Required. * @param Google_Service_ToolResults_History $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique request ID for server to detect * duplicated requests. For example, a UUID. Optional, but strongly recommended. * @return Google_Service_ToolResults_History */ public function create($projectId, Google_Service_ToolResults_History $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ToolResults_History"); } /** * Gets a History. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to read project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History * does not exist (histories.get) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_History */ public function get($projectId, $historyId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_History"); } /** * Lists Histories for a given Project. The histories are sorted by modification * time in descending order. The history_id key will be used to order the * history with the same modification time. May return any of the following * canonical error codes: - PERMISSION_DENIED - if the user is not authorized to * read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - * if the History does not exist (histories.listProjectsHistories) * * @param string $projectId A Project id. Required. * @param array $optParams Optional parameters. * * @opt_param string filterByName If set, only return histories with the given * name. Optional. * @opt_param int pageSize The maximum number of Histories to fetch. Default * value: 20. The server will use this default if the field is not set or has a * value of 0. Any value greater than 100 will be treated as 100. Optional. * @opt_param string pageToken A continuation token to resume the query at the * next item. Optional. * @return Google_Service_ToolResults_ListHistoriesResponse */ public function listProjectsHistories($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListHistoriesResponse"); } } PK) ZutUhvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutions.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $executions = $toolresultsService->executions; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutions extends Google_Service_Resource { /** * Creates an Execution. The returned Execution will have the id set. May return * any of the following canonical error codes: - PERMISSION_DENIED - if the user * is not authorized to write to project - INVALID_ARGUMENT - if the request is * malformed - NOT_FOUND - if the containing History does not exist * (executions.create) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param Google_Service_ToolResults_Execution $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique request ID for server to detect * duplicated requests. For example, a UUID. Optional, but strongly recommended. * @return Google_Service_ToolResults_Execution */ public function create($projectId, $historyId, Google_Service_ToolResults_Execution $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ToolResults_Execution"); } /** * Gets an Execution. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to write to project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution * does not exist (executions.get) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId An Execution id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_Execution */ public function get($projectId, $historyId, $executionId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_Execution"); } /** * Lists Executions for a given History. The executions are sorted by * creation_time in descending order. The execution_id key will be used to order * the executions with the same creation_time. May return any of the following * canonical error codes: - PERMISSION_DENIED - if the user is not authorized to * read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - * if the containing History does not exist * (executions.listProjectsHistoriesExecutions) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Executions to fetch. Default * value: 25. The server will use this default if the field is not set or has a * value of 0. Optional. * @opt_param string pageToken A continuation token to resume the query at the * next item. Optional. * @return Google_Service_ToolResults_ListExecutionsResponse */ public function listProjectsHistoriesExecutions($projectId, $historyId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListExecutionsResponse"); } /** * Updates an existing Execution with the supplied partial entity. May return * any of the following canonical error codes: - PERMISSION_DENIED - if the user * is not authorized to write to project - INVALID_ARGUMENT - if the request is * malformed - FAILED_PRECONDITION - if the requested state transition is * illegal - NOT_FOUND - if the containing History does not exist * (executions.patch) * * @param string $projectId A Project id. Required. * @param string $historyId Required. * @param string $executionId Required. * @param Google_Service_ToolResults_Execution $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique request ID for server to detect * duplicated requests. For example, a UUID. Optional, but strongly recommended. * @return Google_Service_ToolResults_Execution */ public function patch($projectId, $historyId, $executionId, Google_Service_ToolResults_Execution $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ToolResults_Execution"); } } PK) Z8;&&mvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsSteps.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $steps = $toolresultsService->steps; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsSteps extends Google_Service_Resource { /** * Lists accessibility clusters for a given Step May return any of the following * canonical error codes: - PERMISSION_DENIED - if the user is not authorized to * read project - INVALID_ARGUMENT - if the request is malformed - * FAILED_PRECONDITION - if an argument in the request happens to be invalid; * e.g. if the locale format is incorrect - NOT_FOUND - if the containing Step * does not exist (steps.accessibilityClusters) * * @param string $name A full resource name of the step. For example, projects * /my-project/histories/bh.1234567890abcdef/executions/ * 1234567890123456789/steps/bs.1234567890abcdef Required. * @param array $optParams Optional parameters. * * @opt_param string locale The accepted format is the canonical Unicode format * with hyphen as a delimiter. Language must be lowercase, Language Script - * Capitalized, Region - UPPERCASE. See * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier for details. * Required. * @return Google_Service_ToolResults_ListStepAccessibilityClustersResponse */ public function accessibilityClusters($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('accessibilityClusters', array($params), "Google_Service_ToolResults_ListStepAccessibilityClustersResponse"); } /** * Creates a Step. The returned Step will have the id set. May return any of the * following canonical error codes: - PERMISSION_DENIED - if the user is not * authorized to write to project - INVALID_ARGUMENT - if the request is * malformed - FAILED_PRECONDITION - if the step is too large (more than 10Mib) * - NOT_FOUND - if the containing Execution does not exist (steps.create) * * @param string $projectId Required. A Project id. * @param string $historyId Required. A History id. * @param string $executionId Required. An Execution id. * @param Google_Service_ToolResults_Step $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique request ID for server to detect * duplicated requests. For example, a UUID. Optional, but strongly recommended. * @return Google_Service_ToolResults_Step */ public function create($projectId, $historyId, $executionId, Google_Service_ToolResults_Step $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ToolResults_Step"); } /** * Gets a Step. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to read project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does * not exist (steps.get) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId A Execution id. Required. * @param string $stepId A Step id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_Step */ public function get($projectId, $historyId, $executionId, $stepId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_Step"); } /** * Retrieves a PerfMetricsSummary. May return any of the following error * code(s): - NOT_FOUND - The specified PerfMetricsSummary does not exist * (steps.getPerfMetricsSummary) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_PerfMetricsSummary */ public function getPerfMetricsSummary($projectId, $historyId, $executionId, $stepId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); $params = array_merge($params, $optParams); return $this->call('getPerfMetricsSummary', array($params), "Google_Service_ToolResults_PerfMetricsSummary"); } /** * Lists Steps for a given Execution. The steps are sorted by creation_time in * descending order. The step_id key will be used to order the steps with the * same creation_time. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to read project - * INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an * argument in the request happens to be invalid; e.g. if an attempt is made to * list the children of a nonexistent Step - NOT_FOUND - if the containing * Execution does not exist (steps.listProjectsHistoriesExecutionsSteps) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId A Execution id. Required. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Steps to fetch. Default value: * 25. The server will use this default if the field is not set or has a value * of 0. Optional. * @opt_param string pageToken A continuation token to resume the query at the * next item. Optional. * @return Google_Service_ToolResults_ListStepsResponse */ public function listProjectsHistoriesExecutionsSteps($projectId, $historyId, $executionId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListStepsResponse"); } /** * Updates an existing Step with the supplied partial entity. May return any of * the following canonical error codes: - PERMISSION_DENIED - if the user is not * authorized to write project - INVALID_ARGUMENT - if the request is malformed * - FAILED_PRECONDITION - if the requested state transition is illegal (e.g try * to upload a duplicate xml file), if the updated step is too large (more than * 10Mib) - NOT_FOUND - if the containing Execution does not exist (steps.patch) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId A Execution id. Required. * @param string $stepId A Step id. Required. * @param Google_Service_ToolResults_Step $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique request ID for server to detect * duplicated requests. For example, a UUID. Optional, but strongly recommended. * @return Google_Service_ToolResults_Step */ public function patch($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_Step $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ToolResults_Step"); } /** * Publish xml files to an existing Step. May return any of the following * canonical error codes: - PERMISSION_DENIED - if the user is not authorized to * write project - INVALID_ARGUMENT - if the request is malformed - * FAILED_PRECONDITION - if the requested state transition is illegal, e.g try * to upload a duplicate xml file or a file too large. - NOT_FOUND - if the * containing Execution does not exist (steps.publishXunitXmlFiles) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId A Execution id. Required. * @param string $stepId A Step id. Note: This step must include a * TestExecutionStep. Required. * @param Google_Service_ToolResults_PublishXunitXmlFilesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_Step */ public function publishXunitXmlFiles($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_PublishXunitXmlFilesRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('publishXunitXmlFiles', array($params), "Google_Service_ToolResults_Step"); } } PK) Z(;^  }vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeries.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $perfSampleSeries = $toolresultsService->perfSampleSeries; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeries extends Google_Service_Resource { /** * Creates a PerfSampleSeries. May return any of the following error code(s): - * ALREADY_EXISTS - PerfMetricSummary already exists for the given Step - * NOT_FOUND - The containing Step does not exist (perfSampleSeries.create) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param Google_Service_ToolResults_PerfSampleSeries $postBody * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_PerfSampleSeries */ public function create($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_PerfSampleSeries $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ToolResults_PerfSampleSeries"); } /** * Gets a PerfSampleSeries. May return any of the following error code(s): - * NOT_FOUND - The specified PerfSampleSeries does not exist * (perfSampleSeries.get) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param string $sampleSeriesId A sample series id * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_PerfSampleSeries */ public function get($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'sampleSeriesId' => $sampleSeriesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_PerfSampleSeries"); } /** * Lists PerfSampleSeries for a given Step. The request provides an optional * filter which specifies one or more PerfMetricsType to include in the result; * if none returns all. The resulting PerfSampleSeries are sorted by ids. May * return any of the following canonical error codes: - NOT_FOUND - The * containing Step does not exist * (perfSampleSeries.listProjectsHistoriesExecutionsStepsPerfSampleSeries) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param array $optParams Optional parameters. * * @opt_param string filter Specify one or more PerfMetricType values such as * CPU to filter the result * @return Google_Service_ToolResults_ListPerfSampleSeriesResponse */ public function listProjectsHistoriesExecutionsStepsPerfSampleSeries($projectId, $historyId, $executionId, $stepId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListPerfSampleSeriesResponse"); } } PK) ZlBd d pvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsClusters.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $clusters = $toolresultsService->clusters; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsClusters extends Google_Service_Resource { /** * Retrieves a single screenshot cluster by its ID (clusters.get) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId An Execution id. Required. * @param string $clusterId A Cluster id Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_ScreenshotCluster */ public function get($projectId, $historyId, $executionId, $clusterId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'clusterId' => $clusterId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_ScreenshotCluster"); } /** * Lists Screenshot Clusters Returns the list of screenshot clusters * corresponding to an execution. Screenshot clusters are created after the * execution is finished. Clusters are created from a set of screenshots. * Between any two screenshots, a matching score is calculated based off their * metadata that determines how similar they are. Screenshots are placed in the * cluster that has screens which have the highest matching scores. * (clusters.listProjectsHistoriesExecutionsClusters) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId An Execution id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_ListScreenshotClustersResponse */ public function listProjectsHistoriesExecutionsClusters($projectId, $historyId, $executionId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListScreenshotClustersResponse"); } } PK) Z)Z tvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsEnvironments.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $environments = $toolresultsService->environments; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsEnvironments extends Google_Service_Resource { /** * Gets an Environment. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to read project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the * Environment does not exist (environments.get) * * @param string $projectId Required. A Project id. * @param string $historyId Required. A History id. * @param string $executionId Required. An Execution id. * @param string $environmentId Required. An Environment id. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_Environment */ public function get($projectId, $historyId, $executionId, $environmentId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'environmentId' => $environmentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_Environment"); } /** * Lists Environments for a given Execution. The Environments are sorted by * display name. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to read project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the * containing Execution does not exist * (environments.listProjectsHistoriesExecutionsEnvironments) * * @param string $projectId Required. A Project id. * @param string $historyId Required. A History id. * @param string $executionId Required. An Execution id. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Environments to fetch. Default * value: 25. The server will use this default if the field is not set or has a * value of 0. * @opt_param string pageToken A continuation token to resume the query at the * next item. * @return Google_Service_ToolResults_ListEnvironmentsResponse */ public function listProjectsHistoriesExecutionsEnvironments($projectId, $historyId, $executionId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListEnvironmentsResponse"); } } PK) Z )lܑ Uvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/Projects.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $projects = $toolresultsService->projects; * */ class Google_Service_ToolResults_Resource_Projects extends Google_Service_Resource { /** * Gets the Tool Results settings for a project. May return any of the following * canonical error codes: - PERMISSION_DENIED - if the user is not authorized to * read from project (projects.getSettings) * * @param string $projectId A Project id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_ProjectSettings */ public function getSettings($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('getSettings', array($params), "Google_Service_ToolResults_ProjectSettings"); } /** * Creates resources for settings which have not yet been set. Currently, this * creates a single resource: a Google Cloud Storage bucket, to be used as the * default bucket for this project. The bucket is created in an FTL-own storage * project. Except for in rare cases, calling this method in parallel from * multiple clients will only create a single bucket. In order to avoid * unnecessary storage charges, the bucket is configured to automatically delete * objects older than 90 days. The bucket is created with the following * permissions: - Owner access for owners of central storage project (FTL-owned) * - Writer access for owners/editors of customer project - Reader access for * viewers of customer project The default ACL on objects created in the bucket * is: - Owner access for owners of central storage project - Reader access for * owners/editors/viewers of customer project See Google Cloud Storage * documentation for more details. If there is already a default bucket set and * the project can access the bucket, this call does nothing. However, if the * project doesn't have the permission to access the bucket or the bucket is * deleted, a new bucket will be created. May return any canonical error codes, * including the following: - PERMISSION_DENIED - if the user is not authorized * to write to project - Any error code raised by Google Cloud Storage * (projects.initializeSettings) * * @param string $projectId A Project id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_ProjectSettings */ public function initializeSettings($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('initializeSettings', array($params), "Google_Service_ToolResults_ProjectSettings"); } } PK) ZsBMMvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $samples = $toolresultsService->samples; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples extends Google_Service_Resource { /** * Creates a batch of PerfSamples - a client can submit multiple batches of Perf * Samples through repeated calls to this method in order to split up a large * request payload - duplicates and existing timestamp entries will be ignored. * - the batch operation may partially succeed - the set of elements * successfully inserted is returned in the response (omits items which already * existed in the database). May return any of the following canonical error * codes: - NOT_FOUND - The containing PerfSampleSeries does not exist * (samples.batchCreate) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param string $sampleSeriesId A sample series id * @param Google_Service_ToolResults_BatchCreatePerfSamplesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_BatchCreatePerfSamplesResponse */ public function batchCreate($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, Google_Service_ToolResults_BatchCreatePerfSamplesRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'sampleSeriesId' => $sampleSeriesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_ToolResults_BatchCreatePerfSamplesResponse"); } /** * Lists the Performance Samples of a given Sample Series - The list results are * sorted by timestamps ascending - The default page size is 500 samples; and * maximum size allowed 5000 - The response token indicates the last returned * PerfSample timestamp - When the results size exceeds the page size, submit a * subsequent request including the page token to return the rest of the samples * up to the page limit May return any of the following canonical error codes: - * OUT_OF_RANGE - The specified request page_token is out of valid range - * NOT_FOUND - The containing PerfSampleSeries does not exist * (samples.listProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples) * * @param string $projectId The cloud project * @param string $historyId A tool results history ID. * @param string $executionId A tool results execution ID. * @param string $stepId A tool results step ID. * @param string $sampleSeriesId A sample series id * @param array $optParams Optional parameters. * * @opt_param int pageSize The default page size is 500 samples, and the maximum * size is 5000. If the page_size is greater than 5000, the effective page size * will be 5000 * @opt_param string pageToken Optional, the next_page_token returned in the * previous response * @return Google_Service_ToolResults_ListPerfSamplesResponse */ public function listProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'sampleSeriesId' => $sampleSeriesId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListPerfSamplesResponse"); } } PK) ZRmz z wvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsThumbnails.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $thumbnails = $toolresultsService->thumbnails; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsThumbnails extends Google_Service_Resource { /** * Lists thumbnails of images attached to a step. May return any of the * following canonical error codes: - PERMISSION_DENIED - if the user is not * authorized to read from the project, or from any of the images - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the step does * not exist, or if any of the images do not exist * (thumbnails.listProjectsHistoriesExecutionsStepsThumbnails) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId An Execution id. Required. * @param string $stepId A Step id. Required. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of thumbnails to fetch. Default * value: 50. The server will use this default if the field is not set or has a * value of 0. Optional. * @opt_param string pageToken A continuation token to resume the query at the * next item. Optional. * @return Google_Service_ToolResults_ListStepThumbnailsResponse */ public function listProjectsHistoriesExecutionsStepsThumbnails($projectId, $historyId, $executionId, $stepId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListStepThumbnailsResponse"); } } PK) ZuRRvvendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsTestCases.phpnu[ * $toolresultsService = new Google_Service_ToolResults(...); * $testCases = $toolresultsService->testCases; * */ class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsTestCases extends Google_Service_Resource { /** * Gets details of a Test Case for a Step. Experimental test cases API. Still in * active development. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to write to project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the * containing Test Case does not exist (testCases.get) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId A Execution id Required. * @param string $stepId A Step id. Note: This step must include a * TestExecutionStep. Required. * @param string $testCaseId A Test Case id. Required. * @param array $optParams Optional parameters. * @return Google_Service_ToolResults_TestCase */ public function get($projectId, $historyId, $executionId, $stepId, $testCaseId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'testCaseId' => $testCaseId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ToolResults_TestCase"); } /** * Lists Test Cases attached to a Step. Experimental test cases API. Still in * active development. May return any of the following canonical error codes: - * PERMISSION_DENIED - if the user is not authorized to write to project - * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the * containing Step does not exist * (testCases.listProjectsHistoriesExecutionsStepsTestCases) * * @param string $projectId A Project id. Required. * @param string $historyId A History id. Required. * @param string $executionId A Execution id Required. * @param string $stepId A Step id. Note: This step must include a * TestExecutionStep. Required. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of TestCases to fetch. Default * value: 100. The server will use this default if the field is not set or has a * value of 0. Optional. * @opt_param string pageToken A continuation token to resume the query at the * next item. Optional. * @return Google_Service_ToolResults_ListTestCasesResponse */ public function listProjectsHistoriesExecutionsStepsTestCases($projectId, $historyId, $executionId, $stepId, $optParams = array()) { $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ToolResults_ListTestCasesResponse"); } } PK) Z@_XMvendor/google/apiclient-services/src/Google/Service/ToolResults/Timestamp.phpnu[nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK) Z\vendor/google/apiclient-services/src/Google/Service/ToolResults/LauncherActivityNotFound.phpnu[toolExecution = $toolExecution; } /** * @return Google_Service_ToolResults_ToolExecution */ public function getToolExecution() { return $this->toolExecution; } } PK) Zb}bb[vendor/google/apiclient-services/src/Google/Service/ToolResults/NonSdkApiUsageViolation.phpnu[apiSignatures = $apiSignatures; } public function getApiSignatures() { return $this->apiSignatures; } public function setUniqueApis($uniqueApis) { $this->uniqueApis = $uniqueApis; } public function getUniqueApis() { return $this->uniqueApis; } } PK) Ztyybvendor/google/apiclient-services/src/Google/Service/ToolResults/ListScreenshotClustersResponse.phpnu[clusters = $clusters; } /** * @return Google_Service_ToolResults_ScreenshotCluster[] */ public function getClusters() { return $this->clusters; } } PK) Za,,Qvendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.phpnu[crashed = $crashed; } public function getCrashed() { return $this->crashed; } public function setDeviceOutOfMemory($deviceOutOfMemory) { $this->deviceOutOfMemory = $deviceOutOfMemory; } public function getDeviceOutOfMemory() { return $this->deviceOutOfMemory; } public function setFailedRoboscript($failedRoboscript) { $this->failedRoboscript = $failedRoboscript; } public function getFailedRoboscript() { return $this->failedRoboscript; } public function setNotInstalled($notInstalled) { $this->notInstalled = $notInstalled; } public function getNotInstalled() { return $this->notInstalled; } public function setOtherNativeCrash($otherNativeCrash) { $this->otherNativeCrash = $otherNativeCrash; } public function getOtherNativeCrash() { return $this->otherNativeCrash; } public function setTimedOut($timedOut) { $this->timedOut = $timedOut; } public function getTimedOut() { return $this->timedOut; } public function setUnableToCrawl($unableToCrawl) { $this->unableToCrawl = $unableToCrawl; } public function getUnableToCrawl() { return $this->unableToCrawl; } } PK) ZJ/oss\vendor/google/apiclient-services/src/Google/Service/ToolResults/ListEnvironmentsResponse.phpnu[environments = $environments; } /** * @return Google_Service_ToolResults_Environment[] */ public function getEnvironments() { return $this->environments; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK) Z~}Uvendor/google/apiclient-services/src/Google/Service/ToolResults/TestCaseReference.phpnu[className = $className; } public function getClassName() { return $this->className; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTestSuiteName($testSuiteName) { $this->testSuiteName = $testSuiteName; } public function getTestSuiteName() { return $this->testSuiteName; } } PK) Z0'annZvendor/google/apiclient-services/src/Google/Service/ToolResults/PerformedMonkeyActions.phpnu[totalActions = $totalActions; } public function getTotalActions() { return $this->totalActions; } } PK) ZuCSvendor/google/apiclient-services/src/Google/Service/ToolResults/StepLabelsEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) Z%%[  ^vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidInstrumentationTest.phpnu[testPackageId = $testPackageId; } public function getTestPackageId() { return $this->testPackageId; } public function setTestRunnerClass($testRunnerClass) { $this->testRunnerClass = $testRunnerClass; } public function getTestRunnerClass() { return $this->testRunnerClass; } public function setTestTargets($testTargets) { $this->testTargets = $testTargets; } public function getTestTargets() { return $this->testTargets; } public function setUseOrchestrator($useOrchestrator) { $this->useOrchestrator = $useOrchestrator; } public function getUseOrchestrator() { return $this->useOrchestrator; } } PK) ZrTvendor/google/apiclient-services/src/Google/Service/ToolResults/UIElementTooDeep.phpnu[depth = $depth; } public function getDepth() { return $this->depth; } public function setScreenId($screenId) { $this->screenId = $screenId; } public function getScreenId() { return $this->screenId; } public function setScreenStateId($screenStateId) { $this->screenStateId = $screenStateId; } public function getScreenStateId() { return $this->screenStateId; } } PK) Zk \uQvendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecution.phpnu[commandLineArguments = $commandLineArguments; } public function getCommandLineArguments() { return $this->commandLineArguments; } /** * @param Google_Service_ToolResults_ToolExitCode */ public function setExitCode(Google_Service_ToolResults_ToolExitCode $exitCode) { $this->exitCode = $exitCode; } /** * @return Google_Service_ToolResults_ToolExitCode */ public function getExitCode() { return $this->exitCode; } /** * @param Google_Service_ToolResults_FileReference[] */ public function setToolLogs($toolLogs) { $this->toolLogs = $toolLogs; } /** * @return Google_Service_ToolResults_FileReference[] */ public function getToolLogs() { return $this->toolLogs; } /** * @param Google_Service_ToolResults_ToolOutputReference[] */ public function setToolOutputs($toolOutputs) { $this->toolOutputs = $toolOutputs; } /** * @return Google_Service_ToolResults_ToolOutputReference[] */ public function getToolOutputs() { return $this->toolOutputs; } } PK) Z~~avendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesRequest.phpnu[perfSamples = $perfSamples; } /** * @return Google_Service_ToolResults_PerfSample[] */ public function getPerfSamples() { return $this->perfSamples; } } PK) Zu Qvendor/google/apiclient-services/src/Google/Service/ToolResults/SkippedDetail.phpnu[incompatibleAppVersion = $incompatibleAppVersion; } public function getIncompatibleAppVersion() { return $this->incompatibleAppVersion; } public function setIncompatibleArchitecture($incompatibleArchitecture) { $this->incompatibleArchitecture = $incompatibleArchitecture; } public function getIncompatibleArchitecture() { return $this->incompatibleArchitecture; } public function setIncompatibleDevice($incompatibleDevice) { $this->incompatibleDevice = $incompatibleDevice; } public function getIncompatibleDevice() { return $this->incompatibleDevice; } } PK) Z:a[Gvendor/google/apiclient-services/src/Google/Service/ToolResults/Any.phpnu[typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) Zn\MMNvendor/google/apiclient-services/src/Google/Service/ToolResults/StackTrace.phpnu[exception = $exception; } public function getException() { return $this->exception; } } PK) ZEIAj[vendor/google/apiclient-services/src/Google/Service/ToolResults/StepDimensionValueEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) ZV OOOvendor/google/apiclient-services/src/Google/Service/ToolResults/NativeCrash.phpnu[stackTrace = $stackTrace; } /** * @return Google_Service_ToolResults_StackTrace */ public function getStackTrace() { return $this->stackTrace; } } PK) Z~?99Jvendor/google/apiclient-services/src/Google/Service/ToolResults/Screen.phpnu[fileReference = $fileReference; } public function getFileReference() { return $this->fileReference; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) Z"&לOvendor/google/apiclient-services/src/Google/Service/ToolResults/StepSummary.phpnu[successfulActions = $successfulActions; } public function getSuccessfulActions() { return $this->successfulActions; } public function setTotalActions($totalActions) { $this->totalActions = $totalActions; } public function getTotalActions() { return $this->totalActions; } } PK) Z :qqgvendor/google/apiclient-services/src/Google/Service/ToolResults/EncounteredNonAndroidUiWidgetScreen.phpnu[distinctScreens = $distinctScreens; } public function getDistinctScreens() { return $this->distinctScreens; } public function setScreenIds($screenIds) { $this->screenIds = $screenIds; } public function getScreenIds() { return $this->screenIds; } } PK) Zn6Mvendor/google/apiclient-services/src/Google/Service/ToolResults/MultiStep.phpnu[multistepNumber = $multistepNumber; } public function getMultistepNumber() { return $this->multistepNumber; } /** * @param Google_Service_ToolResults_PrimaryStep */ public function setPrimaryStep(Google_Service_ToolResults_PrimaryStep $primaryStep) { $this->primaryStep = $primaryStep; } /** * @return Google_Service_ToolResults_PrimaryStep */ public function getPrimaryStep() { return $this->primaryStep; } public function setPrimaryStepId($primaryStepId) { $this->primaryStepId = $primaryStepId; } public function getPrimaryStepId() { return $this->primaryStepId; } } PK) Z%SGGGvendor/google/apiclient-services/src/Google/Service/ToolResults/ANR.phpnu[stackTrace = $stackTrace; } /** * @return Google_Service_ToolResults_StackTrace */ public function getStackTrace() { return $this->stackTrace; } } PK) Zق]vendor/google/apiclient-services/src/Google/Service/ToolResults/MatrixDimensionDefinition.phpnu[sampleTime = $sampleTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getSampleTime() { return $this->sampleTime; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) ZN6# Uvendor/google/apiclient-services/src/Google/Service/ToolResults/TestExecutionStep.phpnu[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; } } PK) Zیn00^vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ToolResults_Image[] */ public function setThumbnails($thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_ToolResults_Image[] */ public function getThumbnails() { return $this->thumbnails; } } PK) Zz漋Ovendor/google/apiclient-services/src/Google/Service/ToolResults/Environment.phpnu[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; } /** * @param Google_Service_ToolResults_EnvironmentDimensionValueEntry[] */ public function setDimensionValue($dimensionValue) { $this->dimensionValue = $dimensionValue; } /** * @return Google_Service_ToolResults_EnvironmentDimensionValueEntry[] */ public function getDimensionValue() { return $this->dimensionValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnvironmentId($environmentId) { $this->environmentId = $environmentId; } public function getEnvironmentId() { return $this->environmentId; } /** * @param Google_Service_ToolResults_MergedResult */ public function setEnvironmentResult(Google_Service_ToolResults_MergedResult $environmentResult) { $this->environmentResult = $environmentResult; } /** * @return Google_Service_ToolResults_MergedResult */ public function getEnvironmentResult() { return $this->environmentResult; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_ToolResults_ResultsStorage */ public function setResultsStorage(Google_Service_ToolResults_ResultsStorage $resultsStorage) { $this->resultsStorage = $resultsStorage; } /** * @return Google_Service_ToolResults_ResultsStorage */ public function getResultsStorage() { return $this->resultsStorage; } /** * @param Google_Service_ToolResults_ShardSummary[] */ public function setShardSummaries($shardSummaries) { $this->shardSummaries = $shardSummaries; } /** * @return Google_Service_ToolResults_ShardSummary[] */ public function getShardSummaries() { return $this->shardSummaries; } } PK) Z:ӣVvendor/google/apiclient-services/src/Google/Service/ToolResults/UnspecifiedWarning.phpnu[action = $action; } public function getAction() { return $this->action; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK) Zl#::Pvendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExitCode.phpnu[number = $number; } public function getNumber() { return $this->number; } } PK) ZSGAARvendor/google/apiclient-services/src/Google/Service/ToolResults/UpgradeInsight.phpnu[packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setUpgradeToVersion($upgradeToVersion) { $this->upgradeToVersion = $upgradeToVersion; } public function getUpgradeToVersion() { return $this->upgradeToVersion; } } PK) ZWA_vendor/google/apiclient-services/src/Google/Service/ToolResults/PublishXunitXmlFilesRequest.phpnu[xunitXmlFiles = $xunitXmlFiles; } /** * @return Google_Service_ToolResults_FileReference[] */ public function getXunitXmlFiles() { return $this->xunitXmlFiles; } } PK) ZWvendor/google/apiclient-services/src/Google/Service/ToolResults/InAppPurchasesFound.phpnu[inAppPurchasesFlowsExplored = $inAppPurchasesFlowsExplored; } public function getInAppPurchasesFlowsExplored() { return $this->inAppPurchasesFlowsExplored; } public function setInAppPurchasesFlowsStarted($inAppPurchasesFlowsStarted) { $this->inAppPurchasesFlowsStarted = $inAppPurchasesFlowsStarted; } public function getInAppPurchasesFlowsStarted() { return $this->inAppPurchasesFlowsStarted; } } PK) ZiiiTvendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.phpnu[basicPerfSampleSeries = $basicPerfSampleSeries; } /** * @return Google_Service_ToolResults_BasicPerfSampleSeries */ public function getBasicPerfSampleSeries() { return $this->basicPerfSampleSeries; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setSampleSeriesId($sampleSeriesId) { $this->sampleSeriesId = $sampleSeriesId; } public function getSampleSeriesId() { return $this->sampleSeriesId; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } } PK) ZPCUvendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ToolResults_Step[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_ToolResults_Step[] */ public function getSteps() { return $this->steps; } } PK) Z3/)Wvendor/google/apiclient-services/src/Google/Service/ToolResults/ToolOutputReference.phpnu[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; } } PK) ZD 77Uvendor/google/apiclient-services/src/Google/Service/ToolResults/ScreenshotCluster.phpnu[activity = $activity; } public function getActivity() { return $this->activity; } public function setClusterId($clusterId) { $this->clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } /** * @param Google_Service_ToolResults_Screen */ public function setKeyScreen(Google_Service_ToolResults_Screen $keyScreen) { $this->keyScreen = $keyScreen; } /** * @return Google_Service_ToolResults_Screen */ public function getKeyScreen() { return $this->keyScreen; } /** * @param Google_Service_ToolResults_Screen[] */ public function setScreens($screens) { $this->screens = $screens; } /** * @return Google_Service_ToolResults_Screen[] */ public function getScreens() { return $this->screens; } } PK) ZJIQf<<Vvendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.phpnu[abortedByUser = $abortedByUser; } public function getAbortedByUser() { return $this->abortedByUser; } public function setHasErrorLogs($hasErrorLogs) { $this->hasErrorLogs = $hasErrorLogs; } public function getHasErrorLogs() { return $this->hasErrorLogs; } public function setInfrastructureFailure($infrastructureFailure) { $this->infrastructureFailure = $infrastructureFailure; } public function getInfrastructureFailure() { return $this->infrastructureFailure; } } PK) Z>X#Uvendor/google/apiclient-services/src/Google/Service/ToolResults/DeviceOutOfMemory.phpnu[elapsedTime = $elapsedTime; } /** * @return Google_Service_ToolResults_Duration */ public function getElapsedTime() { return $this->elapsedTime; } public function setErrorCount($errorCount) { $this->errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setFlakyCount($flakyCount) { $this->flakyCount = $flakyCount; } public function getFlakyCount() { return $this->flakyCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSkippedCount($skippedCount) { $this->skippedCount = $skippedCount; } public function getSkippedCount() { return $this->skippedCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } /** * @param Google_Service_ToolResults_FileReference */ public function setXmlSource(Google_Service_ToolResults_FileReference $xmlSource) { $this->xmlSource = $xmlSource; } /** * @return Google_Service_ToolResults_FileReference */ public function getXmlSource() { return $this->xmlSource; } } PK) ZE9j_Yvendor/google/apiclient-services/src/Google/Service/ToolResults/LogcatCollectionError.phpnu[distinctScreens = $distinctScreens; } public function getDistinctScreens() { return $this->distinctScreens; } public function setScreenIds($screenIds) { $this->screenIds = $screenIds; } public function getScreenIds() { return $this->screenIds; } } PK) Z{/  Mvendor/google/apiclient-services/src/Google/Service/ToolResults/IosXcTest.phpnu[bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } public function setXcodeVersion($xcodeVersion) { $this->xcodeVersion = $xcodeVersion; } public function getXcodeVersion() { return $this->xcodeVersion; } } PK) Z,AoSvendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.phpnu[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; } } PK) ZJvendor/google/apiclient-services/src/Google/Service/ToolResults/Status.phpnu[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; } } PK) Z֨?11Mvendor/google/apiclient-services/src/Google/Service/ToolResults/Execution.phpnu[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; } /** * @param Google_Service_ToolResults_MatrixDimensionDefinition[] */ public function setDimensionDefinitions($dimensionDefinitions) { $this->dimensionDefinitions = $dimensionDefinitions; } /** * @return Google_Service_ToolResults_MatrixDimensionDefinition[] */ public function getDimensionDefinitions() { return $this->dimensionDefinitions; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } /** * @param Google_Service_ToolResults_Outcome */ public function setOutcome(Google_Service_ToolResults_Outcome $outcome) { $this->outcome = $outcome; } /** * @return Google_Service_ToolResults_Outcome */ public function getOutcome() { return $this->outcome; } /** * @param Google_Service_ToolResults_Specification */ public function setSpecification(Google_Service_ToolResults_Specification $specification) { $this->specification = $specification; } /** * @return Google_Service_ToolResults_Specification */ public function getSpecification() { return $this->specification; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTestExecutionMatrixId($testExecutionMatrixId) { $this->testExecutionMatrixId = $testExecutionMatrixId; } public function getTestExecutionMatrixId() { return $this->testExecutionMatrixId; } } PK) Z~ Svendor/google/apiclient-services/src/Google/Service/ToolResults/SuggestionProto.phpnu[helpUrl = $helpUrl; } public function getHelpUrl() { return $this->helpUrl; } /** * @param Google_Service_ToolResults_SafeHtmlProto */ public function setLongMessage(Google_Service_ToolResults_SafeHtmlProto $longMessage) { $this->longMessage = $longMessage; } /** * @return Google_Service_ToolResults_SafeHtmlProto */ public function getLongMessage() { return $this->longMessage; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setPseudoResourceId($pseudoResourceId) { $this->pseudoResourceId = $pseudoResourceId; } public function getPseudoResourceId() { return $this->pseudoResourceId; } /** * @param Google_Service_ToolResults_RegionProto */ public function setRegion(Google_Service_ToolResults_RegionProto $region) { $this->region = $region; } /** * @return Google_Service_ToolResults_RegionProto */ public function getRegion() { return $this->region; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setScreenId($screenId) { $this->screenId = $screenId; } public function getScreenId() { return $this->screenId; } public function setSecondaryPriority($secondaryPriority) { $this->secondaryPriority = $secondaryPriority; } public function getSecondaryPriority() { return $this->secondaryPriority; } /** * @param Google_Service_ToolResults_SafeHtmlProto */ public function setShortMessage(Google_Service_ToolResults_SafeHtmlProto $shortMessage) { $this->shortMessage = $shortMessage; } /** * @return Google_Service_ToolResults_SafeHtmlProto */ public function getShortMessage() { return $this->shortMessage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z !Vvendor/google/apiclient-services/src/Google/Service/ToolResults/AvailableDeepLinks.phpnu[defaultBucket = $defaultBucket; } public function getDefaultBucket() { return $this->defaultBucket; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) Z0WEE[vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ToolResults_PerfSample[] */ public function setPerfSamples($perfSamples) { $this->perfSamples = $perfSamples; } /** * @return Google_Service_ToolResults_PerfSample[] */ public function getPerfSamples() { return $this->perfSamples; } } PK) ZxLSHvendor/google/apiclient-services/src/Google/Service/ToolResults/Step.phpnu[completionTime = $completionTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getCompletionTime() { return $this->completionTime; } /** * @param Google_Service_ToolResults_Timestamp */ public function setCreationTime(Google_Service_ToolResults_Timestamp $creationTime) { $this->creationTime = $creationTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ToolResults_Duration */ public function setDeviceUsageDuration(Google_Service_ToolResults_Duration $deviceUsageDuration) { $this->deviceUsageDuration = $deviceUsageDuration; } /** * @return Google_Service_ToolResults_Duration */ public function getDeviceUsageDuration() { return $this->deviceUsageDuration; } /** * @param Google_Service_ToolResults_StepDimensionValueEntry[] */ public function setDimensionValue($dimensionValue) { $this->dimensionValue = $dimensionValue; } /** * @return Google_Service_ToolResults_StepDimensionValueEntry[] */ public function getDimensionValue() { return $this->dimensionValue; } public function setHasImages($hasImages) { $this->hasImages = $hasImages; } public function getHasImages() { return $this->hasImages; } /** * @param Google_Service_ToolResults_StepLabelsEntry[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ToolResults_StepLabelsEntry[] */ public function getLabels() { return $this->labels; } /** * @param Google_Service_ToolResults_MultiStep */ public function setMultiStep(Google_Service_ToolResults_MultiStep $multiStep) { $this->multiStep = $multiStep; } /** * @return Google_Service_ToolResults_MultiStep */ public function getMultiStep() { return $this->multiStep; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ToolResults_Outcome */ public function setOutcome(Google_Service_ToolResults_Outcome $outcome) { $this->outcome = $outcome; } /** * @return Google_Service_ToolResults_Outcome */ public function getOutcome() { return $this->outcome; } /** * @param Google_Service_ToolResults_Duration */ public function setRunDuration(Google_Service_ToolResults_Duration $runDuration) { $this->runDuration = $runDuration; } /** * @return Google_Service_ToolResults_Duration */ public function getRunDuration() { return $this->runDuration; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } /** * @param Google_Service_ToolResults_TestExecutionStep */ public function setTestExecutionStep(Google_Service_ToolResults_TestExecutionStep $testExecutionStep) { $this->testExecutionStep = $testExecutionStep; } /** * @return Google_Service_ToolResults_TestExecutionStep */ public function getTestExecutionStep() { return $this->testExecutionStep; } /** * @param Google_Service_ToolResults_ToolExecutionStep */ public function setToolExecutionStep(Google_Service_ToolResults_ToolExecutionStep $toolExecutionStep) { $this->toolExecutionStep = $toolExecutionStep; } /** * @return Google_Service_ToolResults_ToolExecutionStep */ public function getToolExecutionStep() { return $this->toolExecutionStep; } } PK) ZX ++Yvendor/google/apiclient-services/src/Google/Service/ToolResults/ListTestCasesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ToolResults_TestCase[] */ public function setTestCases($testCases) { $this->testCases = $testCases; } /** * @return Google_Service_ToolResults_TestCase[] */ public function getTestCases() { return $this->testCases; } } PK) Z ZQvendor/google/apiclient-services/src/Google/Service/ToolResults/SuccessDetail.phpnu[otherNativeCrash = $otherNativeCrash; } public function getOtherNativeCrash() { return $this->otherNativeCrash; } } PK) ZokkRvendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidAppInfo.phpnu[name = $name; } public function getName() { return $this->name; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK) ZEPvendor/google/apiclient-services/src/Google/Service/ToolResults/ShardSummary.phpnu[runs = $runs; } /** * @return Google_Service_ToolResults_StepSummary[] */ public function getRuns() { return $this->runs; } /** * @param Google_Service_ToolResults_MergedResult */ public function setShardResult(Google_Service_ToolResults_MergedResult $shardResult) { $this->shardResult = $shardResult; } /** * @return Google_Service_ToolResults_MergedResult */ public function getShardResult() { return $this->shardResult; } } PK) Z(##Wvendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStatsBucket.phpnu[frameCount = $frameCount; } public function getFrameCount() { return $this->frameCount; } public function setRenderMillis($renderMillis) { $this->renderMillis = $renderMillis; } public function getRenderMillis() { return $this->renderMillis; } } PK) Z+?11Ivendor/google/apiclient-services/src/Google/Service/ToolResults/Image.phpnu[error = $error; } /** * @return Google_Service_ToolResults_Status */ public function getError() { return $this->error; } /** * @param Google_Service_ToolResults_ToolOutputReference */ public function setSourceImage(Google_Service_ToolResults_ToolOutputReference $sourceImage) { $this->sourceImage = $sourceImage; } /** * @return Google_Service_ToolResults_ToolOutputReference */ public function getSourceImage() { return $this->sourceImage; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } /** * @param Google_Service_ToolResults_Thumbnail */ public function setThumbnail(Google_Service_ToolResults_Thumbnail $thumbnail) { $this->thumbnail = $thumbnail; } /** * @return Google_Service_ToolResults_Thumbnail */ public function getThumbnail() { return $this->thumbnail; } } PK) Z=Ovendor/google/apiclient-services/src/Google/Service/ToolResults/RegionProto.phpnu[heightPx = $heightPx; } public function getHeightPx() { return $this->heightPx; } public function setLeftPx($leftPx) { $this->leftPx = $leftPx; } public function getLeftPx() { return $this->leftPx; } public function setTopPx($topPx) { $this->topPx = $topPx; } public function getTopPx() { return $this->topPx; } public function setWidthPx($widthPx) { $this->widthPx = $widthPx; } public function getWidthPx() { return $this->widthPx; } } PK) Z#GhhTvendor/google/apiclient-services/src/Google/Service/ToolResults/CrashDialogError.phpnu[crashPackage = $crashPackage; } public function getCrashPackage() { return $this->crashPackage; } } PK) Zi9Tvendor/google/apiclient-services/src/Google/Service/ToolResults/NonSdkApiInsight.phpnu[exampleTraceMessages = $exampleTraceMessages; } public function getExampleTraceMessages() { return $this->exampleTraceMessages; } public function setMatcherId($matcherId) { $this->matcherId = $matcherId; } public function getMatcherId() { return $this->matcherId; } /** * @param Google_Service_ToolResults_PendingGoogleUpdateInsight */ public function setPendingGoogleUpdateInsight(Google_Service_ToolResults_PendingGoogleUpdateInsight $pendingGoogleUpdateInsight) { $this->pendingGoogleUpdateInsight = $pendingGoogleUpdateInsight; } /** * @return Google_Service_ToolResults_PendingGoogleUpdateInsight */ public function getPendingGoogleUpdateInsight() { return $this->pendingGoogleUpdateInsight; } /** * @param Google_Service_ToolResults_UpgradeInsight */ public function setUpgradeInsight(Google_Service_ToolResults_UpgradeInsight $upgradeInsight) { $this->upgradeInsight = $upgradeInsight; } /** * @return Google_Service_ToolResults_UpgradeInsight */ public function getUpgradeInsight() { return $this->upgradeInsight; } } PK) Zcbvendor/google/apiclient-services/src/Google/Service/ToolResults/EnvironmentDimensionValueEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) Z':]]Kvendor/google/apiclient-services/src/Google/Service/ToolResults/History.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTestPlatform($testPlatform) { $this->testPlatform = $testPlatform; } public function getTestPlatform() { return $this->testPlatform; } } PK) Z_=bvendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.phpnu[perfSamples = $perfSamples; } /** * @return Google_Service_ToolResults_PerfSample[] */ public function getPerfSamples() { return $this->perfSamples; } } PK) ZuXvendor/google/apiclient-services/src/Google/Service/ToolResults/InsufficientCoverage.phpnu[stackTrace = $stackTrace; } /** * @return Google_Service_ToolResults_StackTrace */ public function getStackTrace() { return $this->stackTrace; } } PK) ZwOvendor/google/apiclient-services/src/Google/Service/ToolResults/IosRoboTest.phpnu[==Lvendor/google/apiclient-services/src/Google/Service/ToolResults/TestCase.phpnu[elapsedTime = $elapsedTime; } /** * @return Google_Service_ToolResults_Duration */ public function getElapsedTime() { return $this->elapsedTime; } /** * @param Google_Service_ToolResults_Timestamp */ public function setEndTime(Google_Service_ToolResults_Timestamp $endTime) { $this->endTime = $endTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getEndTime() { return $this->endTime; } public function setSkippedMessage($skippedMessage) { $this->skippedMessage = $skippedMessage; } public function getSkippedMessage() { return $this->skippedMessage; } /** * @param Google_Service_ToolResults_StackTrace[] */ public function setStackTraces($stackTraces) { $this->stackTraces = $stackTraces; } /** * @return Google_Service_ToolResults_StackTrace[] */ public function getStackTraces() { return $this->stackTraces; } /** * @param Google_Service_ToolResults_Timestamp */ public function setStartTime(Google_Service_ToolResults_Timestamp $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTestCaseId($testCaseId) { $this->testCaseId = $testCaseId; } public function getTestCaseId() { return $this->testCaseId; } /** * @param Google_Service_ToolResults_TestCaseReference */ public function setTestCaseReference(Google_Service_ToolResults_TestCaseReference $testCaseReference) { $this->testCaseReference = $testCaseReference; } /** * @return Google_Service_ToolResults_TestCaseReference */ public function getTestCaseReference() { return $this->testCaseReference; } /** * @param Google_Service_ToolResults_ToolOutputReference[] */ public function setToolOutputs($toolOutputs) { $this->toolOutputs = $toolOutputs; } /** * @return Google_Service_ToolResults_ToolOutputReference[] */ public function getToolOutputs() { return $this->toolOutputs; } } PK) ZEprivateDoNotAccessOrElseSafeHtmlWrappedValue = $privateDoNotAccessOrElseSafeHtmlWrappedValue; } public function getPrivateDoNotAccessOrElseSafeHtmlWrappedValue() { return $this->privateDoNotAccessOrElseSafeHtmlWrappedValue; } } PK) Z _1SSOvendor/google/apiclient-services/src/Google/Service/ToolResults/PrimaryStep.phpnu[individualOutcome = $individualOutcome; } /** * @return Google_Service_ToolResults_IndividualOutcome[] */ public function getIndividualOutcome() { return $this->individualOutcome; } public function setRollUp($rollUp) { $this->rollUp = $rollUp; } public function getRollUp() { return $this->rollUp; } } PK) Z svendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ReplayDiff.phpnu[accessDiff = $accessDiff; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1AccessStateDiff */ public function getAccessDiff() { return $this->accessDiff; } } PK) Z'e/EEvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership.phpnu[membership = $membership; } public function getMembership() { return $this->membership; } public function setRelevance($relevance) { $this->relevance = $relevance; } public function getRelevance() { return $this->relevance; } } PK) ZjDNNVvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleTypeDate.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK) Zء {vendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1BindingExplanation.phpnu[access = $access; } public function getAccess() { return $this->access; } /** * @param Google_Service_PolicySimulator_GoogleTypeExpr */ public function setCondition(Google_Service_PolicySimulator_GoogleTypeExpr $condition) { $this->condition = $condition; } /** * @return Google_Service_PolicySimulator_GoogleTypeExpr */ public function getCondition() { return $this->condition; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership[] */ public function setMemberships($memberships) { $this->memberships = $memberships; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership[] */ public function getMemberships() { return $this->memberships; } public function setRelevance($relevance) { $this->relevance = $relevance; } public function getRelevance() { return $this->relevance; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setRolePermission($rolePermission) { $this->rolePermission = $rolePermission; } public function getRolePermission() { return $this->rolePermission; } public function setRolePermissionRelevance($rolePermissionRelevance) { $this->rolePermissionRelevance = $rolePermissionRelevance; } public function getRolePermissionRelevance() { return $this->rolePermissionRelevance; } } PK) Z!Zvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleIamV1Binding.phpnu[condition = $condition; } /** * @return Google_Service_PolicySimulator_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) ZMK;;pvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayConfig.phpnu[logSource = $logSource; } public function getLogSource() { return $this->logSource; } /** * @param Google_Service_PolicySimulator_GoogleIamV1Policy[] */ public function setPolicyOverlay($policyOverlay) { $this->policyOverlay = $policyOverlay; } /** * @return Google_Service_PolicySimulator_GoogleIamV1Policy[] */ public function getPolicyOverlay() { return $this->policyOverlay; } } PK) Z:ZZVvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) ZHbvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_PolicySimulator_GoogleRpcStatus */ public function setError(Google_Service_PolicySimulator_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_PolicySimulator_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) Zbvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocations.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $locations = $policysimulatorService->locations; * */ class Google_Service_PolicySimulator_Resource_ProjectsLocations extends Google_Service_Resource { } PK) Z ܛgvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocations.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $locations = $policysimulatorService->locations; * */ class Google_Service_PolicySimulator_Resource_OrganizationsLocations extends Google_Service_Resource { } PK) Z=Ul ivendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplays.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $replays = $policysimulatorService->replays; * */ class Google_Service_PolicySimulator_Resource_ProjectsLocationsReplays extends Google_Service_Resource { /** * Creates and starts a Replay using the given ReplayConfig. (replays.create) * * @param string $parent Required. The parent resource where this Replay will be * created. This resource must be a project, folder, or organization with a * location. Example: `projects/my-example-project/locations/global` * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleLongrunningOperation */ public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PolicySimulator_GoogleLongrunningOperation"); } /** * Gets the specified Replay. Each `Replay` is available for at least 7 days. * (replays.get) * * @param string $name Required. The name of the Replay to retrieve, in the * following format: `{projects|folders|organizations}/{resource- * id}/locations/global/replays/{replay-id}`, where `{resource-id}` is the ID of * the project, folder, or organization that owns the `Replay`. Example: * `projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d- * 8e03-479ce1833c36` * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay"); } } PK) Z4  ovendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplaysResults.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $results = $policysimulatorService->results; * */ class Google_Service_PolicySimulator_Resource_FoldersLocationsReplaysResults extends Google_Service_Resource { /** * Lists the results of running a Replay. * (results.listFoldersLocationsReplaysResults) * * @param string $parent Required. The Replay whose results are listed, in the * following format: `{projects|folders|organizations}/{resource- * id}/locations/global/replays/{replay-id}` Example: `projects/my- * project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of ReplayResult objects to return. * Defaults to 5000. The maximum value is 5000; values above 5000 are rounded * down to 5000. * @opt_param string pageToken A page token, received from a previous * Simulator.ListReplayResults call. Provide this token to retrieve the next * page of results. When paginating, all other parameters provided to * [Simulator.ListReplayResults[] must match the call that provided the page * token. * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse */ public function listFoldersLocationsReplaysResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse"); } } PK) ZR9  uvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplaysResults.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $results = $policysimulatorService->results; * */ class Google_Service_PolicySimulator_Resource_OrganizationsLocationsReplaysResults extends Google_Service_Resource { /** * Lists the results of running a Replay. * (results.listOrganizationsLocationsReplaysResults) * * @param string $parent Required. The Replay whose results are listed, in the * following format: `{projects|folders|organizations}/{resource- * id}/locations/global/replays/{replay-id}` Example: `projects/my- * project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of ReplayResult objects to return. * Defaults to 5000. The maximum value is 5000; values above 5000 are rounded * down to 5000. * @opt_param string pageToken A page token, received from a previous * Simulator.ListReplayResults call. Provide this token to retrieve the next * page of results. When paginating, all other parameters provided to * [Simulator.ListReplayResults[] must match the call that provided the page * token. * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse */ public function listOrganizationsLocationsReplaysResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse"); } } PK) Z/Xvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/Folders.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $folders = $policysimulatorService->folders; * */ class Google_Service_PolicySimulator_Resource_Folders extends Google_Service_Resource { } PK) Z/;k  pvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplaysResults.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $results = $policysimulatorService->results; * */ class Google_Service_PolicySimulator_Resource_ProjectsLocationsReplaysResults extends Google_Service_Resource { /** * Lists the results of running a Replay. * (results.listProjectsLocationsReplaysResults) * * @param string $parent Required. The Replay whose results are listed, in the * following format: `{projects|folders|organizations}/{resource- * id}/locations/global/replays/{replay-id}` Example: `projects/my- * project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of ReplayResult objects to return. * Defaults to 5000. The maximum value is 5000; values above 5000 are rounded * down to 5000. * @opt_param string pageToken A page token, received from a previous * Simulator.ListReplayResults call. Provide this token to retrieve the next * page of results. When paginating, all other parameters provided to * [Simulator.ListReplayResults[] must match the call that provided the page * token. * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse */ public function listProjectsLocationsReplaysResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse"); } } PK) Z&"K K [vendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/Operations.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $operations = $policysimulatorService->operations; * */ class Google_Service_PolicySimulator_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_PolicySimulator_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param string name The name of the operation's parent resource. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_PolicySimulator_GoogleLongrunningListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleLongrunningListOperationsResponse"); } } PK) ZnϊYvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/Projects.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $projects = $policysimulatorService->projects; * */ class Google_Service_PolicySimulator_Resource_Projects extends Google_Service_Resource { } PK) Z2Ĭ^vendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/Organizations.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $organizations = $policysimulatorService->organizations; * */ class Google_Service_PolicySimulator_Resource_Organizations extends Google_Service_Resource { } PK) Z7G nvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplays.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $replays = $policysimulatorService->replays; * */ class Google_Service_PolicySimulator_Resource_OrganizationsLocationsReplays extends Google_Service_Resource { /** * Creates and starts a Replay using the given ReplayConfig. (replays.create) * * @param string $parent Required. The parent resource where this Replay will be * created. This resource must be a project, folder, or organization with a * location. Example: `projects/my-example-project/locations/global` * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleLongrunningOperation */ public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PolicySimulator_GoogleLongrunningOperation"); } /** * Gets the specified Replay. Each `Replay` is available for at least 7 days. * (replays.get) * * @param string $name Required. The name of the Replay to retrieve, in the * following format: `{projects|folders|organizations}/{resource- * id}/locations/global/replays/{replay-id}`, where `{resource-id}` is the ID of * the project, folder, or organization that owns the `Replay`. Example: * `projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d- * 8e03-479ce1833c36` * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay"); } } PK) Z,Z hvendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplays.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $replays = $policysimulatorService->replays; * */ class Google_Service_PolicySimulator_Resource_FoldersLocationsReplays extends Google_Service_Resource { /** * Creates and starts a Replay using the given ReplayConfig. (replays.create) * * @param string $parent Required. The parent resource where this Replay will be * created. This resource must be a project, folder, or organization with a * location. Example: `projects/my-example-project/locations/global` * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleLongrunningOperation */ public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_PolicySimulator_GoogleLongrunningOperation"); } /** * Gets the specified Replay. Each `Replay` is available for at least 7 days. * (replays.get) * * @param string $name Required. The name of the Replay to retrieve, in the * following format: `{projects|folders|organizations}/{resource- * id}/locations/global/replays/{replay-id}`, where `{resource-id}` is the ID of * the project, folder, or organization that owns the `Replay`. Example: * `projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d- * 8e03-479ce1833c36` * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay"); } } PK) Z#8avendor/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocations.phpnu[ * $policysimulatorService = new Google_Service_PolicySimulator(...); * $locations = $policysimulatorService->locations; * */ class Google_Service_PolicySimulator_Resource_FoldersLocations extends Google_Service_Resource { } PK) ZA)ovendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PolicySimulator_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_PolicySimulator_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK) Z'Xsvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata.phpnu[startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK) ZrdX{{^vendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleIamV1AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_PolicySimulator_GoogleIamV1AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK) Z jhccavendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleIamV1AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK) Zwg uvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ReplayResult.phpnu[accessTuple = $accessTuple; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1AccessTuple */ public function getAccessTuple() { return $this->accessTuple; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayDiff */ public function setDiff(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayDiff $diff) { $this->diff = $diff; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayDiff */ public function getDiff() { return $this->diff; } /** * @param Google_Service_PolicySimulator_GoogleRpcStatus */ public function setError(Google_Service_PolicySimulator_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_PolicySimulator_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_PolicySimulator_GoogleTypeDate */ public function setLastSeenDate(Google_Service_PolicySimulator_GoogleTypeDate $lastSeenDate) { $this->lastSeenDate = $lastSeenDate; } /** * @return Google_Service_PolicySimulator_GoogleTypeDate */ public function getLastSeenDate() { return $this->lastSeenDate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK) Zmovendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayResult[] */ public function setReplayResults($replayResults) { $this->replayResults = $replayResults; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayResult[] */ public function getReplayResults() { return $this->replayResults; } } PK) ZO[zz{vendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayOperationMetadata.phpnu[startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK) ZE~< }vendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.phpnu[differenceCount = $differenceCount; } public function getDifferenceCount() { return $this->differenceCount; } public function setErrorCount($errorCount) { $this->errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setLogCount($logCount) { $this->logCount = $logCount; } public function getLogCount() { return $this->logCount; } /** * @param Google_Service_PolicySimulator_GoogleTypeDate */ public function setNewestDate(Google_Service_PolicySimulator_GoogleTypeDate $newestDate) { $this->newestDate = $newestDate; } /** * @return Google_Service_PolicySimulator_GoogleTypeDate */ public function getNewestDate() { return $this->newestDate; } /** * @param Google_Service_PolicySimulator_GoogleTypeDate */ public function setOldestDate(Google_Service_PolicySimulator_GoogleTypeDate $oldestDate) { $this->oldestDate = $oldestDate; } /** * @return Google_Service_PolicySimulator_GoogleTypeDate */ public function getOldestDate() { return $this->oldestDate; } public function setUnchangedCount($unchangedCount) { $this->unchangedCount = $unchangedCount; } public function getUnchangedCount() { return $this->unchangedCount; } } PK) Zr_Q Q xvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ExplainedPolicy.phpnu[access = $access; } public function getAccess() { return $this->access; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1BindingExplanation[] */ public function setBindingExplanations($bindingExplanations) { $this->bindingExplanations = $bindingExplanations; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1BindingExplanation[] */ public function getBindingExplanations() { return $this->bindingExplanations; } public function setFullResourceName($fullResourceName) { $this->fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } /** * @param Google_Service_PolicySimulator_GoogleIamV1Policy */ public function setPolicy(Google_Service_PolicySimulator_GoogleIamV1Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_PolicySimulator_GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } public function setRelevance($relevance) { $this->relevance = $relevance; } public function getRelevance() { return $this->relevance; } } PK) ZRo1Yvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleIamV1Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_PolicySimulator_GoogleIamV1AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_PolicySimulator_GoogleIamV1Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_PolicySimulator_GoogleIamV1Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) Zrovendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1Replay.phpnu[config = $config; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayConfig */ public function getConfig() { return $this->config; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary */ public function setResultsSummary(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary $resultsSummary) { $this->resultsSummary = $resultsSummary; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary */ public function getResultsSummary() { return $this->resultsSummary; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK) ZfaGGxvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ExplainedAccess.phpnu[accessState = $accessState; } public function getAccessState() { return $this->accessState; } /** * @param Google_Service_PolicySimulator_GoogleRpcStatus[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_PolicySimulator_GoogleRpcStatus[] */ public function getErrors() { return $this->errors; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedPolicy[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedPolicy[] */ public function getPolicies() { return $this->policies; } } PK) Za6  tvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1AccessTuple.phpnu[fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setPrincipal($principal) { $this->principal = $principal; } public function getPrincipal() { return $this->principal; } } PK) Z Wvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleRpcStatus.phpnu[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; } } PK) Zv{ { xvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResultsSummary.phpnu[differenceCount = $differenceCount; } public function getDifferenceCount() { return $this->differenceCount; } public function setErrorCount($errorCount) { $this->errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setLogCount($logCount) { $this->logCount = $logCount; } public function getLogCount() { return $this->logCount; } /** * @param Google_Service_PolicySimulator_GoogleTypeDate */ public function setNewestDate(Google_Service_PolicySimulator_GoogleTypeDate $newestDate) { $this->newestDate = $newestDate; } /** * @return Google_Service_PolicySimulator_GoogleTypeDate */ public function getNewestDate() { return $this->newestDate; } /** * @param Google_Service_PolicySimulator_GoogleTypeDate */ public function setOldestDate(Google_Service_PolicySimulator_GoogleTypeDate $oldestDate) { $this->oldestDate = $oldestDate; } /** * @return Google_Service_PolicySimulator_GoogleTypeDate */ public function getOldestDate() { return $this->oldestDate; } public function setUnchangedCount($unchangedCount) { $this->unchangedCount = $unchangedCount; } public function getUnchangedCount() { return $this->unchangedCount; } } PK) ZOooojvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1Replay.phpnu[config = $config; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayConfig */ public function getConfig() { return $this->config; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResultsSummary */ public function setResultsSummary(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResultsSummary $resultsSummary) { $this->resultsSummary = $resultsSummary; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResultsSummary */ public function getResultsSummary() { return $this->resultsSummary; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK) Z'W@@uvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ReplayConfig.phpnu[logSource = $logSource; } public function getLogSource() { return $this->logSource; } /** * @param Google_Service_PolicySimulator_GoogleIamV1Policy[] */ public function setPolicyOverlay($policyOverlay) { $this->policyOverlay = $policyOverlay; } /** * @return Google_Service_PolicySimulator_GoogleIamV1Policy[] */ public function getPolicyOverlay() { return $this->policyOverlay; } } PK) Z3A((xvendor/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1AccessStateDiff.phpnu[accessChange = $accessChange; } public function getAccessChange() { return $this->accessChange; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedAccess */ public function setBaseline(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedAccess $baseline) { $this->baseline = $baseline; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedAccess */ public function getBaseline() { return $this->baseline; } /** * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedAccess */ public function setSimulated(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedAccess $simulated) { $this->simulated = $simulated; } /** * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ExplainedAccess */ public function getSimulated() { return $this->simulated; } } PK) Z&Buvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElement.phpnu[category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElementDistributions */ public function setDistributions($distributions) { $this->distributions = $distributions; } /** * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElementDistributions */ public function getDistributions() { return $this->distributions; } public function setPercentile($percentile) { $this->percentile = $percentile; } public function getPercentile() { return $this->percentile; } } PK) Z&Tgvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5.phpnu[analysisUTCTimestamp = $analysisUTCTimestamp; } public function getAnalysisUTCTimestamp() { return $this->analysisUTCTimestamp; } public function setCaptchaResult($captchaResult) { $this->captchaResult = $captchaResult; } public function getCaptchaResult() { return $this->captchaResult; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5 */ public function setLighthouseResult(Google_Service_Pagespeedonline_LighthouseResultV5 $lighthouseResult) { $this->lighthouseResult = $lighthouseResult; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5 */ public function getLighthouseResult() { return $this->lighthouseResult; } /** * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 */ public function setLoadingExperience(Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 $loadingExperience) { $this->loadingExperience = $loadingExperience; } /** * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 */ public function getLoadingExperience() { return $this->loadingExperience; } /** * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 */ public function setOriginLoadingExperience(Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 $originLoadingExperience) { $this->originLoadingExperience = $originLoadingExperience; } /** * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 */ public function getOriginLoadingExperience() { return $this->originLoadingExperience; } /** * @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5Version */ public function setVersion(Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5Version $version) { $this->version = $version; } /** * @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5Version */ public function getVersion() { return $this->version; } } PK) ZH9nvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5Version.phpnu[major = $major; } public function getMajor() { return $this->major; } public function setMinor($minor) { $this->minor = $minor; } public function getMinor() { return $this->minor; } } PK) Zfvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5RuntimeError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK) ZcZvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5.phpnu[audits = $audits; } /** * @return Google_Service_Pagespeedonline_LighthouseAuditResultV5 */ public function getAudits() { return $this->audits; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5Categories */ public function setCategories(Google_Service_Pagespeedonline_LighthouseResultV5Categories $categories) { $this->categories = $categories; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5Categories */ public function getCategories() { return $this->categories; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5CategoryGroupsElement */ public function setCategoryGroups($categoryGroups) { $this->categoryGroups = $categoryGroups; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5CategoryGroupsElement */ public function getCategoryGroups() { return $this->categoryGroups; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings */ public function setConfigSettings(Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings $configSettings) { $this->configSettings = $configSettings; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings */ public function getConfigSettings() { return $this->configSettings; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5Environment */ public function setEnvironment(Google_Service_Pagespeedonline_LighthouseResultV5Environment $environment) { $this->environment = $environment; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5Environment */ public function getEnvironment() { return $this->environment; } public function setFetchTime($fetchTime) { $this->fetchTime = $fetchTime; } public function getFetchTime() { return $this->fetchTime; } public function setFinalUrl($finalUrl) { $this->finalUrl = $finalUrl; } public function getFinalUrl() { return $this->finalUrl; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5I18n */ public function setI18n(Google_Service_Pagespeedonline_LighthouseResultV5I18n $i18n) { $this->i18n = $i18n; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5I18n */ public function getI18n() { return $this->i18n; } public function setLighthouseVersion($lighthouseVersion) { $this->lighthouseVersion = $lighthouseVersion; } public function getLighthouseVersion() { return $this->lighthouseVersion; } public function setRequestedUrl($requestedUrl) { $this->requestedUrl = $requestedUrl; } public function getRequestedUrl() { return $this->requestedUrl; } public function setRunWarnings($runWarnings) { $this->runWarnings = $runWarnings; } public function getRunWarnings() { return $this->runWarnings; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError */ public function setRuntimeError(Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError $runtimeError) { $this->runtimeError = $runtimeError; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError */ public function getRuntimeError() { return $this->runtimeError; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5StackPacks */ public function setStackPacks($stackPacks) { $this->stackPacks = $stackPacks; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5StackPacks */ public function getStackPacks() { return $this->stackPacks; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5Timing */ public function setTiming(Google_Service_Pagespeedonline_LighthouseResultV5Timing $timing) { $this->timing = $timing; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5Timing */ public function getTiming() { return $this->timing; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK) ZWRvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElementDistributions.phpnu[max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } public function setProportion($proportion) { $this->proportion = $proportion; } public function getProportion() { return $this->proportion; } } PK) Ztx4ddevendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5AuditRefs.phpnu[group = $group; } public function getGroup() { return $this->group; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK) Z.\;]vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.phpnu[ * $pagespeedonlineService = new Google_Service_Pagespeedonline(...); * $pagespeedapi = $pagespeedonlineService->pagespeedapi; * */ class Google_Service_Pagespeedonline_Resource_Pagespeedapi extends Google_Service_Resource { /** * Runs PageSpeed analysis on the page at the specified URL, and returns * PageSpeed scores, a list of suggestions to make that page faster, and other * information. (pagespeedapi.runpagespeed) * * @param string $url The URL to fetch and analyze * @param array $optParams Optional parameters. * * @opt_param string category A Lighthouse category to run; if none are given, * only Performance category will be run * @opt_param string locale The locale used to localize formatted results * @opt_param string strategy The analysis strategy (desktop or mobile) to use, * and desktop is the default * @opt_param string utm_campaign Campaign name for analytics. * @opt_param string utm_source Campaign source for analytics. * @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5 */ public function runpagespeed($url, $optParams = array()) { $params = array('url' => $url); $params = array_merge($params, $optParams); return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5"); } } PK) Z+ CC`vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Timing.phpnu[total = $total; } public function getTotal() { return $this->total; } } PK) Zl>>vvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18nRendererFormattedStrings.phpnu[auditGroupExpandTooltip = $auditGroupExpandTooltip; } public function getAuditGroupExpandTooltip() { return $this->auditGroupExpandTooltip; } public function setCrcInitialNavigation($crcInitialNavigation) { $this->crcInitialNavigation = $crcInitialNavigation; } public function getCrcInitialNavigation() { return $this->crcInitialNavigation; } public function setCrcLongestDurationLabel($crcLongestDurationLabel) { $this->crcLongestDurationLabel = $crcLongestDurationLabel; } public function getCrcLongestDurationLabel() { return $this->crcLongestDurationLabel; } public function setErrorLabel($errorLabel) { $this->errorLabel = $errorLabel; } public function getErrorLabel() { return $this->errorLabel; } public function setErrorMissingAuditInfo($errorMissingAuditInfo) { $this->errorMissingAuditInfo = $errorMissingAuditInfo; } public function getErrorMissingAuditInfo() { return $this->errorMissingAuditInfo; } public function setLabDataTitle($labDataTitle) { $this->labDataTitle = $labDataTitle; } public function getLabDataTitle() { return $this->labDataTitle; } public function setLsPerformanceCategoryDescription($lsPerformanceCategoryDescription) { $this->lsPerformanceCategoryDescription = $lsPerformanceCategoryDescription; } public function getLsPerformanceCategoryDescription() { return $this->lsPerformanceCategoryDescription; } public function setManualAuditsGroupTitle($manualAuditsGroupTitle) { $this->manualAuditsGroupTitle = $manualAuditsGroupTitle; } public function getManualAuditsGroupTitle() { return $this->manualAuditsGroupTitle; } public function setNotApplicableAuditsGroupTitle($notApplicableAuditsGroupTitle) { $this->notApplicableAuditsGroupTitle = $notApplicableAuditsGroupTitle; } public function getNotApplicableAuditsGroupTitle() { return $this->notApplicableAuditsGroupTitle; } public function setOpportunityResourceColumnLabel($opportunityResourceColumnLabel) { $this->opportunityResourceColumnLabel = $opportunityResourceColumnLabel; } public function getOpportunityResourceColumnLabel() { return $this->opportunityResourceColumnLabel; } public function setOpportunitySavingsColumnLabel($opportunitySavingsColumnLabel) { $this->opportunitySavingsColumnLabel = $opportunitySavingsColumnLabel; } public function getOpportunitySavingsColumnLabel() { return $this->opportunitySavingsColumnLabel; } public function setPassedAuditsGroupTitle($passedAuditsGroupTitle) { $this->passedAuditsGroupTitle = $passedAuditsGroupTitle; } public function getPassedAuditsGroupTitle() { return $this->passedAuditsGroupTitle; } public function setScorescaleLabel($scorescaleLabel) { $this->scorescaleLabel = $scorescaleLabel; } public function getScorescaleLabel() { return $this->scorescaleLabel; } public function setToplevelWarningsMessage($toplevelWarningsMessage) { $this->toplevelWarningsMessage = $toplevelWarningsMessage; } public function getToplevelWarningsMessage() { return $this->toplevelWarningsMessage; } public function setVarianceDisclaimer($varianceDisclaimer) { $this->varianceDisclaimer = $varianceDisclaimer; } public function getVarianceDisclaimer() { return $this->varianceDisclaimer; } public function setWarningHeader($warningHeader) { $this->warningHeader = $warningHeader; } public function getWarningHeader() { return $this->warningHeader; } } PK) ZTC >>gvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5.phpnu[ "initial_url", "overallCategory" => "overall_category", ); public $id; public $initialUrl; protected $metricsType = 'Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement'; protected $metricsDataType = 'map'; public $overallCategory; public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInitialUrl($initialUrl) { $this->initialUrl = $initialUrl; } public function getInitialUrl() { return $this->initialUrl; } /** * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement */ public function getMetrics() { return $this->metrics; } public function setOverallCategory($overallCategory) { $this->overallCategory = $overallCategory; } public function getOverallCategory() { return $this->overallCategory; } } PK) Z!66evendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Environment.phpnu[benchmarkIndex = $benchmarkIndex; } public function getBenchmarkIndex() { return $this->benchmarkIndex; } public function setHostUserAgent($hostUserAgent) { $this->hostUserAgent = $hostUserAgent; } public function getHostUserAgent() { return $this->hostUserAgent; } public function setNetworkUserAgent($networkUserAgent) { $this->networkUserAgent = $networkUserAgent; } public function getNetworkUserAgent() { return $this->networkUserAgent; } } PK) ZtY\vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5.phpnu[auditRefs = $auditRefs; } /** * @return Google_Service_Pagespeedonline_LighthouseCategoryV5AuditRefs */ public function getAuditRefs() { return $this->auditRefs; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setManualDescription($manualDescription) { $this->manualDescription = $manualDescription; } public function getManualDescription() { return $this->manualDescription; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Zgovendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5CategoryGroupsElement.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z"k k dvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Categories.phpnu[ "best-practices", ); protected $accessibilityType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; protected $accessibilityDataType = ''; protected $bestPracticesType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; protected $bestPracticesDataType = ''; protected $performanceType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; protected $performanceDataType = ''; protected $pwaType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; protected $pwaDataType = ''; protected $seoType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; protected $seoDataType = ''; /** * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function setAccessibility(Google_Service_Pagespeedonline_LighthouseCategoryV5 $accessibility) { $this->accessibility = $accessibility; } /** * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function getAccessibility() { return $this->accessibility; } /** * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function setBestPractices(Google_Service_Pagespeedonline_LighthouseCategoryV5 $bestPractices) { $this->bestPractices = $bestPractices; } /** * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function getBestPractices() { return $this->bestPractices; } /** * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function setPerformance(Google_Service_Pagespeedonline_LighthouseCategoryV5 $performance) { $this->performance = $performance; } /** * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function getPerformance() { return $this->performance; } /** * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function setPwa(Google_Service_Pagespeedonline_LighthouseCategoryV5 $pwa) { $this->pwa = $pwa; } /** * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function getPwa() { return $this->pwa; } /** * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function setSeo(Google_Service_Pagespeedonline_LighthouseCategoryV5 $seo) { $this->seo = $seo; } /** * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 */ public function getSeo() { return $this->seo; } } PK) ZFV V _vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseAuditResultV5.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setDisplayValue($displayValue) { $this->displayValue = $displayValue; } public function getDisplayValue() { return $this->displayValue; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setExplanation($explanation) { $this->explanation = $explanation; } public function getExplanation() { return $this->explanation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setNumericValue($numericValue) { $this->numericValue = $numericValue; } public function getNumericValue() { return $this->numericValue; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setScoreDisplayMode($scoreDisplayMode) { $this->scoreDisplayMode = $scoreDisplayMode; } public function getScoreDisplayMode() { return $this->scoreDisplayMode; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK) Znn^vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18n.phpnu[rendererFormattedStrings = $rendererFormattedStrings; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5I18nRendererFormattedStrings */ public function getRendererFormattedStrings() { return $this->rendererFormattedStrings; } } PK) ZLLdvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5StackPacks.phpnu[descriptions = $descriptions; } public function getDescriptions() { return $this->descriptions; } public function setIconDataURL($iconDataURL) { $this->iconDataURL = $iconDataURL; } public function getIconDataURL() { return $this->iconDataURL; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Zyhvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5ConfigSettings.phpnu[emulatedFormFactor = $emulatedFormFactor; } public function getEmulatedFormFactor() { return $this->emulatedFormFactor; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setOnlyCategories($onlyCategories) { $this->onlyCategories = $onlyCategories; } public function getOnlyCategories() { return $this->onlyCategories; } } PK) Z2Vvendor/google/apiclient-services/src/Google/Service/Tracing/BatchWriteSpansRequest.phpnu[spans = $spans; } public function getSpans() { return $this->spans; } } PK) ZOvI!!Evendor/google/apiclient-services/src/Google/Service/Tracing/Trace.phpnu[name = $name; } public function getName() { return $this->name; } } PK) Z% Evendor/google/apiclient-services/src/Google/Service/Tracing/Links.phpnu[droppedLinksCount = $droppedLinksCount; } public function getDroppedLinksCount() { return $this->droppedLinksCount; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } } PK) Z˝Kvendor/google/apiclient-services/src/Google/Service/Tracing/StackFrames.phpnu[droppedFramesCount = $droppedFramesCount; } public function getDroppedFramesCount() { return $this->droppedFramesCount; } public function setFrame($frame) { $this->frame = $frame; } public function getFrame() { return $this->frame; } } PK) Zz Dvendor/google/apiclient-services/src/Google/Service/Tracing/Span.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setDisplayName(Google_Service_Tracing_TruncatableString $displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setLinks(Google_Service_Tracing_Links $links) { $this->links = $links; } public function getLinks() { return $this->links; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentSpanId($parentSpanId) { $this->parentSpanId = $parentSpanId; } public function getParentSpanId() { return $this->parentSpanId; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setStackTrace(Google_Service_Tracing_StackTrace $stackTrace) { $this->stackTrace = $stackTrace; } public function getStackTrace() { return $this->stackTrace; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus(Google_Service_Tracing_Status $status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTimeEvents(Google_Service_Tracing_TimeEvents $timeEvents) { $this->timeEvents = $timeEvents; } public function getTimeEvents() { return $this->timeEvents; } } PK) Z\Rvendor/google/apiclient-services/src/Google/Service/Tracing/ListTracesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTraces($traces) { $this->traces = $traces; } public function getTraces() { return $this->traces; } } PK) ZJf2Fvendor/google/apiclient-services/src/Google/Service/Tracing/Module.phpnu[buildId = $buildId; } public function getBuildId() { return $this->buildId; } public function setModule(Google_Service_Tracing_TruncatableString $module) { $this->module = $module; } public function getModule() { return $this->module; } } PK) Z]Jvendor/google/apiclient-services/src/Google/Service/Tracing/Attributes.phpnu[attributeMap = $attributeMap; } public function getAttributeMap() { return $this->attributeMap; } public function setDroppedAttributesCount($droppedAttributesCount) { $this->droppedAttributesCount = $droppedAttributesCount; } public function getDroppedAttributesCount() { return $this->droppedAttributesCount; } } PK) Z:SC`Jvendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setDescription(Google_Service_Tracing_TruncatableString $description) { $this->description = $description; } public function getDescription() { return $this->description; } } PK) Zr4  \vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTracesSpans.phpnu[ * $tracingService = new Google_Service_Tracing(...); * $spans = $tracingService->spans; * */ class Google_Service_Tracing_Resource_ProjectsTracesSpans extends Google_Service_Resource { /** * Creates a new Span. (spans.create) * * @param string $name The resource name of Span in the format * `projects/PROJECT_ID/traces/TRACE_ID/spans/SPAN_ID`. `TRACE_ID` is a unique * identifier for a trace within a project and is a base16-encoded, case- * insensitive string and is required to be 32 char long. `SPAN_ID` is a unique * identifier for a span within a trace. It is a base 16-encoded, case- * insensitive string of a 8-bytes array and is required to be 16 char long. * @param Google_Service_Tracing_Span $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tracing_Span */ public function create($name, Google_Service_Tracing_Span $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Tracing_Span"); } } PK) Zت&=jjQvendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.phpnu[ * $tracingService = new Google_Service_Tracing(...); * $projects = $tracingService->projects; * */ class Google_Service_Tracing_Resource_Projects extends Google_Service_Resource { } PK) ZlHWvendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTraces.phpnu[ * $tracingService = new Google_Service_Tracing(...); * $traces = $tracingService->traces; * */ class Google_Service_Tracing_Resource_ProjectsTraces extends Google_Service_Resource { /** * Sends new spans to Stackdriver Trace or updates existing traces. If the name * of a trace that you send matches that of an existing trace, new spans are * added to the existing trace. Attempt to update existing spans results * undefined behavior. If the name does not match, a new trace is created with * given set of spans. (traces.batchWrite) * * @param string $name Name of the project where the spans belong to. Format is * `projects/PROJECT_ID`. * @param Google_Service_Tracing_BatchWriteSpansRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Tracing_TracingEmpty */ public function batchWrite($name, Google_Service_Tracing_BatchWriteSpansRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchWrite', array($params), "Google_Service_Tracing_TracingEmpty"); } /** * Returns of a list of traces that match the specified filter conditions. * (traces.listProjectsTraces) * * @param string $parent ID of the Cloud project where the trace data is stored * which is `projects/PROJECT_ID`. * @param array $optParams Optional parameters. * * @opt_param string filter An optional filter for the request. Example: * `version_label_key:a some_label:some_label_key` returns traces from version * `a` and has `some_label` with `some_label_key`. * @opt_param string endTime End of the time interval (inclusive) during which * the trace data was collected from the application. * @opt_param string pageToken Token identifying the page of results to return. * If provided, use the value of the `next_page_token` field from a previous * request. Optional. * @opt_param string startTime Start of the time interval (inclusive) during * which the trace data was collected from the application. * @opt_param int pageSize Maximum number of traces to return. If not specified * or <= 0, the implementation selects a reasonable value. The implementation * may return fewer traces than the requested page size. Optional. * @opt_param string orderBy Field used to sort the returned traces. Optional. * Can be one of the following: * * * `trace_id` * `name` (`name` field of root span in the trace) * * `duration` (difference between `end_time` and `start_time` fields of the * root span) * `start` (`start_time` field of the root span) * * Descending order can be specified by appending `desc` to the sort field (for * example, `name desc`). * * Only one sort field is permitted. * @return Google_Service_Tracing_ListTracesResponse */ public function listProjectsTraces($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tracing_ListTracesResponse"); } /** * Returns a list of spans within a trace. (traces.listSpans) * * @param string $parent ID of the trace for which to list child spans. Format * is `projects/PROJECT_ID/traces/TRACE_ID`. * @param array $optParams Optional parameters. * * @opt_param string pageToken Token identifying the page of results to return. * If provided, use the value of the `nextPageToken` field from a previous * request. Optional. * @return Google_Service_Tracing_ListSpansResponse */ public function listSpans($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('listSpans', array($params), "Google_Service_Tracing_ListSpansResponse"); } } PK) Z?\Ivendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvent.phpnu[annotation = $annotation; } public function getAnnotation() { return $this->annotation; } public function setNetworkEvent(Google_Service_Tracing_NetworkEvent $networkEvent) { $this->networkEvent = $networkEvent; } public function getNetworkEvent() { return $this->networkEvent; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK) Z1Jvendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvents.phpnu[droppedAnnotationsCount = $droppedAnnotationsCount; } public function getDroppedAnnotationsCount() { return $this->droppedAnnotationsCount; } public function setDroppedNetworkEventsCount($droppedNetworkEventsCount) { $this->droppedNetworkEventsCount = $droppedNetworkEventsCount; } public function getDroppedNetworkEventsCount() { return $this->droppedNetworkEventsCount; } public function setTimeEvent($timeEvent) { $this->timeEvent = $timeEvent; } public function getTimeEvent() { return $this->timeEvent; } } PK) ZVJvendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.phpnu[stackFrames = $stackFrames; } public function getStackFrames() { return $this->stackFrames; } public function setStackTraceHashId($stackTraceHashId) { $this->stackTraceHashId = $stackTraceHashId; } public function getStackTraceHashId() { return $this->stackTraceHashId; } } PK) Z &&Lvendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.phpnu[messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setMessageSize($messageSize) { $this->messageSize = $messageSize; } public function getMessageSize() { return $this->messageSize; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZH::Nvendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setStringValue(Google_Service_Tracing_TruncatableString $stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK) ZuVMFvendor/google/apiclient-services/src/Google/Service/Tracing/Status.phpnu[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; } } PK) ZXT͙Lvendor/google/apiclient-services/src/Google/Service/Tracing/TracingEmpty.phpnu[truncatedCharacterCount = $truncatedCharacterCount; } public function getTruncatedCharacterCount() { return $this->truncatedCharacterCount; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK) ZkUzzQvendor/google/apiclient-services/src/Google/Service/Tracing/ListSpansResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSpans($spans) { $this->spans = $spans; } public function getSpans() { return $this->spans; } } PK) ZdL'__Dvendor/google/apiclient-services/src/Google/Service/Tracing/Link.phpnu[spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setTraceId($traceId) { $this->traceId = $traceId; } public function getTraceId() { return $this->traceId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Zn͏ Jvendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.phpnu[columnNumber = $columnNumber; } public function getColumnNumber() { return $this->columnNumber; } public function setFileName(Google_Service_Tracing_TruncatableString $fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setFunctionName(Google_Service_Tracing_TruncatableString $functionName) { $this->functionName = $functionName; } public function getFunctionName() { return $this->functionName; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } public function setLoadModule(Google_Service_Tracing_Module $loadModule) { $this->loadModule = $loadModule; } public function getLoadModule() { return $this->loadModule; } public function setOriginalFunctionName(Google_Service_Tracing_TruncatableString $originalFunctionName) { $this->originalFunctionName = $originalFunctionName; } public function getOriginalFunctionName() { return $this->originalFunctionName; } public function setSourceVersion(Google_Service_Tracing_TruncatableString $sourceVersion) { $this->sourceVersion = $sourceVersion; } public function getSourceVersion() { return $this->sourceVersion; } } PK) ZHvendor/google/apiclient-services/src/Google/Service/AndroidPublisher.phpnu[ * Lets Android application developers access their Google Play accounts.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AndroidPublisher extends Google_Service { /** View and manage your Google Play Developer account. */ const ANDROIDPUBLISHER = "https://www.googleapis.com/auth/androidpublisher"; public $edits; public $edits_apks; public $edits_bundles; public $edits_deobfuscationfiles; public $edits_details; public $edits_expansionfiles; public $edits_images; public $edits_listings; public $edits_testers; public $edits_tracks; public $inappproducts; public $internalappsharingartifacts; public $orders; public $purchases_products; public $purchases_subscriptions; public $purchases_voidedpurchases; public $reviews; public $systemapks_variants; /** * Constructs the internal representation of the AndroidPublisher service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://androidpublisher.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'androidpublisher'; $this->edits = new Google_Service_AndroidPublisher_Resource_Edits( $this, $this->serviceName, 'edits', array( 'methods' => array( 'commit' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}:commit', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validate' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}:validate', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_apks = new Google_Service_AndroidPublisher_Resource_EditsApks( $this, $this->serviceName, 'apks', array( 'methods' => array( 'addexternallyhosted' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/externallyHosted', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upload' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_bundles = new Google_Service_AndroidPublisher_Resource_EditsBundles( $this, $this->serviceName, 'bundles', array( 'methods' => array( 'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upload' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ackBundleInstallationWarning' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->edits_deobfuscationfiles = new Google_Service_AndroidPublisher_Resource_EditsDeobfuscationfiles( $this, $this->serviceName, 'deobfuscationfiles', array( 'methods' => array( 'upload' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apkVersionCode' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'deobfuscationFileType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_details = new Google_Service_AndroidPublisher_Resource_EditsDetails( $this, $this->serviceName, 'details', array( 'methods' => array( 'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/details', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/details', 'httpMethod' => 'PATCH', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/details', 'httpMethod' => 'PUT', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_expansionfiles = new Google_Service_AndroidPublisher_Resource_EditsExpansionfiles( $this, $this->serviceName, 'expansionfiles', array( 'methods' => array( 'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apkVersionCode' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'expansionFileType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', 'httpMethod' => 'PATCH', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apkVersionCode' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'expansionFileType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', 'httpMethod' => 'PUT', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apkVersionCode' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'expansionFileType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upload' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apkVersionCode' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'expansionFileType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_images = new Google_Service_AndroidPublisher_Resource_EditsImages( $this, $this->serviceName, 'images', array( 'methods' => array( 'delete' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imageType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'deleteall' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}', 'httpMethod' => 'DELETE', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imageType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imageType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upload' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imageType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_listings = new Google_Service_AndroidPublisher_Resource_EditsListings( $this, $this->serviceName, 'listings', array( 'methods' => array( 'delete' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}', 'httpMethod' => 'DELETE', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'deleteall' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings', 'httpMethod' => 'DELETE', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}', 'httpMethod' => 'PATCH', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}', 'httpMethod' => 'PUT', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_testers = new Google_Service_AndroidPublisher_Resource_EditsTesters( $this, $this->serviceName, 'testers', array( 'methods' => array( 'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'track' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}', 'httpMethod' => 'PATCH', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'track' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}', 'httpMethod' => 'PUT', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'track' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->edits_tracks = new Google_Service_AndroidPublisher_Resource_EditsTracks( $this, $this->serviceName, 'tracks', array( 'methods' => array( 'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'track' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}', 'httpMethod' => 'PATCH', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'track' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}', 'httpMethod' => 'PUT', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'editId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'track' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->inappproducts = new Google_Service_AndroidPublisher_Resource_Inappproducts( $this, $this->serviceName, 'inappproducts', array( 'methods' => array( 'delete' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', 'httpMethod' => 'DELETE', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sku' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sku' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoConvertMissingPrices' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', 'httpMethod' => 'PATCH', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sku' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoConvertMissingPrices' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', 'httpMethod' => 'PUT', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sku' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoConvertMissingPrices' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->internalappsharingartifacts = new Google_Service_AndroidPublisher_Resource_Internalappsharingartifacts( $this, $this->serviceName, 'internalappsharingartifacts', array( 'methods' => array( 'uploadapk' => array( 'path' => 'androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'uploadbundle' => array( 'path' => 'androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/bundle', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->orders = new Google_Service_AndroidPublisher_Resource_Orders( $this, $this->serviceName, 'orders', array( 'methods' => array( 'refund' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'revoke' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->purchases_products = new Google_Service_AndroidPublisher_Resource_PurchasesProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'acknowledge' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:acknowledge', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->purchases_subscriptions = new Google_Service_AndroidPublisher_Resource_PurchasesSubscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'acknowledge' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:acknowledge', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'cancel' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'defer' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:defer', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'refund' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:refund', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'revoke' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:revoke', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'token' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->purchases_voidedpurchases = new Google_Service_AndroidPublisher_Resource_PurchasesVoidedpurchases( $this, $this->serviceName, 'voidedpurchases', array( 'methods' => array( 'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/purchases/voidedpurchases', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->reviews = new Google_Service_AndroidPublisher_Resource_Reviews( $this, $this->serviceName, 'reviews', array( 'methods' => array( 'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/reviews/{reviewId}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reviewId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'translationLanguage' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/reviews', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), 'translationLanguage' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reply' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/reviews/{reviewId}:reply', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reviewId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->systemapks_variants = new Google_Service_AndroidPublisher_Resource_SystemapksVariants( $this, $this->serviceName, 'variants', array( 'methods' => array( 'create' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants', 'httpMethod' => 'POST', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'download' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}:download', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'variantId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'get' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'variantId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants', 'httpMethod' => 'GET', 'parameters' => array( 'packageName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK) Z%Kvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.phpnu[ * Groups and counts similar errors from cloud services and applications, * reports new errors, and provides access to error groups and their associated * errors.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Clouderrorreporting extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects; public $projects_events; public $projects_groupStats; public $projects_groups; /** * Constructs the internal representation of the Clouderrorreporting service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://clouderrorreporting.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'clouderrorreporting'; $this->projects = new Google_Service_Clouderrorreporting_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'deleteEvents' => array( 'path' => 'v1beta1/{+projectName}/events', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_events = new Google_Service_Clouderrorreporting_Resource_ProjectsEvents( $this, $this->serviceName, 'events', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+projectName}/events', 'httpMethod' => 'GET', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'serviceFilter.resourceType' => array( 'location' => 'query', 'type' => 'string', ), 'serviceFilter.service' => array( 'location' => 'query', 'type' => 'string', ), 'serviceFilter.version' => array( 'location' => 'query', 'type' => 'string', ), 'timeRange.period' => array( 'location' => 'query', 'type' => 'string', ), ), ),'report' => array( 'path' => 'v1beta1/{+projectName}/events:report', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_groupStats = new Google_Service_Clouderrorreporting_Resource_ProjectsGroupStats( $this, $this->serviceName, 'groupStats', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+projectName}/groupStats', 'httpMethod' => 'GET', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alignment' => array( 'location' => 'query', 'type' => 'string', ), 'alignmentTime' => array( 'location' => 'query', 'type' => 'string', ), 'groupId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'order' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'serviceFilter.resourceType' => array( 'location' => 'query', 'type' => 'string', ), 'serviceFilter.service' => array( 'location' => 'query', 'type' => 'string', ), 'serviceFilter.version' => array( 'location' => 'query', 'type' => 'string', ), 'timeRange.period' => array( 'location' => 'query', 'type' => 'string', ), 'timedCountDuration' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_groups = new Google_Service_Clouderrorreporting_Resource_ProjectsGroups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+groupName}', 'httpMethod' => 'GET', 'parameters' => array( 'groupName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK) Ze#e#@vendor/google/apiclient-services/src/Google/Service/Freebase.phpnu[ * Find Freebase entities using textual queries and other constraints.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Freebase extends Google_Service { private $base_methods; /** * Constructs the internal representation of the Freebase service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'freebase/v1/'; $this->version = 'v1'; $this->serviceName = 'freebase'; $this->base_methods = new Google_Service_Resource( $this, $this->serviceName, '', array( 'methods' => array( 'reconcile' => array( 'path' => 'reconcile', 'httpMethod' => 'GET', 'parameters' => array( 'confidence' => array( 'location' => 'query', 'type' => 'number', ), 'kind' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'lang' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'prop' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'search' => array( 'path' => 'search', 'httpMethod' => 'GET', 'parameters' => array( 'as_of_time' => array( 'location' => 'query', 'type' => 'string', ), 'callback' => array( 'location' => 'query', 'type' => 'string', ), 'cursor' => array( 'location' => 'query', 'type' => 'integer', ), 'domain' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'encode' => array( 'location' => 'query', 'type' => 'string', ), 'exact' => array( 'location' => 'query', 'type' => 'boolean', ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'help' => array( 'location' => 'query', 'type' => 'string', ), 'indent' => array( 'location' => 'query', 'type' => 'boolean', ), 'lang' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'mid' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'mql_output' => array( 'location' => 'query', 'type' => 'string', ), 'output' => array( 'location' => 'query', 'type' => 'string', ), 'prefixed' => array( 'location' => 'query', 'type' => 'boolean', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'scoring' => array( 'location' => 'query', 'type' => 'string', ), 'spell' => array( 'location' => 'query', 'type' => 'string', ), 'stemmed' => array( 'location' => 'query', 'type' => 'boolean', ), 'type' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'with' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'without' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); } /** * Reconcile entities to Freebase open data. (reconcile) * * @param array $optParams Optional parameters. * * @opt_param float confidence Required confidence for a candidate to match. * Must be between .5 and 1.0 * @opt_param string kind Classifications of entity e.g. type, category, title. * @opt_param string lang Languages for names and values. First language is used * for display. Default is 'en'. * @opt_param int limit Maximum number of candidates to return. * @opt_param string name Name of entity. * @opt_param string prop Property values for entity formatted as : * @return Google_Service_Freebase_ReconcileGet */ public function reconcile($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet"); } /** * Search Freebase open data. (search) * * @param array $optParams Optional parameters. * * @opt_param string as_of_time A mql as_of_time value to use with mql_output * queries. * @opt_param string callback JS method name for JSONP callbacks. * @opt_param int cursor The cursor value to use for the next page of results. * @opt_param string domain Restrict to topics with this Freebase domain id. * @opt_param string encode The encoding of the response. You can use this * parameter to enable html encoding. * @opt_param bool exact Query on exact name and keys only. * @opt_param string filter A filter to apply to the query. * @opt_param string format Structural format of the json response. * @opt_param string help The keyword to request help on. * @opt_param bool indent Whether to indent the json results or not. * @opt_param string lang The code of the language to run the query with. * Default is 'en'. * @opt_param int limit Maximum number of results to return. * @opt_param string mid A mid to use instead of a query. * @opt_param string mql_output The MQL query to run againist the results to * extract more data. * @opt_param string output An output expression to request data from matches. * @opt_param bool prefixed Prefix match against names and aliases. * @opt_param string query Query term to search for. * @opt_param string scoring Relevance scoring algorithm to use. * @opt_param string spell Request 'did you mean' suggestions * @opt_param bool stemmed Query on stemmed names and aliases. May not be used * with prefixed. * @opt_param string type Restrict to topics with this Freebase type id. * @opt_param string with A rule to match against. * @opt_param string without A rule to not match against. */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->base_methods->call('search', array($params)); } } PK) ZffYvendor/google/apiclient-services/src/Google/Service/SystemsManagement/OneTimeSchedule.phpnu[executeTime = $executeTime; } public function getExecuteTime() { return $this->executeTime; } } PK) ZcOOUvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchConfig.phpnu[apt = $apt; } /** * @return Google_Service_SystemsManagement_AptSettings */ public function getApt() { return $this->apt; } /** * @param Google_Service_SystemsManagement_GooSettings */ public function setGoo(Google_Service_SystemsManagement_GooSettings $goo) { $this->goo = $goo; } /** * @return Google_Service_SystemsManagement_GooSettings */ public function getGoo() { return $this->goo; } /** * @param Google_Service_SystemsManagement_ExecStep */ public function setPostStep(Google_Service_SystemsManagement_ExecStep $postStep) { $this->postStep = $postStep; } /** * @return Google_Service_SystemsManagement_ExecStep */ public function getPostStep() { return $this->postStep; } /** * @param Google_Service_SystemsManagement_ExecStep */ public function setPreStep(Google_Service_SystemsManagement_ExecStep $preStep) { $this->preStep = $preStep; } /** * @return Google_Service_SystemsManagement_ExecStep */ public function getPreStep() { return $this->preStep; } public function setRebootConfig($rebootConfig) { $this->rebootConfig = $rebootConfig; } public function getRebootConfig() { return $this->rebootConfig; } /** * @param Google_Service_SystemsManagement_WindowsUpdateSettings */ public function setWindowsUpdate(Google_Service_SystemsManagement_WindowsUpdateSettings $windowsUpdate) { $this->windowsUpdate = $windowsUpdate; } /** * @return Google_Service_SystemsManagement_WindowsUpdateSettings */ public function getWindowsUpdate() { return $this->windowsUpdate; } /** * @param Google_Service_SystemsManagement_YumSettings */ public function setYum(Google_Service_SystemsManagement_YumSettings $yum) { $this->yum = $yum; } /** * @return Google_Service_SystemsManagement_YumSettings */ public function getYum() { return $this->yum; } /** * @param Google_Service_SystemsManagement_ZypperSettings */ public function setZypper(Google_Service_SystemsManagement_ZypperSettings $zypper) { $this->zypper = $zypper; } /** * @return Google_Service_SystemsManagement_ZypperSettings */ public function getZypper() { return $this->zypper; } } PK) ZXvendor/google/apiclient-services/src/Google/Service/SystemsManagement/WeekDayOfMonth.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } public function setWeekOrdinal($weekOrdinal) { $this->weekOrdinal = $weekOrdinal; } public function getWeekOrdinal() { return $this->weekOrdinal; } } PK) Z3<<Vvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchRollout.phpnu[disruptionBudget = $disruptionBudget; } /** * @return Google_Service_SystemsManagement_FixedOrPercent */ public function getDisruptionBudget() { return $this->disruptionBudget; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } } PK) Z7K&_vendor/google/apiclient-services/src/Google/Service/SystemsManagement/CancelPatchJobRequest.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SystemsManagement_PatchJob */ public function setPatchJobs($patchJobs) { $this->patchJobs = $patchJobs; } /** * @return Google_Service_SystemsManagement_PatchJob */ public function getPatchJobs() { return $this->patchJobs; } } PK) ZC-T T [vendor/google/apiclient-services/src/Google/Service/SystemsManagement/RecurringSchedule.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFrequency($frequency) { $this->frequency = $frequency; } public function getFrequency() { return $this->frequency; } public function setLastExecuteTime($lastExecuteTime) { $this->lastExecuteTime = $lastExecuteTime; } public function getLastExecuteTime() { return $this->lastExecuteTime; } /** * @param Google_Service_SystemsManagement_MonthlySchedule */ public function setMonthly(Google_Service_SystemsManagement_MonthlySchedule $monthly) { $this->monthly = $monthly; } /** * @return Google_Service_SystemsManagement_MonthlySchedule */ public function getMonthly() { return $this->monthly; } public function setNextExecuteTime($nextExecuteTime) { $this->nextExecuteTime = $nextExecuteTime; } public function getNextExecuteTime() { return $this->nextExecuteTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_SystemsManagement_TimeOfDay */ public function setTimeOfDay(Google_Service_SystemsManagement_TimeOfDay $timeOfDay) { $this->timeOfDay = $timeOfDay; } /** * @return Google_Service_SystemsManagement_TimeOfDay */ public function getTimeOfDay() { return $this->timeOfDay; } /** * @param Google_Service_SystemsManagement_TimeZone */ public function setTimeZone(Google_Service_SystemsManagement_TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_SystemsManagement_TimeZone */ public function getTimeZone() { return $this->timeZone; } /** * @param Google_Service_SystemsManagement_WeeklySchedule */ public function setWeekly(Google_Service_SystemsManagement_WeeklySchedule $weekly) { $this->weekly = $weekly; } /** * @return Google_Service_SystemsManagement_WeeklySchedule */ public function getWeekly() { return $this->weekly; } } PK) Zall = $all; } public function getAll() { return $this->all; } /** * @param Google_Service_SystemsManagement_PatchInstanceFilterGroupLabel */ public function setGroupLabels($groupLabels) { $this->groupLabels = $groupLabels; } /** * @return Google_Service_SystemsManagement_PatchInstanceFilterGroupLabel */ public function getGroupLabels() { return $this->groupLabels; } public function setInstanceNamePrefixes($instanceNamePrefixes) { $this->instanceNamePrefixes = $instanceNamePrefixes; } public function getInstanceNamePrefixes() { return $this->instanceNamePrefixes; } public function setInstances($instances) { $this->instances = $instances; } public function getInstances() { return $this->instances; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } } PK) ZNoSvendor/google/apiclient-services/src/Google/Service/SystemsManagement/GcsObject.phpnu[bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setGenerationNumber($generationNumber) { $this->generationNumber = $generationNumber; } public function getGenerationNumber() { return $this->generationNumber; } public function setObject($object) { $this->object = $object; } public function getObject() { return $this->object; } } PK) Z[[vendor/google/apiclient-services/src/Google/Service/SystemsManagement/Resource/Projects.phpnu[ * $osconfigService = new Google_Service_SystemsManagement(...); * $projects = $osconfigService->projects; * */ class Google_Service_SystemsManagement_Resource_Projects extends Google_Service_Resource { } PK) ZG7svendor/google/apiclient-services/src/Google/Service/SystemsManagement/Resource/ProjectsPatchJobsInstanceDetails.phpnu[ * $osconfigService = new Google_Service_SystemsManagement(...); * $instanceDetails = $osconfigService->instanceDetails; * */ class Google_Service_SystemsManagement_Resource_ProjectsPatchJobsInstanceDetails extends Google_Service_Resource { /** * Get a list of instance details for a given patch job. * (instanceDetails.listProjectsPatchJobsInstanceDetails) * * @param string $parent Required. The parent for the instances are in the form * of `projects/patchJobs`. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters results listed in * the response. This field supports filtering results by instance zone, name, * state, or `failure_reason`. * @opt_param string pageToken A pagination token returned from a previous call * that indicates where this listing should continue from. * @opt_param int pageSize The maximum number of instance details records to * return. Default is 100. * @return Google_Service_SystemsManagement_ListPatchJobInstanceDetailsResponse */ public function listProjectsPatchJobsInstanceDetails($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SystemsManagement_ListPatchJobInstanceDetailsResponse"); } } PK) ZCe{{dvendor/google/apiclient-services/src/Google/Service/SystemsManagement/Resource/ProjectsPatchJobs.phpnu[ * $osconfigService = new Google_Service_SystemsManagement(...); * $patchJobs = $osconfigService->patchJobs; * */ class Google_Service_SystemsManagement_Resource_ProjectsPatchJobs extends Google_Service_Resource { /** * Cancel a patch job. The patch job must be active. Canceled patch jobs cannot * be restarted. (patchJobs.cancel) * * @param string $name Required. Name of the patch in the form * `projects/patchJobs` * @param Google_Service_SystemsManagement_CancelPatchJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SystemsManagement_PatchJob */ public function cancel($name, Google_Service_SystemsManagement_CancelPatchJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_SystemsManagement_PatchJob"); } /** * Patch VM instances by creating and running a patch job. (patchJobs.execute) * * @param string $parent Required. The project in which to run this patch in the * form `projects` * @param Google_Service_SystemsManagement_ExecutePatchJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SystemsManagement_PatchJob */ public function execute($parent, Google_Service_SystemsManagement_ExecutePatchJobRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('execute', array($params), "Google_Service_SystemsManagement_PatchJob"); } /** * Get the patch job. This can be used to track the progress of an ongoing patch * job or review the details of completed jobs. (patchJobs.get) * * @param string $name Required. Name of the patch in the form * `projects/patchJobs` * @param array $optParams Optional parameters. * @return Google_Service_SystemsManagement_PatchJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SystemsManagement_PatchJob"); } /** * Get a list of patch jobs. (patchJobs.listProjectsPatchJobs) * * @param string $parent Required. In the form of `projects` * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * that indicates where this listing should continue from. * @opt_param string filter If provided, this field specifies the criteria that * must be met by patch jobs to be included in the response. Currently, * filtering is only available on the patch_deployment field. * @opt_param int pageSize The maximum number of instance status to return. * @return Google_Service_SystemsManagement_ListPatchJobsResponse */ public function listProjectsPatchJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SystemsManagement_ListPatchJobsResponse"); } } PK) ZScGkvendor/google/apiclient-services/src/Google/Service/SystemsManagement/Resource/ProjectsPatchDeployments.phpnu[ * $osconfigService = new Google_Service_SystemsManagement(...); * $patchDeployments = $osconfigService->patchDeployments; * */ class Google_Service_SystemsManagement_Resource_ProjectsPatchDeployments extends Google_Service_Resource { /** * Create an OS Config patch deployment. (patchDeployments.create) * * @param string $parent Required. The project to apply this patch deployment to * in the form `projects`. * @param Google_Service_SystemsManagement_PatchDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string patchDeploymentId Required. A name for the patch deployment * in the project. When creating a name the following rules apply: * Must * contain only lowercase letters, numbers, and hyphens. * Must start with a * letter. * Must be between 1-63 characters. * Must end with a number or a * letter. * Must be unique within the project. * @return Google_Service_SystemsManagement_PatchDeployment */ public function create($parent, Google_Service_SystemsManagement_PatchDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SystemsManagement_PatchDeployment"); } /** * Delete an OS Config patch deployment. (patchDeployments.delete) * * @param string $name Required. The resource name of the patch deployment in * the form `projects/patchDeployments`. * @param array $optParams Optional parameters. * @return Google_Service_SystemsManagement_OsconfigEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SystemsManagement_OsconfigEmpty"); } /** * Get an OS Config patch deployment. (patchDeployments.get) * * @param string $name Required. The resource name of the patch deployment in * the form `projects/patchDeployments`. * @param array $optParams Optional parameters. * @return Google_Service_SystemsManagement_PatchDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SystemsManagement_PatchDeployment"); } /** * Get a page of OS Config patch deployments. * (patchDeployments.listProjectsPatchDeployments) * * @param string $parent Required. The resource name of the parent in the form * `projects`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of patch deployments to * return. Default is 100. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to ListPatchDeployments that indicates where this listing * should continue from. * @return Google_Service_SystemsManagement_ListPatchDeploymentsResponse */ public function listProjectsPatchDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SystemsManagement_ListPatchDeploymentsResponse"); } } PK) ZZpUvendor/google/apiclient-services/src/Google/Service/SystemsManagement/AptSettings.phpnu[excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePackages($exclusivePackages) { $this->exclusivePackages = $exclusivePackages; } public function getExclusivePackages() { return $this->exclusivePackages; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZRvendor/google/apiclient-services/src/Google/Service/SystemsManagement/ExecStep.phpnu[linuxExecStepConfig = $linuxExecStepConfig; } /** * @return Google_Service_SystemsManagement_ExecStepConfig */ public function getLinuxExecStepConfig() { return $this->linuxExecStepConfig; } /** * @param Google_Service_SystemsManagement_ExecStepConfig */ public function setWindowsExecStepConfig(Google_Service_SystemsManagement_ExecStepConfig $windowsExecStepConfig) { $this->windowsExecStepConfig = $windowsExecStepConfig; } /** * @return Google_Service_SystemsManagement_ExecStepConfig */ public function getWindowsExecStepConfig() { return $this->windowsExecStepConfig; } } PK) Zc*-  `vendor/google/apiclient-services/src/Google/Service/SystemsManagement/ExecutePatchJobRequest.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_SystemsManagement_PatchInstanceFilter */ public function setInstanceFilter(Google_Service_SystemsManagement_PatchInstanceFilter $instanceFilter) { $this->instanceFilter = $instanceFilter; } /** * @return Google_Service_SystemsManagement_PatchInstanceFilter */ public function getInstanceFilter() { return $this->instanceFilter; } /** * @param Google_Service_SystemsManagement_PatchConfig */ public function setPatchConfig(Google_Service_SystemsManagement_PatchConfig $patchConfig) { $this->patchConfig = $patchConfig; } /** * @return Google_Service_SystemsManagement_PatchConfig */ public function getPatchConfig() { return $this->patchConfig; } /** * @param Google_Service_SystemsManagement_PatchRollout */ public function setRollout(Google_Service_SystemsManagement_PatchRollout $rollout) { $this->rollout = $rollout; } /** * @return Google_Service_SystemsManagement_PatchRollout */ public function getRollout() { return $this->rollout; } } PK) ZkHGmvendor/google/apiclient-services/src/Google/Service/SystemsManagement/ListPatchJobInstanceDetailsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SystemsManagement_PatchJobInstanceDetails */ public function setPatchJobInstanceDetails($patchJobInstanceDetails) { $this->patchJobInstanceDetails = $patchJobInstanceDetails; } /** * @return Google_Service_SystemsManagement_PatchJobInstanceDetails */ public function getPatchJobInstanceDetails() { return $this->patchJobInstanceDetails; } } PK) Z%Svendor/google/apiclient-services/src/Google/Service/SystemsManagement/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK) ZQQgvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchInstanceFilterGroupLabel.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK) Zk"!Xvendor/google/apiclient-services/src/Google/Service/SystemsManagement/ExecStepConfig.phpnu[allowedSuccessCodes = $allowedSuccessCodes; } public function getAllowedSuccessCodes() { return $this->allowedSuccessCodes; } /** * @param Google_Service_SystemsManagement_GcsObject */ public function setGcsObject(Google_Service_SystemsManagement_GcsObject $gcsObject) { $this->gcsObject = $gcsObject; } /** * @return Google_Service_SystemsManagement_GcsObject */ public function getGcsObject() { return $this->gcsObject; } public function setInterpreter($interpreter) { $this->interpreter = $interpreter; } public function getInterpreter() { return $this->interpreter; } public function setLocalPath($localPath) { $this->localPath = $localPath; } public function getLocalPath() { return $this->localPath; } } PK) Zы_Xvendor/google/apiclient-services/src/Google/Service/SystemsManagement/FixedOrPercent.phpnu[fixed = $fixed; } public function getFixed() { return $this->fixed; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } } PK) Z6 QQXvendor/google/apiclient-services/src/Google/Service/SystemsManagement/ZypperSettings.phpnu[categories = $categories; } public function getCategories() { return $this->categories; } public function setExcludes($excludes) { $this->excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePatches($exclusivePatches) { $this->exclusivePatches = $exclusivePatches; } public function getExclusivePatches() { return $this->exclusivePatches; } public function setSeverities($severities) { $this->severities = $severities; } public function getSeverities() { return $this->severities; } public function setWithOptional($withOptional) { $this->withOptional = $withOptional; } public function getWithOptional() { return $this->withOptional; } public function setWithUpdate($withUpdate) { $this->withUpdate = $withUpdate; } public function getWithUpdate() { return $this->withUpdate; } } PK) ZWKK_vendor/google/apiclient-services/src/Google/Service/SystemsManagement/WindowsUpdateSettings.phpnu[classifications = $classifications; } public function getClassifications() { return $this->classifications; } public function setExcludes($excludes) { $this->excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePatches($exclusivePatches) { $this->exclusivePatches = $exclusivePatches; } public function getExclusivePatches() { return $this->exclusivePatches; } } PK) ZGC4KKYvendor/google/apiclient-services/src/Google/Service/SystemsManagement/MonthlySchedule.phpnu[monthDay = $monthDay; } public function getMonthDay() { return $this->monthDay; } /** * @param Google_Service_SystemsManagement_WeekDayOfMonth */ public function setWeekDayOfMonth(Google_Service_SystemsManagement_WeekDayOfMonth $weekDayOfMonth) { $this->weekDayOfMonth = $weekDayOfMonth; } /** * @return Google_Service_SystemsManagement_WeekDayOfMonth */ public function getWeekDayOfMonth() { return $this->weekDayOfMonth; } } PK) ZxDfvendor/google/apiclient-services/src/Google/Service/SystemsManagement/ListPatchDeploymentsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SystemsManagement_PatchDeployment */ public function setPatchDeployments($patchDeployments) { $this->patchDeployments = $patchDeployments; } /** * @return Google_Service_SystemsManagement_PatchDeployment */ public function getPatchDeployments() { return $this->patchDeployments; } } PK) Z=)WWXvendor/google/apiclient-services/src/Google/Service/SystemsManagement/WeeklySchedule.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } } PK) Z5Uvendor/google/apiclient-services/src/Google/Service/SystemsManagement/YumSettings.phpnu[excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePackages($exclusivePackages) { $this->exclusivePackages = $exclusivePackages; } public function getExclusivePackages() { return $this->exclusivePackages; } public function setMinimal($minimal) { $this->minimal = $minimal; } public function getMinimal() { return $this->minimal; } public function setSecurity($security) { $this->security = $security; } public function getSecurity() { return $this->security; } } PK) Z3..hvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchJobInstanceDetailsSummary.phpnu[ackedInstanceCount = $ackedInstanceCount; } public function getAckedInstanceCount() { return $this->ackedInstanceCount; } public function setApplyingPatchesInstanceCount($applyingPatchesInstanceCount) { $this->applyingPatchesInstanceCount = $applyingPatchesInstanceCount; } public function getApplyingPatchesInstanceCount() { return $this->applyingPatchesInstanceCount; } public function setDownloadingPatchesInstanceCount($downloadingPatchesInstanceCount) { $this->downloadingPatchesInstanceCount = $downloadingPatchesInstanceCount; } public function getDownloadingPatchesInstanceCount() { return $this->downloadingPatchesInstanceCount; } public function setFailedInstanceCount($failedInstanceCount) { $this->failedInstanceCount = $failedInstanceCount; } public function getFailedInstanceCount() { return $this->failedInstanceCount; } public function setInactiveInstanceCount($inactiveInstanceCount) { $this->inactiveInstanceCount = $inactiveInstanceCount; } public function getInactiveInstanceCount() { return $this->inactiveInstanceCount; } public function setNoAgentDetectedInstanceCount($noAgentDetectedInstanceCount) { $this->noAgentDetectedInstanceCount = $noAgentDetectedInstanceCount; } public function getNoAgentDetectedInstanceCount() { return $this->noAgentDetectedInstanceCount; } public function setNotifiedInstanceCount($notifiedInstanceCount) { $this->notifiedInstanceCount = $notifiedInstanceCount; } public function getNotifiedInstanceCount() { return $this->notifiedInstanceCount; } public function setPendingInstanceCount($pendingInstanceCount) { $this->pendingInstanceCount = $pendingInstanceCount; } public function getPendingInstanceCount() { return $this->pendingInstanceCount; } public function setPostPatchStepInstanceCount($postPatchStepInstanceCount) { $this->postPatchStepInstanceCount = $postPatchStepInstanceCount; } public function getPostPatchStepInstanceCount() { return $this->postPatchStepInstanceCount; } public function setPrePatchStepInstanceCount($prePatchStepInstanceCount) { $this->prePatchStepInstanceCount = $prePatchStepInstanceCount; } public function getPrePatchStepInstanceCount() { return $this->prePatchStepInstanceCount; } public function setRebootingInstanceCount($rebootingInstanceCount) { $this->rebootingInstanceCount = $rebootingInstanceCount; } public function getRebootingInstanceCount() { return $this->rebootingInstanceCount; } public function setStartedInstanceCount($startedInstanceCount) { $this->startedInstanceCount = $startedInstanceCount; } public function getStartedInstanceCount() { return $this->startedInstanceCount; } public function setSucceededInstanceCount($succeededInstanceCount) { $this->succeededInstanceCount = $succeededInstanceCount; } public function getSucceededInstanceCount() { return $this->succeededInstanceCount; } public function setSucceededRebootRequiredInstanceCount($succeededRebootRequiredInstanceCount) { $this->succeededRebootRequiredInstanceCount = $succeededRebootRequiredInstanceCount; } public function getSucceededRebootRequiredInstanceCount() { return $this->succeededRebootRequiredInstanceCount; } public function setTimedOutInstanceCount($timedOutInstanceCount) { $this->timedOutInstanceCount = $timedOutInstanceCount; } public function getTimedOutInstanceCount() { return $this->timedOutInstanceCount; } } PK) Z,q<Rvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchJob.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } /** * @param Google_Service_SystemsManagement_PatchJobInstanceDetailsSummary */ public function setInstanceDetailsSummary(Google_Service_SystemsManagement_PatchJobInstanceDetailsSummary $instanceDetailsSummary) { $this->instanceDetailsSummary = $instanceDetailsSummary; } /** * @return Google_Service_SystemsManagement_PatchJobInstanceDetailsSummary */ public function getInstanceDetailsSummary() { return $this->instanceDetailsSummary; } /** * @param Google_Service_SystemsManagement_PatchInstanceFilter */ public function setInstanceFilter(Google_Service_SystemsManagement_PatchInstanceFilter $instanceFilter) { $this->instanceFilter = $instanceFilter; } /** * @return Google_Service_SystemsManagement_PatchInstanceFilter */ public function getInstanceFilter() { return $this->instanceFilter; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SystemsManagement_PatchConfig */ public function setPatchConfig(Google_Service_SystemsManagement_PatchConfig $patchConfig) { $this->patchConfig = $patchConfig; } /** * @return Google_Service_SystemsManagement_PatchConfig */ public function getPatchConfig() { return $this->patchConfig; } public function setPatchDeployment($patchDeployment) { $this->patchDeployment = $patchDeployment; } public function getPatchDeployment() { return $this->patchDeployment; } public function setPercentComplete($percentComplete) { $this->percentComplete = $percentComplete; } public function getPercentComplete() { return $this->percentComplete; } /** * @param Google_Service_SystemsManagement_PatchRollout */ public function setRollout(Google_Service_SystemsManagement_PatchRollout $rollout) { $this->rollout = $rollout; } /** * @return Google_Service_SystemsManagement_PatchRollout */ public function getRollout() { return $this->rollout; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) ZGGavendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchJobInstanceDetails.phpnu[attemptCount = $attemptCount; } public function getAttemptCount() { return $this->attemptCount; } public function setFailureReason($failureReason) { $this->failureReason = $failureReason; } public function getFailureReason() { return $this->failureReason; } public function setInstanceSystemId($instanceSystemId) { $this->instanceSystemId = $instanceSystemId; } public function getInstanceSystemId() { return $this->instanceSystemId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK) Z=Rvendor/google/apiclient-services/src/Google/Service/SystemsManagement/TimeZone.phpnu[id = $id; } public function getId() { return $this->id; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) Zp Yvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchDeployment.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_SystemsManagement_PatchInstanceFilter */ public function setInstanceFilter(Google_Service_SystemsManagement_PatchInstanceFilter $instanceFilter) { $this->instanceFilter = $instanceFilter; } /** * @return Google_Service_SystemsManagement_PatchInstanceFilter */ public function getInstanceFilter() { return $this->instanceFilter; } public function setLastExecuteTime($lastExecuteTime) { $this->lastExecuteTime = $lastExecuteTime; } public function getLastExecuteTime() { return $this->lastExecuteTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SystemsManagement_OneTimeSchedule */ public function setOneTimeSchedule(Google_Service_SystemsManagement_OneTimeSchedule $oneTimeSchedule) { $this->oneTimeSchedule = $oneTimeSchedule; } /** * @return Google_Service_SystemsManagement_OneTimeSchedule */ public function getOneTimeSchedule() { return $this->oneTimeSchedule; } /** * @param Google_Service_SystemsManagement_PatchConfig */ public function setPatchConfig(Google_Service_SystemsManagement_PatchConfig $patchConfig) { $this->patchConfig = $patchConfig; } /** * @return Google_Service_SystemsManagement_PatchConfig */ public function getPatchConfig() { return $this->patchConfig; } /** * @param Google_Service_SystemsManagement_RecurringSchedule */ public function setRecurringSchedule(Google_Service_SystemsManagement_RecurringSchedule $recurringSchedule) { $this->recurringSchedule = $recurringSchedule; } /** * @return Google_Service_SystemsManagement_RecurringSchedule */ public function getRecurringSchedule() { return $this->recurringSchedule; } /** * @param Google_Service_SystemsManagement_PatchRollout */ public function setRollout(Google_Service_SystemsManagement_PatchRollout $rollout) { $this->rollout = $rollout; } /** * @return Google_Service_SystemsManagement_PatchRollout */ public function getRollout() { return $this->rollout; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) Z; ¢Uvendor/google/apiclient-services/src/Google/Service/SystemsManagement/GooSettings.phpnu[ * Allows developers to run automated tests for their mobile applications on * Google infrastructure.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Testing extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $applicationDetailService; public $projects_testMatrices; public $testEnvironmentCatalog; /** * Constructs the internal representation of the Testing service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://testing.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'testing'; $this->applicationDetailService = new Google_Service_Testing_Resource_ApplicationDetailService( $this, $this->serviceName, 'applicationDetailService', array( 'methods' => array( 'getApkDetails' => array( 'path' => 'v1/applicationDetailService/getApkDetails', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->projects_testMatrices = new Google_Service_Testing_Resource_ProjectsTestMatrices( $this, $this->serviceName, 'testMatrices', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'testMatrixId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/projects/{projectId}/testMatrices', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'testMatrixId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->testEnvironmentCatalog = new Google_Service_Testing_Resource_TestEnvironmentCatalog( $this, $this->serviceName, 'testEnvironmentCatalog', array( 'methods' => array( 'get' => array( 'path' => 'v1/testEnvironmentCatalog/{environmentType}', 'httpMethod' => 'GET', 'parameters' => array( 'environmentType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) Z8s}}Avendor/google/apiclient-services/src/Google/Service/Classroom.phpnu[ * Manages classes, rosters, and invitations in Google Classroom.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Classroom extends Google_Service { /** View and manage announcements in Google Classroom. */ const CLASSROOM_ANNOUNCEMENTS = "https://www.googleapis.com/auth/classroom.announcements"; /** View announcements in Google Classroom. */ const CLASSROOM_ANNOUNCEMENTS_READONLY = "https://www.googleapis.com/auth/classroom.announcements.readonly"; /** See, edit, create, and permanently delete your Google Classroom classes. */ const CLASSROOM_COURSES = "https://www.googleapis.com/auth/classroom.courses"; /** View your Google Classroom classes. */ const CLASSROOM_COURSES_READONLY = "https://www.googleapis.com/auth/classroom.courses.readonly"; /** See, create and edit coursework items including assignments, questions, and grades. */ const CLASSROOM_COURSEWORK_ME = "https://www.googleapis.com/auth/classroom.coursework.me"; /** View your course work and grades in Google Classroom. */ const CLASSROOM_COURSEWORK_ME_READONLY = "https://www.googleapis.com/auth/classroom.coursework.me.readonly"; /** Manage course work and grades for students in the Google Classroom classes you teach and view the course work and grades for classes you administer. */ const CLASSROOM_COURSEWORK_STUDENTS = "https://www.googleapis.com/auth/classroom.coursework.students"; /** View course work and grades for students in the Google Classroom classes you teach or administer. */ const CLASSROOM_COURSEWORK_STUDENTS_READONLY = "https://www.googleapis.com/auth/classroom.coursework.students.readonly"; /** See, edit, and create classwork materials in Google Classroom. */ const CLASSROOM_COURSEWORKMATERIALS = "https://www.googleapis.com/auth/classroom.courseworkmaterials"; /** See all classwork materials for your Google Classroom classes. */ const CLASSROOM_COURSEWORKMATERIALS_READONLY = "https://www.googleapis.com/auth/classroom.courseworkmaterials.readonly"; /** View your Google Classroom guardians. */ const CLASSROOM_GUARDIANLINKS_ME_READONLY = "https://www.googleapis.com/auth/classroom.guardianlinks.me.readonly"; /** View and manage guardians for students in your Google Classroom classes. */ const CLASSROOM_GUARDIANLINKS_STUDENTS = "https://www.googleapis.com/auth/classroom.guardianlinks.students"; /** View guardians for students in your Google Classroom classes. */ const CLASSROOM_GUARDIANLINKS_STUDENTS_READONLY = "https://www.googleapis.com/auth/classroom.guardianlinks.students.readonly"; /** View the email addresses of people in your classes. */ const CLASSROOM_PROFILE_EMAILS = "https://www.googleapis.com/auth/classroom.profile.emails"; /** View the profile photos of people in your classes. */ const CLASSROOM_PROFILE_PHOTOS = "https://www.googleapis.com/auth/classroom.profile.photos"; /** Receive notifications about your Google Classroom data. */ const CLASSROOM_PUSH_NOTIFICATIONS = "https://www.googleapis.com/auth/classroom.push-notifications"; /** Manage your Google Classroom class rosters. */ const CLASSROOM_ROSTERS = "https://www.googleapis.com/auth/classroom.rosters"; /** View your Google Classroom class rosters. */ const CLASSROOM_ROSTERS_READONLY = "https://www.googleapis.com/auth/classroom.rosters.readonly"; /** View your course work and grades in Google Classroom. */ const CLASSROOM_STUDENT_SUBMISSIONS_ME_READONLY = "https://www.googleapis.com/auth/classroom.student-submissions.me.readonly"; /** View course work and grades for students in the Google Classroom classes you teach or administer. */ const CLASSROOM_STUDENT_SUBMISSIONS_STUDENTS_READONLY = "https://www.googleapis.com/auth/classroom.student-submissions.students.readonly"; /** See, create, and edit topics in Google Classroom. */ const CLASSROOM_TOPICS = "https://www.googleapis.com/auth/classroom.topics"; /** View topics in Google Classroom. */ const CLASSROOM_TOPICS_READONLY = "https://www.googleapis.com/auth/classroom.topics.readonly"; public $courses; public $courses_aliases; public $courses_announcements; public $courses_courseWork; public $courses_courseWork_studentSubmissions; public $courses_courseWorkMaterials; public $courses_students; public $courses_teachers; public $courses_topics; public $invitations; public $registrations; public $userProfiles; public $userProfiles_guardianInvitations; public $userProfiles_guardians; /** * Constructs the internal representation of the Classroom service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://classroom.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'classroom'; $this->courses = new Google_Service_Classroom_Resource_Courses( $this, $this->serviceName, 'courses', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/courses/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/courses/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses', 'httpMethod' => 'GET', 'parameters' => array( 'courseStates' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'studentId' => array( 'location' => 'query', 'type' => 'string', ), 'teacherId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/courses/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1/courses/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->courses_aliases = new Google_Service_Classroom_Resource_CoursesAliases( $this, $this->serviceName, 'aliases', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/aliases', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/aliases/{alias}', 'httpMethod' => 'DELETE', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alias' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/aliases', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->courses_announcements = new Google_Service_Classroom_Resource_CoursesAnnouncements( $this, $this->serviceName, 'announcements', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/announcements', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/announcements/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/courses/{courseId}/announcements/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/announcements', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'announcementStates' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), '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, 'courseWork', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/courseWork', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/courseWork/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/courses/{courseId}/courseWork/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/courseWork', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkStates' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modifyAssignees' => array( 'path' => 'v1/courses/{courseId}/courseWork/{id}:modifyAssignees', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/courses/{courseId}/courseWork/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->courses_courseWork_studentSubmissions = new Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions( $this, $this->serviceName, 'studentSubmissions', array( 'methods' => array( 'get' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'late' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'states' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modifyAttachments' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:modifyAttachments', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reclaim' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:reclaim', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'return' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:return', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'turnIn' => array( 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->courses_courseWorkMaterials = new Google_Service_Classroom_Resource_CoursesCourseWorkMaterials( $this, $this->serviceName, 'courseWorkMaterials', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/courseWorkMaterials', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/courseWorkMaterials/{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}/courseWorkMaterials/{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}/courseWorkMaterials', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'courseWorkMaterialStates' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'materialDriveId' => array( 'location' => 'query', 'type' => 'string', ), 'materialLink' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/courses/{courseId}/courseWorkMaterials/{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_students = new Google_Service_Classroom_Resource_CoursesStudents( $this, $this->serviceName, 'students', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/students', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'enrollmentCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/students/{userId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/courses/{courseId}/students/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/students', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->courses_teachers = new Google_Service_Classroom_Resource_CoursesTeachers( $this, $this->serviceName, 'teachers', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/teachers', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/teachers/{userId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/courses/{courseId}/teachers/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/teachers', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->courses_topics = new Google_Service_Classroom_Resource_CoursesTopics( $this, $this->serviceName, 'topics', array( 'methods' => array( 'create' => array( 'path' => 'v1/courses/{courseId}/topics', 'httpMethod' => 'POST', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/courses/{courseId}/topics/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/courses/{courseId}/topics/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/courses/{courseId}/topics', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/courses/{courseId}/topics/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'courseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->invitations = new Google_Service_Classroom_Resource_Invitations( $this, $this->serviceName, 'invitations', array( 'methods' => array( 'accept' => array( 'path' => 'v1/invitations/{id}:accept', 'httpMethod' => 'POST', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/invitations', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/invitations/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/invitations/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/invitations', 'httpMethod' => 'GET', 'parameters' => array( 'courseId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->registrations = new Google_Service_Classroom_Resource_Registrations( $this, $this->serviceName, 'registrations', array( 'methods' => array( 'create' => array( 'path' => 'v1/registrations', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/registrations/{registrationId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'registrationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->userProfiles = new Google_Service_Classroom_Resource_UserProfiles( $this, $this->serviceName, 'userProfiles', array( 'methods' => array( 'get' => array( 'path' => 'v1/userProfiles/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->userProfiles_guardianInvitations = new Google_Service_Classroom_Resource_UserProfilesGuardianInvitations( $this, $this->serviceName, 'guardianInvitations', array( 'methods' => array( 'create' => array( 'path' => 'v1/userProfiles/{studentId}/guardianInvitations', 'httpMethod' => 'POST', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', 'httpMethod' => 'GET', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'invitationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/userProfiles/{studentId}/guardianInvitations', 'httpMethod' => 'GET', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'invitedEmailAddress' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'states' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'patch' => array( 'path' => 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'invitationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->userProfiles_guardians = new Google_Service_Classroom_Resource_UserProfilesGuardians( $this, $this->serviceName, 'guardians', array( 'methods' => array( 'delete' => array( 'path' => 'v1/userProfiles/{studentId}/guardians/{guardianId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'guardianId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/userProfiles/{studentId}/guardians/{guardianId}', 'httpMethod' => 'GET', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'guardianId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/userProfiles/{studentId}/guardians', 'httpMethod' => 'GET', 'parameters' => array( 'studentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'invitedEmailAddress' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) Zv^^Gvendor/google/apiclient-services/src/Google/Service/CloudHealthcare.phpnu[ * Manage, store, and access healthcare data in Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudHealthcare extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_datasets; public $projects_locations_datasets_consentStores; public $projects_locations_datasets_consentStores_attributeDefinitions; public $projects_locations_datasets_consentStores_consentArtifacts; public $projects_locations_datasets_consentStores_consents; public $projects_locations_datasets_consentStores_userDataMappings; public $projects_locations_datasets_dicomStores; public $projects_locations_datasets_dicomStores_studies; public $projects_locations_datasets_dicomStores_studies_series; public $projects_locations_datasets_dicomStores_studies_series_instances; public $projects_locations_datasets_dicomStores_studies_series_instances_frames; public $projects_locations_datasets_fhirStores; public $projects_locations_datasets_fhirStores_fhir; public $projects_locations_datasets_hl7V2Stores; public $projects_locations_datasets_hl7V2Stores_messages; public $projects_locations_datasets_operations; /** * Constructs the internal representation of the CloudHealthcare service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://healthcare.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'healthcare'; $this->projects_locations = new Google_Service_CloudHealthcare_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_datasets = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets( $this, $this->serviceName, 'datasets', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/datasets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deidentify' => array( 'path' => 'v1/{+sourceDataset}:deidentify', 'httpMethod' => 'POST', 'parameters' => array( 'sourceDataset' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/datasets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_consentStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStores( $this, $this->serviceName, 'consentStores', array( 'methods' => array( 'checkDataAccess' => array( 'path' => 'v1/{+consentStore}:checkDataAccess', 'httpMethod' => 'POST', 'parameters' => array( 'consentStore' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/consentStores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'consentStoreId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'evaluateUserConsents' => array( 'path' => 'v1/{+consentStore}:evaluateUserConsents', 'httpMethod' => 'POST', 'parameters' => array( 'consentStore' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/consentStores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'queryAccessibleData' => array( 'path' => 'v1/{+consentStore}:queryAccessibleData', 'httpMethod' => 'POST', 'parameters' => array( 'consentStore' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_consentStores_attributeDefinitions = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresAttributeDefinitions( $this, $this->serviceName, 'attributeDefinitions', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/attributeDefinitions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'attributeDefinitionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/attributeDefinitions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_datasets_consentStores_consentArtifacts = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresConsentArtifacts( $this, $this->serviceName, 'consentArtifacts', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/consentArtifacts', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/consentArtifacts', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_datasets_consentStores_consents = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresConsents( $this, $this->serviceName, 'consents', array( 'methods' => array( 'activate' => array( 'path' => 'v1/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/consents', '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, ), ), ),'deleteRevision' => array( 'path' => 'v1/{+name}:deleteRevision', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/consents', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listRevisions' => array( 'path' => 'v1/{+name}:listRevisions', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reject' => array( 'path' => 'v1/{+name}:reject', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'revoke' => array( 'path' => 'v1/{+name}:revoke', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_consentStores_userDataMappings = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsConsentStoresUserDataMappings( $this, $this->serviceName, 'userDataMappings', array( 'methods' => array( 'archive' => array( 'path' => 'v1/{+name}:archive', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/userDataMappings', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/userDataMappings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_datasets_dicomStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStores( $this, $this->serviceName, 'dicomStores', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/dicomStores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomStoreId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deidentify' => array( 'path' => 'v1/{+sourceStore}:deidentify', 'httpMethod' => 'POST', 'parameters' => array( 'sourceStore' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v1/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'import' => array( 'path' => 'v1/{+name}:import', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/dicomStores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchForInstances' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchForSeries' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchForStudies' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'storeInstances' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_dicomStores_studies = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudies( $this, $this->serviceName, 'studies', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveMetadata' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveStudy' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchForInstances' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchForSeries' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'storeInstances' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_dicomStores_studies_series = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeries( $this, $this->serviceName, 'series', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveMetadata' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveSeries' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchForInstances' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_dicomStores_studies_series_instances = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveInstance' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveMetadata' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveRendered' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_dicomStores_studies_series_instances_frames = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames( $this, $this->serviceName, 'frames', array( 'methods' => array( 'retrieveFrames' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'retrieveRendered' => array( 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dicomWebPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_fhirStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStores( $this, $this->serviceName, 'fhirStores', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/fhirStores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fhirStoreId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deidentify' => array( 'path' => 'v1/{+sourceStore}:deidentify', 'httpMethod' => 'POST', 'parameters' => array( 'sourceStore' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v1/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'import' => array( 'path' => 'v1/{+name}:import', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/fhirStores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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_datasets_fhirStores_fhir = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStoresFhir( $this, $this->serviceName, 'fhir', array( 'methods' => array( 'Patient-everything' => array( 'path' => 'v1/{+name}/$everything', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '_count' => array( 'location' => 'query', 'type' => 'integer', ), '_page_token' => array( 'location' => 'query', 'type' => 'string', ), '_since' => array( 'location' => 'query', 'type' => 'string', ), '_type' => array( 'location' => 'query', 'type' => 'string', ), 'end' => array( 'location' => 'query', 'type' => 'string', ), 'start' => array( 'location' => 'query', 'type' => 'string', ), ), ),'Resource-purge' => array( 'path' => 'v1/{+name}/$purge', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'capabilities' => array( 'path' => 'v1/{+name}/fhir/metadata', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/fhir/{+type}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'executeBundle' => array( 'path' => 'v1/{+parent}/fhir', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'history' => array( 'path' => 'v1/{+name}/_history', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '_at' => array( 'location' => 'query', 'type' => 'string', ), '_count' => array( 'location' => 'query', 'type' => 'integer', ), '_page_token' => array( 'location' => 'query', 'type' => 'string', ), '_since' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'read' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'v1/{+parent}/fhir/_search', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search-type' => array( 'path' => 'v1/{+parent}/fhir/{resourceType}/_search', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'vread' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_datasets_hl7V2Stores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stores( $this, $this->serviceName, 'hl7V2Stores', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/hl7V2Stores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hl7V2StoreId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/hl7V2Stores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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_datasets_hl7V2Stores_messages = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2StoresMessages( $this, $this->serviceName, 'messages', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'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, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'ingest' => array( 'path' => 'v1/{+parent}/messages:ingest', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), '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', ), ), ), ) ) ); $this->projects_locations_datasets_operations = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) ZD[vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeRequest.phpnu[audio = $audio; } public function getAudio() { return $this->audio; } public function setConfig(Google_Service_CloudSpeechAPI_RecognitionConfig $config) { $this->config = $config; } public function getConfig() { return $this->config; } } PK) Z?kߟRvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechEmpty.phpnu[phrases = $phrases; } public function getPhrases() { return $this->phrases; } } PK) Z \vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/AsyncRecognizeRequest.phpnu[audio = $audio; } public function getAudio() { return $this->audio; } public function setConfig(Google_Service_CloudSpeechAPI_RecognitionConfig $config) { $this->config = $config; } public function getConfig() { return $this->config; } } PK) Z$ \vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeResponse.phpnu[results = $results; } public function getResults() { return $this->results; } } PK) Z7>]vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/CancelOperationRequest.phpnu[encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMaxAlternatives($maxAlternatives) { $this->maxAlternatives = $maxAlternatives; } public function getMaxAlternatives() { return $this->maxAlternatives; } public function setProfanityFilter($profanityFilter) { $this->profanityFilter = $profanityFilter; } public function getProfanityFilter() { return $this->profanityFilter; } public function setSampleRate($sampleRate) { $this->sampleRate = $sampleRate; } public function getSampleRate() { return $this->sampleRate; } public function setSpeechContext(Google_Service_CloudSpeechAPI_SpeechContext $speechContext) { $this->speechContext = $speechContext; } public function getSpeechContext() { return $this->speechContext; } } PK) Z|ٵZvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Operations.phpnu[ * $speechService = new Google_Service_CloudSpeechAPI(...); * $operations = $speechService->operations; * */ class Google_Service_CloudSpeechAPI_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudSpeechAPI_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSpeechAPI_SpeechEmpty */ public function cancel($name, Google_Service_CloudSpeechAPI_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudSpeechAPI_SpeechEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudSpeechAPI_SpeechEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudSpeechAPI_SpeechEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudSpeechAPI_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSpeechAPI_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. * * NOTE: the `name` binding below allows API services to override the binding to * use different resource name schemes, such as `users/operations`. * (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The standard list page size. * @opt_param string filter The standard list filter. * @opt_param string name The name of the operation collection. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudSpeechAPI_ListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSpeechAPI_ListOperationsResponse"); } } PK) Z0  Vvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Speech.phpnu[ * $speechService = new Google_Service_CloudSpeechAPI(...); * $speech = $speechService->speech; * */ class Google_Service_CloudSpeechAPI_Resource_Speech extends Google_Service_Resource { /** * Perform asynchronous speech-recognition: receive results via the * google.longrunning.Operations interface. Returns either an `Operation.error` * or an `Operation.response` which contains an `AsyncRecognizeResponse` * message. (speech.asyncrecognize) * * @param Google_Service_CloudSpeechAPI_AsyncRecognizeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSpeechAPI_Operation */ public function asyncrecognize(Google_Service_CloudSpeechAPI_AsyncRecognizeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('asyncrecognize', array($params), "Google_Service_CloudSpeechAPI_Operation"); } /** * Perform synchronous speech-recognition: receive results after all audio has * been sent and processed. (speech.syncrecognize) * * @param Google_Service_CloudSpeechAPI_SyncRecognizeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSpeechAPI_SyncRecognizeResponse */ public function syncrecognize(Google_Service_CloudSpeechAPI_SyncRecognizeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('syncrecognize', array($params), "Google_Service_CloudSpeechAPI_SyncRecognizeResponse"); } } PK) ZQn^vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionResult.phpnu[alternatives = $alternatives; } public function getAlternatives() { return $this->alternatives; } } PK) ZWvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionAudio.phpnu[content = $content; } public function getContent() { return $this->content; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK) Z Pvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } public function setError(Google_Service_CloudSpeechAPI_Status $error) { $this->error = $error; } public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) Z7=Mvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Status.phpnu[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; } } PK) Zm1J!!cvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } } PK) Zt:%]vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOperations($operations) { $this->operations = $operations; } public function getOperations() { return $this->operations; } } PK) Z*SH88@vendor/google/apiclient-services/src/Google/Service/Dataproc.phpnu[ * Manages Hadoop-based clusters and jobs on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Dataproc extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_autoscalingPolicies; public $projects_locations_workflowTemplates; public $projects_regions_autoscalingPolicies; public $projects_regions_clusters; public $projects_regions_jobs; public $projects_regions_operations; public $projects_regions_workflowTemplates; /** * Constructs the internal representation of the Dataproc service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://dataproc.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'dataproc'; $this->projects_locations_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies( $this, $this->serviceName, 'autoscalingPolicies', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/autoscalingPolicies', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/autoscalingPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates( $this, $this->serviceName, 'workflowTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/workflowTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'version' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'version' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'instantiate' => array( 'path' => 'v1/{+name}:instantiate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'instantiateInline' => array( 'path' => 'v1/{+parent}/workflowTemplates:instantiateInline', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/workflowTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_regions_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies( $this, $this->serviceName, 'autoscalingPolicies', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/autoscalingPolicies', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/autoscalingPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_regions_clusters = new Google_Service_Dataproc_Resource_ProjectsRegionsClusters( $this, $this->serviceName, 'clusters', array( 'methods' => array( 'create' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterUuid' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'diagnose' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'injectCredentials' => array( 'path' => 'v1/{+project}/{+region}/{+cluster}:injectCredentials', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'cluster' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gracefulDecommissionTimeout' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_regions_jobs = new Google_Service_Dataproc_Resource_ProjectsRegionsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterName' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'jobStateMatcher' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'submit' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs:submit', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'submitAsOperation' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs:submitAsOperation', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_regions_operations = new Google_Service_Dataproc_Resource_ProjectsRegionsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_regions_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates( $this, $this->serviceName, 'workflowTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/workflowTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'version' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'version' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'instantiate' => array( 'path' => 'v1/{+name}:instantiate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'instantiateInline' => array( 'path' => 'v1/{+parent}/workflowTemplates:instantiateInline', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/workflowTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK) ZIvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.phpnu[ * Accesses the latest features for managing Authorized Buyers accounts, Real- * Time Bidding configurations and auction metrics, and Marketplace programmatic * deals.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdExchangeBuyerII extends Google_Service { /** Manage your Ad Exchange buyer account configuration. */ const ADEXCHANGE_BUYER = "https://www.googleapis.com/auth/adexchange.buyer"; public $accounts_clients; public $accounts_clients_invitations; public $accounts_clients_users; public $accounts_creatives; public $accounts_creatives_dealAssociations; public $accounts_finalizedProposals; public $accounts_products; public $accounts_proposals; public $accounts_publisherProfiles; public $bidders_accounts_filterSets; public $bidders_accounts_filterSets_bidMetrics; public $bidders_accounts_filterSets_bidResponseErrors; public $bidders_accounts_filterSets_bidResponsesWithoutBids; public $bidders_accounts_filterSets_filteredBidRequests; public $bidders_accounts_filterSets_filteredBids; public $bidders_accounts_filterSets_filteredBids_creatives; public $bidders_accounts_filterSets_filteredBids_details; public $bidders_accounts_filterSets_impressionMetrics; public $bidders_accounts_filterSets_losingBids; public $bidders_accounts_filterSets_nonBillableWinningBids; public $bidders_filterSets; public $bidders_filterSets_bidMetrics; public $bidders_filterSets_bidResponseErrors; public $bidders_filterSets_bidResponsesWithoutBids; public $bidders_filterSets_filteredBidRequests; public $bidders_filterSets_filteredBids; public $bidders_filterSets_filteredBids_creatives; public $bidders_filterSets_filteredBids_details; public $bidders_filterSets_impressionMetrics; public $bidders_filterSets_losingBids; public $bidders_filterSets_nonBillableWinningBids; /** * Constructs the internal representation of the AdExchangeBuyerII service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://adexchangebuyer.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2beta1'; $this->serviceName = 'adexchangebuyer2'; $this->accounts_clients = new Google_Service_AdExchangeBuyerII_Resource_AccountsClients( $this, $this->serviceName, 'clients', array( 'methods' => array( 'create' => array( 'path' => 'v2beta1/accounts/{accountId}/clients', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/clients', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'partnerClientId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_clients_invitations = new Google_Service_AdExchangeBuyerII_Resource_AccountsClientsInvitations( $this, $this->serviceName, 'invitations', array( 'methods' => array( 'create' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations/{invitationId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'invitationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_clients_users = new Google_Service_AdExchangeBuyerII_Resource_AccountsClientsUsers( $this, $this->serviceName, 'users', array( 'methods' => array( 'get' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_creatives = new Google_Service_AdExchangeBuyerII_Resource_AccountsCreatives( $this, $this->serviceName, 'creatives', array( 'methods' => array( 'create' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'duplicateIdMode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'stopWatching' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:stopWatching', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'watch' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:watch', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_creatives_dealAssociations = new Google_Service_AdExchangeBuyerII_Resource_AccountsCreativesDealAssociations( $this, $this->serviceName, 'dealAssociations', array( 'methods' => array( 'add' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:add', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'remove' => array( 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:remove', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_finalizedProposals = new Google_Service_AdExchangeBuyerII_Resource_AccountsFinalizedProposals( $this, $this->serviceName, 'finalizedProposals', array( 'methods' => array( 'list' => array( 'path' => 'v2beta1/accounts/{accountId}/finalizedProposals', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'filterSyntax' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_products = new Google_Service_AdExchangeBuyerII_Resource_AccountsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'get' => array( 'path' => 'v2beta1/accounts/{accountId}/products/{productId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/products', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_proposals = new Google_Service_AdExchangeBuyerII_Resource_AccountsProposals( $this, $this->serviceName, 'proposals', array( 'methods' => array( 'accept' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:accept', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'addNote' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:addNote', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'cancelNegotiation' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:cancelNegotiation', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'completeSetup' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:completeSetup', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'filterSyntax' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'pause' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:pause', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_publisherProfiles = new Google_Service_AdExchangeBuyerII_Resource_AccountsPublisherProfiles( $this, $this->serviceName, 'publisherProfiles', array( 'methods' => array( 'get' => array( 'path' => 'v2beta1/accounts/{accountId}/publisherProfiles/{publisherProfileId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publisherProfileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2beta1/accounts/{accountId}/publisherProfiles', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => 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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bidders_filterSets_filteredBidRequests = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidRequests( $this, $this->serviceName, 'filteredBidRequests', array( 'methods' => array( 'list' => array( 'path' => 'v2beta1/{+filterSetName}/filteredBidRequests', 'httpMethod' => 'GET', 'parameters' => array( 'filterSetName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bidders_filterSets_filteredBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBids( $this, $this->serviceName, 'filteredBids', array( 'methods' => array( 'list' => array( 'path' => 'v2beta1/{+filterSetName}/filteredBids', 'httpMethod' => 'GET', 'parameters' => array( 'filterSetName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bidders_filterSets_impressionMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsImpressionMetrics( $this, $this->serviceName, 'impressionMetrics', array( 'methods' => array( 'list' => array( 'path' => 'v2beta1/{+filterSetName}/impressionMetrics', 'httpMethod' => 'GET', 'parameters' => array( 'filterSetName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bidders_filterSets_losingBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsLosingBids( $this, $this->serviceName, 'losingBids', array( 'methods' => array( 'list' => array( 'path' => 'v2beta1/{+filterSetName}/losingBids', 'httpMethod' => 'GET', 'parameters' => array( 'filterSetName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK) ZpMvendor/google/apiclient-services/src/Google/Service/Slides/TableBorderRow.phpnu[tableBorderCells = $tableBorderCells; } /** * @return Google_Service_Slides_TableBorderCell[] */ public function getTableBorderCells() { return $this->tableBorderCells; } } PK) Z13Kvendor/google/apiclient-services/src/Google/Service/Slides/WriteControl.phpnu[requiredRevisionId = $requiredRevisionId; } public function getRequiredRevisionId() { return $this->requiredRevisionId; } } PK) ZџaUvendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setInsertBelow($insertBelow) { $this->insertBelow = $insertBelow; } public function getInsertBelow() { return $this->insertBelow; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } public function getTableObjectId() { return $this->tableObjectId; } } PK) Zf}^Zvendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_ParagraphStyle */ public function setStyle(Google_Service_Slides_ParagraphStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_ParagraphStyle */ public function getStyle() { return $this->style; } /** * @param Google_Service_Slides_Range */ public function setTextRange(Google_Service_Slides_Range $textRange) { $this->textRange = $textRange; } /** * @return Google_Service_Slides_Range */ public function getTextRange() { return $this->textRange; } } PK) ZR"!::Dvendor/google/apiclient-services/src/Google/Service/Slides/Group.phpnu[children = $children; } /** * @return Google_Service_Slides_PageElement[] */ public function getChildren() { return $this->children; } } PK) Z8Zvendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.phpnu[insertionIndex = $insertionIndex; } public function getInsertionIndex() { return $this->insertionIndex; } public function setSlideObjectIds($slideObjectIds) { $this->slideObjectIds = $slideObjectIds; } public function getSlideObjectIds() { return $this->slideObjectIds; } } PK) Zh22Jvendor/google/apiclient-services/src/Google/Service/Slides/PageElement.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Slides_Group */ public function setElementGroup(Google_Service_Slides_Group $elementGroup) { $this->elementGroup = $elementGroup; } /** * @return Google_Service_Slides_Group */ public function getElementGroup() { return $this->elementGroup; } /** * @param Google_Service_Slides_Image */ public function setImage(Google_Service_Slides_Image $image) { $this->image = $image; } /** * @return Google_Service_Slides_Image */ public function getImage() { return $this->image; } /** * @param Google_Service_Slides_Line */ public function setLine(Google_Service_Slides_Line $line) { $this->line = $line; } /** * @return Google_Service_Slides_Line */ public function getLine() { return $this->line; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_Shape */ public function setShape(Google_Service_Slides_Shape $shape) { $this->shape = $shape; } /** * @return Google_Service_Slides_Shape */ public function getShape() { return $this->shape; } /** * @param Google_Service_Slides_SheetsChart */ public function setSheetsChart(Google_Service_Slides_SheetsChart $sheetsChart) { $this->sheetsChart = $sheetsChart; } /** * @return Google_Service_Slides_SheetsChart */ public function getSheetsChart() { return $this->sheetsChart; } /** * @param Google_Service_Slides_Size */ public function setSize(Google_Service_Slides_Size $size) { $this->size = $size; } /** * @return Google_Service_Slides_Size */ public function getSize() { return $this->size; } /** * @param Google_Service_Slides_Table */ public function setTable(Google_Service_Slides_Table $table) { $this->table = $table; } /** * @return Google_Service_Slides_Table */ public function getTable() { return $this->table; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_Slides_AffineTransform */ public function setTransform(Google_Service_Slides_AffineTransform $transform) { $this->transform = $transform; } /** * @return Google_Service_Slides_AffineTransform */ public function getTransform() { return $this->transform; } /** * @param Google_Service_Slides_Video */ public function setVideo(Google_Service_Slides_Video $video) { $this->video = $video; } /** * @return Google_Service_Slides_Video */ public function getVideo() { return $this->video; } /** * @param Google_Service_Slides_WordArt */ public function setWordArt(Google_Service_Slides_WordArt $wordArt) { $this->wordArt = $wordArt; } /** * @return Google_Service_Slides_WordArt */ public function getWordArt() { return $this->wordArt; } } PK) ZHeZZFvendor/google/apiclient-services/src/Google/Service/Slides/WordArt.phpnu[renderedText = $renderedText; } public function getRenderedText() { return $this->renderedText; } } PK) ZO[vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Slides_ImageProperties */ public function setImageProperties(Google_Service_Slides_ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return Google_Service_Slides_ImageProperties */ public function getImageProperties() { return $this->imageProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZxK`vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.phpnu[applyMode = $applyMode; } public function getApplyMode() { return $this->applyMode; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_AffineTransform */ public function setTransform(Google_Service_Slides_AffineTransform $transform) { $this->transform = $transform; } /** * @return Google_Service_Slides_AffineTransform */ public function getTransform() { return $this->transform; } } PK) Z/Hvendor/google/apiclient-services/src/Google/Service/Slides/Dimension.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK) Z0"  Nvendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.phpnu[scaleX = $scaleX; } public function getScaleX() { return $this->scaleX; } public function setScaleY($scaleY) { $this->scaleY = $scaleY; } public function getScaleY() { return $this->scaleY; } public function setShearX($shearX) { $this->shearX = $shearX; } public function getShearX() { return $this->shearX; } public function setShearY($shearY) { $this->shearY = $shearY; } public function getShearY() { return $this->shearY; } public function setTranslateX($translateX) { $this->translateX = $translateX; } public function getTranslateX() { return $this->translateX; } public function setTranslateY($translateY) { $this->translateY = $translateY; } public function getTranslateY() { return $this->translateY; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK) Z,?q ttPvendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setInsertionIndex($insertionIndex) { $this->insertionIndex = $insertionIndex; } public function getInsertionIndex() { return $this->insertionIndex; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK) Z-p`PPXvendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z:1Hvendor/google/apiclient-services/src/Google/Service/Slides/Thumbnail.phpnu[contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK) Z(U88Gvendor/google/apiclient-services/src/Google/Service/Slides/AutoText.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Slides_TextStyle */ public function setStyle(Google_Service_Slides_TextStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_TextStyle */ public function getStyle() { return $this->style; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Z~ggQvendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoRequest.phpnu[elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK) ZniOOvendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMasterObjectId($masterObjectId) { $this->masterObjectId = $masterObjectId; } public function getMasterObjectId() { return $this->masterObjectId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK) Z]Jvendor/google/apiclient-services/src/Google/Service/Slides/OpaqueColor.phpnu[rgbColor = $rgbColor; } /** * @return Google_Service_Slides_RgbColor */ public function getRgbColor() { return $this->rgbColor; } public function setThemeColor($themeColor) { $this->themeColor = $themeColor; } public function getThemeColor() { return $this->themeColor; } } PK) ZnRvendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsRequest.phpnu[childrenObjectIds = $childrenObjectIds; } public function getChildrenObjectIds() { return $this->childrenObjectIds; } public function setGroupObjectId($groupObjectId) { $this->groupObjectId = $groupObjectId; } public function getGroupObjectId() { return $this->groupObjectId; } } PK) ZWORJJRvendor/google/apiclient-services/src/Google/Service/Slides/DeleteObjectRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z Xvendor/google/apiclient-services/src/Google/Service/Slides/UpdateLineCategoryRequest.phpnu[lineCategory = $lineCategory; } public function getLineCategory() { return $this->lineCategory; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZLLYvendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.phpnu[layoutPlaceholder = $layoutPlaceholder; } /** * @return Google_Service_Slides_Placeholder */ public function getLayoutPlaceholder() { return $this->layoutPlaceholder; } public function setLayoutPlaceholderObjectId($layoutPlaceholderObjectId) { $this->layoutPlaceholderObjectId = $layoutPlaceholderObjectId; } public function getLayoutPlaceholderObjectId() { return $this->layoutPlaceholderObjectId; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZVVvendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.phpnu[propertyState = $propertyState; } public function getPropertyState() { return $this->propertyState; } /** * @param Google_Service_Slides_SolidFill */ public function setSolidFill(Google_Service_Slides_SolidFill $solidFill) { $this->solidFill = $solidFill; } /** * @return Google_Service_Slides_SolidFill */ public function getSolidFill() { return $this->solidFill; } } PK) ZA`SWvendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartRequest.phpnu[chartId = $chartId; } public function getChartId() { return $this->chartId; } /** * @param Google_Service_Slides_PageElementProperties */ public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) { $this->elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setLinkingMode($linkingMode) { $this->linkingMode = $linkingMode; } public function getLinkingMode() { return $this->linkingMode; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK) Z??Gvendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.phpnu[blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK) ZͥHvendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } /** * @param Google_Service_Slides_OpaqueColor */ public function setColor(Google_Service_Slides_OpaqueColor $color) { $this->color = $color; } /** * @return Google_Service_Slides_OpaqueColor */ public function getColor() { return $this->color; } } PK) Z:CNK;;Kvendor/google/apiclient-services/src/Google/Service/Slides/NestingLevel.phpnu[bulletStyle = $bulletStyle; } /** * @return Google_Service_Slides_TextStyle */ public function getBulletStyle() { return $this->bulletStyle; } } PK) Z1Ravendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableColumnPropertiesRequest.phpnu[columnIndices = $columnIndices; } public function getColumnIndices() { return $this->columnIndices; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableColumnProperties */ public function setTableColumnProperties(Google_Service_Slides_TableColumnProperties $tableColumnProperties) { $this->tableColumnProperties = $tableColumnProperties; } /** * @return Google_Service_Slides_TableColumnProperties */ public function getTableColumnProperties() { return $this->tableColumnProperties; } } PK) Z-Qvendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.phpnu[fontFamily = $fontFamily; } public function getFontFamily() { return $this->fontFamily; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK) Z3]vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.phpnu[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; } } PK) Z㘹Pvendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.phpnu[columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } } PK) ZaB266Fvendor/google/apiclient-services/src/Google/Service/Slides/Outline.phpnu[dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } /** * @param Google_Service_Slides_OutlineFill */ public function setOutlineFill(Google_Service_Slides_OutlineFill $outlineFill) { $this->outlineFill = $outlineFill; } /** * @return Google_Service_Slides_OutlineFill */ public function getOutlineFill() { return $this->outlineFill; } public function setPropertyState($propertyState) { $this->propertyState = $propertyState; } public function getPropertyState() { return $this->propertyState; } /** * @param Google_Service_Slides_Dimension */ public function setWeight(Google_Service_Slides_Dimension $weight) { $this->weight = $weight; } /** * @return Google_Service_Slides_Dimension */ public function getWeight() { return $this->weight; } } PK) Z4Zvendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_PageProperties */ public function setPageProperties(Google_Service_Slides_PageProperties $pageProperties) { $this->pageProperties = $pageProperties; } /** * @return Google_Service_Slides_PageProperties */ public function getPageProperties() { return $this->pageProperties; } } PK) Z(L$JJRvendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZfkVNvendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.phpnu[speakerNotesObjectId = $speakerNotesObjectId; } public function getSpeakerNotesObjectId() { return $this->speakerNotesObjectId; } } PK) Zep* Uvendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.phpnu[matchCase = $matchCase; } public function getMatchCase() { return $this->matchCase; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK) Z2^vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableRowPropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setRowIndices($rowIndices) { $this->rowIndices = $rowIndices; } public function getRowIndices() { return $this->rowIndices; } /** * @param Google_Service_Slides_TableRowProperties */ public function setTableRowProperties(Google_Service_Slides_TableRowProperties $tableRowProperties) { $this->tableRowProperties = $tableRowProperties; } /** * @return Google_Service_Slides_TableRowProperties */ public function getTableRowProperties() { return $this->tableRowProperties; } } PK) Z:TI_vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableCellPropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableCellProperties */ public function setTableCellProperties(Google_Service_Slides_TableCellProperties $tableCellProperties) { $this->tableCellProperties = $tableCellProperties; } /** * @return Google_Service_Slides_TableCellProperties */ public function getTableCellProperties() { return $this->tableCellProperties; } /** * @param Google_Service_Slides_TableRange */ public function setTableRange(Google_Service_Slides_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Slides_TableRange */ public function getTableRange() { return $this->tableRange; } } PK) Z1Dvendor/google/apiclient-services/src/Google/Service/Slides/Range.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZEgfff\vendor/google/apiclient-services/src/Google/Service/Slides/CreateParagraphBulletsRequest.phpnu[bulletPreset = $bulletPreset; } public function getBulletPreset() { return $this->bulletPreset; } /** * @param Google_Service_Slides_TableCellLocation */ public function setCellLocation(Google_Service_Slides_TableCellLocation $cellLocation) { $this->cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_Range */ public function setTextRange(Google_Service_Slides_Range $textRange) { $this->textRange = $textRange; } /** * @return Google_Service_Slides_Range */ public function getTextRange() { return $this->textRange; } } PK) Z ||Qvendor/google/apiclient-services/src/Google/Service/Slides/CreateTableRequest.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } /** * @param Google_Service_Slides_PageElementProperties */ public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) { $this->elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } } PK) Z3CCMvendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.phpnu[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; } } PK) Z***Jvendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.phpnu[solidFill = $solidFill; } /** * @return Google_Service_Slides_SolidFill */ public function getSolidFill() { return $this->solidFill; } } PK) Zo\\Ovendor/google/apiclient-services/src/Google/Service/Slides/MasterProperties.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK) ZlJCvendor/google/apiclient-services/src/Google/Service/Slides/Page.phpnu[layoutProperties = $layoutProperties; } /** * @return Google_Service_Slides_LayoutProperties */ public function getLayoutProperties() { return $this->layoutProperties; } /** * @param Google_Service_Slides_MasterProperties */ public function setMasterProperties(Google_Service_Slides_MasterProperties $masterProperties) { $this->masterProperties = $masterProperties; } /** * @return Google_Service_Slides_MasterProperties */ public function getMasterProperties() { return $this->masterProperties; } /** * @param Google_Service_Slides_NotesProperties */ public function setNotesProperties(Google_Service_Slides_NotesProperties $notesProperties) { $this->notesProperties = $notesProperties; } /** * @return Google_Service_Slides_NotesProperties */ public function getNotesProperties() { return $this->notesProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_PageElement[] */ public function setPageElements($pageElements) { $this->pageElements = $pageElements; } /** * @return Google_Service_Slides_PageElement[] */ public function getPageElements() { return $this->pageElements; } /** * @param Google_Service_Slides_PageProperties */ public function setPageProperties(Google_Service_Slides_PageProperties $pageProperties) { $this->pageProperties = $pageProperties; } /** * @return Google_Service_Slides_PageProperties */ public function getPageProperties() { return $this->pageProperties; } public function setPageType($pageType) { $this->pageType = $pageType; } public function getPageType() { return $this->pageType; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } /** * @param Google_Service_Slides_SlideProperties */ public function setSlideProperties(Google_Service_Slides_SlideProperties $slideProperties) { $this->slideProperties = $slideProperties; } /** * @return Google_Service_Slides_SlideProperties */ public function getSlideProperties() { return $this->slideProperties; } } PK) ZmHGhhNvendor/google/apiclient-services/src/Google/Service/Slides/TableBorderCell.phpnu[location = $location; } /** * @return Google_Service_Slides_TableCellLocation */ public function getLocation() { return $this->location; } /** * @param Google_Service_Slides_TableBorderProperties */ public function setTableBorderProperties(Google_Service_Slides_TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return Google_Service_Slides_TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } } PK) ZnPvendor/google/apiclient-services/src/Google/Service/Slides/CreateLineRequest.phpnu[category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_Slides_PageElementProperties */ public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) { $this->elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setLineCategory($lineCategory) { $this->lineCategory = $lineCategory; } public function getLineCategory() { return $this->lineCategory; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZC. Mvendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.phpnu[dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } public function setEndArrow($endArrow) { $this->endArrow = $endArrow; } public function getEndArrow() { return $this->endArrow; } /** * @param Google_Service_Slides_LineConnection */ public function setEndConnection(Google_Service_Slides_LineConnection $endConnection) { $this->endConnection = $endConnection; } /** * @return Google_Service_Slides_LineConnection */ public function getEndConnection() { return $this->endConnection; } /** * @param Google_Service_Slides_LineFill */ public function setLineFill(Google_Service_Slides_LineFill $lineFill) { $this->lineFill = $lineFill; } /** * @return Google_Service_Slides_LineFill */ public function getLineFill() { return $this->lineFill; } /** * @param Google_Service_Slides_Link */ public function setLink(Google_Service_Slides_Link $link) { $this->link = $link; } /** * @return Google_Service_Slides_Link */ public function getLink() { return $this->link; } public function setStartArrow($startArrow) { $this->startArrow = $startArrow; } public function getStartArrow() { return $this->startArrow; } /** * @param Google_Service_Slides_LineConnection */ public function setStartConnection(Google_Service_Slides_LineConnection $startConnection) { $this->startConnection = $startConnection; } /** * @return Google_Service_Slides_LineConnection */ public function getStartConnection() { return $this->startConnection; } /** * @param Google_Service_Slides_Dimension */ public function setWeight(Google_Service_Slides_Dimension $weight) { $this->weight = $weight; } /** * @return Google_Service_Slides_Dimension */ public function getWeight() { return $this->weight; } } PK) ZB  Hvendor/google/apiclient-services/src/Google/Service/Slides/TableCell.phpnu[columnSpan = $columnSpan; } public function getColumnSpan() { return $this->columnSpan; } /** * @param Google_Service_Slides_TableCellLocation */ public function setLocation(Google_Service_Slides_TableCellLocation $location) { $this->location = $location; } /** * @return Google_Service_Slides_TableCellLocation */ public function getLocation() { return $this->location; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } /** * @param Google_Service_Slides_TableCellProperties */ public function setTableCellProperties(Google_Service_Slides_TableCellProperties $tableCellProperties) { $this->tableCellProperties = $tableCellProperties; } /** * @return Google_Service_Slides_TableCellProperties */ public function getTableCellProperties() { return $this->tableCellProperties; } /** * @param Google_Service_Slides_TextContent */ public function setText(Google_Service_Slides_TextContent $text) { $this->text = $text; } /** * @return Google_Service_Slides_TextContent */ public function getText() { return $this->text; } } PK) ZpzHvendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Slides_OptionalColor */ public function getBackgroundColor() { return $this->backgroundColor; } public function setBaselineOffset($baselineOffset) { $this->baselineOffset = $baselineOffset; } public function getBaselineOffset() { return $this->baselineOffset; } public function setBold($bold) { $this->bold = $bold; } public function getBold() { return $this->bold; } public function setFontFamily($fontFamily) { $this->fontFamily = $fontFamily; } public function getFontFamily() { return $this->fontFamily; } /** * @param Google_Service_Slides_Dimension */ public function setFontSize(Google_Service_Slides_Dimension $fontSize) { $this->fontSize = $fontSize; } /** * @return Google_Service_Slides_Dimension */ public function getFontSize() { return $this->fontSize; } /** * @param Google_Service_Slides_OptionalColor */ public function setForegroundColor(Google_Service_Slides_OptionalColor $foregroundColor) { $this->foregroundColor = $foregroundColor; } /** * @return Google_Service_Slides_OptionalColor */ public function getForegroundColor() { return $this->foregroundColor; } public function setItalic($italic) { $this->italic = $italic; } public function getItalic() { return $this->italic; } /** * @param Google_Service_Slides_Link */ public function setLink(Google_Service_Slides_Link $link) { $this->link = $link; } /** * @return Google_Service_Slides_Link */ public function getLink() { return $this->link; } public function setSmallCaps($smallCaps) { $this->smallCaps = $smallCaps; } public function getSmallCaps() { return $this->smallCaps; } public function setStrikethrough($strikethrough) { $this->strikethrough = $strikethrough; } public function getStrikethrough() { return $this->strikethrough; } public function setUnderline($underline) { $this->underline = $underline; } public function getUnderline() { return $this->underline; } /** * @param Google_Service_Slides_WeightedFontFamily */ public function setWeightedFontFamily(Google_Service_Slides_WeightedFontFamily $weightedFontFamily) { $this->weightedFontFamily = $weightedFontFamily; } /** * @return Google_Service_Slides_WeightedFontFamily */ public function getWeightedFontFamily() { return $this->weightedFontFamily; } } PK) Z`; NNVvendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z̞(tUvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.phpnu[occurrencesChanged = $occurrencesChanged; } public function getOccurrencesChanged() { return $this->occurrencesChanged; } } PK) ZF<4evendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartRequest.phpnu[chartId = $chartId; } public function getChartId() { return $this->chartId; } /** * @param Google_Service_Slides_SubstringMatchCriteria */ public function setContainsText(Google_Service_Slides_SubstringMatchCriteria $containsText) { $this->containsText = $containsText; } /** * @return Google_Service_Slides_SubstringMatchCriteria */ public function getContainsText() { return $this->containsText; } public function setLinkingMode($linkingMode) { $this->linkingMode = $linkingMode; } public function getLinkingMode() { return $this->linkingMode; } public function setPageObjectIds($pageObjectIds) { $this->pageObjectIds = $pageObjectIds; } public function getPageObjectIds() { return $this->pageObjectIds; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK) Z!Zvendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Slides_LineProperties */ public function setLineProperties(Google_Service_Slides_LineProperties $lineProperties) { $this->lineProperties = $lineProperties; } /** * @return Google_Service_Slides_LineProperties */ public function getLineProperties() { return $this->lineProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZlineCategory = $lineCategory; } public function getLineCategory() { return $this->lineCategory; } /** * @param Google_Service_Slides_LineProperties */ public function setLineProperties(Google_Service_Slides_LineProperties $lineProperties) { $this->lineProperties = $lineProperties; } /** * @return Google_Service_Slides_LineProperties */ public function getLineProperties() { return $this->lineProperties; } public function setLineType($lineType) { $this->lineType = $lineType; } public function getLineType() { return $this->lineType; } } PK) Z.Qvendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.phpnu[elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK) ZnRvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceImageRequest.phpnu[imageObjectId = $imageObjectId; } public function getImageObjectId() { return $this->imageObjectId; } public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } public function getImageReplaceMethod() { return $this->imageReplaceMethod; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK) ZTvendor/google/apiclient-services/src/Google/Service/Slides/TableBorderProperties.phpnu[dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } /** * @param Google_Service_Slides_TableBorderFill */ public function setTableBorderFill(Google_Service_Slides_TableBorderFill $tableBorderFill) { $this->tableBorderFill = $tableBorderFill; } /** * @return Google_Service_Slides_TableBorderFill */ public function getTableBorderFill() { return $this->tableBorderFill; } /** * @param Google_Service_Slides_Dimension */ public function setWeight(Google_Service_Slides_Dimension $weight) { $this->weight = $weight; } /** * @return Google_Service_Slides_Dimension */ public function getWeight() { return $this->weight; } } PK) Zʯ+ Zvendor/google/apiclient-services/src/Google/Service/Slides/Resource/PresentationsPages.phpnu[ * $slidesService = new Google_Service_Slides(...); * $pages = $slidesService->pages; * */ class Google_Service_Slides_Resource_PresentationsPages extends Google_Service_Resource { /** * Gets the latest version of the specified page in the presentation. * (pages.get) * * @param string $presentationId The ID of the presentation to retrieve. * @param string $pageObjectId The object ID of the page to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Slides_Page */ public function get($presentationId, $pageObjectId, $optParams = array()) { $params = array('presentationId' => $presentationId, 'pageObjectId' => $pageObjectId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Slides_Page"); } /** * Generates a thumbnail of the latest version of the specified page in the * presentation and returns a URL to the thumbnail image. This request counts as * an [expensive read request](/slides/limits) for quota purposes. * (pages.getThumbnail) * * @param string $presentationId The ID of the presentation to retrieve. * @param string $pageObjectId The object ID of the page whose thumbnail to * retrieve. * @param array $optParams Optional parameters. * * @opt_param string thumbnailProperties.mimeType The optional mime type of the * thumbnail image. If you don't specify the mime type, the mime type defaults * to 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"); } } PK) ZqqUvendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.phpnu[ * $slidesService = new Google_Service_Slides(...); * $presentations = $slidesService->presentations; * */ class Google_Service_Slides_Resource_Presentations extends Google_Service_Resource { /** * Applies one or more updates to the presentation. Each request is validated * before being applied. If any request is not valid, then the entire request * will fail and nothing will be applied. Some requests have replies to give you * some information about how they are applied. Other requests do not need to * return information; these each return an empty reply. The order of replies * matches that of the requests. For example, suppose you call batchUpdate with * four updates, and only the third one returns information. The response would * have two empty replies: the reply to the third request, and another empty * reply, in that order. Because other users may be editing the presentation, * the presentation might not exactly reflect your changes: your changes may be * altered with respect to collaborator changes. If there are no collaborators, * the presentation should reflect your changes. In any case, the updates in * your request are guaranteed to be applied together atomically. * (presentations.batchUpdate) * * @param string $presentationId The presentation to apply the updates to. * @param Google_Service_Slides_BatchUpdatePresentationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Slides_BatchUpdatePresentationResponse */ public function batchUpdate($presentationId, Google_Service_Slides_BatchUpdatePresentationRequest $postBody, $optParams = array()) { $params = array('presentationId' => $presentationId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Slides_BatchUpdatePresentationResponse"); } /** * Creates a blank presentation using the title given in the request. If a * `presentationId` is provided, it is used as the ID of the new presentation. * Otherwise, a new ID is generated. Other fields in the request, including any * provided content, are ignored. Returns the created presentation. * (presentations.create) * * @param Google_Service_Slides_Presentation $postBody * @param array $optParams Optional parameters. * @return Google_Service_Slides_Presentation */ public function create(Google_Service_Slides_Presentation $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Slides_Presentation"); } /** * Gets the latest version of the specified presentation. (presentations.get) * * @param string $presentationId The ID of the presentation to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Slides_Presentation */ public function get($presentationId, $optParams = array()) { $params = array('presentationId' => $presentationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Slides_Presentation"); } } PK) ZSJvendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setParentObjectId($parentObjectId) { $this->parentObjectId = $parentObjectId; } public function getParentObjectId() { return $this->parentObjectId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Z PFvendor/google/apiclient-services/src/Google/Service/Slides/Recolor.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Slides_ColorStop[] */ public function setRecolorStops($recolorStops) { $this->recolorStops = $recolorStops; } /** * @return Google_Service_Slides_ColorStop[] */ public function getRecolorStops() { return $this->recolorStops; } } PK) ZI! Kvendor/google/apiclient-services/src/Google/Service/Slides/Presentation.phpnu[layouts = $layouts; } /** * @return Google_Service_Slides_Page[] */ public function getLayouts() { return $this->layouts; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Slides_Page[] */ public function setMasters($masters) { $this->masters = $masters; } /** * @return Google_Service_Slides_Page[] */ public function getMasters() { return $this->masters; } /** * @param Google_Service_Slides_Page */ public function setNotesMaster(Google_Service_Slides_Page $notesMaster) { $this->notesMaster = $notesMaster; } /** * @return Google_Service_Slides_Page */ public function getNotesMaster() { return $this->notesMaster; } /** * @param Google_Service_Slides_Size */ public function setPageSize(Google_Service_Slides_Size $pageSize) { $this->pageSize = $pageSize; } /** * @return Google_Service_Slides_Size */ public function getPageSize() { return $this->pageSize; } public function setPresentationId($presentationId) { $this->presentationId = $presentationId; } public function getPresentationId() { return $this->presentationId; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } /** * @param Google_Service_Slides_Page[] */ public function setSlides($slides) { $this->slides = $slides; } /** * @return Google_Service_Slides_Page[] */ public function getSlides() { return $this->slides; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z&~_,,Evendor/google/apiclient-services/src/Google/Service/Slides/Bullet.phpnu[bulletStyle = $bulletStyle; } /** * @return Google_Service_Slides_TextStyle */ public function getBulletStyle() { return $this->bulletStyle; } public function setGlyph($glyph) { $this->glyph = $glyph; } public function getGlyph() { return $this->glyph; } public function setListId($listId) { $this->listId = $listId; } public function getListId() { return $this->listId; } public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } public function getNestingLevel() { return $this->nestingLevel; } } PK) ZQQvendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeRequest.phpnu[elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setShapeType($shapeType) { $this->shapeType = $shapeType; } public function getShapeType() { return $this->shapeType; } } PK) Z{G3JJRvendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z3Uvendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TextStyle */ public function setStyle(Google_Service_Slides_TextStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_TextStyle */ public function getStyle() { return $this->style; } /** * @param Google_Service_Slides_Range */ public function setTextRange(Google_Service_Slides_Range $textRange) { $this->textRange = $textRange; } /** * @return Google_Service_Slides_Range */ public function getTextRange() { return $this->textRange; } } PK) ZdW Evendor/google/apiclient-services/src/Google/Service/Slides/Shadow.phpnu[alignment = $alignment; } public function getAlignment() { return $this->alignment; } public function setAlpha($alpha) { $this->alpha = $alpha; } public function getAlpha() { return $this->alpha; } /** * @param Google_Service_Slides_Dimension */ public function setBlurRadius(Google_Service_Slides_Dimension $blurRadius) { $this->blurRadius = $blurRadius; } /** * @return Google_Service_Slides_Dimension */ public function getBlurRadius() { return $this->blurRadius; } /** * @param Google_Service_Slides_OpaqueColor */ public function setColor(Google_Service_Slides_OpaqueColor $color) { $this->color = $color; } /** * @return Google_Service_Slides_OpaqueColor */ public function getColor() { return $this->color; } public function setPropertyState($propertyState) { $this->propertyState = $propertyState; } public function getPropertyState() { return $this->propertyState; } public function setRotateWithShape($rotateWithShape) { $this->rotateWithShape = $rotateWithShape; } public function getRotateWithShape() { return $this->rotateWithShape; } /** * @param Google_Service_Slides_AffineTransform */ public function setTransform(Google_Service_Slides_AffineTransform $transform) { $this->transform = $transform; } /** * @return Google_Service_Slides_AffineTransform */ public function getTransform() { return $this->transform; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) Zh<;Fvendor/google/apiclient-services/src/Google/Service/Slides/Autofit.phpnu[autofitType = $autofitType; } public function getAutofitType() { return $this->autofitType; } public function setFontScale($fontScale) { $this->fontScale = $fontScale; } public function getFontScale() { return $this->fontScale; } public function setLineSpacingReduction($lineSpacingReduction) { $this->lineSpacingReduction = $lineSpacingReduction; } public function getLineSpacingReduction() { return $this->lineSpacingReduction; } } PK) Za^vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementAltTextRequest.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) ZMnTvendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.phpnu[chartImageProperties = $chartImageProperties; } /** * @return Google_Service_Slides_ImageProperties */ public function getChartImageProperties() { return $this->chartImageProperties; } } PK) Z0 mUvendor/google/apiclient-services/src/Google/Service/Slides/MergeTableCellsRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableRange */ public function setTableRange(Google_Service_Slides_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Slides_TableRange */ public function getTableRange() { return $this->tableRange; } } PK) ZK4Pvendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_Range */ public function setTextRange(Google_Service_Slides_Range $textRange) { $this->textRange = $textRange; } /** * @return Google_Service_Slides_Range */ public function getTextRange() { return $this->textRange; } } PK) Zh~IIQvendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZEeFvendor/google/apiclient-services/src/Google/Service/Slides/TextRun.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Slides_TextStyle */ public function setStyle(Google_Service_Slides_TextStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_TextStyle */ public function getStyle() { return $this->style; } } PK) Z>^vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.phpnu[presentationId = $presentationId; } public function getPresentationId() { return $this->presentationId; } /** * @param Google_Service_Slides_Response[] */ public function setReplies($replies) { $this->replies = $replies; } /** * @return Google_Service_Slides_Response[] */ public function getReplies() { return $this->replies; } /** * @param Google_Service_Slides_WriteControl */ public function setWriteControl(Google_Service_Slides_WriteControl $writeControl) { $this->writeControl = $writeControl; } /** * @return Google_Service_Slides_WriteControl */ public function getWriteControl() { return $this->writeControl; } } PK) ZD477Jvendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.phpnu[colors = $colors; } /** * @return Google_Service_Slides_ThemeColorPair[] */ public function getColors() { return $this->colors; } } PK) ZPIvendor/google/apiclient-services/src/Google/Service/Slides/TableRange.phpnu[columnSpan = $columnSpan; } public function getColumnSpan() { return $this->columnSpan; } /** * @param Google_Service_Slides_TableCellLocation */ public function setLocation(Google_Service_Slides_TableCellLocation $location) { $this->location = $location; } /** * @return Google_Service_Slides_TableCellLocation */ public function getLocation() { return $this->location; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } } PK) Z{?avendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableBorderPropertiesRequest.phpnu[borderPosition = $borderPosition; } public function getBorderPosition() { return $this->borderPosition; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableBorderProperties */ public function setTableBorderProperties(Google_Service_Slides_TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return Google_Service_Slides_TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } /** * @param Google_Service_Slides_TableRange */ public function setTableRange(Google_Service_Slides_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Slides_TableRange */ public function getTableRange() { return $this->tableRange; } } PK) Zh^99Tvendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } public function getTableObjectId() { return $this->tableObjectId; } } PK) Z2 Mvendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.phpnu[alignment = $alignment; } public function getAlignment() { return $this->alignment; } public function setDirection($direction) { $this->direction = $direction; } public function getDirection() { return $this->direction; } /** * @param Google_Service_Slides_Dimension */ public function setIndentEnd(Google_Service_Slides_Dimension $indentEnd) { $this->indentEnd = $indentEnd; } /** * @return Google_Service_Slides_Dimension */ public function getIndentEnd() { return $this->indentEnd; } /** * @param Google_Service_Slides_Dimension */ public function setIndentFirstLine(Google_Service_Slides_Dimension $indentFirstLine) { $this->indentFirstLine = $indentFirstLine; } /** * @return Google_Service_Slides_Dimension */ public function getIndentFirstLine() { return $this->indentFirstLine; } /** * @param Google_Service_Slides_Dimension */ public function setIndentStart(Google_Service_Slides_Dimension $indentStart) { $this->indentStart = $indentStart; } /** * @return Google_Service_Slides_Dimension */ public function getIndentStart() { return $this->indentStart; } public function setLineSpacing($lineSpacing) { $this->lineSpacing = $lineSpacing; } public function getLineSpacing() { return $this->lineSpacing; } /** * @param Google_Service_Slides_Dimension */ public function setSpaceAbove(Google_Service_Slides_Dimension $spaceAbove) { $this->spaceAbove = $spaceAbove; } /** * @return Google_Service_Slides_Dimension */ public function getSpaceAbove() { return $this->spaceAbove; } /** * @param Google_Service_Slides_Dimension */ public function setSpaceBelow(Google_Service_Slides_Dimension $spaceBelow) { $this->spaceBelow = $spaceBelow; } /** * @return Google_Service_Slides_Dimension */ public function getSpaceBelow() { return $this->spaceBelow; } public function setSpacingMode($spacingMode) { $this->spacingMode = $spacingMode; } public function getSpacingMode() { return $this->spacingMode; } } PK) Zak`vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.phpnu[occurrencesChanged = $occurrencesChanged; } public function getOccurrencesChanged() { return $this->occurrencesChanged; } } PK) ZԂWvendor/google/apiclient-services/src/Google/Service/Slides/UnmergeTableCellsRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableRange */ public function setTableRange(Google_Service_Slides_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Slides_TableRange */ public function getTableRange() { return $this->tableRange; } } PK) ZAMvendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.phpnu[color = $color; } /** * @return Google_Service_Slides_RgbColor */ public function getColor() { return $this->color; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZwN^3Rvendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.phpnu[propertyState = $propertyState; } public function getPropertyState() { return $this->propertyState; } /** * @param Google_Service_Slides_SolidFill */ public function setSolidFill(Google_Service_Slides_SolidFill $solidFill) { $this->solidFill = $solidFill; } /** * @return Google_Service_Slides_SolidFill */ public function getSolidFill() { return $this->solidFill; } } PK) ZARvendor/google/apiclient-services/src/Google/Service/Slides/TableCellProperties.phpnu[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; } } PK) ZGIIQvendor/google/apiclient-services/src/Google/Service/Slides/RerouteLineRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z4InDDTvendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.phpnu[columnWidth = $columnWidth; } /** * @return Google_Service_Slides_Dimension */ public function getColumnWidth() { return $this->columnWidth; } } PK) ZY{{Mvendor/google/apiclient-services/src/Google/Service/Slides/LineConnection.phpnu[connectedObjectId = $connectedObjectId; } public function getConnectedObjectId() { return $this->connectedObjectId; } public function setConnectionSiteIndex($connectionSiteIndex) { $this->connectionSiteIndex = $connectionSiteIndex; } public function getConnectionSiteIndex() { return $this->connectionSiteIndex; } } PK) Z@OMTvendor/google/apiclient-services/src/Google/Service/Slides/UngroupObjectsRequest.phpnu[objectIds = $objectIds; } public function getObjectIds() { return $this->objectIds; } } PK) Z|Dvendor/google/apiclient-services/src/Google/Service/Slides/Video.phpnu[id = $id; } public function getId() { return $this->id; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_Slides_VideoProperties */ public function setVideoProperties(Google_Service_Slides_VideoProperties $videoProperties) { $this->videoProperties = $videoProperties; } /** * @return Google_Service_Slides_VideoProperties */ public function getVideoProperties() { return $this->videoProperties; } } PK) Z ^vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementsZOrderRequest.phpnu[operation = $operation; } public function getOperation() { return $this->operation; } public function setPageElementObjectIds($pageElementObjectIds) { $this->pageElementObjectIds = $pageElementObjectIds; } public function getPageElementObjectIds() { return $this->pageElementObjectIds; } } PK) Z~3IIQvendor/google/apiclient-services/src/Google/Service/Slides/TableRowProperties.phpnu[minRowHeight = $minRowHeight; } /** * @return Google_Service_Slides_Dimension */ public function getMinRowHeight() { return $this->minRowHeight; } } PK) Z^y[vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_VideoProperties */ public function setVideoProperties(Google_Service_Slides_VideoProperties $videoProperties) { $this->videoProperties = $videoProperties; } /** * @return Google_Service_Slides_VideoProperties */ public function getVideoProperties() { return $this->videoProperties; } } PK) Z#ZJvendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.phpnu[chartId = $chartId; } public function getChartId() { return $this->chartId; } public function setContentUrl($contentUrl) { $this->contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } /** * @param Google_Service_Slides_SheetsChartProperties */ public function setSheetsChartProperties(Google_Service_Slides_SheetsChartProperties $sheetsChartProperties) { $this->sheetsChartProperties = $sheetsChartProperties; } /** * @return Google_Service_Slides_SheetsChartProperties */ public function getSheetsChartProperties() { return $this->sheetsChartProperties; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK) Z(56p\vendor/google/apiclient-services/src/Google/Service/Slides/DeleteParagraphBulletsRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_Range */ public function setTextRange(Google_Service_Slides_Range $textRange) { $this->textRange = $textRange; } /** * @return Google_Service_Slides_Range */ public function getTextRange() { return $this->textRange; } } PK) Z~,<Nvendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.phpnu[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; } } PK) ZՇ}}Cvendor/google/apiclient-services/src/Google/Service/Slides/Size.phpnu[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; } } PK) Z4qJJRvendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z1hhTvendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.phpnu[pageObjectId = $pageObjectId; } public function getPageObjectId() { return $this->pageObjectId; } /** * @param Google_Service_Slides_Size */ public function setSize(Google_Service_Slides_Size $size) { $this->size = $size; } /** * @return Google_Service_Slides_Size */ public function getSize() { return $this->size; } /** * @param Google_Service_Slides_AffineTransform */ public function setTransform(Google_Service_Slides_AffineTransform $transform) { $this->transform = $transform; } /** * @return Google_Service_Slides_AffineTransform */ public function getTransform() { return $this->transform; } } PK) ZQ>J J Nvendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.phpnu[brightness = $brightness; } public function getBrightness() { return $this->brightness; } public function setContrast($contrast) { $this->contrast = $contrast; } public function getContrast() { return $this->contrast; } /** * @param Google_Service_Slides_CropProperties */ public function setCropProperties(Google_Service_Slides_CropProperties $cropProperties) { $this->cropProperties = $cropProperties; } /** * @return Google_Service_Slides_CropProperties */ public function getCropProperties() { return $this->cropProperties; } /** * @param Google_Service_Slides_Link */ public function setLink(Google_Service_Slides_Link $link) { $this->link = $link; } /** * @return Google_Service_Slides_Link */ public function getLink() { return $this->link; } /** * @param Google_Service_Slides_Outline */ public function setOutline(Google_Service_Slides_Outline $outline) { $this->outline = $outline; } /** * @return Google_Service_Slides_Outline */ public function getOutline() { return $this->outline; } /** * @param Google_Service_Slides_Recolor */ public function setRecolor(Google_Service_Slides_Recolor $recolor) { $this->recolor = $recolor; } /** * @return Google_Service_Slides_Recolor */ public function getRecolor() { return $this->recolor; } /** * @param Google_Service_Slides_Shadow */ public function setShadow(Google_Service_Slides_Shadow $shadow) { $this->shadow = $shadow; } /** * @return Google_Service_Slides_Shadow */ public function getShadow() { return $this->shadow; } public function setTransparency($transparency) { $this->transparency = $transparency; } public function getTransparency() { return $this->transparency; } } PK) ZmPzJJRvendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) Z DգKKSvendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZI)d=Qvendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.phpnu[propertyState = $propertyState; } public function getPropertyState() { return $this->propertyState; } /** * @param Google_Service_Slides_SolidFill */ public function setSolidFill(Google_Service_Slides_SolidFill $solidFill) { $this->solidFill = $solidFill; } /** * @return Google_Service_Slides_SolidFill */ public function getSolidFill() { return $this->solidFill; } /** * @param Google_Service_Slides_StretchedPictureFill */ public function setStretchedPictureFill(Google_Service_Slides_StretchedPictureFill $stretchedPictureFill) { $this->stretchedPictureFill = $stretchedPictureFill; } /** * @return Google_Service_Slides_StretchedPictureFill */ public function getStretchedPictureFill() { return $this->stretchedPictureFill; } } PK) ZõWNvendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.phpnu[layoutObjectId = $layoutObjectId; } public function getLayoutObjectId() { return $this->layoutObjectId; } public function setMasterObjectId($masterObjectId) { $this->masterObjectId = $masterObjectId; } public function getMasterObjectId() { return $this->masterObjectId; } /** * @param Google_Service_Slides_Page */ public function setNotesPage(Google_Service_Slides_Page $notesPage) { $this->notesPage = $notesPage; } /** * @return Google_Service_Slides_Page */ public function getNotesPage() { return $this->notesPage; } } PK) ZjIvendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.phpnu[listId = $listId; } public function getListId() { return $this->listId; } /** * @param Google_Service_Slides_NestingLevel[] */ public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } /** * @return Google_Service_Slides_NestingLevel[] */ public function getNestingLevel() { return $this->nestingLevel; } } PK) Z,٩Jvendor/google/apiclient-services/src/Google/Service/Slides/TextContent.phpnu[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; } } PK) Z..Nvendor/google/apiclient-services/src/Google/Service/Slides/TableBorderFill.phpnu[solidFill = $solidFill; } /** * @return Google_Service_Slides_SolidFill */ public function getSolidFill() { return $this->solidFill; } } PK) Zr((Nvendor/google/apiclient-services/src/Google/Service/Slides/LayoutReference.phpnu[layoutId = $layoutId; } public function getLayoutId() { return $this->layoutId; } public function setPredefinedLayout($predefinedLayout) { $this->predefinedLayout = $predefinedLayout; } public function getPredefinedLayout() { return $this->predefinedLayout; } } PK) ZCijjNvendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.phpnu[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; } } PK) ZYbiiQvendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideRequest.phpnu[insertionIndex = $insertionIndex; } public function getInsertionIndex() { return $this->insertionIndex; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_LayoutPlaceholderIdMapping[] */ public function setPlaceholderIdMappings($placeholderIdMappings) { $this->placeholderIdMappings = $placeholderIdMappings; } /** * @return Google_Service_Slides_LayoutPlaceholderIdMapping[] */ public function getPlaceholderIdMappings() { return $this->placeholderIdMappings; } /** * @param Google_Service_Slides_LayoutReference */ public function setSlideLayoutReference(Google_Service_Slides_LayoutReference $slideLayoutReference) { $this->slideLayoutReference = $slideLayoutReference; } /** * @return Google_Service_Slides_LayoutReference */ public function getSlideLayoutReference() { return $this->slideLayoutReference; } } PK) ZiaDDLvendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.phpnu[opaqueColor = $opaqueColor; } /** * @return Google_Service_Slides_OpaqueColor */ public function getOpaqueColor() { return $this->opaqueColor; } } PK) Z[Jvendor/google/apiclient-services/src/Google/Service/Slides/TextElement.phpnu[autoText = $autoText; } /** * @return Google_Service_Slides_AutoText */ public function getAutoText() { return $this->autoText; } public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } /** * @param Google_Service_Slides_ParagraphMarker */ public function setParagraphMarker(Google_Service_Slides_ParagraphMarker $paragraphMarker) { $this->paragraphMarker = $paragraphMarker; } /** * @return Google_Service_Slides_ParagraphMarker */ public function getParagraphMarker() { return $this->paragraphMarker; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } /** * @param Google_Service_Slides_TextRun */ public function setTextRun(Google_Service_Slides_TextRun $textRun) { $this->textRun = $textRun; } /** * @return Google_Service_Slides_TextRun */ public function getTextRun() { return $this->textRun; } } PK) Z-''Gvendor/google/apiclient-services/src/Google/Service/Slides/LineFill.phpnu[solidFill = $solidFill; } /** * @return Google_Service_Slides_SolidFill */ public function getSolidFill() { return $this->solidFill; } } PK) Zg Dvendor/google/apiclient-services/src/Google/Service/Slides/Table.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } /** * @param Google_Service_Slides_TableBorderRow[] */ public function setHorizontalBorderRows($horizontalBorderRows) { $this->horizontalBorderRows = $horizontalBorderRows; } /** * @return Google_Service_Slides_TableBorderRow[] */ public function getHorizontalBorderRows() { return $this->horizontalBorderRows; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } /** * @param Google_Service_Slides_TableColumnProperties[] */ public function setTableColumns($tableColumns) { $this->tableColumns = $tableColumns; } /** * @return Google_Service_Slides_TableColumnProperties[] */ public function getTableColumns() { return $this->tableColumns; } /** * @param Google_Service_Slides_TableRow[] */ public function setTableRows($tableRows) { $this->tableRows = $tableRows; } /** * @return Google_Service_Slides_TableRow[] */ public function getTableRows() { return $this->tableRows; } /** * @param Google_Service_Slides_TableBorderRow[] */ public function setVerticalBorderRows($verticalBorderRows) { $this->verticalBorderRows = $verticalBorderRows; } /** * @return Google_Service_Slides_TableBorderRow[] */ public function getVerticalBorderRows() { return $this->verticalBorderRows; } } PK) Z<<Wvendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } public function getTableObjectId() { return $this->tableObjectId; } } PK) Z_PPXvendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZVCDvendor/google/apiclient-services/src/Google/Service/Slides/Image.phpnu[contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } /** * @param Google_Service_Slides_ImageProperties */ public function setImageProperties(Google_Service_Slides_ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return Google_Service_Slides_ImageProperties */ public function getImageProperties() { return $this->imageProperties; } public function setSourceUrl($sourceUrl) { $this->sourceUrl = $sourceUrl; } public function getSourceUrl() { return $this->sourceUrl; } } PK) ZK_vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageRequest.phpnu[containsText = $containsText; } /** * @return Google_Service_Slides_SubstringMatchCriteria */ public function getContainsText() { return $this->containsText; } public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } public function getImageReplaceMethod() { return $this->imageReplaceMethod; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setPageObjectIds($pageObjectIds) { $this->pageObjectIds = $pageObjectIds; } public function getPageObjectIds() { return $this->pageObjectIds; } public function setReplaceMethod($replaceMethod) { $this->replaceMethod = $replaceMethod; } public function getReplaceMethod() { return $this->replaceMethod; } } PK) ZuXvendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.phpnu[cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setInsertRight($insertRight) { $this->insertRight = $insertRight; } public function getInsertRight() { return $this->insertRight; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } public function getTableObjectId() { return $this->tableObjectId; } } PK) Z듨@ @ Nvendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.phpnu[autofit = $autofit; } /** * @return Google_Service_Slides_Autofit */ public function getAutofit() { return $this->autofit; } public function setContentAlignment($contentAlignment) { $this->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; } } PK) ZAAGvendor/google/apiclient-services/src/Google/Service/Slides/Response.phpnu[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; } } PK) Z`J@@Tvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextRequest.phpnu[containsText = $containsText; } /** * @return Google_Service_Slides_SubstringMatchCriteria */ public function getContainsText() { return $this->containsText; } public function setPageObjectIds($pageObjectIds) { $this->pageObjectIds = $pageObjectIds; } public function getPageObjectIds() { return $this->pageObjectIds; } public function setReplaceText($replaceText) { $this->replaceText = $replaceText; } public function getReplaceText() { return $this->replaceText; } } PK) ZUvendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setObjectIds($objectIds) { $this->objectIds = $objectIds; } public function getObjectIds() { return $this->objectIds; } } PK) Z)HJJRvendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK) ZW{"[vendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_ShapeProperties */ public function setShapeProperties(Google_Service_Slides_ShapeProperties $shapeProperties) { $this->shapeProperties = $shapeProperties; } /** * @return Google_Service_Slides_ShapeProperties */ public function getShapeProperties() { return $this->shapeProperties; } } PK) ZGvendor/google/apiclient-services/src/Google/Service/Slides/TableRow.phpnu[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; } } PK) ZGSvendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.phpnu[contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } /** * @param Google_Service_Slides_Size */ public function setSize(Google_Service_Slides_Size $size) { $this->size = $size; } /** * @return Google_Service_Slides_Size */ public function getSize() { return $this->size; } } PK) Z^>\>\Fvendor/google/apiclient-services/src/Google/Service/Slides/Request.phpnu[createImage = $createImage; } /** * @return Google_Service_Slides_CreateImageRequest */ public function getCreateImage() { return $this->createImage; } /** * @param Google_Service_Slides_CreateLineRequest */ public function setCreateLine(Google_Service_Slides_CreateLineRequest $createLine) { $this->createLine = $createLine; } /** * @return Google_Service_Slides_CreateLineRequest */ public function getCreateLine() { return $this->createLine; } /** * @param Google_Service_Slides_CreateParagraphBulletsRequest */ public function setCreateParagraphBullets(Google_Service_Slides_CreateParagraphBulletsRequest $createParagraphBullets) { $this->createParagraphBullets = $createParagraphBullets; } /** * @return Google_Service_Slides_CreateParagraphBulletsRequest */ public function getCreateParagraphBullets() { return $this->createParagraphBullets; } /** * @param Google_Service_Slides_CreateShapeRequest */ public function setCreateShape(Google_Service_Slides_CreateShapeRequest $createShape) { $this->createShape = $createShape; } /** * @return Google_Service_Slides_CreateShapeRequest */ public function getCreateShape() { return $this->createShape; } /** * @param Google_Service_Slides_CreateSheetsChartRequest */ public function setCreateSheetsChart(Google_Service_Slides_CreateSheetsChartRequest $createSheetsChart) { $this->createSheetsChart = $createSheetsChart; } /** * @return Google_Service_Slides_CreateSheetsChartRequest */ public function getCreateSheetsChart() { return $this->createSheetsChart; } /** * @param Google_Service_Slides_CreateSlideRequest */ public function setCreateSlide(Google_Service_Slides_CreateSlideRequest $createSlide) { $this->createSlide = $createSlide; } /** * @return Google_Service_Slides_CreateSlideRequest */ public function getCreateSlide() { return $this->createSlide; } /** * @param Google_Service_Slides_CreateTableRequest */ public function setCreateTable(Google_Service_Slides_CreateTableRequest $createTable) { $this->createTable = $createTable; } /** * @return Google_Service_Slides_CreateTableRequest */ public function getCreateTable() { return $this->createTable; } /** * @param Google_Service_Slides_CreateVideoRequest */ public function setCreateVideo(Google_Service_Slides_CreateVideoRequest $createVideo) { $this->createVideo = $createVideo; } /** * @return Google_Service_Slides_CreateVideoRequest */ public function getCreateVideo() { return $this->createVideo; } /** * @param Google_Service_Slides_DeleteObjectRequest */ public function setDeleteObject(Google_Service_Slides_DeleteObjectRequest $deleteObject) { $this->deleteObject = $deleteObject; } /** * @return Google_Service_Slides_DeleteObjectRequest */ public function getDeleteObject() { return $this->deleteObject; } /** * @param Google_Service_Slides_DeleteParagraphBulletsRequest */ public function setDeleteParagraphBullets(Google_Service_Slides_DeleteParagraphBulletsRequest $deleteParagraphBullets) { $this->deleteParagraphBullets = $deleteParagraphBullets; } /** * @return Google_Service_Slides_DeleteParagraphBulletsRequest */ public function getDeleteParagraphBullets() { return $this->deleteParagraphBullets; } /** * @param Google_Service_Slides_DeleteTableColumnRequest */ public function setDeleteTableColumn(Google_Service_Slides_DeleteTableColumnRequest $deleteTableColumn) { $this->deleteTableColumn = $deleteTableColumn; } /** * @return Google_Service_Slides_DeleteTableColumnRequest */ public function getDeleteTableColumn() { return $this->deleteTableColumn; } /** * @param Google_Service_Slides_DeleteTableRowRequest */ public function setDeleteTableRow(Google_Service_Slides_DeleteTableRowRequest $deleteTableRow) { $this->deleteTableRow = $deleteTableRow; } /** * @return Google_Service_Slides_DeleteTableRowRequest */ public function getDeleteTableRow() { return $this->deleteTableRow; } /** * @param Google_Service_Slides_DeleteTextRequest */ public function setDeleteText(Google_Service_Slides_DeleteTextRequest $deleteText) { $this->deleteText = $deleteText; } /** * @return Google_Service_Slides_DeleteTextRequest */ public function getDeleteText() { return $this->deleteText; } /** * @param Google_Service_Slides_DuplicateObjectRequest */ public function setDuplicateObject(Google_Service_Slides_DuplicateObjectRequest $duplicateObject) { $this->duplicateObject = $duplicateObject; } /** * @return Google_Service_Slides_DuplicateObjectRequest */ public function getDuplicateObject() { return $this->duplicateObject; } /** * @param Google_Service_Slides_GroupObjectsRequest */ public function setGroupObjects(Google_Service_Slides_GroupObjectsRequest $groupObjects) { $this->groupObjects = $groupObjects; } /** * @return Google_Service_Slides_GroupObjectsRequest */ public function getGroupObjects() { return $this->groupObjects; } /** * @param Google_Service_Slides_InsertTableColumnsRequest */ public function setInsertTableColumns(Google_Service_Slides_InsertTableColumnsRequest $insertTableColumns) { $this->insertTableColumns = $insertTableColumns; } /** * @return Google_Service_Slides_InsertTableColumnsRequest */ public function getInsertTableColumns() { return $this->insertTableColumns; } /** * @param Google_Service_Slides_InsertTableRowsRequest */ public function setInsertTableRows(Google_Service_Slides_InsertTableRowsRequest $insertTableRows) { $this->insertTableRows = $insertTableRows; } /** * @return Google_Service_Slides_InsertTableRowsRequest */ public function getInsertTableRows() { return $this->insertTableRows; } /** * @param Google_Service_Slides_InsertTextRequest */ public function setInsertText(Google_Service_Slides_InsertTextRequest $insertText) { $this->insertText = $insertText; } /** * @return Google_Service_Slides_InsertTextRequest */ public function getInsertText() { return $this->insertText; } /** * @param Google_Service_Slides_MergeTableCellsRequest */ public function setMergeTableCells(Google_Service_Slides_MergeTableCellsRequest $mergeTableCells) { $this->mergeTableCells = $mergeTableCells; } /** * @return Google_Service_Slides_MergeTableCellsRequest */ public function getMergeTableCells() { return $this->mergeTableCells; } /** * @param Google_Service_Slides_RefreshSheetsChartRequest */ public function setRefreshSheetsChart(Google_Service_Slides_RefreshSheetsChartRequest $refreshSheetsChart) { $this->refreshSheetsChart = $refreshSheetsChart; } /** * @return Google_Service_Slides_RefreshSheetsChartRequest */ public function getRefreshSheetsChart() { return $this->refreshSheetsChart; } /** * @param Google_Service_Slides_ReplaceAllShapesWithImageRequest */ public function setReplaceAllShapesWithImage(Google_Service_Slides_ReplaceAllShapesWithImageRequest $replaceAllShapesWithImage) { $this->replaceAllShapesWithImage = $replaceAllShapesWithImage; } /** * @return Google_Service_Slides_ReplaceAllShapesWithImageRequest */ public function getReplaceAllShapesWithImage() { return $this->replaceAllShapesWithImage; } /** * @param Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest */ public function setReplaceAllShapesWithSheetsChart(Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest $replaceAllShapesWithSheetsChart) { $this->replaceAllShapesWithSheetsChart = $replaceAllShapesWithSheetsChart; } /** * @return Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest */ public function getReplaceAllShapesWithSheetsChart() { return $this->replaceAllShapesWithSheetsChart; } /** * @param Google_Service_Slides_ReplaceAllTextRequest */ public function setReplaceAllText(Google_Service_Slides_ReplaceAllTextRequest $replaceAllText) { $this->replaceAllText = $replaceAllText; } /** * @return Google_Service_Slides_ReplaceAllTextRequest */ public function getReplaceAllText() { return $this->replaceAllText; } /** * @param Google_Service_Slides_ReplaceImageRequest */ public function setReplaceImage(Google_Service_Slides_ReplaceImageRequest $replaceImage) { $this->replaceImage = $replaceImage; } /** * @return Google_Service_Slides_ReplaceImageRequest */ public function getReplaceImage() { return $this->replaceImage; } /** * @param Google_Service_Slides_RerouteLineRequest */ public function setRerouteLine(Google_Service_Slides_RerouteLineRequest $rerouteLine) { $this->rerouteLine = $rerouteLine; } /** * @return Google_Service_Slides_RerouteLineRequest */ public function getRerouteLine() { return $this->rerouteLine; } /** * @param Google_Service_Slides_UngroupObjectsRequest */ public function setUngroupObjects(Google_Service_Slides_UngroupObjectsRequest $ungroupObjects) { $this->ungroupObjects = $ungroupObjects; } /** * @return Google_Service_Slides_UngroupObjectsRequest */ public function getUngroupObjects() { return $this->ungroupObjects; } /** * @param Google_Service_Slides_UnmergeTableCellsRequest */ public function setUnmergeTableCells(Google_Service_Slides_UnmergeTableCellsRequest $unmergeTableCells) { $this->unmergeTableCells = $unmergeTableCells; } /** * @return Google_Service_Slides_UnmergeTableCellsRequest */ public function getUnmergeTableCells() { return $this->unmergeTableCells; } /** * @param Google_Service_Slides_UpdateImagePropertiesRequest */ public function setUpdateImageProperties(Google_Service_Slides_UpdateImagePropertiesRequest $updateImageProperties) { $this->updateImageProperties = $updateImageProperties; } /** * @return Google_Service_Slides_UpdateImagePropertiesRequest */ public function getUpdateImageProperties() { return $this->updateImageProperties; } /** * @param Google_Service_Slides_UpdateLineCategoryRequest */ public function setUpdateLineCategory(Google_Service_Slides_UpdateLineCategoryRequest $updateLineCategory) { $this->updateLineCategory = $updateLineCategory; } /** * @return Google_Service_Slides_UpdateLineCategoryRequest */ public function getUpdateLineCategory() { return $this->updateLineCategory; } /** * @param Google_Service_Slides_UpdateLinePropertiesRequest */ public function setUpdateLineProperties(Google_Service_Slides_UpdateLinePropertiesRequest $updateLineProperties) { $this->updateLineProperties = $updateLineProperties; } /** * @return Google_Service_Slides_UpdateLinePropertiesRequest */ public function getUpdateLineProperties() { return $this->updateLineProperties; } /** * @param Google_Service_Slides_UpdatePageElementAltTextRequest */ public function setUpdatePageElementAltText(Google_Service_Slides_UpdatePageElementAltTextRequest $updatePageElementAltText) { $this->updatePageElementAltText = $updatePageElementAltText; } /** * @return Google_Service_Slides_UpdatePageElementAltTextRequest */ public function getUpdatePageElementAltText() { return $this->updatePageElementAltText; } /** * @param Google_Service_Slides_UpdatePageElementTransformRequest */ public function setUpdatePageElementTransform(Google_Service_Slides_UpdatePageElementTransformRequest $updatePageElementTransform) { $this->updatePageElementTransform = $updatePageElementTransform; } /** * @return Google_Service_Slides_UpdatePageElementTransformRequest */ public function getUpdatePageElementTransform() { return $this->updatePageElementTransform; } /** * @param Google_Service_Slides_UpdatePageElementsZOrderRequest */ public function setUpdatePageElementsZOrder(Google_Service_Slides_UpdatePageElementsZOrderRequest $updatePageElementsZOrder) { $this->updatePageElementsZOrder = $updatePageElementsZOrder; } /** * @return Google_Service_Slides_UpdatePageElementsZOrderRequest */ public function getUpdatePageElementsZOrder() { return $this->updatePageElementsZOrder; } /** * @param Google_Service_Slides_UpdatePagePropertiesRequest */ public function setUpdatePageProperties(Google_Service_Slides_UpdatePagePropertiesRequest $updatePageProperties) { $this->updatePageProperties = $updatePageProperties; } /** * @return Google_Service_Slides_UpdatePagePropertiesRequest */ public function getUpdatePageProperties() { return $this->updatePageProperties; } /** * @param Google_Service_Slides_UpdateParagraphStyleRequest */ public function setUpdateParagraphStyle(Google_Service_Slides_UpdateParagraphStyleRequest $updateParagraphStyle) { $this->updateParagraphStyle = $updateParagraphStyle; } /** * @return Google_Service_Slides_UpdateParagraphStyleRequest */ public function getUpdateParagraphStyle() { return $this->updateParagraphStyle; } /** * @param Google_Service_Slides_UpdateShapePropertiesRequest */ public function setUpdateShapeProperties(Google_Service_Slides_UpdateShapePropertiesRequest $updateShapeProperties) { $this->updateShapeProperties = $updateShapeProperties; } /** * @return Google_Service_Slides_UpdateShapePropertiesRequest */ public function getUpdateShapeProperties() { return $this->updateShapeProperties; } /** * @param Google_Service_Slides_UpdateSlidesPositionRequest */ public function setUpdateSlidesPosition(Google_Service_Slides_UpdateSlidesPositionRequest $updateSlidesPosition) { $this->updateSlidesPosition = $updateSlidesPosition; } /** * @return Google_Service_Slides_UpdateSlidesPositionRequest */ public function getUpdateSlidesPosition() { return $this->updateSlidesPosition; } /** * @param Google_Service_Slides_UpdateTableBorderPropertiesRequest */ public function setUpdateTableBorderProperties(Google_Service_Slides_UpdateTableBorderPropertiesRequest $updateTableBorderProperties) { $this->updateTableBorderProperties = $updateTableBorderProperties; } /** * @return Google_Service_Slides_UpdateTableBorderPropertiesRequest */ public function getUpdateTableBorderProperties() { return $this->updateTableBorderProperties; } /** * @param Google_Service_Slides_UpdateTableCellPropertiesRequest */ public function setUpdateTableCellProperties(Google_Service_Slides_UpdateTableCellPropertiesRequest $updateTableCellProperties) { $this->updateTableCellProperties = $updateTableCellProperties; } /** * @return Google_Service_Slides_UpdateTableCellPropertiesRequest */ public function getUpdateTableCellProperties() { return $this->updateTableCellProperties; } /** * @param Google_Service_Slides_UpdateTableColumnPropertiesRequest */ public function setUpdateTableColumnProperties(Google_Service_Slides_UpdateTableColumnPropertiesRequest $updateTableColumnProperties) { $this->updateTableColumnProperties = $updateTableColumnProperties; } /** * @return Google_Service_Slides_UpdateTableColumnPropertiesRequest */ public function getUpdateTableColumnProperties() { return $this->updateTableColumnProperties; } /** * @param Google_Service_Slides_UpdateTableRowPropertiesRequest */ public function setUpdateTableRowProperties(Google_Service_Slides_UpdateTableRowPropertiesRequest $updateTableRowProperties) { $this->updateTableRowProperties = $updateTableRowProperties; } /** * @return Google_Service_Slides_UpdateTableRowPropertiesRequest */ public function getUpdateTableRowProperties() { return $this->updateTableRowProperties; } /** * @param Google_Service_Slides_UpdateTextStyleRequest */ public function setUpdateTextStyle(Google_Service_Slides_UpdateTextStyleRequest $updateTextStyle) { $this->updateTextStyle = $updateTextStyle; } /** * @return Google_Service_Slides_UpdateTextStyleRequest */ public function getUpdateTextStyle() { return $this->updateTextStyle; } /** * @param Google_Service_Slides_UpdateVideoPropertiesRequest */ public function setUpdateVideoProperties(Google_Service_Slides_UpdateVideoPropertiesRequest $updateVideoProperties) { $this->updateVideoProperties = $updateVideoProperties; } /** * @return Google_Service_Slides_UpdateVideoPropertiesRequest */ public function getUpdateVideoProperties() { return $this->updateVideoProperties; } } PK) Z BMvendor/google/apiclient-services/src/Google/Service/Slides/CropProperties.phpnu[angle = $angle; } public function getAngle() { return $this->angle; } public function setBottomOffset($bottomOffset) { $this->bottomOffset = $bottomOffset; } public function getBottomOffset() { return $this->bottomOffset; } public function setLeftOffset($leftOffset) { $this->leftOffset = $leftOffset; } public function getLeftOffset() { return $this->leftOffset; } public function setRightOffset($rightOffset) { $this->rightOffset = $rightOffset; } public function getRightOffset() { return $this->rightOffset; } public function setTopOffset($topOffset) { $this->topOffset = $topOffset; } public function getTopOffset() { return $this->topOffset; } } PK) Z&1\\Cvendor/google/apiclient-services/src/Google/Service/Slides/Link.phpnu[pageObjectId = $pageObjectId; } public function getPageObjectId() { return $this->pageObjectId; } public function setRelativeLink($relativeLink) { $this->relativeLink = $relativeLink; } public function getRelativeLink() { return $this->relativeLink; } public function setSlideIndex($slideIndex) { $this->slideIndex = $slideIndex; } public function getSlideIndex() { return $this->slideIndex; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK) ZT99Dvendor/google/apiclient-services/src/Google/Service/Slides/Shape.phpnu[placeholder = $placeholder; } /** * @return Google_Service_Slides_Placeholder */ public function getPlaceholder() { return $this->placeholder; } /** * @param Google_Service_Slides_ShapeProperties */ public function setShapeProperties(Google_Service_Slides_ShapeProperties $shapeProperties) { $this->shapeProperties = $shapeProperties; } /** * @return Google_Service_Slides_ShapeProperties */ public function getShapeProperties() { return $this->shapeProperties; } public function setShapeType($shapeType) { $this->shapeType = $shapeType; } public function getShapeType() { return $this->shapeType; } /** * @param Google_Service_Slides_TextContent */ public function setText(Google_Service_Slides_TextContent $text) { $this->text = $text; } /** * @return Google_Service_Slides_TextContent */ public function getText() { return $this->text; } } PK) Zjgufvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.phpnu[occurrencesChanged = $occurrencesChanged; } public function getOccurrencesChanged() { return $this->occurrencesChanged; } } PK) Z(4OOHvendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } /** * @param Google_Service_Slides_OpaqueColor */ public function setColor(Google_Service_Slides_OpaqueColor $color) { $this->color = $color; } /** * @return Google_Service_Slides_OpaqueColor */ public function getColor() { return $this->color; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } } PK) ZlSvendor/google/apiclient-services/src/Google/Service/Vault/UndeleteMatterRequest.phpnu[exportFormat = $exportFormat; } public function getExportFormat() { return $this->exportFormat; } } PK) Z`%Jvendor/google/apiclient-services/src/Google/Service/Vault/VoiceOptions.phpnu[coveredData = $coveredData; } public function getCoveredData() { return $this->coveredData; } } PK) Z/Hvendor/google/apiclient-services/src/Google/Service/Vault/SavedQuery.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMatterId($matterId) { $this->matterId = $matterId; } public function getMatterId() { return $this->matterId; } /** * @param Google_Service_Vault_Query */ public function setQuery(Google_Service_Vault_Query $query) { $this->query = $query; } /** * @return Google_Service_Vault_Query */ public function getQuery() { return $this->query; } public function setSavedQueryId($savedQueryId) { $this->savedQueryId = $savedQueryId; } public function getSavedQueryId() { return $this->savedQueryId; } } PK) Z HHIvendor/google/apiclient-services/src/Google/Service/Vault/OrgUnitInfo.phpnu[orgUnitId = $orgUnitId; } public function getOrgUnitId() { return $this->orgUnitId; } } PK) Z2ϹАRvendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountResult.phpnu[account = $account; } /** * @return Google_Service_Vault_HeldAccount */ public function getAccount() { return $this->account; } /** * @param Google_Service_Vault_Status */ public function setStatus(Google_Service_Vault_Status $status) { $this->status = $status; } /** * @return Google_Service_Vault_Status */ public function getStatus() { return $this->status; } } PK) Z Qvendor/google/apiclient-services/src/Google/Service/Vault/ListMattersResponse.phpnu[matters = $matters; } /** * @return Google_Service_Vault_Matter[] */ public function getMatters() { return $this->matters; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Zhq[[\vendor/google/apiclient-services/src/Google/Service/Vault/RemoveMatterPermissionsRequest.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } } PK) ZlCvendor/google/apiclient-services/src/Google/Service/Vault/Query.phpnu[accountInfo = $accountInfo; } /** * @return Google_Service_Vault_AccountInfo */ public function getAccountInfo() { return $this->accountInfo; } public function setCorpus($corpus) { $this->corpus = $corpus; } public function getCorpus() { return $this->corpus; } public function setDataScope($dataScope) { $this->dataScope = $dataScope; } public function getDataScope() { return $this->dataScope; } /** * @param Google_Service_Vault_DriveOptions */ public function setDriveOptions(Google_Service_Vault_DriveOptions $driveOptions) { $this->driveOptions = $driveOptions; } /** * @return Google_Service_Vault_DriveOptions */ public function getDriveOptions() { return $this->driveOptions; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Vault_HangoutsChatInfo */ public function setHangoutsChatInfo(Google_Service_Vault_HangoutsChatInfo $hangoutsChatInfo) { $this->hangoutsChatInfo = $hangoutsChatInfo; } /** * @return Google_Service_Vault_HangoutsChatInfo */ public function getHangoutsChatInfo() { return $this->hangoutsChatInfo; } /** * @param Google_Service_Vault_HangoutsChatOptions */ public function setHangoutsChatOptions(Google_Service_Vault_HangoutsChatOptions $hangoutsChatOptions) { $this->hangoutsChatOptions = $hangoutsChatOptions; } /** * @return Google_Service_Vault_HangoutsChatOptions */ public function getHangoutsChatOptions() { return $this->hangoutsChatOptions; } /** * @param Google_Service_Vault_MailOptions */ public function setMailOptions(Google_Service_Vault_MailOptions $mailOptions) { $this->mailOptions = $mailOptions; } /** * @return Google_Service_Vault_MailOptions */ public function getMailOptions() { return $this->mailOptions; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_Vault_OrgUnitInfo */ public function setOrgUnitInfo(Google_Service_Vault_OrgUnitInfo $orgUnitInfo) { $this->orgUnitInfo = $orgUnitInfo; } /** * @return Google_Service_Vault_OrgUnitInfo */ public function getOrgUnitInfo() { return $this->orgUnitInfo; } public function setSearchMethod($searchMethod) { $this->searchMethod = $searchMethod; } public function getSearchMethod() { return $this->searchMethod; } /** * @param Google_Service_Vault_SharedDriveInfo */ public function setSharedDriveInfo(Google_Service_Vault_SharedDriveInfo $sharedDriveInfo) { $this->sharedDriveInfo = $sharedDriveInfo; } /** * @return Google_Service_Vault_SharedDriveInfo */ public function getSharedDriveInfo() { return $this->sharedDriveInfo; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_Vault_TeamDriveInfo */ public function setTeamDriveInfo(Google_Service_Vault_TeamDriveInfo $teamDriveInfo) { $this->teamDriveInfo = $teamDriveInfo; } /** * @return Google_Service_Vault_TeamDriveInfo */ public function getTeamDriveInfo() { return $this->teamDriveInfo; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } /** * @param Google_Service_Vault_VoiceOptions */ public function setVoiceOptions(Google_Service_Vault_VoiceOptions $voiceOptions) { $this->voiceOptions = $voiceOptions; } /** * @return Google_Service_Vault_VoiceOptions */ public function getVoiceOptions() { return $this->voiceOptions; } } PK) Z##Dvendor/google/apiclient-services/src/Google/Service/Vault/Matter.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setMatterId($matterId) { $this->matterId = $matterId; } public function getMatterId() { return $this->matterId; } /** * @param Google_Service_Vault_MatterPermission[] */ public function setMatterPermissions($matterPermissions) { $this->matterPermissions = $matterPermissions; } /** * @return Google_Service_Vault_MatterPermission[] */ public function getMatterPermissions() { return $this->matterPermissions; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK) Z|AKKIvendor/google/apiclient-services/src/Google/Service/Vault/ExportStats.phpnu[exportedArtifactCount = $exportedArtifactCount; } public function getExportedArtifactCount() { return $this->exportedArtifactCount; } public function setSizeInBytes($sizeInBytes) { $this->sizeInBytes = $sizeInBytes; } public function getSizeInBytes() { return $this->sizeInBytes; } public function setTotalArtifactCount($totalArtifactCount) { $this->totalArtifactCount = $totalArtifactCount; } public function getTotalArtifactCount() { return $this->totalArtifactCount; } } PK) Zbǵ  Rvendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterResponse.phpnu[matter = $matter; } /** * @return Google_Service_Vault_Matter */ public function getMatter() { return $this->matter; } } PK) Z Ovendor/google/apiclient-services/src/Google/Service/Vault/AccountCountError.phpnu[account = $account; } /** * @return Google_Service_Vault_UserInfo */ public function getAccount() { return $this->account; } public function setErrorType($errorType) { $this->errorType = $errorType; } public function getErrorType() { return $this->errorType; } } PK) Zr>VLvendor/google/apiclient-services/src/Google/Service/Vault/HeldVoiceQuery.phpnu[coveredData = $coveredData; } public function getCoveredData() { return $this->coveredData; } } PK) ZOvendor/google/apiclient-services/src/Google/Service/Vault/MailExportOptions.phpnu[exportFormat = $exportFormat; } public function getExportFormat() { return $this->exportFormat; } public function setShowConfidentialModeContent($showConfidentialModeContent) { $this->showConfidentialModeContent = $showConfidentialModeContent; } public function getShowConfidentialModeContent() { return $this->showConfidentialModeContent; } } PK) Z/^W Jvendor/google/apiclient-services/src/Google/Service/Vault/AccountCount.phpnu[account = $account; } /** * @return Google_Service_Vault_UserInfo */ public function getAccount() { return $this->account; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } } PK) Z { { Kvendor/google/apiclient-services/src/Google/Service/Vault/ExportOptions.phpnu[driveOptions = $driveOptions; } /** * @return Google_Service_Vault_DriveExportOptions */ public function getDriveOptions() { return $this->driveOptions; } /** * @param Google_Service_Vault_GroupsExportOptions */ public function setGroupsOptions(Google_Service_Vault_GroupsExportOptions $groupsOptions) { $this->groupsOptions = $groupsOptions; } /** * @return Google_Service_Vault_GroupsExportOptions */ public function getGroupsOptions() { return $this->groupsOptions; } /** * @param Google_Service_Vault_HangoutsChatExportOptions */ public function setHangoutsChatOptions(Google_Service_Vault_HangoutsChatExportOptions $hangoutsChatOptions) { $this->hangoutsChatOptions = $hangoutsChatOptions; } /** * @return Google_Service_Vault_HangoutsChatExportOptions */ public function getHangoutsChatOptions() { return $this->hangoutsChatOptions; } /** * @param Google_Service_Vault_MailExportOptions */ public function setMailOptions(Google_Service_Vault_MailExportOptions $mailOptions) { $this->mailOptions = $mailOptions; } /** * @return Google_Service_Vault_MailExportOptions */ public function getMailOptions() { return $this->mailOptions; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } /** * @param Google_Service_Vault_VoiceExportOptions */ public function setVoiceOptions(Google_Service_Vault_VoiceExportOptions $voiceOptions) { $this->voiceOptions = $voiceOptions; } /** * @return Google_Service_Vault_VoiceExportOptions */ public function getVoiceOptions() { return $this->voiceOptions; } } PK) ZȲLvendor/google/apiclient-services/src/Google/Service/Vault/HeldDriveQuery.phpnu[includeSharedDriveFiles = $includeSharedDriveFiles; } public function getIncludeSharedDriveFiles() { return $this->includeSharedDriveFiles; } public function setIncludeTeamDriveFiles($includeTeamDriveFiles) { $this->includeTeamDriveFiles = $includeTeamDriveFiles; } public function getIncludeTeamDriveFiles() { return $this->includeTeamDriveFiles; } } PK) ZJǸTvendor/google/apiclient-services/src/Google/Service/Vault/CancelOperationRequest.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } } PK) ZOl%iIIVvendor/google/apiclient-services/src/Google/Service/Vault/ListHeldAccountsResponse.phpnu[accounts = $accounts; } /** * @return Google_Service_Vault_HeldAccount[] */ public function getAccounts() { return $this->accounts; } } PK) Z:ZMvendor/google/apiclient-services/src/Google/Service/Vault/SharedDriveInfo.phpnu[sharedDriveIds = $sharedDriveIds; } public function getSharedDriveIds() { return $this->sharedDriveIds; } } PK) Zw==Nvendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageFile.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; } public function getMd5Hash() { return $this->md5Hash; } public function setObjectName($objectName) { $this->objectName = $objectName; } public function getObjectName() { return $this->objectName; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK) ZAZvendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersSavedQueries.phpnu[ * $vaultService = new Google_Service_Vault(...); * $savedQueries = $vaultService->savedQueries; * */ class Google_Service_Vault_Resource_MattersSavedQueries extends Google_Service_Resource { /** * Creates a saved query. (savedQueries.create) * * @param string $matterId The matter ID of the parent matter for which the * saved query is to be created. * @param Google_Service_Vault_SavedQuery $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_SavedQuery */ public function create($matterId, Google_Service_Vault_SavedQuery $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vault_SavedQuery"); } /** * Deletes a saved query by Id. (savedQueries.delete) * * @param string $matterId The matter ID of the parent matter for which the * saved query is to be deleted. * @param string $savedQueryId ID of the saved query to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function delete($matterId, $savedQueryId, $optParams = array()) { $params = array('matterId' => $matterId, 'savedQueryId' => $savedQueryId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); } /** * Retrieves a saved query by Id. (savedQueries.get) * * @param string $matterId The matter ID of the parent matter for which the * saved query is to be retrieved. * @param string $savedQueryId ID of the saved query to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_Vault_SavedQuery */ public function get($matterId, $savedQueryId, $optParams = array()) { $params = array('matterId' => $matterId, 'savedQueryId' => $savedQueryId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vault_SavedQuery"); } /** * Lists saved queries within a matter. An empty page token in * ListSavedQueriesResponse denotes no more saved queries to list. * (savedQueries.listMattersSavedQueries) * * @param string $matterId The matter ID of the parent matter for which the * saved queries are to be retrieved. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of saved queries to return. * @opt_param string pageToken The pagination token as returned in the previous * response. An empty token means start from the beginning. * @return Google_Service_Vault_ListSavedQueriesResponse */ public function listMattersSavedQueries($matterId, $optParams = array()) { $params = array('matterId' => $matterId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vault_ListSavedQueriesResponse"); } } PK) ZDSvendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHolds.phpnu[ * $vaultService = new Google_Service_Vault(...); * $holds = $vaultService->holds; * */ class Google_Service_Vault_Resource_MattersHolds extends Google_Service_Resource { /** * Adds HeldAccounts to a hold. Returns a list of accounts that have been * successfully added. Accounts can only be added to an existing account-based * hold. (holds.addHeldAccounts) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param Google_Service_Vault_AddHeldAccountsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_AddHeldAccountsResponse */ public function addHeldAccounts($matterId, $holdId, Google_Service_Vault_AddHeldAccountsRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addHeldAccounts', array($params), "Google_Service_Vault_AddHeldAccountsResponse"); } /** * Creates a hold in the given matter. (holds.create) * * @param string $matterId The matter ID. * @param Google_Service_Vault_Hold $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Hold */ public function create($matterId, Google_Service_Vault_Hold $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vault_Hold"); } /** * Removes a hold by ID. This will release any HeldAccounts on this Hold. * (holds.delete) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function delete($matterId, $holdId, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); } /** * Gets a hold by ID. (holds.get) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param array $optParams Optional parameters. * * @opt_param string view Specifies which parts of the Hold to return. * @return Google_Service_Vault_Hold */ public function get($matterId, $holdId, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vault_Hold"); } /** * Lists holds within a matter. An empty page token in ListHoldsResponse denotes * no more holds to list. (holds.listMattersHolds) * * @param string $matterId The matter ID. * @param array $optParams Optional parameters. * * @opt_param int pageSize The number of holds to return in the response, * between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as * page_size = 100. * @opt_param string pageToken The pagination token as returned in the response. * An empty token means start from the beginning. * @opt_param string view Specifies which parts of the Hold to return. * @return Google_Service_Vault_ListHoldsResponse */ public function listMattersHolds($matterId, $optParams = array()) { $params = array('matterId' => $matterId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vault_ListHoldsResponse"); } /** * Removes HeldAccounts from a hold. Returns a list of statuses in the same * order as the request. If this request leaves the hold with no held accounts, * the hold will not apply to any accounts. (holds.removeHeldAccounts) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param Google_Service_Vault_RemoveHeldAccountsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_RemoveHeldAccountsResponse */ public function removeHeldAccounts($matterId, $holdId, Google_Service_Vault_RemoveHeldAccountsRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeHeldAccounts', array($params), "Google_Service_Vault_RemoveHeldAccountsResponse"); } /** * Updates the OU and/or query parameters of a hold. You cannot add accounts to * a hold that covers an OU, nor can you add OUs to a hold that covers * individual accounts. Accounts listed in the hold will be ignored. * (holds.update) * * @param string $matterId The matter ID. * @param string $holdId The ID of the hold. * @param Google_Service_Vault_Hold $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Hold */ public function update($matterId, $holdId, Google_Service_Vault_Hold $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Vault_Hold"); } } PK) ZM 77Nvendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.phpnu[ * $vaultService = new Google_Service_Vault(...); * $matters = $vaultService->matters; * */ class Google_Service_Vault_Resource_Matters extends Google_Service_Resource { /** * Adds an account as a matter collaborator. (matters.addPermissions) * * @param string $matterId The matter ID. * @param Google_Service_Vault_AddMatterPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_MatterPermission */ public function addPermissions($matterId, Google_Service_Vault_AddMatterPermissionsRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addPermissions', array($params), "Google_Service_Vault_MatterPermission"); } /** * Closes the specified matter. Returns matter with updated state. * (matters.close) * * @param string $matterId The matter ID. * @param Google_Service_Vault_CloseMatterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_CloseMatterResponse */ public function close($matterId, Google_Service_Vault_CloseMatterRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('close', array($params), "Google_Service_Vault_CloseMatterResponse"); } /** * Counts the artifacts within the context of a matter and returns a detailed * breakdown of metrics. (matters.count) * * @param string $matterId The matter ID. * @param Google_Service_Vault_CountArtifactsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Operation */ public function count($matterId, Google_Service_Vault_CountArtifactsRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('count', array($params), "Google_Service_Vault_Operation"); } /** * Creates a new matter with the given name and description. The initial state * is open, and the owner is the method caller. Returns the created matter with * default view. (matters.create) * * @param Google_Service_Vault_Matter $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Matter */ public function create(Google_Service_Vault_Matter $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vault_Matter"); } /** * Deletes the specified matter. Returns matter with updated state. * (matters.delete) * * @param string $matterId The matter ID * @param array $optParams Optional parameters. * @return Google_Service_Vault_Matter */ public function delete($matterId, $optParams = array()) { $params = array('matterId' => $matterId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vault_Matter"); } /** * Gets the specified matter. (matters.get) * * @param string $matterId The matter ID. * @param array $optParams Optional parameters. * * @opt_param string view Specifies which parts of the Matter to return in the * response. * @return Google_Service_Vault_Matter */ public function get($matterId, $optParams = array()) { $params = array('matterId' => $matterId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vault_Matter"); } /** * Lists matters the user has access to. (matters.listMatters) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The number of matters to return in the response. * Default and maximum are 100. * @opt_param string pageToken The pagination token as returned in the response. * @opt_param string state If set, list only matters with that specific state. * The default is listing matters of all states. * @opt_param string view Specifies which parts of the matter to return in * response. * @return Google_Service_Vault_ListMattersResponse */ public function listMatters($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vault_ListMattersResponse"); } /** * Removes an account as a matter collaborator. (matters.removePermissions) * * @param string $matterId The matter ID. * @param Google_Service_Vault_RemoveMatterPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function removePermissions($matterId, Google_Service_Vault_RemoveMatterPermissionsRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removePermissions', array($params), "Google_Service_Vault_VaultEmpty"); } /** * Reopens the specified matter. Returns matter with updated state. * (matters.reopen) * * @param string $matterId The matter ID. * @param Google_Service_Vault_ReopenMatterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_ReopenMatterResponse */ public function reopen($matterId, Google_Service_Vault_ReopenMatterRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reopen', array($params), "Google_Service_Vault_ReopenMatterResponse"); } /** * Undeletes the specified matter. Returns matter with updated state. * (matters.undelete) * * @param string $matterId The matter ID. * @param Google_Service_Vault_UndeleteMatterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Matter */ public function undelete($matterId, Google_Service_Vault_UndeleteMatterRequest $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Vault_Matter"); } /** * Updates the specified matter. This updates only the name and description of * the matter, identified by matter ID. Changes to any other fields are ignored. * Returns the default view of the matter. (matters.update) * * @param string $matterId The matter ID. * @param Google_Service_Vault_Matter $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Matter */ public function update($matterId, Google_Service_Vault_Matter $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Vault_Matter"); } } PK) ZF0KKQvendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.phpnu[ * $vaultService = new Google_Service_Vault(...); * $operations = $vaultService->operations; * */ class Google_Service_Vault_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Vault_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function cancel($name, Google_Service_Vault_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Vault_VaultEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); } /** * 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_Vault_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vault_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Vault_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vault_ListOperationsResponse"); } } PK) Z Uvendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersExports.phpnu[ * $vaultService = new Google_Service_Vault(...); * $exports = $vaultService->exports; * */ class Google_Service_Vault_Resource_MattersExports extends Google_Service_Resource { /** * Creates an Export. (exports.create) * * @param string $matterId The matter ID. * @param Google_Service_Vault_Export $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_Export */ public function create($matterId, Google_Service_Vault_Export $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vault_Export"); } /** * Deletes an Export. (exports.delete) * * @param string $matterId The matter ID. * @param string $exportId The export ID. * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function delete($matterId, $exportId, $optParams = array()) { $params = array('matterId' => $matterId, 'exportId' => $exportId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); } /** * Gets an Export. (exports.get) * * @param string $matterId The matter ID. * @param string $exportId The export ID. * @param array $optParams Optional parameters. * @return Google_Service_Vault_Export */ public function get($matterId, $exportId, $optParams = array()) { $params = array('matterId' => $matterId, 'exportId' => $exportId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Vault_Export"); } /** * Lists Exports. (exports.listMattersExports) * * @param string $matterId The matter ID. * @param array $optParams Optional parameters. * * @opt_param int pageSize The number of exports to return in the response. * @opt_param string pageToken The pagination token as returned in the response. * @return Google_Service_Vault_ListExportsResponse */ public function listMattersExports($matterId, $optParams = array()) { $params = array('matterId' => $matterId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vault_ListExportsResponse"); } } PK) ZL~O O [vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHoldsAccounts.phpnu[ * $vaultService = new Google_Service_Vault(...); * $accounts = $vaultService->accounts; * */ class Google_Service_Vault_Resource_MattersHoldsAccounts extends Google_Service_Resource { /** * Adds a HeldAccount to a hold. Accounts can only be added to a hold that has * no held_org_unit set. Attempting to add an account to an OU-based hold will * result in an error. (accounts.create) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param Google_Service_Vault_HeldAccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_Vault_HeldAccount */ public function create($matterId, $holdId, Google_Service_Vault_HeldAccount $postBody, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Vault_HeldAccount"); } /** * Removes a HeldAccount from a hold. If this request leaves the hold with no * held accounts, the hold will not apply to any accounts. (accounts.delete) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param string $accountId The ID of the account to remove from the hold. * @param array $optParams Optional parameters. * @return Google_Service_Vault_VaultEmpty */ public function delete($matterId, $holdId, $accountId, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); } /** * Lists HeldAccounts for a hold. This will only list individually specified * held accounts. If the hold is on an OU, then use Admin SDK to enumerate its * members. (accounts.listMattersHoldsAccounts) * * @param string $matterId The matter ID. * @param string $holdId The hold ID. * @param array $optParams Optional parameters. * @return Google_Service_Vault_ListHeldAccountsResponse */ public function listMattersHoldsAccounts($matterId, $holdId, $optParams = array()) { $params = array('matterId' => $matterId, 'holdId' => $holdId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Vault_ListHeldAccountsResponse"); } } PK) ZЍ#_Qvendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterRequest.phpnu[excludeDrafts = $excludeDrafts; } public function getExcludeDrafts() { return $this->excludeDrafts; } } PK) Z5|P P Mvendor/google/apiclient-services/src/Google/Service/Vault/MailCountResult.phpnu[accountCountErrors = $accountCountErrors; } /** * @return Google_Service_Vault_AccountCountError[] */ public function getAccountCountErrors() { return $this->accountCountErrors; } /** * @param Google_Service_Vault_AccountCount[] */ public function setAccountCounts($accountCounts) { $this->accountCounts = $accountCounts; } /** * @return Google_Service_Vault_AccountCount[] */ public function getAccountCounts() { return $this->accountCounts; } public function setMatchingAccountsCount($matchingAccountsCount) { $this->matchingAccountsCount = $matchingAccountsCount; } public function getMatchingAccountsCount() { return $this->matchingAccountsCount; } public function setNonQueryableAccounts($nonQueryableAccounts) { $this->nonQueryableAccounts = $nonQueryableAccounts; } public function getNonQueryableAccounts() { return $this->nonQueryableAccounts; } public function setQueriedAccountsCount($queriedAccountsCount) { $this->queriedAccountsCount = $queriedAccountsCount; } public function getQueriedAccountsCount() { return $this->queriedAccountsCount; } } PK) Z_dFvendor/google/apiclient-services/src/Google/Service/Vault/UserInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } } PK) Z4B=eeNvendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatInfo.phpnu[roomId = $roomId; } public function getRoomId() { return $this->roomId; } } PK) Z $77Vvendor/google/apiclient-services/src/Google/Service/Vault/ListSavedQueriesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vault_SavedQuery[] */ public function setSavedQueries($savedQueries) { $this->savedQueries = $savedQueries; } /** * @return Google_Service_Vault_SavedQuery[] */ public function getSavedQueries() { return $this->savedQueries; } } PK) ZDddPvendor/google/apiclient-services/src/Google/Service/Vault/VoiceExportOptions.phpnu[exportFormat = $exportFormat; } public function getExportFormat() { return $this->exportFormat; } } PK) Z"Wvendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsRequest.phpnu[accountIds = $accountIds; } public function getAccountIds() { return $this->accountIds; } } PK) Z Ovendor/google/apiclient-services/src/Google/Service/Vault/ListHoldsResponse.phpnu[holds = $holds; } /** * @return Google_Service_Vault_Hold[] */ public function getHolds() { return $this->holds; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Zb_Tvendor/google/apiclient-services/src/Google/Service/Vault/CountArtifactsMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setMatterId($matterId) { $this->matterId = $matterId; } public function getMatterId() { return $this->matterId; } /** * @param Google_Service_Vault_Query */ public function setQuery(Google_Service_Vault_Query $query) { $this->query = $query; } /** * @return Google_Service_Vault_Query */ public function getQuery() { return $this->query; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK) ZB"kkWvendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatExportOptions.phpnu[exportFormat = $exportFormat; } public function getExportFormat() { return $this->exportFormat; } } PK) Z! Bvendor/google/apiclient-services/src/Google/Service/Vault/Hold.phpnu[accounts = $accounts; } /** * @return Google_Service_Vault_HeldAccount[] */ public function getAccounts() { return $this->accounts; } public function setCorpus($corpus) { $this->corpus = $corpus; } public function getCorpus() { return $this->corpus; } public function setHoldId($holdId) { $this->holdId = $holdId; } public function getHoldId() { return $this->holdId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Vault_HeldOrgUnit */ public function setOrgUnit(Google_Service_Vault_HeldOrgUnit $orgUnit) { $this->orgUnit = $orgUnit; } /** * @return Google_Service_Vault_HeldOrgUnit */ public function getOrgUnit() { return $this->orgUnit; } /** * @param Google_Service_Vault_CorpusQuery */ public function setQuery(Google_Service_Vault_CorpusQuery $query) { $this->query = $query; } /** * @return Google_Service_Vault_CorpusQuery */ public function getQuery() { return $this->query; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK) Z'77Jvendor/google/apiclient-services/src/Google/Service/Vault/DriveOptions.phpnu[includeSharedDrives = $includeSharedDrives; } public function getIncludeSharedDrives() { return $this->includeSharedDrives; } public function setIncludeTeamDrives($includeTeamDrives) { $this->includeTeamDrives = $includeTeamDrives; } public function getIncludeTeamDrives() { return $this->includeTeamDrives; } public function setVersionDate($versionDate) { $this->versionDate = $versionDate; } public function getVersionDate() { return $this->versionDate; } } PK) ZBTvendor/google/apiclient-services/src/Google/Service/Vault/CountArtifactsResponse.phpnu[groupsCountResult = $groupsCountResult; } /** * @return Google_Service_Vault_GroupsCountResult */ public function getGroupsCountResult() { return $this->groupsCountResult; } /** * @param Google_Service_Vault_MailCountResult */ public function setMailCountResult(Google_Service_Vault_MailCountResult $mailCountResult) { $this->mailCountResult = $mailCountResult; } /** * @return Google_Service_Vault_MailCountResult */ public function getMailCountResult() { return $this->mailCountResult; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK) Z *ggSvendor/google/apiclient-services/src/Google/Service/Vault/HeldHangoutsChatQuery.phpnu[includeRooms = $includeRooms; } public function getIncludeRooms() { return $this->includeRooms; } } PK) Z&zPvendor/google/apiclient-services/src/Google/Service/Vault/DriveExportOptions.phpnu[includeAccessInfo = $includeAccessInfo; } public function getIncludeAccessInfo() { return $this->includeAccessInfo; } } PK) Z'݂Kvendor/google/apiclient-services/src/Google/Service/Vault/HeldMailQuery.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } } PK) Z@7Pvendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterRequest.phpnu[accountCountErrors = $accountCountErrors; } /** * @return Google_Service_Vault_AccountCountError[] */ public function getAccountCountErrors() { return $this->accountCountErrors; } /** * @param Google_Service_Vault_AccountCount[] */ public function setAccountCounts($accountCounts) { $this->accountCounts = $accountCounts; } /** * @return Google_Service_Vault_AccountCount[] */ public function getAccountCounts() { return $this->accountCounts; } public function setMatchingAccountsCount($matchingAccountsCount) { $this->matchingAccountsCount = $matchingAccountsCount; } public function getMatchingAccountsCount() { return $this->matchingAccountsCount; } public function setNonQueryableAccounts($nonQueryableAccounts) { $this->nonQueryableAccounts = $nonQueryableAccounts; } public function getNonQueryableAccounts() { return $this->nonQueryableAccounts; } public function setQueriedAccountsCount($queriedAccountsCount) { $this->queriedAccountsCount = $queriedAccountsCount; } public function getQueriedAccountsCount() { return $this->queriedAccountsCount; } } PK) ZgQ.##Tvendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsRequest.phpnu[accountIds = $accountIds; } public function getAccountIds() { return $this->accountIds; } public function setEmails($emails) { $this->emails = $emails; } public function getEmails() { return $this->emails; } } PK) ZllUvendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsResponse.phpnu[responses = $responses; } /** * @return Google_Service_Vault_AddHeldAccountResult[] */ public function getResponses() { return $this->responses; } } PK) Z6)xggGvendor/google/apiclient-services/src/Google/Service/Vault/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Vault_Status */ public function setError(Google_Service_Vault_Status $error) { $this->error = $error; } /** * @return Google_Service_Vault_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK) ZMEDvendor/google/apiclient-services/src/Google/Service/Vault/Status.phpnu[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; } } PK) ZKvendor/google/apiclient-services/src/Google/Service/Vault/TeamDriveInfo.phpnu[teamDriveIds = $teamDriveIds; } public function getTeamDriveIds() { return $this->teamDriveIds; } } PK) Zcc^eeQvendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatOptions.phpnu[includeRooms = $includeRooms; } public function getIncludeRooms() { return $this->includeRooms; } } PK) Z@i Dvendor/google/apiclient-services/src/Google/Service/Vault/Export.phpnu[cloudStorageSink = $cloudStorageSink; } /** * @return Google_Service_Vault_CloudStorageSink */ public function getCloudStorageSink() { return $this->cloudStorageSink; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Vault_ExportOptions */ public function setExportOptions(Google_Service_Vault_ExportOptions $exportOptions) { $this->exportOptions = $exportOptions; } /** * @return Google_Service_Vault_ExportOptions */ public function getExportOptions() { return $this->exportOptions; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMatterId($matterId) { $this->matterId = $matterId; } public function getMatterId() { return $this->matterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Vault_Query */ public function setQuery(Google_Service_Vault_Query $query) { $this->query = $query; } /** * @return Google_Service_Vault_Query */ public function getQuery() { return $this->query; } /** * @param Google_Service_Vault_UserInfo */ public function setRequester(Google_Service_Vault_UserInfo $requester) { $this->requester = $requester; } /** * @return Google_Service_Vault_UserInfo */ public function getRequester() { return $this->requester; } /** * @param Google_Service_Vault_ExportStats */ public function setStats(Google_Service_Vault_ExportStats $stats) { $this->stats = $stats; } /** * @return Google_Service_Vault_ExportStats */ public function getStats() { return $this->stats; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK) Z/%L= = Ivendor/google/apiclient-services/src/Google/Service/Vault/CorpusQuery.phpnu[driveQuery = $driveQuery; } /** * @return Google_Service_Vault_HeldDriveQuery */ public function getDriveQuery() { return $this->driveQuery; } /** * @param Google_Service_Vault_HeldGroupsQuery */ public function setGroupsQuery(Google_Service_Vault_HeldGroupsQuery $groupsQuery) { $this->groupsQuery = $groupsQuery; } /** * @return Google_Service_Vault_HeldGroupsQuery */ public function getGroupsQuery() { return $this->groupsQuery; } /** * @param Google_Service_Vault_HeldHangoutsChatQuery */ public function setHangoutsChatQuery(Google_Service_Vault_HeldHangoutsChatQuery $hangoutsChatQuery) { $this->hangoutsChatQuery = $hangoutsChatQuery; } /** * @return Google_Service_Vault_HeldHangoutsChatQuery */ public function getHangoutsChatQuery() { return $this->hangoutsChatQuery; } /** * @param Google_Service_Vault_HeldMailQuery */ public function setMailQuery(Google_Service_Vault_HeldMailQuery $mailQuery) { $this->mailQuery = $mailQuery; } /** * @return Google_Service_Vault_HeldMailQuery */ public function getMailQuery() { return $this->mailQuery; } /** * @param Google_Service_Vault_HeldVoiceQuery */ public function setVoiceQuery(Google_Service_Vault_HeldVoiceQuery $voiceQuery) { $this->voiceQuery = $voiceQuery; } /** * @return Google_Service_Vault_HeldVoiceQuery */ public function getVoiceQuery() { return $this->voiceQuery; } } PK) Z&u^  Tvendor/google/apiclient-services/src/Google/Service/Vault/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vault_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Vault_Operation[] */ public function getOperations() { return $this->operations; } } PK) Z Ivendor/google/apiclient-services/src/Google/Service/Vault/HeldOrgUnit.phpnu[holdTime = $holdTime; } public function getHoldTime() { return $this->holdTime; } public function setOrgUnitId($orgUnitId) { $this->orgUnitId = $orgUnitId; } public function getOrgUnitId() { return $this->orgUnitId; } } PK) ZK)55Nvendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageSink.phpnu[files = $files; } /** * @return Google_Service_Vault_CloudStorageFile[] */ public function getFiles() { return $this->files; } } PK) Zѐ<<Xvendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsResponse.phpnu[statuses = $statuses; } /** * @return Google_Service_Vault_Status[] */ public function getStatuses() { return $this->statuses; } } PK) ZwYvendor/google/apiclient-services/src/Google/Service/Vault/AddMatterPermissionsRequest.phpnu[ccMe = $ccMe; } public function getCcMe() { return $this->ccMe; } /** * @param Google_Service_Vault_MatterPermission */ public function setMatterPermission(Google_Service_Vault_MatterPermission $matterPermission) { $this->matterPermission = $matterPermission; } /** * @return Google_Service_Vault_MatterPermission */ public function getMatterPermission() { return $this->matterPermission; } public function setSendEmails($sendEmails) { $this->sendEmails = $sendEmails; } public function getSendEmails() { return $this->sendEmails; } } PK) ZHSvendor/google/apiclient-services/src/Google/Service/Vault/CountArtifactsRequest.phpnu[query = $query; } /** * @return Google_Service_Vault_Query */ public function getQuery() { return $this->query; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK) Z眼``Ivendor/google/apiclient-services/src/Google/Service/Vault/AccountInfo.phpnu[emails = $emails; } public function getEmails() { return $this->emails; } } PK) Z _Nvendor/google/apiclient-services/src/Google/Service/Vault/MatterPermission.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) Zbo,Hvendor/google/apiclient-services/src/Google/Service/Vault/VaultEmpty.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFirstName($firstName) { $this->firstName = $firstName; } public function getFirstName() { return $this->firstName; } public function setHoldTime($holdTime) { $this->holdTime = $holdTime; } public function getHoldTime() { return $this->holdTime; } public function setLastName($lastName) { $this->lastName = $lastName; } public function getLastName() { return $this->lastName; } } PK) Ze  Qvendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterResponse.phpnu[matter = $matter; } /** * @return Google_Service_Vault_Matter */ public function getMatter() { return $this->matter; } } PK) ZQvendor/google/apiclient-services/src/Google/Service/Vault/ListExportsResponse.phpnu[exports = $exports; } /** * @return Google_Service_Vault_Export[] */ public function getExports() { return $this->exports; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) Z=,UUSvendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK) Z]]Tvendor/google/apiclient-services/src/Google/Service/Cloudbilling/AggregationInfo.phpnu[aggregationCount = $aggregationCount; } public function getAggregationCount() { return $this->aggregationCount; } public function setAggregationInterval($aggregationInterval) { $this->aggregationInterval = $aggregationInterval; } public function getAggregationInterval() { return $this->aggregationInterval; } public function setAggregationLevel($aggregationLevel) { $this->aggregationLevel = $aggregationLevel; } public function getAggregationLevel() { return $this->aggregationLevel; } } PK) ZBg  Pvendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingInfo.phpnu[aggregationInfo = $aggregationInfo; } /** * @return Google_Service_Cloudbilling_AggregationInfo */ public function getAggregationInfo() { return $this->aggregationInfo; } public function setCurrencyConversionRate($currencyConversionRate) { $this->currencyConversionRate = $currencyConversionRate; } public function getCurrencyConversionRate() { return $this->currencyConversionRate; } public function setEffectiveTime($effectiveTime) { $this->effectiveTime = $effectiveTime; } public function getEffectiveTime() { return $this->effectiveTime; } /** * @param Google_Service_Cloudbilling_PricingExpression */ public function setPricingExpression(Google_Service_Cloudbilling_PricingExpression $pricingExpression) { $this->pricingExpression = $pricingExpression; } /** * @return Google_Service_Cloudbilling_PricingExpression */ public function getPricingExpression() { return $this->pricingExpression; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK) ZsJvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK) ZXvendor/google/apiclient-services/src/Google/Service/Cloudbilling/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Cloudbilling_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK) Zѡ##Kvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Cloudbilling_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Cloudbilling_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Cloudbilling_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK) Z%Lvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Service.phpnu[businessEntityName = $businessEntityName; } public function getBusinessEntityName() { return $this->businessEntityName; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setServiceId($serviceId) { $this->serviceId = $serviceId; } public function getServiceId() { return $this->serviceId; } } PK) ZK'_vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) ZȟD Zvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/ServicesSkus.phpnu[ * $cloudbillingService = new Google_Service_Cloudbilling(...); * $skus = $cloudbillingService->skus; * */ class Google_Service_Cloudbilling_Resource_ServicesSkus extends Google_Service_Resource { /** * Lists all publicly available SKUs for a given cloud service. * (skus.listServicesSkus) * * @param string $parent Required. The name of the service. Example: * "services/DA34-426B-A397" * @param array $optParams Optional parameters. * * @opt_param string currencyCode The ISO 4217 currency code for the pricing * info in the response proto. Will use the conversion rate as of start_time. * Optional. If not specified USD will be used. * @opt_param string endTime Optional exclusive end time of the time range for * which the pricing versions will be returned. Timestamps in the future are not * allowed. The time range has to be within a single calendar month in * America/Los_Angeles timezone. Time range as a whole is optional. If not * specified, the latest pricing will be returned (up to 12 hours old at most). * @opt_param int pageSize Requested page size. Defaults to 5000. * @opt_param string pageToken A token identifying a page of results to return. * This should be a `next_page_token` value returned from a previous `ListSkus` * call. If unspecified, the first page of results is returned. * @opt_param string startTime Optional inclusive start time of the time range * for which the pricing versions will be returned. Timestamps in the future are * not allowed. The time range has to be within a single calendar month in * America/Los_Angeles timezone. Time range as a whole is optional. If not * specified, the latest pricing will be returned (up to 12 hours old at most). * @return Google_Service_Cloudbilling_ListSkusResponse */ public function listServicesSkus($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudbilling_ListSkusResponse"); } } PK) Z]yXXVvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Services.phpnu[ * $cloudbillingService = new Google_Service_Cloudbilling(...); * $services = $cloudbillingService->services; * */ class Google_Service_Cloudbilling_Resource_Services extends Google_Service_Resource { /** * Lists all public cloud services. (services.listServices) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Defaults to 5000. * @opt_param string pageToken A token identifying a page of results to return. * This should be a `next_page_token` value returned from a previous * `ListServices` call. If unspecified, the first page of results is returned. * @return Google_Service_Cloudbilling_ListServicesResponse */ public function listServices($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudbilling_ListServicesResponse"); } } PK) ZVvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Projects.phpnu[ * $cloudbillingService = new Google_Service_Cloudbilling(...); * $projects = $cloudbillingService->projects; * */ class Google_Service_Cloudbilling_Resource_Projects extends Google_Service_Resource { /** * Gets the billing information for a project. The current authenticated user * must have [permission to view the project](https://cloud.google.com/docs * /permissions-overview#h.bgs0oxofvnoo ). (projects.getBillingInfo) * * @param string $name Required. The resource name of the project for which * billing information is retrieved. For example, `projects/tokyo-rain-123`. * @param array $optParams Optional parameters. * @return Google_Service_Cloudbilling_ProjectBillingInfo */ public function getBillingInfo($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getBillingInfo', array($params), "Google_Service_Cloudbilling_ProjectBillingInfo"); } /** * Sets or updates the billing account associated with a project. You specify * the new billing account by setting the `billing_account_name` in the * `ProjectBillingInfo` resource to the resource name of a billing account. * Associating a project with an open billing account enables billing on the * project and allows charges for resource usage. If the project already had a * billing account, this method changes the billing account used for resource * usage charges. *Note:* Incurred charges that have not yet been reported in * the transaction history of the Google Cloud Console might be billed to the * new billing account, even if the charge occurred before the new billing * account was assigned to the project. The current authenticated user must have * ownership privileges for both the [project](https://cloud.google.com/docs * /permissions-overview#h.bgs0oxofvnoo ) and the [billing * account](https://cloud.google.com/billing/docs/how-to/billing-access). You * can disable billing on the project by setting the `billing_account_name` * field to empty. This action disassociates the current billing account from * the project. Any billable activity of your in-use services will stop, and * your application could stop functioning as expected. Any unbilled charges to * date will be billed to the previously associated account. The current * authenticated user must be either an owner of the project or an owner of the * billing account for the project. Note that associating a project with a * *closed* billing account will have much the same effect as disabling billing * on the project: any paid resources used by the project will be shut down. * Thus, unless you wish to disable billing, you should always call this method * with the name of an *open* billing account. (projects.updateBillingInfo) * * @param string $name Required. The resource name of the project associated * with the billing information that you want to update. For example, `projects * /tokyo-rain-123`. * @param Google_Service_Cloudbilling_ProjectBillingInfo $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudbilling_ProjectBillingInfo */ public function updateBillingInfo($name, Google_Service_Cloudbilling_ProjectBillingInfo $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateBillingInfo', array($params), "Google_Service_Cloudbilling_ProjectBillingInfo"); } } PK) Z e!!]vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.phpnu[ * $cloudbillingService = new Google_Service_Cloudbilling(...); * $billingAccounts = $cloudbillingService->billingAccounts; * */ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Service_Resource { /** * Creates a billing account. This method can only be used to create [billing * subaccounts](https://cloud.google.com/billing/docs/concepts) by Google Cloud * resellers. When creating a subaccount, the current authenticated user must * have the `billing.accounts.update` IAM permission on the master account, * which is typically given to billing account * [administrators](https://cloud.google.com/billing/docs/how-to/billing- * access). This method will return an error if the master account has not been * provisioned as a reseller account. (billingAccounts.create) * * @param Google_Service_Cloudbilling_BillingAccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudbilling_BillingAccount */ public function create(Google_Service_Cloudbilling_BillingAccount $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Cloudbilling_BillingAccount"); } /** * Gets information about a billing account. The current authenticated user must * be a [viewer of the billing account](https://cloud.google.com/billing/docs * /how-to/billing-access). (billingAccounts.get) * * @param string $name Required. The resource name of the billing account to * retrieve. For example, `billingAccounts/012345-567890-ABCDEF`. * @param array $optParams Optional parameters. * @return Google_Service_Cloudbilling_BillingAccount */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Cloudbilling_BillingAccount"); } /** * Gets the access control policy for a billing account. The caller must have * the `billing.accounts.getIamPolicy` permission on the account, which is often * given to billing account [viewers](https://cloud.google.com/billing/docs/how- * to/billing-access). (billingAccounts.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Cloudbilling_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Cloudbilling_Policy"); } /** * Lists the billing accounts that the current authenticated user has permission * to [view](https://cloud.google.com/billing/docs/how-to/billing-access). * (billingAccounts.listBillingAccounts) * * @param array $optParams Optional parameters. * * @opt_param string filter Options for how to filter the returned billing * accounts. Currently this only supports filtering for * [subaccounts](https://cloud.google.com/billing/docs/concepts) under a single * provided reseller billing account. (e.g. * "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean * algebra and other fields are not currently supported. * @opt_param 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. * @return Google_Service_Cloudbilling_ListBillingAccountsResponse */ public function listBillingAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudbilling_ListBillingAccountsResponse"); } /** * Updates a billing account's fields. Currently the only field that can be * edited is `display_name`. The current authenticated user must have the * `billing.accounts.update` IAM permission, which is typically given to the * [administrator](https://cloud.google.com/billing/docs/how-to/billing-access) * of the billing account. (billingAccounts.patch) * * @param string $name Required. The name of the billing account resource to be * updated. * @param Google_Service_Cloudbilling_BillingAccount $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applied to the resource. Only * "display_name" is currently supported. * @return Google_Service_Cloudbilling_BillingAccount */ public function patch($name, Google_Service_Cloudbilling_BillingAccount $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Cloudbilling_BillingAccount"); } /** * Sets the access control policy for a billing account. Replaces any existing * policy. The caller must have the `billing.accounts.setIamPolicy` permission * on the account, which is often given to billing account * [administrators](https://cloud.google.com/billing/docs/how-to/billing- * access). (billingAccounts.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Cloudbilling_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudbilling_Policy */ public function setIamPolicy($resource, Google_Service_Cloudbilling_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Cloudbilling_Policy"); } /** * Tests the access control policy for a billing account. This method takes the * resource and a set of permissions as input and returns the subset of the * input permissions that the caller is allowed for that resource. * (billingAccounts.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Cloudbilling_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudbilling_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Cloudbilling_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Cloudbilling_TestIamPermissionsResponse"); } } PK) ZM}]evendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.phpnu[ * $cloudbillingService = new Google_Service_Cloudbilling(...); * $projects = $cloudbillingService->projects; * */ class Google_Service_Cloudbilling_Resource_BillingAccountsProjects extends Google_Service_Resource { /** * Lists the projects associated with a billing account. The current * authenticated user must have the `billing.resourceAssociations.list` IAM * permission, which is often given to billing account * [viewers](https://cloud.google.com/billing/docs/how-to/billing-access). * (projects.listBillingAccountsProjects) * * @param string $name Required. The resource name of the billing account * associated with the projects that you want to list. For example, * `billingAccounts/012345-567890-ABCDEF`. * @param array $optParams Optional parameters. * * @opt_param 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 be * returned. This should be a `next_page_token` value returned from a previous * `ListProjectBillingInfo` call. If unspecified, the first page of results is * returned. * @return Google_Service_Cloudbilling_ListProjectBillingInfoResponse */ public function listBillingAccountsProjects($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cloudbilling_ListProjectBillingInfoResponse"); } } PK) ZLvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Cloudbilling_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK) ZANUvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListSkusResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudbilling_Sku[] */ public function setSkus($skus) { $this->skus = $skus; } /** * @return Google_Service_Cloudbilling_Sku[] */ public function getSkus() { return $this->skus; } } PK) Z-jYMvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Category.phpnu[resourceFamily = $resourceFamily; } public function getResourceFamily() { return $this->resourceFamily; } public function setResourceGroup($resourceGroup) { $this->resourceGroup = $resourceGroup; } public function getResourceGroup() { return $this->resourceGroup; } public function setServiceDisplayName($serviceDisplayName) { $this->serviceDisplayName = $serviceDisplayName; } public function getServiceDisplayName() { return $this->serviceDisplayName; } public function setUsageType($usageType) { $this->usageType = $usageType; } public function getUsageType() { return $this->usageType; } } PK) ZҲܵ Vvendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingExpression.phpnu[baseUnit = $baseUnit; } public function getBaseUnit() { return $this->baseUnit; } public function setBaseUnitConversionFactor($baseUnitConversionFactor) { $this->baseUnitConversionFactor = $baseUnitConversionFactor; } public function getBaseUnitConversionFactor() { return $this->baseUnitConversionFactor; } public function setBaseUnitDescription($baseUnitDescription) { $this->baseUnitDescription = $baseUnitDescription; } public function getBaseUnitDescription() { return $this->baseUnitDescription; } public function setDisplayQuantity($displayQuantity) { $this->displayQuantity = $displayQuantity; } public function getDisplayQuantity() { return $this->displayQuantity; } /** * @param Google_Service_Cloudbilling_TierRate[] */ public function setTieredRates($tieredRates) { $this->tieredRates = $tieredRates; } /** * @return Google_Service_Cloudbilling_TierRate[] */ public function getTieredRates() { return $this->tieredRates; } public function setUsageUnit($usageUnit) { $this->usageUnit = $usageUnit; } public function getUsageUnit() { return $this->usageUnit; } public function setUsageUnitDescription($usageUnitDescription) { $this->usageUnitDescription = $usageUnitDescription; } public function getUsageUnitDescription() { return $this->usageUnitDescription; } } PK) ZAkVzzSvendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMasterBillingAccount($masterBillingAccount) { $this->masterBillingAccount = $masterBillingAccount; } public function getMasterBillingAccount() { return $this->masterBillingAccount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOpen($open) { $this->open = $open; } public function getOpen() { return $this->open; } } PK) Z2^vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK) Z=?gcvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudbilling_ProjectBillingInfo[] */ public function setProjectBillingInfo($projectBillingInfo) { $this->projectBillingInfo = $projectBillingInfo; } /** * @return Google_Service_Cloudbilling_ProjectBillingInfo[] */ public function getProjectBillingInfo() { return $this->projectBillingInfo; } } PK) Z31ܜ{ { Hvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Sku.phpnu[category = $category; } /** * @return Google_Service_Cloudbilling_Category */ public function getCategory() { return $this->category; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Cloudbilling_GeoTaxonomy */ public function setGeoTaxonomy(Google_Service_Cloudbilling_GeoTaxonomy $geoTaxonomy) { $this->geoTaxonomy = $geoTaxonomy; } /** * @return Google_Service_Cloudbilling_GeoTaxonomy */ public function getGeoTaxonomy() { return $this->geoTaxonomy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Cloudbilling_PricingInfo[] */ public function setPricingInfo($pricingInfo) { $this->pricingInfo = $pricingInfo; } /** * @return Google_Service_Cloudbilling_PricingInfo[] */ public function getPricingInfo() { return $this->pricingInfo; } public function setServiceProviderName($serviceProviderName) { $this->serviceProviderName = $serviceProviderName; } public function getServiceProviderName() { return $this->serviceProviderName; } public function setServiceRegions($serviceRegions) { $this->serviceRegions = $serviceRegions; } public function getServiceRegions() { return $this->serviceRegions; } public function setSkuId($skuId) { $this->skuId = $skuId; } public function getSkuId() { return $this->skuId; } } PK) ZB}}`vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.phpnu[billingAccounts = $billingAccounts; } /** * @return Google_Service_Cloudbilling_BillingAccount[] */ public function getBillingAccounts() { return $this->billingAccounts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK) ZyɆMvendor/google/apiclient-services/src/Google/Service/Cloudbilling/TierRate.phpnu[startUsageAmount = $startUsageAmount; } public function getStartUsageAmount() { return $this->startUsageAmount; } /** * @param Google_Service_Cloudbilling_Money */ public function setUnitPrice(Google_Service_Cloudbilling_Money $unitPrice) { $this->unitPrice = $unitPrice; } /** * @return Google_Service_Cloudbilling_Money */ public function getUnitPrice() { return $this->unitPrice; } } PK) Z`(""Yvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Cloudbilling_Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_Cloudbilling_Service[] */ public function getServices() { return $this->services; } } PK) ZCCPvendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Cloudbilling_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK) Za#Wvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.phpnu[billingAccountName = $billingAccountName; } public function getBillingAccountName() { return $this->billingAccountName; } public function setBillingEnabled($billingEnabled) { $this->billingEnabled = $billingEnabled; } public function getBillingEnabled() { return $this->billingEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK) ZÅPvendor/google/apiclient-services/src/Google/Service/Cloudbilling/GeoTaxonomy.phpnu[regions = $regions; } public function getRegions() { return $this->regions; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK) ZNbMMIvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK) Z 'PPBvendor/google/apiclient-services/src/Google/Service/Dialogflow.phpnu[ * Builds conversational interfaces (for example, chatbots, and voice-powered * apps and devices).

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Dialogflow extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View, manage and query your Dialogflow agents. */ const DIALOGFLOW = "https://www.googleapis.com/auth/dialogflow"; public $projects_locations_agents; public $projects_locations_agents_entityTypes; public $projects_locations_agents_environments; public $projects_locations_agents_environments_experiments; public $projects_locations_agents_environments_sessions; public $projects_locations_agents_environments_sessions_entityTypes; public $projects_locations_agents_flows; public $projects_locations_agents_flows_pages; public $projects_locations_agents_flows_transitionRouteGroups; public $projects_locations_agents_flows_versions; public $projects_locations_agents_intents; public $projects_locations_agents_sessions; public $projects_locations_agents_sessions_entityTypes; public $projects_locations_agents_testCases; public $projects_locations_agents_testCases_results; public $projects_locations_agents_webhooks; public $projects_locations_operations; public $projects_locations_securitySettings; public $projects_operations; /** * Constructs the internal representation of the Dialogflow service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://dialogflow.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'dialogflow'; $this->projects_locations_agents = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgents( $this, $this->serviceName, 'agents', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/agents', '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, ), ), ),'export' => array( 'path' => 'v3/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getValidationResult' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/agents', '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', ), ), ),'restore' => array( 'path' => 'v3/{+name}:restore', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validate' => array( 'path' => 'v3/{+name}:validate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_agents_entityTypes = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEntityTypes( $this, $this->serviceName, 'entityTypes', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/entityTypes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/entityTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), '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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_agents_environments = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/environments', '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}/environments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'lookupEnvironmentHistory' => array( 'path' => 'v3/{+name}:lookupEnvironmentHistory', 'httpMethod' => 'GET', 'parameters' => array( 'name' => 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->projects_locations_agents_environments_experiments = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironmentsExperiments( $this, $this->serviceName, 'experiments', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/experiments', '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}/experiments', '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', ), ), ),'start' => array( 'path' => 'v3/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v3/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_agents_environments_sessions = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironmentsSessions( $this, $this->serviceName, 'sessions', array( 'methods' => array( 'detectIntent' => array( 'path' => 'v3/{+session}:detectIntent', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'fulfillIntent' => array( 'path' => 'v3/{+session}:fulfillIntent', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'matchIntent' => array( 'path' => 'v3/{+session}:matchIntent', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_agents_environments_sessions_entityTypes = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironmentsSessionsEntityTypes( $this, $this->serviceName, 'entityTypes', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/entityTypes', '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}/entityTypes', '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->projects_locations_agents_flows = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlows( $this, $this->serviceName, 'flows', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/flows', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getValidationResult' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/flows', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), '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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'train' => array( 'path' => 'v3/{+name}:train', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validate' => array( 'path' => 'v3/{+name}:validate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_agents_flows_pages = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsPages( $this, $this->serviceName, 'pages', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/pages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/pages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), '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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_agents_flows_transitionRouteGroups = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsTransitionRouteGroups( $this, $this->serviceName, 'transitionRouteGroups', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/transitionRouteGroups', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/transitionRouteGroups', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), '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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_agents_flows_versions = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/versions', '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}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'load' => array( 'path' => 'v3/{+name}:load', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'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_locations_agents_intents = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsIntents( $this, $this->serviceName, 'intents', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/intents', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/intents', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'intentView' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), '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, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_agents_sessions = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsSessions( $this, $this->serviceName, 'sessions', array( 'methods' => array( 'detectIntent' => array( 'path' => 'v3/{+session}:detectIntent', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'fulfillIntent' => array( 'path' => 'v3/{+session}:fulfillIntent', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'matchIntent' => array( 'path' => 'v3/{+session}:matchIntent', 'httpMethod' => 'POST', 'parameters' => array( 'session' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_agents_sessions_entityTypes = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsSessionsEntityTypes( $this, $this->serviceName, 'entityTypes', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/entityTypes', '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}/entityTypes', '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->projects_locations_agents_testCases = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsTestCases( $this, $this->serviceName, 'testCases', array( 'methods' => array( 'batchDelete' => array( 'path' => 'v3/{+parent}/testCases:batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchRun' => array( 'path' => 'v3/{+parent}/testCases:batchRun', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'calculateCoverage' => array( 'path' => 'v3/{+agent}/testCases:calculateCoverage', 'httpMethod' => 'GET', 'parameters' => array( 'agent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v3/{+parent}/testCases', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v3/{+parent}/testCases:export', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v3/{+parent}/testCases:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+parent}/testCases', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => 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', ), ), ),'run' => array( 'path' => 'v3/{+name}:run', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_agents_testCases_results = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsTestCasesResults( $this, $this->serviceName, 'results', array( 'methods' => array( 'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_agents_webhooks = new Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsWebhooks( $this, $this->serviceName, 'webhooks', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/webhooks', '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, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+parent}/webhooks', '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->projects_locations_operations = new Google_Service_Dialogflow_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v3/{+name}:cancel', 'httpMethod' => 'POST', '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}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_securitySettings = new Google_Service_Dialogflow_Resource_ProjectsLocationsSecuritySettings( $this, $this->serviceName, 'securitySettings', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/securitySettings', '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}/securitySettings', '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->projects_operations = new Google_Service_Dialogflow_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v3/{+name}:cancel', 'httpMethod' => 'POST', '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}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK* Z 4C<Ovendor/google/apiclient-services/src/Google/Service/Fitness/BucketBySession.phpnu[minDurationMillis = $minDurationMillis; } public function getMinDurationMillis() { return $this->minDurationMillis; } } PK* Z '}Ovendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.phpnu[activity = $activity; } public function getActivity() { return $this->activity; } /** * @param Google_Service_Fitness_Dataset[] */ public function setDataset($dataset) { $this->dataset = $dataset; } /** * @return Google_Service_Fitness_Dataset[] */ public function getDataset() { return $this->dataset; } public function setEndTimeMillis($endTimeMillis) { $this->endTimeMillis = $endTimeMillis; } public function getEndTimeMillis() { return $this->endTimeMillis; } /** * @param Google_Service_Fitness_Session */ public function setSession(Google_Service_Fitness_Session $session) { $this->session = $session; } /** * @return Google_Service_Fitness_Session */ public function getSession() { return $this->session; } public function setStartTimeMillis($startTimeMillis) { $this->startTimeMillis = $startTimeMillis; } public function getStartTimeMillis() { return $this->startTimeMillis; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* ZooMvendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.phpnu[format = $format; } public function getFormat() { return $this->format; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } } PK* Z Lvendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTime.phpnu[durationMillis = $durationMillis; } public function getDurationMillis() { return $this->durationMillis; } /** * @param Google_Service_Fitness_BucketByTimePeriod */ public function setPeriod(Google_Service_Fitness_BucketByTimePeriod $period) { $this->period = $period; } /** * @return Google_Service_Fitness_BucketByTimePeriod */ public function getPeriod() { return $this->period; } } PK* Z8LLGvendor/google/apiclient-services/src/Google/Service/Fitness/Dataset.phpnu[dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setMaxEndTimeNs($maxEndTimeNs) { $this->maxEndTimeNs = $maxEndTimeNs; } public function getMaxEndTimeNs() { return $this->maxEndTimeNs; } public function setMinStartTimeNs($minStartTimeNs) { $this->minStartTimeNs = $minStartTimeNs; } public function getMinStartTimeNs() { return $this->minStartTimeNs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Fitness_DataPoint[] */ public function setPoint($point) { $this->point = $point; } /** * @return Google_Service_Fitness_DataPoint[] */ public function getPoint() { return $this->point; } } PK* Za8Pvendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Fitness_MapValue */ public function setValue(Google_Service_Fitness_MapValue $value) { $this->value = $value; } /** * @return Google_Service_Fitness_MapValue */ public function getValue() { return $this->value; } } PK* Z^^Nvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/Users.phpnu[ * $fitnessService = new Google_Service_Fitness(...); * $users = $fitnessService->users; * */ class Google_Service_Fitness_Resource_Users extends Google_Service_Resource { } PK* Z/nVvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersSessions.phpnu[ * $fitnessService = new Google_Service_Fitness(...); * $sessions = $fitnessService->sessions; * */ class Google_Service_Fitness_Resource_UsersSessions extends Google_Service_Resource { /** * Deletes a session specified by the given session ID. (sessions.delete) * * @param string $userId Delete a session for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param string $sessionId The ID of the session to be deleted. * @param array $optParams Optional parameters. */ public function delete($userId, $sessionId, $optParams = array()) { $params = array('userId' => $userId, 'sessionId' => $sessionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Lists sessions previously created. (sessions.listUsersSessions) * * @param string $userId List sessions for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param array $optParams Optional parameters. * * @opt_param int activityType If non-empty, only sessions with these activity * types should be returned. * @opt_param string endTime An RFC3339 timestamp. Only sessions ending between * the start and end times will be included in the response. If this time is * omitted but startTime is specified, all sessions from startTime to the end of * time will be returned. * @opt_param bool includeDeleted If true, and if both startTime and endTime are * omitted, session deletions will be returned. * @opt_param string pageToken The continuation token, which is used for * incremental syncing. To get the next batch of changes, set this parameter to * the value of nextPageToken from the previous response. The page token is * ignored if either start or end time is specified. If none of start time, end * time, and the page token is specified, sessions modified in the last 30 days * are returned. * @opt_param string startTime An RFC3339 timestamp. Only sessions ending * between the start and end times will be included in the response. If this * time is omitted but endTime is specified, all sessions from the start of time * up to endTime will be returned. * @return Google_Service_Fitness_ListSessionsResponse */ public function listUsersSessions($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse"); } /** * Updates or insert a given session. (sessions.update) * * @param string $userId Create sessions for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param string $sessionId The ID of the session to be created. * @param Google_Service_Fitness_Session $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fitness_Session */ public function update($userId, $sessionId, Google_Service_Fitness_Session $postBody, $optParams = array()) { $params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Fitness_Session"); } } PK* Z NSSivendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDataPointChanges.phpnu[ * $fitnessService = new Google_Service_Fitness(...); * $dataPointChanges = $fitnessService->dataPointChanges; * */ class Google_Service_Fitness_Resource_UsersDataSourcesDataPointChanges extends Google_Service_Resource { /** * Queries for user's data point changes for a particular data source. * (dataPointChanges.listUsersDataSourcesDataPointChanges) * * @param string $userId List data points for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source that * created the dataset. * @param array $optParams Optional parameters. * * @opt_param int limit If specified, no more than this many data point changes * will be included in the response. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of nextPageToken from the previous response. * @return Google_Service_Fitness_ListDataPointChangesResponse */ public function listUsersDataSourcesDataPointChanges($userId, $dataSourceId, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fitness_ListDataPointChangesResponse"); } } PK* Z")avendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDatasets.phpnu[ * $fitnessService = new Google_Service_Fitness(...); * $datasets = $fitnessService->datasets; * */ class Google_Service_Fitness_Resource_UsersDataSourcesDatasets extends Google_Service_Resource { /** * Performs an inclusive delete of all data points whose start and end times * have any overlap with the time range specified by the dataset ID. For most * data types, the entire data point will be deleted. For data types where the * time span represents a consistent value (such as * com.google.activity.segment), and a data point straddles either end point of * the dataset, only the overlapping portion of the data point will be deleted. * (datasets.delete) * * @param string $userId Delete a dataset for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source that * created the dataset. * @param string $datasetId Dataset identifier that is a composite of the * minimum data point start time and maximum data point end time represented as * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" * where startTime and endTime are 64 bit integers. * @param array $optParams Optional parameters. */ public function delete($userId, $dataSourceId, $datasetId, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns a dataset containing all data points whose start and end times * overlap with the specified range of the dataset minimum start time and * maximum end time. Specifically, any data point whose start time is less than * or equal to the dataset end time and whose end time is greater than or equal * to the dataset start time. (datasets.get) * * @param string $userId Retrieve a dataset for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source that * created the dataset. * @param string $datasetId Dataset identifier that is a composite of the * minimum data point start time and maximum data point end time represented as * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" * where startTime and endTime are 64 bit integers. * @param array $optParams Optional parameters. * * @opt_param int limit If specified, no more than this many data points will be * included in the dataset. If there are more data points in the dataset, * nextPageToken will be set in the dataset response. The limit is applied from * the end of the time range. That is, if pageToken is absent, the limit most * recent data points will be returned. * @opt_param string pageToken The continuation token, which is used to page * through large datasets. To get the next page of a dataset, set this parameter * to the value of nextPageToken from the previous response. Each subsequent * call will yield a partial dataset with data point end timestamps that are * strictly smaller than those in the previous partial response. * @return Google_Service_Fitness_Dataset */ public function get($userId, $dataSourceId, $datasetId, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fitness_Dataset"); } /** * Adds data points to a dataset. The dataset need not be previously created. * All points within the given dataset will be returned with subsquent calls to * retrieve this dataset. Data points can belong to more than one dataset. This * method does not use patch semantics: the data points provided are merely * inserted, with no existing data replaced. (datasets.patch) * * @param string $userId Patch a dataset for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source that * created the dataset. * @param string $datasetId This field is not used, and can be safely omitted. * @param Google_Service_Fitness_Dataset $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fitness_Dataset */ public function patch($userId, $dataSourceId, $datasetId, Google_Service_Fitness_Dataset $postBody, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Fitness_Dataset"); } } PK* Z`5==Yvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSources.phpnu[ * $fitnessService = new Google_Service_Fitness(...); * $dataSources = $fitnessService->dataSources; * */ class Google_Service_Fitness_Resource_UsersDataSources extends Google_Service_Resource { /** * Creates a new data source that is unique across all data sources belonging to * this user. A data source is a unique source of sensor data. Data sources can * expose raw data coming from hardware sensors on local or companion devices. * They can also expose derived data, created by transforming or merging other * data sources. Multiple data sources can exist for the same data type. Every * data point in every dataset inserted into or read from the Fitness API has an * associated data source. Each data source produces a unique stream of dataset * updates, with a unique data source identifier. Not all changes to data source * affect the data stream ID, so that data collected by updated versions of the * same application/device can still be considered to belong to the same data * source. Data sources are identified using a string generated by the server, * based on the contents of the source being created. The dataStreamId field * should not be set when invoking this method. It will be automatically * generated by the server with the correct format. If a dataStreamId is set, it * must match the format that the server would generate. This format is a * combination of some fields from the data source, and has a specific order. If * it doesn't match, the request will fail with an error. Specifying a DataType * which is not a known type (beginning with "com.google.") will create a * DataSource with a *custom data type*. Custom data types are only readable by * the application that created them. Custom data types are *deprecated*; use * standard data types instead. In addition to the data source fields included * in the data source ID, the developer project number that is authenticated * when creating the data source is included. This developer project number is * obfuscated when read by any other developer reading public data types. * (dataSources.create) * * @param string $userId Create the data source for the person identified. Use * me to indicate the authenticated user. Only me is supported at this time. * @param Google_Service_Fitness_DataSource $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fitness_DataSource */ public function create($userId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Fitness_DataSource"); } /** * Deletes the specified data source. The request will fail if the data source * contains any data points. (dataSources.delete) * * @param string $userId Retrieve a data source for the person identified. Use * me to indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source to delete. * @param array $optParams Optional parameters. * @return Google_Service_Fitness_DataSource */ public function delete($userId, $dataSourceId, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Fitness_DataSource"); } /** * Returns the specified data source. (dataSources.get) * * @param string $userId Retrieve a data source for the person identified. Use * me to indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source to * retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Fitness_DataSource */ public function get($userId, $dataSourceId, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fitness_DataSource"); } /** * Lists all data sources that are visible to the developer, using the OAuth * scopes provided. The list is not exhaustive; the user may have private data * sources that are only visible to other developers, or calls using other * scopes. (dataSources.listUsersDataSources) * * @param string $userId List data sources for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param array $optParams Optional parameters. * * @opt_param string dataTypeName The names of data types to include in the * list. If not specified, all data sources will be returned. * @return Google_Service_Fitness_ListDataSourcesResponse */ public function listUsersDataSources($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse"); } /** * Updates the specified data source. The dataStreamId, dataType, type, * dataStreamName, and device properties with the exception of version, cannot * be modified. Data sources are identified by their dataStreamId. * (dataSources.update) * * @param string $userId Update the data source for the person identified. Use * me to indicate the authenticated user. Only me is supported at this time. * @param string $dataSourceId The data stream ID of the data source to update. * @param Google_Service_Fitness_DataSource $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fitness_DataSource */ public function update($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) { $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Fitness_DataSource"); } } PK* ZUvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataset.phpnu[ * $fitnessService = new Google_Service_Fitness(...); * $dataset = $fitnessService->dataset; * */ class Google_Service_Fitness_Resource_UsersDataset extends Google_Service_Resource { /** * Aggregates data of a certain type or stream into buckets divided by a given * type of boundary. Multiple data sets of multiple types and from multiple * sources can be aggregated into exactly one bucket type per request. * (dataset.aggregate) * * @param string $userId Aggregate data for the person identified. Use me to * indicate the authenticated user. Only me is supported at this time. * @param Google_Service_Fitness_AggregateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fitness_AggregateResponse */ public function aggregate($userId, Google_Service_Fitness_AggregateRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('aggregate', array($params), "Google_Service_Fitness_AggregateResponse"); } } PK* Z}#$C C Ivendor/google/apiclient-services/src/Google/Service/Fitness/DataPoint.phpnu[computationTimeMillis = $computationTimeMillis; } public function getComputationTimeMillis() { return $this->computationTimeMillis; } public function setDataTypeName($dataTypeName) { $this->dataTypeName = $dataTypeName; } public function getDataTypeName() { return $this->dataTypeName; } public function setEndTimeNanos($endTimeNanos) { $this->endTimeNanos = $endTimeNanos; } public function getEndTimeNanos() { return $this->endTimeNanos; } public function setModifiedTimeMillis($modifiedTimeMillis) { $this->modifiedTimeMillis = $modifiedTimeMillis; } public function getModifiedTimeMillis() { return $this->modifiedTimeMillis; } public function setOriginDataSourceId($originDataSourceId) { $this->originDataSourceId = $originDataSourceId; } public function getOriginDataSourceId() { return $this->originDataSourceId; } public function setRawTimestampNanos($rawTimestampNanos) { $this->rawTimestampNanos = $rawTimestampNanos; } public function getRawTimestampNanos() { return $this->rawTimestampNanos; } public function setStartTimeNanos($startTimeNanos) { $this->startTimeNanos = $startTimeNanos; } public function getStartTimeNanos() { return $this->startTimeNanos; } /** * @param Google_Service_Fitness_Value[] */ public function setValue($value) { $this->value = $value; } /** * @return Google_Service_Fitness_Value[] */ public function getValue() { return $this->value; } } PK* ZP=lHvendor/google/apiclient-services/src/Google/Service/Fitness/DataType.phpnu[field = $field; } /** * @return Google_Service_Fitness_DataTypeField[] */ public function getField() { return $this->field; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* ZV4) ) Jvendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.phpnu[application = $application; } /** * @return Google_Service_Fitness_Application */ public function getApplication() { return $this->application; } public function setDataQualityStandard($dataQualityStandard) { $this->dataQualityStandard = $dataQualityStandard; } public function getDataQualityStandard() { return $this->dataQualityStandard; } public function setDataStreamId($dataStreamId) { $this->dataStreamId = $dataStreamId; } public function getDataStreamId() { return $this->dataStreamId; } public function setDataStreamName($dataStreamName) { $this->dataStreamName = $dataStreamName; } public function getDataStreamName() { return $this->dataStreamName; } /** * @param Google_Service_Fitness_DataType */ public function setDataType(Google_Service_Fitness_DataType $dataType) { $this->dataType = $dataType; } /** * @return Google_Service_Fitness_DataType */ public function getDataType() { return $this->dataType; } /** * @param Google_Service_Fitness_Device */ public function setDevice(Google_Service_Fitness_Device $device) { $this->device = $device; } /** * @return Google_Service_Fitness_Device */ public function getDevice() { return $this->device; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z2hddTvendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.phpnu[deletedSession = $deletedSession; } /** * @return Google_Service_Fitness_Session[] */ public function getDeletedSession() { return $this->deletedSession; } public function setHasMoreData($hasMoreData) { $this->hasMoreData = $hasMoreData; } public function getHasMoreData() { return $this->hasMoreData; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Fitness_Session[] */ public function setSession($session) { $this->session = $session; } /** * @return Google_Service_Fitness_Session[] */ public function getSession() { return $this->session; } } PK* Z/%-P P Gvendor/google/apiclient-services/src/Google/Service/Fitness/Session.phpnu[activeTimeMillis = $activeTimeMillis; } public function getActiveTimeMillis() { return $this->activeTimeMillis; } public function setActivityType($activityType) { $this->activityType = $activityType; } public function getActivityType() { return $this->activityType; } /** * @param Google_Service_Fitness_Application */ public function setApplication(Google_Service_Fitness_Application $application) { $this->application = $application; } /** * @return Google_Service_Fitness_Application */ public function getApplication() { return $this->application; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTimeMillis($endTimeMillis) { $this->endTimeMillis = $endTimeMillis; } public function getEndTimeMillis() { return $this->endTimeMillis; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setModifiedTimeMillis($modifiedTimeMillis) { $this->modifiedTimeMillis = $modifiedTimeMillis; } public function getModifiedTimeMillis() { return $this->modifiedTimeMillis; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStartTimeMillis($startTimeMillis) { $this->startTimeMillis = $startTimeMillis; } public function getStartTimeMillis() { return $this->startTimeMillis; } } PK* ZmZ\vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataPointChangesResponse.phpnu[dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } /** * @param Google_Service_Fitness_DataPoint[] */ public function setDeletedDataPoint($deletedDataPoint) { $this->deletedDataPoint = $deletedDataPoint; } /** * @return Google_Service_Fitness_DataPoint[] */ public function getDeletedDataPoint() { return $this->deletedDataPoint; } /** * @param Google_Service_Fitness_DataPoint[] */ public function setInsertedDataPoint($insertedDataPoint) { $this->insertedDataPoint = $insertedDataPoint; } /** * @return Google_Service_Fitness_DataPoint[] */ public function getInsertedDataPoint() { return $this->insertedDataPoint; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z,HFvendor/google/apiclient-services/src/Google/Service/Fitness/Device.phpnu[manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZPvendor/google/apiclient-services/src/Google/Service/Fitness/BucketByActivity.phpnu[activityDataSourceId = $activityDataSourceId; } public function getActivityDataSourceId() { return $this->activityDataSourceId; } public function setMinDurationMillis($minDurationMillis) { $this->minDurationMillis = $minDurationMillis; } public function getMinDurationMillis() { return $this->minDurationMillis; } } PK* Zk%%Kvendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.phpnu[dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setDataTypeName($dataTypeName) { $this->dataTypeName = $dataTypeName; } public function getDataTypeName() { return $this->dataTypeName; } } PK* Zr++Hvendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.phpnu[fpVal = $fpVal; } public function getFpVal() { return $this->fpVal; } } PK* Z~__Wvendor/google/apiclient-services/src/Google/Service/Fitness/ListDataSourcesResponse.phpnu[dataSource = $dataSource; } /** * @return Google_Service_Fitness_DataSource[] */ public function getDataSource() { return $this->dataSource; } } PK* ZGPvendor/google/apiclient-services/src/Google/Service/Fitness/AggregateRequest.phpnu[aggregateBy = $aggregateBy; } /** * @return Google_Service_Fitness_AggregateBy[] */ public function getAggregateBy() { return $this->aggregateBy; } /** * @param Google_Service_Fitness_BucketByActivity */ public function setBucketByActivitySegment(Google_Service_Fitness_BucketByActivity $bucketByActivitySegment) { $this->bucketByActivitySegment = $bucketByActivitySegment; } /** * @return Google_Service_Fitness_BucketByActivity */ public function getBucketByActivitySegment() { return $this->bucketByActivitySegment; } /** * @param Google_Service_Fitness_BucketByActivity */ public function setBucketByActivityType(Google_Service_Fitness_BucketByActivity $bucketByActivityType) { $this->bucketByActivityType = $bucketByActivityType; } /** * @return Google_Service_Fitness_BucketByActivity */ public function getBucketByActivityType() { return $this->bucketByActivityType; } /** * @param Google_Service_Fitness_BucketBySession */ public function setBucketBySession(Google_Service_Fitness_BucketBySession $bucketBySession) { $this->bucketBySession = $bucketBySession; } /** * @return Google_Service_Fitness_BucketBySession */ public function getBucketBySession() { return $this->bucketBySession; } /** * @param Google_Service_Fitness_BucketByTime */ public function setBucketByTime(Google_Service_Fitness_BucketByTime $bucketByTime) { $this->bucketByTime = $bucketByTime; } /** * @return Google_Service_Fitness_BucketByTime */ public function getBucketByTime() { return $this->bucketByTime; } public function setEndTimeMillis($endTimeMillis) { $this->endTimeMillis = $endTimeMillis; } public function getEndTimeMillis() { return $this->endTimeMillis; } public function setFilteredDataQualityStandard($filteredDataQualityStandard) { $this->filteredDataQualityStandard = $filteredDataQualityStandard; } public function getFilteredDataQualityStandard() { return $this->filteredDataQualityStandard; } public function setStartTimeMillis($startTimeMillis) { $this->startTimeMillis = $startTimeMillis; } public function getStartTimeMillis() { return $this->startTimeMillis; } } PK* Z[DDQvendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.phpnu[bucket = $bucket; } /** * @return Google_Service_Fitness_AggregateBucket[] */ public function getBucket() { return $this->bucket; } } PK* ZAAKvendor/google/apiclient-services/src/Google/Service/Fitness/Application.phpnu[detailsUrl = $detailsUrl; } public function getDetailsUrl() { return $this->detailsUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zw{{Rvendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.phpnu[timeZoneId = $timeZoneId; } public function getTimeZoneId() { return $this->timeZoneId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Zqke^Evendor/google/apiclient-services/src/Google/Service/Fitness/Value.phpnu[fpVal = $fpVal; } public function getFpVal() { return $this->fpVal; } public function setIntVal($intVal) { $this->intVal = $intVal; } public function getIntVal() { return $this->intVal; } /** * @param Google_Service_Fitness_ValueMapValEntry[] */ public function setMapVal($mapVal) { $this->mapVal = $mapVal; } /** * @return Google_Service_Fitness_ValueMapValEntry[] */ public function getMapVal() { return $this->mapVal; } public function setStringVal($stringVal) { $this->stringVal = $stringVal; } public function getStringVal() { return $this->stringVal; } } PK* Zw5R 3 3Ivendor/google/apiclient-services/src/Google/Service/ServiceNetworking.phpnu[ * Provides automatic management of network configurations necessary for certain * services.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceNetworking extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your Google API service configuration. */ const SERVICE_MANAGEMENT = "https://www.googleapis.com/auth/service.management"; public $operations; public $services; public $services_connections; public $services_dnsRecordSets; public $services_dnsZones; public $services_projects_global_networks; public $services_projects_global_networks_peeredDnsDomains; public $services_roles; /** * Constructs the internal representation of the ServiceNetworking service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://servicenetworking.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'servicenetworking'; $this->operations = new Google_Service_ServiceNetworking_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services = new Google_Service_ServiceNetworking_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'addSubnetwork' => array( 'path' => 'v1/{+parent}:addSubnetwork', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'disableVpcServiceControls' => array( 'path' => 'v1/{+parent}:disableVpcServiceControls', 'httpMethod' => 'PATCH', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enableVpcServiceControls' => array( 'path' => 'v1/{+parent}:enableVpcServiceControls', 'httpMethod' => 'PATCH', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchRange' => array( 'path' => 'v1/{+parent}:searchRange', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validate' => array( 'path' => 'v1/{+parent}:validate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_connections = new Google_Service_ServiceNetworking_Resource_ServicesConnections( $this, $this->serviceName, 'connections', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/connections', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/connections', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services_dnsRecordSets = new Google_Service_ServiceNetworking_Resource_ServicesDnsRecordSets( $this, $this->serviceName, 'dnsRecordSets', array( 'methods' => array( 'add' => array( 'path' => 'v1/{+parent}/dnsRecordSets:add', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'remove' => array( 'path' => 'v1/{+parent}/dnsRecordSets:remove', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+parent}/dnsRecordSets:update', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_dnsZones = new Google_Service_ServiceNetworking_Resource_ServicesDnsZones( $this, $this->serviceName, 'dnsZones', array( 'methods' => array( 'add' => array( 'path' => 'v1/{+parent}/dnsZones:add', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'remove' => array( 'path' => 'v1/{+parent}/dnsZones:remove', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_projects_global_networks = new Google_Service_ServiceNetworking_Resource_ServicesProjectsServicenetworkingGlobalNetworks( $this, $this->serviceName, 'networks', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateConsumerConfig' => array( 'path' => 'v1/{+parent}:updateConsumerConfig', 'httpMethod' => 'PATCH', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_projects_global_networks_peeredDnsDomains = new Google_Service_ServiceNetworking_Resource_ServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains( $this, $this->serviceName, 'peeredDnsDomains', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/peeredDnsDomains', '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, ), ), ),'list' => array( 'path' => 'v1/{+parent}/peeredDnsDomains', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_roles = new Google_Service_ServiceNetworking_Resource_ServicesRoles( $this, $this->serviceName, 'roles', array( 'methods' => array( 'add' => array( 'path' => 'v1/{+parent}/roles:add', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK* Z+  Dvendor/google/apiclient-services/src/Google/Service/Plus/Comment.phpnu[actor = $actor; } /** * @return Google_Service_Plus_CommentActor */ public function getActor() { return $this->actor; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_CommentInReplyTo */ public function setInReplyTo($inReplyTo) { $this->inReplyTo = $inReplyTo; } /** * @return Google_Service_Plus_CommentInReplyTo */ public function getInReplyTo() { return $this->inReplyTo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Plus_CommentObject */ public function setObject(Google_Service_Plus_CommentObject $object) { $this->object = $object; } /** * @return Google_Service_Plus_CommentObject */ public function getObject() { return $this->object; } /** * @param Google_Service_Plus_CommentPlusoners */ public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners) { $this->plusoners = $plusoners; } /** * @return Google_Service_Plus_CommentPlusoners */ public function getPlusoners() { return $this->plusoners; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK* Z^}Ivendor/google/apiclient-services/src/Google/Service/Plus/PersonEmails.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZdSSMvendor/google/apiclient-services/src/Google/Service/Plus/CommentPlusoners.phpnu[totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK* ZqMMGvendor/google/apiclient-services/src/Google/Service/Plus/PersonUrls.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z1*uuBvendor/google/apiclient-services/src/Google/Service/Plus/Place.phpnu[address = $address; } /** * @return Google_Service_Plus_PlaceAddress */ public function getAddress() { return $this->address; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Plus_PlacePosition */ public function setPosition(Google_Service_Plus_PlacePosition $position) { $this->position = $position; } /** * @return Google_Service_Plus_PlacePosition */ public function getPosition() { return $this->position; } } PK* ZYTvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectResharers.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK* Z^Jvendor/google/apiclient-services/src/Google/Service/Plus/CommentObject.phpnu[content = $content; } public function getContent() { return $this->content; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOriginalContent($originalContent) { $this->originalContent = $originalContent; } public function getOriginalContent() { return $this->originalContent; } } PK* ZeHHIvendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.phpnu[formatted = $formatted; } public function getFormatted() { return $this->formatted; } } PK* Z􅣎ppqvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } } PK* Zcoopvendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } } PK* Z+j2vvwvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } } PK* ZbNvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK* Z ;;gvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.phpnu[youtubeActorInfo = $youtubeActorInfo; } /** * @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo */ public function getYoutubeActorInfo() { return $this->youtubeActorInfo; } } PK* Z\ĨcqqVvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorVerification.phpnu[adHocVerified = $adHocVerified; } public function getAdHocVerified() { return $this->adHocVerified; } } PK* Z}yy@vendor/google/apiclient-services/src/Google/Service/Plus/Acl.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Plus_PlusAclentryResource */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Plus_PlusAclentryResource */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z(4ppUvendor/google/apiclient-services/src/Google/Service/Plus/CommentActorVerification.phpnu[adHocVerified = $adHocVerified; } public function getAdHocVerified() { return $this->adHocVerified; } } PK* Zuww\vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorVerification.phpnu[adHocVerified = $adHocVerified; } public function getAdHocVerified() { return $this->adHocVerified; } } PK* Z?G**Uvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK* Z:B.Rvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectReplies.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK* Z`iQPvendor/google/apiclient-services/src/Google/Service/Plus/Resource/Activities.phpnu[ * $plusService = new Google_Service_Plus(...); * $activities = $plusService->activities; * */ class Google_Service_Plus_Resource_Activities extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (activities.get) * * @param string $activityId The ID of the activity to get. * @param array $optParams Optional parameters. * @return Google_Service_Plus_Activity */ public function get($activityId, $optParams = array()) { $params = array('activityId' => $activityId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Plus_Activity"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (activities.listActivities) * * @param string $userId The ID of the user to get activities for. The special * value "me" can be used to indicate the authenticated user. * @param string $collection The collection of activities to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of activities to include in * the response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_Plus_ActivityFeed */ public function listActivities($userId, $collection, $optParams = array()) { $params = array('userId' => $userId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Plus_ActivityFeed"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (activities.search) * * @param string $query Full-text search query string. * @param array $optParams Optional parameters. * * @opt_param string language Specify the preferred language to search with. See * search language codes for available values. * @opt_param string maxResults The maximum number of activities to include in * the response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string orderBy Specifies how to order search results. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. This * token can be of any length. * @return Google_Service_Plus_ActivityFeed */ public function search($query, $optParams = array()) { $params = array('query' => $query); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Plus_ActivityFeed"); } } PK* ZYͨLvendor/google/apiclient-services/src/Google/Service/Plus/Resource/People.phpnu[ * $plusService = new Google_Service_Plus(...); * $people = $plusService->people; * */ class Google_Service_Plus_Resource_People extends Google_Service_Resource { /** * Get a person's profile. If your app uses scope * https://www.googleapis.com/auth/plus.login, this method is guaranteed to * return ageRange and language. (people.get) * * @param string $userId The ID of the person to get the profile for. The * special value "me" can be used to indicate the authenticated user. * @param array $optParams Optional parameters. * @return Google_Service_Plus_Person */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Plus_Person"); } /** * List all of the people in the specified collection. (people.listPeople) * * @param string $userId Get the collection of people for the person identified. * Use "me" to indicate the authenticated user. * @param string $collection The collection of people to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of people to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string orderBy The order to return people in. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_Plus_PeopleFeed */ public function listPeople($userId, $collection, $optParams = array()) { $params = array('userId' => $userId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Plus_PeopleFeed"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (people.listByActivity) * * @param string $activityId The ID of the activity to get the list of people * for. * @param string $collection The collection of people to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of people to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @return Google_Service_Plus_PeopleFeed */ public function listByActivity($activityId, $collection, $optParams = array()) { $params = array('activityId' => $activityId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('listByActivity', array($params), "Google_Service_Plus_PeopleFeed"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (people.search) * * @param string $query Specify a query string for full text search of public * text in all profiles. * @param array $optParams Optional parameters. * * @opt_param string language Specify the preferred language to search with. See * search language codes for available values. * @opt_param string maxResults The maximum number of people to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. This * token can be of any length. * @return Google_Service_Plus_PeopleFeed */ public function search($query, $optParams = array()) { $params = array('query' => $query); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Plus_PeopleFeed"); } } PK* Zbb Nvendor/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.phpnu[ * $plusService = new Google_Service_Plus(...); * $comments = $plusService->comments; * */ class Google_Service_Plus_Resource_Comments extends Google_Service_Resource { /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (comments.get) * * @param string $commentId The ID of the comment to get. * @param array $optParams Optional parameters. * @return Google_Service_Plus_Comment */ public function get($commentId, $optParams = array()) { $params = array('commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Plus_Comment"); } /** * Shut down. See https://developers.google.com/+/api-shutdown for more details. * (comments.listComments) * * @param string $activityId The ID of the activity to get comments for. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of comments to include in the * response, which is used for paging. For any response, the actual number * returned might be less than the specified maxResults. * @opt_param string pageToken The continuation token, which is used to page * through large result sets. To get the next page of results, set this * parameter to the value of "nextPageToken" from the previous response. * @opt_param string sortOrder The order in which to sort the list of comments. * @return Google_Service_Plus_CommentFeed */ public function listComments($activityId, $optParams = array()) { $params = array('activityId' => $activityId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Plus_CommentFeed"); } } PK* Z/llQvendor/google/apiclient-services/src/Google/Service/Plus/PlusAclentryResource.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Zt7' ' Ivendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.phpnu[clientSpecificActorInfo = $clientSpecificActorInfo; } /** * @return Google_Service_Plus_CommentActorClientSpecificActorInfo */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_CommentActorImage */ public function setImage(Google_Service_Plus_CommentActorImage $image) { $this->image = $image; } /** * @return Google_Service_Plus_CommentActorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_Plus_CommentActorVerification */ public function setVerification(Google_Service_Plus_CommentActorVerification $verification) { $this->verification = $verification; } /** * @return Google_Service_Plus_CommentActorVerification */ public function getVerification() { return $this->verification; } } PK* Z#_vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsFullImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK* Z:x00Mvendor/google/apiclient-services/src/Google/Service/Plus/ActivityProvider.phpnu[title = $title; } public function getTitle() { return $this->title; } } PK* ZQyyKvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.phpnu[actor = $actor; } /** * @return Google_Service_Plus_ActivityObjectActor */ public function getActor() { return $this->actor; } /** * @param Google_Service_Plus_ActivityObjectAttachments */ public function setAttachments($attachments) { $this->attachments = $attachments; } /** * @return Google_Service_Plus_ActivityObjectAttachments */ public function getAttachments() { return $this->attachments; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOriginalContent($originalContent) { $this->originalContent = $originalContent; } public function getOriginalContent() { return $this->originalContent; } /** * @param Google_Service_Plus_ActivityObjectPlusoners */ public function setPlusoners(Google_Service_Plus_ActivityObjectPlusoners $plusoners) { $this->plusoners = $plusoners; } /** * @return Google_Service_Plus_ActivityObjectPlusoners */ public function getPlusoners() { return $this->plusoners; } /** * @param Google_Service_Plus_ActivityObjectReplies */ public function setReplies(Google_Service_Plus_ActivityObjectReplies $replies) { $this->replies = $replies; } /** * @return Google_Service_Plus_ActivityObjectReplies */ public function getReplies() { return $this->replies; } /** * @param Google_Service_Plus_ActivityObjectResharers */ public function setResharers(Google_Service_Plus_ActivityObjectResharers $resharers) { $this->resharers = $resharers; } /** * @return Google_Service_Plus_ActivityObjectResharers */ public function getResharers() { return $this->resharers; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Z@[vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.phpnu[type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Z@%evendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK* ZEggPvendor/google/apiclient-services/src/Google/Service/Plus/PersonOrganizations.phpnu[department = $department; } public function getDepartment() { return $this->department; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z8+Gvendor/google/apiclient-services/src/Google/Service/Plus/PeopleFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Plus_Person */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Plus_Person */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK* ZlTvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectPlusoners.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK* Z\`vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnails.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage */ public function setImage(Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage $image) { $this->image = $image; } /** * @return Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Z9lg Pvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.phpnu[clientSpecificActorInfo = $clientSpecificActorInfo; } /** * @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_ActivityObjectActorImage */ public function setImage(Google_Service_Plus_ActivityObjectActorImage $image) { $this->image = $image; } /** * @return Google_Service_Plus_ActivityObjectActorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_Plus_ActivityObjectActorVerification */ public function setVerification(Google_Service_Plus_ActivityObjectActorVerification $verification) { $this->verification = $verification; } /** * @return Google_Service_Plus_ActivityObjectActorVerification */ public function getVerification() { return $this->verification; } } PK* Z_/Cvendor/google/apiclient-services/src/Google/Service/Plus/Person.phpnu[aboutMe = $aboutMe; } public function getAboutMe() { return $this->aboutMe; } /** * @param Google_Service_Plus_PersonAgeRange */ public function setAgeRange(Google_Service_Plus_PersonAgeRange $ageRange) { $this->ageRange = $ageRange; } /** * @return Google_Service_Plus_PersonAgeRange */ public function getAgeRange() { return $this->ageRange; } public function setBirthday($birthday) { $this->birthday = $birthday; } public function getBirthday() { return $this->birthday; } public function setBraggingRights($braggingRights) { $this->braggingRights = $braggingRights; } public function getBraggingRights() { return $this->braggingRights; } public function setCircledByCount($circledByCount) { $this->circledByCount = $circledByCount; } public function getCircledByCount() { return $this->circledByCount; } /** * @param Google_Service_Plus_PersonCover */ public function setCover(Google_Service_Plus_PersonCover $cover) { $this->cover = $cover; } /** * @return Google_Service_Plus_PersonCover */ public function getCover() { return $this->cover; } public function setCurrentLocation($currentLocation) { $this->currentLocation = $currentLocation; } public function getCurrentLocation() { return $this->currentLocation; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } /** * @param Google_Service_Plus_PersonEmails */ public function setEmails($emails) { $this->emails = $emails; } /** * @return Google_Service_Plus_PersonEmails */ public function getEmails() { return $this->emails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_PersonImage */ public function setImage(Google_Service_Plus_PersonImage $image) { $this->image = $image; } /** * @return Google_Service_Plus_PersonImage */ public function getImage() { return $this->image; } public function setIsPlusUser($isPlusUser) { $this->isPlusUser = $isPlusUser; } public function getIsPlusUser() { return $this->isPlusUser; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } /** * @param Google_Service_Plus_PersonName */ public function setName(Google_Service_Plus_PersonName $name) { $this->name = $name; } /** * @return Google_Service_Plus_PersonName */ public function getName() { return $this->name; } public function setNickname($nickname) { $this->nickname = $nickname; } public function getNickname() { return $this->nickname; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOccupation($occupation) { $this->occupation = $occupation; } public function getOccupation() { return $this->occupation; } /** * @param Google_Service_Plus_PersonOrganizations */ public function setOrganizations($organizations) { $this->organizations = $organizations; } /** * @return Google_Service_Plus_PersonOrganizations */ public function getOrganizations() { return $this->organizations; } /** * @param Google_Service_Plus_PersonPlacesLived */ public function setPlacesLived($placesLived) { $this->placesLived = $placesLived; } /** * @return Google_Service_Plus_PersonPlacesLived */ public function getPlacesLived() { return $this->placesLived; } public function setPlusOneCount($plusOneCount) { $this->plusOneCount = $plusOneCount; } public function getPlusOneCount() { return $this->plusOneCount; } public function setRelationshipStatus($relationshipStatus) { $this->relationshipStatus = $relationshipStatus; } public function getRelationshipStatus() { return $this->relationshipStatus; } public function setSkills($skills) { $this->skills = $skills; } public function getSkills() { return $this->skills; } public function setTagline($tagline) { $this->tagline = $tagline; } public function getTagline() { return $this->tagline; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_Plus_PersonUrls */ public function setUrls($urls) { $this->urls = $urls; } /** * @return Google_Service_Plus_PersonUrls */ public function getUrls() { return $this->urls; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK* Z\ b  Ivendor/google/apiclient-services/src/Google/Service/Plus/ActivityFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_Activity */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Plus_Activity */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK* Z'P[vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK* ZMNNQvendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.phpnu[leftImageOffset = $leftImageOffset; } public function getLeftImageOffset() { return $this->leftImageOffset; } public function setTopImageOffset($topImageOffset) { $this->topImageOffset = $topImageOffset; } public function getTopImageOffset() { return $this->topImageOffset; } } PK* Zi`vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.phpnu[youtubeActorInfo = $youtubeActorInfo; } /** * @return Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo */ public function getYoutubeActorInfo() { return $this->youtubeActorInfo; } } PK* Zaw##Nvendor/google/apiclient-services/src/Google/Service/Plus/CommentActorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK* Z`?F$$Ovendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK* Zbavendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.phpnu[youtubeActorInfo = $youtubeActorInfo; } /** * @return Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo */ public function getYoutubeActorInfo() { return $this->youtubeActorInfo; } } PK* ZVHvendor/google/apiclient-services/src/Google/Service/Plus/PersonImage.phpnu[isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Zu^cNvendor/google/apiclient-services/src/Google/Service/Plus/PersonPlacesLived.phpnu[primary = $primary; } public function getPrimary() { return $this->primary; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZO Jvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.phpnu[clientSpecificActorInfo = $clientSpecificActorInfo; } /** * @return Google_Service_Plus_ActivityActorClientSpecificActorInfo */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_ActivityActorImage */ public function setImage(Google_Service_Plus_ActivityActorImage $image) { $this->image = $image; } /** * @return Google_Service_Plus_ActivityActorImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Plus_ActivityActorName */ public function setName(Google_Service_Plus_ActivityActorName $name) { $this->name = $name; } /** * @return Google_Service_Plus_ActivityActorName */ public function getName() { return $this->name; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_Plus_ActivityActorVerification */ public function setVerification(Google_Service_Plus_ActivityActorVerification $verification) { $this->verification = $verification; } /** * @return Google_Service_Plus_ActivityActorVerification */ public function getVerification() { return $this->verification; } } PK* Z:?Y' ' Vvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachments.phpnu[content = $content; } public function getContent() { return $this->content; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Plus_ActivityObjectAttachmentsEmbed */ public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $embed) { $this->embed = $embed; } /** * @return Google_Service_Plus_ActivityObjectAttachmentsEmbed */ public function getEmbed() { return $this->embed; } /** * @param Google_Service_Plus_ActivityObjectAttachmentsFullImage */ public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullImage $fullImage) { $this->fullImage = $fullImage; } /** * @return Google_Service_Plus_ActivityObjectAttachmentsFullImage */ public function getFullImage() { return $this->fullImage; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_ActivityObjectAttachmentsImage */ public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $image) { $this->image = $image; } /** * @return Google_Service_Plus_ActivityObjectAttachmentsImage */ public function getImage() { return $this->image; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } /** * @param Google_Service_Plus_ActivityObjectAttachmentsThumbnails */ public function setThumbnails($thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_Plus_ActivityObjectAttachmentsThumbnails */ public function getThumbnails() { return $this->thumbnails; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* ZCiMvendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.phpnu[id = $id; } public function getId() { return $this->id; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Z&SKvendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.phpnu[max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } } PK* ZKГHvendor/google/apiclient-services/src/Google/Service/Plus/PersonCover.phpnu[coverInfo = $coverInfo; } /** * @return Google_Service_Plus_PersonCoverCoverInfo */ public function getCoverInfo() { return $this->coverInfo; } /** * @param Google_Service_Plus_PersonCoverCoverPhoto */ public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPhoto) { $this->coverPhoto = $coverPhoto; } /** * @return Google_Service_Plus_PersonCoverCoverPhoto */ public function getCoverPhoto() { return $this->coverPhoto; } public function setLayout($layout) { $this->layout = $layout; } public function getLayout() { return $this->layout; } } PK* ZGvendor/google/apiclient-services/src/Google/Service/Plus/PersonName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setFormatted($formatted) { $this->formatted = $formatted; } public function getFormatted() { return $this->formatted; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setHonorificPrefix($honorificPrefix) { $this->honorificPrefix = $honorificPrefix; } public function getHonorificPrefix() { return $this->honorificPrefix; } public function setHonorificSuffix($honorificSuffix) { $this->honorificSuffix = $honorificSuffix; } public function getHonorificSuffix() { return $this->honorificSuffix; } public function setMiddleName($middleName) { $this->middleName = $middleName; } public function getMiddleName() { return $this->middleName; } } PK* ZJM``Evendor/google/apiclient-services/src/Google/Service/Plus/Activity.phpnu[access = $access; } /** * @return Google_Service_Plus_Acl */ public function getAccess() { return $this->access; } /** * @param Google_Service_Plus_ActivityActor */ public function setActor(Google_Service_Plus_ActivityActor $actor) { $this->actor = $actor; } /** * @return Google_Service_Plus_ActivityActor */ public function getActor() { return $this->actor; } public function setAddress($address) { $this->address = $address; } public function getAddress() { return $this->address; } public function setAnnotation($annotation) { $this->annotation = $annotation; } public function getAnnotation() { return $this->annotation; } public function setCrosspostSource($crosspostSource) { $this->crosspostSource = $crosspostSource; } public function getCrosspostSource() { return $this->crosspostSource; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setGeocode($geocode) { $this->geocode = $geocode; } public function getGeocode() { return $this->geocode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Plus_Place */ public function setLocation(Google_Service_Plus_Place $location) { $this->location = $location; } /** * @return Google_Service_Plus_Place */ public function getLocation() { return $this->location; } /** * @param Google_Service_Plus_ActivityObject */ public function setObject(Google_Service_Plus_ActivityObject $object) { $this->object = $object; } /** * @return Google_Service_Plus_ActivityObject */ public function getObject() { return $this->object; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } public function setPlaceName($placeName) { $this->placeName = $placeName; } public function getPlaceName() { return $this->placeName; } /** * @param Google_Service_Plus_ActivityProvider */ public function setProvider(Google_Service_Plus_ActivityProvider $provider) { $this->provider = $provider; } /** * @return Google_Service_Plus_ActivityProvider */ public function getProvider() { return $this->provider; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setRadius($radius) { $this->radius = $radius; } public function getRadius() { return $this->radius; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK* ZLjJvendor/google/apiclient-services/src/Google/Service/Plus/PlacePosition.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK* Z`r 1XXHvendor/google/apiclient-services/src/Google/Service/Plus/CommentFeed.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Plus_Comment */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Plus_Comment */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK* Z[3XXRvendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverPhoto.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK* Zavendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/DatabaseInstance.phpnu[databaseUrl = $databaseUrl; } public function getDatabaseUrl() { return $this->databaseUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z7(Jovendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/DisableDatabaseInstanceRequest.phpnu[ * $firebasedatabaseService = new Google_Service_FirebaseRealtimeDatabase(...); * $locations = $firebasedatabaseService->locations; * */ class Google_Service_FirebaseRealtimeDatabase_Resource_ProjectsLocations extends Google_Service_Resource { } PK* Zgtvendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/Resource/ProjectsLocationsInstances.phpnu[ * $firebasedatabaseService = new Google_Service_FirebaseRealtimeDatabase(...); * $instances = $firebasedatabaseService->instances; * */ class Google_Service_FirebaseRealtimeDatabase_Resource_ProjectsLocationsInstances extends Google_Service_Resource { /** * Requests that a new DatabaseInstance be created. The state of a successfully * created DatabaseInstance is ACTIVE. Only available for projects on the Blaze * plan. Projects can be upgraded using the Cloud Billing API https://cloud.goog * le.com/billing/reference/rest/v1/projects/updateBillingInfo. Note that it * might take a few minutes for billing enablement state to propagate to * Firebase systems. (instances.create) * * @param string $parent The parent project for which to create a database * instance, in the form: `projects/{project-number}/locations/{location-id}`. * @param Google_Service_FirebaseRealtimeDatabase_DatabaseInstance $postBody * @param array $optParams Optional parameters. * * @opt_param string databaseId The globally unique identifier of the database * instance. * @opt_param bool validateOnly When set to true, the request will be validated * but not submitted. * @return Google_Service_FirebaseRealtimeDatabase_DatabaseInstance */ public function create($parent, Google_Service_FirebaseRealtimeDatabase_DatabaseInstance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseRealtimeDatabase_DatabaseInstance"); } /** * Marks a DatabaseInstance to be deleted. The DatabaseInstance will be purged * within 30 days. The default database cannot be deleted. IDs for deleted * database instances may never be recovered or re-used. The Database may only * be deleted if it is already in a DISABLED state. (instances.delete) * * @param string $name The fully qualified resource name of the database * instance, in the form: `projects/{project-number}/locations/{location- * id}/instances/{database-id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRealtimeDatabase_DatabaseInstance */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseRealtimeDatabase_DatabaseInstance"); } /** * Disables a DatabaseInstance. The database can be re-enabled later using * ReenableDatabaseInstance. When a database is disabled, all reads and writes * are denied, including view access in the Firebase console. * (instances.disable) * * @param string $name The fully qualified resource name of the database * instance, in the form: `projects/{project-number}/locations/{location- * id}/instances/{database-id}` * @param Google_Service_FirebaseRealtimeDatabase_DisableDatabaseInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRealtimeDatabase_DatabaseInstance */ public function disable($name, Google_Service_FirebaseRealtimeDatabase_DisableDatabaseInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disable', array($params), "Google_Service_FirebaseRealtimeDatabase_DatabaseInstance"); } /** * Gets the DatabaseInstance identified by the specified resource name. * (instances.get) * * @param string $name The fully qualified resource name of the database * instance, in the form: `projects/{project-number}/locations/{location- * id}/instances/{database-id}`. `database-id` is a globally unique identifier * across all parent collections. For convenience, this method allows you to * supply `-` as a wildcard character in place of specific collections under * `projects` and `locations`. The resulting wildcarding form of the method is: * `projects/-/locations/-/instances/{database-id}`. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRealtimeDatabase_DatabaseInstance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseRealtimeDatabase_DatabaseInstance"); } /** * Lists each DatabaseInstance associated with the specified parent project. The * list items are returned in no particular order, but will be a consistent view * of the database instances when additional requests are made with a * `pageToken`. The resulting list contains instances in any STATE. The list * results may be stale by a few seconds. Use GetDatabaseInstance for consistent * reads. (instances.listProjectsLocationsInstances) * * @param string $parent The parent project for which to list database * instances, in the form: `projects/{project-number}/locations/{location-id}` * To list across all locations, use a parent in the form: `projects/{project- * number}/locations/-` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of database instances to return in * the response. The server may return fewer than this at its discretion. If no * value is specified (or too large a value is specified), then the server will * impose its own limit. * @opt_param string pageToken Token returned from a previous call to * `ListDatabaseInstances` indicating where in the set of database instances to * resume listing. * @return Google_Service_FirebaseRealtimeDatabase_ListDatabaseInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseRealtimeDatabase_ListDatabaseInstancesResponse"); } /** * Enables a DatabaseInstance. The database must have been disabled previously * using DisableDatabaseInstance. The state of a successfully reenabled * DatabaseInstance is ACTIVE. (instances.reenable) * * @param string $name The fully qualified resource name of the database * instance, in the form: `projects/{project-number}/locations/{location- * id}/instances/{database-id}` * @param Google_Service_FirebaseRealtimeDatabase_ReenableDatabaseInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRealtimeDatabase_DatabaseInstance */ public function reenable($name, Google_Service_FirebaseRealtimeDatabase_ReenableDatabaseInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reenable', array($params), "Google_Service_FirebaseRealtimeDatabase_DatabaseInstance"); } } PK* Z.Wbvendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/Resource/Projects.phpnu[ * $firebasedatabaseService = new Google_Service_FirebaseRealtimeDatabase(...); * $projects = $firebasedatabaseService->projects; * */ class Google_Service_FirebaseRealtimeDatabase_Resource_Projects extends Google_Service_Resource { } PK* Z`%pvendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/ReenableDatabaseInstanceRequest.phpnu[instances = $instances; } /** * @return Google_Service_FirebaseRealtimeDatabase_DatabaseInstance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z+8`vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceActiveTimeRanges.phpnu[activeTime = $activeTime; } public function getActiveTime() { return $this->activeTime; } public function setDate($date) { $this->date = $date; } public function getDate() { return $this->date; } } PK* ZlP,rvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setTemperature($temperature) { $this->temperature = $temperature; } public function getTemperature() { return $this->temperature; } } PK* ZZuv33Kvendor/google/apiclient-services/src/Google/Service/Directory/Buildings.phpnu[buildings = $buildings; } /** * @return Google_Service_Directory_Building[] */ public function getBuildings() { return $this->buildings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZK~  Ivendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.phpnu[blockInheritance = $blockInheritance; } public function getBlockInheritance() { return $this->blockInheritance; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrgUnitId($orgUnitId) { $this->orgUnitId = $orgUnitId; } public function getOrgUnitId() { return $this->orgUnitId; } public function setOrgUnitPath($orgUnitPath) { $this->orgUnitPath = $orgUnitPath; } public function getOrgUnitPath() { return $this->orgUnitPath; } public function setParentOrgUnitId($parentOrgUnitId) { $this->parentOrgUnitId = $parentOrgUnitId; } public function getParentOrgUnitId() { return $this->parentOrgUnitId; } public function setParentOrgUnitPath($parentOrgUnitPath) { $this->parentOrgUnitPath = $parentOrgUnitPath; } public function getParentOrgUnitPath() { return $this->parentOrgUnitPath; } } PK* Z/ Gvendor/google/apiclient-services/src/Google/Service/Directory/Group.phpnu[adminCreated = $adminCreated; } public function getAdminCreated() { return $this->adminCreated; } public function setAliases($aliases) { $this->aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDirectMembersCount($directMembersCount) { $this->directMembersCount = $directMembersCount; } public function getDirectMembersCount() { return $this->directMembersCount; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNonEditableAliases($nonEditableAliases) { $this->nonEditableAliases = $nonEditableAliases; } public function getNonEditableAliases() { return $this->nonEditableAliases; } } PK* Z jU U Wvendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.phpnu[addressLine1 = $addressLine1; } public function getAddressLine1() { return $this->addressLine1; } public function setAddressLine2($addressLine2) { $this->addressLine2 = $addressLine2; } public function getAddressLine2() { return $this->addressLine2; } public function setAddressLine3($addressLine3) { $this->addressLine3 = $addressLine3; } public function getAddressLine3() { return $this->addressLine3; } public function setContactName($contactName) { $this->contactName = $contactName; } public function getContactName() { return $this->contactName; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganizationName($organizationName) { $this->organizationName = $organizationName; } public function getOrganizationName() { return $this->organizationName; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } } PK* ZA^vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceTpmVersionInfo.phpnu[family = $family; } public function getFamily() { return $this->family; } public function setFirmwareVersion($firmwareVersion) { $this->firmwareVersion = $firmwareVersion; } public function getFirmwareVersion() { return $this->firmwareVersion; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setSpecLevel($specLevel) { $this->specLevel = $specLevel; } public function getSpecLevel() { return $this->specLevel; } public function setTpmModel($tpmModel) { $this->tpmModel = $tpmModel; } public function getTpmModel() { return $this->tpmModel; } public function setVendorSpecific($vendorSpecific) { $this->vendorSpecific = $vendorSpecific; } public function getVendorSpecific() { return $this->vendorSpecific; } } PK* ZD"`Qvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevices.phpnu[chromeosdevices = $chromeosdevices; } /** * @return Google_Service_Directory_ChromeOsDevice[] */ public function getChromeosdevices() { return $this->chromeosdevices; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZbJvendor/google/apiclient-services/src/Google/Service/Directory/OrgUnits.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Directory_OrgUnit[] */ public function setOrganizationUnits($organizationUnits) { $this->organizationUnits = $organizationUnits; } /** * @return Google_Service_Directory_OrgUnit[] */ public function getOrganizationUnits() { return $this->organizationUnits; } } PK* ZjjIvendor/google/apiclient-services/src/Google/Service/Directory/Domains.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } /** * @param Google_Service_Directory_DomainAlias[] */ public function setDomainAliases($domainAliases) { $this->domainAliases = $domainAliases; } /** * @return Google_Service_Directory_DomainAlias[] */ public function getDomainAliases() { return $this->domainAliases; } public function setDomainName($domainName) { $this->domainName = $domainName; } public function getDomainName() { return $this->domainName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setIsPrimary($isPrimary) { $this->isPrimary = $isPrimary; } public function getIsPrimary() { return $this->isPrimary; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK* Zt  Qvendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFieldId($fieldId) { $this->fieldId = $fieldId; } public function getFieldId() { return $this->fieldId; } public function setFieldName($fieldName) { $this->fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } public function setFieldType($fieldType) { $this->fieldType = $fieldType; } public function getFieldType() { return $this->fieldType; } public function setIndexed($indexed) { $this->indexed = $indexed; } public function getIndexed() { return $this->indexed; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMultiValued($multiValued) { $this->multiValued = $multiValued; } public function getMultiValued() { return $this->multiValued; } /** * @param Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec */ public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec) { $this->numericIndexingSpec = $numericIndexingSpec; } /** * @return Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec */ public function getNumericIndexingSpec() { return $this->numericIndexingSpec; } public function setReadAccessType($readAccessType) { $this->readAccessType = $readAccessType; } public function getReadAccessType() { return $this->readAccessType; } } PK* Z9J!Ivendor/google/apiclient-services/src/Google/Service/Directory/Members.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Directory_Member[] */ public function setMembers($members) { $this->members = $members; } /** * @return Google_Service_Directory_Member[] */ public function getMembers() { return $this->members; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZmPPJvendor/google/apiclient-services/src/Google/Service/Directory/Domains2.phpnu[domains = $domains; } /** * @return Google_Service_Directory_Domains[] */ public function getDomains() { return $this->domains; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZRdLLIvendor/google/apiclient-services/src/Google/Service/Directory/Schemas.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Directory_Schema[] */ public function setSchemas($schemas) { $this->schemas = $schemas; } /** * @return Google_Service_Directory_Schema[] */ public function getSchemas() { return $this->schemas; } } PK* Z;M2[vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceRecentUsers.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z:''Qvendor/google/apiclient-services/src/Google/Service/Directory/BuildingAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK* ZW&&Jvendor/google/apiclient-services/src/Google/Service/Directory/Features.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_Feature[] */ public function setFeatures($features) { $this->features = $features; } /** * @return Google_Service_Directory_Feature[] */ public function getFeatures() { return $this->features; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZZѳdvendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.phpnu[maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } } PK* Z.99Ovendor/google/apiclient-services/src/Google/Service/Directory/UserMakeAdmin.phpnu[status = $status; } public function getStatus() { return $this->status; } } PK* Zg""Gvendor/google/apiclient-services/src/Google/Service/Directory/Users.phpnu[ "trigger_event", ); public $etag; public $kind; public $nextPageToken; public $triggerEvent; protected $usersType = 'Google_Service_Directory_User'; protected $usersDataType = 'array'; public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTriggerEvent($triggerEvent) { $this->triggerEvent = $triggerEvent; } public function getTriggerEvent() { return $this->triggerEvent; } /** * @param Google_Service_Directory_User[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_Directory_User[] */ public function getUsers() { return $this->users; } } PK* Z^(]vendor/google/apiclient-services/src/Google/Service/Directory/BatchCreatePrintersResponse.phpnu[failures = $failures; } /** * @return Google_Service_Directory_FailureInfo[] */ public function getFailures() { return $this->failures; } /** * @param Google_Service_Directory_Printer[] */ public function setPrinters($printers) { $this->printers = $printers; } /** * @return Google_Service_Directory_Printer[] */ public function getPrinters() { return $this->printers; } } PK* Z[UQ66Nvendor/google/apiclient-services/src/Google/Service/Directory/UserLanguage.phpnu[customLanguage = $customLanguage; } public function getCustomLanguage() { return $this->customLanguage; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* ZKvendor/google/apiclient-services/src/Google/Service/Directory/UserPhoto.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setPhotoData($photoData) { $this->photoData = $photoData; } public function getPhotoData() { return $this->photoData; } public function setPrimaryEmail($primaryEmail) { $this->primaryEmail = $primaryEmail; } public function getPrimaryEmail() { return $this->primaryEmail; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK* Z9wwNvendor/google/apiclient-services/src/Google/Service/Directory/UserRelation.phpnu[customType = $customType; } public function getCustomType() { return $this->customType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Zlkvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReportsVolumeInfo.phpnu[storageFree = $storageFree; } public function getStorageFree() { return $this->storageFree; } public function setStorageTotal($storageTotal) { $this->storageTotal = $storageTotal; } public function getStorageTotal() { return $this->storageTotal; } public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } public function getVolumeId() { return $this->volumeId; } } PK* Z@@_vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceScreenshotFiles.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z I4Vvendor/google/apiclient-services/src/Google/Service/Directory/CreatePrinterRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Directory_Printer */ public function setPrinter(Google_Service_Directory_Printer $printer) { $this->printer = $printer; } /** * @return Google_Service_Directory_Printer */ public function getPrinter() { return $this->printer; } } PK* Z4hGvendor/google/apiclient-services/src/Google/Service/Directory/Roles.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_Role[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_Role[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z Uvendor/google/apiclient-services/src/Google/Service/Directory/BuildingCoordinates.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK* ZͥzRRPvendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.phpnu[assignedTo = $assignedTo; } public function getAssignedTo() { return $this->assignedTo; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOrgUnitId($orgUnitId) { $this->orgUnitId = $orgUnitId; } public function getOrgUnitId() { return $this->orgUnitId; } public function setRoleAssignmentId($roleAssignmentId) { $this->roleAssignmentId = $roleAssignmentId; } public function getRoleAssignmentId() { return $this->roleAssignmentId; } public function setRoleId($roleId) { $this->roleId = $roleId; } public function getRoleId() { return $this->roleId; } public function setScopeType($scopeType) { $this->scopeType = $scopeType; } public function getScopeType() { return $this->scopeType; } } PK* Zd  Hvendor/google/apiclient-services/src/Google/Service/Directory/Groups.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_Group[] */ public function setGroups($groups) { $this->groups = $groups; } /** * @return Google_Service_Directory_Group[] */ public function getGroups() { return $this->groups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Zi +''Qvendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignments.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_RoleAssignment[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_RoleAssignment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZiIINvendor/google/apiclient-services/src/Google/Service/Directory/UserLocation.phpnu[area = $area; } public function getArea() { return $this->area; } public function setBuildingId($buildingId) { $this->buildingId = $buildingId; } public function getBuildingId() { return $this->buildingId; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setDeskCode($deskCode) { $this->deskCode = $deskCode; } public function getDeskCode() { return $this->deskCode; } public function setFloorName($floorName) { $this->floorName = $floorName; } public function getFloorName() { return $this->floorName; } public function setFloorSection($floorSection) { $this->floorSection = $floorSection; } public function getFloorSection() { return $this->floorSection; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* ZjJVvendor/google/apiclient-services/src/Google/Service/Directory/ListPrintersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Directory_Printer[] */ public function setPrinters($printers) { $this->printers = $printers; } /** * @return Google_Service_Directory_Printer[] */ public function getPrinters() { return $this->printers; } } PK* ZE?  `vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReports.phpnu[cpuTemperatureInfo = $cpuTemperatureInfo; } /** * @return Google_Service_Directory_ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo[] */ public function getCpuTemperatureInfo() { return $this->cpuTemperatureInfo; } public function setCpuUtilizationPercentageInfo($cpuUtilizationPercentageInfo) { $this->cpuUtilizationPercentageInfo = $cpuUtilizationPercentageInfo; } public function getCpuUtilizationPercentageInfo() { return $this->cpuUtilizationPercentageInfo; } public function setReportTime($reportTime) { $this->reportTime = $reportTime; } public function getReportTime() { return $this->reportTime; } } PK* Z0 f~~Hvendor/google/apiclient-services/src/Google/Service/Directory/Schema.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_SchemaFieldSpec[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_Directory_SchemaFieldSpec[] */ public function getFields() { return $this->fields; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSchemaId($schemaId) { $this->schemaId = $schemaId; } public function getSchemaId() { return $this->schemaId; } public function setSchemaName($schemaName) { $this->schemaName = $schemaName; } public function getSchemaName() { return $this->schemaName; } } PK* Zy@@Ovendor/google/apiclient-services/src/Google/Service/Directory/FeatureRename.phpnu[newName = $newName; } public function getNewName() { return $this->newName; } } PK* ZiWPPMvendor/google/apiclient-services/src/Google/Service/Directory/FailureInfo.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } /** * @param Google_Service_Directory_Printer */ public function setPrinter(Google_Service_Directory_Printer $printer) { $this->printer = $printer; } /** * @return Google_Service_Directory_Printer */ public function getPrinter() { return $this->printer; } public function setPrinterIds($printerIds) { $this->printerIds = $printerIds; } public function getPrinterIds() { return $this->printerIds; } } PK* Zk|ZkkZvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomersChrome.phpnu[ * $adminService = new Google_Service_Directory(...); * $chrome = $adminService->chrome; * */ class Google_Service_Directory_Resource_CustomersChrome extends Google_Service_Resource { } PK* Za p##Zvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Chromeosdevices.phpnu[ * $adminService = new Google_Service_Directory(...); * $chromeosdevices = $adminService->chromeosdevices; * */ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_Resource { /** * Takes an action that affects a Chrome OS Device. This includes * deprovisioning, disabling, and re-enabling devices. *Warning:* * * Deprovisioning a device will stop device policy syncing and remove device- * level printers. After a device is deprovisioned, it must be wiped before it * can be re-enrolled. * Lost or stolen devices should use the disable action. * * Re-enabling a disabled device will consume a device license. If you do not * have sufficient licenses available when completing the re-enable action, you * will receive an error. For more information about deprovisioning and * disabling devices, visit the [help * center](https://support.google.com/chrome/a/answer/3523633). * (chromeosdevices.action) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $resourceId The unique ID of the device. The `resourceId`s are * returned in the response from the [chromeosdevices.list](/admin- * sdk/directory/v1/reference/chromeosdevices/list) method. * @param Google_Service_Directory_ChromeOsDeviceAction $postBody * @param array $optParams Optional parameters. */ public function action($customerId, $resourceId, Google_Service_Directory_ChromeOsDeviceAction $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('action', array($params)); } /** * Retrieves a Chrome OS device's properties. (chromeosdevices.get) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $deviceId The unique ID of the device. The `deviceId`s are * returned in the response from the [chromeosdevices.list](/admin- * sdk/directory/v1/reference/chromeosdevices/list) method. * @param array $optParams Optional parameters. * * @opt_param string projection Determines whether the response contains the * full list of properties or only a subset. * @return Google_Service_Directory_ChromeOsDevice */ public function get($customerId, $deviceId, $optParams = array()) { $params = array('customerId' => $customerId, 'deviceId' => $deviceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice"); } /** * Retrieves a paginated list of Chrome OS devices within an account. * (chromeosdevices.listChromeosdevices) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string orderBy Device property to use for sorting results. * @opt_param string orgUnitPath The full path of the organizational unit or its * unique ID. * @opt_param string pageToken The `pageToken` query parameter is used to * request the next page of query results. The follow-on request's `pageToken` * query parameter is the `nextPageToken` from your previous response. * @opt_param string projection Restrict information returned to a set of * selected fields. * @opt_param string query Search string in the format given at * http://support.google.com/chromeos/a/bin/answer.py?answer=1698333 * @opt_param string sortOrder Whether to return results in ascending or * descending order. Must be used with the `orderBy` parameter. * @return Google_Service_Directory_ChromeOsDevices */ public function listChromeosdevices($customerId, $optParams = array()) { $params = array('customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices"); } /** * Move or insert multiple Chrome OS devices to an organizational unit. You can * move up to 50 devices at once. (chromeosdevices.moveDevicesToOu) * * @param string $customerId Immutable ID of the Google Workspace 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)); } /** * Updates a device's updatable properties, such as `annotatedUser`, * `annotatedLocation`, `notes`, `orgUnitPath`, or `annotatedAssetId`. This * method supports [patch semantics](/admin- * sdk/directory/v1/guides/performance#patch). (chromeosdevices.patch) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $deviceId The unique ID of the device. The `deviceId`s are * returned in the response from the [chromeosdevices.list](/admin- * sdk/v1/reference/chromeosdevices/list) method. * @param Google_Service_Directory_ChromeOsDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string projection Restrict information returned to a set of * selected fields. * @return Google_Service_Directory_ChromeOsDevice */ public function patch($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice"); } /** * Updates a device's updatable properties, such as `annotatedUser`, * `annotatedLocation`, `notes`, `orgUnitPath`, or `annotatedAssetId`. * (chromeosdevices.update) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $deviceId The unique ID of the device. The `deviceId`s are * returned in the response from the [chromeosdevices.list](/admin- * sdk/v1/reference/chromeosdevices/list) method. * @param Google_Service_Directory_ChromeOsDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string projection Restrict information returned to a set of * selected fields. * @return Google_Service_Directory_ChromeOsDevice */ public function update($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_ChromeOsDevice"); } } PK* Zo^vendor/google/apiclient-services/src/Google/Service/Directory/Resource/TwoStepVerification.phpnu[ * $adminService = new Google_Service_Directory(...); * $twoStepVerification = $adminService->twoStepVerification; * */ class Google_Service_Directory_Resource_TwoStepVerification extends Google_Service_Resource { /** * Turn off 2-Step Verification for user. (twoStepVerification.turnOff) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. */ public function turnOff($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('turnOff', array($params)); } } PK* ZE< Rvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Domains.phpnu[ * $adminService = new Google_Service_Directory(...); * $domains = $adminService->domains; * */ class Google_Service_Directory_Resource_Domains extends Google_Service_Resource { /** * Deletes a domain of the customer. (domains.delete) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $domainName Name of domain to be deleted * @param array $optParams Optional parameters. */ public function delete($customer, $domainName, $optParams = array()) { $params = array('customer' => $customer, 'domainName' => $domainName); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a domain of the customer. (domains.get) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $domainName Name of domain to be retrieved * @param array $optParams Optional parameters. * @return Google_Service_Directory_Domains */ public function get($customer, $domainName, $optParams = array()) { $params = array('customer' => $customer, 'domainName' => $domainName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Domains"); } /** * Inserts a domain of the customer. (domains.insert) * * @param string $customer Immutable ID of the Google Workspace account. * @param Google_Service_Directory_Domains $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Domains */ public function insert($customer, Google_Service_Directory_Domains $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Domains"); } /** * Lists the domains of the customer. (domains.listDomains) * * @param string $customer Immutable ID of the Google Workspace account. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Domains2 */ public function listDomains($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Domains2"); } } PK* Z;>Rvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Members.phpnu[ * $adminService = new Google_Service_Directory(...); * $members = $adminService->members; * */ class Google_Service_Directory_Resource_Members extends Google_Service_Resource { /** * Removes a member from a group. (members.delete) * * @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 group member in the API request. A * group member can be a user or another group. The value can be the member's * (group or user) primary email address, alias, or unique ID. * @param array $optParams Optional parameters. */ public function delete($groupKey, $memberKey, $optParams = array()) { $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a group member's properties. (members.get) * * @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 group member in the API request. A * group member can be a user or another group. The value can be the member's * (group or user) primary email address, alias, or unique ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Member */ public function get($groupKey, $memberKey, $optParams = array()) { $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Member"); } /** * Checks whether the given user is a member of the group. Membership can be * direct or nested. (members.hasMember) * * @param string $groupKey Identifies the group in the API request. The value * can be the group's email address, group alias, or the unique group ID. * @param string $memberKey Identifies the user member in the API request. The * value can be the user's primary email address, alias, or unique ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_MembersHasMember */ public function hasMember($groupKey, $memberKey, $optParams = array()) { $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey); $params = array_merge($params, $optParams); return $this->call('hasMember', array($params), "Google_Service_Directory_MembersHasMember"); } /** * Adds a user to the specified group. (members.insert) * * @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 Google_Service_Directory_Member $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Member */ public function insert($groupKey, Google_Service_Directory_Member $postBody, $optParams = array()) { $params = array('groupKey' => $groupKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Member"); } /** * Retrieves a paginated list of all members in a group. (members.listMembers) * * @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 array $optParams Optional parameters. * * @opt_param bool includeDerivedMembership Whether to list indirect * memberships. Default: false. * @opt_param int maxResults Maximum number of results to return. Max allowed * value is 200. * @opt_param string pageToken Token to specify next page in the list. * @opt_param string roles The `roles` query parameter allows you to retrieve * group members by role. Allowed values are `OWNER`, `MANAGER`, and `MEMBER`. * @return Google_Service_Directory_Members */ public function listMembers($groupKey, $optParams = array()) { $params = array('groupKey' => $groupKey); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Members"); } /** * Updates the membership properties of a user in the specified group. This * method supports [patch semantics](/admin- * sdk/directory/v1/guides/performance#patch). (members.patch) * * @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 group member in the API request. A * group member can be a user or another group. The value can be the member's * (group or user) primary email address, alias, or unique ID. * @param Google_Service_Directory_Member $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Member */ public function patch($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array()) { $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Member"); } /** * Updates the membership of a user in the specified group. (members.update) * * @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 group member in the API request. A * group member can be a user or another group. The value can be the member's * (group or user) primary email address, alias, or unique ID. * @param Google_Service_Directory_Member $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Member */ public function update($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array()) { $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Member"); } } PK* ZO_Rvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Schemas.phpnu[ * $adminService = new Google_Service_Directory(...); * $schemas = $adminService->schemas; * */ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource { /** * Delete schema (schemas.delete) * * @param string $customerId Immutable ID of the Google Workspace account. * @param string $schemaKey Name or immutable ID of the schema. * @param array $optParams Optional parameters. */ public function delete($customerId, $schemaKey, $optParams = array()) { $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieve schema (schemas.get) * * @param string $customerId Immutable ID of the Google Workspace account. * @param string $schemaKey Name or immutable ID of the schema. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Schema */ public function get($customerId, $schemaKey, $optParams = array()) { $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Schema"); } /** * Create schema. (schemas.insert) * * @param string $customerId Immutable ID of the Google Workspace account. * @param Google_Service_Directory_Schema $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Schema */ public function insert($customerId, Google_Service_Directory_Schema $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Schema"); } /** * Retrieve all schemas for a customer (schemas.listSchemas) * * @param string $customerId Immutable ID of the Google Workspace account. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Schemas */ public function listSchemas($customerId, $optParams = array()) { $params = array('customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Schemas"); } /** * Patch Schema via Apiary Patch Orchestration (schemas.patch) * * @param string $customerId Immutable ID of the Google Workspace account. * @param string $schemaKey Name or immutable ID of the schema. * @param Google_Service_Directory_Schema $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Schema */ public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Schema"); } /** * Update schema (schemas.update) * * @param string $customerId Immutable ID of the Google Workspace account. * @param string $schemaKey Name or immutable ID of the schema. * @param Google_Service_Directory_Schema $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Schema */ public function update($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Schema"); } } PK* Zƙ.8jvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomerDevicesChromeosCommands.phpnu[ * $adminService = new Google_Service_Directory(...); * $commands = $adminService->commands; * */ class Google_Service_Directory_Resource_CustomerDevicesChromeosCommands extends Google_Service_Resource { /** * Gets command data a specific command issued to the device. (commands.get) * * @param string $customerId Immutable. Immutable ID of the Google Workspace * account. * @param string $deviceId Immutable. Immutable ID of Chrome OS Device. * @param string $commandId Immutable. Immutable ID of Chrome OS Device Command. * @param array $optParams Optional parameters. * @return Google_Service_Directory_DirectoryChromeosdevicesCommand */ public function get($customerId, $deviceId, $commandId, $optParams = array()) { $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'commandId' => $commandId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_DirectoryChromeosdevicesCommand"); } } PK* Z=$**Pvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Users.phpnu[ * $adminService = new Google_Service_Directory(...); * $users = $adminService->users; * */ class Google_Service_Directory_Resource_Users extends Google_Service_Resource { /** * Deletes a user. (users.delete) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. */ public function delete($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a user. (users.get) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. * * @opt_param string customFieldMask A comma-separated list of schema names. All * fields from these schemas are fetched. This should only be set when * `projection=custom`. * @opt_param string projection What subset of fields to fetch for this user. * @opt_param string viewType Whether to fetch the administrator-only or domain- * wide public view of the user. For more information, see [Retrieve a user as a * non-administrator](/admin-sdk/directory/v1/guides/manage- * users#retrieve_users_non_admin). * @return Google_Service_Directory_User */ public function get($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_User"); } /** * Creates a user. (users.insert) * * @param Google_Service_Directory_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_User */ public function insert(Google_Service_Directory_User $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_User"); } /** * Retrieves a paginated list of either deleted users or all users in a domain. * (users.listUsers) * * @param array $optParams Optional parameters. * * @opt_param string customFieldMask A comma-separated list of schema names. All * fields from these schemas are fetched. This should only be set when * `projection=custom`. * @opt_param string customer The unique ID for the customer's Google Workspace * account. In case of a multi-domain account, to fetch all groups for a * customer, fill this field instead of domain. You can also use the * `my_customer` alias to represent your account's `customerId`. The * `customerId` is also returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). Either the `customer` or the `domain` * parameter must be provided. * @opt_param string domain The domain name. Use this field to get fields from * only one domain. To return all domains for a customer account, use the * `customer` query parameter instead. Either the `customer` or the `domain` * parameter must be provided. * @opt_param string event Event on which subscription is intended (if * subscribing) * @opt_param int maxResults Maximum number of results to return. * @opt_param string orderBy Property to use for sorting results. * @opt_param string pageToken Token to specify next page in the list * @opt_param string projection What subset of fields to fetch for this user. * @opt_param string query Query string for searching user fields. For more * information on constructing user queries, see [Search for Users](/admin- * sdk/directory/v1/guides/search-users). * @opt_param string showDeleted If set to `true`, retrieves the list of deleted * users. (Default: `false`) * @opt_param string sortOrder Whether to return results in ascending or * descending order. * @opt_param string viewType Whether to fetch the administrator-only or domain- * wide public view of the user. For more information, see [Retrieve a user as a * non-administrator](/admin-sdk/directory/v1/guides/manage- * users#retrieve_users_non_admin). * @return Google_Service_Directory_Users */ public function listUsers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Users"); } /** * Makes a user a super administrator. (users.makeAdmin) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param Google_Service_Directory_UserMakeAdmin $postBody * @param array $optParams Optional parameters. */ public function makeAdmin($userKey, Google_Service_Directory_UserMakeAdmin $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('makeAdmin', array($params)); } /** * Updates a user using patch semantics. The update method should be used * instead, since it also supports patch semantics and has better performance. * This method is unable to clear fields that contain repeated objects * (`addresses`, `phones`, etc). Use the update method instead. (users.patch) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param Google_Service_Directory_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_User */ public function patch($userKey, Google_Service_Directory_User $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_User"); } /** * Sign a user out of all web and device sessions and reset their sign-in * cookies. User will have to sign in by authenticating again. (users.signOut) * * @param string $userKey Identifies the target user in the API request. The * value can be the user's primary email address, alias email address, or unique * user ID. * @param array $optParams Optional parameters. */ public function signOut($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('signOut', array($params)); } /** * Undeletes a deleted user. (users.undelete) * * @param string $userKey The immutable id of the user * @param Google_Service_Directory_UserUndelete $postBody * @param array $optParams Optional parameters. */ public function undelete($userKey, Google_Service_Directory_UserUndelete $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params)); } /** * Updates a user. 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, and fields set to `null` will be cleared. * (users.update) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param Google_Service_Directory_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_User */ public function update($userKey, Google_Service_Directory_User $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_User"); } /** * Watch for changes in users list (users.watch) * * @param Google_Service_Directory_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string customFieldMask Comma-separated list of schema names. All * fields from these schemas are fetched. This should only be set when * projection=custom. * @opt_param string customer Immutable ID of the Google Workspace account. In * case of multi-domain, to fetch all users for a customer, fill this field * instead of domain. * @opt_param string domain Name of the domain. Fill this field to get users * from only this domain. To return all users in a multi-domain fill customer * field instead." * @opt_param string event Events to watch for. * @opt_param int maxResults Maximum number of results to return. * @opt_param string orderBy Column to use for sorting results * @opt_param string pageToken Token to specify next page in the list * @opt_param string projection What subset of fields to fetch for this user. * @opt_param string query Query string search. Should be of the form "". * Complete documentation is at https: //developers.google.com/admin- * sdk/directory/v1/guides/search-users * @opt_param string showDeleted If set to true, retrieves the list of deleted * users. (Default: false) * @opt_param string sortOrder Whether to return results in ascending or * descending order. * @opt_param string viewType Whether to fetch the administrator-only or domain- * wide public view of the user. For more information, see [Retrieve a user as a * non-administrator](/admin-sdk/directory/v1/guides/manage- * users#retrieve_users_non_admin). * @return Google_Service_Directory_Channel */ public function watch(Google_Service_Directory_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Directory_Channel"); } } PK* Z-+  Tvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.phpnu[ * $adminService = new Google_Service_Directory(...); * $customers = $adminService->customers; * */ class Google_Service_Directory_Resource_Customers extends Google_Service_Resource { /** * Retrieves a customer. (customers.get) * * @param string $customerKey Id of the customer to be retrieved * @param array $optParams Optional parameters. * @return Google_Service_Directory_Customer */ public function get($customerKey, $optParams = array()) { $params = array('customerKey' => $customerKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Customer"); } /** * Patch Customers via Apiary Patch Orchestration (customers.patch) * * @param string $customerKey Id of the customer to be updated * @param Google_Service_Directory_Customer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Customer */ public function patch($customerKey, Google_Service_Directory_Customer $postBody, $optParams = array()) { $params = array('customerKey' => $customerKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Customer"); } /** * Updates a customer. (customers.update) * * @param string $customerKey Id of the customer to be updated * @param Google_Service_Directory_Customer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Customer */ public function update($customerKey, Google_Service_Directory_Customer $postBody, $optParams = array()) { $params = array('customerKey' => $customerKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Customer"); } } PK* Zx]vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesBuildings.phpnu[ * $adminService = new Google_Service_Directory(...); * $buildings = $adminService->buildings; * */ class Google_Service_Directory_Resource_ResourcesBuildings extends Google_Service_Resource { /** * Deletes a building. (buildings.delete) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $buildingId The id of the building to delete. * @param array $optParams Optional parameters. */ public function delete($customer, $buildingId, $optParams = array()) { $params = array('customer' => $customer, 'buildingId' => $buildingId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a building. (buildings.get) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $buildingId The unique ID of the building to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Building */ public function get($customer, $buildingId, $optParams = array()) { $params = array('customer' => $customer, 'buildingId' => $buildingId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Building"); } /** * Inserts a building. (buildings.insert) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param Google_Service_Directory_Building $postBody * @param array $optParams Optional parameters. * * @opt_param string coordinatesSource Source from which Building.coordinates * are derived. * @return Google_Service_Directory_Building */ public function insert($customer, Google_Service_Directory_Building $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Building"); } /** * Retrieves a list of buildings for an account. * (buildings.listResourcesBuildings) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Token to specify the next page in the list. * @return Google_Service_Directory_Buildings */ public function listResourcesBuildings($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Buildings"); } /** * Patches a building via Apiary Patch Orchestration. (buildings.patch) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $buildingId The id of the building to update. * @param Google_Service_Directory_Building $postBody * @param array $optParams Optional parameters. * * @opt_param string coordinatesSource Source from which Building.coordinates * are derived. * @return Google_Service_Directory_Building */ public function patch($customer, $buildingId, Google_Service_Directory_Building $postBody, $optParams = array()) { $params = array('customer' => $customer, 'buildingId' => $buildingId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Building"); } /** * Updates a building. (buildings.update) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $buildingId The id of the building to update. * @param Google_Service_Directory_Building $postBody * @param array $optParams Optional parameters. * * @opt_param string coordinatesSource Source from which Building.coordinates * are derived. * @return Google_Service_Directory_Building */ public function update($customer, $buildingId, Google_Service_Directory_Building $postBody, $optParams = array()) { $params = array('customer' => $customer, 'buildingId' => $buildingId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Building"); } } PK* Z 42]vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesCalendars.phpnu[ * $adminService = new Google_Service_Directory(...); * $calendars = $adminService->calendars; * */ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Service_Resource { /** * Deletes a calendar resource. (calendars.delete) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $calendarResourceId The unique ID of the calendar resource to * delete. * @param array $optParams Optional parameters. */ public function delete($customer, $calendarResourceId, $optParams = array()) { $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a calendar resource. (calendars.get) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $calendarResourceId The unique ID of the calendar resource to * retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Directory_CalendarResource */ public function get($customer, $calendarResourceId, $optParams = array()) { $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_CalendarResource"); } /** * Inserts a calendar resource. (calendars.insert) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param Google_Service_Directory_CalendarResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_CalendarResource */ public function insert($customer, Google_Service_Directory_CalendarResource $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_CalendarResource"); } /** * Retrieves a list of calendar resources for an account. * (calendars.listResourcesCalendars) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string orderBy Field(s) to sort results by in either ascending or * descending order. Supported fields include `resourceId`, `resourceName`, * `capacity`, `buildingId`, and `floorName`. If no order is specified, defaults * to ascending. Should be of the form "field [asc|desc], field [asc|desc], * ...". For example `buildingId, capacity desc` would return results sorted * first by `buildingId` in ascending order then by `capacity` in descending * order. * @opt_param string pageToken Token to specify the next page in the list. * @opt_param string query String query used to filter results. Should be of the * form "field operator value" where field can be any of supported fields and * operators can be any of supported operations. Operators include '=' for exact * match, '!=' for mismatch and ':' for prefix match or HAS match where * applicable. For prefix match, the value should always be followed by a *. * Logical operators NOT and AND are supported (in this order of precedence). * Supported fields include `generatedResourceName`, `name`, `buildingId`, * `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, * `resourceCategory`. For example `buildingId=US-NYC-9TH AND * featureInstances.feature.name:Phone`. * @return Google_Service_Directory_CalendarResources */ public function listResourcesCalendars($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_CalendarResources"); } /** * Patches a calendar resource via Apiary Patch Orchestration. (calendars.patch) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $calendarResourceId The unique ID of the calendar resource to * update. * @param Google_Service_Directory_CalendarResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_CalendarResource */ public function patch($customer, $calendarResourceId, Google_Service_Directory_CalendarResource $postBody, $optParams = array()) { $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_CalendarResource"); } /** * Updates a calendar resource. This method supports patch semantics, meaning * you only need to include the fields you wish to update. Fields that are not * present in the request will be preserved. (calendars.update) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $calendarResourceId The unique ID of the calendar resource to * update. * @param Google_Service_Directory_CalendarResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_CalendarResource */ public function update($customer, $calendarResourceId, Google_Service_Directory_CalendarResource $postBody, $optParams = array()) { $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_CalendarResource"); } } PK* Z_mnuuPvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Roles.phpnu[ * $adminService = new Google_Service_Directory(...); * $roles = $adminService->roles; * */ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource { /** * Deletes a role. (roles.delete) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $roleId Immutable ID of the role. * @param array $optParams Optional parameters. */ public function delete($customer, $roleId, $optParams = array()) { $params = array('customer' => $customer, 'roleId' => $roleId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a role. (roles.get) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $roleId Immutable ID of the role. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Role */ public function get($customer, $roleId, $optParams = array()) { $params = array('customer' => $customer, 'roleId' => $roleId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Role"); } /** * Creates a role. (roles.insert) * * @param string $customer Immutable ID of the Google Workspace account. * @param Google_Service_Directory_Role $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Role */ public function insert($customer, Google_Service_Directory_Role $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Role"); } /** * Retrieves a paginated list of all the roles in a domain. (roles.listRoles) * * @param string $customer Immutable ID of the Google Workspace account. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Token to specify the next page in the list. * @return Google_Service_Directory_Roles */ public function listRoles($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Roles"); } /** * Patch role via Apiary Patch Orchestration (roles.patch) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $roleId Immutable ID of the role. * @param Google_Service_Directory_Role $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Role */ public function patch($customer, $roleId, Google_Service_Directory_Role $postBody, $optParams = array()) { $params = array('customer' => $customer, 'roleId' => $roleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Role"); } /** * Updates a role. (roles.update) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $roleId Immutable ID of the role. * @param Google_Service_Directory_Role $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Role */ public function update($customer, $roleId, Google_Service_Directory_Role $postBody, $optParams = array()) { $params = array('customer' => $customer, 'roleId' => $roleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Role"); } } PK* Z|Qvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Groups.phpnu[ * $adminService = new Google_Service_Directory(...); * $groups = $adminService->groups; * */ class Google_Service_Directory_Resource_Groups extends Google_Service_Resource { /** * Deletes a group. (groups.delete) * * @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 array $optParams Optional parameters. */ public function delete($groupKey, $optParams = array()) { $params = array('groupKey' => $groupKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a group's properties. (groups.get) * * @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 array $optParams Optional parameters. * @return Google_Service_Directory_Group */ public function get($groupKey, $optParams = array()) { $params = array('groupKey' => $groupKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Group"); } /** * Creates a group. (groups.insert) * * @param Google_Service_Directory_Group $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Group */ public function insert(Google_Service_Directory_Group $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Group"); } /** * Retrieve all groups of a domain or of a user given a userKey (paginated) * (groups.listGroups) * * @param array $optParams Optional parameters. * * @opt_param string customer The unique ID for the customer's Google Workspace * account. In case of a multi-domain account, to fetch all groups for a * customer, fill this field instead of domain. As an account administrator, you * can also use the `my_customer` alias to represent your account's * `customerId`. The `customerId` is also returned as part of the [Users * ](/admin-sdk/directory/v1/reference/users) * @opt_param string domain The domain name. Use this field to get fields from * only one domain. To return all domains for a customer account, use the * `customer` query parameter instead. * @opt_param int maxResults Maximum number of results to return. Max allowed * value is 200. * @opt_param string orderBy Column to use for sorting results * @opt_param string pageToken Token to specify next page in the list * @opt_param string query Query string search. Should be of the form "". * Complete documentation is at https: //developers.google.com/admin- * sdk/directory/v1/guides/search-groups * @opt_param string sortOrder Whether to return results in ascending or * descending order. Only of use when orderBy is also used * @opt_param string userKey Email or immutable ID of the user if only those * groups are to be listed, the given user is a member of. If it's an ID, it * should match with the ID of the user object. * @return Google_Service_Directory_Groups */ public function listGroups($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Groups"); } /** * Updates a group's properties. This method supports [patch semantics](/admin- * sdk/directory/v1/guides/performance#patch). (groups.patch) * * @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 Google_Service_Directory_Group $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Group */ public function patch($groupKey, Google_Service_Directory_Group $postBody, $optParams = array()) { $params = array('groupKey' => $groupKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Group"); } /** * Updates a group's properties. (groups.update) * * @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 Google_Service_Directory_Group $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Group */ public function update($groupKey, Google_Service_Directory_Group $postBody, $optParams = array()) { $params = array('groupKey' => $groupKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Group"); } } PK* Zaߴ7Svendor/google/apiclient-services/src/Google/Service/Directory/Resource/Orgunits.phpnu[ * $adminService = new Google_Service_Directory(...); * $orgunits = $adminService->orgunits; * */ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource { /** * Removes an organizational unit. (orgunits.delete) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $orgUnitPath The full path of the organizational unit or its * unique ID. * @param array $optParams Optional parameters. * * @opt_param bool allowPlus Parses org unit path without url decode to allow * for plus in ou name */ public function delete($customerId, $orgUnitPath, $optParams = array()) { $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves an organizational unit. (orgunits.get) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $orgUnitPath The full path of the organizational unit or its * unique ID. * @param array $optParams Optional parameters. * * @opt_param bool allowPlus Parses org unit path without url decode to allow * for plus in ou name * @return Google_Service_Directory_OrgUnit */ public function get($customerId, $orgUnitPath, $optParams = array()) { $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_OrgUnit"); } /** * Adds an organizational unit. (orgunits.insert) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param Google_Service_Directory_OrgUnit $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_OrgUnit */ public function insert($customerId, Google_Service_Directory_OrgUnit $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit"); } /** * Retrieves a list of all organizational units for an account. * (orgunits.listOrgunits) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param array $optParams Optional parameters. * * @opt_param string orgUnitPath The full path to the organizational unit or its * unique ID. Returns the children of the specified organizational unit. * @opt_param string type Whether to return all sub-organizations or just * immediate children. * @return Google_Service_Directory_OrgUnits */ public function listOrgunits($customerId, $optParams = array()) { $params = array('customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_OrgUnits"); } /** * Updates an organizational unit. This method supports [patch semantics * ](/admin-sdk/directory/v1/guides/performance#patch) (orgunits.patch) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $orgUnitPath The full path of the organizational unit or its * unique ID. * @param Google_Service_Directory_OrgUnit $postBody * @param array $optParams Optional parameters. * * @opt_param bool allowPlus Parses org unit path without url decode to allow * for plus in ou name * @return Google_Service_Directory_OrgUnit */ public function patch($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit"); } /** * Updates an organizational unit. (orgunits.update) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $orgUnitPath The full path of the organizational unit or its * unique ID. * @param Google_Service_Directory_OrgUnit $postBody * @param array $optParams Optional parameters. * * @opt_param bool allowPlus Parses org unit path without url decode to allow * for plus in ou name * @return Google_Service_Directory_OrgUnit */ public function update($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_OrgUnit"); } } PK* Z򕃩Zvendor/google/apiclient-services/src/Google/Service/Directory/Resource/RoleAssignments.phpnu[ * $adminService = new Google_Service_Directory(...); * $roleAssignments = $adminService->roleAssignments; * */ class Google_Service_Directory_Resource_RoleAssignments extends Google_Service_Resource { /** * Deletes a role assignment. (roleAssignments.delete) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $roleAssignmentId Immutable ID of the role assignment. * @param array $optParams Optional parameters. */ public function delete($customer, $roleAssignmentId, $optParams = array()) { $params = array('customer' => $customer, 'roleAssignmentId' => $roleAssignmentId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieve a role assignment. (roleAssignments.get) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $roleAssignmentId Immutable ID of the role assignment. * @param array $optParams Optional parameters. * @return Google_Service_Directory_RoleAssignment */ public function get($customer, $roleAssignmentId, $optParams = array()) { $params = array('customer' => $customer, 'roleAssignmentId' => $roleAssignmentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_RoleAssignment"); } /** * Creates a role assignment. (roleAssignments.insert) * * @param string $customer Immutable ID of the Google Workspace account. * @param Google_Service_Directory_RoleAssignment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_RoleAssignment */ public function insert($customer, Google_Service_Directory_RoleAssignment $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_RoleAssignment"); } /** * Retrieves a paginated list of all roleAssignments. * (roleAssignments.listRoleAssignments) * * @param string $customer Immutable ID of the Google Workspace account. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Token to specify the next page in the list. * @opt_param string roleId Immutable ID of a role. If included in the request, * returns only role assignments containing this role ID. * @opt_param string userKey The user's primary email address, alias email * address, or unique user ID. If included in the request, returns role * assignments only for this user. * @return Google_Service_Directory_RoleAssignments */ public function listRoleAssignments($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_RoleAssignments"); } } PK* Z<9Svendor/google/apiclient-services/src/Google/Service/Directory/Resource/Channels.phpnu[ * $adminService = new Google_Service_Directory(...); * $channels = $adminService->channels; * */ class Google_Service_Directory_Resource_Channels extends Google_Service_Resource { /** * Stop watching resources through this channel. (channels.stop) * * @param Google_Service_Directory_Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Google_Service_Directory_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } } PK* Z,R1 1 Xvendor/google/apiclient-services/src/Google/Service/Directory/Resource/DomainAliases.phpnu[ * $adminService = new Google_Service_Directory(...); * $domainAliases = $adminService->domainAliases; * */ class Google_Service_Directory_Resource_DomainAliases extends Google_Service_Resource { /** * Deletes a domain Alias of the customer. (domainAliases.delete) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $domainAliasName Name of domain alias to be retrieved. * @param array $optParams Optional parameters. */ public function delete($customer, $domainAliasName, $optParams = array()) { $params = array('customer' => $customer, 'domainAliasName' => $domainAliasName); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a domain alias of the customer. (domainAliases.get) * * @param string $customer Immutable ID of the Google Workspace account. * @param string $domainAliasName Name of domain alias to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_Directory_DomainAlias */ public function get($customer, $domainAliasName, $optParams = array()) { $params = array('customer' => $customer, 'domainAliasName' => $domainAliasName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_DomainAlias"); } /** * Inserts a domain alias of the customer. (domainAliases.insert) * * @param string $customer Immutable ID of the Google Workspace account. * @param Google_Service_Directory_DomainAlias $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_DomainAlias */ public function insert($customer, Google_Service_Directory_DomainAlias $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_DomainAlias"); } /** * Lists the domain aliases of the customer. (domainAliases.listDomainAliases) * * @param string $customer Immutable ID of the Google Workspace account. * @param array $optParams Optional parameters. * * @opt_param string parentDomainName Name of the parent domain for which domain * aliases are to be fetched. * @return Google_Service_Directory_DomainAliases */ public function listDomainAliases($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_DomainAliases"); } } PK* ZnnZvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomerDevices.phpnu[ * $adminService = new Google_Service_Directory(...); * $devices = $adminService->devices; * */ class Google_Service_Directory_Resource_CustomerDevices extends Google_Service_Resource { } PK* ZvGS\vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesFeatures.phpnu[ * $adminService = new Google_Service_Directory(...); * $features = $adminService->features; * */ class Google_Service_Directory_Resource_ResourcesFeatures extends Google_Service_Resource { /** * Deletes a feature. (features.delete) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $featureKey The unique ID of the feature to delete. * @param array $optParams Optional parameters. */ public function delete($customer, $featureKey, $optParams = array()) { $params = array('customer' => $customer, 'featureKey' => $featureKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a feature. (features.get) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $featureKey The unique ID of the feature to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Feature */ public function get($customer, $featureKey, $optParams = array()) { $params = array('customer' => $customer, 'featureKey' => $featureKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Feature"); } /** * Inserts a feature. (features.insert) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param Google_Service_Directory_Feature $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Feature */ public function insert($customer, Google_Service_Directory_Feature $postBody, $optParams = array()) { $params = array('customer' => $customer, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Feature"); } /** * Retrieves a list of features for an account. (features.listResourcesFeatures) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Token to specify the next page in the list. * @return Google_Service_Directory_Features */ public function listResourcesFeatures($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Features"); } /** * Patches a feature via Apiary Patch Orchestration. (features.patch) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $featureKey The unique ID of the feature to update. * @param Google_Service_Directory_Feature $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Feature */ public function patch($customer, $featureKey, Google_Service_Directory_Feature $postBody, $optParams = array()) { $params = array('customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Feature"); } /** * Renames a feature. (features.rename) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $oldName The unique ID of the feature to rename. * @param Google_Service_Directory_FeatureRename $postBody * @param array $optParams Optional parameters. */ public function rename($customer, $oldName, Google_Service_Directory_FeatureRename $postBody, $optParams = array()) { $params = array('customer' => $customer, 'oldName' => $oldName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rename', array($params)); } /** * Updates a feature. (features.update) * * @param string $customer The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's customer ID. * @param string $featureKey The unique ID of the feature to update. * @param Google_Service_Directory_Feature $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Feature */ public function update($customer, $featureKey, Google_Service_Directory_Feature $postBody, $optParams = array()) { $params = array('customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_Feature"); } } PK* ZS5~ Xvendor/google/apiclient-services/src/Google/Service/Directory/Resource/GroupsAliases.phpnu[ * $adminService = new Google_Service_Directory(...); * $aliases = $adminService->aliases; * */ class Google_Service_Directory_Resource_GroupsAliases extends Google_Service_Resource { /** * Removes an alias. (aliases.delete) * * @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 $alias The alias to be removed * @param array $optParams Optional parameters. */ public function delete($groupKey, $alias, $optParams = array()) { $params = array('groupKey' => $groupKey, 'alias' => $alias); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Adds an alias for the group. (aliases.insert) * * @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 Google_Service_Directory_Alias $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Alias */ public function insert($groupKey, Google_Service_Directory_Alias $postBody, $optParams = array()) { $params = array('groupKey' => $groupKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Alias"); } /** * Lists all aliases for a group. (aliases.listGroupsAliases) * * @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 array $optParams Optional parameters. * @return Google_Service_Directory_Aliases */ public function listGroupsAliases($groupKey, $optParams = array()) { $params = array('groupKey' => $groupKey); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Aliases"); } } PK* Z.Uvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Privileges.phpnu[ * $adminService = new Google_Service_Directory(...); * $privileges = $adminService->privileges; * */ class Google_Service_Directory_Resource_Privileges extends Google_Service_Resource { /** * Retrieves a paginated list of all privileges for a customer. * (privileges.listPrivileges) * * @param string $customer Immutable ID of the Google Workspace account. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Privileges */ public function listPrivileges($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Privileges"); } } PK* Z L-LLXvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Mobiledevices.phpnu[ * $adminService = new Google_Service_Directory(...); * $mobiledevices = $adminService->mobiledevices; * */ class Google_Service_Directory_Resource_Mobiledevices extends Google_Service_Resource { /** * Takes an action that affects a mobile device. For example, remotely wiping a * device. (mobiledevices.action) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $resourceId The unique ID the API service uses to identify the * mobile device. * @param Google_Service_Directory_MobileDeviceAction $postBody * @param array $optParams Optional parameters. */ public function action($customerId, $resourceId, Google_Service_Directory_MobileDeviceAction $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('action', array($params)); } /** * Removes a mobile device. (mobiledevices.delete) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $resourceId The unique ID the API service uses to identify the * mobile device. * @param array $optParams Optional parameters. */ public function delete($customerId, $resourceId, $optParams = array()) { $params = array('customerId' => $customerId, 'resourceId' => $resourceId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a mobile device's properties. (mobiledevices.get) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param string $resourceId The unique ID the API service uses to identify the * mobile device. * @param array $optParams Optional parameters. * * @opt_param string projection Restrict information returned to a set of * selected fields. * @return Google_Service_Directory_MobileDevice */ public function get($customerId, $resourceId, $optParams = array()) { $params = array('customerId' => $customerId, 'resourceId' => $resourceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_MobileDevice"); } /** * Retrieves a paginated list of all mobile devices for an account. * (mobiledevices.listMobiledevices) * * @param string $customerId The unique ID for the customer's Google Workspace * account. As an account administrator, you can also use the `my_customer` * alias to represent your account's `customerId`. The `customerId` is also * returned as part of the [Users resource](/admin- * sdk/directory/v1/reference/users). * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. Max allowed * value is 100. * @opt_param string orderBy Device property to use for sorting results. * @opt_param string pageToken Token to specify next page in the list * @opt_param string projection Restrict information returned to a set of * selected fields. * @opt_param string query Search string in the format given at * https://developers.google.com/admin-sdk/directory/v1/search-operators * @opt_param string sortOrder Whether to return results in ascending or * descending order. Must be used with the `orderBy` parameter. * @return Google_Service_Directory_MobileDevices */ public function listMobiledevices($customerId, $optParams = array()) { $params = array('customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_MobileDevices"); } } PK* ZgjjSvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customer.phpnu[ * $adminService = new Google_Service_Directory(...); * $customer = $adminService->customer; * */ class Google_Service_Directory_Resource_Customer extends Google_Service_Resource { } PK* Zim0bvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomerDevicesChromeos.phpnu[ * $adminService = new Google_Service_Directory(...); * $chromeos = $adminService->chromeos; * */ class Google_Service_Directory_Resource_CustomerDevicesChromeos extends Google_Service_Resource { /** * Issues a command for the device to execute. (chromeos.issueCommand) * * @param string $customerId Immutable. Immutable ID of the Google Workspace * account. * @param string $deviceId Immutable. Immutable ID of Chrome OS Device. * @param Google_Service_Directory_DirectoryChromeosdevicesIssueCommandRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_DirectoryChromeosdevicesIssueCommandResponse */ public function issueCommand($customerId, $deviceId, Google_Service_Directory_DirectoryChromeosdevicesIssueCommandRequest $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('issueCommand', array($params), "Google_Service_Directory_DirectoryChromeosdevicesIssueCommandResponse"); } } PK* Z!Y nnTvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Resources.phpnu[ * $adminService = new Google_Service_Directory(...); * $resources = $adminService->resources; * */ class Google_Service_Directory_Resource_Resources extends Google_Service_Resource { } PK* Z2"& & Qvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Tokens.phpnu[ * $adminService = new Google_Service_Directory(...); * $tokens = $adminService->tokens; * */ class Google_Service_Directory_Resource_Tokens extends Google_Service_Resource { /** * Delete all access tokens issued by a user for an application. (tokens.delete) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param string $clientId The Client ID of the application the token is issued * to. * @param array $optParams Optional parameters. */ public function delete($userKey, $clientId, $optParams = array()) { $params = array('userKey' => $userKey, 'clientId' => $clientId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Get information about an access token issued by a user. (tokens.get) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param string $clientId The Client ID of the application the token is issued * to. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Token */ public function get($userKey, $clientId, $optParams = array()) { $params = array('userKey' => $userKey, 'clientId' => $clientId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Token"); } /** * Returns the set of tokens specified user has issued to 3rd party * applications. (tokens.listTokens) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Tokens */ public function listTokens($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Tokens"); } } PK* ZUbvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomersChromePrinters.phpnu[ * $adminService = new Google_Service_Directory(...); * $printers = $adminService->printers; * */ class Google_Service_Directory_Resource_CustomersChromePrinters extends Google_Service_Resource { /** * Creates printers under given Organization Unit. * (printers.batchCreatePrinters) * * @param string $parent Required. The name of the customer. Format: * customers/{customer_id} * @param Google_Service_Directory_BatchCreatePrintersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_BatchCreatePrintersResponse */ public function batchCreatePrinters($parent, Google_Service_Directory_BatchCreatePrintersRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreatePrinters', array($params), "Google_Service_Directory_BatchCreatePrintersResponse"); } /** * Deletes printers in batch. (printers.batchDeletePrinters) * * @param string $parent Required. The name of the customer. Format: * customers/{customer_id} * @param Google_Service_Directory_BatchDeletePrintersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_BatchDeletePrintersResponse */ public function batchDeletePrinters($parent, Google_Service_Directory_BatchDeletePrintersRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDeletePrinters', array($params), "Google_Service_Directory_BatchDeletePrintersResponse"); } /** * Creates a printer under given Organization Unit. (printers.create) * * @param string $parent Required. The name of the customer. Format: * customers/{customer_id} * @param Google_Service_Directory_Printer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Printer */ public function create($parent, Google_Service_Directory_Printer $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Directory_Printer"); } /** * Deletes a `Printer`. (printers.delete) * * @param string $name Required. The name of the printer to be updated. Format: * customers/{customer_id}/chrome/printers/{printer_id} * @param array $optParams Optional parameters. * @return Google_Service_Directory_AdminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Directory_AdminEmpty"); } /** * Returns a `Printer` resource (printer's config). (printers.get) * * @param string $name Required. The name of the printer to retrieve. Format: * customers/{customer_id}/chrome/printers/{printer_id} * @param array $optParams Optional parameters. * @return Google_Service_Directory_Printer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Printer"); } /** * List printers configs. (printers.listCustomersChromePrinters) * * @param string $parent Required. The name of the customer who owns this * collection of printers. Format: customers/{customer_id} * @param array $optParams Optional parameters. * * @opt_param string filter Search query. Search syntax is shared between this * api and Admin Console printers pages. * @opt_param string orgUnitId Organization Unit that we want to list the * printers for. When org_unit is not present in the request then all printers * of the customer are returned (or filtered). When org_unit is present in the * request then only printers available to this OU will be returned (owned or * inherited). You may see if printer is owned or inherited for this OU by * looking at Printer.org_unit_id. * @opt_param int pageSize The maximum number of objects to return. The service * may return fewer than this value. * @opt_param string pageToken A page token, received from a previous call. * @return Google_Service_Directory_ListPrintersResponse */ public function listCustomersChromePrinters($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_ListPrintersResponse"); } /** * Lists the supported printer models. (printers.listPrinterModels) * * @param string $parent Required. The name of the customer who owns this * collection of printers. Format: customers/{customer_id} * @param array $optParams Optional parameters. * * @opt_param string filter Filer to list only models by a given manufacturer in * format: "manufacturer:Brother". Search syntax is shared between this api and * Admin Console printers pages. * @opt_param int pageSize The maximum number of objects to return. The service * may return fewer than this value. * @opt_param string pageToken A page token, received from a previous call. * @return Google_Service_Directory_ListPrinterModelsResponse */ public function listPrinterModels($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('listPrinterModels', array($params), "Google_Service_Directory_ListPrinterModelsResponse"); } /** * Updates a `Printer` resource. (printers.patch) * * @param string $name The resource name of the Printer object, in the format * customers/{customer-id}/printers/{printer-id} (During printer creation leave * empty) * @param Google_Service_Directory_Printer $postBody * @param array $optParams Optional parameters. * * @opt_param string clearMask The list of fields to be cleared. Note, some of * the fields are read only and cannot be updated. Values for not specified * fields will be patched. * @opt_param string updateMask The list of fields to be updated. Note, some of * the fields are read only and cannot be updated. Values for not specified * fields will be patched. * @return Google_Service_Directory_Printer */ public function patch($name, Google_Service_Directory_Printer $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_Printer"); } } PK* Z  Wvendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.phpnu[ * $adminService = new Google_Service_Directory(...); * $aliases = $adminService->aliases; * */ class Google_Service_Directory_Resource_UsersAliases extends Google_Service_Resource { /** * Removes an alias. (aliases.delete) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param string $alias The alias to be removed. * @param array $optParams Optional parameters. */ public function delete($userKey, $alias, $optParams = array()) { $params = array('userKey' => $userKey, 'alias' => $alias); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Adds an alias. (aliases.insert) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param Google_Service_Directory_Alias $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_Alias */ public function insert($userKey, Google_Service_Directory_Alias $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Directory_Alias"); } /** * Lists all aliases for a user. (aliases.listUsersAliases) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Aliases */ public function listUsersAliases($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Aliases"); } /** * Watch for changes in users list. (aliases.watch) * * @param string $userKey Email or immutable ID of the user * @param Google_Service_Directory_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string event Events to watch for. * @return Google_Service_Directory_Channel */ public function watch($userKey, Google_Service_Directory_Channel $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Directory_Channel"); } } PK* ZlM \vendor/google/apiclient-services/src/Google/Service/Directory/Resource/VerificationCodes.phpnu[ * $adminService = new Google_Service_Directory(...); * $verificationCodes = $adminService->verificationCodes; * */ class Google_Service_Directory_Resource_VerificationCodes extends Google_Service_Resource { /** * Generate new backup verification codes for the user. * (verificationCodes.generate) * * @param string $userKey Email or immutable ID of the user * @param array $optParams Optional parameters. */ public function generate($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('generate', array($params)); } /** * Invalidate the current backup verification codes for the user. * (verificationCodes.invalidate) * * @param string $userKey Email or immutable ID of the user * @param array $optParams Optional parameters. */ public function invalidate($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('invalidate', array($params)); } /** * Returns the current set of valid backup verification codes for the specified * user. (verificationCodes.listVerificationCodes) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_VerificationCodes */ public function listVerificationCodes($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_VerificationCodes"); } } PK* Za a Ovendor/google/apiclient-services/src/Google/Service/Directory/Resource/Asps.phpnu[ * $adminService = new Google_Service_Directory(...); * $asps = $adminService->asps; * */ class Google_Service_Directory_Resource_Asps extends Google_Service_Resource { /** * Delete an ASP issued by a user. (asps.delete) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param int $codeId The unique ID of the ASP to be deleted. * @param array $optParams Optional parameters. */ public function delete($userKey, $codeId, $optParams = array()) { $params = array('userKey' => $userKey, 'codeId' => $codeId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Get information about an ASP issued by a user. (asps.get) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param int $codeId The unique ID of the ASP. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Asp */ public function get($userKey, $codeId, $optParams = array()) { $params = array('userKey' => $userKey, 'codeId' => $codeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_Asp"); } /** * List the ASPs issued by a user. (asps.listAsps) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_Asps */ public function listAsps($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Directory_Asps"); } } PK* ZˋU U Vvendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersPhotos.phpnu[ * $adminService = new Google_Service_Directory(...); * $photos = $adminService->photos; * */ class Google_Service_Directory_Resource_UsersPhotos extends Google_Service_Resource { /** * Removes the user's photo. (photos.delete) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. */ public function delete($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the user's photo. (photos.get) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param array $optParams Optional parameters. * @return Google_Service_Directory_UserPhoto */ public function get($userKey, $optParams = array()) { $params = array('userKey' => $userKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Directory_UserPhoto"); } /** * Adds a photo for the user. This method supports [patch semantics](/admin- * sdk/directory/v1/guides/performance#patch). (photos.patch) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param Google_Service_Directory_UserPhoto $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_UserPhoto */ public function patch($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto"); } /** * Adds a photo for the user. (photos.update) * * @param string $userKey Identifies the user in the API request. The value can * be the user's primary email address, alias email address, or unique user ID. * @param Google_Service_Directory_UserPhoto $postBody * @param array $optParams Optional parameters. * @return Google_Service_Directory_UserPhoto */ public function update($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array()) { $params = array('userKey' => $userKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Directory_UserPhoto"); } } PK* Zl֟Hvendor/google/apiclient-services/src/Google/Service/Directory/Member.phpnu[ "delivery_settings", ); public $deliverySettings; public $email; public $etag; public $id; public $kind; public $role; public $status; public $type; public function setDeliverySettings($deliverySettings) { $this->deliverySettings = $deliverySettings; } public function getDeliverySettings() { return $this->deliverySettings; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Zev;yyRvendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.phpnu[buildingId = $buildingId; } public function getBuildingId() { return $this->buildingId; } public function setCapacity($capacity) { $this->capacity = $capacity; } public function getCapacity() { return $this->capacity; } public function setEtags($etags) { $this->etags = $etags; } public function getEtags() { return $this->etags; } public function setFeatureInstances($featureInstances) { $this->featureInstances = $featureInstances; } public function getFeatureInstances() { return $this->featureInstances; } public function setFloorName($floorName) { $this->floorName = $floorName; } public function getFloorName() { return $this->floorName; } public function setFloorSection($floorSection) { $this->floorSection = $floorSection; } public function getFloorSection() { return $this->floorSection; } public function setGeneratedResourceName($generatedResourceName) { $this->generatedResourceName = $generatedResourceName; } public function getGeneratedResourceName() { return $this->generatedResourceName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setResourceCategory($resourceCategory) { $this->resourceCategory = $resourceCategory; } public function getResourceCategory() { return $this->resourceCategory; } public function setResourceDescription($resourceDescription) { $this->resourceDescription = $resourceDescription; } public function getResourceDescription() { return $this->resourceDescription; } public function setResourceEmail($resourceEmail) { $this->resourceEmail = $resourceEmail; } public function getResourceEmail() { return $this->resourceEmail; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setUserVisibleDescription($userVisibleDescription) { $this->userVisibleDescription = $userVisibleDescription; } public function getUserVisibleDescription() { return $this->userVisibleDescription; } } PK* Z5Ovendor/google/apiclient-services/src/Google/Service/Directory/DomainAliases.phpnu[domainAliases = $domainAliases; } /** * @return Google_Service_Directory_DomainAlias[] */ public function getDomainAliases() { return $this->domainAliases; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z mmnvendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesIssueCommandResponse.phpnu[commandId = $commandId; } public function getCommandId() { return $this->commandId; } } PK* Z^I"I"Nvendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.phpnu[adbStatus = $adbStatus; } public function getAdbStatus() { return $this->adbStatus; } /** * @param Google_Service_Directory_MobileDeviceApplications[] */ public function setApplications($applications) { $this->applications = $applications; } /** * @return Google_Service_Directory_MobileDeviceApplications[] */ public function getApplications() { return $this->applications; } public function setBasebandVersion($basebandVersion) { $this->basebandVersion = $basebandVersion; } public function getBasebandVersion() { return $this->basebandVersion; } public function setBootloaderVersion($bootloaderVersion) { $this->bootloaderVersion = $bootloaderVersion; } public function getBootloaderVersion() { return $this->bootloaderVersion; } public function setBrand($brand) { $this->brand = $brand; } public function getBrand() { return $this->brand; } public function setBuildNumber($buildNumber) { $this->buildNumber = $buildNumber; } public function getBuildNumber() { return $this->buildNumber; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } public function setDeveloperOptionsStatus($developerOptionsStatus) { $this->developerOptionsStatus = $developerOptionsStatus; } public function getDeveloperOptionsStatus() { return $this->developerOptionsStatus; } public function setDeviceCompromisedStatus($deviceCompromisedStatus) { $this->deviceCompromisedStatus = $deviceCompromisedStatus; } public function getDeviceCompromisedStatus() { return $this->deviceCompromisedStatus; } public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setDevicePasswordStatus($devicePasswordStatus) { $this->devicePasswordStatus = $devicePasswordStatus; } public function getDevicePasswordStatus() { return $this->devicePasswordStatus; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEncryptionStatus($encryptionStatus) { $this->encryptionStatus = $encryptionStatus; } public function getEncryptionStatus() { return $this->encryptionStatus; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFirstSync($firstSync) { $this->firstSync = $firstSync; } public function getFirstSync() { return $this->firstSync; } public function setHardware($hardware) { $this->hardware = $hardware; } public function getHardware() { return $this->hardware; } public function setHardwareId($hardwareId) { $this->hardwareId = $hardwareId; } public function getHardwareId() { return $this->hardwareId; } public function setImei($imei) { $this->imei = $imei; } public function getImei() { return $this->imei; } public function setKernelVersion($kernelVersion) { $this->kernelVersion = $kernelVersion; } public function getKernelVersion() { return $this->kernelVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastSync($lastSync) { $this->lastSync = $lastSync; } public function getLastSync() { return $this->lastSync; } public function setManagedAccountIsOnOwnerProfile($managedAccountIsOnOwnerProfile) { $this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile; } public function getManagedAccountIsOnOwnerProfile() { return $this->managedAccountIsOnOwnerProfile; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setMeid($meid) { $this->meid = $meid; } public function getMeid() { return $this->meid; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetworkOperator($networkOperator) { $this->networkOperator = $networkOperator; } public function getNetworkOperator() { return $this->networkOperator; } public function setOs($os) { $this->os = $os; } public function getOs() { return $this->os; } public function setOtherAccountsInfo($otherAccountsInfo) { $this->otherAccountsInfo = $otherAccountsInfo; } public function getOtherAccountsInfo() { return $this->otherAccountsInfo; } public function setPrivilege($privilege) { $this->privilege = $privilege; } public function getPrivilege() { return $this->privilege; } public function setReleaseVersion($releaseVersion) { $this->releaseVersion = $releaseVersion; } public function getReleaseVersion() { return $this->releaseVersion; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setSecurityPatchLevel($securityPatchLevel) { $this->securityPatchLevel = $securityPatchLevel; } public function getSecurityPatchLevel() { return $this->securityPatchLevel; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSupportsWorkProfile($supportsWorkProfile) { $this->supportsWorkProfile = $supportsWorkProfile; } public function getSupportsWorkProfile() { return $this->supportsWorkProfile; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnknownSourcesStatus($unknownSourcesStatus) { $this->unknownSourcesStatus = $unknownSourcesStatus; } public function getUnknownSourcesStatus() { return $this->unknownSourcesStatus; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setWifiMacAddress($wifiMacAddress) { $this->wifiMacAddress = $wifiMacAddress; } public function getWifiMacAddress() { return $this->wifiMacAddress; } } PK* Zb،Gvendor/google/apiclient-services/src/Google/Service/Directory/Alias.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPrimaryEmail($primaryEmail) { $this->primaryEmail = $primaryEmail; } public function getPrimaryEmail() { return $this->primaryEmail; } } PK* Zddvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceSystemRamFreeReports.phpnu[reportTime = $reportTime; } public function getReportTime() { return $this->reportTime; } public function setSystemRamFreeInfo($systemRamFreeInfo) { $this->systemRamFreeInfo = $systemRamFreeInfo; } public function getSystemRamFreeInfo() { return $this->systemRamFreeInfo; } } PK* ZCvvMvendor/google/apiclient-services/src/Google/Service/Directory/UserKeyword.phpnu[customType = $customType; } public function getCustomType() { return $this->customType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZPJRvendor/google/apiclient-services/src/Google/Service/Directory/UserSshPublicKey.phpnu[expirationTimeUsec = $expirationTimeUsec; } public function getExpirationTimeUsec() { return $this->expirationTimeUsec; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK* Z cKvendor/google/apiclient-services/src/Google/Service/Directory/Privilege.phpnu[childPrivileges = $childPrivileges; } /** * @return Google_Service_Directory_Privilege[] */ public function getChildPrivileges() { return $this->childPrivileges; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setIsOuScopable($isOuScopable) { $this->isOuScopable = $isOuScopable; } public function getIsOuScopable() { return $this->isOuScopable; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPrivilegeName($privilegeName) { $this->privilegeName = $privilegeName; } public function getPrivilegeName() { return $this->privilegeName; } public function setServiceId($serviceId) { $this->serviceId = $serviceId; } public function getServiceId() { return $this->serviceId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK* ZZl))Pvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.phpnu[activeTimeRanges = $activeTimeRanges; } /** * @return Google_Service_Directory_ChromeOsDeviceActiveTimeRanges[] */ public function getActiveTimeRanges() { return $this->activeTimeRanges; } public function setAnnotatedAssetId($annotatedAssetId) { $this->annotatedAssetId = $annotatedAssetId; } public function getAnnotatedAssetId() { return $this->annotatedAssetId; } public function setAnnotatedLocation($annotatedLocation) { $this->annotatedLocation = $annotatedLocation; } public function getAnnotatedLocation() { return $this->annotatedLocation; } public function setAnnotatedUser($annotatedUser) { $this->annotatedUser = $annotatedUser; } public function getAnnotatedUser() { return $this->annotatedUser; } public function setAutoUpdateExpiration($autoUpdateExpiration) { $this->autoUpdateExpiration = $autoUpdateExpiration; } public function getAutoUpdateExpiration() { return $this->autoUpdateExpiration; } public function setBootMode($bootMode) { $this->bootMode = $bootMode; } public function getBootMode() { return $this->bootMode; } /** * @param Google_Service_Directory_ChromeOsDeviceCpuStatusReports[] */ public function setCpuStatusReports($cpuStatusReports) { $this->cpuStatusReports = $cpuStatusReports; } /** * @return Google_Service_Directory_ChromeOsDeviceCpuStatusReports[] */ public function getCpuStatusReports() { return $this->cpuStatusReports; } /** * @param Google_Service_Directory_ChromeOsDeviceDeviceFiles[] */ public function setDeviceFiles($deviceFiles) { $this->deviceFiles = $deviceFiles; } /** * @return Google_Service_Directory_ChromeOsDeviceDeviceFiles[] */ public function getDeviceFiles() { return $this->deviceFiles; } public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_Directory_ChromeOsDeviceDiskVolumeReports[] */ public function setDiskVolumeReports($diskVolumeReports) { $this->diskVolumeReports = $diskVolumeReports; } /** * @return Google_Service_Directory_ChromeOsDeviceDiskVolumeReports[] */ public function getDiskVolumeReports() { return $this->diskVolumeReports; } public function setDockMacAddress($dockMacAddress) { $this->dockMacAddress = $dockMacAddress; } public function getDockMacAddress() { return $this->dockMacAddress; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setEthernetMacAddress($ethernetMacAddress) { $this->ethernetMacAddress = $ethernetMacAddress; } public function getEthernetMacAddress() { return $this->ethernetMacAddress; } public function setEthernetMacAddress0($ethernetMacAddress0) { $this->ethernetMacAddress0 = $ethernetMacAddress0; } public function getEthernetMacAddress0() { return $this->ethernetMacAddress0; } public function setFirmwareVersion($firmwareVersion) { $this->firmwareVersion = $firmwareVersion; } public function getFirmwareVersion() { return $this->firmwareVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastEnrollmentTime($lastEnrollmentTime) { $this->lastEnrollmentTime = $lastEnrollmentTime; } public function getLastEnrollmentTime() { return $this->lastEnrollmentTime; } /** * @param Google_Service_Directory_ChromeOsDeviceLastKnownNetwork[] */ public function setLastKnownNetwork($lastKnownNetwork) { $this->lastKnownNetwork = $lastKnownNetwork; } /** * @return Google_Service_Directory_ChromeOsDeviceLastKnownNetwork[] */ public function getLastKnownNetwork() { return $this->lastKnownNetwork; } public function setLastSync($lastSync) { $this->lastSync = $lastSync; } public function getLastSync() { return $this->lastSync; } public function setMacAddress($macAddress) { $this->macAddress = $macAddress; } public function getMacAddress() { return $this->macAddress; } public function setManufactureDate($manufactureDate) { $this->manufactureDate = $manufactureDate; } public function getManufactureDate() { return $this->manufactureDate; } public function setMeid($meid) { $this->meid = $meid; } public function getMeid() { return $this->meid; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setOrderNumber($orderNumber) { $this->orderNumber = $orderNumber; } public function getOrderNumber() { return $this->orderNumber; } public function setOrgUnitPath($orgUnitPath) { $this->orgUnitPath = $orgUnitPath; } public function getOrgUnitPath() { return $this->orgUnitPath; } public function setOsVersion($osVersion) { $this->osVersion = $osVersion; } public function getOsVersion() { return $this->osVersion; } public function setPlatformVersion($platformVersion) { $this->platformVersion = $platformVersion; } public function getPlatformVersion() { return $this->platformVersion; } /** * @param Google_Service_Directory_RecentUsers[] */ public function setRecentUsers($recentUsers) { $this->recentUsers = $recentUsers; } /** * @return Google_Service_Directory_RecentUsers[] */ public function getRecentUsers() { return $this->recentUsers; } /** * @param Google_Service_Directory_ChromeOsDeviceScreenshotFiles[] */ public function setScreenshotFiles($screenshotFiles) { $this->screenshotFiles = $screenshotFiles; } /** * @return Google_Service_Directory_ChromeOsDeviceScreenshotFiles[] */ public function getScreenshotFiles() { return $this->screenshotFiles; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSupportEndDate($supportEndDate) { $this->supportEndDate = $supportEndDate; } public function getSupportEndDate() { return $this->supportEndDate; } /** * @param Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports[] */ public function setSystemRamFreeReports($systemRamFreeReports) { $this->systemRamFreeReports = $systemRamFreeReports; } /** * @return Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports[] */ public function getSystemRamFreeReports() { return $this->systemRamFreeReports; } public function setSystemRamTotal($systemRamTotal) { $this->systemRamTotal = $systemRamTotal; } public function getSystemRamTotal() { return $this->systemRamTotal; } /** * @param Google_Service_Directory_ChromeOsDeviceTpmVersionInfo */ public function setTpmVersionInfo(Google_Service_Directory_ChromeOsDeviceTpmVersionInfo $tpmVersionInfo) { $this->tpmVersionInfo = $tpmVersionInfo; } /** * @return Google_Service_Directory_ChromeOsDeviceTpmVersionInfo */ public function getTpmVersionInfo() { return $this->tpmVersionInfo; } public function setWillAutoRenew($willAutoRenew) { $this->willAutoRenew = $willAutoRenew; } public function getWillAutoRenew() { return $this->willAutoRenew; } } PK* ZE$Kvendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z-zJvendor/google/apiclient-services/src/Google/Service/Directory/UserName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK* ZGWW[vendor/google/apiclient-services/src/Google/Service/Directory/ListPrinterModelsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Directory_PrinterModel[] */ public function setPrinterModels($printerModels) { $this->printerModels = $printerModels; } /** * @return Google_Service_Directory_PrinterModel[] */ public function getPrinterModels() { return $this->printerModels; } } PK* Z͈&&Fvendor/google/apiclient-services/src/Google/Service/Directory/User.phpnu[addresses = $addresses; } public function getAddresses() { return $this->addresses; } public function setAgreedToTerms($agreedToTerms) { $this->agreedToTerms = $agreedToTerms; } public function getAgreedToTerms() { return $this->agreedToTerms; } public function setAliases($aliases) { $this->aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } public function setChangePasswordAtNextLogin($changePasswordAtNextLogin) { $this->changePasswordAtNextLogin = $changePasswordAtNextLogin; } public function getChangePasswordAtNextLogin() { return $this->changePasswordAtNextLogin; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setCustomSchemas($customSchemas) { $this->customSchemas = $customSchemas; } public function getCustomSchemas() { return $this->customSchemas; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setDeletionTime($deletionTime) { $this->deletionTime = $deletionTime; } public function getDeletionTime() { return $this->deletionTime; } public function setEmails($emails) { $this->emails = $emails; } public function getEmails() { return $this->emails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setExternalIds($externalIds) { $this->externalIds = $externalIds; } public function getExternalIds() { return $this->externalIds; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setHashFunction($hashFunction) { $this->hashFunction = $hashFunction; } public function getHashFunction() { return $this->hashFunction; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIms($ims) { $this->ims = $ims; } public function getIms() { return $this->ims; } public function setIncludeInGlobalAddressList($includeInGlobalAddressList) { $this->includeInGlobalAddressList = $includeInGlobalAddressList; } public function getIncludeInGlobalAddressList() { return $this->includeInGlobalAddressList; } public function setIpWhitelisted($ipWhitelisted) { $this->ipWhitelisted = $ipWhitelisted; } public function getIpWhitelisted() { return $this->ipWhitelisted; } public function setIsAdmin($isAdmin) { $this->isAdmin = $isAdmin; } public function getIsAdmin() { return $this->isAdmin; } public function setIsDelegatedAdmin($isDelegatedAdmin) { $this->isDelegatedAdmin = $isDelegatedAdmin; } public function getIsDelegatedAdmin() { return $this->isDelegatedAdmin; } public function setIsEnforcedIn2Sv($isEnforcedIn2Sv) { $this->isEnforcedIn2Sv = $isEnforcedIn2Sv; } public function getIsEnforcedIn2Sv() { return $this->isEnforcedIn2Sv; } public function setIsEnrolledIn2Sv($isEnrolledIn2Sv) { $this->isEnrolledIn2Sv = $isEnrolledIn2Sv; } public function getIsEnrolledIn2Sv() { return $this->isEnrolledIn2Sv; } public function setIsMailboxSetup($isMailboxSetup) { $this->isMailboxSetup = $isMailboxSetup; } public function getIsMailboxSetup() { return $this->isMailboxSetup; } public function setKeywords($keywords) { $this->keywords = $keywords; } public function getKeywords() { return $this->keywords; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setLastLoginTime($lastLoginTime) { $this->lastLoginTime = $lastLoginTime; } public function getLastLoginTime() { return $this->lastLoginTime; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } /** * @param Google_Service_Directory_UserName */ public function setName(Google_Service_Directory_UserName $name) { $this->name = $name; } /** * @return Google_Service_Directory_UserName */ public function getName() { return $this->name; } public function setNonEditableAliases($nonEditableAliases) { $this->nonEditableAliases = $nonEditableAliases; } public function getNonEditableAliases() { return $this->nonEditableAliases; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setOrgUnitPath($orgUnitPath) { $this->orgUnitPath = $orgUnitPath; } public function getOrgUnitPath() { return $this->orgUnitPath; } public function setOrganizations($organizations) { $this->organizations = $organizations; } public function getOrganizations() { return $this->organizations; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPhones($phones) { $this->phones = $phones; } public function getPhones() { return $this->phones; } public function setPosixAccounts($posixAccounts) { $this->posixAccounts = $posixAccounts; } public function getPosixAccounts() { return $this->posixAccounts; } public function setPrimaryEmail($primaryEmail) { $this->primaryEmail = $primaryEmail; } public function getPrimaryEmail() { return $this->primaryEmail; } public function setRecoveryEmail($recoveryEmail) { $this->recoveryEmail = $recoveryEmail; } public function getRecoveryEmail() { return $this->recoveryEmail; } public function setRecoveryPhone($recoveryPhone) { $this->recoveryPhone = $recoveryPhone; } public function getRecoveryPhone() { return $this->recoveryPhone; } public function setRelations($relations) { $this->relations = $relations; } public function getRelations() { return $this->relations; } public function setSshPublicKeys($sshPublicKeys) { $this->sshPublicKeys = $sshPublicKeys; } public function getSshPublicKeys() { return $this->sshPublicKeys; } public function setSuspended($suspended) { $this->suspended = $suspended; } public function getSuspended() { return $this->suspended; } public function setSuspensionReason($suspensionReason) { $this->suspensionReason = $suspensionReason; } public function getSuspensionReason() { return $this->suspensionReason; } public function setThumbnailPhotoEtag($thumbnailPhotoEtag) { $this->thumbnailPhotoEtag = $thumbnailPhotoEtag; } public function getThumbnailPhotoEtag() { return $this->thumbnailPhotoEtag; } public function setThumbnailPhotoUrl($thumbnailPhotoUrl) { $this->thumbnailPhotoUrl = $thumbnailPhotoUrl; } public function getThumbnailPhotoUrl() { return $this->thumbnailPhotoUrl; } public function setWebsites($websites) { $this->websites = $websites; } public function getWebsites() { return $this->websites; } } PK* ZCj2//Svendor/google/apiclient-services/src/Google/Service/Directory/CalendarResources.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_CalendarResource[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_CalendarResource[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z0[[Nvendor/google/apiclient-services/src/Google/Service/Directory/UserUndelete.phpnu[orgUnitPath = $orgUnitPath; } public function getOrgUnitPath() { return $this->orgUnitPath; } } PK* Z5Mvendor/google/apiclient-services/src/Google/Service/Directory/UserWebsite.phpnu[customType = $customType; } public function getCustomType() { return $this->customType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZU-u u Fvendor/google/apiclient-services/src/Google/Service/Directory/Role.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setIsSuperAdminRole($isSuperAdminRole) { $this->isSuperAdminRole = $isSuperAdminRole; } public function getIsSuperAdminRole() { return $this->isSuperAdminRole; } public function setIsSystemRole($isSystemRole) { $this->isSystemRole = $isSystemRole; } public function getIsSystemRole() { return $this->isSystemRole; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRoleDescription($roleDescription) { $this->roleDescription = $roleDescription; } public function getRoleDescription() { return $this->roleDescription; } public function setRoleId($roleId) { $this->roleId = $roleId; } public function getRoleId() { return $this->roleId; } public function setRoleName($roleName) { $this->roleName = $roleName; } public function getRoleName() { return $this->roleName; } /** * @param Google_Service_Directory_RoleRolePrivileges[] */ public function setRolePrivileges($rolePrivileges) { $this->rolePrivileges = $rolePrivileges; } /** * @return Google_Service_Directory_RoleRolePrivileges[] */ public function getRolePrivileges() { return $this->rolePrivileges; } } PK* Z\vendor/google/apiclient-services/src/Google/Service/Directory/BatchDeletePrintersRequest.phpnu[printerIds = $printerIds; } public function getPrinterIds() { return $this->printerIds; } } PK* ZEFFLvendor/google/apiclient-services/src/Google/Service/Directory/Privileges.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_Privilege[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_Privilege[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z!>>Tvendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.phpnu[action = $action; } public function getAction() { return $this->action; } } PK* ZnZvendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceApplications.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK* ZBGEvendor/google/apiclient-services/src/Google/Service/Directory/Asp.phpnu[codeId = $codeId; } public function getCodeId() { return $this->codeId; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastTimeUsed($lastTimeUsed) { $this->lastTimeUsed = $lastTimeUsed; } public function getLastTimeUsed() { return $this->lastTimeUsed; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUserKey($userKey) { $this->userKey = $userKey; } public function getUserKey() { return $this->userKey; } } PK* Z\1 1 Jvendor/google/apiclient-services/src/Google/Service/Directory/Customer.phpnu[alternateEmail = $alternateEmail; } public function getAlternateEmail() { return $this->alternateEmail; } public function setCustomerCreationTime($customerCreationTime) { $this->customerCreationTime = $customerCreationTime; } public function getCustomerCreationTime() { return $this->customerCreationTime; } public function setCustomerDomain($customerDomain) { $this->customerDomain = $customerDomain; } public function getCustomerDomain() { return $this->customerDomain; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } /** * @param Google_Service_Directory_CustomerPostalAddress */ public function setPostalAddress(Google_Service_Directory_CustomerPostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_Directory_CustomerPostalAddress */ public function getPostalAddress() { return $this->postalAddress; } } PK* ZS?hLvendor/google/apiclient-services/src/Google/Service/Directory/UserGender.phpnu[addressMeAs = $addressMeAs; } public function getAddressMeAs() { return $this->addressMeAs; } public function setCustomGender($customGender) { $this->customGender = $customGender; } public function getCustomGender() { return $this->customGender; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Zr}}Hvendor/google/apiclient-services/src/Google/Service/Directory/UserIm.phpnu[customProtocol = $customProtocol; } public function getCustomProtocol() { return $this->customProtocol; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setIm($im) { $this->im = $im; } public function getIm() { return $this->im; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z5yyPvendor/google/apiclient-services/src/Google/Service/Directory/UserExternalId.phpnu[customType = $customType; } public function getCustomType() { return $this->customType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z Ivendor/google/apiclient-services/src/Google/Service/Directory/Printer.phpnu[auxiliaryMessages = $auxiliaryMessages; } /** * @return Google_Service_Directory_AuxiliaryMessage[] */ public function getAuxiliaryMessages() { return $this->auxiliaryMessages; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMakeAndModel($makeAndModel) { $this->makeAndModel = $makeAndModel; } public function getMakeAndModel() { return $this->makeAndModel; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrgUnitId($orgUnitId) { $this->orgUnitId = $orgUnitId; } public function getOrgUnitId() { return $this->orgUnitId; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setUseDriverlessConfig($useDriverlessConfig) { $this->useDriverlessConfig = $useDriverlessConfig; } public function getUseDriverlessConfig() { return $this->useDriverlessConfig; } } PK* Zkg  Tvendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.phpnu[privilegeName = $privilegeName; } public function getPrivilegeName() { return $this->privilegeName; } public function setServiceId($serviceId) { $this->serviceId = $serviceId; } public function getServiceId() { return $this->serviceId; } } PK* Zh::Rvendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } public function setVerificationCode($verificationCode) { $this->verificationCode = $verificationCode; } public function getVerificationCode() { return $this->verificationCode; } } PK* Z%%`vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceLastKnownNetwork.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setWanIpAddress($wanIpAddress) { $this->wanIpAddress = $wanIpAddress; } public function getWanIpAddress() { return $this->wanIpAddress; } } PK* Z;wIvendor/google/apiclient-services/src/Google/Service/Directory/Channel.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Zx] ] Jvendor/google/apiclient-services/src/Google/Service/Directory/Building.phpnu[address = $address; } /** * @return Google_Service_Directory_BuildingAddress */ public function getAddress() { return $this->address; } public function setBuildingId($buildingId) { $this->buildingId = $buildingId; } public function getBuildingId() { return $this->buildingId; } public function setBuildingName($buildingName) { $this->buildingName = $buildingName; } public function getBuildingName() { return $this->buildingName; } /** * @param Google_Service_Directory_BuildingCoordinates */ public function setCoordinates(Google_Service_Directory_BuildingCoordinates $coordinates) { $this->coordinates = $coordinates; } /** * @return Google_Service_Directory_BuildingCoordinates */ public function getCoordinates() { return $this->coordinates; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtags($etags) { $this->etags = $etags; } public function getEtags() { return $this->etags; } public function setFloorNames($floorNames) { $this->floorNames = $floorNames; } public function getFloorNames() { return $this->floorNames; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z@Vaavendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReports.phpnu[volumeInfo = $volumeInfo; } /** * @return Google_Service_Directory_ChromeOsDeviceDiskVolumeReportsVolumeInfo[] */ public function getVolumeInfo() { return $this->volumeInfo; } } PK* ZWRNvendor/google/apiclient-services/src/Google/Service/Directory/PrinterModel.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMakeAndModel($makeAndModel) { $this->makeAndModel = $makeAndModel; } public function getMakeAndModel() { return $this->makeAndModel; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } } PK* ZD^ęLvendor/google/apiclient-services/src/Google/Service/Directory/AdminEmpty.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* ZQMJJRvendor/google/apiclient-services/src/Google/Service/Directory/MembersHasMember.phpnu[isMember = $isMember; } public function getIsMember() { return $this->isMember; } } PK* Zݙ Rvendor/google/apiclient-services/src/Google/Service/Directory/UserOrganization.phpnu[costCenter = $costCenter; } public function getCostCenter() { return $this->costCenter; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setFullTimeEquivalent($fullTimeEquivalent) { $this->fullTimeEquivalent = $fullTimeEquivalent; } public function getFullTimeEquivalent() { return $this->fullTimeEquivalent; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setSymbol($symbol) { $this->symbol = $symbol; } public function getSymbol() { return $this->symbol; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z=66Hvendor/google/apiclient-services/src/Google/Service/Directory/Tokens.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_Token[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_Token[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z ;Rvendor/google/apiclient-services/src/Google/Service/Directory/AuxiliaryMessage.phpnu[auxiliaryMessage = $auxiliaryMessage; } public function getAuxiliaryMessage() { return $this->auxiliaryMessage; } public function setFieldMask($fieldMask) { $this->fieldMask = $fieldMask; } public function getFieldMask() { return $this->fieldMask; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } } PK* Zu€Mvendor/google/apiclient-services/src/Google/Service/Directory/DomainAlias.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDomainAliasName($domainAliasName) { $this->domainAliasName = $domainAliasName; } public function getDomainAliasName() { return $this->domainAliasName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParentDomainName($parentDomainName) { $this->parentDomainName = $parentDomainName; } public function getParentDomainName() { return $this->parentDomainName; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK* Z -fvv\vendor/google/apiclient-services/src/Google/Service/Directory/BatchCreatePrintersRequest.phpnu[requests = $requests; } /** * @return Google_Service_Directory_CreatePrinterRequest[] */ public function getRequests() { return $this->requests; } } PK* ZFF]vendor/google/apiclient-services/src/Google/Service/Directory/BatchDeletePrintersResponse.phpnu[failedPrinters = $failedPrinters; } /** * @return Google_Service_Directory_FailureInfo[] */ public function getFailedPrinters() { return $this->failedPrinters; } public function setPrinterIds($printerIds) { $this->printerIds = $printerIds; } public function getPrinterIds() { return $this->printerIds; } } PK* Z?\w%%Kvendor/google/apiclient-services/src/Google/Service/Directory/UserEmail.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z5IKvendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.phpnu[customType = $customType; } public function getCustomType() { return $this->customType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZYvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsMoveDevicesToOu.phpnu[deviceIds = $deviceIds; } public function getDeviceIds() { return $this->deviceIds; } } PK* Z`Kmvendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesIssueCommandRequest.phpnu[commandType = $commandType; } public function getCommandType() { return $this->commandType; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } } PK* ZuGvendor/google/apiclient-services/src/Google/Service/Directory/Token.phpnu[anonymous = $anonymous; } public function getAnonymous() { return $this->anonymous; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setDisplayText($displayText) { $this->displayText = $displayText; } public function getDisplayText() { return $this->displayText; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNativeApp($nativeApp) { $this->nativeApp = $nativeApp; } public function getNativeApp() { return $this->nativeApp; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } public function setUserKey($userKey) { $this->userKey = $userKey; } public function getUserKey() { return $this->userKey; } } PK* Z avendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesCommand.phpnu[commandExpireTime = $commandExpireTime; } public function getCommandExpireTime() { return $this->commandExpireTime; } public function setCommandId($commandId) { $this->commandId = $commandId; } public function getCommandId() { return $this->commandId; } /** * @param Google_Service_Directory_DirectoryChromeosdevicesCommandResult */ public function setCommandResult(Google_Service_Directory_DirectoryChromeosdevicesCommandResult $commandResult) { $this->commandResult = $commandResult; } /** * @return Google_Service_Directory_DirectoryChromeosdevicesCommandResult */ public function getCommandResult() { return $this->commandResult; } public function setIssueTime($issueTime) { $this->issueTime = $issueTime; } public function getIssueTime() { return $this->issueTime; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z8 Mvendor/google/apiclient-services/src/Google/Service/Directory/UserAddress.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setExtendedAddress($extendedAddress) { $this->extendedAddress = $extendedAddress; } public function getExtendedAddress() { return $this->extendedAddress; } public function setFormatted($formatted) { $this->formatted = $formatted; } public function getFormatted() { return $this->formatted; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPoBox($poBox) { $this->poBox = $poBox; } public function getPoBox() { return $this->poBox; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSourceIsStructured($sourceIsStructured) { $this->sourceIsStructured = $sourceIsStructured; } public function getSourceIsStructured() { return $this->sourceIsStructured; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* ZyggOvendor/google/apiclient-services/src/Google/Service/Directory/MobileDevices.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Directory_MobileDevice[] */ public function setMobiledevices($mobiledevices) { $this->mobiledevices = $mobiledevices; } /** * @return Google_Service_Directory_MobileDevice[] */ public function getMobiledevices() { return $this->mobiledevices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z#bbSvendor/google/apiclient-services/src/Google/Service/Directory/VerificationCodes.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_VerificationCode[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_VerificationCode[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z8..Fvendor/google/apiclient-services/src/Google/Service/Directory/Asps.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Directory_Asp[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Directory_Asp[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZPtdD D Rvendor/google/apiclient-services/src/Google/Service/Directory/UserPosixAccount.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setGecos($gecos) { $this->gecos = $gecos; } public function getGecos() { return $this->gecos; } public function setGid($gid) { $this->gid = $gid; } public function getGid() { return $this->gid; } public function setHomeDirectory($homeDirectory) { $this->homeDirectory = $homeDirectory; } public function getHomeDirectory() { return $this->homeDirectory; } public function setOperatingSystemType($operatingSystemType) { $this->operatingSystemType = $operatingSystemType; } public function getOperatingSystemType() { return $this->operatingSystemType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setShell($shell) { $this->shell = $shell; } public function getShell() { return $this->shell; } public function setSystemId($systemId) { $this->systemId = $systemId; } public function getSystemId() { return $this->systemId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK* Z㘱gvendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesCommandResult.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setExecuteTime($executeTime) { $this->executeTime = $executeTime; } public function getExecuteTime() { return $this->executeTime; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } } PK* Z.ùHHIvendor/google/apiclient-services/src/Google/Service/Directory/Feature.phpnu[etags = $etags; } public function getEtags() { return $this->etags; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Z(Mvendor/google/apiclient-services/src/Google/Service/Directory/RecentUsers.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* ZIvendor/google/apiclient-services/src/Google/Service/Directory/Aliases.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZW]))Vvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDeprovisionReason($deprovisionReason) { $this->deprovisionReason = $deprovisionReason; } public function getDeprovisionReason() { return $this->deprovisionReason; } } PK* Z%%Qvendor/google/apiclient-services/src/Google/Service/Directory/FeatureInstance.phpnu[feature = $feature; } /** * @return Google_Service_Directory_Feature */ public function getFeature() { return $this->feature; } } PK* ZUKu Ivendor/google/apiclient-services/src/Google/Service/GKEHub/Membership.phpnu[authority = $authority; } /** * @return Google_Service_GKEHub_Authority */ public function getAuthority() { return $this->authority; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } public function getDeleteTime() { return $this->deleteTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_GKEHub_MembershipEndpoint */ public function setEndpoint(Google_Service_GKEHub_MembershipEndpoint $endpoint) { $this->endpoint = $endpoint; } /** * @return Google_Service_GKEHub_MembershipEndpoint */ public function getEndpoint() { return $this->endpoint; } public function setExternalId($externalId) { $this->externalId = $externalId; } public function getExternalId() { return $this->externalId; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastConnectionTime($lastConnectionTime) { $this->lastConnectionTime = $lastConnectionTime; } public function getLastConnectionTime() { return $this->lastConnectionTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GKEHub_MembershipState */ public function setState(Google_Service_GKEHub_MembershipState $state) { $this->state = $state; } /** * @return Google_Service_GKEHub_MembershipState */ public function getState() { return $this->state; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* ZKSOOMvendor/google/apiclient-services/src/Google/Service/GKEHub/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK* ZF1J**Nvendor/google/apiclient-services/src/Google/Service/GKEHub/MembershipState.phpnu[code = $code; } public function getCode() { return $this->code; } } PK* Zw_ Rvendor/google/apiclient-services/src/Google/Service/GKEHub/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_GKEHub_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK* Z@7Evendor/google/apiclient-services/src/Google/Service/GKEHub/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_GKEHub_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_GKEHub_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_GKEHub_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZpUvendor/google/apiclient-services/src/Google/Service/GKEHub/CancelOperationRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z.9 Yvendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocations.phpnu[ * $gkehubService = new Google_Service_GKEHub(...); * $locations = $gkehubService->locations; * */ class Google_Service_GKEHub_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_GKEHub_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GKEHub_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_GKEHub_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GKEHub_ListLocationsResponse"); } } PK* Z{4cvendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsOperations.phpnu[ * $gkehubService = new Google_Service_GKEHub(...); * $operations = $gkehubService->operations; * */ class Google_Service_GKEHub_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_GKEHub_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GKEHub_GkehubEmpty */ public function cancel($name, Google_Service_GKEHub_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_GKEHub_GkehubEmpty"); } /** * 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_GKEHub_GkehubEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GKEHub_GkehubEmpty"); } /** * 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_GKEHub_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GKEHub_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_GKEHub_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GKEHub_ListOperationsResponse"); } } PK* Zճs))dvendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsMemberships.phpnu[ * $gkehubService = new Google_Service_GKEHub(...); * $memberships = $gkehubService->memberships; * */ class Google_Service_GKEHub_Resource_ProjectsLocationsMemberships extends Google_Service_Resource { /** * Adds a new Membership. (memberships.create) * * @param string $parent Required. The parent (project and location) where the * Memberships will be created. Specified in the format `projects/locations`. * @param Google_Service_GKEHub_Membership $postBody * @param array $optParams Optional parameters. * * @opt_param string membershipId Required. Client chosen ID for the membership. * `membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 * characters in length 2. It must consist of lower case alphanumeric characters * or `-` 3. It must start and end with an alphanumeric character Which can be * expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum * length of 63 characters. * @return Google_Service_GKEHub_Operation */ public function create($parent, Google_Service_GKEHub_Membership $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GKEHub_Operation"); } /** * Removes a Membership. (memberships.delete) * * @param string $name Required. The Membership resource name in the format * `projects/locations/memberships`. * @param array $optParams Optional parameters. * @return Google_Service_GKEHub_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GKEHub_Operation"); } /** * Generates the manifest for deployment of the GKE connect agent. * (memberships.generateConnectManifest) * * @param string $name Required. The Membership resource name the Agent will * associate with, in the format `projects/locations/memberships`. * @param array $optParams Optional parameters. * * @opt_param string imagePullSecretContent Optional. The image pull secret * content for the registry, if not public. * @opt_param bool isUpgrade Optional. If true, generate the resources for * upgrade only. Some resources generated only for installation (e.g. secrets) * will be excluded. * @opt_param string namespace Optional. Namespace for GKE Connect agent * resources. Defaults to `gke-connect`. The Connect Agent is authorized * automatically when run in the default namespace. Otherwise, explicit * authorization must be granted with an additional IAM binding. * @opt_param string proxy Optional. URI of a proxy if connectivity from the * agent to gkeconnect.googleapis.com requires the use of a proxy. Format must * be in the form `http(s)://{proxy_address}`, depending on the HTTP/HTTPS * protocol supported by the proxy. This will direct the connect agent's * outbound traffic through a HTTP(S) proxy. * @opt_param string registry Optional. The registry to fetch the connect agent * image from. Defaults to gcr.io/gkeconnect. * @opt_param string version Optional. The Connect agent version to use. * Defaults to the most current version. * @return Google_Service_GKEHub_GenerateConnectManifestResponse */ public function generateConnectManifest($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('generateConnectManifest', array($params), "Google_Service_GKEHub_GenerateConnectManifestResponse"); } /** * Gets the details of a Membership. (memberships.get) * * @param string $name Required. The Membership resource name in the format * `projects/locations/memberships`. * @param array $optParams Optional parameters. * @return Google_Service_GKEHub_Membership */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GKEHub_Membership"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (memberships.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_GKEHub_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_GKEHub_Policy"); } /** * Lists Memberships in a given project and location. * (memberships.listProjectsLocationsMemberships) * * @param string $parent Required. The parent (project and location) where the * Memberships will be listed. Specified in the format `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Lists Memberships that match the filter * expression, following the syntax outlined in https://google.aip.dev/160. * Examples: - Name is `bar` in project `foo-proj` and location `global`: name = * "projects/foo-proj/locations/global/membership/bar" - Memberships that have a * label called `foo`: labels.foo:* - Memberships that have a label called `foo` * whose value is `bar`: labels.foo = bar - Memberships in the CREATING state: * state = CREATING * @opt_param string orderBy Optional. One or more fields to compare and use to * sort the output. See https://google.aip.dev/132#ordering. * @opt_param int pageSize Optional. When requesting a 'page' of resources, * `page_size` specifies number of resources to return. If unspecified or set to * 0, all resources will be returned. * @opt_param string pageToken Optional. Token returned by previous call to * `ListMemberships` which specifies the position in the list from where to * continue listing the resources. * @return Google_Service_GKEHub_ListMembershipsResponse */ public function listProjectsLocationsMemberships($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GKEHub_ListMembershipsResponse"); } /** * Updates an existing Membership. (memberships.patch) * * @param string $name Required. The Membership resource name in the format * `projects/locations/memberships`. * @param Google_Service_GKEHub_Membership $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. * @return Google_Service_GKEHub_Operation */ public function patch($name, Google_Service_GKEHub_Membership $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GKEHub_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (memberships.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_GKEHub_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GKEHub_Policy */ public function setIamPolicy($resource, Google_Service_GKEHub_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_GKEHub_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (memberships.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_GKEHub_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GKEHub_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_GKEHub_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_GKEHub_TestIamPermissionsResponse"); } } PK* ZBCffPvendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/Projects.phpnu[ * $gkehubService = new Google_Service_GKEHub(...); * $projects = $gkehubService->projects; * */ class Google_Service_GKEHub_Resource_Projects extends Google_Service_Resource { } PK* Z@wGvendor/google/apiclient-services/src/Google/Service/GKEHub/TypeMeta.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z Vvendor/google/apiclient-services/src/Google/Service/GKEHub/ListMembershipsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GKEHub_Membership[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_GKEHub_Membership[] */ public function getResources() { return $this->resources; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK* Z~||Pvendor/google/apiclient-services/src/Google/Service/GKEHub/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK* Z'/qqFvendor/google/apiclient-services/src/Google/Service/GKEHub/Binding.phpnu[condition = $condition; } /** * @return Google_Service_GKEHub_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK* ZkfTvendor/google/apiclient-services/src/Google/Service/GKEHub/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_GKEHub_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZHvendor/google/apiclient-services/src/Google/Service/GKEHub/Authority.phpnu[identityProvider = $identityProvider; } public function getIdentityProvider() { return $this->identityProvider; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setWorkloadIdentityPool($workloadIdentityPool) { $this->workloadIdentityPool = $workloadIdentityPool; } public function getWorkloadIdentityPool() { return $this->workloadIdentityPool; } } PK* Zt=]]Ivendor/google/apiclient-services/src/Google/Service/GKEHub/GkeCluster.phpnu[resourceLink = $resourceLink; } public function getResourceLink() { return $this->resourceLink; } } PK* Z;;Qvendor/google/apiclient-services/src/Google/Service/GKEHub/MembershipEndpoint.phpnu[gkeCluster = $gkeCluster; } /** * @return Google_Service_GKEHub_GkeCluster */ public function getGkeCluster() { return $this->gkeCluster; } /** * @param Google_Service_GKEHub_KubernetesMetadata */ public function setKubernetesMetadata(Google_Service_GKEHub_KubernetesMetadata $kubernetesMetadata) { $this->kubernetesMetadata = $kubernetesMetadata; } /** * @return Google_Service_GKEHub_KubernetesMetadata */ public function getKubernetesMetadata() { return $this->kubernetesMetadata; } } PK* Z+Xvendor/google/apiclient-services/src/Google/Service/GKEHub/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z}SJvendor/google/apiclient-services/src/Google/Service/GKEHub/GkehubEmpty.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_GKEHub_GoogleRpcStatus */ public function setError(Google_Service_GKEHub_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_GKEHub_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK* ZX7$$Uvendor/google/apiclient-services/src/Google/Service/GKEHub/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GKEHub_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_GKEHub_Operation[] */ public function getOperations() { return $this->operations; } } PK* Zjԭ>Gvendor/google/apiclient-services/src/Google/Service/GKEHub/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* ZV++Jvendor/google/apiclient-services/src/Google/Service/GKEHub/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_GKEHub_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK* Z~oo^vendor/google/apiclient-services/src/Google/Service/GKEHub/GenerateConnectManifestResponse.phpnu[manifest = $manifest; } /** * @return Google_Service_GKEHub_ConnectAgentResource[] */ public function getManifest() { return $this->manifest; } } PK* Z]tNvendor/google/apiclient-services/src/Google/Service/GKEHub/GoogleRpcStatus.phpnu[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; } } PK* Z__Qvendor/google/apiclient-services/src/Google/Service/GKEHub/KubernetesMetadata.phpnu[kubernetesApiServerVersion = $kubernetesApiServerVersion; } public function getKubernetesApiServerVersion() { return $this->kubernetesApiServerVersion; } public function setMemoryMb($memoryMb) { $this->memoryMb = $memoryMb; } public function getMemoryMb() { return $this->memoryMb; } public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } public function getNodeCount() { return $this->nodeCount; } public function setNodeProviderId($nodeProviderId) { $this->nodeProviderId = $nodeProviderId; } public function getNodeProviderId() { return $this->nodeProviderId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVcpuCount($vcpuCount) { $this->vcpuCount = $vcpuCount; } public function getVcpuCount() { return $this->vcpuCount; } } PK* Z+Svendor/google/apiclient-services/src/Google/Service/GKEHub/ConnectAgentResource.phpnu[manifest = $manifest; } public function getManifest() { return $this->manifest; } /** * @param Google_Service_GKEHub_TypeMeta */ public function setType(Google_Service_GKEHub_TypeMeta $type) { $this->type = $type; } /** * @return Google_Service_GKEHub_TypeMeta */ public function getType() { return $this->type; } } PK* ZK"GGCvendor/google/apiclient-services/src/Google/Service/GKEHub/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK* Z-߈-ppAvendor/google/apiclient-services/src/Google/Service/Appengine.phpnu[ * Provisions and manages developers' App Engine applications.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Appengine extends Google_Service { /** View and manage your applications deployed on Google App Engine. */ const APPENGINE_ADMIN = "https://www.googleapis.com/auth/appengine.admin"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $apps; public $apps_authorizedCertificates; public $apps_authorizedDomains; public $apps_domainMappings; public $apps_firewall_ingressRules; public $apps_locations; public $apps_operations; public $apps_services; public $apps_services_versions; public $apps_services_versions_instances; /** * Constructs the internal representation of the Appengine service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://appengine.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'appengine'; $this->apps = new Google_Service_Appengine_Resource_Apps( $this, $this->serviceName, 'apps', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/apps/{appsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'repair' => array( 'path' => 'v1/apps/{appsId}:repair', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->apps_authorizedCertificates = new Google_Service_Appengine_Resource_AppsAuthorizedCertificates( $this, $this->serviceName, 'authorizedCertificates', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizedCertificatesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizedCertificatesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), '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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'matchingAddress' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ingressRulesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_locations = new Google_Service_Appengine_Resource_AppsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/apps/{appsId}/locations/{locationsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_operations = new Google_Service_Appengine_Resource_AppsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/apps/{appsId}/operations/{operationsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operationsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_services = new Google_Service_Appengine_Resource_AppsServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'delete' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/services', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'migrateTraffic' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_services_versions = new Google_Service_Appengine_Resource_AppsServicesVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_services_versions_instances = new Google_Service_Appengine_Resource_AppsServicesVersionsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'debug' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instancesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instancesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instancesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK* ZƉ Evendor/google/apiclient-services/src/Google/Service/SQLAdmin/Flag.phpnu[allowedIntValues = $allowedIntValues; } public function getAllowedIntValues() { return $this->allowedIntValues; } public function setAllowedStringValues($allowedStringValues) { $this->allowedStringValues = $allowedStringValues; } public function getAllowedStringValues() { return $this->allowedStringValues; } public function setAppliesTo($appliesTo) { $this->appliesTo = $appliesTo; } public function getAppliesTo() { return $this->appliesTo; } public function setInBeta($inBeta) { $this->inBeta = $inBeta; } public function getInBeta() { return $this->inBeta; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRequiresRestart($requiresRestart) { $this->requiresRestart = $requiresRestart; } public function getRequiresRestart() { return $this->requiresRestart; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z1\\Ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK* Z@~}m^vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptions.phpnu[mysqlExportOptions = $mysqlExportOptions; } /** * @return Google_Service_SQLAdmin_ExportContextSqlExportOptionsMysqlExportOptions */ public function getMysqlExportOptions() { return $this->mysqlExportOptions; } public function setSchemaOnly($schemaOnly) { $this->schemaOnly = $schemaOnly; } public function getSchemaOnly() { return $this->schemaOnly; } public function setTables($tables) { $this->tables = $tables; } public function getTables() { return $this->tables; } } PK* ZHovendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesVerifyExternalSyncSettingsResponse.phpnu[errors = $errors; } /** * @return Google_Service_SQLAdmin_SqlExternalSyncSettingError[] */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_SQLAdmin_SqlExternalSyncSettingError[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_SQLAdmin_SqlExternalSyncSettingError[] */ public function getWarnings() { return $this->warnings; } } PK* Z^vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.phpnu[encryptionOptions = $encryptionOptions; } /** * @return Google_Service_SQLAdmin_ImportContextBakImportOptionsEncryptionOptions */ public function getEncryptionOptions() { return $this->encryptionOptions; } } PK* ZL@Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DenyMaintenancePeriod.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK* Zc>y[XXJvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.phpnu[backupKind = $backupKind; } public function getBackupKind() { return $this->backupKind; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_SQLAdmin_DiskEncryptionConfiguration */ public function setDiskEncryptionConfiguration(Google_Service_SQLAdmin_DiskEncryptionConfiguration $diskEncryptionConfiguration) { $this->diskEncryptionConfiguration = $diskEncryptionConfiguration; } /** * @return Google_Service_SQLAdmin_DiskEncryptionConfiguration */ public function getDiskEncryptionConfiguration() { return $this->diskEncryptionConfiguration; } /** * @param Google_Service_SQLAdmin_DiskEncryptionStatus */ public function setDiskEncryptionStatus(Google_Service_SQLAdmin_DiskEncryptionStatus $diskEncryptionStatus) { $this->diskEncryptionStatus = $diskEncryptionStatus; } /** * @return Google_Service_SQLAdmin_DiskEncryptionStatus */ public function getDiskEncryptionStatus() { return $this->diskEncryptionStatus; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEnqueuedTime($enqueuedTime) { $this->enqueuedTime = $enqueuedTime; } public function getEnqueuedTime() { return $this->enqueuedTime; } /** * @param Google_Service_SQLAdmin_OperationError */ public function setError(Google_Service_SQLAdmin_OperationError $error) { $this->error = $error; } /** * @return Google_Service_SQLAdmin_OperationError */ public function getError() { return $this->error; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWindowStartTime($windowStartTime) { $this->windowStartTime = $windowStartTime; } public function getWindowStartTime() { return $this->windowStartTime; } } PK* Z ddYvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerDatabaseDetails.phpnu[compatibilityLevel = $compatibilityLevel; } public function getCompatibilityLevel() { return $this->compatibilityLevel; } public function setRecoveryModel($recoveryModel) { $this->recoveryModel = $recoveryModel; } public function getRecoveryModel() { return $this->recoveryModel; } } PK* ZSUvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionStatus.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setKmsKeyVersionName($kmsKeyVersionName) { $this->kmsKeyVersionName = $kmsKeyVersionName; } public function getKmsKeyVersionName() { return $this->kmsKeyVersionName; } } PK* Z޼Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabasesListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_Database[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZFGa%a%Qvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.phpnu[backendType = $backendType; } public function getBackendType() { return $this->backendType; } public function setConnectionName($connectionName) { $this->connectionName = $connectionName; } public function getConnectionName() { return $this->connectionName; } public function setCurrentDiskSize($currentDiskSize) { $this->currentDiskSize = $currentDiskSize; } public function getCurrentDiskSize() { return $this->currentDiskSize; } public function setDatabaseVersion($databaseVersion) { $this->databaseVersion = $databaseVersion; } public function getDatabaseVersion() { return $this->databaseVersion; } /** * @param Google_Service_SQLAdmin_DiskEncryptionConfiguration */ public function setDiskEncryptionConfiguration(Google_Service_SQLAdmin_DiskEncryptionConfiguration $diskEncryptionConfiguration) { $this->diskEncryptionConfiguration = $diskEncryptionConfiguration; } /** * @return Google_Service_SQLAdmin_DiskEncryptionConfiguration */ public function getDiskEncryptionConfiguration() { return $this->diskEncryptionConfiguration; } /** * @param Google_Service_SQLAdmin_DiskEncryptionStatus */ public function setDiskEncryptionStatus(Google_Service_SQLAdmin_DiskEncryptionStatus $diskEncryptionStatus) { $this->diskEncryptionStatus = $diskEncryptionStatus; } /** * @return Google_Service_SQLAdmin_DiskEncryptionStatus */ public function getDiskEncryptionStatus() { return $this->diskEncryptionStatus; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_SQLAdmin_DatabaseInstanceFailoverReplica */ public function setFailoverReplica(Google_Service_SQLAdmin_DatabaseInstanceFailoverReplica $failoverReplica) { $this->failoverReplica = $failoverReplica; } /** * @return Google_Service_SQLAdmin_DatabaseInstanceFailoverReplica */ public function getFailoverReplica() { return $this->failoverReplica; } public function setGceZone($gceZone) { $this->gceZone = $gceZone; } public function getGceZone() { return $this->gceZone; } public function setInstanceType($instanceType) { $this->instanceType = $instanceType; } public function getInstanceType() { return $this->instanceType; } /** * @param Google_Service_SQLAdmin_IpMapping[] */ public function setIpAddresses($ipAddresses) { $this->ipAddresses = $ipAddresses; } /** * @return Google_Service_SQLAdmin_IpMapping[] */ public function getIpAddresses() { return $this->ipAddresses; } public function setIpv6Address($ipv6Address) { $this->ipv6Address = $ipv6Address; } public function getIpv6Address() { return $this->ipv6Address; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMasterInstanceName($masterInstanceName) { $this->masterInstanceName = $masterInstanceName; } public function getMasterInstanceName() { return $this->masterInstanceName; } public function setMaxDiskSize($maxDiskSize) { $this->maxDiskSize = $maxDiskSize; } public function getMaxDiskSize() { return $this->maxDiskSize; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SQLAdmin_OnPremisesConfiguration */ public function setOnPremisesConfiguration(Google_Service_SQLAdmin_OnPremisesConfiguration $onPremisesConfiguration) { $this->onPremisesConfiguration = $onPremisesConfiguration; } /** * @return Google_Service_SQLAdmin_OnPremisesConfiguration */ public function getOnPremisesConfiguration() { return $this->onPremisesConfiguration; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } /** * @param Google_Service_SQLAdmin_ReplicaConfiguration */ public function setReplicaConfiguration(Google_Service_SQLAdmin_ReplicaConfiguration $replicaConfiguration) { $this->replicaConfiguration = $replicaConfiguration; } /** * @return Google_Service_SQLAdmin_ReplicaConfiguration */ public function getReplicaConfiguration() { return $this->replicaConfiguration; } public function setReplicaNames($replicaNames) { $this->replicaNames = $replicaNames; } public function getReplicaNames() { return $this->replicaNames; } public function setRootPassword($rootPassword) { $this->rootPassword = $rootPassword; } public function getRootPassword() { return $this->rootPassword; } public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } public function getSatisfiesPzs() { return $this->satisfiesPzs; } /** * @param Google_Service_SQLAdmin_SqlScheduledMaintenance */ public function setScheduledMaintenance(Google_Service_SQLAdmin_SqlScheduledMaintenance $scheduledMaintenance) { $this->scheduledMaintenance = $scheduledMaintenance; } /** * @return Google_Service_SQLAdmin_SqlScheduledMaintenance */ public function getScheduledMaintenance() { return $this->scheduledMaintenance; } public function setSecondaryGceZone($secondaryGceZone) { $this->secondaryGceZone = $secondaryGceZone; } public function getSecondaryGceZone() { return $this->secondaryGceZone; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_SQLAdmin_SslCert */ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert) { $this->serverCaCert = $serverCaCert; } /** * @return Google_Service_SQLAdmin_SslCert */ public function getServerCaCert() { return $this->serverCaCert; } public function setServiceAccountEmailAddress($serviceAccountEmailAddress) { $this->serviceAccountEmailAddress = $serviceAccountEmailAddress; } public function getServiceAccountEmailAddress() { return $this->serviceAccountEmailAddress; } /** * @param Google_Service_SQLAdmin_Settings */ public function setSettings(Google_Service_SQLAdmin_Settings $settings) { $this->settings = $settings; } /** * @return Google_Service_SQLAdmin_Settings */ public function getSettings() { return $this->settings; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSuspensionReason($suspensionReason) { $this->suspensionReason = $suspensionReason; } public function getSuspensionReason() { return $this->suspensionReason; } } PK* Zi_vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.phpnu[ "access_token", "publicKey" => "public_key", ); public $accessToken; public $publicKey; public function setAccessToken($accessToken) { $this->accessToken = $accessToken; } public function getAccessToken() { return $this->accessToken; } public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } public function getPublicKey() { return $this->publicKey; } } PK* Z ffKvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ApiWarning.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } } PK* ZǓ/Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/RotateServerCaContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextVersion($nextVersion) { $this->nextVersion = $nextVersion; } public function getNextVersion() { return $this->nextVersion; } } PK* Ze^Zvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterConfiguration.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_SQLAdmin_DemoteMasterMySqlReplicaConfiguration */ public function setMysqlReplicaConfiguration(Google_Service_SQLAdmin_DemoteMasterMySqlReplicaConfiguration $mysqlReplicaConfiguration) { $this->mysqlReplicaConfiguration = $mysqlReplicaConfiguration; } /** * @return Google_Service_SQLAdmin_DemoteMasterMySqlReplicaConfiguration */ public function getMysqlReplicaConfiguration() { return $this->mysqlReplicaConfiguration; } } PK* ZYeRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/MaintenanceWindow.phpnu[day = $day; } public function getDay() { return $this->day; } public function setHour($hour) { $this->hour = $hour; } public function getHour() { return $this->hour; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUpdateTrack($updateTrack) { $this->updateTrack = $updateTrack; } public function getUpdateTrack() { return $this->updateTrack; } } PK* Z(ooWvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.phpnu[exportContext = $exportContext; } /** * @return Google_Service_SQLAdmin_ExportContext */ public function getExportContext() { return $this->exportContext; } } PK* ZRa`avvpvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptionsMysqlExportOptions.phpnu[masterData = $masterData; } public function getMasterData() { return $this->masterData; } } PK* ZzKKUvendor/google/apiclient-services/src/Google/Service/SQLAdmin/RestoreBackupContext.phpnu[backupRunId = $backupRunId; } public function getBackupRunId() { return $this->backupRunId; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } } PK* Z=\vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionConfiguration.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK* Z2b0>>Uvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerUserDetails.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setServerRoles($serverRoles) { $this->serverRoles = $serverRoles; } public function getServerRoles() { return $this->serverRoles; } } PK* ZRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/TiersListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_Tier[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Zm*|Yvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.phpnu[failoverContext = $failoverContext; } /** * @return Google_Service_SQLAdmin_FailoverContext */ public function getFailoverContext() { return $this->failoverContext; } } PK* Z4"WWTvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setMasterInstanceName($masterInstanceName) { $this->masterInstanceName = $masterInstanceName; } public function getMasterInstanceName() { return $this->masterInstanceName; } /** * @param Google_Service_SQLAdmin_DemoteMasterConfiguration */ public function setReplicaConfiguration(Google_Service_SQLAdmin_DemoteMasterConfiguration $replicaConfiguration) { $this->replicaConfiguration = $replicaConfiguration; } /** * @return Google_Service_SQLAdmin_DemoteMasterConfiguration */ public function getReplicaConfiguration() { return $this->replicaConfiguration; } public function setVerifyGtidConsistency($verifyGtidConsistency) { $this->verifyGtidConsistency = $verifyGtidConsistency; } public function getVerifyGtidConsistency() { return $this->verifyGtidConsistency; } } PK* Zy}Mvendor/google/apiclient-services/src/Google/Service/SQLAdmin/CloneContext.phpnu[binLogCoordinates = $binLogCoordinates; } /** * @return Google_Service_SQLAdmin_BinLogCoordinates */ public function getBinLogCoordinates() { return $this->binLogCoordinates; } public function setDestinationInstanceName($destinationInstanceName) { $this->destinationInstanceName = $destinationInstanceName; } public function getDestinationInstanceName() { return $this->destinationInstanceName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPitrTimestampMs($pitrTimestampMs) { $this->pitrTimestampMs = $pitrTimestampMs; } public function getPitrTimestampMs() { return $this->pitrTimestampMs; } public function setPointInTime($pointInTime) { $this->pointInTime = $pointInTime; } public function getPointInTime() { return $this->pointInTime; } } PK* Zo Ivendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.phpnu[charset = $charset; } public function getCharset() { return $this->charset; } public function setCollation($collation) { $this->collation = $collation; } public function getCollation() { return $this->collation; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_SQLAdmin_SqlServerDatabaseDetails */ public function setSqlserverDatabaseDetails(Google_Service_SQLAdmin_SqlServerDatabaseDetails $sqlserverDatabaseDetails) { $this->sqlserverDatabaseDetails = $sqlserverDatabaseDetails; } /** * @return Google_Service_SQLAdmin_SqlServerDatabaseDetails */ public function getSqlserverDatabaseDetails() { return $this->sqlserverDatabaseDetails; } } PK* Z;Pvendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.phpnu[authorizedNetworks = $authorizedNetworks; } /** * @return Google_Service_SQLAdmin_AclEntry[] */ public function getAuthorizedNetworks() { return $this->authorizedNetworks; } public function setIpv4Enabled($ipv4Enabled) { $this->ipv4Enabled = $ipv4Enabled; } public function getIpv4Enabled() { return $this->ipv4Enabled; } public function setPrivateNetwork($privateNetwork) { $this->privateNetwork = $privateNetwork; } public function getPrivateNetwork() { return $this->privateNetwork; } public function setRequireSsl($requireSsl) { $this->requireSsl = $requireSsl; } public function getRequireSsl() { return $this->requireSsl; } } PK* Zd\vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.phpnu[truncateLogContext = $truncateLogContext; } /** * @return Google_Service_SQLAdmin_TruncateLogContext */ public function getTruncateLogContext() { return $this->truncateLogContext; } } PK* Z4Ϲ [vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/ProjectsInstances.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $instances = $sqladminService->instances; * */ class Google_Service_SQLAdmin_Resource_ProjectsInstances extends Google_Service_Resource { /** * Reschedules the maintenance on the given instance. * (instances.rescheduleMaintenance) * * @param string $project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_SqlInstancesRescheduleMaintenanceRequestBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function rescheduleMaintenance($project, $instance, Google_Service_SQLAdmin_SqlInstancesRescheduleMaintenanceRequestBody $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rescheduleMaintenance', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Start External primary instance migration. (instances.startExternalSync) * * @param string $project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * * @opt_param bool skipVerification Whether to skip the verification step * (VESS). * @opt_param string syncMode External sync mode. * @return Google_Service_SQLAdmin_Operation */ public function startExternalSync($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('startExternalSync', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Verify External primary instance external sync settings. * (instances.verifyExternalSyncSettings) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * * @opt_param string syncMode External sync mode * @opt_param bool verifyConnectionOnly Flag to enable verifying connection only * @return Google_Service_SQLAdmin_SqlInstancesVerifyExternalSyncSettingsResponse */ public function verifyExternalSyncSettings($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('verifyExternalSyncSettings', array($params), "Google_Service_SQLAdmin_SqlInstancesVerifyExternalSyncSettingsResponse"); } } PK* Z’bbTvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $backupRuns = $sqladminService->backupRuns; * */ class Google_Service_SQLAdmin_Resource_BackupRuns extends Google_Service_Resource { /** * Deletes the backup taken by a backup run. (backupRuns.delete) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param string $id The ID of the Backup Run to delete. To find a Backup Run * ID, use the list method. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function delete($project, $instance, $id, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Retrieves a resource containing information about a backup run. * (backupRuns.get) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param string $id The ID of this Backup Run. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_BackupRun */ public function get($project, $instance, $id, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun"); } /** * Creates a new backup run on demand. This method is applicable only to Second * Generation instances. (backupRuns.insert) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_BackupRun $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function insert($project, $instance, Google_Service_SQLAdmin_BackupRun $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Lists all backup runs associated with a given instance and configuration in * the reverse chronological order of the backup initiation time. * (backupRuns.listBackupRuns) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of backup runs per response. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @return Google_Service_SQLAdmin_BackupRunsListResponse */ public function listBackupRuns($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse"); } } PK* Z'Ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $tiers = $sqladminService->tiers; * */ class Google_Service_SQLAdmin_Resource_Tiers extends Google_Service_Resource { /** * Lists all available machine types (tiers) for Cloud SQL, for example, * db-n1-standard-1. For related information, see Pricing. (tiers.listTiers) * * @param string $project Project ID of the project for which to list tiers. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_TiersListResponse */ public function listTiers($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse"); } } PK* Z[[Ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $users = $sqladminService->users; * */ class Google_Service_SQLAdmin_Resource_Users extends Google_Service_Resource { /** * Deletes a user from a Cloud SQL instance. (users.delete) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * * @opt_param string host Host of the user in the instance. * @opt_param string name Name of the user in the instance. * @return Google_Service_SQLAdmin_Operation */ public function delete($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Creates a new user in a Cloud SQL instance. (users.insert) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Lists users in the specified Cloud SQL instance. (users.listUsers) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_UsersListResponse */ public function listUsers($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse"); } /** * Updates an existing user in a Cloud SQL instance. (users.update) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_User $postBody * @param array $optParams Optional parameters. * * @opt_param string host Optional. Host of the user in the instance. * @opt_param string name Name of the user in the instance. * @return Google_Service_SQLAdmin_Operation */ public function update($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation"); } } PK* Zut9Svendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Databases.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $databases = $sqladminService->databases; * */ class Google_Service_SQLAdmin_Resource_Databases extends Google_Service_Resource { /** * Deletes a database from a Cloud SQL instance. (databases.delete) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param string $database Name of the database to be deleted in the instance. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function delete($project, $instance, $database, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'database' => $database); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Retrieves a resource containing information about a database inside a Cloud * SQL instance. (databases.get) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param string $database Name of the database in the instance. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Database */ public function get($project, $instance, $database, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'database' => $database); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SQLAdmin_Database"); } /** * Inserts a resource containing information about a database inside a Cloud SQL * instance. (databases.insert) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_Database $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Lists databases in the specified Cloud SQL instance. * (databases.listDatabases) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_DatabasesListResponse */ public function listDatabases($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse"); } /** * Partially updates a resource containing information about a database inside a * Cloud SQL instance. This method supports patch semantics. (databases.patch) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param string $database Name of the database to be updated in the instance. * @param Google_Service_SQLAdmin_Database $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Updates a resource containing information about a database inside a Cloud SQL * instance. (databases.update) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param string $database Name of the database to be updated in the instance. * @param Google_Service_SQLAdmin_Database $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation"); } } PK* Z>(uuRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/SslCerts.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $sslCerts = $sqladminService->sslCerts; * */ class Google_Service_SQLAdmin_Resource_SslCerts extends Google_Service_Resource { /** * Generates a short-lived X509 certificate containing the provided public key * and signed by a private key specific to the target instance. Users may use * the certificate to authenticate as themselves when connecting to the * database. (sslCerts.createEphemeral) * * @param string $project Project ID of the Cloud SQL project. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_SslCertsCreateEphemeralRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_SslCert */ public function createEphemeral($project, $instance, Google_Service_SQLAdmin_SslCertsCreateEphemeralRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createEphemeral', array($params), "Google_Service_SQLAdmin_SslCert"); } /** * Deletes the SSL certificate. For First Generation instances, the certificate * remains valid until the instance is restarted. (sslCerts.delete) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param string $sha1Fingerprint Sha1 FingerPrint. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function delete($project, $instance, $sha1Fingerprint, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Retrieves a particular SSL certificate. Does not include the private key * (required for usage). The private key must be saved from the response to * initial creation. (sslCerts.get) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param string $sha1Fingerprint Sha1 FingerPrint. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_SslCert */ public function get($project, $instance, $sha1Fingerprint, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert"); } /** * Creates an SSL certificate and returns it along with the private key and * server certificate authority. The new certificate will not be usable until * the instance is restarted. (sslCerts.insert) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_SslCertsInsertRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_SslCertsInsertResponse */ public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInsertRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse"); } /** * Lists all of the current SSL certificates for the instance. * (sslCerts.listSslCerts) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_SslCertsListResponse */ public function listSslCerts($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse"); } } PK* Z/ Tvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $operations = $sqladminService->operations; * */ class Google_Service_SQLAdmin_Resource_Operations extends Google_Service_Resource { /** * Retrieves an instance operation that has been performed on an instance. * (operations.get) * * @param string $project Project ID of the project that contains the instance. * @param string $operation Instance operation ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function get($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Lists all instance operations that have been performed on the given Cloud SQL * instance in the reverse chronological order of the start time. * (operations.listOperations) * * @param string $project Project ID of the project that contains the instance. * @param array $optParams Optional parameters. * * @opt_param string instance Cloud SQL instance ID. This does not include the * project ID. * @opt_param string maxResults Maximum number of operations per response. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @return Google_Service_SQLAdmin_OperationsListResponse */ public function listOperations($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse"); } } PK* ZMFFSvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Instances.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $instances = $sqladminService->instances; * */ class Google_Service_SQLAdmin_Resource_Instances extends Google_Service_Resource { /** * Add a new trusted Certificate Authority (CA) version for the specified * instance. Required to prepare for a certificate rotation. If a CA version was * previously added but never used in a certificate rotation, this operation * replaces that version. There cannot be more than one CA version waiting to be * rotated in. (instances.addServerCa) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function addServerCa($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('addServerCa', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Creates a Cloud SQL instance as a clone of the source instance. Using this * operation might cause your instance to restart. (instances.cloneInstances) * * @param string $project Project ID of the source as well as the clone Cloud * SQL instance. * @param string $instance The ID of the Cloud SQL instance to be cloned * (source). This does not include the project ID. * @param Google_Service_SQLAdmin_InstancesCloneRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Deletes a Cloud SQL instance. (instances.delete) * * @param string $project Project ID of the project that contains the instance * to be deleted. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function delete($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Demotes the stand-alone instance to be a Cloud SQL read replica for an * external database server. (instances.demoteMaster) * * @param string $project ID of the project that contains the instance. * @param string $instance Cloud SQL instance name. * @param Google_Service_SQLAdmin_InstancesDemoteMasterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function demoteMaster($project, $instance, Google_Service_SQLAdmin_InstancesDemoteMasterRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('demoteMaster', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL * dump or CSV file. (instances.export) * * @param string $project Project ID of the project that contains the instance * to be exported. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_InstancesExportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Failover the instance to its failover replica instance. Using this operation * might cause your instance to restart. (instances.failover) * * @param string $project ID of the project that contains the read replica. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_InstancesFailoverRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function failover($project, $instance, Google_Service_SQLAdmin_InstancesFailoverRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('failover', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Retrieves a resource containing information about a Cloud SQL instance. * (instances.get) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Database instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_DatabaseInstance */ public function get($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance"); } /** * Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud * Storage. (instances.import) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_InstancesImportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Creates a new Cloud SQL instance. (instances.insert) * * @param string $project Project ID of the project to which the newly created * Cloud SQL instances should belong. * @param Google_Service_SQLAdmin_DatabaseInstance $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Lists instances under a given project. (instances.listInstances) * * @param string $project Project ID of the project for which to list Cloud SQL * instances. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression is in the form of field:value. For example, * 'instanceType:CLOUD_SQL_INSTANCE'. Fields can be nested as needed as per * their JSON representation, such as 'settings.userLabels.auto_start:true'. * Multiple filter queries are space-separated. For example. 'state:RUNNABLE * instanceType:CLOUD_SQL_INSTANCE'. By default, each expression is an AND * expression. However, you can include AND and OR expressions explicitly. * @opt_param string maxResults The maximum number of results to return per * response. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @return Google_Service_SQLAdmin_InstancesListResponse */ public function listInstances($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse"); } /** * Lists all of the trusted Certificate Authorities (CAs) for the specified * instance. There can be up to three CAs listed: the CA that was used to sign * the certificate that is currently in use, a CA that has been added but not * yet used to sign a certificate, and a CA used to sign a certificate that has * previously rotated out. (instances.listServerCas) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_InstancesListServerCasResponse */ public function listServerCas($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('listServerCas', array($params), "Google_Service_SQLAdmin_InstancesListServerCasResponse"); } /** * Updates settings of a Cloud SQL instance. This method supports patch * semantics. (instances.patch) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_DatabaseInstance $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Promotes the read replica instance to be a stand-alone Cloud SQL instance. * Using this operation might cause your instance to restart. * (instances.promoteReplica) * * @param string $project ID of the project that contains the read replica. * @param string $instance Cloud SQL read replica instance name. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function promoteReplica($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Deletes all client certificates and generates a new server SSL certificate * for the instance. (instances.resetSslConfig) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function resetSslConfig($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Restarts a Cloud SQL instance. (instances.restart) * * @param string $project Project ID of the project that contains the instance * to be restarted. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function restart($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Restores a backup of a Cloud SQL instance. Using this operation might cause * your instance to restart. (instances.restoreBackup) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Rotates the server certificate to one signed by the Certificate Authority * (CA) version previously added with the addServerCA method. * (instances.rotateServerCa) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_InstancesRotateServerCaRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function rotateServerCa($project, $instance, Google_Service_SQLAdmin_InstancesRotateServerCaRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rotateServerCa', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Starts the replication in the read replica instance. (instances.startReplica) * * @param string $project ID of the project that contains the read replica. * @param string $instance Cloud SQL read replica instance name. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function startReplica($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Stops the replication in the read replica instance. (instances.stopReplica) * * @param string $project ID of the project that contains the read replica. * @param string $instance Cloud SQL read replica instance name. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function stopReplica($project, $instance, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Truncate MySQL general and slow query log tables MySQL only. * (instances.truncateLog) * * @param string $project Project ID of the Cloud SQL project. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_InstancesTruncateLogRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function truncateLog($project, $instance, Google_Service_SQLAdmin_InstancesTruncateLogRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('truncateLog', array($params), "Google_Service_SQLAdmin_Operation"); } /** * Updates settings of a Cloud SQL instance. Using this operation might cause * your instance to restart. (instances.update) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. * @param Google_Service_SQLAdmin_DatabaseInstance $postBody * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_Operation */ public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array()) { $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation"); } } PK* ZTnnRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Projects.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $projects = $sqladminService->projects; * */ class Google_Service_SQLAdmin_Resource_Projects extends Google_Service_Resource { } PK* Z: Ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Flags.phpnu[ * $sqladminService = new Google_Service_SQLAdmin(...); * $flags = $sqladminService->flags; * */ class Google_Service_SQLAdmin_Resource_Flags extends Google_Service_Resource { /** * List all available database flags for Cloud SQL instances. (flags.listFlags) * * @param array $optParams Optional parameters. * * @opt_param string databaseVersion Database type and version you want to * retrieve flags for. By default, this method returns flags for all database * types and versions. * @return Google_Service_SQLAdmin_FlagsListResponse */ public function listFlags($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse"); } } PK* ZTUt_vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListServerCasResponse.phpnu[activeVersion = $activeVersion; } public function getActiveVersion() { return $this->activeVersion; } /** * @param Google_Service_SQLAdmin_SslCert[] */ public function setCerts($certs) { $this->certs = $certs; } /** * @return Google_Service_SQLAdmin_SslCert[] */ public function getCerts() { return $this->certs; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZaEvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.phpnu[ "DiskQuota", "rAM" => "RAM", ); public $diskQuota; public $rAM; public $kind; public $region; public $tier; public function setDiskQuota($diskQuota) { $this->diskQuota = $diskQuota; } public function getDiskQuota() { return $this->diskQuota; } public function setRAM($rAM) { $this->rAM = $rAM; } public function getRAM() { return $this->rAM; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } } PK* Zf^vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.phpnu[restoreBackupContext = $restoreBackupContext; } /** * @return Google_Service_SQLAdmin_RestoreBackupContext */ public function getRestoreBackupContext() { return $this->restoreBackupContext; } } PK* ZK# Tvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupConfiguration.phpnu[backupRetentionSettings = $backupRetentionSettings; } /** * @return Google_Service_SQLAdmin_BackupRetentionSettings */ public function getBackupRetentionSettings() { return $this->backupRetentionSettings; } public function setBinaryLogEnabled($binaryLogEnabled) { $this->binaryLogEnabled = $binaryLogEnabled; } public function getBinaryLogEnabled() { return $this->binaryLogEnabled; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setPointInTimeRecoveryEnabled($pointInTimeRecoveryEnabled) { $this->pointInTimeRecoveryEnabled = $pointInTimeRecoveryEnabled; } public function getPointInTimeRecoveryEnabled() { return $this->pointInTimeRecoveryEnabled; } public function setReplicationLogArchivingEnabled($replicationLogArchivingEnabled) { $this->replicationLogArchivingEnabled = $replicationLogArchivingEnabled; } public function getReplicationLogArchivingEnabled() { return $this->replicationLogArchivingEnabled; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTransactionLogRetentionDays($transactionLogRetentionDays) { $this->transactionLogRetentionDays = $transactionLogRetentionDays; } public function getTransactionLogRetentionDays() { return $this->transactionLogRetentionDays; } } PK* ZedQ_vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRotateServerCaRequest.phpnu[rotateServerCaContext = $rotateServerCaContext; } /** * @return Google_Service_SQLAdmin_RotateServerCaContext */ public function getRotateServerCaContext() { return $this->rotateServerCaContext; } } PK* Z.Uvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_SslCert[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZC>#Rvendor/google/apiclient-services/src/Google/Service/SQLAdmin/FlagsListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_Flag[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZkQوSvendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.phpnu[followGaeApplication = $followGaeApplication; } public function getFollowGaeApplication() { return $this->followGaeApplication; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSecondaryZone($secondaryZone) { $this->secondaryZone = $secondaryZone; } public function getSecondaryZone() { return $this->secondaryZone; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK* Zv.Wvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_BackupRun[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z8Pvendor/google/apiclient-services/src/Google/Service/SQLAdmin/FailoverContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setSettingsVersion($settingsVersion) { $this->settingsVersion = $settingsVersion; } public function getSettingsVersion() { return $this->settingsVersion; } } PK* Z[et]vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesDemoteMasterRequest.phpnu[demoteMasterContext = $demoteMasterContext; } /** * @return Google_Service_SQLAdmin_DemoteMasterContext */ public function getDemoteMasterContext() { return $this->demoteMasterContext; } } PK* ZC;Ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/InsightsConfig.phpnu[queryInsightsEnabled = $queryInsightsEnabled; } public function getQueryInsightsEnabled() { return $this->queryInsightsEnabled; } public function setQueryStringLength($queryStringLength) { $this->queryStringLength = $queryStringLength; } public function getQueryStringLength() { return $this->queryStringLength; } public function setRecordApplicationTags($recordApplicationTags) { $this->recordApplicationTags = $recordApplicationTags; } public function getRecordApplicationTags() { return $this->recordApplicationTags; } public function setRecordClientAddress($recordClientAddress) { $this->recordClientAddress = $recordClientAddress; } public function getRecordClientAddress() { return $this->recordClientAddress; } } PK* ZJvendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setTimeToRetire($timeToRetire) { $this->timeToRetire = $timeToRetire; } public function getTimeToRetire() { return $this->timeToRetire; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Zdx`vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.phpnu[available = $available; } public function getAvailable() { return $this->available; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Z2H{Pvendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationErrors.phpnu[errors = $errors; } /** * @return Google_Service_SQLAdmin_OperationError[] */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Zln n Evendor/google/apiclient-services/src/Google/Service/SQLAdmin/User.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } /** * @param Google_Service_SQLAdmin_SqlServerUserDetails */ public function setSqlserverUserDetails(Google_Service_SQLAdmin_SqlServerUserDetails $sqlserverUserDetails) { $this->sqlserverUserDetails = $sqlserverUserDetails; } /** * @return Google_Service_SQLAdmin_SqlServerUserDetails */ public function getSqlserverUserDetails() { return $this->sqlserverUserDetails; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Zyl^vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } } PK* ZIR  Nvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.phpnu[bakImportOptions = $bakImportOptions; } /** * @return Google_Service_SQLAdmin_ImportContextBakImportOptions */ public function getBakImportOptions() { return $this->bakImportOptions; } /** * @param Google_Service_SQLAdmin_ImportContextCsvImportOptions */ public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions) { $this->csvImportOptions = $csvImportOptions; } /** * @return Google_Service_SQLAdmin_ImportContextCsvImportOptions */ public function getCsvImportOptions() { return $this->csvImportOptions; } public function setDatabase($database) { $this->database = $database; } public function getDatabase() { return $this->database; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setImportUser($importUser) { $this->importUser = $importUser; } public function getImportUser() { return $this->importUser; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK* ZRbC# # Nvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.phpnu[csvExportOptions = $csvExportOptions; } /** * @return Google_Service_SQLAdmin_ExportContextCsvExportOptions */ public function getCsvExportOptions() { return $this->csvExportOptions; } public function setDatabases($databases) { $this->databases = $databases; } public function getDatabases() { return $this->databases; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOffload($offload) { $this->offload = $offload; } public function getOffload() { return $this->offload; } /** * @param Google_Service_SQLAdmin_ExportContextSqlExportOptions */ public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions) { $this->sqlExportOptions = $sqlExportOptions; } /** * @return Google_Service_SQLAdmin_ExportContextSqlExportOptions */ public function getSqlExportOptions() { return $this->sqlExportOptions; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK* Z_ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.phpnu[certPath = $certPath; } public function getCertPath() { return $this->certPath; } public function setPvkPassword($pvkPassword) { $this->pvkPassword = $pvkPassword; } public function getPvkPassword() { return $this->pvkPassword; } public function setPvkPath($pvkPath) { $this->pvkPath = $pvkPath; } public function getPvkPath() { return $this->pvkPath; } } PK* Zυ Svendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK* ZkXvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlScheduledMaintenance.phpnu[canDefer = $canDefer; } public function getCanDefer() { return $this->canDefer; } public function setCanReschedule($canReschedule) { $this->canReschedule = $canReschedule; } public function getCanReschedule() { return $this->canReschedule; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK* Z!  Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_DatabaseInstance[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SQLAdmin_ApiWarning[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_SQLAdmin_ApiWarning[] */ public function getWarnings() { return $this->warnings; } } PK* Z?}*"bbVvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesCloneRequest.phpnu[cloneContext = $cloneContext; } /** * @return Google_Service_SQLAdmin_CloneContext */ public function getCloneContext() { return $this->cloneContext; } } PK* Z3\\Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertRequest.phpnu[commonName = $commonName; } public function getCommonName() { return $this->commonName; } } PK* ZO__Uvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.phpnu[failoverTarget = $failoverTarget; } public function getFailoverTarget() { return $this->failoverTarget; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_SQLAdmin_MySqlReplicaConfiguration */ public function setMysqlReplicaConfiguration(Google_Service_SQLAdmin_MySqlReplicaConfiguration $mysqlReplicaConfiguration) { $this->mysqlReplicaConfiguration = $mysqlReplicaConfiguration; } /** * @return Google_Service_SQLAdmin_MySqlReplicaConfiguration */ public function getMysqlReplicaConfiguration() { return $this->mysqlReplicaConfiguration; } } PK* Z5\laamvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesRescheduleMaintenanceRequestBody.phpnu[reschedule = $reschedule; } /** * @return Google_Service_SQLAdmin_Reschedule */ public function getReschedule() { return $this->reschedule; } } PK* ZڀJvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Operation.phpnu[backupContext = $backupContext; } /** * @return Google_Service_SQLAdmin_BackupContext */ public function getBackupContext() { return $this->backupContext; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_SQLAdmin_OperationErrors */ public function setError(Google_Service_SQLAdmin_OperationErrors $error) { $this->error = $error; } /** * @return Google_Service_SQLAdmin_OperationErrors */ public function getError() { return $this->error; } /** * @param Google_Service_SQLAdmin_ExportContext */ public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext) { $this->exportContext = $exportContext; } /** * @return Google_Service_SQLAdmin_ExportContext */ public function getExportContext() { return $this->exportContext; } /** * @param Google_Service_SQLAdmin_ImportContext */ public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) { $this->importContext = $importContext; } /** * @return Google_Service_SQLAdmin_ImportContext */ public function getImportContext() { return $this->importContext; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setTargetProject($targetProject) { $this->targetProject = $targetProject; } public function getTargetProject() { return $this->targetProject; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } } PK* Z9!SIvendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.phpnu[expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZIWYvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlActiveDirectoryConfig.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZU}fvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterMySqlReplicaConfiguration.phpnu[caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setClientCertificate($clientCertificate) { $this->clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK* Z\O33Kvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Reschedule.phpnu[rescheduleType = $rescheduleType; } public function getRescheduleType() { return $this->rescheduleType; } public function setScheduleTime($scheduleTime) { $this->scheduleTime = $scheduleTime; } public function getScheduleTime() { return $this->scheduleTime; } } PK* ZgooWvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.phpnu[importContext = $importContext; } /** * @return Google_Service_SQLAdmin_ImportContext */ public function getImportContext() { return $this->importContext; } } PK* Z~ ~ Zvendor/google/apiclient-services/src/Google/Service/SQLAdmin/MySqlReplicaConfiguration.phpnu[caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setClientCertificate($clientCertificate) { $this->clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setConnectRetryInterval($connectRetryInterval) { $this->connectRetryInterval = $connectRetryInterval; } public function getConnectRetryInterval() { return $this->connectRetryInterval; } public function setDumpFilePath($dumpFilePath) { $this->dumpFilePath = $dumpFilePath; } public function getDumpFilePath() { return $this->dumpFilePath; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMasterHeartbeatPeriod($masterHeartbeatPeriod) { $this->masterHeartbeatPeriod = $masterHeartbeatPeriod; } public function getMasterHeartbeatPeriod() { return $this->masterHeartbeatPeriod; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setSslCipher($sslCipher) { $this->sslCipher = $sslCipher; } public function getSslCipher() { return $this->sslCipher; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } public function setVerifyServerCertificate($verifyServerCertificate) { $this->verifyServerCertificate = $verifyServerCertificate; } public function getVerifyServerCertificate() { return $this->verifyServerCertificate; } } PK* ZKWNvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertDetail.phpnu[certInfo = $certInfo; } /** * @return Google_Service_SQLAdmin_SslCert */ public function getCertInfo() { return $this->certInfo; } public function setCertPrivateKey($certPrivateKey) { $this->certPrivateKey = $certPrivateKey; } public function getCertPrivateKey() { return $this->certPrivateKey; } } PK* ZߋyyRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/UsersListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_User[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZkRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.phpnu[binLogFileName = $binLogFileName; } public function getBinLogFileName() { return $this->binLogFileName; } public function setBinLogPosition($binLogPosition) { $this->binLogPosition = $binLogPosition; } public function getBinLogPosition() { return $this->binLogPosition; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* Z>bb\vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlExternalSyncSettingError.phpnu[detail = $detail; } public function getDetail() { return $this->detail; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z q__Xvendor/google/apiclient-services/src/Google/Service/SQLAdmin/OnPremisesConfiguration.phpnu[caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setClientCertificate($clientCertificate) { $this->clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setDumpFilePath($dumpFilePath) { $this->dumpFilePath = $dumpFilePath; } public function getDumpFilePath() { return $this->dumpFilePath; } public function setHostPort($hostPort) { $this->hostPort = $hostPort; } public function getHostPort() { return $this->hostPort; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK* Z鵺܍Wvendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.phpnu[items = $items; } /** * @return Google_Service_SQLAdmin_Operation[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZNz))Wvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertResponse.phpnu[clientCert = $clientCert; } /** * @return Google_Service_SQLAdmin_SslCertDetail */ public function getClientCert() { return $this->clientCert; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_SQLAdmin_Operation */ public function setOperation(Google_Service_SQLAdmin_Operation $operation) { $this->operation = $operation; } /** * @return Google_Service_SQLAdmin_Operation */ public function getOperation() { return $this->operation; } /** * @param Google_Service_SQLAdmin_SslCert */ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert) { $this->serverCaCert = $serverCaCert; } /** * @return Google_Service_SQLAdmin_SslCert */ public function getServerCaCert() { return $this->serverCaCert; } } PK* Zkk^vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.phpnu[selectQuery = $selectQuery; } public function getSelectQuery() { return $this->selectQuery; } } PK* Z>Nvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupContext.phpnu[backupId = $backupId; } public function getBackupId() { return $this->backupId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK* ZS$NNXvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRetentionSettings.phpnu[retainedBackups = $retainedBackups; } public function getRetainedBackups() { return $this->retainedBackups; } public function setRetentionUnit($retentionUnit) { $this->retentionUnit = $retentionUnit; } public function getRetentionUnit() { return $this->retentionUnit; } } PK* ZK "S S Ivendor/google/apiclient-services/src/Google/Service/SQLAdmin/Settings.phpnu[activationPolicy = $activationPolicy; } public function getActivationPolicy() { return $this->activationPolicy; } /** * @param Google_Service_SQLAdmin_SqlActiveDirectoryConfig */ public function setActiveDirectoryConfig(Google_Service_SQLAdmin_SqlActiveDirectoryConfig $activeDirectoryConfig) { $this->activeDirectoryConfig = $activeDirectoryConfig; } /** * @return Google_Service_SQLAdmin_SqlActiveDirectoryConfig */ public function getActiveDirectoryConfig() { return $this->activeDirectoryConfig; } public function setAuthorizedGaeApplications($authorizedGaeApplications) { $this->authorizedGaeApplications = $authorizedGaeApplications; } public function getAuthorizedGaeApplications() { return $this->authorizedGaeApplications; } public function setAvailabilityType($availabilityType) { $this->availabilityType = $availabilityType; } public function getAvailabilityType() { return $this->availabilityType; } /** * @param Google_Service_SQLAdmin_BackupConfiguration */ public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration) { $this->backupConfiguration = $backupConfiguration; } /** * @return Google_Service_SQLAdmin_BackupConfiguration */ public function getBackupConfiguration() { return $this->backupConfiguration; } public function setCollation($collation) { $this->collation = $collation; } public function getCollation() { return $this->collation; } public function setCrashSafeReplicationEnabled($crashSafeReplicationEnabled) { $this->crashSafeReplicationEnabled = $crashSafeReplicationEnabled; } public function getCrashSafeReplicationEnabled() { return $this->crashSafeReplicationEnabled; } public function setDataDiskSizeGb($dataDiskSizeGb) { $this->dataDiskSizeGb = $dataDiskSizeGb; } public function getDataDiskSizeGb() { return $this->dataDiskSizeGb; } public function setDataDiskType($dataDiskType) { $this->dataDiskType = $dataDiskType; } public function getDataDiskType() { return $this->dataDiskType; } /** * @param Google_Service_SQLAdmin_DatabaseFlags[] */ public function setDatabaseFlags($databaseFlags) { $this->databaseFlags = $databaseFlags; } /** * @return Google_Service_SQLAdmin_DatabaseFlags[] */ public function getDatabaseFlags() { return $this->databaseFlags; } public function setDatabaseReplicationEnabled($databaseReplicationEnabled) { $this->databaseReplicationEnabled = $databaseReplicationEnabled; } public function getDatabaseReplicationEnabled() { return $this->databaseReplicationEnabled; } /** * @param Google_Service_SQLAdmin_DenyMaintenancePeriod[] */ public function setDenyMaintenancePeriods($denyMaintenancePeriods) { $this->denyMaintenancePeriods = $denyMaintenancePeriods; } /** * @return Google_Service_SQLAdmin_DenyMaintenancePeriod[] */ public function getDenyMaintenancePeriods() { return $this->denyMaintenancePeriods; } /** * @param Google_Service_SQLAdmin_InsightsConfig */ public function setInsightsConfig(Google_Service_SQLAdmin_InsightsConfig $insightsConfig) { $this->insightsConfig = $insightsConfig; } /** * @return Google_Service_SQLAdmin_InsightsConfig */ public function getInsightsConfig() { return $this->insightsConfig; } /** * @param Google_Service_SQLAdmin_IpConfiguration */ public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration) { $this->ipConfiguration = $ipConfiguration; } /** * @return Google_Service_SQLAdmin_IpConfiguration */ public function getIpConfiguration() { return $this->ipConfiguration; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_SQLAdmin_LocationPreference */ public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference) { $this->locationPreference = $locationPreference; } /** * @return Google_Service_SQLAdmin_LocationPreference */ public function getLocationPreference() { return $this->locationPreference; } /** * @param Google_Service_SQLAdmin_MaintenanceWindow */ public function setMaintenanceWindow(Google_Service_SQLAdmin_MaintenanceWindow $maintenanceWindow) { $this->maintenanceWindow = $maintenanceWindow; } /** * @return Google_Service_SQLAdmin_MaintenanceWindow */ public function getMaintenanceWindow() { return $this->maintenanceWindow; } public function setPricingPlan($pricingPlan) { $this->pricingPlan = $pricingPlan; } public function getPricingPlan() { return $this->pricingPlan; } public function setReplicationType($replicationType) { $this->replicationType = $replicationType; } public function getReplicationType() { return $this->replicationType; } public function setSettingsVersion($settingsVersion) { $this->settingsVersion = $settingsVersion; } public function getSettingsVersion() { return $this->settingsVersion; } public function setStorageAutoResize($storageAutoResize) { $this->storageAutoResize = $storageAutoResize; } public function getStorageAutoResize() { return $this->storageAutoResize; } public function setStorageAutoResizeLimit($storageAutoResizeLimit) { $this->storageAutoResizeLimit = $storageAutoResizeLimit; } public function getStorageAutoResizeLimit() { return $this->storageAutoResizeLimit; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } } PK* Z%  Hvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.phpnu[cert = $cert; } public function getCert() { return $this->cert; } public function setCertSerialNumber($certSerialNumber) { $this->certSerialNumber = $certSerialNumber; } public function getCertSerialNumber() { return $this->certSerialNumber; } public function setCommonName($commonName) { $this->commonName = $commonName; } public function getCommonName() { return $this->commonName; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSha1Fingerprint($sha1Fingerprint) { $this->sha1Fingerprint = $sha1Fingerprint; } public function getSha1Fingerprint() { return $this->sha1Fingerprint; } } PK* Zi ҿNvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseFlags.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZHd | |Cvendor/google/apiclient-services/src/Google/Service/ToolResults.phpnu[ * API to publish and access results from developer tools.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ToolResults extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects; public $projects_histories; public $projects_histories_executions; public $projects_histories_executions_clusters; public $projects_histories_executions_environments; public $projects_histories_executions_steps; public $projects_histories_executions_steps_perfMetricsSummary; public $projects_histories_executions_steps_perfSampleSeries; public $projects_histories_executions_steps_perfSampleSeries_samples; public $projects_histories_executions_steps_testCases; public $projects_histories_executions_steps_thumbnails; /** * Constructs the internal representation of the ToolResults service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://toolresults.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta3'; $this->serviceName = 'toolresults'; $this->projects = new Google_Service_ToolResults_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getSettings' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/settings', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'initializeSettings' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}:initializeSettings', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_histories = new Google_Service_ToolResults_Resource_ProjectsHistories( $this, $this->serviceName, 'histories', array( 'methods' => array( 'create' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filterByName' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_histories_executions = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutions( $this, $this->serviceName, 'executions', array( 'methods' => array( 'create' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_histories_executions_clusters = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsClusters( $this, $this->serviceName, 'clusters', array( 'methods' => array( 'get' => array( 'path' => 'toolresults/v1beta3/projects/{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' => 'toolresults/v1beta3/projects/{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_environments = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'get' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/environments/{environmentId}', '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, ), 'environmentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/environments', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_histories_executions_steps = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsSteps( $this, $this->serviceName, 'steps', array( 'methods' => array( 'accessibilityClusters' => array( 'path' => 'toolresults/v1beta3/{+name}:accessibilityClusters', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getPerfMetricsSummary' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetricsSummary', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'publishXunitXmlFiles' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}:publishXunitXmlFiles', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_histories_executions_steps_perfMetricsSummary = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfMetricsSummary( $this, $this->serviceName, 'perfMetricsSummary', array( 'methods' => array( 'create' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetricsSummary', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_histories_executions_steps_perfSampleSeries = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeries( $this, $this->serviceName, 'perfSampleSeries', array( 'methods' => array( 'create' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sampleSeriesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->projects_histories_executions_steps_perfSampleSeries_samples = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples( $this, $this->serviceName, 'samples', array( 'methods' => array( 'batchCreate' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sampleSeriesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sampleSeriesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_histories_executions_steps_testCases = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsTestCases( $this, $this->serviceName, 'testCases', array( 'methods' => array( 'get' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/testCases/{testCaseId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'testCaseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/testCases', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_histories_executions_steps_thumbnails = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsThumbnails( $this, $this->serviceName, 'thumbnails', array( 'methods' => array( 'list' => array( 'path' => 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/thumbnails', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK* ZPLvendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.phpnu[title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Z}IMvendor/google/apiclient-services/src/Google/Service/Calendar/EventCreator.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } } PK* Z;;Xvendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.phpnu[conferenceSolutionKey = $conferenceSolutionKey; } /** * @return Google_Service_Calendar_ConferenceSolutionKey */ public function getConferenceSolutionKey() { return $this->conferenceSolutionKey; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_Calendar_ConferenceRequestStatus */ public function setStatus(Google_Service_Calendar_ConferenceRequestStatus $status) { $this->status = $status; } /** * @return Google_Service_Calendar_ConferenceRequestStatus */ public function getStatus() { return $this->status; } } PK* Z{Pvendor/google/apiclient-services/src/Google/Service/Calendar/ColorDefinition.phpnu[background = $background; } public function getBackground() { return $this->background; } public function setForeground($foreground) { $this->foreground = $foreground; } public function getForeground() { return $this->foreground; } } PK* Zu22Vvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.phpnu[type = $type; } public function getType() { return $this->type; } } PK* Z|0 Gvendor/google/apiclient-services/src/Google/Service/Calendar/Events.phpnu[accessRole = $accessRole; } public function getAccessRole() { return $this->accessRole; } /** * @param Google_Service_Calendar_EventReminder[] */ public function setDefaultReminders($defaultReminders) { $this->defaultReminders = $defaultReminders; } /** * @return Google_Service_Calendar_EventReminder[] */ public function getDefaultReminders() { return $this->defaultReminders; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Calendar_Event[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Calendar_Event[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK* Z鵵Kvendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK* Z{  Pvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.phpnu[calendarExpansionMax = $calendarExpansionMax; } public function getCalendarExpansionMax() { return $this->calendarExpansionMax; } public function setGroupExpansionMax($groupExpansionMax) { $this->groupExpansionMax = $groupExpansionMax; } public function getGroupExpansionMax() { return $this->groupExpansionMax; } /** * @param Google_Service_Calendar_FreeBusyRequestItem[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Calendar_FreeBusyRequestItem[] */ public function getItems() { return $this->items; } public function setTimeMax($timeMax) { $this->timeMax = $timeMax; } public function getTimeMax() { return $this->timeMax; } public function setTimeMin($timeMin) { $this->timeMin = $timeMin; } public function getTimeMin() { return $this->timeMin; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK* Z"No_Hvendor/google/apiclient-services/src/Google/Service/Calendar/Setting.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Zy.%fvendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.phpnu[notifications = $notifications; } /** * @return Google_Service_Calendar_CalendarNotification[] */ public function getNotifications() { return $this->notifications; } } PK* Z[Rvendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.phpnu[accessRole = $accessRole; } public function getAccessRole() { return $this->accessRole; } public function setBackgroundColor($backgroundColor) { $this->backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setColorId($colorId) { $this->colorId = $colorId; } public function getColorId() { return $this->colorId; } /** * @param Google_Service_Calendar_ConferenceProperties */ public function setConferenceProperties(Google_Service_Calendar_ConferenceProperties $conferenceProperties) { $this->conferenceProperties = $conferenceProperties; } /** * @return Google_Service_Calendar_ConferenceProperties */ public function getConferenceProperties() { return $this->conferenceProperties; } /** * @param Google_Service_Calendar_EventReminder[] */ public function setDefaultReminders($defaultReminders) { $this->defaultReminders = $defaultReminders; } /** * @return Google_Service_Calendar_EventReminder[] */ public function getDefaultReminders() { return $this->defaultReminders; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setForegroundColor($foregroundColor) { $this->foregroundColor = $foregroundColor; } public function getForegroundColor() { return $this->foregroundColor; } public function setHidden($hidden) { $this->hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } /** * @param Google_Service_Calendar_CalendarListEntryNotificationSettings */ public function setNotificationSettings(Google_Service_Calendar_CalendarListEntryNotificationSettings $notificationSettings) { $this->notificationSettings = $notificationSettings; } /** * @return Google_Service_Calendar_CalendarListEntryNotificationSettings */ public function getNotificationSettings() { return $this->notificationSettings; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setSelected($selected) { $this->selected = $selected; } public function getSelected() { return $this->selected; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setSummaryOverride($summaryOverride) { $this->summaryOverride = $summaryOverride; } public function getSummaryOverride() { return $this->summaryOverride; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK* Z̋:Dvendor/google/apiclient-services/src/Google/Service/Calendar/Acl.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Calendar_AclRule[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Calendar_AclRule[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } } PK* Z>FFHvendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_Calendar_AclRuleScope */ public function setScope(Google_Service_Calendar_AclRuleScope $scope) { $this->scope = $scope; } /** * @return Google_Service_Calendar_AclRuleScope */ public function getScope() { return $this->scope; } } PK* Z0*zzQvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyResponse.phpnu[calendars = $calendars; } /** * @return Google_Service_Calendar_FreeBusyCalendar[] */ public function getCalendars() { return $this->calendars; } /** * @param Google_Service_Calendar_FreeBusyGroup[] */ public function setGroups($groups) { $this->groups = $groups; } /** * @return Google_Service_Calendar_FreeBusyGroup[] */ public function getGroups() { return $this->groups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTimeMax($timeMax) { $this->timeMax = $timeMax; } public function getTimeMax() { return $this->timeMax; } public function setTimeMin($timeMin) { $this->timeMin = $timeMin; } public function getTimeMin() { return $this->timeMin; } } PK* Zg Uvendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.phpnu[method = $method; } public function getMethod() { return $this->method; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z*Nvendor/google/apiclient-services/src/Google/Service/Calendar/EventReminder.phpnu[method = $method; } public function getMethod() { return $this->method; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } } PK* Z2j2jPvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Events.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $events = $calendarService->events; * */ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource { /** * Deletes an event. (events.delete) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $eventId Event identifier. * @param array $optParams Optional parameters. * * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. * * Whether to send notifications about the deletion of the event. Note that some * emails might still be sent even if you set the value to false. The default is * false. * @opt_param string sendUpdates Guests who should receive notifications about * the deletion of the event. */ public function delete($calendarId, $eventId, $optParams = array()) { $params = array('calendarId' => $calendarId, 'eventId' => $eventId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns an event. (events.get) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $eventId Event identifier. * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeEmail Deprecated and ignored. A value will * always be returned in the email field for the organizer, creator and * attendees, even if no real email address is available (i.e. a generated, non- * working value will be provided). * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param string timeZone Time zone used in the response. Optional. The * default is the time zone of the calendar. * @return Google_Service_Calendar_Event */ public function get($calendarId, $eventId, $optParams = array()) { $params = array('calendarId' => $calendarId, 'eventId' => $eventId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Calendar_Event"); } /** * Imports an event. This operation is used to add a private copy of an existing * event to a calendar. (events.import) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_Event $postBody * @param array $optParams Optional parameters. * * @opt_param int conferenceDataVersion Version number of conference data * supported by the API client. Version 0 assumes no conference data support and * ignores conference data in the event's body. Version 1 enables support for * copying of ConferenceData as well as for creating new conferences using the * createRequest field of conferenceData. The default is 0. * @opt_param bool supportsAttachments Whether API client performing operation * supports event attachments. Optional. The default is False. * @return Google_Service_Calendar_Event */ public function import($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_Calendar_Event"); } /** * Creates an event. (events.insert) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_Event $postBody * @param array $optParams Optional parameters. * * @opt_param int conferenceDataVersion Version number of conference data * supported by the API client. Version 0 assumes no conference data support and * ignores conference data in the event's body. Version 1 enables support for * copying of ConferenceData as well as for creating new conferences using the * createRequest field of conferenceData. The default is 0. * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. * * Whether to send notifications about the creation of the new event. Note that * some emails might still be sent even if you set the value to false. The * default is false. * @opt_param string sendUpdates Whether to send notifications about the * creation of the new event. Note that some emails might still be sent. The * default is false. * @opt_param bool supportsAttachments Whether API client performing operation * supports event attachments. Optional. The default is False. * @return Google_Service_Calendar_Event */ public function insert($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Calendar_Event"); } /** * Returns instances of the specified recurring event. (events.instances) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $eventId Recurring event identifier. * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeEmail Deprecated and ignored. A value will * always be returned in the email field for the organizer, creator and * attendees, even if no real email address is available (i.e. a generated, non- * working value will be provided). * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param int maxResults Maximum number of events returned on one result * page. By default the value is 250 events. The page size can never be larger * than 2500 events. Optional. * @opt_param string originalStart The original start time of the instance in * the result. Optional. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param bool showDeleted Whether to include deleted events (with status * equals "cancelled") in the result. Cancelled instances of recurring events * will still be included if singleEvents is False. Optional. The default is * False. * @opt_param string timeMax Upper bound (exclusive) for an event's start time * to filter by. Optional. The default is not to filter by start time. Must be * an RFC3339 timestamp with mandatory time zone offset. * @opt_param string timeMin Lower bound (inclusive) for an event's end time to * filter by. Optional. The default is not to filter by end time. Must be an * RFC3339 timestamp with mandatory time zone offset. * @opt_param string timeZone Time zone used in the response. Optional. The * default is the time zone of the calendar. * @return Google_Service_Calendar_Events */ public function instances($calendarId, $eventId, $optParams = array()) { $params = array('calendarId' => $calendarId, 'eventId' => $eventId); $params = array_merge($params, $optParams); return $this->call('instances', array($params), "Google_Service_Calendar_Events"); } /** * Returns events on the specified calendar. (events.listEvents) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeEmail Deprecated and ignored. A value will * always be returned in the email field for the organizer, creator and * attendees, even if no real email address is available (i.e. a generated, non- * working value will be provided). * @opt_param string iCalUID Specifies event ID in the iCalendar format to be * included in the response. Optional. * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param int maxResults Maximum number of events returned on one result * page. The number of events in the resulting page may be less than this value, * or none at all, even if there are more events matching the query. Incomplete * pages can be detected by a non-empty nextPageToken field in the response. By * default the value is 250 events. The page size can never be larger than 2500 * events. Optional. * @opt_param string orderBy The order of the events returned in the result. * Optional. The default is an unspecified, stable order. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param string privateExtendedProperty Extended properties constraint * specified as propertyName=value. Matches only private properties. This * parameter might be repeated multiple times to return events that match all * given constraints. * @opt_param string q Free text search terms to find events that match these * terms in any field, except for extended properties. Optional. * @opt_param string sharedExtendedProperty Extended properties constraint * specified as propertyName=value. Matches only shared properties. This * parameter might be repeated multiple times to return events that match all * given constraints. * @opt_param bool showDeleted Whether to include deleted events (with status * equals "cancelled") in the result. Cancelled instances of recurring events * (but not the underlying recurring event) will still be included if * showDeleted and singleEvents are both False. If showDeleted and singleEvents * are both True, only single instances of deleted events (but not the * underlying recurring events) are returned. Optional. The default is False. * @opt_param bool showHiddenInvitations Whether to include hidden invitations * in the result. Optional. The default is False. * @opt_param bool singleEvents Whether to expand recurring events into * instances and only return single one-off events and instances of recurring * events, but not the underlying recurring events themselves. Optional. The * default is False. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. All events deleted since the previous list request will always be in * the result set and it is not allowed to set showDeleted to False. There are * several query parameters that cannot be specified together with nextSyncToken * to ensure consistency of the client state. * * These are: - iCalUID - orderBy - privateExtendedProperty - q - * sharedExtendedProperty - timeMin - timeMax - updatedMin If the syncToken * expires, the server will respond with a 410 GONE response code and the client * should clear its storage and perform a full synchronization without any * syncToken. Learn more about incremental synchronization. Optional. The * default is to return all entries. * @opt_param string timeMax Upper bound (exclusive) for an event's start time * to filter by. Optional. The default is not to filter by start time. Must be * an RFC3339 timestamp with mandatory time zone offset, for example, * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided * but are ignored. If timeMin is set, timeMax must be greater than timeMin. * @opt_param string timeMin Lower bound (exclusive) for an event's end time to * filter by. Optional. The default is not to filter by end time. Must be an * RFC3339 timestamp with mandatory time zone offset, for example, * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided * but are ignored. If timeMax is set, timeMin must be smaller than timeMax. * @opt_param string timeZone Time zone used in the response. Optional. The * default is the time zone of the calendar. * @opt_param string updatedMin Lower bound for an event's last modification * time (as a RFC3339 timestamp) to filter by. When specified, entries deleted * since this time will always be included regardless of showDeleted. Optional. * The default is not to filter by last modification time. * @return Google_Service_Calendar_Events */ public function listEvents($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Calendar_Events"); } /** * Moves an event to another calendar, i.e. changes an event's organizer. * (events.move) * * @param string $calendarId Calendar identifier of the source calendar where * the event currently is on. * @param string $eventId Event identifier. * @param string $destination Calendar identifier of the target calendar where * the event is to be moved to. * @param array $optParams Optional parameters. * * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. * * Whether to send notifications about the change of the event's organizer. Note * that some emails might still be sent even if you set the value to false. The * default is false. * @opt_param string sendUpdates Guests who should receive notifications about * the change of the event's organizer. * @return Google_Service_Calendar_Event */ public function move($calendarId, $eventId, $destination, $optParams = array()) { $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Calendar_Event"); } /** * Updates an event. This method supports patch semantics. (events.patch) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $eventId Event identifier. * @param Google_Service_Calendar_Event $postBody * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeEmail Deprecated and ignored. A value will * always be returned in the email field for the organizer, creator and * attendees, even if no real email address is available (i.e. a generated, non- * working value will be provided). * @opt_param int conferenceDataVersion Version number of conference data * supported by the API client. Version 0 assumes no conference data support and * ignores conference data in the event's body. Version 1 enables support for * copying of ConferenceData as well as for creating new conferences using the * createRequest field of conferenceData. The default is 0. * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. * * Whether to send notifications about the event update (for example, * description changes, etc.). Note that some emails might still be sent even if * you set the value to false. The default is false. * @opt_param string sendUpdates Guests who should receive notifications about * the event update (for example, title changes, etc.). * @opt_param bool supportsAttachments Whether API client performing operation * supports event attachments. Optional. The default is False. * @return Google_Service_Calendar_Event */ public function patch($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Calendar_Event"); } /** * Creates an event based on a simple text string. (events.quickAdd) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $text The text describing the event to be created. * @param array $optParams Optional parameters. * * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. * * Whether to send notifications about the creation of the event. Note that some * emails might still be sent even if you set the value to false. The default is * false. * @opt_param string sendUpdates Guests who should receive notifications about * the creation of the new event. * @return Google_Service_Calendar_Event */ public function quickAdd($calendarId, $text, $optParams = array()) { $params = array('calendarId' => $calendarId, 'text' => $text); $params = array_merge($params, $optParams); return $this->call('quickAdd', array($params), "Google_Service_Calendar_Event"); } /** * Updates an event. (events.update) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $eventId Event identifier. * @param Google_Service_Calendar_Event $postBody * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeEmail Deprecated and ignored. A value will * always be returned in the email field for the organizer, creator and * attendees, even if no real email address is available (i.e. a generated, non- * working value will be provided). * @opt_param int conferenceDataVersion Version number of conference data * supported by the API client. Version 0 assumes no conference data support and * ignores conference data in the event's body. Version 1 enables support for * copying of ConferenceData as well as for creating new conferences using the * createRequest field of conferenceData. The default is 0. * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. * * Whether to send notifications about the event update (for example, * description changes, etc.). Note that some emails might still be sent even if * you set the value to false. The default is false. * @opt_param string sendUpdates Guests who should receive notifications about * the event update (for example, title changes, etc.). * @opt_param bool supportsAttachments Whether API client performing operation * supports event attachments. Optional. The default is False. * @return Google_Service_Calendar_Event */ public function update($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Calendar_Event"); } /** * Watch for changes to Events resources. (events.watch) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param bool alwaysIncludeEmail Deprecated and ignored. A value will * always be returned in the email field for the organizer, creator and * attendees, even if no real email address is available (i.e. a generated, non- * working value will be provided). * @opt_param string iCalUID Specifies event ID in the iCalendar format to be * included in the response. Optional. * @opt_param int maxAttendees The maximum number of attendees to include in the * response. If there are more than the specified number of attendees, only the * participant is returned. Optional. * @opt_param int maxResults Maximum number of events returned on one result * page. The number of events in the resulting page may be less than this value, * or none at all, even if there are more events matching the query. Incomplete * pages can be detected by a non-empty nextPageToken field in the response. By * default the value is 250 events. The page size can never be larger than 2500 * events. Optional. * @opt_param string orderBy The order of the events returned in the result. * Optional. The default is an unspecified, stable order. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param string privateExtendedProperty Extended properties constraint * specified as propertyName=value. Matches only private properties. This * parameter might be repeated multiple times to return events that match all * given constraints. * @opt_param string q Free text search terms to find events that match these * terms in any field, except for extended properties. Optional. * @opt_param string sharedExtendedProperty Extended properties constraint * specified as propertyName=value. Matches only shared properties. This * parameter might be repeated multiple times to return events that match all * given constraints. * @opt_param bool showDeleted Whether to include deleted events (with status * equals "cancelled") in the result. Cancelled instances of recurring events * (but not the underlying recurring event) will still be included if * showDeleted and singleEvents are both False. If showDeleted and singleEvents * are both True, only single instances of deleted events (but not the * underlying recurring events) are returned. Optional. The default is False. * @opt_param bool showHiddenInvitations Whether to include hidden invitations * in the result. Optional. The default is False. * @opt_param bool singleEvents Whether to expand recurring events into * instances and only return single one-off events and instances of recurring * events, but not the underlying recurring events themselves. Optional. The * default is False. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. All events deleted since the previous list request will always be in * the result set and it is not allowed to set showDeleted to False. There are * several query parameters that cannot be specified together with nextSyncToken * to ensure consistency of the client state. * * These are: - iCalUID - orderBy - privateExtendedProperty - q - * sharedExtendedProperty - timeMin - timeMax - updatedMin If the syncToken * expires, the server will respond with a 410 GONE response code and the client * should clear its storage and perform a full synchronization without any * syncToken. Learn more about incremental synchronization. Optional. The * default is to return all entries. * @opt_param string timeMax Upper bound (exclusive) for an event's start time * to filter by. Optional. The default is not to filter by start time. Must be * an RFC3339 timestamp with mandatory time zone offset, for example, * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided * but are ignored. If timeMin is set, timeMax must be greater than timeMin. * @opt_param string timeMin Lower bound (exclusive) for an event's end time to * filter by. Optional. The default is not to filter by end time. Must be an * RFC3339 timestamp with mandatory time zone offset, for example, * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided * but are ignored. If timeMax is set, timeMin must be smaller than timeMax. * @opt_param string timeZone Time zone used in the response. Optional. The * default is the time zone of the calendar. * @opt_param string updatedMin Lower bound for an event's last modification * time (as a RFC3339 timestamp) to filter by. When specified, entries deleted * since this time will always be included regardless of showDeleted. Optional. * The default is not to filter by last modification time. * @return Google_Service_Calendar_Channel */ public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); } } PK* ZgR##Mvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $acl = $calendarService->acl; * */ class Google_Service_Calendar_Resource_Acl extends Google_Service_Resource { /** * Deletes an access control rule. (acl.delete) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $ruleId ACL rule identifier. * @param array $optParams Optional parameters. */ public function delete($calendarId, $ruleId, $optParams = array()) { $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns an access control rule. (acl.get) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $ruleId ACL rule identifier. * @param array $optParams Optional parameters. * @return Google_Service_Calendar_AclRule */ public function get($calendarId, $ruleId, $optParams = array()) { $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Calendar_AclRule"); } /** * Creates an access control rule. (acl.insert) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_AclRule $postBody * @param array $optParams Optional parameters. * * @opt_param bool sendNotifications Whether to send notifications about the * calendar sharing change. Optional. The default is True. * @return Google_Service_Calendar_AclRule */ public function insert($calendarId, Google_Service_Calendar_AclRule $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Calendar_AclRule"); } /** * Returns the rules in the access control list for the calendar. (acl.listAcl) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of entries returned on one result * page. By default the value is 100 entries. The page size can never be larger * than 250 entries. Optional. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param bool showDeleted Whether to include deleted ACLs in the result. * Deleted ACLs are represented by role equal to "none". Deleted ACLs will * always be included if syncToken is provided. Optional. The default is False. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. All entries deleted since the previous list request will always be in * the result set and it is not allowed to set showDeleted to False. If the * syncToken expires, the server will respond with a 410 GONE response code and * the client should clear its storage and perform a full synchronization * without any syncToken. Learn more about incremental synchronization. * Optional. The default is to return all entries. * @return Google_Service_Calendar_Acl */ public function listAcl($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Calendar_Acl"); } /** * Updates an access control rule. This method supports patch semantics. * (acl.patch) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $ruleId ACL rule identifier. * @param Google_Service_Calendar_AclRule $postBody * @param array $optParams Optional parameters. * * @opt_param bool sendNotifications Whether to send notifications about the * calendar sharing change. Note that there are no notifications on access * removal. Optional. The default is True. * @return Google_Service_Calendar_AclRule */ public function patch($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Calendar_AclRule"); } /** * Updates an access control rule. (acl.update) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param string $ruleId ACL rule identifier. * @param Google_Service_Calendar_AclRule $postBody * @param array $optParams Optional parameters. * * @opt_param bool sendNotifications Whether to send notifications about the * calendar sharing change. Note that there are no notifications on access * removal. Optional. The default is True. * @return Google_Service_Calendar_AclRule */ public function update($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Calendar_AclRule"); } /** * Watch for changes to ACL resources. (acl.watch) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of entries returned on one result * page. By default the value is 100 entries. The page size can never be larger * than 250 entries. Optional. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param bool showDeleted Whether to include deleted ACLs in the result. * Deleted ACLs are represented by role equal to "none". Deleted ACLs will * always be included if syncToken is provided. Optional. The default is False. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. All entries deleted since the previous list request will always be in * the result set and it is not allowed to set showDeleted to False. If the * syncToken expires, the server will respond with a 410 GONE response code and * the client should clear its storage and perform a full synchronization * without any syncToken. Learn more about incremental synchronization. * Optional. The default is to return all entries. * @return Google_Service_Calendar_Channel */ public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); } } PK* ZdRvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Channels.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $channels = $calendarService->channels; * */ class Google_Service_Calendar_Resource_Channels extends Google_Service_Resource { /** * Stop watching resources through this channel (channels.stop) * * @param Google_Service_Calendar_Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Google_Service_Calendar_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } } PK* ZxRvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Freebusy.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $freebusy = $calendarService->freebusy; * */ class Google_Service_Calendar_Resource_Freebusy extends Google_Service_Resource { /** * Returns free/busy information for a set of calendars. (freebusy.query) * * @param Google_Service_Calendar_FreeBusyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Calendar_FreeBusyResponse */ public function query(Google_Service_Calendar_FreeBusyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_Calendar_FreeBusyResponse"); } } PK* Z]Pvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Colors.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $colors = $calendarService->colors; * */ class Google_Service_Calendar_Resource_Colors extends Google_Service_Resource { /** * Returns the color definitions for calendars and events. (colors.get) * * @param array $optParams Optional parameters. * @return Google_Service_Calendar_Colors */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Calendar_Colors"); } } PK* Z45%5%Vvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/CalendarList.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $calendarList = $calendarService->calendarList; * */ class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resource { /** * Removes a calendar from the user's calendar list. (calendarList.delete) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. */ public function delete($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns a calendar from the user's calendar list. (calendarList.get) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. * @return Google_Service_Calendar_CalendarListEntry */ public function get($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Calendar_CalendarListEntry"); } /** * Inserts an existing calendar into the user's calendar list. * (calendarList.insert) * * @param Google_Service_Calendar_CalendarListEntry $postBody * @param array $optParams Optional parameters. * * @opt_param bool colorRgbFormat Whether to use the foregroundColor and * backgroundColor fields to write the calendar colors (RGB). If this feature is * used, the index-based colorId field will be set to the best matching option * automatically. Optional. The default is False. * @return Google_Service_Calendar_CalendarListEntry */ public function insert(Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Calendar_CalendarListEntry"); } /** * Returns the calendars on the user's calendar list. * (calendarList.listCalendarList) * * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of entries returned on one result * page. By default the value is 100 entries. The page size can never be larger * than 250 entries. Optional. * @opt_param string minAccessRole The minimum access role for the user in the * returned entries. Optional. The default is no restriction. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param bool showDeleted Whether to include deleted calendar list entries * in the result. Optional. The default is False. * @opt_param bool showHidden Whether to show hidden entries. Optional. The * default is False. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. If only read-only fields such as calendar properties or ACLs have * changed, the entry won't be returned. All entries deleted and hidden since * the previous list request will always be in the result set and it is not * allowed to set showDeleted neither showHidden to False. To ensure client * state consistency minAccessRole query parameter cannot be specified together * with nextSyncToken. If the syncToken expires, the server will respond with a * 410 GONE response code and the client should clear its storage and perform a * full synchronization without any syncToken. Learn more about incremental * synchronization. Optional. The default is to return all entries. * @return Google_Service_Calendar_CalendarList */ public function listCalendarList($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Calendar_CalendarList"); } /** * Updates an existing calendar on the user's calendar list. This method * supports patch semantics. (calendarList.patch) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_CalendarListEntry $postBody * @param array $optParams Optional parameters. * * @opt_param bool colorRgbFormat Whether to use the foregroundColor and * backgroundColor fields to write the calendar colors (RGB). If this feature is * used, the index-based colorId field will be set to the best matching option * automatically. Optional. The default is False. * @return Google_Service_Calendar_CalendarListEntry */ public function patch($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Calendar_CalendarListEntry"); } /** * Updates an existing calendar on the user's calendar list. * (calendarList.update) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_CalendarListEntry $postBody * @param array $optParams Optional parameters. * * @opt_param bool colorRgbFormat Whether to use the foregroundColor and * backgroundColor fields to write the calendar colors (RGB). If this feature is * used, the index-based colorId field will be set to the best matching option * automatically. Optional. The default is False. * @return Google_Service_Calendar_CalendarListEntry */ public function update($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Calendar_CalendarListEntry"); } /** * Watch for changes to CalendarList resources. (calendarList.watch) * * @param Google_Service_Calendar_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of entries returned on one result * page. By default the value is 100 entries. The page size can never be larger * than 250 entries. Optional. * @opt_param string minAccessRole The minimum access role for the user in the * returned entries. Optional. The default is no restriction. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param bool showDeleted Whether to include deleted calendar list entries * in the result. Optional. The default is False. * @opt_param bool showHidden Whether to show hidden entries. Optional. The * default is False. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. If only read-only fields such as calendar properties or ACLs have * changed, the entry won't be returned. All entries deleted and hidden since * the previous list request will always be in the result set and it is not * allowed to set showDeleted neither showHidden to False. To ensure client * state consistency minAccessRole query parameter cannot be specified together * with nextSyncToken. If the syncToken expires, the server will respond with a * 410 GONE response code and the client should clear its storage and perform a * full synchronization without any syncToken. Learn more about incremental * synchronization. Optional. The default is to return all entries. * @return Google_Service_Calendar_Channel */ public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); } } PK* ZR"Svendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Calendars.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $calendars = $calendarService->calendars; * */ class Google_Service_Calendar_Resource_Calendars extends Google_Service_Resource { /** * Clears a primary calendar. This operation deletes all events associated with * the primary calendar of an account. (calendars.clear) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. */ public function clear($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('clear', array($params)); } /** * Deletes a secondary calendar. Use calendars.clear for clearing all events on * primary calendars. (calendars.delete) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. */ public function delete($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns metadata for a calendar. (calendars.get) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param array $optParams Optional parameters. * @return Google_Service_Calendar_Calendar */ public function get($calendarId, $optParams = array()) { $params = array('calendarId' => $calendarId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Calendar_Calendar"); } /** * Creates a secondary calendar. (calendars.insert) * * @param Google_Service_Calendar_Calendar $postBody * @param array $optParams Optional parameters. * @return Google_Service_Calendar_Calendar */ public function insert(Google_Service_Calendar_Calendar $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Calendar_Calendar"); } /** * Updates metadata for a calendar. This method supports patch semantics. * (calendars.patch) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_Calendar $postBody * @param array $optParams Optional parameters. * @return Google_Service_Calendar_Calendar */ public function patch($calendarId, Google_Service_Calendar_Calendar $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Calendar_Calendar"); } /** * Updates metadata for a calendar. (calendars.update) * * @param string $calendarId Calendar identifier. To retrieve calendar IDs call * the calendarList.list method. If you want to access the primary calendar of * the currently logged in user, use the "primary" keyword. * @param Google_Service_Calendar_Calendar $postBody * @param array $optParams Optional parameters. * @return Google_Service_Calendar_Calendar */ public function update($calendarId, Google_Service_Calendar_Calendar $postBody, $optParams = array()) { $params = array('calendarId' => $calendarId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Calendar_Calendar"); } } PK* ZakMMRvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Settings.phpnu[ * $calendarService = new Google_Service_Calendar(...); * $settings = $calendarService->settings; * */ class Google_Service_Calendar_Resource_Settings extends Google_Service_Resource { /** * Returns a single user setting. (settings.get) * * @param string $setting The id of the user setting. * @param array $optParams Optional parameters. * @return Google_Service_Calendar_Setting */ public function get($setting, $optParams = array()) { $params = array('setting' => $setting); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Calendar_Setting"); } /** * Returns all user settings for the authenticated user. (settings.listSettings) * * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of entries returned on one result * page. By default the value is 100 entries. The page size can never be larger * than 250 entries. Optional. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. If the syncToken expires, the server will respond with a 410 GONE * response code and the client should clear its storage and perform a full * synchronization without any syncToken. Learn more about incremental * synchronization. Optional. The default is to return all entries. * @return Google_Service_Calendar_Settings */ public function listSettings($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Calendar_Settings"); } /** * Watch for changes to Settings resources. (settings.watch) * * @param Google_Service_Calendar_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of entries returned on one result * page. By default the value is 100 entries. The page size can never be larger * than 250 entries. Optional. * @opt_param string pageToken Token specifying which result page to return. * Optional. * @opt_param string syncToken Token obtained from the nextSyncToken field * returned on the last page of results from the previous list request. It makes * the result of this list request contain only entries that have changed since * then. If the syncToken expires, the server will respond with a 410 GONE * response code and the client should clear its storage and perform a full * synchronization without any syncToken. Learn more about incremental * synchronization. Optional. The default is to return all entries. * @return Google_Service_Calendar_Channel */ public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); } } PK* ZhJOvendor/google/apiclient-services/src/Google/Service/Calendar/EventReminders.phpnu[overrides = $overrides; } /** * @return Google_Service_Calendar_EventReminder[] */ public function getOverrides() { return $this->overrides; } public function setUseDefault($useDefault) { $this->useDefault = $useDefault; } public function getUseDefault() { return $this->useDefault; } } PK* Zk=Ovendor/google/apiclient-services/src/Google/Service/Calendar/EventOrganizer.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } } PK* Z llSvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.phpnu[iconUri = $iconUri; } public function getIconUri() { return $this->iconUri; } /** * @param Google_Service_Calendar_ConferenceSolutionKey */ public function setKey(Google_Service_Calendar_ConferenceSolutionKey $key) { $this->key = $key; } /** * @return Google_Service_Calendar_ConferenceSolutionKey */ public function getKey() { return $this->key; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Z|l\ \ Nvendor/google/apiclient-services/src/Google/Service/Calendar/EventAttendee.phpnu[additionalGuests = $additionalGuests; } public function getAdditionalGuests() { return $this->additionalGuests; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } public function setOrganizer($organizer) { $this->organizer = $organizer; } public function getOrganizer() { return $this->organizer; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setResponseStatus($responseStatus) { $this->responseStatus = $responseStatus; } public function getResponseStatus() { return $this->responseStatus; } public function setSelf($self) { $this->self = $self; } public function getSelf() { return $this->self; } } PK* Z:lzu5 5 Ovendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.phpnu[conferenceId = $conferenceId; } public function getConferenceId() { return $this->conferenceId; } /** * @param Google_Service_Calendar_ConferenceSolution */ public function setConferenceSolution(Google_Service_Calendar_ConferenceSolution $conferenceSolution) { $this->conferenceSolution = $conferenceSolution; } /** * @return Google_Service_Calendar_ConferenceSolution */ public function getConferenceSolution() { return $this->conferenceSolution; } /** * @param Google_Service_Calendar_CreateConferenceRequest */ public function setCreateRequest(Google_Service_Calendar_CreateConferenceRequest $createRequest) { $this->createRequest = $createRequest; } /** * @return Google_Service_Calendar_CreateConferenceRequest */ public function getCreateRequest() { return $this->createRequest; } /** * @param Google_Service_Calendar_EntryPoint[] */ public function setEntryPoints($entryPoints) { $this->entryPoints = $entryPoints; } /** * @return Google_Service_Calendar_EntryPoint[] */ public function getEntryPoints() { return $this->entryPoints; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_Calendar_ConferenceParameters */ public function setParameters(Google_Service_Calendar_ConferenceParameters $parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Calendar_ConferenceParameters */ public function getParameters() { return $this->parameters; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK* ZPvendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.phpnu[fileId = $fileId; } public function getFileId() { return $this->fileId; } public function setFileUrl($fileUrl) { $this->fileUrl = $fileUrl; } public function getFileUrl() { return $this->fileUrl; } public function setIconLink($iconLink) { $this->iconLink = $iconLink; } public function getIconLink() { return $this->iconLink; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK* Z[:wQvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.phpnu[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; } } PK* Z۲8""Tvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.phpnu[id = $id; } public function getId() { return $this->id; } } PK* Z3Fvendor/google/apiclient-services/src/Google/Service/Calendar/Error.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK* Z&~Hvendor/google/apiclient-services/src/Google/Service/Calendar/Channel.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z Mvendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZxUGvendor/google/apiclient-services/src/Google/Service/Calendar/Colors.phpnu[calendar = $calendar; } /** * @return Google_Service_Calendar_ColorDefinition[] */ public function getCalendar() { return $this->calendar; } /** * @param Google_Service_Calendar_ColorDefinition[] */ public function setEvent($event) { $this->event = $event; } /** * @return Google_Service_Calendar_ColorDefinition[] */ public function getEvent() { return $this->event; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK* ZzMvendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Calendar_CalendarListEntry[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Calendar_CalendarListEntry[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } } PK* Z!djjdvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParametersAddOnParameters.phpnu[parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK* ZňLvendor/google/apiclient-services/src/Google/Service/Calendar/EventGadget.phpnu[display = $display; } public function getDisplay() { return $this->display; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setIconLink($iconLink) { $this->iconLink = $iconLink; } public function getIconLink() { return $this->iconLink; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setPreferences($preferences) { $this->preferences = $preferences; } public function getPreferences() { return $this->preferences; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK* ZUvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.phpnu[addOnParameters = $addOnParameters; } /** * @return Google_Service_Calendar_ConferenceParametersAddOnParameters */ public function getAddOnParameters() { return $this->addOnParameters; } } PK* Z S^^Xvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.phpnu[statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } } PK* Z-Ve,,Uvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.phpnu[allowedConferenceSolutionTypes = $allowedConferenceSolutionTypes; } public function getAllowedConferenceSolutionTypes() { return $this->allowedConferenceSolutionTypes; } } PK* ZHg Kvendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.phpnu[accessCode = $accessCode; } public function getAccessCode() { return $this->accessCode; } public function setEntryPointFeatures($entryPointFeatures) { $this->entryPointFeatures = $entryPointFeatures; } public function getEntryPointFeatures() { return $this->entryPointFeatures; } public function setEntryPointType($entryPointType) { $this->entryPointType = $entryPointType; } public function getEntryPointType() { return $this->entryPointType; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setMeetingCode($meetingCode) { $this->meetingCode = $meetingCode; } public function getMeetingCode() { return $this->meetingCode; } public function setPasscode($passcode) { $this->passcode = $passcode; } public function getPasscode() { return $this->passcode; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPin($pin) { $this->pin = $pin; } public function getPin() { return $this->pin; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK* ZH~~Nvendor/google/apiclient-services/src/Google/Service/Calendar/EventDateTime.phpnu[date = $date; } public function getDate() { return $this->date; } public function setDateTime($dateTime) { $this->dateTime = $dateTime; } public function getDateTime() { return $this->dateTime; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK* Z%%Nvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.phpnu[calendars = $calendars; } public function getCalendars() { return $this->calendars; } /** * @param Google_Service_Calendar_Error[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Calendar_Error[] */ public function getErrors() { return $this->errors; } } PK* Z?  Ivendor/google/apiclient-services/src/Google/Service/Calendar/Calendar.phpnu[conferenceProperties = $conferenceProperties; } /** * @return Google_Service_Calendar_ConferenceProperties */ public function getConferenceProperties() { return $this->conferenceProperties; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK* Z)\Ivendor/google/apiclient-services/src/Google/Service/Calendar/Settings.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Calendar_Setting[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Calendar_Setting[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } } PK* Za**Fvendor/google/apiclient-services/src/Google/Service/Calendar/Event.phpnu[anyoneCanAddSelf = $anyoneCanAddSelf; } public function getAnyoneCanAddSelf() { return $this->anyoneCanAddSelf; } /** * @param Google_Service_Calendar_EventAttachment[] */ public function setAttachments($attachments) { $this->attachments = $attachments; } /** * @return Google_Service_Calendar_EventAttachment[] */ public function getAttachments() { return $this->attachments; } /** * @param Google_Service_Calendar_EventAttendee[] */ public function setAttendees($attendees) { $this->attendees = $attendees; } /** * @return Google_Service_Calendar_EventAttendee[] */ public function getAttendees() { return $this->attendees; } public function setAttendeesOmitted($attendeesOmitted) { $this->attendeesOmitted = $attendeesOmitted; } public function getAttendeesOmitted() { return $this->attendeesOmitted; } public function setColorId($colorId) { $this->colorId = $colorId; } public function getColorId() { return $this->colorId; } /** * @param Google_Service_Calendar_ConferenceData */ public function setConferenceData(Google_Service_Calendar_ConferenceData $conferenceData) { $this->conferenceData = $conferenceData; } /** * @return Google_Service_Calendar_ConferenceData */ public function getConferenceData() { return $this->conferenceData; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Calendar_EventCreator */ public function setCreator(Google_Service_Calendar_EventCreator $creator) { $this->creator = $creator; } /** * @return Google_Service_Calendar_EventCreator */ public function getCreator() { return $this->creator; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Calendar_EventDateTime */ public function setEnd(Google_Service_Calendar_EventDateTime $end) { $this->end = $end; } /** * @return Google_Service_Calendar_EventDateTime */ public function getEnd() { return $this->end; } public function setEndTimeUnspecified($endTimeUnspecified) { $this->endTimeUnspecified = $endTimeUnspecified; } public function getEndTimeUnspecified() { return $this->endTimeUnspecified; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } /** * @param Google_Service_Calendar_EventExtendedProperties */ public function setExtendedProperties(Google_Service_Calendar_EventExtendedProperties $extendedProperties) { $this->extendedProperties = $extendedProperties; } /** * @return Google_Service_Calendar_EventExtendedProperties */ public function getExtendedProperties() { return $this->extendedProperties; } /** * @param Google_Service_Calendar_EventGadget */ public function setGadget(Google_Service_Calendar_EventGadget $gadget) { $this->gadget = $gadget; } /** * @return Google_Service_Calendar_EventGadget */ public function getGadget() { return $this->gadget; } public function setGuestsCanInviteOthers($guestsCanInviteOthers) { $this->guestsCanInviteOthers = $guestsCanInviteOthers; } public function getGuestsCanInviteOthers() { return $this->guestsCanInviteOthers; } public function setGuestsCanModify($guestsCanModify) { $this->guestsCanModify = $guestsCanModify; } public function getGuestsCanModify() { return $this->guestsCanModify; } public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests) { $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests; } public function getGuestsCanSeeOtherGuests() { return $this->guestsCanSeeOtherGuests; } public function setHangoutLink($hangoutLink) { $this->hangoutLink = $hangoutLink; } public function getHangoutLink() { return $this->hangoutLink; } public function setHtmlLink($htmlLink) { $this->htmlLink = $htmlLink; } public function getHtmlLink() { return $this->htmlLink; } public function setICalUID($iCalUID) { $this->iCalUID = $iCalUID; } public function getICalUID() { return $this->iCalUID; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocked($locked) { $this->locked = $locked; } public function getLocked() { return $this->locked; } /** * @param Google_Service_Calendar_EventOrganizer */ public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer) { $this->organizer = $organizer; } /** * @return Google_Service_Calendar_EventOrganizer */ public function getOrganizer() { return $this->organizer; } /** * @param Google_Service_Calendar_EventDateTime */ public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $originalStartTime) { $this->originalStartTime = $originalStartTime; } /** * @return Google_Service_Calendar_EventDateTime */ public function getOriginalStartTime() { return $this->originalStartTime; } public function setPrivateCopy($privateCopy) { $this->privateCopy = $privateCopy; } public function getPrivateCopy() { return $this->privateCopy; } public function setRecurrence($recurrence) { $this->recurrence = $recurrence; } public function getRecurrence() { return $this->recurrence; } public function setRecurringEventId($recurringEventId) { $this->recurringEventId = $recurringEventId; } public function getRecurringEventId() { return $this->recurringEventId; } /** * @param Google_Service_Calendar_EventReminders */ public function setReminders(Google_Service_Calendar_EventReminders $reminders) { $this->reminders = $reminders; } /** * @return Google_Service_Calendar_EventReminders */ public function getReminders() { return $this->reminders; } public function setSequence($sequence) { $this->sequence = $sequence; } public function getSequence() { return $this->sequence; } /** * @param Google_Service_Calendar_EventSource */ public function setSource(Google_Service_Calendar_EventSource $source) { $this->source = $source; } /** * @return Google_Service_Calendar_EventSource */ public function getSource() { return $this->source; } /** * @param Google_Service_Calendar_EventDateTime */ public function setStart(Google_Service_Calendar_EventDateTime $start) { $this->start = $start; } /** * @return Google_Service_Calendar_EventDateTime */ public function getStart() { return $this->start; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setTransparency($transparency) { $this->transparency = $transparency; } public function getTransparency() { return $this->transparency; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK* ZEXvendor/google/apiclient-services/src/Google/Service/Calendar/EventExtendedProperties.phpnu[private = $private; } public function getPrivate() { return $this->private; } public function setShared($shared) { $this->shared = $shared; } public function getShared() { return $this->shared; } } PK* Z-tU Lvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.phpnu[ * Supplies a Remote Execution API service for tools such as bazel.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_RemoteBuildExecution extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $actionResults; public $actions; public $blobs; public $operations; public $v2; /** * Constructs the internal representation of the RemoteBuildExecution service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://remotebuildexecution.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'remotebuildexecution'; $this->actionResults = new Google_Service_RemoteBuildExecution_Resource_ActionResults( $this, $this->serviceName, 'actionResults', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}', 'httpMethod' => 'GET', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hash' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sizeBytes' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'inlineOutputFiles' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'inlineStderr' => array( 'location' => 'query', 'type' => 'boolean', ), 'inlineStdout' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}', 'httpMethod' => 'PUT', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hash' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sizeBytes' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resultsCachePolicy.priority' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->actions = new Google_Service_RemoteBuildExecution_Resource_Actions( $this, $this->serviceName, 'actions', array( 'methods' => array( 'execute' => array( 'path' => 'v2/{+instanceName}/actions:execute', 'httpMethod' => 'POST', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->blobs = new Google_Service_RemoteBuildExecution_Resource_Blobs( $this, $this->serviceName, 'blobs', array( 'methods' => array( 'batchRead' => array( 'path' => 'v2/{+instanceName}/blobs:batchRead', 'httpMethod' => 'POST', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchUpdate' => array( 'path' => 'v2/{+instanceName}/blobs:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'findMissing' => array( 'path' => 'v2/{+instanceName}/blobs:findMissing', 'httpMethod' => 'POST', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getTree' => array( 'path' => 'v2/{+instanceName}/blobs/{hash}/{sizeBytes}:getTree', 'httpMethod' => 'GET', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hash' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sizeBytes' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_RemoteBuildExecution_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'waitExecution' => array( 'path' => 'v2/{+name}:waitExecution', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->v2 = new Google_Service_RemoteBuildExecution_Resource_V2( $this, $this->serviceName, 'v2', array( 'methods' => array( 'getCapabilities' => array( 'path' => 'v2/{+instanceName}/capabilities', 'httpMethod' => 'GET', 'parameters' => array( 'instanceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK* ZkjOjO>vendor/google/apiclient-services/src/Google/Service/Vision.phpnu[ * Integrates Google Vision features, including image labeling, face, logo, and * landmark detection, optical character recognition (OCR), and detection of * explicit content, into applications.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Vision extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Apply machine learning models to understand and label images. */ const CLOUD_VISION = "https://www.googleapis.com/auth/cloud-vision"; public $files; public $images; public $locations_operations; public $operations; public $projects_files; public $projects_images; public $projects_locations_files; public $projects_locations_images; public $projects_locations_operations; public $projects_locations_productSets; public $projects_locations_productSets_products; public $projects_locations_products; public $projects_locations_products_referenceImages; public $projects_operations; /** * Constructs the internal representation of the Vision service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://vision.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'vision'; $this->files = new Google_Service_Vision_Resource_Files( $this, $this->serviceName, 'files', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/files:annotate', 'httpMethod' => 'POST', 'parameters' => array(), ),'asyncBatchAnnotate' => array( 'path' => 'v1/files:asyncBatchAnnotate', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->images = new Google_Service_Vision_Resource_Images( $this, $this->serviceName, 'images', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/images:annotate', 'httpMethod' => 'POST', 'parameters' => array(), ),'asyncBatchAnnotate' => array( 'path' => 'v1/images:asyncBatchAnnotate', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->locations_operations = new Google_Service_Vision_Resource_LocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_Vision_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_files = new Google_Service_Vision_Resource_ProjectsFiles( $this, $this->serviceName, 'files', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/{+parent}/files:annotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'asyncBatchAnnotate' => array( 'path' => 'v1/{+parent}/files:asyncBatchAnnotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_images = new Google_Service_Vision_Resource_ProjectsImages( $this, $this->serviceName, 'images', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/{+parent}/images:annotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'asyncBatchAnnotate' => array( 'path' => 'v1/{+parent}/images:asyncBatchAnnotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_files = new Google_Service_Vision_Resource_ProjectsLocationsFiles( $this, $this->serviceName, 'files', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/{+parent}/files:annotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'asyncBatchAnnotate' => array( 'path' => 'v1/{+parent}/files:asyncBatchAnnotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_images = new Google_Service_Vision_Resource_ProjectsLocationsImages( $this, $this->serviceName, 'images', array( 'methods' => array( 'annotate' => array( 'path' => 'v1/{+parent}/images:annotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'asyncBatchAnnotate' => array( 'path' => 'v1/{+parent}/images:asyncBatchAnnotate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Vision_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_productSets = new Google_Service_Vision_Resource_ProjectsLocationsProductSets( $this, $this->serviceName, 'productSets', array( 'methods' => array( 'addProduct' => array( 'path' => 'v1/{+name}:addProduct', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/productSets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productSetId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v1/{+parent}/productSets:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/productSets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeProduct' => array( 'path' => 'v1/{+name}:removeProduct', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_productSets_products = new Google_Service_Vision_Resource_ProjectsLocationsProductSetsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/products', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_products = new Google_Service_Vision_Resource_ProjectsLocationsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/products', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/products', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'purge' => array( 'path' => 'v1/{+parent}/products:purge', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_products_referenceImages = new Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages( $this, $this->serviceName, 'referenceImages', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/referenceImages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'referenceImageId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/referenceImages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_operations = new Google_Service_Vision_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK* ZD 6Y Y Gvendor/google/apiclient-services/src/Google/Service/FirebaseHosting.phpnu[ * The Firebase Hosting REST API enables programmatic and customizable * management and deployments to your Firebase-hosted sites. Use this REST API * to create and manage channels and sites as well as to deploy new or updated * hosting configurations and content files.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseHosting extends Google_Service { public $operations; /** * Constructs the internal representation of the FirebaseHosting service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebasehosting.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'firebasehosting'; $this->operations = new Google_Service_FirebaseHosting_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK* ZUgvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/ViolatingSites.phpnu[ * $abusiveexperiencereportService = new Google_Service_AbusiveExperienceReport(...); * $violatingSites = $abusiveexperiencereportService->violatingSites; * */ class Google_Service_AbusiveExperienceReport_Resource_ViolatingSites extends Google_Service_Resource { /** * Lists sites that are failing in the Abusive Experience Report. * (violatingSites.listViolatingSites) * * @param array $optParams Optional parameters. * @return Google_Service_AbusiveExperienceReport_ViolatingSitesResponse */ public function listViolatingSites($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AbusiveExperienceReport_ViolatingSitesResponse"); } } PK* ZH+^vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.phpnu[ * $abusiveexperiencereportService = new Google_Service_AbusiveExperienceReport(...); * $sites = $abusiveexperiencereportService->sites; * */ class Google_Service_AbusiveExperienceReport_Resource_Sites extends Google_Service_Resource { /** * Gets a site's Abusive Experience Report summary. (sites.get) * * @param string $name Required. The name of the site whose summary to get, e.g. * `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` * @param array $optParams Optional parameters. * @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AbusiveExperienceReport_SiteSummaryResponse"); } } PK* ZC<'fvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/ViolatingSitesResponse.phpnu[violatingSites = $violatingSites; } /** * @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse[] */ public function getViolatingSites() { return $this->violatingSites; } } PK* Z)))cvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/SiteSummaryResponse.phpnu[abusiveStatus = $abusiveStatus; } public function getAbusiveStatus() { return $this->abusiveStatus; } public function setEnforcementTime($enforcementTime) { $this->enforcementTime = $enforcementTime; } public function getEnforcementTime() { return $this->enforcementTime; } public function setFilterStatus($filterStatus) { $this->filterStatus = $filterStatus; } public function getFilterStatus() { return $this->filterStatus; } public function setLastChangeTime($lastChangeTime) { $this->lastChangeTime = $lastChangeTime; } public function getLastChangeTime() { return $this->lastChangeTime; } public function setReportUrl($reportUrl) { $this->reportUrl = $reportUrl; } public function getReportUrl() { return $this->reportUrl; } public function setReviewedSite($reviewedSite) { $this->reviewedSite = $reviewedSite; } public function getReviewedSite() { return $this->reviewedSite; } public function setUnderReview($underReview) { $this->underReview = $underReview; } public function getUnderReview() { return $this->underReview; } } PK* Z$$Svendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TableProgress.phpnu[estimatedCopiedBytes = $estimatedCopiedBytes; } public function getEstimatedCopiedBytes() { return $this->estimatedCopiedBytes; } public function setEstimatedSizeBytes($estimatedSizeBytes) { $this->estimatedSizeBytes = $estimatedSizeBytes; } public function getEstimatedSizeBytes() { return $this->estimatedSizeBytes; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK* Zڵ\[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListInstancesResponse.phpnu[failedLocations = $failedLocations; } public function getFailedLocations() { return $this->failedLocations; } /** * @param Google_Service_BigtableAdmin_Instance[] */ public function setInstances($instances) { $this->instances = $instances; } /** * @return Google_Service_BigtableAdmin_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZbVVTvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK* Z\=Kvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Frame.phpnu[targetName = $targetName; } public function getTargetName() { return $this->targetName; } public function setWorkflowGuid($workflowGuid) { $this->workflowGuid = $workflowGuid; } public function getWorkflowGuid() { return $this->workflowGuid; } public function setZoneId($zoneId) { $this->zoneId = $zoneId; } public function getZoneId() { return $this->zoneId; } } PK* Z^_vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/MultiClusterRoutingUseAny.phpnu[replicationState = $replicationState; } public function getReplicationState() { return $this->replicationState; } } PK* ZvYvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListBackupsResponse.phpnu[backups = $backups; } /** * @return Google_Service_BigtableAdmin_Backup[] */ public function getBackups() { return $this->backups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZPZZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListClustersResponse.phpnu[clusters = $clusters; } /** * @return Google_Service_BigtableAdmin_Cluster[] */ public function getClusters() { return $this->clusters; } public function setFailedLocations($failedLocations) { $this->failedLocations = $failedLocations; } public function getFailedLocations() { return $this->failedLocations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZA#  bvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/PartialUpdateInstanceRequest.phpnu[instance = $instance; } /** * @return Google_Service_BigtableAdmin_Instance */ public function getInstance() { return $this->instance; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK* Z^S,,]vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListAppProfilesResponse.phpnu[appProfiles = $appProfiles; } /** * @return Google_Service_BigtableAdmin_AppProfile[] */ public function getAppProfiles() { return $this->appProfiles; } public function setFailedLocations($failedLocations) { $this->failedLocations = $failedLocations; } public function getFailedLocations() { return $this->failedLocations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z}"}99Rvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/FailureTrace.phpnu[frames = $frames; } /** * @return Google_Service_BigtableAdmin_Frame[] */ public function getFrames() { return $this->frames; } } PK* ZA qYvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_BigtableAdmin_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK* ZY\?Xvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.phpnu[initialSplits = $initialSplits; } /** * @return Google_Service_BigtableAdmin_Split[] */ public function getInitialSplits() { return $this->initialSplits; } /** * @param Google_Service_BigtableAdmin_Table */ public function setTable(Google_Service_BigtableAdmin_Table $table) { $this->table = $table; } /** * @return Google_Service_BigtableAdmin_Table */ public function getTable() { return $this->table; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK* ZN**Lvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_BigtableAdmin_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_BigtableAdmin_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_BigtableAdmin_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZUZw[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.phpnu[clusters = $clusters; } /** * @return Google_Service_BigtableAdmin_Cluster[] */ public function getClusters() { return $this->clusters; } /** * @param Google_Service_BigtableAdmin_Instance */ public function setInstance(Google_Service_BigtableAdmin_Instance $instance) { $this->instance = $instance; } /** * @return Google_Service_BigtableAdmin_Instance */ public function getInstance() { return $this->instance; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK* ZNjZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterRequest.phpnu[cluster = $cluster; } /** * @return Google_Service_BigtableAdmin_Cluster */ public function getCluster() { return $this->cluster; } public function setClusterId($clusterId) { $this->clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK* ZPHZZLvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GcRule.phpnu[intersection = $intersection; } /** * @return Google_Service_BigtableAdmin_Intersection */ public function getIntersection() { return $this->intersection; } public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } public function getMaxAge() { return $this->maxAge; } public function setMaxNumVersions($maxNumVersions) { $this->maxNumVersions = $maxNumVersions; } public function getMaxNumVersions() { return $this->maxNumVersions; } /** * @param Google_Service_BigtableAdmin_Union */ public function setUnion(Google_Service_BigtableAdmin_Union $union) { $this->union = $union; } /** * @return Google_Service_BigtableAdmin_Union */ public function getUnion() { return $this->union; } } PK* ZYvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/RestoreTableRequest.phpnu[backup = $backup; } public function getBackup() { return $this->backup; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK* Z**Rvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ColumnFamily.phpnu[gcRule = $gcRule; } /** * @return Google_Service_BigtableAdmin_GcRule */ public function getGcRule() { return $this->gcRule; } } PK* ZkaaYvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_BigtableAdmin_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK* Z W`vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z*w''`vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstances.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $instances = $bigtableadminService->instances; * */ class Google_Service_BigtableAdmin_Resource_ProjectsInstances extends Google_Service_Resource { /** * Create an instance within a project. (instances.create) * * @param string $parent Required. The unique name of the project in which to * create the new instance. Values are of the form `projects/{project}`. * @param Google_Service_BigtableAdmin_CreateInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Operation */ public function create($parent, Google_Service_BigtableAdmin_CreateInstanceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigtableAdmin_Operation"); } /** * Delete an instance from a project. (instances.delete) * * @param string $name Required. The unique name of the instance to be deleted. * Values are of the form `projects/{project}/instances/{instance}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Gets information about an instance. (instances.get) * * @param string $name Required. The unique name of the requested instance. * Values are of the form `projects/{project}/instances/{instance}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Instance"); } /** * Gets the access control policy for an instance resource. Returns an empty * policy if an instance exists but does not have a policy set. * (instances.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Policy */ public function getIamPolicy($resource, Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); } /** * Lists information about instances in a project. * (instances.listProjectsInstances) * * @param string $parent Required. The unique name of the project for which a * list of instances is requested. Values are of the form `projects/{project}`. * @param array $optParams Optional parameters. * * @opt_param string pageToken DEPRECATED: This field is unused and ignored. * @return Google_Service_BigtableAdmin_ListInstancesResponse */ public function listProjectsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListInstancesResponse"); } /** * Partially updates an instance within a project. This method can modify all * fields of an Instance and is the preferred way to update an Instance. * (instances.partialUpdateInstance) * * @param string $name The unique name of the instance. Values are of the form * `projects/{project}/instances/a-z+[a-z0-9]`. * @param Google_Service_BigtableAdmin_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The subset of Instance fields which * should be replaced. Must be explicitly set. * @return Google_Service_BigtableAdmin_Operation */ public function partialUpdateInstance($name, Google_Service_BigtableAdmin_Instance $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('partialUpdateInstance', array($params), "Google_Service_BigtableAdmin_Operation"); } /** * Sets the access control policy on an instance resource. Replaces any existing * policy. (instances.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Policy */ public function setIamPolicy($resource, Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); } /** * Returns permissions that the caller has on the specified instance resource. * (instances.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_BigtableAdmin_TestIamPermissionsResponse"); } /** * Updates an instance within a project. This method updates only the display * name and type for an Instance. To update other Instance properties, such as * labels, use PartialUpdateInstance. (instances.update) * * @param string $name The unique name of the instance. Values are of the form * `projects/{project}/instances/a-z+[a-z0-9]`. * @param Google_Service_BigtableAdmin_Instance $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Instance */ public function update($name, Google_Service_BigtableAdmin_Instance $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_BigtableAdmin_Instance"); } } PK* Zȸll`vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $locations = $bigtableadminService->locations; * */ class Google_Service_BigtableAdmin_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string 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_BigtableAdmin_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListLocationsResponse"); } } PK* ZTRkvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesAppProfiles.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $appProfiles = $bigtableadminService->appProfiles; * */ class Google_Service_BigtableAdmin_Resource_ProjectsInstancesAppProfiles extends Google_Service_Resource { /** * Creates an app profile within an instance. (appProfiles.create) * * @param string $parent Required. The unique name of the instance in which to * create the new app profile. Values are of the form * `projects/{project}/instances/{instance}`. * @param Google_Service_BigtableAdmin_AppProfile $postBody * @param array $optParams Optional parameters. * * @opt_param string appProfileId Required. The ID to be used when referring to * the new app profile within its instance, e.g., just `myprofile` rather than * `projects/myproject/instances/myinstance/appProfiles/myprofile`. * @opt_param bool ignoreWarnings If true, ignore safety checks when creating * the app profile. * @return Google_Service_BigtableAdmin_AppProfile */ public function create($parent, Google_Service_BigtableAdmin_AppProfile $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigtableAdmin_AppProfile"); } /** * Deletes an app profile from an instance. (appProfiles.delete) * * @param string $name Required. The unique name of the app profile to be * deleted. Values are of the form * `projects/{project}/instances/{instance}/appProfiles/{app_profile}`. * @param array $optParams Optional parameters. * * @opt_param bool ignoreWarnings Required. If true, ignore safety checks when * deleting the app profile. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Gets information about an app profile. (appProfiles.get) * * @param string $name Required. The unique name of the requested app profile. * Values are of the form * `projects/{project}/instances/{instance}/appProfiles/{app_profile}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_AppProfile */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_AppProfile"); } /** * Lists information about app profiles in an instance. * (appProfiles.listProjectsInstancesAppProfiles) * * @param string $parent Required. The unique name of the instance for which a * list of app profiles is requested. Values are of the form * `projects/{project}/instances/{instance}`. Use `{instance} = '-'` to list * AppProfiles for all Instances in a project, e.g., * `projects/myproject/instances/-`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of results per page. A page_size of * zero lets the server choose the number of items to return. A page_size which * is strictly positive will return at most that many items. A negative * page_size will cause an error. Following the first request, subsequent * paginated calls are not required to pass a page_size. If a page_size is set * in subsequent calls, it must match the page_size given in the first request. * @opt_param string pageToken The value of `next_page_token` returned by a * previous call. * @return Google_Service_BigtableAdmin_ListAppProfilesResponse */ public function listProjectsInstancesAppProfiles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListAppProfilesResponse"); } /** * Updates an app profile within an instance. (appProfiles.patch) * * @param string $name The unique name of the app profile. Values are of the * form `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`. * @param Google_Service_BigtableAdmin_AppProfile $postBody * @param array $optParams Optional parameters. * * @opt_param bool ignoreWarnings If true, ignore safety checks when updating * the app profile. * @opt_param string updateMask Required. The subset of app profile fields which * should be replaced. If unset, all fields will be replaced. * @return Google_Service_BigtableAdmin_Operation */ public function patch($name, Google_Service_BigtableAdmin_AppProfile $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigtableAdmin_Operation"); } } PK* Z};ҷ  Yvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Operations.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $operations = $bigtableadminService->operations; * */ class Google_Service_BigtableAdmin_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Operation"); } } PK* ZLbkvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $operations = $bigtableadminService->operations; * */ class Google_Service_BigtableAdmin_Resource_OperationsProjectsOperations extends Google_Service_Resource { /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperationsProjectsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_BigtableAdmin_ListOperationsResponse */ public function listOperationsProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListOperationsResponse"); } } PK* Z`Wvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Projects.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $projects = $bigtableadminService->projects; * */ class Google_Service_BigtableAdmin_Resource_Projects extends Google_Service_Resource { } PK* ZTavendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjects.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $projects = $bigtableadminService->projects; * */ class Google_Service_BigtableAdmin_Resource_OperationsProjects extends Google_Service_Resource { } PK* Z 0 0fvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $tables = $bigtableadminService->tables; * */ class Google_Service_BigtableAdmin_Resource_ProjectsInstancesTables extends Google_Service_Resource { /** * Checks replication consistency based on a consistency token, that is, if * replication has caught up based on the conditions specified in the token and * the check request. (tables.checkConsistency) * * @param string $name Required. The unique name of the Table for which to check * replication consistency. Values are of the form * `projects/{project}/instances/{instance}/tables/{table}`. * @param Google_Service_BigtableAdmin_CheckConsistencyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_CheckConsistencyResponse */ public function checkConsistency($name, Google_Service_BigtableAdmin_CheckConsistencyRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkConsistency', array($params), "Google_Service_BigtableAdmin_CheckConsistencyResponse"); } /** * Creates a new table in the specified instance. The table can be created with * a full set of initial column families, specified in the request. * (tables.create) * * @param string $parent Required. The unique name of the instance in which to * create the table. Values are of the form * `projects/{project}/instances/{instance}`. * @param Google_Service_BigtableAdmin_CreateTableRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Table */ public function create($parent, Google_Service_BigtableAdmin_CreateTableRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigtableAdmin_Table"); } /** * Permanently deletes a specified table and all of its data. (tables.delete) * * @param string $name Required. The unique name of the table to be deleted. * Values are of the form * `projects/{project}/instances/{instance}/tables/{table}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Permanently drop/delete a row range from a specified table. The request can * specify whether to delete all rows in a table, or only those that match a * particular prefix. (tables.dropRowRange) * * @param string $name Required. The unique name of the table on which to drop a * range of rows. Values are of the form * `projects/{project}/instances/{instance}/tables/{table}`. * @param Google_Service_BigtableAdmin_DropRowRangeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function dropRowRange($name, Google_Service_BigtableAdmin_DropRowRangeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('dropRowRange', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Generates a consistency token for a Table, which can be used in * CheckConsistency to check whether mutations to the table that finished before * this call started have been replicated. The tokens will be available for 90 * days. (tables.generateConsistencyToken) * * @param string $name Required. The unique name of the Table for which to * create a consistency token. Values are of the form * `projects/{project}/instances/{instance}/tables/{table}`. * @param Google_Service_BigtableAdmin_GenerateConsistencyTokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_GenerateConsistencyTokenResponse */ public function generateConsistencyToken($name, Google_Service_BigtableAdmin_GenerateConsistencyTokenRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateConsistencyToken', array($params), "Google_Service_BigtableAdmin_GenerateConsistencyTokenResponse"); } /** * Gets metadata information about the specified table. (tables.get) * * @param string $name Required. The unique name of the requested table. Values * are of the form `projects/{project}/instances/{instance}/tables/{table}`. * @param array $optParams Optional parameters. * * @opt_param string view The view to be applied to the returned table's fields. * Defaults to `SCHEMA_VIEW` if unspecified. * @return Google_Service_BigtableAdmin_Table */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Table"); } /** * Gets the access control policy for a Table resource. Returns an empty policy * if the resource exists but does not have a policy set. (tables.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Policy */ public function getIamPolicy($resource, Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); } /** * Lists all tables served from a specified instance. * (tables.listProjectsInstancesTables) * * @param string $parent Required. The unique name of the instance for which * tables should be listed. Values are of the form * `projects/{project}/instances/{instance}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of results per page. A page_size of * zero lets the server choose the number of items to return. A page_size which * is strictly positive will return at most that many items. A negative * page_size will cause an error. Following the first request, subsequent * paginated calls are not required to pass a page_size. If a page_size is set * in subsequent calls, it must match the page_size given in the first request. * @opt_param string pageToken The value of `next_page_token` returned by a * previous call. * @opt_param string view The view to be applied to the returned tables' fields. * Only NAME_ONLY view (default) and REPLICATION_VIEW are supported. * @return Google_Service_BigtableAdmin_ListTablesResponse */ public function listProjectsInstancesTables($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListTablesResponse"); } /** * Performs a series of column family modifications on the specified table. * Either all or none of the modifications will occur before this method * returns, but data requests received prior to that point may see a table where * only some modifications have taken effect. (tables.modifyColumnFamilies) * * @param string $name Required. The unique name of the table whose families * should be modified. Values are of the form * `projects/{project}/instances/{instance}/tables/{table}`. * @param Google_Service_BigtableAdmin_ModifyColumnFamiliesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Table */ public function modifyColumnFamilies($name, Google_Service_BigtableAdmin_ModifyColumnFamiliesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyColumnFamilies', array($params), "Google_Service_BigtableAdmin_Table"); } /** * Create a new table by restoring from a completed backup. The new table must * be in the same instance as the instance containing the backup. The returned * table long-running operation can be used to track the progress of the * operation, and to cancel it. The metadata field type is RestoreTableMetadata. * The response type is Table, if successful. (tables.restore) * * @param string $parent Required. The name of the instance in which to create * the restored table. This instance must be the parent of the source backup. * Values are of the form `projects//instances/`. * @param Google_Service_BigtableAdmin_RestoreTableRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Operation */ public function restore($parent, Google_Service_BigtableAdmin_RestoreTableRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_BigtableAdmin_Operation"); } /** * Sets the access control policy on a Table resource. Replaces any existing * policy. (tables.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Policy */ public function setIamPolicy($resource, Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); } /** * Returns permissions that the caller has on the specified table resource. * (tables.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_BigtableAdmin_TestIamPermissionsResponse"); } } PK* Zj99hvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $clusters = $bigtableadminService->clusters; * */ class Google_Service_BigtableAdmin_Resource_ProjectsInstancesClusters extends Google_Service_Resource { /** * Creates a cluster within an instance. (clusters.create) * * @param string $parent Required. The unique name of the instance in which to * create the new cluster. Values are of the form * `projects/{project}/instances/{instance}`. * @param Google_Service_BigtableAdmin_Cluster $postBody * @param array $optParams Optional parameters. * * @opt_param string clusterId Required. The ID to be used when referring to the * new cluster within its instance, e.g., just `mycluster` rather than * `projects/myproject/instances/myinstance/clusters/mycluster`. * @return Google_Service_BigtableAdmin_Operation */ public function create($parent, Google_Service_BigtableAdmin_Cluster $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigtableAdmin_Operation"); } /** * Deletes a cluster from an instance. (clusters.delete) * * @param string $name Required. The unique name of the cluster to be deleted. * Values are of the form * `projects/{project}/instances/{instance}/clusters/{cluster}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Gets information about a cluster. (clusters.get) * * @param string $name Required. The unique name of the requested cluster. * Values are of the form * `projects/{project}/instances/{instance}/clusters/{cluster}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Cluster */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Cluster"); } /** * Lists information about clusters in an instance. * (clusters.listProjectsInstancesClusters) * * @param string $parent Required. The unique name of the instance for which a * list of clusters is requested. Values are of the form * `projects/{project}/instances/{instance}`. Use `{instance} = '-'` to list * Clusters for all Instances in a project, e.g., * `projects/myproject/instances/-`. * @param array $optParams Optional parameters. * * @opt_param string pageToken DEPRECATED: This field is unused and ignored. * @return Google_Service_BigtableAdmin_ListClustersResponse */ public function listProjectsInstancesClusters($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListClustersResponse"); } /** * Updates a cluster within an instance. (clusters.update) * * @param string $name The unique name of the cluster. Values are of the form * `projects/{project}/instances/{instance}/clusters/a-z*`. * @param Google_Service_BigtableAdmin_Cluster $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Operation */ public function update($name, Google_Service_BigtableAdmin_Cluster $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_BigtableAdmin_Operation"); } } PK* ZTa++ovendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClustersBackups.phpnu[ * $bigtableadminService = new Google_Service_BigtableAdmin(...); * $backups = $bigtableadminService->backups; * */ class Google_Service_BigtableAdmin_Resource_ProjectsInstancesClustersBackups extends Google_Service_Resource { /** * Starts creating a new Cloud Bigtable Backup. The returned backup long-running * operation can be used to track creation of the backup. The metadata field * type is CreateBackupMetadata. The response field type is Backup, if * successful. Cancelling the returned operation will stop the creation and * delete the backup. (backups.create) * * @param string $parent Required. This must be one of the clusters in the * instance in which this table is located. The backup will be stored in this * cluster. Values are of the form * `projects/{project}/instances/{instance}/clusters/{cluster}`. * @param Google_Service_BigtableAdmin_Backup $postBody * @param array $optParams Optional parameters. * * @opt_param string backupId Required. The id of the backup to be created. The * `backup_id` along with the parent `parent` are combined as * {parent}/backups/{backup_id} to create the full backup name, of the form: `pr * ojects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}` * . This string must be between 1 and 50 characters in length and match the * regex _a-zA-Z0-9*. * @return Google_Service_BigtableAdmin_Operation */ public function create($parent, Google_Service_BigtableAdmin_Backup $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigtableAdmin_Operation"); } /** * Deletes a pending or completed Cloud Bigtable backup. (backups.delete) * * @param string $name Required. Name of the backup to delete. Values are of the * form `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{bac * kup}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_BigtableadminEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); } /** * Gets metadata on a pending or completed Cloud Bigtable Backup. (backups.get) * * @param string $name Required. Name of the backup. Values are of the form `pro * jects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`. * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Backup */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Backup"); } /** * Gets the access control policy for a Table resource. Returns an empty policy * if the resource exists but does not have a policy set. (backups.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Policy */ public function getIamPolicy($resource, Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); } /** * Lists Cloud Bigtable backups. Returns both completed and pending backups. * (backups.listProjectsInstancesClustersBackups) * * @param string $parent Required. The cluster to list backups from. Values are * of the form `projects/{project}/instances/{instance}/clusters/{cluster}`. Use * `{cluster} = '-'` to list backups for all clusters in an instance, e.g., * `projects/{project}/instances/{instance}/clusters/-`. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters backups 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 <, >, <=, * >=, !=, =, or :. Colon ':' represents a HAS operator which is roughly * synonymous with equality. Filter rules are case insensitive. The fields * eligible for filtering are: * `name` * `source_table` * `state` * * `start_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `end_time` * (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `expire_time` (and * values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` To filter on * multiple expressions, provide each separate expression within parentheses. By * default, each expression is an AND expression. However, you can include AND, * OR, and NOT expressions explicitly. Some examples of using filters are: * * `name:"exact"` --> The backup's name is the string "exact". * `name:howl` --> * The backup's name contains the string "howl". * `source_table:prod` --> The * source_table's name contains the string "prod". * `state:CREATING` --> The * backup is pending creation. * `state:READY` --> The backup is fully created * and ready for use. * `(name:howl) AND (start_time < * \"2018-03-28T14:50:00Z\")` --> The backup name contains the string "howl" and * start_time of the backup is before 2018-03-28T14:50:00Z. * `size_bytes > * 10000000000` --> The backup's size is greater than 10GB * @opt_param string orderBy An expression for specifying the sort order of the * results of the request. The string value should specify one or more fields in * Backup. The full syntax is described at https://aip.dev/132#ordering. Fields * supported are: * name * source_table * expire_time * start_time * end_time * * size_bytes * state For example, "start_time". The default sorting order is * ascending. To specify descending order for the field, a suffix " desc" should * be appended to the field name. For example, "start_time desc". Redundant * space characters in the syntax are insigificant. If order_by is empty, * results will be sorted by `start_time` in descending order starting from the * most recently created backup. * @opt_param int pageSize Number of backups to be returned in the response. If * 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListBackupsResponse to the same `parent` and * with the same `filter`. * @return Google_Service_BigtableAdmin_ListBackupsResponse */ public function listProjectsInstancesClustersBackups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListBackupsResponse"); } /** * Updates a pending or completed Cloud Bigtable Backup. (backups.patch) * * @param string $name A globally unique identifier for the backup which cannot * be changed. Values are of the form * `projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a- * zA-Z0-9*` The final segment of the name must be between 1 and 50 characters * in length. The backup is stored in the cluster identified by the prefix of * the backup name of the form * `projects/{project}/instances/{instance}/clusters/{cluster}`. * @param Google_Service_BigtableAdmin_Backup $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A mask specifying which fields (e.g. * `expire_time`) in the Backup resource should be updated. This mask is * relative to the Backup resource, not to the request message. The field mask * must always be specified; this prevents any future fields from being erased * accidentally by clients that do not know about them. * @return Google_Service_BigtableAdmin_Backup */ public function patch($name, Google_Service_BigtableAdmin_Backup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigtableAdmin_Backup"); } /** * Sets the access control policy on a Table resource. Replaces any existing * policy. (backups.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_Policy */ public function setIamPolicy($resource, Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); } /** * Returns permissions that the caller has on the specified table resource. * (backups.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigtableAdmin_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_BigtableAdmin_TestIamPermissionsResponse"); } } PK* Z0%|KK\vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateInstanceMetadata.phpnu[finishTime = $finishTime; } public function getFinishTime() { return $this->finishTime; } /** * @param Google_Service_BigtableAdmin_PartialUpdateInstanceRequest */ public function setOriginalRequest(Google_Service_BigtableAdmin_PartialUpdateInstanceRequest $originalRequest) { $this->originalRequest = $originalRequest; } /** * @return Google_Service_BigtableAdmin_PartialUpdateInstanceRequest */ public function getOriginalRequest() { return $this->originalRequest; } public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } public function getRequestTime() { return $this->requestTime; } } PK* ZG? fvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenResponse.phpnu[consistencyToken = $consistencyToken; } public function getConsistencyToken() { return $this->consistencyToken; } } PK* Z Mvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Binding.phpnu[condition = $condition; } /** * @return Google_Service_BigtableAdmin_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK* ZD/v[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterMetadata.phpnu[finishTime = $finishTime; } public function getFinishTime() { return $this->finishTime; } /** * @param Google_Service_BigtableAdmin_CreateClusterRequest */ public function setOriginalRequest(Google_Service_BigtableAdmin_CreateClusterRequest $originalRequest) { $this->originalRequest = $originalRequest; } /** * @return Google_Service_BigtableAdmin_CreateClusterRequest */ public function getOriginalRequest() { return $this->originalRequest; } public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } public function getRequestTime() { return $this->requestTime; } /** * @param Google_Service_BigtableAdmin_TableProgress[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_BigtableAdmin_TableProgress[] */ public function getTables() { return $this->tables; } } PK* Z/?MMPvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BackupInfo.phpnu[backup = $backup; } public function getBackup() { return $this->backup; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSourceTable($sourceTable) { $this->sourceTable = $sourceTable; } public function getSourceTable() { return $this->sourceTable; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK* ZyyYvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.phpnu[deleteAllDataFromTable = $deleteAllDataFromTable; } public function getDeleteAllDataFromTable() { return $this->deleteAllDataFromTable; } public function setRowKeyPrefix($rowKeyPrefix) { $this->rowKeyPrefix = $rowKeyPrefix; } public function getRowKeyPrefix() { return $this->rowKeyPrefix; } } PK* Z[33[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_BigtableAdmin_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z[  Pvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AppProfile.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_BigtableAdmin_MultiClusterRoutingUseAny */ public function setMultiClusterRoutingUseAny(Google_Service_BigtableAdmin_MultiClusterRoutingUseAny $multiClusterRoutingUseAny) { $this->multiClusterRoutingUseAny = $multiClusterRoutingUseAny; } /** * @return Google_Service_BigtableAdmin_MultiClusterRoutingUseAny */ public function getMultiClusterRoutingUseAny() { return $this->multiClusterRoutingUseAny; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_BigtableAdmin_SingleClusterRouting */ public function setSingleClusterRouting(Google_Service_BigtableAdmin_SingleClusterRouting $singleClusterRouting) { $this->singleClusterRouting = $singleClusterRouting; } /** * @return Google_Service_BigtableAdmin_SingleClusterRouting */ public function getSingleClusterRouting() { return $this->singleClusterRouting; } } PK* ZJ4Rvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Modification.phpnu[create = $create; } /** * @return Google_Service_BigtableAdmin_ColumnFamily */ public function getCreate() { return $this->create; } public function setDrop($drop) { $this->drop = $drop; } public function getDrop() { return $this->drop; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_BigtableAdmin_ColumnFamily */ public function setUpdate(Google_Service_BigtableAdmin_ColumnFamily $update) { $this->update = $update; } /** * @return Google_Service_BigtableAdmin_ColumnFamily */ public function getUpdate() { return $this->update; } } PK* Z<9cvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/OptimizeRestoredTableMetadata.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_BigtableAdmin_OperationProgress */ public function setProgress(Google_Service_BigtableAdmin_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_BigtableAdmin_OperationProgress */ public function getProgress() { return $this->progress; } } PK* Z\ Nvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Instance.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK* Z-3_vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* ZN\dd^vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyResponse.phpnu[consistent = $consistent; } public function getConsistent() { return $this->consistent; } } PK* Z-z+]vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyRequest.phpnu[consistencyToken = $consistencyToken; } public function getConsistencyToken() { return $this->consistencyToken; } } PK* Zo]Qvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/RestoreInfo.phpnu[backupInfo = $backupInfo; } /** * @return Google_Service_BigtableAdmin_BackupInfo */ public function getBackupInfo() { return $this->backupInfo; } public function setSourceType($sourceType) { $this->sourceType = $sourceType; } public function getSourceType() { return $this->sourceType; } } PK* ZPMvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.phpnu[defaultStorageType = $defaultStorageType; } public function getDefaultStorageType() { return $this->defaultStorageType; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setServeNodes($serveNodes) { $this->serveNodes = $serveNodes; } public function getServeNodes() { return $this->serveNodes; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK* Zevendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenRequest.phpnu[key = $key; } public function getKey() { return $this->key; } } PK* Z&Ovendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_BigtableAdmin_Status */ public function setError(Google_Service_BigtableAdmin_Status $error) { $this->error = $error; } /** * @return Google_Service_BigtableAdmin_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK* Z/HQ^vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateAppProfileMetadata.phpnu[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; } } PK* Z ssZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SingleClusterRouting.phpnu[allowTransactionalWrites = $allowTransactionalWrites; } public function getAllowTransactionalWrites() { return $this->allowTransactionalWrites; } public function setClusterId($clusterId) { $this->clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } } PK* Z d,,Kvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Union.phpnu[rules = $rules; } /** * @return Google_Service_BigtableAdmin_GcRule[] */ public function getRules() { return $this->rules; } } PK* Z)d[Xvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BigtableadminEmpty.phpnu[rules = $rules; } /** * @return Google_Service_BigtableAdmin_GcRule[] */ public function getRules() { return $this->rules; } } PK* Zg@@\vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigtableAdmin_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_BigtableAdmin_Operation[] */ public function getOperations() { return $this->operations; } } PK* ZGP99Lvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Backup.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } public function setSourceTable($sourceTable) { $this->sourceTable = $sourceTable; } public function getSourceTable() { return $this->sourceTable; } 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; } } PK* Zgn1//\vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceMetadata.phpnu[finishTime = $finishTime; } public function getFinishTime() { return $this->finishTime; } /** * @param Google_Service_BigtableAdmin_CreateInstanceRequest */ public function setOriginalRequest(Google_Service_BigtableAdmin_CreateInstanceRequest $originalRequest) { $this->originalRequest = $originalRequest; } /** * @return Google_Service_BigtableAdmin_CreateInstanceRequest */ public function getOriginalRequest() { return $this->originalRequest; } public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } public function getRequestTime() { return $this->requestTime; } } PK* Z#HNvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* ZvAGGQvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_BigtableAdmin_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK* Z]@" " Kvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Table.phpnu[clusterStates = $clusterStates; } /** * @return Google_Service_BigtableAdmin_ClusterState[] */ public function getClusterStates() { return $this->clusterStates; } /** * @param Google_Service_BigtableAdmin_ColumnFamily[] */ public function setColumnFamilies($columnFamilies) { $this->columnFamilies = $columnFamilies; } /** * @return Google_Service_BigtableAdmin_ColumnFamily[] */ public function getColumnFamilies() { return $this->columnFamilies; } public function setGranularity($granularity) { $this->granularity = $granularity; } public function getGranularity() { return $this->granularity; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_BigtableAdmin_RestoreInfo */ public function setRestoreInfo(Google_Service_BigtableAdmin_RestoreInfo $restoreInfo) { $this->restoreInfo = $restoreInfo; } /** * @return Google_Service_BigtableAdmin_RestoreInfo */ public function getRestoreInfo() { return $this->restoreInfo; } } PK* Z?[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateClusterMetadata.phpnu[finishTime = $finishTime; } public function getFinishTime() { return $this->finishTime; } /** * @param Google_Service_BigtableAdmin_Cluster */ public function setOriginalRequest(Google_Service_BigtableAdmin_Cluster $originalRequest) { $this->originalRequest = $originalRequest; } /** * @return Google_Service_BigtableAdmin_Cluster */ public function getOriginalRequest() { return $this->originalRequest; } public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } public function getRequestTime() { return $this->requestTime; } } PK* ZiWvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/OperationProgress.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK* Z *Vvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK* Z  Xvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListTablesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigtableAdmin_Table[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_BigtableAdmin_Table[] */ public function getTables() { return $this->tables; } } PK* Z(IIZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateBackupMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSourceTable($sourceTable) { $this->sourceTable = $sourceTable; } public function getSourceTable() { return $this->sourceTable; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK* ZZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/RestoreTableMetadata.phpnu[backupInfo = $backupInfo; } /** * @return Google_Service_BigtableAdmin_BackupInfo */ public function getBackupInfo() { return $this->backupInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptimizeTableOperationName($optimizeTableOperationName) { $this->optimizeTableOperationName = $optimizeTableOperationName; } public function getOptimizeTableOperationName() { return $this->optimizeTableOperationName; } /** * @param Google_Service_BigtableAdmin_OperationProgress */ public function setProgress(Google_Service_BigtableAdmin_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_BigtableAdmin_OperationProgress */ public function getProgress() { return $this->progress; } public function setSourceType($sourceType) { $this->sourceType = $sourceType; } public function getSourceType() { return $this->sourceType; } } PK* Z}"avendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ModifyColumnFamiliesRequest.phpnu[modifications = $modifications; } /** * @return Google_Service_BigtableAdmin_Modification[] */ public function getModifications() { return $this->modifications; } } PK* ZGNNJvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK* ZJnTnTDvendor/google/apiclient-services/src/Google/Service/GameServices.phpnu[ * Deploy and manage infrastructure for global multiplayer gaming experiences.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_GameServices extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_gameServerDeployments; public $projects_locations_gameServerDeployments_configs; public $projects_locations_operations; public $projects_locations_realms; public $projects_locations_realms_gameServerClusters; /** * Constructs the internal representation of the GameServices service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://gameservices.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'gameservices'; $this->projects_locations = new Google_Service_GameServices_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeUnrevealedLocations' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_gameServerDeployments = new Google_Service_GameServices_Resource_ProjectsLocationsGameServerDeployments( $this, $this->serviceName, 'gameServerDeployments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/gameServerDeployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deploymentId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'fetchDeploymentState' => array( 'path' => 'v1/{+name}:fetchDeploymentState', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getRollout' => array( 'path' => 'v1/{+name}/rollout', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/gameServerDeployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'previewRollout' => array( 'path' => 'v1/{+name}/rollout:preview', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'previewTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateRollout' => array( 'path' => 'v1/{+name}/rollout', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_gameServerDeployments_configs = new Google_Service_GameServices_Resource_ProjectsLocationsGameServerDeploymentsConfigs( $this, $this->serviceName, 'configs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/configs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/configs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_GameServices_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_realms = new Google_Service_GameServices_Resource_ProjectsLocationsRealms( $this, $this->serviceName, 'realms', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/realms', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'realmId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/realms', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'previewUpdate' => array( 'path' => 'v1/{+name}:previewUpdate', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'previewTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_realms_gameServerClusters = new Google_Service_GameServices_Resource_ProjectsLocationsRealmsGameServerClusters( $this, $this->serviceName, 'gameServerClusters', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/gameServerClusters', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gameServerClusterId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/gameServerClusters', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'previewCreate' => array( 'path' => 'v1/{+parent}/gameServerClusters:previewCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gameServerClusterId' => array( 'location' => 'query', 'type' => 'string', ), 'previewTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'previewDelete' => array( 'path' => 'v1/{+name}:previewDelete', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'previewTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'previewUpdate' => array( 'path' => 'v1/{+name}:previewUpdate', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'previewTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK* Z5RRDvendor/google/apiclient-services/src/Google/Service/Fusiontables.phpnu[ * API for working with Fusion Tables data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Fusiontables extends Google_Service { /** Manage your Fusion Tables. */ const FUSIONTABLES = "https://www.googleapis.com/auth/fusiontables"; /** View your Fusion Tables. */ const FUSIONTABLES_READONLY = "https://www.googleapis.com/auth/fusiontables.readonly"; public $column; public $query; public $style; public $table; public $task; public $template; /** * Constructs the internal representation of the Fusiontables service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'fusiontables/v2/'; $this->batchPath = 'batch/fusiontables/v2'; $this->version = 'v2'; $this->serviceName = 'fusiontables'; $this->column = new Google_Service_Fusiontables_Resource_Column( $this, $this->serviceName, 'column', array( 'methods' => array( 'delete' => array( 'path' => 'tables/{tableId}/columns/{columnId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'columnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tables/{tableId}/columns/{columnId}', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'columnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'tables/{tableId}/columns', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tables/{tableId}/columns', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'tables/{tableId}/columns/{columnId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'columnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'tables/{tableId}/columns/{columnId}', 'httpMethod' => 'PUT', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'columnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->query = new Google_Service_Fusiontables_Resource_Query( $this, $this->serviceName, 'query', array( 'methods' => array( 'sql' => array( 'path' => 'query', 'httpMethod' => 'POST', 'parameters' => array( 'sql' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'hdrs' => array( 'location' => 'query', 'type' => 'boolean', ), 'typed' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'sqlGet' => array( 'path' => 'query', 'httpMethod' => 'GET', 'parameters' => array( 'sql' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'hdrs' => array( 'location' => 'query', 'type' => 'boolean', ), 'typed' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->style = new Google_Service_Fusiontables_Resource_Style( $this, $this->serviceName, 'style', array( 'methods' => array( 'delete' => array( 'path' => 'tables/{tableId}/styles/{styleId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'styleId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'get' => array( 'path' => 'tables/{tableId}/styles/{styleId}', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'styleId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'insert' => array( 'path' => 'tables/{tableId}/styles', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tables/{tableId}/styles', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'tables/{tableId}/styles/{styleId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'styleId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'update' => array( 'path' => 'tables/{tableId}/styles/{styleId}', 'httpMethod' => 'PUT', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'styleId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); $this->table = new Google_Service_Fusiontables_Resource_Table( $this, $this->serviceName, 'table', array( 'methods' => array( 'copy' => array( 'path' => 'tables/{tableId}/copy', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'copyPresentation' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'tables/{tableId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tables/{tableId}', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'importRows' => array( 'path' => 'tables/{tableId}/import', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'delimiter' => array( 'location' => 'query', 'type' => 'string', ), 'encoding' => array( 'location' => 'query', 'type' => 'string', ), 'endLine' => array( 'location' => 'query', 'type' => 'integer', ), 'isStrict' => array( 'location' => 'query', 'type' => 'boolean', ), 'startLine' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'importTable' => array( 'path' => 'tables/import', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'delimiter' => array( 'location' => 'query', 'type' => 'string', ), 'encoding' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'tables', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'tables', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'tables/{tableId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replaceViewDefinition' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'refetchSheet' => array( 'path' => 'tables/{tableId}/refetch', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'replaceRows' => array( 'path' => 'tables/{tableId}/replace', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'delimiter' => array( 'location' => 'query', 'type' => 'string', ), 'encoding' => array( 'location' => 'query', 'type' => 'string', ), 'endLine' => array( 'location' => 'query', 'type' => 'integer', ), 'isStrict' => array( 'location' => 'query', 'type' => 'boolean', ), 'startLine' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'tables/{tableId}', 'httpMethod' => 'PUT', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replaceViewDefinition' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->task = new Google_Service_Fusiontables_Resource_Task( $this, $this->serviceName, 'task', array( 'methods' => array( 'delete' => array( 'path' => 'tables/{tableId}/tasks/{taskId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tables/{tableId}/tasks/{taskId}', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tables/{tableId}/tasks', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->template = new Google_Service_Fusiontables_Resource_Template( $this, $this->serviceName, 'template', array( 'methods' => array( 'delete' => array( 'path' => 'tables/{tableId}/templates/{templateId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'get' => array( 'path' => 'tables/{tableId}/templates/{templateId}', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'insert' => array( 'path' => 'tables/{tableId}/templates', 'httpMethod' => 'POST', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'tables/{tableId}/templates', 'httpMethod' => 'GET', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'tables/{tableId}/templates/{templateId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'update' => array( 'path' => 'tables/{tableId}/templates/{templateId}', 'httpMethod' => 'PUT', 'parameters' => array( 'tableId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); } } PK* Z.+4Ivendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.phpnu[ * The Search Ads 360 API allows developers to automate uploading conversions * and downloading reports from Search Ads 360.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Doubleclicksearch extends Google_Service { /** View and manage your advertising data in DoubleClick Search. */ const DOUBLECLICKSEARCH = "https://www.googleapis.com/auth/doubleclicksearch"; public $conversion; public $reports; public $savedColumns; /** * Constructs the internal representation of the Doubleclicksearch service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://doubleclicksearch.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'doubleclicksearch'; $this->conversion = new Google_Service_Doubleclicksearch_Resource_Conversion( $this, $this->serviceName, 'conversion', array( 'methods' => array( 'get' => array( 'path' => 'doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion', 'httpMethod' => 'GET', 'parameters' => array( 'agencyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'engineAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'rowCount' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'startDate' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'startRow' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'adGroupId' => array( 'location' => 'query', 'type' => 'string', ), 'adId' => array( 'location' => 'query', 'type' => 'string', ), 'campaignId' => array( 'location' => 'query', 'type' => 'string', ), 'criterionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'doubleclicksearch/v2/conversion', 'httpMethod' => 'POST', 'parameters' => array(), ),'update' => array( 'path' => 'doubleclicksearch/v2/conversion', 'httpMethod' => 'PUT', 'parameters' => array(), ),'updateAvailability' => array( 'path' => 'doubleclicksearch/v2/conversion/updateAvailability', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->reports = new Google_Service_Doubleclicksearch_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'generate' => array( 'path' => 'doubleclicksearch/v2/reports/generate', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'doubleclicksearch/v2/reports/{reportId}', 'httpMethod' => 'GET', 'parameters' => array( 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getFile' => array( 'path' => 'doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}', 'httpMethod' => 'GET', 'parameters' => array( 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportFragment' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'request' => array( 'path' => 'doubleclicksearch/v2/reports', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->savedColumns = new Google_Service_Doubleclicksearch_Resource_SavedColumns( $this, $this->serviceName, 'savedColumns', array( 'methods' => array( 'list' => array( 'path' => 'doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/savedcolumns', 'httpMethod' => 'GET', 'parameters' => array( 'agencyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK* ZoBavendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateRepoRequest.phpnu[repo = $repo; } /** * @return Google_Service_CloudSourceRepositories_Repo */ public function getRepo() { return $this->repo; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK* Z_a``^vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK* ZRh''avendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ListReposResponse.phpnu[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; } } PK* Zzh_vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.phpnu[˨rr`vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoMetadata.phpnu[name = $name; } public function getName() { return $this->name; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* Z#Kcvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudSourceRepositories_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK* Z1OppVvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudSourceRepositories_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudSourceRepositories_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudSourceRepositories_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z&<jvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z] #!#!fvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/ProjectsRepos.phpnu[ * $sourcerepoService = new Google_Service_CloudSourceRepositories(...); * $repos = $sourcerepoService->repos; * */ class Google_Service_CloudSourceRepositories_Resource_ProjectsRepos extends Google_Service_Resource { /** * Creates a repo in the given project with the given name. If the named * repository already exists, `CreateRepo` returns `ALREADY_EXISTS`. * (repos.create) * * @param string $parent The project in which to create the repo. Values are of * the form `projects/`. * @param Google_Service_CloudSourceRepositories_Repo $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_Repo */ public function create($parent, Google_Service_CloudSourceRepositories_Repo $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudSourceRepositories_Repo"); } /** * Deletes a repo. (repos.delete) * * @param string $name The name of the repo to delete. Values are of the form * `projects//repos/`. * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_SourcerepoEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudSourceRepositories_SourcerepoEmpty"); } /** * Returns information about a repo. (repos.get) * * @param string $name The name of the requested repository. Values are of the * form `projects//repos/`. * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_Repo */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudSourceRepositories_Repo"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (repos.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudSourceRepositories_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudSourceRepositories_Policy"); } /** * Returns all repos belonging to a project. The sizes of the repos are not set * by ListRepos. To get the size of a repo, use GetRepo. * (repos.listProjectsRepos) * * @param string $name The project ID whose repos should be listed. Values are * of the form `projects/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of repositories to return; between 1 * and 500. If not set or zero, defaults to 100 at the server. * @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. * @return Google_Service_CloudSourceRepositories_ListReposResponse */ public function listProjectsRepos($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudSourceRepositories_ListReposResponse"); } /** * Updates information about a repo. (repos.patch) * * @param string $name The name of the requested repository. Values are of the * form `projects//repos/`. * @param Google_Service_CloudSourceRepositories_UpdateRepoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_Repo */ public function patch($name, Google_Service_CloudSourceRepositories_UpdateRepoRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudSourceRepositories_Repo"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (repos.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudSourceRepositories_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_Policy */ public function setIamPolicy($resource, Google_Service_CloudSourceRepositories_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudSourceRepositories_Policy"); } /** * Synchronize a connected repo. The response contains SyncRepoMetadata in the * metadata field. (repos.sync) * * @param string $name The name of the repo to synchronize. Values are of the * form `projects//repos/`. * @param Google_Service_CloudSourceRepositories_SyncRepoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_Operation */ public function sync($name, Google_Service_CloudSourceRepositories_SyncRepoRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sync', array($params), "Google_Service_CloudSourceRepositories_Operation"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error. (repos.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudSourceRepositories_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudSourceRepositories_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudSourceRepositories_TestIamPermissionsResponse"); } } PK* ZAavendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.phpnu[ * $sourcerepoService = new Google_Service_CloudSourceRepositories(...); * $projects = $sourcerepoService->projects; * */ class Google_Service_CloudSourceRepositories_Resource_Projects extends Google_Service_Resource { /** * Returns the Cloud Source Repositories configuration of the project. * (projects.getConfig) * * @param string $name The name of the requested project. Values are of the form * `projects/`. * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_ProjectConfig */ public function getConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_CloudSourceRepositories_ProjectConfig"); } /** * Updates the Cloud Source Repositories configuration of the project. * (projects.updateConfig) * * @param string $name The name of the requested project. Values are of the form * `projects/`. * @param Google_Service_CloudSourceRepositories_UpdateProjectConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSourceRepositories_ProjectConfig */ public function updateConfig($name, Google_Service_CloudSourceRepositories_UpdateProjectConfigRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateConfig', array($params), "Google_Service_CloudSourceRepositories_ProjectConfig"); } } PK* ZbaWvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudSourceRepositories_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK* Zngg_vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoRequest.phpnu[~_]vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ProjectConfig.phpnu[enablePrivateKeyCheck = $enablePrivateKeyCheck; } public function getEnablePrivateKeyCheck() { return $this->enablePrivateKeyCheck; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSourceRepositories_PubsubConfig[] */ public function setPubsubConfigs($pubsubConfigs) { $this->pubsubConfigs = $pubsubConfigs; } /** * @return Google_Service_CloudSourceRepositories_PubsubConfig[] */ public function getPubsubConfigs() { return $this->pubsubConfigs; } } PK* Zivendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z.Tvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.phpnu[mirrorConfig = $mirrorConfig; } /** * @return Google_Service_CloudSourceRepositories_MirrorConfig */ public function getMirrorConfig() { return $this->mirrorConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSourceRepositories_PubsubConfig[] */ public function setPubsubConfigs($pubsubConfigs) { $this->pubsubConfigs = $pubsubConfigs; } /** * @return Google_Service_CloudSourceRepositories_PubsubConfig[] */ public function getPubsubConfigs() { return $this->pubsubConfigs; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK* Z#Yvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudSourceRepositories_Status */ public function setError(Google_Service_CloudSourceRepositories_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudSourceRepositories_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK* Z7RVvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Status.phpnu[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; } } PK* Zvvjvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateProjectConfigRequest.phpnu[projectConfig = $projectConfig; } /** * @return Google_Service_CloudSourceRepositories_ProjectConfig */ public function getProjectConfig() { return $this->projectConfig; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK* Z oo[vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudSourceRepositories_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK* Zcd\vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.phpnu[deployKeyId = $deployKeyId; } public function getDeployKeyId() { return $this->deployKeyId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWebhookId($webhookId) { $this->webhookId = $webhookId; } public function getWebhookId() { return $this->webhookId; } } PK* Z)\vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/PubsubConfig.phpnu[messageFormat = $messageFormat; } public function getMessageFormat() { return $this->messageFormat; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK* ZiXXTvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK* Z.xnvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/ListLocationAdminsResponse.phpnu[admins = $admins; } /** * @return Google_Service_MyBusinessAccountManagement_Admin[] */ public function getAdmins() { return $this->admins; } } PK* Zt'^^hvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/ListAccountsResponse.phpnu[accounts = $accounts; } /** * @return Google_Service_MyBusinessAccountManagement_Account[] */ public function getAccounts() { return $this->accounts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Zaddress = $address; } /** * @return Google_Service_MyBusinessAccountManagement_PostalAddress */ public function getAddress() { return $this->address; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setRegisteredDomain($registeredDomain) { $this->registeredDomain = $registeredDomain; } public function getRegisteredDomain() { return $this->registeredDomain; } } PK* Z\*kvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/AcceptInvitationRequest.phpnu[accountAdmins = $accountAdmins; } /** * @return Google_Service_MyBusinessAccountManagement_Admin[] */ public function getAccountAdmins() { return $this->accountAdmins; } } PK* ZXbvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TargetLocation.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } } PK* Z fvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.phpnu[ * $mybusinessaccountmanagementService = new Google_Service_MyBusinessAccountManagement(...); * $locations = $mybusinessaccountmanagementService->locations; * */ class Google_Service_MyBusinessAccountManagement_Resource_Locations extends Google_Service_Resource { } PK* ZwFlvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/LocationsAdmins.phpnu[ * $mybusinessaccountmanagementService = new Google_Service_MyBusinessAccountManagement(...); * $admins = $mybusinessaccountmanagementService->admins; * */ class Google_Service_MyBusinessAccountManagement_Resource_LocationsAdmins extends Google_Service_Resource { /** * Invites the specified user to become an administrator for the specified * location. The invitee must accept the invitation in order to be granted * access to the location. See AcceptInvitation to programmatically accept an * invitation. (admins.create) * * @param string $parent Required. The resource name of the location this admin * is created for. `locations/{location_id}/admins`. * @param Google_Service_MyBusinessAccountManagement_Admin $postBody * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_Admin */ public function create($parent, Google_Service_MyBusinessAccountManagement_Admin $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_MyBusinessAccountManagement_Admin"); } /** * Removes the specified admin as a manager of the specified location. * (admins.delete) * * @param string $name Required. The resource name of the admin to remove from * the location. * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty"); } /** * Lists all of the admins for the specified location. * (admins.listLocationsAdmins) * * @param string $parent Required. The name of the location to list admins of. * `locations/{location_id}/admins`. * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_ListLocationAdminsResponse */ public function listLocationsAdmins($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_MyBusinessAccountManagement_ListLocationAdminsResponse"); } /** * Updates the Admin for the specified location. Only the AdminRole of the Admin * can be updated. (admins.patch) * * @param string $name Immutable. The resource name. For account admins, this is * in the form: `accounts/{account_id}/admins/{admin_id}` For location admins, * this is in the form: `locations/{location_id}/admins/{admin_id}` This field * will be ignored if set during admin creation. * @param Google_Service_MyBusinessAccountManagement_Admin $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The specific fields that should be * updated. The only editable field is role. * @return Google_Service_MyBusinessAccountManagement_Admin */ public function patch($name, Google_Service_MyBusinessAccountManagement_Admin $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_MyBusinessAccountManagement_Admin"); } } PK* Z7 pvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/AccountsInvitations.phpnu[ * $mybusinessaccountmanagementService = new Google_Service_MyBusinessAccountManagement(...); * $invitations = $mybusinessaccountmanagementService->invitations; * */ class Google_Service_MyBusinessAccountManagement_Resource_AccountsInvitations extends Google_Service_Resource { /** * Accepts the specified invitation. (invitations.accept) * * @param string $name Required. The name of the invitation that is being * accepted. `accounts/{account_id}/invitations/{invitation_id}` * @param Google_Service_MyBusinessAccountManagement_AcceptInvitationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty */ public function accept($name, Google_Service_MyBusinessAccountManagement_AcceptInvitationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('accept', array($params), "Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty"); } /** * Declines the specified invitation. (invitations.decline) * * @param string $name Required. The name of the account invitation that is * being declined. `accounts/{account_id}/invitations/{invitation_id}` * @param Google_Service_MyBusinessAccountManagement_DeclineInvitationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty */ public function decline($name, Google_Service_MyBusinessAccountManagement_DeclineInvitationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('decline', array($params), "Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty"); } /** * Lists pending invitations for the specified account. * (invitations.listAccountsInvitations) * * @param string $parent Required. The name of the account from which the list * of invitations is being retrieved. `accounts/{account_id}/invitations` * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filtering the response is supported via * the Invitation.target_type field. * @return Google_Service_MyBusinessAccountManagement_ListInvitationsResponse */ public function listAccountsInvitations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_MyBusinessAccountManagement_ListInvitationsResponse"); } } PK* Z`>7}}kvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/AccountsAdmins.phpnu[ * $mybusinessaccountmanagementService = new Google_Service_MyBusinessAccountManagement(...); * $admins = $mybusinessaccountmanagementService->admins; * */ class Google_Service_MyBusinessAccountManagement_Resource_AccountsAdmins extends Google_Service_Resource { /** * Invites the specified user to become an administrator for the specified * account. The invitee must accept the invitation in order to be granted access * to the account. See AcceptInvitation to programmatically accept an * invitation. (admins.create) * * @param string $parent Required. The resource name of the account this admin * is created for. `accounts/{account_id}`. * @param Google_Service_MyBusinessAccountManagement_Admin $postBody * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_Admin */ public function create($parent, Google_Service_MyBusinessAccountManagement_Admin $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_MyBusinessAccountManagement_Admin"); } /** * Removes the specified admin from the specified account. (admins.delete) * * @param string $name Required. The resource name of the admin to remove from * the account. `accounts/{account_id}/admins/{admin_id}`. * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty"); } /** * Lists the admins for the specified account. (admins.listAccountsAdmins) * * @param string $parent Required. The name of the account from which to * retrieve a list of admins. `accounts/{account_id}/admins`. * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_ListAccountAdminsResponse */ public function listAccountsAdmins($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_MyBusinessAccountManagement_ListAccountAdminsResponse"); } /** * Updates the Admin for the specified Account Admin. (admins.patch) * * @param string $name Immutable. The resource name. For account admins, this is * in the form: `accounts/{account_id}/admins/{admin_id}` For location admins, * this is in the form: `locations/{location_id}/admins/{admin_id}` This field * will be ignored if set during admin creation. * @param Google_Service_MyBusinessAccountManagement_Admin $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The specific fields that should be * updated. The only editable field is role. * @return Google_Service_MyBusinessAccountManagement_Admin */ public function patch($name, Google_Service_MyBusinessAccountManagement_Admin $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_MyBusinessAccountManagement_Admin"); } } PK* Z[\evendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Accounts.phpnu[ * $mybusinessaccountmanagementService = new Google_Service_MyBusinessAccountManagement(...); * $accounts = $mybusinessaccountmanagementService->accounts; * */ class Google_Service_MyBusinessAccountManagement_Resource_Accounts extends Google_Service_Resource { /** * Creates an account with the specified name and type under the given parent. - * Personal accounts and Organizations cannot be created. - User Groups cannot * be created with a Personal account as primary owner. - Location Groups cannot * be created with a primary owner of a Personal account if the Personal account * is in an Organization. - Location Groups cannot own Location Groups. * (accounts.create) * * @param Google_Service_MyBusinessAccountManagement_Account $postBody * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_Account */ public function create(Google_Service_MyBusinessAccountManagement_Account $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_MyBusinessAccountManagement_Account"); } /** * Gets the specified account. Returns `NOT_FOUND` if the account does not exist * or if the caller does not have access rights to it. (accounts.get) * * @param string $name Required. The name of the account to fetch. * @param array $optParams Optional parameters. * @return Google_Service_MyBusinessAccountManagement_Account */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_MyBusinessAccountManagement_Account"); } /** * Lists all of the accounts for the authenticated user. This includes all * accounts that the user owns, as well as any accounts for which the user has * management rights. (accounts.listAccounts) * * @param array $optParams Optional parameters. * * @opt_param string filter Optional. A filter constraining the accounts to * return. The response includes only entries that match the filter. If `filter` * is empty, then no constraints are applied and all accounts (paginated) are * retrieved for the requested account. For example, a request with the filter * `type=USER_GROUP` will only return user groups. The `type` field is the only * supported filter. * @opt_param int pageSize Optional. How many accounts to fetch per page. The * minimum supported page_size is 2. The default and maximum is 20. * @opt_param string pageToken Optional. If specified, the next page of accounts * is retrieved. The `pageToken` is returned when a call to `accounts.list` * returns more results than can fit into the requested page size. * @opt_param string parentAccount Optional. The resource name of the account * for which the list of directly accessible accounts is to be retrieved. This * only makes sense for Organizations and User Groups. If empty, will return * `ListAccounts` for the authenticated user. `accounts/{account_id}`. * @return Google_Service_MyBusinessAccountManagement_ListAccountsResponse */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_MyBusinessAccountManagement_ListAccountsResponse"); } /** * Updates the specified business account. Personal accounts cannot be updated * using this method. (accounts.patch) * * @param string $name Immutable. The resource name, in the format * `accounts/{account_id}`. * @param Google_Service_MyBusinessAccountManagement_Account $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The specific fields that should be * updated. The only editable field is `accountName`. * @opt_param bool validateOnly Optional. If true, the request is validated * without actually updating the account. * @return Google_Service_MyBusinessAccountManagement_Account */ public function patch($name, Google_Service_MyBusinessAccountManagement_Account $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_MyBusinessAccountManagement_Account"); } } PK* Z;gAAYvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Admin.phpnu[admin = $admin; } public function getAdmin() { return $this->admin; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPendingInvitation($pendingInvitation) { $this->pendingInvitation = $pendingInvitation; } public function getPendingInvitation() { return $this->pendingInvitation; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK* ZCnw  avendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/PostalAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK* Z.Flvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/DeclineInvitationRequest.phpnu[invitations = $invitations; } /** * @return Google_Service_MyBusinessAccountManagement_Invitation[] */ public function getInvitations() { return $this->invitations; } } PK* Z3^vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Invitation.phpnu[name = $name; } public function getName() { return $this->name; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_MyBusinessAccountManagement_Account */ public function setTargetAccount(Google_Service_MyBusinessAccountManagement_Account $targetAccount) { $this->targetAccount = $targetAccount; } /** * @return Google_Service_MyBusinessAccountManagement_Account */ public function getTargetAccount() { return $this->targetAccount; } /** * @param Google_Service_MyBusinessAccountManagement_TargetLocation */ public function setTargetLocation(Google_Service_MyBusinessAccountManagement_TargetLocation $targetLocation) { $this->targetLocation = $targetLocation; } /** * @return Google_Service_MyBusinessAccountManagement_TargetLocation */ public function getTargetLocation() { return $this->targetLocation; } public function setTargetType($targetType) { $this->targetType = $targetType; } public function getTargetType() { return $this->targetType; } } PK* ZnXEb b [vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Account.phpnu[accountName = $accountName; } public function getAccountName() { return $this->accountName; } public function setAccountNumber($accountNumber) { $this->accountNumber = $accountNumber; } public function getAccountNumber() { return $this->accountNumber; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_MyBusinessAccountManagement_OrganizationInfo */ public function setOrganizationInfo(Google_Service_MyBusinessAccountManagement_OrganizationInfo $organizationInfo) { $this->organizationInfo = $organizationInfo; } /** * @return Google_Service_MyBusinessAccountManagement_OrganizationInfo */ public function getOrganizationInfo() { return $this->organizationInfo; } public function setPermissionLevel($permissionLevel) { $this->permissionLevel = $permissionLevel; } public function getPermissionLevel() { return $this->permissionLevel; } public function setPrimaryOwner($primaryOwner) { $this->primaryOwner = $primaryOwner; } public function getPrimaryOwner() { return $this->primaryOwner; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVerificationState($verificationState) { $this->verificationState = $verificationState; } public function getVerificationState() { return $this->verificationState; } public function setVettedState($vettedState) { $this->vettedState = $vettedState; } public function getVettedState() { return $this->vettedState; } } PK* ZFeettvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/MybusinessaccountmanagementEmpty.phpnu[model = $model; } public function getModel() { return $this->model; } } PK* ZT55wvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelFrame.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZqPPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation.phpnu[thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zxqqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1WordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1WordInfo[] */ public function getWords() { return $this->words; } } PK* ZE00vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.phpnu[celebrityRecognitionAnnotations = $celebrityRecognitionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation */ public function getCelebrityRecognitionAnnotations() { return $this->celebrityRecognitionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function setError(Google_Service_CloudVideoIntelligence_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation */ public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation $explicitAnnotation) { $this->explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation[] */ public function setFaceDetectionAnnotations($faceDetectionAnnotations) { $this->faceDetectionAnnotations = $faceDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation[] */ public function getFaceDetectionAnnotations() { return $this->faceDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setFrameLabelAnnotations($frameLabelAnnotations) { $this->frameLabelAnnotations = $frameLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getFrameLabelAnnotations() { return $this->frameLabelAnnotations; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation[] */ public function setLogoRecognitionAnnotations($logoRecognitionAnnotations) { $this->logoRecognitionAnnotations = $logoRecognitionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation[] */ public function getLogoRecognitionAnnotations() { return $this->logoRecognitionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation[] */ public function setPersonDetectionAnnotations($personDetectionAnnotations) { $this->personDetectionAnnotations = $personDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation[] */ public function getPersonDetectionAnnotations() { return $this->personDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setSegmentLabelAnnotations($segmentLabelAnnotations) { $this->segmentLabelAnnotations = $segmentLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getSegmentLabelAnnotations() { return $this->segmentLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) { $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getSegmentPresenceLabelAnnotations() { return $this->segmentPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setShotLabelAnnotations($shotLabelAnnotations) { $this->shotLabelAnnotations = $shotLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getShotLabelAnnotations() { return $this->shotLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) { $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getShotPresenceLabelAnnotations() { return $this->shotPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechTranscription[] */ public function setSpeechTranscriptions($speechTranscriptions) { $this->speechTranscriptions = $speechTranscriptions; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechTranscription[] */ public function getSpeechTranscriptions() { return $this->speechTranscriptions; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } } PK* ZcPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame.phpnu[pornographyLikelihood = $pornographyLikelihood; } public function getPornographyLikelihood() { return $this->pornographyLikelihood; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z{A99vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechTranscription.phpnu[alternatives = $alternatives; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* ZQBvvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoSegment.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK* Z]:ooyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoSegment.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK* Z"|I gg{vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceFrame.phpnu[normalizedBoundingBoxes = $normalizedBoundingBoxes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox[] */ public function getNormalizedBoundingBoxes() { return $this->normalizedBoundingBoxes; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZTSvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame.phpnu[normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z-<.%%}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceSegment.phpnu[segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z![ [ vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.phpnu[entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Track[] */ public function getTracks() { return $this->tracks; } } PK* Zi~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.phpnu[bottom = $bottom; } public function getBottom() { return $this->bottom; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setRight($right) { $this->right = $right; } public function getRight() { return $this->right; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK* Z(vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse.phpnu[annotationResults = $annotationResults; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoAnnotationResults[] */ public function getAnnotationResults() { return $this->annotationResults; } } PK* Zު qqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1WordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1WordInfo[] */ public function getWords() { return $this->words; } } PK* Zk2jN N vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.phpnu[categoryEntities = $categoryEntities; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity[] */ public function getCategoryEntities() { return $this->categoryEntities; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelSegment[] */ public function getSegments() { return $this->segments; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zص_vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.phpnu[bottom = $bottom; } public function getBottom() { return $this->bottom; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setRight($right) { $this->right = $right; } public function getRight() { return $this->right; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK* Zܣvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1FaceAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceSegment[] */ public function getSegments() { return $this->segments; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK* ZP2vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceSegment[] */ public function getSegments() { return $this->segments; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK* ZO vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z&vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1PersonDetectionAnnotation.phpnu[tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZSHHvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation.phpnu[thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zpy  vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TimestampedObject.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1DetectedLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1DetectedLandmark[] */ public function getLandmarks() { return $this->landmarks; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox */ public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z{z <<~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelFrame.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z4|vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1WordInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } } PK* ZaIvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscription.phpnu[alternatives = $alternatives; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z_c  xvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceSegment.phpnu[segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z%Pyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Zꮛd..vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.phpnu[vertices = $vertices; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedVertex[] */ public function getVertices() { return $this->vertices; } } PK* Z;vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.phpnu[feature = $feature; } public function getFeature() { return $this->feature; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* Zevendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame.phpnu[normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Zm|zzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedLandmark.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedVertex */ public function setPoint(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedVertex $point) { $this->point = $point; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedVertex */ public function getPoint() { return $this->point; } } PK* ZՖvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedAttribute.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z:[ [ vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.phpnu[entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track[] */ public function getTracks() { return $this->tracks; } } PK* Zzʈxzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2WordInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } } PK* ZV>J ~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TimestampedObject.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1DetectedLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1DetectedLandmark[] */ public function getLandmarks() { return $this->landmarks; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox */ public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZЃ;SSvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceFrame.phpnu[normalizedBoundingBoxes = $normalizedBoundingBoxes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox[] */ public function getNormalizedBoundingBoxes() { return $this->normalizedBoundingBoxes; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZQcvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z~e [ [ vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.phpnu[entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Track[] */ public function getTracks() { return $this->tracks; } } PK* ZR  vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TimestampedObject.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1DetectedLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1DetectedLandmark[] */ public function getLandmarks() { return $this->landmarks; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox */ public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZedHHvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextAnnotation.phpnu[segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextSegment[] */ public function getSegments() { return $this->segments; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z+//vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceSegment.phpnu[segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Zi wvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Track.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TimestampedObject[] */ public function setTimestampedObjects($timestampedObjects) { $this->timestampedObjects = $timestampedObjects; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TimestampedObject[] */ public function getTimestampedObjects() { return $this->timestampedObjects; } } PK* ZCddvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingConfig.phpnu[model = $model; } public function getModel() { return $this->model; } } PK* Zbvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleProtobufEmpty.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZCp0JJvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceDetectionConfig.phpnu[includeAttributes = $includeAttributes; } public function getIncludeAttributes() { return $this->includeAttributes; } public function setIncludeBoundingBoxes($includeBoundingBoxes) { $this->includeBoundingBoxes = $includeBoundingBoxes; } public function getIncludeBoundingBoxes() { return $this->includeBoundingBoxes; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } } PK* Z 8N N vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.phpnu[categoryEntities = $categoryEntities; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity[] */ public function getCategoryEntities() { return $this->categoryEntities; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelSegment[] */ public function getSegments() { return $this->segments; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZOK{vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceSegment[] */ public function getSegments() { return $this->segments; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK* Z!; yvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Track.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TimestampedObject[] */ public function setTimestampedObjects($timestampedObjects) { $this->timestampedObjects = $timestampedObjects; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TimestampedObject[] */ public function getTimestampedObjects() { return $this->timestampedObjects; } } PK* ZH |vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelAnnotation.phpnu[categoryEntities = $categoryEntities; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity[] */ public function getCategoryEntities() { return $this->categoryEntities; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelSegment[] */ public function getSegments() { return $this->segments; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z)vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation.phpnu[tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZZ&&vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.phpnu[vertices = $vertices; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedVertex[] */ public function getVertices() { return $this->vertices; } } PK* ZLMhvvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoSegment.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK* Zf vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.phpnu[feature = $feature; } public function getFeature() { return $this->feature; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* Zc:vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress.phpnu[annotationProgress = $annotationProgress; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress[] */ public function getAnnotationProgress() { return $this->annotationProgress; } } PK* Z)&mzzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1DetectedLandmark.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedVertex */ public function setPoint(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedVertex $point) { $this->point = $point; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedVertex */ public function getPoint() { return $this->point; } } PK* Ztyyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame.phpnu[normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z^ 99vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.phpnu[alternatives = $alternatives; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z,segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextSegment[] */ public function getSegments() { return $this->segments; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZDnsvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1Entity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Zcvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1PersonDetectionConfig.phpnu[includeAttributes = $includeAttributes; } public function getIncludeAttributes() { return $this->includeAttributes; } public function setIncludeBoundingBoxes($includeBoundingBoxes) { $this->includeBoundingBoxes = $includeBoundingBoxes; } public function getIncludeBoundingBoxes() { return $this->includeBoundingBoxes; } public function setIncludePoseLandmarks($includePoseLandmarks) { $this->includePoseLandmarks = $includePoseLandmarks; } public function getIncludePoseLandmarks() { return $this->includePoseLandmarks; } } PK* Zz{<<~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelFrame.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Zg!//vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1FaceSegment.phpnu[segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* ZyLJfvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK* Z`ߢoo}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1FaceFrame.phpnu[normalizedBoundingBoxes = $normalizedBoundingBoxes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox[] */ public function getNormalizedBoundingBoxes() { return $this->normalizedBoundingBoxes; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z TrotatedBoundingBox = $rotatedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly */ public function getRotatedBoundingBox() { return $this->rotatedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z4?)vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoRequest.phpnu[features = $features; } public function getFeatures() { return $this->features; } public function setInputContent($inputContent) { $this->inputContent = $inputContent; } public function getInputContent() { return $this->inputContent; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setOutputUri($outputUri) { $this->outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext */ public function setVideoContext(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext $videoContext) { $this->videoContext = $videoContext; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext */ public function getVideoContext() { return $this->videoContext; } } PK* ZH0Joo}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1FaceFrame.phpnu[normalizedBoundingBoxes = $normalizedBoundingBoxes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox[] */ public function getNormalizedBoundingBoxes() { return $this->normalizedBoundingBoxes; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Celebrity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* ZԘVWW}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1DetectedLandmark.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedVertex */ public function setPoint(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedVertex $point) { $this->point = $point; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedVertex */ public function getPoint() { return $this->point; } } PK* Z fT:,:,vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.phpnu[error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation */ public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation $explicitAnnotation) { $this->explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation[] */ public function setFaceDetectionAnnotations($faceDetectionAnnotations) { $this->faceDetectionAnnotations = $faceDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation[] */ public function getFaceDetectionAnnotations() { return $this->faceDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function setFrameLabelAnnotations($frameLabelAnnotations) { $this->frameLabelAnnotations = $frameLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function getFrameLabelAnnotations() { return $this->frameLabelAnnotations; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation[] */ public function setLogoRecognitionAnnotations($logoRecognitionAnnotations) { $this->logoRecognitionAnnotations = $logoRecognitionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation[] */ public function getLogoRecognitionAnnotations() { return $this->logoRecognitionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation[] */ public function setPersonDetectionAnnotations($personDetectionAnnotations) { $this->personDetectionAnnotations = $personDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation[] */ public function getPersonDetectionAnnotations() { return $this->personDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function setSegmentLabelAnnotations($segmentLabelAnnotations) { $this->segmentLabelAnnotations = $segmentLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function getSegmentLabelAnnotations() { return $this->segmentLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) { $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function getSegmentPresenceLabelAnnotations() { return $this->segmentPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function setShotLabelAnnotations($shotLabelAnnotations) { $this->shotLabelAnnotations = $shotLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function getShotLabelAnnotations() { return $this->shotLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) { $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation[] */ public function getShotPresenceLabelAnnotations() { return $this->shotPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechTranscription[] */ public function setSpeechTranscriptions($speechTranscriptions) { $this->speechTranscriptions = $speechTranscriptions; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechTranscription[] */ public function getSpeechTranscriptions() { return $this->speechTranscriptions; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } } PK* Zddvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextDetectionConfig.phpnu[languageHints = $languageHints; } public function getLanguageHints() { return $this->languageHints; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } } PK* Z,..vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.phpnu[vertices = $vertices; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedVertex[] */ public function getVertices() { return $this->vertices; } } PK* Z\3vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress.phpnu[annotationProgress = $annotationProgress; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress[] */ public function getAnnotationProgress() { return $this->annotationProgress; } } PK* Z(eYvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.phpnu[pornographyLikelihood = $pornographyLikelihood; } public function getPornographyLikelihood() { return $this->pornographyLikelihood; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1Entity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z(. ivendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function setError(Google_Service_CloudVideoIntelligence_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK* ZktPPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation.phpnu[thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z2UI|vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1WordInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } } PK* Z{Divendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocations.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $locations = $videointelligenceService->locations; * */ class Google_Service_CloudVideoIntelligence_Resource_ProjectsLocations extends Google_Service_Resource { } PK* Zysvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $operations = $videointelligenceService->operations; * */ class Google_Service_CloudVideoIntelligence_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudVideoIntelligence_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty */ public function cancel($name, Google_Service_CloudVideoIntelligence_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningListOperationsResponse"); } } PK* Z:1ٲsvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocations.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $locations = $videointelligenceService->locations; * */ class Google_Service_CloudVideoIntelligence_Resource_OperationsProjectsLocations extends Google_Service_Resource { } PK* ZYi55^vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Videos.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $videos = $videointelligenceService->videos; * */ class Google_Service_CloudVideoIntelligence_Resource_Videos extends Google_Service_Resource { /** * Performs asynchronous video annotation. Progress and results can be retrieved * through the `google.longrunning.Operations` interface. `Operation.metadata` * contains `AnnotateVideoProgress` (progress). `Operation.response` contains * `AnnotateVideoResponse` (results). (videos.annotate) * * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation */ public function annotate(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('annotate', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation"); } } PK* ZöT@bvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Operations.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $operations = $videointelligenceService->operations; * */ class Google_Service_CloudVideoIntelligence_Resource_Operations extends Google_Service_Resource { } PK* Z $Μ`vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Projects.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $projects = $videointelligenceService->projects; * */ class Google_Service_CloudVideoIntelligence_Resource_Projects extends Google_Service_Resource { } PK* Zg*ݤ }vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocationsOperations.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $operations = $videointelligenceService->operations; * */ class Google_Service_CloudVideoIntelligence_Resource_OperationsProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation"); } } PK* Z Cjvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjects.phpnu[ * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); * $projects = $videointelligenceService->projects; * */ class Google_Service_CloudVideoIntelligence_Resource_OperationsProjects extends Google_Service_Resource { } PK* Z]9q11vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechTranscription.phpnu[alternatives = $alternatives; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z`nvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK* Zm][::|vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelFrame.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZF2tt~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoSegment.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK* ZCS}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } } PK* ZTtzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechContext.phpnu[phrases = $phrases; } public function getPhrases() { return $this->phrases; } } PK* ZV yu u vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingAnnotation.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z+NJ1 vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZH0Wvvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoSegment.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress.phpnu[annotationProgress = $annotationProgress; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress[] */ public function getAnnotationProgress() { return $this->annotationProgress; } } PK* Z(;ee}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextFrame.phpnu[rotatedBoundingBox = $rotatedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly */ public function getRotatedBoundingBox() { return $this->rotatedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZŬ˩..vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.phpnu[vertices = $vertices; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedVertex[] */ public function getVertices() { return $this->vertices; } } PK* ZɿWvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation.phpnu[tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZĖm,,vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.phpnu[error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation */ public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation $explicitAnnotation) { $this->explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation[] */ public function setFaceDetectionAnnotations($faceDetectionAnnotations) { $this->faceDetectionAnnotations = $faceDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation[] */ public function getFaceDetectionAnnotations() { return $this->faceDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function setFrameLabelAnnotations($frameLabelAnnotations) { $this->frameLabelAnnotations = $frameLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function getFrameLabelAnnotations() { return $this->frameLabelAnnotations; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation[] */ public function setLogoRecognitionAnnotations($logoRecognitionAnnotations) { $this->logoRecognitionAnnotations = $logoRecognitionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation[] */ public function getLogoRecognitionAnnotations() { return $this->logoRecognitionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation[] */ public function setPersonDetectionAnnotations($personDetectionAnnotations) { $this->personDetectionAnnotations = $personDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation[] */ public function getPersonDetectionAnnotations() { return $this->personDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function setSegmentLabelAnnotations($segmentLabelAnnotations) { $this->segmentLabelAnnotations = $segmentLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function getSegmentLabelAnnotations() { return $this->segmentLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) { $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function getSegmentPresenceLabelAnnotations() { return $this->segmentPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function setShotLabelAnnotations($shotLabelAnnotations) { $this->shotLabelAnnotations = $shotLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function getShotLabelAnnotations() { return $this->shotLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) { $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation[] */ public function getShotPresenceLabelAnnotations() { return $this->shotPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechTranscription[] */ public function setSpeechTranscriptions($speechTranscriptions) { $this->speechTranscriptions = $speechTranscriptions; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechTranscription[] */ public function getSpeechTranscriptions() { return $this->speechTranscriptions; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } } PK* Zcvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z1}ppvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2DetectedLandmark.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedVertex */ public function setPoint(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedVertex $point) { $this->point = $point; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedVertex */ public function getPoint() { return $this->point; } } PK* Zadvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentFrame[] */ public function getFrames() { return $this->frames; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z  vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TimestampedObject.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1DetectedLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1DetectedLandmark[] */ public function getLandmarks() { return $this->landmarks; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox */ public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Ze vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscriptionConfig.phpnu[audioTracks = $audioTracks; } public function getAudioTracks() { return $this->audioTracks; } public function setDiarizationSpeakerCount($diarizationSpeakerCount) { $this->diarizationSpeakerCount = $diarizationSpeakerCount; } public function getDiarizationSpeakerCount() { return $this->diarizationSpeakerCount; } public function setEnableAutomaticPunctuation($enableAutomaticPunctuation) { $this->enableAutomaticPunctuation = $enableAutomaticPunctuation; } public function getEnableAutomaticPunctuation() { return $this->enableAutomaticPunctuation; } public function setEnableSpeakerDiarization($enableSpeakerDiarization) { $this->enableSpeakerDiarization = $enableSpeakerDiarization; } public function getEnableSpeakerDiarization() { return $this->enableSpeakerDiarization; } public function setEnableWordConfidence($enableWordConfidence) { $this->enableWordConfidence = $enableWordConfidence; } public function getEnableWordConfidence() { return $this->enableWordConfidence; } public function setFilterProfanity($filterProfanity) { $this->filterProfanity = $filterProfanity; } public function getFilterProfanity() { return $this->filterProfanity; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMaxAlternatives($maxAlternatives) { $this->maxAlternatives = $maxAlternatives; } public function getMaxAlternatives() { return $this->maxAlternatives; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechContext[] */ public function setSpeechContexts($speechContexts) { $this->speechContexts = $speechContexts; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechContext[] */ public function getSpeechContexts() { return $this->speechContexts; } } PK* ZQxHHvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextAnnotation.phpnu[segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextSegment[] */ public function getSegments() { return $this->segments; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZN N vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelAnnotation.phpnu[categoryEntities = $categoryEntities; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity[] */ public function getCategoryEntities() { return $this->categoryEntities; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelSegment[] */ public function getSegments() { return $this->segments; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation.phpnu[celebrityTracks = $celebrityTracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1CelebrityTrack[] */ public function getCelebrityTracks() { return $this->celebrityTracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.phpnu[bottom = $bottom; } public function getBottom() { return $this->bottom; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setRight($right) { $this->right = $right; } public function getRight() { return $this->right; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK* Zs``vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingFrame.phpnu[normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZGivendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoProgress.phpnu[annotationProgress = $annotationProgress; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoAnnotationProgress[] */ public function getAnnotationProgress() { return $this->annotationProgress; } } PK* Zؒ2vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.phpnu[feature = $feature; } public function getFeature() { return $this->feature; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* ZF,,vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.phpnu[error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation */ public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation $explicitAnnotation) { $this->explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation[] */ public function setFaceDetectionAnnotations($faceDetectionAnnotations) { $this->faceDetectionAnnotations = $faceDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation[] */ public function getFaceDetectionAnnotations() { return $this->faceDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function setFrameLabelAnnotations($frameLabelAnnotations) { $this->frameLabelAnnotations = $frameLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function getFrameLabelAnnotations() { return $this->frameLabelAnnotations; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation[] */ public function setLogoRecognitionAnnotations($logoRecognitionAnnotations) { $this->logoRecognitionAnnotations = $logoRecognitionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation[] */ public function getLogoRecognitionAnnotations() { return $this->logoRecognitionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation[] */ public function setPersonDetectionAnnotations($personDetectionAnnotations) { $this->personDetectionAnnotations = $personDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation[] */ public function getPersonDetectionAnnotations() { return $this->personDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function setSegmentLabelAnnotations($segmentLabelAnnotations) { $this->segmentLabelAnnotations = $segmentLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function getSegmentLabelAnnotations() { return $this->segmentLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) { $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function getSegmentPresenceLabelAnnotations() { return $this->segmentPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function setShotLabelAnnotations($shotLabelAnnotations) { $this->shotLabelAnnotations = $shotLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function getShotLabelAnnotations() { return $this->shotLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) { $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation[] */ public function getShotPresenceLabelAnnotations() { return $this->shotPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription[] */ public function setSpeechTranscriptions($speechTranscriptions) { $this->speechTranscriptions = $speechTranscriptions; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription[] */ public function getSpeechTranscriptions() { return $this->speechTranscriptions; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } } PK* Z vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame[] */ public function getFrames() { return $this->frames; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zu%Bvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1DetectedAttribute.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Zvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningCancelOperationRequest.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TimestampedObject[] */ public function setTimestampedObjects($timestampedObjects) { $this->timestampedObjects = $timestampedObjects; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TimestampedObject[] */ public function getTimestampedObjects() { return $this->timestampedObjects; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentFrame[] */ public function getFrames() { return $this->frames; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingPoly.phpnu[vertices = $vertices; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedVertex[] */ public function getVertices() { return $this->vertices; } } PK* ZZ44vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceDetectionAnnotation.phpnu[thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zyxvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z5avendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity.phpnu[celebrity = $celebrity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Celebrity */ public function getCelebrity() { return $this->celebrity; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress.phpnu[feature = $feature; } public function getFeature() { return $this->feature; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* ZU}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK* Z>SE E vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.phpnu[entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Track[] */ public function getTracks() { return $this->tracks; } } PK* Ztݦvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.phpnu[annotationResults = $annotationResults; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults */ public function getAnnotationResults() { return $this->annotationResults; } public function setAnnotationResultsUri($annotationResultsUri) { $this->annotationResultsUri = $annotationResultsUri; } public function getAnnotationResultsUri() { return $this->annotationResultsUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function setError(Google_Service_CloudVideoIntelligence_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } } PK* ZT~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingBox.phpnu[bottom = $bottom; } public function getBottom() { return $this->bottom; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setRight($right) { $this->right = $right; } public function getRight() { return $this->right; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK* Zg|8vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1FaceAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceSegment[] */ public function getSegments() { return $this->segments; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK* Z{PPyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoContext.phpnu[explicitContentDetectionConfig = $explicitContentDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig */ public function getExplicitContentDetectionConfig() { return $this->explicitContentDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceDetectionConfig */ public function setFaceDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceDetectionConfig $faceDetectionConfig) { $this->faceDetectionConfig = $faceDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceDetectionConfig */ public function getFaceDetectionConfig() { return $this->faceDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig */ public function setLabelDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig $labelDetectionConfig) { $this->labelDetectionConfig = $labelDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig */ public function getLabelDetectionConfig() { return $this->labelDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig */ public function setObjectTrackingConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig $objectTrackingConfig) { $this->objectTrackingConfig = $objectTrackingConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig */ public function getObjectTrackingConfig() { return $this->objectTrackingConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1PersonDetectionConfig */ public function setPersonDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1PersonDetectionConfig $personDetectionConfig) { $this->personDetectionConfig = $personDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1PersonDetectionConfig */ public function getPersonDetectionConfig() { return $this->personDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig */ public function setShotChangeDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig $shotChangeDetectionConfig) { $this->shotChangeDetectionConfig = $shotChangeDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig */ public function getShotChangeDetectionConfig() { return $this->shotChangeDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig */ public function setSpeechTranscriptionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig $speechTranscriptionConfig) { $this->speechTranscriptionConfig = $speechTranscriptionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig */ public function getSpeechTranscriptionConfig() { return $this->speechTranscriptionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig */ public function setTextDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig $textDetectionConfig) { $this->textDetectionConfig = $textDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig */ public function getTextDetectionConfig() { return $this->textDetectionConfig; } } PK* Z,.vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z3?vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentFrame.phpnu[pornographyLikelihood = $pornographyLikelihood; } public function getPornographyLikelihood() { return $this->pornographyLikelihood; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z[[{vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextFrame.phpnu[rotatedBoundingBox = $rotatedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly */ public function getRotatedBoundingBox() { return $this->rotatedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZIXvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationProgress.phpnu[feature = $feature; } public function getFeature() { return $this->feature; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* Z@@vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextAnnotation.phpnu[segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextSegment[] */ public function getSegments() { return $this->segments; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zϯiivendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2WordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2WordInfo[] */ public function getWords() { return $this->words; } } PK* Zsnvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame[] */ public function getFrames() { return $this->frames; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z (iivendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.phpnu[model = $model; } public function getModel() { return $this->model; } } PK* Zjjvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelDetectionConfig.phpnu[frameConfidenceThreshold = $frameConfidenceThreshold; } public function getFrameConfidenceThreshold() { return $this->frameConfidenceThreshold; } public function setLabelDetectionMode($labelDetectionMode) { $this->labelDetectionMode = $labelDetectionMode; } public function getLabelDetectionMode() { return $this->labelDetectionMode; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setStationaryCamera($stationaryCamera) { $this->stationaryCamera = $stationaryCamera; } public function getStationaryCamera() { return $this->stationaryCamera; } public function setVideoConfidenceThreshold($videoConfidenceThreshold) { $this->videoConfidenceThreshold = $videoConfidenceThreshold; } public function getVideoConfidenceThreshold() { return $this->videoConfidenceThreshold; } } PK* Z7 ~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1DetectedAttribute.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZvYUUvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1WordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1WordInfo[] */ public function getWords() { return $this->words; } } PK* Z7vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame.phpnu[normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZjT99vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechTranscription.phpnu[alternatives = $alternatives; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* ZK"  vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TimestampedObject.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedLandmark[] */ public function getLandmarks() { return $this->landmarks; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox */ public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Zȱ yvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Track.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TimestampedObject[] */ public function setTimestampedObjects($timestampedObjects) { $this->timestampedObjects = $timestampedObjects; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TimestampedObject[] */ public function getTimestampedObjects() { return $this->timestampedObjects; } } PK* Zqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1CelebrityTrack.phpnu[celebrities = $celebrities; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity[] */ public function getCelebrities() { return $this->celebrities; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track */ public function setFaceTrack(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track $faceTrack) { $this->faceTrack = $faceTrack; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track */ public function getFaceTrack() { return $this->faceTrack; } } PK* Z'qvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.phpnu[pornographyLikelihood = $pornographyLikelihood; } public function getPornographyLikelihood() { return $this->pornographyLikelihood; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z`19zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Entity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z.)BBvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextFrame.phpnu[rotatedBoundingBox = $rotatedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingPoly */ public function getRotatedBoundingBox() { return $this->rotatedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZosWvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.phpnu[bottom = $bottom; } public function getBottom() { return $this->bottom; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setRight($right) { $this->right = $right; } public function getRight() { return $this->right; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK* Z{qqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1WordInfo[] */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1WordInfo[] */ public function getWords() { return $this->words; } } PK* Z&vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK* Z9"vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* ZXuvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1WordInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } } PK* Z~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z\vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse.phpnu[annotationResults = $annotationResults; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults[] */ public function getAnnotationResults() { return $this->annotationResults; } } PK* Z)^$vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation.phpnu[tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z_qlvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z4|vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1WordInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } } PK* Zz-vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextSegment.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Z } yvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1Track.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TimestampedObject[] */ public function setTimestampedObjects($timestampedObjects) { $this->timestampedObjects = $timestampedObjects; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TimestampedObject[] */ public function getTimestampedObjects() { return $this->timestampedObjects; } } PK* Z_\vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceSegment[] */ public function getSegments() { return $this->segments; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK* Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK* Z3큡vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults.phpnu[explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } public function setFrameTimestamp($frameTimestamp) { $this->frameTimestamp = $frameTimestamp; } public function getFrameTimestamp() { return $this->frameTimestamp; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } } PK* Z)qzzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1DetectedLandmark.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedVertex */ public function setPoint(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedVertex $point) { $this->point = $point; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedVertex */ public function getPoint() { return $this->point; } } PK* ZBW®^vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleRpcStatus.phpnu[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; } } PK* Z@*)+ttvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoResponse.phpnu[annotationResults = $annotationResults; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoAnnotationResults[] */ public function getAnnotationResults() { return $this->annotationResults; } } PK* ZQvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1DetectedAttribute.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z\vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.phpnu[frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame[] */ public function getFrames() { return $this->frames; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Zqzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Entity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ public function getSegment() { return $this->segment; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZDjPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2DetectedAttribute.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Zr+ vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation.phpnu[tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZwMvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse.phpnu[annotationResults = $annotationResults; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults[] */ public function getAnnotationResults() { return $this->annotationResults; } } PK* Z>kexvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Entity.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z&L  vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.phpnu[entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Track[] */ public function getTracks() { return $this->tracks; } } PK* Zq\2 2 vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelAnnotation.phpnu[categoryEntities = $categoryEntities; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity[] */ public function getCategoryEntities() { return $this->categoryEntities; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelFrame[] */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelSegment[] */ public function getSegments() { return $this->segments; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z)/1vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress.phpnu[annotationProgress = $annotationProgress; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress[] */ public function getAnnotationProgress() { return $this->annotationProgress; } } PK* ZA&J+J+vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.phpnu[error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation */ public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation $explicitAnnotation) { $this->explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceDetectionAnnotation[] */ public function setFaceDetectionAnnotations($faceDetectionAnnotations) { $this->faceDetectionAnnotations = $faceDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceDetectionAnnotation[] */ public function getFaceDetectionAnnotations() { return $this->faceDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function setFrameLabelAnnotations($frameLabelAnnotations) { $this->frameLabelAnnotations = $frameLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function getFrameLabelAnnotations() { return $this->frameLabelAnnotations; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LogoRecognitionAnnotation[] */ public function setLogoRecognitionAnnotations($logoRecognitionAnnotations) { $this->logoRecognitionAnnotations = $logoRecognitionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LogoRecognitionAnnotation[] */ public function getLogoRecognitionAnnotations() { return $this->logoRecognitionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1PersonDetectionAnnotation[] */ public function setPersonDetectionAnnotations($personDetectionAnnotations) { $this->personDetectionAnnotations = $personDetectionAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1PersonDetectionAnnotation[] */ public function getPersonDetectionAnnotations() { return $this->personDetectionAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function setSegmentLabelAnnotations($segmentLabelAnnotations) { $this->segmentLabelAnnotations = $segmentLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function getSegmentLabelAnnotations() { return $this->segmentLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) { $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function getSegmentPresenceLabelAnnotations() { return $this->segmentPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function setShotLabelAnnotations($shotLabelAnnotations) { $this->shotLabelAnnotations = $shotLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function getShotLabelAnnotations() { return $this->shotLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) { $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation[] */ public function getShotPresenceLabelAnnotations() { return $this->shotPresenceLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription[] */ public function setSpeechTranscriptions($speechTranscriptions) { $this->speechTranscriptions = $speechTranscriptions; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription[] */ public function getSpeechTranscriptions() { return $this->speechTranscriptions; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } } PK* ZXvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK* Z̟PPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation.phpnu[thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Track[] */ public function getTracks() { return $this->tracks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z5<<~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelFrame.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z>oo}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceFrame.phpnu[normalizedBoundingBoxes = $normalizedBoundingBoxes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox[] */ public function getNormalizedBoundingBoxes() { return $this->normalizedBoundingBoxes; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z_\ߐvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse.phpnu[annotationResults = $annotationResults; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults[] */ public function getAnnotationResults() { return $this->annotationResults; } } PK* Zs3//vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1FaceSegment.phpnu[segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } } PK* Zee}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextFrame.phpnu[rotatedBoundingBox = $rotatedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly */ public function getRotatedBoundingBox() { return $this->rotatedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z.ݓvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame.phpnu[pornographyLikelihood = $pornographyLikelihood; } public function getPornographyLikelihood() { return $this->pornographyLikelihood; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z9@8HHvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextAnnotation.phpnu[segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextSegment[] */ public function getSegments() { return $this->segments; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* Z7_=avendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.phpnu[ * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); * $operations = $runtimeconfigService->operations; * */ class Google_Service_CloudRuntimeConfig_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudRuntimeConfig_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty */ public function cancel($name, Google_Service_CloudRuntimeConfig_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_CloudRuntimeConfig_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRuntimeConfig_ListOperationsResponse"); } } PK* ZϲTvendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudRuntimeConfig_Status */ public function setError(Google_Service_CloudRuntimeConfig_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudRuntimeConfig_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK* ZiˡQvendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Status.phpnu[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; } } PK* ZaTTavendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudRuntimeConfig_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudRuntimeConfig_Operation[] */ public function getOperations() { return $this->operations; } } PK* Z:qO]vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.phpnu[ * The Cloud Storage for Firebase API enables programmatic management of Cloud * Storage buckets for use in Firebase projects

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Firebasestorage extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; public $projects_buckets; /** * Constructs the internal representation of the Firebasestorage service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebasestorage.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta'; $this->serviceName = 'firebasestorage'; $this->projects_buckets = new Google_Service_Firebasestorage_Resource_ProjectsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'addFirebase' => array( 'path' => 'v1beta/{+bucket}:addFirebase', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta/{+parent}/buckets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeFirebase' => array( 'path' => 'v1beta/{+bucket}:removeFirebase', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK* ZGxxXvendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.phpnu[errors = $errors; } /** * @return Google_Service_DeploymentManager_OperationErrorErrors[] */ public function getErrors() { return $this->errors; } } PK* Zo^vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z14ZZXvendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK* Zwgvv_vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DeploymentManager_DeploymentmanagerResource[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_DeploymentManager_DeploymentmanagerResource[] */ public function getResources() { return $this->resources; } } PK* Zcvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK* Z#Avvivendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsCancelPreviewRequest.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } } PK* Z]vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.phpnu[errors = $errors; } /** * @return Google_Service_DeploymentManager_ResourceUpdateErrorErrors[] */ public function getErrors() { return $this->errors; } } PK* Z3@Zvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_DeploymentManager_DeploymentUpdateLabelEntry[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_DeploymentManager_DeploymentUpdateLabelEntry[] */ public function getLabels() { return $this->labels; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } } PK* ZLkvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK* ZNvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.phpnu[id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DeploymentManager_Operation */ public function setOperation(Google_Service_DeploymentManager_Operation $operation) { $this->operation = $operation; } /** * @return Google_Service_DeploymentManager_Operation */ public function getOperation() { return $this->operation; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK* Z|g7_vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z0[vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DeploymentManager_Type[] */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_DeploymentManager_Type[] */ public function getTypes() { return $this->types; } } PK* Zh8#FFPvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_DeploymentManager_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_DeploymentManager_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_DeploymentManager_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK* ZlTTcvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.phpnu[accessControl = $accessControl; } /** * @return Google_Service_DeploymentManager_ResourceAccessControl */ public function getAccessControl() { return $this->accessControl; } public function setFinalProperties($finalProperties) { $this->finalProperties = $finalProperties; } public function getFinalProperties() { return $this->finalProperties; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_DeploymentManager_ResourceUpdate */ public function setUpdate(Google_Service_DeploymentManager_ResourceUpdate $update) { $this->update = $update; } /** * @return Google_Service_DeploymentManager_ResourceUpdate */ public function getUpdate() { return $this->update; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings[] */ public function getWarnings() { return $this->warnings; } } PK* ZXvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.phpnu[ * $deploymentmanagerService = new Google_Service_DeploymentManager(...); * $types = $deploymentmanagerService->types; * */ class Google_Service_DeploymentManager_Resource_Types extends Google_Service_Resource { /** * Lists all resource types for Deployment Manager. (types.listTypes) * * @param string $project The project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. For example, if you are filtering Compute Engine * instances, you can exclude instances named `example-instance` by specifying * `name != example-instance`. You can also filter nested fields. For example, * you could specify `scheduling.automaticRestart = false` to include instances * only if they are not scheduled for automatic restarts. You can use filtering * on nested fields to filter based on resource labels. To filter on multiple * expressions, provide each separate expression within parentheses. For * example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel * Skylake") ``` By default, each expression is an `AND` expression. However, * you can include `AND` and `OR` expressions explicitly. For example: ``` * (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND * (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. You * can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. Currently, only sorting by `name` or * `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @return Google_Service_DeploymentManager_TypesListResponse */ public function listTypes($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse"); } } PK* Zi77^vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.phpnu[ * $deploymentmanagerService = new Google_Service_DeploymentManager(...); * $deployments = $deploymentmanagerService->deployments; * */ class Google_Service_DeploymentManager_Resource_Deployments extends Google_Service_Resource { /** * Cancels and removes the preview currently associated with the deployment. * (deployments.cancelPreview) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_Operation */ public function cancelPreview($project, $deployment, Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancelPreview', array($params), "Google_Service_DeploymentManager_Operation"); } /** * Deletes a deployment and all of the resources in the deployment. * (deployments.delete) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param array $optParams Optional parameters. * * @opt_param string deletePolicy Sets the policy to use for deleting resources. * @return Google_Service_DeploymentManager_Operation */ public function delete($project, $deployment, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation"); } /** * Gets information about a specific deployment. (deployments.get) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_Deployment */ public function get($project, $deployment, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment"); } /** * Gets the access control policy for a resource. May be empty if no such policy * or resource exists. (deployments.getIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion Requested IAM Policy version. * @return Google_Service_DeploymentManager_Policy */ public function getIamPolicy($project, $resource, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DeploymentManager_Policy"); } /** * Creates a deployment and all of the resources described by the deployment * manifest. (deployments.insert) * * @param string $project The project ID for this request. * @param Google_Service_DeploymentManager_Deployment $postBody * @param array $optParams Optional parameters. * * @opt_param string createPolicy Sets the policy to use for creating new * resources. * @opt_param bool preview If set to true, creates a deployment and creates * "shell" resources but does not actually instantiate these resources. This * allows you to preview what your deployment looks like. After previewing a * deployment, you can deploy your resources by making a request with the * `update()` method or you can use the `cancelPreview()` method to cancel the * preview altogether. Note that the deployment will still exist after you * cancel the preview and you must separately delete this deployment if you want * to remove it. * @return Google_Service_DeploymentManager_Operation */ public function insert($project, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation"); } /** * Lists all deployments for a given project. (deployments.listDeployments) * * @param string $project The project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. For example, if you are filtering Compute Engine * instances, you can exclude instances named `example-instance` by specifying * `name != example-instance`. You can also filter nested fields. For example, * you could specify `scheduling.automaticRestart = false` to include instances * only if they are not scheduled for automatic restarts. You can use filtering * on nested fields to filter based on resource labels. To filter on multiple * expressions, provide each separate expression within parentheses. For * example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel * Skylake") ``` By default, each expression is an `AND` expression. However, * you can include `AND` and `OR` expressions explicitly. For example: ``` * (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND * (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. You * can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. Currently, only sorting by `name` or * `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @return Google_Service_DeploymentManager_DeploymentsListResponse */ public function listDeployments($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse"); } /** * Patches a deployment and all of the resources described by the deployment * manifest. (deployments.patch) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param Google_Service_DeploymentManager_Deployment $postBody * @param array $optParams Optional parameters. * * @opt_param string createPolicy Sets the policy to use for creating new * resources. * @opt_param string deletePolicy Sets the policy to use for deleting resources. * @opt_param bool preview If set to true, updates the deployment and creates * and updates the "shell" resources but does not actually alter or instantiate * these resources. This allows you to preview what your deployment will look * like. You can use this intent to preview how an update would affect your * deployment. You must provide a `target.config` with a configuration if this * is set to true. After previewing a deployment, you can deploy your resources * by making a request with the `update()` or you can `cancelPreview()` to * remove the preview altogether. Note that the deployment will still exist * after you cancel the preview and you must separately delete this deployment * if you want to remove it. * @return Google_Service_DeploymentManager_Operation */ public function patch($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (deployments.setIamPolicy) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_DeploymentManager_GlobalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_Policy */ public function setIamPolicy($project, $resource, Google_Service_DeploymentManager_GlobalSetPolicyRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DeploymentManager_Policy"); } /** * Stops an ongoing operation. This does not roll back any work that has already * been completed, but prevents any new work from being started. * (deployments.stop) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param Google_Service_DeploymentManager_DeploymentsStopRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_Operation */ public function stop($project, $deployment, Google_Service_DeploymentManager_DeploymentsStopRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_DeploymentManager_Operation"); } /** * Returns permissions that a caller has on the specified resource. * (deployments.testIamPermissions) * * @param string $project Project ID for this request. * @param string $resource Name or id of the resource for this request. * @param Google_Service_DeploymentManager_TestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_TestPermissionsResponse */ public function testIamPermissions($project, $resource, Google_Service_DeploymentManager_TestPermissionsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DeploymentManager_TestPermissionsResponse"); } /** * Updates a deployment and all of the resources described by the deployment * manifest. (deployments.update) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param Google_Service_DeploymentManager_Deployment $postBody * @param array $optParams Optional parameters. * * @opt_param string createPolicy Sets the policy to use for creating new * resources. * @opt_param string deletePolicy Sets the policy to use for deleting resources. * @opt_param bool preview If set to true, updates the deployment and creates * and updates the "shell" resources but does not actually alter or instantiate * these resources. This allows you to preview what your deployment will look * like. You can use this intent to preview how an update would affect your * deployment. You must provide a `target.config` with a configuration if this * is set to true. After previewing a deployment, you can deploy your resources * by making a request with the `update()` or you can `cancelPreview()` to * remove the preview altogether. Note that the deployment will still exist * after you cancel the preview and you must separately delete this deployment * if you want to remove it. * @return Google_Service_DeploymentManager_Operation */ public function update($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation"); } } PK* ZRaa]vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.phpnu[ * $deploymentmanagerService = new Google_Service_DeploymentManager(...); * $operations = $deploymentmanagerService->operations; * */ class Google_Service_DeploymentManager_Resource_Operations extends Google_Service_Resource { /** * Gets information about a specific operation. (operations.get) * * @param string $project The project ID for this request. * @param string $operation The name of the operation for this request. * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_Operation */ public function get($project, $operation, $optParams = array()) { $params = array('project' => $project, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation"); } /** * Lists all operations for a project. (operations.listOperations) * * @param string $project The project ID for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. For example, if you are filtering Compute Engine * instances, you can exclude instances named `example-instance` by specifying * `name != example-instance`. You can also filter nested fields. For example, * you could specify `scheduling.automaticRestart = false` to include instances * only if they are not scheduled for automatic restarts. You can use filtering * on nested fields to filter based on resource labels. To filter on multiple * expressions, provide each separate expression within parentheses. For * example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel * Skylake") ``` By default, each expression is an `AND` expression. However, * you can include `AND` and `OR` expressions explicitly. For example: ``` * (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND * (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. You * can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. Currently, only sorting by `name` or * `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @return Google_Service_DeploymentManager_OperationsListResponse */ public function listOperations($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse"); } } PK* Zabb\vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.phpnu[ * $deploymentmanagerService = new Google_Service_DeploymentManager(...); * $resources = $deploymentmanagerService->resources; * */ class Google_Service_DeploymentManager_Resource_Resources extends Google_Service_Resource { /** * Gets information about a single resource. (resources.get) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param string $resource The name of the resource for this request. * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_DeploymentmanagerResource */ public function get($project, $deployment, $resource, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource"); } /** * Lists all resources in a given deployment. (resources.listResources) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. For example, if you are filtering Compute Engine * instances, you can exclude instances named `example-instance` by specifying * `name != example-instance`. You can also filter nested fields. For example, * you could specify `scheduling.automaticRestart = false` to include instances * only if they are not scheduled for automatic restarts. You can use filtering * on nested fields to filter based on resource labels. To filter on multiple * expressions, provide each separate expression within parentheses. For * example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel * Skylake") ``` By default, each expression is an `AND` expression. However, * you can include `AND` and `OR` expressions explicitly. For example: ``` * (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND * (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. You * can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. Currently, only sorting by `name` or * `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @return Google_Service_DeploymentManager_ResourcesListResponse */ public function listResources($project, $deployment, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse"); } } PK* Z CC\vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.phpnu[ * $deploymentmanagerService = new Google_Service_DeploymentManager(...); * $manifests = $deploymentmanagerService->manifests; * */ class Google_Service_DeploymentManager_Resource_Manifests extends Google_Service_Resource { /** * Gets information about a specific manifest. (manifests.get) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param string $manifest The name of the manifest for this request. * @param array $optParams Optional parameters. * @return Google_Service_DeploymentManager_Manifest */ public function get($project, $deployment, $manifest, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest"); } /** * Lists all manifests for a given deployment. (manifests.listManifests) * * @param string $project The project ID for this request. * @param string $deployment The name of the deployment for this request. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters resources listed in * the response. The expression must specify the field name, a comparison * operator, and the value that you want to use for filtering. The value must be * a string, a number, or a boolean. The comparison operator must be either `=`, * `!=`, `>`, or `<`. For example, if you are filtering Compute Engine * instances, you can exclude instances named `example-instance` by specifying * `name != example-instance`. You can also filter nested fields. For example, * you could specify `scheduling.automaticRestart = false` to include instances * only if they are not scheduled for automatic restarts. You can use filtering * on nested fields to filter based on resource labels. To filter on multiple * expressions, provide each separate expression within parentheses. For * example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel * Skylake") ``` By default, each expression is an `AND` expression. However, * you can include `AND` and `OR` expressions explicitly. For example: ``` * (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND * (scheduling.automaticRestart = true) ``` * @opt_param string maxResults The maximum number of results per page that * should be returned. If the number of available results is larger than * `maxResults`, Compute Engine returns a `nextPageToken` that can be used to * get the next page of results in subsequent list requests. Acceptable values * are `0` to `500`, inclusive. (Default: `500`) * @opt_param string orderBy Sorts list results by a certain order. By default, * results are returned in alphanumerical order based on the resource name. You * can also sort results in descending order based on the creation timestamp * using `orderBy="creationTimestamp desc"`. This sorts results based on the * `creationTimestamp` field in reverse chronological order (newest result * first). Use this to sort resources like operations so that the newest * operation is returned first. Currently, only sorting by `name` or * `creationTimestamp desc` is supported. * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to * the `nextPageToken` returned by a previous list request to get the next page * of results. * @return Google_Service_DeploymentManager_ManifestsListResponse */ public function listManifests($project, $deployment, $optParams = array()) { $params = array('project' => $project, 'deployment' => $deployment); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse"); } } PK* Z:CC_vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.phpnu[manifests = $manifests; } /** * @return Google_Service_DeploymentManager_Manifest[] */ public function getManifests() { return $this->manifests; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZRm{ Rvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.phpnu[config = $config; } /** * @return Google_Service_DeploymentManager_ConfigFile */ public function getConfig() { return $this->config; } public function setExpandedConfig($expandedConfig) { $this->expandedConfig = $expandedConfig; } public function getExpandedConfig() { return $this->expandedConfig; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_DeploymentManager_ImportFile[] */ public function setImports($imports) { $this->imports = $imports; } /** * @return Google_Service_DeploymentManager_ImportFile[] */ public function getImports() { return $this->imports; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setLayout($layout) { $this->layout = $layout; } public function getLayout() { return $this->layout; } public function setManifestSizeBytes($manifestSizeBytes) { $this->manifestSizeBytes = $manifestSizeBytes; } public function getManifestSizeBytes() { return $this->manifestSizeBytes; } public function setManifestSizeLimitBytes($manifestSizeLimitBytes) { $this->manifestSizeLimitBytes = $manifestSizeLimitBytes; } public function getManifestSizeLimitBytes() { return $this->manifestSizeLimitBytes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK* ZׂZQvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.phpnu[condition = $condition; } /** * @return Google_Service_DeploymentManager_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK* ZsS`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_DeploymentManager_ResourceUpdateWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_DeploymentManager_ResourceUpdateWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK* ZR׹[vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_DeploymentManager_OperationWarningsData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_DeploymentManager_OperationWarningsData[] */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK* Z&1yEETvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.phpnu[content = $content; } public function getContent() { return $this->content; } } PK* Z`"Svendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_DeploymentManager_OperationError */ public function setError(Google_Service_DeploymentManager_OperationError $error) { $this->error = $error; } /** * @return Google_Service_DeploymentManager_OperationError */ public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationGroupId($operationGroupId) { $this->operationGroupId = $operationGroupId; } public function getOperationGroupId() { return $this->operationGroupId; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param Google_Service_DeploymentManager_OperationWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_DeploymentManager_OperationWarnings[] */ public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK* Z\mm`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.phpnu[fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } } PK* Z_J~o^vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK* Z}FD Xvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.phpnu[accessControl = $accessControl; } /** * @return Google_Service_DeploymentManager_ResourceAccessControl */ public function getAccessControl() { return $this->accessControl; } /** * @param Google_Service_DeploymentManager_ResourceUpdateError */ public function setError(Google_Service_DeploymentManager_ResourceUpdateError $error) { $this->error = $error; } /** * @return Google_Service_DeploymentManager_ResourceUpdateError */ public function getError() { return $this->error; } public function setFinalProperties($finalProperties) { $this->finalProperties = $finalProperties; } public function getFinalProperties() { return $this->finalProperties; } public function setIntent($intent) { $this->intent = $intent; } public function getIntent() { return $this->intent; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_DeploymentManager_ResourceUpdateWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_DeploymentManager_ResourceUpdateWarnings[] */ public function getWarnings() { return $this->warnings; } } PK* Zmss_vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.phpnu[gcpIamPolicy = $gcpIamPolicy; } public function getGcpIamPolicy() { return $this->gcpIamPolicy; } } PK* ZWWUvendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_DeploymentManager_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK* ZPu`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/GlobalSetPolicyRequest.phpnu[bindings = $bindings; } /** * @return Google_Service_DeploymentManager_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_DeploymentManager_Policy */ public function setPolicy(Google_Service_DeploymentManager_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_DeploymentManager_Policy */ public function getPolicy() { return $this->policy; } } PK* ZSovendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* Z+ɠavendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z9]vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.phpnu[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; } } PK* Z3PP`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DeploymentManager_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_DeploymentManager_Operation[] */ public function getOperations() { return $this->operations; } } PK* Z}dvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZUnU`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK* Z, dvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK* ZTvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.phpnu[content = $content; } public function getContent() { return $this->content; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Z(]]avendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsListResponse.phpnu[deployments = $deployments; } /** * @return Google_Service_DeploymentManager_Deployment[] */ public function getDeployments() { return $this->deployments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZY Tvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } /** * @param Google_Service_DeploymentManager_DeploymentLabelEntry[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_DeploymentManager_DeploymentLabelEntry[] */ public function getLabels() { return $this->labels; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DeploymentManager_Operation */ public function setOperation(Google_Service_DeploymentManager_Operation $operation) { $this->operation = $operation; } /** * @return Google_Service_DeploymentManager_Operation */ public function getOperation() { return $this->operation; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_DeploymentManager_TargetConfiguration */ public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target) { $this->target = $target; } /** * @return Google_Service_DeploymentManager_TargetConfiguration */ public function getTarget() { return $this->target; } /** * @param Google_Service_DeploymentManager_DeploymentUpdate */ public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update) { $this->update = $update; } /** * @return Google_Service_DeploymentManager_DeploymentUpdate */ public function getUpdate() { return $this->update; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* Z9ϖtRRNvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK* ZM%##tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageRequest.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig */ public function setBoundingPolyConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig $boundingPolyConfig) { $this->boundingPolyConfig = $boundingPolyConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig */ public function getBoundingPolyConfig() { return $this->boundingPolyConfig; } public function setFeature($feature) { $this->feature = $feature; } public function getFeature() { return $this->feature; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig */ public function setImageClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig $imageClassificationConfig) { $this->imageClassificationConfig = $imageClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig */ public function getImageClassificationConfig() { return $this->imageClassificationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PolylineConfig */ public function setPolylineConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PolylineConfig $polylineConfig) { $this->polylineConfig = $polylineConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PolylineConfig */ public function getPolylineConfig() { return $this->polylineConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SegmentationConfig */ public function setSegmentationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SegmentationConfig $segmentationConfig) { $this->segmentationConfig = $segmentationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SegmentationConfig */ public function getSegmentationConfig() { return $this->segmentationConfig; } } PK* Zp#C<<vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZBEzvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.phpnu[outputFolderUri = $outputFolderUri; } public function getOutputFolderUri() { return $this->outputFolderUri; } } PK* Z̔ƍ??vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZBLLvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZoL{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } } PK* Z|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse.phpnu[evaluations = $evaluations; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Evaluation[] */ public function getEvaluations() { return $this->evaluations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZN5AAvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z+\tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SequentialSegment.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK* Z++vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextClassificationAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } } PK* Z6IIIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZWw}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest.phpnu[job = $job; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob */ public function getJob() { return $this->job; } } PK* Zκlvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ImportDataOperationResponse.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setImportCount($importCount) { $this->importCount = $importCount; } public function getImportCount() { return $this->importCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK* Zǯ}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } } PK* Z'lvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1GcsSource.phpnu[inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK* Zv*vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z^s((qvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoThumbnail.phpnu[thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* ZGWB nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Instruction.phpnu[blockingResources = $blockingResources; } public function getBlockingResources() { return $this->blockingResources; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CsvInstruction */ public function setCsvInstruction(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CsvInstruction $csvInstruction) { $this->csvInstruction = $csvInstruction; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CsvInstruction */ public function getCsvInstruction() { return $this->csvInstruction; } public function setDataType($dataType) { $this->dataType = $dataType; } public function getDataType() { return $this->dataType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PdfInstruction */ public function setPdfInstruction(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PdfInstruction $pdfInstruction) { $this->pdfInstruction = $pdfInstruction; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PdfInstruction */ public function getPdfInstruction() { return $this->pdfInstruction; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK* ZOovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImagePayload.phpnu[imageThumbnail = $imageThumbnail; } public function getImageThumbnail() { return $this->imageThumbnail; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setSignedUri($signedUri) { $this->signedUri = $signedUri; } public function getSignedUri() { return $this->signedUri; } } PK* Z?&\|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageClassificationConfig.phpnu[allowMultiLabel = $allowMultiLabel; } public function getAllowMultiLabel() { return $this->allowMultiLabel; } public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setAnswerAggregationType($answerAggregationType) { $this->answerAggregationType = $answerAggregationType; } public function getAnswerAggregationType() { return $this->answerAggregationType; } } PK* Z$ csvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotatedDataset.phpnu[annotationSource = $annotationSource; } public function getAnnotationSource() { return $this->annotationSource; } public function setAnnotationType($annotationType) { $this->annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } public function setBlockingResources($blockingResources) { $this->blockingResources = $blockingResources; } public function getBlockingResources() { return $this->blockingResources; } public function setCompletedExampleCount($completedExampleCount) { $this->completedExampleCount = $completedExampleCount; } public function getCompletedExampleCount() { return $this->completedExampleCount; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExampleCount($exampleCount) { $this->exampleCount = $exampleCount; } public function getExampleCount() { return $this->exampleCount; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats */ public function setLabelStats(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats $labelStats) { $this->labelStats = $labelStats; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats */ public function getLabelStats() { return $this->labelStats; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata */ public function setMetadata(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata */ public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* ZH?AAvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z${vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextClassificationConfig.phpnu[allowMultiLabel = $allowMultiLabel; } public function getAllowMultiLabel() { return $this->allowMultiLabel; } public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig */ public function setSentimentConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig $sentimentConfig) { $this->sentimentConfig = $sentimentConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig */ public function getSentimentConfig() { return $this->sentimentConfig; } } PK* Z8cLLvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zғyvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ClassificationMetadata.phpnu[isMultiLabel = $isMultiLabel; } public function getIsMultiLabel() { return $this->isMultiLabel; } } PK* Zorvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1GcsDestination.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setOutputUri($outputUri) { $this->outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } } PK* ZH=#qvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1GcsDestination.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setOutputUri($outputUri) { $this->outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } } PK* ZkSF  mvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Annotation.phpnu[annotationMetadata = $annotationMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationMetadata */ public function getAnnotationMetadata() { return $this->annotationMetadata; } public function setAnnotationSentiment($annotationSentiment) { $this->annotationSentiment = $annotationSentiment; } public function getAnnotationSentiment() { return $this->annotationSentiment; } public function setAnnotationSource($annotationSource) { $this->annotationSource = $annotationSource; } public function getAnnotationSource() { return $this->annotationSource; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationValue */ public function setAnnotationValue(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationValue $annotationValue) { $this->annotationValue = $annotationValue; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationValue */ public function getAnnotationValue() { return $this->annotationValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Zl rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1FeedbackMessage.phpnu[body = $body; } public function getBody() { return $this->body; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata */ public function setOperatorFeedbackMetadata(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata $operatorFeedbackMetadata) { $this->operatorFeedbackMetadata = $operatorFeedbackMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata */ public function getOperatorFeedbackMetadata() { return $this->operatorFeedbackMetadata; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata */ public function setRequesterFeedbackMetadata(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata $requesterFeedbackMetadata) { $this->requesterFeedbackMetadata = $requesterFeedbackMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata */ public function getRequesterFeedbackMetadata() { return $this->requesterFeedbackMetadata; } } PK* Z׉Usvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationConfig.phpnu[boundingBoxEvaluationOptions = $boundingBoxEvaluationOptions; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions */ public function getBoundingBoxEvaluationOptions() { return $this->boundingBoxEvaluationOptions; } } PK* Z(GG}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Zijpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsFolderDestination */ public function setGcsFolderDestination(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsFolderDestination $gcsFolderDestination) { $this->gcsFolderDestination = $gcsFolderDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsFolderDestination */ public function getGcsFolderDestination() { return $this->gcsFolderDestination; } } PK* ZWhpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelStats.phpnu[exampleCount = $exampleCount; } public function getExampleCount() { return $this->exampleCount; } } PK* Z|zvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination.phpnu[outputFolderUri = $outputFolderUri; } public function getOutputFolderUri() { return $this->outputFolderUri; } } PK* Z1ΣXvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleProtobufEmpty.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zjjnvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EventConfig.phpnu[annotationSpecSets = $annotationSpecSets; } public function getAnnotationSpecSets() { return $this->annotationSpecSets; } public function setClipLength($clipLength) { $this->clipLength = $clipLength; } public function getClipLength() { return $this->clipLength; } public function setOverlapLength($overlapLength) { $this->overlapLength = $overlapLength; } public function getOverlapLength() { return $this->overlapLength; } } PK* ZH+Qovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1BoundingPoly.phpnu[vertices = $vertices; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK* Z~7{{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListInstructionsResponse.phpnu[instructions = $instructions; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Instruction[] */ public function getInstructions() { return $this->instructions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z:_22tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationMetrics.phpnu[classificationMetrics = $classificationMetrics; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ClassificationMetrics */ public function getClassificationMetrics() { return $this->classificationMetrics; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionMetrics */ public function setObjectDetectionMetrics(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionMetrics $objectDetectionMetrics) { $this->objectDetectionMetrics = $objectDetectionMetrics; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionMetrics */ public function getObjectDetectionMetrics() { return $this->objectDetectionMetrics; } } PK* Z//vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ImportDataOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z5AAvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z kKKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZT|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoClassificationConfig.phpnu[annotationSpecSetConfigs = $annotationSpecSetConfigs; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig[] */ public function getAnnotationSpecSetConfigs() { return $this->annotationSpecSetConfigs; } public function setApplyShotDetection($applyShotDetection) { $this->applyShotDetection = $applyShotDetection; } public function getApplyShotDetection() { return $this->applyShotDetection; } } PK* Z\==vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z^s>>vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zn'9vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse.phpnu[annotationSpecSets = $annotationSpecSets; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSet[] */ public function getAnnotationSpecSets() { return $this->annotationSpecSets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z PPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z=z8auvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1BoundingPolyConfig.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setInstructionMessage($instructionMessage) { $this->instructionMessage = $instructionMessage; } public function getInstructionMessage() { return $this->instructionMessage; } } PK* Zqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationSpec.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } } PK* Z kvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1DataItem.phpnu[imagePayload = $imagePayload; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePayload */ public function getImagePayload() { return $this->imagePayload; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload */ public function setTextPayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload $textPayload) { $this->textPayload = $textPayload; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload */ public function getTextPayload() { return $this->textPayload; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoPayload */ public function setVideoPayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoPayload $videoPayload) { $this->videoPayload = $videoPayload; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoPayload */ public function getVideoPayload() { return $this->videoPayload; } } PK* ZtI yvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.phpnu[annotatedDatasetDescription = $annotatedDatasetDescription; } public function getAnnotatedDatasetDescription() { return $this->annotatedDatasetDescription; } public function setAnnotatedDatasetDisplayName($annotatedDatasetDisplayName) { $this->annotatedDatasetDisplayName = $annotatedDatasetDisplayName; } public function getAnnotatedDatasetDisplayName() { return $this->annotatedDatasetDisplayName; } public function setContributorEmails($contributorEmails) { $this->contributorEmails = $contributorEmails; } public function getContributorEmails() { return $this->contributorEmails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setLabelGroup($labelGroup) { $this->labelGroup = $labelGroup; } public function getLabelGroup() { return $this->labelGroup; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setQuestionDuration($questionDuration) { $this->questionDuration = $questionDuration; } public function getQuestionDuration() { return $this->questionDuration; } public function setReplicaCount($replicaCount) { $this->replicaCount = $replicaCount; } public function getReplicaCount() { return $this->replicaCount; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } } PK* Z32IIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z4AAvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zk. . ~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly */ public function setBoundingPoly(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly */ public function setNormalizedBoundingPoly(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly $normalizedBoundingPoly) { $this->normalizedBoundingPoly = $normalizedBoundingPoly; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly */ public function getNormalizedBoundingPoly() { return $this->normalizedBoundingPoly; } } PK* Z66vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZQfKKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zrvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ExportDataOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z!T˕{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateInstructionRequest.phpnu[instruction = $instruction; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Instruction */ public function getInstruction() { return $this->instruction; } } PK* Z-7 99vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z yvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry.phpnu[confidenceThreshold = $confidenceThreshold; } public function getConfidenceThreshold() { return $this->confidenceThreshold; } public function setF1Score($f1Score) { $this->f1Score = $f1Score; } public function getF1Score() { return $this->f1Score; } public function setF1ScoreAt1($f1ScoreAt1) { $this->f1ScoreAt1 = $f1ScoreAt1; } public function getF1ScoreAt1() { return $this->f1ScoreAt1; } public function setF1ScoreAt5($f1ScoreAt5) { $this->f1ScoreAt5 = $f1ScoreAt5; } public function getF1ScoreAt5() { return $this->f1ScoreAt5; } public function setPrecision($precision) { $this->precision = $precision; } public function getPrecision() { return $this->precision; } public function setPrecisionAt1($precisionAt1) { $this->precisionAt1 = $precisionAt1; } public function getPrecisionAt1() { return $this->precisionAt1; } public function setPrecisionAt5($precisionAt5) { $this->precisionAt5 = $precisionAt5; } public function getPrecisionAt5() { return $this->precisionAt5; } public function setRecall($recall) { $this->recall = $recall; } public function getRecall() { return $this->recall; } public function setRecallAt1($recallAt1) { $this->recallAt1 = $recallAt1; } public function getRecallAt1() { return $this->recallAt1; } public function setRecallAt5($recallAt5) { $this->recallAt5 = $recallAt5; } public function getRecallAt5() { return $this->recallAt5; } } PK* ZV$tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1GcsDestination.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setOutputUri($outputUri) { $this->outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } } PK* ZW W vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setExportCount($exportCount) { $this->exportCount = $exportCount; } public function getExportCount() { return $this->exportCount; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelStats */ public function setLabelStats(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelStats $labelStats) { $this->labelStats = $labelStats; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelStats */ public function getLabelStats() { return $this->labelStats; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1OutputConfig */ public function setOutputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK* ZF|kLLvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZԾqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1PolylineConfig.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setInstructionMessage($instructionMessage) { $this->instructionMessage = $instructionMessage; } public function getInstructionMessage() { return $this->instructionMessage; } } PK* Zatvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImportDataRequest.phpnu[inputConfig = $inputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } } PK* Z"9_vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus */ public function setError(Google_Service_DataLabeling_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK* ZEZ/bvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsInstructions.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $instructions = $datalabelingService->instructions; * */ class Google_Service_DataLabeling_Resource_ProjectsInstructions extends Google_Service_Resource { /** * Creates an instruction for how data should be labeled. (instructions.create) * * @param string $parent Required. Instruction resource parent, format: * projects/{project_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateInstructionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function create($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateInstructionRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } /** * Deletes an instruction object by resource name. (instructions.delete) * * @param string $name Required. Instruction resource name, format: * projects/{project_id}/instructions/{instruction_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Gets an instruction by resource name. (instructions.get) * * @param string $name Required. Instruction resource name, format: * projects/{project_id}/instructions/{instruction_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Instruction */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Instruction"); } /** * Lists instructions for a project. Pagination is supported. * (instructions.listProjectsInstructions) * * @param string $parent Required. Instruction resource parent, format: * projects/{project_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter is not supported at this moment. * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListInstructionsResponse.next_page_token of the previous * [DataLabelingService.ListInstructions] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListInstructionsResponse */ public function listProjectsInstructions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListInstructionsResponse"); } } PK* Zd!cvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsVideo.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $video = $datalabelingService->video; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsVideo extends Google_Service_Resource { /** * Starts a labeling task for video. The type of video labeling task is * configured by feature in the request. (video.label) * * @param string $parent Required. Name of the dataset to request labeling task, * format: projects/{project_id}/datasets/{dataset_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function label($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('label', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } } PK* ZD=*{dvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsEvaluationJobs.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $evaluationJobs = $datalabelingService->evaluationJobs; * */ class Google_Service_DataLabeling_Resource_ProjectsEvaluationJobs extends Google_Service_Resource { /** * Creates an evaluation job. (evaluationJobs.create) * * @param string $parent Required. Evaluation job resource parent. Format: * "projects/{project_id}" * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob */ public function create($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob"); } /** * Stops and deletes an evaluation job. (evaluationJobs.delete) * * @param string $name Required. Name of the evaluation job that is going to be * deleted. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}" * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Gets an evaluation job by resource name. (evaluationJobs.get) * * @param string $name Required. Name of the evaluation job. Format: * "projects/{project_id} /evaluationJobs/{evaluation_job_id}" * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob"); } /** * Lists all evaluation jobs within a project with possible filters. Pagination * is supported. (evaluationJobs.listProjectsEvaluationJobs) * * @param string $parent Required. Evaluation job resource parent. Format: * "projects/{project_id}" * @param array $optParams Optional parameters. * * @opt_param string filter Optional. You can filter the jobs to list by * model_id (also known as model_name, as described in * EvaluationJob.modelVersion) or by evaluation job state (as described in * EvaluationJob.state). To filter by both criteria, use the `AND` operator or * the `OR` operator. For example, you can use the following string for your * filter: "evaluation_job.model_id = {model_name} AND evaluation_job.state = * {evaluation_job_state}" * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by the nextPageToken in the * response to the previous request. The request returns the first page if this * is empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse */ public function listProjectsEvaluationJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse"); } /** * Updates an evaluation job. You can only update certain fields of the job's * EvaluationJobConfig: `humanAnnotationConfig.instruction`, `exampleCount`, and * `exampleSamplePercentage`. If you want to change any other aspect of the * evaluation job, you must delete the job and create a new one. * (evaluationJobs.patch) * * @param string $name Output only. After you create a job, Data Labeling * Service assigns a name to the job with the following format: * "projects/{project_id}/evaluationJobs/ {evaluation_job_id}" * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Mask for which fields to update. You * can only provide the following fields: * * `evaluationJobConfig.humanAnnotationConfig.instruction` * * `evaluationJobConfig.exampleCount` * * `evaluationJobConfig.exampleSamplePercentage` You can provide more than one * of these fields by separating them with commas. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob */ public function patch($name, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob"); } /** * Pauses an evaluation job. Pausing an evaluation job that is already in a * `PAUSED` state is a no-op. (evaluationJobs.pause) * * @param string $name Required. Name of the evaluation job that is going to be * paused. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}" * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PauseEvaluationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function pause($name, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PauseEvaluationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('pause', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Resumes a paused evaluation job. A deleted evaluation job can't be resumed. * Resuming a running or scheduled evaluation job is a no-op. * (evaluationJobs.resume) * * @param string $name Required. Name of the evaluation job that is going to be * resumed. Format: "projects/{project_id}/evaluationJobs/{evaluation_job_id}" * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function resume($name, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } } PK* Z1 ~vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsFeedbackThreads.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $feedbackThreads = $datalabelingService->feedbackThreads; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsFeedbackThreads extends Google_Service_Resource { /** * Delete a FeedbackThread. (feedbackThreads.delete) * * @param string $name Required. Name of the FeedbackThread that is going to be * deleted. Format: 'projects/{project_id}/datasets/{dataset_id}/annotatedDatase * ts/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}'. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Get a FeedbackThread object. (feedbackThreads.get) * * @param string $name Required. Name of the feedback. Format: 'projects/{projec * t_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedback * Threads/{feedback_thread_id}'. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackThread */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackThread"); } /** * List FeedbackThreads with pagination. * (feedbackThreads.listProjectsDatasetsAnnotatedDatasetsFeedbackThreads) * * @param string $parent Required. FeedbackThread resource parent. Format: "proj * ects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_ * id}" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListFeedbackThreads.next_page_token of the previous * [DataLabelingService.ListFeedbackThreads] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListFeedbackThreadsResponse */ public function listProjectsDatasetsAnnotatedDatasetsFeedbackThreads($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListFeedbackThreadsResponse"); } } PK* Z]I I wvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsExamples.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $examples = $datalabelingService->examples; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsExamples extends Google_Service_Resource { /** * Gets an example by resource name, including both data and annotation. * (examples.get) * * @param string $name Required. Name of example, format: * projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ * {annotated_dataset_id}/examples/{example_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. An expression for filtering Examples. * Filter by annotation_spec.display_name is supported. Format * "annotation_spec.display_name = {display_name}" * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example"); } /** * Lists examples in an annotated dataset. Pagination is supported. * (examples.listProjectsDatasetsAnnotatedDatasetsExamples) * * @param string $parent Required. Example resource parent. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. An expression for filtering Examples. For * annotated datasets that have annotation spec set, filter by * annotation_spec.display_name is supported. Format * "annotation_spec.display_name = {display_name}" * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListExamplesResponse.next_page_token of the previous * [DataLabelingService.ListExamples] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListExamplesResponse */ public function listProjectsDatasetsAnnotatedDatasetsExamples($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListExamplesResponse"); } } PK* Z L^vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasets.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $datasets = $datalabelingService->datasets; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasets extends Google_Service_Resource { /** * Creates dataset. If success return a Dataset resource. (datasets.create) * * @param string $parent Required. Dataset resource parent, format: * projects/{project_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateDatasetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Dataset */ public function create($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateDatasetRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Dataset"); } /** * Deletes a dataset by resource name. (datasets.delete) * * @param string $name Required. Dataset resource name, format: * projects/{project_id}/datasets/{dataset_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Exports data and annotations from dataset. (datasets.exportData) * * @param string $name Required. Dataset resource name, format: * projects/{project_id}/datasets/{dataset_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ExportDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function exportData($name, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ExportDataRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('exportData', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } /** * Gets dataset by resource name. (datasets.get) * * @param string $name Required. Dataset resource name, format: * projects/{project_id}/datasets/{dataset_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Dataset */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Dataset"); } /** * Imports data into dataset based on source locations defined in request. It * can be called multiple times for the same dataset. Each dataset can only have * one long running operation running on it. For example, no labeling task (also * long running operation) can be started while importing is still ongoing. Vice * versa. (datasets.importData) * * @param string $name Required. Dataset resource name, format: * projects/{project_id}/datasets/{dataset_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImportDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function importData($name, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImportDataRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('importData', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } /** * Lists datasets under a project. Pagination is supported. * (datasets.listProjectsDatasets) * * @param string $parent Required. Dataset resource parent, format: * projects/{project_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter on dataset is not supported at this * moment. * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListDatasetsResponse.next_page_token of the previous * [DataLabelingService.ListDatasets] call. Returns the first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListDatasetsResponse */ public function listProjectsDatasets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListDatasetsResponse"); } } PK* ZBB@@{vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsEvaluationsExampleComparisons.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $exampleComparisons = $datalabelingService->exampleComparisons; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsEvaluationsExampleComparisons extends Google_Service_Resource { /** * Searches example comparisons from an evaluation. The return format is a list * of example comparisons that show ground truth and prediction(s) for a single * input. Search by providing an evaluation ID. (exampleComparisons.search) * * @param string $parent Required. Name of the Evaluation resource to search for * example comparisons from. Format: * "projects/{project_id}/datasets/{dataset_id}/evaluations/ {evaluation_id}" * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse */ public function search($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse"); } } PK* Z #cvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsImage.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $image = $datalabelingService->image; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsImage extends Google_Service_Resource { /** * Starts a labeling task for image. The type of image labeling task is * configured by feature in the request. (image.label) * * @param string $parent Required. Name of the dataset to request labeling task, * format: projects/{project_id}/datasets/{dataset_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function label($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('label', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } } PK* Z89 9 gvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsDataItems.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $dataItems = $datalabelingService->dataItems; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsDataItems extends Google_Service_Resource { /** * Gets a data item in a dataset by resource name. This API can be called after * data are imported into dataset. (dataItems.get) * * @param string $name Required. The name of the data item to get, format: * projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1DataItem */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1DataItem"); } /** * Lists data items in a dataset. This API can be called after data are imported * into dataset. Pagination is supported. * (dataItems.listProjectsDatasetsDataItems) * * @param string $parent Required. Name of the dataset to list data items, * format: projects/{project_id}/datasets/{dataset_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter is not supported at this moment. * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListDataItemsResponse.next_page_token of the previous * [DataLabelingService.ListDataItems] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListDataItemsResponse */ public function listProjectsDatasetsDataItems($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListDataItemsResponse"); } } PK* Zx~~Vvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/Projects.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $projects = $datalabelingService->projects; * */ class Google_Service_DataLabeling_Resource_Projects extends Google_Service_Resource { } PK* Z%-h.`vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsOperations.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $operations = $datalabelingService->operations; * */ class Google_Service_DataLabeling_Resource_ProjectsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_DataLabeling_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleLongrunningListOperationsResponse"); } } PK* Z ovendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasets.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $annotatedDatasets = $datalabelingService->annotatedDatasets; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasets extends Google_Service_Resource { /** * Deletes an annotated dataset by resource name. (annotatedDatasets.delete) * * @param string $name Required. Name of the annotated dataset to delete, * format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ * {annotated_dataset_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Gets an annotated dataset by resource name. (annotatedDatasets.get) * * @param string $name Required. Name of the annotated dataset to get, format: * projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ * {annotated_dataset_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotatedDataset */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotatedDataset"); } /** * Lists annotated datasets for a dataset. Pagination is supported. * (annotatedDatasets.listProjectsDatasetsAnnotatedDatasets) * * @param string $parent Required. Name of the dataset to list annotated * datasets, format: projects/{project_id}/datasets/{dataset_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter is not supported at this moment. * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListAnnotatedDatasetsResponse.next_page_token of the previous * [DataLabelingService.ListAnnotatedDatasets] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListAnnotatedDatasetsResponse */ public function listProjectsDatasetsAnnotatedDatasets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListAnnotatedDatasetsResponse"); } } PK* Zll l xvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsDataItems.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $dataItems = $datalabelingService->dataItems; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsDataItems extends Google_Service_Resource { /** * Gets a data item in a dataset by resource name. This API can be called after * data are imported into dataset. (dataItems.get) * * @param string $name Required. The name of the data item to get, format: * projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1DataItem */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1DataItem"); } /** * Lists data items in a dataset. This API can be called after data are imported * into dataset. Pagination is supported. * (dataItems.listProjectsDatasetsAnnotatedDatasetsDataItems) * * @param string $parent Required. Name of the dataset to list data items, * format: projects/{project_id}/datasets/{dataset_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter is not supported at this moment. * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListDataItemsResponse.next_page_token of the previous * [DataLabelingService.ListDataItems] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListDataItemsResponse */ public function listProjectsDatasetsAnnotatedDatasetsDataItems($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListDataItemsResponse"); } } PK* Z88ivendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsEvaluations.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $evaluations = $datalabelingService->evaluations; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsEvaluations extends Google_Service_Resource { /** * Gets an evaluation by resource name (to search, use * projects.evaluations.search). (evaluations.get) * * @param string $name Required. Name of the evaluation. Format: * "projects/{project_id}/datasets/ {dataset_id}/evaluations/{evaluation_id}' * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Evaluation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Evaluation"); } } PK* Z3-vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessages.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $feedbackMessages = $datalabelingService->feedbackMessages; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessages extends Google_Service_Resource { /** * Create a FeedbackMessage object. (feedbackMessages.create) * * @param string $parent Required. FeedbackMessage resource parent, format: proj * ects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_ * id}/feedbackThreads/{feedback_thread_id}. * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function create($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackMessage $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } /** * Delete a FeedbackMessage. (feedbackMessages.delete) * * @param string $name Required. Name of the FeedbackMessage that is going to be * deleted. Format: 'projects/{project_id}/datasets/{dataset_id}/annotatedDatase * ts/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessag * es/{feedback_message_id}'. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Get a FeedbackMessage object. (feedbackMessages.get) * * @param string $name Required. Name of the feedback. Format: 'projects/{projec * t_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedback * Threads/{feedback_thread_id}/feedbackMessages/{feedback_message_id}'. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackMessage */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackMessage"); } /** * List FeedbackMessages with pagination. (feedbackMessages.listProjectsDatasets * AnnotatedDatasetsFeedbackThreadsFeedbackMessages) * * @param string $parent Required. FeedbackMessage resource parent. Format: "pro * jects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset * _id}/feedbackThreads/{feedback_thread_id}" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListFeedbackMessages.next_page_token of the previous * [DataLabelingService.ListFeedbackMessages] call. Return first page if empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListFeedbackMessagesResponse */ public function listProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListFeedbackMessagesResponse"); } } PK* Z]hvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsAnnotationSpecSets.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $annotationSpecSets = $datalabelingService->annotationSpecSets; * */ class Google_Service_DataLabeling_Resource_ProjectsAnnotationSpecSets extends Google_Service_Resource { /** * Creates an annotation spec set by providing a set of labels. * (annotationSpecSets.create) * * @param string $parent Required. AnnotationSpecSet resource parent, format: * projects/{project_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSet */ public function create($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSet"); } /** * Deletes an annotation spec set by resource name. (annotationSpecSets.delete) * * @param string $name Required. AnnotationSpec resource name, format: * `projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}`. * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataLabeling_GoogleProtobufEmpty"); } /** * Gets an annotation spec set by resource name. (annotationSpecSets.get) * * @param string $name Required. AnnotationSpecSet resource name, format: * projects/{project_id}/annotationSpecSets/{annotation_spec_set_id} * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSet */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSet"); } /** * Lists annotation spec sets for a project. Pagination is supported. * (annotationSpecSets.listProjectsAnnotationSpecSets) * * @param string $parent Required. Parent of AnnotationSpecSet resource, format: * projects/{project_id} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter is not supported at this moment. * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by * ListAnnotationSpecSetsResponse.next_page_token of the previous * [DataLabelingService.ListAnnotationSpecSets] call. Return first page if * empty. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse */ public function listProjectsAnnotationSpecSets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse"); } } PK* ZZgF F avendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsEvaluations.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $evaluations = $datalabelingService->evaluations; * */ class Google_Service_DataLabeling_Resource_ProjectsEvaluations extends Google_Service_Resource { /** * Searches evaluations within a project. (evaluations.search) * * @param string $parent Required. Evaluation search parent (project ID). * Format: "projects/ {project_id}" * @param array $optParams Optional parameters. * * @opt_param string filter Optional. To search evaluations, you can filter by * the following: * evaluation_job.evaluation_job_id (the last part of * EvaluationJob.name) * evaluation_job.model_id (the {model_name} portion of * EvaluationJob.modelVersion) * evaluation_job.evaluation_job_run_time_start * (Minimum threshold for the evaluationJobRunTime that created the evaluation) * * evaluation_job.evaluation_job_run_time_end (Maximum threshold for the * evaluationJobRunTime that created the evaluation) * evaluation_job.job_state * (EvaluationJob.state) * annotation_spec.display_name (the Evaluation contains * a metric for the annotation spec with this displayName) To filter by multiple * critiera, use the `AND` operator or the `OR` operator. The following examples * shows a string that filters by several critiera: * "evaluation_job.evaluation_job_id = {evaluation_job_id} AND * evaluation_job.model_id = {model_name} AND * evaluation_job.evaluation_job_run_time_start = {timestamp_1} AND * evaluation_job.evaluation_job_run_time_end = {timestamp_2} AND * annotation_spec.display_name = {display_name}" * @opt_param int pageSize Optional. Requested page size. Server may return * fewer results than requested. Default value is 100. * @opt_param string pageToken Optional. A token identifying a page of results * for the server to return. Typically obtained by the nextPageToken of the * response to a previous search request. If you don't specify this field, the * API call requests the first page of the search. * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse */ public function search($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse"); } } PK* Z/"bvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsText.phpnu[ * $datalabelingService = new Google_Service_DataLabeling(...); * $text = $datalabelingService->text; * */ class Google_Service_DataLabeling_Resource_ProjectsDatasetsText extends Google_Service_Resource { /** * Starts a labeling task for text. The type of text labeling task is configured * by feature in the request. (text.label) * * @param string $parent Required. Name of the data set to request labeling * task, format: projects/{project_id}/datasets/{dataset_id} * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataLabeling_GoogleLongrunningOperation */ public function label($parent, Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('label', array($params), "Google_Service_DataLabeling_GoogleLongrunningOperation"); } } PK* Z[7dlvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataLabeling_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_DataLabeling_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK* Zʢ33vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z A,,vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } } PK* Z@@vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZFX svendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelTextRequest.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } public function setFeature($feature) { $this->feature = $feature; } public function getFeature() { return $this->feature; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig */ public function setTextClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig $textClassificationConfig) { $this->textClassificationConfig = $textClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig */ public function getTextClassificationConfig() { return $this->textClassificationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig */ public function setTextEntityExtractionConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig $textEntityExtractionConfig) { $this->textEntityExtractionConfig = $textEntityExtractionConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig */ public function getTextEntityExtractionConfig() { return $this->textEntityExtractionConfig; } } PK* Zܓ::vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z@v\~~rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationValue.phpnu[imageBoundingPolyAnnotation = $imageBoundingPolyAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation */ public function getImageBoundingPolyAnnotation() { return $this->imageBoundingPolyAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation */ public function setImageClassificationAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation $imageClassificationAnnotation) { $this->imageClassificationAnnotation = $imageClassificationAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation */ public function getImageClassificationAnnotation() { return $this->imageClassificationAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation */ public function setImagePolylineAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation $imagePolylineAnnotation) { $this->imagePolylineAnnotation = $imagePolylineAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation */ public function getImagePolylineAnnotation() { return $this->imagePolylineAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation */ public function setImageSegmentationAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation $imageSegmentationAnnotation) { $this->imageSegmentationAnnotation = $imageSegmentationAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation */ public function getImageSegmentationAnnotation() { return $this->imageSegmentationAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationAnnotation */ public function setTextClassificationAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationAnnotation $textClassificationAnnotation) { $this->textClassificationAnnotation = $textClassificationAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationAnnotation */ public function getTextClassificationAnnotation() { return $this->textClassificationAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation */ public function setTextEntityExtractionAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation $textEntityExtractionAnnotation) { $this->textEntityExtractionAnnotation = $textEntityExtractionAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation */ public function getTextEntityExtractionAnnotation() { return $this->textEntityExtractionAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation */ public function setVideoClassificationAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation $videoClassificationAnnotation) { $this->videoClassificationAnnotation = $videoClassificationAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation */ public function getVideoClassificationAnnotation() { return $this->videoClassificationAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoEventAnnotation */ public function setVideoEventAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoEventAnnotation $videoEventAnnotation) { $this->videoEventAnnotation = $videoEventAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoEventAnnotation */ public function getVideoEventAnnotation() { return $this->videoEventAnnotation; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation */ public function setVideoObjectTrackingAnnotation(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation $videoObjectTrackingAnnotation) { $this->videoObjectTrackingAnnotation = $videoObjectTrackingAnnotation; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation */ public function getVideoObjectTrackingAnnotation() { return $this->videoObjectTrackingAnnotation; } } PK* Z0HHvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZBBBvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z0|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingFrame[] */ public function setObjectTrackingFrames($objectTrackingFrames) { $this->objectTrackingFrames = $objectTrackingFrames; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingFrame[] */ public function getObjectTrackingFrames() { return $this->objectTrackingFrames; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function setTimeSegment(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment $timeSegment) { $this->timeSegment = $timeSegment; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function getTimeSegment() { return $this->timeSegment; } } PK* Z[  {vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata.phpnu[boundingPolyConfig = $boundingPolyConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig */ public function getBoundingPolyConfig() { return $this->boundingPolyConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig */ public function setEventConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig $eventConfig) { $this->eventConfig = $eventConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig */ public function getEventConfig() { return $this->eventConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function setHumanAnnotationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig $humanAnnotationConfig) { $this->humanAnnotationConfig = $humanAnnotationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getHumanAnnotationConfig() { return $this->humanAnnotationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig */ public function setImageClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig $imageClassificationConfig) { $this->imageClassificationConfig = $imageClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig */ public function getImageClassificationConfig() { return $this->imageClassificationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig */ public function setObjectDetectionConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig $objectDetectionConfig) { $this->objectDetectionConfig = $objectDetectionConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig */ public function getObjectDetectionConfig() { return $this->objectDetectionConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig */ public function setObjectTrackingConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig $objectTrackingConfig) { $this->objectTrackingConfig = $objectTrackingConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig */ public function getObjectTrackingConfig() { return $this->objectTrackingConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PolylineConfig */ public function setPolylineConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PolylineConfig $polylineConfig) { $this->polylineConfig = $polylineConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PolylineConfig */ public function getPolylineConfig() { return $this->polylineConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SegmentationConfig */ public function setSegmentationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SegmentationConfig $segmentationConfig) { $this->segmentationConfig = $segmentationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SegmentationConfig */ public function getSegmentationConfig() { return $this->segmentationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig */ public function setTextClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig $textClassificationConfig) { $this->textClassificationConfig = $textClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig */ public function getTextClassificationConfig() { return $this->textClassificationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig */ public function setTextEntityExtractionConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig $textEntityExtractionConfig) { $this->textEntityExtractionConfig = $textEntityExtractionConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig */ public function getTextEntityExtractionConfig() { return $this->textEntityExtractionConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig */ public function setVideoClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig $videoClassificationConfig) { $this->videoClassificationConfig = $videoClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig */ public function getVideoClassificationConfig() { return $this->videoClassificationConfig; } } PK* ZU//vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ImportDataOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z:<<vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z)/Vxvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListDataItemsResponse.phpnu[dataItems = $dataItems; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1DataItem[] */ public function getDataItems() { return $this->dataItems; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z3`ܯ--|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata */ public function setImageBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata $imageBoundingBoxDetails) { $this->imageBoundingBoxDetails = $imageBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata */ public function getImageBoundingBoxDetails() { return $this->imageBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata */ public function setImageBoundingPolyDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata $imageBoundingPolyDetails) { $this->imageBoundingPolyDetails = $imageBoundingPolyDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata */ public function getImageBoundingPolyDetails() { return $this->imageBoundingPolyDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata */ public function setImageClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata $imageClassificationDetails) { $this->imageClassificationDetails = $imageClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata */ public function getImageClassificationDetails() { return $this->imageClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function setImageOrientedBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata $imageOrientedBoundingBoxDetails) { $this->imageOrientedBoundingBoxDetails = $imageOrientedBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function getImageOrientedBoundingBoxDetails() { return $this->imageOrientedBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata */ public function setImagePolylineDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata $imagePolylineDetails) { $this->imagePolylineDetails = $imagePolylineDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata */ public function getImagePolylineDetails() { return $this->imagePolylineDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata */ public function setImageSegmentationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata $imageSegmentationDetails) { $this->imageSegmentationDetails = $imageSegmentationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata */ public function getImageSegmentationDetails() { return $this->imageSegmentationDetails; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata */ public function setTextClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata $textClassificationDetails) { $this->textClassificationDetails = $textClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata */ public function getTextClassificationDetails() { return $this->textClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata */ public function setTextEntityExtractionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata $textEntityExtractionDetails) { $this->textEntityExtractionDetails = $textEntityExtractionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata */ public function getTextEntityExtractionDetails() { return $this->textEntityExtractionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata */ public function setVideoClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata $videoClassificationDetails) { $this->videoClassificationDetails = $videoClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata */ public function getVideoClassificationDetails() { return $this->videoClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata */ public function setVideoEventDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata $videoEventDetails) { $this->videoEventDetails = $videoEventDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata */ public function getVideoEventDetails() { return $this->videoEventDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata */ public function setVideoObjectDetectionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata $videoObjectDetectionDetails) { $this->videoObjectDetectionDetails = $videoObjectDetectionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata */ public function getVideoObjectDetectionDetails() { return $this->videoObjectDetectionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata */ public function setVideoObjectTrackingDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata $videoObjectTrackingDetails) { $this->videoObjectTrackingDetails = $videoObjectTrackingDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata */ public function getVideoObjectTrackingDetails() { return $this->videoObjectTrackingDetails; } } PK* ZLs2xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectDetectionConfig.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setExtractionFrameRate($extractionFrameRate) { $this->extractionFrameRate = $extractionFrameRate; } public function getExtractionFrameRate() { return $this->extractionFrameRate; } } PK* ZKtvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1GcsDestination.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setOutputUri($outputUri) { $this->outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } } PK* ZVMEEvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z$66vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1GenerateAnalysisReportOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } } PK* Zrvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination */ public function setGcsFolderDestination(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination $gcsFolderDestination) { $this->gcsFolderDestination = $gcsFolderDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination */ public function getGcsFolderDestination() { return $this->gcsFolderDestination; } } PK* Zbovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoPayload.phpnu[frameRate = $frameRate; } public function getFrameRate() { return $this->frameRate; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setSignedUri($signedUri) { $this->signedUri = $signedUri; } public function getSignedUri() { return $this->signedUri; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoThumbnail[] */ public function setVideoThumbnails($videoThumbnails) { $this->videoThumbnails = $videoThumbnails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoThumbnail[] */ public function getVideoThumbnails() { return $this->videoThumbnails; } public function setVideoUri($videoUri) { $this->videoUri = $videoUri; } public function getVideoUri() { return $this->videoUri; } } PK* Z wwqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1PdfInstruction.phpnu[gcsFileUri = $gcsFileUri; } public function getGcsFileUri() { return $this->gcsFileUri; } } PK* Z\pvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelStats.phpnu[exampleCount = $exampleCount; } public function getExampleCount() { return $this->exampleCount; } } PK* Z(vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse.phpnu[exampleComparisons = $exampleComparisons; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ExampleComparison[] */ public function getExampleComparisons() { return $this->exampleComparisons; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZPt988fvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Row.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry[] */ public function getEntries() { return $this->entries; } } PK* ZrR~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListFeedbackThreadsResponse.phpnu[feedbackThreads = $feedbackThreads; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackThread[] */ public function getFeedbackThreads() { return $this->feedbackThreads; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Zr a??vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z(*BBvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZW W vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setExportCount($exportCount) { $this->exportCount = $exportCount; } public function getExportCount() { return $this->exportCount; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelStats */ public function setLabelStats(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelStats $labelStats) { $this->labelStats = $labelStats; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelStats */ public function getLabelStats() { return $this->labelStats; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1OutputConfig */ public function setOutputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK* ZA!rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ConfusionMatrix.phpnu[row = $row; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Row[] */ public function getRow() { return $this->row; } } PK* ZKMtU xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.phpnu[annotatedDatasetDescription = $annotatedDatasetDescription; } public function getAnnotatedDatasetDescription() { return $this->annotatedDatasetDescription; } public function setAnnotatedDatasetDisplayName($annotatedDatasetDisplayName) { $this->annotatedDatasetDisplayName = $annotatedDatasetDisplayName; } public function getAnnotatedDatasetDisplayName() { return $this->annotatedDatasetDisplayName; } public function setContributorEmails($contributorEmails) { $this->contributorEmails = $contributorEmails; } public function getContributorEmails() { return $this->contributorEmails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setLabelGroup($labelGroup) { $this->labelGroup = $labelGroup; } public function getLabelGroup() { return $this->labelGroup; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setQuestionDuration($questionDuration) { $this->questionDuration = $questionDuration; } public function getQuestionDuration() { return $this->questionDuration; } public function setReplicaCount($replicaCount) { $this->replicaCount = $replicaCount; } public function getReplicaCount() { return $this->replicaCount; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } } PK* ZYp zvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedPolyline */ public function setNormalizedPolyline(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedPolyline $normalizedPolyline) { $this->normalizedPolyline = $normalizedPolyline; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedPolyline */ public function getNormalizedPolyline() { return $this->normalizedPolyline; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Polyline */ public function setPolyline(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Polyline $polyline) { $this->polyline = $polyline; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Polyline */ public function getPolyline() { return $this->polyline; } } PK* ZVq--vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ImportDataOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z< < ~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExportDataOperationResponse.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setExportCount($exportCount) { $this->exportCount = $exportCount; } public function getExportCount() { return $this->exportCount; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats */ public function setLabelStats(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats $labelStats) { $this->labelStats = $labelStats; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats */ public function getLabelStats() { return $this->labelStats; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig */ public function setOutputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK* Z$ovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextMetadata.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK* Z!::vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZFF|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateInstructionMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z!}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z~<<vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z)yvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } public function getThumbnail() { return $this->thumbnail; } } PK* Z[IIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z<|hhtvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExportDataRequest.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig */ public function setOutputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } } PK* Z$f--|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata */ public function setImageBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata $imageBoundingBoxDetails) { $this->imageBoundingBoxDetails = $imageBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata */ public function getImageBoundingBoxDetails() { return $this->imageBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata */ public function setImageBoundingPolyDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata $imageBoundingPolyDetails) { $this->imageBoundingPolyDetails = $imageBoundingPolyDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata */ public function getImageBoundingPolyDetails() { return $this->imageBoundingPolyDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata */ public function setImageClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata $imageClassificationDetails) { $this->imageClassificationDetails = $imageClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata */ public function getImageClassificationDetails() { return $this->imageClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function setImageOrientedBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata $imageOrientedBoundingBoxDetails) { $this->imageOrientedBoundingBoxDetails = $imageOrientedBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function getImageOrientedBoundingBoxDetails() { return $this->imageOrientedBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata */ public function setImagePolylineDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata $imagePolylineDetails) { $this->imagePolylineDetails = $imagePolylineDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata */ public function getImagePolylineDetails() { return $this->imagePolylineDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata */ public function setImageSegmentationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata $imageSegmentationDetails) { $this->imageSegmentationDetails = $imageSegmentationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata */ public function getImageSegmentationDetails() { return $this->imageSegmentationDetails; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata */ public function setTextClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata $textClassificationDetails) { $this->textClassificationDetails = $textClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata */ public function getTextClassificationDetails() { return $this->textClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata */ public function setTextEntityExtractionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata $textEntityExtractionDetails) { $this->textEntityExtractionDetails = $textEntityExtractionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata */ public function getTextEntityExtractionDetails() { return $this->textEntityExtractionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata */ public function setVideoClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata $videoClassificationDetails) { $this->videoClassificationDetails = $videoClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata */ public function getVideoClassificationDetails() { return $this->videoClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata */ public function setVideoEventDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata $videoEventDetails) { $this->videoEventDetails = $videoEventDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata */ public function getVideoEventDetails() { return $this->videoEventDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata */ public function setVideoObjectDetectionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata $videoObjectDetectionDetails) { $this->videoObjectDetectionDetails = $videoObjectDetectionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata */ public function getVideoObjectDetectionDetails() { return $this->videoObjectDetectionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata */ public function setVideoObjectTrackingDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata $videoObjectTrackingDetails) { $this->videoObjectTrackingDetails = $videoObjectTrackingDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata */ public function getVideoObjectTrackingDetails() { return $this->videoObjectTrackingDetails; } } PK* ZӔ4E E jvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Dataset.phpnu[blockingResources = $blockingResources; } public function getBlockingResources() { return $this->blockingResources; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataItemCount($dataItemCount) { $this->dataItemCount = $dataItemCount; } public function getDataItemCount() { return $this->dataItemCount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1InputConfig[] */ public function setInputConfigs($inputConfigs) { $this->inputConfigs = $inputConfigs; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1InputConfig[] */ public function getInputConfigs() { return $this->inputConfigs; } public function setLastMigrateTime($lastMigrateTime) { $this->lastMigrateTime = $lastMigrateTime; } public function getLastMigrateTime() { return $this->lastMigrateTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Zʹϩivendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK* Z"<QQvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest.phpnu[annotationSpecSet = $annotationSpecSet; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSet */ public function getAnnotationSpecSet() { return $this->annotationSpecSet; } } PK* Z<%8 8 jvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Example.phpnu[annotations = $annotations; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Annotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePayload */ public function setImagePayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePayload $imagePayload) { $this->imagePayload = $imagePayload; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImagePayload */ public function getImagePayload() { return $this->imagePayload; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload */ public function setTextPayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload $textPayload) { $this->textPayload = $textPayload; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload */ public function getTextPayload() { return $this->textPayload; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoPayload */ public function setVideoPayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoPayload $videoPayload) { $this->videoPayload = $videoPayload; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoPayload */ public function getVideoPayload() { return $this->videoPayload; } } PK* Zޛvvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly */ public function setNormalizedBoundingPoly(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly $normalizedBoundingPoly) { $this->normalizedBoundingPoly = $normalizedBoundingPoly; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly */ public function getNormalizedBoundingPoly() { return $this->normalizedBoundingPoly; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } } PK* Z/{zvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig.phpnu[allowMultiLabel = $allowMultiLabel; } public function getAllowMultiLabel() { return $this->allowMultiLabel; } public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } } PK* Z^Ɨ  {vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.phpnu[annotatedDatasetDescription = $annotatedDatasetDescription; } public function getAnnotatedDatasetDescription() { return $this->annotatedDatasetDescription; } public function setAnnotatedDatasetDisplayName($annotatedDatasetDisplayName) { $this->annotatedDatasetDisplayName = $annotatedDatasetDisplayName; } public function getAnnotatedDatasetDisplayName() { return $this->annotatedDatasetDisplayName; } public function setContributorEmails($contributorEmails) { $this->contributorEmails = $contributorEmails; } public function getContributorEmails() { return $this->contributorEmails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setLabelGroup($labelGroup) { $this->labelGroup = $labelGroup; } public function getLabelGroup() { return $this->labelGroup; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setQuestionDuration($questionDuration) { $this->questionDuration = $questionDuration; } public function getQuestionDuration() { return $this->questionDuration; } public function setReplicaCount($replicaCount) { $this->replicaCount = $replicaCount; } public function getReplicaCount() { return $this->replicaCount; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } } PK* ZHHvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zw[PPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z4SBBvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z> wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListExamplesResponse.phpnu[examples = $examples; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example[] */ public function getExamples() { return $this->examples; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZY IIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z̀{{nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextPayload.phpnu[textContent = $textContent; } public function getTextContent() { return $this->textContent; } } PK* ZR--yvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata */ public function setImageBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata $imageBoundingBoxDetails) { $this->imageBoundingBoxDetails = $imageBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata */ public function getImageBoundingBoxDetails() { return $this->imageBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata */ public function setImageBoundingPolyDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata $imageBoundingPolyDetails) { $this->imageBoundingPolyDetails = $imageBoundingPolyDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata */ public function getImageBoundingPolyDetails() { return $this->imageBoundingPolyDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata */ public function setImageClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata $imageClassificationDetails) { $this->imageClassificationDetails = $imageClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata */ public function getImageClassificationDetails() { return $this->imageClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata */ public function setImageOrientedBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata $imageOrientedBoundingBoxDetails) { $this->imageOrientedBoundingBoxDetails = $imageOrientedBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata */ public function getImageOrientedBoundingBoxDetails() { return $this->imageOrientedBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata */ public function setImagePolylineDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata $imagePolylineDetails) { $this->imagePolylineDetails = $imagePolylineDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata */ public function getImagePolylineDetails() { return $this->imagePolylineDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata */ public function setImageSegmentationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata $imageSegmentationDetails) { $this->imageSegmentationDetails = $imageSegmentationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata */ public function getImageSegmentationDetails() { return $this->imageSegmentationDetails; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata */ public function setTextClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata $textClassificationDetails) { $this->textClassificationDetails = $textClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata */ public function getTextClassificationDetails() { return $this->textClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata */ public function setTextEntityExtractionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata $textEntityExtractionDetails) { $this->textEntityExtractionDetails = $textEntityExtractionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata */ public function getTextEntityExtractionDetails() { return $this->textEntityExtractionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata */ public function setVideoClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata $videoClassificationDetails) { $this->videoClassificationDetails = $videoClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata */ public function getVideoClassificationDetails() { return $this->videoClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata */ public function setVideoEventDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata $videoEventDetails) { $this->videoEventDetails = $videoEventDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata */ public function getVideoEventDetails() { return $this->videoEventDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata */ public function setVideoObjectDetectionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata $videoObjectDetectionDetails) { $this->videoObjectDetectionDetails = $videoObjectDetectionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata */ public function getVideoObjectDetectionDetails() { return $this->videoObjectDetectionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata */ public function setVideoObjectTrackingDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata $videoObjectTrackingDetails) { $this->videoObjectTrackingDetails = $videoObjectTrackingDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata */ public function getVideoObjectTrackingDetails() { return $this->videoObjectTrackingDetails; } } PK* ZFysM-M-zvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata */ public function setImageBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata $imageBoundingBoxDetails) { $this->imageBoundingBoxDetails = $imageBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata */ public function getImageBoundingBoxDetails() { return $this->imageBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata */ public function setImageBoundingPolyDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata $imageBoundingPolyDetails) { $this->imageBoundingPolyDetails = $imageBoundingPolyDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata */ public function getImageBoundingPolyDetails() { return $this->imageBoundingPolyDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata */ public function setImageClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata $imageClassificationDetails) { $this->imageClassificationDetails = $imageClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata */ public function getImageClassificationDetails() { return $this->imageClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function setImageOrientedBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata $imageOrientedBoundingBoxDetails) { $this->imageOrientedBoundingBoxDetails = $imageOrientedBoundingBoxDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function getImageOrientedBoundingBoxDetails() { return $this->imageOrientedBoundingBoxDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata */ public function setImagePolylineDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata $imagePolylineDetails) { $this->imagePolylineDetails = $imagePolylineDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata */ public function getImagePolylineDetails() { return $this->imagePolylineDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata */ public function setImageSegmentationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata $imageSegmentationDetails) { $this->imageSegmentationDetails = $imageSegmentationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata */ public function getImageSegmentationDetails() { return $this->imageSegmentationDetails; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata */ public function setTextClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata $textClassificationDetails) { $this->textClassificationDetails = $textClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata */ public function getTextClassificationDetails() { return $this->textClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata */ public function setTextEntityExtractionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata $textEntityExtractionDetails) { $this->textEntityExtractionDetails = $textEntityExtractionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata */ public function getTextEntityExtractionDetails() { return $this->textEntityExtractionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata */ public function setVideoClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata $videoClassificationDetails) { $this->videoClassificationDetails = $videoClassificationDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata */ public function getVideoClassificationDetails() { return $this->videoClassificationDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata */ public function setVideoEventDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata $videoEventDetails) { $this->videoEventDetails = $videoEventDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata */ public function getVideoEventDetails() { return $this->videoEventDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata */ public function setVideoObjectDetectionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata $videoObjectDetectionDetails) { $this->videoObjectDetectionDetails = $videoObjectDetectionDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata */ public function getVideoObjectDetectionDetails() { return $this->videoObjectDetectionDetails; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata */ public function setVideoObjectTrackingDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata $videoObjectTrackingDetails) { $this->videoObjectTrackingDetails = $videoObjectTrackingDetails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata */ public function getVideoObjectTrackingDetails() { return $this->videoObjectTrackingDetails; } } PK* ZKKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZZrvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination */ public function setGcsFolderDestination(Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination $gcsFolderDestination) { $this->gcsFolderDestination = $gcsFolderDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination */ public function getGcsFolderDestination() { return $this->gcsFolderDestination; } } PK* Z~  {vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.phpnu[annotatedDatasetDescription = $annotatedDatasetDescription; } public function getAnnotatedDatasetDescription() { return $this->annotatedDatasetDescription; } public function setAnnotatedDatasetDisplayName($annotatedDatasetDisplayName) { $this->annotatedDatasetDisplayName = $annotatedDatasetDisplayName; } public function getAnnotatedDatasetDisplayName() { return $this->annotatedDatasetDisplayName; } public function setContributorEmails($contributorEmails) { $this->contributorEmails = $contributorEmails; } public function getContributorEmails() { return $this->contributorEmails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setLabelGroup($labelGroup) { $this->labelGroup = $labelGroup; } public function getLabelGroup() { return $this->labelGroup; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setQuestionDuration($questionDuration) { $this->questionDuration = $questionDuration; } public function getQuestionDuration() { return $this->questionDuration; } public function setReplicaCount($replicaCount) { $this->replicaCount = $replicaCount; } public function getReplicaCount() { return $this->replicaCount; } public function setUserEmailAddress($userEmailAddress) { $this->userEmailAddress = $userEmailAddress; } public function getUserEmailAddress() { return $this->userEmailAddress; } } PK* Z%wJJvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zewvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } public function setItemCount($itemCount) { $this->itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } } PK* Z@@uvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1NormalizedPolyline.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } } PK* Z t,,~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImportDataOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Z| rwvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateDatasetRequest.phpnu[dataset = $dataset; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Dataset */ public function getDataset() { return $this->dataset; } } PK* ZLKuvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SegmentationConfig.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setInstructionMessage($instructionMessage) { $this->instructionMessage = $instructionMessage; } public function getInstructionMessage() { return $this->instructionMessage; } } PK* Z~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExportDataOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK* Zr7AFFvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z Vtvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationSpecSet.phpnu[annotationSpecs = $annotationSpecs; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec[] */ public function getAnnotationSpecs() { return $this->annotationSpecs; } public function setBlockingResources($blockingResources) { $this->blockingResources = $blockingResources; } public function getBlockingResources() { return $this->blockingResources; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK* Z=IIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZH;;tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoRequest.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig */ public function setEventConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig $eventConfig) { $this->eventConfig = $eventConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig */ public function getEventConfig() { return $this->eventConfig; } public function setFeature($feature) { $this->feature = $feature; } public function getFeature() { return $this->feature; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig */ public function setObjectDetectionConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig $objectDetectionConfig) { $this->objectDetectionConfig = $objectDetectionConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig */ public function getObjectDetectionConfig() { return $this->objectDetectionConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig */ public function setObjectTrackingConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig $objectTrackingConfig) { $this->objectTrackingConfig = $objectTrackingConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig */ public function getObjectTrackingConfig() { return $this->objectTrackingConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig */ public function setVideoClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig $videoClassificationConfig) { $this->videoClassificationConfig = $videoClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig */ public function getVideoClassificationConfig() { return $this->videoClassificationConfig; } } PK* ZPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListAnnotatedDatasetsResponse.phpnu[annotatedDatasets = $annotatedDatasets; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotatedDataset[] */ public function getAnnotatedDatasets() { return $this->annotatedDatasets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZP*7rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SentimentConfig.phpnu[enableLabelSentimentSelection = $enableLabelSentimentSelection; } public function getEnableLabelSentimentSelection() { return $this->enableLabelSentimentSelection; } } PK* ZjTnvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelStats.phpnu[exampleCount = $exampleCount; } public function getExampleCount() { return $this->exampleCount; } } PK* Z#  vvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationJobConfig.phpnu[bigqueryImportKeys = $bigqueryImportKeys; } public function getBigqueryImportKeys() { return $this->bigqueryImportKeys; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig */ public function setBoundingPolyConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig $boundingPolyConfig) { $this->boundingPolyConfig = $boundingPolyConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPolyConfig */ public function getBoundingPolyConfig() { return $this->boundingPolyConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig */ public function setEvaluationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig $evaluationConfig) { $this->evaluationConfig = $evaluationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig */ public function getEvaluationConfig() { return $this->evaluationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig */ public function setEvaluationJobAlertConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig $evaluationJobAlertConfig) { $this->evaluationJobAlertConfig = $evaluationJobAlertConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig */ public function getEvaluationJobAlertConfig() { return $this->evaluationJobAlertConfig; } public function setExampleCount($exampleCount) { $this->exampleCount = $exampleCount; } public function getExampleCount() { return $this->exampleCount; } public function setExampleSamplePercentage($exampleSamplePercentage) { $this->exampleSamplePercentage = $exampleSamplePercentage; } public function getExampleSamplePercentage() { return $this->exampleSamplePercentage; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function setHumanAnnotationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig $humanAnnotationConfig) { $this->humanAnnotationConfig = $humanAnnotationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getHumanAnnotationConfig() { return $this->humanAnnotationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig */ public function setImageClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig $imageClassificationConfig) { $this->imageClassificationConfig = $imageClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageClassificationConfig */ public function getImageClassificationConfig() { return $this->imageClassificationConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1InputConfig */ public function setInputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig */ public function setTextClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig $textClassificationConfig) { $this->textClassificationConfig = $textClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextClassificationConfig */ public function getTextClassificationConfig() { return $this->textClassificationConfig; } } PK* Zs88vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z3KKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z*䅔;;vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Zkj(]]wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoEventAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function setTimeSegment(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment $timeSegment) { $this->timeSegment = $timeSegment; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function getTimeSegment() { return $this->timeSegment; } } PK* Z:wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListDatasetsResponse.phpnu[datasets = $datasets; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Dataset[] */ public function getDatasets() { return $this->datasets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* ZUvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListFeedbackMessagesResponse.phpnu[feedbackMessages = $feedbackMessages; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackMessage[] */ public function getFeedbackMessages() { return $this->feedbackMessages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK* Z)Bwvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1GcsFolderDestination.phpnu[outputFolderUri = $outputFolderUri; } public function getOutputFolderUri() { return $this->outputFolderUri; } } PK* Z篊KKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZZ::xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ClassificationMetrics.phpnu[confusionMatrix = $confusionMatrix; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfusionMatrix */ public function getConfusionMatrix() { return $this->confusionMatrix; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PrCurve */ public function setPrCurve(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PrCurve $prCurve) { $this->prCurve = $prCurve; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PrCurve */ public function getPrCurve() { return $this->prCurve; } } PK* ZY99uvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationMetadata.phpnu[operatorMetadata = $operatorMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OperatorMetadata */ public function getOperatorMetadata() { return $this->operatorMetadata; } } PK* Z+xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1GcsFolderDestination.phpnu[outputFolderUri = $outputFolderUri; } public function getOutputFolderUri() { return $this->outputFolderUri; } } PK* Z)+vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment */ public function setSequentialSegment(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment $sequentialSegment) { $this->sequentialSegment = $sequentialSegment; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment */ public function getSequentialSegment() { return $this->sequentialSegment; } } PK* ZpEEvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* ZE<{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ImportDataOperationResponse.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setImportCount($importCount) { $this->importCount = $importCount; } public function getImportCount() { return $this->importCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK* Z2fTvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleRpcStatus.phpnu[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; } } PK* ZŇ4mvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelStats.phpnu[exampleCount = $exampleCount; } public function getExampleCount() { return $this->exampleCount; } } PK* ZgSvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setImportCount($importCount) { $this->importCount = $importCount; } public function getImportCount() { return $this->importCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK* ZK6KKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Z;;vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK* Za&33wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setClipLength($clipLength) { $this->clipLength = $clipLength; } public function getClipLength() { return $this->clipLength; } public function setOverlapLength($overlapLength) { $this->overlapLength = $overlapLength; } public function getOverlapLength() { return $this->overlapLength; } } PK* Z/ nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1InputConfig.phpnu[annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BigQuerySource */ public function setBigquerySource(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BigQuerySource $bigquerySource) { $this->bigquerySource = $bigquerySource; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BigQuerySource */ public function getBigquerySource() { return $this->bigquerySource; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ClassificationMetadata */ public function setClassificationMetadata(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ClassificationMetadata $classificationMetadata) { $this->classificationMetadata = $classificationMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ClassificationMetadata */ public function getClassificationMetadata() { return $this->classificationMetadata; } public function setDataType($dataType) { $this->dataType = $dataType; } public function getDataType() { return $this->dataType; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsSource */ public function setGcsSource(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextMetadata */ public function setTextMetadata(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextMetadata $textMetadata) { $this->textMetadata = $textMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextMetadata */ public function getTextMetadata() { return $this->textMetadata; } } PK* Z?rovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsFolderDestination */ public function setGcsFolderDestination(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsFolderDestination $gcsFolderDestination) { $this->gcsFolderDestination = $gcsFolderDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1GcsFolderDestination */ public function getGcsFolderDestination() { return $this->gcsFolderDestination; } } PK+ Ztvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ExportDataOperationMetadata.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK+ Zj:1++vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK+ Z$E1BBvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK+ Zз{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setMinAcceptableMeanAveragePrecision($minAcceptableMeanAveragePrecision) { $this->minAcceptableMeanAveragePrecision = $minAcceptableMeanAveragePrecision; } public function getMinAcceptableMeanAveragePrecision() { return $this->minAcceptableMeanAveragePrecision; } } PK+ Z)8}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse.phpnu[evaluationJobs = $evaluationJobs; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob[] */ public function getEvaluationJobs() { return $this->evaluationJobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z) KJE E vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse.phpnu[annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setExportCount($exportCount) { $this->exportCount = $exportCount; } public function getExportCount() { return $this->exportCount; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelStats */ public function setLabelStats(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelStats $labelStats) { $this->labelStats = $labelStats; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelStats */ public function getLabelStats() { return $this->labelStats; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1OutputConfig */ public function setOutputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK+ ZA]OLLvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK+ ZUtvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExampleComparison.phpnu[groundTruthExample = $groundTruthExample; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example */ public function getGroundTruthExample() { return $this->groundTruthExample; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example[] */ public function setModelCreatedExamples($modelCreatedExamples) { $this->modelCreatedExamples = $modelCreatedExamples; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example[] */ public function getModelCreatedExamples() { return $this->modelCreatedExamples; } } PK+ ZY7Hffvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function setTimeSegment(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment $timeSegment) { $this->timeSegment = $timeSegment; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TimeSegment */ public function getTimeSegment() { return $this->timeSegment; } } PK+ Z&22ddnvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TimeSegment.phpnu[endTimeOffset = $endTimeOffset; } public function getEndTimeOffset() { return $this->endTimeOffset; } public function setStartTimeOffset($startTimeOffset) { $this->startTimeOffset = $startTimeOffset; } public function getStartTimeOffset() { return $this->startTimeOffset; } } PK+ Z9T  qvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1FeedbackThread.phpnu[feedbackThreadMetadata = $feedbackThreadMetadata; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata */ public function getFeedbackThreadMetadata() { return $this->feedbackThreadMetadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImportDataOperationResponse.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setImportCount($importCount) { $this->importCount = $importCount; } public function getImportCount() { return $this->importCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK+ Z75wwqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CsvInstruction.phpnu[gcsFileUri = $gcsFileUri; } public function getGcsFileUri() { return $this->gcsFileUri; } } PK+ Z?iiqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1BigQuerySource.phpnu[inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } } PK+ ZMSZZ~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation.phpnu[annotationColors = $annotationColors; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec[] */ public function getAnnotationColors() { return $this->annotationColors; } public function setImageBytes($imageBytes) { $this->imageBytes = $imageBytes; } public function getImageBytes() { return $this->imageBytes; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK+ Z{ f f pvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationJob.phpnu[annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Attempt[] */ public function setAttempts($attempts) { $this->attempts = $attempts; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Attempt[] */ public function getAttempts() { return $this->attempts; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobConfig */ public function setEvaluationJobConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobConfig $evaluationJobConfig) { $this->evaluationJobConfig = $evaluationJobConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobConfig */ public function getEvaluationJobConfig() { return $this->evaluationJobConfig; } public function setLabelMissingGroundTruth($labelMissingGroundTruth) { $this->labelMissingGroundTruth = $labelMissingGroundTruth; } public function getLabelMissingGroundTruth() { return $this->labelMissingGroundTruth; } public function setModelVersion($modelVersion) { $this->modelVersion = $modelVersion; } public function getModelVersion() { return $this->modelVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSchedule($schedule) { $this->schedule = $schedule; } public function getSchedule() { return $this->schedule; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK+ Zؤsvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ ZM |vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1PauseEvaluationJobRequest.phpnu[comments = $comments; } public function getComments() { return $this->comments; } public function setLabelVotes($labelVotes) { $this->labelVotes = $labelVotes; } public function getLabelVotes() { return $this->labelVotes; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTotalVotes($totalVotes) { $this->totalVotes = $totalVotes; } public function getTotalVotes() { return $this->totalVotes; } } PK+ Z yk k mvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Evaluation.phpnu[annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig */ public function setConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig $config) { $this->config = $config; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEvaluatedItemCount($evaluatedItemCount) { $this->evaluatedItemCount = $evaluatedItemCount; } public function getEvaluatedItemCount() { return $this->evaluatedItemCount; } public function setEvaluationJobRunTime($evaluationJobRunTime) { $this->evaluationJobRunTime = $evaluationJobRunTime; } public function getEvaluationJobRunTime() { return $this->evaluationJobRunTime; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationMetrics */ public function setEvaluationMetrics(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationMetrics $evaluationMetrics) { $this->evaluationMetrics = $evaluationMetrics; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationMetrics */ public function getEvaluationMetrics() { return $this->evaluationMetrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Zmkvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Polyline.phpnu[vertices = $vertices; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK+ Zڛeyvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectDetectionMetrics.phpnu[prCurve = $prCurve; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PrCurve */ public function getPrCurve() { return $this->prCurve; } } PK+ ZJJvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata.phpnu[basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } } PK+ ZO:Avendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions.phpnu[iouThreshold = $iouThreshold; } public function getIouThreshold() { return $this->iouThreshold; } } PK+ Z[" jvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1PrCurve.phpnu[annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } public function setAreaUnderCurve($areaUnderCurve) { $this->areaUnderCurve = $areaUnderCurve; } public function getAreaUnderCurve() { return $this->areaUnderCurve; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry[] */ public function setConfidenceMetricsEntries($confidenceMetricsEntries) { $this->confidenceMetricsEntries = $confidenceMetricsEntries; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry[] */ public function getConfidenceMetricsEntries() { return $this->confidenceMetricsEntries; } public function setMeanAveragePrecision($meanAveragePrecision) { $this->meanAveragePrecision = $meanAveragePrecision; } public function getMeanAveragePrecision() { return $this->meanAveragePrecision; } } PK+ Z>||jvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Attempt.phpnu[attemptTime = $attemptTime; } public function getAttemptTime() { return $this->attemptTime; } /** * @param Google_Service_DataLabeling_GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return Google_Service_DataLabeling_GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } } PK+ ZuB  ?vendor/google/apiclient-services/src/Google/Service/YouTube.phpnu[ * The YouTube Data API v3 is an API that provides access to YouTube data, such * as videos, playlists, and channels.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_YouTube extends Google_Service { /** Manage your YouTube account. */ const YOUTUBE = "https://www.googleapis.com/auth/youtube"; /** See a list of your current active channel members, their current level, and when they became a member. */ const YOUTUBE_CHANNEL_MEMBERSHIPS_CREATOR = "https://www.googleapis.com/auth/youtube.channel-memberships.creator"; /** See, edit, and permanently delete your YouTube videos, ratings, comments and captions. */ const YOUTUBE_FORCE_SSL = "https://www.googleapis.com/auth/youtube.force-ssl"; /** View your YouTube account. */ const YOUTUBE_READONLY = "https://www.googleapis.com/auth/youtube.readonly"; /** Manage your YouTube videos. */ const YOUTUBE_UPLOAD = "https://www.googleapis.com/auth/youtube.upload"; /** View and manage your assets and associated content on YouTube. */ const YOUTUBEPARTNER = "https://www.googleapis.com/auth/youtubepartner"; /** View private information of your YouTube channel relevant during the audit process with a YouTube partner. */ const YOUTUBEPARTNER_CHANNEL_AUDIT = "https://www.googleapis.com/auth/youtubepartner-channel-audit"; public $abuseReports; public $activities; public $captions; public $channelBanners; public $channelSections; public $channels; public $commentThreads; public $comments; public $i18nLanguages; public $i18nRegions; public $liveBroadcasts; public $liveChatBans; public $liveChatMessages; public $liveChatModerators; public $liveStreams; public $members; public $membershipsLevels; public $playlistItems; public $playlists; public $search; public $subscriptions; public $superChatEvents; public $tests; public $thirdPartyLinks; public $thumbnails; public $videoAbuseReportReasons; public $videoCategories; public $videos; public $watermarks; /** * Constructs the internal representation of the YouTube service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://youtube.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'youtube'; $this->abuseReports = new Google_Service_YouTube_Resource_AbuseReports( $this, $this->serviceName, 'abuseReports', array( 'methods' => array( 'insert' => array( 'path' => 'youtube/v3/abuseReports', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->activities = new Google_Service_YouTube_Resource_Activities( $this, $this->serviceName, 'activities', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/activities', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'home' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'publishedAfter' => array( 'location' => 'query', 'type' => 'string', ), 'publishedBefore' => array( 'location' => 'query', 'type' => 'string', ), 'regionCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->captions = new Google_Service_YouTube_Resource_Captions( $this, $this->serviceName, 'captions', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/captions', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOf' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'download' => array( 'path' => 'youtube/v3/captions/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'onBehalfOf' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'tfmt' => array( 'location' => 'query', 'type' => 'string', ), 'tlang' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/captions', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOf' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'sync' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'youtube/v3/captions', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'videoId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'onBehalfOf' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/captions', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOf' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'sync' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->channelBanners = new Google_Service_YouTube_Resource_ChannelBanners( $this, $this->serviceName, 'channelBanners', array( 'methods' => array( 'insert' => array( 'path' => 'youtube/v3/channelBanners/insert', 'httpMethod' => 'POST', 'parameters' => array( 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->channelSections = new Google_Service_YouTube_Resource_ChannelSections( $this, $this->serviceName, 'channelSections', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/channelSections', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/channelSections', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'youtube/v3/channelSections', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/channelSections', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->channels = new Google_Service_YouTube_Resource_Channels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/channels', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'categoryId' => array( 'location' => 'query', 'type' => 'string', ), 'forUsername' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'managedByMe' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'mySubscribers' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/channels', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->commentThreads = new Google_Service_YouTube_Resource_CommentThreads( $this, $this->serviceName, 'commentThreads', array( 'methods' => array( 'insert' => array( 'path' => 'youtube/v3/commentThreads', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'list' => array( 'path' => 'youtube/v3/commentThreads', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'allThreadsRelatedToChannelId' => array( 'location' => 'query', 'type' => 'string', ), 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'moderationStatus' => array( 'location' => 'query', 'type' => 'string', ), 'order' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchTerms' => array( 'location' => 'query', 'type' => 'string', ), 'textFormat' => array( 'location' => 'query', 'type' => 'string', ), 'videoId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/commentThreads', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->comments = new Google_Service_YouTube_Resource_Comments( $this, $this->serviceName, 'comments', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/comments', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'youtube/v3/comments', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'list' => array( 'path' => 'youtube/v3/comments', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parentId' => array( 'location' => 'query', 'type' => 'string', ), 'textFormat' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markAsSpam' => array( 'path' => 'youtube/v3/comments/markAsSpam', 'httpMethod' => 'POST', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'setModerationStatus' => array( 'path' => 'youtube/v3/comments/setModerationStatus', 'httpMethod' => 'POST', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'moderationStatus' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'banAuthor' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'youtube/v3/comments', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->i18nLanguages = new Google_Service_YouTube_Resource_I18nLanguages( $this, $this->serviceName, 'i18nLanguages', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/i18nLanguages', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->i18nRegions = new Google_Service_YouTube_Resource_I18nRegions( $this, $this->serviceName, 'i18nRegions', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/i18nRegions', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->liveBroadcasts = new Google_Service_YouTube_Resource_LiveBroadcasts( $this, $this->serviceName, 'liveBroadcasts', array( 'methods' => array( 'bind' => array( 'path' => 'youtube/v3/liveBroadcasts/bind', 'httpMethod' => 'POST', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), 'streamId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'youtube/v3/liveBroadcasts', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/liveBroadcasts', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'youtube/v3/liveBroadcasts', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'broadcastStatus' => array( 'location' => 'query', 'type' => 'string', ), 'broadcastType' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'transition' => array( 'path' => 'youtube/v3/liveBroadcasts/transition', 'httpMethod' => 'POST', 'parameters' => array( 'broadcastStatus' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/liveBroadcasts', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->liveChatBans = new Google_Service_YouTube_Resource_LiveChatBans( $this, $this->serviceName, 'liveChatBans', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/liveChat/bans', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'youtube/v3/liveChat/bans', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->liveChatMessages = new Google_Service_YouTube_Resource_LiveChatMessages( $this, $this->serviceName, 'liveChatMessages', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/liveChat/messages', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'youtube/v3/liveChat/messages', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'list' => array( 'path' => 'youtube/v3/liveChat/messages', 'httpMethod' => 'GET', 'parameters' => array( 'liveChatId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'profileImageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->liveChatModerators = new Google_Service_YouTube_Resource_LiveChatModerators( $this, $this->serviceName, 'liveChatModerators', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/liveChat/moderators', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'youtube/v3/liveChat/moderators', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'list' => array( 'path' => 'youtube/v3/liveChat/moderators', 'httpMethod' => 'GET', 'parameters' => array( 'liveChatId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->liveStreams = new Google_Service_YouTube_Resource_LiveStreams( $this, $this->serviceName, 'liveStreams', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/liveStreams', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/liveStreams', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'youtube/v3/liveStreams', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/liveStreams', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->members = new Google_Service_YouTube_Resource_Members( $this, $this->serviceName, 'members', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/members', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'filterByMemberChannelId' => array( 'location' => 'query', 'type' => 'string', ), 'hasAccessToLevel' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mode' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->membershipsLevels = new Google_Service_YouTube_Resource_MembershipsLevels( $this, $this->serviceName, 'membershipsLevels', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/membershipsLevels', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->playlistItems = new Google_Service_YouTube_Resource_PlaylistItems( $this, $this->serviceName, 'playlistItems', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/playlistItems', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/playlistItems', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'youtube/v3/playlistItems', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'playlistId' => array( 'location' => 'query', 'type' => 'string', ), 'videoId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/playlistItems', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->playlists = new Google_Service_YouTube_Resource_Playlists( $this, $this->serviceName, 'playlists', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/playlists', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/playlists', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'youtube/v3/playlists', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/playlists', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->search = new Google_Service_YouTube_Resource_Search( $this, $this->serviceName, 'search', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/search', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'channelType' => array( 'location' => 'query', 'type' => 'string', ), 'eventType' => array( 'location' => 'query', 'type' => 'string', ), 'forContentOwner' => array( 'location' => 'query', 'type' => 'boolean', ), 'forDeveloper' => array( 'location' => 'query', 'type' => 'boolean', ), 'forMine' => array( 'location' => 'query', 'type' => 'boolean', ), 'location' => array( 'location' => 'query', 'type' => 'string', ), 'locationRadius' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'order' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'publishedAfter' => array( 'location' => 'query', 'type' => 'string', ), 'publishedBefore' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'regionCode' => array( 'location' => 'query', 'type' => 'string', ), 'relatedToVideoId' => array( 'location' => 'query', 'type' => 'string', ), 'relevanceLanguage' => array( 'location' => 'query', 'type' => 'string', ), 'safeSearch' => array( 'location' => 'query', 'type' => 'string', ), 'topicId' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'videoCaption' => array( 'location' => 'query', 'type' => 'string', ), 'videoCategoryId' => array( 'location' => 'query', 'type' => 'string', ), 'videoDefinition' => array( 'location' => 'query', 'type' => 'string', ), 'videoDimension' => array( 'location' => 'query', 'type' => 'string', ), 'videoDuration' => array( 'location' => 'query', 'type' => 'string', ), 'videoEmbeddable' => array( 'location' => 'query', 'type' => 'string', ), 'videoLicense' => array( 'location' => 'query', 'type' => 'string', ), 'videoSyndicated' => array( 'location' => 'query', 'type' => 'string', ), 'videoType' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->subscriptions = new Google_Service_YouTube_Resource_Subscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/subscriptions', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'youtube/v3/subscriptions', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'list' => array( 'path' => 'youtube/v3/subscriptions', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'channelId' => array( 'location' => 'query', 'type' => 'string', ), 'forChannelId' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'mine' => array( 'location' => 'query', 'type' => 'boolean', ), 'myRecentSubscribers' => array( 'location' => 'query', 'type' => 'boolean', ), 'mySubscribers' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), 'order' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->superChatEvents = new Google_Service_YouTube_Resource_SuperChatEvents( $this, $this->serviceName, 'superChatEvents', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/superChatEvents', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->tests = new Google_Service_YouTube_Resource_Tests( $this, $this->serviceName, 'tests', array( 'methods' => array( 'insert' => array( 'path' => 'youtube/v3/tests', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->thirdPartyLinks = new Google_Service_YouTube_Resource_ThirdPartyLinks( $this, $this->serviceName, 'thirdPartyLinks', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/thirdPartyLinks', 'httpMethod' => 'DELETE', 'parameters' => array( 'linkingToken' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'insert' => array( 'path' => 'youtube/v3/thirdPartyLinks', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ),'list' => array( 'path' => 'youtube/v3/thirdPartyLinks', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'linkingToken' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/thirdPartyLinks', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->thumbnails = new Google_Service_YouTube_Resource_Thumbnails( $this, $this->serviceName, 'thumbnails', array( 'methods' => array( 'set' => array( 'path' => 'youtube/v3/thumbnails/set', 'httpMethod' => 'POST', 'parameters' => array( 'videoId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->videoAbuseReportReasons = new Google_Service_YouTube_Resource_VideoAbuseReportReasons( $this, $this->serviceName, 'videoAbuseReportReasons', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/videoAbuseReportReasons', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->videoCategories = new Google_Service_YouTube_Resource_VideoCategories( $this, $this->serviceName, 'videoCategories', array( 'methods' => array( 'list' => array( 'path' => 'youtube/v3/videoCategories', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'regionCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->videos = new Google_Service_YouTube_Resource_Videos( $this, $this->serviceName, 'videos', array( 'methods' => array( 'delete' => array( 'path' => 'youtube/v3/videos', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getRating' => array( 'path' => 'youtube/v3/videos/getRating', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'youtube/v3/videos', 'httpMethod' => 'POST', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'autoLevels' => array( 'location' => 'query', 'type' => 'boolean', ), 'notifySubscribers' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwnerChannel' => array( 'location' => 'query', 'type' => 'string', ), 'stabilize' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'youtube/v3/videos', 'httpMethod' => 'GET', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'chart' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxHeight' => array( 'location' => 'query', 'type' => 'integer', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'maxWidth' => array( 'location' => 'query', 'type' => 'integer', ), 'myRating' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'regionCode' => array( 'location' => 'query', 'type' => 'string', ), 'videoCategoryId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'rate' => array( 'path' => 'youtube/v3/videos/rate', 'httpMethod' => 'POST', 'parameters' => array( 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'rating' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'reportAbuse' => array( 'path' => 'youtube/v3/videos/reportAbuse', 'httpMethod' => 'POST', 'parameters' => array( 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'youtube/v3/videos', 'httpMethod' => 'PUT', 'parameters' => array( 'part' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->watermarks = new Google_Service_YouTube_Resource_Watermarks( $this, $this->serviceName, 'watermarks', array( 'methods' => array( 'set' => array( 'path' => 'youtube/v3/watermarks/set', 'httpMethod' => 'POST', 'parameters' => array( 'channelId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'unset' => array( 'path' => 'youtube/v3/watermarks/unset', 'httpMethod' => 'POST', 'parameters' => array( 'channelId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ ZBvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse.phpnu[evaluation = $evaluation; } public function getEvaluation() { return $this->evaluation; } } PK+ ZBRlmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ Zxpvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTranslation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; } public function getTranslatedText() { return $this->translatedText; } } PK+ ZRMovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageAnchor.phpnu[pageRefs = $pageRefs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef[] */ public function getPageRefs() { return $this->pageRefs; } } PK+ Ztvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2ProcessDocumentResponse.phpnu[inputConfig = $inputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2OutputConfig */ public function setOutputConfig(Google_Service_Document_GoogleCloudDocumentaiV1beta2OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK+ Za|B\rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageDimension.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ ZServendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageDimension.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Z Qwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ ZwMqqlvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus[] */ public function setIndividualProcessStatuses($individualProcessStatuses) { $this->individualProcessStatuses = $individualProcessStatuses; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus[] */ public function getIndividualProcessStatuses() { return $this->individualProcessStatuses; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Znvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentShardInfo.phpnu[shardCount = $shardCount; } public function getShardCount() { return $this->shardCount; } public function setShardIndex($shardIndex) { $this->shardIndex = $shardIndex; } public function getShardIndex() { return $this->shardIndex; } public function setTextOffset($textOffset) { $this->textOffset = $textOffset; } public function getTextOffset() { return $this->textOffset; } } PK+ Zejnvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentResponse.phpnu[gcsDestination = $gcsDestination; } public function getGcsDestination() { return $this->gcsDestination; } } PK+ Z nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageBlock.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Z?G& ivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1Vertex[] */ public function getVertices() { return $this->vertices; } } PK+ Z_[ [ nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTable.phpnu[bodyRows = $bodyRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow[] */ public function getBodyRows() { return $this->bodyRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow[] */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow[] */ public function getHeaderRows() { return $this->headerRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } } PK+ Z@H!!xvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview.phpnu[state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } } PK+ ZmP=44tvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SampleDatasetMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Z 2 rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageParagraph.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Z$}vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse.phpnu[changedText = $changedText; } public function getChangedText() { return $this->changedText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } PK+ ZX#ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageAnchor.phpnu[pageRefs = $pageRefs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef[] */ public function getPageRefs() { return $this->pageRefs; } } PK+ Z C rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageParagraph.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ ZApvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationMetrics.phpnu[f1Score = $f1Score; } public function getF1Score() { return $this->f1Score; } public function setPrecision($precision) { $this->precision = $precision; } public function getPrecision() { return $this->precision; } public function setRecall($recall) { $this->recall = $recall; } public function getRecall() { return $this->recall; } } PK+ Z1Oovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageMatrix.phpnu[cols = $cols; } public function getCols() { return $this->cols; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZU_WW{vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak.phpnu[type = $type; } public function getType() { return $this->type; } } PK+ ZGGOvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeDate.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK+ Z5evendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3Document.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntity[] */ public function getEntities() { return $this->entities; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntityRelation[] */ public function setEntityRelations($entityRelations) { $this->entityRelations = $entityRelations; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntityRelation[] */ public function getEntityRelations() { return $this->entityRelations; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setError(Google_Service_Document_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPage[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPage[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentRevision[] */ public function setRevisions($revisions) { $this->revisions = $revisions; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentRevision[] */ public function getRevisions() { return $this->revisions; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentShardInfo */ public function setShardInfo(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentShardInfo $shardInfo) { $this->shardInfo = $shardInfo; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentShardInfo */ public function getShardInfo() { return $this->shardInfo; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextChange[] */ public function setTextChanges($textChanges) { $this->textChanges = $textChanges; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextChange[] */ public function getTextChanges() { return $this->textChanges; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyle[] */ public function setTextStyles($textStyles) { $this->textStyles = $textStyles; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyle[] */ public function getTextStyles() { return $this->textStyles; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z,Fddevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2Document.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntity[] */ public function getEntities() { return $this->entities; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntityRelation[] */ public function setEntityRelations($entityRelations) { $this->entityRelations = $entityRelations; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntityRelation[] */ public function getEntityRelations() { return $this->entityRelations; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setError(Google_Service_Document_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentLabel[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentLabel[] */ public function getLabels() { return $this->labels; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPage[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPage[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevision[] */ public function setRevisions($revisions) { $this->revisions = $revisions; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevision[] */ public function getRevisions() { return $this->revisions; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentShardInfo */ public function setShardInfo(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentShardInfo $shardInfo) { $this->shardInfo = $shardInfo; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentShardInfo */ public function getShardInfo() { return $this->shardInfo; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextChange[] */ public function setTextChanges($textChanges) { $this->textChanges = $textChanges; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextChange[] */ public function getTextChanges() { return $this->textChanges; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentStyle[] */ public function setTextStyles($textStyles) { $this->textStyles = $textStyles; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentStyle[] */ public function getTextStyles() { return $this->textStyles; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z:Nwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell.phpnu[colSpan = $colSpan; } public function getColSpan() { return $this->colSpan; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } } PK+ ZK]@@kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z 6kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentEntity.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMentionId($mentionId) { $this->mentionId = $mentionId; } public function getMentionId() { return $this->mentionId; } public function setMentionText($mentionText) { $this->mentionText = $mentionText; } public function getMentionText() { return $this->mentionText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue */ public function setNormalizedValue(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue $normalizedValue) { $this->normalizedValue = $normalizedValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue */ public function getNormalizedValue() { return $this->normalizedValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageAnchor */ public function setPageAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageAnchor $pageAnchor) { $this->pageAnchor = $pageAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageAnchor */ public function getPageAnchor() { return $this->pageAnchor; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntity[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentEntity[] */ public function getProperties() { return $this->properties; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function getProvenance() { return $this->provenance; } public function setRedacted($redacted) { $this->redacted = $redacted; } public function getRedacted() { return $this->redacted; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Z8;;fvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z٥rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ReviewDocumentRequest.phpnu[document = $document; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getDocument() { return $this->document; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function setInlineDocument(Google_Service_Document_GoogleCloudDocumentaiV1beta3Document $inlineDocument) { $this->inlineDocument = $inlineDocument; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getInlineDocument() { return $this->inlineDocument; } } PK+ ZpzAAvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Zv/َPvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeMoney.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK+ Zi**zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK+ Z==}vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Zimsvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentEntityRelation.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setRelation($relation) { $this->relation = $relation; } public function getRelation() { return $this->relation; } public function setSubjectId($subjectId) { $this->subjectId = $subjectId; } public function getSubjectId() { return $this->subjectId; } } PK+ ZHb7vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ ZщBC|vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse.phpnu[processorVersion = $processorVersion; } public function getProcessorVersion() { return $this->processorVersion; } } PK+ Zɇuvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentProvenanceParent.phpnu[id = $id; } public function getId() { return $this->id; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK+ Zcuzzfvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3GcsPrefix.phpnu[gcsUriPrefix = $gcsUriPrefix; } public function getGcsUriPrefix() { return $this->gcsUriPrefix; } } PK+ Z = nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageBlock.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ ZNiEEyvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK+ Zw@#Svendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeTimeZone.phpnu[id = $id; } public function getId() { return $this->id; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ Zܽovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTextAnchor.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment[] */ public function setTextSegments($textSegments) { $this->textSegments = $textSegments; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment[] */ public function getTextSegments() { return $this->textSegments; } } PK+ Zw4ڇnvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Zivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPage.phpnu[blocks = $blocks; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageBlock[] */ public function getBlocks() { return $this->blocks; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDimension */ public function setDimension(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDimension $dimension) { $this->dimension = $dimension; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDimension */ public function getDimension() { return $this->dimension; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageFormField[] */ public function setFormFields($formFields) { $this->formFields = $formFields; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageFormField[] */ public function getFormFields() { return $this->formFields; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageImage */ public function setImage(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageImage $image) { $this->image = $image; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLine[] */ public function setLines($lines) { $this->lines = $lines; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLine[] */ public function getLines() { return $this->lines; } public function setPageNumber($pageNumber) { $this->pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageParagraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageParagraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTable[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTable[] */ public function getTables() { return $this->tables; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageToken[] */ public function setTokens($tokens) { $this->tokens = $tokens; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageToken[] */ public function getTokens() { return $this->tokens; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageMatrix[] */ public function setTransforms($transforms) { $this->transforms = $transforms; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageMatrix[] */ public function getTransforms() { return $this->transforms; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageVisualElement[] */ public function setVisualElements($visualElements) { $this->visualElements = $visualElements; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageVisualElement[] */ public function getVisualElements() { return $this->visualElements; } } PK+ Z\C<~Tvendor/google/apiclient-services/src/Google/Service/Document/GoogleProtobufEmpty.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLayoutId($layoutId) { $this->layoutId = $layoutId; } public function getLayoutId() { return $this->layoutId; } public function setLayoutType($layoutType) { $this->layoutType = $layoutType; } public function getLayoutType() { return $this->layoutType; } public function setPage($page) { $this->page = $page; } public function getPage() { return $this->page; } } PK+ ZC]**zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK+ Zcwovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1CommonOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Zvivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3GcsDocuments.phpnu[documents = $documents; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3GcsDocument[] */ public function getDocuments() { return $this->documents; } } PK+ Z=jjhvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1InputConfig.phpnu[gcsSource = $gcsSource; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK+ ZFivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2Vertex[] */ public function getVertices() { return $this->vertices; } } PK+ ZYAAvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ ZWy kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ProcessRequest.phpnu[document = $document; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getDocument() { return $this->document; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function setInlineDocument(Google_Service_Document_GoogleCloudDocumentaiV1beta3Document $inlineDocument) { $this->inlineDocument = $inlineDocument; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getInlineDocument() { return $this->inlineDocument; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3RawDocument */ public function setRawDocument(Google_Service_Document_GoogleCloudDocumentaiV1beta3RawDocument $rawDocument) { $this->rawDocument = $rawDocument; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3RawDocument */ public function getRawDocument() { return $this->rawDocument; } public function setSkipHumanReview($skipHumanReview) { $this->skipHumanReview = $skipHumanReview; } public function getSkipHumanReview() { return $this->skipHumanReview; } } PK+ Z@}ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageLayout.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } PK+ ZSvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } public function setPagesPerShard($pagesPerShard) { $this->pagesPerShard = $pagesPerShard; } public function getPagesPerShard() { return $this->pagesPerShard; } } PK+ Znvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3HumanReviewStatus.phpnu[humanReviewOperation = $humanReviewOperation; } public function getHumanReviewOperation() { return $this->humanReviewOperation; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } } PK+ Z:Tj rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageFormField.phpnu[fieldName = $fieldName; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getFieldName() { return $this->fieldName; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setFieldValue(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $fieldValue) { $this->fieldValue = $fieldValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getFieldValue() { return $this->fieldValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function setNameDetectedLanguages($nameDetectedLanguages) { $this->nameDetectedLanguages = $nameDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getNameDetectedLanguages() { return $this->nameDetectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function setValueDetectedLanguages($valueDetectedLanguages) { $this->valueDetectedLanguages = $valueDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getValueDetectedLanguages() { return $this->valueDetectedLanguages; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK+ ZuEEyvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK+ Z—Yovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageMatrix.phpnu[cols = $cols; } public function getCols() { return $this->cols; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZC޷pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentTranslation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; } public function getTranslatedText() { return $this->translatedText; } } PK+ ZӦM::nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageImage.phpnu[content = $content; } public function getContent() { return $this->content; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ ZkPsvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentEntityRelation.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setRelation($relation) { $this->relation = $relation; } public function getRelation() { return $this->relation; } public function setSubjectId($subjectId) { $this->subjectId = $subjectId; } public function getSubjectId() { return $this->subjectId; } } PK+ Zm~dh h |vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation */ public function setTestDatasetValidation(Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation $testDatasetValidation) { $this->testDatasetValidation = $testDatasetValidation; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation */ public function getTestDatasetValidation() { return $this->testDatasetValidation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation */ public function setTrainingDatasetValidation(Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation $trainingDatasetValidation) { $this->trainingDatasetValidation = $trainingDatasetValidation; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation */ public function getTrainingDatasetValidation() { return $this->trainingDatasetValidation; } } PK+ Zw2j\vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationLocation.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z5vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLayoutId($layoutId) { $this->layoutId = $layoutId; } public function getLayoutId() { return $this->layoutId; } public function setLayoutType($layoutType) { $this->layoutType = $layoutType; } public function getLayoutType() { return $this->layoutType; } public function setPage($page) { $this->page = $page; } public function getPage() { return $this->page; } } PK+ ZGkvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentEntity.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMentionId($mentionId) { $this->mentionId = $mentionId; } public function getMentionId() { return $this->mentionId; } public function setMentionText($mentionText) { $this->mentionText = $mentionText; } public function getMentionText() { return $this->mentionText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue */ public function setNormalizedValue(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue $normalizedValue) { $this->normalizedValue = $normalizedValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue */ public function getNormalizedValue() { return $this->normalizedValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageAnchor */ public function setPageAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageAnchor $pageAnchor) { $this->pageAnchor = $pageAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageAnchor */ public function getPageAnchor() { return $this->pageAnchor; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntity[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntity[] */ public function getProperties() { return $this->properties; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function getProvenance() { return $this->provenance; } public function setRedacted($redacted) { $this->redacted = $redacted; } public function getRedacted() { return $this->redacted; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Zwcvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ ZIc rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageParagraph.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Z*j66vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Z[vendor/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setError(Google_Service_Document_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK+ ZLU jvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentStyle.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Document_GoogleTypeColor */ public function setColor(Google_Service_Document_GoogleTypeColor $color) { $this->color = $color; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getColor() { return $this->color; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyleFontSize */ public function setFontSize(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyleFontSize $fontSize) { $this->fontSize = $fontSize; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyleFontSize */ public function getFontSize() { return $this->fontSize; } public function setFontWeight($fontWeight) { $this->fontWeight = $fontWeight; } public function getFontWeight() { return $this->fontWeight; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTextDecoration($textDecoration) { $this->textDecoration = $textDecoration; } public function getTextDecoration() { return $this->textDecoration; } public function setTextStyle($textStyle) { $this->textStyle = $textStyle; } public function getTextStyle() { return $this->textStyle; } } PK+ Z mvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageLine.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ ZWW{vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak.phpnu[type = $type; } public function getType() { return $this->type; } } PK+ Z^# nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageToken.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Z [vendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.phpnu[ * $documentaiService = new Google_Service_Document(...); * $locations = $documentaiService->locations; * */ class Google_Service_Document_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleCloudLocationLocation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Document_GoogleCloudLocationLocation"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Document_GoogleCloudLocationListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Document_GoogleCloudLocationListLocationsResponse"); } } PK+ Z<evendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsOperations.phpnu[ * $documentaiService = new Google_Service_Document(...); * $operations = $documentaiService->operations; * */ class Google_Service_Document_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Document_GoogleLongrunningOperation"); } } PK+ Z/rrRvendor/google/apiclient-services/src/Google/Service/Document/Resource/Projects.phpnu[ * $documentaiService = new Google_Service_Document(...); * $projects = $documentaiService->projects; * */ class Google_Service_Document_Resource_Projects extends Google_Service_Resource { } PK+ Zy1PPvvendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.phpnu[ * $documentaiService = new Google_Service_Document(...); * $humanReviewConfig = $documentaiService->humanReviewConfig; * */ class Google_Service_Document_Resource_ProjectsLocationsProcessorsHumanReviewConfig extends Google_Service_Resource { /** * Send a document for Human Review. The input document should be processed by * the specified processor. (humanReviewConfig.reviewDocument) * * @param string $humanReviewConfig Required. The resource name of the * HumanReviewConfig that the document will be reviewed with. * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3ReviewDocumentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleLongrunningOperation */ public function reviewDocument($humanReviewConfig, Google_Service_Document_GoogleCloudDocumentaiV1beta3ReviewDocumentRequest $postBody, $optParams = array()) { $params = array('humanReviewConfig' => $humanReviewConfig, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reviewDocument', array($params), "Google_Service_Document_GoogleLongrunningOperation"); } } PK+ Z| vvendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.phpnu[ * $documentaiService = new Google_Service_Document(...); * $processorVersions = $documentaiService->processorVersions; * */ class Google_Service_Document_Resource_ProjectsLocationsProcessorsProcessorVersions extends Google_Service_Resource { /** * LRO endpoint to batch process many documents. The output is written to Cloud * Storage as JSON in the [Document] format. (processorVersions.batchProcess) * * @param string $name Required. The resource name of Processor or * ProcessorVersion. Format: * projects/{project}/locations/{location}/processors/{processor}, or projects/{ * project}/locations/{location}/processors/{processor}/processorVersions/{proce * ssorVersion} * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleLongrunningOperation */ public function batchProcess($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchProcess', array($params), "Google_Service_Document_GoogleLongrunningOperation"); } /** * Processes a single document. (processorVersions.process) * * @param string $name Required. The resource name of the Processor or * ProcessorVersion to use for processing. If a Processor is specified, the * server will use its default version. Format: * projects/{project}/locations/{location}/processors/{processor}, or projects/{ * project}/locations/{location}/processors/{processor}/processorVersions/{proce * ssorVersion} * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse */ public function process($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('process', array($params), "Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse"); } } PK+ Z6 evendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.phpnu[ * $documentaiService = new Google_Service_Document(...); * $processors = $documentaiService->processors; * */ class Google_Service_Document_Resource_ProjectsLocationsProcessors extends Google_Service_Resource { /** * LRO endpoint to batch process many documents. The output is written to Cloud * Storage as JSON in the [Document] format. (processors.batchProcess) * * @param string $name Required. The resource name of Processor or * ProcessorVersion. Format: * projects/{project}/locations/{location}/processors/{processor}, or projects/{ * project}/locations/{location}/processors/{processor}/processorVersions/{proce * ssorVersion} * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleLongrunningOperation */ public function batchProcess($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchProcess', array($params), "Google_Service_Document_GoogleLongrunningOperation"); } /** * Processes a single document. (processors.process) * * @param string $name Required. The resource name of the Processor or * ProcessorVersion to use for processing. If a Processor is specified, the * server will use its default version. Format: * projects/{project}/locations/{location}/processors/{processor}, or projects/{ * project}/locations/{location}/processors/{processor}/processorVersions/{proce * ssorVersion} * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse */ public function process($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('process', array($params), "Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse"); } } PK+ Z͟  lvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ProcessResponse.phpnu[document = $document; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getDocument() { return $this->document; } public function setHumanReviewOperation($humanReviewOperation) { $this->humanReviewOperation = $humanReviewOperation; } public function getHumanReviewOperation() { return $this->humanReviewOperation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3HumanReviewStatus */ public function setHumanReviewStatus(Google_Service_Document_GoogleCloudDocumentaiV1beta3HumanReviewStatus $humanReviewStatus) { $this->humanReviewStatus = $humanReviewStatus; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3HumanReviewStatus */ public function getHumanReviewStatus() { return $this->humanReviewStatus; } } PK+ Z%~~vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation.phpnu[datasetErrors = $datasetErrors; } /** * @return Google_Service_Document_GoogleRpcStatus[] */ public function getDatasetErrors() { return $this->datasetErrors; } /** * @param Google_Service_Document_GoogleRpcStatus[] */ public function setDocumentErrors($documentErrors) { $this->documentErrors = $documentErrors; } /** * @return Google_Service_Document_GoogleRpcStatus[] */ public function getDocumentErrors() { return $this->documentErrors; } } PK+ Z2vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus.phpnu[humanReviewStatus = $humanReviewStatus; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewStatus */ public function getHumanReviewStatus() { return $this->humanReviewStatus; } public function setInputGcsSource($inputGcsSource) { $this->inputGcsSource = $inputGcsSource; } public function getInputGcsSource() { return $this->inputGcsSource; } public function setOutputGcsDestination($outputGcsDestination) { $this->outputGcsDestination = $outputGcsDestination; } public function getOutputGcsDestination() { return $this->outputGcsDestination; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setStatus(Google_Service_Document_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK+ Z Kqivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } public function setPagesPerShard($pagesPerShard) { $this->pagesPerShard = $pagesPerShard; } public function getPagesPerShard() { return $this->pagesPerShard; } } PK+ ZJkvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentEntity.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMentionId($mentionId) { $this->mentionId = $mentionId; } public function getMentionId() { return $this->mentionId; } public function setMentionText($mentionText) { $this->mentionText = $mentionText; } public function getMentionText() { return $this->mentionText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue */ public function setNormalizedValue(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue $normalizedValue) { $this->normalizedValue = $normalizedValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue */ public function getNormalizedValue() { return $this->normalizedValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageAnchor */ public function setPageAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageAnchor $pageAnchor) { $this->pageAnchor = $pageAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageAnchor */ public function getPageAnchor() { return $this->pageAnchor; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntity[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentEntity[] */ public function getProperties() { return $this->properties; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function getProvenance() { return $this->provenance; } public function setRedacted($redacted) { $this->redacted = $redacted; } public function getRedacted() { return $this->redacted; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Zqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus[] */ public function setIndividualProcessStatuses($individualProcessStatuses) { $this->individualProcessStatuses = $individualProcessStatuses; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus[] */ public function getIndividualProcessStatuses() { return $this->individualProcessStatuses; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Zynvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentShardInfo.phpnu[shardCount = $shardCount; } public function getShardCount() { return $this->shardCount; } public function setShardIndex($shardIndex) { $this->shardIndex = $shardIndex; } public function getShardIndex() { return $this->shardIndex; } public function setTextOffset($textOffset) { $this->textOffset = $textOffset; } public function getTextOffset() { return $this->textOffset; } } PK+ Z!|vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Z&~Hevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1Document.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntity[] */ public function getEntities() { return $this->entities; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityRelation[] */ public function setEntityRelations($entityRelations) { $this->entityRelations = $entityRelations; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityRelation[] */ public function getEntityRelations() { return $this->entityRelations; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setError(Google_Service_Document_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPage[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPage[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevision[] */ public function setRevisions($revisions) { $this->revisions = $revisions; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevision[] */ public function getRevisions() { return $this->revisions; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentShardInfo */ public function setShardInfo(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentShardInfo $shardInfo) { $this->shardInfo = $shardInfo; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentShardInfo */ public function getShardInfo() { return $this->shardInfo; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextChange[] */ public function setTextChanges($textChanges) { $this->textChanges = $textChanges; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextChange[] */ public function getTextChanges() { return $this->textChanges; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyle[] */ public function setTextStyles($textStyles) { $this->textStyles = $textStyles; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyle[] */ public function getTextStyles() { return $this->textStyles; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK+ ZgPddmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentRevision.phpnu[agent = $agent; } public function getAgent() { return $this->agent; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview */ public function setHumanReview(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview $humanReview) { $this->humanReview = $humanReview; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview */ public function getHumanReview() { return $this->humanReview; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setProcessor($processor) { $this->processor = $processor; } public function getProcessor() { return $this->processor; } } PK+ ZqL L zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue.phpnu[addressValue = $addressValue; } /** * @return Google_Service_Document_GoogleTypePostalAddress */ public function getAddressValue() { return $this->addressValue; } public function setBooleanValue($booleanValue) { $this->booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } /** * @param Google_Service_Document_GoogleTypeDate */ public function setDateValue(Google_Service_Document_GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return Google_Service_Document_GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param Google_Service_Document_GoogleTypeDateTime */ public function setDatetimeValue(Google_Service_Document_GoogleTypeDateTime $datetimeValue) { $this->datetimeValue = $datetimeValue; } /** * @return Google_Service_Document_GoogleTypeDateTime */ public function getDatetimeValue() { return $this->datetimeValue; } /** * @param Google_Service_Document_GoogleTypeMoney */ public function setMoneyValue(Google_Service_Document_GoogleTypeMoney $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return Google_Service_Document_GoogleTypeMoney */ public function getMoneyValue() { return $this->moneyValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK+ ZWY%ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageLayout.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } PK+ Z|MMovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SchemaEntityType.phpnu[baseType = $baseType; } public function getBaseType() { return $this->baseType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setOccurrenceType($occurrenceType) { $this->occurrenceType = $occurrenceType; } public function getOccurrenceType() { return $this->occurrenceType; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3SchemaEntityType[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3SchemaEntityType[] */ public function getProperties() { return $this->properties; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Z&־vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow.phpnu[cells = $cells; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableCell[] */ public function getCells() { return $this->cells; } } PK+ ZGhvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2InputConfig.phpnu[contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsSource */ public function setGcsSource(Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK+ Zn*Pvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeColor.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } public function setBlue($blue) { $this->blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK+ Z҈< jvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentStyle.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Document_GoogleTypeColor */ public function setColor(Google_Service_Document_GoogleTypeColor $color) { $this->color = $color; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getColor() { return $this->color; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyleFontSize */ public function setFontSize(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyleFontSize $fontSize) { $this->fontSize = $fontSize; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyleFontSize */ public function getFontSize() { return $this->fontSize; } public function setFontWeight($fontWeight) { $this->fontWeight = $fontWeight; } public function getFontWeight() { return $this->fontWeight; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTextDecoration($textDecoration) { $this->textDecoration = $textDecoration; } public function getTextDecoration() { return $this->textDecoration; } public function setTextStyle($textStyle) { $this->textStyle = $textStyle; } public function getTextStyle() { return $this->textStyle; } } PK+ Z`jjvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig.phpnu[gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } } PK+ Z[IZzvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse.phpnu[responses = $responses; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2ProcessDocumentResponse[] */ public function getResponses() { return $this->responses; } } PK+ Z$colSpan = $colSpan; } public function getColSpan() { return $this->colSpan; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } } PK+ ZyNvvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLayoutId($layoutId) { $this->layoutId = $layoutId; } public function getLayoutId() { return $this->layoutId; } public function setLayoutType($layoutType) { $this->layoutType = $layoutType; } public function getLayoutType() { return $this->layoutType; } public function setPage($page) { $this->page = $page; } public function getPage() { return $this->page; } } PK+ ZK~;::nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageImage.phpnu[content = $content; } public function getContent() { return $this->content; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Z۳**zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK+ Z`[ ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3ProcessorVersion.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationReference */ public function setLatestEvaluation(Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationReference $latestEvaluation) { $this->latestEvaluation = $latestEvaluation; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationReference */ public function getLatestEvaluation() { return $this->latestEvaluation; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3Schema */ public function setSchema(Google_Service_Document_GoogleCloudDocumentaiUiv1beta3Schema $schema) { $this->schema = $schema; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3Schema */ public function getSchema() { return $this->schema; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK+ Z*9ddmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentRevision.phpnu[agent = $agent; } public function getAgent() { return $this->agent; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview */ public function setHumanReview(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview $humanReview) { $this->humanReview = $humanReview; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview */ public function getHumanReview() { return $this->humanReview; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setProcessor($processor) { $this->processor = $processor; } public function getProcessor() { return $this->processor; } } PK+ ZWW{vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTokenDetectedBreak.phpnu[type = $type; } public function getType() { return $this->type; } } PK+ Z{e7vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow.phpnu[cells = $cells; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell[] */ public function getCells() { return $this->cells; } } PK+ Z0, jvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentStyle.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Document_GoogleTypeColor */ public function setColor(Google_Service_Document_GoogleTypeColor $color) { $this->color = $color; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getColor() { return $this->color; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentStyleFontSize */ public function setFontSize(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentStyleFontSize $fontSize) { $this->fontSize = $fontSize; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentStyleFontSize */ public function getFontSize() { return $this->fontSize; } public function setFontWeight($fontWeight) { $this->fontWeight = $fontWeight; } public function getFontWeight() { return $this->fontWeight; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTextDecoration($textDecoration) { $this->textDecoration = $textDecoration; } public function getTextDecoration() { return $this->textDecoration; } public function setTextStyle($textStyle) { $this->textStyle = $textStyle; } public function getTextStyle() { return $this->textStyle; } } PK+ Z pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessRequest.phpnu[documentOutputConfig = $documentOutputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentOutputConfig */ public function getDocumentOutputConfig() { return $this->documentOutputConfig; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig[] */ public function setInputConfigs($inputConfigs) { $this->inputConfigs = $inputConfigs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig[] */ public function getInputConfigs() { return $this->inputConfigs; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig */ public function setInputDocuments(Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig $inputDocuments) { $this->inputDocuments = $inputDocuments; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig */ public function getInputDocuments() { return $this->inputDocuments; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig */ public function setOutputConfig(Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setSkipHumanReview($skipHumanReview) { $this->skipHumanReview = $skipHumanReview; } public function getSkipHumanReview() { return $this->skipHumanReview; } } PK+ Zk vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus.phpnu[humanReviewOperation = $humanReviewOperation; } public function getHumanReviewOperation() { return $this->humanReviewOperation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3HumanReviewStatus */ public function setHumanReviewStatus(Google_Service_Document_GoogleCloudDocumentaiV1beta3HumanReviewStatus $humanReviewStatus) { $this->humanReviewStatus = $humanReviewStatus; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3HumanReviewStatus */ public function getHumanReviewStatus() { return $this->humanReviewStatus; } public function setInputGcsSource($inputGcsSource) { $this->inputGcsSource = $inputGcsSource; } public function getInputGcsSource() { return $this->inputGcsSource; } public function setOutputGcsDestination($outputGcsDestination) { $this->outputGcsDestination = $outputGcsDestination; } public function getOutputGcsDestination() { return $this->outputGcsDestination; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setStatus(Google_Service_Document_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK+ ZӘwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Z 8cvvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageVisualElement.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Zgovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentProvenance.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenanceParent[] */ public function setParents($parents) { $this->parents = $parents; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenanceParent[] */ public function getParents() { return $this->parents; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZuL L zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue.phpnu[addressValue = $addressValue; } /** * @return Google_Service_Document_GoogleTypePostalAddress */ public function getAddressValue() { return $this->addressValue; } public function setBooleanValue($booleanValue) { $this->booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } /** * @param Google_Service_Document_GoogleTypeDate */ public function setDateValue(Google_Service_Document_GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return Google_Service_Document_GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param Google_Service_Document_GoogleTypeDateTime */ public function setDatetimeValue(Google_Service_Document_GoogleTypeDateTime $datetimeValue) { $this->datetimeValue = $datetimeValue; } /** * @return Google_Service_Document_GoogleTypeDateTime */ public function getDatetimeValue() { return $this->datetimeValue; } /** * @param Google_Service_Document_GoogleTypeMoney */ public function setMoneyValue(Google_Service_Document_GoogleTypeMoney $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return Google_Service_Document_GoogleTypeMoney */ public function getMoneyValue() { return $this->moneyValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK+ Zi?nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentShardInfo.phpnu[shardCount = $shardCount; } public function getShardCount() { return $this->shardCount; } public function setShardIndex($shardIndex) { $this->shardIndex = $shardIndex; } public function getShardIndex() { return $this->shardIndex; } public function setTextOffset($textOffset) { $this->textOffset = $textOffset; } public function getTextOffset() { return $this->textOffset; } } PK+ Zҭ cvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ Zsvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ReviewDocumentResponse.phpnu[gcsDestination = $gcsDestination; } public function getGcsDestination() { return $this->gcsDestination; } } PK+ ZJ;;fvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK+ ZBFvvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageVisualElement.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZN]ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTextChange.phpnu[changedText = $changedText; } public function getChangedText() { return $this->changedText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } PK+ Zn@>rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentStyleFontSize.phpnu[size = $size; } public function getSize() { return $this->size; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK+ Z9vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse.phpnu[bodyRows = $bodyRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow[] */ public function getBodyRows() { return $this->bodyRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow[] */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow[] */ public function getHeaderRows() { return $this->headerRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } } PK+ Z nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageBlock.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ ZSMvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig.phpnu[gcsDestination = $gcsDestination; } public function getGcsDestination() { return $this->gcsDestination; } } PK+ Z>>~vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ ZaBh nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageToken.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Z-dnvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ ZBf==}vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ ZL؍AAvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Z"i77wvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Zivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BoundingPoly.phpnu[normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Vertex[] */ public function getVertices() { return $this->vertices; } } PK+ Zk]mvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics.phpnu[confidenceLevelMetrics = $confidenceLevelMetrics; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationConfidenceLevelMetrics[] */ public function getConfidenceLevelMetrics() { return $this->confidenceLevelMetrics; } } PK+ Zݶvvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.phpnu[cells = $cells; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell[] */ public function getCells() { return $this->cells; } } PK+ ZDkuvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentProvenanceParent.phpnu[id = $id; } public function getId() { return $this->id; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK+ Z+vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageVisualElement.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Z͕ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentProvenance.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenanceParent[] */ public function setParents($parents) { $this->parents = $parents; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenanceParent[] */ public function getParents() { return $this->parents; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZEn\zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse.phpnu[responses = $responses; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1ProcessDocumentResponse[] */ public function getResponses() { return $this->responses; } } PK+ Z@\"rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationReference.phpnu[aggregateMetrics = $aggregateMetrics; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMetrics */ public function getAggregateMetrics() { return $this->aggregateMetrics; } public function setEvaluation($evaluation) { $this->evaluation = $evaluation; } public function getEvaluation() { return $this->evaluation; } public function setOperation($operation) { $this->operation = $operation; } public function getOperation() { return $this->operation; } } PK+ Zd*66vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Zӓ> mvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageLine.phpnu[detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Zm<ڧwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTableTableCell.phpnu[colSpan = $colSpan; } public function getColSpan() { return $this->colSpan; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } } PK+ ZڛuW))vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig.phpnu[gcsSource = $gcsSource; } public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK+ Zlգcvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1Vertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ Zt疭mvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ ZTuvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentProvenanceParent.phpnu[id = $id; } public function getId() { return $this->id; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK+ ZAAvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Zdv" " Svendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeDateTime.phpnu[day = $day; } public function getDay() { return $this->day; } public function setHours($hours) { $this->hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } /** * @param Google_Service_Document_GoogleTypeTimeZone */ public function setTimeZone(Google_Service_Document_GoogleTypeTimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_Document_GoogleTypeTimeZone */ public function getTimeZone() { return $this->timeZone; } public function setUtcOffset($utcOffset) { $this->utcOffset = $utcOffset; } public function getUtcOffset() { return $this->utcOffset; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK+ Z#zvvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig.phpnu[gcsDocuments = $gcsDocuments; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3GcsDocuments */ public function getGcsDocuments() { return $this->gcsDocuments; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3GcsPrefix */ public function setGcsPrefix(Google_Service_Document_GoogleCloudDocumentaiV1beta3GcsPrefix $gcsPrefix) { $this->gcsPrefix = $gcsPrefix; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3GcsPrefix */ public function getGcsPrefix() { return $this->gcsPrefix; } } PK+ Z s rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageFormField.phpnu[fieldName = $fieldName; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getFieldName() { return $this->fieldName; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setFieldValue(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $fieldValue) { $this->fieldValue = $fieldValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getFieldValue() { return $this->fieldValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function setNameDetectedLanguages($nameDetectedLanguages) { $this->nameDetectedLanguages = $nameDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getNameDetectedLanguages() { return $this->nameDetectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function setValueDetectedLanguages($valueDetectedLanguages) { $this->valueDetectedLanguages = $valueDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage[] */ public function getValueDetectedLanguages() { return $this->valueDetectedLanguages; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK+ Z0pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTranslation.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; } public function getTranslatedText() { return $this->translatedText; } } PK+ ZԷivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPage.phpnu[blocks = $blocks; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageBlock[] */ public function getBlocks() { return $this->blocks; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDimension */ public function setDimension(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDimension $dimension) { $this->dimension = $dimension; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDimension */ public function getDimension() { return $this->dimension; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageFormField[] */ public function setFormFields($formFields) { $this->formFields = $formFields; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageFormField[] */ public function getFormFields() { return $this->formFields; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageImage */ public function setImage(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageImage $image) { $this->image = $image; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLine[] */ public function setLines($lines) { $this->lines = $lines; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLine[] */ public function getLines() { return $this->lines; } public function setPageNumber($pageNumber) { $this->pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageParagraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageParagraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTable[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTable[] */ public function getTables() { return $this->tables; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageToken[] */ public function setTokens($tokens) { $this->tokens = $tokens; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageToken[] */ public function getTokens() { return $this->tokens; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageMatrix[] */ public function setTransforms($transforms) { $this->transforms = $transforms; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageMatrix[] */ public function getTransforms() { return $this->transforms; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageVisualElement[] */ public function setVisualElements($visualElements) { $this->visualElements = $visualElements; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageVisualElement[] */ public function getVisualElements() { return $this->visualElements; } } PK+ ZKjvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentLabel.phpnu[automlModel = $automlModel; } public function getAutomlModel() { return $this->automlModel; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Zޘqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessResponse.phpnu[allEntitiesMetrics = $allEntitiesMetrics; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics */ public function getAllEntitiesMetrics() { return $this->allEntitiesMetrics; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics[] */ public function setEntityMetrics($entityMetrics) { $this->entityMetrics = $entityMetrics; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics[] */ public function getEntityMetrics() { return $this->entityMetrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZZ rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageFormField.phpnu[fieldName = $fieldName; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getFieldName() { return $this->fieldName; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setFieldValue(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $fieldValue) { $this->fieldValue = $fieldValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getFieldValue() { return $this->fieldValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function setNameDetectedLanguages($nameDetectedLanguages) { $this->nameDetectedLanguages = $nameDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getNameDetectedLanguages() { return $this->nameDetectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function setValueDetectedLanguages($valueDetectedLanguages) { $this->valueDetectedLanguages = $valueDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getValueDetectedLanguages() { return $this->valueDetectedLanguages; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK+ Z뮠Pvendor/google/apiclient-services/src/Google/Service/Document/GoogleRpcStatus.phpnu[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; } } PK+ Zzovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageAnchor.phpnu[pageRefs = $pageRefs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef[] */ public function getPageRefs() { return $this->pageRefs; } } PK+ Z L L zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue.phpnu[addressValue = $addressValue; } /** * @return Google_Service_Document_GoogleTypePostalAddress */ public function getAddressValue() { return $this->addressValue; } public function setBooleanValue($booleanValue) { $this->booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } /** * @param Google_Service_Document_GoogleTypeDate */ public function setDateValue(Google_Service_Document_GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return Google_Service_Document_GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param Google_Service_Document_GoogleTypeDateTime */ public function setDatetimeValue(Google_Service_Document_GoogleTypeDateTime $datetimeValue) { $this->datetimeValue = $datetimeValue; } /** * @return Google_Service_Document_GoogleTypeDateTime */ public function getDatetimeValue() { return $this->datetimeValue; } /** * @param Google_Service_Document_GoogleTypeMoney */ public function setMoneyValue(Google_Service_Document_GoogleTypeMoney $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return Google_Service_Document_GoogleTypeMoney */ public function getMoneyValue() { return $this->moneyValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK+ Zuaaqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentOutputConfig.phpnu[gcsOutputConfig = $gcsOutputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig */ public function getGcsOutputConfig() { return $this->gcsOutputConfig; } } PK+ Z ӕovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentProvenance.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenanceParent[] */ public function setParents($parents) { $this->parents = $parents; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenanceParent[] */ public function getParents() { return $this->parents; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Z} !!xvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview.phpnu[state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } } PK+ Z3lvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessResponse.phpnu[changedText = $changedText; } public function getChangedText() { return $this->changedText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } PK+ ZdO::nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageImage.phpnu[content = $content; } public function getContent() { return $this->content; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ ZTku!!xvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.phpnu[state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } } PK+ Zw rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageDimension.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Zomvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2NormalizedVertex.phpnu[x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK+ Z@S#c@@kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z"{ccevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3Schema.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3SchemaEntityType[] */ public function setEntityTypes($entityTypes) { $this->entityTypes = $entityTypes; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3SchemaEntityType[] */ public function getEntityTypes() { return $this->entityTypes; } } PK+ ZW~  Xvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypePostalAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK+ Z}ivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPage.phpnu[blocks = $blocks; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageBlock[] */ public function getBlocks() { return $this->blocks; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDimension */ public function setDimension(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDimension $dimension) { $this->dimension = $dimension; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDimension */ public function getDimension() { return $this->dimension; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageFormField[] */ public function setFormFields($formFields) { $this->formFields = $formFields; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageFormField[] */ public function getFormFields() { return $this->formFields; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageImage */ public function setImage(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageImage $image) { $this->image = $image; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLine[] */ public function setLines($lines) { $this->lines = $lines; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLine[] */ public function getLines() { return $this->lines; } public function setPageNumber($pageNumber) { $this->pageNumber = $pageNumber; } public function getPageNumber() { return $this->pageNumber; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageParagraph[] */ public function setParagraphs($paragraphs) { $this->paragraphs = $paragraphs; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageParagraph[] */ public function getParagraphs() { return $this->paragraphs; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTable[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTable[] */ public function getTables() { return $this->tables; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageToken[] */ public function setTokens($tokens) { $this->tokens = $tokens; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageToken[] */ public function getTokens() { return $this->tokens; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageMatrix[] */ public function setTransforms($transforms) { $this->transforms = $transforms; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageMatrix[] */ public function getTransforms() { return $this->transforms; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageVisualElement[] */ public function setVisualElements($visualElements) { $this->visualElements = $visualElements; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageVisualElement[] */ public function getVisualElements() { return $this->visualElements; } } PK+ Zjivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1HumanReviewStatus.phpnu[humanReviewOperation = $humanReviewOperation; } public function getHumanReviewOperation() { return $this->humanReviewOperation; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } } PK+ Zvrvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentStyleFontSize.phpnu[size = $size; } public function getSize() { return $this->size; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK+ ZdH1Htvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3CommonOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ ZZ}ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageLayout.phpnu[boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } PK+ Z(f|[ [ nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageTable.phpnu[bodyRows = $bodyRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow[] */ public function getBodyRows() { return $this->bodyRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow[] */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow[] */ public function getHeaderRows() { return $this->headerRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } } PK+ Z rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentStyleFontSize.phpnu[size = $size; } public function getSize() { return $this->size; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK+ Z==}vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3CreateProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ ZjHg??vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ ZyͭEEyvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK+ ZI nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageToken.phpnu[detectedBreak = $detectedBreak; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTokenDetectedBreak */ public function getDetectedBreak() { return $this->detectedBreak; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage[] */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance $provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenance */ public function getProvenance() { return $this->provenance; } } PK+ Z{Kovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageMatrix.phpnu[cols = $cols; } public function getCols() { return $this->cols; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Zqddmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentRevision.phpnu[agent = $agent; } public function getAgent() { return $this->agent; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview */ public function setHumanReview(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview $humanReview) { $this->humanReview = $humanReview; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview */ public function getHumanReview() { return $this->humanReview; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setProcessor($processor) { $this->processor = $processor; } public function getProcessor() { return $this->processor; } } PK+ Z?tvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.phpnu[inputConfig = $inputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1OutputConfig */ public function setOutputConfig(Google_Service_Document_GoogleCloudDocumentaiV1beta1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK+ ZYovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentTextAnchor.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment[] */ public function setTextSegments($textSegments) { $this->textSegments = $textSegments; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment[] */ public function getTextSegments() { return $this->textSegments; } } PK+ ZxoFkkivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Document_GoogleCloudLocationLocation[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z1vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationConfidenceLevelMetrics.phpnu[confidenceLevel = $confidenceLevel; } public function getConfidenceLevel() { return $this->confidenceLevel; } /** * @param Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMetrics */ public function setMetrics(Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMetrics $metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3EvaluationMetrics */ public function getMetrics() { return $this->metrics; } } PK+ Zt{hvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3RawDocument.phpnu[content = $content; } public function getContent() { return $this->content; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK+ Z$d]vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setRelation($relation) { $this->relation = $relation; } public function getRelation() { return $this->relation; } public function setSubjectId($subjectId) { $this->subjectId = $subjectId; } public function getSubjectId() { return $this->subjectId; } } PK+ Z7;ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTextAnchor.phpnu[content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment[] */ public function setTextSegments($textSegments) { $this->textSegments = $textSegments; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment[] */ public function getTextSegments() { return $this->textSegments; } } PK+ Z??vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata.phpnu[commonMetadata = $commonMetadata; } /** * @return Google_Service_Document_GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata */ public function getCommonMetadata() { return $this->commonMetadata; } } PK+ Z@hvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3GcsDocument.phpnu[gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK+ Z&KOO?vendor/google/apiclient-services/src/Google/Service/AdSense.phpnu[ * Accesses AdSense publishers' inventory and generates performance reports.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdSense extends Google_Service { /** View and manage your AdSense data. */ const ADSENSE = "https://www.googleapis.com/auth/adsense"; /** View your AdSense data. */ const ADSENSE_READONLY = "https://www.googleapis.com/auth/adsense.readonly"; public $accounts; public $accounts_adclients; public $accounts_adunits; public $accounts_adunits_customchannels; public $accounts_alerts; public $accounts_customchannels; public $accounts_customchannels_adunits; public $accounts_payments; public $accounts_reports; public $accounts_reports_saved; public $accounts_savedadstyles; public $accounts_urlchannels; public $adclients; public $adunits; public $adunits_customchannels; public $alerts; public $customchannels; public $customchannels_adunits; public $metadata_dimensions; public $metadata_metrics; public $payments; public $reports; public $reports_saved; public $savedadstyles; public $urlchannels; /** * Constructs the internal representation of the AdSense service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'adsense/v1.4/'; $this->batchPath = 'batch/adsense/v1.4'; $this->version = 'v1.4'; $this->serviceName = 'adsense'; $this->accounts = new Google_Service_AdSense_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tree' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'accounts', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_adclients = new Google_Service_AdSense_Resource_AccountsAdclients( $this, $this->serviceName, 'adclients', array( 'methods' => array( 'getAdCode' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adcode', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'tagPartner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'accounts/{accountId}/adclients', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_adunits = new Google_Service_AdSense_Resource_AccountsAdunits( $this, $this->serviceName, 'adunits', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAdCode' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_adunits_customchannels = new Google_Service_AdSense_Resource_AccountsAdunitsCustomchannels( $this, $this->serviceName, 'customchannels', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/customchannels', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_alerts = new Google_Service_AdSense_Resource_AccountsAlerts( $this, $this->serviceName, 'alerts', array( 'methods' => array( 'delete' => array( 'path' => 'accounts/{accountId}/alerts/{alertId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/alerts', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_customchannels = new Google_Service_AdSense_Resource_AccountsCustomchannels( $this, $this->serviceName, 'customchannels', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_customchannels_adunits = new Google_Service_AdSense_Resource_AccountsCustomchannelsAdunits( $this, $this->serviceName, 'adunits', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}/adunits', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_payments = new Google_Service_AdSense_Resource_AccountsPayments( $this, $this->serviceName, 'payments', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/payments', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_reports = new Google_Service_AdSense_Resource_AccountsReports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'generate' => array( 'path' => 'accounts/{accountId}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'currency' => array( 'location' => 'query', 'type' => 'string', ), 'dimension' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metric' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sort' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'useTimezoneReporting' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->accounts_reports_saved = new Google_Service_AdSense_Resource_AccountsReportsSaved( $this, $this->serviceName, 'saved', array( 'methods' => array( 'generate' => array( 'path' => 'accounts/{accountId}/reports/{savedReportId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'savedReportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'accounts/{accountId}/reports/saved', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_savedadstyles = new Google_Service_AdSense_Resource_AccountsSavedadstyles( $this, $this->serviceName, 'savedadstyles', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}/savedadstyles/{savedAdStyleId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'savedAdStyleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/savedadstyles', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_urlchannels = new Google_Service_AdSense_Resource_AccountsUrlchannels( $this, $this->serviceName, 'urlchannels', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->adclients = new Google_Service_AdSense_Resource_Adclients( $this, $this->serviceName, 'adclients', array( 'methods' => array( 'list' => array( 'path' => 'adclients', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->adunits = new Google_Service_AdSense_Resource_Adunits( $this, $this->serviceName, 'adunits', array( 'methods' => array( 'get' => array( 'path' => 'adclients/{adClientId}/adunits/{adUnitId}', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAdCode' => array( 'path' => 'adclients/{adClientId}/adunits/{adUnitId}/adcode', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'adclients/{adClientId}/adunits', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->adunits_customchannels = new Google_Service_AdSense_Resource_AdunitsCustomchannels( $this, $this->serviceName, 'customchannels', array( 'methods' => array( 'list' => array( 'path' => 'adclients/{adClientId}/adunits/{adUnitId}/customchannels', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->alerts = new Google_Service_AdSense_Resource_Alerts( $this, $this->serviceName, 'alerts', array( 'methods' => array( 'delete' => array( 'path' => 'alerts/{alertId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'alertId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'alerts', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customchannels = new Google_Service_AdSense_Resource_Customchannels( $this, $this->serviceName, 'customchannels', array( 'methods' => array( 'get' => array( 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'adclients/{adClientId}/customchannels', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customchannels_adunits = new Google_Service_AdSense_Resource_CustomchannelsAdunits( $this, $this->serviceName, 'adunits', array( 'methods' => array( 'list' => array( 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}/adunits', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->metadata_dimensions = new Google_Service_AdSense_Resource_MetadataDimensions( $this, $this->serviceName, 'dimensions', array( 'methods' => array( 'list' => array( 'path' => 'metadata/dimensions', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->metadata_metrics = new Google_Service_AdSense_Resource_MetadataMetrics( $this, $this->serviceName, 'metrics', array( 'methods' => array( 'list' => array( 'path' => 'metadata/metrics', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->payments = new Google_Service_AdSense_Resource_Payments( $this, $this->serviceName, 'payments', array( 'methods' => array( 'list' => array( 'path' => 'payments', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->reports = new Google_Service_AdSense_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'generate' => array( 'path' => 'reports', 'httpMethod' => 'GET', 'parameters' => array( 'startDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'currency' => array( 'location' => 'query', 'type' => 'string', ), 'dimension' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metric' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sort' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'useTimezoneReporting' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->reports_saved = new Google_Service_AdSense_Resource_ReportsSaved( $this, $this->serviceName, 'saved', array( 'methods' => array( 'generate' => array( 'path' => 'reports/{savedReportId}', 'httpMethod' => 'GET', 'parameters' => array( 'savedReportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'reports/saved', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->savedadstyles = new Google_Service_AdSense_Resource_Savedadstyles( $this, $this->serviceName, 'savedadstyles', array( 'methods' => array( 'get' => array( 'path' => 'savedadstyles/{savedAdStyleId}', 'httpMethod' => 'GET', 'parameters' => array( 'savedAdStyleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'savedadstyles', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->urlchannels = new Google_Service_AdSense_Resource_Urlchannels( $this, $this->serviceName, 'urlchannels', array( 'methods' => array( 'list' => array( 'path' => 'adclients/{adClientId}/urlchannels', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ Z1L=L=Mvendor/google/apiclient-services/src/Google/Service/Groupssettings/Groups.phpnu[allowExternalMembers = $allowExternalMembers; } public function getAllowExternalMembers() { return $this->allowExternalMembers; } public function setAllowGoogleCommunication($allowGoogleCommunication) { $this->allowGoogleCommunication = $allowGoogleCommunication; } public function getAllowGoogleCommunication() { return $this->allowGoogleCommunication; } public function setAllowWebPosting($allowWebPosting) { $this->allowWebPosting = $allowWebPosting; } public function getAllowWebPosting() { return $this->allowWebPosting; } public function setArchiveOnly($archiveOnly) { $this->archiveOnly = $archiveOnly; } public function getArchiveOnly() { return $this->archiveOnly; } public function setCustomFooterText($customFooterText) { $this->customFooterText = $customFooterText; } public function getCustomFooterText() { return $this->customFooterText; } public function setCustomReplyTo($customReplyTo) { $this->customReplyTo = $customReplyTo; } public function getCustomReplyTo() { return $this->customReplyTo; } public function setCustomRolesEnabledForSettingsToBeMerged($customRolesEnabledForSettingsToBeMerged) { $this->customRolesEnabledForSettingsToBeMerged = $customRolesEnabledForSettingsToBeMerged; } public function getCustomRolesEnabledForSettingsToBeMerged() { return $this->customRolesEnabledForSettingsToBeMerged; } public function setDefaultMessageDenyNotificationText($defaultMessageDenyNotificationText) { $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText; } public function getDefaultMessageDenyNotificationText() { return $this->defaultMessageDenyNotificationText; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEnableCollaborativeInbox($enableCollaborativeInbox) { $this->enableCollaborativeInbox = $enableCollaborativeInbox; } public function getEnableCollaborativeInbox() { return $this->enableCollaborativeInbox; } public function setFavoriteRepliesOnTop($favoriteRepliesOnTop) { $this->favoriteRepliesOnTop = $favoriteRepliesOnTop; } public function getFavoriteRepliesOnTop() { return $this->favoriteRepliesOnTop; } public function setIncludeCustomFooter($includeCustomFooter) { $this->includeCustomFooter = $includeCustomFooter; } public function getIncludeCustomFooter() { return $this->includeCustomFooter; } public function setIncludeInGlobalAddressList($includeInGlobalAddressList) { $this->includeInGlobalAddressList = $includeInGlobalAddressList; } public function getIncludeInGlobalAddressList() { return $this->includeInGlobalAddressList; } public function setIsArchived($isArchived) { $this->isArchived = $isArchived; } public function getIsArchived() { return $this->isArchived; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxMessageBytes($maxMessageBytes) { $this->maxMessageBytes = $maxMessageBytes; } public function getMaxMessageBytes() { return $this->maxMessageBytes; } public function setMembersCanPostAsTheGroup($membersCanPostAsTheGroup) { $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup; } public function getMembersCanPostAsTheGroup() { return $this->membersCanPostAsTheGroup; } public function setMessageDisplayFont($messageDisplayFont) { $this->messageDisplayFont = $messageDisplayFont; } public function getMessageDisplayFont() { return $this->messageDisplayFont; } public function setMessageModerationLevel($messageModerationLevel) { $this->messageModerationLevel = $messageModerationLevel; } public function getMessageModerationLevel() { return $this->messageModerationLevel; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimaryLanguage($primaryLanguage) { $this->primaryLanguage = $primaryLanguage; } public function getPrimaryLanguage() { return $this->primaryLanguage; } public function setReplyTo($replyTo) { $this->replyTo = $replyTo; } public function getReplyTo() { return $this->replyTo; } public function setSendMessageDenyNotification($sendMessageDenyNotification) { $this->sendMessageDenyNotification = $sendMessageDenyNotification; } public function getSendMessageDenyNotification() { return $this->sendMessageDenyNotification; } public function setShowInGroupDirectory($showInGroupDirectory) { $this->showInGroupDirectory = $showInGroupDirectory; } public function getShowInGroupDirectory() { return $this->showInGroupDirectory; } public function setSpamModerationLevel($spamModerationLevel) { $this->spamModerationLevel = $spamModerationLevel; } public function getSpamModerationLevel() { return $this->spamModerationLevel; } public function setWhoCanAdd($whoCanAdd) { $this->whoCanAdd = $whoCanAdd; } public function getWhoCanAdd() { return $this->whoCanAdd; } public function setWhoCanAddReferences($whoCanAddReferences) { $this->whoCanAddReferences = $whoCanAddReferences; } public function getWhoCanAddReferences() { return $this->whoCanAddReferences; } public function setWhoCanApproveMembers($whoCanApproveMembers) { $this->whoCanApproveMembers = $whoCanApproveMembers; } public function getWhoCanApproveMembers() { return $this->whoCanApproveMembers; } public function setWhoCanApproveMessages($whoCanApproveMessages) { $this->whoCanApproveMessages = $whoCanApproveMessages; } public function getWhoCanApproveMessages() { return $this->whoCanApproveMessages; } public function setWhoCanAssignTopics($whoCanAssignTopics) { $this->whoCanAssignTopics = $whoCanAssignTopics; } public function getWhoCanAssignTopics() { return $this->whoCanAssignTopics; } public function setWhoCanAssistContent($whoCanAssistContent) { $this->whoCanAssistContent = $whoCanAssistContent; } public function getWhoCanAssistContent() { return $this->whoCanAssistContent; } public function setWhoCanBanUsers($whoCanBanUsers) { $this->whoCanBanUsers = $whoCanBanUsers; } public function getWhoCanBanUsers() { return $this->whoCanBanUsers; } public function setWhoCanContactOwner($whoCanContactOwner) { $this->whoCanContactOwner = $whoCanContactOwner; } public function getWhoCanContactOwner() { return $this->whoCanContactOwner; } public function setWhoCanDeleteAnyPost($whoCanDeleteAnyPost) { $this->whoCanDeleteAnyPost = $whoCanDeleteAnyPost; } public function getWhoCanDeleteAnyPost() { return $this->whoCanDeleteAnyPost; } public function setWhoCanDeleteTopics($whoCanDeleteTopics) { $this->whoCanDeleteTopics = $whoCanDeleteTopics; } public function getWhoCanDeleteTopics() { return $this->whoCanDeleteTopics; } public function setWhoCanDiscoverGroup($whoCanDiscoverGroup) { $this->whoCanDiscoverGroup = $whoCanDiscoverGroup; } public function getWhoCanDiscoverGroup() { return $this->whoCanDiscoverGroup; } public function setWhoCanEnterFreeFormTags($whoCanEnterFreeFormTags) { $this->whoCanEnterFreeFormTags = $whoCanEnterFreeFormTags; } public function getWhoCanEnterFreeFormTags() { return $this->whoCanEnterFreeFormTags; } public function setWhoCanHideAbuse($whoCanHideAbuse) { $this->whoCanHideAbuse = $whoCanHideAbuse; } public function getWhoCanHideAbuse() { return $this->whoCanHideAbuse; } public function setWhoCanInvite($whoCanInvite) { $this->whoCanInvite = $whoCanInvite; } public function getWhoCanInvite() { return $this->whoCanInvite; } public function setWhoCanJoin($whoCanJoin) { $this->whoCanJoin = $whoCanJoin; } public function getWhoCanJoin() { return $this->whoCanJoin; } public function setWhoCanLeaveGroup($whoCanLeaveGroup) { $this->whoCanLeaveGroup = $whoCanLeaveGroup; } public function getWhoCanLeaveGroup() { return $this->whoCanLeaveGroup; } public function setWhoCanLockTopics($whoCanLockTopics) { $this->whoCanLockTopics = $whoCanLockTopics; } public function getWhoCanLockTopics() { return $this->whoCanLockTopics; } public function setWhoCanMakeTopicsSticky($whoCanMakeTopicsSticky) { $this->whoCanMakeTopicsSticky = $whoCanMakeTopicsSticky; } public function getWhoCanMakeTopicsSticky() { return $this->whoCanMakeTopicsSticky; } public function setWhoCanMarkDuplicate($whoCanMarkDuplicate) { $this->whoCanMarkDuplicate = $whoCanMarkDuplicate; } public function getWhoCanMarkDuplicate() { return $this->whoCanMarkDuplicate; } public function setWhoCanMarkFavoriteReplyOnAnyTopic($whoCanMarkFavoriteReplyOnAnyTopic) { $this->whoCanMarkFavoriteReplyOnAnyTopic = $whoCanMarkFavoriteReplyOnAnyTopic; } public function getWhoCanMarkFavoriteReplyOnAnyTopic() { return $this->whoCanMarkFavoriteReplyOnAnyTopic; } public function setWhoCanMarkFavoriteReplyOnOwnTopic($whoCanMarkFavoriteReplyOnOwnTopic) { $this->whoCanMarkFavoriteReplyOnOwnTopic = $whoCanMarkFavoriteReplyOnOwnTopic; } public function getWhoCanMarkFavoriteReplyOnOwnTopic() { return $this->whoCanMarkFavoriteReplyOnOwnTopic; } public function setWhoCanMarkNoResponseNeeded($whoCanMarkNoResponseNeeded) { $this->whoCanMarkNoResponseNeeded = $whoCanMarkNoResponseNeeded; } public function getWhoCanMarkNoResponseNeeded() { return $this->whoCanMarkNoResponseNeeded; } public function setWhoCanModerateContent($whoCanModerateContent) { $this->whoCanModerateContent = $whoCanModerateContent; } public function getWhoCanModerateContent() { return $this->whoCanModerateContent; } public function setWhoCanModerateMembers($whoCanModerateMembers) { $this->whoCanModerateMembers = $whoCanModerateMembers; } public function getWhoCanModerateMembers() { return $this->whoCanModerateMembers; } public function setWhoCanModifyMembers($whoCanModifyMembers) { $this->whoCanModifyMembers = $whoCanModifyMembers; } public function getWhoCanModifyMembers() { return $this->whoCanModifyMembers; } public function setWhoCanModifyTagsAndCategories($whoCanModifyTagsAndCategories) { $this->whoCanModifyTagsAndCategories = $whoCanModifyTagsAndCategories; } public function getWhoCanModifyTagsAndCategories() { return $this->whoCanModifyTagsAndCategories; } public function setWhoCanMoveTopicsIn($whoCanMoveTopicsIn) { $this->whoCanMoveTopicsIn = $whoCanMoveTopicsIn; } public function getWhoCanMoveTopicsIn() { return $this->whoCanMoveTopicsIn; } public function setWhoCanMoveTopicsOut($whoCanMoveTopicsOut) { $this->whoCanMoveTopicsOut = $whoCanMoveTopicsOut; } public function getWhoCanMoveTopicsOut() { return $this->whoCanMoveTopicsOut; } public function setWhoCanPostAnnouncements($whoCanPostAnnouncements) { $this->whoCanPostAnnouncements = $whoCanPostAnnouncements; } public function getWhoCanPostAnnouncements() { return $this->whoCanPostAnnouncements; } public function setWhoCanPostMessage($whoCanPostMessage) { $this->whoCanPostMessage = $whoCanPostMessage; } public function getWhoCanPostMessage() { return $this->whoCanPostMessage; } public function setWhoCanTakeTopics($whoCanTakeTopics) { $this->whoCanTakeTopics = $whoCanTakeTopics; } public function getWhoCanTakeTopics() { return $this->whoCanTakeTopics; } public function setWhoCanUnassignTopic($whoCanUnassignTopic) { $this->whoCanUnassignTopic = $whoCanUnassignTopic; } public function getWhoCanUnassignTopic() { return $this->whoCanUnassignTopic; } public function setWhoCanUnmarkFavoriteReplyOnAnyTopic($whoCanUnmarkFavoriteReplyOnAnyTopic) { $this->whoCanUnmarkFavoriteReplyOnAnyTopic = $whoCanUnmarkFavoriteReplyOnAnyTopic; } public function getWhoCanUnmarkFavoriteReplyOnAnyTopic() { return $this->whoCanUnmarkFavoriteReplyOnAnyTopic; } public function setWhoCanViewGroup($whoCanViewGroup) { $this->whoCanViewGroup = $whoCanViewGroup; } public function getWhoCanViewGroup() { return $this->whoCanViewGroup; } public function setWhoCanViewMembership($whoCanViewMembership) { $this->whoCanViewMembership = $whoCanViewMembership; } public function getWhoCanViewMembership() { return $this->whoCanViewMembership; } } PK+ ZMj j Vvendor/google/apiclient-services/src/Google/Service/Groupssettings/Resource/Groups.phpnu[ * $groupssettingsService = new Google_Service_Groupssettings(...); * $groups = $groupssettingsService->groups; * */ class Google_Service_Groupssettings_Resource_Groups extends Google_Service_Resource { /** * Gets one resource by id. (groups.get) * * @param string $groupUniqueId The group's email address. * @param array $optParams Optional parameters. * @return Google_Service_Groupssettings_Groups */ public function get($groupUniqueId, $optParams = array()) { $params = array('groupUniqueId' => $groupUniqueId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Groupssettings_Groups"); } /** * Updates an existing resource. This method supports patch semantics. * (groups.patch) * * @param string $groupUniqueId The group's email address. * @param Google_Service_Groupssettings_Groups $postBody * @param array $optParams Optional parameters. * @return Google_Service_Groupssettings_Groups */ public function patch($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) { $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups"); } /** * Updates an existing resource. (groups.update) * * @param string $groupUniqueId The group's email address. * @param Google_Service_Groupssettings_Groups $postBody * @param array $optParams Optional parameters. * @return Google_Service_Groupssettings_Groups */ public function update($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) { $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Groupssettings_Groups"); } } PK+ ZF}Mvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement.phpnu[ * Allow select enterprise partners to access, control, and manage Google and * Nest devices programmatically.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SmartDeviceManagement extends Google_Service { /** See and/or control the devices that you selected. */ const SDM_SERVICE = "https://www.googleapis.com/auth/sdm.service"; public $enterprises_devices; public $enterprises_structures; public $enterprises_structures_rooms; /** * Constructs the internal representation of the SmartDeviceManagement * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://smartdevicemanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'smartdevicemanagement'; $this->enterprises_devices = new Google_Service_SmartDeviceManagement_Resource_EnterprisesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'executeCommand' => array( 'path' => 'v1/{+name}:executeCommand', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_structures = new Google_Service_SmartDeviceManagement_Resource_EnterprisesStructures( $this, $this->serviceName, 'structures', 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}/structures', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_structures_rooms = new Google_Service_SmartDeviceManagement_Resource_EnterprisesStructuresRooms( $this, $this->serviceName, 'rooms', 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}/rooms', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ Zik]];vendor/google/apiclient-services/src/Google/Service/Dns.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Dns extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View your DNS records hosted by Google Cloud DNS. */ const NDEV_CLOUDDNS_READONLY = "https://www.googleapis.com/auth/ndev.clouddns.readonly"; /** View and manage your DNS records hosted by Google Cloud DNS. */ const NDEV_CLOUDDNS_READWRITE = "https://www.googleapis.com/auth/ndev.clouddns.readwrite"; public $changes; public $dnsKeys; public $managedZoneOperations; public $managedZones; public $policies; public $projects; public $projects_managedZones_rrsets; public $resourceRecordSets; /** * Constructs the internal representation of the Dns service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://dns.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'dns'; $this->changes = new Google_Service_Dns_Resource_Changes( $this, $this->serviceName, 'changes', array( 'methods' => array( 'create' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/changes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/changes/{changeId}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'changeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/changes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortBy' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->dnsKeys = new Google_Service_Dns_Resource_DnsKeys( $this, $this->serviceName, 'dnsKeys', array( 'methods' => array( 'get' => array( 'path' => 'dns/v1/projects/{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' => 'dns/v1/projects/{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' => 'dns/v1/projects/{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' => 'dns/v1/projects/{project}/managedZones/{managedZone}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortBy' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->managedZones = new Google_Service_Dns_Resource_ManagedZones( $this, $this->serviceName, 'managedZones', array( 'methods' => array( 'create' => array( 'path' => 'dns/v1/projects/{project}/managedZones', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'dns/v1/projects/{project}/managedZones', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dnsName' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'dns/v1/projects/{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' => 'dns/v1/projects/{project}/managedZones/{managedZone}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->policies = new Google_Service_Dns_Resource_Policies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'create' => array( 'path' => 'dns/v1/projects/{project}/policies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'dns/v1/projects/{project}/policies/{policy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'policy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'dns/v1/projects/{project}/policies/{policy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'policy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'dns/v1/projects/{project}/policies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'dns/v1/projects/{project}/policies/{policy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'policy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'dns/v1/projects/{project}/policies/{policy}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'policy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects = new Google_Service_Dns_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'get' => array( 'path' => 'dns/v1/projects/{project}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_managedZones_rrsets = new Google_Service_Dns_Resource_ProjectsManagedZonesRrsets( $this, $this->serviceName, 'rrsets', array( 'methods' => array( 'create' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/rrsets', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientOperationId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->resourceRecordSets = new Google_Service_Dns_Resource_ResourceRecordSets( $this, $this->serviceName, 'resourceRecordSets', array( 'methods' => array( 'list' => array( 'path' => 'dns/v1/projects/{project}/managedZones/{managedZone}/rrsets', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedZone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ ZI--Gvendor/google/apiclient-services/src/Google/Service/Proximitybeacon.phpnu[ * Registers, manages, indexes, and searches beacons.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Proximitybeacon extends Google_Service { /** View and modify your beacons. */ const USERLOCATION_BEACON_REGISTRY = "https://www.googleapis.com/auth/userlocation.beacon.registry"; public $beaconinfo; public $beacons; public $beacons_attachments; public $beacons_diagnostics; public $namespaces; public $v1beta1; /** * Constructs the internal representation of the Proximitybeacon service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://proximitybeacon.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'proximitybeacon'; $this->beaconinfo = new Google_Service_Proximitybeacon_Resource_Beaconinfo( $this, $this->serviceName, 'beaconinfo', array( 'methods' => array( 'getforobserved' => array( 'path' => 'v1beta1/beaconinfo:getforobserved', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->beacons = new Google_Service_Proximitybeacon_Resource_Beacons( $this, $this->serviceName, 'beacons', array( 'methods' => array( 'activate' => array( 'path' => 'v1beta1/{+beaconName}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deactivate' => array( 'path' => 'v1beta1/{+beaconName}:deactivate', 'httpMethod' => 'POST', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'decommission' => array( 'path' => 'v1beta1/{+beaconName}:decommission', 'httpMethod' => 'POST', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+beaconName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1beta1/{+beaconName}', 'httpMethod' => 'GET', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1beta1/beacons', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'register' => array( 'path' => 'v1beta1/beacons:register', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1beta1/{+beaconName}', 'httpMethod' => 'PUT', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->beacons_attachments = new Google_Service_Proximitybeacon_Resource_BeaconsAttachments( $this, $this->serviceName, 'attachments', array( 'methods' => array( 'batchDelete' => array( 'path' => 'v1beta1/{+beaconName}/attachments:batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'namespacedType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v1beta1/{+beaconName}/attachments', 'httpMethod' => 'POST', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+attachmentName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'attachmentName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1beta1/{+beaconName}/attachments', 'httpMethod' => 'GET', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'namespacedType' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->beacons_diagnostics = new Google_Service_Proximitybeacon_Resource_BeaconsDiagnostics( $this, $this->serviceName, 'diagnostics', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+beaconName}/diagnostics', 'httpMethod' => 'GET', 'parameters' => array( 'beaconName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'alertFilter' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->namespaces = new Google_Service_Proximitybeacon_Resource_Namespaces( $this, $this->serviceName, 'namespaces', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/namespaces', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1beta1/{+namespaceName}', 'httpMethod' => 'PUT', 'parameters' => array( 'namespaceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->v1beta1 = new Google_Service_Proximitybeacon_Resource_V1beta1( $this, $this->serviceName, 'v1beta1', array( 'methods' => array( 'getEidparams' => array( 'path' => 'v1beta1/eidparams', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); } } PK+ ZϲMvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.phpnu[ * DoubleClick Bid Manager API allows users to manage and create campaigns and * reports.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DoubleClickBidManager extends Google_Service { /** View and manage your reports in DoubleClick Bid Manager. */ const DOUBLECLICKBIDMANAGER = "https://www.googleapis.com/auth/doubleclickbidmanager"; public $lineitems; public $queries; public $reports; public $sdf; /** * Constructs the internal representation of the DoubleClickBidManager * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://doubleclickbidmanager.googleapis.com/'; $this->servicePath = 'doubleclickbidmanager/v1.1/'; $this->batchPath = 'batch'; $this->version = 'v1.1'; $this->serviceName = 'doubleclickbidmanager'; $this->lineitems = new Google_Service_DoubleClickBidManager_Resource_Lineitems( $this, $this->serviceName, 'lineitems', array( 'methods' => array( 'downloadlineitems' => array( 'path' => 'lineitems/downloadlineitems', 'httpMethod' => 'POST', 'parameters' => array(), ),'uploadlineitems' => array( 'path' => 'lineitems/uploadlineitems', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->queries = new Google_Service_DoubleClickBidManager_Resource_Queries( $this, $this->serviceName, 'queries', array( 'methods' => array( 'createquery' => array( 'path' => 'query', 'httpMethod' => 'POST', 'parameters' => array( 'asynchronous' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'deletequery' => array( 'path' => 'query/{queryId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'queryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getquery' => array( 'path' => 'query/{queryId}', 'httpMethod' => 'GET', 'parameters' => array( 'queryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'listqueries' => array( 'path' => 'queries', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'runquery' => array( 'path' => 'query/{queryId}', 'httpMethod' => 'POST', 'parameters' => array( 'queryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'asynchronous' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->reports = new Google_Service_DoubleClickBidManager_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'listreports' => array( 'path' => 'queries/{queryId}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'queryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->sdf = new Google_Service_DoubleClickBidManager_Resource_Sdf( $this, $this->serviceName, 'sdf', array( 'methods' => array( 'download' => array( 'path' => 'sdf/download', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK+ Zp$Lvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Tag.phpnu[name = $name; } public function getName() { return $this->name; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ ZJƀ;;Zvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListFilesResponse.phpnu[files = $files; } /** * @return Google_Service_ArtifactRegistry_ArtifactregistryFile[] */ public function getFiles() { return $this->files; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZQt$$Pvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Version.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ArtifactRegistry_Tag[] */ public function setRelatedTags($relatedTags) { $this->relatedTags = $relatedTags; } /** * @return Google_Service_ArtifactRegistry_Tag[] */ public function getRelatedTags() { return $this->relatedTags; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Z kYvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListTagsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ArtifactRegistry_Tag[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return Google_Service_ArtifactRegistry_Tag[] */ public function getTags() { return $this->tags; } } PK+ ZY[[Pvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Package.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ ZI@@\vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_ArtifactRegistry_Policy */ public function getPolicy() { return $this->policy; } } PK+ Z+jNNSvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Repository.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } 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 setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ ZK2i22]vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListPackagesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ArtifactRegistry_Package[] */ public function setPackages($packages) { $this->packages = $packages; } /** * @return Google_Service_ArtifactRegistry_Package[] */ public function getPackages() { return $this->packages; } } PK+ ZeOvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_ArtifactRegistry_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ ZcNJ]vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ArtifactregistryFile.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_ArtifactRegistry_Hash[] */ public function setHashes($hashes) { $this->hashes = $hashes; } /** * @return Google_Service_ArtifactRegistry_Hash[] */ public function getHashes() { return $this->hashes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwner($owner) { $this->owner = $owner; } public function getOwner() { return $this->owner; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Z"vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1ImportArtifactsResponse.phpnu[errors = $errors; } /** * @return Google_Service_ArtifactRegistry_GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo[] */ public function getErrors() { return $this->errors; } /** * @param Google_Service_ArtifactRegistry_GoogleDevtoolsArtifactregistryV1alpha1Package[] */ public function setPackages($packages) { $this->packages = $packages; } /** * @return Google_Service_ArtifactRegistry_GoogleDevtoolsArtifactregistryV1alpha1Package[] */ public function getPackages() { return $this->packages; } } PK+ ZA{_vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/CancelOperationRequest.phpnu[imageSizeBytes = $imageSizeBytes; } public function getImageSizeBytes() { return $this->imageSizeBytes; } public function setMediaType($mediaType) { $this->mediaType = $mediaType; } public function getMediaType() { return $this->mediaType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setUploadTime($uploadTime) { $this->uploadTime = $uploadTime; } public function getUploadTime() { return $this->uploadTime; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z⧢cvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK+ Zcvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocations.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $locations = $artifactregistryService->locations; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocations extends Google_Service_Resource { } PK+ Zx vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesPackagesVersions.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $versions = $artifactregistryService->versions; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesPackagesVersions extends Google_Service_Resource { /** * Deletes a version and all of its content. The returned operation will * complete once the version has been deleted. (versions.delete) * * @param string $name The name of the version to delete. * @param array $optParams Optional parameters. * * @opt_param bool force By default, a version that is tagged may not be * deleted. If force=true, the version and any tags pointing to the version are * deleted. * @return Google_Service_ArtifactRegistry_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ArtifactRegistry_Operation"); } /** * Gets a version (versions.get) * * @param string $name The name of the version to retrieve. * @param array $optParams Optional parameters. * * @opt_param string view The view that should be returned in the response. * @return Google_Service_ArtifactRegistry_Version */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ArtifactRegistry_Version"); } /** * Lists versions. (versions.listProjectsLocationsRepositoriesPackagesVersions) * * @param string $parent The name of the parent resource whose versions will be * listed. * @param array $optParams Optional parameters. * * @opt_param string orderBy Optional. Sorting field and order * @opt_param int pageSize The maximum number of versions to return. Maximum * page size is 10,000. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @opt_param string view The view that should be returned in the response. * @return Google_Service_ArtifactRegistry_ListVersionsResponse */ public function listProjectsLocationsRepositoriesPackagesVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListVersionsResponse"); } } PK+ ZX@U U mvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsOperations.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $operations = $artifactregistryService->operations; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ArtifactRegistry_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ArtifactRegistry_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListOperationsResponse"); } } PK+ Z U7{vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesDockerImages.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $dockerImages = $artifactregistryService->dockerImages; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesDockerImages extends Google_Service_Resource { /** * Lists docker images. * (dockerImages.listProjectsLocationsRepositoriesDockerImages) * * @param string $parent Required. The name of the parent resource whose docker * images will be listed. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of artifacts to return. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @return Google_Service_ArtifactRegistry_ListDockerImagesResponse */ public function listProjectsLocationsRepositoriesDockerImages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListDockerImagesResponse"); } } PK+ Z\\vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/Operations.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $operations = $artifactregistryService->operations; * */ class Google_Service_ArtifactRegistry_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_ArtifactRegistry_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_ArtifactregistryEmpty */ public function cancel($name, Google_Service_ArtifactRegistry_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_ArtifactRegistry_ArtifactregistryEmpty"); } /** * 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_ArtifactRegistry_ArtifactregistryEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ArtifactRegistry_ArtifactregistryEmpty"); } /** * 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_ArtifactRegistry_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ArtifactRegistry_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param string name The name of the operation's parent resource. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ArtifactRegistry_ListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListOperationsResponse"); } } PK+ ZRY/ŎZvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/Projects.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $projects = $artifactregistryService->projects; * */ class Google_Service_ArtifactRegistry_Resource_Projects extends Google_Service_Resource { } PK+ Z{vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesPackagesTags.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $tags = $artifactregistryService->tags; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesPackagesTags extends Google_Service_Resource { /** * Creates a tag. (tags.create) * * @param string $parent The name of the parent resource where the tag will be * created. * @param Google_Service_ArtifactRegistry_Tag $postBody * @param array $optParams Optional parameters. * * @opt_param string tagId The tag id to use for this repository. * @return Google_Service_ArtifactRegistry_Tag */ public function create($parent, Google_Service_ArtifactRegistry_Tag $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ArtifactRegistry_Tag"); } /** * Deletes a tag. (tags.delete) * * @param string $name The name of the tag to delete. * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_ArtifactregistryEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ArtifactRegistry_ArtifactregistryEmpty"); } /** * Gets a tag. (tags.get) * * @param string $name The name of the tag to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_Tag */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ArtifactRegistry_Tag"); } /** * Lists tags. (tags.listProjectsLocationsRepositoriesPackagesTags) * * @param string $parent The name of the parent resource whose tags will be * listed. * @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: * `version` An example of using a filter: * * `version="projects/p1/locations/us- * central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Tags that are * applied to the version `1.0` in package `pkg1`. * @opt_param int pageSize The maximum number of tags to return. Maximum page * size is 10,000. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @return Google_Service_ArtifactRegistry_ListTagsResponse */ public function listProjectsLocationsRepositoriesPackagesTags($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListTagsResponse"); } /** * Updates a tag. (tags.patch) * * @param string $name The name of the tag, for example: "projects/p1/locations * /us-central1/repositories/repo1/packages/pkg1/tags/tag1". * @param Google_Service_ArtifactRegistry_Tag $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_ArtifactRegistry_Tag */ public function patch($name, Google_Service_ArtifactRegistry_Tag $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ArtifactRegistry_Tag"); } } PK+ Zۯovendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositories.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $repositories = $artifactregistryService->repositories; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositories extends Google_Service_Resource { } PK+ Zڭ3d d tvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesFiles.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $files = $artifactregistryService->files; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesFiles extends Google_Service_Resource { /** * Gets a file. (files.get) * * @param string $name The name of the file to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_ArtifactregistryFile */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ArtifactRegistry_ArtifactregistryFile"); } /** * Lists files. (files.listProjectsLocationsRepositoriesFiles) * * @param string $parent The name of the parent resource whose files will be * listed. * @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` * `owner` An example of using a filter: * * `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b"` --> * Files with an ID starting with "a/b/". * `owner="projects/p1/locations/us- * central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Files owned by * the version `1.0` in package `pkg1`. * @opt_param int pageSize The maximum number of files to return. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @return Google_Service_ArtifactRegistry_ListFilesResponse */ public function listProjectsLocationsRepositoriesFiles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListFilesResponse"); } } PK+ Z#É wvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesPackages.phpnu[ * $artifactregistryService = new Google_Service_ArtifactRegistry(...); * $packages = $artifactregistryService->packages; * */ class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesPackages extends Google_Service_Resource { /** * Deletes a package and all of its versions and tags. The returned operation * will complete once the package has been deleted. (packages.delete) * * @param string $name The name of the package to delete. * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ArtifactRegistry_Operation"); } /** * Gets a package. (packages.get) * * @param string $name The name of the package to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ArtifactRegistry_Package */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ArtifactRegistry_Package"); } /** * Lists packages. (packages.listProjectsLocationsRepositoriesPackages) * * @param string $parent The name of the parent resource whose packages will be * listed. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of packages to return. Maximum * page size is 10,000. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @return Google_Service_ArtifactRegistry_ListPackagesResponse */ public function listProjectsLocationsRepositoriesPackages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListPackagesResponse"); } } PK+ ZAxvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo.phpnu[error = $error; } /** * @return Google_Service_ArtifactRegistry_Status */ public function getError() { return $this->error; } /** * @param Google_Service_ArtifactRegistry_GoogleDevtoolsArtifactregistryV1alpha1GcsSource */ public function setGcsSource(Google_Service_ArtifactRegistry_GoogleDevtoolsArtifactregistryV1alpha1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_ArtifactRegistry_GoogleDevtoolsArtifactregistryV1alpha1GcsSource */ public function getGcsSource() { return $this->gcsSource; } } PK+ Z.Pvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Binding.phpnu[condition = $condition; } /** * @return Google_Service_ArtifactRegistry_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK+ ZUjP??^vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_ArtifactRegistry_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZHG-vvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1Package.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ ZYtMvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Hash.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ Z? Ebvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK+ ZΑeEExvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1GcsSource.phpnu[uris = $uris; } public function getUris() { return $this->uris; } public function setUseWildcards($useWildcards) { $this->useWildcards = $useWildcards; } public function getUseWildcards() { return $this->useWildcards; } } PK+ ZmSKffavendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListDockerImagesResponse.phpnu[dockerImages = $dockerImages; } /** * @return Google_Service_ArtifactRegistry_DockerImage[] */ public function getDockerImages() { return $this->dockerImages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z}Rvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ArtifactRegistry_Status */ public function setError(Google_Service_ArtifactRegistry_Status $error) { $this->error = $error; } /** * @return Google_Service_ArtifactRegistry_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK+ ZOvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Status.phpnu[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; } } PK+ Z@ccavendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListRepositoriesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ArtifactRegistry_Repository[] */ public function setRepositories($repositories) { $this->repositories = $repositories; } /** * @return Google_Service_ArtifactRegistry_Repository[] */ public function getRepositories() { return $this->repositories; } } PK+ Z(22]vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ArtifactRegistry_Version[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_ArtifactRegistry_Version[] */ public function getVersions() { return $this->versions; } } PK+ Z&i^vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ArtifactregistryEmpty.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ArtifactRegistry_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_ArtifactRegistry_Operation[] */ public function getOperations() { return $this->operations; } } PK+ ZӢpQvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z?QQMvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ Z Ovendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.phpnu[ * Google Cloud Natural Language API provides natural language understanding * technologies to developers. Examples include sentiment analysis, entity * recognition, and text annotations.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudNaturalLanguageAPI extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $documents; /** * Constructs the internal representation of the CloudNaturalLanguageAPI * service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://language.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1beta1'; $this->serviceName = 'language'; $this->documents = new Google_Service_CloudNaturalLanguageAPI_Resource_Documents( $this, $this->serviceName, 'documents', array( 'methods' => array( 'analyzeEntities' => array( 'path' => 'v1beta1/documents:analyzeEntities', 'httpMethod' => 'POST', 'parameters' => array(), ),'analyzeSentiment' => array( 'path' => 'v1beta1/documents:analyzeSentiment', 'httpMethod' => 'POST', 'parameters' => array(), ),'annotateText' => array( 'path' => 'v1beta1/documents:annotateText', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK+ ZlpCvendor/google/apiclient-services/src/Google/Service/PolyService.phpnu[ * The Poly API provides read access to assets hosted on poly.google.com to all, * and upload access to poly.google.com for whitelisted accounts.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PolyService extends Google_Service { public $assets; public $users_assets; public $users_likedassets; /** * Constructs the internal representation of the PolyService service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://poly.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'poly'; $this->assets = new Google_Service_PolyService_Resource_Assets( $this, $this->serviceName, 'assets', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/assets', 'httpMethod' => 'GET', 'parameters' => array( 'category' => array( 'location' => 'query', 'type' => 'string', ), 'curated' => array( 'location' => 'query', 'type' => 'boolean', ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'keywords' => array( 'location' => 'query', 'type' => 'string', ), 'maxComplexity' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_assets = new Google_Service_PolyService_Resource_UsersAssets( $this, $this->serviceName, 'assets', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/assets', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'visibility' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_likedassets = new Google_Service_PolyService_Resource_UsersLikedassets( $this, $this->serviceName, 'likedassets', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/likedassets', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ Z0,vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata.phpnu[categories = $categories; } public function getCategories() { return $this->categories; } } PK+ Z[|{vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig.phpnu[eventItemLevel = $eventItemLevel; } public function getEventItemLevel() { return $this->eventItemLevel; } public function setPredictItemLevel($predictItemLevel) { $this->predictItemLevel = $predictItemLevel; } public function getPredictItemLevel() { return $this->predictItemLevel; } } PK+ Zg{ { vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductEventDetail.phpnu[cartId = $cartId; } public function getCartId() { return $this->cartId; } public function setListId($listId) { $this->listId = $listId; } public function getListId() { return $this->listId; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy[] */ public function setPageCategories($pageCategories) { $this->pageCategories = $pageCategories; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy[] */ public function getPageCategories() { return $this->pageCategories; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductDetail[] */ public function setProductDetails($productDetails) { $this->productDetails = $productDetails; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductDetail[] */ public function getProductDetails() { return $this->productDetails; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PurchaseTransaction */ public function setPurchaseTransaction(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PurchaseTransaction $purchaseTransaction) { $this->purchaseTransaction = $purchaseTransaction; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PurchaseTransaction */ public function getPurchaseTransaction() { return $this->purchaseTransaction; } public function setSearchQuery($searchQuery) { $this->searchQuery = $searchQuery; } public function getSearchQuery() { return $this->searchQuery; } } PK+ Z'wvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1Catalog.phpnu[catalogItemLevelConfig = $catalogItemLevelConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig */ public function getCatalogItemLevelConfig() { return $this->catalogItemLevelConfig; } public function setDefaultEventStoreId($defaultEventStoreId) { $this->defaultEventStoreId = $defaultEventStoreId; } public function getDefaultEventStoreId() { return $this->defaultEventStoreId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z=lI I {vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1EventDetail.phpnu[eventAttributes = $eventAttributes; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function getEventAttributes() { return $this->eventAttributes; } public function setExperimentIds($experimentIds) { $this->experimentIds = $experimentIds; } public function getExperimentIds() { return $this->experimentIds; } public function setPageViewId($pageViewId) { $this->pageViewId = $pageViewId; } public function getPageViewId() { return $this->pageViewId; } public function setRecommendationToken($recommendationToken) { $this->recommendationToken = $recommendationToken; } public function getRecommendationToken() { return $this->recommendationToken; } public function setReferrerUri($referrerUri) { $this->referrerUri = $referrerUri; } public function getReferrerUri() { return $this->referrerUri; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z<.Wvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListCatalogsResponse.phpnu[catalogs = $catalogs; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Catalog[] */ public function getCatalogs() { return $this->catalogs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZZ&@ @ vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest.phpnu[errorsConfig = $errorsConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig */ public function setInputConfig(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK+ Z|{vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogItem.phpnu[categoryHierarchies = $categoryHierarchies; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy[] */ public function getCategoryHierarchies() { return $this->categoryHierarchies; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function setItemAttributes(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap $itemAttributes) { $this->itemAttributes = $itemAttributes; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function getItemAttributes() { return $this->itemAttributes; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem */ public function setProductMetadata(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem $productMetadata) { $this->productMetadata = $productMetadata; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem */ public function getProductMetadata() { return $this->productMetadata; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ Zd|J J vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictResponse.phpnu[dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setItemsMissingInCatalog($itemsMissingInCatalog) { $this->itemsMissingInCatalog = $itemsMissingInCatalog; } public function getItemsMissingInCatalog() { return $this->itemsMissingInCatalog; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setRecommendationToken($recommendationToken) { $this->recommendationToken = $recommendationToken; } public function getRecommendationToken() { return $this->recommendationToken; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult[] */ public function getResults() { return $this->results; } } PK+ Z% ]vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleProtobufEmpty.phpnu[displayPrice = $displayPrice; } public function getDisplayPrice() { return $this->displayPrice; } public function setOriginalPrice($originalPrice) { $this->originalPrice = $originalPrice; } public function getOriginalPrice() { return $this->originalPrice; } } PK+ Z2Z;;vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse.phpnu[purgedEventsCount = $purgedEventsCount; } public function getPurgedEventsCount() { return $this->purgedEventsCount; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent[] */ public function setUserEventsSample($userEventsSample) { $this->userEventsSample = $userEventsSample; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent[] */ public function getUserEventsSample() { return $this->userEventsSample; } } PK+ Zŗvvvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.phpnu[apiKey = $apiKey; } public function getApiKey() { return $this->apiKey; } } PK+ ZS##vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult.phpnu[id = $id; } public function getId() { return $this->id; } public function setItemMetadata($itemMetadata) { $this->itemMetadata = $itemMetadata; } public function getItemMetadata() { return $this->itemMetadata; } } PK+ Z8̶vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration[] */ public function setPredictionApiKeyRegistrations($predictionApiKeyRegistrations) { $this->predictionApiKeyRegistrations = $predictionApiKeyRegistrations; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration[] */ public function getPredictionApiKeyRegistrations() { return $this->predictionApiKeyRegistrations; } } PK+ ZPqb b yvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserEvent.phpnu[eventDetail = $eventDetail; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1EventDetail */ public function getEventDetail() { return $this->eventDetail; } public function setEventSource($eventSource) { $this->eventSource = $eventSource; } public function getEventSource() { return $this->eventSource; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductEventDetail */ public function setProductEventDetail(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductEventDetail $productEventDetail) { $this->productEventDetail = $productEventDetail; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductEventDetail */ public function getProductEventDetail() { return $this->productEventDetail; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserInfo */ public function setUserInfo(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserInfo */ public function getUserInfo() { return $this->userInfo; } } PK+ Z}yïzvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1FeatureMap.phpnu[categoricalFeatures = $categoricalFeatures; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMapStringList[] */ public function getCategoricalFeatures() { return $this->categoricalFeatures; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMapFloatList[] */ public function setNumericalFeatures($numericalFeatures) { $this->numericalFeatures = $numericalFeatures; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMapFloatList[] */ public function getNumericalFeatures() { return $this->numericalFeatures; } } PK+ Z4 vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_RecommendationsAI_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function setErrorsConfig(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary */ public function setImportSummary(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } } PK+ Z;Jvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserEventImportSummary.phpnu[joinedEventsCount = $joinedEventsCount; } public function getJoinedEventsCount() { return $this->joinedEventsCount; } public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } PK+ ZCcvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurchaseTransaction.phpnu[costs = $costs; } public function getCosts() { return $this->costs; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setRevenue($revenue) { $this->revenue = $revenue; } public function getRevenue() { return $this->revenue; } public function setTaxes($taxes) { $this->taxes = $taxes; } public function getTaxes() { return $this->taxes; } } PK+ Z޶~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaTuningMetadata.phpnu[recommendationModel = $recommendationModel; } public function getRecommendationModel() { return $this->recommendationModel; } } PK+ ZdW~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictRequest.phpnu[dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } 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 setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent */ public function setUserEvent(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent $userEvent) { $this->userEvent = $userEvent; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent */ public function getUserEvent() { return $this->userEvent; } } PK+ ZZrdvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_RecommendationsAI_GoogleRpcStatus */ public function setError(Google_Service_RecommendationsAI_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_RecommendationsAI_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK+ ZѬNvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1FeatureMapFloatList.phpnu[value = $value; } public function getValue() { return $this->value; } } PK+ Z#dvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocations.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $locations = $recommendationengineService->locations; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocations extends Google_Service_Resource { } PK+ ZJ4&&vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresUserEvents.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $userEvents = $recommendationengineService->userEvents; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresUserEvents extends Google_Service_Resource { /** * Writes a single user event from the browser. This uses a GET request to due * to browser restriction of POST-ing to a 3rd party domain. This method is used * only by the Recommendations AI JavaScript pixel. Users should not call this * method directly. (userEvents.collect) * * @param string $parent Required. The parent eventStore name, such as "projects * /1234/locations/global/catalogs/default_catalog/eventStores/default_event_sto * re". * @param array $optParams Optional parameters. * * @opt_param string ets Optional. The event timestamp in milliseconds. This * prevents browser caching of otherwise identical get requests. The name is * abbreviated to reduce the payload bytes. * @opt_param string uri Optional. The url including cgi-parameters but * excluding the hash fragment. The URL must be truncated to 1.5K bytes to * conservatively be under the 2K bytes. This is often more useful than the * referer url, because many browsers only send the domain for 3rd party * requests. * @opt_param string userEvent Required. URL encoded UserEvent proto. * @return Google_Service_RecommendationsAI_GoogleApiHttpBody */ public function collect($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('collect', array($params), "Google_Service_RecommendationsAI_GoogleApiHttpBody"); } /** * Bulk import of User events. Request processing might be synchronous. Events * that already exist are skipped. Use this method for backfilling historical * user events. Operation.response is of type ImportResponse. Note that it is * possible for a subset of the items to be successfully inserted. * Operation.metadata is of type ImportMetadata. (userEvents.import) * * @param string $parent Required. "projects/1234/locations/global/catalogs/defa * ult_catalog/eventStores/default_event_store" * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation */ public function import($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningOperation"); } /** * Gets a list of user events within a time range, with potential filtering. The * method does not list unjoined user events. Unjoined user event definition: * when a user event is ingested from Recommendations AI User Event APIs, the * catalog item included in the user event is connected with the current * catalog. If a catalog item of the ingested event is not in the current * catalog, it could lead to degraded model quality. This is called an unjoined * event. (userEvents.listProjectsLocationsCatalogsEventStoresUserEvents) * * @param string $parent Required. The parent eventStore resource name, such as * "projects/locations/catalogs/default_catalog/eventStores/default_event_store" * . * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filtering expression to specify * restrictions over returned events. This is a sequence of terms, where each * term applies some kind of a restriction to the returned user events. Use this * expression to restrict results to a specific time range, or filter events by * eventType. eg: eventTime > "2012-04-23T18:25:43.511Z" * eventsMissingCatalogItems eventTime<"2012-04-23T18:25:43.511Z" * eventType=search We expect only 3 types of fields: * eventTime: this can be * specified a maximum of 2 times, once with a less than operator and once with * a greater than operator. The eventTime restrict should result in one * contiguous valid eventTime range. * eventType: only 1 eventType restriction * can be specified. * eventsMissingCatalogItems: specififying this will * restrict results to events for which catalog items were not found in the * catalog. The default behavior is to return only those events for which * catalog items were found. Some examples of valid filters expressions: * * Example 1: eventTime > "2012-04-23T18:25:43.511Z" eventTime < * "2012-04-23T18:30:43.511Z" * Example 2: eventTime > * "2012-04-23T18:25:43.511Z" eventType = detail-page-view * Example 3: * eventsMissingCatalogItems eventType = search eventTime < * "2018-04-23T18:30:43.511Z" * Example 4: eventTime > * "2012-04-23T18:25:43.511Z" * Example 5: eventType = search * Example 6: * eventsMissingCatalogItems * @opt_param int pageSize Optional. Maximum number of results to return per * page. If zero, the service will choose a reasonable default. * @opt_param string pageToken Optional. The previous * ListUserEventsResponse.next_page_token. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListUserEventsResponse */ public function listProjectsLocationsCatalogsEventStoresUserEvents($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListUserEventsResponse"); } /** * Deletes permanently all user events specified by the filter provided. * Depending on the number of events specified by the filter, this operation * could take hours or days to complete. To test a filter, use the list command * first. (userEvents.purge) * * @param string $parent Required. The resource name of the event_store under * which the events are created. The format is "projects/${projectId}/locations/ * global/catalogs/${catalogId}/eventStores/${eventStoreId}" * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation */ public function purge($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('purge', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningOperation"); } /** * Triggers a user event rejoin operation with latest catalog data. Events will * not be annotated with detailed catalog information if catalog item is missing * at the time the user event is ingested, and these events are stored as * unjoined events with a limited usage on training and serving. This API can be * used to trigger a 'join' operation on specified events with latest version of * catalog items. It can also be used to correct events joined with wrong * catalog items. (userEvents.rejoin) * * @param string $parent Required. Full resource name of user event, such as "pr * ojects/locations/catalogs/default_catalog/eventStores/default_event_store". * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation */ public function rejoin($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rejoin', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningOperation"); } /** * Writes a single user event. (userEvents.write) * * @param string $parent Required. The parent eventStore resource name, such as * "projects/1234/locations/global/catalogs/default_catalog/eventStores/default_ * event_store". * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent */ public function write($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('write', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent"); } } PK+ Z} vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPlacements.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $placements = $recommendationengineService->placements; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresPlacements extends Google_Service_Resource { /** * Makes a recommendation prediction. If using API Key based authentication, the * API Key must be registered using the PredictionApiKeyRegistry service. [Learn * more](https://cloud.google.com/recommendations-ai/docs/setting-up#register- * key). (placements.predict) * * @param string $name Required. Full resource name of the format: {name=project * s/locations/global/catalogs/default_catalog/eventStores/default_event_store/p * lacements} The id of the recommendation engine placement. This id is used to * identify the set of models that will be used to make the prediction. We * currently support three placements with the following IDs by default: * * `shopping_cart`: Predicts items frequently bought together with one or more * catalog items in the same shopping session. Commonly displayed after `add-to- * cart` events, on product detail pages, or on the shopping cart page. * * `home_page`: Predicts the next product that a user will most likely engage * with or purchase based on the shopping or viewing history of the specified * `userId` or `visitorId`. For example - Recommendations for you. * * `product_detail`: Predicts the next product that a user will most likely * engage with or purchase. The prediction is based on the shopping or viewing * history of the specified `userId` or `visitorId` and its relevance to a * specified `CatalogItem`. Typically used on product detail pages. For example * - More items like this. * `recently_viewed_default`: Returns up to 75 items * recently viewed by the specified `userId` or `visitorId`, most recent ones * first. Returns nothing if neither of them has viewed any items yet. For * example - Recently viewed. The full list of available placements can be seen * at https://console.cloud.google.com/recommendation/datafeeds/default_catalog/ * dashboard * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictResponse */ public function predict($name, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('predict', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictResponse"); } } PK+ Zwvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStores.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $eventStores = $recommendationengineService->eventStores; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStores extends Google_Service_Resource { } PK+ Z`||vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $predictionApiKeyRegistrations = $recommendationengineService->predictionApiKeyRegistrations; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations extends Google_Service_Resource { /** * Register an API key for use with predict method. * (predictionApiKeyRegistrations.create) * * @param string $parent Required. The parent resource path. "projects/locations * /global/catalogs/default_catalog/eventStores/default_event_store". * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration */ public function create($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration"); } /** * Unregister an apiKey from using for predict method. * (predictionApiKeyRegistrations.delete) * * @param string $name Required. The API key to unregister including full * resource path. "projects/locations/global/catalogs/default_catalog/eventStore * s/default_event_store/predictionApiKeyRegistrations/" * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_RecommendationsAI_GoogleProtobufEmpty"); } /** * List the registered apiKeys for use with predict method. (predictionApiKeyReg * istrations.listProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrati * ons) * * @param string $parent Required. The parent placement resource name such as "p * rojects/1234/locations/global/catalogs/default_catalog/eventStores/default_ev * ent_store" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Maximum number of results to return per * page. If unset, the service will choose a reasonable default. * @opt_param string pageToken Optional. The previous * `ListPredictionApiKeyRegistration.nextPageToken`. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse */ public function listProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse"); } } PK+ Zb4 lvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogs.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $catalogs = $recommendationengineService->catalogs; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogs extends Google_Service_Resource { /** * Lists all the catalog configurations associated with the project. * (catalogs.listProjectsLocationsCatalogs) * * @param string $parent Required. The account resource name with an associated * location. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Maximum number of results to return. If * unspecified, defaults to 50. Max allowed value is 1000. * @opt_param string pageToken Optional. A page token, received from a previous * `ListCatalogs` call. Provide this to retrieve the subsequent page. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListCatalogsResponse */ public function listProjectsLocationsCatalogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListCatalogsResponse"); } /** * Updates the catalog configuration. (catalogs.patch) * * @param string $name The fully qualified resource name of the catalog. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Catalog $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Indicates which fields in the provided * 'catalog' to update. If not set, will only update the * catalog_item_level_config field. Currently only fields that can be updated * are catalog_item_level_config. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Catalog */ public function patch($name, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Catalog $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Catalog"); } } PK+ Z5?txvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsCatalogItems.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $catalogItems = $recommendationengineService->catalogItems; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsCatalogItems extends Google_Service_Resource { /** * Creates a catalog item. (catalogItems.create) * * @param string $parent Required. The parent catalog resource name, such as * "projects/locations/global/catalogs/default_catalog". * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem */ public function create($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem"); } /** * Deletes a catalog item. (catalogItems.delete) * * @param string $name Required. Full resource name of catalog item, such as "pr * ojects/locations/global/catalogs/default_catalog/catalogItems/some_catalog_it * em_id". * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_RecommendationsAI_GoogleProtobufEmpty"); } /** * Gets a specific catalog item. (catalogItems.get) * * @param string $name Required. Full resource name of catalog item, such as "pr * ojects/locations/global/catalogs/default_catalog/catalogitems/some_catalog_it * em_id". * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem"); } /** * Bulk import of multiple catalog items. Request processing may be synchronous. * No partial updating supported. Non-existing items will be created. * Operation.response is of type ImportResponse. Note that it is possible for a * subset of the items to be successfully updated. (catalogItems.import) * * @param string $parent Required. * "projects/1234/locations/global/catalogs/default_catalog" If no updateMask is * specified, requires catalogItems.create permission. If updateMask is * specified, requires catalogItems.update permission. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation */ public function import($parent, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningOperation"); } /** * Gets a list of catalog items. * (catalogItems.listProjectsLocationsCatalogsCatalogItems) * * @param string $parent Required. The parent catalog resource name, such as * "projects/locations/global/catalogs/default_catalog". * @param array $optParams Optional parameters. * * @opt_param string filter Optional. A filter to apply on the list results. * @opt_param int pageSize Optional. Maximum number of results to return per * page. If zero, the service will choose a reasonable default. * @opt_param string pageToken Optional. The previous * ListCatalogItemsResponse.next_page_token. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse */ public function listProjectsLocationsCatalogsCatalogItems($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse"); } /** * Updates a catalog item. Partial updating is supported. Non-existing items * will be created. (catalogItems.patch) * * @param string $name Required. Full resource name of catalog item, such as "pr * ojects/locations/global/catalogs/default_catalog/catalogItems/some_catalog_it * em_id". * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Indicates which fields in the provided * 'item' to update. If not set, will by default update all fields. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem */ public function patch($name, Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem"); } } PK+ Zln[vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/Projects.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $projects = $recommendationengineService->projects; * */ class Google_Service_RecommendationsAI_Resource_Projects extends Google_Service_Resource { } PK+ Z vvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsOperations.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $operations = $recommendationengineService->operations; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsOperations 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_RecommendationsAI_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsCatalogsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_RecommendationsAI_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsCatalogsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningListOperationsResponse"); } } PK+ Zkb vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresOperations.phpnu[ * $recommendationengineService = new Google_Service_RecommendationsAI(...); * $operations = $recommendationengineService->operations; * */ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventStoresOperations 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_RecommendationsAI_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsCatalogsEventStoresOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_RecommendationsAI_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsCatalogsEventStoresOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_RecommendationsAI_GoogleLongrunningListOperationsResponse"); } } PK+ Z"%qvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_RecommendationsAI_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK+ Z5%vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserEventInlineSource.phpnu[userEvents = $userEvents; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent[] */ public function getUserEvents() { return $this->userEvents; } } PK+ Z{e e {vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1InputConfig.phpnu[bigQuerySource = $bigQuerySource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1BigQuerySource */ public function getBigQuerySource() { return $this->bigQuerySource; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogInlineSource */ public function setCatalogInlineSource(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogInlineSource $catalogInlineSource) { $this->catalogInlineSource = $catalogInlineSource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogInlineSource */ public function getCatalogInlineSource() { return $this->catalogInlineSource; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource */ public function setGcsSource(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventInlineSource */ public function setUserEventInlineSource(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventInlineSource $userEventInlineSource) { $this->userEventInlineSource = $userEventInlineSource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventInlineSource */ public function getUserEventInlineSource() { return $this->userEventInlineSource; } } PK+ Z`!!vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.phpnu[predictionApiKeyRegistration = $predictionApiKeyRegistration; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration */ public function getPredictionApiKeyRegistration() { return $this->predictionApiKeyRegistration; } } PK+ ZR~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaTuningResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_RecommendationsAI_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function setErrorsConfig(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK+ Z8dY]{{uvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1Image.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Z ,vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListUserEventsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent[] */ public function setUserEvents($userEvents) { $this->userEvents = $userEvents; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent[] */ public function getUserEvents() { return $this->userEvents; } } PK+ Zѷ5vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK+ Zvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } } PK+ ZSdvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest.phpnu[errorsConfig = $errorsConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig */ public function setInputConfig(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK+ Z_..vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductCatalogItem.phpnu[availableQuantity = $availableQuantity; } public function getAvailableQuantity() { return $this->availableQuantity; } public function setCanonicalProductUri($canonicalProductUri) { $this->canonicalProductUri = $canonicalProductUri; } public function getCanonicalProductUri() { return $this->canonicalProductUri; } public function setCosts($costs) { $this->costs = $costs; } public function getCosts() { return $this->costs; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice */ public function setExactPrice(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice $exactPrice) { $this->exactPrice = $exactPrice; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice */ public function getExactPrice() { return $this->exactPrice; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Image[] */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Image[] */ public function getImages() { return $this->images; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange */ public function setPriceRange(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange $priceRange) { $this->priceRange = $priceRange; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange */ public function getPriceRange() { return $this->priceRange; } public function setStockState($stockState) { $this->stockState = $stockState; } public function getStockState() { return $this->stockState; } } PK+ ZGvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse.phpnu[rejoinedUserEventsCount = $rejoinedUserEventsCount; } public function getRejoinedUserEventsCount() { return $this->rejoinedUserEventsCount; } } PK+ Z⯼w``yvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1GcsSource.phpnu[inputUris = $inputUris; } public function getInputUris() { return $this->inputUris; } public function setJsonSchema($jsonSchema) { $this->jsonSchema = $jsonSchema; } public function getJsonSchema() { return $this->jsonSchema; } } PK+ Zգq q }vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductDetail.phpnu[availableQuantity = $availableQuantity; } public function getAvailableQuantity() { return $this->availableQuantity; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setDisplayPrice($displayPrice) { $this->displayPrice = $displayPrice; } public function getDisplayPrice() { return $this->displayPrice; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function setItemAttributes(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap $itemAttributes) { $this->itemAttributes = $itemAttributes; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap */ public function getItemAttributes() { return $this->itemAttributes; } public function setOriginalPrice($originalPrice) { $this->originalPrice = $originalPrice; } public function getOriginalPrice() { return $this->originalPrice; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setStockState($stockState) { $this->stockState = $stockState; } public function getStockState() { return $this->stockState; } } PK+ Z!vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse.phpnu[catalogItems = $catalogItems; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem[] */ public function getCatalogItems() { return $this->catalogItems; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z& |ZZvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setOperationName($operationName) { $this->operationName = $operationName; } public function getOperationName() { return $this->operationName; } } PK+ Z0EYvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleRpcStatus.phpnu[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; } } PK+ Z ^^xvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserInfo.phpnu[directUserRequest = $directUserRequest; } public function getDirectUserRequest() { return $this->directUserRequest; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK+ ZVV~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1BigQuerySource.phpnu[dataSchema = $dataSchema; } public function getDataSchema() { return $this->dataSchema; } public function setDatasetId($datasetId) { $this->datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setGcsStagingDir($gcsStagingDir) { $this->gcsStagingDir = $gcsStagingDir; } public function getGcsStagingDir() { return $this->gcsStagingDir; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK+ Zvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK+ Ze00vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogInlineSource.phpnu[catalogItems = $catalogItems; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem[] */ public function getCatalogItems() { return $this->catalogItems; } } PK+ ZbJvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest.phpnu[userEventRejoinScope = $userEventRejoinScope; } public function getUserEventRejoinScope() { return $this->userEventRejoinScope; } } PK+ Zvw?FF~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setOperationName($operationName) { $this->operationName = $operationName; } public function getOperationName() { return $this->operationName; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Z}vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1FeatureMapStringList.phpnu[value = $value; } public function getValue() { return $this->value; } } PK+ ZXvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange.phpnu[max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } } PK+ Zs&Mvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse.phpnu[rejoinedUserEventsCount = $rejoinedUserEventsCount; } public function getRejoinedUserEventsCount() { return $this->rejoinedUserEventsCount; } } PK+ Z{Ivendor/google/apiclient-services/src/Google/Service/Games/ContentHash.phpnu[digest = $digest; } public function getDigest() { return $this->digest; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ ZmYbbOvendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.phpnu[achievementState = $achievementState; } public function getAchievementState() { return $this->achievementState; } public function setCurrentSteps($currentSteps) { $this->currentSteps = $currentSteps; } public function getCurrentSteps() { return $this->currentSteps; } public function setExperiencePoints($experiencePoints) { $this->experiencePoints = $experiencePoints; } public function getExperiencePoints() { return $this->experiencePoints; } public function setFormattedCurrentStepsString($formattedCurrentStepsString) { $this->formattedCurrentStepsString = $formattedCurrentStepsString; } public function getFormattedCurrentStepsString() { return $this->formattedCurrentStepsString; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastUpdatedTimestamp($lastUpdatedTimestamp) { $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; } public function getLastUpdatedTimestamp() { return $this->lastUpdatedTimestamp; } } PK+ Zk<Pvendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.phpnu[eventId = $eventId; } public function getEventId() { return $this->eventId; } public function setFailureCause($failureCause) { $this->failureCause = $failureCause; } public function getFailureCause() { return $this->failureCause; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z]G^vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleRequest.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_AchievementUpdateRequest[] */ public function setUpdates($updates) { $this->updates = $updates; } /** * @return Google_Service_Games_AchievementUpdateRequest[] */ public function getUpdates() { return $this->updates; } } PK+ Zˊ4WttPvendor/google/apiclient-services/src/Google/Service/Games/PlayerListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_Player[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZK--Uvendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerScoreResponse[] */ public function setSubmittedScores($submittedScores) { $this->submittedScores = $submittedScores; } /** * @return Google_Service_Games_PlayerScoreResponse[] */ public function getSubmittedScores() { return $this->submittedScores; } } PK+ Z Vvendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.phpnu[achievementId = $achievementId; } public function getAchievementId() { return $this->achievementId; } /** * @param Google_Service_Games_GamesAchievementIncrement */ public function setIncrementPayload(Google_Service_Games_GamesAchievementIncrement $incrementPayload) { $this->incrementPayload = $incrementPayload; } /** * @return Google_Service_Games_GamesAchievementIncrement */ public function getIncrementPayload() { return $this->incrementPayload; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_GamesAchievementSetStepsAtLeast */ public function setSetStepsAtLeastPayload(Google_Service_Games_GamesAchievementSetStepsAtLeast $setStepsAtLeastPayload) { $this->setStepsAtLeastPayload = $setStepsAtLeastPayload; } /** * @return Google_Service_Games_GamesAchievementSetStepsAtLeast */ public function getSetStepsAtLeastPayload() { return $this->setStepsAtLeastPayload; } public function setUpdateType($updateType) { $this->updateType = $updateType; } public function getUpdateType() { return $this->updateType; } } PK+ Z'~PQQWvendor/google/apiclient-services/src/Google/Service/Games/ApplicationVerifyResponse.phpnu[ "alternate_player_id", "playerId" => "player_id", ); public $alternatePlayerId; public $kind; public $playerId; public function setAlternatePlayerId($alternatePlayerId) { $this->alternatePlayerId = $alternatePlayerId; } public function getAlternatePlayerId() { return $this->alternatePlayerId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPlayerId($playerId) { $this->playerId = $playerId; } public function getPlayerId() { return $this->playerId; } } PK+ Z.DLԻKvendor/google/apiclient-services/src/Google/Service/Games/StatsResponse.phpnu[ "avg_session_length_minutes", "churnProbability" => "churn_probability", "daysSinceLastPlayed" => "days_since_last_played", "highSpenderProbability" => "high_spender_probability", "numPurchases" => "num_purchases", "numSessions" => "num_sessions", "numSessionsPercentile" => "num_sessions_percentile", "spendPercentile" => "spend_percentile", "spendProbability" => "spend_probability", "totalSpendNext28Days" => "total_spend_next_28_days", ); public $avgSessionLengthMinutes; public $churnProbability; public $daysSinceLastPlayed; public $highSpenderProbability; public $kind; public $numPurchases; public $numSessions; public $numSessionsPercentile; public $spendPercentile; public $spendProbability; public $totalSpendNext28Days; public function setAvgSessionLengthMinutes($avgSessionLengthMinutes) { $this->avgSessionLengthMinutes = $avgSessionLengthMinutes; } public function getAvgSessionLengthMinutes() { return $this->avgSessionLengthMinutes; } public function setChurnProbability($churnProbability) { $this->churnProbability = $churnProbability; } public function getChurnProbability() { return $this->churnProbability; } public function setDaysSinceLastPlayed($daysSinceLastPlayed) { $this->daysSinceLastPlayed = $daysSinceLastPlayed; } public function getDaysSinceLastPlayed() { return $this->daysSinceLastPlayed; } public function setHighSpenderProbability($highSpenderProbability) { $this->highSpenderProbability = $highSpenderProbability; } public function getHighSpenderProbability() { return $this->highSpenderProbability; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumPurchases($numPurchases) { $this->numPurchases = $numPurchases; } public function getNumPurchases() { return $this->numPurchases; } public function setNumSessions($numSessions) { $this->numSessions = $numSessions; } public function getNumSessions() { return $this->numSessions; } public function setNumSessionsPercentile($numSessionsPercentile) { $this->numSessionsPercentile = $numSessionsPercentile; } public function getNumSessionsPercentile() { return $this->numSessionsPercentile; } public function setSpendPercentile($spendPercentile) { $this->spendPercentile = $spendPercentile; } public function getSpendPercentile() { return $this->spendPercentile; } public function setSpendProbability($spendProbability) { $this->spendProbability = $spendProbability; } public function getSpendProbability() { return $this->spendProbability; } public function setTotalSpendNext28Days($totalSpendNext28Days) { $this->totalSpendNext28Days = $totalSpendNext28Days; } public function getTotalSpendNext28Days() { return $this->totalSpendNext28Days; } } PK+ Z%K QQQvendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.phpnu[beatenScoreTimeSpans = $beatenScoreTimeSpans; } public function getBeatenScoreTimeSpans() { return $this->beatenScoreTimeSpans; } public function setFormattedScore($formattedScore) { $this->formattedScore = $formattedScore; } public function getFormattedScore() { return $this->formattedScore; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLeaderboardId($leaderboardId) { $this->leaderboardId = $leaderboardId; } public function getLeaderboardId() { return $this->leaderboardId; } public function setScoreTag($scoreTag) { $this->scoreTag = $scoreTag; } public function getScoreTag() { return $this->scoreTag; } /** * @param Google_Service_Games_PlayerScore[] */ public function setUnbeatenScores($unbeatenScores) { $this->unbeatenScores = $unbeatenScores; } /** * @return Google_Service_Games_PlayerScore[] */ public function getUnbeatenScores() { return $this->unbeatenScores; } } PK+ Z YXvendor/google/apiclient-services/src/Google/Service/Games/ResolveSnapshotHeadRequest.phpnu[maxConflictsPerSnapshot = $maxConflictsPerSnapshot; } public function getMaxConflictsPerSnapshot() { return $this->maxConflictsPerSnapshot; } public function setResolutionPolicy($resolutionPolicy) { $this->resolutionPolicy = $resolutionPolicy; } public function getResolutionPolicy() { return $this->resolutionPolicy; } } PK+ ZǷXvendor/google/apiclient-services/src/Google/Service/Games/SnapshotCoverImageResource.phpnu[contentHash = $contentHash; } public function getContentHash() { return $this->contentHash; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Zc7MMIvendor/google/apiclient-services/src/Google/Service/Games/Leaderboard.phpnu[iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsIconUrlDefault($isIconUrlDefault) { $this->isIconUrlDefault = $isIconUrlDefault; } public function getIsIconUrlDefault() { return $this->isIconUrlDefault; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } } PK+ ZQyyWvendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setSteps($steps) { $this->steps = $steps; } public function getSteps() { return $this->steps; } } PK+ Z뙕Dvendor/google/apiclient-services/src/Google/Service/Games/Player.phpnu[avatarImageUrl = $avatarImageUrl; } public function getAvatarImageUrl() { return $this->avatarImageUrl; } public function setBannerUrlLandscape($bannerUrlLandscape) { $this->bannerUrlLandscape = $bannerUrlLandscape; } public function getBannerUrlLandscape() { return $this->bannerUrlLandscape; } public function setBannerUrlPortrait($bannerUrlPortrait) { $this->bannerUrlPortrait = $bannerUrlPortrait; } public function getBannerUrlPortrait() { return $this->bannerUrlPortrait; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Games_PlayerExperienceInfo */ public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo) { $this->experienceInfo = $experienceInfo; } /** * @return Google_Service_Games_PlayerExperienceInfo */ public function getExperienceInfo() { return $this->experienceInfo; } public function setFriendStatus($friendStatus) { $this->friendStatus = $friendStatus; } public function getFriendStatus() { return $this->friendStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerName */ public function setName(Google_Service_Games_PlayerName $name) { $this->name = $name; } /** * @return Google_Service_Games_PlayerName */ public function getName() { return $this->name; } public function setOriginalPlayerId($originalPlayerId) { $this->originalPlayerId = $originalPlayerId; } public function getOriginalPlayerId() { return $this->originalPlayerId; } public function setPlayerId($playerId) { $this->playerId = $playerId; } public function getPlayerId() { return $this->playerId; } /** * @param Google_Service_Games_ProfileSettings */ public function setProfileSettings(Google_Service_Games_ProfileSettings $profileSettings) { $this->profileSettings = $profileSettings; } /** * @return Google_Service_Games_ProfileSettings */ public function getProfileSettings() { return $this->profileSettings; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ Z ,}Rvendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.phpnu[currentExperiencePoints = $currentExperiencePoints; } public function getCurrentExperiencePoints() { return $this->currentExperiencePoints; } /** * @param Google_Service_Games_PlayerLevel */ public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel) { $this->currentLevel = $currentLevel; } /** * @return Google_Service_Games_PlayerLevel */ public function getCurrentLevel() { return $this->currentLevel; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) { $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; } public function getLastLevelUpTimestampMillis() { return $this->lastLevelUpTimestampMillis; } /** * @param Google_Service_Games_PlayerLevel */ public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel) { $this->nextLevel = $nextLevel; } /** * @return Google_Service_Games_PlayerLevel */ public function getNextLevel() { return $this->nextLevel; } } PK+ Z,5mm_vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_AchievementUpdateResponse[] */ public function setUpdatedAchievements($updatedAchievements) { $this->updatedAchievements = $updatedAchievements; } /** * @return Google_Service_Games_AchievementUpdateResponse[] */ public function getUpdatedAchievements() { return $this->updatedAchievements; } } PK+ Z",Kvendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.phpnu[ "mime_type", ); public $height; public $kind; public $mimeType; public $url; public $width; public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Z^MXQvendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setSecondary($secondary) { $this->secondary = $secondary; } public function getSecondary() { return $this->secondary; } } PK+ ZT4^  Fvendor/google/apiclient-services/src/Google/Service/Games/Snapshot.phpnu[coverImage = $coverImage; } /** * @return Google_Service_Games_SnapshotImage */ public function getCoverImage() { return $this->coverImage; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDriveId($driveId) { $this->driveId = $driveId; } public function getDriveId() { return $this->driveId; } public function setDurationMillis($durationMillis) { $this->durationMillis = $durationMillis; } public function getDurationMillis() { return $this->durationMillis; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastModifiedMillis($lastModifiedMillis) { $this->lastModifiedMillis = $lastModifiedMillis; } public function getLastModifiedMillis() { return $this->lastModifiedMillis; } public function setProgressValue($progressValue) { $this->progressValue = $progressValue; } public function getProgressValue() { return $this->progressValue; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUniqueName($uniqueName) { $this->uniqueName = $uniqueName; } public function getUniqueName() { return $this->uniqueName; } } PK+ Z6Nvendor/google/apiclient-services/src/Google/Service/Games/SnapshotMetadata.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } public function setGameplayDuration($gameplayDuration) { $this->gameplayDuration = $gameplayDuration; } public function getGameplayDuration() { return $this->gameplayDuration; } public function setLastModifyTime($lastModifyTime) { $this->lastModifyTime = $lastModifyTime; } public function getLastModifyTime() { return $this->lastModifyTime; } public function setProgressValue($progressValue) { $this->progressValue = $progressValue; } public function getProgressValue() { return $this->progressValue; } } PK+ ZVoMvendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.phpnu[friendsListVisibility = $friendsListVisibility; } public function getFriendsListVisibility() { return $this->friendsListVisibility; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProfileVisible($profileVisible) { $this->profileVisible = $profileVisible; } public function getProfileVisible() { return $this->profileVisible; } } PK+ Z*Xmw/ / Mvendor/google/apiclient-services/src/Google/Service/Games/EventDefinition.phpnu[childEvents = $childEvents; } /** * @return Google_Service_Games_EventChild[] */ public function getChildEvents() { return $this->childEvents; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setIsDefaultImageUrl($isDefaultImageUrl) { $this->isDefaultImageUrl = $isDefaultImageUrl; } public function getIsDefaultImageUrl() { return $this->isDefaultImageUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK+ Z5j-Lvendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.phpnu[currentVersion = $currentVersion; } public function getCurrentVersion() { return $this->currentVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerLevel[] */ public function setPlayerLevels($playerLevels) { $this->playerLevels = $playerLevels; } /** * @return Google_Service_Games_PlayerLevel[] */ public function getPlayerLevels() { return $this->playerLevels; } } PK+ Zv@Uvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_Leaderboard[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZQWP  Svendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.phpnu[achievementType = $achievementType; } public function getAchievementType() { return $this->achievementType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExperiencePoints($experiencePoints) { $this->experiencePoints = $experiencePoints; } public function getExperiencePoints() { return $this->experiencePoints; } public function setFormattedTotalSteps($formattedTotalSteps) { $this->formattedTotalSteps = $formattedTotalSteps; } public function getFormattedTotalSteps() { return $this->formattedTotalSteps; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInitialState($initialState) { $this->initialState = $initialState; } public function getInitialState() { return $this->initialState; } public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault) { $this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault; } public function getIsRevealedIconUrlDefault() { return $this->isRevealedIconUrlDefault; } public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault) { $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault; } public function getIsUnlockedIconUrlDefault() { return $this->isUnlockedIconUrlDefault; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevealedIconUrl($revealedIconUrl) { $this->revealedIconUrl = $revealedIconUrl; } public function getRevealedIconUrl() { return $this->revealedIconUrl; } public function setTotalSteps($totalSteps) { $this->totalSteps = $totalSteps; } public function getTotalSteps() { return $this->totalSteps; } public function setUnlockedIconUrl($unlockedIconUrl) { $this->unlockedIconUrl = $unlockedIconUrl; } public function getUnlockedIconUrl() { return $this->unlockedIconUrl; } } PK+ Z'Xvendor/google/apiclient-services/src/Google/Service/Games/Resource/SnapshotsExtended.phpnu[ * $gamesService = new Google_Service_Games(...); * $snapshotsExtended = $gamesService->snapshotsExtended; * */ class Google_Service_Games_Resource_SnapshotsExtended extends Google_Service_Resource { /** * Resolves any potential conflicts according to the resolution policy specified * in the request and returns the snapshot head after the resolution. * (snapshotsExtended.resolveSnapshotHead) * * @param string $snapshotName Required. Name of the snapshot. * @param Google_Service_Games_ResolveSnapshotHeadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Games_ResolveSnapshotHeadResponse */ public function resolveSnapshotHead($snapshotName, Google_Service_Games_ResolveSnapshotHeadRequest $postBody, $optParams = array()) { $params = array('snapshotName' => $snapshotName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resolveSnapshotHead', array($params), "Google_Service_Games_ResolveSnapshotHeadResponse"); } } PK+ ZM!Z Z Svendor/google/apiclient-services/src/Google/Service/Games/Resource/Applications.phpnu[ * $gamesService = new Google_Service_Games(...); * $applications = $gamesService->applications; * */ class Google_Service_Games_Resource_Applications extends Google_Service_Resource { /** * Retrieves the metadata of the application with the given ID. If the requested * application is not available for the specified `platformType`, the returned * response will not include any instance data. (applications.get) * * @param string $applicationId The application ID from the Google Play * developer console. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param string platformType Restrict application details returned to the * specific platform. * @return Google_Service_Games_Application */ public function get($applicationId, $optParams = array()) { $params = array('applicationId' => $applicationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_Application"); } /** * Returns a URL for the requested end point type. (applications.getEndPoint) * * @param array $optParams Optional parameters. * * @opt_param string applicationId The application ID from the Google Play * developer console. * @opt_param string endPointType Type of endpoint being requested. * @return Google_Service_Games_EndPoint */ public function getEndPoint($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getEndPoint', array($params), "Google_Service_Games_EndPoint"); } /** * Indicate that the currently authenticated user is playing your application. * (applications.played) * * @param array $optParams Optional parameters. */ public function played($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('played', array($params)); } /** * Verifies the auth token provided with this request is for the application * with the specified ID, and returns the ID of the player it was granted for. * (applications.verify) * * @param string $applicationId The application ID from the Google Play * developer console. * @param array $optParams Optional parameters. * @return Google_Service_Games_ApplicationVerifyResponse */ public function verify($applicationId, $optParams = array()) { $params = array('applicationId' => $applicationId); $params = array_merge($params, $optParams); return $this->call('verify', array($params), "Google_Service_Games_ApplicationVerifyResponse"); } } PK+ ZC8=E E Mvendor/google/apiclient-services/src/Google/Service/Games/Resource/Events.phpnu[ * $gamesService = new Google_Service_Games(...); * $events = $gamesService->events; * */ class Google_Service_Games_Resource_Events extends Google_Service_Resource { /** * Returns a list showing the current progress on events in this application for * the currently authenticated user. (events.listByPlayer) * * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of events to return in the * response, used for paging. For any response, the actual number of events to * return may be less than the specified maxResults. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_PlayerEventListResponse */ public function listByPlayer($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse"); } /** * Returns a list of the event definitions in this application. * (events.listDefinitions) * * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of event definitions to return * in the response, used for paging. For any response, the actual number of * event definitions to return may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_EventDefinitionListResponse */ public function listDefinitions($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse"); } /** * Records a batch of changes to the number of times events have occurred for * the currently authenticated user of this application. (events.record) * * @param Google_Service_Games_EventRecordRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @return Google_Service_Games_EventUpdateResponse */ public function record(Google_Service_Games_EventRecordRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse"); } } PK+ Zȥ  Nvendor/google/apiclient-services/src/Google/Service/Games/Resource/Players.phpnu[ * $gamesService = new Google_Service_Games(...); * $players = $gamesService->players; * */ class Google_Service_Games_Resource_Players extends Google_Service_Resource { /** * Retrieves the Player resource with the given ID. To retrieve the player for * the currently authenticated user, set `playerId` to `me`. (players.get) * * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @return Google_Service_Games_Player */ public function get($playerId, $optParams = array()) { $params = array('playerId' => $playerId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_Player"); } /** * Get the collection of players for the currently authenticated user. * (players.listPlayers) * * @param string $collection Collection of players being retrieved * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of player resources to return in * the response, used for paging. For any response, the actual number of player * resources returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_PlayerListResponse */ public function listPlayers($collection, $optParams = array()) { $params = array('collection' => $collection); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Games_PlayerListResponse"); } } PK+ Zc̠Mvendor/google/apiclient-services/src/Google/Service/Games/Resource/Scores.phpnu[ * $gamesService = new Google_Service_Games(...); * $scores = $gamesService->scores; * */ class Google_Service_Games_Resource_Scores extends Google_Service_Resource { /** * Get high scores, and optionally ranks, in leaderboards for the currently * authenticated player. For a specific time span, `leaderboardId` can be set to * `ALL` to retrieve data for all leaderboards in a given time span. `NOTE: You * cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; * only one parameter may be set to 'ALL'. (scores.get) * * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param string $leaderboardId The ID of the leaderboard. Can be set to 'ALL' * to retrieve data for all leaderboards for this application. * @param string $timeSpan The time span for the scores and ranks you're * requesting. * @param array $optParams Optional parameters. * * @opt_param string includeRankType The types of ranks to return. If the * parameter is omitted, no ranks will be returned. * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of leaderboard scores to return * in the response. For any response, the actual number of leaderboard scores * returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_PlayerLeaderboardScoreListResponse */ public function get($playerId, $leaderboardId, $timeSpan, $optParams = array()) { $params = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse"); } /** * Lists the scores in a leaderboard, starting from the top. (scores.listScores) * * @param string $leaderboardId The ID of the leaderboard. * @param string $collection The collection of scores you're requesting. * @param string $timeSpan The time span for the scores and ranks you're * requesting. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of leaderboard scores to return * in the response. For any response, the actual number of leaderboard scores * returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_LeaderboardScores */ public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores"); } /** * Lists the scores in a leaderboard around (and including) a player's score. * (scores.listWindow) * * @param string $leaderboardId The ID of the leaderboard. * @param string $collection The collection of scores you're requesting. * @param string $timeSpan The time span for the scores and ranks you're * requesting. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of leaderboard scores to return * in the response. For any response, the actual number of leaderboard scores * returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @opt_param int resultsAbove The preferred number of scores to return above * the player's score. More scores may be returned if the player is at the * bottom of the leaderboard; fewer may be returned if the player is at the top. * Must be less than or equal to maxResults. * @opt_param bool returnTopIfAbsent True if the top scores should be returned * when the player is not in the leaderboard. Defaults to true. * @return Google_Service_Games_LeaderboardScores */ public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); $params = array_merge($params, $optParams); return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores"); } /** * Submits a score to the specified leaderboard. (scores.submit) * * @param string $leaderboardId The ID of the leaderboard. * @param string $score The score you're submitting. The submitted score is * ignored if it is worse than a previously submitted score, where worse depends * on the leaderboard sort order. The meaning of the score value depends on the * leaderboard format type. For fixed-point, the score represents the raw value. * For time, the score represents elapsed time in milliseconds. For currency, * the score represents a value in micro units. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param string scoreTag Additional information about the score you're * submitting. Values must contain no more than 64 URI-safe characters as * defined by section 2.3 of RFC 3986. * @return Google_Service_Games_PlayerScoreResponse */ public function submit($leaderboardId, $score, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId, 'score' => $score); $params = array_merge($params, $optParams); return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse"); } /** * Submits multiple scores to leaderboards. (scores.submitMultiple) * * @param Google_Service_Games_PlayerScoreSubmissionList $postBody * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @return Google_Service_Games_PlayerScoreListResponse */ public function submitMultiple(Google_Service_Games_PlayerScoreSubmissionList $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('submitMultiple', array($params), "Google_Service_Games_PlayerScoreListResponse"); } } PK+ Zcs9 9 Svendor/google/apiclient-services/src/Google/Service/Games/Resource/Leaderboards.phpnu[ * $gamesService = new Google_Service_Games(...); * $leaderboards = $gamesService->leaderboards; * */ class Google_Service_Games_Resource_Leaderboards extends Google_Service_Resource { /** * Retrieves the metadata of the leaderboard with the given ID. * (leaderboards.get) * * @param string $leaderboardId The ID of the leaderboard. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @return Google_Service_Games_Leaderboard */ public function get($leaderboardId, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_Leaderboard"); } /** * Lists all the leaderboard metadata for your application. * (leaderboards.listLeaderboards) * * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of leaderboards to return in the * response. For any response, the actual number of leaderboards returned may be * less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_LeaderboardListResponse */ public function listLeaderboards($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Games_LeaderboardListResponse"); } } PK+ Zl Ovendor/google/apiclient-services/src/Google/Service/Games/Resource/Metagame.phpnu[ * $gamesService = new Google_Service_Games(...); * $metagame = $gamesService->metagame; * */ class Google_Service_Games_Resource_Metagame extends Google_Service_Resource { /** * Return the metagame configuration data for the calling application. * (metagame.getMetagameConfig) * * @param array $optParams Optional parameters. * @return Google_Service_Games_MetagameConfig */ public function getMetagameConfig($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig"); } /** * List play data aggregated per category for the player corresponding to * `playerId`. (metagame.listCategoriesByPlayer) * * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param string $collection The collection of categories for which data will be * returned. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of category resources to return * in the response, used for paging. For any response, the actual number of * category resources returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_CategoryListResponse */ public function listCategoriesByPlayer($playerId, $collection, $optParams = array()) { $params = array('playerId' => $playerId, 'collection' => $collection); $params = array_merge($params, $optParams); return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse"); } } PK+ Z~LL]vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.phpnu[ * $gamesService = new Google_Service_Games(...); * $achievementDefinitions = $gamesService->achievementDefinitions; * */ class Google_Service_Games_Resource_AchievementDefinitions extends Google_Service_Resource { /** * Lists all the achievement definitions for your application. * (achievementDefinitions.listAchievementDefinitions) * * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of achievement resources to * return in the response, used for paging. For any response, the actual number * of achievement resources returned may be less than the specified * `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_AchievementDefinitionsListResponse */ public function listAchievementDefinitions($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Games_AchievementDefinitionsListResponse"); } } PK+ Z,7 Pvendor/google/apiclient-services/src/Google/Service/Games/Resource/Snapshots.phpnu[ * $gamesService = new Google_Service_Games(...); * $snapshots = $gamesService->snapshots; * */ class Google_Service_Games_Resource_Snapshots extends Google_Service_Resource { /** * Retrieves the metadata for a given snapshot ID. (snapshots.get) * * @param string $snapshotId The ID of the snapshot. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @return Google_Service_Games_Snapshot */ public function get($snapshotId, $optParams = array()) { $params = array('snapshotId' => $snapshotId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_Snapshot"); } /** * Retrieves a list of snapshots created by your application for the player * corresponding to the player ID. (snapshots.listSnapshots) * * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of snapshot resources to return * in the response, used for paging. For any response, the actual number of * snapshot resources returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_Games_SnapshotListResponse */ public function listSnapshots($playerId, $optParams = array()) { $params = array('playerId' => $playerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse"); } } PK+ ZΔ&Lvendor/google/apiclient-services/src/Google/Service/Games/Resource/Stats.phpnu[ * $gamesService = new Google_Service_Games(...); * $stats = $gamesService->stats; * */ class Google_Service_Games_Resource_Stats extends Google_Service_Resource { /** * Returns engagement and spend statistics in this application for the currently * authenticated user. (stats.get) * * @param array $optParams Optional parameters. * @return Google_Service_Games_StatsResponse */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_StatsResponse"); } } PK+ Z\Svendor/google/apiclient-services/src/Google/Service/Games/Resource/Achievements.phpnu[ * $gamesService = new Google_Service_Games(...); * $achievements = $gamesService->achievements; * */ class Google_Service_Games_Resource_Achievements extends Google_Service_Resource { /** * Increments the steps of the achievement with the given ID for the currently * authenticated player. (achievements.increment) * * @param string $achievementId The ID of the achievement used by this method. * @param int $stepsToIncrement The number of steps to increment. * @param array $optParams Optional parameters. * * @opt_param string requestId A randomly generated numeric ID for each request * specified by the caller. This number is used at the server to ensure that the * request is handled correctly across retries. * @return Google_Service_Games_AchievementIncrementResponse */ public function increment($achievementId, $stepsToIncrement, $optParams = array()) { $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement); $params = array_merge($params, $optParams); return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse"); } /** * Lists the progress for all your application's achievements for the currently * authenticated player. (achievements.listAchievements) * * @param string $playerId A player ID. A value of `me` may be used in place of * the authenticated player's ID. * @param array $optParams Optional parameters. * * @opt_param string language The preferred language to use for strings returned * by this method. * @opt_param int maxResults The maximum number of achievement resources to * return in the response, used for paging. For any response, the actual number * of achievement resources returned may be less than the specified * `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @opt_param string state Tells the server to return only achievements with the * specified state. If this parameter isn't specified, all achievements are * returned. * @return Google_Service_Games_PlayerAchievementListResponse */ public function listAchievements($playerId, $optParams = array()) { $params = array('playerId' => $playerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse"); } /** * Sets the state of the achievement with the given ID to `REVEALED` for the * currently authenticated player. (achievements.reveal) * * @param string $achievementId The ID of the achievement used by this method. * @param array $optParams Optional parameters. * @return Google_Service_Games_AchievementRevealResponse */ public function reveal($achievementId, $optParams = array()) { $params = array('achievementId' => $achievementId); $params = array_merge($params, $optParams); return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse"); } /** * Sets the steps for the currently authenticated player towards unlocking an * achievement. If the steps parameter is less than the current number of steps * that the player already gained for the achievement, the achievement is not * modified. (achievements.setStepsAtLeast) * * @param string $achievementId The ID of the achievement used by this method. * @param int $steps The minimum value to set the steps to. * @param array $optParams Optional parameters. * @return Google_Service_Games_AchievementSetStepsAtLeastResponse */ public function setStepsAtLeast($achievementId, $steps, $optParams = array()) { $params = array('achievementId' => $achievementId, 'steps' => $steps); $params = array_merge($params, $optParams); return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse"); } /** * Unlocks this achievement for the currently authenticated player. * (achievements.unlock) * * @param string $achievementId The ID of the achievement used by this method. * @param array $optParams Optional parameters. * @return Google_Service_Games_AchievementUnlockResponse */ public function unlock($achievementId, $optParams = array()) { $params = array('achievementId' => $achievementId); $params = array_merge($params, $optParams); return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse"); } /** * Updates multiple achievements for the currently authenticated player. * (achievements.updateMultiple) * * @param Google_Service_Games_AchievementUpdateMultipleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Games_AchievementUpdateMultipleResponse */ public function updateMultiple(Google_Service_Games_AchievementUpdateMultipleRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateMultiple', array($params), "Google_Service_Games_AchievementUpdateMultipleResponse"); } } PK+ Z!Pvendor/google/apiclient-services/src/Google/Service/Games/Resource/Revisions.phpnu[ * $gamesService = new Google_Service_Games(...); * $revisions = $gamesService->revisions; * */ class Google_Service_Games_Resource_Revisions extends Google_Service_Resource { /** * Checks whether the games client is out of date. (revisions.check) * * @param string $clientRevision The revision of the client SDK used by your * application. Format: `[PLATFORM_TYPE]:[VERSION_NUMBER]`. Possible values of * `PLATFORM_TYPE` are: * `ANDROID` - Client is running the Android SDK. * `IOS` * - Client is running the iOS SDK. * `WEB_APP` - Client is running as a Web * App. * @param array $optParams Optional parameters. * @return Google_Service_Games_RevisionCheckResponse */ public function check($clientRevision, $optParams = array()) { $params = array('clientRevision' => $clientRevision); $params = array_merge($params, $optParams); return $this->call('check', array($params), "Google_Service_Games_RevisionCheckResponse"); } } PK+ Zl66Ivendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.phpnu[definitionId = $definitionId; } public function getDefinitionId() { return $this->definitionId; } public function setFormattedNumEvents($formattedNumEvents) { $this->formattedNumEvents = $formattedNumEvents; } public function getFormattedNumEvents() { return $this->formattedNumEvents; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumEvents($numEvents) { $this->numEvents = $numEvents; } public function getNumEvents() { return $this->numEvents; } public function setPlayerId($playerId) { $this->playerId = $playerId; } public function getPlayerId() { return $this->playerId; } } PK+ Z{^=jjHvendor/google/apiclient-services/src/Google/Service/Games/ImageAsset.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Z: Fvendor/google/apiclient-services/src/Google/Service/Games/EndPoint.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK+ Z>||Rvendor/google/apiclient-services/src/Google/Service/Games/CategoryListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_Category[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z˚9Fvendor/google/apiclient-services/src/Google/Service/Games/Category.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setExperiencePoints($experiencePoints) { $this->experiencePoints = $experiencePoints; } public function getExperiencePoints() { return $this->experiencePoints; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Zo,Pvendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.phpnu[definitionId = $definitionId; } public function getDefinitionId() { return $this->definitionId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUpdateCount($updateCount) { $this->updateCount = $updateCount; } public function getUpdateCount() { return $this->updateCount; } } PK+ ZjEkSvendor/google/apiclient-services/src/Google/Service/Games/RevisionCheckResponse.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRevisionStatus($revisionStatus) { $this->revisionStatus = $revisionStatus; } public function getRevisionStatus() { return $this->revisionStatus; } } PK+ Zț:Ivendor/google/apiclient-services/src/Google/Service/Games/PlayerScore.phpnu[formattedScore = $formattedScore; } public function getFormattedScore() { return $this->formattedScore; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setScoreTag($scoreTag) { $this->scoreTag = $scoreTag; } public function getScoreTag() { return $this->scoreTag; } public function setTimeSpan($timeSpan) { $this->timeSpan = $timeSpan; } public function getTimeSpan() { return $this->timeSpan; } } PK+ ZIUvendor/google/apiclient-services/src/Google/Service/Games/PlayerEventListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_PlayerEvent[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z]S S Fvendor/google/apiclient-services/src/Google/Service/Games/Instance.phpnu[acquisitionUri = $acquisitionUri; } public function getAcquisitionUri() { return $this->acquisitionUri; } /** * @param Google_Service_Games_InstanceAndroidDetails */ public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance) { $this->androidInstance = $androidInstance; } /** * @return Google_Service_Games_InstanceAndroidDetails */ public function getAndroidInstance() { return $this->androidInstance; } /** * @param Google_Service_Games_InstanceIosDetails */ public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance) { $this->iosInstance = $iosInstance; } /** * @return Google_Service_Games_InstanceIosDetails */ public function getIosInstance() { return $this->iosInstance; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } public function setRealtimePlay($realtimePlay) { $this->realtimePlay = $realtimePlay; } public function getRealtimePlay() { return $this->realtimePlay; } public function setTurnBasedPlay($turnBasedPlay) { $this->turnBasedPlay = $turnBasedPlay; } public function getTurnBasedPlay() { return $this->turnBasedPlay; } /** * @param Google_Service_Games_InstanceWebDetails */ public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance) { $this->webInstance = $webInstance; } /** * @return Google_Service_Games_InstanceWebDetails */ public function getWebInstance() { return $this->webInstance; } } PK+ ZB**Rvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.phpnu[formattedNumScores = $formattedNumScores; } public function getFormattedNumScores() { return $this->formattedNumScores; } public function setFormattedRank($formattedRank) { $this->formattedRank = $formattedRank; } public function getFormattedRank() { return $this->formattedRank; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumScores($numScores) { $this->numScores = $numScores; } public function getNumScores() { return $this->numScores; } public function setRank($rank) { $this->rank = $rank; } public function getRank() { return $this->rank; } } PK+ Z4~"I I Tvendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.phpnu[ "leaderboard_id", ); protected $friendsRankType = 'Google_Service_Games_LeaderboardScoreRank'; protected $friendsRankDataType = ''; public $kind; public $leaderboardId; protected $publicRankType = 'Google_Service_Games_LeaderboardScoreRank'; protected $publicRankDataType = ''; public $scoreString; public $scoreTag; public $scoreValue; protected $socialRankType = 'Google_Service_Games_LeaderboardScoreRank'; protected $socialRankDataType = ''; public $timeSpan; public $writeTimestamp; /** * @param Google_Service_Games_LeaderboardScoreRank */ public function setFriendsRank(Google_Service_Games_LeaderboardScoreRank $friendsRank) { $this->friendsRank = $friendsRank; } /** * @return Google_Service_Games_LeaderboardScoreRank */ public function getFriendsRank() { return $this->friendsRank; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLeaderboardId($leaderboardId) { $this->leaderboardId = $leaderboardId; } public function getLeaderboardId() { return $this->leaderboardId; } /** * @param Google_Service_Games_LeaderboardScoreRank */ public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank) { $this->publicRank = $publicRank; } /** * @return Google_Service_Games_LeaderboardScoreRank */ public function getPublicRank() { return $this->publicRank; } public function setScoreString($scoreString) { $this->scoreString = $scoreString; } public function getScoreString() { return $this->scoreString; } public function setScoreTag($scoreTag) { $this->scoreTag = $scoreTag; } public function getScoreTag() { return $this->scoreTag; } public function setScoreValue($scoreValue) { $this->scoreValue = $scoreValue; } public function getScoreValue() { return $this->scoreValue; } /** * @param Google_Service_Games_LeaderboardScoreRank */ public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank) { $this->socialRank = $socialRank; } /** * @return Google_Service_Games_LeaderboardScoreRank */ public function getSocialRank() { return $this->socialRank; } public function setTimeSpan($timeSpan) { $this->timeSpan = $timeSpan; } public function getTimeSpan() { return $this->timeSpan; } public function setWriteTimestamp($writeTimestamp) { $this->writeTimestamp = $writeTimestamp; } public function getWriteTimestamp() { return $this->writeTimestamp; } } PK+ Z$|Pvendor/google/apiclient-services/src/Google/Service/Games/InstanceWebDetails.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLaunchUrl($launchUrl) { $this->launchUrl = $launchUrl; } public function getLaunchUrl() { return $this->launchUrl; } public function setPreferred($preferred) { $this->preferred = $preferred; } public function getPreferred() { return $this->preferred; } } PK+ ZJMvendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLeaderboardId($leaderboardId) { $this->leaderboardId = $leaderboardId; } public function getLeaderboardId() { return $this->leaderboardId; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setScoreTag($scoreTag) { $this->scoreTag = $scoreTag; } public function getScoreTag() { return $this->scoreTag; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK+ Z{Wvendor/google/apiclient-services/src/Google/Service/Games/AchievementRevealResponse.phpnu[currentState = $currentState; } public function getCurrentState() { return $this->currentState; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z֫IIYvendor/google/apiclient-services/src/Google/Service/Games/ResolveSnapshotHeadResponse.phpnu[snapshot = $snapshot; } /** * @return Google_Service_Games_SnapshotExtended */ public function getSnapshot() { return $this->snapshot; } } PK+ ZP^Pvendor/google/apiclient-services/src/Google/Service/Games/EventRecordRequest.phpnu[currentTimeMillis = $currentTimeMillis; } public function getCurrentTimeMillis() { return $this->currentTimeMillis; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_Games_EventPeriodUpdate[] */ public function setTimePeriods($timePeriods) { $this->timePeriods = $timePeriods; } /** * @return Google_Service_Games_EventPeriodUpdate[] */ public function getTimePeriods() { return $this->timePeriods; } } PK+ Zr||Rvendor/google/apiclient-services/src/Google/Service/Games/SnapshotListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_Snapshot[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z<]~Tvendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.phpnu[enablePiracyCheck = $enablePiracyCheck; } public function getEnablePiracyCheck() { return $this->enablePiracyCheck; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setPreferred($preferred) { $this->preferred = $preferred; } public function getPreferred() { return $this->preferred; } } PK+ Z--Wvendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.phpnu[achievementId = $achievementId; } public function getAchievementId() { return $this->achievementId; } public function setCurrentState($currentState) { $this->currentState = $currentState; } public function getCurrentState() { return $this->currentState; } public function setCurrentSteps($currentSteps) { $this->currentSteps = $currentSteps; } public function getCurrentSteps() { return $this->currentSteps; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewlyUnlocked($newlyUnlocked) { $this->newlyUnlocked = $newlyUnlocked; } public function getNewlyUnlocked() { return $this->newlyUnlocked; } public function setUpdateOccurred($updateOccurred) { $this->updateOccurred = $updateOccurred; } public function getUpdateOccurred() { return $this->updateOccurred; } } PK+ ZQ`vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_PlayerLeaderboardScore[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Games_Player */ public function setPlayer(Google_Service_Games_Player $player) { $this->player = $player; } /** * @return Google_Service_Games_Player */ public function getPlayer() { return $this->player; } } PK+ Zu[vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievementListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_PlayerAchievement[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z++Pvendor/google/apiclient-services/src/Google/Service/Games/InstanceIosDetails.phpnu[bundleIdentifier = $bundleIdentifier; } public function getBundleIdentifier() { return $this->bundleIdentifier; } public function setItunesAppId($itunesAppId) { $this->itunesAppId = $itunesAppId; } public function getItunesAppId() { return $this->itunesAppId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPreferredForIpad($preferredForIpad) { $this->preferredForIpad = $preferredForIpad; } public function getPreferredForIpad() { return $this->preferredForIpad; } public function setPreferredForIphone($preferredForIphone) { $this->preferredForIphone = $preferredForIphone; } public function getPreferredForIphone() { return $this->preferredForIphone; } public function setSupportIpad($supportIpad) { $this->supportIpad = $supportIpad; } public function getSupportIpad() { return $this->supportIpad; } public function setSupportIphone($supportIphone) { $this->supportIphone = $supportIphone; } public function getSupportIphone() { return $this->supportIphone; } } PK+ Z ]vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementSetStepsAtLeast.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setSteps($steps) { $this->steps = $steps; } public function getSteps() { return $this->steps; } } PK+ Z3Zvendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.phpnu[currentSteps = $currentSteps; } public function getCurrentSteps() { return $this->currentSteps; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewlyUnlocked($newlyUnlocked) { $this->newlyUnlocked = $newlyUnlocked; } public function getNewlyUnlocked() { return $this->newlyUnlocked; } } PK+ Z#eWWNvendor/google/apiclient-services/src/Google/Service/Games/SnapshotExtended.phpnu[conflictingRevisions = $conflictingRevisions; } /** * @return Google_Service_Games_SnapshotRevision[] */ public function getConflictingRevisions() { return $this->conflictingRevisions; } public function setHasConflictingRevisions($hasConflictingRevisions) { $this->hasConflictingRevisions = $hasConflictingRevisions; } public function getHasConflictingRevisions() { return $this->hasConflictingRevisions; } /** * @param Google_Service_Games_SnapshotRevision */ public function setHeadRevision(Google_Service_Games_SnapshotRevision $headRevision) { $this->headRevision = $headRevision; } /** * @return Google_Service_Games_SnapshotRevision */ public function getHeadRevision() { return $this->headRevision; } public function setSnapshotName($snapshotName) { $this->snapshotName = $snapshotName; } public function getSnapshotName() { return $this->snapshotName; } } PK+ ZWvendor/google/apiclient-services/src/Google/Service/Games/AchievementUnlockResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNewlyUnlocked($newlyUnlocked) { $this->newlyUnlocked = $newlyUnlocked; } public function getNewlyUnlocked() { return $this->newlyUnlocked; } } PK+ ZOe`vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinitionsListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_AchievementDefinition[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZYEx**Nvendor/google/apiclient-services/src/Google/Service/Games/SnapshotRevision.phpnu[blob = $blob; } /** * @return Google_Service_Games_SnapshotDataResource */ public function getBlob() { return $this->blob; } /** * @param Google_Service_Games_SnapshotCoverImageResource */ public function setCoverImage(Google_Service_Games_SnapshotCoverImageResource $coverImage) { $this->coverImage = $coverImage; } /** * @return Google_Service_Games_SnapshotCoverImageResource */ public function getCoverImage() { return $this->coverImage; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Games_SnapshotMetadata */ public function setMetadata(Google_Service_Games_SnapshotMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Games_SnapshotMetadata */ public function getMetadata() { return $this->metadata; } } PK+ ZV7@Hvendor/google/apiclient-services/src/Google/Service/Games/PlayerName.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK+ ZDIvendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setMaxExperiencePoints($maxExperiencePoints) { $this->maxExperiencePoints = $maxExperiencePoints; } public function getMaxExperiencePoints() { return $this->maxExperiencePoints; } public function setMinExperiencePoints($minExperiencePoints) { $this->minExperiencePoints = $minExperiencePoints; } public function getMinExperiencePoints() { return $this->minExperiencePoints; } } PK+ ZG Hvendor/google/apiclient-services/src/Google/Service/Games/EventChild.phpnu[childId = $childId; } public function getChildId() { return $this->childId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZHaQWvendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_ScoreSubmission[] */ public function setScores($scores) { $this->scores = $scores; } /** * @return Google_Service_Games_ScoreSubmission[] */ public function getScores() { return $this->scores; } } PK+ ZOvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScores.phpnu[items = $items; } /** * @return Google_Service_Games_LeaderboardEntry[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNumScores($numScores) { $this->numScores = $numScores; } public function getNumScores() { return $this->numScores; } /** * @param Google_Service_Games_LeaderboardEntry */ public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore) { $this->playerScore = $playerScore; } /** * @return Google_Service_Games_LeaderboardEntry */ public function getPlayerScore() { return $this->playerScore; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } } PK+ Z Nvendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPeriodEndMillis($periodEndMillis) { $this->periodEndMillis = $periodEndMillis; } public function getPeriodEndMillis() { return $this->periodEndMillis; } public function setPeriodStartMillis($periodStartMillis) { $this->periodStartMillis = $periodStartMillis; } public function getPeriodStartMillis() { return $this->periodStartMillis; } } PK+ ZuBUvendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.phpnu[failureCause = $failureCause; } public function getFailureCause() { return $this->failureCause; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_EventPeriodRange */ public function setRange(Google_Service_Games_EventPeriodRange $range) { $this->range = $range; } /** * @return Google_Service_Games_EventPeriodRange */ public function getRange() { return $this->range; } } PK+ Z^11Ivendor/google/apiclient-services/src/Google/Service/Games/Application.phpnu[ "achievement_count", "leaderboardCount" => "leaderboard_count", ); public $achievementCount; protected $assetsType = 'Google_Service_Games_ImageAsset'; protected $assetsDataType = 'array'; public $author; protected $categoryType = 'Google_Service_Games_ApplicationCategory'; protected $categoryDataType = ''; public $description; public $enabledFeatures; public $id; protected $instancesType = 'Google_Service_Games_Instance'; protected $instancesDataType = 'array'; public $kind; public $lastUpdatedTimestamp; public $leaderboardCount; public $name; public $themeColor; public function setAchievementCount($achievementCount) { $this->achievementCount = $achievementCount; } public function getAchievementCount() { return $this->achievementCount; } /** * @param Google_Service_Games_ImageAsset[] */ public function setAssets($assets) { $this->assets = $assets; } /** * @return Google_Service_Games_ImageAsset[] */ public function getAssets() { return $this->assets; } public function setAuthor($author) { $this->author = $author; } public function getAuthor() { return $this->author; } /** * @param Google_Service_Games_ApplicationCategory */ public function setCategory(Google_Service_Games_ApplicationCategory $category) { $this->category = $category; } /** * @return Google_Service_Games_ApplicationCategory */ public function getCategory() { return $this->category; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnabledFeatures($enabledFeatures) { $this->enabledFeatures = $enabledFeatures; } public function getEnabledFeatures() { return $this->enabledFeatures; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Games_Instance[] */ public function setInstances($instances) { $this->instances = $instances; } /** * @return Google_Service_Games_Instance[] */ public function getInstances() { return $this->instances; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastUpdatedTimestamp($lastUpdatedTimestamp) { $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; } public function getLastUpdatedTimestamp() { return $this->lastUpdatedTimestamp; } public function setLeaderboardCount($leaderboardCount) { $this->leaderboardCount = $leaderboardCount; } public function getLeaderboardCount() { return $this->leaderboardCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setThemeColor($themeColor) { $this->themeColor = $themeColor; } public function getThemeColor() { return $this->themeColor; } } PK+ Z%|kkQvendor/google/apiclient-services/src/Google/Service/Games/EventUpdateResponse.phpnu[batchFailures = $batchFailures; } /** * @return Google_Service_Games_EventBatchRecordFailure[] */ public function getBatchFailures() { return $this->batchFailures; } /** * @param Google_Service_Games_EventRecordFailure[] */ public function setEventFailures($eventFailures) { $this->eventFailures = $eventFailures; } /** * @return Google_Service_Games_EventRecordFailure[] */ public function getEventFailures() { return $this->eventFailures; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerEvent[] */ public function setPlayerEvents($playerEvents) { $this->playerEvents = $playerEvents; } /** * @return Google_Service_Games_PlayerEvent[] */ public function getPlayerEvents() { return $this->playerEvents; } } PK+ ZAAddRvendor/google/apiclient-services/src/Google/Service/Games/SnapshotDataResource.phpnu[contentHash = $contentHash; } public function getContentHash() { return $this->contentHash; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK+ Z^b`vendor/google/apiclient-services/src/Google/Service/Games/AchievementSetStepsAtLeastResponse.phpnu[currentSteps = $currentSteps; } public function getCurrentSteps() { return $this->currentSteps; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewlyUnlocked($newlyUnlocked) { $this->newlyUnlocked = $newlyUnlocked; } public function getNewlyUnlocked() { return $this->newlyUnlocked; } } PK+ ZCOvendor/google/apiclient-services/src/Google/Service/Games/EventPeriodUpdate.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_EventPeriodRange */ public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod) { $this->timePeriod = $timePeriod; } /** * @return Google_Service_Games_EventPeriodRange */ public function getTimePeriod() { return $this->timePeriod; } /** * @param Google_Service_Games_EventUpdateRequest[] */ public function setUpdates($updates) { $this->updates = $updates; } /** * @return Google_Service_Games_EventUpdateRequest[] */ public function getUpdates() { return $this->updates; } } PK+ Z  Nvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardEntry.phpnu[formattedScore = $formattedScore; } public function getFormattedScore() { return $this->formattedScore; } public function setFormattedScoreRank($formattedScoreRank) { $this->formattedScoreRank = $formattedScoreRank; } public function getFormattedScoreRank() { return $this->formattedScoreRank; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_Player */ public function setPlayer(Google_Service_Games_Player $player) { $this->player = $player; } /** * @return Google_Service_Games_Player */ public function getPlayer() { return $this->player; } public function setScoreRank($scoreRank) { $this->scoreRank = $scoreRank; } public function getScoreRank() { return $this->scoreRank; } public function setScoreTag($scoreTag) { $this->scoreTag = $scoreTag; } public function getScoreTag() { return $this->scoreTag; } public function setScoreValue($scoreValue) { $this->scoreValue = $scoreValue; } public function getScoreValue() { return $this->scoreValue; } public function setTimeSpan($timeSpan) { $this->timeSpan = $timeSpan; } public function getTimeSpan() { return $this->timeSpan; } public function setWriteTimestampMillis($writeTimestampMillis) { $this->writeTimestampMillis = $writeTimestampMillis; } public function getWriteTimestampMillis() { return $this->writeTimestampMillis; } } PK+ ZCYvendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.phpnu[items = $items; } /** * @return Google_Service_Games_EventDefinition[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Zu4 4 Gvendor/google/apiclient-services/src/Google/Service/GroupsMigration.phpnu[ * The Groups Migration API allows domain administrators to archive emails into * Google groups.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_GroupsMigration extends Google_Service { /** Upload messages to any Google group in your domain. */ const APPS_GROUPS_MIGRATION = "https://www.googleapis.com/auth/apps.groups.migration"; public $archive; /** * Constructs the internal representation of the GroupsMigration service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://groupsmigration.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'groupsmigration'; $this->archive = new Google_Service_GroupsMigration_Resource_Archive( $this, $this->serviceName, 'archive', array( 'methods' => array( 'insert' => array( 'path' => 'groups/v1/groups/{groupId}/archive', 'httpMethod' => 'POST', 'parameters' => array( 'groupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK+ Z(TMvendor/google/apiclient-services/src/Google/Service/CloudRedis/RedisEmpty.phpnu[sXvendor/google/apiclient-services/src/Google/Service/CloudRedis/ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_CloudRedis_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK+ Z*Zvendor/google/apiclient-services/src/Google/Service/CloudRedis/FailoverInstanceRequest.phpnu[dataProtectionMode = $dataProtectionMode; } public function getDataProtectionMode() { return $this->dataProtectionMode; } } PK+ ZKRcavendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1ZoneMetadata.phpnu[authString = $authString; } public function getAuthString() { return $this->authString; } } PK+ Z#<{{Ovendor/google/apiclient-services/src/Google/Service/CloudRedis/OutputConfig.phpnu[gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudRedis_GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK+ ZL ]vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.phpnu[ * $redisService = new Google_Service_CloudRedis(...); * $locations = $redisService->locations; * */ class Google_Service_CloudRedis_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRedis_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CloudRedis_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRedis_ListLocationsResponse"); } } PK+ ZX:gvendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsOperations.phpnu[ * $redisService = new Google_Service_CloudRedis(...); * $operations = $redisService->operations; * */ class Google_Service_CloudRedis_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_RedisEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudRedis_RedisEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_RedisEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRedis_RedisEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRedis_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param 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_CloudRedis_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRedis_ListOperationsResponse"); } } PK+ Z@Q--fvendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsInstances.phpnu[ * $redisService = new Google_Service_CloudRedis(...); * $instances = $redisService->instances; * */ class Google_Service_CloudRedis_Resource_ProjectsLocationsInstances extends Google_Service_Resource { /** * Creates a Redis instance based on the specified tier and memory size. By * default, the instance is accessible from the project's [default * network](https://cloud.google.com/vpc/docs/vpc). The creation is executed * asynchronously and callers may check the returned operation to track its * progress. Once the operation is completed the Redis instance will be fully * functional. Completed longrunning.Operation will contain the new instance * object in the response field. The returned operation is automatically deleted * after a few hours, so there is no need to call DeleteOperation. * (instances.create) * * @param string $parent Required. The resource name of the instance location * using the form: `projects/{project_id}/locations/{location_id}` where * `location_id` refers to a GCP region. * @param Google_Service_CloudRedis_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string instanceId Required. The logical name of the Redis instance * in the customer project with the following restrictions: * Must contain only * lowercase letters, numbers, and hyphens. * Must start with a letter. * Must * be between 1-40 characters. * Must end with a number or a letter. * Must be * unique within the customer project / location * @return Google_Service_CloudRedis_Operation */ public function create($parent, Google_Service_CloudRedis_Instance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudRedis_Operation"); } /** * Deletes a specific Redis instance. Instance stops serving and data is * deleted. (instances.delete) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRedis_Operation"); } /** * Export Redis instance data into a Redis RDB format file in Cloud Storage. * Redis will continue serving during this operation. The returned operation is * automatically deleted after a few hours, so there is no need to call * DeleteOperation. (instances.export) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param Google_Service_CloudRedis_ExportInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Operation */ public function export($name, Google_Service_CloudRedis_ExportInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_CloudRedis_Operation"); } /** * Initiates a failover of the primary node to current replica node for a * specific STANDARD tier Cloud Memorystore for Redis instance. * (instances.failover) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param Google_Service_CloudRedis_FailoverInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Operation */ public function failover($name, Google_Service_CloudRedis_FailoverInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('failover', array($params), "Google_Service_CloudRedis_Operation"); } /** * Gets the details of a specific Redis instance. (instances.get) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRedis_Instance"); } /** * Gets the AUTH string for a Redis instance. If AUTH is not enabled for the * instance the response will be empty. This information is not included in the * details returned to GetInstance. (instances.getAuthString) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_InstanceAuthString */ public function getAuthString($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getAuthString', array($params), "Google_Service_CloudRedis_InstanceAuthString"); } /** * Import a Redis RDB snapshot file from Cloud Storage into a Redis instance. * Redis may stop serving during this operation. Instance state will be * IMPORTING for entire operation. When complete, the instance will contain only * data from the imported file. The returned operation is automatically deleted * after a few hours, so there is no need to call DeleteOperation. * (instances.import) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param Google_Service_CloudRedis_ImportInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Operation */ public function import($name, Google_Service_CloudRedis_ImportInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_CloudRedis_Operation"); } /** * Lists all Redis instances owned by a project in either the specified location * (region) or all locations. The location should have the following format: * * `projects/{project_id}/locations/{location_id}` If `location_id` is specified * as `-` (wildcard), then all regions available to the project are queried, and * the results are aggregated. (instances.listProjectsLocationsInstances) * * @param string $parent Required. The resource name of the instance location * using the form: `projects/{project_id}/locations/{location_id}` where * `location_id` refers to a GCP region. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. If not * specified, a default value of 1000 will be used by the service. Regardless of * the page_size value, the response may include a partial list and a caller * should only rely on response's `next_page_token` to determine if there are * more instances left to be queried. * @opt_param string pageToken The `next_page_token` value returned from a * previous ListInstances request, if any. * @return Google_Service_CloudRedis_ListInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRedis_ListInstancesResponse"); } /** * Updates the metadata and configuration of a specific Redis instance. * Completed longrunning.Operation will contain the new instance object in the * response field. The returned operation is automatically deleted after a few * hours, so there is no need to call DeleteOperation. (instances.patch) * * @param string $name Required. Unique name of the resource in this scope * including project and location using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: * Redis instances are managed and addressed at regional level so location_id * here refers to a GCP region; however, users may choose which specific zone * (or collection of zones for cross-zone instances) an instance should be * provisioned in. Refer to location_id and alternative_location_id fields for * more details. * @param Google_Service_CloudRedis_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. The elements of the repeated paths field * may only include these fields from Instance: * `displayName` * `labels` * * `memorySizeGb` * `redisConfig` * @return Google_Service_CloudRedis_Operation */ public function patch($name, Google_Service_CloudRedis_Instance $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudRedis_Operation"); } /** * Upgrades Redis instance to the newer Redis version specified in the request. * (instances.upgrade) * * @param string $name Required. Redis instance resource name using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region. * @param Google_Service_CloudRedis_UpgradeInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRedis_Operation */ public function upgrade($name, Google_Service_CloudRedis_UpgradeInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upgrade', array($params), "Google_Service_CloudRedis_Operation"); } } PK+ ZH llTvendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/Projects.phpnu[ * $redisService = new Google_Service_CloudRedis(...); * $projects = $redisService->projects; * */ class Google_Service_CloudRedis_Resource_Projects extends Google_Service_Resource { } PK+ Zevendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1LocationMetadata.phpnu[availableZones = $availableZones; } /** * @return Google_Service_CloudRedis_GoogleCloudRedisV1ZoneMetadata[] */ public function getAvailableZones() { return $this->availableZones; } } PK+ ZiE''Xvendor/google/apiclient-services/src/Google/Service/CloudRedis/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudRedis_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z͡{{Kvendor/google/apiclient-services/src/Google/Service/CloudRedis/Instance.phpnu[alternativeLocationId = $alternativeLocationId; } public function getAlternativeLocationId() { return $this->alternativeLocationId; } public function setAuthEnabled($authEnabled) { $this->authEnabled = $authEnabled; } public function getAuthEnabled() { return $this->authEnabled; } public function setAuthorizedNetwork($authorizedNetwork) { $this->authorizedNetwork = $authorizedNetwork; } public function getAuthorizedNetwork() { return $this->authorizedNetwork; } public function setConnectMode($connectMode) { $this->connectMode = $connectMode; } public function getConnectMode() { return $this->connectMode; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCurrentLocationId($currentLocationId) { $this->currentLocationId = $currentLocationId; } public function getCurrentLocationId() { return $this->currentLocationId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMemorySizeGb($memorySizeGb) { $this->memorySizeGb = $memorySizeGb; } public function getMemorySizeGb() { return $this->memorySizeGb; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPersistenceIamIdentity($persistenceIamIdentity) { $this->persistenceIamIdentity = $persistenceIamIdentity; } public function getPersistenceIamIdentity() { return $this->persistenceIamIdentity; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setRedisConfigs($redisConfigs) { $this->redisConfigs = $redisConfigs; } public function getRedisConfigs() { return $this->redisConfigs; } public function setRedisVersion($redisVersion) { $this->redisVersion = $redisVersion; } public function getRedisVersion() { return $this->redisVersion; } public function setReservedIpRange($reservedIpRange) { $this->reservedIpRange = $reservedIpRange; } public function getReservedIpRange() { return $this->reservedIpRange; } /** * @param Google_Service_CloudRedis_TlsCertificate[] */ public function setServerCaCerts($serverCaCerts) { $this->serverCaCerts = $serverCaCerts; } /** * @return Google_Service_CloudRedis_TlsCertificate[] */ public function getServerCaCerts() { return $this->serverCaCerts; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setTransitEncryptionMode($transitEncryptionMode) { $this->transitEncryptionMode = $transitEncryptionMode; } public function getTransitEncryptionMode() { return $this->transitEncryptionMode; } } PK+ Zfvendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK+ Z#[!!Lvendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsSource.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK+ Z怓&&Qvendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK+ ZnLvendor/google/apiclient-services/src/Google/Service/CloudRedis/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudRedis_Status */ public function setError(Google_Service_CloudRedis_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudRedis_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK+ Z2allXvendor/google/apiclient-services/src/Google/Service/CloudRedis/ExportInstanceRequest.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_CloudRedis_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK+ Z CTIvendor/google/apiclient-services/src/Google/Service/CloudRedis/Status.phpnu[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; } } PK+ Z=>>Nvendor/google/apiclient-services/src/Google/Service/CloudRedis/InputConfig.phpnu[gcsSource = $gcsSource; } /** * @return Google_Service_CloudRedis_GcsSource */ public function getGcsSource() { return $this->gcsSource; } } PK+ ZA44Yvendor/google/apiclient-services/src/Google/Service/CloudRedis/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudRedis_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudRedis_Operation[] */ public function getOperations() { return $this->operations; } } PK+ ZDб``Xvendor/google/apiclient-services/src/Google/Service/CloudRedis/ImportInstanceRequest.phpnu[inputConfig = $inputConfig; } /** * @return Google_Service_CloudRedis_InputConfig */ public function getInputConfig() { return $this->inputConfig; } } PK+ ZY7& Kvendor/google/apiclient-services/src/Google/Service/CloudRedis/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZL8M>>Qvendor/google/apiclient-services/src/Google/Service/CloudRedis/TlsCertificate.phpnu[cert = $cert; } public function getCert() { return $this->cert; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setSha1Fingerprint($sha1Fingerprint) { $this->sha1Fingerprint = $sha1Fingerprint; } public function getSha1Fingerprint() { return $this->sha1Fingerprint; } } PK+ Z ]mmYvendor/google/apiclient-services/src/Google/Service/CloudRedis/UpgradeInstanceRequest.phpnu[redisVersion = $redisVersion; } public function getRedisVersion() { return $this->redisVersion; } } PK+ ZűLvendor/google/apiclient-services/src/Google/Service/Webfonts/WebfontList.phpnu[items = $items; } /** * @return Google_Service_Webfonts_Webfont[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZmmmRvendor/google/apiclient-services/src/Google/Service/Webfonts/Resource/Webfonts.phpnu[ * $webfontsService = new Google_Service_Webfonts(...); * $webfonts = $webfontsService->webfonts; * */ class Google_Service_Webfonts_Resource_Webfonts extends Google_Service_Resource { /** * Retrieves the list of fonts currently served by the Google Fonts Developer * API. (webfonts.listWebfonts) * * @param array $optParams Optional parameters. * * @opt_param string sort Enables sorting of the list. * @return Google_Service_Webfonts_WebfontList */ public function listWebfonts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Webfonts_WebfontList"); } } PK+ ZhrHvendor/google/apiclient-services/src/Google/Service/Webfonts/Webfont.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setFamily($family) { $this->family = $family; } public function getFamily() { return $this->family; } public function setFiles($files) { $this->files = $files; } public function getFiles() { return $this->files; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastModified($lastModified) { $this->lastModified = $lastModified; } public function getLastModified() { return $this->lastModified; } public function setSubsets($subsets) { $this->subsets = $subsets; } public function getSubsets() { return $this->subsets; } public function setVariants($variants) { $this->variants = $variants; } public function getVariants() { return $this->variants; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ Zz4Zvendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessapprovalEmpty.phpnu[detail = $detail; } public function getDetail() { return $this->detail; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZBVvendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessLocations.phpnu[principalOfficeCountry = $principalOfficeCountry; } public function getPrincipalOfficeCountry() { return $this->principalOfficeCountry; } public function setPrincipalPhysicalLocationCountry($principalPhysicalLocationCountry) { $this->principalPhysicalLocationCountry = $principalPhysicalLocationCountry; } public function getPrincipalPhysicalLocationCountry() { return $this->principalPhysicalLocationCountry; } } PK+ Z`B**mvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.phpnu[ * $accessapprovalService = new Google_Service_AccessApproval(...); * $approvalRequests = $accessapprovalService->approvalRequests; * */ class Google_Service_AccessApproval_Resource_OrganizationsApprovalRequests extends Google_Service_Resource { /** * Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND * if the request does not exist. Returns FAILED_PRECONDITION if the request * exists but is not in a pending state. (approvalRequests.approve) * * @param string $name Name of the approval request to approve. * @param Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function approve($name, Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('approve', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not * deny access to the resource if another request has been made and approved. It * is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND * if the request does not exist. Returns FAILED_PRECONDITION if the request * exists but is not in a pending state. (approvalRequests.dismiss) * * @param string $name Name of the ApprovalRequest to dismiss. * @param Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function dismiss($name, Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('dismiss', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Gets an approval request. Returns NOT_FOUND if the request does not exist. * (approvalRequests.get) * * @param string $name Name of the approval request to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Lists approval requests associated with a project, folder, or organization. * Approval requests can be filtered by state (pending, active, dismissed). The * order is reverse chronological. * (approvalRequests.listOrganizationsApprovalRequests) * * @param string $parent The parent resource. This may be "projects/{project}", * "folders/{folder}", or "organizations/{organization}". * @param array $optParams Optional parameters. * * @opt_param string filter A filter on the type of approval requests to * retrieve. Must be one of the following values: * [not set]: Requests that are * pending or have active approvals. * ALL: All requests. * PENDING: Only * pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * * DISMISSED: Only requests that have been dismissed, or requests that . are not * approved and past expiration. * EXPIRED: Only requests that have been * approved, and the approval has expired. * HISTORY: Active, dismissed and * expired requests. * @opt_param int pageSize Requested page size. * @opt_param string pageToken A token identifying the page of results to * return. * @return Google_Service_AccessApproval_ListApprovalRequestsResponse */ public function listOrganizationsApprovalRequests($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessApproval_ListApprovalRequestsResponse"); } } PK+ Z%gvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.phpnu[ * $accessapprovalService = new Google_Service_AccessApproval(...); * $approvalRequests = $accessapprovalService->approvalRequests; * */ class Google_Service_AccessApproval_Resource_FoldersApprovalRequests extends Google_Service_Resource { /** * Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND * if the request does not exist. Returns FAILED_PRECONDITION if the request * exists but is not in a pending state. (approvalRequests.approve) * * @param string $name Name of the approval request to approve. * @param Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function approve($name, Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('approve', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not * deny access to the resource if another request has been made and approved. It * is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND * if the request does not exist. Returns FAILED_PRECONDITION if the request * exists but is not in a pending state. (approvalRequests.dismiss) * * @param string $name Name of the ApprovalRequest to dismiss. * @param Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function dismiss($name, Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('dismiss', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Gets an approval request. Returns NOT_FOUND if the request does not exist. * (approvalRequests.get) * * @param string $name Name of the approval request to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Lists approval requests associated with a project, folder, or organization. * Approval requests can be filtered by state (pending, active, dismissed). The * order is reverse chronological. * (approvalRequests.listFoldersApprovalRequests) * * @param string $parent The parent resource. This may be "projects/{project}", * "folders/{folder}", or "organizations/{organization}". * @param array $optParams Optional parameters. * * @opt_param string filter A filter on the type of approval requests to * retrieve. Must be one of the following values: * [not set]: Requests that are * pending or have active approvals. * ALL: All requests. * PENDING: Only * pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * * DISMISSED: Only requests that have been dismissed, or requests that . are not * approved and past expiration. * EXPIRED: Only requests that have been * approved, and the approval has expired. * HISTORY: Active, dismissed and * expired requests. * @opt_param int pageSize Requested page size. * @opt_param string pageToken A token identifying the page of results to * return. * @return Google_Service_AccessApproval_ListApprovalRequestsResponse */ public function listFoldersApprovalRequests($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessApproval_ListApprovalRequestsResponse"); } } PK+ Z&Wvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Folders.phpnu[ * $accessapprovalService = new Google_Service_AccessApproval(...); * $folders = $accessapprovalService->folders; * */ class Google_Service_AccessApproval_Resource_Folders extends Google_Service_Resource { /** * Deletes the settings associated with a project, folder, or organization. This * will have the effect of disabling Access Approval for the project, folder, or * organization, but only if all ancestors also have Access Approval disabled. * If Access Approval is enabled at a higher level of the hierarchy, then Access * Approval will still be enabled at this level as the settings are inherited. * (folders.deleteAccessApprovalSettings) * * @param string $name Name of the AccessApprovalSettings to delete. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_AccessapprovalEmpty */ public function deleteAccessApprovalSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deleteAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessapprovalEmpty"); } /** * Gets the settings associated with a project, folder, or organization. * (folders.getAccessApprovalSettings) * * @param string $name Name of the AccessApprovalSettings to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_AccessApprovalSettings */ public function getAccessApprovalSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); } /** * Updates the settings associated with a project, folder, or organization. * Settings to update are determined by the value of field_mask. * (folders.updateAccessApprovalSettings) * * @param string $name The resource name of the settings. Format is one of: * * "projects/{project}/accessApprovalSettings" * * "folders/{folder}/accessApprovalSettings" * * "organizations/{organization}/accessApprovalSettings" * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the settings. Only * the top level fields of AccessApprovalSettings (notification_emails & * enrolled_services) are supported. For each field, if it is included, the * currently stored value will be entirely overwritten with the value of the * field passed in this request. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, * only the notification_emails field will be updated. * @return Google_Service_AccessApproval_AccessApprovalSettings */ public function updateAccessApprovalSettings($name, Google_Service_AccessApproval_AccessApprovalSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); } } PK+ ZLXvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Projects.phpnu[ * $accessapprovalService = new Google_Service_AccessApproval(...); * $projects = $accessapprovalService->projects; * */ class Google_Service_AccessApproval_Resource_Projects extends Google_Service_Resource { /** * Deletes the settings associated with a project, folder, or organization. This * will have the effect of disabling Access Approval for the project, folder, or * organization, but only if all ancestors also have Access Approval disabled. * If Access Approval is enabled at a higher level of the hierarchy, then Access * Approval will still be enabled at this level as the settings are inherited. * (projects.deleteAccessApprovalSettings) * * @param string $name Name of the AccessApprovalSettings to delete. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_AccessapprovalEmpty */ public function deleteAccessApprovalSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deleteAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessapprovalEmpty"); } /** * Gets the settings associated with a project, folder, or organization. * (projects.getAccessApprovalSettings) * * @param string $name Name of the AccessApprovalSettings to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_AccessApprovalSettings */ public function getAccessApprovalSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); } /** * Updates the settings associated with a project, folder, or organization. * Settings to update are determined by the value of field_mask. * (projects.updateAccessApprovalSettings) * * @param string $name The resource name of the settings. Format is one of: * * "projects/{project}/accessApprovalSettings" * * "folders/{folder}/accessApprovalSettings" * * "organizations/{organization}/accessApprovalSettings" * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the settings. Only * the top level fields of AccessApprovalSettings (notification_emails & * enrolled_services) are supported. For each field, if it is included, the * currently stored value will be entirely overwritten with the value of the * field passed in this request. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, * only the notification_emails field will be updated. * @return Google_Service_AccessApproval_AccessApprovalSettings */ public function updateAccessApprovalSettings($name, Google_Service_AccessApproval_AccessApprovalSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); } } PK+ ZQ?#,]vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Organizations.phpnu[ * $accessapprovalService = new Google_Service_AccessApproval(...); * $organizations = $accessapprovalService->organizations; * */ class Google_Service_AccessApproval_Resource_Organizations extends Google_Service_Resource { /** * Deletes the settings associated with a project, folder, or organization. This * will have the effect of disabling Access Approval for the project, folder, or * organization, but only if all ancestors also have Access Approval disabled. * If Access Approval is enabled at a higher level of the hierarchy, then Access * Approval will still be enabled at this level as the settings are inherited. * (organizations.deleteAccessApprovalSettings) * * @param string $name Name of the AccessApprovalSettings to delete. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_AccessapprovalEmpty */ public function deleteAccessApprovalSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('deleteAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessapprovalEmpty"); } /** * Gets the settings associated with a project, folder, or organization. * (organizations.getAccessApprovalSettings) * * @param string $name Name of the AccessApprovalSettings to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_AccessApprovalSettings */ public function getAccessApprovalSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); } /** * Updates the settings associated with a project, folder, or organization. * Settings to update are determined by the value of field_mask. * (organizations.updateAccessApprovalSettings) * * @param string $name The resource name of the settings. Format is one of: * * "projects/{project}/accessApprovalSettings" * * "folders/{folder}/accessApprovalSettings" * * "organizations/{organization}/accessApprovalSettings" * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The update mask applies to the settings. Only * the top level fields of AccessApprovalSettings (notification_emails & * enrolled_services) are supported. For each field, if it is included, the * currently stored value will be entirely overwritten with the value of the * field passed in this request. For the `FieldMask` definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, * only the notification_emails field will be updated. * @return Google_Service_AccessApproval_AccessApprovalSettings */ public function updateAccessApprovalSettings($name, Google_Service_AccessApproval_AccessApprovalSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); } } PK+ Z_hvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.phpnu[ * $accessapprovalService = new Google_Service_AccessApproval(...); * $approvalRequests = $accessapprovalService->approvalRequests; * */ class Google_Service_AccessApproval_Resource_ProjectsApprovalRequests extends Google_Service_Resource { /** * Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND * if the request does not exist. Returns FAILED_PRECONDITION if the request * exists but is not in a pending state. (approvalRequests.approve) * * @param string $name Name of the approval request to approve. * @param Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function approve($name, Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('approve', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not * deny access to the resource if another request has been made and approved. It * is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND * if the request does not exist. Returns FAILED_PRECONDITION if the request * exists but is not in a pending state. (approvalRequests.dismiss) * * @param string $name Name of the ApprovalRequest to dismiss. * @param Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function dismiss($name, Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('dismiss', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Gets an approval request. Returns NOT_FOUND if the request does not exist. * (approvalRequests.get) * * @param string $name Name of the approval request to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AccessApproval_ApprovalRequest */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessApproval_ApprovalRequest"); } /** * Lists approval requests associated with a project, folder, or organization. * Approval requests can be filtered by state (pending, active, dismissed). The * order is reverse chronological. * (approvalRequests.listProjectsApprovalRequests) * * @param string $parent The parent resource. This may be "projects/{project}", * "folders/{folder}", or "organizations/{organization}". * @param array $optParams Optional parameters. * * @opt_param string filter A filter on the type of approval requests to * retrieve. Must be one of the following values: * [not set]: Requests that are * pending or have active approvals. * ALL: All requests. * PENDING: Only * pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * * DISMISSED: Only requests that have been dismissed, or requests that . are not * approved and past expiration. * EXPIRED: Only requests that have been * approved, and the approval has expired. * HISTORY: Active, dismissed and * expired requests. * @opt_param int pageSize Requested page size. * @opt_param string pageToken A token identifying the page of results to * return. * @return Google_Service_AccessApproval_ListApprovalRequestsResponse */ public function listProjectsApprovalRequests($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessApproval_ListApprovalRequestsResponse"); } } PK+ ZDVvendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveDecision.phpnu[approveTime = $approveTime; } public function getApproveTime() { return $this->approveTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } } PK+ Z;@  Vvendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissDecision.phpnu[dismissTime = $dismissTime; } public function getDismissTime() { return $this->dismissTime; } public function setImplicit($implicit) { $this->implicit = $implicit; } public function getImplicit() { return $this->implicit; } } PK+ Z}C=Yvendor/google/apiclient-services/src/Google/Service/AccessApproval/ResourceProperties.phpnu[excludesDescendants = $excludesDescendants; } public function getExcludesDescendants() { return $this->excludesDescendants; } } PK+ ZU!!]vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessApprovalSettings.phpnu[enrolledAncestor = $enrolledAncestor; } public function getEnrolledAncestor() { return $this->enrolledAncestor; } /** * @param Google_Service_AccessApproval_EnrolledService[] */ public function setEnrolledServices($enrolledServices) { $this->enrolledServices = $enrolledServices; } /** * @return Google_Service_AccessApproval_EnrolledService[] */ public function getEnrolledServices() { return $this->enrolledServices; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotificationEmails($notificationEmails) { $this->notificationEmails = $notificationEmails; } public function getNotificationEmails() { return $this->notificationEmails; } } PK+ Z~҆EEVvendor/google/apiclient-services/src/Google/Service/AccessApproval/EnrolledService.phpnu[cloudProduct = $cloudProduct; } public function getCloudProduct() { return $this->cloudProduct; } public function setEnrollmentLevel($enrollmentLevel) { $this->enrollmentLevel = $enrollmentLevel; } public function getEnrollmentLevel() { return $this->enrollmentLevel; } } PK+ Za#cvendor/google/apiclient-services/src/Google/Service/AccessApproval/ListApprovalRequestsResponse.phpnu[approvalRequests = $approvalRequests; } /** * @return Google_Service_AccessApproval_ApprovalRequest[] */ public function getApprovalRequests() { return $this->approvalRequests; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z}Jȍdvendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissApprovalRequestMessage.phpnu[approve = $approve; } /** * @return Google_Service_AccessApproval_ApproveDecision */ public function getApprove() { return $this->approve; } /** * @param Google_Service_AccessApproval_DismissDecision */ public function setDismiss(Google_Service_AccessApproval_DismissDecision $dismiss) { $this->dismiss = $dismiss; } /** * @return Google_Service_AccessApproval_DismissDecision */ public function getDismiss() { return $this->dismiss; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } public function getRequestTime() { return $this->requestTime; } public function setRequestedExpiration($requestedExpiration) { $this->requestedExpiration = $requestedExpiration; } public function getRequestedExpiration() { return $this->requestedExpiration; } /** * @param Google_Service_AccessApproval_AccessLocations */ public function setRequestedLocations(Google_Service_AccessApproval_AccessLocations $requestedLocations) { $this->requestedLocations = $requestedLocations; } /** * @return Google_Service_AccessApproval_AccessLocations */ public function getRequestedLocations() { return $this->requestedLocations; } /** * @param Google_Service_AccessApproval_AccessReason */ public function setRequestedReason(Google_Service_AccessApproval_AccessReason $requestedReason) { $this->requestedReason = $requestedReason; } /** * @return Google_Service_AccessApproval_AccessReason */ public function getRequestedReason() { return $this->requestedReason; } public function setRequestedResourceName($requestedResourceName) { $this->requestedResourceName = $requestedResourceName; } public function getRequestedResourceName() { return $this->requestedResourceName; } /** * @param Google_Service_AccessApproval_ResourceProperties */ public function setRequestedResourceProperties(Google_Service_AccessApproval_ResourceProperties $requestedResourceProperties) { $this->requestedResourceProperties = $requestedResourceProperties; } /** * @return Google_Service_AccessApproval_ResourceProperties */ public function getRequestedResourceProperties() { return $this->requestedResourceProperties; } } PK+ Zijjdvendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveApprovalRequestMessage.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } } PK+ ZuFWWZvendor/google/apiclient-services/src/Google/Service/ServiceControl/FirstPartyPrincipal.phpnu[principalEmail = $principalEmail; } public function getPrincipalEmail() { return $this->principalEmail; } public function setServiceMetadata($serviceMetadata) { $this->serviceMetadata = $serviceMetadata; } public function getServiceMetadata() { return $this->serviceMetadata; } } PK+ Z8} Yvendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.phpnu[authoritySelector = $authoritySelector; } public function getAuthoritySelector() { return $this->authoritySelector; } public function setPrincipalEmail($principalEmail) { $this->principalEmail = $principalEmail; } public function getPrincipalEmail() { return $this->principalEmail; } public function setPrincipalSubject($principalSubject) { $this->principalSubject = $principalSubject; } public function getPrincipalSubject() { return $this->principalSubject; } /** * @param Google_Service_ServiceControl_ServiceAccountDelegationInfo[] */ public function setServiceAccountDelegationInfo($serviceAccountDelegationInfo) { $this->serviceAccountDelegationInfo = $serviceAccountDelegationInfo; } /** * @return Google_Service_ServiceControl_ServiceAccountDelegationInfo[] */ public function getServiceAccountDelegationInfo() { return $this->serviceAccountDelegationInfo; } public function setServiceAccountKeyName($serviceAccountKeyName) { $this->serviceAccountKeyName = $serviceAccountKeyName; } public function getServiceAccountKeyName() { return $this->serviceAccountKeyName; } public function setThirdPartyPrincipal($thirdPartyPrincipal) { $this->thirdPartyPrincipal = $thirdPartyPrincipal; } public function getThirdPartyPrincipal() { return $this->thirdPartyPrincipal; } } PK+ ZSvendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.phpnu[attributes = $attributes; } /** * @return Google_Service_ServiceControl_AttributeContext */ public function getAttributes() { return $this->attributes; } public function setFlags($flags) { $this->flags = $flags; } public function getFlags() { return $this->flags; } /** * @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 setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } } PK+ Z?>>Kvendor/google/apiclient-services/src/Google/Service/ServiceControl/Auth.phpnu[accessLevels = $accessLevels; } public function getAccessLevels() { return $this->accessLevels; } public function setAudiences($audiences) { $this->audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setClaims($claims) { $this->claims = $claims; } public function getClaims() { return $this->claims; } public function setPresenter($presenter) { $this->presenter = $presenter; } public function getPresenter() { return $this->presenter; } public function setPrincipal($principal) { $this->principal = $principal; } public function getPrincipal() { return $this->principal; } } PK+ ZOjXvendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.phpnu[granted = $granted; } public function getGranted() { return $this->granted; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } /** * @param Google_Service_ServiceControl_ServicecontrolResource */ public function setResourceAttributes(Google_Service_ServiceControl_ServicecontrolResource $resourceAttributes) { $this->resourceAttributes = $resourceAttributes; } /** * @return Google_Service_ServiceControl_ServicecontrolResource */ public function getResourceAttributes() { return $this->resourceAttributes; } } PK+ Zkuk k ]vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServicecontrolResource.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } public function getDeleteTime() { return $this->deleteTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK+ Z!HXvendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.phpnu[ * $servicecontrolService = new Google_Service_ServiceControl(...); * $services = $servicecontrolService->services; * */ class Google_Service_ServiceControl_Resource_Services extends Google_Service_Resource { /** * Private Preview. This feature is only available for approved services. This * method provides admission control for services that are integrated with * [Service Infrastructure](/service-infrastructure). It checks whether an * operation should be allowed based on the service configuration and relevant * policies. It must be called before the operation is executed. For more * information, see [Admission Control](/service-infrastructure/docs/admission- * control). NOTE: The admission control has an expected policy propagation * delay of 60s. The caller **must** not depend on the most recent policy * changes. NOTE: The admission control has a hard limit of 1 referenced * resources per call. If an operation refers to more than 1 resources, the * caller must call the Check method multiple times. This method requires the * `servicemanagement.services.check` permission on the specified service. For * more information, see [Service Control API Access * Control](https://cloud.google.com/service-infrastructure/docs/service-control * /access-control). (services.check) * * @param string $serviceName The service name as specified in its service * configuration. For example, `"pubsub.googleapis.com"`. See * [google.api.Service](https://cloud.google.com/service- * management/reference/rpc/google.api#google.api.Service) for the definition of * a service name. * @param Google_Service_ServiceControl_CheckRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceControl_CheckResponse */ public function check($serviceName, Google_Service_ServiceControl_CheckRequest $postBody, $optParams = array()) { $params = array('serviceName' => $serviceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('check', array($params), "Google_Service_ServiceControl_CheckResponse"); } /** * Private Preview. This feature is only available for approved services. This * method provides telemetry reporting for services that are integrated with * [Service Infrastructure](/service-infrastructure). It reports a list of * operations that have occurred on a service. It must be called after the * operations have been executed. For more information, see [Telemetry Reporting * ](/service-infrastructure/docs/telemetry-reporting). NOTE: The telemetry * reporting has a hard limit of 1000 operations and 1MB per Report call. It is * recommended to have no more than 100 operations per call. This method * requires the `servicemanagement.services.report` permission on the specified * service. For more information, see [Service Control API Access * Control](https://cloud.google.com/service-infrastructure/docs/service-control * /access-control). (services.report) * * @param string $serviceName The service name as specified in its service * configuration. For example, `"pubsub.googleapis.com"`. See * [google.api.Service](https://cloud.google.com/service- * management/reference/rpc/google.api#google.api.Service) for the definition of * a service name. * @param Google_Service_ServiceControl_ReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceControl_ReportResponse */ public function report($serviceName, Google_Service_ServiceControl_ReportRequest $postBody, $optParams = array()) { $params = array('serviceName' => $serviceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('report', array($params), "Google_Service_ServiceControl_ReportResponse"); } } PK+ Z|Jfcvendor/google/apiclient-services/src/Google/Service/ServiceControl/ServiceAccountDelegationInfo.phpnu[firstPartyPrincipal = $firstPartyPrincipal; } /** * @return Google_Service_ServiceControl_FirstPartyPrincipal */ public function getFirstPartyPrincipal() { return $this->firstPartyPrincipal; } public function setPrincipalSubject($principalSubject) { $this->principalSubject = $principalSubject; } public function getPrincipalSubject() { return $this->principalSubject; } /** * @param Google_Service_ServiceControl_ThirdPartyPrincipal */ public function setThirdPartyPrincipal(Google_Service_ServiceControl_ThirdPartyPrincipal $thirdPartyPrincipal) { $this->thirdPartyPrincipal = $thirdPartyPrincipal; } /** * @return Google_Service_ServiceControl_ThirdPartyPrincipal */ public function getThirdPartyPrincipal() { return $this->thirdPartyPrincipal; } } PK+ Zo;v=  Vvendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.phpnu[callerIp = $callerIp; } public function getCallerIp() { return $this->callerIp; } public function setCallerNetwork($callerNetwork) { $this->callerNetwork = $callerNetwork; } public function getCallerNetwork() { return $this->callerNetwork; } public function setCallerSuppliedUserAgent($callerSuppliedUserAgent) { $this->callerSuppliedUserAgent = $callerSuppliedUserAgent; } public function getCallerSuppliedUserAgent() { return $this->callerSuppliedUserAgent; } /** * @param Google_Service_ServiceControl_Peer */ public function setDestinationAttributes(Google_Service_ServiceControl_Peer $destinationAttributes) { $this->destinationAttributes = $destinationAttributes; } /** * @return Google_Service_ServiceControl_Peer */ public function getDestinationAttributes() { return $this->destinationAttributes; } /** * @param Google_Service_ServiceControl_Request */ public function setRequestAttributes(Google_Service_ServiceControl_Request $requestAttributes) { $this->requestAttributes = $requestAttributes; } /** * @return Google_Service_ServiceControl_Request */ public function getRequestAttributes() { return $this->requestAttributes; } } PK+ Zez>FFOvendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.phpnu[authenticationInfo = $authenticationInfo; } /** * @return Google_Service_ServiceControl_AuthenticationInfo */ public function getAuthenticationInfo() { return $this->authenticationInfo; } /** * @param Google_Service_ServiceControl_AuthorizationInfo[] */ public function setAuthorizationInfo($authorizationInfo) { $this->authorizationInfo = $authorizationInfo; } /** * @return Google_Service_ServiceControl_AuthorizationInfo[] */ public function getAuthorizationInfo() { return $this->authorizationInfo; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setMethodName($methodName) { $this->methodName = $methodName; } public function getMethodName() { return $this->methodName; } public function setNumResponseItems($numResponseItems) { $this->numResponseItems = $numResponseItems; } public function getNumResponseItems() { return $this->numResponseItems; } public function setRequest($request) { $this->request = $request; } public function getRequest() { return $this->request; } /** * @param Google_Service_ServiceControl_RequestMetadata */ public function setRequestMetadata(Google_Service_ServiceControl_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_ServiceControl_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } /** * @param Google_Service_ServiceControl_ResourceLocation */ public function setResourceLocation(Google_Service_ServiceControl_ResourceLocation $resourceLocation) { $this->resourceLocation = $resourceLocation; } /** * @return Google_Service_ServiceControl_ResourceLocation */ public function getResourceLocation() { return $this->resourceLocation; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setResourceOriginalState($resourceOriginalState) { $this->resourceOriginalState = $resourceOriginalState; } public function getResourceOriginalState() { return $this->resourceOriginalState; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } public function setServiceData($serviceData) { $this->serviceData = $serviceData; } public function getServiceData() { return $this->serviceData; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } /** * @param Google_Service_ServiceControl_Status */ public function setStatus(Google_Service_ServiceControl_Status $status) { $this->status = $status; } /** * @return Google_Service_ServiceControl_Status */ public function getStatus() { return $this->status; } } PK+ ZKvendor/google/apiclient-services/src/Google/Service/ServiceControl/Peer.phpnu[ip = $ip; } public function getIp() { return $this->ip; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setPrincipal($principal) { $this->principal = $principal; } public function getPrincipal() { return $this->principal; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK+ Z ȢUvendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.phpnu[spanName = $spanName; } public function getSpanName() { return $this->spanName; } } PK+ ZI&uuSvendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceInfo.phpnu[name = $name; } public function getName() { return $this->name; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZLTvendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.phpnu[headers = $headers; } public function getHeaders() { return $this->headers; } /** * @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; } } PK+ ZBMvendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.phpnu[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; } } PK+ Z*Wvendor/google/apiclient-services/src/Google/Service/ServiceControl/AttributeContext.phpnu[api = $api; } /** * @return Google_Service_ServiceControl_Api */ public function getApi() { return $this->api; } /** * @param Google_Service_ServiceControl_Peer */ public function setDestination(Google_Service_ServiceControl_Peer $destination) { $this->destination = $destination; } /** * @return Google_Service_ServiceControl_Peer */ public function getDestination() { return $this->destination; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } /** * @param Google_Service_ServiceControl_Peer */ public function setOrigin(Google_Service_ServiceControl_Peer $origin) { $this->origin = $origin; } /** * @return Google_Service_ServiceControl_Peer */ public function getOrigin() { return $this->origin; } /** * @param Google_Service_ServiceControl_Request */ public function setRequest(Google_Service_ServiceControl_Request $request) { $this->request = $request; } /** * @return Google_Service_ServiceControl_Request */ public function getRequest() { return $this->request; } /** * @param Google_Service_ServiceControl_ServicecontrolResource */ public function setResource(Google_Service_ServiceControl_ServicecontrolResource $resource) { $this->resource = $resource; } /** * @return Google_Service_ServiceControl_ServicecontrolResource */ public function getResource() { return $this->resource; } /** * @param Google_Service_ServiceControl_Response */ public function setResponse(Google_Service_ServiceControl_Response $response) { $this->response = $response; } /** * @return Google_Service_ServiceControl_Response */ public function getResponse() { return $this->response; } /** * @param Google_Service_ServiceControl_Peer */ public function setSource(Google_Service_ServiceControl_Peer $source) { $this->source = $source; } /** * @return Google_Service_ServiceControl_Peer */ public function getSource() { return $this->source; } } PK+ Z]eWvendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceLocation.phpnu[currentLocations = $currentLocations; } public function getCurrentLocations() { return $this->currentLocations; } public function setOriginalLocations($originalLocations) { $this->originalLocations = $originalLocations; } public function getOriginalLocations() { return $this->originalLocations; } } PK+ ZhZvendor/google/apiclient-services/src/Google/Service/ServiceControl/ThirdPartyPrincipal.phpnu[thirdPartyClaims = $thirdPartyClaims; } public function getThirdPartyClaims() { return $this->thirdPartyClaims; } } PK+ Z㗾Ovendor/google/apiclient-services/src/Google/Service/ServiceControl/Response.phpnu[backendLatency = $backendLatency; } public function getBackendLatency() { return $this->backendLatency; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK+ Z^^Tvendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.phpnu[operations = $operations; } /** * @return Google_Service_ServiceControl_AttributeContext[] */ public function getOperations() { return $this->operations; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } } PK+ Z:.VT99Jvendor/google/apiclient-services/src/Google/Service/ServiceControl/Api.phpnu[operation = $operation; } public function getOperation() { return $this->operation; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ Z3FA Nvendor/google/apiclient-services/src/Google/Service/ServiceControl/Request.phpnu[auth = $auth; } /** * @return Google_Service_ServiceControl_Auth */ public function getAuth() { return $this->auth; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setScheme($scheme) { $this->scheme = $scheme; } public function getScheme() { return $this->scheme; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK+ Z#xx?vendor/google/apiclient-services/src/Google/Service/Blogger.phpnu[ * The Blogger API provides access to posts, comments and pages of a Blogger * blog.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Blogger extends Google_Service { /** Manage your Blogger account. */ const BLOGGER = "https://www.googleapis.com/auth/blogger"; /** View your Blogger account. */ const BLOGGER_READONLY = "https://www.googleapis.com/auth/blogger.readonly"; public $blogUserInfos; public $blogs; public $comments; public $pageViews; public $pages; public $postUserInfos; public $posts; public $users; /** * Constructs the internal representation of the Blogger service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://blogger.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'blogger'; $this->blogUserInfos = new Google_Service_Blogger_Resource_BlogUserInfos( $this, $this->serviceName, 'blogUserInfos', array( 'methods' => array( 'get' => array( 'path' => 'v3/users/{userId}/blogs/{blogId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxPosts' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->blogs = new Google_Service_Blogger_Resource_Blogs( $this, $this->serviceName, 'blogs', array( 'methods' => array( 'get' => array( 'path' => 'v3/blogs/{blogId}', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxPosts' => array( 'location' => 'query', 'type' => 'integer', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getByUrl' => array( 'path' => 'v3/blogs/byurl', 'httpMethod' => 'GET', 'parameters' => array( 'url' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listByUser' => array( 'path' => 'v3/users/{userId}/blogs', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fetchUserInfo' => array( 'location' => 'query', 'type' => 'boolean', ), 'role' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->comments = new Google_Service_Blogger_Resource_Comments( $this, $this->serviceName, 'comments', array( 'methods' => array( 'approve' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/approve', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'fetchBodies' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listByBlog' => array( 'path' => 'v3/blogs/{blogId}/comments', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'fetchBodies' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'markAsSpam' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/spam', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'removeContent' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->pageViews = new Google_Service_Blogger_Resource_PageViews( $this, $this->serviceName, 'pageViews', array( 'methods' => array( 'get' => array( 'path' => 'v3/blogs/{blogId}/pageviews', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'range' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->pages = new Google_Service_Blogger_Resource_Pages( $this, $this->serviceName, 'pages', array( 'methods' => array( 'delete' => array( 'path' => 'v3/blogs/{blogId}/pages/{pageId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/blogs/{blogId}/pages/{pageId}', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'v3/blogs/{blogId}/pages', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'isDraft' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'v3/blogs/{blogId}/pages', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fetchBodies' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v3/blogs/{blogId}/pages/{pageId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publish' => array( 'location' => 'query', 'type' => 'boolean', ), 'revert' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'publish' => array( 'path' => 'v3/blogs/{blogId}/pages/{pageId}/publish', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'revert' => array( 'path' => 'v3/blogs/{blogId}/pages/{pageId}/revert', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v3/blogs/{blogId}/pages/{pageId}', 'httpMethod' => 'PUT', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publish' => array( 'location' => 'query', 'type' => 'boolean', ), 'revert' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->postUserInfos = new Google_Service_Blogger_Resource_PostUserInfos( $this, $this->serviceName, 'postUserInfos', array( 'methods' => array( 'get' => array( 'path' => 'v3/users/{userId}/blogs/{blogId}/posts/{postId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxComments' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v3/users/{userId}/blogs/{blogId}/posts', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'fetchBodies' => array( 'location' => 'query', 'type' => 'boolean', ), 'labels' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->posts = new Google_Service_Blogger_Resource_Posts( $this, $this->serviceName, 'posts', array( 'methods' => array( 'delete' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fetchBody' => array( 'location' => 'query', 'type' => 'boolean', ), 'fetchImages' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxComments' => array( 'location' => 'query', 'type' => 'integer', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getByPath' => array( 'path' => 'v3/blogs/{blogId}/posts/bypath', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'path' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'maxComments' => array( 'location' => 'query', 'type' => 'integer', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'v3/blogs/{blogId}/posts', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fetchBody' => array( 'location' => 'query', 'type' => 'boolean', ), 'fetchImages' => array( 'location' => 'query', 'type' => 'boolean', ), 'isDraft' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'v3/blogs/{blogId}/posts', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'fetchBodies' => array( 'location' => 'query', 'type' => 'boolean', ), 'fetchImages' => array( 'location' => 'query', 'type' => 'boolean', ), 'labels' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fetchBody' => array( 'location' => 'query', 'type' => 'boolean', ), 'fetchImages' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxComments' => array( 'location' => 'query', 'type' => 'integer', ), 'publish' => array( 'location' => 'query', 'type' => 'boolean', ), 'revert' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'publish' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/publish', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publishDate' => array( 'location' => 'query', 'type' => 'string', ), ), ),'revert' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}/revert', 'httpMethod' => 'POST', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'v3/blogs/{blogId}/posts/search', 'httpMethod' => 'GET', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'q' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'fetchBodies' => array( 'location' => 'query', 'type' => 'boolean', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v3/blogs/{blogId}/posts/{postId}', 'httpMethod' => 'PUT', 'parameters' => array( 'blogId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'postId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fetchBody' => array( 'location' => 'query', 'type' => 'boolean', ), 'fetchImages' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxComments' => array( 'location' => 'query', 'type' => 'integer', ), 'publish' => array( 'location' => 'query', 'type' => 'boolean', ), 'revert' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->users = new Google_Service_Blogger_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'get' => array( 'path' => 'v3/users/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK+ Zbqq@vendor/google/apiclient-services/src/Google/Service/Partners.phpnu[ * Searches certified companies and creates contact leads with them, and also * audits the usage of clients.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Partners extends Google_Service { public $analytics; public $clientMessages; public $companies; public $companies_leads; public $leads; public $offers; public $offers_history; public $userEvents; public $userStates; public $users; public $v2; /** * Constructs the internal representation of the Partners service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://partners.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'partners'; $this->analytics = new Google_Service_Partners_Resource_Analytics( $this, $this->serviceName, 'analytics', array( 'methods' => array( 'list' => array( 'path' => 'v2/analytics', 'httpMethod' => 'GET', 'parameters' => array( 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->clientMessages = new Google_Service_Partners_Resource_ClientMessages( $this, $this->serviceName, 'clientMessages', array( 'methods' => array( 'log' => array( 'path' => 'v2/clientMessages:log', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->companies = new Google_Service_Partners_Resource_Companies( $this, $this->serviceName, 'companies', array( 'methods' => array( 'get' => array( 'path' => 'v2/companies/{companyId}', 'httpMethod' => 'GET', 'parameters' => array( 'companyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'currencyCode' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'address' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v2/companies', 'httpMethod' => 'GET', 'parameters' => array( 'services' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'maxMonthlyBudget.units' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'minMonthlyBudget.nanos' => array( 'location' => 'query', 'type' => 'integer', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'companyName' => array( 'location' => 'query', 'type' => 'string', ), 'industries' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'websiteUrl' => array( 'location' => 'query', 'type' => 'string', ), 'gpsMotivations' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'languageCodes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'specializations' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxMonthlyBudget.currencyCode' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'minMonthlyBudget.currencyCode' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'address' => array( 'location' => 'query', 'type' => 'string', ), 'minMonthlyBudget.units' => array( 'location' => 'query', 'type' => 'string', ), 'maxMonthlyBudget.nanos' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->companies_leads = new Google_Service_Partners_Resource_CompaniesLeads( $this, $this->serviceName, 'leads', array( 'methods' => array( 'create' => array( 'path' => 'v2/companies/{companyId}/leads', 'httpMethod' => 'POST', 'parameters' => array( 'companyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->leads = new Google_Service_Partners_Resource_Leads( $this, $this->serviceName, 'leads', array( 'methods' => array( 'list' => array( 'path' => 'v2/leads', 'httpMethod' => 'GET', 'parameters' => array( 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->offers = new Google_Service_Partners_Resource_Offers( $this, $this->serviceName, 'offers', array( 'methods' => array( 'list' => array( 'path' => 'v2/offers', 'httpMethod' => 'GET', 'parameters' => array( 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->offers_history = new Google_Service_Partners_Resource_OffersHistory( $this, $this->serviceName, 'history', array( 'methods' => array( 'list' => array( 'path' => 'v2/offers/history', 'httpMethod' => 'GET', 'parameters' => array( 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'entireCompany' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->userEvents = new Google_Service_Partners_Resource_UserEvents( $this, $this->serviceName, 'userEvents', array( 'methods' => array( 'log' => array( 'path' => 'v2/userEvents:log', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->userStates = new Google_Service_Partners_Resource_UserStates( $this, $this->serviceName, 'userStates', array( 'methods' => array( 'list' => array( 'path' => 'v2/userStates', 'httpMethod' => 'GET', 'parameters' => array( 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users = new Google_Service_Partners_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'createCompanyRelation' => array( 'path' => 'v2/users/{userId}/companyRelation', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteCompanyRelation' => array( 'path' => 'v2/users/{userId}/companyRelation', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v2/users/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'userView' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateProfile' => array( 'path' => 'v2/users/profile', 'httpMethod' => 'PATCH', 'parameters' => array( 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->v2 = new Google_Service_Partners_Resource_V2( $this, $this->serviceName, 'v2', array( 'methods' => array( 'getPartnersstatus' => array( 'path' => 'v2/partnersstatus', 'httpMethod' => 'GET', 'parameters' => array( 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateCompanies' => array( 'path' => 'v2/companies', 'httpMethod' => 'PATCH', 'parameters' => array( 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateLeads' => array( 'path' => 'v2/leads', 'httpMethod' => 'PATCH', 'parameters' => array( 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.trafficSource.trafficSourceId' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ Z /^+^+Ivendor/google/apiclient-services/src/Google/Service/Playmoviespartner.phpnu[ * Lets Google Play Movies Partners get the delivery status of their titles.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Playmoviespartner extends Google_Service { /** View the digital assets you publish on Google Play Movies and TV. */ const PLAYMOVIES_PARTNER_READONLY = "https://www.googleapis.com/auth/playmovies_partner.readonly"; public $accounts_avails; public $accounts_experienceLocales; public $accounts_orders; public $accounts_storeInfos; public $accounts_storeInfos_country; /** * Constructs the internal representation of the Playmoviespartner service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://playmoviespartner.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'playmoviespartner'; $this->accounts_avails = new Google_Service_Playmoviespartner_AccountsAvailsResource( $this, $this->serviceName, 'avails', array( 'methods' => array( 'list' => array( 'path' => 'v1/accounts/{accountId}/avails', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'title' => array( 'location' => 'query', 'type' => 'string', ), 'territories' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'altId' => array( 'location' => 'query', 'type' => 'string', ), 'videoIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->accounts_experienceLocales = new Google_Service_Playmoviespartner_AccountsExperienceLocalesResource( $this, $this->serviceName, 'experienceLocales', array( 'methods' => array( 'get' => array( 'path' => 'v1/accounts/{accountId}/experienceLocales/{elId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'elId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accounts/{accountId}/experienceLocales', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'titleLevelEidr' => array( 'location' => 'query', 'type' => 'string', ), 'editLevelEidr' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'customId' => array( 'location' => 'query', 'type' => 'string', ), 'altCutId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_orders = new Google_Service_Playmoviespartner_AccountsOrdersResource( $this, $this->serviceName, 'orders', array( 'methods' => array( 'get' => array( 'path' => 'v1/accounts/{accountId}/orders/{orderId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accounts/{accountId}/orders', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'customId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_storeInfos = new Google_Service_Playmoviespartner_AccountsStoreInfosResource( $this, $this->serviceName, 'storeInfos', array( 'methods' => array( 'list' => array( 'path' => 'v1/accounts/{accountId}/storeInfos', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'videoId' => array( 'location' => 'query', 'type' => 'string', ), 'countries' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'videoIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->accounts_storeInfos_country = new Google_Service_Playmoviespartner_AccountsStoreInfosCountryResource( $this, $this->serviceName, 'country', array( 'methods' => array( 'get' => array( 'path' => 'v1/accounts/{accountId}/storeInfos/{videoId}/country/{country}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'videoId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK+ Z,,lvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.phpnu[ * The Managed Service for Microsoft Active Directory API is used for managing a * highly available, hardened service running Microsoft Active Directory (AD).

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_global_domains; public $projects_locations_global_operations; /** * Constructs the internal representation of the * ManagedServiceforMicrosoftActiveDirectoryConsumerAPI service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://managedidentities.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'managedidentities'; $this->projects_locations = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_global_domains = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocationsManagedidentitiesGlobalDomains( $this, $this->serviceName, 'domains', array( 'methods' => array( 'attachTrust' => array( 'path' => 'v1/{+name}:attachTrust', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/domains', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainName' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'detachTrust' => array( 'path' => 'v1/{+name}:detachTrust', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/domains', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reconfigureTrust' => array( 'path' => 'v1/{+name}:reconfigureTrust', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetAdminPassword' => array( 'path' => 'v1/{+name}:resetAdminPassword', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validateTrust' => array( 'path' => 'v1/{+name}:validateTrust', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_global_operations = new Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_Resource_ProjectsLocationsManagedidentitiesGlobalOperations( $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', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ ZOȄEvendor/google/apiclient-services/src/Google/Service/Localservices.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Localservices extends Google_Service { /** Manage your AdWords campaigns. */ const ADWORDS = "https://www.googleapis.com/auth/adwords"; public $accountReports; public $detailedLeadReports; /** * Constructs the internal representation of the Localservices service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://localservices.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'localservices'; $this->accountReports = new Google_Service_Localservices_Resource_AccountReports( $this, $this->serviceName, 'accountReports', array( 'methods' => array( 'search' => array( 'path' => 'v1/accountReports:search', 'httpMethod' => 'GET', 'parameters' => array( 'endDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'endDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'endDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'startDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'startDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'startDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->detailedLeadReports = new Google_Service_Localservices_Resource_DetailedLeadReports( $this, $this->serviceName, 'detailedLeadReports', array( 'methods' => array( 'search' => array( 'path' => 'v1/detailedLeadReports:search', 'httpMethod' => 'GET', 'parameters' => array( 'endDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'endDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'endDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'startDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'startDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'startDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK+ Z&Hvendor/google/apiclient-services/src/Google/Service/YouTubeReporting.phpnu[ * Schedules reporting jobs containing your YouTube Analytics data and downloads * the resulting bulk data reports in the form of CSV files.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_YouTubeReporting extends Google_Service { /** View monetary and non-monetary YouTube Analytics reports for your YouTube content. */ const YT_ANALYTICS_MONETARY_READONLY = "https://www.googleapis.com/auth/yt-analytics-monetary.readonly"; /** View YouTube Analytics reports for your YouTube content. */ const YT_ANALYTICS_READONLY = "https://www.googleapis.com/auth/yt-analytics.readonly"; public $jobs; public $jobs_reports; public $media; public $reportTypes; /** * Constructs the internal representation of the YouTubeReporting service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://youtubereporting.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'youtubereporting'; $this->jobs = new Google_Service_YouTubeReporting_Resource_Jobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'create' => array( 'path' => 'v1/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/jobs/{jobId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/jobs/{jobId}', 'httpMethod' => 'GET', 'parameters' => array( 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'includeSystemManaged' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->jobs_reports = new Google_Service_YouTubeReporting_Resource_JobsReports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'get' => array( 'path' => 'v1/jobs/{jobId}/reports/{reportId}', 'httpMethod' => 'GET', 'parameters' => array( 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/jobs/{jobId}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'jobId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'createdAfter' => array( 'location' => 'query', 'type' => 'string', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTimeAtOrAfter' => array( 'location' => 'query', 'type' => 'string', ), 'startTimeBefore' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->media = new Google_Service_YouTubeReporting_Resource_Media( $this, $this->serviceName, 'media', array( 'methods' => array( 'download' => array( 'path' => 'v1/media/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->reportTypes = new Google_Service_YouTubeReporting_Resource_ReportTypes( $this, $this->serviceName, 'reportTypes', array( 'methods' => array( 'list' => array( 'path' => 'v1/reportTypes', 'httpMethod' => 'GET', 'parameters' => array( 'includeSystemManaged' => array( 'location' => 'query', 'type' => 'boolean', ), 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK+ ZKYDDKvendor/google/apiclient-services/src/Google/Service/Networkconnectivity.phpnu[ * The Network Connectivity API will be home to various services which provide * information pertaining to network connectivity.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Networkconnectivity extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_global_hubs; public $projects_locations_internalRanges; public $projects_locations_operations; public $projects_locations_policyBasedRoutes; public $projects_locations_spokes; /** * Constructs the internal representation of the Networkconnectivity service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://networkconnectivity.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha1'; $this->serviceName = 'networkconnectivity'; $this->projects_locations = new Google_Service_Networkconnectivity_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_global_hubs = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalHubs( $this, $this->serviceName, 'hubs', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/hubs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hubId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/hubs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1alpha1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_internalRanges = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsInternalRanges( $this, $this->serviceName, 'internalRanges', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'setIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1alpha1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1alpha1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_policyBasedRoutes = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsPolicyBasedRoutes( $this, $this->serviceName, 'policyBasedRoutes', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'setIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1alpha1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_spokes = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsSpokes( $this, $this->serviceName, 'spokes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/spokes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'spokeId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/spokes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1alpha1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1alpha1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK+ ZSbnvendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationUniformBucketLevelAccess.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setLockedTime($lockedTime) { $this->lockedTime = $lockedTime; } public function getLockedTime() { return $this->lockedTime; } } PK+ Z|9ІRvendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectOwner.phpnu[entity = $entity; } public function getEntity() { return $this->entity; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } } PK+ Z_3fvendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationBucketPolicyOnly.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setLockedTime($lockedTime) { $this->lockedTime = $lockedTime; } public function getLockedTime() { return $this->lockedTime; } } PK+ Z83Vvendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfiguration.phpnu[bucketPolicyOnly = $bucketPolicyOnly; } /** * @return Google_Service_Storage_BucketIamConfigurationBucketPolicyOnly */ public function getBucketPolicyOnly() { return $this->bucketPolicyOnly; } public function setPublicAccessPrevention($publicAccessPrevention) { $this->publicAccessPrevention = $publicAccessPrevention; } public function getPublicAccessPrevention() { return $this->publicAccessPrevention; } /** * @param Google_Service_Storage_BucketIamConfigurationUniformBucketLevelAccess */ public function setUniformBucketLevelAccess(Google_Service_Storage_BucketIamConfigurationUniformBucketLevelAccess $uniformBucketLevelAccess) { $this->uniformBucketLevelAccess = $uniformBucketLevelAccess; } /** * @return Google_Service_Storage_BucketIamConfigurationUniformBucketLevelAccess */ public function getUniformBucketLevelAccess() { return $this->uniformBucketLevelAccess; } } PK+ Z&Nvendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequest.phpnu[destination = $destination; } /** * @return Google_Service_Storage_StorageObject */ public function getDestination() { return $this->destination; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Storage_ComposeRequestSourceObjects[] */ public function setSourceObjects($sourceObjects) { $this->sourceObjects = $sourceObjects; } /** * @return Google_Service_Storage_ComposeRequestSourceObjects[] */ public function getSourceObjects() { return $this->sourceObjects; } } PK+ ZAASvendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.phpnu[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; } } PK+ Ze!!Fvendor/google/apiclient-services/src/Google/Service/Storage/Bucket.phpnu[acl = $acl; } /** * @return Google_Service_Storage_BucketAccessControl[] */ public function getAcl() { return $this->acl; } /** * @param Google_Service_Storage_BucketBilling */ public function setBilling(Google_Service_Storage_BucketBilling $billing) { $this->billing = $billing; } /** * @return Google_Service_Storage_BucketBilling */ public function getBilling() { return $this->billing; } /** * @param Google_Service_Storage_BucketCors[] */ public function setCors($cors) { $this->cors = $cors; } /** * @return Google_Service_Storage_BucketCors[] */ public function getCors() { return $this->cors; } public function setDefaultEventBasedHold($defaultEventBasedHold) { $this->defaultEventBasedHold = $defaultEventBasedHold; } public function getDefaultEventBasedHold() { return $this->defaultEventBasedHold; } /** * @param Google_Service_Storage_ObjectAccessControl[] */ public function setDefaultObjectAcl($defaultObjectAcl) { $this->defaultObjectAcl = $defaultObjectAcl; } /** * @return Google_Service_Storage_ObjectAccessControl[] */ public function getDefaultObjectAcl() { return $this->defaultObjectAcl; } /** * @param Google_Service_Storage_BucketEncryption */ public function setEncryption(Google_Service_Storage_BucketEncryption $encryption) { $this->encryption = $encryption; } /** * @return Google_Service_Storage_BucketEncryption */ public function getEncryption() { return $this->encryption; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Storage_BucketIamConfiguration */ public function setIamConfiguration(Google_Service_Storage_BucketIamConfiguration $iamConfiguration) { $this->iamConfiguration = $iamConfiguration; } /** * @return Google_Service_Storage_BucketIamConfiguration */ public function getIamConfiguration() { return $this->iamConfiguration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Storage_BucketLifecycle */ public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle) { $this->lifecycle = $lifecycle; } /** * @return Google_Service_Storage_BucketLifecycle */ public function getLifecycle() { return $this->lifecycle; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_Storage_BucketLogging */ public function setLogging(Google_Service_Storage_BucketLogging $logging) { $this->logging = $logging; } /** * @return Google_Service_Storage_BucketLogging */ public function getLogging() { return $this->logging; } public function setMetageneration($metageneration) { $this->metageneration = $metageneration; } public function getMetageneration() { return $this->metageneration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Storage_BucketOwner */ public function setOwner(Google_Service_Storage_BucketOwner $owner) { $this->owner = $owner; } /** * @return Google_Service_Storage_BucketOwner */ public function getOwner() { return $this->owner; } public function setProjectNumber($projectNumber) { $this->projectNumber = $projectNumber; } public function getProjectNumber() { return $this->projectNumber; } /** * @param Google_Service_Storage_BucketRetentionPolicy */ public function setRetentionPolicy(Google_Service_Storage_BucketRetentionPolicy $retentionPolicy) { $this->retentionPolicy = $retentionPolicy; } /** * @return Google_Service_Storage_BucketRetentionPolicy */ public function getRetentionPolicy() { return $this->retentionPolicy; } public function setSatisfiesPZS($satisfiesPZS) { $this->satisfiesPZS = $satisfiesPZS; } public function getSatisfiesPZS() { return $this->satisfiesPZS; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStorageClass($storageClass) { $this->storageClass = $storageClass; } public function getStorageClass() { return $this->storageClass; } public function setTimeCreated($timeCreated) { $this->timeCreated = $timeCreated; } public function getTimeCreated() { return $this->timeCreated; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Storage_BucketVersioning */ public function setVersioning(Google_Service_Storage_BucketVersioning $versioning) { $this->versioning = $versioning; } /** * @return Google_Service_Storage_BucketVersioning */ public function getVersioning() { return $this->versioning; } /** * @param Google_Service_Storage_BucketWebsite */ public function setWebsite(Google_Service_Storage_BucketWebsite $website) { $this->website = $website; } /** * @return Google_Service_Storage_BucketWebsite */ public function getWebsite() { return $this->website; } public function setZoneAffinity($zoneAffinity) { $this->zoneAffinity = $zoneAffinity; } public function getZoneAffinity() { return $this->zoneAffinity; } } PK+ Zz''Mvendor/google/apiclient-services/src/Google/Service/Storage/BucketLogging.phpnu[logBucket = $logBucket; } public function getLogBucket() { return $this->logBucket; } public function setLogObjectPrefix($logObjectPrefix) { $this->logObjectPrefix = $logObjectPrefix; } public function getLogObjectPrefix() { return $this->logObjectPrefix; } } PK+ Z,8}}Nvendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.phpnu[condition = $condition; } /** * @return Google_Service_Storage_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK+ ZeeGvendor/google/apiclient-services/src/Google/Service/Storage/HmacKey.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Storage_HmacKeyMetadata */ public function setMetadata(Google_Service_Storage_HmacKeyMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Storage_HmacKeyMetadata */ public function getMetadata() { return $this->metadata; } public function setSecret($secret) { $this->secret = $secret; } public function getSecret() { return $this->secret; } } PK+ ZS<<Ovendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.phpnu[rule = $rule; } /** * @return Google_Service_Storage_BucketLifecycleRule[] */ public function getRule() { return $this->rule; } } PK+ Zb], , Ovendor/google/apiclient-services/src/Google/Service/Storage/HmacKeyMetadata.phpnu[accessId = $accessId; } public function getAccessId() { return $this->accessId; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTimeCreated($timeCreated) { $this->timeCreated = $timeCreated; } public function getTimeCreated() { return $this->timeCreated; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK+ ZD Fvendor/google/apiclient-services/src/Google/Service/Storage/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_Storage_PolicyBindings[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ Z5Uvendor/google/apiclient-services/src/Google/Service/Storage/BucketRetentionPolicy.phpnu[effectiveTime = $effectiveTime; } public function getEffectiveTime() { return $this->effectiveTime; } public function setIsLocked($isLocked) { $this->isLocked = $isLocked; } public function getIsLocked() { return $this->isLocked; } public function setRetentionPeriod($retentionPeriod) { $this->retentionPeriod = $retentionPeriod; } public function getRetentionPeriod() { return $this->retentionPeriod; } } PK+ Z<`e''Zvendor/google/apiclient-services/src/Google/Service/Storage/TestIamPermissionsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPermissions($permissions) { $this->permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK+ ZŁaSSYvendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsHmacKeys.phpnu[ * $storageService = new Google_Service_Storage(...); * $hmacKeys = $storageService->hmacKeys; * */ class Google_Service_Storage_Resource_ProjectsHmacKeys extends Google_Service_Resource { /** * Creates a new HMAC key for the specified service account. (hmacKeys.create) * * @param string $projectId Project ID owning the service account. * @param string $serviceAccountEmail Email address of the service account. * @param array $optParams Optional parameters. * * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_HmacKey */ public function create($projectId, $serviceAccountEmail, $optParams = array()) { $params = array('projectId' => $projectId, 'serviceAccountEmail' => $serviceAccountEmail); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Storage_HmacKey"); } /** * Deletes an HMAC key. (hmacKeys.delete) * * @param string $projectId Project ID owning the requested key * @param string $accessId Name of the HMAC key to be deleted. * @param array $optParams Optional parameters. * * @opt_param string userProject The project to be billed for this request. */ public function delete($projectId, $accessId, $optParams = array()) { $params = array('projectId' => $projectId, 'accessId' => $accessId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves an HMAC key's metadata (hmacKeys.get) * * @param string $projectId Project ID owning the service account of the * requested key. * @param string $accessId Name of the HMAC key. * @param array $optParams Optional parameters. * * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_HmacKeyMetadata */ public function get($projectId, $accessId, $optParams = array()) { $params = array('projectId' => $projectId, 'accessId' => $accessId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_HmacKeyMetadata"); } /** * Retrieves a list of HMAC keys matching the criteria. * (hmacKeys.listProjectsHmacKeys) * * @param string $projectId Name of the project in which to look for HMAC keys. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of items to return in a single * page of responses. The service uses this parameter or 250 items, whichever is * smaller. The max number of items per page will also be limited by the number * of distinct service accounts in the response. If the number of service * accounts in a single response is too high, the page will truncated and a next * page token will be returned. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @opt_param string serviceAccountEmail If present, only keys for the given * service account are returned. * @opt_param bool showDeletedKeys Whether or not to show keys in the DELETED * state. * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_HmacKeysMetadata */ public function listProjectsHmacKeys($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_HmacKeysMetadata"); } /** * Updates the state of an HMAC key. See the HMAC Key resource descriptor for * valid states. (hmacKeys.update) * * @param string $projectId Project ID owning the service account of the updated * key. * @param string $accessId Name of the HMAC key being updated. * @param Google_Service_Storage_HmacKeyMetadata $postBody * @param array $optParams Optional parameters. * * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_HmacKeyMetadata */ public function update($projectId, $accessId, Google_Service_Storage_HmacKeyMetadata $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'accessId' => $accessId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Storage_HmacKeyMetadata"); } } PK+ Z?mm_vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsServiceAccount.phpnu[ * $storageService = new Google_Service_Storage(...); * $serviceAccount = $storageService->serviceAccount; * */ class Google_Service_Storage_Resource_ProjectsServiceAccount extends Google_Service_Resource { /** * Get the email address of this project's Google Cloud Storage service account. * (serviceAccount.get) * * @param string $projectId Project ID * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_ServiceAccount */ public function get($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_ServiceAccount"); } } PK+ ZTQvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.phpnu[ * $storageService = new Google_Service_Storage(...); * $channels = $storageService->channels; * */ class Google_Service_Storage_Resource_Channels extends Google_Service_Resource { /** * Stop watching resources through this channel (channels.stop) * * @param Google_Service_Storage_Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Google_Service_Storage_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } } PK+ Z>$"$"]vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.phpnu[ * $storageService = new Google_Service_Storage(...); * $objectAccessControls = $storageService->objectAccessControls; * */ class Google_Service_Storage_Resource_ObjectAccessControls extends Google_Service_Resource { /** * Permanently deletes the ACL entry for the specified entity on the specified * object. (objectAccessControls.delete) * * @param string $bucket Name of a bucket. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. */ public function delete($bucket, $object, $entity, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns the ACL entry for the specified entity on the specified object. * (objectAccessControls.get) * * @param string $bucket Name of a bucket. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function get($bucket, $object, $entity, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl"); } /** * Creates a new ACL entry on the specified object. * (objectAccessControls.insert) * * @param string $bucket Name of a bucket. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function insert($bucket, $object, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl"); } /** * Retrieves ACL entries on the specified object. * (objectAccessControls.listObjectAccessControls) * * @param string $bucket Name of a bucket. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControls */ public function listObjectAccessControls($bucket, $object, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls"); } /** * Patches an ACL entry on the specified object. (objectAccessControls.patch) * * @param string $bucket Name of a bucket. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function patch($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl"); } /** * Updates an ACL entry on the specified object. (objectAccessControls.update) * * @param string $bucket Name of a bucket. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function update($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl"); } } PK+ Zh,d]vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.phpnu[ * $storageService = new Google_Service_Storage(...); * $bucketAccessControls = $storageService->bucketAccessControls; * */ class Google_Service_Storage_Resource_BucketAccessControls extends Google_Service_Resource { /** * Permanently deletes the ACL entry for the specified entity on the specified * bucket. (bucketAccessControls.delete) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. */ public function delete($bucket, $entity, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns the ACL entry for the specified entity on the specified bucket. * (bucketAccessControls.get) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_BucketAccessControl */ public function get($bucket, $entity, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_BucketAccessControl"); } /** * Creates a new ACL entry on the specified bucket. * (bucketAccessControls.insert) * * @param string $bucket Name of a bucket. * @param Google_Service_Storage_BucketAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_BucketAccessControl */ public function insert($bucket, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Storage_BucketAccessControl"); } /** * Retrieves ACL entries on the specified bucket. * (bucketAccessControls.listBucketAccessControls) * * @param string $bucket Name of a bucket. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_BucketAccessControls */ public function listBucketAccessControls($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_BucketAccessControls"); } /** * Patches an ACL entry on the specified bucket. (bucketAccessControls.patch) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param Google_Service_Storage_BucketAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_BucketAccessControl */ public function patch($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Storage_BucketAccessControl"); } /** * Updates an ACL entry on the specified bucket. (bucketAccessControls.update) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param Google_Service_Storage_BucketAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_BucketAccessControl */ public function update($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Storage_BucketAccessControl"); } } PK+ ZmAVvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Notifications.phpnu[ * $storageService = new Google_Service_Storage(...); * $notifications = $storageService->notifications; * */ class Google_Service_Storage_Resource_Notifications extends Google_Service_Resource { /** * Permanently deletes a notification subscription. (notifications.delete) * * @param string $bucket The parent bucket of the notification. * @param string $notification ID of the notification to delete. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. */ public function delete($bucket, $notification, $optParams = array()) { $params = array('bucket' => $bucket, 'notification' => $notification); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * View a notification configuration. (notifications.get) * * @param string $bucket The parent bucket of the notification. * @param string $notification Notification ID * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Notification */ public function get($bucket, $notification, $optParams = array()) { $params = array('bucket' => $bucket, 'notification' => $notification); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_Notification"); } /** * Creates a notification subscription for a given bucket. * (notifications.insert) * * @param string $bucket The parent bucket of the notification. * @param Google_Service_Storage_Notification $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Notification */ public function insert($bucket, Google_Service_Storage_Notification $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Storage_Notification"); } /** * Retrieves a list of notification subscriptions for a given bucket. * (notifications.listNotifications) * * @param string $bucket Name of a Google Cloud Storage bucket. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Notifications */ public function listNotifications($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_Notifications"); } } PK+ Z&nմ~~Pvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.phpnu[ * $storageService = new Google_Service_Storage(...); * $objects = $storageService->objects; * */ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource { /** * Concatenates a list of existing objects into a new object in the same bucket. * (objects.compose) * * @param string $destinationBucket Name of the bucket containing the source * objects. The destination object is stored in this bucket. * @param string $destinationObject Name of the new object. For information * about how to URL encode object names to be path safe, see Encoding URI Path * Parts. * @param Google_Service_Storage_ComposeRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string destinationPredefinedAcl Apply a predefined set of access * controls to the destination object. * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the object's current metageneration matches the given value. * @opt_param string kmsKeyName Resource name of the Cloud KMS key, of the form * projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that * will be used to encrypt the object. Overrides the object metadata's * kms_key_name value, if any. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_StorageObject */ public function compose($destinationBucket, $destinationObject, Google_Service_Storage_ComposeRequest $postBody, $optParams = array()) { $params = array('destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('compose', array($params), "Google_Service_Storage_StorageObject"); } /** * Copies a source object to a destination object. Optionally overrides * metadata. (objects.copy) * * @param string $sourceBucket Name of the bucket in which to find the source * object. * @param string $sourceObject Name of the source object. For information about * how to URL encode object names to be path safe, see Encoding URI Path Parts. * @param string $destinationBucket Name of the bucket in which to store the new * object. Overrides the provided object metadata's bucket value, if any.For * information about how to URL encode object names to be path safe, see * Encoding URI Path Parts. * @param string $destinationObject Name of the new object. Required when the * object metadata is not otherwise provided. Overrides the object metadata's * name value, if any. * @param Google_Service_Storage_StorageObject $postBody * @param array $optParams Optional parameters. * * @opt_param string 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. * Setting to 0 makes the operation succeed only if there are no live versions * of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the destination object's current generation does not match the given * value. If no live object exists, the precondition fails. Setting to 0 makes * the operation succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the destination object's current metageneration matches the given * value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the destination object's current metageneration does not match the * given value. * @opt_param string ifSourceGenerationMatch Makes the operation conditional on * whether the source object's current generation matches the given value. * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional * on whether the source object's current generation does not match the given * value. * @opt_param string ifSourceMetagenerationMatch Makes the operation conditional * on whether the source object's current metageneration matches the given * value. * @opt_param string ifSourceMetagenerationNotMatch Makes the operation * conditional on whether the source object's current metageneration does not * match the given value. * @opt_param string projection Set of properties to return. Defaults to noAcl, * unless the object resource specifies the acl property, when it defaults to * full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string sourceGeneration If present, selects a specific revision of * the source object (as opposed to the latest version, the default). * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_StorageObject */ public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array()) { $params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('copy', array($params), "Google_Service_Storage_StorageObject"); } /** * Deletes an object and its metadata. Deletions are permanent if versioning is * not enabled for the bucket, or if the generation parameter is used. * (objects.delete) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param array $optParams Optional parameters. * * @opt_param string generation If present, permanently deletes a specific * revision of this object (as opposed to the latest version, the default). * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the object's current generation does not match the given value. If no * live object exists, the precondition fails. Setting to 0 makes the operation * succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the object's current metageneration matches the given value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the object's current metageneration does not match the given value. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. */ public function delete($bucket, $object, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves an object or its metadata. (objects.get) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the object's current generation does not match the given value. If no * live object exists, the precondition fails. Setting to 0 makes the operation * succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the object's current metageneration matches the given value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the object's current metageneration does not match the given value. * @opt_param string projection Set of properties to return. Defaults to noAcl. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_StorageObject */ public function get($bucket, $object, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_StorageObject"); } /** * Returns an IAM policy for the specified object. (objects.getIamPolicy) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Policy */ public function getIamPolicy($bucket, $object, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Storage_Policy"); } /** * Stores a new object and metadata. (objects.insert) * * @param string $bucket Name of the bucket in which to store the new object. * Overrides the provided object metadata's bucket value, if any. * @param Google_Service_Storage_StorageObject $postBody * @param array $optParams Optional parameters. * * @opt_param string contentEncoding If set, sets the contentEncoding property * of the final object to this value. Setting this parameter is equivalent to * setting the contentEncoding metadata property. This can be useful when * uploading an object with uploadType=media to indicate the encoding of the * content being uploaded. * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the object's current generation does not match the given value. If no * live object exists, the precondition fails. Setting to 0 makes the operation * succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the object's current metageneration matches the given value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the object's current metageneration does not match the given value. * @opt_param string kmsKeyName Resource name of the Cloud KMS key, of the form * projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that * will be used to encrypt the object. Overrides the object metadata's * kms_key_name value, if any. * @opt_param string name Name of the object. Required when the object metadata * is not otherwise provided. Overrides the object metadata's name value, if * any. For information about how to URL encode object names to be path safe, * see Encoding URI Path Parts. * @opt_param string predefinedAcl Apply a predefined set of access controls to * this object. * @opt_param string projection Set of properties to return. Defaults to noAcl, * unless the object resource specifies the acl property, when it defaults to * full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_StorageObject */ public function insert($bucket, Google_Service_Storage_StorageObject $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Storage_StorageObject"); } /** * Retrieves a list of objects matching the criteria. (objects.listObjects) * * @param string $bucket Name of the bucket in which to look for objects. * @param array $optParams Optional parameters. * * @opt_param string delimiter Returns results in a directory-like mode. items * will contain only objects whose names, aside from the prefix, do not contain * delimiter. Objects whose names, aside from the prefix, contain delimiter will * have their name, truncated after the delimiter, returned in prefixes. * Duplicate prefixes are omitted. * @opt_param string endOffset Filter results to objects whose names are * lexicographically before endOffset. If startOffset is also set, the objects * listed will have names between startOffset (inclusive) and endOffset * (exclusive). * @opt_param bool includeTrailingDelimiter If true, objects that end in exactly * one instance of delimiter will have their metadata included in items in * addition to prefixes. * @opt_param string maxResults Maximum number of items plus prefixes to return * in a single page of responses. As duplicate prefixes are omitted, fewer total * results may be returned than requested. The service will use this parameter * or 1,000 items, whichever is smaller. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @opt_param string prefix Filter results to objects whose names begin with * this prefix. * @opt_param string projection Set of properties to return. Defaults to noAcl. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string startOffset Filter results to objects whose names are * lexicographically equal to or after startOffset. If endOffset is also set, * the objects listed will have names between startOffset (inclusive) and * endOffset (exclusive). * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @opt_param bool versions If true, lists all versions of an object as distinct * results. The default is false. For more information, see Object Versioning. * @return Google_Service_Storage_Objects */ public function listObjects($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_Objects"); } /** * Patches an object's metadata. (objects.patch) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param Google_Service_Storage_StorageObject $postBody * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the object's current generation does not match the given value. If no * live object exists, the precondition fails. Setting to 0 makes the operation * succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the object's current metageneration matches the given value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the object's current metageneration does not match the given value. * @opt_param string predefinedAcl Apply a predefined set of access controls to * this object. * @opt_param string projection Set of properties to return. Defaults to full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request, for * Requester Pays buckets. * @return Google_Service_Storage_StorageObject */ public function patch($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Storage_StorageObject"); } /** * Rewrites a source object to a destination object. Optionally overrides * metadata. (objects.rewrite) * * @param string $sourceBucket Name of the bucket in which to find the source * object. * @param string $sourceObject Name of the source object. For information about * how to URL encode object names to be path safe, see Encoding URI Path Parts. * @param string $destinationBucket Name of the bucket in which to store the new * object. Overrides the provided object metadata's bucket value, if any. * @param string $destinationObject Name of the new object. Required when the * object metadata is not otherwise provided. Overrides the object metadata's * name value, if any. For information about how to URL encode object names to * be path safe, see Encoding URI Path Parts. * @param Google_Service_Storage_StorageObject $postBody * @param array $optParams Optional parameters. * * @opt_param string destinationKmsKeyName Resource name of the Cloud KMS key, * of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys * /my-key, that will be used to encrypt the object. Overrides the object * metadata's kms_key_name value, if any. * @opt_param string destinationPredefinedAcl Apply a predefined set of access * controls to the destination object. * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the object's current generation does not match the given value. If no * live object exists, the precondition fails. Setting to 0 makes the operation * succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the destination object's current metageneration matches the given * value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the destination object's current metageneration does not match the * given value. * @opt_param string ifSourceGenerationMatch Makes the operation conditional on * whether the source object's current generation matches the given value. * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional * on whether the source object's current generation does not match the given * value. * @opt_param string ifSourceMetagenerationMatch Makes the operation conditional * on whether the source object's current metageneration matches the given * value. * @opt_param string ifSourceMetagenerationNotMatch Makes the operation * conditional on whether the source object's current metageneration does not * match the given value. * @opt_param string maxBytesRewrittenPerCall The maximum number of bytes that * will be rewritten per rewrite request. Most callers shouldn't need to specify * this parameter - it is primarily in place to support testing. If specified * the value must be an integral multiple of 1 MiB (1048576). Also, this only * applies to requests where the source and destination span locations and/or * storage classes. Finally, this value must not change across rewrite calls * else you'll get an error that the rewriteToken is invalid. * @opt_param string projection Set of properties to return. Defaults to noAcl, * unless the object resource specifies the acl property, when it defaults to * full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string rewriteToken Include this field (from the previous rewrite * response) on each rewrite request after the first one, until the rewrite * response 'done' flag is true. Calls that provide a rewriteToken can omit all * other request fields, but if included those fields must match the values * provided in the first rewrite request. * @opt_param string sourceGeneration If present, selects a specific revision of * the source object (as opposed to the latest version, the default). * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_RewriteResponse */ public function rewrite($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array()) { $params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rewrite', array($params), "Google_Service_Storage_RewriteResponse"); } /** * Updates an IAM policy for the specified object. (objects.setIamPolicy) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param Google_Service_Storage_Policy $postBody * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Policy */ public function setIamPolicy($bucket, $object, Google_Service_Storage_Policy $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Storage_Policy"); } /** * Tests a set of permissions on the given object to see which, if any, are held * by the caller. (objects.testIamPermissions) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param string|array $permissions Permissions to test. * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_TestIamPermissionsResponse */ public function testIamPermissions($bucket, $object, $permissions, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'permissions' => $permissions); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Storage_TestIamPermissionsResponse"); } /** * Updates an object's metadata. (objects.update) * * @param string $bucket Name of the bucket in which the object resides. * @param string $object Name of the object. For information about how to URL * encode object names to be path safe, see Encoding URI Path Parts. * @param Google_Service_Storage_StorageObject $postBody * @param array $optParams Optional parameters. * * @opt_param string generation If present, selects a specific revision of this * object (as opposed to the latest version, the default). * @opt_param string ifGenerationMatch Makes the operation conditional on * whether the object's current generation matches the given value. Setting to 0 * makes the operation succeed only if there are no live versions of the object. * @opt_param string ifGenerationNotMatch Makes the operation conditional on * whether the object's current generation does not match the given value. If no * live object exists, the precondition fails. Setting to 0 makes the operation * succeed only if there is a live version of the object. * @opt_param string ifMetagenerationMatch Makes the operation conditional on * whether the object's current metageneration matches the given value. * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on * whether the object's current metageneration does not match the given value. * @opt_param string predefinedAcl Apply a predefined set of access controls to * this object. * @opt_param string projection Set of properties to return. Defaults to full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_StorageObject */ public function update($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Storage_StorageObject"); } /** * Watch for changes on all objects in a bucket. (objects.watchAll) * * @param string $bucket Name of the bucket in which to look for objects. * @param Google_Service_Storage_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string delimiter Returns results in a directory-like mode. items * will contain only objects whose names, aside from the prefix, do not contain * delimiter. Objects whose names, aside from the prefix, contain delimiter will * have their name, truncated after the delimiter, returned in prefixes. * Duplicate prefixes are omitted. * @opt_param string endOffset Filter results to objects whose names are * lexicographically before endOffset. If startOffset is also set, the objects * listed will have names between startOffset (inclusive) and endOffset * (exclusive). * @opt_param bool includeTrailingDelimiter If true, objects that end in exactly * one instance of delimiter will have their metadata included in items in * addition to prefixes. * @opt_param string maxResults Maximum number of items plus prefixes to return * in a single page of responses. As duplicate prefixes are omitted, fewer total * results may be returned than requested. The service will use this parameter * or 1,000 items, whichever is smaller. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @opt_param string prefix Filter results to objects whose names begin with * this prefix. * @opt_param string projection Set of properties to return. Defaults to noAcl. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string startOffset Filter results to objects whose names are * lexicographically equal to or after startOffset. If endOffset is also set, * the objects listed will have names between startOffset (inclusive) and * endOffset (exclusive). * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @opt_param bool versions If true, lists all versions of an object as distinct * results. The default is false. For more information, see Object Versioning. * @return Google_Service_Storage_Channel */ public function watchAll($bucket, Google_Service_Storage_Channel $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watchAll', array($params), "Google_Service_Storage_Channel"); } } PK+ Z^=jjQvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Projects.phpnu[ * $storageService = new Google_Service_Storage(...); * $projects = $storageService->projects; * */ class Google_Service_Storage_Resource_Projects extends Google_Service_Resource { } PK+ Zٮ@dvendor/google/apiclient-services/src/Google/Service/Storage/Resource/DefaultObjectAccessControls.phpnu[ * $storageService = new Google_Service_Storage(...); * $defaultObjectAccessControls = $storageService->defaultObjectAccessControls; * */ class Google_Service_Storage_Resource_DefaultObjectAccessControls extends Google_Service_Resource { /** * Permanently deletes the default object ACL entry for the specified entity on * the specified bucket. (defaultObjectAccessControls.delete) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. */ public function delete($bucket, $entity, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns the default object ACL entry for the specified entity on the * specified bucket. (defaultObjectAccessControls.get) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function get($bucket, $entity, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl"); } /** * Creates a new default object ACL entry on the specified bucket. * (defaultObjectAccessControls.insert) * * @param string $bucket Name of a bucket. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function insert($bucket, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl"); } /** * Retrieves default object ACL entries on the specified bucket. * (defaultObjectAccessControls.listDefaultObjectAccessControls) * * @param string $bucket Name of a bucket. * @param array $optParams Optional parameters. * * @opt_param string ifMetagenerationMatch If present, only return default ACL * listing if the bucket's current metageneration matches this value. * @opt_param string ifMetagenerationNotMatch If present, only return default * ACL listing if the bucket's current metageneration does not match the given * value. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControls */ public function listDefaultObjectAccessControls($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls"); } /** * Patches a default object ACL entry on the specified bucket. * (defaultObjectAccessControls.patch) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function patch($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl"); } /** * Updates a default object ACL entry on the specified bucket. * (defaultObjectAccessControls.update) * * @param string $bucket Name of a bucket. * @param string $entity The entity holding the permission. Can be user-userId, * user-emailAddress, group-groupId, group-emailAddress, allUsers, or * allAuthenticatedUsers. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_ObjectAccessControl */ public function update($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl"); } } PK+ Zk=L0L0Pvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.phpnu[ * $storageService = new Google_Service_Storage(...); * $buckets = $storageService->buckets; * */ class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource { /** * Permanently deletes an empty bucket. (buckets.delete) * * @param string $bucket Name of a bucket. * @param array $optParams Optional parameters. * * @opt_param string ifMetagenerationMatch If set, only deletes the bucket if * its metageneration matches this value. * @opt_param string ifMetagenerationNotMatch If set, only deletes the bucket if * its metageneration does not match this value. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. */ public function delete($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns metadata for the specified bucket. (buckets.get) * * @param string $bucket Name of a bucket. * @param array $optParams Optional parameters. * * @opt_param string ifMetagenerationMatch Makes the return of the bucket * metadata conditional on whether the bucket's current metageneration matches * the given value. * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket * metadata conditional on whether the bucket's current metageneration does not * match the given value. * @opt_param string projection Set of properties to return. Defaults to noAcl. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Bucket */ public function get($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storage_Bucket"); } /** * Returns an IAM policy for the specified bucket. (buckets.getIamPolicy) * * @param string $bucket Name of a bucket. * @param array $optParams Optional parameters. * * @opt_param int optionsRequestedPolicyVersion The IAM policy format version to * be returned. If the optionsRequestedPolicyVersion is for an older version * that doesn't support part of the requested IAM policy, the request fails. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Policy */ public function getIamPolicy($bucket, $optParams = array()) { $params = array('bucket' => $bucket); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Storage_Policy"); } /** * Creates a new bucket. (buckets.insert) * * @param string $project A valid API project identifier. * @param Google_Service_Storage_Bucket $postBody * @param array $optParams Optional parameters. * * @opt_param string predefinedAcl Apply a predefined set of access controls to * this bucket. * @opt_param string predefinedDefaultObjectAcl Apply a predefined set of * default object access controls to this bucket. * @opt_param string projection Set of properties to return. Defaults to noAcl, * unless the bucket resource specifies acl or defaultObjectAcl properties, when * it defaults to full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_Bucket */ public function insert($project, Google_Service_Storage_Bucket $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Storage_Bucket"); } /** * Retrieves a list of buckets for a given project. (buckets.listBuckets) * * @param string $project A valid API project identifier. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of buckets to return in a single * response. The service will use this parameter or 1,000 items, whichever is * smaller. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. * @opt_param string prefix Filter results to buckets whose names begin with * this prefix. * @opt_param string projection Set of properties to return. Defaults to noAcl. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * @return Google_Service_Storage_Buckets */ public function listBuckets($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storage_Buckets"); } /** * Locks retention policy on a bucket. (buckets.lockRetentionPolicy) * * @param string $bucket Name of a bucket. * @param string $ifMetagenerationMatch Makes the operation conditional on * whether bucket's current metageneration matches the given value. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Bucket */ public function lockRetentionPolicy($bucket, $ifMetagenerationMatch, $optParams = array()) { $params = array('bucket' => $bucket, 'ifMetagenerationMatch' => $ifMetagenerationMatch); $params = array_merge($params, $optParams); return $this->call('lockRetentionPolicy', array($params), "Google_Service_Storage_Bucket"); } /** * Patches a bucket. Changes to the bucket will be readable immediately after * writing, but configuration changes may take time to propagate. * (buckets.patch) * * @param string $bucket Name of a bucket. * @param Google_Service_Storage_Bucket $postBody * @param array $optParams Optional parameters. * * @opt_param string ifMetagenerationMatch Makes the return of the bucket * metadata conditional on whether the bucket's current metageneration matches * the given value. * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket * metadata conditional on whether the bucket's current metageneration does not * match the given value. * @opt_param string predefinedAcl Apply a predefined set of access controls to * this bucket. * @opt_param string predefinedDefaultObjectAcl Apply a predefined set of * default object access controls to this bucket. * @opt_param string projection Set of properties to return. Defaults to full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Bucket */ public function patch($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Storage_Bucket"); } /** * Updates an IAM policy for the specified bucket. (buckets.setIamPolicy) * * @param string $bucket Name of a bucket. * @param Google_Service_Storage_Policy $postBody * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Policy */ public function setIamPolicy($bucket, Google_Service_Storage_Policy $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Storage_Policy"); } /** * Tests a set of permissions on the given bucket to see which, if any, are held * by the caller. (buckets.testIamPermissions) * * @param string $bucket Name of a bucket. * @param string|array $permissions Permissions to test. * @param array $optParams Optional parameters. * * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_TestIamPermissionsResponse */ public function testIamPermissions($bucket, $permissions, $optParams = array()) { $params = array('bucket' => $bucket, 'permissions' => $permissions); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Storage_TestIamPermissionsResponse"); } /** * Updates a bucket. Changes to the bucket will be readable immediately after * writing, but configuration changes may take time to propagate. * (buckets.update) * * @param string $bucket Name of a bucket. * @param Google_Service_Storage_Bucket $postBody * @param array $optParams Optional parameters. * * @opt_param string ifMetagenerationMatch Makes the return of the bucket * metadata conditional on whether the bucket's current metageneration matches * the given value. * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket * metadata conditional on whether the bucket's current metageneration does not * match the given value. * @opt_param string predefinedAcl Apply a predefined set of access controls to * this bucket. * @opt_param string predefinedDefaultObjectAcl Apply a predefined set of * default object access controls to this bucket. * @opt_param string projection Set of properties to return. Defaults to full. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. * Required for Requester Pays buckets. * @return Google_Service_Storage_Bucket */ public function update($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Storage_Bucket"); } } PK+ Z1Y"Tvendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControls.phpnu[items = $items; } /** * @return Google_Service_Storage_ObjectAccessControl[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Za^vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.phpnu[projectNumber = $projectNumber; } public function getProjectNumber() { return $this->projectNumber; } public function setTeam($team) { $this->team = $team; } public function getTeam() { return $this->team; } } PK+ ZTvendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControls.phpnu[items = $items; } /** * @return Google_Service_Storage_BucketAccessControl[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z,\Kvendor/google/apiclient-services/src/Google/Service/Storage/BucketOwner.phpnu[entity = $entity; } public function getEntity() { return $this->entity; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } } PK+ ZRBBMvendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.phpnu[acl = $acl; } /** * @return Google_Service_Storage_ObjectAccessControl[] */ public function getAcl() { return $this->acl; } public function setBucket($bucket) { $this->bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setCacheControl($cacheControl) { $this->cacheControl = $cacheControl; } public function getCacheControl() { return $this->cacheControl; } public function setComponentCount($componentCount) { $this->componentCount = $componentCount; } public function getComponentCount() { return $this->componentCount; } public function setContentDisposition($contentDisposition) { $this->contentDisposition = $contentDisposition; } public function getContentDisposition() { return $this->contentDisposition; } public function setContentEncoding($contentEncoding) { $this->contentEncoding = $contentEncoding; } public function getContentEncoding() { return $this->contentEncoding; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setCrc32c($crc32c) { $this->crc32c = $crc32c; } public function getCrc32c() { return $this->crc32c; } public function setCustomTime($customTime) { $this->customTime = $customTime; } public function getCustomTime() { return $this->customTime; } /** * @param Google_Service_Storage_StorageObjectCustomerEncryption */ public function setCustomerEncryption(Google_Service_Storage_StorageObjectCustomerEncryption $customerEncryption) { $this->customerEncryption = $customerEncryption; } /** * @return Google_Service_Storage_StorageObjectCustomerEncryption */ public function getCustomerEncryption() { return $this->customerEncryption; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setEventBasedHold($eventBasedHold) { $this->eventBasedHold = $eventBasedHold; } public function getEventBasedHold() { return $this->eventBasedHold; } public function setGeneration($generation) { $this->generation = $generation; } public function getGeneration() { return $this->generation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; } public function getMd5Hash() { return $this->md5Hash; } public function setMediaLink($mediaLink) { $this->mediaLink = $mediaLink; } public function getMediaLink() { return $this->mediaLink; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setMetageneration($metageneration) { $this->metageneration = $metageneration; } public function getMetageneration() { return $this->metageneration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Storage_StorageObjectOwner */ public function setOwner(Google_Service_Storage_StorageObjectOwner $owner) { $this->owner = $owner; } /** * @return Google_Service_Storage_StorageObjectOwner */ public function getOwner() { return $this->owner; } public function setRetentionExpirationTime($retentionExpirationTime) { $this->retentionExpirationTime = $retentionExpirationTime; } public function getRetentionExpirationTime() { return $this->retentionExpirationTime; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setStorageClass($storageClass) { $this->storageClass = $storageClass; } public function getStorageClass() { return $this->storageClass; } public function setTemporaryHold($temporaryHold) { $this->temporaryHold = $temporaryHold; } public function getTemporaryHold() { return $this->temporaryHold; } public function setTimeCreated($timeCreated) { $this->timeCreated = $timeCreated; } public function getTimeCreated() { return $this->timeCreated; } public function setTimeDeleted($timeDeleted) { $this->timeDeleted = $timeDeleted; } public function getTimeDeleted() { return $this->timeDeleted; } public function setTimeStorageClassUpdated($timeStorageClassUpdated) { $this->timeStorageClassUpdated = $timeStorageClassUpdated; } public function getTimeStorageClassUpdated() { return $this->timeStorageClassUpdated; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK+ Z] Lvendor/google/apiclient-services/src/Google/Service/Storage/Notification.phpnu[ "custom_attributes", "eventTypes" => "event_types", "objectNamePrefix" => "object_name_prefix", "payloadFormat" => "payload_format", ); public $customAttributes; public $etag; public $eventTypes; public $id; public $kind; public $objectNamePrefix; public $payloadFormat; public $selfLink; public $topic; public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } public function getCustomAttributes() { return $this->customAttributes; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setEventTypes($eventTypes) { $this->eventTypes = $eventTypes; } public function getEventTypes() { return $this->eventTypes; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObjectNamePrefix($objectNamePrefix) { $this->objectNamePrefix = $objectNamePrefix; } public function getObjectNamePrefix() { return $this->objectNamePrefix; } public function setPayloadFormat($payloadFormat) { $this->payloadFormat = $payloadFormat; } public function getPayloadFormat() { return $this->payloadFormat; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK+ Z  Svendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControl.phpnu[bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEntity($entity) { $this->entity = $entity; } public function getEntity() { return $this->entity; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setGeneration($generation) { $this->generation = $generation; } public function getGeneration() { return $this->generation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObject($object) { $this->object = $object; } public function getObject() { return $this->object; } /** * @param Google_Service_Storage_ObjectAccessControlProjectTeam */ public function setProjectTeam(Google_Service_Storage_ObjectAccessControlProjectTeam $projectTeam) { $this->projectTeam = $projectTeam; } /** * @return Google_Service_Storage_ObjectAccessControlProjectTeam */ public function getProjectTeam() { return $this->projectTeam; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK+ Z“ټMvendor/google/apiclient-services/src/Google/Service/Storage/Notifications.phpnu[items = $items; } /** * @return Google_Service_Storage_Notification[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z.Vnvendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.phpnu[ifGenerationMatch = $ifGenerationMatch; } public function getIfGenerationMatch() { return $this->ifGenerationMatch; } } PK+ ZãAf33Gvendor/google/apiclient-services/src/Google/Service/Storage/Objects.phpnu[items = $items; } /** * @return Google_Service_Storage_StorageObject[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPrefixes($prefixes) { $this->prefixes = $prefixes; } public function getPrefixes() { return $this->prefixes; } } PK+ Z6Pvendor/google/apiclient-services/src/Google/Service/Storage/BucketEncryption.phpnu[defaultKmsKeyName = $defaultKmsKeyName; } public function getDefaultKmsKeyName() { return $this->defaultKmsKeyName; } } PK+ ZJvendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.phpnu[maxAgeSeconds = $maxAgeSeconds; } public function getMaxAgeSeconds() { return $this->maxAgeSeconds; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setResponseHeader($responseHeader) { $this->responseHeader = $responseHeader; } public function getResponseHeader() { return $this->responseHeader; } } PK+ Z55Mvendor/google/apiclient-services/src/Google/Service/Storage/BucketWebsite.phpnu[mainPageSuffix = $mainPageSuffix; } public function getMainPageSuffix() { return $this->mainPageSuffix; } public function setNotFoundPage($notFoundPage) { $this->notFoundPage = $notFoundPage; } public function getNotFoundPage() { return $this->notFoundPage; } } PK+ ZL,AYvendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.phpnu[storageClass = $storageClass; } public function getStorageClass() { return $this->storageClass; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZGvendor/google/apiclient-services/src/Google/Service/Storage/Channel.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Z (Pvendor/google/apiclient-services/src/Google/Service/Storage/HmacKeysMetadata.phpnu[items = $items; } /** * @return Google_Service_Storage_HmacKeyMetadata[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z4 Svendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.phpnu[bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEntity($entity) { $this->entity = $entity; } public function getEntity() { return $this->entity; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Storage_BucketAccessControlProjectTeam */ public function setProjectTeam(Google_Service_Storage_BucketAccessControlProjectTeam $projectTeam) { $this->projectTeam = $projectTeam; } /** * @return Google_Service_Storage_BucketAccessControlProjectTeam */ public function getProjectTeam() { return $this->projectTeam; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK+ Z{MMNvendor/google/apiclient-services/src/Google/Service/Storage/ServiceAccount.phpnu[ "email_address", ); public $emailAddress; public $kind; public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Zdii[vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.phpnu[generation = $generation; } public function getGeneration() { return $this->generation; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions */ public function setObjectPreconditions(Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions $objectPreconditions) { $this->objectPreconditions = $objectPreconditions; } /** * @return Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions */ public function getObjectPreconditions() { return $this->objectPreconditions; } } PK+ ZGAAPvendor/google/apiclient-services/src/Google/Service/Storage/BucketVersioning.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK+ ZH8hhMvendor/google/apiclient-services/src/Google/Service/Storage/BucketBilling.phpnu[requesterPays = $requesterPays; } public function getRequesterPays() { return $this->requesterPays; } } PK+ ZUU_vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.phpnu[encryptionAlgorithm = $encryptionAlgorithm; } public function getEncryptionAlgorithm() { return $this->encryptionAlgorithm; } public function setKeySha256($keySha256) { $this->keySha256 = $keySha256; } public function getKeySha256() { return $this->keySha256; } } PK+ Z!^L^vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.phpnu[projectNumber = $projectNumber; } public function getProjectNumber() { return $this->projectNumber; } public function setTeam($team) { $this->team = $team; } public function getTeam() { return $this->team; } } PK+ Z`qqGvendor/google/apiclient-services/src/Google/Service/Storage/Buckets.phpnu[items = $items; } /** * @return Google_Service_Storage_Bucket[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZӺOvendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.phpnu[done = $done; } public function getDone() { return $this->done; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObjectSize($objectSize) { $this->objectSize = $objectSize; } public function getObjectSize() { return $this->objectSize; } /** * @param Google_Service_Storage_StorageObject */ public function setResource(Google_Service_Storage_StorageObject $resource) { $this->resource = $resource; } /** * @return Google_Service_Storage_StorageObject */ public function getResource() { return $this->resource; } public function setRewriteToken($rewriteToken) { $this->rewriteToken = $rewriteToken; } public function getRewriteToken() { return $this->rewriteToken; } public function setTotalBytesRewritten($totalBytesRewritten) { $this->totalBytesRewritten = $totalBytesRewritten; } public function getTotalBytesRewritten() { return $this->totalBytesRewritten; } } PK+ ZB~Ek k \vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleCondition.phpnu[age = $age; } public function getAge() { return $this->age; } public function setCreatedBefore($createdBefore) { $this->createdBefore = $createdBefore; } public function getCreatedBefore() { return $this->createdBefore; } public function setCustomTimeBefore($customTimeBefore) { $this->customTimeBefore = $customTimeBefore; } public function getCustomTimeBefore() { return $this->customTimeBefore; } public function setDaysSinceCustomTime($daysSinceCustomTime) { $this->daysSinceCustomTime = $daysSinceCustomTime; } public function getDaysSinceCustomTime() { return $this->daysSinceCustomTime; } public function setDaysSinceNoncurrentTime($daysSinceNoncurrentTime) { $this->daysSinceNoncurrentTime = $daysSinceNoncurrentTime; } public function getDaysSinceNoncurrentTime() { return $this->daysSinceNoncurrentTime; } public function setIsLive($isLive) { $this->isLive = $isLive; } public function getIsLive() { return $this->isLive; } public function setMatchesPattern($matchesPattern) { $this->matchesPattern = $matchesPattern; } public function getMatchesPattern() { return $this->matchesPattern; } public function setMatchesStorageClass($matchesStorageClass) { $this->matchesStorageClass = $matchesStorageClass; } public function getMatchesStorageClass() { return $this->matchesStorageClass; } public function setNoncurrentTimeBefore($noncurrentTimeBefore) { $this->noncurrentTimeBefore = $noncurrentTimeBefore; } public function getNoncurrentTimeBefore() { return $this->noncurrentTimeBefore; } public function setNumNewerVersions($numNewerVersions) { $this->numNewerVersions = $numNewerVersions; } public function getNumNewerVersions() { return $this->numNewerVersions; } } PK+ ZHHDvendor/google/apiclient-services/src/Google/Service/Storage/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ ZʢPvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfile.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAccountName($accountName) { $this->accountName = $accountName; } public function getAccountName() { return $this->accountName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } public function setSubAccountName($subAccountName) { $this->subAccountName = $subAccountName; } public function getSubAccountName() { return $this->subAccountName; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK+ ZZvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } /** * @param Google_Service_Dfareporting_DimensionFilter[] */ public function setFilters($filters) { $this->filters = $filters; } /** * @return Google_Service_Dfareporting_DimensionFilter[] */ public function getFilters() { return $this->filters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK+ Z:3,\vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.phpnu[advertisers = $advertisers; } /** * @return Google_Service_Dfareporting_Advertiser[] */ public function getAdvertisers() { return $this->advertisers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZC?^vendor/google/apiclient-services/src/Google/Service/Dfareporting/DisjunctiveMatchStatement.phpnu[eventFilters = $eventFilters; } /** * @return Google_Service_Dfareporting_EventFilter[] */ public function getEventFilters() { return $this->eventFilters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZqZvendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Language[] */ public function setLanguages($languages) { $this->languages = $languages; } /** * @return Google_Service_Dfareporting_Language[] */ public function getLanguages() { return $this->languages; } } PK+ ZYbvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathAttributionCriteria.phpnu[activityFilters = $activityFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getActivityFilters() { return $this->activityFilters; } /** * @param Google_Service_Dfareporting_ChannelGrouping */ public function setCustomChannelGrouping(Google_Service_Dfareporting_ChannelGrouping $customChannelGrouping) { $this->customChannelGrouping = $customChannelGrouping; } /** * @return Google_Service_Dfareporting_ChannelGrouping */ public function getCustomChannelGrouping() { return $this->customChannelGrouping; } /** * @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_SortedDimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId) { $this->floodlightConfigId = $floodlightConfigId; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigId() { return $this->floodlightConfigId; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } /** * @param Google_Service_Dfareporting_PathFilter[] */ public function setPathFilters($pathFilters) { $this->pathFilters = $pathFilters; } /** * @return Google_Service_Dfareporting_PathFilter[] */ public function getPathFilters() { return $this->pathFilters; } } PK+ ZRGGavendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setPricingComment($pricingComment) { $this->pricingComment = $pricingComment; } public function getPricingComment() { return $this->pricingComment; } public function setRateOrCostNanos($rateOrCostNanos) { $this->rateOrCostNanos = $rateOrCostNanos; } public function getRateOrCostNanos() { return $this->rateOrCostNanos; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK+ ZH뿠bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ ZM)DDavendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK+ Z3U]Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZWZvendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.phpnu[countries = $countries; } /** * @return Google_Service_Dfareporting_Country[] */ public function getCountries() { return $this->countries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z\vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdBlockingConfiguration.phpnu[clickThroughUrl = $clickThroughUrl; } public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setCreativeBundleId($creativeBundleId) { $this->creativeBundleId = $creativeBundleId; } public function getCreativeBundleId() { return $this->creativeBundleId; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setOverrideClickThroughUrl($overrideClickThroughUrl) { $this->overrideClickThroughUrl = $overrideClickThroughUrl; } public function getOverrideClickThroughUrl() { return $this->overrideClickThroughUrl; } } PK+ Zc^ Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.phpnu[companionSettings = $companionSettings; } /** * @return Google_Service_Dfareporting_SiteCompanionSetting */ public function getCompanionSettings() { return $this->companionSettings; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObaEnabled($obaEnabled) { $this->obaEnabled = $obaEnabled; } public function getObaEnabled() { return $this->obaEnabled; } /** * @param Google_Service_Dfareporting_ObaIcon */ public function setObaSettings(Google_Service_Dfareporting_ObaIcon $obaSettings) { $this->obaSettings = $obaSettings; } /** * @return Google_Service_Dfareporting_ObaIcon */ public function getObaSettings() { return $this->obaSettings; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } /** * @param Google_Service_Dfareporting_SiteSkippableSetting */ public function setSkippableSettings(Google_Service_Dfareporting_SiteSkippableSetting $skippableSettings) { $this->skippableSettings = $skippableSettings; } /** * @return Google_Service_Dfareporting_SiteSkippableSetting */ public function getSkippableSettings() { return $this->skippableSettings; } /** * @param Google_Service_Dfareporting_SiteTranscodeSetting */ public function setTranscodeSettings(Google_Service_Dfareporting_SiteTranscodeSetting $transcodeSettings) { $this->transcodeSettings = $transcodeSettings; } /** * @return Google_Service_Dfareporting_SiteTranscodeSetting */ public function getTranscodeSettings() { return $this->transcodeSettings; } } PK+ Zq4aaTvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK+ Z.ԄVvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventStatus.phpnu[customEvent = $customEvent; } /** * @return Google_Service_Dfareporting_CustomEvent */ public function getCustomEvent() { return $this->customEvent; } /** * @param Google_Service_Dfareporting_CustomEventError[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Dfareporting_CustomEventError[] */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Zvei i Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoSettings.phpnu[companionSettings = $companionSettings; } /** * @return Google_Service_Dfareporting_CompanionSetting */ public function getCompanionSettings() { return $this->companionSettings; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObaEnabled($obaEnabled) { $this->obaEnabled = $obaEnabled; } public function getObaEnabled() { return $this->obaEnabled; } /** * @param Google_Service_Dfareporting_ObaIcon */ public function setObaSettings(Google_Service_Dfareporting_ObaIcon $obaSettings) { $this->obaSettings = $obaSettings; } /** * @return Google_Service_Dfareporting_ObaIcon */ public function getObaSettings() { return $this->obaSettings; } 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; } } PK+ Z_llRvendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Dfareporting_AdSlot[] */ public function setAdSlots($adSlots) { $this->adSlots = $adSlots; } /** * @return Google_Service_Dfareporting_AdSlot[] */ public function getAdSlots() { return $this->adSlots; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setContentCategoryId($contentCategoryId) { $this->contentCategoryId = $contentCategoryId; } public function getContentCategoryId() { return $this->contentCategoryId; } public function setEstimatedClickThroughRate($estimatedClickThroughRate) { $this->estimatedClickThroughRate = $estimatedClickThroughRate; } public function getEstimatedClickThroughRate() { return $this->estimatedClickThroughRate; } public function setEstimatedConversionRate($estimatedConversionRate) { $this->estimatedConversionRate = $estimatedConversionRate; } public function getEstimatedConversionRate() { return $this->estimatedConversionRate; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInPlan($inPlan) { $this->inPlan = $inPlan; } public function getInPlan() { return $this->inPlan; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNegotiationChannelId($negotiationChannelId) { $this->negotiationChannelId = $negotiationChannelId; } public function getNegotiationChannelId() { return $this->negotiationChannelId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setPlacementStrategyId($placementStrategyId) { $this->placementStrategyId = $placementStrategyId; } public function getPlacementStrategyId() { return $this->placementStrategyId; } /** * @param Google_Service_Dfareporting_Pricing */ public function setPricing(Google_Service_Dfareporting_Pricing $pricing) { $this->pricing = $pricing; } /** * @return Google_Service_Dfareporting_Pricing */ public function getPricing() { return $this->pricing; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRfpId($rfpId) { $this->rfpId = $rfpId; } public function getRfpId() { return $this->rfpId; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZZ""dvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventImpressionAnnotation.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPathImpressionId($pathImpressionId) { $this->pathImpressionId = $pathImpressionId; } public function getPathImpressionId() { return $this->pathImpressionId; } } PK+ Z&ٷB Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setInpageTagFormats($inpageTagFormats) { $this->inpageTagFormats = $inpageTagFormats; } public function getInpageTagFormats() { return $this->inpageTagFormats; } public function setInterstitialTagFormats($interstitialTagFormats) { $this->interstitialTagFormats = $interstitialTagFormats; } public function getInterstitialTagFormats() { return $this->interstitialTagFormats; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_DirectorySiteSettings */ public function setSettings(Google_Service_Dfareporting_DirectorySiteSettings $settings) { $this->settings = $settings; } /** * @return Google_Service_Dfareporting_DirectorySiteSettings */ public function getSettings() { return $this->settings; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK+ ZmPaXvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.phpnu[active = $active; } public function getActive() { return $this->active; } public function setPlacementId($placementId) { $this->placementId = $placementId; } public function getPlacementId() { return $this->placementId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setPlacementIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementIdDimensionValue) { $this->placementIdDimensionValue = $placementIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getPlacementIdDimensionValue() { return $this->placementIdDimensionValue; } public function setSslRequired($sslRequired) { $this->sslRequired = $sslRequired; } public function getSslRequired() { return $this->sslRequired; } } PK+ ZiIAAZvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomRichMediaEvents.phpnu[filteredEventIds = $filteredEventIds; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getFilteredEventIds() { return $this->filteredEventIds; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZL@bbUvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK+ ZƋ\vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setAnalyticsDataSharingEnabled($analyticsDataSharingEnabled) { $this->analyticsDataSharingEnabled = $analyticsDataSharingEnabled; } public function getAnalyticsDataSharingEnabled() { return $this->analyticsDataSharingEnabled; } /** * @param Google_Service_Dfareporting_CustomViewabilityMetric */ public function setCustomViewabilityMetric(Google_Service_Dfareporting_CustomViewabilityMetric $customViewabilityMetric) { $this->customViewabilityMetric = $customViewabilityMetric; } /** * @return Google_Service_Dfareporting_CustomViewabilityMetric */ public function getCustomViewabilityMetric() { return $this->customViewabilityMetric; } public function setExposureToConversionEnabled($exposureToConversionEnabled) { $this->exposureToConversionEnabled = $exposureToConversionEnabled; } public function getExposureToConversionEnabled() { return $this->exposureToConversionEnabled; } public function setFirstDayOfWeek($firstDayOfWeek) { $this->firstDayOfWeek = $firstDayOfWeek; } public function getFirstDayOfWeek() { return $this->firstDayOfWeek; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setInAppAttributionTrackingEnabled($inAppAttributionTrackingEnabled) { $this->inAppAttributionTrackingEnabled = $inAppAttributionTrackingEnabled; } public function getInAppAttributionTrackingEnabled() { return $this->inAppAttributionTrackingEnabled; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LookbackConfiguration */ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) { $this->lookbackConfiguration = $lookbackConfiguration; } /** * @return Google_Service_Dfareporting_LookbackConfiguration */ public function getLookbackConfiguration() { return $this->lookbackConfiguration; } public function setNaturalSearchConversionAttributionOption($naturalSearchConversionAttributionOption) { $this->naturalSearchConversionAttributionOption = $naturalSearchConversionAttributionOption; } public function getNaturalSearchConversionAttributionOption() { return $this->naturalSearchConversionAttributionOption; } /** * @param Google_Service_Dfareporting_OmnitureSettings */ public function setOmnitureSettings(Google_Service_Dfareporting_OmnitureSettings $omnitureSettings) { $this->omnitureSettings = $omnitureSettings; } /** * @return Google_Service_Dfareporting_OmnitureSettings */ public function getOmnitureSettings() { return $this->omnitureSettings; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } /** * @param Google_Service_Dfareporting_TagSettings */ public function setTagSettings(Google_Service_Dfareporting_TagSettings $tagSettings) { $this->tagSettings = $tagSettings; } /** * @return Google_Service_Dfareporting_TagSettings */ public function getTagSettings() { return $this->tagSettings; } /** * @param Google_Service_Dfareporting_ThirdPartyAuthenticationToken[] */ public function setThirdPartyAuthenticationTokens($thirdPartyAuthenticationTokens) { $this->thirdPartyAuthenticationTokens = $thirdPartyAuthenticationTokens; } /** * @return Google_Service_Dfareporting_ThirdPartyAuthenticationToken[] */ public function getThirdPartyAuthenticationTokens() { return $this->thirdPartyAuthenticationTokens; } /** * @param Google_Service_Dfareporting_UserDefinedVariableConfiguration[] */ public function setUserDefinedVariableConfigurations($userDefinedVariableConfigurations) { $this->userDefinedVariableConfigurations = $userDefinedVariableConfigurations; } /** * @return Google_Service_Dfareporting_UserDefinedVariableConfiguration[] */ public function getUserDefinedVariableConfigurations() { return $this->userDefinedVariableConfigurations; } } PK+ Z=7Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickTag.phpnu[clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_CreativeClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setEventName($eventName) { $this->eventName = $eventName; } public function getEventName() { return $this->eventName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z>qNvendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z:.Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Dfareporting_Report[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dfareporting_Report[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZY*yUvendor/google/apiclient-services/src/Google/Service/Dfareporting/OmnitureSettings.phpnu[omnitureCostDataEnabled = $omnitureCostDataEnabled; } public function getOmnitureCostDataEnabled() { return $this->omnitureCostDataEnabled; } public function setOmnitureIntegrationEnabled($omnitureIntegrationEnabled) { $this->omnitureIntegrationEnabled = $omnitureIntegrationEnabled; } public function getOmnitureIntegrationEnabled() { return $this->omnitureIntegrationEnabled; } } PK+ ZXAJiNvendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.phpnu[deliveryType = $deliveryType; } public function getDeliveryType() { return $this->deliveryType; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZXvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.phpnu[advertiserCustomEventId = $advertiserCustomEventId; } public function getAdvertiserCustomEventId() { return $this->advertiserCustomEventId; } public function setAdvertiserCustomEventName($advertiserCustomEventName) { $this->advertiserCustomEventName = $advertiserCustomEventName; } public function getAdvertiserCustomEventName() { return $this->advertiserCustomEventName; } public function setAdvertiserCustomEventType($advertiserCustomEventType) { $this->advertiserCustomEventType = $advertiserCustomEventType; } public function getAdvertiserCustomEventType() { return $this->advertiserCustomEventType; } public function setArtworkLabel($artworkLabel) { $this->artworkLabel = $artworkLabel; } public function getArtworkLabel() { return $this->artworkLabel; } public function setArtworkType($artworkType) { $this->artworkType = $artworkType; } public function getArtworkType() { return $this->artworkType; } /** * @param Google_Service_Dfareporting_CreativeClickThroughUrl */ public function setExitClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $exitClickThroughUrl) { $this->exitClickThroughUrl = $exitClickThroughUrl; } /** * @return Google_Service_Dfareporting_CreativeClickThroughUrl */ public function getExitClickThroughUrl() { return $this->exitClickThroughUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_PopupWindowProperties */ public function setPopupWindowProperties(Google_Service_Dfareporting_PopupWindowProperties $popupWindowProperties) { $this->popupWindowProperties = $popupWindowProperties; } /** * @return Google_Service_Dfareporting_PopupWindowProperties */ public function getPopupWindowProperties() { return $this->popupWindowProperties; } public function setTargetType($targetType) { $this->targetType = $targetType; } public function getTargetType() { return $this->targetType; } public function setVideoReportingId($videoReportingId) { $this->videoReportingId = $videoReportingId; } public function getVideoReportingId() { return $this->videoReportingId; } } PK+ Zd evendor/google/apiclient-services/src/Google/Service/Dfareporting/UserDefinedVariableConfiguration.phpnu[dataType = $dataType; } public function getDataType() { return $this->dataType; } public function setReportName($reportName) { $this->reportName = $reportName; } public function getReportName() { return $this->reportName; } public function setVariableType($variableType) { $this->variableType = $variableType; } public function getVariableType() { return $this->variableType; } } PK+ Z[!!]vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.phpnu[customRichMediaEvents = $customRichMediaEvents; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getCustomRichMediaEvents() { return $this->customRichMediaEvents; } /** * @param Google_Service_Dfareporting_DateRange */ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_Dfareporting_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_Dfareporting_DimensionValue[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getDimensionFilters() { return $this->dimensionFilters; } /** * @param Google_Service_Dfareporting_SortedDimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId) { $this->floodlightConfigId = $floodlightConfigId; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigId() { return $this->floodlightConfigId; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } /** * @param Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties */ public function setReportProperties(Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties $reportProperties) { $this->reportProperties = $reportProperties; } /** * @return Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties */ public function getReportProperties() { return $this->reportProperties; } } PK+ Z"Eocvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventsBatchInsertRequest.phpnu[customEvents = $customEvents; } /** * @return Google_Service_Dfareporting_CustomEvent[] */ public function getCustomEvents() { return $this->customEvents; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZSO?GGQvendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetWindow.phpnu[customHtml = $customHtml; } public function getCustomHtml() { return $this->customHtml; } public function setTargetWindowOption($targetWindowOption) { $this->targetWindowOption = $targetWindowOption; } public function getTargetWindowOption() { return $this->targetWindowOption; } } PK+ Z5,=Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setImpressions($impressions) { $this->impressions = $impressions; } public function getImpressions() { return $this->impressions; } } PK+ ZD=Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.phpnu[companionsDisabled = $companionsDisabled; } public function getCompanionsDisabled() { return $this->companionsDisabled; } /** * @param Google_Service_Dfareporting_Size[] */ public function setEnabledSizes($enabledSizes) { $this->enabledSizes = $enabledSizes; } /** * @return Google_Service_Dfareporting_Size[] */ public function getEnabledSizes() { return $this->enabledSizes; } public function setImageOnly($imageOnly) { $this->imageOnly = $imageOnly; } public function getImageOnly() { return $this->imageOnly; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z{Dgvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserLandingPagesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LandingPage[] */ public function setLandingPages($landingPages) { $this->landingPages = $landingPages; } /** * @return Google_Service_Dfareporting_LandingPage[] */ public function getLandingPages() { return $this->landingPages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z(Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.phpnu[campaigns = $campaigns; } /** * @return Google_Service_Dfareporting_Campaign[] */ public function getCampaigns() { return $this->campaigns; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z~ / / Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.phpnu[capCostOption = $capCostOption; } public function getCapCostOption() { return $this->capCostOption; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setFlighted($flighted) { $this->flighted = $flighted; } public function getFlighted() { return $this->flighted; } public function setFloodlightActivityId($floodlightActivityId) { $this->floodlightActivityId = $floodlightActivityId; } public function getFloodlightActivityId() { return $this->floodlightActivityId; } /** * @param Google_Service_Dfareporting_PricingSchedulePricingPeriod[] */ public function setPricingPeriods($pricingPeriods) { $this->pricingPeriods = $pricingPeriods; } /** * @return Google_Service_Dfareporting_PricingSchedulePricingPeriod[] */ public function getPricingPeriods() { return $this->pricingPeriods; } public function setPricingType($pricingType) { $this->pricingType = $pricingType; } public function getPricingType() { return $this->pricingType; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setTestingStartDate($testingStartDate) { $this->testingStartDate = $testingStartDate; } public function getTestingStartDate() { return $this->testingStartDate; } } PK+ ZžSvendor/google/apiclient-services/src/Google/Service/Dfareporting/OffsetPosition.phpnu[left = $left; } public function getLeft() { return $this->left; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK+ ZsVvendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } /** * @param Google_Service_Dfareporting_DayPartTargeting */ public function setDayPartTargeting(Google_Service_Dfareporting_DayPartTargeting $dayPartTargeting) { $this->dayPartTargeting = $dayPartTargeting; } /** * @return Google_Service_Dfareporting_DayPartTargeting */ public function getDayPartTargeting() { return $this->dayPartTargeting; } /** * @param Google_Service_Dfareporting_GeoTargeting */ public function setGeoTargeting(Google_Service_Dfareporting_GeoTargeting $geoTargeting) { $this->geoTargeting = $geoTargeting; } /** * @return Google_Service_Dfareporting_GeoTargeting */ public function getGeoTargeting() { return $this->geoTargeting; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_KeyValueTargetingExpression */ public function setKeyValueTargetingExpression(Google_Service_Dfareporting_KeyValueTargetingExpression $keyValueTargetingExpression) { $this->keyValueTargetingExpression = $keyValueTargetingExpression; } /** * @return Google_Service_Dfareporting_KeyValueTargetingExpression */ public function getKeyValueTargetingExpression() { return $this->keyValueTargetingExpression; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LanguageTargeting */ public function setLanguageTargeting(Google_Service_Dfareporting_LanguageTargeting $languageTargeting) { $this->languageTargeting = $languageTargeting; } /** * @return Google_Service_Dfareporting_LanguageTargeting */ public function getLanguageTargeting() { return $this->languageTargeting; } /** * @param Google_Service_Dfareporting_ListTargetingExpression */ public function setListTargetingExpression(Google_Service_Dfareporting_ListTargetingExpression $listTargetingExpression) { $this->listTargetingExpression = $listTargetingExpression; } /** * @return Google_Service_Dfareporting_ListTargetingExpression */ public function getListTargetingExpression() { return $this->listTargetingExpression; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } /** * @param Google_Service_Dfareporting_TechnologyTargeting */ public function setTechnologyTargeting(Google_Service_Dfareporting_TechnologyTargeting $technologyTargeting) { $this->technologyTargeting = $technologyTargeting; } /** * @return Google_Service_Dfareporting_TechnologyTargeting */ public function getTechnologyTargeting() { return $this->technologyTargeting; } } PK+ Za Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.phpnu[contactInfo = $contactInfo; } public function getContactInfo() { return $this->contactInfo; } public function setContactName($contactName) { $this->contactName = $contactName; } public function getContactName() { return $this->contactName; } public function setContactTitle($contactTitle) { $this->contactTitle = $contactTitle; } public function getContactTitle() { return $this->contactTitle; } public function setContactType($contactType) { $this->contactType = $contactType; } public function getContactType() { return $this->contactType; } public function setSignatureUserProfileId($signatureUserProfileId) { $this->signatureUserProfileId = $signatureUserProfileId; } public function getSignatureUserProfileId() { return $this->signatureUserProfileId; } } PK+ Z|ɟeecvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.phpnu[accountPermissions = $accountPermissions; } /** * @return Google_Service_Dfareporting_AccountPermission[] */ public function getAccountPermissions() { return $this->accountPermissions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZO:411Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.phpnu[time = $time; } public function getTime() { return $this->time; } } PK+ Zr+6 nvendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.phpnu[breakdown = $breakdown; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getBreakdown() { return $this->breakdown; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensionFilters() { return $this->dimensionFilters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setOverlapMetrics($overlapMetrics) { $this->overlapMetrics = $overlapMetrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getOverlapMetrics() { return $this->overlapMetrics; } } PK+ Z[Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.phpnu[code = $code; } public function getCode() { return $this->code; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } public function getCountryDartId() { return $this->countryDartId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZE{Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/SizesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Size[] */ public function setSizes($sizes) { $this->sizes = $sizes; } /** * @return Google_Service_Dfareporting_Size[] */ public function getSizes() { return $this->sizes; } } PK+ Z++Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.phpnu[crossDimensionReachReportCompatibleFields = $crossDimensionReachReportCompatibleFields; } /** * @return Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields */ public function getCrossDimensionReachReportCompatibleFields() { return $this->crossDimensionReachReportCompatibleFields; } /** * @param Google_Service_Dfareporting_FloodlightReportCompatibleFields */ public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_FloodlightReportCompatibleFields $floodlightReportCompatibleFields) { $this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields; } /** * @return Google_Service_Dfareporting_FloodlightReportCompatibleFields */ public function getFloodlightReportCompatibleFields() { return $this->floodlightReportCompatibleFields; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_PathReportCompatibleFields */ public function setPathAttributionReportCompatibleFields(Google_Service_Dfareporting_PathReportCompatibleFields $pathAttributionReportCompatibleFields) { $this->pathAttributionReportCompatibleFields = $pathAttributionReportCompatibleFields; } /** * @return Google_Service_Dfareporting_PathReportCompatibleFields */ public function getPathAttributionReportCompatibleFields() { return $this->pathAttributionReportCompatibleFields; } /** * @param Google_Service_Dfareporting_PathReportCompatibleFields */ public function setPathReportCompatibleFields(Google_Service_Dfareporting_PathReportCompatibleFields $pathReportCompatibleFields) { $this->pathReportCompatibleFields = $pathReportCompatibleFields; } /** * @return Google_Service_Dfareporting_PathReportCompatibleFields */ public function getPathReportCompatibleFields() { return $this->pathReportCompatibleFields; } /** * @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; } } PK+ Z  uRvendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } public function getCountryDartId() { return $this->countryDartId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZZa[vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_Placement[] */ public function setPlacements($placements) { $this->placements = $placements; } /** * @return Google_Service_Dfareporting_Placement[] */ public function getPlacements() { return $this->placements; } } PK+ ZooTvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdsListResponse.phpnu[ads = $ads; } /** * @return Google_Service_Dfareporting_Ad[] */ public function getAds() { return $this->ads; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZdSWvendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignManagerIds.phpnu[adId = $adId; } public function getAdId() { return $this->adId; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPlacementId($placementId) { $this->placementId = $placementId; } public function getPlacementId() { return $this->placementId; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } } PK+ Z')==Kvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.phpnu[comment = $comment; } public function getComment() { return $this->comment; } public function setCompatibility($compatibility) { $this->compatibility = $compatibility; } public function getCompatibility() { return $this->compatibility; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setLinkedPlacementId($linkedPlacementId) { $this->linkedPlacementId = $linkedPlacementId; } public function getLinkedPlacementId() { return $this->linkedPlacementId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPaymentSourceType($paymentSourceType) { $this->paymentSourceType = $paymentSourceType; } public function getPaymentSourceType() { return $this->paymentSourceType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Zo>Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionStatus.phpnu[conversion = $conversion; } /** * @return Google_Service_Dfareporting_Conversion */ public function getConversion() { return $this->conversion; } /** * @param Google_Service_Dfareporting_ConversionError[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Dfareporting_ConversionError[] */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z`Xuavendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_RemarketingList[] */ public function setRemarketingLists($remarketingLists) { $this->remarketingLists = $remarketingLists; } /** * @return Google_Service_Dfareporting_RemarketingList[] */ public function getRemarketingLists() { return $this->remarketingLists; } } PK+ Z,BBPvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventFilter.phpnu[dimensionFilter = $dimensionFilter; } /** * @return Google_Service_Dfareporting_PathReportDimensionValue */ public function getDimensionFilter() { return $this->dimensionFilter; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z!2Lvendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.phpnu[capCostType = $capCostType; } public function getCapCostType() { return $this->capCostType; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } /** * @param Google_Service_Dfareporting_Flight[] */ public function setFlights($flights) { $this->flights = $flights; } /** * @return Google_Service_Dfareporting_Flight[] */ public function getFlights() { return $this->flights; } public function setGroupType($groupType) { $this->groupType = $groupType; } public function getGroupType() { return $this->groupType; } public function setPricingType($pricingType) { $this->pricingType = $pricingType; } public function getPricingType() { return $this->pricingType; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK+ Z a||\vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.phpnu[creativeGroupId = $creativeGroupId; } public function getCreativeGroupId() { return $this->creativeGroupId; } public function setCreativeGroupNumber($creativeGroupNumber) { $this->creativeGroupNumber = $creativeGroupNumber; } public function getCreativeGroupNumber() { return $this->creativeGroupNumber; } } PK+ Z5Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_Project[] */ public function setProjects($projects) { $this->projects = $projects; } /** * @return Google_Service_Dfareporting_Project[] */ public function getProjects() { return $this->projects; } } PK+ Z5Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/UniversalAdId.phpnu[registry = $registry; } public function getRegistry() { return $this->registry; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ Z\w+Svendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.phpnu[emailOwner = $emailOwner; } public function getEmailOwner() { return $this->emailOwner; } public function setEmailOwnerDeliveryType($emailOwnerDeliveryType) { $this->emailOwnerDeliveryType = $emailOwnerDeliveryType; } public function getEmailOwnerDeliveryType() { return $this->emailOwnerDeliveryType; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_Dfareporting_Recipient[] */ public function setRecipients($recipients) { $this->recipients = $recipients; } /** * @return Google_Service_Dfareporting_Recipient[] */ public function getRecipients() { return $this->recipients; } } PK+ Zâ;;Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.phpnu[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; } } PK+ Ze``vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.phpnu[creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Zbb\vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListTargetingExpression.phpnu[expression = $expression; } public function getExpression() { return $this->expression; } } PK+ ZZj\vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroup.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) { $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigurationIdDimensionValue() { return $this->floodlightConfigurationIdDimensionValue; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTagString($tagString) { $this->tagString = $tagString; } public function getTagString() { return $this->tagString; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZjqG Pvendor/google/apiclient-services/src/Google/Service/Dfareporting/DfpSettings.phpnu[dfpNetworkCode = $dfpNetworkCode; } public function getDfpNetworkCode() { return $this->dfpNetworkCode; } public function setDfpNetworkName($dfpNetworkName) { $this->dfpNetworkName = $dfpNetworkName; } public function getDfpNetworkName() { return $this->dfpNetworkName; } public function setProgrammaticPlacementAccepted($programmaticPlacementAccepted) { $this->programmaticPlacementAccepted = $programmaticPlacementAccepted; } public function getProgrammaticPlacementAccepted() { return $this->programmaticPlacementAccepted; } public function setPubPaidPlacementAccepted($pubPaidPlacementAccepted) { $this->pubPaidPlacementAccepted = $pubPaidPlacementAccepted; } public function getPubPaidPlacementAccepted() { return $this->pubPaidPlacementAccepted; } public function setPublisherPortalOnly($publisherPortalOnly) { $this->publisherPortalOnly = $publisherPortalOnly; } public function getPublisherPortalOnly() { return $this->publisherPortalOnly; } } PK+ Z™` ` Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSettings.phpnu[activeViewOptOut = $activeViewOptOut; } public function getActiveViewOptOut() { return $this->activeViewOptOut; } public function setAdBlockingOptOut($adBlockingOptOut) { $this->adBlockingOptOut = $adBlockingOptOut; } public function getAdBlockingOptOut() { return $this->adBlockingOptOut; } public function setDisableNewCookie($disableNewCookie) { $this->disableNewCookie = $disableNewCookie; } public function getDisableNewCookie() { return $this->disableNewCookie; } /** * @param Google_Service_Dfareporting_TagSetting */ public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting) { $this->tagSetting = $tagSetting; } /** * @return Google_Service_Dfareporting_TagSetting */ public function getTagSetting() { return $this->tagSetting; } public function setVideoActiveViewOptOutTemplate($videoActiveViewOptOutTemplate) { $this->videoActiveViewOptOutTemplate = $videoActiveViewOptOutTemplate; } public function getVideoActiveViewOptOutTemplate() { return $this->videoActiveViewOptOutTemplate; } public function setVpaidAdapterChoiceTemplate($vpaidAdapterChoiceTemplate) { $this->vpaidAdapterChoiceTemplate = $vpaidAdapterChoiceTemplate; } public function getVpaidAdapterChoiceTemplate() { return $this->vpaidAdapterChoiceTemplate; } } PK+ Z!22Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Dfareporting_DfareportingFile[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dfareporting_DfareportingFile[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z?Z-Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermission.phpnu[accountProfiles = $accountProfiles; } public function getAccountProfiles() { return $this->accountProfiles; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPermissionGroupId($permissionGroupId) { $this->permissionGroupId = $permissionGroupId; } public function getPermissionGroupId() { return $this->permissionGroupId; } } PK+ ZrrOvendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSetting.phpnu[additionalKeyValues = $additionalKeyValues; } public function getAdditionalKeyValues() { return $this->additionalKeyValues; } public function setIncludeClickThroughUrls($includeClickThroughUrls) { $this->includeClickThroughUrls = $includeClickThroughUrls; } public function getIncludeClickThroughUrls() { return $this->includeClickThroughUrls; } public function setIncludeClickTracking($includeClickTracking) { $this->includeClickTracking = $includeClickTracking; } public function getIncludeClickTracking() { return $this->includeClickTracking; } public function setKeywordOption($keywordOption) { $this->keywordOption = $keywordOption; } public function getKeywordOption() { return $this->keywordOption; } } PK+ Z+3ivendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.phpnu[floodlightActivityGroups = $floodlightActivityGroups; } /** * @return Google_Service_Dfareporting_FloodlightActivityGroup[] */ public function getFloodlightActivityGroups() { return $this->floodlightActivityGroups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZssWvendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.phpnu[contains = $contains; } public function getContains() { return $this->contains; } public function setNegation($negation) { $this->negation = $negation; } public function getNegation() { return $this->negation; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } public function setRemarketingListId($remarketingListId) { $this->remarketingListId = $remarketingListId; } public function getRemarketingListId() { return $this->remarketingListId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } public function setVariableFriendlyName($variableFriendlyName) { $this->variableFriendlyName = $variableFriendlyName; } public function getVariableFriendlyName() { return $this->variableFriendlyName; } public function setVariableName($variableName) { $this->variableName = $variableName; } public function getVariableName() { return $this->variableName; } } PK+ Z5fRvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } } PK+ Zu_vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_OrderDocument[] */ public function setOrderDocuments($orderDocuments) { $this->orderDocuments = $orderDocuments; } /** * @return Google_Service_Dfareporting_OrderDocument[] */ public function getOrderDocuments() { return $this->orderDocuments; } } PK+ Z'22Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.phpnu[actionScript3 = $actionScript3; } public function getActionScript3() { return $this->actionScript3; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } /** * @param Google_Service_Dfareporting_Size[] */ public function setAdditionalSizes($additionalSizes) { $this->additionalSizes = $additionalSizes; } /** * @return Google_Service_Dfareporting_Size[] */ public function getAdditionalSizes() { return $this->additionalSizes; } public function setAlignment($alignment) { $this->alignment = $alignment; } public function getAlignment() { return $this->alignment; } public function setArtworkType($artworkType) { $this->artworkType = $artworkType; } public function getArtworkType() { return $this->artworkType; } /** * @param Google_Service_Dfareporting_CreativeAssetId */ public function setAssetIdentifier(Google_Service_Dfareporting_CreativeAssetId $assetIdentifier) { $this->assetIdentifier = $assetIdentifier; } /** * @return Google_Service_Dfareporting_CreativeAssetId */ public function getAssetIdentifier() { return $this->assetIdentifier; } public function setAudioBitRate($audioBitRate) { $this->audioBitRate = $audioBitRate; } public function getAudioBitRate() { return $this->audioBitRate; } public function setAudioSampleRate($audioSampleRate) { $this->audioSampleRate = $audioSampleRate; } public function getAudioSampleRate() { return $this->audioSampleRate; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent */ public function setBackupImageExit(Google_Service_Dfareporting_CreativeCustomEvent $backupImageExit) { $this->backupImageExit = $backupImageExit; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent */ public function getBackupImageExit() { return $this->backupImageExit; } public function setBitRate($bitRate) { $this->bitRate = $bitRate; } public function getBitRate() { return $this->bitRate; } public function setChildAssetType($childAssetType) { $this->childAssetType = $childAssetType; } public function getChildAssetType() { return $this->childAssetType; } /** * @param Google_Service_Dfareporting_Size */ public function setCollapsedSize(Google_Service_Dfareporting_Size $collapsedSize) { $this->collapsedSize = $collapsedSize; } /** * @return Google_Service_Dfareporting_Size */ public function getCollapsedSize() { return $this->collapsedSize; } public function setCompanionCreativeIds($companionCreativeIds) { $this->companionCreativeIds = $companionCreativeIds; } public function getCompanionCreativeIds() { return $this->companionCreativeIds; } public function setCustomStartTimeValue($customStartTimeValue) { $this->customStartTimeValue = $customStartTimeValue; } public function getCustomStartTimeValue() { return $this->customStartTimeValue; } public function setDetectedFeatures($detectedFeatures) { $this->detectedFeatures = $detectedFeatures; } public function getDetectedFeatures() { return $this->detectedFeatures; } public function setDisplayType($displayType) { $this->displayType = $displayType; } public function getDisplayType() { return $this->displayType; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setDurationType($durationType) { $this->durationType = $durationType; } public function getDurationType() { return $this->durationType; } /** * @param Google_Service_Dfareporting_Size */ public function setExpandedDimension(Google_Service_Dfareporting_Size $expandedDimension) { $this->expandedDimension = $expandedDimension; } /** * @return Google_Service_Dfareporting_Size */ public function getExpandedDimension() { return $this->expandedDimension; } public function setFileSize($fileSize) { $this->fileSize = $fileSize; } public function getFileSize() { return $this->fileSize; } public function setFlashVersion($flashVersion) { $this->flashVersion = $flashVersion; } public function getFlashVersion() { return $this->flashVersion; } public function setFrameRate($frameRate) { $this->frameRate = $frameRate; } public function getFrameRate() { return $this->frameRate; } public function setHideFlashObjects($hideFlashObjects) { $this->hideFlashObjects = $hideFlashObjects; } public function getHideFlashObjects() { return $this->hideFlashObjects; } public function setHideSelectionBoxes($hideSelectionBoxes) { $this->hideSelectionBoxes = $hideSelectionBoxes; } public function getHideSelectionBoxes() { return $this->hideSelectionBoxes; } public function setHorizontallyLocked($horizontallyLocked) { $this->horizontallyLocked = $horizontallyLocked; } public function getHorizontallyLocked() { return $this->horizontallyLocked; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setMediaDuration($mediaDuration) { $this->mediaDuration = $mediaDuration; } public function getMediaDuration() { return $this->mediaDuration; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } /** * @param Google_Service_Dfareporting_OffsetPosition */ public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset) { $this->offset = $offset; } /** * @return Google_Service_Dfareporting_OffsetPosition */ public function getOffset() { return $this->offset; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } public function setOriginalBackup($originalBackup) { $this->originalBackup = $originalBackup; } public function getOriginalBackup() { return $this->originalBackup; } public function setPoliteLoad($politeLoad) { $this->politeLoad = $politeLoad; } public function getPoliteLoad() { return $this->politeLoad; } /** * @param Google_Service_Dfareporting_OffsetPosition */ public function setPosition(Google_Service_Dfareporting_OffsetPosition $position) { $this->position = $position; } /** * @return Google_Service_Dfareporting_OffsetPosition */ public function getPosition() { return $this->position; } public function setPositionLeftUnit($positionLeftUnit) { $this->positionLeftUnit = $positionLeftUnit; } public function getPositionLeftUnit() { return $this->positionLeftUnit; } public function setPositionTopUnit($positionTopUnit) { $this->positionTopUnit = $positionTopUnit; } public function getPositionTopUnit() { return $this->positionTopUnit; } public function setProgressiveServingUrl($progressiveServingUrl) { $this->progressiveServingUrl = $progressiveServingUrl; } public function getProgressiveServingUrl() { return $this->progressiveServingUrl; } public function setPushdown($pushdown) { $this->pushdown = $pushdown; } public function getPushdown() { return $this->pushdown; } public function setPushdownDuration($pushdownDuration) { $this->pushdownDuration = $pushdownDuration; } public function getPushdownDuration() { return $this->pushdownDuration; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_Dfareporting_Size */ public function setSize(Google_Service_Dfareporting_Size $size) { $this->size = $size; } /** * @return Google_Service_Dfareporting_Size */ public function getSize() { return $this->size; } public function setSslCompliant($sslCompliant) { $this->sslCompliant = $sslCompliant; } public function getSslCompliant() { return $this->sslCompliant; } public function setStartTimeType($startTimeType) { $this->startTimeType = $startTimeType; } public function getStartTimeType() { return $this->startTimeType; } public function setStreamingServingUrl($streamingServingUrl) { $this->streamingServingUrl = $streamingServingUrl; } public function getStreamingServingUrl() { return $this->streamingServingUrl; } public function setTransparency($transparency) { $this->transparency = $transparency; } public function getTransparency() { return $this->transparency; } public function setVerticallyLocked($verticallyLocked) { $this->verticallyLocked = $verticallyLocked; } public function getVerticallyLocked() { return $this->verticallyLocked; } public function setWindowMode($windowMode) { $this->windowMode = $windowMode; } public function getWindowMode() { return $this->windowMode; } public function setZIndex($zIndex) { $this->zIndex = $zIndex; } public function getZIndex() { return $this->zIndex; } public function setZipFilename($zipFilename) { $this->zipFilename = $zipFilename; } public function getZipFilename() { return $this->zipFilename; } public function setZipFilesize($zipFilesize) { $this->zipFilesize = $zipFilesize; } public function getZipFilesize() { return $this->zipFilesize; } } PK+ Zavendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroupsListResponse.phpnu[advertiserGroups = $advertiserGroups; } /** * @return Google_Service_Dfareporting_AdvertiserGroup[] */ public function getAdvertiserGroups() { return $this->advertiserGroups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZFYvendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.phpnu[floodlightActivityId = $floodlightActivityId; } public function getFloodlightActivityId() { return $this->floodlightActivityId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightActivityIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightActivityIdDimensionValue) { $this->floodlightActivityIdDimensionValue = $floodlightActivityIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightActivityIdDimensionValue() { return $this->floodlightActivityIdDimensionValue; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK+ Z=ZU U Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setDefaultUserRole($defaultUserRole) { $this->defaultUserRole = $defaultUserRole; } public function getDefaultUserRole() { return $this->defaultUserRole; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentUserRoleId($parentUserRoleId) { $this->parentUserRoleId = $parentUserRoleId; } public function getParentUserRoleId() { return $this->parentUserRoleId; } /** * @param Google_Service_Dfareporting_UserRolePermission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Dfareporting_UserRolePermission[] */ public function getPermissions() { return $this->permissions; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } } PK+ Z}@( ( Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventInsert.phpnu[cmDimensions = $cmDimensions; } /** * @return Google_Service_Dfareporting_CampaignManagerIds */ public function getCmDimensions() { return $this->cmDimensions; } /** * @param Google_Service_Dfareporting_DV3Ids */ public function setDv3Dimensions(Google_Service_Dfareporting_DV3Ids $dv3Dimensions) { $this->dv3Dimensions = $dv3Dimensions; } /** * @return Google_Service_Dfareporting_DV3Ids */ public function getDv3Dimensions() { return $this->dv3Dimensions; } public function setInsertEventType($insertEventType) { $this->insertEventType = $insertEventType; } public function getInsertEventType() { return $this->insertEventType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMatchId($matchId) { $this->matchId = $matchId; } public function getMatchId() { return $this->matchId; } public function setMobileDeviceId($mobileDeviceId) { $this->mobileDeviceId = $mobileDeviceId; } public function getMobileDeviceId() { return $this->mobileDeviceId; } } PK+ Z\)""Svendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) { $this->campaignIdDimensionValue = $campaignIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getCampaignIdDimensionValue() { return $this->campaignIdDimensionValue; } public function setChildPlacementIds($childPlacementIds) { $this->childPlacementIds = $childPlacementIds; } public function getChildPlacementIds() { return $this->childPlacementIds; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setContentCategoryId($contentCategoryId) { $this->contentCategoryId = $contentCategoryId; } public function getContentCategoryId() { return $this->contentCategoryId; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) { $this->createInfo = $createInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getCreateInfo() { return $this->createInfo; } public function setDirectorySiteId($directorySiteId) { $this->directorySiteId = $directorySiteId; } public function getDirectorySiteId() { return $this->directorySiteId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue) { $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getDirectorySiteIdDimensionValue() { return $this->directorySiteIdDimensionValue; } public function setExternalId($externalId) { $this->externalId = $externalId; } public function getExternalId() { return $this->externalId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlacementGroupType($placementGroupType) { $this->placementGroupType = $placementGroupType; } public function getPlacementGroupType() { return $this->placementGroupType; } public function setPlacementStrategyId($placementStrategyId) { $this->placementStrategyId = $placementStrategyId; } public function getPlacementStrategyId() { return $this->placementStrategyId; } /** * @param Google_Service_Dfareporting_PricingSchedule */ public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule) { $this->pricingSchedule = $pricingSchedule; } /** * @return Google_Service_Dfareporting_PricingSchedule */ public function getPricingSchedule() { return $this->pricingSchedule; } public function setPrimaryPlacementId($primaryPlacementId) { $this->primaryPlacementId = $primaryPlacementId; } public function getPrimaryPlacementId() { return $this->primaryPlacementId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setPrimaryPlacementIdDimensionValue(Google_Service_Dfareporting_DimensionValue $primaryPlacementIdDimensionValue) { $this->primaryPlacementIdDimensionValue = $primaryPlacementIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getPrimaryPlacementIdDimensionValue() { return $this->primaryPlacementIdDimensionValue; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue) { $this->siteIdDimensionValue = $siteIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getSiteIdDimensionValue() { return $this->siteIdDimensionValue; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } } PK+ Z$ mvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.phpnu[includeAttributedIPConversions = $includeAttributedIPConversions; } public function getIncludeAttributedIPConversions() { return $this->includeAttributedIPConversions; } public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions) { $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions; } public function getIncludeUnattributedCookieConversions() { return $this->includeUnattributedCookieConversions; } public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions) { $this->includeUnattributedIPConversions = $includeUnattributedIPConversions; } public function getIncludeUnattributedIPConversions() { return $this->includeUnattributedIPConversions; } } PK+ ZF]S+ + Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.phpnu[dimension = $dimension; } /** * @return Google_Service_Dfareporting_Size */ public function getDimension() { return $this->dimension; } /** * @param Google_Service_Dfareporting_OffsetPosition */ public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset) { $this->offset = $offset; } /** * @return Google_Service_Dfareporting_OffsetPosition */ public function getOffset() { return $this->offset; } public function setPositionType($positionType) { $this->positionType = $positionType; } public function getPositionType() { return $this->positionType; } public function setShowAddressBar($showAddressBar) { $this->showAddressBar = $showAddressBar; } public function getShowAddressBar() { return $this->showAddressBar; } public function setShowMenuBar($showMenuBar) { $this->showMenuBar = $showMenuBar; } public function getShowMenuBar() { return $this->showMenuBar; } public function setShowScrollBar($showScrollBar) { $this->showScrollBar = $showScrollBar; } public function getShowScrollBar() { return $this->showScrollBar; } public function setShowStatusBar($showStatusBar) { $this->showStatusBar = $showStatusBar; } public function getShowStatusBar() { return $this->showStatusBar; } public function setShowToolBar($showToolBar) { $this->showToolBar = $showToolBar; } public function getShowToolBar() { return $this->showToolBar; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ Z+dA Lvendor/google/apiclient-services/src/Google/Service/Dfareporting/ObaIcon.phpnu[iconClickThroughUrl = $iconClickThroughUrl; } public function getIconClickThroughUrl() { return $this->iconClickThroughUrl; } public function setIconClickTrackingUrl($iconClickTrackingUrl) { $this->iconClickTrackingUrl = $iconClickTrackingUrl; } public function getIconClickTrackingUrl() { return $this->iconClickTrackingUrl; } public function setIconViewTrackingUrl($iconViewTrackingUrl) { $this->iconViewTrackingUrl = $iconViewTrackingUrl; } public function getIconViewTrackingUrl() { return $this->iconViewTrackingUrl; } public function setProgram($program) { $this->program = $program; } public function getProgram() { return $this->program; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } /** * @param Google_Service_Dfareporting_Size */ public function setSize(Google_Service_Dfareporting_Size $size) { $this->size = $size; } /** * @return Google_Service_Dfareporting_Size */ public function getSize() { return $this->size; } public function setXPosition($xPosition) { $this->xPosition = $xPosition; } public function getXPosition() { return $this->xPosition; } public function setYPosition($yPosition) { $this->yPosition = $yPosition; } public function getYPosition() { return $this->yPosition; } } PK+ ZyVXvendor/google/apiclient-services/src/Google/Service/Dfareporting/RegionsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Region[] */ public function setRegions($regions) { $this->regions = $regions; } /** * @return Google_Service_Dfareporting_Region[] */ public function getRegions() { return $this->regions; } } PK+ Z?FA2[vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLogsListResponse.phpnu[changeLogs = $changeLogs; } /** * @return Google_Service_Dfareporting_ChangeLog[] */ public function getChangeLogs() { return $this->changeLogs; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZwSivendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetricConfiguration.phpnu[audible = $audible; } public function getAudible() { return $this->audible; } public function setTimeMillis($timeMillis) { $this->timeMillis = $timeMillis; } public function getTimeMillis() { return $this->timeMillis; } public function setTimePercent($timePercent) { $this->timePercent = $timePercent; } public function getTimePercent() { return $this->timePercent; } public function setViewabilityPercent($viewabilityPercent) { $this->viewabilityPercent = $viewabilityPercent; } public function getViewabilityPercent() { return $this->viewabilityPercent; } } PK+ Z}4Q22cvendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_TargetingTemplate[] */ public function setTargetingTemplates($targetingTemplates) { $this->targetingTemplates = $targetingTemplates; } /** * @return Google_Service_Dfareporting_TargetingTemplate[] */ public function getTargetingTemplates() { return $this->targetingTemplates; } } PK+ Z`| ??dvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValuesListResponse.phpnu[creativeFieldValues = $creativeFieldValues; } /** * @return Google_Service_Dfareporting_CreativeFieldValue[] */ public function getCreativeFieldValues() { return $this->creativeFieldValues; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z.BYvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.phpnu[companionsDisabled = $companionsDisabled; } public function getCompanionsDisabled() { return $this->companionsDisabled; } /** * @param Google_Service_Dfareporting_Size[] */ public function setEnabledSizes($enabledSizes) { $this->enabledSizes = $enabledSizes; } /** * @return Google_Service_Dfareporting_Size[] */ public function getEnabledSizes() { return $this->enabledSizes; } public function setImageOnly($imageOnly) { $this->imageOnly = $imageOnly; } public function getImageOnly() { return $this->imageOnly; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z͡S  Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserGroupId($advertiserGroupId) { $this->advertiserGroupId = $advertiserGroupId; } public function getAdvertiserGroupId() { return $this->advertiserGroupId; } public function setClickThroughUrlSuffix($clickThroughUrlSuffix) { $this->clickThroughUrlSuffix = $clickThroughUrlSuffix; } public function getClickThroughUrlSuffix() { return $this->clickThroughUrlSuffix; } public function setDefaultClickThroughEventTagId($defaultClickThroughEventTagId) { $this->defaultClickThroughEventTagId = $defaultClickThroughEventTagId; } public function getDefaultClickThroughEventTagId() { return $this->defaultClickThroughEventTagId; } public function setDefaultEmail($defaultEmail) { $this->defaultEmail = $defaultEmail; } public function getDefaultEmail() { return $this->defaultEmail; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) { $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigurationIdDimensionValue() { return $this->floodlightConfigurationIdDimensionValue; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOriginalFloodlightConfigurationId($originalFloodlightConfigurationId) { $this->originalFloodlightConfigurationId = $originalFloodlightConfigurationId; } public function getOriginalFloodlightConfigurationId() { return $this->originalFloodlightConfigurationId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setSuspended($suspended) { $this->suspended = $suspended; } public function getSuspended() { return $this->suspended; } } PK+ Z2aSvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.phpnu[active = $active; } public function getActive() { return $this->active; } public function setEvery($every) { $this->every = $every; } public function getEvery() { return $this->every; } public function setExpirationDate($expirationDate) { $this->expirationDate = $expirationDate; } public function getExpirationDate() { return $this->expirationDate; } public function setRepeats($repeats) { $this->repeats = $repeats; } public function getRepeats() { return $this->repeats; } public function setRepeatsOnWeekDays($repeatsOnWeekDays) { $this->repeatsOnWeekDays = $repeatsOnWeekDays; } public function getRepeatsOnWeekDays() { return $this->repeatsOnWeekDays; } public function setRunsOnDayOfMonth($runsOnDayOfMonth) { $this->runsOnDayOfMonth = $runsOnDayOfMonth; } public function getRunsOnDayOfMonth() { return $this->runsOnDayOfMonth; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK+ Z\( ( `vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.phpnu[dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensionFilters() { return $this->dimensionFilters; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setPivotedActivityMetrics($pivotedActivityMetrics) { $this->pivotedActivityMetrics = $pivotedActivityMetrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getPivotedActivityMetrics() { return $this->pivotedActivityMetrics; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setReachByFrequencyMetrics($reachByFrequencyMetrics) { $this->reachByFrequencyMetrics = $reachByFrequencyMetrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getReachByFrequencyMetrics() { return $this->reachByFrequencyMetrics; } } PK+ Z&1PPSvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValue.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ ZR}Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_UserRole[] */ public function setUserRoles($userRoles) { $this->userRoles = $userRoles; } /** * @return Google_Service_Dfareporting_UserRole[] */ public function getUserRoles() { return $this->userRoles; } } PK+ Z$  `vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_PlacementGroup[] */ public function setPlacementGroups($placementGroups) { $this->placementGroups = $placementGroups; } /** * @return Google_Service_Dfareporting_PlacementGroup[] */ public function getPlacementGroups() { return $this->placementGroups; } } PK+ Z  \vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCodesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_PostalCode[] */ public function setPostalCodes($postalCodes) { $this->postalCodes = $postalCodes; } /** * @return Google_Service_Dfareporting_PostalCode[] */ public function getPostalCodes() { return $this->postalCodes; } } PK+ Z:GooTvendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } } PK+ ZPYvendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegmentGroup.phpnu[audienceSegments = $audienceSegments; } /** * @return Google_Service_Dfareporting_AudienceSegment[] */ public function getAudienceSegments() { return $this->audienceSegments; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZIvendor/google/apiclient-services/src/Google/Service/Dfareporting/Site.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setApproved($approved) { $this->approved = $approved; } public function getApproved() { return $this->approved; } public function setDirectorySiteId($directorySiteId) { $this->directorySiteId = $directorySiteId; } public function getDirectorySiteId() { return $this->directorySiteId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue) { $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getDirectorySiteIdDimensionValue() { return $this->directorySiteIdDimensionValue; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKeyName($keyName) { $this->keyName = $keyName; } public function getKeyName() { return $this->keyName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_SiteContact[] */ public function setSiteContacts($siteContacts) { $this->siteContacts = $siteContacts; } /** * @return Google_Service_Dfareporting_SiteContact[] */ public function getSiteContacts() { return $this->siteContacts; } /** * @param Google_Service_Dfareporting_SiteSettings */ public function setSiteSettings(Google_Service_Dfareporting_SiteSettings $siteSettings) { $this->siteSettings = $siteSettings; } /** * @return Google_Service_Dfareporting_SiteSettings */ public function getSiteSettings() { return $this->siteSettings; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } /** * @param Google_Service_Dfareporting_SiteVideoSettings */ public function setVideoSettings(Google_Service_Dfareporting_SiteVideoSettings $videoSettings) { $this->videoSettings = $videoSettings; } /** * @return Google_Service_Dfareporting_SiteVideoSettings */ public function getVideoSettings() { return $this->videoSettings; } } PK+ Z9D^^Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguageTargeting.phpnu[languages = $languages; } /** * @return Google_Service_Dfareporting_Language[] */ public function getLanguages() { return $this->languages; } } PK+ ZX׍Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTag.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) { $this->campaignIdDimensionValue = $campaignIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getCampaignIdDimensionValue() { return $this->campaignIdDimensionValue; } public function setEnabledByDefault($enabledByDefault) { $this->enabledByDefault = $enabledByDefault; } public function getEnabledByDefault() { return $this->enabledByDefault; } public function setExcludeFromAdxRequests($excludeFromAdxRequests) { $this->excludeFromAdxRequests = $excludeFromAdxRequests; } public function getExcludeFromAdxRequests() { return $this->excludeFromAdxRequests; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSiteFilterType($siteFilterType) { $this->siteFilterType = $siteFilterType; } public function getSiteFilterType() { return $this->siteFilterType; } public function setSiteIds($siteIds) { $this->siteIds = $siteIds; } public function getSiteIds() { return $this->siteIds; } public function setSslCompliant($sslCompliant) { $this->sslCompliant = $sslCompliant; } public function getSslCompliant() { return $this->sslCompliant; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setUrlEscapeLevels($urlEscapeLevels) { $this->urlEscapeLevels = $urlEscapeLevels; } public function getUrlEscapeLevels() { return $this->urlEscapeLevels; } } PK+ Z^6&]vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_VideoFormat[] */ public function setVideoFormats($videoFormats) { $this->videoFormats = $videoFormats; } /** * @return Google_Service_Dfareporting_VideoFormat[] */ public function getVideoFormats() { return $this->videoFormats; } } PK+ Z&<==evendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.phpnu[dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensionFilters() { return $this->dimensionFilters; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getMetrics() { return $this->metrics; } } PK+ ZO kvendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.phpnu[conversionDimensions = $conversionDimensions; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getConversionDimensions() { return $this->conversionDimensions; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setCustomFloodlightVariables($customFloodlightVariables) { $this->customFloodlightVariables = $customFloodlightVariables; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getCustomFloodlightVariables() { return $this->customFloodlightVariables; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setPerInteractionDimensions($perInteractionDimensions) { $this->perInteractionDimensions = $perInteractionDimensions; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getPerInteractionDimensions() { return $this->perInteractionDimensions; } } PK+ ZytKKvendor/google/apiclient-services/src/Google/Service/Dfareporting/Region.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } public function getCountryDartId() { return $this->countryDartId; } public function setDartId($dartId) { $this->dartId = $dartId; } public function getDartId() { return $this->dartId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK+ Z9lggNvendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRelativeDateRange($relativeDateRange) { $this->relativeDateRange = $relativeDateRange; } public function getRelativeDateRange() { return $this->relativeDateRange; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK+ ZzzYvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_VideoOffset */ public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset) { $this->progressOffset = $progressOffset; } /** * @return Google_Service_Dfareporting_VideoOffset */ public function getProgressOffset() { return $this->progressOffset; } /** * @param Google_Service_Dfareporting_VideoOffset */ public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset) { $this->skipOffset = $skipOffset; } /** * @return Google_Service_Dfareporting_VideoOffset */ public function getSkipOffset() { return $this->skipOffset; } public function setSkippable($skippable) { $this->skippable = $skippable; } public function getSkippable() { return $this->skippable; } } PK+ Zܡ2Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.phpnu[apiUrl = $apiUrl; } public function getApiUrl() { return $this->apiUrl; } public function setBrowserUrl($browserUrl) { $this->browserUrl = $browserUrl; } public function getBrowserUrl() { return $this->browserUrl; } } PK+ Z%MwwTvendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.phpnu[computedClickThroughUrl = $computedClickThroughUrl; } public function getComputedClickThroughUrl() { return $this->computedClickThroughUrl; } public function setCustomClickThroughUrl($customClickThroughUrl) { $this->customClickThroughUrl = $customClickThroughUrl; } public function getCustomClickThroughUrl() { return $this->customClickThroughUrl; } public function setDefaultLandingPage($defaultLandingPage) { $this->defaultLandingPage = $defaultLandingPage; } public function getDefaultLandingPage() { return $this->defaultLandingPage; } public function setLandingPageId($landingPageId) { $this->landingPageId = $landingPageId; } public function getLandingPageId() { return $this->landingPageId; } } PK+ Z gnQvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Ads.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $ads = $dfareportingService->ads; * */ class Google_Service_Dfareporting_Resource_Ads extends Google_Service_Resource { /** * Gets one ad by ID. (ads.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Ad ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Ad */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Ad"); } /** * Inserts a new ad. (ads.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Ad $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Ad */ public function insert($profileId, Google_Service_Dfareporting_Ad $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Ad"); } /** * Retrieves a list of ads, possibly filtered. This method supports paging. * (ads.listAds) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool active Select only active ads. * @opt_param string advertiserId Select only ads with this advertiser ID. * @opt_param bool archived Select only archived ads. * @opt_param string audienceSegmentIds Select only ads with these audience * segment IDs. * @opt_param string campaignIds Select only ads with these campaign IDs. * @opt_param string compatibility Select default ads with the specified * compatibility. Applicable when type is AD_SERVING_DEFAULT_AD. DISPLAY and * DISPLAY_INTERSTITIAL refer to rendering either on desktop or on mobile * devices for regular or interstitial ads, respectively. APP and * APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to * rendering an in-stream video ads developed with the VAST standard. * @opt_param string creativeIds Select only ads with these creative IDs * assigned. * @opt_param string creativeOptimizationConfigurationIds Select only ads with * these creative optimization configuration IDs. * @opt_param bool dynamicClickTracker Select only dynamic click trackers. * Applicable when type is AD_SERVING_CLICK_TRACKER. If true, select dynamic * click trackers. If false, select static click trackers. Leave unset to select * both. * @opt_param string ids Select only ads with these IDs. * @opt_param string landingPageIds Select only ads with these landing page IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string overriddenEventTagId Select only ads with this event tag * override ID. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string placementIds Select only ads with these placement IDs * assigned. * @opt_param string remarketingListIds Select only ads whose list targeting * expression use these remarketing list IDs. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "ad*2015" will return objects with * names like "ad June 2015", "ad April 2015", or simply "ad 2015". Most of the * searches also add wildcards implicitly at the start and the end of the search * string. For example, a search string of "ad" will match objects with name "my * ad", "ad 2015", or simply "ad". * @opt_param string sizeIds Select only ads with these size IDs. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param bool sslCompliant Select only ads that are SSL-compliant. * @opt_param bool sslRequired Select only ads that require SSL. * @opt_param string type Select only ads with these types. * @return Google_Service_Dfareporting_AdsListResponse */ public function listAds($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AdsListResponse"); } /** * Updates an existing ad. This method supports patch semantics. (ads.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Ad ID. * @param Google_Service_Dfareporting_Ad $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Ad */ public function patch($profileId, $id, Google_Service_Dfareporting_Ad $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Ad"); } /** * Updates an existing ad. (ads.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Ad $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Ad */ public function update($profileId, Google_Service_Dfareporting_Ad $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Ad"); } } PK+ ZK\\fvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $accountActiveAdSummaries = $dfareportingService->accountActiveAdSummaries; * */ class Google_Service_Dfareporting_Resource_AccountActiveAdSummaries extends Google_Service_Resource { /** * Gets the account's active ad summary by account ID. * (accountActiveAdSummaries.get) * * @param string $profileId User profile ID associated with this request. * @param string $summaryAccountId Account ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountActiveAdSummary */ public function get($profileId, $summaryAccountId, $optParams = array()) { $params = array('profileId' => $profileId, 'summaryAccountId' => $summaryAccountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_AccountActiveAdSummary"); } } PK+ Z|:\vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeGroups.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $creativeGroups = $dfareportingService->creativeGroups; * */ class Google_Service_Dfareporting_Resource_CreativeGroups extends Google_Service_Resource { /** * Gets one creative group by ID. (creativeGroups.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Creative group ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeGroup */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeGroup"); } /** * Inserts a new creative group. (creativeGroups.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_CreativeGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeGroup */ public function insert($profileId, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeGroup"); } /** * Retrieves a list of creative groups, possibly filtered. This method supports * paging. (creativeGroups.listCreativeGroups) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserIds Select only creative groups that belong to * these advertisers. * @opt_param int groupNumber Select only creative groups that belong to this * subgroup. * @opt_param string ids Select only creative groups with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for creative groups by name * or ID. Wildcards (*) are allowed. For example, "creativegroup*2015" will * return creative groups with names like "creativegroup June 2015", * "creativegroup April 2015", or simply "creativegroup 2015". Most of the * searches also add wild-cards implicitly at the start and the end of the * search string. For example, a search string of "creativegroup" will match * creative groups with the name "my creativegroup", "creativegroup 2015", or * simply "creativegroup". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_CreativeGroupsListResponse */ public function listCreativeGroups($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeGroupsListResponse"); } /** * Updates an existing creative group. This method supports patch semantics. * (creativeGroups.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id CreativeGroup ID. * @param Google_Service_Dfareporting_CreativeGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeGroup */ public function patch($profileId, $id, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeGroup"); } /** * Updates an existing creative group. (creativeGroups.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_CreativeGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeGroup */ public function update($profileId, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeGroup"); } } PK+ Z{)5C C cvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingListShares.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $remarketingListShares = $dfareportingService->remarketingListShares; * */ class Google_Service_Dfareporting_Resource_RemarketingListShares extends Google_Service_Resource { /** * Gets one remarketing list share by remarketing list ID. * (remarketingListShares.get) * * @param string $profileId User profile ID associated with this request. * @param string $remarketingListId Remarketing list ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingListShare */ public function get($profileId, $remarketingListId, $optParams = array()) { $params = array('profileId' => $profileId, 'remarketingListId' => $remarketingListId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_RemarketingListShare"); } /** * Updates an existing remarketing list share. This method supports patch * semantics. (remarketingListShares.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id RemarketingList ID. * @param Google_Service_Dfareporting_RemarketingListShare $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingListShare */ public function patch($profileId, $id, Google_Service_Dfareporting_RemarketingListShare $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_RemarketingListShare"); } /** * Updates an existing remarketing list share. (remarketingListShares.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_RemarketingListShare $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingListShare */ public function update($profileId, Google_Service_Dfareporting_RemarketingListShare $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_RemarketingListShare"); } } PK+ Z']vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementGroups.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $placementGroups = $dfareportingService->placementGroups; * */ class Google_Service_Dfareporting_Resource_PlacementGroups extends Google_Service_Resource { /** * Gets one placement group by ID. (placementGroups.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Placement group ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementGroup */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_PlacementGroup"); } /** * Inserts a new placement group. (placementGroups.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_PlacementGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementGroup */ public function insert($profileId, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_PlacementGroup"); } /** * Retrieves a list of placement groups, possibly filtered. This method supports * paging. (placementGroups.listPlacementGroups) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserIds Select only placement groups that belong to * these advertisers. * @opt_param bool archived Select only archived placements. Don't set this * field to select both archived and non-archived placements. * @opt_param string campaignIds Select only placement groups that belong to * these campaigns. * @opt_param string contentCategoryIds Select only placement groups that are * associated with these content categories. * @opt_param string directorySiteIds Select only placement groups that are * associated with these directory sites. * @opt_param string ids Select only placement groups with these IDs. * @opt_param string maxEndDate Select only placements or placement groups whose * end date is on or before the specified maxEndDate. The date should be * formatted as "yyyy-MM-dd". * @opt_param int maxResults Maximum number of results to return. * @opt_param string maxStartDate Select only placements or placement groups * whose start date is on or before the specified maxStartDate. The date should * be formatted as "yyyy-MM-dd". * @opt_param string minEndDate Select only placements or placement groups whose * end date is on or after the specified minEndDate. The date should be * formatted as "yyyy-MM-dd". * @opt_param string minStartDate Select only placements or placement groups * whose start date is on or after the specified minStartDate. The date should * be formatted as "yyyy-MM-dd". * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string placementGroupType Select only placement groups belonging * with this group type. A package is a simple group of placements that acts as * a single pricing point for a group of tags. A roadblock is a group of * placements that not only acts as a single pricing point but also assumes that * all the tags in it will be served at the same time. A roadblock requires one * of its assigned placements to be marked as primary for reporting. * @opt_param string placementStrategyIds Select only placement groups that are * associated with these placement strategies. * @opt_param string pricingTypes Select only placement groups with these * pricing types. * @opt_param string searchString Allows searching for placement groups by name * or ID. Wildcards (*) are allowed. For example, "placement*2015" will return * placement groups with names like "placement group June 2015", "placement * group May 2015", or simply "placements 2015". Most of the searches also add * wildcards implicitly at the start and the end of the search string. For * example, a search string of "placementgroup" will match placement groups with * name "my placementgroup", "placementgroup 2015", or simply "placementgroup". * @opt_param string siteIds Select only placement groups that are associated * with these sites. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_PlacementGroupsListResponse */ public function listPlacementGroups($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementGroupsListResponse"); } /** * Updates an existing placement group. This method supports patch semantics. * (placementGroups.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id PlacementGroup ID. * @param Google_Service_Dfareporting_PlacementGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementGroup */ public function patch($profileId, $id, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_PlacementGroup"); } /** * Updates an existing placement group. (placementGroups.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_PlacementGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementGroup */ public function update($profileId, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_PlacementGroup"); } } PK+ Z11_vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ContentCategories.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $contentCategories = $dfareportingService->contentCategories; * */ class Google_Service_Dfareporting_Resource_ContentCategories extends Google_Service_Resource { /** * Deletes an existing content category. (contentCategories.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id Content category ID. * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one content category by ID. (contentCategories.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Content category ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ContentCategory */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_ContentCategory"); } /** * Inserts a new content category. (contentCategories.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_ContentCategory $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ContentCategory */ public function insert($profileId, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_ContentCategory"); } /** * Retrieves a list of content categories, possibly filtered. This method * supports paging. (contentCategories.listContentCategories) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string ids Select only content categories with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "contentcategory*2015" will return * objects with names like "contentcategory June 2015", "contentcategory April * 2015", or simply "contentcategory 2015". Most of the searches also add * wildcards implicitly at the start and the end of the search string. For * example, a search string of "contentcategory" will match objects with name * "my contentcategory", "contentcategory 2015", or simply "contentcategory". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_ContentCategoriesListResponse */ public function listContentCategories($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_ContentCategoriesListResponse"); } /** * Updates an existing content category. This method supports patch semantics. * (contentCategories.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id ContentCategory ID. * @param Google_Service_Dfareporting_ContentCategory $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ContentCategory */ public function patch($profileId, $id, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_ContentCategory"); } /** * Updates an existing content category. (contentCategories.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_ContentCategory $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ContentCategory */ public function update($profileId, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_ContentCategory"); } } PK+ Z'aafvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightConfigurations.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $floodlightConfigurations = $dfareportingService->floodlightConfigurations; * */ class Google_Service_Dfareporting_Resource_FloodlightConfigurations extends Google_Service_Resource { /** * Gets one floodlight configuration by ID. (floodlightConfigurations.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Floodlight configuration ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightConfiguration */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightConfiguration"); } /** * Retrieves a list of floodlight configurations, possibly filtered. * (floodlightConfigurations.listFloodlightConfigurations) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string ids Set of IDs of floodlight configurations to retrieve. * Required field; otherwise an empty list will be returned. * @return Google_Service_Dfareporting_FloodlightConfigurationsListResponse */ public function listFloodlightConfigurations($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightConfigurationsListResponse"); } /** * Updates an existing floodlight configuration. This method supports patch * semantics. (floodlightConfigurations.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id FloodlightConfiguration ID. * @param Google_Service_Dfareporting_FloodlightConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightConfiguration */ public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightConfiguration"); } /** * Updates an existing floodlight configuration. * (floodlightConfigurations.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_FloodlightConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightConfiguration */ public function update($profileId, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightConfiguration"); } } PK+ Z *OOfvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivityGroups.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $floodlightActivityGroups = $dfareportingService->floodlightActivityGroups; * */ class Google_Service_Dfareporting_Resource_FloodlightActivityGroups extends Google_Service_Resource { /** * Gets one floodlight activity group by ID. (floodlightActivityGroups.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Floodlight activity Group ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivityGroup */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); } /** * Inserts a new floodlight activity group. (floodlightActivityGroups.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_FloodlightActivityGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivityGroup */ public function insert($profileId, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); } /** * Retrieves a list of floodlight activity groups, possibly filtered. This * method supports paging. * (floodlightActivityGroups.listFloodlightActivityGroups) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserId Select only floodlight activity groups with * the specified advertiser ID. Must specify either advertiserId or * floodlightConfigurationId for a non-empty result. * @opt_param string floodlightConfigurationId Select only floodlight activity * groups with the specified floodlight configuration ID. Must specify either * advertiserId, or floodlightConfigurationId for a non-empty result. * @opt_param string ids Select only floodlight activity groups with the * specified IDs. Must specify either advertiserId or floodlightConfigurationId * for a non-empty result. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "floodlightactivitygroup*2015" will * return objects with names like "floodlightactivitygroup June 2015", * "floodlightactivitygroup April 2015", or simply "floodlightactivitygroup * 2015". Most of the searches also add wildcards implicitly at the start and * the end of the search string. For example, a search string of * "floodlightactivitygroup" will match objects with name "my * floodlightactivitygroup activity", "floodlightactivitygroup 2015", or simply * "floodlightactivitygroup". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string type Select only floodlight activity groups with the * specified floodlight activity group type. * @return Google_Service_Dfareporting_FloodlightActivityGroupsListResponse */ public function listFloodlightActivityGroups($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightActivityGroupsListResponse"); } /** * Updates an existing floodlight activity group. This method supports patch * semantics. (floodlightActivityGroups.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id FloodlightActivityGroup ID. * @param Google_Service_Dfareporting_FloodlightActivityGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivityGroup */ public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); } /** * Updates an existing floodlight activity group. * (floodlightActivityGroups.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_FloodlightActivityGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivityGroup */ public function update($profileId, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); } } PK+ Z>ޒavendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementStrategies.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $placementStrategies = $dfareportingService->placementStrategies; * */ class Google_Service_Dfareporting_Resource_PlacementStrategies extends Google_Service_Resource { /** * Deletes an existing placement strategy. (placementStrategies.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id Placement strategy ID. * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one placement strategy by ID. (placementStrategies.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Placement strategy ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementStrategy */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_PlacementStrategy"); } /** * Inserts a new placement strategy. (placementStrategies.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_PlacementStrategy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementStrategy */ public function insert($profileId, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_PlacementStrategy"); } /** * Retrieves a list of placement strategies, possibly filtered. This method * supports paging. (placementStrategies.listPlacementStrategies) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string ids Select only placement strategies with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "placementstrategy*2015" will return * objects with names like "placementstrategy June 2015", "placementstrategy * April 2015", or simply "placementstrategy 2015". Most of the searches also * add wildcards implicitly at the start and the end of the search string. For * example, a search string of "placementstrategy" will match objects with name * "my placementstrategy", "placementstrategy 2015", or simply * "placementstrategy". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_PlacementStrategiesListResponse */ public function listPlacementStrategies($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementStrategiesListResponse"); } /** * Updates an existing placement strategy. This method supports patch semantics. * (placementStrategies.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id PlacementStrategy ID. * @param Google_Service_Dfareporting_PlacementStrategy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementStrategy */ public function patch($profileId, $id, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_PlacementStrategy"); } /** * Updates an existing placement strategy. (placementStrategies.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_PlacementStrategy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlacementStrategy */ public function update($profileId, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_PlacementStrategy"); } } PK+ Z\Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/EventTags.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $eventTags = $dfareportingService->eventTags; * */ class Google_Service_Dfareporting_Resource_EventTags extends Google_Service_Resource { /** * Deletes an existing event tag. (eventTags.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id Event tag ID. * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one event tag by ID. (eventTags.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Event tag ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_EventTag */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_EventTag"); } /** * Inserts a new event tag. (eventTags.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_EventTag $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_EventTag */ public function insert($profileId, Google_Service_Dfareporting_EventTag $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_EventTag"); } /** * Retrieves a list of event tags, possibly filtered. (eventTags.listEventTags) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string adId Select only event tags that belong to this ad. * @opt_param string advertiserId Select only event tags that belong to this * advertiser. * @opt_param string campaignId Select only event tags that belong to this * campaign. * @opt_param bool definitionsOnly Examine only the specified campaign or * advertiser's event tags for matching selector criteria. When set to false, * the parent advertiser and parent campaign of the specified ad or campaign is * examined as well. In addition, when set to false, the status field is * examined as well, along with the enabledByDefault field. This parameter can * not be set to true when adId is specified as ads do not define their own even * tags. * @opt_param bool enabled Select only enabled event tags. What is considered * enabled or disabled depends on the definitionsOnly parameter. When * definitionsOnly is set to true, only the specified advertiser or campaign's * event tags' enabledByDefault field is examined. When definitionsOnly is set * to false, the specified ad or specified campaign's parent advertiser's or * parent campaign's event tags' enabledByDefault and status fields are examined * as well. * @opt_param string eventTagTypes Select only event tags with the specified * event tag types. Event tag types can be used to specify whether to use a * third-party pixel, a third-party JavaScript URL, or a third-party click- * through URL for either impression or click tracking. * @opt_param string ids Select only event tags with these IDs. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "eventtag*2015" will return objects * with names like "eventtag June 2015", "eventtag April 2015", or simply * "eventtag 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "eventtag" will match objects with name "my eventtag", "eventtag 2015", or * simply "eventtag". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_EventTagsListResponse */ public function listEventTags($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_EventTagsListResponse"); } /** * Updates an existing event tag. This method supports patch semantics. * (eventTags.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id EventTag ID. * @param Google_Service_Dfareporting_EventTag $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_EventTag */ public function patch($profileId, $id, Google_Service_Dfareporting_EventTag $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_EventTag"); } /** * Updates an existing event tag. (eventTags.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_EventTag $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_EventTag */ public function update($profileId, Google_Service_Dfareporting_EventTag $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_EventTag"); } } PK+ ZszN N Svendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Files.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $files = $dfareportingService->files; * */ class Google_Service_Dfareporting_Resource_Files extends Google_Service_Resource { /** * Retrieves a report file by its report ID and file ID. This method supports * media download. (files.get) * * @param string $reportId The ID of the report. * @param string $fileId The ID of the report file. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_DfareportingFile */ public function get($reportId, $fileId, $optParams = array()) { $params = array('reportId' => $reportId, 'fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile"); } /** * Lists files for a user profile. (files.listFiles) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken The value of the nextToken from the previous * result page. * @opt_param string scope The scope that defines which results are returned. * @opt_param string sortField The field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_FileList */ public function listFiles($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_FileList"); } } PK+ ZYvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Advertisers.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $advertisers = $dfareportingService->advertisers; * */ class Google_Service_Dfareporting_Resource_Advertisers extends Google_Service_Resource { /** * Gets one advertiser by ID. (advertisers.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Advertiser ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Advertiser */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Advertiser"); } /** * Inserts a new advertiser. (advertisers.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Advertiser $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Advertiser */ public function insert($profileId, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Advertiser"); } /** * Retrieves a list of advertisers, possibly filtered. This method supports * paging. (advertisers.listAdvertisers) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserGroupIds Select only advertisers with these * advertiser group IDs. * @opt_param string floodlightConfigurationIds Select only advertisers with * these floodlight configuration IDs. * @opt_param string ids Select only advertisers with these IDs. * @opt_param bool includeAdvertisersWithoutGroupsOnly Select only advertisers * which do not belong to any advertiser group. * @opt_param int maxResults Maximum number of results to return. * @opt_param bool onlyParent Select only advertisers which use another * advertiser's floodlight configuration. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "advertiser*2015" will return objects * with names like "advertiser June 2015", "advertiser April 2015", or simply * "advertiser 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "advertiser" will match objects with name "my advertiser", "advertiser 2015", * or simply "advertiser" . * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string status Select only advertisers with the specified status. * @opt_param string subaccountId Select only advertisers with these subaccount * IDs. * @return Google_Service_Dfareporting_AdvertisersListResponse */ public function listAdvertisers($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertisersListResponse"); } /** * Updates an existing advertiser. This method supports patch semantics. * (advertisers.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Advertiser ID. * @param Google_Service_Dfareporting_Advertiser $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Advertiser */ public function patch($profileId, $id, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Advertiser"); } /** * Updates an existing advertiser. (advertisers.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Advertiser $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Advertiser */ public function update($profileId, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Advertiser"); } } PK+ ZXwVZvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/VideoFormats.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $videoFormats = $dfareportingService->videoFormats; * */ class Google_Service_Dfareporting_Resource_VideoFormats extends Google_Service_Resource { /** * Gets one video format by ID. (videoFormats.get) * * @param string $profileId User profile ID associated with this request. * @param int $id Video format ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_VideoFormat */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_VideoFormat"); } /** * Lists available video formats. (videoFormats.listVideoFormats) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_VideoFormatsListResponse */ public function listVideoFormats($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_VideoFormatsListResponse"); } } PK+ ZBo]vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DimensionValues.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $dimensionValues = $dfareportingService->dimensionValues; * */ class Google_Service_Dfareporting_Resource_DimensionValues extends Google_Service_Resource { /** * Retrieves list of report dimension values for a list of filters. * (dimensionValues.query) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param Google_Service_Dfareporting_DimensionValueRequest $postBody * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken The value of the nextToken from the previous * result page. * @return Google_Service_Dfareporting_DimensionValueList */ public function query($profileId, Google_Service_Dfareporting_DimensionValueRequest $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_Dfareporting_DimensionValueList"); } } PK+ Z֬`vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetingTemplates.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $targetingTemplates = $dfareportingService->targetingTemplates; * */ class Google_Service_Dfareporting_Resource_TargetingTemplates extends Google_Service_Resource { /** * Gets one targeting template by ID. (targetingTemplates.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Targeting template ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_TargetingTemplate */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_TargetingTemplate"); } /** * Inserts a new targeting template. (targetingTemplates.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_TargetingTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_TargetingTemplate */ public function insert($profileId, Google_Service_Dfareporting_TargetingTemplate $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_TargetingTemplate"); } /** * Retrieves a list of targeting templates, optionally filtered. This method * supports paging. (targetingTemplates.listTargetingTemplates) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserId Select only targeting templates with this * advertiser ID. * @opt_param string ids Select only targeting templates with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "template*2015" will return objects * with names like "template June 2015", "template April 2015", or simply * "template 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "template" will match objects with name "my template", "template 2015", or * simply "template". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_TargetingTemplatesListResponse */ public function listTargetingTemplates($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_TargetingTemplatesListResponse"); } /** * Updates an existing targeting template. This method supports patch semantics. * (targetingTemplates.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id TargetingTemplate ID. * @param Google_Service_Dfareporting_TargetingTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_TargetingTemplate */ public function patch($profileId, $id, Google_Service_Dfareporting_TargetingTemplate $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_TargetingTemplate"); } /** * Updates an existing targeting template. (targetingTemplates.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_TargetingTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_TargetingTemplate */ public function update($profileId, Google_Service_Dfareporting_TargetingTemplate $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_TargetingTemplate"); } } PK+ ZqWvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Creatives.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $creatives = $dfareportingService->creatives; * */ class Google_Service_Dfareporting_Resource_Creatives extends Google_Service_Resource { /** * Gets one creative by ID. (creatives.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Creative ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Creative */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Creative"); } /** * Inserts a new creative. (creatives.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Creative */ public function insert($profileId, Google_Service_Dfareporting_Creative $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Creative"); } /** * Retrieves a list of creatives, possibly filtered. This method supports * paging. (creatives.listCreatives) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool active Select only active creatives. Leave blank to select * active and inactive creatives. * @opt_param string advertiserId Select only creatives with this advertiser ID. * @opt_param bool archived Select only archived creatives. Leave blank to * select archived and unarchived creatives. * @opt_param string campaignId Select only creatives with this campaign ID. * @opt_param string companionCreativeIds Select only in-stream video creatives * with these companion IDs. * @opt_param string creativeFieldIds Select only creatives with these creative * field IDs. * @opt_param string ids Select only creatives with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string renderingIds Select only creatives with these rendering * IDs. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "creative*2015" will return objects * with names like "creative June 2015", "creative April 2015", or simply * "creative 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "creative" will match objects with name "my creative", "creative 2015", or * simply "creative". * @opt_param string sizeIds Select only creatives with these size IDs. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string studioCreativeId Select only creatives corresponding to * this Studio creative ID. * @opt_param string types Select only creatives with these creative types. * @return Google_Service_Dfareporting_CreativesListResponse */ public function listCreatives($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CreativesListResponse"); } /** * Updates an existing creative. This method supports patch semantics. * (creatives.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Creative ID. * @param Google_Service_Dfareporting_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Creative */ public function patch($profileId, $id, Google_Service_Dfareporting_Creative $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Creative"); } /** * Updates an existing creative. (creatives.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Creative */ public function update($profileId, Google_Service_Dfareporting_Creative $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Creative"); } } PK+ Z7\vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeAssets.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $creativeAssets = $dfareportingService->creativeAssets; * */ class Google_Service_Dfareporting_Resource_CreativeAssets extends Google_Service_Resource { /** * Inserts a new creative asset. (creativeAssets.insert) * * @param string $profileId User profile ID associated with this request. * @param string $advertiserId Advertiser ID of this creative. This is a * required field. * @param Google_Service_Dfareporting_CreativeAssetMetadata $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeAssetMetadata */ public function insert($profileId, $advertiserId, Google_Service_Dfareporting_CreativeAssetMetadata $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeAssetMetadata"); } } PK+ Z"xVvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Browsers.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $browsers = $dfareportingService->browsers; * */ class Google_Service_Dfareporting_Resource_Browsers extends Google_Service_Resource { /** * Retrieves a list of browsers. (browsers.listBrowsers) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_BrowsersListResponse */ public function listBrowsers($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_BrowsersListResponse"); } } PK+ Z^Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $languages = $dfareportingService->languages; * */ class Google_Service_Dfareporting_Resource_Languages extends Google_Service_Resource { /** * Retrieves a list of languages. (languages.listLanguages) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_LanguagesListResponse */ public function listLanguages($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_LanguagesListResponse"); } } PK+ Zu\Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Cities.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $cities = $dfareportingService->cities; * */ class Google_Service_Dfareporting_Resource_Cities extends Google_Service_Resource { /** * Retrieves a list of cities, possibly filtered. (cities.listCities) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string countryDartIds Select only cities from these countries. * @opt_param string dartIds Select only cities with these DART IDs. * @opt_param string namePrefix Select only cities with names starting with this * prefix. * @opt_param string regionDartIds Select only cities from these regions. * @return Google_Service_Dfareporting_CitiesListResponse */ public function listCities($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CitiesListResponse"); } } PK+ Z#>,,bvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DynamicTargetingKeys.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $dynamicTargetingKeys = $dfareportingService->dynamicTargetingKeys; * */ class Google_Service_Dfareporting_Resource_DynamicTargetingKeys extends Google_Service_Resource { /** * Deletes an existing dynamic targeting key. (dynamicTargetingKeys.delete) * * @param string $profileId User profile ID associated with this request. * @param string $objectId ID of the object of this dynamic targeting key. This * is a required field. * @param string $name Name of this dynamic targeting key. This is a required * field. Must be less than 256 characters long and cannot contain commas. All * characters are converted to lowercase. * @param string $objectType Type of the object of this dynamic targeting key. * This is a required field. * @param array $optParams Optional parameters. */ public function delete($profileId, $objectId, $name, $objectType, $optParams = array()) { $params = array('profileId' => $profileId, 'objectId' => $objectId, 'name' => $name, 'objectType' => $objectType); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new dynamic targeting key. Keys must be created at the advertiser * level before being assigned to the advertiser's ads, creatives, or * placements. There is a maximum of 1000 keys per advertiser, out of which a * maximum of 20 keys can be assigned per ad, creative, or placement. * (dynamicTargetingKeys.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_DynamicTargetingKey $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_DynamicTargetingKey */ public function insert($profileId, Google_Service_Dfareporting_DynamicTargetingKey $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_DynamicTargetingKey"); } /** * Retrieves a list of dynamic targeting keys. * (dynamicTargetingKeys.listDynamicTargetingKeys) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserId Select only dynamic targeting keys whose * object has this advertiser ID. * @opt_param string names Select only dynamic targeting keys exactly matching * these names. * @opt_param string objectId Select only dynamic targeting keys with this * object ID. * @opt_param string objectType Select only dynamic targeting keys with this * object type. * @return Google_Service_Dfareporting_DynamicTargetingKeysListResponse */ public function listDynamicTargetingKeys($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_DynamicTargetingKeysListResponse"); } } PK+ Zǹ^GGavendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFieldValues.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $creativeFieldValues = $dfareportingService->creativeFieldValues; * */ class Google_Service_Dfareporting_Resource_CreativeFieldValues extends Google_Service_Resource { /** * Deletes an existing creative field value. (creativeFieldValues.delete) * * @param string $profileId User profile ID associated with this request. * @param string $creativeFieldId Creative field ID for this creative field * value. * @param string $id Creative Field Value ID * @param array $optParams Optional parameters. */ public function delete($profileId, $creativeFieldId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one creative field value by ID. (creativeFieldValues.get) * * @param string $profileId User profile ID associated with this request. * @param string $creativeFieldId Creative field ID for this creative field * value. * @param string $id Creative Field Value ID * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeFieldValue */ public function get($profileId, $creativeFieldId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); } /** * Inserts a new creative field value. (creativeFieldValues.insert) * * @param string $profileId User profile ID associated with this request. * @param string $creativeFieldId Creative field ID for this creative field * value. * @param Google_Service_Dfareporting_CreativeFieldValue $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeFieldValue */ public function insert($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); } /** * Retrieves a list of creative field values, possibly filtered. This method * supports paging. (creativeFieldValues.listCreativeFieldValues) * * @param string $profileId User profile ID associated with this request. * @param string $creativeFieldId Creative field ID for this creative field * value. * @param array $optParams Optional parameters. * * @opt_param string ids Select only creative field values with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for creative field values by * their values. Wildcards (e.g. *) are not allowed. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_CreativeFieldValuesListResponse */ public function listCreativeFieldValues($profileId, $creativeFieldId, $optParams = array()) { $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeFieldValuesListResponse"); } /** * Updates an existing creative field value. This method supports patch * semantics. (creativeFieldValues.patch) * * @param string $profileId User profile ID associated with this request. * @param string $creativeFieldId CreativeField ID. * @param string $id CreativeFieldValue ID. * @param Google_Service_Dfareporting_CreativeFieldValue $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeFieldValue */ public function patch($profileId, $creativeFieldId, $id, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); } /** * Updates an existing creative field value. (creativeFieldValues.update) * * @param string $profileId User profile ID associated with this request. * @param string $creativeFieldId Creative field ID for this creative field * value. * @param Google_Service_Dfareporting_CreativeFieldValue $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeFieldValue */ public function update($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); } } PK+ Zt;.? ? Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Conversions.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $conversions = $dfareportingService->conversions; * */ class Google_Service_Dfareporting_Resource_Conversions extends Google_Service_Resource { /** * Inserts conversions. (conversions.batchinsert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_ConversionsBatchInsertRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ConversionsBatchInsertResponse */ public function batchinsert($profileId, Google_Service_Dfareporting_ConversionsBatchInsertRequest $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchinsert', array($params), "Google_Service_Dfareporting_ConversionsBatchInsertResponse"); } /** * Updates existing conversions. (conversions.batchupdate) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_ConversionsBatchUpdateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ConversionsBatchUpdateResponse */ public function batchupdate($profileId, Google_Service_Dfareporting_ConversionsBatchUpdateRequest $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchupdate', array($params), "Google_Service_Dfareporting_ConversionsBatchUpdateResponse"); } } PK+ ZJлVVXvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $changeLogs = $dfareportingService->changeLogs; * */ class Google_Service_Dfareporting_Resource_ChangeLogs extends Google_Service_Resource { /** * Gets one change log by ID. (changeLogs.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Change log ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ChangeLog */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_ChangeLog"); } /** * Retrieves a list of change logs. This method supports paging. * (changeLogs.listChangeLogs) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string action Select only change logs with the specified action. * @opt_param string ids Select only change logs with these IDs. * @opt_param string maxChangeTime Select only change logs whose change time is * before the specified maxChangeTime.The time should be formatted as an RFC3339 * date/time string. For example, for 10:54 PM on July 18th, 2015, in the * America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In * other words, the year, month, day, the letter T, the hour (24-hour clock * system), minute, second, and then the time zone offset. * @opt_param int maxResults Maximum number of results to return. * @opt_param string minChangeTime Select only change logs whose change time is * after the specified minChangeTime.The time should be formatted as an RFC3339 * date/time string. For example, for 10:54 PM on July 18th, 2015, in the * America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In * other words, the year, month, day, the letter T, the hour (24-hour clock * system), minute, second, and then the time zone offset. * @opt_param string objectIds Select only change logs with these object IDs. * @opt_param string objectType Select only change logs with the specified * object type. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Select only change logs whose object ID, user * name, old or new values match the search string. * @opt_param string userProfileIds Select only change logs with these user * profile IDs. * @return Google_Service_Dfareporting_ChangeLogsListResponse */ public function listChangeLogs($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_ChangeLogsListResponse"); } } PK+ ZXMM\vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFields.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $creativeFields = $dfareportingService->creativeFields; * */ class Google_Service_Dfareporting_Resource_CreativeFields extends Google_Service_Resource { /** * Deletes an existing creative field. (creativeFields.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id Creative Field ID * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one creative field by ID. (creativeFields.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Creative Field ID * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeField */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeField"); } /** * Inserts a new creative field. (creativeFields.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_CreativeField $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeField */ public function insert($profileId, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeField"); } /** * Retrieves a list of creative fields, possibly filtered. This method supports * paging. (creativeFields.listCreativeFields) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserIds Select only creative fields that belong to * these advertisers. * @opt_param string ids Select only creative fields with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for creative fields by name * or ID. Wildcards (*) are allowed. For example, "creativefield*2015" will * return creative fields with names like "creativefield June 2015", * "creativefield April 2015", or simply "creativefield 2015". Most of the * searches also add wild-cards implicitly at the start and the end of the * search string. For example, a search string of "creativefield" will match * creative fields with the name "my creativefield", "creativefield 2015", or * simply "creativefield". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_CreativeFieldsListResponse */ public function listCreativeFields($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeFieldsListResponse"); } /** * Updates an existing creative field. This method supports patch semantics. * (creativeFields.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id CreativeField ID. * @param Google_Service_Dfareporting_CreativeField $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeField */ public function patch($profileId, $id, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeField"); } /** * Updates an existing creative field. (creativeFields.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_CreativeField $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CreativeField */ public function update($profileId, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeField"); } } PK+ Z5 \vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/InventoryItems.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $inventoryItems = $dfareportingService->inventoryItems; * */ class Google_Service_Dfareporting_Resource_InventoryItems extends Google_Service_Resource { /** * Gets one inventory item by ID. (inventoryItems.get) * * @param string $profileId User profile ID associated with this request. * @param string $projectId Project ID for order documents. * @param string $id Inventory item ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_InventoryItem */ public function get($profileId, $projectId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'projectId' => $projectId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_InventoryItem"); } /** * Retrieves a list of inventory items, possibly filtered. This method supports * paging. (inventoryItems.listInventoryItems) * * @param string $profileId User profile ID associated with this request. * @param string $projectId Project ID for order documents. * @param array $optParams Optional parameters. * * @opt_param string ids Select only inventory items with these IDs. * @opt_param bool inPlan Select only inventory items that are in plan. * @opt_param int maxResults Maximum number of results to return. * @opt_param string orderId Select only inventory items that belong to * specified orders. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string siteId Select only inventory items that are associated with * these sites. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string type Select only inventory items with this type. * @return Google_Service_Dfareporting_InventoryItemsListResponse */ public function listInventoryItems($profileId, $projectId, $optParams = array()) { $params = array('profileId' => $profileId, 'projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_InventoryItemsListResponse"); } } PK+ ZSkkZvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CustomEvents.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $customEvents = $dfareportingService->customEvents; * */ class Google_Service_Dfareporting_Resource_CustomEvents extends Google_Service_Resource { /** * Inserts custom events. (customEvents.batchinsert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_CustomEventsBatchInsertRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CustomEventsBatchInsertResponse */ public function batchinsert($profileId, Google_Service_Dfareporting_CustomEventsBatchInsertRequest $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchinsert', array($params), "Google_Service_Dfareporting_CustomEventsBatchInsertResponse"); } } PK+ Z Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsFiles.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $files = $dfareportingService->files; * */ class Google_Service_Dfareporting_Resource_ReportsFiles extends Google_Service_Resource { /** * Retrieves a report file by its report ID and file ID. This method supports * media download. (files.get) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param string $reportId The ID of the report. * @param string $fileId The ID of the report file. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_DfareportingFile */ public function get($profileId, $reportId, $fileId, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile"); } /** * Lists files for a report. (files.listReportsFiles) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param string $reportId The ID of the parent report. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken The value of the nextToken from the previous * result page. * @opt_param string sortField The field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_FileList */ public function listReportsFiles($profileId, $reportId, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_FileList"); } } PK+ Z &7DD^vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystems.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $operatingSystems = $dfareportingService->operatingSystems; * */ class Google_Service_Dfareporting_Resource_OperatingSystems extends Google_Service_Resource { /** * Gets one operating system by DART ID. (operatingSystems.get) * * @param string $profileId User profile ID associated with this request. * @param string $dartId Operating system DART ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_OperatingSystem */ public function get($profileId, $dartId, $optParams = array()) { $params = array('profileId' => $profileId, 'dartId' => $dartId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_OperatingSystem"); } /** * Retrieves a list of operating systems. * (operatingSystems.listOperatingSystems) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_OperatingSystemsListResponse */ public function listOperatingSystems($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_OperatingSystemsListResponse"); } } PK+ Z`o[[bvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivities.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $floodlightActivities = $dfareportingService->floodlightActivities; * */ class Google_Service_Dfareporting_Resource_FloodlightActivities extends Google_Service_Resource { /** * Deletes an existing floodlight activity. (floodlightActivities.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id Floodlight activity ID. * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Generates a tag for a floodlight activity. (floodlightActivities.generatetag) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string floodlightActivityId Floodlight activity ID for which we * want to generate a tag. * @return Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse */ public function generatetag($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('generatetag', array($params), "Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse"); } /** * Gets one floodlight activity by ID. (floodlightActivities.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Floodlight activity ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivity */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightActivity"); } /** * Inserts a new floodlight activity. (floodlightActivities.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_FloodlightActivity $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivity */ public function insert($profileId, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_FloodlightActivity"); } /** * Retrieves a list of floodlight activities, possibly filtered. This method * supports paging. (floodlightActivities.listFloodlightActivities) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserId Select only floodlight activities for the * specified advertiser ID. Must specify either ids, advertiserId, or * floodlightConfigurationId for a non-empty result. * @opt_param string floodlightActivityGroupIds Select only floodlight * activities with the specified floodlight activity group IDs. * @opt_param string floodlightActivityGroupName Select only floodlight * activities with the specified floodlight activity group name. * @opt_param string floodlightActivityGroupTagString Select only floodlight * activities with the specified floodlight activity group tag string. * @opt_param string floodlightActivityGroupType Select only floodlight * activities with the specified floodlight activity group type. * @opt_param string floodlightConfigurationId Select only floodlight activities * for the specified floodlight configuration ID. Must specify either ids, * advertiserId, or floodlightConfigurationId for a non-empty result. * @opt_param string ids Select only floodlight activities with the specified * IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for * a non-empty result. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "floodlightactivity*2015" will return * objects with names like "floodlightactivity June 2015", "floodlightactivity * April 2015", or simply "floodlightactivity 2015". Most of the searches also * add wildcards implicitly at the start and the end of the search string. For * example, a search string of "floodlightactivity" will match objects with name * "my floodlightactivity activity", "floodlightactivity 2015", or simply * "floodlightactivity". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string tagString Select only floodlight activities with the * specified tag string. * @return Google_Service_Dfareporting_FloodlightActivitiesListResponse */ public function listFloodlightActivities($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightActivitiesListResponse"); } /** * Updates an existing floodlight activity. This method supports patch * semantics. (floodlightActivities.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id FloodlightActivity ID. * @param Google_Service_Dfareporting_FloodlightActivity $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivity */ public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightActivity"); } /** * Updates an existing floodlight activity. (floodlightActivities.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_FloodlightActivity $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_FloodlightActivity */ public function update($profileId, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightActivity"); } } PK+ Z%$lP Xvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $mobileApps = $dfareportingService->mobileApps; * */ class Google_Service_Dfareporting_Resource_MobileApps extends Google_Service_Resource { /** * Gets one mobile app by ID. (mobileApps.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Mobile app ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_MobileApp */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_MobileApp"); } /** * Retrieves list of available mobile apps. (mobileApps.listMobileApps) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string directories Select only apps from these directories. * @opt_param string ids Select only apps with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "app*2015" will return objects with * names like "app Jan 2018", "app Jan 2018", or simply "app 2018". Most of the * searches also add wildcards implicitly at the start and the end of the search * string. For example, a search string of "app" will match objects with name * "my app", "app 2018", or simply "app". * @return Google_Service_Dfareporting_MobileAppsListResponse */ public function listMobileApps($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_MobileAppsListResponse"); } } PK+ Z#a9 Svendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sizes.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $sizes = $dfareportingService->sizes; * */ class Google_Service_Dfareporting_Resource_Sizes extends Google_Service_Resource { /** * Gets one size by ID. (sizes.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Size ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Size */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Size"); } /** * Inserts a new size. (sizes.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Size $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Size */ public function insert($profileId, Google_Service_Dfareporting_Size $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Size"); } /** * Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally * unique and may include values not currently in use by your account. Due to * this, the list of sizes returned by this method may differ from the list seen * in the Trafficking UI. (sizes.listSizes) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param int height Select only sizes with this height. * @opt_param bool iabStandard Select only IAB standard sizes. * @opt_param string ids Select only sizes with these IDs. * @opt_param int width Select only sizes with this width. * @return Google_Service_Dfareporting_SizesListResponse */ public function listSizes($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_SizesListResponse"); } } PK+ Zevendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsCompatibleFields.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $compatibleFields = $dfareportingService->compatibleFields; * */ class Google_Service_Dfareporting_Resource_ReportsCompatibleFields extends Google_Service_Resource { /** * Returns the fields that are compatible to be selected in the respective * sections of a report criteria, given the fields already selected in the input * report and user permissions. (compatibleFields.query) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param Google_Service_Dfareporting_Report $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CompatibleFields */ public function query($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_Dfareporting_CompatibleFields"); } } PK+ Z9Svendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sites.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $sites = $dfareportingService->sites; * */ class Google_Service_Dfareporting_Resource_Sites extends Google_Service_Resource { /** * Gets one site by ID. (sites.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Site ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Site */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Site"); } /** * Inserts a new site. (sites.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Site $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Site */ public function insert($profileId, Google_Service_Dfareporting_Site $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Site"); } /** * Retrieves a list of sites, possibly filtered. This method supports paging. * (sites.listSites) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool acceptsInStreamVideoPlacements This search filter is no * longer supported and will have no effect on the results returned. * @opt_param bool acceptsInterstitialPlacements This search filter is no longer * supported and will have no effect on the results returned. * @opt_param bool acceptsPublisherPaidPlacements Select only sites that accept * publisher paid placements. * @opt_param bool adWordsSite Select only AdWords sites. * @opt_param bool approved Select only approved sites. * @opt_param string campaignIds Select only sites with these campaign IDs. * @opt_param string directorySiteIds Select only sites with these directory * site IDs. * @opt_param string ids Select only sites with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name, ID or * keyName. Wildcards (*) are allowed. For example, "site*2015" will return * objects with names like "site June 2015", "site April 2015", or simply "site * 2015". Most of the searches also add wildcards implicitly at the start and * the end of the search string. For example, a search string of "site" will * match objects with name "my site", "site 2015", or simply "site". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string subaccountId Select only sites with this subaccount ID. * @opt_param bool unmappedSite Select only sites that have not been mapped to a * directory site. * @return Google_Service_Dfareporting_SitesListResponse */ public function listSites($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_SitesListResponse"); } /** * Updates an existing site. This method supports patch semantics. (sites.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Site ID. * @param Google_Service_Dfareporting_Site $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Site */ public function patch($profileId, $id, Google_Service_Dfareporting_Site $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Site"); } /** * Updates an existing site. (sites.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Site $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Site */ public function update($profileId, Google_Service_Dfareporting_Site $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Site"); } } PK+ Zp Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Projects.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $projects = $dfareportingService->projects; * */ class Google_Service_Dfareporting_Resource_Projects extends Google_Service_Resource { /** * Gets one project by ID. (projects.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Project ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Project */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Project"); } /** * Retrieves a list of projects, possibly filtered. This method supports paging * . (projects.listProjects) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserIds Select only projects with these advertiser * IDs. * @opt_param string ids Select only projects with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for projects by name or ID. * Wildcards (*) are allowed. For example, "project*2015" will return projects * with names like "project June 2015", "project April 2015", or simply "project * 2015". Most of the searches also add wildcards implicitly at the start and * the end of the search string. For example, a search string of "project" will * match projects with name "my project", "project 2015", or simply "project". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_ProjectsListResponse */ public function listProjects($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_ProjectsListResponse"); } } PK+ ZЩHH^vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingLists.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $remarketingLists = $dfareportingService->remarketingLists; * */ class Google_Service_Dfareporting_Resource_RemarketingLists extends Google_Service_Resource { /** * Gets one remarketing list by ID. (remarketingLists.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Remarketing list ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingList */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_RemarketingList"); } /** * Inserts a new remarketing list. (remarketingLists.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_RemarketingList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingList */ public function insert($profileId, Google_Service_Dfareporting_RemarketingList $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_RemarketingList"); } /** * Retrieves a list of remarketing lists, possibly filtered. This method * supports paging. (remarketingLists.listRemarketingLists) * * @param string $profileId User profile ID associated with this request. * @param string $advertiserId Select only remarketing lists owned by this * advertiser. * @param array $optParams Optional parameters. * * @opt_param bool active Select only active or only inactive remarketing lists. * @opt_param string floodlightActivityId Select only remarketing lists that * have this floodlight activity ID. * @opt_param int maxResults Maximum number of results to return. * @opt_param string name Allows searching for objects by name or ID. Wildcards * (*) are allowed. For example, "remarketing list*2015" will return objects * with names like "remarketing list June 2015", "remarketing list April 2015", * or simply "remarketing list 2015". Most of the searches also add wildcards * implicitly at the start and the end of the search string. For example, a * search string of "remarketing list" will match objects with name "my * remarketing list", "remarketing list 2015", or simply "remarketing list". * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_RemarketingListsListResponse */ public function listRemarketingLists($profileId, $advertiserId, $optParams = array()) { $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_RemarketingListsListResponse"); } /** * Updates an existing remarketing list. This method supports patch semantics. * (remarketingLists.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id RemarketingList ID. * @param Google_Service_Dfareporting_RemarketingList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingList */ public function patch($profileId, $id, Google_Service_Dfareporting_RemarketingList $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_RemarketingList"); } /** * Updates an existing remarketing list. (remarketingLists.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_RemarketingList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RemarketingList */ public function update($profileId, Google_Service_Dfareporting_RemarketingList $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_RemarketingList"); } } PK+ Z^vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserGroups.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $advertiserGroups = $dfareportingService->advertiserGroups; * */ class Google_Service_Dfareporting_Resource_AdvertiserGroups extends Google_Service_Resource { /** * Deletes an existing advertiser group. (advertiserGroups.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id Advertiser group ID. * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one advertiser group by ID. (advertiserGroups.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Advertiser group ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AdvertiserGroup */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); } /** * Inserts a new advertiser group. (advertiserGroups.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_AdvertiserGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AdvertiserGroup */ public function insert($profileId, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); } /** * Retrieves a list of advertiser groups, possibly filtered. This method * supports paging. (advertiserGroups.listAdvertiserGroups) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string ids Select only advertiser groups with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "advertiser*2015" will return objects * with names like "advertiser group June 2015", "advertiser group April 2015", * or simply "advertiser group 2015". Most of the searches also add wildcards * implicitly at the start and the end of the search string. For example, a * search string of "advertisergroup" will match objects with name "my * advertisergroup", "advertisergroup 2015", or simply "advertisergroup". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_AdvertiserGroupsListResponse */ public function listAdvertiserGroups($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertiserGroupsListResponse"); } /** * Updates an existing advertiser group. This method supports patch semantics. * (advertiserGroups.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id AdvertiserGroup ID. * @param Google_Service_Dfareporting_AdvertiserGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AdvertiserGroup */ public function patch($profileId, $id, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); } /** * Updates an existing advertiser group. (advertiserGroups.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_AdvertiserGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AdvertiserGroup */ public function update($profileId, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); } } PK+ Z6+2Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Reports.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $reports = $dfareportingService->reports; * */ class Google_Service_Dfareporting_Resource_Reports extends Google_Service_Resource { /** * Deletes a report by its ID. (reports.delete) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param string $reportId The ID of the report. * @param array $optParams Optional parameters. */ public function delete($profileId, $reportId, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a report by its ID. (reports.get) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param string $reportId The ID of the report. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Report */ public function get($profileId, $reportId, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Report"); } /** * Creates a report. (reports.insert) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param Google_Service_Dfareporting_Report $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Report */ public function insert($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Report"); } /** * Retrieves list of reports. (reports.listReports) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken The value of the nextToken from the previous * result page. * @opt_param string scope The scope that defines which results are returned. * @opt_param string sortField The field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_ReportList */ public function listReports($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_ReportList"); } /** * Updates an existing report. This method supports patch semantics. * (reports.patch) * * @param string $profileId The DFA user profile ID. * @param string $reportId The ID of the report. * @param Google_Service_Dfareporting_Report $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Report */ public function patch($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Report"); } /** * Runs a report. (reports.run) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param string $reportId The ID of the report. * @param array $optParams Optional parameters. * * @opt_param bool synchronous If set and true, tries to run the report * synchronously. * @return Google_Service_Dfareporting_DfareportingFile */ public function run($profileId, $reportId, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_Dfareporting_DfareportingFile"); } /** * Updates a report. (reports.update) * * @param string $profileId The Campaign Manager 360 user profile ID. * @param string $reportId The ID of the report. * @param Google_Service_Dfareporting_Report $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Report */ public function update($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Report"); } } PK+ Z2_Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PostalCodes.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $postalCodes = $dfareportingService->postalCodes; * */ class Google_Service_Dfareporting_Resource_PostalCodes extends Google_Service_Resource { /** * Gets one postal code by ID. (postalCodes.get) * * @param string $profileId User profile ID associated with this request. * @param string $code Postal code ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PostalCode */ public function get($profileId, $code, $optParams = array()) { $params = array('profileId' => $profileId, 'code' => $code); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_PostalCode"); } /** * Retrieves a list of postal codes. (postalCodes.listPostalCodes) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PostalCodesListResponse */ public function listPostalCodes($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_PostalCodesListResponse"); } } PK+ Z;qZvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserProfiles.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $userProfiles = $dfareportingService->userProfiles; * */ class Google_Service_Dfareporting_Resource_UserProfiles extends Google_Service_Resource { /** * Gets one user profile by ID. (userProfiles.get) * * @param string $profileId The user profile ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserProfile */ public function get($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_UserProfile"); } /** * Retrieves list of user profiles for a user. (userProfiles.listUserProfiles) * * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserProfileList */ public function listUserProfiles($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_UserProfileList"); } } PK+ ZImWvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Campaigns.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $campaigns = $dfareportingService->campaigns; * */ class Google_Service_Dfareporting_Resource_Campaigns extends Google_Service_Resource { /** * Gets one campaign by ID. (campaigns.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Campaign ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Campaign */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Campaign"); } /** * Inserts a new campaign. (campaigns.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Campaign $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Campaign */ public function insert($profileId, Google_Service_Dfareporting_Campaign $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Campaign"); } /** * Retrieves a list of campaigns, possibly filtered. This method supports * paging. (campaigns.listCampaigns) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserGroupIds Select only campaigns whose advertisers * belong to these advertiser groups. * @opt_param string advertiserIds Select only campaigns that belong to these * advertisers. * @opt_param bool archived Select only archived campaigns. Don't set this field * to select both archived and non-archived campaigns. * @opt_param bool atLeastOneOptimizationActivity Select only campaigns that * have at least one optimization activity. * @opt_param string excludedIds Exclude campaigns with these IDs. * @opt_param string ids Select only campaigns with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string overriddenEventTagId Select only campaigns that have * overridden this event tag ID. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for campaigns by name or ID. * Wildcards (*) are allowed. For example, "campaign*2015" will return campaigns * with names like "campaign June 2015", "campaign April 2015", or simply * "campaign 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "campaign" will match campaigns with name "my campaign", "campaign 2015", or * simply "campaign". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string subaccountId Select only campaigns that belong to this * subaccount. * @return Google_Service_Dfareporting_CampaignsListResponse */ public function listCampaigns($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CampaignsListResponse"); } /** * Updates an existing campaign. This method supports patch semantics. * (campaigns.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Campaign ID. * @param Google_Service_Dfareporting_Campaign $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Campaign */ public function patch($profileId, $id, Google_Service_Dfareporting_Campaign $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Campaign"); } /** * Updates an existing campaign. (campaigns.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Campaign $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Campaign */ public function update($profileId, Google_Service_Dfareporting_Campaign $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Campaign"); } } PK+ Zuu \vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileCarriers.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $mobileCarriers = $dfareportingService->mobileCarriers; * */ class Google_Service_Dfareporting_Resource_MobileCarriers extends Google_Service_Resource { /** * Gets one mobile carrier by ID. (mobileCarriers.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Mobile carrier ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_MobileCarrier */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_MobileCarrier"); } /** * Retrieves a list of mobile carriers. (mobileCarriers.listMobileCarriers) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_MobileCarriersListResponse */ public function listMobileCarriers($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_MobileCarriersListResponse"); } } PK+ Zz[c\vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DirectorySites.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $directorySites = $dfareportingService->directorySites; * */ class Google_Service_Dfareporting_Resource_DirectorySites extends Google_Service_Resource { /** * Gets one directory site by ID. (directorySites.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Directory site ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_DirectorySite */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_DirectorySite"); } /** * Inserts a new directory site. (directorySites.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_DirectorySite $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_DirectorySite */ public function insert($profileId, Google_Service_Dfareporting_DirectorySite $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_DirectorySite"); } /** * Retrieves a list of directory sites, possibly filtered. This method supports * paging. (directorySites.listDirectorySites) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool acceptsInStreamVideoPlacements This search filter is no * longer supported and will have no effect on the results returned. * @opt_param bool acceptsInterstitialPlacements This search filter is no longer * supported and will have no effect on the results returned. * @opt_param bool acceptsPublisherPaidPlacements Select only directory sites * that accept publisher paid placements. This field can be left blank. * @opt_param bool active Select only active directory sites. Leave blank to * retrieve both active and inactive directory sites. * @opt_param string dfpNetworkCode Select only directory sites with this Ad * Manager network code. * @opt_param string ids Select only directory sites with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name, ID or * URL. Wildcards (*) are allowed. For example, "directory site*2015" will * return objects with names like "directory site June 2015", "directory site * April 2015", or simply "directory site 2015". Most of the searches also add * wildcards implicitly at the start and the end of the search string. For * example, a search string of "directory site" will match objects with name "my * directory site", "directory site 2015" or simply, "directory site". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_DirectorySitesListResponse */ public function listDirectorySites($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_DirectorySitesListResponse"); } } PK+ Z<Ўavendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountUserProfiles.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $accountUserProfiles = $dfareportingService->accountUserProfiles; * */ class Google_Service_Dfareporting_Resource_AccountUserProfiles extends Google_Service_Resource { /** * Gets one account user profile by ID. (accountUserProfiles.get) * * @param string $profileId User profile ID associated with this request. * @param string $id User profile ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountUserProfile */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_AccountUserProfile"); } /** * Inserts a new account user profile. (accountUserProfiles.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_AccountUserProfile $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountUserProfile */ public function insert($profileId, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_AccountUserProfile"); } /** * Retrieves a list of account user profiles, possibly filtered. This method * supports paging. (accountUserProfiles.listAccountUserProfiles) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool active Select only active user profiles. * @opt_param string ids Select only user profiles with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name, ID or * email. Wildcards (*) are allowed. For example, "user profile*2015" will * return objects with names like "user profile June 2015", "user profile April * 2015", or simply "user profile 2015". Most of the searches also add wildcards * implicitly at the start and the end of the search string. For example, a * search string of "user profile" will match objects with name "my user * profile", "user profile 2015", or simply "user profile". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string subaccountId Select only user profiles with the specified * subaccount ID. * @opt_param string userRoleId Select only user profiles with the specified * user role ID. * @return Google_Service_Dfareporting_AccountUserProfilesListResponse */ public function listAccountUserProfiles($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AccountUserProfilesListResponse"); } /** * Updates an existing account user profile. This method supports patch * semantics. (accountUserProfiles.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id AccountUserProfile ID. * @param Google_Service_Dfareporting_AccountUserProfile $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountUserProfile */ public function patch($profileId, $id, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_AccountUserProfile"); } /** * Updates an existing account user profile. (accountUserProfiles.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_AccountUserProfile $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountUserProfile */ public function update($profileId, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_AccountUserProfile"); } } PK+ Z35|4 4 hvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetableRemarketingLists.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $targetableRemarketingLists = $dfareportingService->targetableRemarketingLists; * */ class Google_Service_Dfareporting_Resource_TargetableRemarketingLists extends Google_Service_Resource { /** * Gets one remarketing list by ID. (targetableRemarketingLists.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Remarketing list ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_TargetableRemarketingList */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_TargetableRemarketingList"); } /** * Retrieves a list of targetable remarketing lists, possibly filtered. This * method supports paging. * (targetableRemarketingLists.listTargetableRemarketingLists) * * @param string $profileId User profile ID associated with this request. * @param string $advertiserId Select only targetable remarketing lists * targetable by these advertisers. * @param array $optParams Optional parameters. * * @opt_param bool active Select only active or only inactive targetable * remarketing lists. * @opt_param int maxResults Maximum number of results to return. * @opt_param string name Allows searching for objects by name or ID. Wildcards * (*) are allowed. For example, "remarketing list*2015" will return objects * with names like "remarketing list June 2015", "remarketing list April 2015", * or simply "remarketing list 2015". Most of the searches also add wildcards * implicitly at the start and the end of the search string. For example, a * search string of "remarketing list" will match objects with name "my * remarketing list", "remarketing list 2015", or simply "remarketing list". * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_TargetableRemarketingListsListResponse */ public function listTargetableRemarketingLists($profileId, $advertiserId, $optParams = array()) { $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_TargetableRemarketingListsListResponse"); } } PK+ Z3aVvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Accounts.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $accounts = $dfareportingService->accounts; * */ class Google_Service_Dfareporting_Resource_Accounts extends Google_Service_Resource { /** * Gets one account by ID. (accounts.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Account ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Account */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Account"); } /** * Retrieves the list of accounts, possibly filtered. This method supports * paging. (accounts.listAccounts) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool active Select only active accounts. Don't set this field to * select both active and non-active accounts. * @opt_param string ids Select only accounts with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "account*2015" will return objects * with names like "account June 2015", "account April 2015", or simply "account * 2015". Most of the searches also add wildcards implicitly at the start and * the end of the search string. For example, a search string of "account" will * match objects with name "my account", "account 2015", or simply "account". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_AccountsListResponse */ public function listAccounts($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AccountsListResponse"); } /** * Updates an existing account. This method supports patch semantics. * (accounts.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Account ID. * @param Google_Service_Dfareporting_Account $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Account */ public function patch($profileId, $id, Google_Service_Dfareporting_Account $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Account"); } /** * Updates an existing account. (accounts.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Account $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Account */ public function update($profileId, Google_Service_Dfareporting_Account $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Account"); } } PK+ Z]vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ConnectionTypes.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $connectionTypes = $dfareportingService->connectionTypes; * */ class Google_Service_Dfareporting_Resource_ConnectionTypes extends Google_Service_Resource { /** * Gets one connection type by ID. (connectionTypes.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Connection type ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ConnectionType */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_ConnectionType"); } /** * Retrieves a list of connection types. (connectionTypes.listConnectionTypes) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_ConnectionTypesListResponse */ public function listConnectionTypes($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_ConnectionTypesListResponse"); } } PK+ ZeWvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $countries = $dfareportingService->countries; * */ class Google_Service_Dfareporting_Resource_Countries extends Google_Service_Resource { /** * Gets one country by ID. (countries.get) * * @param string $profileId User profile ID associated with this request. * @param string $dartId Country DART ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Country */ public function get($profileId, $dartId, $optParams = array()) { $params = array('profileId' => $profileId, 'dartId' => $dartId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Country"); } /** * Retrieves a list of countries. (countries.listCountries) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CountriesListResponse */ public function listCountries($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CountriesListResponse"); } } PK+ Z&| Xvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Placements.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $placements = $dfareportingService->placements; * */ class Google_Service_Dfareporting_Resource_Placements extends Google_Service_Resource { /** * Generates tags for a placement. (placements.generatetags) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string campaignId Generate placements belonging to this campaign. * This is a required field. * @opt_param string placementIds Generate tags for these placements. * @opt_param string tagFormats Tag formats to generate for these placements. * *Note:* PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements. * @return Google_Service_Dfareporting_PlacementsGenerateTagsResponse */ public function generatetags($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('generatetags', array($params), "Google_Service_Dfareporting_PlacementsGenerateTagsResponse"); } /** * Gets one placement by ID. (placements.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Placement ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Placement */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Placement"); } /** * Inserts a new placement. (placements.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Placement $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Placement */ public function insert($profileId, Google_Service_Dfareporting_Placement $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Placement"); } /** * Retrieves a list of placements, possibly filtered. This method supports * paging. (placements.listPlacements) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserIds Select only placements that belong to these * advertisers. * @opt_param bool archived Select only archived placements. Don't set this * field to select both archived and non-archived placements. * @opt_param string campaignIds Select only placements that belong to these * campaigns. * @opt_param string compatibilities Select only placements that are associated * with these compatibilities. DISPLAY and DISPLAY_INTERSTITIAL refer to * rendering either on desktop or on mobile devices for regular or interstitial * ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. * IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the * VAST standard. * @opt_param string contentCategoryIds Select only placements that are * associated with these content categories. * @opt_param string directorySiteIds Select only placements that are associated * with these directory sites. * @opt_param string groupIds Select only placements that belong to these * placement groups. * @opt_param string ids Select only placements with these IDs. * @opt_param string maxEndDate Select only placements or placement groups whose * end date is on or before the specified maxEndDate. The date should be * formatted as "yyyy-MM-dd". * @opt_param int maxResults Maximum number of results to return. * @opt_param string maxStartDate Select only placements or placement groups * whose start date is on or before the specified maxStartDate. The date should * be formatted as "yyyy-MM-dd". * @opt_param string minEndDate Select only placements or placement groups whose * end date is on or after the specified minEndDate. The date should be * formatted as "yyyy-MM-dd". * @opt_param string minStartDate Select only placements or placement groups * whose start date is on or after the specified minStartDate. The date should * be formatted as "yyyy-MM-dd". * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string paymentSource Select only placements with this payment * source. * @opt_param string placementStrategyIds Select only placements that are * associated with these placement strategies. * @opt_param string pricingTypes Select only placements with these pricing * types. * @opt_param string searchString Allows searching for placements by name or ID. * Wildcards (*) are allowed. For example, "placement*2015" will return * placements with names like "placement June 2015", "placement May 2015", or * simply "placements 2015". Most of the searches also add wildcards implicitly * at the start and the end of the search string. For example, a search string * of "placement" will match placements with name "my placement", "placement * 2015", or simply "placement" . * @opt_param string siteIds Select only placements that are associated with * these sites. * @opt_param string sizeIds Select only placements that are associated with * these sizes. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_PlacementsListResponse */ public function listPlacements($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementsListResponse"); } /** * Updates an existing placement. This method supports patch semantics. * (placements.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Placement ID. * @param Google_Service_Dfareporting_Placement $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Placement */ public function patch($profileId, $id, Google_Service_Dfareporting_Placement $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Placement"); } /** * Updates an existing placement. (placements.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Placement $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Placement */ public function update($profileId, Google_Service_Dfareporting_Placement $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Placement"); } } PK+ ZUvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Regions.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $regions = $dfareportingService->regions; * */ class Google_Service_Dfareporting_Resource_Regions extends Google_Service_Resource { /** * Retrieves a list of regions. (regions.listRegions) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_RegionsListResponse */ public function listRegions($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_RegionsListResponse"); } } PK+ Z0avendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissions.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $userRolePermissions = $dfareportingService->userRolePermissions; * */ class Google_Service_Dfareporting_Resource_UserRolePermissions extends Google_Service_Resource { /** * Gets one user role permission by ID. (userRolePermissions.get) * * @param string $profileId User profile ID associated with this request. * @param string $id User role permission ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRolePermission */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_UserRolePermission"); } /** * Gets a list of user role permissions, possibly filtered. * (userRolePermissions.listUserRolePermissions) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string ids Select only user role permissions with these IDs. * @return Google_Service_Dfareporting_UserRolePermissionsListResponse */ public function listUserRolePermissions($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolePermissionsListResponse"); } } PK+ Z)Fevendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissionGroups.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $accountPermissionGroups = $dfareportingService->accountPermissionGroups; * */ class Google_Service_Dfareporting_Resource_AccountPermissionGroups extends Google_Service_Resource { /** * Gets one account permission group by ID. (accountPermissionGroups.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Account permission group ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountPermissionGroup */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_AccountPermissionGroup"); } /** * Retrieves the list of account permission groups. * (accountPermissionGroups.listAccountPermissionGroups) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountPermissionGroupsListResponse */ public function listAccountPermissionGroups($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AccountPermissionGroupsListResponse"); } } PK+ Z[vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlatformTypes.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $platformTypes = $dfareportingService->platformTypes; * */ class Google_Service_Dfareporting_Resource_PlatformTypes extends Google_Service_Resource { /** * Gets one platform type by ID. (platformTypes.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Platform type ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlatformType */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_PlatformType"); } /** * Retrieves a list of platform types. (platformTypes.listPlatformTypes) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_PlatformTypesListResponse */ public function listPlatformTypes($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_PlatformTypesListResponse"); } } PK+ Z^ߖevendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystemVersions.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $operatingSystemVersions = $dfareportingService->operatingSystemVersions; * */ class Google_Service_Dfareporting_Resource_OperatingSystemVersions extends Google_Service_Resource { /** * Gets one operating system version by ID. (operatingSystemVersions.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Operating system version ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_OperatingSystemVersion */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_OperatingSystemVersion"); } /** * Retrieves a list of operating system versions. * (operatingSystemVersions.listOperatingSystemVersions) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_OperatingSystemVersionsListResponse */ public function listOperatingSystemVersions($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_OperatingSystemVersionsListResponse"); } } PK+ ZiM \vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OrderDocuments.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $orderDocuments = $dfareportingService->orderDocuments; * */ class Google_Service_Dfareporting_Resource_OrderDocuments extends Google_Service_Resource { /** * Gets one order document by ID. (orderDocuments.get) * * @param string $profileId User profile ID associated with this request. * @param string $projectId Project ID for order documents. * @param string $id Order document ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_OrderDocument */ public function get($profileId, $projectId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'projectId' => $projectId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_OrderDocument"); } /** * Retrieves a list of order documents, possibly filtered. This method supports * paging. (orderDocuments.listOrderDocuments) * * @param string $profileId User profile ID associated with this request. * @param string $projectId Project ID for order documents. * @param array $optParams Optional parameters. * * @opt_param bool approved Select only order documents that have been approved * by at least one user. * @opt_param string ids Select only order documents with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string orderId Select only order documents for specified orders. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for order documents by name * or ID. Wildcards (*) are allowed. For example, "orderdocument*2015" will * return order documents with names like "orderdocument June 2015", * "orderdocument April 2015", or simply "orderdocument 2015". Most of the * searches also add wildcards implicitly at the start and the end of the search * string. For example, a search string of "orderdocument" will match order * documents with name "my orderdocument", "orderdocument 2015", or simply * "orderdocument". * @opt_param string siteId Select only order documents that are associated with * these sites. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_OrderDocumentsListResponse */ public function listOrderDocuments($profileId, $projectId, $optParams = array()) { $params = array('profileId' => $profileId, 'projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_OrderDocumentsListResponse"); } } PK+ ZjPWvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRoles.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $userRoles = $dfareportingService->userRoles; * */ class Google_Service_Dfareporting_Resource_UserRoles extends Google_Service_Resource { /** * Deletes an existing user role. (userRoles.delete) * * @param string $profileId User profile ID associated with this request. * @param string $id User role ID. * @param array $optParams Optional parameters. */ public function delete($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets one user role by ID. (userRoles.get) * * @param string $profileId User profile ID associated with this request. * @param string $id User role ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRole */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_UserRole"); } /** * Inserts a new user role. (userRoles.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_UserRole $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRole */ public function insert($profileId, Google_Service_Dfareporting_UserRole $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_UserRole"); } /** * Retrieves a list of user roles, possibly filtered. This method supports * paging. (userRoles.listUserRoles) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param bool accountUserRoleOnly Select only account level user roles not * associated with any specific subaccount. * @opt_param string ids Select only user roles with the specified IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "userrole*2015" will return objects * with names like "userrole June 2015", "userrole April 2015", or simply * "userrole 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "userrole" will match objects with name "my userrole", "userrole 2015", or * simply "userrole". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string subaccountId Select only user roles that belong to this * subaccount. * @return Google_Service_Dfareporting_UserRolesListResponse */ public function listUserRoles($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolesListResponse"); } /** * Updates an existing user role. This method supports patch semantics. * (userRoles.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id UserRole ID. * @param Google_Service_Dfareporting_UserRole $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRole */ public function patch($profileId, $id, Google_Service_Dfareporting_UserRole $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_UserRole"); } /** * Updates an existing user role. (userRoles.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_UserRole $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRole */ public function update($profileId, Google_Service_Dfareporting_UserRole $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_UserRole"); } } PK+ ZV*> jvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CampaignCreativeAssociations.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $campaignCreativeAssociations = $dfareportingService->campaignCreativeAssociations; * */ class Google_Service_Dfareporting_Resource_CampaignCreativeAssociations extends Google_Service_Resource { /** * Associates a creative with the specified campaign. This method creates a * default ad with dimensions matching the creative in the campaign if such a * default ad does not exist already. (campaignCreativeAssociations.insert) * * @param string $profileId User profile ID associated with this request. * @param string $campaignId Campaign ID in this association. * @param Google_Service_Dfareporting_CampaignCreativeAssociation $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_CampaignCreativeAssociation */ public function insert($profileId, $campaignId, Google_Service_Dfareporting_CampaignCreativeAssociation $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_CampaignCreativeAssociation"); } /** * Retrieves the list of creative IDs associated with the specified campaign. * This method supports paging. * (campaignCreativeAssociations.listCampaignCreativeAssociations) * * @param string $profileId User profile ID associated with this request. * @param string $campaignId Campaign ID in this association. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse */ public function listCampaignCreativeAssociations($profileId, $campaignId, $optParams = array()) { $params = array('profileId' => $profileId, 'campaignId' => $campaignId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse"); } } PK+ ZRJJ`vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissions.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $accountPermissions = $dfareportingService->accountPermissions; * */ class Google_Service_Dfareporting_Resource_AccountPermissions extends Google_Service_Resource { /** * Gets one account permission by ID. (accountPermissions.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Account permission ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountPermission */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_AccountPermission"); } /** * Retrieves the list of account permissions. * (accountPermissions.listAccountPermissions) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_AccountPermissionsListResponse */ public function listAccountPermissions($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AccountPermissionsListResponse"); } } PK+ ZQhTvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Metros.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $metros = $dfareportingService->metros; * */ class Google_Service_Dfareporting_Resource_Metros extends Google_Service_Resource { /** * Retrieves a list of metros. (metros.listMetros) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_MetrosListResponse */ public function listMetros($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_MetrosListResponse"); } } PK+ ZSdvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserLandingPages.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $advertiserLandingPages = $dfareportingService->advertiserLandingPages; * */ class Google_Service_Dfareporting_Resource_AdvertiserLandingPages extends Google_Service_Resource { /** * Gets one landing page by ID. (advertiserLandingPages.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Landing page ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_LandingPage */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_LandingPage"); } /** * Inserts a new landing page. (advertiserLandingPages.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_LandingPage $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_LandingPage */ public function insert($profileId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_LandingPage"); } /** * Retrieves a list of landing pages. * (advertiserLandingPages.listAdvertiserLandingPages) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string advertiserIds Select only landing pages that belong to * these advertisers. * @opt_param bool archived Select only archived landing pages. Don't set this * field to select both archived and non-archived landing pages. * @opt_param string campaignIds Select only landing pages that are associated * with these campaigns. * @opt_param string ids Select only landing pages with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for landing pages by name or * ID. Wildcards (*) are allowed. For example, "landingpage*2017" will return * landing pages with names like "landingpage July 2017", "landingpage March * 2017", or simply "landingpage 2017". Most of the searches also add wildcards * implicitly at the start and the end of the search string. For example, a * search string of "landingpage" will match campaigns with name "my * landingpage", "landingpage 2015", or simply "landingpage". * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @opt_param string subaccountId Select only landing pages that belong to this * subaccount. * @return Google_Service_Dfareporting_AdvertiserLandingPagesListResponse */ public function listAdvertiserLandingPages($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertiserLandingPagesListResponse"); } /** * Updates an existing advertiser landing page. This method supports patch * semantics. (advertiserLandingPages.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id LandingPage ID. * @param Google_Service_Dfareporting_LandingPage $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_LandingPage */ public function patch($profileId, $id, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_LandingPage"); } /** * Updates an existing landing page. (advertiserLandingPages.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_LandingPage $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_LandingPage */ public function update($profileId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_LandingPage"); } } PK+ ZJ" Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Orders.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $orders = $dfareportingService->orders; * */ class Google_Service_Dfareporting_Resource_Orders extends Google_Service_Resource { /** * Gets one order by ID. (orders.get) * * @param string $profileId User profile ID associated with this request. * @param string $projectId Project ID for orders. * @param string $id Order ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Order */ public function get($profileId, $projectId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'projectId' => $projectId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Order"); } /** * Retrieves a list of orders, possibly filtered. This method supports paging. * (orders.listOrders) * * @param string $profileId User profile ID associated with this request. * @param string $projectId Project ID for orders. * @param array $optParams Optional parameters. * * @opt_param string ids Select only orders with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for orders by name or ID. * Wildcards (*) are allowed. For example, "order*2015" will return orders with * names like "order June 2015", "order April 2015", or simply "order 2015". * Most of the searches also add wildcards implicitly at the start and the end * of the search string. For example, a search string of "order" will match * orders with name "my order", "order 2015", or simply "order". * @opt_param string siteId Select only orders that are associated with these * site IDs. * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_OrdersListResponse */ public function listOrders($profileId, $projectId, $optParams = array()) { $params = array('profileId' => $profileId, 'projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_OrdersListResponse"); } } PK+ Z)fvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissionGroups.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $userRolePermissionGroups = $dfareportingService->userRolePermissionGroups; * */ class Google_Service_Dfareporting_Resource_UserRolePermissionGroups extends Google_Service_Resource { /** * Gets one user role permission group by ID. (userRolePermissionGroups.get) * * @param string $profileId User profile ID associated with this request. * @param string $id User role permission group ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRolePermissionGroup */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_UserRolePermissionGroup"); } /** * Gets a list of all supported user role permission groups. * (userRolePermissionGroups.listUserRolePermissionGroups) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_UserRolePermissionGroupsListResponse */ public function listUserRolePermissionGroups($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolePermissionGroupsListResponse"); } } PK+ Z9XXYvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Subaccounts.phpnu[ * $dfareportingService = new Google_Service_Dfareporting(...); * $subaccounts = $dfareportingService->subaccounts; * */ class Google_Service_Dfareporting_Resource_Subaccounts extends Google_Service_Resource { /** * Gets one subaccount by ID. (subaccounts.get) * * @param string $profileId User profile ID associated with this request. * @param string $id Subaccount ID. * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Subaccount */ public function get($profileId, $id, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dfareporting_Subaccount"); } /** * Inserts a new subaccount. (subaccounts.insert) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Subaccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Subaccount */ public function insert($profileId, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Subaccount"); } /** * Gets a list of subaccounts, possibly filtered. This method supports paging. * (subaccounts.listSubaccounts) * * @param string $profileId User profile ID associated with this request. * @param array $optParams Optional parameters. * * @opt_param string ids Select only subaccounts with these IDs. * @opt_param int maxResults Maximum number of results to return. * @opt_param string pageToken Value of the nextPageToken from the previous * result page. * @opt_param string searchString Allows searching for objects by name or ID. * Wildcards (*) are allowed. For example, "subaccount*2015" will return objects * with names like "subaccount June 2015", "subaccount April 2015", or simply * "subaccount 2015". Most of the searches also add wildcards implicitly at the * start and the end of the search string. For example, a search string of * "subaccount" will match objects with name "my subaccount", "subaccount 2015", * or simply "subaccount" . * @opt_param string sortField Field by which to sort the list. * @opt_param string sortOrder Order of sorted results. * @return Google_Service_Dfareporting_SubaccountsListResponse */ public function listSubaccounts($profileId, $optParams = array()) { $params = array('profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dfareporting_SubaccountsListResponse"); } /** * Updates an existing subaccount. This method supports patch semantics. * (subaccounts.patch) * * @param string $profileId User profile ID associated with this request. * @param string $id Subaccount ID. * @param Google_Service_Dfareporting_Subaccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Subaccount */ public function patch($profileId, $id, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dfareporting_Subaccount"); } /** * Updates an existing subaccount. (subaccounts.update) * * @param string $profileId User profile ID associated with this request. * @param Google_Service_Dfareporting_Subaccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dfareporting_Subaccount */ public function update($profileId, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array()) { $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dfareporting_Subaccount"); } } PK+ Z6>>`vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionTypesListResponse.phpnu[connectionTypes = $connectionTypes; } /** * @return Google_Service_Dfareporting_ConnectionType[] */ public function getConnectionTypes() { return $this->connectionTypes; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZCd;;Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/ChannelGrouping.phpnu[fallbackName = $fallbackName; } public function getFallbackName() { return $this->fallbackName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_ChannelGroupingRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Dfareporting_ChannelGroupingRule[] */ public function getRules() { return $this->rules; } } PK+ Z;EE[vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroup.phpnu[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; } } PK+ ZDTvendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZpFf[[Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationClause.phpnu[terms = $terms; } /** * @return Google_Service_Dfareporting_ListPopulationTerm[] */ public function getTerms() { return $this->terms; } } PK+ ZKsJhvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroupsListResponse.phpnu[accountPermissionGroups = $accountPermissionGroups; } /** * @return Google_Service_Dfareporting_AccountPermissionGroup[] */ public function getAccountPermissionGroups() { return $this->accountPermissionGroups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z6|Vcvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.phpnu[hasFailures = $hasFailures; } public function getHasFailures() { return $this->hasFailures; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_ConversionStatus[] */ public function setStatus($status) { $this->status = $status; } /** * @return Google_Service_Dfareporting_ConversionStatus[] */ public function getStatus() { return $this->status; } } PK+ ZffKvendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Dfareporting_ReportCriteria */ public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria) { $this->criteria = $criteria; } /** * @return Google_Service_Dfareporting_ReportCriteria */ public function getCriteria() { return $this->criteria; } /** * @param Google_Service_Dfareporting_ReportCrossDimensionReachCriteria */ public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria) { $this->crossDimensionReachCriteria = $crossDimensionReachCriteria; } /** * @return Google_Service_Dfareporting_ReportCrossDimensionReachCriteria */ public function getCrossDimensionReachCriteria() { return $this->crossDimensionReachCriteria; } /** * @param Google_Service_Dfareporting_ReportDelivery */ public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery) { $this->delivery = $delivery; } /** * @return Google_Service_Dfareporting_ReportDelivery */ public function getDelivery() { return $this->delivery; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } /** * @param Google_Service_Dfareporting_ReportFloodlightCriteria */ public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria) { $this->floodlightCriteria = $floodlightCriteria; } /** * @return Google_Service_Dfareporting_ReportFloodlightCriteria */ public function getFloodlightCriteria() { return $this->floodlightCriteria; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwnerProfileId($ownerProfileId) { $this->ownerProfileId = $ownerProfileId; } public function getOwnerProfileId() { return $this->ownerProfileId; } /** * @param Google_Service_Dfareporting_ReportPathAttributionCriteria */ public function setPathAttributionCriteria(Google_Service_Dfareporting_ReportPathAttributionCriteria $pathAttributionCriteria) { $this->pathAttributionCriteria = $pathAttributionCriteria; } /** * @return Google_Service_Dfareporting_ReportPathAttributionCriteria */ public function getPathAttributionCriteria() { return $this->pathAttributionCriteria; } /** * @param Google_Service_Dfareporting_ReportPathCriteria */ public function setPathCriteria(Google_Service_Dfareporting_ReportPathCriteria $pathCriteria) { $this->pathCriteria = $pathCriteria; } /** * @return Google_Service_Dfareporting_ReportPathCriteria */ public function getPathCriteria() { return $this->pathCriteria; } /** * @param Google_Service_Dfareporting_ReportPathToConversionCriteria */ public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria) { $this->pathToConversionCriteria = $pathToConversionCriteria; } /** * @return Google_Service_Dfareporting_ReportPathToConversionCriteria */ public function getPathToConversionCriteria() { return $this->pathToConversionCriteria; } /** * @param Google_Service_Dfareporting_ReportReachCriteria */ public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria) { $this->reachCriteria = $reachCriteria; } /** * @return Google_Service_Dfareporting_ReportReachCriteria */ public function getReachCriteria() { return $this->reachCriteria; } /** * @param Google_Service_Dfareporting_ReportSchedule */ public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_Dfareporting_ReportSchedule */ public function getSchedule() { return $this->schedule; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZNUvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.phpnu[creativeAssignments = $creativeAssignments; } /** * @return Google_Service_Dfareporting_CreativeAssignment[] */ public function getCreativeAssignments() { return $this->creativeAssignments; } public function setCreativeOptimizationConfigurationId($creativeOptimizationConfigurationId) { $this->creativeOptimizationConfigurationId = $creativeOptimizationConfigurationId; } public function getCreativeOptimizationConfigurationId() { return $this->creativeOptimizationConfigurationId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWeightCalculationStrategy($weightCalculationStrategy) { $this->weightCalculationStrategy = $weightCalculationStrategy; } public function getWeightCalculationStrategy() { return $this->weightCalculationStrategy; } } PK+ ZG|$$^vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformTypesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_PlatformType[] */ public function setPlatformTypes($platformTypes) { $this->platformTypes = $platformTypes; } /** * @return Google_Service_Dfareporting_PlatformType[] */ public function getPlatformTypes() { return $this->platformTypes; } } PK+ Z//Xvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportReachCriteria.phpnu[activities = $activities; } /** * @return Google_Service_Dfareporting_Activities */ public function getActivities() { return $this->activities; } /** * @param Google_Service_Dfareporting_CustomRichMediaEvents */ public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents) { $this->customRichMediaEvents = $customRichMediaEvents; } /** * @return Google_Service_Dfareporting_CustomRichMediaEvents */ public function getCustomRichMediaEvents() { return $this->customRichMediaEvents; } /** * @param Google_Service_Dfareporting_DateRange */ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_Dfareporting_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_Dfareporting_DimensionValue[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getDimensionFilters() { return $this->dimensionFilters; } /** * @param Google_Service_Dfareporting_SortedDimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getDimensions() { return $this->dimensions; } public function setEnableAllDimensionCombinations($enableAllDimensionCombinations) { $this->enableAllDimensionCombinations = $enableAllDimensionCombinations; } public function getEnableAllDimensionCombinations() { return $this->enableAllDimensionCombinations; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } public function setReachByFrequencyMetricNames($reachByFrequencyMetricNames) { $this->reachByFrequencyMetricNames = $reachByFrequencyMetricNames; } public function getReachByFrequencyMetricNames() { return $this->reachByFrequencyMetricNames; } } PK+ ZJYUvendor/google/apiclient-services/src/Google/Service/Dfareporting/DayPartTargeting.phpnu[daysOfWeek = $daysOfWeek; } public function getDaysOfWeek() { return $this->daysOfWeek; } public function setHoursOfDay($hoursOfDay) { $this->hoursOfDay = $hoursOfDay; } public function getHoursOfDay() { return $this->hoursOfDay; } public function setUserLocalTime($userLocalTime) { $this->userLocalTime = $userLocalTime; } public function getUserLocalTime() { return $this->userLocalTime; } } PK+ Z Nvendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.phpnu[directory = $directory; } public function getDirectory() { return $this->directory; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPublisherName($publisherName) { $this->publisherName = $publisherName; } public function getPublisherName() { return $this->publisherName; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ Z 11Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setRemarketingListId($remarketingListId) { $this->remarketingListId = $remarketingListId; } public function getRemarketingListId() { return $this->remarketingListId; } public function setSharedAccountIds($sharedAccountIds) { $this->sharedAccountIds = $sharedAccountIds; } public function getSharedAccountIds() { return $this->sharedAccountIds; } public function setSharedAdvertiserIds($sharedAdvertiserIds) { $this->sharedAdvertiserIds = $sharedAdvertiserIds; } public function getSharedAdvertiserIds() { return $this->sharedAdvertiserIds; } } PK+ Z l]]Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfileList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Dfareporting_UserProfile[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dfareporting_UserProfile[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZLvendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setDartId($dartId) { $this->dartId = $dartId; } public function getDartId() { return $this->dartId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSslEnabled($sslEnabled) { $this->sslEnabled = $sslEnabled; } public function getSslEnabled() { return $this->sslEnabled; } } PK+ ZƹOvendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.phpnu[filters = $filters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getFilters() { return $this->filters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } } PK+ ZZvendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyTrackingUrl.phpnu[thirdPartyUrlType = $thirdPartyUrlType; } public function getThirdPartyUrlType() { return $this->thirdPartyUrlType; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK+ Z Xvendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.phpnu[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; } } PK+ Z9~bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateRequest.phpnu[conversions = $conversions; } /** * @return Google_Service_Dfareporting_Conversion[] */ public function getConversions() { return $this->conversions; } /** * @param Google_Service_Dfareporting_EncryptionInfo */ public function setEncryptionInfo(Google_Service_Dfareporting_EncryptionInfo $encryptionInfo) { $this->encryptionInfo = $encryptionInfo; } /** * @return Google_Service_Dfareporting_EncryptionInfo */ public function getEncryptionInfo() { return $this->encryptionInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Zȗvdvendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrlSuffixProperties.phpnu[clickThroughUrlSuffix = $clickThroughUrlSuffix; } public function getClickThroughUrlSuffix() { return $this->clickThroughUrlSuffix; } public function setOverrideInheritedSuffix($overrideInheritedSuffix) { $this->overrideInheritedSuffix = $overrideInheritedSuffix; } public function getOverrideInheritedSuffix() { return $this->overrideInheritedSuffix; } } PK+ ZÝ _vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathReportCompatibleFields.phpnu[channelGroupings = $channelGroupings; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getChannelGroupings() { return $this->channelGroupings; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setPathFilters($pathFilters) { $this->pathFilters = $pathFilters; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getPathFilters() { return $this->pathFilters; } } PK+ Zdvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventsBatchInsertResponse.phpnu[hasFailures = $hasFailures; } public function getHasFailures() { return $this->hasFailures; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_CustomEventStatus[] */ public function setStatus($status) { $this->status = $status; } /** * @return Google_Service_Dfareporting_CustomEventStatus[] */ public function getStatus() { return $this->status; } } PK+ Z|^#]vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathReportDimensionValue.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setIds($ids) { $this->ids = $ids; } public function getIds() { return $this->ids; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK+ ZO. . [vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.phpnu[dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensionFilters() { return $this->dimensionFilters; } /** * @param Google_Service_Dfareporting_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Metric[] */ public function setPivotedActivityMetrics($pivotedActivityMetrics) { $this->pivotedActivityMetrics = $pivotedActivityMetrics; } /** * @return Google_Service_Dfareporting_Metric[] */ public function getPivotedActivityMetrics() { return $this->pivotedActivityMetrics; } } PK+ Zs Svendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.phpnu[activities = $activities; } /** * @return Google_Service_Dfareporting_Activities */ public function getActivities() { return $this->activities; } /** * @param Google_Service_Dfareporting_CustomRichMediaEvents */ public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents) { $this->customRichMediaEvents = $customRichMediaEvents; } /** * @return Google_Service_Dfareporting_CustomRichMediaEvents */ public function getCustomRichMediaEvents() { return $this->customRichMediaEvents; } /** * @param Google_Service_Dfareporting_DateRange */ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_Dfareporting_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_Dfareporting_DimensionValue[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getDimensionFilters() { return $this->dimensionFilters; } /** * @param Google_Service_Dfareporting_SortedDimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getDimensions() { return $this->dimensions; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } } PK+ ZqZvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativesListResponse.phpnu[creatives = $creatives; } /** * @return Google_Service_Dfareporting_Creative[] */ public function getCreatives() { return $this->creatives; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z  Nvendor/google/apiclient-services/src/Google/Service/Dfareporting/FsCommand.phpnu[left = $left; } public function getLeft() { return $this->left; } public function setPositionOption($positionOption) { $this->positionOption = $positionOption; } public function getPositionOption() { return $this->positionOption; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } public function setWindowHeight($windowHeight) { $this->windowHeight = $windowHeight; } public function getWindowHeight() { return $this->windowHeight; } public function setWindowWidth($windowWidth) { $this->windowWidth = $windowWidth; } public function getWindowWidth() { return $this->windowWidth; } } PK+ ZHy^_vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.phpnu[inventoryItems = $inventoryItems; } /** * @return Google_Service_Dfareporting_InventoryItem[] */ public function getInventoryItems() { return $this->inventoryItems; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZETvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionFilter.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ ZpWvendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.phpnu[floodlightActivityId = $floodlightActivityId; } public function getFloodlightActivityId() { return $this->floodlightActivityId; } public function setFloodlightActivityName($floodlightActivityName) { $this->floodlightActivityName = $floodlightActivityName; } public function getFloodlightActivityName() { return $this->floodlightActivityName; } /** * @param Google_Service_Dfareporting_ListPopulationClause[] */ public function setListPopulationClauses($listPopulationClauses) { $this->listPopulationClauses = $listPopulationClauses; } /** * @return Google_Service_Dfareporting_ListPopulationClause[] */ public function getListPopulationClauses() { return $this->listPopulationClauses; } } PK+ Z|""bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.phpnu[contentCategories = $contentCategories; } /** * @return Google_Service_Dfareporting_ContentCategory[] */ public function getContentCategories() { return $this->contentCategories; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z[ Q Q Nvendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAction($action) { $this->action = $action; } public function getAction() { return $this->action; } public function setChangeTime($changeTime) { $this->changeTime = $changeTime; } public function getChangeTime() { return $this->changeTime; } public function setFieldName($fieldName) { $this->fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewValue($newValue) { $this->newValue = $newValue; } public function getNewValue() { return $this->newValue; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOldValue($oldValue) { $this->oldValue = $oldValue; } public function getOldValue() { return $this->oldValue; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTransactionId($transactionId) { $this->transactionId = $transactionId; } public function getTransactionId() { return $this->transactionId; } public function setUserProfileId($userProfileId) { $this->userProfileId = $userProfileId; } public function getUserProfileId() { return $this->userProfileId; } public function setUserProfileName($userProfileName) { $this->userProfileName = $userProfileName; } public function getUserProfileName() { return $this->userProfileName; } } PK+ ZR"\vendor/google/apiclient-services/src/Google/Service/Dfareporting/SubaccountsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_Subaccount[] */ public function setSubaccounts($subaccounts) { $this->subaccounts = $subaccounts; } /** * @return Google_Service_Dfareporting_Subaccount[] */ public function getSubaccounts() { return $this->subaccounts; } } PK+ ZauJvendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setApproverUserProfileIds($approverUserProfileIds) { $this->approverUserProfileIds = $approverUserProfileIds; } public function getApproverUserProfileIds() { return $this->approverUserProfileIds; } public function setBuyerInvoiceId($buyerInvoiceId) { $this->buyerInvoiceId = $buyerInvoiceId; } public function getBuyerInvoiceId() { return $this->buyerInvoiceId; } public function setBuyerOrganizationName($buyerOrganizationName) { $this->buyerOrganizationName = $buyerOrganizationName; } public function getBuyerOrganizationName() { return $this->buyerOrganizationName; } public function setComments($comments) { $this->comments = $comments; } public function getComments() { return $this->comments; } /** * @param Google_Service_Dfareporting_OrderContact[] */ public function setContacts($contacts) { $this->contacts = $contacts; } /** * @return Google_Service_Dfareporting_OrderContact[] */ public function getContacts() { return $this->contacts; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPlanningTermId($planningTermId) { $this->planningTermId = $planningTermId; } public function getPlanningTermId() { return $this->planningTermId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setSellerOrderId($sellerOrderId) { $this->sellerOrderId = $sellerOrderId; } public function getSellerOrderId() { return $this->sellerOrderId; } public function setSellerOrganizationName($sellerOrganizationName) { $this->sellerOrganizationName = $sellerOrganizationName; } public function getSellerOrganizationName() { return $this->sellerOrganizationName; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } public function setSiteNames($siteNames) { $this->siteNames = $siteNames; } public function getSiteNames() { return $this->siteNames; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTermsAndConditions($termsAndConditions) { $this->termsAndConditions = $termsAndConditions; } public function getTermsAndConditions() { return $this->termsAndConditions; } } PK+ Z.Kvendor/google/apiclient-services/src/Google/Service/Dfareporting/DV3Ids.phpnu[dvCampaignId = $dvCampaignId; } public function getDvCampaignId() { return $this->dvCampaignId; } public function setDvCreativeId($dvCreativeId) { $this->dvCreativeId = $dvCreativeId; } public function getDvCreativeId() { return $this->dvCreativeId; } public function setDvInsertionOrderId($dvInsertionOrderId) { $this->dvInsertionOrderId = $dvInsertionOrderId; } public function getDvInsertionOrderId() { return $this->dvInsertionOrderId; } public function setDvLineItemId($dvLineItemId) { $this->dvLineItemId = $dvLineItemId; } public function getDvLineItemId() { return $this->dvLineItemId; } public function setDvSiteId($dvSiteId) { $this->dvSiteId = $dvSiteId; } public function getDvSiteId() { return $this->dvSiteId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZHU{{Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathCriteria.phpnu[activityFilters = $activityFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getActivityFilters() { return $this->activityFilters; } /** * @param Google_Service_Dfareporting_ChannelGrouping */ public function setCustomChannelGrouping(Google_Service_Dfareporting_ChannelGrouping $customChannelGrouping) { $this->customChannelGrouping = $customChannelGrouping; } /** * @return Google_Service_Dfareporting_ChannelGrouping */ public function getCustomChannelGrouping() { return $this->customChannelGrouping; } /** * @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_SortedDimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId) { $this->floodlightConfigId = $floodlightConfigId; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigId() { return $this->floodlightConfigId; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } /** * @param Google_Service_Dfareporting_PathFilter[] */ public function setPathFilters($pathFilters) { $this->pathFilters = $pathFilters; } /** * @return Google_Service_Dfareporting_PathFilter[] */ public function getPathFilters() { return $this->pathFilters; } } PK+ Z"KHHXvendor/google/apiclient-services/src/Google/Service/Dfareporting/ChannelGroupingRule.phpnu[disjunctiveMatchStatements = $disjunctiveMatchStatements; } /** * @return Google_Service_Dfareporting_DisjunctiveMatchStatement[] */ public function getDisjunctiveMatchStatements() { return $this->disjunctiveMatchStatements; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z!""Jvendor/google/apiclient-services/src/Google/Service/Dfareporting/Metro.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } public function getCountryDartId() { return $this->countryDartId; } public function setDartId($dartId) { $this->dartId = $dartId; } public function getDartId() { return $this->dartId; } public function setDmaId($dmaId) { $this->dmaId = $dmaId; } public function getDmaId() { return $this->dmaId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMetroCode($metroCode) { $this->metroCode = $metroCode; } public function getMetroCode() { return $this->metroCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z 3BտIvendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.phpnu[assetId = $assetId; } public function getAssetId() { return $this->assetId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetingTemplateId($targetingTemplateId) { $this->targetingTemplateId = $targetingTemplateId; } public function getTargetingTemplateId() { return $this->targetingTemplateId; } } PK+ Zͳivendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroupsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_UserRolePermissionGroup[] */ public function setUserRolePermissionGroups($userRolePermissionGroups) { $this->userRolePermissionGroups = $userRolePermissionGroups; } /** * @return Google_Service_Dfareporting_UserRolePermissionGroup[] */ public function getUserRolePermissionGroups() { return $this->userRolePermissionGroups; } } PK+ ZSYYSvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomVariable.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ Zx \vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.phpnu[configuration = $configuration; } /** * @return Google_Service_Dfareporting_CustomViewabilityMetricConfiguration */ public function getConfiguration() { return $this->configuration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z&>>Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLifeSpan($lifeSpan) { $this->lifeSpan = $lifeSpan; } public function getLifeSpan() { return $this->lifeSpan; } /** * @param Google_Service_Dfareporting_ListPopulationRule */ public function setListPopulationRule(Google_Service_Dfareporting_ListPopulationRule $listPopulationRule) { $this->listPopulationRule = $listPopulationRule; } /** * @return Google_Service_Dfareporting_ListPopulationRule */ public function getListPopulationRule() { return $this->listPopulationRule; } public function setListSize($listSize) { $this->listSize = $listSize; } public function getListSize() { return $this->listSize; } public function setListSource($listSource) { $this->listSource = $listSource; } public function getListSource() { return $this->listSource; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } } PK+ ZJcrrdvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_UserRolePermission[] */ public function setUserRolePermissions($userRolePermissions) { $this->userRolePermissions = $userRolePermissions; } /** * @return Google_Service_Dfareporting_UserRolePermission[] */ public function getUserRolePermissions() { return $this->userRolePermissions; } } PK+ Z.KZvendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.phpnu[activeViewOptOut = $activeViewOptOut; } public function getActiveViewOptOut() { return $this->activeViewOptOut; } /** * @param Google_Service_Dfareporting_DfpSettings */ public function setDfpSettings(Google_Service_Dfareporting_DfpSettings $dfpSettings) { $this->dfpSettings = $dfpSettings; } /** * @return Google_Service_Dfareporting_DfpSettings */ public function getDfpSettings() { return $this->dfpSettings; } public function setInstreamVideoPlacementAccepted($instreamVideoPlacementAccepted) { $this->instreamVideoPlacementAccepted = $instreamVideoPlacementAccepted; } public function getInstreamVideoPlacementAccepted() { return $this->instreamVideoPlacementAccepted; } public function setInterstitialPlacementAccepted($interstitialPlacementAccepted) { $this->interstitialPlacementAccepted = $interstitialPlacementAccepted; } public function getInterstitialPlacementAccepted() { return $this->interstitialPlacementAccepted; } } PK+ ZpG)Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.phpnu[availability = $availability; } public function getAvailability() { return $this->availability; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPermissionGroupId($permissionGroupId) { $this->permissionGroupId = $permissionGroupId; } public function getPermissionGroupId() { return $this->permissionGroupId; } } PK+ Z8G4G4Nvendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdBlockingOptOut($adBlockingOptOut) { $this->adBlockingOptOut = $adBlockingOptOut; } public function getAdBlockingOptOut() { return $this->adBlockingOptOut; } /** * @param Google_Service_Dfareporting_Size[] */ public function setAdditionalSizes($additionalSizes) { $this->additionalSizes = $additionalSizes; } /** * @return Google_Service_Dfareporting_Size[] */ public function getAdditionalSizes() { return $this->additionalSizes; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) { $this->campaignIdDimensionValue = $campaignIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getCampaignIdDimensionValue() { return $this->campaignIdDimensionValue; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setCompatibility($compatibility) { $this->compatibility = $compatibility; } public function getCompatibility() { return $this->compatibility; } public function setContentCategoryId($contentCategoryId) { $this->contentCategoryId = $contentCategoryId; } public function getContentCategoryId() { return $this->contentCategoryId; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) { $this->createInfo = $createInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getCreateInfo() { return $this->createInfo; } public function setDirectorySiteId($directorySiteId) { $this->directorySiteId = $directorySiteId; } public function getDirectorySiteId() { return $this->directorySiteId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue) { $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getDirectorySiteIdDimensionValue() { return $this->directorySiteIdDimensionValue; } public function setExternalId($externalId) { $this->externalId = $externalId; } public function getExternalId() { return $this->externalId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKeyName($keyName) { $this->keyName = $keyName; } public function getKeyName() { return $this->keyName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } /** * @param Google_Service_Dfareporting_LookbackConfiguration */ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) { $this->lookbackConfiguration = $lookbackConfiguration; } /** * @return Google_Service_Dfareporting_LookbackConfiguration */ public function getLookbackConfiguration() { return $this->lookbackConfiguration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPaymentApproved($paymentApproved) { $this->paymentApproved = $paymentApproved; } public function getPaymentApproved() { return $this->paymentApproved; } public function setPaymentSource($paymentSource) { $this->paymentSource = $paymentSource; } public function getPaymentSource() { return $this->paymentSource; } public function setPlacementGroupId($placementGroupId) { $this->placementGroupId = $placementGroupId; } public function getPlacementGroupId() { return $this->placementGroupId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setPlacementGroupIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementGroupIdDimensionValue) { $this->placementGroupIdDimensionValue = $placementGroupIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getPlacementGroupIdDimensionValue() { return $this->placementGroupIdDimensionValue; } public function setPlacementStrategyId($placementStrategyId) { $this->placementStrategyId = $placementStrategyId; } public function getPlacementStrategyId() { return $this->placementStrategyId; } /** * @param Google_Service_Dfareporting_PricingSchedule */ public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule) { $this->pricingSchedule = $pricingSchedule; } /** * @return Google_Service_Dfareporting_PricingSchedule */ public function getPricingSchedule() { return $this->pricingSchedule; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setPublisherUpdateInfo(Google_Service_Dfareporting_LastModifiedInfo $publisherUpdateInfo) { $this->publisherUpdateInfo = $publisherUpdateInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getPublisherUpdateInfo() { return $this->publisherUpdateInfo; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue) { $this->siteIdDimensionValue = $siteIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getSiteIdDimensionValue() { return $this->siteIdDimensionValue; } /** * @param Google_Service_Dfareporting_Size */ public function setSize(Google_Service_Dfareporting_Size $size) { $this->size = $size; } /** * @return Google_Service_Dfareporting_Size */ public function getSize() { return $this->size; } public function setSslRequired($sslRequired) { $this->sslRequired = $sslRequired; } public function getSslRequired() { return $this->sslRequired; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTagFormats($tagFormats) { $this->tagFormats = $tagFormats; } public function getTagFormats() { return $this->tagFormats; } /** * @param Google_Service_Dfareporting_TagSetting */ public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting) { $this->tagSetting = $tagSetting; } /** * @return Google_Service_Dfareporting_TagSetting */ public function getTagSetting() { return $this->tagSetting; } public function setVideoActiveViewOptOut($videoActiveViewOptOut) { $this->videoActiveViewOptOut = $videoActiveViewOptOut; } public function getVideoActiveViewOptOut() { return $this->videoActiveViewOptOut; } /** * @param Google_Service_Dfareporting_VideoSettings */ public function setVideoSettings(Google_Service_Dfareporting_VideoSettings $videoSettings) { $this->videoSettings = $videoSettings; } /** * @return Google_Service_Dfareporting_VideoSettings */ public function getVideoSettings() { return $this->videoSettings; } public function setVpaidAdapterChoice($vpaidAdapterChoice) { $this->vpaidAdapterChoice = $vpaidAdapterChoice; } public function getVpaidAdapterChoice() { return $this->vpaidAdapterChoice; } } PK+ Z *!!Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setAttributionEnabled($attributionEnabled) { $this->attributionEnabled = $attributionEnabled; } public function getAttributionEnabled() { return $this->attributionEnabled; } public function setCacheBustingType($cacheBustingType) { $this->cacheBustingType = $cacheBustingType; } public function getCacheBustingType() { return $this->cacheBustingType; } public function setCountingMethod($countingMethod) { $this->countingMethod = $countingMethod; } public function getCountingMethod() { return $this->countingMethod; } /** * @param Google_Service_Dfareporting_FloodlightActivityDynamicTag[] */ public function setDefaultTags($defaultTags) { $this->defaultTags = $defaultTags; } /** * @return Google_Service_Dfareporting_FloodlightActivityDynamicTag[] */ public function getDefaultTags() { return $this->defaultTags; } public function setExpectedUrl($expectedUrl) { $this->expectedUrl = $expectedUrl; } public function getExpectedUrl() { return $this->expectedUrl; } public function setFloodlightActivityGroupId($floodlightActivityGroupId) { $this->floodlightActivityGroupId = $floodlightActivityGroupId; } public function getFloodlightActivityGroupId() { return $this->floodlightActivityGroupId; } public function setFloodlightActivityGroupName($floodlightActivityGroupName) { $this->floodlightActivityGroupName = $floodlightActivityGroupName; } public function getFloodlightActivityGroupName() { return $this->floodlightActivityGroupName; } public function setFloodlightActivityGroupTagString($floodlightActivityGroupTagString) { $this->floodlightActivityGroupTagString = $floodlightActivityGroupTagString; } public function getFloodlightActivityGroupTagString() { return $this->floodlightActivityGroupTagString; } public function setFloodlightActivityGroupType($floodlightActivityGroupType) { $this->floodlightActivityGroupType = $floodlightActivityGroupType; } public function getFloodlightActivityGroupType() { return $this->floodlightActivityGroupType; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) { $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigurationIdDimensionValue() { return $this->floodlightConfigurationIdDimensionValue; } public function setFloodlightTagType($floodlightTagType) { $this->floodlightTagType = $floodlightTagType; } public function getFloodlightTagType() { return $this->floodlightTagType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag[] */ public function setPublisherTags($publisherTags) { $this->publisherTags = $publisherTags; } /** * @return Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag[] */ public function getPublisherTags() { return $this->publisherTags; } public function setSecure($secure) { $this->secure = $secure; } public function getSecure() { return $this->secure; } public function setSslCompliant($sslCompliant) { $this->sslCompliant = $sslCompliant; } public function getSslCompliant() { return $this->sslCompliant; } public function setSslRequired($sslRequired) { $this->sslRequired = $sslRequired; } public function getSslRequired() { return $this->sslRequired; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTagFormat($tagFormat) { $this->tagFormat = $tagFormat; } public function getTagFormat() { return $this->tagFormat; } public function setTagString($tagString) { $this->tagString = $tagString; } public function getTagString() { return $this->tagString; } public function setUserDefinedVariableTypes($userDefinedVariableTypes) { $this->userDefinedVariableTypes = $userDefinedVariableTypes; } public function getUserDefinedVariableTypes() { return $this->userDefinedVariableTypes; } } PK+ Z3BWvendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.phpnu[cities = $cities; } /** * @return Google_Service_Dfareporting_City[] */ public function getCities() { return $this->cities; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZՋMvendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZZR%Lvendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.phpnu[adId = $adId; } public function getAdId() { return $this->adId; } public function setClickTag($clickTag) { $this->clickTag = $clickTag; } public function getClickTag() { return $this->clickTag; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setImpressionTag($impressionTag) { $this->impressionTag = $impressionTag; } public function getImpressionTag() { return $this->impressionTag; } } PK+ ZKKavendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_OperatingSystem[] */ public function setOperatingSystems($operatingSystems) { $this->operatingSystems = $operatingSystems; } /** * @return Google_Service_Dfareporting_OperatingSystem[] */ public function getOperatingSystems() { return $this->operatingSystems; } } PK+ Z  Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementTag.phpnu[placementId = $placementId; } public function getPlacementId() { return $this->placementId; } /** * @param Google_Service_Dfareporting_TagData[] */ public function setTagDatas($tagDatas) { $this->tagDatas = $tagDatas; } /** * @return Google_Service_Dfareporting_TagData[] */ public function getTagDatas() { return $this->tagDatas; } } PK+ ZOu5)5)Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Dfareporting_AdBlockingConfiguration */ public function setAdBlockingConfiguration(Google_Service_Dfareporting_AdBlockingConfiguration $adBlockingConfiguration) { $this->adBlockingConfiguration = $adBlockingConfiguration; } /** * @return Google_Service_Dfareporting_AdBlockingConfiguration */ public function getAdBlockingConfiguration() { return $this->adBlockingConfiguration; } /** * @param Google_Service_Dfareporting_CreativeOptimizationConfiguration[] */ public function setAdditionalCreativeOptimizationConfigurations($additionalCreativeOptimizationConfigurations) { $this->additionalCreativeOptimizationConfigurations = $additionalCreativeOptimizationConfigurations; } /** * @return Google_Service_Dfareporting_CreativeOptimizationConfiguration[] */ public function getAdditionalCreativeOptimizationConfigurations() { return $this->additionalCreativeOptimizationConfigurations; } public function setAdvertiserGroupId($advertiserGroupId) { $this->advertiserGroupId = $advertiserGroupId; } public function getAdvertiserGroupId() { return $this->advertiserGroupId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } /** * @param Google_Service_Dfareporting_AudienceSegmentGroup[] */ public function setAudienceSegmentGroups($audienceSegmentGroups) { $this->audienceSegmentGroups = $audienceSegmentGroups; } /** * @return Google_Service_Dfareporting_AudienceSegmentGroup[] */ public function getAudienceSegmentGroups() { return $this->audienceSegmentGroups; } public function setBillingInvoiceCode($billingInvoiceCode) { $this->billingInvoiceCode = $billingInvoiceCode; } public function getBillingInvoiceCode() { return $this->billingInvoiceCode; } /** * @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties */ public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties) { $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties; } /** * @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties */ public function getClickThroughUrlSuffixProperties() { return $this->clickThroughUrlSuffixProperties; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) { $this->createInfo = $createInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getCreateInfo() { return $this->createInfo; } public function setCreativeGroupIds($creativeGroupIds) { $this->creativeGroupIds = $creativeGroupIds; } public function getCreativeGroupIds() { return $this->creativeGroupIds; } /** * @param Google_Service_Dfareporting_CreativeOptimizationConfiguration */ public function setCreativeOptimizationConfiguration(Google_Service_Dfareporting_CreativeOptimizationConfiguration $creativeOptimizationConfiguration) { $this->creativeOptimizationConfiguration = $creativeOptimizationConfiguration; } /** * @return Google_Service_Dfareporting_CreativeOptimizationConfiguration */ public function getCreativeOptimizationConfiguration() { return $this->creativeOptimizationConfiguration; } /** * @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties */ public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties) { $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties; } /** * @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties */ public function getDefaultClickThroughEventTagProperties() { return $this->defaultClickThroughEventTagProperties; } public function setDefaultLandingPageId($defaultLandingPageId) { $this->defaultLandingPageId = $defaultLandingPageId; } public function getDefaultLandingPageId() { return $this->defaultLandingPageId; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } /** * @param Google_Service_Dfareporting_EventTagOverride[] */ public function setEventTagOverrides($eventTagOverrides) { $this->eventTagOverrides = $eventTagOverrides; } /** * @return Google_Service_Dfareporting_EventTagOverride[] */ public function getEventTagOverrides() { return $this->eventTagOverrides; } public function setExternalId($externalId) { $this->externalId = $externalId; } public function getExternalId() { return $this->externalId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNielsenOcrEnabled($nielsenOcrEnabled) { $this->nielsenOcrEnabled = $nielsenOcrEnabled; } public function getNielsenOcrEnabled() { return $this->nielsenOcrEnabled; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTraffickerEmails($traffickerEmails) { $this->traffickerEmails = $traffickerEmails; } public function getTraffickerEmails() { return $this->traffickerEmails; } } PK+ ZuSvendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.phpnu[encryptionEntityId = $encryptionEntityId; } public function getEncryptionEntityId() { return $this->encryptionEntityId; } public function setEncryptionEntityType($encryptionEntityType) { $this->encryptionEntityType = $encryptionEntityType; } public function getEncryptionEntityType() { return $this->encryptionEntityType; } public function setEncryptionSource($encryptionSource) { $this->encryptionSource = $encryptionSource; } public function getEncryptionSource() { return $this->encryptionSource; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZWΩcvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateResponse.phpnu[hasFailures = $hasFailures; } public function getHasFailures() { return $this->hasFailures; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_ConversionStatus[] */ public function setStatus($status) { $this->status = $status; } /** * @return Google_Service_Dfareporting_ConversionStatus[] */ public function getStatus() { return $this->status; } } PK+ ZGZvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetMetadata.phpnu[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; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent[] */ public function setCounterCustomEvents($counterCustomEvents) { $this->counterCustomEvents = $counterCustomEvents; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent[] */ public function getCounterCustomEvents() { return $this->counterCustomEvents; } public function setDetectedFeatures($detectedFeatures) { $this->detectedFeatures = $detectedFeatures; } public function getDetectedFeatures() { return $this->detectedFeatures; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent[] */ public function setExitCustomEvents($exitCustomEvents) { $this->exitCustomEvents = $exitCustomEvents; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent[] */ public function getExitCustomEvents() { return $this->exitCustomEvents; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRichMedia($richMedia) { $this->richMedia = $richMedia; } public function getRichMedia() { return $this->richMedia; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent[] */ public function setTimerCustomEvents($timerCustomEvents) { $this->timerCustomEvents = $timerCustomEvents; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent[] */ public function getTimerCustomEvents() { return $this->timerCustomEvents; } public function setWarnedValidationRules($warnedValidationRules) { $this->warnedValidationRules = $warnedValidationRules; } public function getWarnedValidationRules() { return $this->warnedValidationRules; } } PK+ ZCijivendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.phpnu[floodlightConfigurations = $floodlightConfigurations; } /** * @return Google_Service_Dfareporting_FloodlightConfiguration[] */ public function getFloodlightConfigurations() { return $this->floodlightConfigurations; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z}PTvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.phpnu[name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ Z-Pvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEvent.phpnu[annotateClickEvent = $annotateClickEvent; } /** * @return Google_Service_Dfareporting_CustomEventClickAnnotation */ public function getAnnotateClickEvent() { return $this->annotateClickEvent; } /** * @param Google_Service_Dfareporting_CustomEventImpressionAnnotation */ public function setAnnotateImpressionEvent(Google_Service_Dfareporting_CustomEventImpressionAnnotation $annotateImpressionEvent) { $this->annotateImpressionEvent = $annotateImpressionEvent; } /** * @return Google_Service_Dfareporting_CustomEventImpressionAnnotation */ public function getAnnotateImpressionEvent() { return $this->annotateImpressionEvent; } /** * @param Google_Service_Dfareporting_CustomVariable[] */ public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } /** * @return Google_Service_Dfareporting_CustomVariable[] */ public function getCustomVariables() { return $this->customVariables; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } /** * @param Google_Service_Dfareporting_CustomEventInsert */ public function setInsertEvent(Google_Service_Dfareporting_CustomEventInsert $insertEvent) { $this->insertEvent = $insertEvent; } /** * @return Google_Service_Dfareporting_CustomEventInsert */ public function getInsertEvent() { return $this->insertEvent; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOrdinal($ordinal) { $this->ordinal = $ordinal; } public function getOrdinal() { return $this->ordinal; } public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } public function getTimestampMicros() { return $this->timestampMicros; } } PK+ ZcǐLvendor/google/apiclient-services/src/Google/Service/Dfareporting/Project.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAudienceAgeGroup($audienceAgeGroup) { $this->audienceAgeGroup = $audienceAgeGroup; } public function getAudienceAgeGroup() { return $this->audienceAgeGroup; } public function setAudienceGender($audienceGender) { $this->audienceGender = $audienceGender; } public function getAudienceGender() { return $this->audienceGender; } public function setBudget($budget) { $this->budget = $budget; } public function getBudget() { return $this->budget; } public function setClientBillingCode($clientBillingCode) { $this->clientBillingCode = $clientBillingCode; } public function getClientBillingCode() { return $this->clientBillingCode; } public function setClientName($clientName) { $this->clientName = $clientName; } public function getClientName() { return $this->clientName; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTargetClicks($targetClicks) { $this->targetClicks = $targetClicks; } public function getTargetClicks() { return $this->targetClicks; } public function setTargetConversions($targetConversions) { $this->targetConversions = $targetConversions; } public function getTargetConversions() { return $this->targetConversions; } public function setTargetCpaNanos($targetCpaNanos) { $this->targetCpaNanos = $targetCpaNanos; } public function getTargetCpaNanos() { return $this->targetCpaNanos; } public function setTargetCpcNanos($targetCpcNanos) { $this->targetCpcNanos = $targetCpcNanos; } public function getTargetCpcNanos() { return $this->targetCpcNanos; } public function setTargetCpmActiveViewNanos($targetCpmActiveViewNanos) { $this->targetCpmActiveViewNanos = $targetCpmActiveViewNanos; } public function getTargetCpmActiveViewNanos() { return $this->targetCpmActiveViewNanos; } public function setTargetCpmNanos($targetCpmNanos) { $this->targetCpmNanos = $targetCpmNanos; } public function getTargetCpmNanos() { return $this->targetCpmNanos; } public function setTargetImpressions($targetImpressions) { $this->targetImpressions = $targetImpressions; } public function getTargetImpressions() { return $this->targetImpressions; } } PK+ Z`bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.phpnu[conversions = $conversions; } /** * @return Google_Service_Dfareporting_Conversion[] */ public function getConversions() { return $this->conversions; } /** * @param Google_Service_Dfareporting_EncryptionInfo */ public function setEncryptionInfo(Google_Service_Dfareporting_EncryptionInfo $encryptionInfo) { $this->encryptionInfo = $encryptionInfo; } /** * @return Google_Service_Dfareporting_EncryptionInfo */ public function getEncryptionInfo() { return $this->encryptionInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZʘOvendor/google/apiclient-services/src/Google/Service/Dfareporting/Conversion.phpnu[childDirectedTreatment = $childDirectedTreatment; } public function getChildDirectedTreatment() { return $this->childDirectedTreatment; } /** * @param Google_Service_Dfareporting_CustomFloodlightVariable[] */ public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } /** * @return Google_Service_Dfareporting_CustomFloodlightVariable[] */ public function getCustomVariables() { return $this->customVariables; } public function setDclid($dclid) { $this->dclid = $dclid; } public function getDclid() { return $this->dclid; } public function setEncryptedUserId($encryptedUserId) { $this->encryptedUserId = $encryptedUserId; } public function getEncryptedUserId() { return $this->encryptedUserId; } public function setEncryptedUserIdCandidates($encryptedUserIdCandidates) { $this->encryptedUserIdCandidates = $encryptedUserIdCandidates; } public function getEncryptedUserIdCandidates() { return $this->encryptedUserIdCandidates; } public function setFloodlightActivityId($floodlightActivityId) { $this->floodlightActivityId = $floodlightActivityId; } public function getFloodlightActivityId() { return $this->floodlightActivityId; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } public function setGclid($gclid) { $this->gclid = $gclid; } public function getGclid() { return $this->gclid; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLimitAdTracking($limitAdTracking) { $this->limitAdTracking = $limitAdTracking; } public function getLimitAdTracking() { return $this->limitAdTracking; } public function setMatchId($matchId) { $this->matchId = $matchId; } public function getMatchId() { return $this->matchId; } public function setMobileDeviceId($mobileDeviceId) { $this->mobileDeviceId = $mobileDeviceId; } public function getMobileDeviceId() { return $this->mobileDeviceId; } public function setNonPersonalizedAd($nonPersonalizedAd) { $this->nonPersonalizedAd = $nonPersonalizedAd; } public function getNonPersonalizedAd() { return $this->nonPersonalizedAd; } public function setOrdinal($ordinal) { $this->ordinal = $ordinal; } public function getOrdinal() { return $this->ordinal; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } public function getTimestampMicros() { return $this->timestampMicros; } public function setTreatmentForUnderage($treatmentForUnderage) { $this->treatmentForUnderage = $treatmentForUnderage; } public function getTreatmentForUnderage() { return $this->treatmentForUnderage; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ ZCx]]Ivendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setIab($iab) { $this->iab = $iab; } public function getIab() { return $this->iab; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK+ Z=_vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.phpnu[directorySites = $directorySites; } /** * @return Google_Service_Dfareporting_DirectorySite[] */ public function getDirectorySites() { return $this->directorySites; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z2 2 ^vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingList.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLifeSpan($lifeSpan) { $this->lifeSpan = $lifeSpan; } public function getLifeSpan() { return $this->lifeSpan; } public function setListSize($listSize) { $this->listSize = $listSize; } public function getListSize() { return $this->listSize; } public function setListSource($listSource) { $this->listSource = $listSource; } public function getListSource() { return $this->listSource; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } } PK+ ZohhTvendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.phpnu[allocation = $allocation; } public function getAllocation() { return $this->allocation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z}I"L L svendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.phpnu[clicksLookbackWindow = $clicksLookbackWindow; } public function getClicksLookbackWindow() { return $this->clicksLookbackWindow; } public function setImpressionsLookbackWindow($impressionsLookbackWindow) { $this->impressionsLookbackWindow = $impressionsLookbackWindow; } public function getImpressionsLookbackWindow() { return $this->impressionsLookbackWindow; } public function setIncludeAttributedIPConversions($includeAttributedIPConversions) { $this->includeAttributedIPConversions = $includeAttributedIPConversions; } public function getIncludeAttributedIPConversions() { return $this->includeAttributedIPConversions; } public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions) { $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions; } public function getIncludeUnattributedCookieConversions() { return $this->includeUnattributedCookieConversions; } public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions) { $this->includeUnattributedIPConversions = $includeUnattributedIPConversions; } public function getIncludeUnattributedIPConversions() { return $this->includeUnattributedIPConversions; } public function setMaximumClickInteractions($maximumClickInteractions) { $this->maximumClickInteractions = $maximumClickInteractions; } public function getMaximumClickInteractions() { return $this->maximumClickInteractions; } public function setMaximumImpressionInteractions($maximumImpressionInteractions) { $this->maximumImpressionInteractions = $maximumImpressionInteractions; } public function getMaximumImpressionInteractions() { return $this->maximumImpressionInteractions; } public function setMaximumInteractionGap($maximumInteractionGap) { $this->maximumInteractionGap = $maximumInteractionGap; } public function getMaximumInteractionGap() { return $this->maximumInteractionGap; } public function setPivotOnInteractionPath($pivotOnInteractionPath) { $this->pivotOnInteractionPath = $pivotOnInteractionPath; } public function getPivotOnInteractionPath() { return $this->pivotOnInteractionPath; } } PK+ Zcvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.phpnu[activityFilters = $activityFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getActivityFilters() { return $this->activityFilters; } /** * @param Google_Service_Dfareporting_SortedDimension[] */ public function setConversionDimensions($conversionDimensions) { $this->conversionDimensions = $conversionDimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getConversionDimensions() { return $this->conversionDimensions; } /** * @param Google_Service_Dfareporting_SortedDimension[] */ public function setCustomFloodlightVariables($customFloodlightVariables) { $this->customFloodlightVariables = $customFloodlightVariables; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getCustomFloodlightVariables() { return $this->customFloodlightVariables; } /** * @param Google_Service_Dfareporting_DimensionValue[] */ public function setCustomRichMediaEvents($customRichMediaEvents) { $this->customRichMediaEvents = $customRichMediaEvents; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getCustomRichMediaEvents() { return $this->customRichMediaEvents; } /** * @param Google_Service_Dfareporting_DateRange */ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_Dfareporting_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId) { $this->floodlightConfigId = $floodlightConfigId; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigId() { return $this->floodlightConfigId; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } /** * @param Google_Service_Dfareporting_SortedDimension[] */ public function setPerInteractionDimensions($perInteractionDimensions) { $this->perInteractionDimensions = $perInteractionDimensions; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getPerInteractionDimensions() { return $this->perInteractionDimensions; } /** * @param Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties */ public function setReportProperties(Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties $reportProperties) { $this->reportProperties = $reportProperties; } /** * @return Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties */ public function getReportProperties() { return $this->reportProperties; } } PK+ ZrK)~ ~ Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setGroupNumber($groupNumber) { $this->groupNumber = $groupNumber; } public function getGroupNumber() { return $this->groupNumber; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } } PK+ ZFdFF\vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroup.phpnu[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; } } PK+ ZLrQvendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setObjectIds($objectIds) { $this->objectIds = $objectIds; } public function getObjectIds() { return $this->objectIds; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK+ Z&Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/MetrosListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metro[] */ public function setMetros($metros) { $this->metros = $metros; } /** * @return Google_Service_Dfareporting_Metro[] */ public function getMetros() { return $this->metros; } } PK+ ZG5 Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK+ Z fvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.phpnu[breakdown = $breakdown; } /** * @return Google_Service_Dfareporting_SortedDimension[] */ public function getBreakdown() { return $this->breakdown; } /** * @param Google_Service_Dfareporting_DateRange */ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_Dfareporting_DateRange */ public function getDateRange() { return $this->dateRange; } public function setDimension($dimension) { $this->dimension = $dimension; } public function getDimension() { return $this->dimension; } /** * @param Google_Service_Dfareporting_DimensionValue[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getDimensionFilters() { return $this->dimensionFilters; } public function setMetricNames($metricNames) { $this->metricNames = $metricNames; } public function getMetricNames() { return $this->metricNames; } public function setOverlapMetricNames($overlapMetricNames) { $this->overlapMetricNames = $overlapMetricNames; } public function getOverlapMetricNames() { return $this->overlapMetricNames; } public function setPivoted($pivoted) { $this->pivoted = $pivoted; } public function getPivoted() { return $this->pivoted; } } PK+ ZکVvendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_Site[] */ public function setSites($sites) { $this->sites = $sites; } /** * @return Google_Service_Dfareporting_Site[] */ public function getSites() { return $this->sites; } } PK+ ZG$$Xvendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } } PK+ Z1_vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupsListResponse.phpnu[creativeGroups = $creativeGroups; } /** * @return Google_Service_Dfareporting_CreativeGroup[] */ public function getCreativeGroups() { return $this->creativeGroups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z8  Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.phpnu[dateRange = $dateRange; } /** * @return Google_Service_Dfareporting_DateRange */ public function getDateRange() { return $this->dateRange; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setReportId($reportId) { $this->reportId = $reportId; } public function getReportId() { return $this->reportId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_Dfareporting_DfareportingFileUrls */ public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls) { $this->urls = $urls; } /** * @return Google_Service_Dfareporting_DfareportingFileUrls */ public function getUrls() { return $this->urls; } } PK+ Z_9bbPvendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSettings.phpnu[dynamicTagEnabled = $dynamicTagEnabled; } public function getDynamicTagEnabled() { return $this->dynamicTagEnabled; } public function setImageTagEnabled($imageTagEnabled) { $this->imageTagEnabled = $imageTagEnabled; } public function getImageTagEnabled() { return $this->imageTagEnabled; } } PK+ ZIIevendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.phpnu[floodlightActivities = $floodlightActivities; } /** * @return Google_Service_Dfareporting_FloodlightActivity[] */ public function getFloodlightActivities() { return $this->floodlightActivities; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z%RWvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } /** * @param Google_Service_Dfareporting_ObjectFilter */ public function setAdvertiserFilter(Google_Service_Dfareporting_ObjectFilter $advertiserFilter) { $this->advertiserFilter = $advertiserFilter; } /** * @return Google_Service_Dfareporting_ObjectFilter */ public function getAdvertiserFilter() { return $this->advertiserFilter; } /** * @param Google_Service_Dfareporting_ObjectFilter */ public function setCampaignFilter(Google_Service_Dfareporting_ObjectFilter $campaignFilter) { $this->campaignFilter = $campaignFilter; } /** * @return Google_Service_Dfareporting_ObjectFilter */ public function getCampaignFilter() { return $this->campaignFilter; } public function setComments($comments) { $this->comments = $comments; } public function getComments() { return $this->comments; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_ObjectFilter */ public function setSiteFilter(Google_Service_Dfareporting_ObjectFilter $siteFilter) { $this->siteFilter = $siteFilter; } /** * @return Google_Service_Dfareporting_ObjectFilter */ public function getSiteFilter() { return $this->siteFilter; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTraffickerType($traffickerType) { $this->traffickerType = $traffickerType; } public function getTraffickerType() { return $this->traffickerType; } public function setUserAccessType($userAccessType) { $this->userAccessType = $userAccessType; } public function getUserAccessType() { return $this->userAccessType; } /** * @param Google_Service_Dfareporting_ObjectFilter */ public function setUserRoleFilter(Google_Service_Dfareporting_ObjectFilter $userRoleFilter) { $this->userRoleFilter = $userRoleFilter; } /** * @return Google_Service_Dfareporting_ObjectFilter */ public function getUserRoleFilter() { return $this->userRoleFilter; } public function setUserRoleId($userRoleId) { $this->userRoleId = $userRoleId; } public function getUserRoleId() { return $this->userRoleId; } } PK+ Z(bbUvendor/google/apiclient-services/src/Google/Service/Dfareporting/TranscodeSetting.phpnu[enabledVideoFormats = $enabledVideoFormats; } public function getEnabledVideoFormats() { return $this->enabledVideoFormats; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z[ Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/PathFilter.phpnu[eventFilters = $eventFilters; } /** * @return Google_Service_Dfareporting_EventFilter[] */ public function getEventFilters() { return $this->eventFilters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPathMatchPosition($pathMatchPosition) { $this->pathMatchPosition = $pathMatchPosition; } public function getPathMatchPosition() { return $this->pathMatchPosition; } } PK+ ZTvendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystem.phpnu[dartId = $dartId; } public function getDartId() { return $this->dartId; } public function setDesktop($desktop) { $this->desktop = $desktop; } public function getDesktop() { return $this->desktop; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMobile($mobile) { $this->mobile = $mobile; } public function getMobile() { return $this->mobile; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z.vuulvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesGenerateTagResponse.phpnu[floodlightActivityTag = $floodlightActivityTag; } public function getFloodlightActivityTag() { return $this->floodlightActivityTag; } public function setGlobalSiteTagGlobalSnippet($globalSiteTagGlobalSnippet) { $this->globalSiteTagGlobalSnippet = $globalSiteTagGlobalSnippet; } public function getGlobalSiteTagGlobalSnippet() { return $this->globalSiteTagGlobalSnippet; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZٵKvendor/google/apiclient-services/src/Google/Service/Dfareporting/Metric.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ Z~|WWMvendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.phpnu[appUrl = $appUrl; } public function getAppUrl() { return $this->appUrl; } public function setFallbackUrl($fallbackUrl) { $this->fallbackUrl = $fallbackUrl; } public function getFallbackUrl() { return $this->fallbackUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_MobileApp */ public function setMobileApp(Google_Service_Dfareporting_MobileApp $mobileApp) { $this->mobileApp = $mobileApp; } /** * @return Google_Service_Dfareporting_MobileApp */ public function getMobileApp() { return $this->mobileApp; } public function setRemarketingListIds($remarketingListIds) { $this->remarketingListIds = $remarketingListIds; } public function getRemarketingListIds() { return $this->remarketingListIds; } } PK+ Zhvendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_OperatingSystemVersion[] */ public function setOperatingSystemVersions($operatingSystemVersions) { $this->operatingSystemVersions = $operatingSystemVersions; } /** * @return Google_Service_Dfareporting_OperatingSystemVersion[] */ public function getOperatingSystemVersions() { return $this->operatingSystemVersions; } } PK+ ZCI8Ivendor/google/apiclient-services/src/Google/Service/Dfareporting/City.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } public function getCountryDartId() { return $this->countryDartId; } public function setDartId($dartId) { $this->dartId = $dartId; } public function getDartId() { return $this->dartId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMetroCode($metroCode) { $this->metroCode = $metroCode; } public function getMetroCode() { return $this->metroCode; } public function setMetroDmaId($metroDmaId) { $this->metroDmaId = $metroDmaId; } public function getMetroDmaId() { return $this->metroDmaId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRegionDartId($regionDartId) { $this->regionDartId = $regionDartId; } public function getRegionDartId() { return $this->regionDartId; } } PK+ Z1#  Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/GeoTargeting.phpnu[cities = $cities; } /** * @return Google_Service_Dfareporting_City[] */ public function getCities() { return $this->cities; } /** * @param Google_Service_Dfareporting_Country[] */ public function setCountries($countries) { $this->countries = $countries; } /** * @return Google_Service_Dfareporting_Country[] */ public function getCountries() { return $this->countries; } public function setExcludeCountries($excludeCountries) { $this->excludeCountries = $excludeCountries; } public function getExcludeCountries() { return $this->excludeCountries; } /** * @param Google_Service_Dfareporting_Metro[] */ public function setMetros($metros) { $this->metros = $metros; } /** * @return Google_Service_Dfareporting_Metro[] */ public function getMetros() { return $this->metros; } /** * @param Google_Service_Dfareporting_PostalCode[] */ public function setPostalCodes($postalCodes) { $this->postalCodes = $postalCodes; } /** * @return Google_Service_Dfareporting_PostalCode[] */ public function getPostalCodes() { return $this->postalCodes; } /** * @param Google_Service_Dfareporting_Region[] */ public function setRegions($regions) { $this->regions = $regions; } /** * @return Google_Service_Dfareporting_Region[] */ public function getRegions() { return $this->regions; } } PK+ Z [vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.phpnu[defaultAssetId = $defaultAssetId; } public function getDefaultAssetId() { return $this->defaultAssetId; } /** * @param Google_Service_Dfareporting_Rule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_Dfareporting_Rule[] */ public function getRules() { return $this->rules; } } PK+ Z|}Pvendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.phpnu[fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Size */ public function setResolution(Google_Service_Dfareporting_Size $resolution) { $this->resolution = $resolution; } /** * @return Google_Service_Dfareporting_Size */ public function getResolution() { return $this->resolution; } public function setTargetBitRate($targetBitRate) { $this->targetBitRate = $targetBitRate; } public function getTargetBitRate() { return $this->targetBitRate; } } PK+ Z8!<<dvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_PlacementStrategy[] */ public function setPlacementStrategies($placementStrategies) { $this->placementStrategies = $placementStrategies; } /** * @return Google_Service_Dfareporting_PlacementStrategy[] */ public function getPlacementStrategies() { return $this->placementStrategies; } } PK+ ZY evendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKeysListResponse.phpnu[dynamicTargetingKeys = $dynamicTargetingKeys; } /** * @return Google_Service_Dfareporting_DynamicTargetingKey[] */ public function getDynamicTargetingKeys() { return $this->dynamicTargetingKeys; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Zl  Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/RichMediaExitOverride.phpnu[clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_ClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setExitId($exitId) { $this->exitId = $exitId; } public function getExitId() { return $this->exitId; } } PK+ ZZvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagsListResponse.phpnu[eventTags = $eventTags; } /** * @return Google_Service_Dfareporting_EventTag[] */ public function getEventTags() { return $this->eventTags; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ Z壬:[vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersion.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMajorVersion($majorVersion) { $this->majorVersion = $majorVersion; } public function getMajorVersion() { return $this->majorVersion; } public function setMinorVersion($minorVersion) { $this->minorVersion = $minorVersion; } public function getMinorVersion() { return $this->minorVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_OperatingSystem */ public function setOperatingSystem(Google_Service_Dfareporting_OperatingSystem $operatingSystem) { $this->operatingSystem = $operatingSystem; } /** * @return Google_Service_Dfareporting_OperatingSystem */ public function getOperatingSystem() { return $this->operatingSystem; } } PK+ ZI_۴88Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportsConfiguration.phpnu[exposureToConversionEnabled = $exposureToConversionEnabled; } public function getExposureToConversionEnabled() { return $this->exposureToConversionEnabled; } /** * @param Google_Service_Dfareporting_LookbackConfiguration */ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) { $this->lookbackConfiguration = $lookbackConfiguration; } /** * @return Google_Service_Dfareporting_LookbackConfiguration */ public function getLookbackConfiguration() { return $this->lookbackConfiguration; } public function setReportGenerationTimeZoneId($reportGenerationTimeZoneId) { $this->reportGenerationTimeZoneId = $reportGenerationTimeZoneId; } public function getReportGenerationTimeZoneId() { return $this->reportGenerationTimeZoneId; } } PK+ Z)=Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZkPvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setContactType($contactType) { $this->contactType = $contactType; } public function getContactType() { return $this->contactType; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFirstName($firstName) { $this->firstName = $firstName; } public function getFirstName() { return $this->firstName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLastName($lastName) { $this->lastName = $lastName; } public function getLastName() { return $this->lastName; } public function setPhone($phone) { $this->phone = $phone; } public function getPhone() { return $this->phone; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK+ ZQWvendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_Order[] */ public function setOrders($orders) { $this->orders = $orders; } /** * @return Google_Service_Dfareporting_Order[] */ public function getOrders() { return $this->orders; } } PK+ Z?}Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/DeliverySchedule.phpnu[frequencyCap = $frequencyCap; } /** * @return Google_Service_Dfareporting_FrequencyCap */ public function getFrequencyCap() { return $this->frequencyCap; } public function setHardCutoff($hardCutoff) { $this->hardCutoff = $hardCutoff; } public function getHardCutoff() { return $this->hardCutoff; } public function setImpressionRatio($impressionRatio) { $this->impressionRatio = $impressionRatio; } public function getImpressionRatio() { return $this->impressionRatio; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } } PK+ Z Lvendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.phpnu[browserVersionId = $browserVersionId; } public function getBrowserVersionId() { return $this->browserVersionId; } public function setDartId($dartId) { $this->dartId = $dartId; } public function getDartId() { return $this->dartId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMajorVersion($majorVersion) { $this->majorVersion = $majorVersion; } public function getMajorVersion() { return $this->majorVersion; } public function setMinorVersion($minorVersion) { $this->minorVersion = $minorVersion; } public function getMinorVersion() { return $this->minorVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK+ ZbggRvendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocument.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAmendedOrderDocumentId($amendedOrderDocumentId) { $this->amendedOrderDocumentId = $amendedOrderDocumentId; } public function getAmendedOrderDocumentId() { return $this->amendedOrderDocumentId; } public function setApprovedByUserProfileIds($approvedByUserProfileIds) { $this->approvedByUserProfileIds = $approvedByUserProfileIds; } public function getApprovedByUserProfileIds() { return $this->approvedByUserProfileIds; } public function setCancelled($cancelled) { $this->cancelled = $cancelled; } public function getCancelled() { return $this->cancelled; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setCreatedInfo(Google_Service_Dfareporting_LastModifiedInfo $createdInfo) { $this->createdInfo = $createdInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getCreatedInfo() { return $this->createdInfo; } public function setEffectiveDate($effectiveDate) { $this->effectiveDate = $effectiveDate; } public function getEffectiveDate() { return $this->effectiveDate; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastSentRecipients($lastSentRecipients) { $this->lastSentRecipients = $lastSentRecipients; } public function getLastSentRecipients() { return $this->lastSentRecipients; } public function setLastSentTime($lastSentTime) { $this->lastSentTime = $lastSentTime; } public function getLastSentTime() { return $this->lastSentTime; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setSigned($signed) { $this->signed = $signed; } public function getSigned() { return $this->signed; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZMMPvendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.phpnu[offsetPercentage = $offsetPercentage; } public function getOffsetPercentage() { return $this->offsetPercentage; } public function setOffsetSeconds($offsetSeconds) { $this->offsetSeconds = $offsetSeconds; } public function getOffsetSeconds() { return $this->offsetSeconds; } } PK+ Z]11_vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarriersListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_MobileCarrier[] */ public function setMobileCarriers($mobileCarriers) { $this->mobileCarriers = $mobileCarriers; } /** * @return Google_Service_Dfareporting_MobileCarrier[] */ public function getMobileCarriers() { return $this->mobileCarriers; } } PK+ ZXid = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ Z3 ]fvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_OptimizationActivity[] */ public function setOptimizationActivitys($optimizationActivitys) { $this->optimizationActivitys = $optimizationActivitys; } /** * @return Google_Service_Dfareporting_OptimizationActivity[] */ public function getOptimizationActivitys() { return $this->optimizationActivitys; } public function setOptimizationModel($optimizationModel) { $this->optimizationModel = $optimizationModel; } public function getOptimizationModel() { return $this->optimizationModel; } } PK+ Z^::Kvendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setRateOrCost($rateOrCost) { $this->rateOrCost = $rateOrCost; } public function getRateOrCost() { return $this->rateOrCost; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK+ Zd Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/LookbackConfiguration.phpnu[clickDuration = $clickDuration; } public function getClickDuration() { return $this->clickDuration; } public function setPostImpressionActivitiesDuration($postImpressionActivitiesDuration) { $this->postImpressionActivitiesDuration = $postImpressionActivitiesDuration; } public function getPostImpressionActivitiesDuration() { return $this->postImpressionActivitiesDuration; } } PK+ Z6Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/BrowsersListResponse.phpnu[browsers = $browsers; } /** * @return Google_Service_Dfareporting_Browser[] */ public function getBrowsers() { return $this->browsers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZFS))cvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsGenerateTagsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_PlacementTag[] */ public function setPlacementTags($placementTags) { $this->placementTags = $placementTags; } /** * @return Google_Service_Dfareporting_PlacementTag[] */ public function getPlacementTags() { return $this->placementTags; } } PK+ Z^==Svendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionType.phpnu[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; } } PK+ ZH{1_vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.phpnu[creativeFields = $creativeFields; } /** * @return Google_Service_Dfareporting_CreativeField[] */ public function getCreativeFields() { return $this->creativeFields; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ Z::Gvendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } public function setAudienceSegmentId($audienceSegmentId) { $this->audienceSegmentId = $audienceSegmentId; } public function getAudienceSegmentId() { return $this->audienceSegmentId; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) { $this->campaignIdDimensionValue = $campaignIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getCampaignIdDimensionValue() { return $this->campaignIdDimensionValue; } /** * @param Google_Service_Dfareporting_ClickThroughUrl */ public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl) { $this->clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_ClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } /** * @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties */ public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties) { $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties; } /** * @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties */ public function getClickThroughUrlSuffixProperties() { return $this->clickThroughUrlSuffixProperties; } public function setComments($comments) { $this->comments = $comments; } public function getComments() { return $this->comments; } public function setCompatibility($compatibility) { $this->compatibility = $compatibility; } public function getCompatibility() { return $this->compatibility; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) { $this->createInfo = $createInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getCreateInfo() { return $this->createInfo; } /** * @param Google_Service_Dfareporting_CreativeGroupAssignment[] */ public function setCreativeGroupAssignments($creativeGroupAssignments) { $this->creativeGroupAssignments = $creativeGroupAssignments; } /** * @return Google_Service_Dfareporting_CreativeGroupAssignment[] */ public function getCreativeGroupAssignments() { return $this->creativeGroupAssignments; } /** * @param Google_Service_Dfareporting_CreativeRotation */ public function setCreativeRotation(Google_Service_Dfareporting_CreativeRotation $creativeRotation) { $this->creativeRotation = $creativeRotation; } /** * @return Google_Service_Dfareporting_CreativeRotation */ public function getCreativeRotation() { return $this->creativeRotation; } /** * @param Google_Service_Dfareporting_DayPartTargeting */ public function setDayPartTargeting(Google_Service_Dfareporting_DayPartTargeting $dayPartTargeting) { $this->dayPartTargeting = $dayPartTargeting; } /** * @return Google_Service_Dfareporting_DayPartTargeting */ public function getDayPartTargeting() { return $this->dayPartTargeting; } /** * @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties */ public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties) { $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties; } /** * @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties */ public function getDefaultClickThroughEventTagProperties() { return $this->defaultClickThroughEventTagProperties; } /** * @param Google_Service_Dfareporting_DeliverySchedule */ public function setDeliverySchedule(Google_Service_Dfareporting_DeliverySchedule $deliverySchedule) { $this->deliverySchedule = $deliverySchedule; } /** * @return Google_Service_Dfareporting_DeliverySchedule */ public function getDeliverySchedule() { return $this->deliverySchedule; } public function setDynamicClickTracker($dynamicClickTracker) { $this->dynamicClickTracker = $dynamicClickTracker; } public function getDynamicClickTracker() { return $this->dynamicClickTracker; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Dfareporting_EventTagOverride[] */ public function setEventTagOverrides($eventTagOverrides) { $this->eventTagOverrides = $eventTagOverrides; } /** * @return Google_Service_Dfareporting_EventTagOverride[] */ public function getEventTagOverrides() { return $this->eventTagOverrides; } /** * @param Google_Service_Dfareporting_GeoTargeting */ public function setGeoTargeting(Google_Service_Dfareporting_GeoTargeting $geoTargeting) { $this->geoTargeting = $geoTargeting; } /** * @return Google_Service_Dfareporting_GeoTargeting */ public function getGeoTargeting() { return $this->geoTargeting; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } /** * @param Google_Service_Dfareporting_KeyValueTargetingExpression */ public function setKeyValueTargetingExpression(Google_Service_Dfareporting_KeyValueTargetingExpression $keyValueTargetingExpression) { $this->keyValueTargetingExpression = $keyValueTargetingExpression; } /** * @return Google_Service_Dfareporting_KeyValueTargetingExpression */ public function getKeyValueTargetingExpression() { return $this->keyValueTargetingExpression; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LanguageTargeting */ public function setLanguageTargeting(Google_Service_Dfareporting_LanguageTargeting $languageTargeting) { $this->languageTargeting = $languageTargeting; } /** * @return Google_Service_Dfareporting_LanguageTargeting */ public function getLanguageTargeting() { return $this->languageTargeting; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_PlacementAssignment[] */ public function setPlacementAssignments($placementAssignments) { $this->placementAssignments = $placementAssignments; } /** * @return Google_Service_Dfareporting_PlacementAssignment[] */ public function getPlacementAssignments() { return $this->placementAssignments; } /** * @param Google_Service_Dfareporting_ListTargetingExpression */ public function setRemarketingListExpression(Google_Service_Dfareporting_ListTargetingExpression $remarketingListExpression) { $this->remarketingListExpression = $remarketingListExpression; } /** * @return Google_Service_Dfareporting_ListTargetingExpression */ public function getRemarketingListExpression() { return $this->remarketingListExpression; } /** * @param Google_Service_Dfareporting_Size */ public function setSize(Google_Service_Dfareporting_Size $size) { $this->size = $size; } /** * @return Google_Service_Dfareporting_Size */ public function getSize() { return $this->size; } public function setSslCompliant($sslCompliant) { $this->sslCompliant = $sslCompliant; } public function getSslCompliant() { return $this->sslCompliant; } public function setSslRequired($sslRequired) { $this->sslRequired = $sslRequired; } public function getSslRequired() { return $this->sslRequired; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTargetingTemplateId($targetingTemplateId) { $this->targetingTemplateId = $targetingTemplateId; } public function getTargetingTemplateId() { return $this->targetingTemplateId; } /** * @param Google_Service_Dfareporting_TechnologyTargeting */ public function setTechnologyTargeting(Google_Service_Dfareporting_TechnologyTargeting $technologyTargeting) { $this->technologyTargeting = $technologyTargeting; } /** * @return Google_Service_Dfareporting_TechnologyTargeting */ public function getTechnologyTargeting() { return $this->technologyTargeting; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK+ ZB&66Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Dfareporting_DimensionValue[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dfareporting_DimensionValue[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK+ ZSNNMvendor/google/apiclient-services/src/Google/Service/Dfareporting/Creative.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setAdParameters($adParameters) { $this->adParameters = $adParameters; } public function getAdParameters() { return $this->adParameters; } public function setAdTagKeys($adTagKeys) { $this->adTagKeys = $adTagKeys; } public function getAdTagKeys() { return $this->adTagKeys; } /** * @param Google_Service_Dfareporting_Size[] */ public function setAdditionalSizes($additionalSizes) { $this->additionalSizes = $additionalSizes; } /** * @return Google_Service_Dfareporting_Size[] */ public function getAdditionalSizes() { return $this->additionalSizes; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAllowScriptAccess($allowScriptAccess) { $this->allowScriptAccess = $allowScriptAccess; } public function getAllowScriptAccess() { return $this->allowScriptAccess; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } public function setArtworkType($artworkType) { $this->artworkType = $artworkType; } public function getArtworkType() { return $this->artworkType; } public function setAuthoringSource($authoringSource) { $this->authoringSource = $authoringSource; } public function getAuthoringSource() { return $this->authoringSource; } public function setAuthoringTool($authoringTool) { $this->authoringTool = $authoringTool; } public function getAuthoringTool() { return $this->authoringTool; } public function setAutoAdvanceImages($autoAdvanceImages) { $this->autoAdvanceImages = $autoAdvanceImages; } public function getAutoAdvanceImages() { return $this->autoAdvanceImages; } public function setBackgroundColor($backgroundColor) { $this->backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Dfareporting_CreativeClickThroughUrl */ public function setBackupImageClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $backupImageClickThroughUrl) { $this->backupImageClickThroughUrl = $backupImageClickThroughUrl; } /** * @return Google_Service_Dfareporting_CreativeClickThroughUrl */ public function getBackupImageClickThroughUrl() { return $this->backupImageClickThroughUrl; } public function setBackupImageFeatures($backupImageFeatures) { $this->backupImageFeatures = $backupImageFeatures; } public function getBackupImageFeatures() { return $this->backupImageFeatures; } public function setBackupImageReportingLabel($backupImageReportingLabel) { $this->backupImageReportingLabel = $backupImageReportingLabel; } public function getBackupImageReportingLabel() { return $this->backupImageReportingLabel; } /** * @param Google_Service_Dfareporting_TargetWindow */ public function setBackupImageTargetWindow(Google_Service_Dfareporting_TargetWindow $backupImageTargetWindow) { $this->backupImageTargetWindow = $backupImageTargetWindow; } /** * @return Google_Service_Dfareporting_TargetWindow */ public function getBackupImageTargetWindow() { return $this->backupImageTargetWindow; } /** * @param Google_Service_Dfareporting_ClickTag[] */ public function setClickTags($clickTags) { $this->clickTags = $clickTags; } /** * @return Google_Service_Dfareporting_ClickTag[] */ public function getClickTags() { return $this->clickTags; } public function setCommercialId($commercialId) { $this->commercialId = $commercialId; } public function getCommercialId() { return $this->commercialId; } public function setCompanionCreatives($companionCreatives) { $this->companionCreatives = $companionCreatives; } public function getCompanionCreatives() { return $this->companionCreatives; } public function setCompatibility($compatibility) { $this->compatibility = $compatibility; } public function getCompatibility() { return $this->compatibility; } public function setConvertFlashToHtml5($convertFlashToHtml5) { $this->convertFlashToHtml5 = $convertFlashToHtml5; } public function getConvertFlashToHtml5() { return $this->convertFlashToHtml5; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent[] */ public function setCounterCustomEvents($counterCustomEvents) { $this->counterCustomEvents = $counterCustomEvents; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent[] */ public function getCounterCustomEvents() { return $this->counterCustomEvents; } /** * @param Google_Service_Dfareporting_CreativeAssetSelection */ public function setCreativeAssetSelection(Google_Service_Dfareporting_CreativeAssetSelection $creativeAssetSelection) { $this->creativeAssetSelection = $creativeAssetSelection; } /** * @return Google_Service_Dfareporting_CreativeAssetSelection */ public function getCreativeAssetSelection() { return $this->creativeAssetSelection; } /** * @param Google_Service_Dfareporting_CreativeAsset[] */ public function setCreativeAssets($creativeAssets) { $this->creativeAssets = $creativeAssets; } /** * @return Google_Service_Dfareporting_CreativeAsset[] */ public function getCreativeAssets() { return $this->creativeAssets; } /** * @param Google_Service_Dfareporting_CreativeFieldAssignment[] */ public function setCreativeFieldAssignments($creativeFieldAssignments) { $this->creativeFieldAssignments = $creativeFieldAssignments; } /** * @return Google_Service_Dfareporting_CreativeFieldAssignment[] */ public function getCreativeFieldAssignments() { return $this->creativeFieldAssignments; } public function setCustomKeyValues($customKeyValues) { $this->customKeyValues = $customKeyValues; } public function getCustomKeyValues() { return $this->customKeyValues; } public function setDynamicAssetSelection($dynamicAssetSelection) { $this->dynamicAssetSelection = $dynamicAssetSelection; } public function getDynamicAssetSelection() { return $this->dynamicAssetSelection; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent[] */ public function setExitCustomEvents($exitCustomEvents) { $this->exitCustomEvents = $exitCustomEvents; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent[] */ public function getExitCustomEvents() { return $this->exitCustomEvents; } /** * @param Google_Service_Dfareporting_FsCommand */ public function setFsCommand(Google_Service_Dfareporting_FsCommand $fsCommand) { $this->fsCommand = $fsCommand; } /** * @return Google_Service_Dfareporting_FsCommand */ public function getFsCommand() { return $this->fsCommand; } public function setHtmlCode($htmlCode) { $this->htmlCode = $htmlCode; } public function getHtmlCode() { return $this->htmlCode; } public function setHtmlCodeLocked($htmlCodeLocked) { $this->htmlCodeLocked = $htmlCodeLocked; } public function getHtmlCodeLocked() { return $this->htmlCodeLocked; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_LastModifiedInfo */ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) { $this->lastModifiedInfo = $lastModifiedInfo; } /** * @return Google_Service_Dfareporting_LastModifiedInfo */ public function getLastModifiedInfo() { return $this->lastModifiedInfo; } public function setLatestTraffickedCreativeId($latestTraffickedCreativeId) { $this->latestTraffickedCreativeId = $latestTraffickedCreativeId; } public function getLatestTraffickedCreativeId() { return $this->latestTraffickedCreativeId; } public function setMediaDescription($mediaDescription) { $this->mediaDescription = $mediaDescription; } public function getMediaDescription() { return $this->mediaDescription; } public function setMediaDuration($mediaDuration) { $this->mediaDuration = $mediaDuration; } public function getMediaDuration() { return $this->mediaDuration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dfareporting_ObaIcon */ public function setObaIcon(Google_Service_Dfareporting_ObaIcon $obaIcon) { $this->obaIcon = $obaIcon; } /** * @return Google_Service_Dfareporting_ObaIcon */ public function getObaIcon() { return $this->obaIcon; } public function setOverrideCss($overrideCss) { $this->overrideCss = $overrideCss; } public function getOverrideCss() { return $this->overrideCss; } /** * @param Google_Service_Dfareporting_VideoOffset */ public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset) { $this->progressOffset = $progressOffset; } /** * @return Google_Service_Dfareporting_VideoOffset */ public function getProgressOffset() { return $this->progressOffset; } public function setRedirectUrl($redirectUrl) { $this->redirectUrl = $redirectUrl; } public function getRedirectUrl() { return $this->redirectUrl; } public function setRenderingId($renderingId) { $this->renderingId = $renderingId; } public function getRenderingId() { return $this->renderingId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setRenderingIdDimensionValue(Google_Service_Dfareporting_DimensionValue $renderingIdDimensionValue) { $this->renderingIdDimensionValue = $renderingIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getRenderingIdDimensionValue() { return $this->renderingIdDimensionValue; } public function setRequiredFlashPluginVersion($requiredFlashPluginVersion) { $this->requiredFlashPluginVersion = $requiredFlashPluginVersion; } public function getRequiredFlashPluginVersion() { return $this->requiredFlashPluginVersion; } public function setRequiredFlashVersion($requiredFlashVersion) { $this->requiredFlashVersion = $requiredFlashVersion; } public function getRequiredFlashVersion() { return $this->requiredFlashVersion; } /** * @param Google_Service_Dfareporting_Size */ public function setSize(Google_Service_Dfareporting_Size $size) { $this->size = $size; } /** * @return Google_Service_Dfareporting_Size */ public function getSize() { return $this->size; } /** * @param Google_Service_Dfareporting_VideoOffset */ public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset) { $this->skipOffset = $skipOffset; } /** * @return Google_Service_Dfareporting_VideoOffset */ public function getSkipOffset() { return $this->skipOffset; } public function setSkippable($skippable) { $this->skippable = $skippable; } public function getSkippable() { return $this->skippable; } public function setSslCompliant($sslCompliant) { $this->sslCompliant = $sslCompliant; } public function getSslCompliant() { return $this->sslCompliant; } public function setSslOverride($sslOverride) { $this->sslOverride = $sslOverride; } public function getSslOverride() { return $this->sslOverride; } public function setStudioAdvertiserId($studioAdvertiserId) { $this->studioAdvertiserId = $studioAdvertiserId; } public function getStudioAdvertiserId() { return $this->studioAdvertiserId; } public function setStudioCreativeId($studioCreativeId) { $this->studioCreativeId = $studioCreativeId; } public function getStudioCreativeId() { return $this->studioCreativeId; } public function setStudioTraffickedCreativeId($studioTraffickedCreativeId) { $this->studioTraffickedCreativeId = $studioTraffickedCreativeId; } public function getStudioTraffickedCreativeId() { return $this->studioTraffickedCreativeId; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setThirdPartyBackupImageImpressionsUrl($thirdPartyBackupImageImpressionsUrl) { $this->thirdPartyBackupImageImpressionsUrl = $thirdPartyBackupImageImpressionsUrl; } public function getThirdPartyBackupImageImpressionsUrl() { return $this->thirdPartyBackupImageImpressionsUrl; } public function setThirdPartyRichMediaImpressionsUrl($thirdPartyRichMediaImpressionsUrl) { $this->thirdPartyRichMediaImpressionsUrl = $thirdPartyRichMediaImpressionsUrl; } public function getThirdPartyRichMediaImpressionsUrl() { return $this->thirdPartyRichMediaImpressionsUrl; } /** * @param Google_Service_Dfareporting_ThirdPartyTrackingUrl[] */ public function setThirdPartyUrls($thirdPartyUrls) { $this->thirdPartyUrls = $thirdPartyUrls; } /** * @return Google_Service_Dfareporting_ThirdPartyTrackingUrl[] */ public function getThirdPartyUrls() { return $this->thirdPartyUrls; } /** * @param Google_Service_Dfareporting_CreativeCustomEvent[] */ public function setTimerCustomEvents($timerCustomEvents) { $this->timerCustomEvents = $timerCustomEvents; } /** * @return Google_Service_Dfareporting_CreativeCustomEvent[] */ public function getTimerCustomEvents() { return $this->timerCustomEvents; } public function setTotalFileSize($totalFileSize) { $this->totalFileSize = $totalFileSize; } public function getTotalFileSize() { return $this->totalFileSize; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Dfareporting_UniversalAdId */ public function setUniversalAdId(Google_Service_Dfareporting_UniversalAdId $universalAdId) { $this->universalAdId = $universalAdId; } /** * @return Google_Service_Dfareporting_UniversalAdId */ public function getUniversalAdId() { return $this->universalAdId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK+ ZMc1OO[vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActiveAds($activeAds) { $this->activeAds = $activeAds; } public function getActiveAds() { return $this->activeAds; } public function setActiveAdsLimitTier($activeAdsLimitTier) { $this->activeAdsLimitTier = $activeAdsLimitTier; } public function getActiveAdsLimitTier() { return $this->activeAdsLimitTier; } public function setAvailableAds($availableAds) { $this->availableAds = $availableAds; } public function getAvailableAds() { return $this->availableAds; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK+ ZOx jvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.phpnu[clickThrough = $clickThrough; } public function getClickThrough() { return $this->clickThrough; } public function setDirectorySiteId($directorySiteId) { $this->directorySiteId = $directorySiteId; } public function getDirectorySiteId() { return $this->directorySiteId; } /** * @param Google_Service_Dfareporting_FloodlightActivityDynamicTag */ public function setDynamicTag(Google_Service_Dfareporting_FloodlightActivityDynamicTag $dynamicTag) { $this->dynamicTag = $dynamicTag; } /** * @return Google_Service_Dfareporting_FloodlightActivityDynamicTag */ public function getDynamicTag() { return $this->dynamicTag; } public function setSiteId($siteId) { $this->siteId = $siteId; } public function getSiteId() { return $this->siteId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue) { $this->siteIdDimensionValue = $siteIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getSiteIdDimensionValue() { return $this->siteIdDimensionValue; } public function setViewThrough($viewThrough) { $this->viewThrough = $viewThrough; } public function getViewThrough() { return $this->viewThrough; } } PK+ ZbooLvendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.phpnu[accountPermissionIds = $accountPermissionIds; } public function getAccountPermissionIds() { return $this->accountPermissionIds; } public function setAccountProfile($accountProfile) { $this->accountProfile = $accountProfile; } public function getAccountProfile() { return $this->accountProfile; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setActiveAdsLimitTier($activeAdsLimitTier) { $this->activeAdsLimitTier = $activeAdsLimitTier; } public function getActiveAdsLimitTier() { return $this->activeAdsLimitTier; } public function setActiveViewOptOut($activeViewOptOut) { $this->activeViewOptOut = $activeViewOptOut; } public function getActiveViewOptOut() { return $this->activeViewOptOut; } public function setAvailablePermissionIds($availablePermissionIds) { $this->availablePermissionIds = $availablePermissionIds; } public function getAvailablePermissionIds() { return $this->availablePermissionIds; } public function setCountryId($countryId) { $this->countryId = $countryId; } public function getCountryId() { return $this->countryId; } public function setCurrencyId($currencyId) { $this->currencyId = $currencyId; } public function getCurrencyId() { return $this->currencyId; } public function setDefaultCreativeSizeId($defaultCreativeSizeId) { $this->defaultCreativeSizeId = $defaultCreativeSizeId; } public function getDefaultCreativeSizeId() { return $this->defaultCreativeSizeId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setMaximumImageSize($maximumImageSize) { $this->maximumImageSize = $maximumImageSize; } public function getMaximumImageSize() { return $this->maximumImageSize; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNielsenOcrEnabled($nielsenOcrEnabled) { $this->nielsenOcrEnabled = $nielsenOcrEnabled; } public function getNielsenOcrEnabled() { return $this->nielsenOcrEnabled; } /** * @param Google_Service_Dfareporting_ReportsConfiguration */ public function setReportsConfiguration(Google_Service_Dfareporting_ReportsConfiguration $reportsConfiguration) { $this->reportsConfiguration = $reportsConfiguration; } /** * @return Google_Service_Dfareporting_ReportsConfiguration */ public function getReportsConfiguration() { return $this->reportsConfiguration; } public function setShareReportsWithTwitter($shareReportsWithTwitter) { $this->shareReportsWithTwitter = $shareReportsWithTwitter; } public function getShareReportsWithTwitter() { return $this->shareReportsWithTwitter; } public function setTeaserSizeLimit($teaserSizeLimit) { $this->teaserSizeLimit = $teaserSizeLimit; } public function getTeaserSizeLimit() { return $this->teaserSizeLimit; } } PK+ Z#w\\\]vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomFloodlightVariable.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK+ ZWb\vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.phpnu[creativeFieldId = $creativeFieldId; } public function getCreativeFieldId() { return $this->creativeFieldId; } public function setCreativeFieldValueId($creativeFieldValueId) { $this->creativeFieldValueId = $creativeFieldValueId; } public function getCreativeFieldValueId() { return $this->creativeFieldValueId; } } PK+ Z(c++Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssignment.phpnu[active = $active; } public function getActive() { return $this->active; } public function setApplyEventTags($applyEventTags) { $this->applyEventTags = $applyEventTags; } public function getApplyEventTags() { return $this->applyEventTags; } /** * @param Google_Service_Dfareporting_ClickThroughUrl */ public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl) { $this->clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_ClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } /** * @param Google_Service_Dfareporting_CompanionClickThroughOverride[] */ public function setCompanionCreativeOverrides($companionCreativeOverrides) { $this->companionCreativeOverrides = $companionCreativeOverrides; } /** * @return Google_Service_Dfareporting_CompanionClickThroughOverride[] */ public function getCompanionCreativeOverrides() { return $this->companionCreativeOverrides; } /** * @param Google_Service_Dfareporting_CreativeGroupAssignment[] */ public function setCreativeGroupAssignments($creativeGroupAssignments) { $this->creativeGroupAssignments = $creativeGroupAssignments; } /** * @return Google_Service_Dfareporting_CreativeGroupAssignment[] */ public function getCreativeGroupAssignments() { return $this->creativeGroupAssignments; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setCreativeIdDimensionValue(Google_Service_Dfareporting_DimensionValue $creativeIdDimensionValue) { $this->creativeIdDimensionValue = $creativeIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getCreativeIdDimensionValue() { return $this->creativeIdDimensionValue; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Dfareporting_RichMediaExitOverride[] */ public function setRichMediaExitOverrides($richMediaExitOverrides) { $this->richMediaExitOverrides = $richMediaExitOverrides; } /** * @return Google_Service_Dfareporting_RichMediaExitOverride[] */ public function getRichMediaExitOverrides() { return $this->richMediaExitOverrides; } public function setSequence($sequence) { $this->sequence = $sequence; } public function getSequence() { return $this->sequence; } public function setSslCompliant($sslCompliant) { $this->sslCompliant = $sslCompliant; } public function getSslCompliant() { return $this->sslCompliant; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK, Z/Pvendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPage.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setArchived($archived) { $this->archived = $archived; } public function getArchived() { return $this->archived; } /** * @param Google_Service_Dfareporting_DeepLink[] */ public function setDeepLinks($deepLinks) { $this->deepLinks = $deepLinks; } /** * @return Google_Service_Dfareporting_DeepLink[] */ public function getDeepLinks() { return $this->deepLinks; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK, Z+ Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.phpnu[accounts = $accounts; } /** * @return Google_Service_Dfareporting_Account[] */ public function getAccounts() { return $this->accounts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Ze[xe_vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventClickAnnotation.phpnu[gclid = $gclid; } public function getGclid() { return $this->gclid; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, Zgmvendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociationsListResponse.phpnu[campaignCreativeAssociations = $campaignCreativeAssociations; } /** * @return Google_Service_Dfareporting_CampaignCreativeAssociation[] */ public function getCampaignCreativeAssociations() { return $this->campaignCreativeAssociations; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z}jvendor/google/apiclient-services/src/Google/Service/Dfareporting/DefaultClickThroughEventTagProperties.phpnu[defaultClickThroughEventTagId = $defaultClickThroughEventTagId; } public function getDefaultClickThroughEventTagId() { return $this->defaultClickThroughEventTagId; } public function setOverrideInheritedEventTag($overrideInheritedEventTag) { $this->overrideInheritedEventTag = $overrideInheritedEventTag; } public function getOverrideInheritedEventTag() { return $this->overrideInheritedEventTag; } } PK, Z6ș\vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeClickThroughUrl.phpnu[computedClickThroughUrl = $computedClickThroughUrl; } public function getComputedClickThroughUrl() { return $this->computedClickThroughUrl; } public function setCustomClickThroughUrl($customClickThroughUrl) { $this->customClickThroughUrl = $customClickThroughUrl; } public function getCustomClickThroughUrl() { return $this->customClickThroughUrl; } public function setLandingPageId($landingPageId) { $this->landingPageId = $landingPageId; } public function getLandingPageId() { return $this->landingPageId; } } PK, Zf\kvendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_TargetableRemarketingList[] */ public function setTargetableRemarketingLists($targetableRemarketingLists) { $this->targetableRemarketingLists = $targetableRemarketingLists; } /** * @return Google_Service_Dfareporting_TargetableRemarketingList[] */ public function getTargetableRemarketingLists() { return $this->targetableRemarketingLists; } } PK, ZxffYvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteTranscodeSetting.phpnu[enabledVideoFormats = $enabledVideoFormats; } public function getEnabledVideoFormats() { return $this->enabledVideoFormats; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, Z}vҏ??dvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.phpnu[accountUserProfiles = $accountUserProfiles; } /** * @return Google_Service_Dfareporting_AccountUserProfile[] */ public function getAccountUserProfiles() { return $this->accountUserProfiles; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Zexpression = $expression; } public function getExpression() { return $this->expression; } } PK, ZPv33Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/Subaccount.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAvailablePermissionIds($availablePermissionIds) { $this->availablePermissionIds = $availablePermissionIds; } public function getAvailablePermissionIds() { return $this->availablePermissionIds; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZY}[vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileAppsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_MobileApp[] */ public function setMobileApps($mobileApps) { $this->mobileApps = $mobileApps; } /** * @return Google_Service_Dfareporting_MobileApp[] */ public function getMobileApps() { return $this->mobileApps; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z'ZZbvendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionClickThroughOverride.phpnu[clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_ClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } } PK, Z>vvUvendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_VideoOffset */ public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset) { $this->progressOffset = $progressOffset; } /** * @return Google_Service_Dfareporting_VideoOffset */ public function getProgressOffset() { return $this->progressOffset; } /** * @param Google_Service_Dfareporting_VideoOffset */ public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset) { $this->skipOffset = $skipOffset; } /** * @return Google_Service_Dfareporting_VideoOffset */ public function getSkipOffset() { return $this->skipOffset; } public function setSkippable($skippable) { $this->skippable = $skippable; } public function getSkippable() { return $this->skippable; } } PK, ZIVvendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.phpnu[data = $data; } /** * @return Google_Service_QPXExpress_Data */ public function getData() { return $this->data; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_QPXExpress_TripOption */ public function setTripOption($tripOption) { $this->tripOption = $tripOption; } /** * @return Google_Service_QPXExpress_TripOption */ public function getTripOption() { return $this->tripOption; } } PK, ZeٚGGOvendor/google/apiclient-services/src/Google/Service/QPXExpress/AircraftData.phpnu[code = $code; } public function getCode() { return $this->code; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZeVvendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_TripOptionsResponse */ public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips) { $this->trips = $trips; } /** * @return Google_Service_QPXExpress_TripOptionsResponse */ public function getTrips() { return $this->trips; } } PK, Z1,Kvendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.phpnu[basisCode = $basisCode; } public function getBasisCode() { return $this->basisCode; } public function setCarrier($carrier) { $this->carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setPrivate($private) { $this->private = $private; } public function getPrivate() { return $this->private; } } PK, Z6&nJvendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.phpnu[aircraft = $aircraft; } public function getAircraft() { return $this->aircraft; } public function setArrivalTime($arrivalTime) { $this->arrivalTime = $arrivalTime; } public function getArrivalTime() { return $this->arrivalTime; } public function setChangePlane($changePlane) { $this->changePlane = $changePlane; } public function getChangePlane() { return $this->changePlane; } public function setConnectionDuration($connectionDuration) { $this->connectionDuration = $connectionDuration; } public function getConnectionDuration() { return $this->connectionDuration; } public function setDepartureTime($departureTime) { $this->departureTime = $departureTime; } public function getDepartureTime() { return $this->departureTime; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDestinationTerminal($destinationTerminal) { $this->destinationTerminal = $destinationTerminal; } public function getDestinationTerminal() { return $this->destinationTerminal; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMeal($meal) { $this->meal = $meal; } public function getMeal() { return $this->meal; } public function setMileage($mileage) { $this->mileage = $mileage; } public function getMileage() { return $this->mileage; } public function setOnTimePerformance($onTimePerformance) { $this->onTimePerformance = $onTimePerformance; } public function getOnTimePerformance() { return $this->onTimePerformance; } public function setOperatingDisclosure($operatingDisclosure) { $this->operatingDisclosure = $operatingDisclosure; } public function getOperatingDisclosure() { return $this->operatingDisclosure; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setOriginTerminal($originTerminal) { $this->originTerminal = $originTerminal; } public function getOriginTerminal() { return $this->originTerminal; } public function setSecure($secure) { $this->secure = $secure; } public function getSecure() { return $this->secure; } } PK, ZP[y>44Jvendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.phpnu[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; } } PK, Z|הpYYUvendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.phpnu[request = $request; } /** * @return Google_Service_QPXExpress_TripOptionsRequest */ public function getRequest() { return $this->request; } } PK, Z=+yyLvendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_SegmentInfo */ public function setSegment($segment) { $this->segment = $segment; } /** * @return Google_Service_QPXExpress_SegmentInfo */ public function getSegment() { return $this->segment; } } PK, Zt6͒bbMvendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOption.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_PricingInfo */ public function setPricing($pricing) { $this->pricing = $pricing; } /** * @return Google_Service_QPXExpress_PricingInfo */ public function getPricing() { return $this->pricing; } public function setSaleTotal($saleTotal) { $this->saleTotal = $saleTotal; } public function getSaleTotal() { return $this->saleTotal; } /** * @param Google_Service_QPXExpress_SliceInfo */ public function setSlice($slice) { $this->slice = $slice; } /** * @return Google_Service_QPXExpress_SliceInfo */ public function getSlice() { return $this->slice; } } PK, Zv\$Nvendor/google/apiclient-services/src/Google/Service/QPXExpress/PricingInfo.phpnu[baseFareTotal = $baseFareTotal; } public function getBaseFareTotal() { return $this->baseFareTotal; } /** * @param Google_Service_QPXExpress_FareInfo */ public function setFare($fare) { $this->fare = $fare; } /** * @return Google_Service_QPXExpress_FareInfo */ public function getFare() { return $this->fare; } public function setFareCalculation($fareCalculation) { $this->fareCalculation = $fareCalculation; } public function getFareCalculation() { return $this->fareCalculation; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLatestTicketingTime($latestTicketingTime) { $this->latestTicketingTime = $latestTicketingTime; } public function getLatestTicketingTime() { return $this->latestTicketingTime; } /** * @param Google_Service_QPXExpress_PassengerCounts */ public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers) { $this->passengers = $passengers; } /** * @return Google_Service_QPXExpress_PassengerCounts */ public function getPassengers() { return $this->passengers; } public function setPtc($ptc) { $this->ptc = $ptc; } public function getPtc() { return $this->ptc; } public function setRefundable($refundable) { $this->refundable = $refundable; } public function getRefundable() { return $this->refundable; } public function setSaleFareTotal($saleFareTotal) { $this->saleFareTotal = $saleFareTotal; } public function getSaleFareTotal() { return $this->saleFareTotal; } public function setSaleTaxTotal($saleTaxTotal) { $this->saleTaxTotal = $saleTaxTotal; } public function getSaleTaxTotal() { return $this->saleTaxTotal; } public function setSaleTotal($saleTotal) { $this->saleTotal = $saleTotal; } public function getSaleTotal() { return $this->saleTotal; } /** * @param Google_Service_QPXExpress_SegmentPricing */ public function setSegmentPricing($segmentPricing) { $this->segmentPricing = $segmentPricing; } /** * @return Google_Service_QPXExpress_SegmentPricing */ public function getSegmentPricing() { return $this->segmentPricing; } /** * @param Google_Service_QPXExpress_TaxInfo */ public function setTax($tax) { $this->tax = $tax; } /** * @return Google_Service_QPXExpress_TaxInfo */ public function getTax() { return $this->tax; } } PK, Z Mvendor/google/apiclient-services/src/Google/Service/QPXExpress/FlightInfo.phpnu[carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } } PK, ZUWWvendor/google/apiclient-services/src/Google/Service/QPXExpress/FreeBaggageAllowance.phpnu[bagDescriptor = $bagDescriptor; } /** * @return Google_Service_QPXExpress_BagDescriptor */ public function getBagDescriptor() { return $this->bagDescriptor; } public function setKilos($kilos) { $this->kilos = $kilos; } public function getKilos() { return $this->kilos; } public function setKilosPerPiece($kilosPerPiece) { $this->kilosPerPiece = $kilosPerPiece; } public function getKilosPerPiece() { return $this->kilosPerPiece; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPieces($pieces) { $this->pieces = $pieces; } public function getPieces() { return $this->pieces; } public function setPounds($pounds) { $this->pounds = $pounds; } public function getPounds() { return $this->pounds; } } PK, ZwE ((Rvendor/google/apiclient-services/src/Google/Service/QPXExpress/PassengerCounts.phpnu[adultCount = $adultCount; } public function getAdultCount() { return $this->adultCount; } public function setChildCount($childCount) { $this->childCount = $childCount; } public function getChildCount() { return $this->childCount; } public function setInfantInLapCount($infantInLapCount) { $this->infantInLapCount = $infantInLapCount; } public function getInfantInLapCount() { return $this->infantInLapCount; } public function setInfantInSeatCount($infantInSeatCount) { $this->infantInSeatCount = $infantInSeatCount; } public function getInfantInSeatCount() { return $this->infantInSeatCount; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSeniorCount($seniorCount) { $this->seniorCount = $seniorCount; } public function getSeniorCount() { return $this->seniorCount; } } PK, Z Uvendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.phpnu[maxPrice = $maxPrice; } public function getMaxPrice() { return $this->maxPrice; } /** * @param Google_Service_QPXExpress_PassengerCounts */ public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers) { $this->passengers = $passengers; } /** * @return Google_Service_QPXExpress_PassengerCounts */ public function getPassengers() { return $this->passengers; } public function setRefundable($refundable) { $this->refundable = $refundable; } public function getRefundable() { return $this->refundable; } public function setSaleCountry($saleCountry) { $this->saleCountry = $saleCountry; } public function getSaleCountry() { return $this->saleCountry; } /** * @param Google_Service_QPXExpress_SliceInput */ public function setSlice($slice) { $this->slice = $slice; } /** * @return Google_Service_QPXExpress_SliceInput */ public function getSlice() { return $this->slice; } public function setSolutions($solutions) { $this->solutions = $solutions; } public function getSolutions() { return $this->solutions; } public function setTicketingCountry($ticketingCountry) { $this->ticketingCountry = $ticketingCountry; } public function getTicketingCountry() { return $this->ticketingCountry; } } PK, Z@@Jvendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxInfo.phpnu[chargeType = $chargeType; } public function getChargeType() { return $this->chargeType; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSalePrice($salePrice) { $this->salePrice = $salePrice; } public function getSalePrice() { return $this->salePrice; } } PK, ZֱtBQvendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.phpnu[ * $qpxExpressService = new Google_Service_QPXExpress(...); * $trips = $qpxExpressService->trips; * */ class Google_Service_QPXExpress_Resource_Trips extends Google_Service_Resource { /** * Returns a list of flights. (trips.search) * * @param Google_Service_QPXExpress_TripsSearchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_QPXExpress_TripsSearchResponse */ public function search(Google_Service_QPXExpress_TripsSearchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_QPXExpress_TripsSearchResponse"); } } PK, Z믙))Pvendor/google/apiclient-services/src/Google/Service/QPXExpress/BagDescriptor.phpnu[commercialName = $commercialName; } public function getCommercialName() { return $this->commercialName; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSubcode($subcode) { $this->subcode = $subcode; } public function getSubcode() { return $this->subcode; } } PK, Z_`H}Nvendor/google/apiclient-services/src/Google/Service/QPXExpress/AirportData.phpnu[city = $city; } public function getCity() { return $this->city; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZB\=Kvendor/google/apiclient-services/src/Google/Service/QPXExpress/CityData.phpnu[code = $code; } public function getCode() { return $this->code; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Z+aircraft = $aircraft; } /** * @return Google_Service_QPXExpress_AircraftData */ public function getAircraft() { return $this->aircraft; } /** * @param Google_Service_QPXExpress_AirportData */ public function setAirport($airport) { $this->airport = $airport; } /** * @return Google_Service_QPXExpress_AirportData */ public function getAirport() { return $this->airport; } /** * @param Google_Service_QPXExpress_CarrierData */ public function setCarrier($carrier) { $this->carrier = $carrier; } /** * @return Google_Service_QPXExpress_CarrierData */ public function getCarrier() { return $this->carrier; } /** * @param Google_Service_QPXExpress_CityData */ public function setCity($city) { $this->city = $city; } /** * @return Google_Service_QPXExpress_CityData */ public function getCity() { return $this->city; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_TaxData */ public function setTax($tax) { $this->tax = $tax; } /** * @return Google_Service_QPXExpress_TaxData */ public function getTax() { return $this->tax; } } PK, Z),FFNvendor/google/apiclient-services/src/Google/Service/QPXExpress/CarrierData.phpnu[code = $code; } public function getCode() { return $this->code; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZUQvendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.phpnu[fareId = $fareId; } public function getFareId() { return $this->fareId; } /** * @param Google_Service_QPXExpress_FreeBaggageAllowance */ public function setFreeBaggageOption($freeBaggageOption) { $this->freeBaggageOption = $freeBaggageOption; } /** * @return Google_Service_QPXExpress_FreeBaggageAllowance */ public function getFreeBaggageOption() { return $this->freeBaggageOption; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } } PK, Zq=<` ` Mvendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInput.phpnu[alliance = $alliance; } public function getAlliance() { return $this->alliance; } public function setDate($date) { $this->date = $date; } public function getDate() { return $this->date; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxConnectionDuration($maxConnectionDuration) { $this->maxConnectionDuration = $maxConnectionDuration; } public function getMaxConnectionDuration() { return $this->maxConnectionDuration; } public function setMaxStops($maxStops) { $this->maxStops = $maxStops; } public function getMaxStops() { return $this->maxStops; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setPermittedCarrier($permittedCarrier) { $this->permittedCarrier = $permittedCarrier; } public function getPermittedCarrier() { return $this->permittedCarrier; } /** * @param Google_Service_QPXExpress_TimeOfDayRange */ public function setPermittedDepartureTime(Google_Service_QPXExpress_TimeOfDayRange $permittedDepartureTime) { $this->permittedDepartureTime = $permittedDepartureTime; } /** * @return Google_Service_QPXExpress_TimeOfDayRange */ public function getPermittedDepartureTime() { return $this->permittedDepartureTime; } public function setPreferredCabin($preferredCabin) { $this->preferredCabin = $preferredCabin; } public function getPreferredCabin() { return $this->preferredCabin; } public function setProhibitedCarrier($prohibitedCarrier) { $this->prohibitedCarrier = $prohibitedCarrier; } public function getProhibitedCarrier() { return $this->prohibitedCarrier; } } PK, Zٹ` Nvendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentInfo.phpnu[bookingCode = $bookingCode; } public function getBookingCode() { return $this->bookingCode; } public function setBookingCodeCount($bookingCodeCount) { $this->bookingCodeCount = $bookingCodeCount; } public function getBookingCodeCount() { return $this->bookingCodeCount; } public function setCabin($cabin) { $this->cabin = $cabin; } public function getCabin() { return $this->cabin; } public function setConnectionDuration($connectionDuration) { $this->connectionDuration = $connectionDuration; } public function getConnectionDuration() { return $this->connectionDuration; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_QPXExpress_FlightInfo */ public function setFlight(Google_Service_QPXExpress_FlightInfo $flight) { $this->flight = $flight; } /** * @return Google_Service_QPXExpress_FlightInfo */ public function getFlight() { return $this->flight; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_LegInfo */ public function setLeg($leg) { $this->leg = $leg; } /** * @return Google_Service_QPXExpress_LegInfo */ public function getLeg() { return $this->leg; } public function setMarriedSegmentGroup($marriedSegmentGroup) { $this->marriedSegmentGroup = $marriedSegmentGroup; } public function getMarriedSegmentGroup() { return $this->marriedSegmentGroup; } public function setSubjectToGovernmentApproval($subjectToGovernmentApproval) { $this->subjectToGovernmentApproval = $subjectToGovernmentApproval; } public function getSubjectToGovernmentApproval() { return $this->subjectToGovernmentApproval; } } PK, ZNQvendor/google/apiclient-services/src/Google/Service/QPXExpress/TimeOfDayRange.phpnu[earliestTime = $earliestTime; } public function getEarliestTime() { return $this->earliestTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLatestTime($latestTime) { $this->latestTime = $latestTime; } public function getLatestTime() { return $this->latestTime; } } PK, ZR++Cvendor/google/apiclient-services/src/Google/Service/Replicapool.phpnu[ * The Replica Pool API allows users to declaratively provision and manage * groups of Google Compute Engine instances based on a common template.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Replicapool extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and manage your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman"; /** View your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly"; /** View and manage replica pools. */ const REPLICAPOOL = "https://www.googleapis.com/auth/replicapool"; /** View replica pools. */ const REPLICAPOOL_READONLY = "https://www.googleapis.com/auth/replicapool.readonly"; public $pools; public $replicas; /** * Constructs the internal representation of the Replicapool service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'replicapool/v1beta1/projects/'; $this->batchPath = 'batch/replicapool/v1beta1'; $this->version = 'v1beta1'; $this->serviceName = 'replicapool'; $this->pools = new Google_Service_Replicapool_Resource_Pools( $this, $this->serviceName, 'pools', array( 'methods' => array( 'delete' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}', 'httpMethod' => 'GET', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{projectName}/zones/{zone}/pools', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{projectName}/zones/{zone}/pools', 'httpMethod' => 'GET', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resize' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}/resize', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'numReplicas' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'updatetemplate' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}/updateTemplate', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->replicas = new Google_Service_Replicapool_Resource_Replicas( $this, $this->serviceName, 'replicas', array( 'methods' => array( 'delete' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replicaName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}', 'httpMethod' => 'GET', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replicaName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas', 'httpMethod' => 'GET', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'restart' => array( 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}/restart', 'httpMethod' => 'POST', 'parameters' => array( 'projectName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'poolName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replicaName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, ZhѳXvendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetRequest.phpnu[source = $source; } /** * @return Google_Service_FirebaseRules_Source */ public function getSource() { return $this->source; } /** * @param Google_Service_FirebaseRules_TestSuite */ public function setTestSuite(Google_Service_FirebaseRules_TestSuite $testSuite) { $this->testSuite = $testSuite; } /** * @return Google_Service_FirebaseRules_TestSuite */ public function getTestSuite() { return $this->testSuite; } } PK, ZHXbvendor/google/apiclient-services/src/Google/Service/FirebaseRules/GetReleaseExecutableResponse.phpnu[executable = $executable; } public function getExecutable() { return $this->executable; } public function setExecutableVersion($executableVersion) { $this->executableVersion = $executableVersion; } public function getExecutableVersion() { return $this->executableVersion; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setRulesetName($rulesetName) { $this->rulesetName = $rulesetName; } public function getRulesetName() { return $this->rulesetName; } public function setSyncTime($syncTime) { $this->syncTime = $syncTime; } public function getSyncTime() { return $this->syncTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Z oIvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Arg.phpnu[anyValue = $anyValue; } /** * @return Google_Service_FirebaseRules_FirebaserulesEmpty */ public function getAnyValue() { return $this->anyValue; } public function setExactValue($exactValue) { $this->exactValue = $exactValue; } public function getExactValue() { return $this->exactValue; } } PK, Zz,V&&Zvendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListRulesetsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_FirebaseRules_Ruleset[] */ public function setRulesets($rulesets) { $this->rulesets = $rulesets; } /** * @return Google_Service_FirebaseRules_Ruleset[] */ public function getRulesets() { return $this->rulesets; } } PK, ZC3Wvendor/google/apiclient-services/src/Google/Service/FirebaseRules/FirebaserulesFile.phpnu[content = $content; } public function getContent() { return $this->content; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZXYvendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetResponse.phpnu[issues = $issues; } /** * @return Google_Service_FirebaseRules_Issue[] */ public function getIssues() { return $this->issues; } /** * @param Google_Service_FirebaseRules_TestResult[] */ public function setTestResults($testResults) { $this->testResults = $testResults; } /** * @return Google_Service_FirebaseRules_TestResult[] */ public function getTestResults() { return $this->testResults; } } PK, Zkg Pvendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestResult.phpnu[debugMessages = $debugMessages; } public function getDebugMessages() { return $this->debugMessages; } /** * @param Google_Service_FirebaseRules_SourcePosition */ public function setErrorPosition(Google_Service_FirebaseRules_SourcePosition $errorPosition) { $this->errorPosition = $errorPosition; } /** * @return Google_Service_FirebaseRules_SourcePosition */ public function getErrorPosition() { return $this->errorPosition; } /** * @param Google_Service_FirebaseRules_ExpressionReport[] */ public function setExpressionReports($expressionReports) { $this->expressionReports = $expressionReports; } /** * @return Google_Service_FirebaseRules_ExpressionReport[] */ public function getExpressionReports() { return $this->expressionReports; } /** * @param Google_Service_FirebaseRules_FunctionCall[] */ public function setFunctionCalls($functionCalls) { $this->functionCalls = $functionCalls; } /** * @return Google_Service_FirebaseRules_FunctionCall[] */ public function getFunctionCalls() { return $this->functionCalls; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_FirebaseRules_VisitedExpression[] */ public function setVisitedExpressions($visitedExpressions) { $this->visitedExpressions = $visitedExpressions; } /** * @return Google_Service_FirebaseRules_VisitedExpression[] */ public function getVisitedExpressions() { return $this->visitedExpressions; } } PK, Z\NNLvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Source.phpnu[files = $files; } /** * @return Google_Service_FirebaseRules_FirebaserulesFile[] */ public function getFiles() { return $this->files; } } PK, Z^j_vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.phpnu[ * $firebaserulesService = new Google_Service_FirebaseRules(...); * $releases = $firebaserulesService->releases; * */ class Google_Service_FirebaseRules_Resource_ProjectsReleases extends Google_Service_Resource { /** * Create a `Release`. Release names should reflect the developer's deployment * practices. For example, the release name may include the environment name, * application name, application version, or any other name meaningful to the * developer. Once a `Release` refers to a `Ruleset`, the rules can be enforced * by Firebase Rules-enabled services. More than one `Release` may be 'live' * concurrently. Consider the following three `Release` names for `projects/foo` * and the `Ruleset` to which they refer. Release Name | Ruleset Name * --------------------------------|------------- projects/foo/releases/prod | * projects/foo/rulesets/uuid123 projects/foo/releases/prod/beta | * projects/foo/rulesets/uuid123 projects/foo/releases/prod/v23 | * projects/foo/rulesets/uuid456 The table reflects the `Ruleset` rollout in * progress. The `prod` and `prod/beta` releases refer to the same `Ruleset`. * However, `prod/v23` refers to a new `Ruleset`. The `Ruleset` reference for a * `Release` may be updated using the UpdateRelease method. (releases.create) * * @param string $name Resource name for the project which owns this `Release`. * Format: `projects/{project_id}` * @param Google_Service_FirebaseRules_Release $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_Release */ public function create($name, Google_Service_FirebaseRules_Release $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseRules_Release"); } /** * Delete a `Release` by resource name. (releases.delete) * * @param string $name Resource name for the `Release` to delete. Format: * `projects/{project_id}/releases/{release_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_FirebaserulesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseRules_FirebaserulesEmpty"); } /** * Get a `Release` by name. (releases.get) * * @param string $name Resource name of the `Release`. Format: * `projects/{project_id}/releases/{release_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_Release */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseRules_Release"); } /** * Get the `Release` executable to use when enforcing rules. * (releases.getExecutable) * * @param string $name Resource name of the `Release`. Format: * `projects/{project_id}/releases/{release_id}` * @param array $optParams Optional parameters. * * @opt_param string executableVersion The requested runtime executable version. * Defaults to FIREBASE_RULES_EXECUTABLE_V1. * @return Google_Service_FirebaseRules_GetReleaseExecutableResponse */ public function getExecutable($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getExecutable', array($params), "Google_Service_FirebaseRules_GetReleaseExecutableResponse"); } /** * List the `Release` values for a project. This list may optionally be filtered * by `Release` name, `Ruleset` name, `TestSuite` name, or any combination * thereof. (releases.listProjectsReleases) * * @param string $name Resource name for the project. Format: * `projects/{project_id}` * @param array $optParams Optional parameters. * * @opt_param string filter `Release` filter. The list method supports filters * with restrictions on the `Release.name`, `Release.ruleset_name`, and * `Release.test_suite_name`. Example 1: A filter of 'name=prod*' might return * `Release`s with names within 'projects/foo' prefixed with 'prod': Name | * Ruleset Name ------------------------------|------------- * projects/foo/releases/prod | projects/foo/rulesets/uuid1234 * projects/foo/releases/prod/v1 | projects/foo/rulesets/uuid1234 * projects/foo/releases/prod/v2 | projects/foo/rulesets/uuid8888 Example 2: A * filter of `name=prod* ruleset_name=uuid1234` would return only `Release` * instances for 'projects/foo' with names prefixed with 'prod' referring to the * same `Ruleset` name of 'uuid1234': Name | Ruleset Name * ------------------------------|------------- projects/foo/releases/prod | * projects/foo/rulesets/1234 projects/foo/releases/prod/v1 | * projects/foo/rulesets/1234 In the examples, the filter parameters refer to * the search filters are relative to the project. Fully qualified prefixed may * also be used. e.g. `test_suite_name=projects/foo/testsuites/uuid1` * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. * Note: `page_size` is just a hint and the service may choose to load fewer * than `page_size` results due to the size of the output. To traverse all of * the releases, the caller should iterate until the `page_token` on the * response is empty. * @opt_param string pageToken Next page token for the next batch of `Release` * instances. * @return Google_Service_FirebaseRules_ListReleasesResponse */ public function listProjectsReleases($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseRules_ListReleasesResponse"); } /** * Update a `Release` via PATCH. Only updates to the `ruleset_name` and * `test_suite_name` fields will be honored. `Release` rename is not supported. * To create a `Release` use the CreateRelease method. (releases.patch) * * @param string $name Resource name for the project which owns this `Release`. * Format: `projects/{project_id}` * @param Google_Service_FirebaseRules_UpdateReleaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_Release */ public function patch($name, Google_Service_FirebaseRules_UpdateReleaseRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_FirebaseRules_Release"); } } PK, Z98S S Wvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/Projects.phpnu[ * $firebaserulesService = new Google_Service_FirebaseRules(...); * $projects = $firebaserulesService->projects; * */ class Google_Service_FirebaseRules_Resource_Projects extends Google_Service_Resource { /** * Test `Source` for syntactic and semantic correctness. Issues present, if any, * will be returned to the caller with a description, severity, and source * location. The test method may be executed with `Source` or a `Ruleset` name. * Passing `Source` is useful for unit testing new rules. Passing a `Ruleset` * name is useful for regression testing an existing rule. The following is an * example of `Source` that permits users to upload images to a bucket bearing * their user id and matching the correct metadata: _*Example*_ // Users are * allowed to subscribe and unsubscribe to the blog. service firebase.storage { * match /users/{userId}/images/{imageName} { allow write: if userId == * request.auth.uid && (imageName.matches('*.png$') || * imageName.matches('*.jpg$')) && resource.mimeType.matches('^image/') } } * (projects.test) * * @param string $name Tests may either provide `source` or a `Ruleset` resource * name. For tests against `source`, the resource name must refer to the * project: Format: `projects/{project_id}` For tests against a `Ruleset`, this * must be the `Ruleset` resource name: Format: * `projects/{project_id}/rulesets/{ruleset_id}` * @param Google_Service_FirebaseRules_TestRulesetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_TestRulesetResponse */ public function test($name, Google_Service_FirebaseRules_TestRulesetRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('test', array($params), "Google_Service_FirebaseRules_TestRulesetResponse"); } } PK, Z]g_vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.phpnu[ * $firebaserulesService = new Google_Service_FirebaseRules(...); * $rulesets = $firebaserulesService->rulesets; * */ class Google_Service_FirebaseRules_Resource_ProjectsRulesets extends Google_Service_Resource { /** * Create a `Ruleset` from `Source`. The `Ruleset` is given a unique generated * name which is returned to the caller. `Source` containing syntactic or * semantics errors will result in an error response indicating the first error * encountered. For a detailed view of `Source` issues, use TestRuleset. * (rulesets.create) * * @param string $name Resource name for Project which owns this `Ruleset`. * Format: `projects/{project_id}` * @param Google_Service_FirebaseRules_Ruleset $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_Ruleset */ public function create($name, Google_Service_FirebaseRules_Ruleset $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseRules_Ruleset"); } /** * Delete a `Ruleset` by resource name. If the `Ruleset` is referenced by a * `Release` the operation will fail. (rulesets.delete) * * @param string $name Resource name for the ruleset to delete. Format: * `projects/{project_id}/rulesets/{ruleset_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_FirebaserulesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseRules_FirebaserulesEmpty"); } /** * Get a `Ruleset` by name including the full `Source` contents. (rulesets.get) * * @param string $name Resource name for the ruleset to get. Format: * `projects/{project_id}/rulesets/{ruleset_id}` * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRules_Ruleset */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseRules_Ruleset"); } /** * List `Ruleset` metadata only and optionally filter the results by `Ruleset` * name. The full `Source` contents of a `Ruleset` may be retrieved with * GetRuleset. (rulesets.listProjectsRulesets) * * @param string $name Resource name for the project. Format: * `projects/{project_id}` * @param array $optParams Optional parameters. * * @opt_param string filter `Ruleset` filter. The list method supports filters * with restrictions on `Ruleset.name`. Filters on `Ruleset.create_time` should * use the `date` function which parses strings that conform to the RFC 3339 * date/time specifications. Example: `create_time > * date("2017-01-01T00:00:00Z") AND name=UUID-*` * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. * Note: `page_size` is just a hint and the service may choose to load less than * `page_size` due to the size of the output. To traverse all of the releases, * caller should iterate until the `page_token` is empty. * @opt_param string pageToken Next page token for loading the next batch of * `Ruleset` instances. * @return Google_Service_FirebaseRules_ListRulesetsResponse */ public function listProjectsRulesets($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseRules_ListRulesetsResponse"); } } PK, ZfFXXMvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Release.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRulesetName($rulesetName) { $this->rulesetName = $rulesetName; } public function getRulesetName() { return $this->rulesetName; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, ZgB{Tvendor/google/apiclient-services/src/Google/Service/FirebaseRules/SourcePosition.phpnu[column = $column; } public function getColumn() { return $this->column; } public function setCurrentOffset($currentOffset) { $this->currentOffset = $currentOffset; } public function getCurrentOffset() { return $this->currentOffset; } public function setEndOffset($endOffset) { $this->endOffset = $endOffset; } public function getEndOffset() { return $this->endOffset; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK, Z3ZZOvendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestSuite.phpnu[testCases = $testCases; } /** * @return Google_Service_FirebaseRules_TestCase[] */ public function getTestCases() { return $this->testCases; } } PK, Z# Lvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Result.phpnu[undefined = $undefined; } /** * @return Google_Service_FirebaseRules_FirebaserulesEmpty */ public function getUndefined() { return $this->undefined; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z7FRVvendor/google/apiclient-services/src/Google/Service/FirebaseRules/ExpressionReport.phpnu[children = $children; } /** * @return Google_Service_FirebaseRules_ExpressionReport[] */ public function getChildren() { return $this->children; } /** * @param Google_Service_FirebaseRules_SourcePosition */ public function setSourcePosition(Google_Service_FirebaseRules_SourcePosition $sourcePosition) { $this->sourcePosition = $sourcePosition; } /** * @return Google_Service_FirebaseRules_SourcePosition */ public function getSourcePosition() { return $this->sourcePosition; } /** * @param Google_Service_FirebaseRules_ValueCount[] */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_FirebaseRules_ValueCount[] */ public function getValues() { return $this->values; } } PK, ZG2!Zvendor/google/apiclient-services/src/Google/Service/FirebaseRules/UpdateReleaseRequest.phpnu[release = $release; } /** * @return Google_Service_FirebaseRules_Release */ public function getRelease() { return $this->release; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, ZNJuuNvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Metadata.phpnu[services = $services; } public function getServices() { return $this->services; } } PK, Z6HPvendor/google/apiclient-services/src/Google/Service/FirebaseRules/ValueCount.phpnu[count = $count; } public function getCount() { return $this->count; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z[w  Mvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Ruleset.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_FirebaseRules_Metadata */ public function setMetadata(Google_Service_FirebaseRules_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_FirebaseRules_Metadata */ public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_FirebaseRules_Source */ public function setSource(Google_Service_FirebaseRules_Source $source) { $this->source = $source; } /** * @return Google_Service_FirebaseRules_Source */ public function getSource() { return $this->source; } } PK, ZQ!8Kvendor/google/apiclient-services/src/Google/Service/FirebaseRules/Issue.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } /** * @param Google_Service_FirebaseRules_SourcePosition */ public function setSourcePosition(Google_Service_FirebaseRules_SourcePosition $sourcePosition) { $this->sourcePosition = $sourcePosition; } /** * @return Google_Service_FirebaseRules_SourcePosition */ public function getSourcePosition() { return $this->sourcePosition; } } PK, ZZRvendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionCall.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } } PK, Zj_#.Xvendor/google/apiclient-services/src/Google/Service/FirebaseRules/FirebaserulesEmpty.phpnu[sourcePosition = $sourcePosition; } /** * @return Google_Service_FirebaseRules_SourcePosition */ public function getSourcePosition() { return $this->sourcePosition; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZdtPUURvendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionMock.phpnu[args = $args; } /** * @return Google_Service_FirebaseRules_Arg[] */ public function getArgs() { return $this->args; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } /** * @param Google_Service_FirebaseRules_Result */ public function setResult(Google_Service_FirebaseRules_Result $result) { $this->result = $result; } /** * @return Google_Service_FirebaseRules_Result */ public function getResult() { return $this->result; } } PK, Z!i1``Nvendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.phpnu[expectation = $expectation; } public function getExpectation() { return $this->expectation; } public function setExpressionReportLevel($expressionReportLevel) { $this->expressionReportLevel = $expressionReportLevel; } public function getExpressionReportLevel() { return $this->expressionReportLevel; } /** * @param Google_Service_FirebaseRules_FunctionMock[] */ public function setFunctionMocks($functionMocks) { $this->functionMocks = $functionMocks; } /** * @return Google_Service_FirebaseRules_FunctionMock[] */ public function getFunctionMocks() { return $this->functionMocks; } public function setPathEncoding($pathEncoding) { $this->pathEncoding = $pathEncoding; } public function getPathEncoding() { return $this->pathEncoding; } public function setRequest($request) { $this->request = $request; } public function getRequest() { return $this->request; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK, Zzv&&Zvendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListReleasesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_FirebaseRules_Release[] */ public function setReleases($releases) { $this->releases = $releases; } /** * @return Google_Service_FirebaseRules_Release[] */ public function getReleases() { return $this->releases; } } PK, ZfL""Kvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.phpnu[ * The management interface for Binary Authorization, a system providing policy * control for images deployed to Kubernetes Engine clusters.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_BinaryAuthorization extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects; public $projects_attestors; public $projects_policy; public $systempolicy; /** * Constructs the internal representation of the BinaryAuthorization service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://binaryauthorization.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'binaryauthorization'; $this->projects = new Google_Service_BinaryAuthorization_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getPolicy' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updatePolicy' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_attestors = new Google_Service_BinaryAuthorization_Resource_ProjectsAttestors( $this, $this->serviceName, 'attestors', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/attestors', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'attestorId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/attestors', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validateAttestationOccurrence' => array( 'path' => 'v1/{+attestor}:validateAttestationOccurrence', 'httpMethod' => 'POST', 'parameters' => array( 'attestor' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_policy = new Google_Service_BinaryAuthorization_Resource_ProjectsPolicy( $this, $this->serviceName, 'policy', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->systempolicy = new Google_Service_BinaryAuthorization_Resource_Systempolicy( $this, $this->serviceName, 'systempolicy', array( 'methods' => array( 'getPolicy' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, Z+vH H @vendor/google/apiclient-services/src/Google/Service/Indexing.phpnu[ * Notifies Google when your web pages change.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Indexing extends Google_Service { /** Submit data to Google for indexing. */ const INDEXING = "https://www.googleapis.com/auth/indexing"; public $urlNotifications; /** * Constructs the internal representation of the Indexing service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://indexing.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'indexing'; $this->urlNotifications = new Google_Service_Indexing_Resource_UrlNotifications( $this, $this->serviceName, 'urlNotifications', array( 'methods' => array( 'getMetadata' => array( 'path' => 'v3/urlNotifications/metadata', 'httpMethod' => 'GET', 'parameters' => array( 'url' => array( 'location' => 'query', 'type' => 'string', ), ), ),'publish' => array( 'path' => 'v3/urlNotifications:publish', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK, Z VRPvendor/google/apiclient-services/src/Google/Service/Licensing/LicensingEmpty.phpnu[etags = $etags; } public function getEtags() { return $this->etags; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setProductName($productName) { $this->productName = $productName; } public function getProductName() { return $this->productName; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSkuId($skuId) { $this->skuId = $skuId; } public function getSkuId() { return $this->skuId; } public function setSkuName($skuName) { $this->skuName = $skuName; } public function getSkuName() { return $this->skuName; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK, Z| @66Wvendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Licensing_LicenseAssignment[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Licensing_LicenseAssignment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZA'']vendor/google/apiclient-services/src/Google/Service/Licensing/Resource/LicenseAssignments.phpnu[ * $licensingService = new Google_Service_Licensing(...); * $licenseAssignments = $licensingService->licenseAssignments; * */ class Google_Service_Licensing_Resource_LicenseAssignments extends Google_Service_Resource { /** * Revoke a license. (licenseAssignments.delete) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $skuId A product SKU's unique identifier. For more information * about available SKUs in this version of the API, see Products and SKUs. * @param string $userId The user's current primary email address. If the user's * email address changes, use the new email address in your API requests. Since * a `userId` is subject to change, do not use a `userId` value as a key for * persistent data. This key could break if the current user's email address * changes. If the `userId` is suspended, the license status changes. * @param array $optParams Optional parameters. * @return Google_Service_Licensing_LicensingEmpty */ public function delete($productId, $skuId, $userId, $optParams = array()) { $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Licensing_LicensingEmpty"); } /** * Get a specific user's license by product SKU. (licenseAssignments.get) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $skuId A product SKU's unique identifier. For more information * about available SKUs in this version of the API, see Products and SKUs. * @param string $userId The user's current primary email address. If the user's * email address changes, use the new email address in your API requests. Since * a `userId` is subject to change, do not use a `userId` value as a key for * persistent data. This key could break if the current user's email address * changes. If the `userId` is suspended, the license status changes. * @param array $optParams Optional parameters. * @return Google_Service_Licensing_LicenseAssignment */ public function get($productId, $skuId, $userId, $optParams = array()) { $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment"); } /** * Assign a license. (licenseAssignments.insert) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $skuId A product SKU's unique identifier. For more information * about available SKUs in this version of the API, see Products and SKUs. * @param Google_Service_Licensing_LicenseAssignmentInsert $postBody * @param array $optParams Optional parameters. * @return Google_Service_Licensing_LicenseAssignment */ public function insert($productId, $skuId, Google_Service_Licensing_LicenseAssignmentInsert $postBody, $optParams = array()) { $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment"); } /** * List all users assigned licenses for a specific product SKU. * (licenseAssignments.listForProduct) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $customerId Customer's `customerId`. A previous version of this * API accepted the primary domain name as a value for this field. If the * customer is suspended, the server returns an error. * @param array $optParams Optional parameters. * * @opt_param string maxResults The `maxResults` query string determines how * many entries are returned on each page of a large response. This is an * optional parameter. The value must be a positive number. * @opt_param string pageToken Token to fetch the next page of data. The * `maxResults` query string is related to the `pageToken` since `maxResults` * determines how many entries are returned on each page. This is an optional * query string. If not specified, the server returns the first page. * @return Google_Service_Licensing_LicenseAssignmentList */ public function listForProduct($productId, $customerId, $optParams = array()) { $params = array('productId' => $productId, 'customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList"); } /** * List all users assigned licenses for a specific product SKU. * (licenseAssignments.listForProductAndSku) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $skuId A product SKU's unique identifier. For more information * about available SKUs in this version of the API, see Products and SKUs. * @param string $customerId Customer's `customerId`. A previous version of this * API accepted the primary domain name as a value for this field. If the * customer is suspended, the server returns an error. * @param array $optParams Optional parameters. * * @opt_param string maxResults The `maxResults` query string determines how * many entries are returned on each page of a large response. This is an * optional parameter. The value must be a positive number. * @opt_param string pageToken Token to fetch the next page of data. The * `maxResults` query string is related to the `pageToken` since `maxResults` * determines how many entries are returned on each page. This is an optional * query string. If not specified, the server returns the first page. * @return Google_Service_Licensing_LicenseAssignmentList */ public function listForProductAndSku($productId, $skuId, $customerId, $optParams = array()) { $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList"); } /** * Reassign a user's product SKU with a different SKU in the same product. This * method supports patch semantics. (licenseAssignments.patch) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $skuId A product SKU's unique identifier. For more information * about available SKUs in this version of the API, see Products and SKUs. * @param string $userId The user's current primary email address. If the user's * email address changes, use the new email address in your API requests. Since * a `userId` is subject to change, do not use a `userId` value as a key for * persistent data. This key could break if the current user's email address * changes. If the `userId` is suspended, the license status changes. * @param Google_Service_Licensing_LicenseAssignment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Licensing_LicenseAssignment */ public function patch($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) { $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment"); } /** * Reassign a user's product SKU with a different SKU in the same product. * (licenseAssignments.update) * * @param string $productId A product's unique identifier. For more information * about products in this version of the API, see Products and SKUs. * @param string $skuId A product SKU's unique identifier. For more information * about available SKUs in this version of the API, see Products and SKUs. * @param string $userId The user's current primary email address. If the user's * email address changes, use the new email address in your API requests. Since * a `userId` is subject to change, do not use a `userId` value as a key for * persistent data. This key could break if the current user's email address * changes. If the `userId` is suspended, the license status changes. * @param Google_Service_Licensing_LicenseAssignment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Licensing_LicenseAssignment */ public function update($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) { $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Licensing_LicenseAssignment"); } } PK, ZeCCYvendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentInsert.phpnu[userId = $userId; } public function getUserId() { return $this->userId; } } PK, Zbii;vendor/google/apiclient-services/src/Google/Service/Cih.phpnu[ * Retrieving customer interactions API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Cih extends Google_Service { public $associatedEmails; public $userInteractions; /** * Constructs the internal representation of the Cih service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'cih/v3/'; $this->version = 'v3'; $this->serviceName = 'cih'; $this->associatedEmails = new Google_Service_Cih_Resource_AssociatedEmails( $this, $this->serviceName, 'associatedEmails', array( 'methods' => array( 'create' => array( 'path' => 'associatedEmails/insert/{customerId}', 'httpMethod' => 'PUT', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'associatedEmails/delete/{customerId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'emailAddress' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'operator' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->userInteractions = new Google_Service_Cih_Resource_UserInteractions( $this, $this->serviceName, 'userInteractions', array( 'methods' => array( 'get' => array( 'path' => 'userInteractions/{entityType}/{entityId}/{timestamp}/{interactionType}', 'httpMethod' => 'GET', 'parameters' => array( 'entityType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'timestamp' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'interactionType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userInteractions/insert', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'userInteractions', 'httpMethod' => 'GET', 'parameters' => array( 'entity' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'entityFilter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'excludePassedInteractionOrigin' => array( 'location' => 'query', 'type' => 'boolean', ), 'excludePassedInteractionType' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeRelatedInteractions' => array( 'location' => 'query', 'type' => 'boolean', ), 'interactionOrigin' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'interactionType' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'lookup_participant_info' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxInteractionsPerPage' => array( 'location' => 'query', 'type' => 'integer', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metaTypeFilter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'minMainEntityInteractions' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'phoneMatcher' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'timestampEnd' => array( 'location' => 'query', 'type' => 'string', ), 'timestampStart' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, ZuG.2|vendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3LogImpressionsRequest.phpnu[clientInfo = $clientInfo; } /** * @return Google_Service_PlayableLocations_GoogleMapsUnityClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3Impression[] */ public function setImpressions($impressions) { $this->impressions = $impressions; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3Impression[] */ public function getImpressions() { return $this->impressions; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK, Z`/svendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SampleFilter.phpnu[includedTypes = $includedTypes; } public function getIncludedTypes() { return $this->includedTypes; } public function setMaxLocationCount($maxLocationCount) { $this->maxLocationCount = $maxLocationCount; } public function getMaxLocationCount() { return $this->maxLocationCount; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleSpacingOptions */ public function setSpacing(Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleSpacingOptions $spacing) { $this->spacing = $spacing; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleSpacingOptions */ public function getSpacing() { return $this->spacing; } } PK, ZXC C }vendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SamplePlayableLocation.phpnu[centerPoint = $centerPoint; } /** * @return Google_Service_PlayableLocations_GoogleTypeLatLng */ public function getCenterPoint() { return $this->centerPoint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } public function setPlusCode($plusCode) { $this->plusCode = $plusCode; } public function getPlusCode() { return $this->plusCode; } /** * @param Google_Service_PlayableLocations_GoogleTypeLatLng */ public function setSnappedPoint(Google_Service_PlayableLocations_GoogleTypeLatLng $snappedPoint) { $this->snappedPoint = $snappedPoint; } /** * @return Google_Service_PlayableLocations_GoogleTypeLatLng */ public function getSnappedPoint() { return $this->snappedPoint; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } PK, Z ~vendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3LogPlayerReportsRequest.phpnu[clientInfo = $clientInfo; } /** * @return Google_Service_PlayableLocations_GoogleMapsUnityClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3PlayerReport[] */ public function setPlayerReports($playerReports) { $this->playerReports = $playerReports; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3PlayerReport[] */ public function getPlayerReports() { return $this->playerReports; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK, ZZvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleTypeLatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK, Z '+' ' cvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsUnityClientInfo.phpnu[apiClient = $apiClient; } public function getApiClient() { return $this->apiClient; } public function setApplicationId($applicationId) { $this->applicationId = $applicationId; } public function getApplicationId() { return $this->applicationId; } public function setApplicationVersion($applicationVersion) { $this->applicationVersion = $applicationVersion; } public function getApplicationVersion() { return $this->applicationVersion; } public function setDeviceModel($deviceModel) { $this->deviceModel = $deviceModel; } public function getDeviceModel() { return $this->deviceModel; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setOperatingSystem($operatingSystem) { $this->operatingSystem = $operatingSystem; } public function getOperatingSystem() { return $this->operatingSystem; } public function setOperatingSystemBuild($operatingSystemBuild) { $this->operatingSystemBuild = $operatingSystemBuild; } public function getOperatingSystemBuild() { return $this->operatingSystemBuild; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } } PK, ZkqUvendor/google/apiclient-services/src/Google/Service/PlayableLocations/Resource/V3.phpnu[ * $playablelocationsService = new Google_Service_PlayableLocations(...); * $v3 = $playablelocationsService->v3; * */ class Google_Service_PlayableLocations_Resource_V3 extends Google_Service_Resource { /** * Logs new events when playable locations are displayed, and when they are * interacted with. Impressions are not partially saved; either all impressions * are saved and this request succeeds, or no impressions are saved, and this * request fails. (v3.logImpressions) * * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogImpressionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogImpressionsResponse */ public function logImpressions(Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogImpressionsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('logImpressions', array($params), "Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogImpressionsResponse"); } /** * Logs bad playable location reports submitted by players. Reports are not * partially saved; either all reports are saved and this request succeeds, or * no reports are saved, and this request fails. (v3.logPlayerReports) * * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogPlayerReportsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogPlayerReportsResponse */ public function logPlayerReports(Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogPlayerReportsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('logPlayerReports', array($params), "Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogPlayerReportsResponse"); } /** * Returns a set of playable locations that lie within a specified area, that * satisfy optional filter criteria. Note: Identical `SamplePlayableLocations` * requests can return different results as the state of the world changes over * time. (v3.samplePlayableLocations) * * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse */ public function samplePlayableLocations(Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('samplePlayableLocations', array($params), "Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse"); } } PK, Z!Gjvvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SampleCriterion.phpnu[fieldsToReturn = $fieldsToReturn; } public function getFieldsToReturn() { return $this->fieldsToReturn; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter */ public function setFilter(Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter $filter) { $this->filter = $filter; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter */ public function getFilter() { return $this->filter; } public function setGameObjectType($gameObjectType) { $this->gameObjectType = $gameObjectType; } public function getGameObjectType() { return $this->gameObjectType; } } PK, Zhˊvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SamplePlayableLocationList.phpnu[locations = $locations; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocation[] */ public function getLocations() { return $this->locations; } } PK, Z]vendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse.phpnu[locationsPerGameObjectType = $locationsPerGameObjectType; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocationList[] */ public function getLocationsPerGameObjectType() { return $this->locationsPerGameObjectType; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK, ZQOvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3LogPlayerReportsResponse.phpnu[areaFilter = $areaFilter; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleAreaFilter */ public function getAreaFilter() { return $this->areaFilter; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleCriterion[] */ public function setCriteria($criteria) { $this->criteria = $criteria; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleCriterion[] */ public function getCriteria() { return $this->criteria; } } PK, ZPoowvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SampleAreaFilter.phpnu[s2CellId = $s2CellId; } public function getS2CellId() { return $this->s2CellId; } } PK, Zb--qvendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3Impression.phpnu[gameObjectType = $gameObjectType; } public function getGameObjectType() { return $this->gameObjectType; } public function setImpressionType($impressionType) { $this->impressionType = $impressionType; } public function getImpressionType() { return $this->impressionType; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } } PK, Z"svendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3PlayerReport.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } public function setReasonDetails($reasonDetails) { $this->reasonDetails = $reasonDetails; } public function getReasonDetails() { return $this->reasonDetails; } public function setReasons($reasons) { $this->reasons = $reasons; } public function getReasons() { return $this->reasons; } } PK, Zs\\{vendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3SampleSpacingOptions.phpnu[minSpacingMeters = $minSpacingMeters; } public function getMinSpacingMeters() { return $this->minSpacingMeters; } public function setPointType($pointType) { $this->pointType = $pointType; } public function getPointType() { return $this->pointType; } } PK, ZXUr }vendor/google/apiclient-services/src/Google/Service/PlayableLocations/GoogleMapsPlayablelocationsV3LogImpressionsResponse.phpnu[attributeName = $attributeName; } public function getAttributeName() { return $this->attributeName; } public function setAttributeValue($attributeValue) { $this->attributeValue = $attributeValue; } public function getAttributeValue() { return $this->attributeValue; } public function setSectionName($sectionName) { $this->sectionName = $sectionName; } public function getSectionName() { return $this->sectionName; } } PK, ZuSvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Capacity.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z'$$Uvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Attributes.phpnu[additionalImageLink = $additionalImageLink; } /** * @return Google_Service_ManufacturerCenter_Image[] */ public function getAdditionalImageLink() { return $this->additionalImageLink; } public function setAgeGroup($ageGroup) { $this->ageGroup = $ageGroup; } public function getAgeGroup() { return $this->ageGroup; } public function setBrand($brand) { $this->brand = $brand; } public function getBrand() { return $this->brand; } /** * @param Google_Service_ManufacturerCenter_Capacity */ public function setCapacity(Google_Service_ManufacturerCenter_Capacity $capacity) { $this->capacity = $capacity; } /** * @return Google_Service_ManufacturerCenter_Capacity */ public function getCapacity() { return $this->capacity; } public function setColor($color) { $this->color = $color; } public function getColor() { return $this->color; } /** * @param Google_Service_ManufacturerCenter_Count */ public function setCount(Google_Service_ManufacturerCenter_Count $count) { $this->count = $count; } /** * @return Google_Service_ManufacturerCenter_Count */ public function getCount() { return $this->count; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisclosureDate($disclosureDate) { $this->disclosureDate = $disclosureDate; } public function getDisclosureDate() { return $this->disclosureDate; } public function setExcludedDestination($excludedDestination) { $this->excludedDestination = $excludedDestination; } public function getExcludedDestination() { return $this->excludedDestination; } /** * @param Google_Service_ManufacturerCenter_FeatureDescription[] */ public function setFeatureDescription($featureDescription) { $this->featureDescription = $featureDescription; } /** * @return Google_Service_ManufacturerCenter_FeatureDescription[] */ public function getFeatureDescription() { return $this->featureDescription; } public function setFlavor($flavor) { $this->flavor = $flavor; } public function getFlavor() { return $this->flavor; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } /** * @param Google_Service_ManufacturerCenter_Image */ public function setImageLink(Google_Service_ManufacturerCenter_Image $imageLink) { $this->imageLink = $imageLink; } /** * @return Google_Service_ManufacturerCenter_Image */ public function getImageLink() { return $this->imageLink; } public function setIncludedDestination($includedDestination) { $this->includedDestination = $includedDestination; } public function getIncludedDestination() { return $this->includedDestination; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setMaterial($material) { $this->material = $material; } public function getMaterial() { return $this->material; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } public function setPattern($pattern) { $this->pattern = $pattern; } public function getPattern() { return $this->pattern; } /** * @param Google_Service_ManufacturerCenter_ProductDetail[] */ public function setProductDetail($productDetail) { $this->productDetail = $productDetail; } /** * @return Google_Service_ManufacturerCenter_ProductDetail[] */ public function getProductDetail() { return $this->productDetail; } public function setProductHighlight($productHighlight) { $this->productHighlight = $productHighlight; } public function getProductHighlight() { return $this->productHighlight; } public function setProductLine($productLine) { $this->productLine = $productLine; } public function getProductLine() { return $this->productLine; } public function setProductName($productName) { $this->productName = $productName; } public function getProductName() { return $this->productName; } public function setProductPageUrl($productPageUrl) { $this->productPageUrl = $productPageUrl; } public function getProductPageUrl() { return $this->productPageUrl; } public function setProductType($productType) { $this->productType = $productType; } public function getProductType() { return $this->productType; } public function setReleaseDate($releaseDate) { $this->releaseDate = $releaseDate; } public function getReleaseDate() { return $this->releaseDate; } public function setRichProductContent($richProductContent) { $this->richProductContent = $richProductContent; } public function getRichProductContent() { return $this->richProductContent; } public function setScent($scent) { $this->scent = $scent; } public function getScent() { return $this->scent; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setSizeSystem($sizeSystem) { $this->sizeSystem = $sizeSystem; } public function getSizeSystem() { return $this->sizeSystem; } public function setSizeType($sizeType) { $this->sizeType = $sizeType; } public function getSizeType() { return $this->sizeType; } /** * @param Google_Service_ManufacturerCenter_Price */ public function setSuggestedRetailPrice(Google_Service_ManufacturerCenter_Price $suggestedRetailPrice) { $this->suggestedRetailPrice = $suggestedRetailPrice; } /** * @return Google_Service_ManufacturerCenter_Price */ public function getSuggestedRetailPrice() { return $this->suggestedRetailPrice; } public function setTargetClientId($targetClientId) { $this->targetClientId = $targetClientId; } public function getTargetClientId() { return $this->targetClientId; } public function setTheme($theme) { $this->theme = $theme; } public function getTheme() { return $this->theme; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVideoLink($videoLink) { $this->videoLink = $videoLink; } public function getVideoLink() { return $this->videoLink; } } PK, Zkkdvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/AccountsProducts.phpnu[ * $manufacturersService = new Google_Service_ManufacturerCenter(...); * $products = $manufacturersService->products; * */ class Google_Service_ManufacturerCenter_Resource_AccountsProducts extends Google_Service_Resource { /** * Deletes the product from a Manufacturer Center account. (products.delete) * * @param string $parent Parent ID in the format `accounts/{account_id}`. * `account_id` - The ID of the Manufacturer Center account. * @param string $name Name in the format * `{target_country}:{content_language}:{product_id}`. `target_country` - The * target country of the product as a CLDR territory code (for example, US). * `content_language` - The content language of the product as a two-letter ISO * 639-1 language code (for example, en). `product_id` - The ID of the product. * For more information, see * https://support.google.com/manufacturers/answer/6124116#id. * @param array $optParams Optional parameters. * @return Google_Service_ManufacturerCenter_ManufacturersEmpty */ public function delete($parent, $name, $optParams = array()) { $params = array('parent' => $parent, 'name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ManufacturerCenter_ManufacturersEmpty"); } /** * Gets the product from a Manufacturer Center account, including product * issues. A recently updated product takes around 15 minutes to process. * Changes are only visible after it has been processed. While some issues may * be available once the product has been processed, other issues may take days * to appear. (products.get) * * @param string $parent Parent ID in the format `accounts/{account_id}`. * `account_id` - The ID of the Manufacturer Center account. * @param string $name Name in the format * `{target_country}:{content_language}:{product_id}`. `target_country` - The * target country of the product as a CLDR territory code (for example, US). * `content_language` - The content language of the product as a two-letter ISO * 639-1 language code (for example, en). `product_id` - The ID of the product. * For more information, see * https://support.google.com/manufacturers/answer/6124116#id. * @param array $optParams Optional parameters. * * @opt_param string include The information to be included in the response. * Only sections listed here will be returned. * @return Google_Service_ManufacturerCenter_Product */ public function get($parent, $name, $optParams = array()) { $params = array('parent' => $parent, 'name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ManufacturerCenter_Product"); } /** * Lists all the products in a Manufacturer Center account. * (products.listAccountsProducts) * * @param string $parent Parent ID in the format `accounts/{account_id}`. * `account_id` - The ID of the Manufacturer Center account. * @param array $optParams Optional parameters. * * @opt_param string include The information to be included in the response. * Only sections listed here will be returned. * @opt_param int pageSize Maximum number of product statuses to return in the * response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ManufacturerCenter_ListProductsResponse */ public function listAccountsProducts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ManufacturerCenter_ListProductsResponse"); } /** * Inserts or updates the attributes of the product in a Manufacturer Center * account. Creates a product with the provided attributes. If the product * already exists, then all attributes are replaced with the new ones. The * checks at upload time are minimal. All required attributes need to be present * for a product to be valid. Issues may show up later after the API has * accepted a new upload for a product and it is possible to overwrite an * existing valid product with an invalid product. To detect this, you should * retrieve the product and check it for issues once the new version is * available. Uploaded attributes first need to be processed before they can be * retrieved. Until then, new products will be unavailable, and retrieval of * previously uploaded products will return the original state of the product. * (products.update) * * @param string $parent Parent ID in the format `accounts/{account_id}`. * `account_id` - The ID of the Manufacturer Center account. * @param string $name Name in the format * `{target_country}:{content_language}:{product_id}`. `target_country` - The * target country of the product as a CLDR territory code (for example, US). * `content_language` - The content language of the product as a two-letter ISO * 639-1 language code (for example, en). `product_id` - The ID of the product. * For more information, see * https://support.google.com/manufacturers/answer/6124116#id. * @param Google_Service_ManufacturerCenter_Attributes $postBody * @param array $optParams Optional parameters. * @return Google_Service_ManufacturerCenter_ManufacturersEmpty */ public function update($parent, $name, Google_Service_ManufacturerCenter_Attributes $postBody, $optParams = array()) { $params = array('parent' => $parent, 'name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ManufacturerCenter_ManufacturersEmpty"); } } PK, ZG&\vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/Accounts.phpnu[ * $manufacturersService = new Google_Service_ManufacturerCenter(...); * $accounts = $manufacturersService->accounts; * */ class Google_Service_ManufacturerCenter_Resource_Accounts extends Google_Service_Resource { } PK, Z!te::_vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ManufacturerCenter_Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_ManufacturerCenter_Product[] */ public function getProducts() { return $this->products; } } PK, Z #PPvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.phpnu[attribute = $attribute; } public function getAttribute() { return $this->attribute; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setResolution($resolution) { $this->resolution = $resolution; } public function getResolution() { return $this->resolution; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Zuu]vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/FeatureDescription.phpnu[headline = $headline; } public function getHeadline() { return $this->headline; } /** * @param Google_Service_ManufacturerCenter_Image */ public function setImage(Google_Service_ManufacturerCenter_Image $image) { $this->image = $image; } /** * @return Google_Service_ManufacturerCenter_Image */ public function getImage() { return $this->image; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z~5x Rvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.phpnu[attributes = $attributes; } /** * @return Google_Service_ManufacturerCenter_Attributes */ public function getAttributes() { return $this->attributes; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } /** * @param Google_Service_ManufacturerCenter_DestinationStatus[] */ public function setDestinationStatuses($destinationStatuses) { $this->destinationStatuses = $destinationStatuses; } /** * @return Google_Service_ManufacturerCenter_DestinationStatus[] */ public function getDestinationStatuses() { return $this->destinationStatuses; } /** * @param Google_Service_ManufacturerCenter_Issue[] */ public function setIssues($issues) { $this->issues = $issues; } /** * @return Google_Service_ManufacturerCenter_Issue[] */ public function getIssues() { return $this->issues; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } } PK, Z =Pvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Count.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z\vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/DestinationStatus.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK, Z8(Pvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Price.phpnu[amount = $amount; } public function getAmount() { return $this->amount; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } } PK, Z(rrPvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Image.phpnu[imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z<ު]vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ManufacturersEmpty.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRrdatas($rrdatas) { $this->rrdatas = $rrdatas; } public function getRrdatas() { return $this->rrdatas; } public function setSignatureRrdatas($signatureRrdatas) { $this->signatureRrdatas = $signatureRrdatas; } public function getSignatureRrdatas() { return $this->signatureRrdatas; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z/ BBTvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.phpnu[header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_ManagedZone[] */ public function setManagedZones($managedZones) { $this->managedZones = $managedZones; } /** * @return Google_Service_Dns_ManagedZone[] */ public function getManagedZones() { return $this->managedZones; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZKW&Wvendor/google/apiclient-services/src/Google/Service/Dns/RRSetRoutingPolicyGeoPolicy.phpnu[failovers = $failovers; } /** * @return Google_Service_Dns_RRSetRoutingPolicyGeoPolicyGeoPolicyItem[] */ public function getFailovers() { return $this->failovers; } /** * @param Google_Service_Dns_RRSetRoutingPolicyGeoPolicyGeoPolicyItem[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dns_RRSetRoutingPolicyGeoPolicyGeoPolicyItem[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, Z  Pvendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.phpnu[header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dns_Policy[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return Google_Service_Dns_Policy[] */ public function getPolicies() { return $this->policies; } } PK, Z aFFTvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePeeringConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_ManagedZonePeeringConfigTargetNetwork */ public function setTargetNetwork(Google_Service_Dns_ManagedZonePeeringConfigTargetNetwork $targetNetwork) { $this->targetNetwork = $targetNetwork; } /** * @return Google_Service_Dns_ManagedZonePeeringConfigTargetNetwork */ public function getTargetNetwork() { return $this->targetNetwork; } } PK, Zz Wvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_ManagedZoneForwardingConfigNameServerTarget[] */ public function setTargetNameServers($targetNameServers) { $this->targetNameServers = $targetNameServers; } /** * @return Google_Service_Dns_ManagedZoneForwardingConfigNameServerTarget[] */ public function getTargetNameServers() { return $this->targetNameServers; } } PK, Z4avendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePeeringConfigTargetNetwork.phpnu[deactivateTime = $deactivateTime; } public function getDeactivateTime() { return $this->deactivateTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNetworkUrl($networkUrl) { $this->networkUrl = $networkUrl; } public function getNetworkUrl() { return $this->networkUrl; } } PK, ZHvendor/google/apiclient-services/src/Google/Service/Dns/DnsKeyDigest.phpnu[digest = $digest; } public function getDigest() { return $this->digest; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZfxORvendor/google/apiclient-services/src/Google/Service/Dns/OperationDnsKeyContext.phpnu[newValue = $newValue; } /** * @return Google_Service_Dns_DnsKey */ public function getNewValue() { return $this->newValue; } /** * @param Google_Service_Dns_DnsKey */ public function setOldValue(Google_Service_Dns_DnsKey $oldValue) { $this->oldValue = $oldValue; } /** * @return Google_Service_Dns_DnsKey */ public function getOldValue() { return $this->oldValue; } } PK, ZVOvendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.phpnu[changes = $changes; } /** * @return Google_Service_Dns_Change[] */ public function getChanges() { return $this->changes; } /** * @param Google_Service_Dns_ResponseHeader */ public function setHeader(Google_Service_Dns_ResponseHeader $header) { $this->header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z I| 33]vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneOperationsListResponse.phpnu[header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dns_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Dns_Operation[] */ public function getOperations() { return $this->operations; } } PK, ZE8Qvendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.phpnu[header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } /** * @param Google_Service_Dns_Policy */ public function setPolicy(Google_Service_Dns_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Dns_Policy */ public function getPolicy() { return $this->policy; } } PK, ZA9 Bvendor/google/apiclient-services/src/Google/Service/Dns/Policy.phpnu[alternativeNameServerConfig = $alternativeNameServerConfig; } /** * @return Google_Service_Dns_PolicyAlternativeNameServerConfig */ public function getAlternativeNameServerConfig() { return $this->alternativeNameServerConfig; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableInboundForwarding($enableInboundForwarding) { $this->enableInboundForwarding = $enableInboundForwarding; } public function getEnableInboundForwarding() { return $this->enableInboundForwarding; } public function setEnableLogging($enableLogging) { $this->enableLogging = $enableLogging; } public function getEnableLogging() { return $this->enableLogging; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dns_PolicyNetwork[] */ public function setNetworks($networks) { $this->networks = $networks; } /** * @return Google_Service_Dns_PolicyNetwork[] */ public function getNetworks() { return $this->networks; } } PK, ZCǣ Bvendor/google/apiclient-services/src/Google/Service/Dns/DnsKey.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dns_DnsKeyDigest[] */ public function setDigests($digests) { $this->digests = $digests; } /** * @return Google_Service_Dns_DnsKeyDigest[] */ public function getDigests() { return $this->digests; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsActive($isActive) { $this->isActive = $isActive; } public function getIsActive() { return $this->isActive; } public function setKeyLength($keyLength) { $this->keyLength = $keyLength; } public function getKeyLength() { return $this->keyLength; } public function setKeyTag($keyTag) { $this->keyTag = $keyTag; } public function getKeyTag() { return $this->keyTag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } public function getPublicKey() { return $this->publicKey; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZE-]vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_PolicyAlternativeNameServerConfigTargetNameServer[] */ public function setTargetNameServers($targetNameServers) { $this->targetNameServers = $targetNameServers; } /** * @return Google_Service_Dns_PolicyAlternativeNameServerConfigTargetNameServer[] */ public function getTargetNameServers() { return $this->targetNameServers; } } PK, Z{66Zvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneReverseLookupConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK, Z1$rrYvendor/google/apiclient-services/src/Google/Service/Dns/Resource/ProjectsManagedZones.phpnu[ * $dnsService = new Google_Service_Dns(...); * $managedZones = $dnsService->managedZones; * */ class Google_Service_Dns_Resource_ProjectsManagedZones extends Google_Service_Resource { } PK, ZWvendor/google/apiclient-services/src/Google/Service/Dns/Resource/ResourceRecordSets.phpnu[ * $dnsService = new Google_Service_Dns(...); * $resourceRecordSets = $dnsService->resourceRecordSets; * */ class Google_Service_Dns_Resource_ResourceRecordSets extends Google_Service_Resource { /** * Enumerates ResourceRecordSets that you have created but not yet deleted. * (resourceRecordSets.listResourceRecordSets) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Optional. Maximum number of results to be returned. * If unspecified, the server decides how many results to return. * @opt_param string name Restricts the list to return only records with this * fully qualified domain name. * @opt_param string pageToken Optional. A tag returned by a previous list * request that was truncated. Use this parameter to continue a previous list * request. * @opt_param string type Restricts the list to return only records of this * type. If present, the "name" parameter must also be present. * @return Google_Service_Dns_ResourceRecordSetsListResponse */ public function listResourceRecordSets($project, $managedZone, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dns_ResourceRecordSetsListResponse"); } } PK, ZBӶ5&&_vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ProjectsManagedZonesRrsets.phpnu[ * $dnsService = new Google_Service_Dns(...); * $rrsets = $dnsService->rrsets; * */ class Google_Service_Dns_Resource_ProjectsManagedZonesRrsets extends Google_Service_Resource { /** * Creates a new ResourceRecordSet. (rrsets.create) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param Google_Service_Dns_ResourceRecordSet $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_ResourceRecordSet */ public function create($project, $managedZone, Google_Service_Dns_ResourceRecordSet $postBody, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dns_ResourceRecordSet"); } /** * Deletes a previously created ResourceRecordSet. (rrsets.delete) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param string $name Fully qualified domain name. * @param string $type RRSet type. * @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_ResourceRecordSetsDeleteResponse */ public function delete($project, $managedZone, $name, $type, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'name' => $name, 'type' => $type); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dns_ResourceRecordSetsDeleteResponse"); } /** * Fetches the representation of an existing ResourceRecordSet. (rrsets.get) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param string $name Fully qualified domain name. * @param string $type RRSet type. * @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_ResourceRecordSet */ public function get($project, $managedZone, $name, $type, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'name' => $name, 'type' => $type); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_ResourceRecordSet"); } /** * Applies a partial update to an existing ResourceRecordSet. (rrsets.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 string $name Fully qualified domain name. * @param string $type RRSet type. * @param Google_Service_Dns_ResourceRecordSet $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_ResourceRecordSet */ public function patch($project, $managedZone, $name, $type, Google_Service_Dns_ResourceRecordSet $postBody, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'name' => $name, 'type' => $type, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dns_ResourceRecordSet"); } } PK, Zj7 Zvendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZoneOperations.phpnu[ * $dnsService = new Google_Service_Dns(...); * $managedZoneOperations = $dnsService->managedZoneOperations; * */ class Google_Service_Dns_Resource_ManagedZoneOperations extends Google_Service_Resource { /** * Fetches the representation of an existing Operation. * (managedZoneOperations.get) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. * @param string $operation Identifies the operation addressed by this request * (ID of the operation). * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Operation */ public function get($project, $managedZone, $operation, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_Operation"); } /** * Enumerates Operations for the given ManagedZone. * (managedZoneOperations.listManagedZoneOperations) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. * @param array $optParams Optional parameters. * * @opt_param int maxResults Optional. Maximum number of results to be returned. * If unspecified, the server decides how many results to return. * @opt_param string pageToken Optional. A tag returned by a previous list * request that was truncated. Use this parameter to continue a previous list * request. * @opt_param string sortBy Sorting criterion. The only supported values are * START_TIME and ID. * @return Google_Service_Dns_ManagedZoneOperationsListResponse */ public function listManagedZoneOperations($project, $managedZone, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dns_ManagedZoneOperationsListResponse"); } } PK, Z%<Mvendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.phpnu[ * $dnsService = new Google_Service_Dns(...); * $policies = $dnsService->policies; * */ class Google_Service_Dns_Resource_Policies extends Google_Service_Resource { /** * Creates a new Policy. (policies.create) * * @param string $project Identifies the project addressed by this request. * @param Google_Service_Dns_Policy $postBody * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Policy */ public function create($project, Google_Service_Dns_Policy $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dns_Policy"); } /** * Deletes a previously created Policy. Fails if the policy is still being * referenced by a network. (policies.delete) * * @param string $project Identifies the project addressed by this request. * @param string $policy User given friendly name of the policy addressed by * this request. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. */ public function delete($project, $policy, $optParams = array()) { $params = array('project' => $project, 'policy' => $policy); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Fetches the representation of an existing Policy. (policies.get) * * @param string $project Identifies the project addressed by this request. * @param string $policy User given friendly name of the policy addressed by * this request. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Policy */ public function get($project, $policy, $optParams = array()) { $params = array('project' => $project, 'policy' => $policy); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_Policy"); } /** * Enumerates all Policies associated with a project. (policies.listPolicies) * * @param string $project Identifies the project addressed by this request. * @param array $optParams Optional parameters. * * @opt_param int maxResults Optional. Maximum number of results to be returned. * If unspecified, the server decides how many results to return. * @opt_param string pageToken Optional. A tag returned by a previous list * request that was truncated. Use this parameter to continue a previous list * request. * @return Google_Service_Dns_PoliciesListResponse */ public function listPolicies($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dns_PoliciesListResponse"); } /** * Applies a partial update to an existing Policy. (policies.patch) * * @param string $project Identifies the project addressed by this request. * @param string $policy User given friendly name of the policy addressed by * this request. * @param Google_Service_Dns_Policy $postBody * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_PoliciesPatchResponse */ public function patch($project, $policy, Google_Service_Dns_Policy $postBody, $optParams = array()) { $params = array('project' => $project, 'policy' => $policy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dns_PoliciesPatchResponse"); } /** * Updates an existing Policy. (policies.update) * * @param string $project Identifies the project addressed by this request. * @param string $policy User given friendly name of the policy addressed by * this request. * @param Google_Service_Dns_Policy $postBody * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_PoliciesUpdateResponse */ public function update($project, $policy, Google_Service_Dns_Policy $postBody, $optParams = array()) { $params = array('project' => $project, 'policy' => $policy, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dns_PoliciesUpdateResponse"); } } PK, Z˞Mvendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.phpnu[ * $dnsService = new Google_Service_Dns(...); * $projects = $dnsService->projects; * */ class Google_Service_Dns_Resource_Projects extends Google_Service_Resource { /** * Fetches the representation of an existing Project. (projects.get) * * @param string $project Identifies the project addressed by this request. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Project */ public function get($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_Project"); } } PK, Z: Lvendor/google/apiclient-services/src/Google/Service/Dns/Resource/Changes.phpnu[ * $dnsService = new Google_Service_Dns(...); * $changes = $dnsService->changes; * */ class Google_Service_Dns_Resource_Changes extends Google_Service_Resource { /** * Atomically updates the ResourceRecordSet collection. (changes.create) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param Google_Service_Dns_Change $postBody * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Change */ public function create($project, $managedZone, Google_Service_Dns_Change $postBody, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dns_Change"); } /** * Fetches the representation of an existing Change. (changes.get) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param string $changeId The identifier of the requested change, from a * previous ResourceRecordSetsChangeResponse. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Change */ public function get($project, $managedZone, $changeId, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'changeId' => $changeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_Change"); } /** * Enumerates Changes to a ResourceRecordSet collection. (changes.listChanges) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param array $optParams Optional parameters. * * @opt_param int maxResults Optional. Maximum number of results to be returned. * If unspecified, the server decides how many results to return. * @opt_param string pageToken Optional. A tag returned by a previous list * request that was truncated. Use this parameter to continue a previous list * request. * @opt_param string sortBy Sorting criterion. The only supported value is * change sequence. * @opt_param string sortOrder Sorting order direction: 'ascending' or * 'descending'. * @return Google_Service_Dns_ChangesListResponse */ public function listChanges($project, $managedZone, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dns_ChangesListResponse"); } } PK, ZTSQvendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZones.phpnu[ * $dnsService = new Google_Service_Dns(...); * $managedZones = $dnsService->managedZones; * */ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource { /** * Creates a new ManagedZone. (managedZones.create) * * @param string $project Identifies the project addressed by this request. * @param Google_Service_Dns_ManagedZone $postBody * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_ManagedZone */ public function create($project, Google_Service_Dns_ManagedZone $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dns_ManagedZone"); } /** * Deletes a previously created ManagedZone. (managedZones.delete) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. */ public function delete($project, $managedZone, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Fetches the representation of an existing ManagedZone. (managedZones.get) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_ManagedZone */ public function get($project, $managedZone, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_ManagedZone"); } /** * Enumerates ManagedZones that have been created but not yet deleted. * (managedZones.listManagedZones) * * @param string $project Identifies the project addressed by this request. * @param array $optParams Optional parameters. * * @opt_param string dnsName Restricts the list to return only zones with this * domain name. * @opt_param int maxResults Optional. Maximum number of results to be returned. * If unspecified, the server decides how many results to return. * @opt_param string pageToken Optional. A tag returned by a previous list * request that was truncated. Use this parameter to continue a previous list * request. * @return Google_Service_Dns_ManagedZonesListResponse */ public function listManagedZones($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dns_ManagedZonesListResponse"); } /** * Applies a partial update to an existing ManagedZone. (managedZones.patch) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param Google_Service_Dns_ManagedZone $postBody * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @return Google_Service_Dns_Operation */ public function patch($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dns_Operation"); } /** * Updates 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"); } } PK, ZRFu Lvendor/google/apiclient-services/src/Google/Service/Dns/Resource/DnsKeys.phpnu[ * $dnsService = new Google_Service_Dns(...); * $dnsKeys = $dnsService->dnsKeys; * */ class Google_Service_Dns_Resource_DnsKeys extends Google_Service_Resource { /** * Fetches the representation of an existing DnsKey. (dnsKeys.get) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param string $dnsKeyId The identifier of the requested DnsKey. * @param array $optParams Optional parameters. * * @opt_param string clientOperationId For mutating operation requests only. An * optional identifier specified by the client. Must be unique for operation * resources in the Operations collection. * @opt_param string digestType An optional comma-separated list of digest types * to compute and display for key signing keys. If omitted, the recommended * digest type is computed and displayed. * @return Google_Service_Dns_DnsKey */ public function get($project, $managedZone, $dnsKeyId, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone, 'dnsKeyId' => $dnsKeyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dns_DnsKey"); } /** * Enumerates DnsKeys to a ResourceRecordSet collection. (dnsKeys.listDnsKeys) * * @param string $project Identifies the project addressed by this request. * @param string $managedZone Identifies the managed zone addressed by this * request. Can be the managed zone name or ID. * @param array $optParams Optional parameters. * * @opt_param string digestType An optional comma-separated list of digest types * to compute and display for key signing keys. If omitted, the recommended * digest type is computed and displayed. * @opt_param int maxResults Optional. Maximum number of results to be returned. * If unspecified, the server decides how many results to return. * @opt_param string pageToken Optional. A tag returned by a previous list * request that was truncated. Use this parameter to continue a previous list * request. * @return Google_Service_Dns_DnsKeysListResponse */ public function listDnsKeys($project, $managedZone, $optParams = array()) { $params = array('project' => $project, 'managedZone' => $managedZone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dns_DnsKeysListResponse"); } } PK, Z'fvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneServiceDirectoryConfigNamespace.phpnu[deletionTime = $deletionTime; } public function getDeletionTime() { return $this->deletionTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNamespaceUrl($namespaceUrl) { $this->namespaceUrl = $namespaceUrl; } public function getNamespaceUrl() { return $this->namespaceUrl; } } PK, ZsCC]vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneServiceDirectoryConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_ManagedZoneServiceDirectoryConfigNamespace */ public function setNamespace(Google_Service_Dns_ManagedZoneServiceDirectoryConfigNamespace $namespace) { $this->namespace = $namespace; } /** * @return Google_Service_Dns_ManagedZoneServiceDirectoryConfigNamespace */ public function getNamespace() { return $this->namespace; } } PK, Z9 $$Zvendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.phpnu[header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dns_ResourceRecordSet[] */ public function setRrsets($rrsets) { $this->rrsets = $rrsets; } /** * @return Google_Service_Dns_ResourceRecordSet[] */ public function getRrsets() { return $this->rrsets; } } PK, ZdQb''Fvendor/google/apiclient-services/src/Google/Service/Dns/DnsKeySpec.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setKeyLength($keyLength) { $this->keyLength = $keyLength; } public function getKeyLength() { return $this->keyLength; } public function setKeyType($keyType) { $this->keyType = $keyType; } public function getKeyType() { return $this->keyType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, Z?Ivendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNetworkUrl($networkUrl) { $this->networkUrl = $networkUrl; } public function getNetworkUrl() { return $this->networkUrl; } } PK, Z*33^vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfig.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_ManagedZonePrivateVisibilityConfigNetwork[] */ public function setNetworks($networks) { $this->networks = $networks; } /** * @return Google_Service_Dns_ManagedZonePrivateVisibilityConfigNetwork[] */ public function getNetworks() { return $this->networks; } } PK, ZmWvendor/google/apiclient-services/src/Google/Service/Dns/OperationManagedZoneContext.phpnu[newValue = $newValue; } /** * @return Google_Service_Dns_ManagedZone */ public function getNewValue() { return $this->newValue; } /** * @param Google_Service_Dns_ManagedZone */ public function setOldValue(Google_Service_Dns_ManagedZone $oldValue) { $this->oldValue = $oldValue; } /** * @return Google_Service_Dns_ManagedZone */ public function getOldValue() { return $this->oldValue; } } PK, ZnAdvendor/google/apiclient-services/src/Google/Service/Dns/RRSetRoutingPolicyWrrPolicyWrrPolicyItem.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setRrdatas($rrdatas) { $this->rrdatas = $rrdatas; } public function getRrdatas() { return $this->rrdatas; } public function setSignatureRrdatas($signatureRrdatas) { $this->signatureRrdatas = $signatureRrdatas; } public function getSignatureRrdatas() { return $this->signatureRrdatas; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK, Z \vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsDeleteResponse.phpnu[forwardingPath = $forwardingPath; } public function getForwardingPath() { return $this->forwardingPath; } public function setIpv4Address($ipv4Address) { $this->ipv4Address = $ipv4Address; } public function getIpv4Address() { return $this->ipv4Address; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, Z kRvendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.phpnu[header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } /** * @param Google_Service_Dns_Policy */ public function setPolicy(Google_Service_Dns_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Dns_Policy */ public function getPolicy() { return $this->policy; } } PK, Z WWJvendor/google/apiclient-services/src/Google/Service/Dns/ResponseHeader.phpnu[operationId = $operationId; } public function getOperationId() { return $this->operationId; } } PK, Z%Wmvendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.phpnu[forwardingPath = $forwardingPath; } public function getForwardingPath() { return $this->forwardingPath; } public function setIpv4Address($ipv4Address) { $this->ipv4Address = $ipv4Address; } public function getIpv4Address() { return $this->ipv4Address; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, Z۴Nvendor/google/apiclient-services/src/Google/Service/Dns/RRSetRoutingPolicy.phpnu[geoPolicy = $geoPolicy; } /** * @return Google_Service_Dns_RRSetRoutingPolicyGeoPolicy */ public function getGeoPolicy() { return $this->geoPolicy; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dns_RRSetRoutingPolicyWrrPolicy */ public function setWrrPolicy(Google_Service_Dns_RRSetRoutingPolicyWrrPolicy $wrrPolicy) { $this->wrrPolicy = $wrrPolicy; } /** * @return Google_Service_Dns_RRSetRoutingPolicyWrrPolicy */ public function getWrrPolicy() { return $this->wrrPolicy; } } PK, ZXevendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfigNetwork.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNetworkUrl($networkUrl) { $this->networkUrl = $networkUrl; } public function getNetworkUrl() { return $this->networkUrl; } } PK, Z_Gvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDnsName($dnsName) { $this->dnsName = $dnsName; } public function getDnsName() { return $this->dnsName; } /** * @param Google_Service_Dns_ManagedZoneDnsSecConfig */ public function setDnssecConfig(Google_Service_Dns_ManagedZoneDnsSecConfig $dnssecConfig) { $this->dnssecConfig = $dnssecConfig; } /** * @return Google_Service_Dns_ManagedZoneDnsSecConfig */ public function getDnssecConfig() { return $this->dnssecConfig; } /** * @param Google_Service_Dns_ManagedZoneForwardingConfig */ public function setForwardingConfig(Google_Service_Dns_ManagedZoneForwardingConfig $forwardingConfig) { $this->forwardingConfig = $forwardingConfig; } /** * @return Google_Service_Dns_ManagedZoneForwardingConfig */ public function getForwardingConfig() { return $this->forwardingConfig; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNameServerSet($nameServerSet) { $this->nameServerSet = $nameServerSet; } public function getNameServerSet() { return $this->nameServerSet; } public function setNameServers($nameServers) { $this->nameServers = $nameServers; } public function getNameServers() { return $this->nameServers; } /** * @param Google_Service_Dns_ManagedZonePeeringConfig */ public function setPeeringConfig(Google_Service_Dns_ManagedZonePeeringConfig $peeringConfig) { $this->peeringConfig = $peeringConfig; } /** * @return Google_Service_Dns_ManagedZonePeeringConfig */ public function getPeeringConfig() { return $this->peeringConfig; } /** * @param Google_Service_Dns_ManagedZonePrivateVisibilityConfig */ public function setPrivateVisibilityConfig(Google_Service_Dns_ManagedZonePrivateVisibilityConfig $privateVisibilityConfig) { $this->privateVisibilityConfig = $privateVisibilityConfig; } /** * @return Google_Service_Dns_ManagedZonePrivateVisibilityConfig */ public function getPrivateVisibilityConfig() { return $this->privateVisibilityConfig; } /** * @param Google_Service_Dns_ManagedZoneReverseLookupConfig */ public function setReverseLookupConfig(Google_Service_Dns_ManagedZoneReverseLookupConfig $reverseLookupConfig) { $this->reverseLookupConfig = $reverseLookupConfig; } /** * @return Google_Service_Dns_ManagedZoneReverseLookupConfig */ public function getReverseLookupConfig() { return $this->reverseLookupConfig; } /** * @param Google_Service_Dns_ManagedZoneServiceDirectoryConfig */ public function setServiceDirectoryConfig(Google_Service_Dns_ManagedZoneServiceDirectoryConfig $serviceDirectoryConfig) { $this->serviceDirectoryConfig = $serviceDirectoryConfig; } /** * @return Google_Service_Dns_ManagedZoneServiceDirectoryConfig */ public function getServiceDirectoryConfig() { return $this->serviceDirectoryConfig; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK, Zљ~Cvendor/google/apiclient-services/src/Google/Service/Dns/Project.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_Dns_Quota */ public function setQuota(Google_Service_Dns_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_Dns_Quota */ public function getQuota() { return $this->quota; } } PK, Z_o Evendor/google/apiclient-services/src/Google/Service/Dns/Operation.phpnu[dnsKeyContext = $dnsKeyContext; } /** * @return Google_Service_Dns_OperationDnsKeyContext */ public function getDnsKeyContext() { return $this->dnsKeyContext; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param Google_Service_Dns_OperationManagedZoneContext */ public function setZoneContext(Google_Service_Dns_OperationManagedZoneContext $zoneContext) { $this->zoneContext = $zoneContext; } /** * @return Google_Service_Dns_OperationManagedZoneContext */ public function getZoneContext() { return $this->zoneContext; } } PK, Z;tVVAvendor/google/apiclient-services/src/Google/Service/Dns/Quota.phpnu[dnsKeysPerManagedZone = $dnsKeysPerManagedZone; } public function getDnsKeysPerManagedZone() { return $this->dnsKeysPerManagedZone; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setManagedZones($managedZones) { $this->managedZones = $managedZones; } public function getManagedZones() { return $this->managedZones; } public function setManagedZonesPerNetwork($managedZonesPerNetwork) { $this->managedZonesPerNetwork = $managedZonesPerNetwork; } public function getManagedZonesPerNetwork() { return $this->managedZonesPerNetwork; } public function setNetworksPerManagedZone($networksPerManagedZone) { $this->networksPerManagedZone = $networksPerManagedZone; } public function getNetworksPerManagedZone() { return $this->networksPerManagedZone; } public function setNetworksPerPolicy($networksPerPolicy) { $this->networksPerPolicy = $networksPerPolicy; } public function getNetworksPerPolicy() { return $this->networksPerPolicy; } public function setPolicies($policies) { $this->policies = $policies; } public function getPolicies() { return $this->policies; } public function setResourceRecordsPerRrset($resourceRecordsPerRrset) { $this->resourceRecordsPerRrset = $resourceRecordsPerRrset; } public function getResourceRecordsPerRrset() { return $this->resourceRecordsPerRrset; } public function setRrsetAdditionsPerChange($rrsetAdditionsPerChange) { $this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange; } public function getRrsetAdditionsPerChange() { return $this->rrsetAdditionsPerChange; } public function setRrsetDeletionsPerChange($rrsetDeletionsPerChange) { $this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange; } public function getRrsetDeletionsPerChange() { return $this->rrsetDeletionsPerChange; } public function setRrsetsPerManagedZone($rrsetsPerManagedZone) { $this->rrsetsPerManagedZone = $rrsetsPerManagedZone; } public function getRrsetsPerManagedZone() { return $this->rrsetsPerManagedZone; } public function setTargetNameServersPerManagedZone($targetNameServersPerManagedZone) { $this->targetNameServersPerManagedZone = $targetNameServersPerManagedZone; } public function getTargetNameServersPerManagedZone() { return $this->targetNameServersPerManagedZone; } public function setTargetNameServersPerPolicy($targetNameServersPerPolicy) { $this->targetNameServersPerPolicy = $targetNameServersPerPolicy; } public function getTargetNameServersPerPolicy() { return $this->targetNameServersPerPolicy; } public function setTotalRrdataSizePerChange($totalRrdataSizePerChange) { $this->totalRrdataSizePerChange = $totalRrdataSizePerChange; } public function getTotalRrdataSizePerChange() { return $this->totalRrdataSizePerChange; } /** * @param Google_Service_Dns_DnsKeySpec[] */ public function setWhitelistedKeySpecs($whitelistedKeySpecs) { $this->whitelistedKeySpecs = $whitelistedKeySpecs; } /** * @return Google_Service_Dns_DnsKeySpec[] */ public function getWhitelistedKeySpecs() { return $this->whitelistedKeySpecs; } } PK, ZƏȦdvendor/google/apiclient-services/src/Google/Service/Dns/RRSetRoutingPolicyGeoPolicyGeoPolicyItem.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setRrdatas($rrdatas) { $this->rrdatas = $rrdatas; } public function getRrdatas() { return $this->rrdatas; } public function setSignatureRrdatas($signatureRrdatas) { $this->signatureRrdatas = $signatureRrdatas; } public function getSignatureRrdatas() { return $this->signatureRrdatas; } } PK, Z(5Wvendor/google/apiclient-services/src/Google/Service/Dns/RRSetRoutingPolicyWrrPolicy.phpnu[items = $items; } /** * @return Google_Service_Dns_RRSetRoutingPolicyWrrPolicyWrrPolicyItem[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK, ZwBBvendor/google/apiclient-services/src/Google/Service/Dns/Change.phpnu[additions = $additions; } /** * @return Google_Service_Dns_ResourceRecordSet[] */ public function getAdditions() { return $this->additions; } /** * @param Google_Service_Dns_ResourceRecordSet[] */ public function setDeletions($deletions) { $this->deletions = $deletions; } /** * @return Google_Service_Dns_ResourceRecordSet[] */ public function getDeletions() { return $this->deletions; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsServing($isServing) { $this->isServing = $isServing; } public function getIsServing() { return $this->isServing; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK, Z7,FeeSvendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneDnsSecConfig.phpnu[defaultKeySpecs = $defaultKeySpecs; } /** * @return Google_Service_Dns_DnsKeySpec[] */ public function getDefaultKeySpecs() { return $this->defaultKeySpecs; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNonExistence($nonExistence) { $this->nonExistence = $nonExistence; } public function getNonExistence() { return $this->nonExistence; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK, ZVOvendor/google/apiclient-services/src/Google/Service/Dns/DnsKeysListResponse.phpnu[dnsKeys = $dnsKeys; } /** * @return Google_Service_Dns_DnsKey[] */ public function getDnsKeys() { return $this->dnsKeys; } /** * @param Google_Service_Dns_ResponseHeader */ public function setHeader(Google_Service_Dns_ResponseHeader $header) { $this->header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZS 4a a Jvendor/google/apiclient-services/src/Google/Service/AnalyticsReporting.phpnu[ * Accesses Analytics report data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AnalyticsReporting extends Google_Service { /** View and manage your Google Analytics data. */ const ANALYTICS = "https://www.googleapis.com/auth/analytics"; /** See and download your Google Analytics data. */ const ANALYTICS_READONLY = "https://www.googleapis.com/auth/analytics.readonly"; public $reports; public $userActivity; /** * Constructs the internal representation of the AnalyticsReporting service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://analyticsreporting.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v4'; $this->serviceName = 'analyticsreporting'; $this->reports = new Google_Service_AnalyticsReporting_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'batchGet' => array( 'path' => 'v4/reports:batchGet', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->userActivity = new Google_Service_AnalyticsReporting_Resource_UserActivity( $this, $this->serviceName, 'userActivity', array( 'methods' => array( 'search' => array( 'path' => 'v4/userActivity:search', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK, ZӹYEE>vendor/google/apiclient-services/src/Google/Service/Apigee.phpnu[ * Use the Apigee API to programmatically develop and manage APIs with a set of * RESTful operations. Develop and secure API proxies, deploy and undeploy API * proxy revisions, monitor APIs, configure environments, manage users, and * more. Note: This product is available as a free trial for a time period of 60 * days.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Apigee extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $hybrid_issuers; public $organizations; public $organizations_analytics_datastores; public $organizations_apiproducts; public $organizations_apiproducts_attributes; public $organizations_apis; public $organizations_apis_deployments; public $organizations_apis_keyvaluemaps; public $organizations_apis_revisions; public $organizations_apis_revisions_deployments; public $organizations_apps; public $organizations_datacollectors; public $organizations_deployments; public $organizations_developers; public $organizations_developers_apps; public $organizations_developers_apps_attributes; public $organizations_developers_apps_keys; public $organizations_developers_apps_keys_apiproducts; public $organizations_developers_apps_keys_create; public $organizations_developers_attributes; public $organizations_envgroups; public $organizations_envgroups_attachments; public $organizations_environments; public $organizations_environments_analytics_admin; public $organizations_environments_analytics_exports; public $organizations_environments_apis_deployments; public $organizations_environments_apis_revisions; public $organizations_environments_apis_revisions_debugsessions; public $organizations_environments_apis_revisions_debugsessions_data; public $organizations_environments_apis_revisions_deployments; public $organizations_environments_caches; public $organizations_environments_deployments; public $organizations_environments_flowhooks; public $organizations_environments_keystores; public $organizations_environments_keystores_aliases; public $organizations_environments_keyvaluemaps; public $organizations_environments_optimizedStats; public $organizations_environments_queries; public $organizations_environments_references; public $organizations_environments_resourcefiles; public $organizations_environments_sharedflows_deployments; public $organizations_environments_sharedflows_revisions; public $organizations_environments_stats; public $organizations_environments_targetservers; public $organizations_environments_traceConfig_overrides; public $organizations_hostQueries; public $organizations_hostStats; public $organizations_instances; public $organizations_instances_attachments; public $organizations_instances_canaryevaluations; public $organizations_instances_natAddresses; public $organizations_keyvaluemaps; public $organizations_operations; public $organizations_optimizedHostStats; public $organizations_reports; public $organizations_sharedflows; public $organizations_sharedflows_deployments; public $organizations_sharedflows_revisions; public $organizations_sharedflows_revisions_deployments; public $organizations_sites_apicategories; public $projects; /** * Constructs the internal representation of the Apigee service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://apigee.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'apigee'; $this->hybrid_issuers = new Google_Service_Apigee_Resource_HybridIssuers( $this, $this->serviceName, 'issuers', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations = new Google_Service_Apigee_Resource_Organizations( $this, $this->serviceName, 'organizations', array( 'methods' => array( 'create' => array( 'path' => 'v1/organizations', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getDeployedIngressConfig' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getSyncAuthorization' => array( 'path' => 'v1/{+name}:getSyncAuthorization', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setSyncAuthorization' => array( 'path' => 'v1/{+name}:setSyncAuthorization', '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->organizations_analytics_datastores = new Google_Service_Apigee_Resource_OrganizationsAnalyticsDatastores( $this, $this->serviceName, 'datastores', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/analytics/datastores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/analytics/datastores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'test' => array( 'path' => 'v1/{+parent}/analytics/datastores:test', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => 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->organizations_apiproducts = new Google_Service_Apigee_Resource_OrganizationsApiproducts( $this, $this->serviceName, 'apiproducts', array( 'methods' => array( 'attributes' => array( 'path' => 'v1/{+name}/attributes', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/apiproducts', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/apiproducts', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'attributename' => array( 'location' => 'query', 'type' => 'string', ), 'attributevalue' => array( 'location' => 'query', 'type' => 'string', ), 'count' => array( 'location' => 'query', 'type' => 'string', ), 'expand' => array( 'location' => 'query', 'type' => 'boolean', ), 'startKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_apiproducts_attributes = new Google_Service_Apigee_Resource_OrganizationsApiproductsAttributes( $this, $this->serviceName, 'attributes', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/attributes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateApiProductAttribute' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_apis = new Google_Service_Apigee_Resource_OrganizationsApis( $this, $this->serviceName, 'apis', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/apis', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'validate' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/apis', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeMetaData' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeRevisions' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_apis_deployments = new Google_Service_Apigee_Resource_OrganizationsApisDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_apis_keyvaluemaps = new Google_Service_Apigee_Resource_OrganizationsApisKeyvaluemaps( $this, $this->serviceName, 'keyvaluemaps', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keyvaluemaps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_apis_revisions = new Google_Service_Apigee_Resource_OrganizationsApisRevisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateApiProxyRevision' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'validate' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_apis_revisions_deployments = new Google_Service_Apigee_Resource_OrganizationsApisRevisionsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_apps = new Google_Service_Apigee_Resource_OrganizationsApps( $this, $this->serviceName, 'apps', 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}/apps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiProduct' => array( 'location' => 'query', 'type' => 'string', ), 'apptype' => array( 'location' => 'query', 'type' => 'string', ), 'expand' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', ), 'includeCred' => array( 'location' => 'query', 'type' => 'boolean', ), 'keyStatus' => array( 'location' => 'query', 'type' => 'string', ), 'rows' => array( 'location' => 'query', 'type' => 'string', ), 'startKey' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_datacollectors = new Google_Service_Apigee_Resource_OrganizationsDatacollectors( $this, $this->serviceName, 'datacollectors', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/datacollectors', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataCollectorId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/datacollectors', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_deployments = new Google_Service_Apigee_Resource_OrganizationsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sharedFlows' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_developers = new Google_Service_Apigee_Resource_OrganizationsDevelopers( $this, $this->serviceName, 'developers', array( 'methods' => array( 'attributes' => array( 'path' => 'v1/{+parent}/attributes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/developers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/developers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'app' => array( 'location' => 'query', 'type' => 'string', ), 'count' => array( 'location' => 'query', 'type' => 'string', ), 'expand' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', ), 'includeCompany' => array( 'location' => 'query', 'type' => 'boolean', ), 'startKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setDeveloperStatus' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_developers_apps = new Google_Service_Apigee_Resource_OrganizationsDevelopersApps( $this, $this->serviceName, 'apps', array( 'methods' => array( 'attributes' => array( 'path' => 'v1/{+name}/attributes', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/apps', '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, ), ), ),'generateKeyPairOrUpdateDeveloperAppStatus' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/apps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'count' => array( 'location' => 'query', 'type' => 'string', ), 'expand' => array( 'location' => 'query', 'type' => 'boolean', ), 'shallowExpand' => array( 'location' => 'query', 'type' => 'boolean', ), 'startKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_developers_apps_attributes = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsAttributes( $this, $this->serviceName, 'attributes', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/attributes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateDeveloperAppAttribute' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_developers_apps_keys = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeys( $this, $this->serviceName, 'keys', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keys', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'replaceDeveloperAppKey' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateDeveloperAppKey' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_developers_apps_keys_apiproducts = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysApiproducts( $this, $this->serviceName, 'apiproducts', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateDeveloperAppKeyApiProduct' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_developers_apps_keys_create = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysCreate( $this, $this->serviceName, 'create', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keys/create', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_developers_attributes = new Google_Service_Apigee_Resource_OrganizationsDevelopersAttributes( $this, $this->serviceName, 'attributes', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/attributes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateDeveloperAttribute' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_envgroups = new Google_Service_Apigee_Resource_OrganizationsEnvgroups( $this, $this->serviceName, 'envgroups', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/envgroups', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/envgroups', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_envgroups_attachments = new Google_Service_Apigee_Resource_OrganizationsEnvgroupsAttachments( $this, $this->serviceName, 'attachments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/attachments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/attachments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments = new Google_Service_Apigee_Resource_OrganizationsEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/environments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getDebugmask' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getDeployedConfig' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getTraceConfig' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'subscribe' => array( 'path' => 'v1/{+parent}:subscribe', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => 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, ), ), ),'unsubscribe' => array( 'path' => 'v1/{+parent}:unsubscribe', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateDebugmask' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replaceRepeatedFields' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateEnvironment' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateTraceConfig' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments_analytics_admin = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsAdmin( $this, $this->serviceName, 'admin', array( 'methods' => array( 'getSchemav2' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments_analytics_exports = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsExports( $this, $this->serviceName, 'exports', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/analytics/exports', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/analytics/exports', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_apis_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_apis_revisions = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'deploy' => array( 'path' => 'v1/{+name}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'override' => array( 'location' => 'query', 'type' => 'boolean', ), 'sequencedRollout' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'getDeployments' => array( 'path' => 'v1/{+name}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undeploy' => array( 'path' => 'v1/{+name}/deployments', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sequencedRollout' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_environments_apis_revisions_debugsessions = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDebugsessions( $this, $this->serviceName, 'debugsessions', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/debugsessions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'timeout' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteData' => array( 'path' => 'v1/{+name}/data', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/debugsessions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments_apis_revisions_debugsessions_data = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDebugsessionsData( $this, $this->serviceName, 'data', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_apis_revisions_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'generateDeployChangeReport' => array( 'path' => 'v1/{+name}/deployments:generateDeployChangeReport', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'override' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'generateUndeployChangeReport' => array( 'path' => 'v1/{+name}/deployments:generateUndeployChangeReport', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_caches = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsCaches( $this, $this->serviceName, 'caches', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sharedFlows' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_environments_flowhooks = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsFlowhooks( $this, $this->serviceName, 'flowhooks', array( 'methods' => array( 'attachSharedFlowToFlowHook' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'detachSharedFlowFromFlowHook' => 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, ), ), ), ) ) ); $this->organizations_environments_keystores = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeystores( $this, $this->serviceName, 'keystores', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keystores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_keystores_aliases = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeystoresAliases( $this, $this->serviceName, 'aliases', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/aliases', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '_password' => array( 'location' => 'query', 'type' => 'string', ), 'alias' => array( 'location' => 'query', 'type' => 'string', ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'ignoreExpiryValidation' => array( 'location' => 'query', 'type' => 'boolean', ), 'ignoreNewlineValidation' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'csr' => array( 'path' => 'v1/{+name}/csr', 'httpMethod' => 'GET', '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, ), ), ),'getCertificate' => array( 'path' => 'v1/{+name}/certificate', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreExpiryValidation' => array( 'location' => 'query', 'type' => 'boolean', ), 'ignoreNewlineValidation' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_environments_keyvaluemaps = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeyvaluemaps( $this, $this->serviceName, 'keyvaluemaps', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keyvaluemaps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_optimizedStats = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsOptimizedStats( $this, $this->serviceName, 'optimizedStats', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accuracy' => array( 'location' => 'query', 'type' => 'string', ), 'aggTable' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'string', ), 'offset' => array( 'location' => 'query', 'type' => 'string', ), 'realtime' => array( 'location' => 'query', 'type' => 'boolean', ), 'select' => array( 'location' => 'query', 'type' => 'string', ), 'sonar' => array( 'location' => 'query', 'type' => 'boolean', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'sortby' => array( 'location' => 'query', 'type' => 'string', ), 'timeRange' => array( 'location' => 'query', 'type' => 'string', ), 'timeUnit' => array( 'location' => 'query', 'type' => 'string', ), 'topk' => array( 'location' => 'query', 'type' => 'string', ), 'tsAscending' => array( 'location' => 'query', 'type' => 'boolean', ), 'tzo' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments_queries = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsQueries( $this, $this->serviceName, 'queries', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/queries', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getResult' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/queries', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataset' => array( 'location' => 'query', 'type' => 'string', ), 'from' => array( 'location' => 'query', 'type' => 'string', ), 'inclQueriesWithoutReport' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', ), 'submittedBy' => array( 'location' => 'query', 'type' => 'string', ), 'to' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments_references = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsReferences( $this, $this->serviceName, 'references', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/references', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_resourcefiles = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsResourcefiles( $this, $this->serviceName, 'resourcefiles', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/resourcefiles', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+parent}/resourcefiles/{type}/{name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+parent}/resourcefiles/{type}/{name}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/resourcefiles', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listEnvironmentResources' => array( 'path' => 'v1/{+parent}/resourcefiles/{type}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+parent}/resourcefiles/{type}/{name}', 'httpMethod' => 'PUT', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'type' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_sharedflows_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflowsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_sharedflows_revisions = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflowsRevisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'deploy' => array( 'path' => 'v1/{+name}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'override' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'getDeployments' => array( 'path' => 'v1/{+name}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undeploy' => array( 'path' => 'v1/{+name}/deployments', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_stats = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsStats( $this, $this->serviceName, 'stats', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accuracy' => array( 'location' => 'query', 'type' => 'string', ), 'aggTable' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'string', ), 'offset' => array( 'location' => 'query', 'type' => 'string', ), 'realtime' => array( 'location' => 'query', 'type' => 'boolean', ), 'select' => array( 'location' => 'query', 'type' => 'string', ), 'sonar' => array( 'location' => 'query', 'type' => 'boolean', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'sortby' => array( 'location' => 'query', 'type' => 'string', ), 'timeRange' => array( 'location' => 'query', 'type' => 'string', ), 'timeUnit' => array( 'location' => 'query', 'type' => 'string', ), 'topk' => array( 'location' => 'query', 'type' => 'string', ), 'tsAscending' => array( 'location' => 'query', 'type' => 'boolean', ), 'tzo' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_environments_targetservers = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsTargetservers( $this, $this->serviceName, 'targetservers', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/targetservers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_environments_traceConfig_overrides = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsTraceConfigOverrides( $this, $this->serviceName, 'overrides', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/overrides', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/overrides', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_hostQueries = new Google_Service_Apigee_Resource_OrganizationsHostQueries( $this, $this->serviceName, 'hostQueries', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/hostQueries', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getResult' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getResultView' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/hostQueries', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataset' => array( 'location' => 'query', 'type' => 'string', ), 'envgroupHostname' => array( 'location' => 'query', 'type' => 'string', ), 'from' => array( 'location' => 'query', 'type' => 'string', ), 'inclQueriesWithoutReport' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', ), 'submittedBy' => array( 'location' => 'query', 'type' => 'string', ), 'to' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_hostStats = new Google_Service_Apigee_Resource_OrganizationsHostStats( $this, $this->serviceName, 'hostStats', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accuracy' => array( 'location' => 'query', 'type' => 'string', ), 'envgroupHostname' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'string', ), 'offset' => array( 'location' => 'query', 'type' => 'string', ), 'realtime' => array( 'location' => 'query', 'type' => 'boolean', ), 'select' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'sortby' => array( 'location' => 'query', 'type' => 'string', ), 'timeRange' => array( 'location' => 'query', 'type' => 'string', ), 'timeUnit' => array( 'location' => 'query', 'type' => 'string', ), 'topk' => array( 'location' => 'query', 'type' => 'string', ), 'tsAscending' => array( 'location' => 'query', 'type' => 'boolean', ), 'tzo' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_instances = new Google_Service_Apigee_Resource_OrganizationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reportStatus' => array( 'path' => 'v1/{+instance}:reportStatus', 'httpMethod' => 'POST', 'parameters' => array( 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_instances_attachments = new Google_Service_Apigee_Resource_OrganizationsInstancesAttachments( $this, $this->serviceName, 'attachments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/attachments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/attachments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_instances_canaryevaluations = new Google_Service_Apigee_Resource_OrganizationsInstancesCanaryevaluations( $this, $this->serviceName, 'canaryevaluations', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/canaryevaluations', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_instances_natAddresses = new Google_Service_Apigee_Resource_OrganizationsInstancesNatAddresses( $this, $this->serviceName, 'natAddresses', array( 'methods' => array( 'activate' => array( 'path' => 'v1/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/natAddresses', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/natAddresses', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_keyvaluemaps = new Google_Service_Apigee_Resource_OrganizationsKeyvaluemaps( $this, $this->serviceName, 'keyvaluemaps', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keyvaluemaps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_operations = new Google_Service_Apigee_Resource_OrganizationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_optimizedHostStats = new Google_Service_Apigee_Resource_OrganizationsOptimizedHostStats( $this, $this->serviceName, 'optimizedHostStats', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accuracy' => array( 'location' => 'query', 'type' => 'string', ), 'envgroupHostname' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'string', ), 'offset' => array( 'location' => 'query', 'type' => 'string', ), 'realtime' => array( 'location' => 'query', 'type' => 'boolean', ), 'select' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'sortby' => array( 'location' => 'query', 'type' => 'string', ), 'timeRange' => array( 'location' => 'query', 'type' => 'string', ), 'timeUnit' => array( 'location' => 'query', 'type' => 'string', ), 'topk' => array( 'location' => 'query', 'type' => 'string', ), 'tsAscending' => array( 'location' => 'query', 'type' => 'boolean', ), 'tzo' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_reports = new Google_Service_Apigee_Resource_OrganizationsReports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/reports', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'expand' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_sharedflows = new Google_Service_Apigee_Resource_OrganizationsSharedflows( $this, $this->serviceName, 'sharedflows', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/sharedflows', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/sharedflows', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeMetaData' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeRevisions' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_sharedflows_deployments = new Google_Service_Apigee_Resource_OrganizationsSharedflowsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_sharedflows_revisions = new Google_Service_Apigee_Resource_OrganizationsSharedflowsRevisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateSharedFlowRevision' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'validate' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->organizations_sharedflows_revisions_deployments = new Google_Service_Apigee_Resource_OrganizationsSharedflowsRevisionsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_sites_apicategories = new Google_Service_Apigee_Resource_OrganizationsSitesApicategories( $this, $this->serviceName, 'apicategories', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/apicategories', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/apicategories', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects = new Google_Service_Apigee_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'provisionOrganization' => array( 'path' => 'v1/{+project}:provisionOrganization', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, Z<  yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentSetParameterAction.phpnu[parameter = $parameter; } public function getParameter() { return $this->parameter; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z݄(ZZrvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrasePart.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setUserDefined($userDefined) { $this->userDefined = $userDefined; } public function getUserDefined() { return $this->userDefined; } } PK, Z@bpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentTrainingPhrase.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentTrainingPhrasePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentTrainingPhrasePart[] */ public function getParts() { return $this->parts; } public function setRepeatCount($repeatCount) { $this->repeatCount = $repeatCount; } public function getRepeatCount() { return $this->repeatCount; } } PK, ZSSfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3AudioInput.phpnu[audio = $audio; } public function getAudio() { return $this->audio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3InputAudioConfig */ public function setConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3InputAudioConfig $config) { $this->config = $config; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3InputAudioConfig */ public function getConfig() { return $this->config; } } PK, Ziyksvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListEntityTypesResponse.phpnu[entityTypes = $entityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType[] */ public function getEntityTypes() { return $this->entityTypes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZT gjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestError.phpnu[status = $status; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getStatus() { return $this->status; } public function setTestCase($testCase) { $this->testCase = $testCase; } public function getTestCase() { return $this->testCase; } public function setTestTime($testTime) { $this->testTime = $testTime; } public function getTestTime() { return $this->testTime; } } PK, Z쳊$ $ jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2InputAudioConfig.phpnu[audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setEnableWordInfo($enableWordInfo) { $this->enableWordInfo = $enableWordInfo; } public function getEnableWordInfo() { return $this->enableWordInfo; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setModelVariant($modelVariant) { $this->modelVariant = $modelVariant; } public function getModelVariant() { return $this->modelVariant; } public function setPhraseHints($phraseHints) { $this->phraseHints = $phraseHints; } public function getPhraseHints() { return $this->phraseHints; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } public function setSingleUtterance($singleUtterance) { $this->singleUtterance = $singleUtterance; } public function getSingleUtterance() { return $this->singleUtterance; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SpeechContext[] */ public function setSpeechContexts($speechContexts) { $this->speechContexts = $speechContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SpeechContext[] */ public function getSpeechContexts() { return $this->speechContexts; } } PK, ZGmvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestRunDifference.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZC))kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentParameter.phpnu[entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsList($isList) { $this->isList = $isList; } public function getIsList() { return $this->isList; } public function setRedact($redact) { $this->redact = $redact; } public function getRedact() { return $this->redact; } } PK, Zk&&jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeEntity.phpnu[synonyms = $synonyms; } public function getSynonyms() { return $this->synonyms; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZWovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequest.phpnu[detectIntentResponseId = $detectIntentResponseId; } public function getDetectIntentResponseId() { return $this->detectIntentResponseId; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo */ public function setFulfillmentInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo $fulfillmentInfo) { $this->fulfillmentInfo = $fulfillmentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo */ public function getFulfillmentInfo() { return $this->fulfillmentInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo */ public function setIntentInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo $intentInfo) { $this->intentInfo = $intentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo */ public function getIntentInfo() { return $this->intentInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[] */ public function getMessages() { return $this->messages; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo */ public function setPageInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult */ public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo */ public function setSessionInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } } PK, Z<ۛS{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.phpnu[openUriAction = $openUriAction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction */ public function getOpenUriAction() { return $this->openUriAction; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z?ssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Z ܂ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentParameter.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityTypeDisplayName($entityTypeDisplayName) { $this->entityTypeDisplayName = $entityTypeDisplayName; } public function getEntityTypeDisplayName() { return $this->entityTypeDisplayName; } public function setIsList($isList) { $this->isList = $isList; } public function getIsList() { return $this->isList; } public function setMandatory($mandatory) { $this->mandatory = $mandatory; } public function getMandatory() { return $this->mandatory; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrompts($prompts) { $this->prompts = $prompts; } public function getPrompts() { return $this->prompts; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z]<jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1QueryResult.phpnu[action = $action; } public function getAction() { return $this->action; } public function setAllRequiredParamsPresent($allRequiredParamsPresent) { $this->allRequiredParamsPresent = $allRequiredParamsPresent; } public function getAllRequiredParamsPresent() { return $this->allRequiredParamsPresent; } public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage[] */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage[] */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent */ public function getIntent() { return $this->intent; } public function setIntentDetectionConfidence($intentDetectionConfidence) { $this->intentDetectionConfidence = $intentDetectionConfidence; } public function getIntentDetectionConfidence() { return $this->intentDetectionConfidence; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers */ public function setKnowledgeAnswers(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers $knowledgeAnswers) { $this->knowledgeAnswers = $knowledgeAnswers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers */ public function getKnowledgeAnswers() { return $this->knowledgeAnswers; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context[] */ public function getOutputContexts() { return $this->outputContexts; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setQueryText($queryText) { $this->queryText = $queryText; } public function getQueryText() { return $this->queryText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult */ public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } public function setSpeechRecognitionConfidence($speechRecognitionConfidence) { $this->speechRecognitionConfidence = $speechRecognitionConfidence; } public function getSpeechRecognitionConfidence() { return $this->speechRecognitionConfidence; } public function setWebhookPayload($webhookPayload) { $this->webhookPayload = $webhookPayload; } public function getWebhookPayload() { return $this->webhookPayload; } public function setWebhookSource($webhookSource) { $this->webhookSource = $webhookSource; } public function getWebhookSource() { return $this->webhookSource; } } PK, ZIcnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentParameter.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityTypeDisplayName($entityTypeDisplayName) { $this->entityTypeDisplayName = $entityTypeDisplayName; } public function getEntityTypeDisplayName() { return $this->entityTypeDisplayName; } public function setIsList($isList) { $this->isList = $isList; } public function getIsList() { return $this->isList; } public function setMandatory($mandatory) { $this->mandatory = $mandatory; } public function getMandatory() { return $this->mandatory; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrompts($prompts) { $this->prompts = $prompts; } public function getPrompts() { return $this->prompts; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Zdovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestCaseResult.phpnu[conversationTurns = $conversationTurns; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurn[] */ public function getConversationTurns() { return $this->conversationTurns; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTestResult($testResult) { $this->testResult = $testResult; } public function getTestResult() { return $this->testResult; } public function setTestTime($testTime) { $this->testTime = $testTime; } public function getTestTime() { return $this->testTime; } } PK, ZxR mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookRequest.phpnu[alternativeQueryResults = $alternativeQueryResults; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult[] */ public function getAlternativeQueryResults() { return $this->alternativeQueryResults; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest */ public function setOriginalDetectIntentRequest(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest $originalDetectIntentRequest) { $this->originalDetectIntentRequest = $originalDetectIntentRequest; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest */ public function getOriginalDetectIntentRequest() { return $this->originalDetectIntentRequest; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult */ public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult */ public function getQueryResult() { return $this->queryResult; } public function setResponseId($responseId) { $this->responseId = $responseId; } public function getResponseId() { return $this->responseId; } public function setSession($session) { $this->session = $session; } public function getSession() { return $this->session; } } PK, Z]vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.phpnu[fileUri = $fileUri; } public function getFileUri() { return $this->fileUri; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setThumbnailUri($thumbnailUri) { $this->thumbnailUri = $thumbnailUri; } public function getThumbnailUri() { return $this->thumbnailUri; } } PK, ZqΩppvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.phpnu[originalValue = $originalValue; } public function getOriginalValue() { return $this->originalValue; } public function setResolvedValue($resolvedValue) { $this->resolvedValue = $resolvedValue; } public function getResolvedValue() { return $this->resolvedValue; } } PK, ZɢJ  ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestCase.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseResult */ public function setLastTestResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseResult $lastTestResult) { $this->lastTestResult = $lastTestResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseResult */ public function getLastTestResult() { return $this->lastTestResult; } 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 setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurn[] */ public function setTestCaseConversationTurns($testCaseConversationTurns) { $this->testCaseConversationTurns = $testCaseConversationTurns; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurn[] */ public function getTestCaseConversationTurns() { return $this->testCaseConversationTurns; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestConfig */ public function setTestConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestConfig $testConfig) { $this->testConfig = $testConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestConfig */ public function getTestConfig() { return $this->testConfig; } } PK, Zlbxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListSessionEntityTypesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } } PK, ZN5kkfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestConfig.phpnu[flow = $flow; } public function getFlow() { return $this->flow; } public function setTrackingParameters($trackingParameters) { $this->trackingParameters = $trackingParameters; } public function getTrackingParameters() { return $this->trackingParameters; } } PK, Z UUyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.phpnu[text = $text; } public function getText() { return $this->text; } } PK, ZBt--}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.phpnu[destinationName = $destinationName; } public function getDestinationName() { return $this->destinationName; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, Zpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.phpnu[currentPage = $currentPage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Page */ public function getCurrentPage() { return $this->currentPage; } public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestRunDifference[] */ public function setDifferences($differences) { $this->differences = $differences; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestRunDifference[] */ public function getDifferences() { return $this->differences; } public function setSessionParameters($sessionParameters) { $this->sessionParameters = $sessionParameters; } public function getSessionParameters() { return $this->sessionParameters; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setStatus(Google_Service_Dialogflow_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageText[] */ public function setTextResponses($textResponses) { $this->textResponses = $textResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageText[] */ public function getTextResponses() { return $this->textResponses; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Intent */ public function setTriggeredIntent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Intent $triggeredIntent) { $this->triggeredIntent = $triggeredIntent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Intent */ public function getTriggeredIntent() { return $this->triggeredIntent; } } PK, Zoxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.phpnu[analyzeQueryTextSentiment = $analyzeQueryTextSentiment; } public function getAnalyzeQueryTextSentiment() { return $this->analyzeQueryTextSentiment; } } PK, ZnTvvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButton.phpnu[openUriAction = $openUriAction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction */ public function getOpenUriAction() { return $this->openUriAction; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setFooter($footer) { $this->footer = $footer; } public function getFooter() { return $this->footer; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction */ public function setOpenUriAction(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction $openUriAction) { $this->openUriAction = $openUriAction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction */ public function getOpenUriAction() { return $this->openUriAction; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZaD9 9 _vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Agent.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setAvatarUri($avatarUri) { $this->avatarUri = $avatarUri; } public function getAvatarUri() { return $this->avatarUri; } public function setClassificationThreshold($classificationThreshold) { $this->classificationThreshold = $classificationThreshold; } public function getClassificationThreshold() { return $this->classificationThreshold; } public function setDefaultLanguageCode($defaultLanguageCode) { $this->defaultLanguageCode = $defaultLanguageCode; } public function getDefaultLanguageCode() { return $this->defaultLanguageCode; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnableLogging($enableLogging) { $this->enableLogging = $enableLogging; } public function getEnableLogging() { return $this->enableLogging; } public function setMatchMode($matchMode) { $this->matchMode = $matchMode; } public function getMatchMode() { return $this->matchMode; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setSupportedLanguageCodes($supportedLanguageCodes) { $this->supportedLanguageCodes = $supportedLanguageCodes; } public function getSupportedLanguageCodes() { return $this->supportedLanguageCodes; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK, Zwzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior.phpnu[initialPromptFulfillment = $initialPromptFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getInitialPromptFulfillment() { return $this->initialPromptFulfillment; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function setRepromptEventHandlers($repromptEventHandlers) { $this->repromptEventHandlers = $repromptEventHandlers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function getRepromptEventHandlers() { return $this->repromptEventHandlers; } } PK, ZFNd fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Experiment.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentDefinition */ public function setDefinition(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentDefinition $definition) { $this->definition = $definition; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentDefinition */ public function getDefinition() { return $this->definition; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setExperimentLength($experimentLength) { $this->experimentLength = $experimentLength; } public function getExperimentLength() { return $this->experimentLength; } public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResult */ public function setResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResult $result) { $this->result = $result; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResult */ public function getResult() { return $this->result; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VariantsHistory[] */ public function setVariantsHistory($variantsHistory) { $this->variantsHistory = $variantsHistory; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VariantsHistory[] */ public function getVariantsHistory() { return $this->variantsHistory; } } PK, Z jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ValidationResult.phpnu[validationErrors = $validationErrors; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ValidationError[] */ public function getValidationErrors() { return $this->validationErrors; } } PK, Z.qqtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookGenericWebService.phpnu[password = $password; } public function getPassword() { return $this->password; } public function setRequestHeaders($requestHeaders) { $this->requestHeaders = $requestHeaders; } public function getRequestHeaders() { return $this->requestHeaders; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK, ZiS|E((cvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Version.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings */ public function setNluSettings(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings $nluSettings) { $this->nluSettings = $nluSettings; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings */ public function getNluSettings() { return $this->nluSettings; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK, ZNYfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Context.phpnu[lifespanCount = $lifespanCount; } public function getLifespanCount() { return $this->lifespanCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK, Zhl kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookResponse.phpnu[fulfillmentResponse = $fulfillmentResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse */ public function getFulfillmentResponse() { return $this->fulfillmentResponse; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo */ public function setPageInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo */ public function setSessionInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } } PK, Zwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent.phpnu[conversation = $conversation; } public function getConversation() { return $this->conversation; } public function setParticipant($participant) { $this->participant = $participant; } public function getParticipant() { return $this->participant; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestionResult[] */ public function setSuggestionResults($suggestionResults) { $this->suggestionResults = $suggestionResults; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestionResult[] */ public function getSuggestionResults() { return $this->suggestionResults; } } PK, Z[$tsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsResponse.phpnu[warnings = $warnings; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus[] */ public function getWarnings() { return $this->warnings; } } PK, Zj--ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentResponse.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, Z[<]evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryResult.phpnu[action = $action; } public function getAction() { return $this->action; } public function setAllRequiredParamsPresent($allRequiredParamsPresent) { $this->allRequiredParamsPresent = $allRequiredParamsPresent; } public function getAllRequiredParamsPresent() { return $this->allRequiredParamsPresent; } public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage[] */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage[] */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function getIntent() { return $this->intent; } public function setIntentDetectionConfidence($intentDetectionConfidence) { $this->intentDetectionConfidence = $intentDetectionConfidence; } public function getIntentDetectionConfidence() { return $this->intentDetectionConfidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function getOutputContexts() { return $this->outputContexts; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setQueryText($queryText) { $this->queryText = $queryText; } public function getQueryText() { return $this->queryText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult */ public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } public function setSpeechRecognitionConfidence($speechRecognitionConfidence) { $this->speechRecognitionConfidence = $speechRecognitionConfidence; } public function getSpeechRecognitionConfidence() { return $this->speechRecognitionConfidence; } public function setWebhookPayload($webhookPayload) { $this->webhookPayload = $webhookPayload; } public function getWebhookPayload() { return $this->webhookPayload; } public function setWebhookSource($webhookSource) { $this->webhookSource = $webhookSource; } public function getWebhookSource() { return $this->webhookSource; } } PK, Z;X͛NNkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventInput.phpnu[event = $event; } public function getEvent() { return $this->event; } } PK, ZH{__{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, ZKsw~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction.phpnu[parameterId = $parameterId; } public function getParameterId() { return $this->parameterId; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z7͵* * vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.phpnu[contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setIcon(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $icon) { $this->icon = $icon; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getIcon() { return $this->icon; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setLargeImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $largeImage) { $this->largeImage = $largeImage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getLargeImage() { return $this->largeImage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZlRwSSpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.phpnu[entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setEntityOverrideMode($entityOverrideMode) { $this->entityOverrideMode = $entityOverrideMode; } public function getEntityOverrideMode() { return $this->entityOverrideMode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Z]]]lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3InputAudioConfig.phpnu[audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setEnableWordInfo($enableWordInfo) { $this->enableWordInfo = $enableWordInfo; } public function getEnableWordInfo() { return $this->enableWordInfo; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setModelVariant($modelVariant) { $this->modelVariant = $modelVariant; } public function getModelVariant() { return $this->modelVariant; } public function setPhraseHints($phraseHints) { $this->phraseHints = $phraseHints; } public function getPhraseHints() { return $this->phraseHints; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } public function setSingleUtterance($singleUtterance) { $this->singleUtterance = $singleUtterance; } public function getSingleUtterance() { return $this->singleUtterance; } } PK, Z;TWWtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase.phpnu[value = $value; } public function getValue() { return $this->value; } } PK, ZUqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillIntentResponse.phpnu[outputAudio = $outputAudio; } public function getOutputAudio() { return $this->outputAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult */ public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult */ public function getQueryResult() { return $this->queryResult; } public function setResponseId($responseId) { $this->responseId = $responseId; } public function getResponseId() { return $this->responseId; } } PK, Z5svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageTableCardRow.phpnu[cells = $cells; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCardCell[] */ public function getCells() { return $this->cells; } public function setDividerAfter($dividerAfter) { $this->dividerAfter = $dividerAfter; } public function getDividerAfter() { return $this->dividerAfter; } } PK, ZD~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.phpnu[currentPage = $currentPage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function getCurrentPage() { return $this->currentPage; } public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestRunDifference[] */ public function setDifferences($differences) { $this->differences = $differences; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestRunDifference[] */ public function getDifferences() { return $this->differences; } public function setSessionParameters($sessionParameters) { $this->sessionParameters = $sessionParameters; } public function getSessionParameters() { return $this->sessionParameters; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setStatus(Google_Service_Dialogflow_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText[] */ public function setTextResponses($textResponses) { $this->textResponses = $textResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText[] */ public function getTextResponses() { return $this->textResponses; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function setTriggeredIntent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $triggeredIntent) { $this->triggeredIntent = $triggeredIntent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function getTriggeredIntent() { return $this->triggeredIntent; } } PK, Z=A|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setAudio($audio) { $this->audio = $audio; } public function getAudio() { return $this->audio; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, Z@ 9bbgvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3NluSettings.phpnu[classificationThreshold = $classificationThreshold; } public function getClassificationThreshold() { return $this->classificationThreshold; } public function setModelTrainingMode($modelTrainingMode) { $this->modelTrainingMode = $modelTrainingMode; } public function getModelTrainingMode() { return $this->modelTrainingMode; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } } PK, Z<:zvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } } PK, Z]Iqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEntityTypesResponse.phpnu[entityTypes = $entityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType[] */ public function getEntityTypes() { return $this->entityTypes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z  qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelect.phpnu[items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelectItem[] */ public function getItems() { return $this->items; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Zb|~wpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentDefinition.phpnu[condition = $condition; } public function getCondition() { return $this->condition; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariants */ public function setVersionVariants(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariants $versionVariants) { $this->versionVariants = $versionVariants; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariants */ public function getVersionVariants() { return $this->versionVariants; } } PK, Z((xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.phpnu[destinationName = $destinationName; } public function getDestinationName() { return $this->destinationName; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, Zu'Ҧ77uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelectItem.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo */ public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo $info) { $this->info = $info; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo */ public function getInfo() { return $this->info; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z>y7lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3PageInfoFormInfo.phpnu[parameterInfo = $parameterInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo[] */ public function getParameterInfo() { return $this->parameterInfo; } } PK, Zsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesResponse.phpnu[names = $names; } public function getNames() { return $this->names; } } PK, Z{K'vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestArticlesResponse.phpnu[articleAnswers = $articleAnswers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1ArticleAnswer[] */ public function getArticleAnswers() { return $this->articleAnswers; } public function setContextSize($contextSize) { $this->contextSize = $contextSize; } public function getContextSize() { return $this->contextSize; } public function setLatestMessage($latestMessage) { $this->latestMessage = $latestMessage; } public function getLatestMessage() { return $this->latestMessage; } } PK, Z##uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSelectItemInfo.phpnu[key = $key; } public function getKey() { return $this->key; } public function setSynonyms($synonyms) { $this->synonyms = $synonyms; } public function getSynonyms() { return $this->synonyms; } } PK, Zܩxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage.phpnu[coverageScore = $coverageScore; } public function getCoverageScore() { return $this->coverageScore; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage[] */ public function setCoverages($coverages) { $this->coverages = $coverages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage[] */ public function getCoverages() { return $this->coverages; } } PK, Z' dvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.phpnu[autoExpansionMode = $autoExpansionMode; } public function getAutoExpansionMode() { return $this->autoExpansionMode; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnableFuzzyExtraction($enableFuzzyExtraction) { $this->enableFuzzyExtraction = $enableFuzzyExtraction; } public function getEnableFuzzyExtraction() { return $this->enableFuzzyExtraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Zvvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SentimentAnalysisResult.phpnu[queryTextSentiment = $queryTextSentiment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Sentiment */ public function getQueryTextSentiment() { return $this->queryTextSentiment; } } PK, ZMGK~gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Environment.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EnvironmentVersionConfig[] */ public function setVersionConfigs($versionConfigs) { $this->versionConfigs = $versionConfigs; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EnvironmentVersionConfig[] */ public function getVersionConfigs() { return $this->versionConfigs; } } PK, ZOw((zvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo.phpnu[key = $key; } public function getKey() { return $this->key; } public function setSynonyms($synonyms) { $this->synonyms = $synonyms; } public function getSynonyms() { return $this->synonyms; } } PK, Zw7M M nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FormParameter.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior */ public function setFillBehavior(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior $fillBehavior) { $this->fillBehavior = $fillBehavior; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior */ public function getFillBehavior() { return $this->fillBehavior; } public function setIsList($isList) { $this->isList = $isList; } public function getIsList() { return $this->isList; } public function setRedact($redact) { $this->redact = $redact; } public function getRedact() { return $this->redact; } public function setRequired($required) { $this->required = $required; } public function getRequired() { return $this->required; } } PK, Z܈xxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, ZE, ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.phpnu[followupEventInput = $followupEventInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput */ public function getFollowupEventInput() { return $this->followupEventInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage[] */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage[] */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function getOutputContexts() { return $this->outputContexts; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK, Z{svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesResponse.phpnu[content = $content; } public function getContent() { return $this->content; } public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } } PK, ZNk__{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Zthvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1FaqAnswer.phpnu[answer = $answer; } public function getAnswer() { return $this->answer; } public function setAnswerRecord($answerRecord) { $this->answerRecord = $answerRecord; } public function getAnswerRecord() { return $this->answerRecord; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setQuestion($question) { $this->question = $question; } public function getQuestion() { return $this->question; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK, Zjjnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2VoiceSelectionParams.phpnu[name = $name; } public function getName() { return $this->name; } public function setSsmlGender($ssmlGender) { $this->ssmlGender = $ssmlGender; } public function getSsmlGender() { return $this->ssmlGender; } } PK, Z]]|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.phpnu[header = $header; } public function getHeader() { return $this->header; } public function setHorizontalAlignment($horizontalAlignment) { $this->horizontalAlignment = $horizontalAlignment; } public function getHorizontalAlignment() { return $this->horizontalAlignment; } } PK, Z2}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply.phpnu[postbackData = $postbackData; } public function getPostbackData() { return $this->postbackData; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, ZհRRsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.phpnu[contextSize = $contextSize; } public function getContextSize() { return $this->contextSize; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2FaqAnswer[] */ public function setFaqAnswers($faqAnswers) { $this->faqAnswers = $faqAnswers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2FaqAnswer[] */ public function getFaqAnswers() { return $this->faqAnswers; } public function setLatestMessage($latestMessage) { $this->latestMessage = $latestMessage; } public function getLatestMessage() { return $this->latestMessage; } } PK, Z]ddlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentRequest.phpnu[agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, Z')Q.|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse.phpnu[environments = $environments; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment[] */ public function getEnvironments() { return $this->environments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z2/00rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ExportAgentResponse.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, Z'Hcvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.phpnu[answer = $answer; } public function getAnswer() { return $this->answer; } public function setAnswerRecord($answerRecord) { $this->answerRecord = $answerRecord; } public function getAnswerRecord() { return $this->answerRecord; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setQuestion($question) { $this->question = $question; } public function getQuestion() { return $this->question; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK, ZCH`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Intent.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDefaultResponsePlatforms($defaultResponsePlatforms) { $this->defaultResponsePlatforms = $defaultResponsePlatforms; } public function getDefaultResponsePlatforms() { return $this->defaultResponsePlatforms; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEndInteraction($endInteraction) { $this->endInteraction = $endInteraction; } public function getEndInteraction() { return $this->endInteraction; } public function setEvents($events) { $this->events = $events; } public function getEvents() { return $this->events; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo[] */ public function setFollowupIntentInfo($followupIntentInfo) { $this->followupIntentInfo = $followupIntentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo[] */ public function getFollowupIntentInfo() { return $this->followupIntentInfo; } public function setInputContextNames($inputContextNames) { $this->inputContextNames = $inputContextNames; } public function getInputContextNames() { return $this->inputContextNames; } public function setIsFallback($isFallback) { $this->isFallback = $isFallback; } public function getIsFallback() { return $this->isFallback; } public function setLiveAgentHandoff($liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage[] */ public function getMessages() { return $this->messages; } public function setMlDisabled($mlDisabled) { $this->mlDisabled = $mlDisabled; } public function getMlDisabled() { return $this->mlDisabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function getOutputContexts() { return $this->outputContexts; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter[] */ public function getParameters() { return $this->parameters; } public function setParentFollowupIntentName($parentFollowupIntentName) { $this->parentFollowupIntentName = $parentFollowupIntentName; } public function getParentFollowupIntentName() { return $this->parentFollowupIntentName; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setResetContexts($resetContexts) { $this->resetContexts = $resetContexts; } public function getResetContexts() { return $this->resetContexts; } public function setRootFollowupIntentName($rootFollowupIntentName) { $this->rootFollowupIntentName = $rootFollowupIntentName; } public function getRootFollowupIntentName() { return $this->rootFollowupIntentName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase[] */ public function setTrainingPhrases($trainingPhrases) { $this->trainingPhrases = $trainingPhrases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase[] */ public function getTrainingPhrases() { return $this->trainingPhrases; } public function setWebhookState($webhookState) { $this->webhookState = $webhookState; } public function getWebhookState() { return $this->webhookState; } } PK, Zn=&evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DtmfInput.phpnu[digits = $digits; } public function getDigits() { return $this->digits; } public function setFinishDigit($finishDigit) { $this->finishDigit = $finishDigit; } public function getFinishDigit() { return $this->finishDigit; } } PK, ZQ nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentResponse.phpnu[outputAudio = $outputAudio; } public function getOutputAudio() { return $this->outputAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig */ public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult */ public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult */ public function getQueryResult() { return $this->queryResult; } public function setResponseId($responseId) { $this->responseId = $responseId; } public function getResponseId() { return $this->responseId; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setWebhookStatus(Google_Service_Dialogflow_GoogleRpcStatus $webhookStatus) { $this->webhookStatus = $webhookStatus; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getWebhookStatus() { return $this->webhookStatus; } } PK, Z llkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1AudioInput.phpnu[audio = $audio; } public function getAudio() { return $this->audio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1InputAudioConfig */ public function setConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1InputAudioConfig $config) { $this->config = $config; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1InputAudioConfig */ public function getConfig() { return $this->config; } } PK, Z2 pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookResponse.phpnu[fulfillmentResponse = $fulfillmentResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse */ public function getFulfillmentResponse() { return $this->fulfillmentResponse; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo */ public function setPageInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo */ public function setSessionInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } } PK, Z6trrkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageText.phpnu[text = $text; } public function getText() { return $this->text; } } PK, Zƴ$xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse.phpnu[names = $names; } public function getNames() { return $this->names; } } PK, Zyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard.phpnu[imageDisplayOptions = $imageDisplayOptions; } public function getImageDisplayOptions() { return $this->imageDisplayOptions; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem[] */ public function getItems() { return $this->items; } } PK, ZSqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3StopExperimentRequest.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo */ public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) { $this->info = $info; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo */ public function getInfo() { return $this->info; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZR֣Vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleProtobufEmpty.phpnu[intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent[] */ public function getIntents() { return $this->intents; } } PK, Zrvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesRequest.phpnu[dataFormat = $dataFormat; } public function getDataFormat() { return $this->dataFormat; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } } PK, Zutvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListEnvironmentsResponse.phpnu[environments = $environments; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment[] */ public function getEnvironments() { return $this->environments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z Cpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessage.phpnu[conversationSuccess = $conversationSuccess; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess */ public function getConversationSuccess() { return $this->conversationSuccess; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction */ public function setEndInteraction(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction $endInteraction) { $this->endInteraction = $endInteraction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction */ public function getEndInteraction() { return $this->endInteraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff */ public function setLiveAgentHandoff(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff $liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff */ public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio */ public function setMixedAudio(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio $mixedAudio) { $this->mixedAudio = $mixedAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio */ public function getMixedAudio() { return $this->mixedAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText */ public function setOutputAudioText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText $outputAudioText) { $this->outputAudioText = $outputAudioText; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText */ public function getOutputAudioText() { return $this->outputAudioText; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio */ public function setPlayAudio(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio $playAudio) { $this->playAudio = $playAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio */ public function getPlayAudio() { return $this->playAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageText */ public function getText() { return $this->text; } } PK, ZAsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesMetadata.phpnu[answers = $answers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer[] */ public function getAnswers() { return $this->answers; } } PK, Zߒ|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases.phpnu[cases = $cases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase[] */ public function getCases() { return $this->cases; } } PK, ZB3 xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.phpnu[mediaObjects = $mediaObjects; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject[] */ public function getMediaObjects() { return $this->mediaObjects; } public function setMediaType($mediaType) { $this->mediaType = $mediaType; } public function getMediaType() { return $this->mediaType; } } PK, Z.s 5rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentFollowupIntentInfo.phpnu[followupIntentName = $followupIntentName; } public function getFollowupIntentName() { return $this->followupIntentName; } public function setParentFollowupIntentName($parentFollowupIntentName) { $this->parentFollowupIntentName = $parentFollowupIntentName; } public function getParentFollowupIntentName() { return $this->parentFollowupIntentName; } } PK, Zxeetvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EnvironmentVersionConfig.phpnu[version = $version; } public function getVersion() { return $this->version; } } PK, Z1NNyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK, Z"dwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentConditionalCases.phpnu[cases = $cases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase[] */ public function getCases() { return $this->cases; } } PK, ZYzeGGmvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SessionEntityType.phpnu[entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setEntityOverrideMode($entityOverrideMode) { $this->entityOverrideMode = $entityOverrideMode; } public function getEntityOverrideMode() { return $this->entityOverrideMode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Z]qtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessagePlayAudio.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setAudioUri($audioUri) { $this->audioUri = $audioUri; } public function getAudioUri() { return $this->audioUri; } } PK, Z(|SS~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo.phpnu[tag = $tag; } public function getTag() { return $this->tag; } } PK, Z{svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteIntentsRequest.phpnu[intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent[] */ public function getIntents() { return $this->intents; } } PK, ZB%HFFjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TextInput.phpnu[text = $text; } public function getText() { return $this->text; } } PK, ZvHsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageMediaContent.phpnu[mediaObjects = $mediaObjects; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject[] */ public function getMediaObjects() { return $this->mediaObjects; } public function setMediaType($mediaType) { $this->mediaType = $mediaType; } public function getMediaType() { return $this->mediaType; } } PK, Zth..~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.phpnu[imageDisplayOptions = $imageDisplayOptions; } public function getImageDisplayOptions() { return $this->imageDisplayOptions; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem[] */ public function getItems() { return $this->items; } } PK, Z++ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityTypeEntity.phpnu[synonyms = $synonyms; } public function getSynonyms() { return $this->synonyms; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z2!ilvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TrainFlowRequest.phpnu[flows = $flows; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow[] */ public function getFlows() { return $this->flows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZXXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK, ZMMlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageImage.phpnu[accessibilityText = $accessibilityText; } public function getAccessibilityText() { return $this->accessibilityText; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK, Z25quvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponse.phpnu[displayText = $displayText; } public function getDisplayText() { return $this->displayText; } public function setSsml($ssml) { $this->ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setTextToSpeech($textToSpeech) { $this->textToSpeech = $textToSpeech; } public function getTextToSpeech() { return $this->textToSpeech; } } PK, ZLuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OriginalDetectIntentRequest.phpnu[payload = $payload; } public function getPayload() { return $this->payload; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, ZެgWWmvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListPagesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page[] */ public function getPages() { return $this->pages; } } PK, Z"qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3AgentValidationResult.phpnu[flowValidationResults = $flowValidationResults; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FlowValidationResult[] */ public function getFlowValidationResults() { return $this->flowValidationResults; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Z&Ux kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryParameters.phpnu[analyzeQueryTextSentiment = $analyzeQueryTextSentiment; } public function getAnalyzeQueryTextSentiment() { return $this->analyzeQueryTextSentiment; } public function setDisableWebhook($disableWebhook) { $this->disableWebhook = $disableWebhook; } public function getDisableWebhook() { return $this->disableWebhook; } /** * @param Google_Service_Dialogflow_GoogleTypeLatLng */ public function setGeoLocation(Google_Service_Dialogflow_GoogleTypeLatLng $geoLocation) { $this->geoLocation = $geoLocation; } /** * @return Google_Service_Dialogflow_GoogleTypeLatLng */ public function getGeoLocation() { return $this->geoLocation; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setWebhookHeaders($webhookHeaders) { $this->webhookHeaders = $webhookHeaders; } public function getWebhookHeaders() { return $this->webhookHeaders; } } PK, Z,WWtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.phpnu[state = $state; } public function getState() { return $this->state; } } PK, Zm{{nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RunTestCaseRequest.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK, Z\ ''yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setJustCollected($justCollected) { $this->justCollected = $justCollected; } public function getJustCollected() { return $this->justCollected; } public function setRequired($required) { $this->required = $required; } public function getRequired() { return $this->required; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z>z4 4 ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FormParameter.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FormParameterFillBehavior */ public function setFillBehavior(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FormParameterFillBehavior $fillBehavior) { $this->fillBehavior = $fillBehavior; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FormParameterFillBehavior */ public function getFillBehavior() { return $this->fillBehavior; } public function setIsList($isList) { $this->isList = $isList; } public function getIsList() { return $this->isList; } public function setRedact($redact) { $this->redact = $redact; } public function getRedact() { return $this->redact; } public function setRequired($required) { $this->required = $required; } public function getRequired() { return $this->required; } } PK, Z*vnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2AnnotatedMessagePart.phpnu[entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, ZcQ؝22lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.phpnu[basicCard = $basicCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCard */ public function getBasicCard() { return $this->basicCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard */ public function setBrowseCarouselCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard $browseCarouselCard) { $this->browseCarouselCard = $browseCarouselCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard */ public function getBrowseCarouselCard() { return $this->browseCarouselCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard */ public function setCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard $card) { $this->card = $card; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard */ public function getCard() { return $this->card; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect */ public function setCarouselSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect $carouselSelect) { $this->carouselSelect = $carouselSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect */ public function getCarouselSelect() { return $this->carouselSelect; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion */ public function setLinkOutSuggestion(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion $linkOutSuggestion) { $this->linkOutSuggestion = $linkOutSuggestion; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion */ public function getLinkOutSuggestion() { return $this->linkOutSuggestion; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect */ public function setListSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect $listSelect) { $this->listSelect = $listSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect */ public function getListSelect() { return $this->listSelect; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent */ public function setMediaContent(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent $mediaContent) { $this->mediaContent = $mediaContent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent */ public function getMediaContent() { return $this->mediaContent; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies */ public function setQuickReplies(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies $quickReplies) { $this->quickReplies = $quickReplies; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies */ public function getQuickReplies() { return $this->quickReplies; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard */ public function setRbmCarouselRichCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard $rbmCarouselRichCard) { $this->rbmCarouselRichCard = $rbmCarouselRichCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard */ public function getRbmCarouselRichCard() { return $this->rbmCarouselRichCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard */ public function setRbmStandaloneRichCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard $rbmStandaloneRichCard) { $this->rbmStandaloneRichCard = $rbmStandaloneRichCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard */ public function getRbmStandaloneRichCard() { return $this->rbmStandaloneRichCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmText */ public function setRbmText(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmText $rbmText) { $this->rbmText = $rbmText; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmText */ public function getRbmText() { return $this->rbmText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses */ public function setSimpleResponses(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses $simpleResponses) { $this->simpleResponses = $simpleResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses */ public function getSimpleResponses() { return $this->simpleResponses; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions */ public function setSuggestions(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard */ public function setTableCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard $tableCard) { $this->tableCard = $tableCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard */ public function getTableCard() { return $this->tableCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio */ public function setTelephonyPlayAudio(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio $telephonyPlayAudio) { $this->telephonyPlayAudio = $telephonyPlayAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio */ public function getTelephonyPlayAudio() { return $this->telephonyPlayAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech */ public function setTelephonySynthesizeSpeech(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech $telephonySynthesizeSpeech) { $this->telephonySynthesizeSpeech = $telephonySynthesizeSpeech; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech */ public function getTelephonySynthesizeSpeech() { return $this->telephonySynthesizeSpeech; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall */ public function setTelephonyTransferCall(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall $telephonyTransferCall) { $this->telephonyTransferCall = $telephonyTransferCall; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall */ public function getTelephonyTransferCall() { return $this->telephonyTransferCall; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText */ public function getText() { return $this->text; } } PK, Z$VH& & `vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Flow.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler[] */ public function setEventHandlers($eventHandlers) { $this->eventHandlers = $eventHandlers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler[] */ public function getEventHandlers() { return $this->eventHandlers; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings */ public function setNluSettings(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings $nluSettings) { $this->nluSettings = $nluSettings; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings */ public function getNluSettings() { return $this->nluSettings; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[] */ public function setTransitionRoutes($transitionRoutes) { $this->transitionRoutes = $transitionRoutes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[] */ public function getTransitionRoutes() { return $this->transitionRoutes; } } PK, Z*8cctvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestIntentInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLastMatchedIntent($lastMatchedIntent) { $this->lastMatchedIntent = $lastMatchedIntent; } public function getLastMatchedIntent() { return $this->lastMatchedIntent; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue[] */ public function getParameters() { return $this->parameters; } } PK, Zc:kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VariantsHistory.phpnu[updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariants */ public function setVersionVariants(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariants $versionVariants) { $this->versionVariants = $versionVariants; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariants */ public function getVersionVariants() { return $this->versionVariants; } } PK, Z Dkkzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3CreateVersionOperationMetadata.phpnu[version = $version; } public function getVersion() { return $this->version; } } PK, Zm dvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestCase.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult */ public function setLastTestResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult $lastTestResult) { $this->lastTestResult = $lastTestResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult */ public function getLastTestResult() { return $this->lastTestResult; } 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 setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurn[] */ public function setTestCaseConversationTurns($testCaseConversationTurns) { $this->testCaseConversationTurns = $testCaseConversationTurns; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurn[] */ public function getTestCaseConversationTurns() { return $this->testCaseConversationTurns; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestConfig */ public function setTestConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestConfig $testConfig) { $this->testConfig = $testConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestConfig */ public function getTestConfig() { return $this->testConfig; } } PK, Z=۟hvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EventHandler.phpnu[event = $event; } public function getEvent() { return $this->event; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function setTriggerFulfillment(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment $triggerFulfillment) { $this->triggerFulfillment = $triggerFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function getTriggerFulfillment() { return $this->triggerFulfillment; } } PK, Z^Jpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentCoverageIntent.phpnu[covered = $covered; } public function getCovered() { return $this->covered; } public function setIntent($intent) { $this->intent = $intent; } public function getIntent() { return $this->intent; } } PK, Z/qnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrase.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart[] */ public function getParts() { return $this->parts; } public function setTimesAddedCount($timesAddedCount) { $this->timesAddedCount = $timesAddedCount; } public function getTimesAddedCount() { return $this->timesAddedCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZJVvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition.phpnu[covered = $covered; } public function getCovered() { return $this->covered; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute */ public function setTransitionRoute(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute $transitionRoute) { $this->transitionRoute = $transitionRoute; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute */ public function getTransitionRoute() { return $this->transitionRoute; } } PK, ZCtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentTrainingPhrasePart.phpnu[parameterId = $parameterId; } public function getParameterId() { return $this->parameterId; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z.Gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject.phpnu[contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setIcon(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $icon) { $this->icon = $icon; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getIcon() { return $this->icon; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setLargeImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $largeImage) { $this->largeImage = $largeImage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getLargeImage() { return $this->largeImage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Zhdvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3PageInfo.phpnu[currentPage = $currentPage; } public function getCurrentPage() { return $this->currentPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfoFormInfo */ public function setFormInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfoFormInfo $formInfo) { $this->formInfo = $formInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfoFormInfo */ public function getFormInfo() { return $this->formInfo; } } PK, Zjbbqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1InputAudioConfig.phpnu[audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setEnableWordInfo($enableWordInfo) { $this->enableWordInfo = $enableWordInfo; } public function getEnableWordInfo() { return $this->enableWordInfo; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setModelVariant($modelVariant) { $this->modelVariant = $modelVariant; } public function getModelVariant() { return $this->modelVariant; } public function setPhraseHints($phraseHints) { $this->phraseHints = $phraseHints; } public function getPhraseHints() { return $this->phraseHints; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } public function setSingleUtterance($singleUtterance) { $this->singleUtterance = $singleUtterance; } public function getSingleUtterance() { return $this->singleUtterance; } } PK, Z\-vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ImportDocumentsResponse.phpnu[warnings = $warnings; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus[] */ public function getWarnings() { return $this->warnings; } } PK, Z2p | | ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3MatchIntentResponse.phpnu[currentPage = $currentPage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function getCurrentPage() { return $this->currentPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Match[] */ public function setMatches($matches) { $this->matches = $matches; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Match[] */ public function getMatches() { return $this->matches; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } public function setTriggerEvent($triggerEvent) { $this->triggerEvent = $triggerEvent; } public function getTriggerEvent() { return $this->triggerEvent; } public function setTriggerIntent($triggerIntent) { $this->triggerIntent = $triggerIntent; } public function getTriggerIntent() { return $this->triggerIntent; } } PK, ZFASvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleTypeLatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK, Z~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.phpnu[parameter = $parameter; } public function getParameter() { return $this->parameter; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Zb?yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageEndInteraction.phpnu[agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, Z";;yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelectItem.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo */ public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo $info) { $this->info = $info; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo */ public function getInfo() { return $this->info; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z5_{]vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setError(Google_Service_Dialogflow_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK, ZvՋ] ] fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EntityType.phpnu[autoExpansionMode = $autoExpansionMode; } public function getAutoExpansionMode() { return $this->autoExpansionMode; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnableFuzzyExtraction($enableFuzzyExtraction) { $this->enableFuzzyExtraction = $enableFuzzyExtraction; } public function getEnableFuzzyExtraction() { return $this->enableFuzzyExtraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityTypeEntity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityTypeEntity[] */ public function getEntities() { return $this->entities; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase[] */ public function setExcludedPhrases($excludedPhrases) { $this->excludedPhrases = $excludedPhrases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase[] */ public function getExcludedPhrases() { return $this->excludedPhrases; } public function 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 setRedact($redact) { $this->redact = $redact; } public function getRedact() { return $this->redact; } } PK, ZNx˒nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.phpnu[endInteraction = $endInteraction; } public function getEndInteraction() { return $this->endInteraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput */ public function setFollowupEventInput(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput $followupEventInput) { $this->followupEventInput = $followupEventInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput */ public function getFollowupEventInput() { return $this->followupEventInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage[] */ public function setFulfillmentMessages($fulfillmentMessages) { $this->fulfillmentMessages = $fulfillmentMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage[] */ public function getFulfillmentMessages() { return $this->fulfillmentMessages; } public function setFulfillmentText($fulfillmentText) { $this->fulfillmentText = $fulfillmentText; } public function getFulfillmentText() { return $this->fulfillmentText; } public function setLiveAgentHandoff($liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context[] */ public function getOutputContexts() { return $this->outputContexts; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK, Zz=cvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Webhook.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function setGenericWebService(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookGenericWebService $genericWebService) { $this->genericWebService = $genericWebService; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function getGenericWebService() { return $this->genericWebService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK, Z> wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest.phpnu[entityTypeBatchInline = $entityTypeBatchInline; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeBatch */ public function getEntityTypeBatchInline() { return $this->entityTypeBatchInline; } public function setEntityTypeBatchUri($entityTypeBatchUri) { $this->entityTypeBatchUri = $entityTypeBatchUri; } public function getEntityTypeBatchUri() { return $this->entityTypeBatchUri; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, Z?  vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setAudio($audio) { $this->audio = $audio; } public function getAudio() { return $this->audio; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, Z* gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Fulfillment.phpnu[conditionalCases = $conditionalCases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentConditionalCases[] */ public function getConditionalCases() { return $this->conditionalCases; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getMessages() { return $this->messages; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentSetParameterAction[] */ public function setSetParameterActions($setParameterActions) { $this->setParameterActions = $setParameterActions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentSetParameterAction[] */ public function getSetParameterActions() { return $this->setParameterActions; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setWebhook($webhook) { $this->webhook = $webhook; } public function getWebhook() { return $this->webhook; } } PK, ZS@@jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequest.phpnu[detectIntentResponseId = $detectIntentResponseId; } public function getDetectIntentResponseId() { return $this->detectIntentResponseId; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo */ public function setFulfillmentInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo $fulfillmentInfo) { $this->fulfillmentInfo = $fulfillmentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo */ public function getFulfillmentInfo() { return $this->fulfillmentInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfo */ public function setIntentInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfo $intentInfo) { $this->intentInfo = $intentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfo */ public function getIntentInfo() { return $this->intentInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getMessages() { return $this->messages; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo */ public function setPageInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult */ public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo */ public function setSessionInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo $sessionInfo) { $this->sessionInfo = $sessionInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo */ public function getSessionInfo() { return $this->sessionInfo; } } PK, Z}00vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.phpnu[url = $url; } public function getUrl() { return $this->url; } public function setUrlTypeHint($urlTypeHint) { $this->urlTypeHint = $urlTypeHint; } public function getUrlTypeHint() { return $this->urlTypeHint; } } PK, Z/|fLSSivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestCaseError.phpnu[status = $status; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase */ public function setTestCase(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase $testCase) { $this->testCase = $testCase; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase */ public function getTestCase() { return $this->testCase; } } PK, Zvbddvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata.phpnu[state = $state; } public function getState() { return $this->state; } } PK, Z@8t""Yvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $agent = $dialogflowService->agent; * */ class Google_Service_Dialogflow_Resource_ProjectsAgent extends Google_Service_Resource { /** * Exports the specified agent to a ZIP file. Operation (agent.export) * * @param string $parent Required. The project that the agent to export is * associated with. Format: `projects/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2ExportAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function export($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2ExportAgentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Retrieves the fulfillment. (agent.getFulfillment) * * @param string $name Required. The name of the fulfillment. Format: * `projects//agent/fulfillment`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Fulfillment */ public function getFulfillment($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getFulfillment', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Fulfillment"); } /** * Gets agent validation result. Agent validation is performed during training * time and is updated automatically when training is completed. * (agent.getValidationResult) * * @param string $parent Required. The project that the agent is associated * with. Format: `projects/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode Optional. The language for which you want a * validation result. If not specified, the agent's default language is used. * [Many languages](https://cloud.google.com/dialogflow/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ValidationResult */ public function getValidationResult($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getValidationResult', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ValidationResult"); } /** * Imports the specified agent from a ZIP file. Uploads new intents and entity * types without deleting the existing ones. Intents and entity types with the * same name are replaced with the new versions from ImportAgentRequest. After * the import, the imported draft agent will be trained automatically (unless * disabled in agent settings). However, once the import is done, training may * not be completed yet. Please call TrainAgent and wait for the operation it * returns in order to train explicitly. Operation An operation which tracks * when importing is complete. It only tracks when the draft agent is updated * not when it is done training. (agent.import) * * @param string $parent Required. The project that the agent to import is * associated with. Format: `projects/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2ImportAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function import($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2ImportAgentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Restores the specified agent from a ZIP file. Replaces the current agent * version with a new one. All the intents and entity types in the older version * are deleted. After the restore, the restored draft agent will be trained * automatically (unless disabled in agent settings). However, once the restore * is done, training may not be completed yet. Please call TrainAgent and wait * for the operation it returns in order to train explicitly. Operation An * operation which tracks when restoring is complete. It only tracks when the * draft agent is updated not when it is done training. (agent.restore) * * @param string $parent Required. The project that the agent to restore is * associated with. Format: `projects/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2RestoreAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function restore($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2RestoreAgentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Returns the list of agents. Since there is at most one conversational agent * per project, this method is useful primarily for listing all agents across * projects the caller has access to. One can achieve that with a wildcard * project collection id "-". Refer to [List Sub- * Collections](https://cloud.google.com/apis/design/design_patterns#list_sub- * collections). (agent.search) * * @param string $parent Required. The project to list agents from. Format: * `projects/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SearchAgentsResponse */ public function search($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SearchAgentsResponse"); } /** * Trains the specified agent. Operation (agent.train) * * @param string $parent Required. The project that the agent to train is * associated with. Format: `projects/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2TrainAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function train($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2TrainAgentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('train', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Updates the fulfillment. (agent.updateFulfillment) * * @param string $name Required. The unique identifier of the fulfillment. * Format: `projects//agent/fulfillment`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Fulfillment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields get * updated. If the mask is not present, all fields will be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Fulfillment */ public function updateFulfillment($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Fulfillment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateFulfillment', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Fulfillment"); } } PK, Z>  }vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsTransitionRouteGroups.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $transitionRouteGroups = $dialogflowService->transitionRouteGroups; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsTransitionRouteGroups extends Google_Service_Resource { /** * Creates an TransitionRouteGroup in the specified flow. * (transitionRouteGroups.create) * * @param string $parent Required. The flow to create an TransitionRouteGroup * for. Format: `projects//locations//agents//flows/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list transition route groups * for. The field `messages` in TransitionRoute is language dependent. If not * specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup"); } /** * Deletes the specified TransitionRouteGroup. (transitionRouteGroups.delete) * * @param string $name Required. The name of the TransitionRouteGroup to delete. * Format: `projects//locations//agents//flows//transitionRouteGroups/`. * @param array $optParams Optional parameters. * * @opt_param bool force This field has no effect for transition route group * that no page is using. If the transition route group is referenced by any * page: * If `force` is set to false, an error will be returned with message * indicating pages that reference the transition route group. * If `force` is * set to true, Dialogflow will remove the transition route group, as well as * any reference to it. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified TransitionRouteGroup. (transitionRouteGroups.get) * * @param string $name Required. The name of the TransitionRouteGroup. Format: * `projects//locations//agents//flows//transitionRouteGroups/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list transition route groups * for. The field `messages` in TransitionRoute is language dependent. If not * specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup"); } /** * Returns the list of all transition route groups in the specified flow. * (transitionRouteGroups.listProjectsLocationsAgentsFlowsTransitionRouteGroups) * * @param string $parent Required. The flow to list all transition route groups * for. Format: `projects//locations//agents//flows/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list transition route groups * for. The field `messages` in TransitionRoute is language dependent. If not * specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse */ public function listProjectsLocationsAgentsFlowsTransitionRouteGroups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse"); } /** * Updates the specified TransitionRouteGroup. (transitionRouteGroups.patch) * * @param string $name The unique identifier of the transition route group. * TransitionRouteGroups.CreateTransitionRouteGroup populates the name * automatically. Format: * `projects//locations//agents//flows//transitionRouteGroups/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list transition route groups * for. The field `messages` in TransitionRoute is language dependent. If not * specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param string updateMask The mask to control which fields get updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup"); } } PK, Z~ޜ]vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $locations = $dialogflowService->locations; * */ class Google_Service_Dialogflow_Resource_ProjectsLocations extends Google_Service_Resource { } PK, Z[$$hvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlows.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $flows = $dialogflowService->flows; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlows extends Google_Service_Resource { /** * Creates a flow in the specified agent. (flows.create) * * @param string $parent Required. The agent to create a flow for. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` * * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the * agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow"); } /** * Deletes a specified flow. (flows.delete) * * @param string $name Required. The name of the flow to delete. Format: * `projects//locations//agents//flows/`. * @param array $optParams Optional parameters. * * @opt_param bool force This field has no effect for flows with no incoming * transitions. For flows with incoming transitions: * If `force` is set to * false, an error will be returned with message indicating the incoming * transitions. * If `force` is set to true, Dialogflow will remove the flow, as * well as any transitions to the flow (i.e. Target flow in event handlers or * Target flow in transition routes that point to this flow will be cleared). * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified flow. (flows.get) * * @param string $name Required. The name of the flow to get. Format: * `projects//locations//agents//flows/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to retrieve the flow for. The * following fields are language dependent: * * `Flow.event_handlers.trigger_fulfillment.messages` * * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the * agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow"); } /** * Gets the latest flow validation result. Flow validation is performed when * ValidateFlow is called. (flows.getValidationResult) * * @param string $name Required. The flow name. Format: * `projects//locations//agents//flows//validationResult`. * @param array $optParams Optional parameters. * * @opt_param string languageCode If not specified, the agent's default language * is used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FlowValidationResult */ public function getValidationResult($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getValidationResult', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FlowValidationResult"); } /** * Returns the list of all flows in the specified agent. * (flows.listProjectsLocationsAgentsFlows) * * @param string $parent Required. The agent containing the flows. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list flows for. The following * fields are language dependent: * * `Flow.event_handlers.trigger_fulfillment.messages` * * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the * agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListFlowsResponse */ public function listProjectsLocationsAgentsFlows($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListFlowsResponse"); } /** * Updates the specified flow. (flows.patch) * * @param string $name The unique identifier of the flow. Format: * `projects//locations//agents//flows/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` * * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the * agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param string updateMask Required. The mask to control which fields get * updated. If `update_mask` is not specified, an error will be returned. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow"); } /** * Trains the specified flow. Note that only the flow in 'draft' environment is * trained. (flows.train) * * @param string $name Required. The flow to train. Format: * `projects//locations//agents//flows/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TrainFlowRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function train($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TrainFlowRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('train', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Validates the specified flow and creates or updates validation results. * Please call this API after the training is completed to get the complete * validation results. (flows.validate) * * @param string $name Required. The flow to validate. Format: * `projects//locations//agents//flows/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidateFlowRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FlowValidationResult */ public function validate($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidateFlowRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FlowValidationResult"); } } PK, ZG44}vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsersSessionsEntityTypes.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entityTypes = $dialogflowService->entityTypes; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEnvironmentsUsersSessionsEntityTypes extends Google_Service_Resource { /** * Creates a session entity type. If the specified session entity type already * exists, overrides the session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.create) * * @param string $parent Required. The session to create a session entity type * for. Format: `projects//agent/sessions/` or * `projects//agent/environments//users// sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } /** * Deletes the specified session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.delete) * * @param string $name Required. The name of the entity type to delete. Format: * `projects//agent/sessions//entityTypes/` or * `projects//agent/environments//users//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. If * `User ID` is not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.get) * * @param string $name Required. The name of the session entity type. Format: * `projects//agent/sessions//entityTypes/` or * `projects//agent/environments//users//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. If * `User ID` is not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } /** * Returns the list of all session entity types in the specified session. This * method doesn't work with Google Assistant integration. Contact Dialogflow * support if you need to use session entities with Google Assistant * integration. * (entityTypes.listProjectsAgentEnvironmentsUsersSessionsEntityTypes) * * @param string $parent Required. The session to list all session entity types * from. Format: `projects//agent/sessions/` or * `projects//agent/environments//users// sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse */ public function listProjectsAgentEnvironmentsUsersSessionsEntityTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse"); } /** * Updates the specified session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.patch) * * @param string $name Required. The unique identifier of this session entity * type. Format: `projects//agent/sessions//entityTypes/`, or * `projects//agent/environments//users//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. If * `User ID` is not specified, we assume default '-' user. `` must be the * display name of an existing entity type in the same agent that will be * overridden or supplemented. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } } PK, Zeȶgvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $operations = $dialogflowService->operations; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse"); } } PK, Zmvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsPages.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $pages = $dialogflowService->pages; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsPages extends Google_Service_Resource { /** * Creates a page in the specified flow. (pages.create) * * @param string $parent Required. The flow to create a page for. Format: * `projects//locations//agents//flows/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `page`: * `Page.entry_fulfillment.messages` * * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * * `Page.transition_routes.trigger_fulfillment.messages` * * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages` * If not specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page"); } /** * Deletes the specified page. (pages.delete) * * @param string $name Required. The name of the page to delete. Format: * `projects//locations//agents//Flows//pages/`. * @param array $optParams Optional parameters. * * @opt_param bool force This field has no effect for pages with no incoming * transitions. For pages with incoming transitions: * If `force` is set to * false, an error will be returned with message indicating the incoming * transitions. * If `force` is set to true, Dialogflow will remove the page, as * well as any transitions to the page (i.e. Target page in event handlers or * Target page in transition routes that point to this page will be cleared). * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified page. (pages.get) * * @param string $name Required. The name of the page. Format: * `projects//locations//agents//flows//pages/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to retrieve the page for. The * following fields are language dependent: * `Page.entry_fulfillment.messages` * * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * * `Page.transition_routes.trigger_fulfillment.messages` * * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages` * If not specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page"); } /** * Returns the list of all pages in the specified flow. * (pages.listProjectsLocationsAgentsFlowsPages) * * @param string $parent Required. The flow to list all pages for. Format: * `projects//locations//agents//flows/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list pages for. The following * fields are language dependent: * `Page.entry_fulfillment.messages` * * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * * `Page.transition_routes.trigger_fulfillment.messages` * * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages` * If not specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListPagesResponse */ public function listProjectsLocationsAgentsFlowsPages($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListPagesResponse"); } /** * Updates the specified page. (pages.patch) * * @param string $name The unique identifier of the page. Required for the * Pages.UpdatePage method. Pages.CreatePage populates the name automatically. * Format: `projects//locations//agents//flows//pages/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `page`: * `Page.entry_fulfillment.messages` * * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * * `Page.transition_routes.trigger_fulfillment.messages` * * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages` * If not specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param string updateMask The mask to control which fields get updated. If * the mask is not present, all fields will be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page"); } } PK, Zlvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entityTypes = $dialogflowService->entityTypes; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extends Google_Service_Resource { /** * Creates a session entity type. If the specified session entity type already * exists, overrides the session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.create) * * @param string $parent Required. The session to create a session entity type * for. Format: `projects//agent/sessions/` or * `projects//agent/environments//users// sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } /** * Deletes the specified session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.delete) * * @param string $name Required. The name of the entity type to delete. Format: * `projects//agent/sessions//entityTypes/` or * `projects//agent/environments//users//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. If * `User ID` is not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.get) * * @param string $name Required. The name of the session entity type. Format: * `projects//agent/sessions//entityTypes/` or * `projects//agent/environments//users//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. If * `User ID` is not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } /** * Returns the list of all session entity types in the specified session. This * method doesn't work with Google Assistant integration. Contact Dialogflow * support if you need to use session entities with Google Assistant * integration. (entityTypes.listProjectsAgentSessionsEntityTypes) * * @param string $parent Required. The session to list all session entity types * from. Format: `projects//agent/sessions/` or * `projects//agent/environments//users// sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse */ public function listProjectsAgentSessionsEntityTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse"); } /** * Updates the specified session entity type. This method doesn't work with * Google Assistant integration. Contact Dialogflow support if you need to use * session entities with Google Assistant integration. (entityTypes.patch) * * @param string $name Required. The unique identifier of this session entity * type. Format: `projects//agent/sessions//entityTypes/`, or * `projects//agent/environments//users//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. If * `User ID` is not specified, we assume default '-' user. `` must be the * display name of an existing entity type in the same agent that will be * overridden or supplemented. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } } PK, ZW.`vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $intents = $dialogflowService->intents; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Service_Resource { /** * Deletes intents in the specified agent. Operation (intents.batchDelete) * * @param string $parent Required. The name of the agent to delete all entities * types for. Format: `projects//agent`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteIntentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteIntentsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Updates/Creates multiple intents in the specified agent. Operation * (intents.batchUpdate) * * @param string $parent Required. The name of the agent to update or create * intents in. Format: `projects//agent`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateIntentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateIntentsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Creates an intent in the specified agent. (intents.create) * * @param string $parent Required. The agent to create a intent for. Format: * `projects//agent`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody * @param array $optParams Optional parameters. * * @opt_param string intentView Optional. The resource view to apply to the * returned intent. * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent"); } /** * Deletes the specified intent and its direct or indirect followup intents. * (intents.delete) * * @param string $name Required. The name of the intent to delete. If this * intent has direct or indirect followup intents, we also delete them. Format: * `projects//agent/intents/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified intent. (intents.get) * * @param string $name Required. The name of the intent. Format: * `projects//agent/intents/`. * @param array $optParams Optional parameters. * * @opt_param string intentView Optional. The resource view to apply to the * returned intent. * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent"); } /** * Returns the list of all intents in the specified agent. * (intents.listProjectsAgentIntents) * * @param string $parent Required. The agent to list all intents from. Format: * `projects//agent`. * @param array $optParams Optional parameters. * * @opt_param string intentView Optional. The resource view to apply to the * returned intent. * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListIntentsResponse */ public function listProjectsAgentIntents($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListIntentsResponse"); } /** * Updates the specified intent. (intents.patch) * * @param string $name Optional. The unique identifier of this intent. Required * for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Format: * `projects//agent/intents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody * @param array $optParams Optional parameters. * * @opt_param string intentView Optional. The resource view to apply to the * returned intent. * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @opt_param string updateMask Optional. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent"); } } PK, Z@CBBevendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironments.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $environments = $dialogflowService->environments; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEnvironments extends Google_Service_Resource { /** * Returns the list of all non-draft environments of the specified agent. * (environments.listProjectsAgentEnvironments) * * @param string $parent Required. The agent to list all environments from. * Format: `projects//agent`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEnvironmentsResponse */ public function listProjectsAgentEnvironments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEnvironmentsResponse"); } } PK, Z"ߒvvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsSessionsEntityTypes.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entityTypes = $dialogflowService->entityTypes; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsSessionsEntityTypes extends Google_Service_Resource { /** * Creates a session entity type. (entityTypes.create) * * @param string $parent Required. The session to create a session entity type * for. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType"); } /** * Deletes the specified session entity type. (entityTypes.delete) * * @param string $name Required. The name of the session entity type to delete. * Format: `projects//locations//agents//sessions//entityTypes/` or * `projects//locations//agents//environments//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified session entity type. (entityTypes.get) * * @param string $name Required. The name of the session entity type. Format: * `projects//locations//agents//sessions//entityTypes/` or * `projects//locations//agents//environments//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType"); } /** * Returns the list of all session entity types in the specified session. * (entityTypes.listProjectsLocationsAgentsSessionsEntityTypes) * * @param string $parent Required. The session to list all session entity types * from. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse */ public function listProjectsLocationsAgentsSessionsEntityTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse"); } /** * Updates the specified session entity type. (entityTypes.patch) * * @param string $name Required. The unique identifier of the session entity * type. Format: `projects//locations//agents//sessions//entityTypes/` or * `projects//locations//agents//environments//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The mask to control which fields get updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType"); } } PK, Z[llpvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsVersions.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $versions = $dialogflowService->versions; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsVersions extends Google_Service_Resource { /** * Creates a Version in the specified Flow. (versions.create) * * @param string $parent Required. The Flow to create an Version for. Format: * `projects//locations//agents//flows/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Deletes the specified Version. (versions.delete) * * @param string $name Required. The name of the Version to delete. Format: * `projects//locations//agents//flows//versions/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified Version. (versions.get) * * @param string $name Required. The name of the Version. Format: * `projects//locations//agents//flows//versions/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version"); } /** * Returns the list of all versions in the specified Flow. * (versions.listProjectsLocationsAgentsFlowsVersions) * * @param string $parent Required. The Flow to list all versions for. Format: * `projects//locations//agents//flows/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 20 and at most 100. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListVersionsResponse */ public function listProjectsLocationsAgentsFlowsVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListVersionsResponse"); } /** * Loads a specified version to draft version. (versions.load) * * @param string $name Required. The Version to be loaded to draft version. * Format: `projects//locations//agents//flows//versions/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3LoadVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function load($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3LoadVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('load', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Updates the specified Version. (versions.patch) * * @param string $name Format: projects//locations//agents//flows//versions/. * Version ID is a self-increasing number generated by Dialogflow upon version * creation. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields get * updated. Currently only `description` and `display_name` can be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version"); } } PK, Z=ovendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironments.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $environments = $dialogflowService->environments; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironments extends Google_Service_Resource { /** * Creates an Environment in the specified Agent. (environments.create) * * @param string $parent Required. The Agent to create an Environment for. * Format: `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Deletes the specified Environment. (environments.delete) * * @param string $name Required. The name of the Environment to delete. Format: * `projects//locations//agents//environments/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified Environment. (environments.get) * * @param string $name Required. The name of the Environment. Format: * `projects//locations//agents//environments/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment"); } /** * Returns the list of all environments in the specified Agent. * (environments.listProjectsLocationsAgentsEnvironments) * * @param string $parent Required. The Agent to list all environments for. * Format: `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 20 and at most 100. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListEnvironmentsResponse */ public function listProjectsLocationsAgentsEnvironments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListEnvironmentsResponse"); } /** * Looks up the history of the specified Environment. * (environments.lookupEnvironmentHistory) * * @param string $name Required. Resource name of the environment to look up the * history for. Format: `projects//locations//agents//environments/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse */ public function lookupEnvironmentHistory($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('lookupEnvironmentHistory', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse"); } /** * Updates the specified Environment. (environments.patch) * * @param string $name The name of the environment. Format: * `projects//locations//agents//environments/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Environment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } } PK, Zkejwvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironmentsSessions.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $sessions = $dialogflowService->sessions; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironmentsSessions extends Google_Service_Resource { /** * Processes a natural language query and returns structured, actionable data as * a result. This method is not idempotent, because it may cause session entity * types to be updated, which in turn might affect results of future queries. * Note: Always use agent versions for production traffic. See [Versions and * environments](https://cloud.google.com/dialogflow/cx/docs/concept/version). * (sessions.detectIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. It's up to the API * caller to choose an appropriate `Session ID`. It can be a random number or * some type of session identifiers (preferably hashed). The length of the * `Session ID` must not exceed 36 characters. For more information, see the * [sessions * guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: * Always use agent versions for production traffic. See [Versions and * environments](https://cloud.google.com/dialogflow/cx/docs/concept/version). * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentResponse */ public function detectIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detectIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentResponse"); } /** * Fulfills a matched intent returned by MatchIntent. Must be called after * MatchIntent, with input from MatchIntentResponse. Otherwise, the behavior is * undefined. (sessions.fulfillIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. It's up to the API * caller to choose an appropriate `Session ID`. It can be a random number or * some type of session identifiers (preferably hashed). The length of the * `Session ID` must not exceed 36 characters. For more information, see the * [sessions * guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentResponse */ public function fulfillIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('fulfillIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentResponse"); } /** * Returns preliminary intent match results, doesn't change the session status. * (sessions.matchIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. It's up to the API * caller to choose an appropriate `Session ID`. It can be a random number or * some type of session identifiers (preferably hashed). The length of the * `Session ID` must not exceed 36 characters. For more information, see the * [sessions * guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentResponse */ public function matchIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('matchIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentResponse"); } } PK, Z\55vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironmentsSessionsEntityTypes.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entityTypes = $dialogflowService->entityTypes; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironmentsSessionsEntityTypes extends Google_Service_Resource { /** * Creates a session entity type. (entityTypes.create) * * @param string $parent Required. The session to create a session entity type * for. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType"); } /** * Deletes the specified session entity type. (entityTypes.delete) * * @param string $name Required. The name of the session entity type to delete. * Format: `projects//locations//agents//sessions//entityTypes/` or * `projects//locations//agents//environments//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified session entity type. (entityTypes.get) * * @param string $name Required. The name of the session entity type. Format: * `projects//locations//agents//sessions//entityTypes/` or * `projects//locations//agents//environments//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType"); } /** * Returns the list of all session entity types in the specified session. * (entityTypes.listProjectsLocationsAgentsEnvironmentsSessionsEntityTypes) * * @param string $parent Required. The session to list all session entity types * from. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse */ public function listProjectsLocationsAgentsEnvironmentsSessionsEntityTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse"); } /** * Updates the specified session entity type. (entityTypes.patch) * * @param string $name Required. The unique identifier of the session entity * type. Format: `projects//locations//agents//sessions//entityTypes/` or * `projects//locations//agents//environments//sessions//entityTypes/`. If * `Environment ID` is not specified, we assume default 'draft' environment. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The mask to control which fields get updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionEntityType"); } } PK, ZG`yycvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgents.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $agents = $dialogflowService->agents; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgents extends Google_Service_Resource { /** * Creates an agent in the specified location. (agents.create) * * @param string $parent Required. The location to create a agent for. Format: * `projects//locations/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent"); } /** * Deletes the specified agent. (agents.delete) * * @param string $name Required. The name of the agent to delete. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Exports the specified agent to a binary file. (agents.export) * * @param string $name Required. The name of the agent to export. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function export($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Retrieves the specified agent. (agents.get) * * @param string $name Required. The name of the agent. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent"); } /** * Gets the latest agent validation result. Agent validation is performed when * ValidateAgent is called. (agents.getValidationResult) * * @param string $name Required. The agent name. Format: * `projects//locations//agents//validationResult`. * @param array $optParams Optional parameters. * * @opt_param string languageCode If not specified, the agent's default language * is used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AgentValidationResult */ public function getValidationResult($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getValidationResult', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AgentValidationResult"); } /** * Returns the list of all agents in the specified location. * (agents.listProjectsLocationsAgents) * * @param string $parent Required. The location to list all agents for. Format: * `projects//locations/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListAgentsResponse */ public function listProjectsLocationsAgents($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListAgentsResponse"); } /** * Updates the specified agent. (agents.patch) * * @param string $name The unique identifier of the agent. Required for the * Agents.UpdateAgent method. Agents.CreateAgent populates the name * automatically. Format: `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The mask to control which fields get updated. If * the mask is not present, all fields will be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent"); } /** * Restores the specified agent from a binary file. Replaces the current agent * with a new one. Note that all existing resources in agent (e.g. intents, * entity types, flows) will be removed. (agents.restore) * * @param string $name Required. The name of the agent to restore into. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3RestoreAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function restore($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3RestoreAgentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Validates the specified agent and creates or updates validation results. The * agent in draft version is validated. Please call this API after the training * is completed to get the complete validation results. (agents.validate) * * @param string $name Required. The agent to validate. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidateAgentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AgentValidationResult */ public function validate($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidateAgentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AgentValidationResult"); } } PK, Z!zvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsersSessionsContexts.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $contexts = $dialogflowService->contexts; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEnvironmentsUsersSessionsContexts extends Google_Service_Resource { /** * Creates a context. If the specified context already exists, overrides the * context. (contexts.create) * * @param string $parent Required. The session to create a context for. Format: * `projects//agent/sessions/` or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); } /** * Deletes the specified context. (contexts.delete) * * @param string $name Required. The name of the context to delete. Format: * `projects//agent/sessions//contexts/` or * `projects//agent/environments//users//sessions//contexts/`. If `Environment * ID` is not specified, we assume default 'draft' environment. If `User ID` is * not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified context. (contexts.get) * * @param string $name Required. The name of the context. Format: * `projects//agent/sessions//contexts/` or * `projects//agent/environments//users//sessions//contexts/`. If `Environment * ID` is not specified, we assume default 'draft' environment. If `User ID` is * not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); } /** * Returns the list of all contexts in the specified session. * (contexts.listProjectsAgentEnvironmentsUsersSessionsContexts) * * @param string $parent Required. The session to list all contexts from. * Format: `projects//agent/sessions/` or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse */ public function listProjectsAgentEnvironmentsUsersSessionsContexts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse"); } /** * Updates the specified context. (contexts.patch) * * @param string $name Required. The unique identifier of the context. Format: * `projects//agent/sessions//contexts/`, or * `projects//agent/environments//users//sessions//contexts/`. The `Context ID` * is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% * and may be at most 250 bytes long. If `Environment ID` is not specified, we * assume default 'draft' environment. If `User ID` is not specified, we assume * default '-' user. The following context names are reserved for internal use * by Dialogflow. You should not use these contexts or create contexts with * these names: * `__system_counters__` * `*_id_dialog_context` * * `*_dialog_params_size` * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); } } PK, Zt04jvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsers.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $users = $dialogflowService->users; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEnvironmentsUsers extends Google_Service_Resource { } PK, Zk_ɘVVavendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessions.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $sessions = $dialogflowService->sessions; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentSessions extends Google_Service_Resource { /** * Deletes all active contexts in the specified session. * (sessions.deleteContexts) * * @param string $parent Required. The name of the session to delete all * contexts from. Format: `projects//agent/sessions/` or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function deleteContexts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('deleteContexts', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Processes a natural language query and returns structured, actionable data as * a result. This method is not idempotent, because it may cause contexts and * session entity types to be updated, which in turn might affect results of * future queries. Note: Always use agent versions for production traffic. See * [Versions and environments](https://cloud.google.com/dialogflow/es/docs * /agents-versions). (sessions.detectIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//agent/sessions/`, or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we are using "-". It's up to the API caller to choose an * appropriate `Session ID` and `User Id`. They can be a random number or some * type of user and session identifiers (preferably hashed). The length of the * `Session ID` and `User ID` must not exceed 36 characters. For more * information, see the [API interactions * guide](https://cloud.google.com/dialogflow/docs/api-overview). Note: Always * use agent versions for production traffic. See [Versions and * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions). * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentResponse */ public function detectIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detectIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentResponse"); } } PK, Zjvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsIntents.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $intents = $dialogflowService->intents; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsIntents extends Google_Service_Resource { /** * Creates an intent in the specified agent. (intents.create) * * @param string $parent Required. The agent to create an intent for. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `intent`: * `Intent.training_phrases.parts.text` If not specified, the * agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent"); } /** * Deletes the specified intent. (intents.delete) * * @param string $name Required. The name of the intent to delete. Format: * `projects//locations//agents//intents/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified intent. (intents.get) * * @param string $name Required. The name of the intent. Format: * `projects//locations//agents//intents/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to retrieve the intent for. The * following fields are language dependent: * * `Intent.training_phrases.parts.text` If not specified, the agent's default * language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent"); } /** * Returns the list of all intents in the specified agent. * (intents.listProjectsLocationsAgentsIntents) * * @param string $parent Required. The agent to list all intents for. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param string intentView The resource view to apply to the returned * intent. * @opt_param string languageCode The language to list intents for. The * following fields are language dependent: * * `Intent.training_phrases.parts.text` If not specified, the agent's default * language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListIntentsResponse */ public function listProjectsLocationsAgentsIntents($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListIntentsResponse"); } /** * Updates the specified intent. (intents.patch) * * @param string $name The unique identifier of the intent. Required for the * Intents.UpdateIntent method. Intents.CreateIntent populates the name * automatically. Format: `projects//locations//agents//intents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `intent`: * `Intent.training_phrases.parts.text` If not specified, the * agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param string updateMask The mask to control which fields get updated. If * the mask is not present, all fields will be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent"); } } PK, Z+fvvTvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/Projects.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $projects = $dialogflowService->projects; * */ class Google_Service_Dialogflow_Resource_Projects extends Google_Service_Resource { } PK, Z.!$!$lvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsTestCases.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $testCases = $dialogflowService->testCases; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsTestCases extends Google_Service_Resource { /** * Batch deletes test cases. (testCases.batchDelete) * * @param string $parent Required. The agent to delete test cases from. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Kicks off a batch run of test cases. (testCases.batchRun) * * @param string $parent Required. Agent name. Format: * `projects//locations//agents/ `. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BatchRunTestCasesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchRun($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BatchRunTestCasesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchRun', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Calculates the test coverage for an agent. (testCases.calculateCoverage) * * @param string $agent Required. The agent to calculate coverage for. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param string type Required. The type of coverage requested. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3CalculateCoverageResponse */ public function calculateCoverage($agent, $optParams = array()) { $params = array('agent' => $agent); $params = array_merge($params, $optParams); return $this->call('calculateCoverage', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3CalculateCoverageResponse"); } /** * Creates a test case for the given agent. (testCases.create) * * @param string $parent Required. The agent to create the test case for. * Format: `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase"); } /** * Exports the test cases under the agent to a Cloud Storage bucket or a local * file. Filter can be applied to export a subset of test cases. * (testCases.export) * * @param string $parent Required. The agent where to export test cases from. * Format: `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function export($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('export', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Gets a test case. (testCases.get) * * @param string $name Required. The name of the testcase. Format: * `projects//locations//agents//testCases/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase"); } /** * Imports the test cases from a Cloud Storage bucket or a local file. It always * creates new test cases and won't overwite any existing ones. The provided ID * in the imported test case is neglected. (testCases.import) * * @param string $parent Required. The agent to import test cases to. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function import($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Fetches a list of test cases for a given agent. * (testCases.listProjectsLocationsAgentsTestCases) * * @param string $parent Required. The agent to list all pages for. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 20. Note that when TestCaseView = FULL, the maximum page * size allowed is 20. When TestCaseView = BASIC, the maximum page size allowed * is 500. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @opt_param string view Specifies whether response should include all fields * or just the metadata. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTestCasesResponse */ public function listProjectsLocationsAgentsTestCases($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTestCasesResponse"); } /** * Updates the specified test case. (testCases.patch) * * @param string $name The unique identifier of the test case. * TestCases.CreateTestCase will populate the name automatically. Otherwise use * format: `projects//locations//agents/ /testCases/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to specify which fields * should be updated. The `creationTime` and `lastTestResult` cannot be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase"); } /** * Kicks off a test case run. (testCases.run) * * @param string $name Required. Format of test case name to run: * `projects//locations/ /agents//testCases/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3RunTestCaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function run($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3RunTestCaseRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } } PK, Z ;99kvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsWebhooks.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $webhooks = $dialogflowService->webhooks; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsWebhooks extends Google_Service_Resource { /** * Creates a webhook in the specified agent. (webhooks.create) * * @param string $parent Required. The agent to create a webhook for. Format: * `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook"); } /** * Deletes the specified webhook. (webhooks.delete) * * @param string $name Required. The name of the webhook to delete. Format: * `projects//locations//agents//webhooks/`. * @param array $optParams Optional parameters. * * @opt_param bool force This field has no effect for webhook not being used. * For webhooks that are used by pages/flows/transition route groups: * If * `force` is set to false, an error will be returned with message indicating * the referenced resources. * If `force` is set to true, Dialogflow will remove * the webhook, as well as any references to the webhook (i.e. Webhook and tagin * fulfillments that point to this webhook will be removed). * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified webhook. (webhooks.get) * * @param string $name Required. The name of the webhook. Format: * `projects//locations//agents//webhooks/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook"); } /** * Returns the list of all webhooks in the specified agent. * (webhooks.listProjectsLocationsAgentsWebhooks) * * @param string $parent Required. The agent to list all webhooks for. Format: * `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListWebhooksResponse */ public function listProjectsLocationsAgentsWebhooks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListWebhooksResponse"); } /** * Updates the specified webhook. (webhooks.patch) * * @param string $name The unique identifier of the webhook. Required for the * Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name * automatically. Format: `projects//locations//agents//webhooks/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The mask to control which fields get updated. If * the mask is not present, all fields will be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook"); } } PK, Z Yś^vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $operations = $dialogflowService->operations; * */ class Google_Service_Dialogflow_Resource_ProjectsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param 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_Dialogflow_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse"); } } PK, ZFèggrvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsersSessions.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $sessions = $dialogflowService->sessions; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEnvironmentsUsersSessions extends Google_Service_Resource { /** * Deletes all active contexts in the specified session. * (sessions.deleteContexts) * * @param string $parent Required. The name of the session to delete all * contexts from. Format: `projects//agent/sessions/` or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function deleteContexts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('deleteContexts', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Processes a natural language query and returns structured, actionable data as * a result. This method is not idempotent, because it may cause contexts and * session entity types to be updated, which in turn might affect results of * future queries. Note: Always use agent versions for production traffic. See * [Versions and environments](https://cloud.google.com/dialogflow/es/docs * /agents-versions). (sessions.detectIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//agent/sessions/`, or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we are using "-". It's up to the API caller to choose an * appropriate `Session ID` and `User Id`. They can be a random number or some * type of user and session identifiers (preferably hashed). The length of the * `Session ID` and `User ID` must not exceed 36 characters. For more * information, see the [API interactions * guide](https://cloud.google.com/dialogflow/docs/api-overview). Note: Always * use agent versions for production traffic. See [Versions and * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions). * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentResponse */ public function detectIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detectIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentResponse"); } } PK, Z(J33mvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsSecuritySettings.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $securitySettings = $dialogflowService->securitySettings; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsSecuritySettings extends Google_Service_Resource { /** * Create security settings in the specified location. (securitySettings.create) * * @param string $parent Required. The location to create an SecuritySettings * for. Format: `projects//locations/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings"); } /** * Deletes the specified SecuritySettings. (securitySettings.delete) * * @param string $name Required. The name of the SecuritySettings to delete. * Format: `projects//locations//securitySettings/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified SecuritySettings. The returned settings may be stale * by up to 1 minute. (securitySettings.get) * * @param string $name Required. Resource name of the settings. Format: * `projects//locations//securitySettings/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings"); } /** * Returns the list of all security settings in the specified location. * (securitySettings.listProjectsLocationsSecuritySettings) * * @param string $parent Required. The location to list all security settings * for. Format: `projects//locations/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 20 and at most 100. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListSecuritySettingsResponse */ public function listProjectsLocationsSecuritySettings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListSecuritySettingsResponse"); } /** * Updates the specified SecuritySettings. (securitySettings.patch) * * @param string $name Required. Resource name of the settings. Format: * `projects//locations//securitySettings/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields get * updated. If the mask is not present, all fields will be updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings"); } } PK, ZQzvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironmentsExperiments.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $experiments = $dialogflowService->experiments; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEnvironmentsExperiments extends Google_Service_Resource { /** * Creates an Experiment in the specified Environment. (experiments.create) * * @param string $parent Required. The Agent to create an Environment for. * Format: `projects//locations//agents//environments/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment"); } /** * Deletes the specified Experiment. (experiments.delete) * * @param string $name Required. The name of the Environment to delete. Format: * `projects//locations//agents//environments//experiments/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified Experiment. (experiments.get) * * @param string $name Required. The name of the Environment. Format: * `projects//locations//agents//environments//experiments/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment"); } /** * Returns the list of all experiments in the specified Environment. * (experiments.listProjectsLocationsAgentsEnvironmentsExperiments) * * @param string $parent Required. The Environment to list all environments for. * Format: `projects//locations//agents//environments/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return in a single * page. By default 20 and at most 100. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListExperimentsResponse */ public function listProjectsLocationsAgentsEnvironmentsExperiments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListExperimentsResponse"); } /** * Updates the specified Experiment. (experiments.patch) * * @param string $name The name of the experiment. Format: * projects//locations//agents//environments//experiments/.. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment"); } /** * Starts the specified Experiment. This rpc only changes the state of * experiment from PENDING to RUNNING. (experiments.start) * * @param string $name Required. Resource name of the experiment to start. * Format: `projects//locations//agents//environments//experiments/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3StartExperimentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment */ public function start($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3StartExperimentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment"); } /** * Stops the specified Experiment. This rpc only changes the state of experiment * from RUNNING to DONE. (experiments.stop) * * @param string $name Required. Resource name of the experiment to stop. * Format: `projects//locations//agents//environments//experiments/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3StopExperimentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment */ public function stop($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3StopExperimentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment"); } } PK, Z@e~ ~ svendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsTestCasesResults.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $results = $dialogflowService->results; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsTestCasesResults extends Google_Service_Resource { /** * Gets a test case result. (results.get) * * @param string $name Required. The name of the testcase. Format: * `projects//locations//agents//testCases//results/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult"); } /** * Fetches a list of results for a given test case. * (results.listProjectsLocationsAgentsTestCasesResults) * * @param string $parent Required. The test case to list results for. Format: * `projects//locations//agents// testCases/`. Specify a `-` as a wildcard for * TestCase ID to list results across multiple test cases. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression used to filter test case * results. See [API Filtering](https://aip.dev/160). The expression is case * insensitive. Only 'AND' is supported for logical operators. The supported * syntax is listed below in detail: [AND ] ... [AND latest] The supported * fields and operators are: field operator `environment` `=`, `IN` (Use value * `draft` for draft environment) `test_time` `>`, `<` `latest` only returns the * latest test result in all results for each test case. Examples: * * "environment=draft AND latest" matches the latest test result for each test * case in the draft environment. * "environment IN (e1,e2)" matches any test * case results with an environment resource name of either "e1" or "e2". * * "test_time > 1602540713" matches any test case results with test time later * than a unix timestamp in seconds 1602540713. * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTestCaseResultsResponse */ public function listProjectsLocationsAgentsTestCasesResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListTestCaseResultsResponse"); } } PK, Zq![dvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entityTypes = $dialogflowService->entityTypes; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypes extends Google_Service_Resource { /** * Deletes entity types in the specified agent. Operation * (entityTypes.batchDelete) * * @param string $parent Required. The name of the agent to delete all entities * types for. Format: `projects//agent`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Updates/Creates multiple entity types in the specified agent. Operation * (entityTypes.batchUpdate) * * @param string $parent Required. The name of the agent to update or create * entity types in. Format: `projects//agent`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Creates an entity type in the specified agent. (entityTypes.create) * * @param string $parent Required. The agent to create a entity type for. * Format: `projects//agent`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType"); } /** * Deletes the specified entity type. (entityTypes.delete) * * @param string $name Required. The name of the entity type to delete. Format: * `projects//agent/entityTypes/`. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified entity type. (entityTypes.get) * * @param string $name Required. The name of the entity type. Format: * `projects//agent/entityTypes/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType"); } /** * Returns the list of all entity types in the specified agent. * (entityTypes.listProjectsAgentEntityTypes) * * @param string $parent Required. The agent to list all entity types from. * Format: `projects//agent`. * @param array $optParams Optional parameters. * * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEntityTypesResponse */ public function listProjectsAgentEntityTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEntityTypesResponse"); } /** * Updates the specified entity type. (entityTypes.patch) * * @param string $name The unique identifier of the entity type. Required for * EntityTypes.UpdateEntityType and EntityTypes.BatchUpdateEntityTypes methods. * Format: `projects//agent/entityTypes/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode Optional. The language used to access * language-specific data. If not specified, the agent's default language is * used. For more information, see [Multilingual intent and entity * data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent- * entity). * @opt_param string updateMask Optional. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType"); } } PK, Z$nvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEntityTypes.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entityTypes = $dialogflowService->entityTypes; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsEntityTypes extends Google_Service_Resource { /** * Creates an entity type in the specified agent. (entityTypes.create) * * @param string $parent Required. The agent to create a entity type for. * Format: `projects//locations//agents/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `entity_type`: * `EntityType.entities.value` * `EntityType.entities.synonyms` * * `EntityType.excluded_phrases.value` If not specified, the agent's default * language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType"); } /** * Deletes the specified entity type. (entityTypes.delete) * * @param string $name Required. The name of the entity type to delete. Format: * `projects//locations//agents//entityTypes/`. * @param array $optParams Optional parameters. * * @opt_param bool force This field has no effect for entity type not being * used. For entity types that are used by intents or pages: * If `force` is set * to false, an error will be returned with message indicating the referencing * resources. * If `force` is set to true, Dialogflow will remove the entity * type, as well as any references to the entity type (i.e. Page parameter of * the entity type will be changed to '@sys.any' and intent parameter of the * entity type will be removed). * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified entity type. (entityTypes.get) * * @param string $name Required. The name of the entity type. Format: * `projects//locations//agents//entityTypes/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to retrieve the entity type for. * The following fields are language dependent: * `EntityType.entities.value` * * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` If not * specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType"); } /** * Returns the list of all entity types in the specified agent. * (entityTypes.listProjectsLocationsAgentsEntityTypes) * * @param string $parent Required. The agent to list all entity types for. * Format: `projects//locations//agents/`. * @param array $optParams Optional parameters. * * @opt_param string languageCode The language to list entity types for. The * following fields are language dependent: * `EntityType.entities.value` * * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` If not * specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param int pageSize The maximum number of items to return in a single * page. By default 100 and at most 1000. * @opt_param string pageToken The next_page_token value returned from a * previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListEntityTypesResponse */ public function listProjectsLocationsAgentsEntityTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListEntityTypesResponse"); } /** * Updates the specified entity type. (entityTypes.patch) * * @param string $name The unique identifier of the entity type. Required for * EntityTypes.UpdateEntityType. Format: * `projects//locations//agents//entityTypes/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType $postBody * @param array $optParams Optional parameters. * * @opt_param string languageCode The language of the following fields in * `entity_type`: * `EntityType.entities.value` * `EntityType.entities.synonyms` * * `EntityType.excluded_phrases.value` If not specified, the agent's default * language is used. [Many * languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) * are supported. Note: languages must be enabled in the agent before they can * be used. * @opt_param string updateMask The mask to control which fields get updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EntityType"); } } PK, ZK{;kvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsSessions.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $sessions = $dialogflowService->sessions; * */ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsSessions extends Google_Service_Resource { /** * Processes a natural language query and returns structured, actionable data as * a result. This method is not idempotent, because it may cause session entity * types to be updated, which in turn might affect results of future queries. * Note: Always use agent versions for production traffic. See [Versions and * environments](https://cloud.google.com/dialogflow/cx/docs/concept/version). * (sessions.detectIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. It's up to the API * caller to choose an appropriate `Session ID`. It can be a random number or * some type of session identifiers (preferably hashed). The length of the * `Session ID` must not exceed 36 characters. For more information, see the * [sessions * guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: * Always use agent versions for production traffic. See [Versions and * environments](https://cloud.google.com/dialogflow/cx/docs/concept/version). * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentResponse */ public function detectIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('detectIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DetectIntentResponse"); } /** * Fulfills a matched intent returned by MatchIntent. Must be called after * MatchIntent, with input from MatchIntentResponse. Otherwise, the behavior is * undefined. (sessions.fulfillIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. It's up to the API * caller to choose an appropriate `Session ID`. It can be a random number or * some type of session identifiers (preferably hashed). The length of the * `Session ID` must not exceed 36 characters. For more information, see the * [sessions * guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentResponse */ public function fulfillIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('fulfillIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillIntentResponse"); } /** * Returns preliminary intent match results, doesn't change the session status. * (sessions.matchIntent) * * @param string $session Required. The name of the session this query is sent * to. Format: `projects//locations//agents//sessions/` or * `projects//locations//agents//environments//sessions/`. If `Environment ID` * is not specified, we assume default 'draft' environment. It's up to the API * caller to choose an appropriate `Session ID`. It can be a random number or * some type of session identifiers (preferably hashed). The length of the * `Session ID` must not exceed 36 characters. For more information, see the * [sessions * guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentResponse */ public function matchIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('matchIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentResponse"); } } PK, ZїV lvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypesEntities.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $entities = $dialogflowService->entities; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypesEntities extends Google_Service_Resource { /** * Creates multiple new entities in the specified entity type. Operation * (entities.batchCreate) * * @param string $parent Required. The name of the entity type to create * entities in. Format: `projects//agent/entityTypes/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchCreateEntitiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchCreate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchCreateEntitiesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Deletes entities in the specified entity type. Operation * (entities.batchDelete) * * @param string $parent Required. The name of the entity type to delete entries * for. Format: `projects//agent/entityTypes/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntitiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntitiesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } /** * Updates or creates multiple entities in the specified entity type. This * method does not affect entities in the entity type that aren't explicitly * specified in the request. Operation (entities.batchUpdate) * * @param string $parent Required. The name of the entity type to update or * create entities in. Format: `projects//agent/entityTypes/`. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntitiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleLongrunningOperation */ public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntitiesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); } } PK, Z vvivendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.phpnu[ * $dialogflowService = new Google_Service_Dialogflow(...); * $contexts = $dialogflowService->contexts; * */ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsContexts extends Google_Service_Resource { /** * Creates a context. If the specified context already exists, overrides the * context. (contexts.create) * * @param string $parent Required. The session to create a context for. Format: * `projects//agent/sessions/` or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); } /** * Deletes the specified context. (contexts.delete) * * @param string $name Required. The name of the context to delete. Format: * `projects//agent/sessions//contexts/` or * `projects//agent/environments//users//sessions//contexts/`. If `Environment * ID` is not specified, we assume default 'draft' environment. If `User ID` is * not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** * Retrieves the specified context. (contexts.get) * * @param string $name Required. The name of the context. Format: * `projects//agent/sessions//contexts/` or * `projects//agent/environments//users//sessions//contexts/`. If `Environment * ID` is not specified, we assume default 'draft' environment. If `User ID` is * not specified, we assume default '-' user. * @param array $optParams Optional parameters. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); } /** * Returns the list of all contexts in the specified session. * (contexts.listProjectsAgentSessionsContexts) * * @param string $parent Required. The session to list all contexts from. * Format: `projects//agent/sessions/` or * `projects//agent/environments//users//sessions/`. If `Environment ID` is not * specified, we assume default 'draft' environment. If `User ID` is not * specified, we assume default '-' user. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse */ public function listProjectsAgentSessionsContexts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse"); } /** * Updates the specified context. (contexts.patch) * * @param string $name Required. The unique identifier of the context. Format: * `projects//agent/sessions//contexts/`, or * `projects//agent/environments//users//sessions//contexts/`. The `Context ID` * is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% * and may be at most 250 bytes long. If `Environment ID` is not specified, we * assume default 'draft' environment. If `User ID` is not specified, we assume * default '-' user. The following context names are reserved for internal use * by Dialogflow. You should not use these contexts or create contexts with * these names: * `__system_counters__` * `*_id_dialog_context` * * `*_dialog_params_size` * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. The mask to control which fields get * updated. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); } } PK, Zovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RestoreAgentRequest.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } public function setRestoreOption($restoreOption) { $this->restoreOption = $restoreOption; } public function getRestoreOption() { return $this->restoreOption; } } PK, Z'$vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCardButton.phpnu[postback = $postback; } public function getPostback() { return $this->postback; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, ZVevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestError.phpnu[status = $status; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getStatus() { return $this->status; } public function setTestCase($testCase) { $this->testCase = $testCase; } public function getTestCase() { return $this->testCase; } public function setTestTime($testTime) { $this->testTime = $testTime; } public function getTestTime() { return $this->testTime; } } PK, ZfFvvnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListContextsResponse.phpnu[contexts = $contexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function getContexts() { return $this->contexts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZJOxxjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Dialogflow_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK, Zl@@{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses.phpnu[simpleResponses = $simpleResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse[] */ public function getSimpleResponses() { return $this->simpleResponses; } } PK, Zqqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisResult.phpnu[queryTextSentiment = $queryTextSentiment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Sentiment */ public function getQueryTextSentiment() { return $this->queryTextSentiment; } } PK, ZcB**lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ImportAgentRequest.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, ZƩ1Ɨovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageText.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z>ٓuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.phpnu[answer = $answer; } public function getAnswer() { return $this->answer; } public function setFaqQuestion($faqQuestion) { $this->faqQuestion = $faqQuestion; } public function getFaqQuestion() { return $this->faqQuestion; } public function setMatchConfidence($matchConfidence) { $this->matchConfidence = $matchConfidence; } public function getMatchConfidence() { return $this->matchConfidence; } public function setMatchConfidenceLevel($matchConfidenceLevel) { $this->matchConfidenceLevel = $matchConfidenceLevel; } public function getMatchConfidenceLevel() { return $this->matchConfidenceLevel; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK, Z@wsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListExperimentsResponse.phpnu[experiments = $experiments; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Experiment[] */ public function getExperiments() { return $this->experiments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z81jvv~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio.phpnu[audioUri = $audioUri; } public function getAudioUri() { return $this->audioUri; } } PK, ZIk ;xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.phpnu[cells = $cells; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardCell[] */ public function getCells() { return $this->cells; } public function setDividerAfter($dividerAfter) { $this->dividerAfter = $dividerAfter; } public function getDividerAfter() { return $this->dividerAfter; } } PK, Zz3rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.phpnu[conversation = $conversation; } public function getConversation() { return $this->conversation; } public function setParticipant($participant) { $this->participant = $participant; } public function getParticipant() { return $this->participant; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestionResult[] */ public function setSuggestionResults($suggestionResults) { $this->suggestionResults = $suggestionResults; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestionResult[] */ public function getSuggestionResults() { return $this->suggestionResults; } } PK, Z>wwyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLastMatchedIntent($lastMatchedIntent) { $this->lastMatchedIntent = $lastMatchedIntent; } public function getLastMatchedIntent() { return $this->lastMatchedIntent; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue[] */ public function getParameters() { return $this->parameters; } } PK, Zҁvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall.phpnu[phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK, ZIJJkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessage.phpnu[conversationSuccess = $conversationSuccess; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess */ public function getConversationSuccess() { return $this->conversationSuccess; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageEndInteraction */ public function setEndInteraction(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageEndInteraction $endInteraction) { $this->endInteraction = $endInteraction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageEndInteraction */ public function getEndInteraction() { return $this->endInteraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff */ public function setLiveAgentHandoff(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff $liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff */ public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudio */ public function setMixedAudio(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudio $mixedAudio) { $this->mixedAudio = $mixedAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudio */ public function getMixedAudio() { return $this->mixedAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText */ public function setOutputAudioText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText $outputAudioText) { $this->outputAudioText = $outputAudioText; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText */ public function getOutputAudioText() { return $this->outputAudioText; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio */ public function setPlayAudio(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio $playAudio) { $this->playAudio = $playAudio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessagePlayAudio */ public function getPlayAudio() { return $this->playAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageText */ public function getText() { return $this->text; } } PK, Z ctvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchCreateEntitiesRequest.phpnu[entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK, Zfr ++mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2RestoreAgentRequest.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, ZOYwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListTestCaseResultsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult[] */ public function setTestCaseResults($testCaseResults) { $this->testCaseResults = $testCaseResults; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult[] */ public function getTestCaseResults() { return $this->testCaseResults; } } PK, ZJ&R''}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup[] */ public function setTransitionRouteGroups($transitionRouteGroups) { $this->transitionRouteGroups = $transitionRouteGroups; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup[] */ public function getTransitionRouteGroups() { return $this->transitionRouteGroups; } } PK, ZtS/иmvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventHandler.phpnu[event = $event; } public function getEvent() { return $this->event; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function setTriggerFulfillment(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment $triggerFulfillment) { $this->triggerFulfillment = $triggerFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getTriggerFulfillment() { return $this->triggerFulfillment; } } PK, Z#kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OutputAudioConfig.phpnu[audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig */ public function setSynthesizeSpeechConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig $synthesizeSpeechConfig) { $this->synthesizeSpeechConfig = $synthesizeSpeechConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig */ public function getSynthesizeSpeechConfig() { return $this->synthesizeSpeechConfig; } } PK, Z6:__yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.phpnu[action = $action; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction */ public function getAction() { return $this->action; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply */ public function setReply(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply $reply) { $this->reply = $reply; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply */ public function getReply() { return $this->reply; } } PK, ZYT$zvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setSsml($ssml) { $this->ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Zo"svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrase.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart[] */ public function getParts() { return $this->parts; } public function setTimesAddedCount($timesAddedCount) { $this->timesAddedCount = $timesAddedCount; } public function getTimesAddedCount() { return $this->timesAddedCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZWzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia */ public function setMedia(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia $media) { $this->media = $media; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia */ public function getMedia() { return $this->media; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion[] */ public function setSuggestions($suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion[] */ public function getSuggestions() { return $this->suggestions; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZwJH~~pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Version[] */ public function getVersions() { return $this->versions; } } PK, Zn^  rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestRunDifference.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z{nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3MatchIntentRequest.phpnu[queryInput = $queryInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput */ public function getQueryInput() { return $this->queryInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters */ public function setQueryParams(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters $queryParams) { $this->queryParams = $queryParams; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters */ public function getQueryParams() { return $this->queryParams; } } PK, Zovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse.phpnu[mergeBehavior = $mergeBehavior; } public function getMergeBehavior() { return $this->mergeBehavior; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[] */ public function getMessages() { return $this->messages; } } PK, ZrKddnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListAgentsResponse.phpnu[agents = $agents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent[] */ public function getAgents() { return $this->agents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Zkzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse.phpnu[contextSize = $contextSize; } public function getContextSize() { return $this->contextSize; } public function setLatestMessage($latestMessage) { $this->latestMessage = $latestMessage; } public function getLatestMessage() { return $this->latestMessage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SmartReplyAnswer[] */ public function setSmartReplyAnswers($smartReplyAnswers) { $this->smartReplyAnswers = $smartReplyAnswers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SmartReplyAnswer[] */ public function getSmartReplyAnswers() { return $this->smartReplyAnswers; } } PK, Z9hvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResourceName.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Z&:;xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListSecuritySettingsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings[] */ public function setSecuritySettings($securitySettings) { $this->securitySettings = $securitySettings; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettings[] */ public function getSecuritySettings() { return $this->securitySettings; } } PK, ZAɔx&&pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ConversationEvent.phpnu[conversation = $conversation; } public function getConversation() { return $this->conversation; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setErrorStatus(Google_Service_Dialogflow_GoogleRpcStatus $errorStatus) { $this->errorStatus = $errorStatus; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getErrorStatus() { return $this->errorStatus; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Message */ public function setNewMessagePayload(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Message $newMessagePayload) { $this->newMessagePayload = $newMessagePayload; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Message */ public function getNewMessagePayload() { return $this->newMessagePayload; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZGxxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Zxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata.phpnu[digits = $digits; } public function getDigits() { return $this->digits; } public function setFinishDigit($finishDigit) { $this->finishDigit = $finishDigit; } public function getFinishDigit() { return $this->finishDigit; } } PK, Z[\~{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard.phpnu[cardContents = $cardContents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent[] */ public function getCardContents() { return $this->cardContents; } public function setCardWidth($cardWidth) { $this->cardWidth = $cardWidth; } public function getCardWidth() { return $this->cardWidth; } } PK, ZPttvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Z]%Xipvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VoiceSelectionParams.phpnu[name = $name; } public function getName() { return $this->name; } public function setSsmlGender($ssmlGender) { $this->ssmlGender = $ssmlGender; } public function getSsmlGender() { return $this->ssmlGender; } } PK, Z5OOsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageQuickReplies.phpnu[quickReplies = $quickReplies; } public function getQuickReplies() { return $this->quickReplies; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZZ=2xxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK, Zv\\yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.phpnu[state = $state; } public function getState() { return $this->state; } } PK, ZF{{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK, Zess{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK, Zstvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsResponse.phpnu[intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent[] */ public function getIntents() { return $this->intents; } } PK, ZpSxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.phpnu[errors = $errors; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseError[] */ public function getErrors() { return $this->errors; } } PK, ZR" " gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Intent.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIsFallback($isFallback) { $this->isFallback = $isFallback; } public function getIsFallback() { return $this->isFallback; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentParameter[] */ public function getParameters() { return $this->parameters; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase[] */ public function setTrainingPhrases($trainingPhrases) { $this->trainingPhrases = $trainingPhrases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase[] */ public function getTrainingPhrases() { return $this->trainingPhrases; } } PK, ZXllvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK, Z"VVlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentInput.phpnu[intent = $intent; } public function getIntent() { return $this->intent; } } PK, ZѶhvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookRequest.phpnu[originalDetectIntentRequest = $originalDetectIntentRequest; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OriginalDetectIntentRequest */ public function getOriginalDetectIntentRequest() { return $this->originalDetectIntentRequest; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult */ public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult */ public function getQueryResult() { return $this->queryResult; } public function setResponseId($responseId) { $this->responseId = $responseId; } public function getResponseId() { return $this->responseId; } public function setSession($session) { $this->session = $session; } public function getSession() { return $this->session; } } PK, Zζ雲lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ConversationTurn.phpnu[userInput = $userInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurnUserInput */ public function getUserInput() { return $this->userInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput */ public function setVirtualAgentOutput(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput $virtualAgentOutput) { $this->virtualAgentOutput = $virtualAgentOutput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput */ public function getVirtualAgentOutput() { return $this->virtualAgentOutput; } } PK, Z׸vqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCardButton.phpnu[postback = $postback; } public function getPostback() { return $this->postback; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, ZvSvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase.phpnu[caseContent = $caseContent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent[] */ public function getCaseContent() { return $this->caseContent; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } } PK, ZU𩒣mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ValidationMessage.phpnu[detail = $detail; } public function getDetail() { return $this->detail; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResourceName[] */ public function setResourceNames($resourceNames) { $this->resourceNames = $resourceNames; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResourceName[] */ public function getResourceNames() { return $this->resourceNames; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } } PK, ZK>tvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.phpnu[entityValues = $entityValues; } public function getEntityValues() { return $this->entityValues; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK, Z'+Z((lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EntityTypeEntity.phpnu[synonyms = $synonyms; } public function getSynonyms() { return $this->synonyms; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z t__{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Z@)kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCard.phpnu[buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCardButton[] */ public function getButtons() { return $this->buttons; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZB:ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeBatch.phpnu[entityTypes = $entityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType[] */ public function getEntityTypes() { return $this->entityTypes; } } PK, Z\tvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1RunTestCaseResponse.phpnu[result = $result; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseResult */ public function getResult() { return $this->result; } } PK, Zoy y uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.phpnu[buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton[] */ public function getButtons() { return $this->buttons; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties[] */ public function setColumnProperties($columnProperties) { $this->columnProperties = $columnProperties; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties[] */ public function getColumnProperties() { return $this->columnProperties; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow[] */ public function getRows() { return $this->rows; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1PageInfo.phpnu[currentPage = $currentPage; } public function getCurrentPage() { return $this->currentPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfoFormInfo */ public function setFormInfo(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfoFormInfo $formInfo) { $this->formInfo = $formInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfoFormInfo */ public function getFormInfo() { return $this->formInfo; } } PK, Z^^nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SearchAgentsResponse.phpnu[agents = $agents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent[] */ public function getAgents() { return $this->agents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z2dvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryInput.phpnu[audioConfig = $audioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2InputAudioConfig */ public function getAudioConfig() { return $this->audioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput */ public function setEvent(Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput $event) { $this->event = $event; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput */ public function getEvent() { return $this->event; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput */ public function getText() { return $this->text; } } PK, Zz{; ; evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Fulfillment.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2FulfillmentFeature[] */ public function setFeatures($features) { $this->features = $features; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2FulfillmentFeature[] */ public function getFeatures() { return $this->features; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2FulfillmentGenericWebService */ public function setGenericWebService(Google_Service_Dialogflow_GoogleCloudDialogflowV2FulfillmentGenericWebService $genericWebService) { $this->genericWebService = $genericWebService; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2FulfillmentGenericWebService */ public function getGenericWebService() { return $this->genericWebService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Z%6]]vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK, Z(&  vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setSsml($ssml) { $this->ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Zjc c ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DetectIntentRequest.phpnu[outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput */ public function setQueryInput(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput $queryInput) { $this->queryInput = $queryInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput */ public function getQueryInput() { return $this->queryInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters */ public function setQueryParams(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters $queryParams) { $this->queryParams = $queryParams; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters */ public function getQueryParams() { return $this->queryParams; } } PK, Z'~}  vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelect.phpnu[items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelectItem[] */ public function getItems() { return $this->items; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z/qXXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage.phpnu[coverageScore = $coverageScore; } public function getCoverageScore() { return $this->coverageScore; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup */ public function setRouteGroup(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $routeGroup) { $this->routeGroup = $routeGroup; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup */ public function getRouteGroup() { return $this->routeGroup; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition[] */ public function setTransitions($transitions) { $this->transitions = $transitions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition[] */ public function getTransitions() { return $this->transitions; } } PK, ZgV V avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Message.phpnu[content = $content; } public function getContent() { return $this->content; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2MessageAnnotation */ public function setMessageAnnotation(Google_Service_Dialogflow_GoogleCloudDialogflowV2MessageAnnotation $messageAnnotation) { $this->messageAnnotation = $messageAnnotation; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2MessageAnnotation */ public function getMessageAnnotation() { return $this->messageAnnotation; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParticipant($participant) { $this->participant = $participant; } public function getParticipant() { return $this->participant; } public function setParticipantRole($participantRole) { $this->participantRole = $participantRole; } public function getParticipantRole() { return $this->participantRole; } } PK, Zwr,,vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponses.phpnu[simpleResponses = $simpleResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponse[] */ public function getSimpleResponses() { return $this->simpleResponses; } } PK, Z}Xovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RunTestCaseMetadata.phpnu[originalValue = $originalValue; } public function getOriginalValue() { return $this->originalValue; } public function setResolvedValue($resolvedValue) { $this->resolvedValue = $resolvedValue; } public function getResolvedValue() { return $this->resolvedValue; } } PK, Z/lsspvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TransitionRoute.phpnu[condition = $condition; } public function getCondition() { return $this->condition; } public function setIntent($intent) { $this->intent = $intent; } public function getIntent() { return $this->intent; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function setTriggerFulfillment(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment $triggerFulfillment) { $this->triggerFulfillment = $triggerFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getTriggerFulfillment() { return $this->triggerFulfillment; } } PK, Z_ wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1ImportDocumentsResponse.phpnu[warnings = $warnings; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus[] */ public function getWarnings() { return $this->warnings; } } PK, ZPҍpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCard.phpnu[buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCardButton[] */ public function getButtons() { return $this->buttons; } public function setFormattedText($formattedText) { $this->formattedText = $formattedText; } public function getFormattedText() { return $this->formattedText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZBdddzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelectItem.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo */ public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) { $this->info = $info; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo */ public function getInfo() { return $this->info; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Zivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EventInput.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK, ZL}evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Intent.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDefaultResponsePlatforms($defaultResponsePlatforms) { $this->defaultResponsePlatforms = $defaultResponsePlatforms; } public function getDefaultResponsePlatforms() { return $this->defaultResponsePlatforms; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEndInteraction($endInteraction) { $this->endInteraction = $endInteraction; } public function getEndInteraction() { return $this->endInteraction; } public function setEvents($events) { $this->events = $events; } public function getEvents() { return $this->events; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo[] */ public function setFollowupIntentInfo($followupIntentInfo) { $this->followupIntentInfo = $followupIntentInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo[] */ public function getFollowupIntentInfo() { return $this->followupIntentInfo; } public function setInputContextNames($inputContextNames) { $this->inputContextNames = $inputContextNames; } public function getInputContextNames() { return $this->inputContextNames; } public function setIsFallback($isFallback) { $this->isFallback = $isFallback; } public function getIsFallback() { return $this->isFallback; } public function setLiveAgentHandoff($liveAgentHandoff) { $this->liveAgentHandoff = $liveAgentHandoff; } public function getLiveAgentHandoff() { return $this->liveAgentHandoff; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage[] */ public function getMessages() { return $this->messages; } public function setMlDisabled($mlDisabled) { $this->mlDisabled = $mlDisabled; } public function getMlDisabled() { return $this->mlDisabled; } public function setMlEnabled($mlEnabled) { $this->mlEnabled = $mlEnabled; } public function getMlEnabled() { return $this->mlEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context[] */ public function setOutputContexts($outputContexts) { $this->outputContexts = $outputContexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context[] */ public function getOutputContexts() { return $this->outputContexts; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentParameter[] */ public function getParameters() { return $this->parameters; } public function setParentFollowupIntentName($parentFollowupIntentName) { $this->parentFollowupIntentName = $parentFollowupIntentName; } public function getParentFollowupIntentName() { return $this->parentFollowupIntentName; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setResetContexts($resetContexts) { $this->resetContexts = $resetContexts; } public function getResetContexts() { return $this->resetContexts; } public function setRootFollowupIntentName($rootFollowupIntentName) { $this->rootFollowupIntentName = $rootFollowupIntentName; } public function getRootFollowupIntentName() { return $this->rootFollowupIntentName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase[] */ public function setTrainingPhrases($trainingPhrases) { $this->trainingPhrases = $trainingPhrases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase[] */ public function getTrainingPhrases() { return $this->trainingPhrases; } public function setWebhookState($webhookState) { $this->webhookState = $webhookState; } public function getWebhookState() { return $this->webhookState; } } PK, Z2pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ValidateAgentRequest.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK, Ztvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata.phpnu[title = $title; } public function getTitle() { return $this->title; } } PK, ZOEtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageText.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z<cvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TextInput.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z.ίpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SpeechToTextSettings.phpnu[enableSpeechAdaptation = $enableSpeechAdaptation; } public function getEnableSpeechAdaptation() { return $this->enableSpeechAdaptation; } } PK, Zr/mpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1MessageAnnotation.phpnu[containEntities = $containEntities; } public function getContainEntities() { return $this->containEntities; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AnnotatedMessagePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AnnotatedMessagePart[] */ public function getParts() { return $this->parts; } } PK, Zqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.phpnu[articleAnswers = $articleAnswers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ArticleAnswer[] */ public function getArticleAnswers() { return $this->articleAnswers; } public function setContextSize($contextSize) { $this->contextSize = $contextSize; } public function getContextSize() { return $this->contextSize; } public function setLatestMessage($latestMessage) { $this->latestMessage = $latestMessage; } public function getLatestMessage() { return $this->latestMessage; } } PK, Zr^nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionCoverage.phpnu[coverageScore = $coverageScore; } public function getCoverageScore() { return $this->coverageScore; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransition[] */ public function setTransitions($transitions) { $this->transitions = $transitions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransition[] */ public function getTransitions() { return $this->transitions; } } PK, Zmvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3OutputAudioConfig.phpnu[audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SynthesizeSpeechConfig */ public function setSynthesizeSpeechConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SynthesizeSpeechConfig $synthesizeSpeechConfig) { $this->synthesizeSpeechConfig = $synthesizeSpeechConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SynthesizeSpeechConfig */ public function getSynthesizeSpeechConfig() { return $this->synthesizeSpeechConfig; } } PK, ZX\++mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentResponse.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, ZDf G``vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent.phpnu[additionalCases = $additionalCases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentConditionalCases */ public function getAdditionalCases() { return $this->additionalCases; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage */ public function setMessage(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage $message) { $this->message = $message; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage */ public function getMessage() { return $this->message; } } PK, Z!bbtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchRunTestCasesRequest.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } public function setTestCases($testCases) { $this->testCases = $testCases; } public function getTestCases() { return $this->testCases; } } PK, ZGrvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesRequest.phpnu[content = $content; } public function getContent() { return $this->content; } public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } } PK, Zl l pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillIntentRequest.phpnu[match = $match; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Match */ public function getMatch() { return $this->match; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest */ public function setMatchIntentRequest(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest $matchIntentRequest) { $this->matchIntentRequest = $matchIntentRequest; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3MatchIntentRequest */ public function getMatchIntentRequest() { return $this->matchIntentRequest; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } } PK, Zzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect.phpnu[items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem[] */ public function getItems() { return $this->items; } } PK, ZTTxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageQuickReplies.phpnu[quickReplies = $quickReplies; } public function getQuickReplies() { return $this->quickReplies; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Znvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3LoadVersionRequest.phpnu[allowOverrideAgentResources = $allowOverrideAgentResources; } public function getAllowOverrideAgentResources() { return $this->allowOverrideAgentResources; } } PK, ZN[pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SynthesizeSpeechConfig.phpnu[effectsProfileId = $effectsProfileId; } public function getEffectsProfileId() { return $this->effectsProfileId; } public function setPitch($pitch) { $this->pitch = $pitch; } public function getPitch() { return $this->pitch; } public function setSpeakingRate($speakingRate) { $this->speakingRate = $speakingRate; } public function getSpeakingRate() { return $this->speakingRate; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2VoiceSelectionParams */ public function setVoice(Google_Service_Dialogflow_GoogleCloudDialogflowV2VoiceSelectionParams $voice) { $this->voice = $voice; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2VoiceSelectionParams */ public function getVoice() { return $this->voice; } public function setVolumeGainDb($volumeGainDb) { $this->volumeGainDb = $volumeGainDb; } public function getVolumeGainDb() { return $this->volumeGainDb; } } PK, ZClIIfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EventInput.phpnu[event = $event; } public function getEvent() { return $this->event; } } PK, Zظ}^^|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.phpnu[flow = $flow; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow */ public function getFlow() { return $this->flow; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function setPage(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page $page) { $this->page = $page; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function getPage() { return $this->page; } } PK, ZW00qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1PageInfoFormInfo.phpnu[parameterInfo = $parameterInfo; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo[] */ public function getParameterInfo() { return $this->parameterInfo; } } PK, ZTDwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.phpnu[entityTypeNames = $entityTypeNames; } public function getEntityTypeNames() { return $this->entityTypeNames; } } PK, Z 22tvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportAgentResponse.phpnu[agentContent = $agentContent; } public function getAgentContent() { return $this->agentContent; } public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } public function getAgentUri() { return $this->agentUri; } } PK, Z,,~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setJustCollected($justCollected) { $this->justCollected = $justCollected; } public function getJustCollected() { return $this->justCollected; } public function setRequired($required) { $this->required = $required; } public function getRequired() { return $this->required; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZcN  wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestions.phpnu[suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestion[] */ public function getSuggestions() { return $this->suggestions; } } PK, Z_Ӷffxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse.phpnu[contextSize = $contextSize; } public function getContextSize() { return $this->contextSize; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1FaqAnswer[] */ public function setFaqAnswers($faqAnswers) { $this->faqAnswers = $faqAnswers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1FaqAnswer[] */ public function getFaqAnswers() { return $this->faqAnswers; } public function setLatestMessage($latestMessage) { $this->latestMessage = $latestMessage; } public function getLatestMessage() { return $this->latestMessage; } } PK, Zwwpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageText.phpnu[text = $text; } public function getText() { return $this->text; } } PK, Z`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Form.phpnu[parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FormParameter[] */ public function getParameters() { return $this->parameters; } } PK, Z3qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ConversationTurn.phpnu[userInput = $userInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput */ public function getUserInput() { return $this->userInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput */ public function setVirtualAgentOutput(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput $virtualAgentOutput) { $this->virtualAgentOutput = $virtualAgentOutput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput */ public function getVirtualAgentOutput() { return $this->virtualAgentOutput; } } PK, Z?I  rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VersionVariantsVariant.phpnu[isControlGroup = $isControlGroup; } public function getIsControlGroup() { return $this->isControlGroup; } public function setTrafficAllocation($trafficAllocation) { $this->trafficAllocation = $trafficAllocation; } public function getTrafficAllocation() { return $this->trafficAllocation; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, ZE|xxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Z:~~pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListWebhooksResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook[] */ public function setWebhooks($webhooks) { $this->webhooks = $webhooks; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook[] */ public function getWebhooks() { return $this->webhooks; } } PK, Z5 bvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Intent.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIsFallback($isFallback) { $this->isFallback = $isFallback; } public function getIsFallback() { return $this->isFallback; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentParameter[] */ public function getParameters() { return $this->parameters; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentTrainingPhrase[] */ public function setTrainingPhrases($trainingPhrases) { $this->trainingPhrases = $trainingPhrases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentTrainingPhrase[] */ public function getTrainingPhrases() { return $this->trainingPhrases; } } PK, ZeO  kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ConversationEvent.phpnu[conversation = $conversation; } public function getConversation() { return $this->conversation; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus */ public function setErrorStatus(Google_Service_Dialogflow_GoogleRpcStatus $errorStatus) { $this->errorStatus = $errorStatus; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getErrorStatus() { return $this->errorStatus; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Message */ public function setNewMessagePayload(Google_Service_Dialogflow_GoogleCloudDialogflowV2Message $newMessagePayload) { $this->newMessagePayload = $newMessagePayload; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Message */ public function getNewMessagePayload() { return $this->newMessagePayload; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z8`srvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEnvironmentsResponse.phpnu[environments = $environments; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Environment[] */ public function getEnvironments() { return $this->environments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZXX^ ^ `vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Page.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function setEntryFulfillment(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment $entryFulfillment) { $this->entryFulfillment = $entryFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function getEntryFulfillment() { return $this->entryFulfillment; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler[] */ public function setEventHandlers($eventHandlers) { $this->eventHandlers = $eventHandlers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler[] */ public function getEventHandlers() { return $this->eventHandlers; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Form */ public function setForm(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Form $form) { $this->form = $form; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Form */ public function getForm() { return $this->form; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTransitionRouteGroups($transitionRouteGroups) { $this->transitionRouteGroups = $transitionRouteGroups; } public function getTransitionRouteGroups() { return $this->transitionRouteGroups; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[] */ public function setTransitionRoutes($transitionRoutes) { $this->transitionRoutes = $transitionRoutes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[] */ public function getTransitionRoutes() { return $this->transitionRoutes; } } PK, Z%yrlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResult.phpnu[lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics[] */ public function setVersionMetrics($versionMetrics) { $this->versionMetrics = $versionMetrics; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics[] */ public function getVersionMetrics() { return $this->versionMetrics; } } PK, ZqExjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestCaseResult.phpnu[conversationTurns = $conversationTurns; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurn[] */ public function getConversationTurns() { return $this->conversationTurns; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTestResult($testResult) { $this->testResult = $testResult; } public function getTestResult() { return $this->testResult; } public function setTestTime($testTime) { $this->testTime = $testTime; } public function getTestTime() { return $this->testTime; } } PK, Zxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse.phpnu[content = $content; } public function getContent() { return $this->content; } public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } } PK, Z! rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultMetric.phpnu[confidenceInterval = $confidenceInterval; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval */ public function getConfidenceInterval() { return $this->confidenceInterval; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setCountType($countType) { $this->countType = $countType; } public function getCountType() { return $this->countType; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z<]rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestions.phpnu[suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestion[] */ public function getSuggestions() { return $this->suggestions; } } PK, Zm,xxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, ZPgvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.phpnu[answerRecord = $answerRecord; } public function getAnswerRecord() { return $this->answerRecord; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setSnippets($snippets) { $this->snippets = $snippets; } public function getSnippets() { return $this->snippets; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, Z"6!!gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessage.phpnu[basicCard = $basicCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCard */ public function getBasicCard() { return $this->basicCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard */ public function setBrowseCarouselCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard $browseCarouselCard) { $this->browseCarouselCard = $browseCarouselCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard */ public function getBrowseCarouselCard() { return $this->browseCarouselCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard */ public function setCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard $card) { $this->card = $card; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard */ public function getCard() { return $this->card; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect */ public function setCarouselSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect $carouselSelect) { $this->carouselSelect = $carouselSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect */ public function getCarouselSelect() { return $this->carouselSelect; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion */ public function setLinkOutSuggestion(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion $linkOutSuggestion) { $this->linkOutSuggestion = $linkOutSuggestion; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion */ public function getLinkOutSuggestion() { return $this->linkOutSuggestion; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect */ public function setListSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect $listSelect) { $this->listSelect = $listSelect; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect */ public function getListSelect() { return $this->listSelect; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageMediaContent */ public function setMediaContent(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageMediaContent $mediaContent) { $this->mediaContent = $mediaContent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageMediaContent */ public function getMediaContent() { return $this->mediaContent; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies */ public function setQuickReplies(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies $quickReplies) { $this->quickReplies = $quickReplies; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies */ public function getQuickReplies() { return $this->quickReplies; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses */ public function setSimpleResponses(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses $simpleResponses) { $this->simpleResponses = $simpleResponses; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses */ public function getSimpleResponses() { return $this->simpleResponses; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions */ public function setSuggestions(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCard */ public function setTableCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCard $tableCard) { $this->tableCard = $tableCard; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCard */ public function getTableCard() { return $this->tableCard; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText */ public function getText() { return $this->text; } } PK, Z1}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse.phpnu[entityTypes = $entityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityType[] */ public function getEntityTypes() { return $this->entityTypes; } } PK, Z&9Isvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmText.phpnu[rbmSuggestion = $rbmSuggestion; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion[] */ public function getRbmSuggestion() { return $this->rbmSuggestion; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z Cppkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestConfig.phpnu[flow = $flow; } public function getFlow() { return $this->flow; } public function setTrackingParameters($trackingParameters) { $this->trackingParameters = $trackingParameters; } public function getTrackingParameters() { return $this->trackingParameters; } } PK, ZjNeivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryParameters.phpnu[contexts = $contexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context[] */ public function getContexts() { return $this->contexts; } /** * @param Google_Service_Dialogflow_GoogleTypeLatLng */ public function setGeoLocation(Google_Service_Dialogflow_GoogleTypeLatLng $geoLocation) { $this->geoLocation = $geoLocation; } /** * @return Google_Service_Dialogflow_GoogleTypeLatLng */ public function getGeoLocation() { return $this->geoLocation; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResetContexts($resetContexts) { $this->resetContexts = $resetContexts; } public function getResetContexts() { return $this->resetContexts; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig */ public function setSentimentAnalysisRequestConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig $sentimentAnalysisRequestConfig) { $this->sentimentAnalysisRequestConfig = $sentimentAnalysisRequestConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig */ public function getSentimentAnalysisRequestConfig() { return $this->sentimentAnalysisRequestConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType[] */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType[] */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setWebhookHeaders($webhookHeaders) { $this->webhookHeaders = $webhookHeaders; } public function getWebhookHeaders() { return $this->webhookHeaders; } } PK, Z&avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Context.phpnu[lifespanCount = $lifespanCount; } public function getLifespanCount() { return $this->lifespanCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK, Zvuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FormParameterFillBehavior.phpnu[initialPromptFulfillment = $initialPromptFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function getInitialPromptFulfillment() { return $this->initialPromptFulfillment; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler[] */ public function setRepromptEventHandlers($repromptEventHandlers) { $this->repromptEventHandlers = $repromptEventHandlers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler[] */ public function getRepromptEventHandlers() { return $this->repromptEventHandlers; } } PK, Zeevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata.phpnu[state = $state; } public function getState() { return $this->state; } } PK, Z|uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageMixedAudio.phpnu[segments = $segments; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment[] */ public function getSegments() { return $this->segments; } } PK, Z6dzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse.phpnu[results = $results; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCaseResult[] */ public function getResults() { return $this->results; } } PK, Zgvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SessionInfo.phpnu[parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setSession($session) { $this->session = $session; } public function getSession() { return $this->session; } } PK, ZAD< xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionCoverageTransition.phpnu[covered = $covered; } public function getCovered() { return $this->covered; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler */ public function setEventHandler(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler $eventHandler) { $this->eventHandler = $eventHandler; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler */ public function getEventHandler() { return $this->eventHandler; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode */ public function setSource(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode $source) { $this->source = $source; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode */ public function getSource() { return $this->source; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode */ public function setTarget(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode $target) { $this->target = $target; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode */ public function getTarget() { return $this->target; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute */ public function setTransitionRoute(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute $transitionRoute) { $this->transitionRoute = $transitionRoute; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute */ public function getTransitionRoute() { return $this->transitionRoute; } } PK, Z$H+evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Environment.phpnu[agentVersion = $agentVersion; } public function getAgentVersion() { return $this->agentVersion; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, ZFF  uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCard.phpnu[buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton[] */ public function getButtons() { return $this->buttons; } public function setFormattedText($formattedText) { $this->formattedText = $formattedText; } public function getFormattedText() { return $this->formattedText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z^~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse.phpnu[mergeBehavior = $mergeBehavior; } public function getMergeBehavior() { return $this->mergeBehavior; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getMessages() { return $this->messages; } } PK, Z@?zvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.phpnu[injectedParameters = $injectedParameters; } public function getInjectedParameters() { return $this->injectedParameters; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1QueryInput */ public function setInput(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1QueryInput $input) { $this->input = $input; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1QueryInput */ public function getInput() { return $this->input; } public function setIsWebhookEnabled($isWebhookEnabled) { $this->isWebhookEnabled = $isWebhookEnabled; } public function getIsWebhookEnabled() { return $this->isWebhookEnabled; } } PK, Zh"./XXwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageColumnProperties.phpnu[header = $header; } public function getHeader() { return $this->header; } public function setHorizontalAlignment($horizontalAlignment) { $this->horizontalAlignment = $horizontalAlignment; } public function getHorizontalAlignment() { return $this->horizontalAlignment; } } PK, ZUO55vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.phpnu[url = $url; } public function getUrl() { return $this->url; } public function setUrlTypeHint($urlTypeHint) { $this->urlTypeHint = $urlTypeHint; } public function getUrlTypeHint() { return $this->urlTypeHint; } } PK, ZxHJzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse.phpnu[displayText = $displayText; } public function getDisplayText() { return $this->displayText; } public function setSsml($ssml) { $this->ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setTextToSpeech($textToSpeech) { $this->textToSpeech = $textToSpeech; } public function getTextToSpeech() { return $this->textToSpeech; } } PK, Z_ fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Message.phpnu[content = $content; } public function getContent() { return $this->content; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1MessageAnnotation */ public function setMessageAnnotation(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1MessageAnnotation $messageAnnotation) { $this->messageAnnotation = $messageAnnotation; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1MessageAnnotation */ public function getMessageAnnotation() { return $this->messageAnnotation; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParticipant($participant) { $this->participant = $participant; } public function getParticipant() { return $this->participant; } public function setParticipantRole($participantRole) { $this->participantRole = $participantRole; } public function getParticipantRole() { return $this->participantRole; } public function setSendTime($sendTime) { $this->sendTime = $sendTime; } public function getSendTime() { return $this->sendTime; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult */ public function setSentimentAnalysis(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult $sentimentAnalysis) { $this->sentimentAnalysis = $sentimentAnalysis; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult */ public function getSentimentAnalysis() { return $this->sentimentAnalysis; } } PK, Zzxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse.phpnu[entityTypes = $entityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType[] */ public function getEntityTypes() { return $this->entityTypes; } } PK, Zܷovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RunTestCaseResponse.phpnu[result = $result; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult */ public function getResult() { return $this->result; } } PK, Zd evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Page.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function setEntryFulfillment(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment $entryFulfillment) { $this->entryFulfillment = $entryFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getEntryFulfillment() { return $this->entryFulfillment; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function setEventHandlers($eventHandlers) { $this->eventHandlers = $eventHandlers; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function getEventHandlers() { return $this->eventHandlers; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Form */ public function setForm(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Form $form) { $this->form = $form; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Form */ public function getForm() { return $this->form; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTransitionRouteGroups($transitionRouteGroups) { $this->transitionRouteGroups = $transitionRouteGroups; } public function getTransitionRouteGroups() { return $this->transitionRouteGroups; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TransitionRoute[] */ public function setTransitionRoutes($transitionRoutes) { $this->transitionRoutes = $transitionRoutes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TransitionRoute[] */ public function getTransitionRoutes() { return $this->transitionRoutes; } } PK, Z ;pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCard.phpnu[buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCardButton[] */ public function getButtons() { return $this->buttons; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z@KQ__{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, ZFjhvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Sentiment.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK, ZAuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ConversationTurnUserInput.phpnu[injectedParameters = $injectedParameters; } public function getInjectedParameters() { return $this->injectedParameters; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput */ public function setInput(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput $input) { $this->input = $input; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryInput */ public function getInput() { return $this->input; } public function setIsWebhookEnabled($isWebhookEnabled) { $this->isWebhookEnabled = $isWebhookEnabled; } public function getIsWebhookEnabled() { return $this->isWebhookEnabled; } } PK, ZEEI I avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Agent.phpnu[avatarUri = $avatarUri; } public function getAvatarUri() { return $this->avatarUri; } public function setDefaultLanguageCode($defaultLanguageCode) { $this->defaultLanguageCode = $defaultLanguageCode; } public function getDefaultLanguageCode() { return $this->defaultLanguageCode; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnableSpellCorrection($enableSpellCorrection) { $this->enableSpellCorrection = $enableSpellCorrection; } public function getEnableSpellCorrection() { return $this->enableSpellCorrection; } public function setEnableStackdriverLogging($enableStackdriverLogging) { $this->enableStackdriverLogging = $enableStackdriverLogging; } public function getEnableStackdriverLogging() { return $this->enableStackdriverLogging; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSecuritySettings($securitySettings) { $this->securitySettings = $securitySettings; } public function getSecuritySettings() { return $this->securitySettings; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SpeechToTextSettings */ public function setSpeechToTextSettings(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SpeechToTextSettings $speechToTextSettings) { $this->speechToTextSettings = $speechToTextSettings; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SpeechToTextSettings */ public function getSpeechToTextSettings() { return $this->speechToTextSettings; } public function setStartFlow($startFlow) { $this->startFlow = $startFlow; } public function getStartFlow() { return $this->startFlow; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK, Zk| jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.phpnu[error = $error; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse */ public function setSuggestArticlesResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse $suggestArticlesResponse) { $this->suggestArticlesResponse = $suggestArticlesResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse */ public function getSuggestArticlesResponse() { return $this->suggestArticlesResponse; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse */ public function setSuggestFaqAnswersResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse $suggestFaqAnswersResponse) { $this->suggestFaqAnswersResponse = $suggestFaqAnswersResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse */ public function getSuggestFaqAnswersResponse() { return $this->suggestFaqAnswersResponse; } } PK, ZPJҹpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DetectIntentResponse.phpnu[outputAudio = $outputAudio; } public function getOutputAudio() { return $this->outputAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult */ public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryResult */ public function getQueryResult() { return $this->queryResult; } public function setResponseId($responseId) { $this->responseId = $responseId; } public function getResponseId() { return $this->responseId; } } PK, ZG?vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK, Z(2svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SentimentAnalysisResult.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK, ZVkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2MessageAnnotation.phpnu[containEntities = $containEntities; } public function getContainEntities() { return $this->containEntities; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2AnnotatedMessagePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2AnnotatedMessagePart[] */ public function getParts() { return $this->parts; } } PK, ZN)?2llnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestCaseError.phpnu[status = $status; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCase */ public function setTestCase(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCase $testCase) { $this->testCase = $testCase; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestCase */ public function getTestCase() { return $this->testCase; } } PK, Z׳ svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsRequest.phpnu[intentBatchInline = $intentBatchInline; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentBatch */ public function getIntentBatchInline() { return $this->intentBatchInline; } public function setIntentBatchUri($intentBatchUri) { $this->intentBatchUri = $intentBatchUri; } public function getIntentBatchUri() { return $this->intentBatchUri; } public function setIntentView($intentView) { $this->intentView = $intentView; } public function getIntentView() { return $this->intentView; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, Zwzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.phpnu[payload = $payload; } public function getPayload() { return $this->payload; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, Zyb``|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, ZwPsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1AnnotatedMessagePart.phpnu[entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Z &3 3 pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageTableCard.phpnu[buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCardButton[] */ public function getButtons() { return $this->buttons; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageColumnProperties[] */ public function setColumnProperties($columnProperties) { $this->columnProperties = $columnProperties; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageColumnProperties[] */ public function getColumnProperties() { return $this->columnProperties; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCardRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCardRow[] */ public function getRows() { return $this->rows; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Zz-;vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.phpnu[name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidationMessage[] */ public function setValidationMessages($validationMessages) { $this->validationMessages = $validationMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidationMessage[] */ public function getValidationMessages() { return $this->validationMessages; } } PK, Zuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchRunTestCasesResponse.phpnu[results = $results; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseResult[] */ public function getResults() { return $this->results; } } PK, Z%[~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.phpnu[confidenceLevel = $confidenceLevel; } public function getConfidenceLevel() { return $this->confidenceLevel; } public function setLowerBound($lowerBound) { $this->lowerBound = $lowerBound; } public function getLowerBound() { return $this->lowerBound; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } public function setUpperBound($upperBound) { $this->upperBound = $upperBound; } public function getUpperBound() { return $this->upperBound; } } PK, Z,*\PPtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageTableCardCell.phpnu[text = $text; } public function getText() { return $this->text; } } PK, Z:׸kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TrainAgentRequest.phpnu[segments = $segments; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment[] */ public function getSegments() { return $this->segments; } } PK, Z5wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.phpnu[followupIntentName = $followupIntentName; } public function getFollowupIntentName() { return $this->followupIntentName; } public function setParentFollowupIntentName($parentFollowupIntentName) { $this->parentFollowupIntentName = $parentFollowupIntentName; } public function getParentFollowupIntentName() { return $this->parentFollowupIntentName; } } PK, ZS8~ ~ ~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction.phpnu[dial = $dial; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial */ public function getDial() { return $this->dial; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri */ public function setOpenUrl(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri $openUrl) { $this->openUrl = $openUrl; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri */ public function getOpenUrl() { return $this->openUrl; } public function setPostbackData($postbackData) { $this->postbackData = $postbackData; } public function getPostbackData() { return $this->postbackData; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation */ public function setShareLocation(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation $shareLocation) { $this->shareLocation = $shareLocation; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation */ public function getShareLocation() { return $this->shareLocation; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Zpqqovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListIntentsResponse.phpnu[intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent[] */ public function getIntents() { return $this->intents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Zx4rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3StartExperimentRequest.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK, ZbAAevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TextInput.phpnu[text = $text; } public function getText() { return $this->text; } } PK, Zvɗivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.phpnu[autoExpansionMode = $autoExpansionMode; } public function getAutoExpansionMode() { return $this->autoExpansionMode; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnableFuzzyExtraction($enableFuzzyExtraction) { $this->enableFuzzyExtraction = $enableFuzzyExtraction; } public function getEnableFuzzyExtraction() { return $this->enableFuzzyExtraction; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Zۚʋqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListTestCasesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase[] */ public function setTestCases($testCases) { $this->testCases = $testCases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCase[] */ public function getTestCases() { return $this->testCases; } } PK, Z[Rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleRpcStatus.phpnu[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; } } PK, Z Ncvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Sentiment.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK, ZQ;xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse.phpnu[warnings = $warnings; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus[] */ public function getWarnings() { return $this->warnings; } } PK, Z١vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.phpnu[phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK, Z +__gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryResult.phpnu[currentPage = $currentPage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Page */ public function getCurrentPage() { return $this->currentPage; } public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function getIntent() { return $this->intent; } public function setIntentDetectionConfidence($intentDetectionConfidence) { $this->intentDetectionConfidence = $intentDetectionConfidence; } public function getIntentDetectionConfidence() { return $this->intentDetectionConfidence; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Match */ public function setMatch(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Match $match) { $this->match = $match; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Match */ public function getMatch() { return $this->match; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setResponseMessages($responseMessages) { $this->responseMessages = $responseMessages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getResponseMessages() { return $this->responseMessages; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SentimentAnalysisResult */ public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SentimentAnalysisResult $sentimentAnalysisResult) { $this->sentimentAnalysisResult = $sentimentAnalysisResult; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SentimentAnalysisResult */ public function getSentimentAnalysisResult() { return $this->sentimentAnalysisResult; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } public function setTriggerEvent($triggerEvent) { $this->triggerEvent = $triggerEvent; } public function getTriggerEvent() { return $this->triggerEvent; } public function setTriggerIntent($triggerIntent) { $this->triggerIntent = $triggerIntent; } public function getTriggerIntent() { return $this->triggerIntent; } public function setWebhookPayloads($webhookPayloads) { $this->webhookPayloads = $webhookPayloads; } public function getWebhookPayloads() { return $this->webhookPayloads; } /** * @param Google_Service_Dialogflow_GoogleRpcStatus[] */ public function setWebhookStatuses($webhookStatuses) { $this->webhookStatuses = $webhookStatuses; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus[] */ public function getWebhookStatuses() { return $this->webhookStatuses; } } PK, Z? ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestionResult.phpnu[error = $error; } /** * @return Google_Service_Dialogflow_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestArticlesResponse */ public function setSuggestArticlesResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestArticlesResponse $suggestArticlesResponse) { $this->suggestArticlesResponse = $suggestArticlesResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestArticlesResponse */ public function getSuggestArticlesResponse() { return $this->suggestArticlesResponse; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse */ public function setSuggestFaqAnswersResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse $suggestFaqAnswersResponse) { $this->suggestFaqAnswersResponse = $suggestFaqAnswersResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse */ public function getSuggestFaqAnswersResponse() { return $this->suggestFaqAnswersResponse; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse */ public function setSuggestSmartRepliesResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse $suggestSmartRepliesResponse) { $this->suggestSmartRepliesResponse = $suggestSmartRepliesResponse; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse */ public function getSuggestSmartRepliesResponse() { return $this->suggestSmartRepliesResponse; } } PK, ZΉ``}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata.phpnu[state = $state; } public function getState() { return $this->state; } } PK, ZTTqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestion.phpnu[title = $title; } public function getTitle() { return $this->title; } } PK, Z8__wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setUserDefined($userDefined) { $this->userDefined = $userDefined; } public function getUserDefined() { return $this->userDefined; } } PK, Zz5??kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SessionEntityType.phpnu[entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setEntityOverrideMode($entityOverrideMode) { $this->entityOverrideMode = $entityOverrideMode; } public function getEntityOverrideMode() { return $this->entityOverrideMode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, Zdevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Form.phpnu[parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FormParameter[] */ public function getParameters() { return $this->parameters; } } PK, Z`LMlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1SessionInfo.phpnu[parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setSession($session) { $this->session = $session; } public function getSession() { return $this->session; } } PK, Zz[4ssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, ZrI  mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentRequest.phpnu[inputAudio = $inputAudio; } public function getInputAudio() { return $this->inputAudio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig */ public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig $outputAudioConfig) { $this->outputAudioConfig = $outputAudioConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig */ public function getOutputAudioConfig() { return $this->outputAudioConfig; } public function setOutputAudioConfigMask($outputAudioConfigMask) { $this->outputAudioConfigMask = $outputAudioConfigMask; } public function getOutputAudioConfigMask() { return $this->outputAudioConfigMask; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput */ public function setQueryInput(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput $queryInput) { $this->queryInput = $queryInput; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput */ public function getQueryInput() { return $this->queryInput; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters */ public function setQueryParams(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters $queryParams) { $this->queryParams = $queryParams; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters */ public function getQueryParams() { return $this->queryParams; } } PK, Z"_Վssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Z+ZZkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRoute.phpnu[condition = $condition; } public function getCondition() { return $this->condition; } public function setIntent($intent) { $this->intent = $intent; } public function getIntent() { return $this->intent; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function setTriggerFulfillment(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment $triggerFulfillment) { $this->triggerFulfillment = $triggerFulfillment; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment */ public function getTriggerFulfillment() { return $this->triggerFulfillment; } } PK, Z_ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SmartReplyAnswer.phpnu[answerRecord = $answerRecord; } public function getAnswerRecord() { return $this->answerRecord; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setReply($reply) { $this->reply = $reply; } public function getReply() { return $this->reply; } } PK, Ze}NNvvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FulfillmentGenericWebService.phpnu[isCloudFunction = $isCloudFunction; } public function getIsCloudFunction() { return $this->isCloudFunction; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setRequestHeaders($requestHeaders) { $this->requestHeaders = $requestHeaders; } public function getRequestHeaders() { return $this->requestHeaders; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK, ZZsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesMetadata.phpnu[errors = $errors; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseError[] */ public function getErrors() { return $this->errors; } } PK, ZXVǪuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata.phpnu[errors = $errors; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestError[] */ public function getErrors() { return $this->errors; } } PK, Z8%g vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setFooter($footer) { $this->footer = $footer; } public function getFooter() { return $this->footer; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction */ public function setOpenUriAction(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction $openUriAction) { $this->openUriAction = $openUriAction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction */ public function getOpenUriAction() { return $this->openUriAction; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, ZUvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent.phpnu[additionalCases = $additionalCases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases */ public function getAdditionalCases() { return $this->additionalCases; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage */ public function setMessage(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage $message) { $this->message = $message; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage */ public function getMessage() { return $this->message; } } PK, Z{ gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SpeechContext.phpnu[boost = $boost; } public function getBoost() { return $this->boost; } public function setPhrases($phrases) { $this->phrases = $phrases; } public function getPhrases() { return $this->phrases; } } PK, Z^`  rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SynthesizeSpeechConfig.phpnu[effectsProfileId = $effectsProfileId; } public function getEffectsProfileId() { return $this->effectsProfileId; } public function setPitch($pitch) { $this->pitch = $pitch; } public function getPitch() { return $this->pitch; } public function setSpeakingRate($speakingRate) { $this->speakingRate = $speakingRate; } public function getSpeakingRate() { return $this->speakingRate; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VoiceSelectionParams */ public function setVoice(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VoiceSelectionParams $voice) { $this->voice = $voice; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VoiceSelectionParams */ public function getVoice() { return $this->voice; } public function setVolumeGainDb($volumeGainDb) { $this->volumeGainDb = $volumeGainDb; } public function getVolumeGainDb() { return $this->volumeGainDb; } } PK, Zیf^^pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroup.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[] */ public function setTransitionRoutes($transitionRoutes) { $this->transitionRoutes = $transitionRoutes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[] */ public function getTransitionRoutes() { return $this->transitionRoutes; } } PK, Z &kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VersionVariants.phpnu[variants = $variants; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariantsVariant[] */ public function getVariants() { return $this->variants; } } PK, ZWlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SecuritySettings.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setInspectTemplate($inspectTemplate) { $this->inspectTemplate = $inspectTemplate; } public function getInspectTemplate() { return $this->inspectTemplate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPurgeDataTypes($purgeDataTypes) { $this->purgeDataTypes = $purgeDataTypes; } public function getPurgeDataTypes() { return $this->purgeDataTypes; } public function setRedactionScope($redactionScope) { $this->redactionScope = $redactionScope; } public function getRedactionScope() { return $this->redactionScope; } public function setRedactionStrategy($redactionStrategy) { $this->redactionStrategy = $redactionStrategy; } public function getRedactionStrategy() { return $this->redactionStrategy; } public function setRetentionWindowDays($retentionWindowDays) { $this->retentionWindowDays = $retentionWindowDays; } public function getRetentionWindowDays() { return $this->retentionWindowDays; } } PK, Zيvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK, ZXs 3HHlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FulfillmentFeature.phpnu[type = $type; } public function getType() { return $this->type; } } PK, Zs"#HHzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.phpnu[metrics = $metrics; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultMetric[] */ public function getMetrics() { return $this->metrics; } public function setSessionCount($sessionCount) { $this->sessionCount = $sessionCount; } public function getSessionCount() { return $this->sessionCount; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, Z4+7yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.phpnu[intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent[] */ public function getIntents() { return $this->intents; } } PK, Z_ixG##}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard.phpnu[cardContent = $cardContent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent */ public function getCardContent() { return $this->cardContent; } public function setCardOrientation($cardOrientation) { $this->cardOrientation = $cardOrientation; } public function getCardOrientation() { return $this->cardOrientation; } public function setThumbnailImageAlignment($thumbnailImageAlignment) { $this->thumbnailImageAlignment = $thumbnailImageAlignment; } public function getThumbnailImageAlignment() { return $this->thumbnailImageAlignment; } } PK, Z''i i kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1QueryInput.phpnu[audio = $audio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1AudioInput */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1DtmfInput */ public function setDtmf(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1DtmfInput $dtmf) { $this->dtmf = $dtmf; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1DtmfInput */ public function getDtmf() { return $this->dtmf; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventInput */ public function setEvent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventInput $event) { $this->event = $event; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventInput */ public function getEvent() { return $this->event; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentInput */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentInput $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentInput */ public function getIntent() { return $this->intent; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TextInput */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TextInput $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TextInput */ public function getText() { return $this->text; } } PK, Z*yyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Zy fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryInput.phpnu[audio = $audio; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AudioInput */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DtmfInput */ public function setDtmf(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DtmfInput $dtmf) { $this->dtmf = $dtmf; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DtmfInput */ public function getDtmf() { return $this->dtmf; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventInput */ public function setEvent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventInput $event) { $this->event = $event; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventInput */ public function getEvent() { return $this->event; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentInput */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentInput $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentInput */ public function getIntent() { return $this->intent; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TextInput */ public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TextInput $text) { $this->text = $text; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TextInput */ public function getText() { return $this->text; } } PK, ZBwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest.phpnu[names = $names; } public function getNames() { return $this->names; } } PK, Z+j$uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart[] */ public function getParts() { return $this->parts; } public function setRepeatCount($repeatCount) { $this->repeatCount = $repeatCount; } public function getRepeatCount() { return $this->repeatCount; } } PK, Z:-ssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata.phpnu[genericMetadata = $genericMetadata; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata */ public function getGenericMetadata() { return $this->genericMetadata; } } PK, Zڰ..pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentParameter.phpnu[entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsList($isList) { $this->isList = $isList; } public function getIsList() { return $this->isList; } public function setRedact($redact) { $this->redact = $redact; } public function getRedact() { return $this->redact; } } PK, ZCElvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ArticleAnswer.phpnu[answerRecord = $answerRecord; } public function getAnswerRecord() { return $this->answerRecord; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setSnippets($snippets) { $this->snippets = $snippets; } public function getSnippets() { return $this->snippets; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, ZO{RRqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageImage.phpnu[accessibilityText = $accessibilityText; } public function getAccessibilityText() { return $this->accessibilityText; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK, ZMqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.phpnu[ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, Zqj lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Fulfillment.phpnu[conditionalCases = $conditionalCases; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases[] */ public function getConditionalCases() { return $this->conditionalCases; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[] */ public function getMessages() { return $this->messages; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction[] */ public function setSetParameterActions($setParameterActions) { $this->setParameterActions = $setParameterActions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction[] */ public function getSetParameterActions() { return $this->setParameterActions; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setWebhook($webhook) { $this->webhook = $webhook; } public function getWebhook() { return $this->webhook; } } PK, Z&G uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3CalculateCoverageResponse.phpnu[agent = $agent; } public function getAgent() { return $this->agent; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverage */ public function setIntentCoverage(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverage $intentCoverage) { $this->intentCoverage = $intentCoverage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverage */ public function getIntentCoverage() { return $this->intentCoverage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage */ public function setRouteGroupCoverage(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage $routeGroupCoverage) { $this->routeGroupCoverage = $routeGroupCoverage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage */ public function getRouteGroupCoverage() { return $this->routeGroupCoverage; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverage */ public function setTransitionCoverage(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverage $transitionCoverage) { $this->transitionCoverage = $transitionCoverage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionCoverage */ public function getTransitionCoverage() { return $this->transitionCoverage; } } PK, Z{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase.phpnu[caseContent = $caseContent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent[] */ public function getCaseContent() { return $this->caseContent; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } } PK, Z,zɾzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata.phpnu[errors = $errors; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestError[] */ public function getErrors() { return $this->errors; } } PK, ZWVܒyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio.phpnu[allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setAudioUri($audioUri) { $this->audioUri = $audioUri; } public function getAudioUri() { return $this->audioUri; } } PK, Z>dvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EventInput.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } PK, Z|iimvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListIntentsResponse.phpnu[intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent[] */ public function getIntents() { return $this->intents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z Ѱjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentCoverage.phpnu[coverageScore = $coverageScore; } public function getCoverageScore() { return $this->coverageScore; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverageIntent[] */ public function setIntents($intents) { $this->intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentCoverageIntent[] */ public function getIntents() { return $this->intents; } } PK, ZS>avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Match.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEvent($event) { $this->event = $event; } public function getEvent() { return $this->event; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent $intent) { $this->intent = $intent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Intent */ public function getIntent() { return $this->intent; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setResolvedInput($resolvedInput) { $this->resolvedInput = $resolvedInput; } public function getResolvedInput() { return $this->resolvedInput; } } PK, ZrHHtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntitiesRequest.phpnu[entities = $entities; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity[] */ public function getEntities() { return $this->entities; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, ZO;uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelect.phpnu[items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelectItem[] */ public function getItems() { return $this->items; } } PK, Z5`ppvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata.phpnu[version = $version; } public function getVersion() { return $this->version; } } PK, ZZFivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ValidationError.phpnu[entries = $entries; } public function getEntries() { return $this->entries; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } } PK, ZĴQQgvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentInput.phpnu[intent = $intent; } public function getIntent() { return $this->intent; } } PK, Z칽tvv~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK, Z/'^vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ExponentialBuckets.phpnu[growthFactor = $growthFactor; } public function getGrowthFactor() { return $this->growthFactor; } public function setNumFiniteBuckets($numFiniteBuckets) { $this->numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } } PK, Z]L L Wvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/MetricValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } /** * @param Google_Service_Networkconnectivity_Distribution */ public function setDistributionValue(Google_Service_Networkconnectivity_Distribution $distributionValue) { $this->distributionValue = $distributionValue; } /** * @return Google_Service_Networkconnectivity_Distribution */ public function getDistributionValue() { return $this->distributionValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Networkconnectivity_Money */ public function setMoneyValue(Google_Service_Networkconnectivity_Money $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return Google_Service_Networkconnectivity_Money */ public function getMoneyValue() { return $this->moneyValue; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK, Zq\\Zvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK, ZUQvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK, Z\vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ListHubsResponse.phpnu[hubs = $hubs; } /** * @return Google_Service_Networkconnectivity_Hub[] */ public function getHubs() { return $this->hubs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK, ZP_vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Networkconnectivity_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, Z!!TTRvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Networkconnectivity_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Networkconnectivity_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Networkconnectivity_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, ZzcwwVvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Attributes.phpnu[attributeMap = $attributeMap; } /** * @return Google_Service_Networkconnectivity_AttributeValue[] */ public function getAttributeMap() { return $this->attributeMap; } public function setDroppedAttributesCount($droppedAttributesCount) { $this->droppedAttributesCount = $droppedAttributesCount; } public function getDroppedAttributesCount() { return $this->droppedAttributesCount; } } PK, Z9Tvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LogEntry.phpnu[httpRequest = $httpRequest; } /** * @return Google_Service_Networkconnectivity_HttpRequest */ public function getHttpRequest() { return $this->httpRequest; } public function setInsertId($insertId) { $this->insertId = $insertId; } public function getInsertId() { return $this->insertId; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Networkconnectivity_LogEntryOperation */ public function setOperation(Google_Service_Networkconnectivity_LogEntryOperation $operation) { $this->operation = $operation; } /** * @return Google_Service_Networkconnectivity_LogEntryOperation */ public function getOperation() { return $this->operation; } public function setProtoPayload($protoPayload) { $this->protoPayload = $protoPayload; } public function getProtoPayload() { return $this->protoPayload; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } /** * @param Google_Service_Networkconnectivity_LogEntrySourceLocation */ public function setSourceLocation(Google_Service_Networkconnectivity_LogEntrySourceLocation $sourceLocation) { $this->sourceLocation = $sourceLocation; } /** * @return Google_Service_Networkconnectivity_LogEntrySourceLocation */ public function getSourceLocation() { return $this->sourceLocation; } public function setStructPayload($structPayload) { $this->structPayload = $structPayload; } public function getStructPayload() { return $this->structPayload; } public function setTextPayload($textPayload) { $this->textPayload = $textPayload; } public function getTextPayload() { return $this->textPayload; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTrace($trace) { $this->trace = $trace; } public function getTrace() { return $this->trace; } } PK, Zâ_fvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Networkconnectivity_GoogleRpcStatus */ public function setError(Google_Service_Networkconnectivity_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Networkconnectivity_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK, Zcfvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, ZAfvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocations.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $locations = $networkconnectivityService->locations; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Networkconnectivity_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Networkconnectivity_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Networkconnectivity_ListLocationsResponse"); } } PK, Zpvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsOperations.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $operations = $networkconnectivityService->operations; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Networkconnectivity_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_NetworkconnectivityEmpty */ public function cancel($name, Google_Service_Networkconnectivity_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Networkconnectivity_NetworkconnectivityEmpty"); } /** * 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_Networkconnectivity_NetworkconnectivityEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Networkconnectivity_NetworkconnectivityEmpty"); } /** * 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_Networkconnectivity_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Networkconnectivity_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningListOperationsResponse"); } } PK, Zvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobal.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $global = $networkconnectivityService->global; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobal extends Google_Service_Resource { } PK, ZK h)h)lvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsSpokes.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $spokes = $networkconnectivityService->spokes; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsSpokes extends Google_Service_Resource { /** * Creates a new Spoke in a given project and location. (spokes.create) * * @param string $parent Required. The parent's resource name of the Spoke. * @param Google_Service_Networkconnectivity_Spoke $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An optional request ID to identify * requests. Specify a unique request ID so that if you must retry your request, * the server will know to ignore the request if it has already been completed. * The server will guarantee that for at least 60 minutes since the first * request. For example, consider a situation where you make an initial request * and t he request times out. If you make the request again with the same * request ID, the server can check if original operation with the same request * ID was received, and if so, will ignore the second request. This prevents * clients from accidentally creating 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 spokeId Optional. Unique id for the Spoke to create. * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation */ public function create($parent, Google_Service_Networkconnectivity_Spoke $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Deletes a single Spoke. (spokes.delete) * * @param string $name Required. The name of the Spoke to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An optional request ID to identify * requests. Specify a unique request ID so that if you must retry your request, * the server will know to ignore the request if it has already been completed. * The server will guarantee that for at least 60 minutes after the first * request. For example, consider a situation where you make an initial request * and t he request times out. If you make the request again with the same * request ID, the server can check if original operation with the same request * ID was received, and if so, will ignore the second request. This prevents * clients from accidentally creating duplicate commitments. The request ID must * be a valid UUID with the exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Gets details of a single Spoke. (spokes.get) * * @param string $name Required. The name of Spoke resource. * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Spoke */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Networkconnectivity_Spoke"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (spokes.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Networkconnectivity_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Lists Spokes in a given project and location. * (spokes.listProjectsLocationsSpokes) * * @param string $parent Required. The parent's resource name. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters the results listed * in the response. * @opt_param string orderBy Sort the results by a certain order. * @opt_param int pageSize The maximum number of results per page that should be * returned. * @opt_param string pageToken The page token. * @return Google_Service_Networkconnectivity_ListSpokesResponse */ public function listProjectsLocationsSpokes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Networkconnectivity_ListSpokesResponse"); } /** * Updates the parameters of a single Spoke. (spokes.patch) * * @param string $name Immutable. The name of a Spoke resource. * @param Google_Service_Networkconnectivity_Spoke $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An optional request ID to identify * requests. Specify a unique request ID so that if you must retry your request, * the server will know to ignore the request if it has already been completed. * The server will guarantee that for at least 60 minutes since the first * request. For example, consider a situation where you make an initial request * and t he request times out. If you make the request again with the same * request ID, the server can check if original operation with the same request * ID was received, and if so, will ignore the second request. This prevents * clients from accidentally creating duplicate commitments. The request ID must * be a valid UUID with the exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @opt_param string updateMask Optional. Field mask is used to specify the * fields to be overwritten in the Spoke resource by the update. The fields * specified in the update_mask are relative to the resource, not the full * request. A field will be overwritten if it is in the mask. If the user does * not provide a mask then all fields will be overwritten. * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation */ public function patch($name, Google_Service_Networkconnectivity_Spoke $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (spokes.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Policy */ public function setIamPolicy($resource, Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (spokes.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Networkconnectivity_TestIamPermissionsResponse"); } } PK, ZL߁v)v)vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalHubs.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $hubs = $networkconnectivityService->hubs; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalHubs extends Google_Service_Resource { /** * Creates a new Hub in a given project and location. (hubs.create) * * @param string $parent Required. The parent resource's name of the Hub. * @param Google_Service_Networkconnectivity_Hub $postBody * @param array $optParams Optional parameters. * * @opt_param string hubId Optional. Unique id for the Hub to create. * @opt_param string requestId Optional. An optional request ID to identify * requests. Specify a unique request ID so that if you must retry your request, * the server will know to ignore the request if it has already been completed. * The server will guarantee that for at least 60 minutes since the first * request. For example, consider a situation where you make an initial request * and t he request times out. If you make the request again with the same * request ID, the server can check if original operation with the same request * ID was received, and if so, will ignore the second request. This prevents * clients from accidentally creating duplicate commitments. The request ID must * be a valid UUID with the exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation */ public function create($parent, Google_Service_Networkconnectivity_Hub $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Deletes a single Hub. (hubs.delete) * * @param string $name Required. The name of the Hub to delete. * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An optional request ID to identify * requests. Specify a unique request ID so that if you must retry your request, * the server will know to ignore the request if it has already been completed. * The server will guarantee that for at least 60 minutes after the first * request. For example, consider a situation where you make an initial request * and t he request times out. If you make the request again with the same * request ID, the server can check if original operation with the same request * ID was received, and if so, will ignore the second request. This prevents * clients from accidentally creating duplicate commitments. The request ID must * be a valid UUID with the exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Gets details of a single Hub. (hubs.get) * * @param string $name Required. Name of the Hub resource to get. * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Hub */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Networkconnectivity_Hub"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (hubs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Networkconnectivity_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Lists Hubs in a given project and location. * (hubs.listProjectsLocationsNetworkconnectivityGlobalHubs) * * @param string $parent Required. The parent resource's name. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters the results listed * in the response. * @opt_param string orderBy Sort the results by a certain order. * @opt_param int pageSize The maximum number of results per page that should be * returned. * @opt_param string pageToken The page token. * @return Google_Service_Networkconnectivity_ListHubsResponse */ public function listProjectsLocationsNetworkconnectivityGlobalHubs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Networkconnectivity_ListHubsResponse"); } /** * Updates the parameters of a single Hub. (hubs.patch) * * @param string $name Immutable. The name of a Hub resource. * @param Google_Service_Networkconnectivity_Hub $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An optional request ID to identify * requests. Specify a unique request ID so that if you must retry your request, * the server will know to ignore the request if it has already been completed. * The server will guarantee that for at least 60 minutes since the first * request. For example, consider a situation where you make an initial request * and t he request times out. If you make the request again with the same * request ID, the server can check if original operation with the same request * ID was received, and if so, will ignore the second request. This prevents * clients from accidentally creating duplicate commitments. The request ID must * be a valid UUID with the exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @opt_param string updateMask Optional. Field mask is used to specify the * fields to be overwritten in the Hub resource by the update. The fields * specified in the update_mask are relative to the resource, not the full * request. A field will be overwritten if it is in the mask. If the user does * not provide a mask then all fields will be overwritten. * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation */ public function patch($name, Google_Service_Networkconnectivity_Hub $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Networkconnectivity_GoogleLongrunningOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (hubs.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Policy */ public function setIamPolicy($resource, Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (hubs.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Networkconnectivity_TestIamPermissionsResponse"); } } PK, Z65==svendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPrivateRanges.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $privateRanges = $networkconnectivityService->privateRanges; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsPrivateRanges extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (privateRanges.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Networkconnectivity_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (privateRanges.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Policy */ public function setIamPolicy($resource, Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (privateRanges.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Networkconnectivity_TestIamPermissionsResponse"); } } PK, Zf}Ț]vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/Projects.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $projects = $networkconnectivityService->projects; * */ class Google_Service_Networkconnectivity_Resource_Projects extends Google_Service_Resource { } PK, ZxDDtvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsInternalRanges.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $internalRanges = $networkconnectivityService->internalRanges; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsInternalRanges extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (internalRanges.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Networkconnectivity_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (internalRanges.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Policy */ public function setIamPolicy($resource, Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (internalRanges.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Networkconnectivity_TestIamPermissionsResponse"); } } PK, ZhXB^^wvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPolicyBasedRoutes.phpnu[ * $networkconnectivityService = new Google_Service_Networkconnectivity(...); * $policyBasedRoutes = $networkconnectivityService->policyBasedRoutes; * */ class Google_Service_Networkconnectivity_Resource_ProjectsLocationsPolicyBasedRoutes extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (policyBasedRoutes.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Networkconnectivity_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (policyBasedRoutes.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_Policy */ public function setIamPolicy($resource, Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (policyBasedRoutes.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Networkconnectivity_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Networkconnectivity_TestIamPermissionsResponse"); } } PK, Z qsvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Networkconnectivity_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Networkconnectivity_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK, Z2{Uvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TraceSpan.phpnu[attributes = $attributes; } /** * @return Google_Service_Networkconnectivity_Attributes */ public function getAttributes() { return $this->attributes; } public function setChildSpanCount($childSpanCount) { $this->childSpanCount = $childSpanCount; } public function getChildSpanCount() { return $this->childSpanCount; } /** * @param Google_Service_Networkconnectivity_TruncatableString */ public function setDisplayName(Google_Service_Networkconnectivity_TruncatableString $displayName) { $this->displayName = $displayName; } /** * @return Google_Service_Networkconnectivity_TruncatableString */ public function getDisplayName() { return $this->displayName; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentSpanId($parentSpanId) { $this->parentSpanId = $parentSpanId; } public function getParentSpanId() { return $this->parentSpanId; } public function setSameProcessAsParentSpan($sameProcessAsParentSpan) { $this->sameProcessAsParentSpan = $sameProcessAsParentSpan; } public function getSameProcessAsParentSpan() { return $this->sameProcessAsParentSpan; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setSpanKind($spanKind) { $this->spanKind = $spanKind; } public function getSpanKind() { return $this->spanKind; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_Networkconnectivity_GoogleRpcStatus */ public function setStatus(Google_Service_Networkconnectivity_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_Networkconnectivity_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK, Z]vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK, ZE0Svendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Networkconnectivity_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK, ZP$7KKavendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Networkconnectivity_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZnWvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/BillingView.phpnu[reportRequests = $reportRequests; } /** * @return Google_Service_Networkconnectivity_ReportRequest[] */ public function getReportRequests() { return $this->reportRequests; } } PK, ZQ'Pb77Xvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ResourceInfo.phpnu[resourceContainer = $resourceContainer; } public function getResourceContainer() { return $this->resourceContainer; } public function setResourceLocation($resourceLocation) { $this->resourceLocation = $resourceLocation; } public function getResourceLocation() { return $this->resourceLocation; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK, Z[@Urr[vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ExplicitBuckets.phpnu[bounds = $bounds; } public function getBounds() { return $this->bounds; } } PK, Z‰svendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleLongrunningCancelOperationRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, Zo0Zvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/AttributeValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } /** * @param Google_Service_Networkconnectivity_TruncatableString */ public function setStringValue(Google_Service_Networkconnectivity_TruncatableString $stringValue) { $this->stringValue = $stringValue; } /** * @return Google_Service_Networkconnectivity_TruncatableString */ public function getStringValue() { return $this->stringValue; } } PK, Zۨ9cvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/RouterApplianceInstance.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setNetworkInterface($networkInterface) { $this->networkInterface = $networkInterface; } public function getNetworkInterface() { return $this->networkInterface; } public function setVirtualMachine($virtualMachine) { $this->virtualMachine = $virtualMachine; } public function getVirtualMachine() { return $this->virtualMachine; } } PK, Z}xXvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Distribution.phpnu[bucketCounts = $bucketCounts; } public function getBucketCounts() { return $this->bucketCounts; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Networkconnectivity_Exemplar[] */ public function setExemplars($exemplars) { $this->exemplars = $exemplars; } /** * @return Google_Service_Networkconnectivity_Exemplar[] */ public function getExemplars() { return $this->exemplars; } /** * @param Google_Service_Networkconnectivity_ExplicitBuckets */ public function setExplicitBuckets(Google_Service_Networkconnectivity_ExplicitBuckets $explicitBuckets) { $this->explicitBuckets = $explicitBuckets; } /** * @return Google_Service_Networkconnectivity_ExplicitBuckets */ public function getExplicitBuckets() { return $this->explicitBuckets; } /** * @param Google_Service_Networkconnectivity_ExponentialBuckets */ public function setExponentialBuckets(Google_Service_Networkconnectivity_ExponentialBuckets $exponentialBuckets) { $this->exponentialBuckets = $exponentialBuckets; } /** * @return Google_Service_Networkconnectivity_ExponentialBuckets */ public function getExponentialBuckets() { return $this->exponentialBuckets; } /** * @param Google_Service_Networkconnectivity_LinearBuckets */ public function setLinearBuckets(Google_Service_Networkconnectivity_LinearBuckets $linearBuckets) { $this->linearBuckets = $linearBuckets; } /** * @return Google_Service_Networkconnectivity_LinearBuckets */ public function getLinearBuckets() { return $this->linearBuckets; } public function setMaximum($maximum) { $this->maximum = $maximum; } public function getMaximum() { return $this->maximum; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } public function setMinimum($minimum) { $this->minimum = $minimum; } public function getMinimum() { return $this->minimum; } public function setSumOfSquaredDeviation($sumOfSquaredDeviation) { $this->sumOfSquaredDeviation = $sumOfSquaredDeviation; } public function getSumOfSquaredDeviation() { return $this->sumOfSquaredDeviation; } } PK, Z]vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LogEntryOperation.phpnu[first = $first; } public function getFirst() { return $this->first; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLast($last) { $this->last = $last; } public function getLast() { return $this->last; } public function setProducer($producer) { $this->producer = $producer; } public function getProducer() { return $this->producer; } } PK, Z' Wvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/HttpRequest.phpnu[cacheFillBytes = $cacheFillBytes; } public function getCacheFillBytes() { return $this->cacheFillBytes; } public function setCacheHit($cacheHit) { $this->cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } public function setCacheLookup($cacheLookup) { $this->cacheLookup = $cacheLookup; } public function getCacheLookup() { return $this->cacheLookup; } public function setCacheValidatedWithOriginServer($cacheValidatedWithOriginServer) { $this->cacheValidatedWithOriginServer = $cacheValidatedWithOriginServer; } public function getCacheValidatedWithOriginServer() { return $this->cacheValidatedWithOriginServer; } public function setLatency($latency) { $this->latency = $latency; } public function getLatency() { return $this->latency; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setReferer($referer) { $this->referer = $referer; } public function getReferer() { return $this->referer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setRequestMethod($requestMethod) { $this->requestMethod = $requestMethod; } public function getRequestMethod() { return $this->requestMethod; } public function setRequestSize($requestSize) { $this->requestSize = $requestSize; } public function getRequestSize() { return $this->requestSize; } public function setRequestUrl($requestUrl) { $this->requestUrl = $requestUrl; } public function getRequestUrl() { return $this->requestUrl; } public function setResponseSize($responseSize) { $this->responseSize = $responseSize; } public function getResponseSize() { return $this->responseSize; } public function setServerIp($serverIp) { $this->serverIp = $serverIp; } public function getServerIp() { return $this->serverIp; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK, ZbIUvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Operation.phpnu[consumerId = $consumerId; } public function getConsumerId() { return $this->consumerId; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } public function setImportance($importance) { $this->importance = $importance; } public function getImportance() { return $this->importance; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Networkconnectivity_LogEntry[] */ public function setLogEntries($logEntries) { $this->logEntries = $logEntries; } /** * @return Google_Service_Networkconnectivity_LogEntry[] */ public function getLogEntries() { return $this->logEntries; } /** * @param Google_Service_Networkconnectivity_MetricValueSet[] */ public function setMetricValueSets($metricValueSets) { $this->metricValueSets = $metricValueSets; } /** * @return Google_Service_Networkconnectivity_MetricValueSet[] */ public function getMetricValueSets() { return $this->metricValueSets; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setOperationName($operationName) { $this->operationName = $operationName; } public function getOperationName() { return $this->operationName; } /** * @param Google_Service_Networkconnectivity_QuotaProperties */ public function setQuotaProperties(Google_Service_Networkconnectivity_QuotaProperties $quotaProperties) { $this->quotaProperties = $quotaProperties; } /** * @return Google_Service_Networkconnectivity_QuotaProperties */ public function getQuotaProperties() { return $this->quotaProperties; } /** * @param Google_Service_Networkconnectivity_ResourceInfo[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Networkconnectivity_ResourceInfo[] */ public function getResources() { return $this->resources; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_Networkconnectivity_TraceSpan[] */ public function setTraceSpans($traceSpans) { $this->traceSpans = $traceSpans; } /** * @return Google_Service_Networkconnectivity_TraceSpan[] */ public function getTraceSpans() { return $this->traceSpans; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } } PK, Z(Yvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LinearBuckets.phpnu[numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK, Z"a SSZvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/MetricValueSet.phpnu[metricName = $metricName; } public function getMetricName() { return $this->metricName; } /** * @param Google_Service_Networkconnectivity_MetricValue[] */ public function setMetricValues($metricValues) { $this->metricValues = $metricValues; } /** * @return Google_Service_Networkconnectivity_MetricValue[] */ public function getMetricValues() { return $this->metricValues; } } PK, ZU^vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ListSpokesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Networkconnectivity_Spoke[] */ public function setSpokes($spokes) { $this->spokes = $spokes; } /** * @return Google_Service_Networkconnectivity_Spoke[] */ public function getSpokes() { return $this->spokes; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK, ZTvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Exemplar.phpnu[attachments = $attachments; } public function getAttachments() { return $this->attachments; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Znñdvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/NetworkconnectivityEmpty.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZBqS__Wvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Networkconnectivity_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK, Z7Ovendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Hub.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSpokes($spokes) { $this->spokes = $spokes; } public function getSpokes() { return $this->spokes; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Z/vvbvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LogEntrySourceLocation.phpnu[file = $file; } public function getFile() { return $this->file; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK, Za[vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleRpcStatus.phpnu[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; } } PK, ZYvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ReportRequest.phpnu[operations = $operations; } /** * @return Google_Service_Networkconnectivity_Operation[] */ public function getOperations() { return $this->operations; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK, Zr00]vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TruncatableString.phpnu[truncatedByteCount = $truncatedByteCount; } public function getTruncatedByteCount() { return $this->truncatedByteCount; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZB Qvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Spoke.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHub($hub) { $this->hub = $hub; } public function getHub() { return $this->hub; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLinkedInterconnectAttachments($linkedInterconnectAttachments) { $this->linkedInterconnectAttachments = $linkedInterconnectAttachments; } public function getLinkedInterconnectAttachments() { return $this->linkedInterconnectAttachments; } /** * @param Google_Service_Networkconnectivity_RouterApplianceInstance[] */ public function setLinkedRouterApplianceInstances($linkedRouterApplianceInstances) { $this->linkedRouterApplianceInstances = $linkedRouterApplianceInstances; } /** * @return Google_Service_Networkconnectivity_RouterApplianceInstance[] */ public function getLinkedRouterApplianceInstances() { return $this->linkedRouterApplianceInstances; } public function setLinkedVpnTunnels($linkedVpnTunnels) { $this->linkedVpnTunnels = $linkedVpnTunnels; } public function getLinkedVpnTunnels() { return $this->linkedVpnTunnels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, ZrߐZZ[vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/QuotaProperties.phpnu[quotaMode = $quotaMode; } public function getQuotaMode() { return $this->quotaMode; } } PK, ZdreTTPvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Zjڱjcvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreResponse.phpnu[clientToken = $clientToken; } public function getClientToken() { return $this->clientToken; } public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } public function getDetectedLanguages() { return $this->detectedLanguages; } public function setRequestedLanguages($requestedLanguages) { $this->requestedLanguages = $requestedLanguages; } public function getRequestedLanguages() { return $this->requestedLanguages; } } PK, ZwF bvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreRequest.phpnu[attributeScores = $attributeScores; } /** * @return Google_Service_CommentAnalyzer_AttributeScores */ public function getAttributeScores() { return $this->attributeScores; } public function setClientToken($clientToken) { $this->clientToken = $clientToken; } public function getClientToken() { return $this->clientToken; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setComment(Google_Service_CommentAnalyzer_TextEntry $comment) { $this->comment = $comment; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getComment() { return $this->comment; } public function setCommunityId($communityId) { $this->communityId = $communityId; } public function getCommunityId() { return $this->communityId; } /** * @param Google_Service_CommentAnalyzer_Context */ public function setContext(Google_Service_CommentAnalyzer_Context $context) { $this->context = $context; } /** * @return Google_Service_CommentAnalyzer_Context */ public function getContext() { return $this->context; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } } PK, Z> ]vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentRequest.phpnu[clientToken = $clientToken; } public function getClientToken() { return $this->clientToken; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setComment(Google_Service_CommentAnalyzer_TextEntry $comment) { $this->comment = $comment; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getComment() { return $this->comment; } public function setCommunityId($communityId) { $this->communityId = $communityId; } public function getCommunityId() { return $this->communityId; } /** * @param Google_Service_CommentAnalyzer_Context */ public function setContext(Google_Service_CommentAnalyzer_Context $context) { $this->context = $context; } /** * @return Google_Service_CommentAnalyzer_Context */ public function getContext() { return $this->context; } public function setDoNotStore($doNotStore) { $this->doNotStore = $doNotStore; } public function getDoNotStore() { return $this->doNotStore; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } /** * @param Google_Service_CommentAnalyzer_AttributeParameters */ public function setRequestedAttributes($requestedAttributes) { $this->requestedAttributes = $requestedAttributes; } /** * @return Google_Service_CommentAnalyzer_AttributeParameters */ public function getRequestedAttributes() { return $this->requestedAttributes; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setSpanAnnotations($spanAnnotations) { $this->spanAnnotations = $spanAnnotations; } public function getSpanAnnotations() { return $this->spanAnnotations; } } PK, Z ʴOvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Context.phpnu[articleAndParentComment = $articleAndParentComment; } /** * @return Google_Service_CommentAnalyzer_ArticleAndParentComment */ public function getArticleAndParentComment() { return $this->articleAndParentComment; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getEntries() { return $this->entries; } } PK, ZOQvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/TextEntry.phpnu[text = $text; } public function getText() { return $this->text; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZIb..Wvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeScores.phpnu[spanScores = $spanScores; } /** * @return Google_Service_CommentAnalyzer_SpanScore */ public function getSpanScores() { return $this->spanScores; } /** * @param Google_Service_CommentAnalyzer_Score */ public function setSummaryScore(Google_Service_CommentAnalyzer_Score $summaryScore) { $this->summaryScore = $summaryScore; } /** * @return Google_Service_CommentAnalyzer_Score */ public function getSummaryScore() { return $this->summaryScore; } } PK, Z=fyyYvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Resource/Comments.phpnu[ * $commentanalyzerService = new Google_Service_CommentAnalyzer(...); * $comments = $commentanalyzerService->comments; * */ class Google_Service_CommentAnalyzer_Resource_Comments extends Google_Service_Resource { /** * Analyzes the provided text and returns scores for requested attributes. * (comments.analyze) * * @param Google_Service_CommentAnalyzer_AnalyzeCommentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CommentAnalyzer_AnalyzeCommentResponse */ public function analyze(Google_Service_CommentAnalyzer_AnalyzeCommentRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyze', array($params), "Google_Service_CommentAnalyzer_AnalyzeCommentResponse"); } /** * Suggest comment scores as training data. (comments.suggestscore) * * @param Google_Service_CommentAnalyzer_SuggestCommentScoreRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CommentAnalyzer_SuggestCommentScoreResponse */ public function suggestscore(Google_Service_CommentAnalyzer_SuggestCommentScoreRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('suggestscore', array($params), "Google_Service_CommentAnalyzer_SuggestCommentScoreResponse"); } } PK, Z0Z\Mvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Score.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZP)AAQvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SpanScore.phpnu[begin = $begin; } public function getBegin() { return $this->begin; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } /** * @param Google_Service_CommentAnalyzer_Score */ public function setScore(Google_Service_CommentAnalyzer_Score $score) { $this->score = $score; } /** * @return Google_Service_CommentAnalyzer_Score */ public function getScore() { return $this->score; } } PK, ZH\..[vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeParameters.phpnu[scoreThreshold = $scoreThreshold; } public function getScoreThreshold() { return $this->scoreThreshold; } public function setScoreType($scoreType) { $this->scoreType = $scoreType; } public function getScoreType() { return $this->scoreType; } } PK, Zs))_vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/ArticleAndParentComment.phpnu[article = $article; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getArticle() { return $this->article; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setParentComment(Google_Service_CommentAnalyzer_TextEntry $parentComment) { $this->parentComment = $parentComment; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getParentComment() { return $this->parentComment; } } PK, ZlB^vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentResponse.phpnu[attributeScores = $attributeScores; } /** * @return Google_Service_CommentAnalyzer_AttributeScores */ public function getAttributeScores() { return $this->attributeScores; } public function setClientToken($clientToken) { $this->clientToken = $clientToken; } public function getClientToken() { return $this->clientToken; } public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } public function getDetectedLanguages() { return $this->detectedLanguages; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } } PK, Z,|  fvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK, Z.vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Version.phpnu[asset = $asset; } public function getAsset() { return $this->asset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOriginalAsset($originalAsset) { $this->originalAsset = $originalAsset; } public function getOriginalAsset() { return $this->originalAsset; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, ZIvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest.phpnu[association = $association; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association */ public function getAssociation() { return $this->association; } } PK, Zx gvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleProtobufEmpty.phpnu[assetType = $assetType; } public function getAssetType() { return $this->assetType; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayMetadata($displayMetadata) { $this->displayMetadata = $displayMetadata; } public function getDisplayMetadata() { return $this->displayMetadata; } public function setIconUri($iconUri) { $this->iconUri = $iconUri; } public function getIconUri() { return $this->iconUri; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Zd&Yvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse.phpnu[catalogs = $catalogs; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog */ public function getCatalogs() { return $this->catalogs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Zjffbvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z/Hvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest.phpnu[destinationProductName = $destinationProductName; } public function getDestinationProductName() { return $this->destinationProductName; } } PK, ZWj  nvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudPrivateCatalogProducer_GoogleRpcStatus */ public function setError(Google_Service_CloudPrivateCatalogProducer_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK, ZXYH##evendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.phpnu[ * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); * $catalogs = $cloudprivatecatalogproducerService->catalogs; * */ class Google_Service_CloudPrivateCatalogProducer_Resource_Catalogs extends Google_Service_Resource { /** * Creates a new Catalog resource. (catalogs.create) * * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation */ public function create(Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); } /** * Soft deletes an existing Catalog and all resources under it. The catalog can * only be deleted if there is no associations under it or * DeleteCatalogRequest.force is true. The delete operation can be recovered by * the PrivateCatalogProducer.UndeleteCatalog method. (catalogs.delete) * * @param string $name The resource name of the catalog. * @param array $optParams Optional parameters. * * @opt_param bool force Forces deletion of the `Catalog` and its `Association` * resources. If the `Catalog` is still associated with other resources and * force is not set to true, then the operation fails. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); } /** * Returns the requested Catalog resource. (catalogs.get) * * @param string $name The resource name of the catalog. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); } /** * Gets IAM policy for the specified Catalog. (catalogs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. * * Valid values are 0, 1, and 3. Requests specifying an invalid value will be * rejected. * * Requests for policies with any conditional bindings must specify version 3. * Policies without any conditional bindings may specify any valid value or * leave the field unset. * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy"); } /** * Lists Catalog resources that the producer has access to, within the scope of * the parent resource. (catalogs.listCatalogs) * * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to ListCatalogs that indicates where this listing should continue from. This * field is optional. * @opt_param int pageSize The maximum number of catalogs to return. * @opt_param string parent The resource name of the parent resource. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse */ public function listCatalogs($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse"); } /** * Updates a specific Catalog resource. (catalogs.patch) * * @param string $name Output only. The resource name of the catalog, in the * format `catalogs/{catalog_id}'. * * A unique identifier for the catalog, which is generated by catalog service. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask that controls which fields of the * catalog should be updated. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog */ public function patch($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); } /** * Sets the IAM policy for the specified Catalog. (catalogs.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudPrivateCatalogProducer_GoogleIamV1SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy */ public function setIamPolicy($resource, Google_Service_CloudPrivateCatalogProducer_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy"); } /** * Tests the IAM permissions for the specified Catalog. * (catalogs.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsResponse"); } /** * Undeletes a deleted Catalog and all resources under it. (catalogs.undelete) * * @param string $name The resource name of the catalog. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog */ public function undelete($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); } } PK, ZA * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); * $versions = $cloudprivatecatalogproducerService->versions; * */ class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsVersions extends Google_Service_Resource { /** * Creates a Version instance under a given Product. (versions.create) * * @param string $parent The product name of the new version's parent. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation */ public function create($parent, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); } /** * Hard deletes a Version. (versions.delete) * * @param string $name The resource name of the version. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); } /** * Returns the requested Version resource. (versions.get) * * @param string $name The resource name of the version. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version"); } /** * Lists Version resources that the producer has access to, within the scope of * the parent Product. (versions.listCatalogsProductsVersions) * * @param string $parent The resource name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to ListVersions that indicates where this listing should continue from. This * field is optional. * @opt_param int pageSize The maximum number of versions to return. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse */ public function listCatalogsProductsVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse"); } /** * Updates a specific Version resource. (versions.patch) * * @param string $name Required. The resource name of the version, in the format * `catalogs/{catalog_id}/products/{product_id}/versions/a-z*[a-z0-9]'. * * A unique identifier for the version under a product, which can't be changed * after the version is created. The final segment of the name must between 1 * and 63 characters in length. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask that controls which fields of the * version should be updated. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version */ public function patch($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version"); } } PK, Z5 bmvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.phpnu[ * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); * $products = $cloudprivatecatalogproducerService->products; * */ class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProducts extends Google_Service_Resource { /** * Copies a Product under another Catalog. (products.copy) * * @param string $name The resource name of the current product that is copied * from. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation */ public function copy($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('copy', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); } /** * Creates a Product instance under a given Catalog. (products.create) * * @param string $parent The catalog name of the new product's parent. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product */ public function create($parent, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product"); } /** * Hard deletes a Product. (products.delete) * * @param string $name The resource name of the product. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); } /** * Returns the requested Product resource. (products.get) * * @param string $name The resource name of the product. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product"); } /** * Lists Product resources that the producer has access to, within the scope of * the parent catalog. (products.listCatalogsProducts) * * @param string $parent The resource name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression used to restrict the returned * results based upon properties of the product. * @opt_param string pageToken A pagination token returned from a previous call * to ListProducts that indicates where this listing should continue from. This * field is optional. * @opt_param int pageSize The maximum number of products to return. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse */ public function listCatalogsProducts($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse"); } /** * Updates a specific Product resource. (products.patch) * * @param string $name Required. The resource name of the product in the format * `catalogs/{catalog_id}/products/a-z*[a-z0-9]'. * * A unique identifier for the product under a catalog, which cannot be changed * after the product is created. The final segment of the name must between 1 * and 256 characters in length. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask that controls which fields of the * product should be updated. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product */ public function patch($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product"); } } PK, Zpgvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.phpnu[ * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); * $operations = $cloudprivatecatalogproducerService->operations; * */ class Google_Service_CloudPrivateCatalogProducer_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty */ public function cancel($name, Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. * * NOTE: the `name` binding allows API services to override the binding to use * different resource name schemes, such as `users/operations`. To override the * binding, API services can add a binding such as * `"/v1/{name=users}/operations"` to their service configuration. For backwards * compatibility, the default name includes the operations collection id, * however overriding users must ensure the name binding is the parent resource, * without the operations collection id. (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string name The name of the operation's parent resource. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. * @opt_param string filter The standard list filter. * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningListOperationsResponse"); } } PK, Zqvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsAssociations.phpnu[ * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); * $associations = $cloudprivatecatalogproducerService->associations; * */ class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsAssociations extends Google_Service_Resource { /** * Creates an Association instance under a given Catalog. (associations.create) * * @param string $parent The `Catalog` resource's name. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association */ public function create($parent, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association"); } /** * Deletes the given Association. (associations.delete) * * @param string $name The resource name of the `Association` to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); } /** * Returns the requested Association resource. (associations.get) * * @param string $name The resource name of the `Association` to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association"); } /** * Lists all Association resources under a catalog. * (associations.listCatalogsAssociations) * * @param string $parent The resource name of the `Catalog` whose `Associations` * are being retrieved. In the format `catalogs/`. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from the previous * call to `ListAssociations`. * @opt_param int pageSize The maximum number of catalog associations to return. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse */ public function listCatalogsAssociations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse"); } } PK, Zjz4rvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsIcons.phpnu[ * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); * $icons = $cloudprivatecatalogproducerService->icons; * */ class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsIcons extends Google_Service_Resource { /** * Creates an Icon instance under a given Product. If Product only has a default * icon, a new Icon instance is created and associated with the given Product. * If Product already has a non-default icon, the action creates a new Icon * instance, associates the newly created Icon with the given Product and * deletes the old icon. (icons.upload) * * @param string $product The resource name of the product. * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UploadIconRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty */ public function upload($product, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UploadIconRequest $postBody, $optParams = array()) { $params = array('product' => $product, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); } } PK, Z?K{vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation */ public function getOperations() { return $this->operations; } } PK, Z! jvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1AuditLogConfig */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK, Z-7oomvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK, Z⭟@vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Catalog.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Z]S{vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningCancelOperationRequest.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product */ public function getProducts() { return $this->products; } } PK, Z兤evendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1AuditConfig */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Binding */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Binding */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, ZDuffrvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, Z.xvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, ZUtcvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleRpcStatus.phpnu[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; } } PK, Z[..vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse.phpnu[associations = $associations; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association */ public function getAssociations() { return $this->associations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Ziivendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1UploadIconRequest.phpnu[icon = $icon; } public function getIcon() { return $this->icon; } } PK, Zd"vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Association.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK, Z ECyvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, Z܂$vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version */ public function getVersions() { return $this->versions; } } PK, ZT;WWJvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Bin.phpnu[density = $density; } public function getDensity() { return $this->density; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK, Z:11Wvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/UrlNormalization.phpnu[normalizedUrl = $normalizedUrl; } public function getNormalizedUrl() { return $this->normalizedUrl; } public function setOriginalUrl($originalUrl) { $this->originalUrl = $originalUrl; } public function getOriginalUrl() { return $this->originalUrl; } } PK, Z8Jvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Key.phpnu[effectiveConnectionType = $effectiveConnectionType; } public function getEffectiveConnectionType() { return $this->effectiveConnectionType; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK, ZT.}}}Mvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Record.phpnu[key = $key; } /** * @return Google_Service_ChromeUXReport_Key */ public function getKey() { return $this->key; } /** * @param Google_Service_ChromeUXReport_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ChromeUXReport_Metric[] */ public function getMetrics() { return $this->metrics; } } PK, ZUjXXWvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Resource/Records.phpnu[ * $chromeuxreportService = new Google_Service_ChromeUXReport(...); * $records = $chromeuxreportService->records; * */ class Google_Service_ChromeUXReport_Resource_Records extends Google_Service_Resource { /** * Queries the Chrome User Experience for a single `record` for a given site. * Returns a `record` that contains one or more `metrics` corresponding to * performance data about the requested site. (records.queryRecord) * * @param Google_Service_ChromeUXReport_QueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ChromeUXReport_QueryResponse */ public function queryRecord(Google_Service_ChromeUXReport_QueryRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('queryRecord', array($params), "Google_Service_ChromeUXReport_QueryResponse"); } } PK, Z''Rvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Percentiles.phpnu[p75 = $p75; } public function getP75() { return $this->p75; } } PK, ZnnTvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/QueryResponse.phpnu[record = $record; } /** * @return Google_Service_ChromeUXReport_Record */ public function getRecord() { return $this->record; } /** * @param Google_Service_ChromeUXReport_UrlNormalization */ public function setUrlNormalizationDetails(Google_Service_ChromeUXReport_UrlNormalization $urlNormalizationDetails) { $this->urlNormalizationDetails = $urlNormalizationDetails; } /** * @return Google_Service_ChromeUXReport_UrlNormalization */ public function getUrlNormalizationDetails() { return $this->urlNormalizationDetails; } } PK, Z2@Mvendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Metric.phpnu[histogram = $histogram; } /** * @return Google_Service_ChromeUXReport_Bin[] */ public function getHistogram() { return $this->histogram; } /** * @param Google_Service_ChromeUXReport_Percentiles */ public function setPercentiles(Google_Service_ChromeUXReport_Percentiles $percentiles) { $this->percentiles = $percentiles; } /** * @return Google_Service_ChromeUXReport_Percentiles */ public function getPercentiles() { return $this->percentiles; } } PK, ZQZP``Svendor/google/apiclient-services/src/Google/Service/ChromeUXReport/QueryRequest.phpnu[effectiveConnectionType = $effectiveConnectionType; } public function getEffectiveConnectionType() { return $this->effectiveConnectionType; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK, ZZ Fvendor/google/apiclient-services/src/Google/Service/IAMCredentials.phpnu[ * Creates short-lived credentials for impersonating IAM service accounts. To * enable this API, you must enable the IAM API (iam.googleapis.com).

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_IAMCredentials extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_serviceAccounts; /** * Constructs the internal representation of the IAMCredentials service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://iamcredentials.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'iamcredentials'; $this->projects_serviceAccounts = new Google_Service_IAMCredentials_Resource_ProjectsServiceAccounts( $this, $this->serviceName, 'serviceAccounts', array( 'methods' => array( 'generateAccessToken' => array( 'path' => 'v1/{+name}:generateAccessToken', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateIdToken' => array( 'path' => 'v1/{+name}:generateIdToken', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'signBlob' => array( 'path' => 'v1/{+name}:signBlob', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'signJwt' => array( 'path' => 'v1/{+name}:signJwt', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, Z ƈ Dvendor/google/apiclient-services/src/Google/Service/Urlshortener.phpnu[ * Lets you create, inspect, and manage goo.gl short URLs

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Urlshortener extends Google_Service { /** Manage your goo.gl short URLs. */ const URLSHORTENER = "https://www.googleapis.com/auth/urlshortener"; public $url; /** * Constructs the internal representation of the Urlshortener service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'urlshortener/v1/'; $this->batchPath = 'batch/urlshortener/v1'; $this->version = 'v1'; $this->serviceName = 'urlshortener'; $this->url = new Google_Service_Urlshortener_Resource_Url( $this, $this->serviceName, 'url', array( 'methods' => array( 'get' => array( 'path' => 'url', 'httpMethod' => 'GET', 'parameters' => array( 'shortUrl' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'url', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'url/history', 'httpMethod' => 'GET', 'parameters' => array( 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'start-token' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, ZiFdvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1SubmitUriRequest.phpnu[submission = $submission; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1Submission */ public function getSubmission() { return $this->submission; } } PK, ZHfvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1SearchUrisResponse.phpnu[threat = $threat; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1SearchUrisResponseThreatUri */ public function getThreat() { return $this->threat; } } PK, Za!evendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1RiceDeltaEncoding.phpnu[encodedData = $encodedData; } public function getEncodedData() { return $this->encodedData; } public function setEntryCount($entryCount) { $this->entryCount = $entryCount; } public function getEntryCount() { return $this->entryCount; } public function setFirstValue($firstValue) { $this->firstValue = $firstValue; } public function getFirstValue() { return $this->firstValue; } public function setRiceParameter($riceParameter) { $this->riceParameter = $riceParameter; } public function getRiceParameter() { return $this->riceParameter; } } PK, Z̪]vendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1RawHashes.phpnu[prefixSize = $prefixSize; } public function getPrefixSize() { return $this->prefixSize; } public function setRawHashes($rawHashes) { $this->rawHashes = $rawHashes; } public function getRawHashes() { return $this->rawHashes; } } PK, Zgvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1ThreatEntryRemovals.phpnu[rawIndices = $rawIndices; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1RawIndices */ public function getRawIndices() { return $this->rawIndices; } /** * @param Google_Service_WebRisk_GoogleCloudWebriskV1RiceDeltaEncoding */ public function setRiceIndices(Google_Service_WebRisk_GoogleCloudWebriskV1RiceDeltaEncoding $riceIndices) { $this->riceIndices = $riceIndices; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1RiceDeltaEncoding */ public function getRiceIndices() { return $this->riceIndices; } } PK, Z5bSvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleProtobufEmpty.phpnu[indices = $indices; } public function getIndices() { return $this->indices; } } PK, ZShvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1ThreatEntryAdditions.phpnu[rawHashes = $rawHashes; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1RawHashes[] */ public function getRawHashes() { return $this->rawHashes; } /** * @param Google_Service_WebRisk_GoogleCloudWebriskV1RiceDeltaEncoding */ public function setRiceHashes(Google_Service_WebRisk_GoogleCloudWebriskV1RiceDeltaEncoding $riceHashes) { $this->riceHashes = $riceHashes; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1RiceDeltaEncoding */ public function getRiceHashes() { return $this->riceHashes; } } PK, Z{SZvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_WebRisk_GoogleRpcStatus */ public function setError(Google_Service_WebRisk_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_WebRisk_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK, ZDOvendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/Hashes.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $hashes = $webriskService->hashes; * */ class Google_Service_WebRisk_Resource_Hashes extends Google_Service_Resource { /** * Gets the full hashes that match the requested hash prefix. This is used after * a hash prefix is looked up in a threatList and there is a match. The client * side threatList only holds partial hashes so the client must query this * method to determine if there is a full hash match of a threat. * (hashes.search) * * @param array $optParams Optional parameters. * * @opt_param string hashPrefix A hash prefix, consisting of the most * significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is * base64-encoded. Note that if this parameter is provided by a URI, it must be * encoded using the web safe base64 variant (RFC 4648). * @opt_param string threatTypes Required. The ThreatLists to search in. * Multiple ThreatLists may be specified. * @return Google_Service_WebRisk_GoogleCloudWebriskV1SearchHashesResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_WebRisk_GoogleCloudWebriskV1SearchHashesResponse"); } } PK, Z{Mvendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/Uris.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $uris = $webriskService->uris; * */ class Google_Service_WebRisk_Resource_Uris extends Google_Service_Resource { /** * This method is used to check whether a URI is on a given threatList. Multiple * threatLists may be searched in a single query. The response will list all * requested threatLists the URI was found to match. If the URI is not found on * any of the requested ThreatList an empty response will be returned. * (uris.search) * * @param array $optParams Optional parameters. * * @opt_param string threatTypes Required. The ThreatLists to search in. * Multiple ThreatLists may be specified. * @opt_param string uri Required. The URI to be checked for matches. * @return Google_Service_WebRisk_GoogleCloudWebriskV1SearchUrisResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_WebRisk_GoogleCloudWebriskV1SearchUrisResponse"); } } PK, Z׬nn\vendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/ProjectsSubmissions.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $submissions = $webriskService->submissions; * */ class Google_Service_WebRisk_Resource_ProjectsSubmissions extends Google_Service_Resource { /** * Creates a Submission of a URI suspected of containing phishing content to be * reviewed. If the result verifies the existence of malicious phishing content, * the site will be added to the [Google's Social Engineering * lists](https://support.google.com/webmasters/answer/6350487/) in order to * protect users that could get exposed to this threat in the future. Only * allowlisted projects can use this method during Early Access. Please reach * out to Sales or your customer engineer to obtain access. (submissions.create) * * @param string $parent Required. The name of the project that is making the * submission. This string is in the format "projects/{project_number}". * @param Google_Service_WebRisk_GoogleCloudWebriskV1Submission $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleCloudWebriskV1Submission */ public function create($parent, Google_Service_WebRisk_GoogleCloudWebriskV1Submission $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_WebRisk_GoogleCloudWebriskV1Submission"); } } PK, ZƩt t Tvendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/ThreatLists.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $threatLists = $webriskService->threatLists; * */ class Google_Service_WebRisk_Resource_ThreatLists extends Google_Service_Resource { /** * Gets the most recent threat list diffs. These diffs should be applied to a * local database of hashes to keep it up-to-date. If the local database is * empty or excessively out-of-date, a complete snapshot of the database will be * returned. This Method only updates a single ThreatList at a time. To update * multiple ThreatList databases, this method needs to be called once for each * list. (threatLists.computeDiff) * * @param array $optParams Optional parameters. * * @opt_param int constraints.maxDatabaseEntries Sets the maximum number of * entries that the client is willing to have in the local database. This should * be a power of 2 between 2**10 and 2**20. If zero, no database size limit is * set. * @opt_param int constraints.maxDiffEntries The maximum size in number of * entries. The diff will not contain more entries than this value. This should * be a power of 2 between 2**10 and 2**20. If zero, no diff size limit is set. * @opt_param string constraints.supportedCompressions The compression types * supported by the client. * @opt_param string threatType Required. The threat list to update. Only a * single ThreatType should be specified per request. If you want to handle * multiple ThreatTypes, you must make one request per ThreatType. * @opt_param string versionToken The current version token of the client for * the requested list (the client version that was received from the last * successful diff). If the client does not have a version token (this is the * first time calling ComputeThreatListDiff), this may be left empty and a full * database snapshot will be returned. * @return Google_Service_WebRisk_GoogleCloudWebriskV1ComputeThreatListDiffResponse */ public function computeDiff($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('computeDiff', array($params), "Google_Service_WebRisk_GoogleCloudWebriskV1ComputeThreatListDiffResponse"); } } PK, Z Svendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/Operations.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $operations = $webriskService->operations; * */ class Google_Service_WebRisk_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_WebRisk_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleProtobufEmpty */ public function cancel($name, Google_Service_WebRisk_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_WebRisk_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_WebRisk_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_WebRisk_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_WebRisk_GoogleLongrunningListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebRisk_GoogleLongrunningListOperationsResponse"); } } PK, ZEjjQvendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/Projects.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $projects = $webriskService->projects; * */ class Google_Service_WebRisk_Resource_Projects extends Google_Service_Resource { } PK, ZW\# # Uvendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/ProjectsUris.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $uris = $webriskService->uris; * */ class Google_Service_WebRisk_Resource_ProjectsUris extends Google_Service_Resource { /** * Submits a URI suspected of containing malicious content to be reviewed. * Returns a google.longrunning.Operation which, once the review is complete, is * updated with its result. You can use the [Pub/Sub API] * (https://cloud.google.com/pubsub) to receive notifications for the returned * Operation. If the result verifies the existence of malicious content, the * site will be added to the [Google's Social Engineering lists] * (https://support.google.com/webmasters/answer/6350487/) in order to protect * users that could get exposed to this threat in the future. Only allowlisted * projects can use this method during Early Access. Please reach out to Sales * or your customer engineer to obtain access. (uris.submit) * * @param string $parent Required. The name of the project that is making the * submission. This string is in the format "projects/{project_number}". * @param Google_Service_WebRisk_GoogleCloudWebriskV1SubmitUriRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleLongrunningOperation */ public function submit($parent, Google_Service_WebRisk_GoogleCloudWebriskV1SubmitUriRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('submit', array($params), "Google_Service_WebRisk_GoogleLongrunningOperation"); } } PK, Z3+Q  [vendor/google/apiclient-services/src/Google/Service/WebRisk/Resource/ProjectsOperations.phpnu[ * $webriskService = new Google_Service_WebRisk(...); * $operations = $webriskService->operations; * */ class Google_Service_WebRisk_Resource_ProjectsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_WebRisk_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleProtobufEmpty */ public function cancel($name, Google_Service_WebRisk_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_WebRisk_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_WebRisk_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_WebRisk_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_WebRisk_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_WebRisk_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebRisk_GoogleLongrunningListOperationsResponse"); } } PK, Z=llgvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_WebRisk_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_WebRisk_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK, Zƞgvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleLongrunningCancelOperationRequest.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setThreatTypes($threatTypes) { $this->threatTypes = $threatTypes; } public function getThreatTypes() { return $this->threatTypes; } } PK, Z$$^vendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1Submission.phpnu[threatTypes = $threatTypes; } public function getThreatTypes() { return $this->threatTypes; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK, Zu qvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1ComputeThreatListDiffResponse.phpnu[additions = $additions; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1ThreatEntryAdditions */ public function getAdditions() { return $this->additions; } /** * @param Google_Service_WebRisk_GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum */ public function setChecksum(Google_Service_WebRisk_GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum $checksum) { $this->checksum = $checksum; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum */ public function getChecksum() { return $this->checksum; } public function setNewVersionToken($newVersionToken) { $this->newVersionToken = $newVersionToken; } public function getNewVersionToken() { return $this->newVersionToken; } public function setRecommendedNextDiff($recommendedNextDiff) { $this->recommendedNextDiff = $recommendedNextDiff; } public function getRecommendedNextDiff() { return $this->recommendedNextDiff; } /** * @param Google_Service_WebRisk_GoogleCloudWebriskV1ThreatEntryRemovals */ public function setRemovals(Google_Service_WebRisk_GoogleCloudWebriskV1ThreatEntryRemovals $removals) { $this->removals = $removals; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1ThreatEntryRemovals */ public function getRemovals() { return $this->removals; } public function setResponseType($responseType) { $this->responseType = $responseType; } public function getResponseType() { return $this->responseType; } } PK, Z=evendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1SubmitUriMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, ZOvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleRpcStatus.phpnu[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; } } PK, ZpOrvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1SearchHashesResponseThreatHash.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } public function setThreatTypes($threatTypes) { $this->threatTypes = $threatTypes; } public function getThreatTypes() { return $this->threatTypes; } } PK, Z8ccyvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum.phpnu[sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK, Z/ \Xhvendor/google/apiclient-services/src/Google/Service/WebRisk/GoogleCloudWebriskV1SearchHashesResponse.phpnu[negativeExpireTime = $negativeExpireTime; } public function getNegativeExpireTime() { return $this->negativeExpireTime; } /** * @param Google_Service_WebRisk_GoogleCloudWebriskV1SearchHashesResponseThreatHash[] */ public function setThreats($threats) { $this->threats = $threats; } /** * @return Google_Service_WebRisk_GoogleCloudWebriskV1SearchHashesResponseThreatHash[] */ public function getThreats() { return $this->threats; } } PK, Z*22Avendor/google/apiclient-services/src/Google/Service/Directory.phpnu[ * Admin SDK lets administrators of enterprise domains to view and manage * resources like user, groups etc. It also provides audit and usage reports of * domain.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Directory extends Google_Service { /** See, add, edit, and permanently delete the printers that your organization can use with Chrome. */ const ADMIN_CHROME_PRINTERS = "https://www.googleapis.com/auth/admin.chrome.printers"; /** See the printers that your organization can use with Chrome. */ const ADMIN_CHROME_PRINTERS_READONLY = "https://www.googleapis.com/auth/admin.chrome.printers.readonly"; /** View and manage customer related information. */ const ADMIN_DIRECTORY_CUSTOMER = "https://www.googleapis.com/auth/admin.directory.customer"; /** View customer related information. */ const ADMIN_DIRECTORY_CUSTOMER_READONLY = "https://www.googleapis.com/auth/admin.directory.customer.readonly"; /** View and manage your Chrome OS devices' metadata. */ const ADMIN_DIRECTORY_DEVICE_CHROMEOS = "https://www.googleapis.com/auth/admin.directory.device.chromeos"; /** View your Chrome OS devices' metadata. */ const ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY = "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly"; /** View and manage your mobile devices' metadata. */ const ADMIN_DIRECTORY_DEVICE_MOBILE = "https://www.googleapis.com/auth/admin.directory.device.mobile"; /** Manage your mobile devices by performing administrative tasks. */ const ADMIN_DIRECTORY_DEVICE_MOBILE_ACTION = "https://www.googleapis.com/auth/admin.directory.device.mobile.action"; /** View your mobile devices' metadata. */ const ADMIN_DIRECTORY_DEVICE_MOBILE_READONLY = "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly"; /** View and manage the provisioning of domains for your customers. */ const ADMIN_DIRECTORY_DOMAIN = "https://www.googleapis.com/auth/admin.directory.domain"; /** View domains related to your customers. */ const ADMIN_DIRECTORY_DOMAIN_READONLY = "https://www.googleapis.com/auth/admin.directory.domain.readonly"; /** View and manage the provisioning of groups on your domain. */ const ADMIN_DIRECTORY_GROUP = "https://www.googleapis.com/auth/admin.directory.group"; /** View and manage group subscriptions on your domain. */ const ADMIN_DIRECTORY_GROUP_MEMBER = "https://www.googleapis.com/auth/admin.directory.group.member"; /** View group subscriptions on your domain. */ const ADMIN_DIRECTORY_GROUP_MEMBER_READONLY = "https://www.googleapis.com/auth/admin.directory.group.member.readonly"; /** View groups on your domain. */ const ADMIN_DIRECTORY_GROUP_READONLY = "https://www.googleapis.com/auth/admin.directory.group.readonly"; /** View and manage organization units on your domain. */ const ADMIN_DIRECTORY_ORGUNIT = "https://www.googleapis.com/auth/admin.directory.orgunit"; /** View organization units on your domain. */ const ADMIN_DIRECTORY_ORGUNIT_READONLY = "https://www.googleapis.com/auth/admin.directory.orgunit.readonly"; /** View and manage the provisioning of calendar resources on your domain. */ const ADMIN_DIRECTORY_RESOURCE_CALENDAR = "https://www.googleapis.com/auth/admin.directory.resource.calendar"; /** View calendar resources on your domain. */ const ADMIN_DIRECTORY_RESOURCE_CALENDAR_READONLY = "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly"; /** Manage delegated admin roles for your domain. */ const ADMIN_DIRECTORY_ROLEMANAGEMENT = "https://www.googleapis.com/auth/admin.directory.rolemanagement"; /** View delegated admin roles for your domain. */ const ADMIN_DIRECTORY_ROLEMANAGEMENT_READONLY = "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly"; /** View and manage the provisioning of users on your domain. */ const ADMIN_DIRECTORY_USER = "https://www.googleapis.com/auth/admin.directory.user"; /** View and manage user aliases on your domain. */ const ADMIN_DIRECTORY_USER_ALIAS = "https://www.googleapis.com/auth/admin.directory.user.alias"; /** View user aliases on your domain. */ const ADMIN_DIRECTORY_USER_ALIAS_READONLY = "https://www.googleapis.com/auth/admin.directory.user.alias.readonly"; /** See info about users on your domain. */ const ADMIN_DIRECTORY_USER_READONLY = "https://www.googleapis.com/auth/admin.directory.user.readonly"; /** Manage data access permissions for users on your domain. */ const ADMIN_DIRECTORY_USER_SECURITY = "https://www.googleapis.com/auth/admin.directory.user.security"; /** View and manage the provisioning of user schemas on your domain. */ const ADMIN_DIRECTORY_USERSCHEMA = "https://www.googleapis.com/auth/admin.directory.userschema"; /** View user schemas on your domain. */ const ADMIN_DIRECTORY_USERSCHEMA_READONLY = "https://www.googleapis.com/auth/admin.directory.userschema.readonly"; /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $asps; public $channels; public $chromeosdevices; public $customer_devices_chromeos; public $customer_devices_chromeos_commands; public $customers; public $customers_chrome_printers; public $domainAliases; public $domains; public $groups; public $groups_aliases; public $members; public $mobiledevices; public $orgunits; public $privileges; public $resources_buildings; public $resources_calendars; public $resources_features; public $roleAssignments; public $roles; public $schemas; public $tokens; public $twoStepVerification; public $users; public $users_aliases; public $users_photos; public $verificationCodes; /** * Constructs the internal representation of the Directory service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://admin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'directory_v1'; $this->serviceName = 'admin'; $this->asps = new Google_Service_Directory_Resource_Asps( $this, $this->serviceName, 'asps', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/users/{userKey}/asps/{codeId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'codeId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/users/{userKey}/asps/{codeId}', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'codeId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/users/{userKey}/asps', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->channels = new Google_Service_Directory_Resource_Channels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'stop' => array( 'path' => 'admin/directory_v1/channels/stop', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->chromeosdevices = new Google_Service_Directory_Resource_Chromeosdevices( $this, $this->serviceName, 'chromeosdevices', array( 'methods' => array( 'action' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{resourceId}/action', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'orgUnitPath' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'moveDevicesToOu' => array( 'path' => 'admin/directory/v1/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' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}', 'httpMethod' => 'PUT', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customer_devices_chromeos = new Google_Service_Directory_Resource_CustomerDevicesChromeos( $this, $this->serviceName, 'chromeos', array( 'methods' => array( 'issueCommand' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}:issueCommand', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customer_devices_chromeos_commands = new Google_Service_Directory_Resource_CustomerDevicesChromeosCommands( $this, $this->serviceName, 'commands', array( 'methods' => array( 'get' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commandId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers = new Google_Service_Directory_Resource_Customers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'get' => array( 'path' => 'admin/directory/v1/customers/{customerKey}', 'httpMethod' => 'GET', 'parameters' => array( 'customerKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'admin/directory/v1/customers/{customerKey}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customerKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/customers/{customerKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'customerKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers_chrome_printers = new Google_Service_Directory_Resource_CustomersChromePrinters( $this, $this->serviceName, 'printers', array( 'methods' => array( 'batchCreatePrinters' => array( 'path' => 'admin/directory/v1/{+parent}/chrome/printers:batchCreatePrinters', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchDeletePrinters' => array( 'path' => 'admin/directory/v1/{+parent}/chrome/printers:batchDeletePrinters', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'admin/directory/v1/{+parent}/chrome/printers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'admin/directory/v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/{+parent}/chrome/printers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orgUnitId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listPrinterModels' => array( 'path' => 'admin/directory/v1/{+parent}/chrome/printers:listPrinterModels', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'admin/directory/v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clearMask' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->domainAliases = new Google_Service_Directory_Resource_DomainAliases( $this, $this->serviceName, 'domainAliases', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customer}/domainaliases/{domainAliasName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainAliasName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customer}/domainaliases/{domainAliasName}', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainAliasName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customer}/domainaliases', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customer}/domainaliases', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parentDomainName' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->domains = new Google_Service_Directory_Resource_Domains( $this, $this->serviceName, 'domains', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customer}/domains/{domainName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customer}/domains/{domainName}', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customer}/domains', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customer}/domains', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->groups = new Google_Service_Directory_Resource_Groups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/groups/{groupKey}', 'httpMethod' => 'DELETE', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/groups/{groupKey}', 'httpMethod' => 'GET', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/groups', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'admin/directory/v1/groups', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'domain' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'userKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'admin/directory/v1/groups/{groupKey}', 'httpMethod' => 'PATCH', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/groups/{groupKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->groups_aliases = new Google_Service_Directory_Resource_GroupsAliases( $this, $this->serviceName, 'aliases', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/aliases/{alias}', 'httpMethod' => 'DELETE', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alias' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/aliases', 'httpMethod' => 'POST', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/aliases', 'httpMethod' => 'GET', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->members = new Google_Service_Directory_Resource_Members( $this, $this->serviceName, 'members', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/members/{memberKey}', 'httpMethod' => 'DELETE', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'memberKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/members/{memberKey}', 'httpMethod' => 'GET', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'memberKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'hasMember' => array( 'path' => 'admin/directory/v1/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' => 'admin/directory/v1/groups/{groupKey}/members', 'httpMethod' => 'POST', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/members', 'httpMethod' => 'GET', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeDerivedMembership' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'roles' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/members/{memberKey}', 'httpMethod' => 'PATCH', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'memberKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/groups/{groupKey}/members/{memberKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'groupKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'memberKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->mobiledevices = new Google_Service_Directory_Resource_Mobiledevices( $this, $this->serviceName, 'mobiledevices', array( 'methods' => array( 'action' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}/action', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customerId}/devices/mobile', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->orgunits = new Google_Service_Directory_Resource_Orgunits( $this, $this->serviceName, 'orgunits', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orgUnitPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowPlus' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orgUnitPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowPlus' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customerId}/orgunits', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customerId}/orgunits', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orgUnitPath' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orgUnitPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowPlus' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', 'httpMethod' => 'PUT', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orgUnitPath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowPlus' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->privileges = new Google_Service_Directory_Resource_Privileges( $this, $this->serviceName, 'privileges', array( 'methods' => array( 'list' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles/ALL/privileges', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->resources_buildings = new Google_Service_Directory_Resource_ResourcesBuildings( $this, $this->serviceName, 'buildings', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/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' => 'admin/directory/v1/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' => 'admin/directory/v1/customer/{customer}/resources/buildings', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'coordinatesSource' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'admin/directory/v1/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' => 'admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'buildingId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'coordinatesSource' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}', 'httpMethod' => 'PUT', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'buildingId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'coordinatesSource' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->resources_calendars = new Google_Service_Directory_Resource_ResourcesCalendars( $this, $this->serviceName, 'calendars', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'calendarResourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'calendarResourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'calendarResourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 'httpMethod' => 'PUT', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'calendarResourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->resources_features = new Google_Service_Directory_Resource_ResourcesFeatures( $this, $this->serviceName, 'features', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/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' => 'admin/directory/v1/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' => 'admin/directory/v1/customer/{customer}/resources/features', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/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' => 'admin/directory/v1/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' => 'admin/directory/v1/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' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'featureKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->roleAssignments = new Google_Service_Directory_Resource_RoleAssignments( $this, $this->serviceName, 'roleAssignments', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'roleAssignmentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'roleAssignmentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customer}/roleassignments', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customer}/roleassignments', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'roleId' => array( 'location' => 'query', 'type' => 'string', ), 'userKey' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->roles = new Google_Service_Directory_Resource_Roles( $this, $this->serviceName, 'roles', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'roleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'roleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'roleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}', 'httpMethod' => 'PUT', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'roleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->schemas = new Google_Service_Directory_Resource_Schemas( $this, $this->serviceName, 'schemas', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/customer/{customerId}/schemas/{schemaKey}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'schemaKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/customer/{customerId}/schemas/{schemaKey}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'schemaKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/customer/{customerId}/schemas', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/customer/{customerId}/schemas', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'admin/directory/v1/customer/{customerId}/schemas/{schemaKey}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'schemaKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/customer/{customerId}/schemas/{schemaKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'schemaKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->tokens = new Google_Service_Directory_Resource_Tokens( $this, $this->serviceName, 'tokens', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/users/{userKey}/tokens/{clientId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/users/{userKey}/tokens/{clientId}', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/users/{userKey}/tokens', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->twoStepVerification = new Google_Service_Directory_Resource_TwoStepVerification( $this, $this->serviceName, 'twoStepVerification', array( 'methods' => array( 'turnOff' => array( 'path' => 'admin/directory/v1/users/{userKey}/twoStepVerification/turnOff', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users = new Google_Service_Directory_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/users/{userKey}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/users/{userKey}', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customFieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'viewType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'admin/directory/v1/users', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'admin/directory/v1/users', 'httpMethod' => 'GET', 'parameters' => array( 'customFieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'domain' => array( 'location' => 'query', 'type' => 'string', ), 'event' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'viewType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'makeAdmin' => array( 'path' => 'admin/directory/v1/users/{userKey}/makeAdmin', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'admin/directory/v1/users/{userKey}', 'httpMethod' => 'PATCH', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'signOut' => array( 'path' => 'admin/directory/v1/users/{userKey}/signOut', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'admin/directory/v1/users/{userKey}/undelete', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/users/{userKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'watch' => array( 'path' => 'admin/directory/v1/users/watch', 'httpMethod' => 'POST', 'parameters' => array( 'customFieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'customer' => array( 'location' => 'query', 'type' => 'string', ), 'domain' => array( 'location' => 'query', 'type' => 'string', ), 'event' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'viewType' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_aliases = new Google_Service_Directory_Resource_UsersAliases( $this, $this->serviceName, 'aliases', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/users/{userKey}/aliases/{alias}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alias' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'admin/directory/v1/users/{userKey}/aliases', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/users/{userKey}/aliases', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'watch' => array( 'path' => 'admin/directory/v1/users/{userKey}/aliases/watch', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'event' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_photos = new Google_Service_Directory_Resource_UsersPhotos( $this, $this->serviceName, 'photos', array( 'methods' => array( 'delete' => array( 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail', 'httpMethod' => 'DELETE', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail', 'httpMethod' => 'PATCH', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail', 'httpMethod' => 'PUT', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->verificationCodes = new Google_Service_Directory_Resource_VerificationCodes( $this, $this->serviceName, 'verificationCodes', array( 'methods' => array( 'generate' => array( 'path' => 'admin/directory/v1/users/{userKey}/verificationCodes/generate', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'invalidate' => array( 'path' => 'admin/directory/v1/users/{userKey}/verificationCodes/invalidate', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'admin/directory/v1/users/{userKey}/verificationCodes', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, ZJ^N, , @vendor/google/apiclient-services/src/Google/Service/OSConfig.phpnu[ * OS management tools that can be used for patch management, patch compliance, * and configuration management on VM instances.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_OSConfig extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $projects_patchDeployments; public $projects_patchJobs; public $projects_patchJobs_instanceDetails; /** * Constructs the internal representation of the OSConfig service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://osconfig.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'osconfig'; $this->operations = new Google_Service_OSConfig_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_patchDeployments = new Google_Service_OSConfig_Resource_ProjectsPatchDeployments( $this, $this->serviceName, 'patchDeployments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/patchDeployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'patchDeploymentId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/patchDeployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_patchJobs = new Google_Service_OSConfig_Resource_ProjectsPatchJobs( $this, $this->serviceName, 'patchJobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'execute' => array( 'path' => 'v1/{+parent}/patchJobs:execute', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/patchJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_patchJobs_instanceDetails = new Google_Service_OSConfig_Resource_ProjectsPatchJobsInstanceDetails( $this, $this->serviceName, 'instanceDetails', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/instanceDetails', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, ZGE0Evendor/google/apiclient-services/src/Google/Service/PhotosLibrary.phpnu[ * Manage photos, videos, and albums in Google Photos

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PhotosLibrary extends Google_Service { /** View the photos, videos and albums in your Google Photos. */ const DRIVE_PHOTOS_READONLY = "https://www.googleapis.com/auth/drive.photos.readonly"; /** View and manage your Google Photos library. */ const PHOTOSLIBRARY = "https://www.googleapis.com/auth/photoslibrary"; /** Add to your Google Photos library. */ const PHOTOSLIBRARY_APPENDONLY = "https://www.googleapis.com/auth/photoslibrary.appendonly"; /** View your Google Photos library. */ const PHOTOSLIBRARY_READONLY = "https://www.googleapis.com/auth/photoslibrary.readonly"; /** Manage photos added by this app. */ const PHOTOSLIBRARY_READONLY_APPCREATEDDATA = "https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata"; /** Manage and add to shared albums on your behalf. */ const PHOTOSLIBRARY_SHARING = "https://www.googleapis.com/auth/photoslibrary.sharing"; public $albums; public $mediaItems; public $sharedAlbums; /** * Constructs the internal representation of the PhotosLibrary service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://photoslibrary.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'photoslibrary'; $this->albums = new Google_Service_PhotosLibrary_Resource_Albums( $this, $this->serviceName, 'albums', array( 'methods' => array( 'addEnrichment' => array( 'path' => 'v1/albums/{+albumId}:addEnrichment', 'httpMethod' => 'POST', 'parameters' => array( 'albumId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/albums', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/albums/{+albumId}', 'httpMethod' => 'GET', 'parameters' => array( 'albumId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/albums', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'share' => array( 'path' => 'v1/albums/{+albumId}:share', 'httpMethod' => 'POST', 'parameters' => array( 'albumId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->mediaItems = new Google_Service_PhotosLibrary_Resource_MediaItems( $this, $this->serviceName, 'mediaItems', array( 'methods' => array( 'batchCreate' => array( 'path' => 'v1/mediaItems:batchCreate', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/mediaItems/{+mediaItemId}', 'httpMethod' => 'GET', 'parameters' => array( 'mediaItemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'v1/mediaItems:search', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->sharedAlbums = new Google_Service_PhotosLibrary_Resource_SharedAlbums( $this, $this->serviceName, 'sharedAlbums', array( 'methods' => array( 'join' => array( 'path' => 'v1/sharedAlbums:join', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'v1/sharedAlbums', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK, ZE E Dvendor/google/apiclient-services/src/Google/Service/Texttospeech.phpnu[ * Synthesizes natural-sounding speech by applying powerful neural network * models.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Texttospeech extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $text; public $voices; /** * Constructs the internal representation of the Texttospeech service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://texttospeech.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'texttospeech'; $this->text = new Google_Service_Texttospeech_Resource_Text( $this, $this->serviceName, 'text', array( 'methods' => array( 'synthesize' => array( 'path' => 'v1/text:synthesize', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->voices = new Google_Service_Texttospeech_Resource_Voices( $this, $this->serviceName, 'voices', array( 'methods' => array( 'list' => array( 'path' => 'v1/voices', 'httpMethod' => 'GET', 'parameters' => array( 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, Z((Cvendor/google/apiclient-services/src/Google/Service/PlusDomains.phpnu[ * Builds on top of the Google+ platform for Google Apps Domains.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PlusDomains extends Google_Service { /** View your circles and the people and pages in them. */ const PLUS_CIRCLES_READ = "https://www.googleapis.com/auth/plus.circles.read"; /** View your basic profile info, including your age range and language. */ const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"; /** Associate you with your personal info on Google. */ const PLUS_ME = "https://www.googleapis.com/auth/plus.me"; /** Send your photos and videos to Google+. */ const PLUS_MEDIA_UPLOAD = "https://www.googleapis.com/auth/plus.media.upload"; /** View your own Google+ profile and profiles visible to you. */ const PLUS_PROFILES_READ = "https://www.googleapis.com/auth/plus.profiles.read"; /** View your Google+ posts, comments, and stream. */ const PLUS_STREAM_READ = "https://www.googleapis.com/auth/plus.stream.read"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; /** See your personal info, including any personal info you've made publicly available. */ const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; public $activities; public $audiences; public $circles; public $comments; public $media; public $people; /** * Constructs the internal representation of the PlusDomains service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'plusDomains/v1/'; $this->batchPath = 'batch/plusDomains/v1'; $this->version = 'v1'; $this->serviceName = 'plusDomains'; $this->activities = new Google_Service_PlusDomains_Resource_Activities( $this, $this->serviceName, 'activities', array( 'methods' => array( 'get' => array( 'path' => 'activities/{activityId}', 'httpMethod' => 'GET', 'parameters' => array( 'activityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'people/{userId}/activities/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->audiences = new Google_Service_PlusDomains_Resource_Audiences( $this, $this->serviceName, 'audiences', array( 'methods' => array( 'list' => array( 'path' => 'people/{userId}/audiences', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->circles = new Google_Service_PlusDomains_Resource_Circles( $this, $this->serviceName, 'circles', array( 'methods' => array( 'list' => array( 'path' => 'people/{userId}/circles', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->comments = new Google_Service_PlusDomains_Resource_Comments( $this, $this->serviceName, 'comments', array( 'methods' => array( 'get' => array( 'path' => 'comments/{commentId}', 'httpMethod' => 'GET', 'parameters' => array( 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'activities/{activityId}/comments', 'httpMethod' => 'GET', 'parameters' => array( 'activityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->media = new Google_Service_PlusDomains_Resource_Media( $this, $this->serviceName, 'media', array( 'methods' => array( 'insert' => array( 'path' => 'people/{userId}/media/{collection}', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->people = new Google_Service_PlusDomains_Resource_People( $this, $this->serviceName, 'people', array( 'methods' => array( 'get' => array( 'path' => 'people/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'people/{userId}/people/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listByActivity' => array( 'path' => 'activities/{activityId}/people/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'activityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, ZᔤSSBvendor/google/apiclient-services/src/Google/Service/Transcoder.phpnu[ * This API converts video files into formats suitable for consumer * distribution.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Transcoder extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_jobTemplates; public $projects_locations_jobs; /** * Constructs the internal representation of the Transcoder service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://transcoder.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'transcoder'; $this->projects_locations_jobTemplates = new Google_Service_Transcoder_Resource_ProjectsLocationsJobTemplates( $this, $this->serviceName, 'jobTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/jobTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'jobTemplateId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/jobTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_jobs = new Google_Service_Transcoder_Resource_ProjectsLocationsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, Z_\h{Uvendor/google/apiclient-services/src/Google/Service/PostmasterTools/DeliveryError.phpnu[errorClass = $errorClass; } public function getErrorClass() { return $this->errorClass; } public function setErrorRatio($errorRatio) { $this->errorRatio = $errorRatio; } public function getErrorRatio() { return $this->errorRatio; } public function setErrorType($errorType) { $this->errorType = $errorType; } public function getErrorType() { return $this->errorType; } } PK, ZꇌNvendor/google/apiclient-services/src/Google/Service/PostmasterTools/Domain.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } } PK, Z(r Xvendor/google/apiclient-services/src/Google/Service/PostmasterTools/Resource/Domains.phpnu[ * $gmailpostmastertoolsService = new Google_Service_PostmasterTools(...); * $domains = $gmailpostmastertoolsService->domains; * */ class Google_Service_PostmasterTools_Resource_Domains extends Google_Service_Resource { /** * Gets a specific domain registered by the client. Returns NOT_FOUND if the * domain does not exist. (domains.get) * * @param string $name The resource name of the domain. It should have the form * `domains/{domain_name}`, where domain_name is the fully qualified domain * name. * @param array $optParams Optional parameters. * @return Google_Service_PostmasterTools_Domain */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PostmasterTools_Domain"); } /** * Lists the domains that have been registered by the client. The order of * domains in the response is unspecified and non-deterministic. Newly created * domains will not necessarily be added to the end of this list. * (domains.listDomains) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Server may return fewer domains * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. This is the value of * ListDomainsResponse.next_page_token returned from the previous call to * `ListDomains` method. * @return Google_Service_PostmasterTools_ListDomainsResponse */ public function listDomains($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PostmasterTools_ListDomainsResponse"); } } PK, Zbdvendor/google/apiclient-services/src/Google/Service/PostmasterTools/Resource/DomainsTrafficStats.phpnu[ * $gmailpostmastertoolsService = new Google_Service_PostmasterTools(...); * $trafficStats = $gmailpostmastertoolsService->trafficStats; * */ class Google_Service_PostmasterTools_Resource_DomainsTrafficStats extends Google_Service_Resource { /** * Get traffic statistics for a domain on a specific date. Returns * PERMISSION_DENIED if user does not have permission to access TrafficStats for * the domain. (trafficStats.get) * * @param string $name The resource name of the traffic statistics to get. E.g., * domains/mymail.mydomain.com/trafficStats/20160807. * @param array $optParams Optional parameters. * @return Google_Service_PostmasterTools_TrafficStats */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PostmasterTools_TrafficStats"); } /** * List traffic statistics for all available days. Returns PERMISSION_DENIED if * user does not have permission to access TrafficStats for the domain. * (trafficStats.listDomainsTrafficStats) * * @param string $parent The resource name of the domain whose traffic * statistics we'd like to list. It should have the form * `domains/{domain_name}`, where domain_name is the fully qualified domain * name. * @param array $optParams Optional parameters. * * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for * the year and month, or 0 to specify a year by itself or a year and month * where the day isn't significant. * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to * specify a year without a month and day. * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to * specify a date without a year. * @opt_param int pageSize Requested page size. Server may return fewer * TrafficStats than requested. If unspecified, server will pick an appropriate * default. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. This is the value of * ListTrafficStatsResponse.next_page_token returned from the previous call to * `ListTrafficStats` method. * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid * for the year and month, or 0 to specify a year by itself or a year and month * where the day isn't significant. * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to * specify a year without a month and day. * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0 * to specify a date without a year. * @return Google_Service_PostmasterTools_ListTrafficStatsResponse */ public function listDomainsTrafficStats($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PostmasterTools_ListTrafficStatsResponse"); } } PK, ZH<+!![vendor/google/apiclient-services/src/Google/Service/PostmasterTools/ListDomainsResponse.phpnu[domains = $domains; } /** * @return Google_Service_PostmasterTools_Domain[] */ public function getDomains() { return $this->domains; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Zee`vendor/google/apiclient-services/src/Google/Service/PostmasterTools/ListTrafficStatsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_PostmasterTools_TrafficStats[] */ public function setTrafficStats($trafficStats) { $this->trafficStats = $trafficStats; } /** * @return Google_Service_PostmasterTools_TrafficStats[] */ public function getTrafficStats() { return $this->trafficStats; } } PK, Z2-Tvendor/google/apiclient-services/src/Google/Service/PostmasterTools/IpReputation.phpnu[ipCount = $ipCount; } public function getIpCount() { return $this->ipCount; } public function setReputation($reputation) { $this->reputation = $reputation; } public function getReputation() { return $this->reputation; } public function setSampleIps($sampleIps) { $this->sampleIps = $sampleIps; } public function getSampleIps() { return $this->sampleIps; } } PK, ZTvendor/google/apiclient-services/src/Google/Service/PostmasterTools/FeedbackLoop.phpnu[id = $id; } public function getId() { return $this->id; } public function setSpamRatio($spamRatio) { $this->spamRatio = $spamRatio; } public function getSpamRatio() { return $this->spamRatio; } } PK, Zp!Tvendor/google/apiclient-services/src/Google/Service/PostmasterTools/TrafficStats.phpnu[deliveryErrors = $deliveryErrors; } /** * @return Google_Service_PostmasterTools_DeliveryError[] */ public function getDeliveryErrors() { return $this->deliveryErrors; } public function setDkimSuccessRatio($dkimSuccessRatio) { $this->dkimSuccessRatio = $dkimSuccessRatio; } public function getDkimSuccessRatio() { return $this->dkimSuccessRatio; } public function setDmarcSuccessRatio($dmarcSuccessRatio) { $this->dmarcSuccessRatio = $dmarcSuccessRatio; } public function getDmarcSuccessRatio() { return $this->dmarcSuccessRatio; } public function setDomainReputation($domainReputation) { $this->domainReputation = $domainReputation; } public function getDomainReputation() { return $this->domainReputation; } public function setInboundEncryptionRatio($inboundEncryptionRatio) { $this->inboundEncryptionRatio = $inboundEncryptionRatio; } public function getInboundEncryptionRatio() { return $this->inboundEncryptionRatio; } /** * @param Google_Service_PostmasterTools_IpReputation[] */ public function setIpReputations($ipReputations) { $this->ipReputations = $ipReputations; } /** * @return Google_Service_PostmasterTools_IpReputation[] */ public function getIpReputations() { return $this->ipReputations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutboundEncryptionRatio($outboundEncryptionRatio) { $this->outboundEncryptionRatio = $outboundEncryptionRatio; } public function getOutboundEncryptionRatio() { return $this->outboundEncryptionRatio; } /** * @param Google_Service_PostmasterTools_FeedbackLoop[] */ public function setSpammyFeedbackLoops($spammyFeedbackLoops) { $this->spammyFeedbackLoops = $spammyFeedbackLoops; } /** * @return Google_Service_PostmasterTools_FeedbackLoop[] */ public function getSpammyFeedbackLoops() { return $this->spammyFeedbackLoops; } public function setSpfSuccessRatio($spfSuccessRatio) { $this->spfSuccessRatio = $spfSuccessRatio; } public function getSpfSuccessRatio() { return $this->spfSuccessRatio; } public function setUserReportedSpamRatio($userReportedSpamRatio) { $this->userReportedSpamRatio = $userReportedSpamRatio; } public function getUserReportedSpamRatio() { return $this->userReportedSpamRatio; } } PK, ZYxxEvendor/google/apiclient-services/src/Google/Service/AnalyticsData.phpnu[ * Accesses report data in Google Analytics.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AnalyticsData extends Google_Service { /** View and manage your Google Analytics data. */ const ANALYTICS = "https://www.googleapis.com/auth/analytics"; /** See and download your Google Analytics data. */ const ANALYTICS_READONLY = "https://www.googleapis.com/auth/analytics.readonly"; public $properties; public $v1alpha; /** * Constructs the internal representation of the AnalyticsData service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://analyticsdata.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha'; $this->serviceName = 'analyticsdata'; $this->properties = new Google_Service_AnalyticsData_Resource_Properties( $this, $this->serviceName, 'properties', array( 'methods' => array( 'getMetadata' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'runRealtimeReport' => array( 'path' => 'v1alpha/{+property}:runRealtimeReport', 'httpMethod' => 'POST', 'parameters' => array( 'property' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->v1alpha = new Google_Service_AnalyticsData_Resource_V1alpha( $this, $this->serviceName, 'v1alpha', array( 'methods' => array( 'batchRunPivotReports' => array( 'path' => 'v1alpha:batchRunPivotReports', 'httpMethod' => 'POST', 'parameters' => array(), ),'batchRunReports' => array( 'path' => 'v1alpha:batchRunReports', 'httpMethod' => 'POST', 'parameters' => array(), ),'runPivotReport' => array( 'path' => 'v1alpha:runPivotReport', 'httpMethod' => 'POST', 'parameters' => array(), ),'runReport' => array( 'path' => 'v1alpha:runReport', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK, Z5Lvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PolicyTroubleshooter extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $iam; /** * Constructs the internal representation of the PolicyTroubleshooter service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://policytroubleshooter.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'policytroubleshooter'; $this->iam = new Google_Service_PolicyTroubleshooter_Resource_Iam( $this, $this->serviceName, 'iam', array( 'methods' => array( 'troubleshoot' => array( 'path' => 'v1/iam:troubleshoot', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK, Zk k Evendor/google/apiclient-services/src/Google/Service/CloudProfiler.phpnu[ * Manages continuous profiling information.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudProfiler extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */ const MONITORING = "https://www.googleapis.com/auth/monitoring"; /** Publish metric data to your Google Cloud projects. */ const MONITORING_WRITE = "https://www.googleapis.com/auth/monitoring.write"; public $projects_profiles; /** * Constructs the internal representation of the CloudProfiler service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudprofiler.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'cloudprofiler'; $this->projects_profiles = new Google_Service_CloudProfiler_Resource_ProjectsProfiles( $this, $this->serviceName, 'profiles', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/profiles', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createOffline' => array( 'path' => 'v2/{+parent}/profiles:createOffline', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, Z 8/ii=vendor/google/apiclient-services/src/Google/Service/Gmail.phpnu[ * The Gmail API lets you view and manage Gmail mailbox data like threads, * messages, and labels.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Gmail extends Google_Service { /** Read, compose, send, and permanently delete all your email from Gmail. */ const MAIL_GOOGLE_COM = "https://mail.google.com/"; /** Manage drafts and send emails when you interact with the add-on. */ const GMAIL_ADDONS_CURRENT_ACTION_COMPOSE = "https://www.googleapis.com/auth/gmail.addons.current.action.compose"; /** View your email messages when you interact with the add-on. */ const GMAIL_ADDONS_CURRENT_MESSAGE_ACTION = "https://www.googleapis.com/auth/gmail.addons.current.message.action"; /** View your email message metadata when the add-on is running. */ const GMAIL_ADDONS_CURRENT_MESSAGE_METADATA = "https://www.googleapis.com/auth/gmail.addons.current.message.metadata"; /** View your email messages when the add-on is running. */ const GMAIL_ADDONS_CURRENT_MESSAGE_READONLY = "https://www.googleapis.com/auth/gmail.addons.current.message.readonly"; /** Manage drafts and send emails. */ const GMAIL_COMPOSE = "https://www.googleapis.com/auth/gmail.compose"; /** Add emails into your Gmail mailbox. */ const GMAIL_INSERT = "https://www.googleapis.com/auth/gmail.insert"; /** See and edit your email labels. */ const GMAIL_LABELS = "https://www.googleapis.com/auth/gmail.labels"; /** View your email message metadata such as labels and headers, but not the email body. */ const GMAIL_METADATA = "https://www.googleapis.com/auth/gmail.metadata"; /** View and modify but not delete your email. */ const GMAIL_MODIFY = "https://www.googleapis.com/auth/gmail.modify"; /** View your email messages and settings. */ const GMAIL_READONLY = "https://www.googleapis.com/auth/gmail.readonly"; /** Send email on your behalf. */ const GMAIL_SEND = "https://www.googleapis.com/auth/gmail.send"; /** See, edit, create, or change your email settings and filters in Gmail. */ const GMAIL_SETTINGS_BASIC = "https://www.googleapis.com/auth/gmail.settings.basic"; /** Manage your sensitive mail settings, including who can manage your mail. */ const GMAIL_SETTINGS_SHARING = "https://www.googleapis.com/auth/gmail.settings.sharing"; public $users; public $users_drafts; public $users_history; public $users_labels; public $users_messages; public $users_messages_attachments; public $users_settings; public $users_settings_delegates; public $users_settings_filters; public $users_settings_forwardingAddresses; public $users_settings_sendAs; public $users_settings_sendAs_smimeInfo; public $users_threads; /** * Constructs the internal representation of the Gmail service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://gmail.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'gmail'; $this->users = new Google_Service_Gmail_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'getProfile' => array( 'path' => 'gmail/v1/users/{userId}/profile', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'gmail/v1/users/{userId}/stop', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'watch' => array( 'path' => 'gmail/v1/users/{userId}/watch', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_drafts = new Google_Service_Gmail_Resource_UsersDrafts( $this, $this->serviceName, 'drafts', array( 'methods' => array( 'create' => array( 'path' => 'gmail/v1/users/{userId}/drafts', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/drafts/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/drafts/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/drafts', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeSpamTrash' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), ), ),'send' => array( 'path' => 'gmail/v1/users/{userId}/drafts/send', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'gmail/v1/users/{userId}/drafts/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_history = new Google_Service_Gmail_Resource_UsersHistory( $this, $this->serviceName, 'history', array( 'methods' => array( 'list' => array( 'path' => 'gmail/v1/users/{userId}/history', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'historyTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'labelId' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startHistoryId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_labels = new Google_Service_Gmail_Resource_UsersLabels( $this, $this->serviceName, 'labels', array( 'methods' => array( 'create' => array( 'path' => 'gmail/v1/users/{userId}/labels', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/labels/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/labels/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/labels', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'gmail/v1/users/{userId}/labels/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'gmail/v1/users/{userId}/labels/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_messages = new Google_Service_Gmail_Resource_UsersMessages( $this, $this->serviceName, 'messages', array( 'methods' => array( 'batchDelete' => array( 'path' => 'gmail/v1/users/{userId}/messages/batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchModify' => array( 'path' => 'gmail/v1/users/{userId}/messages/batchModify', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/messages/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/messages/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'metadataHeaders' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'import' => array( 'path' => 'gmail/v1/users/{userId}/messages/import', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'internalDateSource' => array( 'location' => 'query', 'type' => 'string', ), 'neverMarkSpam' => array( 'location' => 'query', 'type' => 'boolean', ), 'processForCalendar' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'insert' => array( 'path' => 'gmail/v1/users/{userId}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'internalDateSource' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/messages', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeSpamTrash' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modify' => array( 'path' => 'gmail/v1/users/{userId}/messages/{id}/modify', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'send' => array( 'path' => 'gmail/v1/users/{userId}/messages/send', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'trash' => array( 'path' => 'gmail/v1/users/{userId}/messages/{id}/trash', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'untrash' => array( 'path' => 'gmail/v1/users/{userId}/messages/{id}/untrash', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_messages_attachments = new Google_Service_Gmail_Resource_UsersMessagesAttachments( $this, $this->serviceName, 'attachments', array( 'methods' => array( 'get' => array( 'path' => 'gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'messageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_settings = new Google_Service_Gmail_Resource_UsersSettings( $this, $this->serviceName, 'settings', array( 'methods' => array( 'getAutoForwarding' => array( 'path' => 'gmail/v1/users/{userId}/settings/autoForwarding', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getImap' => array( 'path' => 'gmail/v1/users/{userId}/settings/imap', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getLanguage' => array( 'path' => 'gmail/v1/users/{userId}/settings/language', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getPop' => array( 'path' => 'gmail/v1/users/{userId}/settings/pop', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getVacation' => array( 'path' => 'gmail/v1/users/{userId}/settings/vacation', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateAutoForwarding' => array( 'path' => 'gmail/v1/users/{userId}/settings/autoForwarding', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateImap' => array( 'path' => 'gmail/v1/users/{userId}/settings/imap', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateLanguage' => array( 'path' => 'gmail/v1/users/{userId}/settings/language', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updatePop' => array( 'path' => 'gmail/v1/users/{userId}/settings/pop', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateVacation' => array( 'path' => 'gmail/v1/users/{userId}/settings/vacation', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_settings_delegates = new Google_Service_Gmail_Resource_UsersSettingsDelegates( $this, $this->serviceName, 'delegates', array( 'methods' => array( 'create' => array( 'path' => 'gmail/v1/users/{userId}/settings/delegates', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/settings/delegates/{delegateEmail}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'delegateEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/settings/delegates/{delegateEmail}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'delegateEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/settings/delegates', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_settings_filters = new Google_Service_Gmail_Resource_UsersSettingsFilters( $this, $this->serviceName, 'filters', array( 'methods' => array( 'create' => array( 'path' => 'gmail/v1/users/{userId}/settings/filters', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/settings/filters/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/settings/filters/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/settings/filters', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_settings_forwardingAddresses = new Google_Service_Gmail_Resource_UsersSettingsForwardingAddresses( $this, $this->serviceName, 'forwardingAddresses', array( 'methods' => array( 'create' => array( 'path' => 'gmail/v1/users/{userId}/settings/forwardingAddresses', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/settings/forwardingAddresses', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_settings_sendAs = new Google_Service_Gmail_Resource_UsersSettingsSendAs( $this, $this->serviceName, 'sendAs', array( 'methods' => array( 'create' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}', 'httpMethod' => 'PATCH', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'verify' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/verify', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_settings_sendAs_smimeInfo = new Google_Service_Gmail_Resource_UsersSettingsSendAsSmimeInfo( $this, $this->serviceName, 'smimeInfo', array( 'methods' => array( 'delete' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setDefault' => array( 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}/setDefault', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendAsEmail' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_threads = new Google_Service_Gmail_Resource_UsersThreads( $this, $this->serviceName, 'threads', array( 'methods' => array( 'delete' => array( 'path' => 'gmail/v1/users/{userId}/threads/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'gmail/v1/users/{userId}/threads/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'metadataHeaders' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'list' => array( 'path' => 'gmail/v1/users/{userId}/threads', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeSpamTrash' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modify' => array( 'path' => 'gmail/v1/users/{userId}/threads/{id}/modify', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'trash' => array( 'path' => 'gmail/v1/users/{userId}/threads/{id}/trash', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'untrash' => array( 'path' => 'gmail/v1/users/{userId}/threads/{id}/untrash', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, Z5 1 1Avendor/google/apiclient-services/src/Google/Service/Analytics.phpnu[ * Views and manages your Google Analytics data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Analytics extends Google_Service { /** View and manage your Google Analytics data. */ const ANALYTICS = "https://www.googleapis.com/auth/analytics"; /** Edit Google Analytics management entities. */ const ANALYTICS_EDIT = "https://www.googleapis.com/auth/analytics.edit"; /** Manage Google Analytics Account users by email address. */ const ANALYTICS_MANAGE_USERS = "https://www.googleapis.com/auth/analytics.manage.users"; /** View Google Analytics user permissions. */ const ANALYTICS_MANAGE_USERS_READONLY = "https://www.googleapis.com/auth/analytics.manage.users.readonly"; /** Create a new Google Analytics account along with its default property and view. */ const ANALYTICS_PROVISION = "https://www.googleapis.com/auth/analytics.provision"; /** View your Google Analytics data. */ const ANALYTICS_READONLY = "https://www.googleapis.com/auth/analytics.readonly"; /** Manage Google Analytics user deletion requests. */ const ANALYTICS_USER_DELETION = "https://www.googleapis.com/auth/analytics.user.deletion"; public $data_ga; public $data_mcf; public $data_realtime; public $management_accountSummaries; public $management_accountUserLinks; public $management_accounts; public $management_clientId; public $management_customDataSources; public $management_customDimensions; public $management_customMetrics; public $management_experiments; public $management_filters; public $management_goals; public $management_profileFilterLinks; public $management_profileUserLinks; public $management_profiles; public $management_remarketingAudience; public $management_segments; public $management_unsampledReports; public $management_uploads; public $management_webPropertyAdWordsLinks; public $management_webproperties; public $management_webpropertyUserLinks; public $metadata_columns; public $provisioning; public $userDeletion_userDeletionRequest; /** * Constructs the internal representation of the Analytics service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://analytics.googleapis.com/'; $this->servicePath = 'analytics/v3/'; $this->batchPath = 'batch/analytics/v3'; $this->version = 'v3'; $this->serviceName = 'analytics'; $this->data_ga = new Google_Service_Analytics_Resource_DataGa( $this, $this->serviceName, 'ga', array( 'methods' => array( 'get' => array( 'path' => 'data/ga', 'httpMethod' => 'GET', 'parameters' => array( 'ids' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'start-date' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'end-date' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'metrics' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'dimensions' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'include-empty-rows' => array( 'location' => 'query', 'type' => 'boolean', ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'output' => array( 'location' => 'query', 'type' => 'string', ), 'samplingLevel' => array( 'location' => 'query', 'type' => 'string', ), 'segment' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->data_mcf = new Google_Service_Analytics_Resource_DataMcf( $this, $this->serviceName, 'mcf', array( 'methods' => array( 'get' => array( 'path' => 'data/mcf', 'httpMethod' => 'GET', 'parameters' => array( 'ids' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'start-date' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'end-date' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'metrics' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'dimensions' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'samplingLevel' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->data_realtime = new Google_Service_Analytics_Resource_DataRealtime( $this, $this->serviceName, 'realtime', array( 'methods' => array( 'get' => array( 'path' => 'data/realtime', 'httpMethod' => 'GET', 'parameters' => array( 'ids' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'metrics' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'dimensions' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->management_accountSummaries = new Google_Service_Analytics_Resource_ManagementAccountSummaries( $this, $this->serviceName, 'accountSummaries', array( 'methods' => array( 'list' => array( 'path' => 'management/accountSummaries', 'httpMethod' => 'GET', 'parameters' => array( 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->management_accountUserLinks = new Google_Service_Analytics_Resource_ManagementAccountUserLinks( $this, $this->serviceName, 'accountUserLinks', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/entityUserLinks', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/entityUserLinks', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_accounts = new Google_Service_Analytics_Resource_ManagementAccounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'list' => array( 'path' => 'management/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->management_clientId = new Google_Service_Analytics_Resource_ManagementClientId( $this, $this->serviceName, 'clientId', array( 'methods' => array( 'hashClientId' => array( 'path' => 'management/clientId:hashClientId', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->management_customDataSources = new Google_Service_Analytics_Resource_ManagementCustomDataSources( $this, $this->serviceName, 'customDataSources', array( 'methods' => array( 'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->management_customDimensions = new Google_Service_Analytics_Resource_ManagementCustomDimensions( $this, $this->serviceName, 'customDimensions', array( 'methods' => array( 'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDimensionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDimensionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreCustomDataSourceLinks' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDimensionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreCustomDataSourceLinks' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->management_customMetrics = new Google_Service_Analytics_Resource_ManagementCustomMetrics( $this, $this->serviceName, 'customMetrics', array( 'methods' => array( 'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customMetricId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customMetricId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreCustomDataSourceLinks' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customMetricId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreCustomDataSourceLinks' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->management_experiments = new Google_Service_Analytics_Resource_ManagementExperiments( $this, $this->serviceName, 'experiments', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'experimentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'experimentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'experimentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'experimentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_filters = new Google_Service_Analytics_Resource_ManagementFilters( $this, $this->serviceName, 'filters', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/filters/{filterId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/filters/{filterId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/filters', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/filters', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/filters/{filterId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/filters/{filterId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_goals = new Google_Service_Analytics_Resource_ManagementGoals( $this, $this->serviceName, 'goals', array( 'methods' => array( 'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'goalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'goalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'goalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_profileFilterLinks = new Google_Service_Analytics_Resource_ManagementProfileFilterLinks( $this, $this->serviceName, 'profileFilterLinks', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_profileUserLinks = new Google_Service_Analytics_Resource_ManagementProfileUserLinks( $this, $this->serviceName, 'profileUserLinks', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_profiles = new Google_Service_Analytics_Resource_ManagementProfiles( $this, $this->serviceName, 'profiles', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_remarketingAudience = new Google_Service_Analytics_Resource_ManagementRemarketingAudience( $this, $this->serviceName, 'remarketingAudience', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'remarketingAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'remarketingAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'remarketingAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'remarketingAudienceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_segments = new Google_Service_Analytics_Resource_ManagementSegments( $this, $this->serviceName, 'segments', array( 'methods' => array( 'list' => array( 'path' => 'management/segments', 'httpMethod' => 'GET', 'parameters' => array( 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->management_unsampledReports = new Google_Service_Analytics_Resource_ManagementUnsampledReports( $this, $this->serviceName, 'unsampledReports', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'unsampledReportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'unsampledReportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->management_uploads = new Google_Service_Analytics_Resource_ManagementUploads( $this, $this->serviceName, 'uploads', array( 'methods' => array( 'deleteUploadData' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/deleteUploadData', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads/{uploadId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uploadId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'uploadData' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customDataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_webPropertyAdWordsLinks = new Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks( $this, $this->serviceName, 'webPropertyAdWordsLinks', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyAdWordsLinkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyAdWordsLinkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyAdWordsLinkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyAdWordsLinkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_webproperties = new Google_Service_Analytics_Resource_ManagementWebproperties( $this, $this->serviceName, 'webproperties', array( 'methods' => array( 'get' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->management_webpropertyUserLinks = new Google_Service_Analytics_Resource_ManagementWebpropertyUserLinks( $this, $this->serviceName, 'webpropertyUserLinks', array( 'methods' => array( 'delete' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webPropertyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'linkId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->metadata_columns = new Google_Service_Analytics_Resource_MetadataColumns( $this, $this->serviceName, 'columns', array( 'methods' => array( 'list' => array( 'path' => 'metadata/{reportType}/columns', 'httpMethod' => 'GET', 'parameters' => array( 'reportType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->provisioning = new Google_Service_Analytics_Resource_Provisioning( $this, $this->serviceName, 'provisioning', array( 'methods' => array( 'createAccountTicket' => array( 'path' => 'provisioning/createAccountTicket', 'httpMethod' => 'POST', 'parameters' => array(), ),'createAccountTree' => array( 'path' => 'provisioning/createAccountTree', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->userDeletion_userDeletionRequest = new Google_Service_Analytics_Resource_UserDeletionUserDeletionRequest( $this, $this->serviceName, 'userDeletionRequest', array( 'methods' => array( 'upsert' => array( 'path' => 'userDeletion/userDeletionRequests:upsert', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK, Z,>vendor/google/apiclient-services/src/Google/Service/Oauth2.phpnu[ * Obtains end-user authorization grants for use with other Google APIs.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Oauth2 extends Google_Service { /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; /** See your personal info, including any personal info you've made publicly available. */ const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; /** Associate you with your personal info on Google. */ const OPENID = "openid"; public $userinfo; public $userinfo_v2_me; private $base_methods; /** * Constructs the internal representation of the Oauth2 service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch/oauth2/v2'; $this->version = 'v2'; $this->serviceName = 'oauth2'; $this->userinfo = new Google_Service_Oauth2_Resource_Userinfo( $this, $this->serviceName, 'userinfo', array( 'methods' => array( 'get' => array( 'path' => 'oauth2/v2/userinfo', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->userinfo_v2_me = new Google_Service_Oauth2_Resource_UserinfoV2Me( $this, $this->serviceName, 'me', array( 'methods' => array( 'get' => array( 'path' => 'userinfo/v2/me', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->base_methods = new Google_Service_Resource( $this, $this->serviceName, '', array( 'methods' => array( 'tokeninfo' => array( 'path' => 'oauth2/v2/tokeninfo', 'httpMethod' => 'POST', 'parameters' => array( 'access_token' => array( 'location' => 'query', 'type' => 'string', ), 'id_token' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } /** * (tokeninfo) * * @param array $optParams Optional parameters. * * @opt_param string access_token * @opt_param string id_token * @return Google_Service_Oauth2_Tokeninfo */ public function tokeninfo($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->base_methods->call('tokeninfo', array($params), "Google_Service_Oauth2_Tokeninfo"); } } PK, Z Ie&e&=vendor/google/apiclient-services/src/Google/Service/Tasks.phpnu[ * The Google Tasks API lets you manage your tasks and task lists.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Tasks extends Google_Service { /** Create, edit, organize, and delete all your tasks. */ const TASKS = "https://www.googleapis.com/auth/tasks"; /** View your tasks. */ const TASKS_READONLY = "https://www.googleapis.com/auth/tasks.readonly"; public $tasklists; public $tasks; /** * Constructs the internal representation of the Tasks service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://tasks.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'tasks'; $this->tasklists = new Google_Service_Tasks_Resource_Tasklists( $this, $this->serviceName, 'tasklists', array( 'methods' => array( 'delete' => array( 'path' => 'tasks/v1/users/@me/lists/{tasklist}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tasks/v1/users/@me/lists/{tasklist}', 'httpMethod' => 'GET', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'tasks/v1/users/@me/lists', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'tasks/v1/users/@me/lists', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'tasks/v1/users/@me/lists/{tasklist}', 'httpMethod' => 'PATCH', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'tasks/v1/users/@me/lists/{tasklist}', 'httpMethod' => 'PUT', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->tasks = new Google_Service_Tasks_Resource_Tasks( $this, $this->serviceName, 'tasks', array( 'methods' => array( 'clear' => array( 'path' => 'tasks/v1/lists/{tasklist}/clear', 'httpMethod' => 'POST', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}', 'httpMethod' => 'DELETE', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}', 'httpMethod' => 'GET', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks', 'httpMethod' => 'POST', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), 'previous' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks', 'httpMethod' => 'GET', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'completedMax' => array( 'location' => 'query', 'type' => 'string', ), 'completedMin' => array( 'location' => 'query', 'type' => 'string', ), 'dueMax' => array( 'location' => 'query', 'type' => 'string', ), 'dueMin' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showCompleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'showHidden' => array( 'location' => 'query', 'type' => 'boolean', ), 'updatedMin' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}/move', 'httpMethod' => 'POST', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), 'previous' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}', 'httpMethod' => 'PATCH', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}', 'httpMethod' => 'PUT', 'parameters' => array( 'tasklist' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, ZCg_vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayRequest.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setGatewayId($gatewayId) { $this->gatewayId = $gatewayId; } public function getGatewayId() { return $this->gatewayId; } } PK, Zq\\Nvendor/google/apiclient-services/src/Google/Service/CloudIot/GatewayConfig.phpnu[gatewayAuthMethod = $gatewayAuthMethod; } public function getGatewayAuthMethod() { return $this->gatewayAuthMethod; } public function setGatewayType($gatewayType) { $this->gatewayType = $gatewayType; } public function getGatewayType() { return $this->gatewayType; } public function setLastAccessedGatewayId($lastAccessedGatewayId) { $this->lastAccessedGatewayId = $lastAccessedGatewayId; } public function getLastAccessedGatewayId() { return $this->lastAccessedGatewayId; } public function setLastAccessedGatewayTime($lastAccessedGatewayTime) { $this->lastAccessedGatewayTime = $lastAccessedGatewayTime; } public function getLastAccessedGatewayTime() { return $this->lastAccessedGatewayTime; } } PK, Z Tvendor/google/apiclient-services/src/Google/Service/CloudIot/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudIot_Policy */ public function getPolicy() { return $this->policy; } } PK, Z&d+hhGvendor/google/apiclient-services/src/Google/Service/CloudIot/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_CloudIot_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, Z5g0  Wvendor/google/apiclient-services/src/Google/Service/CloudIot/X509CertificateDetails.phpnu[expiryTime = $expiryTime; } public function getExpiryTime() { return $this->expiryTime; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setPublicKeyType($publicKeyType) { $this->publicKeyType = $publicKeyType; } public function getPublicKeyType() { return $this->publicKeyType; } public function setSignatureAlgorithm($signatureAlgorithm) { $this->signatureAlgorithm = $signatureAlgorithm; } public function getSignatureAlgorithm() { return $this->signatureAlgorithm; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } } PK, Z 5Uvendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCertificate.phpnu[certificate = $certificate; } public function getCertificate() { return $this->certificate; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } /** * @param Google_Service_CloudIot_X509CertificateDetails */ public function setX509Details(Google_Service_CloudIot_X509CertificateDetails $x509Details) { $this->x509Details = $x509Details; } /** * @return Google_Service_CloudIot_X509CertificateDetails */ public function getX509Details() { return $this->x509Details; } } PK, ZD[vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceRequest.phpnu[binaryData = $binaryData; } public function getBinaryData() { return $this->binaryData; } public function setSubfolder($subfolder) { $this->subfolder = $subfolder; } public function getSubfolder() { return $this->subfolder; } } PK, Z^7b{{Kvendor/google/apiclient-services/src/Google/Service/CloudIot/HttpConfig.phpnu[httpEnabledState = $httpEnabledState; } public function getHttpEnabledState() { return $this->httpEnabledState; } } PK, ZvgHHTvendor/google/apiclient-services/src/Google/Service/CloudIot/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_CloudIot_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK, Za[vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, ZDzz[vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocations.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $locations = $cloudiotService->locations; * */ class Google_Service_CloudIot_Resource_ProjectsLocations extends Google_Service_Resource { } PK, Z:%%lvendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $devices = $cloudiotService->devices; * */ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extends Google_Service_Resource { /** * Creates a device in a device registry. (devices.create) * * @param string $parent Required. The name of the device registry where this * device should be created. For example, `projects/example-project/locations * /us-central1/registries/my-registry`. * @param Google_Service_CloudIot_Device $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_Device */ public function create($parent, Google_Service_CloudIot_Device $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIot_Device"); } /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_CloudiotEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIot_CloudiotEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. * * @opt_param string fieldMask The fields of the `Device` resource to be * returned in the response. If the field mask is unset or empty, all fields are * returned. Fields have to be provided in snake_case format, for example: * `last_heartbeat_time`. * @return Google_Service_CloudIot_Device */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIot_Device"); } /** * List devices in a device registry. * (devices.listProjectsLocationsRegistriesDevices) * * @param string $parent Required. The device registry path. Required. For * example, `projects/my-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * * @opt_param string deviceIds A list of device string IDs. For example, * `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: * 10,000 * @opt_param string deviceNumIds A list of device numeric IDs. If empty, this * field is ignored. Maximum IDs: 10,000. * @opt_param string fieldMask The fields of the `Device` resource to be * returned in the response. The fields `id` and `num_id` are always returned, * along with any other fields specified in snake_case format, for example: * `last_heartbeat_time`. * @opt_param string gatewayListOptions.associationsDeviceId If set, returns * only the gateways with which the specified device is associated. The device * ID can be numeric (`num_id`) or the user-defined string (`id`). For example, * if `456` is specified, returns only the gateways to which the device with * `num_id` 456 is bound. * @opt_param string gatewayListOptions.associationsGatewayId If set, only * devices associated with the specified gateway are returned. The gateway ID * can be numeric (`num_id`) or the user-defined string (`id`). For example, if * `123` is specified, only devices bound to the gateway with `num_id` 123 are * returned. * @opt_param string gatewayListOptions.gatewayType If `GATEWAY` is specified, * only gateways are returned. If `NON_GATEWAY` is specified, only non-gateway * devices are returned. If `GATEWAY_TYPE_UNSPECIFIED` is specified, all devices * are returned. * @opt_param int pageSize The maximum number of devices to return in the * response. If this value is zero, the service will select a default size. A * call may return fewer objects than requested. A non-empty `next_page_token` * in the response indicates that more data is available. * @opt_param string pageToken The value returned by the last * `ListDevicesResponse`; indicates that this is a continuation of a prior * `ListDevices` call and the system should return the next page of data. * @return Google_Service_CloudIot_ListDevicesResponse */ public function listProjectsLocationsRegistriesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIot_ListDevicesResponse"); } /** * Modifies the configuration for the device, which is eventually sent from the * Cloud IoT Core servers. Returns the modified configuration version and its * metadata. (devices.modifyCloudToDeviceConfig) * * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param Google_Service_CloudIot_ModifyCloudToDeviceConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_DeviceConfig */ public function modifyCloudToDeviceConfig($name, Google_Service_CloudIot_ModifyCloudToDeviceConfigRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyCloudToDeviceConfig', array($params), "Google_Service_CloudIot_DeviceConfig"); } /** * Updates a device. (devices.patch) * * @param string $name The resource path name. For example, * `projects/p1/locations/us-central1/registries/registry0/devices/dev0` or * `projects/p1/locations/us-central1/registries/registry0/devices/{num_id}`. * When `name` is populated as a response from the service, it always ends in * the device numeric ID. * @param Google_Service_CloudIot_Device $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Only updates the `device` fields * indicated by this mask. The field mask must not be empty, and it must not * contain fields that are immutable or only set by the server. Mutable top- * level fields: `credentials`, `blocked`, and `metadata` * @return Google_Service_CloudIot_Device */ public function patch($name, Google_Service_CloudIot_Device $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudIot_Device"); } /** * Sends a command to the specified device. In order for a device to be able to * receive commands, it must: 1) be connected to Cloud IoT Core using the MQTT * protocol, and 2) be subscribed to the group of MQTT topics specified by * /devices/{device-id}/commands/#. This subscription will receive commands at * the top-level topic /devices/{device-id}/commands as well as commands for * subfolders, like /devices/{device-id}/commands/subfolder. Note that * subscribing to specific subfolders is not supported. If the command could not * be delivered to the device, this method will return an error; in particular, * if the device is not subscribed, this method will return FAILED_PRECONDITION. * Otherwise, this method will return OK. If the subscription is QoS 1, at least * once delivery will be guaranteed; for QoS 0, no acknowledgment will be * expected from the device. (devices.sendCommandToDevice) * * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param Google_Service_CloudIot_SendCommandToDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_SendCommandToDeviceResponse */ public function sendCommandToDevice($name, Google_Service_CloudIot_SendCommandToDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sendCommandToDevice', array($params), "Google_Service_CloudIot_SendCommandToDeviceResponse"); } } PK, Z{  rvendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $devices = $cloudiotService->devices; * */ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroupsDevices extends Google_Service_Resource { /** * List devices in a device registry. * (devices.listProjectsLocationsRegistriesGroupsDevices) * * @param string $parent Required. The device registry path. Required. For * example, `projects/my-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * * @opt_param string deviceIds A list of device string IDs. For example, * `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: * 10,000 * @opt_param string deviceNumIds A list of device numeric IDs. If empty, this * field is ignored. Maximum IDs: 10,000. * @opt_param string fieldMask The fields of the `Device` resource to be * returned in the response. The fields `id` and `num_id` are always returned, * along with any other fields specified in snake_case format, for example: * `last_heartbeat_time`. * @opt_param string gatewayListOptions.associationsDeviceId If set, returns * only the gateways with which the specified device is associated. The device * ID can be numeric (`num_id`) or the user-defined string (`id`). For example, * if `456` is specified, returns only the gateways to which the device with * `num_id` 456 is bound. * @opt_param string gatewayListOptions.associationsGatewayId If set, only * devices associated with the specified gateway are returned. The gateway ID * can be numeric (`num_id`) or the user-defined string (`id`). For example, if * `123` is specified, only devices bound to the gateway with `num_id` 123 are * returned. * @opt_param string gatewayListOptions.gatewayType If `GATEWAY` is specified, * only gateways are returned. If `NON_GATEWAY` is specified, only non-gateway * devices are returned. If `GATEWAY_TYPE_UNSPECIFIED` is specified, all devices * are returned. * @opt_param int pageSize The maximum number of devices to return in the * response. If this value is zero, the service will select a default size. A * call may return fewer objects than requested. A non-empty `next_page_token` * in the response indicates that more data is available. * @opt_param string pageToken The value returned by the last * `ListDevicesResponse`; indicates that this is a continuation of a prior * `ListDevices` call and the system should return the next page of data. * @return Google_Service_CloudIot_ListDevicesResponse */ public function listProjectsLocationsRegistriesGroupsDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIot_ListDevicesResponse"); } } PK, ZR* kvendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroups.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $groups = $cloudiotService->groups; * */ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroups extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (groups.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudIot_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_Policy */ public function getIamPolicy($resource, Google_Service_CloudIot_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudIot_Policy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (groups.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudIot_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_Policy */ public function setIamPolicy($resource, Google_Service_CloudIot_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudIot_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error. (groups.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudIot_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudIot_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudIot_TestIamPermissionsResponse"); } } PK, ZByzvendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $configVersions = $cloudiotService->configVersions; * */ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesConfigVersions extends Google_Service_Resource { /** * Lists the last few versions of the device configuration in descending order * (i.e.: newest first). * (configVersions.listProjectsLocationsRegistriesDevicesConfigVersions) * * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. * * @opt_param int numVersions The number of versions to list. Versions are * listed in decreasing order of the version number. The maximum number of * versions retained is 10. If this value is zero, it will return all the * versions available. * @return Google_Service_CloudIot_ListDeviceConfigVersionsResponse */ public function listProjectsLocationsRegistriesDevicesConfigVersions($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIot_ListDeviceConfigVersionsResponse"); } } PK, Z$P$$evendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $registries = $cloudiotService->registries; * */ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Google_Service_Resource { /** * Associates the device with the gateway. (registries.bindDeviceToGateway) * * @param string $parent Required. The name of the registry. For example, * `projects/example-project/locations/us-central1/registries/my-registry`. * @param Google_Service_CloudIot_BindDeviceToGatewayRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_BindDeviceToGatewayResponse */ public function bindDeviceToGateway($parent, Google_Service_CloudIot_BindDeviceToGatewayRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bindDeviceToGateway', array($params), "Google_Service_CloudIot_BindDeviceToGatewayResponse"); } /** * Creates a device registry that contains devices. (registries.create) * * @param string $parent Required. The project and cloud region where this * device registry must be created. For example, `projects/example- * project/locations/us-central1`. * @param Google_Service_CloudIot_DeviceRegistry $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_DeviceRegistry */ public function create($parent, Google_Service_CloudIot_DeviceRegistry $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIot_DeviceRegistry"); } /** * Deletes a device registry configuration. (registries.delete) * * @param string $name Required. The name of the device registry. For example, * `projects/example-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_CloudiotEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIot_CloudiotEmpty"); } /** * Gets a device registry configuration. (registries.get) * * @param string $name Required. The name of the device registry. For example, * `projects/example-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_DeviceRegistry */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIot_DeviceRegistry"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (registries.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudIot_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_Policy */ public function getIamPolicy($resource, Google_Service_CloudIot_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudIot_Policy"); } /** * Lists device registries. (registries.listProjectsLocationsRegistries) * * @param string $parent Required. The project and cloud region path. For * example, `projects/example-project/locations/us-central1`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of registries to return in the * response. If this value is zero, the service will select a default size. A * call may return fewer objects than requested. A non-empty `next_page_token` * in the response indicates that more data is available. * @opt_param string pageToken The value returned by the last * `ListDeviceRegistriesResponse`; indicates that this is a continuation of a * prior `ListDeviceRegistries` call and the system should return the next page * of data. * @return Google_Service_CloudIot_ListDeviceRegistriesResponse */ public function listProjectsLocationsRegistries($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIot_ListDeviceRegistriesResponse"); } /** * Updates a device registry configuration. (registries.patch) * * @param string $name The resource path name. For example, `projects/example- * project/locations/us-central1/registries/my-registry`. * @param Google_Service_CloudIot_DeviceRegistry $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Only updates the `device_registry` * fields indicated by this mask. The field mask must not be empty, and it must * not contain fields that are immutable or only set by the server. Mutable top- * level fields: `event_notification_config`, `http_config`, `mqtt_config`, and * `state_notification_config`. * @return Google_Service_CloudIot_DeviceRegistry */ public function patch($name, Google_Service_CloudIot_DeviceRegistry $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudIot_DeviceRegistry"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (registries.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudIot_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_Policy */ public function setIamPolicy($resource, Google_Service_CloudIot_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudIot_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error. (registries.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudIot_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudIot_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudIot_TestIamPermissionsResponse"); } /** * Deletes the association between the device and the gateway. * (registries.unbindDeviceFromGateway) * * @param string $parent Required. The name of the registry. For example, * `projects/example-project/locations/us-central1/registries/my-registry`. * @param Google_Service_CloudIot_UnbindDeviceFromGatewayRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_UnbindDeviceFromGatewayResponse */ public function unbindDeviceFromGateway($parent, Google_Service_CloudIot_UnbindDeviceFromGatewayRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('unbindDeviceFromGateway', array($params), "Google_Service_CloudIot_UnbindDeviceFromGatewayResponse"); } } PK, ZnnRvendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/Projects.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $projects = $cloudiotService->projects; * */ class Google_Service_CloudIot_Resource_Projects extends Google_Service_Resource { } PK, ZW8:rvendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.phpnu[ * $cloudiotService = new Google_Service_CloudIot(...); * $states = $cloudiotService->states; * */ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesStates extends Google_Service_Resource { /** * Lists the last few versions of the device state in descending order (i.e.: * newest first). (states.listProjectsLocationsRegistriesDevicesStates) * * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. * * @opt_param int numStates The number of states to list. States are listed in * descending order of update time. The maximum number of states retained is 10. * If this value is zero, it will return all the states available. * @return Google_Service_CloudIot_ListDeviceStatesResponse */ public function listProjectsLocationsRegistriesDevicesStates($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIot_ListDeviceStatesResponse"); } } PK, Z  Lvendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceState.phpnu[binaryData = $binaryData; } public function getBinaryData() { return $this->binaryData; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Z{{Hvendor/google/apiclient-services/src/Google/Service/CloudIot/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudIot_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK, ZaR Ovendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceRegistry.phpnu[credentials = $credentials; } /** * @return Google_Service_CloudIot_RegistryCredential[] */ public function getCredentials() { return $this->credentials; } /** * @param Google_Service_CloudIot_EventNotificationConfig[] */ public function setEventNotificationConfigs($eventNotificationConfigs) { $this->eventNotificationConfigs = $eventNotificationConfigs; } /** * @return Google_Service_CloudIot_EventNotificationConfig[] */ public function getEventNotificationConfigs() { return $this->eventNotificationConfigs; } /** * @param Google_Service_CloudIot_HttpConfig */ public function setHttpConfig(Google_Service_CloudIot_HttpConfig $httpConfig) { $this->httpConfig = $httpConfig; } /** * @return Google_Service_CloudIot_HttpConfig */ public function getHttpConfig() { return $this->httpConfig; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLogLevel($logLevel) { $this->logLevel = $logLevel; } public function getLogLevel() { return $this->logLevel; } /** * @param Google_Service_CloudIot_MqttConfig */ public function setMqttConfig(Google_Service_CloudIot_MqttConfig $mqttConfig) { $this->mqttConfig = $mqttConfig; } /** * @return Google_Service_CloudIot_MqttConfig */ public function getMqttConfig() { return $this->mqttConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudIot_StateNotificationConfig */ public function setStateNotificationConfig(Google_Service_CloudIot_StateNotificationConfig $stateNotificationConfig) { $this->stateNotificationConfig = $stateNotificationConfig; } /** * @return Google_Service_CloudIot_StateNotificationConfig */ public function getStateNotificationConfig() { return $this->stateNotificationConfig; } } PK, Z|`vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayResponse.phpnu[pubsubTopicName = $pubsubTopicName; } public function getPubsubTopicName() { return $this->pubsubTopicName; } } PK, Z!SMvendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceConfig.phpnu[binaryData = $binaryData; } public function getBinaryData() { return $this->binaryData; } public function setCloudUpdateTime($cloudUpdateTime) { $this->cloudUpdateTime = $cloudUpdateTime; } public function getCloudUpdateTime() { return $this->cloudUpdateTime; } public function setDeviceAckTime($deviceAckTime) { $this->deviceAckTime = $deviceAckTime; } public function getDeviceAckTime() { return $this->deviceAckTime; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, Zavendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceConfigVersionsResponse.phpnu[deviceConfigs = $deviceConfigs; } /** * @return Google_Service_CloudIot_DeviceConfig[] */ public function getDeviceConfigs() { return $this->deviceConfigs; } } PK, Z{pBBavendor/google/apiclient-services/src/Google/Service/CloudIot/ModifyCloudToDeviceConfigRequest.phpnu[binaryData = $binaryData; } public function getBinaryData() { return $this->binaryData; } public function setVersionToUpdate($versionToUpdate) { $this->versionToUpdate = $versionToUpdate; } public function getVersionToUpdate() { return $this->versionToUpdate; } } PK, Z{Zvendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, Z{0k55Qvendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceCredential.phpnu[expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } /** * @param Google_Service_CloudIot_PublicKeyCredential */ public function setPublicKey(Google_Service_CloudIot_PublicKeyCredential $publicKey) { $this->publicKey = $publicKey; } /** * @return Google_Service_CloudIot_PublicKeyCredential */ public function getPublicKey() { return $this->publicKey; } } PK, ZuR5\vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayResponse.phpnu[publicKeyCertificate = $publicKeyCertificate; } /** * @return Google_Service_CloudIot_PublicKeyCertificate */ public function getPublicKeyCertificate() { return $this->publicKeyCertificate; } } PK, ZITvendor/google/apiclient-services/src/Google/Service/CloudIot/ListDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_CloudIot_Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z~-}ww]vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceRegistriesResponse.phpnu[deviceRegistries = $deviceRegistries; } /** * @return Google_Service_CloudIot_DeviceRegistry[] */ public function getDeviceRegistries() { return $this->deviceRegistries; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z6|Gvendor/google/apiclient-services/src/Google/Service/CloudIot/Status.phpnu[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; } } PK, ZO[&ccXvendor/google/apiclient-services/src/Google/Service/CloudIot/EventNotificationConfig.phpnu[pubsubTopicName = $pubsubTopicName; } public function getPubsubTopicName() { return $this->pubsubTopicName; } public function setSubfolderMatches($subfolderMatches) { $this->subfolderMatches = $subfolderMatches; } public function getSubfolderMatches() { return $this->subfolderMatches; } } PK, ZR4Gvendor/google/apiclient-services/src/Google/Service/CloudIot/Device.phpnu[blocked = $blocked; } public function getBlocked() { return $this->blocked; } /** * @param Google_Service_CloudIot_DeviceConfig */ public function setConfig(Google_Service_CloudIot_DeviceConfig $config) { $this->config = $config; } /** * @return Google_Service_CloudIot_DeviceConfig */ public function getConfig() { return $this->config; } /** * @param Google_Service_CloudIot_DeviceCredential[] */ public function setCredentials($credentials) { $this->credentials = $credentials; } /** * @return Google_Service_CloudIot_DeviceCredential[] */ public function getCredentials() { return $this->credentials; } /** * @param Google_Service_CloudIot_GatewayConfig */ public function setGatewayConfig(Google_Service_CloudIot_GatewayConfig $gatewayConfig) { $this->gatewayConfig = $gatewayConfig; } /** * @return Google_Service_CloudIot_GatewayConfig */ public function getGatewayConfig() { return $this->gatewayConfig; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLastConfigAckTime($lastConfigAckTime) { $this->lastConfigAckTime = $lastConfigAckTime; } public function getLastConfigAckTime() { return $this->lastConfigAckTime; } public function setLastConfigSendTime($lastConfigSendTime) { $this->lastConfigSendTime = $lastConfigSendTime; } public function getLastConfigSendTime() { return $this->lastConfigSendTime; } /** * @param Google_Service_CloudIot_Status */ public function setLastErrorStatus(Google_Service_CloudIot_Status $lastErrorStatus) { $this->lastErrorStatus = $lastErrorStatus; } /** * @return Google_Service_CloudIot_Status */ public function getLastErrorStatus() { return $this->lastErrorStatus; } public function setLastErrorTime($lastErrorTime) { $this->lastErrorTime = $lastErrorTime; } public function getLastErrorTime() { return $this->lastErrorTime; } public function setLastEventTime($lastEventTime) { $this->lastEventTime = $lastEventTime; } public function getLastEventTime() { return $this->lastEventTime; } public function setLastHeartbeatTime($lastHeartbeatTime) { $this->lastHeartbeatTime = $lastHeartbeatTime; } public function getLastHeartbeatTime() { return $this->lastHeartbeatTime; } public function setLastStateTime($lastStateTime) { $this->lastStateTime = $lastStateTime; } public function getLastStateTime() { return $this->lastStateTime; } public function setLogLevel($logLevel) { $this->logLevel = $logLevel; } public function getLogLevel() { return $this->logLevel; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumId($numId) { $this->numId = $numId; } public function getNumId() { return $this->numId; } /** * @param Google_Service_CloudIot_DeviceState */ public function setState(Google_Service_CloudIot_DeviceState $state) { $this->state = $state; } /** * @return Google_Service_CloudIot_DeviceState */ public function getState() { return $this->state; } } PK, ZY{{Kvendor/google/apiclient-services/src/Google/Service/CloudIot/MqttConfig.phpnu[mqttEnabledState = $mqttEnabledState; } public function getMqttEnabledState() { return $this->mqttEnabledState; } } PK, Z0bNvendor/google/apiclient-services/src/Google/Service/CloudIot/CloudiotEmpty.phpnu[format = $format; } public function getFormat() { return $this->format; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK, ZhRh[vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayRequest.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setGatewayId($gatewayId) { $this->gatewayId = $gatewayId; } public function getGatewayId() { return $this->gatewayId; } } PK, Z\vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceResponse.phpnu[deviceStates = $deviceStates; } /** * @return Google_Service_CloudIot_DeviceState[] */ public function getDeviceStates() { return $this->deviceStates; } } PK, ZQvendor/google/apiclient-services/src/Google/Service/CloudIot/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK, ZTIIEvendor/google/apiclient-services/src/Google/Service/CloudIot/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z~!!Qvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.phpnu[ * Manages the service consumers of a Service Infrastructure service.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceConsumerManagement extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $services; public $services_tenancyUnits; /** * Constructs the internal representation of the ServiceConsumerManagement * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://serviceconsumermanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'serviceconsumermanagement'; $this->operations = new Google_Service_ServiceConsumerManagement_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services = new Google_Service_ServiceConsumerManagement_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'search' => array( 'path' => 'v1/{+parent}:search', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services_tenancyUnits = new Google_Service_ServiceConsumerManagement_Resource_ServicesTenancyUnits( $this, $this->serviceName, 'tenancyUnits', array( 'methods' => array( 'addProject' => array( 'path' => 'v1/{+parent}:addProject', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'applyProjectConfig' => array( 'path' => 'v1/{+name}:applyProjectConfig', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'attachProject' => array( 'path' => 'v1/{+name}:attachProject', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/tenancyUnits', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'deleteProject' => array( 'path' => 'v1/{+name}:deleteProject', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/tenancyUnits', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeProject' => array( 'path' => 'v1/{+name}:removeProject', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undeleteProject' => array( 'path' => 'v1/{+name}:undeleteProject', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, ZD Bvendor/google/apiclient-services/src/Google/Service/FirebaseML.phpnu[ * Access custom machine learning models hosted via Firebase ML.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseML extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; /** * Constructs the internal representation of the FirebaseML service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebaseml.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'firebaseml'; $this->operations = new Google_Service_FirebaseML_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, ZIvendor/google/apiclient-services/src/Google/Service/People/Membership.phpnu[contactGroupMembership = $contactGroupMembership; } public function getContactGroupMembership() { return $this->contactGroupMembership; } public function setDomainMembership(Google_Service_People_DomainMembership $domainMembership) { $this->domainMembership = $domainMembership; } public function getDomainMembership() { return $this->domainMembership; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK, Z;;Cvendor/google/apiclient-services/src/Google/Service/People/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK, ZHHDvendor/google/apiclient-services/src/Google/Service/People/Skill.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZOSGvendor/google/apiclient-services/src/Google/Service/People/Relation.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setPerson($person) { $this->person = $person; } public function getPerson() { return $this->person; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z<NNGvendor/google/apiclient-services/src/Google/Service/People/ImClient.phpnu[formattedProtocol = $formattedProtocol; } public function getFormattedProtocol() { return $this->formattedProtocol; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK, ZAwwUvendor/google/apiclient-services/src/Google/Service/People/ContactGroupMembership.phpnu[contactGroupId = $contactGroupId; } public function getContactGroupId() { return $this->contactGroupId; } } PK, Z鵽g33Gvendor/google/apiclient-services/src/Google/Service/People/Birthday.phpnu[date = $date; } public function getDate() { return $this->date; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK, ZŬ5KKGvendor/google/apiclient-services/src/Google/Service/People/Interest.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZFVvendor/google/apiclient-services/src/Google/Service/People/ListConnectionsResponse.phpnu[connections = $connections; } public function getConnections() { return $this->connections; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } } PK, ZEvendor/google/apiclient-services/src/Google/Service/People/Gender.phpnu[formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZPMMIvendor/google/apiclient-services/src/Google/Service/People/Occupation.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z璟Lvendor/google/apiclient-services/src/Google/Service/People/FieldMetadata.phpnu[primary = $primary; } public function getPrimary() { return $this->primary; } public function setSource(Google_Service_People_Source $source) { $this->source = $source; } public function getSource() { return $this->source; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK, Z@3)::Dvendor/google/apiclient-services/src/Google/Service/People/Photo.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK, Z   Hvendor/google/apiclient-services/src/Google/Service/People/Biography.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZzEvendor/google/apiclient-services/src/Google/Service/People/Source.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setProfileMetadata(Google_Service_People_ProfileMetadata $profileMetadata) { $this->profileMetadata = $profileMetadata; } public function getProfileMetadata() { return $this->profileMetadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Zvϑ? ? Nvendor/google/apiclient-services/src/Google/Service/People/Resource/People.phpnu[ * $peopleService = new Google_Service_People(...); * $people = $peopleService->people; * */ class Google_Service_People_Resource_People extends Google_Service_Resource { /** * Provides information about a person resource for a resource name. Use * `people/me` to indicate the authenticated user. (people.get) * * @param string $resourceName The resource name of the person to provide * information about. * * - To get information about the authenticated user, specify `people/me`. - To * get information about any user, specify the resource name that identifies * the user, such as the resource names returned by * [`people.connections.list`](/people/api/rest/v1/people.connections/list). * @param array $optParams Optional parameters. * * @opt_param string requestMask.includeField Comma-separated list of fields to * be included in the response. Omitting this field will include all fields * except for connections.list requests, which have a default mask that includes * common fields like metadata, name, photo, and profile url. Each path should * start with `person.`: for example, `person.names` or `person.photos`. * @return Google_Service_People_Person */ public function get($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_People_Person"); } /** * Provides information about a list of specific people by specifying a list of * requested resource names. Use `people/me` to indicate the authenticated user. * (people.getBatchGet) * * @param array $optParams Optional parameters. * * @opt_param string requestMask.includeField Comma-separated list of fields to * be included in the response. Omitting this field will include all fields * except for connections.list requests, which have a default mask that includes * common fields like metadata, name, photo, and profile url. Each path should * start with `person.`: for example, `person.names` or `person.photos`. * @opt_param string resourceNames The resource name, such as one returned by * [`people.connections.list`](/people/api/rest/v1/people.connections/list), of * one of the people to provide information about. You can include this * parameter up to 50 times in one request. * @return Google_Service_People_GetPeopleResponse */ public function getBatchGet($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getBatchGet', array($params), "Google_Service_People_GetPeopleResponse"); } } PK, ZP P Yvendor/google/apiclient-services/src/Google/Service/People/Resource/PeopleConnections.phpnu[ * $peopleService = new Google_Service_People(...); * $connections = $peopleService->connections; * */ class Google_Service_People_Resource_PeopleConnections extends Google_Service_Resource { /** * Provides a list of the authenticated user's contacts merged with any linked * profiles. (connections.listPeopleConnections) * * @param string $resourceName The resource name to return connections for. Only * `people/me` is valid. * @param array $optParams Optional parameters. * * @opt_param string sortOrder The order in which the connections should be * sorted. Defaults to `LAST_MODIFIED_ASCENDING`. * @opt_param bool requestSyncToken Whether the response should include a sync * token, which can be used to get all changes since the last request. * @opt_param string pageToken The token of the page to be returned. * @opt_param int pageSize The number of connections to include in the response. * Valid values are between 1 and 500, inclusive. Defaults to 100. * @opt_param string requestMask.includeField Comma-separated list of fields to * be included in the response. Omitting this field will include all fields * except for connections.list requests, which have a default mask that includes * common fields like metadata, name, photo, and profile url. Each path should * start with `person.`: for example, `person.names` or `person.photos`. * @opt_param string syncToken A sync token, returned by a previous call to * `people.connections.list`. Only resources changed since the sync token was * created will be returned. * @return Google_Service_People_ListConnectionsResponse */ public function listPeopleConnections($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_People_ListConnectionsResponse"); } } PK, Z;se e Fvendor/google/apiclient-services/src/Google/Service/People/Address.phpnu[city = $city; } public function getCity() { return $this->city; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setExtendedAddress($extendedAddress) { $this->extendedAddress = $extendedAddress; } public function getExtendedAddress() { return $this->extendedAddress; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setPoBox($poBox) { $this->poBox = $poBox; } public function getPoBox() { return $this->poBox; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z"ѤQQMvendor/google/apiclient-services/src/Google/Service/People/BraggingRights.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZOTTNvendor/google/apiclient-services/src/Google/Service/People/ProfileMetadata.phpnu[objectType = $objectType; } public function getObjectType() { return $this->objectType; } } PK, Z̽ƧwwMvendor/google/apiclient-services/src/Google/Service/People/PersonResponse.phpnu[httpStatusCode = $httpStatusCode; } public function getHttpStatusCode() { return $this->httpStatusCode; } public function setPerson(Google_Service_People_Person $person) { $this->person = $person; } public function getPerson() { return $this->person; } public function setRequestedResourceName($requestedResourceName) { $this->requestedResourceName = $requestedResourceName; } public function getRequestedResourceName() { return $this->requestedResourceName; } } PK, ZC==Mvendor/google/apiclient-services/src/Google/Service/People/PersonMetadata.phpnu[deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setLinkedPeopleResourceNames($linkedPeopleResourceNames) { $this->linkedPeopleResourceNames = $linkedPeopleResourceNames; } public function getLinkedPeopleResourceNames() { return $this->linkedPeopleResourceNames; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setPreviousResourceNames($previousResourceNames) { $this->previousResourceNames = $previousResourceNames; } public function getPreviousResourceNames() { return $this->previousResourceNames; } public function setSources($sources) { $this->sources = $sources; } public function getSources() { return $this->sources; } } PK, Z++Svendor/google/apiclient-services/src/Google/Service/People/RelationshipInterest.phpnu[formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZmvvJvendor/google/apiclient-services/src/Google/Service/People/PhoneNumber.phpnu[canonicalForm = $canonicalForm; } public function getCanonicalForm() { return $this->canonicalForm; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z˴O3))Qvendor/google/apiclient-services/src/Google/Service/People/RelationshipStatus.phpnu[formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z:d- - Kvendor/google/apiclient-services/src/Google/Service/People/Organization.phpnu[current = $current; } public function getCurrent() { return $this->current; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setEndDate(Google_Service_People_Date $endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setJobDescription($jobDescription) { $this->jobDescription = $jobDescription; } public function getJobDescription() { return $this->jobDescription; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPhoneticName($phoneticName) { $this->phoneticName = $phoneticName; } public function getPhoneticName() { return $this->phoneticName; } public function setStartDate(Google_Service_People_Date $startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setSymbol($symbol) { $this->symbol = $symbol; } public function getSymbol() { return $this->symbol; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, ZZgL!L!Evendor/google/apiclient-services/src/Google/Service/People/Person.phpnu[addresses = $addresses; } public function getAddresses() { return $this->addresses; } public function setAgeRange($ageRange) { $this->ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } public function setAgeRanges($ageRanges) { $this->ageRanges = $ageRanges; } public function getAgeRanges() { return $this->ageRanges; } public function setBiographies($biographies) { $this->biographies = $biographies; } public function getBiographies() { return $this->biographies; } public function setBirthdays($birthdays) { $this->birthdays = $birthdays; } public function getBirthdays() { return $this->birthdays; } public function setBraggingRights($braggingRights) { $this->braggingRights = $braggingRights; } public function getBraggingRights() { return $this->braggingRights; } public function setCoverPhotos($coverPhotos) { $this->coverPhotos = $coverPhotos; } public function getCoverPhotos() { return $this->coverPhotos; } public function setEmailAddresses($emailAddresses) { $this->emailAddresses = $emailAddresses; } public function getEmailAddresses() { return $this->emailAddresses; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setEvents($events) { $this->events = $events; } public function getEvents() { return $this->events; } public function setGenders($genders) { $this->genders = $genders; } public function getGenders() { return $this->genders; } public function setImClients($imClients) { $this->imClients = $imClients; } public function getImClients() { return $this->imClients; } public function setInterests($interests) { $this->interests = $interests; } public function getInterests() { return $this->interests; } public function setLocales($locales) { $this->locales = $locales; } public function getLocales() { return $this->locales; } public function setMemberships($memberships) { $this->memberships = $memberships; } public function getMemberships() { return $this->memberships; } public function setMetadata(Google_Service_People_PersonMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setNames($names) { $this->names = $names; } public function getNames() { return $this->names; } public function setNicknames($nicknames) { $this->nicknames = $nicknames; } public function getNicknames() { return $this->nicknames; } public function setOccupations($occupations) { $this->occupations = $occupations; } public function getOccupations() { return $this->occupations; } public function setOrganizations($organizations) { $this->organizations = $organizations; } public function getOrganizations() { return $this->organizations; } public function setPhoneNumbers($phoneNumbers) { $this->phoneNumbers = $phoneNumbers; } public function getPhoneNumbers() { return $this->phoneNumbers; } public function setPhotos($photos) { $this->photos = $photos; } public function getPhotos() { return $this->photos; } public function setRelations($relations) { $this->relations = $relations; } public function getRelations() { return $this->relations; } public function setRelationshipInterests($relationshipInterests) { $this->relationshipInterests = $relationshipInterests; } public function getRelationshipInterests() { return $this->relationshipInterests; } public function setRelationshipStatuses($relationshipStatuses) { $this->relationshipStatuses = $relationshipStatuses; } public function getRelationshipStatuses() { return $this->relationshipStatuses; } public function setResidences($residences) { $this->residences = $residences; } public function getResidences() { return $this->residences; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setSkills($skills) { $this->skills = $skills; } public function getSkills() { return $this->skills; } public function setTaglines($taglines) { $this->taglines = $taglines; } public function getTaglines() { return $this->taglines; } public function setUrls($urls) { $this->urls = $urls; } public function getUrls() { return $this->urls; } } PK, ZCIIEvendor/google/apiclient-services/src/Google/Service/People/Locale.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z8iiKvendor/google/apiclient-services/src/Google/Service/People/EmailAddress.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, Z$cPvendor/google/apiclient-services/src/Google/Service/People/GetPeopleResponse.phpnu[responses = $responses; } public function getResponses() { return $this->responses; } } PK, Z~gCIvendor/google/apiclient-services/src/Google/Service/People/CoverPhoto.phpnu[default = $default; } public function getDefault() { return $this->default; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK, ZPiqqOvendor/google/apiclient-services/src/Google/Service/People/DomainMembership.phpnu[inViewerDomain = $inViewerDomain; } public function getInViewerDomain() { return $this->inViewerDomain; } } PK, Z4)Gvendor/google/apiclient-services/src/Google/Service/People/Nickname.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZvhBvendor/google/apiclient-services/src/Google/Service/People/Url.phpnu[formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZX9Cvendor/google/apiclient-services/src/Google/Service/People/Name.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDisplayNameLastFirst($displayNameLastFirst) { $this->displayNameLastFirst = $displayNameLastFirst; } public function getDisplayNameLastFirst() { return $this->displayNameLastFirst; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setHonorificPrefix($honorificPrefix) { $this->honorificPrefix = $honorificPrefix; } public function getHonorificPrefix() { return $this->honorificPrefix; } public function setHonorificSuffix($honorificSuffix) { $this->honorificSuffix = $honorificSuffix; } public function getHonorificSuffix() { return $this->honorificSuffix; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setMiddleName($middleName) { $this->middleName = $middleName; } public function getMiddleName() { return $this->middleName; } public function setPhoneticFamilyName($phoneticFamilyName) { $this->phoneticFamilyName = $phoneticFamilyName; } public function getPhoneticFamilyName() { return $this->phoneticFamilyName; } public function setPhoneticFullName($phoneticFullName) { $this->phoneticFullName = $phoneticFullName; } public function getPhoneticFullName() { return $this->phoneticFullName; } public function setPhoneticGivenName($phoneticGivenName) { $this->phoneticGivenName = $phoneticGivenName; } public function getPhoneticGivenName() { return $this->phoneticGivenName; } public function setPhoneticHonorificPrefix($phoneticHonorificPrefix) { $this->phoneticHonorificPrefix = $phoneticHonorificPrefix; } public function getPhoneticHonorificPrefix() { return $this->phoneticHonorificPrefix; } public function setPhoneticHonorificSuffix($phoneticHonorificSuffix) { $this->phoneticHonorificSuffix = $phoneticHonorificSuffix; } public function getPhoneticHonorificSuffix() { return $this->phoneticHonorificSuffix; } public function setPhoneticMiddleName($phoneticMiddleName) { $this->phoneticMiddleName = $phoneticMiddleName; } public function getPhoneticMiddleName() { return $this->phoneticMiddleName; } } PK, Z Hvendor/google/apiclient-services/src/Google/Service/People/Residence.phpnu[current = $current; } public function getCurrent() { return $this->current; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZJJFvendor/google/apiclient-services/src/Google/Service/People/Tagline.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK, ZS.,}ddKvendor/google/apiclient-services/src/Google/Service/People/AgeRangeType.phpnu[ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK, ZDvendor/google/apiclient-services/src/Google/Service/People/Event.phpnu[date = $date; } public function getDate() { return $this->date; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z $;  Dvendor/google/apiclient-services/src/Google/Service/ChromePolicy.phpnu[ * The Chrome Policy API is a suite of services that allows Chrome * administrators to control the policies applied to their managed Chrome OS * devices and Chrome browsers.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ChromePolicy extends Google_Service { /** See, edit, create or delete policies applied to Chrome OS and Chrome Browsers managed within your organization. */ const CHROME_MANAGEMENT_POLICY = "https://www.googleapis.com/auth/chrome.management.policy"; /** See policies applied to Chrome OS and Chrome Browsers managed within your organization. */ const CHROME_MANAGEMENT_POLICY_READONLY = "https://www.googleapis.com/auth/chrome.management.policy.readonly"; public $customers_policies; public $customers_policies_orgunits; public $customers_policySchemas; /** * Constructs the internal representation of the ChromePolicy service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://chromepolicy.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'chromepolicy'; $this->customers_policies = new Google_Service_ChromePolicy_Resource_CustomersPolicies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'resolve' => array( 'path' => 'v1/{+customer}/policies:resolve', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers_policies_orgunits = new Google_Service_ChromePolicy_Resource_CustomersPoliciesOrgunits( $this, $this->serviceName, 'orgunits', array( 'methods' => array( 'batchInherit' => array( 'path' => 'v1/{+customer}/policies/orgunits:batchInherit', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchModify' => array( 'path' => 'v1/{+customer}/policies/orgunits:batchModify', 'httpMethod' => 'POST', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers_policySchemas = new Google_Service_ChromePolicy_Resource_CustomersPolicySchemas( $this, $this->serviceName, 'policySchemas', 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}/policySchemas', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, Z];Ovendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.phpnu[ * Accesses source code repositories hosted by Google.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudSourceRepositories extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your source code repositories. */ const SOURCE_FULL_CONTROL = "https://www.googleapis.com/auth/source.full_control"; /** View the contents of your source code repositories. */ const SOURCE_READ_ONLY = "https://www.googleapis.com/auth/source.read_only"; /** Manage the contents of your source code repositories. */ const SOURCE_READ_WRITE = "https://www.googleapis.com/auth/source.read_write"; public $projects; public $projects_repos; /** * Constructs the internal representation of the CloudSourceRepositories * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://sourcerepo.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'sourcerepo'; $this->projects = new Google_Service_CloudSourceRepositories_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getConfig' => array( 'path' => 'v1/{+name}/config', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateConfig' => array( 'path' => 'v1/{+name}/config', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_repos = new Google_Service_CloudSourceRepositories_Resource_ProjectsRepos( $this, $this->serviceName, 'repos', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/repos', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+name}/repos', 'httpMethod' => 'GET', 'parameters' => array( 'name' => 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', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'sync' => array( 'path' => 'v1/{+name}:sync', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK, ZOJvendor/google/apiclient-services/src/Google/Service/FlightAvailability.phpnu[ * The Google Flight Availability API provides flight availability to partner * airlines.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FlightAvailability extends Google_Service { public $v1; /** * Constructs the internal representation of the FlightAvailability service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://flightavailability.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'flightavailability'; $this->v1 = new Google_Service_FlightAvailability_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'query' => array( 'path' => 'v1:query', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK, Z'RRZvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/LocationMetadata.phpnu[supportedHiveMetastoreVersions = $supportedHiveMetastoreVersions; } /** * @return Google_Service_DataprocMetastore_HiveMetastoreVersion[] */ public function getSupportedHiveMetastoreVersions() { return $this->supportedHiveMetastoreVersions; } } PK, ZDZZXvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK, Z  [vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MaintenanceWindow.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } public function setHourOfDay($hourOfDay) { $this->hourOfDay = $hourOfDay; } public function getHourOfDay() { return $this->hourOfDay; } } PK, ZIXvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetastoreEmpty.phpnu[policy = $policy; } /** * @return Google_Service_DataprocMetastore_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK, Z6##]vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreConfig.phpnu[configOverrides = $configOverrides; } public function getConfigOverrides() { return $this->configOverrides; } /** * @param Google_Service_DataprocMetastore_KerberosConfig */ public function setKerberosConfig(Google_Service_DataprocMetastore_KerberosConfig $kerberosConfig) { $this->kerberosConfig = $kerberosConfig; } /** * @return Google_Service_DataprocMetastore_KerberosConfig */ public function getKerberosConfig() { return $this->kerberosConfig; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, ZșFFPvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_DataprocMetastore_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_DataprocMetastore_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_DataprocMetastore_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, Z=mUUQvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Restore.phpnu[backup = $backup; } public function getBackup() { return $this->backup; } 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 setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z:UUQvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Service.phpnu[artifactGcsUri = $artifactGcsUri; } public function getArtifactGcsUri() { return $this->artifactGcsUri; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndpointUri($endpointUri) { $this->endpointUri = $endpointUri; } public function getEndpointUri() { return $this->endpointUri; } /** * @param Google_Service_DataprocMetastore_HiveMetastoreConfig */ public function setHiveMetastoreConfig(Google_Service_DataprocMetastore_HiveMetastoreConfig $hiveMetastoreConfig) { $this->hiveMetastoreConfig = $hiveMetastoreConfig; } /** * @return Google_Service_DataprocMetastore_HiveMetastoreConfig */ public function getHiveMetastoreConfig() { return $this->hiveMetastoreConfig; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_DataprocMetastore_MaintenanceWindow */ public function setMaintenanceWindow(Google_Service_DataprocMetastore_MaintenanceWindow $maintenanceWindow) { $this->maintenanceWindow = $maintenanceWindow; } /** * @return Google_Service_DataprocMetastore_MaintenanceWindow */ public function getMaintenanceWindow() { return $this->maintenanceWindow; } /** * @param Google_Service_DataprocMetastore_MetadataIntegration */ public function setMetadataIntegration(Google_Service_DataprocMetastore_MetadataIntegration $metadataIntegration) { $this->metadataIntegration = $metadataIntegration; } /** * @return Google_Service_DataprocMetastore_MetadataIntegration */ public function getMetadataIntegration() { return $this->metadataIntegration; } /** * @param Google_Service_DataprocMetastore_MetadataManagementActivity */ public function setMetadataManagementActivity(Google_Service_DataprocMetastore_MetadataManagementActivity $metadataManagementActivity) { $this->metadataManagementActivity = $metadataManagementActivity; } /** * @return Google_Service_DataprocMetastore_MetadataManagementActivity */ public function getMetadataManagementActivity() { return $this->metadataManagementActivity; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setReleaseChannel($releaseChannel) { $this->releaseChannel = $releaseChannel; } public function getReleaseChannel() { return $this->releaseChannel; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Z^Fdvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, Z dvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.phpnu[ * $metastoreService = new Google_Service_DataprocMetastore(...); * $locations = $metastoreService->locations; * */ class Google_Service_DataprocMetastore_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataprocMetastore_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_DataprocMetastore_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataprocMetastore_ListLocationsResponse"); } } PK, Z  nvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsOperations.phpnu[ * $metastoreService = new Google_Service_DataprocMetastore(...); * $operations = $metastoreService->operations; * */ class Google_Service_DataprocMetastore_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * google.rpc.Code.UNIMPLEMENTED. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_MetastoreEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataprocMetastore_MetastoreEmpty"); } /** * 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_DataprocMetastore_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataprocMetastore_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name * binding allows API services to override the binding to use different resource * name schemes, such as users/operations. To override the binding, API services * can add a binding such as "/v1/{name=users}/operations" to their service * configuration. For backwards compatibility, the default name includes the * operations collection id, however overriding users must ensure the name * binding is the parent resource, without the operations collection id. * (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_DataprocMetastore_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataprocMetastore_ListOperationsResponse"); } } PK, Z8>{vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesMetadataImports.phpnu[ * $metastoreService = new Google_Service_DataprocMetastore(...); * $metadataImports = $metastoreService->metadataImports; * */ class Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesMetadataImports extends Google_Service_Resource { /** * Creates a new MetadataImport in a given project and location. * (metadataImports.create) * * @param string $parent Required. The relative resource name of the service in * which to create a metastore import, in the following * form:projects/{project_number}/locations/{location_id}/services/{service_id}. * @param Google_Service_DataprocMetastore_MetadataImport $postBody * @param array $optParams Optional parameters. * * @opt_param string metadataImportId Required. The ID of the metadata import, * which is used as the final component of the metadata import's name.This value * must be between 1 and 64 characters long, begin with a letter, end with a * letter or number, and consist of alpha-numeric ASCII characters or hyphens. * @opt_param string requestId Optional. A request ID. Specify a unique request * ID to allow the server to ignore the request if it has completed. The server * will ignore subsequent requests that provide a duplicate request ID for at * least 60 minutes after the first request.For example, if an initial request * times out, followed by another request with the same request ID, the server * ignores the second request to prevent the creation of duplicate * commitments.The request ID must be a valid UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero * UUID (00000000-0000-0000-0000-000000000000) is not supported. * @return Google_Service_DataprocMetastore_Operation */ public function create($parent, Google_Service_DataprocMetastore_MetadataImport $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataprocMetastore_Operation"); } /** * Gets details of a single import. (metadataImports.get) * * @param string $name Required. The relative resource name of the metadata * import to retrieve, in the following form:projects/{project_number}/locations * /{location_id}/services/{service_id}/metadataImports/{import_id}. * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_MetadataImport */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataprocMetastore_MetadataImport"); } /** * Lists imports in a service. * (metadataImports.listProjectsLocationsServicesMetadataImports) * * @param string $parent Required. The relative resource name of the service * whose metadata imports to list, in the following form:projects/{project_numbe * r}/locations/{location_id}/services/{service_id}/metadataImports. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to apply to list results. * @opt_param string orderBy Optional. Specify the ordering of results as * described in Sorting Order * (https://cloud.google.com/apis/design/design_patterns#sorting_order). If not * specified, the results will be sorted in the default order. * @opt_param int pageSize Optional. The maximum number of imports to return. * The response may contain less than the maximum number. If unspecified, no * more than 500 imports are returned. The maximum value is 1000; values above * 1000 are changed to 1000. * @opt_param string pageToken Optional. A page token, received from a previous * DataprocMetastore.ListServices call. Provide this token to retrieve the * subsequent page.To retrieve the first page, supply an empty page token.When * paginating, other parameters provided to DataprocMetastore.ListServices must * match the call that provided the page token. * @return Google_Service_DataprocMetastore_ListMetadataImportsResponse */ public function listProjectsLocationsServicesMetadataImports($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataprocMetastore_ListMetadataImportsResponse"); } /** * Updates a single import. Only the description field of MetadataImport is * supported to be updated. (metadataImports.patch) * * @param string $name Immutable. The relative resource name of the metadata * import, of the form:projects/{project_number}/locations/{location_id}/service * s/{service_id}/metadataImports/{metadata_import_id}. * @param Google_Service_DataprocMetastore_MetadataImport $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A request ID. Specify a unique request * ID to allow the server to ignore the request if it has completed. The server * will ignore subsequent requests that provide a duplicate request ID for at * least 60 minutes after the first request.For example, if an initial request * times out, followed by another request with the same request ID, the server * ignores the second request to prevent the creation of duplicate * commitments.The request ID must be a valid UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero * UUID (00000000-0000-0000-0000-000000000000) is not supported. * @opt_param string updateMask Required. A field mask used to specify the * fields to be overwritten in the metadata import resource by the update. * Fields specified in the update_mask are relative to the resource (not to the * full request). A field is overwritten if it is in the mask. * @return Google_Service_DataprocMetastore_Operation */ public function patch($name, Google_Service_DataprocMetastore_MetadataImport $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataprocMetastore_Operation"); } } PK, ZԴ00lvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.phpnu[ * $metastoreService = new Google_Service_DataprocMetastore(...); * $services = $metastoreService->services; * */ class Google_Service_DataprocMetastore_Resource_ProjectsLocationsServices extends Google_Service_Resource { /** * Creates a metastore service in a project and location. (services.create) * * @param string $parent Required. The relative resource name of the location in * which to create a metastore service, in the following * form:projects/{project_number}/locations/{location_id}. * @param Google_Service_DataprocMetastore_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A request ID. Specify a unique request * ID to allow the server to ignore the request if it has completed. The server * will ignore subsequent requests that provide a duplicate request ID for at * least 60 minutes after the first request.For example, if an initial request * times out, followed by another request with the same request ID, the server * ignores the second request to prevent the creation of duplicate * commitments.The request ID must be a valid UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero * UUID (00000000-0000-0000-0000-000000000000) is not supported. * @opt_param string serviceId Required. The ID of the metastore service, which * is used as the final component of the metastore service's name.This value * must be between 2 and 63 characters long inclusive, begin with a letter, end * with a letter or number, and consist of alpha-numeric ASCII characters or * hyphens. * @return Google_Service_DataprocMetastore_Operation */ public function create($parent, Google_Service_DataprocMetastore_Service $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataprocMetastore_Operation"); } /** * Deletes a single service. (services.delete) * * @param string $name Required. The relative resource name of the metastore * service to delete, in the following * form:projects/{project_number}/locations/{location_id}/services/{service_id}. * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A request ID. Specify a unique request * ID to allow the server to ignore the request if it has completed. The server * will ignore subsequent requests that provide a duplicate request ID for at * least 60 minutes after the first request.For example, if an initial request * times out, followed by another request with the same request ID, the server * ignores the second request to prevent the creation of duplicate * commitments.The request ID must be a valid UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero * UUID (00000000-0000-0000-0000-000000000000) is not supported. * @return Google_Service_DataprocMetastore_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataprocMetastore_Operation"); } /** * Exports metadata from a service. (services.exportMetadata) * * @param string $service Required. The relative resource name of the metastore * service to run export, in the following * form:projects/{project_id}/locations/{location_id}/services/{service_id}. * @param Google_Service_DataprocMetastore_ExportMetadataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_Operation */ public function exportMetadata($service, Google_Service_DataprocMetastore_ExportMetadataRequest $postBody, $optParams = array()) { $params = array('service' => $service, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('exportMetadata', array($params), "Google_Service_DataprocMetastore_Operation"); } /** * Gets the details of a single service. (services.get) * * @param string $name Required. The relative resource name of the metastore * service to retrieve, in the following * form:projects/{project_number}/locations/{location_id}/services/{service_id}. * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_Service */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataprocMetastore_Service"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (services.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned.Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected.Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset.To learn which resources * support conditions in their IAM policies, see the IAM documentation * (https://cloud.google.com/iam/help/conditions/resource-policies). * @return Google_Service_DataprocMetastore_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataprocMetastore_Policy"); } /** * Lists services in a project and location. * (services.listProjectsLocationsServices) * * @param string $parent Required. The relative resource name of the location of * metastore services to list, in the following * form:projects/{project_number}/locations/{location_id}. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. The filter to apply to list results. * @opt_param string orderBy Optional. Specify the ordering of results as * described in Sorting Order * (https://cloud.google.com/apis/design/design_patterns#sorting_order). If not * specified, the results will be sorted in the default order. * @opt_param int pageSize Optional. The maximum number of services to return. * The response may contain less than the maximum number. If unspecified, no * more than 500 services are returned. The maximum value is 1000; values above * 1000 are changed to 1000. * @opt_param string pageToken Optional. A page token, received from a previous * DataprocMetastore.ListServices call. Provide this token to retrieve the * subsequent page.To retrieve the first page, supply an empty page token.When * paginating, other parameters provided to DataprocMetastore.ListServices must * match the call that provided the page token. * @return Google_Service_DataprocMetastore_ListServicesResponse */ public function listProjectsLocationsServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataprocMetastore_ListServicesResponse"); } /** * Updates the parameters of a single service. (services.patch) * * @param string $name Immutable. The relative resource name of the metastore * service, of the * form:projects/{project_number}/locations/{location_id}/services/{service_id}. * @param Google_Service_DataprocMetastore_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A request ID. Specify a unique request * ID to allow the server to ignore the request if it has completed. The server * will ignore subsequent requests that provide a duplicate request ID for at * least 60 minutes after the first request.For example, if an initial request * times out, followed by another request with the same request ID, the server * ignores the second request to prevent the creation of duplicate * commitments.The request ID must be a valid UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero * UUID (00000000-0000-0000-0000-000000000000) is not supported. * @opt_param string updateMask Required. A field mask used to specify the * fields to be overwritten in the metastore service resource by the update. * Fields specified in the update_mask are relative to the resource (not to the * full request). A field is overwritten if it is in the mask. * @return Google_Service_DataprocMetastore_Operation */ public function patch($name, Google_Service_DataprocMetastore_Service $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataprocMetastore_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (services.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_DataprocMetastore_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_Policy */ public function setIamPolicy($resource, Google_Service_DataprocMetastore_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DataprocMetastore_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (services.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_DataprocMetastore_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataprocMetastore_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataprocMetastore_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataprocMetastore_TestIamPermissionsResponse"); } } PK, ZO"[vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/Projects.phpnu[ * $metastoreService = new Google_Service_DataprocMetastore(...); * $projects = $metastoreService->projects; * */ class Google_Service_DataprocMetastore_Resource_Projects extends Google_Service_Resource { } PK, Z'FLL[vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/DataCatalogConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK, ZnۨQvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Binding.phpnu[condition = $condition; } /** * @return Google_Service_DataprocMetastore_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK, ZCC_vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_DataprocMetastore_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, Z9-JJdvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataManagementActivity.phpnu[metadataExports = $metadataExports; } /** * @return Google_Service_DataprocMetastore_MetadataExport[] */ public function getMetadataExports() { return $this->metadataExports; } /** * @param Google_Service_DataprocMetastore_Restore[] */ public function setRestores($restores) { $this->restores = $restores; } /** * @return Google_Service_DataprocMetastore_Restore[] */ public function getRestores() { return $this->restores; } } PK, Z`]vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataIntegration.phpnu[dataCatalogConfig = $dataCatalogConfig; } /** * @return Google_Service_DataprocMetastore_DataCatalogConfig */ public function getDataCatalogConfig() { return $this->dataCatalogConfig; } } PK, Z\:cvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK, Z6=>>_vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ExportMetadataRequest.phpnu[databaseDumpType = $databaseDumpType; } public function getDatabaseDumpType() { return $this->databaseDumpType; } public function setDestinationGcsFolder($destinationGcsFolder) { $this->destinationGcsFolder = $destinationGcsFolder; } public function getDestinationGcsFolder() { return $this->destinationGcsFolder; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK, Z٣Svendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_DataprocMetastore_Status */ public function setError(Google_Service_DataprocMetastore_Status $error) { $this->error = $error; } /** * @return Google_Service_DataprocMetastore_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK, Z-LLevendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListMetadataImportsResponse.phpnu[metadataImports = $metadataImports; } /** * @return Google_Service_DataprocMetastore_MetadataImport[] */ public function getMetadataImports() { return $this->metadataImports; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK, ZuXXvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataImport.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DataprocMetastore_DatabaseDump */ public function setDatabaseDump(Google_Service_DataprocMetastore_DatabaseDump $databaseDump) { $this->databaseDump = $databaseDump; } /** * @return Google_Service_DataprocMetastore_DatabaseDump */ public function getDatabaseDump() { return $this->databaseDump; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK, Z2~Pvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Status.phpnu[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; } } PK, ZށhhVvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/DatabaseDump.phpnu[databaseType = $databaseType; } public function getDatabaseType() { return $this->databaseType; } public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } public function getGcsUri() { return $this->gcsUri; } public function setSourceDatabase($sourceDatabase) { $this->sourceDatabase = $sourceDatabase; } public function getSourceDatabase() { return $this->sourceDatabase; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK, Z7Y^vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataprocMetastore_Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_DataprocMetastore_Service[] */ public function getServices() { return $this->services; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK, Z=PP`vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataprocMetastore_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_DataprocMetastore_Operation[] */ public function getOperations() { return $this->operations; } } PK, Zd-]]Pvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Secret.phpnu[cloudSecret = $cloudSecret; } public function getCloudSecret() { return $this->cloudSecret; } } PK, ZwRvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK, ZCWWUvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_DataprocMetastore_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK, Z mZZXvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataExport.phpnu[databaseDumpType = $databaseDumpType; } public function getDatabaseDumpType() { return $this->databaseDumpType; } public function setDestinationGcsUri($destinationGcsUri) { $this->destinationGcsUri = $destinationGcsUri; } public function getDestinationGcsUri() { return $this->destinationGcsUri; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK, ZXvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/KerberosConfig.phpnu[keytab = $keytab; } /** * @return Google_Service_DataprocMetastore_Secret */ public function getKeytab() { return $this->keytab; } public function setKrb5ConfigGcsUri($krb5ConfigGcsUri) { $this->krb5ConfigGcsUri = $krb5ConfigGcsUri; } public function getKrb5ConfigGcsUri() { return $this->krb5ConfigGcsUri; } public function setPrincipal($principal) { $this->principal = $principal; } public function getPrincipal() { return $this->principal; } } PK, ZS^vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreVersion.phpnu[isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK, ZYl"RRNvendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK, Z5ZF 44>vendor/google/apiclient-services/src/Google/Service/Sheets.phpnu[ * Reads and writes Google Sheets.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Sheets extends Google_Service { /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; /** View and manage Google Drive files and folders that you have opened or created with this app. */ const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; /** See and download all your Google Drive files. */ const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"; /** See, edit, create, and delete your spreadsheets in Google Drive. */ const SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets"; /** View your Google Spreadsheets. */ const SPREADSHEETS_READONLY = "https://www.googleapis.com/auth/spreadsheets.readonly"; public $spreadsheets; public $spreadsheets_developerMetadata; public $spreadsheets_sheets; public $spreadsheets_values; /** * Constructs the internal representation of the Sheets service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://sheets.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v4'; $this->serviceName = 'sheets'; $this->spreadsheets = new Google_Service_Sheets_Resource_Spreadsheets( $this, $this->serviceName, 'spreadsheets', array( 'methods' => array( 'batchUpdate' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v4/spreadsheets', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}', 'httpMethod' => 'GET', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeGridData' => array( 'location' => 'query', 'type' => 'boolean', ), 'ranges' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'getByDataFilter' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}:getByDataFilter', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->spreadsheets_developerMetadata = new Google_Service_Sheets_Resource_SpreadsheetsDeveloperMetadata( $this, $this->serviceName, 'developerMetadata', array( 'methods' => array( 'get' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}', 'httpMethod' => 'GET', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'metadataId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'search' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/developerMetadata:search', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->spreadsheets_sheets = new Google_Service_Sheets_Resource_SpreadsheetsSheets( $this, $this->serviceName, 'sheets', array( 'methods' => array( 'copyTo' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sheetId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); $this->spreadsheets_values = new Google_Service_Sheets_Resource_SpreadsheetsValues( $this, $this->serviceName, 'values', array( 'methods' => array( 'append' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'range' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeValuesInResponse' => array( 'location' => 'query', 'type' => 'boolean', ), 'insertDataOption' => array( 'location' => 'query', 'type' => 'string', ), 'responseDateTimeRenderOption' => array( 'location' => 'query', 'type' => 'string', ), 'responseValueRenderOption' => array( 'location' => 'query', 'type' => 'string', ), 'valueInputOption' => array( 'location' => 'query', 'type' => 'string', ), ), ),'batchClear' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchClearByDataFilter' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClearByDataFilter', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchGet' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dateTimeRenderOption' => array( 'location' => 'query', 'type' => 'string', ), 'majorDimension' => array( 'location' => 'query', 'type' => 'string', ), 'ranges' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'valueRenderOption' => array( 'location' => 'query', 'type' => 'string', ), ), ),'batchGetByDataFilter' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchUpdate' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchUpdateByDataFilter' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdateByDataFilter', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'clear' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear', 'httpMethod' => 'POST', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'range' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}', 'httpMethod' => 'GET', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'range' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dateTimeRenderOption' => array( 'location' => 'query', 'type' => 'string', ), 'majorDimension' => array( 'location' => 'query', 'type' => 'string', ), 'valueRenderOption' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}', 'httpMethod' => 'PUT', 'parameters' => array( 'spreadsheetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'range' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeValuesInResponse' => array( 'location' => 'query', 'type' => 'boolean', ), 'responseDateTimeRenderOption' => array( 'location' => 'query', 'type' => 'string', ), 'responseValueRenderOption' => array( 'location' => 'query', 'type' => 'string', ), 'valueInputOption' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK, ZA\IXvendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptorMetadata.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK, ZKWvendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK, Z@h  Svendor/google/apiclient-services/src/Google/Service/Logging/ListBucketsResponse.phpnu[buckets = $buckets; } /** * @return Google_Service_Logging_LogBucket[] */ public function getBuckets() { return $this->buckets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK, ZA Gvendor/google/apiclient-services/src/Google/Service/Logging/LogSink.phpnu[bigqueryOptions = $bigqueryOptions; } /** * @return Google_Service_Logging_BigQueryOptions */ public function getBigqueryOptions() { return $this->bigqueryOptions; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } /** * @param Google_Service_Logging_LogExclusion[] */ public function setExclusions($exclusions) { $this->exclusions = $exclusions; } /** * @return Google_Service_Logging_LogExclusion[] */ public function getExclusions() { return $this->exclusions; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setIncludeChildren($includeChildren) { $this->includeChildren = $includeChildren; } public function getIncludeChildren() { return $this->includeChildren; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutputVersionFormat($outputVersionFormat) { $this->outputVersionFormat = $outputVersionFormat; } public function getOutputVersionFormat() { return $this->outputVersionFormat; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWriterIdentity($writerIdentity) { $this->writerIdentity = $writerIdentity; } public function getWriterIdentity() { return $this->writerIdentity; } } PK- ZAVvendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.phpnu[dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } /** * @param Google_Service_Logging_LogEntry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_Logging_LogEntry[] */ public function getEntries() { return $this->entries; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLogName($logName) { $this->logName = $logName; } public function getLogName() { return $this->logName; } public function setPartialSuccess($partialSuccess) { $this->partialSuccess = $partialSuccess; } public function getPartialSuccess() { return $this->partialSuccess; } /** * @param Google_Service_Logging_MonitoredResource */ public function setResource(Google_Service_Logging_MonitoredResource $resource) { $this->resource = $resource; } /** * @return Google_Service_Logging_MonitoredResource */ public function getResource() { return $this->resource; } } PK- Zo6Fvendor/google/apiclient-services/src/Google/Service/Logging/Linear.phpnu[numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK- Z Qvendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResource.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Zo__Hvendor/google/apiclient-services/src/Google/Service/Logging/Explicit.phpnu[bounds = $bounds; } public function getBounds() { return $this->bounds; } } PK- ZɊ##Jvendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.phpnu[appEngineRelease = $appEngineRelease; } public function getAppEngineRelease() { return $this->appEngineRelease; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } public function setCost($cost) { $this->cost = $cost; } public function getCost() { return $this->cost; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFinished($finished) { $this->finished = $finished; } public function getFinished() { return $this->finished; } public function setFirst($first) { $this->first = $first; } public function getFirst() { return $this->first; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setHttpVersion($httpVersion) { $this->httpVersion = $httpVersion; } public function getHttpVersion() { return $this->httpVersion; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setInstanceIndex($instanceIndex) { $this->instanceIndex = $instanceIndex; } public function getInstanceIndex() { return $this->instanceIndex; } public function setIp($ip) { $this->ip = $ip; } public function getIp() { return $this->ip; } public function setLatency($latency) { $this->latency = $latency; } public function getLatency() { return $this->latency; } /** * @param Google_Service_Logging_LogLine[] */ public function setLine($line) { $this->line = $line; } /** * @return Google_Service_Logging_LogLine[] */ public function getLine() { return $this->line; } public function setMegaCycles($megaCycles) { $this->megaCycles = $megaCycles; } public function getMegaCycles() { return $this->megaCycles; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setModuleId($moduleId) { $this->moduleId = $moduleId; } public function getModuleId() { return $this->moduleId; } public function setNickname($nickname) { $this->nickname = $nickname; } public function getNickname() { return $this->nickname; } public function setPendingTime($pendingTime) { $this->pendingTime = $pendingTime; } public function getPendingTime() { return $this->pendingTime; } public function setReferrer($referrer) { $this->referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setResponseSize($responseSize) { $this->responseSize = $responseSize; } public function getResponseSize() { return $this->responseSize; } /** * @param Google_Service_Logging_SourceReference[] */ public function setSourceReference($sourceReference) { $this->sourceReference = $sourceReference; } /** * @return Google_Service_Logging_SourceReference[] */ public function getSourceReference() { return $this->sourceReference; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTaskName($taskName) { $this->taskName = $taskName; } public function getTaskName() { return $this->taskName; } public function setTaskQueueName($taskQueueName) { $this->taskQueueName = $taskQueueName; } public function getTaskQueueName() { return $this->taskQueueName; } public function setTraceId($traceId) { $this->traceId = $traceId; } public function getTraceId() { return $this->traceId; } public function setTraceSampled($traceSampled) { $this->traceSampled = $traceSampled; } public function getTraceSampled() { return $this->traceSampled; } public function setUrlMapEntry($urlMapEntry) { $this->urlMapEntry = $urlMapEntry; } public function getUrlMapEntry() { return $this->urlMapEntry; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setVersionId($versionId) { $this->versionId = $versionId; } public function getVersionId() { return $this->versionId; } public function setWasLoadingRequest($wasLoadingRequest) { $this->wasLoadingRequest = $wasLoadingRequest; } public function getWasLoadingRequest() { return $this->wasLoadingRequest; } } PK- Znx Ivendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.phpnu[bucketOptions = $bucketOptions; } /** * @return Google_Service_Logging_BucketOptions */ public function getBucketOptions() { return $this->bucketOptions; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setLabelExtractors($labelExtractors) { $this->labelExtractors = $labelExtractors; } public function getLabelExtractors() { return $this->labelExtractors; } /** * @param Google_Service_Logging_MetricDescriptor */ public function setMetricDescriptor(Google_Service_Logging_MetricDescriptor $metricDescriptor) { $this->metricDescriptor = $metricDescriptor; } /** * @return Google_Service_Logging_MetricDescriptor */ public function getMetricDescriptor() { return $this->metricDescriptor; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setValueExtractor($valueExtractor) { $this->valueExtractor = $valueExtractor; } public function getValueExtractor() { return $this->valueExtractor; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZV Mvendor/google/apiclient-services/src/Google/Service/Logging/BucketOptions.phpnu[explicitBuckets = $explicitBuckets; } /** * @return Google_Service_Logging_Explicit */ public function getExplicitBuckets() { return $this->explicitBuckets; } /** * @param Google_Service_Logging_Exponential */ public function setExponentialBuckets(Google_Service_Logging_Exponential $exponentialBuckets) { $this->exponentialBuckets = $exponentialBuckets; } /** * @return Google_Service_Logging_Exponential */ public function getExponentialBuckets() { return $this->exponentialBuckets; } /** * @param Google_Service_Logging_Linear */ public function setLinearBuckets(Google_Service_Logging_Linear $linearBuckets) { $this->linearBuckets = $linearBuckets; } /** * @return Google_Service_Logging_Linear */ public function getLinearBuckets() { return $this->linearBuckets; } } PK- Z7QHvendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.phpnu[httpRequest = $httpRequest; } /** * @return Google_Service_Logging_HttpRequest */ public function getHttpRequest() { return $this->httpRequest; } public function setInsertId($insertId) { $this->insertId = $insertId; } public function getInsertId() { return $this->insertId; } public function setJsonPayload($jsonPayload) { $this->jsonPayload = $jsonPayload; } public function getJsonPayload() { return $this->jsonPayload; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLogName($logName) { $this->logName = $logName; } public function getLogName() { return $this->logName; } /** * @param Google_Service_Logging_MonitoredResourceMetadata */ public function setMetadata(Google_Service_Logging_MonitoredResourceMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Logging_MonitoredResourceMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Logging_LogEntryOperation */ public function setOperation(Google_Service_Logging_LogEntryOperation $operation) { $this->operation = $operation; } /** * @return Google_Service_Logging_LogEntryOperation */ public function getOperation() { return $this->operation; } public function setProtoPayload($protoPayload) { $this->protoPayload = $protoPayload; } public function getProtoPayload() { return $this->protoPayload; } public function setReceiveTimestamp($receiveTimestamp) { $this->receiveTimestamp = $receiveTimestamp; } public function getReceiveTimestamp() { return $this->receiveTimestamp; } /** * @param Google_Service_Logging_MonitoredResource */ public function setResource(Google_Service_Logging_MonitoredResource $resource) { $this->resource = $resource; } /** * @return Google_Service_Logging_MonitoredResource */ public function getResource() { return $this->resource; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } /** * @param Google_Service_Logging_LogEntrySourceLocation */ public function setSourceLocation(Google_Service_Logging_LogEntrySourceLocation $sourceLocation) { $this->sourceLocation = $sourceLocation; } /** * @return Google_Service_Logging_LogEntrySourceLocation */ public function getSourceLocation() { return $this->sourceLocation; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setTextPayload($textPayload) { $this->textPayload = $textPayload; } public function getTextPayload() { return $this->textPayload; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTrace($trace) { $this->trace = $trace; } public function getTrace() { return $this->trace; } public function setTraceSampled($traceSampled) { $this->traceSampled = $traceSampled; } public function getTraceSampled() { return $this->traceSampled; } } PK- Z.[Ovendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.phpnu[usePartitionedTables = $usePartitionedTables; } public function getUsePartitionedTables() { return $this->usePartitionedTables; } public function setUsesTimestampColumnPartitioning($usesTimestampColumnPartitioning) { $this->usesTimestampColumnPartitioning = $usesTimestampColumnPartitioning; } public function getUsesTimestampColumnPartitioning() { return $this->usesTimestampColumnPartitioning; } } PK- Zy y Pvendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Logging_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Logging_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } /** * @param Google_Service_Logging_MetricDescriptorMetadata */ public function setMetadata(Google_Service_Logging_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Logging_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setMonitoredResourceTypes($monitoredResourceTypes) { $this->monitoredResourceTypes = $monitoredResourceTypes; } public function getMonitoredResourceTypes() { return $this->monitoredResourceTypes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK- ZI1 Zvendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocations.phpnu[ * $loggingService = new Google_Service_Logging(...); * $locations = $loggingService->locations; * */ class Google_Service_Logging_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Logging_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLocationsResponse"); } } PK- Z-_vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsBuckets.phpnu[ * $loggingService = new Google_Service_Logging(...); * $buckets = $loggingService->buckets; * */ class Google_Service_Logging_Resource_BillingAccountsBuckets extends Google_Service_Resource { /** * Gets a bucket. (buckets.get) * * @param string $name Required. The resource name of the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogBucket */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogBucket"); } } PK- Z-* avendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocations.phpnu[ * $loggingService = new Google_Service_Logging(...); * $locations = $loggingService->locations; * */ class Google_Service_Logging_Resource_BillingAccountsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Logging_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_Location"); } /** * Lists information about the supported locations for this service. * (locations.listBillingAccountsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse */ public function listBillingAccountsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLocationsResponse"); } } PK- Z[ _vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocations.phpnu[ * $loggingService = new Google_Service_Logging(...); * $locations = $loggingService->locations; * */ class Google_Service_Logging_Resource_OrganizationsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Logging_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_Location"); } /** * Lists information about the supported locations for this service. * (locations.listOrganizationsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse */ public function listOrganizationsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLocationsResponse"); } } PK- Z]R(([vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsSinks.phpnu[ * $loggingService = new Google_Service_Logging(...); * $sinks = $loggingService->sinks; * */ class Google_Service_Logging_Resource_OrganizationsSinks extends Google_Service_Resource { /** * Creates a sink that exports specified log entries to a destination. The * export of newly-ingested log entries begins immediately, unless the sink's * writer_identity is not permitted to write to the destination. A sink can * export log entries only from the resource owning the sink. (sinks.create) * * @param string $parent Required. The resource in which to create the sink: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM * identity returned as writer_identity in the new sink. If this value is * omitted or set to false, and if the sink's parent is a project, then the * value returned as writer_identity is the same group or service account used * by Logging before the addition of writer identities to this API. The sink's * destination must be in the same project as the sink itself.If this field is * set to true, or if the sink is owned by a non-project resource such as an * organization, then the value of writer_identity will be a unique service * account used only for exports from the new sink. For more information, see * writer_identity in LogSink. * @return Google_Service_Logging_LogSink */ public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogSink"); } /** * Deletes a sink. If the sink has a unique writer_identity, then that service * account is also deleted. (sinks.delete) * * @param string $sinkName Required. The full resource name of the sink to * delete, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a sink. (sinks.get) * * @param string $sinkName Required. The resource name of the sink: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogSink */ public function get($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogSink"); } /** * Lists sinks. (sinks.listOrganizationsSinks) * * @param string $parent Required. The parent resource whose sinks are to be * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListSinksResponse */ public function listOrganizationsSinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.patch) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.update) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Logging_LogSink"); } } PK- Z6Ձfvendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocationsBucketsViews.phpnu[ * $loggingService = new Google_Service_Logging(...); * $views = $loggingService->views; * */ class Google_Service_Logging_Resource_ProjectsLocationsBucketsViews extends Google_Service_Resource { /** * Creates a view over logs in a bucket. A bucket may contain a maximum of 50 * views. (views.create) * * @param string $parent Required. The bucket in which to create the view * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: * "projects/my-logging-project/locations/my-location/buckets/my-bucket" * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string viewId Required. The id to use for this view. * @return Google_Service_Logging_LogView */ public function create($parent, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogView"); } /** * Deletes a view from a bucket. (views.delete) * * @param string $name Required. The full resource name of the view to delete: " * projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW * _ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a view. (views.get) * * @param string $name Required. The resource name of the policy: "projects/[PRO * JECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket- * id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogView */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogView"); } /** * Lists views on a bucket. (views.listProjectsLocationsBucketsViews) * * @param string $parent Required. The bucket whose views are to be listed: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListViewsResponse */ public function listProjectsLocationsBucketsViews($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListViewsResponse"); } /** * Updates a view. This method replaces the following fields in the existing * view with values from the new view: filter. (views.patch) * * @param string $name Required. The full resource name of the view to update "p * rojects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ * ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask that specifies the fields * in view that need an update. A field will be overwritten if, and only if, it * is in the update mask. name and output only fields cannot be updated.For a * detailed FieldMask definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogView */ public function patch($name, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogView"); } } PK- ZJ`vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.phpnu[ * $loggingService = new Google_Service_Logging(...); * $exclusions = $loggingService->exclusions; * */ class Google_Service_Logging_Resource_OrganizationsExclusions extends Google_Service_Resource { /** * Creates a new exclusion in a specified parent resource. Only log entries * belonging to that resource can be excluded. You can have up to 10 exclusions * in a resource. (exclusions.create) * * @param string $parent Required. The parent resource in which to create the * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); } /** * Deletes an exclusion. (exclusions.delete) * * @param string $name Required. The resource name of an existing exclusion to * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets the description of an exclusion. (exclusions.get) * * @param string $name Required. The resource name of an existing exclusion: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); } /** * Lists all the exclusions in a parent resource. * (exclusions.listOrganizationsExclusions) * * @param string $parent Required. The parent resource whose exclusions are to * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListExclusionsResponse */ public function listOrganizationsExclusions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); } /** * Changes one or more properties of an existing exclusion. (exclusions.patch) * * @param string $name Required. The resource name of the exclusion to update: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A non-empty list of fields to change * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an * update_mask of "filter,description". * @return Google_Service_Logging_LogExclusion */ public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); } } PK- Z;qkvendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocationsBucketsViews.phpnu[ * $loggingService = new Google_Service_Logging(...); * $views = $loggingService->views; * */ class Google_Service_Logging_Resource_OrganizationsLocationsBucketsViews extends Google_Service_Resource { /** * Creates a view over logs in a bucket. A bucket may contain a maximum of 50 * views. (views.create) * * @param string $parent Required. The bucket in which to create the view * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: * "projects/my-logging-project/locations/my-location/buckets/my-bucket" * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string viewId Required. The id to use for this view. * @return Google_Service_Logging_LogView */ public function create($parent, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogView"); } /** * Deletes a view from a bucket. (views.delete) * * @param string $name Required. The full resource name of the view to delete: " * projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW * _ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a view. (views.get) * * @param string $name Required. The resource name of the policy: "projects/[PRO * JECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket- * id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogView */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogView"); } /** * Lists views on a bucket. (views.listOrganizationsLocationsBucketsViews) * * @param string $parent Required. The bucket whose views are to be listed: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListViewsResponse */ public function listOrganizationsLocationsBucketsViews($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListViewsResponse"); } /** * Updates a view. This method replaces the following fields in the existing * view with values from the new view: filter. (views.patch) * * @param string $name Required. The full resource name of the view to update "p * rojects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ * ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask that specifies the fields * in view that need an update. A field will be overwritten if, and only if, it * is in the update mask. name and output only fields cannot be updated.For a * detailed FieldMask definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogView */ public function patch($name, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogView"); } } PK- ZVT  evendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.phpnu[ * $loggingService = new Google_Service_Logging(...); * $monitoredResourceDescriptors = $loggingService->monitoredResourceDescriptors; * */ class Google_Service_Logging_Resource_MonitoredResourceDescriptors extends Google_Service_Resource { /** * Lists the descriptors for monitored resource types used by Logging. * (monitoredResourceDescriptors.listMonitoredResourceDescriptors) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListMonitoredResourceDescriptorsResponse */ public function listMonitoredResourceDescriptors($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListMonitoredResourceDescriptorsResponse"); } } PK- ZvKvendor/google/apiclient-services/src/Google/Service/Logging/Resource/V2.phpnu[ * $loggingService = new Google_Service_Logging(...); * $v2 = $loggingService->v2; * */ class Google_Service_Logging_Resource_V2 extends Google_Service_Resource { /** * Gets the Logs Router CMEK settings for the given resource.Note: CMEK for the * Logs Router can currently only be configured for GCP organizations. Once * configured, it applies to all projects and folders in the GCP * organization.See Enabling CMEK for Logs Router * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more * information. (v2.getCmekSettings) * * @param string $name Required. The resource for which to retrieve CMEK * settings. "projects/[PROJECT_ID]/cmekSettings" * "organizations/[ORGANIZATION_ID]/cmekSettings" * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" * "folders/[FOLDER_ID]/cmekSettings" Example: * "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can * currently only be configured for GCP organizations. Once configured, it * applies to all projects and folders in the GCP organization. * @param array $optParams Optional parameters. * @return Google_Service_Logging_CmekSettings */ public function getCmekSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getCmekSettings', array($params), "Google_Service_Logging_CmekSettings"); } /** * Updates the Logs Router CMEK settings for the given resource.Note: CMEK for * the Logs Router can currently only be configured for GCP organizations. Once * configured, it applies to all projects and folders in the GCP * organization.UpdateCmekSettings will fail if 1) kms_key_name is invalid, or * 2) the associated service account does not have the required * roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3) * access to the key is disabled.See Enabling CMEK for Logs Router * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more * information. (v2.updateCmekSettings) * * @param string $name Required. The resource name for the CMEK settings to * update. "projects/[PROJECT_ID]/cmekSettings" * "organizations/[ORGANIZATION_ID]/cmekSettings" * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" * "folders/[FOLDER_ID]/cmekSettings" Example: * "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can * currently only be configured for GCP organizations. Once configured, it * applies to all projects and folders in the GCP organization. * @param Google_Service_Logging_CmekSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask identifying which fields * from cmek_settings should be updated. A field will be overwritten if and only * if it is in the update mask. Output only fields cannot be updated.See * FieldMask for more information.Example: "updateMask=kmsKeyName" * @return Google_Service_Logging_CmekSettings */ public function updateCmekSettings($name, Google_Service_Logging_CmekSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateCmekSettings', array($params), "Google_Service_Logging_CmekSettings"); } } PK- Z/jyj j Pvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.phpnu[ * $loggingService = new Google_Service_Logging(...); * $entries = $loggingService->entries; * */ class Google_Service_Logging_Resource_Entries extends Google_Service_Resource { /** * Lists log entries. Use this method to retrieve log entries that originated * from a project/folder/organization/billing account. For ways to export log * entries, see Exporting Logs (https://cloud.google.com/logging/docs/export). * (entries.listEntries) * * @param Google_Service_Logging_ListLogEntriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_ListLogEntriesResponse */ public function listEntries(Google_Service_Logging_ListLogEntriesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogEntriesResponse"); } /** * Streaming read of log entries as they are ingested. Until the stream is * terminated, it will continue reading logs. (entries.tail) * * @param Google_Service_Logging_TailLogEntriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_TailLogEntriesResponse */ public function tail(Google_Service_Logging_TailLogEntriesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('tail', array($params), "Google_Service_Logging_TailLogEntriesResponse"); } /** * Writes log entries to Logging. This API method is the only way to send log * entries to Logging. This method is used, directly or indirectly, by the * Logging agent (fluentd) and all logging libraries configured to use Logging. * A single request may contain log entries for a maximum of 1000 different * resources (projects, organizations, billing accounts or folders) * (entries.write) * * @param Google_Service_Logging_WriteLogEntriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_WriteLogEntriesResponse */ public function write(Google_Service_Logging_WriteLogEntriesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('write', array($params), "Google_Service_Logging_WriteLogEntriesResponse"); } } PK- ZtNNMvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.phpnu[ * $loggingService = new Google_Service_Logging(...); * $logs = $loggingService->logs; * */ class Google_Service_Logging_Resource_Logs extends Google_Service_Resource { /** * Deletes all the log entries in a log for the _Default Log Bucket. The log * reappears if it receives new entries. Log entries written shortly before the * delete operation might not be deleted. Entries received after the delete * operation with a timestamp before the operation will be deleted. * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs * /cloudresourcemanager.googleapis.com%2Factivity". For more information about * log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($logName, $optParams = array()) { $params = array('logName' => $logName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists the logs in projects, organizations, folders, or billing accounts. Only * logs that have entries are listed. (logs.listLogs) * * @param string $parent Required. The resource name that owns the logs: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the * logs: * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID * /views/VIEW_ID * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo * support legacy queries, it could also be: "projects/PROJECT_ID" * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" * "folders/FOLDER_ID" * @return Google_Service_Logging_ListLogsResponse */ public function listLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); } } PK- Z-Obvendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.phpnu[ * $loggingService = new Google_Service_Logging(...); * $exclusions = $loggingService->exclusions; * */ class Google_Service_Logging_Resource_BillingAccountsExclusions extends Google_Service_Resource { /** * Creates a new exclusion in a specified parent resource. Only log entries * belonging to that resource can be excluded. You can have up to 10 exclusions * in a resource. (exclusions.create) * * @param string $parent Required. The parent resource in which to create the * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); } /** * Deletes an exclusion. (exclusions.delete) * * @param string $name Required. The resource name of an existing exclusion to * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets the description of an exclusion. (exclusions.get) * * @param string $name Required. The resource name of an existing exclusion: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); } /** * Lists all the exclusions in a parent resource. * (exclusions.listBillingAccountsExclusions) * * @param string $parent Required. The parent resource whose exclusions are to * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListExclusionsResponse */ public function listBillingAccountsExclusions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); } /** * Changes one or more properties of an existing exclusion. (exclusions.patch) * * @param string $name Required. The resource name of the exclusion to update: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A non-empty list of fields to change * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an * update_mask of "filter,description". * @return Google_Service_Logging_LogExclusion */ public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); } } PK- ZJ[vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.phpnu[ * $loggingService = new Google_Service_Logging(...); * $exclusions = $loggingService->exclusions; * */ class Google_Service_Logging_Resource_ProjectsExclusions extends Google_Service_Resource { /** * Creates a new exclusion in a specified parent resource. Only log entries * belonging to that resource can be excluded. You can have up to 10 exclusions * in a resource. (exclusions.create) * * @param string $parent Required. The parent resource in which to create the * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); } /** * Deletes an exclusion. (exclusions.delete) * * @param string $name Required. The resource name of an existing exclusion to * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets the description of an exclusion. (exclusions.get) * * @param string $name Required. The resource name of an existing exclusion: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); } /** * Lists all the exclusions in a parent resource. * (exclusions.listProjectsExclusions) * * @param string $parent Required. The parent resource whose exclusions are to * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListExclusionsResponse */ public function listProjectsExclusions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); } /** * Changes one or more properties of an existing exclusion. (exclusions.patch) * * @param string $name Required. The resource name of the exclusion to update: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A non-empty list of fields to change * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an * update_mask of "filter,description". * @return Google_Service_Logging_LogExclusion */ public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); } } PK- Z!8/Zvendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.phpnu[ * $loggingService = new Google_Service_Logging(...); * $exclusions = $loggingService->exclusions; * */ class Google_Service_Logging_Resource_FoldersExclusions extends Google_Service_Resource { /** * Creates a new exclusion in a specified parent resource. Only log entries * belonging to that resource can be excluded. You can have up to 10 exclusions * in a resource. (exclusions.create) * * @param string $parent Required. The parent resource in which to create the * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); } /** * Deletes an exclusion. (exclusions.delete) * * @param string $name Required. The resource name of an existing exclusion to * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets the description of an exclusion. (exclusions.get) * * @param string $name Required. The resource name of an existing exclusion: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); } /** * Lists all the exclusions in a parent resource. * (exclusions.listFoldersExclusions) * * @param string $parent Required. The parent resource whose exclusions are to * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListExclusionsResponse */ public function listFoldersExclusions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); } /** * Changes one or more properties of an existing exclusion. (exclusions.patch) * * @param string $name Required. The resource name of the exclusion to update: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A non-empty list of fields to change * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an * update_mask of "filter,description". * @return Google_Service_Logging_LogExclusion */ public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); } } PK- ZX0EuuZvendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.phpnu[ * $loggingService = new Google_Service_Logging(...); * $logs = $loggingService->logs; * */ class Google_Service_Logging_Resource_OrganizationsLogs extends Google_Service_Resource { /** * Deletes all the log entries in a log for the _Default Log Bucket. The log * reappears if it receives new entries. Log entries written shortly before the * delete operation might not be deleted. Entries received after the delete * operation with a timestamp before the operation will be deleted. * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs * /cloudresourcemanager.googleapis.com%2Factivity". For more information about * log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($logName, $optParams = array()) { $params = array('logName' => $logName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists the logs in projects, organizations, folders, or billing accounts. Only * logs that have entries are listed. (logs.listOrganizationsLogs) * * @param string $parent Required. The resource name that owns the logs: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the * logs: * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID * /views/VIEW_ID * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo * support legacy queries, it could also be: "projects/PROJECT_ID" * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" * "folders/FOLDER_ID" * @return Google_Service_Logging_ListLogsResponse */ public function listOrganizationsLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); } } PK- Z:x x Rvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Locations.phpnu[ * $loggingService = new Google_Service_Logging(...); * $locations = $loggingService->locations; * */ class Google_Service_Logging_Resource_Locations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Logging_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_Location"); } /** * Lists information about the supported locations for this service. * (locations.listLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse */ public function listLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLocationsResponse"); } } PK- Z^.dvendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsBucketsViews.phpnu[ * $loggingService = new Google_Service_Logging(...); * $views = $loggingService->views; * */ class Google_Service_Logging_Resource_BillingAccountsBucketsViews extends Google_Service_Resource { /** * Gets a view. (views.get) * * @param string $name Required. The resource name of the policy: "projects/[PRO * JECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket- * id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogView */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogView"); } } PK- Z1Nvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Sinks.phpnu[ * $loggingService = new Google_Service_Logging(...); * $sinks = $loggingService->sinks; * */ class Google_Service_Logging_Resource_Sinks extends Google_Service_Resource { /** * Creates a sink that exports specified log entries to a destination. The * export of newly-ingested log entries begins immediately, unless the sink's * writer_identity is not permitted to write to the destination. A sink can * export log entries only from the resource owning the sink. (sinks.create) * * @param string $parent Required. The resource in which to create the sink: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM * identity returned as writer_identity in the new sink. If this value is * omitted or set to false, and if the sink's parent is a project, then the * value returned as writer_identity is the same group or service account used * by Logging before the addition of writer identities to this API. The sink's * destination must be in the same project as the sink itself.If this field is * set to true, or if the sink is owned by a non-project resource such as an * organization, then the value of writer_identity will be a unique service * account used only for exports from the new sink. For more information, see * writer_identity in LogSink. * @return Google_Service_Logging_LogSink */ public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogSink"); } /** * Deletes a sink. If the sink has a unique writer_identity, then that service * account is also deleted. (sinks.delete) * * @param string $sinkName Required. The full resource name of the sink to * delete, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a sink. (sinks.get) * * @param string $sinkName Required. The resource name of the sink: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogSink */ public function get($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogSink"); } /** * Lists sinks. (sinks.listSinks) * * @param string $parent Required. The parent resource whose sinks are to be * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListSinksResponse */ public function listSinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.update) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Logging_LogSink"); } } PK- ZeccTvendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.phpnu[ * $loggingService = new Google_Service_Logging(...); * $logs = $loggingService->logs; * */ class Google_Service_Logging_Resource_FoldersLogs extends Google_Service_Resource { /** * Deletes all the log entries in a log for the _Default Log Bucket. The log * reappears if it receives new entries. Log entries written shortly before the * delete operation might not be deleted. Entries received after the delete * operation with a timestamp before the operation will be deleted. * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs * /cloudresourcemanager.googleapis.com%2Factivity". For more information about * log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($logName, $optParams = array()) { $params = array('logName' => $logName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists the logs in projects, organizations, folders, or billing accounts. Only * logs that have entries are listed. (logs.listFoldersLogs) * * @param string $parent Required. The resource name that owns the logs: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the * logs: * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID * /views/VIEW_ID * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo * support legacy queries, it could also be: "projects/PROJECT_ID" * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" * "folders/FOLDER_ID" * @return Google_Service_Logging_ListLogsResponse */ public function listFoldersLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); } } PK- ZNt t Yvendor/google/apiclient-services/src/Google/Service/Logging/Resource/LocationsBuckets.phpnu[ * $loggingService = new Google_Service_Logging(...); * $buckets = $loggingService->buckets; * */ class Google_Service_Logging_Resource_LocationsBuckets extends Google_Service_Resource { /** * Creates a bucket that can be used to store log entries. Once a bucket has * been created, the region cannot be changed. (buckets.create) * * @param string $parent Required. The resource in which to create the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]" Example: "projects/my- * logging-project/locations/global" * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string bucketId Required. A client-assigned identifier such as * "my-bucket". Identifiers are limited to 100 characters and can include only * letters, digits, underscores, hyphens, and periods. * @return Google_Service_Logging_LogBucket */ public function create($parent, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogBucket"); } /** * Deletes a bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 * days, the bucket will be purged and all logs in the bucket will be * permanently deleted. (buckets.delete) * * @param string $name Required. The full resource name of the bucket to delete. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a bucket. (buckets.get) * * @param string $name Required. The resource name of the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogBucket */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogBucket"); } /** * Lists buckets. (buckets.listLocationsBuckets) * * @param string $parent Required. The parent resource whose buckets are to be * listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]" * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" Note: The locations portion of * the resource must be specified, but supplying the character - in place of * LOCATION_ID will return all buckets. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListBucketsResponse */ public function listLocationsBuckets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListBucketsResponse"); } /** * Updates a bucket. This method replaces the following fields in the existing * bucket with values from the new bucket: retention_periodIf the retention * period is decreased and the bucket is locked, FAILED_PRECONDITION will be * returned.If the bucket has a LifecycleState of DELETE_REQUESTED, * FAILED_PRECONDITION will be returned.A buckets region may not be modified * after it is created. (buckets.patch) * * @param string $name Required. The full resource name of the bucket to update. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * Also requires permission "resourcemanager.projects.updateLiens" to set the * locked property * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Field mask that specifies the fields * in bucket that need an update. A bucket field will be overwritten if, and * only if, it is in the update mask. name and output only fields cannot be * updated.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=retention_days. * @return Google_Service_Logging_LogBucket */ public function patch($name, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogBucket"); } /** * Undeletes a bucket. A bucket that has been deleted may be undeleted within * the grace period of 7 days. (buckets.undelete) * * @param string $name Required. The full resource name of the bucket to * undelete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param Google_Service_Logging_UndeleteBucketRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function undelete($name, Google_Service_Logging_UndeleteBucketRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Logging_LoggingEmpty"); } } PK- Z]*ffPvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.phpnu[ * $loggingService = new Google_Service_Logging(...); * $folders = $loggingService->folders; * */ class Google_Service_Logging_Resource_Folders extends Google_Service_Resource { } PK- Z$ffUvendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.phpnu[ * $loggingService = new Google_Service_Logging(...); * $logs = $loggingService->logs; * */ class Google_Service_Logging_Resource_ProjectsLogs extends Google_Service_Resource { /** * Deletes all the log entries in a log for the _Default Log Bucket. The log * reappears if it receives new entries. Log entries written shortly before the * delete operation might not be deleted. Entries received after the delete * operation with a timestamp before the operation will be deleted. * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs * /cloudresourcemanager.googleapis.com%2Factivity". For more information about * log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($logName, $optParams = array()) { $params = array('logName' => $logName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists the logs in projects, organizations, folders, or billing accounts. Only * logs that have entries are listed. (logs.listProjectsLogs) * * @param string $parent Required. The resource name that owns the logs: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the * logs: * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID * /views/VIEW_ID * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo * support legacy queries, it could also be: "projects/PROJECT_ID" * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" * "folders/FOLDER_ID" * @return Google_Service_Logging_ListLogsResponse */ public function listProjectsLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); } } PK- Z!y&BBXvendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsMetrics.phpnu[ * $loggingService = new Google_Service_Logging(...); * $metrics = $loggingService->metrics; * */ class Google_Service_Logging_Resource_ProjectsMetrics extends Google_Service_Resource { /** * Creates a logs-based metric. (metrics.create) * * @param string $parent Required. The resource name of the project in which to * create the metric: "projects/[PROJECT_ID]" The new metric must be provided in * the request. * @param Google_Service_Logging_LogMetric $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogMetric */ public function create($parent, Google_Service_Logging_LogMetric $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogMetric"); } /** * Deletes a logs-based metric. (metrics.delete) * * @param string $metricName Required. The resource name of the metric to * delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($metricName, $optParams = array()) { $params = array('metricName' => $metricName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a logs-based metric. (metrics.get) * * @param string $metricName Required. The resource name of the desired metric: * "projects/[PROJECT_ID]/metrics/[METRIC_ID]" * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogMetric */ public function get($metricName, $optParams = array()) { $params = array('metricName' => $metricName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogMetric"); } /** * Lists logs-based metrics. (metrics.listProjectsMetrics) * * @param string $parent Required. The name of the project containing the * metrics: "projects/[PROJECT_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListLogMetricsResponse */ public function listProjectsMetrics($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogMetricsResponse"); } /** * Creates or updates a logs-based metric. (metrics.update) * * @param string $metricName Required. The resource name of the metric to * update: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" The updated metric must * be provided in the request and it's name field must be the same as * [METRIC_ID] If the metric does not exist in [PROJECT_ID], then a new metric * is created. * @param Google_Service_Logging_LogMetric $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogMetric */ public function update($metricName, Google_Service_Logging_LogMetric $postBody, $optParams = array()) { $params = array('metricName' => $metricName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Logging_LogMetric"); } } PK- ZSjjQvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.phpnu[ * $loggingService = new Google_Service_Logging(...); * $projects = $loggingService->projects; * */ class Google_Service_Logging_Resource_Projects extends Google_Service_Resource { } PK- Z&:BBVvendor/google/apiclient-services/src/Google/Service/Logging/Resource/Organizations.phpnu[ * $loggingService = new Google_Service_Logging(...); * $organizations = $loggingService->organizations; * */ class Google_Service_Logging_Resource_Organizations extends Google_Service_Resource { /** * Gets the Logs Router CMEK settings for the given resource.Note: CMEK for the * Logs Router can currently only be configured for GCP organizations. Once * configured, it applies to all projects and folders in the GCP * organization.See Enabling CMEK for Logs Router * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more * information. (organizations.getCmekSettings) * * @param string $name Required. The resource for which to retrieve CMEK * settings. "projects/[PROJECT_ID]/cmekSettings" * "organizations/[ORGANIZATION_ID]/cmekSettings" * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" * "folders/[FOLDER_ID]/cmekSettings" Example: * "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can * currently only be configured for GCP organizations. Once configured, it * applies to all projects and folders in the GCP organization. * @param array $optParams Optional parameters. * @return Google_Service_Logging_CmekSettings */ public function getCmekSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getCmekSettings', array($params), "Google_Service_Logging_CmekSettings"); } /** * Updates the Logs Router CMEK settings for the given resource.Note: CMEK for * the Logs Router can currently only be configured for GCP organizations. Once * configured, it applies to all projects and folders in the GCP * organization.UpdateCmekSettings will fail if 1) kms_key_name is invalid, or * 2) the associated service account does not have the required * roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3) * access to the key is disabled.See Enabling CMEK for Logs Router * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more * information. (organizations.updateCmekSettings) * * @param string $name Required. The resource name for the CMEK settings to * update. "projects/[PROJECT_ID]/cmekSettings" * "organizations/[ORGANIZATION_ID]/cmekSettings" * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" * "folders/[FOLDER_ID]/cmekSettings" Example: * "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can * currently only be configured for GCP organizations. Once configured, it * applies to all projects and folders in the GCP organization. * @param Google_Service_Logging_CmekSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask identifying which fields * from cmek_settings should be updated. A field will be overwritten if and only * if it is in the update mask. Output only fields cannot be updated.See * FieldMask for more information.Example: "updateMask=kmsKeyName" * @return Google_Service_Logging_CmekSettings */ public function updateCmekSettings($name, Google_Service_Logging_CmekSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateCmekSettings', array($params), "Google_Service_Logging_CmekSettings"); } } PK- Z*Xvendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.phpnu[ * $loggingService = new Google_Service_Logging(...); * $billingAccounts = $loggingService->billingAccounts; * */ class Google_Service_Logging_Resource_BillingAccounts extends Google_Service_Resource { } PK- Z9 fvendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocationsBuckets.phpnu[ * $loggingService = new Google_Service_Logging(...); * $buckets = $loggingService->buckets; * */ class Google_Service_Logging_Resource_OrganizationsLocationsBuckets extends Google_Service_Resource { /** * Creates a bucket that can be used to store log entries. Once a bucket has * been created, the region cannot be changed. (buckets.create) * * @param string $parent Required. The resource in which to create the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]" Example: "projects/my- * logging-project/locations/global" * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string bucketId Required. A client-assigned identifier such as * "my-bucket". Identifiers are limited to 100 characters and can include only * letters, digits, underscores, hyphens, and periods. * @return Google_Service_Logging_LogBucket */ public function create($parent, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogBucket"); } /** * Deletes a bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 * days, the bucket will be purged and all logs in the bucket will be * permanently deleted. (buckets.delete) * * @param string $name Required. The full resource name of the bucket to delete. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a bucket. (buckets.get) * * @param string $name Required. The resource name of the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogBucket */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogBucket"); } /** * Lists buckets. (buckets.listOrganizationsLocationsBuckets) * * @param string $parent Required. The parent resource whose buckets are to be * listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]" * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" Note: The locations portion of * the resource must be specified, but supplying the character - in place of * LOCATION_ID will return all buckets. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListBucketsResponse */ public function listOrganizationsLocationsBuckets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListBucketsResponse"); } /** * Updates a bucket. This method replaces the following fields in the existing * bucket with values from the new bucket: retention_periodIf the retention * period is decreased and the bucket is locked, FAILED_PRECONDITION will be * returned.If the bucket has a LifecycleState of DELETE_REQUESTED, * FAILED_PRECONDITION will be returned.A buckets region may not be modified * after it is created. (buckets.patch) * * @param string $name Required. The full resource name of the bucket to update. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * Also requires permission "resourcemanager.projects.updateLiens" to set the * locked property * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Field mask that specifies the fields * in bucket that need an update. A bucket field will be overwritten if, and * only if, it is in the update mask. name and output only fields cannot be * updated.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=retention_days. * @return Google_Service_Logging_LogBucket */ public function patch($name, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogBucket"); } /** * Undeletes a bucket. A bucket that has been deleted may be undeleted within * the grace period of 7 days. (buckets.undelete) * * @param string $name Required. The full resource name of the bucket to * undelete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param Google_Service_Logging_UndeleteBucketRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function undelete($name, Google_Service_Logging_UndeleteBucketRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Logging_LoggingEmpty"); } } PK- Z݆e]Svendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.phpnu[ * $loggingService = new Google_Service_Logging(...); * $exclusions = $loggingService->exclusions; * */ class Google_Service_Logging_Resource_Exclusions extends Google_Service_Resource { /** * Creates a new exclusion in a specified parent resource. Only log entries * belonging to that resource can be excluded. You can have up to 10 exclusions * in a resource. (exclusions.create) * * @param string $parent Required. The parent resource in which to create the * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); } /** * Deletes an exclusion. (exclusions.delete) * * @param string $name Required. The resource name of an existing exclusion to * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets the description of an exclusion. (exclusions.get) * * @param string $name Required. The resource name of an existing exclusion: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogExclusion */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); } /** * Lists all the exclusions in a parent resource. (exclusions.listExclusions) * * @param string $parent Required. The parent resource whose exclusions are to * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListExclusionsResponse */ public function listExclusions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); } /** * Changes one or more properties of an existing exclusion. (exclusions.patch) * * @param string $name Required. The resource name of the exclusion to update: * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- * project-id/exclusions/my-exclusion-id". * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A non-empty list of fields to change * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an * update_mask of "filter,description". * @return Google_Service_Logging_LogExclusion */ public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); } } PK- Z+lb((Vvendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsSinks.phpnu[ * $loggingService = new Google_Service_Logging(...); * $sinks = $loggingService->sinks; * */ class Google_Service_Logging_Resource_ProjectsSinks extends Google_Service_Resource { /** * Creates a sink that exports specified log entries to a destination. The * export of newly-ingested log entries begins immediately, unless the sink's * writer_identity is not permitted to write to the destination. A sink can * export log entries only from the resource owning the sink. (sinks.create) * * @param string $parent Required. The resource in which to create the sink: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM * identity returned as writer_identity in the new sink. If this value is * omitted or set to false, and if the sink's parent is a project, then the * value returned as writer_identity is the same group or service account used * by Logging before the addition of writer identities to this API. The sink's * destination must be in the same project as the sink itself.If this field is * set to true, or if the sink is owned by a non-project resource such as an * organization, then the value of writer_identity will be a unique service * account used only for exports from the new sink. For more information, see * writer_identity in LogSink. * @return Google_Service_Logging_LogSink */ public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogSink"); } /** * Deletes a sink. If the sink has a unique writer_identity, then that service * account is also deleted. (sinks.delete) * * @param string $sinkName Required. The full resource name of the sink to * delete, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a sink. (sinks.get) * * @param string $sinkName Required. The resource name of the sink: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogSink */ public function get($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogSink"); } /** * Lists sinks. (sinks.listProjectsSinks) * * @param string $parent Required. The parent resource whose sinks are to be * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListSinksResponse */ public function listProjectsSinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.patch) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.update) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Logging_LogSink"); } } PK- ZzC< `vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocationsBuckets.phpnu[ * $loggingService = new Google_Service_Logging(...); * $buckets = $loggingService->buckets; * */ class Google_Service_Logging_Resource_FoldersLocationsBuckets extends Google_Service_Resource { /** * Creates a bucket that can be used to store log entries. Once a bucket has * been created, the region cannot be changed. (buckets.create) * * @param string $parent Required. The resource in which to create the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]" Example: "projects/my- * logging-project/locations/global" * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string bucketId Required. A client-assigned identifier such as * "my-bucket". Identifiers are limited to 100 characters and can include only * letters, digits, underscores, hyphens, and periods. * @return Google_Service_Logging_LogBucket */ public function create($parent, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogBucket"); } /** * Deletes a bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 * days, the bucket will be purged and all logs in the bucket will be * permanently deleted. (buckets.delete) * * @param string $name Required. The full resource name of the bucket to delete. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a bucket. (buckets.get) * * @param string $name Required. The resource name of the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogBucket */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogBucket"); } /** * Lists buckets. (buckets.listFoldersLocationsBuckets) * * @param string $parent Required. The parent resource whose buckets are to be * listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]" * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" Note: The locations portion of * the resource must be specified, but supplying the character - in place of * LOCATION_ID will return all buckets. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListBucketsResponse */ public function listFoldersLocationsBuckets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListBucketsResponse"); } /** * Updates a bucket. This method replaces the following fields in the existing * bucket with values from the new bucket: retention_periodIf the retention * period is decreased and the bucket is locked, FAILED_PRECONDITION will be * returned.If the bucket has a LifecycleState of DELETE_REQUESTED, * FAILED_PRECONDITION will be returned.A buckets region may not be modified * after it is created. (buckets.patch) * * @param string $name Required. The full resource name of the bucket to update. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * Also requires permission "resourcemanager.projects.updateLiens" to set the * locked property * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Field mask that specifies the fields * in bucket that need an update. A bucket field will be overwritten if, and * only if, it is in the update mask. name and output only fields cannot be * updated.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=retention_days. * @return Google_Service_Logging_LogBucket */ public function patch($name, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogBucket"); } /** * Undeletes a bucket. A bucket that has been deleted may be undeleted within * the grace period of 7 days. (buckets.undelete) * * @param string $name Required. The full resource name of the bucket to * undelete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param Google_Service_Logging_UndeleteBucketRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function undelete($name, Google_Service_Logging_UndeleteBucketRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Logging_LoggingEmpty"); } } PK- ZfL|WWhvendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocationsBuckets.phpnu[ * $loggingService = new Google_Service_Logging(...); * $buckets = $loggingService->buckets; * */ class Google_Service_Logging_Resource_BillingAccountsLocationsBuckets extends Google_Service_Resource { /** * Creates a bucket that can be used to store log entries. Once a bucket has * been created, the region cannot be changed. (buckets.create) * * @param string $parent Required. The resource in which to create the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]" Example: "projects/my- * logging-project/locations/global" * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string bucketId Required. A client-assigned identifier such as * "my-bucket". Identifiers are limited to 100 characters and can include only * letters, digits, underscores, hyphens, and periods. * @return Google_Service_Logging_LogBucket */ public function create($parent, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogBucket"); } /** * Deletes a bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 * days, the bucket will be purged and all logs in the bucket will be * permanently deleted. (buckets.delete) * * @param string $name Required. The full resource name of the bucket to delete. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists buckets. (buckets.listBillingAccountsLocationsBuckets) * * @param string $parent Required. The parent resource whose buckets are to be * listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]" * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" Note: The locations portion of * the resource must be specified, but supplying the character - in place of * LOCATION_ID will return all buckets. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListBucketsResponse */ public function listBillingAccountsLocationsBuckets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListBucketsResponse"); } /** * Updates a bucket. This method replaces the following fields in the existing * bucket with values from the new bucket: retention_periodIf the retention * period is decreased and the bucket is locked, FAILED_PRECONDITION will be * returned.If the bucket has a LifecycleState of DELETE_REQUESTED, * FAILED_PRECONDITION will be returned.A buckets region may not be modified * after it is created. (buckets.patch) * * @param string $name Required. The full resource name of the bucket to update. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * Also requires permission "resourcemanager.projects.updateLiens" to set the * locked property * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Field mask that specifies the fields * in bucket that need an update. A bucket field will be overwritten if, and * only if, it is in the update mask. name and output only fields cannot be * updated.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=retention_days. * @return Google_Service_Logging_LogBucket */ public function patch($name, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogBucket"); } /** * Undeletes a bucket. A bucket that has been deleted may be undeleted within * the grace period of 7 days. (buckets.undelete) * * @param string $name Required. The full resource name of the bucket to * undelete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param Google_Service_Logging_UndeleteBucketRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function undelete($name, Google_Service_Logging_UndeleteBucketRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Logging_LoggingEmpty"); } } PK- Z!^vendor/google/apiclient-services/src/Google/Service/Logging/Resource/LocationsBucketsViews.phpnu[ * $loggingService = new Google_Service_Logging(...); * $views = $loggingService->views; * */ class Google_Service_Logging_Resource_LocationsBucketsViews extends Google_Service_Resource { /** * Creates a view over logs in a bucket. A bucket may contain a maximum of 50 * views. (views.create) * * @param string $parent Required. The bucket in which to create the view * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: * "projects/my-logging-project/locations/my-location/buckets/my-bucket" * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string viewId Required. The id to use for this view. * @return Google_Service_Logging_LogView */ public function create($parent, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogView"); } /** * Deletes a view from a bucket. (views.delete) * * @param string $name Required. The full resource name of the view to delete: " * projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW * _ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a view. (views.get) * * @param string $name Required. The resource name of the policy: "projects/[PRO * JECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket- * id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogView */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogView"); } /** * Lists views on a bucket. (views.listLocationsBucketsViews) * * @param string $parent Required. The bucket whose views are to be listed: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListViewsResponse */ public function listLocationsBucketsViews($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListViewsResponse"); } /** * Updates a view. This method replaces the following fields in the existing * view with values from the new view: filter. (views.patch) * * @param string $name Required. The full resource name of the view to update "p * rojects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ * ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask that specifies the fields * in view that need an update. A field will be overwritten if, and only if, it * is in the update mask. name and output only fields cannot be updated.For a * detailed FieldMask definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogView */ public function patch($name, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogView"); } } PK- Z /|evendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocationsBucketsViews.phpnu[ * $loggingService = new Google_Service_Logging(...); * $views = $loggingService->views; * */ class Google_Service_Logging_Resource_FoldersLocationsBucketsViews extends Google_Service_Resource { /** * Creates a view over logs in a bucket. A bucket may contain a maximum of 50 * views. (views.create) * * @param string $parent Required. The bucket in which to create the view * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: * "projects/my-logging-project/locations/my-location/buckets/my-bucket" * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string viewId Required. The id to use for this view. * @return Google_Service_Logging_LogView */ public function create($parent, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogView"); } /** * Deletes a view from a bucket. (views.delete) * * @param string $name Required. The full resource name of the view to delete: " * projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW * _ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a view. (views.get) * * @param string $name Required. The resource name of the policy: "projects/[PRO * JECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket- * id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogView */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogView"); } /** * Lists views on a bucket. (views.listFoldersLocationsBucketsViews) * * @param string $parent Required. The bucket whose views are to be listed: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListViewsResponse */ public function listFoldersLocationsBucketsViews($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListViewsResponse"); } /** * Updates a view. This method replaces the following fields in the existing * view with values from the new view: filter. (views.patch) * * @param string $name Required. The full resource name of the view to update "p * rojects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ * ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask that specifies the fields * in view that need an update. A field will be overwritten if, and only if, it * is in the update mask. name and output only fields cannot be updated.For a * detailed FieldMask definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogView */ public function patch($name, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogView"); } } PK- Znn((]vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsSinks.phpnu[ * $loggingService = new Google_Service_Logging(...); * $sinks = $loggingService->sinks; * */ class Google_Service_Logging_Resource_BillingAccountsSinks extends Google_Service_Resource { /** * Creates a sink that exports specified log entries to a destination. The * export of newly-ingested log entries begins immediately, unless the sink's * writer_identity is not permitted to write to the destination. A sink can * export log entries only from the resource owning the sink. (sinks.create) * * @param string $parent Required. The resource in which to create the sink: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM * identity returned as writer_identity in the new sink. If this value is * omitted or set to false, and if the sink's parent is a project, then the * value returned as writer_identity is the same group or service account used * by Logging before the addition of writer identities to this API. The sink's * destination must be in the same project as the sink itself.If this field is * set to true, or if the sink is owned by a non-project resource such as an * organization, then the value of writer_identity will be a unique service * account used only for exports from the new sink. For more information, see * writer_identity in LogSink. * @return Google_Service_Logging_LogSink */ public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogSink"); } /** * Deletes a sink. If the sink has a unique writer_identity, then that service * account is also deleted. (sinks.delete) * * @param string $sinkName Required. The full resource name of the sink to * delete, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a sink. (sinks.get) * * @param string $sinkName Required. The resource name of the sink: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogSink */ public function get($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogSink"); } /** * Lists sinks. (sinks.listBillingAccountsSinks) * * @param string $parent Required. The parent resource whose sinks are to be * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListSinksResponse */ public function listBillingAccountsSinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.patch) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.update) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Logging_LogSink"); } } PK- Z|((Uvendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersSinks.phpnu[ * $loggingService = new Google_Service_Logging(...); * $sinks = $loggingService->sinks; * */ class Google_Service_Logging_Resource_FoldersSinks extends Google_Service_Resource { /** * Creates a sink that exports specified log entries to a destination. The * export of newly-ingested log entries begins immediately, unless the sink's * writer_identity is not permitted to write to the destination. A sink can * export log entries only from the resource owning the sink. (sinks.create) * * @param string $parent Required. The resource in which to create the sink: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: * "projects/my-logging-project", "organizations/123456789". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM * identity returned as writer_identity in the new sink. If this value is * omitted or set to false, and if the sink's parent is a project, then the * value returned as writer_identity is the same group or service account used * by Logging before the addition of writer identities to this API. The sink's * destination must be in the same project as the sink itself.If this field is * set to true, or if the sink is owned by a non-project resource such as an * organization, then the value of writer_identity will be a unique service * account used only for exports from the new sink. For more information, see * writer_identity in LogSink. * @return Google_Service_Logging_LogSink */ public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogSink"); } /** * Deletes a sink. If the sink has a unique writer_identity, then that service * account is also deleted. (sinks.delete) * * @param string $sinkName Required. The full resource name of the sink to * delete, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a sink. (sinks.get) * * @param string $sinkName Required. The resource name of the sink: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogSink */ public function get($sinkName, $optParams = array()) { $params = array('sinkName' => $sinkName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogSink"); } /** * Lists sinks. (sinks.listFoldersSinks) * * @param string $parent Required. The parent resource whose sinks are to be * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListSinksResponse */ public function listFoldersSinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.patch) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); } /** * Updates a sink. This method replaces the following fields in the existing * sink with values from the new sink: destination, and filter.The updated sink * might also have a new writer_identity; see the unique_writer_identity field. * (sinks.update) * * @param string $sinkName Required. The full resource name of the sink to * update, including the parent resource and the sink identifier: * "projects/[PROJECT_ID]/sinks/[SINK_ID]" * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks * /my-sink-id". * @param Google_Service_Logging_LogSink $postBody * @param array $optParams Optional parameters. * * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a * description of this field. When updating a sink, the effect of this field on * the value of writer_identity in the updated sink depends on both the old and * new values of this field: If the old and new values of this field are both * false or both true, then there is no change to the sink's writer_identity. If * the old value is false and the new value is true, then writer_identity is * changed to a unique service account. It is an error if the old value is true * and the new value is set to false or defaulted to false. * @opt_param string updateMask Optional. Field mask that specifies the fields * in sink that need an update. A sink field will be overwritten if, and only * if, it is in the update mask. name and output only fields cannot be * updated.An empty updateMask is temporarily treated as using the following * mask for backwards compatibility purposes: destination,filter,includeChildren * At some point in the future, behavior will be removed and specifying an empty * updateMask will be an error.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) { $params = array('sinkName' => $sinkName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Logging_LogSink"); } } PK- ZM Yvendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocations.phpnu[ * $loggingService = new Google_Service_Logging(...); * $locations = $loggingService->locations; * */ class Google_Service_Logging_Resource_FoldersLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Logging_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_Location"); } /** * Lists information about the supported locations for this service. * (locations.listFoldersLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse */ public function listFoldersLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLocationsResponse"); } } PK- ZKk avendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocationsBuckets.phpnu[ * $loggingService = new Google_Service_Logging(...); * $buckets = $loggingService->buckets; * */ class Google_Service_Logging_Resource_ProjectsLocationsBuckets extends Google_Service_Resource { /** * Creates a bucket that can be used to store log entries. Once a bucket has * been created, the region cannot be changed. (buckets.create) * * @param string $parent Required. The resource in which to create the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]" Example: "projects/my- * logging-project/locations/global" * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string bucketId Required. A client-assigned identifier such as * "my-bucket". Identifiers are limited to 100 characters and can include only * letters, digits, underscores, hyphens, and periods. * @return Google_Service_Logging_LogBucket */ public function create($parent, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogBucket"); } /** * Deletes a bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 * days, the bucket will be purged and all logs in the bucket will be * permanently deleted. (buckets.delete) * * @param string $name Required. The full resource name of the bucket to delete. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Gets a bucket. (buckets.get) * * @param string $name Required. The resource name of the bucket: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LogBucket */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Logging_LogBucket"); } /** * Lists buckets. (buckets.listProjectsLocationsBuckets) * * @param string $parent Required. The parent resource whose buckets are to be * listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]" * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" Note: The locations portion of * the resource must be specified, but supplying the character - in place of * LOCATION_ID will return all buckets. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListBucketsResponse */ public function listProjectsLocationsBuckets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListBucketsResponse"); } /** * Updates a bucket. This method replaces the following fields in the existing * bucket with values from the new bucket: retention_periodIf the retention * period is decreased and the bucket is locked, FAILED_PRECONDITION will be * returned.If the bucket has a LifecycleState of DELETE_REQUESTED, * FAILED_PRECONDITION will be returned.A buckets region may not be modified * after it is created. (buckets.patch) * * @param string $name Required. The full resource name of the bucket to update. * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * Also requires permission "resourcemanager.projects.updateLiens" to set the * locked property * @param Google_Service_Logging_LogBucket $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Field mask that specifies the fields * in bucket that need an update. A bucket field will be overwritten if, and * only if, it is in the update mask. name and output only fields cannot be * updated.For a detailed FieldMask definition, see * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=retention_days. * @return Google_Service_Logging_LogBucket */ public function patch($name, Google_Service_Logging_LogBucket $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogBucket"); } /** * Undeletes a bucket. A bucket that has been deleted may be undeleted within * the grace period of 7 days. (buckets.undelete) * * @param string $name Required. The full resource name of the bucket to * undelete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET * _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". * @param Google_Service_Logging_UndeleteBucketRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function undelete($name, Google_Service_Logging_UndeleteBucketRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Logging_LoggingEmpty"); } } PK- Z@4{{\vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.phpnu[ * $loggingService = new Google_Service_Logging(...); * $logs = $loggingService->logs; * */ class Google_Service_Logging_Resource_BillingAccountsLogs extends Google_Service_Resource { /** * Deletes all the log entries in a log for the _Default Log Bucket. The log * reappears if it receives new entries. Log entries written shortly before the * delete operation might not be deleted. Entries received after the delete * operation with a timestamp before the operation will be deleted. * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs * /cloudresourcemanager.googleapis.com%2Factivity". For more information about * log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($logName, $optParams = array()) { $params = array('logName' => $logName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists the logs in projects, organizations, folders, or billing accounts. Only * logs that have entries are listed. (logs.listBillingAccountsLogs) * * @param string $parent Required. The resource name that owns the logs: * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the * logs: * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID * /views/VIEW_ID * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo * support legacy queries, it could also be: "projects/PROJECT_ID" * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" * "folders/FOLDER_ID" * @return Google_Service_Logging_ListLogsResponse */ public function listBillingAccountsLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); } } PK- ZFVVmvendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocationsBucketsViews.phpnu[ * $loggingService = new Google_Service_Logging(...); * $views = $loggingService->views; * */ class Google_Service_Logging_Resource_BillingAccountsLocationsBucketsViews extends Google_Service_Resource { /** * Creates a view over logs in a bucket. A bucket may contain a maximum of 50 * views. (views.create) * * @param string $parent Required. The bucket in which to create the view * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: * "projects/my-logging-project/locations/my-location/buckets/my-bucket" * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string viewId Required. The id to use for this view. * @return Google_Service_Logging_LogView */ public function create($parent, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Logging_LogView"); } /** * Deletes a view from a bucket. (views.delete) * * @param string $name Required. The full resource name of the view to delete: " * projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW * _ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); } /** * Lists views on a bucket. (views.listBillingAccountsLocationsBucketsViews) * * @param string $parent Required. The bucket whose views are to be listed: * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return * from this request. Non-positive values are ignored. The presence of * nextPageToken in the response indicates that more results might be available. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. pageToken must be * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @return Google_Service_Logging_ListViewsResponse */ public function listBillingAccountsLocationsBucketsViews($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Logging_ListViewsResponse"); } /** * Updates a view. This method replaces the following fields in the existing * view with values from the new view: filter. (views.patch) * * @param string $name Required. The full resource name of the view to update "p * rojects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ * ID]" Example: "projects/my-project-id/locations/my-location/buckets/my- * bucket-id/views/my-view-id". * @param Google_Service_Logging_LogView $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. Field mask that specifies the fields * in view that need an update. A field will be overwritten if, and only if, it * is in the update mask. name and output only fields cannot be updated.For a * detailed FieldMask definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: * updateMask=filter. * @return Google_Service_Logging_LogView */ public function patch($name, Google_Service_Logging_LogView $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Logging_LogView"); } } PK- ZWWGvendor/google/apiclient-services/src/Google/Service/Logging/LogLine.phpnu[logMessage = $logMessage; } public function getLogMessage() { return $this->logMessage; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } /** * @param Google_Service_Logging_SourceLocation */ public function setSourceLocation(Google_Service_Logging_SourceLocation $sourceLocation) { $this->sourceLocation = $sourceLocation; } /** * @return Google_Service_Logging_SourceLocation */ public function getSourceLocation() { return $this->sourceLocation; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK- Z&&6Uvendor/google/apiclient-services/src/Google/Service/Logging/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Logging_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZWaUvendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesRequest.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } public function getOrderBy() { return $this->orderBy; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setProjectIds($projectIds) { $this->projectIds = $projectIds; } public function getProjectIds() { return $this->projectIds; } public function setResourceNames($resourceNames) { $this->resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } } PK- ZGf۝Lvendor/google/apiclient-services/src/Google/Service/Logging/LogExclusion.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK- Z4{Lvendor/google/apiclient-services/src/Google/Service/Logging/CmekSettings.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setServiceAccountId($serviceAccountId) { $this->serviceAccountId = $serviceAccountId; } public function getServiceAccountId() { return $this->serviceAccountId; } } PK- ZIvendor/google/apiclient-services/src/Google/Service/Logging/LogBucket.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLifecycleState($lifecycleState) { $this->lifecycleState = $lifecycleState; } public function getLifecycleState() { return $this->lifecycleState; } public function setLocked($locked) { $this->locked = $locked; } public function getLocked() { return $this->locked; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRetentionDays($retentionDays) { $this->retentionDays = $retentionDays; } public function getRetentionDays() { return $this->retentionDays; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK- ZCKvendor/google/apiclient-services/src/Google/Service/Logging/Exponential.phpnu[growthFactor = $growthFactor; } public function getGrowthFactor() { return $this->growthFactor; } public function setNumFiniteBuckets($numFiniteBuckets) { $this->numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } } PK- Zhb5uOvendor/google/apiclient-services/src/Google/Service/Logging/SuppressionInfo.phpnu[reason = $reason; } public function getReason() { return $this->reason; } public function setSuppressedCount($suppressedCount) { $this->suppressedCount = $suppressedCount; } public function getSuppressedCount() { return $this->suppressedCount; } } PK- Z$Qvendor/google/apiclient-services/src/Google/Service/Logging/ListViewsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Logging_LogView[] */ public function setViews($views) { $this->views = $views; } /** * @return Google_Service_Logging_LogView[] */ public function getViews() { return $this->views; } } PK- Z#PQvendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.phpnu[first = $first; } public function getFirst() { return $this->first; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLast($last) { $this->last = $last; } public function getLast() { return $this->last; } public function setProducer($producer) { $this->producer = $producer; } public function getProducer() { return $this->producer; } } PK- ZN5 Kvendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.phpnu[cacheFillBytes = $cacheFillBytes; } public function getCacheFillBytes() { return $this->cacheFillBytes; } public function setCacheHit($cacheHit) { $this->cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } public function setCacheLookup($cacheLookup) { $this->cacheLookup = $cacheLookup; } public function getCacheLookup() { return $this->cacheLookup; } public function setCacheValidatedWithOriginServer($cacheValidatedWithOriginServer) { $this->cacheValidatedWithOriginServer = $cacheValidatedWithOriginServer; } public function getCacheValidatedWithOriginServer() { return $this->cacheValidatedWithOriginServer; } public function setLatency($latency) { $this->latency = $latency; } public function getLatency() { return $this->latency; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setReferer($referer) { $this->referer = $referer; } public function getReferer() { return $this->referer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setRequestMethod($requestMethod) { $this->requestMethod = $requestMethod; } public function getRequestMethod() { return $this->requestMethod; } public function setRequestSize($requestSize) { $this->requestSize = $requestSize; } public function getRequestSize() { return $this->requestSize; } public function setRequestUrl($requestUrl) { $this->requestUrl = $requestUrl; } public function getRequestUrl() { return $this->requestUrl; } public function setResponseSize($responseSize) { $this->responseSize = $responseSize; } public function getResponseSize() { return $this->responseSize; } public function setServerIp($serverIp) { $this->serverIp = $serverIp; } public function getServerIp() { return $this->serverIp; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK- Z=M[vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Logging_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Logging_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZIA%%Yvendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceMetadata.phpnu[systemLabels = $systemLabels; } public function getSystemLabels() { return $this->systemLabels; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } } PK- Z$~~Nvendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.phpnu[file = $file; } public function getFile() { return $this->file; } public function setFunctionName($functionName) { $this->functionName = $functionName; } public function getFunctionName() { return $this->functionName; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK- ZUvendor/google/apiclient-services/src/Google/Service/Logging/TailLogEntriesRequest.phpnu[bufferWindow = $bufferWindow; } public function getBufferWindow() { return $this->bufferWindow; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setResourceNames($resourceNames) { $this->resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } } PK- ZTVvendor/google/apiclient-services/src/Google/Service/Logging/TailLogEntriesResponse.phpnu[entries = $entries; } /** * @return Google_Service_Logging_LogEntry[] */ public function getEntries() { return $this->entries; } /** * @param Google_Service_Logging_SuppressionInfo[] */ public function setSuppressionInfo($suppressionInfo) { $this->suppressionInfo = $suppressionInfo; } /** * @return Google_Service_Logging_SuppressionInfo[] */ public function getSuppressionInfo() { return $this->suppressionInfo; } } PK- Z@Hvendor/google/apiclient-services/src/Google/Service/Logging/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- Z'd  Ovendor/google/apiclient-services/src/Google/Service/Logging/SourceReference.phpnu[repository = $repository; } public function getRepository() { return $this->repository; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK- ZTġGvendor/google/apiclient-services/src/Google/Service/Logging/LogView.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK- Z/c9  Vvendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.phpnu[metrics = $metrics; } /** * @return Google_Service_Logging_LogMetric[] */ public function getMetrics() { return $this->metrics; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZBbjjVvendor/google/apiclient-services/src/Google/Service/Logging/LogEntrySourceLocation.phpnu[file = $file; } public function getFile() { return $this->file; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK- Zfz  Vvendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesResponse.phpnu[entries = $entries; } /** * @return Google_Service_Logging_LogEntry[] */ public function getEntries() { return $this->entries; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZBWUvendor/google/apiclient-services/src/Google/Service/Logging/UndeleteBucketRequest.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Logging_LogSink[] */ public function setSinks($sinks) { $this->sinks = $sinks; } /** * @return Google_Service_Logging_LogSink[] */ public function getSinks() { return $this->sinks; } } PK- ZNB11Vvendor/google/apiclient-services/src/Google/Service/Logging/ListExclusionsResponse.phpnu[exclusions = $exclusions; } /** * @return Google_Service_Logging_LogExclusion[] */ public function getExclusions() { return $this->exclusions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZYLvendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Logging_MonitoredResourceDescriptor[] */ public function setResourceDescriptors($resourceDescriptors) { $this->resourceDescriptors = $resourceDescriptors; } /** * @return Google_Service_Logging_MonitoredResourceDescriptor[] */ public function getResourceDescriptors() { return $this->resourceDescriptors; } } PK- Z!]5DDPvendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.phpnu[logNames = $logNames; } public function getLogNames() { return $this->logNames; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z_ooGvendor/google/apiclient-services/src/Google/Service/Storagetransfer.phpnu[ * Transfers data from external data sources to a Google Cloud Storage bucket or * between Google Cloud Storage buckets.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Storagetransfer extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $googleServiceAccounts; public $transferJobs; public $transferOperations; /** * Constructs the internal representation of the Storagetransfer service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://storagetransfer.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'storagetransfer'; $this->googleServiceAccounts = new Google_Service_Storagetransfer_Resource_GoogleServiceAccounts( $this, $this->serviceName, 'googleServiceAccounts', array( 'methods' => array( 'get' => array( 'path' => 'v1/googleServiceAccounts/{projectId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->transferJobs = new Google_Service_Storagetransfer_Resource_TransferJobs( $this, $this->serviceName, 'transferJobs', array( 'methods' => array( 'create' => array( 'path' => 'v1/transferJobs', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/{+jobName}', 'httpMethod' => 'GET', 'parameters' => array( 'jobName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/transferJobs', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+jobName}', 'httpMethod' => 'PATCH', 'parameters' => array( 'jobName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'run' => array( 'path' => 'v1/{+jobName}:run', 'httpMethod' => 'POST', 'parameters' => array( 'jobName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->transferOperations = new Google_Service_Storagetransfer_Resource_TransferOperations( $this, $this->serviceName, 'transferOperations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'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', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'pause' => array( 'path' => 'v1/{+name}:pause', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v1/{+name}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK- ZJv..Rvendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextParagraph.phpnu[text = $text; } public function getText() { return $this->text; } } PK- Zi?Nvendor/google/apiclient-services/src/Google/Service/HangoutsChat/ChatEmpty.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK- ZfřOvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Membership.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_HangoutsChat_User */ public function setMember(Google_Service_HangoutsChat_User $member) { $this->member = $member; } /** * @return Google_Service_HangoutsChat_User */ public function getMember() { return $this->member; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK- ZLvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Section.phpnu[header = $header; } public function getHeader() { return $this->header; } /** * @param Google_Service_HangoutsChat_WidgetMarkup[] */ public function setWidgets($widgets) { $this->widgets = $widgets; } /** * @return Google_Service_HangoutsChat_WidgetMarkup[] */ public function getWidgets() { return $this->widgets; } } PK- Z&WWOvendor/google/apiclient-services/src/Google/Service/HangoutsChat/FormAction.phpnu[actionMethodName = $actionMethodName; } public function getActionMethodName() { return $this->actionMethodName; } /** * @param Google_Service_HangoutsChat_ActionParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_HangoutsChat_ActionParameter[] */ public function getParameters() { return $this->parameters; } } PK- Zӧ""Mvendor/google/apiclient-services/src/Google/Service/HangoutsChat/OpenLink.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK- Z{^^Qvendor/google/apiclient-services/src/Google/Service/HangoutsChat/DriveDataRef.phpnu[driveFileId = $driveFileId; } public function getDriveFileId() { return $this->driveFileId; } } PK- ZpZjjVvendor/google/apiclient-services/src/Google/Service/HangoutsChat/AttachmentDataRef.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK- Zܻ3 3 Qvendor/google/apiclient-services/src/Google/Service/HangoutsChat/WidgetMarkup.phpnu[buttons = $buttons; } /** * @return Google_Service_HangoutsChat_Button[] */ public function getButtons() { return $this->buttons; } /** * @param Google_Service_HangoutsChat_Image */ public function setImage(Google_Service_HangoutsChat_Image $image) { $this->image = $image; } /** * @return Google_Service_HangoutsChat_Image */ public function getImage() { return $this->image; } /** * @param Google_Service_HangoutsChat_KeyValue */ public function setKeyValue(Google_Service_HangoutsChat_KeyValue $keyValue) { $this->keyValue = $keyValue; } /** * @return Google_Service_HangoutsChat_KeyValue */ public function getKeyValue() { return $this->keyValue; } /** * @param Google_Service_HangoutsChat_TextParagraph */ public function setTextParagraph(Google_Service_HangoutsChat_TextParagraph $textParagraph) { $this->textParagraph = $textParagraph; } /** * @return Google_Service_HangoutsChat_TextParagraph */ public function getTextParagraph() { return $this->textParagraph; } } PK- Zb OOOvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Annotation.phpnu[length = $length; } public function getLength() { return $this->length; } /** * @param Google_Service_HangoutsChat_SlashCommandMetadata */ public function setSlashCommand(Google_Service_HangoutsChat_SlashCommandMetadata $slashCommand) { $this->slashCommand = $slashCommand; } /** * @return Google_Service_HangoutsChat_SlashCommandMetadata */ public function getSlashCommand() { return $this->slashCommand; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_HangoutsChat_UserMentionMetadata */ public function setUserMention(Google_Service_HangoutsChat_UserMentionMetadata $userMention) { $this->userMention = $userMention; } /** * @return Google_Service_HangoutsChat_UserMentionMetadata */ public function getUserMention() { return $this->userMention; } } PK- Z.Lvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Message.phpnu[actionResponse = $actionResponse; } /** * @return Google_Service_HangoutsChat_ActionResponse */ public function getActionResponse() { return $this->actionResponse; } /** * @param Google_Service_HangoutsChat_Annotation[] */ public function setAnnotations($annotations) { $this->annotations = $annotations; } /** * @return Google_Service_HangoutsChat_Annotation[] */ public function getAnnotations() { return $this->annotations; } public function setArgumentText($argumentText) { $this->argumentText = $argumentText; } public function getArgumentText() { return $this->argumentText; } /** * @param Google_Service_HangoutsChat_Attachment[] */ public function setAttachment($attachment) { $this->attachment = $attachment; } /** * @return Google_Service_HangoutsChat_Attachment[] */ public function getAttachment() { return $this->attachment; } /** * @param Google_Service_HangoutsChat_Card[] */ public function setCards($cards) { $this->cards = $cards; } /** * @return Google_Service_HangoutsChat_Card[] */ public function getCards() { return $this->cards; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFallbackText($fallbackText) { $this->fallbackText = $fallbackText; } public function getFallbackText() { return $this->fallbackText; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPreviewText($previewText) { $this->previewText = $previewText; } public function getPreviewText() { return $this->previewText; } /** * @param Google_Service_HangoutsChat_User */ public function setSender(Google_Service_HangoutsChat_User $sender) { $this->sender = $sender; } /** * @return Google_Service_HangoutsChat_User */ public function getSender() { return $this->sender; } /** * @param Google_Service_HangoutsChat_SlashCommand */ public function setSlashCommand(Google_Service_HangoutsChat_SlashCommand $slashCommand) { $this->slashCommand = $slashCommand; } /** * @return Google_Service_HangoutsChat_SlashCommand */ public function getSlashCommand() { return $this->slashCommand; } /** * @param Google_Service_HangoutsChat_Space */ public function setSpace(Google_Service_HangoutsChat_Space $space) { $this->space = $space; } /** * @return Google_Service_HangoutsChat_Space */ public function getSpace() { return $this->space; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param Google_Service_HangoutsChat_Thread */ public function setThread(Google_Service_HangoutsChat_Thread $thread) { $this->thread = $thread; } /** * @return Google_Service_HangoutsChat_Thread */ public function getThread() { return $this->thread; } } PK- Zn+Svendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Media.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $media = $chatService->media; * */ class Google_Service_HangoutsChat_Resource_Media extends Google_Service_Resource { /** * Downloads media. Download is supported on the URI * `/v1/media/{+name}?alt=media`. (media.download) * * @param string $resourceName Name of the media that is being downloaded. See * ReadRequest.resource_name. * @param array $optParams Optional parameters. * @return Google_Service_HangoutsChat_Media */ public function download($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('download', array($params), "Google_Service_HangoutsChat_Media"); } } PK- Z/&w\vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessages.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $messages = $chatService->messages; * */ class Google_Service_HangoutsChat_Resource_SpacesMessages extends Google_Service_Resource { /** * Creates a message. (messages.create) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function create($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_HangoutsChat_Message"); } /** * Deletes a message. (messages.delete) * * @param string $name Required. Resource name of the message to be deleted, in * the form "spaces/messages" Example: * spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 * @param array $optParams Optional parameters. * @return Google_Service_HangoutsChat_ChatEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_HangoutsChat_ChatEmpty"); } /** * Returns a message. (messages.get) * * @param string $name Required. Resource name of the message to be retrieved, * in the form "spaces/messages". Example: * spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 * @param array $optParams Optional parameters. * @return Google_Service_HangoutsChat_Message */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_HangoutsChat_Message"); } /** * Updates a message. (messages.update) * * @param string $name * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The field paths to be updated, comma * separated if there are multiple. Currently supported field paths: * text * * cards * @return Google_Service_HangoutsChat_Message */ public function update($name, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_HangoutsChat_Message"); } } PK- ZЦ~gvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessagesAttachments.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $attachments = $chatService->attachments; * */ class Google_Service_HangoutsChat_Resource_SpacesMessagesAttachments extends Google_Service_Resource { /** * Gets the metadata of a message attachment. The attachment data is fetched * using the media API. (attachments.get) * * @param string $name Resource name of the attachment, in the form * "spaces/messages/attachments". * @param array $optParams Optional parameters. * @return Google_Service_HangoutsChat_Attachment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_HangoutsChat_Attachment"); } } PK- ZJ`vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/RoomsConversations.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $conversations = $chatService->conversations; * */ class Google_Service_HangoutsChat_Resource_RoomsConversations extends Google_Service_Resource { /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (conversations.messages) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function messages($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('messages', array($params), "Google_Service_HangoutsChat_Message"); } } PK- Zb^vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/DmsConversations.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $conversations = $chatService->conversations; * */ class Google_Service_HangoutsChat_Resource_DmsConversations extends Google_Service_Resource { /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (conversations.messages) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function messages($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('messages', array($params), "Google_Service_HangoutsChat_Message"); } } PK- Z4?Q Q [vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMembers.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $members = $chatService->members; * */ class Google_Service_HangoutsChat_Resource_SpacesMembers extends Google_Service_Resource { /** * Returns a membership. (members.get) * * @param string $name Required. Resource name of the membership to be * retrieved, in the form "spaces/members". Example: * spaces/AAAAMpdlehY/members/105115627578887013105 * @param array $optParams Optional parameters. * @return Google_Service_HangoutsChat_Membership */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_HangoutsChat_Membership"); } /** * Lists human memberships in a space. (members.listSpacesMembers) * * @param string $parent Required. The resource name of the space for which * membership list is to be fetched, in the form "spaces". Example: * spaces/AAAAMpdlehY * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The value is capped at 1000. * Server may return fewer results than requested. If unspecified, server will * default to 100. * @opt_param string pageToken A token identifying a page of results the server * should return. * @return Google_Service_HangoutsChat_ListMembershipsResponse */ public function listSpacesMembers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_HangoutsChat_ListMembershipsResponse"); } } PK- Z%M Svendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Rooms.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $rooms = $chatService->rooms; * */ class Google_Service_HangoutsChat_Resource_Rooms extends Google_Service_Resource { /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (rooms.messages) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function messages($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('messages', array($params), "Google_Service_HangoutsChat_Message"); } /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (rooms.webhooks) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function webhooks($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('webhooks', array($params), "Google_Service_HangoutsChat_Message"); } } PK- Znz z Qvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Dms.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $dms = $chatService->dms; * */ class Google_Service_HangoutsChat_Resource_Dms extends Google_Service_Resource { /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (dms.messages) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function messages($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('messages', array($params), "Google_Service_HangoutsChat_Message"); } /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (dms.webhooks) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function webhooks($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('webhooks', array($params), "Google_Service_HangoutsChat_Message"); } } PK- ZD- - Tvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Spaces.phpnu[ * $chatService = new Google_Service_HangoutsChat(...); * $spaces = $chatService->spaces; * */ class Google_Service_HangoutsChat_Resource_Spaces extends Google_Service_Resource { /** * Returns a space. (spaces.get) * * @param string $name Required. Resource name of the space, in the form * "spaces". Example: spaces/AAAAMpdlehY * @param array $optParams Optional parameters. * @return Google_Service_HangoutsChat_Space */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_HangoutsChat_Space"); } /** * Lists spaces the caller is a member of. (spaces.listSpaces) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The value is capped at 1000. * Server may return fewer results than requested. If unspecified, server will * default to 100. * @opt_param string pageToken A token identifying a page of results the server * should return. * @return Google_Service_HangoutsChat_ListSpacesResponse */ public function listSpaces($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_HangoutsChat_ListSpacesResponse"); } /** * Legacy path for creating message. Calling these will result in a BadRequest * response. (spaces.webhooks) * * @param string $parent Required. Space resource name, in the form "spaces". * Example: spaces/AAAAMpdlehY * @param Google_Service_HangoutsChat_Message $postBody * @param array $optParams Optional parameters. * * @opt_param string threadKey Opaque thread identifier string that can be * specified to group messages into a single thread. If this is the first * message with a given thread identifier, a new thread is created. Subsequent * messages with the same thread identifier will be posted into the same thread. * This relieves bots and webhooks from having to store the Hangouts Chat thread * ID of a thread (created earlier by them) to post further updates to it. Has * no effect if thread field, corresponding to an existing thread, is set in * message. * @return Google_Service_HangoutsChat_Message */ public function webhooks($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('webhooks', array($params), "Google_Service_HangoutsChat_Message"); } } PK- Zb Ovendor/google/apiclient-services/src/Google/Service/HangoutsChat/Attachment.phpnu[attachmentDataRef = $attachmentDataRef; } /** * @return Google_Service_HangoutsChat_AttachmentDataRef */ public function getAttachmentDataRef() { return $this->attachmentDataRef; } public function setContentName($contentName) { $this->contentName = $contentName; } public function getContentName() { return $this->contentName; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setDownloadUri($downloadUri) { $this->downloadUri = $downloadUri; } public function getDownloadUri() { return $this->downloadUri; } /** * @param Google_Service_HangoutsChat_DriveDataRef */ public function setDriveDataRef(Google_Service_HangoutsChat_DriveDataRef $driveDataRef) { $this->driveDataRef = $driveDataRef; } /** * @return Google_Service_HangoutsChat_DriveDataRef */ public function getDriveDataRef() { return $this->driveDataRef; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setThumbnailUri($thumbnailUri) { $this->thumbnailUri = $thumbnailUri; } public function getThumbnailUri() { return $this->thumbnailUri; } } PK- ZKOvendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextButton.phpnu[onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK- Z9#X X Tvendor/google/apiclient-services/src/Google/Service/HangoutsChat/DeprecatedEvent.phpnu[action = $action; } /** * @return Google_Service_HangoutsChat_FormAction */ public function getAction() { return $this->action; } public function setConfigCompleteRedirectUrl($configCompleteRedirectUrl) { $this->configCompleteRedirectUrl = $configCompleteRedirectUrl; } public function getConfigCompleteRedirectUrl() { return $this->configCompleteRedirectUrl; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } /** * @param Google_Service_HangoutsChat_Message */ public function setMessage(Google_Service_HangoutsChat_Message $message) { $this->message = $message; } /** * @return Google_Service_HangoutsChat_Message */ public function getMessage() { return $this->message; } /** * @param Google_Service_HangoutsChat_Space */ public function setSpace(Google_Service_HangoutsChat_Space $space) { $this->space = $space; } /** * @return Google_Service_HangoutsChat_Space */ public function getSpace() { return $this->space; } public function setThreadKey($threadKey) { $this->threadKey = $threadKey; } public function getThreadKey() { return $this->threadKey; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_HangoutsChat_User */ public function setUser(Google_Service_HangoutsChat_User $user) { $this->user = $user; } /** * @return Google_Service_HangoutsChat_User */ public function getUser() { return $this->user; } } PK- Z'|II\vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListMembershipsResponse.phpnu[memberships = $memberships; } /** * @return Google_Service_HangoutsChat_Membership[] */ public function getMemberships() { return $this->memberships; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z''Kvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Thread.phpnu[name = $name; } public function getName() { return $this->name; } } PK- Zmy Mvendor/google/apiclient-services/src/Google/Service/HangoutsChat/KeyValue.phpnu[bottomLabel = $bottomLabel; } public function getBottomLabel() { return $this->bottomLabel; } /** * @param Google_Service_HangoutsChat_Button */ public function setButton(Google_Service_HangoutsChat_Button $button) { $this->button = $button; } /** * @return Google_Service_HangoutsChat_Button */ public function getButton() { return $this->button; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setContentMultiline($contentMultiline) { $this->contentMultiline = $contentMultiline; } public function getContentMultiline() { return $this->contentMultiline; } public function setIcon($icon) { $this->icon = $icon; } public function getIcon() { return $this->icon; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } /** * @param Google_Service_HangoutsChat_OnClick */ public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) { $this->onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } public function setTopLabel($topLabel) { $this->topLabel = $topLabel; } public function getTopLabel() { return $this->topLabel; } } PK- Z!Svendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionResponse.phpnu[type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Z#Xvendor/google/apiclient-services/src/Google/Service/HangoutsChat/UserMentionMetadata.phpnu[type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_HangoutsChat_User */ public function setUser(Google_Service_HangoutsChat_User $user) { $this->user = $user; } /** * @return Google_Service_HangoutsChat_User */ public function getUser() { return $this->user; } } PK- ZFIvendor/google/apiclient-services/src/Google/Service/HangoutsChat/User.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomainId($domainId) { $this->domainId = $domainId; } public function getDomainId() { return $this->domainId; } public function setIsAnonymous($isAnonymous) { $this->isAnonymous = $isAnonymous; } public function getIsAnonymous() { return $this->isAnonymous; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZZ(>>Ovendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardHeader.phpnu[imageStyle = $imageStyle; } public function getImageStyle() { return $this->imageStyle; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Zx Ovendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardAction.phpnu[actionLabel = $actionLabel; } public function getActionLabel() { return $this->actionLabel; } /** * @param Google_Service_HangoutsChat_OnClick */ public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) { $this->onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } } PK- Z>o7PPQvendor/google/apiclient-services/src/Google/Service/HangoutsChat/SlashCommand.phpnu[commandId = $commandId; } public function getCommandId() { return $this->commandId; } } PK- Z֛XLvendor/google/apiclient-services/src/Google/Service/HangoutsChat/OnClick.phpnu[action = $action; } /** * @return Google_Service_HangoutsChat_FormAction */ public function getAction() { return $this->action; } /** * @param Google_Service_HangoutsChat_OpenLink */ public function setOpenLink(Google_Service_HangoutsChat_OpenLink $openLink) { $this->openLink = $openLink; } /** * @return Google_Service_HangoutsChat_OpenLink */ public function getOpenLink() { return $this->openLink; } } PK- ZWvendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListSpacesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_HangoutsChat_Space[] */ public function setSpaces($spaces) { $this->spaces = $spaces; } /** * @return Google_Service_HangoutsChat_Space[] */ public function getSpaces() { return $this->spaces; } } PK- ZTvendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionParameter.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK- Z# XKvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Button.phpnu[imageButton = $imageButton; } /** * @return Google_Service_HangoutsChat_ImageButton */ public function getImageButton() { return $this->imageButton; } /** * @param Google_Service_HangoutsChat_TextButton */ public function setTextButton(Google_Service_HangoutsChat_TextButton $textButton) { $this->textButton = $textButton; } /** * @return Google_Service_HangoutsChat_TextButton */ public function getTextButton() { return $this->textButton; } } PK- ZPvendor/google/apiclient-services/src/Google/Service/HangoutsChat/ImageButton.phpnu[icon = $icon; } public function getIcon() { return $this->icon; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_HangoutsChat_OnClick */ public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) { $this->onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } } PK- Z  Ivendor/google/apiclient-services/src/Google/Service/HangoutsChat/Card.phpnu[cardActions = $cardActions; } /** * @return Google_Service_HangoutsChat_CardAction[] */ public function getCardActions() { return $this->cardActions; } /** * @param Google_Service_HangoutsChat_CardHeader */ public function setHeader(Google_Service_HangoutsChat_CardHeader $header) { $this->header = $header; } /** * @return Google_Service_HangoutsChat_CardHeader */ public function getHeader() { return $this->header; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_HangoutsChat_Section[] */ public function setSections($sections) { $this->sections = $sections; } /** * @return Google_Service_HangoutsChat_Section[] */ public function getSections() { return $this->sections; } } PK- ZѓJvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Image.phpnu[aspectRatio = $aspectRatio; } public function getAspectRatio() { return $this->aspectRatio; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } /** * @param Google_Service_HangoutsChat_OnClick */ public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) { $this->onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } } PK- ZʎbPYvendor/google/apiclient-services/src/Google/Service/HangoutsChat/SlashCommandMetadata.phpnu[bot = $bot; } /** * @return Google_Service_HangoutsChat_User */ public function getBot() { return $this->bot; } public function setCommandId($commandId) { $this->commandId = $commandId; } public function getCommandId() { return $this->commandId; } public function setCommandName($commandName) { $this->commandName = $commandName; } public function getCommandName() { return $this->commandName; } public function setTriggersDialog($triggersDialog) { $this->triggersDialog = $triggersDialog; } public function getTriggersDialog() { return $this->triggersDialog; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZJvendor/google/apiclient-services/src/Google/Service/HangoutsChat/Space.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSingleUserBotDm($singleUserBotDm) { $this->singleUserBotDm = $singleUserBotDm; } public function getSingleUserBotDm() { return $this->singleUserBotDm; } public function setThreaded($threaded) { $this->threaded = $threaded; } public function getThreaded() { return $this->threaded; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z 66Hvendor/google/apiclient-services/src/Google/Service/ServiceDirectory.phpnu[ * Service Directory is a platform for discovering, publishing, and connecting * services.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceDirectory extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_namespaces; public $projects_locations_namespaces_services; public $projects_locations_namespaces_services_endpoints; /** * Constructs the internal representation of the ServiceDirectory service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://servicedirectory.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'servicedirectory'; $this->projects_locations = new Google_Service_ServiceDirectory_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_namespaces = new Google_Service_ServiceDirectory_Resource_ProjectsLocationsNamespaces( $this, $this->serviceName, 'namespaces', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/namespaces', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'namespaceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/namespaces', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_namespaces_services = new Google_Service_ServiceDirectory_Resource_ProjectsLocationsNamespacesServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/services', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'serviceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resolve' => array( 'path' => 'v1/{+name}:resolve', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_namespaces_services_endpoints = new Google_Service_ServiceDirectory_Resource_ProjectsLocationsNamespacesServicesEndpoints( $this, $this->serviceName, 'endpoints', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/endpoints', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endpointId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/endpoints', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- ZaVHvendor/google/apiclient-services/src/Google/Service/Assuredworkloads.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Assuredworkloads extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $organizations_locations_operations; public $organizations_locations_workloads; /** * Constructs the internal representation of the Assuredworkloads service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://assuredworkloads.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'assuredworkloads'; $this->organizations_locations_operations = new Google_Service_Assuredworkloads_Resource_OrganizationsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_locations_workloads = new Google_Service_Assuredworkloads_Resource_OrganizationsLocationsWorkloads( $this, $this->serviceName, 'workloads', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/workloads', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'externalId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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}/workloads', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- Zf. 3535Ivendor/google/apiclient-services/src/Google/Service/ServiceManagement.phpnu[ * Google Service Management allows service producers to publish their services * on Google Cloud Platform so that they can be discovered and used by service * consumers.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceManagement extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Manage your Google API service configuration. */ const SERVICE_MANAGEMENT = "https://www.googleapis.com/auth/service.management"; /** View your Google API service configuration. */ const SERVICE_MANAGEMENT_READONLY = "https://www.googleapis.com/auth/service.management.readonly"; public $operations; public $services; public $services_configs; public $services_consumers; public $services_rollouts; /** * Constructs the internal representation of the ServiceManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://servicemanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'servicemanagement'; $this->operations = new Google_Service_ServiceManagement_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services = new Google_Service_ServiceManagement_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'create' => array( 'path' => 'v1/services', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/services/{serviceName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enable' => array( 'path' => 'v1/services/{serviceName}:enable', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateConfigReport' => array( 'path' => 'v1/services:generateConfigReport', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/services/{serviceName}', 'httpMethod' => 'GET', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getConfig' => array( 'path' => 'v1/services/{serviceName}/config', 'httpMethod' => 'GET', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/services', 'httpMethod' => 'GET', 'parameters' => array( 'consumerId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'producerProjectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'v1/services/{serviceName}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_configs = new Google_Service_ServiceManagement_Resource_ServicesConfigs( $this, $this->serviceName, 'configs', array( 'methods' => array( 'create' => array( 'path' => 'v1/services/{serviceName}/configs', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/services/{serviceName}/configs/{configId}', 'httpMethod' => 'GET', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/services/{serviceName}/configs', 'httpMethod' => 'GET', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'submit' => array( 'path' => 'v1/services/{serviceName}/configs:submit', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_consumers = new Google_Service_ServiceManagement_Resource_ServicesConsumers( $this, $this->serviceName, 'consumers', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services_rollouts = new Google_Service_ServiceManagement_Resource_ServicesRollouts( $this, $this->serviceName, 'rollouts', array( 'methods' => array( 'create' => array( 'path' => 'v1/services/{serviceName}/rollouts', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/services/{serviceName}/rollouts/{rolloutId}', 'httpMethod' => 'GET', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'rolloutId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/services/{serviceName}/rollouts', 'httpMethod' => 'GET', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- Z+6 : :Rvendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner.phpnu[ * Automates Android zero-touch enrollment for device resellers, customers, and * EMMs.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AndroidProvisioningPartner extends Google_Service { public $customers; public $customers_configurations; public $customers_devices; public $customers_dpcs; public $operations; public $partners_customers; public $partners_devices; public $partners_vendors; public $partners_vendors_customers; /** * Constructs the internal representation of the AndroidProvisioningPartner * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://androiddeviceprovisioning.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'androiddeviceprovisioning'; $this->customers = new Google_Service_AndroidProvisioningPartner_Resource_Customers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'list' => array( 'path' => 'v1/customers', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_configurations = new Google_Service_AndroidProvisioningPartner_Resource_CustomersConfigurations( $this, $this->serviceName, 'configurations', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/configurations', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/configurations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_devices = new Google_Service_AndroidProvisioningPartner_Resource_CustomersDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'applyConfiguration' => array( 'path' => 'v1/{+parent}/devices:applyConfiguration', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeConfiguration' => array( 'path' => 'v1/{+parent}/devices:removeConfiguration', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unclaim' => array( 'path' => 'v1/{+parent}/devices:unclaim', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers_dpcs = new Google_Service_AndroidProvisioningPartner_Resource_CustomersDpcs( $this, $this->serviceName, 'dpcs', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/dpcs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_AndroidProvisioningPartner_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->partners_customers = new Google_Service_AndroidProvisioningPartner_Resource_PartnersCustomers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/customers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/partners/{+partnerId}/customers', 'httpMethod' => 'GET', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->partners_devices = new Google_Service_AndroidProvisioningPartner_Resource_PartnersDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'claim' => array( 'path' => 'v1/partners/{+partnerId}/devices:claim', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'claimAsync' => array( 'path' => 'v1/partners/{+partnerId}/devices:claimAsync', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'findByIdentifier' => array( 'path' => 'v1/partners/{+partnerId}/devices:findByIdentifier', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'findByOwner' => array( 'path' => 'v1/partners/{+partnerId}/devices:findByOwner', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'metadata' => array( 'path' => 'v1/partners/{+metadataOwnerId}/devices/{+deviceId}/metadata', 'httpMethod' => 'POST', 'parameters' => array( 'metadataOwnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unclaim' => array( 'path' => 'v1/partners/{+partnerId}/devices:unclaim', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unclaimAsync' => array( 'path' => 'v1/partners/{+partnerId}/devices:unclaimAsync', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateMetadataAsync' => array( 'path' => 'v1/partners/{+partnerId}/devices:updateMetadataAsync', 'httpMethod' => 'POST', 'parameters' => array( 'partnerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->partners_vendors = new Google_Service_AndroidProvisioningPartner_Resource_PartnersVendors( $this, $this->serviceName, 'vendors', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/vendors', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->partners_vendors_customers = new Google_Service_AndroidProvisioningPartner_Resource_PartnersVendorsCustomers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/customers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- Z Jvendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK- ZWttUvendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.phpnu[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; } } PK- ZlZ Z Xvendor/google/apiclient-services/src/Google/Service/Appsactivity/Resource/Activities.phpnu[ * $appsactivityService = new Google_Service_Appsactivity(...); * $activities = $appsactivityService->activities; * */ class Google_Service_Appsactivity_Resource_Activities extends Google_Service_Resource { /** * Returns a list of activities visible to the current logged in user. Visible * activities are determined by the visibility settings of the object that was * acted on, e.g. Drive files a user can see. An activity is a record of past * events. Multiple events may be merged if they are similar. A request is * scoped to activities from a given Google service using the source parameter. * (activities.listActivities) * * @param array $optParams Optional parameters. * * @opt_param string drive.ancestorId Identifies the Drive folder containing the * items for which to return activities. * @opt_param string drive.fileId Identifies the Drive item to return activities * for. * @opt_param string groupingStrategy Indicates the strategy to use when * grouping singleEvents items in the associated combinedEvent object. * @opt_param int pageSize The maximum number of events to return on a page. The * response includes a continuation token if there are more events. * @opt_param string pageToken A token to retrieve a specific page of results. * @opt_param string source The Google service from which to return activities. * Possible values of source are: - drive.google.com * @opt_param string userId The ID used for ACL checks (does not filter the * resulting event list by the assigned value). Use the special value me to * indicate the currently authenticated user. * @return Google_Service_Appsactivity_ListActivitiesResponse */ public function listActivities($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appsactivity_ListActivitiesResponse"); } } PK- ZGIKvendor/google/apiclient-services/src/Google/Service/Appsactivity/Rename.phpnu[newTitle = $newTitle; } public function getNewTitle() { return $this->newTitle; } public function setOldTitle($oldTitle) { $this->oldTitle = $oldTitle; } public function getOldTitle() { return $this->oldTitle; } } PK- Z Ivendor/google/apiclient-services/src/Google/Service/Appsactivity/User.phpnu[isDeleted = $isDeleted; } public function getIsDeleted() { return $this->isDeleted; } public function setIsMe($isMe) { $this->isMe = $isMe; } public function getIsMe() { return $this->isMe; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPermissionId($permissionId) { $this->permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } /** * @param Google_Service_Appsactivity_Photo */ public function setPhoto(Google_Service_Appsactivity_Photo $photo) { $this->photo = $photo; } /** * @return Google_Service_Appsactivity_Photo */ public function getPhoto() { return $this->photo; } } PK- ZxɑfQQKvendor/google/apiclient-services/src/Google/Service/Appsactivity/Target.phpnu[id = $id; } public function getId() { return $this->id; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- Z]tVVWvendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.phpnu[id = $id; } public function getId() { return $this->id; } public function setIsRoot($isRoot) { $this->isRoot = $isRoot; } public function getIsRoot() { return $this->isRoot; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Zw55[vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.phpnu[activities = $activities; } /** * @return Google_Service_Appsactivity_Activity */ public function getActivities() { return $this->activities; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZaTTIvendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.phpnu[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; } } PK- Z^$$%%Ovendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.phpnu[name = $name; } public function getName() { return $this->name; } public function setPermissionId($permissionId) { $this->permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Appsactivity_User */ public function setUser(Google_Service_Appsactivity_User $user) { $this->user = $user; } /** * @return Google_Service_Appsactivity_User */ public function getUser() { return $this->user; } public function setWithLink($withLink) { $this->withLink = $withLink; } public function getWithLink() { return $this->withLink; } } PK- Z5Mvendor/google/apiclient-services/src/Google/Service/Appsactivity/Activity.phpnu[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; } } PK- ZsSb33Jvendor/google/apiclient-services/src/Google/Service/Appsactivity/Event.phpnu[additionalEventTypes = $additionalEventTypes; } public function getAdditionalEventTypes() { return $this->additionalEventTypes; } public function setEventTimeMillis($eventTimeMillis) { $this->eventTimeMillis = $eventTimeMillis; } public function getEventTimeMillis() { return $this->eventTimeMillis; } public function setFromUserDeletion($fromUserDeletion) { $this->fromUserDeletion = $fromUserDeletion; } public function getFromUserDeletion() { return $this->fromUserDeletion; } /** * @param Google_Service_Appsactivity_Move */ public function setMove(Google_Service_Appsactivity_Move $move) { $this->move = $move; } /** * @return Google_Service_Appsactivity_Move */ public function getMove() { return $this->move; } /** * @param Google_Service_Appsactivity_PermissionChange */ public function setPermissionChanges($permissionChanges) { $this->permissionChanges = $permissionChanges; } /** * @return Google_Service_Appsactivity_PermissionChange */ public function getPermissionChanges() { return $this->permissionChanges; } public function setPrimaryEventType($primaryEventType) { $this->primaryEventType = $primaryEventType; } public function getPrimaryEventType() { return $this->primaryEventType; } /** * @param Google_Service_Appsactivity_Rename */ public function setRename(Google_Service_Appsactivity_Rename $rename) { $this->rename = $rename; } /** * @return Google_Service_Appsactivity_Rename */ public function getRename() { return $this->rename; } /** * @param Google_Service_Appsactivity_Target */ public function setTarget(Google_Service_Appsactivity_Target $target) { $this->target = $target; } /** * @return Google_Service_Appsactivity_Target */ public function getTarget() { return $this->target; } /** * @param Google_Service_Appsactivity_User */ public function setUser(Google_Service_Appsactivity_User $user) { $this->user = $user; } /** * @return Google_Service_Appsactivity_User */ public function getUser() { return $this->user; } } PK- ZQuPvendor/google/apiclient-services/src/Google/Service/Devprojects/StatsSection.phpnu[apiStatsInfo = $apiStatsInfo; } public function getApiStatsInfo() { return $this->apiStatsInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZoddYvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectLinkingSection.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPlusPage(Google_Service_Devprojects_ProjectPlusPage $plusPage) { $this->plusPage = $plusPage; } public function getPlusPage() { return $this->plusPage; } } PK- ZPvendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseSection.phpnu[componentAbuseStatus = $componentAbuseStatus; } public function getComponentAbuseStatus() { return $this->componentAbuseStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZkOOPvendor/google/apiclient-services/src/Google/Service/Devprojects/TermsVersion.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZAB77lvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureRequest.phpnu[client = $client; } public function getClient() { return $this->client; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setWhitelistId($whitelistId) { $this->whitelistId = $whitelistId; } public function getWhitelistId() { return $this->whitelistId; } } PK- ZHSvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectPlusPage.phpnu[approved = $approved; } public function getApproved() { return $this->approved; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setObfuscatedPageId($obfuscatedPageId) { $this->obfuscatedPageId = $obfuscatedPageId; } public function getObfuscatedPageId() { return $this->obfuscatedPageId; } } PK- Z2>//Nvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiSection.phpnu[api = $api; } public function getApi() { return $this->api; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z ZLvendor/google/apiclient-services/src/Google/Service/Devprojects/UserData.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTermsOfService(Google_Service_Devprojects_UsersTermsOfService $termsOfService) { $this->termsOfService = $termsOfService; } public function getTermsOfService() { return $this->termsOfService; } } PK- ZD Tvendor/google/apiclient-services/src/Google/Service/Devprojects/AppEngineSection.phpnu[adoptedGaiaId = $adoptedGaiaId; } public function getAdoptedGaiaId() { return $this->adoptedGaiaId; } public function setApp($app) { $this->app = $app; } public function getApp() { return $this->app; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZNVvendor/google/apiclient-services/src/Google/Service/Devprojects/VerdictRestriction.phpnu[context = $context; } public function getContext() { return $this->context; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUserRestriction(Google_Service_Devprojects_UserRestriction $userRestriction) { $this->userRestriction = $userRestriction; } public function getUserRestriction() { return $this->userRestriction; } } PK- Z @FFVvendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConfiguration.phpnu[allBlocked = $allBlocked; } public function getAllBlocked() { return $this->allBlocked; } public function setBillableDailyLimit($billableDailyLimit) { $this->billableDailyLimit = $billableDailyLimit; } public function getBillableDailyLimit() { return $this->billableDailyLimit; } public function setBucketBillableDailyLimit($bucketBillableDailyLimit) { $this->bucketBillableDailyLimit = $bucketBillableDailyLimit; } public function getBucketBillableDailyLimit() { return $this->bucketBillableDailyLimit; } public function setBucketDailyReport($bucketDailyReport) { $this->bucketDailyReport = $bucketDailyReport; } public function getBucketDailyReport() { return $this->bucketDailyReport; } public function setBucketPerVisitorLimit($bucketPerVisitorLimit) { $this->bucketPerVisitorLimit = $bucketPerVisitorLimit; } public function getBucketPerVisitorLimit() { return $this->bucketPerVisitorLimit; } public function setConcurrentReport($concurrentReport) { $this->concurrentReport = $concurrentReport; } public function getConcurrentReport() { return $this->concurrentReport; } public function setConfigurationType($configurationType) { $this->configurationType = $configurationType; } public function getConfigurationType() { return $this->configurationType; } public function setDailyReport($dailyReport) { $this->dailyReport = $dailyReport; } public function getDailyReport() { return $this->dailyReport; } public function setHasUserip($hasUserip) { $this->hasUserip = $hasUserip; } public function getHasUserip() { return $this->hasUserip; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPerProjectLimit($perProjectLimit) { $this->perProjectLimit = $perProjectLimit; } public function getPerProjectLimit() { return $this->perProjectLimit; } public function setPerVisitorLimit($perVisitorLimit) { $this->perVisitorLimit = $perVisitorLimit; } public function getPerVisitorLimit() { return $this->perVisitorLimit; } public function setVariableTermQuota($variableTermQuota) { $this->variableTermQuota = $variableTermQuota; } public function getVariableTermQuota() { return $this->variableTermQuota; } public function setWhitelist($whitelist) { $this->whitelist = $whitelist; } public function getWhitelist() { return $this->whitelist; } } PK- ZO A A Uvendor/google/apiclient-services/src/Google/Service/Devprojects/BucketLimitStatus.phpnu[actualEnd = $actualEnd; } public function getActualEnd() { return $this->actualEnd; } public function setAddedTimeMillis($addedTimeMillis) { $this->addedTimeMillis = $addedTimeMillis; } public function getAddedTimeMillis() { return $this->addedTimeMillis; } public function setApiToken($apiToken) { $this->apiToken = $apiToken; } public function getApiToken() { return $this->apiToken; } public function setBegin($begin) { $this->begin = $begin; } public function getBegin() { return $this->begin; } public function setDisplayEnd($displayEnd) { $this->displayEnd = $displayEnd; } public function getDisplayEnd() { return $this->displayEnd; } public function setId(Google_Service_Devprojects_BucketId $id) { $this->id = $id; } public function getId() { return $this->id; } public function setInGracePeriod($inGracePeriod) { $this->inGracePeriod = $inGracePeriod; } public function getInGracePeriod() { return $this->inGracePeriod; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLimit(Google_Service_Devprojects_TypedValue $limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setMax(Google_Service_Devprojects_TypedValue $max) { $this->max = $max; } public function getMax() { return $this->max; } public function setUsage(Google_Service_Devprojects_TypedValue $usage) { $this->usage = $usage; } public function getUsage() { return $this->usage; } public function setVisibleEnd($visibleEnd) { $this->visibleEnd = $visibleEnd; } public function getVisibleEnd() { return $this->visibleEnd; } } PK- Z6/Tvendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceDenied.phpnu[acceptance = $acceptance; } public function getAcceptance() { return $this->acceptance; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK- Znึ_vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersRequest.phpnu[messageHtml = $messageHtml; } public function getMessageHtml() { return $this->messageHtml; } public function setMessageText($messageText) { $this->messageText = $messageText; } public function getMessageText() { return $this->messageText; } public function setSubjectText($subjectText) { $this->subjectText = $subjectText; } public function getSubjectText() { return $this->subjectText; } public function setWhitelistId($whitelistId) { $this->whitelistId = $whitelistId; } public function getWhitelistId() { return $this->whitelistId; } } PK- ZAMllYvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryPropertySection.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setProperty($property) { $this->property = $property; } public function getProperty() { return $this->property; } } PK- ZffUvendor/google/apiclient-services/src/Google/Service/Devprojects/DomainAccountData.phpnu[domainData = $domainData; } public function getDomainData() { return $this->domainData; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z&  Tvendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConstraints.phpnu[explicitDailyQuota = $explicitDailyQuota; } public function getExplicitDailyQuota() { return $this->explicitDailyQuota; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZDYvendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountSection.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } } PK- ZU55Kvendor/google/apiclient-services/src/Google/Service/Devprojects/Context.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZY6.( ( Kvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiData.phpnu[aliasedApiIdToken = $aliasedApiIdToken; } public function getAliasedApiIdToken() { return $this->aliasedApiIdToken; } public function setApiDefinition(Google_Service_Devprojects_ApiDefinition $apiDefinition) { $this->apiDefinition = $apiDefinition; } public function getApiDefinition() { return $this->apiDefinition; } public function setApiIconUrl($apiIconUrl) { $this->apiIconUrl = $apiIconUrl; } public function getApiIconUrl() { return $this->apiIconUrl; } public function setConsumerConfigurationByProducer(Google_Service_Devprojects_ProducerConfiguration $consumerConfigurationByProducer) { $this->consumerConfigurationByProducer = $consumerConfigurationByProducer; } public function getConsumerConfigurationByProducer() { return $this->consumerConfigurationByProducer; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProducedByListingProject($producedByListingProject) { $this->producedByListingProject = $producedByListingProject; } public function getProducedByListingProject() { return $this->producedByListingProject; } } PK- Z$MMXvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z?]kRvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryProperty.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setServiceKey($serviceKey) { $this->serviceKey = $serviceKey; } public function getServiceKey() { return $this->serviceKey; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK- ZE Pvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiStatsInfo.phpnu[apiId = $apiId; } public function getApiId() { return $this->apiId; } public function setApiName($apiName) { $this->apiName = $apiName; } public function getApiName() { return $this->apiName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStatsInfo($statsInfo) { $this->statsInfo = $statsInfo; } public function getStatsInfo() { return $this->statsInfo; } public function setSupportsReferers($supportsReferers) { $this->supportsReferers = $supportsReferers; } public function getSupportsReferers() { return $this->supportsReferers; } } PK- ZatNvendor/google/apiclient-services/src/Google/Service/Devprojects/IamSection.phpnu[iamEnabled = $iamEnabled; } public function getIamEnabled() { return $this->iamEnabled; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z/Lvendor/google/apiclient-services/src/Google/Service/Devprojects/TermInfo.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setServiceType($serviceType) { $this->serviceType = $serviceType; } public function getServiceType() { return $this->serviceType; } public function setTermsVersion($termsVersion) { $this->termsVersion = $termsVersion; } public function getTermsVersion() { return $this->termsVersion; } public function setTimestampMs($timestampMs) { $this->timestampMs = $timestampMs; } public function getTimestampMs() { return $this->timestampMs; } public function setTosId($tosId) { $this->tosId = $tosId; } public function getTosId() { return $this->tosId; } } PK- Z~~mvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setProject(Google_Service_Devprojects_ProjectClientStructure $project) { $this->project = $project; } public function getProject() { return $this->project; } } PK- ZPbJJOvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumer.phpnu[consumerInformation = $consumerInformation; } public function getConsumerInformation() { return $this->consumerInformation; } public function setId(Google_Service_Devprojects_ApiConsumerId $id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProducerConfiguration(Google_Service_Devprojects_ProducerConfiguration $producerConfiguration) { $this->producerConfiguration = $producerConfiguration; } public function getProducerConfiguration() { return $this->producerConfiguration; } } PK- Z00 Nvendor/google/apiclient-services/src/Google/Service/Devprojects/DomainData.phpnu[contract = $contract; } public function getContract() { return $this->contract; } public function setDomainAccountCurrencyCode($domainAccountCurrencyCode) { $this->domainAccountCurrencyCode = $domainAccountCurrencyCode; } public function getDomainAccountCurrencyCode() { return $this->domainAccountCurrencyCode; } public function setDomainName($domainName) { $this->domainName = $domainName; } public function getDomainName() { return $this->domainName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProjects($projects) { $this->projects = $projects; } public function getProjects() { return $this->projects; } public function setProvisionable($provisionable) { $this->provisionable = $provisionable; } public function getProvisionable() { return $this->provisionable; } public function setReactivatable($reactivatable) { $this->reactivatable = $reactivatable; } public function getReactivatable() { return $this->reactivatable; } public function setRespayState($respayState) { $this->respayState = $respayState; } public function getRespayState() { return $this->respayState; } public function setSuspendable($suspendable) { $this->suspendable = $suspendable; } public function getSuspendable() { return $this->suspendable; } } PK- ZSvendor/google/apiclient-services/src/Google/Service/Devprojects/CloudSqlSection.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK- Zgvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsStringIdToNumericIdResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNumericId($numericId) { $this->numericId = $numericId; } public function getNumericId() { return $this->numericId; } } PK- ZEa}}Ovendor/google/apiclient-services/src/Google/Service/Devprojects/TeamSection.phpnu[editorGroupId = $editorGroupId; } public function getEditorGroupId() { return $this->editorGroupId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMember($member) { $this->member = $member; } public function getMember() { return $this->member; } public function setOwnerGroupId($ownerGroupId) { $this->ownerGroupId = $ownerGroupId; } public function getOwnerGroupId() { return $this->ownerGroupId; } public function setTeamId($teamId) { $this->teamId = $teamId; } public function getTeamId() { return $this->teamId; } } PK- Z+o  Mvendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveApi.phpnu[apiId = $apiId; } public function getApiId() { return $this->apiId; } public function setApiName($apiName) { $this->apiName = $apiName; } public function getApiName() { return $this->apiName; } public function setDeactivable($deactivable) { $this->deactivable = $deactivable; } public function getDeactivable() { return $this->deactivable; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z1;Mvendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaInfo.phpnu[allBlocked = $allBlocked; } public function getAllBlocked() { return $this->allBlocked; } public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitStatus $billableDailyLimit) { $this->billableDailyLimit = $billableDailyLimit; } public function getBillableDailyLimit() { return $this->billableDailyLimit; } public function setBucketBillableDailyLimit(Google_Service_Devprojects_BucketLimitStatus $bucketBillableDailyLimit) { $this->bucketBillableDailyLimit = $bucketBillableDailyLimit; } public function getBucketBillableDailyLimit() { return $this->bucketBillableDailyLimit; } public function setBucketDailyReport(Google_Service_Devprojects_BucketLimitStatus $bucketDailyReport) { $this->bucketDailyReport = $bucketDailyReport; } public function getBucketDailyReport() { return $this->bucketDailyReport; } public function setBucketPerVisitorLimit(Google_Service_Devprojects_BucketLimitStatus $bucketPerVisitorLimit) { $this->bucketPerVisitorLimit = $bucketPerVisitorLimit; } public function getBucketPerVisitorLimit() { return $this->bucketPerVisitorLimit; } public function setBucketVariableTermQuota(Google_Service_Devprojects_BucketLimitStatus $bucketVariableTermQuota) { $this->bucketVariableTermQuota = $bucketVariableTermQuota; } public function getBucketVariableTermQuota() { return $this->bucketVariableTermQuota; } public function setConcurrentReport(Google_Service_Devprojects_ApiLimitStatus $concurrentReport) { $this->concurrentReport = $concurrentReport; } public function getConcurrentReport() { return $this->concurrentReport; } public function setDailyReport(Google_Service_Devprojects_ApiLimitStatus $dailyReport) { $this->dailyReport = $dailyReport; } public function getDailyReport() { return $this->dailyReport; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPerProjectLimit(Google_Service_Devprojects_ApiLimitStatus $perProjectLimit) { $this->perProjectLimit = $perProjectLimit; } public function getPerProjectLimit() { return $this->perProjectLimit; } public function setPerVisitorLimit(Google_Service_Devprojects_ApiLimitStatus $perVisitorLimit) { $this->perVisitorLimit = $perVisitorLimit; } public function getPerVisitorLimit() { return $this->perVisitorLimit; } public function setVariableTermQuota(Google_Service_Devprojects_ApiLimitStatus $variableTermQuota) { $this->variableTermQuota = $variableTermQuota; } public function getVariableTermQuota() { return $this->variableTermQuota; } } PK- Z5H  Vvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitDefinition.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLimitType($limitType) { $this->limitType = $limitType; } public function getLimitType() { return $this->limitType; } public function setMaxValue(Google_Service_Devprojects_TypedValue $maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } } PK- Z Kvendor/google/apiclient-services/src/Google/Service/Devprojects/Verdict.phpnu[client = $client; } public function getClient() { return $this->client; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setDecision($decision) { $this->decision = $decision; } public function getDecision() { return $this->decision; } public function setDurationMins($durationMins) { $this->durationMins = $durationMins; } public function getDurationMins() { return $this->durationMins; } public function setEvaluation($evaluation) { $this->evaluation = $evaluation; } public function getEvaluation() { return $this->evaluation; } public function setIsLegalIssued($isLegalIssued) { $this->isLegalIssued = $isLegalIssued; } public function getIsLegalIssued() { return $this->isLegalIssued; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMiscScores($miscScores) { $this->miscScores = $miscScores; } public function getMiscScores() { return $this->miscScores; } public function setReasonCode($reasonCode) { $this->reasonCode = $reasonCode; } public function getReasonCode() { return $this->reasonCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRestriction($restriction) { $this->restriction = $restriction; } public function getRestriction() { return $this->restriction; } public function setStrikeCategory($strikeCategory) { $this->strikeCategory = $strikeCategory; } public function getStrikeCategory() { return $this->strikeCategory; } public function setTarget(Google_Service_Devprojects_Target $target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setTargetTimestampMicros($targetTimestampMicros) { $this->targetTimestampMicros = $targetTimestampMicros; } public function getTargetTimestampMicros() { return $this->targetTimestampMicros; } public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } public function getTimestampMicros() { return $this->timestampMicros; } public function setUserNotification($userNotification) { $this->userNotification = $userNotification; } public function getUserNotification() { return $this->userNotification; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZAڠVvendor/google/apiclient-services/src/Google/Service/Devprojects/SpecialRestriction.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZJvendor/google/apiclient-services/src/Google/Service/Devprojects/Region.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } } PK- Z>oPvendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveMember.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK- Z)YQvendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apis.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $apis = $devprojectsService->apis; * */ class Google_Service_Devprojects_Resource_Apis extends Google_Service_Resource { /** * Get the ApiData definition details for a given API. (apis.get) * * @param string $apisId The resource ID. * @param array $optParams Optional parameters. * * @opt_param string locale The language code, country code and locale variant * encoded as a single string. This is intended to be the locale for the end * user, and hence the target of translations. Presence of the language code * indicates that the response should include translation strings for the * requested sections, as appropriate. * @opt_param string projectId The numeric ID of the project for which to get * the API definition. It has to be either the ID of the project producing the * API or the ID of a project having the API available for consumption * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApiData */ public function get($apisId, $optParams = array()) { $params = array('apisId' => $apisId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Devprojects_ApiData"); } /** * Retrieves a list of resources, possibly filtered based on visibility settings * related to the originator of the current end-user request. (apis.listApis) * * @param array $optParams Optional parameters. * * @opt_param string locale The language code, country code and locale variant * encoded as a single string. This is intended to be the locale for the end * user, and hence the target of translations. Presence of the language code * indicates that the response should include translation strings for the * requested sections, as appropriate. * @opt_param string projectId The numeric ID of the project for which to list * APIs. If present the API definition list will include all the first-party * APIs available to the current user as well as all the third party APIs * produced on the specified project or made available for "consumption" to the * current project - independently of their activation (enablement) status. If * not present only first-party APIs available to the current user are returned. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApisListResponse */ public function listApis($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Devprojects_ApisListResponse"); } /** * List APIs consumed by a given project (apis.listconsumed) * * @param array $optParams Optional parameters. * * @opt_param string consumerProjectId The numeric ID of the project for which * consumed APIs are listed * @opt_param string locale The language code, country code and locale variant * encoded as a single string. This is intended to be the locale for the end * user, and hence the target of translations. Presence of the language code * indicates that the response should include translation strings for the * requested sections, as appropriate. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApisListConsumedResponse */ public function listconsumed($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listconsumed', array($params), "Google_Service_Devprojects_ApisListConsumedResponse"); } /** * List APIs produced by a given project (apis.listproduced) * * @param array $optParams Optional parameters. * * @opt_param string locale The language code, country code and locale variant * encoded as a single string. This is intended to be the locale for the end * user, and hence the target of translations. Presence of the language code * indicates that the response should include translation strings for the * requested sections, as appropriate. * @opt_param string producerProjectId The producer project ID to list APIs for. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApisListProducedResponse */ public function listproduced($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listproduced', array($params), "Google_Service_Devprojects_ApisListProducedResponse"); } } PK- ZC'Tvendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Domains.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $domains = $devprojectsService->domains; * */ class Google_Service_Devprojects_Resource_Domains extends Google_Service_Resource { /** * Retrieves the configuration data for a domain. (domains.get) * * @param string $domainsId The resource ID. * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_DomainAccountData */ public function get($domainsId, $optParams = array()) { $params = array('domainsId' => $domainsId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Devprojects_DomainAccountData"); } /** * Creates a domain account. (domains.insert) * * @param Google_Service_Devprojects_DomainAccountData $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_DomainAccountData */ public function insert(Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Devprojects_DomainAccountData"); } /** * Updates a domain account. The resource will replace the current domain. This * method supports patch semantics. (domains.patch) * * @param string $domainsId The resource ID. * @param Google_Service_Devprojects_DomainAccountData $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_DomainAccountData */ public function patch($domainsId, Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array()) { $params = array('domainsId' => $domainsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Devprojects_DomainAccountData"); } /** * Updates a domain account. The resource will replace the current domain. * (domains.update) * * @param string $domainsId The resource ID. * @param Google_Service_Devprojects_DomainAccountData $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_DomainAccountData */ public function update($domainsId, Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array()) { $params = array('domainsId' => $domainsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Devprojects_DomainAccountData"); } } PK- ZRvendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Toses.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $toses = $devprojectsService->toses; * */ class Google_Service_Devprojects_Resource_Toses extends Google_Service_Resource { /** * A message to accept at least one terms of service within at least one * context. Any number of contexts and terms can be provided, and each provided * terms will be accepted in each provided context. (toses.accept) * * @param Google_Service_Devprojects_TosesAcceptRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_TosesAcceptResponse */ public function accept(Google_Service_Devprojects_TosesAcceptRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('accept', array($params), "Google_Service_Devprojects_TosesAcceptResponse"); } /** * A message to check whether or not the provided terms have been accepted in * any of the provided contexts. In most cases, the context will usually be just * a user, just a project, or a user and a project. (toses.check) * * @param Google_Service_Devprojects_TosesCheckRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_TosesCheckResponse */ public function check(Google_Service_Devprojects_TosesCheckRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('check', array($params), "Google_Service_Devprojects_TosesCheckResponse"); } /** * Get specific terms (toses.get) * * @param string $tosId The terms-of-service (TOS) ID. * @param array $optParams Optional parameters. * * @opt_param string userId user for whom to get a tos url * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_TermsOfService */ public function get($tosId, $optParams = array()) { $params = array('tosId' => $tosId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Devprojects_TermsOfService"); } /** * Obtain a list of ToSes meeting certain criteria (toses.listToses) * * @param array $optParams Optional parameters. * * @opt_param string apiKey If this list is nonempty, only return ToSes for APIs * in the list. * @opt_param string projectId Return only ToSes that apply to the given project * @opt_param string user Return only ToSes that the given user must accept * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_TosesListResponse */ public function listToses($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Devprojects_TosesListResponse"); } } PK- Z7i` Rvendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Users.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $users = $devprojectsService->users; * */ class Google_Service_Devprojects_Resource_Users extends Google_Service_Resource { /** * Retrieves the configuration data for a single user. (users.get) * * @param string $userId The Gaia user ID to get ToS acceptance for. * @param array $optParams Optional parameters. * * @opt_param string section Specifies the sections of the UserData protobuf * that should be filled in in the response. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_UserData */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Devprojects_UserData"); } /** * Update a user. This method supports patch semantics. (users.patch) * * @param string $userId The user ID. * @param Google_Service_Devprojects_UserData $postBody * @param array $optParams Optional parameters. * * @opt_param string section The list of sections that should be updated. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_UserData */ public function patch($userId, Google_Service_Devprojects_UserData $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Devprojects_UserData"); } /** * Update a user. (users.update) * * @param string $userId The user ID. * @param Google_Service_Devprojects_UserData $postBody * @param array $optParams Optional parameters. * * @opt_param string section The list of sections that should be updated. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_UserData */ public function update($userId, Google_Service_Devprojects_UserData $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Devprojects_UserData"); } } PK- ZtMMYvendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apiconsumers.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $apiconsumers = $devprojectsService->apiconsumers; * */ class Google_Service_Devprojects_Resource_Apiconsumers extends Google_Service_Resource { /** * Removes an API available for consumption from the consumer project. This can * be invoked by either the API producer or the API consumer. * (apiconsumers.delete) * * @param array $optParams Optional parameters. * * @opt_param string apiIdToken The ID of the API for which to delete the API * consumption details * @opt_param string consumerProjectId The consumer project ID for which to * delete the API consumption details * @opt_param string producerProjectId The producer project ID for which to * delete the API consumption details * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. */ public function delete($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Makes an API available for consumption to a given consumer project by the the * API producer (apiconsumers.insert) * * @param Google_Service_Devprojects_ApiConsumer $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApiConsumer */ public function insert(Google_Service_Devprojects_ApiConsumer $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Devprojects_ApiConsumer"); } /** * Lists the API consumers for a given producer and API * (apiconsumers.listApiconsumers) * * @param array $optParams Optional parameters. * * @opt_param string apiIdToken The ApiId token for which consumers are listed * @opt_param string locale The language code, country code and locale variant * encoded as a single string. This is intended to be the locale for the end * user, and hence the target of translations. Presence of the language code * indicates that the response should include translation strings for the * requested sections, as appropriate. * @opt_param string producerProjectId The producer project for which consumers * are listed * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApiconsumersListResponse */ public function listApiconsumers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Devprojects_ApiconsumersListResponse"); } /** * Updates the configuration of consumption of an API. The update can change * producer-specific configuration like the API consumption status or quota * constraints. By switching the consumption status the producer can * pause/resume the consumption of the API. Through quota constraints the * producer can set or clear an explicit per-consumer daily quota, overriding * the per-API default. (apiconsumers.update) * * @param Google_Service_Devprojects_ApiConsumer $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ApiConsumer */ public function update(Google_Service_Devprojects_ApiConsumer $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Devprojects_ApiConsumer"); } } PK- Z \vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/ActivationLinks.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $activationLinks = $devprojectsService->activationLinks; * */ class Google_Service_Devprojects_Resource_ActivationLinks extends Google_Service_Resource { /** * Generate activation links, a proper whitelist id is required. * (activationLinks.insert) * * @param Google_Service_Devprojects_ActivationLinksCollection $postBody * @param array $optParams Optional parameters. * * @opt_param string user Use for access control temporarily * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ActivationLinksCollection */ public function insert(Google_Service_Devprojects_ActivationLinksCollection $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Devprojects_ActivationLinksCollection"); } /** * Validates an activation link. If successful, returns either the token OR type * for the API OR respectively component being activated and the key value pairs * contained in the signup token. For more details regarding sign-up tokens * please see: - for first-party (Google) APIs - * 'https://sites.google.com/a/google.com/developer-console/developer-console- * services/the-devrel-shard#TOC-Creating-signup-urls-a.k.a.-activation-tokens-' * - for third-party (Swarm/Endpoint) APIs - the producer-initiated activation * flow details here http://go/apiproduceconsume (activationLinks.validate) * * @param Google_Service_Devprojects_ActivationLinksValidateRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ActivationLinksValidateResponse */ public function validate(Google_Service_Devprojects_ActivationLinksValidateRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Devprojects_ActivationLinksValidateResponse"); } } PK- ZV[vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Controlwidgets.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $controlwidgets = $devprojectsService->controlwidgets; * */ class Google_Service_Devprojects_Resource_Controlwidgets extends Google_Service_Resource { /** * Get embedding parameters for a control widget (controlwidgets.embed) * * @param string $projectId Project that might be relevant to the widget. * @param string $widgetId The definition ID of the control widget. * @param array $optParams Optional parameters. * * @opt_param string kv Column separated key value parameters * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_EmbeddingParameters */ public function embed($projectId, $widgetId, $optParams = array()) { $params = array('projectId' => $projectId, 'widgetId' => $widgetId); $params = array_merge($params, $optParams); return $this->call('embed', array($params), "Google_Service_Devprojects_EmbeddingParameters"); } } PK- Z h11Uvendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Projects.phpnu[ * $devprojectsService = new Google_Service_Devprojects(...); * $projects = $devprojectsService->projects; * */ class Google_Service_Devprojects_Resource_Projects extends Google_Service_Resource { /** * Deletes a resource. (projects.delete) * * @param string $projectId The Devconsole project ID. * @param array $optParams Optional parameters. * * @opt_param bool disableAuthorizationCheck If set to true, authorization * checks will be disabled for this request. This field is intended to be used * as part of rolling out IAM authorization checks in the CRM Projects API. * Initially, we will perform IAM authorization checks in the Projects API, but * ignore the result and simply log differences between IAM and DevConsole * authorization checks. Once we have confidence in IAM, we will enforce the IAM * check authorization checks and use this field to disable authorization * checking in DevConsole. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. */ public function delete($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Converts a developer key into a project id. * (projects.developerkeytoprojectid) * * @param string $developerKey The developer key * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectsDeveloperKeyToProjectIdResponse */ public function developerkeytoprojectid($developerKey, $optParams = array()) { $params = array('developerKey' => $developerKey); $params = array_merge($params, $optParams); return $this->call('developerkeytoprojectid', array($params), "Google_Service_Devprojects_ProjectsDeveloperKeyToProjectIdResponse"); } /** * Get a project. (projects.get) * * @param string $projectId The Devconsole project ID. * @param array $optParams Optional parameters. * * @opt_param string locale The language code, country code and locale variant * encoded as a single string. This is intended to be the locale for the end * user, and hence the target of translations. Presence of the language code * indicates that the response should include translation strings for the * requested sections, as appropriate. * @opt_param bool retrieveCurrentUserRole Whether to also retrieve the role of * the user for which the project is currently fetched * @opt_param string section The list of sections that should be returned. By * default, the API will only prefill the basic project data, since loading a * project in its entirety can take relatively long and is often not needed. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectData */ public function get($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Devprojects_ProjectData"); } /** * Obtain the structure of clients within the project for use in abuse control * and takedowns. (projects.getprojectclientstructure) * * @param Google_Service_Devprojects_ProjectsGetProjectClientStructureRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Devprojects_ProjectsGetProjectClientStructureResponse */ public function getprojectclientstructure(Google_Service_Devprojects_ProjectsGetProjectClientStructureRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getprojectclientstructure', array($params), "Google_Service_Devprojects_ProjectsGetProjectClientStructureResponse"); } /** * Create a new project. Note that only the base data of a project will be * transferred. Everything else needs to go through an update request. * (projects.insert) * * @param Google_Service_Devprojects_ProjectData $postBody * @param array $optParams Optional parameters. * * @opt_param string initialOwner Gaia id of the initial project owner. * Currently,this should always be provided, but that might change in the * future. * @opt_param bool retryRequest Set to true to indicate that this is a retry * request * @opt_param string section The list of sections that should be created. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectData */ public function insert(Google_Service_Devprojects_ProjectData $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Devprojects_ProjectData"); } /** * Query projects (projects.listProjects) * * @param array $optParams Optional parameters. * * @opt_param string fillSection Return projects with the following sections * included if possible. * @opt_param bool includeNonActive Whether also non-active projects should be * included in results * @opt_param string includedShard If this list is nonempty, projects are only * returned if they contain some shard in the list. If the list is empty, no * filtering occurs * @opt_param string requiredApiId Return only projects that have all the given * APIs active * @opt_param string requiredSection Return only projects that have all the * given sections * @opt_param bool retrieveCurrentUserRole Whether to also retrieve the role of * the user for which projects are currently listed * @opt_param string user Return only projects that the given user has access * to. For now, this is always required. Later, this will be required for LOAS * based access only, and we can infer the user from the access control. As such * the user will need to be a team member of the project. Also the user might be * logged as the initiator of the update. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectsListResponse */ public function listProjects($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Devprojects_ProjectsListResponse"); } /** * Uses DevConsole notification endpoint to notify project owners of important * events, such as quota breaching. Currently only supports emailing the users * of a project who fill the OWNER role, though there's been talk of adding * support for other notification formats as well. (projects.notifyowners) * * @param string $projectsId The resource ID. * @param Google_Service_Devprojects_ProjectsNotifyOwnersRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectsNotifyOwnersResponse */ public function notifyowners($projectsId, Google_Service_Devprojects_ProjectsNotifyOwnersRequest $postBody, $optParams = array()) { $params = array('projectsId' => $projectsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('notifyowners', array($params), "Google_Service_Devprojects_ProjectsNotifyOwnersResponse"); } /** * Update a project. This method supports patch semantics. (projects.patch) * * @param string $projectId The Devconsole project ID. * @param Google_Service_Devprojects_ProjectData $postBody * @param array $optParams Optional parameters. * * @opt_param string section The list of sections that should be updated. Any * parts of the project entity that are not listed here will not be considered * for updates. * @opt_param string user If specified, the user to check accepted TOSes * against. This is needed when an update (e.g., enabling the BigStore Apiary * API requires the user to accept a specific ToS. In the future the nuser could * be inferred from the access control. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectData */ public function patch($projectId, Google_Service_Devprojects_ProjectData $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Devprojects_ProjectData"); } /** * Looks-up a project specified via a string ID in app-engine app ID form and if * found returns its numeric ID. Note: in the case of Dasher-based projects the * string ID is in the form "domain:appId" (e.g., "google.com:cohesive- * bonbon-301") If the lookup fails a PROJECT_NOT_FOUND error is returned. * (projects.stringidtonumericid) * * @param string $project The string project id to lookup * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectsStringIdToNumericIdResponse */ public function stringidtonumericid($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('stringidtonumericid', array($params), "Google_Service_Devprojects_ProjectsStringIdToNumericIdResponse"); } /** * Undelete a project (projects.undelete) * * @param string $projectId The resource ID. * @param Google_Service_Devprojects_ProjectsUndeleteRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. */ public function undelete($projectId, Google_Service_Devprojects_ProjectsUndeleteRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params)); } /** * Update a project. (projects.update) * * @param string $projectId The Devconsole project ID. * @param Google_Service_Devprojects_ProjectData $postBody * @param array $optParams Optional parameters. * * @opt_param string section The list of sections that should be updated. Any * parts of the project entity that are not listed here will not be considered * for updates. * @opt_param string user If specified, the user to check accepted TOSes * against. This is needed when an update (e.g., enabling the BigStore Apiary * API requires the user to accept a specific ToS. In the future the nuser could * be inferred from the access control. * @opt_param string whitelistId The whitelist project ID. See * Projects.Insert.whitelist_id documentation for details. * @return Google_Service_Devprojects_ProjectData */ public function update($projectId, Google_Service_Devprojects_ProjectData $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Devprojects_ProjectData"); } } PK- Z;MMNvendor/google/apiclient-services/src/Google/Service/Devprojects/Evaluation.phpnu[abuseType = $abuseType; } public function getAbuseType() { return $this->abuseType; } public function setBackend($backend) { $this->backend = $backend; } public function getBackend() { return $this->backend; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setFeature($feature) { $this->feature = $feature; } public function getFeature() { return $this->feature; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMiscData($miscData) { $this->miscData = $miscData; } public function getMiscData() { return $this->miscData; } public function setProcessTimeMillisecs($processTimeMillisecs) { $this->processTimeMillisecs = $processTimeMillisecs; } public function getProcessTimeMillisecs() { return $this->processTimeMillisecs; } public function setProcessedMicros($processedMicros) { $this->processedMicros = $processedMicros; } public function getProcessedMicros() { return $this->processedMicros; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTarget(Google_Service_Devprojects_Target $target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } public function getTimestampMicros() { return $this->timestampMicros; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z \vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListConsumedResponse.phpnu[apiDefinition = $apiDefinition; } public function getApiDefinition() { return $this->apiDefinition; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZUp zzUvendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckRequest.phpnu[context = $context; } public function getContext() { return $this->context; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } public function setWhitelistId($whitelistId) { $this->whitelistId = $whitelistId; } public function getWhitelistId() { return $this->whitelistId; } } PK- Zf}Wvendor/google/apiclient-services/src/Google/Service/Devprojects/CloudComputeSection.phpnu[computeVariant = $computeVariant; } public function getComputeVariant() { return $this->computeVariant; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK- Z缉Lvendor/google/apiclient-services/src/Google/Service/Devprojects/QueryUrl.phpnu[fragment = $fragment; } public function getFragment() { return $this->fragment; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setQueryParameters($queryParameters) { $this->queryParameters = $queryParameters; } public function getQueryParameters() { return $this->queryParameters; } public function setUrlBase($urlBase) { $this->urlBase = $urlBase; } public function getUrlBase() { return $this->urlBase; } } PK- Z딒> > [vendor/google/apiclient-services/src/Google/Service/Devprojects/RobotCreationParameters.phpnu[authClientType = $authClientType; } public function getAuthClientType() { return $this->authClientType; } public function setAuthRedirectUri($authRedirectUri) { $this->authRedirectUri = $authRedirectUri; } public function getAuthRedirectUri() { return $this->authRedirectUri; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLoasRoleForContainerOwnedRobot($loasRoleForContainerOwnedRobot) { $this->loasRoleForContainerOwnedRobot = $loasRoleForContainerOwnedRobot; } public function getLoasRoleForContainerOwnedRobot() { return $this->loasRoleForContainerOwnedRobot; } public function setRobotConfigName($robotConfigName) { $this->robotConfigName = $robotConfigName; } public function getRobotConfigName() { return $this->robotConfigName; } public function setRobotEnvironment($robotEnvironment) { $this->robotEnvironment = $robotEnvironment; } public function getRobotEnvironment() { return $this->robotEnvironment; } public function setRobotType($robotType) { $this->robotType = $robotType; } public function getRobotType() { return $this->robotType; } public function setTeamRole($teamRole) { $this->teamRole = $teamRole; } public function getTeamRole() { return $this->teamRole; } } PK- ZuJKKRvendor/google/apiclient-services/src/Google/Service/Devprojects/GeoRestriction.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } } PK- ZCkAATvendor/google/apiclient-services/src/Google/Service/Devprojects/InstalledAppInfo.phpnu[androidPackage = $androidPackage; } public function getAndroidPackage() { return $this->androidPackage; } public function setAppCert($appCert) { $this->appCert = $appCert; } public function getAppCert() { return $this->appCert; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } public function setAppStoreId($appStoreId) { $this->appStoreId = $appStoreId; } public function getAppStoreId() { return $this->appStoreId; } public function setDeepLinking($deepLinking) { $this->deepLinking = $deepLinking; } public function getDeepLinking() { return $this->deepLinking; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZkTvendor/google/apiclient-services/src/Google/Service/Devprojects/UserNotification.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZǪ'`Yvendor/google/apiclient-services/src/Google/Service/Devprojects/ManagedEntityMetadata.phpnu[adminUrl = $adminUrl; } public function getAdminUrl() { return $this->adminUrl; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setRobot($robot) { $this->robot = $robot; } public function getRobot() { return $this->robot; } public function setRobotToCreate(Google_Service_Devprojects_RobotCreationParameters $robotToCreate) { $this->robotToCreate = $robotToCreate; } public function getRobotToCreate() { return $this->robotToCreate; } } PK- Z0Vvendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceRequired.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setTerms(Google_Service_Devprojects_TermsVersion $terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } } PK- ZyyPvendor/google/apiclient-services/src/Google/Service/Devprojects/TermsContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK- Z#CNvendor/google/apiclient-services/src/Google/Service/Devprojects/TypedValue.phpnu[doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZhvrrRvendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLink.phpnu[emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setExtraParameter($extraParameter) { $this->extraParameter = $extraParameter; } public function getExtraParameter() { return $this->extraParameter; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } } PK- Z'ddWvendor/google/apiclient-services/src/Google/Service/Devprojects/EmbeddingParameters.phpnu[displayUrl = $displayUrl; } public function getDisplayUrl() { return $this->displayUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z^*LLMvendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseType.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSubtype($subtype) { $this->subtype = $subtype; } public function getSubtype() { return $this->subtype; } } PK- ZW\vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListProducedResponse.phpnu[apiDefinition = $apiDefinition; } public function getApiDefinition() { return $this->apiDefinition; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z ư Rvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitStatus.phpnu[actualEnd = $actualEnd; } public function getActualEnd() { return $this->actualEnd; } public function setAddedTimeMillis($addedTimeMillis) { $this->addedTimeMillis = $addedTimeMillis; } public function getAddedTimeMillis() { return $this->addedTimeMillis; } public function setApiToken($apiToken) { $this->apiToken = $apiToken; } public function getApiToken() { return $this->apiToken; } public function setBegin($begin) { $this->begin = $begin; } public function getBegin() { return $this->begin; } public function setDisplayEnd($displayEnd) { $this->displayEnd = $displayEnd; } public function getDisplayEnd() { return $this->displayEnd; } public function setInGracePeriod($inGracePeriod) { $this->inGracePeriod = $inGracePeriod; } public function getInGracePeriod() { return $this->inGracePeriod; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLimit(Google_Service_Devprojects_TypedValue $limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setMax(Google_Service_Devprojects_TypedValue $max) { $this->max = $max; } public function getMax() { return $this->max; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUsage(Google_Service_Devprojects_TypedValue $usage) { $this->usage = $usage; } public function getUsage() { return $this->usage; } public function setVisibleEnd($visibleEnd) { $this->visibleEnd = $visibleEnd; } public function getVisibleEnd() { return $this->visibleEnd; } } PK- Z@thhVvendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckResponse.phpnu[accepted = $accepted; } public function getAccepted() { return $this->accepted; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPending($pending) { $this->pending = $pending; } public function getPending() { return $this->pending; } } PK- Z. . Ovendor/google/apiclient-services/src/Google/Service/Devprojects/AuthSection.phpnu[atMaximumClients = $atMaximumClients; } public function getAtMaximumClients() { return $this->atMaximumClients; } public function setClient($client) { $this->client = $client; } public function getClient() { return $this->client; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHomePageUrl($homePageUrl) { $this->homePageUrl = $homePageUrl; } public function getHomePageUrl() { return $this->homePageUrl; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPlusPageInfo(Google_Service_Devprojects_PlusPageInfo $plusPageInfo) { $this->plusPageInfo = $plusPageInfo; } public function getPlusPageInfo() { return $this->plusPageInfo; } public function setPlusPageObfuscatedId($plusPageObfuscatedId) { $this->plusPageObfuscatedId = $plusPageObfuscatedId; } public function getPlusPageObfuscatedId() { return $this->plusPageObfuscatedId; } public function setPrivacyPolicyUrl($privacyPolicyUrl) { $this->privacyPolicyUrl = $privacyPolicyUrl; } public function getPrivacyPolicyUrl() { return $this->privacyPolicyUrl; } public function setSupportEmail($supportEmail) { $this->supportEmail = $supportEmail; } public function getSupportEmail() { return $this->supportEmail; } public function setTermsOfServiceUrl($termsOfServiceUrl) { $this->termsOfServiceUrl = $termsOfServiceUrl; } public function getTermsOfServiceUrl() { return $this->termsOfServiceUrl; } } PK- Zc LKKRvendor/google/apiclient-services/src/Google/Service/Devprojects/NotRestriction.phpnu[child = $child; } public function getChild() { return $this->child; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZTm Yvendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaBucketDefinition.phpnu[billableDailyLimit = $billableDailyLimit; } public function getBillableDailyLimit() { return $this->billableDailyLimit; } public function setDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $dailyLimit) { $this->dailyLimit = $dailyLimit; } public function getDailyLimit() { return $this->dailyLimit; } public function setId(Google_Service_Devprojects_BucketId $id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setVariableTermQuotaDescription($variableTermQuotaDescription) { $this->variableTermQuotaDescription = $variableTermQuotaDescription; } public function getVariableTermQuotaDescription() { return $this->variableTermQuotaDescription; } public function setVisible($visible) { $this->visible = $visible; } public function getVisible() { return $this->visible; } public function setVisitorRateLimit(Google_Service_Devprojects_ApiLimitDefinition $visitorRateLimit) { $this->visitorRateLimit = $visitorRateLimit; } public function getVisitorRateLimit() { return $this->visitorRateLimit; } } PK- ZϲMMUvendor/google/apiclient-services/src/Google/Service/Devprojects/TosesListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZcJvendor/google/apiclient-services/src/Google/Service/Devprojects/Locale.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setRestriction(Google_Service_Devprojects_UserRestriction $restriction) { $this->restriction = $restriction; } public function getRestriction() { return $this->restriction; } } PK- Z6 VVRvendor/google/apiclient-services/src/Google/Service/Devprojects/TermsOfService.phpnu[currentVersion = $currentVersion; } public function getCurrentVersion() { return $this->currentVersion; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setReviewUrl($reviewUrl) { $this->reviewUrl = $reviewUrl; } public function getReviewUrl() { return $this->reviewUrl; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- ZyP,,bvendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateRequest.phpnu[activationLink = $activationLink; } public function getActivationLink() { return $this->activationLink; } public function setExpectedProjectId($expectedProjectId) { $this->expectedProjectId = $expectedProjectId; } public function getExpectedProjectId() { return $this->expectedProjectId; } public function setWhitelistId($whitelistId) { $this->whitelistId = $whitelistId; } public function getWhitelistId() { return $this->whitelistId; } } PK- Z\<3ppZvendor/google/apiclient-services/src/Google/Service/Devprojects/UiCustomizationSection.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setProperty($property) { $this->property = $property; } public function getProperty() { return $this->property; } } PK- Z2a}44Jvendor/google/apiclient-services/src/Google/Service/Devprojects/Target.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZBBUvendor/google/apiclient-services/src/Google/Service/Devprojects/AppsScriptSection.phpnu[app = $app; } public function getApp() { return $this->app; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Zy-Jvendor/google/apiclient-services/src/Google/Service/Devprojects/Client.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setClientInfo(Google_Service_Devprojects_ClientInfo $clientInfo) { $this->clientInfo = $clientInfo; } public function getClientInfo() { return $this->clientInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZwƋQvendor/google/apiclient-services/src/Google/Service/Devprojects/NameValuePair.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNonUtf8Value($nonUtf8Value) { $this->nonUtf8Value = $nonUtf8Value; } public function getNonUtf8Value() { return $this->nonUtf8Value; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK- Z(}SSMvendor/google/apiclient-services/src/Google/Service/Devprojects/Component.phpnu[api = $api; } public function getApi() { return $this->api; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK- Zx8  Mvendor/google/apiclient-services/src/Google/Service/Devprojects/StatsInfo.phpnu[key = $key; } public function getKey() { return $this->key; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLegendName($legendName) { $this->legendName = $legendName; } public function getLegendName() { return $this->legendName; } public function setSubkey($subkey) { $this->subkey = $subkey; } public function getSubkey() { return $this->subkey; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK- Z~EETvendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z"_+QQ\vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiconsumersListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z&uPvendor/google/apiclient-services/src/Google/Service/Devprojects/PlusPageInfo.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setVanityUrl($vanityUrl) { $this->vanityUrl = $vanityUrl; } public function getVanityUrl() { return $this->vanityUrl; } public function setVerified($verified) { $this->verified = $verified; } public function getVerified() { return $this->verified; } } PK- Z :$:$Ovendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectData.phpnu[abuseSection = $abuseSection; } public function getAbuseSection() { return $this->abuseSection; } public function setAbuseState($abuseState) { $this->abuseState = $abuseState; } public function getAbuseState() { return $this->abuseState; } public function setApiSection(Google_Service_Devprojects_ApiSection $apiSection) { $this->apiSection = $apiSection; } public function getApiSection() { return $this->apiSection; } public function setApiaryPropertySection(Google_Service_Devprojects_ApiaryPropertySection $apiaryPropertySection) { $this->apiaryPropertySection = $apiaryPropertySection; } public function getApiaryPropertySection() { return $this->apiaryPropertySection; } public function setAppengineSection(Google_Service_Devprojects_AppEngineSection $appengineSection) { $this->appengineSection = $appengineSection; } public function getAppengineSection() { return $this->appengineSection; } public function setAppsScriptSection(Google_Service_Devprojects_AppsScriptSection $appsScriptSection) { $this->appsScriptSection = $appsScriptSection; } public function getAppsScriptSection() { return $this->appsScriptSection; } public function setAssignedId($assignedId) { $this->assignedId = $assignedId; } public function getAssignedId() { return $this->assignedId; } public function setAuthSection(Google_Service_Devprojects_AuthSection $authSection) { $this->authSection = $authSection; } public function getAuthSection() { return $this->authSection; } public function setCloudComputeSection(Google_Service_Devprojects_CloudComputeSection $cloudComputeSection) { $this->cloudComputeSection = $cloudComputeSection; } public function getCloudComputeSection() { return $this->cloudComputeSection; } public function setCloudSqlSection(Google_Service_Devprojects_CloudSqlSection $cloudSqlSection) { $this->cloudSqlSection = $cloudSqlSection; } public function getCloudSqlSection() { return $this->cloudSqlSection; } public function setCloudStorageSection(Google_Service_Devprojects_CloudStorageSection $cloudStorageSection) { $this->cloudStorageSection = $cloudStorageSection; } public function getCloudStorageSection() { return $this->cloudStorageSection; } public function setCreatedMs($createdMs) { $this->createdMs = $createdMs; } public function getCreatedMs() { return $this->createdMs; } public function setCurrentUserRole($currentUserRole) { $this->currentUserRole = $currentUserRole; } public function getCurrentUserRole() { return $this->currentUserRole; } public function setCustomizationSection(Google_Service_Devprojects_UiCustomizationSection $customizationSection) { $this->customizationSection = $customizationSection; } public function getCustomizationSection() { return $this->customizationSection; } public function setDisabledReasons($disabledReasons) { $this->disabledReasons = $disabledReasons; } public function getDisabledReasons() { return $this->disabledReasons; } public function setDomainId($domainId) { $this->domainId = $domainId; } public function getDomainId() { return $this->domainId; } public function setDomainOrOrganization($domainOrOrganization) { $this->domainOrOrganization = $domainOrOrganization; } public function getDomainOrOrganization() { return $this->domainOrOrganization; } public function setIamSection(Google_Service_Devprojects_IamSection $iamSection) { $this->iamSection = $iamSection; } public function getIamSection() { return $this->iamSection; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setProjectLinkingSection(Google_Service_Devprojects_ProjectLinkingSection $projectLinkingSection) { $this->projectLinkingSection = $projectLinkingSection; } public function getProjectLinkingSection() { return $this->projectLinkingSection; } public function setProjectUrl($projectUrl) { $this->projectUrl = $projectUrl; } public function getProjectUrl() { return $this->projectUrl; } public function setQuotasSection(Google_Service_Devprojects_QuotaConfiguration $quotasSection) { $this->quotasSection = $quotasSection; } public function getQuotasSection() { return $this->quotasSection; } public function setServiceAccountSection(Google_Service_Devprojects_ServiceAccountSection $serviceAccountSection) { $this->serviceAccountSection = $serviceAccountSection; } public function getServiceAccountSection() { return $this->serviceAccountSection; } public function setShardType($shardType) { $this->shardType = $shardType; } public function getShardType() { return $this->shardType; } public function setStatsSection(Google_Service_Devprojects_StatsSection $statsSection) { $this->statsSection = $statsSection; } public function getStatsSection() { return $this->statsSection; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTeamSection(Google_Service_Devprojects_TeamSection $teamSection) { $this->teamSection = $teamSection; } public function getTeamSection() { return $this->teamSection; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK- ZՆgJJQvendor/google/apiclient-services/src/Google/Service/Devprojects/OrRestriction.phpnu[child = $child; } public function getChild() { return $this->child; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z_eeZvendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountMetadata.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setGaiaId($gaiaId) { $this->gaiaId = $gaiaId; } public function getGaiaId() { return $this->gaiaId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLoasOwner($loasOwner) { $this->loasOwner = $loasOwner; } public function getLoasOwner() { return $this->loasOwner; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZhffWvendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptResponse.phpnu[confirmed = $confirmed; } public function getConfirmed() { return $this->confirmed; } public function setDenied($denied) { $this->denied = $denied; } public function getDenied() { return $this->denied; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- ZaKKRvendor/google/apiclient-services/src/Google/Service/Devprojects/AndRestriction.phpnu[child = $child; } public function getChild() { return $this->child; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z-@9&&cvendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateResponse.phpnu[apiToken = $apiToken; } public function getApiToken() { return $this->apiToken; } public function setComponentType($componentType) { $this->componentType = $componentType; } public function getComponentType() { return $this->componentType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTokenParameter($tokenParameter) { $this->tokenParameter = $tokenParameter; } public function getTokenParameter() { return $this->tokenParameter; } } PK- ZjRvendor/google/apiclient-services/src/Google/Service/Devprojects/AgeRestriction.phpnu[ageYears = $ageYears; } public function getAgeYears() { return $this->ageYears; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK- Z`kkvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsDeveloperKeyToProjectIdResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } } PK- ZaќIIWvendor/google/apiclient-services/src/Google/Service/Devprojects/UsersTermsOfService.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } } PK- ZE> > Nvendor/google/apiclient-services/src/Google/Service/Devprojects/ClientInfo.phpnu[authType = $authType; } public function getAuthType() { return $this->authType; } public function setContainer($container) { $this->container = $container; } public function getContainer() { return $this->container; } public function setInstalledAppInfo(Google_Service_Devprojects_InstalledAppInfo $installedAppInfo) { $this->installedAppInfo = $installedAppInfo; } public function getInstalledAppInfo() { return $this->installedAppInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPostMessageOrigin($postMessageOrigin) { $this->postMessageOrigin = $postMessageOrigin; } public function getPostMessageOrigin() { return $this->postMessageOrigin; } public function setPublicCertUrl($publicCertUrl) { $this->publicCertUrl = $publicCertUrl; } public function getPublicCertUrl() { return $this->publicCertUrl; } public function setPublicKeyName($publicKeyName) { $this->publicKeyName = $publicKeyName; } public function getPublicKeyName() { return $this->publicKeyName; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; } public function getRedirectUri() { return $this->redirectUri; } public function setRobotEmail($robotEmail) { $this->robotEmail = $robotEmail; } public function getRobotEmail() { return $this->robotEmail; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z1Xvendor/google/apiclient-services/src/Google/Service/Devprojects/ComponentAbuseStatus.phpnu[component = $component; } public function getComponent() { return $this->component; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastVerdict($lastVerdict) { $this->lastVerdict = $lastVerdict; } public function getLastVerdict() { return $this->lastVerdict; } } PK- Z,֐>Qvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiDefinition.phpnu[activationMessage = $activationMessage; } public function getActivationMessage() { return $this->activationMessage; } public function setActivationRequirement($activationRequirement) { $this->activationRequirement = $activationRequirement; } public function getActivationRequirement() { return $this->activationRequirement; } public function setApiPanelToken($apiPanelToken) { $this->apiPanelToken = $apiPanelToken; } public function getApiPanelToken() { return $this->apiPanelToken; } public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $billableDailyLimit) { $this->billableDailyLimit = $billableDailyLimit; } public function getBillableDailyLimit() { return $this->billableDailyLimit; } public function setBucket($bucket) { $this->bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setConcurrentLimit(Google_Service_Devprojects_ApiLimitDefinition $concurrentLimit) { $this->concurrentLimit = $concurrentLimit; } public function getConcurrentLimit() { return $this->concurrentLimit; } public function setDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $dailyLimit) { $this->dailyLimit = $dailyLimit; } public function getDailyLimit() { return $this->dailyLimit; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExampleUrl($exampleUrl) { $this->exampleUrl = $exampleUrl; } public function getExampleUrl() { return $this->exampleUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLearnmoreUrl($learnmoreUrl) { $this->learnmoreUrl = $learnmoreUrl; } public function getLearnmoreUrl() { return $this->learnmoreUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPricingLink($pricingLink) { $this->pricingLink = $pricingLink; } public function getPricingLink() { return $this->pricingLink; } public function setRequestQuotaUrl($requestQuotaUrl) { $this->requestQuotaUrl = $requestQuotaUrl; } public function getRequestQuotaUrl() { return $this->requestQuotaUrl; } public function setRequiresActivationToken($requiresActivationToken) { $this->requiresActivationToken = $requiresActivationToken; } public function getRequiresActivationToken() { return $this->requiresActivationToken; } public function setRequiresOrganizationRegistration($requiresOrganizationRegistration) { $this->requiresOrganizationRegistration = $requiresOrganizationRegistration; } public function getRequiresOrganizationRegistration() { return $this->requiresOrganizationRegistration; } public function setServiceSubsetId($serviceSubsetId) { $this->serviceSubsetId = $serviceSubsetId; } public function getServiceSubsetId() { return $this->serviceSubsetId; } public function setSupportsBilling($supportsBilling) { $this->supportsBilling = $supportsBilling; } public function getSupportsBilling() { return $this->supportsBilling; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setVariableTermQuotaDescription($variableTermQuotaDescription) { $this->variableTermQuotaDescription = $variableTermQuotaDescription; } public function getVariableTermQuotaDescription() { return $this->variableTermQuotaDescription; } public function setVisible($visible) { $this->visible = $visible; } public function getVisible() { return $this->visible; } public function setVisitorRateLimit(Google_Service_Devprojects_ApiLimitDefinition $visitorRateLimit) { $this->visitorRateLimit = $visitorRateLimit; } public function getVisitorRateLimit() { return $this->visitorRateLimit; } } PK- ZWW|ffRvendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseiamClient.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSubservice($subservice) { $this->subservice = $subservice; } public function getSubservice() { return $this->subservice; } } PK- ZQvendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumerId.phpnu[apiIdToken = $apiIdToken; } public function getApiIdToken() { return $this->apiIdToken; } public function setConsumerAssignedId($consumerAssignedId) { $this->consumerAssignedId = $consumerAssignedId; } public function getConsumerAssignedId() { return $this->consumerAssignedId; } public function setConsumerProjectId($consumerProjectId) { $this->consumerProjectId = $consumerProjectId; } public function getConsumerProjectId() { return $this->consumerProjectId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } } PK- Zl<{{Vvendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptRequest.phpnu[context = $context; } public function getContext() { return $this->context; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } public function setWhitelistId($whitelistId) { $this->whitelistId = $whitelistId; } public function getWhitelistId() { return $this->whitelistId; } } PK- ZO_::[vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsUndeleteRequest.phpnu[disableAuthorizationCheck = $disableAuthorizationCheck; } public function getDisableAuthorizationCheck() { return $this->disableAuthorizationCheck; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setWhitelistId($whitelistId) { $this->whitelistId = $whitelistId; } public function getWhitelistId() { return $this->whitelistId; } } PK- ZI.ߵ]vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksCollection.phpnu[apiToken = $apiToken; } public function getApiToken() { return $this->apiToken; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setServiceType($serviceType) { $this->serviceType = $serviceType; } public function getServiceType() { return $this->serviceType; } } PK- ZeZvendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectClientStructure.phpnu[client = $client; } public function getClient() { return $this->client; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK- Z wpZ{ { Svendor/google/apiclient-services/src/Google/Service/Devprojects/UserRestriction.phpnu[ageRestriction = $ageRestriction; } public function getAgeRestriction() { return $this->ageRestriction; } public function setAndRestriction(Google_Service_Devprojects_AndRestriction $andRestriction) { $this->andRestriction = $andRestriction; } public function getAndRestriction() { return $this->andRestriction; } public function setGeoRestriction(Google_Service_Devprojects_GeoRestriction $geoRestriction) { $this->geoRestriction = $geoRestriction; } public function getGeoRestriction() { return $this->geoRestriction; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNotRestriction(Google_Service_Devprojects_NotRestriction $notRestriction) { $this->notRestriction = $notRestriction; } public function getNotRestriction() { return $this->notRestriction; } public function setOrRestriction(Google_Service_Devprojects_OrRestriction $orRestriction) { $this->orRestriction = $orRestriction; } public function getOrRestriction() { return $this->orRestriction; } public function setSpecialRestriction(Google_Service_Devprojects_SpecialRestriction $specialRestriction) { $this->specialRestriction = $specialRestriction; } public function getSpecialRestriction() { return $this->specialRestriction; } } PK- Z&w:^ ^ Kvendor/google/apiclient-services/src/Google/Service/Devprojects/Feature.phpnu[booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setFeatureCount($featureCount) { $this->featureCount = $featureCount; } public function getFeatureCount() { return $this->featureCount; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampSequence($timestampSequence) { $this->timestampSequence = $timestampSequence; } public function getTimestampSequence() { return $this->timestampSequence; } } PK- ZQ=((Uvendor/google/apiclient-services/src/Google/Service/Devprojects/TypedKeyValuePair.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK- ZT`vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK- Z UUYvendor/google/apiclient-services/src/Google/Service/Devprojects/ProducerConfiguration.phpnu[consumerName = $consumerName; } public function getConsumerName() { return $this->consumerName; } public function setConsumptionStatus($consumptionStatus) { $this->consumptionStatus = $consumptionStatus; } public function getConsumptionStatus() { return $this->consumptionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setQuotaConstraints(Google_Service_Devprojects_QuotaConstraints $quotaConstraints) { $this->quotaConstraints = $quotaConstraints; } public function getQuotaConstraints() { return $this->quotaConstraints; } } PK- Z>(qqPvendor/google/apiclient-services/src/Google/Service/Devprojects/ConsumerInfo.phpnu[activationStatus = $activationStatus; } public function getActivationStatus() { return $this->activationStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setQuotaInformation(Google_Service_Devprojects_QuotaInfo $quotaInformation) { $this->quotaInformation = $quotaInformation; } public function getQuotaInformation() { return $this->quotaInformation; } } PK- Z<Lvendor/google/apiclient-services/src/Google/Service/Devprojects/BucketId.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } } PK- ZWvendor/google/apiclient-services/src/Google/Service/Devprojects/CloudStorageSection.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK- Z8\\Nvendor/google/apiclient-services/src/Google/Service/Devprojects/Acceptance.phpnu[context = $context; } public function getContext() { return $this->context; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTerms(Google_Service_Devprojects_TermsVersion $terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } } PK- Z`/hvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityEquivalenceClass.phpnu[equivalenceClassSize = $equivalenceClassSize; } public function getEquivalenceClassSize() { return $this->equivalenceClassSize; } public function setNumDistinctSensitiveValues($numDistinctSensitiveValues) { $this->numDistinctSensitiveValues = $numDistinctSensitiveValues; } public function getNumDistinctSensitiveValues() { return $this->numDistinctSensitiveValues; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function setQuasiIdsValues($quasiIdsValues) { $this->quasiIdsValues = $quasiIdsValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function getQuasiIdsValues() { return $this->quasiIdsValues; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency[] */ public function setTopSensitiveValues($topSensitiveValues) { $this->topSensitiveValues = $topSensitiveValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency[] */ public function getTopSensitiveValues() { return $this->topSensitiveValues; } } PK- Z`^3dvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationOverview.phpnu[transformationSummaries = $transformationSummaries; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationSummary[] */ public function getTransformationSummaries() { return $this->transformationSummaries; } public function setTransformedBytes($transformedBytes) { $this->transformedBytes = $transformedBytes; } public function getTransformedBytes() { return $this->transformedBytes; } } PK- ZLU88\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.phpnu[name = $name; } public function getName() { return $this->name; } } PK- ZCӧcvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInfoTypesResponse.phpnu[infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeDescription[] */ public function getInfoTypes() { return $this->infoTypes; } } PK- Z{8Svendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.phpnu[details = $details; } /** * @return Google_Service_DLP_GoogleRpcStatus */ public function getDetails() { return $this->details; } public function setTimestamps($timestamps) { $this->timestamps = $timestamps; } public function getTimestamps() { return $this->timestamps; } } PK- Z:gûfvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FixedSizeBucketingConfig.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setLowerBound(Google_Service_DLP_GooglePrivacyDlpV2Value $lowerBound) { $this->lowerBound = $lowerBound; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getLowerBound() { return $this->lowerBound; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setUpperBound(Google_Service_DLP_GooglePrivacyDlpV2Value $upperBound) { $this->upperBound = $upperBound; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getUpperBound() { return $this->upperBound; } } PK- Z,kvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationResult.phpnu[deltaPresenceEstimationHistogram = $deltaPresenceEstimationHistogram; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket[] */ public function getDeltaPresenceEstimationHistogram() { return $this->deltaPresenceEstimationHistogram; } } PK- Z`eRRTvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.phpnu[jobNotificationEmails = $jobNotificationEmails; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2JobNotificationEmails */ public function getJobNotificationEmails() { return $this->jobNotificationEmails; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub */ public function setPubSub(Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub $pubSub) { $this->pubSub = $pubSub; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub */ public function getPubSub() { return $this->pubSub; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog */ public function setPublishFindingsToCloudDataCatalog(Google_Service_DLP_GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog $publishFindingsToCloudDataCatalog) { $this->publishFindingsToCloudDataCatalog = $publishFindingsToCloudDataCatalog; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog */ public function getPublishFindingsToCloudDataCatalog() { return $this->publishFindingsToCloudDataCatalog; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc */ public function setPublishSummaryToCscc(Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc $publishSummaryToCscc) { $this->publishSummaryToCscc = $publishSummaryToCscc; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc */ public function getPublishSummaryToCscc() { return $this->publishSummaryToCscc; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PublishToStackdriver */ public function setPublishToStackdriver(Google_Service_DLP_GooglePrivacyDlpV2PublishToStackdriver $publishToStackdriver) { $this->publishToStackdriver = $publishToStackdriver; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PublishToStackdriver */ public function getPublishToStackdriver() { return $this->publishToStackdriver; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2SaveFindings */ public function setSaveFindings(Google_Service_DLP_GooglePrivacyDlpV2SaveFindings $saveFindings) { $this->saveFindings = $saveFindings; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2SaveFindings */ public function getSaveFindings() { return $this->saveFindings; } } PK- ZqJJVvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2EntityId.phpnu[field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } } PK- ZG/avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeDescription.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSupportedBy($supportedBy) { $this->supportedBy = $supportedBy; } public function getSupportedBy() { return $this->supportedBy; } } PK- ZeSvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Range.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK- Z[ LLUvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.phpnu[regexFileSet = $regexFileSet; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageRegexFileSet */ public function getRegexFileSet() { return $this->regexFileSet; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Z6\Uvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFindingId($findingId) { $this->findingId = $findingId; } public function getFindingId() { return $this->findingId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } public function setJobCreateTime($jobCreateTime) { $this->jobCreateTime = $jobCreateTime; } public function getJobCreateTime() { return $this->jobCreateTime; } public function setJobName($jobName) { $this->jobName = $jobName; } public function getJobName() { return $this->jobName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLikelihood($likelihood) { $this->likelihood = $likelihood; } public function getLikelihood() { return $this->likelihood; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Location */ public function setLocation(Google_Service_DLP_GooglePrivacyDlpV2Location $location) { $this->location = $location; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Location */ public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setQuote($quote) { $this->quote = $quote; } public function getQuote() { return $this->quote; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo */ public function setQuoteInfo(Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo $quoteInfo) { $this->quoteInfo = $quoteInfo; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo */ public function getQuoteInfo() { return $this->quoteInfo; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setTriggerName($triggerName) { $this->triggerName = $triggerName; } public function getTriggerName() { return $this->triggerName; } } PK- Z^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.phpnu[quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getQuasiIds() { return $this->quasiIds; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setSensitiveAttribute(Google_Service_DLP_GooglePrivacyDlpV2FieldId $sensitiveAttribute) { $this->sensitiveAttribute = $sensitiveAttribute; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getSensitiveAttribute() { return $this->sensitiveAttribute; } } PK- ZWe%%]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK- Zj8Tvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Manual.phpnu[findings = $findings; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Finding[] */ public function getFindings() { return $this->findings; } public function setFindingsTruncated($findingsTruncated) { $this->findingsTruncated = $findingsTruncated; } public function getFindingsTruncated() { return $this->findingsTruncated; } } PK- Z~o_vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordSuppression.phpnu[condition = $condition; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordCondition */ public function getCondition() { return $this->condition; } } PK- ZiV~ovendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.phpnu[>jvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateInspectTemplateRequest.phpnu[inspectTemplate = $inspectTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function getInspectTemplate() { return $this->inspectTemplate; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } } PK- Z4~ ' ' gvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityHistogramBucket.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } public function setBucketValueCount($bucketValueCount) { $this->bucketValueCount = $bucketValueCount; } public function getBucketValueCount() { return $this->bucketValueCount; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass[] */ public function setBucketValues($bucketValues) { $this->bucketValues = $bucketValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass[] */ public function getBucketValues() { return $this->bucketValues; } public function setSensitiveValueFrequencyLowerBound($sensitiveValueFrequencyLowerBound) { $this->sensitiveValueFrequencyLowerBound = $sensitiveValueFrequencyLowerBound; } public function getSensitiveValueFrequencyLowerBound() { return $this->sensitiveValueFrequencyLowerBound; } public function setSensitiveValueFrequencyUpperBound($sensitiveValueFrequencyUpperBound) { $this->sensitiveValueFrequencyUpperBound = $sensitiveValueFrequencyUpperBound; } public function getSensitiveValueFrequencyUpperBound() { return $this->sensitiveValueFrequencyUpperBound; } } PK- ZZ4avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageOptions.phpnu[bytesLimitPerFile = $bytesLimitPerFile; } public function getBytesLimitPerFile() { return $this->bytesLimitPerFile; } public function setBytesLimitPerFilePercent($bytesLimitPerFilePercent) { $this->bytesLimitPerFilePercent = $bytesLimitPerFilePercent; } public function getBytesLimitPerFilePercent() { return $this->bytesLimitPerFilePercent; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FileSet */ public function setFileSet(Google_Service_DLP_GooglePrivacyDlpV2FileSet $fileSet) { $this->fileSet = $fileSet; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FileSet */ public function getFileSet() { return $this->fileSet; } public function setFileTypes($fileTypes) { $this->fileTypes = $fileTypes; } public function getFileTypes() { return $this->fileTypes; } public function setFilesLimitPercent($filesLimitPercent) { $this->filesLimitPercent = $filesLimitPercent; } public function getFilesLimitPercent() { return $this->filesLimitPercent; } public function setSampleMethod($sampleMethod) { $this->sampleMethod = $sampleMethod; } public function getSampleMethod() { return $this->sampleMethod; } } PK- Zxѥfvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectDataSourceDetails.phpnu[requestedOptions = $requestedOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions */ public function getRequestedOptions() { return $this->requestedOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Result */ public function setResult(Google_Service_DLP_GooglePrivacyDlpV2Result $result) { $this->result = $result; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Result */ public function getResult() { return $this->result; } } PK- Zm5.[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.phpnu[categoricalStatsConfig = $categoricalStatsConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig */ public function getCategoricalStatsConfig() { return $this->categoricalStatsConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig */ public function setDeltaPresenceEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig $deltaPresenceEstimationConfig) { $this->deltaPresenceEstimationConfig = $deltaPresenceEstimationConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig */ public function getDeltaPresenceEstimationConfig() { return $this->deltaPresenceEstimationConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig */ public function setKAnonymityConfig(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig $kAnonymityConfig) { $this->kAnonymityConfig = $kAnonymityConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig */ public function getKAnonymityConfig() { return $this->kAnonymityConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig */ public function setKMapEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig $kMapEstimationConfig) { $this->kMapEstimationConfig = $kMapEstimationConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig */ public function getKMapEstimationConfig() { return $this->kMapEstimationConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig */ public function setLDiversityConfig(Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig $lDiversityConfig) { $this->lDiversityConfig = $lDiversityConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig */ public function getLDiversityConfig() { return $this->lDiversityConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig */ public function setNumericalStatsConfig(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig $numericalStatsConfig) { $this->numericalStatsConfig = $numericalStatsConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig */ public function getNumericalStatsConfig() { return $this->numericalStatsConfig; } } PK- Z+q,zz^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.phpnu[cryptoKey = $cryptoKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } } PK- ZVXvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.phpnu[cloudStoragePath = $cloudStoragePath; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath */ public function getCloudStoragePath() { return $this->cloudStoragePath; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2WordList */ public function setWordList(Google_Service_DLP_GooglePrivacyDlpV2WordList $wordList) { $this->wordList = $wordList; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2WordList */ public function getWordList() { return $this->wordList; } } PK- ZK[eemvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.phpnu[deidentifyTemplate = $deidentifyTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } } PK- Z BBJvendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeDate.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK- ZSYvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.phpnu[byteItem = $byteItem; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem */ public function getByteItem() { return $this->byteItem; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Table */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2Table $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Table */ public function getTable() { return $this->table; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK- Z Xvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobTrigger.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Error[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Error[] */ public function getErrors() { return $this->errors; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig */ public function setInspectJob(Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig $inspectJob) { $this->inspectJob = $inspectJob; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig */ public function getInspectJob() { return $this->inspectJob; } public function setLastRunTime($lastRunTime) { $this->lastRunTime = $lastRunTime; } public function getLastRunTime() { return $this->lastRunTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Trigger[] */ public function setTriggers($triggers) { $this->triggers = $triggers; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Trigger[] */ public function getTriggers() { return $this->triggers; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK- Z]}ًmvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsHistogramBucket.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } public function setBucketValueCount($bucketValueCount) { $this->bucketValueCount = $bucketValueCount; } public function getBucketValueCount() { return $this->bucketValueCount; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency[] */ public function setBucketValues($bucketValues) { $this->bucketValues = $bucketValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency[] */ public function getBucketValues() { return $this->bucketValues; } public function setValueFrequencyLowerBound($valueFrequencyLowerBound) { $this->valueFrequencyLowerBound = $valueFrequencyLowerBound; } public function getValueFrequencyLowerBound() { return $this->valueFrequencyLowerBound; } public function setValueFrequencyUpperBound($valueFrequencyUpperBound) { $this->valueFrequencyUpperBound = $valueFrequencyUpperBound; } public function getValueFrequencyUpperBound() { return $this->valueFrequencyUpperBound; } } PK- Zj  Ovendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeTimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK- Z0A\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ValueFrequency.phpnu[count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setValue(Google_Service_DLP_GooglePrivacyDlpV2Value $value) { $this->value = $value; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getValue() { return $this->value; } } PK- Z/9::^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.phpnu[path = $path; } public function getPath() { return $this->path; } } PK- ZRVnffYvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TaggedField.phpnu[customTag = $customTag; } public function getCustomTag() { return $this->customTag; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) { $this->field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param Google_Service_DLP_GoogleProtobufEmpty */ public function setInferred(Google_Service_DLP_GoogleProtobufEmpty $inferred) { $this->inferred = $inferred; } /** * @return Google_Service_DLP_GoogleProtobufEmpty */ public function getInferred() { return $this->inferred; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } } PK- ZBTvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.phpnu[max = $max; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMax() { return $this->max; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setMin(Google_Service_DLP_GooglePrivacyDlpV2Value $min) { $this->min = $min; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMin() { return $this->min; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setReplacementValue(Google_Service_DLP_GooglePrivacyDlpV2Value $replacementValue) { $this->replacementValue = $replacementValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getReplacementValue() { return $this->replacementValue; } } PK- Z枥[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.phpnu[charactersToSkip = $charactersToSkip; } public function getCharactersToSkip() { return $this->charactersToSkip; } public function setCommonCharactersToIgnore($commonCharactersToIgnore) { $this->commonCharactersToIgnore = $commonCharactersToIgnore; } public function getCommonCharactersToIgnore() { return $this->commonCharactersToIgnore; } } PK- Z"鸎**Wvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.phpnu[windowAfter = $windowAfter; } public function getWindowAfter() { return $this->windowAfter; } public function setWindowBefore($windowBefore) { $this->windowBefore = $windowBefore; } public function getWindowBefore() { return $this->windowBefore; } } PK- Z6.[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.phpnu[maxFindingsPerInfoType = $maxFindingsPerInfoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeLimit[] */ public function getMaxFindingsPerInfoType() { return $this->maxFindingsPerInfoType; } public function setMaxFindingsPerItem($maxFindingsPerItem) { $this->maxFindingsPerItem = $maxFindingsPerItem; } public function getMaxFindingsPerItem() { return $this->maxFindingsPerItem; } public function setMaxFindingsPerRequest($maxFindingsPerRequest) { $this->maxFindingsPerRequest = $maxFindingsPerRequest; } public function getMaxFindingsPerRequest() { return $this->maxFindingsPerRequest; } } PK- ZLίbvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishToStackdriver.phpnu[data = $data; } public function getData() { return $this->data; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Zhcdd^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.phpnu[fileOffset = $fileOffset; } public function getFileOffset() { return $this->fileOffset; } } PK- ZR&Ovendor/google/apiclient-services/src/Google/Service/DLP/GoogleProtobufEmpty.phpnu[infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } public function setMaxFindings($maxFindings) { $this->maxFindings = $maxFindings; } public function getMaxFindings() { return $this->maxFindings; } } PK- ZH|CCYvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.phpnu[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; } } PK- Zv$Wvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.phpnu[kmsWrapped = $kmsWrapped; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey */ public function getKmsWrapped() { return $this->kmsWrapped; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey */ public function setTransient(Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey $transient) { $this->transient = $transient; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey */ public function getTransient() { return $this->transient; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey */ public function setUnwrapped(Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey $unwrapped) { $this->unwrapped = $unwrapped; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey */ public function getUnwrapped() { return $this->unwrapped; } } PK- Zp!!avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeStats.phpnu[largeCustomDictionary = $largeCustomDictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryStats */ public function getLargeCustomDictionary() { return $this->largeCustomDictionary; } } PK- Zo^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.phpnu[equivalenceClassHistogramBuckets = $equivalenceClassHistogramBuckets; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityHistogramBucket[] */ public function getEquivalenceClassHistogramBuckets() { return $this->equivalenceClassHistogramBuckets; } } PK- Z08OO[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridOptions.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setRequiredFindingLabelKeys($requiredFindingLabelKeys) { $this->requiredFindingLabelKeys = $requiredFindingLabelKeys; } public function getRequiredFindingLabelKeys() { return $this->requiredFindingLabelKeys; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TableOptions */ public function setTableOptions(Google_Service_DLP_GooglePrivacyDlpV2TableOptions $tableOptions) { $this->tableOptions = $tableOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TableOptions */ public function getTableOptions() { return $this->tableOptions; } } PK- Z}obbUvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiId.phpnu[customTag = $customTag; } public function getCustomTag() { return $this->customTag; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) { $this->field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param Google_Service_DLP_GoogleProtobufEmpty */ public function setInferred(Google_Service_DLP_GoogleProtobufEmpty $inferred) { $this->inferred = $inferred; } /** * @return Google_Service_DLP_GoogleProtobufEmpty */ public function getInferred() { return $this->inferred; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } } PK- Z; Tavendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FinishDlpJobRequest.phpnu[context = $context; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setSurrogateInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $surrogateInfoType) { $this->surrogateInfoType = $surrogateInfoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getSurrogateInfoType() { return $this->surrogateInfoType; } } PK- Z%6Tvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Result.phpnu[hybridStats = $hybridStats; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HybridInspectStatistics */ public function getHybridStats() { return $this->hybridStats; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeStats[] */ public function setInfoTypeStats($infoTypeStats) { $this->infoTypeStats = $infoTypeStats; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeStats[] */ public function getInfoTypeStats() { return $this->infoTypeStats; } public function setProcessedBytes($processedBytes) { $this->processedBytes = $processedBytes; } public function getProcessedBytes() { return $this->processedBytes; } public function setTotalEstimatedBytes($totalEstimatedBytes) { $this->totalEstimatedBytes = $totalEstimatedBytes; } public function getTotalEstimatedBytes() { return $this->totalEstimatedBytes; } } PK- Z/UZvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactConfig.phpnu[booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } /** * @param Google_Service_DLP_GoogleTypeDate */ public function setDateValue(Google_Service_DLP_GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return Google_Service_DLP_GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } public function setDayOfWeekValue($dayOfWeekValue) { $this->dayOfWeekValue = $dayOfWeekValue; } public function getDayOfWeekValue() { return $this->dayOfWeekValue; } public function setFloatValue($floatValue) { $this->floatValue = $floatValue; } public function getFloatValue() { return $this->floatValue; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } /** * @param Google_Service_DLP_GoogleTypeTimeOfDay */ public function setTimeValue(Google_Service_DLP_GoogleTypeTimeOfDay $timeValue) { $this->timeValue = $timeValue; } /** * @return Google_Service_DLP_GoogleTypeTimeOfDay */ public function getTimeValue() { return $this->timeValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } } PK- ZmJK= = fvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.phpnu[inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) { $this->item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function setReidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $reidentifyConfig) { $this->reidentifyConfig = $reidentifyConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function getReidentifyConfig() { return $this->reidentifyConfig; } public function setReidentifyTemplateName($reidentifyTemplateName) { $this->reidentifyTemplateName = $reidentifyTemplateName; } public function getReidentifyTemplateName() { return $this->reidentifyTemplateName; } } PK- Z8KťXvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ThrowError.phpnu[quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiIdentifierField[] */ public function getQuasiIds() { return $this->quasiIds; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setRelativeFrequency(Google_Service_DLP_GooglePrivacyDlpV2FieldId $relativeFrequency) { $this->relativeFrequency = $relativeFrequency; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getRelativeFrequency() { return $this->relativeFrequency; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } } PK- Z'WZZcvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RiskAnalysisJobConfig.phpnu[actions = $actions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Action[] */ public function getActions() { return $this->actions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric */ public function setPrivacyMetric(Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric $privacyMetric) { $this->privacyMetric = $privacyMetric; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric */ public function getPrivacyMetric() { return $this->privacyMetric; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setSourceTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $sourceTable) { $this->sourceTable = $sourceTable; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getSourceTable() { return $this->sourceTable; } } PK- Z6_vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRuleSet.phpnu[infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType[] */ public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectionRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectionRule[] */ public function getRules() { return $this->rules; } } PK- Z/^hvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityEquivalenceClass.phpnu[equivalenceClassSize = $equivalenceClassSize; } public function getEquivalenceClassSize() { return $this->equivalenceClassSize; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function setQuasiIdsValues($quasiIdsValues) { $this->quasiIdsValues = $quasiIdsValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function getQuasiIdsValues() { return $this->quasiIdsValues; } } PK- Z~XXdvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsConfig.phpnu[field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } } PK- ZdGLL^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2MetadataLocation.phpnu[storageLabel = $storageLabel; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StorageMetadataLabel */ public function getStorageLabel() { return $this->storageLabel; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZKskvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationHistogramBucket.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } public function setBucketValueCount($bucketValueCount) { $this->bucketValueCount = $bucketValueCount; } public function getBucketValueCount() { return $this->bucketValueCount; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues[] */ public function setBucketValues($bucketValues) { $this->bucketValues = $bucketValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues[] */ public function getBucketValues() { return $this->bucketValues; } public function setMaxAnonymity($maxAnonymity) { $this->maxAnonymity = $maxAnonymity; } public function getMaxAnonymity() { return $this->maxAnonymity; } public function setMinAnonymity($minAnonymity) { $this->minAnonymity = $minAnonymity; } public function getMinAnonymity() { return $this->minAnonymity; } } PK- Z+xweeVvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2WordList.phpnu[words = $words; } public function getWords() { return $this->words; } } PK- Z!xggWvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuoteInfo.phpnu[dateTime = $dateTime; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DateTime */ public function getDateTime() { return $this->dateTime; } } PK- Z?Qivendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryConfig.phpnu[bigQueryField = $bigQueryField; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryField */ public function getBigQueryField() { return $this->bigQueryField; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet */ public function setCloudStorageFileSet(Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet $cloudStorageFileSet) { $this->cloudStorageFileSet = $cloudStorageFileSet; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet */ public function getCloudStorageFileSet() { return $this->cloudStorageFileSet; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath */ public function setOutputPath(Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath $outputPath) { $this->outputPath = $outputPath; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath */ public function getOutputPath() { return $this->outputPath; } } PK- ZnJ^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RequestedOptions.phpnu[jobConfig = $jobConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig */ public function getJobConfig() { return $this->jobConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function setSnapshotInspectTemplate(Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate $snapshotInspectTemplate) { $this->snapshotInspectTemplate = $snapshotInspectTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function getSnapshotInspectTemplate() { return $this->snapshotInspectTemplate; } } PK- Z $bvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridFindingDetails.phpnu[containerDetails = $containerDetails; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Container */ public function getContainerDetails() { return $this->containerDetails; } public function setFileOffset($fileOffset) { $this->fileOffset = $fileOffset; } public function getFileOffset() { return $this->fileOffset; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setRowOffset($rowOffset) { $this->rowOffset = $rowOffset; } public function getRowOffset() { return $this->rowOffset; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TableOptions */ public function setTableOptions(Google_Service_DLP_GooglePrivacyDlpV2TableOptions $tableOptions) { $this->tableOptions = $tableOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TableOptions */ public function getTableOptions() { return $this->tableOptions; } } PK- Z9Th''kvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationConfig.phpnu[auxiliaryTables = $auxiliaryTables; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StatisticalTable[] */ public function getAuxiliaryTables() { return $this->auxiliaryTables; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2QuasiId[] */ public function setQuasiIds($quasiIds) { $this->quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiId[] */ public function getQuasiIds() { return $this->quasiIds; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK- Z^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.phpnu[sensitiveValueFrequencyHistogramBuckets = $sensitiveValueFrequencyHistogramBuckets; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityHistogramBucket[] */ public function getSensitiveValueFrequencyHistogramBuckets() { return $this->sensitiveValueFrequencyHistogramBuckets; } } PK- ZN<mvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.phpnu[deidentifyTemplate = $deidentifyTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK- Zh\\Yvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.phpnu[conditions = $conditions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Conditions */ public function getConditions() { return $this->conditions; } public function setLogicalOperator($logicalOperator) { $this->logicalOperator = $logicalOperator; } public function getLogicalOperator() { return $this->logicalOperator; } } PK- Z-Х77^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.phpnu[entityId = $entityId; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2EntityId */ public function getEntityId() { return $this->entityId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function setQuasiIds($quasiIds) { $this->quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getQuasiIds() { return $this->quasiIds; } } PK- ZS.enn]vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.phpnu[ * $dlpService = new Google_Service_DLP(...); * $content = $dlpService->content; * */ class Google_Service_DLP_Resource_ProjectsLocationsContent extends Google_Service_Resource { /** * De-identifies potentially sensitive info from a ContentItem. This method has * limits on input size and output size. See https://cloud.google.com/dlp/docs * /deidentify-sensitive-data to learn more. When no InfoTypes or * CustomInfoTypes are specified in this request, the system will automatically * choose what detectors to run. By default this may be all types, but may * change over time as detectors are updated. (content.deidentify) * * @param string $parent Parent resource name. The format of this value varies * depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse */ public function deidentify($parent, Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse"); } /** * Finds potentially sensitive info in content. This method has limits on input * size, processing time, and output size. When no InfoTypes or CustomInfoTypes * are specified in this request, the system will automatically choose what * detectors to run. By default this may be all types, but may change over time * as detectors are updated. For how to guides, see * https://cloud.google.com/dlp/docs/inspecting-images and * https://cloud.google.com/dlp/docs/inspecting-text, (content.inspect) * * @param string $parent Parent resource name. The format of this value varies * depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse */ public function inspect($parent, Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('inspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse"); } /** * Re-identifies content that has been de-identified. See * https://cloud.google.com/dlp/docs/pseudonymization#re- * identification_in_free_text_code_example to learn more. (content.reidentify) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse */ public function reidentify($parent, Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse"); } } PK- Z*~ffVvendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocations.phpnu[ * $dlpService = new Google_Service_DLP(...); * $locations = $dlpService->locations; * */ class Google_Service_DLP_Resource_ProjectsLocations extends Google_Service_Resource { } PK- Zgkk[vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocations.phpnu[ * $dlpService = new Google_Service_DLP(...); * $locations = $dlpService->locations; * */ class Google_Service_DLP_Resource_OrganizationsLocations extends Google_Service_Resource { } PK- Z=#nvendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsDeidentifyTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $deidentifyTemplates = $dlpService->deidentifyTemplates; * */ class Google_Service_DLP_Resource_OrganizationsLocationsDeidentifyTemplates extends Google_Service_Resource { /** * Creates a DeidentifyTemplate for re-using frequently used configuration for * de-identifying content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. * (deidentifyTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.delete) * * @param string $name Required. Resource name of the organization and * deidentify template to be deleted, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.get) * * @param string $name Required. Resource name of the organization and * deidentify template to be read, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. * (deidentifyTemplates.listOrganizationsLocationsDeidentifyTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListDeidentifyTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse */ public function listOrganizationsLocationsDeidentifyTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"); } /** * Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs * /creating-templates-deid to learn more. (deidentifyTemplates.patch) * * @param string $name Required. Resource name of organization and deidentify * template to be updated, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } } PK- Zww`vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDeidentifyTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $deidentifyTemplates = $dlpService->deidentifyTemplates; * */ class Google_Service_DLP_Resource_ProjectsDeidentifyTemplates extends Google_Service_Resource { /** * Creates a DeidentifyTemplate for re-using frequently used configuration for * de-identifying content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. * (deidentifyTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.delete) * * @param string $name Required. Resource name of the organization and * deidentify template to be deleted, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.get) * * @param string $name Required. Resource name of the organization and * deidentify template to be read, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. * (deidentifyTemplates.listProjectsDeidentifyTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListDeidentifyTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse */ public function listProjectsDeidentifyTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"); } /** * Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs * /creating-templates-deid to learn more. (deidentifyTemplates.patch) * * @param string $name Required. Resource name of organization and deidentify * template to be updated, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } } PK- ZAc--\vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsStoredInfoTypes.phpnu[ * $dlpService = new Google_Service_DLP(...); * $storedInfoTypes = $dlpService->storedInfoTypes; * */ class Google_Service_DLP_Resource_ProjectsStoredInfoTypes extends Google_Service_Resource { /** * Creates a pre-built stored infoType to be used for inspection. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.delete) * * @param string $name Required. Resource name of the organization and * storedInfoType to be deleted, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.get) * * @param string $name Required. Resource name of the organization and * storedInfoType to be read, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.listProjectsStoredInfoTypes) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, display_name, create_time desc` Supported fields are: - * `create_time`: corresponds to time the most recent version of the resource * was created. - `state`: corresponds to the state of the resource. - `name`: * corresponds to resource name. - `display_name`: corresponds to info type's * display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListStoredInfoTypes`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse */ public function listProjectsStoredInfoTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse"); } /** * Updates the stored infoType by creating a new version. The existing version * will continue to be used until the new version is ready. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.patch) * * @param string $name Required. Resource name of organization and * storedInfoType to be updated, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } } PK- Z~ChKWvendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.phpnu[ * $dlpService = new Google_Service_DLP(...); * $infoTypes = $dlpService->infoTypes; * */ class Google_Service_DLP_Resource_LocationsInfoTypes extends Google_Service_Resource { /** * Returns a list of the sensitive information types that the DLP API supports. * See https://cloud.google.com/dlp/docs/infotypes-reference to learn more. * (infoTypes.listLocationsInfoTypes) * * @param string $parent The parent resource name. The format of this value is * as follows: locations/ LOCATION_ID * @param array $optParams Optional parameters. * * @opt_param string filter filter to only return infoTypes supported by certain * parts of the API. Defaults to supported_by=INSPECT. * @opt_param string languageCode BCP-47 language code for localized infoType * friendly names. If omitted, or if localized strings are not available, en-US * strings will be returned. * @opt_param string locationId Deprecated. This field has no effect. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse */ public function listLocationsInfoTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse"); } } PK- Zt~ Tvendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDlpJobs.phpnu[ * $dlpService = new Google_Service_DLP(...); * $dlpJobs = $dlpService->dlpJobs; * */ class Google_Service_DLP_Resource_ProjectsDlpJobs extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running DlpJob. The server makes a * best effort to cancel the DlpJob, but success is not guaranteed. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.cancel) * * @param string $name Required. The name of the DlpJob resource to be * cancelled. * @param Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function cancel($name, Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Creates a new job to inspect storage or calculate risk metrics. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When * no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system * will automatically choose what detectors to run. By default this may be all * types, but may change over time as detectors are updated. (dlpJobs.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); } /** * Deletes a long-running DlpJob. This method indicates that the client is no * longer interested in the DlpJob result. The job will be cancelled if * possible. See https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.delete) * * @param string $name Required. The name of the DlpJob resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running DlpJob. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.get) * * @param string $name Required. The name of the DlpJob resource. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); } /** * Lists DlpJobs that match the specified filter in the request. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.listProjectsDlpJobs) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering. Supported syntax: * Filter * expressions are made up of one or more restrictions. * Restrictions can be * combined by `AND` or `OR` logical operators. A sequence of restrictions * implicitly uses `AND`. * A restriction has the form of `{field} {operator} * {value}`. * Supported fields/values for inspect jobs: - `state` - * PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - * DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the * trigger that created job. - 'end_time` - Corresponds to time the job * finished. - 'start_time` - Corresponds to time the job finished. * Supported * fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - * 'end_time` - Corresponds to time the job finished. - 'start_time` - * Corresponds to time the job finished. * The operator must be `=` or `!=`. * Examples: * inspected_storage = cloud_storage AND state = done * * inspected_storage = cloud_storage OR inspected_storage = bigquery * * inspected_storage = cloud_storage AND (state = done OR state = canceled) * * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be * no more than 500 characters. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, end_time asc, create_time desc` Supported fields are: - * `create_time`: corresponds to time the job was created. - `end_time`: * corresponds to time the job ended. - `name`: corresponds to job's name. - * `state`: corresponds to `state` * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @opt_param string type The type of job. Defaults to `DlpJobType.INSPECT` * @return Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse */ public function listProjectsDlpJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse"); } } PK- Z]weeTvendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsContent.phpnu[ * $dlpService = new Google_Service_DLP(...); * $content = $dlpService->content; * */ class Google_Service_DLP_Resource_ProjectsContent extends Google_Service_Resource { /** * De-identifies potentially sensitive info from a ContentItem. This method has * limits on input size and output size. See https://cloud.google.com/dlp/docs * /deidentify-sensitive-data to learn more. When no InfoTypes or * CustomInfoTypes are specified in this request, the system will automatically * choose what detectors to run. By default this may be all types, but may * change over time as detectors are updated. (content.deidentify) * * @param string $parent Parent resource name. The format of this value varies * depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse */ public function deidentify($parent, Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse"); } /** * Finds potentially sensitive info in content. This method has limits on input * size, processing time, and output size. When no InfoTypes or CustomInfoTypes * are specified in this request, the system will automatically choose what * detectors to run. By default this may be all types, but may change over time * as detectors are updated. For how to guides, see * https://cloud.google.com/dlp/docs/inspecting-images and * https://cloud.google.com/dlp/docs/inspecting-text, (content.inspect) * * @param string $parent Parent resource name. The format of this value varies * depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse */ public function inspect($parent, Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('inspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse"); } /** * Re-identifies content that has been de-identified. See * https://cloud.google.com/dlp/docs/pseudonymization#re- * identification_in_free_text_code_example to learn more. (content.reidentify) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse */ public function reidentify($parent, Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse"); } } PK- Z˗ Rvendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsImage.phpnu[ * $dlpService = new Google_Service_DLP(...); * $image = $dlpService->image; * */ class Google_Service_DLP_Resource_ProjectsImage extends Google_Service_Resource { /** * Redacts potentially sensitive info from an image. This method has limits on * input size, processing time, and output size. See * https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn * more. When no InfoTypes or CustomInfoTypes are specified in this request, the * system will automatically choose what detectors to run. By default this may * be all types, but may change over time as detectors are updated. * (image.redact) * * @param string $parent Parent resource name. The format of this value varies * depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse */ public function redact($parent, Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('redact', array($params), "Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse"); } } PK- Z]^^Nvendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.phpnu[ * $dlpService = new Google_Service_DLP(...); * $locations = $dlpService->locations; * */ class Google_Service_DLP_Resource_Locations extends Google_Service_Resource { } PK- ZME}\\jvendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsStoredInfoTypes.phpnu[ * $dlpService = new Google_Service_DLP(...); * $storedInfoTypes = $dlpService->storedInfoTypes; * */ class Google_Service_DLP_Resource_OrganizationsLocationsStoredInfoTypes extends Google_Service_Resource { /** * Creates a pre-built stored infoType to be used for inspection. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.delete) * * @param string $name Required. Resource name of the organization and * storedInfoType to be deleted, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.get) * * @param string $name Required. Resource name of the organization and * storedInfoType to be read, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. * (storedInfoTypes.listOrganizationsLocationsStoredInfoTypes) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, display_name, create_time desc` Supported fields are: - * `create_time`: corresponds to time the most recent version of the resource * was created. - `state`: corresponds to the state of the resource. - `name`: * corresponds to resource name. - `display_name`: corresponds to info type's * display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListStoredInfoTypes`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse */ public function listOrganizationsLocationsStoredInfoTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse"); } /** * Updates the stored infoType by creating a new version. The existing version * will continue to be used until the new version is ready. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.patch) * * @param string $name Required. Resource name of organization and * storedInfoType to be updated, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } } PK- Z*\=AAavendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsStoredInfoTypes.phpnu[ * $dlpService = new Google_Service_DLP(...); * $storedInfoTypes = $dlpService->storedInfoTypes; * */ class Google_Service_DLP_Resource_OrganizationsStoredInfoTypes extends Google_Service_Resource { /** * Creates a pre-built stored infoType to be used for inspection. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.delete) * * @param string $name Required. Resource name of the organization and * storedInfoType to be deleted, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.get) * * @param string $name Required. Resource name of the organization and * storedInfoType to be read, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. * (storedInfoTypes.listOrganizationsStoredInfoTypes) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, display_name, create_time desc` Supported fields are: - * `create_time`: corresponds to time the most recent version of the resource * was created. - `state`: corresponds to the state of the resource. - `name`: * corresponds to resource name. - `display_name`: corresponds to info type's * display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListStoredInfoTypes`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse */ public function listOrganizationsStoredInfoTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse"); } /** * Updates the stored infoType by creating a new version. The existing version * will continue to be used until the new version is ready. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.patch) * * @param string $name Required. Resource name of organization and * storedInfoType to be updated, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } } PK- Zclfvendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsInspectTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $inspectTemplates = $dlpService->inspectTemplates; * */ class Google_Service_DLP_Resource_ProjectsLocationsInspectTemplates extends Google_Service_Resource { /** * Creates an InspectTemplate for re-using frequently used configuration for * inspecting content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates to learn more. * (inspectTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.delete) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be deleted, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.get) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be read, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. * (inspectTemplates.listProjectsLocationsInspectTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListInspectTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse */ public function listProjectsLocationsInspectTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse"); } /** * Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.patch) * * @param string $name Required. Resource name of organization and * inspectTemplate to be updated, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } } PK- Zspنevendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsDeidentifyTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $deidentifyTemplates = $dlpService->deidentifyTemplates; * */ class Google_Service_DLP_Resource_OrganizationsDeidentifyTemplates extends Google_Service_Resource { /** * Creates a DeidentifyTemplate for re-using frequently used configuration for * de-identifying content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. * (deidentifyTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.delete) * * @param string $name Required. Resource name of the organization and * deidentify template to be deleted, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.get) * * @param string $name Required. Resource name of the organization and * deidentify template to be read, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. * (deidentifyTemplates.listOrganizationsDeidentifyTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListDeidentifyTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse */ public function listOrganizationsDeidentifyTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"); } /** * Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs * /creating-templates-deid to learn more. (deidentifyTemplates.patch) * * @param string $name Required. Resource name of organization and deidentify * template to be updated, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } } PK- ZdNvendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.phpnu[ * $dlpService = new Google_Service_DLP(...); * $infoTypes = $dlpService->infoTypes; * */ class Google_Service_DLP_Resource_InfoTypes extends Google_Service_Resource { /** * Returns a list of the sensitive information types that the DLP API supports. * See https://cloud.google.com/dlp/docs/infotypes-reference to learn more. * (infoTypes.listInfoTypes) * * @param array $optParams Optional parameters. * * @opt_param string filter filter to only return infoTypes supported by certain * parts of the API. Defaults to supported_by=INSPECT. * @opt_param string languageCode BCP-47 language code for localized infoType * friendly names. If omitted, or if localized strings are not available, en-US * strings will be returned. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string parent The parent resource name. The format of this value * is as follows: locations/ LOCATION_ID * @return Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse */ public function listInfoTypes($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse"); } } PK- Z6BZZMvendor/google/apiclient-services/src/Google/Service/DLP/Resource/Projects.phpnu[ * $dlpService = new Google_Service_DLP(...); * $projects = $dlpService->projects; * */ class Google_Service_DLP_Resource_Projects extends Google_Service_Resource { } PK- ZsE&&]vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsDlpJobs.phpnu[ * $dlpService = new Google_Service_DLP(...); * $dlpJobs = $dlpService->dlpJobs; * */ class Google_Service_DLP_Resource_ProjectsLocationsDlpJobs extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running DlpJob. The server makes a * best effort to cancel the DlpJob, but success is not guaranteed. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.cancel) * * @param string $name Required. The name of the DlpJob resource to be * cancelled. * @param Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function cancel($name, Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Creates a new job to inspect storage or calculate risk metrics. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When * no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system * will automatically choose what detectors to run. By default this may be all * types, but may change over time as detectors are updated. (dlpJobs.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); } /** * Deletes a long-running DlpJob. This method indicates that the client is no * longer interested in the DlpJob result. The job will be cancelled if * possible. See https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.delete) * * @param string $name Required. The name of the DlpJob resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Finish a running hybrid DlpJob. Triggers the finalization steps and running * of any enabled actions that have not yet run. (dlpJobs.finish) * * @param string $name Required. The name of the DlpJob resource to be * cancelled. * @param Google_Service_DLP_GooglePrivacyDlpV2FinishDlpJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function finish($name, Google_Service_DLP_GooglePrivacyDlpV2FinishDlpJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('finish', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running DlpJob. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.get) * * @param string $name Required. The name of the DlpJob resource. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); } /** * Inspect hybrid content and store findings to a job. To review the findings, * inspect the job. Inspection will occur asynchronously. * (dlpJobs.hybridInspect) * * @param string $name Required. Resource name of the job to execute a hybrid * inspect on, for example `projects/dlp-test-project/dlpJob/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2HybridInspectDlpJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2HybridInspectResponse */ public function hybridInspect($name, Google_Service_DLP_GooglePrivacyDlpV2HybridInspectDlpJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('hybridInspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2HybridInspectResponse"); } /** * Lists DlpJobs that match the specified filter in the request. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.listProjectsLocationsDlpJobs) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering. Supported syntax: * Filter * expressions are made up of one or more restrictions. * Restrictions can be * combined by `AND` or `OR` logical operators. A sequence of restrictions * implicitly uses `AND`. * A restriction has the form of `{field} {operator} * {value}`. * Supported fields/values for inspect jobs: - `state` - * PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - * DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the * trigger that created job. - 'end_time` - Corresponds to time the job * finished. - 'start_time` - Corresponds to time the job finished. * Supported * fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - * 'end_time` - Corresponds to time the job finished. - 'start_time` - * Corresponds to time the job finished. * The operator must be `=` or `!=`. * Examples: * inspected_storage = cloud_storage AND state = done * * inspected_storage = cloud_storage OR inspected_storage = bigquery * * inspected_storage = cloud_storage AND (state = done OR state = canceled) * * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be * no more than 500 characters. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, end_time asc, create_time desc` Supported fields are: - * `create_time`: corresponds to time the job was created. - `end_time`: * corresponds to time the job ended. - `name`: corresponds to job's name. - * `state`: corresponds to `state` * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @opt_param string type The type of job. Defaults to `DlpJobType.INSPECT` * @return Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse */ public function listProjectsLocationsDlpJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse"); } } PK- Zivendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsDeidentifyTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $deidentifyTemplates = $dlpService->deidentifyTemplates; * */ class Google_Service_DLP_Resource_ProjectsLocationsDeidentifyTemplates extends Google_Service_Resource { /** * Creates a DeidentifyTemplate for re-using frequently used configuration for * de-identifying content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. * (deidentifyTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.delete) * * @param string $name Required. Resource name of the organization and * deidentify template to be deleted, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. (deidentifyTemplates.get) * * @param string $name Required. Resource name of the organization and * deidentify template to be read, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } /** * Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating- * templates-deid to learn more. * (deidentifyTemplates.listProjectsLocationsDeidentifyTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListDeidentifyTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse */ public function listProjectsLocationsDeidentifyTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"); } /** * Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs * /creating-templates-deid to learn more. (deidentifyTemplates.patch) * * @param string $name Required. Resource name of organization and deidentify * template to be updated, for example * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- * id/deidentifyTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); } } PK- Z`nnRvendor/google/apiclient-services/src/Google/Service/DLP/Resource/Organizations.phpnu[ * $dlpService = new Google_Service_DLP(...); * $organizations = $dlpService->organizations; * */ class Google_Service_DLP_Resource_Organizations extends Google_Service_Resource { } PK- Zڙbvendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsDlpJobs.phpnu[ * $dlpService = new Google_Service_DLP(...); * $dlpJobs = $dlpService->dlpJobs; * */ class Google_Service_DLP_Resource_OrganizationsLocationsDlpJobs extends Google_Service_Resource { /** * Lists DlpJobs that match the specified filter in the request. See * https://cloud.google.com/dlp/docs/inspecting-storage and * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. * (dlpJobs.listOrganizationsLocationsDlpJobs) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering. Supported syntax: * Filter * expressions are made up of one or more restrictions. * Restrictions can be * combined by `AND` or `OR` logical operators. A sequence of restrictions * implicitly uses `AND`. * A restriction has the form of `{field} {operator} * {value}`. * Supported fields/values for inspect jobs: - `state` - * PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - * DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the * trigger that created job. - 'end_time` - Corresponds to time the job * finished. - 'start_time` - Corresponds to time the job finished. * Supported * fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - * 'end_time` - Corresponds to time the job finished. - 'start_time` - * Corresponds to time the job finished. * The operator must be `=` or `!=`. * Examples: * inspected_storage = cloud_storage AND state = done * * inspected_storage = cloud_storage OR inspected_storage = bigquery * * inspected_storage = cloud_storage AND (state = done OR state = canceled) * * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be * no more than 500 characters. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, end_time asc, create_time desc` Supported fields are: - * `create_time`: corresponds to time the job was created. - `end_time`: * corresponds to time the job ended. - `name`: corresponds to job's name. - * `state`: corresponds to `state` * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @opt_param string type The type of job. Defaults to `DlpJobType.INSPECT` * @return Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse */ public function listOrganizationsLocationsDlpJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse"); } } PK- Zw4bvendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $inspectTemplates = $dlpService->inspectTemplates; * */ class Google_Service_DLP_Resource_OrganizationsInspectTemplates extends Google_Service_Resource { /** * Creates an InspectTemplate for re-using frequently used configuration for * inspecting content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates to learn more. * (inspectTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.delete) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be deleted, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.get) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be read, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.listOrganizationsInspectTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListInspectTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse */ public function listOrganizationsInspectTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse"); } /** * Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.patch) * * @param string $name Required. Resource name of organization and * inspectTemplate to be updated, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } } PK- ZtLGkvendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsInspectTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $inspectTemplates = $dlpService->inspectTemplates; * */ class Google_Service_DLP_Resource_OrganizationsLocationsInspectTemplates extends Google_Service_Resource { /** * Creates an InspectTemplate for re-using frequently used configuration for * inspecting content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates to learn more. * (inspectTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.delete) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be deleted, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.get) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be read, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. * (inspectTemplates.listOrganizationsLocationsInspectTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListInspectTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse */ public function listOrganizationsLocationsInspectTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse"); } /** * Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.patch) * * @param string $name Required. Resource name of organization and * inspectTemplate to be updated, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } } PK- ZL*MMevendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsStoredInfoTypes.phpnu[ * $dlpService = new Google_Service_DLP(...); * $storedInfoTypes = $dlpService->storedInfoTypes; * */ class Google_Service_DLP_Resource_ProjectsLocationsStoredInfoTypes extends Google_Service_Resource { /** * Creates a pre-built stored infoType to be used for inspection. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.delete) * * @param string $name Required. Resource name of the organization and * storedInfoType to be deleted, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. (storedInfoTypes.get) * * @param string $name Required. Resource name of the organization and * storedInfoType to be read, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } /** * Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating- * stored-infotypes to learn more. * (storedInfoTypes.listProjectsLocationsStoredInfoTypes) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc, display_name, create_time desc` Supported fields are: - * `create_time`: corresponds to time the most recent version of the resource * was created. - `state`: corresponds to the state of the resource. - `name`: * corresponds to resource name. - `display_name`: corresponds to info type's * display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListStoredInfoTypes`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse */ public function listProjectsLocationsStoredInfoTypes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse"); } /** * Updates the stored infoType by creating a new version. The existing version * will continue to be used until the new version is ready. See * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. * (storedInfoTypes.patch) * * @param string $name Required. Resource name of organization and * storedInfoType to be updated, for example * `organizations/433245324/storedInfoTypes/432452342` or projects/project- * id/storedInfoTypes/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); } } PK- Z1.]vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsInspectTemplates.phpnu[ * $dlpService = new Google_Service_DLP(...); * $inspectTemplates = $dlpService->inspectTemplates; * */ class Google_Service_DLP_Resource_ProjectsInspectTemplates extends Google_Service_Resource { /** * Creates an InspectTemplate for re-using frequently used configuration for * inspecting content, images, and storage. See * https://cloud.google.com/dlp/docs/creating-templates to learn more. * (inspectTemplates.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.delete) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be deleted, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.get) * * @param string $name Required. Resource name of the organization and * inspectTemplate to be read, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } /** * Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.listProjectsInspectTemplates) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on the scope of the request (project or organization) * and whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID + Organizations scope, location specified: * `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no * location specified (defaults to global): `organizations/`ORG_ID The following * example `parent` string specifies a parent project with the identifier * `example-project`, and specifies the `europe-west3` location for processing * data: parent=projects/example-project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of fields to order by, * followed by `asc` or `desc` postfix. This list is case-insensitive, default * sorting order is ascending, redundant space characters are insignificant. * Example: `name asc,update_time, create_time desc` Supported fields are: - * `create_time`: corresponds to time the template was created. - `update_time`: * corresponds to time the template was last updated. - `name`: corresponds to * template's name. - `display_name`: corresponds to template's display name. * @opt_param int pageSize Size of the page, can be limited by server. If zero * server returns a page of max size 100. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to `ListInspectTemplates`. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse */ public function listProjectsInspectTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse"); } /** * Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating- * templates to learn more. (inspectTemplates.patch) * * @param string $name Required. Resource name of organization and * inspectTemplate to be updated, for example * `organizations/433245324/inspectTemplates/432452342` or projects/project- * id/inspectTemplates/432452342. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); } } PK- ZD-K*%%avendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsJobTriggers.phpnu[ * $dlpService = new Google_Service_DLP(...); * $jobTriggers = $dlpService->jobTriggers; * */ class Google_Service_DLP_Resource_ProjectsLocationsJobTriggers extends Google_Service_Resource { /** * Activate a job trigger. Causes the immediate execute of a trigger instead of * waiting on the trigger event to occur. (jobTriggers.activate) * * @param string $name Required. Resource name of the trigger to activate, for * example `projects/dlp-test-project/jobTriggers/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob */ public function activate($name, Google_Service_DLP_GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); } /** * Creates a job trigger to run DLP actions such as scanning storage for * sensitive information on a set schedule. See * https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. * (jobTriggers.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } /** * Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.delete) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.get) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } /** * Inspect hybrid content and store findings to a trigger. The inspection will * be processed asynchronously. To review the findings monitor the jobs within * the trigger. (jobTriggers.hybridInspect) * * @param string $name Required. Resource name of the trigger to execute a * hybrid inspect on, for example `projects/dlp-test- * project/jobTriggers/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2HybridInspectJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2HybridInspectResponse */ public function hybridInspect($name, Google_Service_DLP_GooglePrivacyDlpV2HybridInspectJobTriggerRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('hybridInspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2HybridInspectResponse"); } /** * Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.listProjectsLocationsJobTriggers) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering. Supported syntax: * Filter * expressions are made up of one or more restrictions. * Restrictions can be * combined by `AND` or `OR` logical operators. A sequence of restrictions * implicitly uses `AND`. * A restriction has the form of `{field} {operator} * {value}`. * Supported fields/values for inspect triggers: - `status` - * HEALTHY|PAUSED|CANCELLED - `inspected_storage` - * DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted * timestamp, surrounded by quotation marks. Nanoseconds are ignored. - * 'error_count' - Number of errors that have occurred while running. * The * operator must be `=` or `!=` for status and inspected_storage. Examples: * * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = * cloud_storage OR inspected_storage = bigquery * inspected_storage = * cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > * \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than * 500 characters. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of triggeredJob fields to * order by, followed by `asc` or `desc` postfix. This list is case-insensitive, * default sorting order is ascending, redundant space characters are * insignificant. Example: `name asc,update_time, create_time desc` Supported * fields are: - `create_time`: corresponds to time the JobTrigger was created. * - `update_time`: corresponds to time the JobTrigger was last updated. - * `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: * corresponds to JobTrigger's name. - `display_name`: corresponds to * JobTrigger's display name. - `status`: corresponds to JobTrigger's status. * @opt_param int pageSize Size of the page, can be limited by a server. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to ListJobTriggers. `order_by` field must not change for * subsequent calls. * @return Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse */ public function listProjectsLocationsJobTriggers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse"); } /** * Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.patch) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } } PK- ZdůV!!Xvendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsJobTriggers.phpnu[ * $dlpService = new Google_Service_DLP(...); * $jobTriggers = $dlpService->jobTriggers; * */ class Google_Service_DLP_Resource_ProjectsJobTriggers extends Google_Service_Resource { /** * Activate a job trigger. Causes the immediate execute of a trigger instead of * waiting on the trigger event to occur. (jobTriggers.activate) * * @param string $name Required. Resource name of the trigger to activate, for * example `projects/dlp-test-project/jobTriggers/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob */ public function activate($name, Google_Service_DLP_GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); } /** * Creates a job trigger to run DLP actions such as scanning storage for * sensitive information on a set schedule. See * https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. * (jobTriggers.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } /** * Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.delete) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.get) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } /** * Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.listProjectsJobTriggers) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering. Supported syntax: * Filter * expressions are made up of one or more restrictions. * Restrictions can be * combined by `AND` or `OR` logical operators. A sequence of restrictions * implicitly uses `AND`. * A restriction has the form of `{field} {operator} * {value}`. * Supported fields/values for inspect triggers: - `status` - * HEALTHY|PAUSED|CANCELLED - `inspected_storage` - * DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted * timestamp, surrounded by quotation marks. Nanoseconds are ignored. - * 'error_count' - Number of errors that have occurred while running. * The * operator must be `=` or `!=` for status and inspected_storage. Examples: * * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = * cloud_storage OR inspected_storage = bigquery * inspected_storage = * cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > * \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than * 500 characters. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of triggeredJob fields to * order by, followed by `asc` or `desc` postfix. This list is case-insensitive, * default sorting order is ascending, redundant space characters are * insignificant. Example: `name asc,update_time, create_time desc` Supported * fields are: - `create_time`: corresponds to time the JobTrigger was created. * - `update_time`: corresponds to time the JobTrigger was last updated. - * `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: * corresponds to JobTrigger's name. - `display_name`: corresponds to * JobTrigger's display name. - `status`: corresponds to JobTrigger's status. * @opt_param int pageSize Size of the page, can be limited by a server. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to ListJobTriggers. `order_by` field must not change for * subsequent calls. * @return Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse */ public function listProjectsJobTriggers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse"); } /** * Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.patch) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } } PK- ZX [vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsImage.phpnu[ * $dlpService = new Google_Service_DLP(...); * $image = $dlpService->image; * */ class Google_Service_DLP_Resource_ProjectsLocationsImage extends Google_Service_Resource { /** * Redacts potentially sensitive info from an image. This method has limits on * input size, processing time, and output size. See * https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn * more. When no InfoTypes or CustomInfoTypes are specified in this request, the * system will automatically choose what detectors to run. By default this may * be all types, but may change over time as detectors are updated. * (image.redact) * * @param string $parent Parent resource name. The format of this value varies * depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse */ public function redact($parent, Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('redact', array($params), "Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse"); } } PK- ZLׂܹfvendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsJobTriggers.phpnu[ * $dlpService = new Google_Service_DLP(...); * $jobTriggers = $dlpService->jobTriggers; * */ class Google_Service_DLP_Resource_OrganizationsLocationsJobTriggers extends Google_Service_Resource { /** * Creates a job trigger to run DLP actions such as scanning storage for * sensitive information on a set schedule. See * https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. * (jobTriggers.create) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } /** * Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.delete) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); } /** * Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.get) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } /** * Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.listOrganizationsLocationsJobTriggers) * * @param string $parent Required. Parent resource name. The format of this * value varies depending on whether you have [specified a processing * location](https://cloud.google.com/dlp/docs/specifying-location): + Projects * scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + * Projects scope, no location specified (defaults to global): * `projects/`PROJECT_ID The following example `parent` string specifies a * parent project with the identifier `example-project`, and specifies the * `europe-west3` location for processing data: parent=projects/example- * project/locations/europe-west3 * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering. Supported syntax: * Filter * expressions are made up of one or more restrictions. * Restrictions can be * combined by `AND` or `OR` logical operators. A sequence of restrictions * implicitly uses `AND`. * A restriction has the form of `{field} {operator} * {value}`. * Supported fields/values for inspect triggers: - `status` - * HEALTHY|PAUSED|CANCELLED - `inspected_storage` - * DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted * timestamp, surrounded by quotation marks. Nanoseconds are ignored. - * 'error_count' - Number of errors that have occurred while running. * The * operator must be `=` or `!=` for status and inspected_storage. Examples: * * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = * cloud_storage OR inspected_storage = bigquery * inspected_storage = * cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > * \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than * 500 characters. * @opt_param string locationId Deprecated. This field has no effect. * @opt_param string orderBy Comma separated list of triggeredJob fields to * order by, followed by `asc` or `desc` postfix. This list is case-insensitive, * default sorting order is ascending, redundant space characters are * insignificant. Example: `name asc,update_time, create_time desc` Supported * fields are: - `create_time`: corresponds to time the JobTrigger was created. * - `update_time`: corresponds to time the JobTrigger was last updated. - * `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: * corresponds to JobTrigger's name. - `display_name`: corresponds to * JobTrigger's display name. - `status`: corresponds to JobTrigger's status. * @opt_param int pageSize Size of the page, can be limited by a server. * @opt_param string pageToken Page token to continue retrieval. Comes from * previous call to ListJobTriggers. `order_by` field must not change for * subsequent calls. * @return Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse */ public function listOrganizationsLocationsJobTriggers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse"); } /** * Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job- * triggers to learn more. (jobTriggers.patch) * * @param string $name Required. Resource name of the project and the * triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); } } PK- ZU %Vvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.phpnu[date = $date; } /** * @return Google_Service_DLP_GoogleTypeDate */ public function getDate() { return $this->date; } public function setDayOfWeek($dayOfWeek) { $this->dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } /** * @param Google_Service_DLP_GoogleTypeTimeOfDay */ public function setTime(Google_Service_DLP_GoogleTypeTimeOfDay $time) { $this->time = $time; } /** * @return Google_Service_DLP_GoogleTypeTimeOfDay */ public function getTime() { return $this->time; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TimeZone */ public function setTimeZone(Google_Service_DLP_GooglePrivacyDlpV2TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TimeZone */ public function getTimeZone() { return $this->timeZone; } } PK- ZY zibvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdentifierField.phpnu[customTag = $customTag; } public function getCustomTag() { return $this->customTag; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) { $this->field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } } PK- Z5GGavendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageResponse.phpnu[extractedText = $extractedText; } public function getExtractedText() { return $this->extractedText; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectResult */ public function setInspectResult(Google_Service_DLP_GooglePrivacyDlpV2InspectResult $inspectResult) { $this->inspectResult = $inspectResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectResult */ public function getInspectResult() { return $this->inspectResult; } public function setRedactedImage($redactedImage) { $this->redactedImage = $redactedImage; } public function getRedactedImage() { return $this->redactedImage; } } PK- ZK)?Xvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredType.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- ZB,dvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsResult.phpnu[valueFrequencyHistogramBuckets = $valueFrequencyHistogramBuckets; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsHistogramBucket[] */ public function getValueFrequencyHistogramBuckets() { return $this->valueFrequencyHistogramBuckets; } } PK- Zυhvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryStats.phpnu[approxNumPhrases = $approxNumPhrases; } public function getApproxNumPhrases() { return $this->approxNumPhrases; } } PK- Za[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.phpnu[boundingBoxes = $boundingBoxes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BoundingBox[] */ public function getBoundingBoxes() { return $this->boundingBoxes; } } PK- Z evendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridInspectStatistics.phpnu[abortedCount = $abortedCount; } public function getAbortedCount() { return $this->abortedCount; } public function setPendingCount($pendingCount) { $this->pendingCount = $pendingCount; } public function getPendingCount() { return $this->pendingCount; } public function setProcessedCount($processedCount) { $this->processedCount = $processedCount; } public function getProcessedCount() { return $this->processedCount; } } PK- Z`dvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformation.phpnu[infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType[] */ public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation) { $this->primitiveTransformation = $primitiveTransformation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function getPrimitiveTransformation() { return $this->primitiveTransformation; } } PK- Z4G$$bvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationConfig.phpnu[auxiliaryTables = $auxiliaryTables; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable[] */ public function getAuxiliaryTables() { return $this->auxiliaryTables; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TaggedField[] */ public function setQuasiIds($quasiIds) { $this->quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TaggedField[] */ public function getQuasiIds() { return $this->quasiIds; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK- ZYvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.phpnu[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; } } PK- ZƆgvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityHistogramBucket.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } public function setBucketValueCount($bucketValueCount) { $this->bucketValueCount = $bucketValueCount; } public function getBucketValueCount() { return $this->bucketValueCount; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass[] */ public function setBucketValues($bucketValues) { $this->bucketValues = $bucketValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass[] */ public function getBucketValues() { return $this->bucketValues; } public function setEquivalenceClassSizeLowerBound($equivalenceClassSizeLowerBound) { $this->equivalenceClassSizeLowerBound = $equivalenceClassSizeLowerBound; } public function getEquivalenceClassSizeLowerBound() { return $this->equivalenceClassSizeLowerBound; } public function setEquivalenceClassSizeUpperBound($equivalenceClassSizeUpperBound) { $this->equivalenceClassSizeUpperBound = $equivalenceClassSizeUpperBound; } public function getEquivalenceClassSizeUpperBound() { return $this->equivalenceClassSizeUpperBound; } } PK- Z//cvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationSummary.phpnu[field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation[] */ public function setFieldTransformations($fieldTransformations) { $this->fieldTransformations = $fieldTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation[] */ public function getFieldTransformations() { return $this->fieldTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression */ public function setRecordSuppress(Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression $recordSuppress) { $this->recordSuppress = $recordSuppress; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression */ public function getRecordSuppress() { return $this->recordSuppress; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2SummaryResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2SummaryResult[] */ public function getResults() { return $this->results; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function setTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $transformation) { $this->transformation = $transformation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function getTransformation() { return $this->transformation; } public function setTransformedBytes($transformedBytes) { $this->transformedBytes = $transformedBytes; } public function getTransformedBytes() { return $this->transformedBytes; } } PK- ZI+\ \ ^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.phpnu[actions = $actions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Action[] */ public function getActions() { return $this->actions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StorageConfig */ public function setStorageConfig(Google_Service_DLP_GooglePrivacyDlpV2StorageConfig $storageConfig) { $this->storageConfig = $storageConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StorageConfig */ public function getStorageConfig() { return $this->storageConfig; } } PK- Z_@^^Zvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.phpnu[entityKey = $entityKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Key */ public function getEntityKey() { return $this->entityKey; } } PK- Z6R77bvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StorageMetadataLabel.phpnu[key = $key; } public function getKey() { return $this->key; } } PK- ZȮjvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInspectTemplatesResponse.phpnu[inspectTemplates = $inspectTemplates; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate[] */ public function getInspectTemplates() { return $this->inspectTemplates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Zs@Gavendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDlpJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z[cvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridInspectResponse.phpnu[recurrencePeriodDuration = $recurrencePeriodDuration; } public function getRecurrencePeriodDuration() { return $this->recurrencePeriodDuration; } } PK- Z9f ]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.phpnu[excludedFields = $excludedFields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getExcludedFields() { return $this->excludedFields; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function setIdentifyingFields($identifyingFields) { $this->identifyingFields = $identifyingFields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getIdentifyingFields() { return $this->identifyingFields; } public function setRowsLimit($rowsLimit) { $this->rowsLimit = $rowsLimit; } public function getRowsLimit() { return $this->rowsLimit; } public function setRowsLimitPercent($rowsLimitPercent) { $this->rowsLimitPercent = $rowsLimitPercent; } public function getRowsLimitPercent() { return $this->rowsLimitPercent; } public function setSampleMethod($sampleMethod) { $this->sampleMethod = $sampleMethod; } public function getSampleMethod() { return $this->sampleMethod; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference) { $this->tableReference = $tableReference; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTableReference() { return $this->tableReference; } } PK- ZnZvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdField.phpnu[customTag = $customTag; } public function getCustomTag() { return $this->customTag; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) { $this->field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } } PK- Z"tEEevendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateJobTriggerRequest.phpnu[jobTrigger = $jobTrigger; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function getJobTrigger() { return $this->jobTrigger; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK- Z=mavendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CancelDlpJobRequest.phpnu[bigQueryKey = $bigQueryKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryKey */ public function getBigQueryKey() { return $this->bigQueryKey; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey */ public function setDatastoreKey(Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey $datastoreKey) { $this->datastoreKey = $datastoreKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey */ public function getDatastoreKey() { return $this->datastoreKey; } public function setIdValues($idValues) { $this->idValues = $idValues; } public function getIdValues() { return $this->idValues; } } PK- Zӷrvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.phpnu[estimatedProbability = $estimatedProbability; } public function getEstimatedProbability() { return $this->estimatedProbability; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function setQuasiIdsValues($quasiIdsValues) { $this->quasiIdsValues = $quasiIdsValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function getQuasiIdsValues() { return $this->quasiIdsValues; } } PK- Z2UJ44avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KmsWrappedCryptoKey.phpnu[cryptoKeyName = $cryptoKeyName; } public function getCryptoKeyName() { return $this->cryptoKeyName; } public function setWrappedKey($wrappedKey) { $this->wrappedKey = $wrappedKey; } public function getWrappedKey() { return $this->wrappedKey; } } PK- Z1b\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRule.phpnu[exclusionRule = $exclusionRule; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ExclusionRule */ public function getExclusionRule() { return $this->exclusionRule; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2HotwordRule */ public function setHotwordRule(Google_Service_DLP_GooglePrivacyDlpV2HotwordRule $hotwordRule) { $this->hotwordRule = $hotwordRule; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HotwordRule */ public function getHotwordRule() { return $this->hotwordRule; } } PK- Z&EFF\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AuxiliaryTable.phpnu[quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiIdField[] */ public function getQuasiIds() { return $this->quasiIds; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setRelativeFrequency(Google_Service_DLP_GooglePrivacyDlpV2FieldId $relativeFrequency) { $this->relativeFrequency = $relativeFrequency; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getRelativeFrequency() { return $this->relativeFrequency; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } } PK- ZvEBBbvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationResult.phpnu[kMapEstimationHistogram = $kMapEstimationHistogram; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationHistogramBucket[] */ public function getKMapEstimationHistogram() { return $this->kMapEstimationHistogram; } } PK- Z ==Svendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Regex.phpnu[groupIndexes = $groupIndexes; } public function getGroupIndexes() { return $this->groupIndexes; } public function setPattern($pattern) { $this->pattern = $pattern; } public function getPattern() { return $this->pattern; } } PK- ZөCHHtvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } public function setBucketValueCount($bucketValueCount) { $this->bucketValueCount = $bucketValueCount; } public function getBucketValueCount() { return $this->bucketValueCount; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues[] */ public function setBucketValues($bucketValues) { $this->bucketValues = $bucketValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues[] */ public function getBucketValues() { return $this->bucketValues; } public function setMaxProbability($maxProbability) { $this->maxProbability = $maxProbability; } public function getMaxProbability() { return $this->maxProbability; } public function setMinProbability($minProbability) { $this->minProbability = $minProbability; } public function getMinProbability() { return $this->minProbability; } } PK- Z/PPQvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Row.phpnu[values = $values; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function getValues() { return $this->values; } } PK- Zi ]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentLocation.phpnu[containerName = $containerName; } public function getContainerName() { return $this->containerName; } public function setContainerTimestamp($containerTimestamp) { $this->containerTimestamp = $containerTimestamp; } public function getContainerTimestamp() { return $this->containerTimestamp; } public function setContainerVersion($containerVersion) { $this->containerVersion = $containerVersion; } public function getContainerVersion() { return $this->containerVersion; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation */ public function setDocumentLocation(Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation $documentLocation) { $this->documentLocation = $documentLocation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation */ public function getDocumentLocation() { return $this->documentLocation; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ImageLocation */ public function setImageLocation(Google_Service_DLP_GooglePrivacyDlpV2ImageLocation $imageLocation) { $this->imageLocation = $imageLocation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ImageLocation */ public function getImageLocation() { return $this->imageLocation; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2MetadataLocation */ public function setMetadataLocation(Google_Service_DLP_GooglePrivacyDlpV2MetadataLocation $metadataLocation) { $this->metadataLocation = $metadataLocation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2MetadataLocation */ public function getMetadataLocation() { return $this->metadataLocation; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordLocation */ public function setRecordLocation(Google_Service_DLP_GooglePrivacyDlpV2RecordLocation $recordLocation) { $this->recordLocation = $recordLocation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordLocation */ public function getRecordLocation() { return $this->recordLocation; } } PK- ZDcvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordTransformations.phpnu[fieldTransformations = $fieldTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation[] */ public function getFieldTransformations() { return $this->fieldTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression[] */ public function setRecordSuppressions($recordSuppressions) { $this->recordSuppressions = $recordSuppressions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression[] */ public function getRecordSuppressions() { return $this->recordSuppressions; } } PK- ZjVVbvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsConfig.phpnu[field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } } PK- Z,%%bvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageRedactionConfig.phpnu[infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } public function setRedactAllText($redactAllText) { $this->redactAllText = $redactAllText; } public function getRedactAllText() { return $this->redactAllText; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Color */ public function setRedactionColor(Google_Service_DLP_GooglePrivacyDlpV2Color $redactionColor) { $this->redactionColor = $redactionColor; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Color */ public function getRedactionColor() { return $this->redactionColor; } } PK- ZչqqVvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimeZone.phpnu[offsetMinutes = $offsetMinutes; } public function getOffsetMinutes() { return $this->offsetMinutes; } } PK- Z3F }}_vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridContentItem.phpnu[findingDetails = $findingDetails; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HybridFindingDetails */ public function getFindingDetails() { return $this->findingDetails; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) { $this->item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } } PK- Ze&0Zvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SaveFindings.phpnu[outputConfig = $outputConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2OutputStorageConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK- ZMg g cvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeVersion.phpnu[config = $config; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Error[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Error[] */ public function getErrors() { return $this->errors; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats */ public function setStats(Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats $stats) { $this->stats = $stats; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats */ public function getStats() { return $this->stats; } } PK- Z gvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.phpnu[commonAlphabet = $commonAlphabet; } public function getCommonAlphabet() { return $this->commonAlphabet; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setContext(Google_Service_DLP_GooglePrivacyDlpV2FieldId $context) { $this->context = $context; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } public function setCustomAlphabet($customAlphabet) { $this->customAlphabet = $customAlphabet; } public function getCustomAlphabet() { return $this->customAlphabet; } public function setRadix($radix) { $this->radix = $radix; } public function getRadix() { return $this->radix; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setSurrogateInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $surrogateInfoType) { $this->surrogateInfoType = $surrogateInfoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getSurrogateInfoType() { return $this->surrogateInfoType; } } PK- Z\; & & ^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyConfig.phpnu[infoTypeTransformations = $infoTypeTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations */ public function getInfoTypeTransformations() { return $this->infoTypeTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations */ public function setRecordTransformations(Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations $recordTransformations) { $this->recordTransformations = $recordTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations */ public function getRecordTransformations() { return $this->recordTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationErrorHandling */ public function setTransformationErrorHandling(Google_Service_DLP_GooglePrivacyDlpV2TransformationErrorHandling $transformationErrorHandling) { $this->transformationErrorHandling = $transformationErrorHandling; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationErrorHandling */ public function getTransformationErrorHandling() { return $this->transformationErrorHandling; } } PK- Z"hK]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateShiftConfig.phpnu[context = $context; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } public function setLowerBoundDays($lowerBoundDays) { $this->lowerBoundDays = $lowerBoundDays; } public function getLowerBoundDays() { return $this->lowerBoundDays; } public function setUpperBoundDays($upperBoundDays) { $this->upperBoundDays = $upperBoundDays; } public function getUpperBoundDays() { return $this->upperBoundDays; } } PK- Z MZZ\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimespanConfig.phpnu[enableAutoPopulationOfTimespanConfig = $enableAutoPopulationOfTimespanConfig; } public function getEnableAutoPopulationOfTimespanConfig() { return $this->enableAutoPopulationOfTimespanConfig; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setTimestampField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $timestampField) { $this->timestampField = $timestampField; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getTimestampField() { return $this->timestampField; } } PK- Z  bvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeConfig.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Dictionary */ public function setDictionary(Google_Service_DLP_GooglePrivacyDlpV2Dictionary $dictionary) { $this->dictionary = $dictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary */ public function getDictionary() { return $this->dictionary; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig */ public function setLargeCustomDictionary(Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig $largeCustomDictionary) { $this->largeCustomDictionary = $largeCustomDictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig */ public function getLargeCustomDictionary() { return $this->largeCustomDictionary; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex) { $this->regex = $regex; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function getRegex() { return $this->regex; } } PK- Zjb  [vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryField.phpnu[field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } } PK- ZȖevendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrimitiveTransformation.phpnu[bucketingConfig = $bucketingConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig */ public function getBucketingConfig() { return $this->bucketingConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig */ public function setCharacterMaskConfig(Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig $characterMaskConfig) { $this->characterMaskConfig = $characterMaskConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig */ public function getCharacterMaskConfig() { return $this->characterMaskConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig */ public function setCryptoDeterministicConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig $cryptoDeterministicConfig) { $this->cryptoDeterministicConfig = $cryptoDeterministicConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig */ public function getCryptoDeterministicConfig() { return $this->cryptoDeterministicConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig */ public function setCryptoHashConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig $cryptoHashConfig) { $this->cryptoHashConfig = $cryptoHashConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig */ public function getCryptoHashConfig() { return $this->cryptoHashConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig */ public function setCryptoReplaceFfxFpeConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig) { $this->cryptoReplaceFfxFpeConfig = $cryptoReplaceFfxFpeConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig */ public function getCryptoReplaceFfxFpeConfig() { return $this->cryptoReplaceFfxFpeConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig */ public function setDateShiftConfig(Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig $dateShiftConfig) { $this->dateShiftConfig = $dateShiftConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig */ public function getDateShiftConfig() { return $this->dateShiftConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig */ public function setFixedSizeBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig $fixedSizeBucketingConfig) { $this->fixedSizeBucketingConfig = $fixedSizeBucketingConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig */ public function getFixedSizeBucketingConfig() { return $this->fixedSizeBucketingConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RedactConfig */ public function setRedactConfig(Google_Service_DLP_GooglePrivacyDlpV2RedactConfig $redactConfig) { $this->redactConfig = $redactConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RedactConfig */ public function getRedactConfig() { return $this->redactConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig */ public function setReplaceConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig $replaceConfig) { $this->replaceConfig = $replaceConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig */ public function getReplaceConfig() { return $this->replaceConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig */ public function setReplaceWithInfoTypeConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) { $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig */ public function getReplaceWithInfoTypeConfig() { return $this->replaceWithInfoTypeConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig */ public function setTimePartConfig(Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig $timePartConfig) { $this->timePartConfig = $timePartConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig */ public function getTimePartConfig() { return $this->timePartConfig; } } PK- Zʅ8 8 avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldTransformation.phpnu[condition = $condition; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordCondition */ public function getCondition() { return $this->condition; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getFields() { return $this->fields; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations */ public function setInfoTypeTransformations(Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations $infoTypeTransformations) { $this->infoTypeTransformations = $infoTypeTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations */ public function getInfoTypeTransformations() { return $this->infoTypeTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation) { $this->primitiveTransformation = $primitiveTransformation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function getPrimitiveTransformation() { return $this->primitiveTransformation; } } PK- ZP@qhvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridInspectDlpJobRequest.phpnu[hybridItem = $hybridItem; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HybridContentItem */ public function getHybridItem() { return $this->hybridItem; } } PK- ZzWvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Condition.phpnu[field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setValue(Google_Service_DLP_GooglePrivacyDlpV2Value $value) { $this->value = $value; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getValue() { return $this->value; } } PK- Zit@ @ Tvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DlpJob.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Error[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Error[] */ public function getErrors() { return $this->errors; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails */ public function setInspectDetails(Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails $inspectDetails) { $this->inspectDetails = $inspectDetails; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails */ public function getInspectDetails() { return $this->inspectDetails; } public function setJobTriggerName($jobTriggerName) { $this->jobTriggerName = $jobTriggerName; } public function getJobTriggerName() { return $this->jobTriggerName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails */ public function setRiskDetails(Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails $riskDetails) { $this->riskDetails = $riskDetails; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails */ public function getRiskDetails() { return $this->riskDetails; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Zghh]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BucketingConfig.phpnu[buckets = $buckets; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Bucket[] */ public function getBuckets() { return $this->buckets; } } PK- Z0Uavendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDlpJobRequest.phpnu[inspectJob = $inspectJob; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig */ public function getInspectJob() { return $this->inspectJob; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig */ public function setRiskJob(Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig $riskJob) { $this->riskJob = $riskJob; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig */ public function getRiskJob() { return $this->riskJob; } } PK- ZJvLL`vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyTemplate.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function setDeidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig) { $this->deidentifyConfig = $deidentifyConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function getDeidentifyConfig() { return $this->deidentifyConfig; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK- Z' [vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExclusionRule.phpnu[dictionary = $dictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary */ public function getDictionary() { return $this->dictionary; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes */ public function setExcludeInfoTypes(Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes $excludeInfoTypes) { $this->excludeInfoTypes = $excludeInfoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes */ public function getExcludeInfoTypes() { return $this->excludeInfoTypes; } public function setMatchingType($matchingType) { $this->matchingType = $matchingType; } public function getMatchingType() { return $this->matchingType; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex) { $this->regex = $regex; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function getRegex() { return $this->regex; } } PK- ZWRR\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CustomInfoType.phpnu[detectionRules = $detectionRules; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DetectionRule[] */ public function getDetectionRules() { return $this->detectionRules; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Dictionary */ public function setDictionary(Google_Service_DLP_GooglePrivacyDlpV2Dictionary $dictionary) { $this->dictionary = $dictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary */ public function getDictionary() { return $this->dictionary; } public function setExclusionType($exclusionType) { $this->exclusionType = $exclusionType; } public function getExclusionType() { return $this->exclusionType; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } public function setLikelihood($likelihood) { $this->likelihood = $likelihood; } public function getLikelihood() { return $this->likelihood; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex) { $this->regex = $regex; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function getRegex() { return $this->regex; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StoredType */ public function setStoredType(Google_Service_DLP_GooglePrivacyDlpV2StoredType $storedType) { $this->storedType = $storedType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredType */ public function getStoredType() { return $this->storedType; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2SurrogateType */ public function setSurrogateType(Google_Service_DLP_GooglePrivacyDlpV2SurrogateType $surrogateType) { $this->surrogateType = $surrogateType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2SurrogateType */ public function getSurrogateType() { return $this->surrogateType; } } PK- ZQ}"\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoType.phpnu[currentVersion = $currentVersion; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion */ public function getCurrentVersion() { return $this->currentVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion[] */ public function setPendingVersions($pendingVersions) { $this->pendingVersions = $pendingVersions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion[] */ public function getPendingVersions() { return $this->pendingVersions; } } PK- Z,gvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ActivateJobTriggerRequest.phpnu[namespaceId = $namespaceId; } public function getNamespaceId() { return $this->namespaceId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK- Z%"33avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2OutputStorageConfig.phpnu[outputSchema = $outputSchema; } public function getOutputSchema() { return $this->outputSchema; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } } PK- Z$? ? Vvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Location.phpnu[byteRange = $byteRange; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Range */ public function getByteRange() { return $this->byteRange; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Range */ public function setCodepointRange(Google_Service_DLP_GooglePrivacyDlpV2Range $codepointRange) { $this->codepointRange = $codepointRange; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Range */ public function getCodepointRange() { return $this->codepointRange; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Container */ public function setContainer(Google_Service_DLP_GooglePrivacyDlpV2Container $container) { $this->container = $container; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Container */ public function getContainer() { return $this->container; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentLocation[] */ public function setContentLocations($contentLocations) { $this->contentLocations = $contentLocations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentLocation[] */ public function getContentLocations() { return $this->contentLocations; } } PK- Zpbvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsResult.phpnu[maxValue = $maxValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMaxValue() { return $this->maxValue; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setMinValue(Google_Service_DLP_GooglePrivacyDlpV2Value $minValue) { $this->minValue = $minValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMinValue() { return $this->minValue; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function setQuantileValues($quantileValues) { $this->quantileValues = $quantileValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function getQuantileValues() { return $this->quantileValues; } } PK- Z@evendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformations.phpnu[transformations = $transformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformation[] */ public function getTransformations() { return $this->transformations; } } PK- Z]]gvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentResponse.phpnu[item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview */ public function setOverview(Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview $overview) { $this->overview = $overview; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview */ public function getOverview() { return $this->overview; } } PK- ZerҒ11Uvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldId.phpnu[name = $name; } public function getName() { return $this->name; } } PK- ZJ  cvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.phpnu[inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) { $this->item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } } PK- Z]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordCondition.phpnu[expressions = $expressions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Expressions */ public function getExpressions() { return $this->expressions; } } PK- Z3mS^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExcludeInfoTypes.phpnu[infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType[] */ public function getInfoTypes() { return $this->infoTypes; } } PK- Z9]m6Uvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Trigger.phpnu[manual = $manual; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Manual */ public function getManual() { return $this->manual; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Schedule */ public function setSchedule(Google_Service_DLP_GooglePrivacyDlpV2Schedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Schedule */ public function getSchedule() { return $this->schedule; } } PK- ZAkeϏ[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DetectionRule.phpnu[hotwordRule = $hotwordRule; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HotwordRule */ public function getHotwordRule() { return $this->hotwordRule; } } PK- ZXyevendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateJobTriggerRequest.phpnu[jobTrigger = $jobTrigger; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger */ public function getJobTrigger() { return $this->jobTrigger; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } } PK- Z*XYYWvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Container.phpnu[fullPath = $fullPath; } public function getFullPath() { return $this->fullPath; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } public function getRelativePath() { return $this->relativePath; } public function setRootPath($rootPath) { $this->rootPath = $rootPath; } public function getRootPath() { return $this->rootPath; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z/ / [vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StorageConfig.phpnu[bigQueryOptions = $bigQueryOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryOptions */ public function getBigQueryOptions() { return $this->bigQueryOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions */ public function setCloudStorageOptions(Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions $cloudStorageOptions) { $this->cloudStorageOptions = $cloudStorageOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions */ public function getCloudStorageOptions() { return $this->cloudStorageOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions */ public function setDatastoreOptions(Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions $datastoreOptions) { $this->datastoreOptions = $datastoreOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions */ public function getDatastoreOptions() { return $this->datastoreOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2HybridOptions */ public function setHybridOptions(Google_Service_DLP_GooglePrivacyDlpV2HybridOptions $hybridOptions) { $this->hybridOptions = $hybridOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HybridOptions */ public function getHybridOptions() { return $this->hybridOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig */ public function setTimespanConfig(Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig $timespanConfig) { $this->timespanConfig = $timespanConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig */ public function getTimespanConfig() { return $this->timespanConfig; } } PK- Z2{հlvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridInspectJobTriggerRequest.phpnu[hybridItem = $hybridItem; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HybridContentItem */ public function getHybridItem() { return $this->hybridItem; } } PK- Z(SS[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TableLocation.phpnu[rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } } PK- Z jbvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishSummaryToCscc.phpnu[count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } } PK- ZI" " [vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectConfig.phpnu[contentOptions = $contentOptions; } public function getContentOptions() { return $this->contentOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType[] */ public function setCustomInfoTypes($customInfoTypes) { $this->customInfoTypes = $customInfoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType[] */ public function getCustomInfoTypes() { return $this->customInfoTypes; } public function setExcludeInfoTypes($excludeInfoTypes) { $this->excludeInfoTypes = $excludeInfoTypes; } public function getExcludeInfoTypes() { return $this->excludeInfoTypes; } public function setIncludeQuote($includeQuote) { $this->includeQuote = $includeQuote; } public function getIncludeQuote() { return $this->includeQuote; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType[] */ public function setInfoTypes($infoTypes) { $this->infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType[] */ public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FindingLimits */ public function setLimits(Google_Service_DLP_GooglePrivacyDlpV2FindingLimits $limits) { $this->limits = $limits; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FindingLimits */ public function getLimits() { return $this->limits; } public function setMinLikelihood($minLikelihood) { $this->minLikelihood = $minLikelihood; } public function getMinLikelihood() { return $this->minLikelihood; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectionRuleSet[] */ public function setRuleSet($ruleSet) { $this->ruleSet = $ruleSet; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectionRuleSet[] */ public function getRuleSet() { return $this->ruleSet; } } PK- Z5:|c`vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LeaveUntransformed.phpnu[config = $config; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setStoredInfoTypeId($storedInfoTypeId) { $this->storedInfoTypeId = $storedInfoTypeId; } public function getStoredInfoTypeId() { return $this->storedInfoTypeId; } } PK- ZzUxxdvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentResponse.phpnu[result = $result; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectResult */ public function getResult() { return $this->result; } } PK- Z-Yvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HotwordRule.phpnu[hotwordRegex = $hotwordRegex; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function getHotwordRegex() { return $this->hotwordRegex; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment */ public function setLikelihoodAdjustment(Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment $likelihoodAdjustment) { $this->likelihoodAdjustment = $likelihoodAdjustment; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment */ public function getLikelihoodAdjustment() { return $this->likelihoodAdjustment; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Proximity */ public function setProximity(Google_Service_DLP_GooglePrivacyDlpV2Proximity $proximity) { $this->proximity = $proximity; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Proximity */ public function getProximity() { return $this->proximity; } } PK- ZcwLL^vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreOptions.phpnu[kind = $kind; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KindExpression */ public function getKind() { return $this->kind; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PartitionId */ public function setPartitionId(Google_Service_DLP_GooglePrivacyDlpV2PartitionId $partitionId) { $this->partitionId = $partitionId; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId */ public function getPartitionId() { return $this->partitionId; } } PK- Zlww\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimePartConfig.phpnu[partToExtract = $partToExtract; } public function getPartToExtract() { return $this->partToExtract; } } PK- ZW Svendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Table.phpnu[headers = $headers; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getHeaders() { return $this->headers; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Row[] */ public function getRows() { return $this->rows; } } PK- Z 66Qvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Key.phpnu[partitionId = $partitionId; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId */ public function getPartitionId() { return $this->partitionId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PathElement[] */ public function setPath($path) { $this->path = $path; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PathElement[] */ public function getPath() { return $this->path; } } PK- Z`++fvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageRegexFileSet.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setExcludeRegex($excludeRegex) { $this->excludeRegex = $excludeRegex; } public function getExcludeRegex() { return $this->excludeRegex; } public function setIncludeRegex($includeRegex) { $this->includeRegex = $includeRegex; } public function getIncludeRegex() { return $this->includeRegex; } } PK- ZTeKvendor/google/apiclient-services/src/Google/Service/DLP/GoogleRpcStatus.phpnu[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; } } PK- Zs,{{bvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LikelihoodAdjustment.phpnu[fixedLikelihood = $fixedLikelihood; } public function getFixedLikelihood() { return $this->fixedLikelihood; } public function setRelativeLikelihood($relativeLikelihood) { $this->relativeLikelihood = $relativeLikelihood; } public function getRelativeLikelihood() { return $this->relativeLikelihood; } } PK- Z\Y@@]vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishToPubSub.phpnu[topic = $topic; } public function getTopic() { return $this->topic; } } PK- ZY~^^Yvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryKey.phpnu[rowNumber = $rowNumber; } public function getRowNumber() { return $this->rowNumber; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference) { $this->tableReference = $tableReference; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTableReference() { return $this->tableReference; } } PK- ZS_<<`vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransientCryptoKey.phpnu[name = $name; } public function getName() { return $this->name; } } PK- Z[ivendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationErrorHandling.phpnu[leaveUntransformed = $leaveUntransformed; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LeaveUntransformed */ public function getLeaveUntransformed() { return $this->leaveUntransformed; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ThrowError */ public function setThrowError(Google_Service_DLP_GooglePrivacyDlpV2ThrowError $throwError) { $this->throwError = $throwError; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ThrowError */ public function getThrowError() { return $this->throwError; } } PK- Z 66avendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageFileSet.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK- Z jvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateInspectTemplateRequest.phpnu[inspectTemplate = $inspectTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function getInspectTemplate() { return $this->inspectTemplate; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK- ZŃ}dd`vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceValueConfig.phpnu[newValue = $newValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getNewValue() { return $this->newValue; } } PK- Z=mmevendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListJobTriggersResponse.phpnu[jobTriggers = $jobTriggers; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger[] */ public function getJobTriggers() { return $this->jobTriggers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z>jvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RequestedRiskAnalysisOptions.phpnu[jobConfig = $jobConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig */ public function getJobConfig() { return $this->jobConfig; } } PK- ZxEQQivendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateStoredInfoTypeRequest.phpnu[config = $config; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK- Z_ [vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK- Z=cvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobNotificationEmails.phpnu[conditions = $conditions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Condition[] */ public function getConditions() { return $this->conditions; } } PK- ZmH)KKSvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.phpnu[blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK- ZWivendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListStoredInfoTypesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType[] */ public function setStoredInfoTypes($storedInfoTypes) { $this->storedInfoTypes = $storedInfoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType[] */ public function getStoredInfoTypes() { return $this->storedInfoTypes; } } PK- Zx22Vvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.phpnu[name = $name; } public function getName() { return $this->name; } } PK- Z.joo[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SummaryResult.phpnu[code = $code; } public function getCode() { return $this->code; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } } PK- Z-15RRavendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharacterMaskConfig.phpnu[charactersToIgnore = $charactersToIgnore; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore[] */ public function getCharactersToIgnore() { return $this->charactersToIgnore; } public function setMaskingCharacter($maskingCharacter) { $this->maskingCharacter = $maskingCharacter; } public function getMaskingCharacter() { return $this->maskingCharacter; } public function setNumberToMask($numberToMask) { $this->numberToMask = $numberToMask; } public function getNumberToMask() { return $this->numberToMask; } public function setReverseOrder($reverseOrder) { $this->reverseOrder = $reverseOrder; } public function getReverseOrder() { return $this->reverseOrder; } } PK- Z jvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.phpnu[categoricalStatsResult = $categoricalStatsResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult */ public function getCategoricalStatsResult() { return $this->categoricalStatsResult; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationResult */ public function setDeltaPresenceEstimationResult(Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationResult $deltaPresenceEstimationResult) { $this->deltaPresenceEstimationResult = $deltaPresenceEstimationResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationResult */ public function getDeltaPresenceEstimationResult() { return $this->deltaPresenceEstimationResult; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult */ public function setKAnonymityResult(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult $kAnonymityResult) { $this->kAnonymityResult = $kAnonymityResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult */ public function getKAnonymityResult() { return $this->kAnonymityResult; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult */ public function setKMapEstimationResult(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult $kMapEstimationResult) { $this->kMapEstimationResult = $kMapEstimationResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult */ public function getKMapEstimationResult() { return $this->kMapEstimationResult; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult */ public function setLDiversityResult(Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult $lDiversityResult) { $this->lDiversityResult = $lDiversityResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult */ public function getLDiversityResult() { return $this->lDiversityResult; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult */ public function setNumericalStatsResult(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult $numericalStatsResult) { $this->numericalStatsResult = $numericalStatsResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult */ public function getNumericalStatsResult() { return $this->numericalStatsResult; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RequestedRiskAnalysisOptions */ public function setRequestedOptions(Google_Service_DLP_GooglePrivacyDlpV2RequestedRiskAnalysisOptions $requestedOptions) { $this->requestedOptions = $requestedOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RequestedRiskAnalysisOptions */ public function getRequestedOptions() { return $this->requestedOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric */ public function setRequestedPrivacyMetric(Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric $requestedPrivacyMetric) { $this->requestedPrivacyMetric = $requestedPrivacyMetric; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric */ public function getRequestedPrivacyMetric() { return $this->requestedPrivacyMetric; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setRequestedSourceTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $requestedSourceTable) { $this->requestedSourceTable = $requestedSourceTable; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getRequestedSourceTable() { return $this->requestedSourceTable; } } PK- ZOU= = fvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentRequest.phpnu[deidentifyConfig = $deidentifyConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function getDeidentifyConfig() { return $this->deidentifyConfig; } public function setDeidentifyTemplateName($deidentifyTemplateName) { $this->deidentifyTemplateName = $deidentifyTemplateName; } public function getDeidentifyTemplateName() { return $this->deidentifyTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) { $this->item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } } PK- Z(55`vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UnwrappedCryptoKey.phpnu[key = $key; } public function getKey() { return $this->key; } } PK- Z:R[vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SurrogateType.phpnu[identifyingFields = $identifyingFields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId[] */ public function getIdentifyingFields() { return $this->identifyingFields; } } PK- ZL0gvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.phpnu[deidentifyTemplates = $deidentifyTemplates; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate[] */ public function getDeidentifyTemplates() { return $this->deidentifyTemplates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZU),,\vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordLocation.phpnu[fieldId = $fieldId; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getFieldId() { return $this->fieldId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordKey */ public function setRecordKey(Google_Service_DLP_GooglePrivacyDlpV2RecordKey $recordKey) { $this->recordKey = $recordKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordKey */ public function getRecordKey() { return $this->recordKey; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TableLocation */ public function setTableLocation(Google_Service_DLP_GooglePrivacyDlpV2TableLocation $tableLocation) { $this->tableLocation = $tableLocation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TableLocation */ public function getTableLocation() { return $this->tableLocation; } } PK- ZK]]gvendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentResponse.phpnu[item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview */ public function setOverview(Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview $overview) { $this->overview = $overview; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview */ public function getOverview() { return $this->overview; } } PK- Z8 `vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageRequest.phpnu[byteItem = $byteItem; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem */ public function getByteItem() { return $this->byteItem; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig[] */ public function setImageRedactionConfigs($imageRedactionConfigs) { $this->imageRedactionConfigs = $imageRedactionConfigs; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig[] */ public function getImageRedactionConfigs() { return $this->imageRedactionConfigs; } public function setIncludeFindings($includeFindings) { $this->includeFindings = $includeFindings; } public function getIncludeFindings() { return $this->includeFindings; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } } PK- ZEivendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationQuasiIdValues.phpnu[estimatedAnonymity = $estimatedAnonymity; } public function getEstimatedAnonymity() { return $this->estimatedAnonymity; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function setQuasiIdsValues($quasiIdsValues) { $this->quasiIdsValues = $quasiIdsValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value[] */ public function getQuasiIdsValues() { return $this->quasiIdsValues; } } PK- Z..Hvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest.phpnu[ * Reports latency data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Cloudlatencytest extends Google_Service { /** View monitoring data for all of your Google Cloud and API projects. */ const MONITORING_READONLY = "https://www.googleapis.com/auth/monitoring.readonly"; public $statscollection; /** * Constructs the internal representation of the Cloudlatencytest service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/'; $this->servicePath = 'v2/statscollection/'; $this->version = 'v2'; $this->serviceName = 'cloudlatencytest'; $this->statscollection = new Google_Service_Cloudlatencytest_StatscollectionResource( $this, $this->serviceName, 'statscollection', array( 'methods' => array( 'updateaggregatedstats' => array( 'path' => 'updateaggregatedstats', 'httpMethod' => 'POST', 'parameters' => array(), ),'updatestats' => array( 'path' => 'updatestats', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK- Z8<<Tvendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.phpnu[accessKeyId = $accessKeyId; } public function getAccessKeyId() { return $this->accessKeyId; } public function setSecretAccessKey($secretAccessKey) { $this->secretAccessKey = $secretAccessKey; } public function getSecretAccessKey() { return $this->secretAccessKey; } } PK- ZotDDLvendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK- Ze[Xvendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferCounters.phpnu[bytesCopiedToSink = $bytesCopiedToSink; } public function getBytesCopiedToSink() { return $this->bytesCopiedToSink; } public function setBytesDeletedFromSink($bytesDeletedFromSink) { $this->bytesDeletedFromSink = $bytesDeletedFromSink; } public function getBytesDeletedFromSink() { return $this->bytesDeletedFromSink; } public function setBytesDeletedFromSource($bytesDeletedFromSource) { $this->bytesDeletedFromSource = $bytesDeletedFromSource; } public function getBytesDeletedFromSource() { return $this->bytesDeletedFromSource; } public function setBytesFailedToDeleteFromSink($bytesFailedToDeleteFromSink) { $this->bytesFailedToDeleteFromSink = $bytesFailedToDeleteFromSink; } public function getBytesFailedToDeleteFromSink() { return $this->bytesFailedToDeleteFromSink; } public function setBytesFoundFromSource($bytesFoundFromSource) { $this->bytesFoundFromSource = $bytesFoundFromSource; } public function getBytesFoundFromSource() { return $this->bytesFoundFromSource; } public function setBytesFoundOnlyFromSink($bytesFoundOnlyFromSink) { $this->bytesFoundOnlyFromSink = $bytesFoundOnlyFromSink; } public function getBytesFoundOnlyFromSink() { return $this->bytesFoundOnlyFromSink; } public function setBytesFromSourceFailed($bytesFromSourceFailed) { $this->bytesFromSourceFailed = $bytesFromSourceFailed; } public function getBytesFromSourceFailed() { return $this->bytesFromSourceFailed; } public function setBytesFromSourceSkippedBySync($bytesFromSourceSkippedBySync) { $this->bytesFromSourceSkippedBySync = $bytesFromSourceSkippedBySync; } public function getBytesFromSourceSkippedBySync() { return $this->bytesFromSourceSkippedBySync; } public function setObjectsCopiedToSink($objectsCopiedToSink) { $this->objectsCopiedToSink = $objectsCopiedToSink; } public function getObjectsCopiedToSink() { return $this->objectsCopiedToSink; } public function setObjectsDeletedFromSink($objectsDeletedFromSink) { $this->objectsDeletedFromSink = $objectsDeletedFromSink; } public function getObjectsDeletedFromSink() { return $this->objectsDeletedFromSink; } public function setObjectsDeletedFromSource($objectsDeletedFromSource) { $this->objectsDeletedFromSource = $objectsDeletedFromSource; } public function getObjectsDeletedFromSource() { return $this->objectsDeletedFromSource; } public function setObjectsFailedToDeleteFromSink($objectsFailedToDeleteFromSink) { $this->objectsFailedToDeleteFromSink = $objectsFailedToDeleteFromSink; } public function getObjectsFailedToDeleteFromSink() { return $this->objectsFailedToDeleteFromSink; } public function setObjectsFoundFromSource($objectsFoundFromSource) { $this->objectsFoundFromSource = $objectsFoundFromSource; } public function getObjectsFoundFromSource() { return $this->objectsFoundFromSource; } public function setObjectsFoundOnlyFromSink($objectsFoundOnlyFromSink) { $this->objectsFoundOnlyFromSink = $objectsFoundOnlyFromSink; } public function getObjectsFoundOnlyFromSink() { return $this->objectsFoundOnlyFromSink; } public function setObjectsFromSourceFailed($objectsFromSourceFailed) { $this->objectsFromSourceFailed = $objectsFromSourceFailed; } public function getObjectsFromSourceFailed() { return $this->objectsFromSourceFailed; } public function setObjectsFromSourceSkippedBySync($objectsFromSourceSkippedBySync) { $this->objectsFromSourceSkippedBySync = $objectsFromSourceSkippedBySync; } public function getObjectsFromSourceSkippedBySync() { return $this->objectsFromSourceSkippedBySync; } } PK- ZO\vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AzureBlobStorageData.phpnu[azureCredentials = $azureCredentials; } /** * @return Google_Service_Storagetransfer_AzureCredentials */ public function getAzureCredentials() { return $this->azureCredentials; } public function setContainer($container) { $this->container = $container; } public function getContainer() { return $this->container; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setStorageAccount($storageAccount) { $this->storageAccount = $storageAccount; } public function getStorageAccount() { return $this->storageAccount; } } PK- Zk&PPXvendor/google/apiclient-services/src/Google/Service/Storagetransfer/AzureCredentials.phpnu[sasToken = $sasToken; } public function getSasToken() { return $this->sasToken; } } PK- ZTpp\vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GoogleServiceAccount.phpnu[accountEmail = $accountEmail; } public function getAccountEmail() { return $this->accountEmail; } } PK- ZCQvendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsS3Data.phpnu[awsAccessKey = $awsAccessKey; } /** * @return Google_Service_Storagetransfer_AwsAccessKey */ public function getAwsAccessKey() { return $this->awsAccessKey; } public function setBucketName($bucketName) { $this->bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK- Z+z9 9 Xvendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.phpnu[excludePrefixes = $excludePrefixes; } public function getExcludePrefixes() { return $this->excludePrefixes; } public function setIncludePrefixes($includePrefixes) { $this->includePrefixes = $includePrefixes; } public function getIncludePrefixes() { return $this->includePrefixes; } public function setLastModifiedBefore($lastModifiedBefore) { $this->lastModifiedBefore = $lastModifiedBefore; } public function getLastModifiedBefore() { return $this->lastModifiedBefore; } public function setLastModifiedSince($lastModifiedSince) { $this->lastModifiedSince = $lastModifiedSince; } public function getLastModifiedSince() { return $this->lastModifiedSince; } public function setMaxTimeElapsedSinceLastModification($maxTimeElapsedSinceLastModification) { $this->maxTimeElapsedSinceLastModification = $maxTimeElapsedSinceLastModification; } public function getMaxTimeElapsedSinceLastModification() { return $this->maxTimeElapsedSinceLastModification; } public function setMinTimeElapsedSinceLastModification($minTimeElapsedSinceLastModification) { $this->minTimeElapsedSinceLastModification = $minTimeElapsedSinceLastModification; } public function getMinTimeElapsedSinceLastModification() { return $this->minTimeElapsedSinceLastModification; } } PK- ZZԫ^vendor/google/apiclient-services/src/Google/Service/Storagetransfer/CancelOperationRequest.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK- ZJO@\vendor/google/apiclient-services/src/Google/Service/Storagetransfer/StoragetransferEmpty.phpnu[ * $storagetransferService = new Google_Service_Storagetransfer(...); * $transferOperations = $storagetransferService->transferOperations; * */ class Google_Service_Storagetransfer_Resource_TransferOperations extends Google_Service_Resource { /** * Cancels a transfer. Use the transferOperations.get method to check if the * cancellation succeeded or if the operation completed despite the `cancel` * request. When you cancel an operation, the currently running transfer is * interrupted. For recurring transfer jobs, the next instance of the transfer * job will still run. For example, if your job is configured to run every day * at 1pm and you cancel Monday's operation at 1:05pm, Monday's transfer will * stop. However, a transfer job will still be attempted on Tuesday. This * applies only to currently running operations. If an operation is not * currently running, `cancel` does nothing. *Caution:* Canceling a transfer job * can leave your data in an unknown state. We recommend that you restore the * state at both the destination and the source after the `cancel` request * completes so that your data is in a consistent state. When you cancel a job, * the next job computes a delta of files and may repair any inconsistent state. * For instance, if you run a job every day, and today's job found 10 new files * and transferred five files before you canceled the job, tomorrow's transfer * operation will compute a new delta with the five files that were not copied * today plus any new files discovered tomorrow. (transferOperations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Storagetransfer_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_StoragetransferEmpty */ public function cancel($name, Google_Service_Storagetransfer_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (transferOperations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storagetransfer_Operation"); } /** * Lists transfer operations. Operations are ordered by their creation time in * reverse chronological order. (transferOperations.listTransferOperations) * * @param string $name Not used. * @param string $filter Required. A list of query parameters specified as JSON * text in the form of: `{"projectId":"my_project_id", * "jobNames":["jobid1","jobid2",...], "operationNames":["opid1","opid2",...], * "transferStatuses":["status1","status2",...]}` Since `jobNames`, * `operationNames`, and `transferStatuses` support multiple values, they must * be specified with array notation. `projectId` is required. `jobNames`, * `operationNames`, and `transferStatuses` are optional. The valid values for * `transferStatuses` are case-insensitive: IN_PROGRESS, PAUSED, SUCCESS, * FAILED, and ABORTED. * @param array $optParams Optional parameters. * * @opt_param int pageSize The list page size. The max allowed value is 256. * @opt_param string pageToken The list page token. * @return Google_Service_Storagetransfer_ListOperationsResponse */ public function listTransferOperations($name, $filter, $optParams = array()) { $params = array('name' => $name, 'filter' => $filter); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storagetransfer_ListOperationsResponse"); } /** * Pauses a transfer operation. (transferOperations.pause) * * @param string $name Required. The name of the transfer operation. * @param Google_Service_Storagetransfer_PauseTransferOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_StoragetransferEmpty */ public function pause($name, Google_Service_Storagetransfer_PauseTransferOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('pause', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); } /** * Resumes a transfer operation that is paused. (transferOperations.resume) * * @param string $name Required. The name of the transfer operation. * @param Google_Service_Storagetransfer_ResumeTransferOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_StoragetransferEmpty */ public function resume($name, Google_Service_Storagetransfer_ResumeTransferOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); } } PK- ZXww]vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.phpnu[ * $storagetransferService = new Google_Service_Storagetransfer(...); * $transferJobs = $storagetransferService->transferJobs; * */ class Google_Service_Storagetransfer_Resource_TransferJobs extends Google_Service_Resource { /** * Creates a transfer job that runs periodically. (transferJobs.create) * * @param Google_Service_Storagetransfer_TransferJob $postBody * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_TransferJob */ public function create(Google_Service_Storagetransfer_TransferJob $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Storagetransfer_TransferJob"); } /** * Gets a transfer job. (transferJobs.get) * * @param string $jobName Required. " The job to get. * @param string $projectId Required. The ID of the Google Cloud Platform * Console project that owns the job. * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_TransferJob */ public function get($jobName, $projectId, $optParams = array()) { $params = array('jobName' => $jobName, 'projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storagetransfer_TransferJob"); } /** * Lists transfer jobs. (transferJobs.listTransferJobs) * * @param string $filter Required. A list of query parameters specified as JSON * text in the form of: `{"projectId":"my_project_id", * "jobNames":["jobid1","jobid2",...], "jobStatuses":["status1","status2",...]}` * Since `jobNames` and `jobStatuses` support multiple values, their values must * be specified with array notation. `projectId` is required. `jobNames` and * `jobStatuses` are optional. The valid values for `jobStatuses` are case- * insensitive: ENABLED, DISABLED, and DELETED. * @param array $optParams Optional parameters. * * @opt_param int pageSize The list page size. The max allowed value is 256. * @opt_param string pageToken The list page token. * @return Google_Service_Storagetransfer_ListTransferJobsResponse */ public function listTransferJobs($filter, $optParams = array()) { $params = array('filter' => $filter); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Storagetransfer_ListTransferJobsResponse"); } /** * Updates a transfer job. Updating a job's transfer spec does not affect * transfer operations that are running already. **Note:** The job's status * field can be modified using this RPC (for example, to set a job's status to * DELETED, DISABLED, or ENABLED). (transferJobs.patch) * * @param string $jobName Required. The name of job to update. * @param Google_Service_Storagetransfer_UpdateTransferJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_TransferJob */ public function patch($jobName, Google_Service_Storagetransfer_UpdateTransferJobRequest $postBody, $optParams = array()) { $params = array('jobName' => $jobName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Storagetransfer_TransferJob"); } /** * Attempts to start a new TransferOperation for the current TransferJob. A * TransferJob has a maximum of one active TransferOperation. If this method is * called while a TransferOperation is active, an error wil be returned. * (transferJobs.run) * * @param string $jobName Required. The name of the transfer job. * @param Google_Service_Storagetransfer_RunTransferJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_Operation */ public function run($jobName, Google_Service_Storagetransfer_RunTransferJobRequest $postBody, $optParams = array()) { $params = array('jobName' => $jobName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_Storagetransfer_Operation"); } } PK- Z%fvendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/GoogleServiceAccounts.phpnu[ * $storagetransferService = new Google_Service_Storagetransfer(...); * $googleServiceAccounts = $storagetransferService->googleServiceAccounts; * */ class Google_Service_Storagetransfer_Resource_GoogleServiceAccounts extends Google_Service_Resource { /** * Returns the Google service account that is used by Storage Transfer Service * to access buckets in the project where transfers run or in other projects. * Each Google service account is associated with one Google Cloud Platform * Console project. Users should add this service account to the Google Cloud * Storage bucket ACLs to grant access to Storage Transfer Service. This service * account is created and owned by Storage Transfer Service and can only be used * by Storage Transfer Service. (googleServiceAccounts.get) * * @param string $projectId Required. The ID of the Google Cloud Platform * Console project that the Google service account is associated with. * @param array $optParams Optional parameters. * @return Google_Service_Storagetransfer_GoogleServiceAccount */ public function get($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Storagetransfer_GoogleServiceAccount"); } } PK- Zfvendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Storagetransfer_TransferJob */ public function setTransferJob(Google_Service_Storagetransfer_TransferJob $transferJob) { $this->transferJob = $transferJob; } /** * @return Google_Service_Storagetransfer_TransferJob */ public function getTransferJob() { return $this->transferJob; } public function setUpdateTransferJobFieldMask($updateTransferJobFieldMask) { $this->updateTransferJobFieldMask = $updateTransferJobFieldMask; } public function getUpdateTransferJobFieldMask() { return $this->updateTransferJobFieldMask; } } PK- Z[cWvendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.phpnu[deleteObjectsFromSourceAfterTransfer = $deleteObjectsFromSourceAfterTransfer; } public function getDeleteObjectsFromSourceAfterTransfer() { return $this->deleteObjectsFromSourceAfterTransfer; } public function setDeleteObjectsUniqueInSink($deleteObjectsUniqueInSink) { $this->deleteObjectsUniqueInSink = $deleteObjectsUniqueInSink; } public function getDeleteObjectsUniqueInSink() { return $this->deleteObjectsUniqueInSink; } public function setOverwriteObjectsAlreadyExistingInSink($overwriteObjectsAlreadyExistingInSink) { $this->overwriteObjectsAlreadyExistingInSink = $overwriteObjectsAlreadyExistingInSink; } public function getOverwriteObjectsAlreadyExistingInSink() { return $this->overwriteObjectsAlreadyExistingInSink; } } PK- ZQvendor/google/apiclient-services/src/Google/Service/Storagetransfer/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK- ZP\\]vendor/google/apiclient-services/src/Google/Service/Storagetransfer/RunTransferJobRequest.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK- Zs##Uvendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorLogEntry.phpnu[errorDetails = $errorDetails; } public function getErrorDetails() { return $this->errorDetails; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- ZͧAAPvendor/google/apiclient-services/src/Google/Service/Storagetransfer/HttpData.phpnu[listUrl = $listUrl; } public function getListUrl() { return $this->listUrl; } } PK- Zǡ  Pvendor/google/apiclient-services/src/Google/Service/Storagetransfer/Schedule.phpnu[endTimeOfDay = $endTimeOfDay; } /** * @return Google_Service_Storagetransfer_TimeOfDay */ public function getEndTimeOfDay() { return $this->endTimeOfDay; } public function setRepeatInterval($repeatInterval) { $this->repeatInterval = $repeatInterval; } public function getRepeatInterval() { return $this->repeatInterval; } /** * @param Google_Service_Storagetransfer_Date */ public function setScheduleEndDate(Google_Service_Storagetransfer_Date $scheduleEndDate) { $this->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; } } PK- ZmjQvendor/google/apiclient-services/src/Google/Service/Storagetransfer/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Storagetransfer_Status */ public function setError(Google_Service_Storagetransfer_Status $error) { $this->error = $error; } /** * @return Google_Service_Storagetransfer_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK- ZPNvendor/google/apiclient-services/src/Google/Service/Storagetransfer/Status.phpnu[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; } } PK- Z[bbSvendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferJob.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDeletionTime($deletionTime) { $this->deletionTime = $deletionTime; } public function getDeletionTime() { return $this->deletionTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLastModificationTime($lastModificationTime) { $this->lastModificationTime = $lastModificationTime; } public function getLastModificationTime() { return $this->lastModificationTime; } public function setLatestOperationName($latestOperationName) { $this->latestOperationName = $latestOperationName; } public function getLatestOperationName() { return $this->latestOperationName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Storagetransfer_NotificationConfig */ public function setNotificationConfig(Google_Service_Storagetransfer_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_Storagetransfer_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Storagetransfer_Schedule */ public function setSchedule(Google_Service_Storagetransfer_Schedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_Storagetransfer_Schedule */ public function getSchedule() { return $this->schedule; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_Storagetransfer_TransferSpec */ public function setTransferSpec(Google_Service_Storagetransfer_TransferSpec $transferSpec) { $this->transferSpec = $transferSpec; } /** * @return Google_Service_Storagetransfer_TransferSpec */ public function getTransferSpec() { return $this->transferSpec; } } PK- ZG,BHH^vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Storagetransfer_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Storagetransfer_Operation[] */ public function getOperations() { return $this->operations; } } PK- Z3Zvendor/google/apiclient-services/src/Google/Service/Storagetransfer/NotificationConfig.phpnu[eventTypes = $eventTypes; } public function getEventTypes() { return $this->eventTypes; } public function setPayloadFormat($payloadFormat) { $this->payloadFormat = $payloadFormat; } public function getPayloadFormat() { return $this->payloadFormat; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } } PK- Z ``Tvendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferSpec.phpnu[awsS3DataSource = $awsS3DataSource; } /** * @return Google_Service_Storagetransfer_AwsS3Data */ public function getAwsS3DataSource() { return $this->awsS3DataSource; } /** * @param Google_Service_Storagetransfer_AzureBlobStorageData */ public function setAzureBlobStorageDataSource(Google_Service_Storagetransfer_AzureBlobStorageData $azureBlobStorageDataSource) { $this->azureBlobStorageDataSource = $azureBlobStorageDataSource; } /** * @return Google_Service_Storagetransfer_AzureBlobStorageData */ public function getAzureBlobStorageDataSource() { return $this->azureBlobStorageDataSource; } /** * @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; } } PK- ZTvendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorSummary.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorCount($errorCount) { $this->errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } /** * @param Google_Service_Storagetransfer_ErrorLogEntry[] */ public function setErrorLogEntries($errorLogEntries) { $this->errorLogEntries = $errorLogEntries; } /** * @return Google_Service_Storagetransfer_ErrorLogEntry[] */ public function getErrorLogEntries() { return $this->errorLogEntries; } } PK- ZW||Yvendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.phpnu[counters = $counters; } /** * @return Google_Service_Storagetransfer_TransferCounters */ public function getCounters() { return $this->counters; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Storagetransfer_ErrorSummary[] */ public function setErrorBreakdowns($errorBreakdowns) { $this->errorBreakdowns = $errorBreakdowns; } /** * @return Google_Service_Storagetransfer_ErrorSummary[] */ public function getErrorBreakdowns() { return $this->errorBreakdowns; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Storagetransfer_NotificationConfig */ public function setNotificationConfig(Google_Service_Storagetransfer_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_Storagetransfer_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTransferJobName($transferJobName) { $this->transferJobName = $transferJobName; } public function getTransferJobName() { return $this->transferJobName; } /** * @param Google_Service_Storagetransfer_TransferSpec */ public function setTransferSpec(Google_Service_Storagetransfer_TransferSpec $transferSpec) { $this->transferSpec = $transferSpec; } /** * @return Google_Service_Storagetransfer_TransferSpec */ public function getTransferSpec() { return $this->transferSpec; } } PK- Zqbb`vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Storagetransfer_TransferJob[] */ public function setTransferJobs($transferJobs) { $this->transferJobs = $transferJobs; } /** * @return Google_Service_Storagetransfer_TransferJob[] */ public function getTransferJobs() { return $this->transferJobs; } } PK- Z:ǒ[vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } /** * @param Google_Service_CloudRun_DomainMapping[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_DomainMapping[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK- Z1Ivendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ObjectMeta */ public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_RevisionSpec */ public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_RevisionSpec */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudRun_RevisionStatus */ public function setStatus(Google_Service_CloudRun_RevisionStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRun_RevisionStatus */ public function getStatus() { return $this->status; } } PK- ZOOSvendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.phpnu[defaultMode = $defaultMode; } public function getDefaultMode() { return $this->defaultMode; } /** * @param Google_Service_CloudRun_KeyToPath[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_KeyToPath[] */ public function getItems() { return $this->items; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } public function setSecretName($secretName) { $this->secretName = $secretName; } public function getSecretName() { return $this->secretName; } } PK- Z0XQQOvendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK- Zp[vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } /** * @param Google_Service_CloudRun_Configuration[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_Configuration[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK- Z(5Ovendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setBlockOwnerDeletion($blockOwnerDeletion) { $this->blockOwnerDeletion = $blockOwnerDeletion; } public function getBlockOwnerDeletion() { return $this->blockOwnerDeletion; } public function setController($controller) { $this->controller = $controller; } public function getController() { return $this->controller; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK- Zh{!!Lvendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK- ZOOPvendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.phpnu[runAsUser = $runAsUser; } public function getRunAsUser() { return $this->runAsUser; } } PK- Z (Nvendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ObjectMeta */ public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_ConfigurationSpec */ public function setSpec(Google_Service_CloudRun_ConfigurationSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_ConfigurationSpec */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudRun_ConfigurationStatus */ public function setStatus(Google_Service_CloudRun_ConfigurationStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRun_ConfigurationStatus */ public function getStatus() { return $this->status; } } PK- ZEFNNRvendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.phpnu[template = $template; } /** * @return Google_Service_CloudRun_RevisionTemplate */ public function getTemplate() { return $this->template; } } PK- ZOQ  Lvendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.phpnu[address = $address; } /** * @return Google_Service_CloudRun_Addressable */ public function getAddress() { return $this->address; } /** * @param Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function getConditions() { return $this->conditions; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } /** * @param Google_Service_CloudRun_TrafficTarget[] */ public function setTraffic($traffic) { $this->traffic = $traffic; } /** * @return Google_Service_CloudRun_TrafficTarget[] */ public function getTraffic() { return $this->traffic; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Zu= = Nvendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.phpnu[address = $address; } /** * @return Google_Service_CloudRun_Addressable */ public function getAddress() { return $this->address; } /** * @param Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function getConditions() { return $this->conditions; } public function setLatestCreatedRevisionName($latestCreatedRevisionName) { $this->latestCreatedRevisionName = $latestCreatedRevisionName; } public function getLatestCreatedRevisionName() { return $this->latestCreatedRevisionName; } public function setLatestReadyRevisionName($latestReadyRevisionName) { $this->latestReadyRevisionName = $latestReadyRevisionName; } public function getLatestReadyRevisionName() { return $this->latestReadyRevisionName; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } /** * @param Google_Service_CloudRun_TrafficTarget[] */ public function setTraffic($traffic) { $this->traffic = $traffic; } /** * @return Google_Service_CloudRun_TrafficTarget[] */ public function getTraffic() { return $this->traffic; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Z<ִNvendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ObjectMeta */ public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_DomainMappingSpec */ public function setSpec(Google_Service_CloudRun_DomainMappingSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_DomainMappingSpec */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudRun_DomainMappingStatus */ public function setStatus(Google_Service_CloudRun_DomainMappingStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRun_DomainMappingStatus */ public function getStatus() { return $this->status; } } PK- ZjЎMTvendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudRun_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK- Z,Uvendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.phpnu[limits = $limits; } public function getLimits() { return $this->limits; } public function setRequests($requests) { $this->requests = $requests; } public function getRequests() { return $this->requests; } } PK- ZnKP^^Gvendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } /** * @param Google_Service_CloudRun_EnvVarSource */ public function setValueFrom(Google_Service_CloudRun_EnvVarSource $valueFrom) { $this->valueFrom = $valueFrom; } /** * @return Google_Service_CloudRun_EnvVarSource */ public function getValueFrom() { return $this->valueFrom; } } PK- ZOvLvendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.phpnu[template = $template; } /** * @return Google_Service_CloudRun_RevisionTemplate */ public function getTemplate() { return $this->template; } /** * @param Google_Service_CloudRun_TrafficTarget[] */ public function setTraffic($traffic) { $this->traffic = $traffic; } /** * @return Google_Service_CloudRun_TrafficTarget[] */ public function getTraffic() { return $this->traffic; } } PK- Zn]LGvendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudRun_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudRun_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudRun_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z{ccMvendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.phpnu[configMapKeyRef = $configMapKeyRef; } /** * @return Google_Service_CloudRun_ConfigMapKeySelector */ public function getConfigMapKeyRef() { return $this->configMapKeyRef; } /** * @param Google_Service_CloudRun_SecretKeySelector */ public function setSecretKeyRef(Google_Service_CloudRun_SecretKeySelector $secretKeyRef) { $this->secretKeyRef = $secretKeyRef; } /** * @return Google_Service_CloudRun_SecretKeySelector */ public function getSecretKeyRef() { return $this->secretKeyRef; } } PK- ZRvendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.phpnu[certificateMode = $certificateMode; } public function getCertificateMode() { return $this->certificateMode; } public function setForceOverride($forceOverride) { $this->forceOverride = $forceOverride; } public function getForceOverride() { return $this->forceOverride; } public function setRouteName($routeName) { $this->routeName = $routeName; } public function getRouteName() { return $this->routeName; } } PK- ZQvendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.phpnu[metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_RevisionSpec */ public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_RevisionSpec */ public function getSpec() { return $this->spec; } } PK- Z)=Uvendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_CloudRun_LocalObjectReference */ public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) { $this->localObjectReference = $localObjectReference; } /** * @return Google_Service_CloudRun_LocalObjectReference */ public function getLocalObjectReference() { return $this->localObjectReference; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } } PK- ZBV~~Hvendor/google/apiclient-services/src/Google/Service/CloudRun/Service.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ObjectMeta */ public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_ServiceSpec */ public function setSpec(Google_Service_CloudRun_ServiceSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_ServiceSpec */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudRun_ServiceStatus */ public function setStatus(Google_Service_CloudRun_ServiceStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRun_ServiceStatus */ public function getStatus() { return $this->status; } } PK- ZcNvendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.phpnu[containerPort = $containerPort; } public function getContainerPort() { return $this->containerPort; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } } PK- ZZӢIvendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.phpnu[continue = $continue; } public function getContinue() { return $this->continue; } public function setResourceVersion($resourceVersion) { $this->resourceVersion = $resourceVersion; } public function getResourceVersion() { return $this->resourceVersion; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK- Z5A((Vvendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.phpnu[defaultMode = $defaultMode; } public function getDefaultMode() { return $this->defaultMode; } /** * @param Google_Service_CloudRun_KeyToPath[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_KeyToPath[] */ public function getItems() { return $this->items; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } } PK- ZI[vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK- Z, x<[vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.phpnu[ * $runService = new Google_Service_CloudRun(...); * $locations = $runService->locations; * */ class Google_Service_CloudRun_Resource_ProjectsLocations extends Google_Service_Resource { /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CloudRun_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListLocationsResponse"); } } PK- Z^ ^ Zvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.phpnu[ * $runService = new Google_Service_CloudRun(...); * $routes = $runService->routes; * */ class Google_Service_CloudRun_Resource_NamespacesRoutes extends Google_Service_Resource { /** * Get information about a route. (routes.get) * * @param string $name The name of the route to retrieve. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Route */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Route"); } /** * List routes. (routes.listNamespacesRoutes) * * @param string $parent The namespace from which the routes should be listed. * For Cloud Run (fully managed), replace {namespace_id} with the project ID or * number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListRoutesResponse */ public function listNamespacesRoutes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListRoutesResponse"); } } PK- Zy/D5lvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.phpnu[ * $runService = new Google_Service_CloudRun(...); * $authorizeddomains = $runService->authorizeddomains; * */ class Google_Service_CloudRun_Resource_ProjectsLocationsAuthorizeddomains extends Google_Service_Resource { /** * List authorized domains. * (authorizeddomains.listProjectsLocationsAuthorizeddomains) * * @param string $parent Name of the parent Project resource. Example: * `projects/myproject`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse */ public function listProjectsLocationsAuthorizeddomains($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); } } PK- Zѱfs s avendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.phpnu[ * $runService = new Google_Service_CloudRun(...); * $routes = $runService->routes; * */ class Google_Service_CloudRun_Resource_ProjectsLocationsRoutes extends Google_Service_Resource { /** * Get information about a route. (routes.get) * * @param string $name The name of the route to retrieve. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Route */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Route"); } /** * List routes. (routes.listProjectsLocationsRoutes) * * @param string $parent The namespace from which the routes should be listed. * For Cloud Run (fully managed), replace {namespace_id} with the project ID or * number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListRoutesResponse */ public function listProjectsLocationsRoutes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListRoutesResponse"); } } PK- Z2n.>]vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.phpnu[ * $runService = new Google_Service_CloudRun(...); * $revisions = $runService->revisions; * */ class Google_Service_CloudRun_Resource_NamespacesRevisions extends Google_Service_Resource { /** * Delete a revision. (revisions.delete) * * @param string $name The name of the revision to delete. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * * @opt_param string apiVersion Cloud Run currently ignores this parameter. * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @opt_param string kind Cloud Run currently ignores this parameter. * @opt_param string propagationPolicy Specifies the propagation policy of * delete. Cloud Run currently ignores this setting, and deletes in the * background. Please see kubernetes.io/docs/concepts/workloads/controllers * /garbage-collection/ for more information. * @return Google_Service_CloudRun_Status */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); } /** * Get information about a revision. (revisions.get) * * @param string $name The name of the revision to retrieve. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Revision */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Revision"); } /** * List revisions. (revisions.listNamespacesRevisions) * * @param string $parent The namespace from which the revisions should be * listed. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListRevisionsResponse */ public function listNamespacesRevisions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListRevisionsResponse"); } } PK- Zk)$$cvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.phpnu[ * $runService = new Google_Service_CloudRun(...); * $services = $runService->services; * */ class Google_Service_CloudRun_Resource_ProjectsLocationsServices extends Google_Service_Resource { /** * Create a service. (services.create) * * @param string $parent The namespace in which the service should be created. * For Cloud Run (fully managed), replace {namespace_id} with the project ID or * number. * @param Google_Service_CloudRun_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @return Google_Service_CloudRun_Service */ public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudRun_Service"); } /** * Delete a service. This will cause the Service to stop serving traffic and * will delete the child entities like Routes, Configurations and Revisions. * (services.delete) * * @param string $name The name of the service to delete. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * * @opt_param string apiVersion Cloud Run currently ignores this parameter. * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @opt_param string kind Cloud Run currently ignores this parameter. * @opt_param string propagationPolicy Specifies the propagation policy of * delete. Cloud Run currently ignores this setting, and deletes in the * background. Please see kubernetes.io/docs/concepts/workloads/controllers * /garbage-collection/ for more information. * @return Google_Service_CloudRun_Status */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); } /** * Get information about a service. (services.get) * * @param string $name The name of the service to retrieve. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Service */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Service"); } /** * Get the IAM Access Control policy currently in effect for the given Cloud Run * service. This result does not include any inherited policies. * (services.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudRun_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudRun_Policy"); } /** * List services. (services.listProjectsLocationsServices) * * @param string $parent The namespace from which the services should be listed. * For Cloud Run (fully managed), replace {namespace_id} with the project ID or * number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListServicesResponse */ public function listProjectsLocationsServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListServicesResponse"); } /** * Replace a service. Only the spec and metadata labels and annotations are * modifiable. After the Update request, Cloud Run will work to make the * 'status' match the requested 'spec'. May provide metadata.resourceVersion to * enforce update from last read for optimistic concurrency control. * (services.replaceService) * * @param string $name The name of the service being replaced. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param Google_Service_CloudRun_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @return Google_Service_CloudRun_Service */ public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('replaceService', array($params), "Google_Service_CloudRun_Service"); } /** * Sets the IAM Access control policy for the specified Service. Overwrites any * existing policy. (services.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudRun_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Policy */ public function setIamPolicy($resource, Google_Service_CloudRun_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudRun_Policy"); } /** * Returns permissions that a caller has on the specified Project. There are no * permissions required for making this API call. (services.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudRun_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudRun_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudRun_TestIamPermissionsResponse"); } } PK- ZT夐evendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.phpnu[ * $runService = new Google_Service_CloudRun(...); * $authorizeddomains = $runService->authorizeddomains; * */ class Google_Service_CloudRun_Resource_NamespacesAuthorizeddomains extends Google_Service_Resource { /** * List authorized domains. (authorizeddomains.listNamespacesAuthorizeddomains) * * @param string $parent Name of the parent Project resource. Example: * `projects/myproject`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse */ public function listNamespacesAuthorizeddomains($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); } } PK- Z=ě ivendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.phpnu[ * $runService = new Google_Service_CloudRun(...); * $configurations = $runService->configurations; * */ class Google_Service_CloudRun_Resource_ProjectsLocationsConfigurations extends Google_Service_Resource { /** * Get information about a configuration. (configurations.get) * * @param string $name The name of the configuration to retrieve. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Configuration */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Configuration"); } /** * List configurations. (configurations.listProjectsLocationsConfigurations) * * @param string $parent The namespace from which the configurations should be * listed. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListConfigurationsResponse */ public function listProjectsLocationsConfigurations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListConfigurationsResponse"); } } PK- Z^MllTvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.phpnu[ * $runService = new Google_Service_CloudRun(...); * $namespaces = $runService->namespaces; * */ class Google_Service_CloudRun_Resource_Namespaces extends Google_Service_Resource { } PK- Zdvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.phpnu[ * $runService = new Google_Service_CloudRun(...); * $revisions = $runService->revisions; * */ class Google_Service_CloudRun_Resource_ProjectsLocationsRevisions extends Google_Service_Resource { /** * Delete a revision. (revisions.delete) * * @param string $name The name of the revision to delete. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * * @opt_param string apiVersion Cloud Run currently ignores this parameter. * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @opt_param string kind Cloud Run currently ignores this parameter. * @opt_param string propagationPolicy Specifies the propagation policy of * delete. Cloud Run currently ignores this setting, and deletes in the * background. Please see kubernetes.io/docs/concepts/workloads/controllers * /garbage-collection/ for more information. * @return Google_Service_CloudRun_Status */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); } /** * Get information about a revision. (revisions.get) * * @param string $name The name of the revision to retrieve. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Revision */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Revision"); } /** * List revisions. (revisions.listProjectsLocationsRevisions) * * @param string $parent The namespace from which the revisions should be * listed. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListRevisionsResponse */ public function listProjectsLocationsRevisions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListRevisionsResponse"); } } PK- Z/ivendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.phpnu[ * $runService = new Google_Service_CloudRun(...); * $domainmappings = $runService->domainmappings; * */ class Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings extends Google_Service_Resource { /** * Create a new domain mapping. (domainmappings.create) * * @param string $parent The namespace in which the domain mapping should be * created. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param Google_Service_CloudRun_DomainMapping $postBody * @param array $optParams Optional parameters. * * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @return Google_Service_CloudRun_DomainMapping */ public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudRun_DomainMapping"); } /** * Delete a domain mapping. (domainmappings.delete) * * @param string $name The name of the domain mapping to delete. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * * @opt_param string apiVersion Cloud Run currently ignores this parameter. * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @opt_param string kind Cloud Run currently ignores this parameter. * @opt_param string propagationPolicy Specifies the propagation policy of * delete. Cloud Run currently ignores this setting, and deletes in the * background. Please see kubernetes.io/docs/concepts/workloads/controllers * /garbage-collection/ for more information. * @return Google_Service_CloudRun_Status */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); } /** * Get information about a domain mapping. (domainmappings.get) * * @param string $name The name of the domain mapping to retrieve. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_DomainMapping */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_DomainMapping"); } /** * List domain mappings. (domainmappings.listProjectsLocationsDomainmappings) * * @param string $parent The namespace from which the domain mappings should be * listed. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListDomainMappingsResponse */ public function listProjectsLocationsDomainmappings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListDomainMappingsResponse"); } } PK- ZixddRvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Projects.phpnu[ * $runService = new Google_Service_CloudRun(...); * $projects = $runService->projects; * */ class Google_Service_CloudRun_Resource_Projects extends Google_Service_Resource { } PK- Zw //\vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.phpnu[ * $runService = new Google_Service_CloudRun(...); * $services = $runService->services; * */ class Google_Service_CloudRun_Resource_NamespacesServices extends Google_Service_Resource { /** * Create a service. (services.create) * * @param string $parent The namespace in which the service should be created. * For Cloud Run (fully managed), replace {namespace_id} with the project ID or * number. * @param Google_Service_CloudRun_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @return Google_Service_CloudRun_Service */ public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudRun_Service"); } /** * Delete a service. This will cause the Service to stop serving traffic and * will delete the child entities like Routes, Configurations and Revisions. * (services.delete) * * @param string $name The name of the service to delete. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * * @opt_param string apiVersion Cloud Run currently ignores this parameter. * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @opt_param string kind Cloud Run currently ignores this parameter. * @opt_param string propagationPolicy Specifies the propagation policy of * delete. Cloud Run currently ignores this setting, and deletes in the * background. Please see kubernetes.io/docs/concepts/workloads/controllers * /garbage-collection/ for more information. * @return Google_Service_CloudRun_Status */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); } /** * Get information about a service. (services.get) * * @param string $name The name of the service to retrieve. For Cloud Run (fully * managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Service */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Service"); } /** * List services. (services.listNamespacesServices) * * @param string $parent The namespace from which the services should be listed. * For Cloud Run (fully managed), replace {namespace_id} with the project ID or * number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListServicesResponse */ public function listNamespacesServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListServicesResponse"); } /** * Replace a service. Only the spec and metadata labels and annotations are * modifiable. After the Update request, Cloud Run will work to make the * 'status' match the requested 'spec'. May provide metadata.resourceVersion to * enforce update from last read for optimistic concurrency control. * (services.replaceService) * * @param string $name The name of the service being replaced. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param Google_Service_CloudRun_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @return Google_Service_CloudRun_Service */ public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('replaceService', array($params), "Google_Service_CloudRun_Service"); } } PK- Z}N bvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.phpnu[ * $runService = new Google_Service_CloudRun(...); * $configurations = $runService->configurations; * */ class Google_Service_CloudRun_Resource_NamespacesConfigurations extends Google_Service_Resource { /** * Get information about a configuration. (configurations.get) * * @param string $name The name of the configuration to retrieve. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_Configuration */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_Configuration"); } /** * List configurations. (configurations.listNamespacesConfigurations) * * @param string $parent The namespace from which the configurations should be * listed. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListConfigurationsResponse */ public function listNamespacesConfigurations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListConfigurationsResponse"); } } PK- Z cvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsAuthorizeddomains.phpnu[ * $runService = new Google_Service_CloudRun(...); * $authorizeddomains = $runService->authorizeddomains; * */ class Google_Service_CloudRun_Resource_ProjectsAuthorizeddomains extends Google_Service_Resource { /** * List authorized domains. (authorizeddomains.listProjectsAuthorizeddomains) * * @param string $parent Name of the parent Project resource. Example: * `projects/myproject`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse */ public function listProjectsAuthorizeddomains($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); } } PK- Zmbvendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.phpnu[ * $runService = new Google_Service_CloudRun(...); * $domainmappings = $runService->domainmappings; * */ class Google_Service_CloudRun_Resource_NamespacesDomainmappings extends Google_Service_Resource { /** * Create a new domain mapping. (domainmappings.create) * * @param string $parent The namespace in which the domain mapping should be * created. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param Google_Service_CloudRun_DomainMapping $postBody * @param array $optParams Optional parameters. * * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @return Google_Service_CloudRun_DomainMapping */ public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudRun_DomainMapping"); } /** * Delete a domain mapping. (domainmappings.delete) * * @param string $name The name of the domain mapping to delete. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * * @opt_param string apiVersion Cloud Run currently ignores this parameter. * @opt_param string dryRun DryRun is a query string parameter which indicates * that the server should run validation without persisting the request. * @opt_param string kind Cloud Run currently ignores this parameter. * @opt_param string propagationPolicy Specifies the propagation policy of * delete. Cloud Run currently ignores this setting, and deletes in the * background. Please see kubernetes.io/docs/concepts/workloads/controllers * /garbage-collection/ for more information. * @return Google_Service_CloudRun_Status */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); } /** * Get information about a domain mapping. (domainmappings.get) * * @param string $name The name of the domain mapping to retrieve. For Cloud Run * (fully managed), replace {namespace_id} with the project ID or number. * @param array $optParams Optional parameters. * @return Google_Service_CloudRun_DomainMapping */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRun_DomainMapping"); } /** * List domain mappings. (domainmappings.listNamespacesDomainmappings) * * @param string $parent The namespace from which the domain mappings should be * listed. For Cloud Run (fully managed), replace {namespace_id} with the * project ID or number. * @param array $optParams Optional parameters. * * @opt_param string continue Optional encoded string to continue paging. * @opt_param string fieldSelector Allows to filter resources based on a * specific value for a field name. Send this in a query string format. i.e. * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. * @opt_param bool includeUninitialized Not currently used by Cloud Run. * @opt_param string labelSelector Allows to filter resources based on a label. * Supported operations are =, !=, exists, in, and notIn. * @opt_param int limit The maximum number of records that should be returned. * @opt_param string resourceVersion The baseline resource version from which * the list or watch operation should start. Not currently used by Cloud Run. * @opt_param bool watch Flag that indicates that the client expects to watch * this resource as well. Not currently used by Cloud Run. * @return Google_Service_CloudRun_ListDomainMappingsResponse */ public function listNamespacesDomainmappings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRun_ListDomainMappingsResponse"); } } PK- Z>UUOvendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.phpnu[name = $name; } public function getName() { return $this->name; } public function setRrdata($rrdata) { $this->rrdata = $rrdata; } public function getRrdata() { return $this->rrdata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZSvendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.phpnu[localObjectReference = $localObjectReference; } /** * @return Google_Service_CloudRun_LocalObjectReference */ public function getLocalObjectReference() { return $this->localObjectReference; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } } PK- ZPSvendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } /** * @param Google_Service_CloudRun_Route[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_Route[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK- ZnITvendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.phpnu[conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function getConditions() { return $this->conditions; } public function setLatestCreatedRevisionName($latestCreatedRevisionName) { $this->latestCreatedRevisionName = $latestCreatedRevisionName; } public function getLatestCreatedRevisionName() { return $this->latestCreatedRevisionName; } public function setLatestReadyRevisionName($latestReadyRevisionName) { $this->latestReadyRevisionName = $latestReadyRevisionName; } public function getLatestReadyRevisionName() { return $this->latestReadyRevisionName; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } } PK- Z-{{Hvendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudRun_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK- ZVvendor/google/apiclient-services/src/Google/Service/CloudRun/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudRun_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZBh`11Uvendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.phpnu[name = $name; } public function getName() { return $this->name; } } PK- ZdNvendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.phpnu[configurationName = $configurationName; } public function getConfigurationName() { return $this->configurationName; } public function setLatestRevision($latestRevision) { $this->latestRevision = $latestRevision; } public function getLatestRevision() { return $this->latestRevision; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } public function setRevisionName($revisionName) { $this->revisionName = $revisionName; } public function getRevisionName() { return $this->revisionName; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Z1 4Nvendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.phpnu[configMapRef = $configMapRef; } /** * @return Google_Service_CloudRun_ConfigMapEnvSource */ public function getConfigMapRef() { return $this->configMapRef; } public function setPrefix($prefix) { $this->prefix = $prefix; } public function getPrefix() { return $this->prefix; } /** * @param Google_Service_CloudRun_SecretEnvSource */ public function setSecretRef(Google_Service_CloudRun_SecretEnvSource $secretRef) { $this->secretRef = $secretRef; } /** * @return Google_Service_CloudRun_SecretEnvSource */ public function getSecretRef() { return $this->secretRef; } } PK- Z]`$$Kvendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.phpnu[annotations = $annotations; } public function getAnnotations() { return $this->annotations; } public function setClusterName($clusterName) { $this->clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDeletionGracePeriodSeconds($deletionGracePeriodSeconds) { $this->deletionGracePeriodSeconds = $deletionGracePeriodSeconds; } public function getDeletionGracePeriodSeconds() { return $this->deletionGracePeriodSeconds; } public function setDeletionTimestamp($deletionTimestamp) { $this->deletionTimestamp = $deletionTimestamp; } public function getDeletionTimestamp() { return $this->deletionTimestamp; } public function setFinalizers($finalizers) { $this->finalizers = $finalizers; } public function getFinalizers() { return $this->finalizers; } public function setGenerateName($generateName) { $this->generateName = $generateName; } public function getGenerateName() { return $this->generateName; } public function setGeneration($generation) { $this->generation = $generation; } public function getGeneration() { return $this->generation; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } /** * @param Google_Service_CloudRun_OwnerReference[] */ public function setOwnerReferences($ownerReferences) { $this->ownerReferences = $ownerReferences; } /** * @return Google_Service_CloudRun_OwnerReference[] */ public function getOwnerReferences() { return $this->ownerReferences; } public function setResourceVersion($resourceVersion) { $this->resourceVersion = $resourceVersion; } public function getResourceVersion() { return $this->resourceVersion; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK- Z"`' Fvendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.phpnu[exec = $exec; } /** * @return Google_Service_CloudRun_ExecAction */ public function getExec() { return $this->exec; } public function setFailureThreshold($failureThreshold) { $this->failureThreshold = $failureThreshold; } public function getFailureThreshold() { return $this->failureThreshold; } /** * @param Google_Service_CloudRun_HTTPGetAction */ public function setHttpGet(Google_Service_CloudRun_HTTPGetAction $httpGet) { $this->httpGet = $httpGet; } /** * @return Google_Service_CloudRun_HTTPGetAction */ public function getHttpGet() { return $this->httpGet; } public function setInitialDelaySeconds($initialDelaySeconds) { $this->initialDelaySeconds = $initialDelaySeconds; } public function getInitialDelaySeconds() { return $this->initialDelaySeconds; } public function setPeriodSeconds($periodSeconds) { $this->periodSeconds = $periodSeconds; } public function getPeriodSeconds() { return $this->periodSeconds; } public function setSuccessThreshold($successThreshold) { $this->successThreshold = $successThreshold; } public function getSuccessThreshold() { return $this->successThreshold; } /** * @param Google_Service_CloudRun_TCPSocketAction */ public function setTcpSocket(Google_Service_CloudRun_TCPSocketAction $tcpSocket) { $this->tcpSocket = $tcpSocket; } /** * @return Google_Service_CloudRun_TCPSocketAction */ public function getTcpSocket() { return $this->tcpSocket; } public function setTimeoutSeconds($timeoutSeconds) { $this->timeoutSeconds = $timeoutSeconds; } public function getTimeoutSeconds() { return $this->timeoutSeconds; } } PK- ZŚQvendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- Z@nnLvendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.phpnu[field = $field; } public function getField() { return $this->field; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK- ZiLZvendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK- Zo }}Rvendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_CloudRun_LocalObjectReference */ public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) { $this->localObjectReference = $localObjectReference; } /** * @return Google_Service_CloudRun_LocalObjectReference */ public function getLocalObjectReference() { return $this->localObjectReference; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } } PK- Z%bxTvendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.phpnu[conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function getConditions() { return $this->conditions; } public function setMappedRouteName($mappedRouteName) { $this->mappedRouteName = $mappedRouteName; } public function getMappedRouteName() { return $this->mappedRouteName; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } /** * @param Google_Service_CloudRun_ResourceRecord[] */ public function setResourceRecords($resourceRecords) { $this->resourceRecords = $resourceRecords; } /** * @return Google_Service_CloudRun_ResourceRecord[] */ public function getResourceRecords() { return $this->resourceRecords; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Z%YYNvendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.phpnu[causes = $causes; } /** * @return Google_Service_CloudRun_StatusCause[] */ public function getCauses() { return $this->causes; } public function setGroup($group) { $this->group = $group; } public function getGroup() { return $this->group; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRetryAfterSeconds($retryAfterSeconds) { $this->retryAfterSeconds = $retryAfterSeconds; } public function getRetryAfterSeconds() { return $this->retryAfterSeconds; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK- ZM^Ovendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.phpnu[conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition[] */ public function getConditions() { return $this->conditions; } public function setImageDigest($imageDigest) { $this->imageDigest = $imageDigest; } public function getImageDigest() { return $this->imageDigest; } public function setLogUrl($logUrl) { $this->logUrl = $logUrl; } public function getLogUrl() { return $this->logUrl; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK- ZHllFvendor/google/apiclient-services/src/Google/Service/CloudRun/Route.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ObjectMeta */ public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_RouteSpec */ public function setSpec(Google_Service_CloudRun_RouteSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_RouteSpec */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudRun_RouteStatus */ public function setStatus(Google_Service_CloudRun_RouteStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRun_RouteStatus */ public function getStatus() { return $this->status; } } PK- Z&&Lvendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.phpnu[mountPath = $mountPath; } public function getMountPath() { return $this->mountPath; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setReadOnly($readOnly) { $this->readOnly = $readOnly; } public function getReadOnly() { return $this->readOnly; } public function setSubPath($subPath) { $this->subPath = $subPath; } public function getSubPath() { return $this->subPath; } } PK- ZkhdGvendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.phpnu[configMap = $configMap; } /** * @return Google_Service_CloudRun_ConfigMapVolumeSource */ public function getConfigMap() { return $this->configMap; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudRun_SecretVolumeSource */ public function setSecret(Google_Service_CloudRun_SecretVolumeSource $secret) { $this->secret = $secret; } /** * @return Google_Service_CloudRun_SecretVolumeSource */ public function getSecret() { return $this->secret; } } PK- Zl&&Gvendor/google/apiclient-services/src/Google/Service/CloudRun/Status.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_CloudRun_StatusDetails */ public function setDetails(Google_Service_CloudRun_StatusDetails $details) { $this->details = $details; } /** * @return Google_Service_CloudRun_StatusDetails */ public function getDetails() { return $this->details; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK- ZM1jjKvendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.phpnu[command = $command; } public function getCommand() { return $this->command; } } PK- Z Jvendor/google/apiclient-services/src/Google/Service/CloudRun/Container.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } /** * @param Google_Service_CloudRun_EnvVar[] */ public function setEnv($env) { $this->env = $env; } /** * @return Google_Service_CloudRun_EnvVar[] */ public function getEnv() { return $this->env; } /** * @param Google_Service_CloudRun_EnvFromSource[] */ public function setEnvFrom($envFrom) { $this->envFrom = $envFrom; } /** * @return Google_Service_CloudRun_EnvFromSource[] */ public function getEnvFrom() { return $this->envFrom; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } public function setImagePullPolicy($imagePullPolicy) { $this->imagePullPolicy = $imagePullPolicy; } public function getImagePullPolicy() { return $this->imagePullPolicy; } /** * @param Google_Service_CloudRun_Probe */ public function setLivenessProbe(Google_Service_CloudRun_Probe $livenessProbe) { $this->livenessProbe = $livenessProbe; } /** * @return Google_Service_CloudRun_Probe */ public function getLivenessProbe() { return $this->livenessProbe; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudRun_ContainerPort[] */ public function setPorts($ports) { $this->ports = $ports; } /** * @return Google_Service_CloudRun_ContainerPort[] */ public function getPorts() { return $this->ports; } /** * @param Google_Service_CloudRun_Probe */ public function setReadinessProbe(Google_Service_CloudRun_Probe $readinessProbe) { $this->readinessProbe = $readinessProbe; } /** * @return Google_Service_CloudRun_Probe */ public function getReadinessProbe() { return $this->readinessProbe; } /** * @param Google_Service_CloudRun_ResourceRequirements */ public function setResources(Google_Service_CloudRun_ResourceRequirements $resources) { $this->resources = $resources; } /** * @return Google_Service_CloudRun_ResourceRequirements */ public function getResources() { return $this->resources; } /** * @param Google_Service_CloudRun_SecurityContext */ public function setSecurityContext(Google_Service_CloudRun_SecurityContext $securityContext) { $this->securityContext = $securityContext; } /** * @return Google_Service_CloudRun_SecurityContext */ public function getSecurityContext() { return $this->securityContext; } public function setTerminationMessagePath($terminationMessagePath) { $this->terminationMessagePath = $terminationMessagePath; } public function getTerminationMessagePath() { return $this->terminationMessagePath; } public function setTerminationMessagePolicy($terminationMessagePolicy) { $this->terminationMessagePolicy = $terminationMessagePolicy; } public function getTerminationMessagePolicy() { return $this->terminationMessagePolicy; } /** * @param Google_Service_CloudRun_VolumeMount[] */ public function setVolumeMounts($volumeMounts) { $this->volumeMounts = $volumeMounts; } /** * @return Google_Service_CloudRun_VolumeMount[] */ public function getVolumeMounts() { return $this->volumeMounts; } public function setWorkingDir($workingDir) { $this->workingDir = $workingDir; } public function getWorkingDir() { return $this->workingDir; } } PK- Z20Uvendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } /** * @param Google_Service_CloudRun_Service[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_Service[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK- ZZvendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.phpnu[lastTransitionTime = $lastTransitionTime; } public function getLastTransitionTime() { return $this->lastTransitionTime; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZBgIvendor/google/apiclient-services/src/Google/Service/CloudRun/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- Z33Lvendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudRun_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK- Z80"Vvendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } /** * @param Google_Service_CloudRun_Revision[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_Revision[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK- ZfBz-||Mvendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.phpnu[containerConcurrency = $containerConcurrency; } public function getContainerConcurrency() { return $this->containerConcurrency; } /** * @param Google_Service_CloudRun_Container[] */ public function setContainers($containers) { $this->containers = $containers; } /** * @return Google_Service_CloudRun_Container[] */ public function getContainers() { return $this->containers; } public function setServiceAccountName($serviceAccountName) { $this->serviceAccountName = $serviceAccountName; } public function getServiceAccountName() { return $this->serviceAccountName; } public function setTimeoutSeconds($timeoutSeconds) { $this->timeoutSeconds = $timeoutSeconds; } public function getTimeoutSeconds() { return $this->timeoutSeconds; } /** * @param Google_Service_CloudRun_Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_CloudRun_Volume[] */ public function getVolumes() { return $this->volumes; } } PK- Z7Pvendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.phpnu[localObjectReference = $localObjectReference; } /** * @return Google_Service_CloudRun_LocalObjectReference */ public function getLocalObjectReference() { return $this->localObjectReference; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } } PK- Z(I3j--^vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.phpnu[domains = $domains; } /** * @return Google_Service_CloudRun_AuthorizedDomain[] */ public function getDomains() { return $this->domains; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZCKvendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK- ZPvendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.phpnu[host = $host; } public function getHost() { return $this->host; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK- ZppNvendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.phpnu[host = $host; } public function getHost() { return $this->host; } /** * @param Google_Service_CloudRun_HTTPHeader[] */ public function setHttpHeaders($httpHeaders) { $this->httpHeaders = $httpHeaders; } /** * @return Google_Service_CloudRun_HTTPHeader[] */ public function getHttpHeaders() { return $this->httpHeaders; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setScheme($scheme) { $this->scheme = $scheme; } public function getScheme() { return $this->scheme; } } PK- Z.Wv;;Jvendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.phpnu[key = $key; } public function getKey() { return $this->key; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK- Z۱IIEvendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- ZIۯCCJvendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.phpnu[traffic = $traffic; } /** * @return Google_Service_CloudRun_TrafficTarget[] */ public function getTraffic() { return $this->traffic; } } PK- ZRRLvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.phpnu[ * Schedule queries or transfer external data from SaaS applications to Google * BigQuery on a regular basis.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_BigQueryDataTransfer extends Google_Service { /** View and manage your data in Google BigQuery. */ const BIGQUERY = "https://www.googleapis.com/auth/bigquery"; /** View your data in Google BigQuery. */ const BIGQUERY_READONLY = "https://www.googleapis.com/auth/bigquery.readonly"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $projects_dataSources; public $projects_locations; public $projects_locations_dataSources; public $projects_locations_transferConfigs; public $projects_locations_transferConfigs_runs; public $projects_locations_transferConfigs_runs_transferLogs; public $projects_transferConfigs; public $projects_transferConfigs_runs; public $projects_transferConfigs_runs_transferLogs; /** * Constructs the internal representation of the BigQueryDataTransfer service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://bigquerydatatransfer.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'bigquerydatatransfer'; $this->projects_dataSources = new Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources( $this, $this->serviceName, 'dataSources', array( 'methods' => array( 'checkValidCreds' => array( 'path' => 'v1/{+name}:checkValidCreds', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/dataSources', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_dataSources = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources( $this, $this->serviceName, 'dataSources', array( 'methods' => array( 'checkValidCreds' => array( 'path' => 'v1/{+name}:checkValidCreds', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/dataSources', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_transferConfigs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigs( $this, $this->serviceName, 'transferConfigs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/transferConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', ), 'serviceAccountName' => array( 'location' => 'query', 'type' => 'string', ), 'versionInfo' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/transferConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => 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, ), 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', ), 'serviceAccountName' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), 'versionInfo' => array( 'location' => 'query', 'type' => 'string', ), ), ),'scheduleRuns' => array( 'path' => 'v1/{+parent}:scheduleRuns', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'startManualRuns' => array( 'path' => 'v1/{+parent}:startManualRuns', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_transferConfigs_runs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRuns( $this, $this->serviceName, 'runs', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/runs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'runAttempt' => array( 'location' => 'query', 'type' => 'string', ), 'states' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->projects_locations_transferConfigs_runs_transferLogs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRunsTransferLogs( $this, $this->serviceName, 'transferLogs', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/transferLogs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'messageTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_transferConfigs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs( $this, $this->serviceName, 'transferConfigs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/transferConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', ), 'serviceAccountName' => array( 'location' => 'query', 'type' => 'string', ), 'versionInfo' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/transferConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => 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, ), 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', ), 'serviceAccountName' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), 'versionInfo' => array( 'location' => 'query', 'type' => 'string', ), ), ),'scheduleRuns' => array( 'path' => 'v1/{+parent}:scheduleRuns', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'startManualRuns' => array( 'path' => 'v1/{+parent}:startManualRuns', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_transferConfigs_runs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns( $this, $this->serviceName, 'runs', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/runs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'runAttempt' => array( 'location' => 'query', 'type' => 'string', ), 'states' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->projects_transferConfigs_runs_transferLogs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTransferLogs( $this, $this->serviceName, 'transferLogs', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/transferLogs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'messageTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- ZYڳ=vendor/google/apiclient-services/src/Google/Service/Drive.phpnu[ * Manages files in Drive including uploading, downloading, searching, detecting * changes, and updating sharing permissions.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Drive extends Google_Service { /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; /** See, create, and delete its own configuration data in your Google Drive. */ const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata"; /** See, edit, create, and delete only the specific Google Drive files you use with this app. */ const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; /** View and manage metadata of files in your Google Drive. */ const DRIVE_METADATA = "https://www.googleapis.com/auth/drive.metadata"; /** See information about your Google Drive files. */ const DRIVE_METADATA_READONLY = "https://www.googleapis.com/auth/drive.metadata.readonly"; /** View the photos, videos and albums in your Google Photos. */ const DRIVE_PHOTOS_READONLY = "https://www.googleapis.com/auth/drive.photos.readonly"; /** See and download all your Google Drive files. */ const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"; /** Modify your Google Apps Script scripts' behavior. */ const DRIVE_SCRIPTS = "https://www.googleapis.com/auth/drive.scripts"; public $about; public $changes; public $channels; public $comments; public $drives; public $files; public $permissions; public $replies; public $revisions; public $teamdrives; /** * Constructs the internal representation of the Drive service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'drive/v3/'; $this->batchPath = 'batch/drive/v3'; $this->version = 'v3'; $this->serviceName = 'drive'; $this->about = new Google_Service_Drive_Resource_About( $this, $this->serviceName, 'about', array( 'methods' => array( 'get' => array( 'path' => 'about', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->changes = new Google_Service_Drive_Resource_Changes( $this, $this->serviceName, 'changes', array( 'methods' => array( 'getStartPageToken' => array( 'path' => 'changes/startPageToken', 'httpMethod' => 'GET', 'parameters' => array( 'driveId' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'teamDriveId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'changes', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'driveId' => array( 'location' => 'query', 'type' => 'string', ), 'includeCorpusRemovals' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeItemsFromAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'includeRemoved' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeTeamDriveItems' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'restrictToMyDrive' => array( 'location' => 'query', 'type' => 'boolean', ), 'spaces' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'teamDriveId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'watch' => array( 'path' => 'changes/watch', 'httpMethod' => 'POST', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'driveId' => array( 'location' => 'query', 'type' => 'string', ), 'includeCorpusRemovals' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeItemsFromAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'includeRemoved' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeTeamDriveItems' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'restrictToMyDrive' => array( 'location' => 'query', 'type' => 'boolean', ), 'spaces' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'teamDriveId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->channels = new Google_Service_Drive_Resource_Channels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'stop' => array( 'path' => 'channels/stop', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->comments = new Google_Service_Drive_Resource_Comments( $this, $this->serviceName, 'comments', array( 'methods' => array( 'create' => array( 'path' => 'files/{fileId}/comments', 'httpMethod' => 'POST', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'files/{fileId}/comments/{commentId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'files/{fileId}/comments/{commentId}', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'files/{fileId}/comments', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startModifiedTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'files/{fileId}/comments/{commentId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->drives = new Google_Service_Drive_Resource_Drives( $this, $this->serviceName, 'drives', array( 'methods' => array( 'create' => array( 'path' => 'drives', 'httpMethod' => 'POST', 'parameters' => array( 'requestId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'drives/{driveId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'driveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'drives/{driveId}', 'httpMethod' => 'GET', 'parameters' => array( 'driveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'hide' => array( 'path' => 'drives/{driveId}/hide', 'httpMethod' => 'POST', 'parameters' => array( 'driveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'drives', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'unhide' => array( 'path' => 'drives/{driveId}/unhide', 'httpMethod' => 'POST', 'parameters' => array( 'driveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'drives/{driveId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'driveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->files = new Google_Service_Drive_Resource_Files( $this, $this->serviceName, 'files', array( 'methods' => array( 'copy' => array( 'path' => 'files/{fileId}/copy', 'httpMethod' => 'POST', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'enforceSingleParent' => array( 'location' => 'query', 'type' => 'boolean', ), 'ignoreDefaultVisibility' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'keepRevisionForever' => array( 'location' => 'query', 'type' => 'boolean', ), 'ocrLanguage' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'create' => array( 'path' => 'files', 'httpMethod' => 'POST', 'parameters' => array( 'enforceSingleParent' => array( 'location' => 'query', 'type' => 'boolean', ), 'ignoreDefaultVisibility' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'keepRevisionForever' => array( 'location' => 'query', 'type' => 'boolean', ), 'ocrLanguage' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'useContentAsIndexableText' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'files/{fileId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'enforceSingleParent' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'emptyTrash' => array( 'path' => 'files/trash', 'httpMethod' => 'DELETE', 'parameters' => array( 'enforceSingleParent' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'export' => array( 'path' => 'files/{fileId}/export', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'mimeType' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'generateIds' => array( 'path' => 'files/generateIds', 'httpMethod' => 'GET', 'parameters' => array( 'count' => array( 'location' => 'query', 'type' => 'integer', ), 'space' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'files/{fileId}', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acknowledgeAbuse' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'files', 'httpMethod' => 'GET', 'parameters' => array( 'corpora' => array( 'location' => 'query', 'type' => 'string', ), 'corpus' => array( 'location' => 'query', 'type' => 'string', ), 'driveId' => array( 'location' => 'query', 'type' => 'string', ), 'includeItemsFromAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'includeTeamDriveItems' => array( 'location' => 'query', 'type' => 'boolean', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'spaces' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'teamDriveId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'files/{fileId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'addParents' => array( 'location' => 'query', 'type' => 'string', ), 'enforceSingleParent' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'keepRevisionForever' => array( 'location' => 'query', 'type' => 'boolean', ), 'ocrLanguage' => array( 'location' => 'query', 'type' => 'string', ), 'removeParents' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'useContentAsIndexableText' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'watch' => array( 'path' => 'files/{fileId}/watch', 'httpMethod' => 'POST', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acknowledgeAbuse' => array( 'location' => 'query', 'type' => 'boolean', ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->permissions = new Google_Service_Drive_Resource_Permissions( $this, $this->serviceName, 'permissions', array( 'methods' => array( 'create' => array( 'path' => 'files/{fileId}/permissions', 'httpMethod' => 'POST', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'emailMessage' => array( 'location' => 'query', 'type' => 'string', ), 'enforceSingleParent' => array( 'location' => 'query', 'type' => 'boolean', ), 'moveToNewOwnersRoot' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendNotificationEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'transferOwnership' => array( 'location' => 'query', 'type' => 'boolean', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'files/{fileId}/permissions/{permissionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'permissionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'files/{fileId}/permissions/{permissionId}', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'permissionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'files/{fileId}/permissions', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includePermissionsForView' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'files/{fileId}/permissions/{permissionId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'permissionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'removeExpiration' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsAllDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'supportsTeamDrives' => array( 'location' => 'query', 'type' => 'boolean', ), 'transferOwnership' => array( 'location' => 'query', 'type' => 'boolean', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->replies = new Google_Service_Drive_Resource_Replies( $this, $this->serviceName, 'replies', array( 'methods' => array( 'create' => array( 'path' => 'files/{fileId}/comments/{commentId}/replies', 'httpMethod' => 'POST', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'files/{fileId}/comments/{commentId}/replies', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'commentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->revisions = new Google_Service_Drive_Resource_Revisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'delete' => array( 'path' => 'files/{fileId}/revisions/{revisionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'revisionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'files/{fileId}/revisions/{revisionId}', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'revisionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acknowledgeAbuse' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'files/{fileId}/revisions', 'httpMethod' => 'GET', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'files/{fileId}/revisions/{revisionId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'revisionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->teamdrives = new Google_Service_Drive_Resource_Teamdrives( $this, $this->serviceName, 'teamdrives', array( 'methods' => array( 'create' => array( 'path' => 'teamdrives', 'httpMethod' => 'POST', 'parameters' => array( 'requestId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'teamdrives/{teamDriveId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'teamDriveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'teamdrives/{teamDriveId}', 'httpMethod' => 'GET', 'parameters' => array( 'teamDriveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'teamdrives', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'teamdrives/{teamDriveId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'teamDriveId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'useDomainAdminAccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); } } PK- Zv99 9 Wvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.phpnu[apiKey = $apiKey; } public function getApiKey() { return $this->apiKey; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } public function setAuthDomain($authDomain) { $this->authDomain = $authDomain; } public function getAuthDomain() { return $this->authDomain; } public function setDatabaseURL($databaseURL) { $this->databaseURL = $databaseURL; } public function getDatabaseURL() { return $this->databaseURL; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMeasurementId($measurementId) { $this->measurementId = $measurementId; } public function getMeasurementId() { return $this->measurementId; } public function setMessagingSenderId($messagingSenderId) { $this->messagingSenderId = $messagingSenderId; } public function getMessagingSenderId() { return $this->messagingSenderId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStorageBucket($storageBucket) { $this->storageBucket = $storageBucket; } public function getStorageBucket() { return $this->storageBucket; } } PK- ZSH!\vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsProperty.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK- ZRYvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AdminSdkConfig.phpnu[databaseURL = $databaseURL; } public function getDatabaseURL() { return $this->databaseURL; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStorageBucket($storageBucket) { $this->storageBucket = $storageBucket; } public function getStorageBucket() { return $this->storageBucket; } } PK- Zq/ QQgvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListFirebaseProjectsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_FirebaseManagement_FirebaseProject[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_FirebaseManagement_FirebaseProject[] */ public function getResults() { return $this->results; } } PK- Z#wZvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseProject.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setProjectNumber($projectNumber) { $this->projectNumber = $projectNumber; } public function getProjectNumber() { return $this->projectNumber; } /** * @param Google_Service_FirebaseManagement_DefaultResources */ public function setResources(Google_Service_FirebaseManagement_DefaultResources $resources) { $this->resources = $resources; } /** * @return Google_Service_FirebaseManagement_DefaultResources */ public function getResources() { return $this->resources; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK- Z&3 |PPivendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_FirebaseManagement_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Zp[vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/DefaultResources.phpnu[hostingSite = $hostingSite; } public function getHostingSite() { return $this->hostingSite; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setRealtimeDatabaseInstance($realtimeDatabaseInstance) { $this->realtimeDatabaseInstance = $realtimeDatabaseInstance; } public function getRealtimeDatabaseInstance() { return $this->realtimeDatabaseInstance; } public function setStorageBucket($storageBucket) { $this->storageBucket = $storageBucket; } public function getStorageBucket() { return $this->storageBucket; } } PK- ZjVvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ProjectInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } } PK- Z1XkX[vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsDetails.phpnu[analyticsProperty = $analyticsProperty; } /** * @return Google_Service_FirebaseManagement_AnalyticsProperty */ public function getAnalyticsProperty() { return $this->analyticsProperty; } /** * @param Google_Service_FirebaseManagement_StreamMapping[] */ public function setStreamMappings($streamMappings) { $this->streamMappings = $streamMappings; } /** * @return Google_Service_FirebaseManagement_StreamMapping[] */ public function getStreamMappings() { return $this->streamMappings; } } PK- Z /""bvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAndroidAppsResponse.phpnu[apps = $apps; } /** * @return Google_Service_FirebaseManagement_AndroidApp[] */ public function getApps() { return $this->apps; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z`eԙfvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListShaCertificatesResponse.phpnu[certificates = $certificates; } /** * @return Google_Service_FirebaseManagement_ShaCertificate[] */ public function getCertificates() { return $this->certificates; } } PK- Z6 gvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidApps.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $androidApps = $firebaseService->androidApps; * */ class Google_Service_FirebaseManagement_Resource_ProjectsAndroidApps extends Google_Service_Resource { /** * Requests the creation of a new AndroidApp in the specified FirebaseProject. * The result of this call is an `Operation` which can be used to track the * provisioning process. The `Operation` is automatically deleted after * completion, so there is no need to call `DeleteOperation`. * (androidApps.create) * * @param string $parent The resource name of the parent FirebaseProject in * which to create an AndroidApp, in the format: * projects/PROJECT_IDENTIFIER/androidApps Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param Google_Service_FirebaseManagement_AndroidApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function create($parent, Google_Service_FirebaseManagement_AndroidApp $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseManagement_Operation"); } /** * Gets the specified AndroidApp. (androidApps.get) * * @param string $name The resource name of the AndroidApp, in the format: * projects/ PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique * identifier, the Unique Resource from Sub-Collection access pattern may be * used here, in the format: projects/-/androidApps/APP_ID Refer to the * `AndroidApp` [`name`](../projects.androidApps#AndroidApp.FIELDS.name) field * for details about PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_AndroidApp */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseManagement_AndroidApp"); } /** * Gets the configuration artifact associated with the specified AndroidApp. * (androidApps.getConfig) * * @param string $name The resource name of the AndroidApp configuration to * download, in the format: * projects/PROJECT_IDENTIFIER/androidApps/APP_ID/config Since an APP_ID is a * unique identifier, the Unique Resource from Sub-Collection access pattern may * be used here, in the format: projects/-/androidApps/APP_ID Refer to the * `AndroidApp` [`name`](../projects.androidApps#AndroidApp.FIELDS.name) field * for details about PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_AndroidAppConfig */ public function getConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_FirebaseManagement_AndroidAppConfig"); } /** * Lists each AndroidApp associated with the specified FirebaseProject. The * elements are returned in no particular order, but will be a consistent view * of the Apps when additional requests are made with a `pageToken`. * (androidApps.listProjectsAndroidApps) * * @param string $parent The resource name of the parent FirebaseProject for * which to list each associated AndroidApp, in the format: * projects/PROJECT_IDENTIFIER /androidApps Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Apps to return in the response. * The server may return fewer than this at its discretion. If no value is * specified (or too large a value is specified), then the server will impose * its own limit. * @opt_param string pageToken Token returned from a previous call to * `ListAndroidApps` indicating where in the set of Apps to resume listing. * @return Google_Service_FirebaseManagement_ListAndroidAppsResponse */ public function listProjectsAndroidApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListAndroidAppsResponse"); } /** * Updates the attributes of the specified AndroidApp. (androidApps.patch) * * @param string $name The resource name of the AndroidApp, in the format: * projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the * parent Project's * [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) * ***(recommended)*** or its * [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more * about using project identifiers in Google's [AIP 2510 * standard](https://google.aip.dev/cloud/2510). Note that the value for * PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: * the globally unique, Firebase-assigned identifier for the App (see * [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)). * @param Google_Service_FirebaseManagement_AndroidApp $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Specifies which fields to update. Note that the * fields `name`, `app_id`, `project_id`, and `package_name` are all immutable. * @return Google_Service_FirebaseManagement_AndroidApp */ public function patch($name, Google_Service_FirebaseManagement_AndroidApp $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_FirebaseManagement_AndroidApp"); } } PK- Za& & evendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/AvailableProjects.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $availableProjects = $firebaseService->availableProjects; * */ class Google_Service_FirebaseManagement_Resource_AvailableProjects extends Google_Service_Resource { /** * Lists each [Google Cloud Platform (GCP) `Project`] (https://cloud.google.com * /resource-manager/reference/rest/v1/projects) that can have Firebase * resources added to it. A Project will only be listed if: - The caller has * sufficient [Google IAM](https://cloud.google.com/iam) permissions to call * AddFirebase. - The Project is not already a FirebaseProject. - The Project is * not in an Organization which has policies that prevent Firebase resources * from being added. (availableProjects.listAvailableProjects) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Projects to return in the * response. The server may return fewer than this value at its discretion. If * no value is specified (or too large a value is specified), the server will * impose its own limit. This value cannot be negative. * @opt_param string pageToken Token returned from a previous call to * `ListAvailableProjects` indicating where in the set of Projects to resume * listing. * @return Google_Service_FirebaseManagement_ListAvailableProjectsResponse */ public function listAvailableProjects($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListAvailableProjectsResponse"); } } PK- Zݠ:cvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsIosApps.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $iosApps = $firebaseService->iosApps; * */ class Google_Service_FirebaseManagement_Resource_ProjectsIosApps extends Google_Service_Resource { /** * Requests the creation of a new IosApp in the specified FirebaseProject. The * result of this call is an `Operation` which can be used to track the * provisioning process. The `Operation` is automatically deleted after * completion, so there is no need to call `DeleteOperation`. (iosApps.create) * * @param string $parent The resource name of the parent FirebaseProject in * which to create an IosApp, in the format: projects/PROJECT_IDENTIFIER/iosApps * Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param Google_Service_FirebaseManagement_IosApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function create($parent, Google_Service_FirebaseManagement_IosApp $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseManagement_Operation"); } /** * Gets the specified IosApp. (iosApps.get) * * @param string $name The resource name of the IosApp, in the format: * projects/PROJECT_IDENTIFIER /iosApps/APP_ID Since an APP_ID is a unique * identifier, the Unique Resource from Sub-Collection access pattern may be * used here, in the format: projects/-/iosApps/APP_ID Refer to the `IosApp` * [`name`](../projects.iosApps#IosApp.FIELDS.name) field for details about * PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_IosApp */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseManagement_IosApp"); } /** * Gets the configuration artifact associated with the specified IosApp. * (iosApps.getConfig) * * @param string $name The resource name of the App configuration to download, * in the format: projects/PROJECT_IDENTIFIER/iosApps/APP_ID/config Since an * APP_ID is a unique identifier, the Unique Resource from Sub-Collection access * pattern may be used here, in the format: projects/-/iosApps/APP_ID Refer to * the `IosApp` [`name`](../projects.iosApps#IosApp.FIELDS.name) field for * details about PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_IosAppConfig */ public function getConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_FirebaseManagement_IosAppConfig"); } /** * Lists each IosApp associated with the specified FirebaseProject. The elements * are returned in no particular order, but will be a consistent view of the * Apps when additional requests are made with a `pageToken`. * (iosApps.listProjectsIosApps) * * @param string $parent The resource name of the parent FirebaseProject for * which to list each associated IosApp, in the format: * projects/PROJECT_IDENTIFIER/iosApps Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Apps to return in the response. * The server may return fewer than this at its discretion. If no value is * specified (or too large a value is specified), the server will impose its own * limit. * @opt_param string pageToken Token returned from a previous call to * `ListIosApps` indicating where in the set of Apps to resume listing. * @return Google_Service_FirebaseManagement_ListIosAppsResponse */ public function listProjectsIosApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListIosAppsResponse"); } /** * Updates the attributes of the specified IosApp. (iosApps.patch) * * @param string $name The resource name of the IosApp, in the format: * projects/PROJECT_IDENTIFIER /iosApps/APP_ID * PROJECT_IDENTIFIER: the parent * Project's * [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) * ***(recommended)*** or its * [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more * about using project identifiers in Google's [AIP 2510 * standard](https://google.aip.dev/cloud/2510). Note that the value for * PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: * the globally unique, Firebase-assigned identifier for the App (see * [`appId`](../projects.iosApps#IosApp.FIELDS.app_id)). * @param Google_Service_FirebaseManagement_IosApp $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Specifies which fields to update. Note that the * fields `name`, `appId`, `projectId`, and `bundleId` are all immutable. * @return Google_Service_FirebaseManagement_IosApp */ public function patch($name, Google_Service_FirebaseManagement_IosApp $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_FirebaseManagement_IosApp"); } } PK- ZKnvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAvailableLocations.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $availableLocations = $firebaseService->availableLocations; * */ class Google_Service_FirebaseManagement_Resource_ProjectsAvailableLocations extends Google_Service_Resource { /** * Lists the valid Google Cloud Platform (GCP) resource locations for the * specified Project (including a FirebaseProject). One of these locations can * be selected as the Project's [_default_ GCP resource * location](https://firebase.google.com/docs/projects/locations), which is the * geographical location where the Project's resources, such as Cloud Firestore, * will be provisioned by default. However, if the default GCP resource location * has already been set for the Project, then this setting cannot be changed. * This call checks for any possible [location * restrictions](https://cloud.google.com/resource-manager/docs/organization- * policy/defining-locations) for the specified Project and, thus, might return * a subset of all possible GCP resource locations. To list all GCP resource * locations (regardless of any restrictions), call the endpoint without * specifying a unique project identifier (that is, * `/v1beta1/{parent=projects/-}/listAvailableLocations`). To call * `ListAvailableLocations` with a specified project, a member must be at * minimum a Viewer of the Project. Calls without a specified project do not * require any specific project permissions. * (availableLocations.listProjectsAvailableLocations) * * @param string $parent The FirebaseProject for which to list GCP resource * locations, in the format: projects/PROJECT_IDENTIFIER Refer to the * `FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for * details about PROJECT_IDENTIFIER values. If no unique project identifier is * specified (that is, `projects/-`), the returned list does not take into * account org-specific or project-specific location restrictions. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of locations to return in the * response. The server may return fewer than this value at its discretion. If * no value is specified (or too large a value is specified), then the server * will impose its own limit. This value cannot be negative. * @opt_param string pageToken Token returned from a previous call to * `ListAvailableLocations` indicating where in the list of locations to resume * listing. * @return Google_Service_FirebaseManagement_ListAvailableLocationsResponse */ public function listProjectsAvailableLocations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListAvailableLocationsResponse"); } } PK- Z(l&^vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Operations.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $operations = $firebaseService->operations; * */ class Google_Service_FirebaseManagement_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseManagement_Operation"); } } PK- Z$  kvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsDefaultLocation.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $defaultLocation = $firebaseService->defaultLocation; * */ class Google_Service_FirebaseManagement_Resource_ProjectsDefaultLocation extends Google_Service_Resource { /** * Sets the default Google Cloud Platform (GCP) resource location for the * specified FirebaseProject. This method creates an App Engine application with * a [default Cloud Storage bucket](https://cloud.google.com/appengine/docs/stan * dard/python/googlecloudstorageclient/setting-up-cloud- * storage#activating_a_cloud_storage_bucket), located in the specified * [`locationId`](#body.request_body.FIELDS.location_id). This location must be * one of the available [GCP resource * locations](https://firebase.google.com/docs/projects/locations). After the * default GCP resource location is finalized, or if it was already set, it * cannot be changed. The default GCP resource location for the specified * `FirebaseProject` might already be set because either the underlying GCP * `Project` already has an App Engine application or `FinalizeDefaultLocation` * was previously called with a specified `locationId`. Any new calls to * `FinalizeDefaultLocation` with a *different* specified `locationId` will * return a 409 error. The result of this call is an * [`Operation`](../../v1beta1/operations), which can be used to track the * provisioning process. The * [`response`](../../v1beta1/operations#Operation.FIELDS.response) type of the * `Operation` is google.protobuf.Empty. The `Operation` can be polled by its * `name` using GetOperation until `done` is true. When `done` is true, the * `Operation` has either succeeded or failed. If the `Operation` has succeeded, * its [`response`](../../v1beta1/operations#Operation.FIELDS.response) will be * set to a google.protobuf.Empty; if the `Operation` has failed, its `error` * will be set to a google.rpc.Status. The `Operation` is automatically deleted * after completion, so there is no need to call DeleteOperation. All fields * listed in the [request body](#request-body) are required. To call * `FinalizeDefaultLocation`, a member must be an Owner of the Project. * (defaultLocation.finalize) * * @param string $parent The resource name of the FirebaseProject for which the * default GCP resource location will be set, in the format: * projects/PROJECT_IDENTIFIER Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param Google_Service_FirebaseManagement_FinalizeDefaultLocationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function finalize($parent, Google_Service_FirebaseManagement_FinalizeDefaultLocationRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('finalize', array($params), "Google_Service_FirebaseManagement_Operation"); } } PK- Z-CC\vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $projects = $firebaseService->projects; * */ class Google_Service_FirebaseManagement_Resource_Projects extends Google_Service_Resource { /** * Adds Firebase resources to the specified existing [Google Cloud Platform * (GCP) `Project`] (https://cloud.google.com/resource- * manager/reference/rest/v1/projects). Since a FirebaseProject is actually also * a GCP `Project`, a `FirebaseProject` has the same underlying GCP identifiers * (`projectNumber` and `projectId`). This allows for easy interop with Google * APIs. The result of this call is an [`Operation`](../../v1beta1/operations). * Poll the `Operation` to track the provisioning process by calling * GetOperation until [`done`](../../v1beta1/operations#Operation.FIELDS.done) * is `true`. When `done` is `true`, the `Operation` has either succeeded or * failed. If the `Operation` succeeded, its * [`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to a * FirebaseProject; if the `Operation` failed, its * [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a * google.rpc.Status. The `Operation` is automatically deleted after completion, * so there is no need to call DeleteOperation. This method does not modify any * billing account information on the underlying GCP `Project`. To call * `AddFirebase`, a project member or service account must have the following * permissions (the IAM roles of Editor and Owner contain these permissions): * `firebase.projects.update`, `resourcemanager.projects.get`, * `serviceusage.services.enable`, and `serviceusage.services.get`. * (projects.addFirebase) * * @param string $project The resource name of the GCP `Project` to which * Firebase resources will be added, in the format: projects/PROJECT_IDENTIFIER * Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. After calling `AddFirebase`, the unique Project * identifiers ( [`projectNumber`](https://cloud.google.com/resource- * manager/reference/rest/v1/projects#Project.FIELDS.project_number) and * [`projectId`](https://cloud.google.com/resource- * manager/reference/rest/v1/projects#Project.FIELDS.project_id)) of the * underlying GCP `Project` are also the identifiers of the FirebaseProject. * @param Google_Service_FirebaseManagement_AddFirebaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function addFirebase($project, Google_Service_FirebaseManagement_AddFirebaseRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addFirebase', array($params), "Google_Service_FirebaseManagement_Operation"); } /** * Links the specified FirebaseProject with an existing [Google Analytics * account](http://www.google.com/analytics/). Using this call, you can either: * - Specify an `analyticsAccountId` to provision a new Google Analytics * property within the specified account and associate the new property with the * `FirebaseProject`. - Specify an existing `analyticsPropertyId` to associate * the property with the `FirebaseProject`. Note that when you call * `AddGoogleAnalytics`: 1. The first check determines if any existing data * streams in the Google Analytics property correspond to any existing Firebase * Apps in the `FirebaseProject` (based on the `packageName` or `bundleId` * associated with the data stream). Then, as applicable, the data streams and * apps are linked. Note that this auto-linking only applies to `AndroidApps` * and `IosApps`. 2. If no corresponding data streams are found for the Firebase * Apps, new data streams are provisioned in the Google Analytics property for * each of the Firebase Apps. Note that a new data stream is always provisioned * for a Web App even if it was previously associated with a data stream in the * Analytics property. Learn more about the hierarchy and structure of Google * Analytics accounts in the [Analytics * documentation](https://support.google.com/analytics/answer/9303323). The * result of this call is an [`Operation`](../../v1beta1/operations). Poll the * `Operation` to track the provisioning process by calling GetOperation until * [`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. When * `done` is `true`, the `Operation` has either succeeded or failed. If the * `Operation` succeeded, its * [`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to an * AnalyticsDetails; if the `Operation` failed, its * [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a * google.rpc.Status. To call `AddGoogleAnalytics`, a project member must be an * Owner for the existing `FirebaseProject` and have the [`Edit` * permission](https://support.google.com/analytics/answer/2884495) for the * Google Analytics account. If the `FirebaseProject` already has Google * Analytics enabled, and you call `AddGoogleAnalytics` using an * `analyticsPropertyId` that's different from the currently associated * property, then the call will fail. Analytics may have already been enabled in * the Firebase console or by specifying `timeZone` and `regionCode` in the call * to [`AddFirebase`](../../v1beta1/projects/addFirebase). * (projects.addGoogleAnalytics) * * @param string $parent The resource name of the FirebaseProject to link to an * existing Google Analytics account, in the format: projects/PROJECT_IDENTIFIER * Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param Google_Service_FirebaseManagement_AddGoogleAnalyticsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function addGoogleAnalytics($parent, Google_Service_FirebaseManagement_AddGoogleAnalyticsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addGoogleAnalytics', array($params), "Google_Service_FirebaseManagement_Operation"); } /** * Gets the specified FirebaseProject. (projects.get) * * @param string $name The resource name of the FirebaseProject, in the format: * projects/ PROJECT_IDENTIFIER Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_FirebaseProject */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseManagement_FirebaseProject"); } /** * Gets the configuration artifact associated with the specified * FirebaseProject, which can be used by servers to simplify initialization. * Typically, this configuration is used with the Firebase Admin SDK [initialize * App](https://firebase.google.com/docs/admin/setup#initialize_the_sdk) * command. (projects.getAdminSdkConfig) * * @param string $name The resource name of the FirebaseProject, in the format: * projects/ PROJECT_IDENTIFIER/adminSdkConfig Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_AdminSdkConfig */ public function getAdminSdkConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getAdminSdkConfig', array($params), "Google_Service_FirebaseManagement_AdminSdkConfig"); } /** * Gets the Google Analytics details currently associated with the specified * FirebaseProject. If the `FirebaseProject` is not yet linked to Google * Analytics, then the response to `GetAnalyticsDetails` is `NOT_FOUND`. * (projects.getAnalyticsDetails) * * @param string $name The resource name of the FirebaseProject, in the format: * projects/ PROJECT_IDENTIFIER/analyticsDetails Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_AnalyticsDetails */ public function getAnalyticsDetails($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getAnalyticsDetails', array($params), "Google_Service_FirebaseManagement_AnalyticsDetails"); } /** * Lists each FirebaseProject accessible to the caller. The elements are * returned in no particular order, but they will be a consistent view of the * Projects when additional requests are made with a `pageToken`. This method is * eventually consistent with Project mutations, which means newly provisioned * Projects and recent modifications to existing Projects might not be reflected * in the set of Projects. The list will include only ACTIVE Projects. Use * GetFirebaseProject for consistent reads as well as for additional Project * details. (projects.listProjects) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Projects to return in the * response. The server may return fewer than this at its discretion. If no * value is specified (or too large a value is specified), the server will * impose its own limit. This value cannot be negative. * @opt_param string pageToken Token returned from a previous call to * `ListFirebaseProjects` indicating where in the set of Projects to resume * listing. * @return Google_Service_FirebaseManagement_ListFirebaseProjectsResponse */ public function listProjects($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListFirebaseProjectsResponse"); } /** * Updates the attributes of the specified FirebaseProject. All [query * parameters](#query-parameters) are required. (projects.patch) * * @param string $name The resource name of the Project, in the format: * projects/PROJECT_IDENTIFIER PROJECT_IDENTIFIER: the Project's * [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) * ***(recommended)*** or its * [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more * about using project identifiers in Google's [AIP 2510 * standard](https://google.aip.dev/cloud/2510). Note that the value for * PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * @param Google_Service_FirebaseManagement_FirebaseProject $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Specifies which fields to update. If this list * is empty, then no state will be updated. Note that the fields `name`, * `projectId`, and `projectNumber` are all immutable. * @return Google_Service_FirebaseManagement_FirebaseProject */ public function patch($name, Google_Service_FirebaseManagement_FirebaseProject $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_FirebaseManagement_FirebaseProject"); } /** * Unlinks the specified FirebaseProject from its Google Analytics account. This * call removes the association of the specified `FirebaseProject` with its * current Google Analytics property. However, this call does not delete the * Google Analytics resources, such as the Google Analytics property or any data * streams. These resources may be re-associated later to the `FirebaseProject` * by calling [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) * and specifying the same `analyticsPropertyId`. For Android Apps and iOS Apps, * this call re-links data streams with their corresponding apps. However, for * Web Apps, this call provisions a *new* data stream for each Web App. To call * `RemoveAnalytics`, a project member must be an Owner for the * `FirebaseProject`. (projects.removeAnalytics) * * @param string $parent The resource name of the FirebaseProject to unlink from * its Google Analytics account, in the format: projects/PROJECT_IDENTIFIER * Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param Google_Service_FirebaseManagement_RemoveAnalyticsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_FirebaseEmpty */ public function removeAnalytics($parent, Google_Service_FirebaseManagement_RemoveAnalyticsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeAnalytics', array($params), "Google_Service_FirebaseManagement_FirebaseEmpty"); } /** * Lists all available Apps for the specified FirebaseProject. This is a * convenience method. Typically, interaction with an App should be done using * the platform-specific service, but some tool use-cases require a summary of * all known Apps (such as for App selector interfaces). (projects.searchApps) * * @param string $parent The parent FirebaseProject for which to list Apps, in * the format: projects/ PROJECT_IDENTIFIER Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * * @opt_param string filter A query string compatible with Google's * [AIP-160](https://google.aip.dev/160) standard. Use any of the following * fields in a query: * * [`app_id`](../projects.apps#FirebaseAppInfo.FIELDS.app_id) * * [`namespace`](../projects.apps#FirebaseAppInfo.FIELDS.namespace) * * [`platform`](../projects.apps#FirebaseAppInfo.FIELDS.platform) We also * support the following "virtual" fields (fields which are not actually part of * the returned resource object, but can be queried as if they are pre-populated * with specific values): * `sha1_hash`: This field is considered to be a * repeated `string` field, populated with the list of all SHA-1 certificate * fingerprints registered with the app. This list is empty if the app is not an * Android app. * `sha256_hash`: This field is considered to be a repeated * `string` field, populated with the list of all SHA-256 certificate * fingerprints registered with the app. This list is empty if the app is not an * Android app. * `app_store_id`: This field is considered to be a singular * `string` field, populated with the Apple App Store ID registered with the * app. This field is empty if the app is not an iOS app. * `team_id`: This * field is considered to be a singular `string` field, populated with the Apple * team ID registered with the app. This field is empty if the app is not an iOS * app. * @opt_param int pageSize The maximum number of Apps to return in the response. * The server may return fewer than this value at its discretion. If no value is * specified (or too large a value is specified), then the server will impose * its own limit. This value cannot be negative. * @opt_param string pageToken Token returned from a previous call to * `SearchFirebaseApps` indicating where in the set of Apps to resume listing. * @return Google_Service_FirebaseManagement_SearchFirebaseAppsResponse */ public function searchApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('searchApps', array($params), "Google_Service_FirebaseManagement_SearchFirebaseAppsResponse"); } } PK- Z,ߚcvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsWebApps.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $webApps = $firebaseService->webApps; * */ class Google_Service_FirebaseManagement_Resource_ProjectsWebApps extends Google_Service_Resource { /** * Requests the creation of a new WebApp in the specified FirebaseProject. The * result of this call is an `Operation` which can be used to track the * provisioning process. The `Operation` is automatically deleted after * completion, so there is no need to call `DeleteOperation`. (webApps.create) * * @param string $parent The resource name of the parent FirebaseProject in * which to create a WebApp, in the format: projects/PROJECT_IDENTIFIER/webApps * Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param Google_Service_FirebaseManagement_WebApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_Operation */ public function create($parent, Google_Service_FirebaseManagement_WebApp $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseManagement_Operation"); } /** * Gets the specified WebApp. (webApps.get) * * @param string $name The resource name of the WebApp, in the format: * projects/PROJECT_IDENTIFIER /webApps/APP_ID Since an APP_ID is a unique * identifier, the Unique Resource from Sub-Collection access pattern may be * used here, in the format: projects/-/webApps/APP_ID Refer to the `WebApp` * [`name`](../projects.webApps#WebApp.FIELDS.name) field for details about * PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_WebApp */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FirebaseManagement_WebApp"); } /** * Gets the configuration artifact associated with the specified WebApp. * (webApps.getConfig) * * @param string $name The resource name of the WebApp configuration to * download, in the format: projects/PROJECT_IDENTIFIER/webApps/APP_ID/config * Since an APP_ID is a unique identifier, the Unique Resource from Sub- * Collection access pattern may be used here, in the format: * projects/-/webApps/APP_ID Refer to the `WebApp` * [`name`](../projects.webApps#WebApp.FIELDS.name) field for details about * PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_WebAppConfig */ public function getConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_FirebaseManagement_WebAppConfig"); } /** * Lists each WebApp associated with the specified FirebaseProject. The elements * are returned in no particular order, but will be a consistent view of the * Apps when additional requests are made with a `pageToken`. * (webApps.listProjectsWebApps) * * @param string $parent The resource name of the parent FirebaseProject for * which to list each associated WebApp, in the format: * projects/PROJECT_IDENTIFIER/webApps Refer to the `FirebaseProject` * [`name`](../projects#FirebaseProject.FIELDS.name) field for details about * PROJECT_IDENTIFIER values. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of Apps to return in the response. * The server may return fewer than this value at its discretion. If no value is * specified (or too large a value is specified), then the server will impose * its own limit. * @opt_param string pageToken Token returned from a previous call to * `ListWebApps` indicating where in the set of Apps to resume listing. * @return Google_Service_FirebaseManagement_ListWebAppsResponse */ public function listProjectsWebApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListWebAppsResponse"); } /** * Updates the attributes of the specified WebApp. (webApps.patch) * * @param string $name The resource name of the WebApp, in the format: * projects/PROJECT_IDENTIFIER /webApps/APP_ID * PROJECT_IDENTIFIER: the parent * Project's * [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) * ***(recommended)*** or its * [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more * about using project identifiers in Google's [AIP 2510 * standard](https://google.aip.dev/cloud/2510). Note that the value for * PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: * the globally unique, Firebase-assigned identifier for the App (see * [`appId`](../projects.webApps#WebApp.FIELDS.app_id)). * @param Google_Service_FirebaseManagement_WebApp $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Specifies which fields to update. Note that the * fields `name`, `appId`, and `projectId` are all immutable. * @return Google_Service_FirebaseManagement_WebApp */ public function patch($name, Google_Service_FirebaseManagement_WebApp $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_FirebaseManagement_WebApp"); } } PK- Zk\jvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidAppsSha.phpnu[ * $firebaseService = new Google_Service_FirebaseManagement(...); * $sha = $firebaseService->sha; * */ class Google_Service_FirebaseManagement_Resource_ProjectsAndroidAppsSha extends Google_Service_Resource { /** * Adds a ShaCertificate to the specified AndroidApp. (sha.create) * * @param string $parent The resource name of the parent AndroidApp to which to * add a ShaCertificate, in the format: projects/PROJECT_IDENTIFIER/androidApps/ * APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub- * Collection access pattern may be used here, in the format: * projects/-/androidApps/APP_ID Refer to the `AndroidApp` * [`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details * about PROJECT_IDENTIFIER and APP_ID values. * @param Google_Service_FirebaseManagement_ShaCertificate $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_ShaCertificate */ public function create($parent, Google_Service_FirebaseManagement_ShaCertificate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseManagement_ShaCertificate"); } /** * Removes a ShaCertificate from the specified AndroidApp. (sha.delete) * * @param string $name The resource name of the ShaCertificate to remove from * the parent AndroidApp, in the format: * projects/PROJECT_IDENTIFIER/androidApps/APP_ID /sha/SHA_HASH Refer to the * `ShaCertificate` * [`name`](../projects.androidApps.sha#ShaCertificate.FIELDS.name) field for * details about PROJECT_IDENTIFIER, APP_ID, and SHA_HASH values. You can obtain * the full resource name of the `ShaCertificate` from the response of * [`ListShaCertificates`](../projects.androidApps.sha/list) or the original * [`CreateShaCertificate`](../projects.androidApps.sha/create). * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_FirebaseEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseManagement_FirebaseEmpty"); } /** * Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp. * (sha.listProjectsAndroidAppsSha) * * @param string $parent The resource name of the parent AndroidApp for which to * list each associated ShaCertificate, in the format: * projects/PROJECT_IDENTIFIER /androidApps/APP_ID Since an APP_ID is a unique * identifier, the Unique Resource from Sub-Collection access pattern may be * used here, in the format: projects/-/androidApps/APP_ID Refer to the * `AndroidApp` [`name`](../projects.androidApps#AndroidApp.FIELDS.name) field * for details about PROJECT_IDENTIFIER and APP_ID values. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseManagement_ListShaCertificatesResponse */ public function listProjectsAndroidAppsSha($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListShaCertificatesResponse"); } } PK- Z%6Xvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseEmpty.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setAppUrls($appUrls) { $this->appUrls = $appUrls; } public function getAppUrls() { return $this->appUrls; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setWebId($webId) { $this->webId = $webId; } public function getWebId() { return $this->webId; } } PK- Zejjhvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableProjectsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_FirebaseManagement_ProjectInfo[] */ public function setProjectInfo($projectInfo) { $this->projectInfo = $projectInfo; } /** * @return Google_Service_FirebaseManagement_ProjectInfo[] */ public function getProjectInfo() { return $this->projectInfo; } } PK- Z_~Cooivendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FinalizeDefaultLocationRequest.phpnu[locationId = $locationId; } public function getLocationId() { return $this->locationId; } } PK- ZgVvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StatusProto.phpnu[canonicalCode = $canonicalCode; } public function getCanonicalCode() { return $this->canonicalCode; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_FirebaseManagement_MessageSet */ public function setMessageSet(Google_Service_FirebaseManagement_MessageSet $messageSet) { $this->messageSet = $messageSet; } /** * @return Google_Service_FirebaseManagement_MessageSet */ public function getMessageSet() { return $this->messageSet; } public function setSpace($space) { $this->space = $space; } public function getSpace() { return $this->space; } } PK- ZkPQvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosApp.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setAppStoreId($appStoreId) { $this->appStoreId = $appStoreId; } public function getAppStoreId() { return $this->appStoreId; } public function setBundleId($bundleId) { $this->bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK- ZެZvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseAppInfo.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } } PK- ZTvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_FirebaseManagement_Status */ public function setError(Google_Service_FirebaseManagement_Status $error) { $this->error = $error; } /** * @return Google_Service_FirebaseManagement_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK- Z }iiWvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosAppConfig.phpnu[configFileContents = $configFileContents; } public function getConfigFileContents() { return $this->configFileContents; } public function setConfigFilename($configFilename) { $this->configFilename = $configFilename; } public function getConfigFilename() { return $this->configFilename; } } PK- Z["Favendor/google/apiclient-services/src/Google/Service/FirebaseManagement/RemoveAnalyticsRequest.phpnu[analyticsPropertyId = $analyticsPropertyId; } public function getAnalyticsPropertyId() { return $this->analyticsPropertyId; } } PK- Z Qvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Status.phpnu[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; } } PK- Z+Uvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/MessageSet.phpnu[features = $features; } public function getFeatures() { return $this->features; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z^vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListWebAppsResponse.phpnu[apps = $apps; } /** * @return Google_Service_FirebaseManagement_WebApp[] */ public function getApps() { return $this->apps; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z`Xvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.phpnu[app = $app; } public function getApp() { return $this->app; } public function setMeasurementId($measurementId) { $this->measurementId = $measurementId; } public function getMeasurementId() { return $this->measurementId; } public function setStreamId($streamId) { $this->streamId = $streamId; } public function getStreamId() { return $this->streamId; } } PK- Z8V/Yvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ShaCertificate.phpnu[certType = $certType; } public function getCertType() { return $this->certType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setShaHash($shaHash) { $this->shaHash = $shaHash; } public function getShaHash() { return $this->shaHash; } } PK- Z.44evendor/google/apiclient-services/src/Google/Service/FirebaseManagement/SearchFirebaseAppsResponse.phpnu[apps = $apps; } /** * @return Google_Service_FirebaseManagement_FirebaseAppInfo[] */ public function getApps() { return $this->apps; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z~^vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListIosAppsResponse.phpnu[apps = $apps; } /** * @return Google_Service_FirebaseManagement_IosApp[] */ public function getApps() { return $this->apps; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZY]vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddFirebaseRequest.phpnu[locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK- Z''9]mm[vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidAppConfig.phpnu[configFileContents = $configFileContents; } public function getConfigFileContents() { return $this->configFileContents; } public function setConfigFilename($configFilename) { $this->configFilename = $configFilename; } public function getConfigFilename() { return $this->configFilename; } } PK- ZN<Uvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidApp.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK- Z%(dvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddGoogleAnalyticsRequest.phpnu[analyticsAccountId = $analyticsAccountId; } public function getAnalyticsAccountId() { return $this->analyticsAccountId; } public function setAnalyticsPropertyId($analyticsPropertyId) { $this->analyticsPropertyId = $analyticsPropertyId; } public function getAnalyticsPropertyId() { return $this->analyticsPropertyId; } } PK- Z7\eu99@vendor/google/apiclient-services/src/Google/Service/Cih/Uaid.phpnu[ "account_id", ); public $accountId; public $product; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setProduct($product) { $this->product = $product; } public function getProduct() { return $this->product; } } PK- ZEkbbEvendor/google/apiclient-services/src/Google/Service/Cih/CasesData.phpnu[agent = $agent; } public function getAgent() { return $this->agent; } public function setAssignedGaia($assignedGaia) { $this->assignedGaia = $assignedGaia; } public function getAssignedGaia() { return $this->assignedGaia; } public function setEmailType($emailType) { $this->emailType = $emailType; } public function getEmailType() { return $this->emailType; } public function setMessageId($messageId) { $this->messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUserId(Google_Service_Cih_UserId $userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK- ZM Xvendor/google/apiclient-services/src/Google/Service/Cih/UserInteractionsListResponse.phpnu[entity = $entity; } public function getEntity() { return $this->entity; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- Z7P""Evendor/google/apiclient-services/src/Google/Service/Cih/GammaData.phpnu[campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setDispatchId($dispatchId) { $this->dispatchId = $dispatchId; } public function getDispatchId() { return $this->dispatchId; } public function setExperimentId($experimentId) { $this->experimentId = $experimentId; } public function getExperimentId() { return $this->experimentId; } public function setGammaProductId($gammaProductId) { $this->gammaProductId = $gammaProductId; } public function getGammaProductId() { return $this->gammaProductId; } public function setNodeId($nodeId) { $this->nodeId = $nodeId; } public function getNodeId() { return $this->nodeId; } public function setUaid(Google_Service_Cih_Uaid $uaid) { $this->uaid = $uaid; } public function getUaid() { return $this->uaid; } } PK- Z"Bvendor/google/apiclient-services/src/Google/Service/Cih/UserId.phpnu[customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setGaiaId($gaiaId) { $this->gaiaId = $gaiaId; } public function getGaiaId() { return $this->gaiaId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- ZO72Hvendor/google/apiclient-services/src/Google/Service/Cih/UserCommData.phpnu[agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setContactLdap($contactLdap) { $this->contactLdap = $contactLdap; } public function getContactLdap() { return $this->contactLdap; } public function setIntentId($intentId) { $this->intentId = $intentId; } public function getIntentId() { return $this->intentId; } } PK- ZxOvendor/google/apiclient-services/src/Google/Service/Cih/AdoptionInteraction.phpnu[latestTreatmentInstanceTimestamp = $latestTreatmentInstanceTimestamp; } public function getLatestTreatmentInstanceTimestamp() { return $this->latestTreatmentInstanceTimestamp; } } PK- ZU;55Kvendor/google/apiclient-services/src/Google/Service/Cih/TaskInteraction.phpnu[status = $status; } public function getStatus() { return $this->status; } } PK- Zr55Kvendor/google/apiclient-services/src/Google/Service/Cih/GoalInteraction.phpnu[status = $status; } public function getStatus() { return $this->status; } } PK- ZZUvendor/google/apiclient-services/src/Google/Service/Cih/Resource/UserInteractions.phpnu[ * $cihService = new Google_Service_Cih(...); * $userInteractions = $cihService->userInteractions; * */ class Google_Service_Cih_Resource_UserInteractions extends Google_Service_Resource { /** * Gets an interaction. (userInteractions.get) * * @param string $entityType Represents the Type of the entity whose interaction * will be returned. Possible Values: COMPANY, ADWORDS_CID, EMAIL, * ADDRESS_DIGEST, GAIA_ID. * @param string $entityId Represents the Id of the Entity whose interaction * will be returned. * @param string $timestamp the timestamp of the interaction to be returned. It * is measured as the number of microseconds since the Epoch. * @param string $interactionType The type of the interaction to be returned. * @param array $optParams Optional parameters. * @return Google_Service_Cih_UserInteraction */ public function get($entityType, $entityId, $timestamp, $interactionType, $optParams = array()) { $params = array('entityType' => $entityType, 'entityId' => $entityId, 'timestamp' => $timestamp, 'interactionType' => $interactionType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Cih_UserInteraction"); } /** * Inserts a new interaction to CIH. (userInteractions.insert) * * @param Google_Service_Cih_UserInteraction $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cih_UserInteraction */ public function insert(Google_Service_Cih_UserInteraction $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Cih_UserInteraction"); } /** * Get a list of interactions for the given entity and its relatives if * requested. The returned list is sorted by timestamp in descending order. * (userInteractions.listUserInteractions) * * @param string|array $entity List of entities to retrieve. At least one item * must be present. Each item must be in 'ENTITY_TYPE:ENTITY_ID' format which * ENTITY_TYPE is COMPANY, ADWORDS_CID, EMAIL, ADDRESS_DIGEST or GAIA_ID. * @param array $optParams Optional parameters. * * @opt_param string entityFilter Primary or secondary entities, if available * only interactions whose primary or secondary entities are given are returned. * For info about the format of this field see the comments of * UserInteractionsApiaryFilter proto. * @opt_param bool excludePassedInteractionOrigin Indicates the inclusive or * exclusive behavior of interactionOrigin field. See the description of * interactionOrigin. * @opt_param bool excludePassedInteractionType Indicates the inclusive or * exclusive behavior of interactionType field. See the description of * interactionType. * @opt_param bool includeRelatedInteractions By default, all interactions which * apply to any member of the entity structure which contains the provided * entity are returned. If include_related_interactions is false, then only the * interactions which are associated directly with this entity are returned, and * neither parent_entity nor child_entities in the Entity object returned by * this operation are populated. * @opt_param string interactionOrigin This limit is ignored if absent and all * interactions regardless of their origin will be returned. Otherwise the * meaning of this field depends on the include_interaction_origin field. 1. * exclude_passed_interaction_origin is true: Only interactions whose Origin is * contained in interaction_origin will be returned. 2. * exclude_passed_interaction_origin is false: Only interactions whose Origin * isn't contained in interaction_origin will be returned. * @opt_param string interactionType This limit is ignored if absent and all * interactions regardless of their type will be returned. Otherwise the meaning * of this field depends on the exclude_passed_interaction_type field. 1. * exclude_passed_interaction_type is true: Only interactions whose Type is * contained in interaction_type will be returned. 2. * exclude_passed_interaction_type is false: Only interactions whose Type isn't * contained in interaction_type will be returned. * @opt_param bool lookup_participant_info Request to get additional information * about interaction participants, such as names, email addresses. May increase * latency of this call. * @opt_param int maxInteractionsPerPage The limit on the number of returned * interactions. This is the maximum number of interactions which will be * returned, starting with the most recent. Thie default value is 100. If it is * equal to zero then only the entity structure is returned. * @opt_param string maxResults The maximum number of results per page. * @opt_param string metaTypeFilter Represents the interaction's classification. * Possible values: SALES, SUPPORT, MARKETING. For more info see http://go/cih- * gt-api * @opt_param int minMainEntityInteractions Attempt to read at least this many * main entity interactions. The default value is set to 0. Pagination is * disabled if a positive value is set. * @opt_param string pageToken The pagination token. * @opt_param string phoneMatcher If available only interactions whose phone * number is given are returned. For info about the format of this field see the * comments of UserInteractionsApiaryFilter proto. * @opt_param string timestampEnd Upper limit on the timestamp for the returned * interactions. It is measured as the number of microseconds since the Epoch. * @opt_param string timestampStart Lower limit on the timestamp for the * returned interactions. It is measured as the number of microseconds since the * Epoch. * @return Google_Service_Cih_UserInteractionsListResponse */ public function listUserInteractions($entity, $optParams = array()) { $params = array('entity' => $entity); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Cih_UserInteractionsListResponse"); } } PK- Z Uvendor/google/apiclient-services/src/Google/Service/Cih/Resource/AssociatedEmails.phpnu[ * $cihService = new Google_Service_Cih(...); * $associatedEmails = $cihService->associatedEmails; * */ class Google_Service_Cih_Resource_AssociatedEmails extends Google_Service_Resource { /** * Associates an AdWords customer id to an email address. * (associatedEmails.create) * * @param string $customerId The AdWords customer Id the email will be * associated to. * @param Google_Service_Cih_AssociatedEmail $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cih_AssociatedEmail */ public function create($customerId, Google_Service_Cih_AssociatedEmail $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Cih_AssociatedEmail"); } /** * Dissociates an AdWords customer id from an email address. * (associatedEmails.delete) * * @param string $customerId The AdWords customer Id the email will be * dissociated from. * @param string $emailAddress The email address. * @param string $operator The program or person who initiated the operation. * @param array $optParams Optional parameters. */ public function delete($customerId, $emailAddress, $operator, $optParams = array()) { $params = array('customerId' => $customerId, 'emailAddress' => $emailAddress, 'operator' => $operator); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } } PK- ZNX>''Kvendor/google/apiclient-services/src/Google/Service/Cih/TraxInteraction.phpnu[type = $type; } public function getType() { return $this->type; } } PK- Z.Kvendor/google/apiclient-services/src/Google/Service/Cih/AssociatedEmail.phpnu[emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK- ZbIUvendor/google/apiclient-services/src/Google/Service/Cih/MarketingEmailInteraction.phpnu[bounced = $bounced; } public function getBounced() { return $this->bounced; } public function setClicked($clicked) { $this->clicked = $clicked; } public function getClicked() { return $this->clicked; } public function setEmailAddressDigest($emailAddressDigest) { $this->emailAddressDigest = $emailAddressDigest; } public function getEmailAddressDigest() { return $this->emailAddressDigest; } public function setFromAddress($fromAddress) { $this->fromAddress = $fromAddress; } public function getFromAddress() { return $this->fromAddress; } public function setOpened($opened) { $this->opened = $opened; } public function getOpened() { return $this->opened; } public function setOptoutClicked($optoutClicked) { $this->optoutClicked = $optoutClicked; } public function getOptoutClicked() { return $this->optoutClicked; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z2|RREvendor/google/apiclient-services/src/Google/Service/Cih/TraxAgent.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setGaiaId($gaiaId) { $this->gaiaId = $gaiaId; } public function getGaiaId() { return $this->gaiaId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- Zn``Bvendor/google/apiclient-services/src/Google/Service/Cih/Entity.phpnu[childEntity = $childEntity; } public function getChildEntity() { return $this->childEntity; } public function setDeprecated($deprecated) { $this->deprecated = $deprecated; } public function getDeprecated() { return $this->deprecated; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkedByAdsdb($linkedByAdsdb) { $this->linkedByAdsdb = $linkedByAdsdb; } public function getLinkedByAdsdb() { return $this->linkedByAdsdb; } public function setParentEntity($parentEntity) { $this->parentEntity = $parentEntity; } public function getParentEntity() { return $this->parentEntity; } } PK- ZbVnnGvendor/google/apiclient-services/src/Google/Service/Cih/Participant.phpnu[contactId = $contactId; } public function getContactId() { return $this->contactId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFamilyName($familyName) { $this->familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setGaiaId($gaiaId) { $this->gaiaId = $gaiaId; } public function getGaiaId() { return $this->gaiaId; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- ZJvendor/google/apiclient-services/src/Google/Service/Cih/IncentivesData.phpnu[campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setCouponId($couponId) { $this->couponId = $couponId; } public function getCouponId() { return $this->couponId; } public function setIncentiveBatchId($incentiveBatchId) { $this->incentiveBatchId = $incentiveBatchId; } public function getIncentiveBatchId() { return $this->incentiveBatchId; } public function setIncentiveId($incentiveId) { $this->incentiveId = $incentiveId; } public function getIncentiveId() { return $this->incentiveId; } } PK- Z1Evendor/google/apiclient-services/src/Google/Service/Cih/GenieData.phpnu[enteredText = $enteredText; } public function getEnteredText() { return $this->enteredText; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setUserIp($userIp) { $this->userIp = $userIp; } public function getUserIp() { return $this->userIp; } } PK- ZXRvendor/google/apiclient-services/src/Google/Service/Cih/CasesInteractionSource.phpnu[id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZvСPvendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteraction.phpnu[monetaryReward = $monetaryReward; } public function getMonetaryReward() { return $this->monetaryReward; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- ZRDvendor/google/apiclient-services/src/Google/Service/Cih/TraxData.phpnu[actionType = $actionType; } public function getActionType() { return $this->actionType; } public function setAgent(Google_Service_Cih_TraxAgent $agent) { $this->agent = $agent; } public function getAgent() { return $this->agent; } public function setAssignedAgent(Google_Service_Cih_TraxAgent $assignedAgent) { $this->assignedAgent = $assignedAgent; } public function getAssignedAgent() { return $this->assignedAgent; } public function setMessageId($messageId) { $this->messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUserId(Google_Service_Cih_UserId $userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK- Z$'Jvendor/google/apiclient-services/src/Google/Service/Cih/HelpcenterData.phpnu[internalHelpCenterName = $internalHelpCenterName; } public function getInternalHelpCenterName() { return $this->internalHelpCenterName; } public function setIsApiClient($isApiClient) { $this->isApiClient = $isApiClient; } public function getIsApiClient() { return $this->isApiClient; } public function setReferer($referer) { $this->referer = $referer; } public function getReferer() { return $this->referer; } } PK- Zj00Kvendor/google/apiclient-services/src/Google/Service/Cih/UserInteraction.phpnu[adoptionInteraction = $adoptionInteraction; } public function getAdoptionInteraction() { return $this->adoptionInteraction; } public function setAdvertiserExperienceData(Google_Service_Cih_AdvertiserExperienceData $advertiserExperienceData) { $this->advertiserExperienceData = $advertiserExperienceData; } public function getAdvertiserExperienceData() { return $this->advertiserExperienceData; } public function setCasesData(Google_Service_Cih_CasesData $casesData) { $this->casesData = $casesData; } public function getCasesData() { return $this->casesData; } public function setChatInteraction(Google_Service_Cih_ChatInteraction $chatInteraction) { $this->chatInteraction = $chatInteraction; } public function getChatInteraction() { return $this->chatInteraction; } public function setContactGaiaId($contactGaiaId) { $this->contactGaiaId = $contactGaiaId; } public function getContactGaiaId() { return $this->contactGaiaId; } public function setCustomer($customer) { $this->customer = $customer; } public function getCustomer() { return $this->customer; } public function setDetailedDescription($detailedDescription) { $this->detailedDescription = $detailedDescription; } public function getDetailedDescription() { return $this->detailedDescription; } public function setDetailedDescriptionTruncated($detailedDescriptionTruncated) { $this->detailedDescriptionTruncated = $detailedDescriptionTruncated; } public function getDetailedDescriptionTruncated() { return $this->detailedDescriptionTruncated; } public function setEmailInteraction(Google_Service_Cih_EmailInteraction $emailInteraction) { $this->emailInteraction = $emailInteraction; } public function getEmailInteraction() { return $this->emailInteraction; } public function setEntity(Google_Service_Cih_Entity $entity) { $this->entity = $entity; } public function getEntity() { return $this->entity; } public function setGammaData(Google_Service_Cih_GammaData $gammaData) { $this->gammaData = $gammaData; } public function getGammaData() { return $this->gammaData; } public function setGenieData(Google_Service_Cih_GenieData $genieData) { $this->genieData = $genieData; } public function getGenieData() { return $this->genieData; } public function setGoalInteraction(Google_Service_Cih_GoalInteraction $goalInteraction) { $this->goalInteraction = $goalInteraction; } public function getGoalInteraction() { return $this->goalInteraction; } public function setGoogler($googler) { $this->googler = $googler; } public function getGoogler() { return $this->googler; } public function setGreenTeaData(Google_Service_Cih_GreenTeaData $greenTeaData) { $this->greenTeaData = $greenTeaData; } public function getGreenTeaData() { return $this->greenTeaData; } public function setGrmData(Google_Service_Cih_GrmData $grmData) { $this->grmData = $grmData; } public function getGrmData() { return $this->grmData; } public function setHangoutInteraction(Google_Service_Cih_HangoutInteraction $hangoutInteraction) { $this->hangoutInteraction = $hangoutInteraction; } public function getHangoutInteraction() { return $this->hangoutInteraction; } public function setHelpcenterData(Google_Service_Cih_HelpcenterData $helpcenterData) { $this->helpcenterData = $helpcenterData; } public function getHelpcenterData() { return $this->helpcenterData; } public function setIncentiveInteraction(Google_Service_Cih_IncentiveInteraction $incentiveInteraction) { $this->incentiveInteraction = $incentiveInteraction; } public function getIncentiveInteraction() { return $this->incentiveInteraction; } public function setIncentivesData(Google_Service_Cih_IncentivesData $incentivesData) { $this->incentivesData = $incentivesData; } public function getIncentivesData() { return $this->incentivesData; } public function setInitiator(Google_Service_Cih_Participant $initiator) { $this->initiator = $initiator; } public function getInitiator() { return $this->initiator; } public function setInteractionOrigin($interactionOrigin) { $this->interactionOrigin = $interactionOrigin; } public function getInteractionOrigin() { return $this->interactionOrigin; } public function setInteractionType($interactionType) { $this->interactionType = $interactionType; } public function getInteractionType() { return $this->interactionType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setMarketingEmailInteraction(Google_Service_Cih_MarketingEmailInteraction $marketingEmailInteraction) { $this->marketingEmailInteraction = $marketingEmailInteraction; } public function getMarketingEmailInteraction() { return $this->marketingEmailInteraction; } public function setMeetingInteraction(Google_Service_Cih_MeetingInteraction $meetingInteraction) { $this->meetingInteraction = $meetingInteraction; } public function getMeetingInteraction() { return $this->meetingInteraction; } public function setMetaType($metaType) { $this->metaType = $metaType; } public function getMetaType() { return $this->metaType; } public function setNoteInteraction(Google_Service_Cih_NoteInteraction $noteInteraction) { $this->noteInteraction = $noteInteraction; } public function getNoteInteraction() { return $this->noteInteraction; } public function setOtherParticipant($otherParticipant) { $this->otherParticipant = $otherParticipant; } public function getOtherParticipant() { return $this->otherParticipant; } public function setPartnerSearchData(Google_Service_Cih_PartnerSearchData $partnerSearchData) { $this->partnerSearchData = $partnerSearchData; } public function getPartnerSearchData() { return $this->partnerSearchData; } public function setPhoneInteraction(Google_Service_Cih_PhoneInteraction $phoneInteraction) { $this->phoneInteraction = $phoneInteraction; } public function getPhoneInteraction() { return $this->phoneInteraction; } public function setSourceSystemPrimaryKey($sourceSystemPrimaryKey) { $this->sourceSystemPrimaryKey = $sourceSystemPrimaryKey; } public function getSourceSystemPrimaryKey() { return $this->sourceSystemPrimaryKey; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setSummaryTruncated($summaryTruncated) { $this->summaryTruncated = $summaryTruncated; } public function getSummaryTruncated() { return $this->summaryTruncated; } public function setTaskInteraction(Google_Service_Cih_TaskInteraction $taskInteraction) { $this->taskInteraction = $taskInteraction; } public function getTaskInteraction() { return $this->taskInteraction; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTraxData(Google_Service_Cih_TraxData $traxData) { $this->traxData = $traxData; } public function getTraxData() { return $this->traxData; } public function setTraxInteraction(Google_Service_Cih_TraxInteraction $traxInteraction) { $this->traxInteraction = $traxInteraction; } public function getTraxInteraction() { return $this->traxInteraction; } public function setUserCommData(Google_Service_Cih_UserCommData $userCommData) { $this->userCommData = $userCommData; } public function getUserCommData() { return $this->userCommData; } } PK- Z9Tvendor/google/apiclient-services/src/Google/Service/Cih/AdvertiserExperienceData.phpnu[treatmentInstanceId = $treatmentInstanceId; } public function getTreatmentInstanceId() { return $this->treatmentInstanceId; } } PK- Zy66MNvendor/google/apiclient-services/src/Google/Service/Cih/HangoutInteraction.phpnu[status = $status; } public function getStatus() { return $this->status; } } PK- Z'1]Kvendor/google/apiclient-services/src/Google/Service/Cih/ChatInteraction.phpnu[status = $status; } public function getStatus() { return $this->status; } } PK- Zvi}yHvendor/google/apiclient-services/src/Google/Service/Cih/GreenTeaData.phpnu[meetingMethodDetail = $meetingMethodDetail; } public function getMeetingMethodDetail() { return $this->meetingMethodDetail; } public function setOpportunityId($opportunityId) { $this->opportunityId = $opportunityId; } public function getOpportunityId() { return $this->opportunityId; } } PK- ZbnLvendor/google/apiclient-services/src/Google/Service/Cih/PhoneInteraction.phpnu[amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } } PK- Z%WFcvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/UnexpectedExitStatusEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setExitStatus($exitStatus) { $this->exitStatus = $exitStatus; } public function getExitStatus() { return $this->exitStatus; } } PK- Z͚QQvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Network.phpnu[network = $network; } public function getNetwork() { return $this->network; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setUsePrivateAddress($usePrivateAddress) { $this->usePrivateAddress = $usePrivateAddress; } public function getUsePrivateAddress() { return $this->usePrivateAddress; } } PK- Zg]<<Rvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/NFSMount.phpnu[target = $target; } public function getTarget() { return $this->target; } } PK- Z\R{\vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineRequest.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudLifeSciences_Pipeline */ public function setPipeline(Google_Service_CloudLifeSciences_Pipeline $pipeline) { $this->pipeline = $pipeline; } /** * @return Google_Service_CloudLifeSciences_Pipeline */ public function getPipeline() { return $this->pipeline; } public function setPubSubTopic($pubSubTopic) { $this->pubSubTopic = $pubSubTopic; } public function getPubSubTopic() { return $this->pubSubTopic; } } PK- Zѵo<`vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/CancelOperationRequest.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } } PK- Z~v dvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.phpnu[ * $lifesciencesService = new Google_Service_CloudLifeSciences(...); * $locations = $lifesciencesService->locations; * */ class Google_Service_CloudLifeSciences_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudLifeSciences_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudLifeSciences_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CloudLifeSciences_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudLifeSciences_ListLocationsResponse"); } } PK- Z~P P mvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsPipelines.phpnu[ * $lifesciencesService = new Google_Service_CloudLifeSciences(...); * $pipelines = $lifesciencesService->pipelines; * */ class Google_Service_CloudLifeSciences_Resource_ProjectsLocationsPipelines extends Google_Service_Resource { /** * Runs a pipeline. The returned Operation's metadata field will contain a * google.cloud.lifesciences.v2beta.Metadata object describing the status of the * pipeline execution. The response field will contain a * google.cloud.lifesciences.v2beta.RunPipelineResponse object if the pipeline * completes successfully. **Note:** Before you can use this method, the *Life * Sciences Service Agent* must have access to your project. This is done * automatically when the Cloud Life Sciences API is first enabled, but if you * delete this permission you must disable and re-enable the API to grant the * Life Sciences Service Agent the required permissions. Authorization requires * the following [Google IAM](https://cloud.google.com/iam/) permission: * * `lifesciences.workflows.run` (pipelines.run) * * @param string $parent The project and location that this request should be * executed against. * @param Google_Service_CloudLifeSciences_RunPipelineRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudLifeSciences_Operation */ public function run($parent, Google_Service_CloudLifeSciences_RunPipelineRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_CloudLifeSciences_Operation"); } } PK- Z!~3nvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsOperations.phpnu[ * $lifesciencesService = new Google_Service_CloudLifeSciences(...); * $operations = $lifesciencesService->operations; * */ class Google_Service_CloudLifeSciences_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * Clients may use Operations.GetOperation or Operations.ListOperations to check * whether the cancellation succeeded or the operation completed despite * cancellation. Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission: * * `lifesciences.operations.cancel` (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudLifeSciences_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudLifeSciences_LifesciencesEmpty */ public function cancel($name, Google_Service_CloudLifeSciences_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudLifeSciences_LifesciencesEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission: * * `lifesciences.operations.get` (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudLifeSciences_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudLifeSciences_Operation"); } /** * Lists operations that match the specified filter in the request. * Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission: * * `lifesciences.operations.list` (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter A string for filtering Operations. The following * filter fields are supported: * createTime: The time this job was created * * events: The set of event (names) that have occurred while running the * pipeline. The : operator can be used to determine if a particular event has * occurred. * error: If the pipeline is running, this value is NULL. Once the * pipeline finishes, the value is the standard Google error code. * labels.key * or labels."key with space" where key is a label key. * done: If the pipeline * is running, this value is false. Once the pipeline finishes, the value is * true. * @opt_param int pageSize The maximum number of results to return. The maximum * value is 256. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudLifeSciences_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudLifeSciences_ListOperationsResponse"); } } PK- ZN[vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/Projects.phpnu[ * $lifesciencesService = new Google_Service_CloudLifeSciences(...); * $projects = $lifesciencesService->projects; * */ class Google_Service_CloudLifeSciences_Resource_Projects extends Google_Service_Resource { } PK- ZD{Xvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/VirtualMachine.phpnu[accelerators = $accelerators; } /** * @return Google_Service_CloudLifeSciences_Accelerator[] */ public function getAccelerators() { return $this->accelerators; } public function setBootDiskSizeGb($bootDiskSizeGb) { $this->bootDiskSizeGb = $bootDiskSizeGb; } public function getBootDiskSizeGb() { return $this->bootDiskSizeGb; } public function setBootImage($bootImage) { $this->bootImage = $bootImage; } public function getBootImage() { return $this->bootImage; } public function setCpuPlatform($cpuPlatform) { $this->cpuPlatform = $cpuPlatform; } public function getCpuPlatform() { return $this->cpuPlatform; } /** * @param Google_Service_CloudLifeSciences_Disk[] */ public function setDisks($disks) { $this->disks = $disks; } /** * @return Google_Service_CloudLifeSciences_Disk[] */ public function getDisks() { return $this->disks; } public function setDockerCacheImages($dockerCacheImages) { $this->dockerCacheImages = $dockerCacheImages; } public function getDockerCacheImages() { return $this->dockerCacheImages; } public function setEnableStackdriverMonitoring($enableStackdriverMonitoring) { $this->enableStackdriverMonitoring = $enableStackdriverMonitoring; } public function getEnableStackdriverMonitoring() { return $this->enableStackdriverMonitoring; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_CloudLifeSciences_Network */ public function setNetwork(Google_Service_CloudLifeSciences_Network $network) { $this->network = $network; } /** * @return Google_Service_CloudLifeSciences_Network */ public function getNetwork() { return $this->network; } public function setNvidiaDriverVersion($nvidiaDriverVersion) { $this->nvidiaDriverVersion = $nvidiaDriverVersion; } public function getNvidiaDriverVersion() { return $this->nvidiaDriverVersion; } public function setPreemptible($preemptible) { $this->preemptible = $preemptible; } public function getPreemptible() { return $this->preemptible; } /** * @param Google_Service_CloudLifeSciences_ServiceAccount */ public function setServiceAccount(Google_Service_CloudLifeSciences_ServiceAccount $serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return Google_Service_CloudLifeSciences_ServiceAccount */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_CloudLifeSciences_Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_CloudLifeSciences_Volume[] */ public function getVolumes() { return $this->volumes; } } PK- Zh_vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStoppedEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setExitStatus($exitStatus) { $this->exitStatus = $exitStatus; } public function getExitStatus() { return $this->exitStatus; } public function setStderr($stderr) { $this->stderr = $stderr; } public function getStderr() { return $this->stderr; } } PK- ZJ CC_vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudLifeSciences_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZRRZvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStartedEvent.phpnu[imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK- Z΢]vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerAssignedEvent.phpnu[instance = $instance; } public function getInstance() { return $this->instance; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK- ZӝINvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Disk.phpnu[name = $name; } public function getName() { return $this->name; } public function setSizeGb($sizeGb) { $this->sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z?^ ^ Rvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Metadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudLifeSciences_Event[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_CloudLifeSciences_Event[] */ public function getEvents() { return $this->events; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudLifeSciences_Pipeline */ public function setPipeline(Google_Service_CloudLifeSciences_Pipeline $pipeline) { $this->pipeline = $pipeline; } /** * @return Google_Service_CloudLifeSciences_Pipeline */ public function getPipeline() { return $this->pipeline; } public function setPubSubTopic($pubSubTopic) { $this->pubSubTopic = $pubSubTopic; } public function getPubSubTopic() { return $this->pubSubTopic; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK- Z'Uvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Accelerator.phpnu[count = $count; } public function getCount() { return $this->count; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z [vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/LifesciencesEmpty.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setPortMappings($portMappings) { $this->portMappings = $portMappings; } public function getPortMappings() { return $this->portMappings; } } PK- Z *Svendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudLifeSciences_Status */ public function setError(Google_Service_CloudLifeSciences_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudLifeSciences_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK- ZNXPvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Volume.phpnu[existingDisk = $existingDisk; } /** * @return Google_Service_CloudLifeSciences_ExistingDisk */ public function getExistingDisk() { return $this->existingDisk; } /** * @param Google_Service_CloudLifeSciences_NFSMount */ public function setNfsMount(Google_Service_CloudLifeSciences_NFSMount $nfsMount) { $this->nfsMount = $nfsMount; } /** * @return Google_Service_CloudLifeSciences_NFSMount */ public function getNfsMount() { return $this->nfsMount; } /** * @param Google_Service_CloudLifeSciences_PersistentDisk */ public function setPersistentDisk(Google_Service_CloudLifeSciences_PersistentDisk $persistentDisk) { $this->persistentDisk = $persistentDisk; } /** * @return Google_Service_CloudLifeSciences_PersistentDisk */ public function getPersistentDisk() { return $this->persistentDisk; } public function setVolume($volume) { $this->volume = $volume; } public function getVolume() { return $this->volume; } } PK- ZcmPvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Status.phpnu[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; } } PK- Z0I~qqRvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.phpnu[actions = $actions; } /** * @return Google_Service_CloudLifeSciences_Action[] */ public function getActions() { return $this->actions; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } /** * @param Google_Service_CloudLifeSciences_Resources */ public function setResources(Google_Service_CloudLifeSciences_Resources $resources) { $this->resources = $resources; } /** * @return Google_Service_CloudLifeSciences_Resources */ public function getResources() { return $this->resources; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK- Z_IUvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/FailedEvent.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } } PK- Zڂ1Svendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resources.phpnu[regions = $regions; } public function getRegions() { return $this->regions; } /** * @param Google_Service_CloudLifeSciences_VirtualMachine */ public function setVirtualMachine(Google_Service_CloudLifeSciences_VirtualMachine $virtualMachine) { $this->virtualMachine = $virtualMachine; } /** * @return Google_Service_CloudLifeSciences_VirtualMachine */ public function getVirtualMachine() { return $this->virtualMachine; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } } PK- Z[~PP`vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudLifeSciences_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudLifeSciences_Operation[] */ public function getOperations() { return $this->operations; } } PK- Z+cPvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Secret.phpnu[cipherText = $cipherText; } public function getCipherText() { return $this->cipherText; } public function setKeyName($keyName) { $this->keyName = $keyName; } public function getKeyName() { return $this->keyName; } } PK- ZNq22Vvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ExistingDisk.phpnu[disk = $disk; } public function getDisk() { return $this->disk; } } PK- Z[Pvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.phpnu[alwaysRun = $alwaysRun; } public function getAlwaysRun() { return $this->alwaysRun; } public function setBlockExternalNetwork($blockExternalNetwork) { $this->blockExternalNetwork = $blockExternalNetwork; } public function getBlockExternalNetwork() { return $this->blockExternalNetwork; } public function setCommands($commands) { $this->commands = $commands; } public function getCommands() { return $this->commands; } public function setContainerName($containerName) { $this->containerName = $containerName; } public function getContainerName() { return $this->containerName; } /** * @param Google_Service_CloudLifeSciences_Secret */ public function setCredentials(Google_Service_CloudLifeSciences_Secret $credentials) { $this->credentials = $credentials; } /** * @return Google_Service_CloudLifeSciences_Secret */ public function getCredentials() { return $this->credentials; } public function setDisableImagePrefetch($disableImagePrefetch) { $this->disableImagePrefetch = $disableImagePrefetch; } public function getDisableImagePrefetch() { return $this->disableImagePrefetch; } public function setDisableStandardErrorCapture($disableStandardErrorCapture) { $this->disableStandardErrorCapture = $disableStandardErrorCapture; } public function getDisableStandardErrorCapture() { return $this->disableStandardErrorCapture; } public function setEnableFuse($enableFuse) { $this->enableFuse = $enableFuse; } public function getEnableFuse() { return $this->enableFuse; } public function setEntrypoint($entrypoint) { $this->entrypoint = $entrypoint; } public function getEntrypoint() { return $this->entrypoint; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setIgnoreExitStatus($ignoreExitStatus) { $this->ignoreExitStatus = $ignoreExitStatus; } public function getIgnoreExitStatus() { return $this->ignoreExitStatus; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudLifeSciences_Mount[] */ public function setMounts($mounts) { $this->mounts = $mounts; } /** * @return Google_Service_CloudLifeSciences_Mount[] */ public function getMounts() { return $this->mounts; } public function setPidNamespace($pidNamespace) { $this->pidNamespace = $pidNamespace; } public function getPidNamespace() { return $this->pidNamespace; } public function setPortMappings($portMappings) { $this->portMappings = $portMappings; } public function getPortMappings() { return $this->portMappings; } public function setPublishExposedPorts($publishExposedPorts) { $this->publishExposedPorts = $publishExposedPorts; } public function getPublishExposedPorts() { return $this->publishExposedPorts; } public function setRunInBackground($runInBackground) { $this->runInBackground = $runInBackground; } public function getRunInBackground() { return $this->runInBackground; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK- ZdisplayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK- ZO]vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerReleasedEvent.phpnu[instance = $instance; } public function getInstance() { return $this->instance; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK- ZV<Xvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PersistentDisk.phpnu[sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Zh1WXvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ServiceAccount.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } } PK- Z m]vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineResponse.phpnu[disk = $disk; } public function getDisk() { return $this->disk; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setReadOnly($readOnly) { $this->readOnly = $readOnly; } public function getReadOnly() { return $this->readOnly; } } PK- ZeRRZvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStoppedEvent.phpnu[imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } } PK- ZPȤ!!Ovendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Event.phpnu[containerKilled = $containerKilled; } /** * @return Google_Service_CloudLifeSciences_ContainerKilledEvent */ public function getContainerKilled() { return $this->containerKilled; } /** * @param Google_Service_CloudLifeSciences_ContainerStartedEvent */ public function setContainerStarted(Google_Service_CloudLifeSciences_ContainerStartedEvent $containerStarted) { $this->containerStarted = $containerStarted; } /** * @return Google_Service_CloudLifeSciences_ContainerStartedEvent */ public function getContainerStarted() { return $this->containerStarted; } /** * @param Google_Service_CloudLifeSciences_ContainerStoppedEvent */ public function setContainerStopped(Google_Service_CloudLifeSciences_ContainerStoppedEvent $containerStopped) { $this->containerStopped = $containerStopped; } /** * @return Google_Service_CloudLifeSciences_ContainerStoppedEvent */ public function getContainerStopped() { return $this->containerStopped; } /** * @param Google_Service_CloudLifeSciences_DelayedEvent */ public function setDelayed(Google_Service_CloudLifeSciences_DelayedEvent $delayed) { $this->delayed = $delayed; } /** * @return Google_Service_CloudLifeSciences_DelayedEvent */ public function getDelayed() { return $this->delayed; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_CloudLifeSciences_FailedEvent */ public function setFailed(Google_Service_CloudLifeSciences_FailedEvent $failed) { $this->failed = $failed; } /** * @return Google_Service_CloudLifeSciences_FailedEvent */ public function getFailed() { return $this->failed; } /** * @param Google_Service_CloudLifeSciences_PullStartedEvent */ public function setPullStarted(Google_Service_CloudLifeSciences_PullStartedEvent $pullStarted) { $this->pullStarted = $pullStarted; } /** * @return Google_Service_CloudLifeSciences_PullStartedEvent */ public function getPullStarted() { return $this->pullStarted; } /** * @param Google_Service_CloudLifeSciences_PullStoppedEvent */ public function setPullStopped(Google_Service_CloudLifeSciences_PullStoppedEvent $pullStopped) { $this->pullStopped = $pullStopped; } /** * @return Google_Service_CloudLifeSciences_PullStoppedEvent */ public function getPullStopped() { return $this->pullStopped; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } /** * @param Google_Service_CloudLifeSciences_UnexpectedExitStatusEvent */ public function setUnexpectedExitStatus(Google_Service_CloudLifeSciences_UnexpectedExitStatusEvent $unexpectedExitStatus) { $this->unexpectedExitStatus = $unexpectedExitStatus; } /** * @return Google_Service_CloudLifeSciences_UnexpectedExitStatusEvent */ public function getUnexpectedExitStatus() { return $this->unexpectedExitStatus; } /** * @param Google_Service_CloudLifeSciences_WorkerAssignedEvent */ public function setWorkerAssigned(Google_Service_CloudLifeSciences_WorkerAssignedEvent $workerAssigned) { $this->workerAssigned = $workerAssigned; } /** * @return Google_Service_CloudLifeSciences_WorkerAssignedEvent */ public function getWorkerAssigned() { return $this->workerAssigned; } /** * @param Google_Service_CloudLifeSciences_WorkerReleasedEvent */ public function setWorkerReleased(Google_Service_CloudLifeSciences_WorkerReleasedEvent $workerReleased) { $this->workerReleased = $workerReleased; } /** * @return Google_Service_CloudLifeSciences_WorkerReleasedEvent */ public function getWorkerReleased() { return $this->workerReleased; } } PK- Za׫VV^vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerKilledEvent.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } } PK- Z|bWvendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountRequest.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Iam_ServiceAccount */ public function setServiceAccount(Google_Service_Iam_ServiceAccount $serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return Google_Service_Iam_ServiceAccount */ public function getServiceAccount() { return $this->serviceAccount; } } PK- ZZLLJvendor/google/apiclient-services/src/Google/Service/Iam/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK- Z.}Vvendor/google/apiclient-services/src/Google/Service/Iam/PatchServiceAccountRequest.phpnu[serviceAccount = $serviceAccount; } /** * @return Google_Service_Iam_ServiceAccount */ public function getServiceAccount() { return $this->serviceAccount; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK- ZxVVZvendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesResponse.phpnu[services = $services; } /** * @return Google_Service_Iam_AuditableService[] */ public function getServices() { return $this->services; } } PK- Z͛'..\vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Iam_Permission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Iam_Permission[] */ public function getPermissions() { return $this->permissions; } } PK- Z,]ErrZvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountResponse.phpnu[restoredAccount = $restoredAccount; } /** * @return Google_Service_Iam_ServiceAccount */ public function getRestoredAccount() { return $this->restoredAccount; } } PK- Z{nYvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountRequest.phpnu[fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK- Ze.kHvendor/google/apiclient-services/src/Google/Service/Iam/BindingDelta.phpnu[action = $action; } public function getAction() { return $this->action; } /** * @param Google_Service_Iam_Expr */ public function setCondition(Google_Service_Iam_Expr $condition) { $this->condition = $condition; } /** * @return Google_Service_Iam_Expr */ public function getCondition() { return $this->condition; } public function setMember($member) { $this->member = $member; } public function getMember() { return $this->member; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK- ZSWvendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.phpnu[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; } } PK- ZKyuuZvendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.phpnu[publicKeyData = $publicKeyData; } public function getPublicKeyData() { return $this->publicKeyData; } } PK- ZDg g Mvendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccountKey.phpnu[keyAlgorithm = $keyAlgorithm; } public function getKeyAlgorithm() { return $this->keyAlgorithm; } public function setKeyOrigin($keyOrigin) { $this->keyOrigin = $keyOrigin; } public function getKeyOrigin() { return $this->keyOrigin; } public function setKeyType($keyType) { $this->keyType = $keyType; } public function getKeyType() { return $this->keyType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrivateKeyData($privateKeyData) { $this->privateKeyData = $privateKeyData; } public function getPrivateKeyData() { return $this->privateKeyData; } public function setPrivateKeyType($privateKeyType) { $this->privateKeyType = $privateKeyType; } public function getPrivateKeyType() { return $this->privateKeyType; } public function setPublicKeyData($publicKeyData) { $this->publicKeyData = $publicKeyData; } public function getPublicKeyData() { return $this->publicKeyData; } public function setValidAfterTime($validAfterTime) { $this->validAfterTime = $validAfterTime; } public function getValidAfterTime() { return $this->validAfterTime; } public function setValidBeforeTime($validBeforeTime) { $this->validBeforeTime = $validBeforeTime; } public function getValidBeforeTime() { return $this->validBeforeTime; } } PK- Z?Lvendor/google/apiclient-services/src/Google/Service/Iam/SignBlobResponse.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK- ZnMvendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyRequest.phpnu[condition = $condition; } /** * @return Google_Service_Iam_Expr */ public function getCondition() { return $this->condition; } public function setFullResourceName($fullResourceName) { $this->fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } } PK- Zq`Kvendor/google/apiclient-services/src/Google/Service/Iam/PermissionDelta.phpnu[addedPermissions = $addedPermissions; } public function getAddedPermissions() { return $this->addedPermissions; } public function setRemovedPermissions($removedPermissions) { $this->removedPermissions = $removedPermissions; } public function getRemovedPermissions() { return $this->removedPermissions; } } PK- ZnOSWvendor/google/apiclient-services/src/Google/Service/Iam/EnableServiceAccountRequest.phpnu[attributeCondition = $attributeCondition; } public function getAttributeCondition() { return $this->attributeCondition; } public function setAttributeMapping($attributeMapping) { $this->attributeMapping = $attributeMapping; } public function getAttributeMapping() { return $this->attributeMapping; } /** * @param Google_Service_Iam_Aws */ public function setAws(Google_Service_Iam_Aws $aws) { $this->aws = $aws; } /** * @return Google_Service_Iam_Aws */ public function getAws() { return $this->aws; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Iam_Oidc */ public function setOidc(Google_Service_Iam_Oidc $oidc) { $this->oidc = $oidc; } /** * @return Google_Service_Iam_Oidc */ public function getOidc() { return $this->oidc; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK- Zz>Mvendor/google/apiclient-services/src/Google/Service/Iam/CreateRoleRequest.phpnu[role = $role; } /** * @return Google_Service_Iam_Role */ public function getRole() { return $this->role; } public function setRoleId($roleId) { $this->roleId = $roleId; } public function getRoleId() { return $this->roleId; } } PK- Z£B_vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteWorkloadIdentityPoolRequest.phpnu[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; } } PK- ZPvendor/google/apiclient-services/src/Google/Service/Iam/WorkloadIdentityPool.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK- ZIvCBvendor/google/apiclient-services/src/Google/Service/Iam/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Iam_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Iam_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Iam_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZX|((Lvendor/google/apiclient-services/src/Google/Service/Iam/AuditableService.phpnu[name = $name; } public function getName() { return $this->name; } } PK- ZӅNVvendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK- ZFq Pvendor/google/apiclient-services/src/Google/Service/Iam/Resource/IamPolicies.phpnu[ * $iamService = new Google_Service_Iam(...); * $iamPolicies = $iamService->iamPolicies; * */ class Google_Service_Iam_Resource_IamPolicies extends Google_Service_Resource { /** * Lints, or validates, an IAM policy. Currently checks the * google.iam.v1.Binding.condition field, which contains a condition expression * for a role binding. Successful calls to this method always return an HTTP * `200 OK` status code, even if the linter detects an issue in the IAM policy. * (iamPolicies.lintPolicy) * * @param Google_Service_Iam_LintPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_LintPolicyResponse */ public function lintPolicy(Google_Service_Iam_LintPolicyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('lintPolicy', array($params), "Google_Service_Iam_LintPolicyResponse"); } /** * Returns a list of services that allow you to opt into audit logs that are not * generated by default. To learn more about audit logs, see the [Logging * documentation](https://cloud.google.com/logging/docs/audit). * (iamPolicies.queryAuditableServices) * * @param Google_Service_Iam_QueryAuditableServicesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_QueryAuditableServicesResponse */ public function queryAuditableServices(Google_Service_Iam_QueryAuditableServicesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('queryAuditableServices', array($params), "Google_Service_Iam_QueryAuditableServicesResponse"); } } PK- ZIffVvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocations.phpnu[ * $iamService = new Google_Service_Iam(...); * $locations = $iamService->locations; * */ class Google_Service_Iam_Resource_ProjectsLocations extends Google_Service_Resource { } PK- ZY"q`vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.phpnu[ * $iamService = new Google_Service_Iam(...); * $keys = $iamService->keys; * */ class Google_Service_Iam_Resource_ProjectsServiceAccountsKeys extends Google_Service_Resource { /** * Creates a ServiceAccountKey. (keys.create) * * @param string $name Required. The resource name of the service account in the * following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using * `-` as a wildcard for the `PROJECT_ID` will infer the project from the * account. The `ACCOUNT` value can be the `email` address or the `unique_id` of * the service account. * @param Google_Service_Iam_CreateServiceAccountKeyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_ServiceAccountKey */ public function create($name, Google_Service_Iam_CreateServiceAccountKeyRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Iam_ServiceAccountKey"); } /** * Deletes a ServiceAccountKey. Deleting a service account key does not revoke * short-lived credentials that have been issued based on the service account * key. (keys.delete) * * @param string $name Required. The resource name of the service account key in * the following format: * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a * wildcard for the `PROJECT_ID` will infer the project from the account. The * `ACCOUNT` value can be the `email` address or the `unique_id` of the service * account. * @param array $optParams Optional parameters. * @return Google_Service_Iam_IamEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Iam_IamEmpty"); } /** * Gets a ServiceAccountKey. (keys.get) * * @param string $name Required. The resource name of the service account key in * the following format: * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a * wildcard for the `PROJECT_ID` will infer the project from the account. The * `ACCOUNT` value can be the `email` address or the `unique_id` of the service * account. * @param array $optParams Optional parameters. * * @opt_param string publicKeyType The output format of the public key * requested. X509_PEM is the default output format. * @return Google_Service_Iam_ServiceAccountKey */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_ServiceAccountKey"); } /** * Lists every ServiceAccountKey for a service account. * (keys.listProjectsServiceAccountsKeys) * * @param string $name Required. The resource name of the service account in the * following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using * `-` as a wildcard for the `PROJECT_ID`, will infer the project from the * account. The `ACCOUNT` value can be the `email` address or the `unique_id` of * the service account. * @param array $optParams Optional parameters. * * @opt_param string keyTypes Filters the types of keys the user wants to * include in the list response. Duplicate key types are not allowed. If no key * type is provided, all keys are returned. * @return Google_Service_Iam_ListServiceAccountKeysResponse */ public function listProjectsServiceAccountsKeys($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListServiceAccountKeysResponse"); } /** * Creates a ServiceAccountKey, using a public key that you provide. * (keys.upload) * * @param string $name The resource name of the service account in the following * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a * wildcard for the `PROJECT_ID` will infer the project from the account. The * `ACCOUNT` value can be the `email` address or the `unique_id` of the service * account. * @param Google_Service_Iam_UploadServiceAccountKeyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_ServiceAccountKey */ public function upload($name, Google_Service_Iam_UploadServiceAccountKeyRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_Iam_ServiceAccountKey"); } } PK- Zg|Օ 1 1Wvendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.phpnu[ * $iamService = new Google_Service_Iam(...); * $roles = $iamService->roles; * */ class Google_Service_Iam_Resource_OrganizationsRoles extends Google_Service_Resource { /** * Creates a new custom Role. (roles.create) * * @param string $parent The `parent` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `parent` value format is described below: * * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): * `projects/{PROJECT_ID}`. This method creates project-level [custom * roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations * .roles.create()`](/iam/reference/rest/v1/organizations.roles/create): * `organizations/{ORGANIZATION_ID}`. This method creates organization-level * [custom roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param Google_Service_Iam_CreateRoleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function create($parent, Google_Service_Iam_CreateRoleRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Iam_Role"); } /** * Deletes a custom Role. When you delete a custom role, the following changes * occur immediately: * You cannot bind a member to the custom role in an IAM * Policy. * Existing bindings to the custom role are not changed, but they have * no effect. * By default, the response from ListRoles does not include the * custom role. You have 7 days to undelete the custom role. After 7 days, the * following changes occur: * The custom role is permanently deleted and cannot * be recovered. * If an IAM policy contains a binding to the custom role, the * binding is permanently removed. (roles.delete) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`projects.roles.delete()`](/iam/reference/rest/v1/projects.roles/delete): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles * /delete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This * method deletes only [custom roles](/iam/docs/understanding-custom-roles) that * have been created at the organization level. Example request URL: `https://ia * m.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` * Note: Wildcard (*) values are invalid; you must specify a complete project ID * or organization ID. * @param array $optParams Optional parameters. * * @opt_param string etag Used to perform a consistent read-modify-write. * @return Google_Service_Iam_Role */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Iam_Role"); } /** * Gets the definition of a Role. (roles.get) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), * [`projects`](/iam/reference/rest/v1/projects.roles), or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This * method returns results from all [predefined roles](/iam/docs/understanding- * roles#predefined_roles) in Cloud IAM. Example request URL: * `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/ge * t): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method * returns only [custom roles](/iam/docs/understanding-custom-roles) that have * been created at the organization level. Example request URL: `https://iam.goo * gleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_Role"); } /** * Lists every predefined Role that IAM supports, or every custom role that is * defined for an organization or project. (roles.listOrganizationsRoles) * * @param string $parent The `parent` parameter's value depends on the target * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), * [`projects`](/iam/reference/rest/v1/projects.roles), or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `parent` value format is described below: * * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. This * method doesn't require a resource; it simply returns all [predefined * roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example * request URL: `https://iam.googleapis.com/v1/roles` * * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): * `projects/{PROJECT_ID}`. This method lists all project-level [custom * roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations * .roles.list()`](/iam/reference/rest/v1/organizations.roles/list): * `organizations/{ORGANIZATION_ID}`. This method lists all organization-level * [custom roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional limit on the number of roles to include in * the response. The default is 300, and the maximum is 1,000. * @opt_param string pageToken Optional pagination token returned in an earlier * ListRolesResponse. * @opt_param bool showDeleted Include Roles that have been deleted. * @opt_param string view Optional view for the returned Role objects. When * `FULL` is specified, the `includedPermissions` field is returned, which * includes a list of all permissions in the role. The default value is `BASIC`, * which does not return the `includedPermissions` field. * @return Google_Service_Iam_ListRolesResponse */ public function listOrganizationsRoles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListRolesResponse"); } /** * Updates the definition of a custom Role. (roles.patch) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/ * patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method * updates only [custom roles](/iam/docs/understanding-custom-roles) that have * been created at the organization level. Example request URL: `https://iam.goo * gleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param Google_Service_Iam_Role $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A mask describing which fields in the Role have * changed. * @return Google_Service_Iam_Role */ public function patch($name, Google_Service_Iam_Role $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Iam_Role"); } /** * Undeletes a custom Role. (roles.undelete) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * [`projects.roles.undelete()` * ](/iam/reference/rest/v1/projects.roles/undelete): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.rol * es/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This * method undeletes only [custom roles](/iam/docs/understanding-custom-roles) * that have been created at the organization level. Example request URL: `https * ://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_I * D}` Note: Wildcard (*) values are invalid; you must specify a complete * project ID or organization ID. * @param Google_Service_Iam_UndeleteRoleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function undelete($name, Google_Service_Iam_UndeleteRoleRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Iam_Role"); } } PK- Z $$Jvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Roles.phpnu[ * $iamService = new Google_Service_Iam(...); * $roles = $iamService->roles; * */ class Google_Service_Iam_Resource_Roles extends Google_Service_Resource { /** * Gets the definition of a Role. (roles.get) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), * [`projects`](/iam/reference/rest/v1/projects.roles), or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This * method returns results from all [predefined roles](/iam/docs/understanding- * roles#predefined_roles) in Cloud IAM. Example request URL: * `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/ge * t): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method * returns only [custom roles](/iam/docs/understanding-custom-roles) that have * been created at the organization level. Example request URL: `https://iam.goo * gleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_Role"); } /** * Lists every predefined Role that IAM supports, or every custom role that is * defined for an organization or project. (roles.listRoles) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional limit on the number of roles to include in * the response. The default is 300, and the maximum is 1,000. * @opt_param string pageToken Optional pagination token returned in an earlier * ListRolesResponse. * @opt_param string parent The `parent` parameter's value depends on the target * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), * [`projects`](/iam/reference/rest/v1/projects.roles), or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `parent` value format is described below: * * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. This * method doesn't require a resource; it simply returns all [predefined * roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example * request URL: `https://iam.googleapis.com/v1/roles` * * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): * `projects/{PROJECT_ID}`. This method lists all project-level [custom * roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations * .roles.list()`](/iam/reference/rest/v1/organizations.roles/list): * `organizations/{ORGANIZATION_ID}`. This method lists all organization-level * [custom roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @opt_param bool showDeleted Include Roles that have been deleted. * @opt_param string view Optional view for the returned Role objects. When * `FULL` is specified, the `includedPermissions` field is returned, which * includes a list of all permissions in the role. The default value is `BASIC`, * which does not return the `includedPermissions` field. * @return Google_Service_Iam_ListRolesResponse */ public function listRoles($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListRolesResponse"); } /** * Lists roles that can be granted on a Google Cloud resource. A role is * grantable if the IAM policy for the resource can contain bindings to the * role. (roles.queryGrantableRoles) * * @param Google_Service_Iam_QueryGrantableRolesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_QueryGrantableRolesResponse */ public function queryGrantableRoles(Google_Service_Iam_QueryGrantableRolesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('queryGrantableRoles', array($params), "Google_Service_Iam_QueryGrantableRolesResponse"); } } PK- Z*aaPvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Permissions.phpnu[ * $iamService = new Google_Service_Iam(...); * $permissions = $iamService->permissions; * */ class Google_Service_Iam_Resource_Permissions extends Google_Service_Resource { /** * Lists every permission that you can test on a resource. A permission is * testable if you can check whether a member has that permission on the * resource. (permissions.queryTestablePermissions) * * @param Google_Service_Iam_QueryTestablePermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_QueryTestablePermissionsResponse */ public function queryTestablePermissions(Google_Service_Iam_QueryTestablePermissionsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('queryTestablePermissions', array($params), "Google_Service_Iam_QueryTestablePermissionsResponse"); } } PK- Z8uvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPoolsOperations.phpnu[ * $iamService = new Google_Service_Iam(...); * $operations = $iamService->operations; * */ class Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPoolsOperations 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_Iam_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_Operation"); } } PK- ZɕǏII\vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.phpnu[ * $iamService = new Google_Service_Iam(...); * $serviceAccounts = $iamService->serviceAccounts; * */ class Google_Service_Iam_Resource_ProjectsServiceAccounts extends Google_Service_Resource { /** * Creates a ServiceAccount. (serviceAccounts.create) * * @param string $name Required. The resource name of the project associated * with the service accounts, such as `projects/my-project-123`. * @param Google_Service_Iam_CreateServiceAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_ServiceAccount */ public function create($name, Google_Service_Iam_CreateServiceAccountRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Iam_ServiceAccount"); } /** * Deletes a ServiceAccount. **Warning:** After you delete a service account, * you might not be able to undelete it. If you know that you need to re-enable * the service account in the future, use DisableServiceAccount instead. If you * delete a service account, IAM permanently removes the service account 30 days * later. Google Cloud cannot recover the service account after it is * permanently removed, even if you file a support request. To help avoid * unplanned outages, we recommend that you disable the service account before * you delete it. Use DisableServiceAccount to disable the service account, then * wait at least 24 hours and watch for unintended consequences. If there are no * unintended consequences, you can delete the service account. * (serviceAccounts.delete) * * @param string $name Required. The resource name of the service account in the * following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using * `-` as a wildcard for the `PROJECT_ID` will infer the project from the * account. The `ACCOUNT` value can be the `email` address or the `unique_id` of * the service account. * @param array $optParams Optional parameters. * @return Google_Service_Iam_IamEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Iam_IamEmpty"); } /** * Disables a ServiceAccount immediately. If an application uses the service * account to authenticate, that application can no longer call Google APIs or * access Google Cloud resources. Existing access tokens for the service account * are rejected, and requests for new access tokens will fail. To re-enable the * service account, use EnableServiceAccount. After you re-enable the service * account, its existing access tokens will be accepted, and you can request new * access tokens. To help avoid unplanned outages, we recommend that you disable * the service account before you delete it. Use this method to disable the * service account, then wait at least 24 hours and watch for unintended * consequences. If there are no unintended consequences, you can delete the * service account with DeleteServiceAccount. (serviceAccounts.disable) * * @param string $name The resource name of the service account in the following * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a * wildcard for the `PROJECT_ID` will infer the project from the account. The * `ACCOUNT` value can be the `email` address or the `unique_id` of the service * account. * @param Google_Service_Iam_DisableServiceAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_IamEmpty */ public function disable($name, Google_Service_Iam_DisableServiceAccountRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disable', array($params), "Google_Service_Iam_IamEmpty"); } /** * Enables a ServiceAccount that was disabled by DisableServiceAccount. If the * service account is already enabled, then this method has no effect. If the * service account was disabled by other means—for example, if Google disabled * the service account because it was compromised—you cannot use this method to * enable the service account. (serviceAccounts.enable) * * @param string $name The resource name of the service account in the following * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a * wildcard for the `PROJECT_ID` will infer the project from the account. The * `ACCOUNT` value can be the `email` address or the `unique_id` of the service * account. * @param Google_Service_Iam_EnableServiceAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_IamEmpty */ public function enable($name, Google_Service_Iam_EnableServiceAccountRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enable', array($params), "Google_Service_Iam_IamEmpty"); } /** * Gets a ServiceAccount. (serviceAccounts.get) * * @param string $name Required. The resource name of the service account in the * following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using * `-` as a wildcard for the `PROJECT_ID` will infer the project from the * account. The `ACCOUNT` value can be the `email` address or the `unique_id` of * the service account. * @param array $optParams Optional parameters. * @return Google_Service_Iam_ServiceAccount */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_ServiceAccount"); } /** * Gets the IAM policy that is attached to a ServiceAccount. This IAM policy * specifies which members have access to the service account. This method does * not tell you whether the service account has been granted any roles on other * resources. To check whether a service account has role grants on a resource, * use the `getIamPolicy` method for that resource. For example, to view the * role grants for a project, call the Resource Manager API's * [`projects.getIamPolicy`](https://cloud.google.com/resource- * manager/reference/rest/v1/projects/getIamPolicy) method. * (serviceAccounts.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Iam_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Iam_Policy"); } /** * Lists every ServiceAccount that belongs to a specific project. * (serviceAccounts.listProjectsServiceAccounts) * * @param string $name Required. The resource name of the project associated * with the service accounts, such as `projects/my-project-123`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional limit on the number of service accounts to * include in the response. Further accounts can subsequently be obtained by * including the ListServiceAccountsResponse.next_page_token in a subsequent * request. The default is 20, and the maximum is 100. * @opt_param string pageToken Optional pagination token returned in an earlier * ListServiceAccountsResponse.next_page_token. * @return Google_Service_Iam_ListServiceAccountsResponse */ public function listProjectsServiceAccounts($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListServiceAccountsResponse"); } /** * Patches a ServiceAccount. (serviceAccounts.patch) * * @param string $name The resource name of the service account. Use one of the * following formats: * `projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}` * * `projects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}` As an alternative, you * can use the `-` wildcard character instead of the project ID: * * `projects/-/serviceAccounts/{EMAIL_ADDRESS}` * * `projects/-/serviceAccounts/{UNIQUE_ID}` When possible, avoid using the `-` * wildcard character, because it can cause response messages to contain * misleading error codes. For example, if you try to get the service account * `projects/-/serviceAccounts/fake@example.com`, which does not exist, the * response contains an HTTP `403 Forbidden` error instead of a `404 Not Found` * error. * @param Google_Service_Iam_PatchServiceAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_ServiceAccount */ public function patch($name, Google_Service_Iam_PatchServiceAccountRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Iam_ServiceAccount"); } /** * Sets the IAM policy that is attached to a ServiceAccount. Use this method to * grant or revoke access to the service account. For example, you could grant a * member the ability to impersonate the service account. This method does not * enable the service account to access other resources. To grant roles to a * service account on a resource, follow these steps: 1. Call the resource's * `getIamPolicy` method to get its current IAM policy. 2. Edit the policy so * that it binds the service account to an IAM role for the resource. 3. Call * the resource's `setIamPolicy` method to update its IAM policy. For detailed * instructions, see [Granting roles to a service account for specific * resources](https://cloud.google.com/iam/help/service-accounts/granting- * access-to-service-accounts). (serviceAccounts.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Iam_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Policy */ public function setIamPolicy($resource, Google_Service_Iam_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Iam_Policy"); } /** * **Note:** This method is deprecated. Use the * [`signBlob`](https://cloud.google.com/iam/help/rest- * credentials/v1/projects.serviceAccounts/signBlob) method in the IAM Service * Account Credentials API instead. If you currently use this method, see the * [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) * for instructions. Signs a blob using the system-managed private key for a * ServiceAccount. (serviceAccounts.signBlob) * * @param string $name Required. Deprecated. [Migrate to Service Account * Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). * The resource name of the service account in the following format: * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard * for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` * value can be the `email` address or the `unique_id` of the service account. * @param Google_Service_Iam_SignBlobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_SignBlobResponse */ public function signBlob($name, Google_Service_Iam_SignBlobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signBlob', array($params), "Google_Service_Iam_SignBlobResponse"); } /** * **Note:** This method is deprecated. Use the * [`signJwt`](https://cloud.google.com/iam/help/rest- * credentials/v1/projects.serviceAccounts/signJwt) method in the IAM Service * Account Credentials API instead. If you currently use this method, see the * [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) * for instructions. Signs a JSON Web Token (JWT) using the system-managed * private key for a ServiceAccount. (serviceAccounts.signJwt) * * @param string $name Required. Deprecated. [Migrate to Service Account * Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). * The resource name of the service account in the following format: * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard * for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` * value can be the `email` address or the `unique_id` of the service account. * @param Google_Service_Iam_SignJwtRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_SignJwtResponse */ public function signJwt($name, Google_Service_Iam_SignJwtRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signJwt', array($params), "Google_Service_Iam_SignJwtResponse"); } /** * Tests whether the caller has the specified permissions on a ServiceAccount. * (serviceAccounts.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Iam_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Iam_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Iam_TestIamPermissionsResponse"); } /** * Restores a deleted ServiceAccount. **Important:** It is not always possible * to restore a deleted service account. Use this method only as a last resort. * After you delete a service account, IAM permanently removes the service * account 30 days later. There is no way to restore a deleted service account * that has been permanently removed. (serviceAccounts.undelete) * * @param string $name The resource name of the service account in the following * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}`. Using * `-` as a wildcard for the `PROJECT_ID` will infer the project from the * account. * @param Google_Service_Iam_UndeleteServiceAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_UndeleteServiceAccountResponse */ public function undelete($name, Google_Service_Iam_UndeleteServiceAccountRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Iam_UndeleteServiceAccountResponse"); } /** * **Note:** We are in the process of deprecating this method. Use * PatchServiceAccount instead. Updates a ServiceAccount. You can update only * the `display_name` and `description` fields. (serviceAccounts.update) * * @param string $name The resource name of the service account. Use one of the * following formats: * `projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}` * * `projects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}` As an alternative, you * can use the `-` wildcard character instead of the project ID: * * `projects/-/serviceAccounts/{EMAIL_ADDRESS}` * * `projects/-/serviceAccounts/{UNIQUE_ID}` When possible, avoid using the `-` * wildcard character, because it can cause response messages to contain * misleading error codes. For example, if you try to get the service account * `projects/-/serviceAccounts/fake@example.com`, which does not exist, the * response contains an HTTP `403 Forbidden` error instead of a `404 Not Found` * error. * @param Google_Service_Iam_ServiceAccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_ServiceAccount */ public function update($name, Google_Service_Iam_ServiceAccount $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Iam_ServiceAccount"); } } PK- Z\ZZMvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.phpnu[ * $iamService = new Google_Service_Iam(...); * $projects = $iamService->projects; * */ class Google_Service_Iam_Resource_Projects extends Google_Service_Resource { } PK- ZfJnnRvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Organizations.phpnu[ * $iamService = new Google_Service_Iam(...); * $organizations = $iamService->organizations; * */ class Google_Service_Iam_Resource_Organizations extends Google_Service_Resource { } PK- Z:~vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPoolsProvidersOperations.phpnu[ * $iamService = new Google_Service_Iam(...); * $operations = $iamService->operations; * */ class Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPoolsProvidersOperations 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_Iam_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_Operation"); } } PK- ZDВkvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPools.phpnu[ * $iamService = new Google_Service_Iam(...); * $workloadIdentityPools = $iamService->workloadIdentityPools; * */ class Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPools extends Google_Service_Resource { /** * Creates a new WorkloadIdentityPool. You cannot reuse the name of a deleted * pool until 30 days after deletion. (workloadIdentityPools.create) * * @param string $parent Required. The parent resource to create the pool in. * The only supported location is `global`. * @param Google_Service_Iam_WorkloadIdentityPool $postBody * @param array $optParams Optional parameters. * * @opt_param string workloadIdentityPoolId Required. The ID to use for the * pool, which becomes the final component of the resource name. This value * should be 4-32 characters, and may contain the characters [a-z0-9-]. The * prefix `gcp-` is reserved for use by Google, and may not be specified. * @return Google_Service_Iam_Operation */ public function create($parent, Google_Service_Iam_WorkloadIdentityPool $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Iam_Operation"); } /** * Deletes a WorkloadIdentityPool. You cannot use a deleted pool to exchange * external credentials for Google Cloud credentials. However, deletion does not * revoke credentials that have already been issued. Credentials issued for a * deleted pool do not grant access to resources. If the pool is undeleted, and * the credentials are not expired, they grant access again. You can undelete a * pool for 30 days. After 30 days, deletion is permanent. You cannot update * deleted pools. However, you can view and list them. * (workloadIdentityPools.delete) * * @param string $name Required. The name of the pool to delete. * @param array $optParams Optional parameters. * @return Google_Service_Iam_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Iam_Operation"); } /** * Gets an individual WorkloadIdentityPool. (workloadIdentityPools.get) * * @param string $name Required. The name of the pool to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Iam_WorkloadIdentityPool */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_WorkloadIdentityPool"); } /** * Lists all non-deleted WorkloadIdentityPools in a project. If `show_deleted` * is set to `true`, then deleted pools are also listed. * (workloadIdentityPools.listProjectsLocationsWorkloadIdentityPools) * * @param string $parent Required. The parent resource to list pools for. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of pools to return. If * unspecified, at most 50 pools are returned. The maximum value is 1000; values * above are 1000 truncated to 1000. * @opt_param string pageToken A page token, received from a previous * `ListWorkloadIdentityPools` call. Provide this to retrieve the subsequent * page. * @opt_param bool showDeleted Whether to return soft-deleted pools. * @return Google_Service_Iam_ListWorkloadIdentityPoolsResponse */ public function listProjectsLocationsWorkloadIdentityPools($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListWorkloadIdentityPoolsResponse"); } /** * Updates an existing WorkloadIdentityPool. (workloadIdentityPools.patch) * * @param string $name Output only. The resource name of the pool. * @param Google_Service_Iam_WorkloadIdentityPool $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields update. * @return Google_Service_Iam_Operation */ public function patch($name, Google_Service_Iam_WorkloadIdentityPool $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Iam_Operation"); } /** * Undeletes a WorkloadIdentityPool, as long as it was deleted fewer than 30 * days ago. (workloadIdentityPools.undelete) * * @param string $name Required. The name of the pool to undelete. * @param Google_Service_Iam_UndeleteWorkloadIdentityPoolRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Operation */ public function undelete($name, Google_Service_Iam_UndeleteWorkloadIdentityPoolRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Iam_Operation"); } } PK- Z00Rvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.phpnu[ * $iamService = new Google_Service_Iam(...); * $roles = $iamService->roles; * */ class Google_Service_Iam_Resource_ProjectsRoles extends Google_Service_Resource { /** * Creates a new custom Role. (roles.create) * * @param string $parent The `parent` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `parent` value format is described below: * * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): * `projects/{PROJECT_ID}`. This method creates project-level [custom * roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations * .roles.create()`](/iam/reference/rest/v1/organizations.roles/create): * `organizations/{ORGANIZATION_ID}`. This method creates organization-level * [custom roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param Google_Service_Iam_CreateRoleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function create($parent, Google_Service_Iam_CreateRoleRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Iam_Role"); } /** * Deletes a custom Role. When you delete a custom role, the following changes * occur immediately: * You cannot bind a member to the custom role in an IAM * Policy. * Existing bindings to the custom role are not changed, but they have * no effect. * By default, the response from ListRoles does not include the * custom role. You have 7 days to undelete the custom role. After 7 days, the * following changes occur: * The custom role is permanently deleted and cannot * be recovered. * If an IAM policy contains a binding to the custom role, the * binding is permanently removed. (roles.delete) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`projects.roles.delete()`](/iam/reference/rest/v1/projects.roles/delete): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles * /delete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This * method deletes only [custom roles](/iam/docs/understanding-custom-roles) that * have been created at the organization level. Example request URL: `https://ia * m.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` * Note: Wildcard (*) values are invalid; you must specify a complete project ID * or organization ID. * @param array $optParams Optional parameters. * * @opt_param string etag Used to perform a consistent read-modify-write. * @return Google_Service_Iam_Role */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Iam_Role"); } /** * Gets the definition of a Role. (roles.get) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), * [`projects`](/iam/reference/rest/v1/projects.roles), or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This * method returns results from all [predefined roles](/iam/docs/understanding- * roles#predefined_roles) in Cloud IAM. Example request URL: * `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/ge * t): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method * returns only [custom roles](/iam/docs/understanding-custom-roles) that have * been created at the organization level. Example request URL: `https://iam.goo * gleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_Role"); } /** * Lists every predefined Role that IAM supports, or every custom role that is * defined for an organization or project. (roles.listProjectsRoles) * * @param string $parent The `parent` parameter's value depends on the target * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), * [`projects`](/iam/reference/rest/v1/projects.roles), or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `parent` value format is described below: * * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. This * method doesn't require a resource; it simply returns all [predefined * roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example * request URL: `https://iam.googleapis.com/v1/roles` * * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): * `projects/{PROJECT_ID}`. This method lists all project-level [custom * roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations * .roles.list()`](/iam/reference/rest/v1/organizations.roles/list): * `organizations/{ORGANIZATION_ID}`. This method lists all organization-level * [custom roles](/iam/docs/understanding-custom-roles). Example request URL: * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional limit on the number of roles to include in * the response. The default is 300, and the maximum is 1,000. * @opt_param string pageToken Optional pagination token returned in an earlier * ListRolesResponse. * @opt_param bool showDeleted Include Roles that have been deleted. * @opt_param string view Optional view for the returned Role objects. When * `FULL` is specified, the `includedPermissions` field is returned, which * includes a list of all permissions in the role. The default value is `BASIC`, * which does not return the `includedPermissions` field. * @return Google_Service_Iam_ListRolesResponse */ public function listProjectsRoles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListRolesResponse"); } /** * Updates the definition of a custom Role. (roles.patch) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/ * patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method * updates only [custom roles](/iam/docs/understanding-custom-roles) that have * been created at the organization level. Example request URL: `https://iam.goo * gleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: * Wildcard (*) values are invalid; you must specify a complete project ID or * organization ID. * @param Google_Service_Iam_Role $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A mask describing which fields in the Role have * changed. * @return Google_Service_Iam_Role */ public function patch($name, Google_Service_Iam_Role $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Iam_Role"); } /** * Undeletes a custom Role. (roles.undelete) * * @param string $name The `name` parameter's value depends on the target * resource for the request, namely * [`projects`](/iam/reference/rest/v1/projects.roles) or * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource * type's `name` value format is described below: * [`projects.roles.undelete()` * ](/iam/reference/rest/v1/projects.roles/undelete): * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only * [custom roles](/iam/docs/understanding-custom-roles) that have been created * at the project level. Example request URL: * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.rol * es/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This * method undeletes only [custom roles](/iam/docs/understanding-custom-roles) * that have been created at the organization level. Example request URL: `https * ://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_I * D}` Note: Wildcard (*) values are invalid; you must specify a complete * project ID or organization ID. * @param Google_Service_Iam_UndeleteRoleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Role */ public function undelete($name, Google_Service_Iam_UndeleteRoleRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Iam_Role"); } } PK- Z[tvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPoolsProviders.phpnu[ * $iamService = new Google_Service_Iam(...); * $providers = $iamService->providers; * */ class Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPoolsProviders extends Google_Service_Resource { /** * Creates a new WorkloadIdentityPoolProvider in a WorkloadIdentityPool. You * cannot reuse the name of a deleted provider until 30 days after deletion. * (providers.create) * * @param string $parent Required. The pool to create this provider in. * @param Google_Service_Iam_WorkloadIdentityPoolProvider $postBody * @param array $optParams Optional parameters. * * @opt_param string workloadIdentityPoolProviderId Required. The ID for the * provider, which becomes the final component of the resource name. This value * must be 4-32 characters, and may contain the characters [a-z0-9-]. The prefix * `gcp-` is reserved for use by Google, and may not be specified. * @return Google_Service_Iam_Operation */ public function create($parent, Google_Service_Iam_WorkloadIdentityPoolProvider $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Iam_Operation"); } /** * Deletes a WorkloadIdentityPoolProvider. Deleting a provider does not revoke * credentials that have already been issued; they continue to grant access. You * can undelete a provider for 30 days. After 30 days, deletion is permanent. * You cannot update deleted providers. However, you can view and list them. * (providers.delete) * * @param string $name Required. The name of the provider to delete. * @param array $optParams Optional parameters. * @return Google_Service_Iam_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Iam_Operation"); } /** * Gets an individual WorkloadIdentityPoolProvider. (providers.get) * * @param string $name Required. The name of the provider to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Iam_WorkloadIdentityPoolProvider */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Iam_WorkloadIdentityPoolProvider"); } /** * Lists all non-deleted WorkloadIdentityPoolProviders in a * WorkloadIdentityPool. If `show_deleted` is set to `true`, then deleted * providers are also listed. * (providers.listProjectsLocationsWorkloadIdentityPoolsProviders) * * @param string $parent Required. The pool to list providers for. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of providers to return. If * unspecified, at most 50 providers are returned. The maximum value is 100; * values above 100 are truncated to 100. * @opt_param string pageToken A page token, received from a previous * `ListWorkloadIdentityPoolProviders` call. Provide this to retrieve the * subsequent page. * @opt_param bool showDeleted Whether to return soft-deleted providers. * @return Google_Service_Iam_ListWorkloadIdentityPoolProvidersResponse */ public function listProjectsLocationsWorkloadIdentityPoolsProviders($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListWorkloadIdentityPoolProvidersResponse"); } /** * Updates an existing WorkloadIdentityPoolProvider. (providers.patch) * * @param string $name Output only. The resource name of the provider. * @param Google_Service_Iam_WorkloadIdentityPoolProvider $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to update. * @return Google_Service_Iam_Operation */ public function patch($name, Google_Service_Iam_WorkloadIdentityPoolProvider $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Iam_Operation"); } /** * Undeletes a WorkloadIdentityPoolProvider, as long as it was deleted fewer * than 30 days ago. (providers.undelete) * * @param string $name Required. The name of the provider to undelete. * @param Google_Service_Iam_UndeleteWorkloadIdentityPoolProviderRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Iam_Operation */ public function undelete($name, Google_Service_Iam_UndeleteWorkloadIdentityPoolProviderRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_Iam_Operation"); } } PK- ZE811Evendor/google/apiclient-services/src/Google/Service/Iam/AuditData.phpnu[policyDelta = $policyDelta; } /** * @return Google_Service_Iam_PolicyDelta */ public function getPolicyDelta() { return $this->policyDelta; } } PK- Z0>>?vendor/google/apiclient-services/src/Google/Service/Iam/Aws.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } } PK- ZGM.OKvendor/google/apiclient-services/src/Google/Service/Iam/SignJwtResponse.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setSignedJwt($signedJwt) { $this->signedJwt = $signedJwt; } public function getSignedJwt() { return $this->signedJwt; } } PK- ZQNbbCvendor/google/apiclient-services/src/Google/Service/Iam/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Iam_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK- Z9BBZvendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.phpnu[keyAlgorithm = $keyAlgorithm; } public function getKeyAlgorithm() { return $this->keyAlgorithm; } public function setPrivateKeyType($privateKeyType) { $this->privateKeyType = $privateKeyType; } public function getPrivateKeyType() { return $this->privateKeyType; } } PK- Z$XXKvendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.phpnu[bytesToSign = $bytesToSign; } public function getBytesToSign() { return $this->bytesToSign; } } PK- Z_55Zvendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountKeysResponse.phpnu[keys = $keys; } /** * @return Google_Service_Iam_ServiceAccountKey[] */ public function getKeys() { return $this->keys; } } PK- ZO<++Ovendor/google/apiclient-services/src/Google/Service/Iam/UndeleteRoleRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } } PK- ZUvendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK- ZigyWYvendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesRequest.phpnu[fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } } PK- Za[vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsRequest.phpnu[fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK- ZҴgvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteWorkloadIdentityPoolProviderRequest.phpnu[deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setIncludedPermissions($includedPermissions) { $this->includedPermissions = $includedPermissions; } public function getIncludedPermissions() { return $this->includedPermissions; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStage($stage) { $this->stage = $stage; } public function getStage() { return $this->stage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Z:]vendor/google/apiclient-services/src/Google/Service/Iam/ListWorkloadIdentityPoolsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Iam_WorkloadIdentityPool[] */ public function setWorkloadIdentityPools($workloadIdentityPools) { $this->workloadIdentityPools = $workloadIdentityPools; } /** * @return Google_Service_Iam_WorkloadIdentityPool[] */ public function getWorkloadIdentityPools() { return $this->workloadIdentityPools; } } PK- Z˛jddGvendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.phpnu[bindingDeltas = $bindingDeltas; } /** * @return Google_Service_Iam_BindingDelta[] */ public function getBindingDeltas() { return $this->bindingDeltas; } } PK- Z_K]]Evendor/google/apiclient-services/src/Google/Service/Iam/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Iam_Status */ public function setError(Google_Service_Iam_Status $error) { $this->error = $error; } /** * @return Google_Service_Iam_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK- Z$Q抒Bvendor/google/apiclient-services/src/Google/Service/Iam/Status.phpnu[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; } } PK- ZjMvendor/google/apiclient-services/src/Google/Service/Iam/ListRolesResponse.phpnu[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; } } PK- Z$Xvendor/google/apiclient-services/src/Google/Service/Iam/DisableServiceAccountRequest.phpnu[accounts = $accounts; } /** * @return Google_Service_Iam_ServiceAccount[] */ public function getAccounts() { return $this->accounts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZrXX@vendor/google/apiclient-services/src/Google/Service/Iam/Oidc.phpnu[allowedAudiences = $allowedAudiences; } public function getAllowedAudiences() { return $this->allowedAudiences; } public function setIssuerUri($issuerUri) { $this->issuerUri = $issuerUri; } public function getIssuerUri() { return $this->issuerUri; } } PK- Zҙ'Fvendor/google/apiclient-services/src/Google/Service/Iam/LintResult.phpnu[debugMessage = $debugMessage; } public function getDebugMessage() { return $this->debugMessage; } public function setFieldName($fieldName) { $this->fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setLocationOffset($locationOffset) { $this->locationOffset = $locationOffset; } public function getLocationOffset() { return $this->locationOffset; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setValidationUnitName($validationUnitName) { $this->validationUnitName = $validationUnitName; } public function getValidationUnitName() { return $this->validationUnitName; } } PK- ZjBffJvendor/google/apiclient-services/src/Google/Service/Iam/AdminAuditData.phpnu[permissionDelta = $permissionDelta; } /** * @return Google_Service_Iam_PermissionDelta */ public function getPermissionDelta() { return $this->permissionDelta; } } PK- Z`VGvendor/google/apiclient-services/src/Google/Service/Iam/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Iam_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK- Zi*Dvendor/google/apiclient-services/src/Google/Service/Iam/IamEmpty.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOauth2ClientId($oauth2ClientId) { $this->oauth2ClientId = $oauth2ClientId; } public function getOauth2ClientId() { return $this->oauth2ClientId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } } PK- Z|:;;Jvendor/google/apiclient-services/src/Google/Service/Iam/SignJwtRequest.phpnu[payload = $payload; } public function getPayload() { return $this->payload; } } PK- ZzFvendor/google/apiclient-services/src/Google/Service/Iam/Permission.phpnu[apiDisabled = $apiDisabled; } public function getApiDisabled() { return $this->apiDisabled; } public function setCustomRolesSupportLevel($customRolesSupportLevel) { $this->customRolesSupportLevel = $customRolesSupportLevel; } public function getCustomRolesSupportLevel() { return $this->customRolesSupportLevel; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOnlyInPredefinedRoles($onlyInPredefinedRoles) { $this->onlyInPredefinedRoles = $onlyInPredefinedRoles; } public function getOnlyInPredefinedRoles() { return $this->onlyInPredefinedRoles; } public function setPrimaryPermission($primaryPermission) { $this->primaryPermission = $primaryPermission; } public function getPrimaryPermission() { return $this->primaryPermission; } public function setStage($stage) { $this->stage = $stage; } public function getStage() { return $this->stage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Z cVSSNvendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyResponse.phpnu[lintResults = $lintResults; } /** * @return Google_Service_Iam_LintResult[] */ public function getLintResults() { return $this->lintResults; } } PK- Zv?Ievendor/google/apiclient-services/src/Google/Service/Iam/ListWorkloadIdentityPoolProvidersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Iam_WorkloadIdentityPoolProvider[] */ public function setWorkloadIdentityPoolProviders($workloadIdentityPoolProviders) { $this->workloadIdentityPoolProviders = $workloadIdentityPoolProviders; } /** * @return Google_Service_Iam_WorkloadIdentityPoolProvider[] */ public function getWorkloadIdentityPoolProviders() { return $this->workloadIdentityPoolProviders; } } PK- Z%'DD@vendor/google/apiclient-services/src/Google/Service/Iam/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Zt8**Nvendor/google/apiclient-services/src/Google/Service/Firebasestorage/Bucket.phpnu[name = $name; } public function getName() { return $this->name; } } PK- Z r!![vendor/google/apiclient-services/src/Google/Service/Firebasestorage/ListBucketsResponse.phpnu[buckets = $buckets; } /** * @return Google_Service_Firebasestorage_Bucket[] */ public function getBuckets() { return $this->buckets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK- ZaOrFYvendor/google/apiclient-services/src/Google/Service/Firebasestorage/Resource/Projects.phpnu[ * $firebasestorageService = new Google_Service_Firebasestorage(...); * $projects = $firebasestorageService->projects; * */ class Google_Service_Firebasestorage_Resource_Projects extends Google_Service_Resource { } PK- Z/ƑBB`vendor/google/apiclient-services/src/Google/Service/Firebasestorage/Resource/ProjectsBuckets.phpnu[ * $firebasestorageService = new Google_Service_Firebasestorage(...); * $buckets = $firebasestorageService->buckets; * */ class Google_Service_Firebasestorage_Resource_ProjectsBuckets extends Google_Service_Resource { /** * Links a Google Cloud Storage bucket to a Firebase project. * (buckets.addFirebase) * * @param string $bucket Required. Resource name of the bucket, mirrors the ID * of the underlying Google Cloud Storage bucket. Because bucket resource names * are unique across projects, you may omit the project number, * `projects/-/buckets/{bucket_id}`. * @param Google_Service_Firebasestorage_AddFirebaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firebasestorage_Bucket */ public function addFirebase($bucket, Google_Service_Firebasestorage_AddFirebaseRequest $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addFirebase', array($params), "Google_Service_Firebasestorage_Bucket"); } /** * Gets a single linked storage bucket. (buckets.get) * * @param string $name Required. Resource name of the bucket, mirrors the ID of * the underlying Google Cloud Storage bucket. Because bucket resource names are * unique across projects, you may omit the project number, * `projects/-/buckets/{bucket_id}`. * @param array $optParams Optional parameters. * @return Google_Service_Firebasestorage_Bucket */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Firebasestorage_Bucket"); } /** * Lists the linked storage buckets for a project. (buckets.listProjectsBuckets) * * @param string $parent Required. Resource name of the parent Firebase project, * `projects/{project_number}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of buckets to return. If not set, * the server will use a reasonable default. * @opt_param string pageToken A page token, received from a previous * `ListBuckets` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListBuckets` must match the * call that provided the page token. * @return Google_Service_Firebasestorage_ListBucketsResponse */ public function listProjectsBuckets($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Firebasestorage_ListBucketsResponse"); } /** * Unlinks a linked Google Cloud Storage bucket from a Firebase project. * (buckets.removeFirebase) * * @param string $bucket Required. Resource name of the bucket, mirrors the ID * of the underlying Google Cloud Storage bucket. Because bucket resource names * are unique across projects, you may omit the project number, * `projects/-/buckets/{bucket_id}`. * @param Google_Service_Firebasestorage_RemoveFirebaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Firebasestorage_FirebasestorageEmpty */ public function removeFirebase($bucket, Google_Service_Firebasestorage_RemoveFirebaseRequest $postBody, $optParams = array()) { $params = array('bucket' => $bucket, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeFirebase', array($params), "Google_Service_Firebasestorage_FirebasestorageEmpty"); } } PK- Zܩ\vendor/google/apiclient-services/src/Google/Service/Firebasestorage/FirebasestorageEmpty.phpnu[antenna = $antenna; } /** * @return Google_Service_Spectrum_AntennaCharacteristics */ public function getAntenna() { return $this->antenna; } /** * @param Google_Service_Spectrum_DeviceCapabilities */ public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities) { $this->capabilities = $capabilities; } /** * @return Google_Service_Spectrum_DeviceCapabilities */ public function getCapabilities() { return $this->capabilities; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) { $this->deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_GeoLocation */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocations() { return $this->locations; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc) { $this->masterDeviceDesc = $masterDeviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getMasterDeviceDesc() { return $this->masterDeviceDesc; } /** * @param Google_Service_Spectrum_DeviceOwner */ public function setOwner(Google_Service_Spectrum_DeviceOwner $owner) { $this->owner = $owner; } /** * @return Google_Service_Spectrum_DeviceOwner */ public function getOwner() { return $this->owner; } public function setRequestType($requestType) { $this->requestType = $requestType; } public function getRequestType() { return $this->requestType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z2++Ovendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTypedText.phpnu[text = $text; } public function getText() { return $this->text; } } PK- Z-~Jvendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.phpnu[startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStopTime($stopTime) { $this->stopTime = $stopTime; } public function getStopTime() { return $this->stopTime; } } PK- Z4d;Wvendor/google/apiclient-services/src/Google/Service/Spectrum/AntennaCharacteristics.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setHeightType($heightType) { $this->heightType = $heightType; } public function getHeightType() { return $this->heightType; } public function setHeightUncertainty($heightUncertainty) { $this->heightUncertainty = $heightUncertainty; } public function getHeightUncertainty() { return $this->heightUncertainty; } } PK- ZOvendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.phpnu[deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } public function setIsValid($isValid) { $this->isValid = $isValid; } public function getIsValid() { return $this->isValid; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK- Z}Lvendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceOwner.phpnu[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; } } PK- Z1Lvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocation.phpnu[confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Spectrum_GeoLocationEllipse */ public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point) { $this->point = $point; } /** * @return Google_Service_Spectrum_GeoLocationEllipse */ public function getPoint() { return $this->point; } /** * @param Google_Service_Spectrum_GeoLocationPolygon */ public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region) { $this->region = $region; } /** * @return Google_Service_Spectrum_GeoLocationPolygon */ public function getRegion() { return $this->region; } } PK- ZւCCMvendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.phpnu[code = $code; } public function getCode() { return $this->code; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPobox($pobox) { $this->pobox = $pobox; } public function getPobox() { return $this->pobox; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreet($street) { $this->street = $street; } public function getStreet() { return $this->street; } } PK- Z]vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.phpnu[deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_GeoLocation */ public function setLocation(Google_Service_Spectrum_GeoLocation $location) { $this->location = $location; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocation() { return $this->location; } /** * @param Google_Service_Spectrum_SpectrumMessage */ public function setSpectra($spectra) { $this->spectra = $spectra; } /** * @return Google_Service_Spectrum_SpectrumMessage */ public function getSpectra() { return $this->spectra; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Zkk^vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZoXvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.phpnu[deviceDescs = $deviceDescs; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDescs() { return $this->deviceDescs; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z[^Lvendor/google/apiclient-services/src/Google/Service/Spectrum/RulesetInfo.phpnu[authority = $authority; } public function getAuthority() { return $this->authority; } public function setMaxLocationChange($maxLocationChange) { $this->maxLocationChange = $maxLocationChange; } public function getMaxLocationChange() { return $this->maxLocationChange; } public function setMaxPollingSecs($maxPollingSecs) { $this->maxPollingSecs = $maxPollingSecs; } public function getMaxPollingSecs() { return $this->maxPollingSecs; } public function setRulesetIds($rulesetIds) { $this->rulesetIds = $rulesetIds; } public function getRulesetIds() { return $this->rulesetIds; } } PK- ZC~~Mvendor/google/apiclient-services/src/Google/Service/Spectrum/DatabaseSpec.phpnu[name = $name; } public function getName() { return $this->name; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK- ZEQvendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.phpnu[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; } } PK- Zt- Tvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterRequest.phpnu[antenna = $antenna; } /** * @return Google_Service_Spectrum_AntennaCharacteristics */ public function getAntenna() { return $this->antenna; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) { $this->deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_DeviceOwner */ public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner) { $this->deviceOwner = $deviceOwner; } /** * @return Google_Service_Spectrum_DeviceOwner */ public function getDeviceOwner() { return $this->deviceOwner; } /** * @param Google_Service_Spectrum_GeoLocation */ public function setLocation(Google_Service_Spectrum_GeoLocation $location) { $this->location = $location; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocation() { return $this->location; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z00Uvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.phpnu[databaseChange = $databaseChange; } /** * @return Google_Service_Spectrum_DbUpdateSpec */ public function getDatabaseChange() { return $this->databaseChange; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZySvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.phpnu[center = $center; } /** * @return Google_Service_Spectrum_GeoLocationPoint */ public function getCenter() { return $this->center; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } public function setSemiMajorAxis($semiMajorAxis) { $this->semiMajorAxis = $semiMajorAxis; } public function getSemiMajorAxis() { return $this->semiMajorAxis; } public function setSemiMinorAxis($semiMinorAxis) { $this->semiMinorAxis = $semiMinorAxis; } public function getSemiMinorAxis() { return $this->semiMinorAxis; } } PK- Z`  Nvendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.phpnu[ * $spectrumService = new Google_Service_Spectrum(...); * $paws = $spectrumService->paws; * */ class Google_Service_Spectrum_Resource_Paws extends Google_Service_Resource { /** * Requests information about the available spectrum for a device at a location. * Requests from a fixed-mode device must include owner information so the * device can be registered with the database. (paws.getSpectrum) * * @param Google_Service_Spectrum_PawsGetSpectrumRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spectrum_PawsGetSpectrumResponse */ public function getSpectrum(Google_Service_Spectrum_PawsGetSpectrumRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse"); } /** * The Google Spectrum Database does not support batch requests, so this method * always yields an UNIMPLEMENTED error. (paws.getSpectrumBatch) * * @param Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spectrum_PawsGetSpectrumBatchResponse */ public function getSpectrumBatch(Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse"); } /** * Initializes the connection between a white space device and the database. * (paws.init) * * @param Google_Service_Spectrum_PawsInitRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spectrum_PawsInitResponse */ public function init(Google_Service_Spectrum_PawsInitRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse"); } /** * Notifies the database that the device has selected certain frequency ranges * for transmission. Only to be invoked when required by the regulator. The * Google Spectrum Database does not operate in domains that require * notification, so this always yields an UNIMPLEMENTED error. * (paws.notifySpectrumUse) * * @param Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spectrum_PawsNotifySpectrumUseResponse */ public function notifySpectrumUse(Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse"); } /** * The Google Spectrum Database implements registration in the getSpectrum * method. As such this always returns an UNIMPLEMENTED error. (paws.register) * * @param Google_Service_Spectrum_PawsRegisterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spectrum_PawsRegisterResponse */ public function register(Google_Service_Spectrum_PawsRegisterRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse"); } /** * Validates a device for white space use in accordance with regulatory rules. * The Google Spectrum Database does not support master/slave configurations, so * this always yields an UNIMPLEMENTED error. (paws.verifyDevice) * * @param Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spectrum_PawsVerifyDeviceResponse */ public function verifyDevice(Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verifyDevice', array($params), "Google_Service_Spectrum_PawsVerifyDeviceResponse"); } } PK- Z;D>Wvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.phpnu[antenna = $antenna; } /** * @return Google_Service_Spectrum_AntennaCharacteristics */ public function getAntenna() { return $this->antenna; } /** * @param Google_Service_Spectrum_DeviceCapabilities */ public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities) { $this->capabilities = $capabilities; } /** * @return Google_Service_Spectrum_DeviceCapabilities */ public function getCapabilities() { return $this->capabilities; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) { $this->deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_GeoLocation */ public function setLocation(Google_Service_Spectrum_GeoLocation $location) { $this->location = $location; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocation() { return $this->location; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc) { $this->masterDeviceDesc = $masterDeviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getMasterDeviceDesc() { return $this->masterDeviceDesc; } /** * @param Google_Service_Spectrum_DeviceOwner */ public function setOwner(Google_Service_Spectrum_DeviceOwner $owner) { $this->owner = $owner; } /** * @return Google_Service_Spectrum_DeviceOwner */ public function getOwner() { return $this->owner; } public function setRequestType($requestType) { $this->requestType = $requestType; } public function getRequestType() { return $this->requestType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Zf1g//Yvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.phpnu[databaseChange = $databaseChange; } /** * @return Google_Service_Spectrum_DbUpdateSpec */ public function getDatabaseChange() { return $this->databaseChange; } /** * @param Google_Service_Spectrum_DeviceValidity */ public function setDeviceValidities($deviceValidities) { $this->deviceValidities = $deviceValidities; } /** * @return Google_Service_Spectrum_DeviceValidity */ public function getDeviceValidities() { return $this->deviceValidities; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Zl|Xvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.phpnu[databaseChange = $databaseChange; } /** * @return Google_Service_Spectrum_DbUpdateSpec */ public function getDatabaseChange() { return $this->databaseChange; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) { $this->deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxContiguousBwHz($maxContiguousBwHz) { $this->maxContiguousBwHz = $maxContiguousBwHz; } public function getMaxContiguousBwHz() { return $this->maxContiguousBwHz; } public function setMaxTotalBwHz($maxTotalBwHz) { $this->maxTotalBwHz = $maxTotalBwHz; } public function getMaxTotalBwHz() { return $this->maxTotalBwHz; } public function setNeedsSpectrumReport($needsSpectrumReport) { $this->needsSpectrumReport = $needsSpectrumReport; } public function getNeedsSpectrumReport() { return $this->needsSpectrumReport; } /** * @param Google_Service_Spectrum_RulesetInfo */ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) { $this->rulesetInfo = $rulesetInfo; } /** * @return Google_Service_Spectrum_RulesetInfo */ public function getRulesetInfo() { return $this->rulesetInfo; } /** * @param Google_Service_Spectrum_SpectrumSchedule */ public function setSpectrumSchedules($spectrumSchedules) { $this->spectrumSchedules = $spectrumSchedules; } /** * @return Google_Service_Spectrum_SpectrumSchedule */ public function getSpectrumSchedules() { return $this->spectrumSchedules; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Zw&FFTvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.phpnu[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; } } PK- ZdQvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.phpnu[databaseChange = $databaseChange; } /** * @return Google_Service_Spectrum_DbUpdateSpec */ public function getDatabaseChange() { return $this->databaseChange; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Spectrum_RulesetInfo */ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) { $this->rulesetInfo = $rulesetInfo; } /** * @return Google_Service_Spectrum_RulesetInfo */ public function getRulesetInfo() { return $this->rulesetInfo; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z:}QQMvendor/google/apiclient-services/src/Google/Service/Spectrum/DbUpdateSpec.phpnu[databases = $databases; } /** * @return Google_Service_Spectrum_DatabaseSpec */ public function getDatabases() { return $this->databases; } } PK- Z,Z--]vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.phpnu[databaseChange = $databaseChange; } /** * @return Google_Service_Spectrum_DbUpdateSpec */ public function getDatabaseChange() { return $this->databaseChange; } /** * @param Google_Service_Spectrum_DeviceDescriptor */ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) { $this->deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_GeoSpectrumSchedule */ public function setGeoSpectrumSchedules($geoSpectrumSchedules) { $this->geoSpectrumSchedules = $geoSpectrumSchedules; } /** * @return Google_Service_Spectrum_GeoSpectrumSchedule */ public function getGeoSpectrumSchedules() { return $this->geoSpectrumSchedules; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxContiguousBwHz($maxContiguousBwHz) { $this->maxContiguousBwHz = $maxContiguousBwHz; } public function getMaxContiguousBwHz() { return $this->maxContiguousBwHz; } public function setMaxTotalBwHz($maxTotalBwHz) { $this->maxTotalBwHz = $maxTotalBwHz; } public function getMaxTotalBwHz() { return $this->maxTotalBwHz; } public function setNeedsSpectrumReport($needsSpectrumReport) { $this->needsSpectrumReport = $needsSpectrumReport; } public function getNeedsSpectrumReport() { return $this->needsSpectrumReport; } /** * @param Google_Service_Spectrum_RulesetInfo */ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) { $this->rulesetInfo = $rulesetInfo; } /** * @return Google_Service_Spectrum_RulesetInfo */ public function getRulesetInfo() { return $this->rulesetInfo; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- ZPLLOvendor/google/apiclient-services/src/Google/Service/Spectrum/FrequencyRange.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setMaxPowerDBm($maxPowerDBm) { $this->maxPowerDBm = $maxPowerDBm; } public function getMaxPowerDBm() { return $this->maxPowerDBm; } public function setStartHz($startHz) { $this->startHz = $startHz; } public function getStartHz() { return $this->startHz; } public function setStopHz($stopHz) { $this->stopHz = $stopHz; } public function getStopHz() { return $this->stopHz; } } PK- Z@#Svendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.phpnu[frequencyRanges = $frequencyRanges; } /** * @return Google_Service_Spectrum_FrequencyRange */ public function getFrequencyRanges() { return $this->frequencyRanges; } } PK- ZEvQvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK- ZZZSvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPolygon.phpnu[exterior = $exterior; } /** * @return Google_Service_Spectrum_GeoLocationPoint */ public function getExterior() { return $this->exterior; } } PK- Zuri = $uri; } public function getUri() { return $this->uri; } } PK- ZHS; ; Qvendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceDescriptor.phpnu[etsiEnDeviceCategory = $etsiEnDeviceCategory; } public function getEtsiEnDeviceCategory() { return $this->etsiEnDeviceCategory; } public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass) { $this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass; } public function getEtsiEnDeviceEmissionsClass() { return $this->etsiEnDeviceEmissionsClass; } public function setEtsiEnDeviceType($etsiEnDeviceType) { $this->etsiEnDeviceType = $etsiEnDeviceType; } public function getEtsiEnDeviceType() { return $this->etsiEnDeviceType; } public function setEtsiEnTechnologyId($etsiEnTechnologyId) { $this->etsiEnTechnologyId = $etsiEnTechnologyId; } public function getEtsiEnTechnologyId() { return $this->etsiEnTechnologyId; } public function setFccId($fccId) { $this->fccId = $fccId; } public function getFccId() { return $this->fccId; } public function setFccTvbdDeviceType($fccTvbdDeviceType) { $this->fccTvbdDeviceType = $fccTvbdDeviceType; } public function getFccTvbdDeviceType() { return $this->fccTvbdDeviceType; } public function setManufacturerId($manufacturerId) { $this->manufacturerId = $manufacturerId; } public function getManufacturerId() { return $this->manufacturerId; } public function setModelId($modelId) { $this->modelId = $modelId; } public function getModelId() { return $this->modelId; } public function setRulesetIds($rulesetIds) { $this->rulesetIds = $rulesetIds; } public function getRulesetIds() { return $this->rulesetIds; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } } PK- ZI°''Pvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.phpnu[deviceDesc = $deviceDesc; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDesc() { return $this->deviceDesc; } /** * @param Google_Service_Spectrum_GeoLocation */ public function setLocation(Google_Service_Spectrum_GeoLocation $location) { $this->location = $location; } /** * @return Google_Service_Spectrum_GeoLocation */ public function getLocation() { return $this->location; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK- Z5rAAPvendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumMessage.phpnu[bandwidth = $bandwidth; } public function getBandwidth() { return $this->bandwidth; } /** * @param Google_Service_Spectrum_FrequencyRange */ public function setFrequencyRanges($frequencyRanges) { $this->frequencyRanges = $frequencyRanges; } /** * @return Google_Service_Spectrum_FrequencyRange */ public function getFrequencyRanges() { return $this->frequencyRanges; } } PK- Z:  Fvendor/google/apiclient-services/src/Google/Service/Spectrum/Vcard.phpnu[adr = $adr; } /** * @return Google_Service_Spectrum_VcardAddress */ public function getAdr() { return $this->adr; } /** * @param Google_Service_Spectrum_VcardTypedText */ public function setEmail(Google_Service_Spectrum_VcardTypedText $email) { $this->email = $email; } /** * @return Google_Service_Spectrum_VcardTypedText */ public function getEmail() { return $this->email; } public function setFn($fn) { $this->fn = $fn; } public function getFn() { return $this->fn; } /** * @param Google_Service_Spectrum_VcardTypedText */ public function setOrg(Google_Service_Spectrum_VcardTypedText $org) { $this->org = $org; } /** * @return Google_Service_Spectrum_VcardTypedText */ public function getOrg() { return $this->org; } /** * @param Google_Service_Spectrum_VcardTelephone */ public function setTel(Google_Service_Spectrum_VcardTelephone $tel) { $this->tel = $tel; } /** * @return Google_Service_Spectrum_VcardTelephone */ public function getTel() { return $this->tel; } } PK- Zs`-+-+Bvendor/google/apiclient-services/src/Google/Service/DataFusion.phpnu[ * Cloud Data Fusion is a fully-managed, cloud native, enterprise data * integration service for quickly building and managing data pipelines. It * provides a graphical interface to increase time efficiency and reduce * complexity, and allows business users, developers, and data scientists to * easily and reliably build scalable data integration solutions to cleanse, * prepare, blend, transfer and transform data without having to wrestle with * infrastructure.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DataFusion extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_instances; public $projects_locations_operations; public $projects_locations_versions; /** * Constructs the internal representation of the DataFusion service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://datafusion.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'datafusion'; $this->projects_locations = new Google_Service_DataFusion_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeUnrevealedLocations' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_instances = new Google_Service_DataFusion_Resource_ProjectsLocationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'restart' => array( 'path' => 'v1/{+name}:restart', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_DataFusion_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_versions = new Google_Service_DataFusion_Resource_ProjectsLocationsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'latestPatchOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- ZbS-C-CBvendor/google/apiclient-services/src/Google/Service/Apigateway.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Apigateway extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_apis; public $projects_locations_apis_configs; public $projects_locations_gateways; public $projects_locations_operations; /** * Constructs the internal representation of the Apigateway service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://apigateway.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'apigateway'; $this->projects_locations = new Google_Service_Apigateway_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_apis = new Google_Service_Apigateway_Resource_ProjectsLocationsApis( $this, $this->serviceName, 'apis', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/apis', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/apis', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_apis_configs = new Google_Service_Apigateway_Resource_ProjectsLocationsApisConfigs( $this, $this->serviceName, 'configs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/configs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiConfigId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/configs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_gateways = new Google_Service_Apigateway_Resource_ProjectsLocationsGateways( $this, $this->serviceName, 'gateways', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/gateways', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gatewayId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/gateways', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Apigateway_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- ZA..Rvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/WebAsset.phpnu[site = $site; } public function getSite() { return $this->site; } } PK- ZN,Yvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CertificateInfo.phpnu[sha256Fingerprint = $sha256Fingerprint; } public function getSha256Fingerprint() { return $this->sha256Fingerprint; } } PK- ZiLLYvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/AndroidAppAsset.phpnu[certificate = $certificate; } /** * @return Google_Service_Digitalassetlinks_CertificateInfo */ public function getCertificate() { return $this->certificate; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK- Z * $digitalassetlinksService = new Google_Service_Digitalassetlinks(...); * $statements = $digitalassetlinksService->statements; * */ class Google_Service_Digitalassetlinks_Resource_Statements extends Google_Service_Resource { /** * Retrieves a list of all statements from a given source that match the * specified target and statement string. The API guarantees that all statements * with secure source assets, such as HTTPS websites or Android apps, have been * made in a secure way by the owner of those assets, as described in the * [Digital Asset Links technical design * specification](https://github.com/google/digitalassetlinks/blob/master/well- * known/details.md). Specifically, you should consider that for insecure * websites (that is, where the URL starts with `http://` instead of * `https://`), this guarantee cannot be made. The `List` command is most useful * in cases where the API client wants to know all the ways in which two assets * are related, or enumerate all the relationships from a particular source * asset. Example: a feature that helps users navigate to related items. When a * mobile app is running on a device, the feature would make it easy to navigate * to the corresponding web site or Google+ profile. (statements.listStatements) * * @param array $optParams Optional parameters. * * @opt_param string relation Use only associations that match the specified * relation. See the [`Statement`](#Statement) message for a detailed definition * of relation strings. For a query to match a statement, one of the following * must be true: * both the query's and the statement's relation strings match * exactly, or * the query's relation string is empty or missing. Example: A * query with relation `delegate_permission/common.handle_all_urls` matches an * asset link with relation `delegate_permission/common.handle_all_urls`. * @opt_param string source.androidApp.certificate.sha256Fingerprint The * uppercase SHA-265 fingerprint of the certificate. From the PEM certificate, * it can be acquired like this: $ keytool -printcert -file $CERTFILE | grep * SHA256: SHA256: 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83: \ * 42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 or like this: $ openssl x509 -in * $CERTFILE -noout -fingerprint -sha256 SHA256 * Fingerprint=14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64: \ * 16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 In this example, the contents * of this field would be `14:6D:E9:83:C5:73: * 06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF: * 44:E5`. If these tools are not available to you, you can convert the PEM * certificate into the DER format, compute the SHA-256 hash of that string and * represent the result as a hexstring (that is, uppercase hexadecimal * representations of each octet, separated by colons). * @opt_param string source.androidApp.packageName Android App assets are * naturally identified by their Java package name. For example, the Google Maps * app uses the package name `com.google.android.apps.maps`. REQUIRED * @opt_param string source.web.site Web assets are identified by a URL that * contains only the scheme, hostname and port parts. The format is * http[s]://[:] Hostnames must be fully qualified: they must end in a single * period ("`.`"). Only the schemes "http" and "https" are currently allowed. * Port numbers are given as a decimal number, and they must be omitted if the * standard port numbers are used: 80 for http and 443 for https. We call this * limited URL the "site". All URLs that share the same scheme, hostname and * port are considered to be a part of the site and thus belong to the web * asset. Example: the asset with the site `https://www.google.com` contains all * these URLs: * `https://www.google.com/` * `https://www.google.com:443/` * * `https://www.google.com/foo` * `https://www.google.com/foo?bar` * * `https://www.google.com/foo#bar` * `https://user@password:www.google.com/` * But it does not contain these URLs: * `http://www.google.com/` (wrong scheme) * * `https://google.com/` (hostname does not match) * * `https://www.google.com:444/` (port does not match) REQUIRED * @return Google_Service_Digitalassetlinks_ListResponse */ public function listStatements($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Digitalassetlinks_ListResponse"); } } PK- Z$j]vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Assetlinks.phpnu[ * $digitalassetlinksService = new Google_Service_Digitalassetlinks(...); * $assetlinks = $digitalassetlinksService->assetlinks; * */ class Google_Service_Digitalassetlinks_Resource_Assetlinks extends Google_Service_Resource { /** * Determines whether the specified (directional) relationship exists between * the specified source and target assets. The relation describes the intent of * the link between the two assets as claimed by the source asset. An example * for such relationships is the delegation of privileges or permissions. This * command is most often used by infrastructure systems to check preconditions * for an action. For example, a client may want to know if it is OK to send a * web URL to a particular mobile app instead. The client can check for the * relevant asset link from the website to the mobile app to decide if the * operation should be allowed. A note about security: if you specify a secure * asset as the source, such as an HTTPS website or an Android app, the API will * ensure that any statements used to generate the response have been made in a * secure way by the owner of that asset. Conversely, if the source asset is an * insecure HTTP website (that is, the URL starts with `http://` instead of * `https://`), the API cannot verify its statements securely, and it is not * possible to ensure that the website's statements have not been altered by a * third party. For more information, see the [Digital Asset Links technical * design specification](https://github.com/google/digitalassetlinks/blob/master * /well-known/details.md). (assetlinks.check) * * @param array $optParams Optional parameters. * * @opt_param string relation Query string for the relation. We identify * relations with strings of the format `/`, where `` must be one of a set of * pre-defined purpose categories, and `` is a free-form lowercase alphanumeric * string that describes the specific use case of the statement. Refer to [our * API documentation](/digital-asset-links/v1/relation-strings) for the current * list of supported relations. For a query to match an asset link, both the * query's and the asset link's relation strings must match exactly. Example: A * query with relation `delegate_permission/common.handle_all_urls` matches an * asset link with relation `delegate_permission/common.handle_all_urls`. * @opt_param string source.androidApp.certificate.sha256Fingerprint The * uppercase SHA-265 fingerprint of the certificate. From the PEM certificate, * it can be acquired like this: $ keytool -printcert -file $CERTFILE | grep * SHA256: SHA256: 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83: \ * 42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 or like this: $ openssl x509 -in * $CERTFILE -noout -fingerprint -sha256 SHA256 * Fingerprint=14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64: \ * 16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 In this example, the contents * of this field would be `14:6D:E9:83:C5:73: * 06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF: * 44:E5`. If these tools are not available to you, you can convert the PEM * certificate into the DER format, compute the SHA-256 hash of that string and * represent the result as a hexstring (that is, uppercase hexadecimal * representations of each octet, separated by colons). * @opt_param string source.androidApp.packageName Android App assets are * naturally identified by their Java package name. For example, the Google Maps * app uses the package name `com.google.android.apps.maps`. REQUIRED * @opt_param string source.web.site Web assets are identified by a URL that * contains only the scheme, hostname and port parts. The format is * http[s]://[:] Hostnames must be fully qualified: they must end in a single * period ("`.`"). Only the schemes "http" and "https" are currently allowed. * Port numbers are given as a decimal number, and they must be omitted if the * standard port numbers are used: 80 for http and 443 for https. We call this * limited URL the "site". All URLs that share the same scheme, hostname and * port are considered to be a part of the site and thus belong to the web * asset. Example: the asset with the site `https://www.google.com` contains all * these URLs: * `https://www.google.com/` * `https://www.google.com:443/` * * `https://www.google.com/foo` * `https://www.google.com/foo?bar` * * `https://www.google.com/foo#bar` * `https://user@password:www.google.com/` * But it does not contain these URLs: * `http://www.google.com/` (wrong scheme) * * `https://google.com/` (hostname does not match) * * `https://www.google.com:444/` (port does not match) REQUIRED * @opt_param string target.androidApp.certificate.sha256Fingerprint The * uppercase SHA-265 fingerprint of the certificate. From the PEM certificate, * it can be acquired like this: $ keytool -printcert -file $CERTFILE | grep * SHA256: SHA256: 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83: \ * 42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 or like this: $ openssl x509 -in * $CERTFILE -noout -fingerprint -sha256 SHA256 * Fingerprint=14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64: \ * 16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 In this example, the contents * of this field would be `14:6D:E9:83:C5:73: * 06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF: * 44:E5`. If these tools are not available to you, you can convert the PEM * certificate into the DER format, compute the SHA-256 hash of that string and * represent the result as a hexstring (that is, uppercase hexadecimal * representations of each octet, separated by colons). * @opt_param string target.androidApp.packageName Android App assets are * naturally identified by their Java package name. For example, the Google Maps * app uses the package name `com.google.android.apps.maps`. REQUIRED * @opt_param string target.web.site Web assets are identified by a URL that * contains only the scheme, hostname and port parts. The format is * http[s]://[:] Hostnames must be fully qualified: they must end in a single * period ("`.`"). Only the schemes "http" and "https" are currently allowed. * Port numbers are given as a decimal number, and they must be omitted if the * standard port numbers are used: 80 for http and 443 for https. We call this * limited URL the "site". All URLs that share the same scheme, hostname and * port are considered to be a part of the site and thus belong to the web * asset. Example: the asset with the site `https://www.google.com` contains all * these URLs: * `https://www.google.com/` * `https://www.google.com:443/` * * `https://www.google.com/foo` * `https://www.google.com/foo?bar` * * `https://www.google.com/foo#bar` * `https://user@password:www.google.com/` * But it does not contain these URLs: * `http://www.google.com/` (wrong scheme) * * `https://google.com/` (hostname does not match) * * `https://www.google.com:444/` (port does not match) REQUIRED * @return Google_Service_Digitalassetlinks_CheckResponse */ public function check($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('check', array($params), "Google_Service_Digitalassetlinks_CheckResponse"); } } PK- ZcI繅Vvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/ListResponse.phpnu[debugString = $debugString; } public function getDebugString() { return $this->debugString; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } public function getMaxAge() { return $this->maxAge; } /** * @param Google_Service_Digitalassetlinks_Statement[] */ public function setStatements($statements) { $this->statements = $statements; } /** * @return Google_Service_Digitalassetlinks_Statement[] */ public function getStatements() { return $this->statements; } } PK- ZyO%wwSvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Statement.phpnu[relation = $relation; } public function getRelation() { return $this->relation; } /** * @param Google_Service_Digitalassetlinks_Asset */ public function setSource(Google_Service_Digitalassetlinks_Asset $source) { $this->source = $source; } /** * @return Google_Service_Digitalassetlinks_Asset */ public function getSource() { return $this->source; } /** * @param Google_Service_Digitalassetlinks_Asset */ public function setTarget(Google_Service_Digitalassetlinks_Asset $target) { $this->target = $target; } /** * @return Google_Service_Digitalassetlinks_Asset */ public function getTarget() { return $this->target; } } PK- Z˨Ovendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Asset.phpnu[androidApp = $androidApp; } /** * @return Google_Service_Digitalassetlinks_AndroidAppAsset */ public function getAndroidApp() { return $this->androidApp; } /** * @param Google_Service_Digitalassetlinks_WebAsset */ public function setWeb(Google_Service_Digitalassetlinks_WebAsset $web) { $this->web = $web; } /** * @return Google_Service_Digitalassetlinks_WebAsset */ public function getWeb() { return $this->web; } } PK- Z+>}}Wvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CheckResponse.phpnu[debugString = $debugString; } public function getDebugString() { return $this->debugString; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setLinked($linked) { $this->linked = $linked; } public function getLinked() { return $this->linked; } public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } public function getMaxAge() { return $this->maxAge; } } PK- Z†>vendor/google/apiclient-services/src/Google/Service/Slides.phpnu[ * Reads and writes Google Slides presentations.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Slides extends Google_Service { /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; /** View and manage Google Drive files and folders that you have opened or created with this app. */ const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; /** See and download all your Google Drive files. */ const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"; /** View and manage your Google Slides presentations. */ const PRESENTATIONS = "https://www.googleapis.com/auth/presentations"; /** View your Google Slides presentations. */ const PRESENTATIONS_READONLY = "https://www.googleapis.com/auth/presentations.readonly"; /** See, edit, create, and delete your spreadsheets in Google Drive. */ const SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets"; /** View your Google Spreadsheets. */ const SPREADSHEETS_READONLY = "https://www.googleapis.com/auth/spreadsheets.readonly"; public $presentations; public $presentations_pages; /** * Constructs the internal representation of the Slides service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://slides.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'slides'; $this->presentations = new Google_Service_Slides_Resource_Presentations( $this, $this->serviceName, 'presentations', array( 'methods' => array( 'batchUpdate' => array( 'path' => 'v1/presentations/{presentationId}:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'presentationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/presentations', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/presentations/{+presentationId}', 'httpMethod' => 'GET', 'parameters' => array( 'presentationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->presentations_pages = new Google_Service_Slides_Resource_PresentationsPages( $this, $this->serviceName, 'pages', array( 'methods' => array( 'get' => array( 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}', 'httpMethod' => 'GET', 'parameters' => array( 'presentationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageObjectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getThumbnail' => array( 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail', 'httpMethod' => 'GET', 'parameters' => array( 'presentationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageObjectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'thumbnailProperties.mimeType' => array( 'location' => 'query', 'type' => 'string', ), 'thumbnailProperties.thumbnailSize' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- Z

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FactCheckTools extends Google_Service { /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $claims; public $pages; /** * Constructs the internal representation of the FactCheckTools service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://factchecktools.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha1'; $this->serviceName = 'factchecktools'; $this->claims = new Google_Service_FactCheckTools_Resource_Claims( $this, $this->serviceName, 'claims', array( 'methods' => array( 'search' => array( 'path' => 'v1alpha1/claims:search', 'httpMethod' => 'GET', 'parameters' => array( 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'maxAgeDays' => array( 'location' => 'query', 'type' => 'integer', ), 'offset' => array( 'location' => 'query', 'type' => 'integer', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'reviewPublisherSiteFilter' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->pages = new Google_Service_FactCheckTools_Resource_Pages( $this, $this->serviceName, 'pages', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/pages', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/pages', 'httpMethod' => 'GET', 'parameters' => array( 'offset' => array( 'location' => 'query', 'type' => 'integer', ), 'organization' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'url' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK- Z,.Jvendor/google/apiclient-services/src/Google/Service/Surveys/SurveyCost.phpnu[costPerResponseNanos = $costPerResponseNanos; } public function getCostPerResponseNanos() { return $this->costPerResponseNanos; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setMaxCostPerResponseNanos($maxCostPerResponseNanos) { $this->maxCostPerResponseNanos = $maxCostPerResponseNanos; } public function getMaxCostPerResponseNanos() { return $this->maxCostPerResponseNanos; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } } PK- Z9Hvendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.phpnu[resultPerPage = $resultPerPage; } public function getResultPerPage() { return $this->resultPerPage; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK- Z*QSvendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartRequest.phpnu[maxCostPerResponseNanos = $maxCostPerResponseNanos; } public function getMaxCostPerResponseNanos() { return $this->maxCostPerResponseNanos; } } PK- ZSSTvendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK- ZLAYYSvendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.phpnu[altText = $altText; } public function getAltText() { return $this->altText; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK- Z\|@@Fvendor/google/apiclient-services/src/Google/Service/Surveys/Survey.phpnu[audience = $audience; } /** * @return Google_Service_Surveys_SurveyAudience */ public function getAudience() { return $this->audience; } /** * @param Google_Service_Surveys_SurveyCost */ public function setCost(Google_Service_Surveys_SurveyCost $cost) { $this->cost = $cost; } /** * @return Google_Service_Surveys_SurveyCost */ public function getCost() { return $this->cost; } public function setCustomerData($customerData) { $this->customerData = $customerData; } public function getCustomerData() { return $this->customerData; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setOwners($owners) { $this->owners = $owners; } public function getOwners() { return $this->owners; } /** * @param Google_Service_Surveys_SurveyQuestion */ public function setQuestions($questions) { $this->questions = $questions; } /** * @return Google_Service_Surveys_SurveyQuestion */ public function getQuestions() { return $this->questions; } /** * @param Google_Service_Surveys_SurveyRejection */ public function setRejectionReason(Google_Service_Surveys_SurveyRejection $rejectionReason) { $this->rejectionReason = $rejectionReason; } /** * @return Google_Service_Surveys_SurveyRejection */ public function getRejectionReason() { return $this->rejectionReason; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSurveyUrlId($surveyUrlId) { $this->surveyUrlId = $surveyUrlId; } public function getSurveyUrlId() { return $this->surveyUrlId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWantedResponseCount($wantedResponseCount) { $this->wantedResponseCount = $wantedResponseCount; } public function getWantedResponseCount() { return $this->wantedResponseCount; } } PK- Z.nOvendor/google/apiclient-services/src/Google/Service/Surveys/SurveyRejection.phpnu[explanation = $explanation; } public function getExplanation() { return $this->explanation; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK- Z2B@[[Svendor/google/apiclient-services/src/Google/Service/Surveys/SurveysListResponse.phpnu[pageInfo = $pageInfo; } /** * @return Google_Service_Surveys_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_Surveys_Survey */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Surveys_Survey */ public function getResources() { return $this->resources; } /** * @param Google_Service_Surveys_TokenPagination */ public function setTokenPagination(Google_Service_Surveys_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_Surveys_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } } PK- Z,.Pvendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Results.phpnu[ * $surveysService = new Google_Service_Surveys(...); * $results = $surveysService->results; * */ class Google_Service_Surveys_Resource_Results extends Google_Service_Resource { /** * Retrieves any survey results that have been produced so far. Results are * formatted as an Excel file. You must add "?alt=media" to the URL as an * argument to get results. (results.get) * * @param string $surveyUrlId External URL ID for the survey. * @param array $optParams Optional parameters. * @return Google_Service_Surveys_SurveyResults */ public function get($surveyUrlId, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Surveys_SurveyResults"); } } PK- Z/nPvendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Surveys.phpnu[ * $surveysService = new Google_Service_Surveys(...); * $surveys = $surveysService->surveys; * */ class Google_Service_Surveys_Resource_Surveys extends Google_Service_Resource { /** * Removes a survey from view in all user GET requests. (surveys.delete) * * @param string $surveyUrlId External URL ID for the survey. * @param array $optParams Optional parameters. * @return Google_Service_Surveys_SurveysDeleteResponse */ public function delete($surveyUrlId, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Surveys_SurveysDeleteResponse"); } /** * Retrieves information about the specified survey. (surveys.get) * * @param string $surveyUrlId External URL ID for the survey. * @param array $optParams Optional parameters. * @return Google_Service_Surveys_Survey */ public function get($surveyUrlId, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Surveys_Survey"); } /** * Creates a survey. (surveys.insert) * * @param Google_Service_Surveys_Survey $postBody * @param array $optParams Optional parameters. * @return Google_Service_Surveys_Survey */ public function insert(Google_Service_Surveys_Survey $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Surveys_Survey"); } /** * Lists the surveys owned by the authenticated user. (surveys.listSurveys) * * @param array $optParams Optional parameters. * * @opt_param string maxResults * @opt_param string startIndex * @opt_param string token * @return Google_Service_Surveys_SurveysListResponse */ public function listSurveys($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Surveys_SurveysListResponse"); } /** * Begins running a survey. (surveys.start) * * @param string $resourceId * @param Google_Service_Surveys_SurveysStartRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Surveys_SurveysStartResponse */ public function start($resourceId, Google_Service_Surveys_SurveysStartRequest $postBody, $optParams = array()) { $params = array('resourceId' => $resourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_Surveys_SurveysStartResponse"); } /** * Stops a running survey. (surveys.stop) * * @param string $resourceId * @param array $optParams Optional parameters. * @return Google_Service_Surveys_SurveysStopResponse */ public function stop($resourceId, $optParams = array()) { $params = array('resourceId' => $resourceId); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_Surveys_SurveysStopResponse"); } /** * Updates a survey. Currently the only property that can be updated is the * owners property. (surveys.update) * * @param string $surveyUrlId External URL ID for the survey. * @param Google_Service_Surveys_Survey $postBody * @param array $optParams Optional parameters. * @return Google_Service_Surveys_Survey */ public function update($surveyUrlId, Google_Service_Surveys_Survey $postBody, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Surveys_Survey"); } } PK- ZKvendor/google/apiclient-services/src/Google/Service/Surveys/ResultsMask.phpnu[fields = $fields; } /** * @return Google_Service_Surveys_FieldMask */ public function getFields() { return $this->fields; } public function setProjection($projection) { $this->projection = $projection; } public function getProjection() { return $this->projection; } } PK- Z3@SSOvendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPreviousPageToken($previousPageToken) { $this->previousPageToken = $previousPageToken; } public function getPreviousPageToken() { return $this->previousPageToken; } } PK- Z.9UEEQvendor/google/apiclient-services/src/Google/Service/Surveys/ResultsGetRequest.phpnu[resultMask = $resultMask; } /** * @return Google_Service_Surveys_ResultsMask */ public function getResultMask() { return $this->resultMask; } } PK- ZFfMvendor/google/apiclient-services/src/Google/Service/Surveys/SurveyResults.phpnu[status = $status; } public function getStatus() { return $this->status; } public function setSurveyUrlId($surveyUrlId) { $this->surveyUrlId = $surveyUrlId; } public function getSurveyUrlId() { return $this->surveyUrlId; } } PK- ZPRRSvendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK- ZnIvendor/google/apiclient-services/src/Google/Service/Surveys/FieldMask.phpnu[fields = $fields; } /** * @return Google_Service_Surveys_FieldMask */ public function getFields() { return $this->fields; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK- Z~:((Nvendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestion.phpnu[answerOrder = $answerOrder; } public function getAnswerOrder() { return $this->answerOrder; } public function setAnswers($answers) { $this->answers = $answers; } public function getAnswers() { return $this->answers; } public function setHasOther($hasOther) { $this->hasOther = $hasOther; } public function getHasOther() { return $this->hasOther; } public function setHighValueLabel($highValueLabel) { $this->highValueLabel = $highValueLabel; } public function getHighValueLabel() { return $this->highValueLabel; } /** * @param Google_Service_Surveys_SurveyQuestionImage */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_Surveys_SurveyQuestionImage */ public function getImages() { return $this->images; } public function setLastAnswerPositionPinned($lastAnswerPositionPinned) { $this->lastAnswerPositionPinned = $lastAnswerPositionPinned; } public function getLastAnswerPositionPinned() { return $this->lastAnswerPositionPinned; } public function setLowValueLabel($lowValueLabel) { $this->lowValueLabel = $lowValueLabel; } public function getLowValueLabel() { return $this->lowValueLabel; } public function setMustPickSuggestion($mustPickSuggestion) { $this->mustPickSuggestion = $mustPickSuggestion; } public function getMustPickSuggestion() { return $this->mustPickSuggestion; } public function setNumStars($numStars) { $this->numStars = $numStars; } public function getNumStars() { return $this->numStars; } public function setOpenTextPlaceholder($openTextPlaceholder) { $this->openTextPlaceholder = $openTextPlaceholder; } public function getOpenTextPlaceholder() { return $this->openTextPlaceholder; } public function setOpenTextSuggestions($openTextSuggestions) { $this->openTextSuggestions = $openTextSuggestions; } public function getOpenTextSuggestions() { return $this->openTextSuggestions; } public function setQuestion($question) { $this->question = $question; } public function getQuestion() { return $this->question; } public function setSentimentText($sentimentText) { $this->sentimentText = $sentimentText; } public function getSentimentText() { return $this->sentimentText; } public function setSingleLineResponse($singleLineResponse) { $this->singleLineResponse = $singleLineResponse; } public function getSingleLineResponse() { return $this->singleLineResponse; } public function setThresholdAnswers($thresholdAnswers) { $this->thresholdAnswers = $thresholdAnswers; } public function getThresholdAnswers() { return $this->thresholdAnswers; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnitOfMeasurementLabel($unitOfMeasurementLabel) { $this->unitOfMeasurementLabel = $unitOfMeasurementLabel; } public function getUnitOfMeasurementLabel() { return $this->unitOfMeasurementLabel; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK- ZZNvendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.phpnu[ages = $ages; } public function getAges() { return $this->ages; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setCountrySubdivision($countrySubdivision) { $this->countrySubdivision = $countrySubdivision; } public function getCountrySubdivision() { return $this->countrySubdivision; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setPopulationSource($populationSource) { $this->populationSource = $populationSource; } public function getPopulationSource() { return $this->populationSource; } } PK- ZO{TTUvendor/google/apiclient-services/src/Google/Service/Surveys/SurveysDeleteResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK- ZC+,+,?vendor/google/apiclient-services/src/Google/Service/Logging.phpnu[ * Writes log entries and manages your Cloud Logging configuration. The table * entries below are presented in alphabetical order, not in order of common * use. For explanations of the concepts found in the table entries, read the * documentation at https://cloud.google.com/logging/docs.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Logging extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Administrate log data for your projects. */ const LOGGING_ADMIN = "https://www.googleapis.com/auth/logging.admin"; /** View log data for your projects. */ const LOGGING_READ = "https://www.googleapis.com/auth/logging.read"; /** Submit log data for your projects. */ const LOGGING_WRITE = "https://www.googleapis.com/auth/logging.write"; public $billingAccounts_buckets; public $billingAccounts_buckets_views; public $billingAccounts_exclusions; public $billingAccounts_locations; public $billingAccounts_locations_buckets; public $billingAccounts_locations_buckets_views; public $billingAccounts_logs; public $billingAccounts_sinks; public $entries; public $exclusions; public $folders_exclusions; public $folders_locations; public $folders_locations_buckets; public $folders_locations_buckets_views; public $folders_logs; public $folders_sinks; public $locations; public $locations_buckets; public $locations_buckets_views; public $logs; public $monitoredResourceDescriptors; public $organizations; public $organizations_exclusions; public $organizations_locations; public $organizations_locations_buckets; public $organizations_locations_buckets_views; public $organizations_logs; public $organizations_sinks; public $projects_exclusions; public $projects_locations; public $projects_locations_buckets; public $projects_locations_buckets_views; public $projects_logs; public $projects_metrics; public $projects_sinks; public $sinks; public $v2; /** * Constructs the internal representation of the Logging service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://logging.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'logging'; $this->billingAccounts_buckets = new Google_Service_Logging_Resource_BillingAccountsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->billingAccounts_buckets_views = new Google_Service_Logging_Resource_BillingAccountsBucketsViews( $this, $this->serviceName, 'views', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->billingAccounts_locations = new Google_Service_Logging_Resource_BillingAccountsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->billingAccounts_locations_buckets = new Google_Service_Logging_Resource_BillingAccountsLocationsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'bucketId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v2/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->billingAccounts_locations_buckets_views = new Google_Service_Logging_Resource_BillingAccountsLocationsBucketsViews( $this, $this->serviceName, 'views', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'viewId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->billingAccounts_logs = new Google_Service_Logging_Resource_BillingAccountsLogs( $this, $this->serviceName, 'logs', array( 'methods' => array( 'delete' => array( 'path' => 'v2/{+logName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'logName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/logs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->billingAccounts_sinks = new Google_Service_Logging_Resource_BillingAccountsSinks( $this, $this->serviceName, 'sinks', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'GET', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PATCH', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PUT', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->entries = new Google_Service_Logging_Resource_Entries( $this, $this->serviceName, 'entries', array( 'methods' => array( 'list' => array( 'path' => 'v2/entries:list', 'httpMethod' => 'POST', 'parameters' => array(), ),'tail' => array( 'path' => 'v2/entries:tail', 'httpMethod' => 'POST', 'parameters' => array(), ),'write' => array( 'path' => 'v2/entries:write', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->exclusions = new Google_Service_Logging_Resource_Exclusions( $this, $this->serviceName, 'exclusions', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/exclusions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/exclusions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_locations = new Google_Service_Logging_Resource_FoldersLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_locations_buckets = new Google_Service_Logging_Resource_FoldersLocationsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'bucketId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v2/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->folders_locations_buckets_views = new Google_Service_Logging_Resource_FoldersLocationsBucketsViews( $this, $this->serviceName, 'views', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'viewId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_logs = new Google_Service_Logging_Resource_FoldersLogs( $this, $this->serviceName, 'logs', array( 'methods' => array( 'delete' => array( 'path' => 'v2/{+logName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'logName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/logs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->folders_sinks = new Google_Service_Logging_Resource_FoldersSinks( $this, $this->serviceName, 'sinks', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'GET', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PATCH', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PUT', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->locations = new Google_Service_Logging_Resource_Locations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->locations_buckets = new Google_Service_Logging_Resource_LocationsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'bucketId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v2/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->locations_buckets_views = new Google_Service_Logging_Resource_LocationsBucketsViews( $this, $this->serviceName, 'views', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'viewId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->monitoredResourceDescriptors = new Google_Service_Logging_Resource_MonitoredResourceDescriptors( $this, $this->serviceName, 'monitoredResourceDescriptors', array( 'methods' => array( 'list' => array( 'path' => 'v2/monitoredResourceDescriptors', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations = new Google_Service_Logging_Resource_Organizations( $this, $this->serviceName, 'organizations', array( 'methods' => array( 'getCmekSettings' => array( 'path' => 'v2/{+name}/cmekSettings', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateCmekSettings' => array( 'path' => 'v2/{+name}/cmekSettings', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_locations = new Google_Service_Logging_Resource_OrganizationsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_locations_buckets = new Google_Service_Logging_Resource_OrganizationsLocationsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'bucketId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v2/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_buckets_views = new Google_Service_Logging_Resource_OrganizationsLocationsBucketsViews( $this, $this->serviceName, 'views', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'viewId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_logs = new Google_Service_Logging_Resource_OrganizationsLogs( $this, $this->serviceName, 'logs', array( 'methods' => array( 'delete' => array( 'path' => 'v2/{+logName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'logName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/logs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->organizations_sinks = new Google_Service_Logging_Resource_OrganizationsSinks( $this, $this->serviceName, 'sinks', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'GET', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PATCH', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PUT', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_exclusions = new Google_Service_Logging_Resource_ProjectsExclusions( $this, $this->serviceName, 'exclusions', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/exclusions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/exclusions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations = new Google_Service_Logging_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_buckets = new Google_Service_Logging_Resource_ProjectsLocationsBuckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'bucketId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/buckets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v2/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_buckets_views = new Google_Service_Logging_Resource_ProjectsLocationsBucketsViews( $this, $this->serviceName, 'views', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'viewId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/views', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_logs = new Google_Service_Logging_Resource_ProjectsLogs( $this, $this->serviceName, 'logs', array( 'methods' => array( 'delete' => array( 'path' => 'v2/{+logName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'logName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/logs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->projects_metrics = new Google_Service_Logging_Resource_ProjectsMetrics( $this, $this->serviceName, 'metrics', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/metrics', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+metricName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'metricName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+metricName}', 'httpMethod' => 'GET', 'parameters' => array( 'metricName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/metrics', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+metricName}', 'httpMethod' => 'PUT', 'parameters' => array( 'metricName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_sinks = new Google_Service_Logging_Resource_ProjectsSinks( $this, $this->serviceName, 'sinks', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'GET', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PATCH', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PUT', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->sinks = new Google_Service_Logging_Resource_Sinks( $this, $this->serviceName, 'sinks', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'GET', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/sinks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+sinkName}', 'httpMethod' => 'PUT', 'parameters' => array( 'sinkName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'uniqueWriterIdentity' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->v2 = new Google_Service_Logging_Resource_V2( $this, $this->serviceName, 'v2', array( 'methods' => array( 'getCmekSettings' => array( 'path' => 'v2/{+name}/cmekSettings', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateCmekSettings' => array( 'path' => 'v2/{+name}/cmekSettings', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK- Zc%%Bvendor/google/apiclient-services/src/Google/Service/PlayMovies.phpnu[ * Gets the delivery status of titles for Google Play Movies Partners.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PlayMovies extends Google_Service { /** View the digital assets you publish on Google Play Movies and TV. */ const PLAYMOVIES_PARTNER_READONLY = "https://www.googleapis.com/auth/playmovies_partner.readonly"; public $accounts_avails; public $accounts_orders; public $accounts_storeInfos; public $accounts_storeInfos_country; /** * Constructs the internal representation of the PlayMovies service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://playmoviespartner.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'playmoviespartner'; $this->accounts_avails = new Google_Service_PlayMovies_Resource_AccountsAvails( $this, $this->serviceName, 'avails', array( 'methods' => array( 'get' => array( 'path' => 'v1/accounts/{accountId}/avails/{availId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'availId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accounts/{accountId}/avails', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'altId' => array( 'location' => 'query', 'type' => 'string', ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'territories' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'title' => array( 'location' => 'query', 'type' => 'string', ), 'videoIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'altIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->accounts_orders = new Google_Service_PlayMovies_Resource_AccountsOrders( $this, $this->serviceName, 'orders', array( 'methods' => array( 'get' => array( 'path' => 'v1/accounts/{accountId}/orders/{orderId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accounts/{accountId}/orders', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'status' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'customId' => array( 'location' => 'query', 'type' => 'string', ), 'videoIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->accounts_storeInfos = new Google_Service_PlayMovies_Resource_AccountsStoreInfos( $this, $this->serviceName, 'storeInfos', array( 'methods' => array( 'list' => array( 'path' => 'v1/accounts/{accountId}/storeInfos', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'mids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'countries' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'studioNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'seasonIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'videoIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'videoId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_storeInfos_country = new Google_Service_PlayMovies_Resource_AccountsStoreInfosCountry( $this, $this->serviceName, 'country', array( 'methods' => array( 'get' => array( 'path' => 'v1/accounts/{accountId}/storeInfos/{videoId}/country/{country}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'videoId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK- Z(1 LVvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamHealthStatus.phpnu[configurationIssues = $configurationIssues; } /** * @return Google_Service_YouTube_LiveStreamConfigurationIssue[] */ public function getConfigurationIssues() { return $this->configurationIssues; } public function setLastUpdateTimeSeconds($lastUpdateTimeSeconds) { $this->lastUpdateTimeSeconds = $lastUpdateTimeSeconds; } public function getLastUpdateTimeSeconds() { return $this->lastUpdateTimeSeconds; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK- Z4^vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.phpnu[amountDisplayString = $amountDisplayString; } public function getAmountDisplayString() { return $this->amountDisplayString; } public function setAmountMicros($amountMicros) { $this->amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setUserComment($userComment) { $this->userComment = $userComment; } public function getUserComment() { return $this->userComment; } } PK- Z|F2evendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetailsRelatedPlaylists.phpnu[favorites = $favorites; } public function getFavorites() { return $this->favorites; } public function setLikes($likes) { $this->likes = $likes; } public function getLikes() { return $this->likes; } public function setUploads($uploads) { $this->uploads = $uploads; } public function getUploads() { return $this->uploads; } public function setWatchHistory($watchHistory) { $this->watchHistory = $watchHistory; } public function getWatchHistory() { return $this->watchHistory; } public function setWatchLater($watchLater) { $this->watchLater = $watchLater; } public function getWatchLater() { return $this->watchLater; } } PK- Z*gGvendor/google/apiclient-services/src/Google/Service/YouTube/Comment.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_CommentSnippet */ public function setSnippet(Google_Service_YouTube_CommentSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_CommentSnippet */ public function getSnippet() { return $this->snippet; } } PK- Z |Kvendor/google/apiclient-services/src/Google/Service/YouTube/VideoPlayer.phpnu[embedHeight = $embedHeight; } public function getEmbedHeight() { return $this->embedHeight; } public function setEmbedHtml($embedHtml) { $this->embedHtml = $embedHtml; } public function getEmbedHtml() { return $this->embedHtml; } public function setEmbedWidth($embedWidth) { $this->embedWidth = $embedWidth; } public function getEmbedWidth() { return $this->embedWidth; } } PK- Z JiB B Tvendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.phpnu[actualEndTime = $actualEndTime; } public function getActualEndTime() { return $this->actualEndTime; } public function setActualStartTime($actualStartTime) { $this->actualStartTime = $actualStartTime; } public function getActualStartTime() { return $this->actualStartTime; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIsDefaultBroadcast($isDefaultBroadcast) { $this->isDefaultBroadcast = $isDefaultBroadcast; } public function getIsDefaultBroadcast() { return $this->isDefaultBroadcast; } public function setLiveChatId($liveChatId) { $this->liveChatId = $liveChatId; } public function getLiveChatId() { return $this->liveChatId; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setScheduledEndTime($scheduledEndTime) { $this->scheduledEndTime = $scheduledEndTime; } public function getScheduledEndTime() { return $this->scheduledEndTime; } public function setScheduledStartTime($scheduledStartTime) { $this->scheduledStartTime = $scheduledStartTime; } public function getScheduledStartTime() { return $this->scheduledStartTime; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- ZZl͹\vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_MembershipsLevel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_MembershipsLevel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK- ZPiO::Mvendor/google/apiclient-services/src/Google/Service/YouTube/ImageSettings.phpnu[backgroundImageUrl = $backgroundImageUrl; } /** * @return Google_Service_YouTube_LocalizedProperty */ public function getBackgroundImageUrl() { return $this->backgroundImageUrl; } public function setBannerExternalUrl($bannerExternalUrl) { $this->bannerExternalUrl = $bannerExternalUrl; } public function getBannerExternalUrl() { return $this->bannerExternalUrl; } public function setBannerImageUrl($bannerImageUrl) { $this->bannerImageUrl = $bannerImageUrl; } public function getBannerImageUrl() { return $this->bannerImageUrl; } public function setBannerMobileExtraHdImageUrl($bannerMobileExtraHdImageUrl) { $this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl; } public function getBannerMobileExtraHdImageUrl() { return $this->bannerMobileExtraHdImageUrl; } public function setBannerMobileHdImageUrl($bannerMobileHdImageUrl) { $this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl; } public function getBannerMobileHdImageUrl() { return $this->bannerMobileHdImageUrl; } public function setBannerMobileImageUrl($bannerMobileImageUrl) { $this->bannerMobileImageUrl = $bannerMobileImageUrl; } public function getBannerMobileImageUrl() { return $this->bannerMobileImageUrl; } public function setBannerMobileLowImageUrl($bannerMobileLowImageUrl) { $this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl; } public function getBannerMobileLowImageUrl() { return $this->bannerMobileLowImageUrl; } public function setBannerMobileMediumHdImageUrl($bannerMobileMediumHdImageUrl) { $this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl; } public function getBannerMobileMediumHdImageUrl() { return $this->bannerMobileMediumHdImageUrl; } public function setBannerTabletExtraHdImageUrl($bannerTabletExtraHdImageUrl) { $this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl; } public function getBannerTabletExtraHdImageUrl() { return $this->bannerTabletExtraHdImageUrl; } public function setBannerTabletHdImageUrl($bannerTabletHdImageUrl) { $this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl; } public function getBannerTabletHdImageUrl() { return $this->bannerTabletHdImageUrl; } public function setBannerTabletImageUrl($bannerTabletImageUrl) { $this->bannerTabletImageUrl = $bannerTabletImageUrl; } public function getBannerTabletImageUrl() { return $this->bannerTabletImageUrl; } public function setBannerTabletLowImageUrl($bannerTabletLowImageUrl) { $this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl; } public function getBannerTabletLowImageUrl() { return $this->bannerTabletLowImageUrl; } public function setBannerTvHighImageUrl($bannerTvHighImageUrl) { $this->bannerTvHighImageUrl = $bannerTvHighImageUrl; } public function getBannerTvHighImageUrl() { return $this->bannerTvHighImageUrl; } public function setBannerTvImageUrl($bannerTvImageUrl) { $this->bannerTvImageUrl = $bannerTvImageUrl; } public function getBannerTvImageUrl() { return $this->bannerTvImageUrl; } public function setBannerTvLowImageUrl($bannerTvLowImageUrl) { $this->bannerTvLowImageUrl = $bannerTvLowImageUrl; } public function getBannerTvLowImageUrl() { return $this->bannerTvLowImageUrl; } public function setBannerTvMediumImageUrl($bannerTvMediumImageUrl) { $this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl; } public function getBannerTvMediumImageUrl() { return $this->bannerTvMediumImageUrl; } /** * @param Google_Service_YouTube_LocalizedProperty */ public function setLargeBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageImapScript) { $this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript; } /** * @return Google_Service_YouTube_LocalizedProperty */ public function getLargeBrandedBannerImageImapScript() { return $this->largeBrandedBannerImageImapScript; } /** * @param Google_Service_YouTube_LocalizedProperty */ public function setLargeBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageUrl) { $this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl; } /** * @return Google_Service_YouTube_LocalizedProperty */ public function getLargeBrandedBannerImageUrl() { return $this->largeBrandedBannerImageUrl; } /** * @param Google_Service_YouTube_LocalizedProperty */ public function setSmallBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageImapScript) { $this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript; } /** * @return Google_Service_YouTube_LocalizedProperty */ public function getSmallBrandedBannerImageImapScript() { return $this->smallBrandedBannerImageImapScript; } /** * @param Google_Service_YouTube_LocalizedProperty */ public function setSmallBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageUrl) { $this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl; } /** * @return Google_Service_YouTube_LocalizedProperty */ public function getSmallBrandedBannerImageUrl() { return $this->smallBrandedBannerImageUrl; } public function setTrackingImageUrl($trackingImageUrl) { $this->trackingImageUrl = $trackingImageUrl; } public function getTrackingImageUrl() { return $this->trackingImageUrl; } public function setWatchIconImageUrl($watchIconImageUrl) { $this->watchIconImageUrl = $watchIconImageUrl; } public function getWatchIconImageUrl() { return $this->watchIconImageUrl; } } PK- Z~Kvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_LiveChatBanSnippet */ public function setSnippet(Google_Service_YouTube_LiveChatBanSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_LiveChatBanSnippet */ public function getSnippet() { return $this->snippet; } } PK- ZHHKvendor/google/apiclient-services/src/Google/Service/YouTube/AbuseReport.phpnu[abuseTypes = $abuseTypes; } /** * @return Google_Service_YouTube_AbuseType[] */ public function getAbuseTypes() { return $this->abuseTypes; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_YouTube_RelatedEntity[] */ public function setRelatedEntities($relatedEntities) { $this->relatedEntities = $relatedEntities; } /** * @return Google_Service_YouTube_RelatedEntity[] */ public function getRelatedEntities() { return $this->relatedEntities; } /** * @param Google_Service_YouTube_Entity */ public function setSubject(Google_Service_YouTube_Entity $subject) { $this->subject = $subject; } /** * @return Google_Service_YouTube_Entity */ public function getSubject() { return $this->subject; } } PK- Zb8-Uvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelProfileDetails.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelUrl($channelUrl) { $this->channelUrl = $channelUrl; } public function getChannelUrl() { return $this->channelUrl; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setProfileImageUrl($profileImageUrl) { $this->profileImageUrl = $profileImageUrl; } public function getProfileImageUrl() { return $this->profileImageUrl; } } PK- Z'prJJZvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsLike.phpnu[resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK- ZOOIvendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK- Zw Hvendor/google/apiclient-services/src/Google/Service/YouTube/Playlist.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_PlaylistContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_PlaylistLocalization[] */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_PlaylistLocalization[] */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_PlaylistPlayer */ public function setPlayer(Google_Service_YouTube_PlaylistPlayer $player) { $this->player = $player; } /** * @return Google_Service_YouTube_PlaylistPlayer */ public function getPlayer() { return $this->player; } /** * @param Google_Service_YouTube_PlaylistSnippet */ public function setSnippet(Google_Service_YouTube_PlaylistSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_PlaylistSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_PlaylistStatus */ public function setStatus(Google_Service_YouTube_PlaylistStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_PlaylistStatus */ public function getStatus() { return $this->status; } } PK- Z Svendor/google/apiclient-services/src/Google/Service/YouTube/SearchResultSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLiveBroadcastContent($liveBroadcastContent) { $this->liveBroadcastContent = $liveBroadcastContent; } public function getLiveBroadcastContent() { return $this->liveBroadcastContent; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Zv:Xvendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_I18nLanguage[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_I18nLanguage[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK- Zt'GG`vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatUserBannedMessageDetails.phpnu[banDurationSeconds = $banDurationSeconds; } public function getBanDurationSeconds() { return $this->banDurationSeconds; } public function setBanType($banType) { $this->banType = $banType; } public function getBanType() { return $this->banType; } /** * @param Google_Service_YouTube_ChannelProfileDetails */ public function setBannedUserDetails(Google_Service_YouTube_ChannelProfileDetails $bannedUserDetails) { $this->bannedUserDetails = $bannedUserDetails; } /** * @return Google_Service_YouTube_ChannelProfileDetails */ public function getBannedUserDetails() { return $this->bannedUserDetails; } } PK- Z] ] Rvendor/google/apiclient-services/src/Google/Service/YouTube/SearchListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_SearchResult[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_SearchResult[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK- ZAx  Pvendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailDetails.phpnu[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; } } PK- ZTlWvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBrandingSettings.phpnu[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; } } PK- ZxYYLvendor/google/apiclient-services/src/Google/Service/YouTube/LevelDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK- Z )kbvendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_VideoAbuseReportReason[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_VideoAbuseReportReason[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK- Z00Xvendor/google/apiclient-services/src/Google/Service/YouTube/VideoMonetizationDetails.phpnu[access = $access; } /** * @return Google_Service_YouTube_AccessPolicy */ public function getAccess() { return $this->access; } } PK- ZPvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevel.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_MembershipsLevelSnippet */ public function setSnippet(Google_Service_YouTube_MembershipsLevelSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_MembershipsLevelSnippet */ public function getSnippet() { return $this->snippet; } } PK- ZZ Lvendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.phpnu[categoryId = $categoryId; } public function getCategoryId() { return $this->categoryId; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDefaultAudioLanguage($defaultAudioLanguage) { $this->defaultAudioLanguage = $defaultAudioLanguage; } public function getDefaultAudioLanguage() { return $this->defaultAudioLanguage; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLiveBroadcastContent($liveBroadcastContent) { $this->liveBroadcastContent = $liveBroadcastContent; } public function getLiveBroadcastContent() { return $this->liveBroadcastContent; } /** * @param Google_Service_YouTube_VideoLocalization */ public function setLocalized(Google_Service_YouTube_VideoLocalization $localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_VideoLocalization */ public function getLocalized() { return $this->localized; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- ZCƮ00Hvendor/google/apiclient-services/src/Google/Service/YouTube/PageInfo.phpnu[resultsPerPage = $resultsPerPage; } public function getResultsPerPage() { return $this->resultsPerPage; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK- ZƧpjTvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK- Zs(ZZXvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperChatDetails.phpnu[amountDisplayString = $amountDisplayString; } public function getAmountDisplayString() { return $this->amountDisplayString; } public function setAmountMicros($amountMicros) { $this->amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setUserComment($userComment) { $this->userComment = $userComment; } public function getUserComment() { return $this->userComment; } } PK- ZSXXOvendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.phpnu[commentCount = $commentCount; } public function getCommentCount() { return $this->commentCount; } public function setDislikeCount($dislikeCount) { $this->dislikeCount = $dislikeCount; } public function getDislikeCount() { return $this->dislikeCount; } public function setFavoriteCount($favoriteCount) { $this->favoriteCount = $favoriteCount; } public function getFavoriteCount() { return $this->favoriteCount; } public function setLikeCount($likeCount) { $this->likeCount = $likeCount; } public function getLikeCount() { return $this->likeCount; } public function setViewCount($viewCount) { $this->viewCount = $viewCount; } public function getViewCount() { return $this->viewCount; } } PK- ZFFFPvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamStatus.phpnu[healthStatus = $healthStatus; } /** * @return Google_Service_YouTube_LiveStreamHealthStatus */ public function getHealthStatus() { return $this->healthStatus; } public function setStreamStatus($streamStatus) { $this->streamStatus = $streamStatus; } public function getStreamStatus() { return $this->streamStatus; } } PK- Z)..Kvendor/google/apiclient-services/src/Google/Service/YouTube/LanguageTag.phpnu[value = $value; } public function getValue() { return $this->value; } } PK- Z-ϮYvendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.phpnu[activeLiveChatId = $activeLiveChatId; } public function getActiveLiveChatId() { return $this->activeLiveChatId; } public function setActualEndTime($actualEndTime) { $this->actualEndTime = $actualEndTime; } public function getActualEndTime() { return $this->actualEndTime; } public function setActualStartTime($actualStartTime) { $this->actualStartTime = $actualStartTime; } public function getActualStartTime() { return $this->actualStartTime; } public function setConcurrentViewers($concurrentViewers) { $this->concurrentViewers = $concurrentViewers; } public function getConcurrentViewers() { return $this->concurrentViewers; } public function setScheduledEndTime($scheduledEndTime) { $this->scheduledEndTime = $scheduledEndTime; } public function getScheduledEndTime() { return $this->scheduledEndTime; } public function setScheduledStartTime($scheduledStartTime) { $this->scheduledStartTime = $scheduledStartTime; } public function getScheduledStartTime() { return $this->scheduledStartTime; } } PK- ZTNvendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setCumulativeDurationMonths($cumulativeDurationMonths) { $this->cumulativeDurationMonths = $cumulativeDurationMonths; } public function getCumulativeDurationMonths() { return $this->cumulativeDurationMonths; } /** * @param Google_Service_YouTube_ChannelProfileDetails */ public function setSponsorDetails(Google_Service_YouTube_ChannelProfileDetails $sponsorDetails) { $this->sponsorDetails = $sponsorDetails; } /** * @return Google_Service_YouTube_ChannelProfileDetails */ public function getSponsorDetails() { return $this->sponsorDetails; } public function setSponsorSince($sponsorSince) { $this->sponsorSince = $sponsorSince; } public function getSponsorSince() { return $this->sponsorSince; } } PK- ZRԓKKPvendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestions.phpnu[editorSuggestions = $editorSuggestions; } public function getEditorSuggestions() { return $this->editorSuggestions; } public function setProcessingErrors($processingErrors) { $this->processingErrors = $processingErrors; } public function getProcessingErrors() { return $this->processingErrors; } public function setProcessingHints($processingHints) { $this->processingHints = $processingHints; } public function getProcessingHints() { return $this->processingHints; } public function setProcessingWarnings($processingWarnings) { $this->processingWarnings = $processingWarnings; } public function getProcessingWarnings() { return $this->processingWarnings; } /** * @param Google_Service_YouTube_VideoSuggestionsTagSuggestion[] */ public function setTagSuggestions($tagSuggestions) { $this->tagSuggestions = $tagSuggestions; } /** * @return Google_Service_YouTube_VideoSuggestionsTagSuggestion[] */ public function getTagSuggestions() { return $this->tagSuggestions; } } PK- Za@FF[vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsVideoStream.phpnu[aspectRatio = $aspectRatio; } public function getAspectRatio() { return $this->aspectRatio; } public function setBitrateBps($bitrateBps) { $this->bitrateBps = $bitrateBps; } public function getBitrateBps() { return $this->bitrateBps; } public function setCodec($codec) { $this->codec = $codec; } public function getCodec() { return $this->codec; } public function setFrameRateFps($frameRateFps) { $this->frameRateFps = $frameRateFps; } public function getFrameRateFps() { return $this->frameRateFps; } public function setHeightPixels($heightPixels) { $this->heightPixels = $heightPixels; } public function getHeightPixels() { return $this->heightPixels; } public function setRotation($rotation) { $this->rotation = $rotation; } public function getRotation() { return $this->rotation; } public function setVendor($vendor) { $this->vendor = $vendor; } public function getVendor() { return $this->vendor; } public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } public function getWidthPixels() { return $this->widthPixels; } } PK- Z׭&Lvendor/google/apiclient-services/src/Google/Service/YouTube/AccessPolicy.phpnu[allowed = $allowed; } public function getAllowed() { return $this->allowed; } public function setException($exception) { $this->exception = $exception; } public function getException() { return $this->exception; } } PK. Z[>Ovendor/google/apiclient-services/src/Google/Service/YouTube/InvideoBranding.phpnu[imageBytes = $imageBytes; } public function getImageBytes() { return $this->imageBytes; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } /** * @param Google_Service_YouTube_InvideoPosition */ public function setPosition(Google_Service_YouTube_InvideoPosition $position) { $this->position = $position; } /** * @return Google_Service_YouTube_InvideoPosition */ public function getPosition() { return $this->position; } public function setTargetChannelId($targetChannelId) { $this->targetChannelId = $targetChannelId; } public function getTargetChannelId() { return $this->targetChannelId; } /** * @param Google_Service_YouTube_InvideoTiming */ public function setTiming(Google_Service_YouTube_InvideoTiming $timing) { $this->timing = $timing; } /** * @return Google_Service_YouTube_InvideoTiming */ public function getTiming() { return $this->timing; } } PK. Z Nvendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.phpnu[audioTrackType = $audioTrackType; } public function getAudioTrackType() { return $this->audioTrackType; } public function setFailureReason($failureReason) { $this->failureReason = $failureReason; } public function getFailureReason() { return $this->failureReason; } public function setIsAutoSynced($isAutoSynced) { $this->isAutoSynced = $isAutoSynced; } public function getIsAutoSynced() { return $this->isAutoSynced; } public function setIsCC($isCC) { $this->isCC = $isCC; } public function getIsCC() { return $this->isCC; } public function setIsDraft($isDraft) { $this->isDraft = $isDraft; } public function getIsDraft() { return $this->isDraft; } public function setIsEasyReader($isEasyReader) { $this->isEasyReader = $isEasyReader; } public function getIsEasyReader() { return $this->isEasyReader; } public function setIsLarge($isLarge) { $this->isLarge = $isLarge; } public function getIsLarge() { return $this->isLarge; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLastUpdated($lastUpdated) { $this->lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTrackKind($trackKind) { $this->trackKind = $trackKind; } public function getTrackKind() { return $this->trackKind; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. Z]DMvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatus.phpnu[isLinked = $isLinked; } public function getIsLinked() { return $this->isLinked; } public function setLongUploadsStatus($longUploadsStatus) { $this->longUploadsStatus = $longUploadsStatus; } public function getLongUploadsStatus() { return $this->longUploadsStatus; } public function setMadeForKids($madeForKids) { $this->madeForKids = $madeForKids; } public function getMadeForKids() { return $this->madeForKids; } public function setPrivacyStatus($privacyStatus) { $this->privacyStatus = $privacyStatus; } public function getPrivacyStatus() { return $this->privacyStatus; } public function setSelfDeclaredMadeForKids($selfDeclaredMadeForKids) { $this->selfDeclaredMadeForKids = $selfDeclaredMadeForKids; } public function getSelfDeclaredMadeForKids() { return $this->selfDeclaredMadeForKids; } } PK. Z?ůSvendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.phpnu[hl = $hl; } public function getHl() { return $this->hl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Zv11Kvendor/google/apiclient-services/src/Google/Service/YouTube/CdnSettings.phpnu[format = $format; } public function getFormat() { return $this->format; } public function setFrameRate($frameRate) { $this->frameRate = $frameRate; } public function getFrameRate() { return $this->frameRate; } /** * @param Google_Service_YouTube_IngestionInfo */ public function setIngestionInfo(Google_Service_YouTube_IngestionInfo $ingestionInfo) { $this->ingestionInfo = $ingestionInfo; } /** * @return Google_Service_YouTube_IngestionInfo */ public function getIngestionInfo() { return $this->ingestionInfo; } public function setIngestionType($ingestionType) { $this->ingestionType = $ingestionType; } public function getIngestionType() { return $this->ingestionType; } public function setResolution($resolution) { $this->resolution = $resolution; } public function getResolution() { return $this->resolution; } } PK. ZqsN N Pvendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.phpnu[audioStreams = $audioStreams; } /** * @return Google_Service_YouTube_VideoFileDetailsAudioStream[] */ public function getAudioStreams() { return $this->audioStreams; } public function setBitrateBps($bitrateBps) { $this->bitrateBps = $bitrateBps; } public function getBitrateBps() { return $this->bitrateBps; } public function setContainer($container) { $this->container = $container; } public function getContainer() { return $this->container; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDurationMs($durationMs) { $this->durationMs = $durationMs; } public function getDurationMs() { return $this->durationMs; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setFileSize($fileSize) { $this->fileSize = $fileSize; } public function getFileSize() { return $this->fileSize; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } /** * @param Google_Service_YouTube_VideoFileDetailsVideoStream[] */ public function setVideoStreams($videoStreams) { $this->videoStreams = $videoStreams; } /** * @return Google_Service_YouTube_VideoFileDetailsVideoStream[] */ public function getVideoStreams() { return $this->videoStreams; } } PK. Z8XZvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.phpnu[endAt = $endAt; } public function getEndAt() { return $this->endAt; } public function setNote($note) { $this->note = $note; } public function getNote() { return $this->note; } public function setStartAt($startAt) { $this->startAt = $startAt; } public function getStartAt() { return $this->startAt; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } public function setVideoPublishedAt($videoPublishedAt) { $this->videoPublishedAt = $videoPublishedAt; } public function getVideoPublishedAt() { return $this->videoPublishedAt; } } PK. Z>t[vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperStickerDetails.phpnu[amountDisplayString = $amountDisplayString; } public function getAmountDisplayString() { return $this->amountDisplayString; } public function setAmountMicros($amountMicros) { $this->amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } /** * @param Google_Service_YouTube_SuperStickerMetadata */ public function setSuperStickerMetadata(Google_Service_YouTube_SuperStickerMetadata $superStickerMetadata) { $this->superStickerMetadata = $superStickerMetadata; } /** * @return Google_Service_YouTube_SuperStickerMetadata */ public function getSuperStickerMetadata() { return $this->superStickerMetadata; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } } PK. ZwZ  Ovendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setGroupId($groupId) { $this->groupId = $groupId; } public function getGroupId() { return $this->groupId; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZG}wSvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDuration.phpnu[memberSince = $memberSince; } public function getMemberSince() { return $this->memberSince; } public function setMemberTotalDurationMonths($memberTotalDurationMonths) { $this->memberTotalDurationMonths = $memberTotalDurationMonths; } public function getMemberTotalDurationMonths() { return $this->memberTotalDurationMonths; } } PK. Z&&dvendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.phpnu[allowed = $allowed; } public function getAllowed() { return $this->allowed; } public function setBlocked($blocked) { $this->blocked = $blocked; } public function getBlocked() { return $this->blocked; } } PK. Z|l Jvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.phpnu[cdn = $cdn; } /** * @return Google_Service_YouTube_CdnSettings */ public function getCdn() { return $this->cdn; } /** * @param Google_Service_YouTube_LiveStreamContentDetails */ public function setContentDetails(Google_Service_YouTube_LiveStreamContentDetails $contentDetails) { $this->contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_LiveStreamContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_LiveStreamSnippet */ public function setSnippet(Google_Service_YouTube_LiveStreamSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_LiveStreamSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_LiveStreamStatus */ public function setStatus(Google_Service_YouTube_LiveStreamStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_LiveStreamStatus */ public function getStatus() { return $this->status; } } PK. ZOɁQvendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.phpnu[default = $default; } public function getDefault() { return $this->default; } /** * @param Google_Service_YouTube_LanguageTag */ public function setDefaultLanguage(Google_Service_YouTube_LanguageTag $defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } /** * @return Google_Service_YouTube_LanguageTag */ public function getDefaultLanguage() { return $this->defaultLanguage; } /** * @param Google_Service_YouTube_LocalizedString[] */ public function setLocalized($localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_LocalizedString[] */ public function getLocalized() { return $this->localized; } } PK. ZUvendor/google/apiclient-services/src/Google/Service/YouTube/VideoRecordingDetails.phpnu[location = $location; } /** * @return Google_Service_YouTube_GeoPoint */ public function getLocation() { return $this->location; } public function setLocationDescription($locationDescription) { $this->locationDescription = $locationDescription; } public function getLocationDescription() { return $this->locationDescription; } public function setRecordingDate($recordingDate) { $this->recordingDate = $recordingDate; } public function getRecordingDate() { return $this->recordingDate; } } PK. ZA1cFFUvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBannerResource.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. ZrtTvendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_ThumbnailDetails[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_ThumbnailDetails[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z=~2Ovendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSettings.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } public function setDefaultTab($defaultTab) { $this->defaultTab = $defaultTab; } public function getDefaultTab() { return $this->defaultTab; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFeaturedChannelsTitle($featuredChannelsTitle) { $this->featuredChannelsTitle = $featuredChannelsTitle; } public function getFeaturedChannelsTitle() { return $this->featuredChannelsTitle; } public function setFeaturedChannelsUrls($featuredChannelsUrls) { $this->featuredChannelsUrls = $featuredChannelsUrls; } public function getFeaturedChannelsUrls() { return $this->featuredChannelsUrls; } public function setKeywords($keywords) { $this->keywords = $keywords; } public function getKeywords() { return $this->keywords; } public function setModerateComments($moderateComments) { $this->moderateComments = $moderateComments; } public function getModerateComments() { return $this->moderateComments; } public function setProfileColor($profileColor) { $this->profileColor = $profileColor; } public function getProfileColor() { return $this->profileColor; } public function setShowBrowseView($showBrowseView) { $this->showBrowseView = $showBrowseView; } public function getShowBrowseView() { return $this->showBrowseView; } public function setShowRelatedChannels($showRelatedChannels) { $this->showRelatedChannels = $showRelatedChannels; } public function getShowRelatedChannels() { return $this->showRelatedChannels; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTrackingAnalyticsAccountId($trackingAnalyticsAccountId) { $this->trackingAnalyticsAccountId = $trackingAnalyticsAccountId; } public function getTrackingAnalyticsAccountId() { return $this->trackingAnalyticsAccountId; } public function setUnsubscribedTrailer($unsubscribedTrailer) { $this->unsubscribedTrailer = $unsubscribedTrailer; } public function getUnsubscribedTrailer() { return $this->unsubscribedTrailer; } } PK. ZޠSvendor/google/apiclient-services/src/Google/Service/YouTube/VideoProjectDetails.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setPlaylistId($playlistId) { $this->playlistId = $playlistId; } public function getPlaylistId() { return $this->playlistId; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_ResourceId */ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVideoOwnerChannelId($videoOwnerChannelId) { $this->videoOwnerChannelId = $videoOwnerChannelId; } public function getVideoOwnerChannelId() { return $this->videoOwnerChannelId; } public function setVideoOwnerChannelTitle($videoOwnerChannelTitle) { $this->videoOwnerChannelTitle = $videoOwnerChannelTitle; } public function getVideoOwnerChannelTitle() { return $this->videoOwnerChannelTitle; } } PK. Z|((Pvendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.phpnu[comments = $comments; } public function getComments() { return $this->comments; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setReasonId($reasonId) { $this->reasonId = $reasonId; } public function getReasonId() { return $this->reasonId; } public function setSecondaryReasonId($secondaryReasonId) { $this->secondaryReasonId = $secondaryReasonId; } public function getSecondaryReasonId() { return $this->secondaryReasonId; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. ZAqqNvendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.phpnu[authorChannelId = $authorChannelId; } /** * @return Google_Service_YouTube_CommentSnippetAuthorChannelId */ public function getAuthorChannelId() { return $this->authorChannelId; } public function setAuthorChannelUrl($authorChannelUrl) { $this->authorChannelUrl = $authorChannelUrl; } public function getAuthorChannelUrl() { return $this->authorChannelUrl; } public function setAuthorDisplayName($authorDisplayName) { $this->authorDisplayName = $authorDisplayName; } public function getAuthorDisplayName() { return $this->authorDisplayName; } public function setAuthorProfileImageUrl($authorProfileImageUrl) { $this->authorProfileImageUrl = $authorProfileImageUrl; } public function getAuthorProfileImageUrl() { return $this->authorProfileImageUrl; } public function setCanRate($canRate) { $this->canRate = $canRate; } public function getCanRate() { return $this->canRate; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setLikeCount($likeCount) { $this->likeCount = $likeCount; } public function getLikeCount() { return $this->likeCount; } public function setModerationStatus($moderationStatus) { $this->moderationStatus = $moderationStatus; } public function getModerationStatus() { return $this->moderationStatus; } public function setParentId($parentId) { $this->parentId = $parentId; } public function getParentId() { return $this->parentId; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setTextDisplay($textDisplay) { $this->textDisplay = $textDisplay; } public function getTextDisplay() { return $this->textDisplay; } public function setTextOriginal($textOriginal) { $this->textOriginal = $textOriginal; } public function getTextOriginal() { return $this->textOriginal; } public function setUpdatedAt($updatedAt) { $this->updatedAt = $updatedAt; } public function getUpdatedAt() { return $this->updatedAt; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } public function setViewerRating($viewerRating) { $this->viewerRating = $viewerRating; } public function getViewerRating() { return $this->viewerRating; } } PK. Z0Sjj]vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZzFZvendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.phpnu[activityType = $activityType; } public function getActivityType() { return $this->activityType; } public function setNewItemCount($newItemCount) { $this->newItemCount = $newItemCount; } public function getNewItemCount() { return $this->newItemCount; } public function setTotalItemCount($totalItemCount) { $this->totalItemCount = $totalItemCount; } public function getTotalItemCount() { return $this->totalItemCount; } } PK. Zn98 Xvendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Subscription[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Subscription[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZR Zvendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_SuperChatEvent[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_SuperChatEvent[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZAkkUvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } /** * @param Google_Service_YouTube_ChannelSectionLocalization */ public function setLocalized(Google_Service_YouTube_ChannelSectionLocalization $localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_ChannelSectionLocalization */ public function getLocalized() { return $this->localized; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setStyle($style) { $this->style = $style; } public function getStyle() { return $this->style; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZڄZvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDurationAtLevel.phpnu[level = $level; } public function getLevel() { return $this->level; } public function setMemberSince($memberSince) { $this->memberSince = $memberSince; } public function getMemberSince() { return $this->memberSince; } public function setMemberTotalDurationMonths($memberTotalDurationMonths) { $this->memberTotalDurationMonths = $memberTotalDurationMonths; } public function getMemberTotalDurationMonths() { return $this->memberTotalDurationMonths; } } PK. ZQvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_LiveChatModeratorSnippet */ public function setSnippet(Google_Service_YouTube_LiveChatModeratorSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_LiveChatModeratorSnippet */ public function getSnippet() { return $this->snippet; } } PK. ZSSQvendor/google/apiclient-services/src/Google/Service/YouTube/MonitorStreamInfo.phpnu[broadcastStreamDelayMs = $broadcastStreamDelayMs; } public function getBroadcastStreamDelayMs() { return $this->broadcastStreamDelayMs; } public function setEmbedHtml($embedHtml) { $this->embedHtml = $embedHtml; } public function getEmbedHtml() { return $this->embedHtml; } public function setEnableMonitorStream($enableMonitorStream) { $this->enableMonitorStream = $enableMonitorStream; } public function getEnableMonitorStream() { return $this->enableMonitorStream; } } PK. ZcDQvendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.phpnu[gl = $gl; } public function getGl() { return $this->gl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Z$[K Rvendor/google/apiclient-services/src/Google/Service/YouTube/MemberListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Member[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Member[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZʒHvendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.phpnu[altitude = $altitude; } public function getAltitude() { return $this->altitude; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK. Z4M\\Xvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.phpnu[liveChatId = $liveChatId; } public function getLiveChatId() { return $this->liveChatId; } /** * @param Google_Service_YouTube_ChannelProfileDetails */ public function setModeratorDetails(Google_Service_YouTube_ChannelProfileDetails $moderatorDetails) { $this->moderatorDetails = $moderatorDetails; } /** * @return Google_Service_YouTube_ChannelProfileDetails */ public function getModeratorDetails() { return $this->moderatorDetails; } } PK. ZxxWvendor/google/apiclient-services/src/Google/Service/YouTube/TestItemTestItemSnippet.phpnu[partsProcessed = $partsProcessed; } public function getPartsProcessed() { return $this->partsProcessed; } public function setPartsTotal($partsTotal) { $this->partsTotal = $partsTotal; } public function getPartsTotal() { return $this->partsTotal; } public function setTimeLeftMs($timeLeftMs) { $this->timeLeftMs = $timeLeftMs; } public function getTimeLeftMs() { return $this->timeLeftMs; } } PK. Z'ů Yvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatMessages.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $liveChatMessages = $youtubeService->liveChatMessages; * */ class Google_Service_YouTube_Resource_LiveChatMessages extends Google_Service_Resource { /** * Deletes a chat message. (liveChatMessages.delete) * * @param string $id * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (liveChatMessages.insert) * * @param string|array $part The *part* parameter serves two purposes. It * identifies the properties that the write operation will set as well as the * properties that the API response will include. Set the parameter value to * snippet. * @param Google_Service_YouTube_LiveChatMessage $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_LiveChatMessage */ public function insert($part, Google_Service_YouTube_LiveChatMessage $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_LiveChatMessage"); } /** * Retrieves a list of resources, possibly filtered. * (liveChatMessages.listLiveChatMessages) * * @param string $liveChatId The id of the live chat for which comments should * be returned. * @param string|array $part The *part* parameter specifies the liveChatComment * resource parts that the API response will include. Supported values are id * and snippet. * @param array $optParams Optional parameters. * * @opt_param string hl Specifies the localization language in which the system * messages should be returned. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken property identify other pages that could be retrieved. * @opt_param string profileImageSize Specifies the size of the profile image * that should be returned for each user. * @return Google_Service_YouTube_LiveChatMessageListResponse */ public function listLiveChatMessages($liveChatId, $part, $optParams = array()) { $params = array('liveChatId' => $liveChatId, 'part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_LiveChatMessageListResponse"); } } PK. Z. Wvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/CommentThreads.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $commentThreads = $youtubeService->commentThreads; * */ class Google_Service_YouTube_Resource_CommentThreads extends Google_Service_Resource { /** * Inserts a new resource into this collection. (commentThreads.insert) * * @param string|array $part The *part* parameter identifies the properties that * the API response will include. Set the parameter value to snippet. The * snippet part has a quota cost of 2 units. * @param Google_Service_YouTube_CommentThread $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_CommentThread */ public function insert($part, Google_Service_YouTube_CommentThread $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_CommentThread"); } /** * Retrieves a list of resources, possibly filtered. * (commentThreads.listCommentThreads) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more commentThread resource properties that the API response * will include. * @param array $optParams Optional parameters. * * @opt_param string allThreadsRelatedToChannelId Returns the comment threads of * all videos of the channel and the channel comments as well. * @opt_param string channelId Returns the comment threads for all the channel * comments (ie does not include comments left on videos). * @opt_param string id Returns the comment threads with the given IDs for * Stubby or Apiary. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string moderationStatus Limits the returned comment threads to * those with the specified moderation status. Not compatible with the 'id' * filter. Valid values: published, heldForReview, likelySpam. * @opt_param string order * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @opt_param string searchTerms Limits the returned comment threads to those * matching the specified key words. Not compatible with the 'id' filter. * @opt_param string textFormat The requested text format for the returned * comments. * @opt_param string videoId Returns the comment threads of the specified video. * @return Google_Service_YouTube_CommentThreadListResponse */ public function listCommentThreads($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_CommentThreadListResponse"); } /** * Updates an existing resource. (commentThreads.update) * * @param string|array $part The *part* parameter specifies a comma-separated * list of commentThread resource properties that the API response will include. * You must at least include the snippet part in the parameter value since that * part contains all of the properties that the API request can update. * @param Google_Service_YouTube_CommentThread $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_CommentThread */ public function update($part, Google_Service_YouTube_CommentThread $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_CommentThread"); } } PK. Za,  Pvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Members.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $members = $youtubeService->members; * */ class Google_Service_YouTube_Resource_Members extends Google_Service_Resource { /** * Retrieves a list of members that match the request criteria for a channel. * (members.listMembers) * * @param string|array $part The *part* parameter specifies the member resource * parts that the API response will include. Set the parameter value to snippet. * @param array $optParams Optional parameters. * * @opt_param string filterByMemberChannelId Comma separated list of channel * IDs. Only data about members that are part of this list will be included in * the response. * @opt_param string hasAccessToLevel Filter members in the results set to the * ones that have access to a level. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string mode Parameter that specifies which channel members to * return. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_MemberListResponse */ public function listMembers($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_MemberListResponse"); } } PK. ZNNZvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/MembershipsLevels.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $membershipsLevels = $youtubeService->membershipsLevels; * */ class Google_Service_YouTube_Resource_MembershipsLevels extends Google_Service_Resource { /** * Retrieves a list of all pricing levels offered by a creator to the fans. * (membershipsLevels.listMembershipsLevels) * * @param string|array $part The *part* parameter specifies the membershipsLevel * resource parts that the API response will include. Supported values are id * and snippet. * @param array $optParams Optional parameters. * @return Google_Service_YouTube_MembershipsLevelListResponse */ public function listMembershipsLevels($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_MembershipsLevelListResponse"); } } PK. Z)Ovendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Search.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $search = $youtubeService->search; * */ class Google_Service_YouTube_Resource_Search extends Google_Service_Resource { /** * Retrieves a list of search resources (search.listSearch) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more search resource properties that the API response will * include. Set the parameter value to snippet. * @param array $optParams Optional parameters. * * @opt_param string channelId Filter on resources belonging to this channelId. * @opt_param string channelType Add a filter on the channel search. * @opt_param string eventType Filter on the livestream status of the videos. * @opt_param bool forContentOwner Search owned by a content owner. * @opt_param bool forDeveloper Restrict the search to only retrieve videos * uploaded using the project id of the authenticated user. * @opt_param bool forMine Search for the private videos of the authenticated * user. * @opt_param string location Filter on location of the video * @opt_param string locationRadius Filter on distance from the location * (specified above). * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string order Sort order of the results. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @opt_param string publishedAfter Filter on resources published after this * date. * @opt_param string publishedBefore Filter on resources published before this * date. * @opt_param string q Textual search terms to match. * @opt_param string regionCode Display the content as seen by viewers in this * country. * @opt_param string relatedToVideoId Search related to a resource. * @opt_param string relevanceLanguage Return results relevant to this language. * @opt_param string safeSearch Indicates whether the search results should * include restricted content as well as standard content. * @opt_param string topicId Restrict results to a particular topic. * @opt_param string type Restrict results to a particular set of resource types * from One Platform. * @opt_param string videoCaption Filter on the presence of captions on the * videos. * @opt_param string videoCategoryId Filter on videos in a specific category. * @opt_param string videoDefinition Filter on the definition of the videos. * @opt_param string videoDimension Filter on 3d videos. * @opt_param string videoDuration Filter on the duration of the videos. * @opt_param string videoEmbeddable Filter on embeddable videos. * @opt_param string videoLicense Filter on the license of the videos. * @opt_param string videoSyndicated Filter on syndicated videos. * @opt_param string videoType Filter on videos of a specific type. * @return Google_Service_YouTube_SearchListResponse */ public function listSearch($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_SearchListResponse"); } } PK. Zu Vvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Subscriptions.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $subscriptions = $youtubeService->subscriptions; * */ class Google_Service_YouTube_Resource_Subscriptions extends Google_Service_Resource { /** * Deletes a resource. (subscriptions.delete) * * @param string $id * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (subscriptions.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. * @param Google_Service_YouTube_Subscription $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_Subscription */ public function insert($part, Google_Service_YouTube_Subscription $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_Subscription"); } /** * Retrieves a list of resources, possibly filtered. * (subscriptions.listSubscriptions) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more subscription resource properties that the API response * will include. If the parameter identifies a property that contains child * properties, the child properties will be included in the response. For * example, in a subscription resource, the snippet property contains other * properties, such as a display title for the subscription. If you set * *part=snippet*, the API response will also contain all of those nested * properties. * @param array $optParams Optional parameters. * * @opt_param string channelId Return the subscriptions of the given channel * owner. * @opt_param string forChannelId Return the subscriptions to the subset of * these channels that the authenticated user is subscribed to. * @opt_param string id Return the subscriptions with the given IDs for Stubby * or Apiary. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param bool mine Flag for returning the subscriptions of the * authenticated user. * @opt_param bool myRecentSubscribers * @opt_param bool mySubscribers Return the subscribers of the given channel * owner. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @opt_param string order The order of the returned subscriptions * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_SubscriptionListResponse */ public function listSubscriptions($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_SubscriptionListResponse"); } } PK. Z-R  Svendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Watermarks.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $watermarks = $youtubeService->watermarks; * */ class Google_Service_YouTube_Resource_Watermarks extends Google_Service_Resource { /** * Allows upload of watermark image and setting it for a channel. * (watermarks.set) * * @param string $channelId * @param Google_Service_YouTube_InvideoBranding $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. */ public function set($channelId, Google_Service_YouTube_InvideoBranding $postBody, $optParams = array()) { $params = array('channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('set', array($params)); } /** * Allows removal of channel watermark. (watermarks.unsetWatermarks) * * @param string $channelId * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. */ public function unsetWatermarks($channelId, $optParams = array()) { $params = array('channelId' => $channelId); $params = array_merge($params, $optParams); return $this->call('unset', array($params)); } } PK. Zަ@Xvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ThirdPartyLinks.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $thirdPartyLinks = $youtubeService->thirdPartyLinks; * */ class Google_Service_YouTube_Resource_ThirdPartyLinks extends Google_Service_Resource { /** * Deletes a resource. (thirdPartyLinks.delete) * * @param string $linkingToken Delete the partner links with the given linking * token. * @param string $type Type of the link to be deleted. * @param array $optParams Optional parameters. * * @opt_param string part Do not use. Required for compatibility. */ public function delete($linkingToken, $type, $optParams = array()) { $params = array('linkingToken' => $linkingToken, 'type' => $type); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (thirdPartyLinks.insert) * * @param string|array $part The *part* parameter specifies the thirdPartyLink * resource parts that the API request and response will include. Supported * values are linkingToken, status, and snippet. * @param Google_Service_YouTube_ThirdPartyLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_ThirdPartyLink */ public function insert($part, Google_Service_YouTube_ThirdPartyLink $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_ThirdPartyLink"); } /** * Retrieves a list of resources, possibly filtered. * (thirdPartyLinks.listThirdPartyLinks) * * @param string|array $part The *part* parameter specifies the thirdPartyLink * resource parts that the API response will include. Supported values are * linkingToken, status, and snippet. * @param array $optParams Optional parameters. * * @opt_param string linkingToken Get a third party link with the given linking * token. * @opt_param string type Get a third party link of the given type. * @return Google_Service_YouTube_ThirdPartyLink */ public function listThirdPartyLinks($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_ThirdPartyLink"); } /** * Updates an existing resource. (thirdPartyLinks.update) * * @param string|array $part The *part* parameter specifies the thirdPartyLink * resource parts that the API request and response will include. Supported * values are linkingToken, status, and snippet. * @param Google_Service_YouTube_ThirdPartyLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_ThirdPartyLink */ public function update($part, Google_Service_YouTube_ThirdPartyLink $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_ThirdPartyLink"); } } PK. Z \\Qvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Channels.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $channels = $youtubeService->channels; * */ class Google_Service_YouTube_Resource_Channels extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. (channels.listChannels) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more channel resource properties that the API response will * include. If the parameter identifies a property that contains child * properties, the child properties will be included in the response. For * example, in a channel resource, the contentDetails property contains other * properties, such as the uploads properties. As such, if you set * *part=contentDetails*, the API response will also contain all of those nested * properties. * @param array $optParams Optional parameters. * * @opt_param string categoryId Return the channels within the specified guide * category ID. * @opt_param string forUsername Return the channel associated with a YouTube * username. * @opt_param string hl Stands for "host language". Specifies the localization * language of the metadata to be filled into snippet.localized. The field is * filled with the default metadata if there is no localization in the specified * language. The parameter value must be a language code included in the list * returned by the i18nLanguages.list method (e.g. en_US, es_MX). * @opt_param string id Return the channels with the specified IDs. * @opt_param bool managedByMe Return the channels managed by the authenticated * user. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param bool mine Return the ids of channels owned by the authenticated * user. * @opt_param bool mySubscribers Return the channels subscribed to the * authenticated user * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_ChannelListResponse */ public function listChannels($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_ChannelListResponse"); } /** * Updates an existing resource. (channels.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The API currently * only allows the parameter value to be set to either brandingSettings or * invideoPromotion. (You cannot update both of those parts with a single * request.) Note that this method overrides the existing values for all of the * mutable properties that are contained in any parts that the parameter value * specifies. * @param Google_Service_YouTube_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner The *onBehalfOfContentOwner* * parameter indicates that the authenticated user is acting on behalf of the * content owner specified in the parameter value. This parameter is intended * for YouTube content partners that own and manage many different YouTube * channels. It allows content owners to authenticate once and get access to all * their video and channel data, without having to provide authentication * credentials for each individual channel. The actual CMS account that the user * authenticates with needs to be linked to the specified YouTube content owner. * @return Google_Service_YouTube_Channel */ public function update($part, Google_Service_YouTube_Channel $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_Channel"); } } PK. Z`88Ovendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $videos = $youtubeService->videos; * */ class Google_Service_YouTube_Resource_Videos extends Google_Service_Resource { /** * Deletes a resource. (videos.delete) * * @param string $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the ratings that the authorized user gave to a list of specified * videos. (videos.getRating) * * @param string|array $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @return Google_Service_YouTube_VideoRatingListResponse */ public function getRating($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('getRating', array($params), "Google_Service_YouTube_VideoRatingListResponse"); } /** * Inserts a new resource into this collection. (videos.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. Note that not all * parts contain properties that can be set when inserting or updating a video. * For example, the statistics object encapsulates statistics that YouTube * calculates for a video and does not contain values that you can set or * modify. If the parameter value specifies a part that does not contain mutable * values, that part will still be included in the API response. * @param Google_Service_YouTube_Video $postBody * @param array $optParams Optional parameters. * * @opt_param bool autoLevels Should auto-levels be applied to the upload. * @opt_param bool notifySubscribers Notify the channel subscribers about the * new video. As default, the notification is enabled. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @opt_param bool stabilize Should stabilize be applied to the upload. * @return Google_Service_YouTube_Video */ public function insert($part, Google_Service_YouTube_Video $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_Video"); } /** * Retrieves a list of resources, possibly filtered. (videos.listVideos) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more video resource properties that the API response will * include. If the parameter identifies a property that contains child * properties, the child properties will be included in the response. For * example, in a video resource, the snippet property contains the channelId, * title, description, tags, and categoryId properties. As such, if you set * *part=snippet*, the API response will contain all of those properties. * @param array $optParams Optional parameters. * * @opt_param string chart Return the videos that are in the specified chart. * @opt_param string hl Stands for "host language". Specifies the localization * language of the metadata to be filled into snippet.localized. The field is * filled with the default metadata if there is no localization in the specified * language. The parameter value must be a language code included in the list * returned by the i18nLanguages.list method (e.g. en_US, es_MX). * @opt_param string id Return videos with the given ids. * @opt_param string locale * @opt_param int maxHeight * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. *Note:* This * parameter is supported for use in conjunction with the myRating and chart * parameters, but it is not supported for use in conjunction with the id * parameter. * @opt_param int maxWidth Return the player with maximum height specified in * @opt_param string myRating Return videos liked/disliked by the authenticated * user. Does not support RateType.RATED_TYPE_NONE. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. *Note:* This parameter is supported for use in conjunction with * the myRating and chart parameters, but it is not supported for use in * conjunction with the id parameter. * @opt_param string regionCode Use a chart that is specific to the specified * region * @opt_param string videoCategoryId Use chart that is specific to the specified * video category * @return Google_Service_YouTube_VideoListResponse */ public function listVideos($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_VideoListResponse"); } /** * Adds a like or dislike rating to a video or removes a rating from a video. * (videos.rate) * * @param string $id * @param string $rating * @param array $optParams Optional parameters. */ public function rate($id, $rating, $optParams = array()) { $params = array('id' => $id, 'rating' => $rating); $params = array_merge($params, $optParams); return $this->call('rate', array($params)); } /** * Report abuse for a video. (videos.reportAbuse) * * @param Google_Service_YouTube_VideoAbuseReport $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. */ public function reportAbuse(Google_Service_YouTube_VideoAbuseReport $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reportAbuse', array($params)); } /** * Updates an existing resource. (videos.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. Note that this * method will override the existing values for all of the mutable properties * that are contained in any parts that the parameter value specifies. For * example, a video's privacy setting is contained in the status part. As such, * if your request is updating a private video, and the request's part parameter * value includes the status part, the video's privacy setting will be updated * to whatever value the request body specifies. If the request body does not * specify a value, the existing privacy setting will be removed and the video * will revert to the default privacy setting. In addition, not all parts * contain properties that can be set when inserting or updating a video. For * example, the statistics object encapsulates statistics that YouTube * calculates for a video and does not contain values that you can set or * modify. If the parameter value specifies a part that does not contain mutable * values, that part will still be included in the API response. * @param Google_Service_YouTube_Video $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @return Google_Service_YouTube_Video */ public function update($part, Google_Service_YouTube_Video $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_Video"); } } PK. Z. Svendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Activities.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $activities = $youtubeService->activities; * */ class Google_Service_YouTube_Resource_Activities extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. (activities.listActivities) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more activity resource properties that the API response will * include. If the parameter identifies a property that contains child * properties, the child properties will be included in the response. For * example, in an activity resource, the snippet property contains other * properties that identify the type of activity, a display title for the * activity, and so forth. If you set *part=snippet*, the API response will also * contain all of those nested properties. * @param array $optParams Optional parameters. * * @opt_param string channelId * @opt_param bool home * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param bool mine * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @opt_param string publishedAfter * @opt_param string publishedBefore * @opt_param string regionCode * @return Google_Service_YouTube_ActivityListResponse */ public function listActivities($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_ActivityListResponse"); } } PK. Z<8af(f(Rvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Playlists.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $playlists = $youtubeService->playlists; * */ class Google_Service_YouTube_Resource_Playlists extends Google_Service_Resource { /** * Deletes a resource. (playlists.delete) * * @param string $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (playlists.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. * @param Google_Service_YouTube_Playlist $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_Playlist */ public function insert($part, Google_Service_YouTube_Playlist $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_Playlist"); } /** * Retrieves a list of resources, possibly filtered. (playlists.listPlaylists) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more playlist resource properties that the API response will * include. If the parameter identifies a property that contains child * properties, the child properties will be included in the response. For * example, in a playlist resource, the snippet property contains properties * like author, title, description, tags, and timeCreated. As such, if you set * *part=snippet*, the API response will contain all of those properties. * @param array $optParams Optional parameters. * * @opt_param string channelId Return the playlists owned by the specified * channel ID. * @opt_param string hl Returen content in specified language * @opt_param string id Return the playlists with the given IDs for Stubby or * Apiary. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param bool mine Return the playlists owned by the authenticated user. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_PlaylistListResponse */ public function listPlaylists($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_PlaylistListResponse"); } /** * Updates an existing resource. (playlists.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. Note that this * method will override the existing values for mutable properties that are * contained in any parts that the request body specifies. For example, a * playlist's description is contained in the snippet part, which must be * included in the request body. If the request does not specify a value for the * snippet.description property, the playlist's existing description will be * deleted. * @param Google_Service_YouTube_Playlist $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @return Google_Service_YouTube_Playlist */ public function update($part, Google_Service_YouTube_Playlist $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_Playlist"); } } PK. Z `vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoAbuseReportReasons.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $videoAbuseReportReasons = $youtubeService->videoAbuseReportReasons; * */ class Google_Service_YouTube_Resource_VideoAbuseReportReasons extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. * (videoAbuseReportReasons.listVideoAbuseReportReasons) * * @param string|array $part The *part* parameter specifies the videoCategory * resource parts that the API response will include. Supported values are id * and snippet. * @param array $optParams Optional parameters. * * @opt_param string hl * @return Google_Service_YouTube_VideoAbuseReportReasonListResponse */ public function listVideoAbuseReportReasons($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_VideoAbuseReportReasonListResponse"); } } PK. ZUvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/AbuseReports.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $abuseReports = $youtubeService->abuseReports; * */ class Google_Service_YouTube_Resource_AbuseReports extends Google_Service_Resource { /** * Inserts a new resource into this collection. (abuseReports.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. * @param Google_Service_YouTube_AbuseReport $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_AbuseReport */ public function insert($part, Google_Service_YouTube_AbuseReport $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_AbuseReport"); } } PK. ZXvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoCategories.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $videoCategories = $youtubeService->videoCategories; * */ class Google_Service_YouTube_Resource_VideoCategories extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. * (videoCategories.listVideoCategories) * * @param string|array $part The *part* parameter specifies the videoCategory * resource properties that the API response will include. Set the parameter * value to snippet. * @param array $optParams Optional parameters. * * @opt_param string hl * @opt_param string id Returns the video categories with the given IDs for * Stubby or Apiary. * @opt_param string regionCode * @return Google_Service_YouTube_VideoCategoryListResponse */ public function listVideoCategories($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_VideoCategoryListResponse"); } } PK. Z>qqNvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Tests.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $tests = $youtubeService->tests; * */ class Google_Service_YouTube_Resource_Tests extends Google_Service_Resource { /** * POST method. (tests.insert) * * @param string|array $part * @param Google_Service_YouTube_TestItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_TestItem */ public function insert($part, Google_Service_YouTube_TestItem $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_TestItem"); } } PK. ZEղr [vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatModerators.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $liveChatModerators = $youtubeService->liveChatModerators; * */ class Google_Service_YouTube_Resource_LiveChatModerators extends Google_Service_Resource { /** * Deletes a chat moderator. (liveChatModerators.delete) * * @param string $id * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (liveChatModerators.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response returns. Set the parameter value * to snippet. * @param Google_Service_YouTube_LiveChatModerator $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_LiveChatModerator */ public function insert($part, Google_Service_YouTube_LiveChatModerator $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_LiveChatModerator"); } /** * Retrieves a list of resources, possibly filtered. * (liveChatModerators.listLiveChatModerators) * * @param string $liveChatId The id of the live chat for which moderators should * be returned. * @param string|array $part The *part* parameter specifies the * liveChatModerator resource parts that the API response will include. * Supported values are id and snippet. * @param array $optParams Optional parameters. * * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_LiveChatModeratorListResponse */ public function listLiveChatModerators($liveChatId, $part, $optParams = array()) { $params = array('liveChatId' => $liveChatId, 'part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_LiveChatModeratorListResponse"); } } PK. Zm1Qvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Sponsors.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $sponsors = $youtubeService->sponsors; * */ class Google_Service_YouTube_Resource_Sponsors extends Google_Service_Resource { /** * Retrieves a list of sponsors that match the request criteria for a channel. * (sponsors.listSponsors) * * @param string|array $part The *part* parameter specifies the sponsor resource * parts that the API response will include. Supported values are id and * snippet. * @param array $optParams Optional parameters. * * @opt_param string filter Parameter that specifies which channel sponsors to * return. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_SponsorListResponse */ public function listSponsors($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_SponsorListResponse"); } } PK. ZҘ00Tvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveStreams.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $liveStreams = $youtubeService->liveStreams; * */ class Google_Service_YouTube_Resource_LiveStreams extends Google_Service_Resource { /** * Deletes an existing stream for the authenticated user. (liveStreams.delete) * * @param string $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new stream for the authenticated user. (liveStreams.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The part * properties that you can include in the parameter value are id, snippet, cdn, * content_details, and status. * @param Google_Service_YouTube_LiveStream $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_LiveStream */ public function insert($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_LiveStream"); } /** * Retrieve the list of streams associated with the given channel. -- * (liveStreams.listLiveStreams) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more liveStream resource properties that the API response will * include. The part names that you can include in the parameter value are id, * snippet, cdn, and status. * @param array $optParams Optional parameters. * * @opt_param string id Return LiveStreams with the given ids from Stubby or * Apiary. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param bool mine * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_LiveStreamListResponse */ public function listLiveStreams($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_LiveStreamListResponse"); } /** * Updates an existing stream for the authenticated user. (liveStreams.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The part * properties that you can include in the parameter value are id, snippet, cdn, * and status. Note that this method will override the existing values for all * of the mutable properties that are contained in any parts that the parameter * value specifies. If the request body does not specify a value for a mutable * property, the existing value for that property will be removed. * @param Google_Service_YouTube_LiveStream $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_LiveStream */ public function update($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_LiveStream"); } } PK. Z`Y Y Vvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/PlaylistItems.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $playlistItems = $youtubeService->playlistItems; * */ class Google_Service_YouTube_Resource_PlaylistItems extends Google_Service_Resource { /** * Deletes a resource. (playlistItems.delete) * * @param string $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (playlistItems.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. * @param Google_Service_YouTube_PlaylistItem $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @return Google_Service_YouTube_PlaylistItem */ public function insert($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_PlaylistItem"); } /** * Retrieves a list of resources, possibly filtered. * (playlistItems.listPlaylistItems) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more playlistItem resource properties that the API response * will include. If the parameter identifies a property that contains child * properties, the child properties will be included in the response. For * example, in a playlistItem resource, the snippet property contains numerous * fields, including the title, description, position, and resourceId * properties. As such, if you set *part=snippet*, the API response will contain * all of those properties. * @param array $optParams Optional parameters. * * @opt_param string id * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @opt_param string playlistId Return the playlist items within the given * playlist. * @opt_param string videoId Return the playlist items associated with the given * video ID. * @return Google_Service_YouTube_PlaylistItemListResponse */ public function listPlaylistItems($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_PlaylistItemListResponse"); } /** * Updates an existing resource. (playlistItems.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. Note that this * method will override the existing values for all of the mutable properties * that are contained in any parts that the parameter value specifies. For * example, a playlist item can specify a start time and end time, which * identify the times portion of the video that should play when users watch the * video in the playlist. If your request is updating a playlist item that sets * these values, and the request's part parameter value includes the * contentDetails part, the playlist item's start and end times will be updated * to whatever value the request body specifies. If the request body does not * specify values, the existing start and end times will be removed and replaced * with the default settings. * @param Google_Service_YouTube_PlaylistItem $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @return Google_Service_YouTube_PlaylistItem */ public function update($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_PlaylistItem"); } } PK. Z7""Qvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Captions.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $captions = $youtubeService->captions; * */ class Google_Service_YouTube_Resource_Captions extends Google_Service_Resource { /** * Deletes a resource. (captions.delete) * * @param string $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the * request is be on behalf of * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Downloads a caption track. (captions.download) * * @param string $id The ID of the caption track to download, required for One * Platform. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the * request is be on behalf of * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @opt_param string tfmt Convert the captions into this format. Supported * options are sbv, srt, and vtt. * @opt_param string tlang tlang is the language code; machine translate the * captions into this language. */ public function download($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('download', array($params)); } /** * Inserts a new resource into this collection. (captions.insert) * * @param string|array $part The *part* parameter specifies the caption resource * parts that the API response will include. Set the parameter value to snippet. * @param Google_Service_YouTube_Caption $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the * request is be on behalf of * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @opt_param bool sync Extra parameter to allow automatically syncing the * uploaded caption/transcript with the audio. * @return Google_Service_YouTube_Caption */ public function insert($part, Google_Service_YouTube_Caption $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_Caption"); } /** * Retrieves a list of resources, possibly filtered. (captions.listCaptions) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more caption resource parts that the API response will * include. The part names that you can include in the parameter value are id * and snippet. * @param string $videoId Returns the captions for the specified video. * @param array $optParams Optional parameters. * * @opt_param string id Returns the captions with the given IDs for Stubby or * Apiary. * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the * request is on behalf of. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @return Google_Service_YouTube_CaptionListResponse */ public function listCaptions($part, $videoId, $optParams = array()) { $params = array('part' => $part, 'videoId' => $videoId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_CaptionListResponse"); } /** * Updates an existing resource. (captions.update) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more caption resource parts that the API response will * include. The part names that you can include in the parameter value are id * and snippet. * @param Google_Service_YouTube_Caption $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the * request is on behalf of. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @opt_param bool sync Extra parameter to allow automatically syncing the * uploaded caption/transcript with the audio. * @return Google_Service_YouTube_Caption */ public function update($part, Google_Service_YouTube_Caption $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_Caption"); } } PK. Z922Vvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nLanguages.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $i18nLanguages = $youtubeService->i18nLanguages; * */ class Google_Service_YouTube_Resource_I18nLanguages extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. * (i18nLanguages.listI18nLanguages) * * @param string|array $part The *part* parameter specifies the i18nLanguage * resource properties that the API response will include. Set the parameter * value to snippet. * @param array $optParams Optional parameters. * * @opt_param string hl * @return Google_Service_YouTube_I18nLanguageListResponse */ public function listI18nLanguages($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_I18nLanguageListResponse"); } } PK. ZC  Xvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/SuperChatEvents.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $superChatEvents = $youtubeService->superChatEvents; * */ class Google_Service_YouTube_Resource_SuperChatEvents extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. * (superChatEvents.listSuperChatEvents) * * @param string|array $part The *part* parameter specifies the superChatEvent * resource parts that the API response will include. Supported values are id * and snippet. * @param array $optParams Optional parameters. * * @opt_param string hl Return rendered funding amounts in specified language. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_SuperChatEventListResponse */ public function listSuperChatEvents($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_SuperChatEventListResponse"); } } PK. Zu. Wvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelBanners.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $channelBanners = $youtubeService->channelBanners; * */ class Google_Service_YouTube_Resource_ChannelBanners extends Google_Service_Resource { /** * Inserts a new resource into this collection. (channelBanners.insert) * * @param Google_Service_YouTube_ChannelBannerResource $postBody * @param array $optParams Optional parameters. * * @opt_param string channelId Unused, channel_id is currently derived from the * security context of the requestor. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_ChannelBannerResource */ public function insert(Google_Service_YouTube_ChannelBannerResource $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_ChannelBannerResource"); } } PK. ZIIWvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveBroadcasts.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $liveBroadcasts = $youtubeService->liveBroadcasts; * */ class Google_Service_YouTube_Resource_LiveBroadcasts extends Google_Service_Resource { /** * Bind a broadcast to a stream. (liveBroadcasts.bind) * * @param string $id Broadcast to bind to the stream * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more liveBroadcast resource properties that the API response * will include. The part names that you can include in the parameter value are * id, snippet, contentDetails, and status. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @opt_param string streamId Stream to bind, if not set unbind the current one. * @return Google_Service_YouTube_LiveBroadcast */ public function bind($id, $part, $optParams = array()) { $params = array('id' => $id, 'part' => $part); $params = array_merge($params, $optParams); return $this->call('bind', array($params), "Google_Service_YouTube_LiveBroadcast"); } /** * Delete a given broadcast. (liveBroadcasts.delete) * * @param string $id Broadcast to delete. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new stream for the authenticated user. (liveBroadcasts.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The part * properties that you can include in the parameter value are id, snippet, * contentDetails, and status. * @param Google_Service_YouTube_LiveBroadcast $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_LiveBroadcast */ public function insert($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_LiveBroadcast"); } /** * Retrieve the list of broadcasts associated with the given channel. * (liveBroadcasts.listLiveBroadcasts) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more liveBroadcast resource properties that the API response * will include. The part names that you can include in the parameter value are * id, snippet, contentDetails, status and statistics. * @param array $optParams Optional parameters. * * @opt_param string broadcastStatus Return broadcasts with a certain status, * e.g. active broadcasts. * @opt_param string broadcastType Return only broadcasts with the selected * type. * @opt_param string id Return broadcasts with the given ids from Stubby or * Apiary. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param bool mine * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @return Google_Service_YouTube_LiveBroadcastListResponse */ public function listLiveBroadcasts($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_LiveBroadcastListResponse"); } /** * Transition a broadcast to a given status. (liveBroadcasts.transition) * * @param string $broadcastStatus The status to which the broadcast is going to * transition. * @param string $id Broadcast to transition. * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more liveBroadcast resource properties that the API response * will include. The part names that you can include in the parameter value are * id, snippet, contentDetails, and status. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_LiveBroadcast */ public function transition($broadcastStatus, $id, $part, $optParams = array()) { $params = array('broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part); $params = array_merge($params, $optParams); return $this->call('transition', array($params), "Google_Service_YouTube_LiveBroadcast"); } /** * Updates an existing broadcast for the authenticated user. * (liveBroadcasts.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The part * properties that you can include in the parameter value are id, snippet, * contentDetails, and status. Note that this method will override the existing * values for all of the mutable properties that are contained in any parts that * the parameter value specifies. For example, a broadcast's privacy status is * defined in the status part. As such, if your request is updating a private or * unlisted broadcast, and the request's part parameter value includes the * status part, the broadcast's privacy setting will be updated to whatever * value the request body specifies. If the request body does not specify a * value, the existing privacy setting will be removed and the broadcast will * revert to the default privacy setting. * @param Google_Service_YouTube_LiveBroadcast $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_LiveBroadcast */ public function update($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_LiveBroadcast"); } } PK. ZTvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nRegions.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $i18nRegions = $youtubeService->i18nRegions; * */ class Google_Service_YouTube_Resource_I18nRegions extends Google_Service_Resource { /** * Retrieves a list of resources, possibly filtered. * (i18nRegions.listI18nRegions) * * @param string|array $part The *part* parameter specifies the i18nRegion * resource properties that the API response will include. Set the parameter * value to snippet. * @param array $optParams Optional parameters. * * @opt_param string hl * @return Google_Service_YouTube_I18nRegionListResponse */ public function listI18nRegions($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_I18nRegionListResponse"); } } PK. ZحYĬQvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Comments.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $comments = $youtubeService->comments; * */ class Google_Service_YouTube_Resource_Comments extends Google_Service_Resource { /** * Deletes a resource. (comments.delete) * * @param string $id * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (comments.insert) * * @param string|array $part The *part* parameter identifies the properties that * the API response will include. Set the parameter value to snippet. The * snippet part has a quota cost of 2 units. * @param Google_Service_YouTube_Comment $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_Comment */ public function insert($part, Google_Service_YouTube_Comment $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_Comment"); } /** * Retrieves a list of resources, possibly filtered. (comments.listComments) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more comment resource properties that the API response will * include. * @param array $optParams Optional parameters. * * @opt_param string id Returns the comments with the given IDs for One * Platform. * @opt_param string maxResults The *maxResults* parameter specifies the maximum * number of items that should be returned in the result set. * @opt_param string pageToken The *pageToken* parameter identifies a specific * page in the result set that should be returned. In an API response, the * nextPageToken and prevPageToken properties identify other pages that could be * retrieved. * @opt_param string parentId Returns replies to the specified comment. Note, * currently YouTube features only one level of replies (ie replies to top level * comments). However replies to replies may be supported in the future. * @opt_param string textFormat The requested text format for the returned * comments. * @return Google_Service_YouTube_CommentListResponse */ public function listComments($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_CommentListResponse"); } /** * Expresses the caller's opinion that one or more comments should be flagged as * spam. (comments.markAsSpam) * * @param string|array $id Flags the comments with the given IDs as spam in the * caller's opinion. * @param array $optParams Optional parameters. */ public function markAsSpam($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('markAsSpam', array($params)); } /** * Sets the moderation status of one or more comments. * (comments.setModerationStatus) * * @param string|array $id Modifies the moderation status of the comments with * the given IDs * @param string $moderationStatus Specifies the requested moderation status. * Note, comments can be in statuses, which are not available through this call. * For example, this call does not allow to mark a comment as 'likely spam'. * Valid values: MODERATION_STATUS_PUBLISHED, MODERATION_STATUS_HELD_FOR_REVIEW, * MODERATION_STATUS_REJECTED. * @param array $optParams Optional parameters. * * @opt_param bool banAuthor If set to true the author of the comment gets added * to the ban list. This means all future comments of the author will * autmomatically be rejected. Only valid in combination with STATUS_REJECTED. */ public function setModerationStatus($id, $moderationStatus, $optParams = array()) { $params = array('id' => $id, 'moderationStatus' => $moderationStatus); $params = array_merge($params, $optParams); return $this->call('setModerationStatus', array($params)); } /** * Updates an existing resource. (comments.update) * * @param string|array $part The *part* parameter identifies the properties that * the API response will include. You must at least include the snippet part in * the parameter value since that part contains all of the properties that the * API request can update. * @param Google_Service_YouTube_Comment $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_Comment */ public function update($part, Google_Service_YouTube_Comment $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_Comment"); } } PK. Ztu2 2 Svendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Thumbnails.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $thumbnails = $youtubeService->thumbnails; * */ class Google_Service_YouTube_Resource_Thumbnails extends Google_Service_Resource { /** * As this is not an insert in a strict sense (it supports uploading/setting of * a thumbnail for multiple videos, which doesn't result in creation of a single * resource), I use a custom verb here. (thumbnails.set) * * @param string $videoId Returns the Thumbnail with the given video IDs for * Stubby or Apiary. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The actual CMS account that the user authenticates with must be * linked to the specified YouTube content owner. * @return Google_Service_YouTube_ThumbnailSetResponse */ public function set($videoId, $optParams = array()) { $params = array('videoId' => $videoId); $params = array_merge($params, $optParams); return $this->call('set', array($params), "Google_Service_YouTube_ThumbnailSetResponse"); } } PK. ZIUvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatBans.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $liveChatBans = $youtubeService->liveChatBans; * */ class Google_Service_YouTube_Resource_LiveChatBans extends Google_Service_Resource { /** * Deletes a chat ban. (liveChatBans.delete) * * @param string $id * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (liveChatBans.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response returns. Set the parameter value * to snippet. * @param Google_Service_YouTube_LiveChatBan $postBody * @param array $optParams Optional parameters. * @return Google_Service_YouTube_LiveChatBan */ public function insert($part, Google_Service_YouTube_LiveChatBan $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_LiveChatBan"); } } PK. Z5F"F"Xvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelSections.phpnu[ * $youtubeService = new Google_Service_YouTube(...); * $channelSections = $youtubeService->channelSections; * */ class Google_Service_YouTube_Resource_ChannelSections extends Google_Service_Resource { /** * Deletes a resource. (channelSections.delete) * * @param string $id * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new resource into this collection. (channelSections.insert) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The part names * that you can include in the parameter value are snippet and contentDetails. * @param Google_Service_YouTube_ChannelSection $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be * used in a properly authorized request. *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* * parameter specifies the YouTube channel ID of the channel to which a video is * being added. This parameter is required when a request specifies a value for * the onBehalfOfContentOwner parameter, and it can only be used in conjunction * with that parameter. In addition, the request must be authorized using a CMS * account that is linked to the content owner that the onBehalfOfContentOwner * parameter specifies. Finally, the channel that the * onBehalfOfContentOwnerChannel parameter value specifies must be linked to the * content owner that the onBehalfOfContentOwner parameter specifies. This * parameter is intended for YouTube content partners that own and manage many * different YouTube channels. It allows content owners to authenticate once and * perform actions on behalf of the channel specified in the parameter value, * without having to provide authentication credentials for each separate * channel. * @return Google_Service_YouTube_ChannelSection */ public function insert($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_YouTube_ChannelSection"); } /** * Retrieves a list of resources, possibly filtered. * (channelSections.listChannelSections) * * @param string|array $part The *part* parameter specifies a comma-separated * list of one or more channelSection resource properties that the API response * will include. The part names that you can include in the parameter value are * id, snippet, and contentDetails. If the parameter identifies a property that * contains child properties, the child properties will be included in the * response. For example, in a channelSection resource, the snippet property * contains other properties, such as a display title for the channelSection. If * you set *part=snippet*, the API response will also contain all of those * nested properties. * @param array $optParams Optional parameters. * * @opt_param string channelId Return the ChannelSections owned by the specified * channel ID. * @opt_param string hl Return content in specified language * @opt_param string id Return the ChannelSections with the given IDs for Stubby * or Apiary. * @opt_param bool mine Return the ChannelSections owned by the authenticated * user. * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @return Google_Service_YouTube_ChannelSectionListResponse */ public function listChannelSections($part, $optParams = array()) { $params = array('part' => $part); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTube_ChannelSectionListResponse"); } /** * Updates an existing resource. (channelSections.update) * * @param string|array $part The *part* parameter serves two purposes in this * operation. It identifies the properties that the write operation will set as * well as the properties that the API response will include. The part names * that you can include in the parameter value are snippet and contentDetails. * @param Google_Service_YouTube_ChannelSection $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner *Note:* This parameter is intended * exclusively for YouTube content partners. The *onBehalfOfContentOwner* * parameter indicates that the request's authorization credentials identify a * YouTube CMS user who is acting on behalf of the content owner specified in * the parameter value. This parameter is intended for YouTube content partners * that own and manage many different YouTube channels. It allows content owners * to authenticate once and get access to all their video and channel data, * without having to provide authentication credentials for each individual * channel. The CMS account that the user authenticates with must be linked to * the specified YouTube content owner. * @return Google_Service_YouTube_ChannelSection */ public function update($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array()) { $params = array('part' => $part, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_YouTube_ChannelSection"); } } PK. Z|_Svendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatus.phpnu[lifeCycleStatus = $lifeCycleStatus; } public function getLifeCycleStatus() { return $this->lifeCycleStatus; } public function setLiveBroadcastPriority($liveBroadcastPriority) { $this->liveBroadcastPriority = $liveBroadcastPriority; } public function getLiveBroadcastPriority() { return $this->liveBroadcastPriority; } public function setMadeForKids($madeForKids) { $this->madeForKids = $madeForKids; } public function getMadeForKids() { return $this->madeForKids; } public function setPrivacyStatus($privacyStatus) { $this->privacyStatus = $privacyStatus; } public function getPrivacyStatus() { return $this->privacyStatus; } public function setRecordingStatus($recordingStatus) { $this->recordingStatus = $recordingStatus; } public function getRecordingStatus() { return $this->recordingStatus; } public function setSelfDeclaredMadeForKids($selfDeclaredMadeForKids) { $this->selfDeclaredMadeForKids = $selfDeclaredMadeForKids; } public function getSelfDeclaredMadeForKids() { return $this->selfDeclaredMadeForKids; } } PK. Z>FFFvendor/google/apiclient-services/src/Google/Service/YouTube/Member.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_MemberSnippet */ public function setSnippet(Google_Service_YouTube_MemberSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_MemberSnippet */ public function getSnippet() { return $this->snippet; } } PK. ZKH Svendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Comment[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Comment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z}sggZvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatTextMessageDetails.phpnu[messageText = $messageText; } public function getMessageText() { return $this->messageText; } } PK. ZPU Kvendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatus.phpnu[embeddable = $embeddable; } public function getEmbeddable() { return $this->embeddable; } public function setFailureReason($failureReason) { $this->failureReason = $failureReason; } public function getFailureReason() { return $this->failureReason; } public function setLicense($license) { $this->license = $license; } public function getLicense() { return $this->license; } public function setMadeForKids($madeForKids) { $this->madeForKids = $madeForKids; } public function getMadeForKids() { return $this->madeForKids; } public function setPrivacyStatus($privacyStatus) { $this->privacyStatus = $privacyStatus; } public function getPrivacyStatus() { return $this->privacyStatus; } public function setPublicStatsViewable($publicStatsViewable) { $this->publicStatsViewable = $publicStatsViewable; } public function getPublicStatsViewable() { return $this->publicStatsViewable; } public function setPublishAt($publishAt) { $this->publishAt = $publishAt; } public function getPublishAt() { return $this->publishAt; } public function setRejectionReason($rejectionReason) { $this->rejectionReason = $rejectionReason; } public function getRejectionReason() { return $this->rejectionReason; } public function setSelfDeclaredMadeForKids($selfDeclaredMadeForKids) { $this->selfDeclaredMadeForKids = $selfDeclaredMadeForKids; } public function getSelfDeclaredMadeForKids() { return $this->selfDeclaredMadeForKids; } public function setUploadStatus($uploadStatus) { $this->uploadStatus = $uploadStatus; } public function getUploadStatus() { return $this->uploadStatus; } } PK. Zҏ!![vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.phpnu[boundStreamId = $boundStreamId; } public function getBoundStreamId() { return $this->boundStreamId; } public function setBoundStreamLastUpdateTimeMs($boundStreamLastUpdateTimeMs) { $this->boundStreamLastUpdateTimeMs = $boundStreamLastUpdateTimeMs; } public function getBoundStreamLastUpdateTimeMs() { return $this->boundStreamLastUpdateTimeMs; } public function setClosedCaptionsType($closedCaptionsType) { $this->closedCaptionsType = $closedCaptionsType; } public function getClosedCaptionsType() { return $this->closedCaptionsType; } public function setEnableAutoStart($enableAutoStart) { $this->enableAutoStart = $enableAutoStart; } public function getEnableAutoStart() { return $this->enableAutoStart; } public function setEnableAutoStop($enableAutoStop) { $this->enableAutoStop = $enableAutoStop; } public function getEnableAutoStop() { return $this->enableAutoStop; } public function setEnableClosedCaptions($enableClosedCaptions) { $this->enableClosedCaptions = $enableClosedCaptions; } public function getEnableClosedCaptions() { return $this->enableClosedCaptions; } public function setEnableContentEncryption($enableContentEncryption) { $this->enableContentEncryption = $enableContentEncryption; } public function getEnableContentEncryption() { return $this->enableContentEncryption; } public function setEnableDvr($enableDvr) { $this->enableDvr = $enableDvr; } public function getEnableDvr() { return $this->enableDvr; } public function setEnableEmbed($enableEmbed) { $this->enableEmbed = $enableEmbed; } public function getEnableEmbed() { return $this->enableEmbed; } public function setEnableLowLatency($enableLowLatency) { $this->enableLowLatency = $enableLowLatency; } public function getEnableLowLatency() { return $this->enableLowLatency; } public function setLatencyPreference($latencyPreference) { $this->latencyPreference = $latencyPreference; } public function getLatencyPreference() { return $this->latencyPreference; } public function setMesh($mesh) { $this->mesh = $mesh; } public function getMesh() { return $this->mesh; } /** * @param Google_Service_YouTube_MonitorStreamInfo */ public function setMonitorStream(Google_Service_YouTube_MonitorStreamInfo $monitorStream) { $this->monitorStream = $monitorStream; } /** * @return Google_Service_YouTube_MonitorStreamInfo */ public function getMonitorStream() { return $this->monitorStream; } public function setProjection($projection) { $this->projection = $projection; } public function getProjection() { return $this->projection; } public function setRecordFromStart($recordFromStart) { $this->recordFromStart = $recordFromStart; } public function getRecordFromStart() { return $this->recordFromStart; } public function setStartWithSlate($startWithSlate) { $this->startWithSlate = $startWithSlate; } public function getStartWithSlate() { return $this->startWithSlate; } public function setStereoLayout($stereoLayout) { $this->stereoLayout = $stereoLayout; } public function getStereoLayout() { return $this->stereoLayout; } } PK. ZM( Tvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Activity[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Activity[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z1z \vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.phpnu[author = $author; } public function getAuthor() { return $this->author; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setReferenceUrl($referenceUrl) { $this->referenceUrl = $referenceUrl; } public function getReferenceUrl() { return $this->referenceUrl; } /** * @param Google_Service_YouTube_ResourceId */ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z Nvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSection.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_ChannelSectionContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_ChannelSectionLocalization[] */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_ChannelSectionLocalization[] */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_ChannelSectionSnippet */ public function setSnippet(Google_Service_YouTube_ChannelSectionSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_ChannelSectionSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_ChannelSectionTargeting */ public function setTargeting(Google_Service_YouTube_ChannelSectionTargeting $targeting) { $this->targeting = $targeting; } /** * @return Google_Service_YouTube_ChannelSectionTargeting */ public function getTargeting() { return $this->targeting; } } PK. Z&@KKGvendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_SponsorSnippet */ public function setSnippet(Google_Service_YouTube_SponsorSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_SponsorSnippet */ public function getSnippet() { return $this->snippet; } } PK. Z Vvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_LiveStream[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_LiveStream[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZXmJ\vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelUrl($channelUrl) { $this->channelUrl = $channelUrl; } public function getChannelUrl() { return $this->channelUrl; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIsChatModerator($isChatModerator) { $this->isChatModerator = $isChatModerator; } public function getIsChatModerator() { return $this->isChatModerator; } public function setIsChatOwner($isChatOwner) { $this->isChatOwner = $isChatOwner; } public function getIsChatOwner() { return $this->isChatOwner; } public function setIsChatSponsor($isChatSponsor) { $this->isChatSponsor = $isChatSponsor; } public function getIsChatSponsor() { return $this->isChatSponsor; } public function setIsVerified($isVerified) { $this->isVerified = $isVerified; } public function getIsVerified() { return $this->isVerified; } public function setProfileImageUrl($profileImageUrl) { $this->profileImageUrl = $profileImageUrl; } public function getProfileImageUrl() { return $this->profileImageUrl; } } PK. Zنn Lvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItem.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_PlaylistItemContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_PlaylistItemSnippet */ public function setSnippet(Google_Service_YouTube_PlaylistItemSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_PlaylistItemSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_PlaylistItemStatus */ public function setStatus(Google_Service_YouTube_PlaylistItemStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_PlaylistItemStatus */ public function getStatus() { return $this->status; } } PK. Z=Ovendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.phpnu[itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } } PK. Z)U"V V Nvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSnippet.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setCustomUrl($customUrl) { $this->customUrl = $customUrl; } public function getCustomUrl() { return $this->customUrl; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_YouTube_ChannelLocalization */ public function setLocalized(Google_Service_YouTube_ChannelLocalization $localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_ChannelLocalization */ public function getLocalized() { return $this->localized; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZlOOUvendor/google/apiclient-services/src/Google/Service/YouTube/ThirdPartyLinkSnippet.phpnu[channelToStoreLink = $channelToStoreLink; } /** * @return Google_Service_YouTube_ChannelToStoreLinkDetails */ public function getChannelToStoreLink() { return $this->channelToStoreLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z4#~AATvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.phpnu[comments = $comments; } /** * @return Google_Service_YouTube_Comment[] */ public function getComments() { return $this->comments; } } PK. Z,)_55Qvendor/google/apiclient-services/src/Google/Service/YouTube/VideoTopicDetails.phpnu[relevantTopicIds = $relevantTopicIds; } public function getRelevantTopicIds() { return $this->relevantTopicIds; } public function setTopicCategories($topicCategories) { $this->topicCategories = $topicCategories; } public function getTopicCategories() { return $this->topicCategories; } public function setTopicIds($topicIds) { $this->topicIds = $topicIds; } public function getTopicIds() { return $this->topicIds; } } PK. Z2PUvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPing.phpnu[context = $context; } public function getContext() { return $this->context; } public function setConversionUrl($conversionUrl) { $this->conversionUrl = $conversionUrl; } public function getConversionUrl() { return $this->conversionUrl; } } PK. ZFB&&Zvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentOwnerDetails.phpnu[contentOwner = $contentOwner; } public function getContentOwner() { return $this->contentOwner; } public function setTimeLinked($timeLinked) { $this->timeLinked = $timeLinked; } public function getTimeLinked() { return $this->timeLinked; } } PK. Z[Mvendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategory.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_VideoCategorySnippet */ public function setSnippet(Google_Service_YouTube_VideoCategorySnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_VideoCategorySnippet */ public function getSnippet() { return $this->snippet; } } PK. Z -Nvendor/google/apiclient-services/src/Google/Service/YouTube/ThirdPartyLink.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkingToken($linkingToken) { $this->linkingToken = $linkingToken; } public function getLinkingToken() { return $this->linkingToken; } /** * @param Google_Service_YouTube_ThirdPartyLinkSnippet */ public function setSnippet(Google_Service_YouTube_ThirdPartyLinkSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_ThirdPartyLinkSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_ThirdPartyLinkStatus */ public function setStatus(Google_Service_YouTube_ThirdPartyLinkStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_ThirdPartyLinkStatus */ public function getStatus() { return $this->status; } } PK. ZWD Svendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Channel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Channel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z X ]vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_LiveChatModerator[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_LiveChatModerator[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z\iiNvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.phpnu[privacyStatus = $privacyStatus; } public function getPrivacyStatus() { return $this->privacyStatus; } } PK. Z̷0pQvendor/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZmASvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Zu%QQavendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.phpnu[resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK. ZQvPSvendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Caption[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Caption[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZӊTvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.phpnu[canReply = $canReply; } public function getCanReply() { return $this->canReply; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setIsPublic($isPublic) { $this->isPublic = $isPublic; } public function getIsPublic() { return $this->isPublic; } /** * @param Google_Service_YouTube_Comment */ public function setTopLevelComment(Google_Service_YouTube_Comment $topLevelComment) { $this->topLevelComment = $topLevelComment; } /** * @return Google_Service_YouTube_Comment */ public function getTopLevelComment() { return $this->topLevelComment; } public function setTotalReplyCount($totalReplyCount) { $this->totalReplyCount = $totalReplyCount; } public function getTotalReplyCount() { return $this->totalReplyCount; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. ZZZTvendor/google/apiclient-services/src/Google/Service/YouTube/ThirdPartyLinkStatus.phpnu[linkStatus = $linkStatus; } public function getLinkStatus() { return $this->linkStatus; } } PK. Z5M[ [vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_LiveChatMessage[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_LiveChatMessage[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOfflineAt($offlineAt) { $this->offlineAt = $offlineAt; } public function getOfflineAt() { return $this->offlineAt; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPollingIntervalMillis($pollingIntervalMillis) { $this->pollingIntervalMillis = $pollingIntervalMillis; } public function getPollingIntervalMillis() { return $this->pollingIntervalMillis; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Zn"RRbvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.phpnu[resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK. ZdLvendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_YouTube_ResourceId */ public function setId(Google_Service_YouTube_ResourceId $id) { $this->id = $id; } /** * @return Google_Service_YouTube_ResourceId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_SearchResultSnippet */ public function setSnippet(Google_Service_YouTube_SearchResultSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_SearchResultSnippet */ public function getSnippet() { return $this->snippet; } } PK. Zs!?dvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsRecommendation.phpnu[reason = $reason; } public function getReason() { return $this->reason; } /** * @param Google_Service_YouTube_ResourceId */ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } /** * @param Google_Service_YouTube_ResourceId */ public function setSeedResourceId(Google_Service_YouTube_ResourceId $seedResourceId) { $this->seedResourceId = $seedResourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getSeedResourceId() { return $this->seedResourceId; } } PK. ZVdRvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.phpnu[banDurationSeconds = $banDurationSeconds; } public function getBanDurationSeconds() { return $this->banDurationSeconds; } /** * @param Google_Service_YouTube_ChannelProfileDetails */ public function setBannedUserDetails(Google_Service_YouTube_ChannelProfileDetails $bannedUserDetails) { $this->bannedUserDetails = $bannedUserDetails; } /** * @return Google_Service_YouTube_ChannelProfileDetails */ public function getBannedUserDetails() { return $this->bannedUserDetails; } public function setLiveChatId($liveChatId) { $this->liveChatId = $liveChatId; } public function getLiveChatId() { return $this->liveChatId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z,=*Ovendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.phpnu[language = $language; } public function getLanguage() { return $this->language; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZZ77Fvendor/google/apiclient-services/src/Google/Service/YouTube/Entity.phpnu[id = $id; } public function getId() { return $this->id; } public function setTypeId($typeId) { $this->typeId = $typeId; } public function getTypeId() { return $this->typeId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Zwabv  Ovendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_YouTube_PlaylistLocalization */ public function setLocalized(Google_Service_YouTube_PlaylistLocalization $localized) { $this->localized = $localized; } /** * @return Google_Service_YouTube_PlaylistLocalization */ public function getLocalized() { return $this->localized; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setThumbnailVideoId($thumbnailVideoId) { $this->thumbnailVideoId = $thumbnailVideoId; } public function getThumbnailVideoId() { return $this->thumbnailVideoId; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Z. Vvendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetails.phpnu[editorSuggestionsAvailability = $editorSuggestionsAvailability; } public function getEditorSuggestionsAvailability() { return $this->editorSuggestionsAvailability; } public function setFileDetailsAvailability($fileDetailsAvailability) { $this->fileDetailsAvailability = $fileDetailsAvailability; } public function getFileDetailsAvailability() { return $this->fileDetailsAvailability; } public function setProcessingFailureReason($processingFailureReason) { $this->processingFailureReason = $processingFailureReason; } public function getProcessingFailureReason() { return $this->processingFailureReason; } public function setProcessingIssuesAvailability($processingIssuesAvailability) { $this->processingIssuesAvailability = $processingIssuesAvailability; } public function getProcessingIssuesAvailability() { return $this->processingIssuesAvailability; } /** * @param Google_Service_YouTube_VideoProcessingDetailsProcessingProgress */ public function setProcessingProgress(Google_Service_YouTube_VideoProcessingDetailsProcessingProgress $processingProgress) { $this->processingProgress = $processingProgress; } /** * @return Google_Service_YouTube_VideoProcessingDetailsProcessingProgress */ public function getProcessingProgress() { return $this->processingProgress; } public function setProcessingStatus($processingStatus) { $this->processingStatus = $processingStatus; } public function getProcessingStatus() { return $this->processingStatus; } public function setTagSuggestionsAvailability($tagSuggestionsAvailability) { $this->tagSuggestionsAvailability = $tagSuggestionsAvailability; } public function getTagSuggestionsAvailability() { return $this->tagSuggestionsAvailability; } public function setThumbnailsAvailability($thumbnailsAvailability) { $this->thumbnailsAvailability = $thumbnailsAvailability; } public function getThumbnailsAvailability() { return $this->thumbnailsAvailability; } } PK. Ztv;Ivendor/google/apiclient-services/src/Google/Service/YouTube/AbuseType.phpnu[id = $id; } public function getId() { return $this->id; } } PK. ZSLwXvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamContentDetails.phpnu[closedCaptionsIngestionUrl = $closedCaptionsIngestionUrl; } public function getClosedCaptionsIngestionUrl() { return $this->closedCaptionsIngestionUrl; } public function setIsReusable($isReusable) { $this->isReusable = $isReusable; } public function getIsReusable() { return $this->isReusable; } } PK. ZH5Lvendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguage.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_I18nLanguageSnippet */ public function setSnippet(Google_Service_YouTube_I18nLanguageSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_I18nLanguageSnippet */ public function getSnippet() { return $this->snippet; } } PK. Z4O Yvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_CommentThread[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_CommentThread[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z3totalChatCount = $totalChatCount; } public function getTotalChatCount() { return $this->totalChatCount; } } PK. Zss Lvendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_SubscriptionContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_SubscriptionSnippet */ public function setSnippet(Google_Service_YouTube_SubscriptionSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_SubscriptionSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_SubscriptionSubscriberSnippet */ public function setSubscriberSnippet(Google_Service_YouTube_SubscriptionSubscriberSnippet $subscriberSnippet) { $this->subscriberSnippet = $subscriberSnippet; } /** * @return Google_Service_YouTube_SubscriptionSubscriberSnippet */ public function getSubscriberSnippet() { return $this->subscriberSnippet; } } PK. Z97 Svendor/google/apiclient-services/src/Google/Service/YouTube/SponsorListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Sponsor[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Sponsor[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZaWWEvendor/google/apiclient-services/src/Google/Service/YouTube/Video.phpnu[ageGating = $ageGating; } /** * @return Google_Service_YouTube_VideoAgeGating */ public function getAgeGating() { return $this->ageGating; } /** * @param Google_Service_YouTube_VideoContentDetails */ public function setContentDetails(Google_Service_YouTube_VideoContentDetails $contentDetails) { $this->contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_VideoContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_YouTube_VideoFileDetails */ public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDetails) { $this->fileDetails = $fileDetails; } /** * @return Google_Service_YouTube_VideoFileDetails */ public function getFileDetails() { return $this->fileDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_VideoLiveStreamingDetails */ public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamingDetails $liveStreamingDetails) { $this->liveStreamingDetails = $liveStreamingDetails; } /** * @return Google_Service_YouTube_VideoLiveStreamingDetails */ public function getLiveStreamingDetails() { return $this->liveStreamingDetails; } /** * @param Google_Service_YouTube_VideoLocalization[] */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_VideoLocalization[] */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_VideoMonetizationDetails */ public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationDetails $monetizationDetails) { $this->monetizationDetails = $monetizationDetails; } /** * @return Google_Service_YouTube_VideoMonetizationDetails */ public function getMonetizationDetails() { return $this->monetizationDetails; } /** * @param Google_Service_YouTube_VideoPlayer */ public function setPlayer(Google_Service_YouTube_VideoPlayer $player) { $this->player = $player; } /** * @return Google_Service_YouTube_VideoPlayer */ public function getPlayer() { return $this->player; } /** * @param Google_Service_YouTube_VideoProcessingDetails */ public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetails $processingDetails) { $this->processingDetails = $processingDetails; } /** * @return Google_Service_YouTube_VideoProcessingDetails */ public function getProcessingDetails() { return $this->processingDetails; } /** * @param Google_Service_YouTube_VideoProjectDetails */ public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $projectDetails) { $this->projectDetails = $projectDetails; } /** * @return Google_Service_YouTube_VideoProjectDetails */ public function getProjectDetails() { return $this->projectDetails; } /** * @param Google_Service_YouTube_VideoRecordingDetails */ public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails $recordingDetails) { $this->recordingDetails = $recordingDetails; } /** * @return Google_Service_YouTube_VideoRecordingDetails */ public function getRecordingDetails() { return $this->recordingDetails; } /** * @param Google_Service_YouTube_VideoSnippet */ public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_VideoSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_VideoStatistics */ public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_YouTube_VideoStatistics */ public function getStatistics() { return $this->statistics; } /** * @param Google_Service_YouTube_VideoStatus */ public function setStatus(Google_Service_YouTube_VideoStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_VideoStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_YouTube_VideoSuggestions */ public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_YouTube_VideoSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param Google_Service_YouTube_VideoTopicDetails */ public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicDetails) { $this->topicDetails = $topicDetails; } /** * @return Google_Service_YouTube_VideoTopicDetails */ public function getTopicDetails() { return $this->topicDetails; } } PK. ZjOUUSvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelTopicDetails.phpnu[topicCategories = $topicCategories; } public function getTopicCategories() { return $this->topicCategories; } public function setTopicIds($topicIds) { $this->topicIds = $topicIds; } public function getTopicIds() { return $this->topicIds; } } PK. ZgOvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessage.phpnu[authorDetails = $authorDetails; } /** * @return Google_Service_YouTube_LiveChatMessageAuthorDetails */ public function getAuthorDetails() { return $this->authorDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_LiveChatMessageSnippet */ public function setSnippet(Google_Service_YouTube_LiveChatMessageSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_LiveChatMessageSnippet */ public function getSnippet() { return $this->snippet; } } PK. Z Tvendor/google/apiclient-services/src/Google/Service/YouTube/SuperStickerMetadata.phpnu[altText = $altText; } public function getAltText() { return $this->altText; } public function setAltTextLanguage($altTextLanguage) { $this->altTextLanguage = $altTextLanguage; } public function getAltTextLanguage() { return $this->altTextLanguage; } public function setStickerId($stickerId) { $this->stickerId = $stickerId; } public function getStickerId() { return $this->stickerId; } } PK. ZJoo]vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.phpnu[label = $label; } public function getLabel() { return $this->label; } /** * @param Google_Service_YouTube_VideoAbuseReportSecondaryReason[] */ public function setSecondaryReasons($secondaryReasons) { $this->secondaryReasons = $secondaryReasons; } /** * @return Google_Service_YouTube_VideoAbuseReportSecondaryReason[] */ public function getSecondaryReasons() { return $this->secondaryReasons; } } PK. ZLi Qvendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Video[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Video[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z#u Svendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetails.phpnu[caption = $caption; } public function getCaption() { return $this->caption; } /** * @param Google_Service_YouTube_ContentRating */ public function setContentRating(Google_Service_YouTube_ContentRating $contentRating) { $this->contentRating = $contentRating; } /** * @return Google_Service_YouTube_ContentRating */ public function getContentRating() { return $this->contentRating; } /** * @param Google_Service_YouTube_AccessPolicy */ public function setCountryRestriction(Google_Service_YouTube_AccessPolicy $countryRestriction) { $this->countryRestriction = $countryRestriction; } /** * @return Google_Service_YouTube_AccessPolicy */ public function getCountryRestriction() { return $this->countryRestriction; } public function setDefinition($definition) { $this->definition = $definition; } public function getDefinition() { return $this->definition; } public function setDimension($dimension) { $this->dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setHasCustomThumbnail($hasCustomThumbnail) { $this->hasCustomThumbnail = $hasCustomThumbnail; } public function getHasCustomThumbnail() { return $this->hasCustomThumbnail; } public function setLicensedContent($licensedContent) { $this->licensedContent = $licensedContent; } public function getLicensedContent() { return $this->licensedContent; } public function setProjection($projection) { $this->projection = $projection; } public function getProjection() { return $this->projection; } /** * @param Google_Service_YouTube_VideoContentDetailsRegionRestriction */ public function setRegionRestriction(Google_Service_YouTube_VideoContentDetailsRegionRestriction $regionRestriction) { $this->regionRestriction = $regionRestriction; } /** * @return Google_Service_YouTube_VideoContentDetailsRegionRestriction */ public function getRegionRestriction() { return $this->regionRestriction; } } PK. ZXX[vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.phpnu[bitrateBps = $bitrateBps; } public function getBitrateBps() { return $this->bitrateBps; } public function setChannelCount($channelCount) { $this->channelCount = $channelCount; } public function getChannelCount() { return $this->channelCount; } public function setCodec($codec) { $this->codec = $codec; } public function getCodec() { return $this->codec; } public function setVendor($vendor) { $this->vendor = $vendor; } public function getVendor() { return $this->vendor; } } PK. ZO22Jvendor/google/apiclient-services/src/Google/Service/YouTube/ResourceId.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPlaylistId($playlistId) { $this->playlistId = $playlistId; } public function getPlaylistId() { return $this->playlistId; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. Z&e_vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportSecondaryReason.phpnu[id = $id; } public function getId() { return $this->id; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } } PK. Zlx x Rvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDetails.phpnu[accessibleLevels = $accessibleLevels; } public function getAccessibleLevels() { return $this->accessibleLevels; } public function setHighestAccessibleLevel($highestAccessibleLevel) { $this->highestAccessibleLevel = $highestAccessibleLevel; } public function getHighestAccessibleLevel() { return $this->highestAccessibleLevel; } public function setHighestAccessibleLevelDisplayName($highestAccessibleLevelDisplayName) { $this->highestAccessibleLevelDisplayName = $highestAccessibleLevelDisplayName; } public function getHighestAccessibleLevelDisplayName() { return $this->highestAccessibleLevelDisplayName; } /** * @param Google_Service_YouTube_MembershipsDuration */ public function setMembershipsDuration(Google_Service_YouTube_MembershipsDuration $membershipsDuration) { $this->membershipsDuration = $membershipsDuration; } /** * @return Google_Service_YouTube_MembershipsDuration */ public function getMembershipsDuration() { return $this->membershipsDuration; } /** * @param Google_Service_YouTube_MembershipsDurationAtLevel[] */ public function setMembershipsDurationAtLevels($membershipsDurationAtLevels) { $this->membershipsDurationAtLevels = $membershipsDurationAtLevels; } /** * @return Google_Service_YouTube_MembershipsDurationAtLevel[] */ public function getMembershipsDurationAtLevels() { return $this->membershipsDurationAtLevels; } } PK. Z@@]vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippetAuthorChannelId.phpnu[value = $value; } public function getValue() { return $this->value; } } PK. ZG[55\vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionContentDetails.phpnu[channels = $channels; } public function getChannels() { return $this->channels; } public function setPlaylists($playlists) { $this->playlists = $playlists; } public function getPlaylists() { return $this->playlists; } } PK. ZMM\vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsUpload.phpnu[videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. ZTZ77Mvendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.phpnu[acbRating = $acbRating; } public function getAcbRating() { return $this->acbRating; } public function setAgcomRating($agcomRating) { $this->agcomRating = $agcomRating; } public function getAgcomRating() { return $this->agcomRating; } public function setAnatelRating($anatelRating) { $this->anatelRating = $anatelRating; } public function getAnatelRating() { return $this->anatelRating; } public function setBbfcRating($bbfcRating) { $this->bbfcRating = $bbfcRating; } public function getBbfcRating() { return $this->bbfcRating; } public function setBfvcRating($bfvcRating) { $this->bfvcRating = $bfvcRating; } public function getBfvcRating() { return $this->bfvcRating; } public function setBmukkRating($bmukkRating) { $this->bmukkRating = $bmukkRating; } public function getBmukkRating() { return $this->bmukkRating; } public function setCatvRating($catvRating) { $this->catvRating = $catvRating; } public function getCatvRating() { return $this->catvRating; } public function setCatvfrRating($catvfrRating) { $this->catvfrRating = $catvfrRating; } public function getCatvfrRating() { return $this->catvfrRating; } public function setCbfcRating($cbfcRating) { $this->cbfcRating = $cbfcRating; } public function getCbfcRating() { return $this->cbfcRating; } public function setCccRating($cccRating) { $this->cccRating = $cccRating; } public function getCccRating() { return $this->cccRating; } public function setCceRating($cceRating) { $this->cceRating = $cceRating; } public function getCceRating() { return $this->cceRating; } public function setChfilmRating($chfilmRating) { $this->chfilmRating = $chfilmRating; } public function getChfilmRating() { return $this->chfilmRating; } public function setChvrsRating($chvrsRating) { $this->chvrsRating = $chvrsRating; } public function getChvrsRating() { return $this->chvrsRating; } public function setCicfRating($cicfRating) { $this->cicfRating = $cicfRating; } public function getCicfRating() { return $this->cicfRating; } public function setCnaRating($cnaRating) { $this->cnaRating = $cnaRating; } public function getCnaRating() { return $this->cnaRating; } public function setCncRating($cncRating) { $this->cncRating = $cncRating; } public function getCncRating() { return $this->cncRating; } public function setCsaRating($csaRating) { $this->csaRating = $csaRating; } public function getCsaRating() { return $this->csaRating; } public function setCscfRating($cscfRating) { $this->cscfRating = $cscfRating; } public function getCscfRating() { return $this->cscfRating; } public function setCzfilmRating($czfilmRating) { $this->czfilmRating = $czfilmRating; } public function getCzfilmRating() { return $this->czfilmRating; } public function setDjctqRating($djctqRating) { $this->djctqRating = $djctqRating; } public function getDjctqRating() { return $this->djctqRating; } public function setDjctqRatingReasons($djctqRatingReasons) { $this->djctqRatingReasons = $djctqRatingReasons; } public function getDjctqRatingReasons() { return $this->djctqRatingReasons; } public function setEcbmctRating($ecbmctRating) { $this->ecbmctRating = $ecbmctRating; } public function getEcbmctRating() { return $this->ecbmctRating; } public function setEefilmRating($eefilmRating) { $this->eefilmRating = $eefilmRating; } public function getEefilmRating() { return $this->eefilmRating; } public function setEgfilmRating($egfilmRating) { $this->egfilmRating = $egfilmRating; } public function getEgfilmRating() { return $this->egfilmRating; } public function setEirinRating($eirinRating) { $this->eirinRating = $eirinRating; } public function getEirinRating() { return $this->eirinRating; } public function setFcbmRating($fcbmRating) { $this->fcbmRating = $fcbmRating; } public function getFcbmRating() { return $this->fcbmRating; } public function setFcoRating($fcoRating) { $this->fcoRating = $fcoRating; } public function getFcoRating() { return $this->fcoRating; } public function setFmocRating($fmocRating) { $this->fmocRating = $fmocRating; } public function getFmocRating() { return $this->fmocRating; } public function setFpbRating($fpbRating) { $this->fpbRating = $fpbRating; } public function getFpbRating() { return $this->fpbRating; } public function setFpbRatingReasons($fpbRatingReasons) { $this->fpbRatingReasons = $fpbRatingReasons; } public function getFpbRatingReasons() { return $this->fpbRatingReasons; } public function setFskRating($fskRating) { $this->fskRating = $fskRating; } public function getFskRating() { return $this->fskRating; } public function setGrfilmRating($grfilmRating) { $this->grfilmRating = $grfilmRating; } public function getGrfilmRating() { return $this->grfilmRating; } public function setIcaaRating($icaaRating) { $this->icaaRating = $icaaRating; } public function getIcaaRating() { return $this->icaaRating; } public function setIfcoRating($ifcoRating) { $this->ifcoRating = $ifcoRating; } public function getIfcoRating() { return $this->ifcoRating; } public function setIlfilmRating($ilfilmRating) { $this->ilfilmRating = $ilfilmRating; } public function getIlfilmRating() { return $this->ilfilmRating; } public function setIncaaRating($incaaRating) { $this->incaaRating = $incaaRating; } public function getIncaaRating() { return $this->incaaRating; } public function setKfcbRating($kfcbRating) { $this->kfcbRating = $kfcbRating; } public function getKfcbRating() { return $this->kfcbRating; } public function setKijkwijzerRating($kijkwijzerRating) { $this->kijkwijzerRating = $kijkwijzerRating; } public function getKijkwijzerRating() { return $this->kijkwijzerRating; } public function setKmrbRating($kmrbRating) { $this->kmrbRating = $kmrbRating; } public function getKmrbRating() { return $this->kmrbRating; } public function setLsfRating($lsfRating) { $this->lsfRating = $lsfRating; } public function getLsfRating() { return $this->lsfRating; } public function setMccaaRating($mccaaRating) { $this->mccaaRating = $mccaaRating; } public function getMccaaRating() { return $this->mccaaRating; } public function setMccypRating($mccypRating) { $this->mccypRating = $mccypRating; } public function getMccypRating() { return $this->mccypRating; } public function setMcstRating($mcstRating) { $this->mcstRating = $mcstRating; } public function getMcstRating() { return $this->mcstRating; } public function setMdaRating($mdaRating) { $this->mdaRating = $mdaRating; } public function getMdaRating() { return $this->mdaRating; } public function setMedietilsynetRating($medietilsynetRating) { $this->medietilsynetRating = $medietilsynetRating; } public function getMedietilsynetRating() { return $this->medietilsynetRating; } public function setMekuRating($mekuRating) { $this->mekuRating = $mekuRating; } public function getMekuRating() { return $this->mekuRating; } public function setMenaMpaaRating($menaMpaaRating) { $this->menaMpaaRating = $menaMpaaRating; } public function getMenaMpaaRating() { return $this->menaMpaaRating; } public function setMibacRating($mibacRating) { $this->mibacRating = $mibacRating; } public function getMibacRating() { return $this->mibacRating; } public function setMocRating($mocRating) { $this->mocRating = $mocRating; } public function getMocRating() { return $this->mocRating; } public function setMoctwRating($moctwRating) { $this->moctwRating = $moctwRating; } public function getMoctwRating() { return $this->moctwRating; } public function setMpaaRating($mpaaRating) { $this->mpaaRating = $mpaaRating; } public function getMpaaRating() { return $this->mpaaRating; } public function setMpaatRating($mpaatRating) { $this->mpaatRating = $mpaatRating; } public function getMpaatRating() { return $this->mpaatRating; } public function setMtrcbRating($mtrcbRating) { $this->mtrcbRating = $mtrcbRating; } public function getMtrcbRating() { return $this->mtrcbRating; } public function setNbcRating($nbcRating) { $this->nbcRating = $nbcRating; } public function getNbcRating() { return $this->nbcRating; } public function setNbcplRating($nbcplRating) { $this->nbcplRating = $nbcplRating; } public function getNbcplRating() { return $this->nbcplRating; } public function setNfrcRating($nfrcRating) { $this->nfrcRating = $nfrcRating; } public function getNfrcRating() { return $this->nfrcRating; } public function setNfvcbRating($nfvcbRating) { $this->nfvcbRating = $nfvcbRating; } public function getNfvcbRating() { return $this->nfvcbRating; } public function setNkclvRating($nkclvRating) { $this->nkclvRating = $nkclvRating; } public function getNkclvRating() { return $this->nkclvRating; } public function setNmcRating($nmcRating) { $this->nmcRating = $nmcRating; } public function getNmcRating() { return $this->nmcRating; } public function setOflcRating($oflcRating) { $this->oflcRating = $oflcRating; } public function getOflcRating() { return $this->oflcRating; } public function setPefilmRating($pefilmRating) { $this->pefilmRating = $pefilmRating; } public function getPefilmRating() { return $this->pefilmRating; } public function setRcnofRating($rcnofRating) { $this->rcnofRating = $rcnofRating; } public function getRcnofRating() { return $this->rcnofRating; } public function setResorteviolenciaRating($resorteviolenciaRating) { $this->resorteviolenciaRating = $resorteviolenciaRating; } public function getResorteviolenciaRating() { return $this->resorteviolenciaRating; } public function setRtcRating($rtcRating) { $this->rtcRating = $rtcRating; } public function getRtcRating() { return $this->rtcRating; } public function setRteRating($rteRating) { $this->rteRating = $rteRating; } public function getRteRating() { return $this->rteRating; } public function setRussiaRating($russiaRating) { $this->russiaRating = $russiaRating; } public function getRussiaRating() { return $this->russiaRating; } public function setSkfilmRating($skfilmRating) { $this->skfilmRating = $skfilmRating; } public function getSkfilmRating() { return $this->skfilmRating; } public function setSmaisRating($smaisRating) { $this->smaisRating = $smaisRating; } public function getSmaisRating() { return $this->smaisRating; } public function setSmsaRating($smsaRating) { $this->smsaRating = $smsaRating; } public function getSmsaRating() { return $this->smsaRating; } public function setTvpgRating($tvpgRating) { $this->tvpgRating = $tvpgRating; } public function getTvpgRating() { return $this->tvpgRating; } public function setYtRating($ytRating) { $this->ytRating = $ytRating; } public function getYtRating() { return $this->ytRating; } } PK. ZoM7Vvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageSnippet.phpnu[authorChannelId = $authorChannelId; } public function getAuthorChannelId() { return $this->authorChannelId; } public function setDisplayMessage($displayMessage) { $this->displayMessage = $displayMessage; } public function getDisplayMessage() { return $this->displayMessage; } /** * @param Google_Service_YouTube_LiveChatFanFundingEventDetails */ public function setFanFundingEventDetails(Google_Service_YouTube_LiveChatFanFundingEventDetails $fanFundingEventDetails) { $this->fanFundingEventDetails = $fanFundingEventDetails; } /** * @return Google_Service_YouTube_LiveChatFanFundingEventDetails */ public function getFanFundingEventDetails() { return $this->fanFundingEventDetails; } public function setHasDisplayContent($hasDisplayContent) { $this->hasDisplayContent = $hasDisplayContent; } public function getHasDisplayContent() { return $this->hasDisplayContent; } public function setLiveChatId($liveChatId) { $this->liveChatId = $liveChatId; } public function getLiveChatId() { return $this->liveChatId; } /** * @param Google_Service_YouTube_LiveChatMessageDeletedDetails */ public function setMessageDeletedDetails(Google_Service_YouTube_LiveChatMessageDeletedDetails $messageDeletedDetails) { $this->messageDeletedDetails = $messageDeletedDetails; } /** * @return Google_Service_YouTube_LiveChatMessageDeletedDetails */ public function getMessageDeletedDetails() { return $this->messageDeletedDetails; } /** * @param Google_Service_YouTube_LiveChatMessageRetractedDetails */ public function setMessageRetractedDetails(Google_Service_YouTube_LiveChatMessageRetractedDetails $messageRetractedDetails) { $this->messageRetractedDetails = $messageRetractedDetails; } /** * @return Google_Service_YouTube_LiveChatMessageRetractedDetails */ public function getMessageRetractedDetails() { return $this->messageRetractedDetails; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_LiveChatSuperChatDetails */ public function setSuperChatDetails(Google_Service_YouTube_LiveChatSuperChatDetails $superChatDetails) { $this->superChatDetails = $superChatDetails; } /** * @return Google_Service_YouTube_LiveChatSuperChatDetails */ public function getSuperChatDetails() { return $this->superChatDetails; } /** * @param Google_Service_YouTube_LiveChatSuperStickerDetails */ public function setSuperStickerDetails(Google_Service_YouTube_LiveChatSuperStickerDetails $superStickerDetails) { $this->superStickerDetails = $superStickerDetails; } /** * @return Google_Service_YouTube_LiveChatSuperStickerDetails */ public function getSuperStickerDetails() { return $this->superStickerDetails; } /** * @param Google_Service_YouTube_LiveChatTextMessageDetails */ public function setTextMessageDetails(Google_Service_YouTube_LiveChatTextMessageDetails $textMessageDetails) { $this->textMessageDetails = $textMessageDetails; } /** * @return Google_Service_YouTube_LiveChatTextMessageDetails */ public function getTextMessageDetails() { return $this->textMessageDetails; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_YouTube_LiveChatUserBannedMessageDetails */ public function setUserBannedDetails(Google_Service_YouTube_LiveChatUserBannedMessageDetails $userBannedDetails) { $this->userBannedDetails = $userBannedDetails; } /** * @return Google_Service_YouTube_LiveChatUserBannedMessageDetails */ public function getUserBannedDetails() { return $this->userBannedDetails; } } PK. Zz@  Mvendor/google/apiclient-services/src/Google/Service/YouTube/RelatedEntity.phpnu[entity = $entity; } /** * @return Google_Service_YouTube_Entity */ public function getEntity() { return $this->entity; } } PK. Zù?Wvendor/google/apiclient-services/src/Google/Service/YouTube/VideoRatingListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_VideoRating[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_VideoRating[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZILNvendor/google/apiclient-services/src/Google/Service/YouTube/VideoAgeGating.phpnu[alcoholContent = $alcoholContent; } public function getAlcoholContent() { return $this->alcoholContent; } public function setRestricted($restricted) { $this->restricted = $restricted; } public function getRestricted() { return $this->restricted; } public function setVideoGameRating($videoGameRating) { $this->videoGameRating = $videoGameRating; } public function getVideoGameRating() { return $this->videoGameRating; } } PK. Z]IMvendor/google/apiclient-services/src/Google/Service/YouTube/PropertyValue.phpnu[property = $property; } public function getProperty() { return $this->property; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z$9v==\vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamConfigurationIssue.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZRs Svendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelTitle($channelTitle) { $this->channelTitle = $channelTitle; } public function getChannelTitle() { return $this->channelTitle; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } /** * @param Google_Service_YouTube_ResourceId */ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } /** * @param Google_Service_YouTube_ThumbnailDetails */ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) { $this->thumbnails = $thumbnails; } /** * @return Google_Service_YouTube_ThumbnailDetails */ public function getThumbnails() { return $this->thumbnails; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Zr5rGvendor/google/apiclient-services/src/Google/Service/YouTube/Channel.phpnu[auditDetails = $auditDetails; } /** * @return Google_Service_YouTube_ChannelAuditDetails */ public function getAuditDetails() { return $this->auditDetails; } /** * @param Google_Service_YouTube_ChannelBrandingSettings */ public function setBrandingSettings(Google_Service_YouTube_ChannelBrandingSettings $brandingSettings) { $this->brandingSettings = $brandingSettings; } /** * @return Google_Service_YouTube_ChannelBrandingSettings */ public function getBrandingSettings() { return $this->brandingSettings; } /** * @param Google_Service_YouTube_ChannelContentDetails */ public function setContentDetails(Google_Service_YouTube_ChannelContentDetails $contentDetails) { $this->contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_ChannelContentDetails */ public function getContentDetails() { return $this->contentDetails; } /** * @param Google_Service_YouTube_ChannelContentOwnerDetails */ public function setContentOwnerDetails(Google_Service_YouTube_ChannelContentOwnerDetails $contentOwnerDetails) { $this->contentOwnerDetails = $contentOwnerDetails; } /** * @return Google_Service_YouTube_ChannelContentOwnerDetails */ public function getContentOwnerDetails() { return $this->contentOwnerDetails; } /** * @param Google_Service_YouTube_ChannelConversionPings */ public function setConversionPings(Google_Service_YouTube_ChannelConversionPings $conversionPings) { $this->conversionPings = $conversionPings; } /** * @return Google_Service_YouTube_ChannelConversionPings */ public function getConversionPings() { return $this->conversionPings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_ChannelLocalization[] */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_ChannelLocalization[] */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_ChannelSnippet */ public function setSnippet(Google_Service_YouTube_ChannelSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_ChannelSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_ChannelStatistics */ public function setStatistics(Google_Service_YouTube_ChannelStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_YouTube_ChannelStatistics */ public function getStatistics() { return $this->statistics; } /** * @param Google_Service_YouTube_ChannelStatus */ public function setStatus(Google_Service_YouTube_ChannelStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_ChannelStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_YouTube_ChannelTopicDetails */ public function setTopicDetails(Google_Service_YouTube_ChannelTopicDetails $topicDetails) { $this->topicDetails = $topicDetails; } /** * @return Google_Service_YouTube_ChannelTopicDetails */ public function getTopicDetails() { return $this->topicDetails; } } PK. Z|Yvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelToStoreLinkDetails.phpnu[storeName = $storeName; } public function getStoreName() { return $this->storeName; } public function setStoreUrl($storeUrl) { $this->storeUrl = $storeUrl; } public function getStoreUrl() { return $this->storeUrl; } } PK. Z{mmRvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.phpnu[privacyStatus = $privacyStatus; } public function getPrivacyStatus() { return $this->privacyStatus; } } PK. ZSm Uvendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.phpnu[amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setCommentText($commentText) { $this->commentText = $commentText; } public function getCommentText() { return $this->commentText; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setDisplayString($displayString) { $this->displayString = $displayString; } public function getDisplayString() { return $this->displayString; } public function setIsSuperStickerEvent($isSuperStickerEvent) { $this->isSuperStickerEvent = $isSuperStickerEvent; } public function getIsSuperStickerEvent() { return $this->isSuperStickerEvent; } public function setMessageType($messageType) { $this->messageType = $messageType; } public function getMessageType() { return $this->messageType; } /** * @param Google_Service_YouTube_SuperStickerMetadata */ public function setSuperStickerMetadata(Google_Service_YouTube_SuperStickerMetadata $superStickerMetadata) { $this->superStickerMetadata = $superStickerMetadata; } /** * @return Google_Service_YouTube_SuperStickerMetadata */ public function getSuperStickerMetadata() { return $this->superStickerMetadata; } /** * @param Google_Service_YouTube_ChannelProfileDetails */ public function setSupporterDetails(Google_Service_YouTube_ChannelProfileDetails $supporterDetails) { $this->supporterDetails = $supporterDetails; } /** * @return Google_Service_YouTube_ChannelProfileDetails */ public function getSupporterDetails() { return $this->supporterDetails; } } PK. ZBVvendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReason.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_VideoAbuseReportReasonSnippet */ public function setSnippet(Google_Service_YouTube_VideoAbuseReportReasonSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_VideoAbuseReportReasonSnippet */ public function getSnippet() { return $this->snippet; } } PK. Z¬Nvendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_SuperChatEventSnippet */ public function setSnippet(Google_Service_YouTube_SuperChatEventSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_SuperChatEventSnippet */ public function getSnippet() { return $this->snippet; } } PK. ZV$Vvendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_I18nRegion[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_I18nRegion[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z` Yvendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_LiveBroadcast[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_LiveBroadcast[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z1zAUvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetails.phpnu[relatedPlaylists = $relatedPlaylists; } /** * @return Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists */ public function getRelatedPlaylists() { return $this->relatedPlaylists; } } PK. ZZMvendor/google/apiclient-services/src/Google/Service/YouTube/WatchSettings.phpnu[backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setFeaturedPlaylistId($featuredPlaylistId) { $this->featuredPlaylistId = $featuredPlaylistId; } public function getFeaturedPlaylistId() { return $this->featuredPlaylistId; } public function setTextColor($textColor) { $this->textColor = $textColor; } public function getTextColor() { return $this->textColor; } } PK. Zkq bvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPromotedItem.phpnu[adTag = $adTag; } public function getAdTag() { return $this->adTag; } public function setClickTrackingUrl($clickTrackingUrl) { $this->clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } public function setCreativeViewUrl($creativeViewUrl) { $this->creativeViewUrl = $creativeViewUrl; } public function getCreativeViewUrl() { return $this->creativeViewUrl; } public function setCtaType($ctaType) { $this->ctaType = $ctaType; } public function getCtaType() { return $this->ctaType; } public function setCustomCtaButtonText($customCtaButtonText) { $this->customCtaButtonText = $customCtaButtonText; } public function getCustomCtaButtonText() { return $this->customCtaButtonText; } public function setDescriptionText($descriptionText) { $this->descriptionText = $descriptionText; } public function getDescriptionText() { return $this->descriptionText; } public function setDestinationUrl($destinationUrl) { $this->destinationUrl = $destinationUrl; } public function getDestinationUrl() { return $this->destinationUrl; } public function setForecastingUrl($forecastingUrl) { $this->forecastingUrl = $forecastingUrl; } public function getForecastingUrl() { return $this->forecastingUrl; } public function setImpressionUrl($impressionUrl) { $this->impressionUrl = $impressionUrl; } public function getImpressionUrl() { return $this->impressionUrl; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. ZMWRRVvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPings.phpnu[pings = $pings; } /** * @return Google_Service_YouTube_ChannelConversionPing[] */ public function getPings() { return $this->pings; } } PK. ZW$Kvendor/google/apiclient-services/src/Google/Service/YouTube/VideoRating.phpnu[rating = $rating; } public function getRating() { return $this->rating; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK. Z(QQSvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelAuditDetails.phpnu[communityGuidelinesGoodStanding = $communityGuidelinesGoodStanding; } public function getCommunityGuidelinesGoodStanding() { return $this->communityGuidelinesGoodStanding; } public function setContentIdClaimsGoodStanding($contentIdClaimsGoodStanding) { $this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding; } public function getContentIdClaimsGoodStanding() { return $this->contentIdClaimsGoodStanding; } public function setCopyrightStrikesGoodStanding($copyrightStrikesGoodStanding) { $this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding; } public function getCopyrightStrikesGoodStanding() { return $this->copyrightStrikesGoodStanding; } } PK. Z>_4Tvendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.phpnu[assignable = $assignable; } public function getAssignable() { return $this->assignable; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Z8Gvendor/google/apiclient-services/src/Google/Service/YouTube/Caption.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_CaptionSnippet */ public function setSnippet(Google_Service_YouTube_CaptionSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_CaptionSnippet */ public function getSnippet() { return $this->snippet; } } PK. Z*l==Zvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.phpnu[title = $title; } public function getTitle() { return $this->title; } } PK. ZLo Tvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_Playlist[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_Playlist[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z)MMNvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistPlayer.phpnu[embedHtml = $embedHtml; } public function getEmbedHtml() { return $this->embedHtml; } } PK. Z):Qvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.phpnu[commentCount = $commentCount; } public function getCommentCount() { return $this->commentCount; } public function setHiddenSubscriberCount($hiddenSubscriberCount) { $this->hiddenSubscriberCount = $hiddenSubscriberCount; } public function getHiddenSubscriberCount() { return $this->hiddenSubscriberCount; } public function setSubscriberCount($subscriberCount) { $this->subscriberCount = $subscriberCount; } public function getSubscriberCount() { return $this->subscriberCount; } public function setVideoCount($videoCount) { $this->videoCount = $videoCount; } public function getVideoCount() { return $this->videoCount; } public function setViewCount($viewCount) { $this->viewCount = $viewCount; } public function getViewCount() { return $this->viewCount; } } PK. Z,tuuMvendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.phpnu[backupIngestionAddress = $backupIngestionAddress; } public function getBackupIngestionAddress() { return $this->backupIngestionAddress; } public function setIngestionAddress($ingestionAddress) { $this->ingestionAddress = $ingestionAddress; } public function getIngestionAddress() { return $this->ingestionAddress; } public function setRtmpsBackupIngestionAddress($rtmpsBackupIngestionAddress) { $this->rtmpsBackupIngestionAddress = $rtmpsBackupIngestionAddress; } public function getRtmpsBackupIngestionAddress() { return $this->rtmpsBackupIngestionAddress; } public function setRtmpsIngestionAddress($rtmpsIngestionAddress) { $this->rtmpsIngestionAddress = $rtmpsIngestionAddress; } public function getRtmpsIngestionAddress() { return $this->rtmpsIngestionAddress; } public function setStreamName($streamName) { $this->streamName = $streamName; } public function getStreamName() { return $this->streamName; } } PK. Z21Vvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.phpnu[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; } } PK. Z[MM]vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.phpnu[resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK. Z,~_vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.phpnu[retractedMessageId = $retractedMessageId; } public function getRetractedMessageId() { return $this->retractedMessageId; } } PK. Z& Mvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThread.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_CommentThreadReplies */ public function setReplies(Google_Service_YouTube_CommentThreadReplies $replies) { $this->replies = $replies; } /** * @return Google_Service_YouTube_CommentThreadReplies */ public function getReplies() { return $this->replies; } /** * @param Google_Service_YouTube_CommentThreadSnippet */ public function setSnippet(Google_Service_YouTube_CommentThreadSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_CommentThreadSnippet */ public function getSnippet() { return $this->snippet; } } PK. ZbeeMvendor/google/apiclient-services/src/Google/Service/YouTube/MemberSnippet.phpnu[creatorChannelId = $creatorChannelId; } public function getCreatorChannelId() { return $this->creatorChannelId; } /** * @param Google_Service_YouTube_ChannelProfileDetails */ public function setMemberDetails(Google_Service_YouTube_ChannelProfileDetails $memberDetails) { $this->memberDetails = $memberDetails; } /** * @return Google_Service_YouTube_ChannelProfileDetails */ public function getMemberDetails() { return $this->memberDetails; } /** * @param Google_Service_YouTube_MembershipsDetails */ public function setMembershipsDetails(Google_Service_YouTube_MembershipsDetails $membershipsDetails) { $this->membershipsDetails = $membershipsDetails; } /** * @return Google_Service_YouTube_MembershipsDetails */ public function getMembershipsDetails() { return $this->membershipsDetails; } } PK. ZD]vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageDeletedDetails.phpnu[deletedMessageId = $deletedMessageId; } public function getDeletedMessageId() { return $this->deletedMessageId; } } PK. Zq;ŋMvendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.phpnu[durationMs = $durationMs; } public function getDurationMs() { return $this->durationMs; } public function setOffsetMs($offsetMs) { $this->offsetMs = $offsetMs; } public function getOffsetMs() { return $this->offsetMs; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z1 Yvendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_VideoCategory[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_VideoCategory[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Z ;Jvendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegion.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_I18nRegionSnippet */ public function setSnippet(Google_Service_YouTube_I18nRegionSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_I18nRegionSnippet */ public function getSnippet() { return $this->snippet; } } PK. ZsMNN^vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.phpnu[resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK. ZL -NN^vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.phpnu[resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK. Z<1>>Qvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIsDefaultStream($isDefaultStream) { $this->isDefaultStream = $isDefaultStream; } public function getIsDefaultStream() { return $this->isDefaultStream; } public function setPublishedAt($publishedAt) { $this->publishedAt = $publishedAt; } public function getPublishedAt() { return $this->publishedAt; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZWvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.phpnu[countries = $countries; } public function getCountries() { return $this->countries; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setRegions($regions) { $this->regions = $regions; } public function getRegions() { return $this->regions; } } PK. ZwW Xvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_PlaylistItem[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_PlaylistItem[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTube_PageInfo */ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) { $this->pageInfo = $pageInfo; } /** * @return Google_Service_YouTube_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } /** * @param Google_Service_YouTube_TokenPagination */ public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_YouTube_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. Zbvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.phpnu[playlistId = $playlistId; } public function getPlaylistId() { return $this->playlistId; } public function setPlaylistItemId($playlistItemId) { $this->playlistItemId = $playlistItemId; } public function getPlaylistItemId() { return $this->playlistItemId; } /** * @param Google_Service_YouTube_ResourceId */ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } } PK. Zn7Zvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionListResponse.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_YouTube_ChannelSection[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_YouTube_ChannelSection[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZZkHvendor/google/apiclient-services/src/Google/Service/YouTube/Activity.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_ActivityContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_ActivitySnippet */ public function setSnippet(Google_Service_YouTube_ActivitySnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_ActivitySnippet */ public function getSnippet() { return $this->snippet; } } PK. ZWsk k Mvendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcast.phpnu[contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_LiveBroadcastContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_LiveBroadcastSnippet */ public function setSnippet(Google_Service_YouTube_LiveBroadcastSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_LiveBroadcastSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_LiveBroadcastStatistics */ public function setStatistics(Google_Service_YouTube_LiveBroadcastStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_YouTube_LiveBroadcastStatistics */ public function getStatistics() { return $this->statistics; } /** * @param Google_Service_YouTube_LiveBroadcastStatus */ public function setStatus(Google_Service_YouTube_LiveBroadcastStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_LiveBroadcastStatus */ public function getStatus() { return $this->status; } } PK. Z>bOvendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.phpnu[cornerPosition = $cornerPosition; } public function getCornerPosition() { return $this->cornerPosition; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z ,AAWvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelSnippet.phpnu[creatorChannelId = $creatorChannelId; } public function getCreatorChannelId() { return $this->creatorChannelId; } /** * @param Google_Service_YouTube_LevelDetails */ public function setLevelDetails(Google_Service_YouTube_LevelDetails $levelDetails) { $this->levelDetails = $levelDetails; } /** * @return Google_Service_YouTube_LevelDetails */ public function getLevelDetails() { return $this->levelDetails; } } PK. ZubbHvendor/google/apiclient-services/src/Google/Service/YouTube/TestItem.phpnu[gaia = $gaia; } public function getGaia() { return $this->gaia; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_YouTube_TestItemTestItemSnippet */ public function setSnippet(Google_Service_YouTube_TestItemTestItemSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_TestItemTestItemSnippet */ public function getSnippet() { return $this->snippet; } } PK. ZysSS]vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.phpnu[categoryRestricts = $categoryRestricts; } public function getCategoryRestricts() { return $this->categoryRestricts; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } PK. Z@ig?vendor/google/apiclient-services/src/Google/Service/Manager.phpnu[ * The Deployment Manager API allows users to declaratively configure, deploy * and run complex solutions on the Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Manager extends Google_Service { /** View and manage your applications deployed on Google App Engine. */ const APPENGINE_ADMIN = "https://www.googleapis.com/auth/appengine.admin"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; /** Manage your data in Google Cloud Storage. */ const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"; /** View and manage your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman"; /** View your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly"; public $deployments; public $templates; /** * Constructs the internal representation of the Manager service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'manager/v1beta2/projects/'; $this->version = 'v1beta2'; $this->serviceName = 'manager'; $this->deployments = new Google_Service_Manager_DeploymentsResource( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'delete' => array( 'path' => '{projectId}/regions/{region}/deployments/{deploymentName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deploymentName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{projectId}/regions/{region}/deployments/{deploymentName}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deploymentName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{projectId}/regions/{region}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{projectId}/regions/{region}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->templates = new Google_Service_Manager_TemplatesResource( $this, $this->serviceName, 'templates', array( 'methods' => array( 'delete' => array( 'path' => '{projectId}/templates/{templateName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{projectId}/templates/{templateName}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{projectId}/templates', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{projectId}/templates', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK. Z!}sJsJEvendor/google/apiclient-services/src/Google/Service/PeopleService.phpnu[ * Provides access to information about profiles and contacts.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PeopleService extends Google_Service { /** See, edit, download, and permanently delete your contacts. */ const CONTACTS = "https://www.googleapis.com/auth/contacts"; /** See and download contact info automatically saved in your "Other contacts". */ const CONTACTS_OTHER_READONLY = "https://www.googleapis.com/auth/contacts.other.readonly"; /** See and download your contacts. */ const CONTACTS_READONLY = "https://www.googleapis.com/auth/contacts.readonly"; /** See and download your organization's GSuite directory. */ const DIRECTORY_READONLY = "https://www.googleapis.com/auth/directory.readonly"; /** View your street addresses. */ const USER_ADDRESSES_READ = "https://www.googleapis.com/auth/user.addresses.read"; /** See and download your exact date of birth. */ const USER_BIRTHDAY_READ = "https://www.googleapis.com/auth/user.birthday.read"; /** See and download all of your Google Account email addresses. */ const USER_EMAILS_READ = "https://www.googleapis.com/auth/user.emails.read"; /** See your gender. */ const USER_GENDER_READ = "https://www.googleapis.com/auth/user.gender.read"; /** See your education, work history and org info. */ const USER_ORGANIZATION_READ = "https://www.googleapis.com/auth/user.organization.read"; /** See and download your personal phone numbers. */ const USER_PHONENUMBERS_READ = "https://www.googleapis.com/auth/user.phonenumbers.read"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; /** See your personal info, including any personal info you've made publicly available. */ const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; public $contactGroups; public $contactGroups_members; public $otherContacts; public $people; public $people_connections; /** * Constructs the internal representation of the PeopleService service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://people.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'people'; $this->contactGroups = new Google_Service_PeopleService_Resource_ContactGroups( $this, $this->serviceName, 'contactGroups', array( 'methods' => array( 'batchGet' => array( 'path' => 'v1/contactGroups:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'groupFields' => array( 'location' => 'query', 'type' => 'string', ), 'maxMembers' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'create' => array( 'path' => 'v1/contactGroups', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/{+resourceName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deleteContacts' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupFields' => array( 'location' => 'query', 'type' => 'string', ), 'maxMembers' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/contactGroups', 'httpMethod' => 'GET', 'parameters' => array( 'groupFields' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1/{+resourceName}', 'httpMethod' => 'PUT', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->contactGroups_members = new Google_Service_PeopleService_Resource_ContactGroupsMembers( $this, $this->serviceName, 'members', array( 'methods' => array( 'modify' => array( 'path' => 'v1/{+resourceName}/members:modify', 'httpMethod' => 'POST', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->otherContacts = new Google_Service_PeopleService_Resource_OtherContacts( $this, $this->serviceName, 'otherContacts', array( 'methods' => array( 'copyOtherContactToMyContactsGroup' => array( 'path' => 'v1/{+resourceName}:copyOtherContactToMyContactsGroup', 'httpMethod' => 'POST', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/otherContacts', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), 'requestSyncToken' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'v1/otherContacts:search', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->people = new Google_Service_PeopleService_Resource_People( $this, $this->serviceName, 'people', array( 'methods' => array( 'batchCreateContacts' => array( 'path' => 'v1/people:batchCreateContacts', 'httpMethod' => 'POST', 'parameters' => array(), ),'batchDeleteContacts' => array( 'path' => 'v1/people:batchDeleteContacts', 'httpMethod' => 'POST', 'parameters' => array(), ),'batchUpdateContacts' => array( 'path' => 'v1/people:batchUpdateContacts', 'httpMethod' => 'POST', 'parameters' => array(), ),'createContact' => array( 'path' => 'v1/people:createContact', 'httpMethod' => 'POST', 'parameters' => array( 'personFields' => array( 'location' => 'query', 'type' => 'string', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'deleteContact' => array( 'path' => 'v1/{+resourceName}:deleteContact', 'httpMethod' => 'DELETE', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'deleteContactPhoto' => array( 'path' => 'v1/{+resourceName}:deleteContactPhoto', 'httpMethod' => 'DELETE', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'personFields' => array( 'location' => 'query', 'type' => 'string', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'get' => array( 'path' => 'v1/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'personFields' => array( 'location' => 'query', 'type' => 'string', ), 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'getBatchGet' => array( 'path' => 'v1/people:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'personFields' => array( 'location' => 'query', 'type' => 'string', ), 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'listDirectoryPeople' => array( 'path' => 'v1/people:listDirectoryPeople', 'httpMethod' => 'GET', 'parameters' => array( 'mergeSources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), 'requestSyncToken' => array( 'location' => 'query', 'type' => 'boolean', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchContacts' => array( 'path' => 'v1/people:searchContacts', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchDirectoryPeople' => array( 'path' => 'v1/people:searchDirectoryPeople', 'httpMethod' => 'GET', 'parameters' => array( 'mergeSources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'readMask' => array( 'location' => 'query', 'type' => 'string', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'updateContact' => array( 'path' => 'v1/{+resourceName}:updateContact', 'httpMethod' => 'PATCH', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'personFields' => array( 'location' => 'query', 'type' => 'string', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'updatePersonFields' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateContactPhoto' => array( 'path' => 'v1/{+resourceName}:updateContactPhoto', 'httpMethod' => 'PATCH', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->people_connections = new Google_Service_PeopleService_Resource_PeopleConnections( $this, $this->serviceName, 'connections', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+resourceName}/connections', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'personFields' => array( 'location' => 'query', 'type' => 'string', ), 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), 'requestSyncToken' => array( 'location' => 'query', 'type' => 'boolean', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'sources' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK. ZM@sbbTvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTable.phpnu[postalCodeGroupNames = $postalCodeGroupNames; } public function getPostalCodeGroupNames() { return $this->postalCodeGroupNames; } /** * @param Google_Service_ShoppingContent_TransitTableTransitTimeRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_ShoppingContent_TransitTableTransitTimeRow[] */ public function getRows() { return $this->rows; } public function setTransitTimeLabels($transitTimeLabels) { $this->transitTimeLabels = $transitTimeLabels; } public function getTransitTimeLabels() { return $this->transitTimeLabels; } } PK. Z\΢Svendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaSettings.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_LiaCountrySettings[] */ public function setCountrySettings($countrySettings) { $this->countrySettings = $countrySettings; } /** * @return Google_Service_ShoppingContent_LiaCountrySettings[] */ public function getCountrySettings() { return $this->countrySettings; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Ze@@evendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z4-ooovendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_ShoppingContent_ShippingSettings */ public function setShippingSettings(Google_Service_ShoppingContent_ShippingSettings $shippingSettings) { $this->shippingSettings = $shippingSettings; } /** * @return Google_Service_ShoppingContent_ShippingSettings */ public function getShippingSettings() { return $this->shippingSettings; } } PK. ZU4ˇ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCustomerService.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Z.-^^Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. ZK# gvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ReturnaddressCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Zi7Egvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setFeedId($feedId) { $this->feedId = $feedId; } public function getFeedId() { return $this->feedId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_ShoppingContent_Product */ public function setProduct(Google_Service_ShoppingContent_Product $product) { $this->product = $product; } /** * @return Google_Service_ShoppingContent_Product */ public function getProduct() { return $this->product; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK. Z8//vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. Z`ttRvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CutoffTime.phpnu[hour = $hour; } public function getHour() { return $this->hour; } public function setMinute($minute) { $this->minute = $minute; } public function getMinute() { return $this->minute; } public function setTimezone($timezone) { $this->timezone = $timezone; } public function getTimezone() { return $this->timezone; } } PK. Zs99\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountReturnCarrier.phpnu[carrierAccountId = $carrierAccountId; } public function getCarrierAccountId() { return $this->carrierAccountId; } public function setCarrierAccountName($carrierAccountName) { $this->carrierAccountName = $carrierAccountName; } public function getCarrierAccountName() { return $this->carrierAccountName; } public function setCarrierAccountNumber($carrierAccountNumber) { $this->carrierAccountNumber = $carrierAccountNumber; } public function getCarrierAccountNumber() { return $this->carrierAccountNumber; } public function setCarrierCode($carrierCode) { $this->carrierCode = $carrierCode; } public function getCarrierCode() { return $this->carrierCode; } } PK. ZEDDfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_LiasettingsCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z\$IIhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleCostOfGoodsSaleRule.phpnu[percentageDelta = $percentageDelta; } public function getPercentageDelta() { return $this->percentageDelta; } public function setPriceDelta($priceDelta) { $this->priceDelta = $priceDelta; } public function getPriceDelta() { return $this->priceDelta; } } PK. Za+`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestriction.phpnu[floor = $floor; } /** * @return Google_Service_ShoppingContent_RepricingRuleRestrictionBoundary */ public function getFloor() { return $this->floor; } public function setUseAutoPricingMinPrice($useAutoPricingMinPrice) { $this->useAutoPricingMinPrice = $useAutoPricingMinPrice; } public function getUseAutoPricingMinPrice() { return $this->useAutoPricingMinPrice; } } PK. Z^Ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/Metrics.phpnu[clicks = $clicks; } public function getClicks() { return $this->clicks; } public function setCtr($ctr) { $this->ctr = $ctr; } public function getCtr() { return $this->ctr; } public function setImpressions($impressions) { $this->impressions = $impressions; } public function getImpressions() { return $this->impressions; } } PK. Z؏J^aaSvendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoice.phpnu[additionalCharges = $additionalCharges; } /** * @return Google_Service_ShoppingContent_UnitInvoiceAdditionalCharge[] */ public function getAdditionalCharges() { return $this->additionalCharges; } /** * @param Google_Service_ShoppingContent_Price */ public function setUnitPrice(Google_Service_ShoppingContent_Price $unitPrice) { $this->unitPrice = $unitPrice; } /** * @return Google_Service_ShoppingContent_Price */ public function getUnitPrice() { return $this->unitPrice; } /** * @param Google_Service_ShoppingContent_UnitInvoiceTaxLine[] */ public function setUnitPriceTaxes($unitPriceTaxes) { $this->unitPriceTaxes = $unitPriceTaxes; } /** * @return Google_Service_ShoppingContent_UnitInvoiceTaxLine[] */ public function getUnitPriceTaxes() { return $this->unitPriceTaxes; } } PK. Z)DDLvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK. Z @@dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsUpdateLabelsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. ZS Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatus.phpnu[creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } /** * @param Google_Service_ShoppingContent_ProductStatusDestinationStatus[] */ public function setDestinationStatuses($destinationStatuses) { $this->destinationStatuses = $destinationStatuses; } /** * @return Google_Service_ShoppingContent_ProductStatusDestinationStatus[] */ public function getDestinationStatuses() { return $this->destinationStatuses; } public function setGoogleExpirationDate($googleExpirationDate) { $this->googleExpirationDate = $googleExpirationDate; } public function getGoogleExpirationDate() { return $this->googleExpirationDate; } /** * @param Google_Service_ShoppingContent_ProductStatusItemLevelIssue[] */ public function setItemLevelIssues($itemLevelIssues) { $this->itemLevelIssues = $itemLevelIssues; } /** * @return Google_Service_ShoppingContent_ProductStatusItemLevelIssue[] */ public function getItemLevelIssues() { return $this->itemLevelIssues; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastUpdateDate($lastUpdateDate) { $this->lastUpdateDate = $lastUpdateDate; } public function getLastUpdateDate() { return $this->lastUpdateDate; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZXbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Zk gvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignalShippingInfo.phpnu[actualDeliveryTime = $actualDeliveryTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getActualDeliveryTime() { return $this->actualDeliveryTime; } public function setCarrierName($carrierName) { $this->carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setCarrierServiceName($carrierServiceName) { $this->carrierServiceName = $carrierServiceName; } public function getCarrierServiceName() { return $this->carrierServiceName; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setEarliestDeliveryPromiseTime(Google_Service_ShoppingContent_DateTime $earliestDeliveryPromiseTime) { $this->earliestDeliveryPromiseTime = $earliestDeliveryPromiseTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getEarliestDeliveryPromiseTime() { return $this->earliestDeliveryPromiseTime; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setLatestDeliveryPromiseTime(Google_Service_ShoppingContent_DateTime $latestDeliveryPromiseTime) { $this->latestDeliveryPromiseTime = $latestDeliveryPromiseTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getLatestDeliveryPromiseTime() { return $this->latestDeliveryPromiseTime; } public function setOriginPostalCode($originPostalCode) { $this->originPostalCode = $originPostalCode; } public function getOriginPostalCode() { return $this->originPostalCode; } public function setOriginRegionCode($originRegionCode) { $this->originRegionCode = $originRegionCode; } public function getOriginRegionCode() { return $this->originRegionCode; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setShippedTime(Google_Service_ShoppingContent_DateTime $shippedTime) { $this->shippedTime = $shippedTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getShippedTime() { return $this->shippedTime; } public function setShippingStatus($shippingStatus) { $this->shippingStatus = $shippingStatus; } public function getShippingStatus() { return $this->shippingStatus; } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; } public function getTrackingId() { return $this->trackingId; } } PK. Z?NNSvendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccounts.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_GmbAccountsGmbAccount[] */ public function setGmbAccounts($gmbAccounts) { $this->gmbAccounts = $gmbAccounts; } /** * @return Google_Service_ShoppingContent_GmbAccountsGmbAccount[] */ public function getGmbAccounts() { return $this->gmbAccounts; } } PK. ZǝvffWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLocationGroupName($locationGroupName) { $this->locationGroupName = $locationGroupName; } public function getLocationGroupName() { return $this->locationGroupName; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK. ZZ*)  Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidaysHoliday.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setDate($date) { $this->date = $date; } public function getDate() { return $this->date; } public function setDeliveryGuaranteeDate($deliveryGuaranteeDate) { $this->deliveryGuaranteeDate = $deliveryGuaranteeDate; } public function getDeliveryGuaranteeDate() { return $this->deliveryGuaranteeDate; } public function setDeliveryGuaranteeHour($deliveryGuaranteeHour) { $this->deliveryGuaranteeHour = $deliveryGuaranteeHour; } public function getDeliveryGuaranteeHour() { return $this->deliveryGuaranteeHour; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Zi]' ' Ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.phpnu[locations = $locations; } /** * @return Google_Service_ShoppingContent_LocationIdSet[] */ public function getLocations() { return $this->locations; } public function setNumberOfItems($numberOfItems) { $this->numberOfItems = $numberOfItems; } public function getNumberOfItems() { return $this->numberOfItems; } public function setPostalCodeGroupNames($postalCodeGroupNames) { $this->postalCodeGroupNames = $postalCodeGroupNames; } public function getPostalCodeGroupNames() { return $this->postalCodeGroupNames; } /** * @param Google_Service_ShoppingContent_Price[] */ public function setPrices($prices) { $this->prices = $prices; } /** * @return Google_Service_ShoppingContent_Price[] */ public function getPrices() { return $this->prices; } /** * @param Google_Service_ShoppingContent_Weight[] */ public function setWeights($weights) { $this->weights = $weights; } /** * @return Google_Service_ShoppingContent_Weight[] */ public function getWeights() { return $this->weights; } } PK. ZJ|NN[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignal.phpnu[customerShippingFee = $customerShippingFee; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getCustomerShippingFee() { return $this->customerShippingFee; } public function setDeliveryPostalCode($deliveryPostalCode) { $this->deliveryPostalCode = $deliveryPostalCode; } public function getDeliveryPostalCode() { return $this->deliveryPostalCode; } public function setDeliveryRegionCode($deliveryRegionCode) { $this->deliveryRegionCode = $deliveryRegionCode; } public function getDeliveryRegionCode() { return $this->deliveryRegionCode; } /** * @param Google_Service_ShoppingContent_OrderTrackingSignalLineItemDetails[] */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_OrderTrackingSignalLineItemDetails[] */ public function getLineItems() { return $this->lineItems; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setOrderCreatedTime(Google_Service_ShoppingContent_DateTime $orderCreatedTime) { $this->orderCreatedTime = $orderCreatedTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getOrderCreatedTime() { return $this->orderCreatedTime; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setOrderTrackingSignalId($orderTrackingSignalId) { $this->orderTrackingSignalId = $orderTrackingSignalId; } public function getOrderTrackingSignalId() { return $this->orderTrackingSignalId; } /** * @param Google_Service_ShoppingContent_OrderTrackingSignalShipmentLineItemMapping[] */ public function setShipmentLineItemMapping($shipmentLineItemMapping) { $this->shipmentLineItemMapping = $shipmentLineItemMapping; } /** * @return Google_Service_ShoppingContent_OrderTrackingSignalShipmentLineItemMapping[] */ public function getShipmentLineItemMapping() { return $this->shipmentLineItemMapping; } /** * @param Google_Service_ShoppingContent_OrderTrackingSignalShippingInfo[] */ public function setShippingInfo($shippingInfo) { $this->shippingInfo = $shippingInfo; } /** * @return Google_Service_ShoppingContent_OrderTrackingSignalShippingInfo[] */ public function getShippingInfo() { return $this->shippingInfo; } } PK. ZT1c`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/BuyOnGoogleProgramStatus.phpnu[customerServicePendingEmail = $customerServicePendingEmail; } public function getCustomerServicePendingEmail() { return $this->customerServicePendingEmail; } public function setCustomerServiceVerifiedEmail($customerServiceVerifiedEmail) { $this->customerServiceVerifiedEmail = $customerServiceVerifiedEmail; } public function getCustomerServiceVerifiedEmail() { return $this->customerServiceVerifiedEmail; } public function setParticipationStage($participationStage) { $this->participationStage = $participationStage; } public function getParticipationStage() { return $this->participationStage; } } PK. ZE9O%%Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SearchResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_ReportRow[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_ShoppingContent_ReportRow[] */ public function getResults() { return $this->results; } } PK. Z~Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomer.phpnu[fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setInvoiceReceivingEmail($invoiceReceivingEmail) { $this->invoiceReceivingEmail = $invoiceReceivingEmail; } public function getInvoiceReceivingEmail() { return $this->invoiceReceivingEmail; } /** * @param Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo */ public function setLoyaltyInfo(Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo $loyaltyInfo) { $this->loyaltyInfo = $loyaltyInfo; } /** * @return Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo */ public function getLoyaltyInfo() { return $this->loyaltyInfo; } /** * @param Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo */ public function setMarketingRightsInfo(Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo $marketingRightsInfo) { $this->marketingRightsInfo = $marketingRightsInfo; } /** * @return Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo */ public function getMarketingRightsInfo() { return $this->marketingRightsInfo; } } PK. Zzdvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_ShippingSettings[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_ShippingSettings[] */ public function getResources() { return $this->resources; } } PK. ZC}eeovendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListPosDataProvidersResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_PosDataProviders[] */ public function setPosDataProviders($posDataProviders) { $this->posDataProviders = $posDataProviders; } /** * @return Google_Service_ShoppingContent_PosDataProviders[] */ public function getPosDataProviders() { return $this->posDataProviders; } } PK. Z iUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAmount.phpnu[priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setRemittedTaxAmount(Google_Service_ShoppingContent_Price $remittedTaxAmount) { $this->remittedTaxAmount = $remittedTaxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getRemittedTaxAmount() { return $this->remittedTaxAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } } PK. Z8cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_ProductStatus[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_ProductStatus[] */ public function getResources() { return $this->resources; } } PK. Z wdvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Zfivendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Z Xl44vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK. ZiWavendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountYouTubeChannelLink.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. Z/ Svendor/google/apiclient-services/src/Google/Service/ShoppingContent/LinkService.phpnu[service = $service; } public function getService() { return $this->service; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. ZCCbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountBusinessInformation.phpnu[address = $address; } /** * @return Google_Service_ShoppingContent_AccountAddress */ public function getAddress() { return $this->address; } /** * @param Google_Service_ShoppingContent_AccountCustomerService */ public function setCustomerService(Google_Service_ShoppingContent_AccountCustomerService $customerService) { $this->customerService = $customerService; } /** * @return Google_Service_ShoppingContent_AccountCustomerService */ public function getCustomerService() { return $this->customerService; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK. ZT Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.phpnu[product = $product; } /** * @return Google_Service_ShoppingContent_TestOrderLineItemProduct */ public function getProduct() { return $this->product; } public function setQuantityOrdered($quantityOrdered) { $this->quantityOrdered = $quantityOrdered; } public function getQuantityOrdered() { return $this->quantityOrdered; } /** * @param Google_Service_ShoppingContent_OrderLineItemReturnInfo */ public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) { $this->returnInfo = $returnInfo; } /** * @return Google_Service_ShoppingContent_OrderLineItemReturnInfo */ public function getReturnInfo() { return $this->returnInfo; } /** * @param Google_Service_ShoppingContent_OrderLineItemShippingDetails */ public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) { $this->shippingDetails = $shippingDetails; } /** * @return Google_Service_ShoppingContent_OrderLineItemShippingDetails */ public function getShippingDetails() { return $this->shippingDetails; } } PK. Zض;lvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListTransactionsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_OrderReportTransaction[] */ public function setTransactions($transactions) { $this->transactions = $transactions; } /** * @return Google_Service_ShoppingContent_OrderReportTransaction[] */ public function getTransactions() { return $this->transactions; } } PK. ZXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderAddress.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setFullAddress($fullAddress) { $this->fullAddress = $fullAddress; } public function getFullAddress() { return $this->fullAddress; } public function setIsPostOfficeBox($isPostOfficeBox) { $this->isPostOfficeBox = $isPostOfficeBox; } public function getIsPostOfficeBox() { return $this->isPostOfficeBox; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipientName($recipientName) { $this->recipientName = $recipientName; } public function getRecipientName() { return $this->recipientName; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } } PK. Zbcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsRefundOperation.phpnu[fullRefund = $fullRefund; } public function getFullRefund() { return $this->fullRefund; } /** * @param Google_Service_ShoppingContent_OrderreturnsPartialRefund */ public function setPartialRefund(Google_Service_ShoppingContent_OrderreturnsPartialRefund $partialRefund) { $this->partialRefund = $partialRefund; } /** * @return Google_Service_ShoppingContent_OrderreturnsPartialRefund */ public function getPartialRefund() { return $this->partialRefund; } public function setPaymentType($paymentType) { $this->paymentType = $paymentType; } public function getPaymentType() { return $this->paymentType; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } public function setReturnRefundReason($returnRefundReason) { $this->returnRefundReason = $returnRefundReason; } public function getReturnRefundReason() { return $this->returnRefundReason; } } PK. Zqwhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OnboardBuyOnGoogleProgramRequest.phpnu[customerServiceEmail = $customerServiceEmail; } public function getCustomerServiceEmail() { return $this->customerServiceEmail; } } PK. ZjHCkvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_RegionalinventoryCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. ZCZ!!\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentTrackingInfo.phpnu[carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setTrackingNumber($trackingNumber) { $this->trackingNumber = $trackingNumber; } public function getTrackingNumber() { return $this->trackingNumber; } } PK. Z3QQ\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaInventorySettings.phpnu[inventoryVerificationContactEmail = $inventoryVerificationContactEmail; } public function getInventoryVerificationContactEmail() { return $this->inventoryVerificationContactEmail; } public function setInventoryVerificationContactName($inventoryVerificationContactName) { $this->inventoryVerificationContactName = $inventoryVerificationContactName; } public function getInventoryVerificationContactName() { return $this->inventoryVerificationContactName; } public function setInventoryVerificationContactStatus($inventoryVerificationContactStatus) { $this->inventoryVerificationContactStatus = $inventoryVerificationContactStatus; } public function getInventoryVerificationContactStatus() { return $this->inventoryVerificationContactStatus; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. ZU&&`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderDeliveryDetails.phpnu[address = $address; } /** * @return Google_Service_ShoppingContent_TestOrderAddress */ public function getAddress() { return $this->address; } public function setIsScheduledDelivery($isScheduledDelivery) { $this->isScheduledDelivery = $isScheduledDelivery; } public function getIsScheduledDelivery() { return $this->isScheduledDelivery; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK. Z¯rvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlineReturnReasonCategoryInfo.phpnu[returnLabelSource = $returnLabelSource; } public function getReturnLabelSource() { return $this->returnLabelSource; } public function setReturnReasonCategory($returnReasonCategory) { $this->returnReasonCategory = $returnReasonCategory; } public function getReturnReasonCategory() { return $this->returnReasonCategory; } /** * @param Google_Service_ShoppingContent_ReturnPolicyOnlineReturnShippingFee */ public function setReturnShippingFee(Google_Service_ShoppingContent_ReturnPolicyOnlineReturnShippingFee $returnShippingFee) { $this->returnShippingFee = $returnShippingFee; } /** * @return Google_Service_ShoppingContent_ReturnPolicyOnlineReturnShippingFee */ public function getReturnShippingFee() { return $this->returnShippingFee; } } PK. Z - Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalInventory.phpnu[availability = $availability; } public function getAvailability() { return $this->availability; } /** * @param Google_Service_ShoppingContent_CustomAttribute[] */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_ShoppingContent_CustomAttribute[] */ public function getCustomAttributes() { return $this->customAttributes; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setRegionId($regionId) { $this->regionId = $regionId; } public function getRegionId() { return $this->regionId; } /** * @param Google_Service_ShoppingContent_Price */ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) { $this->salePrice = $salePrice; } /** * @return Google_Service_ShoppingContent_Price */ public function getSalePrice() { return $this->salePrice; } public function setSalePriceEffectiveDate($salePriceEffectiveDate) { $this->salePriceEffectiveDate = $salePriceEffectiveDate; } public function getSalePriceEffectiveDate() { return $this->salePriceEffectiveDate; } } PK. Zm?''pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Zhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Datafeed */ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) { $this->datafeed = $datafeed; } /** * @return Google_Service_ShoppingContent_Datafeed */ public function getDatafeed() { return $this->datafeed; } public function setDatafeedId($datafeedId) { $this->datafeedId = $datafeedId; } public function getDatafeedId() { return $this->datafeedId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } } PK. Zqʽhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionIdentifiers.phpnu[adjustmentId = $adjustmentId; } public function getAdjustmentId() { return $this->adjustmentId; } public function setMerchantOrderId($merchantOrderId) { $this->merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } public function setOrderItemId($orderItemId) { $this->orderItemId = $orderItemId; } public function getOrderItemId() { return $this->orderItemId; } public function setSettlementEntryId($settlementEntryId) { $this->settlementEntryId = $settlementEntryId; } public function getSettlementEntryId() { return $this->settlementEntryId; } public function setShipmentIds($shipmentIds) { $this->shipmentIds = $shipmentIds; } public function getShipmentIds() { return $this->shipmentIds; } public function setTransactionId($transactionId) { $this->transactionId = $transactionId; } public function getTransactionId() { return $this->transactionId; } } PK. ZVWhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerMarketingRightsInfo.phpnu[explicitMarketingPreference = $explicitMarketingPreference; } public function getExplicitMarketingPreference() { return $this->explicitMarketingPreference; } public function setLastUpdatedTimestamp($lastUpdatedTimestamp) { $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; } public function getLastUpdatedTimestamp() { return $this->lastUpdatedTimestamp; } public function setMarketingEmailAddress($marketingEmailAddress) { $this->marketingEmailAddress = $marketingEmailAddress; } public function getMarketingEmailAddress() { return $this->marketingEmailAddress; } } PK. Z5X ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InapplicabilityDetails.phpnu[inapplicableCount = $inapplicableCount; } public function getInapplicableCount() { return $this->inapplicableCount; } public function setInapplicableReason($inapplicableReason) { $this->inapplicableReason = $inapplicableReason; } public function getInapplicableReason() { return $this->inapplicableReason; } } PK. Zf|hmmfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionStatusItemLevelIssue.phpnu[attributeName = $attributeName; } public function getAttributeName() { return $this->attributeName; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDetail($detail) { $this->detail = $detail; } public function getDetail() { return $this->detail; } public function setDocumentation($documentation) { $this->documentation = $documentation; } public function getDocumentation() { return $this->documentation; } public function setResolution($resolution) { $this->resolution = $resolution; } public function getResolution() { return $this->resolution; } public function setServability($servability) { $this->servability = $servability; } public function getServability() { return $this->servability; } } PK. ZqZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyPolicy.phpnu[lastReturnDate = $lastReturnDate; } public function getLastReturnDate() { return $this->lastReturnDate; } public function setNumberOfDays($numberOfDays) { $this->numberOfDays = $numberOfDays; } public function getNumberOfDays() { return $this->numberOfDays; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Zivendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemRequest.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. ZYq_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemAdjustment.phpnu[priceAdjustment = $priceAdjustment; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAdjustment() { return $this->priceAdjustment; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAdjustment(Google_Service_ShoppingContent_Price $taxAdjustment) { $this->taxAdjustment = $taxAdjustment; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAdjustment() { return $this->taxAdjustment; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZΉ\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddressAddress.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipientName($recipientName) { $this->recipientName = $recipientName; } public function getRecipientName() { return $this->recipientName; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } } PK. Z.""kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z)%\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderOrderAnnotation.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z\){lvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsCreateOrderReturnRequest.phpnu[lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_OrderreturnsLineItem[] */ public function getLineItems() { return $this->lineItems; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setReturnMethodType($returnMethodType) { $this->returnMethodType = $returnMethodType; } public function getReturnMethodType() { return $this->returnMethodType; } } PK. Z+"evendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. Z`Qvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReportRow.phpnu[metrics = $metrics; } /** * @return Google_Service_ShoppingContent_Metrics */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ShoppingContent_Segments */ public function setSegments(Google_Service_ShoppingContent_Segments $segments) { $this->segments = $segments; } /** * @return Google_Service_ShoppingContent_Segments */ public function getSegments() { return $this->segments; } } PK. ZwWϋpvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_ShippingSettings */ public function setShippingSettings(Google_Service_ShoppingContent_ShippingSettings $shippingSettings) { $this->shippingSettings = $shippingSettings; } /** * @return Google_Service_ShoppingContent_ShippingSettings */ public function getShippingSettings() { return $this->shippingSettings; } } PK. ZOCl$[[Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setRatePercent($ratePercent) { $this->ratePercent = $ratePercent; } public function getRatePercent() { return $this->ratePercent; } public function setShippingTaxed($shippingTaxed) { $this->shippingTaxed = $shippingTaxed; } public function getShippingTaxed() { return $this->shippingTaxed; } public function setUseGlobalRate($useGlobalRate) { $this->useGlobalRate = $useGlobalRate; } public function getUseGlobalRate() { return $this->useGlobalRate; } } PK. Z)5bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRow.phpnu[values = $values; } /** * @return Google_Service_ShoppingContent_TransitTableTransitTimeRowTransitTimeValue[] */ public function getValues() { return $this->values; } } PK. Z   Pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DateTime.phpnu[day = $day; } public function getDay() { return $this->day; } public function setHours($hours) { $this->hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } /** * @param Google_Service_ShoppingContent_TimeZone */ public function setTimeZone(Google_Service_ShoppingContent_TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_ShoppingContent_TimeZone */ public function getTimeZone() { return $this->timeZone; } public function setUtcOffset($utcOffset) { $this->utcOffset = $utcOffset; } public function getUtcOffset() { return $this->utcOffset; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK. ZW(]Sffovendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_ProductStatus */ public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus) { $this->productStatus = $productStatus; } /** * @return Google_Service_ShoppingContent_ProductStatus */ public function getProductStatus() { return $this->productStatus; } } PK. Zyfevendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_LiasettingsCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Z?U#K>>svendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemItem.phpnu[amount = $amount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getAmount() { return $this->amount; } public function setFullRefund($fullRefund) { $this->fullRefund = $fullRefund; } public function getFullRefund() { return $this->fullRefund; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. ZIImvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetPosDataProviderResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. Z[Yqvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleReportBuyboxWinningRuleStats.phpnu[buyboxWonProductCount = $buyboxWonProductCount; } public function getBuyboxWonProductCount() { return $this->buyboxWonProductCount; } } PK. Z>NR3 3 Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleResponse.phpnu[contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setSaleId($saleId) { $this->saleId = $saleId; } public function getSaleId() { return $this->saleId; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK. Zooavendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListAccountLabelsResponse.phpnu[accountLabels = $accountLabels; } /** * @return Google_Service_ShoppingContent_AccountLabel[] */ public function getAccountLabels() { return $this->accountLabels; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. ZPhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRepricingRuleReportsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_RepricingRuleReport[] */ public function setRepricingRuleReports($repricingRuleReports) { $this->repricingRuleReports = $repricingRuleReports; } /** * @return Google_Service_ShoppingContent_RepricingRuleReport[] */ public function getRepricingRuleReports() { return $this->repricingRuleReports; } } PK. ZDZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCredentials.phpnu[accessToken = $accessToken; } public function getAccessToken() { return $this->accessToken; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setPurpose($purpose) { $this->purpose = $purpose; } public function getPurpose() { return $this->purpose; } } PK. Z}Vvavendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z"  bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_PosInventory */ public function setInventory(Google_Service_ShoppingContent_PosInventory $inventory) { $this->inventory = $inventory; } /** * @return Google_Service_ShoppingContent_PosInventory */ public function getInventory() { return $this->inventory; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_ShoppingContent_PosSale */ public function setSale(Google_Service_ShoppingContent_PosSale $sale) { $this->sale = $sale; } /** * @return Google_Service_ShoppingContent_PosSale */ public function getSale() { return $this->sale; } /** * @param Google_Service_ShoppingContent_PosStore */ public function setStore(Google_Service_ShoppingContent_PosStore $store) { $this->store = $store; } /** * @return Google_Service_ShoppingContent_PosStore */ public function getStore() { return $this->store; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetMerchantId($targetMerchantId) { $this->targetMerchantId = $targetMerchantId; } public function getTargetMerchantId() { return $this->targetMerchantId; } } PK. Z@ϛ[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleReport.phpnu[buyboxWinningRuleStats = $buyboxWinningRuleStats; } /** * @return Google_Service_ShoppingContent_RepricingRuleReportBuyboxWinningRuleStats */ public function getBuyboxWinningRuleStats() { return $this->buyboxWinningRuleStats; } /** * @param Google_Service_ShoppingContent_Date */ public function setDate(Google_Service_ShoppingContent_Date $date) { $this->date = $date; } /** * @return Google_Service_ShoppingContent_Date */ public function getDate() { return $this->date; } public function setImpactedProducts($impactedProducts) { $this->impactedProducts = $impactedProducts; } public function getImpactedProducts() { return $this->impactedProducts; } /** * @param Google_Service_ShoppingContent_InapplicabilityDetails[] */ public function setInapplicabilityDetails($inapplicabilityDetails) { $this->inapplicabilityDetails = $inapplicabilityDetails; } /** * @return Google_Service_ShoppingContent_InapplicabilityDetails[] */ public function getInapplicabilityDetails() { return $this->inapplicabilityDetails; } public function setInapplicableProducts($inapplicableProducts) { $this->inapplicableProducts = $inapplicableProducts; } public function getInapplicableProducts() { return $this->inapplicableProducts; } public function setOrderItemCount($orderItemCount) { $this->orderItemCount = $orderItemCount; } public function getOrderItemCount() { return $this->orderItemCount; } public function setRuleId($ruleId) { $this->ruleId = $ruleId; } public function getRuleId() { return $this->ruleId; } /** * @param Google_Service_ShoppingContent_PriceAmount */ public function setTotalGmv(Google_Service_ShoppingContent_PriceAmount $totalGmv) { $this->totalGmv = $totalGmv; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getTotalGmv() { return $this->totalGmv; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z3iWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeGroup.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_PostalCodeRange[] */ public function setPostalCodeRanges($postalCodeRanges) { $this->postalCodeRanges = $postalCodeRanges; } /** * @return Google_Service_ShoppingContent_PostalCodeRange[] */ public function getPostalCodeRanges() { return $this->postalCodeRanges; } } PK. Z3G>>fvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusAccountLevelIssue.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDetail($detail) { $this->detail = $detail; } public function getDetail() { return $this->detail; } public function setDocumentation($documentation) { $this->documentation = $documentation; } public function getDocumentation() { return $this->documentation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Z/  `vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_ReturnPolicy[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_ReturnPolicy[] */ public function getResources() { return $this->resources; } } PK. Z<Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnline.phpnu[countries = $countries; } public function getCountries() { return $this->countries; } public function setItemConditions($itemConditions) { $this->itemConditions = $itemConditions; } public function getItemConditions() { return $this->itemConditions; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_ReturnPolicyOnlinePolicy */ public function setPolicy(Google_Service_ShoppingContent_ReturnPolicyOnlinePolicy $policy) { $this->policy = $policy; } /** * @return Google_Service_ShoppingContent_ReturnPolicyOnlinePolicy */ public function getPolicy() { return $this->policy; } /** * @param Google_Service_ShoppingContent_ReturnPolicyOnlineRestockingFee */ public function setRestockingFee(Google_Service_ShoppingContent_ReturnPolicyOnlineRestockingFee $restockingFee) { $this->restockingFee = $restockingFee; } /** * @return Google_Service_ShoppingContent_ReturnPolicyOnlineRestockingFee */ public function getRestockingFee() { return $this->restockingFee; } public function setReturnMethods($returnMethods) { $this->returnMethods = $returnMethods; } public function getReturnMethods() { return $this->returnMethods; } public function setReturnPolicyId($returnPolicyId) { $this->returnPolicyId = $returnPolicyId; } public function getReturnPolicyId() { return $this->returnPolicyId; } public function setReturnPolicyUri($returnPolicyUri) { $this->returnPolicyUri = $returnPolicyUri; } public function getReturnPolicyUri() { return $this->returnPolicyUri; } /** * @param Google_Service_ShoppingContent_ReturnPolicyOnlineReturnReasonCategoryInfo[] */ public function setReturnReasonCategoryInfo($returnReasonCategoryInfo) { $this->returnReasonCategoryInfo = $returnReasonCategoryInfo; } /** * @return Google_Service_ShoppingContent_ReturnPolicyOnlineReturnReasonCategoryInfo[] */ public function getReturnReasonCategoryInfo() { return $this->returnReasonCategoryInfo; } } PK. Z^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPickupDetails.phpnu[locationCode = $locationCode; } public function getLocationCode() { return $this->locationCode; } /** * @param Google_Service_ShoppingContent_TestOrderAddress */ public function setPickupLocationAddress(Google_Service_ShoppingContent_TestOrderAddress $pickupLocationAddress) { $this->pickupLocationAddress = $pickupLocationAddress; } /** * @return Google_Service_ShoppingContent_TestOrderAddress */ public function getPickupLocationAddress() { return $this->pickupLocationAddress; } public function setPickupLocationType($pickupLocationType) { $this->pickupLocationType = $pickupLocationType; } public function getPickupLocationType() { return $this->pickupLocationType; } /** * @param Google_Service_ShoppingContent_TestOrderPickupDetailsPickupPerson[] */ public function setPickupPersons($pickupPersons) { $this->pickupPersons = $pickupPersons; } /** * @return Google_Service_ShoppingContent_TestOrderPickupDetailsPickupPerson[] */ public function getPickupPersons() { return $this->pickupPersons; } } PK. ZjYkk`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsAuthInfoResponse.phpnu[accountIdentifiers = $accountIdentifiers; } /** * @return Google_Service_ShoppingContent_AccountIdentifier[] */ public function getAccountIdentifiers() { return $this->accountIdentifiers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZY=((\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PickupCarrierService.phpnu[carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK. Z?~Rvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTax.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_AccountTaxTaxRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ShoppingContent_AccountTaxTaxRule[] */ public function getRules() { return $this->rules; } } PK. Z ?==jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.phpnu[accountTax = $accountTax; } /** * @return Google_Service_ShoppingContent_AccountTax */ public function getAccountTax() { return $this->accountTax; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z6cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemRequest.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. Z*kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionPostalCodeAreaPostalCodeRange.phpnu[begin = $begin; } public function getBegin() { return $this->begin; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } } PK. Z%ssfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsAcknowledgeRequest.phpnu[operationId = $operationId; } public function getOperationId() { return $this->operationId; } } PK. Z "Ojvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.phpnu[carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setMaxDaysInTransit($maxDaysInTransit) { $this->maxDaysInTransit = $maxDaysInTransit; } public function getMaxDaysInTransit() { return $this->maxDaysInTransit; } public function setMethodName($methodName) { $this->methodName = $methodName; } public function getMethodName() { return $this->methodName; } public function setMinDaysInTransit($minDaysInTransit) { $this->minDaysInTransit = $minDaysInTransit; } public function getMinDaysInTransit() { return $this->minDaysInTransit; } } PK. Zyjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_TestOrder */ public function setTemplate(Google_Service_ShoppingContent_TestOrder $template) { $this->template = $template; } /** * @return Google_Service_ShoppingContent_TestOrder */ public function getTemplate() { return $this->template; } } PK. ZS +CC_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListCollectionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Collection[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_Collection[] */ public function getResources() { return $this->resources; } } PK. ZXXkvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z?Tvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountLabel.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabelId($labelId) { $this->labelId = $labelId; } public function getLabelId() { return $this->labelId; } public function setLabelType($labelType) { $this->labelType = $labelType; } public function getLabelType() { return $this->labelType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Z#[..ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setDatafeedId($datafeedId) { $this->datafeedId = $datafeedId; } public function getDatafeedId() { return $this->datafeedId; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } } PK. Z*Ihvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataRequest.phpnu[annotations = $annotations; } /** * @return Google_Service_ShoppingContent_OrderMerchantProvidedAnnotation[] */ public function getAnnotations() { return $this->annotations; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK. ZQC  Pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Datafeed.phpnu[attributeLanguage = $attributeLanguage; } public function getAttributeLanguage() { return $this->attributeLanguage; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } /** * @param Google_Service_ShoppingContent_DatafeedFetchSchedule */ public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule) { $this->fetchSchedule = $fetchSchedule; } /** * @return Google_Service_ShoppingContent_DatafeedFetchSchedule */ public function getFetchSchedule() { return $this->fetchSchedule; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } /** * @param Google_Service_ShoppingContent_DatafeedFormat */ public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format) { $this->format = $format; } /** * @return Google_Service_ShoppingContent_DatafeedFormat */ public function getFormat() { return $this->format; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_DatafeedTarget[] */ public function setTargets($targets) { $this->targets = $targets; } /** * @return Google_Service_ShoppingContent_DatafeedTarget[] */ public function getTargets() { return $this->targets; } } PK. Z##_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportDisbursement.phpnu[disbursementAmount = $disbursementAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getDisbursementAmount() { return $this->disbursementAmount; } public function setDisbursementCreationDate($disbursementCreationDate) { $this->disbursementCreationDate = $disbursementCreationDate; } public function getDisbursementCreationDate() { return $this->disbursementCreationDate; } public function setDisbursementDate($disbursementDate) { $this->disbursementDate = $disbursementDate; } public function getDisbursementDate() { return $this->disbursementDate; } public function setDisbursementId($disbursementId) { $this->disbursementId = $disbursementId; } public function getDisbursementId() { return $this->disbursementId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } } PK. Z>pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_DatafeedStatus */ public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus) { $this->datafeedStatus = $datafeedStatus; } /** * @return Google_Service_ShoppingContent_DatafeedStatus */ public function getDatafeedStatus() { return $this->datafeedStatus; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } } PK. Zji!!jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZԤk55^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MinimumOrderValueTable.phpnu[storeCodeSetWithMovs = $storeCodeSetWithMovs; } /** * @return Google_Service_ShoppingContent_MinimumOrderValueTableStoreCodeSetWithMov[] */ public function getStoreCodeSetWithMovs() { return $this->storeCodeSetWithMovs; } } PK. ZLkLLhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ReturnaddressCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZS]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusProducts.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } /** * @param Google_Service_ShoppingContent_AccountStatusItemLevelIssue[] */ public function setItemLevelIssues($itemLevelIssues) { $this->itemLevelIssues = $itemLevelIssues; } /** * @return Google_Service_ShoppingContent_AccountStatusItemLevelIssue[] */ public function getItemLevelIssues() { return $this->itemLevelIssues; } /** * @param Google_Service_ShoppingContent_AccountStatusStatistics */ public function setStatistics(Google_Service_ShoppingContent_AccountStatusStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_ShoppingContent_AccountStatusStatistics */ public function getStatistics() { return $this->statistics; } } PK. Zgztvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.phpnu[holidays = $holidays; } /** * @return Google_Service_ShoppingContent_HolidaysHoliday[] */ public function getHolidays() { return $this->holidays; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z3""kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z/Ccvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.phpnu[name = $name; } public function getName() { return $this->name; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK. ZBsvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_GmbAccountsGmbAccount[] */ public function setGmbAccounts($gmbAccounts) { $this->gmbAccounts = $gmbAccounts; } /** * @return Google_Service_ShoppingContent_GmbAccountsGmbAccount[] */ public function getGmbAccounts() { return $this->gmbAccounts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z>aG>>^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsReturnItem.phpnu[refund = $refund; } /** * @return Google_Service_ShoppingContent_OrderreturnsRefundOperation */ public function getRefund() { return $this->refund; } /** * @param Google_Service_ShoppingContent_OrderreturnsRejectOperation */ public function setReject(Google_Service_ShoppingContent_OrderreturnsRejectOperation $reject) { $this->reject = $reject; } /** * @return Google_Service_ShoppingContent_OrderreturnsRejectOperation */ public function getReject() { return $this->reject; } public function setReturnItemId($returnItemId) { $this->returnItemId = $returnItemId; } public function getReturnItemId() { return $this->returnItemId; } } PK. ZTTjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Zwcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PickupServicesPickupService.phpnu[carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK. Z;~GGkvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestGmbAccessResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. ZWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_PosStore[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_PosStore[] */ public function getResources() { return $this->resources; } } PK. ZN>Revendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementreportsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_SettlementReport[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_SettlementReport[] */ public function getResources() { return $this->resources; } } PK. Z"%cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z`   _vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundItemRequest.phpnu[items = $items; } /** * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefundItemItem[] */ public function getItems() { return $this->items; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } /** * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefundItemShipping */ public function setShipping(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefundItemShipping $shipping) { $this->shipping = $shipping; } /** * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefundItemShipping */ public function getShipping() { return $this->shipping; } } PK. ZOrkvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRepricingProductReportsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_RepricingProductReport[] */ public function setRepricingProductReports($repricingProductReports) { $this->repricingProductReports = $repricingProductReports; } /** * @return Google_Service_ShoppingContent_RepricingProductReport[] */ public function getRepricingProductReports() { return $this->repricingProductReports; } } PK. Z1_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_LiaSettings[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_LiaSettings[] */ public function getResources() { return $this->resources; } } PK. Zx:"UUmvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_LocalInventory */ public function setLocalInventory(Google_Service_ShoppingContent_LocalInventory $localInventory) { $this->localInventory = $localInventory; } /** * @return Google_Service_ShoppingContent_LocalInventory */ public function getLocalInventory() { return $this->localInventory; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK. Z|]Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.phpnu[columnDelimiter = $columnDelimiter; } public function getColumnDelimiter() { return $this->columnDelimiter; } public function setFileEncoding($fileEncoding) { $this->fileEncoding = $fileEncoding; } public function getFileEncoding() { return $this->fileEncoding; } public function setQuotingMode($quotingMode) { $this->quotingMode = $quotingMode; } public function getQuotingMode() { return $this->quotingMode; } } PK. Zbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsRequest.phpnu[lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment[] */ public function getLineItems() { return $this->lineItems; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setShipmentGroupId($shipmentGroupId) { $this->shipmentGroupId = $shipmentGroupId; } public function getShipmentGroupId() { return $this->shipmentGroupId; } /** * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo[] */ public function setShipmentInfos($shipmentInfos) { $this->shipmentInfos = $shipmentInfos; } /** * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo[] */ public function getShipmentInfos() { return $this->shipmentInfos; } } PK. Z Ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.phpnu[active = $active; } public function getActive() { return $this->active; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setDeliveryCountry($deliveryCountry) { $this->deliveryCountry = $deliveryCountry; } public function getDeliveryCountry() { return $this->deliveryCountry; } /** * @param Google_Service_ShoppingContent_DeliveryTime */ public function setDeliveryTime(Google_Service_ShoppingContent_DeliveryTime $deliveryTime) { $this->deliveryTime = $deliveryTime; } /** * @return Google_Service_ShoppingContent_DeliveryTime */ public function getDeliveryTime() { return $this->deliveryTime; } public function setEligibility($eligibility) { $this->eligibility = $eligibility; } public function getEligibility() { return $this->eligibility; } /** * @param Google_Service_ShoppingContent_Price */ public function setMinimumOrderValue(Google_Service_ShoppingContent_Price $minimumOrderValue) { $this->minimumOrderValue = $minimumOrderValue; } /** * @return Google_Service_ShoppingContent_Price */ public function getMinimumOrderValue() { return $this->minimumOrderValue; } /** * @param Google_Service_ShoppingContent_MinimumOrderValueTable */ public function setMinimumOrderValueTable(Google_Service_ShoppingContent_MinimumOrderValueTable $minimumOrderValueTable) { $this->minimumOrderValueTable = $minimumOrderValueTable; } /** * @return Google_Service_ShoppingContent_MinimumOrderValueTable */ public function getMinimumOrderValueTable() { return $this->minimumOrderValueTable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_PickupCarrierService */ public function setPickupService(Google_Service_ShoppingContent_PickupCarrierService $pickupService) { $this->pickupService = $pickupService; } /** * @return Google_Service_ShoppingContent_PickupCarrierService */ public function getPickupService() { return $this->pickupService; } /** * @param Google_Service_ShoppingContent_RateGroup[] */ public function setRateGroups($rateGroups) { $this->rateGroups = $rateGroups; } /** * @return Google_Service_ShoppingContent_RateGroup[] */ public function getRateGroups() { return $this->rateGroups; } public function setShipmentType($shipmentType) { $this->shipmentType = $shipmentType; } public function getShipmentType() { return $this->shipmentType; } } PK. ZFwDDavendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionFeaturedProduct.phpnu[offerId = $offerId; } public function getOfferId() { return $this->offerId; } public function setX($x) { $this->x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK. Z @Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomAttribute.phpnu[groupValues = $groupValues; } /** * @return Google_Service_ShoppingContent_CustomAttribute[] */ public function getGroupValues() { return $this->groupValues; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZLVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummary.phpnu[additionalChargeSummaries = $additionalChargeSummaries; } /** * @return Google_Service_ShoppingContent_InvoiceSummaryAdditionalChargeSummary[] */ public function getAdditionalChargeSummaries() { return $this->additionalChargeSummaries; } /** * @param Google_Service_ShoppingContent_Amount */ public function setProductTotal(Google_Service_ShoppingContent_Amount $productTotal) { $this->productTotal = $productTotal; } /** * @return Google_Service_ShoppingContent_Amount */ public function getProductTotal() { return $this->productTotal; } } PK. Z[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionGeoTargetArea.phpnu[geotargetCriteriaIds = $geotargetCriteriaIds; } public function getGeotargetCriteriaIds() { return $this->geotargetCriteriaIds; } } PK. ZSSvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.phpnu[actor = $actor; } public function getActor() { return $this->actor; } public function setCreationDate($creationDate) { $this->creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. Z#44vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK. Z3 Nvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Region.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ShoppingContent_RegionGeoTargetArea */ public function setGeotargetArea(Google_Service_ShoppingContent_RegionGeoTargetArea $geotargetArea) { $this->geotargetArea = $geotargetArea; } /** * @return Google_Service_ShoppingContent_RegionGeoTargetArea */ public function getGeotargetArea() { return $this->geotargetArea; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } /** * @param Google_Service_ShoppingContent_RegionPostalCodeArea */ public function setPostalCodeArea(Google_Service_ShoppingContent_RegionPostalCodeArea $postalCodeArea) { $this->postalCodeArea = $postalCodeArea; } /** * @return Google_Service_ShoppingContent_RegionPostalCodeArea */ public function getPostalCodeArea() { return $this->postalCodeArea; } public function setRegionId($regionId) { $this->regionId = $regionId; } public function getRegionId() { return $this->regionId; } public function setRegionalInventoryEligible($regionalInventoryEligible) { $this->regionalInventoryEligible = $regionalInventoryEligible; } public function getRegionalInventoryEligible() { return $this->regionalInventoryEligible; } public function setShippingEligible($shippingEligible) { $this->shippingEligible = $shippingEligible; } public function getShippingEligible() { return $this->shippingEligible; } } PK. ZK Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.phpnu[adjustments = $adjustments; } /** * @return Google_Service_ShoppingContent_OrderLineItemAdjustment[] */ public function getAdjustments() { return $this->adjustments; } /** * @param Google_Service_ShoppingContent_OrderMerchantProvidedAnnotation[] */ public function setAnnotations($annotations) { $this->annotations = $annotations; } /** * @return Google_Service_ShoppingContent_OrderMerchantProvidedAnnotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_ShoppingContent_OrderCancellation[] */ public function setCancellations($cancellations) { $this->cancellations = $cancellations; } /** * @return Google_Service_ShoppingContent_OrderCancellation[] */ public function getCancellations() { return $this->cancellations; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } /** * @param Google_Service_ShoppingContent_OrderLineItemProduct */ public function setProduct(Google_Service_ShoppingContent_OrderLineItemProduct $product) { $this->product = $product; } /** * @return Google_Service_ShoppingContent_OrderLineItemProduct */ public function getProduct() { return $this->product; } public function setQuantityCanceled($quantityCanceled) { $this->quantityCanceled = $quantityCanceled; } public function getQuantityCanceled() { return $this->quantityCanceled; } public function setQuantityDelivered($quantityDelivered) { $this->quantityDelivered = $quantityDelivered; } public function getQuantityDelivered() { return $this->quantityDelivered; } public function setQuantityOrdered($quantityOrdered) { $this->quantityOrdered = $quantityOrdered; } public function getQuantityOrdered() { return $this->quantityOrdered; } public function setQuantityPending($quantityPending) { $this->quantityPending = $quantityPending; } public function getQuantityPending() { return $this->quantityPending; } public function setQuantityReadyForPickup($quantityReadyForPickup) { $this->quantityReadyForPickup = $quantityReadyForPickup; } public function getQuantityReadyForPickup() { return $this->quantityReadyForPickup; } public function setQuantityReturned($quantityReturned) { $this->quantityReturned = $quantityReturned; } public function getQuantityReturned() { return $this->quantityReturned; } public function setQuantityShipped($quantityShipped) { $this->quantityShipped = $quantityShipped; } public function getQuantityShipped() { return $this->quantityShipped; } public function setQuantityUndeliverable($quantityUndeliverable) { $this->quantityUndeliverable = $quantityUndeliverable; } public function getQuantityUndeliverable() { return $this->quantityUndeliverable; } /** * @param Google_Service_ShoppingContent_OrderLineItemReturnInfo */ public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) { $this->returnInfo = $returnInfo; } /** * @return Google_Service_ShoppingContent_OrderLineItemReturnInfo */ public function getReturnInfo() { return $this->returnInfo; } /** * @param Google_Service_ShoppingContent_OrderReturn[] */ public function setReturns($returns) { $this->returns = $returns; } /** * @return Google_Service_ShoppingContent_OrderReturn[] */ public function getReturns() { return $this->returns; } /** * @param Google_Service_ShoppingContent_OrderLineItemShippingDetails */ public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) { $this->shippingDetails = $shippingDetails; } /** * @return Google_Service_ShoppingContent_OrderLineItemShippingDetails */ public function getShippingDetails() { return $this->shippingDetails; } /** * @param Google_Service_ShoppingContent_Price */ public function setTax(Google_Service_ShoppingContent_Price $tax) { $this->tax = $tax; } /** * @return Google_Service_ShoppingContent_Price */ public function getTax() { return $this->tax; } } PK. Z Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatus.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setDatafeedId($datafeedId) { $this->datafeedId = $datafeedId; } public function getDatafeedId() { return $this->datafeedId; } /** * @param Google_Service_ShoppingContent_DatafeedStatusError[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_DatafeedStatusError[] */ public function getErrors() { return $this->errors; } public function setItemsTotal($itemsTotal) { $this->itemsTotal = $itemsTotal; } public function getItemsTotal() { return $this->itemsTotal; } public function setItemsValid($itemsValid) { $this->itemsValid = $itemsValid; } public function getItemsValid() { return $this->itemsValid; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLastUploadDate($lastUploadDate) { $this->lastUploadDate = $lastUploadDate; } public function getLastUploadDate() { return $this->lastUploadDate; } public function setProcessingStatus($processingStatus) { $this->processingStatus = $processingStatus; } public function getProcessingStatus() { return $this->processingStatus; } /** * @param Google_Service_ShoppingContent_DatafeedStatusError[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_ShoppingContent_DatafeedStatusError[] */ public function getWarnings() { return $this->warnings; } } PK. Zlqivendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionStatusDestinationStatus.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. ZQ`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundItemResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z4<[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelRequest.phpnu[operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. ZmDwwavendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $shippingsettings = $contentService->shippingsettings; * */ class Google_Service_ShoppingContent_Resource_Shippingsettings extends Google_Service_Resource { /** * Retrieves and updates the shipping settings of multiple accounts in a single * request. (shippingsettings.custombatch) * * @param Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponse"); } /** * Retrieves the shipping settings of the account. (shippingsettings.get) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to get/update * shipping settings. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ShippingSettings */ public function get($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_ShippingSettings"); } /** * Retrieves supported carriers and carrier services for an account. * (shippingsettings.getsupportedcarriers) * * @param string $merchantId The ID of the account for which to retrieve the * supported carriers. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ShippingsettingsGetSupportedCarriersResponse */ public function getsupportedcarriers($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('getsupportedcarriers', array($params), "Google_Service_ShoppingContent_ShippingsettingsGetSupportedCarriersResponse"); } /** * Retrieves supported holidays for an account. * (shippingsettings.getsupportedholidays) * * @param string $merchantId The ID of the account for which to retrieve the * supported holidays. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ShippingsettingsGetSupportedHolidaysResponse */ public function getsupportedholidays($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('getsupportedholidays', array($params), "Google_Service_ShoppingContent_ShippingsettingsGetSupportedHolidaysResponse"); } /** * Retrieves supported pickup services for an account. * (shippingsettings.getsupportedpickupservices) * * @param string $merchantId The ID of the account for which to retrieve the * supported pickup services. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ShippingsettingsGetSupportedPickupServicesResponse */ public function getsupportedpickupservices($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('getsupportedpickupservices', array($params), "Google_Service_ShoppingContent_ShippingsettingsGetSupportedPickupServicesResponse"); } /** * Lists the shipping settings of the sub-accounts in your Merchant Center * account. (shippingsettings.listShippingsettings) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of shipping settings to * return in the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_ShippingsettingsListResponse */ public function listShippingsettings($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ShippingsettingsListResponse"); } /** * Updates the shipping settings of the account. Any fields that are not * provided are deleted from the resource. (shippingsettings.update) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to get/update * shipping settings. * @param Google_Service_ShoppingContent_ShippingSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ShippingSettings */ public function update($merchantId, $accountId, Google_Service_ShoppingContent_ShippingSettings $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ShoppingContent_ShippingSettings"); } } PK. Z})A  avendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $datafeedstatuses = $contentService->datafeedstatuses; * */ class Google_Service_ShoppingContent_Resource_Datafeedstatuses extends Google_Service_Resource { /** * Gets multiple Merchant Center datafeed statuses in a single request. * (datafeedstatuses.custombatch) * * @param Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse"); } /** * Retrieves the status of a datafeed from your Merchant Center account. * (datafeedstatuses.get) * * @param string $merchantId The ID of the account that manages the datafeed. * This account cannot be a multi-client account. * @param string $datafeedId The ID of the datafeed. * @param array $optParams Optional parameters. * * @opt_param string country The country for which to get the datafeed status. * If this parameter is provided then language must also be provided. Note that * this parameter is required for feeds targeting multiple countries and * languages, since a feed may have a different status for each target. * @opt_param string language The language for which to get the datafeed status. * If this parameter is provided then country must also be provided. Note that * this parameter is required for feeds targeting multiple countries and * languages, since a feed may have a different status for each target. * @return Google_Service_ShoppingContent_DatafeedStatus */ public function get($merchantId, $datafeedId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus"); } /** * Lists the statuses of the datafeeds in your Merchant Center account. * (datafeedstatuses.listDatafeedstatuses) * * @param string $merchantId The ID of the account that manages the datafeeds. * This account cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of products to return in the * response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_DatafeedstatusesListResponse */ public function listDatafeedstatuses($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedstatusesListResponse"); } } PK. ZMSSTvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pos.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $pos = $contentService->pos; * */ class Google_Service_ShoppingContent_Resource_Pos extends Google_Service_Resource { /** * Batches multiple POS-related calls in a single request. (pos.custombatch) * * @param Google_Service_ShoppingContent_PosCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PosCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_PosCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_PosCustomBatchResponse"); } /** * Deletes a store for the given merchant. (pos.delete) * * @param string $merchantId The ID of the POS or inventory data provider. * @param string $targetMerchantId The ID of the target merchant. * @param string $storeCode A store code that is unique per merchant. * @param array $optParams Optional parameters. */ public function delete($merchantId, $targetMerchantId, $storeCode, $optParams = array()) { $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $storeCode); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves information about the given store. (pos.get) * * @param string $merchantId The ID of the POS or inventory data provider. * @param string $targetMerchantId The ID of the target merchant. * @param string $storeCode A store code that is unique per merchant. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PosStore */ public function get($merchantId, $targetMerchantId, $storeCode, $optParams = array()) { $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $storeCode); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_PosStore"); } /** * Creates a store for the given merchant. (pos.insert) * * @param string $merchantId The ID of the POS or inventory data provider. * @param string $targetMerchantId The ID of the target merchant. * @param Google_Service_ShoppingContent_PosStore $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PosStore */ public function insert($merchantId, $targetMerchantId, Google_Service_ShoppingContent_PosStore $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_PosStore"); } /** * Submit inventory for the given merchant. (pos.inventory) * * @param string $merchantId The ID of the POS or inventory data provider. * @param string $targetMerchantId The ID of the target merchant. * @param Google_Service_ShoppingContent_PosInventoryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PosInventoryResponse */ public function inventory($merchantId, $targetMerchantId, Google_Service_ShoppingContent_PosInventoryRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('inventory', array($params), "Google_Service_ShoppingContent_PosInventoryResponse"); } /** * Lists the stores of the target merchant. (pos.listPos) * * @param string $merchantId The ID of the POS or inventory data provider. * @param string $targetMerchantId The ID of the target merchant. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PosListResponse */ public function listPos($merchantId, $targetMerchantId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_PosListResponse"); } /** * Submit a sale event for the given merchant. (pos.sale) * * @param string $merchantId The ID of the POS or inventory data provider. * @param string $targetMerchantId The ID of the target merchant. * @param Google_Service_ShoppingContent_PosSaleRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PosSaleResponse */ public function sale($merchantId, $targetMerchantId, Google_Service_ShoppingContent_PosSaleRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sale', array($params), "Google_Service_ShoppingContent_PosSaleResponse"); } } PK. Z<  pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/ProductstatusesRepricingreports.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $repricingreports = $contentService->repricingreports; * */ class Google_Service_ShoppingContent_Resource_ProductstatusesRepricingreports extends Google_Service_Resource { /** * Lists the metrics report for a given Repricing product. * (repricingreports.listProductstatusesRepricingreports) * * @param string $merchantId Required. Id of the merchant who owns the Repricing * rule. * @param string $productId Required. Id of the Repricing product. Also known as * the [REST_ID](https://developers.google.com/shopping- * content/reference/rest/v2.1/products#Product.FIELDS.id) * @param array $optParams Optional parameters. * * @opt_param string endDate Gets Repricing reports on and before this date in * the merchant's timezone. You can only retrieve data up to 7 days ago * (default) or earlier. Format is YYYY-MM-DD. * @opt_param int pageSize Maximum number of days of reports to return. There * can be more than one rule report returned per day. For example, if 3 rule * types got applied to the same product within a 24-hour period, then a * page_size of 1 will return 3 rule reports. The page size defaults to 50 and * values above 1000 are coerced to 1000. This service may return fewer days of * reports than this value, for example, if the time between your start and end * date is less than the page size. * @opt_param string pageToken Token (if provided) to retrieve the subsequent * page. All other parameters must match the original call that provided the * page token. * @opt_param string ruleId Id of the Repricing rule. If specified, only gets * this rule's reports. * @opt_param string startDate Gets Repricing reports on and after this date in * the merchant's timezone, up to one year ago. Do not use a start date later * than 7 days ago (default). Format is YYYY-MM-DD. * @return Google_Service_ShoppingContent_ListRepricingProductReportsResponse */ public function listProductstatusesRepricingreports($merchantId, $productId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListRepricingProductReportsResponse"); } } PK. ZZk!r r dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Buyongoogleprograms.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $buyongoogleprograms = $contentService->buyongoogleprograms; * */ class Google_Service_ShoppingContent_Resource_Buyongoogleprograms extends Google_Service_Resource { /** * Retrieves a status of BoG program for your Merchant Center account. * (buyongoogleprograms.get) * * @param string $merchantId Required. The ID of the account. * @param string $regionCode The Program region code [ISO 3166-1 * alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US * is available. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_BuyOnGoogleProgramStatus */ public function get($merchantId, $regionCode, $optParams = array()) { $params = array('merchantId' => $merchantId, 'regionCode' => $regionCode); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_BuyOnGoogleProgramStatus"); } /** * Onboards BoG in your Merchant Center account. By using this method, you agree * to the [Terms of Service](https://merchants.google.com/mc/termsofservice/tran * sactions/US/latest). Calling this method is only possible if the * authenticated account is the same as the merchant id in the request. Calling * this method multiple times will only accept Terms of Service if the latest * version is not currently signed. (buyongoogleprograms.onboard) * * @param string $merchantId Required. The ID of the account. * @param string $regionCode The program region code [ISO 3166-1 * alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US * is available. * @param Google_Service_ShoppingContent_OnboardBuyOnGoogleProgramRequest $postBody * @param array $optParams Optional parameters. */ public function onboard($merchantId, $regionCode, Google_Service_ShoppingContent_OnboardBuyOnGoogleProgramRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('onboard', array($params)); } } PK. Zɬ_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Repricingrules.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $repricingrules = $contentService->repricingrules; * */ class Google_Service_ShoppingContent_Resource_Repricingrules extends Google_Service_Resource { /** * Creates a repricing rule for your Merchant Center account. * (repricingrules.create) * * @param string $merchantId Required. The id of the merchant who owns the * repricing rule. * @param Google_Service_ShoppingContent_RepricingRule $postBody * @param array $optParams Optional parameters. * * @opt_param string ruleId Required. The id of the rule to create. * @return Google_Service_ShoppingContent_RepricingRule */ public function create($merchantId, Google_Service_ShoppingContent_RepricingRule $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_RepricingRule"); } /** * Deletes a repricing rule in your Merchant Center account. * (repricingrules.delete) * * @param string $merchantId Required. The id of the merchant who owns the * repricing rule. * @param string $ruleId Required. The id of the rule to Delete. * @param array $optParams Optional parameters. */ public function delete($merchantId, $ruleId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'ruleId' => $ruleId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a repricing rule from your Merchant Center account. * (repricingrules.get) * * @param string $merchantId Required. The id of the merchant who owns the * repricing rule. * @param string $ruleId Required. The id of the rule to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_RepricingRule */ public function get($merchantId, $ruleId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'ruleId' => $ruleId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_RepricingRule"); } /** * Lists the repricing rules in your Merchant Center account. * (repricingrules.listRepricingrules) * * @param string $merchantId Required. The id of the merchant who owns the * repricing rule. * @param array $optParams Optional parameters. * * @opt_param string countryCode [CLDR country * code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) (e.g. * "US"), used as a filter on repricing rules. * @opt_param string languageCode The two-letter ISO 639-1 language code * associated with the repricing rule, used as a filter. * @opt_param int pageSize The maximum number of repricing rules to return. The * service may return fewer than this value. If unspecified, at most 50 rules * will be returned. The maximum value is 1000; values above 1000 will be * coerced to 1000. * @opt_param string pageToken A page token, received from a previous * `ListRepricingRules` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListRepricingRules` must match * the call that provided the page token. * @return Google_Service_ShoppingContent_ListRepricingRulesResponse */ public function listRepricingrules($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListRepricingRulesResponse"); } /** * Updates a repricing rule in your Merchant Center account. All mutable fields * will be overwritten in each update request. In each update, you must provide * all required mutable fields, or an error will be thrown. If you do not * provide an optional field in the update request, if that field currently * exists, it will be deleted from the rule. (repricingrules.patch) * * @param string $merchantId Required. The id of the merchant who owns the * repricing rule. * @param string $ruleId Required. The id of the rule to update. * @param Google_Service_ShoppingContent_RepricingRule $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_RepricingRule */ public function patch($merchantId, $ruleId, Google_Service_ShoppingContent_RepricingRule $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'ruleId' => $ruleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ShoppingContent_RepricingRule"); } } PK. Z 'evendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Ordertrackingsignals.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $ordertrackingsignals = $contentService->ordertrackingsignals; * */ class Google_Service_ShoppingContent_Resource_Ordertrackingsignals extends Google_Service_Resource { /** * Creates new order tracking signal. (ordertrackingsignals.create) * * @param string $merchantId The ID of the merchant for which the order signal * is created. * @param Google_Service_ShoppingContent_OrderTrackingSignal $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrderTrackingSignal */ public function create($merchantId, Google_Service_ShoppingContent_OrderTrackingSignal $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_OrderTrackingSignal"); } } PK. Z;Ω[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $accounttax = $contentService->accounttax; * */ class Google_Service_ShoppingContent_Resource_Accounttax extends Google_Service_Resource { /** * Retrieves and updates tax settings of multiple accounts in a single request. * (accounttax.custombatch) * * @param Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse"); } /** * Retrieves the tax settings of the account. (accounttax.get) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to get/update * account tax settings. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountTax */ public function get($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountTax"); } /** * Lists the tax settings of the sub-accounts in your Merchant Center account. * (accounttax.listAccounttax) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of tax settings to return in * the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_AccounttaxListResponse */ public function listAccounttax($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse"); } /** * Updates the tax settings of the account. Any fields that are not provided are * deleted from the resource. (accounttax.update) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to get/update * account tax settings. * @param Google_Service_ShoppingContent_AccountTax $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountTax */ public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountTax"); } } PK. ZXjS S ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/RepricingrulesRepricingreports.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $repricingreports = $contentService->repricingreports; * */ class Google_Service_ShoppingContent_Resource_RepricingrulesRepricingreports extends Google_Service_Resource { /** * Lists the metrics report for a given Repricing rule. * (repricingreports.listRepricingrulesRepricingreports) * * @param string $merchantId Required. Id of the merchant who owns the Repricing * rule. * @param string $ruleId Required. Id of the Repricing rule. * @param array $optParams Optional parameters. * * @opt_param string endDate Gets Repricing reports on and before this date in * the merchant's timezone. You can only retrieve data up to 7 days ago * (default) or earlier. Format: YYYY-MM-DD. * @opt_param int pageSize Maximum number of daily reports to return. Each * report includes data from a single 24-hour period. The page size defaults to * 50 and values above 1000 are coerced to 1000. This service may return fewer * days than this value, for example, if the time between your start and end * date is less than page size. * @opt_param string pageToken Token (if provided) to retrieve the subsequent * page. All other parameters must match the original call that provided the * page token. * @opt_param string startDate Gets Repricing reports on and after this date in * the merchant's timezone, up to one year ago. Do not use a start date later * than 7 days ago (default). Format: YYYY-MM-DD. * @return Google_Service_ShoppingContent_ListRepricingRuleReportsResponse */ public function listRepricingrulesRepricingreports($merchantId, $ruleId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'ruleId' => $ruleId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListRepricingRuleReportsResponse"); } } PK. Zl/Gssgvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Settlementtransactions.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $settlementtransactions = $contentService->settlementtransactions; * */ class Google_Service_ShoppingContent_Resource_Settlementtransactions extends Google_Service_Resource { /** * Retrieves a list of transactions for the settlement. * (settlementtransactions.listSettlementtransactions) * * @param string $merchantId The Merchant Center account to list transactions * for. * @param string $settlementId The Google-provided ID of the settlement. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of transactions to return in * the response, used for paging. The default value is 200 transactions per * page, and the maximum allowed value is 5000 transactions per page. * @opt_param string pageToken The token returned by the previous request. * @opt_param string transactionIds The list of transactions to return. If not * set, all transactions will be returned. * @return Google_Service_ShoppingContent_SettlementtransactionsListResponse */ public function listSettlementtransactions($merchantId, $settlementId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'settlementId' => $settlementId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_SettlementtransactionsListResponse"); } } PK. ZfVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Csses.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $csses = $contentService->csses; * */ class Google_Service_ShoppingContent_Resource_Csses extends Google_Service_Resource { /** * Retrieves a single CSS domain by ID. (csses.get) * * @param string $cssGroupId Required. The ID of the managing account. If this * parameter is not the same as [cssDomainId](#cssDomainId), then this ID must * be a CSS group ID and `cssDomainId` must be the ID of a CSS domain affiliated * with this group. * @param string $cssDomainId Required. The ID of the CSS domain to return. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Css */ public function get($cssGroupId, $cssDomainId, $optParams = array()) { $params = array('cssGroupId' => $cssGroupId, 'cssDomainId' => $cssDomainId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Css"); } /** * Lists CSS domains affiliated with a CSS group. (csses.listCsses) * * @param string $cssGroupId Required. The CSS group ID of CSS domains to be * listed. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of CSS domains to return. The * service may return fewer than this value. If unspecified, at most 50 CSS * domains will be returned. The maximum value is 1000; values above 1000 will * be coerced to 1000. * @opt_param string pageToken A page token, received from a previous * `ListCsses` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListCsses` must match the call * that provided the page token. * @return Google_Service_ShoppingContent_ListCssesResponse */ public function listCsses($cssGroupId, $optParams = array()) { $params = array('cssGroupId' => $cssGroupId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListCssesResponse"); } /** * Updates labels that are assigned to a CSS domain by its CSS group. * (csses.updatelabels) * * @param string $cssGroupId Required. The CSS group ID of the updated CSS * domain. * @param string $cssDomainId Required. The ID of the updated CSS domain. * @param Google_Service_ShoppingContent_LabelIds $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Css */ public function updatelabels($cssGroupId, $cssDomainId, Google_Service_ShoppingContent_LabelIds $postBody, $optParams = array()) { $params = array('cssGroupId' => $cssGroupId, 'cssDomainId' => $cssDomainId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatelabels', array($params), "Google_Service_ShoppingContent_Css"); } } PK. Z?R׀ bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regionalinventory.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $regionalinventory = $contentService->regionalinventory; * */ class Google_Service_ShoppingContent_Resource_Regionalinventory extends Google_Service_Resource { /** * Updates regional inventory for multiple products or regions in a single * request. (regionalinventory.custombatch) * * @param Google_Service_ShoppingContent_RegionalinventoryCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_RegionalinventoryCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_RegionalinventoryCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_RegionalinventoryCustomBatchResponse"); } /** * Update the regional inventory of a product in your Merchant Center account. * If a regional inventory with the same region ID already exists, this method * updates that entry. (regionalinventory.insert) * * @param string $merchantId The ID of the account that contains the product. * This account cannot be a multi-client account. * @param string $productId The REST ID of the product for which to update the * regional inventory. * @param Google_Service_ShoppingContent_RegionalInventory $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_RegionalInventory */ public function insert($merchantId, $productId, Google_Service_ShoppingContent_RegionalInventory $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_RegionalInventory"); } } PK. Zmľ$ $ ]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreports.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $orderreports = $contentService->orderreports; * */ class Google_Service_ShoppingContent_Resource_Orderreports extends Google_Service_Resource { /** * Retrieves a report for disbursements from your Merchant Center account. * (orderreports.listdisbursements) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param string disbursementEndDate The last date which disbursements * occurred. In ISO 8601 format. Default: current date. * @opt_param string disbursementStartDate The first date which disbursements * occurred. In ISO 8601 format. * @opt_param string maxResults The maximum number of disbursements to return in * the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_OrderreportsListDisbursementsResponse */ public function listdisbursements($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('listdisbursements', array($params), "Google_Service_ShoppingContent_OrderreportsListDisbursementsResponse"); } /** * Retrieves a list of transactions for a disbursement from your Merchant Center * account. (orderreports.listtransactions) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $disbursementId The Google-provided ID of the disbursement * (found in Wallet). * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of disbursements to return in * the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @opt_param string transactionEndDate The last date in which transaction * occurred. In ISO 8601 format. Default: current date. * @opt_param string transactionStartDate The first date in which transaction * occurred. In ISO 8601 format. * @return Google_Service_ShoppingContent_OrderreportsListTransactionsResponse */ public function listtransactions($merchantId, $disbursementId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'disbursementId' => $disbursementId); $params = array_merge($params, $optParams); return $this->call('listtransactions', array($params), "Google_Service_ShoppingContent_OrderreportsListTransactionsResponse"); } } PK. ZH ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnaddress.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $returnaddress = $contentService->returnaddress; * */ class Google_Service_ShoppingContent_Resource_Returnaddress extends Google_Service_Resource { /** * Batches multiple return address related calls in a single request. * (returnaddress.custombatch) * * @param Google_Service_ShoppingContent_ReturnaddressCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnaddressCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_ReturnaddressCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ReturnaddressCustomBatchResponse"); } /** * Deletes a return address for the given Merchant Center account. * (returnaddress.delete) * * @param string $merchantId The Merchant Center account from which to delete * the given return address. * @param string $returnAddressId Return address ID generated by Google. * @param array $optParams Optional parameters. */ public function delete($merchantId, $returnAddressId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnAddressId' => $returnAddressId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a return address of the Merchant Center account. (returnaddress.get) * * @param string $merchantId The Merchant Center account to get a return address * for. * @param string $returnAddressId Return address ID generated by Google. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnAddress */ public function get($merchantId, $returnAddressId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnAddressId' => $returnAddressId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_ReturnAddress"); } /** * Inserts a return address for the Merchant Center account. * (returnaddress.insert) * * @param string $merchantId The Merchant Center account to insert a return * address for. * @param Google_Service_ShoppingContent_ReturnAddress $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnAddress */ public function insert($merchantId, Google_Service_ShoppingContent_ReturnAddress $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_ReturnAddress"); } /** * Lists the return addresses of the Merchant Center account. * (returnaddress.listReturnaddress) * * @param string $merchantId The Merchant Center account to list return * addresses for. * @param array $optParams Optional parameters. * * @opt_param string country List only return addresses applicable to the given * country of sale. When omitted, all return addresses are listed. * @opt_param string maxResults The maximum number of addresses in the response, * used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_ReturnaddressListResponse */ public function listReturnaddress($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ReturnaddressListResponse"); } } PK. Zoccvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicyonline.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $returnpolicyonline = $contentService->returnpolicyonline; * */ class Google_Service_ShoppingContent_Resource_Returnpolicyonline extends Google_Service_Resource { /** * Creates a new return policy. (returnpolicyonline.create) * * @param string $merchantId Required. The id of the merchant for which to * retrieve the return policy online object. * @param Google_Service_ShoppingContent_ReturnPolicyOnline $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnPolicyOnline */ public function create($merchantId, Google_Service_ShoppingContent_ReturnPolicyOnline $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_ReturnPolicyOnline"); } /** * Deletes an existing return policy. (returnpolicyonline.delete) * * @param string $merchantId Required. The id of the merchant for which to * retrieve the return policy online object. * @param string $returnPolicyId Required. The id of the return policy to * delete. * @param array $optParams Optional parameters. */ public function delete($merchantId, $returnPolicyId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets an existing return policy. (returnpolicyonline.get) * * @param string $merchantId Required. The id of the merchant for which to * retrieve the return policy online object. * @param string $returnPolicyId Required. The id of the return policy to * retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnPolicyOnline */ public function get($merchantId, $returnPolicyId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_ReturnPolicyOnline"); } /** * Lists all existing return policies. * (returnpolicyonline.listReturnpolicyonline) * * @param string $merchantId Required. The id of the merchant for which to * retrieve the return policy online object. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ListReturnPolicyOnlineResponse */ public function listReturnpolicyonline($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListReturnPolicyOnlineResponse"); } /** * Updates an existing return policy. (returnpolicyonline.patch) * * @param string $merchantId Required. The id of the merchant for which to * retrieve the return policy online object. * @param string $returnPolicyId Required. The id of the return policy to * update. * @param Google_Service_ShoppingContent_ReturnPolicyOnline $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnPolicyOnline */ public function patch($merchantId, $returnPolicyId, Google_Service_ShoppingContent_ReturnPolicyOnline $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ShoppingContent_ReturnPolicyOnline"); } } PK. Z *p p kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pubsubnotificationsettings.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $pubsubnotificationsettings = $contentService->pubsubnotificationsettings; * */ class Google_Service_ShoppingContent_Resource_Pubsubnotificationsettings extends Google_Service_Resource { /** * Retrieves a Merchant Center account's pubsub notification settings. * (pubsubnotificationsettings.get) * * @param string $merchantId The ID of the account for which to get pubsub * notification settings. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PubsubNotificationSettings */ public function get($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_PubsubNotificationSettings"); } /** * Register a Merchant Center account for pubsub notifications. Note that cloud * topic name should not be provided as part of the request. * (pubsubnotificationsettings.update) * * @param string $merchantId The ID of the account. * @param Google_Service_ShoppingContent_PubsubNotificationSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_PubsubNotificationSettings */ public function update($merchantId, Google_Service_ShoppingContent_PubsubNotificationSettings $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ShoppingContent_PubsubNotificationSettings"); } } PK. ZƁ `vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $productstatuses = $contentService->productstatuses; * */ class Google_Service_ShoppingContent_Resource_Productstatuses extends Google_Service_Resource { /** * Gets the statuses of multiple products in a single request. * (productstatuses.custombatch) * * @param Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse"); } /** * Gets the status of a product from your Merchant Center account. * (productstatuses.get) * * @param string $merchantId The ID of the account that contains the product. * This account cannot be a multi-client account. * @param string $productId The REST ID of the product. * @param array $optParams Optional parameters. * * @opt_param string destinations If set, only issues for the specified * destinations are returned, otherwise only issues for the Shopping * destination. * @return Google_Service_ShoppingContent_ProductStatus */ public function get($merchantId, $productId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus"); } /** * Lists the statuses of the products in your Merchant Center account. * (productstatuses.listProductstatuses) * * @param string $merchantId The ID of the account that contains the products. * This account cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param string destinations If set, only issues for the specified * destinations are returned, otherwise only issues for the Shopping * destination. * @opt_param string maxResults The maximum number of product statuses to return * in the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_ProductstatusesListResponse */ public function listProductstatuses($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductstatusesListResponse"); } } PK. ZMCkU cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Collectionstatuses.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $collectionstatuses = $contentService->collectionstatuses; * */ class Google_Service_ShoppingContent_Resource_Collectionstatuses extends Google_Service_Resource { /** * Gets the status of a collection from your Merchant Center account. * (collectionstatuses.get) * * @param string $merchantId Required. The ID of the account that contains the * collection. This account cannot be a multi-client account. * @param string $collectionId Required. The collectionId of the collection. * CollectionId is the same as the REST ID of the collection. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_CollectionStatus */ public function get($merchantId, $collectionId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'collectionId' => $collectionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_CollectionStatus"); } /** * Lists the statuses of the collections in your Merchant Center account. * (collectionstatuses.listCollectionstatuses) * * @param string $merchantId Required. The ID of the account that contains the * collection. This account cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of collection statuses to return * in the response, used for paging. Defaults to 50; values above 1000 will be * coerced to 1000. * @opt_param string pageToken Token (if provided) to retrieve the subsequent * page. All other parameters must match the original call that provided the * page token. * @return Google_Service_ShoppingContent_ListCollectionStatusesResponse */ public function listCollectionstatuses($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListCollectionStatusesResponse"); } } PK. ZsTmm]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicy.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $returnpolicy = $contentService->returnpolicy; * */ class Google_Service_ShoppingContent_Resource_Returnpolicy extends Google_Service_Resource { /** * Batches multiple return policy related calls in a single request. * (returnpolicy.custombatch) * * @param Google_Service_ShoppingContent_ReturnpolicyCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnpolicyCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_ReturnpolicyCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ReturnpolicyCustomBatchResponse"); } /** * Deletes a return policy for the given Merchant Center account. * (returnpolicy.delete) * * @param string $merchantId The Merchant Center account from which to delete * the given return policy. * @param string $returnPolicyId Return policy ID generated by Google. * @param array $optParams Optional parameters. */ public function delete($merchantId, $returnPolicyId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a return policy of the Merchant Center account. (returnpolicy.get) * * @param string $merchantId The Merchant Center account to get a return policy * for. * @param string $returnPolicyId Return policy ID generated by Google. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnPolicy */ public function get($merchantId, $returnPolicyId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_ReturnPolicy"); } /** * Inserts a return policy for the Merchant Center account. * (returnpolicy.insert) * * @param string $merchantId The Merchant Center account to insert a return * policy for. * @param Google_Service_ShoppingContent_ReturnPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnPolicy */ public function insert($merchantId, Google_Service_ShoppingContent_ReturnPolicy $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_ReturnPolicy"); } /** * Lists the return policies of the Merchant Center account. * (returnpolicy.listReturnpolicy) * * @param string $merchantId The Merchant Center account to list return policies * for. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ReturnpolicyListResponse */ public function listReturnpolicy($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ReturnpolicyListResponse"); } } PK. Z6Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $datafeeds = $contentService->datafeeds; * */ class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_Resource { /** * Deletes, fetches, gets, inserts and updates multiple datafeeds in a single * request. (datafeeds.custombatch) * * @param Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse"); } /** * Deletes a datafeed configuration from your Merchant Center account. * (datafeeds.delete) * * @param string $merchantId The ID of the account that manages the datafeed. * This account cannot be a multi-client account. * @param string $datafeedId The ID of the datafeed. * @param array $optParams Optional parameters. */ public function delete($merchantId, $datafeedId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Invokes a fetch for the datafeed in your Merchant Center account. If you need * to call this method more than once per day, we recommend you use the Products * service to update your product data. (datafeeds.fetchnow) * * @param string $merchantId The ID of the account that manages the datafeed. * This account cannot be a multi-client account. * @param string $datafeedId The ID of the datafeed to be fetched. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_DatafeedsFetchNowResponse */ public function fetchnow($merchantId, $datafeedId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); $params = array_merge($params, $optParams); return $this->call('fetchnow', array($params), "Google_Service_ShoppingContent_DatafeedsFetchNowResponse"); } /** * Retrieves a datafeed configuration from your Merchant Center account. * (datafeeds.get) * * @param string $merchantId The ID of the account that manages the datafeed. * This account cannot be a multi-client account. * @param string $datafeedId The ID of the datafeed. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Datafeed */ public function get($merchantId, $datafeedId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed"); } /** * Registers a datafeed configuration with your Merchant Center account. * (datafeeds.insert) * * @param string $merchantId The ID of the account that manages the datafeed. * This account cannot be a multi-client account. * @param Google_Service_ShoppingContent_Datafeed $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Datafeed */ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed"); } /** * Lists the configurations for datafeeds in your Merchant Center account. * (datafeeds.listDatafeeds) * * @param string $merchantId The ID of the account that manages the datafeeds. * This account cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of products to return in the * response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_DatafeedsListResponse */ public function listDatafeeds($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse"); } /** * Updates a datafeed configuration of your Merchant Center account. Any fields * that are not provided are deleted from the resource. (datafeeds.update) * * @param string $merchantId The ID of the account that manages the datafeed. * This account cannot be a multi-client account. * @param string $datafeedId The ID of the datafeed. * @param Google_Service_ShoppingContent_Datafeed $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Datafeed */ public function update($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ShoppingContent_Datafeed"); } } PK. Z@) Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Reports.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $reports = $contentService->reports; * */ class Google_Service_ShoppingContent_Resource_Reports extends Google_Service_Resource { /** * Retrieves merchant performance mertrics matching the search query and * optionally segmented by selected dimensions. (reports.search) * * @param string $merchantId Required. Id of the merchant making the call. Must * be a standalone account or an MCA subaccount. * @param Google_Service_ShoppingContent_SearchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_SearchResponse */ public function search($merchantId, Google_Service_ShoppingContent_SearchRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_ShoppingContent_SearchResponse"); } } PK. Z"9 JJ`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $accountstatuses = $contentService->accountstatuses; * */ class Google_Service_ShoppingContent_Resource_Accountstatuses extends Google_Service_Resource { /** * Retrieves multiple Merchant Center account statuses in a single request. * (accountstatuses.custombatch) * * @param Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse"); } /** * Retrieves the status of a Merchant Center account. No itemLevelIssues are * returned for multi-client accounts. (accountstatuses.get) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account. * @param array $optParams Optional parameters. * * @opt_param string destinations If set, only issues for the specified * destinations are returned, otherwise only issues for the Shopping * destination. * @return Google_Service_ShoppingContent_AccountStatus */ public function get($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus"); } /** * Lists the statuses of the sub-accounts in your Merchant Center account. * (accountstatuses.listAccountstatuses) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account. * @param array $optParams Optional parameters. * * @opt_param string destinations If set, only issues for the specified * destinations are returned, otherwise only issues for the Shopping * destination. * @opt_param string maxResults The maximum number of account statuses to return * in the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_AccountstatusesListResponse */ public function listAccountstatuses($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountstatusesListResponse"); } } PK. ZϺ _vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Localinventory.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $localinventory = $contentService->localinventory; * */ class Google_Service_ShoppingContent_Resource_Localinventory extends Google_Service_Resource { /** * Updates local inventory for multiple products or stores in a single request. * (localinventory.custombatch) * * @param Google_Service_ShoppingContent_LocalinventoryCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LocalinventoryCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_LocalinventoryCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_LocalinventoryCustomBatchResponse"); } /** * Updates the local inventory of a product in your Merchant Center account. * (localinventory.insert) * * @param string $merchantId The ID of the account that contains the product. * This account cannot be a multi-client account. * @param string $productId The REST ID of the product for which to update local * inventory. * @param Google_Service_ShoppingContent_LocalInventory $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LocalInventory */ public function insert($merchantId, $productId, Google_Service_ShoppingContent_LocalInventory $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_LocalInventory"); } } PK. Z^%_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsLabels.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $labels = $contentService->labels; * */ class Google_Service_ShoppingContent_Resource_AccountsLabels extends Google_Service_Resource { /** * Creates a new label, not assigned to any account. (labels.create) * * @param string $accountId Required. The id of the account this label belongs * to. * @param Google_Service_ShoppingContent_AccountLabel $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountLabel */ public function create($accountId, Google_Service_ShoppingContent_AccountLabel $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_AccountLabel"); } /** * Deletes a label and removes it from all accounts to which it was assigned. * (labels.delete) * * @param string $accountId Required. The id of the account that owns the label. * @param string $labelId Required. The id of the label to delete. * @param array $optParams Optional parameters. */ public function delete($accountId, $labelId, $optParams = array()) { $params = array('accountId' => $accountId, 'labelId' => $labelId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Lists the labels assigned to an account. (labels.listAccountsLabels) * * @param string $accountId Required. The account id for whose labels are to be * listed. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of labels to return. The service * may return fewer than this value. If unspecified, at most 50 labels will be * returned. The maximum value is 1000; values above 1000 will be coerced to * 1000. * @opt_param string pageToken A page token, received from a previous * `ListAccountLabels` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListAccountLabels` must match * the call that provided the page token. * @return Google_Service_ShoppingContent_ListAccountLabelsResponse */ public function listAccountsLabels($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListAccountLabelsResponse"); } /** * Updates a label. (labels.patch) * * @param string $accountId Required. The id of the account this label belongs * to. * @param string $labelId Required. The id of the label to update. * @param Google_Service_ShoppingContent_AccountLabel $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountLabel */ public function patch($accountId, $labelId, Google_Service_ShoppingContent_AccountLabel $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'labelId' => $labelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountLabel"); } } PK. Zݲvg g ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderinvoices.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $orderinvoices = $contentService->orderinvoices; * */ class Google_Service_ShoppingContent_Resource_Orderinvoices extends Google_Service_Resource { /** * Creates a charge invoice for a shipment group, and triggers a charge capture * for orderinvoice enabled orders. (orderinvoices.createchargeinvoice) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceResponse */ public function createchargeinvoice($merchantId, $orderId, Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createchargeinvoice', array($params), "Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceResponse"); } /** * Creates a refund invoice for one or more shipment groups, and triggers a * refund for orderinvoice enabled orders. This can only be used for line items * that have previously been charged using `createChargeInvoice`. All amounts * (except for the summary) are incremental with respect to the previous * invoice. (orderinvoices.createrefundinvoice) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceResponse */ public function createrefundinvoice($merchantId, $orderId, Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createrefundinvoice', array($params), "Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceResponse"); } } PK. Z((Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $accounts = $contentService->accounts; * */ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Resource { /** * Returns information about the authenticated user. (accounts.authinfo) * * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountsAuthInfoResponse */ public function authinfo($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('authinfo', array($params), "Google_Service_ShoppingContent_AccountsAuthInfoResponse"); } /** * Claims the website of a Merchant Center sub-account. (accounts.claimwebsite) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account whose website is claimed. * @param array $optParams Optional parameters. * * @opt_param bool overwrite Only available to selected merchants. When set to * `True`, this flag removes any existing claim on the requested website by * another account and replaces it with a claim from this account. * @return Google_Service_ShoppingContent_AccountsClaimWebsiteResponse */ public function claimwebsite($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('claimwebsite', array($params), "Google_Service_ShoppingContent_AccountsClaimWebsiteResponse"); } /** * Retrieves, inserts, updates, and deletes multiple Merchant Center * (sub-)accounts in a single request. (accounts.custombatch) * * @param Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountsCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse"); } /** * Deletes a Merchant Center sub-account. (accounts.delete) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account, and accountId must be the ID of a sub-account of this * account. * @param string $accountId The ID of the account. * @param array $optParams Optional parameters. * * @opt_param bool force Flag to delete sub-accounts with products. The default * value is false. */ public function delete($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a Merchant Center account. (accounts.get) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account. * @param array $optParams Optional parameters. * * @opt_param string view Controls which fields will be populated. Acceptable * values are: "merchant" and "css". The default value is "merchant". * @return Google_Service_ShoppingContent_Account */ public function get($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Account"); } /** * Creates a Merchant Center sub-account. (accounts.insert) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account. * @param Google_Service_ShoppingContent_Account $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Account */ public function insert($merchantId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account"); } /** * Performs an action on a link between two Merchant Center accounts, namely * accountId and linkedAccountId. (accounts.link) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account that should be linked. * @param Google_Service_ShoppingContent_AccountsLinkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountsLinkResponse */ public function link($merchantId, $accountId, Google_Service_ShoppingContent_AccountsLinkRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('link', array($params), "Google_Service_ShoppingContent_AccountsLinkResponse"); } /** * Lists the sub-accounts in your Merchant Center account. * (accounts.listAccounts) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account. * @param array $optParams Optional parameters. * * @opt_param string label If view is set to "css", only return accounts that * are assigned label with given ID. * @opt_param string maxResults The maximum number of accounts to return in the * response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @opt_param string view Controls which fields will be populated. Acceptable * values are: "merchant" and "css". The default value is "merchant". * @return Google_Service_ShoppingContent_AccountsListResponse */ public function listAccounts($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse"); } /** * Returns the list of accounts linked to your Merchant Center account. * (accounts.listlinks) * * @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 list links. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of links to return in the * response, used for pagination. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_AccountsListLinksResponse */ public function listlinks($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('listlinks', array($params), "Google_Service_ShoppingContent_AccountsListLinksResponse"); } /** * Updates a Merchant Center account. Any fields that are not provided are * deleted from the resource. (accounts.update) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account. * @param Google_Service_ShoppingContent_Account $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Account */ public function update($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ShoppingContent_Account"); } /** * Updates labels that are assigned to the Merchant Center account by CSS user. * (accounts.updatelabels) * * @param string $merchantId The ID of the managing account. * @param string $accountId The ID of the account whose labels are updated. * @param Google_Service_ShoppingContent_AccountsUpdateLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountsUpdateLabelsResponse */ public function updatelabels($merchantId, $accountId, Google_Service_ShoppingContent_AccountsUpdateLabelsRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatelabels', array($params), "Google_Service_ShoppingContent_AccountsUpdateLabelsResponse"); } } PK. Z؜tD@*@*\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Liasettings.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $liasettings = $contentService->liasettings; * */ class Google_Service_ShoppingContent_Resource_Liasettings extends Google_Service_Resource { /** * Retrieves and/or updates the LIA settings of multiple accounts in a single * request. (liasettings.custombatch) * * @param Google_Service_ShoppingContent_LiasettingsCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiasettingsCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_LiasettingsCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_LiasettingsCustomBatchResponse"); } /** * Retrieves the LIA settings of the account. (liasettings.get) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to get or update LIA * settings. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiaSettings */ public function get($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_LiaSettings"); } /** * Retrieves the list of accessible Google My Business accounts. * (liasettings.getaccessiblegmbaccounts) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to retrieve * accessible Google My Business accounts. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiasettingsGetAccessibleGmbAccountsResponse */ public function getaccessiblegmbaccounts($merchantId, $accountId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('getaccessiblegmbaccounts', array($params), "Google_Service_ShoppingContent_LiasettingsGetAccessibleGmbAccountsResponse"); } /** * Lists the LIA settings of the sub-accounts in your Merchant Center account. * (liasettings.listLiasettings) * * @param string $merchantId The ID of the managing account. This must be a * multi-client account. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of LIA settings to return in * the response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_LiasettingsListResponse */ public function listLiasettings($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_LiasettingsListResponse"); } /** * Retrieves the list of POS data providers that have active settings for the * all eiligible countries. (liasettings.listposdataproviders) * * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiasettingsListPosDataProvidersResponse */ public function listposdataproviders($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listposdataproviders', array($params), "Google_Service_ShoppingContent_LiasettingsListPosDataProvidersResponse"); } /** * Requests access to a specified Google My Business account. * (liasettings.requestgmbaccess) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which GMB access is * requested. * @param string $gmbEmail The email of the Google My Business account. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiasettingsRequestGmbAccessResponse */ public function requestgmbaccess($merchantId, $accountId, $gmbEmail, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'gmbEmail' => $gmbEmail); $params = array_merge($params, $optParams); return $this->call('requestgmbaccess', array($params), "Google_Service_ShoppingContent_LiasettingsRequestGmbAccessResponse"); } /** * Requests inventory validation for the specified country. * (liasettings.requestinventoryverification) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $country The country for which inventory validation is * requested. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiasettingsRequestInventoryVerificationResponse */ public function requestinventoryverification($merchantId, $accountId, $country, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country); $params = array_merge($params, $optParams); return $this->call('requestinventoryverification', array($params), "Google_Service_ShoppingContent_LiasettingsRequestInventoryVerificationResponse"); } /** * Sets the inventory verification contract for the specified country. * (liasettings.setinventoryverificationcontact) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $country The country for which inventory verification is * requested. * @param string $language The language for which inventory verification is * requested. * @param string $contactName The name of the inventory verification contact. * @param string $contactEmail The email of the inventory verification contact. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiasettingsSetInventoryVerificationContactResponse */ public function setinventoryverificationcontact($merchantId, $accountId, $country, $language, $contactName, $contactEmail, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country, 'language' => $language, 'contactName' => $contactName, 'contactEmail' => $contactEmail); $params = array_merge($params, $optParams); return $this->call('setinventoryverificationcontact', array($params), "Google_Service_ShoppingContent_LiasettingsSetInventoryVerificationContactResponse"); } /** * Sets the POS data provider for the specified country. * (liasettings.setposdataprovider) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to retrieve * accessible Google My Business accounts. * @param string $country The country for which the POS data provider is * selected. * @param array $optParams Optional parameters. * * @opt_param string posDataProviderId The ID of POS data provider. * @opt_param string posExternalAccountId The account ID by which this merchant * is known to the POS data provider. * @return Google_Service_ShoppingContent_LiasettingsSetPosDataProviderResponse */ public function setposdataprovider($merchantId, $accountId, $country, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country); $params = array_merge($params, $optParams); return $this->call('setposdataprovider', array($params), "Google_Service_ShoppingContent_LiasettingsSetPosDataProviderResponse"); } /** * Updates the LIA settings of the account. Any fields that are not provided are * deleted from the resource. (liasettings.update) * * @param string $merchantId The ID of the managing account. If this parameter * is not the same as accountId, then this account must be a multi-client * account and `accountId` must be the ID of a sub-account of this account. * @param string $accountId The ID of the account for which to get or update LIA * settings. * @param Google_Service_ShoppingContent_LiaSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_LiaSettings */ public function update($merchantId, $accountId, Google_Service_ShoppingContent_LiaSettings $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ShoppingContent_LiaSettings"); } } PK. Z KKXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regions.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $regions = $contentService->regions; * */ class Google_Service_ShoppingContent_Resource_Regions extends Google_Service_Resource { /** * Creates a region definition in your Merchant Center account. (regions.create) * * @param string $merchantId Required. The id of the merchant for which to * create region definition. * @param Google_Service_ShoppingContent_Region $postBody * @param array $optParams Optional parameters. * * @opt_param string regionId Required. The id of the region to create. * @return Google_Service_ShoppingContent_Region */ public function create($merchantId, Google_Service_ShoppingContent_Region $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_Region"); } /** * Deletes a region definition from your Merchant Center account. * (regions.delete) * * @param string $merchantId Required. The id of the merchant for which to * delete region definition. * @param string $regionId Required. The id of the region to delete. * @param array $optParams Optional parameters. */ public function delete($merchantId, $regionId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'regionId' => $regionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a region defined in your Merchant Center account. (regions.get) * * @param string $merchantId Required. The id of the merchant for which to * retrieve region definition. * @param string $regionId Required. The id of the region to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Region */ public function get($merchantId, $regionId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'regionId' => $regionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Region"); } /** * Lists the regions in your Merchant Center account. (regions.listRegions) * * @param string $merchantId Required. The id of the merchant for which to list * region definitions. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of regions to return. The service * may return fewer than this value. If unspecified, at most 50 rules will be * returned. The maximum value is 1000; values above 1000 will be coerced to * 1000. * @opt_param string pageToken A page token, received from a previous * `ListRegions` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListRegions` must match the * call that provided the page token. * @return Google_Service_ShoppingContent_ListRegionsResponse */ public function listRegions($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListRegionsResponse"); } /** * Updates a region definition in your Merchant Center account. (regions.patch) * * @param string $merchantId Required. The id of the merchant for which to * update region definition. * @param string $regionId Required. The id of the region to update. * @param Google_Service_ShoppingContent_Region $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. The field mask indicating the fields * to update. * @return Google_Service_ShoppingContent_Region */ public function patch($merchantId, $regionId, Google_Service_ShoppingContent_Region $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'regionId' => $regionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ShoppingContent_Region"); } } PK. ZDhh\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Collections.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $collections = $contentService->collections; * */ class Google_Service_ShoppingContent_Resource_Collections extends Google_Service_Resource { /** * Uploads a collection to your Merchant Center account. If a collection with * the same collectionId already exists, this method updates that entry. In each * update, the collection is completely replaced by the fields in the body of * the update request. (collections.create) * * @param string $merchantId Required. The ID of the account that contains the * collection. This account cannot be a multi-client account. * @param Google_Service_ShoppingContent_Collection $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Collection */ public function create($merchantId, Google_Service_ShoppingContent_Collection $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_Collection"); } /** * Deletes a collection from your Merchant Center account. (collections.delete) * * @param string $merchantId Required. The ID of the account that contains the * collection. This account cannot be a multi-client account. * @param string $collectionId Required. The collectionId of the collection. * CollectionId is the same as the REST ID of the collection. * @param array $optParams Optional parameters. */ public function delete($merchantId, $collectionId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'collectionId' => $collectionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a collection from your Merchant Center account. (collections.get) * * @param string $merchantId Required. The ID of the account that contains the * collection. This account cannot be a multi-client account. * @param string $collectionId Required. The REST ID of the collection. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Collection */ public function get($merchantId, $collectionId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'collectionId' => $collectionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Collection"); } /** * Lists the collections in your Merchant Center account. The response might * contain fewer items than specified by page_size. Rely on next_page_token to * determine if there are more items to be requested. * (collections.listCollections) * * @param string $merchantId Required. The ID of the account that contains the * collection. This account cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of collections to return in the * response, used for paging. Defaults to 50; values above 1000 will be coerced * to 1000. * @opt_param string pageToken Token (if provided) to retrieve the subsequent * page. All other parameters must match the original call that provided the * page token. * @return Google_Service_ShoppingContent_ListCollectionsResponse */ public function listCollections($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListCollectionsResponse"); } } PK. Z!KٵYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $products = $contentService->products; * */ class Google_Service_ShoppingContent_Resource_Products extends Google_Service_Resource { /** * Retrieves, inserts, and deletes multiple products in a single request. * (products.custombatch) * * @param Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ProductsCustomBatchResponse */ public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse"); } /** * Deletes a product from your Merchant Center account. (products.delete) * * @param string $merchantId The ID of the account that contains the product. * This account cannot be a multi-client account. * @param string $productId The REST ID of the product. * @param array $optParams Optional parameters. * * @opt_param string feedId The Content API Supplemental Feed ID. */ public function delete($merchantId, $productId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a product from your Merchant Center account. (products.get) * * @param string $merchantId The ID of the account that contains the product. * This account cannot be a multi-client account. * @param string $productId The REST ID of the product. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Product */ public function get($merchantId, $productId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Product"); } /** * Uploads a product to your Merchant Center account. If an item with the same * channel, contentLanguage, offerId, and targetCountry already exists, this * method updates that entry. (products.insert) * * @param string $merchantId The ID of the account that contains the product. * This account cannot be a multi-client account. * @param Google_Service_ShoppingContent_Product $postBody * @param array $optParams Optional parameters. * * @opt_param string feedId The Content API Supplemental Feed ID. * @return Google_Service_ShoppingContent_Product */ public function insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product"); } /** * Lists the products in your Merchant Center account. The response might * contain fewer items than specified by maxResults. Rely on nextPageToken to * determine if there are more items to be requested. (products.listProducts) * * @param string $merchantId The ID of the account that contains the products. * This account cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of products to return in the * response, used for paging. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ShoppingContent_ProductsListResponse */ public function listProducts($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductsListResponse"); } } PK. Zg'dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsCredentials.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $credentials = $contentService->credentials; * */ class Google_Service_ShoppingContent_Resource_AccountsCredentials extends Google_Service_Resource { /** * Uploads credentials for the Merchant Center account. If credentials already * exist for this Merchant Center account and purpose, this method updates them. * (credentials.create) * * @param string $accountId Required. The merchant id of the account these * credentials belong to. * @param Google_Service_ShoppingContent_AccountCredentials $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountCredentials */ public function create($accountId, Google_Service_ShoppingContent_AccountCredentials $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_AccountCredentials"); } } PK. Z, , bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Settlementreports.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $settlementreports = $contentService->settlementreports; * */ class Google_Service_ShoppingContent_Resource_Settlementreports extends Google_Service_Resource { /** * Retrieves a settlement report from your Merchant Center account. * (settlementreports.get) * * @param string $merchantId The Merchant Center account of the settlement * report. * @param string $settlementId The Google-provided ID of the settlement. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_SettlementReport */ public function get($merchantId, $settlementId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'settlementId' => $settlementId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_SettlementReport"); } /** * Retrieves a list of settlement reports from your Merchant Center account. * (settlementreports.listSettlementreports) * * @param string $merchantId The Merchant Center account to list settlements * for. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of settlements to return in * the response, used for paging. The default value is 200 returns per page, and * the maximum allowed value is 5000 returns per page. * @opt_param string pageToken The token returned by the previous request. * @opt_param string transferEndDate Obtains settlements which have transactions * before this date (inclusively), in ISO 8601 format. * @opt_param string transferStartDate Obtains settlements which have * transactions after this date (inclusively), in ISO 8601 format. * @return Google_Service_ShoppingContent_SettlementreportsListResponse */ public function listSettlementreports($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_SettlementreportsListResponse"); } } PK. ZHUHUWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orders.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $orders = $contentService->orders; * */ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Resource { /** * Marks an order as acknowledged. (orders.acknowledge) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersAcknowledgeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersAcknowledgeResponse */ public function acknowledge($merchantId, $orderId, Google_Service_ShoppingContent_OrdersAcknowledgeRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('acknowledge', array($params), "Google_Service_ShoppingContent_OrdersAcknowledgeResponse"); } /** * Sandbox only. Moves a test order from state "`inProgress`" to state * "`pendingShipment`". (orders.advancetestorder) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the test order to modify. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse */ public function advancetestorder($merchantId, $orderId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId); $params = array_merge($params, $optParams); return $this->call('advancetestorder', array($params), "Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse"); } /** * Cancels all line items in an order, making a full refund. (orders.cancel) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order to cancel. * @param Google_Service_ShoppingContent_OrdersCancelRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersCancelResponse */ public function cancel($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_ShoppingContent_OrdersCancelResponse"); } /** * Cancels a line item, making a full refund. (orders.cancellineitem) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersCancelLineItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersCancelLineItemResponse */ public function cancellineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelLineItemRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancellineitem', array($params), "Google_Service_ShoppingContent_OrdersCancelLineItemResponse"); } /** * Sandbox only. Cancels a test order for customer-initiated cancellation. * (orders.canceltestorderbycustomer) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the test order to cancel. * @param Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerResponse */ public function canceltestorderbycustomer($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('canceltestorderbycustomer', array($params), "Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerResponse"); } /** * Sandbox only. Creates a test order. (orders.createtestorder) * * @param string $merchantId The ID of the account that should manage the order. * This cannot be a multi-client account. * @param Google_Service_ShoppingContent_OrdersCreateTestOrderRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersCreateTestOrderResponse */ public function createtestorder($merchantId, Google_Service_ShoppingContent_OrdersCreateTestOrderRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createtestorder', array($params), "Google_Service_ShoppingContent_OrdersCreateTestOrderResponse"); } /** * Sandbox only. Creates a test return. (orders.createtestreturn) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersCreateTestReturnRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersCreateTestReturnResponse */ public function createtestreturn($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCreateTestReturnRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createtestreturn', array($params), "Google_Service_ShoppingContent_OrdersCreateTestReturnResponse"); } /** * Retrieves an order from your Merchant Center account. (orders.get) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_Order */ public function get($merchantId, $orderId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_Order"); } /** * Retrieves an order using merchant order ID. (orders.getbymerchantorderid) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $merchantOrderId The merchant order ID to be looked for. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse */ public function getbymerchantorderid($merchantId, $merchantOrderId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'merchantOrderId' => $merchantOrderId); $params = array_merge($params, $optParams); return $this->call('getbymerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse"); } /** * Sandbox only. Retrieves an order template that can be used to quickly create * a new order in sandbox. (orders.gettestordertemplate) * * @param string $merchantId The ID of the account that should manage the order. * This cannot be a multi-client account. * @param string $templateName The name of the template to retrieve. * @param array $optParams Optional parameters. * * @opt_param string country The country of the template to retrieve. Defaults * to `US`. * @return Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse */ public function gettestordertemplate($merchantId, $templateName, $optParams = array()) { $params = array('merchantId' => $merchantId, 'templateName' => $templateName); $params = array_merge($params, $optParams); return $this->call('gettestordertemplate', array($params), "Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse"); } /** * Deprecated. Notifies that item return and refund was handled directly by * merchant outside of Google payments processing (e.g. cash refund done in * store). Note: We recommend calling the returnrefundlineitem method to refund * in-store returns. We will issue the refund directly to the customer. This * helps to prevent possible differences arising between merchant and Google * transaction records. We also recommend having the point of sale system * communicate with Google to ensure that customers do not receive a double * refund by first refunding via Google then via an in-store return. * (orders.instorerefundlineitem) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersInStoreRefundLineItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersInStoreRefundLineItemResponse */ public function instorerefundlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersInStoreRefundLineItemRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('instorerefundlineitem', array($params), "Google_Service_ShoppingContent_OrdersInStoreRefundLineItemResponse"); } /** * Lists the orders in your Merchant Center account. (orders.listOrders) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param bool acknowledged Obtains orders that match the acknowledgement * status. When set to true, obtains orders that have been acknowledged. When * false, obtains orders that have not been acknowledged. We recommend using * this filter set to `false`, in conjunction with the `acknowledge` call, such * that only un-acknowledged orders are returned. * @opt_param string maxResults The maximum number of orders to return in the * response, used for paging. The default value is 25 orders per page, and the * maximum allowed value is 250 orders per page. * @opt_param string orderBy Order results by placement date in descending or * ascending order. Acceptable values are: - placedDateAsc - placedDateDesc * @opt_param string pageToken The token returned by the previous request. * @opt_param string placedDateEnd Obtains orders placed before this date * (exclusively), in ISO 8601 format. * @opt_param string placedDateStart Obtains orders placed after this date * (inclusively), in ISO 8601 format. * @opt_param string statuses Obtains orders that match any of the specified * statuses. Please note that `active` is a shortcut for `pendingShipment` and * `partiallyShipped`, and `completed` is a shortcut for `shipped`, * `partiallyDelivered`, `delivered`, `partiallyReturned`, `returned`, and * `canceled`. * @return Google_Service_ShoppingContent_OrdersListResponse */ public function listOrders($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_OrdersListResponse"); } /** * Issues a partial or total refund for items and shipment. (orders.refunditem) * * @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_OrdersRefundItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersRefundItemResponse */ public function refunditem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRefundItemRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('refunditem', array($params), "Google_Service_ShoppingContent_OrdersRefundItemResponse"); } /** * Issues a partial or total refund for an order. (orders.refundorder) * * @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_OrdersRefundOrderRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersRefundOrderResponse */ public function refundorder($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRefundOrderRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('refundorder', array($params), "Google_Service_ShoppingContent_OrdersRefundOrderResponse"); } /** * Rejects return on an line item. (orders.rejectreturnlineitem) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersRejectReturnLineItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersRejectReturnLineItemResponse */ public function rejectreturnlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRejectReturnLineItemRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rejectreturnlineitem', array($params), "Google_Service_ShoppingContent_OrdersRejectReturnLineItemResponse"); } /** * Returns and refunds a line item. Note that this method can only be called on * fully shipped orders. Please also note that the Orderreturns API is the * preferred way to handle returns after you receive a return from a customer. * You can use Orderreturns.list or Orderreturns.get to search for the return, * and then use Orderreturns.processreturn to issue the refund. If the return * cannot be found, then we recommend using this API to issue a refund. * (orders.returnrefundlineitem) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersReturnRefundLineItemRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersReturnRefundLineItemResponse */ public function returnrefundlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersReturnRefundLineItemRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('returnrefundlineitem', array($params), "Google_Service_ShoppingContent_OrdersReturnRefundLineItemResponse"); } /** * Sets (or overrides if it already exists) merchant provided annotations in the * form of key-value pairs. A common use case would be to supply us with * additional structured information about a line item that cannot be provided * via other methods. Submitted key-value pairs can be retrieved as part of the * orders resource. (orders.setlineitemmetadata) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersSetLineItemMetadataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersSetLineItemMetadataResponse */ public function setlineitemmetadata($merchantId, $orderId, Google_Service_ShoppingContent_OrdersSetLineItemMetadataRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setlineitemmetadata', array($params), "Google_Service_ShoppingContent_OrdersSetLineItemMetadataResponse"); } /** * Marks line item(s) as shipped. (orders.shiplineitems) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersShipLineItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersShipLineItemsResponse */ public function shiplineitems($merchantId, $orderId, Google_Service_ShoppingContent_OrdersShipLineItemsRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('shiplineitems', array($params), "Google_Service_ShoppingContent_OrdersShipLineItemsResponse"); } /** * Updates ship by and delivery by dates for a line item. * (orders.updatelineitemshippingdetails) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsResponse */ public function updatelineitemshippingdetails($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatelineitemshippingdetails', array($params), "Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsResponse"); } /** * Updates the merchant order ID for a given order. * (orders.updatemerchantorderid) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse */ public function updatemerchantorderid($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatemerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse"); } /** * Updates a shipment's status, carrier, and/or tracking ID. * (orders.updateshipment) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $orderId The ID of the order. * @param Google_Service_ShoppingContent_OrdersUpdateShipmentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrdersUpdateShipmentResponse */ public function updateshipment($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateShipmentRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateshipment', array($params), "Google_Service_ShoppingContent_OrdersUpdateShipmentResponse"); } } PK. ZZ>]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreturns.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $orderreturns = $contentService->orderreturns; * */ class Google_Service_ShoppingContent_Resource_Orderreturns extends Google_Service_Resource { /** * Acks an order return in your Merchant Center account. * (orderreturns.acknowledge) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $returnId The ID of the return. * @param Google_Service_ShoppingContent_OrderreturnsAcknowledgeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrderreturnsAcknowledgeResponse */ public function acknowledge($merchantId, $returnId, Google_Service_ShoppingContent_OrderreturnsAcknowledgeRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('acknowledge', array($params), "Google_Service_ShoppingContent_OrderreturnsAcknowledgeResponse"); } /** * Create return in your Merchant Center account. * (orderreturns.createorderreturn) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param Google_Service_ShoppingContent_OrderreturnsCreateOrderReturnRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrderreturnsCreateOrderReturnResponse */ public function createorderreturn($merchantId, Google_Service_ShoppingContent_OrderreturnsCreateOrderReturnRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createorderreturn', array($params), "Google_Service_ShoppingContent_OrderreturnsCreateOrderReturnResponse"); } /** * Retrieves an order return from your Merchant Center account. * (orderreturns.get) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $returnId Merchant order return ID generated by Google. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_MerchantOrderReturn */ public function get($merchantId, $returnId, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnId' => $returnId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ShoppingContent_MerchantOrderReturn"); } /** * Lists order returns in your Merchant Center account. * (orderreturns.listOrderreturns) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param bool acknowledged Obtains order returns that match the * acknowledgement status. When set to true, obtains order returns that have * been acknowledged. When false, obtains order returns that have not been * acknowledged. When not provided, obtains order returns regardless of their * acknowledgement status. We recommend using this filter set to `false`, in * conjunction with the `acknowledge` call, such that only un-acknowledged order * returns are returned. * @opt_param string createdEndDate Obtains order returns created before this * date (inclusively), in ISO 8601 format. * @opt_param string createdStartDate Obtains order returns created after this * date (inclusively), in ISO 8601 format. * @opt_param string googleOrderIds Obtains order returns with the specified * order ids. If this parameter is provided, createdStartDate, createdEndDate, * shipmentType, shipmentStatus, shipmentState and acknowledged parameters must * be not set. Note: if googleOrderId and shipmentTrackingNumber parameters are * provided, the obtained results will include all order returns that either * match the specified order id or the specified tracking number. * @opt_param string maxResults The maximum number of order returns to return in * the response, used for paging. The default value is 25 returns per page, and * the maximum allowed value is 250 returns per page. * @opt_param string orderBy Return the results in the specified order. * @opt_param string pageToken The token returned by the previous request. * @opt_param string shipmentStates Obtains order returns that match any * shipment state provided in this parameter. When this parameter is not * provided, order returns are obtained regardless of their shipment states. * @opt_param string shipmentStatus Obtains order returns that match any * shipment status provided in this parameter. When this parameter is not * provided, order returns are obtained regardless of their shipment statuses. * @opt_param string shipmentTrackingNumbers Obtains order returns with the * specified tracking numbers. If this parameter is provided, createdStartDate, * createdEndDate, shipmentType, shipmentStatus, shipmentState and acknowledged * parameters must be not set. Note: if googleOrderId and shipmentTrackingNumber * parameters are provided, the obtained results will include all order returns * that either match the specified order id or the specified tracking number. * @opt_param string shipmentTypes Obtains order returns that match any shipment * type provided in this parameter. When this parameter is not provided, order * returns are obtained regardless of their shipment types. * @return Google_Service_ShoppingContent_OrderreturnsListResponse */ public function listOrderreturns($merchantId, $optParams = array()) { $params = array('merchantId' => $merchantId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_OrderreturnsListResponse"); } /** * Processes return in your Merchant Center account. (orderreturns.process) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $returnId The ID of the return. * @param Google_Service_ShoppingContent_OrderreturnsProcessRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_OrderreturnsProcessResponse */ public function process($merchantId, $returnId, Google_Service_ShoppingContent_OrderreturnsProcessRequest $postBody, $optParams = array()) { $params = array('merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('process', array($params), "Google_Service_ShoppingContent_OrderreturnsProcessResponse"); } } PK. ZyJsppfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsReturncarrier.phpnu[ * $contentService = new Google_Service_ShoppingContent(...); * $returncarrier = $contentService->returncarrier; * */ class Google_Service_ShoppingContent_Resource_AccountsReturncarrier extends Google_Service_Resource { /** * Links return carrier to a merchant account. (returncarrier.create) * * @param string $accountId Required. The Merchant Center Account Id under which * the Return Carrier is to be linked. * @param Google_Service_ShoppingContent_AccountReturnCarrier $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountReturnCarrier */ public function create($accountId, Google_Service_ShoppingContent_AccountReturnCarrier $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ShoppingContent_AccountReturnCarrier"); } /** * Delete a return carrier in the merchant account. (returncarrier.delete) * * @param string $accountId Required. The Merchant Center Account Id under which * the Return Carrier is to be linked. * @param string $carrierAccountId Required. The Google-provided unique carrier * ID, used to update the resource. * @param array $optParams Optional parameters. */ public function delete($accountId, $carrierAccountId, $optParams = array()) { $params = array('accountId' => $accountId, 'carrierAccountId' => $carrierAccountId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Lists available return carriers in the merchant account. * (returncarrier.listAccountsReturncarrier) * * @param string $accountId Required. The Merchant Center Account Id under which * the Return Carrier is to be linked. * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_ListAccountReturnCarrierResponse */ public function listAccountsReturncarrier($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ShoppingContent_ListAccountReturnCarrierResponse"); } /** * Updates a return carrier in the merchant account. (returncarrier.patch) * * @param string $accountId Required. The Merchant Center Account Id under which * the Return Carrier is to be linked. * @param string $carrierAccountId Required. The Google-provided unique carrier * ID, used to update the resource. * @param Google_Service_ShoppingContent_AccountReturnCarrier $postBody * @param array $optParams Optional parameters. * @return Google_Service_ShoppingContent_AccountReturnCarrier */ public function patch($accountId, $carrierAccountId, Google_Service_ShoppingContent_AccountReturnCarrier $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'carrierAccountId' => $carrierAccountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountReturnCarrier"); } } PK. ZNj  \vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsLineItem.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. ZKcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsRejectOperation.phpnu[reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. ZcO||bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRepricingRulesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_RepricingRule[] */ public function setRepricingRules($repricingRules) { $this->repricingRules = $repricingRules; } /** * @return Google_Service_ShoppingContent_RepricingRule[] */ public function getRepricingRules() { return $this->repricingRules; } } PK. Z0Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_PostalCodeGroup[] */ public function setPostalCodeGroups($postalCodeGroups) { $this->postalCodeGroups = $postalCodeGroups; } /** * @return Google_Service_ShoppingContent_PostalCodeGroup[] */ public function getPostalCodeGroups() { return $this->postalCodeGroups; } /** * @param Google_Service_ShoppingContent_Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ShoppingContent_Service[] */ public function getServices() { return $this->services; } } PK. Z$llNvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Errors.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_ShoppingContent_Error[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Error[] */ public function getErrors() { return $this->errors; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK. ZpLbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Z\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaAboutPageSettings.phpnu[status = $status; } public function getStatus() { return $this->status; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. ZMW; cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusItemLevelIssue.phpnu[applicableCountries = $applicableCountries; } public function getApplicableCountries() { return $this->applicableCountries; } public function setAttributeName($attributeName) { $this->attributeName = $attributeName; } public function getAttributeName() { return $this->attributeName; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDetail($detail) { $this->detail = $detail; } public function getDetail() { return $this->detail; } public function setDocumentation($documentation) { $this->documentation = $documentation; } public function getDocumentation() { return $this->documentation; } public function setResolution($resolution) { $this->resolution = $resolution; } public function getResolution() { return $this->resolution; } public function setServability($servability) { $this->servability = $servability; } public function getServability() { return $this->servability; } } PK. Z9 Tvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicy.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNonFreeReturnReasons($nonFreeReturnReasons) { $this->nonFreeReturnReasons = $nonFreeReturnReasons; } public function getNonFreeReturnReasons() { return $this->nonFreeReturnReasons; } /** * @param Google_Service_ShoppingContent_ReturnPolicyPolicy */ public function setPolicy(Google_Service_ShoppingContent_ReturnPolicyPolicy $policy) { $this->policy = $policy; } /** * @return Google_Service_ShoppingContent_ReturnPolicyPolicy */ public function getPolicy() { return $this->policy; } public function setReturnPolicyId($returnPolicyId) { $this->returnPolicyId = $returnPolicyId; } public function getReturnPolicyId() { return $this->returnPolicyId; } /** * @param Google_Service_ShoppingContent_Price */ public function setReturnShippingFee(Google_Service_ShoppingContent_Price $returnShippingFee) { $this->returnShippingFee = $returnShippingFee; } /** * @return Google_Service_ShoppingContent_Price */ public function getReturnShippingFee() { return $this->returnShippingFee; } /** * @param Google_Service_ShoppingContent_ReturnPolicySeasonalOverride[] */ public function setSeasonalOverrides($seasonalOverrides) { $this->seasonalOverrides = $seasonalOverrides; } /** * @return Google_Service_ShoppingContent_ReturnPolicySeasonalOverride[] */ public function getSeasonalOverrides() { return $this->seasonalOverrides; } } PK. Z) _Svendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.phpnu[actor = $actor; } public function getActor() { return $this->actor; } /** * @param Google_Service_ShoppingContent_Price */ public function setAmount(Google_Service_ShoppingContent_Price $amount) { $this->amount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setCreationDate($creationDate) { $this->creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. ZJ$$_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantRejectionReason.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setReasonCode($reasonCode) { $this->reasonCode = $reasonCode; } public function getReasonCode() { return $this->reasonCode; } } PK. Z۝Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidayCutoff.phpnu[deadlineDate = $deadlineDate; } public function getDeadlineDate() { return $this->deadlineDate; } public function setDeadlineHour($deadlineHour) { $this->deadlineHour = $deadlineHour; } public function getDeadlineHour() { return $this->deadlineHour; } public function setDeadlineTimezone($deadlineTimezone) { $this->deadlineTimezone = $deadlineTimezone; } public function getDeadlineTimezone() { return $this->deadlineTimezone; } public function setHolidayId($holidayId) { $this->holidayId = $holidayId; } public function getHolidayId() { return $this->holidayId; } public function setVisibleFromDate($visibleFromDate) { $this->visibleFromDate = $visibleFromDate; } public function getVisibleFromDate() { return $this->visibleFromDate; } } PK. Zu ' Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleRequest.phpnu[contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setSaleId($saleId) { $this->saleId = $saleId; } public function getSaleId() { return $this->saleId; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK. Z:Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.phpnu[businessDays = $businessDays; } public function getBusinessDays() { return $this->businessDays; } } PK. ZxxSvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountUser.phpnu[admin = $admin; } public function getAdmin() { return $this->admin; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setOrderManager($orderManager) { $this->orderManager = $orderManager; } public function getOrderManager() { return $this->orderManager; } public function setPaymentsAnalyst($paymentsAnalyst) { $this->paymentsAnalyst = $paymentsAnalyst; } public function getPaymentsAnalyst() { return $this->paymentsAnalyst; } public function setPaymentsManager($paymentsManager) { $this->paymentsManager = $paymentsManager; } public function getPaymentsManager() { return $this->paymentsManager; } } PK. ZUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SearchRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } } PK. Z̕ZDDcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleStatsBasedRule.phpnu[percentageDelta = $percentageDelta; } public function getPercentageDelta() { return $this->percentageDelta; } public function setPriceDelta($priceDelta) { $this->priceDelta = $priceDelta; } public function getPriceDelta() { return $this->priceDelta; } } PK. Z1vjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. ZՆ^^kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_ShoppingContent_ReturnPolicy */ public function setReturnPolicy(Google_Service_ShoppingContent_ReturnPolicy $returnPolicy) { $this->returnPolicy = $returnPolicy; } /** * @return Google_Service_ShoppingContent_ReturnPolicy */ public function getReturnPolicy() { return $this->returnPolicy; } public function setReturnPolicyId($returnPolicyId) { $this->returnPolicyId = $returnPolicyId; } public function getReturnPolicyId() { return $this->returnPolicyId; } } PK. Z]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.phpnu[dayOfMonth = $dayOfMonth; } public function getDayOfMonth() { return $this->dayOfMonth; } public function setFetchUrl($fetchUrl) { $this->fetchUrl = $fetchUrl; } public function getFetchUrl() { return $this->fetchUrl; } public function setHour($hour) { $this->hour = $hour; } public function getHour() { return $this->hour; } public function setMinuteOfHour($minuteOfHour) { $this->minuteOfHour = $minuteOfHour; } public function getMinuteOfHour() { return $this->minuteOfHour; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPaused($paused) { $this->paused = $paused; } public function getPaused() { return $this->paused; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } public function setWeekday($weekday) { $this->weekday = $weekday; } public function getWeekday() { return $this->weekday; } } PK. Z,q!!\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomerReturnReason.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setReasonCode($reasonCode) { $this->reasonCode = $reasonCode; } public function getReasonCode() { return $this->reasonCode; } } PK. Z(ӐXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProviders.phpnu[country = $country; } public function getCountry() { return $this->country; } /** * @param Google_Service_ShoppingContent_PosDataProvidersPosDataProvider[] */ public function setPosDataProviders($posDataProviders) { $this->posDataProviders = $posDataProviders; } /** * @return Google_Service_ShoppingContent_PosDataProvidersPosDataProvider[] */ public function getPosDataProviders() { return $this->posDataProviders; } } PK. Z'"z+avendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingMeasure.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZnR''pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z^e88\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. Zlvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZZ11gvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlineRestockingFee.phpnu[fixedFee = $fixedFee; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getFixedFee() { return $this->fixedFee; } public function setMicroPercent($microPercent) { $this->microPercent = $microPercent; } public function getMicroPercent() { return $this->microPercent; } } PK. Z8a]]nvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setDestinations($destinations) { $this->destinations = $destinations; } public function getDestinations() { return $this->destinations; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } } PK. Z0NyyQvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.phpnu[deliveryDetails = $deliveryDetails; } /** * @return Google_Service_ShoppingContent_TestOrderDeliveryDetails */ public function getDeliveryDetails() { return $this->deliveryDetails; } public function setEnableOrderinvoices($enableOrderinvoices) { $this->enableOrderinvoices = $enableOrderinvoices; } public function getEnableOrderinvoices() { return $this->enableOrderinvoices; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_TestOrderLineItem[] */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_TestOrderLineItem[] */ public function getLineItems() { return $this->lineItems; } public function setNotificationMode($notificationMode) { $this->notificationMode = $notificationMode; } public function getNotificationMode() { return $this->notificationMode; } /** * @param Google_Service_ShoppingContent_TestOrderPickupDetails */ public function setPickupDetails(Google_Service_ShoppingContent_TestOrderPickupDetails $pickupDetails) { $this->pickupDetails = $pickupDetails; } /** * @return Google_Service_ShoppingContent_TestOrderPickupDetails */ public function getPickupDetails() { return $this->pickupDetails; } public function setPredefinedBillingAddress($predefinedBillingAddress) { $this->predefinedBillingAddress = $predefinedBillingAddress; } public function getPredefinedBillingAddress() { return $this->predefinedBillingAddress; } public function setPredefinedDeliveryAddress($predefinedDeliveryAddress) { $this->predefinedDeliveryAddress = $predefinedDeliveryAddress; } public function getPredefinedDeliveryAddress() { return $this->predefinedDeliveryAddress; } public function setPredefinedEmail($predefinedEmail) { $this->predefinedEmail = $predefinedEmail; } public function getPredefinedEmail() { return $this->predefinedEmail; } public function setPredefinedPickupDetails($predefinedPickupDetails) { $this->predefinedPickupDetails = $predefinedPickupDetails; } public function getPredefinedPickupDetails() { return $this->predefinedPickupDetails; } /** * @param Google_Service_ShoppingContent_OrderPromotion[] */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_ShoppingContent_OrderPromotion[] */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_ShoppingContent_Price */ public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) { $this->shippingCost = $shippingCost; } /** * @return Google_Service_ShoppingContent_Price */ public function getShippingCost() { return $this->shippingCost; } public function setShippingOption($shippingOption) { $this->shippingOption = $shippingOption; } public function getShippingOption() { return $this->shippingOption; } } PK. Zp7<<dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZR!BBfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAdvanceTestOrderResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. Zl+]TTjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Zz$cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountGoogleMyBusinessLink.phpnu[gmbAccountId = $gmbAccountId; } public function getGmbAccountId() { return $this->gmbAccountId; } public function setGmbEmail($gmbEmail) { $this->gmbEmail = $gmbEmail; } public function getGmbEmail() { return $this->gmbEmail; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. Zh Kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Css.phpnu[cssDomainId = $cssDomainId; } public function getCssDomainId() { return $this->cssDomainId; } public function setCssGroupId($cssGroupId) { $this->cssGroupId = $cssGroupId; } public function getCssGroupId() { return $this->cssGroupId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setHomepageUri($homepageUri) { $this->homepageUri = $homepageUri; } public function getHomepageUri() { return $this->homepageUri; } public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } } PK. Z3@Nvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Zamount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Zȹmmrvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.phpnu[deliverByDate = $deliverByDate; } public function getDeliverByDate() { return $this->deliverByDate; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setShipByDate($shipByDate) { $this->shipByDate = $shipByDate; } public function getShipByDate() { return $this->shipByDate; } } PK. Z/ddmvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_ReturnAddress */ public function setReturnAddress(Google_Service_ShoppingContent_ReturnAddress $returnAddress) { $this->returnAddress = $returnAddress; } /** * @return Google_Service_ShoppingContent_ReturnAddress */ public function getReturnAddress() { return $this->returnAddress; } } PK. ZXd+ + Ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSale.phpnu[contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setSaleId($saleId) { $this->saleId = $saleId; } public function getSaleId() { return $this->saleId; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK. Z^f**mvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListDisbursementsResponse.phpnu[disbursements = $disbursements; } /** * @return Google_Service_ShoppingContent_OrderReportDisbursement[] */ public function getDisbursements() { return $this->disbursements; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z z\\fvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListCollectionStatusesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_CollectionStatus[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_CollectionStatus[] */ public function getResources() { return $this->resources; } } PK. ZAahvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.phpnu[account = $account; } /** * @return Google_Service_ShoppingContent_Account */ public function getAccount() { return $this->account; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Zoybvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEffectiveTime.phpnu[fixedTimePeriods = $fixedTimePeriods; } /** * @return Google_Service_ShoppingContent_RepricingRuleEffectiveTimeFixedTimePeriod[] */ public function getFixedTimePeriods() { return $this->fixedTimePeriods; } } PK. Za a ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportTransaction.phpnu[disbursementAmount = $disbursementAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getDisbursementAmount() { return $this->disbursementAmount; } public function setDisbursementCreationDate($disbursementCreationDate) { $this->disbursementCreationDate = $disbursementCreationDate; } public function getDisbursementCreationDate() { return $this->disbursementCreationDate; } public function setDisbursementDate($disbursementDate) { $this->disbursementDate = $disbursementDate; } public function getDisbursementDate() { return $this->disbursementDate; } public function setDisbursementId($disbursementId) { $this->disbursementId = $disbursementId; } public function getDisbursementId() { return $this->disbursementId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMerchantOrderId($merchantOrderId) { $this->merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } /** * @param Google_Service_ShoppingContent_ProductAmount */ public function setProductAmount(Google_Service_ShoppingContent_ProductAmount $productAmount) { $this->productAmount = $productAmount; } /** * @return Google_Service_ShoppingContent_ProductAmount */ public function getProductAmount() { return $this->productAmount; } public function setTransactionDate($transactionDate) { $this->transactionDate = $transactionDate; } public function getTransactionDate() { return $this->transactionDate; } } PK. ZUU_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusStatistics.phpnu[active = $active; } public function getActive() { return $this->active; } public function setDisapproved($disapproved) { $this->disapproved = $disapproved; } public function getDisapproved() { return $this->disapproved; } public function setExpiring($expiring) { $this->expiring = $expiring; } public function getExpiring() { return $this->expiring; } public function setPending($pending) { $this->pending = $pending; } public function getPending() { return $this->pending; } } PK. Z9 9 ivendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemRequest.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPriceAmount(Google_Service_ShoppingContent_Price $priceAmount) { $this->priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } } PK. ZYآ||pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } /** * @param Google_Service_ShoppingContent_RegionalInventory */ public function setRegionalInventory(Google_Service_ShoppingContent_RegionalInventory $regionalInventory) { $this->regionalInventory = $regionalInventory; } /** * @return Google_Service_ShoppingContent_RegionalInventory */ public function getRegionalInventory() { return $this->regionalInventory; } } PK. ZN4Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoice.phpnu[invoiceSummary = $invoiceSummary; } /** * @return Google_Service_ShoppingContent_InvoiceSummary */ public function getInvoiceSummary() { return $this->invoiceSummary; } /** * @param Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice[] */ public function setLineItemInvoices($lineItemInvoices) { $this->lineItemInvoices = $lineItemInvoices; } /** * @return Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice[] */ public function getLineItemInvoices() { return $this->lineItemInvoices; } public function setShipmentGroupId($shipmentGroupId) { $this->shipmentGroupId = $shipmentGroupId; } public function getShipmentGroupId() { return $this->shipmentGroupId; } } PK. Zdmm`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.phpnu[operationId = $operationId; } public function getOperationId() { return $this->operationId; } } PK. Zgjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Z\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Product[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_Product[] */ public function getResources() { return $this->resources; } } PK. ZUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocationIdSet.phpnu[locationIds = $locationIds; } public function getLocationIds() { return $this->locationIds; } } PK. Zivendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Z?Bi1 1 Mvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.phpnu[acknowledged = $acknowledged; } public function getAcknowledged() { return $this->acknowledged; } /** * @param Google_Service_ShoppingContent_OrderOrderAnnotation[] */ public function setAnnotations($annotations) { $this->annotations = $annotations; } /** * @return Google_Service_ShoppingContent_OrderOrderAnnotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param Google_Service_ShoppingContent_OrderAddress */ public function setBillingAddress(Google_Service_ShoppingContent_OrderAddress $billingAddress) { $this->billingAddress = $billingAddress; } /** * @return Google_Service_ShoppingContent_OrderAddress */ public function getBillingAddress() { return $this->billingAddress; } /** * @param Google_Service_ShoppingContent_OrderCustomer */ public function setCustomer(Google_Service_ShoppingContent_OrderCustomer $customer) { $this->customer = $customer; } /** * @return Google_Service_ShoppingContent_OrderCustomer */ public function getCustomer() { return $this->customer; } /** * @param Google_Service_ShoppingContent_OrderDeliveryDetails */ public function setDeliveryDetails(Google_Service_ShoppingContent_OrderDeliveryDetails $deliveryDetails) { $this->deliveryDetails = $deliveryDetails; } /** * @return Google_Service_ShoppingContent_OrderDeliveryDetails */ public function getDeliveryDetails() { return $this->deliveryDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_OrderLineItem[] */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_OrderLineItem[] */ public function getLineItems() { return $this->lineItems; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMerchantOrderId($merchantOrderId) { $this->merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } /** * @param Google_Service_ShoppingContent_Price */ public function setNetPriceAmount(Google_Service_ShoppingContent_Price $netPriceAmount) { $this->netPriceAmount = $netPriceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getNetPriceAmount() { return $this->netPriceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setNetTaxAmount(Google_Service_ShoppingContent_Price $netTaxAmount) { $this->netTaxAmount = $netTaxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getNetTaxAmount() { return $this->netTaxAmount; } public function setPaymentStatus($paymentStatus) { $this->paymentStatus = $paymentStatus; } public function getPaymentStatus() { return $this->paymentStatus; } /** * @param Google_Service_ShoppingContent_OrderPickupDetails */ public function setPickupDetails(Google_Service_ShoppingContent_OrderPickupDetails $pickupDetails) { $this->pickupDetails = $pickupDetails; } /** * @return Google_Service_ShoppingContent_OrderPickupDetails */ public function getPickupDetails() { return $this->pickupDetails; } public function setPlacedDate($placedDate) { $this->placedDate = $placedDate; } public function getPlacedDate() { return $this->placedDate; } /** * @param Google_Service_ShoppingContent_OrderPromotion[] */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_ShoppingContent_OrderPromotion[] */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_ShoppingContent_OrderRefund[] */ public function setRefunds($refunds) { $this->refunds = $refunds; } /** * @return Google_Service_ShoppingContent_OrderRefund[] */ public function getRefunds() { return $this->refunds; } /** * @param Google_Service_ShoppingContent_OrderShipment[] */ public function setShipments($shipments) { $this->shipments = $shipments; } /** * @return Google_Service_ShoppingContent_OrderShipment[] */ public function getShipments() { return $this->shipments; } /** * @param Google_Service_ShoppingContent_Price */ public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) { $this->shippingCost = $shippingCost; } /** * @return Google_Service_ShoppingContent_Price */ public function getShippingCost() { return $this->shippingCost; } /** * @param Google_Service_ShoppingContent_Price */ public function setShippingCostTax(Google_Service_ShoppingContent_Price $shippingCostTax) { $this->shippingCostTax = $shippingCostTax; } /** * @return Google_Service_ShoppingContent_Price */ public function getShippingCostTax() { return $this->shippingCostTax; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTaxCollector($taxCollector) { $this->taxCollector = $taxCollector; } public function getTaxCollector() { return $this->taxCollector; } } PK. Z@[RRcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaOnDisplayToOrderSettings.phpnu[shippingCostPolicyUrl = $shippingCostPolicyUrl; } public function getShippingCostPolicyUrl() { return $this->shippingCostPolicyUrl; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. Zjycvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsUpdateLabelsRequest.phpnu[labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } } PK. Zdgvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsAcknowledgeResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z\hvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Product */ public function setProduct(Google_Service_ShoppingContent_Product $product) { $this->product = $product; } /** * @return Google_Service_ShoppingContent_Product */ public function getProduct() { return $this->product; } } PK. Z 0dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.phpnu[deliverByDate = $deliverByDate; } public function getDeliverByDate() { return $this->deliverByDate; } /** * @param Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod */ public function setMethod(Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod $method) { $this->method = $method; } /** * @return Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod */ public function getMethod() { return $this->method; } public function setPickupPromiseInMinutes($pickupPromiseInMinutes) { $this->pickupPromiseInMinutes = $pickupPromiseInMinutes; } public function getPickupPromiseInMinutes() { return $this->pickupPromiseInMinutes; } public function setShipByDate($shipByDate) { $this->shipByDate = $shipByDate; } public function getShipByDate() { return $this->shipByDate; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZaqWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setServices($services) { $this->services = $services; } public function getServices() { return $this->services; } } PK. Z,pTvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.phpnu[cutoffTime = $cutoffTime; } /** * @return Google_Service_ShoppingContent_CutoffTime */ public function getCutoffTime() { return $this->cutoffTime; } /** * @param Google_Service_ShoppingContent_BusinessDayConfig */ public function setHandlingBusinessDayConfig(Google_Service_ShoppingContent_BusinessDayConfig $handlingBusinessDayConfig) { $this->handlingBusinessDayConfig = $handlingBusinessDayConfig; } /** * @return Google_Service_ShoppingContent_BusinessDayConfig */ public function getHandlingBusinessDayConfig() { return $this->handlingBusinessDayConfig; } /** * @param Google_Service_ShoppingContent_HolidayCutoff[] */ public function setHolidayCutoffs($holidayCutoffs) { $this->holidayCutoffs = $holidayCutoffs; } /** * @return Google_Service_ShoppingContent_HolidayCutoff[] */ public function getHolidayCutoffs() { return $this->holidayCutoffs; } public function setMaxHandlingTimeInDays($maxHandlingTimeInDays) { $this->maxHandlingTimeInDays = $maxHandlingTimeInDays; } public function getMaxHandlingTimeInDays() { return $this->maxHandlingTimeInDays; } public function setMaxTransitTimeInDays($maxTransitTimeInDays) { $this->maxTransitTimeInDays = $maxTransitTimeInDays; } public function getMaxTransitTimeInDays() { return $this->maxTransitTimeInDays; } public function setMinHandlingTimeInDays($minHandlingTimeInDays) { $this->minHandlingTimeInDays = $minHandlingTimeInDays; } public function getMinHandlingTimeInDays() { return $this->minHandlingTimeInDays; } public function setMinTransitTimeInDays($minTransitTimeInDays) { $this->minTransitTimeInDays = $minTransitTimeInDays; } public function getMinTransitTimeInDays() { return $this->minTransitTimeInDays; } /** * @param Google_Service_ShoppingContent_BusinessDayConfig */ public function setTransitBusinessDayConfig(Google_Service_ShoppingContent_BusinessDayConfig $transitBusinessDayConfig) { $this->transitBusinessDayConfig = $transitBusinessDayConfig; } /** * @return Google_Service_ShoppingContent_BusinessDayConfig */ public function getTransitBusinessDayConfig() { return $this->transitBusinessDayConfig; } /** * @param Google_Service_ShoppingContent_TransitTable */ public function setTransitTimeTable(Google_Service_ShoppingContent_TransitTable $transitTimeTable) { $this->transitTimeTable = $transitTimeTable; } /** * @return Google_Service_ShoppingContent_TransitTable */ public function getTransitTimeTable() { return $this->transitTimeTable; } } PK. Zn^avendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListLinksResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_LinkedAccount[] */ public function setLinks($links) { $this->links = $links; } /** * @return Google_Service_ShoppingContent_LinkedAccount[] */ public function getLinks() { return $this->links; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z]x x Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnShipment.phpnu[creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setDeliveryDate($deliveryDate) { $this->deliveryDate = $deliveryDate; } public function getDeliveryDate() { return $this->deliveryDate; } public function setReturnMethodType($returnMethodType) { $this->returnMethodType = $returnMethodType; } public function getReturnMethodType() { return $this->returnMethodType; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } /** * @param Google_Service_ShoppingContent_ShipmentTrackingInfo[] */ public function setShipmentTrackingInfos($shipmentTrackingInfos) { $this->shipmentTrackingInfos = $shipmentTrackingInfos; } /** * @return Google_Service_ShoppingContent_ShipmentTrackingInfo[] */ public function getShipmentTrackingInfos() { return $this->shipmentTrackingInfos; } public function setShippingDate($shippingDate) { $this->shippingDate = $shippingDate; } public function getShippingDate() { return $this->shippingDate; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK. ZJ}[88cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z75_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturnItem.phpnu[customerReturnReason = $customerReturnReason; } /** * @return Google_Service_ShoppingContent_CustomerReturnReason */ public function getCustomerReturnReason() { return $this->customerReturnReason; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } /** * @param Google_Service_ShoppingContent_MerchantRejectionReason */ public function setMerchantRejectionReason(Google_Service_ShoppingContent_MerchantRejectionReason $merchantRejectionReason) { $this->merchantRejectionReason = $merchantRejectionReason; } /** * @return Google_Service_ShoppingContent_MerchantRejectionReason */ public function getMerchantRejectionReason() { return $this->merchantRejectionReason; } /** * @param Google_Service_ShoppingContent_RefundReason */ public function setMerchantReturnReason(Google_Service_ShoppingContent_RefundReason $merchantReturnReason) { $this->merchantReturnReason = $merchantReturnReason; } /** * @return Google_Service_ShoppingContent_RefundReason */ public function getMerchantReturnReason() { return $this->merchantReturnReason; } /** * @param Google_Service_ShoppingContent_OrderLineItemProduct */ public function setProduct(Google_Service_ShoppingContent_OrderLineItemProduct $product) { $this->product = $product; } /** * @return Google_Service_ShoppingContent_OrderLineItemProduct */ public function getProduct() { return $this->product; } /** * @param Google_Service_ShoppingContent_MonetaryAmount */ public function setRefundableAmount(Google_Service_ShoppingContent_MonetaryAmount $refundableAmount) { $this->refundableAmount = $refundableAmount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getRefundableAmount() { return $this->refundableAmount; } public function setReturnItemId($returnItemId) { $this->returnItemId = $returnItemId; } public function getReturnItemId() { return $this->returnItemId; } public function setReturnShipmentIds($returnShipmentIds) { $this->returnShipmentIds = $returnShipmentIds; } public function getReturnShipmentIds() { return $this->returnShipmentIds; } public function setShipmentGroupId($shipmentGroupId) { $this->shipmentGroupId = $shipmentGroupId; } public function getShipmentGroupId() { return $this->shipmentGroupId; } public function setShipmentUnitId($shipmentUnitId) { $this->shipmentUnitId = $shipmentUnitId; } public function getShipmentUnitId() { return $this->shipmentUnitId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK. Zwfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setReturnId($returnId) { $this->returnId = $returnId; } public function getReturnId() { return $this->returnId; } } PK. ZW3'Nvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Amount.phpnu[priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } } PK. Z=AlineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setShipmentUnitIds($shipmentUnitIds) { $this->shipmentUnitIds = $shipmentUnitIds; } public function getShipmentUnitIds() { return $this->shipmentUnitIds; } /** * @param Google_Service_ShoppingContent_UnitInvoice */ public function setUnitInvoice(Google_Service_ShoppingContent_UnitInvoice $unitInvoice) { $this->unitInvoice = $unitInvoice; } /** * @return Google_Service_ShoppingContent_UnitInvoice */ public function getUnitInvoice() { return $this->unitInvoice; } } PK. ZKTvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setFullAddress($fullAddress) { $this->fullAddress = $fullAddress; } public function getFullAddress() { return $this->fullAddress; } public function setIsPostOfficeBox($isPostOfficeBox) { $this->isPostOfficeBox = $isPostOfficeBox; } public function getIsPostOfficeBox() { return $this->isPostOfficeBox; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipientName($recipientName) { $this->recipientName = $recipientName; } public function getRecipientName() { return $this->recipientName; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } } PK. Z~22Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.phpnu[applicableItems = $applicableItems; } /** * @return Google_Service_ShoppingContent_OrderPromotionItem[] */ public function getApplicableItems() { return $this->applicableItems; } /** * @param Google_Service_ShoppingContent_OrderPromotionItem[] */ public function setAppliedItems($appliedItems) { $this->appliedItems = $appliedItems; } /** * @return Google_Service_ShoppingContent_OrderPromotionItem[] */ public function getAppliedItems() { return $this->appliedItems; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFunder($funder) { $this->funder = $funder; } public function getFunder() { return $this->funder; } public function setMerchantPromotionId($merchantPromotionId) { $this->merchantPromotionId = $merchantPromotionId; } public function getMerchantPromotionId() { return $this->merchantPromotionId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPriceValue(Google_Service_ShoppingContent_Price $priceValue) { $this->priceValue = $priceValue; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceValue() { return $this->priceValue; } public function setShortTitle($shortTitle) { $this->shortTitle = $shortTitle; } public function getShortTitle() { return $this->shortTitle; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setSubtype($subtype) { $this->subtype = $subtype; } public function getSubtype() { return $this->subtype; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxValue(Google_Service_ShoppingContent_Price $taxValue) { $this->taxValue = $taxValue; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxValue() { return $this->taxValue; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z'LG G Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaCountrySettings.phpnu[about = $about; } /** * @return Google_Service_ShoppingContent_LiaAboutPageSettings */ public function getAbout() { return $this->about; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setHostedLocalStorefrontActive($hostedLocalStorefrontActive) { $this->hostedLocalStorefrontActive = $hostedLocalStorefrontActive; } public function getHostedLocalStorefrontActive() { return $this->hostedLocalStorefrontActive; } /** * @param Google_Service_ShoppingContent_LiaInventorySettings */ public function setInventory(Google_Service_ShoppingContent_LiaInventorySettings $inventory) { $this->inventory = $inventory; } /** * @return Google_Service_ShoppingContent_LiaInventorySettings */ public function getInventory() { return $this->inventory; } /** * @param Google_Service_ShoppingContent_LiaOnDisplayToOrderSettings */ public function setOnDisplayToOrder(Google_Service_ShoppingContent_LiaOnDisplayToOrderSettings $onDisplayToOrder) { $this->onDisplayToOrder = $onDisplayToOrder; } /** * @return Google_Service_ShoppingContent_LiaOnDisplayToOrderSettings */ public function getOnDisplayToOrder() { return $this->onDisplayToOrder; } /** * @param Google_Service_ShoppingContent_LiaPosDataProvider */ public function setPosDataProvider(Google_Service_ShoppingContent_LiaPosDataProvider $posDataProvider) { $this->posDataProvider = $posDataProvider; } /** * @return Google_Service_ShoppingContent_LiaPosDataProvider */ public function getPosDataProvider() { return $this->posDataProvider; } public function setStorePickupActive($storePickupActive) { $this->storePickupActive = $storePickupActive; } public function getStorePickupActive() { return $this->storePickupActive; } } PK. Z-ivendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Datafeed */ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) { $this->datafeed = $datafeed; } /** * @return Google_Service_ShoppingContent_Datafeed */ public function getDatafeed() { return $this->datafeed; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } } PK. Z񮿓 S SOvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Product.phpnu[additionalImageLinks = $additionalImageLinks; } public function getAdditionalImageLinks() { return $this->additionalImageLinks; } public function setAdsGrouping($adsGrouping) { $this->adsGrouping = $adsGrouping; } public function getAdsGrouping() { return $this->adsGrouping; } public function setAdsLabels($adsLabels) { $this->adsLabels = $adsLabels; } public function getAdsLabels() { return $this->adsLabels; } public function setAdsRedirect($adsRedirect) { $this->adsRedirect = $adsRedirect; } public function getAdsRedirect() { return $this->adsRedirect; } public function setAdult($adult) { $this->adult = $adult; } public function getAdult() { return $this->adult; } public function setAgeGroup($ageGroup) { $this->ageGroup = $ageGroup; } public function getAgeGroup() { return $this->ageGroup; } public function setAvailability($availability) { $this->availability = $availability; } public function getAvailability() { return $this->availability; } public function setAvailabilityDate($availabilityDate) { $this->availabilityDate = $availabilityDate; } public function getAvailabilityDate() { return $this->availabilityDate; } public function setBrand($brand) { $this->brand = $brand; } public function getBrand() { return $this->brand; } public function setCanonicalLink($canonicalLink) { $this->canonicalLink = $canonicalLink; } public function getCanonicalLink() { return $this->canonicalLink; } public function setChannel($channel) { $this->channel = $channel; } public function getChannel() { return $this->channel; } public function setColor($color) { $this->color = $color; } public function getColor() { return $this->color; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } /** * @param Google_Service_ShoppingContent_Price */ public function setCostOfGoodsSold(Google_Service_ShoppingContent_Price $costOfGoodsSold) { $this->costOfGoodsSold = $costOfGoodsSold; } /** * @return Google_Service_ShoppingContent_Price */ public function getCostOfGoodsSold() { return $this->costOfGoodsSold; } /** * @param Google_Service_ShoppingContent_CustomAttribute[] */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_ShoppingContent_CustomAttribute[] */ public function getCustomAttributes() { return $this->customAttributes; } public function setCustomLabel0($customLabel0) { $this->customLabel0 = $customLabel0; } public function getCustomLabel0() { return $this->customLabel0; } public function setCustomLabel1($customLabel1) { $this->customLabel1 = $customLabel1; } public function getCustomLabel1() { return $this->customLabel1; } public function setCustomLabel2($customLabel2) { $this->customLabel2 = $customLabel2; } public function getCustomLabel2() { return $this->customLabel2; } public function setCustomLabel3($customLabel3) { $this->customLabel3 = $customLabel3; } public function getCustomLabel3() { return $this->customLabel3; } public function setCustomLabel4($customLabel4) { $this->customLabel4 = $customLabel4; } public function getCustomLabel4() { return $this->customLabel4; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayAdsId($displayAdsId) { $this->displayAdsId = $displayAdsId; } public function getDisplayAdsId() { return $this->displayAdsId; } public function setDisplayAdsLink($displayAdsLink) { $this->displayAdsLink = $displayAdsLink; } public function getDisplayAdsLink() { return $this->displayAdsLink; } public function setDisplayAdsSimilarIds($displayAdsSimilarIds) { $this->displayAdsSimilarIds = $displayAdsSimilarIds; } public function getDisplayAdsSimilarIds() { return $this->displayAdsSimilarIds; } public function setDisplayAdsTitle($displayAdsTitle) { $this->displayAdsTitle = $displayAdsTitle; } public function getDisplayAdsTitle() { return $this->displayAdsTitle; } public function setDisplayAdsValue($displayAdsValue) { $this->displayAdsValue = $displayAdsValue; } public function getDisplayAdsValue() { return $this->displayAdsValue; } public function setEnergyEfficiencyClass($energyEfficiencyClass) { $this->energyEfficiencyClass = $energyEfficiencyClass; } public function getEnergyEfficiencyClass() { return $this->energyEfficiencyClass; } public function setExcludedDestinations($excludedDestinations) { $this->excludedDestinations = $excludedDestinations; } public function getExcludedDestinations() { return $this->excludedDestinations; } public function setExpirationDate($expirationDate) { $this->expirationDate = $expirationDate; } public function getExpirationDate() { return $this->expirationDate; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setGoogleProductCategory($googleProductCategory) { $this->googleProductCategory = $googleProductCategory; } public function getGoogleProductCategory() { return $this->googleProductCategory; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIdentifierExists($identifierExists) { $this->identifierExists = $identifierExists; } public function getIdentifierExists() { return $this->identifierExists; } public function setImageLink($imageLink) { $this->imageLink = $imageLink; } public function getImageLink() { return $this->imageLink; } public function setIncludedDestinations($includedDestinations) { $this->includedDestinations = $includedDestinations; } public function getIncludedDestinations() { return $this->includedDestinations; } /** * @param Google_Service_ShoppingContent_Installment */ public function setInstallment(Google_Service_ShoppingContent_Installment $installment) { $this->installment = $installment; } /** * @return Google_Service_ShoppingContent_Installment */ public function getInstallment() { return $this->installment; } public function setIsBundle($isBundle) { $this->isBundle = $isBundle; } public function getIsBundle() { return $this->isBundle; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } /** * @param Google_Service_ShoppingContent_LoyaltyPoints */ public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints) { $this->loyaltyPoints = $loyaltyPoints; } /** * @return Google_Service_ShoppingContent_LoyaltyPoints */ public function getLoyaltyPoints() { return $this->loyaltyPoints; } public function setMaterial($material) { $this->material = $material; } public function getMaterial() { return $this->material; } public function setMaxEnergyEfficiencyClass($maxEnergyEfficiencyClass) { $this->maxEnergyEfficiencyClass = $maxEnergyEfficiencyClass; } public function getMaxEnergyEfficiencyClass() { return $this->maxEnergyEfficiencyClass; } public function setMaxHandlingTime($maxHandlingTime) { $this->maxHandlingTime = $maxHandlingTime; } public function getMaxHandlingTime() { return $this->maxHandlingTime; } public function setMinEnergyEfficiencyClass($minEnergyEfficiencyClass) { $this->minEnergyEfficiencyClass = $minEnergyEfficiencyClass; } public function getMinEnergyEfficiencyClass() { return $this->minEnergyEfficiencyClass; } public function setMinHandlingTime($minHandlingTime) { $this->minHandlingTime = $minHandlingTime; } public function getMinHandlingTime() { return $this->minHandlingTime; } public function setMobileLink($mobileLink) { $this->mobileLink = $mobileLink; } public function getMobileLink() { return $this->mobileLink; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } public function setMultipack($multipack) { $this->multipack = $multipack; } public function getMultipack() { return $this->multipack; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } public function setPattern($pattern) { $this->pattern = $pattern; } public function getPattern() { return $this->pattern; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } /** * @param Google_Service_ShoppingContent_ProductProductDetail[] */ public function setProductDetails($productDetails) { $this->productDetails = $productDetails; } /** * @return Google_Service_ShoppingContent_ProductProductDetail[] */ public function getProductDetails() { return $this->productDetails; } public function setProductHighlights($productHighlights) { $this->productHighlights = $productHighlights; } public function getProductHighlights() { return $this->productHighlights; } public function setProductTypes($productTypes) { $this->productTypes = $productTypes; } public function getProductTypes() { return $this->productTypes; } public function setPromotionIds($promotionIds) { $this->promotionIds = $promotionIds; } public function getPromotionIds() { return $this->promotionIds; } /** * @param Google_Service_ShoppingContent_Price */ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) { $this->salePrice = $salePrice; } /** * @return Google_Service_ShoppingContent_Price */ public function getSalePrice() { return $this->salePrice; } public function setSalePriceEffectiveDate($salePriceEffectiveDate) { $this->salePriceEffectiveDate = $salePriceEffectiveDate; } public function getSalePriceEffectiveDate() { return $this->salePriceEffectiveDate; } public function setSellOnGoogleQuantity($sellOnGoogleQuantity) { $this->sellOnGoogleQuantity = $sellOnGoogleQuantity; } public function getSellOnGoogleQuantity() { return $this->sellOnGoogleQuantity; } /** * @param Google_Service_ShoppingContent_ProductShipping[] */ public function setShipping($shipping) { $this->shipping = $shipping; } /** * @return Google_Service_ShoppingContent_ProductShipping[] */ public function getShipping() { return $this->shipping; } /** * @param Google_Service_ShoppingContent_ProductShippingDimension */ public function setShippingHeight(Google_Service_ShoppingContent_ProductShippingDimension $shippingHeight) { $this->shippingHeight = $shippingHeight; } /** * @return Google_Service_ShoppingContent_ProductShippingDimension */ public function getShippingHeight() { return $this->shippingHeight; } public function setShippingLabel($shippingLabel) { $this->shippingLabel = $shippingLabel; } public function getShippingLabel() { return $this->shippingLabel; } /** * @param Google_Service_ShoppingContent_ProductShippingDimension */ public function setShippingLength(Google_Service_ShoppingContent_ProductShippingDimension $shippingLength) { $this->shippingLength = $shippingLength; } /** * @return Google_Service_ShoppingContent_ProductShippingDimension */ public function getShippingLength() { return $this->shippingLength; } /** * @param Google_Service_ShoppingContent_ProductShippingWeight */ public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight) { $this->shippingWeight = $shippingWeight; } /** * @return Google_Service_ShoppingContent_ProductShippingWeight */ public function getShippingWeight() { return $this->shippingWeight; } /** * @param Google_Service_ShoppingContent_ProductShippingDimension */ public function setShippingWidth(Google_Service_ShoppingContent_ProductShippingDimension $shippingWidth) { $this->shippingWidth = $shippingWidth; } /** * @return Google_Service_ShoppingContent_ProductShippingDimension */ public function getShippingWidth() { return $this->shippingWidth; } public function setShoppingAdsExcludedCountries($shoppingAdsExcludedCountries) { $this->shoppingAdsExcludedCountries = $shoppingAdsExcludedCountries; } public function getShoppingAdsExcludedCountries() { return $this->shoppingAdsExcludedCountries; } public function setSizeSystem($sizeSystem) { $this->sizeSystem = $sizeSystem; } public function getSizeSystem() { return $this->sizeSystem; } public function setSizeType($sizeType) { $this->sizeType = $sizeType; } public function getSizeType() { return $this->sizeType; } public function setSizes($sizes) { $this->sizes = $sizes; } public function getSizes() { return $this->sizes; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } /** * @param Google_Service_ShoppingContent_ProductSubscriptionCost */ public function setSubscriptionCost(Google_Service_ShoppingContent_ProductSubscriptionCost $subscriptionCost) { $this->subscriptionCost = $subscriptionCost; } /** * @return Google_Service_ShoppingContent_ProductSubscriptionCost */ public function getSubscriptionCost() { return $this->subscriptionCost; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTaxCategory($taxCategory) { $this->taxCategory = $taxCategory; } public function getTaxCategory() { return $this->taxCategory; } /** * @param Google_Service_ShoppingContent_ProductTax[] */ public function setTaxes($taxes) { $this->taxes = $taxes; } /** * @return Google_Service_ShoppingContent_ProductTax[] */ public function getTaxes() { return $this->taxes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTransitTimeLabel($transitTimeLabel) { $this->transitTimeLabel = $transitTimeLabel; } public function getTransitTimeLabel() { return $this->transitTimeLabel; } /** * @param Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure */ public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure) { $this->unitPricingBaseMeasure = $unitPricingBaseMeasure; } /** * @return Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure */ public function getUnitPricingBaseMeasure() { return $this->unitPricingBaseMeasure; } /** * @param Google_Service_ShoppingContent_ProductUnitPricingMeasure */ public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure) { $this->unitPricingMeasure = $unitPricingMeasure; } /** * @return Google_Service_ShoppingContent_ProductUnitPricingMeasure */ public function getUnitPricingMeasure() { return $this->unitPricingMeasure; } } PK. Zӗ}tvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.phpnu[carriers = $carriers; } /** * @return Google_Service_ShoppingContent_CarriersCarrier[] */ public function getCarriers() { return $this->carriers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZD m^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_AccountTax[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_AccountTax[] */ public function getResources() { return $this->resources; } } PK. ZM{$Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListCssesResponse.phpnu[csses = $csses; } /** * @return Google_Service_ShoppingContent_Css[] */ public function getCsses() { return $this->csses; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. ZFovendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.phpnu[accountStatus = $accountStatus; } /** * @return Google_Service_ShoppingContent_AccountStatus */ public function getAccountStatus() { return $this->accountStatus; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } } PK. Zf`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.phpnu[brand = $brand; } public function getBrand() { return $this->brand; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } /** * @param Google_Service_ShoppingContent_OrderLineItemProductFee[] */ public function setFees($fees) { $this->fees = $fees; } /** * @return Google_Service_ShoppingContent_OrderLineItemProductFee[] */ public function getFees() { return $this->fees; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setImageLink($imageLink) { $this->imageLink = $imageLink; } public function getImageLink() { return $this->imageLink; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute[] */ public function setVariantAttributes($variantAttributes) { $this->variantAttributes = $variantAttributes; } /** * @return Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute[] */ public function getVariantAttributes() { return $this->variantAttributes; } } PK. Z>So]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.phpnu[itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZCB]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Datafeed[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_Datafeed[] */ public function getResources() { return $this->resources; } } PK. Z4[ Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPricingInfo.phpnu[chargeReturnShippingFee = $chargeReturnShippingFee; } public function getChargeReturnShippingFee() { return $this->chargeReturnShippingFee; } /** * @param Google_Service_ShoppingContent_MonetaryAmount */ public function setMaxReturnShippingFee(Google_Service_ShoppingContent_MonetaryAmount $maxReturnShippingFee) { $this->maxReturnShippingFee = $maxReturnShippingFee; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getMaxReturnShippingFee() { return $this->maxReturnShippingFee; } /** * @param Google_Service_ShoppingContent_MonetaryAmount */ public function setRefundableItemsTotalAmount(Google_Service_ShoppingContent_MonetaryAmount $refundableItemsTotalAmount) { $this->refundableItemsTotalAmount = $refundableItemsTotalAmount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getRefundableItemsTotalAmount() { return $this->refundableItemsTotalAmount; } /** * @param Google_Service_ShoppingContent_MonetaryAmount */ public function setRefundableShippingAmount(Google_Service_ShoppingContent_MonetaryAmount $refundableShippingAmount) { $this->refundableShippingAmount = $refundableShippingAmount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getRefundableShippingAmount() { return $this->refundableShippingAmount; } /** * @param Google_Service_ShoppingContent_MonetaryAmount */ public function setTotalRefundedAmount(Google_Service_ShoppingContent_MonetaryAmount $totalRefundedAmount) { $this->totalRefundedAmount = $totalRefundedAmount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getTotalRefundedAmount() { return $this->totalRefundedAmount; } } PK. ZEp++`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundOrderRequest.phpnu[amount = $amount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getAmount() { return $this->amount; } public function setFullRefund($fullRefund) { $this->fullRefund = $fullRefund; } public function getFullRefund() { return $this->fullRefund; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. Zzvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedPickupServicesResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_PickupServicesPickupService[] */ public function setPickupServices($pickupServices) { $this->pickupServices = $pickupServices; } /** * @return Google_Service_ShoppingContent_PickupServicesPickupService[] */ public function getPickupServices() { return $this->pickupServices; } } PK. Z/ \vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryResponse.phpnu[contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK. Zu{7Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddress.phpnu[address = $address; } /** * @return Google_Service_ShoppingContent_ReturnAddressAddress */ public function getAddress() { return $this->address; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setReturnAddressId($returnAddressId) { $this->returnAddressId = $returnAddressId; } public function getReturnAddressId() { return $this->returnAddressId; } } PK. Z Tvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventory.phpnu[contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK. Z~ԣ[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.phpnu[action = $action; } public function getAction() { return $this->action; } public function setLinkType($linkType) { $this->linkType = $linkType; } public function getLinkType() { return $this->linkType; } public function setLinkedAccountId($linkedAccountId) { $this->linkedAccountId = $linkedAccountId; } public function getLinkedAccountId() { return $this->linkedAccountId; } public function setServices($services) { $this->services = $services; } public function getServices() { return $this->services; } } PK. ZMє:XXkvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZK`RRjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.phpnu[merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } } PK. Z4 ~vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.phpnu[carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; } public function getTrackingId() { return $this->trackingId; } } PK. Zm^+Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LoyaltyPoints.phpnu[name = $name; } public function getName() { return $this->name; } public function setPointsValue($pointsValue) { $this->pointsValue = $pointsValue; } public function getPointsValue() { return $this->pointsValue; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } } PK. Zdvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZPUUcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusItemLevelIssue.phpnu[attributeName = $attributeName; } public function getAttributeName() { return $this->attributeName; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDetail($detail) { $this->detail = $detail; } public function getDetail() { return $this->detail; } public function setDocumentation($documentation) { $this->documentation = $documentation; } public function getDocumentation() { return $this->documentation; } public function setNumItems($numItems) { $this->numItems = $numItems; } public function getNumItems() { return $this->numItems; } public function setResolution($resolution) { $this->resolution = $resolution; } public function getResolution() { return $this->resolution; } public function setServability($servability) { $this->servability = $servability; } public function getServability() { return $this->servability; } } PK. ZZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaPosDataProvider.phpnu[posDataProviderId = $posDataProviderId; } public function getPosDataProviderId() { return $this->posDataProviderId; } public function setPosExternalAccountId($posExternalAccountId) { $this->posExternalAccountId = $posExternalAccountId; } public function getPosExternalAccountId() { return $this->posExternalAccountId; } } PK. Zhqmvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsCreateOrderReturnResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_MerchantOrderReturn */ public function setOrderReturn(Google_Service_ShoppingContent_MerchantOrderReturn $orderReturn) { $this->orderReturn = $orderReturn; } /** * @return Google_Service_ShoppingContent_MerchantOrderReturn */ public function getOrderReturn() { return $this->orderReturn; } } PK. Z Ycvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_AccountStatus[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_AccountStatus[] */ public function getResources() { return $this->resources; } } PK. ZawMjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementtransactionsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_SettlementTransaction[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_SettlementTransaction[] */ public function getResources() { return $this->resources; } } PK. ZS  wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemShipping.phpnu[amount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setFullRefund($fullRefund) { $this->fullRefund = $fullRefund; } public function getFullRefund() { return $this->fullRefund; } } PK. ZHIG2gvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProvidersPosDataProvider.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK. Z(rR  \vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductProductDetail.phpnu[attributeName = $attributeName; } public function getAttributeName() { return $this->attributeName; } public function setAttributeValue($attributeValue) { $this->attributeValue = $attributeValue; } public function getAttributeValue() { return $this->attributeValue; } public function setSectionName($sectionName) { $this->sectionName = $sectionName; } public function getSectionName() { return $this->sectionName; } } PK. Z]Hdvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z` FFnvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setDestinations($destinations) { $this->destinations = $destinations; } public function getDestinations() { return $this->destinations; } public function setIncludeAttributes($includeAttributes) { $this->includeAttributes = $includeAttributes; } public function getIncludeAttributes() { return $this->includeAttributes; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK. Z+4> > ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.phpnu[invoiceId = $invoiceId; } public function getInvoiceId() { return $this->invoiceId; } /** * @param Google_Service_ShoppingContent_InvoiceSummary */ public function setInvoiceSummary(Google_Service_ShoppingContent_InvoiceSummary $invoiceSummary) { $this->invoiceSummary = $invoiceSummary; } /** * @return Google_Service_ShoppingContent_InvoiceSummary */ public function getInvoiceSummary() { return $this->invoiceSummary; } /** * @param Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice[] */ public function setLineItemInvoices($lineItemInvoices) { $this->lineItemInvoices = $lineItemInvoices; } /** * @return Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice[] */ public function getLineItemInvoices() { return $this->lineItemInvoices; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setShipmentGroupId($shipmentGroupId) { $this->shipmentGroupId = $shipmentGroupId; } public function getShipmentGroupId() { return $this->shipmentGroupId; } } PK. Zr0!!jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z942 2 kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } /** * @param Google_Service_ShoppingContent_GmbAccounts */ public function setGmbAccounts(Google_Service_ShoppingContent_GmbAccounts $gmbAccounts) { $this->gmbAccounts = $gmbAccounts; } /** * @return Google_Service_ShoppingContent_GmbAccounts */ public function getGmbAccounts() { return $this->gmbAccounts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_LiaSettings */ public function setLiaSettings(Google_Service_ShoppingContent_LiaSettings $liaSettings) { $this->liaSettings = $liaSettings; } /** * @return Google_Service_ShoppingContent_LiaSettings */ public function getLiaSettings() { return $this->liaSettings; } /** * @param Google_Service_ShoppingContent_PosDataProviders[] */ public function setPosDataProviders($posDataProviders) { $this->posDataProviders = $posDataProviders; } /** * @return Google_Service_ShoppingContent_PosDataProviders[] */ public function getPosDataProviders() { return $this->posDataProviders; } } PK. ZHsqvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_RegionalInventory */ public function setRegionalInventory(Google_Service_ShoppingContent_RegionalInventory $regionalInventory) { $this->regionalInventory = $regionalInventory; } /** * @return Google_Service_ShoppingContent_RegionalInventory */ public function getRegionalInventory() { return $this->regionalInventory; } } PK. Z4i]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_PosCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. ZT̾vvMvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK. Z! evendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnRequest.phpnu[items = $items; } /** * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCreateTestReturnReturnItem[] */ public function getItems() { return $this->items; } } PK. ZB̜rvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.phpnu[maxTransitTimeInDays = $maxTransitTimeInDays; } public function getMaxTransitTimeInDays() { return $this->maxTransitTimeInDays; } public function setMinTransitTimeInDays($minTransitTimeInDays) { $this->minTransitTimeInDays = $minTransitTimeInDays; } public function getMinTransitTimeInDays() { return $this->minTransitTimeInDays; } } PK. Z1Pf  Qvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.phpnu[applicableShippingLabels = $applicableShippingLabels; } public function getApplicableShippingLabels() { return $this->applicableShippingLabels; } /** * @param Google_Service_ShoppingContent_CarrierRate[] */ public function setCarrierRates($carrierRates) { $this->carrierRates = $carrierRates; } /** * @return Google_Service_ShoppingContent_CarrierRate[] */ public function getCarrierRates() { return $this->carrierRates; } /** * @param Google_Service_ShoppingContent_Table */ public function setMainTable(Google_Service_ShoppingContent_Table $mainTable) { $this->mainTable = $mainTable; } /** * @return Google_Service_ShoppingContent_Table */ public function getMainTable() { return $this->mainTable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_Value */ public function setSingleValue(Google_Service_ShoppingContent_Value $singleValue) { $this->singleValue = $singleValue; } /** * @return Google_Service_ShoppingContent_Value */ public function getSingleValue() { return $this->singleValue; } /** * @param Google_Service_ShoppingContent_Table[] */ public function setSubtables($subtables) { $this->subtables = $subtables; } /** * @return Google_Service_ShoppingContent_Table[] */ public function getSubtables() { return $this->subtables; } } PK. Z/&Tvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RefundReason.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setReasonCode($reasonCode) { $this->reasonCode = $reasonCode; } public function getReasonCode() { return $this->reasonCode; } } PK. Za0Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.phpnu[address = $address; } /** * @return Google_Service_ShoppingContent_OrderAddress */ public function getAddress() { return $this->address; } /** * @param Google_Service_ShoppingContent_OrderPickupDetailsCollector[] */ public function setCollectors($collectors) { $this->collectors = $collectors; } /** * @return Google_Service_ShoppingContent_OrderPickupDetailsCollector[] */ public function getCollectors() { return $this->collectors; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setPickupType($pickupType) { $this->pickupType = $pickupType; } public function getPickupType() { return $this->pickupType; } } PK. Z,Svendor/google/apiclient-services/src/Google/Service/ShoppingContent/PriceAmount.phpnu[currency = $currency; } public function getCurrency() { return $this->currency; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z~jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignalLineItemDetails.phpnu[gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. ZCxVVdvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicySeasonalOverride.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_ReturnPolicyPolicy */ public function setPolicy(Google_Service_ShoppingContent_ReturnPolicyPolicy $policy) { $this->policy = $policy; } /** * @return Google_Service_ShoppingContent_ReturnPolicyPolicy */ public function getPolicy() { return $this->policy; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK. Z[ievendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingBaseMeasure.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZÂ<Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAddress.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } } PK. ZΝ_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductSubscriptionCost.phpnu[amount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setPeriod($period) { $this->period = $period; } public function getPeriod() { return $this->period; } public function setPeriodLength($periodLength) { $this->periodLength = $periodLength; } public function getPeriodLength() { return $this->periodLength; } } PK. ZcMMUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRule.phpnu[cogsBasedRule = $cogsBasedRule; } /** * @return Google_Service_ShoppingContent_RepricingRuleCostOfGoodsSaleRule */ public function getCogsBasedRule() { return $this->cogsBasedRule; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } /** * @param Google_Service_ShoppingContent_RepricingRuleEffectiveTime */ public function setEffectiveTimePeriod(Google_Service_ShoppingContent_RepricingRuleEffectiveTime $effectiveTimePeriod) { $this->effectiveTimePeriod = $effectiveTimePeriod; } /** * @return Google_Service_ShoppingContent_RepricingRuleEffectiveTime */ public function getEffectiveTimePeriod() { return $this->effectiveTimePeriod; } /** * @param Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher */ public function setEligibleOfferMatcher(Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher $eligibleOfferMatcher) { $this->eligibleOfferMatcher = $eligibleOfferMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher */ public function getEligibleOfferMatcher() { return $this->eligibleOfferMatcher; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setPaused($paused) { $this->paused = $paused; } public function getPaused() { return $this->paused; } /** * @param Google_Service_ShoppingContent_RepricingRuleRestriction */ public function setRestriction(Google_Service_ShoppingContent_RepricingRuleRestriction $restriction) { $this->restriction = $restriction; } /** * @return Google_Service_ShoppingContent_RepricingRuleRestriction */ public function getRestriction() { return $this->restriction; } public function setRuleId($ruleId) { $this->ruleId = $ruleId; } public function getRuleId() { return $this->ruleId; } /** * @param Google_Service_ShoppingContent_RepricingRuleStatsBasedRule */ public function setStatsBasedRule(Google_Service_ShoppingContent_RepricingRuleStatsBasedRule $statsBasedRule) { $this->statsBasedRule = $statsBasedRule; } /** * @return Google_Service_ShoppingContent_RepricingRuleStatsBasedRule */ public function getStatsBasedRule() { return $this->statsBasedRule; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZUߛ ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.phpnu[invoiceId = $invoiceId; } public function getInvoiceId() { return $this->invoiceId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } /** * @param Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption */ public function setRefundOnlyOption(Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption $refundOnlyOption) { $this->refundOnlyOption = $refundOnlyOption; } /** * @return Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption */ public function getRefundOnlyOption() { return $this->refundOnlyOption; } /** * @param Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption */ public function setReturnOption(Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption $returnOption) { $this->returnOption = $returnOption; } /** * @return Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption */ public function getReturnOption() { return $this->returnOption; } /** * @param Google_Service_ShoppingContent_ShipmentInvoice[] */ public function setShipmentInvoices($shipmentInvoices) { $this->shipmentInvoices = $shipmentInvoices; } /** * @return Google_Service_ShoppingContent_ShipmentInvoice[] */ public function getShipmentInvoices() { return $this->shipmentInvoices; } } PK. Z^^Pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Segments.phpnu[date = $date; } /** * @return Google_Service_ShoppingContent_Date */ public function getDate() { return $this->date; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } public function setProgram($program) { $this->program = $program; } public function getProgram() { return $this->program; } } PK. ZKm Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementReport.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Price */ public function setPreviousBalance(Google_Service_ShoppingContent_Price $previousBalance) { $this->previousBalance = $previousBalance; } /** * @return Google_Service_ShoppingContent_Price */ public function getPreviousBalance() { return $this->previousBalance; } public function setSettlementId($settlementId) { $this->settlementId = $settlementId; } public function getSettlementId() { return $this->settlementId; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } /** * @param Google_Service_ShoppingContent_Price */ public function setTransferAmount(Google_Service_ShoppingContent_Price $transferAmount) { $this->transferAmount = $transferAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTransferAmount() { return $this->transferAmount; } public function setTransferDate($transferDate) { $this->transferDate = $transferDate; } public function getTransferDate() { return $this->transferDate; } public function setTransferIds($transferIds) { $this->transferIds = $transferIds; } public function getTransferIds() { return $this->transferIds; } } PK. ZVQQcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.phpnu[additionalChargeAmount = $additionalChargeAmount; } /** * @return Google_Service_ShoppingContent_Amount */ public function getAdditionalChargeAmount() { return $this->additionalChargeAmount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z# ppSvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.phpnu[carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setCarrierService($carrierService) { $this->carrierService = $carrierService; } public function getCarrierService() { return $this->carrierService; } /** * @param Google_Service_ShoppingContent_Price */ public function setFlatAdjustment(Google_Service_ShoppingContent_Price $flatAdjustment) { $this->flatAdjustment = $flatAdjustment; } /** * @return Google_Service_ShoppingContent_Price */ public function getFlatAdjustment() { return $this->flatAdjustment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOriginPostalCode($originPostalCode) { $this->originPostalCode = $originPostalCode; } public function getOriginPostalCode() { return $this->originPostalCode; } public function setPercentageAdjustment($percentageAdjustment) { $this->percentageAdjustment = $percentageAdjustment; } public function getPercentageAdjustment() { return $this->percentageAdjustment; } } PK. ZAAUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LinkedAccount.phpnu[linkedAccountId = $linkedAccountId; } public function getLinkedAccountId() { return $this->linkedAccountId; } /** * @param Google_Service_ShoppingContent_LinkService[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ShoppingContent_LinkService[] */ public function getServices() { return $this->services; } } PK. Z`\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Zcbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsProcessRequest.phpnu[fullChargeReturnShippingCost = $fullChargeReturnShippingCost; } public function getFullChargeReturnShippingCost() { return $this->fullChargeReturnShippingCost; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } /** * @param Google_Service_ShoppingContent_OrderreturnsRefundOperation */ public function setRefundShippingFee(Google_Service_ShoppingContent_OrderreturnsRefundOperation $refundShippingFee) { $this->refundShippingFee = $refundShippingFee; } /** * @return Google_Service_ShoppingContent_OrderreturnsRefundOperation */ public function getRefundShippingFee() { return $this->refundShippingFee; } /** * @param Google_Service_ShoppingContent_OrderreturnsReturnItem[] */ public function setReturnItems($returnItems) { $this->returnItems = $returnItems; } /** * @return Google_Service_ShoppingContent_OrderreturnsReturnItem[] */ public function getReturnItems() { return $this->returnItems; } } PK. ZBX`+avendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundOrderResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Zܜ\\lvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_RegionalinventoryCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z 0XXnvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.phpnu[reason = $reason; } public function getReason() { return $this->reason; } } PK. Z%%Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountIdentifier.phpnu[aggregatorId = $aggregatorId; } public function getAggregatorId() { return $this->aggregatorId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } } PK. Z Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/MonetaryAmount.phpnu[priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } } PK. Z H^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingProductReport.phpnu[applicationCount = $applicationCount; } public function getApplicationCount() { return $this->applicationCount; } /** * @param Google_Service_ShoppingContent_RepricingProductReportBuyboxWinningProductStats */ public function setBuyboxWinningProductStats(Google_Service_ShoppingContent_RepricingProductReportBuyboxWinningProductStats $buyboxWinningProductStats) { $this->buyboxWinningProductStats = $buyboxWinningProductStats; } /** * @return Google_Service_ShoppingContent_RepricingProductReportBuyboxWinningProductStats */ public function getBuyboxWinningProductStats() { return $this->buyboxWinningProductStats; } /** * @param Google_Service_ShoppingContent_Date */ public function setDate(Google_Service_ShoppingContent_Date $date) { $this->date = $date; } /** * @return Google_Service_ShoppingContent_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_ShoppingContent_PriceAmount */ public function setHighWatermark(Google_Service_ShoppingContent_PriceAmount $highWatermark) { $this->highWatermark = $highWatermark; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getHighWatermark() { return $this->highWatermark; } /** * @param Google_Service_ShoppingContent_InapplicabilityDetails[] */ public function setInapplicabilityDetails($inapplicabilityDetails) { $this->inapplicabilityDetails = $inapplicabilityDetails; } /** * @return Google_Service_ShoppingContent_InapplicabilityDetails[] */ public function getInapplicabilityDetails() { return $this->inapplicabilityDetails; } /** * @param Google_Service_ShoppingContent_PriceAmount */ public function setLowWatermark(Google_Service_ShoppingContent_PriceAmount $lowWatermark) { $this->lowWatermark = $lowWatermark; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getLowWatermark() { return $this->lowWatermark; } public function setOrderItemCount($orderItemCount) { $this->orderItemCount = $orderItemCount; } public function getOrderItemCount() { return $this->orderItemCount; } public function setRuleIds($ruleIds) { $this->ruleIds = $ruleIds; } public function getRuleIds() { return $this->ruleIds; } /** * @param Google_Service_ShoppingContent_PriceAmount */ public function setTotalGmv(Google_Service_ShoppingContent_PriceAmount $totalGmv) { $this->totalGmv = $totalGmv; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getTotalGmv() { return $this->totalGmv; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZM22rrlvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequestEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } /** * @param Google_Service_ShoppingContent_ReturnAddress */ public function setReturnAddress(Google_Service_ShoppingContent_ReturnAddress $returnAddress) { $this->returnAddress = $returnAddress; } /** * @return Google_Service_ShoppingContent_ReturnAddress */ public function getReturnAddress() { return $this->returnAddress; } public function setReturnAddressId($returnAddressId) { $this->returnAddressId = $returnAddressId; } public function getReturnAddressId() { return $this->returnAddressId; } } PK. ZX jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequestEntry.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setContactEmail($contactEmail) { $this->contactEmail = $contactEmail; } public function getContactEmail() { return $this->contactEmail; } public function setContactName($contactName) { $this->contactName = $contactName; } public function getContactName() { return $this->contactName; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setGmbEmail($gmbEmail) { $this->gmbEmail = $gmbEmail; } public function getGmbEmail() { return $this->gmbEmail; } /** * @param Google_Service_ShoppingContent_LiaSettings */ public function setLiaSettings(Google_Service_ShoppingContent_LiaSettings $liaSettings) { $this->liaSettings = $liaSettings; } /** * @return Google_Service_ShoppingContent_LiaSettings */ public function getLiaSettings() { return $this->liaSettings; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setPosDataProviderId($posDataProviderId) { $this->posDataProviderId = $posDataProviderId; } public function getPosDataProviderId() { return $this->posDataProviderId; } public function setPosExternalAccountId($posExternalAccountId) { $this->posExternalAccountId = $posExternalAccountId; } public function getPosExternalAccountId() { return $this->posExternalAccountId; } } PK. ZΫPP[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_ShoppingContent_DatafeedStatusExample[] */ public function setExamples($examples) { $this->examples = $examples; } /** * @return Google_Service_ShoppingContent_DatafeedStatusExample[] */ public function getExamples() { return $this->examples; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK. ZW#g: : jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemRequest.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPriceAmount(Google_Service_ShoppingContent_Price $priceAmount) { $this->priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } } PK. Z%c((Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedTarget.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setExcludedDestinations($excludedDestinations) { $this->excludedDestinations = $excludedDestinations; } public function getExcludedDestinations() { return $this->excludedDestinations; } public function setIncludedDestinations($includedDestinations) { $this->includedDestinations = $includedDestinations; } public function getIncludedDestinations() { return $this->includedDestinations; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } } PK. Z ]==avendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsFetchNowResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. Zsf..qvendor/google/apiclient-services/src/Google/Service/ShoppingContent/MinimumOrderValueTableStoreCodeSetWithMov.phpnu[storeCodes = $storeCodes; } public function getStoreCodes() { return $this->storeCodes; } /** * @param Google_Service_ShoppingContent_Price */ public function setValue(Google_Service_ShoppingContent_Price $value) { $this->value = $value; } /** * @return Google_Service_ShoppingContent_Price */ public function getValue() { return $this->value; } } PK. ZlA  \vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.phpnu[brand = $brand; } public function getBrand() { return $this->brand; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } /** * @param Google_Service_ShoppingContent_OrderLineItemProductFee[] */ public function setFees($fees) { $this->fees = $fees; } /** * @return Google_Service_ShoppingContent_OrderLineItemProductFee[] */ public function getFees() { return $this->fees; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImageLink($imageLink) { $this->imageLink = $imageLink; } public function getImageLink() { return $this->imageLink; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setShownImage($shownImage) { $this->shownImage = $shownImage; } public function getShownImage() { return $this->shownImage; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute[] */ public function setVariantAttributes($variantAttributes) { $this->variantAttributes = $variantAttributes; } /** * @return Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute[] */ public function getVariantAttributes() { return $this->variantAttributes; } } PK. Z`a [vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryRequest.phpnu[contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK. ZX dcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionAmount.phpnu[commission = $commission; } /** * @return Google_Service_ShoppingContent_SettlementTransactionAmountCommission */ public function getCommission() { return $this->commission; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ShoppingContent_Price */ public function setTransactionAmount(Google_Service_ShoppingContent_Price $transactionAmount) { $this->transactionAmount = $transactionAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTransactionAmount() { return $this->transactionAmount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZNAvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails.phpnu[carrierPhoneNumber = $carrierPhoneNumber; } public function getCarrierPhoneNumber() { return $this->carrierPhoneNumber; } public function setScheduledDate($scheduledDate) { $this->scheduledDate = $scheduledDate; } public function getScheduledDate() { return $this->scheduledDate; } } PK. Z+Mvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Price.phpnu[currency = $currency; } public function getCurrency() { return $this->currency; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z.qvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEffectiveTimeFixedTimePeriod.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK. ZL!!ivendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_AccountTax */ public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax) { $this->accountTax = $accountTax; } /** * @return Google_Service_ShoppingContent_AccountTax */ public function getAccountTax() { return $this->accountTax; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } } PK. Z&BV]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingWeight.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z"@s  hvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListAccountReturnCarrierResponse.phpnu[accountReturnCarriers = $accountReturnCarriers; } /** * @return Google_Service_ShoppingContent_AccountReturnCarrier[] */ public function getAccountReturnCarriers() { return $this->accountReturnCarriers; } } PK. Z@޽Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Order[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_Order[] */ public function getResources() { return $this->resources; } } PK. Zזxdvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_DatafeedStatus[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_DatafeedStatus[] */ public function getResources() { return $this->resources; } } PK. Z;?Z++bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PubsubNotificationSettings.phpnu[cloudTopicName = $cloudTopicName; } public function getCloudTopicName() { return $this->cloudTopicName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRegisteredEvents($registeredEvents) { $this->registeredEvents = $registeredEvents; } public function getRegisteredEvents() { return $this->registeredEvents; } } PK. Z 44Mvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.phpnu[columnHeaders = $columnHeaders; } /** * @return Google_Service_ShoppingContent_Headers */ public function getColumnHeaders() { return $this->columnHeaders; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_Headers */ public function setRowHeaders(Google_Service_ShoppingContent_Headers $rowHeaders) { $this->rowHeaders = $rowHeaders; } /** * @return Google_Service_ShoppingContent_Headers */ public function getRowHeaders() { return $this->rowHeaders; } /** * @param Google_Service_ShoppingContent_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_ShoppingContent_Row[] */ public function getRows() { return $this->rows; } } PK. Z{rifvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListReturnPolicyOnlineResponse.phpnu[returnPolicies = $returnPolicies; } /** * @return Google_Service_ShoppingContent_ReturnPolicyOnline[] */ public function getReturnPolicies() { return $this->returnPolicies; } } PK. ZE8cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. ZaVp cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.phpnu[carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setDeliveryDate($deliveryDate) { $this->deliveryDate = $deliveryDate; } public function getDeliveryDate() { return $this->deliveryDate; } public function setLastPickupDate($lastPickupDate) { $this->lastPickupDate = $lastPickupDate; } public function getLastPickupDate() { return $this->lastPickupDate; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setReadyPickupDate($readyPickupDate) { $this->readyPickupDate = $readyPickupDate; } public function getReadyPickupDate() { return $this->readyPickupDate; } /** * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails */ public function setScheduledDeliveryDetails(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails $scheduledDeliveryDetails) { $this->scheduledDeliveryDetails = $scheduledDeliveryDetails; } /** * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails */ public function getScheduledDeliveryDetails() { return $this->scheduledDeliveryDetails; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; } public function getTrackingId() { return $this->trackingId; } public function setUndeliveredDate($undeliveredDate) { $this->undeliveredDate = $undeliveredDate; } public function getUndeliveredDate() { return $this->undeliveredDate; } } PK. ZKMkvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlineReturnShippingFee.phpnu[fixedFee = $fixedFee; } /** * @return Google_Service_ShoppingContent_PriceAmount */ public function getFixedFee() { return $this->fixedFee; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z KKovendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. ZdT88cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZLe gvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.phpnu[account = $account; } /** * @return Google_Service_ShoppingContent_Account */ public function getAccount() { return $this->account; } public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } /** * @param Google_Service_ShoppingContent_AccountsCustomBatchRequestEntryLinkRequest */ public function setLinkRequest(Google_Service_ShoppingContent_AccountsCustomBatchRequestEntryLinkRequest $linkRequest) { $this->linkRequest = $linkRequest; } /** * @return Google_Service_ShoppingContent_AccountsCustomBatchRequestEntryLinkRequest */ public function getLinkRequest() { return $this->linkRequest; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setOverwrite($overwrite) { $this->overwrite = $overwrite; } public function getOverwrite() { return $this->overwrite; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK. Z1=  ivendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZUjvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_Order */ public function setOrder(Google_Service_ShoppingContent_Order $order) { $this->order = $order; } /** * @return Google_Service_ShoppingContent_Order */ public function getOrder() { return $this->order; } } PK. Z4jvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPickupDetailsPickupPerson.phpnu[name = $name; } public function getName() { return $this->name; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK. Z_u`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlinePolicy.phpnu[days = $days; } public function getDays() { return $this->days; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Zz{YYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCancellation.phpnu[actor = $actor; } public function getActor() { return $this->actor; } public function setCreationDate($creationDate) { $this->creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } } PK. Z6Hfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.phpnu[approvedCountries = $approvedCountries; } public function getApprovedCountries() { return $this->approvedCountries; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDisapprovedCountries($disapprovedCountries) { $this->disapprovedCountries = $disapprovedCountries; } public function getDisapprovedCountries() { return $this->disapprovedCountries; } public function setPendingCountries($pendingCountries) { $this->pendingCountries = $pendingCountries; } public function getPendingCountries() { return $this->pendingCountries; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. ZmV  Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalInventory.phpnu[availability = $availability; } public function getAvailability() { return $this->availability; } public function setInstoreProductLocation($instoreProductLocation) { $this->instoreProductLocation = $instoreProductLocation; } public function getInstoreProductLocation() { return $this->instoreProductLocation; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPickupMethod($pickupMethod) { $this->pickupMethod = $pickupMethod; } public function getPickupMethod() { return $this->pickupMethod; } public function setPickupSla($pickupSla) { $this->pickupSla = $pickupSla; } public function getPickupSla() { return $this->pickupSla; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } /** * @param Google_Service_ShoppingContent_Price */ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) { $this->salePrice = $salePrice; } /** * @return Google_Service_ShoppingContent_Price */ public function getSalePrice() { return $this->salePrice; } public function setSalePriceEffectiveDate($salePriceEffectiveDate) { $this->salePriceEffectiveDate = $salePriceEffectiveDate; } public function getSalePriceEffectiveDate() { return $this->salePriceEffectiveDate; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } } PK. Zy*rvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignalShipmentLineItemMapping.phpnu[lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } } PK. Z#GHHgvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ReturnpolicyCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZF9_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemReturnInfo.phpnu[daysToReturn = $daysToReturn; } public function getDaysToReturn() { return $this->daysToReturn; } public function setIsReturnable($isReturnable) { $this->isReturnable = $isReturnable; } public function getIsReturnable() { return $this->isReturnable; } public function setPolicyUrl($policyUrl) { $this->policyUrl = $policyUrl; } public function getPolicyUrl() { return $this->policyUrl; } } PK. Z²d`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_MerchantOrderReturn[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_MerchantOrderReturn[] */ public function getResources() { return $this->resources; } } PK. ZL^@@dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsClaimWebsiteResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. ZZ ivendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEligibleOfferMatcher.phpnu[brandMatcher = $brandMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function getBrandMatcher() { return $this->brandMatcher; } /** * @param Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function setItemGroupIdMatcher(Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher $itemGroupIdMatcher) { $this->itemGroupIdMatcher = $itemGroupIdMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function getItemGroupIdMatcher() { return $this->itemGroupIdMatcher; } public function setMatcherOption($matcherOption) { $this->matcherOption = $matcherOption; } public function getMatcherOption() { return $this->matcherOption; } /** * @param Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function setOfferIdMatcher(Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher $offerIdMatcher) { $this->offerIdMatcher = $offerIdMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function getOfferIdMatcher() { return $this->offerIdMatcher; } public function setSkipWhenOnPromotion($skipWhenOnPromotion) { $this->skipWhenOnPromotion = $skipWhenOnPromotion; } public function getSkipWhenOnPromotion() { return $this->skipWhenOnPromotion; } } PK. Zrvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.phpnu[action = $action; } public function getAction() { return $this->action; } public function setLinkType($linkType) { $this->linkType = $linkType; } public function getLinkType() { return $this->linkType; } public function setLinkedAccountId($linkedAccountId) { $this->linkedAccountId = $linkedAccountId; } public function getLinkedAccountId() { return $this->linkedAccountId; } public function setServices($services) { $this->services = $services; } public function getServices() { return $this->services; } } PK. Z [vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturn.phpnu[creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setMerchantOrderId($merchantOrderId) { $this->merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setOrderReturnId($orderReturnId) { $this->orderReturnId = $orderReturnId; } public function getOrderReturnId() { return $this->orderReturnId; } /** * @param Google_Service_ShoppingContent_MerchantOrderReturnItem[] */ public function setReturnItems($returnItems) { $this->returnItems = $returnItems; } /** * @return Google_Service_ShoppingContent_MerchantOrderReturnItem[] */ public function getReturnItems() { return $this->returnItems; } /** * @param Google_Service_ShoppingContent_ReturnPricingInfo */ public function setReturnPricingInfo(Google_Service_ShoppingContent_ReturnPricingInfo $returnPricingInfo) { $this->returnPricingInfo = $returnPricingInfo; } /** * @return Google_Service_ShoppingContent_ReturnPricingInfo */ public function getReturnPricingInfo() { return $this->returnPricingInfo; } /** * @param Google_Service_ShoppingContent_ReturnShipment[] */ public function setReturnShipments($returnShipments) { $this->returnShipments = $returnShipments; } /** * @return Google_Service_ShoppingContent_ReturnShipment[] */ public function getReturnShipments() { return $this->returnShipments; } } PK. ZG6nvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z7sBgvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderMerchantProvidedAnnotation.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z>z""]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccountsGmbAccount.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setListingCount($listingCount) { $this->listingCount = $listingCount; } public function getListingCount() { return $this->listingCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z6qWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.phpnu[postalCodeRangeBegin = $postalCodeRangeBegin; } public function getPostalCodeRangeBegin() { return $this->postalCodeRangeBegin; } public function setPostalCodeRangeEnd($postalCodeRangeEnd) { $this->postalCodeRangeEnd = $postalCodeRangeEnd; } public function getPostalCodeRangeEnd() { return $this->postalCodeRangeEnd; } } PK. Z Bhmvendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.phpnu[totalAmount = $totalAmount; } /** * @return Google_Service_ShoppingContent_Amount */ public function getTotalAmount() { return $this->totalAmount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZI_ݠwvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingProductReportBuyboxWinningProductStats.phpnu[buyboxWinsCount = $buyboxWinsCount; } public function getBuyboxWinsCount() { return $this->buyboxWinsCount; } } PK. Z8evendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } } PK. Z\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionPostalCodeArea.phpnu[postalCodes = $postalCodes; } /** * @return Google_Service_ShoppingContent_RegionPostalCodeAreaPostalCodeRange[] */ public function getPostalCodes() { return $this->postalCodes; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK. Z1.mvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionAmountCommission.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setRate($rate) { $this->rate = $rate; } public function getRate() { return $this->rate; } } PK. Z//Kvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.phpnu[cells = $cells; } /** * @return Google_Service_ShoppingContent_Value[] */ public function getCells() { return $this->cells; } } PK. Zcavendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_ReturnAddress[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_ReturnAddress[] */ public function getResources() { return $this->resources; } } PK. Zj|\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.phpnu[address = $address; } /** * @return Google_Service_ShoppingContent_OrderAddress */ public function getAddress() { return $this->address; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK. ZI&#Ovendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.phpnu[adsLinks = $adsLinks; } /** * @return Google_Service_ShoppingContent_AccountAdsLink[] */ public function getAdsLinks() { return $this->adsLinks; } public function setAdultContent($adultContent) { $this->adultContent = $adultContent; } public function getAdultContent() { return $this->adultContent; } public function setAutomaticLabelIds($automaticLabelIds) { $this->automaticLabelIds = $automaticLabelIds; } public function getAutomaticLabelIds() { return $this->automaticLabelIds; } /** * @param Google_Service_ShoppingContent_AccountBusinessInformation */ public function setBusinessInformation(Google_Service_ShoppingContent_AccountBusinessInformation $businessInformation) { $this->businessInformation = $businessInformation; } /** * @return Google_Service_ShoppingContent_AccountBusinessInformation */ public function getBusinessInformation() { return $this->businessInformation; } public function setCssId($cssId) { $this->cssId = $cssId; } public function getCssId() { return $this->cssId; } /** * @param Google_Service_ShoppingContent_AccountGoogleMyBusinessLink */ public function setGoogleMyBusinessLink(Google_Service_ShoppingContent_AccountGoogleMyBusinessLink $googleMyBusinessLink) { $this->googleMyBusinessLink = $googleMyBusinessLink; } /** * @return Google_Service_ShoppingContent_AccountGoogleMyBusinessLink */ public function getGoogleMyBusinessLink() { return $this->googleMyBusinessLink; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSellerId($sellerId) { $this->sellerId = $sellerId; } public function getSellerId() { return $this->sellerId; } /** * @param Google_Service_ShoppingContent_AccountUser[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_ShoppingContent_AccountUser[] */ public function getUsers() { return $this->users; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } /** * @param Google_Service_ShoppingContent_AccountYouTubeChannelLink[] */ public function setYoutubeChannelLinks($youtubeChannelLinks) { $this->youtubeChannelLinks = $youtubeChannelLinks; } /** * @return Google_Service_ShoppingContent_AccountYouTubeChannelLink[] */ public function getYoutubeChannelLinks() { return $this->youtubeChannelLinks; } } PK. Zxc c ]vendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransaction.phpnu[amount = $amount; } /** * @return Google_Service_ShoppingContent_SettlementTransactionAmount */ public function getAmount() { return $this->amount; } /** * @param Google_Service_ShoppingContent_SettlementTransactionIdentifiers */ public function setIdentifiers(Google_Service_ShoppingContent_SettlementTransactionIdentifiers $identifiers) { $this->identifiers = $identifiers; } /** * @return Google_Service_ShoppingContent_SettlementTransactionIdentifiers */ public function getIdentifiers() { return $this->identifiers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_SettlementTransactionTransaction */ public function setTransaction(Google_Service_ShoppingContent_SettlementTransactionTransaction $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_ShoppingContent_SettlementTransactionTransaction */ public function getTransaction() { return $this->transaction; } } PK. Z?2Svendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.phpnu[amount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setMonths($months) { $this->months = $months; } public function getMonths() { return $this->months; } } PK. ZPvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosStore.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setStoreAddress($storeAddress) { $this->storeAddress = $storeAddress; } public function getStoreAddress() { return $this->storeAddress; } public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } public function getStoreCode() { return $this->storeCode; } } PK. Z g1WWlvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_ReturnPolicy */ public function setReturnPolicy(Google_Service_ShoppingContent_ReturnPolicy $returnPolicy) { $this->returnPolicy = $returnPolicy; } /** * @return Google_Service_ShoppingContent_ReturnPolicy */ public function getReturnPolicy() { return $this->returnPolicy; } } PK. ZIIhvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestrictionBoundary.phpnu[percentageDelta = $percentageDelta; } public function getPercentageDelta() { return $this->percentageDelta; } public function setPriceDelta($priceDelta) { $this->priceDelta = $priceDelta; } public function getPriceDelta() { return $this->priceDelta; } } PK. ZF!![vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRegionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Region[] */ public function setRegions($regions) { $this->regions = $regions; } /** * @return Google_Service_ShoppingContent_Region[] */ public function getRegions() { return $this->regions; } } PK. ZqXxxmvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentScheduledDeliveryDetails.phpnu[carrierPhoneNumber = $carrierPhoneNumber; } public function getCarrierPhoneNumber() { return $this->carrierPhoneNumber; } public function setScheduledDate($scheduledDate) { $this->scheduledDate = $scheduledDate; } public function getScheduledDate() { return $this->scheduledDate; } } PK. ZRgwwPvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LabelIds.phpnu[labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } } PK. Z^$$^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_PosCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z/dvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderRequest.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setTemplateName($templateName) { $this->templateName = $templateName; } public function getTemplateName() { return $this->templateName; } /** * @param Google_Service_ShoppingContent_TestOrder */ public function setTestOrder(Google_Service_ShoppingContent_TestOrder $testOrder) { $this->testOrder = $testOrder; } /** * @return Google_Service_ShoppingContent_TestOrder */ public function getTestOrder() { return $this->testOrder; } } PK. Z芴Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_ShoppingContent_AccountStatusAccountLevelIssue[] */ public function setAccountLevelIssues($accountLevelIssues) { $this->accountLevelIssues = $accountLevelIssues; } /** * @return Google_Service_ShoppingContent_AccountStatusAccountLevelIssue[] */ public function getAccountLevelIssues() { return $this->accountLevelIssues; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_AccountStatusProducts[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_ShoppingContent_AccountStatusProducts[] */ public function getProducts() { return $this->products; } public function setWebsiteClaimed($websiteClaimed) { $this->websiteClaimed = $websiteClaimed; } public function getWebsiteClaimed() { return $this->websiteClaimed; } } PK. ZyI9! ! Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipment.phpnu[carrier = $carrier; } public function getCarrier() { return $this->carrier; } public function setCreationDate($creationDate) { $this->creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setDeliveryDate($deliveryDate) { $this->deliveryDate = $deliveryDate; } public function getDeliveryDate() { return $this->deliveryDate; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ShoppingContent_OrderShipmentLineItemShipment[] */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } /** * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment[] */ public function getLineItems() { return $this->lineItems; } /** * @param Google_Service_ShoppingContent_OrderShipmentScheduledDeliveryDetails */ public function setScheduledDeliveryDetails(Google_Service_ShoppingContent_OrderShipmentScheduledDeliveryDetails $scheduledDeliveryDetails) { $this->scheduledDeliveryDetails = $scheduledDeliveryDetails; } /** * @return Google_Service_ShoppingContent_OrderShipmentScheduledDeliveryDetails */ public function getScheduledDeliveryDetails() { return $this->scheduledDeliveryDetails; } public function setShipmentGroupId($shipmentGroupId) { $this->shipmentGroupId = $shipmentGroupId; } public function getShipmentGroupId() { return $this->shipmentGroupId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; } public function getTrackingId() { return $this->trackingId; } } PK. Zʥ\\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Account[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_Account[] */ public function getResources() { return $this->resources; } } PK. Zcvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsProcessResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Ze e Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionStatus.phpnu[collectionLevelIssuses = $collectionLevelIssuses; } /** * @return Google_Service_ShoppingContent_CollectionStatusItemLevelIssue[] */ public function getCollectionLevelIssuses() { return $this->collectionLevelIssuses; } public function setCreationDate($creationDate) { $this->creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } /** * @param Google_Service_ShoppingContent_CollectionStatusDestinationStatus[] */ public function setDestinationStatuses($destinationStatuses) { $this->destinationStatuses = $destinationStatuses; } /** * @return Google_Service_ShoppingContent_CollectionStatusDestinationStatus[] */ public function getDestinationStatuses() { return $this->destinationStatuses; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLastUpdateDate($lastUpdateDate) { $this->lastUpdateDate = $lastUpdateDate; } public function getLastUpdateDate() { return $this->lastUpdateDate; } } PK. Z1hvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_LocalinventoryCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. ZVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdsLink.phpnu[adsId = $adsId; } public function getAdsId() { return $this->adsId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. Zɫ C C Rvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Collection.phpnu[customLabel0 = $customLabel0; } public function getCustomLabel0() { return $this->customLabel0; } public function setCustomLabel1($customLabel1) { $this->customLabel1 = $customLabel1; } public function getCustomLabel1() { return $this->customLabel1; } public function setCustomLabel2($customLabel2) { $this->customLabel2 = $customLabel2; } public function getCustomLabel2() { return $this->customLabel2; } public function setCustomLabel3($customLabel3) { $this->customLabel3 = $customLabel3; } public function getCustomLabel3() { return $this->customLabel3; } public function setCustomLabel4($customLabel4) { $this->customLabel4 = $customLabel4; } public function getCustomLabel4() { return $this->customLabel4; } /** * @param Google_Service_ShoppingContent_CollectionFeaturedProduct[] */ public function setFeaturedProduct($featuredProduct) { $this->featuredProduct = $featuredProduct; } /** * @return Google_Service_ShoppingContent_CollectionFeaturedProduct[] */ public function getFeaturedProduct() { return $this->featuredProduct; } public function setHeadline($headline) { $this->headline = $headline; } public function getHeadline() { return $this->headline; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImageLink($imageLink) { $this->imageLink = $imageLink; } public function getImageLink() { return $this->imageLink; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setMobileLink($mobileLink) { $this->mobileLink = $mobileLink; } public function getMobileLink() { return $this->mobileLink; } public function setProductCountry($productCountry) { $this->productCountry = $productCountry; } public function getProductCountry() { return $this->productCountry; } } PK. Zc"vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEligibleOfferMatcherStringMatcher.phpnu[strAttributes = $strAttributes; } public function getStrAttributes() { return $this->strAttributes; } } PK. ZRvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRate($rate) { $this->rate = $rate; } public function getRate() { return $this->rate; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setTaxShip($taxShip) { $this->taxShip = $taxShip; } public function getTaxShip() { return $this->taxShip; } } PK. ZNd**svendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.phpnu[executionStatus = $executionStatus; } public function getExecutionStatus() { return $this->executionStatus; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. Z=mmMvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Value.phpnu[carrierRateName = $carrierRateName; } public function getCarrierRateName() { return $this->carrierRateName; } /** * @param Google_Service_ShoppingContent_Price */ public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate) { $this->flatRate = $flatRate; } /** * @return Google_Service_ShoppingContent_Price */ public function getFlatRate() { return $this->flatRate; } public function setNoShipping($noShipping) { $this->noShipping = $noShipping; } public function getNoShipping() { return $this->noShipping; } public function setPricePercentage($pricePercentage) { $this->pricePercentage = $pricePercentage; } public function getPricePercentage() { return $this->pricePercentage; } public function setSubtableName($subtableName) { $this->subtableName = $subtableName; } public function getSubtableName() { return $this->subtableName; } } PK. ZY>N N cvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponseEntry.phpnu[batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } /** * @param Google_Service_ShoppingContent_PosInventory */ public function setInventory(Google_Service_ShoppingContent_PosInventory $inventory) { $this->inventory = $inventory; } /** * @return Google_Service_ShoppingContent_PosInventory */ public function getInventory() { return $this->inventory; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_PosSale */ public function setSale(Google_Service_ShoppingContent_PosSale $sale) { $this->sale = $sale; } /** * @return Google_Service_ShoppingContent_PosSale */ public function getSale() { return $this->sale; } /** * @param Google_Service_ShoppingContent_PosStore */ public function setStore(Google_Service_ShoppingContent_PosStore $store) { $this->store = $store; } /** * @return Google_Service_ShoppingContent_PosStore */ public function getStore() { return $this->store; } } PK. Z$Ahvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionTransaction.phpnu[postDate = $postDate; } public function getPostDate() { return $this->postDate; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZHSSwvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. ZB:Pvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TimeZone.phpnu[id = $id; } public function getId() { return $this->id; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK. Zl  avendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsPartialRefund.phpnu[priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } } PK. Z?&@`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.phpnu[unit = $unit; } public function getUnit() { return $this->unit; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZCPfvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequest.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_ReturnpolicyCustomBatchRequestEntry[] */ public function getEntries() { return $this->entries; } } PK. Zr;  `vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerLoyaltyInfo.phpnu[loyaltyNumber = $loyaltyNumber; } public function getLoyaltyNumber() { return $this->loyaltyNumber; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. ZVVzvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK. Z@{PPivendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchResponse.phpnu[entries = $entries; } /** * @return Google_Service_ShoppingContent_LocalinventoryCustomBatchResponseEntry[] */ public function getEntries() { return $this->entries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK. ZCd/Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.phpnu[taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } public function setTaxName($taxName) { $this->taxName = $taxName; } public function getTaxName() { return $this->taxName; } public function setTaxType($taxType) { $this->taxType = $taxType; } public function getTaxType() { return $this->taxType; } } PK. ZOߦk]#]#Jvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner.phpnu[ * Scans your Compute and App Engine apps for common web vulnerabilities.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_WebSecurityScanner extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_scanConfigs; public $projects_scanConfigs_scanRuns; public $projects_scanConfigs_scanRuns_crawledUrls; public $projects_scanConfigs_scanRuns_findingTypeStats; public $projects_scanConfigs_scanRuns_findings; /** * Constructs the internal representation of the WebSecurityScanner service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://websecurityscanner.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha'; $this->serviceName = 'websecurityscanner'; $this->projects_scanConfigs = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigs( $this, $this->serviceName, 'scanConfigs', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/scanConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/scanConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'start' => array( 'path' => 'v1alpha/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_scanConfigs_scanRuns = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRuns( $this, $this->serviceName, 'scanRuns', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/scanRuns', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'stop' => array( 'path' => 'v1alpha/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_scanConfigs_scanRuns_crawledUrls = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsCrawledUrls( $this, $this->serviceName, 'crawledUrls', array( 'methods' => array( 'list' => array( 'path' => 'v1alpha/{+parent}/crawledUrls', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->projects_scanConfigs_scanRuns_findingTypeStats = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindingTypeStats( $this, $this->serviceName, 'findingTypeStats', array( 'methods' => array( 'list' => array( 'path' => 'v1alpha/{+parent}/findingTypeStats', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_scanConfigs_scanRuns_findings = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindings( $this, $this->serviceName, 'findings', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/findings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK. ZmDD\vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AlwaysOnVpnPackage.phpnu[lockdownEnabled = $lockdownEnabled; } public function getLockdownEnabled() { return $this->lockdownEnabled; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK. ZOcVvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SoftwareInfo.phpnu[androidBuildNumber = $androidBuildNumber; } public function getAndroidBuildNumber() { return $this->androidBuildNumber; } public function setAndroidBuildTime($androidBuildTime) { $this->androidBuildTime = $androidBuildTime; } public function getAndroidBuildTime() { return $this->androidBuildTime; } public function setAndroidDevicePolicyVersionCode($androidDevicePolicyVersionCode) { $this->androidDevicePolicyVersionCode = $androidDevicePolicyVersionCode; } public function getAndroidDevicePolicyVersionCode() { return $this->androidDevicePolicyVersionCode; } public function setAndroidDevicePolicyVersionName($androidDevicePolicyVersionName) { $this->androidDevicePolicyVersionName = $androidDevicePolicyVersionName; } public function getAndroidDevicePolicyVersionName() { return $this->androidDevicePolicyVersionName; } public function setAndroidVersion($androidVersion) { $this->androidVersion = $androidVersion; } public function getAndroidVersion() { return $this->androidVersion; } public function setBootloaderVersion($bootloaderVersion) { $this->bootloaderVersion = $bootloaderVersion; } public function getBootloaderVersion() { return $this->bootloaderVersion; } public function setDeviceBuildSignature($deviceBuildSignature) { $this->deviceBuildSignature = $deviceBuildSignature; } public function getDeviceBuildSignature() { return $this->deviceBuildSignature; } public function setDeviceKernelVersion($deviceKernelVersion) { $this->deviceKernelVersion = $deviceKernelVersion; } public function getDeviceKernelVersion() { return $this->deviceKernelVersion; } public function setPrimaryLanguageCode($primaryLanguageCode) { $this->primaryLanguageCode = $primaryLanguageCode; } public function getPrimaryLanguageCode() { return $this->primaryLanguageCode; } public function setSecurityPatchLevel($securityPatchLevel) { $this->securityPatchLevel = $securityPatchLevel; } public function getSecurityPatchLevel() { return $this->securityPatchLevel; } /** * @param Google_Service_AndroidManagement_SystemUpdateInfo */ public function setSystemUpdateInfo(Google_Service_AndroidManagement_SystemUpdateInfo $systemUpdateInfo) { $this->systemUpdateInfo = $systemUpdateInfo; } /** * @return Google_Service_AndroidManagement_SystemUpdateInfo */ public function getSystemUpdateInfo() { return $this->systemUpdateInfo; } } PK. Z:BYvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PackageNameList.phpnu[packageNames = $packageNames; } public function getPackageNames() { return $this->packageNames; } } PK. ZKd]vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetail.phpnu[currentValue = $currentValue; } public function getCurrentValue() { return $this->currentValue; } public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } public function getFieldPath() { return $this->fieldPath; } public function setInstallationFailureReason($installationFailureReason) { $this->installationFailureReason = $installationFailureReason; } public function getInstallationFailureReason() { return $this->installationFailureReason; } public function setNonComplianceReason($nonComplianceReason) { $this->nonComplianceReason = $nonComplianceReason; } public function getNonComplianceReason() { return $this->nonComplianceReason; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setSettingName($settingName) { $this->settingName = $settingName; } public function getSettingName() { return $this->settingName; } } PK. Zz>Qvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Display.phpnu[density = $density; } public function getDensity() { return $this->density; } public function setDisplayId($displayId) { $this->displayId = $displayId; } public function getDisplayId() { return $this->displayId; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRefreshRate($refreshRate) { $this->refreshRate = $refreshRate; } public function getRefreshRate() { return $this->refreshRate; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK. Z'FFNvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK. Z+ Yvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedProperty.phpnu[defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_AndroidManagement_ManagedPropertyEntry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_AndroidManagement_ManagedPropertyEntry[] */ public function getEntries() { return $this->entries; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_AndroidManagement_ManagedProperty[] */ public function setNestedProperties($nestedProperties) { $this->nestedProperties = $nestedProperties; } /** * @return Google_Service_AndroidManagement_ManagedProperty[] */ public function getNestedProperties() { return $this->nestedProperties; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z 33^vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PasswordRequirements.phpnu[maximumFailedPasswordsForWipe = $maximumFailedPasswordsForWipe; } public function getMaximumFailedPasswordsForWipe() { return $this->maximumFailedPasswordsForWipe; } public function setPasswordExpirationTimeout($passwordExpirationTimeout) { $this->passwordExpirationTimeout = $passwordExpirationTimeout; } public function getPasswordExpirationTimeout() { return $this->passwordExpirationTimeout; } public function setPasswordHistoryLength($passwordHistoryLength) { $this->passwordHistoryLength = $passwordHistoryLength; } public function getPasswordHistoryLength() { return $this->passwordHistoryLength; } public function setPasswordMinimumLength($passwordMinimumLength) { $this->passwordMinimumLength = $passwordMinimumLength; } public function getPasswordMinimumLength() { return $this->passwordMinimumLength; } public function setPasswordMinimumLetters($passwordMinimumLetters) { $this->passwordMinimumLetters = $passwordMinimumLetters; } public function getPasswordMinimumLetters() { return $this->passwordMinimumLetters; } public function setPasswordMinimumLowerCase($passwordMinimumLowerCase) { $this->passwordMinimumLowerCase = $passwordMinimumLowerCase; } public function getPasswordMinimumLowerCase() { return $this->passwordMinimumLowerCase; } public function setPasswordMinimumNonLetter($passwordMinimumNonLetter) { $this->passwordMinimumNonLetter = $passwordMinimumNonLetter; } public function getPasswordMinimumNonLetter() { return $this->passwordMinimumNonLetter; } public function setPasswordMinimumNumeric($passwordMinimumNumeric) { $this->passwordMinimumNumeric = $passwordMinimumNumeric; } public function getPasswordMinimumNumeric() { return $this->passwordMinimumNumeric; } public function setPasswordMinimumSymbols($passwordMinimumSymbols) { $this->passwordMinimumSymbols = $passwordMinimumSymbols; } public function getPasswordMinimumSymbols() { return $this->passwordMinimumSymbols; } public function setPasswordMinimumUpperCase($passwordMinimumUpperCase) { $this->passwordMinimumUpperCase = $passwordMinimumUpperCase; } public function getPasswordMinimumUpperCase() { return $this->passwordMinimumUpperCase; } public function setPasswordQuality($passwordQuality) { $this->passwordQuality = $passwordQuality; } public function getPasswordQuality() { return $this->passwordQuality; } public function setPasswordScope($passwordScope) { $this->passwordScope = $passwordScope; } public function getPasswordScope() { return $this->passwordScope; } public function setRequirePasswordUnlock($requirePasswordUnlock) { $this->requirePasswordUnlock = $requirePasswordUnlock; } public function getRequirePasswordUnlock() { return $this->requirePasswordUnlock; } } PK. ZUUTvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Enterprise.phpnu[appAutoApprovalEnabled = $appAutoApprovalEnabled; } public function getAppAutoApprovalEnabled() { return $this->appAutoApprovalEnabled; } /** * @param Google_Service_AndroidManagement_ContactInfo */ public function setContactInfo(Google_Service_AndroidManagement_ContactInfo $contactInfo) { $this->contactInfo = $contactInfo; } /** * @return Google_Service_AndroidManagement_ContactInfo */ public function getContactInfo() { return $this->contactInfo; } public function setEnabledNotificationTypes($enabledNotificationTypes) { $this->enabledNotificationTypes = $enabledNotificationTypes; } public function getEnabledNotificationTypes() { return $this->enabledNotificationTypes; } public function setEnterpriseDisplayName($enterpriseDisplayName) { $this->enterpriseDisplayName = $enterpriseDisplayName; } public function getEnterpriseDisplayName() { return $this->enterpriseDisplayName; } /** * @param Google_Service_AndroidManagement_ExternalData */ public function setLogo(Google_Service_AndroidManagement_ExternalData $logo) { $this->logo = $logo; } /** * @return Google_Service_AndroidManagement_ExternalData */ public function getLogo() { return $this->logo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimaryColor($primaryColor) { $this->primaryColor = $primaryColor; } public function getPrimaryColor() { return $this->primaryColor; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } /** * @param Google_Service_AndroidManagement_SigninDetail[] */ public function setSigninDetails($signinDetails) { $this->signinDetails = $signinDetails; } /** * @return Google_Service_AndroidManagement_SigninDetail[] */ public function getSigninDetails() { return $this->signinDetails; } /** * @param Google_Service_AndroidManagement_TermsAndConditions[] */ public function setTermsAndConditions($termsAndConditions) { $this->termsAndConditions = $termsAndConditions; } /** * @return Google_Service_AndroidManagement_TermsAndConditions[] */ public function getTermsAndConditions() { return $this->termsAndConditions; } } PK. Z7r88^vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ChoosePrivateKeyRule.phpnu[packageNames = $packageNames; } public function getPackageNames() { return $this->packageNames; } public function setPrivateKeyAlias($privateKeyAlias) { $this->privateKeyAlias = $privateKeyAlias; } public function getPrivateKeyAlias() { return $this->privateKeyAlias; } public function setUrlPattern($urlPattern) { $this->urlPattern = $urlPattern; } public function getUrlPattern() { return $this->urlPattern; } } PK. ZIsJJTvendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryInfo.phpnu[totalInternalStorage = $totalInternalStorage; } public function getTotalInternalStorage() { return $this->totalInternalStorage; } public function setTotalRam($totalRam) { $this->totalRam = $totalRam; } public function getTotalRam() { return $this->totalRam; } } PK. ZjdYvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PermissionGrant.phpnu[permission = $permission; } public function getPermission() { return $this->permission; } public function setPolicy($policy) { $this->policy = $policy; } public function getPolicy() { return $this->policy; } } PK. Zw.`vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AndroidmanagementEmpty.phpnu[includeRemovedApps = $includeRemovedApps; } public function getIncludeRemovedApps() { return $this->includeRemovedApps; } } PK. Zo֞Wvendor/google/apiclient-services/src/Google/Service/AndroidManagement/KeyedAppState.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } } PK. ZnXvendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareStatus.phpnu[batteryTemperatures = $batteryTemperatures; } public function getBatteryTemperatures() { return $this->batteryTemperatures; } public function setCpuTemperatures($cpuTemperatures) { $this->cpuTemperatures = $cpuTemperatures; } public function getCpuTemperatures() { return $this->cpuTemperatures; } public function setCpuUsages($cpuUsages) { $this->cpuUsages = $cpuUsages; } public function getCpuUsages() { return $this->cpuUsages; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFanSpeeds($fanSpeeds) { $this->fanSpeeds = $fanSpeeds; } public function getFanSpeeds() { return $this->fanSpeeds; } public function setGpuTemperatures($gpuTemperatures) { $this->gpuTemperatures = $gpuTemperatures; } public function getGpuTemperatures() { return $this->gpuTemperatures; } public function setSkinTemperatures($skinTemperatures) { $this->skinTemperatures = $skinTemperatures; } public function getSkinTemperatures() { return $this->skinTemperatures; } } PK. Z9##Wvendor/google/apiclient-services/src/Google/Service/AndroidManagement/TelephonyInfo.phpnu[carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK. ZPVvendor/google/apiclient-services/src/Google/Service/AndroidManagement/FreezePeriod.phpnu[endDate = $endDate; } /** * @return Google_Service_AndroidManagement_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_AndroidManagement_Date */ public function setStartDate(Google_Service_AndroidManagement_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_AndroidManagement_Date */ public function getStartDate() { return $this->startDate; } } PK. Zs7<  _vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PolicyEnforcementRule.phpnu[blockAction = $blockAction; } /** * @return Google_Service_AndroidManagement_BlockAction */ public function getBlockAction() { return $this->blockAction; } public function setSettingName($settingName) { $this->settingName = $settingName; } public function getSettingName() { return $this->settingName; } /** * @param Google_Service_AndroidManagement_WipeAction */ public function setWipeAction(Google_Service_AndroidManagement_WipeAction $wipeAction) { $this->wipeAction = $wipeAction; } /** * @return Google_Service_AndroidManagement_WipeAction */ public function getWipeAction() { return $this->wipeAction; } } PK. Z Uvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ContactInfo.phpnu[contactEmail = $contactEmail; } public function getContactEmail() { return $this->contactEmail; } public function setDataProtectionOfficerEmail($dataProtectionOfficerEmail) { $this->dataProtectionOfficerEmail = $dataProtectionOfficerEmail; } public function getDataProtectionOfficerEmail() { return $this->dataProtectionOfficerEmail; } public function setDataProtectionOfficerName($dataProtectionOfficerName) { $this->dataProtectionOfficerName = $dataProtectionOfficerName; } public function getDataProtectionOfficerName() { return $this->dataProtectionOfficerName; } public function setDataProtectionOfficerPhone($dataProtectionOfficerPhone) { $this->dataProtectionOfficerPhone = $dataProtectionOfficerPhone; } public function getDataProtectionOfficerPhone() { return $this->dataProtectionOfficerPhone; } public function setEuRepresentativeEmail($euRepresentativeEmail) { $this->euRepresentativeEmail = $euRepresentativeEmail; } public function getEuRepresentativeEmail() { return $this->euRepresentativeEmail; } public function setEuRepresentativeName($euRepresentativeName) { $this->euRepresentativeName = $euRepresentativeName; } public function getEuRepresentativeName() { return $this->euRepresentativeName; } public function setEuRepresentativePhone($euRepresentativePhone) { $this->euRepresentativePhone = $euRepresentativePhone; } public function getEuRepresentativePhone() { return $this->euRepresentativePhone; } } PK. Zm4^vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PowerManagementEvent.phpnu[batteryLevel = $batteryLevel; } public function getBatteryLevel() { return $this->batteryLevel; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK. ZMv..Tvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WipeAction.phpnu[preserveFrp = $preserveFrp; } public function getPreserveFrp() { return $this->preserveFrp; } public function setWipeAfterDays($wipeAfterDays) { $this->wipeAfterDays = $wipeAfterDays; } public function getWipeAfterDays() { return $this->wipeAfterDays; } } PK. ZU`vendor/google/apiclient-services/src/Google/Service/AndroidManagement/CommonCriteriaModeInfo.phpnu[commonCriteriaModeStatus = $commonCriteriaModeStatus; } public function getCommonCriteriaModeStatus() { return $this->commonCriteriaModeStatus; } } PK. Z: : _vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersonalUsagePolicies.phpnu[accountTypesWithManagementDisabled = $accountTypesWithManagementDisabled; } public function getAccountTypesWithManagementDisabled() { return $this->accountTypesWithManagementDisabled; } public function setCameraDisabled($cameraDisabled) { $this->cameraDisabled = $cameraDisabled; } public function getCameraDisabled() { return $this->cameraDisabled; } public function setMaxDaysWithWorkOff($maxDaysWithWorkOff) { $this->maxDaysWithWorkOff = $maxDaysWithWorkOff; } public function getMaxDaysWithWorkOff() { return $this->maxDaysWithWorkOff; } /** * @param Google_Service_AndroidManagement_PersonalApplicationPolicy[] */ public function setPersonalApplications($personalApplications) { $this->personalApplications = $personalApplications; } /** * @return Google_Service_AndroidManagement_PersonalApplicationPolicy[] */ public function getPersonalApplications() { return $this->personalApplications; } public function setPersonalPlayStoreMode($personalPlayStoreMode) { $this->personalPlayStoreMode = $personalPlayStoreMode; } public function getPersonalPlayStoreMode() { return $this->personalPlayStoreMode; } public function setScreenCaptureDisabled($screenCaptureDisabled) { $this->screenCaptureDisabled = $screenCaptureDisabled; } public function getScreenCaptureDisabled() { return $this->screenCaptureDisabled; } } PK. Za7%_ o oPvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Policy.phpnu[accountTypesWithManagementDisabled = $accountTypesWithManagementDisabled; } public function getAccountTypesWithManagementDisabled() { return $this->accountTypesWithManagementDisabled; } public function setAddUserDisabled($addUserDisabled) { $this->addUserDisabled = $addUserDisabled; } public function getAddUserDisabled() { return $this->addUserDisabled; } public function setAdjustVolumeDisabled($adjustVolumeDisabled) { $this->adjustVolumeDisabled = $adjustVolumeDisabled; } public function getAdjustVolumeDisabled() { return $this->adjustVolumeDisabled; } /** * @param Google_Service_AndroidManagement_AdvancedSecurityOverrides */ public function setAdvancedSecurityOverrides(Google_Service_AndroidManagement_AdvancedSecurityOverrides $advancedSecurityOverrides) { $this->advancedSecurityOverrides = $advancedSecurityOverrides; } /** * @return Google_Service_AndroidManagement_AdvancedSecurityOverrides */ public function getAdvancedSecurityOverrides() { return $this->advancedSecurityOverrides; } /** * @param Google_Service_AndroidManagement_AlwaysOnVpnPackage */ public function setAlwaysOnVpnPackage(Google_Service_AndroidManagement_AlwaysOnVpnPackage $alwaysOnVpnPackage) { $this->alwaysOnVpnPackage = $alwaysOnVpnPackage; } /** * @return Google_Service_AndroidManagement_AlwaysOnVpnPackage */ public function getAlwaysOnVpnPackage() { return $this->alwaysOnVpnPackage; } public function setAndroidDevicePolicyTracks($androidDevicePolicyTracks) { $this->androidDevicePolicyTracks = $androidDevicePolicyTracks; } public function getAndroidDevicePolicyTracks() { return $this->androidDevicePolicyTracks; } public function setAppAutoUpdatePolicy($appAutoUpdatePolicy) { $this->appAutoUpdatePolicy = $appAutoUpdatePolicy; } public function getAppAutoUpdatePolicy() { return $this->appAutoUpdatePolicy; } /** * @param Google_Service_AndroidManagement_ApplicationPolicy[] */ public function setApplications($applications) { $this->applications = $applications; } /** * @return Google_Service_AndroidManagement_ApplicationPolicy[] */ public function getApplications() { return $this->applications; } public function setAutoDateAndTimeZone($autoDateAndTimeZone) { $this->autoDateAndTimeZone = $autoDateAndTimeZone; } public function getAutoDateAndTimeZone() { return $this->autoDateAndTimeZone; } public function setAutoTimeRequired($autoTimeRequired) { $this->autoTimeRequired = $autoTimeRequired; } public function getAutoTimeRequired() { return $this->autoTimeRequired; } public function setBlockApplicationsEnabled($blockApplicationsEnabled) { $this->blockApplicationsEnabled = $blockApplicationsEnabled; } public function getBlockApplicationsEnabled() { return $this->blockApplicationsEnabled; } public function setBluetoothConfigDisabled($bluetoothConfigDisabled) { $this->bluetoothConfigDisabled = $bluetoothConfigDisabled; } public function getBluetoothConfigDisabled() { return $this->bluetoothConfigDisabled; } public function setBluetoothContactSharingDisabled($bluetoothContactSharingDisabled) { $this->bluetoothContactSharingDisabled = $bluetoothContactSharingDisabled; } public function getBluetoothContactSharingDisabled() { return $this->bluetoothContactSharingDisabled; } public function setBluetoothDisabled($bluetoothDisabled) { $this->bluetoothDisabled = $bluetoothDisabled; } public function getBluetoothDisabled() { return $this->bluetoothDisabled; } public function setCameraDisabled($cameraDisabled) { $this->cameraDisabled = $cameraDisabled; } public function getCameraDisabled() { return $this->cameraDisabled; } public function setCellBroadcastsConfigDisabled($cellBroadcastsConfigDisabled) { $this->cellBroadcastsConfigDisabled = $cellBroadcastsConfigDisabled; } public function getCellBroadcastsConfigDisabled() { return $this->cellBroadcastsConfigDisabled; } /** * @param Google_Service_AndroidManagement_ChoosePrivateKeyRule[] */ public function setChoosePrivateKeyRules($choosePrivateKeyRules) { $this->choosePrivateKeyRules = $choosePrivateKeyRules; } /** * @return Google_Service_AndroidManagement_ChoosePrivateKeyRule[] */ public function getChoosePrivateKeyRules() { return $this->choosePrivateKeyRules; } /** * @param Google_Service_AndroidManagement_ComplianceRule[] */ public function setComplianceRules($complianceRules) { $this->complianceRules = $complianceRules; } /** * @return Google_Service_AndroidManagement_ComplianceRule[] */ public function getComplianceRules() { return $this->complianceRules; } public function setCreateWindowsDisabled($createWindowsDisabled) { $this->createWindowsDisabled = $createWindowsDisabled; } public function getCreateWindowsDisabled() { return $this->createWindowsDisabled; } public function setCredentialsConfigDisabled($credentialsConfigDisabled) { $this->credentialsConfigDisabled = $credentialsConfigDisabled; } public function getCredentialsConfigDisabled() { return $this->credentialsConfigDisabled; } public function setDataRoamingDisabled($dataRoamingDisabled) { $this->dataRoamingDisabled = $dataRoamingDisabled; } public function getDataRoamingDisabled() { return $this->dataRoamingDisabled; } public function setDebuggingFeaturesAllowed($debuggingFeaturesAllowed) { $this->debuggingFeaturesAllowed = $debuggingFeaturesAllowed; } public function getDebuggingFeaturesAllowed() { return $this->debuggingFeaturesAllowed; } public function setDefaultPermissionPolicy($defaultPermissionPolicy) { $this->defaultPermissionPolicy = $defaultPermissionPolicy; } public function getDefaultPermissionPolicy() { return $this->defaultPermissionPolicy; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setDeviceOwnerLockScreenInfo(Google_Service_AndroidManagement_UserFacingMessage $deviceOwnerLockScreenInfo) { $this->deviceOwnerLockScreenInfo = $deviceOwnerLockScreenInfo; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getDeviceOwnerLockScreenInfo() { return $this->deviceOwnerLockScreenInfo; } public function setEncryptionPolicy($encryptionPolicy) { $this->encryptionPolicy = $encryptionPolicy; } public function getEncryptionPolicy() { return $this->encryptionPolicy; } public function setEnsureVerifyAppsEnabled($ensureVerifyAppsEnabled) { $this->ensureVerifyAppsEnabled = $ensureVerifyAppsEnabled; } public function getEnsureVerifyAppsEnabled() { return $this->ensureVerifyAppsEnabled; } public function setFactoryResetDisabled($factoryResetDisabled) { $this->factoryResetDisabled = $factoryResetDisabled; } public function getFactoryResetDisabled() { return $this->factoryResetDisabled; } public function setFrpAdminEmails($frpAdminEmails) { $this->frpAdminEmails = $frpAdminEmails; } public function getFrpAdminEmails() { return $this->frpAdminEmails; } public function setFunDisabled($funDisabled) { $this->funDisabled = $funDisabled; } public function getFunDisabled() { return $this->funDisabled; } public function setInstallAppsDisabled($installAppsDisabled) { $this->installAppsDisabled = $installAppsDisabled; } public function getInstallAppsDisabled() { return $this->installAppsDisabled; } public function setInstallUnknownSourcesAllowed($installUnknownSourcesAllowed) { $this->installUnknownSourcesAllowed = $installUnknownSourcesAllowed; } public function getInstallUnknownSourcesAllowed() { return $this->installUnknownSourcesAllowed; } public function setKeyguardDisabled($keyguardDisabled) { $this->keyguardDisabled = $keyguardDisabled; } public function getKeyguardDisabled() { return $this->keyguardDisabled; } public function setKeyguardDisabledFeatures($keyguardDisabledFeatures) { $this->keyguardDisabledFeatures = $keyguardDisabledFeatures; } public function getKeyguardDisabledFeatures() { return $this->keyguardDisabledFeatures; } public function setKioskCustomLauncherEnabled($kioskCustomLauncherEnabled) { $this->kioskCustomLauncherEnabled = $kioskCustomLauncherEnabled; } public function getKioskCustomLauncherEnabled() { return $this->kioskCustomLauncherEnabled; } /** * @param Google_Service_AndroidManagement_KioskCustomization */ public function setKioskCustomization(Google_Service_AndroidManagement_KioskCustomization $kioskCustomization) { $this->kioskCustomization = $kioskCustomization; } /** * @return Google_Service_AndroidManagement_KioskCustomization */ public function getKioskCustomization() { return $this->kioskCustomization; } public function setLocationMode($locationMode) { $this->locationMode = $locationMode; } public function getLocationMode() { return $this->locationMode; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setLongSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $longSupportMessage) { $this->longSupportMessage = $longSupportMessage; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getLongSupportMessage() { return $this->longSupportMessage; } public function setMaximumTimeToLock($maximumTimeToLock) { $this->maximumTimeToLock = $maximumTimeToLock; } public function getMaximumTimeToLock() { return $this->maximumTimeToLock; } public function setMinimumApiLevel($minimumApiLevel) { $this->minimumApiLevel = $minimumApiLevel; } public function getMinimumApiLevel() { return $this->minimumApiLevel; } public function setMobileNetworksConfigDisabled($mobileNetworksConfigDisabled) { $this->mobileNetworksConfigDisabled = $mobileNetworksConfigDisabled; } public function getMobileNetworksConfigDisabled() { return $this->mobileNetworksConfigDisabled; } public function setModifyAccountsDisabled($modifyAccountsDisabled) { $this->modifyAccountsDisabled = $modifyAccountsDisabled; } public function getModifyAccountsDisabled() { return $this->modifyAccountsDisabled; } public function setMountPhysicalMediaDisabled($mountPhysicalMediaDisabled) { $this->mountPhysicalMediaDisabled = $mountPhysicalMediaDisabled; } public function getMountPhysicalMediaDisabled() { return $this->mountPhysicalMediaDisabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetworkEscapeHatchEnabled($networkEscapeHatchEnabled) { $this->networkEscapeHatchEnabled = $networkEscapeHatchEnabled; } public function getNetworkEscapeHatchEnabled() { return $this->networkEscapeHatchEnabled; } public function setNetworkResetDisabled($networkResetDisabled) { $this->networkResetDisabled = $networkResetDisabled; } public function getNetworkResetDisabled() { return $this->networkResetDisabled; } /** * @param Google_Service_AndroidManagement_OncCertificateProvider[] */ public function setOncCertificateProviders($oncCertificateProviders) { $this->oncCertificateProviders = $oncCertificateProviders; } /** * @return Google_Service_AndroidManagement_OncCertificateProvider[] */ public function getOncCertificateProviders() { return $this->oncCertificateProviders; } public function setOpenNetworkConfiguration($openNetworkConfiguration) { $this->openNetworkConfiguration = $openNetworkConfiguration; } public function getOpenNetworkConfiguration() { return $this->openNetworkConfiguration; } public function setOutgoingBeamDisabled($outgoingBeamDisabled) { $this->outgoingBeamDisabled = $outgoingBeamDisabled; } public function getOutgoingBeamDisabled() { return $this->outgoingBeamDisabled; } public function setOutgoingCallsDisabled($outgoingCallsDisabled) { $this->outgoingCallsDisabled = $outgoingCallsDisabled; } public function getOutgoingCallsDisabled() { return $this->outgoingCallsDisabled; } /** * @param Google_Service_AndroidManagement_PasswordRequirements[] */ public function setPasswordPolicies($passwordPolicies) { $this->passwordPolicies = $passwordPolicies; } /** * @return Google_Service_AndroidManagement_PasswordRequirements[] */ public function getPasswordPolicies() { return $this->passwordPolicies; } /** * @param Google_Service_AndroidManagement_PasswordRequirements */ public function setPasswordRequirements(Google_Service_AndroidManagement_PasswordRequirements $passwordRequirements) { $this->passwordRequirements = $passwordRequirements; } /** * @return Google_Service_AndroidManagement_PasswordRequirements */ public function getPasswordRequirements() { return $this->passwordRequirements; } /** * @param Google_Service_AndroidManagement_PermissionGrant[] */ public function setPermissionGrants($permissionGrants) { $this->permissionGrants = $permissionGrants; } /** * @return Google_Service_AndroidManagement_PermissionGrant[] */ public function getPermissionGrants() { return $this->permissionGrants; } /** * @param Google_Service_AndroidManagement_PackageNameList */ public function setPermittedAccessibilityServices(Google_Service_AndroidManagement_PackageNameList $permittedAccessibilityServices) { $this->permittedAccessibilityServices = $permittedAccessibilityServices; } /** * @return Google_Service_AndroidManagement_PackageNameList */ public function getPermittedAccessibilityServices() { return $this->permittedAccessibilityServices; } /** * @param Google_Service_AndroidManagement_PackageNameList */ public function setPermittedInputMethods(Google_Service_AndroidManagement_PackageNameList $permittedInputMethods) { $this->permittedInputMethods = $permittedInputMethods; } /** * @return Google_Service_AndroidManagement_PackageNameList */ public function getPermittedInputMethods() { return $this->permittedInputMethods; } /** * @param Google_Service_AndroidManagement_PersistentPreferredActivity[] */ public function setPersistentPreferredActivities($persistentPreferredActivities) { $this->persistentPreferredActivities = $persistentPreferredActivities; } /** * @return Google_Service_AndroidManagement_PersistentPreferredActivity[] */ public function getPersistentPreferredActivities() { return $this->persistentPreferredActivities; } /** * @param Google_Service_AndroidManagement_PersonalUsagePolicies */ public function setPersonalUsagePolicies(Google_Service_AndroidManagement_PersonalUsagePolicies $personalUsagePolicies) { $this->personalUsagePolicies = $personalUsagePolicies; } /** * @return Google_Service_AndroidManagement_PersonalUsagePolicies */ public function getPersonalUsagePolicies() { return $this->personalUsagePolicies; } public function setPlayStoreMode($playStoreMode) { $this->playStoreMode = $playStoreMode; } public function getPlayStoreMode() { return $this->playStoreMode; } /** * @param Google_Service_AndroidManagement_PolicyEnforcementRule[] */ public function setPolicyEnforcementRules($policyEnforcementRules) { $this->policyEnforcementRules = $policyEnforcementRules; } /** * @return Google_Service_AndroidManagement_PolicyEnforcementRule[] */ public function getPolicyEnforcementRules() { return $this->policyEnforcementRules; } public function setPrivateKeySelectionEnabled($privateKeySelectionEnabled) { $this->privateKeySelectionEnabled = $privateKeySelectionEnabled; } public function getPrivateKeySelectionEnabled() { return $this->privateKeySelectionEnabled; } /** * @param Google_Service_AndroidManagement_ProxyInfo */ public function setRecommendedGlobalProxy(Google_Service_AndroidManagement_ProxyInfo $recommendedGlobalProxy) { $this->recommendedGlobalProxy = $recommendedGlobalProxy; } /** * @return Google_Service_AndroidManagement_ProxyInfo */ public function getRecommendedGlobalProxy() { return $this->recommendedGlobalProxy; } public function setRemoveUserDisabled($removeUserDisabled) { $this->removeUserDisabled = $removeUserDisabled; } public function getRemoveUserDisabled() { return $this->removeUserDisabled; } public function setSafeBootDisabled($safeBootDisabled) { $this->safeBootDisabled = $safeBootDisabled; } public function getSafeBootDisabled() { return $this->safeBootDisabled; } public function setScreenCaptureDisabled($screenCaptureDisabled) { $this->screenCaptureDisabled = $screenCaptureDisabled; } public function getScreenCaptureDisabled() { return $this->screenCaptureDisabled; } public function setSetUserIconDisabled($setUserIconDisabled) { $this->setUserIconDisabled = $setUserIconDisabled; } public function getSetUserIconDisabled() { return $this->setUserIconDisabled; } public function setSetWallpaperDisabled($setWallpaperDisabled) { $this->setWallpaperDisabled = $setWallpaperDisabled; } public function getSetWallpaperDisabled() { return $this->setWallpaperDisabled; } /** * @param Google_Service_AndroidManagement_SetupAction[] */ public function setSetupActions($setupActions) { $this->setupActions = $setupActions; } /** * @return Google_Service_AndroidManagement_SetupAction[] */ public function getSetupActions() { return $this->setupActions; } public function setShareLocationDisabled($shareLocationDisabled) { $this->shareLocationDisabled = $shareLocationDisabled; } public function getShareLocationDisabled() { return $this->shareLocationDisabled; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setShortSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $shortSupportMessage) { $this->shortSupportMessage = $shortSupportMessage; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getShortSupportMessage() { return $this->shortSupportMessage; } public function setSkipFirstUseHintsEnabled($skipFirstUseHintsEnabled) { $this->skipFirstUseHintsEnabled = $skipFirstUseHintsEnabled; } public function getSkipFirstUseHintsEnabled() { return $this->skipFirstUseHintsEnabled; } public function setSmsDisabled($smsDisabled) { $this->smsDisabled = $smsDisabled; } public function getSmsDisabled() { return $this->smsDisabled; } public function setStatusBarDisabled($statusBarDisabled) { $this->statusBarDisabled = $statusBarDisabled; } public function getStatusBarDisabled() { return $this->statusBarDisabled; } /** * @param Google_Service_AndroidManagement_StatusReportingSettings */ public function setStatusReportingSettings(Google_Service_AndroidManagement_StatusReportingSettings $statusReportingSettings) { $this->statusReportingSettings = $statusReportingSettings; } /** * @return Google_Service_AndroidManagement_StatusReportingSettings */ public function getStatusReportingSettings() { return $this->statusReportingSettings; } public function setStayOnPluggedModes($stayOnPluggedModes) { $this->stayOnPluggedModes = $stayOnPluggedModes; } public function getStayOnPluggedModes() { return $this->stayOnPluggedModes; } /** * @param Google_Service_AndroidManagement_SystemUpdate */ public function setSystemUpdate(Google_Service_AndroidManagement_SystemUpdate $systemUpdate) { $this->systemUpdate = $systemUpdate; } /** * @return Google_Service_AndroidManagement_SystemUpdate */ public function getSystemUpdate() { return $this->systemUpdate; } public function setTetheringConfigDisabled($tetheringConfigDisabled) { $this->tetheringConfigDisabled = $tetheringConfigDisabled; } public function getTetheringConfigDisabled() { return $this->tetheringConfigDisabled; } public function setUninstallAppsDisabled($uninstallAppsDisabled) { $this->uninstallAppsDisabled = $uninstallAppsDisabled; } public function getUninstallAppsDisabled() { return $this->uninstallAppsDisabled; } public function setUnmuteMicrophoneDisabled($unmuteMicrophoneDisabled) { $this->unmuteMicrophoneDisabled = $unmuteMicrophoneDisabled; } public function getUnmuteMicrophoneDisabled() { return $this->unmuteMicrophoneDisabled; } public function setUsbFileTransferDisabled($usbFileTransferDisabled) { $this->usbFileTransferDisabled = $usbFileTransferDisabled; } public function getUsbFileTransferDisabled() { return $this->usbFileTransferDisabled; } public function setUsbMassStorageEnabled($usbMassStorageEnabled) { $this->usbMassStorageEnabled = $usbMassStorageEnabled; } public function getUsbMassStorageEnabled() { return $this->usbMassStorageEnabled; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } public function setVpnConfigDisabled($vpnConfigDisabled) { $this->vpnConfigDisabled = $vpnConfigDisabled; } public function getVpnConfigDisabled() { return $this->vpnConfigDisabled; } public function setWifiConfigDisabled($wifiConfigDisabled) { $this->wifiConfigDisabled = $wifiConfigDisabled; } public function getWifiConfigDisabled() { return $this->wifiConfigDisabled; } public function setWifiConfigsLockdownEnabled($wifiConfigsLockdownEnabled) { $this->wifiConfigsLockdownEnabled = $wifiConfigsLockdownEnabled; } public function getWifiConfigsLockdownEnabled() { return $this->wifiConfigsLockdownEnabled; } } PK. Z=swZvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationEvent.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK. ZexR//cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersonalApplicationPolicy.phpnu[installType = $installType; } public function getInstallType() { return $this->installType; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK. ZZfUvendor/google/apiclient-services/src/Google/Service/AndroidManagement/NetworkInfo.phpnu[imei = $imei; } public function getImei() { return $this->imei; } public function setMeid($meid) { $this->meid = $meid; } public function getMeid() { return $this->meid; } public function setNetworkOperatorName($networkOperatorName) { $this->networkOperatorName = $networkOperatorName; } public function getNetworkOperatorName() { return $this->networkOperatorName; } /** * @param Google_Service_AndroidManagement_TelephonyInfo[] */ public function setTelephonyInfos($telephonyInfos) { $this->telephonyInfos = $telephonyInfos; } /** * @return Google_Service_AndroidManagement_TelephonyInfo[] */ public function getTelephonyInfos() { return $this->telephonyInfos; } public function setWifiMacAddress($wifiMacAddress) { $this->wifiMacAddress = $wifiMacAddress; } public function getWifiMacAddress() { return $this->wifiMacAddress; } } PK. Z-A]]avendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListEnterprisesResponse.phpnu[enterprises = $enterprises; } /** * @return Google_Service_AndroidManagement_Enterprise[] */ public function getEnterprises() { return $this->enterprises; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z:u))fvendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetailCondition.phpnu[nonComplianceReason = $nonComplianceReason; } public function getNonComplianceReason() { return $this->nonComplianceReason; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setSettingName($settingName) { $this->settingName = $settingName; } public function getSettingName() { return $this->settingName; } } PK. Z=ؘcvendor/google/apiclient-services/src/Google/Service/AndroidManagement/AdvancedSecurityOverrides.phpnu[commonCriteriaMode = $commonCriteriaMode; } public function getCommonCriteriaMode() { return $this->commonCriteriaMode; } public function setUntrustedAppsPolicy($untrustedAppsPolicy) { $this->untrustedAppsPolicy = $untrustedAppsPolicy; } public function getUntrustedAppsPolicy() { return $this->untrustedAppsPolicy; } } PK. Z~Vvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SigninDetail.phpnu[allowPersonalUsage = $allowPersonalUsage; } public function getAllowPersonalUsage() { return $this->allowPersonalUsage; } public function setQrCode($qrCode) { $this->qrCode = $qrCode; } public function getQrCode() { return $this->qrCode; } public function setSigninEnrollmentToken($signinEnrollmentToken) { $this->signinEnrollmentToken = $signinEnrollmentToken; } public function getSigninEnrollmentToken() { return $this->signinEnrollmentToken; } public function setSigninUrl($signinUrl) { $this->signinUrl = $signinUrl; } public function getSigninUrl() { return $this->signinUrl; } } PK. ZpQ^vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/Enterprises.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $enterprises = $androidmanagementService->enterprises; * */ class Google_Service_AndroidManagement_Resource_Enterprises extends Google_Service_Resource { /** * Creates an enterprise. This is the last step in the enterprise signup flow. * (enterprises.create) * * @param Google_Service_AndroidManagement_Enterprise $postBody * @param array $optParams Optional parameters. * * @opt_param bool agreementAccepted This feature is not generally available * yet. Whether the managed Google Play Agreement is presented and agreed. * @opt_param string enterpriseToken The enterprise token appended to the * callback URL. * @opt_param string projectId The ID of the Google Cloud Platform project which * will own the enterprise. * @opt_param string signupUrlName The name of the SignupUrl used to sign up for * the enterprise. * @return Google_Service_AndroidManagement_Enterprise */ public function create(Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidManagement_Enterprise"); } /** * This feature is not generally available yet. Deletes an enterprise. * (enterprises.delete) * * @param string $name This feature is not generally available yet. The name of * the enterprise in the form enterprises/{enterpriseId}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } /** * Gets an enterprise. (enterprises.get) * * @param string $name The name of the enterprise in the form * enterprises/{enterpriseId}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_Enterprise */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidManagement_Enterprise"); } /** * This feature is not generally available yet. Lists enterprises that are * managed by an EMM. Only partial views are returned. * (enterprises.listEnterprises) * * @param array $optParams Optional parameters. * * @opt_param int pageSize This feature is not generally available yet. The * requested page size. The actual page size may be fixed to a min or max value. * @opt_param string pageToken This feature is not generally available yet. A * token identifying a page of results returned by the server. * @opt_param string projectId Required. This feature is not generally available * yet. The ID of the Cloud project of the EMM the enterprises belongs to. * @opt_param string view This feature is not generally available yet. View that * specify that partial response should be returned. * @return Google_Service_AndroidManagement_ListEnterprisesResponse */ public function listEnterprises($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidManagement_ListEnterprisesResponse"); } /** * Updates an enterprise. (enterprises.patch) * * @param string $name The name of the enterprise in the form * enterprises/{enterpriseId}. * @param Google_Service_AndroidManagement_Enterprise $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The field mask indicating the fields to update. * If not set, all modifiable fields will be modified. * @return Google_Service_AndroidManagement_Enterprise */ public function patch($name, Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidManagement_Enterprise"); } } PK. ZIovendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevicesOperations.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $operations = $androidmanagementService->operations; * */ class Google_Service_AndroidManagement_Resource_EnterprisesDevicesOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * Code.CANCELLED. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * google.rpc.Code.UNIMPLEMENTED. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidManagement_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name * binding allows API services to override the binding to use different resource * name schemes, such as users/operations. To override the binding, API services * can add a binding such as "/v1/{name=users}/operations" to their service * configuration. For backwards compatibility, the default name includes the * operations collection id, however overriding users must ensure the name * binding is the parent resource, without the operations collection id. * (operations.listEnterprisesDevicesOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_AndroidManagement_ListOperationsResponse */ public function listEnterprisesDevicesOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidManagement_ListOperationsResponse"); } } PK. Z' ' nvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesEnrollmentTokens.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $enrollmentTokens = $androidmanagementService->enrollmentTokens; * */ class Google_Service_AndroidManagement_Resource_EnterprisesEnrollmentTokens extends Google_Service_Resource { /** * Creates an enrollment token for a given enterprise. (enrollmentTokens.create) * * @param string $parent The name of the enterprise in the form * enterprises/{enterpriseId}. * @param Google_Service_AndroidManagement_EnrollmentToken $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_EnrollmentToken */ public function create($parent, Google_Service_AndroidManagement_EnrollmentToken $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidManagement_EnrollmentToken"); } /** * Deletes an enrollment token. This operation invalidates the token, preventing * its future use. (enrollmentTokens.delete) * * @param string $name The name of the enrollment token in the form * enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } } PK. ZgοQ__fvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesPolicies.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $policies = $androidmanagementService->policies; * */ class Google_Service_AndroidManagement_Resource_EnterprisesPolicies extends Google_Service_Resource { /** * Deletes a policy. This operation is only permitted if no devices are * currently referencing the policy. (policies.delete) * * @param string $name The name of the policy in the form * enterprises/{enterpriseId}/policies/{policyId}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } /** * Gets a policy. (policies.get) * * @param string $name The name of the policy in the form * enterprises/{enterpriseId}/policies/{policyId}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_Policy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidManagement_Policy"); } /** * Lists policies for a given enterprise. (policies.listEnterprisesPolicies) * * @param string $parent The name of the enterprise in the form * enterprises/{enterpriseId}. * @param array $optParams Optional parameters. * * @opt_param int pageSize The requested page size. The actual page size may be * fixed to a min or max value. * @opt_param string pageToken A token identifying a page of results returned by * the server. * @return Google_Service_AndroidManagement_ListPoliciesResponse */ public function listEnterprisesPolicies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidManagement_ListPoliciesResponse"); } /** * Updates or creates a policy. (policies.patch) * * @param string $name The name of the policy in the form * enterprises/{enterpriseId}/policies/{policyId}. * @param Google_Service_AndroidManagement_Policy $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The field mask indicating the fields to update. * If not set, all modifiable fields will be modified. * @return Google_Service_AndroidManagement_Policy */ public function patch($name, Google_Service_AndroidManagement_Policy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidManagement_Policy"); } } PK. Z8yy]vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/SignupUrls.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $signupUrls = $androidmanagementService->signupUrls; * */ class Google_Service_AndroidManagement_Resource_SignupUrls extends Google_Service_Resource { /** * Creates an enterprise signup URL. (signupUrls.create) * * @param array $optParams Optional parameters. * * @opt_param string callbackUrl The callback URL that the admin will be * redirected to after successfully creating an enterprise. Before redirecting * there the system will add a query parameter to this URL named enterpriseToken * which will contain an opaque token to be used for the create enterprise * request. The URL will be parsed then reformatted in order to add the * enterpriseToken parameter, so there may be some minor formatting changes. * @opt_param string projectId The ID of the Google Cloud Platform project which * will own the enterprise. * @return Google_Service_AndroidManagement_SignupUrl */ public function create($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidManagement_SignupUrl"); } } PK. Zo1bjvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesApplications.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $applications = $androidmanagementService->applications; * */ class Google_Service_AndroidManagement_Resource_EnterprisesApplications extends Google_Service_Resource { /** * Gets info about an application. (applications.get) * * @param string $name The name of the application in the form * enterprises/{enterpriseId}/applications/{package_name}. * @param array $optParams Optional parameters. * * @opt_param string languageCode The preferred language for localized * application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the * default language of the application will be used. * @return Google_Service_AndroidManagement_Application */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidManagement_Application"); } } PK. Z߭evendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevices.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $devices = $androidmanagementService->devices; * */ class Google_Service_AndroidManagement_Resource_EnterprisesDevices extends Google_Service_Resource { /** * Deletes a device. This operation wipes the device. (devices.delete) * * @param string $name The name of the device in the form * enterprises/{enterpriseId}/devices/{deviceId}. * @param array $optParams Optional parameters. * * @opt_param string wipeDataFlags Optional flags that control the device wiping * behavior. * @opt_param string wipeReasonMessage Optional. A short message displayed to * the user before wiping the work profile on personal devices. This has no * effect on company owned devices. The maximum message length is 200 * characters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } /** * Gets a device. (devices.get) * * @param string $name The name of the device in the form * enterprises/{enterpriseId}/devices/{deviceId}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_Device */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidManagement_Device"); } /** * Issues a command to a device. The Operation resource returned contains a * Command in its metadata field. Use the get operation method to get the status * of the command. (devices.issueCommand) * * @param string $name The name of the device in the form * enterprises/{enterpriseId}/devices/{deviceId}. * @param Google_Service_AndroidManagement_Command $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_Operation */ public function issueCommand($name, Google_Service_AndroidManagement_Command $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('issueCommand', array($params), "Google_Service_AndroidManagement_Operation"); } /** * Lists devices for a given enterprise. (devices.listEnterprisesDevices) * * @param string $parent The name of the enterprise in the form * enterprises/{enterpriseId}. * @param array $optParams Optional parameters. * * @opt_param int pageSize The requested page size. The actual page size may be * fixed to a min or max value. * @opt_param string pageToken A token identifying a page of results returned by * the server. * @return Google_Service_AndroidManagement_ListDevicesResponse */ public function listEnterprisesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidManagement_ListDevicesResponse"); } /** * Updates a device. (devices.patch) * * @param string $name The name of the device in the form * enterprises/{enterpriseId}/devices/{deviceId}. * @param Google_Service_AndroidManagement_Device $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The field mask indicating the fields to update. * If not set, all modifiable fields will be modified. * @return Google_Service_AndroidManagement_Device */ public function patch($name, Google_Service_AndroidManagement_Device $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidManagement_Device"); } } PK. Z)|k~~evendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebApps.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $webApps = $androidmanagementService->webApps; * */ class Google_Service_AndroidManagement_Resource_EnterprisesWebApps extends Google_Service_Resource { /** * Creates a web app. (webApps.create) * * @param string $parent The name of the enterprise in the form * enterprises/{enterpriseId}. * @param Google_Service_AndroidManagement_WebApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_WebApp */ public function create($parent, Google_Service_AndroidManagement_WebApp $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidManagement_WebApp"); } /** * Deletes a web app. (webApps.delete) * * @param string $name The name of the web app in the form * enterprises/{enterpriseId}/webApps/{packageName}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_AndroidmanagementEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); } /** * Gets a web app. (webApps.get) * * @param string $name The name of the web app in the form * enterprises/{enterpriseId}/webApp/{packageName}. * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_WebApp */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidManagement_WebApp"); } /** * Lists web apps for a given enterprise. (webApps.listEnterprisesWebApps) * * @param string $parent The name of the enterprise in the form * enterprises/{enterpriseId}. * @param array $optParams Optional parameters. * * @opt_param int pageSize The requested page size. The actual page size may be * fixed to a min or max value. * @opt_param string pageToken A token identifying a page of results returned by * the server. * @return Google_Service_AndroidManagement_ListWebAppsResponse */ public function listEnterprisesWebApps($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidManagement_ListWebAppsResponse"); } /** * Updates a web app. (webApps.patch) * * @param string $name The name of the web app in the form * enterprises/{enterpriseId}/webApps/{packageName}. * @param Google_Service_AndroidManagement_WebApp $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The field mask indicating the fields to update. * If not set, all modifiable fields will be modified. * @return Google_Service_AndroidManagement_WebApp */ public function patch($name, Google_Service_AndroidManagement_WebApp $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AndroidManagement_WebApp"); } } PK. Z'kgvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebTokens.phpnu[ * $androidmanagementService = new Google_Service_AndroidManagement(...); * $webTokens = $androidmanagementService->webTokens; * */ class Google_Service_AndroidManagement_Resource_EnterprisesWebTokens extends Google_Service_Resource { /** * Creates a web token to access an embeddable managed Google Play web UI for a * given enterprise. (webTokens.create) * * @param string $parent The name of the enterprise in the form * enterprises/{enterpriseId}. * @param Google_Service_AndroidManagement_WebToken $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidManagement_WebToken */ public function create($parent, Google_Service_AndroidManagement_WebToken $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AndroidManagement_WebToken"); } } PK. Z`%%Uvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SetupAction.phpnu[description = $description; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getDescription() { return $this->description; } /** * @param Google_Service_AndroidManagement_LaunchAppAction */ public function setLaunchApp(Google_Service_AndroidManagement_LaunchAppAction $launchApp) { $this->launchApp = $launchApp; } /** * @return Google_Service_AndroidManagement_LaunchAppAction */ public function getLaunchApp() { return $this->launchApp; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setTitle(Google_Service_AndroidManagement_UserFacingMessage $title) { $this->title = $title; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getTitle() { return $this->title; } } PK. Z\Hxxfvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedConfigurationTemplate.phpnu[configurationVariables = $configurationVariables; } public function getConfigurationVariables() { return $this->configurationVariables; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } } PK. ZޝPvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebApp.phpnu[displayMode = $displayMode; } public function getDisplayMode() { return $this->displayMode; } /** * @param Google_Service_AndroidManagement_WebAppIcon[] */ public function setIcons($icons) { $this->icons = $icons; } /** * @return Google_Service_AndroidManagement_WebAppIcon[] */ public function getIcons() { return $this->icons; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStartUrl($startUrl) { $this->startUrl = $startUrl; } public function getStartUrl() { return $this->startUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } } PK. Zff[vendor/google/apiclient-services/src/Google/Service/AndroidManagement/UserFacingMessage.phpnu[defaultMessage = $defaultMessage; } public function getDefaultMessage() { return $this->defaultMessage; } public function setLocalizedMessages($localizedMessages) { $this->localizedMessages = $localizedMessages; } public function getLocalizedMessages() { return $this->localizedMessages; } } PK. Zc9=33^vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListPoliciesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AndroidManagement_Policy[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return Google_Service_AndroidManagement_Policy[] */ public function getPolicies() { return $this->policies; } } PK. Z44Wvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PostureDetail.phpnu[advice = $advice; } /** * @return Google_Service_AndroidManagement_UserFacingMessage[] */ public function getAdvice() { return $this->advice; } public function setSecurityRisk($securityRisk) { $this->securityRisk = $securityRisk; } public function getSecurityRisk() { return $this->securityRisk; } } PK. Z8~ Yvendor/google/apiclient-services/src/Google/Service/AndroidManagement/EnrollmentToken.phpnu[additionalData = $additionalData; } public function getAdditionalData() { return $this->additionalData; } public function setAllowPersonalUsage($allowPersonalUsage) { $this->allowPersonalUsage = $allowPersonalUsage; } public function getAllowPersonalUsage() { return $this->allowPersonalUsage; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setExpirationTimestamp($expirationTimestamp) { $this->expirationTimestamp = $expirationTimestamp; } public function getExpirationTimestamp() { return $this->expirationTimestamp; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneTimeOnly($oneTimeOnly) { $this->oneTimeOnly = $oneTimeOnly; } public function getOneTimeOnly() { return $this->oneTimeOnly; } public function setPolicyName($policyName) { $this->policyName = $policyName; } public function getPolicyName() { return $this->policyName; } public function setQrCode($qrCode) { $this->qrCode = $qrCode; } public function getQrCode() { return $this->qrCode; } /** * @param Google_Service_AndroidManagement_User */ public function setUser(Google_Service_AndroidManagement_User $user) { $this->user = $user; } /** * @return Google_Service_AndroidManagement_User */ public function getUser() { return $this->user; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Zo3Vvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SystemUpdate.phpnu[endMinutes = $endMinutes; } public function getEndMinutes() { return $this->endMinutes; } /** * @param Google_Service_AndroidManagement_FreezePeriod[] */ public function setFreezePeriods($freezePeriods) { $this->freezePeriods = $freezePeriods; } /** * @return Google_Service_AndroidManagement_FreezePeriod[] */ public function getFreezePeriods() { return $this->freezePeriods; } public function setStartMinutes($startMinutes) { $this->startMinutes = $startMinutes; } public function getStartMinutes() { return $this->startMinutes; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z?>jccRvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebToken.phpnu[enabledFeatures = $enabledFeatures; } public function getEnabledFeatures() { return $this->enabledFeatures; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentFrameUrl($parentFrameUrl) { $this->parentFrameUrl = $parentFrameUrl; } public function getParentFrameUrl() { return $this->parentFrameUrl; } public function setPermissions($permissions) { $this->permissions = $permissions; } public function getPermissions() { return $this->permissions; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. ZEօNvendor/google/apiclient-services/src/Google/Service/AndroidManagement/User.phpnu[accountIdentifier = $accountIdentifier; } public function getAccountIdentifier() { return $this->accountIdentifier; } } PK. Z/O``Vvendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareInfo.phpnu[batteryShutdownTemperatures = $batteryShutdownTemperatures; } public function getBatteryShutdownTemperatures() { return $this->batteryShutdownTemperatures; } public function setBatteryThrottlingTemperatures($batteryThrottlingTemperatures) { $this->batteryThrottlingTemperatures = $batteryThrottlingTemperatures; } public function getBatteryThrottlingTemperatures() { return $this->batteryThrottlingTemperatures; } public function setBrand($brand) { $this->brand = $brand; } public function getBrand() { return $this->brand; } public function setCpuShutdownTemperatures($cpuShutdownTemperatures) { $this->cpuShutdownTemperatures = $cpuShutdownTemperatures; } public function getCpuShutdownTemperatures() { return $this->cpuShutdownTemperatures; } public function setCpuThrottlingTemperatures($cpuThrottlingTemperatures) { $this->cpuThrottlingTemperatures = $cpuThrottlingTemperatures; } public function getCpuThrottlingTemperatures() { return $this->cpuThrottlingTemperatures; } public function setDeviceBasebandVersion($deviceBasebandVersion) { $this->deviceBasebandVersion = $deviceBasebandVersion; } public function getDeviceBasebandVersion() { return $this->deviceBasebandVersion; } public function setGpuShutdownTemperatures($gpuShutdownTemperatures) { $this->gpuShutdownTemperatures = $gpuShutdownTemperatures; } public function getGpuShutdownTemperatures() { return $this->gpuShutdownTemperatures; } public function setGpuThrottlingTemperatures($gpuThrottlingTemperatures) { $this->gpuThrottlingTemperatures = $gpuThrottlingTemperatures; } public function getGpuThrottlingTemperatures() { return $this->gpuThrottlingTemperatures; } public function setHardware($hardware) { $this->hardware = $hardware; } public function getHardware() { return $this->hardware; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setSkinShutdownTemperatures($skinShutdownTemperatures) { $this->skinShutdownTemperatures = $skinShutdownTemperatures; } public function getSkinShutdownTemperatures() { return $this->skinShutdownTemperatures; } public function setSkinThrottlingTemperatures($skinThrottlingTemperatures) { $this->skinThrottlingTemperatures = $skinThrottlingTemperatures; } public function getSkinThrottlingTemperatures() { return $this->skinThrottlingTemperatures; } } PK. ZHRQvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Command.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setNewPassword($newPassword) { $this->newPassword = $newPassword; } public function getNewPassword() { return $this->newPassword; } public function setResetPasswordFlags($resetPasswordFlags) { $this->resetPasswordFlags = $resetPasswordFlags; } public function getResetPasswordFlags() { return $this->resetPasswordFlags; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK. Z\FZZSvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ProxyInfo.phpnu[excludedHosts = $excludedHosts; } public function getExcludedHosts() { return $this->excludedHosts; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPacUri($pacUri) { $this->pacUri = $pacUri; } public function getPacUri() { return $this->pacUri; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK. ZgA{!hh[vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApiLevelCondition.phpnu[minApiLevel = $minApiLevel; } public function getMinApiLevel() { return $this->minApiLevel; } } PK. ZK3SSTvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebAppIcon.phpnu[imageData = $imageData; } public function getImageData() { return $this->imageData; } } PK. ZSvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_AndroidManagement_Status */ public function setError(Google_Service_AndroidManagement_Status $error) { $this->error = $error; } /** * @return Google_Service_AndroidManagement_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK. Z{))]vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_AndroidManagement_Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z^vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedPropertyEntry.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Zqw^^Zvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SystemUpdateInfo.phpnu[updateReceivedTime = $updateReceivedTime; } public function getUpdateReceivedTime() { return $this->updateReceivedTime; } public function setUpdateStatus($updateStatus) { $this->updateStatus = $updateStatus; } public function getUpdateStatus() { return $this->updateStatus; } } PK. Z>애Pvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Status.phpnu[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; } } PK. ZX*//Pvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Device.phpnu[apiLevel = $apiLevel; } public function getApiLevel() { return $this->apiLevel; } /** * @param Google_Service_AndroidManagement_ApplicationReport[] */ public function setApplicationReports($applicationReports) { $this->applicationReports = $applicationReports; } /** * @return Google_Service_AndroidManagement_ApplicationReport[] */ public function getApplicationReports() { return $this->applicationReports; } public function setAppliedPolicyName($appliedPolicyName) { $this->appliedPolicyName = $appliedPolicyName; } public function getAppliedPolicyName() { return $this->appliedPolicyName; } public function setAppliedPolicyVersion($appliedPolicyVersion) { $this->appliedPolicyVersion = $appliedPolicyVersion; } public function getAppliedPolicyVersion() { return $this->appliedPolicyVersion; } public function setAppliedState($appliedState) { $this->appliedState = $appliedState; } public function getAppliedState() { return $this->appliedState; } /** * @param Google_Service_AndroidManagement_CommonCriteriaModeInfo */ public function setCommonCriteriaModeInfo(Google_Service_AndroidManagement_CommonCriteriaModeInfo $commonCriteriaModeInfo) { $this->commonCriteriaModeInfo = $commonCriteriaModeInfo; } /** * @return Google_Service_AndroidManagement_CommonCriteriaModeInfo */ public function getCommonCriteriaModeInfo() { return $this->commonCriteriaModeInfo; } /** * @param Google_Service_AndroidManagement_DeviceSettings */ public function setDeviceSettings(Google_Service_AndroidManagement_DeviceSettings $deviceSettings) { $this->deviceSettings = $deviceSettings; } /** * @return Google_Service_AndroidManagement_DeviceSettings */ public function getDeviceSettings() { return $this->deviceSettings; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setDisabledReason(Google_Service_AndroidManagement_UserFacingMessage $disabledReason) { $this->disabledReason = $disabledReason; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getDisabledReason() { return $this->disabledReason; } /** * @param Google_Service_AndroidManagement_Display[] */ public function setDisplays($displays) { $this->displays = $displays; } /** * @return Google_Service_AndroidManagement_Display[] */ public function getDisplays() { return $this->displays; } public function setEnrollmentTime($enrollmentTime) { $this->enrollmentTime = $enrollmentTime; } public function getEnrollmentTime() { return $this->enrollmentTime; } public function setEnrollmentTokenData($enrollmentTokenData) { $this->enrollmentTokenData = $enrollmentTokenData; } public function getEnrollmentTokenData() { return $this->enrollmentTokenData; } public function setEnrollmentTokenName($enrollmentTokenName) { $this->enrollmentTokenName = $enrollmentTokenName; } public function getEnrollmentTokenName() { return $this->enrollmentTokenName; } /** * @param Google_Service_AndroidManagement_HardwareInfo */ public function setHardwareInfo(Google_Service_AndroidManagement_HardwareInfo $hardwareInfo) { $this->hardwareInfo = $hardwareInfo; } /** * @return Google_Service_AndroidManagement_HardwareInfo */ public function getHardwareInfo() { return $this->hardwareInfo; } /** * @param Google_Service_AndroidManagement_HardwareStatus[] */ public function setHardwareStatusSamples($hardwareStatusSamples) { $this->hardwareStatusSamples = $hardwareStatusSamples; } /** * @return Google_Service_AndroidManagement_HardwareStatus[] */ public function getHardwareStatusSamples() { return $this->hardwareStatusSamples; } public function setLastPolicyComplianceReportTime($lastPolicyComplianceReportTime) { $this->lastPolicyComplianceReportTime = $lastPolicyComplianceReportTime; } public function getLastPolicyComplianceReportTime() { return $this->lastPolicyComplianceReportTime; } public function setLastPolicySyncTime($lastPolicySyncTime) { $this->lastPolicySyncTime = $lastPolicySyncTime; } public function getLastPolicySyncTime() { return $this->lastPolicySyncTime; } public function setLastStatusReportTime($lastStatusReportTime) { $this->lastStatusReportTime = $lastStatusReportTime; } public function getLastStatusReportTime() { return $this->lastStatusReportTime; } public function setManagementMode($managementMode) { $this->managementMode = $managementMode; } public function getManagementMode() { return $this->managementMode; } /** * @param Google_Service_AndroidManagement_MemoryEvent[] */ public function setMemoryEvents($memoryEvents) { $this->memoryEvents = $memoryEvents; } /** * @return Google_Service_AndroidManagement_MemoryEvent[] */ public function getMemoryEvents() { return $this->memoryEvents; } /** * @param Google_Service_AndroidManagement_MemoryInfo */ public function setMemoryInfo(Google_Service_AndroidManagement_MemoryInfo $memoryInfo) { $this->memoryInfo = $memoryInfo; } /** * @return Google_Service_AndroidManagement_MemoryInfo */ public function getMemoryInfo() { return $this->memoryInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AndroidManagement_NetworkInfo */ public function setNetworkInfo(Google_Service_AndroidManagement_NetworkInfo $networkInfo) { $this->networkInfo = $networkInfo; } /** * @return Google_Service_AndroidManagement_NetworkInfo */ public function getNetworkInfo() { return $this->networkInfo; } /** * @param Google_Service_AndroidManagement_NonComplianceDetail[] */ public function setNonComplianceDetails($nonComplianceDetails) { $this->nonComplianceDetails = $nonComplianceDetails; } /** * @return Google_Service_AndroidManagement_NonComplianceDetail[] */ public function getNonComplianceDetails() { return $this->nonComplianceDetails; } public function setOwnership($ownership) { $this->ownership = $ownership; } public function getOwnership() { return $this->ownership; } public function setPolicyCompliant($policyCompliant) { $this->policyCompliant = $policyCompliant; } public function getPolicyCompliant() { return $this->policyCompliant; } public function setPolicyName($policyName) { $this->policyName = $policyName; } public function getPolicyName() { return $this->policyName; } /** * @param Google_Service_AndroidManagement_PowerManagementEvent[] */ public function setPowerManagementEvents($powerManagementEvents) { $this->powerManagementEvents = $powerManagementEvents; } /** * @return Google_Service_AndroidManagement_PowerManagementEvent[] */ public function getPowerManagementEvents() { return $this->powerManagementEvents; } public function setPreviousDeviceNames($previousDeviceNames) { $this->previousDeviceNames = $previousDeviceNames; } public function getPreviousDeviceNames() { return $this->previousDeviceNames; } /** * @param Google_Service_AndroidManagement_SecurityPosture */ public function setSecurityPosture(Google_Service_AndroidManagement_SecurityPosture $securityPosture) { $this->securityPosture = $securityPosture; } /** * @return Google_Service_AndroidManagement_SecurityPosture */ public function getSecurityPosture() { return $this->securityPosture; } /** * @param Google_Service_AndroidManagement_SoftwareInfo */ public function setSoftwareInfo(Google_Service_AndroidManagement_SoftwareInfo $softwareInfo) { $this->softwareInfo = $softwareInfo; } /** * @return Google_Service_AndroidManagement_SoftwareInfo */ public function getSoftwareInfo() { return $this->softwareInfo; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSystemProperties($systemProperties) { $this->systemProperties = $systemProperties; } public function getSystemProperties() { return $this->systemProperties; } /** * @param Google_Service_AndroidManagement_User */ public function setUser(Google_Service_AndroidManagement_User $user) { $this->user = $user; } /** * @return Google_Service_AndroidManagement_User */ public function getUser() { return $this->user; } public function setUserName($userName) { $this->userName = $userName; } public function getUserName() { return $this->userName; } } PK. ZԬ%|PP`vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AndroidManagement_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_AndroidManagement_Operation[] */ public function getOperations() { return $this->operations; } } PK. ZrVvendor/google/apiclient-services/src/Google/Service/AndroidManagement/AppTrackInfo.phpnu[trackAlias = $trackAlias; } public function getTrackAlias() { return $this->trackAlias; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } } PK. Z[Ϧavendor/google/apiclient-services/src/Google/Service/AndroidManagement/StatusReportingSettings.phpnu[applicationReportingSettings = $applicationReportingSettings; } /** * @return Google_Service_AndroidManagement_ApplicationReportingSettings */ public function getApplicationReportingSettings() { return $this->applicationReportingSettings; } public function setApplicationReportsEnabled($applicationReportsEnabled) { $this->applicationReportsEnabled = $applicationReportsEnabled; } public function getApplicationReportsEnabled() { return $this->applicationReportsEnabled; } public function setCommonCriteriaModeEnabled($commonCriteriaModeEnabled) { $this->commonCriteriaModeEnabled = $commonCriteriaModeEnabled; } public function getCommonCriteriaModeEnabled() { return $this->commonCriteriaModeEnabled; } public function setDeviceSettingsEnabled($deviceSettingsEnabled) { $this->deviceSettingsEnabled = $deviceSettingsEnabled; } public function getDeviceSettingsEnabled() { return $this->deviceSettingsEnabled; } public function setDisplayInfoEnabled($displayInfoEnabled) { $this->displayInfoEnabled = $displayInfoEnabled; } public function getDisplayInfoEnabled() { return $this->displayInfoEnabled; } public function setHardwareStatusEnabled($hardwareStatusEnabled) { $this->hardwareStatusEnabled = $hardwareStatusEnabled; } public function getHardwareStatusEnabled() { return $this->hardwareStatusEnabled; } public function setMemoryInfoEnabled($memoryInfoEnabled) { $this->memoryInfoEnabled = $memoryInfoEnabled; } public function getMemoryInfoEnabled() { return $this->memoryInfoEnabled; } public function setNetworkInfoEnabled($networkInfoEnabled) { $this->networkInfoEnabled = $networkInfoEnabled; } public function getNetworkInfoEnabled() { return $this->networkInfoEnabled; } public function setPowerManagementEventsEnabled($powerManagementEventsEnabled) { $this->powerManagementEventsEnabled = $powerManagementEventsEnabled; } public function getPowerManagementEventsEnabled() { return $this->powerManagementEventsEnabled; } public function setSoftwareInfoEnabled($softwareInfoEnabled) { $this->softwareInfoEnabled = $softwareInfoEnabled; } public function getSoftwareInfoEnabled() { return $this->softwareInfoEnabled; } public function setSystemPropertiesEnabled($systemPropertiesEnabled) { $this->systemPropertiesEnabled = $systemPropertiesEnabled; } public function getSystemPropertiesEnabled() { return $this->systemPropertiesEnabled; } } PK. Z)))]vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListWebAppsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AndroidManagement_WebApp[] */ public function setWebApps($webApps) { $this->webApps = $webApps; } /** * @return Google_Service_AndroidManagement_WebApp[] */ public function getWebApps() { return $this->webApps; } } PK. ZVvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ExternalData.phpnu[sha256Hash = $sha256Hash; } public function getSha256Hash() { return $this->sha256Hash; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Z$ qUvendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryEvent.phpnu[byteCount = $byteCount; } public function getByteCount() { return $this->byteCount; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } } PK. ZLv::[vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPolicy.phpnu[accessibleTrackIds = $accessibleTrackIds; } public function getAccessibleTrackIds() { return $this->accessibleTrackIds; } public function setAutoUpdateMode($autoUpdateMode) { $this->autoUpdateMode = $autoUpdateMode; } public function getAutoUpdateMode() { return $this->autoUpdateMode; } public function setConnectedWorkAndPersonalApp($connectedWorkAndPersonalApp) { $this->connectedWorkAndPersonalApp = $connectedWorkAndPersonalApp; } public function getConnectedWorkAndPersonalApp() { return $this->connectedWorkAndPersonalApp; } public function setDefaultPermissionPolicy($defaultPermissionPolicy) { $this->defaultPermissionPolicy = $defaultPermissionPolicy; } public function getDefaultPermissionPolicy() { return $this->defaultPermissionPolicy; } public function setDelegatedScopes($delegatedScopes) { $this->delegatedScopes = $delegatedScopes; } public function getDelegatedScopes() { return $this->delegatedScopes; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setInstallType($installType) { $this->installType = $installType; } public function getInstallType() { return $this->installType; } public function setLockTaskAllowed($lockTaskAllowed) { $this->lockTaskAllowed = $lockTaskAllowed; } public function getLockTaskAllowed() { return $this->lockTaskAllowed; } public function setManagedConfiguration($managedConfiguration) { $this->managedConfiguration = $managedConfiguration; } public function getManagedConfiguration() { return $this->managedConfiguration; } /** * @param Google_Service_AndroidManagement_ManagedConfigurationTemplate */ public function setManagedConfigurationTemplate(Google_Service_AndroidManagement_ManagedConfigurationTemplate $managedConfigurationTemplate) { $this->managedConfigurationTemplate = $managedConfigurationTemplate; } /** * @return Google_Service_AndroidManagement_ManagedConfigurationTemplate */ public function getManagedConfigurationTemplate() { return $this->managedConfigurationTemplate; } public function setMinimumVersionCode($minimumVersionCode) { $this->minimumVersionCode = $minimumVersionCode; } public function getMinimumVersionCode() { return $this->minimumVersionCode; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } /** * @param Google_Service_AndroidManagement_PermissionGrant[] */ public function setPermissionGrants($permissionGrants) { $this->permissionGrants = $permissionGrants; } /** * @return Google_Service_AndroidManagement_PermissionGrant[] */ public function getPermissionGrants() { return $this->permissionGrants; } } PK. Z\vendor/google/apiclient-services/src/Google/Service/AndroidManagement/KioskCustomization.phpnu[deviceSettings = $deviceSettings; } public function getDeviceSettings() { return $this->deviceSettings; } public function setPowerButtonActions($powerButtonActions) { $this->powerButtonActions = $powerButtonActions; } public function getPowerButtonActions() { return $this->powerButtonActions; } public function setStatusBar($statusBar) { $this->statusBar = $statusBar; } public function getStatusBar() { return $this->statusBar; } public function setSystemErrorWarnings($systemErrorWarnings) { $this->systemErrorWarnings = $systemErrorWarnings; } public function getSystemErrorWarnings() { return $this->systemErrorWarnings; } public function setSystemNavigation($systemNavigation) { $this->systemNavigation = $systemNavigation; } public function getSystemNavigation() { return $this->systemNavigation; } } PK. Z //Uvendor/google/apiclient-services/src/Google/Service/AndroidManagement/BlockAction.phpnu[blockAfterDays = $blockAfterDays; } public function getBlockAfterDays() { return $this->blockAfterDays; } public function setBlockScope($blockScope) { $this->blockScope = $blockScope; } public function getBlockScope() { return $this->blockScope; } } PK. ZØSvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SignupUrl.phpnu[name = $name; } public function getName() { return $this->name; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Z6 [vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReport.phpnu[applicationSource = $applicationSource; } public function getApplicationSource() { return $this->applicationSource; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_AndroidManagement_ApplicationEvent[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_AndroidManagement_ApplicationEvent[] */ public function getEvents() { return $this->events; } public function setInstallerPackageName($installerPackageName) { $this->installerPackageName = $installerPackageName; } public function getInstallerPackageName() { return $this->installerPackageName; } /** * @param Google_Service_AndroidManagement_KeyedAppState[] */ public function setKeyedAppStates($keyedAppStates) { $this->keyedAppStates = $keyedAppStates; } /** * @return Google_Service_AndroidManagement_KeyedAppState[] */ public function getKeyedAppStates() { return $this->keyedAppStates; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setPackageSha256Hash($packageSha256Hash) { $this->packageSha256Hash = $packageSha256Hash; } public function getPackageSha256Hash() { return $this->packageSha256Hash; } public function setSigningKeyCertFingerprints($signingKeyCertFingerprints) { $this->signingKeyCertFingerprints = $signingKeyCertFingerprints; } public function getSigningKeyCertFingerprints() { return $this->signingKeyCertFingerprints; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK. Z=yyYvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SecurityPosture.phpnu[devicePosture = $devicePosture; } public function getDevicePosture() { return $this->devicePosture; } /** * @param Google_Service_AndroidManagement_PostureDetail[] */ public function setPostureDetails($postureDetails) { $this->postureDetails = $postureDetails; } /** * @return Google_Service_AndroidManagement_PostureDetail[] */ public function getPostureDetails() { return $this->postureDetails; } } PK. Z6avendor/google/apiclient-services/src/Google/Service/AndroidManagement/ContentProviderEndpoint.phpnu[packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setSigningCertsSha256($signingCertsSha256) { $this->signingCertsSha256 = $signingCertsSha256; } public function getSigningCertsSha256() { return $this->signingCertsSha256; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK. Zb>>\vendor/google/apiclient-services/src/Google/Service/AndroidManagement/TermsAndConditions.phpnu[content = $content; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getContent() { return $this->content; } /** * @param Google_Service_AndroidManagement_UserFacingMessage */ public function setHeader(Google_Service_AndroidManagement_UserFacingMessage $header) { $this->header = $header; } /** * @return Google_Service_AndroidManagement_UserFacingMessage */ public function getHeader() { return $this->header; } } PK. Zna!!evendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersistentPreferredActivity.phpnu[actions = $actions; } public function getActions() { return $this->actions; } public function setCategories($categories) { $this->categories = $categories; } public function getCategories() { return $this->categories; } public function setReceiverActivity($receiverActivity) { $this->receiverActivity = $receiverActivity; } public function getReceiverActivity() { return $this->receiverActivity; } } PK. Z!f f Xvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ComplianceRule.phpnu[apiLevelCondition = $apiLevelCondition; } /** * @return Google_Service_AndroidManagement_ApiLevelCondition */ public function getApiLevelCondition() { return $this->apiLevelCondition; } public function setDisableApps($disableApps) { $this->disableApps = $disableApps; } public function getDisableApps() { return $this->disableApps; } /** * @param Google_Service_AndroidManagement_NonComplianceDetailCondition */ public function setNonComplianceDetailCondition(Google_Service_AndroidManagement_NonComplianceDetailCondition $nonComplianceDetailCondition) { $this->nonComplianceDetailCondition = $nonComplianceDetailCondition; } /** * @return Google_Service_AndroidManagement_NonComplianceDetailCondition */ public function getNonComplianceDetailCondition() { return $this->nonComplianceDetailCondition; } public function setPackageNamesToDisable($packageNamesToDisable) { $this->packageNamesToDisable = $packageNamesToDisable; } public function getPackageNamesToDisable() { return $this->packageNamesToDisable; } } PK. ZoP_vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPermission.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPermissionId($permissionId) { $this->permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } } PK. ZUU`vendor/google/apiclient-services/src/Google/Service/AndroidManagement/OncCertificateProvider.phpnu[certificateReferences = $certificateReferences; } public function getCertificateReferences() { return $this->certificateReferences; } /** * @param Google_Service_AndroidManagement_ContentProviderEndpoint */ public function setContentProviderEndpoint(Google_Service_AndroidManagement_ContentProviderEndpoint $contentProviderEndpoint) { $this->contentProviderEndpoint = $contentProviderEndpoint; } /** * @return Google_Service_AndroidManagement_ContentProviderEndpoint */ public function getContentProviderEndpoint() { return $this->contentProviderEndpoint; } } PK. Z ffYvendor/google/apiclient-services/src/Google/Service/AndroidManagement/LaunchAppAction.phpnu[packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK. Zcy[ [ Uvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Application.phpnu[appTracks = $appTracks; } /** * @return Google_Service_AndroidManagement_AppTrackInfo[] */ public function getAppTracks() { return $this->appTracks; } /** * @param Google_Service_AndroidManagement_ManagedProperty[] */ public function setManagedProperties($managedProperties) { $this->managedProperties = $managedProperties; } /** * @return Google_Service_AndroidManagement_ManagedProperty[] */ public function getManagedProperties() { return $this->managedProperties; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AndroidManagement_ApplicationPermission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_AndroidManagement_ApplicationPermission[] */ public function getPermissions() { return $this->permissions; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Z;fXvendor/google/apiclient-services/src/Google/Service/AndroidManagement/DeviceSettings.phpnu[adbEnabled = $adbEnabled; } public function getAdbEnabled() { return $this->adbEnabled; } public function setDevelopmentSettingsEnabled($developmentSettingsEnabled) { $this->developmentSettingsEnabled = $developmentSettingsEnabled; } public function getDevelopmentSettingsEnabled() { return $this->developmentSettingsEnabled; } public function setEncryptionStatus($encryptionStatus) { $this->encryptionStatus = $encryptionStatus; } public function getEncryptionStatus() { return $this->encryptionStatus; } public function setIsDeviceSecure($isDeviceSecure) { $this->isDeviceSecure = $isDeviceSecure; } public function getIsDeviceSecure() { return $this->isDeviceSecure; } public function setIsEncrypted($isEncrypted) { $this->isEncrypted = $isEncrypted; } public function getIsEncrypted() { return $this->isEncrypted; } public function setUnknownSourcesEnabled($unknownSourcesEnabled) { $this->unknownSourcesEnabled = $unknownSourcesEnabled; } public function getUnknownSourcesEnabled() { return $this->unknownSourcesEnabled; } public function setVerifyAppsEnabled($verifyAppsEnabled) { $this->verifyAppsEnabled = $verifyAppsEnabled; } public function getVerifyAppsEnabled() { return $this->verifyAppsEnabled; } } PK. ZJ >vendor/google/apiclient-services/src/Google/Service/Speech.phpnu[ * Converts audio to text by applying powerful neural network models.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Speech extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $speech; /** * Constructs the internal representation of the Speech service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://speech.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'speech'; $this->operations = new Google_Service_Speech_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/operations/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->speech = new Google_Service_Speech_Resource_Speech( $this, $this->serviceName, 'speech', array( 'methods' => array( 'longrunningrecognize' => array( 'path' => 'v1/speech:longrunningrecognize', 'httpMethod' => 'POST', 'parameters' => array(), ),'recognize' => array( 'path' => 'v1/speech:recognize', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK. Z|L3@vendor/google/apiclient-services/src/Google/Service/AppState.phpnu[ * The Google App State API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AppState extends Google_Service { /** View and manage your data for this application. */ const APPSTATE = "https://www.googleapis.com/auth/appstate"; public $states; /** * Constructs the internal representation of the AppState service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'appstate/v1/'; $this->batchPath = 'batch/appstate/v1'; $this->version = 'v1'; $this->serviceName = 'appstate'; $this->states = new Google_Service_AppState_Resource_States( $this, $this->serviceName, 'states', array( 'methods' => array( 'clear' => array( 'path' => 'states/{stateKey}/clear', 'httpMethod' => 'POST', 'parameters' => array( 'stateKey' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'currentDataVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'states/{stateKey}', 'httpMethod' => 'DELETE', 'parameters' => array( 'stateKey' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'get' => array( 'path' => 'states/{stateKey}', 'httpMethod' => 'GET', 'parameters' => array( 'stateKey' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'states', 'httpMethod' => 'GET', 'parameters' => array( 'includeData' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'states/{stateKey}', 'httpMethod' => 'PUT', 'parameters' => array( 'stateKey' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'currentStateVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK. Z:\5\5Kvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.phpnu[ * Cloud Talent Solution provides the capability to create, read, update, and * delete job postings, as well as search jobs based on keywords and filters.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudTalentSolution extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage job postings. */ const JOBS = "https://www.googleapis.com/auth/jobs"; public $projects_operations; public $projects_tenants; public $projects_tenants_clientEvents; public $projects_tenants_companies; public $projects_tenants_jobs; /** * Constructs the internal representation of the CloudTalentSolution service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://jobs.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v4'; $this->serviceName = 'jobs'; $this->projects_operations = new Google_Service_CloudTalentSolution_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_tenants = new Google_Service_CloudTalentSolution_Resource_ProjectsTenants( $this, $this->serviceName, 'tenants', array( 'methods' => array( 'completeQuery' => array( 'path' => 'v4/{+tenant}:completeQuery', 'httpMethod' => 'GET', 'parameters' => array( 'tenant' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'company' => array( 'location' => 'query', 'type' => 'string', ), 'languageCodes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'scope' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'create' => array( 'path' => 'v4/{+parent}/tenants', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v4/{+parent}/tenants', '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' => 'v4/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_tenants_clientEvents = new Google_Service_CloudTalentSolution_Resource_ProjectsTenantsClientEvents( $this, $this->serviceName, 'clientEvents', array( 'methods' => array( 'create' => array( 'path' => 'v4/{+parent}/clientEvents', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_tenants_companies = new Google_Service_CloudTalentSolution_Resource_ProjectsTenantsCompanies( $this, $this->serviceName, 'companies', array( 'methods' => array( 'create' => array( 'path' => 'v4/{+parent}/companies', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v4/{+parent}/companies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'requireOpenJobs' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_tenants_jobs = new Google_Service_CloudTalentSolution_Resource_ProjectsTenantsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'batchCreate' => array( 'path' => 'v4/{+parent}/jobs:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchDelete' => array( 'path' => 'v4/{+parent}/jobs:batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchUpdate' => array( 'path' => 'v4/{+parent}/jobs:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v4/{+parent}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v4/{+parent}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'jobView' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v4/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'search' => array( 'path' => 'v4/{+parent}/jobs:search', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchForAlert' => array( 'path' => 'v4/{+parent}/jobs:searchForAlert', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK. Zy_vendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserInfo.phpnu[directUserRequest = $directUserRequest; } public function getDirectUserRequest() { return $this->directUserRequest; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK. Z˦66dvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductDetail.phpnu[product = $product; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2Product */ public function getProduct() { return $this->product; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } } PK. Z">Frvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportProductsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Z5jrvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaPurgeUserEventsResponse.phpnu[purgedEventsCount = $purgedEventsCount; } public function getPurgedEventsCount() { return $this->purgedEventsCount; } } PK. ZPmvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurgeUserEventsRequest.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } } PK. ZW,Invendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportUserEventsRequest.phpnu[errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInputConfig */ public function setInputConfig(Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInputConfig */ public function getInputConfig() { return $this->inputConfig; } } PK. ZA A ivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductInputConfig.phpnu[bigQuerySource = $bigQuerySource; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2BigQuerySource */ public function getBigQuerySource() { return $this->bigQuerySource; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2GcsSource */ public function setGcsSource(Google_Service_CloudRetail_GoogleCloudRetailV2GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2ProductInlineSource */ public function setProductInlineSource(Google_Service_CloudRetail_GoogleCloudRetailV2ProductInlineSource $productInlineSource) { $this->productInlineSource = $productInlineSource; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ProductInlineSource */ public function getProductInlineSource() { return $this->productInlineSource; } } PK. ZL"nvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingImportErrorContext.phpnu[catalogItem = $catalogItem; } public function getCatalogItem() { return $this->catalogItem; } public function setGcsPath($gcsPath) { $this->gcsPath = $gcsPath; } public function getGcsPath() { return $this->gcsPath; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } public function setOperationName($operationName) { $this->operationName = $operationName; } public function getOperationName() { return $this->operationName; } public function setProduct($product) { $this->product = $product; } public function getProduct() { return $this->product; } public function setUserEvent($userEvent) { $this->userEvent = $userEvent; } public function getUserEvent() { return $this->userEvent; } } PK. Zrsvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportUserEventsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2betaExportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2betaExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2betaExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Zm< < svendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportUserEventsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2betaImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2betaImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2betaImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2betaUserEventImportSummary */ public function setImportSummary(Google_Service_CloudRetail_GoogleCloudRetailV2betaUserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2betaUserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } } PK. Zjvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductInlineSource.phpnu[products = $products; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2Product[] */ public function getProducts() { return $this->products; } } PK. ZLtvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaRejoinUserEventsResponse.phpnu[rejoinedUserEventsCount = $rejoinedUserEventsCount; } public function getRejoinedUserEventsCount() { return $this->rejoinedUserEventsCount; } } PK. Z0񻭪svendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaPurgeUserEventsResponse.phpnu[purgedEventsCount = $purgedEventsCount; } public function getPurgedEventsCount() { return $this->purgedEventsCount; } } PK. Zw,Vmvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEventImportSummary.phpnu[joinedEventsCount = $joinedEventsCount; } public function getJoinedEventsCount() { return $this->joinedEventsCount; } public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } PK. ZTm77fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PredictResponse.phpnu[attributionToken = $attributionToken; } public function getAttributionToken() { return $this->attributionToken; } public function setMissingIds($missingIds) { $this->missingIds = $missingIds; } public function getMissingIds() { return $this->missingIds; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2PredictResponsePredictionResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2PredictResponsePredictionResult[] */ public function getResults() { return $this->results; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK. ZHnvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingHttpRequestContext.phpnu[responseStatusCode = $responseStatusCode; } public function getResponseStatusCode() { return $this->responseStatusCode; } } PK. Zljvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Zuvtvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaRejoinUserEventsMetadata.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2ProductLevelConfig */ public function setProductLevelConfig(Google_Service_CloudRetail_GoogleCloudRetailV2ProductLevelConfig $productLevelConfig) { $this->productLevelConfig = $productLevelConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ProductLevelConfig */ public function getProductLevelConfig() { return $this->productLevelConfig; } } PK. ZEivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Z%Wvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleProtobufEmpty.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } 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 setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent */ public function setUserEvent(Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent $userEvent) { $this->userEvent = $userEvent; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent */ public function getUserEvent() { return $this->userEvent; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK. Z!hhivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. Z==evendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2BigQuerySource.phpnu[dataSchema = $dataSchema; } public function getDataSchema() { return $this->dataSchema; } public function setDatasetId($datasetId) { $this->datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setGcsStagingDir($gcsStagingDir) { $this->gcsStagingDir = $gcsStagingDir; } public function getGcsStagingDir() { return $this->gcsStagingDir; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK. Zovendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2RejoinUserEventsMetadata.phpnu[purgedEventsCount = $purgedEventsCount; } public function getPurgedEventsCount() { return $this->purgedEventsCount; } } PK. Zuivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaPurgeMetadata.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2UserEventImportSummary */ public function setImportSummary(Google_Service_CloudRetail_GoogleCloudRetailV2UserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } } PK. Zz[ [ kvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEventInputConfig.phpnu[bigQuerySource = $bigQuerySource; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2BigQuerySource */ public function getBigQuerySource() { return $this->bigQuerySource; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2GcsSource */ public function setGcsSource(Google_Service_CloudRetail_GoogleCloudRetailV2GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInlineSource */ public function setUserEventInlineSource(Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInlineSource $userEventInlineSource) { $this->userEventInlineSource = $userEventInlineSource; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInlineSource */ public function getUserEventInlineSource() { return $this->userEventInlineSource; } } PK. Zv;,^vendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudRetail_GoogleRpcStatus */ public function setError(Google_Service_CloudRetail_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK. Z6\2< < svendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportUserEventsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2mainImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2mainImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2mainImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2mainUserEventImportSummary */ public function setImportSummary(Google_Service_CloudRetail_GoogleCloudRetailV2mainUserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2mainUserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } } PK. Z|||^vendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocations.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $locations = $retailService->locations; * */ class Google_Service_CloudRetail_Resource_ProjectsLocations extends Google_Service_Resource { } PK. Z!Mg g hvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsOperations.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $operations = $retailService->operations; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudRetail_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRetail_GoogleLongrunningListOperationsResponse"); } } PK. Zpxvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsBranchesOperations.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $operations = $retailService->operations; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranchesOperations 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_CloudRetail_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } } PK. Z,? ? fvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogs.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $catalogs = $retailService->catalogs; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogs extends Google_Service_Resource { /** * Lists all the Catalogs associated with the project. * (catalogs.listProjectsLocationsCatalogs) * * @param string $parent Required. The account resource name with an associated * location. If the caller does not have permission to list Catalogs under this * location, regardless of whether or not this location exists, a * PERMISSION_DENIED error is returned. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of Catalogs to return. If unspecified, * defaults to 50. The maximum allowed value is 1000. Values above 1000 will be * coerced to 1000. If this field is negative, an INVALID_ARGUMENT is returned. * @opt_param string pageToken A page token * ListCatalogsResponse.next_page_token, received from a previous * CatalogService.ListCatalogs call. Provide this to retrieve the subsequent * page. When paginating, all other parameters provided to * CatalogService.ListCatalogs must match the call that provided the page token. * Otherwise, an INVALID_ARGUMENT error is returned. * @return Google_Service_CloudRetail_GoogleCloudRetailV2ListCatalogsResponse */ public function listProjectsLocationsCatalogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2ListCatalogsResponse"); } /** * Updates the Catalogs. (catalogs.patch) * * @param string $name Required. Immutable. The fully qualified resource name of * the catalog. * @param Google_Service_CloudRetail_GoogleCloudRetailV2Catalog $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Indicates which fields in the provided Catalog * to update. If not set, will only update the Catalog.product_level_config * field, which is also the only currently supported field to update. If an * unsupported or unknown field is provided, an INVALID_ARGUMENT error is * returned. * @return Google_Service_CloudRetail_GoogleCloudRetailV2Catalog */ public function patch($name, Google_Service_CloudRetail_GoogleCloudRetailV2Catalog $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2Catalog"); } } PK. Z_vvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsBranchesProducts.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $products = $retailService->products; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranchesProducts extends Google_Service_Resource { /** * Creates a Product. (products.create) * * @param string $parent Required. The parent catalog resource name, such as * `projects/locations/global/catalogs/default_catalog/branches/default_branch`. * @param Google_Service_CloudRetail_GoogleCloudRetailV2Product $postBody * @param array $optParams Optional parameters. * * @opt_param string productId Required. The ID to use for the Product, which * will become the final component of the Product.name. If the caller does not * have permission to create the Product, regardless of whether or not it * exists, a PERMISSION_DENIED error is returned. This field must be unique * among all Products with the same parent. Otherwise, an ALREADY_EXISTS error * is returned. This field must be a UTF-8 encoded string with a length limit of * 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. * @return Google_Service_CloudRetail_GoogleCloudRetailV2Product */ public function create($parent, Google_Service_CloudRetail_GoogleCloudRetailV2Product $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2Product"); } /** * Deletes a Product. (products.delete) * * @param string $name Required. Full resource name of Product, such as `project * s/locations/global/catalogs/default_catalog/branches/default_branch/products/ * some_product_id`. If the caller does not have permission to delete the * Product, regardless of whether or not it exists, a PERMISSION_DENIED error is * returned. If the Product to delete does not exist, a NOT_FOUND error is * returned. The Product to delete can neither be a Product.Type.COLLECTION * Product member nor a Product.Type.PRIMARY Product with more than one * variants. Otherwise, an INVALID_ARGUMENT error is returned. All inventory * information for the named Product will be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudRetail_GoogleProtobufEmpty"); } /** * Gets a Product. (products.get) * * @param string $name Required. Full resource name of Product, such as `project * s/locations/global/catalogs/default_catalog/branches/default_branch/products/ * some_product_id`. If the caller does not have permission to access the * Product, regardless of whether or not it exists, a PERMISSION_DENIED error is * returned. If the requested Product does not exist, a NOT_FOUND error is * returned. * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleCloudRetailV2Product */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2Product"); } /** * Bulk import of multiple Products. Request processing may be synchronous. No * partial updating is supported. Non-existing items are created. Note that it * is possible for a subset of the Products to be successfully updated. * (products.import) * * @param string $parent Required. `projects/1234/locations/global/catalogs/defa * ult_catalog/branches/default_branch` If no updateMask is specified, requires * products.create permission. If updateMask is specified, requires * products.update permission. * @param Google_Service_CloudRetail_GoogleCloudRetailV2ImportProductsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleLongrunningOperation */ public function import($parent, Google_Service_CloudRetail_GoogleCloudRetailV2ImportProductsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } /** * Updates a Product. (products.patch) * * @param string $name Immutable. Full resource name of the product, such as `pr * ojects/locations/global/catalogs/default_catalog/branches/default_branch/prod * ucts/product_id`. The branch ID must be "default_branch". * @param Google_Service_CloudRetail_GoogleCloudRetailV2Product $postBody * @param array $optParams Optional parameters. * * @opt_param bool allowMissing If set to true, and the Product is not found, a * new Product will be created. In this situation, `update_mask` is ignored. * @opt_param string updateMask Indicates which fields in the provided Product * to update. The immutable and output only fields are NOT supported. If not * set, all supported fields (the fields that are neither immutable nor output * only) are updated. If an unsupported or unknown field is provided, an * INVALID_ARGUMENT error is returned. * @return Google_Service_CloudRetail_GoogleCloudRetailV2Product */ public function patch($name, Google_Service_CloudRetail_GoogleCloudRetailV2Product $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2Product"); } } PK. ZݞMapppvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsPlacements.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $placements = $retailService->placements; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsPlacements extends Google_Service_Resource { /** * Makes a recommendation prediction. (placements.predict) * * @param string $placement Required. Full resource name of the format: * {name=projects/locations/global/catalogs/default_catalog/placements} The ID * of the Recommendations AI placement. Before you can request predictions from * your model, you must create at least one placement for it. For more * information, see [Managing placements](https://cloud.google.com/retail * /recommendations-ai/docs/manage-placements). The full list of available * placements can be seen at https://console.cloud.google.com/recommendation/cat * alogs/default_catalog/placements * @param Google_Service_CloudRetail_GoogleCloudRetailV2PredictRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleCloudRetailV2PredictResponse */ public function predict($placement, Google_Service_CloudRetail_GoogleCloudRetailV2PredictRequest $postBody, $optParams = array()) { $params = array('placement' => $placement, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('predict', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2PredictResponse"); } } PK. Zw~nvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsBranches.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $branches = $retailService->branches; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranches extends Google_Service_Resource { } PK. ZppUvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/Projects.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $projects = $retailService->projects; * */ class Google_Service_CloudRetail_Resource_Projects extends Google_Service_Resource { } PK. Z*w  pvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsOperations.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $operations = $retailService->operations; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsOperations 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_CloudRetail_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsCatalogsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudRetail_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsCatalogsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudRetail_GoogleLongrunningListOperationsResponse"); } } PK. ZKKpvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsUserEvents.phpnu[ * $retailService = new Google_Service_CloudRetail(...); * $userEvents = $retailService->userEvents; * */ class Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsUserEvents extends Google_Service_Resource { /** * Writes a single user event from the browser. This uses a GET request to due * to browser restriction of POST-ing to a 3rd party domain. This method is used * only by the Retail API JavaScript pixel and Google Tag Manager. Users should * not call this method directly. (userEvents.collect) * * @param string $parent Required. The parent catalog name, such as * `projects/1234/locations/global/catalogs/default_catalog`. * @param array $optParams Optional parameters. * * @opt_param string ets The event timestamp in milliseconds. This prevents * browser caching of otherwise identical get requests. The name is abbreviated * to reduce the payload bytes. * @opt_param string uri The URL including cgi-parameters but excluding the hash * fragment with a length limit of 5,000 characters. This is often more useful * than the referer URL, because many browsers only send the domain for 3rd * party requests. * @opt_param string userEvent Required. URL encoded UserEvent proto with a * length limit of 2,000,000 characters. * @return Google_Service_CloudRetail_GoogleApiHttpBody */ public function collect($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('collect', array($params), "Google_Service_CloudRetail_GoogleApiHttpBody"); } /** * Bulk import of User events. Request processing might be synchronous. Events * that already exist are skipped. Use this method for backfilling historical * user events. Operation.response is of type ImportResponse. Note that it is * possible for a subset of the items to be successfully inserted. * Operation.metadata is of type ImportMetadata. (userEvents.import) * * @param string $parent Required. * `projects/1234/locations/global/catalogs/default_catalog` * @param Google_Service_CloudRetail_GoogleCloudRetailV2ImportUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleLongrunningOperation */ public function import($parent, Google_Service_CloudRetail_GoogleCloudRetailV2ImportUserEventsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } /** * Deletes permanently all user events specified by the filter provided. * Depending on the number of events specified by the filter, this operation * could take hours or days to complete. To test a filter, use the list command * first. (userEvents.purge) * * @param string $parent Required. The resource name of the catalog under which * the events are created. The format is * `projects/${projectId}/locations/global/catalogs/${catalogId}` * @param Google_Service_CloudRetail_GoogleCloudRetailV2PurgeUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleLongrunningOperation */ public function purge($parent, Google_Service_CloudRetail_GoogleCloudRetailV2PurgeUserEventsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('purge', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } /** * Triggers a user event rejoin operation with latest product catalog. Events * will not be annotated with detailed product information if product is missing * from the catalog at the time the user event is ingested, and these events are * stored as unjoined events with a limited usage on training and serving. This * API can be used to trigger a 'join' operation on specified events with latest * version of product catalog. It can also be used to correct events joined with * wrong product catalog. (userEvents.rejoin) * * @param string $parent Required. The parent catalog resource name, such as * `projects/1234/locations/global/catalogs/default_catalog`. * @param Google_Service_CloudRetail_GoogleCloudRetailV2RejoinUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleLongrunningOperation */ public function rejoin($parent, Google_Service_CloudRetail_GoogleCloudRetailV2RejoinUserEventsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rejoin', array($params), "Google_Service_CloudRetail_GoogleLongrunningOperation"); } /** * Writes a single user event. (userEvents.write) * * @param string $parent Required. The parent catalog resource name, such as * `projects/1234/locations/global/catalogs/default_catalog`. * @param Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent */ public function write($parent, Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('write', array($params), "Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent"); } } PK. Z5ù`vendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEvent.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2CustomAttribute[] */ public function getAttributes() { return $this->attributes; } public function setAttributionToken($attributionToken) { $this->attributionToken = $attributionToken; } public function getAttributionToken() { return $this->attributionToken; } public function setCartId($cartId) { $this->cartId = $cartId; } public function getCartId() { return $this->cartId; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } public function setExperimentIds($experimentIds) { $this->experimentIds = $experimentIds; } public function getExperimentIds() { return $this->experimentIds; } public function setPageCategories($pageCategories) { $this->pageCategories = $pageCategories; } public function getPageCategories() { return $this->pageCategories; } public function setPageViewId($pageViewId) { $this->pageViewId = $pageViewId; } public function getPageViewId() { return $this->pageViewId; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2ProductDetail[] */ public function setProductDetails($productDetails) { $this->productDetails = $productDetails; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ProductDetail[] */ public function getProductDetails() { return $this->productDetails; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2PurchaseTransaction */ public function setPurchaseTransaction(Google_Service_CloudRetail_GoogleCloudRetailV2PurchaseTransaction $purchaseTransaction) { $this->purchaseTransaction = $purchaseTransaction; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2PurchaseTransaction */ public function getPurchaseTransaction() { return $this->purchaseTransaction; } public function setReferrerUri($referrerUri) { $this->referrerUri = $referrerUri; } public function getReferrerUri() { return $this->referrerUri; } public function setSearchQuery($searchQuery) { $this->searchQuery = $searchQuery; } public function getSearchQuery() { return $this->searchQuery; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2UserInfo */ public function setUserInfo(Google_Service_CloudRetail_GoogleCloudRetailV2UserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserInfo */ public function getUserInfo() { return $this->userInfo; } public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } public function getVisitorId() { return $this->visitorId; } } PK. ZnY^||kvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudRetail_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudRetail_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK. Zq\-%hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainPurgeMetadata.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Z, ~~jvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingSourceLocation.phpnu[functionName = $functionName; } public function getFunctionName() { return $this->functionName; } } PK. ZGMЯevendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Zmmnvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. Z>bb\vendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2Image.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK. Z]ysvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaRejoinUserEventsMetadata.phpnu[joinedEventsCount = $joinedEventsCount; } public function getJoinedEventsCount() { return $this->joinedEventsCount; } public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } PK. Zivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. ZL'svendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaRejoinUserEventsResponse.phpnu[rejoinedUserEventsCount = $rejoinedUserEventsCount; } public function getRejoinedUserEventsCount() { return $this->rejoinedUserEventsCount; } } PK. Z<<qvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaUserEventImportSummary.phpnu[joinedEventsCount = $joinedEventsCount; } public function getJoinedEventsCount() { return $this->joinedEventsCount; } public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } PK. Z9llmvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. Zllmvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. ZQ%Ufvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2CustomAttribute.phpnu[numbers = $numbers; } public function getNumbers() { return $this->numbers; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK. ZoCtvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportUserEventsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Zksvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainRejoinUserEventsMetadata.phpnu[cost = $cost; } public function getCost() { return $this->cost; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setOriginalPrice($originalPrice) { $this->originalPrice = $originalPrice; } public function getOriginalPrice() { return $this->originalPrice; } public function setPrice($price) { $this->price = $price; } public function getPrice() { return $this->price; } } PK. ZUGG`vendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2GcsSource.phpnu[dataSchema = $dataSchema; } public function getDataSchema() { return $this->dataSchema; } public function setInputUris($inputUris) { $this->inputUris = $inputUris; } public function getInputUris() { return $this->inputUris; } } PK. Zv&svendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainRejoinUserEventsResponse.phpnu[rejoinedUserEventsCount = $rejoinedUserEventsCount; } public function getRejoinedUserEventsCount() { return $this->rejoinedUserEventsCount; } } PK. Zhqvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportProductsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2betaExportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2betaExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2betaExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Z1Nivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductLevelConfig.phpnu[ingestionProductType = $ingestionProductType; } public function getIngestionProductType() { return $this->ingestionProductType; } public function setMerchantCenterProductIdField($merchantCenterProductIdField) { $this->merchantCenterProductIdField = $merchantCenterProductIdField; } public function getMerchantCenterProductIdField() { return $this->merchantCenterProductIdField; } } PK. ZW]iE E tvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportUserEventsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2alphaImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2alphaImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2alphaImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2alphaUserEventImportSummary */ public function setImportSummary(Google_Service_CloudRetail_GoogleCloudRetailV2alphaUserEventImportSummary $importSummary) { $this->importSummary = $importSummary; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2alphaUserEventImportSummary */ public function getImportSummary() { return $this->importSummary; } } PK. Z lvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEventInlineSource.phpnu[userEvents = $userEvents; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent[] */ public function getUserEvents() { return $this->userEvents; } } PK. Z;rvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportProductsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2alphaImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2alphaImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2alphaImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Zqvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportProductsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2betaImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2betaImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2betaImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Zlܡ22hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingErrorContext.phpnu[httpRequest = $httpRequest; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailLoggingHttpRequestContext */ public function getHttpRequest() { return $this->httpRequest; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailLoggingSourceLocation */ public function setReportLocation(Google_Service_CloudRetail_GoogleCloudRetailLoggingSourceLocation $reportLocation) { $this->reportLocation = $reportLocation; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailLoggingSourceLocation */ public function getReportLocation() { return $this->reportLocation; } } PK. Zy|WRllmvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. Z$añdvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurgeMetadata.phpnu[userEventRejoinScope = $userEventRejoinScope; } public function getUserEventRejoinScope() { return $this->userEventRejoinScope; } } PK. Zpqvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportProductsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2mainImportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2mainImportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2mainImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Zqvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportProductsResponse.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2mainExportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2mainExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2mainExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Zovendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2RejoinUserEventsResponse.phpnu[rejoinedUserEventsCount = $rejoinedUserEventsCount; } public function getRejoinedUserEventsCount() { return $this->rejoinedUserEventsCount; } } PK. ZL]''ivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Zvvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PredictResponsePredictionResult.phpnu[id = $id; } public function getId() { return $this->id; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } } PK. Z[[jvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingServiceContext.phpnu[service = $service; } public function getService() { return $this->service; } } PK. Z{Vur^^^vendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2Product.phpnu[attributes = $attributes; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2CustomAttribute[] */ public function getAttributes() { return $this->attributes; } public function setAvailability($availability) { $this->availability = $availability; } public function getAvailability() { return $this->availability; } public function setAvailableQuantity($availableQuantity) { $this->availableQuantity = $availableQuantity; } public function getAvailableQuantity() { return $this->availableQuantity; } public function setAvailableTime($availableTime) { $this->availableTime = $availableTime; } public function getAvailableTime() { return $this->availableTime; } public function setCategories($categories) { $this->categories = $categories; } public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2Image[] */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2Image[] */ public function getImages() { return $this->images; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2PriceInfo */ public function setPriceInfo(Google_Service_CloudRetail_GoogleCloudRetailV2PriceInfo $priceInfo) { $this->priceInfo = $priceInfo; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2PriceInfo */ public function getPriceInfo() { return $this->priceInfo; } public function setPrimaryProductId($primaryProductId) { $this->primaryProductId = $primaryProductId; } public function getPrimaryProductId() { return $this->primaryProductId; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK. Z{}Svendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleRpcStatus.phpnu[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; } } PK. ZFmmnvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. Z ''ivendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Z6lvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportProductsRequest.phpnu[errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ImportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2ProductInputConfig */ public function setInputConfig(Google_Service_CloudRetail_GoogleCloudRetailV2ProductInputConfig $inputConfig) { $this->inputConfig = $inputConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2ProductInputConfig */ public function getInputConfig() { return $this->inputConfig; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK. Zgqvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainUserEventImportSummary.phpnu[joinedEventsCount = $joinedEventsCount; } public function getJoinedEventsCount() { return $this->joinedEventsCount; } public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } PK. Z҈((jvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Z{jvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurchaseTransaction.phpnu[cost = $cost; } public function getCost() { return $this->cost; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setRevenue($revenue) { $this->revenue = $revenue; } public function getRevenue() { return $this->revenue; } public function setTax($tax) { $this->tax = $tax; } public function getTax() { return $this->tax; } } PK. Zߡ8 8 dvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingErrorLog.phpnu[context = $context; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailLoggingErrorContext */ public function getContext() { return $this->context; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailLoggingImportErrorContext */ public function setImportPayload(Google_Service_CloudRetail_GoogleCloudRetailLoggingImportErrorContext $importPayload) { $this->importPayload = $importPayload; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailLoggingImportErrorContext */ public function getImportPayload() { return $this->importPayload; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setRequestPayload($requestPayload) { $this->requestPayload = $requestPayload; } public function getRequestPayload() { return $this->requestPayload; } public function setResponsePayload($responsePayload) { $this->responsePayload = $responsePayload; } public function getResponsePayload() { return $this->responsePayload; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailLoggingServiceContext */ public function setServiceContext(Google_Service_CloudRetail_GoogleCloudRetailLoggingServiceContext $serviceContext) { $this->serviceContext = $serviceContext; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailLoggingServiceContext */ public function getServiceContext() { return $this->serviceContext; } /** * @param Google_Service_CloudRetail_GoogleRpcStatus */ public function setStatus(Google_Service_CloudRetail_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK. Z3Uvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleApiHttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK. ZVllmvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportErrorsConfig.phpnu[gcsPrefix = $gcsPrefix; } public function getGcsPrefix() { return $this->gcsPrefix; } } PK. Z62hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaPurgeMetadata.phpnu[errorSamples = $errorSamples; } /** * @return Google_Service_CloudRetail_GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param Google_Service_CloudRetail_GoogleCloudRetailV2mainExportErrorsConfig */ public function setErrorsConfig(Google_Service_CloudRetail_GoogleCloudRetailV2mainExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2mainExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } } PK. Z~QJjjkvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ListCatalogsResponse.phpnu[catalogs = $catalogs; } /** * @return Google_Service_CloudRetail_GoogleCloudRetailV2Catalog[] */ public function getCatalogs() { return $this->catalogs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z薭nvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurgeUserEventsResponse.phpnu[purgedEventsCount = $purgedEventsCount; } public function getPurgedEventsCount() { return $this->purgedEventsCount; } } PK. ZӁ1 1 Jvendor/google/apiclient-services/src/Google/Service/Prediction/Analyze.phpnu[dataDescription = $dataDescription; } /** * @return Google_Service_Prediction_AnalyzeDataDescription */ public function getDataDescription() { return $this->dataDescription; } public function setErrors($errors) { $this->errors = $errors; } public function getErrors() { return $this->errors; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Prediction_AnalyzeModelDescription */ public function setModelDescription(Google_Service_Prediction_AnalyzeModelDescription $modelDescription) { $this->modelDescription = $modelDescription; } /** * @return Google_Service_Prediction_AnalyzeModelDescription */ public function getModelDescription() { return $this->modelDescription; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK. Zfvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeature.phpnu[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; } } PK. Z--Qvendor/google/apiclient-services/src/Google/Service/Prediction/PredictionList.phpnu[items = $items; } /** * @return Google_Service_Prediction_Insert2 */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK. ZwWMvendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.phpnu[csvInstance = $csvInstance; } public function getCsvInstance() { return $this->csvInstance; } } PK. Zrrb55Zvendor/google/apiclient-services/src/Google/Service/Prediction/InsertTrainingInstances.phpnu[csvInstance = $csvInstance; } public function getCsvInstance() { return $this->csvInstance; } public function setOutput($output) { $this->output = $output; } public function getOutput() { return $this->output; } } PK. Z Svendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.phpnu[classWeightedAccuracy = $classWeightedAccuracy; } public function getClassWeightedAccuracy() { return $this->classWeightedAccuracy; } public function setClassificationAccuracy($classificationAccuracy) { $this->classificationAccuracy = $classificationAccuracy; } public function getClassificationAccuracy() { return $this->classificationAccuracy; } public function setMeanSquaredError($meanSquaredError) { $this->meanSquaredError = $meanSquaredError; } public function getMeanSquaredError() { return $this->meanSquaredError; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } public function setNumberInstances($numberInstances) { $this->numberInstances = $numberInstances; } public function getNumberInstances() { return $this->numberInstances; } public function setNumberLabels($numberLabels) { $this->numberLabels = $numberLabels; } public function getNumberLabels() { return $this->numberLabels; } } PK. ZR *Tvendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK. Zthvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesNumeric.phpnu[count = $count; } public function getCount() { return $this->count; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } public function setVariance($variance) { $this->variance = $variance; } public function getVariance() { return $this->variance; } } PK. ZvIvendor/google/apiclient-services/src/Google/Service/Prediction/Output.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOutputLabel($outputLabel) { $this->outputLabel = $outputLabel; } public function getOutputLabel() { return $this->outputLabel; } /** * @param Google_Service_Prediction_OutputOutputMulti */ public function setOutputMulti($outputMulti) { $this->outputMulti = $outputMulti; } /** * @return Google_Service_Prediction_OutputOutputMulti */ public function getOutputMulti() { return $this->outputMulti; } public function setOutputValue($outputValue) { $this->outputValue = $outputValue; } public function getOutputValue() { return $this->outputValue; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK. ZHM M Ivendor/google/apiclient-services/src/Google/Service/Prediction/Insert.phpnu[id = $id; } public function getId() { return $this->id; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } public function setSourceModel($sourceModel) { $this->sourceModel = $sourceModel; } public function getSourceModel() { return $this->sourceModel; } public function setStorageDataLocation($storageDataLocation) { $this->storageDataLocation = $storageDataLocation; } public function getStorageDataLocation() { return $this->storageDataLocation; } public function setStoragePMMLLocation($storagePMMLLocation) { $this->storagePMMLLocation = $storagePMMLLocation; } public function getStoragePMMLLocation() { return $this->storagePMMLLocation; } public function setStoragePMMLModelLocation($storagePMMLModelLocation) { $this->storagePMMLModelLocation = $storagePMMLModelLocation; } public function getStoragePMMLModelLocation() { return $this->storagePMMLModelLocation; } /** * @param Google_Service_Prediction_InsertTrainingInstances */ public function setTrainingInstances($trainingInstances) { $this->trainingInstances = $trainingInstances; } /** * @return Google_Service_Prediction_InsertTrainingInstances */ public function getTrainingInstances() { return $this->trainingInstances; } public function setUtility($utility) { $this->utility = $utility; } public function getUtility() { return $this->utility; } } PK. ZD2Yvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.phpnu[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; } } PK. ZP.BIIYvendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Trainedmodels.phpnu[ * $predictionService = new Google_Service_Prediction(...); * $trainedmodels = $predictionService->trainedmodels; * */ class Google_Service_Prediction_Resource_Trainedmodels extends Google_Service_Resource { /** * Get analysis of the model and the data the model was trained on. * (trainedmodels.analyze) * * @param string $project The project associated with the model. * @param string $id The unique name for the predictive model. * @param array $optParams Optional parameters. * @return Google_Service_Prediction_Analyze */ public function analyze($project, $id, $optParams = array()) { $params = array('project' => $project, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('analyze', array($params), "Google_Service_Prediction_Analyze"); } /** * Delete a trained model. (trainedmodels.delete) * * @param string $project The project associated with the model. * @param string $id The unique name for the predictive model. * @param array $optParams Optional parameters. */ public function delete($project, $id, $optParams = array()) { $params = array('project' => $project, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Check training status of your model. (trainedmodels.get) * * @param string $project The project associated with the model. * @param string $id The unique name for the predictive model. * @param array $optParams Optional parameters. * @return Google_Service_Prediction_Insert2 */ public function get($project, $id, $optParams = array()) { $params = array('project' => $project, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Prediction_Insert2"); } /** * Train a Prediction API model. (trainedmodels.insert) * * @param string $project The project associated with the model. * @param Google_Service_Prediction_Insert $postBody * @param array $optParams Optional parameters. * @return Google_Service_Prediction_Insert2 */ public function insert($project, Google_Service_Prediction_Insert $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Prediction_Insert2"); } /** * List available models. (trainedmodels.listTrainedmodels) * * @param string $project The project associated with the model. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return. * @opt_param string pageToken Pagination token. * @return Google_Service_Prediction_PredictionList */ public function listTrainedmodels($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Prediction_PredictionList"); } /** * Submit model id and request a prediction. (trainedmodels.predict) * * @param string $project The project associated with the model. * @param string $id The unique name for the predictive model. * @param Google_Service_Prediction_Input $postBody * @param array $optParams Optional parameters. * @return Google_Service_Prediction_Output */ public function predict($project, $id, Google_Service_Prediction_Input $postBody, $optParams = array()) { $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('predict', array($params), "Google_Service_Prediction_Output"); } /** * Add new data to a trained model. (trainedmodels.update) * * @param string $project The project associated with the model. * @param string $id The unique name for the predictive model. * @param Google_Service_Prediction_Update $postBody * @param array $optParams Optional parameters. * @return Google_Service_Prediction_Insert2 */ public function update($project, $id, Google_Service_Prediction_Update $postBody, $optParams = array()) { $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Prediction_Insert2"); } } PK. Z #~~Xvendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.phpnu[ * $predictionService = new Google_Service_Prediction(...); * $hostedmodels = $predictionService->hostedmodels; * */ class Google_Service_Prediction_Resource_Hostedmodels extends Google_Service_Resource { /** * Submit input and request an output against a hosted model. * (hostedmodels.predict) * * @param string $project The project associated with the model. * @param string $hostedModelName The name of a hosted model. * @param Google_Service_Prediction_Input $postBody * @param array $optParams Optional parameters. * @return Google_Service_Prediction_Output */ public function predict($project, $hostedModelName, Google_Service_Prediction_Input $postBody, $optParams = array()) { $params = array('project' => $project, 'hostedModelName' => $hostedModelName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('predict', array($params), "Google_Service_Prediction_Output"); } } PK. Z̡(Hvendor/google/apiclient-services/src/Google/Service/Prediction/Input.phpnu[input = $input; } /** * @return Google_Service_Prediction_InputInput */ public function getInput() { return $this->input; } } PK. Zo 77Zvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeModelDescription.phpnu[confusionMatrix = $confusionMatrix; } public function getConfusionMatrix() { return $this->confusionMatrix; } public function setConfusionMatrixRowTotals($confusionMatrixRowTotals) { $this->confusionMatrixRowTotals = $confusionMatrixRowTotals; } public function getConfusionMatrixRowTotals() { return $this->confusionMatrixRowTotals; } /** * @param Google_Service_Prediction_Insert2 */ public function setModelinfo(Google_Service_Prediction_Insert2 $modelinfo) { $this->modelinfo = $modelinfo; } /** * @return Google_Service_Prediction_Insert2 */ public function getModelinfo() { return $this->modelinfo; } } PK. ZHrvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.phpnu[count = $count; } public function getCount() { return $this->count; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Zk,V V avendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.phpnu[categorical = $categorical; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical */ public function getCategorical() { return $this->categorical; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric */ public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric $numeric) { $this->numeric = $numeric; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric */ public function getNumeric() { return $this->numeric; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText */ public function setText(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText $text) { $this->text = $text; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText */ public function getText() { return $this->text; } } PK. Z^jvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureText.phpnu[count = $count; } public function getCount() { return $this->count; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z%=mvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.phpnu[count = $count; } public function getCount() { return $this->count; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } public function setVariance($variance) { $this->variance = $variance; } public function getVariance() { return $this->variance; } } PK. Zhv Jvendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.phpnu[created = $created; } public function getCreated() { return $this->created; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Prediction_Insert2ModelInfo */ public function setModelInfo(Google_Service_Prediction_Insert2ModelInfo $modelInfo) { $this->modelInfo = $modelInfo; } /** * @return Google_Service_Prediction_Insert2ModelInfo */ public function getModelInfo() { return $this->modelInfo; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStorageDataLocation($storageDataLocation) { $this->storageDataLocation = $storageDataLocation; } public function getStorageDataLocation() { return $this->storageDataLocation; } public function setStoragePMMLLocation($storagePMMLLocation) { $this->storagePMMLLocation = $storagePMMLLocation; } public function getStoragePMMLLocation() { return $this->storagePMMLLocation; } public function setStoragePMMLModelLocation($storagePMMLModelLocation) { $this->storagePMMLModelLocation = $storagePMMLModelLocation; } public function getStoragePMMLModelLocation() { return $this->storagePMMLModelLocation; } public function setTrainingComplete($trainingComplete) { $this->trainingComplete = $trainingComplete; } public function getTrainingComplete() { return $this->trainingComplete; } public function setTrainingStatus($trainingStatus) { $this->trainingStatus = $trainingStatus; } public function getTrainingStatus() { return $this->trainingStatus; } } PK. Z+^4YYlvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.phpnu[count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues */ public function getValues() { return $this->values; } } PK. Z$$Ivendor/google/apiclient-services/src/Google/Service/Prediction/Update.phpnu[csvInstance = $csvInstance; } public function getCsvInstance() { return $this->csvInstance; } public function setOutput($output) { $this->output = $output; } public function getOutput() { return $this->output; } } PK. Z|4OHHevendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesText.phpnu[count = $count; } public function getCount() { return $this->count; } } PK. Z^cܹWvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/IosInfo.phpnu[iosAppStoreId = $iosAppStoreId; } public function getIosAppStoreId() { return $this->iosAppStoreId; } public function setIosBundleId($iosBundleId) { $this->iosBundleId = $iosBundleId; } public function getIosBundleId() { return $this->iosBundleId; } public function setIosCustomScheme($iosCustomScheme) { $this->iosCustomScheme = $iosCustomScheme; } public function getIosCustomScheme() { return $this->iosCustomScheme; } public function setIosFallbackLink($iosFallbackLink) { $this->iosFallbackLink = $iosFallbackLink; } public function getIosFallbackLink() { return $this->iosFallbackLink; } public function setIosIpadBundleId($iosIpadBundleId) { $this->iosIpadBundleId = $iosIpadBundleId; } public function getIosIpadBundleId() { return $this->iosIpadBundleId; } public function setIosIpadFallbackLink($iosIpadFallbackLink) { $this->iosIpadFallbackLink = $iosIpadFallbackLink; } public function getIosIpadFallbackLink() { return $this->iosIpadFallbackLink; } } PK. Zm@@Vvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Suffix.phpnu[option = $option; } public function getOption() { return $this->option; } } PK. Z>cvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/GooglePlayAnalytics.phpnu[gclid = $gclid; } public function getGclid() { return $this->gclid; } public function setUtmCampaign($utmCampaign) { $this->utmCampaign = $utmCampaign; } public function getUtmCampaign() { return $this->utmCampaign; } public function setUtmContent($utmContent) { $this->utmContent = $utmContent; } public function getUtmContent() { return $this->utmContent; } public function setUtmMedium($utmMedium) { $this->utmMedium = $utmMedium; } public function getUtmMedium() { return $this->utmMedium; } public function setUtmSource($utmSource) { $this->utmSource = $utmSource; } public function getUtmSource() { return $this->utmSource; } public function setUtmTerm($utmTerm) { $this->utmTerm = $utmTerm; } public function getUtmTerm() { return $this->utmTerm; } } PK. Z6 6 _vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkInfo.phpnu[analyticsInfo = $analyticsInfo; } public function getAnalyticsInfo() { return $this->analyticsInfo; } public function setAndroidInfo(Google_Service_FirebaseDynamicLinksAPI_AndroidInfo $androidInfo) { $this->androidInfo = $androidInfo; } public function getAndroidInfo() { return $this->androidInfo; } public function setDynamicLinkDomain($dynamicLinkDomain) { $this->dynamicLinkDomain = $dynamicLinkDomain; } public function getDynamicLinkDomain() { return $this->dynamicLinkDomain; } public function setIosInfo(Google_Service_FirebaseDynamicLinksAPI_IosInfo $iosInfo) { $this->iosInfo = $iosInfo; } public function getIosInfo() { return $this->iosInfo; } public function setIsAd($isAd) { $this->isAd = $isAd; } public function getIsAd() { return $this->isAd; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setSocialMetaTagInfo(Google_Service_FirebaseDynamicLinksAPI_SocialMetaTagInfo $socialMetaTagInfo) { $this->socialMetaTagInfo = $socialMetaTagInfo; } public function getSocialMetaTagInfo() { return $this->socialMetaTagInfo; } } PK. Z@[vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AndroidInfo.phpnu[androidFallbackLink = $androidFallbackLink; } public function getAndroidFallbackLink() { return $this->androidFallbackLink; } public function setAndroidLink($androidLink) { $this->androidLink = $androidLink; } public function getAndroidLink() { return $this->androidLink; } public function setAndroidMinPackageVersionCode($androidMinPackageVersionCode) { $this->androidMinPackageVersionCode = $androidMinPackageVersionCode; } public function getAndroidMinPackageVersionCode() { return $this->androidMinPackageVersionCode; } public function setAndroidPackageName($androidPackageName) { $this->androidPackageName = $androidPackageName; } public function getAndroidPackageName() { return $this->androidPackageName; } } PK. Zȓ]vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AnalyticsInfo.phpnu[googlePlayAnalytics = $googlePlayAnalytics; } public function getGooglePlayAnalytics() { return $this->googlePlayAnalytics; } public function setItunesConnectAnalytics(Google_Service_FirebaseDynamicLinksAPI_ITunesConnectAnalytics $itunesConnectAnalytics) { $this->itunesConnectAnalytics = $itunesConnectAnalytics; } public function getItunesConnectAnalytics() { return $this->itunesConnectAnalytics; } } PK. Z#|jvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Resource/ShortDynamicLinks.phpnu[ * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinksAPI(...); * $shortDynamicLinks = $firebasedynamiclinksService->shortDynamicLinks; * */ class Google_Service_FirebaseDynamicLinksAPI_Resource_ShortDynamicLinks extends Google_Service_Resource { /** * Creates a short Dynamic Link given either a valid long Dynamic Link or * details such as Dynamic Link domain, Android and iOS app information. The * created short Dynamic Link will not expire. * * Repeated calls with the same long Dynamic Link or Dynamic Link information * will produce the same short Dynamic Link. * * The Dynamic Link domain in the request must be owned by requester's Firebase * project. (shortDynamicLinks.create) * * @param Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkResponse */ public function create(Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkResponse"); } } PK. Zg::mvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkRequest.phpnu[dynamicLinkInfo = $dynamicLinkInfo; } public function getDynamicLinkInfo() { return $this->dynamicLinkInfo; } public function setLongDynamicLink($longDynamicLink) { $this->longDynamicLink = $longDynamicLink; } public function getLongDynamicLink() { return $this->longDynamicLink; } public function setSuffix(Google_Service_FirebaseDynamicLinksAPI_Suffix $suffix) { $this->suffix = $suffix; } public function getSuffix() { return $this->suffix; } } PK. ZCCbvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkWarning.phpnu[warningCode = $warningCode; } public function getWarningCode() { return $this->warningCode; } public function setWarningMessage($warningMessage) { $this->warningMessage = $warningMessage; } public function getWarningMessage() { return $this->warningMessage; } } PK. Z22avendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/SocialMetaTagInfo.phpnu[socialDescription = $socialDescription; } public function getSocialDescription() { return $this->socialDescription; } public function setSocialImageLink($socialImageLink) { $this->socialImageLink = $socialImageLink; } public function getSocialImageLink() { return $this->socialImageLink; } public function setSocialTitle($socialTitle) { $this->socialTitle = $socialTitle; } public function getSocialTitle() { return $this->socialTitle; } } PK. Z $ jjnvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkResponse.phpnu[previewLink = $previewLink; } public function getPreviewLink() { return $this->previewLink; } public function setShortLink($shortLink) { $this->shortLink = $shortLink; } public function getShortLink() { return $this->shortLink; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK. ZvSfvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/ITunesConnectAnalytics.phpnu[at = $at; } public function getAt() { return $this->at; } public function setCt($ct) { $this->ct = $ct; } public function getCt() { return $this->ct; } public function setMt($mt) { $this->mt = $mt; } public function getMt() { return $this->mt; } public function setPt($pt) { $this->pt = $pt; } public function getPt() { return $this->pt; } } PK. ZgYvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildProvenance.phpnu[buildOptions = $buildOptions; } public function getBuildOptions() { return $this->buildOptions; } public function setBuilderVersion($builderVersion) { $this->builderVersion = $builderVersion; } public function getBuilderVersion() { return $this->builderVersion; } /** * @param Google_Service_ContainerAnalysis_Artifact[] */ public function setBuiltArtifacts($builtArtifacts) { $this->builtArtifacts = $builtArtifacts; } /** * @return Google_Service_ContainerAnalysis_Artifact[] */ public function getBuiltArtifacts() { return $this->builtArtifacts; } /** * @param Google_Service_ContainerAnalysis_Command[] */ public function setCommands($commands) { $this->commands = $commands; } /** * @return Google_Service_ContainerAnalysis_Command[] */ public function getCommands() { return $this->commands; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreator($creator) { $this->creator = $creator; } public function getCreator() { return $this->creator; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLogsUri($logsUri) { $this->logsUri = $logsUri; } public function getLogsUri() { return $this->logsUri; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_ContainerAnalysis_Source */ public function setSourceProvenance(Google_Service_ContainerAnalysis_Source $sourceProvenance) { $this->sourceProvenance = $sourceProvenance; } /** * @return Google_Service_ContainerAnalysis_Source */ public function getSourceProvenance() { return $this->sourceProvenance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } } PK. ZWvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/KnowledgeBase.phpnu[name = $name; } public function getName() { return $this->name; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Ze9fQvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Derived.phpnu[baseResourceUrl = $baseResourceUrl; } public function getBaseResourceUrl() { return $this->baseResourceUrl; } public function setDistance($distance) { $this->distance = $distance; } public function getDistance() { return $this->distance; } /** * @param Google_Service_ContainerAnalysis_Fingerprint */ public function setFingerprint(Google_Service_ContainerAnalysis_Fingerprint $fingerprint) { $this->fingerprint = $fingerprint; } /** * @return Google_Service_ContainerAnalysis_Fingerprint */ public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_ContainerAnalysis_Layer[] */ public function setLayerInfo($layerInfo) { $this->layerInfo = $layerInfo; } /** * @return Google_Service_ContainerAnalysis_Layer[] */ public function getLayerInfo() { return $this->layerInfo; } } PK. ZRh[vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNotesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ContainerAnalysis_Note[] */ public function setNotes($notes) { $this->notes = $notes; } /** * @return Google_Service_ContainerAnalysis_Note[] */ public function getNotes() { return $this->notes; } } PK. Z aaevendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNoteOccurrencesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ContainerAnalysis_Occurrence[] */ public function setOccurrences($occurrences) { $this->occurrences = $occurrences; } /** * @return Google_Service_ContainerAnalysis_Occurrence[] */ public function getOccurrences() { return $this->occurrences; } } PK. Z%]vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GerritSourceContext.phpnu[aliasContext = $aliasContext; } /** * @return Google_Service_ContainerAnalysis_AliasContext */ public function getAliasContext() { return $this->aliasContext; } public function setGerritProject($gerritProject) { $this->gerritProject = $gerritProject; } public function getGerritProject() { return $this->gerritProject; } public function setHostUri($hostUri) { $this->hostUri = $hostUri; } public function getHostUri() { return $this->hostUri; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK. Z p5Qvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Version.phpnu[epoch = $epoch; } public function getEpoch() { return $this->epoch; } public function setInclusive($inclusive) { $this->inclusive = $inclusive; } public function getInclusive() { return $this->inclusive; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK. Z\XVvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AliasContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Z <{{Nvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Note.phpnu[attestationAuthority = $attestationAuthority; } /** * @return Google_Service_ContainerAnalysis_Authority */ public function getAttestationAuthority() { return $this->attestationAuthority; } /** * @param Google_Service_ContainerAnalysis_Basis */ public function setBaseImage(Google_Service_ContainerAnalysis_Basis $baseImage) { $this->baseImage = $baseImage; } /** * @return Google_Service_ContainerAnalysis_Basis */ public function getBaseImage() { return $this->baseImage; } /** * @param Google_Service_ContainerAnalysis_Build */ public function setBuild(Google_Service_ContainerAnalysis_Build $build) { $this->build = $build; } /** * @return Google_Service_ContainerAnalysis_Build */ public function getBuild() { return $this->build; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_ContainerAnalysis_Deployable */ public function setDeployable(Google_Service_ContainerAnalysis_Deployable $deployable) { $this->deployable = $deployable; } /** * @return Google_Service_ContainerAnalysis_Deployable */ public function getDeployable() { return $this->deployable; } /** * @param Google_Service_ContainerAnalysis_Discovery */ public function setDiscovery(Google_Service_ContainerAnalysis_Discovery $discovery) { $this->discovery = $discovery; } /** * @return Google_Service_ContainerAnalysis_Discovery */ public function getDiscovery() { return $this->discovery; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } /** * @param Google_Service_ContainerAnalysis_InToto */ public function setIntoto(Google_Service_ContainerAnalysis_InToto $intoto) { $this->intoto = $intoto; } /** * @return Google_Service_ContainerAnalysis_InToto */ public function getIntoto() { return $this->intoto; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLongDescription($longDescription) { $this->longDescription = $longDescription; } public function getLongDescription() { return $this->longDescription; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ContainerAnalysis_Package */ public function setPackage(Google_Service_ContainerAnalysis_Package $package) { $this->package = $package; } /** * @return Google_Service_ContainerAnalysis_Package */ public function getPackage() { return $this->package; } public function setRelatedNoteNames($relatedNoteNames) { $this->relatedNoteNames = $relatedNoteNames; } public function getRelatedNoteNames() { return $this->relatedNoteNames; } /** * @param Google_Service_ContainerAnalysis_RelatedUrl[] */ public function setRelatedUrl($relatedUrl) { $this->relatedUrl = $relatedUrl; } /** * @return Google_Service_ContainerAnalysis_RelatedUrl[] */ public function getRelatedUrl() { return $this->relatedUrl; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_ContainerAnalysis_Vulnerability */ public function setVulnerability(Google_Service_ContainerAnalysis_Vulnerability $vulnerability) { $this->vulnerability = $vulnerability; } /** * @return Google_Service_ContainerAnalysis_Vulnerability */ public function getVulnerability() { return $this->vulnerability; } } PK. Z>e--fvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1IntotoArtifact.phpnu[hashes = $hashes; } /** * @return Google_Service_ContainerAnalysis_ArtifactHashes */ public function getHashes() { return $this->hashes; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK. Z]yI Pvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CVSSv3.phpnu[attackComplexity = $attackComplexity; } public function getAttackComplexity() { return $this->attackComplexity; } public function setAttackVector($attackVector) { $this->attackVector = $attackVector; } public function getAttackVector() { return $this->attackVector; } public function setAvailabilityImpact($availabilityImpact) { $this->availabilityImpact = $availabilityImpact; } public function getAvailabilityImpact() { return $this->availabilityImpact; } public function setBaseScore($baseScore) { $this->baseScore = $baseScore; } public function getBaseScore() { return $this->baseScore; } public function setConfidentialityImpact($confidentialityImpact) { $this->confidentialityImpact = $confidentialityImpact; } public function getConfidentialityImpact() { return $this->confidentialityImpact; } public function setExploitabilityScore($exploitabilityScore) { $this->exploitabilityScore = $exploitabilityScore; } public function getExploitabilityScore() { return $this->exploitabilityScore; } public function setImpactScore($impactScore) { $this->impactScore = $impactScore; } public function getImpactScore() { return $this->impactScore; } public function setIntegrityImpact($integrityImpact) { $this->integrityImpact = $integrityImpact; } public function getIntegrityImpact() { return $this->integrityImpact; } public function setPrivilegesRequired($privilegesRequired) { $this->privilegesRequired = $privilegesRequired; } public function getPrivilegesRequired() { return $this->privilegesRequired; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } public function setUserInteraction($userInteraction) { $this->userInteraction = $userInteraction; } public function getUserInteraction() { return $this->userInteraction; } } PK. ZIBBXvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ArtifactHashes.phpnu[sha256 = $sha256; } public function getSha256() { return $this->sha256; } } PK. Z]qZvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GitSourceContext.phpnu[revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Z.0MaaPvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.phpnu[cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function setFixedLocation(Google_Service_ContainerAnalysis_VulnerabilityLocation $fixedLocation) { $this->fixedLocation = $fixedLocation; } /** * @return Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function getFixedLocation() { return $this->fixedLocation; } public function setIsObsolete($isObsolete) { $this->isObsolete = $isObsolete; } public function getIsObsolete() { return $this->isObsolete; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setMaxAffectedVersion(Google_Service_ContainerAnalysis_Version $maxAffectedVersion) { $this->maxAffectedVersion = $maxAffectedVersion; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getMaxAffectedVersion() { return $this->maxAffectedVersion; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setMinAffectedVersion(Google_Service_ContainerAnalysis_Version $minAffectedVersion) { $this->minAffectedVersion = $minAffectedVersion; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getMinAffectedVersion() { return $this->minAffectedVersion; } public function setPackage($package) { $this->package = $package; } public function getPackage() { return $this->package; } public function setPackageType($packageType) { $this->packageType = $packageType; } public function getPackageType() { return $this->packageType; } public function setSeverityName($severityName) { $this->severityName = $severityName; } public function getSeverityName() { return $this->severityName; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setSourceUpdateTime($sourceUpdateTime) { $this->sourceUpdateTime = $sourceUpdateTime; } public function getSourceUpdateTime() { return $this->sourceUpdateTime; } } PK. ZX/ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityOccurrencesSummary.phpnu[counts = $counts; } /** * @return Google_Service_ContainerAnalysis_FixableTotalByDigest[] */ public function getCounts() { return $this->counts; } } PK. Z7~AW]]avendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListOccurrencesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ContainerAnalysis_Occurrence[] */ public function setOccurrences($occurrences) { $this->occurrences = $occurrences; } /** * @return Google_Service_ContainerAnalysis_Occurrence[] */ public function getOccurrences() { return $this->occurrences; } } PK. ZOhvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1DiscoveryDetails.phpnu[discovered = $discovered; } /** * @return Google_Service_ContainerAnalysis_Discovered */ public function getDiscovered() { return $this->discovered; } } PK. Z*Pvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RepoId.phpnu[projectRepoId = $projectRepoId; } /** * @return Google_Service_ContainerAnalysis_ProjectRepoId */ public function getProjectRepoId() { return $this->projectRepoId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK. Zavendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateNotesRequest.phpnu[notes = $notes; } /** * @return Google_Service_ContainerAnalysis_Note[] */ public function getNotes() { return $this->notes; } } PK. Zkjw w Pvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/InToto.phpnu[expectedCommand = $expectedCommand; } public function getExpectedCommand() { return $this->expectedCommand; } /** * @param Google_Service_ContainerAnalysis_ArtifactRule[] */ public function setExpectedMaterials($expectedMaterials) { $this->expectedMaterials = $expectedMaterials; } /** * @return Google_Service_ContainerAnalysis_ArtifactRule[] */ public function getExpectedMaterials() { return $this->expectedMaterials; } /** * @param Google_Service_ContainerAnalysis_ArtifactRule[] */ public function setExpectedProducts($expectedProducts) { $this->expectedProducts = $expectedProducts; } /** * @return Google_Service_ContainerAnalysis_ArtifactRule[] */ public function getExpectedProducts() { return $this->expectedProducts; } /** * @param Google_Service_ContainerAnalysis_SigningKey[] */ public function setSigningKeys($signingKeys) { $this->signingKeys = $signingKeys; } /** * @return Google_Service_ContainerAnalysis_SigningKey[] */ public function getSigningKeys() { return $this->signingKeys; } public function setStepName($stepName) { $this->stepName = $stepName; } public function getStepName() { return $this->stepName; } public function setThreshold($threshold) { $this->threshold = $threshold; } public function getThreshold() { return $this->threshold; } } PK. Z74PQvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Package.phpnu[distribution = $distribution; } /** * @return Google_Service_ContainerAnalysis_Distribution[] */ public function getDistribution() { return $this->distribution; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Z7yEE]vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_ContainerAnalysis_Policy */ public function getPolicy() { return $this->policy; } } PK. Z~1@@Xvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildSignature.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setKeyType($keyType) { $this->keyType = $keyType; } public function getKeyType() { return $this->keyType; } public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } public function getPublicKey() { return $this->publicKey; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK. Zdm0WWUvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Attestation.phpnu[genericSignedAttestation = $genericSignedAttestation; } /** * @return Google_Service_ContainerAnalysis_GenericSignedAttestation */ public function getGenericSignedAttestation() { return $this->genericSignedAttestation; } /** * @param Google_Service_ContainerAnalysis_PgpSignedAttestation */ public function setPgpSignedAttestation(Google_Service_ContainerAnalysis_PgpSignedAttestation $pgpSignedAttestation) { $this->pgpSignedAttestation = $pgpSignedAttestation; } /** * @return Google_Service_ContainerAnalysis_PgpSignedAttestation */ public function getPgpSignedAttestation() { return $this->pgpSignedAttestation; } } PK. Zh y(Pvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_ContainerAnalysis_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK. Z%2^JJTvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.phpnu[analysisStatus = $analysisStatus; } public function getAnalysisStatus() { return $this->analysisStatus; } /** * @param Google_Service_ContainerAnalysis_Status */ public function setAnalysisStatusError(Google_Service_ContainerAnalysis_Status $analysisStatusError) { $this->analysisStatusError = $analysisStatusError; } /** * @return Google_Service_ContainerAnalysis_Status */ public function getAnalysisStatusError() { return $this->analysisStatusError; } public function setContinuousAnalysis($continuousAnalysis) { $this->continuousAnalysis = $continuousAnalysis; } public function getContinuousAnalysis() { return $this->continuousAnalysis; } public function setLastAnalysisTime($lastAnalysisTime) { $this->lastAnalysisTime = $lastAnalysisTime; } public function getLastAnalysisTime() { return $this->lastAnalysisTime; } } PK. Zs^`vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisEmpty.phpnu[additionalContexts = $additionalContexts; } /** * @return Google_Service_ContainerAnalysis_SourceContext[] */ public function getAdditionalContexts() { return $this->additionalContexts; } public function setArtifactStorageSourceUri($artifactStorageSourceUri) { $this->artifactStorageSourceUri = $artifactStorageSourceUri; } public function getArtifactStorageSourceUri() { return $this->artifactStorageSourceUri; } /** * @param Google_Service_ContainerAnalysis_SourceContext */ public function setContext(Google_Service_ContainerAnalysis_SourceContext $context) { $this->context = $context; } /** * @return Google_Service_ContainerAnalysis_SourceContext */ public function getContext() { return $this->context; } /** * @param Google_Service_ContainerAnalysis_FileHashes[] */ public function setFileHashes($fileHashes) { $this->fileHashes = $fileHashes; } /** * @return Google_Service_ContainerAnalysis_FileHashes[] */ public function getFileHashes() { return $this->fileHashes; } } PK. ZEiuu]vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_ContainerAnalysis_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK. Z#dvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK. Z4((fvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.phpnu[ * $containeranalysisService = new Google_Service_ContainerAnalysis(...); * $occurrences = $containeranalysisService->occurrences; * */ class Google_Service_ContainerAnalysis_Resource_ProjectsOccurrences extends Google_Service_Resource { /** * Creates new occurrences in batch. (occurrences.batchCreate) * * @param string $parent Required. The name of the project in the form of * `projects/[PROJECT_ID]`, under which the occurrences are to be created. * @param Google_Service_ContainerAnalysis_BatchCreateOccurrencesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_BatchCreateOccurrencesResponse */ public function batchCreate($parent, Google_Service_ContainerAnalysis_BatchCreateOccurrencesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_ContainerAnalysis_BatchCreateOccurrencesResponse"); } /** * Creates a new occurrence. (occurrences.create) * * @param string $parent Required. The name of the project in the form of * `projects/[PROJECT_ID]`, under which the occurrence is to be created. * @param Google_Service_ContainerAnalysis_Occurrence $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Occurrence */ public function create($parent, Google_Service_ContainerAnalysis_Occurrence $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ContainerAnalysis_Occurrence"); } /** * Deletes the specified occurrence. For example, use this method to delete an * occurrence when the occurrence is no longer applicable for the given * resource. (occurrences.delete) * * @param string $name Required. The name of the occurrence in the form of * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_ContaineranalysisEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ContainerAnalysis_ContaineranalysisEmpty"); } /** * Gets the specified occurrence. (occurrences.get) * * @param string $name Required. The name of the occurrence in the form of * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Occurrence */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ContainerAnalysis_Occurrence"); } /** * Gets the access control policy for a note or an occurrence resource. Requires * `containeranalysis.notes.setIamPolicy` or * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a * note or occurrence, respectively. The resource takes the format * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences. * (occurrences.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Policy */ public function getIamPolicy($resource, Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); } /** * Gets the note attached to the specified occurrence. Consumer projects can use * this method to get a note that belongs to a provider project. * (occurrences.getNotes) * * @param string $name Required. The name of the occurrence in the form of * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Note */ public function getNotes($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getNotes', array($params), "Google_Service_ContainerAnalysis_Note"); } /** * Gets a summary of the number and severity of occurrences. * (occurrences.getVulnerabilitySummary) * * @param string $parent Required. The name of the project to get a * vulnerability summary for in the form of `projects/[PROJECT_ID]`. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. * @return Google_Service_ContainerAnalysis_VulnerabilityOccurrencesSummary */ public function getVulnerabilitySummary($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getVulnerabilitySummary', array($params), "Google_Service_ContainerAnalysis_VulnerabilityOccurrencesSummary"); } /** * Lists occurrences for the specified project. * (occurrences.listProjectsOccurrences) * * @param string $parent Required. The name of the project to list occurrences * for in the form of `projects/[PROJECT_ID]`. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. * @opt_param int pageSize Number of occurrences to return in the list. Must be * positive. Max allowed page size is 1000. If not specified, page size defaults * to 20. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @return Google_Service_ContainerAnalysis_ListOccurrencesResponse */ public function listProjectsOccurrences($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListOccurrencesResponse"); } /** * Updates the specified occurrence. (occurrences.patch) * * @param string $name Required. The name of the occurrence in the form of * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. * @param Google_Service_ContainerAnalysis_Occurrence $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The fields to update. * @return Google_Service_ContainerAnalysis_Occurrence */ public function patch($name, Google_Service_ContainerAnalysis_Occurrence $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_Occurrence"); } /** * Sets the access control policy on the specified note or occurrence. Requires * `containeranalysis.notes.setIamPolicy` or * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a * note or an occurrence, respectively. The resource takes the format * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences. * (occurrences.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Policy */ public function setIamPolicy($resource, Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); } /** * Returns the permissions that a caller has on the specified note or * occurrence. Requires list permission on the project (for example, * `containeranalysis.notes.list`). The resource takes the format * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences. * (occurrences.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ContainerAnalysis_TestIamPermissionsResponse"); } } PK. Z([vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Projects.phpnu[ * $containeranalysisService = new Google_Service_ContainerAnalysis(...); * $projects = $containeranalysisService->projects; * */ class Google_Service_ContainerAnalysis_Resource_Projects extends Google_Service_Resource { } PK. ZWǧkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.phpnu[ * $containeranalysisService = new Google_Service_ContainerAnalysis(...); * $occurrences = $containeranalysisService->occurrences; * */ class Google_Service_ContainerAnalysis_Resource_ProjectsNotesOccurrences extends Google_Service_Resource { /** * Lists occurrences referencing the specified note. Provider projects can use * this method to get all occurrences across consumer projects referencing the * specified note. (occurrences.listProjectsNotesOccurrences) * * @param string $name Required. The name of the note to list occurrences for in * the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. * @opt_param int pageSize Number of occurrences to return in the list. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @return Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse */ public function listProjectsNotesOccurrences($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse"); } } PK. Z5x9 9 fvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsScanConfigs.phpnu[ * $containeranalysisService = new Google_Service_ContainerAnalysis(...); * $scanConfigs = $containeranalysisService->scanConfigs; * */ class Google_Service_ContainerAnalysis_Resource_ProjectsScanConfigs extends Google_Service_Resource { /** * Gets the specified scan configuration. (scanConfigs.get) * * @param string $name Required. The name of the scan configuration in the form * of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_ScanConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ContainerAnalysis_ScanConfig"); } /** * Lists scan configurations for the specified project. * (scanConfigs.listProjectsScanConfigs) * * @param string $parent Required. The name of the project to list scan * configurations for in the form of `projects/[PROJECT_ID]`. * @param array $optParams Optional parameters. * * @opt_param string filter Required. The filter expression. * @opt_param int pageSize The number of scan configs to return in the list. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @return Google_Service_ContainerAnalysis_ListScanConfigsResponse */ public function listProjectsScanConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListScanConfigsResponse"); } /** * Updates the specified scan configuration. (scanConfigs.update) * * @param string $name Required. The name of the scan configuration in the form * of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. * @param Google_Service_ContainerAnalysis_ScanConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_ScanConfig */ public function update($name, Google_Service_ContainerAnalysis_ScanConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ContainerAnalysis_ScanConfig"); } } PK. ZicЂ!!`vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotes.phpnu[ * $containeranalysisService = new Google_Service_ContainerAnalysis(...); * $notes = $containeranalysisService->notes; * */ class Google_Service_ContainerAnalysis_Resource_ProjectsNotes extends Google_Service_Resource { /** * Creates new notes in batch. (notes.batchCreate) * * @param string $parent Required. The name of the project in the form of * `projects/[PROJECT_ID]`, under which the notes are to be created. * @param Google_Service_ContainerAnalysis_BatchCreateNotesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_BatchCreateNotesResponse */ public function batchCreate($parent, Google_Service_ContainerAnalysis_BatchCreateNotesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_ContainerAnalysis_BatchCreateNotesResponse"); } /** * Creates a new note. (notes.create) * * @param string $parent Required. The name of the project in the form of * `projects/[PROJECT_ID]`, under which the note is to be created. * @param Google_Service_ContainerAnalysis_Note $postBody * @param array $optParams Optional parameters. * * @opt_param string noteId Required. The ID to use for this note. * @return Google_Service_ContainerAnalysis_Note */ public function create($parent, Google_Service_ContainerAnalysis_Note $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ContainerAnalysis_Note"); } /** * Deletes the specified note. (notes.delete) * * @param string $name Required. The name of the note in the form of * `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_ContaineranalysisEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ContainerAnalysis_ContaineranalysisEmpty"); } /** * Gets the specified note. (notes.get) * * @param string $name Required. The name of the note in the form of * `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Note */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ContainerAnalysis_Note"); } /** * Gets the access control policy for a note or an occurrence resource. Requires * `containeranalysis.notes.setIamPolicy` or * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a * note or occurrence, respectively. The resource takes the format * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences. * (notes.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Policy */ public function getIamPolicy($resource, Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); } /** * Lists notes for the specified project. (notes.listProjectsNotes) * * @param string $parent Required. The name of the project to list notes for in * the form of `projects/[PROJECT_ID]`. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. * @opt_param int pageSize Number of notes to return in the list. Must be * positive. Max allowed page size is 1000. If not specified, page size defaults * to 20. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @return Google_Service_ContainerAnalysis_ListNotesResponse */ public function listProjectsNotes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListNotesResponse"); } /** * Updates the specified note. (notes.patch) * * @param string $name Required. The name of the note in the form of * `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. * @param Google_Service_ContainerAnalysis_Note $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The fields to update. * @return Google_Service_ContainerAnalysis_Note */ public function patch($name, Google_Service_ContainerAnalysis_Note $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_Note"); } /** * Sets the access control policy on the specified note or occurrence. Requires * `containeranalysis.notes.setIamPolicy` or * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a * note or an occurrence, respectively. The resource takes the format * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences. * (notes.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_Policy */ public function setIamPolicy($resource, Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); } /** * Returns the permissions that a caller has on the specified note or * occurrence. Requires list permission on the project (for example, * `containeranalysis.notes.list`). The resource takes the format * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and * `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences. * (notes.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ContainerAnalysis_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ContainerAnalysis_TestIamPermissionsResponse"); } } PK. ZTWvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SourceContext.phpnu[cloudRepo = $cloudRepo; } /** * @return Google_Service_ContainerAnalysis_CloudRepoSourceContext */ public function getCloudRepo() { return $this->cloudRepo; } /** * @param Google_Service_ContainerAnalysis_GerritSourceContext */ public function setGerrit(Google_Service_ContainerAnalysis_GerritSourceContext $gerrit) { $this->gerrit = $gerrit; } /** * @return Google_Service_ContainerAnalysis_GerritSourceContext */ public function getGerrit() { return $this->gerrit; } /** * @param Google_Service_ContainerAnalysis_GitSourceContext */ public function setGit(Google_Service_ContainerAnalysis_GitSourceContext $git) { $this->git = $git; } /** * @return Google_Service_ContainerAnalysis_GitSourceContext */ public function getGit() { return $this->git; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK. Z7ufvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1PackageDetails.phpnu[installation = $installation; } /** * @return Google_Service_ContainerAnalysis_Installation */ public function getInstallation() { return $this->installation; } } PK. ZbTvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Occurrence.phpnu[attestation = $attestation; } /** * @return Google_Service_ContainerAnalysis_Details */ public function getAttestation() { return $this->attestation; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1BuildDetails */ public function setBuild(Google_Service_ContainerAnalysis_GrafeasV1beta1BuildDetails $build) { $this->build = $build; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1BuildDetails */ public function getBuild() { return $this->build; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1DeploymentDetails */ public function setDeployment(Google_Service_ContainerAnalysis_GrafeasV1beta1DeploymentDetails $deployment) { $this->deployment = $deployment; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1DeploymentDetails */ public function getDeployment() { return $this->deployment; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1ImageDetails */ public function setDerivedImage(Google_Service_ContainerAnalysis_GrafeasV1beta1ImageDetails $derivedImage) { $this->derivedImage = $derivedImage; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1ImageDetails */ public function getDerivedImage() { return $this->derivedImage; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1DiscoveryDetails */ public function setDiscovered(Google_Service_ContainerAnalysis_GrafeasV1beta1DiscoveryDetails $discovered) { $this->discovered = $discovered; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1DiscoveryDetails */ public function getDiscovered() { return $this->discovered; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1PackageDetails */ public function setInstallation(Google_Service_ContainerAnalysis_GrafeasV1beta1PackageDetails $installation) { $this->installation = $installation; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1PackageDetails */ public function getInstallation() { return $this->installation; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoDetails */ public function setIntoto(Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoDetails $intoto) { $this->intoto = $intoto; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoDetails */ public function getIntoto() { return $this->intoto; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNoteName($noteName) { $this->noteName = $noteName; } public function getNoteName() { return $this->noteName; } public function setRemediation($remediation) { $this->remediation = $remediation; } public function getRemediation() { return $this->remediation; } /** * @param Google_Service_ContainerAnalysis_ContaineranalysisResource */ public function setResource(Google_Service_ContainerAnalysis_ContaineranalysisResource $resource) { $this->resource = $resource; } /** * @return Google_Service_ContainerAnalysis_ContaineranalysisResource */ public function getResource() { return $this->resource; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1VulnerabilityDetails */ public function setVulnerability(Google_Service_ContainerAnalysis_GrafeasV1beta1VulnerabilityDetails $vulnerability) { $this->vulnerability = $vulnerability; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1VulnerabilityDetails */ public function getVulnerability() { return $this->vulnerability; } } PK. ZAeVvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PackageIssue.phpnu[affectedLocation = $affectedLocation; } /** * @return Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function getAffectedLocation() { return $this->affectedLocation; } /** * @param Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function setFixedLocation(Google_Service_ContainerAnalysis_VulnerabilityLocation $fixedLocation) { $this->fixedLocation = $fixedLocation; } /** * @return Google_Service_ContainerAnalysis_VulnerabilityLocation */ public function getFixedLocation() { return $this->fixedLocation; } public function setSeverityName($severityName) { $this->severityName = $severityName; } public function getSeverityName() { return $this->severityName; } } PK. ZYQvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Binding.phpnu[condition = $condition; } /** * @return Google_Service_ContainerAnalysis_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK. Z&l  Wvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Vulnerability.phpnu[cvssScore = $cvssScore; } public function getCvssScore() { return $this->cvssScore; } /** * @param Google_Service_ContainerAnalysis_CVSSv3 */ public function setCvssV3(Google_Service_ContainerAnalysis_CVSSv3 $cvssV3) { $this->cvssV3 = $cvssV3; } /** * @return Google_Service_ContainerAnalysis_CVSSv3 */ public function getCvssV3() { return $this->cvssV3; } /** * @param Google_Service_ContainerAnalysis_Detail[] */ public function setDetails($details) { $this->details = $details; } /** * @return Google_Service_ContainerAnalysis_Detail[] */ public function getDetails() { return $this->details; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setSourceUpdateTime($sourceUpdateTime) { $this->sourceUpdateTime = $sourceUpdateTime; } public function getSourceUpdateTime() { return $this->sourceUpdateTime; } /** * @param Google_Service_ContainerAnalysis_WindowsDetail[] */ public function setWindowsDetails($windowsDetails) { $this->windowsDetails = $windowsDetails; } /** * @return Google_Service_ContainerAnalysis_WindowsDetail[] */ public function getWindowsDetails() { return $this->windowsDetails; } } PK. Z,##Svendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Authority.phpnu[hint = $hint; } /** * @return Google_Service_ContainerAnalysis_Hint */ public function getHint() { return $this->hint; } } PK. Z#aNvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hash.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK. Z6Ửgvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateOccurrencesRequest.phpnu[occurrences = $occurrences; } /** * @return Google_Service_ContainerAnalysis_Occurrence[] */ public function getOccurrences() { return $this->occurrences; } } PK. Z~ѫ Vvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Installation.phpnu[location = $location; } /** * @return Google_Service_ContainerAnalysis_Location[] */ public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Z9)Svendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Signature.phpnu[publicKeyId = $publicKeyId; } public function getPublicKeyId() { return $this->publicKeyId; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK. Z[_c__Tvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SigningKey.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setKeyScheme($keyScheme) { $this->keyScheme = $keyScheme; } public function getKeyScheme() { return $this->keyScheme; } public function setKeyType($keyType) { $this->keyType = $keyType; } public function getKeyType() { return $this->keyType; } public function setPublicKeyValue($publicKeyValue) { $this->publicKeyValue = $publicKeyValue; } public function getPublicKeyValue() { return $this->publicKeyValue; } } PK. ZoÁivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1DeploymentDetails.phpnu[deployment = $deployment; } /** * @return Google_Service_ContainerAnalysis_Deployment */ public function getDeployment() { return $this->deployment; } } PK. ZffWvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/WindowsDetail.phpnu[cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ContainerAnalysis_KnowledgeBase[] */ public function setFixingKbs($fixingKbs) { $this->fixingKbs = $fixingKbs; } /** * @return Google_Service_ContainerAnalysis_KnowledgeBase[] */ public function getFixingKbs() { return $this->fixingKbs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. Zb` --bvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GenericSignedAttestation.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setSerializedPayload($serializedPayload) { $this->serializedPayload = $serializedPayload; } public function getSerializedPayload() { return $this->serializedPayload; } /** * @param Google_Service_ContainerAnalysis_Signature[] */ public function setSignatures($signatures) { $this->signatures = $signatures; } /** * @return Google_Service_ContainerAnalysis_Signature[] */ public function getSignatures() { return $this->signatures; } } PK. Z>wVVTvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FileHashes.phpnu[fileHash = $fileHash; } /** * @return Google_Service_ContainerAnalysis_Hash[] */ public function getFileHash() { return $this->fileHash; } } PK. Z(+Ţcvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK. Z!~ VVevendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1IntotoDetails.phpnu[signatures = $signatures; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoSignature[] */ public function getSignatures() { return $this->signatures; } /** * @param Google_Service_ContainerAnalysis_Link */ public function setSigned(Google_Service_ContainerAnalysis_Link $signed) { $this->signed = $signed; } /** * @return Google_Service_ContainerAnalysis_Link */ public function getSigned() { return $this->signed; } } PK. Zhvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateOccurrencesResponse.phpnu[occurrences = $occurrences; } /** * @return Google_Service_ContainerAnalysis_Occurrence[] */ public function getOccurrences() { return $this->occurrences; } } PK. ZBmQvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Command.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setDir($dir) { $this->dir = $dir; } public function getDir() { return $this->dir; } public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setWaitFor($waitFor) { $this->waitFor = $waitFor; } public function getWaitFor() { return $this->waitFor; } } PK. Zr5++vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } } PK. Z@iiUvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Environment.phpnu[customValues = $customValues; } public function getCustomValues() { return $this->customValues; } } PK. Z-mEWvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ProjectRepoId.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRepoName($repoName) { $this->repoName = $repoName; } public function getRepoName() { return $this->repoName; } } PK. Z)Tvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployable.phpnu[resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK. ZCIIbvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateNotesResponse.phpnu[notes = $notes; } /** * @return Google_Service_ContainerAnalysis_Note[] */ public function getNotes() { return $this->notes; } } PK. Z} Tvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RelatedUrl.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. ZhVvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Distribution.phpnu[architecture = $architecture; } public function getArchitecture() { return $this->architecture; } public function setCpeUri($cpeUri) { $this->cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setLatestVersion(Google_Service_ContainerAnalysis_Version $latestVersion) { $this->latestVersion = $latestVersion; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getLatestVersion() { return $this->latestVersion; } public function setMaintainer($maintainer) { $this->maintainer = $maintainer; } public function getMaintainer() { return $this->maintainer; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK. Z? Vvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ArtifactRule.phpnu[artifactRule = $artifactRule; } public function getArtifactRule() { return $this->artifactRule; } } PK. ZTF22Ovendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Basis.phpnu[fingerprint = $fingerprint; } /** * @return Google_Service_ContainerAnalysis_Fingerprint */ public function getFingerprint() { return $this->fingerprint; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } } PK. ZFMWcvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisResource.phpnu[contentHash = $contentHash; } /** * @return Google_Service_ContainerAnalysis_Hash */ public function getContentHash() { return $this->contentHash; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK. Zu@dvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1ImageDetails.phpnu[derivedImage = $derivedImage; } /** * @return Google_Service_ContainerAnalysis_Derived */ public function getDerivedImage() { return $this->derivedImage; } } PK. ZRPvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Status.phpnu[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; } } PK. ZUuuQvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Details.phpnu[attestation = $attestation; } /** * @return Google_Service_ContainerAnalysis_Attestation */ public function getAttestation() { return $this->attestation; } } PK. Zr%`vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CloudRepoSourceContext.phpnu[aliasContext = $aliasContext; } /** * @return Google_Service_ContainerAnalysis_AliasContext */ public function getAliasContext() { return $this->aliasContext; } /** * @param Google_Service_ContainerAnalysis_RepoId */ public function setRepoId(Google_Service_ContainerAnalysis_RepoId $repoId) { $this->repoId = $repoId; } /** * @return Google_Service_ContainerAnalysis_RepoId */ public function getRepoId() { return $this->repoId; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK. Zg.]]avendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListScanConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ContainerAnalysis_ScanConfig[] */ public function setScanConfigs($scanConfigs) { $this->scanConfigs = $scanConfigs; } /** * @return Google_Service_ContainerAnalysis_ScanConfig[] */ public function getScanConfigs() { return $this->scanConfigs; } } PK. Z,hhTvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ByProducts.phpnu[customValues = $customValues; } public function getCustomValues() { return $this->customValues; } } PK. Z^vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PgpSignedAttestation.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setPgpKeyId($pgpKeyId) { $this->pgpKeyId = $pgpKeyId; } public function getPgpKeyId() { return $this->pgpKeyId; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK. ZIUvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Fingerprint.phpnu[v1Name = $v1Name; } public function getV1Name() { return $this->v1Name; } public function setV2Blob($v2Blob) { $this->v2Blob = $v2Blob; } public function getV2Blob() { return $this->v2Blob; } public function setV2Name($v2Name) { $this->v2Name = $v2Name; } public function getV2Name() { return $this->v2Name; } } PK. ZEXggSvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovery.phpnu[analysisKind = $analysisKind; } public function getAnalysisKind() { return $this->analysisKind; } } PK. Z#lppRvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Location.phpnu[cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setVersion(Google_Service_ContainerAnalysis_Version $version) { $this->version = $version; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getVersion() { return $this->version; } } PK. Z6U^vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FixableTotalByDigest.phpnu[fixableCount = $fixableCount; } public function getFixableCount() { return $this->fixableCount; } /** * @param Google_Service_ContainerAnalysis_ContaineranalysisResource */ public function setResource(Google_Service_ContainerAnalysis_ContaineranalysisResource $resource) { $this->resource = $resource; } /** * @return Google_Service_ContainerAnalysis_ContaineranalysisResource */ public function getResource() { return $this->resource; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK. Z:Tvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ScanConfig.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK. Z-3A lvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1VulnerabilityDetails.phpnu[cvssScore = $cvssScore; } public function getCvssScore() { return $this->cvssScore; } public function setEffectiveSeverity($effectiveSeverity) { $this->effectiveSeverity = $effectiveSeverity; } public function getEffectiveSeverity() { return $this->effectiveSeverity; } public function setLongDescription($longDescription) { $this->longDescription = $longDescription; } public function getLongDescription() { return $this->longDescription; } /** * @param Google_Service_ContainerAnalysis_PackageIssue[] */ public function setPackageIssue($packageIssue) { $this->packageIssue = $packageIssue; } /** * @return Google_Service_ContainerAnalysis_PackageIssue[] */ public function getPackageIssue() { return $this->packageIssue; } /** * @param Google_Service_ContainerAnalysis_RelatedUrl[] */ public function setRelatedUrls($relatedUrls) { $this->relatedUrls = $relatedUrls; } /** * @return Google_Service_ContainerAnalysis_RelatedUrl[] */ public function getRelatedUrls() { return $this->relatedUrls; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. ZnOvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Layer.phpnu[arguments = $arguments; } public function getArguments() { return $this->arguments; } public function setDirective($directive) { $this->directive = $directive; } public function getDirective() { return $this->directive; } } PK. Zhlkkdvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1BuildDetails.phpnu[provenance = $provenance; } /** * @return Google_Service_ContainerAnalysis_BuildProvenance */ public function getProvenance() { return $this->provenance; } public function setProvenanceBytes($provenanceBytes) { $this->provenanceBytes = $provenanceBytes; } public function getProvenanceBytes() { return $this->provenanceBytes; } } PK. ZH MҴZvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK. ZzRCCOvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Build.phpnu[builderVersion = $builderVersion; } public function getBuilderVersion() { return $this->builderVersion; } /** * @param Google_Service_ContainerAnalysis_BuildSignature */ public function setSignature(Google_Service_ContainerAnalysis_BuildSignature $signature) { $this->signature = $signature; } /** * @return Google_Service_ContainerAnalysis_BuildSignature */ public function getSignature() { return $this->signature; } } PK. Z?B܅Nvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hint.phpnu[humanReadableName = $humanReadableName; } public function getHumanReadableName() { return $this->humanReadableName; } } PK. Zσgvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1IntotoSignature.phpnu[keyid = $keyid; } public function getKeyid() { return $this->keyid; } public function setSig($sig) { $this->sig = $sig; } public function getSig() { return $this->sig; } } PK. Z0_vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityLocation.phpnu[cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setPackage($package) { $this->package = $package; } public function getPackage() { return $this->package; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setVersion(Google_Service_ContainerAnalysis_Version $version) { $this->version = $version; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getVersion() { return $this->version; } } PK. Z Nv Nvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Link.phpnu[byproducts = $byproducts; } /** * @return Google_Service_ContainerAnalysis_ByProducts */ public function getByproducts() { return $this->byproducts; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } /** * @param Google_Service_ContainerAnalysis_Environment */ public function setEnvironment(Google_Service_ContainerAnalysis_Environment $environment) { $this->environment = $environment; } /** * @return Google_Service_ContainerAnalysis_Environment */ public function getEnvironment() { return $this->environment; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact[] */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact[] */ public function getMaterials() { return $this->materials; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact[] */ public function getProducts() { return $this->products; } } PK. ZsTvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployment.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setConfig($config) { $this->config = $config; } public function getConfig() { return $this->config; } public function setDeployTime($deployTime) { $this->deployTime = $deployTime; } public function getDeployTime() { return $this->deployTime; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setUndeployTime($undeployTime) { $this->undeployTime = $undeployTime; } public function getUndeployTime() { return $this->undeployTime; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } } PK. ZjJRRNvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZRvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Artifact.phpnu[checksum = $checksum; } public function getChecksum() { return $this->checksum; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setNames($names) { $this->names = $names; } public function getNames() { return $this->names; } } PK. Za44Xvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CustomLevel.phpnu[expr = $expr; } /** * @return Google_Service_AccessContextManager_Expr */ public function getExpr() { return $this->expr; } } PK. ZeZvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressSource.phpnu[accessLevel = $accessLevel; } public function getAccessLevel() { return $this->accessLevel; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK. Zd)]TTZvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressPolicy.phpnu[ingressFrom = $ingressFrom; } /** * @return Google_Service_AccessContextManager_IngressFrom */ public function getIngressFrom() { return $this->ingressFrom; } /** * @param Google_Service_AccessContextManager_IngressTo */ public function setIngressTo(Google_Service_AccessContextManager_IngressTo $ingressTo) { $this->ingressTo = $ingressTo; } /** * @return Google_Service_AccessContextManager_IngressTo */ public function getIngressTo() { return $this->ingressTo; } } PK. Z TTWvendor/google/apiclient-services/src/Google/Service/AccessContextManager/EgressFrom.phpnu[identities = $identities; } public function getIdentities() { return $this->identities; } public function setIdentityType($identityType) { $this->identityType = $identityType; } public function getIdentityType() { return $this->identityType; } } PK. ZάllWvendor/google/apiclient-services/src/Google/Service/AccessContextManager/BasicLevel.phpnu[combiningFunction = $combiningFunction; } public function getCombiningFunction() { return $this->combiningFunction; } /** * @param Google_Service_AccessContextManager_Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_AccessContextManager_Condition[] */ public function getConditions() { return $this->conditions; } } PK. ZԸ_99gvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceAccessLevelsRequest.phpnu[accessLevels = $accessLevels; } /** * @return Google_Service_AccessContextManager_AccessLevel[] */ public function getAccessLevels() { return $this->accessLevels; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } } PK. ZQ1αYvendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessPolicy.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. Z#J;;Vvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressTo.phpnu[operations = $operations; } /** * @return Google_Service_AccessContextManager_ApiOperation[] */ public function getOperations() { return $this->operations; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } } PK. Z(4[vendor/google/apiclient-services/src/Google/Service/AccessContextManager/MethodSelector.phpnu[method = $method; } public function getMethod() { return $this->method; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } } PK. ZUхlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CommitServicePerimetersResponse.phpnu[servicePerimeters = $servicePerimeters; } /** * @return Google_Service_AccessContextManager_ServicePerimeter[] */ public function getServicePerimeters() { return $this->servicePerimeters; } } PK. Z+`cvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CancelOperationRequest.phpnu[allowedDeviceManagementLevels = $allowedDeviceManagementLevels; } public function getAllowedDeviceManagementLevels() { return $this->allowedDeviceManagementLevels; } public function setAllowedEncryptionStatuses($allowedEncryptionStatuses) { $this->allowedEncryptionStatuses = $allowedEncryptionStatuses; } public function getAllowedEncryptionStatuses() { return $this->allowedEncryptionStatuses; } /** * @param Google_Service_AccessContextManager_OsConstraint[] */ public function setOsConstraints($osConstraints) { $this->osConstraints = $osConstraints; } /** * @return Google_Service_AccessContextManager_OsConstraint[] */ public function getOsConstraints() { return $this->osConstraints; } public function setRequireAdminApproval($requireAdminApproval) { $this->requireAdminApproval = $requireAdminApproval; } public function getRequireAdminApproval() { return $this->requireAdminApproval; } public function setRequireCorpOwned($requireCorpOwned) { $this->requireCorpOwned = $requireCorpOwned; } public function getRequireCorpOwned() { return $this->requireCorpOwned; } public function setRequireScreenlock($requireScreenlock) { $this->requireScreenlock = $requireScreenlock; } public function getRequireScreenlock() { return $this->requireScreenlock; } } PK. Zbjvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListServicePerimetersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AccessContextManager_ServicePerimeter[] */ public function setServicePerimeters($servicePerimeters) { $this->servicePerimeters = $servicePerimeters; } /** * @return Google_Service_AccessContextManager_ServicePerimeter[] */ public function getServicePerimeters() { return $this->servicePerimeters; } } PK. Ztzzdvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPolicies.phpnu[ * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); * $accessPolicies = $accesscontextmanagerService->accessPolicies; * */ class Google_Service_AccessContextManager_Resource_AccessPolicies extends Google_Service_Resource { /** * Create an `AccessPolicy`. Fails if this organization already has a * `AccessPolicy`. The longrunning Operation will have a successful status once * the `AccessPolicy` has propagated to long-lasting storage. Syntactic and * basic semantic errors will be returned in `metadata` as a BadRequest proto. * (accessPolicies.create) * * @param Google_Service_AccessContextManager_AccessPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function create(Google_Service_AccessContextManager_AccessPolicy $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Delete an AccessPolicy by resource name. The longrunning Operation will have * a successful status once the AccessPolicy has been removed from long-lasting * storage. (accessPolicies.delete) * * @param string $name Required. Resource name for the access policy to delete. * Format `accessPolicies/{policy_id}` * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Get an AccessPolicy by name. (accessPolicies.get) * * @param string $name Required. Resource name for the access policy to get. * Format `accessPolicies/{policy_id}` * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_AccessPolicy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessContextManager_AccessPolicy"); } /** * List all AccessPolicies under a container. * (accessPolicies.listAccessPolicies) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Number of AccessPolicy instances to include in the * list. Default 100. * @opt_param string pageToken Next page token for the next batch of * AccessPolicy instances. Defaults to the first page of results. * @opt_param string parent Required. Resource name for the container to list * AccessPolicy instances from. Format: `organizations/{org_id}` * @return Google_Service_AccessContextManager_ListAccessPoliciesResponse */ public function listAccessPolicies($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessContextManager_ListAccessPoliciesResponse"); } /** * Update an AccessPolicy. The longrunning Operation from this RPC will have a * successful status once the changes to the AccessPolicy have propagated to * long-lasting storage. Syntactic and basic semantic errors will be returned in * `metadata` as a BadRequest proto. (accessPolicies.patch) * * @param string $name Output only. Resource name of the `AccessPolicy`. Format: * `accessPolicies/{policy_id}` * @param Google_Service_AccessContextManager_AccessPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask to control which fields get * updated. Must be non-empty. * @return Google_Service_AccessContextManager_Operation */ public function patch($name, Google_Service_AccessContextManager_AccessPolicy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); } } PK. Z^C==xvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/OrganizationsGcpUserAccessBindings.phpnu[ * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); * $gcpUserAccessBindings = $accesscontextmanagerService->gcpUserAccessBindings; * */ class Google_Service_AccessContextManager_Resource_OrganizationsGcpUserAccessBindings extends Google_Service_Resource { /** * Creates a GcpUserAccessBinding. If the client specifies a name, the server * will ignore it. Fails if a resource already exists with the same group_key. * Completion of this long-running operation does not necessarily signify that * the new binding is deployed onto all affected users, which may take more * time. (gcpUserAccessBindings.create) * * @param string $parent Required. Example: "organizations/256" * @param Google_Service_AccessContextManager_GcpUserAccessBinding $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function create($parent, Google_Service_AccessContextManager_GcpUserAccessBinding $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Deletes a GcpUserAccessBinding. Completion of this long-running operation * does not necessarily signify that the binding deletion is deployed onto all * affected users, which may take more time. (gcpUserAccessBindings.delete) * * @param string $name Required. Example: * "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N" * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Gets the GcpUserAccessBinding with the given name. * (gcpUserAccessBindings.get) * * @param string $name Required. Example: * "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N" * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_GcpUserAccessBinding */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessContextManager_GcpUserAccessBinding"); } /** * Lists all GcpUserAccessBindings for a Google Cloud organization. * (gcpUserAccessBindings.listOrganizationsGcpUserAccessBindings) * * @param string $parent Required. Example: "organizations/256" * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Maximum number of items to return. The * server may return fewer items. If left blank, the server may return any * number of items. * @opt_param string pageToken Optional. If left blank, returns the first page. * To enumerate all items, use the next_page_token from your previous list * operation. * @return Google_Service_AccessContextManager_ListGcpUserAccessBindingsResponse */ public function listOrganizationsGcpUserAccessBindings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessContextManager_ListGcpUserAccessBindingsResponse"); } /** * Updates a GcpUserAccessBinding. Completion of this long-running operation * does not necessarily signify that the changed binding is deployed onto all * affected users, which may take more time. (gcpUserAccessBindings.patch) * * @param string $name Immutable. Assigned by the server during creation. The * last segment has an arbitrary length and has only URI unreserved characters * (as defined by [RFC 3986 Section * 2.3](https://tools.ietf.org/html/rfc3986#section-2.3)). Should not be * specified by the client during creation. Example: * "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N" * @param Google_Service_AccessContextManager_GcpUserAccessBinding $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Only the fields specified in this mask * are updated. Because name and group_key cannot be changed, update_mask is * required and must always be: update_mask { paths: "access_levels" } * @return Google_Service_AccessContextManager_Operation */ public function patch($name, Google_Service_AccessContextManager_GcpUserAccessBinding $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); } } PK. ZYY`vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Operations.phpnu[ * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); * $operations = $accesscontextmanagerService->operations; * */ class Google_Service_AccessContextManager_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_AccessContextManager_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_AccesscontextmanagerEmpty */ public function cancel($name, Google_Service_AccessContextManager_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_AccessContextManager_AccesscontextmanagerEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_AccesscontextmanagerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AccessContextManager_AccesscontextmanagerEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_AccessContextManager_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessContextManager_ListOperationsResponse"); } } PK. Z t!!uvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesServicePerimeters.phpnu[ * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); * $servicePerimeters = $accesscontextmanagerService->servicePerimeters; * */ class Google_Service_AccessContextManager_Resource_AccessPoliciesServicePerimeters extends Google_Service_Resource { /** * Commit the dry-run spec for all the Service Perimeters in an Access Policy. A * commit operation on a Service Perimeter involves copying its `spec` field to * that Service Perimeter's `status` field. Only Service Perimeters with * `use_explicit_dry_run_spec` field set to true are affected by a commit * operation. The longrunning operation from this RPC will have a successful * status once the dry-run specs for all the Service Perimeters have been * committed. If a commit fails, it will cause the longrunning operation to * return an error response and the entire commit operation will be cancelled. * When successful, Operation.response field will contain * CommitServicePerimetersResponse. The `dry_run` and the `spec` fields will be * cleared after a successful commit operation. (servicePerimeters.commit) * * @param string $parent Required. Resource name for the parent Access Policy * which owns all Service Perimeters in scope for the commit operation. Format: * `accessPolicies/{policy_id}` * @param Google_Service_AccessContextManager_CommitServicePerimetersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function commit($parent, Google_Service_AccessContextManager_CommitServicePerimetersRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('commit', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Create a Service Perimeter. The longrunning operation from this RPC will have * a successful status once the Service Perimeter has propagated to long-lasting * storage. Service Perimeters containing errors will result in an error * response for the first error encountered. (servicePerimeters.create) * * @param string $parent Required. Resource name for the access policy which * owns this Service Perimeter. Format: `accessPolicies/{policy_id}` * @param Google_Service_AccessContextManager_ServicePerimeter $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function create($parent, Google_Service_AccessContextManager_ServicePerimeter $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Delete a Service Perimeter by resource name. The longrunning operation from * this RPC will have a successful status once the Service Perimeter has been * removed from long-lasting storage. (servicePerimeters.delete) * * @param string $name Required. Resource name for the Service Perimeter. * Format: `accessPolicies/{policy_id}/servicePerimeters/{service_perimeter_id}` * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Get a Service Perimeter by resource name. (servicePerimeters.get) * * @param string $name Required. Resource name for the Service Perimeter. * Format: * `accessPolicies/{policy_id}/servicePerimeters/{service_perimeters_id}` * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_ServicePerimeter */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessContextManager_ServicePerimeter"); } /** * List all Service Perimeters for an access policy. * (servicePerimeters.listAccessPoliciesServicePerimeters) * * @param string $parent Required. Resource name for the access policy to list * Service Perimeters from. Format: `accessPolicies/{policy_id}` * @param array $optParams Optional parameters. * * @opt_param int pageSize Number of Service Perimeters to include in the list. * Default 100. * @opt_param string pageToken Next page token for the next batch of Service * Perimeter instances. Defaults to the first page of results. * @return Google_Service_AccessContextManager_ListServicePerimetersResponse */ public function listAccessPoliciesServicePerimeters($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessContextManager_ListServicePerimetersResponse"); } /** * Update a Service Perimeter. The longrunning operation from this RPC will have * a successful status once the changes to the Service Perimeter have propagated * to long-lasting storage. Service Perimeter containing errors will result in * an error response for the first error encountered. (servicePerimeters.patch) * * @param string $name Required. Resource name for the ServicePerimeter. The * `short_name` component must begin with a letter and only include alphanumeric * and '_'. Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}` * @param Google_Service_AccessContextManager_ServicePerimeter $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask to control which fields get * updated. Must be non-empty. * @return Google_Service_AccessContextManager_Operation */ public function patch($name, Google_Service_AccessContextManager_ServicePerimeter $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Replace all existing Service Perimeters in an Access Policy with the Service * Perimeters provided. This is done atomically. The longrunning operation from * this RPC will have a successful status once all replacements have propagated * to long-lasting storage. Replacements containing errors will result in an * error response for the first error encountered. Replacement will be cancelled * on error, existing Service Perimeters will not be affected. * Operation.response field will contain ReplaceServicePerimetersResponse. * (servicePerimeters.replaceAll) * * @param string $parent Required. Resource name for the access policy which * owns these Service Perimeters. Format: `accessPolicies/{policy_id}` * @param Google_Service_AccessContextManager_ReplaceServicePerimetersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function replaceAll($parent, Google_Service_AccessContextManager_ReplaceServicePerimetersRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('replaceAll', array($params), "Google_Service_AccessContextManager_Operation"); } } PK. Z,뙲cvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Organizations.phpnu[ * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); * $organizations = $accesscontextmanagerService->organizations; * */ class Google_Service_AccessContextManager_Resource_Organizations extends Google_Service_Resource { } PK. Zw''pvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesAccessLevels.phpnu[ * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); * $accessLevels = $accesscontextmanagerService->accessLevels; * */ class Google_Service_AccessContextManager_Resource_AccessPoliciesAccessLevels extends Google_Service_Resource { /** * Create an Access Level. The longrunning operation from this RPC will have a * successful status once the Access Level has propagated to long-lasting * storage. Access Levels containing errors will result in an error response for * the first error encountered. (accessLevels.create) * * @param string $parent Required. Resource name for the access policy which * owns this Access Level. Format: `accessPolicies/{policy_id}` * @param Google_Service_AccessContextManager_AccessLevel $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function create($parent, Google_Service_AccessContextManager_AccessLevel $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Delete an Access Level by resource name. The longrunning operation from this * RPC will have a successful status once the Access Level has been removed from * long-lasting storage. (accessLevels.delete) * * @param string $name Required. Resource name for the Access Level. Format: * `accessPolicies/{policy_id}/accessLevels/{access_level_id}` * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Get an Access Level by resource name. (accessLevels.get) * * @param string $name Required. Resource name for the Access Level. Format: * `accessPolicies/{policy_id}/accessLevels/{access_level_id}` * @param array $optParams Optional parameters. * * @opt_param string accessLevelFormat Whether to return `BasicLevels` in the * Cloud Common Expression Language rather than as `BasicLevels`. Defaults to * AS_DEFINED, where Access Levels are returned as `BasicLevels` or * `CustomLevels` based on how they were created. If set to CEL, all Access * Levels are returned as `CustomLevels`. In the CEL case, `BasicLevels` are * translated to equivalent `CustomLevels`. * @return Google_Service_AccessContextManager_AccessLevel */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AccessContextManager_AccessLevel"); } /** * List all Access Levels for an access policy. * (accessLevels.listAccessPoliciesAccessLevels) * * @param string $parent Required. Resource name for the access policy to list * Access Levels from. Format: `accessPolicies/{policy_id}` * @param array $optParams Optional parameters. * * @opt_param string accessLevelFormat Whether to return `BasicLevels` in the * Cloud Common Expression language, as `CustomLevels`, rather than as * `BasicLevels`. Defaults to returning `AccessLevels` in the format they were * defined. * @opt_param int pageSize Number of Access Levels to include in the list. * Default 100. * @opt_param string pageToken Next page token for the next batch of Access * Level instances. Defaults to the first page of results. * @return Google_Service_AccessContextManager_ListAccessLevelsResponse */ public function listAccessPoliciesAccessLevels($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AccessContextManager_ListAccessLevelsResponse"); } /** * Update an Access Level. The longrunning operation from this RPC will have a * successful status once the changes to the Access Level have propagated to * long-lasting storage. Access Levels containing errors will result in an error * response for the first error encountered. (accessLevels.patch) * * @param string $name Required. Resource name for the Access Level. The * `short_name` component must begin with a letter and only include alphanumeric * and '_'. Format: `accessPolicies/{policy_id}/accessLevels/{short_name}`. The * maximum length of the `short_name` component is 50 characters. * @param Google_Service_AccessContextManager_AccessLevel $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask to control which fields get * updated. Must be non-empty. * @return Google_Service_AccessContextManager_Operation */ public function patch($name, Google_Service_AccessContextManager_AccessLevel $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); } /** * Replace all existing Access Levels in an Access Policy with the Access Levels * provided. This is done atomically. The longrunning operation from this RPC * will have a successful status once all replacements have propagated to long- * lasting storage. Replacements containing errors will result in an error * response for the first error encountered. Replacement will be cancelled on * error, existing Access Levels will not be affected. Operation.response field * will contain ReplaceAccessLevelsResponse. Removing Access Levels contained in * existing Service Perimeters will result in error. (accessLevels.replaceAll) * * @param string $parent Required. Resource name for the access policy which * owns these Access Levels. Format: `accessPolicies/{policy_id}` * @param Google_Service_AccessContextManager_ReplaceAccessLevelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AccessContextManager_Operation */ public function replaceAll($parent, Google_Service_AccessContextManager_ReplaceAccessLevelsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('replaceAll', array($params), "Google_Service_AccessContextManager_Operation"); } } PK. Z1b b cvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeterConfig.phpnu[accessLevels = $accessLevels; } public function getAccessLevels() { return $this->accessLevels; } /** * @param Google_Service_AccessContextManager_EgressPolicy[] */ public function setEgressPolicies($egressPolicies) { $this->egressPolicies = $egressPolicies; } /** * @return Google_Service_AccessContextManager_EgressPolicy[] */ public function getEgressPolicies() { return $this->egressPolicies; } /** * @param Google_Service_AccessContextManager_IngressPolicy[] */ public function setIngressPolicies($ingressPolicies) { $this->ingressPolicies = $ingressPolicies; } /** * @return Google_Service_AccessContextManager_IngressPolicy[] */ public function getIngressPolicies() { return $this->ingressPolicies; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } public function setRestrictedServices($restrictedServices) { $this->restrictedServices = $restrictedServices; } public function getRestrictedServices() { return $this->restrictedServices; } /** * @param Google_Service_AccessContextManager_VpcAccessibleServices */ public function setVpcAccessibleServices(Google_Service_AccessContextManager_VpcAccessibleServices $vpcAccessibleServices) { $this->vpcAccessibleServices = $vpcAccessibleServices; } /** * @return Google_Service_AccessContextManager_VpcAccessibleServices */ public function getVpcAccessibleServices() { return $this->vpcAccessibleServices; } } PK. ZALmvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceServicePerimetersResponse.phpnu[servicePerimeters = $servicePerimeters; } /** * @return Google_Service_AccessContextManager_ServicePerimeter[] */ public function getServicePerimeters() { return $this->servicePerimeters; } } PK. ZuMXvendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessLevel.phpnu[basic = $basic; } /** * @return Google_Service_AccessContextManager_BasicLevel */ public function getBasic() { return $this->basic; } /** * @param Google_Service_AccessContextManager_CustomLevel */ public function setCustom(Google_Service_AccessContextManager_CustomLevel $custom) { $this->custom = $custom; } /** * @return Google_Service_AccessContextManager_CustomLevel */ public function getCustom() { return $this->custom; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZСfvendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccesscontextmanagerEmpty.phpnu[accessLevels = $accessLevels; } /** * @return Google_Service_AccessContextManager_AccessLevel[] */ public function getAccessLevels() { return $this->accessLevels; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z{zgvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessPoliciesResponse.phpnu[accessPolicies = $accessPolicies; } /** * @return Google_Service_AccessContextManager_AccessPolicy[] */ public function getAccessPolicies() { return $this->accessPolicies; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. ZzzVvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Condition.phpnu[devicePolicy = $devicePolicy; } /** * @return Google_Service_AccessContextManager_DevicePolicy */ public function getDevicePolicy() { return $this->devicePolicy; } public function setIpSubnetworks($ipSubnetworks) { $this->ipSubnetworks = $ipSubnetworks; } public function getIpSubnetworks() { return $this->ipSubnetworks; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setNegate($negate) { $this->negate = $negate; } public function getNegate() { return $this->negate; } public function setRegions($regions) { $this->regions = $regions; } public function getRegions() { return $this->regions; } public function setRequiredAccessLevels($requiredAccessLevels) { $this->requiredAccessLevels = $requiredAccessLevels; } public function getRequiredAccessLevels() { return $this->requiredAccessLevels; } } PK. Z@zzlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceServicePerimetersRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AccessContextManager_ServicePerimeter[] */ public function setServicePerimeters($servicePerimeters) { $this->servicePerimeters = $servicePerimeters; } /** * @return Google_Service_AccessContextManager_ServicePerimeter[] */ public function getServicePerimeters() { return $this->servicePerimeters; } } PK. ZW**Yvendor/google/apiclient-services/src/Google/Service/AccessContextManager/OsConstraint.phpnu[minimumVersion = $minimumVersion; } public function getMinimumVersion() { return $this->minimumVersion; } public function setOsType($osType) { $this->osType = $osType; } public function getOsType() { return $this->osType; } public function setRequireVerifiedChromeOs($requireVerifiedChromeOs) { $this->requireVerifiedChromeOs = $requireVerifiedChromeOs; } public function getRequireVerifiedChromeOs() { return $this->requireVerifiedChromeOs; } } PK. ZRVvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_AccessContextManager_Status */ public function setError(Google_Service_AccessContextManager_Status $error) { $this->error = $error; } /** * @return Google_Service_AccessContextManager_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK. Z@G<Svendor/google/apiclient-services/src/Google/Service/AccessContextManager/Status.phpnu[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; } } PK. Z>}X;;Yvendor/google/apiclient-services/src/Google/Service/AccessContextManager/EgressPolicy.phpnu[egressFrom = $egressFrom; } /** * @return Google_Service_AccessContextManager_EgressFrom */ public function getEgressFrom() { return $this->egressFrom; } /** * @param Google_Service_AccessContextManager_EgressTo */ public function setEgressTo(Google_Service_AccessContextManager_EgressTo $egressTo) { $this->egressTo = $egressTo; } /** * @return Google_Service_AccessContextManager_EgressTo */ public function getEgressTo() { return $this->egressTo; } } PK. Z_\\cvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AccessContextManager_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_AccessContextManager_Operation[] */ public function getOperations() { return $this->operations; } } PK. ZGYvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ApiOperation.phpnu[methodSelectors = $methodSelectors; } /** * @return Google_Service_AccessContextManager_MethodSelector[] */ public function getMethodSelectors() { return $this->methodSelectors; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK. ZvXvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressFrom.phpnu[identities = $identities; } public function getIdentities() { return $this->identities; } public function setIdentityType($identityType) { $this->identityType = $identityType; } public function getIdentityType() { return $this->identityType; } /** * @param Google_Service_AccessContextManager_IngressSource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_AccessContextManager_IngressSource[] */ public function getSources() { return $this->sources; } } PK. Zո5avendor/google/apiclient-services/src/Google/Service/AccessContextManager/GcpUserAccessBinding.phpnu[accessLevels = $accessLevels; } public function getAccessLevels() { return $this->accessLevels; } public function setGroupKey($groupKey) { $this->groupKey = $groupKey; } public function getGroupKey() { return $this->groupKey; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. ZmNnvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListGcpUserAccessBindingsResponse.phpnu[gcpUserAccessBindings = $gcpUserAccessBindings; } /** * @return Google_Service_AccessContextManager_GcpUserAccessBinding[] */ public function getGcpUserAccessBindings() { return $this->gcpUserAccessBindings; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Zqd5a  ]vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeter.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPerimeterType($perimeterType) { $this->perimeterType = $perimeterType; } public function getPerimeterType() { return $this->perimeterType; } /** * @param Google_Service_AccessContextManager_ServicePerimeterConfig */ public function setSpec(Google_Service_AccessContextManager_ServicePerimeterConfig $spec) { $this->spec = $spec; } /** * @return Google_Service_AccessContextManager_ServicePerimeterConfig */ public function getSpec() { return $this->spec; } /** * @param Google_Service_AccessContextManager_ServicePerimeterConfig */ public function setStatus(Google_Service_AccessContextManager_ServicePerimeterConfig $status) { $this->status = $status; } /** * @return Google_Service_AccessContextManager_ServicePerimeterConfig */ public function getStatus() { return $this->status; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUseExplicitDryRunSpec($useExplicitDryRunSpec) { $this->useExplicitDryRunSpec = $useExplicitDryRunSpec; } public function getUseExplicitDryRunSpec() { return $this->useExplicitDryRunSpec; } } PK. ZՅ6_hvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceAccessLevelsResponse.phpnu[accessLevels = $accessLevels; } /** * @return Google_Service_AccessContextManager_AccessLevel[] */ public function getAccessLevels() { return $this->accessLevels; } } PK. Z:Tp::Uvendor/google/apiclient-services/src/Google/Service/AccessContextManager/EgressTo.phpnu[operations = $operations; } /** * @return Google_Service_AccessContextManager_ApiOperation[] */ public function getOperations() { return $this->operations; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } } PK. ZmDGGkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CommitServicePerimetersRequest.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } } PK. Z bvendor/google/apiclient-services/src/Google/Service/AccessContextManager/VpcAccessibleServices.phpnu[allowedServices = $allowedServices; } public function getAllowedServices() { return $this->allowedServices; } public function setEnableRestriction($enableRestriction) { $this->enableRestriction = $enableRestriction; } public function getEnableRestriction() { return $this->enableRestriction; } } PK. ZO=^UUQvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK. ZSb""Dvendor/google/apiclient-services/src/Google/Service/Cloudbilling.phpnu[ * Allows developers to manage billing for their Google Cloud Platform projects * programmatically.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Cloudbilling extends Google_Service { /** View and manage your Google Cloud Platform billing accounts. */ const CLOUD_BILLING = "https://www.googleapis.com/auth/cloud-billing"; /** View your Google Cloud Platform billing accounts. */ const CLOUD_BILLING_READONLY = "https://www.googleapis.com/auth/cloud-billing.readonly"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $billingAccounts; public $billingAccounts_projects; public $projects; public $services; public $services_skus; /** * Constructs the internal representation of the Cloudbilling service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudbilling.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudbilling'; $this->billingAccounts = new Google_Service_Cloudbilling_Resource_BillingAccounts( $this, $this->serviceName, 'billingAccounts', array( 'methods' => array( 'create' => array( 'path' => 'v1/billingAccounts', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/billingAccounts', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->billingAccounts_projects = new Google_Service_Cloudbilling_Resource_BillingAccountsProjects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/projects', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects = new Google_Service_Cloudbilling_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getBillingInfo' => array( 'path' => 'v1/{+name}/billingInfo', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateBillingInfo' => array( 'path' => 'v1/{+name}/billingInfo', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->services = new Google_Service_Cloudbilling_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'list' => array( 'path' => 'v1/services', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK. Zn:[3dd`vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconNamespace.phpnu[namespaceName = $namespaceName; } public function getNamespaceName() { return $this->namespaceName; } public function setServingVisibility($servingVisibility) { $this->servingVisibility = $servingVisibility; } public function getServingVisibility() { return $this->servingVisibility; } } PK. Z)_DDLvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK. Zȏۜevendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconAttachmentsResponse.phpnu[attachments = $attachments; } /** * @return Google_Service_Proximitybeacon_BeaconAttachment */ public function getAttachments() { return $this->attachments; } } PK. Z@e88_vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.phpnu[beaconEcdhPublicKey = $beaconEcdhPublicKey; } public function getBeaconEcdhPublicKey() { return $this->beaconEcdhPublicKey; } public function setBeaconIdentityKey($beaconIdentityKey) { $this->beaconIdentityKey = $beaconIdentityKey; } public function getBeaconIdentityKey() { return $this->beaconIdentityKey; } public function setInitialClockValue($initialClockValue) { $this->initialClockValue = $initialClockValue; } public function getInitialClockValue() { return $this->initialClockValue; } public function setInitialEid($initialEid) { $this->initialEid = $initialEid; } public function getInitialEid() { return $this->initialEid; } public function setRotationPeriodExponent($rotationPeriodExponent) { $this->rotationPeriodExponent = $rotationPeriodExponent; } public function getRotationPeriodExponent() { return $this->rotationPeriodExponent; } public function setServiceEcdhPublicKey($serviceEcdhPublicKey) { $this->serviceEcdhPublicKey = $serviceEcdhPublicKey; } public function getServiceEcdhPublicKey() { return $this->serviceEcdhPublicKey; } } PK. Z)&PTvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.phpnu[id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK. Z//Svendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.phpnu[name = $name; } public function getName() { return $this->name; } } PK. Z`ffNvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.phpnu[advertisedId = $advertisedId; } /** * @return Google_Service_Proximitybeacon_AdvertisedId */ public function getAdvertisedId() { return $this->advertisedId; } public function setBeaconName($beaconName) { $this->beaconName = $beaconName; } public function getBeaconName() { return $this->beaconName; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Proximitybeacon_EphemeralIdRegistration */ public function setEphemeralIdRegistration(Google_Service_Proximitybeacon_EphemeralIdRegistration $ephemeralIdRegistration) { $this->ephemeralIdRegistration = $ephemeralIdRegistration; } /** * @return Google_Service_Proximitybeacon_EphemeralIdRegistration */ public function getEphemeralIdRegistration() { return $this->ephemeralIdRegistration; } public function setExpectedStability($expectedStability) { $this->expectedStability = $expectedStability; } public function getExpectedStability() { return $this->expectedStability; } /** * @param Google_Service_Proximitybeacon_IndoorLevel */ public function setIndoorLevel(Google_Service_Proximitybeacon_IndoorLevel $indoorLevel) { $this->indoorLevel = $indoorLevel; } /** * @return Google_Service_Proximitybeacon_IndoorLevel */ public function getIndoorLevel() { return $this->indoorLevel; } /** * @param Google_Service_Proximitybeacon_LatLng */ public function setLatLng(Google_Service_Proximitybeacon_LatLng $latLng) { $this->latLng = $latLng; } /** * @return Google_Service_Proximitybeacon_LatLng */ public function getLatLng() { return $this->latLng; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setProvisioningKey($provisioningKey) { $this->provisioningKey = $provisioningKey; } public function getProvisioningKey() { return $this->provisioningKey; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK. Z񍩟Rvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.phpnu[advertisedId = $advertisedId; } /** * @return Google_Service_Proximitybeacon_AdvertisedId */ public function getAdvertisedId() { return $this->advertisedId; } /** * @param Google_Service_Proximitybeacon_AttachmentInfo */ public function setAttachments($attachments) { $this->attachments = $attachments; } /** * @return Google_Service_Proximitybeacon_AttachmentInfo */ public function getAttachments() { return $this->attachments; } public function setBeaconName($beaconName) { $this->beaconName = $beaconName; } public function getBeaconName() { return $this->beaconName; } } PK. Z2wevendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistrationParams.phpnu[maxRotationPeriodExponent = $maxRotationPeriodExponent; } public function getMaxRotationPeriodExponent() { return $this->maxRotationPeriodExponent; } public function setMinRotationPeriodExponent($minRotationPeriodExponent) { $this->minRotationPeriodExponent = $minRotationPeriodExponent; } public function getMinRotationPeriodExponent() { return $this->minRotationPeriodExponent; } public function setServiceEcdhPublicKey($serviceEcdhPublicKey) { $this->serviceEcdhPublicKey = $serviceEcdhPublicKey; } public function getServiceEcdhPublicKey() { return $this->serviceEcdhPublicKey; } } PK. Z`[vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.phpnu[beacons = $beacons; } /** * @return Google_Service_Proximitybeacon_Beacon */ public function getBeacons() { return $this->beacons; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } } PK. ZyG͐!!cvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.phpnu[ * $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $attachments = $proximitybeaconService->attachments; * */ class Google_Service_Proximitybeacon_Resource_BeaconsAttachments extends Google_Service_Resource { /** * Deletes multiple attachments on a given beacon. This operation is permanent * and cannot be undone. * * You can optionally specify `namespacedType` to choose which attachments * should be deleted. If you do not specify `namespacedType`, all your * attachments on the given beacon will be deleted. You also may explicitly * specify `*` to delete all. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (attachments.batchDelete) * * @param string $beaconName The beacon whose attachments should be deleted. A * beacon name has the format "beacons/N!beaconId" where the beaconId is the * base16 ID broadcast by the beacon and N is a code for the beacon's type. * Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for * iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either * the current EID or the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id to delete beacon attachments * under. This field can be used when "*" is specified to mean all attachment * namespaces. Projects may have multiple attachments with multiple namespaces. * If "*" is specified and the projectId string is empty, then the project * making the request is used. Optional. * @opt_param string namespacedType Specifies the namespace and type of * attachments to delete in `namespace/type` format. Accepts `*` to specify "all * types in all namespaces". Optional. * @return Google_Service_Proximitybeacon_DeleteAttachmentsResponse */ public function batchDelete($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_Proximitybeacon_DeleteAttachmentsResponse"); } /** * Associates the given data with the specified beacon. Attachment data must * contain two parts: * * A namespaced type. The actual attachment data itself. * * The namespaced type consists of two parts, the namespace and the type. The * namespace must be one of the values returned by the `namespaces` endpoint, * while the type can be a string of any characters except for the forward slash * (`/`) up to 100 characters in length. * * Attachment data can be up to 1024 bytes long. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (attachments.create) * * @param string $beaconName Beacon on which the attachment should be created. A * beacon name has the format "beacons/N!beaconId" where the beaconId is the * base16 ID broadcast by the beacon and N is a code for the beacon's type. * Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for * iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either * the current EID or the beacon's "stable" UID. Required. * @param Google_Service_Proximitybeacon_BeaconAttachment $postBody * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the project the attachment will * belong to. If the project id is not specified then the project making the * request is used. Optional. * @return Google_Service_Proximitybeacon_BeaconAttachment */ public function create($beaconName, Google_Service_Proximitybeacon_BeaconAttachment $postBody, $optParams = array()) { $params = array('beaconName' => $beaconName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Proximitybeacon_BeaconAttachment"); } /** * Deletes the specified attachment for the given beacon. Each attachment has a * unique attachment name (`attachmentName`) which is returned when you fetch * the attachment data via this API. You specify this with the delete request to * control which attachment is removed. This operation cannot be undone. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (attachments.delete) * * @param string $attachmentName The attachment name (`attachmentName`) of the * attachment to remove. For example: * `beacons/3!893737abc9/attachments/c5e937-af0-494-959-ec49d12738`. For * Eddystone-EID beacons, the beacon ID portion (`3!893737abc9`) may be the * beacon's current EID, or its "stable" Eddystone-UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the attachment to delete. If * not provided, the project that is making the request is used. Optional. * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty */ public function delete($attachmentName, $optParams = array()) { $params = array('attachmentName' => $attachmentName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); } /** * Returns the attachments for the specified beacon that match the specified * namespaced-type pattern. * * To control which namespaced types are returned, you add the `namespacedType` * query parameter to the request. You must either use `*`, to return all * attachments, or the namespace must be one of the ones returned from the * `namespaces` endpoint. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in * the Google Developers Console project. (attachments.listBeaconsAttachments) * * @param string $beaconName Beacon whose attachments should be fetched. A * beacon name has the format "beacons/N!beaconId" where the beaconId is the * base16 ID broadcast by the beacon and N is a code for the beacon's type. * Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for * iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either * the current EID or the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id to list beacon attachments under. * This field can be used when "*" is specified to mean all attachment * namespaces. Projects may have multiple attachments with multiple namespaces. * If "*" is specified and the projectId string is empty, then the project * making the request is used. Optional. * @opt_param string namespacedType Specifies the namespace and type of * attachment to include in response in namespace/type format. Accepts `*` to * specify "all types in all namespaces". * @return Google_Service_Proximitybeacon_ListBeaconAttachmentsResponse */ public function listBeaconsAttachments($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListBeaconAttachmentsResponse"); } } PK. Zg˫AAXvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beacons.phpnu[ * $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $beacons = $proximitybeaconService->beacons; * */ class Google_Service_Proximitybeacon_Resource_Beacons extends Google_Service_Resource { /** * Activates a beacon. A beacon that is active will return information and * attachment data when queried via `beaconinfo.getforobserved`. Calling this * method on an already active beacon will do nothing (but will return a * successful response code). * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (beacons.activate) * * @param string $beaconName Beacon that should be activated. A beacon name has * the format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast * by the beacon and N is a code for the beacon's type. Possible values are `3` * for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for * AltBeacon. For Eddystone-EID beacons, you may use either the current EID or * the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the beacon to activate. If the * project id is not specified then the project making the request is used. The * project id must match the project that owns the beacon. Optional. * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty */ public function activate($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); } /** * Deactivates a beacon. Once deactivated, the API will not return information * nor attachment data for the beacon when queried via * `beaconinfo.getforobserved`. Calling this method on an already inactive * beacon will do nothing (but will return a successful response code). * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (beacons.deactivate) * * @param string $beaconName Beacon that should be deactivated. A beacon name * has the format "beacons/N!beaconId" where the beaconId is the base16 ID * broadcast by the beacon and N is a code for the beacon's type. Possible * values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or * `5` for AltBeacon. For Eddystone-EID beacons, you may use either the current * EID or the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the beacon to deactivate. If * the project id is not specified then the project making the request is used. * The project id must match the project that owns the beacon. Optional. * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty */ public function deactivate($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('deactivate', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); } /** * Decommissions the specified beacon in the service. This beacon will no longer * be returned from `beaconinfo.getforobserved`. This operation is permanent -- * you will not be able to re-register a beacon with this ID again. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (beacons.decommission) * * @param string $beaconName Beacon that should be decommissioned. A beacon name * has the format "beacons/N!beaconId" where the beaconId is the base16 ID * broadcast by the beacon and N is a code for the beacon's type. Possible * values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or * `5` for AltBeacon. For Eddystone-EID beacons, you may use either the current * EID of the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the beacon to decommission. If * the project id is not specified then the project making the request is used. * The project id must match the project that owns the beacon. Optional. * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty */ public function decommission($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('decommission', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); } /** * Deletes the specified beacon including all diagnostics data for the beacon as * well as any attachments on the beacon (including those belonging to other * projects). This operation cannot be undone. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (beacons.delete) * * @param string $beaconName Beacon that should be deleted. A beacon name has * the format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast * by the beacon and N is a code for the beacon's type. Possible values are `3` * for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for * AltBeacon. For Eddystone-EID beacons, you may use either the current EID or * the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the beacon to delete. If not * provided, the project that is making the request is used. Optional. * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty */ public function delete($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); } /** * Returns detailed information about the specified beacon. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in * the Google Developers Console project. * * Requests may supply an Eddystone-EID beacon name in the form: * `beacons/4!beaconId` where the `beaconId` is the base16 ephemeral ID * broadcast by the beacon. The returned `Beacon` object will contain the * beacon's stable Eddystone-UID. Clients not authorized to resolve the beacon's * ephemeral Eddystone-EID broadcast will receive an error. (beacons.get) * * @param string $beaconName Resource name of this beacon. A beacon name has the * format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by * the beacon and N is a code for the beacon's type. Possible values are `3` for * Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for AltBeacon. * For Eddystone-EID beacons, you may use either the current EID or the beacon's * "stable" UID. Required. * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the beacon to request. If the * project id is not specified then the project making the request is used. The * project id must match the project that owns the beacon. Optional. * @return Google_Service_Proximitybeacon_Beacon */ public function get($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Proximitybeacon_Beacon"); } /** * Searches the beacon registry for beacons that match the given search * criteria. Only those beacons that the client has permission to list will be * returned. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in * the Google Developers Console project. (beacons.listBeacons) * * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token obtained from a previous * request to list beacons. * @opt_param string q Filter query string that supports the following field * filters: * * * **description:`""`** For example: **description:"Room 3"** Returns * beacons whose description matches tokens in the string "Room 3" (not * necessarily that exact string). The string must be double-quoted. * * **status:``** For example: **status:active** Returns beacons whose status * matches the given value. Values must be one of the Beacon.Status enum * values (case insensitive). Accepts multiple filters which will be combined * with OR logic. * **stability:``** For example: **stability:mobile** * Returns beacons whose expected stability matches the given value. Values * must be one of the Beacon.Stability enum values (case insensitive). Accepts * multiple filters which will be combined with OR logic. * **place\_id:`""`** * For example: **place\_id:"ChIJVSZzVR8FdkgRXGmmm6SslKw="** Returns beacons * explicitly registered at the given place, expressed as a Place ID obtained * from [Google Places API](/places/place-id). Does not match places inside * the given place. Does not consider the beacon's actual location (which may * be different from its registered place). Accepts multiple filters that will * be combined with OR logic. The place ID must be double-quoted. * * **registration\_time`[<|>|<=|>=]`** For example: * **registration\_time>=1433116800** Returns beacons whose registration time * matches the given filter. Supports the operators: <, >, <=, and >=. * Timestamp must be expressed as an integer number of seconds since midnight * January 1, 1970 UTC. Accepts at most two filters that will be combined with * AND logic, to support "between" semantics. If more than two are supplied, * the latter ones are ignored. * **lat:` lng: radius:`** For example: * **lat:51.1232343 lng:-1.093852 radius:1000** Returns beacons whose * registered location is within the given circle. When any of these fields * are given, all are required. Latitude and longitude must be decimal degrees * between -90.0 and 90.0 and between -180.0 and 180.0 respectively. Radius * must be an integer number of meters between 10 and 1,000,000 (1000 km). * * **property:`"="`** For example: **property:"battery-type=CR2032"** * Returns beacons which have a property of the given name and value. Supports * multiple filters which will be combined with OR logic. The entire * name=value string must be double-quoted as one string. * * **attachment\_type:`""`** For example: **attachment_type:"my-namespace/my- * type"** Returns beacons having at least one attachment of the given * namespaced type. Supports "any within this namespace" via the partial * wildcard syntax: "my-namespace". Supports multiple filters which will be * combined with OR logic. The string must be double-quoted. * * **indoor\_level:`""`** For example: **indoor\_level:"1"** Returns beacons * which are located on the given indoor level. Accepts multiple filters that * will be combined with OR logic. * * Multiple filters on the same field are combined with OR logic (except * registration_time which is combined with AND logic). Multiple filters on * different fields are combined with AND logic. Filters should be separated by * spaces. * * As with any HTTP query string parameter, the whole filter expression must be * URL-encoded. * * Example REST request: `GET * /v1beta1/beacons?q=status:active%20lat:51.123%20lng:-1.095%20radius:1000` * @opt_param int pageSize The maximum number of records to return for this * request, up to a server-defined upper limit. * @opt_param string projectId The project id to list beacons under. If not * present then the project credential that made the request is used as the * project. Optional. * @return Google_Service_Proximitybeacon_ListBeaconsResponse */ public function listBeacons($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListBeaconsResponse"); } /** * Registers a previously unregistered beacon given its `advertisedId`. These * IDs are unique within the system. An ID can be registered only once. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (beacons.register) * * @param Google_Service_Proximitybeacon_Beacon $postBody * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the project the beacon will be * registered to. If the project id is not specified then the project making the * request is used. Optional. * @return Google_Service_Proximitybeacon_Beacon */ public function register(Google_Service_Proximitybeacon_Beacon $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_Proximitybeacon_Beacon"); } /** * Updates the information about the specified beacon. **Any field that you do * not populate in the submitted beacon will be permanently erased**, so you * should follow the "read, modify, write" pattern to avoid inadvertently * destroying data. * * Changes to the beacon status via this method will be silently ignored. To * update beacon status, use the separate methods on this API for activation, * deactivation, and decommissioning. Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **Is owner** or **Can edit** permissions in the Google * Developers Console project. (beacons.update) * * @param string $beaconName Resource name of this beacon. A beacon name has the * format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by * the beacon and N is a code for the beacon's type. Possible values are `3` for * Eddystone, `1` for iBeacon, or `5` for AltBeacon. * * This field must be left empty when registering. After reading a beacon, * clients can use the name for future operations. * @param Google_Service_Proximitybeacon_Beacon $postBody * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the beacon to update. If the * project id is not specified then the project making the request is used. The * project id must match the project that owns the beacon. Optional. * @return Google_Service_Proximitybeacon_Beacon */ public function update($beaconName, Google_Service_Proximitybeacon_Beacon $postBody, $optParams = array()) { $params = array('beaconName' => $beaconName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Proximitybeacon_Beacon"); } } PK. Z0Ed [vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Namespaces.phpnu[ * $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $namespaces = $proximitybeaconService->namespaces; * */ class Google_Service_Proximitybeacon_Resource_Namespaces extends Google_Service_Resource { /** * Lists all attachment namespaces owned by your Google Developers Console * project. Attachment data associated with a beacon must include a namespaced * type, and the namespace must be owned by your project. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in * the Google Developers Console project. (namespaces.listNamespaces) * * @param array $optParams Optional parameters. * * @opt_param string projectId The project id to list namespaces under. * Optional. * @return Google_Service_Proximitybeacon_ListNamespacesResponse */ public function listNamespaces($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListNamespacesResponse"); } /** * Updates the information about the specified namespace. Only the namespace * visibility can be updated. (namespaces.update) * * @param string $namespaceName Resource name of this namespace. Namespaces * names have the format: namespaces/namespace. * @param Google_Service_Proximitybeacon_ProximitybeaconNamespace $postBody * @param array $optParams Optional parameters. * * @opt_param string projectId The project id of the namespace to update. If the * project id is not specified then the project making the request is used. The * project id must match the project that owns the beacon. Optional. * @return Google_Service_Proximitybeacon_ProximitybeaconNamespace */ public function update($namespaceName, Google_Service_Proximitybeacon_ProximitybeaconNamespace $postBody, $optParams = array()) { $params = array('namespaceName' => $namespaceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Proximitybeacon_ProximitybeaconNamespace"); } } PK. Zn cvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsDiagnostics.phpnu[ * $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $diagnostics = $proximitybeaconService->diagnostics; * */ class Google_Service_Proximitybeacon_Resource_BeaconsDiagnostics extends Google_Service_Resource { /** * List the diagnostics for a single beacon. You can also list diagnostics for * all the beacons owned by your Google Developers Console project by using the * beacon name `beacons/-`. * * Authenticate using an [OAuth access * token](https://developers.google.com/identity/protocols/OAuth2) from a * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in * the Google Developers Console project. (diagnostics.listBeaconsDiagnostics) * * @param string $beaconName Beacon that the diagnostics are for. * @param array $optParams Optional parameters. * * @opt_param string pageToken Requests results that occur after the * `page_token`, obtained from the response to a previous request. Optional. * @opt_param int pageSize Specifies the maximum number of results to return. * Defaults to 10. Maximum 1000. Optional. * @opt_param string alertFilter Requests only beacons that have the given * alert. For example, to find beacons that have low batteries use * `alert_filter=LOW_BATTERY`. * @opt_param string projectId Requests only diagnostic records for the given * project id. If not set, then the project making the request will be used for * looking up diagnostic records. Optional. * @return Google_Service_Proximitybeacon_ListDiagnosticsResponse */ public function listBeaconsDiagnostics($beaconName, $optParams = array()) { $params = array('beaconName' => $beaconName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListDiagnosticsResponse"); } } PK. ZIG[vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beaconinfo.phpnu[ * $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $beaconinfo = $proximitybeaconService->beaconinfo; * */ class Google_Service_Proximitybeacon_Resource_Beaconinfo extends Google_Service_Resource { /** * Given one or more beacon observations, returns any beacon information and * attachments accessible to your application. Authorize by using the [API * key](https://developers.google.com/beacons/proximity/get- * started#request_a_browser_api_key) for the application. * (beaconinfo.getforobserved) * * @param Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse */ public function getforobserved(Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getforobserved', array($params), "Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse"); } } PK. ZYgXvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/V1beta1.phpnu[ * $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $v1beta1 = $proximitybeaconService->v1beta1; * */ class Google_Service_Proximitybeacon_Resource_V1beta1 extends Google_Service_Resource { /** * Gets the Proximity Beacon API's current public key and associated parameters * used to initiate the Diffie-Hellman key exchange required to register a * beacon that broadcasts the Eddystone-EID format. This key changes * periodically; clients may cache it and re-use the same public key to * provision and register multiple beacons. However, clients should be prepared * to refresh this key when they encounter an error registering an Eddystone-EID * beacon. (v1beta1.getEidparams) * * @param array $optParams Optional parameters. * @return Google_Service_Proximitybeacon_EphemeralIdRegistrationParams */ public function getEidparams($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getEidparams', array($params), "Google_Service_Proximitybeacon_EphemeralIdRegistrationParams"); } } PK. Zh[S44Svendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Diagnostics.phpnu[alerts = $alerts; } public function getAlerts() { return $this->alerts; } public function setBeaconName($beaconName) { $this->beaconName = $beaconName; } public function getBeaconName() { return $this->beaconName; } /** * @param Google_Service_Proximitybeacon_Date */ public function setEstimatedLowBatteryDate(Google_Service_Proximitybeacon_Date $estimatedLowBatteryDate) { $this->estimatedLowBatteryDate = $estimatedLowBatteryDate; } /** * @return Google_Service_Proximitybeacon_Date */ public function getEstimatedLowBatteryDate() { return $this->estimatedLowBatteryDate; } } PK. Zggavendor/google/apiclient-services/src/Google/Service/Proximitybeacon/DeleteAttachmentsResponse.phpnu[numDeleted = $numDeleted; } public function getNumDeleted() { return $this->numDeleted; } } PK. Zn>Vvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AttachmentInfo.phpnu[data = $data; } public function getData() { return $this->data; } public function setMaxDistanceMeters($maxDistanceMeters) { $this->maxDistanceMeters = $maxDistanceMeters; } public function getMaxDistanceMeters() { return $this->maxDistanceMeters; } public function setNamespacedType($namespacedType) { $this->namespacedType = $namespacedType; } public function getNamespacedType() { return $this->namespacedType; } } PK. ZO%Svendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.phpnu[advertisedId = $advertisedId; } /** * @return Google_Service_Proximitybeacon_AdvertisedId */ public function getAdvertisedId() { return $this->advertisedId; } public function setTelemetry($telemetry) { $this->telemetry = $telemetry; } public function getTelemetry() { return $this->telemetry; } public function setTimestampMs($timestampMs) { $this->timestampMs = $timestampMs; } public function getTimestampMs() { return $this->timestampMs; } } PK. Z hhXvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.phpnu[attachmentName = $attachmentName; } public function getAttachmentName() { return $this->attachmentName; } public function setCreationTimeMs($creationTimeMs) { $this->creationTimeMs = $creationTimeMs; } public function getCreationTimeMs() { return $this->creationTimeMs; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setMaxDistanceMeters($maxDistanceMeters) { $this->maxDistanceMeters = $maxDistanceMeters; } public function getMaxDistanceMeters() { return $this->maxDistanceMeters; } public function setNamespacedType($namespacedType) { $this->namespacedType = $namespacedType; } public function getNamespacedType() { return $this->namespacedType; } } PK. ZoNtthvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsRequest.phpnu[namespacedTypes = $namespacedTypes; } public function getNamespacedTypes() { return $this->namespacedTypes; } /** * @param Google_Service_Proximitybeacon_Observation */ public function setObservations($observations) { $this->observations = $observations; } /** * @return Google_Service_Proximitybeacon_Observation */ public function getObservations() { return $this->observations; } } PK. ZW9Nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK. Z,~TT_vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.phpnu[diagnostics = $diagnostics; } /** * @return Google_Service_Proximitybeacon_Diagnostics */ public function getDiagnostics() { return $this->diagnostics; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Z~o\vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.phpnu[namespaces = $namespaces; } /** * @return Google_Service_Proximitybeacon_ProximitybeaconNamespace */ public function getNamespaces() { return $this->namespaces; } } PK. Zjjivendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.phpnu[beacons = $beacons; } /** * @return Google_Service_Proximitybeacon_BeaconInfo */ public function getBeacons() { return $this->beacons; } } PK. ZgǨRvendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.phpnu[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; } } PK. ZXs,,Pvendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.phpnu[name = $name; } public function getName() { return $this->name; } } PK. ZHL nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesMetadata.phpnu[common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata */ public function getCommon() { return $this->common; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter) { $this->entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setOutputUrlPrefix($outputUrlPrefix) { $this->outputUrlPrefix = $outputUrlPrefix; } public function getOutputUrlPrefix() { return $this->outputUrlPrefix; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressEntities() { return $this->progressEntities; } } PK. ZzYvendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.phpnu[transactionOptions = $transactionOptions; } /** * @return Google_Service_Datastore_TransactionOptions */ public function getTransactionOptions() { return $this->transactionOptions; } } PK. Z{  Mvendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.phpnu[namespaceId = $namespaceId; } public function getNamespaceId() { return $this->namespaceId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK. ZpnRvendor/google/apiclient-services/src/Google/Service/Datastore/RollbackResponse.phpnu[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; } } PK. Z@@dvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1EntityFilter.phpnu[kinds = $kinds; } public function getKinds() { return $this->kinds; } public function setNamespaceIds($namespaceIds) { $this->namespaceIds = $namespaceIds; } public function getNamespaceIds() { return $this->namespaceIds; } } PK. ZZ^]]Pvendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.phpnu[indexUpdates = $indexUpdates; } public function getIndexUpdates() { return $this->indexUpdates; } /** * @param Google_Service_Datastore_MutationResult[] */ public function setMutationResults($mutationResults) { $this->mutationResults = $mutationResults; } /** * @return Google_Service_Datastore_MutationResult[] */ public function getMutationResults() { return $this->mutationResults; } } PK. Zia Gvendor/google/apiclient-services/src/Google/Service/Datastore/Query.phpnu[distinctOn = $distinctOn; } /** * @return Google_Service_Datastore_PropertyReference[] */ public function getDistinctOn() { return $this->distinctOn; } public function setEndCursor($endCursor) { $this->endCursor = $endCursor; } public function getEndCursor() { return $this->endCursor; } /** * @param Google_Service_Datastore_Filter */ public function setFilter(Google_Service_Datastore_Filter $filter) { $this->filter = $filter; } /** * @return Google_Service_Datastore_Filter */ public function getFilter() { return $this->filter; } /** * @param Google_Service_Datastore_KindExpression[] */ public function setKind($kind) { $this->kind = $kind; } /** * @return Google_Service_Datastore_KindExpression[] */ public function getKind() { return $this->kind; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } /** * @param Google_Service_Datastore_PropertyOrder[] */ public function setOrder($order) { $this->order = $order; } /** * @return Google_Service_Datastore_PropertyOrder[] */ public function getOrder() { return $this->order; } /** * @param Google_Service_Datastore_Projection[] */ public function setProjection($projection) { $this->projection = $projection; } /** * @return Google_Service_Datastore_Projection[] */ public function getProjection() { return $this->projection; } public function setStartCursor($startCursor) { $this->startCursor = $startCursor; } public function getStartCursor() { return $this->startCursor; } } PK. Z<LLmvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesRequest.phpnu[entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setOutputUrlPrefix($outputUrlPrefix) { $this->outputUrlPrefix = $outputUrlPrefix; } public function getOutputUrlPrefix() { return $this->outputUrlPrefix; } } PK. Zz77Mvendor/google/apiclient-services/src/Google/Service/Datastore/PathElement.phpnu[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; } } PK. Z%^^kvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ListIndexesResponse.phpnu[indexes = $indexes; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Index[] */ public function getIndexes() { return $this->indexes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK. Zwgvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexedProperty.phpnu[direction = $direction; } public function getDirection() { return $this->direction; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK. ZRizOvendor/google/apiclient-services/src/Google/Service/Datastore/CommitRequest.phpnu[mode = $mode; } public function getMode() { return $this->mode; } /** * @param Google_Service_Datastore_Mutation[] */ public function setMutations($mutations) { $this->mutations = $mutations; } /** * @return Google_Service_Datastore_Mutation[] */ public function getMutations() { return $this->mutations; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK. ZVmmnvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesResponse.phpnu[outputUrl = $outputUrl; } public function getOutputUrl() { return $this->outputUrl; } } PK. Zk.I^^Qvendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.phpnu[transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK. ZEvendor/google/apiclient-services/src/Google/Service/Datastore/Key.phpnu[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; } } PK. ZG''Lvendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.phpnu[values = $values; } /** * @return Google_Service_Datastore_Value[] */ public function getValues() { return $this->values; } } PK. Z7)|?3 3 Jvendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.phpnu[baseVersion = $baseVersion; } public function getBaseVersion() { return $this->baseVersion; } /** * @param Google_Service_Datastore_Key */ public function setDelete(Google_Service_Datastore_Key $delete) { $this->delete = $delete; } /** * @return Google_Service_Datastore_Key */ public function getDelete() { return $this->delete; } /** * @param Google_Service_Datastore_Entity */ public function setInsert(Google_Service_Datastore_Entity $insert) { $this->insert = $insert; } /** * @return Google_Service_Datastore_Entity */ public function getInsert() { return $this->insert; } /** * @param Google_Service_Datastore_Entity */ public function setUpdate(Google_Service_Datastore_Entity $update) { $this->update = $update; } /** * @return Google_Service_Datastore_Entity */ public function getUpdate() { return $this->update; } /** * @param Google_Service_Datastore_Entity */ public function setUpsert(Google_Service_Datastore_Entity $upsert) { $this->upsert = $upsert; } /** * @return Google_Service_Datastore_Entity */ public function getUpsert() { return $this->upsert; } } PK. ZoBBPvendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.phpnu[op = $op; } public function getOp() { return $this->op; } /** * @param Google_Service_Datastore_PropertyReference */ public function setProperty(Google_Service_Datastore_PropertyReference $property) { $this->property = $property; } /** * @return Google_Service_Datastore_PropertyReference */ public function getProperty() { return $this->property; } /** * @param Google_Service_Datastore_Value */ public function setValue(Google_Service_Datastore_Value $value) { $this->value = $value; } /** * @return Google_Service_Datastore_Value */ public function getValue() { return $this->value; } } PK. ZHwPPLvendor/google/apiclient-services/src/Google/Service/Datastore/Projection.phpnu[property = $property; } /** * @return Google_Service_Datastore_PropertyReference */ public function getProperty() { return $this->property; } } PK. Z+a9Qvendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.phpnu[filters = $filters; } /** * @return Google_Service_Datastore_Filter[] */ public function getFilters() { return $this->filters; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } } PK. Z篡]vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Index.phpnu[ancestor = $ancestor; } public function getAncestor() { return $this->ancestor; } public function setIndexId($indexId) { $this->indexId = $indexId; } public function getIndexId() { return $this->indexId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1IndexedProperty[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1IndexedProperty[] */ public function getProperties() { return $this->properties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK. Z/5.Kvendor/google/apiclient-services/src/Google/Service/Datastore/ReadWrite.phpnu[previousTransaction = $previousTransaction; } public function getPreviousTransaction() { return $this->previousTransaction; } } PK. Z  Pvendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.phpnu[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; } } PK. Zy"\vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Datastore_Status */ public function setError(Google_Service_Datastore_Status $error) { $this->error = $error; } /** * @return Google_Service_Datastore_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK. Z<Zvendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.phpnu[ * $datastoreService = new Google_Service_Datastore(...); * $indexes = $datastoreService->indexes; * */ class Google_Service_Datastore_Resource_ProjectsIndexes extends Google_Service_Resource { /** * Creates the specified index. A newly created index's initial state is * `CREATING`. On completion of the returned google.longrunning.Operation, the * state will be `READY`. If the index already exists, the call will return an * `ALREADY_EXISTS` status. During index creation, the process could result in * an error, in which case the index will move to the `ERROR` state. The process * can be recovered by fixing the data that caused the error, removing the index * with delete, then re-creating the index with create. Indexes with a single * property cannot be created. (indexes.create) * * @param string $projectId Project ID against which to make the request. * @param Google_Service_Datastore_GoogleDatastoreAdminV1Index $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_GoogleLongrunningOperation */ public function create($projectId, Google_Service_Datastore_GoogleDatastoreAdminV1Index $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); } /** * Deletes an existing index. An index can only be deleted if it is in a `READY` * or `ERROR` state. On successful execution of the request, the index will be * in a `DELETING` state. And on completion of the returned * google.longrunning.Operation, the index will be removed. During index * deletion, the process could result in an error, in which case the index will * move to the `ERROR` state. The process can be recovered by fixing the data * that caused the error, followed by calling delete again. (indexes.delete) * * @param string $projectId Project ID against which to make the request. * @param string $indexId The resource ID of the index to delete. * @param array $optParams Optional parameters. * @return Google_Service_Datastore_GoogleLongrunningOperation */ public function delete($projectId, $indexId, $optParams = array()) { $params = array('projectId' => $projectId, 'indexId' => $indexId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); } /** * Gets an index. (indexes.get) * * @param string $projectId Project ID against which to make the request. * @param string $indexId The resource ID of the index to get. * @param array $optParams Optional parameters. * @return Google_Service_Datastore_GoogleDatastoreAdminV1Index */ public function get($projectId, $indexId, $optParams = array()) { $params = array('projectId' => $projectId, 'indexId' => $indexId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Datastore_GoogleDatastoreAdminV1Index"); } /** * Lists the indexes that match the specified filters. Datastore uses an * eventually consistent query to fetch the list of indexes and may occasionally * return stale results. (indexes.listProjectsIndexes) * * @param string $projectId Project ID against which to make the request. * @param array $optParams Optional parameters. * * @opt_param string filter * @opt_param int pageSize The maximum number of items to return. If zero, then * all results will be returned. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_Datastore_GoogleDatastoreAdminV1ListIndexesResponse */ public function listProjectsIndexes($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Datastore_GoogleDatastoreAdminV1ListIndexesResponse"); } } PK. Zx  Svendor/google/apiclient-services/src/Google/Service/Datastore/Resource/Projects.phpnu[ * $datastoreService = new Google_Service_Datastore(...); * $projects = $datastoreService->projects; * */ class Google_Service_Datastore_Resource_Projects extends Google_Service_Resource { /** * Allocates IDs for the given keys, which is useful for referencing an entity * before it is inserted. (projects.allocateIds) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_AllocateIdsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_AllocateIdsResponse */ public function allocateIds($projectId, Google_Service_Datastore_AllocateIdsRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse"); } /** * Begins a new transaction. (projects.beginTransaction) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_BeginTransactionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_BeginTransactionResponse */ public function beginTransaction($projectId, Google_Service_Datastore_BeginTransactionRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse"); } /** * Commits a transaction, optionally creating, deleting or modifying some * entities. (projects.commit) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_CommitRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_CommitResponse */ public function commit($projectId, Google_Service_Datastore_CommitRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse"); } /** * Exports a copy of all or a subset of entities from Google Cloud Datastore to * another storage system, such as Google Cloud Storage. Recent updates to * entities may not be reflected in the export. The export occurs in the * background and its progress can be monitored and managed via the Operation * resource that is created. The output of an export may only be used once the * associated operation is done. If an export operation is cancelled before * completion it may leave partial data behind in Google Cloud Storage. * (projects.export) * * @param string $projectId Required. 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 Required. Project ID against which to make the * request. * @param Google_Service_Datastore_GoogleDatastoreAdminV1ImportEntitiesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_GoogleLongrunningOperation */ public function import($projectId, Google_Service_Datastore_GoogleDatastoreAdminV1ImportEntitiesRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('import', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); } /** * Looks up entities by key. (projects.lookup) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_LookupRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_LookupResponse */ public function lookup($projectId, Google_Service_Datastore_LookupRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse"); } /** * Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore. * (projects.reserveIds) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_ReserveIdsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_ReserveIdsResponse */ public function reserveIds($projectId, Google_Service_Datastore_ReserveIdsRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reserveIds', array($params), "Google_Service_Datastore_ReserveIdsResponse"); } /** * Rolls back a transaction. (projects.rollback) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_RollbackRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_RollbackResponse */ public function rollback($projectId, Google_Service_Datastore_RollbackRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse"); } /** * Queries for entities. (projects.runQuery) * * @param string $projectId Required. The ID of the project against which to * make the request. * @param Google_Service_Datastore_RunQueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Datastore_RunQueryResponse */ public function runQuery($projectId, Google_Service_Datastore_RunQueryRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runQuery', array($params), "Google_Service_Datastore_RunQueryResponse"); } } PK. ZTUU]vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.phpnu[ * $datastoreService = new Google_Service_Datastore(...); * $operations = $datastoreService->operations; * */ class Google_Service_Datastore_Resource_ProjectsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Datastore_DatastoreEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Datastore_DatastoreEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Datastore_DatastoreEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Datastore_DatastoreEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Datastore_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_Datastore_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Datastore_GoogleLongrunningListOperationsResponse"); } } PK. Zƅttivendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Datastore_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Datastore_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK. Z<,  kvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1CommonMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK. Z~ nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesMetadata.phpnu[common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata */ public function getCommon() { return $this->common; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter) { $this->entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setInputUrl($inputUrl) { $this->inputUrl = $inputUrl; } public function getInputUrl() { return $this->inputUrl; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressEntities() { return $this->progressEntities; } } PK. Zw(Tvendor/google/apiclient-services/src/Google/Service/Datastore/TransactionOptions.phpnu[readOnly = $readOnly; } /** * @return Google_Service_Datastore_ReadOnly */ public function getReadOnly() { return $this->readOnly; } /** * @param Google_Service_Datastore_ReadWrite */ public function setReadWrite(Google_Service_Datastore_ReadWrite $readWrite) { $this->readWrite = $readWrite; } /** * @return Google_Service_Datastore_ReadWrite */ public function getReadWrite() { return $this->readWrite; } } PK. ZY0vSvendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsRequest.phpnu[databaseId = $databaseId; } public function getDatabaseId() { return $this->databaseId; } /** * @param Google_Service_Datastore_Key[] */ public function setKeys($keys) { $this->keys = $keys; } /** * @return Google_Service_Datastore_Key[] */ public function getKeys() { return $this->keys; } } PK. Zll8rrsvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesResponse.phpnu[outputUrl = $outputUrl; } public function getOutputUrl() { return $this->outputUrl; } } PK. ZO O Rvendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.phpnu[endCursor = $endCursor; } public function getEndCursor() { return $this->endCursor; } public function setEntityResultType($entityResultType) { $this->entityResultType = $entityResultType; } public function getEntityResultType() { return $this->entityResultType; } /** * @param Google_Service_Datastore_EntityResult[] */ public function setEntityResults($entityResults) { $this->entityResults = $entityResults; } /** * @return Google_Service_Datastore_EntityResult[] */ public function getEntityResults() { return $this->entityResults; } public function setMoreResults($moreResults) { $this->moreResults = $moreResults; } public function getMoreResults() { return $this->moreResults; } public function setSkippedCursor($skippedCursor) { $this->skippedCursor = $skippedCursor; } public function getSkippedCursor() { return $this->skippedCursor; } public function setSkippedResults($skippedResults) { $this->skippedResults = $skippedResults; } public function getSkippedResults() { return $this->skippedResults; } public function setSnapshotVersion($snapshotVersion) { $this->snapshotVersion = $snapshotVersion; } public function getSnapshotVersion() { return $this->snapshotVersion; } } PK. Zgw3ڗJvendor/google/apiclient-services/src/Google/Service/Datastore/ReadOnly.phpnu[keys = $keys; } /** * @return Google_Service_Datastore_Key[] */ public function getKeys() { return $this->keys; } } PK. ZyЖJvendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.phpnu[allowLiterals = $allowLiterals; } public function getAllowLiterals() { return $this->allowLiterals; } /** * @param Google_Service_Datastore_GqlQueryParameter[] */ public function setNamedBindings($namedBindings) { $this->namedBindings = $namedBindings; } /** * @return Google_Service_Datastore_GqlQueryParameter[] */ public function getNamedBindings() { return $this->namedBindings; } /** * @param Google_Service_Datastore_GqlQueryParameter[] */ public function setPositionalBindings($positionalBindings) { $this->positionalBindings = $positionalBindings; } /** * @return Google_Service_Datastore_GqlQueryParameter[] */ public function getPositionalBindings() { return $this->positionalBindings; } public function setQueryString($queryString) { $this->queryString = $queryString; } public function getQueryString() { return $this->queryString; } } PK. ZG:fjjHvendor/google/apiclient-services/src/Google/Service/Datastore/Entity.phpnu[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; } } PK. ZOË(Svendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.phpnu[cursor = $cursor; } public function getCursor() { return $this->cursor; } /** * @param Google_Service_Datastore_Value */ public function setValue(Google_Service_Datastore_Value $value) { $this->value = $value; } /** * @return Google_Service_Datastore_Value */ public function getValue() { return $this->value; } } PK. ZA Qvendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryRequest.phpnu[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; } } PK. Z^//Svendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.phpnu[name = $name; } public function getName() { return $this->name; } } PK. Zб  svendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ImportEntitiesMetadata.phpnu[common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata */ public function getCommon() { return $this->common; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter */ public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter $entityFilter) { $this->entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setInputUrl($inputUrl) { $this->inputUrl = $inputUrl; } public function getInputUrl() { return $this->inputUrl; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function getProgressEntities() { return $this->progressEntities; } } PK. Z1 55Mvendor/google/apiclient-services/src/Google/Service/Datastore/ReadOptions.phpnu[readConsistency = $readConsistency; } public function getReadConsistency() { return $this->readConsistency; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK. Z顂Ovendor/google/apiclient-services/src/Google/Service/Datastore/LookupRequest.phpnu[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; } } PK. ZHvendor/google/apiclient-services/src/Google/Service/Datastore/Status.phpnu[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; } } PK. Z8ks7yyPvendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.phpnu[conflictDetected = $conflictDetected; } public function getConflictDetected() { return $this->conflictDetected; } /** * @param Google_Service_Datastore_Key */ public function setKey(Google_Service_Datastore_Key $key) { $this->key = $key; } /** * @return Google_Service_Datastore_Key */ public function getKey() { return $this->key; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK. ZMMevendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1Progress.phpnu[workCompleted = $workCompleted; } public function getWorkCompleted() { return $this->workCompleted; } public function setWorkEstimated($workEstimated) { $this->workEstimated = $workEstimated; } public function getWorkEstimated() { return $this->workEstimated; } } PK. ZggZvendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.phpnu[transaction = $transaction; } public function getTransaction() { return $this->transaction; } } PK. Z{{nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexOperationMetadata.phpnu[common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata */ public function getCommon() { return $this->common; } public function setIndexId($indexId) { $this->indexId = $indexId; } public function getIndexId() { return $this->indexId; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressEntities() { return $this->progressEntities; } } PK. ZorEEivendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1EntityFilter.phpnu[kinds = $kinds; } public function getKinds() { return $this->kinds; } public function setNamespaceIds($namespaceIds) { $this->namespaceIds = $namespaceIds; } public function getNamespaceIds() { return $this->namespaceIds; } } PK. ZNʶUUNvendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.phpnu[cursor = $cursor; } public function getCursor() { return $this->cursor; } /** * @param Google_Service_Datastore_Entity */ public function setEntity(Google_Service_Datastore_Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_Datastore_Entity */ public function getEntity() { return $this->entity; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Z FHvendor/google/apiclient-services/src/Google/Service/Datastore/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK/ Zt`fvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1CommonMetadata.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK/ Z+xM4 4 svendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesMetadata.phpnu[common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata */ public function getCommon() { return $this->common; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter */ public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter $entityFilter) { $this->entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setOutputUrlPrefix($outputUrlPrefix) { $this->outputUrlPrefix = $outputUrlPrefix; } public function getOutputUrlPrefix() { return $this->outputUrlPrefix; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress */ public function getProgressEntities() { return $this->progressEntities; } } PK/ ZU6mvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesRequest.phpnu[entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setInputUrl($inputUrl) { $this->inputUrl = $inputUrl; } public function getInputUrl() { return $this->inputUrl; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK/ Z_fPvendor/google/apiclient-services/src/Google/Service/Datastore/DatastoreEmpty.phpnu[direction = $direction; } public function getDirection() { return $this->direction; } /** * @param Google_Service_Datastore_PropertyReference */ public function setProperty(Google_Service_Datastore_PropertyReference $property) { $this->property = $property; } /** * @return Google_Service_Datastore_PropertyReference */ public function getProperty() { return $this->property; } } PK/ ZJ@@HH`vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Progress.phpnu[workCompleted = $workCompleted; } public function getWorkCompleted() { return $this->workCompleted; } public function setWorkEstimated($workEstimated) { $this->workEstimated = $workEstimated; } public function getWorkEstimated() { return $this->workEstimated; } } PK/ Z|wʞGvendor/google/apiclient-services/src/Google/Service/Datastore/Value.phpnu[arrayValue = $arrayValue; } /** * @return Google_Service_Datastore_ArrayValue */ public function getArrayValue() { return $this->arrayValue; } public function setBlobValue($blobValue) { $this->blobValue = $blobValue; } public function getBlobValue() { return $this->blobValue; } public function setBooleanValue($booleanValue) { $this->booleanValue = $booleanValue; } public function getBooleanValue() { return $this->booleanValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param Google_Service_Datastore_Entity */ public function setEntityValue(Google_Service_Datastore_Entity $entityValue) { $this->entityValue = $entityValue; } /** * @return Google_Service_Datastore_Entity */ public function getEntityValue() { return $this->entityValue; } public function setExcludeFromIndexes($excludeFromIndexes) { $this->excludeFromIndexes = $excludeFromIndexes; } public function getExcludeFromIndexes() { return $this->excludeFromIndexes; } /** * @param Google_Service_Datastore_LatLng */ public function setGeoPointValue(Google_Service_Datastore_LatLng $geoPointValue) { $this->geoPointValue = $geoPointValue; } /** * @return Google_Service_Datastore_LatLng */ public function getGeoPointValue() { return $this->geoPointValue; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } /** * @param Google_Service_Datastore_Key */ public function setKeyValue(Google_Service_Datastore_Key $keyValue) { $this->keyValue = $keyValue; } /** * @return Google_Service_Datastore_Key */ public function getKeyValue() { return $this->keyValue; } public function setMeaning($meaning) { $this->meaning = $meaning; } public function getMeaning() { return $this->meaning; } public function setNullValue($nullValue) { $this->nullValue = $nullValue; } public function getNullValue() { return $this->nullValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } } PK/ ZɔTvendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.phpnu[keys = $keys; } /** * @return Google_Service_Datastore_Key[] */ public function getKeys() { return $this->keys; } } PK/ ZsTvendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsResponse.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PubsubLite extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $admin_projects_locations_subscriptions; public $admin_projects_locations_topics; public $admin_projects_locations_topics_subscriptions; public $cursor_projects_locations_subscriptions_cursors; public $topicStats_projects_locations_topics; /** * Constructs the internal representation of the PubsubLite service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://pubsublite.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'pubsublite'; $this->admin_projects_locations_subscriptions = new Google_Service_PubsubLite_Resource_AdminProjectsLocationsSubscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'create' => array( 'path' => 'v1/admin/{+parent}/subscriptions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skipBacklog' => array( 'location' => 'query', 'type' => 'boolean', ), 'subscriptionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/admin/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/admin/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/admin/{+parent}/subscriptions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/admin/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->admin_projects_locations_topics = new Google_Service_PubsubLite_Resource_AdminProjectsLocationsTopics( $this, $this->serviceName, 'topics', array( 'methods' => array( 'create' => array( 'path' => 'v1/admin/{+parent}/topics', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'topicId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/admin/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/admin/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getPartitions' => array( 'path' => 'v1/admin/{+name}/partitions', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/admin/{+parent}/topics', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/admin/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->admin_projects_locations_topics_subscriptions = new Google_Service_PubsubLite_Resource_AdminProjectsLocationsTopicsSubscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'list' => array( 'path' => 'v1/admin/{+name}/subscriptions', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->cursor_projects_locations_subscriptions_cursors = new Google_Service_PubsubLite_Resource_CursorProjectsLocationsSubscriptionsCursors( $this, $this->serviceName, 'cursors', array( 'methods' => array( 'list' => array( 'path' => 'v1/cursor/{+parent}/cursors', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->topicStats_projects_locations_topics = new Google_Service_PubsubLite_Resource_TopicStatsProjectsLocationsTopics( $this, $this->serviceName, 'topics', array( 'methods' => array( 'computeHeadCursor' => array( 'path' => 'v1/topicStats/{+topic}:computeHeadCursor', 'httpMethod' => 'POST', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'computeMessageStats' => array( 'path' => 'v1/topicStats/{+topic}:computeMessageStats', 'httpMethod' => 'POST', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ ZL5Pvendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl.phpnu[ * Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given * list of public URL(s).

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Acceleratedmobilepageurl extends Google_Service { public $ampUrls; /** * Constructs the internal representation of the Acceleratedmobilepageurl * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://acceleratedmobilepageurl.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'acceleratedmobilepageurl'; $this->ampUrls = new Google_Service_Acceleratedmobilepageurl_Resource_AmpUrls( $this, $this->serviceName, 'ampUrls', array( 'methods' => array( 'batchGet' => array( 'path' => 'v1/ampUrls:batchGet', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK/ Z 湞Bvendor/google/apiclient-services/src/Google/Service/Reportcard.phpnu[ * Reportcard is an internal tool for serving non-critical notices to engineers * and application developers.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Reportcard extends Google_Service { public $mutes; public $notices; /** * Constructs the internal representation of the Reportcard service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'reportcard/v1/'; $this->version = 'v1'; $this->serviceName = 'reportcard'; $this->mutes = new Google_Service_Reportcard_Resource_Mutes( $this, $this->serviceName, 'mutes', array( 'methods' => array( 'delete' => array( 'path' => 'mutes/{mutesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'mutesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'mutes/{mutesId}', 'httpMethod' => 'GET', 'parameters' => array( 'mutesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'mutes', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'mutes', 'httpMethod' => 'GET', 'parameters' => array( 'consumer' => array( 'location' => 'query', 'type' => 'string', ), 'groupKey' => array( 'location' => 'query', 'type' => 'string', ), 'sourceKey' => array( 'location' => 'query', 'type' => 'string', ), 'supplier' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'mutes/{mutesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'mutesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'mutes/{mutesId}', 'httpMethod' => 'PUT', 'parameters' => array( 'mutesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->notices = new Google_Service_Reportcard_Resource_Notices( $this, $this->serviceName, 'notices', array( 'methods' => array( 'delete' => array( 'path' => 'notices/{noticesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'noticesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'notices/{noticesId}', 'httpMethod' => 'GET', 'parameters' => array( 'noticesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'notices', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'notices', 'httpMethod' => 'GET', 'parameters' => array( 'consumer' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'showMuted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'notices/{noticesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'noticesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'notices/{noticesId}', 'httpMethod' => 'PUT', 'parameters' => array( 'noticesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ Z-(G$G$Bvendor/google/apiclient-services/src/Google/Service/JobService.phpnu[ * Cloud Talent Solution provides the capability to create, read, update, and * delete job postings, as well as search jobs based on keywords and filters.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_JobService extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage job postings. */ const JOBS = "https://www.googleapis.com/auth/jobs"; public $companies; public $companies_jobs; public $jobs; public $v2; /** * Constructs the internal representation of the JobService service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://jobs.googleapis.com/'; $this->servicePath = ''; $this->version = 'v2'; $this->serviceName = 'jobs'; $this->companies = new Google_Service_JobService_Resource_Companies( $this, $this->serviceName, 'companies', array( 'methods' => array( 'create' => array( 'path' => 'v2/companies', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/companies', 'httpMethod' => 'GET', 'parameters' => array( 'mustHaveOpenJobs' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateCompanyFields' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->companies_jobs = new Google_Service_JobService_Resource_CompaniesJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+companyName}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'companyName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeJobsCount' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'idsOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'jobRequisitionId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->jobs = new Google_Service_JobService_Resource_Jobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'batchDelete' => array( 'path' => 'v2/jobs:batchDelete', 'httpMethod' => 'POST', 'parameters' => array(), ),'create' => array( 'path' => 'v2/jobs', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disableFastProcess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'deleteByFilter' => array( 'path' => 'v2/jobs:deleteByFilter', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'histogram' => array( 'path' => 'v2/jobs:histogram', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'v2/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'idsOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'v2/jobs:search', 'httpMethod' => 'POST', 'parameters' => array(), ),'searchForAlert' => array( 'path' => 'v2/jobs:searchForAlert', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->v2 = new Google_Service_JobService_Resource_V2( $this, $this->serviceName, 'v2', array( 'methods' => array( 'complete' => array( 'path' => 'v2:complete', 'httpMethod' => 'GET', 'parameters' => array( 'type' => array( 'location' => 'query', 'type' => 'string', ), 'companyName' => array( 'location' => 'query', 'type' => 'string', ), 'scope' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ ZqW*1 1 Qvendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.phpnu[applicationDataTransfers = $applicationDataTransfers; } /** * @return Google_Service_DataTransfer_ApplicationDataTransfer[] */ public function getApplicationDataTransfers() { return $this->applicationDataTransfers; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewOwnerUserId($newOwnerUserId) { $this->newOwnerUserId = $newOwnerUserId; } public function getNewOwnerUserId() { return $this->newOwnerUserId; } public function setOldOwnerUserId($oldOwnerUserId) { $this->oldOwnerUserId = $oldOwnerUserId; } public function getOldOwnerUserId() { return $this->oldOwnerUserId; } public function setOverallTransferStatusCode($overallTransferStatusCode) { $this->overallTransferStatusCode = $overallTransferStatusCode; } public function getOverallTransferStatusCode() { return $this->overallTransferStatusCode; } public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } public function getRequestTime() { return $this->requestTime; } } PK/ Z^vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.phpnu[dataTransfers = $dataTransfers; } /** * @return Google_Service_DataTransfer_DataTransfer[] */ public function getDataTransfers() { return $this->dataTransfers; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z2\vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.phpnu[applicationId = $applicationId; } public function getApplicationId() { return $this->applicationId; } /** * @param Google_Service_DataTransfer_ApplicationTransferParam[] */ public function setApplicationTransferParams($applicationTransferParams) { $this->applicationTransferParams = $applicationTransferParams; } /** * @return Google_Service_DataTransfer_ApplicationTransferParam[] */ public function getApplicationTransferParams() { return $this->applicationTransferParams; } public function setApplicationTransferStatus($applicationTransferStatus) { $this->applicationTransferStatus = $applicationTransferStatus; } public function getApplicationTransferStatus() { return $this->applicationTransferStatus; } } PK/ ZӏZvendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.phpnu[ * $adminService = new Google_Service_DataTransfer(...); * $applications = $adminService->applications; * */ class Google_Service_DataTransfer_Resource_Applications extends Google_Service_Resource { /** * Retrieves information about an application for the given application ID. * (applications.get) * * @param string $applicationId ID of the application resource to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_DataTransfer_Application */ public function get($applicationId, $optParams = array()) { $params = array('applicationId' => $applicationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataTransfer_Application"); } /** * Lists the applications available for data transfer for a customer. * (applications.listApplications) * * @param array $optParams Optional parameters. * * @opt_param string customerId Immutable ID of the Google Workspace account. * @opt_param int maxResults Maximum number of results to return. Default is * 100. * @opt_param string pageToken Token to specify next page in the list. * @return Google_Service_DataTransfer_ApplicationsListResponse */ public function listApplications($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataTransfer_ApplicationsListResponse"); } } PK/ ZK{3} } Wvendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Transfers.phpnu[ * $adminService = new Google_Service_DataTransfer(...); * $transfers = $adminService->transfers; * */ class Google_Service_DataTransfer_Resource_Transfers extends Google_Service_Resource { /** * Retrieves a data transfer request by its resource ID. (transfers.get) * * @param string $dataTransferId ID of the resource to be retrieved. This is * returned in the response from the insert method. * @param array $optParams Optional parameters. * @return Google_Service_DataTransfer_DataTransfer */ public function get($dataTransferId, $optParams = array()) { $params = array('dataTransferId' => $dataTransferId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataTransfer_DataTransfer"); } /** * Inserts a data transfer request. (transfers.insert) * * @param Google_Service_DataTransfer_DataTransfer $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataTransfer_DataTransfer */ public function insert(Google_Service_DataTransfer_DataTransfer $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_DataTransfer_DataTransfer"); } /** * Lists the transfers for a customer by source user, destination user, or * status. (transfers.listTransfers) * * @param array $optParams Optional parameters. * * @opt_param string customerId Immutable ID of the Google Workspace account. * @opt_param int maxResults Maximum number of results to return. Default is * 100. * @opt_param string newOwnerUserId Destination user's profile ID. * @opt_param string oldOwnerUserId Source user's profile ID. * @opt_param string pageToken Token to specify the next page in the list. * @opt_param string status Status of the transfer. * @return Google_Service_DataTransfer_DataTransfersListResponse */ public function listTransfers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataTransfer_DataTransfersListResponse"); } } PK/ ZoM{h]vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ ZzS8Pvendor/google/apiclient-services/src/Google/Service/DataTransfer/Application.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataTransfer_ApplicationTransferParam[] */ public function setTransferParams($transferParams) { $this->transferParams = $transferParams; } /** * @return Google_Service_DataTransfer_ApplicationTransferParam[] */ public function getTransferParams() { return $this->transferParams; } } PK/ ZMArr]vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationsListResponse.phpnu[applications = $applications; } /** * @return Google_Service_DataTransfer_Application[] */ public function getApplications() { return $this->applications; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZvWvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductList.phpnu[inAppProducts = $inAppProducts; } public function getInAppProducts() { return $this->inAppProducts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK/ Z)EYvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductPrices.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setValueMicros($valueMicros) { $this->valueMicros = $valueMicros; } public function getValueMicros() { return $this->valueMicros; } } PK/ ZzJvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Jwt.phpnu[jwt = $jwt; } public function getJwt() { return $this->jwt; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPaymentData($paymentData) { $this->paymentData = $paymentData; } public function getPaymentData() { return $this->paymentData; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK/ ZSORNvendor/google/apiclient-services/src/Google/Service/Chromewebstore/License.phpnu[accessLevel = $accessLevel; } public function getAccessLevel() { return $this->accessLevel; } public function setAppId($appId) { $this->appId = $appId; } public function getAppId() { return $this->appId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxAgeSecs($maxAgeSecs) { $this->maxAgeSecs = $maxAgeSecs; } public function getMaxAgeSecs() { return $this->maxAgeSecs; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK/ Z`靖Rvendor/google/apiclient-services/src/Google/Service/Chromewebstore/UserLicense.phpnu[accessLevel = $accessLevel; } public function getAccessLevel() { return $this->accessLevel; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxAgeSecs($maxAgeSecs) { $this->maxAgeSecs = $maxAgeSecs; } public function getMaxAgeSecs() { return $this->maxAgeSecs; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } } PK/ ZW  Kvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Item.phpnu[ "item_id", ); public $crxVersion; public $id; public $itemError; public $itemId; public $kind; public $publicKey; public $status; public $statusDetail; public $uploadState; public function setCrxVersion($crxVersion) { $this->crxVersion = $crxVersion; } public function getCrxVersion() { return $this->crxVersion; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setItemError($itemError) { $this->itemError = $itemError; } public function getItemError() { return $this->itemError; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } public function getPublicKey() { return $this->publicKey; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setUploadState($uploadState) { $this->uploadState = $uploadState; } public function getUploadState() { return $this->uploadState; } } PK/ Z}cRXvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Licenses.phpnu[ * $chromewebstoreService = new Google_Service_Chromewebstore(...); * $licenses = $chromewebstoreService->licenses; * */ class Google_Service_Chromewebstore_Resource_Licenses extends Google_Service_Resource { /** * Gets the licenses for Chrome hosted apps. (licenses.get) * * @param array $optParams Optional parameters. * @return Google_Service_Chromewebstore_License */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Chromewebstore_License"); } /** * Gets the licenses for Chrome packaged apps. (licenses.getUserLicense) * * @param array $optParams Optional parameters. * @return Google_Service_Chromewebstore_UserLicense */ public function getUserLicense($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getUserLicense', array($params), "Google_Service_Chromewebstore_UserLicense"); } } PK/ Z%# U U ]vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/InAppProducts.phpnu[ * $chromewebstoreService = new Google_Service_Chromewebstore(...); * $inAppProducts = $chromewebstoreService->inAppProducts; * */ class Google_Service_Chromewebstore_Resource_InAppProducts extends Google_Service_Resource { /** * Gets the in-app product information of an item. (inAppProducts.get) * * @param string $itemId The ID of the item to query for in-app products. * @param string $sku The in-app product ID. * @param array $optParams Optional parameters. * * @opt_param string gl Specifies the region code of the in-app product when * projection is THIN. * @opt_param string hl Specifies the language code of the in-app product when * projection is THIN. * @opt_param string projection Whether to return a subset of the result * @return Google_Service_Chromewebstore_InAppProduct */ public function get($itemId, $sku, $optParams = array()) { $params = array('itemId' => $itemId, 'sku' => $sku); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Chromewebstore_InAppProduct"); } /** * Lists the in-app product information of an item. * (inAppProducts.listInAppProducts) * * @param string $itemId The ID of the item to query for in-app products. * @param array $optParams Optional parameters. * * @opt_param string gl Specifies the region code of the in-app product when * projection is THIN. * @opt_param string hl Specifies the language code of the in-app product when * projection is THIN. * @opt_param string projection Whether to return a subset of the result * @return Google_Service_Chromewebstore_InAppProductList */ public function listInAppProducts($itemId, $optParams = array()) { $params = array('itemId' => $itemId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Chromewebstore_InAppProductList"); } } PK/ Zj}l l Xvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Payments.phpnu[ * $chromewebstoreService = new Google_Service_Chromewebstore(...); * $payments = $chromewebstoreService->payments; * */ class Google_Service_Chromewebstore_Resource_Payments extends Google_Service_Resource { /** * Inserts a cart and returns the JWT. (payments.buy) * * @param Google_Service_Chromewebstore_PaymentsBuyRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string projection Whether to return Play Store fields or just the * JWT. * @return Google_Service_Chromewebstore_Jwt */ public function buy(Google_Service_Chromewebstore_PaymentsBuyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('buy', array($params), "Google_Service_Chromewebstore_Jwt"); } /** * Consumes the in-app product for the user. (payments.delete) * * @param string $itemId The ID of the item to consume the in-app product. * @param string $sku The in-app product ID. * @param array $optParams Optional parameters. * @return Google_Service_Chromewebstore_PaymentsDeleteResponse */ public function delete($itemId, $sku, $optParams = array()) { $params = array('itemId' => $itemId, 'sku' => $sku); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Chromewebstore_PaymentsDeleteResponse"); } /** * Lists the in-app products that the user has purchased. * (payments.listPayments) * * @param array $optParams Optional parameters. * * @opt_param string projection Whether to return all fields or a subset. * @return Google_Service_Chromewebstore_PaymentsListResponse */ public function listPayments($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Chromewebstore_PaymentsListResponse"); } } PK/ Z|Uvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Items.phpnu[ * $chromewebstoreService = new Google_Service_Chromewebstore(...); * $items = $chromewebstoreService->items; * */ class Google_Service_Chromewebstore_Resource_Items extends Google_Service_Resource { /** * Gets your own Chrome Web Store item. (items.get) * * @param string $itemId Unique identifier representing the Chrome App, Chrome * Extension, or the Chrome Theme. * @param array $optParams Optional parameters. * * @opt_param string projection Determines which subset of the item information * to return. * @return Google_Service_Chromewebstore_Item */ public function get($itemId, $optParams = array()) { $params = array('itemId' => $itemId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Chromewebstore_Item"); } /** * Inserts a new item. (items.insert) * * @param array $optParams Optional parameters. * * @opt_param string publisherEmail The email of the publisher who owns the * items. Defaults to the caller's email address. * @return Google_Service_Chromewebstore_Item */ public function insert($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Chromewebstore_Item"); } /** * Updates an existing item. This method supports patch semantics. (items.patch) * * @param string $itemId The ID of the item to upload. * @param Google_Service_Chromewebstore_Item $postBody * @param array $optParams Optional parameters. * @return Google_Service_Chromewebstore_Item */ public function patch($itemId, Google_Service_Chromewebstore_Item $postBody, $optParams = array()) { $params = array('itemId' => $itemId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Chromewebstore_Item"); } /** * Publishes an item. (items.publish) * * @param string $itemId The ID of the item to publish. * @param Google_Service_Chromewebstore_PublishRequest $postBody * @param array $optParams Optional parameters. * * @opt_param int deployPercentage The deploy percentage you want to set for * your item. Valid values are [0, 100]. If set to any number less than 100, * only that many percentage of users will be allowed to get the update. * @opt_param string publishTarget Provide defined publishTarget in URL (case * sensitive): publishTarget="trustedTesters" or publishTarget="default". * Defaults to publishTarget="default". * @return Google_Service_Chromewebstore_Item */ public function publish($itemId, Google_Service_Chromewebstore_PublishRequest $postBody, $optParams = array()) { $params = array('itemId' => $itemId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_Chromewebstore_Item"); } /** * Updates an existing item. (items.update) * * @param string $itemId The ID of the item to upload. * @param Google_Service_Chromewebstore_Item $postBody * @param array $optParams Optional parameters. * @return Google_Service_Chromewebstore_Item */ public function update($itemId, Google_Service_Chromewebstore_Item $postBody, $optParams = array()) { $params = array('itemId' => $itemId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Chromewebstore_Item"); } } PK/ ZGG]vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsDeleteResponse.phpnu[status = $status; } public function getStatus() { return $this->status; } } PK/ Z1]vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductLocaleData.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK/ ZW##`vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsListResponseItems.phpnu[createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPaymentData($paymentData) { $this->paymentData = $paymentData; } public function getPaymentData() { return $this->paymentData; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } public function setSku($sku) { $this->sku = $sku; } public function getSku() { return $this->sku; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK/ ZUV!!Uvendor/google/apiclient-services/src/Google/Service/Chromewebstore/PublishRequest.phpnu[deployPercentage = $deployPercentage; } public function getDeployPercentage() { return $this->deployPercentage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK/ Z7YSvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProduct.phpnu[ "item_id", ); public $itemId; public $kind; protected $localeDataType = 'Google_Service_Chromewebstore_InAppProductLocaleData'; protected $localeDataDataType = 'array'; protected $pricesType = 'Google_Service_Chromewebstore_InAppProductPrices'; protected $pricesDataType = 'array'; public $sku; public $state; public $type; public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocaleData($localeData) { $this->localeData = $localeData; } public function getLocaleData() { return $this->localeData; } public function setPrices($prices) { $this->prices = $prices; } public function getPrices() { return $this->prices; } public function setSku($sku) { $this->sku = $sku; } public function getSku() { return $this->sku; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ ZccYvendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsBuyRequest.phpnu[gl = $gl; } public function getGl() { return $this->gl; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setPaymentVersion($paymentVersion) { $this->paymentVersion = $paymentVersion; } public function getPaymentVersion() { return $this->paymentVersion; } public function setSku($sku) { $this->sku = $sku; } public function getSku() { return $this->sku; } } PK/ Z !Tvendor/google/apiclient-services/src/Google/Service/CloudTasks/PurgeQueueRequest.phpnu[appEngineHttpRequest = $appEngineHttpRequest; } /** * @return Google_Service_CloudTasks_AppEngineHttpRequest */ public function getAppEngineHttpRequest() { return $this->appEngineHttpRequest; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDispatchCount($dispatchCount) { $this->dispatchCount = $dispatchCount; } public function getDispatchCount() { return $this->dispatchCount; } public function setDispatchDeadline($dispatchDeadline) { $this->dispatchDeadline = $dispatchDeadline; } public function getDispatchDeadline() { return $this->dispatchDeadline; } /** * @param Google_Service_CloudTasks_Attempt */ public function setFirstAttempt(Google_Service_CloudTasks_Attempt $firstAttempt) { $this->firstAttempt = $firstAttempt; } /** * @return Google_Service_CloudTasks_Attempt */ public function getFirstAttempt() { return $this->firstAttempt; } /** * @param Google_Service_CloudTasks_HttpRequest */ public function setHttpRequest(Google_Service_CloudTasks_HttpRequest $httpRequest) { $this->httpRequest = $httpRequest; } /** * @return Google_Service_CloudTasks_HttpRequest */ public function getHttpRequest() { return $this->httpRequest; } /** * @param Google_Service_CloudTasks_Attempt */ public function setLastAttempt(Google_Service_CloudTasks_Attempt $lastAttempt) { $this->lastAttempt = $lastAttempt; } /** * @return Google_Service_CloudTasks_Attempt */ public function getLastAttempt() { return $this->lastAttempt; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponseCount($responseCount) { $this->responseCount = $responseCount; } public function getResponseCount() { return $this->responseCount; } public function setScheduleTime($scheduleTime) { $this->scheduleTime = $scheduleTime; } public function getScheduleTime() { return $this->scheduleTime; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK/ ZPTvendor/google/apiclient-services/src/Google/Service/CloudTasks/ListTasksResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudTasks_Task[] */ public function setTasks($tasks) { $this->tasks = $tasks; } /** * @return Google_Service_CloudTasks_Task[] */ public function getTasks() { return $this->tasks; } } PK/ ZRRz#^ ^ Hvendor/google/apiclient-services/src/Google/Service/CloudTasks/Queue.phpnu[appEngineRoutingOverride = $appEngineRoutingOverride; } /** * @return Google_Service_CloudTasks_AppEngineRouting */ public function getAppEngineRoutingOverride() { return $this->appEngineRoutingOverride; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPurgeTime($purgeTime) { $this->purgeTime = $purgeTime; } public function getPurgeTime() { return $this->purgeTime; } /** * @param Google_Service_CloudTasks_RateLimits */ public function setRateLimits(Google_Service_CloudTasks_RateLimits $rateLimits) { $this->rateLimits = $rateLimits; } /** * @return Google_Service_CloudTasks_RateLimits */ public function getRateLimits() { return $this->rateLimits; } /** * @param Google_Service_CloudTasks_RetryConfig */ public function setRetryConfig(Google_Service_CloudTasks_RetryConfig $retryConfig) { $this->retryConfig = $retryConfig; } /** * @return Google_Service_CloudTasks_RetryConfig */ public function getRetryConfig() { return $this->retryConfig; } /** * @param Google_Service_CloudTasks_StackdriverLoggingConfig */ public function setStackdriverLoggingConfig(Google_Service_CloudTasks_StackdriverLoggingConfig $stackdriverLoggingConfig) { $this->stackdriverLoggingConfig = $stackdriverLoggingConfig; } /** * @return Google_Service_CloudTasks_StackdriverLoggingConfig */ public function getStackdriverLoggingConfig() { return $this->stackdriverLoggingConfig; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK/ ZM''Mvendor/google/apiclient-services/src/Google/Service/CloudTasks/OAuthToken.phpnu[scope = $scope; } public function getScope() { return $this->scope; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } PK/ Z Rvendor/google/apiclient-services/src/Google/Service/CloudTasks/CloudtasksEmpty.phpnu[maxBurstSize = $maxBurstSize; } public function getMaxBurstSize() { return $this->maxBurstSize; } public function setMaxConcurrentDispatches($maxConcurrentDispatches) { $this->maxConcurrentDispatches = $maxConcurrentDispatches; } public function getMaxConcurrentDispatches() { return $this->maxConcurrentDispatches; } public function setMaxDispatchesPerSecond($maxDispatchesPerSecond) { $this->maxDispatchesPerSecond = $maxDispatchesPerSecond; } public function getMaxDispatchesPerSecond() { return $this->maxDispatchesPerSecond; } } PK/ Z4""Vvendor/google/apiclient-services/src/Google/Service/CloudTasks/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudTasks_Policy */ public function getPolicy() { return $this->policy; } } PK/ ZpppIvendor/google/apiclient-services/src/Google/Service/CloudTasks/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_CloudTasks_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Z 6:RRVvendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_CloudTasks_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK/ Z8F]vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ ZH| ]vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.phpnu[ * $cloudtasksService = new Google_Service_CloudTasks(...); * $locations = $cloudtasksService->locations; * */ class Google_Service_CloudTasks_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTasks_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CloudTasks_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTasks_ListLocationsResponse"); } } PK/ ZvvTvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/Projects.phpnu[ * $cloudtasksService = new Google_Service_CloudTasks(...); * $projects = $cloudtasksService->projects; * */ class Google_Service_CloudTasks_Resource_Projects extends Google_Service_Resource { } PK/ Z!Nnnhvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.phpnu[ * $cloudtasksService = new Google_Service_CloudTasks(...); * $tasks = $cloudtasksService->tasks; * */ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Google_Service_Resource { /** * Creates a task and adds it to a queue. Tasks cannot be updated after * creation; there is no UpdateTask command. * The maximum task size is 100KB. * (tasks.create) * * @param string $parent Required. The queue name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must * already exist. * @param Google_Service_CloudTasks_CreateTaskRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Task */ public function create($parent, Google_Service_CloudTasks_CreateTaskRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTasks_Task"); } /** * Deletes a task. A task can be deleted if it is scheduled or dispatched. A * task cannot be deleted if it has executed successfully or permanently failed. * (tasks.delete) * * @param string $name Required. The task name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_CloudtasksEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTasks_CloudtasksEmpty"); } /** * Gets a task. (tasks.get) * * @param string $name Required. The task name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` * @param array $optParams Optional parameters. * * @opt_param string responseView The response_view specifies which subset of * the Task will be returned. By default response_view is BASIC; not all * information is retrieved by default because some data, such as payloads, * might be desirable to return only when needed because of its large size or * because of the sensitivity of data that it contains. Authorization for FULL * requires `cloudtasks.tasks.fullView` [Google * IAM](https://cloud.google.com/iam/) permission on the Task resource. * @return Google_Service_CloudTasks_Task */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTasks_Task"); } /** * Lists the tasks in a queue. By default, only the BASIC view is retrieved due * to performance considerations; response_view controls the subset of * information which is returned. The tasks may be returned in any order. The * ordering may change at any time. (tasks.listProjectsLocationsQueuesTasks) * * @param string $parent Required. The queue name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum page size. Fewer tasks than requested might * be returned, even if more tasks exist; use next_page_token in the response to * determine if more tasks exist. The maximum page size is 1000. If unspecified, * the page size will be the maximum. * @opt_param string pageToken A token identifying the page of results to * return. To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of * next_page_token returned from the previous call to ListTasks method. The page * token is valid for only 2 hours. * @opt_param string responseView The response_view specifies which subset of * the Task will be returned. By default response_view is BASIC; not all * information is retrieved by default because some data, such as payloads, * might be desirable to return only when needed because of its large size or * because of the sensitivity of data that it contains. Authorization for FULL * requires `cloudtasks.tasks.fullView` [Google * IAM](https://cloud.google.com/iam/) permission on the Task resource. * @return Google_Service_CloudTasks_ListTasksResponse */ public function listProjectsLocationsQueuesTasks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTasks_ListTasksResponse"); } /** * Forces a task to run now. When this method is called, Cloud Tasks will * dispatch the task, even if the task is already running, the queue has reached * its RateLimits or is PAUSED. This command is meant to be used for manual * debugging. For example, RunTask can be used to retry a failed task after a * fix has been made or to manually force a task to be dispatched now. The * dispatched task is returned. That is, the task that is returned contains the * status after the task is dispatched but before the task is received by its * target. If Cloud Tasks receives a successful response from the task's target, * then the task will be deleted; otherwise the task's schedule_time will be * reset to the time that RunTask was called plus the retry delay specified in * the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a * task that has already succeeded or permanently failed. (tasks.run) * * @param string $name Required. The task name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` * @param Google_Service_CloudTasks_RunTaskRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Task */ public function run($name, Google_Service_CloudTasks_RunTaskRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_CloudTasks_Task"); } } PK/ Z3#55cvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.phpnu[ * $cloudtasksService = new Google_Service_CloudTasks(...); * $queues = $cloudtasksService->queues; * */ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_Service_Resource { /** * Creates a queue. Queues created with this method allow tasks to live for a * maximum of 31 days. After a task is 31 days old, the task will be deleted * regardless of whether it was dispatched or not. WARNING: Using this method * may have unintended side effects if you are using an App Engine `queue.yaml` * or `queue.xml` file to manage your queues. Read [Overview of Queue Management * and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using * this method. (queues.create) * * @param string $parent Required. The location name in which the queue will be * created. For example: `projects/PROJECT_ID/locations/LOCATION_ID` The list of * allowed locations can be obtained by calling Cloud Tasks' implementation of * ListLocations. * @param Google_Service_CloudTasks_Queue $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Queue */ public function create($parent, Google_Service_CloudTasks_Queue $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTasks_Queue"); } /** * Deletes a queue. This command will delete the queue even if it has tasks in * it. Note: If you delete a queue, a queue with the same name can't be created * for 7 days. WARNING: Using this method may have unintended side effects if * you are using an App Engine `queue.yaml` or `queue.xml` file to manage your * queues. Read [Overview of Queue Management and * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this * method. (queues.delete) * * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_CloudtasksEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTasks_CloudtasksEmpty"); } /** * Gets a queue. (queues.get) * * @param string $name Required. The resource name of the queue. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Queue */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTasks_Queue"); } /** * Gets the access control policy for a Queue. Returns an empty policy if the * resource exists and does not have a policy set. Authorization requires the * following [Google IAM](https://cloud.google.com/iam) permission on the * specified resource parent: * `cloudtasks.queues.getIamPolicy` * (queues.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudTasks_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Policy */ public function getIamPolicy($resource, Google_Service_CloudTasks_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudTasks_Policy"); } /** * Lists queues. Queues are returned in lexicographical order. * (queues.listProjectsLocationsQueues) * * @param string $parent Required. The location name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID` * @param array $optParams Optional parameters. * * @opt_param string filter `filter` can be used to specify a subset of queues. * Any Queue field can be used as a filter and several operators as supported. * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as * described in [Stackdriver's Advanced Logs * Filters](https://cloud.google.com/logging/docs/view/advanced_filters). Sample * filter "state: PAUSED". Note that using filters might cause fewer queues than * the requested page_size to be returned. * @opt_param int pageSize Requested page size. The maximum page size is 9800. * If unspecified, the page size will be the maximum. Fewer queues than * requested might be returned, even if more queues exist; use the * next_page_token in the response to determine if more queues exist. * @opt_param string pageToken A token identifying the page of results to * return. To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of * next_page_token returned from the previous call to ListQueues method. It is * an error to switch the value of the filter while iterating through pages. * @return Google_Service_CloudTasks_ListQueuesResponse */ public function listProjectsLocationsQueues($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTasks_ListQueuesResponse"); } /** * Updates a queue. This method creates the queue if it does not exist and * updates the queue if it does exist. Queues created with this method allow * tasks to live for a maximum of 31 days. After a task is 31 days old, the task * will be deleted regardless of whether it was dispatched or not. WARNING: * Using this method may have unintended side effects if you are using an App * Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview * of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs * /queue-yaml) before using this method. (queues.patch) * * @param string $name Caller-specified and required in CreateQueue, after which * it becomes output only. The queue name. The queue name must have the * following format: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), * colons (:), or periods (.). For more information, see [Identifying * projects](https://cloud.google.com/resource-manager/docs/creating-managing- * projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the * queue's location. The list of available locations can be obtained by calling * ListLocations. For more information, see * https://cloud.google.com/about/locations/. * `QUEUE_ID` can contain letters * ([A-Za-z]), numbers ([0-9]), or hyphens (-). The maximum length is 100 * characters. * @param Google_Service_CloudTasks_Queue $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A mask used to specify which fields of the queue * are being updated. If empty, then all fields will be updated. * @return Google_Service_CloudTasks_Queue */ public function patch($name, Google_Service_CloudTasks_Queue $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudTasks_Queue"); } /** * Pauses the queue. If a queue is paused then the system will stop dispatching * tasks until the queue is resumed via ResumeQueue. Tasks can still be added * when the queue is paused. A queue is paused if its state is PAUSED. * (queues.pause) * * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` * @param Google_Service_CloudTasks_PauseQueueRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Queue */ public function pause($name, Google_Service_CloudTasks_PauseQueueRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('pause', array($params), "Google_Service_CloudTasks_Queue"); } /** * Purges a queue by deleting all of its tasks. All tasks created before this * method is called are permanently deleted. Purge operations can take up to one * minute to take effect. Tasks might be dispatched before the purge takes * effect. A purge is irreversible. (queues.purge) * * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` * @param Google_Service_CloudTasks_PurgeQueueRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Queue */ public function purge($name, Google_Service_CloudTasks_PurgeQueueRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('purge', array($params), "Google_Service_CloudTasks_Queue"); } /** * Resume a queue. This method resumes a queue after it has been PAUSED or * DISABLED. The state of a queue is stored in the queue's state; after calling * this method it will be set to RUNNING. WARNING: Resuming many high-QPS queues * at the same time can lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in [Managing Cloud Tasks * Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task- * scaling). (queues.resume) * * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` * @param Google_Service_CloudTasks_ResumeQueueRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Queue */ public function resume($name, Google_Service_CloudTasks_ResumeQueueRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_CloudTasks_Queue"); } /** * Sets the access control policy for a Queue. Replaces any existing policy. * Note: The Cloud Console does not check queue-level IAM permissions yet. * Project-level permissions are required to use the Cloud Console. * Authorization requires the following [Google * IAM](https://cloud.google.com/iam) permission on the specified resource * parent: * `cloudtasks.queues.setIamPolicy` (queues.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudTasks_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Policy */ public function setIamPolicy($resource, Google_Service_CloudTasks_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudTasks_Policy"); } /** * Returns permissions that a caller has on a Queue. If the resource does not * exist, this will return an empty set of permissions, not a NOT_FOUND error. * Note: This operation is designed to be used for building permission-aware UIs * and command-line tools, not for authorization checking. This operation may * "fail open" without warning. (queues.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudTasks_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudTasks_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudTasks_TestIamPermissionsResponse"); } } PK/ Zk9Jvendor/google/apiclient-services/src/Google/Service/CloudTasks/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudTasks_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK/ Z(k''Xvendor/google/apiclient-services/src/Google/Service/CloudTasks/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudTasks_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZSvendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineRouting.phpnu[host = $host; } public function getHost() { return $this->host; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Z?Tvendor/google/apiclient-services/src/Google/Service/CloudTasks/CreateTaskRequest.phpnu[responseView = $responseView; } public function getResponseView() { return $this->responseView; } /** * @param Google_Service_CloudTasks_Task */ public function setTask(Google_Service_CloudTasks_Task $task) { $this->task = $task; } /** * @return Google_Service_CloudTasks_Task */ public function getTask() { return $this->task; } } PK/ ZssNvendor/google/apiclient-services/src/Google/Service/CloudTasks/RetryConfig.phpnu[maxAttempts = $maxAttempts; } public function getMaxAttempts() { return $this->maxAttempts; } public function setMaxBackoff($maxBackoff) { $this->maxBackoff = $maxBackoff; } public function getMaxBackoff() { return $this->maxBackoff; } public function setMaxDoublings($maxDoublings) { $this->maxDoublings = $maxDoublings; } public function getMaxDoublings() { return $this->maxDoublings; } public function setMaxRetryDuration($maxRetryDuration) { $this->maxRetryDuration = $maxRetryDuration; } public function getMaxRetryDuration() { return $this->maxRetryDuration; } public function setMinBackoff($minBackoff) { $this->minBackoff = $minBackoff; } public function getMinBackoff() { return $this->minBackoff; } } PK/ Z\Ñ\vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Zbvv[vendor/google/apiclient-services/src/Google/Service/CloudTasks/StackdriverLoggingConfig.phpnu[samplingRatio = $samplingRatio; } public function getSamplingRatio() { return $this->samplingRatio; } } PK/ ZOJUvendor/google/apiclient-services/src/Google/Service/CloudTasks/ListQueuesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudTasks_Queue[] */ public function setQueues($queues) { $this->queues = $queues; } /** * @return Google_Service_CloudTasks_Queue[] */ public function getQueues() { return $this->queues; } } PK/ Zut\\Nvendor/google/apiclient-services/src/Google/Service/CloudTasks/HttpRequest.phpnu[body = $body; } public function getBody() { return $this->body; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } /** * @param Google_Service_CloudTasks_OAuthToken */ public function setOauthToken(Google_Service_CloudTasks_OAuthToken $oauthToken) { $this->oauthToken = $oauthToken; } /** * @return Google_Service_CloudTasks_OAuthToken */ public function getOauthToken() { return $this->oauthToken; } /** * @param Google_Service_CloudTasks_OidcToken */ public function setOidcToken(Google_Service_CloudTasks_OidcToken $oidcToken) { $this->oidcToken = $oidcToken; } /** * @return Google_Service_CloudTasks_OidcToken */ public function getOidcToken() { return $this->oidcToken; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ ZpzIvendor/google/apiclient-services/src/Google/Service/CloudTasks/Status.phpnu[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; } } PK/ Z+VUvendor/google/apiclient-services/src/Google/Service/CloudTasks/ResumeQueueRequest.phpnu[audience = $audience; } public function getAudience() { return $this->audience; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } PK/ Z1Kvendor/google/apiclient-services/src/Google/Service/CloudTasks/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ ZresponseView = $responseView; } public function getResponseView() { return $this->responseView; } } PK/ ZߨJvendor/google/apiclient-services/src/Google/Service/CloudTasks/Attempt.phpnu[dispatchTime = $dispatchTime; } public function getDispatchTime() { return $this->dispatchTime; } /** * @param Google_Service_CloudTasks_Status */ public function setResponseStatus(Google_Service_CloudTasks_Status $responseStatus) { $this->responseStatus = $responseStatus; } /** * @return Google_Service_CloudTasks_Status */ public function getResponseStatus() { return $this->responseStatus; } public function setResponseTime($responseTime) { $this->responseTime = $responseTime; } public function getResponseTime() { return $this->responseTime; } public function setScheduleTime($scheduleTime) { $this->scheduleTime = $scheduleTime; } public function getScheduleTime() { return $this->scheduleTime; } } PK/ Z`ǭSvendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK/ Z PCCWvendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineHttpRequest.phpnu[appEngineRouting = $appEngineRouting; } /** * @return Google_Service_CloudTasks_AppEngineRouting */ public function getAppEngineRouting() { return $this->appEngineRouting; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } public function setRelativeUri($relativeUri) { $this->relativeUri = $relativeUri; } public function getRelativeUri() { return $this->relativeUri; } } PK/ ZObFKKGvendor/google/apiclient-services/src/Google/Service/CloudTasks/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK/ Zmgvendor/google/apiclient-services/src/Google/Service/ChromeManagement/GoogleChromeManagementV1Device.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setMachine($machine) { $this->machine = $machine; } public function getMachine() { return $this->machine; } } PK/ Z"UA mvendor/google/apiclient-services/src/Google/Service/ChromeManagement/GoogleChromeManagementV1InstalledApp.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setAppInstallType($appInstallType) { $this->appInstallType = $appInstallType; } public function getAppInstallType() { return $this->appInstallType; } public function setAppSource($appSource) { $this->appSource = $appSource; } public function getAppSource() { return $this->appSource; } public function setAppType($appType) { $this->appType = $appType; } public function getAppType() { return $this->appType; } public function setBrowserDeviceCount($browserDeviceCount) { $this->browserDeviceCount = $browserDeviceCount; } public function getBrowserDeviceCount() { return $this->browserDeviceCount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHomepageUri($homepageUri) { $this->homepageUri = $homepageUri; } public function getHomepageUri() { return $this->homepageUri; } public function setOsUserCount($osUserCount) { $this->osUserCount = $osUserCount; } public function getOsUserCount() { return $this->osUserCount; } public function setPermissions($permissions) { $this->permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Z͞|vendor/google/apiclient-services/src/Google/Service/ChromeManagement/GoogleChromeManagementV1CountChromeVersionsResponse.phpnu[browserVersions = $browserVersions; } /** * @return Google_Service_ChromeManagement_GoogleChromeManagementV1BrowserVersion[] */ public function getBrowserVersions() { return $this->browserVersions; } 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; } } PK/ Z@^bvendor/google/apiclient-services/src/Google/Service/ChromeManagement/Resource/CustomersReports.phpnu[ * $chromemanagementService = new Google_Service_ChromeManagement(...); * $reports = $chromemanagementService->reports; * */ class Google_Service_ChromeManagement_Resource_CustomersReports extends Google_Service_Resource { /** * Generate report of installed Chrome versions. (reports.countChromeVersions) * * @param string $customer Required. Customer id or "my_customer" to use the * customer associated to the account making the request. * @param array $optParams Optional parameters. * * @opt_param string filter Query string to filter results, AND-separated fields * in EBNF syntax. Note: OR operations are not supported in this filter. * Supported filter fields: * last_active_date * @opt_param string orgUnitId The ID of the organizational unit. * @opt_param int pageSize Maximum number of results to return. Maximum and * default are 100. * @opt_param string pageToken Token to specify the next page in the list. * @return Google_Service_ChromeManagement_GoogleChromeManagementV1CountChromeVersionsResponse */ public function countChromeVersions($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('countChromeVersions', array($params), "Google_Service_ChromeManagement_GoogleChromeManagementV1CountChromeVersionsResponse"); } /** * Generate report of app installations. (reports.countInstalledApps) * * @param string $customer Required. Customer id or "my_customer" to use the * customer associated to the account making the request. * @param array $optParams Optional parameters. * * @opt_param string filter Query string to filter results, AND-separated fields * in EBNF syntax. Note: OR operations are not supported in this filter. * Supported filter fields: * app_name * app_type * install_type * * number_of_permissions * total_install_count * latest_profile_active_date * * permission_name * @opt_param string orderBy Field used to order results. Supported order by * fields: * app_name * app_type * install_type * number_of_permissions * * total_install_count * @opt_param string orgUnitId The ID of the organizational unit. * @opt_param int pageSize Maximum number of results to return. Maximum and * default are 100. * @opt_param string pageToken Token to specify next page in the list. * @return Google_Service_ChromeManagement_GoogleChromeManagementV1CountInstalledAppsResponse */ public function countInstalledApps($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('countInstalledApps', array($params), "Google_Service_ChromeManagement_GoogleChromeManagementV1CountInstalledAppsResponse"); } /** * Generate report of devices that have a specified app installed. * (reports.findInstalledAppDevices) * * @param string $customer Required. Customer id or "my_customer" to use the * customer associated to the account making the request. * @param array $optParams Optional parameters. * * @opt_param string appId Unique identifier of the app. For Chrome apps and * extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For * Android apps, the package name (e.g. com.evernote). * @opt_param string appType Type of the app. * @opt_param string filter Query string to filter results, AND-separated fields * in EBNF syntax. Note: OR operations are not supported in this filter. * Supported filter fields: * last_active_date * @opt_param string orderBy Field used to order results. Supported order by * fields: * machine_name * device_id * @opt_param string orgUnitId The ID of the organizational unit. * @opt_param int pageSize Maximum number of results to return. Maximum and * default are 100. * @opt_param string pageToken Token to specify the next page in the list. * @return Google_Service_ChromeManagement_GoogleChromeManagementV1FindInstalledAppDevicesResponse */ public function findInstalledAppDevices($customer, $optParams = array()) { $params = array('customer' => $customer); $params = array_merge($params, $optParams); return $this->call('findInstalledAppDevices', array($params), "Google_Service_ChromeManagement_GoogleChromeManagementV1FindInstalledAppDevicesResponse"); } } PK/ Z i[vendor/google/apiclient-services/src/Google/Service/ChromeManagement/Resource/Customers.phpnu[ * $chromemanagementService = new Google_Service_ChromeManagement(...); * $customers = $chromemanagementService->customers; * */ class Google_Service_ChromeManagement_Resource_Customers extends Google_Service_Resource { } PK/ Z^{vendor/google/apiclient-services/src/Google/Service/ChromeManagement/GoogleChromeManagementV1CountInstalledAppsResponse.phpnu[installedApps = $installedApps; } /** * @return Google_Service_ChromeManagement_GoogleChromeManagementV1InstalledApp[] */ public function getInstalledApps() { return $this->installedApps; } 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; } } PK/ Zk`BBvendor/google/apiclient-services/src/Google/Service/ChromeManagement/GoogleChromeManagementV1FindInstalledAppDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_ChromeManagement_GoogleChromeManagementV1Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK/ ZT!bovendor/google/apiclient-services/src/Google/Service/ChromeManagement/GoogleChromeManagementV1BrowserVersion.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setDeviceOsVersion($deviceOsVersion) { $this->deviceOsVersion = $deviceOsVersion; } public function getDeviceOsVersion() { return $this->deviceOsVersion; } public function setSystem($system) { $this->system = $system; } public function getSystem() { return $this->system; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ ZYWvendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobResponse.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setSignedBlob($signedBlob) { $this->signedBlob = $signedBlob; } public function getSignedBlob() { return $this->signedBlob; } } PK/ Zq7AA^vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenResponse.phpnu[token = $token; } public function getToken() { return $this->token; } } PK/ ZV&֝gvendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/ProjectsServiceAccounts.phpnu[ * $iamcredentialsService = new Google_Service_IAMCredentials(...); * $serviceAccounts = $iamcredentialsService->serviceAccounts; * */ class Google_Service_IAMCredentials_Resource_ProjectsServiceAccounts extends Google_Service_Resource { /** * Generates an OAuth 2.0 access token for a service account. * (serviceAccounts.generateAccessToken) * * @param string $name Required. The resource name of the service account for * which the credentials are requested, in the following format: * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard * character is required; replacing it with a project ID is invalid. * @param Google_Service_IAMCredentials_GenerateAccessTokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IAMCredentials_GenerateAccessTokenResponse */ public function generateAccessToken($name, Google_Service_IAMCredentials_GenerateAccessTokenRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateAccessToken', array($params), "Google_Service_IAMCredentials_GenerateAccessTokenResponse"); } /** * Generates an OpenID Connect ID token for a service account. * (serviceAccounts.generateIdToken) * * @param string $name Required. The resource name of the service account for * which the credentials are requested, in the following format: * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard * character is required; replacing it with a project ID is invalid. * @param Google_Service_IAMCredentials_GenerateIdTokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IAMCredentials_GenerateIdTokenResponse */ public function generateIdToken($name, Google_Service_IAMCredentials_GenerateIdTokenRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateIdToken', array($params), "Google_Service_IAMCredentials_GenerateIdTokenResponse"); } /** * Signs a blob using a service account's system-managed private key. * (serviceAccounts.signBlob) * * @param string $name Required. The resource name of the service account for * which the credentials are requested, in the following format: * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard * character is required; replacing it with a project ID is invalid. * @param Google_Service_IAMCredentials_SignBlobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IAMCredentials_SignBlobResponse */ public function signBlob($name, Google_Service_IAMCredentials_SignBlobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signBlob', array($params), "Google_Service_IAMCredentials_SignBlobResponse"); } /** * Signs a JWT using a service account's system-managed private key. * (serviceAccounts.signJwt) * * @param string $name Required. The resource name of the service account for * which the credentials are requested, in the following format: * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard * character is required; replacing it with a project ID is invalid. * @param Google_Service_IAMCredentials_SignJwtRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IAMCredentials_SignJwtResponse */ public function signJwt($name, Google_Service_IAMCredentials_SignJwtRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signJwt', array($params), "Google_Service_IAMCredentials_SignJwtResponse"); } } PK/ ZoXvendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/Projects.phpnu[ * $iamcredentialsService = new Google_Service_IAMCredentials(...); * $projects = $iamcredentialsService->projects; * */ class Google_Service_IAMCredentials_Resource_Projects extends Google_Service_Resource { } PK/ ZSavendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenRequest.phpnu[delegates = $delegates; } public function getDelegates() { return $this->delegates; } public function setLifetime($lifetime) { $this->lifetime = $lifetime; } public function getLifetime() { return $this->lifetime; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } } PK/ ZZ9Vvendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtResponse.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } public function setSignedJwt($signedJwt) { $this->signedJwt = $signedJwt; } public function getSignedJwt() { return $this->signedJwt; } } PK/ Zw4]vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenRequest.phpnu[audience = $audience; } public function getAudience() { return $this->audience; } public function setDelegates($delegates) { $this->delegates = $delegates; } public function getDelegates() { return $this->delegates; } public function setIncludeEmail($includeEmail) { $this->includeEmail = $includeEmail; } public function getIncludeEmail() { return $this->includeEmail; } } PK/ Z}*((Vvendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobRequest.phpnu[delegates = $delegates; } public function getDelegates() { return $this->delegates; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } } PK/ Zv-''bvendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenResponse.phpnu[accessToken = $accessToken; } public function getAccessToken() { return $this->accessToken; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } } PK/ Zl4''Uvendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtRequest.phpnu[delegates = $delegates; } public function getDelegates() { return $this->delegates; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } } PK/ Z< gvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorLabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK/ Z-ڲ_vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionBucket.phpnu[count = $count; } public function getCount() { return $this->count; } public function setLowerBound($lowerBound) { $this->lowerBound = $lowerBound; } public function getLowerBound() { return $this->lowerBound; } public function setUpperBound($upperBound) { $this->upperBound = $upperBound; } public function getUpperBound() { return $this->upperBound; } } PK/ ZK^vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOldest($oldest) { $this->oldest = $oldest; } public function getOldest() { return $this->oldest; } /** * @param Google_Service_CloudMonitoring_Timeseries */ public function setTimeseries($timeseries) { $this->timeseries = $timeseries; } /** * @return Google_Service_CloudMonitoring_Timeseries */ public function getTimeseries() { return $this->timeseries; } public function setYoungest($youngest) { $this->youngest = $youngest; } public function getYoungest() { return $this->youngest; } } PK/ ZPWYvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.phpnu[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; } } PK/ Zbnȅ\vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptor.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } } PK/ Z_z55Wvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesPoint.phpnu[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; } } PK/ ZrBBfvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/DeleteMetricDescriptorResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK/ ZXvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } /** * @param Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor */ public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor) { $this->typeDescriptor = $typeDescriptor; } /** * @return Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor */ public function getTypeDescriptor() { return $this->typeDescriptor; } } PK/ Z&0ofvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/TimeseriesDescriptors.phpnu[ * $cloudmonitoringService = new Google_Service_CloudMonitoring(...); * $timeseriesDescriptors = $cloudmonitoringService->timeseriesDescriptors; * */ class Google_Service_CloudMonitoring_Resource_TimeseriesDescriptors extends Google_Service_Resource { /** * List the descriptors of the time series that match the metric and labels * values and that have data points in the interval. Large responses are * paginated; use the nextPageToken returned in the response to request * subsequent pages of results by setting the pageToken query parameter to the * value of the nextPageToken. (timeseriesDescriptors.listTimeseriesDescriptors) * * @param string $project The project ID to which this time series belongs. The * value can be the numeric project ID or string-based project name. * @param string $metric Metric names are protocol-free URLs as listed in the * Supported Metrics page. For example, * compute.googleapis.com/instance/disk/read_ops_count. * @param string $youngest End of the time interval (inclusive), which is * expressed as an RFC 3339 timestamp. * @param array $optParams Optional parameters. * * @opt_param string aggregator The aggregation function that will reduce the * data points in each window to a single point. This parameter is only valid * for non-cumulative metrics with a value type of INT64 or DOUBLE. * @opt_param int count Maximum number of time series descriptors per page. Used * for pagination. If not specified, count = 100. * @opt_param string labels A collection of labels for the matching time series, * which are represented as: - key==value: key equals the value - key=~value: * key regex matches the value - key!=value: key does not equal the value - * key!~value: key regex does not match the value For example, to list all of * the time series descriptors for the region us-central1, you could specify: * label=cloud.googleapis.com%2Flocation=~us-central1.* * @opt_param string oldest Start of the time interval (exclusive), which is * expressed as an RFC 3339 timestamp. If neither oldest nor timespan is * specified, the default time interval will be (youngest - 4 hours, youngest] * @opt_param string pageToken The pagination token, which is used to page * through large result sets. Set this value to the value of the nextPageToken * to retrieve the next page of results. * @opt_param string timespan Length of the time interval to query, which is an * alternative way to declare the interval: (youngest - timespan, youngest]. The * timespan and oldest parameters should not be used together. Units: - s: * second - m: minute - h: hour - d: day - w: week Examples: 2s, 3m, 4w. * Only one unit is allowed, for example: 2w3d is not allowed; you should use * 17d instead. * * If neither oldest nor timespan is specified, the default time interval will * be (youngest - 4 hours, youngest]. * @opt_param string window The sampling window. At most one data point will be * returned for each window in the requested time interval. This parameter is * only valid for non-cumulative metric types. Units: - m: minute - h: hour - * d: day - w: week Examples: 3m, 4w. Only one unit is allowed, for example: * 2w3d is not allowed; you should use 17d instead. * @return Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse */ public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array()) { $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse"); } } PK/ Zu'BBbvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/MetricDescriptors.phpnu[ * $cloudmonitoringService = new Google_Service_CloudMonitoring(...); * $metricDescriptors = $cloudmonitoringService->metricDescriptors; * */ class Google_Service_CloudMonitoring_Resource_MetricDescriptors extends Google_Service_Resource { /** * Create a new metric. (metricDescriptors.create) * * @param string $project The project id. The value can be the numeric project * ID or string-based project name. * @param Google_Service_CloudMonitoring_MetricDescriptor $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMonitoring_MetricDescriptor */ public function create($project, Google_Service_CloudMonitoring_MetricDescriptor $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor"); } /** * Delete an existing metric. (metricDescriptors.delete) * * @param string $project The project ID to which the metric belongs. * @param string $metric Name of the metric. * @param array $optParams Optional parameters. * @return Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse */ public function delete($project, $metric, $optParams = array()) { $params = array('project' => $project, 'metric' => $metric); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse"); } /** * List metric descriptors that match the query. If the query is not set, then * all of the metric descriptors will be returned. Large responses will be * paginated, use the nextPageToken returned in the response to request * subsequent pages of results by setting the pageToken query parameter to the * value of the nextPageToken. (metricDescriptors.listMetricDescriptors) * * @param string $project The project id. The value can be the numeric project * ID or string-based project name. * @param array $optParams Optional parameters. * * @opt_param int count Maximum number of metric descriptors per page. Used for * pagination. If not specified, count = 100. * @opt_param string pageToken The pagination token, which is used to page * through large result sets. Set this value to the value of the nextPageToken * to retrieve the next page of results. * @opt_param string query The query used to search against existing metrics. * Separate keywords with a space; the service joins all keywords with AND, * meaning that all keywords must match for a metric to be returned. If this * field is omitted, all metrics are returned. If an empty string is passed with * this field, no metrics are returned. * @return Google_Service_CloudMonitoring_ListMetricDescriptorsResponse */ public function listMetricDescriptors($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse"); } } PK/ ZϜ [vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/Timeseries.phpnu[ * $cloudmonitoringService = new Google_Service_CloudMonitoring(...); * $timeseries = $cloudmonitoringService->timeseries; * */ class Google_Service_CloudMonitoring_Resource_Timeseries extends Google_Service_Resource { /** * List the data points of the time series that match the metric and labels * values and that have data points in the interval. Large responses are * paginated; use the nextPageToken returned in the response to request * subsequent pages of results by setting the pageToken query parameter to the * value of the nextPageToken. (timeseries.listTimeseries) * * @param string $project The project ID to which this time series belongs. The * value can be the numeric project ID or string-based project name. * @param string $metric Metric names are protocol-free URLs as listed in the * Supported Metrics page. For example, * compute.googleapis.com/instance/disk/read_ops_count. * @param string $youngest End of the time interval (inclusive), which is * expressed as an RFC 3339 timestamp. * @param array $optParams Optional parameters. * * @opt_param string aggregator The aggregation function that will reduce the * data points in each window to a single point. This parameter is only valid * for non-cumulative metrics with a value type of INT64 or DOUBLE. * @opt_param int count Maximum number of data points per page, which is used * for pagination of results. * @opt_param string labels A collection of labels for the matching time series, * which are represented as: - key==value: key equals the value - key=~value: * key regex matches the value - key!=value: key does not equal the value - * key!~value: key regex does not match the value For example, to list all of * the time series descriptors for the region us-central1, you could specify: * label=cloud.googleapis.com%2Flocation=~us-central1.* * @opt_param string oldest Start of the time interval (exclusive), which is * expressed as an RFC 3339 timestamp. If neither oldest nor timespan is * specified, the default time interval will be (youngest - 4 hours, youngest] * @opt_param string pageToken The pagination token, which is used to page * through large result sets. Set this value to the value of the nextPageToken * to retrieve the next page of results. * @opt_param string timespan Length of the time interval to query, which is an * alternative way to declare the interval: (youngest - timespan, youngest]. The * timespan and oldest parameters should not be used together. Units: - s: * second - m: minute - h: hour - d: day - w: week Examples: 2s, 3m, 4w. * Only one unit is allowed, for example: 2w3d is not allowed; you should use * 17d instead. * * If neither oldest nor timespan is specified, the default time interval will * be (youngest - 4 hours, youngest]. * @opt_param string window The sampling window. At most one data point will be * returned for each window in the requested time interval. This parameter is * only valid for non-cumulative metric types. Units: - m: minute - h: hour - * d: day - w: week Examples: 3m, 4w. Only one unit is allowed, for example: * 2w3d is not allowed; you should use 17d instead. * @return Google_Service_CloudMonitoring_ListTimeseriesResponse */ public function listTimeseries($project, $metric, $youngest, $optParams = array()) { $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse"); } /** * Put data points to one or more time series for one or more metrics. If a time * series does not exist, a new time series will be created. It is not allowed * to write a time series point that is older than the existing youngest point * of that time series. Points that are older than the existing youngest point * of that time series will be discarded silently. Therefore, users should make * sure that points of a time series are written sequentially in the order of * their end time. (timeseries.write) * * @param string $project The project ID. The value can be the numeric project * ID or string-based project name. * @param Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMonitoring_WriteTimeseriesResponse */ public function write($project, Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse"); } } PK/ ZjDDhvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK/ Z+hvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionUnderflowBucket.phpnu[count = $count; } public function getCount() { return $this->count; } public function setUpperBound($upperBound) { $this->upperBound = $upperBound; } public function getUpperBound() { return $this->upperBound; } } PK/ Z> sgvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionOverflowBucket.phpnu[count = $count; } public function getCount() { return $this->count; } public function setLowerBound($lowerBound) { $this->lowerBound = $lowerBound; } public function getLowerBound() { return $this->lowerBound; } } PK/ ZOiMvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Point.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } /** * @param Google_Service_CloudMonitoring_PointDistribution */ public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue) { $this->distributionValue = $distributionValue; } /** * @return Google_Service_CloudMonitoring_PointDistribution */ public function getDistributionValue() { return $this->distributionValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK/ Z8s;;_vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK/ ZWdfvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorTypeDescriptor.phpnu[metricType = $metricType; } public function getMetricType() { return $this->metricType; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK/ ZDDivendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOldest($oldest) { $this->oldest = $oldest; } public function getOldest() { return $this->oldest; } /** * @param Google_Service_CloudMonitoring_TimeseriesDescriptor */ public function setTimeseries($timeseries) { $this->timeseries = $timeseries; } /** * @return Google_Service_CloudMonitoring_TimeseriesDescriptor */ public function getTimeseries() { return $this->timeseries; } public function setYoungest($youngest) { $this->youngest = $youngest; } public function getYoungest() { return $this->youngest; } } PK/ ZW+PyOO^vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.phpnu[commonLabels = $commonLabels; } public function getCommonLabels() { return $this->commonLabels; } /** * @param Google_Service_CloudMonitoring_TimeseriesPoint */ public function setTimeseries($timeseries) { $this->timeseries = $timeseries; } /** * @return Google_Service_CloudMonitoring_TimeseriesPoint */ public function getTimeseries() { return $this->timeseries; } } PK/ Zz99]vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK/ Zv^EERvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Timeseries.phpnu[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; } } PK/ Z@@dvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsRequest.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK/ Z7kavendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptorLabel.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ Zx3bevendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudMonitoring_MetricDescriptor */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_CloudMonitoring_MetricDescriptor */ public function getMetrics() { return $this->metrics; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZLm.rvendor/google/apiclient-services/src/Google/Service/CloudSecurityToken/GoogleIdentityStsV1ExchangeTokenRequest.phpnu[audience = $audience; } public function getAudience() { return $this->audience; } public function setGrantType($grantType) { $this->grantType = $grantType; } public function getGrantType() { return $this->grantType; } public function setOptions($options) { $this->options = $options; } public function getOptions() { return $this->options; } public function setRequestedTokenType($requestedTokenType) { $this->requestedTokenType = $requestedTokenType; } public function getRequestedTokenType() { return $this->requestedTokenType; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } public function setSubjectToken($subjectToken) { $this->subjectToken = $subjectToken; } public function getSubjectToken() { return $this->subjectToken; } public function setSubjectTokenType($subjectTokenType) { $this->subjectTokenType = $subjectTokenType; } public function getSubjectTokenType() { return $this->subjectTokenType; } } PK/ Za[yyVvendor/google/apiclient-services/src/Google/Service/CloudSecurityToken/Resource/V1.phpnu[ * $stsService = new Google_Service_CloudSecurityToken(...); * $v1 = $stsService->v1; * */ class Google_Service_CloudSecurityToken_Resource_V1 extends Google_Service_Resource { /** * Exchanges a credential for a Google OAuth 2.0 access token. The token asserts * an external identity within a workload identity pool, or it applies a * Credential Access Boundary to a Google access token. When you call this * method, do not send the `Authorization` HTTP header in the request. This * method does not require the `Authorization` header, and using the header can * cause the request to fail. (v1.token) * * @param Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenResponse */ public function token(Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('token', array($params), "Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenResponse"); } } PK/ Z81@svendor/google/apiclient-services/src/Google/Service/CloudSecurityToken/GoogleIdentityStsV1ExchangeTokenResponse.phpnu[ "access_token", "expiresIn" => "expires_in", "issuedTokenType" => "issued_token_type", "tokenType" => "token_type", ); public $accessToken; public $expiresIn; public $issuedTokenType; public $tokenType; public function setAccessToken($accessToken) { $this->accessToken = $accessToken; } public function getAccessToken() { return $this->accessToken; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIssuedTokenType($issuedTokenType) { $this->issuedTokenType = $issuedTokenType; } public function getIssuedTokenType() { return $this->issuedTokenType; } public function setTokenType($tokenType) { $this->tokenType = $tokenType; } public function getTokenType() { return $this->tokenType; } } PK/ Z+[PXJJHvendor/google/apiclient-services/src/Google/Service/ChromeManagement.phpnu[ * The Chrome Management API is a suite of services that allows Chrome * administrators to view, manage and gain insights on their Chrome OS and * Chrome Browser devices.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ChromeManagement extends Google_Service { /** See reports about devices and Chrome browsers managed within your organization. */ const CHROME_MANAGEMENT_REPORTS_READONLY = "https://www.googleapis.com/auth/chrome.management.reports.readonly"; public $customers_reports; /** * Constructs the internal representation of the ChromeManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://chromemanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'chromemanagement'; $this->customers_reports = new Google_Service_ChromeManagement_Resource_CustomersReports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'countChromeVersions' => array( 'path' => 'v1/{+customer}/reports:countChromeVersions', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orgUnitId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'countInstalledApps' => array( 'path' => 'v1/{+customer}/reports:countInstalledApps', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'orgUnitId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'findInstalledAppDevices' => array( 'path' => 'v1/{+customer}/reports:findInstalledAppDevices', 'httpMethod' => 'GET', 'parameters' => array( 'customer' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'appId' => array( 'location' => 'query', 'type' => 'string', ), 'appType' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'orgUnitId' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Z Q  Hvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI.phpnu[ * Creates and manages rules that determine when a Firebase Rules-enabled * service should permit a request.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseRulesAPI extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; /** View all your Firebase data and settings. */ const FIREBASE_READONLY = "https://www.googleapis.com/auth/firebase.readonly"; public $projects; public $projects_releases; public $projects_rulesets; /** * Constructs the internal representation of the FirebaseRulesAPI service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://firebaserules.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'firebaserules'; $this->projects = new Google_Service_FirebaseRulesAPI_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'test' => array( 'path' => 'v1/{+name}:test', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_releases = new Google_Service_FirebaseRulesAPI_Resource_ProjectsReleases( $this, $this->serviceName, 'releases', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}/releases', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/releases', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_rulesets = new Google_Service_FirebaseRulesAPI_Resource_ProjectsRulesets( $this, $this->serviceName, 'rulesets', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}/rulesets', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/rulesets', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Zr))Dvendor/google/apiclient-services/src/Google/Service/Customsearch.phpnu[ * Searches over a website or collection of websites

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Customsearch extends Google_Service { public $cse; public $cse_siterestrict; /** * Constructs the internal representation of the Customsearch service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://customsearch.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'customsearch'; $this->cse = new Google_Service_Customsearch_Resource_Cse( $this, $this->serviceName, 'cse', array( 'methods' => array( 'list' => array( 'path' => 'customsearch/v1', 'httpMethod' => 'GET', 'parameters' => array( 'rights' => array( 'location' => 'query', 'type' => 'string', ), 'imgType' => array( 'location' => 'query', 'type' => 'string', ), 'excludeTerms' => array( 'location' => 'query', 'type' => 'string', ), 'num' => array( 'location' => 'query', 'type' => 'integer', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'searchType' => array( 'location' => 'query', 'type' => 'string', ), 'dateRestrict' => array( 'location' => 'query', 'type' => 'string', ), 'relatedSite' => array( 'location' => 'query', 'type' => 'string', ), 'gl' => array( 'location' => 'query', 'type' => 'string', ), 'c2coff' => array( 'location' => 'query', 'type' => 'string', ), 'siteSearch' => array( 'location' => 'query', 'type' => 'string', ), 'highRange' => array( 'location' => 'query', 'type' => 'string', ), 'exactTerms' => array( 'location' => 'query', 'type' => 'string', ), 'linkSite' => array( 'location' => 'query', 'type' => 'string', ), 'cx' => array( 'location' => 'query', 'type' => 'string', ), 'siteSearchFilter' => array( 'location' => 'query', 'type' => 'string', ), 'lr' => array( 'location' => 'query', 'type' => 'string', ), 'imgSize' => array( 'location' => 'query', 'type' => 'string', ), 'cr' => array( 'location' => 'query', 'type' => 'string', ), 'imgColorType' => array( 'location' => 'query', 'type' => 'string', ), 'lowRange' => array( 'location' => 'query', 'type' => 'string', ), 'googlehost' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'safe' => array( 'location' => 'query', 'type' => 'string', ), 'start' => array( 'location' => 'query', 'type' => 'integer', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'orTerms' => array( 'location' => 'query', 'type' => 'string', ), 'imgDominantColor' => array( 'location' => 'query', 'type' => 'string', ), 'fileType' => array( 'location' => 'query', 'type' => 'string', ), 'hq' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->cse_siterestrict = new Google_Service_Customsearch_Resource_CseSiterestrict( $this, $this->serviceName, 'siterestrict', array( 'methods' => array( 'list' => array( 'path' => 'customsearch/v1/siterestrict', 'httpMethod' => 'GET', 'parameters' => array( 'siteSearch' => array( 'location' => 'query', 'type' => 'string', ), 'cx' => array( 'location' => 'query', 'type' => 'string', ), 'safe' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'imgColorType' => array( 'location' => 'query', 'type' => 'string', ), 'dateRestrict' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'imgDominantColor' => array( 'location' => 'query', 'type' => 'string', ), 'searchType' => array( 'location' => 'query', 'type' => 'string', ), 'siteSearchFilter' => array( 'location' => 'query', 'type' => 'string', ), 'lowRange' => array( 'location' => 'query', 'type' => 'string', ), 'lr' => array( 'location' => 'query', 'type' => 'string', ), 'rights' => array( 'location' => 'query', 'type' => 'string', ), 'imgType' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'num' => array( 'location' => 'query', 'type' => 'integer', ), 'gl' => array( 'location' => 'query', 'type' => 'string', ), 'c2coff' => array( 'location' => 'query', 'type' => 'string', ), 'orTerms' => array( 'location' => 'query', 'type' => 'string', ), 'exactTerms' => array( 'location' => 'query', 'type' => 'string', ), 'excludeTerms' => array( 'location' => 'query', 'type' => 'string', ), 'imgSize' => array( 'location' => 'query', 'type' => 'string', ), 'cr' => array( 'location' => 'query', 'type' => 'string', ), 'googlehost' => array( 'location' => 'query', 'type' => 'string', ), 'relatedSite' => array( 'location' => 'query', 'type' => 'string', ), 'fileType' => array( 'location' => 'query', 'type' => 'string', ), 'start' => array( 'location' => 'query', 'type' => 'integer', ), 'highRange' => array( 'location' => 'query', 'type' => 'string', ), 'linkSite' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'hq' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ ZÌqqBvendor/google/apiclient-services/src/Google/Service/Monitoring.phpnu[ * Manages your Cloud Monitoring data and configurations. Most projects must be * associated with a Workspace, with a few exceptions as noted on the individual * method pages. The table entries below are presented in alphabetical order, * not in order of common use. For explanations of the concepts found in the * table entries, read the Cloud Monitoring documentation.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Monitoring extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */ const MONITORING = "https://www.googleapis.com/auth/monitoring"; /** View monitoring data for all of your Google Cloud and third-party projects. */ const MONITORING_READ = "https://www.googleapis.com/auth/monitoring.read"; /** Publish metric data to your Google Cloud projects. */ const MONITORING_WRITE = "https://www.googleapis.com/auth/monitoring.write"; public $folders_timeSeries; public $organizations_timeSeries; public $projects_alertPolicies; public $projects_collectdTimeSeries; public $projects_groups; public $projects_groups_members; public $projects_metricDescriptors; public $projects_monitoredResourceDescriptors; public $projects_notificationChannelDescriptors; public $projects_notificationChannels; public $projects_timeSeries; public $projects_uptimeCheckConfigs; public $services; public $services_serviceLevelObjectives; public $uptimeCheckIps; /** * Constructs the internal representation of the Monitoring service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://monitoring.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'monitoring'; $this->folders_timeSeries = new Google_Service_Monitoring_Resource_FoldersTimeSeries( $this, $this->serviceName, 'timeSeries', array( 'methods' => array( 'list' => array( 'path' => 'v3/{+name}/timeSeries', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'aggregation.alignmentPeriod' => array( 'location' => 'query', 'type' => 'string', ), 'aggregation.crossSeriesReducer' => array( 'location' => 'query', 'type' => 'string', ), 'aggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'aggregation.perSeriesAligner' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'interval.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'interval.startTime' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.alignmentPeriod' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.crossSeriesReducer' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'secondaryAggregation.perSeriesAligner' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_timeSeries = new Google_Service_Monitoring_Resource_OrganizationsTimeSeries( $this, $this->serviceName, 'timeSeries', array( 'methods' => array( 'list' => array( 'path' => 'v3/{+name}/timeSeries', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'aggregation.alignmentPeriod' => array( 'location' => 'query', 'type' => 'string', ), 'aggregation.crossSeriesReducer' => array( 'location' => 'query', 'type' => 'string', ), 'aggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'aggregation.perSeriesAligner' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'interval.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'interval.startTime' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.alignmentPeriod' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.crossSeriesReducer' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'secondaryAggregation.perSeriesAligner' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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', ), '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->projects_collectdTimeSeries = new Google_Service_Monitoring_Resource_ProjectsCollectdTimeSeries( $this, $this->serviceName, 'collectdTimeSeries', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+name}/collectdTimeSeries', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_groups = new Google_Service_Monitoring_Resource_ProjectsGroups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+name}/groups', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'recursive' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+name}/groups', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ancestorsOfGroup' => array( 'location' => 'query', 'type' => 'string', ), 'childrenOfGroup' => array( 'location' => 'query', 'type' => 'string', ), 'descendantsOfGroup' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_groups_members = new Google_Service_Monitoring_Resource_ProjectsGroupsMembers( $this, $this->serviceName, 'members', array( 'methods' => array( 'list' => array( 'path' => 'v3/{+name}/members', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'interval.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'interval.startTime' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_metricDescriptors = new Google_Service_Monitoring_Resource_ProjectsMetricDescriptors( $this, $this->serviceName, 'metricDescriptors', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+name}/metricDescriptors', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+name}/metricDescriptors', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_monitoredResourceDescriptors = new Google_Service_Monitoring_Resource_ProjectsMonitoredResourceDescriptors( $this, $this->serviceName, 'monitoredResourceDescriptors', array( 'methods' => array( 'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+name}/monitoredResourceDescriptors', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), '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', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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', ), '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', ), ), ),'sendVerificationCode' => array( 'path' => 'v3/{+name}:sendVerificationCode', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'verify' => array( 'path' => 'v3/{+name}:verify', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_timeSeries = new Google_Service_Monitoring_Resource_ProjectsTimeSeries( $this, $this->serviceName, 'timeSeries', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+name}/timeSeries', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v3/{+name}/timeSeries', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'aggregation.alignmentPeriod' => array( 'location' => 'query', 'type' => 'string', ), 'aggregation.crossSeriesReducer' => array( 'location' => 'query', 'type' => 'string', ), 'aggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'aggregation.perSeriesAligner' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'interval.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'interval.startTime' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.alignmentPeriod' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.crossSeriesReducer' => array( 'location' => 'query', 'type' => 'string', ), 'secondaryAggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'secondaryAggregation.perSeriesAligner' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'query' => array( 'path' => 'v3/{+name}/timeSeries:query', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $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->services = new Google_Service_Monitoring_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/services', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'serviceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services_serviceLevelObjectives = new Google_Service_Monitoring_Resource_ServicesServiceLevelObjectives( $this, $this->serviceName, 'serviceLevelObjectives', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/serviceLevelObjectives', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'serviceLevelObjectiveId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+parent}/serviceLevelObjectives', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => 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( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Zl9q+q+;vendor/google/apiclient-services/src/Google/Service/TPU.phpnu[ * TPU API provides customers with access to Google TPU technology.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_TPU extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_acceleratorTypes; public $projects_locations_nodes; public $projects_locations_operations; public $projects_locations_tensorflowVersions; /** * Constructs the internal representation of the TPU service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://tpu.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'tpu'; $this->projects_locations = new Google_Service_TPU_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_acceleratorTypes = new Google_Service_TPU_Resource_ProjectsLocationsAcceleratorTypes( $this, $this->serviceName, 'acceleratorTypes', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/acceleratorTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_nodes = new Google_Service_TPU_Resource_ProjectsLocationsNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reimage' => array( 'path' => 'v1/{+name}:reimage', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'v1/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v1/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_TPU_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_tensorflowVersions = new Google_Service_TPU_Resource_ProjectsLocationsTensorflowVersions( $this, $this->serviceName, 'tensorflowVersions', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/tensorflowVersions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Z~Fvendor/google/apiclient-services/src/Google/Service/TagManager/Tag.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBlockingRuleId($blockingRuleId) { $this->blockingRuleId = $blockingRuleId; } public function getBlockingRuleId() { return $this->blockingRuleId; } public function setBlockingTriggerId($blockingTriggerId) { $this->blockingTriggerId = $blockingTriggerId; } public function getBlockingTriggerId() { return $this->blockingTriggerId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setFiringRuleId($firingRuleId) { $this->firingRuleId = $firingRuleId; } public function getFiringRuleId() { return $this->firingRuleId; } public function setFiringTriggerId($firingTriggerId) { $this->firingTriggerId = $firingTriggerId; } public function getFiringTriggerId() { return $this->firingTriggerId; } public function setLiveOnly($liveOnly) { $this->liveOnly = $liveOnly; } public function getLiveOnly() { return $this->liveOnly; } /** * @param Google_Service_TagManager_Parameter */ public function setMonitoringMetadata(Google_Service_TagManager_Parameter $monitoringMetadata) { $this->monitoringMetadata = $monitoringMetadata; } /** * @return Google_Service_TagManager_Parameter */ public function getMonitoringMetadata() { return $this->monitoringMetadata; } public function setMonitoringMetadataTagNameKey($monitoringMetadataTagNameKey) { $this->monitoringMetadataTagNameKey = $monitoringMetadataTagNameKey; } public function getMonitoringMetadataTagNameKey() { return $this->monitoringMetadataTagNameKey; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_TagManager_Parameter[] */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return Google_Service_TagManager_Parameter[] */ public function getParameter() { return $this->parameter; } public function setParentFolderId($parentFolderId) { $this->parentFolderId = $parentFolderId; } public function getParentFolderId() { return $this->parentFolderId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPaused($paused) { $this->paused = $paused; } public function getPaused() { return $this->paused; } /** * @param Google_Service_TagManager_Parameter */ public function setPriority(Google_Service_TagManager_Parameter $priority) { $this->priority = $priority; } /** * @return Google_Service_TagManager_Parameter */ public function getPriority() { return $this->priority; } public function setScheduleEndMs($scheduleEndMs) { $this->scheduleEndMs = $scheduleEndMs; } public function getScheduleEndMs() { return $this->scheduleEndMs; } public function setScheduleStartMs($scheduleStartMs) { $this->scheduleStartMs = $scheduleStartMs; } public function getScheduleStartMs() { return $this->scheduleStartMs; } /** * @param Google_Service_TagManager_SetupTag[] */ public function setSetupTag($setupTag) { $this->setupTag = $setupTag; } /** * @return Google_Service_TagManager_SetupTag[] */ public function getSetupTag() { return $this->setupTag; } public function setTagFiringOption($tagFiringOption) { $this->tagFiringOption = $tagFiringOption; } public function getTagFiringOption() { return $this->tagFiringOption; } public function setTagId($tagId) { $this->tagId = $tagId; } public function getTagId() { return $this->tagId; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } /** * @param Google_Service_TagManager_TeardownTag[] */ public function setTeardownTag($teardownTag) { $this->teardownTag = $teardownTag; } /** * @return Google_Service_TagManager_TeardownTag[] */ public function getTeardownTag() { return $this->teardownTag; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ ZyyRvendor/google/apiclient-services/src/Google/Service/TagManager/BuiltInVariable.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ Zssbvendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.phpnu[compilerError = $compilerError; } public function getCompilerError() { return $this->compilerError; } /** * @param Google_Service_TagManager_ContainerVersion */ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion) { $this->containerVersion = $containerVersion; } /** * @return Google_Service_TagManager_ContainerVersion */ public function getContainerVersion() { return $this->containerVersion; } } PK/ ZBSvendor/google/apiclient-services/src/Google/Service/TagManager/GalleryReference.phpnu[host = $host; } public function getHost() { return $this->host; } public function setIsModified($isModified) { $this->isModified = $isModified; } public function getIsModified() { return $this->isModified; } public function setOwner($owner) { $this->owner = $owner; } public function getOwner() { return $this->owner; } public function setRepository($repository) { $this->repository = $repository; } public function getRepository() { return $this->repository; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Z8tuuQvendor/google/apiclient-services/src/Google/Service/TagManager/UserPermission.phpnu[accountAccess = $accountAccess; } /** * @return Google_Service_TagManager_AccountAccess */ public function getAccountAccess() { return $this->accountAccess; } public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_TagManager_ContainerAccess[] */ public function setContainerAccess($containerAccess) { $this->containerAccess = $containerAccess; } /** * @return Google_Service_TagManager_ContainerAccess[] */ public function getContainerAccess() { return $this->containerAccess; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK/ Zsh@QQ`vendor/google/apiclient-services/src/Google/Service/TagManager/RevertBuiltInVariableResponse.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK/ Z !#Uvendor/google/apiclient-services/src/Google/Service/TagManager/ZoneChildContainer.phpnu[nickname = $nickname; } public function getNickname() { return $this->nickname; } public function setPublicId($publicId) { $this->publicId = $publicId; } public function getPublicId() { return $this->publicId; } } PK/ Z`(?Wvendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.phpnu[account = $account; } /** * @return Google_Service_TagManager_Account[] */ public function getAccount() { return $this->account; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZP0&o;;Xvendor/google/apiclient-services/src/Google/Service/TagManager/SyncWorkspaceResponse.phpnu[mergeConflict = $mergeConflict; } /** * @return Google_Service_TagManager_MergeConflict[] */ public function getMergeConflict() { return $this->mergeConflict; } /** * @param Google_Service_TagManager_SyncStatus */ public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) { $this->syncStatus = $syncStatus; } /** * @return Google_Service_TagManager_SyncStatus */ public function getSyncStatus() { return $this->syncStatus; } } PK/ ZVmXvendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_Variable[] */ public function setVariable($variable) { $this->variable = $variable; } /** * @return Google_Service_TagManager_Variable[] */ public function getVariable() { return $this->variable; } } PK/ Z=11Kvendor/google/apiclient-services/src/Google/Service/TagManager/Variable.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setDisablingTriggerId($disablingTriggerId) { $this->disablingTriggerId = $disablingTriggerId; } public function getDisablingTriggerId() { return $this->disablingTriggerId; } public function setEnablingTriggerId($enablingTriggerId) { $this->enablingTriggerId = $enablingTriggerId; } public function getEnablingTriggerId() { return $this->enablingTriggerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_TagManager_VariableFormatValue */ public function setFormatValue(Google_Service_TagManager_VariableFormatValue $formatValue) { $this->formatValue = $formatValue; } /** * @return Google_Service_TagManager_VariableFormatValue */ public function getFormatValue() { return $this->formatValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_TagManager_Parameter[] */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return Google_Service_TagManager_Parameter[] */ public function getParameter() { return $this->parameter; } public function setParentFolderId($parentFolderId) { $this->parentFolderId = $parentFolderId; } public function getParentFolderId() { return $this->parentFolderId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setScheduleEndMs($scheduleEndMs) { $this->scheduleEndMs = $scheduleEndMs; } public function getScheduleEndMs() { return $this->scheduleEndMs; } public function setScheduleStartMs($scheduleStartMs) { $this->scheduleStartMs = $scheduleStartMs; } public function getScheduleStartMs() { return $this->scheduleStartMs; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVariableId($variableId) { $this->variableId = $variableId; } public function getVariableId() { return $this->variableId; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ ZTSvendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.phpnu[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; } } PK/ ZE 00Jvendor/google/apiclient-services/src/Google/Service/TagManager/Trigger.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_TagManager_Condition[] */ public function setAutoEventFilter($autoEventFilter) { $this->autoEventFilter = $autoEventFilter; } /** * @return Google_Service_TagManager_Condition[] */ public function getAutoEventFilter() { return $this->autoEventFilter; } /** * @param Google_Service_TagManager_Parameter */ public function setCheckValidation(Google_Service_TagManager_Parameter $checkValidation) { $this->checkValidation = $checkValidation; } /** * @return Google_Service_TagManager_Parameter */ public function getCheckValidation() { return $this->checkValidation; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } /** * @param Google_Service_TagManager_Parameter */ public function setContinuousTimeMinMilliseconds(Google_Service_TagManager_Parameter $continuousTimeMinMilliseconds) { $this->continuousTimeMinMilliseconds = $continuousTimeMinMilliseconds; } /** * @return Google_Service_TagManager_Parameter */ public function getContinuousTimeMinMilliseconds() { return $this->continuousTimeMinMilliseconds; } /** * @param Google_Service_TagManager_Condition[] */ public function setCustomEventFilter($customEventFilter) { $this->customEventFilter = $customEventFilter; } /** * @return Google_Service_TagManager_Condition[] */ public function getCustomEventFilter() { return $this->customEventFilter; } /** * @param Google_Service_TagManager_Parameter */ public function setEventName(Google_Service_TagManager_Parameter $eventName) { $this->eventName = $eventName; } /** * @return Google_Service_TagManager_Parameter */ public function getEventName() { return $this->eventName; } /** * @param Google_Service_TagManager_Condition[] */ public function setFilter($filter) { $this->filter = $filter; } /** * @return Google_Service_TagManager_Condition[] */ public function getFilter() { return $this->filter; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_TagManager_Parameter */ public function setHorizontalScrollPercentageList(Google_Service_TagManager_Parameter $horizontalScrollPercentageList) { $this->horizontalScrollPercentageList = $horizontalScrollPercentageList; } /** * @return Google_Service_TagManager_Parameter */ public function getHorizontalScrollPercentageList() { return $this->horizontalScrollPercentageList; } /** * @param Google_Service_TagManager_Parameter */ public function setInterval(Google_Service_TagManager_Parameter $interval) { $this->interval = $interval; } /** * @return Google_Service_TagManager_Parameter */ public function getInterval() { return $this->interval; } /** * @param Google_Service_TagManager_Parameter */ public function setIntervalSeconds(Google_Service_TagManager_Parameter $intervalSeconds) { $this->intervalSeconds = $intervalSeconds; } /** * @return Google_Service_TagManager_Parameter */ public function getIntervalSeconds() { return $this->intervalSeconds; } /** * @param Google_Service_TagManager_Parameter */ public function setLimit(Google_Service_TagManager_Parameter $limit) { $this->limit = $limit; } /** * @return Google_Service_TagManager_Parameter */ public function getLimit() { return $this->limit; } /** * @param Google_Service_TagManager_Parameter */ public function setMaxTimerLengthSeconds(Google_Service_TagManager_Parameter $maxTimerLengthSeconds) { $this->maxTimerLengthSeconds = $maxTimerLengthSeconds; } /** * @return Google_Service_TagManager_Parameter */ public function getMaxTimerLengthSeconds() { return $this->maxTimerLengthSeconds; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_TagManager_Parameter[] */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return Google_Service_TagManager_Parameter[] */ public function getParameter() { return $this->parameter; } public function setParentFolderId($parentFolderId) { $this->parentFolderId = $parentFolderId; } public function getParentFolderId() { return $this->parentFolderId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_TagManager_Parameter */ public function setSelector(Google_Service_TagManager_Parameter $selector) { $this->selector = $selector; } /** * @return Google_Service_TagManager_Parameter */ public function getSelector() { return $this->selector; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } /** * @param Google_Service_TagManager_Parameter */ public function setTotalTimeMinMilliseconds(Google_Service_TagManager_Parameter $totalTimeMinMilliseconds) { $this->totalTimeMinMilliseconds = $totalTimeMinMilliseconds; } /** * @return Google_Service_TagManager_Parameter */ public function getTotalTimeMinMilliseconds() { return $this->totalTimeMinMilliseconds; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_TagManager_Parameter */ public function setUniqueTriggerId(Google_Service_TagManager_Parameter $uniqueTriggerId) { $this->uniqueTriggerId = $uniqueTriggerId; } /** * @return Google_Service_TagManager_Parameter */ public function getUniqueTriggerId() { return $this->uniqueTriggerId; } /** * @param Google_Service_TagManager_Parameter */ public function setVerticalScrollPercentageList(Google_Service_TagManager_Parameter $verticalScrollPercentageList) { $this->verticalScrollPercentageList = $verticalScrollPercentageList; } /** * @return Google_Service_TagManager_Parameter */ public function getVerticalScrollPercentageList() { return $this->verticalScrollPercentageList; } /** * @param Google_Service_TagManager_Parameter */ public function setVisibilitySelector(Google_Service_TagManager_Parameter $visibilitySelector) { $this->visibilitySelector = $visibilitySelector; } /** * @return Google_Service_TagManager_Parameter */ public function getVisibilitySelector() { return $this->visibilitySelector; } /** * @param Google_Service_TagManager_Parameter */ public function setVisiblePercentageMax(Google_Service_TagManager_Parameter $visiblePercentageMax) { $this->visiblePercentageMax = $visiblePercentageMax; } /** * @return Google_Service_TagManager_Parameter */ public function getVisiblePercentageMax() { return $this->visiblePercentageMax; } /** * @param Google_Service_TagManager_Parameter */ public function setVisiblePercentageMin(Google_Service_TagManager_Parameter $visiblePercentageMin) { $this->visiblePercentageMin = $visiblePercentageMin; } /** * @return Google_Service_TagManager_Parameter */ public function getVisiblePercentageMin() { return $this->visiblePercentageMin; } /** * @param Google_Service_TagManager_Parameter */ public function setWaitForTags(Google_Service_TagManager_Parameter $waitForTags) { $this->waitForTags = $waitForTags; } /** * @return Google_Service_TagManager_Parameter */ public function getWaitForTags() { return $this->waitForTags; } /** * @param Google_Service_TagManager_Parameter */ public function setWaitForTagsTimeout(Google_Service_TagManager_Parameter $waitForTagsTimeout) { $this->waitForTagsTimeout = $waitForTagsTimeout; } /** * @return Google_Service_TagManager_Parameter */ public function getWaitForTagsTimeout() { return $this->waitForTagsTimeout; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ Z$2Vvendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.phpnu[folder = $folder; } /** * @return Google_Service_TagManager_Folder[] */ public function getFolder() { return $this->folder; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z.avendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.phpnu[compilerError = $compilerError; } public function getCompilerError() { return $this->compilerError; } /** * @param Google_Service_TagManager_ContainerVersion */ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion) { $this->containerVersion = $containerVersion; } /** * @return Google_Service_TagManager_ContainerVersion */ public function getContainerVersion() { return $this->containerVersion; } public function setNewWorkspacePath($newWorkspacePath) { $this->newWorkspacePath = $newWorkspacePath; } public function getNewWorkspacePath() { return $this->newWorkspacePath; } /** * @param Google_Service_TagManager_SyncStatus */ public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) { $this->syncStatus = $syncStatus; } /** * @return Google_Service_TagManager_SyncStatus */ public function getSyncStatus() { return $this->syncStatus; } } PK/ Zs]7Wvendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_Trigger[] */ public function setTrigger($trigger) { $this->trigger = $trigger; } /** * @return Google_Service_TagManager_Trigger[] */ public function getTrigger() { return $this->trigger; } } PK/ ZQAfvendor/google/apiclient-services/src/Google/Service/TagManager/ListEnabledBuiltInVariablesResponse.phpnu[builtInVariable = $builtInVariable; } /** * @return Google_Service_TagManager_BuiltInVariable[] */ public function getBuiltInVariable() { return $this->builtInVariable; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZCX`vendor/google/apiclient-services/src/Google/Service/TagManager/CreateBuiltInVariableResponse.phpnu[builtInVariable = $builtInVariable; } /** * @return Google_Service_TagManager_BuiltInVariable[] */ public function getBuiltInVariable() { return $this->builtInVariable; } } PK/ Z"vQvendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.phpnu[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; } } PK/ ZZ00Xvendor/google/apiclient-services/src/Google/Service/TagManager/RevertTriggerResponse.phpnu[trigger = $trigger; } /** * @return Google_Service_TagManager_Trigger */ public function getTrigger() { return $this->trigger; } } PK/ Zll^vendor/google/apiclient-services/src/Google/Service/TagManager/ListUserPermissionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_UserPermission[] */ public function setUserPermission($userPermission) { $this->userPermission = $userPermission; } /** * @return Google_Service_TagManager_UserPermission[] */ public function getUserPermission() { return $this->userPermission; } } PK/ Z3IWvendor/google/apiclient-services/src/Google/Service/TagManager/QuickPreviewResponse.phpnu[compilerError = $compilerError; } public function getCompilerError() { return $this->compilerError; } /** * @param Google_Service_TagManager_ContainerVersion */ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion) { $this->containerVersion = $containerVersion; } /** * @return Google_Service_TagManager_ContainerVersion */ public function getContainerVersion() { return $this->containerVersion; } /** * @param Google_Service_TagManager_SyncStatus */ public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) { $this->syncStatus = $syncStatus; } /** * @return Google_Service_TagManager_SyncStatus */ public function getSyncStatus() { return $this->syncStatus; } } PK/ Z(`vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.phpnu[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; } } PK/ ZzRvendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.phpnu[containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } } PK/ ZlMz$$Lvendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_TagManager_Parameter[] */ public function setList($list) { $this->list = $list; } /** * @return Google_Service_TagManager_Parameter[] */ public function getList() { return $this->list; } /** * @param Google_Service_TagManager_Parameter[] */ public function setMap($map) { $this->map = $map; } /** * @return Google_Service_TagManager_Parameter[] */ public function getMap() { return $this->map; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ Z0==Yvendor/google/apiclient-services/src/Google/Service/TagManager/RevertVariableResponse.phpnu[variable = $variable; } /** * @return Google_Service_TagManager_Variable */ public function getVariable() { return $this->variable; } } PK/ ZgTTovendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesFolders.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $folders = $tagmanagerService->folders; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesFolders extends Google_Service_Resource { /** * Creates a GTM Folder. (folders.create) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Folder $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Folder */ public function create($parent, Google_Service_TagManager_Folder $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Folder"); } /** * Deletes a GTM Folder. (folders.delete) * * @param string $path GTM Folder's API relative path. Example: accounts/{accoun * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * List all entities in a GTM Folder. (folders.entities) * * @param string $path GTM Folder's API relative path. Example: accounts/{accoun * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_FolderEntities */ public function entities($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('entities', array($params), "Google_Service_TagManager_FolderEntities"); } /** * Gets a GTM Folder. (folders.get) * * @param string $path GTM Folder's API relative path. Example: accounts/{accoun * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Folder */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Folder"); } /** * Lists all GTM Folders of a Container. * (folders.listAccountsContainersWorkspacesFolders) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListFoldersResponse */ public function listAccountsContainersWorkspacesFolders($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListFoldersResponse"); } /** * Moves entities to a GTM Folder. (folders.move_entities_to_folder) * * @param string $path GTM Folder's API relative path. Example: accounts/{accoun * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * @param Google_Service_TagManager_Folder $postBody * @param array $optParams Optional parameters. * * @opt_param string 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 move_entities_to_folder($path, Google_Service_TagManager_Folder $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move_entities_to_folder', array($params)); } /** * Reverts changes to a GTM Folder in a GTM Workspace. (folders.revert) * * @param string $path GTM Folder's API relative path. Example: accounts/{accoun * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the tag in storage. * @return Google_Service_TagManager_RevertFolderResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertFolderResponse"); } /** * Updates a GTM Folder. (folders.update) * * @param string $path GTM Folder's API relative path. Example: accounts/{accoun * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * @param Google_Service_TagManager_Folder $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the folder in storage. * @return Google_Service_TagManager_Folder */ public function update($path, Google_Service_TagManager_Folder $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Folder"); } } PK/ ZP kkcvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsUserPermissions.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $user_permissions = $tagmanagerService->user_permissions; * */ class Google_Service_TagManager_Resource_AccountsUserPermissions extends Google_Service_Resource { /** * Creates a user's Account & Container access. (user_permissions.create) * * @param string $parent GTM Account's API relative path. Example: * accounts/{account_id} * @param Google_Service_TagManager_UserPermission $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_UserPermission */ public function create($parent, Google_Service_TagManager_UserPermission $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_UserPermission"); } /** * Removes a user from the account, revoking access to it and all of its * containers. (user_permissions.delete) * * @param string $path GTM UserPermission's API relative path. Example: * accounts/{account_id}/user_permissions/{user_permission_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a user's Account & Container access. (user_permissions.get) * * @param string $path GTM UserPermission's API relative path. Example: * accounts/{account_id}/user_permissions/{user_permission_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_UserPermission */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_UserPermission"); } /** * List all users that have access to the account along with Account and * Container user access granted to each of them. * (user_permissions.listAccountsUserPermissions) * * @param string $parent GTM Accounts's API relative path. Example: * accounts/{account_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListUserPermissionsResponse */ public function listAccountsUserPermissions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListUserPermissionsResponse"); } /** * Updates a user's Account & Container access. (user_permissions.update) * * @param string $path GTM UserPermission's API relative path. Example: * accounts/{account_id}/user_permissions/{user_permission_id} * @param Google_Service_TagManager_UserPermission $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_UserPermission */ public function update($path, Google_Service_TagManager_UserPermission $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_UserPermission"); } } PK/ ZQqvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesVariables.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $variables = $tagmanagerService->variables; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesVariables extends Google_Service_Resource { /** * Creates a GTM Variable. (variables.create) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Variable $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Variable */ public function create($parent, Google_Service_TagManager_Variable $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Variable"); } /** * Deletes a GTM Variable. (variables.delete) * * @param string $path GTM Variable's API relative path. Example: accounts/{acco * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab * le_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Variable. (variables.get) * * @param string $path GTM Variable's API relative path. Example: accounts/{acco * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab * le_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Variable */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Variable"); } /** * Lists all GTM Variables of a Container. * (variables.listAccountsContainersWorkspacesVariables) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListVariablesResponse */ public function listAccountsContainersWorkspacesVariables($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse"); } /** * Reverts changes to a GTM Variable in a GTM Workspace. (variables.revert) * * @param string $path GTM Variable's API relative path. Example: accounts/{acco * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab * le_id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the variable in storage. * @return Google_Service_TagManager_RevertVariableResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertVariableResponse"); } /** * Updates a GTM Variable. (variables.update) * * @param string $path GTM Variable's API relative path. Example: accounts/{acco * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab * le_id} * @param Google_Service_TagManager_Variable $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the variable in storage. * @return Google_Service_TagManager_Variable */ public function update($path, Google_Service_TagManager_Variable $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Variable"); } } PK/ ZC C lvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersionHeaders.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $version_headers = $tagmanagerService->version_headers; * */ class Google_Service_TagManager_Resource_AccountsContainersVersionHeaders extends Google_Service_Resource { /** * Gets the latest container version header (version_headers.latest) * * @param string $parent GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_ContainerVersionHeader */ public function latest($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('latest', array($params), "Google_Service_TagManager_ContainerVersionHeader"); } /** * Lists all Container Versions of a GTM Container. * (version_headers.listAccountsContainersVersionHeaders) * * @param string $parent GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. * * @opt_param bool includeDeleted Also retrieve deleted (archived) versions when * true. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListContainerVersionsResponse */ public function listAccountsContainersVersionHeaders($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse"); } } PK/ Z&4lvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTags.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $tags = $tagmanagerService->tags; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesTags extends Google_Service_Resource { /** * Creates a GTM Tag. (tags.create) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Tag $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Tag */ public function create($parent, Google_Service_TagManager_Tag $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Tag"); } /** * Deletes a GTM Tag. (tags.delete) * * @param string $path GTM Tag's API relative path. Example: accounts/{account_i * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Tag. (tags.get) * * @param string $path GTM Tag's API relative path. Example: accounts/{account_i * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Tag */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Tag"); } /** * Lists all GTM Tags of a Container. * (tags.listAccountsContainersWorkspacesTags) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListTagsResponse */ public function listAccountsContainersWorkspacesTags($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse"); } /** * Reverts changes to a GTM Tag in a GTM Workspace. (tags.revert) * * @param string $path GTM Tag's API relative path. Example: accounts/{account_i * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of thetag in storage. * @return Google_Service_TagManager_RevertTagResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertTagResponse"); } /** * Updates a GTM Tag. (tags.update) * * @param string $path GTM Tag's API relative path. Example: accounts/{account_i * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * @param Google_Service_TagManager_Tag $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the tag in storage. * @return Google_Service_TagManager_Tag */ public function update($path, Google_Service_TagManager_Tag $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Tag"); } } PK/ ZmNtt^vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $containers = $tagmanagerService->containers; * */ class Google_Service_TagManager_Resource_AccountsContainers extends Google_Service_Resource { /** * Creates a Container. (containers.create) * * @param string $parent GTM Account's API relative path. Example: * accounts/{account_id}. * @param Google_Service_TagManager_Container $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Container */ public function create($parent, Google_Service_TagManager_Container $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Container"); } /** * Deletes a Container. (containers.delete) * * @param string $path GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Container. (containers.get) * * @param string $path GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Container */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Container"); } /** * Lists all Containers that belongs to a GTM Account. * (containers.listAccountsContainers) * * @param string $parent GTM Accounts's API relative path. Example: * accounts/{account_id}. * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListContainersResponse */ public function listAccountsContainers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse"); } /** * Updates a Container. (containers.update) * * @param string $path GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param Google_Service_TagManager_Container $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the container in storage. * @return Google_Service_TagManager_Container */ public function update($path, Google_Service_TagManager_Container $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Container"); } } PK/ ZlYYjvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $environments = $tagmanagerService->environments; * */ class Google_Service_TagManager_Resource_AccountsContainersEnvironments extends Google_Service_Resource { /** * Creates a GTM Environment. (environments.create) * * @param string $parent GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param Google_Service_TagManager_Environment $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Environment */ public function create($parent, Google_Service_TagManager_Environment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Environment"); } /** * Deletes a GTM Environment. (environments.delete) * * @param string $path GTM Environment's API relative path. Example: * accounts/{account_id}/containers/{container_id}/environments/{environment_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Environment. (environments.get) * * @param string $path GTM Environment's API relative path. Example: * accounts/{account_id}/containers/{container_id}/environments/{environment_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Environment */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Environment"); } /** * Lists all GTM Environments of a GTM Container. * (environments.listAccountsContainersEnvironments) * * @param string $parent GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListEnvironmentsResponse */ public function listAccountsContainersEnvironments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListEnvironmentsResponse"); } /** * Re-generates the authorization code for a GTM Environment. * (environments.reauthorize) * * @param string $path GTM Environment's API relative path. Example: * accounts/{account_id}/containers/{container_id}/environments/{environment_id} * @param Google_Service_TagManager_Environment $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Environment */ public function reauthorize($path, Google_Service_TagManager_Environment $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reauthorize', array($params), "Google_Service_TagManager_Environment"); } /** * Updates a GTM Environment. (environments.update) * * @param string $path GTM Environment's API relative path. Example: * accounts/{account_id}/containers/{container_id}/environments/{environment_id} * @param Google_Service_TagManager_Environment $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the environment in storage. * @return Google_Service_TagManager_Environment */ public function update($path, Google_Service_TagManager_Environment $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Environment"); } } PK/ Z1,||pvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTriggers.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $triggers = $tagmanagerService->triggers; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesTriggers extends Google_Service_Resource { /** * Creates a GTM Trigger. (triggers.create) * * @param string $parent GTM Workspaces's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Trigger $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Trigger */ public function create($parent, Google_Service_TagManager_Trigger $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Trigger"); } /** * Deletes a GTM Trigger. (triggers.delete) * * @param string $path GTM Trigger's API relative path. Example: accounts/{accou * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ * id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Trigger. (triggers.get) * * @param string $path GTM Trigger's API relative path. Example: accounts/{accou * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ * id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Trigger */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Trigger"); } /** * Lists all GTM Triggers of a Container. * (triggers.listAccountsContainersWorkspacesTriggers) * * @param string $parent GTM Workspaces's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListTriggersResponse */ public function listAccountsContainersWorkspacesTriggers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse"); } /** * Reverts changes to a GTM Trigger in a GTM Workspace. (triggers.revert) * * @param string $path GTM Trigger's API relative path. Example: accounts/{accou * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ * id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the trigger in storage. * @return Google_Service_TagManager_RevertTriggerResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertTriggerResponse"); } /** * Updates a GTM Trigger. (triggers.update) * * @param string $path GTM Trigger's API relative path. Example: accounts/{accou * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ * id} * @param Google_Service_TagManager_Trigger $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the trigger in storage. * @return Google_Service_TagManager_Trigger */ public function update($path, Google_Service_TagManager_Trigger $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Trigger"); } } PK/ Z TX X Tvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $accounts = $tagmanagerService->accounts; * */ class Google_Service_TagManager_Resource_Accounts extends Google_Service_Resource { /** * Gets a GTM Account. (accounts.get) * * @param string $path GTM Accounts's API relative path. Example: * accounts/{account_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Account */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Account"); } /** * Lists all GTM Accounts that a user has access to. (accounts.listAccounts) * * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListAccountsResponse */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse"); } /** * Updates a GTM Account. (accounts.update) * * @param string $path GTM Accounts's API relative path. Example: * accounts/{account_id} * @param Google_Service_TagManager_Account $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the account in storage. * @return Google_Service_TagManager_Account */ public function update($path, Google_Service_TagManager_Account $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Account"); } } PK/ Zh qvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTemplates.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $templates = $tagmanagerService->templates; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesTemplates extends Google_Service_Resource { /** * Creates a GTM Custom Template. (templates.create) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_CustomTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_CustomTemplate */ public function create($parent, Google_Service_TagManager_CustomTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_CustomTemplate"); } /** * Deletes a GTM Template. (templates.delete) * * @param string $path GTM Custom Template's API relative path. Example: account * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ * {template_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Template. (templates.get) * * @param string $path GTM Custom Template's API relative path. Example: account * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ * {template_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_CustomTemplate */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_CustomTemplate"); } /** * Lists all GTM Templates of a GTM container workspace. * (templates.listAccountsContainersWorkspacesTemplates) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListTemplatesResponse */ public function listAccountsContainersWorkspacesTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListTemplatesResponse"); } /** * Reverts changes to a GTM Template in a GTM Workspace. (templates.revert) * * @param string $path GTM Custom Template's API relative path. Example: account * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ * {template_id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the template in storage. * @return Google_Service_TagManager_RevertTemplateResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertTemplateResponse"); } /** * Updates a GTM Template. (templates.update) * * @param string $path GTM Custom Template's API relative path. Example: account * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ * {template_id} * @param Google_Service_TagManager_CustomTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the templates in storage. * @return Google_Service_TagManager_CustomTemplate */ public function update($path, Google_Service_TagManager_CustomTemplate $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_CustomTemplate"); } } PK/ Z]+Jhvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspaces.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $workspaces = $tagmanagerService->workspaces; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspaces extends Google_Service_Resource { /** * Creates a Workspace. (workspaces.create) * * @param string $parent GTM parent Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param Google_Service_TagManager_Workspace $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Workspace */ public function create($parent, Google_Service_TagManager_Workspace $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Workspace"); } /** * Creates a Container Version from the entities present in the workspace, * deletes the workspace, and sets the base container version to the newly * created version. (workspaces.create_version) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_CreateContainerVersionResponse */ public function create_version($path, Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create_version', array($params), "Google_Service_TagManager_CreateContainerVersionResponse"); } /** * Deletes a Workspace. (workspaces.delete) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Workspace. (workspaces.get) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Workspace */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Workspace"); } /** * Finds conflicting and modified entities in the workspace. * (workspaces.getStatus) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_GetWorkspaceStatusResponse */ public function getStatus($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('getStatus', array($params), "Google_Service_TagManager_GetWorkspaceStatusResponse"); } /** * Lists all Workspaces that belong to a GTM Container. * (workspaces.listAccountsContainersWorkspaces) * * @param string $parent GTM parent Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListWorkspacesResponse */ public function listAccountsContainersWorkspaces($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListWorkspacesResponse"); } /** * Quick previews a workspace by creating a fake container version from all * entities in the provided workspace. (workspaces.quick_preview) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_QuickPreviewResponse */ public function quick_preview($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('quick_preview', array($params), "Google_Service_TagManager_QuickPreviewResponse"); } /** * Resolves a merge conflict for a workspace entity by updating it to the * resolved entity passed in the request. (workspaces.resolve_conflict) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Entity $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the entity_in_workspace in the merge conflict. */ public function resolve_conflict($path, Google_Service_TagManager_Entity $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resolve_conflict', array($params)); } /** * Syncs a workspace to the latest container version by updating all unmodified * workspace entities and displaying conflicts for modified entities. * (workspaces.sync) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_SyncWorkspaceResponse */ public function sync($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('sync', array($params), "Google_Service_TagManager_SyncWorkspaceResponse"); } /** * Updates a Workspace. (workspaces.update) * * @param string $path GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Workspace $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the workspace in storage. * @return Google_Service_TagManager_Workspace */ public function update($path, Google_Service_TagManager_Workspace $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Workspace"); } } PK/ ZKmvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesZones.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $zones = $tagmanagerService->zones; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesZones extends Google_Service_Resource { /** * Creates a GTM Zone. (zones.create) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param Google_Service_TagManager_Zone $postBody * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Zone */ public function create($parent, Google_Service_TagManager_Zone $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_Zone"); } /** * Deletes a GTM Zone. (zones.delete) * * @param string $path GTM Zone's API relative path. Example: accounts/{account_ * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Zone. (zones.get) * * @param string $path GTM Zone's API relative path. Example: accounts/{account_ * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_Zone */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Zone"); } /** * Lists all GTM Zones of a GTM container workspace. * (zones.listAccountsContainersWorkspacesZones) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListZonesResponse */ public function listAccountsContainersWorkspacesZones($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListZonesResponse"); } /** * Reverts changes to a GTM Zone in a GTM Workspace. (zones.revert) * * @param string $path GTM Zone's API relative path. Example: accounts/{account_ * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the zone in storage. * @return Google_Service_TagManager_RevertZoneResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertZoneResponse"); } /** * Updates a GTM Zone. (zones.update) * * @param string $path GTM Zone's API relative path. Example: accounts/{account_ * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * @param Google_Service_TagManager_Zone $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the zone in storage. * @return Google_Service_TagManager_Zone */ public function update($path, Google_Service_TagManager_Zone $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_Zone"); } } PK/ Zxvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $built_in_variables = $tagmanagerService->built_in_variables; * */ class Google_Service_TagManager_Resource_AccountsContainersWorkspacesBuiltInVariables extends Google_Service_Resource { /** * Creates one or more GTM Built-In Variables. (built_in_variables.create) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string type The types of built-in variables to enable. * @return Google_Service_TagManager_CreateBuiltInVariableResponse */ public function create($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_TagManager_CreateBuiltInVariableResponse"); } /** * Deletes one or more GTM Built-In Variables. (built_in_variables.delete) * * @param string $path GTM BuiltInVariable's API relative path. Example: account * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_v * ariables * @param array $optParams Optional parameters. * * @opt_param string type The types of built-in variables to delete. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Lists all the enabled Built-In Variables of a GTM Container. * (built_in_variables.listAccountsContainersWorkspacesBuiltInVariables) * * @param string $parent GTM Workspace's API relative path. Example: * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * @param array $optParams Optional parameters. * * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_TagManager_ListEnabledBuiltInVariablesResponse */ public function listAccountsContainersWorkspacesBuiltInVariables($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListEnabledBuiltInVariablesResponse"); } /** * Reverts changes to a GTM Built-In Variables in a GTM Workspace. * (built_in_variables.revert) * * @param string $path GTM BuiltInVariable's API relative path. Example: account * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_v * ariables * @param array $optParams Optional parameters. * * @opt_param string type The type of built-in variable to revert. * @return Google_Service_TagManager_RevertBuiltInVariableResponse */ public function revert($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_TagManager_RevertBuiltInVariableResponse"); } } PK/ Zqlbbfvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.phpnu[ * $tagmanagerService = new Google_Service_TagManager(...); * $versions = $tagmanagerService->versions; * */ class Google_Service_TagManager_Resource_AccountsContainersVersions extends Google_Service_Resource { /** * Deletes a Container Version. (versions.delete) * * @param string $path GTM ContainerVersion's API relative path. Example: * accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param array $optParams Optional parameters. */ public function delete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Container Version. (versions.get) * * @param string $path GTM ContainerVersion's API relative path. Example: * accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param array $optParams Optional parameters. * * @opt_param string containerVersionId The GTM ContainerVersion ID. Specify * published to retrieve the currently published version. * @return Google_Service_TagManager_ContainerVersion */ public function get($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion"); } /** * Gets the live (i.e. published) container version (versions.live) * * @param string $parent GTM Container's API relative path. Example: * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_ContainerVersion */ public function live($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('live', array($params), "Google_Service_TagManager_ContainerVersion"); } /** * Publishes a Container Version. (versions.publish) * * @param string $path GTM ContainerVersion's API relative path. Example: * accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the container version in storage. * @return Google_Service_TagManager_PublishContainerVersionResponse */ public function publish($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse"); } /** * Sets the latest version used for synchronization of workspaces when detecting * conflicts and errors. (versions.set_latest) * * @param string $path GTM ContainerVersion's API relative path. Example: * accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_ContainerVersion */ public function set_latest($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('set_latest', array($params), "Google_Service_TagManager_ContainerVersion"); } /** * Undeletes a Container Version. (versions.undelete) * * @param string $path GTM ContainerVersion's API relative path. Example: * accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param array $optParams Optional parameters. * @return Google_Service_TagManager_ContainerVersion */ public function undelete($path, $optParams = array()) { $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion"); } /** * Updates a Container Version. (versions.update) * * @param string $path GTM ContainerVersion's API relative path. Example: * accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param Google_Service_TagManager_ContainerVersion $postBody * @param array $optParams Optional parameters. * * @opt_param string fingerprint When provided, this fingerprint must match the * fingerprint of the container version in storage. * @return Google_Service_TagManager_ContainerVersion */ public function update($path, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array()) { $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_TagManager_ContainerVersion"); } } PK/ ZG00Lvendor/google/apiclient-services/src/Google/Service/TagManager/Workspace.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ Z*f<<Gvendor/google/apiclient-services/src/Google/Service/TagManager/Zone.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_TagManager_ZoneBoundary */ public function setBoundary(Google_Service_TagManager_ZoneBoundary $boundary) { $this->boundary = $boundary; } /** * @return Google_Service_TagManager_ZoneBoundary */ public function getBoundary() { return $this->boundary; } /** * @param Google_Service_TagManager_ZoneChildContainer[] */ public function setChildContainer($childContainer) { $this->childContainer = $childContainer; } /** * @return Google_Service_TagManager_ZoneChildContainer[] */ public function getChildContainer() { return $this->childContainer; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } /** * @param Google_Service_TagManager_ZoneTypeRestriction */ public function setTypeRestriction(Google_Service_TagManager_ZoneTypeRestriction $typeRestriction) { $this->typeRestriction = $typeRestriction; } /** * @return Google_Service_TagManager_ZoneTypeRestriction */ public function getTypeRestriction() { return $this->typeRestriction; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } public function setZoneId($zoneId) { $this->zoneId = $zoneId; } public function getZoneId() { return $this->zoneId; } } PK/ Z)nvendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.phpnu[name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } } PK/ Z\YMvendor/google/apiclient-services/src/Google/Service/TagManager/SyncStatus.phpnu[mergeConflict = $mergeConflict; } public function getMergeConflict() { return $this->mergeConflict; } public function setSyncError($syncError) { $this->syncError = $syncError; } public function getSyncError() { return $this->syncError; } } PK/ ZeOEE[vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.phpnu[environment = $environment; } /** * @return Google_Service_TagManager_Environment[] */ public function getEnvironment() { return $this->environment; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z  Uvendor/google/apiclient-services/src/Google/Service/TagManager/RevertZoneResponse.phpnu[zone = $zone; } /** * @return Google_Service_TagManager_Zone */ public function getZone() { return $this->zone; } } PK/ ZEVVPvendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.phpnu[permission = $permission; } public function getPermission() { return $this->permission; } } PK/ ZlOvendor/google/apiclient-services/src/Google/Service/TagManager/ZoneBoundary.phpnu[condition = $condition; } /** * @return Google_Service_TagManager_Condition[] */ public function getCondition() { return $this->condition; } public function setCustomEvaluationTriggerId($customEvaluationTriggerId) { $this->customEvaluationTriggerId = $customEvaluationTriggerId; } public function getCustomEvaluationTriggerId() { return $this->customEvaluationTriggerId; } } PK/ ZwBB]vendor/google/apiclient-services/src/Google/Service/TagManager/GetWorkspaceStatusResponse.phpnu[mergeConflict = $mergeConflict; } /** * @return Google_Service_TagManager_MergeConflict[] */ public function getMergeConflict() { return $this->mergeConflict; } /** * @param Google_Service_TagManager_Entity[] */ public function setWorkspaceChange($workspaceChange) { $this->workspaceChange = $workspaceChange; } /** * @return Google_Service_TagManager_Entity[] */ public function getWorkspaceChange() { return $this->workspaceChange; } } PK/ ZRrwҸ Nvendor/google/apiclient-services/src/Google/Service/TagManager/Environment.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAuthorizationCode($authorizationCode) { $this->authorizationCode = $authorizationCode; } public function getAuthorizationCode() { return $this->authorizationCode; } public function setAuthorizationTimestamp($authorizationTimestamp) { $this->authorizationTimestamp = $authorizationTimestamp; } public function getAuthorizationTimestamp() { return $this->authorizationTimestamp; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setContainerVersionId($containerVersionId) { $this->containerVersionId = $containerVersionId; } public function getContainerVersionId() { return $this->containerVersionId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableDebug($enableDebug) { $this->enableDebug = $enableDebug; } public function getEnableDebug() { return $this->enableDebug; } public function setEnvironmentId($environmentId) { $this->environmentId = $environmentId; } public function getEnvironmentId() { return $this->environmentId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ ZcLvendor/google/apiclient-services/src/Google/Service/TagManager/Condition.phpnu[parameter = $parameter; } /** * @return Google_Service_TagManager_Parameter[] */ public function getParameter() { return $this->parameter; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Z> * Ivendor/google/apiclient-services/src/Google/Service/TagManager/Entity.phpnu[changeStatus = $changeStatus; } public function getChangeStatus() { return $this->changeStatus; } /** * @param Google_Service_TagManager_Client */ public function setClient(Google_Service_TagManager_Client $client) { $this->client = $client; } /** * @return Google_Service_TagManager_Client */ public function getClient() { return $this->client; } /** * @param Google_Service_TagManager_Folder */ public function setFolder(Google_Service_TagManager_Folder $folder) { $this->folder = $folder; } /** * @return Google_Service_TagManager_Folder */ public function getFolder() { return $this->folder; } /** * @param Google_Service_TagManager_Tag */ public function setTag(Google_Service_TagManager_Tag $tag) { $this->tag = $tag; } /** * @return Google_Service_TagManager_Tag */ public function getTag() { return $this->tag; } /** * @param Google_Service_TagManager_Trigger */ public function setTrigger(Google_Service_TagManager_Trigger $trigger) { $this->trigger = $trigger; } /** * @return Google_Service_TagManager_Trigger */ public function getTrigger() { return $this->trigger; } /** * @param Google_Service_TagManager_Variable */ public function setVariable(Google_Service_TagManager_Variable $variable) { $this->variable = $variable; } /** * @return Google_Service_TagManager_Variable */ public function getVariable() { return $this->variable; } } PK/ Zv,l l Vvendor/google/apiclient-services/src/Google/Service/TagManager/VariableFormatValue.phpnu[caseConversionType = $caseConversionType; } public function getCaseConversionType() { return $this->caseConversionType; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertFalseToValue(Google_Service_TagManager_Parameter $convertFalseToValue) { $this->convertFalseToValue = $convertFalseToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertFalseToValue() { return $this->convertFalseToValue; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertNullToValue(Google_Service_TagManager_Parameter $convertNullToValue) { $this->convertNullToValue = $convertNullToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertNullToValue() { return $this->convertNullToValue; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertTrueToValue(Google_Service_TagManager_Parameter $convertTrueToValue) { $this->convertTrueToValue = $convertTrueToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertTrueToValue() { return $this->convertTrueToValue; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertUndefinedToValue(Google_Service_TagManager_Parameter $convertUndefinedToValue) { $this->convertUndefinedToValue = $convertUndefinedToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertUndefinedToValue() { return $this->convertUndefinedToValue; } } PK/ Z h++Yvendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.phpnu[container = $container; } /** * @return Google_Service_TagManager_Container[] */ public function getContainer() { return $this->container; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z4DCUUYvendor/google/apiclient-services/src/Google/Service/TagManager/RevertTemplateResponse.phpnu[template = $template; } /** * @return Google_Service_TagManager_CustomTemplate */ public function getTemplate() { return $this->template; } } PK/ Z Svendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersion.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_TagManager_BuiltInVariable[] */ public function setBuiltInVariable($builtInVariable) { $this->builtInVariable = $builtInVariable; } /** * @return Google_Service_TagManager_BuiltInVariable[] */ public function getBuiltInVariable() { return $this->builtInVariable; } /** * @param Google_Service_TagManager_Client[] */ public function setClient($client) { $this->client = $client; } /** * @return Google_Service_TagManager_Client[] */ public function getClient() { return $this->client; } /** * @param Google_Service_TagManager_Container */ public function setContainer(Google_Service_TagManager_Container $container) { $this->container = $container; } /** * @return Google_Service_TagManager_Container */ public function getContainer() { return $this->container; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setContainerVersionId($containerVersionId) { $this->containerVersionId = $containerVersionId; } public function getContainerVersionId() { return $this->containerVersionId; } /** * @param Google_Service_TagManager_CustomTemplate[] */ public function setCustomTemplate($customTemplate) { $this->customTemplate = $customTemplate; } /** * @return Google_Service_TagManager_CustomTemplate[] */ public function getCustomTemplate() { return $this->customTemplate; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_TagManager_Folder[] */ public function setFolder($folder) { $this->folder = $folder; } /** * @return Google_Service_TagManager_Folder[] */ public function getFolder() { return $this->folder; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_TagManager_Tag[] */ public function setTag($tag) { $this->tag = $tag; } /** * @return Google_Service_TagManager_Tag[] */ public function getTag() { return $this->tag; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } /** * @param Google_Service_TagManager_Trigger[] */ public function setTrigger($trigger) { $this->trigger = $trigger; } /** * @return Google_Service_TagManager_Trigger[] */ public function getTrigger() { return $this->trigger; } /** * @param Google_Service_TagManager_Variable[] */ public function setVariable($variable) { $this->variable = $variable; } /** * @return Google_Service_TagManager_Variable[] */ public function getVariable() { return $this->variable; } /** * @param Google_Service_TagManager_Zone[] */ public function setZone($zone) { $this->zone = $zone; } /** * @return Google_Service_TagManager_Zone[] */ public function getZone() { return $this->zone; } } PK/ Z##Wvendor/google/apiclient-services/src/Google/Service/TagManager/RevertFolderResponse.phpnu[folder = $folder; } /** * @return Google_Service_TagManager_Folder */ public function getFolder() { return $this->folder; } } PK/ Z* Yvendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setContainerVersionId($containerVersionId) { $this->containerVersionId = $containerVersionId; } public function getContainerVersionId() { return $this->containerVersionId; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumClients($numClients) { $this->numClients = $numClients; } public function getNumClients() { return $this->numClients; } public function setNumCustomTemplates($numCustomTemplates) { $this->numCustomTemplates = $numCustomTemplates; } public function getNumCustomTemplates() { return $this->numCustomTemplates; } public function setNumMacros($numMacros) { $this->numMacros = $numMacros; } public function getNumMacros() { return $this->numMacros; } public function setNumRules($numRules) { $this->numRules = $numRules; } public function getNumRules() { return $this->numRules; } public function setNumTags($numTags) { $this->numTags = $numTags; } public function getNumTags() { return $this->numTags; } public function setNumTriggers($numTriggers) { $this->numTriggers = $numTriggers; } public function getNumTriggers() { return $this->numTriggers; } public function setNumVariables($numVariables) { $this->numVariables = $numVariables; } public function getNumVariables() { return $this->numVariables; } public function setNumZones($numZones) { $this->numZones = $numZones; } public function getNumZones() { return $this->numZones; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK/ ZT,p p Ivendor/google/apiclient-services/src/Google/Service/TagManager/Client.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } 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; } /** * @param Google_Service_TagManager_Parameter[] */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return Google_Service_TagManager_Parameter[] */ public function getParameter() { return $this->parameter; } public function setParentFolderId($parentFolderId) { $this->parentFolderId = $parentFolderId; } public function getParentFolderId() { return $this->parentFolderId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ Zԍa,,Kvendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.phpnu[stopOnSetupFailure = $stopOnSetupFailure; } public function getStopOnSetupFailure() { return $this->stopOnSetupFailure; } public function setTagName($tagName) { $this->tagName = $tagName; } public function getTagName() { return $this->tagName; } } PK/ Zn`lTvendor/google/apiclient-services/src/Google/Service/TagManager/RevertTagResponse.phpnu[tag = $tag; } /** * @return Google_Service_TagManager_Tag */ public function getTag() { return $this->tag; } } PK/ ZB 9Ivendor/google/apiclient-services/src/Google/Service/TagManager/Folder.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setFolderId($folderId) { $this->folderId = $folderId; } public function getFolderId() { return $this->folderId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ ZaaVvendor/google/apiclient-services/src/Google/Service/TagManager/ZoneTypeRestriction.phpnu[enable = $enable; } public function getEnable() { return $this->enable; } public function setWhitelistedTypeId($whitelistedTypeId) { $this->whitelistedTypeId = $whitelistedTypeId; } public function getWhitelistedTypeId() { return $this->whitelistedTypeId; } } PK/ ZCt00Xvendor/google/apiclient-services/src/Google/Service/TagManager/ListTemplatesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_CustomTemplate[] */ public function setTemplate($template) { $this->template = $template; } /** * @return Google_Service_TagManager_CustomTemplate[] */ public function getTemplate() { return $this->template; } } PK/ Z4 Lvendor/google/apiclient-services/src/Google/Service/TagManager/Container.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setDomainName($domainName) { $this->domainName = $domainName; } public function getDomainName() { return $this->domainName; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPublicId($publicId) { $this->publicId = $publicId; } public function getPublicId() { return $this->publicId; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setUsageContext($usageContext) { $this->usageContext = $usageContext; } public function getUsageContext() { return $this->usageContext; } } PK/ ZZZPvendor/google/apiclient-services/src/Google/Service/TagManager/MergeConflict.phpnu[entityInBaseVersion = $entityInBaseVersion; } /** * @return Google_Service_TagManager_Entity */ public function getEntityInBaseVersion() { return $this->entityInBaseVersion; } /** * @param Google_Service_TagManager_Entity */ public function setEntityInWorkspace(Google_Service_TagManager_Entity $entityInWorkspace) { $this->entityInWorkspace = $entityInWorkspace; } /** * @return Google_Service_TagManager_Entity */ public function getEntityInWorkspace() { return $this->entityInWorkspace; } } PK/ ZH, Qvendor/google/apiclient-services/src/Google/Service/TagManager/CustomTemplate.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_TagManager_GalleryReference */ public function setGalleryReference(Google_Service_TagManager_GalleryReference $galleryReference) { $this->galleryReference = $galleryReference; } /** * @return Google_Service_TagManager_GalleryReference */ public function getGalleryReference() { return $this->galleryReference; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setTemplateData($templateData) { $this->templateData = $templateData; } public function getTemplateData() { return $this->templateData; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } PK/ ZDDNvendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.phpnu[stopTeardownOnFailure = $stopTeardownOnFailure; } public function getStopTeardownOnFailure() { return $this->stopTeardownOnFailure; } public function setTagName($tagName) { $this->tagName = $tagName; } public function getTagName() { return $this->tagName; } } PK/ Zߖ5++Yvendor/google/apiclient-services/src/Google/Service/TagManager/ListWorkspacesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_Workspace[] */ public function setWorkspace($workspace) { $this->workspace = $workspace; } /** * @return Google_Service_TagManager_Workspace[] */ public function getWorkspace() { return $this->workspace; } } PK/ Z{Jvendor/google/apiclient-services/src/Google/Service/TagManager/Account.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setShareData($shareData) { $this->shareData = $shareData; } public function getShareData() { return $this->shareData; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } } PK/ Zq yTvendor/google/apiclient-services/src/Google/Service/TagManager/ListZonesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_Zone[] */ public function setZone($zone) { $this->zone = $zone; } /** * @return Google_Service_TagManager_Zone[] */ public function getZone() { return $this->zone; } } PK/ ZDڭ  Fvendor/google/apiclient-services/src/Google/Service/Verifiedaccess.phpnu[ * API for Verified Access chrome extension to provide credential verification * for chrome devices connecting to an enterprise network

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Verifiedaccess extends Google_Service { /** Verify your enterprise credentials. */ const VERIFIEDACCESS = "https://www.googleapis.com/auth/verifiedaccess"; public $challenge; /** * Constructs the internal representation of the Verifiedaccess service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://verifiedaccess.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'verifiedaccess'; $this->challenge = new Google_Service_Verifiedaccess_Resource_Challenge( $this, $this->serviceName, 'challenge', array( 'methods' => array( 'create' => array( 'path' => 'v1/challenge', 'httpMethod' => 'POST', 'parameters' => array(), ),'verify' => array( 'path' => 'v1/challenge:verify', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK/ ZlHQQOvendor/google/apiclient-services/src/Google/Service/Eventarc/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK/ ZLvendor/google/apiclient-services/src/Google/Service/Eventarc/EventFilter.phpnu[attribute = $attribute; } public function getAttribute() { return $this->attribute; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ Z-7 7 Hvendor/google/apiclient-services/src/Google/Service/Eventarc/Trigger.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Eventarc_Destination */ public function setDestination(Google_Service_Eventarc_Destination $destination) { $this->destination = $destination; } /** * @return Google_Service_Eventarc_Destination */ public function getDestination() { return $this->destination; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Eventarc_EventFilter[] */ public function setEventFilters($eventFilters) { $this->eventFilters = $eventFilters; } /** * @return Google_Service_Eventarc_EventFilter[] */ public function getEventFilters() { return $this->eventFilters; } 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 setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_Eventarc_Transport */ public function setTransport(Google_Service_Eventarc_Transport $transport) { $this->transport = $transport; } /** * @return Google_Service_Eventarc_Transport */ public function getTransport() { return $this->transport; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ ZϱTvendor/google/apiclient-services/src/Google/Service/Eventarc/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Eventarc_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK/ ZrUvendor/google/apiclient-services/src/Google/Service/Eventarc/ListTriggersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Eventarc_Trigger[] */ public function setTriggers($triggers) { $this->triggers = $triggers; } /** * @return Google_Service_Eventarc_Trigger[] */ public function getTriggers() { return $this->triggers; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK/ ZMGvendor/google/apiclient-services/src/Google/Service/Eventarc/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Eventarc_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Eventarc_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Eventarc_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ ZݤWvendor/google/apiclient-services/src/Google/Service/Eventarc/CancelOperationRequest.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Eventarc_GoogleRpcStatus */ public function setError(Google_Service_Eventarc_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Eventarc_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ Zޚ[vendor/google/apiclient-services/src/Google/Service/Eventarc/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Z7j [vendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocations.phpnu[ * $eventarcService = new Google_Service_Eventarc(...); * $locations = $eventarcService->locations; * */ class Google_Service_Eventarc_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Eventarc_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Eventarc_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Eventarc_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Eventarc_ListLocationsResponse"); } } PK/ Z-tevendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocationsOperations.phpnu[ * $eventarcService = new Google_Service_Eventarc(...); * $operations = $eventarcService->operations; * */ class Google_Service_Eventarc_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Eventarc_GoogleLongrunningCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Eventarc_EventarcEmpty */ public function cancel($name, Google_Service_Eventarc_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Eventarc_EventarcEmpty"); } /** * 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_Eventarc_EventarcEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Eventarc_EventarcEmpty"); } /** * 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_Eventarc_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Eventarc_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Eventarc_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Eventarc_GoogleLongrunningListOperationsResponse"); } } PK/ Zz#z#cvendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocationsTriggers.phpnu[ * $eventarcService = new Google_Service_Eventarc(...); * $triggers = $eventarcService->triggers; * */ class Google_Service_Eventarc_Resource_ProjectsLocationsTriggers extends Google_Service_Resource { /** * Create a new trigger in a particular project and location. (triggers.create) * * @param string $parent Required. The parent collection in which to add this * trigger. * @param Google_Service_Eventarc_Trigger $postBody * @param array $optParams Optional parameters. * * @opt_param string triggerId Required. The user-provided ID to be assigned to * the trigger. * @opt_param bool validateOnly Required. If set, validate the request and * preview the review, but do not actually post it. * @return Google_Service_Eventarc_GoogleLongrunningOperation */ public function create($parent, Google_Service_Eventarc_Trigger $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Eventarc_GoogleLongrunningOperation"); } /** * Delete a single trigger. (triggers.delete) * * @param string $name Required. The name of the trigger to be deleted. * @param array $optParams Optional parameters. * * @opt_param bool allowMissing If set to true, and the trigger is not found, * the request will succeed but no action will be taken on the server. * @opt_param string etag If provided, the trigger will only be deleted if the * etag matches the current etag on the resource. * @opt_param bool validateOnly Required. If set, validate the request and * preview the review, but do not actually post it. * @return Google_Service_Eventarc_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Eventarc_GoogleLongrunningOperation"); } /** * Get a single trigger. (triggers.get) * * @param string $name Required. The name of the trigger to get. * @param array $optParams Optional parameters. * @return Google_Service_Eventarc_Trigger */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Eventarc_Trigger"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (triggers.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Eventarc_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Eventarc_Policy"); } /** * List triggers. (triggers.listProjectsLocationsTriggers) * * @param string $parent Required. The parent collection to list triggers on. * @param array $optParams Optional parameters. * * @opt_param string orderBy The sorting order of the resources returned. Value * should be a comma separated list of fields. The default sorting oder is * ascending. To specify descending order for a field, append a ` desc` suffix; * for example: `name desc, trigger_id`. * @opt_param int pageSize The maximum number of triggers to return on each * page. Note: The service may send fewer. * @opt_param string pageToken The page token; provide the value from the * `next_page_token` field in a previous `ListTriggers` call to retrieve the * subsequent page. When paginating, all other parameters provided to * `ListTriggers` must match the call that provided the page token. * @return Google_Service_Eventarc_ListTriggersResponse */ public function listProjectsLocationsTriggers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Eventarc_ListTriggersResponse"); } /** * Update a single trigger. (triggers.patch) * * @param string $name Required. The resource name of the trigger. Must be * unique within the location on the project and must be in * `projects/{project}/locations/{location}/triggers/{trigger}` format. * @param Google_Service_Eventarc_Trigger $postBody * @param array $optParams Optional parameters. * * @opt_param bool allowMissing If set to true, and the trigger is not found, a * new trigger will be created. In this situation, `update_mask` is ignored. * @opt_param string updateMask The fields to be updated; only fields explicitly * provided will be updated. If no field mask is provided, all provided fields * in the request will be updated. To update all fields, provide a field mask of * "*". * @opt_param bool validateOnly Required. If set, validate the request and * preview the review, but do not actually post it. * @return Google_Service_Eventarc_GoogleLongrunningOperation */ public function patch($name, Google_Service_Eventarc_Trigger $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Eventarc_GoogleLongrunningOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (triggers.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_Eventarc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Eventarc_Policy */ public function setIamPolicy($resource, Google_Service_Eventarc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Eventarc_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (triggers.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_Eventarc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Eventarc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Eventarc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Eventarc_TestIamPermissionsResponse"); } } PK/ Z UTnnRvendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/Projects.phpnu[ * $eventarcService = new Google_Service_Eventarc(...); * $projects = $eventarcService->projects; * */ class Google_Service_Eventarc_Resource_Projects extends Google_Service_Resource { } PK/ Zpphvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Eventarc_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Eventarc_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK/ Z-Rvendor/google/apiclient-services/src/Google/Service/Eventarc/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK/ ZI;O{{Hvendor/google/apiclient-services/src/Google/Service/Eventarc/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Eventarc_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK/ Zo}^Vvendor/google/apiclient-services/src/Google/Service/Eventarc/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Eventarc_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zm~kkPvendor/google/apiclient-services/src/Google/Service/Eventarc/CloudRunService.phpnu[path = $path; } public function getPath() { return $this->path; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ Z8;=hvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleLongrunningCancelOperationRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Z>/fNvendor/google/apiclient-services/src/Google/Service/Eventarc/EventarcEmpty.phpnu[attribute = $attribute; } public function getAttribute() { return $this->attribute; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ Z&\vvJvendor/google/apiclient-services/src/Google/Service/Eventarc/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Eventarc_Status */ public function setError(Google_Service_Eventarc_Status $error) { $this->error = $error; } /** * @return Google_Service_Eventarc_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ ZXyN-Gvendor/google/apiclient-services/src/Google/Service/Eventarc/Status.phpnu[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; } } PK/ ZߔbddIvendor/google/apiclient-services/src/Google/Service/Eventarc/CloudRun.phpnu[path = $path; } public function getPath() { return $this->path; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ Z2oGvendor/google/apiclient-services/src/Google/Service/Eventarc/Pubsub.phpnu[subscription = $subscription; } public function getSubscription() { return $this->subscription; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK/ Z&A((Lvendor/google/apiclient-services/src/Google/Service/Eventarc/Destination.phpnu[cloudRun = $cloudRun; } /** * @return Google_Service_Eventarc_CloudRun */ public function getCloudRun() { return $this->cloudRun; } } PK/ Z!,,Wvendor/google/apiclient-services/src/Google/Service/Eventarc/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Eventarc_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Eventarc_Operation[] */ public function getOperations() { return $this->operations; } } PK/ Z|cIvendor/google/apiclient-services/src/Google/Service/Eventarc/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z7-33Lvendor/google/apiclient-services/src/Google/Service/Eventarc/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Eventarc_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ Z퍺Pvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleRpcStatus.phpnu[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; } } PK/ ZJvendor/google/apiclient-services/src/Google/Service/Eventarc/Transport.phpnu[pubsub = $pubsub; } /** * @return Google_Service_Eventarc_Pubsub */ public function getPubsub() { return $this->pubsub; } } PK/ ZrIIEvendor/google/apiclient-services/src/Google/Service/Eventarc/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK/ ZnU\hhlvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsResponse.phpnu[runs = $runs; } /** * @return Google_Service_BigQueryDataTransfer_TransferRun[] */ public function getRuns() { return $this->runs; } } PK/ Zgg[vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferConfig.phpnu[dataRefreshWindowDays = $dataRefreshWindowDays; } public function getDataRefreshWindowDays() { return $this->dataRefreshWindowDays; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setDatasetRegion($datasetRegion) { $this->datasetRegion = $datasetRegion; } public function getDatasetRegion() { return $this->datasetRegion; } public function setDestinationDatasetId($destinationDatasetId) { $this->destinationDatasetId = $destinationDatasetId; } public function getDestinationDatasetId() { return $this->destinationDatasetId; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_BigQueryDataTransfer_EmailPreferences */ public function setEmailPreferences(Google_Service_BigQueryDataTransfer_EmailPreferences $emailPreferences) { $this->emailPreferences = $emailPreferences; } /** * @return Google_Service_BigQueryDataTransfer_EmailPreferences */ public function getEmailPreferences() { return $this->emailPreferences; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNextRunTime($nextRunTime) { $this->nextRunTime = $nextRunTime; } public function getNextRunTime() { return $this->nextRunTime; } public function setNotificationPubsubTopic($notificationPubsubTopic) { $this->notificationPubsubTopic = $notificationPubsubTopic; } public function getNotificationPubsubTopic() { return $this->notificationPubsubTopic; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setSchedule($schedule) { $this->schedule = $schedule; } public function getSchedule() { return $this->schedule; } /** * @param Google_Service_BigQueryDataTransfer_ScheduleOptions */ public function setScheduleOptions(Google_Service_BigQueryDataTransfer_ScheduleOptions $scheduleOptions) { $this->scheduleOptions = $scheduleOptions; } /** * @return Google_Service_BigQueryDataTransfer_ScheduleOptions */ public function getScheduleOptions() { return $this->scheduleOptions; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK/ ZVvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TimeRange.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK/ ZMeeivendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsResponse.phpnu[runs = $runs; } /** * @return Google_Service_BigQueryDataTransfer_TransferRun[] */ public function getRuns() { return $this->runs; } } PK/ Zievendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferLogsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigQueryDataTransfer_TransferMessage[] */ public function setTransferMessages($transferMessages) { $this->transferMessages = $transferMessages; } /** * @return Google_Service_BigQueryDataTransfer_TransferMessage[] */ public function getTransferMessages() { return $this->transferMessages; } } PK/ Z92kvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsRequest.phpnu[requestedRunTime = $requestedRunTime; } public function getRequestedRunTime() { return $this->requestedRunTime; } /** * @param Google_Service_BigQueryDataTransfer_TimeRange */ public function setRequestedTimeRange(Google_Service_BigQueryDataTransfer_TimeRange $requestedTimeRange) { $this->requestedTimeRange = $requestedTimeRange; } /** * @return Google_Service_BigQueryDataTransfer_TimeRange */ public function getRequestedTimeRange() { return $this->requestedTimeRange; } } PK/ Zj`vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSourceParameter.phpnu[allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setDeprecated($deprecated) { $this->deprecated = $deprecated; } public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_BigQueryDataTransfer_DataSourceParameter[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_BigQueryDataTransfer_DataSourceParameter[] */ public function getFields() { return $this->fields; } public function setImmutable($immutable) { $this->immutable = $immutable; } public function getImmutable() { return $this->immutable; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } public function setParamId($paramId) { $this->paramId = $paramId; } public function getParamId() { return $this->paramId; } public function setRecurse($recurse) { $this->recurse = $recurse; } public function getRecurse() { return $this->recurse; } public function setRepeated($repeated) { $this->repeated = $repeated; } public function getRepeated() { return $this->repeated; } public function setRequired($required) { $this->required = $required; } public function getRequired() { return $this->required; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValidationDescription($validationDescription) { $this->validationDescription = $validationDescription; } public function getValidationDescription() { return $this->validationDescription; } public function setValidationHelpUrl($validationHelpUrl) { $this->validationHelpUrl = $validationHelpUrl; } public function getValidationHelpUrl() { return $this->validationHelpUrl; } public function setValidationRegex($validationRegex) { $this->validationRegex = $validationRegex; } public function getValidationRegex() { return $this->validationRegex; } } PK/ Zffvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/BigquerydatatransferEmpty.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigQueryDataTransfer_TransferConfig[] */ public function setTransferConfigs($transferConfigs) { $this->transferConfigs = $transferConfigs; } /** * @return Google_Service_BigQueryDataTransfer_TransferConfig[] */ public function getTransferConfigs() { return $this->transferConfigs; } } PK/ Zm#Xvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferRun.phpnu[dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setDestinationDatasetId($destinationDatasetId) { $this->destinationDatasetId = $destinationDatasetId; } public function getDestinationDatasetId() { return $this->destinationDatasetId; } /** * @param Google_Service_BigQueryDataTransfer_EmailPreferences */ public function setEmailPreferences(Google_Service_BigQueryDataTransfer_EmailPreferences $emailPreferences) { $this->emailPreferences = $emailPreferences; } /** * @return Google_Service_BigQueryDataTransfer_EmailPreferences */ public function getEmailPreferences() { return $this->emailPreferences; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_BigQueryDataTransfer_Status */ public function setErrorStatus(Google_Service_BigQueryDataTransfer_Status $errorStatus) { $this->errorStatus = $errorStatus; } /** * @return Google_Service_BigQueryDataTransfer_Status */ public function getErrorStatus() { return $this->errorStatus; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotificationPubsubTopic($notificationPubsubTopic) { $this->notificationPubsubTopic = $notificationPubsubTopic; } public function getNotificationPubsubTopic() { return $this->notificationPubsubTopic; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setRunTime($runTime) { $this->runTime = $runTime; } public function getRunTime() { return $this->runTime; } public function setSchedule($schedule) { $this->schedule = $schedule; } public function getSchedule() { return $this->schedule; } public function setScheduleTime($scheduleTime) { $this->scheduleTime = $scheduleTime; } public function getScheduleTime() { return $this->scheduleTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK/ Z}*Fdvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/CheckValidCredsResponse.phpnu[hasValidCreds = $hasValidCreds; } public function getHasValidCreds() { return $this->hasValidCreds; } } PK/ Z#ܑ gvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $locations = $bigquerydatatransferService->locations; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_BigQueryDataTransfer_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListLocationsResponse"); } } PK/ Z3>mqvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $runs = $bigquerydatatransferService->runs; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns extends Google_Service_Resource { /** * Deletes the specified transfer run. (runs.delete) * * @param string $name Required. The field will contain name of the resource * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ * id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); } /** * Returns information about the particular transfer run. (runs.get) * * @param string $name Required. The field will contain name of the resource * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ * id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferRun */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferRun"); } /** * Returns information about running and completed jobs. * (runs.listProjectsTransferConfigsRuns) * * @param string $parent Required. Name of transfer configuration for which * transfer runs should be retrieved. Format of transfer configuration resource * name is: `projects/{project_id}/transferConfigs/{config_id}` or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferRunsRequest` list results. For multiple-page * results, `ListTransferRunsResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @opt_param string runAttempt Indicates how run attempts are to be pulled. * @opt_param string states When specified, only transfer runs with requested * states are returned. * @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse */ public function listProjectsTransferConfigsRuns($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferRunsResponse"); } } PK/ ZV66zvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $runs = $bigquerydatatransferService->runs; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRuns extends Google_Service_Resource { /** * Deletes the specified transfer run. (runs.delete) * * @param string $name Required. The field will contain name of the resource * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ * id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); } /** * Returns information about the particular transfer run. (runs.get) * * @param string $name Required. The field will contain name of the resource * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ * id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferRun */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferRun"); } /** * Returns information about running and completed jobs. * (runs.listProjectsLocationsTransferConfigsRuns) * * @param string $parent Required. Name of transfer configuration for which * transfer runs should be retrieved. Format of transfer configuration resource * name is: `projects/{project_id}/transferConfigs/{config_id}` or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferRunsRequest` list results. For multiple-page * results, `ListTransferRunsResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @opt_param string runAttempt Indicates how run attempts are to be pulled. * @opt_param string states When specified, only transfer runs with requested * states are returned. * @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse */ public function listProjectsLocationsTransferConfigsRuns($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferRunsResponse"); } } PK/ Z/E-E-mvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $transferConfigs = $bigquerydatatransferService->transferConfigs; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs extends Google_Service_Resource { /** * Creates a new data transfer configuration. (transferConfigs.create) * * @param string $parent Required. The BigQuery project id where the transfer * configuration should be created. Must be in the format * projects/{project_id}/locations/{location_id} or projects/{project_id}. If * specified location and location of the destination bigquery dataset do not * match - the request will fail. * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. This is required if new credentials are * needed, as indicated by `CheckValidCreds`. In order to obtain * authorization_code, please make a request to * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= * * client_id should be OAuth client_id of BigQuery DTS API for the given data * source returned by ListDataSources method. * data_source_scopes are the * scopes returned by ListDataSources method. * redirect_uri is an optional * parameter. If not specified, then authorization code is posted to the opener * of authorization flow window. Otherwise it will be sent to the redirect uri. * A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code * should be returned in the title bar of the browser, with the page text * prompting the user to copy the code and paste it in the application. * @opt_param string serviceAccountName Optional service account name. If this * field is set, transfer config will be created with this service account * credentials. It requires that requesting user calling this API has * permissions to act as this service account. * @opt_param string versionInfo Optional version info. If users want to find a * very recent access token, that is, immediately after approving access, users * have to set the version_info claim in the token request. To obtain the * version_info, users must use the "none+gsession" response type. which be * return a version_info back in the authorization response which be be put in a * JWT claim in the token request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); } /** * Deletes a data transfer configuration, including any associated transfer runs * and logs. (transferConfigs.delete) * * @param string $name Required. The field will contain name of the resource * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); } /** * Returns information about a data transfer config. (transferConfigs.get) * * @param string $name Required. The field will contain name of the resource * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); } /** * Returns information about all data transfers in the project. * (transferConfigs.listProjectsTransferConfigs) * * @param string $parent Required. The BigQuery project id for which data * sources should be returned: `projects/{project_id}` or * `projects/{project_id}/locations/{location_id}` * @param array $optParams Optional parameters. * * @opt_param string dataSourceIds When specified, only configurations of * requested data sources are returned. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransfersRequest` list results. For multiple-page * results, `ListTransfersResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse */ public function listProjectsTransferConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse"); } /** * Updates a data transfer configuration. All fields must be set, even if they * are not updated. (transferConfigs.patch) * * @param string $name The resource name of the transfer config. Transfer config * names have the form * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where * `config_id` is usually a uuid, even though it is not guaranteed or required. * The name is ignored when creating a transfer config. * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. If it is provided, the transfer * configuration will be associated with the authorizing user. In order to * obtain authorization_code, please make a request to * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= * * client_id should be OAuth client_id of BigQuery DTS API for the given data * source returned by ListDataSources method. * data_source_scopes are the * scopes returned by ListDataSources method. * redirect_uri is an optional * parameter. If not specified, then authorization code is posted to the opener * of authorization flow window. Otherwise it will be sent to the redirect uri. * A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code * should be returned in the title bar of the browser, with the page text * prompting the user to copy the code and paste it in the application. * @opt_param string serviceAccountName Optional service account name. If this * field is set and "service_account_name" is set in update_mask, transfer * config will be updated to use this service account credentials. It requires * that requesting user calling this API has permissions to act as this service * account. * @opt_param string updateMask Required. Required list of fields to be updated * in this request. * @opt_param string versionInfo Optional version info. If users want to find a * very recent access token, that is, immediately after approving access, users * have to set the version_info claim in the token request. To obtain the * version_info, users must use the "none+gsession" response type. which be * return a version_info back in the authorization response which be be put in a * JWT claim in the token request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); } /** * Creates transfer runs for a time range [start_time, end_time]. For each date * - or whatever granularity the data source supports - in the range, one * transfer run is created. Note that runs are created per UTC time in the time * range. DEPRECATED: use StartManualTransferRuns instead. * (transferConfigs.scheduleRuns) * * @param string $parent Required. Transfer configuration name in the form: * `projects/{project_id}/transferConfigs/{config_id}` or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse */ public function scheduleRuns($parent, Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('scheduleRuns', array($params), "Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse"); } /** * Start manual transfer runs to be executed now with schedule_time equal to * current time. The transfer runs can be created for a time range where the * run_time is between start_time (inclusive) and end_time (exclusive), or for a * specific run_time. (transferConfigs.startManualRuns) * * @param string $parent Transfer configuration name in the form: * `projects/{project_id}/transferConfigs/{config_id}` or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. * @param Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse */ public function startManualRuns($parent, Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('startManualRuns', array($params), "Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse"); } } PK/ Z-/ / }vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $transferLogs = $bigquerydatatransferService->transferLogs; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTransferLogs extends Google_Service_Resource { /** * Returns user facing log messages for the data transfer run. * (transferLogs.listProjectsTransferConfigsRunsTransferLogs) * * @param string $parent Required. Transfer run name in the form: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ * id}` * @param array $optParams Optional parameters. * * @opt_param string messageTypes Message types to return. If not populated - * INFO, WARNING and ERROR messages are returned. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferLogsRequest` list results. For multiple-page * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse */ public function listProjectsTransferConfigsRunsTransferLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferLogsResponse"); } } PK/ Zu ^vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/Projects.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $projects = $bigquerydatatransferService->projects; * */ class Google_Service_BigQueryDataTransfer_Resource_Projects extends Google_Service_Resource { } PK/ Z8NJ J vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $transferLogs = $bigquerydatatransferService->transferLogs; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRunsTransferLogs extends Google_Service_Resource { /** * Returns user facing log messages for the data transfer run. * (transferLogs.listProjectsLocationsTransferConfigsRunsTransferLogs) * * @param string $parent Required. Transfer run name in the form: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ * id}` * @param array $optParams Optional parameters. * * @opt_param string messageTypes Message types to return. If not populated - * INFO, WARNING and ERROR messages are returned. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferLogsRequest` list results. For multiple-page * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse */ public function listProjectsLocationsTransferConfigsRunsTransferLogs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferLogsResponse"); } } PK/ Z]eivendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $dataSources = $bigquerydatatransferService->dataSources; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends Google_Service_Resource { /** * Returns true if valid credentials exist for the given data source and * requesting user. Some data sources doesn't support service account, so we * need to talk to them on behalf of the end user. This API just checks whether * we have OAuth token for the particular user, which is a pre-requisite before * user can create a transfer config. (dataSources.checkValidCreds) * * @param string $name Required. The data source in the form: * `projects/{project_id}/dataSources/{data_source_id}` or * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_CheckValidCredsResponse */ public function checkValidCreds($name, Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkValidCreds', array($params), "Google_Service_BigQueryDataTransfer_CheckValidCredsResponse"); } /** * Retrieves a supported data source and returns its settings, which can be used * for UI rendering. (dataSources.get) * * @param string $name Required. The field will contain name of the resource * requested, for example: `projects/{project_id}/dataSources/{data_source_id}` * or * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_DataSource */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_DataSource"); } /** * Lists supported data sources and returns their settings, which can be used * for UI rendering. (dataSources.listProjectsDataSources) * * @param string $parent Required. The BigQuery project id for which data * sources should be returned. Must be in the form: `projects/{project_id}` or * `projects/{project_id}/locations/{location_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListDataSourcesRequest` list results. For multiple-page * results, `ListDataSourcesResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @return Google_Service_BigQueryDataTransfer_ListDataSourcesResponse */ public function listProjectsDataSources($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListDataSourcesResponse"); } } PK/ Zhrvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $dataSources = $bigquerydatatransferService->dataSources; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources extends Google_Service_Resource { /** * Returns true if valid credentials exist for the given data source and * requesting user. Some data sources doesn't support service account, so we * need to talk to them on behalf of the end user. This API just checks whether * we have OAuth token for the particular user, which is a pre-requisite before * user can create a transfer config. (dataSources.checkValidCreds) * * @param string $name Required. The data source in the form: * `projects/{project_id}/dataSources/{data_source_id}` or * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_CheckValidCredsResponse */ public function checkValidCreds($name, Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('checkValidCreds', array($params), "Google_Service_BigQueryDataTransfer_CheckValidCredsResponse"); } /** * Retrieves a supported data source and returns its settings, which can be used * for UI rendering. (dataSources.get) * * @param string $name Required. The field will contain name of the resource * requested, for example: `projects/{project_id}/dataSources/{data_source_id}` * or * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_DataSource */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_DataSource"); } /** * Lists supported data sources and returns their settings, which can be used * for UI rendering. (dataSources.listProjectsLocationsDataSources) * * @param string $parent Required. The BigQuery project id for which data * sources should be returned. Must be in the form: `projects/{project_id}` or * `projects/{project_id}/locations/{location_id} * @param array $optParams Optional parameters. * * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListDataSourcesRequest` list results. For multiple-page * results, `ListDataSourcesResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @return Google_Service_BigQueryDataTransfer_ListDataSourcesResponse */ public function listProjectsLocationsDataSources($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListDataSourcesResponse"); } } PK/ Z`-`-vvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.phpnu[ * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); * $transferConfigs = $bigquerydatatransferService->transferConfigs; * */ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigs extends Google_Service_Resource { /** * Creates a new data transfer configuration. (transferConfigs.create) * * @param string $parent Required. The BigQuery project id where the transfer * configuration should be created. Must be in the format * projects/{project_id}/locations/{location_id} or projects/{project_id}. If * specified location and location of the destination bigquery dataset do not * match - the request will fail. * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. This is required if new credentials are * needed, as indicated by `CheckValidCreds`. In order to obtain * authorization_code, please make a request to * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= * * client_id should be OAuth client_id of BigQuery DTS API for the given data * source returned by ListDataSources method. * data_source_scopes are the * scopes returned by ListDataSources method. * redirect_uri is an optional * parameter. If not specified, then authorization code is posted to the opener * of authorization flow window. Otherwise it will be sent to the redirect uri. * A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code * should be returned in the title bar of the browser, with the page text * prompting the user to copy the code and paste it in the application. * @opt_param string serviceAccountName Optional service account name. If this * field is set, transfer config will be created with this service account * credentials. It requires that requesting user calling this API has * permissions to act as this service account. * @opt_param string versionInfo Optional version info. If users want to find a * very recent access token, that is, immediately after approving access, users * have to set the version_info claim in the token request. To obtain the * version_info, users must use the "none+gsession" response type. which be * return a version_info back in the authorization response which be be put in a * JWT claim in the token request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); } /** * Deletes a data transfer configuration, including any associated transfer runs * and logs. (transferConfigs.delete) * * @param string $name Required. The field will contain name of the resource * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); } /** * Returns information about a data transfer config. (transferConfigs.get) * * @param string $name Required. The field will contain name of the resource * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); } /** * Returns information about all data transfers in the project. * (transferConfigs.listProjectsLocationsTransferConfigs) * * @param string $parent Required. The BigQuery project id for which data * sources should be returned: `projects/{project_id}` or * `projects/{project_id}/locations/{location_id}` * @param array $optParams Optional parameters. * * @opt_param string dataSourceIds When specified, only configurations of * requested data sources are returned. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransfersRequest` list results. For multiple-page * results, `ListTransfersResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse */ public function listProjectsLocationsTransferConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse"); } /** * Updates a data transfer configuration. All fields must be set, even if they * are not updated. (transferConfigs.patch) * * @param string $name The resource name of the transfer config. Transfer config * names have the form * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where * `config_id` is usually a uuid, even though it is not guaranteed or required. * The name is ignored when creating a transfer config. * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. If it is provided, the transfer * configuration will be associated with the authorizing user. In order to * obtain authorization_code, please make a request to * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= * * client_id should be OAuth client_id of BigQuery DTS API for the given data * source returned by ListDataSources method. * data_source_scopes are the * scopes returned by ListDataSources method. * redirect_uri is an optional * parameter. If not specified, then authorization code is posted to the opener * of authorization flow window. Otherwise it will be sent to the redirect uri. * A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code * should be returned in the title bar of the browser, with the page text * prompting the user to copy the code and paste it in the application. * @opt_param string serviceAccountName Optional service account name. If this * field is set and "service_account_name" is set in update_mask, transfer * config will be updated to use this service account credentials. It requires * that requesting user calling this API has permissions to act as this service * account. * @opt_param string updateMask Required. Required list of fields to be updated * in this request. * @opt_param string versionInfo Optional version info. If users want to find a * very recent access token, that is, immediately after approving access, users * have to set the version_info claim in the token request. To obtain the * version_info, users must use the "none+gsession" response type. which be * return a version_info back in the authorization response which be be put in a * JWT claim in the token request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); } /** * Creates transfer runs for a time range [start_time, end_time]. For each date * - or whatever granularity the data source supports - in the range, one * transfer run is created. Note that runs are created per UTC time in the time * range. DEPRECATED: use StartManualTransferRuns instead. * (transferConfigs.scheduleRuns) * * @param string $parent Required. Transfer configuration name in the form: * `projects/{project_id}/transferConfigs/{config_id}` or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse */ public function scheduleRuns($parent, Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('scheduleRuns', array($params), "Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse"); } /** * Start manual transfer runs to be executed now with schedule_time equal to * current time. The transfer runs can be created for a time range where the * run_time is between start_time (inclusive) and end_time (exclusive), or for a * specific run_time. (transferConfigs.startManualRuns) * * @param string $parent Transfer configuration name in the form: * `projects/{project_id}/transferConfigs/{config_id}` or * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. * @param Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse */ public function startManualRuns($parent, Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('startManualRuns', array($params), "Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse"); } } PK/ ZVvvevendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferRunsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigQueryDataTransfer_TransferRun[] */ public function setTransferRuns($transferRuns) { $this->transferRuns = $transferRuns; } /** * @return Google_Service_BigQueryDataTransfer_TransferRun[] */ public function getTransferRuns() { return $this->transferRuns; } } PK/ Z}[OObvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_BigQueryDataTransfer_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z %]vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/EmailPreferences.phpnu[enableFailureEmail = $enableFailureEmail; } public function getEnableFailureEmail() { return $this->enableFailureEmail; } } PK/ Zk%  hvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsRequest.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK/ ZLE((Wvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSource.phpnu[authorizationType = $authorizationType; } public function getAuthorizationType() { return $this->authorizationType; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setDataRefreshType($dataRefreshType) { $this->dataRefreshType = $dataRefreshType; } public function getDataRefreshType() { return $this->dataRefreshType; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setDefaultDataRefreshWindowDays($defaultDataRefreshWindowDays) { $this->defaultDataRefreshWindowDays = $defaultDataRefreshWindowDays; } public function getDefaultDataRefreshWindowDays() { return $this->defaultDataRefreshWindowDays; } public function setDefaultSchedule($defaultSchedule) { $this->defaultSchedule = $defaultSchedule; } public function getDefaultSchedule() { return $this->defaultSchedule; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHelpUrl($helpUrl) { $this->helpUrl = $helpUrl; } public function getHelpUrl() { return $this->helpUrl; } public function setManualRunsDisabled($manualRunsDisabled) { $this->manualRunsDisabled = $manualRunsDisabled; } public function getManualRunsDisabled() { return $this->manualRunsDisabled; } public function setMinimumScheduleInterval($minimumScheduleInterval) { $this->minimumScheduleInterval = $minimumScheduleInterval; } public function getMinimumScheduleInterval() { return $this->minimumScheduleInterval; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_BigQueryDataTransfer_DataSourceParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_BigQueryDataTransfer_DataSourceParameter[] */ public function getParameters() { return $this->parameters; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } public function setSupportsCustomSchedule($supportsCustomSchedule) { $this->supportsCustomSchedule = $supportsCustomSchedule; } public function getSupportsCustomSchedule() { return $this->supportsCustomSchedule; } public function setSupportsMultipleTransfers($supportsMultipleTransfers) { $this->supportsMultipleTransfers = $supportsMultipleTransfers; } public function getSupportsMultipleTransfers() { return $this->supportsMultipleTransfers; } public function setTransferType($transferType) { $this->transferType = $transferType; } public function getTransferType() { return $this->transferType; } public function setUpdateDeadlineSeconds($updateDeadlineSeconds) { $this->updateDeadlineSeconds = $updateDeadlineSeconds; } public function getUpdateDeadlineSeconds() { return $this->updateDeadlineSeconds; } } PK/ ZʯR\vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferMessage.phpnu[messageText = $messageText; } public function getMessageText() { return $this->messageText; } public function setMessageTime($messageTime) { $this->messageTime = $messageTime; } public function getMessageTime() { return $this->messageTime; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } } PK/ ZSvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Status.phpnu[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; } } PK/ ZA{SUvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z0niidvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListDataSourcesResponse.phpnu[dataSources = $dataSources; } /** * @return Google_Service_BigQueryDataTransfer_DataSource[] */ public function getDataSources() { return $this->dataSources; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z\vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleOptions.phpnu[disableAutoScheduling = $disableAutoScheduling; } public function getDisableAutoScheduling() { return $this->disableAutoScheduling; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK/ Z cvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/CheckValidCredsRequest.phpnu[body = $body; } public function getBody() { return $this->body; } public function setBodyLocArgs($bodyLocArgs) { $this->bodyLocArgs = $bodyLocArgs; } public function getBodyLocArgs() { return $this->bodyLocArgs; } public function setBodyLocKey($bodyLocKey) { $this->bodyLocKey = $bodyLocKey; } public function getBodyLocKey() { return $this->bodyLocKey; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setClickAction($clickAction) { $this->clickAction = $clickAction; } public function getClickAction() { return $this->clickAction; } public function setColor($color) { $this->color = $color; } public function getColor() { return $this->color; } public function setDefaultLightSettings($defaultLightSettings) { $this->defaultLightSettings = $defaultLightSettings; } public function getDefaultLightSettings() { return $this->defaultLightSettings; } public function setDefaultSound($defaultSound) { $this->defaultSound = $defaultSound; } public function getDefaultSound() { return $this->defaultSound; } public function setDefaultVibrateTimings($defaultVibrateTimings) { $this->defaultVibrateTimings = $defaultVibrateTimings; } public function getDefaultVibrateTimings() { return $this->defaultVibrateTimings; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setIcon($icon) { $this->icon = $icon; } public function getIcon() { return $this->icon; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_FirebaseCloudMessaging_LightSettings */ public function setLightSettings(Google_Service_FirebaseCloudMessaging_LightSettings $lightSettings) { $this->lightSettings = $lightSettings; } /** * @return Google_Service_FirebaseCloudMessaging_LightSettings */ public function getLightSettings() { return $this->lightSettings; } public function setLocalOnly($localOnly) { $this->localOnly = $localOnly; } public function getLocalOnly() { return $this->localOnly; } public function setNotificationCount($notificationCount) { $this->notificationCount = $notificationCount; } public function getNotificationCount() { return $this->notificationCount; } public function setNotificationPriority($notificationPriority) { $this->notificationPriority = $notificationPriority; } public function getNotificationPriority() { return $this->notificationPriority; } public function setSound($sound) { $this->sound = $sound; } public function getSound() { return $this->sound; } public function setSticky($sticky) { $this->sticky = $sticky; } public function getSticky() { return $this->sticky; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setTicker($ticker) { $this->ticker = $ticker; } public function getTicker() { return $this->ticker; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTitleLocArgs($titleLocArgs) { $this->titleLocArgs = $titleLocArgs; } public function getTitleLocArgs() { return $this->titleLocArgs; } public function setTitleLocKey($titleLocKey) { $this->titleLocKey = $titleLocKey; } public function getTitleLocKey() { return $this->titleLocKey; } public function setVibrateTimings($vibrateTimings) { $this->vibrateTimings = $vibrateTimings; } public function getVibrateTimings() { return $this->vibrateTimings; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK/ Z=~Tvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } public function setBlue($blue) { $this->blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK/ ZɔVvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Message.phpnu[android = $android; } /** * @return Google_Service_FirebaseCloudMessaging_AndroidConfig */ public function getAndroid() { return $this->android; } /** * @param Google_Service_FirebaseCloudMessaging_ApnsConfig */ public function setApns(Google_Service_FirebaseCloudMessaging_ApnsConfig $apns) { $this->apns = $apns; } /** * @return Google_Service_FirebaseCloudMessaging_ApnsConfig */ public function getApns() { return $this->apns; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } /** * @param Google_Service_FirebaseCloudMessaging_FcmOptions */ public function setFcmOptions(Google_Service_FirebaseCloudMessaging_FcmOptions $fcmOptions) { $this->fcmOptions = $fcmOptions; } /** * @return Google_Service_FirebaseCloudMessaging_FcmOptions */ public function getFcmOptions() { return $this->fcmOptions; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_FirebaseCloudMessaging_Notification */ public function setNotification(Google_Service_FirebaseCloudMessaging_Notification $notification) { $this->notification = $notification; } /** * @return Google_Service_FirebaseCloudMessaging_Notification */ public function getNotification() { return $this->notification; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } /** * @param Google_Service_FirebaseCloudMessaging_WebpushConfig */ public function setWebpush(Google_Service_FirebaseCloudMessaging_WebpushConfig $webpush) { $this->webpush = $webpush; } /** * @return Google_Service_FirebaseCloudMessaging_WebpushConfig */ public function getWebpush() { return $this->webpush; } } PK/ Z{{{Yvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/FcmOptions.phpnu[analyticsLabel = $analyticsLabel; } public function getAnalyticsLabel() { return $this->analyticsLabel; } } PK/ Z3`vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/Projects.phpnu[ * $fcmService = new Google_Service_FirebaseCloudMessaging(...); * $projects = $fcmService->projects; * */ class Google_Service_FirebaseCloudMessaging_Resource_Projects extends Google_Service_Resource { } PK/ ZѢMMhvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/ProjectsMessages.phpnu[ * $fcmService = new Google_Service_FirebaseCloudMessaging(...); * $messages = $fcmService->messages; * */ class Google_Service_FirebaseCloudMessaging_Resource_ProjectsMessages extends Google_Service_Resource { /** * Send a message to specified target (a registration token, topic or * condition). (messages.send) * * @param string $parent Required. It contains the Firebase project id (i.e. the * unique identifier for your Firebase project), in the format of * `projects/{project_id}`. For legacy support, the numeric project number with * no padding is also supported in the format of `projects/{project_number}`. * @param Google_Service_FirebaseCloudMessaging_SendMessageRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseCloudMessaging_Message */ public function send($parent, Google_Service_FirebaseCloudMessaging_SendMessageRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('send', array($params), "Google_Service_FirebaseCloudMessaging_Message"); } } PK/ Z"> \vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidConfig.phpnu[collapseKey = $collapseKey; } public function getCollapseKey() { return $this->collapseKey; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setDirectBootOk($directBootOk) { $this->directBootOk = $directBootOk; } public function getDirectBootOk() { return $this->directBootOk; } /** * @param Google_Service_FirebaseCloudMessaging_AndroidFcmOptions */ public function setFcmOptions(Google_Service_FirebaseCloudMessaging_AndroidFcmOptions $fcmOptions) { $this->fcmOptions = $fcmOptions; } /** * @return Google_Service_FirebaseCloudMessaging_AndroidFcmOptions */ public function getFcmOptions() { return $this->fcmOptions; } /** * @param Google_Service_FirebaseCloudMessaging_AndroidNotification */ public function setNotification(Google_Service_FirebaseCloudMessaging_AndroidNotification $notification) { $this->notification = $notification; } /** * @return Google_Service_FirebaseCloudMessaging_AndroidNotification */ public function getNotification() { return $this->notification; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setRestrictedPackageName($restrictedPackageName) { $this->restrictedPackageName = $restrictedPackageName; } public function getRestrictedPackageName() { return $this->restrictedPackageName; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } PK/ Za`vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushFcmOptions.phpnu[analyticsLabel = $analyticsLabel; } public function getAnalyticsLabel() { return $this->analyticsLabel; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } } PK/ Z,7aa[vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Notification.phpnu[body = $body; } public function getBody() { return $this->body; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK/ Z\vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushConfig.phpnu[data = $data; } public function getData() { return $this->data; } /** * @param Google_Service_FirebaseCloudMessaging_WebpushFcmOptions */ public function setFcmOptions(Google_Service_FirebaseCloudMessaging_WebpushFcmOptions $fcmOptions) { $this->fcmOptions = $fcmOptions; } /** * @return Google_Service_FirebaseCloudMessaging_WebpushFcmOptions */ public function getFcmOptions() { return $this->fcmOptions; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setNotification($notification) { $this->notification = $notification; } public function getNotification() { return $this->notification; } } PK/ Z,p{]vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsFcmOptions.phpnu[analyticsLabel = $analyticsLabel; } public function getAnalyticsLabel() { return $this->analyticsLabel; } public function setImage($image) { $this->image = $image; } public function getImage() { return $this->image; } } PK/ ZA+  \vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.phpnu[color = $color; } /** * @return Google_Service_FirebaseCloudMessaging_Color */ public function getColor() { return $this->color; } public function setLightOffDuration($lightOffDuration) { $this->lightOffDuration = $lightOffDuration; } public function getLightOffDuration() { return $this->lightOffDuration; } public function setLightOnDuration($lightOnDuration) { $this->lightOnDuration = $lightOnDuration; } public function getLightOnDuration() { return $this->lightOnDuration; } } PK/ ZEYvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsConfig.phpnu[fcmOptions = $fcmOptions; } /** * @return Google_Service_FirebaseCloudMessaging_ApnsFcmOptions */ public function getFcmOptions() { return $this->fcmOptions; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } } PK/ Z//avendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/SendMessageRequest.phpnu[message = $message; } /** * @return Google_Service_FirebaseCloudMessaging_Message */ public function getMessage() { return $this->message; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK/ Z҂`vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidFcmOptions.phpnu[analyticsLabel = $analyticsLabel; } public function getAnalyticsLabel() { return $this->analyticsLabel; } } PK/ ZAϚ55Hvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller.phpnu[ * Accesses the inventory of Ad Exchange seller users and generates reports.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdExchangeSeller extends Google_Service { /** View and manage your Ad Exchange data. */ const ADEXCHANGE_SELLER = "https://www.googleapis.com/auth/adexchange.seller"; /** View your Ad Exchange data. */ const ADEXCHANGE_SELLER_READONLY = "https://www.googleapis.com/auth/adexchange.seller.readonly"; public $accounts; public $accounts_adclients; public $accounts_alerts; public $accounts_customchannels; public $accounts_metadata_dimensions; public $accounts_metadata_metrics; public $accounts_preferreddeals; public $accounts_reports; public $accounts_reports_saved; public $accounts_urlchannels; /** * Constructs the internal representation of the AdExchangeSeller service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'adexchangeseller/v2.0/'; $this->version = 'v2.0'; $this->serviceName = 'adexchangeseller'; $this->accounts = new Google_Service_AdExchangeSeller_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_adclients = new Google_Service_AdExchangeSeller_Resource_AccountsAdclients( $this, $this->serviceName, 'adclients', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/adclients', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_alerts = new Google_Service_AdExchangeSeller_Resource_AccountsAlerts( $this, $this->serviceName, 'alerts', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/alerts', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_customchannels = new Google_Service_AdExchangeSeller_Resource_AccountsCustomchannels( $this, $this->serviceName, 'customchannels', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_metadata_dimensions = new Google_Service_AdExchangeSeller_Resource_AccountsMetadataDimensions( $this, $this->serviceName, 'dimensions', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/metadata/dimensions', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_Resource_AccountsMetadataMetrics( $this, $this->serviceName, 'metrics', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/metadata/metrics', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_Resource_AccountsPreferreddeals( $this, $this->serviceName, 'preferreddeals', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}/preferreddeals/{dealId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dealId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/preferreddeals', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_reports = new Google_Service_AdExchangeSeller_Resource_AccountsReports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'generate' => array( 'path' => 'accounts/{accountId}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'dimension' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metric' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sort' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->accounts_reports_saved = new Google_Service_AdExchangeSeller_Resource_AccountsReportsSaved( $this, $this->serviceName, 'saved', array( 'methods' => array( 'generate' => array( 'path' => 'accounts/{accountId}/reports/{savedReportId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'savedReportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'accounts/{accountId}/reports/saved', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_urlchannels = new Google_Service_AdExchangeSeller_Resource_AccountsUrlchannels( $this, $this->serviceName, 'urlchannels', array( 'methods' => array( 'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ ZXvendor/google/apiclient-services/src/Google/Service/DataFusion/ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_DataFusion_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK/ ZBʖ,ZZJvendor/google/apiclient-services/src/Google/Service/DataFusion/Version.phpnu[availableFeatures = $availableFeatures; } public function getAvailableFeatures() { return $this->availableFeatures; } public function setDefaultVersion($defaultVersion) { $this->defaultVersion = $defaultVersion; } public function getDefaultVersion() { return $this->defaultVersion; } public function setVersionNumber($versionNumber) { $this->versionNumber = $versionNumber; } public function getVersionNumber() { return $this->versionNumber; } } PK/ ZF:ISSQvendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK/ ZQVvendor/google/apiclient-services/src/Google/Service/DataFusion/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_DataFusion_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK/ ZIvendor/google/apiclient-services/src/Google/Service/DataFusion/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_DataFusion_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_DataFusion_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_DataFusion_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Z Yvendor/google/apiclient-services/src/Google/Service/DataFusion/CancelOperationRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Z. . ]vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocations.phpnu[ * $datafusionService = new Google_Service_DataFusion(...); * $locations = $datafusionService->locations; * */ class Google_Service_DataFusion_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataFusion_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param bool includeUnrevealedLocations If true, the returned list will * include locations which are not yet revealed. * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_DataFusion_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataFusion_ListLocationsResponse"); } } PK/ ZEwgvendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsOperations.phpnu[ * $datafusionService = new Google_Service_DataFusion(...); * $operations = $datafusionService->operations; * */ class Google_Service_DataFusion_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_DataFusion_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_DatafusionEmpty */ public function cancel($name, Google_Service_DataFusion_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_DataFusion_DatafusionEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_DatafusionEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataFusion_DatafusionEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataFusion_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_DataFusion_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataFusion_ListOperationsResponse"); } } PK/ Zyn&$&$fvendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.phpnu[ * $datafusionService = new Google_Service_DataFusion(...); * $instances = $datafusionService->instances; * */ class Google_Service_DataFusion_Resource_ProjectsLocationsInstances extends Google_Service_Resource { /** * Creates a new Data Fusion instance in the specified project and location. * (instances.create) * * @param string $parent The instance's project and location in the format * projects/{project}/locations/{location}. * @param Google_Service_DataFusion_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string instanceId The name of the instance to create. * @return Google_Service_DataFusion_Operation */ public function create($parent, Google_Service_DataFusion_Instance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DataFusion_Operation"); } /** * Deletes a single Date Fusion instance. (instances.delete) * * @param string $name The instance resource name in the format * projects/{project}/locations/{location}/instances/{instance} * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DataFusion_Operation"); } /** * Gets details of a single Data Fusion instance. (instances.get) * * @param string $name The instance resource name in the format * projects/{project}/locations/{location}/instances/{instance}. * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DataFusion_Instance"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (instances.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_DataFusion_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_DataFusion_Policy"); } /** * Lists Data Fusion instances in the specified project and location. * (instances.listProjectsLocationsInstances) * * @param string $parent The project and location for which to retrieve instance * information in the format projects/{project}/locations/{location}. If the * location is specified as '-' (wildcard), then all regions available to the * project are queried, and the results are aggregated. * @param array $optParams Optional parameters. * * @opt_param string filter List filter. * @opt_param string orderBy Sort results. Supported values are "name", "name * desc", or "" (unsorted). * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value to use if there are * additional results to retrieve for this list request. * @return Google_Service_DataFusion_ListInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataFusion_ListInstancesResponse"); } /** * Updates a single Data Fusion instance. (instances.patch) * * @param string $name Output only. The name of this instance is in the form of * projects/{project}/locations/{location}/instances/{instance}. * @param Google_Service_DataFusion_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask is used to specify the fields that * the update will overwrite in an instance resource. The fields specified in * the update_mask are relative to the resource, not the full request. A field * will be overwritten if it is in the mask. If the user does not provide a * mask, all the supported fields (labels, options, and version currently) will * be overwritten. * @return Google_Service_DataFusion_Operation */ public function patch($name, Google_Service_DataFusion_Instance $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DataFusion_Operation"); } /** * Restart a single Data Fusion instance. At the end of an operation instance is * fully restarted. (instances.restart) * * @param string $name Name of the Data Fusion instance which need to be * restarted in the form of * projects/{project}/locations/{location}/instances/{instance} * @param Google_Service_DataFusion_RestartInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_Operation */ public function restart($name, Google_Service_DataFusion_RestartInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restart', array($params), "Google_Service_DataFusion_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (instances.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_DataFusion_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_Policy */ public function setIamPolicy($resource, Google_Service_DataFusion_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_DataFusion_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (instances.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_DataFusion_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DataFusion_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_DataFusion_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_DataFusion_TestIamPermissionsResponse"); } } PK/ Z];;evendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsVersions.phpnu[ * $datafusionService = new Google_Service_DataFusion(...); * $versions = $datafusionService->versions; * */ class Google_Service_DataFusion_Resource_ProjectsLocationsVersions extends Google_Service_Resource { /** * Lists possible versions for Data Fusion instances in the specified project * and location. (versions.listProjectsLocationsVersions) * * @param string $parent Required. The project and location for which to * retrieve instance information in the format * projects/{project}/locations/{location}. * @param array $optParams Optional parameters. * * @opt_param bool latestPatchOnly Whether or not to return the latest patch of * every available minor version. If true, only the latest patch will be * returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will * be [6.1.2, 6.2.0] * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value to use if there are * additional results to retrieve for this list request. * @return Google_Service_DataFusion_ListAvailableVersionsResponse */ public function listProjectsLocationsVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DataFusion_ListAvailableVersionsResponse"); } } PK/ ZvvTvendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/Projects.phpnu[ * $datafusionService = new Google_Service_DataFusion(...); * $projects = $datafusionService->projects; * */ class Google_Service_DataFusion_Resource_Projects extends Google_Service_Resource { } PK/ ZɜUTvendor/google/apiclient-services/src/Google/Service/DataFusion/OperationMetadata.phpnu[additionalStatus = $additionalStatus; } public function getAdditionalStatus() { return $this->additionalStatus; } public function setApiVersion($apiVersion) { $this->apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK/ ZJvendor/google/apiclient-services/src/Google/Service/DataFusion/Binding.phpnu[condition = $condition; } /** * @return Google_Service_DataFusion_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK/ Z3''Xvendor/google/apiclient-services/src/Google/Service/DataFusion/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_DataFusion_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZYKvendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.phpnu[accelerators = $accelerators; } /** * @return Google_Service_DataFusion_Accelerator[] */ public function getAccelerators() { return $this->accelerators; } public function setApiEndpoint($apiEndpoint) { $this->apiEndpoint = $apiEndpoint; } public function getApiEndpoint() { return $this->apiEndpoint; } /** * @param Google_Service_DataFusion_Version[] */ public function setAvailableVersion($availableVersion) { $this->availableVersion = $availableVersion; } /** * @return Google_Service_DataFusion_Version[] */ public function getAvailableVersion() { return $this->availableVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataprocServiceAccount($dataprocServiceAccount) { $this->dataprocServiceAccount = $dataprocServiceAccount; } public function getDataprocServiceAccount() { return $this->dataprocServiceAccount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnableStackdriverLogging($enableStackdriverLogging) { $this->enableStackdriverLogging = $enableStackdriverLogging; } public function getEnableStackdriverLogging() { return $this->enableStackdriverLogging; } public function setEnableStackdriverMonitoring($enableStackdriverMonitoring) { $this->enableStackdriverMonitoring = $enableStackdriverMonitoring; } public function getEnableStackdriverMonitoring() { return $this->enableStackdriverMonitoring; } public function setGcsBucket($gcsBucket) { $this->gcsBucket = $gcsBucket; } public function getGcsBucket() { return $this->gcsBucket; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataFusion_NetworkConfig */ public function setNetworkConfig(Google_Service_DataFusion_NetworkConfig $networkConfig) { $this->networkConfig = $networkConfig; } /** * @return Google_Service_DataFusion_NetworkConfig */ public function getNetworkConfig() { return $this->networkConfig; } public function setOptions($options) { $this->options = $options; } public function getOptions() { return $this->options; } public function setP4ServiceAccount($p4ServiceAccount) { $this->p4ServiceAccount = $p4ServiceAccount; } public function getP4ServiceAccount() { return $this->p4ServiceAccount; } public function setPrivateInstance($privateInstance) { $this->privateInstance = $privateInstance; } public function getPrivateInstance() { return $this->privateInstance; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceEndpoint($serviceEndpoint) { $this->serviceEndpoint = $serviceEndpoint; } public function getServiceEndpoint() { return $this->serviceEndpoint; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateMessage($stateMessage) { $this->stateMessage = $stateMessage; } public function getStateMessage() { return $this->stateMessage; } public function setTenantProjectId($tenantProjectId) { $this->tenantProjectId = $tenantProjectId; } public function getTenantProjectId() { return $this->tenantProjectId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK/ Z(πYvendor/google/apiclient-services/src/Google/Service/DataFusion/RestartInstanceRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Z"Pvendor/google/apiclient-services/src/Google/Service/DataFusion/NetworkConfig.phpnu[ipAllocation = $ipAllocation; } public function getIpAllocation() { return $this->ipAllocation; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } } PK/ ZTu  Nvendor/google/apiclient-services/src/Google/Service/DataFusion/Accelerator.phpnu[acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK/ ZJTLvendor/google/apiclient-services/src/Google/Service/DataFusion/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_DataFusion_Status */ public function setError(Google_Service_DataFusion_Status $error) { $this->error = $error; } /** * @return Google_Service_DataFusion_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ Z28XIvendor/google/apiclient-services/src/Google/Service/DataFusion/Status.phpnu[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; } } PK/ ZN44Yvendor/google/apiclient-services/src/Google/Service/DataFusion/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DataFusion_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_DataFusion_Operation[] */ public function getOperations() { return $this->operations; } } PK/ ZC=Kvendor/google/apiclient-services/src/Google/Service/DataFusion/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z ;;Nvendor/google/apiclient-services/src/Google/Service/DataFusion/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_DataFusion_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ Z Rvendor/google/apiclient-services/src/Google/Service/DataFusion/DatafusionEmpty.phpnu[availableVersions = $availableVersions; } /** * @return Google_Service_DataFusion_Version[] */ public function getAvailableVersions() { return $this->availableVersions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZcKKGvendor/google/apiclient-services/src/Google/Service/DataFusion/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK/ ZpPOvendor/google/apiclient-services/src/Google/Service/Blogger/BlogPerUserInfo.phpnu[blogId = $blogId; } public function getBlogId() { return $this->blogId; } public function setHasAdminAccess($hasAdminAccess) { $this->hasAdminAccess = $hasAdminAccess; } public function getHasAdminAccess() { return $this->hasAdminAccess; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPhotosAlbumKey($photosAlbumKey) { $this->photosAlbumKey = $photosAlbumKey; } public function getPhotosAlbumKey() { return $this->photosAlbumKey; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK/ Z(# Gvendor/google/apiclient-services/src/Google/Service/Blogger/Comment.phpnu[author = $author; } /** * @return Google_Service_Blogger_CommentAuthor */ public function getAuthor() { return $this->author; } /** * @param Google_Service_Blogger_CommentBlog */ public function setBlog(Google_Service_Blogger_CommentBlog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_CommentBlog */ public function getBlog() { return $this->blog; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_CommentInReplyTo */ public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo) { $this->inReplyTo = $inReplyTo; } /** * @return Google_Service_Blogger_CommentInReplyTo */ public function getInReplyTo() { return $this->inReplyTo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_CommentPost */ public function setPost(Google_Service_Blogger_CommentPost $post) { $this->post = $post; } /** * @return Google_Service_Blogger_CommentPost */ public function getPost() { return $this->post; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK/ Z4Ovendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.phpnu[count = $count; } public function getCount() { return $this->count; } public function setTimeRange($timeRange) { $this->timeRange = $timeRange; } public function getTimeRange() { return $this->timeRange; } } PK/ Z''Rvendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK/ Z-}ffIvendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.phpnu[blogId = $blogId; } public function getBlogId() { return $this->blogId; } /** * @param Google_Service_Blogger_PageviewsCounts[] */ public function setCounts($counts) { $this->counts = $counts; } /** * @return Google_Service_Blogger_PageviewsCounts[] */ public function getCounts() { return $this->counts; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK/ ZaJvendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setVariant($variant) { $this->variant = $variant; } public function getVariant() { return $this->variant; } } PK/ Z.ЄQvendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.phpnu[items = $items; } /** * @return Google_Service_Blogger_PostUserInfo[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZHvendor/google/apiclient-services/src/Google/Service/Blogger/PageList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Blogger_Page[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Blogger_Page[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zurl = $url; } public function getUrl() { return $this->url; } } PK/ Z*:Lvendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.phpnu[ "post_user_info", ); public $kind; protected $postType = 'Google_Service_Blogger_Post'; protected $postDataType = ''; protected $postUserInfoType = 'Google_Service_Blogger_PostPerUserInfo'; protected $postUserInfoDataType = ''; public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_Post */ public function setPost(Google_Service_Blogger_Post $post) { $this->post = $post; } /** * @return Google_Service_Blogger_Post */ public function getPost() { return $this->post; } /** * @param Google_Service_Blogger_PostPerUserInfo */ public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo) { $this->postUserInfo = $postUserInfo; } /** * @return Google_Service_Blogger_PostPerUserInfo */ public function getPostUserInfo() { return $this->postUserInfo; } } PK/ Z;Kvendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.phpnu[id = $id; } public function getId() { return $this->id; } } PK/ Z9D&&Dvendor/google/apiclient-services/src/Google/Service/Blogger/Post.phpnu[author = $author; } /** * @return Google_Service_Blogger_PostAuthor */ public function getAuthor() { return $this->author; } /** * @param Google_Service_Blogger_PostBlog */ public function setBlog(Google_Service_Blogger_PostBlog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_PostBlog */ public function getBlog() { return $this->blog; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setCustomMetaData($customMetaData) { $this->customMetaData = $customMetaData; } public function getCustomMetaData() { return $this->customMetaData; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_PostImages[] */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_Blogger_PostImages[] */ public function getImages() { return $this->images; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Blogger_PostLocation */ public function setLocation(Google_Service_Blogger_PostLocation $location) { $this->location = $location; } /** * @return Google_Service_Blogger_PostLocation */ public function getLocation() { return $this->location; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setReaderComments($readerComments) { $this->readerComments = $readerComments; } public function getReaderComments() { return $this->readerComments; } /** * @param Google_Service_Blogger_PostReplies */ public function setReplies(Google_Service_Blogger_PostReplies $replies) { $this->replies = $replies; } /** * @return Google_Service_Blogger_PostReplies */ public function getReplies() { return $this->replies; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTitleLink($titleLink) { $this->titleLink = $titleLink; } public function getTitleLink() { return $this->titleLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ ZFFHvendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.phpnu[blogUserInfos = $blogUserInfos; } /** * @return Google_Service_Blogger_BlogUserInfo[] */ public function getBlogUserInfos() { return $this->blogUserInfos; } /** * @param Google_Service_Blogger_Blog[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Blogger_Blog[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK/ Zs s Dvendor/google/apiclient-services/src/Google/Service/Blogger/Page.phpnu[author = $author; } /** * @return Google_Service_Blogger_PageAuthor */ public function getAuthor() { return $this->author; } /** * @param Google_Service_Blogger_PageBlog */ public function setBlog(Google_Service_Blogger_PageBlog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_PageBlog */ public function getBlog() { return $this->blog; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ Z.~P P Dvendor/google/apiclient-services/src/Google/Service/Blogger/Blog.phpnu[customMetaData = $customMetaData; } public function getCustomMetaData() { return $this->customMetaData; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_BlogLocale */ public function setLocale(Google_Service_Blogger_BlogLocale $locale) { $this->locale = $locale; } /** * @return Google_Service_Blogger_BlogLocale */ public function getLocale() { return $this->locale; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Blogger_BlogPages */ public function setPages(Google_Service_Blogger_BlogPages $pages) { $this->pages = $pages; } /** * @return Google_Service_Blogger_BlogPages */ public function getPages() { return $this->pages; } /** * @param Google_Service_Blogger_BlogPosts */ public function setPosts(Google_Service_Blogger_BlogPosts $posts) { $this->posts = $posts; } /** * @return Google_Service_Blogger_BlogPosts */ public function getPosts() { return $this->posts; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ ZKvendor/google/apiclient-services/src/Google/Service/Blogger/CommentList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Blogger_Comment[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Blogger_Comment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } } PK/ ZϸJvendor/google/apiclient-services/src/Google/Service/Blogger/PostImages.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK/ ZPG1Nvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Posts.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $posts = $bloggerService->posts; * */ class Google_Service_Blogger_Resource_Posts extends Google_Service_Resource { /** * Deletes a post by blog id and post id. (posts.delete) * * @param string $blogId * @param string $postId * @param array $optParams Optional parameters. */ public function delete($blogId, $postId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a post by blog id and post id (posts.get) * * @param string $blogId * @param string $postId * @param array $optParams Optional parameters. * * @opt_param bool fetchBody * @opt_param bool fetchImages * @opt_param string maxComments * @opt_param string view * @return Google_Service_Blogger_Post */ public function get($blogId, $postId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_Post"); } /** * Gets a post by path. (posts.getByPath) * * @param string $blogId * @param string $path * @param array $optParams Optional parameters. * * @opt_param string maxComments * @opt_param string view * @return Google_Service_Blogger_Post */ public function getByPath($blogId, $path, $optParams = array()) { $params = array('blogId' => $blogId, 'path' => $path); $params = array_merge($params, $optParams); return $this->call('getByPath', array($params), "Google_Service_Blogger_Post"); } /** * Inserts a post. (posts.insert) * * @param string $blogId * @param Google_Service_Blogger_Post $postBody * @param array $optParams Optional parameters. * * @opt_param bool fetchBody * @opt_param bool fetchImages * @opt_param bool isDraft * @return Google_Service_Blogger_Post */ public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParams = array()) { $params = array('blogId' => $blogId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Blogger_Post"); } /** * Lists posts. (posts.listPosts) * * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param string endDate * @opt_param bool fetchBodies * @opt_param bool fetchImages * @opt_param string labels * @opt_param string maxResults * @opt_param string orderBy * @opt_param string pageToken * @opt_param string startDate * @opt_param string status * @opt_param string view * @return Google_Service_Blogger_PostList */ public function listPosts($blogId, $optParams = array()) { $params = array('blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Blogger_PostList"); } /** * Patches a post. (posts.patch) * * @param string $blogId * @param string $postId * @param Google_Service_Blogger_Post $postBody * @param array $optParams Optional parameters. * * @opt_param bool fetchBody * @opt_param bool fetchImages * @opt_param string maxComments * @opt_param bool publish * @opt_param bool revert * @return Google_Service_Blogger_Post */ public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Blogger_Post"); } /** * Publishes a post. (posts.publish) * * @param string $blogId * @param string $postId * @param array $optParams Optional parameters. * * @opt_param string publishDate * @return Google_Service_Blogger_Post */ public function publish($blogId, $postId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_Blogger_Post"); } /** * Reverts a published or scheduled post to draft state. (posts.revert) * * @param string $blogId * @param string $postId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_Post */ public function revert($blogId, $postId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_Blogger_Post"); } /** * Searches for posts matching given query terms in the specified blog. * (posts.search) * * @param string $blogId * @param string $q * @param array $optParams Optional parameters. * * @opt_param bool fetchBodies * @opt_param string orderBy * @return Google_Service_Blogger_PostList */ public function search($blogId, $q, $optParams = array()) { $params = array('blogId' => $blogId, 'q' => $q); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Blogger_PostList"); } /** * Updates a post by blog id and post id. (posts.update) * * @param string $blogId * @param string $postId * @param Google_Service_Blogger_Post $postBody * @param array $optParams Optional parameters. * * @opt_param bool fetchBody * @opt_param bool fetchImages * @opt_param string maxComments * @opt_param bool publish * @opt_param bool revert * @return Google_Service_Blogger_Post */ public function update($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Blogger_Post"); } } PK/ Z&V2 2 Nvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $blogs = $bloggerService->blogs; * */ class Google_Service_Blogger_Resource_Blogs extends Google_Service_Resource { /** * Gets a blog by id. (blogs.get) * * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param string maxPosts * @opt_param string view * @return Google_Service_Blogger_Blog */ public function get($blogId, $optParams = array()) { $params = array('blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_Blog"); } /** * Gets a blog by url. (blogs.getByUrl) * * @param string $url * @param array $optParams Optional parameters. * * @opt_param string view * @return Google_Service_Blogger_Blog */ public function getByUrl($url, $optParams = array()) { $params = array('url' => $url); $params = array_merge($params, $optParams); return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog"); } /** * Lists blogs by user. (blogs.listByUser) * * @param string $userId * @param array $optParams Optional parameters. * * @opt_param bool fetchUserInfo * @opt_param string role * @opt_param string status Default value of status is LIVE. * @opt_param string view * @return Google_Service_Blogger_BlogList */ public function listByUser($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('listByUser', array($params), "Google_Service_Blogger_BlogList"); } } PK/ Z>Nvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Users.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $users = $bloggerService->users; * */ class Google_Service_Blogger_Resource_Users extends Google_Service_Resource { /** * Gets one user by user_id. (users.get) * * @param string $userId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_User */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_User"); } } PK/ ZZ>>Nvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Pages.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $pages = $bloggerService->pages; * */ class Google_Service_Blogger_Resource_Pages extends Google_Service_Resource { /** * Deletes a page by blog id and page id. (pages.delete) * * @param string $blogId * @param string $pageId * @param array $optParams Optional parameters. */ public function delete($blogId, $pageId, $optParams = array()) { $params = array('blogId' => $blogId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a page by blog id and page id. (pages.get) * * @param string $blogId * @param string $pageId * @param array $optParams Optional parameters. * * @opt_param string view * @return Google_Service_Blogger_Page */ public function get($blogId, $pageId, $optParams = array()) { $params = array('blogId' => $blogId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_Page"); } /** * Inserts a page. (pages.insert) * * @param string $blogId * @param Google_Service_Blogger_Page $postBody * @param array $optParams Optional parameters. * * @opt_param bool isDraft * @return Google_Service_Blogger_Page */ public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array()) { $params = array('blogId' => $blogId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Blogger_Page"); } /** * Lists pages. (pages.listPages) * * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param bool fetchBodies * @opt_param string maxResults * @opt_param string pageToken * @opt_param string status * @opt_param string view * @return Google_Service_Blogger_PageList */ public function listPages($blogId, $optParams = array()) { $params = array('blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Blogger_PageList"); } /** * Patches a page. (pages.patch) * * @param string $blogId * @param string $pageId * @param Google_Service_Blogger_Page $postBody * @param array $optParams Optional parameters. * * @opt_param bool publish * @opt_param bool revert * @return Google_Service_Blogger_Page */ public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array()) { $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Blogger_Page"); } /** * Publishes a page. (pages.publish) * * @param string $blogId * @param string $pageId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_Page */ public function publish($blogId, $pageId, $optParams = array()) { $params = array('blogId' => $blogId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_Blogger_Page"); } /** * Reverts a published or scheduled page to draft state. (pages.revert) * * @param string $blogId * @param string $pageId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_Page */ public function revert($blogId, $pageId, $optParams = array()) { $params = array('blogId' => $blogId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('revert', array($params), "Google_Service_Blogger_Page"); } /** * Updates a page by blog id and page id. (pages.update) * * @param string $blogId * @param string $pageId * @param Google_Service_Blogger_Page $postBody * @param array $optParams Optional parameters. * * @opt_param bool publish * @opt_param bool revert * @return Google_Service_Blogger_Page */ public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array()) { $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Blogger_Page"); } } PK/ Z$ڪVvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $blogUserInfos = $bloggerService->blogUserInfos; * */ class Google_Service_Blogger_Resource_BlogUserInfos extends Google_Service_Resource { /** * Gets one blog and user info pair by blog id and user id. (blogUserInfos.get) * * @param string $userId * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param string maxPosts * @return Google_Service_Blogger_BlogUserInfo */ public function get($userId, $blogId, $optParams = array()) { $params = array('userId' => $userId, 'blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_BlogUserInfo"); } } PK/ Z)77Rvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PageViews.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $pageViews = $bloggerService->pageViews; * */ class Google_Service_Blogger_Resource_PageViews extends Google_Service_Resource { /** * Gets page views by blog id. (pageViews.get) * * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param string range * @return Google_Service_Blogger_Pageviews */ public function get($blogId, $optParams = array()) { $params = array('blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_Pageviews"); } } PK/ ZɎ  Vvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $postUserInfos = $bloggerService->postUserInfos; * */ class Google_Service_Blogger_Resource_PostUserInfos extends Google_Service_Resource { /** * Gets one post and user info pair, by post_id and user_id. (postUserInfos.get) * * @param string $userId * @param string $blogId * @param string $postId * @param array $optParams Optional parameters. * * @opt_param string maxComments * @return Google_Service_Blogger_PostUserInfo */ public function get($userId, $blogId, $postId, $optParams = array()) { $params = array('userId' => $userId, 'blogId' => $blogId, 'postId' => $postId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo"); } /** * Lists post and user info pairs. (postUserInfos.listPostUserInfos) * * @param string $userId * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param string endDate * @opt_param bool fetchBodies * @opt_param string labels * @opt_param string maxResults * @opt_param string orderBy * @opt_param string pageToken * @opt_param string startDate * @opt_param string status * @opt_param string view * @return Google_Service_Blogger_PostUserInfosList */ public function listPostUserInfos($userId, $blogId, $optParams = array()) { $params = array('userId' => $userId, 'blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Blogger_PostUserInfosList"); } } PK/ ZƹN Qvendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Comments.phpnu[ * $bloggerService = new Google_Service_Blogger(...); * $comments = $bloggerService->comments; * */ class Google_Service_Blogger_Resource_Comments extends Google_Service_Resource { /** * Marks a comment as not spam by blog id, post id and comment id. * (comments.approve) * * @param string $blogId * @param string $postId * @param string $commentId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_Comment */ public function approve($blogId, $postId, $commentId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('approve', array($params), "Google_Service_Blogger_Comment"); } /** * Deletes a comment by blog id, post id and comment id. (comments.delete) * * @param string $blogId * @param string $postId * @param string $commentId * @param array $optParams Optional parameters. */ public function delete($blogId, $postId, $commentId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a comment by id. (comments.get) * * @param string $blogId * @param string $postId * @param string $commentId * @param array $optParams Optional parameters. * * @opt_param string view * @return Google_Service_Blogger_Comment */ public function get($blogId, $postId, $commentId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Blogger_Comment"); } /** * Lists comments. (comments.listComments) * * @param string $blogId * @param string $postId * @param array $optParams Optional parameters. * * @opt_param string endDate * @opt_param bool fetchBodies * @opt_param string maxResults * @opt_param string pageToken * @opt_param string startDate * @opt_param string status * @opt_param string view * @return Google_Service_Blogger_CommentList */ public function listComments($blogId, $postId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Blogger_CommentList"); } /** * Lists comments by blog. (comments.listByBlog) * * @param string $blogId * @param array $optParams Optional parameters. * * @opt_param string endDate * @opt_param bool fetchBodies * @opt_param string maxResults * @opt_param string pageToken * @opt_param string startDate * @opt_param string status * @return Google_Service_Blogger_CommentList */ public function listByBlog($blogId, $optParams = array()) { $params = array('blogId' => $blogId); $params = array_merge($params, $optParams); return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList"); } /** * Marks a comment as spam by blog id, post id and comment id. * (comments.markAsSpam) * * @param string $blogId * @param string $postId * @param string $commentId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_Comment */ public function markAsSpam($blogId, $postId, $commentId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment"); } /** * Removes the content of a comment by blog id, post id and comment id. * (comments.removeContent) * * @param string $blogId * @param string $postId * @param string $commentId * @param array $optParams Optional parameters. * @return Google_Service_Blogger_Comment */ public function removeContent($blogId, $postId, $commentId, $optParams = array()) { $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('removeContent', array($params), "Google_Service_Blogger_Comment"); } } PK/ Zϴ7tOvendor/google/apiclient-services/src/Google/Service/Blogger/PostPerUserInfo.phpnu[blogId = $blogId; } public function getBlogId() { return $this->blogId; } public function setHasEditAccess($hasEditAccess) { $this->hasEditAccess = $hasEditAccess; } public function getHasEditAccess() { return $this->hasEditAccess; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPostId($postId) { $this->postId = $postId; } public function getPostId() { return $this->postId; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK/ ZOHvendor/google/apiclient-services/src/Google/Service/Blogger/PostList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Blogger_Post[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Blogger_Post[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPrevPageToken($prevPageToken) { $this->prevPageToken = $prevPageToken; } public function getPrevPageToken() { return $this->prevPageToken; } } PK/ ZHLvendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.phpnu[lat = $lat; } public function getLat() { return $this->lat; } public function setLng($lng) { $this->lng = $lng; } public function getLng() { return $this->lng; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSpan($span) { $this->span = $span; } public function getSpan() { return $this->span; } } PK/ Z@ Dvendor/google/apiclient-services/src/Google/Service/Blogger/User.phpnu[about = $about; } public function getAbout() { return $this->about; } /** * @param Google_Service_Blogger_UserBlogs */ public function setBlogs(Google_Service_Blogger_UserBlogs $blogs) { $this->blogs = $blogs; } /** * @return Google_Service_Blogger_UserBlogs */ public function getBlogs() { return $this->blogs; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_UserLocale */ public function setLocale(Google_Service_Blogger_UserLocale $locale) { $this->locale = $locale; } /** * @return Google_Service_Blogger_UserLocale */ public function getLocale() { return $this->locale; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ ZGb~Jvendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_PostAuthorImage */ public function setImage(Google_Service_Blogger_PostAuthorImage $image) { $this->image = $image; } /** * @return Google_Service_Blogger_PostAuthorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ ZnaTHvendor/google/apiclient-services/src/Google/Service/Blogger/PageBlog.phpnu[id = $id; } public function getId() { return $this->id; } } PK/ ZX|Lvendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.phpnu[ "blog_user_info", ); protected $blogType = 'Google_Service_Blogger_Blog'; protected $blogDataType = ''; protected $blogUserInfoType = 'Google_Service_Blogger_BlogPerUserInfo'; protected $blogUserInfoDataType = ''; public $kind; /** * @param Google_Service_Blogger_Blog */ public function setBlog(Google_Service_Blogger_Blog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_Blog */ public function getBlog() { return $this->blog; } /** * @param Google_Service_Blogger_BlogPerUserInfo */ public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUserInfo) { $this->blogUserInfo = $blogUserInfo; } /** * @return Google_Service_Blogger_BlogPerUserInfo */ public function getBlogUserInfo() { return $this->blogUserInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK/ Zc3ttIvendor/google/apiclient-services/src/Google/Service/Blogger/BlogPosts.phpnu[items = $items; } /** * @return Google_Service_Blogger_Post[] */ public function getItems() { return $this->items; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ Z/Kvendor/google/apiclient-services/src/Google/Service/Blogger/CommentBlog.phpnu[id = $id; } public function getId() { return $this->id; } } PK/ Z!,Mvendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_CommentAuthorImage */ public function setImage(Google_Service_Blogger_CommentAuthorImage $image) { $this->image = $image; } /** * @return Google_Service_Blogger_CommentAuthorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ Z@Ivendor/google/apiclient-services/src/Google/Service/Blogger/BlogPages.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ ZP9Jvendor/google/apiclient-services/src/Google/Service/Blogger/UserLocale.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setVariant($variant) { $this->variant = $variant; } public function getVariant() { return $this->variant; } } PK/ ZNPvendor/google/apiclient-services/src/Google/Service/Blogger/CommentInReplyTo.phpnu[id = $id; } public function getId() { return $this->id; } } PK/ ZOJvendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_PageAuthorImage */ public function setImage(Google_Service_Blogger_PageAuthorImage $image) { $this->image = $image; } /** * @return Google_Service_Blogger_PageAuthorImage */ public function getImage() { return $this->image; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ ZHvendor/google/apiclient-services/src/Google/Service/Blogger/PostBlog.phpnu[id = $id; } public function getId() { return $this->id; } } PK/ Z6$$Ovendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK/ ZǸL8Kvendor/google/apiclient-services/src/Google/Service/Blogger/PostReplies.phpnu[items = $items; } /** * @return Google_Service_Blogger_Comment[] */ public function getItems() { return $this->items; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ ZRVXAAIvendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.phpnu[selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK/ ZsKK@vendor/google/apiclient-services/src/Google/Service/CloudKMS.phpnu[ * Manages keys and performs cryptographic operations in a central cloud * service, for direct use by other cloud resources and applications.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudKMS extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your keys and secrets stored in Cloud Key Management Service. */ const CLOUDKMS = "https://www.googleapis.com/auth/cloudkms"; public $projects_locations; public $projects_locations_keyRings; public $projects_locations_keyRings_cryptoKeys; public $projects_locations_keyRings_cryptoKeys_cryptoKeyVersions; public $projects_locations_keyRings_importJobs; /** * Constructs the internal representation of the CloudKMS service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudkms.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudkms'; $this->projects_locations = new Google_Service_CloudKMS_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_keyRings = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings( $this, $this->serviceName, 'keyRings', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/keyRings', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keyRingId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/keyRings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_keyRings_cryptoKeys = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys( $this, $this->serviceName, 'cryptoKeys', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/cryptoKeys', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'cryptoKeyId' => array( 'location' => 'query', 'type' => 'string', ), 'skipInitialVersionCreation' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'decrypt' => array( 'path' => 'v1/{+name}:decrypt', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'encrypt' => array( 'path' => 'v1/{+name}:encrypt', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/cryptoKeys', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'versionView' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updatePrimaryVersion' => array( 'path' => 'v1/{+name}:updatePrimaryVersion', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_keyRings_cryptoKeys_cryptoKeyVersions = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions( $this, $this->serviceName, 'cryptoKeyVersions', array( 'methods' => array( 'asymmetricDecrypt' => array( 'path' => 'v1/{+name}:asymmetricDecrypt', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'asymmetricSign' => array( 'path' => 'v1/{+name}:asymmetricSign', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/cryptoKeyVersions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'destroy' => array( 'path' => 'v1/{+name}:destroy', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getPublicKey' => array( 'path' => 'v1/{+name}/publicKey', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v1/{+parent}/cryptoKeyVersions:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/cryptoKeyVersions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), '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', ), ), ),'restore' => array( 'path' => 'v1/{+name}:restore', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_keyRings_importJobs = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs( $this, $this->serviceName, 'importJobs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/importJobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'importJobId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/importJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ ZL;f&f&Bvendor/google/apiclient-services/src/Google/Service/Autoscaler.phpnu[ * The Google Compute Engine Autoscaler API provides autoscaling for groups of * Cloud VMs.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Autoscaler extends Google_Service { /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; /** View your Google Compute Engine resources. */ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly"; public $autoscalers; public $zoneOperations; public $zones; /** * Constructs the internal representation of the Autoscaler service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'autoscaler/v1beta2/'; $this->version = 'v1beta2'; $this->serviceName = 'autoscaler'; $this->autoscalers = new Google_Service_Autoscaler_Resource_Autoscalers( $this, $this->serviceName, 'autoscalers', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->zoneOperations = new Google_Service_Autoscaler_Resource_ZoneOperations( $this, $this->serviceName, 'zoneOperations', array( 'methods' => array( 'delete' => array( 'path' => '{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->zones = new Google_Service_Autoscaler_Resource_Zones( $this, $this->serviceName, 'zones', array( 'methods' => array( 'list' => array( 'path' => 'zones', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'project' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Zg4.4.Evendor/google/apiclient-services/src/Google/Service/Resourceviews.phpnu[ * The Resource View API allows users to create and manage logical sets of * Google Compute Engine instances.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Resourceviews extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; /** View your Google Compute Engine resources. */ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly"; /** View and manage your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman"; /** View your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly"; public $zoneOperations; public $zoneViews; /** * Constructs the internal representation of the Resourceviews service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'resourceviews/v1beta2/projects/'; $this->version = 'v1beta2'; $this->serviceName = 'resourceviews'; $this->zoneOperations = new Google_Service_Resourceviews_Resource_ZoneOperations( $this, $this->serviceName, 'zoneOperations', array( 'methods' => array( 'get' => array( 'path' => '{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->zoneViews = new Google_Service_Resourceviews_Resource_ZoneViews( $this, $this->serviceName, 'zoneViews', array( 'methods' => array( 'addResources' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/addResources', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getService' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceName' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => '{project}/zones/{zone}/resourceViews', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/resourceViews', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listResources' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'format' => array( 'location' => 'query', 'type' => 'string', ), 'listState' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'serviceName' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeResources' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setService' => array( 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourceView' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ Z| qi}}ivendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalListDeploymentsResponse.phpnu[deployments = $deployments; } /** * @return Google_Service_SASPortalTesting_SasPortalDeployment[] */ public function getDeployments() { return $this->deployments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zֱ^vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceConfig.phpnu[airInterface = $airInterface; } /** * @return Google_Service_SASPortalTesting_SasPortalDeviceAirInterface */ public function getAirInterface() { return $this->airInterface; } public function setCallSign($callSign) { $this->callSign = $callSign; } public function getCallSign() { return $this->callSign; } public function setCategory($category) { $this->category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_SASPortalTesting_SasPortalInstallationParams */ public function setInstallationParams(Google_Service_SASPortalTesting_SasPortalInstallationParams $installationParams) { $this->installationParams = $installationParams; } /** * @return Google_Service_SASPortalTesting_SasPortalInstallationParams */ public function getInstallationParams() { return $this->installationParams; } public function setIsSigned($isSigned) { $this->isSigned = $isSigned; } public function getIsSigned() { return $this->isSigned; } public function setMeasurementCapabilities($measurementCapabilities) { $this->measurementCapabilities = $measurementCapabilities; } public function getMeasurementCapabilities() { return $this->measurementCapabilities; } /** * @param Google_Service_SASPortalTesting_SasPortalDeviceModel */ public function setModel(Google_Service_SASPortalTesting_SasPortalDeviceModel $model) { $this->model = $model; } /** * @return Google_Service_SASPortalTesting_SasPortalDeviceModel */ public function getModel() { return $this->model; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK/ Z=)gvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalGenerateSecretRequest.phpnu[highFrequencyMhz = $highFrequencyMhz; } public function getHighFrequencyMhz() { return $this->highFrequencyMhz; } public function setLowFrequencyMhz($lowFrequencyMhz) { $this->lowFrequencyMhz = $lowFrequencyMhz; } public function getLowFrequencyMhz() { return $this->lowFrequencyMhz; } } PK/ Z;`vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceMetadata.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SASPortalTesting_SasPortalNode[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Google_Service_SASPortalTesting_SasPortalNode[] */ public function getNodes() { return $this->nodes; } } PK/ Zppcvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalMoveDeviceRequest.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } } PK/ Z*Xvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDevice.phpnu[activeConfig = $activeConfig; } /** * @return Google_Service_SASPortalTesting_SasPortalDeviceConfig */ public function getActiveConfig() { return $this->activeConfig; } /** * @param Google_Service_SASPortalTesting_SasPortalChannelWithScore[] */ public function setCurrentChannels($currentChannels) { $this->currentChannels = $currentChannels; } /** * @return Google_Service_SASPortalTesting_SasPortalChannelWithScore[] */ public function getCurrentChannels() { return $this->currentChannels; } /** * @param Google_Service_SASPortalTesting_SasPortalDeviceMetadata */ public function setDeviceMetadata(Google_Service_SASPortalTesting_SasPortalDeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_SASPortalTesting_SasPortalDeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFccId($fccId) { $this->fccId = $fccId; } public function getFccId() { return $this->fccId; } /** * @param Google_Service_SASPortalTesting_SasPortalFrequencyRange[] */ public function setGrantRangeAllowlists($grantRangeAllowlists) { $this->grantRangeAllowlists = $grantRangeAllowlists; } /** * @return Google_Service_SASPortalTesting_SasPortalFrequencyRange[] */ public function getGrantRangeAllowlists() { return $this->grantRangeAllowlists; } /** * @param Google_Service_SASPortalTesting_SasPortalDeviceGrant[] */ public function setGrants($grants) { $this->grants = $grants; } /** * @return Google_Service_SASPortalTesting_SasPortalDeviceGrant[] */ public function getGrants() { return $this->grants; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SASPortalTesting_SasPortalDeviceConfig */ public function setPreloadedConfig(Google_Service_SASPortalTesting_SasPortalDeviceConfig $preloadedConfig) { $this->preloadedConfig = $preloadedConfig; } /** * @return Google_Service_SASPortalTesting_SasPortalDeviceConfig */ public function getPreloadedConfig() { return $this->preloadedConfig; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK/ Z Itkkcvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalSignDeviceRequest.phpnu[device = $device; } /** * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function getDevice() { return $this->device; } } PK/ Zt%uvZZbvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalGetPolicyRequest.phpnu[resource = $resource; } public function getResource() { return $this->resource; } } PK/ Z)jvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalBulkCreateDeviceResponse.phpnu[devices = $devices; } /** * @return Google_Service_SASPortalTesting_SasPortalDevice[] */ public function getDevices() { return $this->devices; } } PK/ Z4[Wvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalEmpty.phpnu[firmwareVersion = $firmwareVersion; } public function getFirmwareVersion() { return $this->firmwareVersion; } public function setHardwareVersion($hardwareVersion) { $this->hardwareVersion = $hardwareVersion; } public function getHardwareVersion() { return $this->hardwareVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSoftwareVersion($softwareVersion) { $this->softwareVersion = $softwareVersion; } public function getSoftwareVersion() { return $this->softwareVersion; } public function setVendor($vendor) { $this->vendor = $vendor; } public function getVendor() { return $this->vendor; } } PK/ Z{MG ]vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceGrant.phpnu[channelType = $channelType; } public function getChannelType() { return $this->channelType; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } /** * @param Google_Service_SASPortalTesting_SasPortalFrequencyRange */ public function setFrequencyRange(Google_Service_SASPortalTesting_SasPortalFrequencyRange $frequencyRange) { $this->frequencyRange = $frequencyRange; } /** * @return Google_Service_SASPortalTesting_SasPortalFrequencyRange */ public function getFrequencyRange() { return $this->frequencyRange; } public function setGrantId($grantId) { $this->grantId = $grantId; } public function getGrantId() { return $this->grantId; } public function setMaxEirp($maxEirp) { $this->maxEirp = $maxEirp; } public function getMaxEirp() { return $this->maxEirp; } /** * @param Google_Service_SASPortalTesting_SasPortalDpaMoveList[] */ public function setMoveList($moveList) { $this->moveList = $moveList; } /** * @return Google_Service_SASPortalTesting_SasPortalDpaMoveList[] */ public function getMoveList() { return $this->moveList; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSuspensionReason($suspensionReason) { $this->suspensionReason = $suspensionReason; } public function getSuspensionReason() { return $this->suspensionReason; } } PK/ Z$QQhvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalTestPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK/ Zd(jVvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalNode.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSasUserIds($sasUserIds) { $this->sasUserIds = $sasUserIds; } public function getSasUserIds() { return $this->sasUserIds; } } PK/ Z \vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeployment.phpnu[allowedBillingModes = $allowedBillingModes; } public function getAllowedBillingModes() { return $this->allowedBillingModes; } public function setDefaultBillingMode($defaultBillingMode) { $this->defaultBillingMode = $defaultBillingMode; } public function getDefaultBillingMode() { return $this->defaultBillingMode; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSasUserIds($sasUserIds) { $this->sasUserIds = $sasUserIds; } public function getSasUserIds() { return $this->sasUserIds; } } PK/ Zccgvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalListCustomersResponse.phpnu[customers = $customers; } /** * @return Google_Service_SASPortalTesting_SasPortalCustomer[] */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZKɣttgvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalMoveDeploymentRequest.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } } PK/ Z_IJZZ]vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDpaMoveList.phpnu[dpaId = $dpaId; } public function getDpaId() { return $this->dpaId; } /** * @param Google_Service_SASPortalTesting_SasPortalFrequencyRange */ public function setFrequencyRange(Google_Service_SASPortalTesting_SasPortalFrequencyRange $frequencyRange) { $this->frequencyRange = $frequencyRange; } /** * @return Google_Service_SASPortalTesting_SasPortalFrequencyRange */ public function getFrequencyRange() { return $this->frequencyRange; } } PK/ Z" kvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodesDeployments.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $deployments = $prod_tt_sasportalService->deployments; * */ class Google_Service_SASPortalTesting_Resource_CustomersNodesDeployments extends Google_Service_Resource { /** * Creates a new deployment. (deployments.create) * * @param string $parent Required. The parent resource name where the deployment * is to be created. * @param Google_Service_SASPortalTesting_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } /** * Lists deployments. (deployments.listCustomersNodesDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse */ public function listCustomersNodesDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse"); } } PK/ Zޯ gvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodesDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_CustomersNodesDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function createSigned($parent, Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listCustomersNodesDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDevicesResponse */ public function listCustomersNodesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDevicesResponse"); } } PK/ ZOObvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesDeployments.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $deployments = $prod_tt_sasportalService->deployments; * */ class Google_Service_SASPortalTesting_Resource_NodesDeployments extends Google_Service_Resource { /** * Deletes a deployment. (deployments.delete) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Returns a requested deployment. (deployments.get) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } /** * Lists deployments. (deployments.listNodesDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse */ public function listNodesDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse"); } /** * Moves a deployment under another node or customer. (deployments.move) * * @param string $name Required. The name of the deployment to move. * @param Google_Service_SASPortalTesting_SasPortalMoveDeploymentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveDeploymentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates an existing deployment. (deployments.patch) * * @param string $name Output only. Resource name. * @param Google_Service_SASPortalTesting_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function patch($name, Google_Service_SASPortalTesting_SasPortalDeployment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } } PK/ Z  [vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Customers.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $customers = $prod_tt_sasportalService->customers; * */ class Google_Service_SASPortalTesting_Resource_Customers extends Google_Service_Resource { /** * Returns a requested customer. (customers.get) * * @param string $name Required. The name of the customer. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalCustomer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalCustomer"); } /** * Returns a list of requested customers. (customers.listCustomers) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of customers to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListCustomers that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListCustomersResponse */ public function listCustomers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListCustomersResponse"); } /** * Updates an existing customer. (customers.patch) * * @param string $name Output only. Resource name of the customer. * @param Google_Service_SASPortalTesting_SasPortalCustomer $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalCustomer */ public function patch($name, Google_Service_SASPortalTesting_SasPortalCustomer $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalCustomer"); } } PK/ Z\vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodes.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $nodes = $prod_tt_sasportalService->nodes; * */ class Google_Service_SASPortalTesting_Resource_NodesNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_SASPortalTesting_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function create($parent, Google_Service_SASPortalTesting_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } /** * Deletes a node. (nodes.delete) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Returns a requested node. (nodes.get) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } /** * Lists nodes. (nodes.listNodesNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListNodesResponse */ public function listNodesNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListNodesResponse"); } /** * Moves a node under another node or customer. (nodes.move) * * @param string $name Required. The name of the node to move. * @param Google_Service_SASPortalTesting_SasPortalMoveNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates an existing node. (nodes.patch) * * @param string $name Output only. Resource name. * @param Google_Service_SASPortalTesting_SasPortalNode $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function patch($name, Google_Service_SASPortalTesting_SasPortalNode $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } } PK/ Z\Q ivendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesDeploymentsDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_NodesDeploymentsDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function createSigned($parent, Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listNodesDeploymentsDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDevicesResponse */ public function listNodesDeploymentsDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDevicesResponse"); } } PK/ Z > > Zvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Policies.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $policies = $prod_tt_sasportalService->policies; * */ class Google_Service_SASPortalTesting_Resource_Policies extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (policies.get) * * @param Google_Service_SASPortalTesting_SasPortalGetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalPolicy */ public function get(Google_Service_SASPortalTesting_SasPortalGetPolicyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalPolicy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (policies.set) * * @param Google_Service_SASPortalTesting_SasPortalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalPolicy */ public function set(Google_Service_SASPortalTesting_SasPortalSetPolicyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('set', array($params), "Google_Service_SASPortalTesting_SasPortalPolicy"); } /** * Returns permissions that a caller has on the specified resource. * (policies.test) * * @param Google_Service_SASPortalTesting_SasPortalTestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalTestPermissionsResponse */ public function test(Google_Service_SASPortalTesting_SasPortalTestPermissionsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('test', array($params), "Google_Service_SASPortalTesting_SasPortalTestPermissionsResponse"); } } PK/ Zi]vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Deployments.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $deployments = $prod_tt_sasportalService->deployments; * */ class Google_Service_SASPortalTesting_Resource_Deployments extends Google_Service_Resource { /** * Returns a requested deployment. (deployments.get) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } } PK/ Z<= = evendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodesNodes.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $nodes = $prod_tt_sasportalService->nodes; * */ class Google_Service_SASPortalTesting_Resource_CustomersNodesNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_SASPortalTesting_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function create($parent, Google_Service_SASPortalTesting_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } /** * Lists nodes. (nodes.listCustomersNodesNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListNodesResponse */ public function listCustomersNodesNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListNodesResponse"); } } PK/ ZL cvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodesDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_NodesNodesDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function createSigned($parent, Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listNodesNodesDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDevicesResponse */ public function listNodesNodesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDevicesResponse"); } } PK/ Z]' gvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodesDeployments.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $deployments = $prod_tt_sasportalService->deployments; * */ class Google_Service_SASPortalTesting_Resource_NodesNodesDeployments extends Google_Service_Resource { /** * Creates a new deployment. (deployments.create) * * @param string $parent Required. The parent resource name where the deployment * is to be created. * @param Google_Service_SASPortalTesting_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } /** * Lists deployments. (deployments.listNodesNodesDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse */ public function listNodesNodesDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse"); } } PK/ ZGG$$`vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodes.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $nodes = $prod_tt_sasportalService->nodes; * */ class Google_Service_SASPortalTesting_Resource_CustomersNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_SASPortalTesting_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function create($parent, Google_Service_SASPortalTesting_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } /** * Deletes a node. (nodes.delete) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Returns a requested node. (nodes.get) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } /** * Lists nodes. (nodes.listCustomersNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListNodesResponse */ public function listCustomersNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListNodesResponse"); } /** * Moves a node under another node or customer. (nodes.move) * * @param string $name Required. The name of the node to move. * @param Google_Service_SASPortalTesting_SasPortalMoveNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates an existing node. (nodes.patch) * * @param string $name Output only. Resource name. * @param Google_Service_SASPortalTesting_SasPortalNode $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function patch($name, Google_Service_SASPortalTesting_SasPortalNode $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } } PK/ Zbvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_CustomersDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function createSigned($parent, Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listCustomersDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDevicesResponse */ public function listCustomersDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDevicesResponse"); } /** * Moves a device under another node or customer. (devices.move) * * @param string $name Required. The name of the device to move. * @param Google_Service_SASPortalTesting_SasPortalMoveDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates a device. (devices.patch) * * @param string $name Output only. The resource path name. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function patch($name, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Signs a device. (devices.signDevice) * * @param string $name Output only. The resource path name. * @param Google_Service_SASPortalTesting_SasPortalSignDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function signDevice($name, Google_Service_SASPortalTesting_SasPortalSignDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signDevice', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Updates a signed device. (devices.updateSigned) * * @param string $name Required. The name of the device to update. * @param Google_Service_SASPortalTesting_SasPortalUpdateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function updateSigned($name, Google_Service_SASPortalTesting_SasPortalUpdateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } } PK/ Z' ^vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_NodesDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function createSigned($parent, Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listNodesDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDevicesResponse */ public function listNodesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDevicesResponse"); } /** * Moves a device under another node or customer. (devices.move) * * @param string $name Required. The name of the device to move. * @param Google_Service_SASPortalTesting_SasPortalMoveDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates a device. (devices.patch) * * @param string $name Output only. The resource path name. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function patch($name, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Signs a device. (devices.signDevice) * * @param string $name Output only. The resource path name. * @param Google_Service_SASPortalTesting_SasPortalSignDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function signDevice($name, Google_Service_SASPortalTesting_SasPortalSignDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signDevice', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Updates a signed device. (devices.updateSigned) * * @param string $name Required. The name of the device to update. * @param Google_Service_SASPortalTesting_SasPortalUpdateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function updateSigned($name, Google_Service_SASPortalTesting_SasPortalUpdateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } } PK/ Z  dvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/DeploymentsDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_DeploymentsDevices extends Google_Service_Resource { /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Moves a device under another node or customer. (devices.move) * * @param string $name Required. The name of the device to move. * @param Google_Service_SASPortalTesting_SasPortalMoveDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates a device. (devices.patch) * * @param string $name Output only. The resource path name. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function patch($name, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Signs a device. (devices.signDevice) * * @param string $name Output only. The resource path name. * @param Google_Service_SASPortalTesting_SasPortalSignDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function signDevice($name, Google_Service_SASPortalTesting_SasPortalSignDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signDevice', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Updates a signed device. (devices.updateSigned) * * @param string $name Required. The name of the device to update. * @param Google_Service_SASPortalTesting_SasPortalUpdateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function updateSigned($name, Google_Service_SASPortalTesting_SasPortalUpdateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } } PK/ Zg mvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersDeploymentsDevices.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $devices = $prod_tt_sasportalService->devices; * */ class Google_Service_SASPortalTesting_Resource_CustomersDeploymentsDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDevice */ public function createSigned($parent, Google_Service_SASPortalTesting_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_SASPortalTesting_SasPortalDevice"); } /** * Lists devices under a node or customer. * (devices.listCustomersDeploymentsDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDevicesResponse */ public function listCustomersDeploymentsDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDevicesResponse"); } } PK/ Z/1 1 avendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodesNodes.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $nodes = $prod_tt_sasportalService->nodes; * */ class Google_Service_SASPortalTesting_Resource_NodesNodesNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_SASPortalTesting_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function create($parent, Google_Service_SASPortalTesting_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } /** * Lists nodes. (nodes.listNodesNodesNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListNodesResponse */ public function listNodesNodesNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListNodesResponse"); } } PK/ Z$nWWWvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Nodes.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $nodes = $prod_tt_sasportalService->nodes; * */ class Google_Service_SASPortalTesting_Resource_Nodes extends Google_Service_Resource { /** * Returns a requested node. (nodes.get) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalNode */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalNode"); } } PK/ ZS{""fvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersDeployments.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $deployments = $prod_tt_sasportalService->deployments; * */ class Google_Service_SASPortalTesting_Resource_CustomersDeployments extends Google_Service_Resource { /** * Creates a new deployment. (deployments.create) * * @param string $parent Required. The parent resource name where the deployment * is to be created. * @param Google_Service_SASPortalTesting_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function create($parent, Google_Service_SASPortalTesting_SasPortalDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } /** * Deletes a deployment. (deployments.delete) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_SASPortalTesting_SasPortalEmpty"); } /** * Returns a requested deployment. (deployments.get) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } /** * Lists deployments. (deployments.listCustomersDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse */ public function listCustomersDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SASPortalTesting_SasPortalListDeploymentsResponse"); } /** * Moves a deployment under another node or customer. (deployments.move) * * @param string $name Required. The name of the deployment to move. * @param Google_Service_SASPortalTesting_SasPortalMoveDeploymentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveDeploymentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } /** * Updates an existing deployment. (deployments.patch) * * @param string $name Output only. Resource name. * @param Google_Service_SASPortalTesting_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_SASPortalTesting_SasPortalDeployment */ public function patch($name, Google_Service_SASPortalTesting_SasPortalDeployment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SASPortalTesting_SasPortalDeployment"); } } PK/ Z1[vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Installer.phpnu[ * $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $installer = $prod_tt_sasportalService->installer; * */ class Google_Service_SASPortalTesting_Resource_Installer extends Google_Service_Resource { /** * Generates a secret to be used with the ValidateInstaller. * (installer.generateSecret) * * @param Google_Service_SASPortalTesting_SasPortalGenerateSecretRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalGenerateSecretResponse */ public function generateSecret(Google_Service_SASPortalTesting_SasPortalGenerateSecretRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateSecret', array($params), "Google_Service_SASPortalTesting_SasPortalGenerateSecretResponse"); } /** * Validates the identity of a Certified Professional Installer (CPI). * (installer.validate) * * @param Google_Service_SASPortalTesting_SasPortalValidateInstallerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalValidateInstallerResponse */ public function validate(Google_Service_SASPortalTesting_SasPortalValidateInstallerRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_SASPortalTesting_SasPortalValidateInstallerResponse"); } } PK/ Z#nnavendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalMoveNodeRequest.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } } PK/ Z iHZZdvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceAirInterface.phpnu[radioTechnology = $radioTechnology; } public function getRadioTechnology() { return $this->radioTechnology; } public function setSupportedSpec($supportedSpec) { $this->supportedSpec = $supportedSpec; } public function getSupportedSpec() { return $this->supportedSpec; } } PK/ Z?e--Xvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalPolicy.phpnu[assignments = $assignments; } /** * @return Google_Service_SASPortalTesting_SasPortalAssignment[] */ public function getAssignments() { return $this->assignments; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } } PK/ ZnXvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalStatus.phpnu[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; } } PK/ Z!!jvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalValidateInstallerRequest.phpnu[encodedSecret = $encodedSecret; } public function getEncodedSecret() { return $this->encodedSecret; } public function setInstallerId($installerId) { $this->installerId = $installerId; } public function getInstallerId() { return $this->installerId; } public function setSecret($secret) { $this->secret = $secret; } public function getSecret() { return $this->secret; } } PK/ ZX톺[vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_SASPortalTesting_SasPortalStatus */ public function setError(Google_Service_SASPortalTesting_SasPortalStatus $error) { $this->error = $error; } /** * @return Google_Service_SASPortalTesting_SasPortalStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ ZXf  \vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalAssignment.phpnu[members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK/ Z&Zvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalCustomer.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSasUserIds($sasUserIds) { $this->sasUserIds = $sasUserIds; } public function getSasUserIds() { return $this->sasUserIds; } } PK/ ZOEEkvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalCreateSignedDeviceRequest.phpnu[encodedDevice = $encodedDevice; } public function getEncodedDevice() { return $this->encodedDevice; } public function setInstallerId($installerId) { $this->installerId = $installerId; } public function getInstallerId() { return $this->installerId; } } PK/ Z:kvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalValidateInstallerResponse.phpnu[devices = $devices; } /** * @return Google_Service_SASPortalTesting_SasPortalDevice[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZlEEkvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalUpdateSignedDeviceRequest.phpnu[encodedDevice = $encodedDevice; } public function getEncodedDevice() { return $this->encodedDevice; } public function setInstallerId($installerId) { $this->installerId = $installerId; } public function getInstallerId() { return $this->installerId; } } PK/ ZK;>>ivendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalBulkCreateDeviceRequest.phpnu[csv = $csv; } public function getCsv() { return $this->csv; } } PK/ Zu8(__bvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalChannelWithScore.phpnu[frequencyRange = $frequencyRange; } /** * @return Google_Service_SASPortalTesting_SasPortalFrequencyRange */ public function getFrequencyRange() { return $this->frequencyRange; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK/ Zp9bvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalSetPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_SASPortalTesting_SasPortalPolicy */ public function getPolicy() { return $this->policy; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK/ ZiW dvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalInstallationParams.phpnu[antennaAzimuth = $antennaAzimuth; } public function getAntennaAzimuth() { return $this->antennaAzimuth; } public function setAntennaBeamwidth($antennaBeamwidth) { $this->antennaBeamwidth = $antennaBeamwidth; } public function getAntennaBeamwidth() { return $this->antennaBeamwidth; } public function setAntennaDowntilt($antennaDowntilt) { $this->antennaDowntilt = $antennaDowntilt; } public function getAntennaDowntilt() { return $this->antennaDowntilt; } public function setAntennaGain($antennaGain) { $this->antennaGain = $antennaGain; } public function getAntennaGain() { return $this->antennaGain; } public function setAntennaModel($antennaModel) { $this->antennaModel = $antennaModel; } public function getAntennaModel() { return $this->antennaModel; } public function setCpeCbsdIndication($cpeCbsdIndication) { $this->cpeCbsdIndication = $cpeCbsdIndication; } public function getCpeCbsdIndication() { return $this->cpeCbsdIndication; } public function setEirpCapability($eirpCapability) { $this->eirpCapability = $eirpCapability; } public function getEirpCapability() { return $this->eirpCapability; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setHeightType($heightType) { $this->heightType = $heightType; } public function getHeightType() { return $this->heightType; } public function setHorizontalAccuracy($horizontalAccuracy) { $this->horizontalAccuracy = $horizontalAccuracy; } public function getHorizontalAccuracy() { return $this->horizontalAccuracy; } public function setIndoorDeployment($indoorDeployment) { $this->indoorDeployment = $indoorDeployment; } public function getIndoorDeployment() { return $this->indoorDeployment; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setVerticalAccuracy($verticalAccuracy) { $this->verticalAccuracy = $verticalAccuracy; } public function getVerticalAccuracy() { return $this->verticalAccuracy; } } PK/ ZӂWivendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalTestPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ ZRRhvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalGenerateSecretResponse.phpnu[secret = $secret; } public function getSecret() { return $this->secret; } } PK/ ZȂfvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VmCreationConfig.phpnu[subnet = $subnet; } public function getSubnet() { return $this->subnet; } public function setVmMachineType($vmMachineType) { $this->vmMachineType = $vmMachineType; } public function getVmMachineType() { return $this->vmMachineType; } public function setVmZone($vmZone) { $this->vmZone = $vmZone; } public function getVmZone() { return $this->vmZone; } } PK/ ZLMffdvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK/ Z|#tvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListConnectionProfilesResponse.phpnu[connectionProfiles = $connectionProfiles; } /** * @return Google_Service_CloudDatabaseMigrationService_ConnectionProfile[] */ public function getConnectionProfiles() { return $this->connectionProfiles; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK/ Z7bvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/MigrationJob.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } /** * @param Google_Service_CloudDatabaseMigrationService_DatabaseType */ public function setDestinationDatabase(Google_Service_CloudDatabaseMigrationService_DatabaseType $destinationDatabase) { $this->destinationDatabase = $destinationDatabase; } /** * @return Google_Service_CloudDatabaseMigrationService_DatabaseType */ public function getDestinationDatabase() { return $this->destinationDatabase; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDumpPath($dumpPath) { $this->dumpPath = $dumpPath; } public function getDumpPath() { return $this->dumpPath; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudDatabaseMigrationService_Status */ public function setError(Google_Service_CloudDatabaseMigrationService_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudDatabaseMigrationService_Status */ public function getError() { return $this->error; } 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 setPhase($phase) { $this->phase = $phase; } public function getPhase() { return $this->phase; } /** * @param Google_Service_CloudDatabaseMigrationService_ReverseSshConnectivity */ public function setReverseSshConnectivity(Google_Service_CloudDatabaseMigrationService_ReverseSshConnectivity $reverseSshConnectivity) { $this->reverseSshConnectivity = $reverseSshConnectivity; } /** * @return Google_Service_CloudDatabaseMigrationService_ReverseSshConnectivity */ public function getReverseSshConnectivity() { return $this->reverseSshConnectivity; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } /** * @param Google_Service_CloudDatabaseMigrationService_DatabaseType */ public function setSourceDatabase(Google_Service_CloudDatabaseMigrationService_DatabaseType $sourceDatabase) { $this->sourceDatabase = $sourceDatabase; } /** * @return Google_Service_CloudDatabaseMigrationService_DatabaseType */ public function getSourceDatabase() { return $this->sourceDatabase; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudDatabaseMigrationService_StaticIpConnectivity */ public function setStaticIpConnectivity(Google_Service_CloudDatabaseMigrationService_StaticIpConnectivity $staticIpConnectivity) { $this->staticIpConnectivity = $staticIpConnectivity; } /** * @return Google_Service_CloudDatabaseMigrationService_StaticIpConnectivity */ public function getStaticIpConnectivity() { return $this->staticIpConnectivity; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_CloudDatabaseMigrationService_VpcPeeringConnectivity */ public function setVpcPeeringConnectivity(Google_Service_CloudDatabaseMigrationService_VpcPeeringConnectivity $vpcPeeringConnectivity) { $this->vpcPeeringConnectivity = $vpcPeeringConnectivity; } /** * @return Google_Service_CloudDatabaseMigrationService_VpcPeeringConnectivity */ public function getVpcPeeringConnectivity() { return $this->vpcPeeringConnectivity; } } PK/ Z,ihvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/DatamigrationEmpty.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ Z__lvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/MySqlConnectionProfile.phpnu[cloudSqlId = $cloudSqlId; } public function getCloudSqlId() { return $this->cloudSqlId; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; } public function getPasswordSet() { return $this->passwordSet; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_CloudDatabaseMigrationService_SslConfig */ public function setSsl(Google_Service_CloudDatabaseMigrationService_SslConfig $ssl) { $this->ssl = $ssl; } /** * @return Google_Service_CloudDatabaseMigrationService_SslConfig */ public function getSsl() { return $this->ssl; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK/ Z /99ivendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudDatabaseMigrationService_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK/ Z'`Ehhnvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/GenerateSshScriptRequest.phpnu[vm = $vm; } public function getVm() { return $this->vm; } /** * @param Google_Service_CloudDatabaseMigrationService_VmCreationConfig */ public function setVmCreationConfig(Google_Service_CloudDatabaseMigrationService_VmCreationConfig $vmCreationConfig) { $this->vmCreationConfig = $vmCreationConfig; } /** * @return Google_Service_CloudDatabaseMigrationService_VmCreationConfig */ public function getVmCreationConfig() { return $this->vmCreationConfig; } public function setVmPort($vmPort) { $this->vmPort = $vmPort; } public function getVmPort() { return $this->vmPort; } /** * @param Google_Service_CloudDatabaseMigrationService_VmSelectionConfig */ public function setVmSelectionConfig(Google_Service_CloudDatabaseMigrationService_VmSelectionConfig $vmSelectionConfig) { $this->vmSelectionConfig = $vmSelectionConfig; } /** * @return Google_Service_CloudDatabaseMigrationService_VmSelectionConfig */ public function getVmSelectionConfig() { return $this->vmSelectionConfig; } } PK/ ZO\vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudDatabaseMigrationService_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudDatabaseMigrationService_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudDatabaseMigrationService_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Zovendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VerifyMigrationJobRequest.phpnu[script = $script; } public function getScript() { return $this->script; } } PK/ ZYlvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/CancelOperationRequest.phpnu[activationPolicy = $activationPolicy; } public function getActivationPolicy() { return $this->activationPolicy; } public function setAutoStorageIncrease($autoStorageIncrease) { $this->autoStorageIncrease = $autoStorageIncrease; } public function getAutoStorageIncrease() { return $this->autoStorageIncrease; } public function setDataDiskSizeGb($dataDiskSizeGb) { $this->dataDiskSizeGb = $dataDiskSizeGb; } public function getDataDiskSizeGb() { return $this->dataDiskSizeGb; } public function setDataDiskType($dataDiskType) { $this->dataDiskType = $dataDiskType; } public function getDataDiskType() { return $this->dataDiskType; } public function setDatabaseFlags($databaseFlags) { $this->databaseFlags = $databaseFlags; } public function getDatabaseFlags() { return $this->databaseFlags; } public function setDatabaseVersion($databaseVersion) { $this->databaseVersion = $databaseVersion; } public function getDatabaseVersion() { return $this->databaseVersion; } /** * @param Google_Service_CloudDatabaseMigrationService_SqlIpConfig */ public function setIpConfig(Google_Service_CloudDatabaseMigrationService_SqlIpConfig $ipConfig) { $this->ipConfig = $ipConfig; } /** * @return Google_Service_CloudDatabaseMigrationService_SqlIpConfig */ public function getIpConfig() { return $this->ipConfig; } public function setRootPassword($rootPassword) { $this->rootPassword = $rootPassword; } public function getRootPassword() { return $this->rootPassword; } public function setRootPasswordSet($rootPasswordSet) { $this->rootPasswordSet = $rootPasswordSet; } public function getRootPasswordSet() { return $this->rootPasswordSet; } public function setSourceId($sourceId) { $this->sourceId = $sourceId; } public function getSourceId() { return $this->sourceId; } public function setStorageAutoResizeLimit($storageAutoResizeLimit) { $this->storageAutoResizeLimit = $storageAutoResizeLimit; } public function getStorageAutoResizeLimit() { return $this->storageAutoResizeLimit; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK/ Zޢ_vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/SslConfig.phpnu[caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setClientCertificate($clientCertificate) { $this->clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Zpvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Zs?}pvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Resource/ProjectsLocations.phpnu[ * $datamigrationService = new Google_Service_CloudDatabaseMigrationService(...); * $locations = $datamigrationService->locations; * */ class Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDatabaseMigrationService_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudDatabaseMigrationService_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDatabaseMigrationService_ListLocationsResponse"); } } PK/ Z &zvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Resource/ProjectsLocationsOperations.phpnu[ * $datamigrationService = new Google_Service_CloudDatabaseMigrationService(...); * $operations = $datamigrationService->operations; * */ class Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudDatabaseMigrationService_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_DatamigrationEmpty */ public function cancel($name, Google_Service_CloudDatabaseMigrationService_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudDatabaseMigrationService_DatamigrationEmpty"); } /** * 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_CloudDatabaseMigrationService_DatamigrationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudDatabaseMigrationService_DatamigrationEmpty"); } /** * 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_CloudDatabaseMigrationService_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudDatabaseMigrationService_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDatabaseMigrationService_ListOperationsResponse"); } } PK/ ZhH**vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Resource/ProjectsLocationsConnectionProfiles.phpnu[ * $datamigrationService = new Google_Service_CloudDatabaseMigrationService(...); * $connectionProfiles = $datamigrationService->connectionProfiles; * */ class Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocationsConnectionProfiles extends Google_Service_Resource { /** * Creates a new connection profile in a given project and location. * (connectionProfiles.create) * * @param string $parent Required. The parent, which owns this collection of * connection profiles. * @param Google_Service_CloudDatabaseMigrationService_ConnectionProfile $postBody * @param array $optParams Optional parameters. * * @opt_param string connectionProfileId Required. The connection profile * identifier. * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function create($parent, Google_Service_CloudDatabaseMigrationService_ConnectionProfile $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Deletes a single Database Migration Service connection profile. A connection * profile can only be deleted if it is not in use by any active migration jobs. * (connectionProfiles.delete) * * @param string $name Required. Name of the connection profile resource to * delete. * @param array $optParams Optional parameters. * * @opt_param bool force In case of force delete, the CloudSQL replica database * is also deleted (only for CloudSQL connection profile). * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Gets details of a single connection profile. (connectionProfiles.get) * * @param string $name Required. Name of the connection profile resource to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_ConnectionProfile */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDatabaseMigrationService_ConnectionProfile"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (connectionProfiles.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudDatabaseMigrationService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudDatabaseMigrationService_Policy"); } /** * Retrieve a list of all connection profiles in a given project and location. * (connectionProfiles.listProjectsLocationsConnectionProfiles) * * @param string $parent Required. The parent, which owns this collection of * connection profiles. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters connection profiles * 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, list connection profiles created this * year by specifying **createTime %gt; 2020-01-01T00:00:00.000000000Z**. You * can also filter nested fields. For example, you could specify * **mySql.username = %lt;my_username%gt;** to list all connection profiles * configured to connect with a specific username. * @opt_param string orderBy the order by fields for the result. * @opt_param int pageSize The maximum number of connection profiles to return. * The service may return fewer than this value. If unspecified, at most 50 * connection profiles will be returned. The maximum value is 1000; values above * 1000 will be coerced to 1000. * @opt_param string pageToken A page token, received from a previous * `ListConnectionProfiles` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListConnectionProfiles` * must match the call that provided the page token. * @return Google_Service_CloudDatabaseMigrationService_ListConnectionProfilesResponse */ public function listProjectsLocationsConnectionProfiles($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDatabaseMigrationService_ListConnectionProfilesResponse"); } /** * Update the configuration of a single connection profile. * (connectionProfiles.patch) * * @param string $name The name of this connection profile resource in the form * of projects/{project}/locations/{location}/instances/{instance}. * @param Google_Service_CloudDatabaseMigrationService_ConnectionProfile $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @opt_param string updateMask Required. Field mask is used to specify the * fields to be overwritten in the connection profile resource by the update. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function patch($name, Google_Service_CloudDatabaseMigrationService_ConnectionProfile $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (connectionProfiles.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_CloudDatabaseMigrationService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Policy */ public function setIamPolicy($resource, Google_Service_CloudDatabaseMigrationService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudDatabaseMigrationService_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (connectionProfiles.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_CloudDatabaseMigrationService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudDatabaseMigrationService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudDatabaseMigrationService_TestIamPermissionsResponse"); } } PK/ Z{@Mgvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Resource/Projects.phpnu[ * $datamigrationService = new Google_Service_CloudDatabaseMigrationService(...); * $projects = $datamigrationService->projects; * */ class Google_Service_CloudDatabaseMigrationService_Resource_Projects extends Google_Service_Resource { } PK/ ZaB5@5@}vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Resource/ProjectsLocationsMigrationJobs.phpnu[ * $datamigrationService = new Google_Service_CloudDatabaseMigrationService(...); * $migrationJobs = $datamigrationService->migrationJobs; * */ class Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocationsMigrationJobs extends Google_Service_Resource { /** * Creates a new migration job in a given project and location. * (migrationJobs.create) * * @param string $parent Required. The parent, which owns this collection of * migration jobs. * @param Google_Service_CloudDatabaseMigrationService_MigrationJob $postBody * @param array $optParams Optional parameters. * * @opt_param string migrationJobId Required. The ID of the instance to create. * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function create($parent, Google_Service_CloudDatabaseMigrationService_MigrationJob $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Deletes a single migration job. (migrationJobs.delete) * * @param string $name Required. Name of the migration job resource to delete. * @param array $optParams Optional parameters. * * @opt_param bool force The destination CloudSQL connection profile is always * deleted with the migration job. In case of force delete, the destination * CloudSQL replica database is also deleted. * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Generate a SSH configuration script to configure the reverse SSH * connectivity. (migrationJobs.generateSshScript) * * @param string $migrationJob Name of the migration job resource to generate * the SSH script. * @param Google_Service_CloudDatabaseMigrationService_GenerateSshScriptRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_SshScript */ public function generateSshScript($migrationJob, Google_Service_CloudDatabaseMigrationService_GenerateSshScriptRequest $postBody, $optParams = array()) { $params = array('migrationJob' => $migrationJob, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateSshScript', array($params), "Google_Service_CloudDatabaseMigrationService_SshScript"); } /** * Gets details of a single migration job. (migrationJobs.get) * * @param string $name Required. Name of the migration job resource to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_MigrationJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudDatabaseMigrationService_MigrationJob"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (migrationJobs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudDatabaseMigrationService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudDatabaseMigrationService_Policy"); } /** * Lists migration jobs in a given project and location. * (migrationJobs.listProjectsLocationsMigrationJobs) * * @param string $parent Required. The parent, which owns this collection of * migrationJobs. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters migration jobs * 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, list migration jobs created this year * by specifying **createTime %gt; 2020-01-01T00:00:00.000000000Z.** You can * also filter nested fields. For example, you could specify * **reverseSshConnectivity.vmIp = "1.2.3.4"** to select all migration jobs * connecting through the specific SSH tunnel bastion. * @opt_param string orderBy Sort the results based on the migration job name. * Valid values are: "name", "name asc", and "name desc". * @opt_param int pageSize The maximum number of migration jobs to return. The * service may return fewer than this value. If unspecified, at most 50 * migration jobs will be returned. The maximum value is 1000; values above 1000 * will be coerced to 1000. * @opt_param string pageToken The nextPageToken value received in the previous * call to migrationJobs.list, used in the subsequent request to retrieve the * next page of results. On first call this should be left blank. When * paginating, all other parameters provided to migrationJobs.list must match * the call that provided the page token. * @return Google_Service_CloudDatabaseMigrationService_ListMigrationJobsResponse */ public function listProjectsLocationsMigrationJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudDatabaseMigrationService_ListMigrationJobsResponse"); } /** * Updates the parameters of a single migration job. (migrationJobs.patch) * * @param string $name The name (URI) of this migration job resource, in the * form of: projects/{project}/locations/{location}/instances/{instance}. * @param Google_Service_CloudDatabaseMigrationService_MigrationJob $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A unique id used to identify the request. If the * server receives two requests with the same id, then the second request will * be ignored. It is recommended to always set this value to a UUID. The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @opt_param string updateMask Required. Field mask is used to specify the * fields to be overwritten in the migration job resource by the update. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function patch($name, Google_Service_CloudDatabaseMigrationService_MigrationJob $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Promote a migration job, stopping replication to the destination and * promoting the destination to be a standalone database. * (migrationJobs.promote) * * @param string $name Name of the migration job resource to promote. * @param Google_Service_CloudDatabaseMigrationService_PromoteMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function promote($name, Google_Service_CloudDatabaseMigrationService_PromoteMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('promote', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Restart a stopped or failed migration job, resetting the destination instance * to its original state and starting the migration process from scratch. * (migrationJobs.restart) * * @param string $name Name of the migration job resource to restart. * @param Google_Service_CloudDatabaseMigrationService_RestartMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function restart($name, Google_Service_CloudDatabaseMigrationService_RestartMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restart', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Resume a migration job that is currently stopped and is resumable (was * stopped during CDC phase). (migrationJobs.resume) * * @param string $name Name of the migration job resource to resume. * @param Google_Service_CloudDatabaseMigrationService_ResumeMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function resume($name, Google_Service_CloudDatabaseMigrationService_ResumeMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (migrationJobs.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_CloudDatabaseMigrationService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Policy */ public function setIamPolicy($resource, Google_Service_CloudDatabaseMigrationService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudDatabaseMigrationService_Policy"); } /** * Start an already created migration job. (migrationJobs.start) * * @param string $name Name of the migration job resource to start. * @param Google_Service_CloudDatabaseMigrationService_StartMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function start($name, Google_Service_CloudDatabaseMigrationService_StartMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Stops a running migration job. (migrationJobs.stop) * * @param string $name Name of the migration job resource to stop. * @param Google_Service_CloudDatabaseMigrationService_StopMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function stop($name, Google_Service_CloudDatabaseMigrationService_StopMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. 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. * (migrationJobs.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_CloudDatabaseMigrationService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudDatabaseMigrationService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudDatabaseMigrationService_TestIamPermissionsResponse"); } /** * Verify a migration job, making sure the destination can reach the source and * that all configuration and prerequisites are met. (migrationJobs.verify) * * @param string $name Name of the migration job resource to verify. * @param Google_Service_CloudDatabaseMigrationService_VerifyMigrationJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudDatabaseMigrationService_Operation */ public function verify($name, Google_Service_CloudDatabaseMigrationService_VerifyMigrationJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verify', array($params), "Google_Service_CloudDatabaseMigrationService_Operation"); } } PK/ Z~mvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/StopMigrationJobRequest.phpnu[engine = $engine; } public function getEngine() { return $this->engine; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } } PK/ ZE>0QQgvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VmSelectionConfig.phpnu[vmZone = $vmZone; } public function getVmZone() { return $this->vmZone; } } PK/ Z]vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudDatabaseMigrationService_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK/ Z>)Usskvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudDatabaseMigrationService_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z!AAlvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VpcPeeringConnectivity.phpnu[vpc = $vpc; } public function getVpc() { return $this->vpc; } } PK/ Z3Cvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/GoogleCloudClouddmsV1beta1OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK/ Zy lvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ReverseSshConnectivity.phpnu[vm = $vm; } public function getVm() { return $this->vm; } public function setVmIp($vmIp) { $this->vmIp = $vmIp; } public function getVmIp() { return $this->vmIp; } public function setVmPort($vmPort) { $this->vmPort = $vmPort; } public function getVmPort() { return $this->vmPort; } public function setVpc($vpc) { $this->vpc = $vpc; } public function getVpc() { return $this->vpc; } } PK/ ZϮovendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK/ Z}Kpvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/RestartMigrationJobRequest.phpnu[authorizedNetworks = $authorizedNetworks; } /** * @return Google_Service_CloudDatabaseMigrationService_SqlAclEntry[] */ public function getAuthorizedNetworks() { return $this->authorizedNetworks; } public function setEnableIpv4($enableIpv4) { $this->enableIpv4 = $enableIpv4; } public function getEnableIpv4() { return $this->enableIpv4; } public function setPrivateNetwork($privateNetwork) { $this->privateNetwork = $privateNetwork; } public function getPrivateNetwork() { return $this->privateNetwork; } public function setRequireSsl($requireSsl) { $this->requireSsl = $requireSsl; } public function getRequireSsl() { return $this->requireSsl; } } PK/ Z&!X_vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudDatabaseMigrationService_Status */ public function setError(Google_Service_CloudDatabaseMigrationService_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudDatabaseMigrationService_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ Znvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/StartMigrationJobRequest.phpnu[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; } } PK/ ZiԶĀlvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudDatabaseMigrationService_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudDatabaseMigrationService_Operation[] */ public function getOperations() { return $this->operations; } } PK/ Z) J^vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z*avendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudDatabaseMigrationService_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ Z#ovendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/CloudSqlConnectionProfile.phpnu[cloudSqlId = $cloudSqlId; } public function getCloudSqlId() { return $this->cloudSqlId; } public function setPrivateIp($privateIp) { $this->privateIp = $privateIp; } public function getPrivateIp() { return $this->privateIp; } public function setPublicIp($publicIp) { $this->publicIp = $publicIp; } public function getPublicIp() { return $this->publicIp; } /** * @param Google_Service_CloudDatabaseMigrationService_CloudSqlSettings */ public function setSettings(Google_Service_CloudDatabaseMigrationService_CloudSqlSettings $settings) { $this->settings = $settings; } /** * @return Google_Service_CloudDatabaseMigrationService_CloudSqlSettings */ public function getSettings() { return $this->settings; } } PK/ Z&~((svendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/MigrationJobVerificationError.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorDetailMessage($errorDetailMessage) { $this->errorDetailMessage = $errorDetailMessage; } public function getErrorDetailMessage() { return $this->errorDetailMessage; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } } PK/ Z8ovendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ResumeMigrationJobRequest.phpnu[migrationJobs = $migrationJobs; } /** * @return Google_Service_CloudDatabaseMigrationService_MigrationJob[] */ public function getMigrationJobs() { return $this->migrationJobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK/ ZF7 7 gvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ConnectionProfile.phpnu[cloudsql = $cloudsql; } /** * @return Google_Service_CloudDatabaseMigrationService_CloudSqlConnectionProfile */ public function getCloudsql() { return $this->cloudsql; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_CloudDatabaseMigrationService_Status */ public function setError(Google_Service_CloudDatabaseMigrationService_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudDatabaseMigrationService_Status */ public function getError() { return $this->error; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudDatabaseMigrationService_MySqlConnectionProfile */ public function setMysql(Google_Service_CloudDatabaseMigrationService_MySqlConnectionProfile $mysql) { $this->mysql = $mysql; } /** * @return Google_Service_CloudDatabaseMigrationService_MySqlConnectionProfile */ public function getMysql() { return $this->mysql; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ Zw^^Zvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK/ ZEMVppYvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfig.phpnu[conditions = $conditions; } /** * @return Google_Service_FirebaseRemoteConfig_RemoteConfigCondition */ public function getConditions() { return $this->conditions; } /** * @param Google_Service_FirebaseRemoteConfig_RemoteConfigParameter */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameter */ public function getParameters() { return $this->parameters; } } PK/ ZQ0__bvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigCondition.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTagColor($tagColor) { $this->tagColor = $tagColor; } public function getTagColor() { return $this->tagColor; } } PK/ Z%%gvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameterValue.phpnu[useInAppDefault = $useInAppDefault; } public function getUseInAppDefault() { return $this->useInAppDefault; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ Z|^vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/Resource/Projects.phpnu[ * $firebaseremoteconfigService = new Google_Service_FirebaseRemoteConfig(...); * $projects = $firebaseremoteconfigService->projects; * */ class Google_Service_FirebaseRemoteConfig_Resource_Projects extends Google_Service_Resource { /** * Get the latest version Remote Configuration for a project. Returns the * RemoteConfig as the payload, and also the eTag as a response header. * (projects.getRemoteConfig) * * @param string $project The GMP project identifier. Required. See note at the * beginning of this file regarding project ids. * @param array $optParams Optional parameters. * @return Google_Service_FirebaseRemoteConfig_RemoteConfig */ public function getRemoteConfig($project, $optParams = array()) { $params = array('project' => $project); $params = array_merge($params, $optParams); return $this->call('getRemoteConfig', array($params), "Google_Service_FirebaseRemoteConfig_RemoteConfig"); } /** * Update a RemoteConfig. We treat this as an always-existing resource (when it * is not found in our data store, we treat it as version 0, a template with * zero conditions and zero parameters). Hence there are no Create or Delete * operations. Returns the updated template when successful (and the updated * eTag as a response header), or an error if things go wrong. Possible error * messages: * VALIDATION_ERROR (HTTP status 400) with additional details if the * template being passed in can not be validated. * AUTHENTICATION_ERROR (HTTP * status 401) if the request can not be authenticate (e.g. no access token, or * invalid access token). * AUTHORIZATION_ERROR (HTTP status 403) if the request * can not be authorized (e.g. the user has no access to the specified project * id). * VERSION_MISMATCH (HTTP status 412) when trying to update when the * expected eTag (passed in via the "If-match" header) is not specified, or is * specified but does does not match the current eTag. * Internal error (HTTP * status 500) for Database problems or other internal errors. * (projects.updateRemoteConfig) * * @param string $project The GMP project identifier. Required. See note at the * beginning of this file regarding project ids. * @param Google_Service_FirebaseRemoteConfig_RemoteConfig $postBody * @param array $optParams Optional parameters. * * @opt_param bool validateOnly Optional. Defaults to false (UpdateRemoteConfig * call should update the backend if there are no validation/interal errors). * May be set to true to indicate that, should no validation errors occur, the * call should return a "200 OK" instead of performing the update. Note that * other error messages (500 Internal Error, 412 Version Mismatch, etc) may * still result after flipping to false, even if getting a "200 OK" when calling * with true. * @return Google_Service_FirebaseRemoteConfig_RemoteConfig */ public function updateRemoteConfig($project, Google_Service_FirebaseRemoteConfig_RemoteConfig $postBody, $optParams = array()) { $params = array('project' => $project, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateRemoteConfig', array($params), "Google_Service_FirebaseRemoteConfig_RemoteConfig"); } } PK/ Zd bvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameter.phpnu[conditionalValues = $conditionalValues; } /** * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue */ public function getConditionalValues() { return $this->conditionalValues; } /** * @param Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue */ public function setDefaultValue(Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue $defaultValue) { $this->defaultValue = $defaultValue; } /** * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue */ public function getDefaultValue() { return $this->defaultValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } } PK/ Z 7ggrvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestions.phpnu[parameters = $parameters; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsParameters */ public function getParameters() { return $this->parameters; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsQuestion */ public function setQuestions($questions) { $this->questions = $questions; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsQuestion */ public function getQuestions() { return $this->questions; } } PK/ Z$L}vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSegmentCounts.phpnu[narrative = $narrative; } public function getNarrative() { return $this->narrative; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCount */ public function setSeatCounts($seatCounts) { $this->seatCounts = $seatCounts; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCount */ public function getSeatCounts() { return $this->seatCounts; } public function setSegmentIndex($segmentIndex) { $this->segmentIndex = $segmentIndex; } public function getSegmentIndex() { return $this->segmentIndex; } } PK/ ZNyvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCount.phpnu[bookingCode = $bookingCode; } public function getBookingCode() { return $this->bookingCode; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag */ public function setSeatsFlag(Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag $seatsFlag) { $this->seatsFlag = $seatsFlag; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag */ public function getSeatsFlag() { return $this->seatsFlag; } } PK/ ZR}1zvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraint.phpnu[segmentIndices = $segmentIndices; } public function getSegmentIndices() { return $this->segmentIndices; } } PK/ Z9 |vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsParameters.phpnu[carrierPreferredAnswer = $carrierPreferredAnswer; } public function getCarrierPreferredAnswer() { return $this->carrierPreferredAnswer; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment */ public function setJourneyDataSegments($journeyDataSegments) { $this->journeyDataSegments = $journeyDataSegments; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment */ public function getJourneyDataSegments() { return $this->journeyDataSegments; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsPointOfSale */ public function setPointOfSale(Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsPointOfSale $pointOfSale) { $this->pointOfSale = $pointOfSale; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsPointOfSale */ public function getPointOfSale() { return $this->pointOfSale; } public function setSeamlessAdjustment($seamlessAdjustment) { $this->seamlessAdjustment = $seamlessAdjustment; } public function getSeamlessAdjustment() { return $this->seamlessAdjustment; } } PK/ ZS_! ! {vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraints.phpnu[diffBookingCodes = $diffBookingCodes; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence */ public function getDiffBookingCodes() { return $this->diffBookingCodes; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraint */ public function setMarriedSegments($marriedSegments) { $this->marriedSegments = $marriedSegments; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraint */ public function getMarriedSegments() { return $this->marriedSegments; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence */ public function setSameBookingCodes($sameBookingCodes) { $this->sameBookingCodes = $sameBookingCodes; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence */ public function getSameBookingCodes() { return $this->sameBookingCodes; } } PK/ Z(uuVvendor/google/apiclient-services/src/Google/Service/FlightAvailability/Resource/V1.phpnu[ * $flightavailabilityService = new Google_Service_FlightAvailability(...); * $v1 = $flightavailabilityService->v1; * */ class Google_Service_FlightAvailability_Resource_V1 extends Google_Service_Resource { /** * Called by a partner: receives questions, each of which consists of one or * more segments, and returns answers with availability data. (v1.query) * * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestions $postBody * @param array $optParams Optional parameters. * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswers */ public function query(Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestions $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswers"); } } PK/ Z-}vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsPointOfSale.phpnu[salesAirport = $salesAirport; } public function getSalesAirport() { return $this->salesAirport; } public function setSalesCarriers($salesCarriers) { $this->salesCarriers = $salesCarriers; } public function getSalesCarriers() { return $this->salesCarriers; } public function setSalesCity($salesCity) { $this->salesCity = $salesCity; } public function getSalesCity() { return $this->salesCity; } public function setSalesCountry($salesCountry) { $this->salesCountry = $salesCountry; } public function getSalesCountry() { return $this->salesCountry; } public function setSalesCrss($salesCrss) { $this->salesCrss = $salesCrss; } public function getSalesCrss() { return $this->salesCrss; } } PK/ Zyyvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence.phpnu[equivalentBookingCodes = $equivalentBookingCodes; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes */ public function getEquivalentBookingCodes() { return $this->equivalentBookingCodes; } public function setSegmentIndices($segmentIndices) { $this->segmentIndices = $segmentIndices; } public function getSegmentIndices() { return $this->segmentIndices; } } PK/ Z8U0pvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswers.phpnu[answers = $answers; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersAnswer */ public function getAnswers() { return $this->answers; } public function setNarrative($narrative) { $this->narrative = $narrative; } public function getNarrative() { return $this->narrative; } } PK/ Z%&vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag.phpnu[infinityFlag = $infinityFlag; } public function getInfinityFlag() { return $this->infinityFlag; } public function setNonOperating($nonOperating) { $this->nonOperating = $nonOperating; } public function getNonOperating() { return $this->nonOperating; } public function setOnRequest($onRequest) { $this->onRequest = $onRequest; } public function getOnRequest() { return $this->onRequest; } public function setWaitlistClosed($waitlistClosed) { $this->waitlistClosed = $waitlistClosed; } public function getWaitlistClosed() { return $this->waitlistClosed; } public function setWaitlistOpen($waitlistOpen) { $this->waitlistOpen = $waitlistOpen; } public function getWaitlistOpen() { return $this->waitlistOpen; } } PK/ ZXzvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsQuestion.phpnu[journeyOriginCity = $journeyOriginCity; } public function getJourneyOriginCity() { return $this->journeyOriginCity; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment */ public function getSegments() { return $this->segments; } } PK/ Z\^6YYavendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityDate.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK/ Zvvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersAnswer.phpnu[foundNoSolution = $foundNoSolution; } public function getFoundNoSolution() { return $this->foundNoSolution; } public function setNarrative($narrative) { $this->narrative = $narrative; } public function getNarrative() { return $this->narrative; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSolution */ public function setSolutions($solutions) { $this->solutions = $solutions; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSolution */ public function getSolutions() { return $this->solutions; } } PK/ Z{vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes.phpnu[bookingCodes = $bookingCodes; } public function getBookingCodes() { return $this->bookingCodes; } } PK/ Z4 4 yvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsSegment.phpnu[bookingCode = $bookingCode; } public function getBookingCode() { return $this->bookingCode; } public function setCarrier($carrier) { $this->carrier = $carrier; } public function getCarrier() { return $this->carrier; } /** * @param Google_Service_FlightAvailability_FlightavailabilityDate */ public function setDepartureDate(Google_Service_FlightAvailability_FlightavailabilityDate $departureDate) { $this->departureDate = $departureDate; } /** * @return Google_Service_FlightAvailability_FlightavailabilityDate */ public function getDepartureDate() { return $this->departureDate; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setFlightNumber($flightNumber) { $this->flightNumber = $flightNumber; } public function getFlightNumber() { return $this->flightNumber; } public function setOrigin($origin) { $this->origin = $origin; } public function getOrigin() { return $this->origin; } public function setPassiveSegment($passiveSegment) { $this->passiveSegment = $passiveSegment; } public function getPassiveSegment() { return $this->passiveSegment; } } PK/ Z3<  xvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSolution.phpnu[constraints = $constraints; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraints */ public function getConstraints() { return $this->constraints; } public function setNarrative($narrative) { $this->narrative = $narrative; } public function getNarrative() { return $this->narrative; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSegmentCounts */ public function setSegmentCounts($segmentCounts) { $this->segmentCounts = $segmentCounts; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSegmentCounts */ public function getSegmentCounts() { return $this->segmentCounts; } public function setTimestampTime($timestampTime) { $this->timestampTime = $timestampTime; } public function getTimestampTime() { return $this->timestampTime; } } PK/ Z:'دbvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MemcacheEmpty.phpnu[instances = $instances; } /** * @return Google_Service_CloudMemorystoreforMemcached_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK/ ZoaAA_vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DailyCycle.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function setStartTime(Google_Service_CloudMemorystoreforMemcached_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK/ Z evendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/LocationMetadata.phpnu[availableZones = $availableZones; } /** * @return Google_Service_CloudMemorystoreforMemcached_ZoneMetadata[] */ public function getAvailableZones() { return $this->availableZones; } } PK/ Zpq jvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DenyMaintenancePeriod.phpnu[endDate = $endDate; } /** * @return Google_Service_CloudMemorystoreforMemcached_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_CloudMemorystoreforMemcached_Date */ public function setStartDate(Google_Service_CloudMemorystoreforMemcached_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_CloudMemorystoreforMemcached_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function setTime(Google_Service_CloudMemorystoreforMemcached_TimeOfDay $time) { $this->time = $time; } /** * @return Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function getTime() { return $this->time; } } PK/ Z*k+QQYvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK/ Zfccvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.phpnu[exclude = $exclude; } public function getExclude() { return $this->exclude; } public function setIsRollback($isRollback) { $this->isRollback = $isRollback; } public function getIsRollback() { return $this->isRollback; } /** * @param Google_Service_CloudMemorystoreforMemcached_MaintenancePolicy[] */ public function setMaintenancePolicies($maintenancePolicies) { $this->maintenancePolicies = $maintenancePolicies; } /** * @return Google_Service_CloudMemorystoreforMemcached_MaintenancePolicy[] */ public function getMaintenancePolicies() { return $this->maintenancePolicies; } } PK/ Z*.XŮavendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ZoneMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK/ Z(fvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MaintenanceWindow.phpnu[dailyCycle = $dailyCycle; } /** * @return Google_Service_CloudMemorystoreforMemcached_DailyCycle */ public function getDailyCycle() { return $this->dailyCycle; } /** * @param Google_Service_CloudMemorystoreforMemcached_WeeklyCycle */ public function setWeeklyCycle(Google_Service_CloudMemorystoreforMemcached_WeeklyCycle $weeklyCycle) { $this->weeklyCycle = $weeklyCycle; } /** * @return Google_Service_CloudMemorystoreforMemcached_WeeklyCycle */ public function getWeeklyCycle() { return $this->weeklyCycle; } } PK/ ZD44kvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ApplyParametersRequest.phpnu[applyAll = $applyAll; } public function getApplyAll() { return $this->applyAll; } public function setNodeIds($nodeIds) { $this->nodeIds = $nodeIds; } public function getNodeIds() { return $this->nodeIds; } } PK/ Z.&&vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.phpnu[eligible = $eligible; } public function getEligible() { return $this->eligible; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK/ Z`y]_vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/NodeConfig.phpnu[cpuCount = $cpuCount; } public function getCpuCount() { return $this->cpuCount; } public function setMemorySizeMb($memorySizeMb) { $this->memorySizeMb = $memorySizeMb; } public function getMemorySizeMb() { return $this->memorySizeMb; } } PK/ Z?Wkvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/CancelOperationRequest.phpnu[parameters = $parameters; } /** * @return Google_Service_CloudMemorystoreforMemcached_MemcacheParameters */ public function getParameters() { return $this->parameters; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK/ Z jjvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.phpnu[resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } } PK/ Z DYvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Node.phpnu[host = $host; } public function getHost() { return $this->host; } public function setNodeId($nodeId) { $this->nodeId = $nodeId; } public function getNodeId() { return $this->nodeId; } /** * @param Google_Service_CloudMemorystoreforMemcached_MemcacheParameters */ public function setParameters(Google_Service_CloudMemorystoreforMemcached_MemcacheParameters $parameters) { $this->parameters = $parameters; } /** * @return Google_Service_CloudMemorystoreforMemcached_MemcacheParameters */ public function getParameters() { return $this->parameters; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK/ Ztg vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.phpnu[eligibility = $eligibility; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility */ public function getEligibility() { return $this->eligibility; } /** * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function setExclusions($exclusions) { $this->exclusions = $exclusions; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function getExclusions() { return $this->exclusions; } /** * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[] */ public function getNodes() { return $this->nodes; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } } PK/ ZA`vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/WeeklyCycle.phpnu[schedule = $schedule; } /** * @return Google_Service_CloudMemorystoreforMemcached_Schedule[] */ public function getSchedule() { return $this->schedule; } } PK/ Zovendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocations.phpnu[ * $memcacheService = new Google_Service_CloudMemorystoreforMemcached(...); * $locations = $memcacheService->locations; * */ class Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudMemorystoreforMemcached_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMemorystoreforMemcached_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudMemorystoreforMemcached_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMemorystoreforMemcached_ListLocationsResponse"); } } PK/ Zyvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsOperations.phpnu[ * $memcacheService = new Google_Service_CloudMemorystoreforMemcached(...); * $operations = $memcacheService->operations; * */ class Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudMemorystoreforMemcached_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMemorystoreforMemcached_MemcacheEmpty */ public function cancel($name, Google_Service_CloudMemorystoreforMemcached_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudMemorystoreforMemcached_MemcacheEmpty"); } /** * 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_CloudMemorystoreforMemcached_MemcacheEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMemorystoreforMemcached_MemcacheEmpty"); } /** * 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_CloudMemorystoreforMemcached_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudMemorystoreforMemcached_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMemorystoreforMemcached_ListOperationsResponse"); } } PK/ Zhfxvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsInstances.phpnu[ * $memcacheService = new Google_Service_CloudMemorystoreforMemcached(...); * $instances = $memcacheService->instances; * */ class Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocationsInstances extends Google_Service_Resource { /** * ApplyParameters will restart the set of specified nodes in order to update * them to the current set of parameters for the Memcached Instance. * (instances.applyParameters) * * @param string $name Required. Resource name of the Memcached instance for * which parameter group updates should be applied. * @param Google_Service_CloudMemorystoreforMemcached_ApplyParametersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMemorystoreforMemcached_Operation */ public function applyParameters($name, Google_Service_CloudMemorystoreforMemcached_ApplyParametersRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('applyParameters', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation"); } /** * Creates a new Instance in a given location. (instances.create) * * @param string $parent Required. The resource name of the instance location * using the form: `projects/{project_id}/locations/{location_id}` where * `location_id` refers to a GCP region * @param Google_Service_CloudMemorystoreforMemcached_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string instanceId Required. The logical name of the Memcached * instance in the user project with the following restrictions: * Must contain * only lowercase letters, numbers, and hyphens. * Must start with a letter. * * Must be between 1-40 characters. * Must end with a number or a letter. * Must * be unique within the user project / location If any of the above are not met, * will raise an invalid argument error. * @return Google_Service_CloudMemorystoreforMemcached_Operation */ public function create($parent, Google_Service_CloudMemorystoreforMemcached_Instance $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation"); } /** * Deletes a single Instance. (instances.delete) * * @param string $name Required. Memcached instance resource name in the format: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region * @param array $optParams Optional parameters. * @return Google_Service_CloudMemorystoreforMemcached_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation"); } /** * Gets details of a single Instance. (instances.get) * * @param string $name Required. Memcached instance resource name in the format: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where * `location_id` refers to a GCP region * @param array $optParams Optional parameters. * @return Google_Service_CloudMemorystoreforMemcached_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMemorystoreforMemcached_Instance"); } /** * Lists Instances in a given location. * (instances.listProjectsLocationsInstances) * * @param string $parent Required. The resource name of the instance location * using the form: `projects/{project_id}/locations/{location_id}` where * `location_id` refers to a GCP region * @param array $optParams Optional parameters. * * @opt_param string filter List filter. For example, exclude all Memcached * instances with name as my-instance by specifying "name != my-instance". * @opt_param string orderBy Sort results. Supported values are "name", "name * desc" or "" (unsorted). * @opt_param int pageSize The maximum number of items to return. If not * specified, a default value of 1000 will be used by the service. Regardless of * the page_size value, the response may include a partial list and a caller * should only rely on response's next_page_token to determine if there are more * instances left to be queried. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_CloudMemorystoreforMemcached_ListInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMemorystoreforMemcached_ListInstancesResponse"); } /** * Updates an existing Instance in a given project and location. * (instances.patch) * * @param string $name Required. Unique name of the resource in this scope * including project and location using the form: * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: * Memcached instances are managed and addressed at regional level so * location_id here refers to a GCP region; however, users may choose which * zones Memcached nodes within an instances should be provisioned in. Refer to * [zones] field for more details. * @param Google_Service_CloudMemorystoreforMemcached_Instance $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask of fields to update. * * `displayName` * @return Google_Service_CloudMemorystoreforMemcached_Operation */ public function patch($name, Google_Service_CloudMemorystoreforMemcached_Instance $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation"); } /** * Updates the defined Memcached Parameters for an existing Instance. This * method only stages the parameters, it must be followed by ApplyParameters to * apply the parameters to nodes of the Memcached Instance. * (instances.updateParameters) * * @param string $name Required. Resource name of the Memcached instance for * which the parameters should be updated. * @param Google_Service_CloudMemorystoreforMemcached_UpdateParametersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMemorystoreforMemcached_Operation */ public function updateParameters($name, Google_Service_CloudMemorystoreforMemcached_UpdateParametersRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateParameters', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation"); } } PK/ Z`퐖fvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/Projects.phpnu[ * $memcacheService = new Google_Service_CloudMemorystoreforMemcached(...); * $projects = $memcacheService->projects; * */ class Google_Service_CloudMemorystoreforMemcached_Resource_Projects extends Google_Service_Resource { } PK/ ZUvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2LocationMetadata.phpnu[availableZones = $availableZones; } /** * @return Google_Service_CloudMemorystoreforMemcached_ZoneMetadata[] */ public function getAvailableZones() { return $this->availableZones; } } PK/ Z77vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1Instance.phpnu[consumerDefinedName = $consumerDefinedName; } public function getConsumerDefinedName() { return $this->consumerDefinedName; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMaintenancePolicyNames($maintenancePolicyNames) { $this->maintenancePolicyNames = $maintenancePolicyNames; } public function getMaintenancePolicyNames() { return $this->maintenancePolicyNames; } /** * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[] */ public function setMaintenanceSchedules($maintenanceSchedules) { $this->maintenanceSchedules = $maintenanceSchedules; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[] */ public function getMaintenanceSchedules() { return $this->maintenanceSchedules; } /** * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings */ public function setMaintenanceSettings(Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings $maintenanceSettings) { $this->maintenanceSettings = $maintenanceSettings; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings */ public function getMaintenanceSettings() { return $this->maintenanceSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerMetadata($producerMetadata) { $this->producerMetadata = $producerMetadata; } public function getProducerMetadata() { return $this->producerMetadata; } /** * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[] */ public function setProvisionedResources($provisionedResources) { $this->provisionedResources = $provisionedResources; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[] */ public function getProvisionedResources() { return $this->provisionedResources; } public function setSlmInstanceTemplate($slmInstanceTemplate) { $this->slmInstanceTemplate = $slmInstanceTemplate; } public function getSlmInstanceTemplate() { return $this->slmInstanceTemplate; } /** * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata */ public function setSloMetadata(Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata $sloMetadata) { $this->sloMetadata = $sloMetadata; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata */ public function getSloMetadata() { return $this->sloMetadata; } public function setSoftwareVersions($softwareVersions) { $this->softwareVersions = $softwareVersions; } public function getSoftwareVersions() { return $this->softwareVersions; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTenantProjectId($tenantProjectId) { $this->tenantProjectId = $tenantProjectId; } public function getTenantProjectId() { return $this->tenantProjectId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ Zp)kfvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK/ Zp^԰fvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MaintenancePolicy.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudMemorystoreforMemcached_UpdatePolicy */ public function setUpdatePolicy(Google_Service_CloudMemorystoreforMemcached_UpdatePolicy $updatePolicy) { $this->updatePolicy = $updatePolicy; } /** * @return Google_Service_CloudMemorystoreforMemcached_UpdatePolicy */ public function getUpdatePolicy() { return $this->updatePolicy; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ Z1KIoojvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudMemorystoreforMemcached_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z$vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.phpnu[canReschedule = $canReschedule; } public function getCanReschedule() { return $this->canReschedule; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRolloutManagementPolicy($rolloutManagementPolicy) { $this->rolloutManagementPolicy = $rolloutManagementPolicy; } public function getRolloutManagementPolicy() { return $this->rolloutManagementPolicy; } public function setScheduleDeadlineTime($scheduleDeadlineTime) { $this->scheduleDeadlineTime = $scheduleDeadlineTime; } public function getScheduleDeadlineTime() { return $this->scheduleDeadlineTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK/ Z'3^vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK/ ZrzY]vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Instance.phpnu[authorizedNetwork = $authorizedNetwork; } public function getAuthorizedNetwork() { return $this->authorizedNetwork; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDiscoveryEndpoint($discoveryEndpoint) { $this->discoveryEndpoint = $discoveryEndpoint; } public function getDiscoveryEndpoint() { return $this->discoveryEndpoint; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_CloudMemorystoreforMemcached_InstanceMessage[] */ public function setInstanceMessages($instanceMessages) { $this->instanceMessages = $instanceMessages; } /** * @return Google_Service_CloudMemorystoreforMemcached_InstanceMessage[] */ public function getInstanceMessages() { return $this->instanceMessages; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMemcacheFullVersion($memcacheFullVersion) { $this->memcacheFullVersion = $memcacheFullVersion; } public function getMemcacheFullVersion() { return $this->memcacheFullVersion; } /** * @param Google_Service_CloudMemorystoreforMemcached_Node[] */ public function setMemcacheNodes($memcacheNodes) { $this->memcacheNodes = $memcacheNodes; } /** * @return Google_Service_CloudMemorystoreforMemcached_Node[] */ public function getMemcacheNodes() { return $this->memcacheNodes; } public function setMemcacheVersion($memcacheVersion) { $this->memcacheVersion = $memcacheVersion; } public function getMemcacheVersion() { return $this->memcacheVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudMemorystoreforMemcached_NodeConfig */ public function setNodeConfig(Google_Service_CloudMemorystoreforMemcached_NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return Google_Service_CloudMemorystoreforMemcached_NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } public function getNodeCount() { return $this->nodeCount; } /** * @param Google_Service_CloudMemorystoreforMemcached_MemcacheParameters */ public function setParameters(Google_Service_CloudMemorystoreforMemcached_MemcacheParameters $parameters) { $this->parameters = $parameters; } /** * @return Google_Service_CloudMemorystoreforMemcached_MemcacheParameters */ public function getParameters() { return $this->parameters; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } } PK/ Z̶cvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.phpnu[exclusions = $exclusions; } /** * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion[] */ public function getExclusions() { return $this->exclusions; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setNodeId($nodeId) { $this->nodeId = $nodeId; } public function getNodeId() { return $this->nodeId; } } PK/ ZH{avendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/UpdatePolicy.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } /** * @param Google_Service_CloudMemorystoreforMemcached_DenyMaintenancePeriod[] */ public function setDenyMaintenancePeriods($denyMaintenancePeriods) { $this->denyMaintenancePeriods = $denyMaintenancePeriods; } /** * @return Google_Service_CloudMemorystoreforMemcached_DenyMaintenancePeriod[] */ public function getDenyMaintenancePeriods() { return $this->denyMaintenancePeriods; } /** * @param Google_Service_CloudMemorystoreforMemcached_MaintenanceWindow */ public function setWindow(Google_Service_CloudMemorystoreforMemcached_MaintenanceWindow $window) { $this->window = $window; } /** * @return Google_Service_CloudMemorystoreforMemcached_MaintenanceWindow */ public function getWindow() { return $this->window; } } PK/ ZxN]vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Schedule.phpnu[day = $day; } public function getDay() { return $this->day; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function setStartTime(Google_Service_CloudMemorystoreforMemcached_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_CloudMemorystoreforMemcached_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK/ Z^vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudMemorystoreforMemcached_Status */ public function setError(Google_Service_CloudMemorystoreforMemcached_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudMemorystoreforMemcached_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ Z V[vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Status.phpnu[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; } } PK/ Zv:||kvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudMemorystoreforMemcached_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudMemorystoreforMemcached_Operation[] */ public function getOperations() { return $this->operations; } } PK/ Zč]vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z|xxvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSliName($sliName) { $this->sliName = $sliName; } public function getSliName() { return $this->sliName; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK/ Z'Bdvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/InstanceMessage.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK/ ZN8{vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; } public function getCancelRequested() { return $this->cancelRequested; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK/ Zgvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MemcacheParameters.phpnu[id = $id; } public function getId() { return $this->id; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } } PK/ ZŲy_VVJvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions.phpnu[ * Execute workflows created with Workflows API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_WorkflowExecutions extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_workflows_executions; /** * Constructs the internal representation of the WorkflowExecutions service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://workflowexecutions.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'workflowexecutions'; $this->projects_locations_workflows_executions = new Google_Service_WorkflowExecutions_Resource_ProjectsLocationsWorkflowsExecutions( $this, $this->serviceName, 'executions', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/executions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/executions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Zq&뚠==?vendor/google/apiclient-services/src/Google/Service/Fitness.phpnu[ * The Fitness API for managing users' fitness tracking data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Fitness extends Google_Service { /** Use Google Fit to see and store your physical activity data. */ const FITNESS_ACTIVITY_READ = "https://www.googleapis.com/auth/fitness.activity.read"; /** See and add to your Google Fit physical activity data. */ const FITNESS_ACTIVITY_WRITE = "https://www.googleapis.com/auth/fitness.activity.write"; /** See info about your blood glucose in Google Fit. I consent to Google sharing my blood glucose information with this app.. */ const FITNESS_BLOOD_GLUCOSE_READ = "https://www.googleapis.com/auth/fitness.blood_glucose.read"; /** See and add info about your blood glucose to Google Fit. I consent to Google sharing my blood glucose information with this app.. */ const FITNESS_BLOOD_GLUCOSE_WRITE = "https://www.googleapis.com/auth/fitness.blood_glucose.write"; /** See info about your blood pressure in Google Fit. I consent to Google sharing my blood pressure information with this app.. */ const FITNESS_BLOOD_PRESSURE_READ = "https://www.googleapis.com/auth/fitness.blood_pressure.read"; /** See and add info about your blood pressure in Google Fit. I consent to Google sharing my blood pressure information with this app.. */ const FITNESS_BLOOD_PRESSURE_WRITE = "https://www.googleapis.com/auth/fitness.blood_pressure.write"; /** See info about your body measurements and heart rate in Google Fit. */ const FITNESS_BODY_READ = "https://www.googleapis.com/auth/fitness.body.read"; /** See and add info about your body measurements and heart rate to Google Fit. */ const FITNESS_BODY_WRITE = "https://www.googleapis.com/auth/fitness.body.write"; /** See info about your body temperature in Google Fit. I consent to Google sharing my body temperature information with this app.. */ const FITNESS_BODY_TEMPERATURE_READ = "https://www.googleapis.com/auth/fitness.body_temperature.read"; /** See and add to info about your body temperature in Google Fit. I consent to Google sharing my body temperature information with this app.. */ const FITNESS_BODY_TEMPERATURE_WRITE = "https://www.googleapis.com/auth/fitness.body_temperature.write"; /** See your heart rate data in Google Fit. I consent to Google sharing my heart rate information with this app.. */ const FITNESS_HEART_RATE_READ = "https://www.googleapis.com/auth/fitness.heart_rate.read"; /** See and add to your heart rate data in Google Fit. I consent to Google sharing my heart rate information with this app.. */ const FITNESS_HEART_RATE_WRITE = "https://www.googleapis.com/auth/fitness.heart_rate.write"; /** See your Google Fit speed and distance data. */ const FITNESS_LOCATION_READ = "https://www.googleapis.com/auth/fitness.location.read"; /** See and add to your Google Fit location data. */ const FITNESS_LOCATION_WRITE = "https://www.googleapis.com/auth/fitness.location.write"; /** See info about your nutrition in Google Fit. */ const FITNESS_NUTRITION_READ = "https://www.googleapis.com/auth/fitness.nutrition.read"; /** See and add to info about your nutrition in Google Fit. */ const FITNESS_NUTRITION_WRITE = "https://www.googleapis.com/auth/fitness.nutrition.write"; /** See info about your oxygen saturation in Google Fit. I consent to Google sharing my oxygen saturation information with this app.. */ const FITNESS_OXYGEN_SATURATION_READ = "https://www.googleapis.com/auth/fitness.oxygen_saturation.read"; /** See and add info about your oxygen saturation in Google Fit. I consent to Google sharing my oxygen saturation information with this app.. */ const FITNESS_OXYGEN_SATURATION_WRITE = "https://www.googleapis.com/auth/fitness.oxygen_saturation.write"; /** See info about your reproductive health in Google Fit. I consent to Google sharing my reproductive health information with this app.. */ const FITNESS_REPRODUCTIVE_HEALTH_READ = "https://www.googleapis.com/auth/fitness.reproductive_health.read"; /** See and add info about your reproductive health in Google Fit. I consent to Google sharing my reproductive health information with this app.. */ const FITNESS_REPRODUCTIVE_HEALTH_WRITE = "https://www.googleapis.com/auth/fitness.reproductive_health.write"; /** See your sleep data in Google Fit. I consent to Google sharing my sleep information with this app.. */ const FITNESS_SLEEP_READ = "https://www.googleapis.com/auth/fitness.sleep.read"; /** See and add to your sleep data in Google Fit. I consent to Google sharing my sleep information with this app.. */ const FITNESS_SLEEP_WRITE = "https://www.googleapis.com/auth/fitness.sleep.write"; public $users_dataSources; public $users_dataSources_dataPointChanges; public $users_dataSources_datasets; public $users_dataset; public $users_sessions; /** * Constructs the internal representation of the Fitness service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://fitness.googleapis.com/'; $this->servicePath = 'fitness/v1/users/'; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'fitness'; $this->users_dataSources = new Google_Service_Fitness_Resource_UsersDataSources( $this, $this->serviceName, 'dataSources', array( 'methods' => array( 'create' => array( 'path' => '{userId}/dataSources', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{userId}/dataSources/{dataSourceId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{userId}/dataSources/{dataSourceId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{userId}/dataSources', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataTypeName' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'update' => array( 'path' => '{userId}/dataSources/{dataSourceId}', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_dataSources_dataPointChanges = new Google_Service_Fitness_Resource_UsersDataSourcesDataPointChanges( $this, $this->serviceName, 'dataPointChanges', array( 'methods' => array( 'list' => array( 'path' => '{userId}/dataSources/{dataSourceId}/dataPointChanges', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_dataSources_datasets = new Google_Service_Fitness_Resource_UsersDataSourcesDatasets( $this, $this->serviceName, 'datasets', array( 'methods' => array( 'delete' => array( 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dataSourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datasetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_dataset = new Google_Service_Fitness_Resource_UsersDataset( $this, $this->serviceName, 'dataset', array( 'methods' => array( 'aggregate' => array( 'path' => '{userId}/dataset:aggregate', 'httpMethod' => 'POST', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_sessions = new Google_Service_Fitness_Resource_UsersSessions( $this, $this->serviceName, 'sessions', array( 'methods' => array( 'delete' => array( 'path' => '{userId}/sessions/{sessionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sessionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{userId}/sessions', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'activityType' => array( 'location' => 'query', 'type' => 'integer', 'repeated' => true, ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => '{userId}/sessions/{sessionId}', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sessionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ ZiڕqqqAvendor/google/apiclient-services/src/Google/Service/Workflows.phpnu[ * Orchestrate Workflows consisting of Google Cloud APIs, SaaS APIs or private * API endpoints.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Workflows extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_operations; public $projects_locations_workflows; /** * Constructs the internal representation of the Workflows service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://workflows.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'workflows'; $this->projects_locations = new Google_Service_Workflows_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Workflows_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_workflows = new Google_Service_Workflows_Resource_ProjectsLocationsWorkflows( $this, $this->serviceName, 'workflows', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/workflows', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'workflowId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/workflows', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ ZsXxxDvendor/google/apiclient-services/src/Google/Service/Dfareporting.phpnu[ * Build applications to efficiently manage large or complex trafficking, * reporting, and attribution workflows for Campaign Manager 360.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Dfareporting extends Google_Service { /** Manage DoubleClick Digital Marketing conversions. */ const DDMCONVERSIONS = "https://www.googleapis.com/auth/ddmconversions"; /** View and manage DoubleClick for Advertisers reports. */ const DFAREPORTING = "https://www.googleapis.com/auth/dfareporting"; /** View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns. */ const DFATRAFFICKING = "https://www.googleapis.com/auth/dfatrafficking"; public $accountActiveAdSummaries; public $accountPermissionGroups; public $accountPermissions; public $accountUserProfiles; public $accounts; public $ads; public $advertiserGroups; public $advertiserLandingPages; public $advertisers; public $browsers; public $campaignCreativeAssociations; public $campaigns; public $changeLogs; public $cities; public $connectionTypes; public $contentCategories; public $conversions; public $countries; public $creativeAssets; public $creativeFieldValues; public $creativeFields; public $creativeGroups; public $creatives; public $customEvents; public $dimensionValues; public $directorySites; public $dynamicTargetingKeys; public $eventTags; public $files; public $floodlightActivities; public $floodlightActivityGroups; public $floodlightConfigurations; public $inventoryItems; public $languages; public $metros; public $mobileApps; public $mobileCarriers; public $operatingSystemVersions; public $operatingSystems; public $orderDocuments; public $orders; public $placementGroups; public $placementStrategies; public $placements; public $platformTypes; public $postalCodes; public $projects; public $regions; public $remarketingListShares; public $remarketingLists; public $reports; public $reports_compatibleFields; public $reports_files; public $sites; public $sizes; public $subaccounts; public $targetableRemarketingLists; public $targetingTemplates; public $userProfiles; public $userRolePermissionGroups; public $userRolePermissions; public $userRoles; public $videoFormats; /** * Constructs the internal representation of the Dfareporting service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://dfareporting.googleapis.com/'; $this->servicePath = 'dfareporting/v3.4/'; $this->batchPath = 'batch'; $this->version = 'v3.4'; $this->serviceName = 'dfareporting'; $this->accountActiveAdSummaries = new Google_Service_Dfareporting_Resource_AccountActiveAdSummaries( $this, $this->serviceName, 'accountActiveAdSummaries', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'summaryAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accountPermissionGroups = new Google_Service_Dfareporting_Resource_AccountPermissionGroups( $this, $this->serviceName, 'accountPermissionGroups', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/accountPermissionGroups/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/accountPermissionGroups', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accountPermissions = new Google_Service_Dfareporting_Resource_AccountPermissions( $this, $this->serviceName, 'accountPermissions', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/accountPermissions/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/accountPermissions', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accountUserProfiles = new Google_Service_Dfareporting_Resource_AccountUserProfiles( $this, $this->serviceName, 'accountUserProfiles', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/accountUserProfiles/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/accountUserProfiles', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/accountUserProfiles', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'subaccountId' => array( 'location' => 'query', 'type' => 'string', ), 'userRoleId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/accountUserProfiles', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/accountUserProfiles', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts = new Google_Service_Dfareporting_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/accounts/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/accounts', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/accounts', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->ads = new Google_Service_Dfareporting_Resource_Ads( $this, $this->serviceName, 'ads', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/ads/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/ads', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/ads', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'archived' => array( 'location' => 'query', 'type' => 'boolean', ), 'audienceSegmentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'campaignIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'compatibility' => array( 'location' => 'query', 'type' => 'string', ), 'creativeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'creativeOptimizationConfigurationIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'dynamicClickTracker' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'landingPageIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'overriddenEventTagId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'placementIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'remarketingListIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sizeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'sslCompliant' => array( 'location' => 'query', 'type' => 'boolean', ), 'sslRequired' => array( 'location' => 'query', 'type' => 'boolean', ), 'type' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/ads', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/ads', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->advertiserGroups = new Google_Service_Dfareporting_Resource_AdvertiserGroups( $this, $this->serviceName, 'advertiserGroups', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/advertiserGroups/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/advertiserGroups/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/advertiserGroups', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/advertiserGroups', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/advertiserGroups', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/advertiserGroups', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->advertiserLandingPages = new Google_Service_Dfareporting_Resource_AdvertiserLandingPages( $this, $this->serviceName, 'advertiserLandingPages', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/advertiserLandingPages/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/advertiserLandingPages', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/advertiserLandingPages', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'archived' => array( 'location' => 'query', 'type' => 'boolean', ), 'campaignIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'subaccountId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/advertiserLandingPages', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/advertiserLandingPages', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->advertisers = new Google_Service_Dfareporting_Resource_Advertisers( $this, $this->serviceName, 'advertisers', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/advertisers/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/advertisers', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/advertisers', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserGroupIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'floodlightConfigurationIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'includeAdvertisersWithoutGroupsOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'onlyParent' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'status' => array( 'location' => 'query', 'type' => 'string', ), 'subaccountId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/advertisers', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/advertisers', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->browsers = new Google_Service_Dfareporting_Resource_Browsers( $this, $this->serviceName, 'browsers', array( 'methods' => array( 'list' => array( 'path' => 'userprofiles/{profileId}/browsers', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->campaignCreativeAssociations = new Google_Service_Dfareporting_Resource_CampaignCreativeAssociations( $this, $this->serviceName, 'campaignCreativeAssociations', array( 'methods' => array( 'insert' => array( 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'campaignId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'campaignId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->campaigns = new Google_Service_Dfareporting_Resource_Campaigns( $this, $this->serviceName, 'campaigns', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/campaigns/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/campaigns', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/campaigns', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserGroupIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'archived' => array( 'location' => 'query', 'type' => 'boolean', ), 'atLeastOneOptimizationActivity' => array( 'location' => 'query', 'type' => 'boolean', ), 'excludedIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'overriddenEventTagId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'subaccountId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/campaigns', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/campaigns', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->changeLogs = new Google_Service_Dfareporting_Resource_ChangeLogs( $this, $this->serviceName, 'changeLogs', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/changeLogs/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/changeLogs', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxChangeTime' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'minChangeTime' => array( 'location' => 'query', 'type' => 'string', ), 'objectIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'objectType' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'userProfileIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->cities = new Google_Service_Dfareporting_Resource_Cities( $this, $this->serviceName, 'cities', array( 'methods' => array( 'list' => array( 'path' => 'userprofiles/{profileId}/cities', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'countryDartIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'dartIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'namePrefix' => array( 'location' => 'query', 'type' => 'string', ), 'regionDartIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->connectionTypes = new Google_Service_Dfareporting_Resource_ConnectionTypes( $this, $this->serviceName, 'connectionTypes', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/connectionTypes/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/connectionTypes', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->contentCategories = new Google_Service_Dfareporting_Resource_ContentCategories( $this, $this->serviceName, 'contentCategories', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/contentCategories/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/contentCategories/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/contentCategories', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/contentCategories', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/contentCategories', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/contentCategories', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->conversions = new Google_Service_Dfareporting_Resource_Conversions( $this, $this->serviceName, 'conversions', array( 'methods' => array( 'batchinsert' => array( 'path' => 'userprofiles/{profileId}/conversions/batchinsert', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchupdate' => array( 'path' => 'userprofiles/{profileId}/conversions/batchupdate', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->countries = new Google_Service_Dfareporting_Resource_Countries( $this, $this->serviceName, 'countries', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/countries/{dartId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dartId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/countries', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->creativeAssets = new Google_Service_Dfareporting_Resource_CreativeAssets( $this, $this->serviceName, 'creativeAssets', array( 'methods' => array( 'insert' => array( 'path' => 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->creativeFieldValues = new Google_Service_Dfareporting_Resource_CreativeFieldValues( $this, $this->serviceName, 'creativeFieldValues', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeFieldId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeFieldId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeFieldId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeFieldId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeFieldId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'creativeFieldId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->creativeFields = new Google_Service_Dfareporting_Resource_CreativeFields( $this, $this->serviceName, 'creativeFields', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/creativeFields/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/creativeFields', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/creativeFields', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/creativeFields', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/creativeFields', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->creativeGroups = new Google_Service_Dfareporting_Resource_CreativeGroups( $this, $this->serviceName, 'creativeGroups', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/creativeGroups/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/creativeGroups', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/creativeGroups', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'groupNumber' => array( 'location' => 'query', 'type' => 'integer', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/creativeGroups', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/creativeGroups', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->creatives = new Google_Service_Dfareporting_Resource_Creatives( $this, $this->serviceName, 'creatives', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/creatives/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/creatives', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/creatives', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'archived' => array( 'location' => 'query', 'type' => 'boolean', ), 'campaignId' => array( 'location' => 'query', 'type' => 'string', ), 'companionCreativeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'creativeFieldIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'renderingIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sizeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'studioCreativeId' => array( 'location' => 'query', 'type' => 'string', ), 'types' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/creatives', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/creatives', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customEvents = new Google_Service_Dfareporting_Resource_CustomEvents( $this, $this->serviceName, 'customEvents', array( 'methods' => array( 'batchinsert' => array( 'path' => 'userprofiles/{profileId}/customEvents/batchinsert', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->dimensionValues = new Google_Service_Dfareporting_Resource_DimensionValues( $this, $this->serviceName, 'dimensionValues', array( 'methods' => array( 'query' => array( 'path' => 'userprofiles/{profileId}/dimensionvalues/query', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->directorySites = new Google_Service_Dfareporting_Resource_DirectorySites( $this, $this->serviceName, 'directorySites', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/directorySites/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/directorySites', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/directorySites', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acceptsInStreamVideoPlacements' => array( 'location' => 'query', 'type' => 'boolean', ), 'acceptsInterstitialPlacements' => array( 'location' => 'query', 'type' => 'boolean', ), 'acceptsPublisherPaidPlacements' => array( 'location' => 'query', 'type' => 'boolean', ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'dfpNetworkCode' => array( 'location' => 'query', 'type' => 'string', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->dynamicTargetingKeys = new Google_Service_Dfareporting_Resource_DynamicTargetingKeys( $this, $this->serviceName, 'dynamicTargetingKeys', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/dynamicTargetingKeys/{objectId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'objectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'objectType' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/dynamicTargetingKeys', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/dynamicTargetingKeys', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'names' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'objectId' => array( 'location' => 'query', 'type' => 'string', ), 'objectType' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->eventTags = new Google_Service_Dfareporting_Resource_EventTags( $this, $this->serviceName, 'eventTags', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/eventTags/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/eventTags/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/eventTags', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/eventTags', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adId' => array( 'location' => 'query', 'type' => 'string', ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'campaignId' => array( 'location' => 'query', 'type' => 'string', ), 'definitionsOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'enabled' => array( 'location' => 'query', 'type' => 'boolean', ), 'eventTagTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/eventTags', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/eventTags', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->files = new Google_Service_Dfareporting_Resource_Files( $this, $this->serviceName, 'files', array( 'methods' => array( 'get' => array( 'path' => 'reports/{reportId}/files/{fileId}', 'httpMethod' => 'GET', 'parameters' => array( 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/files', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'scope' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->floodlightActivities = new Google_Service_Dfareporting_Resource_FloodlightActivities( $this, $this->serviceName, 'floodlightActivities', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generatetag' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities/generatetag', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'floodlightActivityId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'floodlightActivityGroupIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'floodlightActivityGroupName' => array( 'location' => 'query', 'type' => 'string', ), 'floodlightActivityGroupTagString' => array( 'location' => 'query', 'type' => 'string', ), 'floodlightActivityGroupType' => array( 'location' => 'query', 'type' => 'string', ), 'floodlightConfigurationId' => array( 'location' => 'query', 'type' => 'string', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'tagString' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/floodlightActivities', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->floodlightActivityGroups = new Google_Service_Dfareporting_Resource_FloodlightActivityGroups( $this, $this->serviceName, 'floodlightActivityGroups', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/floodlightActivityGroups/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'floodlightConfigurationId' => array( 'location' => 'query', 'type' => 'string', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->floodlightConfigurations = new Google_Service_Dfareporting_Resource_FloodlightConfigurations( $this, $this->serviceName, 'floodlightConfigurations', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/floodlightConfigurations/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/floodlightConfigurations', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/floodlightConfigurations', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/floodlightConfigurations', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->inventoryItems = new Google_Service_Dfareporting_Resource_InventoryItems( $this, $this->serviceName, 'inventoryItems', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/projects/{projectId}/inventoryItems/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/projects/{projectId}/inventoryItems', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'inPlan' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'siteId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->languages = new Google_Service_Dfareporting_Resource_Languages( $this, $this->serviceName, 'languages', array( 'methods' => array( 'list' => array( 'path' => 'userprofiles/{profileId}/languages', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->metros = new Google_Service_Dfareporting_Resource_Metros( $this, $this->serviceName, 'metros', array( 'methods' => array( 'list' => array( 'path' => 'userprofiles/{profileId}/metros', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->mobileApps = new Google_Service_Dfareporting_Resource_MobileApps( $this, $this->serviceName, 'mobileApps', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/mobileApps/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/mobileApps', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'directories' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->mobileCarriers = new Google_Service_Dfareporting_Resource_MobileCarriers( $this, $this->serviceName, 'mobileCarriers', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/mobileCarriers/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/mobileCarriers', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operatingSystemVersions = new Google_Service_Dfareporting_Resource_OperatingSystemVersions( $this, $this->serviceName, 'operatingSystemVersions', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/operatingSystemVersions/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/operatingSystemVersions', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operatingSystems = new Google_Service_Dfareporting_Resource_OperatingSystems( $this, $this->serviceName, 'operatingSystems', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/operatingSystems/{dartId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dartId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/operatingSystems', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->orderDocuments = new Google_Service_Dfareporting_Resource_OrderDocuments( $this, $this->serviceName, 'orderDocuments', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/projects/{projectId}/orderDocuments', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'approved' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'siteId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->orders = new Google_Service_Dfareporting_Resource_Orders( $this, $this->serviceName, 'orders', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/projects/{projectId}/orders/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/projects/{projectId}/orders', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'siteId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->placementGroups = new Google_Service_Dfareporting_Resource_PlacementGroups( $this, $this->serviceName, 'placementGroups', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/placementGroups/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/placementGroups', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/placementGroups', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'archived' => array( 'location' => 'query', 'type' => 'boolean', ), 'campaignIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'contentCategoryIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'directorySiteIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'maxStartDate' => array( 'location' => 'query', 'type' => 'string', ), 'minEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'minStartDate' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'placementGroupType' => array( 'location' => 'query', 'type' => 'string', ), 'placementStrategyIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pricingTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'siteIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/placementGroups', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/placementGroups', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->placementStrategies = new Google_Service_Dfareporting_Resource_PlacementStrategies( $this, $this->serviceName, 'placementStrategies', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/placementStrategies/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/placementStrategies/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/placementStrategies', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/placementStrategies', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/placementStrategies', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/placementStrategies', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->placements = new Google_Service_Dfareporting_Resource_Placements( $this, $this->serviceName, 'placements', array( 'methods' => array( 'generatetags' => array( 'path' => 'userprofiles/{profileId}/placements/generatetags', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'campaignId' => array( 'location' => 'query', 'type' => 'string', ), 'placementIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'tagFormats' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/placements/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/placements', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/placements', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'archived' => array( 'location' => 'query', 'type' => 'boolean', ), 'campaignIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'compatibilities' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'contentCategoryIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'directorySiteIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'groupIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'maxStartDate' => array( 'location' => 'query', 'type' => 'string', ), 'minEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'minStartDate' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'paymentSource' => array( 'location' => 'query', 'type' => 'string', ), 'placementStrategyIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pricingTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'siteIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sizeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/placements', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/placements', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->platformTypes = new Google_Service_Dfareporting_Resource_PlatformTypes( $this, $this->serviceName, 'platformTypes', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/platformTypes/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/platformTypes', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->postalCodes = new Google_Service_Dfareporting_Resource_PostalCodes( $this, $this->serviceName, 'postalCodes', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/postalCodes/{code}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'code' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/postalCodes', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects = new Google_Service_Dfareporting_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/projects/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/projects', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regions = new Google_Service_Dfareporting_Resource_Regions( $this, $this->serviceName, 'regions', array( 'methods' => array( 'list' => array( 'path' => 'userprofiles/{profileId}/regions', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->remarketingListShares = new Google_Service_Dfareporting_Resource_RemarketingListShares( $this, $this->serviceName, 'remarketingListShares', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/remarketingListShares/{remarketingListId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'remarketingListId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/remarketingListShares', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/remarketingListShares', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->remarketingLists = new Google_Service_Dfareporting_Resource_RemarketingLists( $this, $this->serviceName, 'remarketingLists', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/remarketingLists/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/remarketingLists', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/remarketingLists', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'floodlightActivityId' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/remarketingLists', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/remarketingLists', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->reports = new Google_Service_Dfareporting_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/reports', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'scope' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'run' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}/run', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'synchronous' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->reports_compatibleFields = new Google_Service_Dfareporting_Resource_ReportsCompatibleFields( $this, $this->serviceName, 'compatibleFields', array( 'methods' => array( 'query' => array( 'path' => 'userprofiles/{profileId}/reports/compatiblefields/query', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->reports_files = new Google_Service_Dfareporting_Resource_ReportsFiles( $this, $this->serviceName, 'files', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/reports/{reportId}/files', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->sites = new Google_Service_Dfareporting_Resource_Sites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/sites/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/sites', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/sites', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acceptsInStreamVideoPlacements' => array( 'location' => 'query', 'type' => 'boolean', ), 'acceptsInterstitialPlacements' => array( 'location' => 'query', 'type' => 'boolean', ), 'acceptsPublisherPaidPlacements' => array( 'location' => 'query', 'type' => 'boolean', ), 'adWordsSite' => array( 'location' => 'query', 'type' => 'boolean', ), 'approved' => array( 'location' => 'query', 'type' => 'boolean', ), 'campaignIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'directorySiteIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'subaccountId' => array( 'location' => 'query', 'type' => 'string', ), 'unmappedSite' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/sites', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/sites', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->sizes = new Google_Service_Dfareporting_Resource_Sizes( $this, $this->serviceName, 'sizes', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/sizes/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/sizes', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/sizes', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'height' => array( 'location' => 'query', 'type' => 'integer', ), 'iabStandard' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'width' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->subaccounts = new Google_Service_Dfareporting_Resource_Subaccounts( $this, $this->serviceName, 'subaccounts', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/subaccounts/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/subaccounts', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/subaccounts', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/subaccounts', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/subaccounts', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->targetableRemarketingLists = new Google_Service_Dfareporting_Resource_TargetableRemarketingLists( $this, $this->serviceName, 'targetableRemarketingLists', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/targetableRemarketingLists/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/targetableRemarketingLists', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'active' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->targetingTemplates = new Google_Service_Dfareporting_Resource_TargetingTemplates( $this, $this->serviceName, 'targetingTemplates', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/targetingTemplates/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/targetingTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/targetingTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'advertiserId' => array( 'location' => 'query', 'type' => 'string', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/targetingTemplates', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/targetingTemplates', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->userProfiles = new Google_Service_Dfareporting_Resource_UserProfiles( $this, $this->serviceName, 'userProfiles', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->userRolePermissionGroups = new Google_Service_Dfareporting_Resource_UserRolePermissionGroups( $this, $this->serviceName, 'userRolePermissionGroups', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/userRolePermissionGroups/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/userRolePermissionGroups', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->userRolePermissions = new Google_Service_Dfareporting_Resource_UserRolePermissions( $this, $this->serviceName, 'userRolePermissions', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/userRolePermissions/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/userRolePermissions', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->userRoles = new Google_Service_Dfareporting_Resource_UserRoles( $this, $this->serviceName, 'userRoles', array( 'methods' => array( 'delete' => array( 'path' => 'userprofiles/{profileId}/userRoles/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'userprofiles/{profileId}/userRoles/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'userprofiles/{profileId}/userRoles', 'httpMethod' => 'POST', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/userRoles', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountUserRoleOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'searchString' => array( 'location' => 'query', 'type' => 'string', ), 'sortField' => array( 'location' => 'query', 'type' => 'string', ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'subaccountId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'userprofiles/{profileId}/userRoles', 'httpMethod' => 'PATCH', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'userprofiles/{profileId}/userRoles', 'httpMethod' => 'PUT', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->videoFormats = new Google_Service_Dfareporting_Resource_VideoFormats( $this, $this->serviceName, 'videoFormats', array( 'methods' => array( 'get' => array( 'path' => 'userprofiles/{profileId}/videoFormats/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/videoFormats', 'httpMethod' => 'GET', 'parameters' => array( 'profileId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ Zh5fLvendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.phpnu[coordinates = $coordinates; } public function getCoordinates() { return $this->coordinates; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Z ?Ivendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setStarted($started) { $this->started = $started; } public function getStarted() { return $this->started; } public function setTaskId($taskId) { $this->taskId = $taskId; } public function getTaskId() { return $this->taskId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Z>.&Kvendor/google/apiclient-services/src/Google/Service/Fusiontables/Import.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNumRowsReceived($numRowsReceived) { $this->numRowsReceived = $numRowsReceived; } public function getNumRowsReceived() { return $this->numRowsReceived; } } PK/ ZNvendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.phpnu[items = $items; } /** * @return Google_Service_Fusiontables_Table */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZAk  Kvendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.phpnu[color = $color; } public function getColor() { return $this->color; } public function setIcon($icon) { $this->icon = $icon; } public function getIcon() { return $this->icon; } public function setMax($max) { $this->max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } public function setOpacity($opacity) { $this->opacity = $opacity; } public function getOpacity() { return $this->opacity; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK/ Zw`vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.phpnu[color = $color; } public function getColor() { return $this->color; } public function setOpacity($opacity) { $this->opacity = $opacity; } public function getOpacity() { return $this->opacity; } } PK/ ZJu[<<Ovendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnList.phpnu[items = $items; } /** * @return Google_Service_Fusiontables_Column */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ Z'ňPvendor/google/apiclient-services/src/Google/Service/Fusiontables/Sqlresponse.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } } PK/ ZG G Qvendor/google/apiclient-services/src/Google/Service/Fusiontables/PolygonStyle.phpnu[fillColor = $fillColor; } public function getFillColor() { return $this->fillColor; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler) { $this->fillColorStyler = $fillColorStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getFillColorStyler() { return $this->fillColorStyler; } public function setFillOpacity($fillOpacity) { $this->fillOpacity = $fillOpacity; } public function getFillOpacity() { return $this->fillOpacity; } public function setStrokeColor($strokeColor) { $this->strokeColor = $strokeColor; } public function getStrokeColor() { return $this->strokeColor; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) { $this->strokeColorStyler = $strokeColorStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getStrokeColorStyler() { return $this->strokeColorStyler; } public function setStrokeOpacity($strokeOpacity) { $this->strokeOpacity = $strokeOpacity; } public function getStrokeOpacity() { return $this->strokeOpacity; } public function setStrokeWeight($strokeWeight) { $this->strokeWeight = $strokeWeight; } public function getStrokeWeight() { return $this->strokeWeight; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) { $this->strokeWeightStyler = $strokeWeightStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getStrokeWeightStyler() { return $this->strokeWeightStyler; } } PK/ Z%Uvendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.phpnu[columnId = $columnId; } public function getColumnId() { return $this->columnId; } public function setTableIndex($tableIndex) { $this->tableIndex = $tableIndex; } public function getTableIndex() { return $this->tableIndex; } } PK/ Z`i44Mvendor/google/apiclient-services/src/Google/Service/Fusiontables/TaskList.phpnu[items = $items; } /** * @return Google_Service_Fusiontables_Task */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ ZɅYZvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.phpnu[colors = $colors; } /** * @return Google_Service_Fusiontables_StyleFunctionGradientColors */ public function getColors() { return $this->colors; } public function setMax($max) { $this->max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } } PK/ ZNvendor/google/apiclient-services/src/Google/Service/Fusiontables/LineStyle.phpnu[strokeColor = $strokeColor; } public function getStrokeColor() { return $this->strokeColor; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) { $this->strokeColorStyler = $strokeColorStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getStrokeColorStyler() { return $this->strokeColorStyler; } public function setStrokeOpacity($strokeOpacity) { $this->strokeOpacity = $strokeOpacity; } public function getStrokeOpacity() { return $this->strokeOpacity; } public function setStrokeWeight($strokeWeight) { $this->strokeWeight = $strokeWeight; } public function getStrokeWeight() { return $this->strokeWeight; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) { $this->strokeWeightStyler = $strokeWeightStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getStrokeWeightStyler() { return $this->strokeWeightStyler; } } PK/ Z;sIvendor/google/apiclient-services/src/Google/Service/Fusiontables/Line.phpnu[coordinates = $coordinates; } public function getCoordinates() { return $this->coordinates; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Z ^ Rvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.phpnu[ * $fusiontablesService = new Google_Service_Fusiontables(...); * $task = $fusiontablesService->task; * */ class Google_Service_Fusiontables_Resource_Task extends Google_Service_Resource { /** * Deletes a specific task by its ID, unless that task has already started * running. (task.delete) * * @param string $tableId Table from which the task is being deleted. * @param string $taskId The identifier of the task to delete. * @param array $optParams Optional parameters. */ public function delete($tableId, $taskId, $optParams = array()) { $params = array('tableId' => $tableId, 'taskId' => $taskId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a specific task by its ID. (task.get) * * @param string $tableId Table to which the task belongs. * @param string $taskId The identifier of the task to get. * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Task */ public function get($tableId, $taskId, $optParams = array()) { $params = array('tableId' => $tableId, 'taskId' => $taskId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fusiontables_Task"); } /** * Retrieves a list of tasks. (task.listTask) * * @param string $tableId Table whose tasks are being listed. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of tasks to return. Default is 5. * @opt_param string pageToken Continuation token specifying which result page * to return. * @opt_param string startIndex Index of the first result returned in the * current page. * @return Google_Service_Fusiontables_TaskList */ public function listTask($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList"); } } PK/ Z`bV V Svendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Query.phpnu[ * $fusiontablesService = new Google_Service_Fusiontables(...); * $query = $fusiontablesService->query; * */ class Google_Service_Fusiontables_Resource_Query extends Google_Service_Resource { /** * Executes a Fusion Tables SQL statement, which can be any of - SELECT - INSERT * - UPDATE - DELETE - SHOW - DESCRIBE - CREATE statement. (query.sql) * * @param string $sql A Fusion Tables SQL statement, which can be any of - * SELECT - INSERT - UPDATE - DELETE - SHOW - DESCRIBE - CREATE * @param array $optParams Optional parameters. * * @opt_param bool hdrs Whether column names are included in the first row. * Default is true. * @opt_param bool typed Whether typed values are returned in the (JSON) * response: numbers for numeric values and parsed geometries for KML values. * Default is true. * @return Google_Service_Fusiontables_Sqlresponse */ public function sql($sql, $optParams = array()) { $params = array('sql' => $sql); $params = array_merge($params, $optParams); return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse"); } /** * Executes a SQL statement which can be any of - SELECT - SHOW - DESCRIBE * (query.sqlGet) * * @param string $sql A SQL statement which can be any of - SELECT - SHOW - * DESCRIBE * @param array $optParams Optional parameters. * * @opt_param bool hdrs Whether column names are included (in the first row). * Default is true. * @opt_param bool typed Whether typed values are returned in the (JSON) * response: numbers for numeric values and parsed geometries for KML values. * Default is true. * @return Google_Service_Fusiontables_Sqlresponse */ public function sqlGet($sql, $optParams = array()) { $params = array('sql' => $sql); $params = array_merge($params, $optParams); return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse"); } } PK/ Z--Vvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Template.phpnu[ * $fusiontablesService = new Google_Service_Fusiontables(...); * $template = $fusiontablesService->template; * */ class Google_Service_Fusiontables_Resource_Template extends Google_Service_Resource { /** * Deletes a template (template.delete) * * @param string $tableId Table from which the template is being deleted * @param int $templateId Identifier for the template which is being deleted * @param array $optParams Optional parameters. */ public function delete($tableId, $templateId, $optParams = array()) { $params = array('tableId' => $tableId, 'templateId' => $templateId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a specific template by its id (template.get) * * @param string $tableId Table to which the template belongs * @param int $templateId Identifier for the template that is being requested * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Template */ public function get($tableId, $templateId, $optParams = array()) { $params = array('tableId' => $tableId, 'templateId' => $templateId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fusiontables_Template"); } /** * Creates a new template for the table. (template.insert) * * @param string $tableId Table for which a new template is being created * @param Google_Service_Fusiontables_Template $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Template */ public function insert($tableId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Fusiontables_Template"); } /** * Retrieves a list of templates. (template.listTemplate) * * @param string $tableId Identifier for the table whose templates are being * requested * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of templates to return. Optional. * Default is 5. * @opt_param string pageToken Continuation token specifying which results page * to return. Optional. * @return Google_Service_Fusiontables_TemplateList */ public function listTemplate($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList"); } /** * Updates an existing template. This method supports patch semantics. * (template.patch) * * @param string $tableId Table to which the updated template belongs * @param int $templateId Identifier for the template that is being updated * @param Google_Service_Fusiontables_Template $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Template */ public function patch($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Fusiontables_Template"); } /** * Updates an existing template (template.update) * * @param string $tableId Table to which the updated template belongs * @param int $templateId Identifier for the template that is being updated * @param Google_Service_Fusiontables_Template $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Template */ public function update($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Fusiontables_Template"); } } PK/ ZSvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Style.phpnu[ * $fusiontablesService = new Google_Service_Fusiontables(...); * $style = $fusiontablesService->style; * */ class Google_Service_Fusiontables_Resource_Style extends Google_Service_Resource { /** * Deletes a style. (style.delete) * * @param string $tableId Table from which the style is being deleted * @param int $styleId Identifier (within a table) for the style being deleted * @param array $optParams Optional parameters. */ public function delete($tableId, $styleId, $optParams = array()) { $params = array('tableId' => $tableId, 'styleId' => $styleId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a specific style. (style.get) * * @param string $tableId Table to which the requested style belongs * @param int $styleId Identifier (integer) for a specific style in a table * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_StyleSetting */ public function get($tableId, $styleId, $optParams = array()) { $params = array('tableId' => $tableId, 'styleId' => $styleId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting"); } /** * Adds a new style for the table. (style.insert) * * @param string $tableId Table for which a new style is being added * @param Google_Service_Fusiontables_StyleSetting $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_StyleSetting */ public function insert($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting"); } /** * Retrieves a list of styles. (style.listStyle) * * @param string $tableId Table whose styles are being listed * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of styles to return. Optional. * Default is 5. * @opt_param string pageToken Continuation token specifying which result page * to return. Optional. * @return Google_Service_Fusiontables_StyleSettingList */ public function listStyle($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList"); } /** * Updates an existing style. This method supports patch semantics. * (style.patch) * * @param string $tableId Table whose style is being updated. * @param int $styleId Identifier (within a table) for the style being updated. * @param Google_Service_Fusiontables_StyleSetting $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_StyleSetting */ public function patch($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting"); } /** * Updates an existing style. (style.update) * * @param string $tableId Table whose style is being updated. * @param int $styleId Identifier (within a table) for the style being updated. * @param Google_Service_Fusiontables_StyleSetting $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_StyleSetting */ public function update($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting"); } } PK/ Z qd,%,%Svendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Table.phpnu[ * $fusiontablesService = new Google_Service_Fusiontables(...); * $table = $fusiontablesService->table; * */ class Google_Service_Fusiontables_Resource_Table extends Google_Service_Resource { /** * Copies a table. (table.copy) * * @param string $tableId ID of the table that is being copied. * @param array $optParams Optional parameters. * * @opt_param bool copyPresentation Whether to also copy tabs, styles, and * templates. Default is false. * @return Google_Service_Fusiontables_Table */ public function copy($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('copy', array($params), "Google_Service_Fusiontables_Table"); } /** * Deletes a table. (table.delete) * * @param string $tableId ID of the table to be deleted. * @param array $optParams Optional parameters. */ public function delete($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a specific table by its ID. (table.get) * * @param string $tableId Identifier for the table being requested. * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Table */ public function get($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fusiontables_Table"); } /** * Imports more rows into a table. (table.importRows) * * @param string $tableId The table into which new rows are being imported. * @param array $optParams Optional parameters. * * @opt_param string delimiter The delimiter used to separate cell values. This * can only consist of a single character. Default is ,. * @opt_param string encoding The encoding of the content. Default is UTF-8. Use * auto-detect if you are unsure of the encoding. * @opt_param int endLine The index of the line up to which data will be * imported. Default is to import the entire file. If endLine is negative, it is * an offset from the end of the file; the imported content will exclude the * last endLine lines. * @opt_param bool isStrict Whether the imported CSV must have the same number * of values for each row. If false, rows with fewer values will be padded with * empty values. Default is true. * @opt_param int startLine The index of the first line from which to start * importing, inclusive. Default is 0. * @return Google_Service_Fusiontables_Import */ public function importRows($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import"); } /** * Imports a new table. (table.importTable) * * @param string $name The name to be assigned to the new table. * @param array $optParams Optional parameters. * * @opt_param string delimiter The delimiter used to separate cell values. This * can only consist of a single character. Default is ,. * @opt_param string encoding The encoding of the content. Default is UTF-8. Use * auto-detect if you are unsure of the encoding. * @return Google_Service_Fusiontables_Table */ public function importTable($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table"); } /** * Creates a new table. (table.insert) * * @param Google_Service_Fusiontables_Table $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Table */ public function insert(Google_Service_Fusiontables_Table $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Fusiontables_Table"); } /** * Retrieves a list of tables a user owns. (table.listTable) * * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of tables to return. Default is * 5. * @opt_param string pageToken Continuation token specifying which result page * to return. * @return Google_Service_Fusiontables_TableList */ public function listTable($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fusiontables_TableList"); } /** * Updates an existing table. Unless explicitly requested, only the name, * description, and attribution will be updated. This method supports patch * semantics. (table.patch) * * @param string $tableId ID of the table that is being updated. * @param Google_Service_Fusiontables_Table $postBody * @param array $optParams Optional parameters. * * @opt_param bool replaceViewDefinition Whether the view definition is also * updated. The specified view definition replaces the existing one. Only a view * can be updated with a new definition. * @return Google_Service_Fusiontables_Table */ public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Fusiontables_Table"); } /** * Replaces rows of the table with the rows of the spreadsheet that is first * imported from. Current rows remain visible until all replacement rows are * ready. (table.refetchSheet) * * @param string $tableId Table whose rows will be replaced from the * spreadsheet. * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Task */ public function refetchSheet($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('refetchSheet', array($params), "Google_Service_Fusiontables_Task"); } /** * Replaces rows of an existing table. Current rows remain visible until all * replacement rows are ready. (table.replaceRows) * * @param string $tableId Table whose rows will be replaced. * @param array $optParams Optional parameters. * * @opt_param string delimiter The delimiter used to separate cell values. This * can only consist of a single character. Default is ,. * @opt_param string encoding The encoding of the content. Default is UTF-8. Use * 'auto-detect' if you are unsure of the encoding. * @opt_param int endLine The index of the line up to which data will be * imported. Default is to import the entire file. If endLine is negative, it is * an offset from the end of the file; the imported content will exclude the * last endLine lines. * @opt_param bool isStrict Whether the imported CSV must have the same number * of column values for each row. If true, throws an exception if the CSV does * not have the same number of columns. If false, rows with fewer column values * will be padded with empty values. Default is true. * @opt_param int startLine The index of the first line from which to start * importing, inclusive. Default is 0. * @return Google_Service_Fusiontables_Task */ public function replaceRows($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task"); } /** * Updates an existing table. Unless explicitly requested, only the name, * description, and attribution will be updated. (table.update) * * @param string $tableId ID of the table that is being updated. * @param Google_Service_Fusiontables_Table $postBody * @param array $optParams Optional parameters. * * @opt_param bool replaceViewDefinition Whether the view definition is also * updated. The specified view definition replaces the existing one. Only a view * can be updated with a new definition. * @return Google_Service_Fusiontables_Table */ public function update($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Fusiontables_Table"); } } PK/ Z5Tvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.phpnu[ * $fusiontablesService = new Google_Service_Fusiontables(...); * $column = $fusiontablesService->column; * */ class Google_Service_Fusiontables_Resource_Column extends Google_Service_Resource { /** * Deletes the specified column. (column.delete) * * @param string $tableId Table from which the column is being deleted. * @param string $columnId Name or identifier for the column being deleted. * @param array $optParams Optional parameters. */ public function delete($tableId, $columnId, $optParams = array()) { $params = array('tableId' => $tableId, 'columnId' => $columnId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves a specific column by its ID. (column.get) * * @param string $tableId Table to which the column belongs. * @param string $columnId Name or identifier for the column that is being * requested. * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Column */ public function get($tableId, $columnId, $optParams = array()) { $params = array('tableId' => $tableId, 'columnId' => $columnId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Fusiontables_Column"); } /** * Adds a new column to the table. (column.insert) * * @param string $tableId Table for which a new column is being added. * @param Google_Service_Fusiontables_Column $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Column */ public function insert($tableId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Fusiontables_Column"); } /** * Retrieves a list of columns. (column.listColumn) * * @param string $tableId Table whose columns are being listed. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of columns to return. Default is * 5. * @opt_param string pageToken Continuation token specifying which result page * to return. * @return Google_Service_Fusiontables_ColumnList */ public function listColumn($tableId, $optParams = array()) { $params = array('tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList"); } /** * Updates the name or type of an existing column. This method supports patch * semantics. (column.patch) * * @param string $tableId Table for which the column is being updated. * @param string $columnId Name or identifier for the column that is being * updated. * @param Google_Service_Fusiontables_Column $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Column */ public function patch($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Fusiontables_Column"); } /** * Updates the name or type of an existing column. (column.update) * * @param string $tableId Table for which the column is being updated. * @param string $columnId Name or identifier for the column that is being * updated. * @param Google_Service_Fusiontables_Column $postBody * @param array $optParams Optional parameters. * @return Google_Service_Fusiontables_Column */ public function update($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) { $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Fusiontables_Column"); } } PK/ ZnXYMvendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.phpnu[automaticColumnNames = $automaticColumnNames; } public function getAutomaticColumnNames() { return $this->automaticColumnNames; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } } PK/ ZiDDQvendor/google/apiclient-services/src/Google/Service/Fusiontables/TemplateList.phpnu[items = $items; } /** * @return Google_Service_Fusiontables_Template */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ ZJvendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.phpnu[coordinates = $coordinates; } public function getCoordinates() { return $this->coordinates; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ ZdvMvendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.phpnu[geometries = $geometries; } public function getGeometries() { return $this->geometries; } public function setGeometry($geometry) { $this->geometry = $geometry; } public function getGeometry() { return $this->geometry; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Zi+s Qvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSetting.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Fusiontables_PointStyle */ public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions) { $this->markerOptions = $markerOptions; } /** * @return Google_Service_Fusiontables_PointStyle */ public function getMarkerOptions() { return $this->markerOptions; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Fusiontables_PolygonStyle */ public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions) { $this->polygonOptions = $polygonOptions; } /** * @return Google_Service_Fusiontables_PolygonStyle */ public function getPolygonOptions() { return $this->polygonOptions; } /** * @param Google_Service_Fusiontables_LineStyle */ public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions) { $this->polylineOptions = $polylineOptions; } /** * @return Google_Service_Fusiontables_LineStyle */ public function getPolylineOptions() { return $this->polylineOptions; } public function setStyleId($styleId) { $this->styleId = $styleId; } public function getStyleId() { return $this->styleId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK/ Z].0  Ovendor/google/apiclient-services/src/Google/Service/Fusiontables/PointStyle.phpnu[iconName = $iconName; } public function getIconName() { return $this->iconName; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler) { $this->iconStyler = $iconStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getIconStyler() { return $this->iconStyler; } } PK/ Z Jvendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setAttributionLink($attributionLink) { $this->attributionLink = $attributionLink; } public function getAttributionLink() { return $this->attributionLink; } public function setBaseTableIds($baseTableIds) { $this->baseTableIds = $baseTableIds; } public function getBaseTableIds() { return $this->baseTableIds; } public function setColumnPropertiesJsonSchema($columnPropertiesJsonSchema) { $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema; } public function getColumnPropertiesJsonSchema() { return $this->columnPropertiesJsonSchema; } /** * @param Google_Service_Fusiontables_Column */ public function setColumns($columns) { $this->columns = $columns; } /** * @return Google_Service_Fusiontables_Column */ public function getColumns() { return $this->columns; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIsExportable($isExportable) { $this->isExportable = $isExportable; } public function getIsExportable() { return $this->isExportable; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSql($sql) { $this->sql = $sql; } public function getSql() { return $this->sql; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setTablePropertiesJson($tablePropertiesJson) { $this->tablePropertiesJson = $tablePropertiesJson; } public function getTablePropertiesJson() { return $this->tablePropertiesJson; } public function setTablePropertiesJsonSchema($tablePropertiesJsonSchema) { $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema; } public function getTablePropertiesJsonSchema() { return $this->tablePropertiesJsonSchema; } } PK/ Z@aVVRvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunction.phpnu[buckets = $buckets; } /** * @return Google_Service_Fusiontables_Bucket */ public function getBuckets() { return $this->buckets; } public function setColumnName($columnName) { $this->columnName = $columnName; } public function getColumnName() { return $this->columnName; } /** * @param Google_Service_Fusiontables_StyleFunctionGradient */ public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient) { $this->gradient = $gradient; } /** * @return Google_Service_Fusiontables_StyleFunctionGradient */ public function getGradient() { return $this->gradient; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK/ ZGsTTUvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.phpnu[items = $items; } /** * @return Google_Service_Fusiontables_StyleSetting */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK/ Z'$ Kvendor/google/apiclient-services/src/Google/Service/Fusiontables/Column.phpnu[baseColumn = $baseColumn; } /** * @return Google_Service_Fusiontables_ColumnBaseColumn */ public function getBaseColumn() { return $this->baseColumn; } public function setColumnId($columnId) { $this->columnId = $columnId; } public function getColumnId() { return $this->columnId; } public function setColumnJsonSchema($columnJsonSchema) { $this->columnJsonSchema = $columnJsonSchema; } public function getColumnJsonSchema() { return $this->columnJsonSchema; } public function setColumnPropertiesJson($columnPropertiesJson) { $this->columnPropertiesJson = $columnPropertiesJson; } public function getColumnPropertiesJson() { return $this->columnPropertiesJson; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFormatPattern($formatPattern) { $this->formatPattern = $formatPattern; } public function getFormatPattern() { return $this->formatPattern; } public function setGraphPredicate($graphPredicate) { $this->graphPredicate = $graphPredicate; } public function getGraphPredicate() { return $this->graphPredicate; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValidValues($validValues) { $this->validValues = $validValues; } public function getValidValues() { return $this->validValues; } public function setValidateData($validateData) { $this->validateData = $validateData; } public function getValidateData() { return $this->validateData; } } PK/ ZY"s s <vendor/google/apiclient-services/src/Google/Service/Docs.phpnu[ * Reads and writes Google Docs documents.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Docs extends Google_Service { /** See, create, and edit all Google Docs documents you have access to. */ const DOCUMENTS = "https://www.googleapis.com/auth/documents"; /** View your Google Docs documents. */ const DOCUMENTS_READONLY = "https://www.googleapis.com/auth/documents.readonly"; /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; /** View and manage Google Drive files and folders that you have opened or created with this app. */ const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; /** See and download all your Google Drive files. */ const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"; public $documents; /** * Constructs the internal representation of the Docs service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://docs.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'docs'; $this->documents = new Google_Service_Docs_Resource_Documents( $this, $this->serviceName, 'documents', array( 'methods' => array( 'batchUpdate' => array( 'path' => 'v1/documents/{documentId}:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'documentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/documents', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/documents/{documentId}', 'httpMethod' => 'GET', 'parameters' => array( 'documentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'suggestionsViewMode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ Zǐ..Nvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_TrafficDirectorService extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $discovery; /** * Constructs the internal representation of the TrafficDirectorService * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://trafficdirector.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'trafficdirector'; $this->discovery = new Google_Service_TrafficDirectorService_Resource_Discovery( $this, $this->serviceName, 'discovery', array( 'methods' => array( 'client_status' => array( 'path' => 'v2/discovery:client_status', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK/ Zpvsvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1PhoneLead.phpnu[chargedCallTimestamp = $chargedCallTimestamp; } public function getChargedCallTimestamp() { return $this->chargedCallTimestamp; } public function setChargedConnectedCallDurationSeconds($chargedConnectedCallDurationSeconds) { $this->chargedConnectedCallDurationSeconds = $chargedConnectedCallDurationSeconds; } public function getChargedConnectedCallDurationSeconds() { return $this->chargedConnectedCallDurationSeconds; } public function setConsumerPhoneNumber($consumerPhoneNumber) { $this->consumerPhoneNumber = $consumerPhoneNumber; } public function getConsumerPhoneNumber() { return $this->consumerPhoneNumber; } } PK/ ZVf#Xvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleTypeTimeZone.phpnu[id = $id; } public function getId() { return $this->id; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ Zdvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse.phpnu[accountReports = $accountReports; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AccountReport[] */ public function getAccountReports() { return $this->accountReports; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z[wvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AccountReport.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AggregatorInfo */ public function setAggregatorInfo(Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AggregatorInfo $aggregatorInfo) { $this->aggregatorInfo = $aggregatorInfo; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AggregatorInfo */ public function getAggregatorInfo() { return $this->aggregatorInfo; } public function setAverageFiveStarRating($averageFiveStarRating) { $this->averageFiveStarRating = $averageFiveStarRating; } public function getAverageFiveStarRating() { return $this->averageFiveStarRating; } public function setAverageWeeklyBudget($averageWeeklyBudget) { $this->averageWeeklyBudget = $averageWeeklyBudget; } public function getAverageWeeklyBudget() { return $this->averageWeeklyBudget; } public function setBusinessName($businessName) { $this->businessName = $businessName; } public function getBusinessName() { return $this->businessName; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setCurrentPeriodChargedLeads($currentPeriodChargedLeads) { $this->currentPeriodChargedLeads = $currentPeriodChargedLeads; } public function getCurrentPeriodChargedLeads() { return $this->currentPeriodChargedLeads; } public function setCurrentPeriodConnectedPhoneCalls($currentPeriodConnectedPhoneCalls) { $this->currentPeriodConnectedPhoneCalls = $currentPeriodConnectedPhoneCalls; } public function getCurrentPeriodConnectedPhoneCalls() { return $this->currentPeriodConnectedPhoneCalls; } public function setCurrentPeriodPhoneCalls($currentPeriodPhoneCalls) { $this->currentPeriodPhoneCalls = $currentPeriodPhoneCalls; } public function getCurrentPeriodPhoneCalls() { return $this->currentPeriodPhoneCalls; } public function setCurrentPeriodTotalCost($currentPeriodTotalCost) { $this->currentPeriodTotalCost = $currentPeriodTotalCost; } public function getCurrentPeriodTotalCost() { return $this->currentPeriodTotalCost; } public function setPhoneLeadResponsiveness($phoneLeadResponsiveness) { $this->phoneLeadResponsiveness = $phoneLeadResponsiveness; } public function getPhoneLeadResponsiveness() { return $this->phoneLeadResponsiveness; } public function setPreviousPeriodChargedLeads($previousPeriodChargedLeads) { $this->previousPeriodChargedLeads = $previousPeriodChargedLeads; } public function getPreviousPeriodChargedLeads() { return $this->previousPeriodChargedLeads; } public function setPreviousPeriodConnectedPhoneCalls($previousPeriodConnectedPhoneCalls) { $this->previousPeriodConnectedPhoneCalls = $previousPeriodConnectedPhoneCalls; } public function getPreviousPeriodConnectedPhoneCalls() { return $this->previousPeriodConnectedPhoneCalls; } public function setPreviousPeriodPhoneCalls($previousPeriodPhoneCalls) { $this->previousPeriodPhoneCalls = $previousPeriodPhoneCalls; } public function getPreviousPeriodPhoneCalls() { return $this->previousPeriodPhoneCalls; } public function setPreviousPeriodTotalCost($previousPeriodTotalCost) { $this->previousPeriodTotalCost = $previousPeriodTotalCost; } public function getPreviousPeriodTotalCost() { return $this->previousPeriodTotalCost; } public function setTotalReview($totalReview) { $this->totalReview = $totalReview; } public function getTotalReview() { return $this->totalReview; } } PK/ Zq ^< < ]vendor/google/apiclient-services/src/Google/Service/Localservices/Resource/AccountReports.phpnu[ * $localservicesService = new Google_Service_Localservices(...); * $accountReports = $localservicesService->accountReports; * */ class Google_Service_Localservices_Resource_AccountReports extends Google_Service_Resource { /** * Get account reports containing aggregate account data of all linked GLS * accounts. Caller needs to provide their manager customer id and the * associated auth credential that allows them read permissions on their linked * accounts. (accountReports.search) * * @param array $optParams Optional parameters. * * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for * the year and month, or 0 to specify a year by itself or a year and month * where the day isn't significant. * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to * specify a year without a month and day. * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to * specify a date without a year. * @opt_param int pageSize The maximum number of accounts to return. If the page * size is unset, page size will default to 1000. Maximum page_size is 10000. * Optional. * @opt_param string pageToken The `next_page_token` value returned from a * previous request to SearchAccountReports that indicates where listing should * continue. Optional. * @opt_param string query A query string for searching for account reports. * Caller must provide a customer id of their MCC account with an associated * Gaia Mint that allows read permission on their linked accounts. Search * expressions are case insensitive. Example query: | Query | Description | * |-------------------------|-----------------------------------------------| | * manager_customer_id:123 | Get Account Report for Manager with id 123. | * Required. * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid * for the year and month, or 0 to specify a year by itself or a year and month * where the day isn't significant. * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to * specify a year without a month and day. * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0 * to specify a date without a year. * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse"); } } PK/ Z L`%} } bvendor/google/apiclient-services/src/Google/Service/Localservices/Resource/DetailedLeadReports.phpnu[ * $localservicesService = new Google_Service_Localservices(...); * $detailedLeadReports = $localservicesService->detailedLeadReports; * */ class Google_Service_Localservices_Resource_DetailedLeadReports extends Google_Service_Resource { /** * Get detailed lead reports containing leads that have been received by all * linked GLS accounts. Caller needs to provide their manager customer id and * the associated auth credential that allows them read permissions on their * linked accounts. (detailedLeadReports.search) * * @param array $optParams Optional parameters. * * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for * the year and month, or 0 to specify a year by itself or a year and month * where the day isn't significant. * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to * specify a year without a month and day. * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to * specify a date without a year. * @opt_param int pageSize The maximum number of accounts to return. If the page * size is unset, page size will default to 1000. Maximum page_size is 10000. * Optional. * @opt_param string pageToken The `next_page_token` value returned from a * previous request to SearchDetailedLeadReports that indicates where listing * should continue. Optional. * @opt_param string query A query string for searching for account reports. * Caller must provide a customer id of their MCC account with an associated * Gaia Mint that allows read permission on their linked accounts. Search * expressions are case insensitive. Example query: | Query | Description | * |-------------------------|-----------------------------------------------| | * manager_customer_id:123 | Get Detailed Lead Report for Manager with id | | | * 123. | Required. * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid * for the year and month, or 0 to specify a year by itself or a year and month * where the day isn't significant. * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to * specify a year without a month and day. * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0 * to specify a date without a year. * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse"); } } PK/ Z%|vendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AggregatorInfo */ public function setAggregatorInfo(Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AggregatorInfo $aggregatorInfo) { $this->aggregatorInfo = $aggregatorInfo; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AggregatorInfo */ public function getAggregatorInfo() { return $this->aggregatorInfo; } public function setBusinessName($businessName) { $this->businessName = $businessName; } public function getBusinessName() { return $this->businessName; } public function setChargeStatus($chargeStatus) { $this->chargeStatus = $chargeStatus; } public function getChargeStatus() { return $this->chargeStatus; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setDisputeStatus($disputeStatus) { $this->disputeStatus = $disputeStatus; } public function getDisputeStatus() { return $this->disputeStatus; } public function setGeo($geo) { $this->geo = $geo; } public function getGeo() { return $this->geo; } public function setLeadCategory($leadCategory) { $this->leadCategory = $leadCategory; } public function getLeadCategory() { return $this->leadCategory; } public function setLeadCreationTimestamp($leadCreationTimestamp) { $this->leadCreationTimestamp = $leadCreationTimestamp; } public function getLeadCreationTimestamp() { return $this->leadCreationTimestamp; } public function setLeadId($leadId) { $this->leadId = $leadId; } public function getLeadId() { return $this->leadId; } public function setLeadPrice($leadPrice) { $this->leadPrice = $leadPrice; } public function getLeadPrice() { return $this->leadPrice; } public function setLeadType($leadType) { $this->leadType = $leadType; } public function getLeadType() { return $this->leadType; } /** * @param Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1MessageLead */ public function setMessageLead(Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1MessageLead $messageLead) { $this->messageLead = $messageLead; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1MessageLead */ public function getMessageLead() { return $this->messageLead; } /** * @param Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1PhoneLead */ public function setPhoneLead(Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1PhoneLead $phoneLead) { $this->phoneLead = $phoneLead; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1PhoneLead */ public function getPhoneLead() { return $this->phoneLead; } /** * @param Google_Service_Localservices_GoogleTypeTimeZone */ public function setTimezone(Google_Service_Localservices_GoogleTypeTimeZone $timezone) { $this->timezone = $timezone; } /** * @return Google_Service_Localservices_GoogleTypeTimeZone */ public function getTimezone() { return $this->timezone; } } PK/ Zuvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1MessageLead.phpnu[consumerPhoneNumber = $consumerPhoneNumber; } public function getConsumerPhoneNumber() { return $this->consumerPhoneNumber; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setJobType($jobType) { $this->jobType = $jobType; } public function getJobType() { return $this->jobType; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } } PK/ ZGGvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse.phpnu[detailedLeadReports = $detailedLeadReports; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport[] */ public function getDetailedLeadReports() { return $this->detailedLeadReports; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z Bxvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.phpnu[aggregatorProviderId = $aggregatorProviderId; } public function getAggregatorProviderId() { return $this->aggregatorProviderId; } } PK/ Z}Fvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI.phpnu[ * Google Cloud Speech API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudSpeechAPI extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $speech; /** * Constructs the internal representation of the CloudSpeechAPI service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://speech.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1beta1'; $this->serviceName = 'speech'; $this->operations = new Google_Service_CloudSpeechAPI_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/operations/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/operations/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/operations/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->speech = new Google_Service_CloudSpeechAPI_Resource_Speech( $this, $this->serviceName, 'speech', array( 'methods' => array( 'asyncrecognize' => array( 'path' => 'v1beta1/speech:asyncrecognize', 'httpMethod' => 'POST', 'parameters' => array(), ),'syncrecognize' => array( 'path' => 'v1beta1/speech:syncrecognize', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK/ Z.Cr;vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.phpnu[imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Zp3^^zvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.phpnu[bestRating = $bestRating; } public function getBestRating() { return $this->bestRating; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setRatingExplanation($ratingExplanation) { $this->ratingExplanation = $ratingExplanation; } public function getRatingExplanation() { return $this->ratingExplanation; } public function setRatingValue($ratingValue) { $this->ratingValue = $ratingValue; } public function getRatingValue() { return $this->ratingValue; } public function setTextualRating($textualRating) { $this->textualRating = $textualRating; } public function getTextualRating() { return $this->textualRating; } public function setWorstRating($worstRating) { $this->worstRating = $worstRating; } public function getWorstRating() { return $this->worstRating; } } PK/ ZZvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleProtobufEmpty.phpnu[claimReviewMarkupPages = $claimReviewMarkupPages; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage[] */ public function getClaimReviewMarkupPages() { return $this->claimReviewMarkupPages; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZUvendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.phpnu[ * $factchecktoolsService = new Google_Service_FactCheckTools(...); * $pages = $factchecktoolsService->pages; * */ class Google_Service_FactCheckTools_Resource_Pages extends Google_Service_Resource { /** * Create `ClaimReview` markup on a page. (pages.create) * * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody * @param array $optParams Optional parameters. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage */ public function create(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"); } /** * Delete all `ClaimReview` markup on a page. (pages.delete) * * @param string $name The name of the resource to delete, in the form of * `pages/{page_id}`. * @param array $optParams Optional parameters. * @return Google_Service_FactCheckTools_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FactCheckTools_GoogleProtobufEmpty"); } /** * Get all `ClaimReview` markup on a page. (pages.get) * * @param string $name The name of the resource to get, in the form of * `pages/{page_id}`. * @param array $optParams Optional parameters. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"); } /** * List the `ClaimReview` markup pages for a specific URL or for an * organization. (pages.listPages) * * @param array $optParams Optional parameters. * * @opt_param int offset An integer that specifies the current offset (that is, * starting result location) in search results. This field is only considered if * `page_token` is unset, and if the request is not for a specific URL. For * example, 0 means to return results starting from the first matching result, * and 10 means to return from the 11th result. * @opt_param string organization The organization for which we want to fetch * markups for. For instance, "site.com". Cannot be specified along with an URL. * @opt_param int pageSize The pagination size. We will return up to that many * results. Defaults to 10 if not set. Has no effect if a URL is requested. * @opt_param string pageToken The pagination token. You may provide the * `next_page_token` returned from a previous List request, if any, in order to * get the next page. All other fields must have the same values as in the * previous request. * @opt_param string url The URL from which to get `ClaimReview` markup. There * will be at most one result. If markup is associated with a more canonical * version of the URL provided, we will return that URL instead. Cannot be * specified along with an organization. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse */ public function listPages($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse"); } /** * Update for all `ClaimReview` markup on a page Note that this is a full * update. To retain the existing `ClaimReview` markup on a page, first perform * a Get operation, then modify the returned markup, and finally call Update * with the entire `ClaimReview` markup as the body. (pages.update) * * @param string $name The name of this `ClaimReview` markup page resource, in * the form of `pages/{page_id}`. Except for update requests, this field is * output-only and should not be set by the user. * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody * @param array $optParams Optional parameters. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage */ public function update($name, Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"); } } PK/ Zf> Vvendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Claims.phpnu[ * $factchecktoolsService = new Google_Service_FactCheckTools(...); * $claims = $factchecktoolsService->claims; * */ class Google_Service_FactCheckTools_Resource_Claims extends Google_Service_Resource { /** * Search through fact-checked claims. (claims.search) * * @param array $optParams Optional parameters. * * @opt_param string languageCode The BCP-47 language code, such as "en-US" or * "sr-Latn". Can be used to restrict results by language, though we do not * currently consider the region. * @opt_param int maxAgeDays The maximum age of the returned search results, in * days. Age is determined by either claim date or review date, whichever is * newer. * @opt_param int offset An integer that specifies the current offset (that is, * starting result location) in search results. This field is only considered if * `page_token` is unset. For example, 0 means to return results starting from * the first matching result, and 10 means to return from the 11th result. * @opt_param int pageSize The pagination size. We will return up to that many * results. Defaults to 10 if not set. * @opt_param string pageToken The pagination token. You may provide the * `next_page_token` returned from a previous List request, if any, in order to * get the next page. All other fields must have the same values as in the * previous request. * @opt_param string query Textual query string. Required unless * `review_publisher_site_filter` is specified. * @opt_param string reviewPublisherSiteFilter The review publisher site to * filter results by, e.g. nytimes.com. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse"); } } PK/ Z!_tvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Claim.phpnu[claimDate = $claimDate; } public function getClaimDate() { return $this->claimDate; } /** * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview[] */ public function setClaimReview($claimReview) { $this->claimReview = $claimReview; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview[] */ public function getClaimReview() { return $this->claimReview; } public function setClaimant($claimant) { $this->claimant = $claimant; } public function getClaimant() { return $this->claimant; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK/ Z-_vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.phpnu[claims = $claims; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Claim[] */ public function getClaims() { return $this->claims; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zⵘc c vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.phpnu[claimAppearances = $claimAppearances; } public function getClaimAppearances() { return $this->claimAppearances; } /** * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor */ public function setClaimAuthor(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor $claimAuthor) { $this->claimAuthor = $claimAuthor; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor */ public function getClaimAuthor() { return $this->claimAuthor; } public function setClaimDate($claimDate) { $this->claimDate = $claimDate; } public function getClaimDate() { return $this->claimDate; } public function setClaimFirstAppearance($claimFirstAppearance) { $this->claimFirstAppearance = $claimFirstAppearance; } public function getClaimFirstAppearance() { return $this->claimFirstAppearance; } public function setClaimLocation($claimLocation) { $this->claimLocation = $claimLocation; } public function getClaimLocation() { return $this->claimLocation; } public function setClaimReviewed($claimReviewed) { $this->claimReviewed = $claimReviewed; } public function getClaimReviewed() { return $this->claimReviewed; } /** * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating */ public function setRating(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating $rating) { $this->rating = $rating; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating */ public function getRating() { return $this->rating; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ Zl֥zvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Publisher */ public function setPublisher(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Publisher $publisher) { $this->publisher = $publisher; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Publisher */ public function getPublisher() { return $this->publisher; } public function setReviewDate($reviewDate) { $this->reviewDate = $reviewDate; } public function getReviewDate() { return $this->reviewDate; } public function setTextualRating($textualRating) { $this->textualRating = $textualRating; } public function getTextualRating() { return $this->textualRating; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK/ Zx@FFzvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.phpnu[imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setJobTitle($jobTitle) { $this->jobTitle = $jobTitle; } public function getJobTitle() { return $this->jobTitle; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSameAs($sameAs) { $this->sameAs = $sameAs; } public function getSameAs() { return $this->sameAs; } } PK/ ZBKxvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Publisher.phpnu[name = $name; } public function getName() { return $this->name; } public function setSite($site) { $this->site = $site; } public function getSite() { return $this->site; } } PK/ ZJD vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.phpnu[claimReviewAuthor = $claimReviewAuthor; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor */ public function getClaimReviewAuthor() { return $this->claimReviewAuthor; } /** * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup[] */ public function setClaimReviewMarkups($claimReviewMarkups) { $this->claimReviewMarkups = $claimReviewMarkups; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup[] */ public function getClaimReviewMarkups() { return $this->claimReviewMarkups; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPageUrl($pageUrl) { $this->pageUrl = $pageUrl; } public function getPageUrl() { return $this->pageUrl; } public function setPublishDate($publishDate) { $this->publishDate = $publishDate; } public function getPublishDate() { return $this->publishDate; } public function setVersionId($versionId) { $this->versionId = $versionId; } public function getVersionId() { return $this->versionId; } } PK/ Z̽44Gvendor/google/apiclient-services/src/Google/Service/IdentityToolkit.phpnu[ * Help the third party sites to implement federated login.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_IdentityToolkit extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; public $relyingparty; /** * Constructs the internal representation of the IdentityToolkit service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'identitytoolkit/v3/relyingparty/'; $this->batchPath = 'batch/identitytoolkit/v3'; $this->version = 'v3'; $this->serviceName = 'identitytoolkit'; $this->relyingparty = new Google_Service_IdentityToolkit_Resource_Relyingparty( $this, $this->serviceName, 'relyingparty', array( 'methods' => array( 'createAuthUri' => array( 'path' => 'createAuthUri', 'httpMethod' => 'POST', 'parameters' => array(), ),'deleteAccount' => array( 'path' => 'deleteAccount', 'httpMethod' => 'POST', 'parameters' => array(), ),'downloadAccount' => array( 'path' => 'downloadAccount', 'httpMethod' => 'POST', 'parameters' => array(), ),'emailLinkSignin' => array( 'path' => 'emailLinkSignin', 'httpMethod' => 'POST', 'parameters' => array(), ),'getAccountInfo' => array( 'path' => 'getAccountInfo', 'httpMethod' => 'POST', 'parameters' => array(), ),'getOobConfirmationCode' => array( 'path' => 'getOobConfirmationCode', 'httpMethod' => 'POST', 'parameters' => array(), ),'getProjectConfig' => array( 'path' => 'getProjectConfig', 'httpMethod' => 'GET', 'parameters' => array( 'delegatedProjectNumber' => array( 'location' => 'query', 'type' => 'string', ), 'projectNumber' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getPublicKeys' => array( 'path' => 'publicKeys', 'httpMethod' => 'GET', 'parameters' => array(), ),'getRecaptchaParam' => array( 'path' => 'getRecaptchaParam', 'httpMethod' => 'GET', 'parameters' => array(), ),'resetPassword' => array( 'path' => 'resetPassword', 'httpMethod' => 'POST', 'parameters' => array(), ),'sendVerificationCode' => array( 'path' => 'sendVerificationCode', 'httpMethod' => 'POST', 'parameters' => array(), ),'setAccountInfo' => array( 'path' => 'setAccountInfo', 'httpMethod' => 'POST', 'parameters' => array(), ),'setProjectConfig' => array( 'path' => 'setProjectConfig', 'httpMethod' => 'POST', 'parameters' => array(), ),'signOutUser' => array( 'path' => 'signOutUser', 'httpMethod' => 'POST', 'parameters' => array(), ),'signupNewUser' => array( 'path' => 'signupNewUser', 'httpMethod' => 'POST', 'parameters' => array(), ),'uploadAccount' => array( 'path' => 'uploadAccount', 'httpMethod' => 'POST', 'parameters' => array(), ),'verifyAssertion' => array( 'path' => 'verifyAssertion', 'httpMethod' => 'POST', 'parameters' => array(), ),'verifyCustomToken' => array( 'path' => 'verifyCustomToken', 'httpMethod' => 'POST', 'parameters' => array(), ),'verifyPassword' => array( 'path' => 'verifyPassword', 'httpMethod' => 'POST', 'parameters' => array(), ),'verifyPhoneNumber' => array( 'path' => 'verifyPhoneNumber', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK/ Z:Ahe%%Ivendor/google/apiclient-services/src/Google/Service/NetworkManagement.phpnu[ * The Network Management API provides a collection of network performance * monitoring and diagnostic capabilities.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_NetworkManagement extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_global_connectivityTests; public $projects_locations_global_operations; /** * Constructs the internal representation of the NetworkManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://networkmanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'networkmanagement'; $this->projects_locations = new Google_Service_NetworkManagement_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_global_connectivityTests = new Google_Service_NetworkManagement_Resource_ProjectsLocationsNetworkmanagementGlobalConnectivityTests( $this, $this->serviceName, 'connectivityTests', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/connectivityTests', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'testId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/connectivityTests', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'rerun' => array( 'path' => 'v1/{+name}:rerun', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_global_operations = new Google_Service_NetworkManagement_Resource_ProjectsLocationsNetworkmanagementGlobalOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ ZT   Lvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig.phpnu[ * Firebase Remote Config API allows the 3P clients to manage Remote Config * conditions and parameters for Firebase applications.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseRemoteConfig extends Google_Service { public $projects; /** * Constructs the internal representation of the FirebaseRemoteConfig service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://firebaseremoteconfig.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'firebaseremoteconfig'; $this->projects = new Google_Service_FirebaseRemoteConfig_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getRemoteConfig' => array( 'path' => 'v1/{+project}/remoteConfig', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateRemoteConfig' => array( 'path' => 'v1/{+project}/remoteConfig', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); } } PK/ Z**?vendor/google/apiclient-services/src/Google/Service/Reports.phpnu[ * Admin SDK lets administrators of enterprise domains to view and manage * resources like user, groups etc. It also provides audit and usage reports of * domain.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Reports extends Google_Service { /** View audit reports for your G Suite domain. */ const ADMIN_REPORTS_AUDIT_READONLY = "https://www.googleapis.com/auth/admin.reports.audit.readonly"; /** View usage reports for your G Suite domain. */ const ADMIN_REPORTS_USAGE_READONLY = "https://www.googleapis.com/auth/admin.reports.usage.readonly"; public $activities; public $channels; public $customerUsageReports; public $entityUsageReports; public $userUsageReport; /** * Constructs the internal representation of the Reports service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://admin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'reports_v1'; $this->serviceName = 'admin'; $this->activities = new Google_Service_Reports_Resource_Activities( $this, $this->serviceName, 'activities', array( 'methods' => array( 'list' => array( 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'applicationName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'actorIpAddress' => array( 'location' => 'query', 'type' => 'string', ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'eventName' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'groupIdFilter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orgUnitID' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'watch' => array( 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}/watch', 'httpMethod' => 'POST', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'applicationName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'actorIpAddress' => array( 'location' => 'query', 'type' => 'string', ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'eventName' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'groupIdFilter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orgUnitID' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->channels = new Google_Service_Reports_Resource_Channels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'stop' => array( 'path' => 'admin/reports_v1/channels/stop', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->customerUsageReports = new Google_Service_Reports_Resource_CustomerUsageReports( $this, $this->serviceName, 'customerUsageReports', array( 'methods' => array( 'get' => array( 'path' => 'admin/reports/v1/usage/dates/{date}', 'httpMethod' => 'GET', 'parameters' => array( 'date' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parameters' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->entityUsageReports = new Google_Service_Reports_Resource_EntityUsageReports( $this, $this->serviceName, 'entityUsageReports', array( 'methods' => array( 'get' => array( 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}', 'httpMethod' => 'GET', 'parameters' => array( 'entityType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entityKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'date' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parameters' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->userUsageReport = new Google_Service_Reports_Resource_UserUsageReport( $this, $this->serviceName, 'userUsageReport', array( 'methods' => array( 'get' => array( 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}', 'httpMethod' => 'GET', 'parameters' => array( 'userKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'date' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), 'groupIdFilter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orgUnitID' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parameters' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK/ ZNbvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptorMetadata.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK/ ZmXvvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaSubnetwork.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setOutsideAllocation($outsideAllocation) { $this->outsideAllocation = $outsideAllocation; } public function getOutsideAllocation() { return $this->outsideAllocation; } } PK/ Z?p_vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsZoneMetadata.phpnu[dnsSuffix = $dnsSuffix; } public function getDnsSuffix() { return $this->dnsSuffix; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z<+Zvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddRolesMetadata.phpnu[additionalBindings = $additionalBindings; } /** * @return Google_Service_ServiceNetworking_HttpRule[] */ public function getAdditionalBindings() { return $this->additionalBindings; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } /** * @param Google_Service_ServiceNetworking_CustomHttpPattern */ public function setCustom(Google_Service_ServiceNetworking_CustomHttpPattern $custom) { $this->custom = $custom; } /** * @return Google_Service_ServiceNetworking_CustomHttpPattern */ public function getCustom() { return $this->custom; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } public function setGet($get) { $this->get = $get; } public function getGet() { return $this->get; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPost($post) { $this->post = $post; } public function getPost() { return $this->post; } public function setPut($put) { $this->put = $put; } public function getPut() { return $this->put; } public function setResponseBody($responseBody) { $this->responseBody = $responseBody; } public function getResponseBody() { return $this->responseBody; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ Zcardinality = $cardinality; } public function getCardinality() { return $this->cardinality; } public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } /** * @param Google_Service_ServiceNetworking_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceNetworking_Option[] */ public function getOptions() { return $this->options; } public function setPacked($packed) { $this->packed = $packed; } public function getPacked() { return $this->packed; } public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } } PK/ ZhFYvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK/ ZGavendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListConnectionsResponse.phpnu[connections = $connections; } /** * @return Google_Service_ServiceNetworking_Connection[] */ public function getConnections() { return $this->connections; } } PK/ ZxXvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ConsumerConfig.phpnu[consumerExportCustomRoutes = $consumerExportCustomRoutes; } public function getConsumerExportCustomRoutes() { return $this->consumerExportCustomRoutes; } public function setConsumerExportSubnetRoutesWithPublicIp($consumerExportSubnetRoutesWithPublicIp) { $this->consumerExportSubnetRoutesWithPublicIp = $consumerExportSubnetRoutesWithPublicIp; } public function getConsumerExportSubnetRoutesWithPublicIp() { return $this->consumerExportSubnetRoutesWithPublicIp; } public function setConsumerImportCustomRoutes($consumerImportCustomRoutes) { $this->consumerImportCustomRoutes = $consumerImportCustomRoutes; } public function getConsumerImportCustomRoutes() { return $this->consumerImportCustomRoutes; } public function setConsumerImportSubnetRoutesWithPublicIp($consumerImportSubnetRoutesWithPublicIp) { $this->consumerImportSubnetRoutesWithPublicIp = $consumerImportSubnetRoutesWithPublicIp; } public function getConsumerImportSubnetRoutesWithPublicIp() { return $this->consumerImportSubnetRoutesWithPublicIp; } public function setProducerExportCustomRoutes($producerExportCustomRoutes) { $this->producerExportCustomRoutes = $producerExportCustomRoutes; } public function getProducerExportCustomRoutes() { return $this->producerExportCustomRoutes; } public function setProducerExportSubnetRoutesWithPublicIp($producerExportSubnetRoutesWithPublicIp) { $this->producerExportSubnetRoutesWithPublicIp = $producerExportSubnetRoutesWithPublicIp; } public function getProducerExportSubnetRoutesWithPublicIp() { return $this->producerExportSubnetRoutesWithPublicIp; } public function setProducerImportCustomRoutes($producerImportCustomRoutes) { $this->producerImportCustomRoutes = $producerImportCustomRoutes; } public function getProducerImportCustomRoutes() { return $this->producerImportCustomRoutes; } public function setProducerImportSubnetRoutesWithPublicIp($producerImportSubnetRoutesWithPublicIp) { $this->producerImportSubnetRoutesWithPublicIp = $producerImportSubnetRoutesWithPublicIp; } public function getProducerImportSubnetRoutesWithPublicIp() { return $this->producerImportSubnetRoutesWithPublicIp; } public function setProducerNetwork($producerNetwork) { $this->producerNetwork = $producerNetwork; } public function getProducerNetwork() { return $this->producerNetwork; } /** * @param Google_Service_ServiceNetworking_GoogleCloudServicenetworkingV1ConsumerConfigReservedRange[] */ public function setReservedRanges($reservedRanges) { $this->reservedRanges = $reservedRanges; } /** * @return Google_Service_ServiceNetworking_GoogleCloudServicenetworkingV1ConsumerConfigReservedRange[] */ public function getReservedRanges() { return $this->reservedRanges; } public function setVpcScReferenceArchitectureEnabled($vpcScReferenceArchitectureEnabled) { $this->vpcScReferenceArchitectureEnabled = $vpcScReferenceArchitectureEnabled; } public function getVpcScReferenceArchitectureEnabled() { return $this->vpcScReferenceArchitectureEnabled; } } PK/ Zf||Svendor/google/apiclient-services/src/Google/Service/ServiceNetworking/EnumValue.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_ServiceNetworking_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceNetworking_Option[] */ public function getOptions() { return $this->options; } } PK/ Z4Qdd\vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BillingDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK/ ZDSGGSvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UsageRule.phpnu[allowUnregisteredCalls = $allowUnregisteredCalls; } public function getAllowUnregisteredCalls() { return $this->allowUnregisteredCalls; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } public function setSkipServiceControl($skipServiceControl) { $this->skipServiceControl = $skipServiceControl; } public function getSkipServiceControl() { return $this->skipServiceControl; } } PK/ ZN*Uvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/JwtLocation.phpnu[header = $header; } public function getHeader() { return $this->header; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setValuePrefix($valuePrefix) { $this->valuePrefix = $valuePrefix; } public function getValuePrefix() { return $this->valuePrefix; } } PK/ Zhvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ValidateConsumerConfigResponse.phpnu[existingSubnetworkCandidates = $existingSubnetworkCandidates; } /** * @return Google_Service_ServiceNetworking_Subnetwork[] */ public function getExistingSubnetworkCandidates() { return $this->existingSubnetworkCandidates; } public function setIsValid($isValid) { $this->isValid = $isValid; } public function getIsValid() { return $this->isValid; } public function setValidationError($validationError) { $this->validationError = $validationError; } public function getValidationError() { return $this->validationError; } } PK/ Z=iy y Nvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Type.phpnu[fields = $fields; } /** * @return Google_Service_ServiceNetworking_Field[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_ServiceNetworking_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceNetworking_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceNetworking_SourceContext */ public function setSourceContext(Google_Service_ServiceNetworking_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceNetworking_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK/ Z}fvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListPeeredDnsDomainsResponse.phpnu[peeredDnsDomains = $peeredDnsDomains; } /** * @return Google_Service_ServiceNetworking_PeeredDnsDomain[] */ public function getPeeredDnsDomains() { return $this->peeredDnsDomains; } } PK/ ZK MMQvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Context.phpnu[rules = $rules; } /** * @return Google_Service_ServiceNetworking_ContextRule[] */ public function getRules() { return $this->rules; } } PK/ ZD::Ovendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Usage.phpnu[producerNotificationChannel = $producerNotificationChannel; } public function getProducerNotificationChannel() { return $this->producerNotificationChannel; } public function setRequirements($requirements) { $this->requirements = $requirements; } public function getRequirements() { return $this->requirements; } /** * @param Google_Service_ServiceNetworking_UsageRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceNetworking_UsageRule[] */ public function getRules() { return $this->rules; } } PK/ Z9"eYvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameter.phpnu[httpHeader = $httpHeader; } public function getHttpHeader() { return $this->httpHeader; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrlQueryParameter($urlQueryParameter) { $this->urlQueryParameter = $urlQueryParameter; } public function getUrlQueryParameter() { return $this->urlQueryParameter; } } PK/ Z 9tMMQvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Backend.phpnu[rules = $rules; } /** * @return Google_Service_ServiceNetworking_BackendRule[] */ public function getRules() { return $this->rules; } } PK/ ZbPQvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Billing.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceNetworking_BillingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } } PK/ ZA  Tvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricRule.phpnu[metricCosts = $metricCosts; } public function getMetricCosts() { return $this->metricCosts; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ Z):jvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DisableVpcServiceControlsRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } } PK/ ZoqU.Ovendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Range.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } } PK/ ZYvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomErrorRule.phpnu[isErrorType = $isErrorType; } public function getIsErrorType() { return $this->isErrorType; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ ZI$Nvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Page.phpnu[content = $content; } public function getContent() { return $this->content; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceNetworking_Page[] */ public function setSubpages($subpages) { $this->subpages = $subpages; } /** * @return Google_Service_ServiceNetworking_Page[] */ public function getSubpages() { return $this->subpages; } } PK/ ZX<8 8 Tvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/QuotaLimit.phpnu[defaultLimit = $defaultLimit; } public function getDefaultLimit() { return $this->defaultLimit; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFreeTier($freeTier) { $this->freeTier = $freeTier; } public function getFreeTier() { return $this->freeTier; } public function setMaxLimit($maxLimit) { $this->maxLimit = $maxLimit; } public function getMaxLimit() { return $this->maxLimit; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK/ ZL,`vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CancelOperationRequest.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK/ ZX.sdvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsRecordSetResponse.phpnu[apis = $apis; } /** * @return Google_Service_ServiceNetworking_Api[] */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceNetworking_Authentication */ public function setAuthentication(Google_Service_ServiceNetworking_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceNetworking_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceNetworking_Backend */ public function setBackend(Google_Service_ServiceNetworking_Backend $backend) { $this->backend = $backend; } /** * @return Google_Service_ServiceNetworking_Backend */ public function getBackend() { return $this->backend; } /** * @param Google_Service_ServiceNetworking_Billing */ public function setBilling(Google_Service_ServiceNetworking_Billing $billing) { $this->billing = $billing; } /** * @return Google_Service_ServiceNetworking_Billing */ public function getBilling() { return $this->billing; } public function setConfigVersion($configVersion) { $this->configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_ServiceNetworking_Context */ public function setContext(Google_Service_ServiceNetworking_Context $context) { $this->context = $context; } /** * @return Google_Service_ServiceNetworking_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_ServiceNetworking_Control */ public function setControl(Google_Service_ServiceNetworking_Control $control) { $this->control = $control; } /** * @return Google_Service_ServiceNetworking_Control */ public function getControl() { return $this->control; } /** * @param Google_Service_ServiceNetworking_CustomError */ public function setCustomError(Google_Service_ServiceNetworking_CustomError $customError) { $this->customError = $customError; } /** * @return Google_Service_ServiceNetworking_CustomError */ public function getCustomError() { return $this->customError; } /** * @param Google_Service_ServiceNetworking_Documentation */ public function setDocumentation(Google_Service_ServiceNetworking_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceNetworking_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceNetworking_Endpoint[] */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceNetworking_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceNetworking_Enum[] */ public function setEnums($enums) { $this->enums = $enums; } /** * @return Google_Service_ServiceNetworking_Enum[] */ public function getEnums() { return $this->enums; } /** * @param Google_Service_ServiceNetworking_Http */ public function setHttp(Google_Service_ServiceNetworking_Http $http) { $this->http = $http; } /** * @return Google_Service_ServiceNetworking_Http */ public function getHttp() { return $this->http; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ServiceNetworking_Logging */ public function setLogging(Google_Service_ServiceNetworking_Logging $logging) { $this->logging = $logging; } /** * @return Google_Service_ServiceNetworking_Logging */ public function getLogging() { return $this->logging; } /** * @param Google_Service_ServiceNetworking_LogDescriptor[] */ public function setLogs($logs) { $this->logs = $logs; } /** * @return Google_Service_ServiceNetworking_LogDescriptor[] */ public function getLogs() { return $this->logs; } /** * @param Google_Service_ServiceNetworking_MetricDescriptor[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ServiceNetworking_MetricDescriptor[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ServiceNetworking_MonitoredResourceDescriptor[] */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceNetworking_MonitoredResourceDescriptor[] */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceNetworking_Monitoring */ public function setMonitoring(Google_Service_ServiceNetworking_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceNetworking_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } /** * @param Google_Service_ServiceNetworking_Quota */ public function setQuota(Google_Service_ServiceNetworking_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceNetworking_Quota */ public function getQuota() { return $this->quota; } /** * @param Google_Service_ServiceNetworking_SourceInfo */ public function setSourceInfo(Google_Service_ServiceNetworking_SourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return Google_Service_ServiceNetworking_SourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } /** * @param Google_Service_ServiceNetworking_SystemParameters */ public function setSystemParameters(Google_Service_ServiceNetworking_SystemParameters $systemParameters) { $this->systemParameters = $systemParameters; } /** * @return Google_Service_ServiceNetworking_SystemParameters */ public function getSystemParameters() { return $this->systemParameters; } /** * @param Google_Service_ServiceNetworking_Type[] */ public function setSystemTypes($systemTypes) { $this->systemTypes = $systemTypes; } /** * @return Google_Service_ServiceNetworking_Type[] */ public function getSystemTypes() { return $this->systemTypes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceNetworking_Type[] */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_ServiceNetworking_Type[] */ public function getTypes() { return $this->types; } /** * @param Google_Service_ServiceNetworking_Usage */ public function setUsage(Google_Service_ServiceNetworking_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceNetworking_Usage */ public function getUsage() { return $this->usage; } } PK/ Zȷ}gvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DeletePeeredDnsDomainMetadata.phpnu[allowedRequestExtensions = $allowedRequestExtensions; } public function getAllowedRequestExtensions() { return $this->allowedRequestExtensions; } public function setAllowedResponseExtensions($allowedResponseExtensions) { $this->allowedResponseExtensions = $allowedResponseExtensions; } public function getAllowedResponseExtensions() { return $this->allowedResponseExtensions; } public function setProvided($provided) { $this->provided = $provided; } public function getProvided() { return $this->provided; } public function setRequested($requested) { $this->requested = $requested; } public function getRequested() { return $this->requested; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ Z4 Zvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceNetworking_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceNetworking_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } /** * @param Google_Service_ServiceNetworking_MetricDescriptorMetadata */ public function setMetadata(Google_Service_ServiceNetworking_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_ServiceNetworking_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setMonitoredResourceTypes($monitoredResourceTypes) { $this->monitoredResourceTypes = $monitoredResourceTypes; } public function getMonitoredResourceTypes() { return $this->monitoredResourceTypes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK/ ZN=hvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesDnsRecordSets.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $dnsRecordSets = $servicenetworkingService->dnsRecordSets; * */ class Google_Service_ServiceNetworking_Resource_ServicesDnsRecordSets extends Google_Service_Resource { /** * Service producers can use this method to add DNS record sets to private DNS * zones in the shared producer host project. (dnsRecordSets.add) * * @param string $parent Required. The service that is managing peering * connectivity for a service producer's organization. For Google services that * support this functionality, this value is * `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_AddDnsRecordSetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function add($parent, Google_Service_ServiceNetworking_AddDnsRecordSetRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('add', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Service producers can use this method to remove DNS record sets from private * DNS zones in the shared producer host project. (dnsRecordSets.remove) * * @param string $parent Required. The service that is managing peering * connectivity for a service producer's organization. For Google services that * support this functionality, this value is * `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_RemoveDnsRecordSetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function remove($parent, Google_Service_ServiceNetworking_RemoveDnsRecordSetRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('remove', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Service producers can use this method to update DNS record sets from private * DNS zones in the shared producer host project. (dnsRecordSets.update) * * @param string $parent Required. The service that is managing peering * connectivity for a service producer's organization. For Google services that * support this functionality, this value is * `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_UpdateDnsRecordSetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function update($parent, Google_Service_ServiceNetworking_UpdateDnsRecordSetRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ServiceNetworking_Operation"); } } PK/ ZJ;DAzvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesProjectsServicenetworkingGlobal.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $global = $servicenetworkingService->global; * */ class Google_Service_ServiceNetworking_Resource_ServicesProjectsServicenetworkingGlobal extends Google_Service_Resource { } PK/ ZQ vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesProjectsServicenetworkingGlobalNetworks.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $networks = $servicenetworkingService->networks; * */ class Google_Service_ServiceNetworking_Resource_ServicesProjectsServicenetworkingGlobalNetworks extends Google_Service_Resource { /** * Service producers use this method to get the configuration of their * connection including the import/export of custom routes and subnetwork routes * with public IP. (networks.get) * * @param string $name Required. Name of the consumer config to retrieve in the * format: `services/{service}/projects/{project}/global/networks/{network}`. * {service} is the peering service that is managing connectivity for the * service producer's organization. For Google services that support this * functionality, this value is `servicenetworking.googleapis.com`. {project} is * a project number e.g. `12345` that contains the service consumer's VPC * network. {network} is the name of the service consumer's VPC network. * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_ConsumerConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceNetworking_ConsumerConfig"); } /** * Service producers use this method to update the configuration of their * connection including the import/export of custom routes and subnetwork routes * with public IP. (networks.updateConsumerConfig) * * @param string $parent Required. Parent resource identifying the connection * for which the consumer config is being updated in the format: * `services/{service}/projects/{project}/global/networks/{network}` {service} * is the peering service that is managing connectivity for the service * producer's organization. For Google services that support this functionality, * this value is `servicenetworking.googleapis.com`. {project} is the number of * the project that contains the service consumer's VPC network e.g. `12345`. * {network} is the name of the service consumer's VPC network. * @param Google_Service_ServiceNetworking_UpdateConsumerConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function updateConsumerConfig($parent, Google_Service_ServiceNetworking_UpdateConsumerConfigRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateConsumerConfig', array($params), "Google_Service_ServiceNetworking_Operation"); } } PK/ ZB7. . cvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesDnsZones.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $dnsZones = $servicenetworkingService->dnsZones; * */ class Google_Service_ServiceNetworking_Resource_ServicesDnsZones extends Google_Service_Resource { /** * Service producers can use this method to add private DNS zones in the shared * producer host project and matching peering zones in the consumer project. * (dnsZones.add) * * @param string $parent Required. The service that is managing peering * connectivity for a service producer's organization. For Google services that * support this functionality, this value is * `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_AddDnsZoneRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function add($parent, Google_Service_ServiceNetworking_AddDnsZoneRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('add', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Service producers can use this method to remove private DNS zones in the * shared producer host project and matching peering zones in the consumer * project. (dnsZones.remove) * * @param string $parent Required. The service that is managing peering * connectivity for a service producer's organization. For Google services that * support this functionality, this value is * `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_RemoveDnsZoneRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function remove($parent, Google_Service_ServiceNetworking_RemoveDnsZoneRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('remove', array($params), "Google_Service_ServiceNetworking_Operation"); } } PK/ ZlSvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $peeredDnsDomains = $servicenetworkingService->peeredDnsDomains; * */ class Google_Service_ServiceNetworking_Resource_ServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains extends Google_Service_Resource { /** * Creates a peered DNS domain which sends requests for records in given * namespace originating in the service producer VPC network to the consumer VPC * network to be resolved. (peeredDnsDomains.create) * * @param string $parent Required. Parent resource identifying the connection * for which the peered DNS domain will be created in the format: * `services/{service}/projects/{project}/global/networks/{network}` {service} * is the peering service that is managing connectivity for the service * producer's organization. For Google services that support this functionality, * this value is `servicenetworking.googleapis.com`. {project} is the number of * the project that contains the service consumer's VPC network e.g. `12345`. * {network} is the name of the service consumer's VPC network. * @param Google_Service_ServiceNetworking_PeeredDnsDomain $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function create($parent, Google_Service_ServiceNetworking_PeeredDnsDomain $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Deletes a peered DNS domain. (peeredDnsDomains.delete) * * @param string $name Required. The name of the peered DNS domain to delete in * the format: `services/{service}/projects/{project}/global/networks/{network}/ * peeredDnsDomains/{name}`. {service} is the peering service that is managing * connectivity for the service producer's organization. For Google services * that support this functionality, this value is * `servicenetworking.googleapis.com`. {project} is the number of the project * that contains the service consumer's VPC network e.g. `12345`. {network} is * the name of the service consumer's VPC network. {name} is the name of the * peered DNS domain. * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Lists peered DNS domains for a connection. (peeredDnsDomains.listServicesProj * ectsServicenetworkingGlobalNetworksPeeredDnsDomains) * * @param string $parent Required. Parent resource identifying the connection * which owns this collection of peered DNS domains in the format: * `services/{service}/projects/{project}/global/networks/{network}`. {service} * is the peering service that is managing connectivity for the service * producer's organization. For Google services that support this functionality, * this value is `servicenetworking.googleapis.com`. {project} is a project * number e.g. `12345` that contains the service consumer's VPC network. * {network} is the name of the service consumer's VPC network. * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_ListPeeredDnsDomainsResponse */ public function listServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceNetworking_ListPeeredDnsDomainsResponse"); } } PK/ ZZZ[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Services.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $services = $servicenetworkingService->services; * */ class Google_Service_ServiceNetworking_Resource_Services extends Google_Service_Resource { /** * For service producers, provisions a new subnet in a peered service's shared * VPC network in the requested region and with the requested size that's * expressed as a CIDR range (number of leading bits of ipV4 network mask). The * method checks against the assigned allocated ranges to find a non-conflicting * IP address range. The method will reuse a subnet if subsequent calls contain * the same subnet name, region, and prefix length. This method will make * producer's tenant project to be a shared VPC service project as needed. * (services.addSubnetwork) * * @param string $parent Required. A tenant project in the service producer * organization, in the following format: services/{service}/{collection-id * }/{resource-id}. {collection-id} is the cloud resource collection type that * represents the tenant project. Only `projects` are supported. {resource-id} * is the tenant project numeric id, such as `123456`. {service} the name of the * peering service, such as `service-peering.example.com`. This service must * already be enabled in the service consumer's project. * @param Google_Service_ServiceNetworking_AddSubnetworkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function addSubnetwork($parent, Google_Service_ServiceNetworking_AddSubnetworkRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addSubnetwork', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Disables VPC service controls for a connection. * (services.disableVpcServiceControls) * * @param string $parent The service that is managing peering connectivity for a * service producer's organization. For Google services that support this * functionality, this value is `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_DisableVpcServiceControlsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function disableVpcServiceControls($parent, Google_Service_ServiceNetworking_DisableVpcServiceControlsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disableVpcServiceControls', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Enables VPC service controls for a connection. * (services.enableVpcServiceControls) * * @param string $parent The service that is managing peering connectivity for a * service producer's organization. For Google services that support this * functionality, this value is `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_EnableVpcServiceControlsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function enableVpcServiceControls($parent, Google_Service_ServiceNetworking_EnableVpcServiceControlsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enableVpcServiceControls', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Service producers can use this method to find a currently unused range within * consumer allocated ranges. This returned range is not reserved, and not * guaranteed to remain unused. It will validate previously provided allocated * ranges, find non-conflicting sub-range of requested size (expressed in number * of leading bits of ipv4 network mask, as in CIDR range notation). * (services.searchRange) * * @param string $parent Required. This is in a form services/{service}. * {service} the name of the private access management service, for example * 'service-peering.example.com'. * @param Google_Service_ServiceNetworking_SearchRangeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function searchRange($parent, Google_Service_ServiceNetworking_SearchRangeRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('searchRange', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Service producers use this method to validate if the consumer provided * network, project and requested range are valid. This allows them to use a * fail-fast mechanism for consumer requests, and not have to wait for * AddSubnetwork operation completion to determine if user request is invalid. * (services.validate) * * @param string $parent Required. This is in a form services/{service} where * {service} is the name of the private access management service. For example * 'service-peering.example.com'. * @param Google_Service_ServiceNetworking_ValidateConsumerConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_ValidateConsumerConfigResponse */ public function validate($parent, Google_Service_ServiceNetworking_ValidateConsumerConfigRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_ServiceNetworking_ValidateConsumerConfigResponse"); } } PK/ ZxeI##]vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $operations = $servicenetworkingService->operations; * */ class Google_Service_ServiceNetworking_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_ServiceNetworking_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_ServicenetworkingEmpty */ public function cancel($name, Google_Service_ServiceNetworking_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_ServiceNetworking_ServicenetworkingEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_ServicenetworkingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceNetworking_ServicenetworkingEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ServiceNetworking_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceNetworking_ListOperationsResponse"); } } PK/ Z4ipz`vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesRoles.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $roles = $servicenetworkingService->roles; * */ class Google_Service_ServiceNetworking_Resource_ServicesRoles extends Google_Service_Resource { /** * Service producers can use this method to add roles in the shared VPC host * project. Each role is bound to the provided member. Each role must be * selected from within an allowlisted set of roles. Each role is applied at * only the granularity specified in the allowlist. (roles.add) * * @param string $parent Required. This is in a form services/{service} where * {service} is the name of the private access management service. For example * 'service-peering.example.com'. * @param Google_Service_ServiceNetworking_AddRolesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function add($parent, Google_Service_ServiceNetworking_AddRolesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('add', array($params), "Google_Service_ServiceNetworking_Operation"); } } PK/ Z.;  fvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $connections = $servicenetworkingService->connections; * */ class Google_Service_ServiceNetworking_Resource_ServicesConnections extends Google_Service_Resource { /** * Creates a private connection that establishes a VPC Network Peering * connection to a VPC network in the service producer's organization. The * administrator of the service consumer's VPC network invokes this method. The * administrator must assign one or more allocated IP ranges for provisioning * subnetworks in the service producer's VPC network. This connection is used * for all supported services in the service producer's organization, so it only * needs to be invoked once. (connections.create) * * @param string $parent The service that is managing peering connectivity for a * service producer's organization. For Google services that support this * functionality, this value is `services/servicenetworking.googleapis.com`. * @param Google_Service_ServiceNetworking_Connection $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceNetworking_Operation */ public function create($parent, Google_Service_ServiceNetworking_Connection $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceNetworking_Operation"); } /** * List the private connections that are configured in a service consumer's VPC * network. (connections.listServicesConnections) * * @param string $parent The service that is managing peering connectivity for a * service producer's organization. For Google services that support this * functionality, this value is `services/servicenetworking.googleapis.com`. If * you specify `services/-` as the parameter value, all configured peering * services are listed. * @param array $optParams Optional parameters. * * @opt_param string network The name of service consumer's VPC network that's * connected with service producer network through a private connection. The * network name must be in the following format: * `projects/{project}/global/networks/{network}`. {project} is a project * number, such as in `12345` that includes the VPC service consumer's VPC * network. {network} is the name of the service consumer's VPC network. * @return Google_Service_ServiceNetworking_ListConnectionsResponse */ public function listServicesConnections($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceNetworking_ListConnectionsResponse"); } /** * Updates the allocated ranges that are assigned to a connection. * (connections.patch) * * @param string $name The private service connection that connects to a service * producer organization. The name includes both the private service name and * the VPC network peering name in the format of * `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google * services that support this functionality, this is * `services/servicenetworking.googleapis.com/connections/servicenetworking- * googleapis-com`. * @param Google_Service_ServiceNetworking_Connection $postBody * @param array $optParams Optional parameters. * * @opt_param bool force If a previously defined allocated range is removed, * force flag must be set to true. * @opt_param string updateMask The update mask. If this is omitted, it defaults * to "*". You can only update the listed peering ranges. * @return Google_Service_ServiceNetworking_Operation */ public function patch($name, Google_Service_ServiceNetworking_Connection $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_ServiceNetworking_Operation"); } } PK/ ZX)%cvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesProjects.phpnu[ * $servicenetworkingService = new Google_Service_ServiceNetworking(...); * $projects = $servicenetworkingService->projects; * */ class Google_Service_ServiceNetworking_Resource_ServicesProjects extends Google_Service_Resource { } PK/ ZnG:!!\vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SearchRangeRequest.phpnu[ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } } PK/ ZlS`OOWvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SourceContext.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } } PK/ ZDWvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/PolicyBinding.phpnu[member = $member; } public function getMember() { return $this->member; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK/ ZharE E Uvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BackendRule.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setDeadline($deadline) { $this->deadline = $deadline; } public function getDeadline() { return $this->deadline; } public function setDisableAuth($disableAuth) { $this->disableAuth = $disableAuth; } public function getDisableAuth() { return $this->disableAuth; } public function setJwtAudience($jwtAudience) { $this->jwtAudience = $jwtAudience; } public function getJwtAudience() { return $this->jwtAudience; } public function setMinDeadline($minDeadline) { $this->minDeadline = $minDeadline; } public function getMinDeadline() { return $this->minDeadline; } public function setOperationDeadline($operationDeadline) { $this->operationDeadline = $operationDeadline; } public function getOperationDeadline() { return $this->operationDeadline; } public function setPathTranslation($pathTranslation) { $this->pathTranslation = $pathTranslation; } public function getPathTranslation() { return $this->pathTranslation; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ ZٜZvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RangeReservation.phpnu[ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setRequestedRanges($requestedRanges) { $this->requestedRanges = $requestedRanges; } public function getRequestedRanges() { return $this->requestedRanges; } public function setSecondaryRangeIpPrefixLengths($secondaryRangeIpPrefixLengths) { $this->secondaryRangeIpPrefixLengths = $secondaryRangeIpPrefixLengths; } public function getSecondaryRangeIpPrefixLengths() { return $this->secondaryRangeIpPrefixLengths; } /** * @param Google_Service_ServiceNetworking_Subnetwork[] */ public function setSubnetworkCandidates($subnetworkCandidates) { $this->subnetworkCandidates = $subnetworkCandidates; } /** * @return Google_Service_ServiceNetworking_Subnetwork[] */ public function getSubnetworkCandidates() { return $this->subnetworkCandidates; } } PK/ Zg#@@Tvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Subnetwork.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setOutsideAllocation($outsideAllocation) { $this->outsideAllocation = $outsideAllocation; } public function getOutsideAllocation() { return $this->outsideAllocation; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } /** * @param Google_Service_ServiceNetworking_SecondaryIpRange[] */ public function setSecondaryIpRanges($secondaryIpRanges) { $this->secondaryIpRanges = $secondaryIpRanges; } /** * @return Google_Service_ServiceNetworking_SecondaryIpRange[] */ public function getSecondaryIpRanges() { return $this->secondaryIpRanges; } } PK/ ZCwwNvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Http.phpnu[fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; } public function getFullyDecodeReservedExpansion() { return $this->fullyDecodeReservedExpansion; } /** * @param Google_Service_ServiceNetworking_HttpRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceNetworking_HttpRule[] */ public function getRules() { return $this->rules; } } PK/ Z""\vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthenticationRule.phpnu[allowWithoutCredential = $allowWithoutCredential; } public function getAllowWithoutCredential() { return $this->allowWithoutCredential; } /** * @param Google_Service_ServiceNetworking_OAuthRequirements */ public function setOauth(Google_Service_ServiceNetworking_OAuthRequirements $oauth) { $this->oauth = $oauth; } /** * @return Google_Service_ServiceNetworking_OAuthRequirements */ public function getOauth() { return $this->oauth; } /** * @param Google_Service_ServiceNetworking_AuthRequirement[] */ public function setRequirements($requirements) { $this->requirements = $requirements; } /** * @return Google_Service_ServiceNetworking_AuthRequirement[] */ public function getRequirements() { return $this->requirements; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ Z6`vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ConsumerConfigMetadata.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceNetworking_LoggingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } /** * @param Google_Service_ServiceNetworking_LoggingDestination[] */ public function setProducerDestinations($producerDestinations) { $this->producerDestinations = $producerDestinations; } /** * @return Google_Service_ServiceNetworking_LoggingDestination[] */ public function getProducerDestinations() { return $this->producerDestinations; } } PK/ ZVvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DnsRecordSet.phpnu[data = $data; } public function getData() { return $this->data; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Z2Yvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthRequirement.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK/ Zgvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ValidateConsumerConfigRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } /** * @param Google_Service_ServiceNetworking_ConsumerProject */ public function setConsumerProject(Google_Service_ServiceNetworking_ConsumerProject $consumerProject) { $this->consumerProject = $consumerProject; } /** * @return Google_Service_ServiceNetworking_ConsumerProject */ public function getConsumerProject() { return $this->consumerProject; } /** * @param Google_Service_ServiceNetworking_RangeReservation */ public function setRangeReservation(Google_Service_ServiceNetworking_RangeReservation $rangeReservation) { $this->rangeReservation = $rangeReservation; } /** * @return Google_Service_ServiceNetworking_RangeReservation */ public function getRangeReservation() { return $this->rangeReservation; } public function setValidateNetwork($validateNetwork) { $this->validateNetwork = $validateNetwork; } public function getValidateNetwork() { return $this->validateNetwork; } } PK/ ZѸVvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthProvider.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setAuthorizationUrl($authorizationUrl) { $this->authorizationUrl = $authorizationUrl; } public function getAuthorizationUrl() { return $this->authorizationUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setJwksUri($jwksUri) { $this->jwksUri = $jwksUri; } public function getJwksUri() { return $this->jwksUri; } /** * @param Google_Service_ServiceNetworking_JwtLocation[] */ public function setJwtLocations($jwtLocations) { $this->jwtLocations = $jwtLocations; } /** * @return Google_Service_ServiceNetworking_JwtLocation[] */ public function getJwtLocations() { return $this->jwtLocations; } } PK/ ZHn  ^vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddSubnetworkRequest.phpnu[consumer = $consumer; } public function getConsumer() { return $this->consumer; } public function setConsumerNetwork($consumerNetwork) { $this->consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIpPrefixLength($ipPrefixLength) { $this->ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRequestedAddress($requestedAddress) { $this->requestedAddress = $requestedAddress; } public function getRequestedAddress() { return $this->requestedAddress; } public function setRequestedRanges($requestedRanges) { $this->requestedRanges = $requestedRanges; } public function getRequestedRanges() { return $this->requestedRanges; } /** * @param Google_Service_ServiceNetworking_SecondaryIpRangeSpec[] */ public function setSecondaryIpRangeSpecs($secondaryIpRangeSpecs) { $this->secondaryIpRangeSpecs = $secondaryIpRangeSpecs; } /** * @return Google_Service_ServiceNetworking_SecondaryIpRangeSpec[] */ public function getSecondaryIpRangeSpecs() { return $this->secondaryIpRangeSpecs; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setSubnetworkUsers($subnetworkUsers) { $this->subnetworkUsers = $subnetworkUsers; } public function getSubnetworkUsers() { return $this->subnetworkUsers; } } PK/ ZQ1evendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UpdateConsumerConfigRequest.phpnu[consumerConfig = $consumerConfig; } /** * @return Google_Service_ServiceNetworking_ConsumerConfig */ public function getConsumerConfig() { return $this->consumerConfig; } } PK/ ZP^  Tvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Monitoring.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceNetworking_MonitoringDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } /** * @param Google_Service_ServiceNetworking_MonitoringDestination[] */ public function setProducerDestinations($producerDestinations) { $this->producerDestinations = $producerDestinations; } /** * @return Google_Service_ServiceNetworking_MonitoringDestination[] */ public function getProducerDestinations() { return $this->producerDestinations; } } PK/ Zdح`vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ServicenetworkingEmpty.phpnu[rules = $rules; } /** * @return Google_Service_ServiceNetworking_SystemParameterRule[] */ public function getRules() { return $this->rules; } } PK/ ZP^LLRvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Endpoint.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; } public function getAllowCors() { return $this->allowCors; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK/ Z̯]Kdvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsRecordSetMetadata.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } /** * @param Google_Service_ServiceNetworking_DnsRecordSet */ public function setDnsRecordSet(Google_Service_ServiceNetworking_DnsRecordSet $dnsRecordSet) { $this->dnsRecordSet = $dnsRecordSet; } /** * @return Google_Service_ServiceNetworking_DnsRecordSet */ public function getDnsRecordSet() { return $this->dnsRecordSet; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK/ Zzd~~Yvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddRolesRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } /** * @param Google_Service_ServiceNetworking_PolicyBinding[] */ public function setPolicyBinding($policyBinding) { $this->policyBinding = $policyBinding; } /** * @return Google_Service_ServiceNetworking_PolicyBinding[] */ public function getPolicyBinding() { return $this->policyBinding; } } PK/ Z)ivendor/google/apiclient-services/src/Google/Service/ServiceNetworking/EnableVpcServiceControlsRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } } PK/ Zt7[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/OAuthRequirements.phpnu[canonicalScopes = $canonicalScopes; } public function getCanonicalScopes() { return $this->canonicalScopes; } } PK/ Z3\vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsZoneMetadata.phpnu[network = $network; } public function getNetwork() { return $this->network; } public function setPeering($peering) { $this->peering = $peering; } public function getPeering() { return $this->peering; } public function setReservedPeeringRanges($reservedPeeringRanges) { $this->reservedPeeringRanges = $reservedPeeringRanges; } public function getReservedPeeringRanges() { return $this->reservedPeeringRanges; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ ZVI0SSOvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Route.phpnu[destRange = $destRange; } public function getDestRange() { return $this->destRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNextHopGateway($nextHopGateway) { $this->nextHopGateway = $nextHopGateway; } public function getNextHopGateway() { return $this->nextHopGateway; } } PK/ Z8fSvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ServiceNetworking_Status */ public function setError(Google_Service_ServiceNetworking_Status $error) { $this->error = $error; } /** * @return Google_Service_ServiceNetworking_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK/ Z2Ovendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Quota.phpnu[limits = $limits; } /** * @return Google_Service_ServiceNetworking_QuotaLimit[] */ public function getLimits() { return $this->limits; } /** * @param Google_Service_ServiceNetworking_MetricRule[] */ public function setMetricRules($metricRules) { $this->metricRules = $metricRules; } /** * @return Google_Service_ServiceNetworking_MetricRule[] */ public function getMetricRules() { return $this->metricRules; } } PK/ Z4C>Pvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Status.phpnu[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; } } PK/ Z!Wvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Documentation.phpnu[documentationRootUrl = $documentationRootUrl; } public function getDocumentationRootUrl() { return $this->documentationRootUrl; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } /** * @param Google_Service_ServiceNetworking_Page[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_ServiceNetworking_Page[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_ServiceNetworking_DocumentationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceNetworking_DocumentationRule[] */ public function getRules() { return $this->rules; } public function setServiceRootUrl($serviceRootUrl) { $this->serviceRootUrl = $serviceRootUrl; } public function getServiceRootUrl() { return $this->serviceRootUrl; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK/ ZxX( \vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsZoneResponse.phpnu[consumerPeeringZone = $consumerPeeringZone; } /** * @return Google_Service_ServiceNetworking_DnsZone */ public function getConsumerPeeringZone() { return $this->consumerPeeringZone; } /** * @param Google_Service_ServiceNetworking_DnsZone */ public function setProducerPrivateZone(Google_Service_ServiceNetworking_DnsZone $producerPrivateZone) { $this->producerPrivateZone = $producerPrivateZone; } /** * @return Google_Service_ServiceNetworking_DnsZone */ public function getProducerPrivateZone() { return $this->producerPrivateZone; } } PK/ ZZ2*avendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsRecordSetMetadata.phpnu[sourceFiles = $sourceFiles; } public function getSourceFiles() { return $this->sourceFiles; } } PK/ Zއ;[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsZoneRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } public function setDnsSuffix($dnsSuffix) { $this->dnsSuffix = $dnsSuffix; } public function getDnsSuffix() { return $this->dnsSuffix; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Zʍ/evendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceNetworking_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceNetworking_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK/ Z05cvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsRecordSetRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } /** * @param Google_Service_ServiceNetworking_DnsRecordSet */ public function setDnsRecordSet(Google_Service_ServiceNetworking_DnsRecordSet $dnsRecordSet) { $this->dnsRecordSet = $dnsRecordSet; } /** * @return Google_Service_ServiceNetworking_DnsRecordSet */ public function getDnsRecordSet() { return $this->dnsRecordSet; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK/ Zqޭ^vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsZoneRequest.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z%gHQvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DnsZone.phpnu[dnsSuffix = $dnsSuffix; } public function getDnsSuffix() { return $this->dnsSuffix; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z_ϙYLL\vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LoggingDestination.phpnu[logs = $logs; } public function getLogs() { return $this->logs; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK/ ZpZgPP`vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceNetworking_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_ServiceNetworking_Operation[] */ public function getOperations() { return $this->operations; } } PK/ ZJAbvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionMetadata.phpnu[policyBinding = $policyBinding; } /** * @return Google_Service_ServiceNetworking_PolicyBinding[] */ public function getPolicyBinding() { return $this->policyBinding; } } PK/ Z^^Qvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Control.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK/ ZL<<]vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameterRule.phpnu[parameters = $parameters; } /** * @return Google_Service_ServiceNetworking_SystemParameter[] */ public function getParameters() { return $this->parameters; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ ZHLH_vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsZoneResponse.phpnu[consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } /** * @param Google_Service_ServiceNetworking_DnsRecordSet */ public function setExistingDnsRecordSet(Google_Service_ServiceNetworking_DnsRecordSet $existingDnsRecordSet) { $this->existingDnsRecordSet = $existingDnsRecordSet; } /** * @return Google_Service_ServiceNetworking_DnsRecordSet */ public function getExistingDnsRecordSet() { return $this->existingDnsRecordSet; } /** * @param Google_Service_ServiceNetworking_DnsRecordSet */ public function setNewDnsRecordSet(Google_Service_ServiceNetworking_DnsRecordSet $newDnsRecordSet) { $this->newDnsRecordSet = $newDnsRecordSet; } /** * @return Google_Service_ServiceNetworking_DnsRecordSet */ public function getNewDnsRecordSet() { return $this->newDnsRecordSet; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK/ ZpUD__Yvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ConsumerProject.phpnu[projectNum = $projectNum; } public function getProjectNum() { return $this->projectNum; } } PK/ Zdvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UpdateDnsRecordSetMetadata.phpnu[enumvalue = $enumvalue; } /** * @return Google_Service_ServiceNetworking_EnumValue[] */ public function getEnumvalue() { return $this->enumvalue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceNetworking_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceNetworking_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceNetworking_SourceContext */ public function setSourceContext(Google_Service_ServiceNetworking_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceNetworking_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK/ Z+jUvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomError.phpnu[rules = $rules; } /** * @return Google_Service_ServiceNetworking_CustomErrorRule[] */ public function getRules() { return $this->rules; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } PK/ Z_gg_vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoringDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK/ ZYл  Mvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Api.phpnu[methods = $methods; } /** * @return Google_Service_ServiceNetworking_Method[] */ public function getMethods() { return $this->methods; } /** * @param Google_Service_ServiceNetworking_Mixin[] */ public function setMixins($mixins) { $this->mixins = $mixins; } /** * @return Google_Service_ServiceNetworking_Mixin[] */ public function getMixins() { return $this->mixins; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceNetworking_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceNetworking_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceNetworking_SourceContext */ public function setSourceContext(Google_Service_ServiceNetworking_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceNetworking_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ ZEXXvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Authentication.phpnu[providers = $providers; } /** * @return Google_Service_ServiceNetworking_AuthProvider[] */ public function getProviders() { return $this->providers; } /** * @param Google_Service_ServiceNetworking_AuthenticationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceNetworking_AuthenticationRule[] */ public function getRules() { return $this->rules; } } PK/ ZFPvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Method.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceNetworking_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceNetworking_Option[] */ public function getOptions() { return $this->options; } public function setRequestStreaming($requestStreaming) { $this->requestStreaming = $requestStreaming; } public function getRequestStreaming() { return $this->requestStreaming; } public function setRequestTypeUrl($requestTypeUrl) { $this->requestTypeUrl = $requestTypeUrl; } public function getRequestTypeUrl() { return $this->requestTypeUrl; } public function setResponseStreaming($responseStreaming) { $this->responseStreaming = $responseStreaming; } public function getResponseStreaming() { return $this->responseStreaming; } public function setResponseTypeUrl($responseTypeUrl) { $this->responseTypeUrl = $responseTypeUrl; } public function getResponseTypeUrl() { return $this->responseTypeUrl; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK/ Z0[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK/ Zovendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setIpPrefixLength($ipPrefixLength) { $this->ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ ZfttWvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LogDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceNetworking_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceNetworking_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ ZHvvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaConnection.phpnu[network = $network; } public function getNetwork() { return $this->network; } public function setPeering($peering) { $this->peering = $peering; } public function getPeering() { return $this->peering; } public function setReservedPeeringRanges($reservedPeeringRanges) { $this->reservedPeeringRanges = $reservedPeeringRanges; } public function getReservedPeeringRanges() { return $this->reservedPeeringRanges; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK/ ZOvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Mixin.phpnu[name = $name; } public function getName() { return $this->name; } public function setRoot($root) { $this->root = $root; } public function getRoot() { return $this->root; } } PK/ Z5v[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DocumentationRule.phpnu[deprecationDescription = $deprecationDescription; } public function getDeprecationDescription() { return $this->deprecationDescription; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK/ Z2Zvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SecondaryIpRange.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setRangeName($rangeName) { $this->rangeName = $rangeName; } public function getRangeName() { return $this->rangeName; } } PK/ Z*ȳ^vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SecondaryIpRangeSpec.phpnu[ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setRangeName($rangeName) { $this->rangeName = $rangeName; } public function getRangeName() { return $this->rangeName; } public function setRequestedAddress($requestedAddress) { $this->requestedAddress = $requestedAddress; } public function getRequestedAddress() { return $this->requestedAddress; } } PK/ Z J Fvendor/google/apiclient-services/src/Google/Service/Groupssettings.phpnu[ * Manages permission levels and related settings of a group.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Groupssettings extends Google_Service { /** View and manage the settings of a G Suite group. */ const APPS_GROUPS_SETTINGS = "https://www.googleapis.com/auth/apps.groups.settings"; public $groups; /** * Constructs the internal representation of the Groupssettings service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'groups/v1/groups/'; $this->batchPath = 'batch/groupssettings/v1'; $this->version = 'v1'; $this->serviceName = 'groupssettings'; $this->groups = new Google_Service_Groupssettings_Resource_Groups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'get' => array( 'path' => '{groupUniqueId}', 'httpMethod' => 'GET', 'parameters' => array( 'groupUniqueId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => '{groupUniqueId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'groupUniqueId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => '{groupUniqueId}', 'httpMethod' => 'PUT', 'parameters' => array( 'groupUniqueId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK/ Zg}}`vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInsertionOrdersResponse.phpnu[insertionOrders = $insertionOrders; } /** * @return Google_Service_DisplayVideo_InsertionOrder[] */ public function getInsertionOrders() { return $this->insertionOrders; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zf} Tvendor/google/apiclient-services/src/Google/Service/DisplayVideo/FloodlightGroup.phpnu[activeViewConfig = $activeViewConfig; } /** * @return Google_Service_DisplayVideo_ActiveViewVideoViewabilityMetricConfig */ public function getActiveViewConfig() { return $this->activeViewConfig; } public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } public function getCustomVariables() { return $this->customVariables; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFloodlightGroupId($floodlightGroupId) { $this->floodlightGroupId = $floodlightGroupId; } public function getFloodlightGroupId() { return $this->floodlightGroupId; } /** * @param Google_Service_DisplayVideo_LookbackWindow */ public function setLookbackWindow(Google_Service_DisplayVideo_LookbackWindow $lookbackWindow) { $this->lookbackWindow = $lookbackWindow; } /** * @return Google_Service_DisplayVideo_LookbackWindow */ public function getLookbackWindow() { return $this->lookbackWindow; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setWebTagType($webTagType) { $this->webTagType = $webTagType; } public function getWebTagType() { return $this->webTagType; } } PK/ Zco&&evendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedUserRolesRequest.phpnu[createdAssignedUserRoles = $createdAssignedUserRoles; } /** * @return Google_Service_DisplayVideo_AssignedUserRole[] */ public function getCreatedAssignedUserRoles() { return $this->createdAssignedUserRoles; } public function setDeletedAssignedUserRoles($deletedAssignedUserRoles) { $this->deletedAssignedUserRoles = $deletedAssignedUserRoles; } public function getDeletedAssignedUserRoles() { return $this->deletedAssignedUserRoles; } } PK/ ZvNvendor/google/apiclient-services/src/Google/Service/DisplayVideo/TimeRange.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK/ ZY  kvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LanguageAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ ZPrrwvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAdvertiserAssignedTargetingOptionsResponse.phpnu[createdAssignedTargetingOptions = $createdAssignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getCreatedAssignedTargetingOptions() { return $this->createdAssignedTargetingOptions; } } PK/ Z ""Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListPartnersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DisplayVideo_Partner[] */ public function setPartners($partners) { $this->partners = $partners; } /** * @return Google_Service_DisplayVideo_Partner[] */ public function getPartners() { return $this->partners; } } PK/ Z9˳AAIvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK/ Z[WRRPvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerCost.phpnu[costType = $costType; } public function getCostType() { return $this->costType; } public function setFeeAmount($feeAmount) { $this->feeAmount = $feeAmount; } public function getFeeAmount() { return $this->feeAmount; } public function setFeePercentageMillis($feePercentageMillis) { $this->feePercentageMillis = $feePercentageMillis; } public function getFeePercentageMillis() { return $this->feePercentageMillis; } public function setFeeType($feeType) { $this->feeType = $feeType; } public function getFeeType() { return $this->feeType; } public function setInvoiceType($invoiceType) { $this->invoiceType = $invoiceType; } public function getInvoiceType() { return $this->invoiceType; } } PK/ Zkkevendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceTypeTargetingOptionDetails.phpnu[deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } } PK/ Z6 ddnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/EnvironmentAssignedTargetingOptionDetails.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z5Mwwjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/OperatingSystemTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK/ Zk4B//Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignsResponse.phpnu[campaigns = $campaigns; } /** * @return Google_Service_DisplayVideo_Campaign[] */ public function getCampaigns() { return $this->campaigns; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZPee_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/FirstAndThirdPartyAudience.phpnu[activeDisplayAudienceSize = $activeDisplayAudienceSize; } public function getActiveDisplayAudienceSize() { return $this->activeDisplayAudienceSize; } public function setAudienceSource($audienceSource) { $this->audienceSource = $audienceSource; } public function getAudienceSource() { return $this->audienceSource; } public function setAudienceType($audienceType) { $this->audienceType = $audienceType; } public function getAudienceType() { return $this->audienceType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayAudienceSize($displayAudienceSize) { $this->displayAudienceSize = $displayAudienceSize; } public function getDisplayAudienceSize() { return $this->displayAudienceSize; } public function setDisplayDesktopAudienceSize($displayDesktopAudienceSize) { $this->displayDesktopAudienceSize = $displayDesktopAudienceSize; } public function getDisplayDesktopAudienceSize() { return $this->displayDesktopAudienceSize; } public function setDisplayMobileAppAudienceSize($displayMobileAppAudienceSize) { $this->displayMobileAppAudienceSize = $displayMobileAppAudienceSize; } public function getDisplayMobileAppAudienceSize() { return $this->displayMobileAppAudienceSize; } public function setDisplayMobileWebAudienceSize($displayMobileWebAudienceSize) { $this->displayMobileWebAudienceSize = $displayMobileWebAudienceSize; } public function getDisplayMobileWebAudienceSize() { return $this->displayMobileWebAudienceSize; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFirstAndThirdPartyAudienceId($firstAndThirdPartyAudienceId) { $this->firstAndThirdPartyAudienceId = $firstAndThirdPartyAudienceId; } public function getFirstAndThirdPartyAudienceId() { return $this->firstAndThirdPartyAudienceId; } public function setFirstAndThirdPartyAudienceType($firstAndThirdPartyAudienceType) { $this->firstAndThirdPartyAudienceType = $firstAndThirdPartyAudienceType; } public function getFirstAndThirdPartyAudienceType() { return $this->firstAndThirdPartyAudienceType; } public function setGmailAudienceSize($gmailAudienceSize) { $this->gmailAudienceSize = $gmailAudienceSize; } public function getGmailAudienceSize() { return $this->gmailAudienceSize; } public function setMembershipDurationDays($membershipDurationDays) { $this->membershipDurationDays = $membershipDurationDays; } public function getMembershipDurationDays() { return $this->membershipDurationDays; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setYoutubeAudienceSize($youtubeAudienceSize) { $this->youtubeAudienceSize = $youtubeAudienceSize; } public function getYoutubeAudienceSize() { return $this->youtubeAudienceSize; } } PK/ ZCYvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceGroup.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setInventorySourceGroupId($inventorySourceGroupId) { $this->inventorySourceGroupId = $inventorySourceGroupId; } public function getInventorySourceGroupId() { return $this->inventorySourceGroupId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Zw%Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceStatus.phpnu[configStatus = $configStatus; } public function getConfigStatus() { return $this->configStatus; } public function setEntityPauseReason($entityPauseReason) { $this->entityPauseReason = $entityPauseReason; } public function getEntityPauseReason() { return $this->entityPauseReason; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } public function setSellerPauseReason($sellerPauseReason) { $this->sellerPauseReason = $sellerPauseReason; } public function getSellerPauseReason() { return $this->sellerPauseReason; } public function setSellerStatus($sellerStatus) { $this->sellerStatus = $sellerStatus; } public function getSellerStatus() { return $this->sellerStatus; } } PK/ Z)\LLkvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AgeRangeAssignedTargetingOptionDetails.phpnu[ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Zzu rvendor/google/apiclient-services/src/Google/Service/DisplayVideo/VideoPlayerSizeAssignedTargetingOptionDetails.phpnu[targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } public function setVideoPlayerSize($videoPlayerSize) { $this->videoPlayerSize = $videoPlayerSize; } public function getVideoPlayerSize() { return $this->videoPlayerSize; } } PK/ Z;ppuvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditLineItemAssignedTargetingOptionsResponse.phpnu[createdAssignedTargetingOptions = $createdAssignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getCreatedAssignedTargetingOptions() { return $this->createdAssignedTargetingOptions; } } PK/ Zprvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceAssignedTargetingOptionDetails.phpnu[inventorySourceId = $inventorySourceId; } public function getInventorySourceId() { return $this->inventorySourceId; } } PK/ Z{*  Xvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateAssetResponse.phpnu[asset = $asset; } /** * @return Google_Service_DisplayVideo_Asset */ public function getAsset() { return $this->asset; } } PK/ ZZSdddnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ViewabilityAssignedTargetingOptionDetails.phpnu[targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } public function setViewability($viewability) { $this->viewability = $viewability; } public function getViewability() { return $this->viewability; } } PK/ Z~ٮdvendor/google/apiclient-services/src/Google/Service/DisplayVideo/FirstAndThirdPartyAudienceGroup.phpnu[settings = $settings; } /** * @return Google_Service_DisplayVideo_FirstAndThirdPartyAudienceTargetingSetting[] */ public function getSettings() { return $this->settings; } } PK/ Z&~ÔUvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CombinedAudience.phpnu[combinedAudienceId = $combinedAudienceId; } public function getCombinedAudienceId() { return $this->combinedAudienceId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Z;ijvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateAssignedTargetingOptionsRequest.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setTargetingType($targetingType) { $this->targetingType = $targetingType; } public function getTargetingType() { return $this->targetingType; } } PK/ Zl svendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentOutstreamPositionTargetingOptionDetails.phpnu[contentOutstreamPosition = $contentOutstreamPosition; } public function getContentOutstreamPosition() { return $this->contentOutstreamPosition; } } PK/ Z"  tvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditLineItemAssignedTargetingOptionsRequest.phpnu[createRequests = $createRequests; } /** * @return Google_Service_DisplayVideo_CreateAssignedTargetingOptionsRequest[] */ public function getCreateRequests() { return $this->createRequests; } /** * @param Google_Service_DisplayVideo_DeleteAssignedTargetingOptionsRequest[] */ public function setDeleteRequests($deleteRequests) { $this->deleteRequests = $deleteRequests; } /** * @return Google_Service_DisplayVideo_DeleteAssignedTargetingOptionsRequest[] */ public function getDeleteRequests() { return $this->deleteRequests; } } PK/ Z Ebvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedLocationsResponse.phpnu[assignedLocations = $assignedLocations; } /** * @return Google_Service_DisplayVideo_AssignedLocation[] */ public function getAssignedLocations() { return $this->assignedLocations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z=Cevendor/google/apiclient-services/src/Google/Service/DisplayVideo/TrackingFloodlightActivityConfig.phpnu[floodlightActivityId = $floodlightActivityId; } public function getFloodlightActivityId() { return $this->floodlightActivityId; } public function setPostClickLookbackWindowDays($postClickLookbackWindowDays) { $this->postClickLookbackWindowDays = $postClickLookbackWindowDays; } public function getPostClickLookbackWindowDays() { return $this->postClickLookbackWindowDays; } public function setPostViewLookbackWindowDays($postViewLookbackWindowDays) { $this->postViewLookbackWindowDays = $postViewLookbackWindowDays; } public function getPostViewLookbackWindowDays() { return $this->postViewLookbackWindowDays; } } PK/ Z jresourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK/ Z_ _ Mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LineItem.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_BiddingStrategy */ public function setBidStrategy(Google_Service_DisplayVideo_BiddingStrategy $bidStrategy) { $this->bidStrategy = $bidStrategy; } /** * @return Google_Service_DisplayVideo_BiddingStrategy */ public function getBidStrategy() { return $this->bidStrategy; } /** * @param Google_Service_DisplayVideo_LineItemBudget */ public function setBudget(Google_Service_DisplayVideo_LineItemBudget $budget) { $this->budget = $budget; } /** * @return Google_Service_DisplayVideo_LineItemBudget */ public function getBudget() { return $this->budget; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } /** * @param Google_Service_DisplayVideo_ConversionCountingConfig */ public function setConversionCounting(Google_Service_DisplayVideo_ConversionCountingConfig $conversionCounting) { $this->conversionCounting = $conversionCounting; } /** * @return Google_Service_DisplayVideo_ConversionCountingConfig */ public function getConversionCounting() { return $this->conversionCounting; } public function setCreativeIds($creativeIds) { $this->creativeIds = $creativeIds; } public function getCreativeIds() { return $this->creativeIds; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_LineItemFlight */ public function setFlight(Google_Service_DisplayVideo_LineItemFlight $flight) { $this->flight = $flight; } /** * @return Google_Service_DisplayVideo_LineItemFlight */ public function getFlight() { return $this->flight; } /** * @param Google_Service_DisplayVideo_FrequencyCap */ public function setFrequencyCap(Google_Service_DisplayVideo_FrequencyCap $frequencyCap) { $this->frequencyCap = $frequencyCap; } /** * @return Google_Service_DisplayVideo_FrequencyCap */ public function getFrequencyCap() { return $this->frequencyCap; } public function setInsertionOrderId($insertionOrderId) { $this->insertionOrderId = $insertionOrderId; } public function getInsertionOrderId() { return $this->insertionOrderId; } /** * @param Google_Service_DisplayVideo_IntegrationDetails */ public function setIntegrationDetails(Google_Service_DisplayVideo_IntegrationDetails $integrationDetails) { $this->integrationDetails = $integrationDetails; } /** * @return Google_Service_DisplayVideo_IntegrationDetails */ public function getIntegrationDetails() { return $this->integrationDetails; } public function setInventorySourceIds($inventorySourceIds) { $this->inventorySourceIds = $inventorySourceIds; } public function getInventorySourceIds() { return $this->inventorySourceIds; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setLineItemType($lineItemType) { $this->lineItemType = $lineItemType; } public function getLineItemType() { return $this->lineItemType; } /** * @param Google_Service_DisplayVideo_MobileApp */ public function setMobileApp(Google_Service_DisplayVideo_MobileApp $mobileApp) { $this->mobileApp = $mobileApp; } /** * @return Google_Service_DisplayVideo_MobileApp */ public function getMobileApp() { return $this->mobileApp; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DisplayVideo_Pacing */ public function setPacing(Google_Service_DisplayVideo_Pacing $pacing) { $this->pacing = $pacing; } /** * @return Google_Service_DisplayVideo_Pacing */ public function getPacing() { return $this->pacing; } /** * @param Google_Service_DisplayVideo_PartnerCost[] */ public function setPartnerCosts($partnerCosts) { $this->partnerCosts = $partnerCosts; } /** * @return Google_Service_DisplayVideo_PartnerCost[] */ public function getPartnerCosts() { return $this->partnerCosts; } /** * @param Google_Service_DisplayVideo_PartnerRevenueModel */ public function setPartnerRevenueModel(Google_Service_DisplayVideo_PartnerRevenueModel $partnerRevenueModel) { $this->partnerRevenueModel = $partnerRevenueModel; } /** * @return Google_Service_DisplayVideo_PartnerRevenueModel */ public function getPartnerRevenueModel() { return $this->partnerRevenueModel; } /** * @param Google_Service_DisplayVideo_TargetingExpansionConfig */ public function setTargetingExpansion(Google_Service_DisplayVideo_TargetingExpansionConfig $targetingExpansion) { $this->targetingExpansion = $targetingExpansion; } /** * @return Google_Service_DisplayVideo_TargetingExpansionConfig */ public function getTargetingExpansion() { return $this->targetingExpansion; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWarningMessages($warningMessages) { $this->warningMessages = $warningMessages; } public function getWarningMessages() { return $this->warningMessages; } } PK/ Zʉ\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/SdfDownloadTaskMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ ZF))lvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedInventorySourcesRequest.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_AssignedInventorySource[] */ public function setCreatedAssignedInventorySources($createdAssignedInventorySources) { $this->createdAssignedInventorySources = $createdAssignedInventorySources; } /** * @return Google_Service_DisplayVideo_AssignedInventorySource[] */ public function getCreatedAssignedInventorySources() { return $this->createdAssignedInventorySources; } public function setDeletedAssignedInventorySources($deletedAssignedInventorySources) { $this->deletedAssignedInventorySources = $deletedAssignedInventorySources; } public function getDeletedAssignedInventorySources() { return $this->deletedAssignedInventorySources; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } } PK/ Zi4؛Qvendor/google/apiclient-services/src/Google/Service/DisplayVideo/FrequencyCap.phpnu[maxImpressions = $maxImpressions; } public function getMaxImpressions() { return $this->maxImpressions; } public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } public function getTimeUnit() { return $this->timeUnit; } public function setTimeUnitCount($timeUnitCount) { $this->timeUnitCount = $timeUnitCount; } public function getTimeUnitCount() { return $this->timeUnitCount; } public function setUnlimited($unlimited) { $this->unlimited = $unlimited; } public function getUnlimited() { return $this->unlimited; } } PK/ Zu%@Ovendor/google/apiclient-services/src/Google/Service/DisplayVideo/TimerEvent.phpnu[name = $name; } public function getName() { return $this->name; } public function setReportingName($reportingName) { $this->reportingName = $reportingName; } public function getReportingName() { return $this->reportingName; } } PK/ ZPC©Pvendor/google/apiclient-services/src/Google/Service/DisplayVideo/RateDetails.phpnu[inventorySourceRateType = $inventorySourceRateType; } public function getInventorySourceRateType() { return $this->inventorySourceRateType; } /** * @param Google_Service_DisplayVideo_Money */ public function setMinimumSpend(Google_Service_DisplayVideo_Money $minimumSpend) { $this->minimumSpend = $minimumSpend; } /** * @return Google_Service_DisplayVideo_Money */ public function getMinimumSpend() { return $this->minimumSpend; } /** * @param Google_Service_DisplayVideo_Money */ public function setRate(Google_Service_DisplayVideo_Money $rate) { $this->rate = $rate; } /** * @return Google_Service_DisplayVideo_Money */ public function getRate() { return $this->rate; } public function setUnitsPurchased($unitsPurchased) { $this->unitsPurchased = $unitsPurchased; } public function getUnitsPurchased() { return $this->unitsPurchased; } } PK/ Z?; Uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ReviewStatusInfo.phpnu[approvalStatus = $approvalStatus; } public function getApprovalStatus() { return $this->approvalStatus; } public function setContentAndPolicyReviewStatus($contentAndPolicyReviewStatus) { $this->contentAndPolicyReviewStatus = $contentAndPolicyReviewStatus; } public function getContentAndPolicyReviewStatus() { return $this->contentAndPolicyReviewStatus; } public function setCreativeAndLandingPageReviewStatus($creativeAndLandingPageReviewStatus) { $this->creativeAndLandingPageReviewStatus = $creativeAndLandingPageReviewStatus; } public function getCreativeAndLandingPageReviewStatus() { return $this->creativeAndLandingPageReviewStatus; } /** * @param Google_Service_DisplayVideo_ExchangeReviewStatus[] */ public function setExchangeReviewStatuses($exchangeReviewStatuses) { $this->exchangeReviewStatuses = $exchangeReviewStatuses; } /** * @return Google_Service_DisplayVideo_ExchangeReviewStatus[] */ public function getExchangeReviewStatuses() { return $this->exchangeReviewStatuses; } /** * @param Google_Service_DisplayVideo_PublisherReviewStatus[] */ public function setPublisherReviewStatuses($publisherReviewStatuses) { $this->publisherReviewStatuses = $publisherReviewStatuses; } /** * @return Google_Service_DisplayVideo_PublisherReviewStatus[] */ public function getPublisherReviewStatuses() { return $this->publisherReviewStatuses; } } PK/ Z1BWvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ParentEntityFilter.phpnu[fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilterIds($filterIds) { $this->filterIds = $filterIds; } public function getFilterIds() { return $this->filterIds; } public function setFilterType($filterType) { $this->filterType = $filterType; } public function getFilterType() { return $this->filterType; } } PK/ Z,0lvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListFirstAndThirdPartyAudiencesResponse.phpnu[firstAndThirdPartyAudiences = $firstAndThirdPartyAudiences; } /** * @return Google_Service_DisplayVideo_FirstAndThirdPartyAudience[] */ public function getFirstAndThirdPartyAudiences() { return $this->firstAndThirdPartyAudiences; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zpvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListPartnerAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z\Y &&Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/LookbackWindow.phpnu[clickDays = $clickDays; } public function getClickDays() { return $this->clickDays; } public function setImpressionDays($impressionDays) { $this->impressionDays = $impressionDays; } public function getImpressionDays() { return $this->impressionDays; } } PK/ ZsKvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Adloox.phpnu[excludedAdlooxCategories = $excludedAdlooxCategories; } public function getExcludedAdlooxCategories() { return $this->excludedAdlooxCategories; } } PK/ ZhhTvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SdfDownloadTask.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK/ ZIJvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK/ Zj\Tvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PerformanceGoal.phpnu[performanceGoalAmountMicros = $performanceGoalAmountMicros; } public function getPerformanceGoalAmountMicros() { return $this->performanceGoalAmountMicros; } public function setPerformanceGoalPercentageMicros($performanceGoalPercentageMicros) { $this->performanceGoalPercentageMicros = $performanceGoalPercentageMicros; } public function getPerformanceGoalPercentageMicros() { return $this->performanceGoalPercentageMicros; } public function setPerformanceGoalString($performanceGoalString) { $this->performanceGoalString = $performanceGoalString; } public function getPerformanceGoalString() { return $this->performanceGoalString; } public function setPerformanceGoalType($performanceGoalType) { $this->performanceGoalType = $performanceGoalType; } public function getPerformanceGoalType() { return $this->performanceGoalType; } } PK/ Z?Rvendor/google/apiclient-services/src/Google/Service/DisplayVideo/UniversalAdId.phpnu[id = $id; } public function getId() { return $this->id; } public function setRegistry($registry) { $this->registry = $registry; } public function getRegistry() { return $this->registry; } } PK/ Zų㡙Xvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GoogleAudienceGroup.phpnu[settings = $settings; } /** * @return Google_Service_DisplayVideo_GoogleAudienceTargetingSetting[] */ public function getSettings() { return $this->settings; } } PK/ Z ?pp_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListManualTriggersResponse.phpnu[manualTriggers = $manualTriggers; } /** * @return Google_Service_DisplayVideo_ManualTrigger[] */ public function getManualTriggers() { return $this->manualTriggers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z aDss_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/CustomListTargetingSetting.phpnu[customListId = $customListId; } public function getCustomListId() { return $this->customListId; } } PK/ ZA'POvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CustomList.phpnu[customListId = $customListId; } public function getCustomListId() { return $this->customListId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK/ Zw8!!uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ThirdPartyVerifierAssignedTargetingOptionDetails.phpnu[adloox = $adloox; } /** * @return Google_Service_DisplayVideo_Adloox */ public function getAdloox() { return $this->adloox; } /** * @param Google_Service_DisplayVideo_DoubleVerify */ public function setDoubleVerify(Google_Service_DisplayVideo_DoubleVerify $doubleVerify) { $this->doubleVerify = $doubleVerify; } /** * @return Google_Service_DisplayVideo_DoubleVerify */ public function getDoubleVerify() { return $this->doubleVerify; } /** * @param Google_Service_DisplayVideo_IntegralAdScience */ public function setIntegralAdScience(Google_Service_DisplayVideo_IntegralAdScience $integralAdScience) { $this->integralAdScience = $integralAdScience; } /** * @return Google_Service_DisplayVideo_IntegralAdScience */ public function getIntegralAdScience() { return $this->integralAdScience; } } PK/ Zrnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DigitalContentLabelTargetingOptionDetails.phpnu[contentRatingTier = $contentRatingTier; } public function getContentRatingTier() { return $this->contentRatingTier; } } PK/ Z  vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAdvertiserAssignedTargetingOptionsRequest.phpnu[createRequests = $createRequests; } /** * @return Google_Service_DisplayVideo_CreateAssignedTargetingOptionsRequest[] */ public function getCreateRequests() { return $this->createRequests; } /** * @param Google_Service_DisplayVideo_DeleteAssignedTargetingOptionsRequest[] */ public function setDeleteRequests($deleteRequests) { $this->deleteRequests = $deleteRequests; } /** * @return Google_Service_DisplayVideo_DeleteAssignedTargetingOptionsRequest[] */ public function getDeleteRequests() { return $this->deleteRequests; } } PK/ Z{VVTvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySource.phpnu[commitment = $commitment; } public function getCommitment() { return $this->commitment; } /** * @param Google_Service_DisplayVideo_CreativeConfig[] */ public function setCreativeConfigs($creativeConfigs) { $this->creativeConfigs = $creativeConfigs; } /** * @return Google_Service_DisplayVideo_CreativeConfig[] */ public function getCreativeConfigs() { return $this->creativeConfigs; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } public function setDeliveryMethod($deliveryMethod) { $this->deliveryMethod = $deliveryMethod; } public function getDeliveryMethod() { return $this->deliveryMethod; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExchange($exchange) { $this->exchange = $exchange; } public function getExchange() { return $this->exchange; } public function setInventorySourceId($inventorySourceId) { $this->inventorySourceId = $inventorySourceId; } public function getInventorySourceId() { return $this->inventorySourceId; } public function setInventorySourceType($inventorySourceType) { $this->inventorySourceType = $inventorySourceType; } public function getInventorySourceType() { return $this->inventorySourceType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPublisherName($publisherName) { $this->publisherName = $publisherName; } public function getPublisherName() { return $this->publisherName; } /** * @param Google_Service_DisplayVideo_RateDetails */ public function setRateDetails(Google_Service_DisplayVideo_RateDetails $rateDetails) { $this->rateDetails = $rateDetails; } /** * @return Google_Service_DisplayVideo_RateDetails */ public function getRateDetails() { return $this->rateDetails; } /** * @param Google_Service_DisplayVideo_InventorySourceStatus */ public function setStatus(Google_Service_DisplayVideo_InventorySourceStatus $status) { $this->status = $status; } /** * @return Google_Service_DisplayVideo_InventorySourceStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_DisplayVideo_TimeRange */ public function setTimeRange(Google_Service_DisplayVideo_TimeRange $timeRange) { $this->timeRange = $timeRange; } /** * @return Google_Service_DisplayVideo_TimeRange */ public function getTimeRange() { return $this->timeRange; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ ZjproximityLocationListId = $proximityLocationListId; } public function getProximityLocationListId() { return $this->proximityLocationListId; } public function setProximityRadiusRange($proximityRadiusRange) { $this->proximityRadiusRange = $proximityRadiusRange; } public function getProximityRadiusRange() { return $this->proximityRadiusRange; } } PK/ Zrvendor/google/apiclient-services/src/Google/Service/DisplayVideo/OperatingSystemAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z;n avendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateSdfDownloadTaskRequest.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_IdFilter */ public function setIdFilter(Google_Service_DisplayVideo_IdFilter $idFilter) { $this->idFilter = $idFilter; } /** * @return Google_Service_DisplayVideo_IdFilter */ public function getIdFilter() { return $this->idFilter; } /** * @param Google_Service_DisplayVideo_InventorySourceFilter */ public function setInventorySourceFilter(Google_Service_DisplayVideo_InventorySourceFilter $inventorySourceFilter) { $this->inventorySourceFilter = $inventorySourceFilter; } /** * @return Google_Service_DisplayVideo_InventorySourceFilter */ public function getInventorySourceFilter() { return $this->inventorySourceFilter; } /** * @param Google_Service_DisplayVideo_ParentEntityFilter */ public function setParentEntityFilter(Google_Service_DisplayVideo_ParentEntityFilter $parentEntityFilter) { $this->parentEntityFilter = $parentEntityFilter; } /** * @return Google_Service_DisplayVideo_ParentEntityFilter */ public function getParentEntityFilter() { return $this->parentEntityFilter; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK/ ZF<<ivendor/google/apiclient-services/src/Google/Service/DisplayVideo/GenderAssignedTargetingOptionDetails.phpnu[gender = $gender; } public function getGender() { return $this->gender; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Zg"щ}}`vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListGoogleAudiencesResponse.phpnu[googleAudiences = $googleAudiences; } /** * @return Google_Service_DisplayVideo_GoogleAudience[] */ public function getGoogleAudiences() { return $this->googleAudiences; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Z^@22Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesResponse.phpnu[sites = $sites; } /** * @return Google_Service_DisplayVideo_Site[] */ public function getSites() { return $this->sites; } } PK/ ZX?{{wvendor/google/apiclient-services/src/Google/Service/DisplayVideo/RegionalLocationListAssignedTargetingOptionDetails.phpnu[negative = $negative; } public function getNegative() { return $this->negative; } public function setRegionalLocationListId($regionalLocationListId) { $this->regionalLocationListId = $regionalLocationListId; } public function getRegionalLocationListId() { return $this->regionalLocationListId; } } PK/ Z[~l Lvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ObaIcon.phpnu[clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } /** * @param Google_Service_DisplayVideo_Dimensions */ public function setDimensions(Google_Service_DisplayVideo_Dimensions $dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_DisplayVideo_Dimensions */ public function getDimensions() { return $this->dimensions; } public function setLandingPageUrl($landingPageUrl) { $this->landingPageUrl = $landingPageUrl; } public function getLandingPageUrl() { return $this->landingPageUrl; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setProgram($program) { $this->program = $program; } public function getProgram() { return $this->program; } public function setResourceMimeType($resourceMimeType) { $this->resourceMimeType = $resourceMimeType; } public function getResourceMimeType() { return $this->resourceMimeType; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } public function setViewTrackingUrl($viewTrackingUrl) { $this->viewTrackingUrl = $viewTrackingUrl; } public function getViewTrackingUrl() { return $this->viewTrackingUrl; } } PK/ Z.tavendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListTargetingOptionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DisplayVideo_TargetingOption[] */ public function setTargetingOptions($targetingOptions) { $this->targetingOptions = $targetingOptions; } /** * @return Google_Service_DisplayVideo_TargetingOption[] */ public function getTargetingOptions() { return $this->targetingOptions; } } PK/ Zfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyBrandSafetyCategories.phpnu[avoidUnknownBrandSafetyCategory = $avoidUnknownBrandSafetyCategory; } public function getAvoidUnknownBrandSafetyCategory() { return $this->avoidUnknownBrandSafetyCategory; } public function setAvoidedHighSeverityCategories($avoidedHighSeverityCategories) { $this->avoidedHighSeverityCategories = $avoidedHighSeverityCategories; } public function getAvoidedHighSeverityCategories() { return $this->avoidedHighSeverityCategories; } public function setAvoidedMediumSeverityCategories($avoidedMediumSeverityCategories) { $this->avoidedMediumSeverityCategories = $avoidedMediumSeverityCategories; } public function getAvoidedMediumSeverityCategories() { return $this->avoidedMediumSeverityCategories; } } PK/ Z)qvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListLineItemAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zvvendor/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordListAssignedTargetingOptionDetails.phpnu[negativeKeywordListId = $negativeKeywordListId; } public function getNegativeKeywordListId() { return $this->negativeKeywordListId; } } PK/ Zyvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AuthorizedSellerStatusAssignedTargetingOptionDetails.phpnu[authorizedSellerStatus = $authorizedSellerStatus; } public function getAuthorizedSellerStatus() { return $this->authorizedSellerStatus; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z,h Lvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Partner.phpnu[adServerConfig = $adServerConfig; } /** * @return Google_Service_DisplayVideo_PartnerAdServerConfig */ public function getAdServerConfig() { return $this->adServerConfig; } /** * @param Google_Service_DisplayVideo_PartnerDataAccessConfig */ public function setDataAccessConfig(Google_Service_DisplayVideo_PartnerDataAccessConfig $dataAccessConfig) { $this->dataAccessConfig = $dataAccessConfig; } /** * @return Google_Service_DisplayVideo_PartnerDataAccessConfig */ public function getDataAccessConfig() { return $this->dataAccessConfig; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_ExchangeConfig */ public function setExchangeConfig(Google_Service_DisplayVideo_ExchangeConfig $exchangeConfig) { $this->exchangeConfig = $exchangeConfig; } /** * @return Google_Service_DisplayVideo_ExchangeConfig */ public function getExchangeConfig() { return $this->exchangeConfig; } /** * @param Google_Service_DisplayVideo_PartnerGeneralConfig */ public function setGeneralConfig(Google_Service_DisplayVideo_PartnerGeneralConfig $generalConfig) { $this->generalConfig = $generalConfig; } /** * @return Google_Service_DisplayVideo_PartnerGeneralConfig */ public function getGeneralConfig() { return $this->generalConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ Zr`38AATvendor/google/apiclient-services/src/Google/Service/DisplayVideo/TargetingOption.phpnu[ageRangeDetails = $ageRangeDetails; } /** * @return Google_Service_DisplayVideo_AgeRangeTargetingOptionDetails */ public function getAgeRangeDetails() { return $this->ageRangeDetails; } /** * @param Google_Service_DisplayVideo_AppCategoryTargetingOptionDetails */ public function setAppCategoryDetails(Google_Service_DisplayVideo_AppCategoryTargetingOptionDetails $appCategoryDetails) { $this->appCategoryDetails = $appCategoryDetails; } /** * @return Google_Service_DisplayVideo_AppCategoryTargetingOptionDetails */ public function getAppCategoryDetails() { return $this->appCategoryDetails; } /** * @param Google_Service_DisplayVideo_AuthorizedSellerStatusTargetingOptionDetails */ public function setAuthorizedSellerStatusDetails(Google_Service_DisplayVideo_AuthorizedSellerStatusTargetingOptionDetails $authorizedSellerStatusDetails) { $this->authorizedSellerStatusDetails = $authorizedSellerStatusDetails; } /** * @return Google_Service_DisplayVideo_AuthorizedSellerStatusTargetingOptionDetails */ public function getAuthorizedSellerStatusDetails() { return $this->authorizedSellerStatusDetails; } /** * @param Google_Service_DisplayVideo_BrowserTargetingOptionDetails */ public function setBrowserDetails(Google_Service_DisplayVideo_BrowserTargetingOptionDetails $browserDetails) { $this->browserDetails = $browserDetails; } /** * @return Google_Service_DisplayVideo_BrowserTargetingOptionDetails */ public function getBrowserDetails() { return $this->browserDetails; } /** * @param Google_Service_DisplayVideo_CarrierAndIspTargetingOptionDetails */ public function setCarrierAndIspDetails(Google_Service_DisplayVideo_CarrierAndIspTargetingOptionDetails $carrierAndIspDetails) { $this->carrierAndIspDetails = $carrierAndIspDetails; } /** * @return Google_Service_DisplayVideo_CarrierAndIspTargetingOptionDetails */ public function getCarrierAndIspDetails() { return $this->carrierAndIspDetails; } /** * @param Google_Service_DisplayVideo_CategoryTargetingOptionDetails */ public function setCategoryDetails(Google_Service_DisplayVideo_CategoryTargetingOptionDetails $categoryDetails) { $this->categoryDetails = $categoryDetails; } /** * @return Google_Service_DisplayVideo_CategoryTargetingOptionDetails */ public function getCategoryDetails() { return $this->categoryDetails; } /** * @param Google_Service_DisplayVideo_ContentInstreamPositionTargetingOptionDetails */ public function setContentInstreamPositionDetails(Google_Service_DisplayVideo_ContentInstreamPositionTargetingOptionDetails $contentInstreamPositionDetails) { $this->contentInstreamPositionDetails = $contentInstreamPositionDetails; } /** * @return Google_Service_DisplayVideo_ContentInstreamPositionTargetingOptionDetails */ public function getContentInstreamPositionDetails() { return $this->contentInstreamPositionDetails; } /** * @param Google_Service_DisplayVideo_ContentOutstreamPositionTargetingOptionDetails */ public function setContentOutstreamPositionDetails(Google_Service_DisplayVideo_ContentOutstreamPositionTargetingOptionDetails $contentOutstreamPositionDetails) { $this->contentOutstreamPositionDetails = $contentOutstreamPositionDetails; } /** * @return Google_Service_DisplayVideo_ContentOutstreamPositionTargetingOptionDetails */ public function getContentOutstreamPositionDetails() { return $this->contentOutstreamPositionDetails; } /** * @param Google_Service_DisplayVideo_DeviceMakeModelTargetingOptionDetails */ public function setDeviceMakeModelDetails(Google_Service_DisplayVideo_DeviceMakeModelTargetingOptionDetails $deviceMakeModelDetails) { $this->deviceMakeModelDetails = $deviceMakeModelDetails; } /** * @return Google_Service_DisplayVideo_DeviceMakeModelTargetingOptionDetails */ public function getDeviceMakeModelDetails() { return $this->deviceMakeModelDetails; } /** * @param Google_Service_DisplayVideo_DeviceTypeTargetingOptionDetails */ public function setDeviceTypeDetails(Google_Service_DisplayVideo_DeviceTypeTargetingOptionDetails $deviceTypeDetails) { $this->deviceTypeDetails = $deviceTypeDetails; } /** * @return Google_Service_DisplayVideo_DeviceTypeTargetingOptionDetails */ public function getDeviceTypeDetails() { return $this->deviceTypeDetails; } /** * @param Google_Service_DisplayVideo_DigitalContentLabelTargetingOptionDetails */ public function setDigitalContentLabelDetails(Google_Service_DisplayVideo_DigitalContentLabelTargetingOptionDetails $digitalContentLabelDetails) { $this->digitalContentLabelDetails = $digitalContentLabelDetails; } /** * @return Google_Service_DisplayVideo_DigitalContentLabelTargetingOptionDetails */ public function getDigitalContentLabelDetails() { return $this->digitalContentLabelDetails; } /** * @param Google_Service_DisplayVideo_EnvironmentTargetingOptionDetails */ public function setEnvironmentDetails(Google_Service_DisplayVideo_EnvironmentTargetingOptionDetails $environmentDetails) { $this->environmentDetails = $environmentDetails; } /** * @return Google_Service_DisplayVideo_EnvironmentTargetingOptionDetails */ public function getEnvironmentDetails() { return $this->environmentDetails; } /** * @param Google_Service_DisplayVideo_ExchangeTargetingOptionDetails */ public function setExchangeDetails(Google_Service_DisplayVideo_ExchangeTargetingOptionDetails $exchangeDetails) { $this->exchangeDetails = $exchangeDetails; } /** * @return Google_Service_DisplayVideo_ExchangeTargetingOptionDetails */ public function getExchangeDetails() { return $this->exchangeDetails; } /** * @param Google_Service_DisplayVideo_GenderTargetingOptionDetails */ public function setGenderDetails(Google_Service_DisplayVideo_GenderTargetingOptionDetails $genderDetails) { $this->genderDetails = $genderDetails; } /** * @return Google_Service_DisplayVideo_GenderTargetingOptionDetails */ public function getGenderDetails() { return $this->genderDetails; } /** * @param Google_Service_DisplayVideo_GeoRegionTargetingOptionDetails */ public function setGeoRegionDetails(Google_Service_DisplayVideo_GeoRegionTargetingOptionDetails $geoRegionDetails) { $this->geoRegionDetails = $geoRegionDetails; } /** * @return Google_Service_DisplayVideo_GeoRegionTargetingOptionDetails */ public function getGeoRegionDetails() { return $this->geoRegionDetails; } /** * @param Google_Service_DisplayVideo_HouseholdIncomeTargetingOptionDetails */ public function setHouseholdIncomeDetails(Google_Service_DisplayVideo_HouseholdIncomeTargetingOptionDetails $householdIncomeDetails) { $this->householdIncomeDetails = $householdIncomeDetails; } /** * @return Google_Service_DisplayVideo_HouseholdIncomeTargetingOptionDetails */ public function getHouseholdIncomeDetails() { return $this->householdIncomeDetails; } /** * @param Google_Service_DisplayVideo_LanguageTargetingOptionDetails */ public function setLanguageDetails(Google_Service_DisplayVideo_LanguageTargetingOptionDetails $languageDetails) { $this->languageDetails = $languageDetails; } /** * @return Google_Service_DisplayVideo_LanguageTargetingOptionDetails */ public function getLanguageDetails() { return $this->languageDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DisplayVideo_OnScreenPositionTargetingOptionDetails */ public function setOnScreenPositionDetails(Google_Service_DisplayVideo_OnScreenPositionTargetingOptionDetails $onScreenPositionDetails) { $this->onScreenPositionDetails = $onScreenPositionDetails; } /** * @return Google_Service_DisplayVideo_OnScreenPositionTargetingOptionDetails */ public function getOnScreenPositionDetails() { return $this->onScreenPositionDetails; } /** * @param Google_Service_DisplayVideo_OperatingSystemTargetingOptionDetails */ public function setOperatingSystemDetails(Google_Service_DisplayVideo_OperatingSystemTargetingOptionDetails $operatingSystemDetails) { $this->operatingSystemDetails = $operatingSystemDetails; } /** * @return Google_Service_DisplayVideo_OperatingSystemTargetingOptionDetails */ public function getOperatingSystemDetails() { return $this->operatingSystemDetails; } /** * @param Google_Service_DisplayVideo_ParentalStatusTargetingOptionDetails */ public function setParentalStatusDetails(Google_Service_DisplayVideo_ParentalStatusTargetingOptionDetails $parentalStatusDetails) { $this->parentalStatusDetails = $parentalStatusDetails; } /** * @return Google_Service_DisplayVideo_ParentalStatusTargetingOptionDetails */ public function getParentalStatusDetails() { return $this->parentalStatusDetails; } /** * @param Google_Service_DisplayVideo_SensitiveCategoryTargetingOptionDetails */ public function setSensitiveCategoryDetails(Google_Service_DisplayVideo_SensitiveCategoryTargetingOptionDetails $sensitiveCategoryDetails) { $this->sensitiveCategoryDetails = $sensitiveCategoryDetails; } /** * @return Google_Service_DisplayVideo_SensitiveCategoryTargetingOptionDetails */ public function getSensitiveCategoryDetails() { return $this->sensitiveCategoryDetails; } /** * @param Google_Service_DisplayVideo_SubExchangeTargetingOptionDetails */ public function setSubExchangeDetails(Google_Service_DisplayVideo_SubExchangeTargetingOptionDetails $subExchangeDetails) { $this->subExchangeDetails = $subExchangeDetails; } /** * @return Google_Service_DisplayVideo_SubExchangeTargetingOptionDetails */ public function getSubExchangeDetails() { return $this->subExchangeDetails; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } public function setTargetingType($targetingType) { $this->targetingType = $targetingType; } public function getTargetingType() { return $this->targetingType; } /** * @param Google_Service_DisplayVideo_UserRewardedContentTargetingOptionDetails */ public function setUserRewardedContentDetails(Google_Service_DisplayVideo_UserRewardedContentTargetingOptionDetails $userRewardedContentDetails) { $this->userRewardedContentDetails = $userRewardedContentDetails; } /** * @return Google_Service_DisplayVideo_UserRewardedContentTargetingOptionDetails */ public function getUserRewardedContentDetails() { return $this->userRewardedContentDetails; } /** * @param Google_Service_DisplayVideo_VideoPlayerSizeTargetingOptionDetails */ public function setVideoPlayerSizeDetails(Google_Service_DisplayVideo_VideoPlayerSizeTargetingOptionDetails $videoPlayerSizeDetails) { $this->videoPlayerSizeDetails = $videoPlayerSizeDetails; } /** * @return Google_Service_DisplayVideo_VideoPlayerSizeTargetingOptionDetails */ public function getVideoPlayerSizeDetails() { return $this->videoPlayerSizeDetails; } /** * @param Google_Service_DisplayVideo_ViewabilityTargetingOptionDetails */ public function setViewabilityDetails(Google_Service_DisplayVideo_ViewabilityTargetingOptionDetails $viewabilityDetails) { $this->viewabilityDetails = $viewabilityDetails; } /** * @return Google_Service_DisplayVideo_ViewabilityTargetingOptionDetails */ public function getViewabilityDetails() { return $this->viewabilityDetails; } } PK/ ZqZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerAdServerConfig.phpnu[measurementConfig = $measurementConfig; } /** * @return Google_Service_DisplayVideo_MeasurementConfig */ public function getMeasurementConfig() { return $this->measurementConfig; } } PK/ Z:rVvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListSitesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DisplayVideo_Site[] */ public function setSites($sites) { $this->sites = $sites; } /** * @return Google_Service_DisplayVideo_Site[] */ public function getSites() { return $this->sites; } } PK/ Z!BMvendor/google/apiclient-services/src/Google/Service/DisplayVideo/IdFilter.phpnu[adGroupAdIds = $adGroupAdIds; } public function getAdGroupAdIds() { return $this->adGroupAdIds; } public function setAdGroupIds($adGroupIds) { $this->adGroupIds = $adGroupIds; } public function getAdGroupIds() { return $this->adGroupIds; } public function setCampaignIds($campaignIds) { $this->campaignIds = $campaignIds; } public function getCampaignIds() { return $this->campaignIds; } public function setInsertionOrderIds($insertionOrderIds) { $this->insertionOrderIds = $insertionOrderIds; } public function getInsertionOrderIds() { return $this->insertionOrderIds; } public function setLineItemIds($lineItemIds) { $this->lineItemIds = $lineItemIds; } public function getLineItemIds() { return $this->lineItemIds; } public function setMediaProductIds($mediaProductIds) { $this->mediaProductIds = $mediaProductIds; } public function getMediaProductIds() { return $this->mediaProductIds; } } PK/ Z$BCCOvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Advertiser.phpnu[adServerConfig = $adServerConfig; } /** * @return Google_Service_DisplayVideo_AdvertiserAdServerConfig */ public function getAdServerConfig() { return $this->adServerConfig; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_AdvertiserCreativeConfig */ public function setCreativeConfig(Google_Service_DisplayVideo_AdvertiserCreativeConfig $creativeConfig) { $this->creativeConfig = $creativeConfig; } /** * @return Google_Service_DisplayVideo_AdvertiserCreativeConfig */ public function getCreativeConfig() { return $this->creativeConfig; } /** * @param Google_Service_DisplayVideo_AdvertiserDataAccessConfig */ public function setDataAccessConfig(Google_Service_DisplayVideo_AdvertiserDataAccessConfig $dataAccessConfig) { $this->dataAccessConfig = $dataAccessConfig; } /** * @return Google_Service_DisplayVideo_AdvertiserDataAccessConfig */ public function getDataAccessConfig() { return $this->dataAccessConfig; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_AdvertiserGeneralConfig */ public function setGeneralConfig(Google_Service_DisplayVideo_AdvertiserGeneralConfig $generalConfig) { $this->generalConfig = $generalConfig; } /** * @return Google_Service_DisplayVideo_AdvertiserGeneralConfig */ public function getGeneralConfig() { return $this->generalConfig; } /** * @param Google_Service_DisplayVideo_IntegrationDetails */ public function setIntegrationDetails(Google_Service_DisplayVideo_IntegrationDetails $integrationDetails) { $this->integrationDetails = $integrationDetails; } /** * @return Google_Service_DisplayVideo_IntegrationDetails */ public function getIntegrationDetails() { return $this->integrationDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } /** * @param Google_Service_DisplayVideo_AdvertiserTargetingConfig */ public function setServingConfig(Google_Service_DisplayVideo_AdvertiserTargetingConfig $servingConfig) { $this->servingConfig = $servingConfig; } /** * @return Google_Service_DisplayVideo_AdvertiserTargetingConfig */ public function getServingConfig() { return $this->servingConfig; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK/ Z=Jmvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DayAndTimeAssignedTargetingOptionDetails.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } public function setEndHour($endHour) { $this->endHour = $endHour; } public function getEndHour() { return $this->endHour; } public function setStartHour($startHour) { $this->startHour = $startHour; } public function getStartHour() { return $this->startHour; } public function setTimeZoneResolution($timeZoneResolution) { $this->timeZoneResolution = $timeZoneResolution; } public function getTimeZoneResolution() { return $this->timeZoneResolution; } } PK/ Zuu[vendor/google/apiclient-services/src/Google/Service/DisplayVideo/CustomBiddingAlgorithm.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setCustomBiddingAlgorithmId($customBiddingAlgorithmId) { $this->customBiddingAlgorithmId = $customBiddingAlgorithmId; } public function getCustomBiddingAlgorithmId() { return $this->customBiddingAlgorithmId; } public function setCustomBiddingAlgorithmType($customBiddingAlgorithmType) { $this->customBiddingAlgorithmType = $customBiddingAlgorithmType; } public function getCustomBiddingAlgorithmType() { return $this->customBiddingAlgorithmType; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } } PK/ Zǫ>rvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceMakeModelAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z ģevendor/google/apiclient-services/src/Google/Service/DisplayVideo/CombinedAudienceTargetingSetting.phpnu[combinedAudienceId = $combinedAudienceId; } public function getCombinedAudienceId() { return $this->combinedAudienceId; } } PK/ ZtyU{vendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListInsertionOrderAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZO2ovendor/google/apiclient-services/src/Google/Service/DisplayVideo/FirstAndThirdPartyAudienceTargetingSetting.phpnu[firstAndThirdPartyAudienceId = $firstAndThirdPartyAudienceId; } public function getFirstAndThirdPartyAudienceId() { return $this->firstAndThirdPartyAudienceId; } public function setRecency($recency) { $this->recency = $recency; } public function getRecency() { return $this->recency; } } PK/ Z}}Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/CampaignFlight.phpnu[plannedDates = $plannedDates; } /** * @return Google_Service_DisplayVideo_DateRange */ public function getPlannedDates() { return $this->plannedDates; } public function setPlannedSpendAmountMicros($plannedSpendAmountMicros) { $this->plannedSpendAmountMicros = $plannedSpendAmountMicros; } public function getPlannedSpendAmountMicros() { return $this->plannedSpendAmountMicros; } } PK/ ZR*Uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedUserRole.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAssignedUserRoleId($assignedUserRoleId) { $this->assignedUserRoleId = $assignedUserRoleId; } public function getAssignedUserRoleId() { return $this->assignedUserRoleId; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } public function setUserRole($userRole) { $this->userRole = $userRole; } public function getUserRole() { return $this->userRole; } } PK/ ZqD__gvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceVideoCreativeConfig.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } } PK/ ZW1~OOWvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateAssetRequest.phpnu[filename = $filename; } public function getFilename() { return $this->filename; } } PK/ Zjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/VideoPlayerSizeTargetingOptionDetails.phpnu[videoPlayerSize = $videoPlayerSize; } public function getVideoPlayerSize() { return $this->videoPlayerSize; } } PK/ Z3>CIvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Site.phpnu[name = $name; } public function getName() { return $this->name; } public function setUrlOrAppId($urlOrAppId) { $this->urlOrAppId = $urlOrAppId; } public function getUrlOrAppId() { return $this->urlOrAppId; } } PK/ Zc\  kvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CategoryAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z>//Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCreativesResponse.phpnu[creatives = $creatives; } /** * @return Google_Service_DisplayVideo_Creative[] */ public function getCreatives() { return $this->creatives; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ ZWϿLNvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DateRange.phpnu[endDate = $endDate; } /** * @return Google_Service_DisplayVideo_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_DisplayVideo_Date */ public function setStartDate(Google_Service_DisplayVideo_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_DisplayVideo_Date */ public function getStartDate() { return $this->startDate; } } PK/ ZhŌnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AppCategoryAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z Levendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditNegativeKeywordsResponse.phpnu[negativeKeywords = $negativeKeywords; } /** * @return Google_Service_DisplayVideo_NegativeKeyword[] */ public function getNegativeKeywords() { return $this->negativeKeywords; } } PK/ Z>``bvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $campaigns = $displayvideoService->campaigns; * */ class Google_Service_DisplayVideo_Resource_AdvertisersCampaigns extends Google_Service_Resource { /** * Creates a new campaign. Returns the newly created campaign if successful. * (campaigns.create) * * @param string $advertiserId Output only. The unique ID of the advertiser the * campaign belongs to. * @param Google_Service_DisplayVideo_Campaign $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Campaign */ public function create($advertiserId, Google_Service_DisplayVideo_Campaign $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Campaign"); } /** * Permanently deletes a campaign. A deleted campaign cannot be recovered. The * campaign should be archived first, i.e. set entity_status to * `ENTITY_STATUS_ARCHIVED`, to be able to delete it. (campaigns.delete) * * @param string $advertiserId The ID of the advertiser this campaign belongs * to. * @param string $campaignId The ID of the campaign we need to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $campaignId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'campaignId' => $campaignId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a campaign. (campaigns.get) * * @param string $advertiserId Required. The ID of the advertiser this campaign * belongs to. * @param string $campaignId Required. The ID of the campaign to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Campaign */ public function get($advertiserId, $campaignId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'campaignId' => $campaignId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Campaign"); } /** * Lists campaigns in an advertiser. The order is defined by the order_by * parameter. If a filter by entity_status is not specified, campaigns with * `ENTITY_STATUS_ARCHIVED` will not be included in the results. * (campaigns.listAdvertisersCampaigns) * * @param string $advertiserId The ID of the advertiser to list campaigns for. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by campaign properties. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restrictions can be combined by `AND` or `OR` logical operators. A sequence * of restrictions implicitly uses `AND`. * A restriction has the form of * `{field} {operator} {value}`. * The operator used on `updateTime` must be * `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)`. * The * operator must be `EQUALS (=)`. * Supported fields: - `campaignId` - * `displayName` - `entityStatus` - `updateTime` (input in ISO 8601 format, or * YYYY-MM-DDTHH:MM:SSZ) Examples: * All `ENTITY_STATUS_ACTIVE` or * `ENTITY_STATUS_PAUSED` campaigns under an advertiser: * `(entityStatus="ENTITY_STATUS_ACTIVE" OR * entityStatus="ENTITY_STATUS_PAUSED")` * All campaigns with an update time * less than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: * `updateTime<="2020-11-04T18:54:47Z"` * All campaigns with an update time * greater than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: * `updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) * `entityStatus` * `updateTime` The default * sorting order is ascending. To specify descending order for a field, a suffix * "desc" should be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListCampaigns` method. If not specified, the first page * of results will be returned. * @return Google_Service_DisplayVideo_ListCampaignsResponse */ public function listAdvertisersCampaigns($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListCampaignsResponse"); } /** * Updates an existing campaign. Returns the updated campaign if successful. * (campaigns.patch) * * @param string $advertiserId Output only. The unique ID of the advertiser the * campaign belongs to. * @param string $campaignId Output only. The unique ID of the campaign. * Assigned by the system. * @param Google_Service_DisplayVideo_Campaign $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_Campaign */ public function patch($advertiserId, $campaignId, Google_Service_DisplayVideo_Campaign $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'campaignId' => $campaignId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_Campaign"); } } PK/ Z=WWfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $sites = $displayvideoService->sites; * */ class Google_Service_DisplayVideo_Resource_AdvertisersChannelsSites extends Google_Service_Resource { /** * Bulk edits sites under a single channel. The operation will delete the sites * provided in BulkEditSitesRequest.deleted_sites and then create the sites * provided in BulkEditSitesRequest.created_sites. (sites.bulkEdit) * * @param string $advertiserId The ID of the advertiser that owns the parent * channel. * @param string $channelId Required. The ID of the parent channel to which the * sites belong. * @param Google_Service_DisplayVideo_BulkEditSitesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditSitesResponse */ public function bulkEdit($advertiserId, $channelId, Google_Service_DisplayVideo_BulkEditSitesRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEdit', array($params), "Google_Service_DisplayVideo_BulkEditSitesResponse"); } /** * Creates a site in a channel. (sites.create) * * @param string $advertiserId The ID of the advertiser that owns the parent * channel. * @param string $channelId Required. The ID of the parent channel in which the * site will be created. * @param Google_Service_DisplayVideo_Site $postBody * @param array $optParams Optional parameters. * * @opt_param string partnerId The ID of the partner that owns the parent * channel. * @return Google_Service_DisplayVideo_Site */ public function create($advertiserId, $channelId, Google_Service_DisplayVideo_Site $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Site"); } /** * Deletes a site from a channel. (sites.delete) * * @param string $advertiserId The ID of the advertiser that owns the parent * channel. * @param string $channelId Required. The ID of the parent channel to which the * site belongs. * @param string $urlOrAppId Required. The URL or app ID of the site to delete. * @param array $optParams Optional parameters. * * @opt_param string partnerId The ID of the partner that owns the parent * channel. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $channelId, $urlOrAppId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId, 'urlOrAppId' => $urlOrAppId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Lists sites in a channel. (sites.listAdvertisersChannelsSites) * * @param string $advertiserId The ID of the advertiser that owns the parent * channel. * @param string $channelId Required. The ID of the parent channel to which the * requested sites belong. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by site fields. Supported syntax: * * Filter expressions for site currently can only contain at most one * * restriction. * A restriction has the form of `{field} {operator} {value}`. * * The operator must be `CONTAINS (:)`. * Supported fields: - `urlOrAppId` * Examples: * All sites for which the URL or app ID contains "google": * `urlOrAppId : "google"` * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `urlOrAppId` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix " desc" should be added to the * field name. Example: `urlOrAppId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `10000`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListSites` method. If not specified, the first page of * results will be returned. * @opt_param string partnerId The ID of the partner that owns the parent * channel. * @return Google_Service_DisplayVideo_ListSitesResponse */ public function listAdvertisersChannelsSites($advertiserId, $channelId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListSitesResponse"); } } PK/ Z) y\\Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Media.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $media = $displayvideoService->media; * */ class Google_Service_DisplayVideo_Resource_Media extends Google_Service_Resource { /** * Downloads media. Download is supported on the URI * `/download/{resource_name=**}?alt=media.` **Note**: Download requests will * not be successful without including `alt=media` query string. * (media.download) * * @param string $resourceName Name of the media that is being downloaded. See * ReadRequest.resource_name. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_GoogleBytestreamMedia */ public function download($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('download', array($params), "Google_Service_DisplayVideo_GoogleBytestreamMedia"); } } PK/ ZA_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/CombinedAudiences.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $combinedAudiences = $displayvideoService->combinedAudiences; * */ class Google_Service_DisplayVideo_Resource_CombinedAudiences extends Google_Service_Resource { /** * Gets a combined audience. (combinedAudiences.get) * * @param string $combinedAudienceId Required. The ID of the combined audience * to fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the fetched combined audience. * @opt_param string partnerId The ID of the partner that has access to the * fetched combined audience. * @return Google_Service_DisplayVideo_CombinedAudience */ public function get($combinedAudienceId, $optParams = array()) { $params = array('combinedAudienceId' => $combinedAudienceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_CombinedAudience"); } /** * Lists combined audiences. The order is defined by the order_by parameter. * (combinedAudiences.listCombinedAudiences) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the fetched combined audiences. * @opt_param string filter Allows filtering by combined audience fields. * Supported syntax: * Filter expressions for combined audiences currently can * only contain at most one restriction. * A restriction has the form of * `{field} {operator} {value}`. * The operator must be `CONTAINS (:)`. * * Supported fields: - `displayName` Examples: * All combined audiences for * which the display name contains "Google": `displayName : "Google"`. The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `combinedAudienceId` (default) * `displayName` The default sorting * order is ascending. To specify descending order for a field, a suffix "desc" * should be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListCombinedAudiences` method. If not specified, the * first page of results will be returned. * @opt_param string partnerId The ID of the partner that has access to the * fetched combined audiences. * @return Google_Service_DisplayVideo_ListCombinedAudiencesResponse */ public function listCombinedAudiences($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListCombinedAudiencesResponse"); } } PK/ ZJvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assignedTargetingOptions = $displayvideoService->assignedTargetingOptions; * */ class Google_Service_DisplayVideo_Resource_AdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions extends Google_Service_Resource { /** * Gets a single targeting option assigned to an insertion order. * (assignedTargetingOptions.get) * * @param string $advertiserId Required. The ID of the advertiser the insertion * order belongs to. * @param string $insertionOrderId Required. The ID of the insertion order the * assigned targeting option belongs to. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. * @param string $assignedTargetingOptionId Required. An identifier unique to * the targeting type in this insertion order that identifies the assigned * targeting option being requested. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function get($advertiserId, $insertionOrderId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Lists the targeting options assigned to an insertion order. (assignedTargetin * gOptions.listAdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions * ) * * @param string $advertiserId Required. The ID of the advertiser the insertion * order belongs to. * @param string $insertionOrderId Required. The ID of the insertion order to * list assigned targeting options for. * @param string $targetingType Required. Identifies the type of assigned * targeting options to list. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `assignedTargetingOptionId` - * `inheritance` Examples: * AssignedTargetingOptions with ID 1 or 2 * `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` * * AssignedTargetingOptions with inheritance status of NOT_INHERITED or * INHERITED_FROM_PARTNER `inheritance="NOT_INHERITED" OR * inheritance="INHERITED_FROM_PARTNER"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `assignedTargetingOptionId` (default) The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. Example: `assignedTargetingOptionId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListInsertionOrderAssignedTargetingOptions` method. If * not specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_ListInsertionOrderAssignedTargetingOptionsResponse */ public function listAdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions($advertiserId, $insertionOrderId, $targetingType, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId, 'targetingType' => $targetingType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListInsertionOrderAssignedTargetingOptionsResponse"); } } PK/ Z\._vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersAssets.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assets = $displayvideoService->assets; * */ class Google_Service_DisplayVideo_Resource_AdvertisersAssets extends Google_Service_Resource { /** * Uploads an asset. Returns the ID of the newly uploaded asset if successful. * The asset file size should be no more than 10 MB for images, 200 MB for ZIP * files, and 1 GB for videos. (assets.upload) * * @param string $advertiserId Required. The ID of the advertiser this asset * belongs to. * @param Google_Service_DisplayVideo_CreateAssetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_CreateAssetResponse */ public function upload($advertiserId, Google_Service_DisplayVideo_CreateAssetRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_DisplayVideo_CreateAssetResponse"); } } PK/ Z ]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/GoogleAudiences.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $googleAudiences = $displayvideoService->googleAudiences; * */ class Google_Service_DisplayVideo_Resource_GoogleAudiences extends Google_Service_Resource { /** * Gets a Google audience. (googleAudiences.get) * * @param string $googleAudienceId Required. The ID of the Google audience to * fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the fetched Google audience. * @opt_param string partnerId The ID of the partner that has access to the * fetched Google audience. * @return Google_Service_DisplayVideo_GoogleAudience */ public function get($googleAudienceId, $optParams = array()) { $params = array('googleAudienceId' => $googleAudienceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_GoogleAudience"); } /** * Lists Google audiences. The order is defined by the order_by parameter. * (googleAudiences.listGoogleAudiences) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the fetched Google audiences. * @opt_param string filter Allows filtering by Google audience fields. * Supported syntax: * Filter expressions for Google audiences currently can * only contain at most one restriction. * A restriction has the form of * `{field} {operator} {value}`. * The operator must be `CONTAINS (:)`. * * Supported fields: - `displayName` Examples: * All Google audiences for which * the display name contains "Google": `displayName : "Google"`. The length of * this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `googleAudienceId` (default) * `displayName` The default sorting order * is ascending. To specify descending order for a field, a suffix "desc" should * be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListGoogleAudiences` method. If not specified, the * first page of results will be returned. * @opt_param string partnerId The ID of the partner that has access to the * fetched Google audiences. * @return Google_Service_DisplayVideo_ListGoogleAudiencesResponse */ public function listGoogleAudiences($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListGoogleAudiencesResponse"); } } PK/ Zgہ}vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordListsNegativeKeywords.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $negativeKeywords = $displayvideoService->negativeKeywords; * */ class Google_Service_DisplayVideo_Resource_AdvertisersNegativeKeywordListsNegativeKeywords extends Google_Service_Resource { /** * Bulk edits negative keywords in a single negative keyword list. The operation * will delete the negative keywords provided in * BulkEditNegativeKeywordsRequest.deleted_negative_keywords and then create the * negative keywords provided in * BulkEditNegativeKeywordsRequest.created_negative_keywords. This operation is * guaranteed to be atomic and will never result in a partial success or partial * failure. (negativeKeywords.bulkEdit) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the parent negative keyword list belongs. * @param string $negativeKeywordListId Required. The ID of the parent negative * keyword list to which the negative keywords belong. * @param Google_Service_DisplayVideo_BulkEditNegativeKeywordsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditNegativeKeywordsResponse */ public function bulkEdit($advertiserId, $negativeKeywordListId, Google_Service_DisplayVideo_BulkEditNegativeKeywordsRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEdit', array($params), "Google_Service_DisplayVideo_BulkEditNegativeKeywordsResponse"); } /** * Creates a negative keyword in a negative keyword list. * (negativeKeywords.create) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the parent negative keyword list belongs. * @param string $negativeKeywordListId Required. The ID of the parent negative * keyword list in which the negative keyword will be created. * @param Google_Service_DisplayVideo_NegativeKeyword $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_NegativeKeyword */ public function create($advertiserId, $negativeKeywordListId, Google_Service_DisplayVideo_NegativeKeyword $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_NegativeKeyword"); } /** * Deletes a negative keyword from a negative keyword list. * (negativeKeywords.delete) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the parent negative keyword list belongs. * @param string $negativeKeywordListId Required. The ID of the parent negative * keyword list to which the negative keyword belongs. * @param string $keywordValue Required. The keyword value of the negative * keyword to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $negativeKeywordListId, $keywordValue, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'keywordValue' => $keywordValue); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Lists negative keywords in a negative keyword list. * (negativeKeywords.listAdvertisersNegativeKeywordListsNegativeKeywords) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the parent negative keyword list belongs. * @param string $negativeKeywordListId Required. The ID of the parent negative * keyword list to which the requested negative keywords belong. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by negative keyword fields. * Supported syntax: * Filter expressions for negative keyword currently can * only contain at most one * restriction. * A restriction has the form of * `{field} {operator} {value}`. * The operator must be `CONTAINS (:)`. * * Supported fields: - `keywordValue` Examples: * All negative keywords for * which the keyword value contains "google": `keywordValue : "google"` * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `keywordValue` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix " desc" should be added to the * field name. Example: `keywordValue desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `1000`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListNegativeKeywords` method. If not specified, the * first page of results will be returned. * @return Google_Service_DisplayVideo_ListNegativeKeywordsResponse */ public function listAdvertisersNegativeKeywordListsNegativeKeywords($advertiserId, $negativeKeywordListId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListNegativeKeywordsResponse"); } } PK/ Z7n^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/InventorySources.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $inventorySources = $displayvideoService->inventorySources; * */ class Google_Service_DisplayVideo_Resource_InventorySources extends Google_Service_Resource { /** * Gets an inventory source. (inventorySources.get) * * @param string $inventorySourceId Required. The ID of the inventory source to * fetch. * @param array $optParams Optional parameters. * * @opt_param string partnerId Required. The ID of the DV360 partner to which * the fetched inventory source is permissioned. * @return Google_Service_DisplayVideo_InventorySource */ public function get($inventorySourceId, $optParams = array()) { $params = array('inventorySourceId' => $inventorySourceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_InventorySource"); } /** * Lists inventory sources that are accessible to the current user. The order is * defined by the order_by parameter. If a filter by entity_status is not * specified, inventory sources with entity status `ENTITY_STATUS_ARCHIVED` will * not be included in the results. (inventorySources.listInventorySources) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the inventory source. * @opt_param string filter Allows filtering by inventory source properties. * Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by `AND` or `OR` logical * operators. A sequence of restrictions implicitly uses `AND`. * A restriction * has the form of `{field} {operator} {value}`. * The operator must be `EQUALS * (=)`. * Supported fields: - `status.entityStatus` - `commitment` - * `deliveryMethod` - `rateDetails.rateType` - `exchange` Examples: * All active * inventory sources: `status.entityStatus="ENTITY_STATUS_ACTIVE"` * Inventory * sources belonging to Google Ad Manager or Rubicon exchanges: * `exchange="EXCHANGE_GOOGLE_AD_MANAGER" OR exchange="EXCHANGE_RUBICON"` The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix "desc" should be added to the * field name. For example, `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListInventorySources` method. If not specified, the * first page of results will be returned. * @opt_param string partnerId The ID of the partner that has access to the * inventory source. * @return Google_Service_DisplayVideo_ListInventorySourcesResponse */ public function listInventorySources($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListInventorySourcesResponse"); } } PK/ Z %%avendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannels.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $channels = $displayvideoService->channels; * */ class Google_Service_DisplayVideo_Resource_AdvertisersChannels extends Google_Service_Resource { /** * Creates a new channel. Returns the newly created channel if successful. * (channels.create) * * @param string $advertiserId The ID of the advertiser that owns the created * channel. * @param Google_Service_DisplayVideo_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string partnerId The ID of the partner that owns the created * channel. * @return Google_Service_DisplayVideo_Channel */ public function create($advertiserId, Google_Service_DisplayVideo_Channel $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Channel"); } /** * Gets a channel for a partner or advertiser. (channels.get) * * @param string $advertiserId The ID of the advertiser that owns the fetched * channel. * @param string $channelId Required. The ID of the channel to fetch. * @param array $optParams Optional parameters. * * @opt_param string partnerId The ID of the partner that owns the fetched * channel. * @return Google_Service_DisplayVideo_Channel */ public function get($advertiserId, $channelId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Channel"); } /** * Lists channels for a partner or advertiser. * (channels.listAdvertisersChannels) * * @param string $advertiserId The ID of the advertiser that owns the channels. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by channel fields. Supported * syntax: * Filter expressions for channel currently can only contain at most * one * restriction. * A restriction has the form of `{field} {operator} * {value}`. * The operator must be `CONTAINS (:)`. * Supported fields: - * `displayName` Examples: * All channels for which the display name contains * "google": `displayName : "google"`. The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) * `channelId` The default sorting order is * ascending. To specify descending order for a field, a suffix " desc" should * be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListChannels` method. If not specified, the first page * of results will be returned. * @opt_param string partnerId The ID of the partner that owns the channels. * @return Google_Service_DisplayVideo_ListChannelsResponse */ public function listAdvertisersChannels($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListChannelsResponse"); } /** * Updates a channel. Returns the updated channel if successful. * (channels.patch) * * @param string $advertiserId The ID of the advertiser that owns the created * channel. * @param string $channelId Output only. The unique ID of the channel. Assigned * by the system. * @param Google_Service_DisplayVideo_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string partnerId The ID of the partner that owns the created * channel. * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_Channel */ public function patch($advertiserId, $channelId, Google_Service_DisplayVideo_Channel $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_Channel"); } } PK/ Z-C . .bvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItems.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $lineItems = $displayvideoService->lineItems; * */ class Google_Service_DisplayVideo_Resource_AdvertisersLineItems extends Google_Service_Resource { /** * Bulk edits targeting options under a single line item. The operation will * delete the assigned targeting options provided in * BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then * create the assigned targeting options provided in * BulkEditLineItemAssignedTargetingOptionsRequest.create_requests . * (lineItems.bulkEditLineItemAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param string $lineItemId Required. The ID of the line item the assigned * targeting option will belong to. * @param Google_Service_DisplayVideo_BulkEditLineItemAssignedTargetingOptionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditLineItemAssignedTargetingOptionsResponse */ public function bulkEditLineItemAssignedTargetingOptions($advertiserId, $lineItemId, Google_Service_DisplayVideo_BulkEditLineItemAssignedTargetingOptionsRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEditLineItemAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkEditLineItemAssignedTargetingOptionsResponse"); } /** * Lists assigned targeting options of a line item across targeting types. * (lineItems.bulkListLineItemAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param string $lineItemId Required. The ID of the line item to list assigned * targeting options for. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR` on * the same field. * A restriction has the form of `{field} {operator} {value}`. * * The operator must be `EQUALS (=)`. * Supported fields: - `targetingType` - * `inheritance` Examples: * AssignedTargetingOptions of targeting type * TARGETING_TYPE_PROXIMITY_LOCATION_LIST or TARGETING_TYPE_CHANNEL * `targetingType="TARGETING_TYPE_PROXIMITY_LOCATION_LIST" OR * targetingType="TARGETING_TYPE_CHANNEL"` * AssignedTargetingOptions with * inheritance status of NOT_INHERITED or INHERITED_FROM_PARTNER * `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `targetingType` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix "desc" should be added to the * field name. Example: `targetingType desc`. * @opt_param int pageSize Requested page size. The size must be an integer * between `1` and `5000`. If unspecified, the default is '5000'. Returns error * code `INVALID_ARGUMENT` if an invalid value is specified. * @opt_param string pageToken A token that lets the client fetch the next page * of results. Typically, this is the value of next_page_token returned from the * previous call to `BulkListLineItemAssignedTargetingOptions` method. If not * specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_BulkListLineItemAssignedTargetingOptionsResponse */ public function bulkListLineItemAssignedTargetingOptions($advertiserId, $lineItemId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId); $params = array_merge($params, $optParams); return $this->call('bulkListLineItemAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkListLineItemAssignedTargetingOptionsResponse"); } /** * Creates a new line item. Returns the newly created line item if successful. * (lineItems.create) * * @param string $advertiserId Output only. The unique ID of the advertiser the * line item belongs to. * @param Google_Service_DisplayVideo_LineItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_LineItem */ public function create($advertiserId, Google_Service_DisplayVideo_LineItem $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_LineItem"); } /** * Deletes a line item. Returns error code `NOT_FOUND` if the line item does not * exist. The line item should be archived first, i.e. set entity_status to * `ENTITY_STATUS_ARCHIVED`, to be able to delete it. (lineItems.delete) * * @param string $advertiserId The ID of the advertiser this line item belongs * to. * @param string $lineItemId The ID of the line item we need to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $lineItemId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a line item. (lineItems.get) * * @param string $advertiserId Required. The ID of the advertiser this line item * belongs to. * @param string $lineItemId Required. The ID of the line item to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_LineItem */ public function get($advertiserId, $lineItemId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_LineItem"); } /** * Lists line items in an advertiser. The order is defined by the order_by * parameter. If a filter by entity_status is not specified, line items with * `ENTITY_STATUS_ARCHIVED` will not be included in the results. * (lineItems.listAdvertisersLineItems) * * @param string $advertiserId Required. The ID of the advertiser to list line * items for. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by line item properties. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restrictions can be combined by `AND` or `OR` logical operators. A sequence * of restrictions implicitly uses `AND`. * A restriction has the form of * `{field} {operator} {value}`. * The operator used on * `flight.dateRange.endDate` must be LESS THAN (<). * The operator used on * `updateTime` must be `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL * TO (<=)`. * The operator used on `warningMessages` must be `HAS (:)`. * The * operators used on all other fields must be `EQUALS (=)`. * Supported fields: * - `campaignId` - `displayName` - `insertionOrderId` - `entityStatus` - * `lineItemId` - `lineItemType` - `flight.dateRange.endDate` (input formatted * as YYYY-MM-DD) - `warningMessages` - `flight.triggerId` - `updateTime` (input * in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) * The operator can be `NO LESS * THAN (>=)` or `NO GREATER THAN (<=)`. - `updateTime` (format of ISO 8601) * Examples: * All line items under an insertion order: * `insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or * `ENTITY_STATUS_PAUSED` and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under * an advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR * entityStatus="ENTITY_STATUS_PAUSED") AND * lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose flight * dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"` * * All line items that have `NO_VALID_CREATIVE` in `warningMessages`: * `warningMessages:"NO_VALID_CREATIVE"` * All line items with an update time * less than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: * `updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time * greater than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: * `updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * "displayName" (default) * "entityStatus" * “flight.dateRange.endDate” * * "updateTime" The default sorting order is ascending. To specify descending * order for a field, a suffix "desc" should be added to the field name. * Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListLineItems` method. If not specified, the first page * of results will be returned. * @return Google_Service_DisplayVideo_ListLineItemsResponse */ public function listAdvertisersLineItems($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListLineItemsResponse"); } /** * Updates an existing line item. Returns the updated line item if successful. * (lineItems.patch) * * @param string $advertiserId Output only. The unique ID of the advertiser the * line item belongs to. * @param string $lineItemId Output only. The unique ID of the line item. * Assigned by the system. * @param Google_Service_DisplayVideo_LineItem $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_LineItem */ public function patch($advertiserId, $lineItemId, Google_Service_DisplayVideo_LineItem $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_LineItem"); } } PK/ Z.cvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannelsSites.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $sites = $displayvideoService->sites; * */ class Google_Service_DisplayVideo_Resource_PartnersChannelsSites extends Google_Service_Resource { /** * Bulk edits sites under a single channel. The operation will delete the sites * provided in BulkEditSitesRequest.deleted_sites and then create the sites * provided in BulkEditSitesRequest.created_sites. (sites.bulkEdit) * * @param string $partnerId The ID of the partner that owns the parent channel. * @param string $channelId Required. The ID of the parent channel to which the * sites belong. * @param Google_Service_DisplayVideo_BulkEditSitesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditSitesResponse */ public function bulkEdit($partnerId, $channelId, Google_Service_DisplayVideo_BulkEditSitesRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEdit', array($params), "Google_Service_DisplayVideo_BulkEditSitesResponse"); } /** * Creates a site in a channel. (sites.create) * * @param string $partnerId The ID of the partner that owns the parent channel. * @param string $channelId Required. The ID of the parent channel in which the * site will be created. * @param Google_Service_DisplayVideo_Site $postBody * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the parent * channel. * @return Google_Service_DisplayVideo_Site */ public function create($partnerId, $channelId, Google_Service_DisplayVideo_Site $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Site"); } /** * Deletes a site from a channel. (sites.delete) * * @param string $partnerId The ID of the partner that owns the parent channel. * @param string $channelId Required. The ID of the parent channel to which the * site belongs. * @param string $urlOrAppId Required. The URL or app ID of the site to delete. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the parent * channel. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($partnerId, $channelId, $urlOrAppId, $optParams = array()) { $params = array('partnerId' => $partnerId, 'channelId' => $channelId, 'urlOrAppId' => $urlOrAppId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Lists sites in a channel. (sites.listPartnersChannelsSites) * * @param string $partnerId The ID of the partner that owns the parent channel. * @param string $channelId Required. The ID of the parent channel to which the * requested sites belong. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the parent * channel. * @opt_param string filter Allows filtering by site fields. Supported syntax: * * Filter expressions for site currently can only contain at most one * * restriction. * A restriction has the form of `{field} {operator} {value}`. * * The operator must be `CONTAINS (:)`. * Supported fields: - `urlOrAppId` * Examples: * All sites for which the URL or app ID contains "google": * `urlOrAppId : "google"` * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `urlOrAppId` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix " desc" should be added to the * field name. Example: `urlOrAppId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `10000`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListSites` method. If not specified, the first page of * results will be returned. * @return Google_Service_DisplayVideo_ListSitesResponse */ public function listPartnersChannelsSites($partnerId, $channelId, $optParams = array()) { $params = array('partnerId' => $partnerId, 'channelId' => $channelId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListSitesResponse"); } } PK/ Z$_c))Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Advertisers.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $advertisers = $displayvideoService->advertisers; * */ class Google_Service_DisplayVideo_Resource_Advertisers extends Google_Service_Resource { /** * Audits an advertiser. Returns the counts of used entities per resource type * under the advertiser provided. Used entities count towards their respective * resource limit. See https://support.google.com/displayvideo/answer/6071450. * (advertisers.audit) * * @param string $advertiserId Required. The ID of the advertiser to audit. * @param array $optParams Optional parameters. * * @opt_param string readMask Optional. The specific fields to return. If no * mask is specified, all fields in the response proto will be filled. Valid * values are: * usedLineItemsCount * usedInsertionOrdersCount * * usedCampaignsCount * channelsCount * negativelyTargetedChannelsCount * * negativeKeywordListsCount * adGroupCriteriaCount * campaignCriteriaCount * @return Google_Service_DisplayVideo_AuditAdvertiserResponse */ public function audit($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('audit', array($params), "Google_Service_DisplayVideo_AuditAdvertiserResponse"); } /** * Bulk edits targeting options under a single advertiser. The operation will * delete the assigned targeting options provided in * BulkEditAdvertiserAssignedTargetingOptionsRequest.delete_requests and then * create the assigned targeting options provided in * BulkEditAdvertiserAssignedTargetingOptionsRequest.create_requests . * (advertisers.bulkEditAdvertiserAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser. * @param Google_Service_DisplayVideo_BulkEditAdvertiserAssignedTargetingOptionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditAdvertiserAssignedTargetingOptionsResponse */ public function bulkEditAdvertiserAssignedTargetingOptions($advertiserId, Google_Service_DisplayVideo_BulkEditAdvertiserAssignedTargetingOptionsRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEditAdvertiserAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkEditAdvertiserAssignedTargetingOptionsResponse"); } /** * Lists assigned targeting options of an advertiser across targeting types. * (advertisers.bulkListAdvertiserAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`.. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `targetingType` Examples: * * targetingType with value TARGETING_TYPE_CHANNEL * `targetingType="TARGETING_TYPE_CHANNEL"` The length of this field should be * no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `targetingType` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix "desc" should be added to the * field name. Example: `targetingType desc`. * @opt_param int pageSize Requested page size. The size must be an integer * between `1` and `5000`. If unspecified, the default is '5000'. Returns error * code `INVALID_ARGUMENT` if an invalid value is specified. * @opt_param string pageToken A token that lets the client fetch the next page * of results. Typically, this is the value of next_page_token returned from the * previous call to `BulkListAdvertiserAssignedTargetingOptions` method. If not * specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_BulkListAdvertiserAssignedTargetingOptionsResponse */ public function bulkListAdvertiserAssignedTargetingOptions($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('bulkListAdvertiserAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkListAdvertiserAssignedTargetingOptionsResponse"); } /** * Creates a new advertiser. Returns the newly created advertiser if successful. * This method can take up to 180 seconds to complete. (advertisers.create) * * @param Google_Service_DisplayVideo_Advertiser $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Advertiser */ public function create(Google_Service_DisplayVideo_Advertiser $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Advertiser"); } /** * Deletes an advertiser. Deleting an advertiser will delete all of its child * resources, for example, campaigns, insertion orders and line items. A deleted * advertiser cannot be recovered. (advertisers.delete) * * @param string $advertiserId The ID of the advertiser we need to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets an advertiser. (advertisers.get) * * @param string $advertiserId Required. The ID of the advertiser to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Advertiser */ public function get($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Advertiser"); } /** * Lists advertisers that are accessible to the current user. The order is * defined by the order_by parameter. A single partner_id is required. Cross- * partner listing is not supported. (advertisers.listAdvertisers) * * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by advertiser properties. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restrictions can be combined by `AND` or `OR` logical operators. A sequence * of restrictions implicitly uses `AND`. * A restriction has the form of * `{field} {operator} {value}`. * The operator used on `updateTime` must be * `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)`. * The * operator must be `EQUALS (=)`. * Supported fields: - `advertiserId` - * `displayName` - `entityStatus` - `updateTime` (input in ISO 8601 format, or * YYYY-MM-DDTHH:MM:SSZ) Examples: * All active advertisers under a partner: * `entityStatus="ENTITY_STATUS_ACTIVE"` * All advertisers with an update time * less than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: * `updateTime<="2020-11-04T18:54:47Z"` * All advertisers with an update time * greater than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: * `updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) * `entityStatus` * `updateTime` The default * sorting order is ascending. To specify descending order for a field, a suffix * "desc" should be added to the field name. For example, `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListAdvertisers` method. If not specified, the first * page of results will be returned. * @opt_param string partnerId Required. The ID of the partner that the fetched * advertisers should all belong to. The system only supports listing * advertisers for one partner at a time. * @return Google_Service_DisplayVideo_ListAdvertisersResponse */ public function listAdvertisers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListAdvertisersResponse"); } /** * Updates an existing advertiser. Returns the updated advertiser if successful. * (advertisers.patch) * * @param string $advertiserId Output only. The unique ID of the advertiser. * Assigned by the system. * @param Google_Service_DisplayVideo_Advertiser $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_Advertiser */ public function patch($advertiserId, Google_Service_DisplayVideo_Advertiser $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_Advertiser"); } } PK/ Zs yy{vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/InventorySourceGroupsAssignedInventorySources.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assignedInventorySources = $displayvideoService->assignedInventorySources; * */ class Google_Service_DisplayVideo_Resource_InventorySourceGroupsAssignedInventorySources extends Google_Service_Resource { /** * Bulk edits multiple assignments between inventory sources and a single * inventory source group. The operation will delete the assigned inventory * sources provided in * BulkEditAssignedInventorySourcesRequest.deleted_assigned_inventory_sources * and then create the assigned inventory sources provided in * BulkEditAssignedInventorySourcesRequest.created_assigned_inventory_sources. * (assignedInventorySources.bulkEdit) * * @param string $inventorySourceGroupId Required. The ID of the inventory * source group to which the assignments are assigned. * @param Google_Service_DisplayVideo_BulkEditAssignedInventorySourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditAssignedInventorySourcesResponse */ public function bulkEdit($inventorySourceGroupId, Google_Service_DisplayVideo_BulkEditAssignedInventorySourcesRequest $postBody, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEdit', array($params), "Google_Service_DisplayVideo_BulkEditAssignedInventorySourcesResponse"); } /** * Creates an assignment between an inventory source and an inventory source * group. (assignedInventorySources.create) * * @param string $inventorySourceGroupId Required. The ID of the inventory * source group to which the assignment will be assigned. * @param Google_Service_DisplayVideo_AssignedInventorySource $postBody * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the parent * inventory source group. The parent partner will not have access to this * assigned inventory source. * @opt_param string partnerId The ID of the partner that owns the parent * inventory source group. Only this partner will have write access to this * assigned inventory source. * @return Google_Service_DisplayVideo_AssignedInventorySource */ public function create($inventorySourceGroupId, Google_Service_DisplayVideo_AssignedInventorySource $postBody, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_AssignedInventorySource"); } /** * Deletes the assignment between an inventory source and an inventory source * group. (assignedInventorySources.delete) * * @param string $inventorySourceGroupId Required. The ID of the inventory * source group to which this assignment is assigned. * @param string $assignedInventorySourceId Required. The ID of the assigned * inventory source to delete. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the parent * inventory source group. The parent partner does not have access to this * assigned inventory source. * @opt_param string partnerId The ID of the partner that owns the parent * inventory source group. Only this partner has write access to this assigned * inventory source. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($inventorySourceGroupId, $assignedInventorySourceId, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId, 'assignedInventorySourceId' => $assignedInventorySourceId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Lists inventory sources assigned to an inventory source group. * (assignedInventorySources.listInventorySourceGroupsAssignedInventorySources) * * @param string $inventorySourceGroupId Required. The ID of the inventory * source group to which these assignments are assigned. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the assignment. If the parent inventory source group is partner-owned, only * advertisers to which the parent group is explicitly shared can access the * assigned inventory source. * @opt_param string filter Allows filtering by assigned inventory source * fields. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `assignedInventorySourceId` The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `assignedInventorySourceId` (default) The default sorting order is * ascending. To specify descending order for a field, a suffix " desc" should * be added to the field name. Example: `assignedInventorySourceId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListAssignedInventorySources` method. If not specified, * the first page of results will be returned. * @opt_param string partnerId The ID of the partner that has access to the * assignment. If the parent inventory source group is advertiser-owned, the * assignment cannot be accessed via a partner. * @return Google_Service_DisplayVideo_ListAssignedInventorySourcesResponse */ public function listInventorySourceGroupsAssignedInventorySources($inventorySourceGroupId, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListAssignedInventorySourcesResponse"); } } PK/ Z\vc c Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/CustomLists.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $customLists = $displayvideoService->customLists; * */ class Google_Service_DisplayVideo_Resource_CustomLists extends Google_Service_Resource { /** * Gets a custom list. (customLists.get) * * @param string $customListId Required. The ID of the custom list to fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the DV360 advertiser that has access * to the fetched custom lists. * @return Google_Service_DisplayVideo_CustomList */ public function get($customListId, $optParams = array()) { $params = array('customListId' => $customListId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_CustomList"); } /** * Lists custom lists. The order is defined by the order_by parameter. * (customLists.listCustomLists) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the DV360 advertiser that has access * to the fetched custom lists. * @opt_param string filter Allows filtering by custom list fields. Supported * syntax: * Filter expressions for custom lists currently can only contain at * most one restriction. * A restriction has the form of `{field} {operator} * {value}`. * The operator must be `CONTAINS (:)`. * Supported fields: - * `displayName` Examples: * All custom lists for which the display name * contains "Google": `displayName : "Google"`. The length of this field should * be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `customListId` (default) * `displayName` The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListCustomLists` method. If not specified, the first * page of results will be returned. * @return Google_Service_DisplayVideo_ListCustomListsResponse */ public function listCustomLists($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListCustomListsResponse"); } } PK/ Z:A?Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Users.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $users = $displayvideoService->users; * */ class Google_Service_DisplayVideo_Resource_Users extends Google_Service_Resource { /** * Bulk edits user roles for a user. The operation will delete the assigned user * roles provided in BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles * and then assign the user roles provided in * BulkEditAssignedUserRolesRequest.createdAssignedUserRoles. * (users.bulkEditAssignedUserRoles) * * @param string $userId Required. The ID of the user to which the assigned user * roles belong. * @param Google_Service_DisplayVideo_BulkEditAssignedUserRolesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditAssignedUserRolesResponse */ public function bulkEditAssignedUserRoles($userId, Google_Service_DisplayVideo_BulkEditAssignedUserRolesRequest $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEditAssignedUserRoles', array($params), "Google_Service_DisplayVideo_BulkEditAssignedUserRolesResponse"); } /** * Creates a new user. Returns the newly created user if successful. * (users.create) * * @param Google_Service_DisplayVideo_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_User */ public function create(Google_Service_DisplayVideo_User $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_User"); } /** * Deletes a user. (users.delete) * * @param string $userId Required. The ID of the user to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a user. (users.get) * * @param string $userId Required. The ID of the user to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_User */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_User"); } /** * Lists users that are accessible to the current user. If two users have user * roles on the same partner or advertiser, they can access each other. * (users.listUsers) * * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by user properties. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restrictions can be combined by the logical operator `AND`. * A restriction * has the form of `{field} {operator} {value}`. * The operator must be * `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for the * following fields: - `displayName` - `email` * The operator must be `EQUALS * (=)` for the following fields: - `assignedUserRole.userRole` - * `assignedUserRole.partnerId` - `assignedUserRole.advertiserId` - * `assignedUserRole.entityType`: A synthetic field of AssignedUserRole used for * filtering. Identifies the type of entity to which the user role is assigned. * Valid values are `Partner` and `Advertiser`. - * `assignedUserRole.parentPartnerId`: A synthetic field of AssignedUserRole * used for filtering. Identifies the parent partner of the entity to which the * user role is assigned." Examples: * The user with displayName containing * `foo`: `displayName:"foo"` * The user with email containing `bar`: * `email:"bar"` * All users with standard user roles: * `assignedUserRole.userRole="STANDARD"` * All users with user roles for * partner 123: `assignedUserRole.partnerId="123"` * All users with user roles * for advertiser 123: `assignedUserRole.advertiserId="123"` * All users with * partner level user roles: `entityType="PARTNER"` * All users with user roles * for partner 123 and advertisers under partner 123: `parentPartnerId="123"` * The length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix "desc" should be added to the * field name. For example, `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListUsers` method. If not specified, the first page of * results will be returned. * @return Google_Service_DisplayVideo_ListUsersResponse */ public function listUsers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListUsersResponse"); } /** * Updates an existing user. Returns the updated user if successful. * (users.patch) * * @param string $userId Output only. The unique ID of the user. Assigned by the * system. * @param Google_Service_DisplayVideo_User $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_User */ public function patch($userId, Google_Service_DisplayVideo_User $postBody, $optParams = array()) { $params = array('userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_User"); } } PK/ Zg@((hvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersInsertionOrders.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $insertionOrders = $displayvideoService->insertionOrders; * */ class Google_Service_DisplayVideo_Resource_AdvertisersInsertionOrders extends Google_Service_Resource { /** * Lists assigned targeting options of an insertion order across targeting * types. (insertionOrders.bulkListInsertionOrderAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser the insertion * order belongs to. * @param string $insertionOrderId Required. The ID of the insertion order to * list assigned targeting options for. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR` on * the same field. * A restriction has the form of `{field} {operator} {value}`. * * The operator must be `EQUALS (=)`. * Supported fields: - `targetingType` - * `inheritance` Examples: * AssignedTargetingOptions of targeting type * TARGETING_TYPE_PROXIMITY_LOCATION_LIST or TARGETING_TYPE_CHANNEL * `targetingType="TARGETING_TYPE_PROXIMITY_LOCATION_LIST" OR * targetingType="TARGETING_TYPE_CHANNEL"` * AssignedTargetingOptions with * inheritance status of NOT_INHERITED or INHERITED_FROM_PARTNER * `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `targetingType` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix "desc" should be added to the * field name. Example: `targetingType desc`. * @opt_param int pageSize Requested page size. The size must be an integer * between `1` and `5000`. If unspecified, the default is `5000`. Returns error * code `INVALID_ARGUMENT` if an invalid value is specified. * @opt_param string pageToken A token that lets the client fetch the next page * of results. Typically, this is the value of next_page_token returned from the * previous call to `BulkListInsertionOrderAssignedTargetingOptions` method. If * not specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_BulkListInsertionOrderAssignedTargetingOptionsResponse */ public function bulkListInsertionOrderAssignedTargetingOptions($advertiserId, $insertionOrderId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId); $params = array_merge($params, $optParams); return $this->call('bulkListInsertionOrderAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkListInsertionOrderAssignedTargetingOptionsResponse"); } /** * Creates a new insertion order. Returns the newly created insertion order if * successful. (insertionOrders.create) * * @param string $advertiserId Output only. The unique ID of the advertiser the * insertion order belongs to. * @param Google_Service_DisplayVideo_InsertionOrder $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_InsertionOrder */ public function create($advertiserId, Google_Service_DisplayVideo_InsertionOrder $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_InsertionOrder"); } /** * Deletes an insertion order. Returns error code `NOT_FOUND` if the insertion * order does not exist. The insertion order should be archived first, i.e. set * entity_status to `ENTITY_STATUS_ARCHIVED`, to be able to delete it. * (insertionOrders.delete) * * @param string $advertiserId The ID of the advertiser this insertion order * belongs to. * @param string $insertionOrderId The ID of the insertion order we need to * delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $insertionOrderId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets an insertion order. Returns error code `NOT_FOUND` if the insertion * order does not exist. (insertionOrders.get) * * @param string $advertiserId Required. The ID of the advertiser this insertion * order belongs to. * @param string $insertionOrderId Required. The ID of the insertion order to * fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_InsertionOrder */ public function get($advertiserId, $insertionOrderId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_InsertionOrder"); } /** * Lists insertion orders in an advertiser. The order is defined by the order_by * parameter. If a filter by entity_status is not specified, insertion orders * with `ENTITY_STATUS_ARCHIVED` will not be included in the results. * (insertionOrders.listAdvertisersInsertionOrders) * * @param string $advertiserId Required. The ID of the advertiser to list * insertion orders for. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by insertion order properties. * Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by `AND` or `OR` logical * operators. A sequence of restrictions implicitly uses `AND`. * A restriction * has the form of `{field} {operator} {value}`. * The operator used on * `budget.budget_segments.date_range.end_date` must be LESS THAN (<). * The * operator used on `updateTime` must be `GREATER THAN OR EQUAL TO (>=)` or * `LESS THAN OR EQUAL TO (<=)`. * The operators used on all other fields must * be `EQUALS (=)`. * Supported fields: - `campaignId` - `displayName` - * `entityStatus` - `budget.budget_segments.date_range.end_date` (input as YYYY- * MM-DD) - `updateTime` (input in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) * Examples: * All insertion orders under a campaign: `campaignId="1234"` * All * `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an * advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR * entityStatus="ENTITY_STATUS_PAUSED")` * All insertion orders whose budget * segments' dates end before March 28, 2019: * `budget.budget_segments.date_range.end_date<"2019-03-28"` * All insertion * orders with an update time less than or equal to `2020-11-04T18:54:47Z * (format of ISO 8601)`: `updateTime<="2020-11-04T18:54:47Z"` * All insertion * orders with an update time greater than or equal to `2020-11-04T18:54:47Z * (format of ISO 8601)`: `updateTime>="2020-11-04T18:54:47Z"` The length of * this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * "displayName" (default) * "entityStatus" * "updateTime" The default * sorting order is ascending. To specify descending order for a field, a suffix * "desc" should be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListInsertionOrders` method. If not specified, the * first page of results will be returned. * @return Google_Service_DisplayVideo_ListInsertionOrdersResponse */ public function listAdvertisersInsertionOrders($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListInsertionOrdersResponse"); } /** * Updates an existing insertion order. Returns the updated insertion order if * successful. (insertionOrders.patch) * * @param string $advertiserId Output only. The unique ID of the advertiser the * insertion order belongs to. * @param string $insertionOrderId Output only. The unique ID of the insertion * order. Assigned by the system. * @param Google_Service_DisplayVideo_InsertionOrder $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_InsertionOrder */ public function patch($advertiserId, $insertionOrderId, Google_Service_DisplayVideo_InsertionOrder $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_InsertionOrder"); } } PK/ Z~Viimvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordLists.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $negativeKeywordLists = $displayvideoService->negativeKeywordLists; * */ class Google_Service_DisplayVideo_Resource_AdvertisersNegativeKeywordLists extends Google_Service_Resource { /** * Creates a new negative keyword list. Returns the newly created negative * keyword list if successful. (negativeKeywordLists.create) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the negative keyword list will belong. * @param Google_Service_DisplayVideo_NegativeKeywordList $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_NegativeKeywordList */ public function create($advertiserId, Google_Service_DisplayVideo_NegativeKeywordList $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_NegativeKeywordList"); } /** * Deletes a negative keyword list given an advertiser ID and a negative keyword * list ID. (negativeKeywordLists.delete) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the negative keyword list belongs. * @param string $negativeKeywordListId Required. The ID of the negative keyword * list to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $negativeKeywordListId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a negative keyword list given an advertiser ID and a negative keyword * list ID. (negativeKeywordLists.get) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the fetched negative keyword list belongs. * @param string $negativeKeywordListId Required. The ID of the negative keyword * list to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_NegativeKeywordList */ public function get($advertiserId, $negativeKeywordListId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_NegativeKeywordList"); } /** * Lists negative keyword lists based on a given advertiser id. * (negativeKeywordLists.listAdvertisersNegativeKeywordLists) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the fetched negative keyword lists belong. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * Defaults to `100` if not set. Returns error code `INVALID_ARGUMENT` if an * invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListNegativeKeywordLists` method. If not specified, the * first page of results will be returned. * @return Google_Service_DisplayVideo_ListNegativeKeywordListsResponse */ public function listAdvertisersNegativeKeywordLists($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListNegativeKeywordListsResponse"); } /** * Updates a negative keyword list. Returns the updated negative keyword list if * successful. (negativeKeywordLists.patch) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the negative keyword list belongs. * @param string $negativeKeywordListId Output only. The unique ID of the * negative keyword list. Assigned by the system. * @param Google_Service_DisplayVideo_NegativeKeywordList $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_NegativeKeywordList */ public function patch($advertiserId, $negativeKeywordListId, Google_Service_DisplayVideo_NegativeKeywordList $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_NegativeKeywordList"); } } PK/ Zmnnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersTargetingTypesAssignedTargetingOptions.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assignedTargetingOptions = $displayvideoService->assignedTargetingOptions; * */ class Google_Service_DisplayVideo_Resource_AdvertisersTargetingTypesAssignedTargetingOptions extends Google_Service_Resource { /** * Assigns a targeting option to an advertiser. Returns the assigned targeting * option if successful. (assignedTargetingOptions.create) * * @param string $advertiserId Required. The ID of the advertiser. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * @param Google_Service_DisplayVideo_AssignedTargetingOption $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function create($advertiserId, $targetingType, Google_Service_DisplayVideo_AssignedTargetingOption $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'targetingType' => $targetingType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Deletes an assigned targeting option from an advertiser. * (assignedTargetingOptions.delete) * * @param string $advertiserId Required. The ID of the advertiser. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * @param string $assignedTargetingOptionId Required. The ID of the assigned * targeting option to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a single targeting option assigned to an advertiser. * (assignedTargetingOptions.get) * * @param string $advertiserId Required. The ID of the advertiser. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * @param string $assignedTargetingOptionId Required. An identifier unique to * the targeting type in this advertiser that identifies the assigned targeting * option being requested. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function get($advertiserId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Lists the targeting options assigned to an advertiser. (assignedTargetingOpti * ons.listAdvertisersTargetingTypesAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser. * @param string $targetingType Required. Identifies the type of assigned * targeting options to list. Supported targeting types: * * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `assignedTargetingOptionId` * Examples: * AssignedTargetingOption with ID 123456 * `assignedTargetingOptionId="123456"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `assignedTargetingOptionId` (default) The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. Example: `assignedTargetingOptionId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListAdvertiserAssignedTargetingOptions` method. If not * specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_ListAdvertiserAssignedTargetingOptionsResponse */ public function listAdvertisersTargetingTypesAssignedTargetingOptions($advertiserId, $targetingType, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'targetingType' => $targetingType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListAdvertiserAssignedTargetingOptionsResponse"); } } PK/ Z,KKfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLocationLists.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $locationLists = $displayvideoService->locationLists; * */ class Google_Service_DisplayVideo_Resource_AdvertisersLocationLists extends Google_Service_Resource { /** * Creates a new location list. Returns the newly created location list if * successful. (locationLists.create) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the location list belongs. * @param Google_Service_DisplayVideo_LocationList $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_LocationList */ public function create($advertiserId, Google_Service_DisplayVideo_LocationList $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_LocationList"); } /** * Gets a location list. (locationLists.get) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the fetched location list belongs. * @param string $locationListId Required. The ID of the location list to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_LocationList */ public function get($advertiserId, $locationListId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'locationListId' => $locationListId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_LocationList"); } /** * Lists location lists based on a given advertiser id. * (locationLists.listAdvertisersLocationLists) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the fetched location lists belong. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by location list fields. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restrictions can be combined by `AND` or `OR` logical operators. A sequence * of restrictions implicitly uses `AND`. * A restriction has the form of * `{field} {operator} {value}`. * The operator must be `EQUALS (=)`. * * Supported fields: - `locationType` Examples: * All regional location list: * `locationType="TARGETING_LOCATION_TYPE_REGIONAL"` * All proximity location * list: `locationType="TARGETING_LOCATION_TYPE_PROXIMITY"` * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `locationListId` (default) * `displayName` The default sorting order * is ascending. To specify descending order for a field, a suffix "desc" should * be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * Defaults to `100` if not set. Returns error code `INVALID_ARGUMENT` if an * invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListLocationLists` method. If not specified, the first * page of results will be returned. * @return Google_Service_DisplayVideo_ListLocationListsResponse */ public function listAdvertisersLocationLists($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListLocationListsResponse"); } /** * Updates a location list. Returns the updated location list if successful. * (locationLists.patch) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the location lists belongs. * @param string $locationListId Output only. The unique ID of the location * list. Assigned by the system. * @param Google_Service_DisplayVideo_LocationList $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_LocationList */ public function patch($advertiserId, $locationListId, Google_Service_DisplayVideo_LocationList $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_LocationList"); } } PK/ Z""evendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/CustomBiddingAlgorithms.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $customBiddingAlgorithms = $displayvideoService->customBiddingAlgorithms; * */ class Google_Service_DisplayVideo_Resource_CustomBiddingAlgorithms extends Google_Service_Resource { /** * Gets a custom bidding algorithm. (customBiddingAlgorithms.get) * * @param string $customBiddingAlgorithmId Required. The ID of the custom * bidding algorithm to fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the DV360 partner that has access to * the custom bidding algorithm. * @opt_param string partnerId The ID of the DV360 partner that has access to * the custom bidding algorithm. * @return Google_Service_DisplayVideo_CustomBiddingAlgorithm */ public function get($customBiddingAlgorithmId, $optParams = array()) { $params = array('customBiddingAlgorithmId' => $customBiddingAlgorithmId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_CustomBiddingAlgorithm"); } /** * Lists custom bidding algorithms that are accessible to the current user and * can be used in bidding stratgies. The order is defined by the order_by * parameter. (customBiddingAlgorithms.listCustomBiddingAlgorithms) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the DV360 advertiser that has access * to the custom bidding algorithm. * @opt_param string filter Allows filtering by custom bidding algorithm fields. * Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by `AND`. A sequence of * restrictions * implicitly uses `AND`. * A restriction has the form of * `{field} {operator} {value}`. * The operator must be `CONTAINS (:)` or * `EQUALS (=)`. * The operator must be `CONTAINS (:)` for the following field: * - `displayName` * The operator must be `EQUALS (=)` for the following field: * - `customBiddingAlgorithmType` * For `displayName`, the value is a string. We * return all custom bidding algorithms whose display_name contains such string. * * For `customBiddingAlgorithmType`, the value is a string. We return all * algorithms whose custom_bidding_algorithm_type is equal to the given type. * Examples: * All custom bidding algorithms for which the display name contains * "politics": `displayName:politics`. * All custom bidding algorithms for which * the type is "SCRIPT_BASED": `customBiddingAlgorithmType=SCRIPT_BASED` The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) The default sorting order is ascending. To * specify descending order for a field, a suffix "desc" should be added to the * field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListCustomBiddingAlgorithms` method. If not specified, * the first page of results will be returned. * @opt_param string partnerId The ID of the DV360 partner that has access to * the custom bidding algorithm. * @return Google_Service_DisplayVideo_ListCustomBiddingAlgorithmsResponse */ public function listCustomBiddingAlgorithms($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListCustomBiddingAlgorithmsResponse"); } } PK/ Z$ͭ^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Sdfdownloadtasks.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $sdfdownloadtasks = $displayvideoService->sdfdownloadtasks; * */ class Google_Service_DisplayVideo_Resource_Sdfdownloadtasks extends Google_Service_Resource { /** * Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a * long-running, asynchronous operation. The metadata type of this operation is * SdfDownloadTaskMetadata. If the request is successful, the response type of * the operation is SdfDownloadTask. The response will not include the download * files, which must be retrieved with media.download. The state of operation * can be retrieved with sdfdownloadtask.operations.get. Any errors can be found * in the error.message. Note that error.details is expected to be empty. * (sdfdownloadtasks.create) * * @param Google_Service_DisplayVideo_CreateSdfDownloadTaskRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Operation */ public function create(Google_Service_DisplayVideo_CreateSdfDownloadTaskRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Operation"); } } PK/ Z>aVvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Partners.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $partners = $displayvideoService->partners; * */ class Google_Service_DisplayVideo_Resource_Partners extends Google_Service_Resource { /** * Bulk edits targeting options under a single partner. The operation will * delete the assigned targeting options provided in * BulkEditPartnerAssignedTargetingOptionsRequest.deleteRequests and then create * the assigned targeting options provided in * BulkEditPartnerAssignedTargetingOptionsRequest.createRequests . * (partners.bulkEditPartnerAssignedTargetingOptions) * * @param string $partnerId Required. The ID of the partner. * @param Google_Service_DisplayVideo_BulkEditPartnerAssignedTargetingOptionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditPartnerAssignedTargetingOptionsResponse */ public function bulkEditPartnerAssignedTargetingOptions($partnerId, Google_Service_DisplayVideo_BulkEditPartnerAssignedTargetingOptionsRequest $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEditPartnerAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkEditPartnerAssignedTargetingOptionsResponse"); } /** * Gets a partner. (partners.get) * * @param string $partnerId Required. The ID of the partner to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Partner */ public function get($partnerId, $optParams = array()) { $params = array('partnerId' => $partnerId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Partner"); } /** * Lists partners that are accessible to the current user. The order is defined * by the order_by parameter. (partners.listPartners) * * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by partner properties. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restrictions can be combined by `AND` or `OR` logical operators. A sequence * of restrictions implicitly uses `AND`. * A restriction has the form of * `{field} {operator} {value}`. * The operator must be `EQUALS (=)`. * * Supported fields: - `entityStatus` Examples: * All active partners: * `entityStatus="ENTITY_STATUS_ACTIVE"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` The default sorting order is ascending. To specify * descending order for a field, a suffix "desc" should be added to the field * name. For example, `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListPartners` method. If not specified, the first page * of results will be returned. * @return Google_Service_DisplayVideo_ListPartnersResponse */ public function listPartners($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListPartnersResponse"); } } PK/ Z#,ivendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/FirstAndThirdPartyAudiences.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $firstAndThirdPartyAudiences = $displayvideoService->firstAndThirdPartyAudiences; * */ class Google_Service_DisplayVideo_Resource_FirstAndThirdPartyAudiences extends Google_Service_Resource { /** * Gets a first and third party audience. (firstAndThirdPartyAudiences.get) * * @param string $firstAndThirdPartyAudienceId Required. The ID of the first and * third party audience to fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the fetched first and third party audience. * @opt_param string partnerId The ID of the partner that has access to the * fetched first and third party audience. * @return Google_Service_DisplayVideo_FirstAndThirdPartyAudience */ public function get($firstAndThirdPartyAudienceId, $optParams = array()) { $params = array('firstAndThirdPartyAudienceId' => $firstAndThirdPartyAudienceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_FirstAndThirdPartyAudience"); } /** * Lists first and third party audiences. The order is defined by the order_by * parameter. (firstAndThirdPartyAudiences.listFirstAndThirdPartyAudiences) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the fetched first and third party audiences. * @opt_param string filter Allows filtering by first and third party audience * fields. Supported syntax: * Filter expressions for first and third party * audiences currently can only contain at most one restriction. * A restriction * has the form of `{field} {operator} {value}`. * The operator must be * `CONTAINS (:)`. * Supported fields: - `displayName` Examples: * All first and * third party audiences for which the display name contains "Google": * `displayName : "Google"`. The length of this field should be no more than 500 * characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `firstAndThirdPartyAudienceId` (default) * `displayName` The default * sorting order is ascending. To specify descending order for a field, a suffix * "desc" should be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListFirstAndThirdPartyAudiences` method. If not * specified, the first page of results will be returned. * @opt_param string partnerId The ID of the partner that has access to the * fetched first and third party audiences. * @return Google_Service_DisplayVideo_ListFirstAndThirdPartyAudiencesResponse */ public function listFirstAndThirdPartyAudiences($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListFirstAndThirdPartyAudiencesResponse"); } } PK/ Z=vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersInsertionOrdersTargetingTypes.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $targetingTypes = $displayvideoService->targetingTypes; * */ class Google_Service_DisplayVideo_Resource_AdvertisersInsertionOrdersTargetingTypes extends Google_Service_Resource { } PK/ Z!;!!bvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCreatives.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $creatives = $displayvideoService->creatives; * */ class Google_Service_DisplayVideo_Resource_AdvertisersCreatives extends Google_Service_Resource { /** * Creates a new creative. Returns the newly created creative if successful. * (creatives.create) * * @param string $advertiserId Output only. The unique ID of the advertiser the * creative belongs to. * @param Google_Service_DisplayVideo_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Creative */ public function create($advertiserId, Google_Service_DisplayVideo_Creative $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Creative"); } /** * Deletes a creative. Returns error code `NOT_FOUND` if the creative does not * exist. The creative should be archived first, i.e. set entity_status to * `ENTITY_STATUS_ARCHIVED`, before it can be deleted. (creatives.delete) * * @param string $advertiserId The ID of the advertiser this creative belongs * to. * @param string $creativeId The ID of the creative to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $creativeId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'creativeId' => $creativeId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a creative. (creatives.get) * * @param string $advertiserId Required. The ID of the advertiser this creative * belongs to. * @param string $creativeId Required. The ID of the creative to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Creative */ public function get($advertiserId, $creativeId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'creativeId' => $creativeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Creative"); } /** * Lists creatives in an advertiser. The order is defined by the order_by * parameter. If a filter by entity_status is not specified, creatives with * `ENTITY_STATUS_ARCHIVED` will not be included in the results. * (creatives.listAdvertisersCreatives) * * @param string $advertiserId Required. The ID of the advertiser to list * creatives for. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by creative properties. Supported * syntax: * Filter expressions are made up of one or more restrictions. * * Restriction for the same field must be combined by `OR`. * Restriction for * different fields must be combined by `AND`. * Between `(` and `)` there can * only be restrictions combined by `OR` for the same field. * A restriction has * the form of `{field} {operator} {value}`. * The operator must be `EQUALS (=)` * for the following fields: - `entityStatus` - `creativeType`. - `dimensions` - * `minDuration` - `maxDuration` - `approvalStatus` - `exchangeReviewStatus` - * `dynamic` - `creativeId` * The operator must be `HAS (:)` for the following * fields: - `lineItemIds` * For `entityStatus`, `minDuration`, `maxDuration`, * and `dynamic` there may be at most one restriction. * For `dimensions`, the * value is in the form of `"{width}x{height}"`. * For `exchangeReviewStatus`, * the value is in the form of `{exchange}-{reviewStatus}`. * For `minDuration` * and `maxDuration`, the value is in the form of `"{duration}s"`. Only seconds * are supported with millisecond granularity. * There may be multiple * `lineItemIds` restrictions in order to search against multiple possible line * item IDs. * There may be multiple `creativeId` restrictions in order to * search against multiple possible creative IDs. Examples: * All native * creatives: `creativeType="CREATIVE_TYPE_NATIVE"` * All active creatives with * 300x400 or 50x100 dimensions: `entityStatus="ENTITY_STATUS_ACTIVE" AND * (dimensions="300x400" OR dimensions="50x100")` * All dynamic creatives that * are approved by AdX or AppNexus, with a minimum duration of 5 seconds and * 200ms. `dynamic="true" AND minDuration="5.2s" AND (exchangeReviewStatus * ="EXCHANGE_GOOGLE_AD_MANAGER-REVIEW_STATUS_APPROVED" OR exchangeReviewStatus * ="EXCHANGE_APPNEXUS-REVIEW_STATUS_APPROVED")` * All video creatives that are * associated with line item ID 1 or 2: `creativeType="CREATIVE_TYPE_VIDEO" AND * (lineItemIds:1 OR lineItemIds:2)` * Find creatives by multiple creative IDs: * `creativeId=1 OR creativeId=2` The length of this field should be no more * than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `creativeId` (default) * `createTime` * `mediaDuration` * `dimensions` * (sorts by width first, then by height) The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. Example: `createTime desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListCreatives` method. If not specified, the first page * of results will be returned. * @return Google_Service_DisplayVideo_ListCreativesResponse */ public function listAdvertisersCreatives($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListCreativesResponse"); } /** * Updates an existing creative. Returns the updated creative if successful. * (creatives.patch) * * @param string $advertiserId Output only. The unique ID of the advertiser the * creative belongs to. * @param string $creativeId Output only. The unique ID of the creative. * Assigned by the system. * @param Google_Service_DisplayVideo_Creative $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_Creative */ public function patch($advertiserId, $creativeId, Google_Service_DisplayVideo_Creative $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'creativeId' => $creativeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_Creative"); } } PK/ Zcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/InventorySourceGroups.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $inventorySourceGroups = $displayvideoService->inventorySourceGroups; * */ class Google_Service_DisplayVideo_Resource_InventorySourceGroups extends Google_Service_Resource { /** * Creates a new inventory source group. Returns the newly created inventory * source group if successful. (inventorySourceGroups.create) * * @param Google_Service_DisplayVideo_InventorySourceGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the * inventory source group. The parent partner will not have access to this * group. * @opt_param string partnerId The ID of the partner that owns the inventory * source group. Only this partner will have write access to this group. Only * advertisers to which this group is explicitly shared will have read access to * this group. * @return Google_Service_DisplayVideo_InventorySourceGroup */ public function create(Google_Service_DisplayVideo_InventorySourceGroup $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_InventorySourceGroup"); } /** * Deletes an inventory source group. (inventorySourceGroups.delete) * * @param string $inventorySourceGroupId Required. The ID of the inventory * source group to delete. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the * inventory source group. The parent partner does not have access to this * group. * @opt_param string partnerId The ID of the partner that owns the inventory * source group. Only this partner has write access to this group. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($inventorySourceGroupId, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets an inventory source group. (inventorySourceGroups.get) * * @param string $inventorySourceGroupId Required. The ID of the inventory * source group to fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the inventory source group. If an inventory source group is partner-owned, * only advertisers to which the group is explicitly shared can access the * group. * @opt_param string partnerId The ID of the partner that has access to the * inventory source group. A partner cannot access an advertiser-owned inventory * source group. * @return Google_Service_DisplayVideo_InventorySourceGroup */ public function get($inventorySourceGroupId, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_InventorySourceGroup"); } /** * Lists inventory source groups that are accessible to the current user. The * order is defined by the order_by parameter. * (inventorySourceGroups.listInventorySourceGroups) * * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that has access to * the inventory source group. If an inventory source group is partner-owned, * only advertisers to which the group is explicitly shared can access the * group. * @opt_param string filter Allows filtering by inventory source group * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `inventorySourceGroupId` The * length of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) * `inventorySourceGroupId` The default sorting * order is ascending. To specify descending order for a field, a suffix "desc" * should be added to the field name. For example, `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListInventorySources` method. If not specified, the * first page of results will be returned. * @opt_param string partnerId The ID of the partner that has access to the * inventory source group. A partner cannot access advertiser-owned inventory * source groups. * @return Google_Service_DisplayVideo_ListInventorySourceGroupsResponse */ public function listInventorySourceGroups($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListInventorySourceGroupsResponse"); } /** * Updates an inventory source group. Returns the updated inventory source group * if successful. (inventorySourceGroups.patch) * * @param string $inventorySourceGroupId Output only. The unique ID of the * inventory source group. Assigned by the system. * @param Google_Service_DisplayVideo_InventorySourceGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the * inventory source group. The parent partner does not have access to this * group. * @opt_param string partnerId The ID of the partner that owns the inventory * source group. Only this partner has write access to this group. * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_InventorySourceGroup */ public function patch($inventorySourceGroupId, Google_Service_DisplayVideo_InventorySourceGroup $postBody, $optParams = array()) { $params = array('inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_InventorySourceGroup"); } } PK/ ZIlvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/TargetingTypesTargetingOptions.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $targetingOptions = $displayvideoService->targetingOptions; * */ class Google_Service_DisplayVideo_Resource_TargetingTypesTargetingOptions extends Google_Service_Resource { /** * Gets a single targeting option. (targetingOptions.get) * * @param string $targetingType Required. The type of targeting option to * retrieve. * @param string $targetingOptionId Required. The ID of the of targeting option * to retrieve. * @param array $optParams Optional parameters. * * @opt_param string advertiserId Required. The Advertiser this request is being * made in the context of. * @return Google_Service_DisplayVideo_TargetingOption */ public function get($targetingType, $targetingOptionId, $optParams = array()) { $params = array('targetingType' => $targetingType, 'targetingOptionId' => $targetingOptionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_TargetingOption"); } /** * Lists targeting options of a given type. * (targetingOptions.listTargetingTypesTargetingOptions) * * @param string $targetingType Required. The type of targeting option to be * listed. * @param array $optParams Optional parameters. * * @opt_param string advertiserId Required. The Advertiser this request is being * made in the context of. * @opt_param string filter Allows filtering by targeting option properties. * Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by `OR` logical operators. * A * restriction has the form of `{field} {operator} {value}`. * The operator must * be "=" (equal sign). * Supported fields: - `carrierAndIspDetails.type` - * `geoRegionDetails.geoRegionType` - `targetingOptionId` Examples: * All `GEO * REGION` targeting options that belong to sub type `GEO_REGION_TYPE_COUNTRY` * or `GEO_REGION_TYPE_STATE`: * `geoRegionDetails.geoRegionType="GEO_REGION_TYPE_COUNTRY" OR * geoRegionDetails.geoRegionType="GEO_REGION_TYPE_STATE"` * All `CARRIER AND * ISP` targeting options that belong to sub type * `CARRIER_AND_ISP_TYPE_CARRIER`: * `carrierAndIspDetails.type="CARRIER_AND_ISP_TYPE_CARRIER"`. The length of * this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `targetingOptionId` (default) The default sorting order is ascending. * To specify descending order for a field, a suffix "desc" should be added to * the field name. Example: `targetingOptionId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListTargetingOptions` method. If not specified, the * first page of results will be returned. * @return Google_Service_DisplayVideo_ListTargetingOptionsResponse */ public function listTargetingTypesTargetingOptions($targetingType, $optParams = array()) { $params = array('targetingType' => $targetingType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListTargetingOptionsResponse"); } /** * Searches for targeting options of a given type based on the given search * terms. (targetingOptions.search) * * @param string $targetingType Required. The type of targeting options to * retrieve. Accepted values are: * `TARGETING_TYPE_GEO_REGION` * @param Google_Service_DisplayVideo_SearchTargetingOptionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_SearchTargetingOptionsResponse */ public function search($targetingType, Google_Service_DisplayVideo_SearchTargetingOptionsRequest $postBody, $optParams = array()) { $params = array('targetingType' => $targetingType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_DisplayVideo_SearchTargetingOptionsResponse"); } } PK/ Z{gdvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersTargetingTypes.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $targetingTypes = $displayvideoService->targetingTypes; * */ class Google_Service_DisplayVideo_Resource_PartnersTargetingTypes extends Google_Service_Resource { } PK/ ZVі\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/TargetingTypes.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $targetingTypes = $displayvideoService->targetingTypes; * */ class Google_Service_DisplayVideo_Resource_TargetingTypes extends Google_Service_Resource { } PK/ ZUlNNwvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLocationListsAssignedLocations.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assignedLocations = $displayvideoService->assignedLocations; * */ class Google_Service_DisplayVideo_Resource_AdvertisersLocationListsAssignedLocations extends Google_Service_Resource { /** * Bulk edits multiple assignments between locations and a single location list. * The operation will delete the assigned locations provided in * BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create * the assigned locations provided in * BulkEditAssignedLocationsRequest.created_assigned_locations. * (assignedLocations.bulkEdit) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the location list belongs. * @param string $locationListId Required. The ID of the location list to which * these assignments are assigned. * @param Google_Service_DisplayVideo_BulkEditAssignedLocationsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_BulkEditAssignedLocationsResponse */ public function bulkEdit($advertiserId, $locationListId, Google_Service_DisplayVideo_BulkEditAssignedLocationsRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('bulkEdit', array($params), "Google_Service_DisplayVideo_BulkEditAssignedLocationsResponse"); } /** * Creates an assignment between a location and a location list. * (assignedLocations.create) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the location list belongs. * @param string $locationListId Required. The ID of the location list for which * the assignment will be created. * @param Google_Service_DisplayVideo_AssignedLocation $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedLocation */ public function create($advertiserId, $locationListId, Google_Service_DisplayVideo_AssignedLocation $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_AssignedLocation"); } /** * Deletes the assignment between a location and a location list. * (assignedLocations.delete) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the location list belongs. * @param string $locationListId Required. The ID of the location list to which * this assignment is assigned. * @param string $assignedLocationId Required. The ID of the assigned location * to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $locationListId, $assignedLocationId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'assignedLocationId' => $assignedLocationId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Lists locations assigned to a location list. * (assignedLocations.listAdvertisersLocationListsAssignedLocations) * * @param string $advertiserId Required. The ID of the DV360 advertiser to which * the location list belongs. * @param string $locationListId Required. The ID of the location list to which * these assignments are assigned. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by location list assignment fields. * Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `assignedLocationId` The length * of this field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `assignedLocationId` (default) The default sorting order is ascending. * To specify descending order for a field, a suffix " desc" should be added to * the field name. Example: `assignedLocationId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListAssignedLocations` method. If not specified, the * first page of results will be returned. * @return Google_Service_DisplayVideo_ListAssignedLocationsResponse */ public function listAdvertisersLocationListsAssignedLocations($advertiserId, $locationListId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'locationListId' => $locationListId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListAssignedLocationsResponse"); } } PK/ ZҤuugvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersManualTriggers.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $manualTriggers = $displayvideoService->manualTriggers; * */ class Google_Service_DisplayVideo_Resource_AdvertisersManualTriggers extends Google_Service_Resource { /** * Activates a manual trigger. Each activation of the manual trigger must be at * least 5 minutes apart, otherwise an error will be returned. * (manualTriggers.activate) * * @param string $advertiserId Required. The ID of the advertiser that the * manual trigger belongs. * @param string $triggerId Required. The ID of the manual trigger to activate. * @param Google_Service_DisplayVideo_ActivateManualTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_ManualTrigger */ public function activate($advertiserId, $triggerId, Google_Service_DisplayVideo_ActivateManualTriggerRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'triggerId' => $triggerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_DisplayVideo_ManualTrigger"); } /** * Creates a new manual trigger. Returns the newly created manual trigger if * successful. (manualTriggers.create) * * @param string $advertiserId Required. Immutable. The unique ID of the * advertiser that the manual trigger belongs to. * @param Google_Service_DisplayVideo_ManualTrigger $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_ManualTrigger */ public function create($advertiserId, Google_Service_DisplayVideo_ManualTrigger $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_ManualTrigger"); } /** * Deactivates a manual trigger. (manualTriggers.deactivate) * * @param string $advertiserId Required. The ID of the advertiser that the * manual trigger belongs. * @param string $triggerId Required. The ID of the manual trigger to * deactivate. * @param Google_Service_DisplayVideo_DeactivateManualTriggerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_ManualTrigger */ public function deactivate($advertiserId, $triggerId, Google_Service_DisplayVideo_DeactivateManualTriggerRequest $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'triggerId' => $triggerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deactivate', array($params), "Google_Service_DisplayVideo_ManualTrigger"); } /** * Gets a manual trigger. (manualTriggers.get) * * @param string $advertiserId Required. The ID of the advertiser this manual * trigger belongs to. * @param string $triggerId Required. The ID of the manual trigger to fetch. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_ManualTrigger */ public function get($advertiserId, $triggerId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'triggerId' => $triggerId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_ManualTrigger"); } /** * Lists manual triggers that are accessible to the current user for a given * advertiser ID. The order is defined by the order_by parameter. A single * advertiser_id is required. (manualTriggers.listAdvertisersManualTriggers) * * @param string $advertiserId Required. The ID of the advertiser that the * fetched manual triggers belong to. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by manual trigger properties. * Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by `AND` or `OR` logical * operators. A sequence of restrictions implicitly uses `AND`. * A restriction * has the form of `{field} {operator} {value}`. * The operator must be `EQUALS * (=)`. * Supported fields: - `displayName` - `state` Examples: * All active * manual triggers under an advertiser: `state="ACTIVE"` The length of this * field should be no more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) * `state` The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. For example, `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListManualTriggers` method. If not specified, the first * page of results will be returned. * @return Google_Service_DisplayVideo_ListManualTriggersResponse */ public function listAdvertisersManualTriggers($advertiserId, $optParams = array()) { $params = array('advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListManualTriggersResponse"); } /** * Updates a manual trigger. Returns the updated manual trigger if successful. * (manualTriggers.patch) * * @param string $advertiserId Required. Immutable. The unique ID of the * advertiser that the manual trigger belongs to. * @param string $triggerId Output only. The unique ID of the manual trigger. * @param Google_Service_DisplayVideo_ManualTrigger $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_ManualTrigger */ public function patch($advertiserId, $triggerId, Google_Service_DisplayVideo_ManualTrigger $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'triggerId' => $triggerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_ManualTrigger"); } } PK/ Z(cpvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItemsTargetingTypes.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $targetingTypes = $displayvideoService->targetingTypes; * */ class Google_Service_DisplayVideo_Resource_AdvertisersLineItemsTargetingTypes extends Google_Service_Resource { } PK/ Zgvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersTargetingTypes.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $targetingTypes = $displayvideoService->targetingTypes; * */ class Google_Service_DisplayVideo_Resource_AdvertisersTargetingTypes extends Google_Service_Resource { } PK/ ZS]0 0 ^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/FloodlightGroups.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $floodlightGroups = $displayvideoService->floodlightGroups; * */ class Google_Service_DisplayVideo_Resource_FloodlightGroups extends Google_Service_Resource { /** * Gets a Floodlight group. (floodlightGroups.get) * * @param string $floodlightGroupId Required. The ID of the Floodlight group to * fetch. * @param array $optParams Optional parameters. * * @opt_param string partnerId Required. The partner context by which the * Floodlight group is being accessed. * @return Google_Service_DisplayVideo_FloodlightGroup */ public function get($floodlightGroupId, $optParams = array()) { $params = array('floodlightGroupId' => $floodlightGroupId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_FloodlightGroup"); } /** * Updates an existing Floodlight group. Returns the updated Floodlight group if * successful. (floodlightGroups.patch) * * @param string $floodlightGroupId Output only. The unique ID of the Floodlight * group. Assigned by the system. * @param Google_Service_DisplayVideo_FloodlightGroup $postBody * @param array $optParams Optional parameters. * * @opt_param string partnerId Required. The partner context by which the * Floodlight group is being accessed. * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_FloodlightGroup */ public function patch($floodlightGroupId, Google_Service_DisplayVideo_FloodlightGroup $postBody, $optParams = array()) { $params = array('floodlightGroupId' => $floodlightGroupId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_FloodlightGroup"); } } PK/ ZSYhhvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/SdfdownloadtasksOperations.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $operations = $displayvideoService->operations; * */ class Google_Service_DisplayVideo_Resource_SdfdownloadtasksOperations extends Google_Service_Resource { /** * Gets the latest state of an asynchronous SDF download task operation. Clients * should poll this method at intervals of 30 seconds. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Operation"); } } PK/ Z[ vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItemsTargetingTypesAssignedTargetingOptions.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assignedTargetingOptions = $displayvideoService->assignedTargetingOptions; * */ class Google_Service_DisplayVideo_Resource_AdvertisersLineItemsTargetingTypesAssignedTargetingOptions extends Google_Service_Resource { /** * Assigns a targeting option to a line item. Returns the assigned targeting * option if successful. (assignedTargetingOptions.create) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param string $lineItemId Required. The ID of the line item the assigned * targeting option will belong to. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. * @param Google_Service_DisplayVideo_AssignedTargetingOption $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function create($advertiserId, $lineItemId, $targetingType, Google_Service_DisplayVideo_AssignedTargetingOption $postBody, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId, 'targetingType' => $targetingType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Deletes an assigned targeting option from a line item. * (assignedTargetingOptions.delete) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param string $lineItemId Required. The ID of the line item the assigned * targeting option belongs to. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. * @param string $assignedTargetingOptionId Required. The ID of the assigned * targeting option to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($advertiserId, $lineItemId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a single targeting option assigned to a line item. * (assignedTargetingOptions.get) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param string $lineItemId Required. The ID of the line item the assigned * targeting option belongs to. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. * @param string $assignedTargetingOptionId Required. An identifier unique to * the targeting type in this line item that identifies the assigned targeting * option being requested. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function get($advertiserId, $lineItemId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Lists the targeting options assigned to a line item. (assignedTargetingOption * s.listAdvertisersLineItemsTargetingTypesAssignedTargetingOptions) * * @param string $advertiserId Required. The ID of the advertiser the line item * belongs to. * @param string $lineItemId Required. The ID of the line item to list assigned * targeting options for. * @param string $targetingType Required. Identifies the type of assigned * targeting options to list. * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `assignedTargetingOptionId` - * `inheritance` Examples: * AssignedTargetingOptions with ID 1 or 2 * `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` * * AssignedTargetingOptions with inheritance status of NOT_INHERITED or * INHERITED_FROM_PARTNER `inheritance="NOT_INHERITED" OR * inheritance="INHERITED_FROM_PARTNER"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `assignedTargetingOptionId` (default) The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. Example: `assignedTargetingOptionId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListLineItemAssignedTargetingOptions` method. If not * specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_ListLineItemAssignedTargetingOptionsResponse */ public function listAdvertisersLineItemsTargetingTypesAssignedTargetingOptions($advertiserId, $lineItemId, $targetingType, $optParams = array()) { $params = array('advertiserId' => $advertiserId, 'lineItemId' => $lineItemId, 'targetingType' => $targetingType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListLineItemAssignedTargetingOptionsResponse"); } } PK/ Z+2^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannels.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $channels = $displayvideoService->channels; * */ class Google_Service_DisplayVideo_Resource_PartnersChannels extends Google_Service_Resource { /** * Creates a new channel. Returns the newly created channel if successful. * (channels.create) * * @param string $partnerId The ID of the partner that owns the created channel. * @param Google_Service_DisplayVideo_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the created * channel. * @return Google_Service_DisplayVideo_Channel */ public function create($partnerId, Google_Service_DisplayVideo_Channel $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_Channel"); } /** * Gets a channel for a partner or advertiser. (channels.get) * * @param string $partnerId The ID of the partner that owns the fetched channel. * @param string $channelId Required. The ID of the channel to fetch. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the fetched * channel. * @return Google_Service_DisplayVideo_Channel */ public function get($partnerId, $channelId, $optParams = array()) { $params = array('partnerId' => $partnerId, 'channelId' => $channelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Channel"); } /** * Lists channels for a partner or advertiser. (channels.listPartnersChannels) * * @param string $partnerId The ID of the partner that owns the channels. * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the * channels. * @opt_param string filter Allows filtering by channel fields. Supported * syntax: * Filter expressions for channel currently can only contain at most * one * restriction. * A restriction has the form of `{field} {operator} * {value}`. * The operator must be `CONTAINS (:)`. * Supported fields: - * `displayName` Examples: * All channels for which the display name contains * "google": `displayName : "google"`. The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `displayName` (default) * `channelId` The default sorting order is * ascending. To specify descending order for a field, a suffix " desc" should * be added to the field name. Example: `displayName desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListChannels` method. If not specified, the first page * of results will be returned. * @return Google_Service_DisplayVideo_ListChannelsResponse */ public function listPartnersChannels($partnerId, $optParams = array()) { $params = array('partnerId' => $partnerId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListChannelsResponse"); } /** * Updates a channel. Returns the updated channel if successful. * (channels.patch) * * @param string $partnerId The ID of the partner that owns the created channel. * @param string $channelId Output only. The unique ID of the channel. Assigned * by the system. * @param Google_Service_DisplayVideo_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string advertiserId The ID of the advertiser that owns the created * channel. * @opt_param string updateMask Required. The mask to control which fields to * update. * @return Google_Service_DisplayVideo_Channel */ public function patch($partnerId, $channelId, Google_Service_DisplayVideo_Channel $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_DisplayVideo_Channel"); } } PK/ Z\&]]|vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersTargetingTypesAssignedTargetingOptions.phpnu[ * $displayvideoService = new Google_Service_DisplayVideo(...); * $assignedTargetingOptions = $displayvideoService->assignedTargetingOptions; * */ class Google_Service_DisplayVideo_Resource_PartnersTargetingTypesAssignedTargetingOptions extends Google_Service_Resource { /** * Assigns a targeting option to a partner. Returns the assigned targeting * option if successful. (assignedTargetingOptions.create) * * @param string $partnerId Required. The ID of the partner. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * @param Google_Service_DisplayVideo_AssignedTargetingOption $postBody * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function create($partnerId, $targetingType, Google_Service_DisplayVideo_AssignedTargetingOption $postBody, $optParams = array()) { $params = array('partnerId' => $partnerId, 'targetingType' => $targetingType, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Deletes an assigned targeting option from a partner. * (assignedTargetingOptions.delete) * * @param string $partnerId Required. The ID of the partner. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * @param string $assignedTargetingOptionId Required. The ID of the assigned * targeting option to delete. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_DisplayvideoEmpty */ public function delete($partnerId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('partnerId' => $partnerId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty"); } /** * Gets a single targeting option assigned to a partner. * (assignedTargetingOptions.get) * * @param string $partnerId Required. The ID of the partner. * @param string $targetingType Required. Identifies the type of this assigned * targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * @param string $assignedTargetingOptionId Required. An identifier unique to * the targeting type in this partner that identifies the assigned targeting * option being requested. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_AssignedTargetingOption */ public function get($partnerId, $targetingType, $assignedTargetingOptionId, $optParams = array()) { $params = array('partnerId' => $partnerId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption"); } /** * Lists the targeting options assigned to a partner. * (assignedTargetingOptions.listPartnersTargetingTypesAssignedTargetingOptions) * * @param string $partnerId Required. The ID of the partner. * @param string $targetingType Required. Identifies the type of assigned * targeting options to list. Supported targeting types: * * `TARGETING_TYPE_CHANNEL` * @param array $optParams Optional parameters. * * @opt_param string filter Allows filtering by assigned targeting option * properties. Supported syntax: * Filter expressions are made up of one or more * restrictions. * Restrictions can be combined by the logical operator `OR`. * * A restriction has the form of `{field} {operator} {value}`. * The operator * must be `EQUALS (=)`. * Supported fields: - `assignedTargetingOptionId` * Examples: * AssignedTargetingOption with ID 123456 * `assignedTargetingOptionId="123456"` The length of this field should be no * more than 500 characters. * @opt_param string orderBy Field by which to sort the list. Acceptable values * are: * `assignedTargetingOptionId` (default) The default sorting order is * ascending. To specify descending order for a field, a suffix "desc" should be * added to the field name. Example: `assignedTargetingOptionId desc`. * @opt_param int pageSize Requested page size. Must be between `1` and `100`. * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` * if an invalid value is specified. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of next_page_token returned from * the previous call to `ListPartnerAssignedTargetingOptions` method. If not * specified, the first page of results will be returned. * @return Google_Service_DisplayVideo_ListPartnerAssignedTargetingOptionsResponse */ public function listPartnersTargetingTypesAssignedTargetingOptions($partnerId, $targetingType, $optParams = array()) { $params = array('partnerId' => $partnerId, 'targetingType' => $targetingType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_DisplayVideo_ListPartnerAssignedTargetingOptionsResponse"); } } PK/ Zvvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DigitalContentLabelAssignedTargetingOptionDetails.phpnu[contentRatingTier = $contentRatingTier; } public function getContentRatingTier() { return $this->contentRatingTier; } public function setExcludedTargetingOptionId($excludedTargetingOptionId) { $this->excludedTargetingOptionId = $excludedTargetingOptionId; } public function getExcludedTargetingOptionId() { return $this->excludedTargetingOptionId; } } PK/ ZW@Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeConfig.phpnu[enabledExchanges = $enabledExchanges; } /** * @return Google_Service_DisplayVideo_ExchangeConfigEnabledExchange[] */ public function getEnabledExchanges() { return $this->enabledExchanges; } } PK/ Zuvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListLineItemAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK/ Zorvendor/google/apiclient-services/src/Google/Service/DisplayVideo/HouseholdIncomeAssignedTargetingOptionDetails.phpnu[householdIncome = $householdIncome; } public function getHouseholdIncome() { return $this->householdIncome; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Zmrfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedLocationsResponse.phpnu[assignedLocations = $assignedLocations; } /** * @return Google_Service_DisplayVideo_AssignedLocation[] */ public function getAssignedLocations() { return $this->assignedLocations; } } PK/ Zϐ6  Uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedLocation.phpnu[assignedLocationId = $assignedLocationId; } public function getAssignedLocationId() { return $this->assignedLocationId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Zxkvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeAssignedTargetingOptionDetails.phpnu[targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK/ Z>!Kjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/HouseholdIncomeTargetingOptionDetails.phpnu[householdIncome = $householdIncome; } public function getHouseholdIncome() { return $this->householdIncome; } } PK/ Z+m]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserAdServerConfig.phpnu[cmHybridConfig = $cmHybridConfig; } /** * @return Google_Service_DisplayVideo_CmHybridConfig */ public function getCmHybridConfig() { return $this->cmHybridConfig; } /** * @param Google_Service_DisplayVideo_ThirdPartyOnlyConfig */ public function setThirdPartyOnlyConfig(Google_Service_DisplayVideo_ThirdPartyOnlyConfig $thirdPartyOnlyConfig) { $this->thirdPartyOnlyConfig = $thirdPartyOnlyConfig; } /** * @return Google_Service_DisplayVideo_ThirdPartyOnlyConfig */ public function getThirdPartyOnlyConfig() { return $this->thirdPartyOnlyConfig; } } PK/ Zcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GoogleAudienceTargetingSetting.phpnu[googleAudienceId = $googleAudienceId; } public function getGoogleAudienceId() { return $this->googleAudienceId; } } PK/ ZaKKNvendor/google/apiclient-services/src/Google/Service/DisplayVideo/MobileApp.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } public function setPublisher($publisher) { $this->publisher = $publisher; } public function getPublisher() { return $this->publisher; } } PK/ Z|&&evendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedLocationsRequest.phpnu[createdAssignedLocations = $createdAssignedLocations; } /** * @return Google_Service_DisplayVideo_AssignedLocation[] */ public function getCreatedAssignedLocations() { return $this->createdAssignedLocations; } public function setDeletedAssignedLocations($deletedAssignedLocations) { $this->deletedAssignedLocations = $deletedAssignedLocations; } public function getDeletedAssignedLocations() { return $this->deletedAssignedLocations; } } PK/ Z /tcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SearchTargetingOptionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DisplayVideo_TargetingOption[] */ public function setTargetingOptions($targetingOptions) { $this->targetingOptions = $targetingOptions; } /** * @return Google_Service_DisplayVideo_TargetingOption[] */ public function getTargetingOptions() { return $this->targetingOptions; } } PK0 Zdd\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedTargetingOption.phpnu[ageRangeDetails = $ageRangeDetails; } /** * @return Google_Service_DisplayVideo_AgeRangeAssignedTargetingOptionDetails */ public function getAgeRangeDetails() { return $this->ageRangeDetails; } /** * @param Google_Service_DisplayVideo_AppCategoryAssignedTargetingOptionDetails */ public function setAppCategoryDetails(Google_Service_DisplayVideo_AppCategoryAssignedTargetingOptionDetails $appCategoryDetails) { $this->appCategoryDetails = $appCategoryDetails; } /** * @return Google_Service_DisplayVideo_AppCategoryAssignedTargetingOptionDetails */ public function getAppCategoryDetails() { return $this->appCategoryDetails; } /** * @param Google_Service_DisplayVideo_AppAssignedTargetingOptionDetails */ public function setAppDetails(Google_Service_DisplayVideo_AppAssignedTargetingOptionDetails $appDetails) { $this->appDetails = $appDetails; } /** * @return Google_Service_DisplayVideo_AppAssignedTargetingOptionDetails */ public function getAppDetails() { return $this->appDetails; } public function setAssignedTargetingOptionId($assignedTargetingOptionId) { $this->assignedTargetingOptionId = $assignedTargetingOptionId; } public function getAssignedTargetingOptionId() { return $this->assignedTargetingOptionId; } /** * @param Google_Service_DisplayVideo_AudienceGroupAssignedTargetingOptionDetails */ public function setAudienceGroupDetails(Google_Service_DisplayVideo_AudienceGroupAssignedTargetingOptionDetails $audienceGroupDetails) { $this->audienceGroupDetails = $audienceGroupDetails; } /** * @return Google_Service_DisplayVideo_AudienceGroupAssignedTargetingOptionDetails */ public function getAudienceGroupDetails() { return $this->audienceGroupDetails; } /** * @param Google_Service_DisplayVideo_AuthorizedSellerStatusAssignedTargetingOptionDetails */ public function setAuthorizedSellerStatusDetails(Google_Service_DisplayVideo_AuthorizedSellerStatusAssignedTargetingOptionDetails $authorizedSellerStatusDetails) { $this->authorizedSellerStatusDetails = $authorizedSellerStatusDetails; } /** * @return Google_Service_DisplayVideo_AuthorizedSellerStatusAssignedTargetingOptionDetails */ public function getAuthorizedSellerStatusDetails() { return $this->authorizedSellerStatusDetails; } /** * @param Google_Service_DisplayVideo_BrowserAssignedTargetingOptionDetails */ public function setBrowserDetails(Google_Service_DisplayVideo_BrowserAssignedTargetingOptionDetails $browserDetails) { $this->browserDetails = $browserDetails; } /** * @return Google_Service_DisplayVideo_BrowserAssignedTargetingOptionDetails */ public function getBrowserDetails() { return $this->browserDetails; } /** * @param Google_Service_DisplayVideo_CarrierAndIspAssignedTargetingOptionDetails */ public function setCarrierAndIspDetails(Google_Service_DisplayVideo_CarrierAndIspAssignedTargetingOptionDetails $carrierAndIspDetails) { $this->carrierAndIspDetails = $carrierAndIspDetails; } /** * @return Google_Service_DisplayVideo_CarrierAndIspAssignedTargetingOptionDetails */ public function getCarrierAndIspDetails() { return $this->carrierAndIspDetails; } /** * @param Google_Service_DisplayVideo_CategoryAssignedTargetingOptionDetails */ public function setCategoryDetails(Google_Service_DisplayVideo_CategoryAssignedTargetingOptionDetails $categoryDetails) { $this->categoryDetails = $categoryDetails; } /** * @return Google_Service_DisplayVideo_CategoryAssignedTargetingOptionDetails */ public function getCategoryDetails() { return $this->categoryDetails; } /** * @param Google_Service_DisplayVideo_ChannelAssignedTargetingOptionDetails */ public function setChannelDetails(Google_Service_DisplayVideo_ChannelAssignedTargetingOptionDetails $channelDetails) { $this->channelDetails = $channelDetails; } /** * @return Google_Service_DisplayVideo_ChannelAssignedTargetingOptionDetails */ public function getChannelDetails() { return $this->channelDetails; } /** * @param Google_Service_DisplayVideo_ContentInstreamPositionAssignedTargetingOptionDetails */ public function setContentInstreamPositionDetails(Google_Service_DisplayVideo_ContentInstreamPositionAssignedTargetingOptionDetails $contentInstreamPositionDetails) { $this->contentInstreamPositionDetails = $contentInstreamPositionDetails; } /** * @return Google_Service_DisplayVideo_ContentInstreamPositionAssignedTargetingOptionDetails */ public function getContentInstreamPositionDetails() { return $this->contentInstreamPositionDetails; } /** * @param Google_Service_DisplayVideo_ContentOutstreamPositionAssignedTargetingOptionDetails */ public function setContentOutstreamPositionDetails(Google_Service_DisplayVideo_ContentOutstreamPositionAssignedTargetingOptionDetails $contentOutstreamPositionDetails) { $this->contentOutstreamPositionDetails = $contentOutstreamPositionDetails; } /** * @return Google_Service_DisplayVideo_ContentOutstreamPositionAssignedTargetingOptionDetails */ public function getContentOutstreamPositionDetails() { return $this->contentOutstreamPositionDetails; } /** * @param Google_Service_DisplayVideo_DayAndTimeAssignedTargetingOptionDetails */ public function setDayAndTimeDetails(Google_Service_DisplayVideo_DayAndTimeAssignedTargetingOptionDetails $dayAndTimeDetails) { $this->dayAndTimeDetails = $dayAndTimeDetails; } /** * @return Google_Service_DisplayVideo_DayAndTimeAssignedTargetingOptionDetails */ public function getDayAndTimeDetails() { return $this->dayAndTimeDetails; } /** * @param Google_Service_DisplayVideo_DeviceMakeModelAssignedTargetingOptionDetails */ public function setDeviceMakeModelDetails(Google_Service_DisplayVideo_DeviceMakeModelAssignedTargetingOptionDetails $deviceMakeModelDetails) { $this->deviceMakeModelDetails = $deviceMakeModelDetails; } /** * @return Google_Service_DisplayVideo_DeviceMakeModelAssignedTargetingOptionDetails */ public function getDeviceMakeModelDetails() { return $this->deviceMakeModelDetails; } /** * @param Google_Service_DisplayVideo_DeviceTypeAssignedTargetingOptionDetails */ public function setDeviceTypeDetails(Google_Service_DisplayVideo_DeviceTypeAssignedTargetingOptionDetails $deviceTypeDetails) { $this->deviceTypeDetails = $deviceTypeDetails; } /** * @return Google_Service_DisplayVideo_DeviceTypeAssignedTargetingOptionDetails */ public function getDeviceTypeDetails() { return $this->deviceTypeDetails; } /** * @param Google_Service_DisplayVideo_DigitalContentLabelAssignedTargetingOptionDetails */ public function setDigitalContentLabelExclusionDetails(Google_Service_DisplayVideo_DigitalContentLabelAssignedTargetingOptionDetails $digitalContentLabelExclusionDetails) { $this->digitalContentLabelExclusionDetails = $digitalContentLabelExclusionDetails; } /** * @return Google_Service_DisplayVideo_DigitalContentLabelAssignedTargetingOptionDetails */ public function getDigitalContentLabelExclusionDetails() { return $this->digitalContentLabelExclusionDetails; } /** * @param Google_Service_DisplayVideo_EnvironmentAssignedTargetingOptionDetails */ public function setEnvironmentDetails(Google_Service_DisplayVideo_EnvironmentAssignedTargetingOptionDetails $environmentDetails) { $this->environmentDetails = $environmentDetails; } /** * @return Google_Service_DisplayVideo_EnvironmentAssignedTargetingOptionDetails */ public function getEnvironmentDetails() { return $this->environmentDetails; } /** * @param Google_Service_DisplayVideo_ExchangeAssignedTargetingOptionDetails */ public function setExchangeDetails(Google_Service_DisplayVideo_ExchangeAssignedTargetingOptionDetails $exchangeDetails) { $this->exchangeDetails = $exchangeDetails; } /** * @return Google_Service_DisplayVideo_ExchangeAssignedTargetingOptionDetails */ public function getExchangeDetails() { return $this->exchangeDetails; } /** * @param Google_Service_DisplayVideo_GenderAssignedTargetingOptionDetails */ public function setGenderDetails(Google_Service_DisplayVideo_GenderAssignedTargetingOptionDetails $genderDetails) { $this->genderDetails = $genderDetails; } /** * @return Google_Service_DisplayVideo_GenderAssignedTargetingOptionDetails */ public function getGenderDetails() { return $this->genderDetails; } /** * @param Google_Service_DisplayVideo_GeoRegionAssignedTargetingOptionDetails */ public function setGeoRegionDetails(Google_Service_DisplayVideo_GeoRegionAssignedTargetingOptionDetails $geoRegionDetails) { $this->geoRegionDetails = $geoRegionDetails; } /** * @return Google_Service_DisplayVideo_GeoRegionAssignedTargetingOptionDetails */ public function getGeoRegionDetails() { return $this->geoRegionDetails; } /** * @param Google_Service_DisplayVideo_HouseholdIncomeAssignedTargetingOptionDetails */ public function setHouseholdIncomeDetails(Google_Service_DisplayVideo_HouseholdIncomeAssignedTargetingOptionDetails $householdIncomeDetails) { $this->householdIncomeDetails = $householdIncomeDetails; } /** * @return Google_Service_DisplayVideo_HouseholdIncomeAssignedTargetingOptionDetails */ public function getHouseholdIncomeDetails() { return $this->householdIncomeDetails; } public function setInheritance($inheritance) { $this->inheritance = $inheritance; } public function getInheritance() { return $this->inheritance; } /** * @param Google_Service_DisplayVideo_InventorySourceAssignedTargetingOptionDetails */ public function setInventorySourceDetails(Google_Service_DisplayVideo_InventorySourceAssignedTargetingOptionDetails $inventorySourceDetails) { $this->inventorySourceDetails = $inventorySourceDetails; } /** * @return Google_Service_DisplayVideo_InventorySourceAssignedTargetingOptionDetails */ public function getInventorySourceDetails() { return $this->inventorySourceDetails; } /** * @param Google_Service_DisplayVideo_InventorySourceGroupAssignedTargetingOptionDetails */ public function setInventorySourceGroupDetails(Google_Service_DisplayVideo_InventorySourceGroupAssignedTargetingOptionDetails $inventorySourceGroupDetails) { $this->inventorySourceGroupDetails = $inventorySourceGroupDetails; } /** * @return Google_Service_DisplayVideo_InventorySourceGroupAssignedTargetingOptionDetails */ public function getInventorySourceGroupDetails() { return $this->inventorySourceGroupDetails; } /** * @param Google_Service_DisplayVideo_KeywordAssignedTargetingOptionDetails */ public function setKeywordDetails(Google_Service_DisplayVideo_KeywordAssignedTargetingOptionDetails $keywordDetails) { $this->keywordDetails = $keywordDetails; } /** * @return Google_Service_DisplayVideo_KeywordAssignedTargetingOptionDetails */ public function getKeywordDetails() { return $this->keywordDetails; } /** * @param Google_Service_DisplayVideo_LanguageAssignedTargetingOptionDetails */ public function setLanguageDetails(Google_Service_DisplayVideo_LanguageAssignedTargetingOptionDetails $languageDetails) { $this->languageDetails = $languageDetails; } /** * @return Google_Service_DisplayVideo_LanguageAssignedTargetingOptionDetails */ public function getLanguageDetails() { return $this->languageDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DisplayVideo_NegativeKeywordListAssignedTargetingOptionDetails */ public function setNegativeKeywordListDetails(Google_Service_DisplayVideo_NegativeKeywordListAssignedTargetingOptionDetails $negativeKeywordListDetails) { $this->negativeKeywordListDetails = $negativeKeywordListDetails; } /** * @return Google_Service_DisplayVideo_NegativeKeywordListAssignedTargetingOptionDetails */ public function getNegativeKeywordListDetails() { return $this->negativeKeywordListDetails; } /** * @param Google_Service_DisplayVideo_OnScreenPositionAssignedTargetingOptionDetails */ public function setOnScreenPositionDetails(Google_Service_DisplayVideo_OnScreenPositionAssignedTargetingOptionDetails $onScreenPositionDetails) { $this->onScreenPositionDetails = $onScreenPositionDetails; } /** * @return Google_Service_DisplayVideo_OnScreenPositionAssignedTargetingOptionDetails */ public function getOnScreenPositionDetails() { return $this->onScreenPositionDetails; } /** * @param Google_Service_DisplayVideo_OperatingSystemAssignedTargetingOptionDetails */ public function setOperatingSystemDetails(Google_Service_DisplayVideo_OperatingSystemAssignedTargetingOptionDetails $operatingSystemDetails) { $this->operatingSystemDetails = $operatingSystemDetails; } /** * @return Google_Service_DisplayVideo_OperatingSystemAssignedTargetingOptionDetails */ public function getOperatingSystemDetails() { return $this->operatingSystemDetails; } /** * @param Google_Service_DisplayVideo_ParentalStatusAssignedTargetingOptionDetails */ public function setParentalStatusDetails(Google_Service_DisplayVideo_ParentalStatusAssignedTargetingOptionDetails $parentalStatusDetails) { $this->parentalStatusDetails = $parentalStatusDetails; } /** * @return Google_Service_DisplayVideo_ParentalStatusAssignedTargetingOptionDetails */ public function getParentalStatusDetails() { return $this->parentalStatusDetails; } /** * @param Google_Service_DisplayVideo_ProximityLocationListAssignedTargetingOptionDetails */ public function setProximityLocationListDetails(Google_Service_DisplayVideo_ProximityLocationListAssignedTargetingOptionDetails $proximityLocationListDetails) { $this->proximityLocationListDetails = $proximityLocationListDetails; } /** * @return Google_Service_DisplayVideo_ProximityLocationListAssignedTargetingOptionDetails */ public function getProximityLocationListDetails() { return $this->proximityLocationListDetails; } /** * @param Google_Service_DisplayVideo_RegionalLocationListAssignedTargetingOptionDetails */ public function setRegionalLocationListDetails(Google_Service_DisplayVideo_RegionalLocationListAssignedTargetingOptionDetails $regionalLocationListDetails) { $this->regionalLocationListDetails = $regionalLocationListDetails; } /** * @return Google_Service_DisplayVideo_RegionalLocationListAssignedTargetingOptionDetails */ public function getRegionalLocationListDetails() { return $this->regionalLocationListDetails; } /** * @param Google_Service_DisplayVideo_SensitiveCategoryAssignedTargetingOptionDetails */ public function setSensitiveCategoryExclusionDetails(Google_Service_DisplayVideo_SensitiveCategoryAssignedTargetingOptionDetails $sensitiveCategoryExclusionDetails) { $this->sensitiveCategoryExclusionDetails = $sensitiveCategoryExclusionDetails; } /** * @return Google_Service_DisplayVideo_SensitiveCategoryAssignedTargetingOptionDetails */ public function getSensitiveCategoryExclusionDetails() { return $this->sensitiveCategoryExclusionDetails; } /** * @param Google_Service_DisplayVideo_SubExchangeAssignedTargetingOptionDetails */ public function setSubExchangeDetails(Google_Service_DisplayVideo_SubExchangeAssignedTargetingOptionDetails $subExchangeDetails) { $this->subExchangeDetails = $subExchangeDetails; } /** * @return Google_Service_DisplayVideo_SubExchangeAssignedTargetingOptionDetails */ public function getSubExchangeDetails() { return $this->subExchangeDetails; } public function setTargetingType($targetingType) { $this->targetingType = $targetingType; } public function getTargetingType() { return $this->targetingType; } /** * @param Google_Service_DisplayVideo_ThirdPartyVerifierAssignedTargetingOptionDetails */ public function setThirdPartyVerifierDetails(Google_Service_DisplayVideo_ThirdPartyVerifierAssignedTargetingOptionDetails $thirdPartyVerifierDetails) { $this->thirdPartyVerifierDetails = $thirdPartyVerifierDetails; } /** * @return Google_Service_DisplayVideo_ThirdPartyVerifierAssignedTargetingOptionDetails */ public function getThirdPartyVerifierDetails() { return $this->thirdPartyVerifierDetails; } /** * @param Google_Service_DisplayVideo_UrlAssignedTargetingOptionDetails */ public function setUrlDetails(Google_Service_DisplayVideo_UrlAssignedTargetingOptionDetails $urlDetails) { $this->urlDetails = $urlDetails; } /** * @return Google_Service_DisplayVideo_UrlAssignedTargetingOptionDetails */ public function getUrlDetails() { return $this->urlDetails; } /** * @param Google_Service_DisplayVideo_UserRewardedContentAssignedTargetingOptionDetails */ public function setUserRewardedContentDetails(Google_Service_DisplayVideo_UserRewardedContentAssignedTargetingOptionDetails $userRewardedContentDetails) { $this->userRewardedContentDetails = $userRewardedContentDetails; } /** * @return Google_Service_DisplayVideo_UserRewardedContentAssignedTargetingOptionDetails */ public function getUserRewardedContentDetails() { return $this->userRewardedContentDetails; } /** * @param Google_Service_DisplayVideo_VideoPlayerSizeAssignedTargetingOptionDetails */ public function setVideoPlayerSizeDetails(Google_Service_DisplayVideo_VideoPlayerSizeAssignedTargetingOptionDetails $videoPlayerSizeDetails) { $this->videoPlayerSizeDetails = $videoPlayerSizeDetails; } /** * @return Google_Service_DisplayVideo_VideoPlayerSizeAssignedTargetingOptionDetails */ public function getVideoPlayerSizeDetails() { return $this->videoPlayerSizeDetails; } /** * @param Google_Service_DisplayVideo_ViewabilityAssignedTargetingOptionDetails */ public function setViewabilityDetails(Google_Service_DisplayVideo_ViewabilityAssignedTargetingOptionDetails $viewabilityDetails) { $this->viewabilityDetails = $viewabilityDetails; } /** * @return Google_Service_DisplayVideo_ViewabilityAssignedTargetingOptionDetails */ public function getViewabilityDetails() { return $this->viewabilityDetails; } } PK0 Z=[[cvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeTargetingOptionDetails.phpnu[exchange = $exchange; } public function getExchange() { return $this->exchange; } } PK0 Z,ˆSvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InsertionOrder.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_BiddingStrategy */ public function setBidStrategy(Google_Service_DisplayVideo_BiddingStrategy $bidStrategy) { $this->bidStrategy = $bidStrategy; } /** * @return Google_Service_DisplayVideo_BiddingStrategy */ public function getBidStrategy() { return $this->bidStrategy; } /** * @param Google_Service_DisplayVideo_InsertionOrderBudget */ public function setBudget(Google_Service_DisplayVideo_InsertionOrderBudget $budget) { $this->budget = $budget; } /** * @return Google_Service_DisplayVideo_InsertionOrderBudget */ public function getBudget() { return $this->budget; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_FrequencyCap */ public function setFrequencyCap(Google_Service_DisplayVideo_FrequencyCap $frequencyCap) { $this->frequencyCap = $frequencyCap; } /** * @return Google_Service_DisplayVideo_FrequencyCap */ public function getFrequencyCap() { return $this->frequencyCap; } public function setInsertionOrderId($insertionOrderId) { $this->insertionOrderId = $insertionOrderId; } public function getInsertionOrderId() { return $this->insertionOrderId; } public function setInsertionOrderType($insertionOrderType) { $this->insertionOrderType = $insertionOrderType; } public function getInsertionOrderType() { return $this->insertionOrderType; } /** * @param Google_Service_DisplayVideo_IntegrationDetails */ public function setIntegrationDetails(Google_Service_DisplayVideo_IntegrationDetails $integrationDetails) { $this->integrationDetails = $integrationDetails; } /** * @return Google_Service_DisplayVideo_IntegrationDetails */ public function getIntegrationDetails() { return $this->integrationDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DisplayVideo_Pacing */ public function setPacing(Google_Service_DisplayVideo_Pacing $pacing) { $this->pacing = $pacing; } /** * @return Google_Service_DisplayVideo_Pacing */ public function getPacing() { return $this->pacing; } /** * @param Google_Service_DisplayVideo_PartnerCost[] */ public function setPartnerCosts($partnerCosts) { $this->partnerCosts = $partnerCosts; } /** * @return Google_Service_DisplayVideo_PartnerCost[] */ public function getPartnerCosts() { return $this->partnerCosts; } /** * @param Google_Service_DisplayVideo_PerformanceGoal */ public function setPerformanceGoal(Google_Service_DisplayVideo_PerformanceGoal $performanceGoal) { $this->performanceGoal = $performanceGoal; } /** * @return Google_Service_DisplayVideo_PerformanceGoal */ public function getPerformanceGoal() { return $this->performanceGoal; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z<г||qvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ParentalStatusAssignedTargetingOptionDetails.phpnu[parentalStatus = $parentalStatus; } public function getParentalStatus() { return $this->parentalStatus; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Z @@avendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyVideoViewability.phpnu[playerImpressionRate = $playerImpressionRate; } public function getPlayerImpressionRate() { return $this->playerImpressionRate; } public function setVideoIab($videoIab) { $this->videoIab = $videoIab; } public function getVideoIab() { return $this->videoIab; } public function setVideoViewableRate($videoViewableRate) { $this->videoViewableRate = $videoViewableRate; } public function getVideoViewableRate() { return $this->videoViewableRate; } } PK0 ZSTvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BiddingStrategy.phpnu[fixedBid = $fixedBid; } /** * @return Google_Service_DisplayVideo_FixedBidStrategy */ public function getFixedBid() { return $this->fixedBid; } /** * @param Google_Service_DisplayVideo_MaximizeSpendBidStrategy */ public function setMaximizeSpendAutoBid(Google_Service_DisplayVideo_MaximizeSpendBidStrategy $maximizeSpendAutoBid) { $this->maximizeSpendAutoBid = $maximizeSpendAutoBid; } /** * @return Google_Service_DisplayVideo_MaximizeSpendBidStrategy */ public function getMaximizeSpendAutoBid() { return $this->maximizeSpendAutoBid; } /** * @param Google_Service_DisplayVideo_PerformanceGoalBidStrategy */ public function setPerformanceGoalAutoBid(Google_Service_DisplayVideo_PerformanceGoalBidStrategy $performanceGoalAutoBid) { $this->performanceGoalAutoBid = $performanceGoalAutoBid; } /** * @return Google_Service_DisplayVideo_PerformanceGoalBidStrategy */ public function getPerformanceGoalAutoBid() { return $this->performanceGoalAutoBid; } } PK0 Zק>zz]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ConversionCountingConfig.phpnu[floodlightActivityConfigs = $floodlightActivityConfigs; } /** * @return Google_Service_DisplayVideo_TrackingFloodlightActivityConfig[] */ public function getFloodlightActivityConfigs() { return $this->floodlightActivityConfigs; } public function setPostViewCountPercentageMillis($postViewCountPercentageMillis) { $this->postViewCountPercentageMillis = $postViewCountPercentageMillis; } public function getPostViewCountPercentageMillis() { return $this->postViewCountPercentageMillis; } } PK0 Z> ^Rvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ManualTrigger.phpnu[activationDurationMinutes = $activationDurationMinutes; } public function getActivationDurationMinutes() { return $this->activationDurationMinutes; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLatestActivationTime($latestActivationTime) { $this->latestActivationTime = $latestActivationTime; } public function getLatestActivationTime() { return $this->latestActivationTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } } PK0 ZR JLLQvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LocationList.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLocationListId($locationListId) { $this->locationListId = $locationListId; } public function getLocationListId() { return $this->locationListId; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 ZU]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserCreativeConfig.phpnu[dynamicCreativeEnabled = $dynamicCreativeEnabled; } public function getDynamicCreativeEnabled() { return $this->dynamicCreativeEnabled; } public function setIasClientId($iasClientId) { $this->iasClientId = $iasClientId; } public function getIasClientId() { return $this->iasClientId; } public function setObaComplianceDisabled($obaComplianceDisabled) { $this->obaComplianceDisabled = $obaComplianceDisabled; } public function getObaComplianceDisabled() { return $this->obaComplianceDisabled; } public function setVideoCreativeDataSharingAuthorized($videoCreativeDataSharingAuthorized) { $this->videoCreativeDataSharingAuthorized = $videoCreativeDataSharingAuthorized; } public function getVideoCreativeDataSharingAuthorized() { return $this->videoCreativeDataSharingAuthorized; } } PK0 Zu_MDUvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AudioVideoOffset.phpnu[percentage = $percentage; } public function getPercentage() { return $this->percentage; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK0 Zțkvendor/google/apiclient-services/src/Google/Service/DisplayVideo/OnScreenPositionTargetingOptionDetails.phpnu[onScreenPosition = $onScreenPosition; } public function getOnScreenPosition() { return $this->onScreenPosition; } } PK0 Ze  cvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyDisplayViewability.phpnu[iab = $iab; } public function getIab() { return $this->iab; } public function setViewableDuring($viewableDuring) { $this->viewableDuring = $viewableDuring; } public function getViewableDuring() { return $this->viewableDuring; } } PK0 Zoobvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BrowserTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK0 Z66pvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AudienceGroupAssignedTargetingOptionDetails.phpnu[excludedFirstAndThirdPartyAudienceGroup = $excludedFirstAndThirdPartyAudienceGroup; } /** * @return Google_Service_DisplayVideo_FirstAndThirdPartyAudienceGroup */ public function getExcludedFirstAndThirdPartyAudienceGroup() { return $this->excludedFirstAndThirdPartyAudienceGroup; } /** * @param Google_Service_DisplayVideo_GoogleAudienceGroup */ public function setExcludedGoogleAudienceGroup(Google_Service_DisplayVideo_GoogleAudienceGroup $excludedGoogleAudienceGroup) { $this->excludedGoogleAudienceGroup = $excludedGoogleAudienceGroup; } /** * @return Google_Service_DisplayVideo_GoogleAudienceGroup */ public function getExcludedGoogleAudienceGroup() { return $this->excludedGoogleAudienceGroup; } /** * @param Google_Service_DisplayVideo_CombinedAudienceGroup */ public function setIncludedCombinedAudienceGroup(Google_Service_DisplayVideo_CombinedAudienceGroup $includedCombinedAudienceGroup) { $this->includedCombinedAudienceGroup = $includedCombinedAudienceGroup; } /** * @return Google_Service_DisplayVideo_CombinedAudienceGroup */ public function getIncludedCombinedAudienceGroup() { return $this->includedCombinedAudienceGroup; } /** * @param Google_Service_DisplayVideo_CustomListGroup */ public function setIncludedCustomListGroup(Google_Service_DisplayVideo_CustomListGroup $includedCustomListGroup) { $this->includedCustomListGroup = $includedCustomListGroup; } /** * @return Google_Service_DisplayVideo_CustomListGroup */ public function getIncludedCustomListGroup() { return $this->includedCustomListGroup; } /** * @param Google_Service_DisplayVideo_FirstAndThirdPartyAudienceGroup[] */ public function setIncludedFirstAndThirdPartyAudienceGroups($includedFirstAndThirdPartyAudienceGroups) { $this->includedFirstAndThirdPartyAudienceGroups = $includedFirstAndThirdPartyAudienceGroups; } /** * @return Google_Service_DisplayVideo_FirstAndThirdPartyAudienceGroup[] */ public function getIncludedFirstAndThirdPartyAudienceGroups() { return $this->includedFirstAndThirdPartyAudienceGroups; } /** * @param Google_Service_DisplayVideo_GoogleAudienceGroup */ public function setIncludedGoogleAudienceGroup(Google_Service_DisplayVideo_GoogleAudienceGroup $includedGoogleAudienceGroup) { $this->includedGoogleAudienceGroup = $includedGoogleAudienceGroup; } /** * @return Google_Service_DisplayVideo_GoogleAudienceGroup */ public function getIncludedGoogleAudienceGroup() { return $this->includedGoogleAudienceGroup; } } PK0 Z Tavendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInventorySourcesResponse.phpnu[inventorySources = $inventorySources; } /** * @return Google_Service_DisplayVideo_InventorySource[] */ public function getInventorySources() { return $this->inventorySources; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Zc;;Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreativeConfig.phpnu[creativeType = $creativeType; } public function getCreativeType() { return $this->creativeType; } /** * @param Google_Service_DisplayVideo_InventorySourceDisplayCreativeConfig */ public function setDisplayCreativeConfig(Google_Service_DisplayVideo_InventorySourceDisplayCreativeConfig $displayCreativeConfig) { $this->displayCreativeConfig = $displayCreativeConfig; } /** * @return Google_Service_DisplayVideo_InventorySourceDisplayCreativeConfig */ public function getDisplayCreativeConfig() { return $this->displayCreativeConfig; } /** * @param Google_Service_DisplayVideo_InventorySourceVideoCreativeConfig */ public function setVideoCreativeConfig(Google_Service_DisplayVideo_InventorySourceVideoCreativeConfig $videoCreativeConfig) { $this->videoCreativeConfig = $videoCreativeConfig; } /** * @return Google_Service_DisplayVideo_InventorySourceVideoCreativeConfig */ public function getVideoCreativeConfig() { return $this->videoCreativeConfig; } } PK0 Zm3SSYvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InsertionOrderBudget.phpnu[automationType = $automationType; } public function getAutomationType() { return $this->automationType; } /** * @param Google_Service_DisplayVideo_InsertionOrderBudgetSegment[] */ public function setBudgetSegments($budgetSegments) { $this->budgetSegments = $budgetSegments; } /** * @return Google_Service_DisplayVideo_InsertionOrderBudgetSegment[] */ public function getBudgetSegments() { return $this->budgetSegments; } public function setBudgetUnit($budgetUnit) { $this->budgetUnit = $budgetUnit; } public function getBudgetUnit() { return $this->budgetUnit; } } PK0 Z6qvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AuthorizedSellerStatusTargetingOptionDetails.phpnu[authorizedSellerStatus = $authorizedSellerStatus; } public function getAuthorizedSellerStatus() { return $this->authorizedSellerStatus; } } PK0 ZÊSvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GoogleAudience.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGoogleAudienceId($googleAudienceId) { $this->googleAudienceId = $googleAudienceId; } public function getGoogleAudienceId() { return $this->googleAudienceId; } public function setGoogleAudienceType($googleAudienceType) { $this->googleAudienceType = $googleAudienceType; } public function getGoogleAudienceType() { return $this->googleAudienceType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 ZK`))mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedInventorySourcesResponse.phpnu[assignedInventorySources = $assignedInventorySources; } /** * @return Google_Service_DisplayVideo_AssignedInventorySource[] */ public function getAssignedInventorySources() { return $this->assignedInventorySources; } } PK0 Z(II\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCustomListsResponse.phpnu[customLists = $customLists; } /** * @return Google_Service_DisplayVideo_CustomList[] */ public function getCustomLists() { return $this->customLists; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZwcampaignGoalType = $campaignGoalType; } public function getCampaignGoalType() { return $this->campaignGoalType; } /** * @param Google_Service_DisplayVideo_PerformanceGoal */ public function setPerformanceGoal(Google_Service_DisplayVideo_PerformanceGoal $performanceGoal) { $this->performanceGoal = $performanceGoal; } /** * @return Google_Service_DisplayVideo_PerformanceGoal */ public function getPerformanceGoal() { return $this->performanceGoal; } } PK0 Z_ Wu_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserDataAccessConfig.phpnu[sdfConfig = $sdfConfig; } /** * @return Google_Service_DisplayVideo_AdvertiserSdfConfig */ public function getSdfConfig() { return $this->sdfConfig; } } PK0 ZWNR`vendor/google/apiclient-services/src/Google/Service/DisplayVideo/InsertionOrderBudgetSegment.phpnu[budgetAmountMicros = $budgetAmountMicros; } public function getBudgetAmountMicros() { return $this->budgetAmountMicros; } public function setCampaignBudgetId($campaignBudgetId) { $this->campaignBudgetId = $campaignBudgetId; } public function getCampaignBudgetId() { return $this->campaignBudgetId; } /** * @param Google_Service_DisplayVideo_DateRange */ public function setDateRange(Google_Service_DisplayVideo_DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return Google_Service_DisplayVideo_DateRange */ public function getDateRange() { return $this->dateRange; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } } PK0 Zltvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SensitiveCategoryAssignedTargetingOptionDetails.phpnu[excludedTargetingOptionId = $excludedTargetingOptionId; } public function getExcludedTargetingOptionId() { return $this->excludedTargetingOptionId; } public function setSensitiveCategory($sensitiveCategory) { $this->sensitiveCategory = $sensitiveCategory; } public function getSensitiveCategory() { return $this->sensitiveCategory; } } PK0 ZO[rdvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyFraudInvalidTraffic.phpnu[avoidInsufficientOption = $avoidInsufficientOption; } public function getAvoidInsufficientOption() { return $this->avoidInsufficientOption; } public function setAvoidedFraudOption($avoidedFraudOption) { $this->avoidedFraudOption = $avoidedFraudOption; } public function getAvoidedFraudOption() { return $this->avoidedFraudOption; } } PK0 ZǦlvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SensitiveCategoryTargetingOptionDetails.phpnu[sensitiveCategory = $sensitiveCategory; } public function getSensitiveCategory() { return $this->sensitiveCategory; } } PK0 Z~3//Ivendor/google/apiclient-services/src/Google/Service/DisplayVideo/User.phpnu[assignedUserRoles = $assignedUserRoles; } /** * @return Google_Service_DisplayVideo_AssignedUserRole[] */ public function getAssignedUserRoles() { return $this->assignedUserRoles; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK0 Z%)ootvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditPartnerAssignedTargetingOptionsResponse.phpnu[createdAssignedTargetingOptions = $createdAssignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getCreatedAssignedTargetingOptions() { return $this->createdAssignedTargetingOptions; } } PK0 Z9vJppcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CategoryTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK0 Z}ppcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LanguageTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK0 Zfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInventorySourceGroupsResponse.phpnu[inventorySourceGroups = $inventorySourceGroups; } /** * @return Google_Service_DisplayVideo_InventorySourceGroup[] */ public function getInventorySourceGroups() { return $this->inventorySourceGroups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z3Vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListUsersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DisplayVideo_User[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_DisplayVideo_User[] */ public function getUsers() { return $this->users; } } PK0 Z\!Qvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CmTrackingAd.phpnu[cmAdId = $cmAdId; } public function getCmAdId() { return $this->cmAdId; } public function setCmCreativeId($cmCreativeId) { $this->cmCreativeId = $cmCreativeId; } public function getCmCreativeId() { return $this->cmCreativeId; } public function setCmPlacementId($cmPlacementId) { $this->cmPlacementId = $cmPlacementId; } public function getCmPlacementId() { return $this->cmPlacementId; } } PK0 Z8dQvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CounterEvent.phpnu[name = $name; } public function getName() { return $this->name; } public function setReportingName($reportingName) { $this->reportingName = $reportingName; } public function getReportingName() { return $this->reportingName; } } PK0 ZUu^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyAppStarRating.phpnu[avoidInsufficientStarRating = $avoidInsufficientStarRating; } public function getAvoidInsufficientStarRating() { return $this->avoidInsufficientStarRating; } public function setAvoidedStarRating($avoidedStarRating) { $this->avoidedStarRating = $avoidedStarRating; } public function getAvoidedStarRating() { return $this->avoidedStarRating; } } PK0 ZUG{{Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionSearchTerms.phpnu[geoRegionQuery = $geoRegionQuery; } public function getGeoRegionQuery() { return $this->geoRegionQuery; } } PK0 Zk2ӑ \vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AuditAdvertiserResponse.phpnu[adGroupCriteriaCount = $adGroupCriteriaCount; } public function getAdGroupCriteriaCount() { return $this->adGroupCriteriaCount; } public function setCampaignCriteriaCount($campaignCriteriaCount) { $this->campaignCriteriaCount = $campaignCriteriaCount; } public function getCampaignCriteriaCount() { return $this->campaignCriteriaCount; } public function setChannelsCount($channelsCount) { $this->channelsCount = $channelsCount; } public function getChannelsCount() { return $this->channelsCount; } public function setNegativeKeywordListsCount($negativeKeywordListsCount) { $this->negativeKeywordListsCount = $negativeKeywordListsCount; } public function getNegativeKeywordListsCount() { return $this->negativeKeywordListsCount; } public function setNegativelyTargetedChannelsCount($negativelyTargetedChannelsCount) { $this->negativelyTargetedChannelsCount = $negativelyTargetedChannelsCount; } public function getNegativelyTargetedChannelsCount() { return $this->negativelyTargetedChannelsCount; } public function setUsedCampaignsCount($usedCampaignsCount) { $this->usedCampaignsCount = $usedCampaignsCount; } public function getUsedCampaignsCount() { return $this->usedCampaignsCount; } public function setUsedInsertionOrdersCount($usedInsertionOrdersCount) { $this->usedInsertionOrdersCount = $usedInsertionOrdersCount; } public function getUsedInsertionOrdersCount() { return $this->usedInsertionOrdersCount; } public function setUsedLineItemsCount($usedLineItemsCount) { $this->usedLineItemsCount = $usedLineItemsCount; } public function getUsedLineItemsCount() { return $this->usedLineItemsCount; } } PK0 Z`5 bvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SearchTargetingOptionsRequest.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_GeoRegionSearchTerms */ public function setGeoRegionSearchTerms(Google_Service_DisplayVideo_GeoRegionSearchTerms $geoRegionSearchTerms) { $this->geoRegionSearchTerms = $geoRegionSearchTerms; } /** * @return Google_Service_DisplayVideo_GeoRegionSearchTerms */ public function getGeoRegionSearchTerms() { return $this->geoRegionSearchTerms; } 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; } } PK0 Zhvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CarrierAndIspTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Zf f Mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Campaign.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_CampaignFlight */ public function setCampaignFlight(Google_Service_DisplayVideo_CampaignFlight $campaignFlight) { $this->campaignFlight = $campaignFlight; } /** * @return Google_Service_DisplayVideo_CampaignFlight */ public function getCampaignFlight() { return $this->campaignFlight; } /** * @param Google_Service_DisplayVideo_CampaignGoal */ public function setCampaignGoal(Google_Service_DisplayVideo_CampaignGoal $campaignGoal) { $this->campaignGoal = $campaignGoal; } /** * @return Google_Service_DisplayVideo_CampaignGoal */ public function getCampaignGoal() { return $this->campaignGoal; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_FrequencyCap */ public function setFrequencyCap(Google_Service_DisplayVideo_FrequencyCap $frequencyCap) { $this->frequencyCap = $frequencyCap; } /** * @return Google_Service_DisplayVideo_FrequencyCap */ public function getFrequencyCap() { return $this->frequencyCap; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z{b>>dvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGeoRegionType($geoRegionType) { $this->geoRegionType = $geoRegionType; } public function getGeoRegionType() { return $this->geoRegionType; } } PK0 ZfdJvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Asset.phpnu[content = $content; } public function getContent() { return $this->content; } public function setMediaId($mediaId) { $this->mediaId = $mediaId; } public function getMediaId() { return $this->mediaId; } } PK0 ZͶMVvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DisplayvideoEmpty.phpnu[pixelOrderIdReportingEnabled = $pixelOrderIdReportingEnabled; } public function getPixelOrderIdReportingEnabled() { return $this->pixelOrderIdReportingEnabled; } } PK0 Z}vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/UserRewardedContentAssignedTargetingOptionDetails.phpnu[targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } public function setUserRewardedContent($userRewardedContent) { $this->userRewardedContent = $userRewardedContent; } public function getUserRewardedContent() { return $this->userRewardedContent; } } PK0 Z'܌Rvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ThirdPartyUrl.phpnu[type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK0 Z/nZnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/UserRewardedContentTargetingOptionDetails.phpnu[userRewardedContent = $userRewardedContent; } public function getUserRewardedContent() { return $this->userRewardedContent; } } PK0 Z\ivendor/google/apiclient-services/src/Google/Service/DisplayVideo/ParentalStatusTargetingOptionDetails.phpnu[parentalStatus = $parentalStatus; } public function getParentalStatus() { return $this->parentalStatus; } } PK0 Z͘( ( Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/CmHybridConfig.phpnu[cmAccountId = $cmAccountId; } public function getCmAccountId() { return $this->cmAccountId; } public function setCmFloodlightConfigId($cmFloodlightConfigId) { $this->cmFloodlightConfigId = $cmFloodlightConfigId; } public function getCmFloodlightConfigId() { return $this->cmFloodlightConfigId; } public function setCmFloodlightLinkingAuthorized($cmFloodlightLinkingAuthorized) { $this->cmFloodlightLinkingAuthorized = $cmFloodlightLinkingAuthorized; } public function getCmFloodlightLinkingAuthorized() { return $this->cmFloodlightLinkingAuthorized; } public function setCmSyncableSiteIds($cmSyncableSiteIds) { $this->cmSyncableSiteIds = $cmSyncableSiteIds; } public function getCmSyncableSiteIds() { return $this->cmSyncableSiteIds; } public function setDv360ToCmCostReportingEnabled($dv360ToCmCostReportingEnabled) { $this->dv360ToCmCostReportingEnabled = $dv360ToCmCostReportingEnabled; } public function getDv360ToCmCostReportingEnabled() { return $this->dv360ToCmCostReportingEnabled; } public function setDv360ToCmDataSharingEnabled($dv360ToCmDataSharingEnabled) { $this->dv360ToCmDataSharingEnabled = $dv360ToCmDataSharingEnabled; } public function getDv360ToCmDataSharingEnabled() { return $this->dv360ToCmDataSharingEnabled; } } PK0 Zp1ssfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AppCategoryTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK0 Z쯶jvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ChannelAssignedTargetingOptionDetails.phpnu[channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } } PK0 Z̤Nvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_DisplayVideo_Status */ public function setError(Google_Service_DisplayVideo_Status $error) { $this->error = $error; } /** * @return Google_Service_DisplayVideo_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK0 Z]jvendor/google/apiclient-services/src/Google/Service/DisplayVideo/KeywordAssignedTargetingOptionDetails.phpnu[keyword = $keyword; } public function getKeyword() { return $this->keyword; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } } PK0 Z7iKvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Status.phpnu[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; } } PK0 ZEELvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Channel.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } } PK0 Z԰cvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeactivateManualTriggerRequest.phpnu[exchange = $exchange; } public function getExchange() { return $this->exchange; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK0 Z'3]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/MaximizeSpendBidStrategy.phpnu[customBiddingAlgorithmId = $customBiddingAlgorithmId; } public function getCustomBiddingAlgorithmId() { return $this->customBiddingAlgorithmId; } public function setMaxAverageCpmBidAmountMicros($maxAverageCpmBidAmountMicros) { $this->maxAverageCpmBidAmountMicros = $maxAverageCpmBidAmountMicros; } public function getMaxAverageCpmBidAmountMicros() { return $this->maxAverageCpmBidAmountMicros; } public function setPerformanceGoalType($performanceGoalType) { $this->performanceGoalType = $performanceGoalType; } public function getPerformanceGoalType() { return $this->performanceGoalType; } } PK0 Znwsvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditPartnerAssignedTargetingOptionsRequest.phpnu[createRequests = $createRequests; } /** * @return Google_Service_DisplayVideo_CreateAssignedTargetingOptionsRequest[] */ public function getCreateRequests() { return $this->createRequests; } /** * @param Google_Service_DisplayVideo_DeleteAssignedTargetingOptionsRequest[] */ public function setDeleteRequests($deleteRequests) { $this->deleteRequests = $deleteRequests; } /** * @return Google_Service_DisplayVideo_DeleteAssignedTargetingOptionsRequest[] */ public function getDeleteRequests() { return $this->deleteRequests; } } PK0 ZzGITvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CustomListGroup.phpnu[settings = $settings; } /** * @return Google_Service_DisplayVideo_CustomListTargetingSetting[] */ public function getSettings() { return $this->settings; } } PK0 Z{ssfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ViewabilityTargetingOptionDetails.phpnu[viewability = $viewability; } public function getViewability() { return $this->viewability; } } PK0 Z^Jwwjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceMakeModelTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK0 Zkvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ActiveViewVideoViewabilityMetricConfig.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMinimumDuration($minimumDuration) { $this->minimumDuration = $minimumDuration; } public function getMinimumDuration() { return $this->minimumDuration; } public function setMinimumQuartile($minimumQuartile) { $this->minimumQuartile = $minimumQuartile; } public function getMinimumQuartile() { return $this->minimumQuartile; } public function setMinimumViewability($minimumViewability) { $this->minimumViewability = $minimumViewability; } public function getMinimumViewability() { return $this->minimumViewability; } public function setMinimumVolume($minimumVolume) { $this->minimumVolume = $minimumVolume; } public function getMinimumVolume() { return $this->minimumVolume; } } PK0 Zgbvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCombinedAudiencesResponse.phpnu[combinedAudiences = $combinedAudiences; } /** * @return Google_Service_DisplayVideo_CombinedAudience[] */ public function getCombinedAudiences() { return $this->combinedAudiences; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZWjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeleteAssignedTargetingOptionsRequest.phpnu[assignedTargetingOptionIds = $assignedTargetingOptionIds; } public function getAssignedTargetingOptionIds() { return $this->assignedTargetingOptionIds; } public function setTargetingType($targetingType) { $this->targetingType = $targetingType; } public function getTargetingType() { return $this->targetingType; } } PK0 ZpiZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PublisherReviewStatus.phpnu[publisherName = $publisherName; } public function getPublisherName() { return $this->publisherName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK0 ZUvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssetAssociation.phpnu[asset = $asset; } /** * @return Google_Service_DisplayVideo_Asset */ public function getAsset() { return $this->asset; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK0 Z"Z^svendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAdvertiserAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z9iKKavendor/google/apiclient-services/src/Google/Service/DisplayVideo/GenderTargetingOptionDetails.phpnu[gender = $gender; } public function getGender() { return $this->gender; } } PK0 Z=\A""Ovendor/google/apiclient-services/src/Google/Service/DisplayVideo/Dimensions.phpnu[heightPixels = $heightPixels; } public function getHeightPixels() { return $this->heightPixels; } public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } public function getWidthPixels() { return $this->widthPixels; } } PK0 ZM_##Wvendor/google/apiclient-services/src/Google/Service/DisplayVideo/IntegrationDetails.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setIntegrationCode($integrationCode) { $this->integrationCode = $integrationCode; } public function getIntegrationCode() { return $this->integrationCode; } } PK0 Z\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserGeneralConfig.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setDomainUrl($domainUrl) { $this->domainUrl = $domainUrl; } public function getDomainUrl() { return $this->domainUrl; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK0 Zv>""Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListChannelsResponse.phpnu[channels = $channels; } /** * @return Google_Service_DisplayVideo_Channel[] */ public function getChannels() { return $this->channels; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z  Nvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExitEvent.phpnu[name = $name; } public function getName() { return $this->name; } public function setReportingName($reportingName) { $this->reportingName = $reportingName; } public function getReportingName() { return $this->reportingName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK0 Z;M.dvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditNegativeKeywordsRequest.phpnu[createdNegativeKeywords = $createdNegativeKeywords; } /** * @return Google_Service_DisplayVideo_NegativeKeyword[] */ public function getCreatedNegativeKeywords() { return $this->createdNegativeKeywords; } public function setDeletedNegativeKeywords($deletedNegativeKeywords) { $this->deletedNegativeKeywords = $deletedNegativeKeywords; } public function getDeletedNegativeKeywords() { return $this->deletedNegativeKeywords; } } PK0 Z[#Vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/MeasurementConfig.phpnu[dv360ToCmCostReportingEnabled = $dv360ToCmCostReportingEnabled; } public function getDv360ToCmCostReportingEnabled() { return $this->dv360ToCmCostReportingEnabled; } public function setDv360ToCmDataSharingEnabled($dv360ToCmDataSharingEnabled) { $this->dv360ToCmDataSharingEnabled = $dv360ToCmDataSharingEnabled; } public function getDv360ToCmDataSharingEnabled() { return $this->dv360ToCmDataSharingEnabled; } } PK0 Zwvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceGroupAssignedTargetingOptionDetails.phpnu[inventorySourceGroupId = $inventorySourceGroupId; } public function getInventorySourceGroupId() { return $this->inventorySourceGroupId; } } PK0 Z=wvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListAdvertiserAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZYxfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/UrlAssignedTargetingOptionDetails.phpnu[negative = $negative; } public function getNegative() { return $this->negative; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK0 Z\\mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceTypeAssignedTargetingOptionDetails.phpnu[deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Zl#Vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/IntegralAdScience.phpnu[customSegmentId = $customSegmentId; } public function getCustomSegmentId() { return $this->customSegmentId; } public function setDisplayViewability($displayViewability) { $this->displayViewability = $displayViewability; } public function getDisplayViewability() { return $this->displayViewability; } public function setExcludeUnrateable($excludeUnrateable) { $this->excludeUnrateable = $excludeUnrateable; } public function getExcludeUnrateable() { return $this->excludeUnrateable; } public function setExcludedAdFraudRisk($excludedAdFraudRisk) { $this->excludedAdFraudRisk = $excludedAdFraudRisk; } public function getExcludedAdFraudRisk() { return $this->excludedAdFraudRisk; } public function setExcludedAdultRisk($excludedAdultRisk) { $this->excludedAdultRisk = $excludedAdultRisk; } public function getExcludedAdultRisk() { return $this->excludedAdultRisk; } public function setExcludedAlcoholRisk($excludedAlcoholRisk) { $this->excludedAlcoholRisk = $excludedAlcoholRisk; } public function getExcludedAlcoholRisk() { return $this->excludedAlcoholRisk; } public function setExcludedDrugsRisk($excludedDrugsRisk) { $this->excludedDrugsRisk = $excludedDrugsRisk; } public function getExcludedDrugsRisk() { return $this->excludedDrugsRisk; } public function setExcludedGamblingRisk($excludedGamblingRisk) { $this->excludedGamblingRisk = $excludedGamblingRisk; } public function getExcludedGamblingRisk() { return $this->excludedGamblingRisk; } public function setExcludedHateSpeechRisk($excludedHateSpeechRisk) { $this->excludedHateSpeechRisk = $excludedHateSpeechRisk; } public function getExcludedHateSpeechRisk() { return $this->excludedHateSpeechRisk; } public function setExcludedIllegalDownloadsRisk($excludedIllegalDownloadsRisk) { $this->excludedIllegalDownloadsRisk = $excludedIllegalDownloadsRisk; } public function getExcludedIllegalDownloadsRisk() { return $this->excludedIllegalDownloadsRisk; } public function setExcludedOffensiveLanguageRisk($excludedOffensiveLanguageRisk) { $this->excludedOffensiveLanguageRisk = $excludedOffensiveLanguageRisk; } public function getExcludedOffensiveLanguageRisk() { return $this->excludedOffensiveLanguageRisk; } public function setExcludedViolenceRisk($excludedViolenceRisk) { $this->excludedViolenceRisk = $excludedViolenceRisk; } public function getExcludedViolenceRisk() { return $this->excludedViolenceRisk; } public function setTraqScoreOption($traqScoreOption) { $this->traqScoreOption = $traqScoreOption; } public function getTraqScoreOption() { return $this->traqScoreOption; } public function setVideoViewability($videoViewability) { $this->videoViewability = $videoViewability; } public function getVideoViewability() { return $this->videoViewability; } } PK0 ZW5$$Xvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerRevenueModel.phpnu[markupAmount = $markupAmount; } public function getMarkupAmount() { return $this->markupAmount; } public function setMarkupType($markupType) { $this->markupType = $markupType; } public function getMarkupType() { return $this->markupType; } } PK0 Z  fvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedUserRolesResponse.phpnu[createdAssignedUserRoles = $createdAssignedUserRoles; } /** * @return Google_Service_DisplayVideo_AssignedUserRole[] */ public function getCreatedAssignedUserRoles() { return $this->createdAssignedUserRoles; } } PK0 Z]FNvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SdfConfig.phpnu[adminEmail = $adminEmail; } public function getAdminEmail() { return $this->adminEmail; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 Z Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerGeneralConfig.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK0 ZZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CombinedAudienceGroup.phpnu[settings = $settings; } /** * @return Google_Service_DisplayVideo_CombinedAudienceTargetingSetting[] */ public function getSettings() { return $this->settings; } } PK0 ZSssfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/EnvironmentTargetingOptionDetails.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK0 Zwvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInsertionOrderAssignedTargetingOptionsResponse.phpnu[assignedTargetingOptions = $assignedTargetingOptions; } /** * @return Google_Service_DisplayVideo_AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Zb=BB\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedInventorySource.phpnu[assignedInventorySourceId = $assignedInventorySourceId; } public function getAssignedInventorySourceId() { return $this->assignedInventorySourceId; } public function setInventorySourceId($inventorySourceId) { $this->inventorySourceId = $inventorySourceId; } public function getInventorySourceId() { return $this->inventorySourceId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 ZhTT\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerDataAccessConfig.phpnu[sdfConfig = $sdfConfig; } /** * @return Google_Service_DisplayVideo_SdfConfig */ public function getSdfConfig() { return $this->sdfConfig; } } PK0 Z://Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListLineItemsResponse.phpnu[lineItems = $lineItems; } /** * @return Google_Service_DisplayVideo_LineItem[] */ public function getLineItems() { return $this->lineItems; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZiSvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LineItemBudget.phpnu[budgetAllocationType = $budgetAllocationType; } public function getBudgetAllocationType() { return $this->budgetAllocationType; } public function setBudgetUnit($budgetUnit) { $this->budgetUnit = $budgetUnit; } public function getBudgetUnit() { return $this->budgetUnit; } public function setMaxAmount($maxAmount) { $this->maxAmount = $maxAmount; } public function getMaxAmount() { return $this->maxAmount; } } PK0 ZO9Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/LineItemFlight.phpnu[dateRange = $dateRange; } /** * @return Google_Service_DisplayVideo_DateRange */ public function getDateRange() { return $this->dateRange; } public function setFlightDateType($flightDateType) { $this->flightDateType = $flightDateType; } public function getFlightDateType() { return $this->flightDateType; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } } PK0 ZE[fvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AppAssignedTargetingOptionDetails.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } } PK0 Z dnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SubExchangeAssignedTargetingOptionDetails.phpnu[targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Z{hvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCustomBiddingAlgorithmsResponse.phpnu[customBiddingAlgorithms = $customBiddingAlgorithms; } /** * @return Google_Service_DisplayVideo_CustomBiddingAlgorithm[] */ public function getCustomBiddingAlgorithms() { return $this->customBiddingAlgorithms; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z־ivendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedInventorySourcesResponse.phpnu[assignedInventorySources = $assignedInventorySources; } /** * @return Google_Service_DisplayVideo_AssignedInventorySource[] */ public function getAssignedInventorySources() { return $this->assignedInventorySources; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Zpirvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentInstreamPositionTargetingOptionDetails.phpnu[contentInstreamPosition = $contentInstreamPosition; } public function getContentInstreamPosition() { return $this->contentInstreamPosition; } } PK0 Zl4pvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CarrierAndIspAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Z6lvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGeoRegionType($geoRegionType) { $this->geoRegionType = $geoRegionType; } public function getGeoRegionType() { return $this->geoRegionType; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Zx$J J Nvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Transcode.phpnu[audioBitRateKbps = $audioBitRateKbps; } public function getAudioBitRateKbps() { return $this->audioBitRateKbps; } public function setAudioSampleRateHz($audioSampleRateHz) { $this->audioSampleRateHz = $audioSampleRateHz; } public function getAudioSampleRateHz() { return $this->audioSampleRateHz; } public function setBitRateKbps($bitRateKbps) { $this->bitRateKbps = $bitRateKbps; } public function getBitRateKbps() { return $this->bitRateKbps; } /** * @param Google_Service_DisplayVideo_Dimensions */ public function setDimensions(Google_Service_DisplayVideo_Dimensions $dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_DisplayVideo_Dimensions */ public function getDimensions() { return $this->dimensions; } public function setFileSizeBytes($fileSizeBytes) { $this->fileSizeBytes = $fileSizeBytes; } public function getFileSizeBytes() { return $this->fileSizeBytes; } public function setFrameRate($frameRate) { $this->frameRate = $frameRate; } public function getFrameRate() { return $this->frameRate; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTranscoded($transcoded) { $this->transcoded = $transcoded; } public function getTranscoded() { return $this->transcoded; } } PK0 Zk"}}ivendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceDisplayCreativeConfig.phpnu[creativeSize = $creativeSize; } /** * @return Google_Service_DisplayVideo_Dimensions */ public function getCreativeSize() { return $this->creativeSize; } } PK0 Z44Mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Creative.phpnu[additionalDimensions = $additionalDimensions; } /** * @return Google_Service_DisplayVideo_Dimensions[] */ public function getAdditionalDimensions() { return $this->additionalDimensions; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAppendedTag($appendedTag) { $this->appendedTag = $appendedTag; } public function getAppendedTag() { return $this->appendedTag; } /** * @param Google_Service_DisplayVideo_AssetAssociation[] */ public function setAssets($assets) { $this->assets = $assets; } /** * @return Google_Service_DisplayVideo_AssetAssociation[] */ public function getAssets() { return $this->assets; } public function setCmPlacementId($cmPlacementId) { $this->cmPlacementId = $cmPlacementId; } public function getCmPlacementId() { return $this->cmPlacementId; } /** * @param Google_Service_DisplayVideo_CmTrackingAd */ public function setCmTrackingAd(Google_Service_DisplayVideo_CmTrackingAd $cmTrackingAd) { $this->cmTrackingAd = $cmTrackingAd; } /** * @return Google_Service_DisplayVideo_CmTrackingAd */ public function getCmTrackingAd() { return $this->cmTrackingAd; } public function setCompanionCreativeIds($companionCreativeIds) { $this->companionCreativeIds = $companionCreativeIds; } public function getCompanionCreativeIds() { return $this->companionCreativeIds; } /** * @param Google_Service_DisplayVideo_CounterEvent[] */ public function setCounterEvents($counterEvents) { $this->counterEvents = $counterEvents; } /** * @return Google_Service_DisplayVideo_CounterEvent[] */ public function getCounterEvents() { return $this->counterEvents; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreativeAttributes($creativeAttributes) { $this->creativeAttributes = $creativeAttributes; } public function getCreativeAttributes() { return $this->creativeAttributes; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setCreativeType($creativeType) { $this->creativeType = $creativeType; } public function getCreativeType() { return $this->creativeType; } /** * @param Google_Service_DisplayVideo_Dimensions */ public function setDimensions(Google_Service_DisplayVideo_Dimensions $dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_DisplayVideo_Dimensions */ public function getDimensions() { return $this->dimensions; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDynamic($dynamic) { $this->dynamic = $dynamic; } public function getDynamic() { return $this->dynamic; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_ExitEvent[] */ public function setExitEvents($exitEvents) { $this->exitEvents = $exitEvents; } /** * @return Google_Service_DisplayVideo_ExitEvent[] */ public function getExitEvents() { return $this->exitEvents; } public function setExpandOnHover($expandOnHover) { $this->expandOnHover = $expandOnHover; } public function getExpandOnHover() { return $this->expandOnHover; } public function setExpandingDirection($expandingDirection) { $this->expandingDirection = $expandingDirection; } public function getExpandingDirection() { return $this->expandingDirection; } public function setHostingSource($hostingSource) { $this->hostingSource = $hostingSource; } public function getHostingSource() { return $this->hostingSource; } public function setHtml5Video($html5Video) { $this->html5Video = $html5Video; } public function getHtml5Video() { return $this->html5Video; } public function setIasCampaignMonitoring($iasCampaignMonitoring) { $this->iasCampaignMonitoring = $iasCampaignMonitoring; } public function getIasCampaignMonitoring() { return $this->iasCampaignMonitoring; } public function setIntegrationCode($integrationCode) { $this->integrationCode = $integrationCode; } public function getIntegrationCode() { return $this->integrationCode; } public function setJsTrackerUrl($jsTrackerUrl) { $this->jsTrackerUrl = $jsTrackerUrl; } public function getJsTrackerUrl() { return $this->jsTrackerUrl; } public function setLineItemIds($lineItemIds) { $this->lineItemIds = $lineItemIds; } public function getLineItemIds() { return $this->lineItemIds; } public function setMediaDuration($mediaDuration) { $this->mediaDuration = $mediaDuration; } public function getMediaDuration() { return $this->mediaDuration; } public function setMp3Audio($mp3Audio) { $this->mp3Audio = $mp3Audio; } public function getMp3Audio() { return $this->mp3Audio; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_DisplayVideo_ObaIcon */ public function setObaIcon(Google_Service_DisplayVideo_ObaIcon $obaIcon) { $this->obaIcon = $obaIcon; } /** * @return Google_Service_DisplayVideo_ObaIcon */ public function getObaIcon() { return $this->obaIcon; } public function setOggAudio($oggAudio) { $this->oggAudio = $oggAudio; } public function getOggAudio() { return $this->oggAudio; } /** * @param Google_Service_DisplayVideo_AudioVideoOffset */ public function setProgressOffset(Google_Service_DisplayVideo_AudioVideoOffset $progressOffset) { $this->progressOffset = $progressOffset; } /** * @return Google_Service_DisplayVideo_AudioVideoOffset */ public function getProgressOffset() { return $this->progressOffset; } public function setRequireHtml5($requireHtml5) { $this->requireHtml5 = $requireHtml5; } public function getRequireHtml5() { return $this->requireHtml5; } public function setRequireMraid($requireMraid) { $this->requireMraid = $requireMraid; } public function getRequireMraid() { return $this->requireMraid; } public function setRequirePingForAttribution($requirePingForAttribution) { $this->requirePingForAttribution = $requirePingForAttribution; } public function getRequirePingForAttribution() { return $this->requirePingForAttribution; } /** * @param Google_Service_DisplayVideo_ReviewStatusInfo */ public function setReviewStatus(Google_Service_DisplayVideo_ReviewStatusInfo $reviewStatus) { $this->reviewStatus = $reviewStatus; } /** * @return Google_Service_DisplayVideo_ReviewStatusInfo */ public function getReviewStatus() { return $this->reviewStatus; } /** * @param Google_Service_DisplayVideo_AudioVideoOffset */ public function setSkipOffset(Google_Service_DisplayVideo_AudioVideoOffset $skipOffset) { $this->skipOffset = $skipOffset; } /** * @return Google_Service_DisplayVideo_AudioVideoOffset */ public function getSkipOffset() { return $this->skipOffset; } public function setSkippable($skippable) { $this->skippable = $skippable; } public function getSkippable() { return $this->skippable; } public function setThirdPartyTag($thirdPartyTag) { $this->thirdPartyTag = $thirdPartyTag; } public function getThirdPartyTag() { return $this->thirdPartyTag; } /** * @param Google_Service_DisplayVideo_ThirdPartyUrl[] */ public function setThirdPartyUrls($thirdPartyUrls) { $this->thirdPartyUrls = $thirdPartyUrls; } /** * @return Google_Service_DisplayVideo_ThirdPartyUrl[] */ public function getThirdPartyUrls() { return $this->thirdPartyUrls; } /** * @param Google_Service_DisplayVideo_TimerEvent[] */ public function setTimerEvents($timerEvents) { $this->timerEvents = $timerEvents; } /** * @return Google_Service_DisplayVideo_TimerEvent[] */ public function getTimerEvents() { return $this->timerEvents; } public function setTrackerUrls($trackerUrls) { $this->trackerUrls = $trackerUrls; } public function getTrackerUrls() { return $this->trackerUrls; } /** * @param Google_Service_DisplayVideo_Transcode[] */ public function setTranscodes($transcodes) { $this->transcodes = $transcodes; } /** * @return Google_Service_DisplayVideo_Transcode[] */ public function getTranscodes() { return $this->transcodes; } /** * @param Google_Service_DisplayVideo_UniversalAdId */ public function setUniversalAdId(Google_Service_DisplayVideo_UniversalAdId $universalAdId) { $this->universalAdId = $universalAdId; } /** * @return Google_Service_DisplayVideo_UniversalAdId */ public function getUniversalAdId() { return $this->universalAdId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVastTagUrl($vastTagUrl) { $this->vastTagUrl = $vastTagUrl; } public function getVastTagUrl() { return $this->vastTagUrl; } public function setVpaid($vpaid) { $this->vpaid = $vpaid; } public function getVpaid() { return $this->vpaid; } } PK0 Z?`jjXvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserSdfConfig.phpnu[overridePartnerSdfConfig = $overridePartnerSdfConfig; } public function getOverridePartnerSdfConfig() { return $this->overridePartnerSdfConfig; } /** * @param Google_Service_DisplayVideo_SdfConfig */ public function setSdfConfig(Google_Service_DisplayVideo_SdfConfig $sdfConfig) { $this->sdfConfig = $sdfConfig; } /** * @return Google_Service_DisplayVideo_SdfConfig */ public function getSdfConfig() { return $this->sdfConfig; } } PK0 Zm~~Uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/FixedBidStrategy.phpnu[bidAmountMicros = $bidAmountMicros; } public function getBidAmountMicros() { return $this->bidAmountMicros; } } PK0 ZDîavendor/google/apiclient-services/src/Google/Service/DisplayVideo/ActivateManualTriggerRequest.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK0 Z;Qvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerify.phpnu[appStarRating = $appStarRating; } /** * @return Google_Service_DisplayVideo_DoubleVerifyAppStarRating */ public function getAppStarRating() { return $this->appStarRating; } public function setAvoidedAgeRatings($avoidedAgeRatings) { $this->avoidedAgeRatings = $avoidedAgeRatings; } public function getAvoidedAgeRatings() { return $this->avoidedAgeRatings; } /** * @param Google_Service_DisplayVideo_DoubleVerifyBrandSafetyCategories */ public function setBrandSafetyCategories(Google_Service_DisplayVideo_DoubleVerifyBrandSafetyCategories $brandSafetyCategories) { $this->brandSafetyCategories = $brandSafetyCategories; } /** * @return Google_Service_DisplayVideo_DoubleVerifyBrandSafetyCategories */ public function getBrandSafetyCategories() { return $this->brandSafetyCategories; } public function setCustomSegmentId($customSegmentId) { $this->customSegmentId = $customSegmentId; } public function getCustomSegmentId() { return $this->customSegmentId; } /** * @param Google_Service_DisplayVideo_DoubleVerifyDisplayViewability */ public function setDisplayViewability(Google_Service_DisplayVideo_DoubleVerifyDisplayViewability $displayViewability) { $this->displayViewability = $displayViewability; } /** * @return Google_Service_DisplayVideo_DoubleVerifyDisplayViewability */ public function getDisplayViewability() { return $this->displayViewability; } /** * @param Google_Service_DisplayVideo_DoubleVerifyFraudInvalidTraffic */ public function setFraudInvalidTraffic(Google_Service_DisplayVideo_DoubleVerifyFraudInvalidTraffic $fraudInvalidTraffic) { $this->fraudInvalidTraffic = $fraudInvalidTraffic; } /** * @return Google_Service_DisplayVideo_DoubleVerifyFraudInvalidTraffic */ public function getFraudInvalidTraffic() { return $this->fraudInvalidTraffic; } /** * @param Google_Service_DisplayVideo_DoubleVerifyVideoViewability */ public function setVideoViewability(Google_Service_DisplayVideo_DoubleVerifyVideoViewability $videoViewability) { $this->videoViewability = $videoViewability; } /** * @return Google_Service_DisplayVideo_DoubleVerifyVideoViewability */ public function getVideoViewability() { return $this->videoViewability; } } PK0 Z| 89Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesRequest.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_DisplayVideo_Site[] */ public function setCreatedSites($createdSites) { $this->createdSites = $createdSites; } /** * @return Google_Service_DisplayVideo_Site[] */ public function getCreatedSites() { return $this->createdSites; } public function setDeletedSites($deletedSites) { $this->deletedSites = $deletedSites; } public function getDeletedSites() { return $this->deletedSites; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } } PK0 Zpevendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListNegativeKeywordListsResponse.phpnu[negativeKeywordLists = $negativeKeywordLists; } /** * @return Google_Service_DisplayVideo_NegativeKeywordList[] */ public function getNegativeKeywordLists() { return $this->negativeKeywordLists; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Zf FFbvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeConfigEnabledExchange.phpnu[exchange = $exchange; } public function getExchange() { return $this->exchange; } public function setGoogleAdManagerAgencyId($googleAdManagerAgencyId) { $this->googleAdManagerAgencyId = $googleAdManagerAgencyId; } public function getGoogleAdManagerAgencyId() { return $this->googleAdManagerAgencyId; } public function setGoogleAdManagerBuyerNetworkId($googleAdManagerBuyerNetworkId) { $this->googleAdManagerBuyerNetworkId = $googleAdManagerBuyerNetworkId; } public function getGoogleAdManagerBuyerNetworkId() { return $this->googleAdManagerBuyerNetworkId; } public function setSeatId($seatId) { $this->seatId = $seatId; } public function getSeatId() { return $this->seatId; } } PK0 Z;+  jvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BrowserAssignedTargetingOptionDetails.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Z[[cvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AgeRangeTargetingOptionDetails.phpnu[ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } } PK0 Z##_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/PerformanceGoalBidStrategy.phpnu[customBiddingAlgorithmId = $customBiddingAlgorithmId; } public function getCustomBiddingAlgorithmId() { return $this->customBiddingAlgorithmId; } public function setMaxAverageCpmBidAmountMicros($maxAverageCpmBidAmountMicros) { $this->maxAverageCpmBidAmountMicros = $maxAverageCpmBidAmountMicros; } public function getMaxAverageCpmBidAmountMicros() { return $this->maxAverageCpmBidAmountMicros; } public function setPerformanceGoalAmountMicros($performanceGoalAmountMicros) { $this->performanceGoalAmountMicros = $performanceGoalAmountMicros; } public function getPerformanceGoalAmountMicros() { return $this->performanceGoalAmountMicros; } public function setPerformanceGoalType($performanceGoalType) { $this->performanceGoalType = $performanceGoalType; } public function getPerformanceGoalType() { return $this->performanceGoalType; } } PK0 ZŒ6II\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAdvertisersResponse.phpnu[advertisers = $advertisers; } /** * @return Google_Service_DisplayVideo_Advertiser[] */ public function getAdvertisers() { return $this->advertisers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZZbcc^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListLocationListsResponse.phpnu[locationLists = $locationLists; } /** * @return Google_Service_DisplayVideo_LocationList[] */ public function getLocationLists() { return $this->locationLists; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZsZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceFilter.phpnu[inventorySourceIds = $inventorySourceIds; } public function getInventorySourceIds() { return $this->inventorySourceIds; } } PK0 Z?:avendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListNegativeKeywordsResponse.phpnu[negativeKeywords = $negativeKeywords; } /** * @return Google_Service_DisplayVideo_NegativeKeyword[] */ public function getNegativeKeywords() { return $this->negativeKeywords; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZuD((svendor/google/apiclient-services/src/Google/Service/DisplayVideo/OnScreenPositionAssignedTargetingOptionDetails.phpnu[adType = $adType; } public function getAdType() { return $this->adType; } public function setOnScreenPosition($onScreenPosition) { $this->onScreenPosition = $onScreenPosition; } public function getOnScreenPosition() { return $this->onScreenPosition; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 Z~Kvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Pacing.phpnu[dailyMaxImpressions = $dailyMaxImpressions; } public function getDailyMaxImpressions() { return $this->dailyMaxImpressions; } public function setDailyMaxMicros($dailyMaxMicros) { $this->dailyMaxMicros = $dailyMaxMicros; } public function getDailyMaxMicros() { return $this->dailyMaxMicros; } public function setPacingPeriod($pacingPeriod) { $this->pacingPeriod = $pacingPeriod; } public function getPacingPeriod() { return $this->pacingPeriod; } public function setPacingType($pacingType) { $this->pacingType = $pacingType; } public function getPacingType() { return $this->pacingType; } } PK0 Zğ ^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserTargetingConfig.phpnu[exemptTvFromViewabilityTargeting = $exemptTvFromViewabilityTargeting; } public function getExemptTvFromViewabilityTargeting() { return $this->exemptTvFromViewabilityTargeting; } } PK0 Z5v``zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentInstreamPositionAssignedTargetingOptionDetails.phpnu[adType = $adType; } public function getAdType() { return $this->adType; } public function setContentInstreamPosition($contentInstreamPosition) { $this->contentInstreamPosition = $contentInstreamPosition; } public function getContentInstreamPosition() { return $this->contentInstreamPosition; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 ZITvendor/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeyword.phpnu[keywordValue = $keywordValue; } public function getKeywordValue() { return $this->keywordValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 Zs}f]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/TargetingExpansionConfig.phpnu[excludeFirstPartyAudience = $excludeFirstPartyAudience; } public function getExcludeFirstPartyAudience() { return $this->excludeFirstPartyAudience; } public function setTargetingExpansionLevel($targetingExpansionLevel) { $this->targetingExpansionLevel = $targetingExpansionLevel; } public function getTargetingExpansionLevel() { return $this->targetingExpansionLevel; } } PK0 ZϚXvendor/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordList.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNegativeKeywordListId($negativeKeywordListId) { $this->negativeKeywordListId = $negativeKeywordListId; } public function getNegativeKeywordListId() { return $this->negativeKeywordListId; } } PK0 Z箷hh{vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentOutstreamPositionAssignedTargetingOptionDetails.phpnu[adType = $adType; } public function getAdType() { return $this->adType; } public function setContentOutstreamPosition($contentOutstreamPosition) { $this->contentOutstreamPosition = $contentOutstreamPosition; } public function getContentOutstreamPosition() { return $this->contentOutstreamPosition; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } } PK0 ZD2Evendor/google/apiclient-services/src/Google/Service/DriveActivity.phpnu[ * Provides a historical view of activity in Google Drive.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DriveActivity extends Google_Service { /** View and add to the activity record of files in your Google Drive. */ const DRIVE_ACTIVITY = "https://www.googleapis.com/auth/drive.activity"; /** View the activity record of files in your Google Drive. */ const DRIVE_ACTIVITY_READONLY = "https://www.googleapis.com/auth/drive.activity.readonly"; public $activity; /** * Constructs the internal representation of the DriveActivity service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://driveactivity.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'driveactivity'; $this->activity = new Google_Service_DriveActivity_Resource_Activity( $this, $this->serviceName, 'activity', array( 'methods' => array( 'query' => array( 'path' => 'v2/activity:query', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK0 ZVTvendor/google/apiclient-services/src/Google/Service/CloudScheduler/RunJobRequest.phpnu[scope = $scope; } public function getScope() { return $this->scope; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } PK0 Z CVvendor/google/apiclient-services/src/Google/Service/CloudScheduler/PauseJobRequest.phpnu[ 44Jvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Job.phpnu[appEngineHttpTarget = $appEngineHttpTarget; } /** * @return Google_Service_CloudScheduler_AppEngineHttpTarget */ public function getAppEngineHttpTarget() { return $this->appEngineHttpTarget; } public function setAttemptDeadline($attemptDeadline) { $this->attemptDeadline = $attemptDeadline; } public function getAttemptDeadline() { return $this->attemptDeadline; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_CloudScheduler_HttpTarget */ public function setHttpTarget(Google_Service_CloudScheduler_HttpTarget $httpTarget) { $this->httpTarget = $httpTarget; } /** * @return Google_Service_CloudScheduler_HttpTarget */ public function getHttpTarget() { return $this->httpTarget; } public function setLastAttemptTime($lastAttemptTime) { $this->lastAttemptTime = $lastAttemptTime; } public function getLastAttemptTime() { return $this->lastAttemptTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudScheduler_PubsubTarget */ public function setPubsubTarget(Google_Service_CloudScheduler_PubsubTarget $pubsubTarget) { $this->pubsubTarget = $pubsubTarget; } /** * @return Google_Service_CloudScheduler_PubsubTarget */ public function getPubsubTarget() { return $this->pubsubTarget; } /** * @param Google_Service_CloudScheduler_RetryConfig */ public function setRetryConfig(Google_Service_CloudScheduler_RetryConfig $retryConfig) { $this->retryConfig = $retryConfig; } /** * @return Google_Service_CloudScheduler_RetryConfig */ public function getRetryConfig() { return $this->retryConfig; } public function setSchedule($schedule) { $this->schedule = $schedule; } public function getSchedule() { return $this->schedule; } public function setScheduleTime($scheduleTime) { $this->scheduleTime = $scheduleTime; } public function getScheduleTime() { return $this->scheduleTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CloudScheduler_Status */ public function setStatus(Google_Service_CloudScheduler_Status $status) { $this->status = $status; } /** * @return Google_Service_CloudScheduler_Status */ public function getStatus() { return $this->status; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setUserUpdateTime($userUpdateTime) { $this->userUpdateTime = $userUpdateTime; } public function getUserUpdateTime() { return $this->userUpdateTime; } } PK0 Z6Wvendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_CloudScheduler_Job[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZYqW avendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.phpnu[ * $cloudschedulerService = new Google_Service_CloudScheduler(...); * $locations = $cloudschedulerService->locations; * */ class Google_Service_CloudScheduler_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudScheduler_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CloudScheduler_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudScheduler_ListLocationsResponse"); } } PK0 ZWevendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.phpnu[ * $cloudschedulerService = new Google_Service_CloudScheduler(...); * $jobs = $cloudschedulerService->jobs; * */ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Google_Service_Resource { /** * Creates a job. (jobs.create) * * @param string $parent Required. The location name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID`. * @param Google_Service_CloudScheduler_Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job */ public function create($parent, Google_Service_CloudScheduler_Job $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudScheduler_Job"); } /** * Deletes a job. (jobs.delete) * * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_CloudschedulerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudScheduler_CloudschedulerEmpty"); } /** * Gets a job. (jobs.get) * * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudScheduler_Job"); } /** * Lists jobs. (jobs.listProjectsLocationsJobs) * * @param string $parent Required. The location name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The maximum page size is 500. If * unspecified, the page size will be the maximum. Fewer jobs than requested * might be returned, even if more jobs exist; use next_page_token to determine * if more jobs exist. * @opt_param string pageToken A token identifying a page of results the server * will return. To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of * next_page_token returned from the previous call to ListJobs. It is an error * to switch the value of filter or order_by while iterating through pages. * @return Google_Service_CloudScheduler_ListJobsResponse */ public function listProjectsLocationsJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudScheduler_ListJobsResponse"); } /** * Updates a job. If successful, the updated Job is returned. If the job does * not exist, `NOT_FOUND` is returned. If UpdateJob does not successfully * return, it is possible for the job to be in an Job.State.UPDATE_FAILED state. * A job in this state may not be executed. If this happens, retry the UpdateJob * request until a successful response is received. (jobs.patch) * * @param string $name Optionally caller-specified in CreateJob, after which it * becomes output only. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can * contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or * periods (.). For more information, see [Identifying * projects](https://cloud.google.com/resource-manager/docs/creating-managing- * projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the * job's location. The list of available locations can be obtained by calling * ListLocations. For more information, see * https://cloud.google.com/about/locations/. * `JOB_ID` can contain only * letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The * maximum length is 500 characters. * @param Google_Service_CloudScheduler_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A mask used to specify which fields of the job * are being updated. * @return Google_Service_CloudScheduler_Job */ public function patch($name, Google_Service_CloudScheduler_Job $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudScheduler_Job"); } /** * Pauses a job. If a job is paused then the system will stop executing the job * until it is re-enabled via ResumeJob. The state of the job is stored in * state; if paused it will be set to Job.State.PAUSED. A job must be in * Job.State.ENABLED to be paused. (jobs.pause) * * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param Google_Service_CloudScheduler_PauseJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job */ public function pause($name, Google_Service_CloudScheduler_PauseJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('pause', array($params), "Google_Service_CloudScheduler_Job"); } /** * Resume a job. This method reenables a job after it has been Job.State.PAUSED. * The state of a job is stored in Job.state; after calling this method it will * be set to Job.State.ENABLED. A job must be in Job.State.PAUSED to be resumed. * (jobs.resume) * * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param Google_Service_CloudScheduler_ResumeJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job */ public function resume($name, Google_Service_CloudScheduler_ResumeJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_CloudScheduler_Job"); } /** * Forces a job to run now. When this method is called, Cloud Scheduler will * dispatch the job, even if the job is already running. (jobs.run) * * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param Google_Service_CloudScheduler_RunJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job */ public function run($name, Google_Service_CloudScheduler_RunJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_CloudScheduler_Job"); } } PK0 ZyRXXvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/Projects.phpnu[ * $cloudschedulerService = new Google_Service_CloudScheduler(...); * $projects = $cloudschedulerService->projects; * */ class Google_Service_CloudScheduler_Resource_Projects extends Google_Service_Resource { } PK0 Zi;rd77\vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudScheduler_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z)b##Wvendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineRouting.phpnu[host = $host; } public function getHost() { return $this->host; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 ZtS=Zvendor/google/apiclient-services/src/Google/Service/CloudScheduler/CloudschedulerEmpty.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setMessageId($messageId) { $this->messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setOrderingKey($orderingKey) { $this->orderingKey = $orderingKey; } public function getOrderingKey() { return $this->orderingKey; } public function setPublishTime($publishTime) { $this->publishTime = $publishTime; } public function getPublishTime() { return $this->publishTime; } } PK0 ZT@Rvendor/google/apiclient-services/src/Google/Service/CloudScheduler/RetryConfig.phpnu[maxBackoffDuration = $maxBackoffDuration; } public function getMaxBackoffDuration() { return $this->maxBackoffDuration; } public function setMaxDoublings($maxDoublings) { $this->maxDoublings = $maxDoublings; } public function getMaxDoublings() { return $this->maxDoublings; } public function setMaxRetryDuration($maxRetryDuration) { $this->maxRetryDuration = $maxRetryDuration; } public function getMaxRetryDuration() { return $this->maxRetryDuration; } public function setMinBackoffDuration($minBackoffDuration) { $this->minBackoffDuration = $minBackoffDuration; } public function getMinBackoffDuration() { return $this->minBackoffDuration; } public function setRetryCount($retryCount) { $this->retryCount = $retryCount; } public function getRetryCount() { return $this->retryCount; } } PK0 ZVVZvendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineHttpTarget.phpnu[appEngineRouting = $appEngineRouting; } /** * @return Google_Service_CloudScheduler_AppEngineRouting */ public function getAppEngineRouting() { return $this->appEngineRouting; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } public function setRelativeUri($relativeUri) { $this->relativeUri = $relativeUri; } public function getRelativeUri() { return $this->relativeUri; } } PK0 ZΘؘSvendor/google/apiclient-services/src/Google/Service/CloudScheduler/PubsubTarget.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK0 ZXWvendor/google/apiclient-services/src/Google/Service/CloudScheduler/ResumeJobRequest.phpnu[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; } } PK0 Z^5Qvendor/google/apiclient-services/src/Google/Service/CloudScheduler/HttpTarget.phpnu[body = $body; } public function getBody() { return $this->body; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } /** * @param Google_Service_CloudScheduler_OAuthToken */ public function setOauthToken(Google_Service_CloudScheduler_OAuthToken $oauthToken) { $this->oauthToken = $oauthToken; } /** * @return Google_Service_CloudScheduler_OAuthToken */ public function getOauthToken() { return $this->oauthToken; } /** * @param Google_Service_CloudScheduler_OidcToken */ public function setOidcToken(Google_Service_CloudScheduler_OidcToken $oidcToken) { $this->oidcToken = $oidcToken; } /** * @return Google_Service_CloudScheduler_OidcToken */ public function getOidcToken() { return $this->oidcToken; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK0 Z_t??Pvendor/google/apiclient-services/src/Google/Service/CloudScheduler/OidcToken.phpnu[audience = $audience; } public function getAudience() { return $this->audience; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } PK0 ZOvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 Zja00Ivendor/google/apiclient-services/src/Google/Service/DataprocMetastore.phpnu[ * The Dataproc Metastore API is used to manage the lifecycle and configuration * of metastore services.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DataprocMetastore extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_operations; public $projects_locations_services; public $projects_locations_services_metadataImports; /** * Constructs the internal representation of the DataprocMetastore service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://metastore.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta'; $this->serviceName = 'metastore'; $this->projects_locations = new Google_Service_DataprocMetastore_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_DataprocMetastore_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'delete' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_services = new Google_Service_DataprocMetastore_Resource_ProjectsLocationsServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'create' => array( 'path' => 'v1beta/{+parent}/services', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'serviceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'exportMetadata' => array( 'path' => 'v1beta/{+service}:exportMetadata', 'httpMethod' => 'POST', 'parameters' => array( 'service' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta/{+parent}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_services_metadataImports = new Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesMetadataImports( $this, $this->serviceName, 'metadataImports', array( 'methods' => array( 'create' => array( 'path' => 'v1beta/{+parent}/metadataImports', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'metadataImportId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta/{+parent}/metadataImports', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z;]]Pvendor/google/apiclient-services/src/Google/Service/OSConfig/OneTimeSchedule.phpnu[executeTime = $executeTime; } public function getExecuteTime() { return $this->executeTime; } } PK0 Z] Nvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryItem.phpnu[availablePackage = $availablePackage; } /** * @return Google_Service_OSConfig_InventorySoftwarePackage */ public function getAvailablePackage() { return $this->availablePackage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_OSConfig_InventorySoftwarePackage */ public function setInstalledPackage(Google_Service_OSConfig_InventorySoftwarePackage $installedPackage) { $this->installedPackage = $installedPackage; } /** * @return Google_Service_OSConfig_InventorySoftwarePackage */ public function getInstalledPackage() { return $this->installedPackage; } public function setOriginType($originType) { $this->originType = $originType; } public function getOriginType() { return $this->originType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Zl}JJLvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchConfig.phpnu[apt = $apt; } /** * @return Google_Service_OSConfig_AptSettings */ public function getApt() { return $this->apt; } /** * @param Google_Service_OSConfig_GooSettings */ public function setGoo(Google_Service_OSConfig_GooSettings $goo) { $this->goo = $goo; } /** * @return Google_Service_OSConfig_GooSettings */ public function getGoo() { return $this->goo; } /** * @param Google_Service_OSConfig_ExecStep */ public function setPostStep(Google_Service_OSConfig_ExecStep $postStep) { $this->postStep = $postStep; } /** * @return Google_Service_OSConfig_ExecStep */ public function getPostStep() { return $this->postStep; } /** * @param Google_Service_OSConfig_ExecStep */ public function setPreStep(Google_Service_OSConfig_ExecStep $preStep) { $this->preStep = $preStep; } /** * @return Google_Service_OSConfig_ExecStep */ public function getPreStep() { return $this->preStep; } public function setRebootConfig($rebootConfig) { $this->rebootConfig = $rebootConfig; } public function getRebootConfig() { return $this->rebootConfig; } /** * @param Google_Service_OSConfig_WindowsUpdateSettings */ public function setWindowsUpdate(Google_Service_OSConfig_WindowsUpdateSettings $windowsUpdate) { $this->windowsUpdate = $windowsUpdate; } /** * @return Google_Service_OSConfig_WindowsUpdateSettings */ public function getWindowsUpdate() { return $this->windowsUpdate; } /** * @param Google_Service_OSConfig_YumSettings */ public function setYum(Google_Service_OSConfig_YumSettings $yum) { $this->yum = $yum; } /** * @return Google_Service_OSConfig_YumSettings */ public function getYum() { return $this->yum; } /** * @param Google_Service_OSConfig_ZypperSettings */ public function setZypper(Google_Service_OSConfig_ZypperSettings $zypper) { $this->zypper = $zypper; } /** * @return Google_Service_OSConfig_ZypperSettings */ public function getZypper() { return $this->zypper; } } PK0 Z  Ovendor/google/apiclient-services/src/Google/Service/OSConfig/WeekDayOfMonth.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } public function setWeekOrdinal($weekOrdinal) { $this->weekOrdinal = $weekOrdinal; } public function getWeekOrdinal() { return $this->weekOrdinal; } } PK0 Z Mvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchRollout.phpnu[disruptionBudget = $disruptionBudget; } /** * @return Google_Service_OSConfig_FixedOrPercent */ public function getDisruptionBudget() { return $this->disruptionBudget; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } } PK0 Z;y 2Vvendor/google/apiclient-services/src/Google/Service/OSConfig/CancelPatchJobRequest.phpnu[categories = $categories; } /** * @return Google_Service_OSConfig_InventoryWindowsUpdatePackageWindowsUpdateCategory[] */ public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKbArticleIds($kbArticleIds) { $this->kbArticleIds = $kbArticleIds; } public function getKbArticleIds() { return $this->kbArticleIds; } public function setLastDeploymentChangeTime($lastDeploymentChangeTime) { $this->lastDeploymentChangeTime = $lastDeploymentChangeTime; } public function getLastDeploymentChangeTime() { return $this->lastDeploymentChangeTime; } public function setMoreInfoUrls($moreInfoUrls) { $this->moreInfoUrls = $moreInfoUrls; } public function getMoreInfoUrls() { return $this->moreInfoUrls; } public function setRevisionNumber($revisionNumber) { $this->revisionNumber = $revisionNumber; } public function getRevisionNumber() { return $this->revisionNumber; } public function setSupportUrl($supportUrl) { $this->supportUrl = $supportUrl; } public function getSupportUrl() { return $this->supportUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdateId($updateId) { $this->updateId = $updateId; } public function getUpdateId() { return $this->updateId; } } PK0 ZʐVvendor/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OSConfig_PatchJob[] */ public function setPatchJobs($patchJobs) { $this->patchJobs = $patchJobs; } /** * @return Google_Service_OSConfig_PatchJob[] */ public function getPatchJobs() { return $this->patchJobs; } } PK0 Z5 Rvendor/google/apiclient-services/src/Google/Service/OSConfig/RecurringSchedule.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFrequency($frequency) { $this->frequency = $frequency; } public function getFrequency() { return $this->frequency; } public function setLastExecuteTime($lastExecuteTime) { $this->lastExecuteTime = $lastExecuteTime; } public function getLastExecuteTime() { return $this->lastExecuteTime; } /** * @param Google_Service_OSConfig_MonthlySchedule */ public function setMonthly(Google_Service_OSConfig_MonthlySchedule $monthly) { $this->monthly = $monthly; } /** * @return Google_Service_OSConfig_MonthlySchedule */ public function getMonthly() { return $this->monthly; } public function setNextExecuteTime($nextExecuteTime) { $this->nextExecuteTime = $nextExecuteTime; } public function getNextExecuteTime() { return $this->nextExecuteTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_OSConfig_TimeOfDay */ public function setTimeOfDay(Google_Service_OSConfig_TimeOfDay $timeOfDay) { $this->timeOfDay = $timeOfDay; } /** * @return Google_Service_OSConfig_TimeOfDay */ public function getTimeOfDay() { return $this->timeOfDay; } /** * @param Google_Service_OSConfig_TimeZone */ public function setTimeZone(Google_Service_OSConfig_TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_OSConfig_TimeZone */ public function getTimeZone() { return $this->timeZone; } /** * @param Google_Service_OSConfig_WeeklySchedule */ public function setWeekly(Google_Service_OSConfig_WeeklySchedule $weekly) { $this->weekly = $weekly; } /** * @return Google_Service_OSConfig_WeeklySchedule */ public function getWeekly() { return $this->weekly; } } PK0 ZUJvendor/google/apiclient-services/src/Google/Service/OSConfig/Inventory.phpnu[items = $items; } /** * @return Google_Service_OSConfig_InventoryItem[] */ public function getItems() { return $this->items; } /** * @param Google_Service_OSConfig_InventoryOsInfo */ public function setOsInfo(Google_Service_OSConfig_InventoryOsInfo $osInfo) { $this->osInfo = $osInfo; } /** * @return Google_Service_OSConfig_InventoryOsInfo */ public function getOsInfo() { return $this->osInfo; } } PK0 Z Nvendor/google/apiclient-services/src/Google/Service/OSConfig/OsconfigEmpty.phpnu[all = $all; } public function getAll() { return $this->all; } /** * @param Google_Service_OSConfig_PatchInstanceFilterGroupLabel[] */ public function setGroupLabels($groupLabels) { $this->groupLabels = $groupLabels; } /** * @return Google_Service_OSConfig_PatchInstanceFilterGroupLabel[] */ public function getGroupLabels() { return $this->groupLabels; } public function setInstanceNamePrefixes($instanceNamePrefixes) { $this->instanceNamePrefixes = $instanceNamePrefixes; } public function getInstanceNamePrefixes() { return $this->instanceNamePrefixes; } public function setInstances($instances) { $this->instances = $instances; } public function getInstances() { return $this->instances; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } } PK0 Z^f4svendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryWindowsUpdatePackageWindowsUpdateCategory.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 Z߈Jvendor/google/apiclient-services/src/Google/Service/OSConfig/GcsObject.phpnu[bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setGenerationNumber($generationNumber) { $this->generationNumber = $generationNumber; } public function getGenerationNumber() { return $this->generationNumber; } public function setObject($object) { $this->object = $object; } public function getObject() { return $this->object; } } PK0 Zst\ \ Tvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/Operations.phpnu[ * $osconfigService = new Google_Service_OSConfig(...); * $operations = $osconfigService->operations; * */ class Google_Service_OSConfig_Resource_Operations extends Google_Service_Resource { /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_OSConfig_OsconfigEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_OSConfig_OsconfigEmpty"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_OSConfig_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OSConfig_ListOperationsResponse"); } } PK0 Z nnRvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/Projects.phpnu[ * $osconfigService = new Google_Service_OSConfig(...); * $projects = $osconfigService->projects; * */ class Google_Service_OSConfig_Resource_Projects extends Google_Service_Resource { } PK0 ZӾ jvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/ProjectsPatchJobsInstanceDetails.phpnu[ * $osconfigService = new Google_Service_OSConfig(...); * $instanceDetails = $osconfigService->instanceDetails; * */ class Google_Service_OSConfig_Resource_ProjectsPatchJobsInstanceDetails extends Google_Service_Resource { /** * Get a list of instance details for a given patch job. * (instanceDetails.listProjectsPatchJobsInstanceDetails) * * @param string $parent Required. The parent for the instances are in the form * of `projects/patchJobs`. * @param array $optParams Optional parameters. * * @opt_param string filter A filter expression that filters results listed in * the response. This field supports filtering results by instance zone, name, * state, or `failure_reason`. * @opt_param int pageSize The maximum number of instance details records to * return. Default is 100. * @opt_param string pageToken A pagination token returned from a previous call * that indicates where this listing should continue from. * @return Google_Service_OSConfig_ListPatchJobInstanceDetailsResponse */ public function listProjectsPatchJobsInstanceDetails($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OSConfig_ListPatchJobInstanceDetailsResponse"); } } PK0 Z[vendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/ProjectsPatchJobs.phpnu[ * $osconfigService = new Google_Service_OSConfig(...); * $patchJobs = $osconfigService->patchJobs; * */ class Google_Service_OSConfig_Resource_ProjectsPatchJobs extends Google_Service_Resource { /** * Cancel a patch job. The patch job must be active. Canceled patch jobs cannot * be restarted. (patchJobs.cancel) * * @param string $name Required. Name of the patch in the form * `projects/patchJobs` * @param Google_Service_OSConfig_CancelPatchJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_OSConfig_PatchJob */ public function cancel($name, Google_Service_OSConfig_CancelPatchJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_OSConfig_PatchJob"); } /** * Patch VM instances by creating and running a patch job. (patchJobs.execute) * * @param string $parent Required. The project in which to run this patch in the * form `projects` * @param Google_Service_OSConfig_ExecutePatchJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_OSConfig_PatchJob */ public function execute($parent, Google_Service_OSConfig_ExecutePatchJobRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('execute', array($params), "Google_Service_OSConfig_PatchJob"); } /** * Get the patch job. This can be used to track the progress of an ongoing patch * job or review the details of completed jobs. (patchJobs.get) * * @param string $name Required. Name of the patch in the form * `projects/patchJobs` * @param array $optParams Optional parameters. * @return Google_Service_OSConfig_PatchJob */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_OSConfig_PatchJob"); } /** * Get a list of patch jobs. (patchJobs.listProjectsPatchJobs) * * @param string $parent Required. In the form of `projects` * @param array $optParams Optional parameters. * * @opt_param string filter If provided, this field specifies the criteria that * must be met by patch jobs to be included in the response. Currently, * filtering is only available on the patch_deployment field. * @opt_param int pageSize The maximum number of instance status to return. * @opt_param string pageToken A pagination token returned from a previous call * that indicates where this listing should continue from. * @return Google_Service_OSConfig_ListPatchJobsResponse */ public function listProjectsPatchJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OSConfig_ListPatchJobsResponse"); } } PK0 Zabvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/ProjectsPatchDeployments.phpnu[ * $osconfigService = new Google_Service_OSConfig(...); * $patchDeployments = $osconfigService->patchDeployments; * */ class Google_Service_OSConfig_Resource_ProjectsPatchDeployments extends Google_Service_Resource { /** * Create an OS Config patch deployment. (patchDeployments.create) * * @param string $parent Required. The project to apply this patch deployment to * in the form `projects`. * @param Google_Service_OSConfig_PatchDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string patchDeploymentId Required. A name for the patch deployment * in the project. When creating a name the following rules apply: * Must * contain only lowercase letters, numbers, and hyphens. * Must start with a * letter. * Must be between 1-63 characters. * Must end with a number or a * letter. * Must be unique within the project. * @return Google_Service_OSConfig_PatchDeployment */ public function create($parent, Google_Service_OSConfig_PatchDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_OSConfig_PatchDeployment"); } /** * Delete an OS Config patch deployment. (patchDeployments.delete) * * @param string $name Required. The resource name of the patch deployment in * the form `projects/patchDeployments`. * @param array $optParams Optional parameters. * @return Google_Service_OSConfig_OsconfigEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_OSConfig_OsconfigEmpty"); } /** * Get an OS Config patch deployment. (patchDeployments.get) * * @param string $name Required. The resource name of the patch deployment in * the form `projects/patchDeployments`. * @param array $optParams Optional parameters. * @return Google_Service_OSConfig_PatchDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_OSConfig_PatchDeployment"); } /** * Get a page of OS Config patch deployments. * (patchDeployments.listProjectsPatchDeployments) * * @param string $parent Required. The resource name of the parent in the form * `projects`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of patch deployments to * return. Default is 100. * @opt_param string pageToken Optional. A pagination token returned from a * previous call to ListPatchDeployments that indicates where this listing * should continue from. * @return Google_Service_OSConfig_ListPatchDeploymentsResponse */ public function listProjectsPatchDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OSConfig_ListPatchDeploymentsResponse"); } } PK0 Z}Lvendor/google/apiclient-services/src/Google/Service/OSConfig/AptSettings.phpnu[excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePackages($exclusivePackages) { $this->exclusivePackages = $exclusivePackages; } public function getExclusivePackages() { return $this->exclusivePackages; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZfIvendor/google/apiclient-services/src/Google/Service/OSConfig/ExecStep.phpnu[linuxExecStepConfig = $linuxExecStepConfig; } /** * @return Google_Service_OSConfig_ExecStepConfig */ public function getLinuxExecStepConfig() { return $this->linuxExecStepConfig; } /** * @param Google_Service_OSConfig_ExecStepConfig */ public function setWindowsExecStepConfig(Google_Service_OSConfig_ExecStepConfig $windowsExecStepConfig) { $this->windowsExecStepConfig = $windowsExecStepConfig; } /** * @return Google_Service_OSConfig_ExecStepConfig */ public function getWindowsExecStepConfig() { return $this->windowsExecStepConfig; } } PK0 Z^)) Wvendor/google/apiclient-services/src/Google/Service/OSConfig/ExecutePatchJobRequest.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_OSConfig_PatchInstanceFilter */ public function setInstanceFilter(Google_Service_OSConfig_PatchInstanceFilter $instanceFilter) { $this->instanceFilter = $instanceFilter; } /** * @return Google_Service_OSConfig_PatchInstanceFilter */ public function getInstanceFilter() { return $this->instanceFilter; } /** * @param Google_Service_OSConfig_PatchConfig */ public function setPatchConfig(Google_Service_OSConfig_PatchConfig $patchConfig) { $this->patchConfig = $patchConfig; } /** * @return Google_Service_OSConfig_PatchConfig */ public function getPatchConfig() { return $this->patchConfig; } /** * @param Google_Service_OSConfig_PatchRollout */ public function setRollout(Google_Service_OSConfig_PatchRollout $rollout) { $this->rollout = $rollout; } /** * @return Google_Service_OSConfig_PatchRollout */ public function getRollout() { return $this->rollout; } } PK0 Zpdvendor/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobInstanceDetailsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OSConfig_PatchJobInstanceDetails[] */ public function setPatchJobInstanceDetails($patchJobInstanceDetails) { $this->patchJobInstanceDetails = $patchJobInstanceDetails; } /** * @return Google_Service_OSConfig_PatchJobInstanceDetails[] */ public function getPatchJobInstanceDetails() { return $this->patchJobInstanceDetails; } } PK0 Zd^Jvendor/google/apiclient-services/src/Google/Service/OSConfig/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK0 Z7HH^vendor/google/apiclient-services/src/Google/Service/OSConfig/PatchInstanceFilterGroupLabel.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } } PK0 Z9KKUvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryZypperPatch.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setPatchName($patchName) { $this->patchName = $patchName; } public function getPatchName() { return $this->patchName; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK0 Z!Ovendor/google/apiclient-services/src/Google/Service/OSConfig/ExecStepConfig.phpnu[allowedSuccessCodes = $allowedSuccessCodes; } public function getAllowedSuccessCodes() { return $this->allowedSuccessCodes; } /** * @param Google_Service_OSConfig_GcsObject */ public function setGcsObject(Google_Service_OSConfig_GcsObject $gcsObject) { $this->gcsObject = $gcsObject; } /** * @return Google_Service_OSConfig_GcsObject */ public function getGcsObject() { return $this->gcsObject; } public function setInterpreter($interpreter) { $this->interpreter = $interpreter; } public function getInterpreter() { return $this->interpreter; } public function setLocalPath($localPath) { $this->localPath = $localPath; } public function getLocalPath() { return $this->localPath; } } PK0 ZgvvJvendor/google/apiclient-services/src/Google/Service/OSConfig/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_OSConfig_Status */ public function setError(Google_Service_OSConfig_Status $error) { $this->error = $error; } /** * @return Google_Service_OSConfig_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK0 ZGvendor/google/apiclient-services/src/Google/Service/OSConfig/Status.phpnu[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; } } PK0 ZH2i Ovendor/google/apiclient-services/src/Google/Service/OSConfig/FixedOrPercent.phpnu[fixed = $fixed; } public function getFixed() { return $this->fixed; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } } PK0 ZOYDHHOvendor/google/apiclient-services/src/Google/Service/OSConfig/ZypperSettings.phpnu[categories = $categories; } public function getCategories() { return $this->categories; } public function setExcludes($excludes) { $this->excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePatches($exclusivePatches) { $this->exclusivePatches = $exclusivePatches; } public function getExclusivePatches() { return $this->exclusivePatches; } public function setSeverities($severities) { $this->severities = $severities; } public function getSeverities() { return $this->severities; } public function setWithOptional($withOptional) { $this->withOptional = $withOptional; } public function getWithOptional() { return $this->withOptional; } public function setWithUpdate($withUpdate) { $this->withUpdate = $withUpdate; } public function getWithUpdate() { return $this->withUpdate; } } PK0 Zʙ߄kvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryWindowsQuickFixEngineeringPackage.phpnu[caption = $caption; } public function getCaption() { return $this->caption; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHotFixId($hotFixId) { $this->hotFixId = $hotFixId; } public function getHotFixId() { return $this->hotFixId; } public function setInstallTime($installTime) { $this->installTime = $installTime; } public function getInstallTime() { return $this->installTime; } } PK0 Z9P87Zvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryVersionedPackage.phpnu[architecture = $architecture; } public function getArchitecture() { return $this->architecture; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 Z2C,,Wvendor/google/apiclient-services/src/Google/Service/OSConfig/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OSConfig_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_OSConfig_Operation[] */ public function getOperations() { return $this->operations; } } PK0 Z//Yvendor/google/apiclient-services/src/Google/Service/OSConfig/InventorySoftwarePackage.phpnu[aptPackage = $aptPackage; } /** * @return Google_Service_OSConfig_InventoryVersionedPackage */ public function getAptPackage() { return $this->aptPackage; } /** * @param Google_Service_OSConfig_InventoryVersionedPackage */ public function setCosPackage(Google_Service_OSConfig_InventoryVersionedPackage $cosPackage) { $this->cosPackage = $cosPackage; } /** * @return Google_Service_OSConfig_InventoryVersionedPackage */ public function getCosPackage() { return $this->cosPackage; } /** * @param Google_Service_OSConfig_InventoryVersionedPackage */ public function setGoogetPackage(Google_Service_OSConfig_InventoryVersionedPackage $googetPackage) { $this->googetPackage = $googetPackage; } /** * @return Google_Service_OSConfig_InventoryVersionedPackage */ public function getGoogetPackage() { return $this->googetPackage; } /** * @param Google_Service_OSConfig_InventoryWindowsQuickFixEngineeringPackage */ public function setQfePackage(Google_Service_OSConfig_InventoryWindowsQuickFixEngineeringPackage $qfePackage) { $this->qfePackage = $qfePackage; } /** * @return Google_Service_OSConfig_InventoryWindowsQuickFixEngineeringPackage */ public function getQfePackage() { return $this->qfePackage; } /** * @param Google_Service_OSConfig_InventoryWindowsUpdatePackage */ public function setWuaPackage(Google_Service_OSConfig_InventoryWindowsUpdatePackage $wuaPackage) { $this->wuaPackage = $wuaPackage; } /** * @return Google_Service_OSConfig_InventoryWindowsUpdatePackage */ public function getWuaPackage() { return $this->wuaPackage; } /** * @param Google_Service_OSConfig_InventoryVersionedPackage */ public function setYumPackage(Google_Service_OSConfig_InventoryVersionedPackage $yumPackage) { $this->yumPackage = $yumPackage; } /** * @return Google_Service_OSConfig_InventoryVersionedPackage */ public function getYumPackage() { return $this->yumPackage; } /** * @param Google_Service_OSConfig_InventoryVersionedPackage */ public function setZypperPackage(Google_Service_OSConfig_InventoryVersionedPackage $zypperPackage) { $this->zypperPackage = $zypperPackage; } /** * @return Google_Service_OSConfig_InventoryVersionedPackage */ public function getZypperPackage() { return $this->zypperPackage; } /** * @param Google_Service_OSConfig_InventoryZypperPatch */ public function setZypperPatch(Google_Service_OSConfig_InventoryZypperPatch $zypperPatch) { $this->zypperPatch = $zypperPatch; } /** * @return Google_Service_OSConfig_InventoryZypperPatch */ public function getZypperPatch() { return $this->zypperPatch; } } PK0 Zut@BBVvendor/google/apiclient-services/src/Google/Service/OSConfig/WindowsUpdateSettings.phpnu[classifications = $classifications; } public function getClassifications() { return $this->classifications; } public function setExcludes($excludes) { $this->excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePatches($exclusivePatches) { $this->exclusivePatches = $exclusivePatches; } public function getExclusivePatches() { return $this->exclusivePatches; } } PK0 Z<\Pvendor/google/apiclient-services/src/Google/Service/OSConfig/MonthlySchedule.phpnu[monthDay = $monthDay; } public function getMonthDay() { return $this->monthDay; } /** * @param Google_Service_OSConfig_WeekDayOfMonth */ public function setWeekDayOfMonth(Google_Service_OSConfig_WeekDayOfMonth $weekDayOfMonth) { $this->weekDayOfMonth = $weekDayOfMonth; } /** * @return Google_Service_OSConfig_WeekDayOfMonth */ public function getWeekDayOfMonth() { return $this->weekDayOfMonth; } } PK0 Z+\Pvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryOsInfo.phpnu[architecture = $architecture; } public function getArchitecture() { return $this->architecture; } public function setHostname($hostname) { $this->hostname = $hostname; } public function getHostname() { return $this->hostname; } public function setKernelRelease($kernelRelease) { $this->kernelRelease = $kernelRelease; } public function getKernelRelease() { return $this->kernelRelease; } public function setKernelVersion($kernelVersion) { $this->kernelVersion = $kernelVersion; } public function getKernelVersion() { return $this->kernelVersion; } public function setLongName($longName) { $this->longName = $longName; } public function getLongName() { return $this->longName; } public function setOsconfigAgentVersion($osconfigAgentVersion) { $this->osconfigAgentVersion = $osconfigAgentVersion; } public function getOsconfigAgentVersion() { return $this->osconfigAgentVersion; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 Z zz]vendor/google/apiclient-services/src/Google/Service/OSConfig/ListPatchDeploymentsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OSConfig_PatchDeployment[] */ public function setPatchDeployments($patchDeployments) { $this->patchDeployments = $patchDeployments; } /** * @return Google_Service_OSConfig_PatchDeployment[] */ public function getPatchDeployments() { return $this->patchDeployments; } } PK0 Z3INNOvendor/google/apiclient-services/src/Google/Service/OSConfig/WeeklySchedule.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } } PK0 Zexcludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePackages($exclusivePackages) { $this->exclusivePackages = $exclusivePackages; } public function getExclusivePackages() { return $this->exclusivePackages; } public function setMinimal($minimal) { $this->minimal = $minimal; } public function getMinimal() { return $this->minimal; } public function setSecurity($security) { $this->security = $security; } public function getSecurity() { return $this->security; } } PK0 ZLK %%_vendor/google/apiclient-services/src/Google/Service/OSConfig/PatchJobInstanceDetailsSummary.phpnu[ackedInstanceCount = $ackedInstanceCount; } public function getAckedInstanceCount() { return $this->ackedInstanceCount; } public function setApplyingPatchesInstanceCount($applyingPatchesInstanceCount) { $this->applyingPatchesInstanceCount = $applyingPatchesInstanceCount; } public function getApplyingPatchesInstanceCount() { return $this->applyingPatchesInstanceCount; } public function setDownloadingPatchesInstanceCount($downloadingPatchesInstanceCount) { $this->downloadingPatchesInstanceCount = $downloadingPatchesInstanceCount; } public function getDownloadingPatchesInstanceCount() { return $this->downloadingPatchesInstanceCount; } public function setFailedInstanceCount($failedInstanceCount) { $this->failedInstanceCount = $failedInstanceCount; } public function getFailedInstanceCount() { return $this->failedInstanceCount; } public function setInactiveInstanceCount($inactiveInstanceCount) { $this->inactiveInstanceCount = $inactiveInstanceCount; } public function getInactiveInstanceCount() { return $this->inactiveInstanceCount; } public function setNoAgentDetectedInstanceCount($noAgentDetectedInstanceCount) { $this->noAgentDetectedInstanceCount = $noAgentDetectedInstanceCount; } public function getNoAgentDetectedInstanceCount() { return $this->noAgentDetectedInstanceCount; } public function setNotifiedInstanceCount($notifiedInstanceCount) { $this->notifiedInstanceCount = $notifiedInstanceCount; } public function getNotifiedInstanceCount() { return $this->notifiedInstanceCount; } public function setPendingInstanceCount($pendingInstanceCount) { $this->pendingInstanceCount = $pendingInstanceCount; } public function getPendingInstanceCount() { return $this->pendingInstanceCount; } public function setPostPatchStepInstanceCount($postPatchStepInstanceCount) { $this->postPatchStepInstanceCount = $postPatchStepInstanceCount; } public function getPostPatchStepInstanceCount() { return $this->postPatchStepInstanceCount; } public function setPrePatchStepInstanceCount($prePatchStepInstanceCount) { $this->prePatchStepInstanceCount = $prePatchStepInstanceCount; } public function getPrePatchStepInstanceCount() { return $this->prePatchStepInstanceCount; } public function setRebootingInstanceCount($rebootingInstanceCount) { $this->rebootingInstanceCount = $rebootingInstanceCount; } public function getRebootingInstanceCount() { return $this->rebootingInstanceCount; } public function setStartedInstanceCount($startedInstanceCount) { $this->startedInstanceCount = $startedInstanceCount; } public function getStartedInstanceCount() { return $this->startedInstanceCount; } public function setSucceededInstanceCount($succeededInstanceCount) { $this->succeededInstanceCount = $succeededInstanceCount; } public function getSucceededInstanceCount() { return $this->succeededInstanceCount; } public function setSucceededRebootRequiredInstanceCount($succeededRebootRequiredInstanceCount) { $this->succeededRebootRequiredInstanceCount = $succeededRebootRequiredInstanceCount; } public function getSucceededRebootRequiredInstanceCount() { return $this->succeededRebootRequiredInstanceCount; } public function setTimedOutInstanceCount($timedOutInstanceCount) { $this->timedOutInstanceCount = $timedOutInstanceCount; } public function getTimedOutInstanceCount() { return $this->timedOutInstanceCount; } } PK0 ZXeIvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchJob.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } /** * @param Google_Service_OSConfig_PatchJobInstanceDetailsSummary */ public function setInstanceDetailsSummary(Google_Service_OSConfig_PatchJobInstanceDetailsSummary $instanceDetailsSummary) { $this->instanceDetailsSummary = $instanceDetailsSummary; } /** * @return Google_Service_OSConfig_PatchJobInstanceDetailsSummary */ public function getInstanceDetailsSummary() { return $this->instanceDetailsSummary; } /** * @param Google_Service_OSConfig_PatchInstanceFilter */ public function setInstanceFilter(Google_Service_OSConfig_PatchInstanceFilter $instanceFilter) { $this->instanceFilter = $instanceFilter; } /** * @return Google_Service_OSConfig_PatchInstanceFilter */ public function getInstanceFilter() { return $this->instanceFilter; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_OSConfig_PatchConfig */ public function setPatchConfig(Google_Service_OSConfig_PatchConfig $patchConfig) { $this->patchConfig = $patchConfig; } /** * @return Google_Service_OSConfig_PatchConfig */ public function getPatchConfig() { return $this->patchConfig; } public function setPatchDeployment($patchDeployment) { $this->patchDeployment = $patchDeployment; } public function getPatchDeployment() { return $this->patchDeployment; } public function setPercentComplete($percentComplete) { $this->percentComplete = $percentComplete; } public function getPercentComplete() { return $this->percentComplete; } /** * @param Google_Service_OSConfig_PatchRollout */ public function setRollout(Google_Service_OSConfig_PatchRollout $rollout) { $this->rollout = $rollout; } /** * @return Google_Service_OSConfig_PatchRollout */ public function getRollout() { return $this->rollout; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Zw>>Xvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchJobInstanceDetails.phpnu[attemptCount = $attemptCount; } public function getAttemptCount() { return $this->attemptCount; } public function setFailureReason($failureReason) { $this->failureReason = $failureReason; } public function getFailureReason() { return $this->failureReason; } public function setInstanceSystemId($instanceSystemId) { $this->instanceSystemId = $instanceSystemId; } public function getInstanceSystemId() { return $this->instanceSystemId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK0 Zmr;Ivendor/google/apiclient-services/src/Google/Service/OSConfig/TimeZone.phpnu[id = $id; } public function getId() { return $this->id; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 Z.zPvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchDeployment.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_OSConfig_PatchInstanceFilter */ public function setInstanceFilter(Google_Service_OSConfig_PatchInstanceFilter $instanceFilter) { $this->instanceFilter = $instanceFilter; } /** * @return Google_Service_OSConfig_PatchInstanceFilter */ public function getInstanceFilter() { return $this->instanceFilter; } public function setLastExecuteTime($lastExecuteTime) { $this->lastExecuteTime = $lastExecuteTime; } public function getLastExecuteTime() { return $this->lastExecuteTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_OSConfig_OneTimeSchedule */ public function setOneTimeSchedule(Google_Service_OSConfig_OneTimeSchedule $oneTimeSchedule) { $this->oneTimeSchedule = $oneTimeSchedule; } /** * @return Google_Service_OSConfig_OneTimeSchedule */ public function getOneTimeSchedule() { return $this->oneTimeSchedule; } /** * @param Google_Service_OSConfig_PatchConfig */ public function setPatchConfig(Google_Service_OSConfig_PatchConfig $patchConfig) { $this->patchConfig = $patchConfig; } /** * @return Google_Service_OSConfig_PatchConfig */ public function getPatchConfig() { return $this->patchConfig; } /** * @param Google_Service_OSConfig_RecurringSchedule */ public function setRecurringSchedule(Google_Service_OSConfig_RecurringSchedule $recurringSchedule) { $this->recurringSchedule = $recurringSchedule; } /** * @return Google_Service_OSConfig_RecurringSchedule */ public function getRecurringSchedule() { return $this->recurringSchedule; } /** * @param Google_Service_OSConfig_PatchRollout */ public function setRollout(Google_Service_OSConfig_PatchRollout $rollout) { $this->rollout = $rollout; } /** * @return Google_Service_OSConfig_PatchRollout */ public function getRollout() { return $this->rollout; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z"M܂Lvendor/google/apiclient-services/src/Google/Service/OSConfig/GooSettings.phpnu[ * The My Business Account Management API provides an interface for managing * access to a location on Google.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_MyBusinessAccountManagement extends Google_Service { public $accounts; public $accounts_admins; public $accounts_invitations; public $locations_admins; /** * Constructs the internal representation of the MyBusinessAccountManagement * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://mybusinessaccountmanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'mybusinessaccountmanagement'; $this->accounts = new Google_Service_MyBusinessAccountManagement_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'create' => array( 'path' => 'v1/accounts', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parentAccount' => 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', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->accounts_admins = new Google_Service_MyBusinessAccountManagement_Resource_AccountsAdmins( $this, $this->serviceName, 'admins', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/admins', '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, ), ), ),'list' => array( 'path' => 'v1/{+parent}/admins', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_invitations = new Google_Service_MyBusinessAccountManagement_Resource_AccountsInvitations( $this, $this->serviceName, 'invitations', array( 'methods' => array( 'accept' => array( 'path' => 'v1/{+name}:accept', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'decline' => array( 'path' => 'v1/{+name}:decline', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/invitations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->locations_admins = new Google_Service_MyBusinessAccountManagement_Resource_LocationsAdmins( $this, $this->serviceName, 'admins', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/admins', '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, ), ), ),'list' => array( 'path' => 'v1/{+parent}/admins', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z`Ovendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.phpnu[items = $items; } /** * @return Google_Service_Urlshortener_Url */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK0 ZfЂnPvendor/google/apiclient-services/src/Google/Service/Urlshortener/StringCount.phpnu[count = $count; } public function getCount() { return $this->count; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK0 Z2AZ  Uvendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.phpnu[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; } } PK0 Z * $urlshortenerService = new Google_Service_Urlshortener(...); * $url = $urlshortenerService->url; * */ class Google_Service_Urlshortener_Resource_Url extends Google_Service_Resource { /** * Expands a short URL or gets creation time and analytics. (url.get) * * @param string $shortUrl The short URL, including the protocol. * @param array $optParams Optional parameters. * * @opt_param string projection Additional information to return. * @return Google_Service_Urlshortener_Url */ public function get($shortUrl, $optParams = array()) { $params = array('shortUrl' => $shortUrl); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Urlshortener_Url"); } /** * Creates a new short URL. (url.insert) * * @param Google_Service_Urlshortener_Url $postBody * @param array $optParams Optional parameters. * @return Google_Service_Urlshortener_Url */ public function insert(Google_Service_Urlshortener_Url $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Urlshortener_Url"); } /** * Retrieves a list of URLs shortened by a user. (url.listUrl) * * @param array $optParams Optional parameters. * * @opt_param string projection Additional information to return. * @opt_param string start-token Token for requesting successive pages of * results. * @return Google_Service_Urlshortener_UrlHistory */ public function listUrl($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Urlshortener_UrlHistory"); } } PK0 Z Vvendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSnapshot.phpnu[browsers = $browsers; } /** * @return Google_Service_Urlshortener_StringCount */ public function getBrowsers() { return $this->browsers; } /** * @param Google_Service_Urlshortener_StringCount */ public function setCountries($countries) { $this->countries = $countries; } /** * @return Google_Service_Urlshortener_StringCount */ public function getCountries() { return $this->countries; } public function setLongUrlClicks($longUrlClicks) { $this->longUrlClicks = $longUrlClicks; } public function getLongUrlClicks() { return $this->longUrlClicks; } /** * @param Google_Service_Urlshortener_StringCount */ public function setPlatforms($platforms) { $this->platforms = $platforms; } /** * @return Google_Service_Urlshortener_StringCount */ public function getPlatforms() { return $this->platforms; } /** * @param Google_Service_Urlshortener_StringCount */ public function setReferrers($referrers) { $this->referrers = $referrers; } /** * @return Google_Service_Urlshortener_StringCount */ public function getReferrers() { return $this->referrers; } public function setShortUrlClicks($shortUrlClicks) { $this->shortUrlClicks = $shortUrlClicks; } public function getShortUrlClicks() { return $this->shortUrlClicks; } } PK0 Z×LLHvendor/google/apiclient-services/src/Google/Service/Urlshortener/Url.phpnu[analytics = $analytics; } /** * @return Google_Service_Urlshortener_AnalyticsSummary */ public function getAnalytics() { return $this->analytics; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLongUrl($longUrl) { $this->longUrl = $longUrl; } public function getLongUrl() { return $this->longUrl; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK0 ZfPvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Membership.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudIdentity_EntityKey */ public function setPreferredMemberKey(Google_Service_CloudIdentity_EntityKey $preferredMemberKey) { $this->preferredMemberKey = $preferredMemberKey; } /** * @return Google_Service_CloudIdentity_EntityKey */ public function getPreferredMemberKey() { return $this->preferredMemberKey; } /** * @param Google_Service_CloudIdentity_MembershipRole[] */ public function setRoles($roles) { $this->roles = $roles; } /** * @return Google_Service_CloudIdentity_MembershipRole[] */ public function getRoles() { return $this->roles; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z9% % Kvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Group.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_CloudIdentity_DynamicGroupMetadata */ public function setDynamicGroupMetadata(Google_Service_CloudIdentity_DynamicGroupMetadata $dynamicGroupMetadata) { $this->dynamicGroupMetadata = $dynamicGroupMetadata; } /** * @return Google_Service_CloudIdentity_DynamicGroupMetadata */ public function getDynamicGroupMetadata() { return $this->dynamicGroupMetadata; } /** * @param Google_Service_CloudIdentity_EntityKey */ public function setGroupKey(Google_Service_CloudIdentity_EntityKey $groupKey) { $this->groupKey = $groupKey; } /** * @return Google_Service_CloudIdentity_EntityKey */ public function getGroupKey() { return $this->groupKey; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z׳>>bvendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupMembershipNameResponse.phpnu[name = $name; } public function getName() { return $this->name; } } PK0 ZЉ!!`vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GetMembershipGraphResponse.phpnu[adjacencyList = $adjacencyList; } /** * @return Google_Service_CloudIdentity_MembershipAdjacencyList[] */ public function getAdjacencyList() { return $this->adjacencyList; } /** * @param Google_Service_CloudIdentity_Group[] */ public function setGroups($groups) { $this->groups = $groups; } /** * @return Google_Service_CloudIdentity_Group[] */ public function getGroups() { return $this->groups; } } PK0 Z  vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse.phpnu[deviceUser = $deviceUser; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser */ public function getDeviceUser() { return $this->deviceUser; } } PK0 ZQQTvendor/google/apiclient-services/src/Google/Service/CloudIdentity/UserInvitation.phpnu[mailsSentCount = $mailsSentCount; } public function getMailsSentCount() { return $this->mailsSentCount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z:"99]vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupGroupNameResponse.phpnu[name = $name; } public function getName() { return $this->name; } } PK0 Z5 Q}vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse.phpnu[deviceUsers = $deviceUsers; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser[] */ public function getDeviceUsers() { return $this->deviceUsers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZܹFTTvendor/google/apiclient-services/src/Google/Service/CloudIdentity/MemberRelation.phpnu[member = $member; } public function getMember() { return $this->member; } /** * @param Google_Service_CloudIdentity_EntityKey[] */ public function setPreferredMemberKey($preferredMemberKey) { $this->preferredMemberKey = $preferredMemberKey; } /** * @return Google_Service_CloudIdentity_EntityKey[] */ public function getPreferredMemberKey() { return $this->preferredMemberKey; } public function setRelationType($relationType) { $this->relationType = $relationType; } public function getRelationType() { return $this->relationType; } /** * @param Google_Service_CloudIdentity_TransitiveMembershipRole[] */ public function setRoles($roles) { $this->roles = $roles; } /** * @return Google_Service_CloudIdentity_TransitiveMembershipRole[] */ public function getRoles() { return $this->roles; } } PK0 Ze⭾DDbvendor/google/apiclient-services/src/Google/Service/CloudIdentity/ModifyMembershipRolesRequest.phpnu[addRoles = $addRoles; } /** * @return Google_Service_CloudIdentity_MembershipRole[] */ public function getAddRoles() { return $this->addRoles; } public function setRemoveRoles($removeRoles) { $this->removeRoles = $removeRoles; } public function getRemoveRoles() { return $this->removeRoles; } /** * @param Google_Service_CloudIdentity_UpdateMembershipRolesParams[] */ public function setUpdateRolesParams($updateRolesParams) { $this->updateRolesParams = $updateRolesParams; } /** * @return Google_Service_CloudIdentity_UpdateMembershipRolesParams[] */ public function getUpdateRolesParams() { return $this->updateRolesParams; } } PK0 Zf::^vendor/google/apiclient-services/src/Google/Service/CloudIdentity/TransitiveMembershipRole.phpnu[role = $role; } public function getRole() { return $this->role; } } PK0 Zr?~vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse.phpnu[device = $device; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device */ public function getDevice() { return $this->device; } } PK0 Z^ qvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ClientState.phpnu[assetTags = $assetTags; } public function getAssetTags() { return $this->assetTags; } public function setComplianceState($complianceState) { $this->complianceState = $complianceState; } public function getComplianceState() { return $this->complianceState; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustomId($customId) { $this->customId = $customId; } public function getCustomId() { return $this->customId; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setHealthScore($healthScore) { $this->healthScore = $healthScore; } public function getHealthScore() { return $this->healthScore; } /** * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1CustomAttributeValue[] */ public function setKeyValuePairs($keyValuePairs) { $this->keyValuePairs = $keyValuePairs; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1CustomAttributeValue[] */ public function getKeyValuePairs() { return $this->keyValuePairs; } public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } public function getLastUpdateTime() { return $this->lastUpdateTime; } public function setManaged($managed) { $this->managed = $managed; } public function getManaged() { return $this->managed; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwnerType($ownerType) { $this->ownerType = $ownerType; } public function getOwnerType() { return $this->ownerType; } public function setScoreReason($scoreReason) { $this->scoreReason = $scoreReason; } public function getScoreReason() { return $this->scoreReason; } } PK0 Z؟oowvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1WipeDeviceRequest.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } } PK0 Z eeivendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchTransitiveMembershipsResponse.phpnu[memberships = $memberships; } /** * @return Google_Service_CloudIdentity_MemberRelation[] */ public function getMemberships() { return $this->memberships; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZUDXvendor/google/apiclient-services/src/Google/Service/CloudIdentity/DynamicGroupStatus.phpnu[status = $status; } public function getStatus() { return $this->status; } public function setStatusTime($statusTime) { $this->statusTime = $statusTime; } public function getStatusTime() { return $this->statusTime; } } PK0 Z hZvendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchGroupsResponse.phpnu[groups = $groups; } /** * @return Google_Service_CloudIdentity_Group[] */ public function getGroups() { return $this->groups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z]Wn]vendor/google/apiclient-services/src/Google/Service/CloudIdentity/MembershipAdjacencyList.phpnu[edges = $edges; } /** * @return Google_Service_CloudIdentity_Membership[] */ public function getEdges() { return $this->edges; } public function setGroup($group) { $this->group = $group; } public function getGroup() { return $this->group; } } PK0 ZNѵ  Xvendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListGroupsResponse.phpnu[groups = $groups; } /** * @return Google_Service_CloudIdentity_Group[] */ public function getGroups() { return $this->groups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z7p:Svendor/google/apiclient-services/src/Google/Service/CloudIdentity/GroupRelation.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGroup($group) { $this->group = $group; } public function getGroup() { return $this->group; } /** * @param Google_Service_CloudIdentity_EntityKey */ public function setGroupKey(Google_Service_CloudIdentity_EntityKey $groupKey) { $this->groupKey = $groupKey; } /** * @return Google_Service_CloudIdentity_EntityKey */ public function getGroupKey() { return $this->groupKey; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setRelationType($relationType) { $this->relationType = $relationType; } public function getRelationType() { return $this->relationType; } /** * @param Google_Service_CloudIdentity_TransitiveMembershipRole[] */ public function setRoles($roles) { $this->roles = $roles; } /** * @return Google_Service_CloudIdentity_TransitiveMembershipRole[] */ public function getRoles() { return $this->roles; } } PK0 Z)tt|vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } } PK0 ZI|;]]dvendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchTransitiveGroupsResponse.phpnu[memberships = $memberships; } /** * @return Google_Service_CloudIdentity_GroupRelation[] */ public function getMemberships() { return $this->memberships; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z*YQ4zvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CustomAttributeValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setNumberValue($numberValue) { $this->numberValue = $numberValue; } public function getNumberValue() { return $this->numberValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK0 Z%$wvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1AndroidAttributes.phpnu[enabledUnknownSources = $enabledUnknownSources; } public function getEnabledUnknownSources() { return $this->enabledUnknownSources; } public function setOwnerProfileAccount($ownerProfileAccount) { $this->ownerProfileAccount = $ownerProfileAccount; } public function getOwnerProfileAccount() { return $this->ownerProfileAccount; } public function setOwnershipPrivilege($ownershipPrivilege) { $this->ownershipPrivilege = $ownershipPrivilege; } public function getOwnershipPrivilege() { return $this->ownershipPrivilege; } public function setSupportsWorkProfile($supportsWorkProfile) { $this->supportsWorkProfile = $supportsWorkProfile; } public function getSupportsWorkProfile() { return $this->supportsWorkProfile; } } PK0 Z(חmvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/DevicesDeviceUsersClientStates.phpnu[ * $cloudidentityService = new Google_Service_CloudIdentity(...); * $clientStates = $cloudidentityService->clientStates; * */ class Google_Service_CloudIdentity_Resource_DevicesDeviceUsersClientStates extends Google_Service_Resource { /** * Gets the client state for the device user (clientStates.get) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the ClientState * in format: * `devices/{device_id}/deviceUsers/{device_user_id}/clientStates/{partner_id}`, * where `device_id` is the unique ID assigned to the Device, `device_user_id` * is the unique ID assigned to the User and `partner_id` identifies the partner * storing the data. To get the client state for devices belonging to your own * organization, the `partnerId` is in the format: `customerId-*anystring*`. * Where the `customerId` is your organization's customer ID and `anystring` is * any suffix. This suffix is used in setting up Custom Access Levels in * Context-Aware Access. You may use `my_customer` instead of the customer ID * for devices managed by your own organization. You may specify `-` in place of * the `{device_id}`, so the ClientState resource name can be: * `devices/-/deviceUsers/{device_user_resource_id}/clientStates/{partner_id}`. * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ClientState */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ClientState"); } /** * Lists the client states for the given search query. * (clientStates.listDevicesDeviceUsersClientStates) * * @param string $parent Required. To list all ClientStates, set this to * "devices/-/deviceUsers/-". To list all ClientStates owned by a DeviceUser, * set this to the resource name of the DeviceUser. Format: * devices/{device}/deviceUsers/{deviceUser} * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @opt_param string filter Optional. Additional restrictions when fetching list * of client states. * @opt_param string orderBy Optional. Order specification for client states in * the response. * @opt_param string pageToken Optional. A page token, received from a previous * `ListClientStates` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListClientStates` must match * the call that provided the page token. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListClientStatesResponse */ public function listDevicesDeviceUsersClientStates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListClientStatesResponse"); } /** * Updates the client state for the device user **Note**: This method is * available only to customers who have one of the following SKUs: Enterprise * Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity * Premium (clientStates.patch) * * @param string $name Output only. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the ClientState * in format: * `devices/{device_id}/deviceUsers/{device_user_id}/clientState/{partner_id}`, * where partner_id corresponds to the partner storing the data. For partners * belonging to the "BeyondCorp Alliance", this is the partner ID specified to * you by Google. For all other callers, this is a string of the form: * `{customer_id}-suffix`, where `customer_id` is your customer ID. The *suffix* * is any string the caller specifies. This string will be displayed verbatim in * the administration console. This suffix is used in setting up Custom Access * Levels in Context-Aware Access. Your organization's customer ID can be * obtained from the URL: `GET * https://www.googleapis.com/admin/directory/v1/customers/my_customer` The `id` * field in the response contains the customer ID starting with the letter 'C'. * The customer ID to be used in this API is the string after the letter 'C' * (not including 'C') * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ClientState $postBody * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @opt_param string updateMask Optional. Comma-separated list of fully * qualified names of fields to be updated. If not specified, all updatable * fields in ClientState are updated. * @return Google_Service_CloudIdentity_Operation */ public function patch($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ClientState $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudIdentity_Operation"); } } PK0 Z,11avendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/DevicesDeviceUsers.phpnu[ * $cloudidentityService = new Google_Service_CloudIdentity(...); * $deviceUsers = $cloudidentityService->deviceUsers; * */ class Google_Service_CloudIdentity_Resource_DevicesDeviceUsers extends Google_Service_Resource { /** * Approves device to access user data. (deviceUsers.approve) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function approve($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('approve', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Blocks device from accessing user data (deviceUsers.block) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function block($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('block', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Cancels an unfinished user account wipe. This operation can be used to cancel * device wipe in the gap between the wipe operation returning success and the * device being wiped. (deviceUsers.cancelWipe) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function cancelWipe($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancelWipe', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Deletes the specified DeviceUser. This also revokes the user's access to * device data. (deviceUsers.delete) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @return Google_Service_CloudIdentity_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Retrieves the specified DeviceUser (deviceUsers.get) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser"); } /** * Lists/Searches DeviceUsers. (deviceUsers.listDevicesDeviceUsers) * * @param string $parent Required. To list all DeviceUsers, set this to * "devices/-". To list all DeviceUsers owned by a device, set this to the * resource name of the device. Format: devices/{device} * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @opt_param string filter Optional. Additional restrictions when fetching list * of devices. For a list of search fields, refer to [Mobile device search * fields](https://developers.google.com/admin-sdk/directory/v1/search- * operators). Multiple search fields are separated by the space character. * @opt_param string orderBy Optional. Order specification for devices in the * response. * @opt_param int pageSize Optional. The maximum number of DeviceUsers to * return. If unspecified, at most 5 DeviceUsers will be returned. The maximum * value is 20; values above 20 will be coerced to 20. * @opt_param string pageToken Optional. A page token, received from a previous * `ListDeviceUsers` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListBooks` must match the call * that provided the page token. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse */ public function listDevicesDeviceUsers($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse"); } /** * Looks up resource names of the DeviceUsers associated with the caller's * credentials, as well as the properties provided in the request. This method * must be called with end-user credentials with the scope: * https://www.googleapis.com/auth/cloud-identity.devices.lookup If multiple * properties are provided, only DeviceUsers having all of these properties are * considered as matches - i.e. the query behaves like an AND. Different * platforms require different amounts of information from the caller to ensure * that the DeviceUser is uniquely identified. - iOS: No properties need to be * passed, the caller's credentials are sufficient to identify the corresponding * DeviceUser. - Android: Specifying the 'android_id' field is required. - * Desktop: Specifying the 'raw_resource_id' field is required. * (deviceUsers.lookup) * * @param string $parent Must be set to "devices/-/deviceUsers" to search across * all DeviceUser belonging to the user. * @param array $optParams Optional parameters. * * @opt_param string androidId Android Id returned by [Settings.Secure#ANDROID_I * D](https://developer.android.com/reference/android/provider/Settings.Secure.h * tml#ANDROID_ID). * @opt_param int pageSize The maximum number of DeviceUsers to return. If * unspecified, at most 20 DeviceUsers will be returned. The maximum value is * 20; values above 20 will be coerced to 20. * @opt_param string pageToken A page token, received from a previous * `LookupDeviceUsers` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `LookupDeviceUsers` must match * the call that provided the page token. * @opt_param string rawResourceId Raw Resource Id used by Google Endpoint * Verification. If the user is enrolled into Google Endpoint Verification, this * id will be saved as the 'device_resource_id' field in the following platform * dependent files. Mac: ~/.secureConnect/context_aware_config.json Windows: * C:\Users\%USERPROFILE%\.secureConnect\context_aware_config.json Linux: * ~/.secureConnect/context_aware_config.json * @opt_param string userId The user whose DeviceUser's resource name will be * fetched. Must be set to 'me' to fetch the DeviceUser's resource name for the * calling user. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse */ public function lookup($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('lookup', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse"); } /** * Wipes the user's account on a device. Other data on the device that is not * associated with the user's work account is not affected. For example, if a * Gmail app is installed on a device that is used for personal and work * purposes, and the user is logged in to the Gmail app with their personal * account as well as their work account, wiping the "deviceUser" by their work * administrator will not affect their personal account within Gmail or other * apps such as Photos. (deviceUsers.wipe) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function wipe($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('wipe', array($params), "Google_Service_CloudIdentity_Operation"); } } PK0 Z{vM55`vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.phpnu[ * $cloudidentityService = new Google_Service_CloudIdentity(...); * $memberships = $cloudidentityService->memberships; * */ class Google_Service_CloudIdentity_Resource_GroupsMemberships extends Google_Service_Resource { /** * Check a potential member for membership in a group. **Note:** This feature is * only available to Google Workspace Enterprise Standard, Enterprise Plus, and * Enterprise for Education; and Cloud Identity Premium accounts. If the account * of the member is not one of these, a 403 (PERMISSION_DENIED) HTTP status code * will be returned. A member has membership to a group as long as there is a * single viewable transitive membership between the group and the member. The * actor must have view permissions to at least one transitive membership * between the member and group. (memberships.checkTransitiveMembership) * * @param string $parent [Resource * name](https://cloud.google.com/apis/design/resource_names) of the group to * check the transitive membership in. Format: `groups/{group_id}`, where * `group_id` is the unique id assigned to the Group to which the Membership * belongs to. * @param array $optParams Optional parameters. * * @opt_param string query Required. A CEL expression that MUST include member * specification. This is a `required` field. Certain groups are uniquely * identified by both a 'member_key_id' and a 'member_key_namespace', which * requires an additional query input: 'member_key_namespace'. Example query: * `member_key_id == 'member_key_id_value'` * @return Google_Service_CloudIdentity_CheckTransitiveMembershipResponse */ public function checkTransitiveMembership($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('checkTransitiveMembership', array($params), "Google_Service_CloudIdentity_CheckTransitiveMembershipResponse"); } /** * Creates a `Membership`. (memberships.create) * * @param string $parent Required. The parent `Group` resource under which to * create the `Membership`. Must be of the form `groups/{group_id}`. * @param Google_Service_CloudIdentity_Membership $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function create($parent, Google_Service_CloudIdentity_Membership $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Deletes a `Membership`. (memberships.delete) * * @param string $name Required. The [resource * name](https://cloud.google.com/apis/design/resource_names) of the * `Membership` to delete. Must be of the form * `groups/{group_id}/memberships/{membership_id}` * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Retrieves a `Membership`. (memberships.get) * * @param string $name Required. The [resource * name](https://cloud.google.com/apis/design/resource_names) of the * `Membership` to retrieve. Must be of the form * `groups/{group_id}/memberships/{membership_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Membership */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIdentity_Membership"); } /** * Get a membership graph of just a member or both a member and a group. * **Note:** This feature is only available to Google Workspace Enterprise * Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity * Premium accounts. If the account of the member is not one of these, a 403 * (PERMISSION_DENIED) HTTP status code will be returned. Given a member, the * response will contain all membership paths from the member. Given both a * group and a member, the response will contain all membership paths between * the group and the member. (memberships.getMembershipGraph) * * @param string $parent Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the group to * search transitive memberships in. Format: `groups/{group_id}`, where * `group_id` is the unique ID assigned to the Group to which the Membership * belongs to. group_id can be a wildcard collection id "-". When a group_id is * specified, the membership graph will be constrained to paths between the * member (defined in the query) and the parent. If a wildcard collection is * provided, all membership paths connected to the member will be returned. * @param array $optParams Optional parameters. * * @opt_param string query Required. A CEL expression that MUST include member * specification AND label(s). Certain groups are uniquely identified by both a * 'member_key_id' and a 'member_key_namespace', which requires an additional * query input: 'member_key_namespace'. Example query: `member_key_id == * 'member_key_id_value' && in labels` * @return Google_Service_CloudIdentity_Operation */ public function getMembershipGraph($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getMembershipGraph', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Lists the `Membership`s within a `Group`. (memberships.listGroupsMemberships) * * @param string $parent Required. The parent `Group` resource under which to * lookup the `Membership` name. Must be of the form `groups/{group_id}`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return. Note that * the number of results returned may be less than this value even if there are * more available results. To fetch all results, clients must continue calling * this method repeatedly until the response no longer contains a * `next_page_token`. If unspecified, defaults to 200 for `GroupView.BASIC` and * to 50 for `GroupView.FULL`. Must not be greater than 1000 for * `GroupView.BASIC` or 500 for `GroupView.FULL`. * @opt_param string pageToken The `next_page_token` value returned from a * previous search request, if any. * @opt_param string view The level of detail to be returned. If unspecified, * defaults to `View.BASIC`. * @return Google_Service_CloudIdentity_ListMembershipsResponse */ public function listGroupsMemberships($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIdentity_ListMembershipsResponse"); } /** * Looks up the [resource * name](https://cloud.google.com/apis/design/resource_names) of a `Membership` * by its `EntityKey`. (memberships.lookup) * * @param string $parent Required. The parent `Group` resource under which to * lookup the `Membership` name. Must be of the form `groups/{group_id}`. * @param array $optParams Optional parameters. * * @opt_param string memberKey.id The ID of the entity. For Google-managed * entities, the `id` should be the email address of an existing group or user. * For external-identity-mapped entities, the `id` must be a string conforming * to the Identity Source's requirements. Must be unique within a `namespace`. * @opt_param string memberKey.namespace The namespace in which the entity * exists. If not specified, the `EntityKey` represents a Google-managed entity * such as a Google user or a Google Group. If specified, the `EntityKey` * represents an external-identity-mapped group. The namespace must correspond * to an identity source created in Admin Console and must be in the form of * `identitysources/{identity_source_id}. * @return Google_Service_CloudIdentity_LookupMembershipNameResponse */ public function lookup($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('lookup', array($params), "Google_Service_CloudIdentity_LookupMembershipNameResponse"); } /** * Modifies the `MembershipRole`s of a `Membership`. * (memberships.modifyMembershipRoles) * * @param string $name Required. The [resource * name](https://cloud.google.com/apis/design/resource_names) of the * `Membership` whose roles are to be modified. Must be of the form * `groups/{group_id}/memberships/{membership_id}`. * @param Google_Service_CloudIdentity_ModifyMembershipRolesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_ModifyMembershipRolesResponse */ public function modifyMembershipRoles($name, Google_Service_CloudIdentity_ModifyMembershipRolesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyMembershipRoles', array($params), "Google_Service_CloudIdentity_ModifyMembershipRolesResponse"); } /** * Search transitive groups of a member. **Note:** This feature is only * available to Google Workspace Enterprise Standard, Enterprise Plus, and * Enterprise for Education; and Cloud Identity Premium accounts. If the account * of the member is not one of these, a 403 (PERMISSION_DENIED) HTTP status code * will be returned. A transitive group is any group that has a direct or * indirect membership to the member. Actor must have view permissions all * transitive groups. (memberships.searchTransitiveGroups) * * @param string $parent [Resource * name](https://cloud.google.com/apis/design/resource_names) of the group to * search transitive memberships in. Format: `groups/{group_id}`, where * `group_id` is always '-' as this API will search across all groups for a * given member. * @param array $optParams Optional parameters. * * @opt_param int pageSize The default page size is 200 (max 1000). * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @opt_param string query Required. A CEL expression that MUST include member * specification AND label(s). This is a `required` field. Users can search on * label attributes of groups. CONTAINS match ('in') is supported on labels. * Certain groups are uniquely identified by both a 'member_key_id' and a * 'member_key_namespace', which requires an additional query input: * 'member_key_namespace'. Example query: `member_key_id == * 'member_key_id_value' && in labels` * @return Google_Service_CloudIdentity_SearchTransitiveGroupsResponse */ public function searchTransitiveGroups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('searchTransitiveGroups', array($params), "Google_Service_CloudIdentity_SearchTransitiveGroupsResponse"); } /** * Search transitive memberships of a group. **Note:** This feature is only * available to Google Workspace Enterprise Standard, Enterprise Plus, and * Enterprise for Education; and Cloud Identity Premium accounts. If the account * of the group is not one of these, a 403 (PERMISSION_DENIED) HTTP status code * will be returned. A transitive membership is any direct or indirect * membership of a group. Actor must have view permissions to all transitive * memberships. (memberships.searchTransitiveMemberships) * * @param string $parent [Resource * name](https://cloud.google.com/apis/design/resource_names) of the group to * search transitive memberships in. Format: `groups/{group_id}`, where * `group_id` is the unique ID assigned to the Group. * @param array $optParams Optional parameters. * * @opt_param int pageSize The default page size is 200 (max 1000). * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @return Google_Service_CloudIdentity_SearchTransitiveMembershipsResponse */ public function searchTransitiveMemberships($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('searchTransitiveMemberships', array($params), "Google_Service_CloudIdentity_SearchTransitiveMembershipsResponse"); } } PK0 ZMUGGUvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.phpnu[ * $cloudidentityService = new Google_Service_CloudIdentity(...); * $groups = $cloudidentityService->groups; * */ class Google_Service_CloudIdentity_Resource_Groups extends Google_Service_Resource { /** * Creates a Group. (groups.create) * * @param Google_Service_CloudIdentity_Group $postBody * @param array $optParams Optional parameters. * * @opt_param string initialGroupConfig Optional. The initial configuration * option for the `Group`. * @return Google_Service_CloudIdentity_Operation */ public function create(Google_Service_CloudIdentity_Group $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Deletes a `Group`. (groups.delete) * * @param string $name Required. The [resource * name](https://cloud.google.com/apis/design/resource_names) of the `Group` to * retrieve. Must be of the form `groups/{group_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Retrieves a `Group`. (groups.get) * * @param string $name Required. The [resource * name](https://cloud.google.com/apis/design/resource_names) of the `Group` to * retrieve. Must be of the form `groups/{group_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Group */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIdentity_Group"); } /** * Lists the `Group`s under a customer or namespace. (groups.listGroups) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return. Note that * the number of results returned may be less than this value even if there are * more available results. To fetch all results, clients must continue calling * this method repeatedly until the response no longer contains a * `next_page_token`. If unspecified, defaults to 200 for `View.BASIC` and to 50 * for `View.FULL`. Must not be greater than 1000 for `View.BASIC` or 500 for * `View.FULL`. * @opt_param string pageToken The `next_page_token` value returned from a * previous list request, if any. * @opt_param string parent Required. The parent resource under which to list * all `Group`s. Must be of the form `identitysources/{identity_source_id}` for * external- identity-mapped groups or `customers/{customer_id}` for Google * Groups. * @opt_param string view The level of detail to be returned. If unspecified, * defaults to `View.BASIC`. * @return Google_Service_CloudIdentity_ListGroupsResponse */ public function listGroups($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIdentity_ListGroupsResponse"); } /** * Looks up the [resource * name](https://cloud.google.com/apis/design/resource_names) of a `Group` by * its `EntityKey`. (groups.lookup) * * @param array $optParams Optional parameters. * * @opt_param string groupKey.id The ID of the entity. For Google-managed * entities, the `id` should be the email address of an existing group or user. * For external-identity-mapped entities, the `id` must be a string conforming * to the Identity Source's requirements. Must be unique within a `namespace`. * @opt_param string groupKey.namespace The namespace in which the entity * exists. If not specified, the `EntityKey` represents a Google-managed entity * such as a Google user or a Google Group. If specified, the `EntityKey` * represents an external-identity-mapped group. The namespace must correspond * to an identity source created in Admin Console and must be in the form of * `identitysources/{identity_source_id}. * @return Google_Service_CloudIdentity_LookupGroupNameResponse */ public function lookup($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('lookup', array($params), "Google_Service_CloudIdentity_LookupGroupNameResponse"); } /** * Updates a `Group`. (groups.patch) * * @param string $name Output only. The [resource * name](https://cloud.google.com/apis/design/resource_names) of the `Group`. * Shall be of the form `groups/{group_id}`. * @param Google_Service_CloudIdentity_Group $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The fully-qualified names of fields to * update. May only contain the following fields: `display_name`, `description`. * @return Google_Service_CloudIdentity_Operation */ public function patch($name, Google_Service_CloudIdentity_Group $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Searches for `Group`s matching a specified query. (groups.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return. Note that * the number of results returned may be less than this value even if there are * more available results. To fetch all results, clients must continue calling * this method repeatedly until the response no longer contains a * `next_page_token`. If unspecified, defaults to 200 for `GroupView.BASIC` and * 50 for `GroupView.FULL`. Must not be greater than 1000 for `GroupView.BASIC` * or 500 for `GroupView.FULL`. * @opt_param string pageToken The `next_page_token` value returned from a * previous search request, if any. * @opt_param string query Required. The search query. Must be specified in * [Common Expression Language](https://opensource.google/projects/cel). May * only contain equality operators on the parent and inclusion operators on * labels (e.g., `parent == 'customers/{customer_id}' && * 'cloudidentity.googleapis.com/groups.discussion_forum' in labels`). * @opt_param string view The level of detail to be returned. If unspecified, * defaults to `View.BASIC`. * @return Google_Service_CloudIdentity_SearchGroupsResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudIdentity_SearchGroupsResponse"); } } PK0 Zjo"o"Vvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Devices.phpnu[ * $cloudidentityService = new Google_Service_CloudIdentity(...); * $devices = $cloudidentityService->devices; * */ class Google_Service_CloudIdentity_Resource_Devices extends Google_Service_Resource { /** * Cancels an unfinished device wipe. This operation can be used to cancel * device wipe in the gap between the wipe operation returning success and the * device being wiped. This operation is possible when the device is in a * "pending wipe" state. The device enters the "pending wipe" state when a wipe * device command is issued, but has not yet been sent to the device. The cancel * wipe will fail if the wipe command has already been issued to the device. * (devices.cancelWipe) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}`, where device_id is the unique ID assigned to * the Device. * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function cancelWipe($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancelWipe', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Creates a device. Only company-owned device may be created. **Note**: This * method is available only to customers who have one of the following SKUs: * Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud * Identity Premium (devices.create) * * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device $postBody * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @return Google_Service_CloudIdentity_Operation */ public function create(Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Deletes the specified device. (devices.delete) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}`, where device_id is the unique ID assigned to * the Device. * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer. * If you're using this API for your own organization, use * `customers/my_customer` If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @return Google_Service_CloudIdentity_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIdentity_Operation"); } /** * Retrieves the specified device. (devices.get) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * the format: `devices/{device_id}`, where device_id is the unique ID assigned * to the Device. * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Customer in * the format: `customers/{customer_id}`, where customer_id is the customer to * whom the device belongs. If you're using this API for your own organization, * use `customers/my_customer`. If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device"); } /** * Lists/Searches devices. (devices.listDevices) * * @param array $optParams Optional parameters. * * @opt_param string customer Optional. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the customer in * the format: `customers/{customer_id}`, where customer_id is the customer to * whom the device belongs. If you're using this API for your own organization, * use `customers/my_customer`. If you're using this API to manage another * organization, use `customers/{customer_id}`, where customer_id is the * customer to whom the device belongs. * @opt_param string filter Optional. Additional restrictions when fetching list * of devices. For a list of search fields, refer to [Mobile device search * fields](https://developers.google.com/admin-sdk/directory/v1/search- * operators). Multiple search fields are separated by the space character. * @opt_param string orderBy Optional. Order specification for devices in the * response. Only one of the following field names may be used to specify the * order: `create_time`, `last_sync_time`, `model`, `os_version`, `device_type` * and `serial_number`. `desc` may be specified optionally at the end to specify * results to be sorted in descending order. Default order is ascending. * @opt_param int pageSize Optional. The maximum number of Devices to return. If * unspecified, at most 20 Devices will be returned. The maximum value is 100; * values above 100 will be coerced to 100. * @opt_param string pageToken Optional. A page token, received from a previous * `ListDevices` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListDevices` must match the * call that provided the page token. * @opt_param string view Optional. The view to use for the List request. * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListDevicesResponse */ public function listDevices($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListDevicesResponse"); } /** * Wipes all data on the specified device. (devices.wipe) * * @param string $name Required. [Resource * name](https://cloud.google.com/apis/design/resource_names) of the Device in * format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id * is the unique ID assigned to the Device, and device_user_id is the unique ID * assigned to the User. * @param Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1WipeDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIdentity_Operation */ public function wipe($name, Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1WipeDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('wipe', array($params), "Google_Service_CloudIdentity_Operation"); } } PK0 Z MM]vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListMembershipsResponse.phpnu[memberships = $memberships; } /** * @return Google_Service_CloudIdentity_Membership[] */ public function getMemberships() { return $this->memberships; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZC#6  vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } public function setNames($names) { $this->names = $names; } public function getNames() { return $this->names; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z5*vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse.phpnu[deviceUser = $deviceUser; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser */ public function getDeviceUser() { return $this->deviceUser; } } PK0 Zρlvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1Device.phpnu[androidSpecificAttributes = $androidSpecificAttributes; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1AndroidAttributes */ public function getAndroidSpecificAttributes() { return $this->androidSpecificAttributes; } public function setAssetTag($assetTag) { $this->assetTag = $assetTag; } public function getAssetTag() { return $this->assetTag; } public function setBasebandVersion($basebandVersion) { $this->basebandVersion = $basebandVersion; } public function getBasebandVersion() { return $this->basebandVersion; } public function setBootloaderVersion($bootloaderVersion) { $this->bootloaderVersion = $bootloaderVersion; } public function getBootloaderVersion() { return $this->bootloaderVersion; } public function setBrand($brand) { $this->brand = $brand; } public function getBrand() { return $this->brand; } public function setBuildNumber($buildNumber) { $this->buildNumber = $buildNumber; } public function getBuildNumber() { return $this->buildNumber; } public function setCompromisedState($compromisedState) { $this->compromisedState = $compromisedState; } public function getCompromisedState() { return $this->compromisedState; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setEnabledDeveloperOptions($enabledDeveloperOptions) { $this->enabledDeveloperOptions = $enabledDeveloperOptions; } public function getEnabledDeveloperOptions() { return $this->enabledDeveloperOptions; } public function setEnabledUsbDebugging($enabledUsbDebugging) { $this->enabledUsbDebugging = $enabledUsbDebugging; } public function getEnabledUsbDebugging() { return $this->enabledUsbDebugging; } public function setEncryptionState($encryptionState) { $this->encryptionState = $encryptionState; } public function getEncryptionState() { return $this->encryptionState; } public function setImei($imei) { $this->imei = $imei; } public function getImei() { return $this->imei; } public function setKernelVersion($kernelVersion) { $this->kernelVersion = $kernelVersion; } public function getKernelVersion() { return $this->kernelVersion; } public function setLastSyncTime($lastSyncTime) { $this->lastSyncTime = $lastSyncTime; } public function getLastSyncTime() { return $this->lastSyncTime; } public function setManagementState($managementState) { $this->managementState = $managementState; } public function getManagementState() { return $this->managementState; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setMeid($meid) { $this->meid = $meid; } public function getMeid() { return $this->meid; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetworkOperator($networkOperator) { $this->networkOperator = $networkOperator; } public function getNetworkOperator() { return $this->networkOperator; } public function setOsVersion($osVersion) { $this->osVersion = $osVersion; } public function getOsVersion() { return $this->osVersion; } public function setOtherAccounts($otherAccounts) { $this->otherAccounts = $otherAccounts; } public function getOtherAccounts() { return $this->otherAccounts; } public function setOwnerType($ownerType) { $this->ownerType = $ownerType; } public function getOwnerType() { return $this->ownerType; } public function setReleaseVersion($releaseVersion) { $this->releaseVersion = $releaseVersion; } public function getReleaseVersion() { return $this->releaseVersion; } public function setSecurityPatchTime($securityPatchTime) { $this->securityPatchTime = $securityPatchTime; } public function getSecurityPatchTime() { return $this->securityPatchTime; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setWifiMacAddresses($wifiMacAddresses) { $this->wifiMacAddresses = $wifiMacAddresses; } public function getWifiMacAddresses() { return $this->wifiMacAddresses; } } PK0 ZtI I pvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1DeviceUser.phpnu[compromisedState = $compromisedState; } public function getCompromisedState() { return $this->compromisedState; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFirstSyncTime($firstSyncTime) { $this->firstSyncTime = $firstSyncTime; } public function getFirstSyncTime() { return $this->firstSyncTime; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLastSyncTime($lastSyncTime) { $this->lastSyncTime = $lastSyncTime; } public function getLastSyncTime() { return $this->lastSyncTime; } public function setManagementState($managementState) { $this->managementState = $managementState; } public function getManagementState() { return $this->managementState; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPasswordState($passwordState) { $this->passwordState = $passwordState; } public function getPasswordState() { return $this->passwordState; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } } PK0 Z|*yyvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } } PK0 Zz ikkcvendor/google/apiclient-services/src/Google/Service/CloudIdentity/ModifyMembershipRolesResponse.phpnu[membership = $membership; } /** * @return Google_Service_CloudIdentity_Membership */ public function getMembership() { return $this->membership; } } PK0 Z@ss{vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } } PK0 Zr {XXRvendor/google/apiclient-services/src/Google/Service/CloudIdentity/ExpiryDetail.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } } PK0 ZS Gxvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1WipeDeviceResponse.phpnu[device = $device; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device */ public function getDevice() { return $this->device; } } PK0 ZΔOvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudIdentity_Status */ public function setError(Google_Service_CloudIdentity_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudIdentity_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK0 Z1QLvendor/google/apiclient-services/src/Google/Service/CloudIdentity/Status.phpnu[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; } } PK0 Z]((Zvendor/google/apiclient-services/src/Google/Service/CloudIdentity/DynamicGroupMetadata.phpnu[queries = $queries; } /** * @return Google_Service_CloudIdentity_DynamicGroupQuery[] */ public function getQueries() { return $this->queries; } /** * @param Google_Service_CloudIdentity_DynamicGroupStatus */ public function setStatus(Google_Service_CloudIdentity_DynamicGroupStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudIdentity_DynamicGroupStatus */ public function getStatus() { return $this->status; } } PK0 ZLGgvendor/google/apiclient-services/src/Google/Service/CloudIdentity/CheckTransitiveMembershipResponse.phpnu[hasMembership = $hasMembership; } public function getHasMembership() { return $this->hasMembership; } } PK0 ZV~vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ListClientStatesResponse.phpnu[clientStates = $clientStates; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ClientState[] */ public function getClientStates() { return $this->clientStates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Zvv~vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } } PK0 ZqgOvendor/google/apiclient-services/src/Google/Service/CloudIdentity/EntityKey.phpnu[id = $id; } public function getId() { return $this->id; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } } PK0 ZF}vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse.phpnu[deviceUser = $deviceUser; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser */ public function getDeviceUser() { return $this->deviceUser; } } PK0 ZAexpiryDetail = $expiryDetail; } /** * @return Google_Service_CloudIdentity_ExpiryDetail */ public function getExpiryDetail() { return $this->expiryDetail; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 Zuu}vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest.phpnu[customer = $customer; } public function getCustomer() { return $this->customer; } } PK0 Z^:I|vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse.phpnu[deviceUser = $deviceUser; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser */ public function getDeviceUser() { return $this->deviceUser; } } PK0 Z|wYJJavendor/google/apiclient-services/src/Google/Service/CloudIdentity/UpdateMembershipRolesParams.phpnu[fieldMask = $fieldMask; } public function getFieldMask() { return $this->fieldMask; } /** * @param Google_Service_CloudIdentity_MembershipRole */ public function setMembershipRole(Google_Service_CloudIdentity_MembershipRole $membershipRole) { $this->membershipRole = $membershipRole; } /** * @return Google_Service_CloudIdentity_MembershipRole */ public function getMembershipRole() { return $this->membershipRole; } } PK0 Z+Dyvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ListDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZryWvendor/google/apiclient-services/src/Google/Service/CloudIdentity/DynamicGroupQuery.phpnu[query = $query; } public function getQuery() { return $this->query; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK0 Z6[AAIvendor/google/apiclient-services/src/Google/Service/AndroidManagement.phpnu[ * The Android Management API provides remote enterprise management of Android * devices and apps.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AndroidManagement extends Google_Service { /** Manage Android devices and apps for your customers. */ const ANDROIDMANAGEMENT = "https://www.googleapis.com/auth/androidmanagement"; public $enterprises; public $enterprises_applications; public $enterprises_devices; public $enterprises_devices_operations; public $enterprises_enrollmentTokens; public $enterprises_policies; public $enterprises_webApps; public $enterprises_webTokens; public $signupUrls; /** * Constructs the internal representation of the AndroidManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://androidmanagement.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'androidmanagement'; $this->enterprises = new Google_Service_AndroidManagement_Resource_Enterprises( $this, $this->serviceName, 'enterprises', array( 'methods' => array( 'create' => array( 'path' => 'v1/enterprises', 'httpMethod' => 'POST', 'parameters' => array( 'agreementAccepted' => array( 'location' => 'query', 'type' => 'boolean', ), 'enterpriseToken' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'signupUrlName' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/enterprises', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), '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', ), ), ), ) ) ); $this->enterprises_applications = new Google_Service_AndroidManagement_Resource_EnterprisesApplications( $this, $this->serviceName, 'applications', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_devices = new Google_Service_AndroidManagement_Resource_EnterprisesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'wipeDataFlags' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'wipeReasonMessage' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'issueCommand' => array( 'path' => 'v1/{+name}:issueCommand', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_devices_operations = new Google_Service_AndroidManagement_Resource_EnterprisesDevicesOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_enrollmentTokens = new Google_Service_AndroidManagement_Resource_EnterprisesEnrollmentTokens( $this, $this->serviceName, 'enrollmentTokens', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/enrollmentTokens', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->enterprises_policies = new Google_Service_AndroidManagement_Resource_EnterprisesPolicies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/policies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_webApps = new Google_Service_AndroidManagement_Resource_EnterprisesWebApps( $this, $this->serviceName, 'webApps', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/webApps', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/webApps', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises_webTokens = new Google_Service_AndroidManagement_Resource_EnterprisesWebTokens( $this, $this->serviceName, 'webTokens', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/webTokens', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->signupUrls = new Google_Service_AndroidManagement_Resource_SignupUrls( $this, $this->serviceName, 'signupUrls', array( 'methods' => array( 'create' => array( 'path' => 'v1/signupUrls', 'httpMethod' => 'POST', 'parameters' => array( 'callbackUrl' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z!:GXXPvendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase.phpnu[ * The Firebase Realtime Database Management API enables programmatic * provisioning and management of Realtime Database instances.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseRealtimeDatabase extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; /** View all your Firebase data and settings. */ const FIREBASE_READONLY = "https://www.googleapis.com/auth/firebase.readonly"; public $projects_locations_instances; /** * Constructs the internal representation of the FirebaseRealtimeDatabase * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebasedatabase.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta'; $this->serviceName = 'firebasedatabase'; $this->projects_locations_instances = new Google_Service_FirebaseRealtimeDatabase_Resource_ProjectsLocationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1beta/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'databaseId' => array( 'location' => 'query', 'type' => 'string', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'disable' => array( 'path' => 'v1beta/{+name}:disable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reenable' => array( 'path' => 'v1beta/{+name}:reenable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 Z>vendor/google/apiclient-services/src/Google/Service/People.phpnu[ * Provides access to information about profiles and contacts.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_People extends Google_Service { /** Manage your contacts. */ const CONTACTS = "https://www.googleapis.com/auth/contacts"; /** View your contacts. */ const CONTACTS_READONLY = "https://www.googleapis.com/auth/contacts.readonly"; /** Know the list of people in your circles, your age range, and language. */ const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"; /** View your street addresses. */ const USER_ADDRESSES_READ = "https://www.googleapis.com/auth/user.addresses.read"; /** View your complete date of birth. */ const USER_BIRTHDAY_READ = "https://www.googleapis.com/auth/user.birthday.read"; /** View your email addresses. */ const USER_EMAILS_READ = "https://www.googleapis.com/auth/user.emails.read"; /** View your phone numbers. */ const USER_PHONENUMBERS_READ = "https://www.googleapis.com/auth/user.phonenumbers.read"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; /** View your basic profile info. */ const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; public $people; public $people_connections; /** * Constructs the internal representation of the People service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://people.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'people'; $this->people = new Google_Service_People_Resource_People( $this, $this->serviceName, 'people', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getBatchGet' => array( 'path' => 'v1/people:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), 'resourceNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->people_connections = new Google_Service_People_Resource_PeopleConnections( $this, $this->serviceName, 'connections', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+resourceName}/connections', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sortOrder' => array( 'location' => 'query', 'type' => 'string', ), 'requestSyncToken' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z2m|))Lvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning.phpnu[ * An API to enable creating and using machine learning models.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudMachineLearning extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects; public $projects_jobs; public $projects_models; public $projects_models_versions; public $projects_operations; /** * Constructs the internal representation of the CloudMachineLearning service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://ml.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1beta1'; $this->serviceName = 'ml'; $this->projects = new Google_Service_CloudMachineLearning_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'getConfig' => array( 'path' => 'v1beta1/{+name}:getConfig', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'predict' => array( 'path' => 'v1beta1/{+name}:predict', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_jobs = new Google_Service_CloudMachineLearning_Resource_ProjectsJobs( $this, $this->serviceName, 'jobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1beta1/{+parent}/jobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/jobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_models = new Google_Service_CloudMachineLearning_Resource_ProjectsModels( $this, $this->serviceName, 'models', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/models', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/models', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_models_versions = new Google_Service_CloudMachineLearning_Resource_ProjectsModelsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/versions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setDefault' => array( 'path' => 'v1beta1/{+name}:setDefault', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_operations = new Google_Service_CloudMachineLearning_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 ZŒIvendor/google/apiclient-services/src/Google/Service/PlayableLocations.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PlayableLocations extends Google_Service { public $v3; /** * Constructs the internal representation of the PlayableLocations service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://playablelocations.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'playablelocations'; $this->v3 = new Google_Service_PlayableLocations_Resource_V3( $this, $this->serviceName, 'v3', array( 'methods' => array( 'logImpressions' => array( 'path' => 'v3:logImpressions', 'httpMethod' => 'POST', 'parameters' => array(), ),'logPlayerReports' => array( 'path' => 'v3:logPlayerReports', 'httpMethod' => 'POST', 'parameters' => array(), ),'samplePlayableLocations' => array( 'path' => 'v3:samplePlayableLocations', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK0 Zr˅Avendor/google/apiclient-services/src/Google/Service/Licensing.phpnu[ * The Google Enterprise License Manager API's allows you to license apps for * all the users of a domain managed by you.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Licensing extends Google_Service { /** View and manage G Suite licenses for your domain. */ const APPS_LICENSING = "https://www.googleapis.com/auth/apps.licensing"; public $licenseAssignments; /** * Constructs the internal representation of the Licensing service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://licensing.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'licensing'; $this->licenseAssignments = new Google_Service_Licensing_Resource_LicenseAssignments( $this, $this->serviceName, 'licenseAssignments', array( 'methods' => array( 'delete' => array( 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skuId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skuId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user', 'httpMethod' => 'POST', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skuId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'listForProduct' => array( 'path' => 'apps/licensing/v1/product/{productId}/users', 'httpMethod' => 'GET', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listForProductAndSku' => array( 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/users', 'httpMethod' => 'GET', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skuId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skuId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}', 'httpMethod' => 'PUT', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skuId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 ZjDjjkvendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Z.NN]vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.phpnu[devices = $devices; } public function getDevices() { return $this->devices; } } PK0 ZBUmm\vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.phpnu[devices = $devices; } /** * @return Google_Service_HomeGraphService_AgentDeviceId[] */ public function getDevices() { return $this->devices; } } PK0 Z zzZvendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.phpnu[payload = $payload; } /** * @return Google_Service_HomeGraphService_QueryRequestPayload */ public function getPayload() { return $this->payload; } } PK0 Z}[vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.phpnu[agentId = $agentId; } public function getAgentId() { return $this->agentId; } public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } } PK0 ZSVTvendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.phpnu[agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Z¯~Tvendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.phpnu[defaultNames = $defaultNames; } public function getDefaultNames() { return $this->defaultNames; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNicknames($nicknames) { $this->nicknames = $nicknames; } public function getNicknames() { return $this->nicknames; } } PK0 ZO&I\vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.phpnu[agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } /** * @param Google_Service_HomeGraphService_Device[] */ public function setDevices($devices) { $this->devices = $devices; } /** * @return Google_Service_HomeGraphService_Device[] */ public function getDevices() { return $this->devices; } } PK0 Z'2  ivendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.phpnu[notifications = $notifications; } public function getNotifications() { return $this->notifications; } public function setStates($states) { $this->states = $states; } public function getStates() { return $this->states; } } PK0 ZMwbvendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.phpnu[agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } public function setAsync($async) { $this->async = $async; } public function getAsync() { return $this->async; } } PK0 Z&cvendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.phpnu[devices = $devices; } /** * @return Google_Service_HomeGraphService_ReportStateAndNotificationDevice */ public function getDevices() { return $this->devices; } } PK0 Z1bvendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestLinkRequestPayload.phpnu[detectionTime = $detectionTime; } public function getDetectionTime() { return $this->detectionTime; } public function setPotentialCastDeviceIds($potentialCastDeviceIds) { $this->potentialCastDeviceIds = $potentialCastDeviceIds; } public function getPotentialCastDeviceIds() { return $this->potentialCastDeviceIds; } } PK0 Z ˭Yvendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.phpnu[ * $homegraphService = new Google_Service_HomeGraphService(...); * $devices = $homegraphService->devices; * */ class Google_Service_HomeGraphService_Resource_Devices extends Google_Service_Resource { /** * Gets the current states in Home Graph for the given set of the third-party * user's devices. The third-party user's identity is passed in via the * `agent_user_id` (see QueryRequest). This request must be authorized using * service account credentials from your Actions console project. * (devices.query) * * @param Google_Service_HomeGraphService_QueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_HomeGraphService_QueryResponse */ public function query(Google_Service_HomeGraphService_QueryRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_HomeGraphService_QueryResponse"); } /** * Reports device state and optionally sends device notifications. Called by * your smart home Action when the state of a third-party device changes or you * need to send a notification about the device. See [Implement Report * State](https://developers.google.com/assistant/smarthome/develop/report- * state) for more information. This method updates the device state according * to its declared * [traits](https://developers.google.com/assistant/smarthome/concepts/devices- * traits). Publishing a new state value outside of these traits will result in * an `INVALID_ARGUMENT` error response. The third-party user's identity is * passed in via the `agent_user_id` (see ReportStateAndNotificationRequest). * This request must be authorized using service account credentials from your * Actions console project. (devices.reportStateAndNotification) * * @param Google_Service_HomeGraphService_ReportStateAndNotificationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_HomeGraphService_ReportStateAndNotificationResponse */ public function reportStateAndNotification(Google_Service_HomeGraphService_ReportStateAndNotificationRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reportStateAndNotification', array($params), "Google_Service_HomeGraphService_ReportStateAndNotificationResponse"); } /** * Sends an account linking suggestion to users associated with any potential * Cast devices detected by third-party devices. This request must be authorized * using service account credentials from your Actions console project. * (devices.requestLink) * * @param Google_Service_HomeGraphService_RequestLinkRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_HomeGraphService_HomegraphEmpty */ public function requestLink(Google_Service_HomeGraphService_RequestLinkRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('requestLink', array($params), "Google_Service_HomeGraphService_HomegraphEmpty"); } /** * Requests Google to send an `action.devices.SYNC` [intent](https://developers. * google.com/assistant/smarthome/reference/intent/sync) to your smart home * Action to update device metadata for the given user. The third-party user's * identity is passed via the `agent_user_id` (see RequestSyncDevicesRequest). * This request must be authorized using service account credentials from your * Actions console project. (devices.requestSync) * * @param Google_Service_HomeGraphService_RequestSyncDevicesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_HomeGraphService_RequestSyncDevicesResponse */ public function requestSync(Google_Service_HomeGraphService_RequestSyncDevicesRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('requestSync', array($params), "Google_Service_HomeGraphService_RequestSyncDevicesResponse"); } /** * Gets all the devices associated with the given third-party user. The third- * party user's identity is passed in via the `agent_user_id` (see SyncRequest). * This request must be authorized using service account credentials from your * Actions console project. (devices.sync) * * @param Google_Service_HomeGraphService_SyncRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_HomeGraphService_SyncResponse */ public function sync(Google_Service_HomeGraphService_SyncRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sync', array($params), "Google_Service_HomeGraphService_SyncResponse"); } } PK0 Z4"\vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/AgentUsers.phpnu[ * $homegraphService = new Google_Service_HomeGraphService(...); * $agentUsers = $homegraphService->agentUsers; * */ class Google_Service_HomeGraphService_Resource_AgentUsers extends Google_Service_Resource { /** * Unlinks the given third-party user from your smart home Action. All data * related to this user will be deleted. For more details on how users link * their accounts, see [fulfillment and * authentication](https://developers.google.com/assistant/smarthome/concepts * /fulfillment-authentication). The third-party user's identity is passed in * via the `agent_user_id` (see DeleteAgentUserRequest). This request must be * authorized using service account credentials from your Actions console * project. (agentUsers.delete) * * @param string $agentUserId Required. Third-party user ID. * @param array $optParams Optional parameters. * * @opt_param string requestId Request ID used for debugging. * @return Google_Service_HomeGraphService_HomegraphEmpty */ public function delete($agentUserId, $optParams = array()) { $params = array('agentUserId' => $agentUserId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_HomeGraphService_HomegraphEmpty"); } } PK0 Zeފjvendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.phpnu[agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } public function setFollowUpToken($followUpToken) { $this->followUpToken = $followUpToken; } public function getFollowUpToken() { return $this->followUpToken; } /** * @param Google_Service_HomeGraphService_StateAndNotificationPayload */ public function setPayload(Google_Service_HomeGraphService_StateAndNotificationPayload $payload) { $this->payload = $payload; } /** * @return Google_Service_HomeGraphService_StateAndNotificationPayload */ public function getPayload() { return $this->payload; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Z y99Vvendor/google/apiclient-services/src/Google/Service/HomeGraphService/NonLocalTrait.phpnu[trait = $trait; } public function getTrait() { return $this->trait; } } PK0 Z^^Svendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.phpnu[hwVersion = $hwVersion; } public function getHwVersion() { return $this->hwVersion; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setSwVersion($swVersion) { $this->swVersion = $swVersion; } public function getSwVersion() { return $this->swVersion; } } PK0 Z;(DD[vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestLinkRequest.phpnu[payload = $payload; } /** * @return Google_Service_HomeGraphService_RequestLinkRequestPayload */ public function getPayload() { return $this->payload; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Zu$$Vvendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.phpnu[id = $id; } public function getId() { return $this->id; } } PK0 Z TuuOvendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setCustomData($customData) { $this->customData = $customData; } public function getCustomData() { return $this->customData; } /** * @param Google_Service_HomeGraphService_DeviceInfo */ public function setDeviceInfo(Google_Service_HomeGraphService_DeviceInfo $deviceInfo) { $this->deviceInfo = $deviceInfo; } /** * @return Google_Service_HomeGraphService_DeviceInfo */ public function getDeviceInfo() { return $this->deviceInfo; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_HomeGraphService_DeviceNames */ public function setName(Google_Service_HomeGraphService_DeviceNames $name) { $this->name = $name; } /** * @return Google_Service_HomeGraphService_DeviceNames */ public function getName() { return $this->name; } /** * @param Google_Service_HomeGraphService_NonLocalTrait[] */ public function setNonLocalTraits($nonLocalTraits) { $this->nonLocalTraits = $nonLocalTraits; } /** * @return Google_Service_HomeGraphService_NonLocalTrait[] */ public function getNonLocalTraits() { return $this->nonLocalTraits; } public function setNotificationSupportedByAgent($notificationSupportedByAgent) { $this->notificationSupportedByAgent = $notificationSupportedByAgent; } public function getNotificationSupportedByAgent() { return $this->notificationSupportedByAgent; } /** * @param Google_Service_HomeGraphService_AgentOtherDeviceId[] */ public function setOtherDeviceIds($otherDeviceIds) { $this->otherDeviceIds = $otherDeviceIds; } /** * @return Google_Service_HomeGraphService_AgentOtherDeviceId[] */ public function getOtherDeviceIds() { return $this->otherDeviceIds; } public function setRoomHint($roomHint) { $this->roomHint = $roomHint; } public function getRoomHint() { return $this->roomHint; } public function setStructureHint($structureHint) { $this->structureHint = $structureHint; } public function getStructureHint() { return $this->structureHint; } public function setTraits($traits) { $this->traits = $traits; } public function getTraits() { return $this->traits; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWillReportState($willReportState) { $this->willReportState = $willReportState; } public function getWillReportState() { return $this->willReportState; } } PK0 ZM++Vvendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.phpnu[payload = $payload; } /** * @return Google_Service_HomeGraphService_QueryResponsePayload */ public function getPayload() { return $this->payload; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Z1%Wvendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.phpnu[payload = $payload; } /** * @return Google_Service_HomeGraphService_SyncResponsePayload */ public function getPayload() { return $this->payload; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Z#TUvendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequest.phpnu[agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } /** * @param Google_Service_HomeGraphService_QueryRequestInput[] */ public function setInputs($inputs) { $this->inputs = $inputs; } /** * @return Google_Service_HomeGraphService_QueryRequestInput[] */ public function getInputs() { return $this->inputs; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 Z9++Svendor/google/apiclient-services/src/Google/Service/CloudIAP/ListBrandsResponse.phpnu[brands = $brands; } /** * @return Google_Service_CloudIAP_Brand[] */ public function getBrands() { return $this->brands; } } PK0 Z1 1 Ovendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessSettings.phpnu[corsSettings = $corsSettings; } /** * @return Google_Service_CloudIAP_CorsSettings */ public function getCorsSettings() { return $this->corsSettings; } /** * @param Google_Service_CloudIAP_GcipSettings */ public function setGcipSettings(Google_Service_CloudIAP_GcipSettings $gcipSettings) { $this->gcipSettings = $gcipSettings; } /** * @return Google_Service_CloudIAP_GcipSettings */ public function getGcipSettings() { return $this->gcipSettings; } /** * @param Google_Service_CloudIAP_OAuthSettings */ public function setOauthSettings(Google_Service_CloudIAP_OAuthSettings $oauthSettings) { $this->oauthSettings = $oauthSettings; } /** * @return Google_Service_CloudIAP_OAuthSettings */ public function getOauthSettings() { return $this->oauthSettings; } /** * @param Google_Service_CloudIAP_PolicyDelegationSettings */ public function setPolicyDelegationSettings(Google_Service_CloudIAP_PolicyDelegationSettings $policyDelegationSettings) { $this->policyDelegationSettings = $policyDelegationSettings; } /** * @return Google_Service_CloudIAP_PolicyDelegationSettings */ public function getPolicyDelegationSettings() { return $this->policyDelegationSettings; } } PK0 ZwCCKvendor/google/apiclient-services/src/Google/Service/CloudIAP/PolicyName.phpnu[id = $id; } public function getId() { return $this->id; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z2Yvendor/google/apiclient-services/src/Google/Service/CloudIAP/PolicyDelegationSettings.phpnu[iamPermission = $iamPermission; } public function getIamPermission() { return $this->iamPermission; } public function setIamServiceName($iamServiceName) { $this->iamServiceName = $iamServiceName; } public function getIamServiceName() { return $this->iamServiceName; } /** * @param Google_Service_CloudIAP_PolicyName */ public function setPolicyName(Google_Service_CloudIAP_PolicyName $policyName) { $this->policyName = $policyName; } /** * @return Google_Service_CloudIAP_PolicyName */ public function getPolicyName() { return $this->policyName; } /** * @param Google_Service_CloudIAP_IapResource */ public function setResource(Google_Service_CloudIAP_IapResource $resource) { $this->resource = $resource; } /** * @return Google_Service_CloudIAP_IapResource */ public function getResource() { return $this->resource; } } PK0 ZzRRLvendor/google/apiclient-services/src/Google/Service/CloudIAP/CsmSettings.phpnu[rctokenAud = $rctokenAud; } public function getRctokenAud() { return $this->rctokenAud; } } PK0 Z~Tvendor/google/apiclient-services/src/Google/Service/CloudIAP/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudIAP_Policy */ public function getPolicy() { return $this->policy; } } PK0 ZBbhhGvendor/google/apiclient-services/src/Google/Service/CloudIAP/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_CloudIAP_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 Z^Lvendor/google/apiclient-services/src/Google/Service/CloudIAP/IapResource.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZQ9ݴHHTvendor/google/apiclient-services/src/Google/Service/CloudIAP/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_CloudIAP_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK0 Zu$ [vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK0 ZEV V Xvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/ProjectsBrands.phpnu[ * $iapService = new Google_Service_CloudIAP(...); * $brands = $iapService->brands; * */ class Google_Service_CloudIAP_Resource_ProjectsBrands extends Google_Service_Resource { /** * Constructs a new OAuth brand for the project if one does not exist. The * created brand is "internal only", meaning that OAuth clients created under it * only accept requests from users who belong to the same G Suite organization * as the project. The brand is created in an un-reviewed status. NOTE: The * "internal only" status can be manually changed in the Google Cloud console. * Requires that a brand does not already exist for the project, and that the * specified support email is owned by the caller. (brands.create) * * @param string $parent Required. GCP Project number/id under which the brand * is to be created. In the following format: projects/{project_number/id}. * @param Google_Service_CloudIAP_Brand $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_Brand */ public function create($parent, Google_Service_CloudIAP_Brand $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIAP_Brand"); } /** * Retrieves the OAuth brand of the project. (brands.get) * * @param string $name Required. Name of the brand to be fetched. In the * following format: projects/{project_number/id}/brands/{brand}. * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_Brand */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIAP_Brand"); } /** * Lists the existing brands for the project. (brands.listProjectsBrands) * * @param string $parent Required. GCP Project number/id. In the following * format: projects/{project_number/id}. * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_ListBrandsResponse */ public function listProjectsBrands($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIAP_ListBrandsResponse"); } } PK0 Z'UUqvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/ProjectsBrandsIdentityAwareProxyClients.phpnu[ * $iapService = new Google_Service_CloudIAP(...); * $identityAwareProxyClients = $iapService->identityAwareProxyClients; * */ class Google_Service_CloudIAP_Resource_ProjectsBrandsIdentityAwareProxyClients extends Google_Service_Resource { /** * Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by * IAP. Requires that the brand for the project exists and that it is set for * internal-only use. (identityAwareProxyClients.create) * * @param string $parent Required. Path to create the client in. In the * following format: projects/{project_number/id}/brands/{brand}. The project * must belong to a G Suite account. * @param Google_Service_CloudIAP_IdentityAwareProxyClient $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_IdentityAwareProxyClient */ public function create($parent, Google_Service_CloudIAP_IdentityAwareProxyClient $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudIAP_IdentityAwareProxyClient"); } /** * Deletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing * obsolete clients, managing the number of clients in a given project, and * cleaning up after tests. Requires that the client is owned by IAP. * (identityAwareProxyClients.delete) * * @param string $name Required. Name of the Identity Aware Proxy client to be * deleted. In the following format: projects/{project_number/id}/brands/{brand} * /identityAwareProxyClients/{client_id}. * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_IapEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudIAP_IapEmpty"); } /** * Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the * client is owned by IAP. (identityAwareProxyClients.get) * * @param string $name Required. Name of the Identity Aware Proxy client to be * fetched. In the following format: projects/{project_number/id}/brands/{brand} * /identityAwareProxyClients/{client_id}. * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_IdentityAwareProxyClient */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudIAP_IdentityAwareProxyClient"); } /** * Lists the existing clients for the brand. * (identityAwareProxyClients.listProjectsBrandsIdentityAwareProxyClients) * * @param string $parent Required. Full brand path. In the following format: * projects/{project_number/id}/brands/{brand}. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of clients to return. The service * may return fewer than this value. If unspecified, at most 100 clients will be * returned. The maximum value is 1000; values above 1000 will be coerced to * 1000. * @opt_param string pageToken A page token, received from a previous * `ListIdentityAwareProxyClients` call. Provide this to retrieve the subsequent * page. When paginating, all other parameters provided to * `ListIdentityAwareProxyClients` must match the call that provided the page * token. * @return Google_Service_CloudIAP_ListIdentityAwareProxyClientsResponse */ public function listProjectsBrandsIdentityAwareProxyClients($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudIAP_ListIdentityAwareProxyClientsResponse"); } /** * Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the * secret was compromised. Requires that the client is owned by IAP. * (identityAwareProxyClients.resetSecret) * * @param string $name Required. Name of the Identity Aware Proxy client to that * will have its secret reset. In the following format: projects/{project_number * /id}/brands/{brand}/identityAwareProxyClients/{client_id}. * @param Google_Service_CloudIAP_ResetIdentityAwareProxyClientSecretRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_IdentityAwareProxyClient */ public function resetSecret($name, Google_Service_CloudIAP_ResetIdentityAwareProxyClientSecretRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetSecret', array($params), "Google_Service_CloudIAP_IdentityAwareProxyClient"); } } PK0 Z3ddRvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/Projects.phpnu[ * $iapService = new Google_Service_CloudIAP(...); * $projects = $iapService->projects; * */ class Google_Service_CloudIAP_Resource_Projects extends Google_Service_Resource { } PK0 Z7[PPLvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/V1.phpnu[ * $iapService = new Google_Service_CloudIAP(...); * $v1 = $iapService->v1; * */ class Google_Service_CloudIAP_Resource_V1 extends Google_Service_Resource { /** * Gets the access control policy for an Identity-Aware Proxy protected * resource. More information about managing access via IAP can be found at: * https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api * (v1.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudIAP_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_Policy */ public function getIamPolicy($resource, Google_Service_CloudIAP_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudIAP_Policy"); } /** * Gets the IAP settings on a particular IAP protected resource. * (v1.getIapSettings) * * @param string $name Required. The resource name for which to retrieve the * settings. Authorization: Requires the `getSettings` permission for the * associated resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_IapSettings */ public function getIapSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getIapSettings', array($params), "Google_Service_CloudIAP_IapSettings"); } /** * Sets the access control policy for an Identity-Aware Proxy protected * resource. Replaces any existing policy. More information about managing * access via IAP can be found at: https://cloud.google.com/iap/docs/managing- * access#managing_access_via_the_api (v1.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudIAP_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_Policy */ public function setIamPolicy($resource, Google_Service_CloudIAP_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudIAP_Policy"); } /** * Returns permissions that a caller has on the Identity-Aware Proxy protected * resource. More information about managing access via IAP can be found at: * https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api * (v1.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudIAP_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIAP_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudIAP_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudIAP_TestIamPermissionsResponse"); } /** * Updates the IAP settings on a particular IAP protected resource. It replaces * all fields unless the `update_mask` is set. (v1.updateIapSettings) * * @param string $name Required. The resource name of the IAP protected * resource. * @param Google_Service_CloudIAP_IapSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The field mask specifying which IAP settings * should be updated. If omitted, the all of the settings are updated. See * https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_CloudIAP_IapSettings */ public function updateIapSettings($name, Google_Service_CloudIAP_IapSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateIapSettings', array($params), "Google_Service_CloudIAP_IapSettings"); } } PK0 Z7 Lvendor/google/apiclient-services/src/Google/Service/CloudIAP/IapSettings.phpnu[accessSettings = $accessSettings; } /** * @return Google_Service_CloudIAP_AccessSettings */ public function getAccessSettings() { return $this->accessSettings; } /** * @param Google_Service_CloudIAP_ApplicationSettings */ public function setApplicationSettings(Google_Service_CloudIAP_ApplicationSettings $applicationSettings) { $this->applicationSettings = $applicationSettings; } /** * @return Google_Service_CloudIAP_ApplicationSettings */ public function getApplicationSettings() { return $this->applicationSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 Z Fvendor/google/apiclient-services/src/Google/Service/CloudIAP/Brand.phpnu[applicationTitle = $applicationTitle; } public function getApplicationTitle() { return $this->applicationTitle; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrgInternalOnly($orgInternalOnly) { $this->orgInternalOnly = $orgInternalOnly; } public function getOrgInternalOnly() { return $this->orgInternalOnly; } public function setSupportEmail($supportEmail) { $this->supportEmail = $supportEmail; } public function getSupportEmail() { return $this->supportEmail; } } PK0 Zf Yvendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessDeniedPageSettings.phpnu[accessDeniedPageUri = $accessDeniedPageUri; } public function getAccessDeniedPageUri() { return $this->accessDeniedPageUri; } } PK0 Z*{BBMvendor/google/apiclient-services/src/Google/Service/CloudIAP/GcipSettings.phpnu[loginPageUri = $loginPageUri; } public function getLoginPageUri() { return $this->loginPageUri; } public function setTenantIds($tenantIds) { $this->tenantIds = $tenantIds; } public function getTenantIds() { return $this->tenantIds; } } PK0 ZD}}Mvendor/google/apiclient-services/src/Google/Service/CloudIAP/CorsSettings.phpnu[allowHttpOptions = $allowHttpOptions; } public function getAllowHttpOptions() { return $this->allowHttpOptions; } } PK0 ZqZ{{Hvendor/google/apiclient-services/src/Google/Service/CloudIAP/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudIAP_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK0 Z&}MMNvendor/google/apiclient-services/src/Google/Service/CloudIAP/OAuthSettings.phpnu[loginHint = $loginHint; } public function getLoginHint() { return $this->loginHint; } } PK0 ZIvendor/google/apiclient-services/src/Google/Service/CloudIAP/IapEmpty.phpnu[accessDeniedPageSettings = $accessDeniedPageSettings; } /** * @return Google_Service_CloudIAP_AccessDeniedPageSettings */ public function getAccessDeniedPageSettings() { return $this->accessDeniedPageSettings; } public function setCookieDomain($cookieDomain) { $this->cookieDomain = $cookieDomain; } public function getCookieDomain() { return $this->cookieDomain; } /** * @param Google_Service_CloudIAP_CsmSettings */ public function setCsmSettings(Google_Service_CloudIAP_CsmSettings $csmSettings) { $this->csmSettings = $csmSettings; } /** * @return Google_Service_CloudIAP_CsmSettings */ public function getCsmSettings() { return $this->csmSettings; } } PK0 Z}PTZvendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK0 Z!Yvendor/google/apiclient-services/src/Google/Service/CloudIAP/IdentityAwareProxyClient.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSecret($secret) { $this->secret = $secret; } public function getSecret() { return $this->secret; } } PK0 Z%kvendor/google/apiclient-services/src/Google/Service/CloudIAP/ResetIdentityAwareProxyClientSecretRequest.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK0 Z/fvendor/google/apiclient-services/src/Google/Service/CloudIAP/ListIdentityAwareProxyClientsResponse.phpnu[identityAwareProxyClients = $identityAwareProxyClients; } /** * @return Google_Service_CloudIAP_IdentityAwareProxyClient[] */ public function getIdentityAwareProxyClients() { return $this->identityAwareProxyClients; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZoIIEvendor/google/apiclient-services/src/Google/Service/CloudIAP/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 Z/f<<Svendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.phpnu[ * Enables cloud users to manage and share enterprise catalogs intheir * organizations.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudPrivateCatalogProducer extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $catalogs; public $catalogs_associations; public $catalogs_products; public $catalogs_products_icons; public $catalogs_products_versions; public $operations; /** * Constructs the internal representation of the CloudPrivateCatalogProducer * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudprivatecatalogproducer.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'cloudprivatecatalogproducer'; $this->catalogs = new Google_Service_CloudPrivateCatalogProducer_Resource_Catalogs( $this, $this->serviceName, 'catalogs', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/catalogs', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/catalogs', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'v1beta1/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->catalogs_associations = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsAssociations( $this, $this->serviceName, 'associations', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/associations', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/associations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->catalogs_products = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'copy' => array( 'path' => 'v1beta1/{+name}:copy', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1beta1/{+parent}/products', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/products', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->catalogs_products_icons = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsIcons( $this, $this->serviceName, 'icons', array( 'methods' => array( 'upload' => array( 'path' => 'v1beta1/{+product}/icons:upload', 'httpMethod' => 'POST', 'parameters' => array( 'product' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->catalogs_products_versions = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/versions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_CloudPrivateCatalogProducer_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z{+xxYvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.phpnu[errors = $errors; } /** * @return Google_Service_Replicapoolupdater_OperationErrorErrors */ public function getErrors() { return $this->errors; } } PK0 Zv']vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.phpnu[errors = $errors; } /** * @return Google_Service_Replicapoolupdater_RollingUpdateErrorErrors */ public function getErrors() { return $this->errors; } } PK0 Z񉲭`vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 ZٷYvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdate.phpnu[error = $error; } /** * @return Google_Service_Replicapoolupdater_InstanceUpdateError */ public function getError() { return $this->error; } public function setInstance($instance) { $this->instance = $instance; } public function getInstance() { return $this->instance; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK0 Zzff]vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateList.phpnu[items = $items; } /** * @return Google_Service_Replicapoolupdater_InstanceUpdate */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK0 Zbvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/RollingUpdates.phpnu[ * $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...); * $rollingUpdates = $replicapoolupdaterService->rollingUpdates; * */ class Google_Service_Replicapoolupdater_Resource_RollingUpdates extends Google_Service_Resource { /** * Cancels an update. The update must be PAUSED before it can be cancelled. This * has no effect if the update is already CANCELLED. (rollingUpdates.cancel) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param string $rollingUpdate The name of the update. * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_Operation */ public function cancel($project, $zone, $rollingUpdate, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Replicapoolupdater_Operation"); } /** * Returns information about an update. (rollingUpdates.get) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param string $rollingUpdate The name of the update. * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_RollingUpdate */ public function get($project, $zone, $rollingUpdate, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Replicapoolupdater_RollingUpdate"); } /** * Inserts and starts a new update. (rollingUpdates.insert) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param Google_Service_Replicapoolupdater_RollingUpdate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_Operation */ public function insert($project, $zone, Google_Service_Replicapoolupdater_RollingUpdate $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_Operation"); } /** * Lists recent updates for a given managed instance group, in reverse * chronological order and paginated format. (rollingUpdates.listRollingUpdates) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression for filtering listed * resources. * @opt_param string maxResults Optional. Maximum count of results to be * returned. Maximum value is 500 and default value is 500. * @opt_param string pageToken Optional. Tag returned by a previous list request * truncated by maxResults. Used to continue a previous list request. * @return Google_Service_Replicapoolupdater_RollingUpdateList */ public function listRollingUpdates($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Replicapoolupdater_RollingUpdateList"); } /** * Lists the current status for each instance within a given update. * (rollingUpdates.listInstanceUpdates) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param string $rollingUpdate The name of the update. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression for filtering listed * resources. * @opt_param string maxResults Optional. Maximum count of results to be * returned. Maximum value is 500 and default value is 500. * @opt_param string pageToken Optional. Tag returned by a previous list request * truncated by maxResults. Used to continue a previous list request. * @return Google_Service_Replicapoolupdater_InstanceUpdateList */ public function listInstanceUpdates($project, $zone, $rollingUpdate, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); $params = array_merge($params, $optParams); return $this->call('listInstanceUpdates', array($params), "Google_Service_Replicapoolupdater_InstanceUpdateList"); } /** * Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK. Has no * effect if invoked when the state of the update is PAUSED. * (rollingUpdates.pause) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param string $rollingUpdate The name of the update. * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_Operation */ public function pause($project, $zone, $rollingUpdate, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); $params = array_merge($params, $optParams); return $this->call('pause', array($params), "Google_Service_Replicapoolupdater_Operation"); } /** * Continues an update in PAUSED state. Has no effect if invoked when the state * of the update is ROLLED_OUT. (rollingUpdates.resume) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param string $rollingUpdate The name of the update. * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_Operation */ public function resume($project, $zone, $rollingUpdate, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_Replicapoolupdater_Operation"); } /** * Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect * if invoked when the state of the update is ROLLED_BACK. * (rollingUpdates.rollback) * * @param string $project The Google Developers Console project name. * @param string $zone The name of the zone in which the update's target * resides. * @param string $rollingUpdate The name of the update. * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_Operation */ public function rollback($project, $zone, $rollingUpdate, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); $params = array_merge($params, $optParams); return $this->call('rollback', array($params), "Google_Service_Replicapoolupdater_Operation"); } } PK0 Z bvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/ZoneOperations.phpnu[ * $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...); * $zoneOperations = $replicapoolupdaterService->zoneOperations; * */ class Google_Service_Replicapoolupdater_Resource_ZoneOperations extends Google_Service_Resource { /** * Retrieves the specified zone-specific operation resource. * (zoneOperations.get) * * @param string $project Name of the project scoping this request. * @param string $zone Name of the zone scoping this request. * @param string $operation Name of the operation resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Replicapoolupdater_Operation */ public function get($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Operation"); } /** * Retrieves the list of Operation resources contained within the specified * zone. (zoneOperations.listZoneOperations) * * @param string $project Name of the project scoping this request. * @param string $zone Name of the zone scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression for filtering listed * resources. * @opt_param string maxResults Optional. Maximum count of results to be * returned. Maximum value is 500 and default value is 500. * @opt_param string pageToken Optional. Tag returned by a previous list request * truncated by maxResults. Used to continue a previous list request. * @return Google_Service_Replicapoolupdater_OperationList */ public function listZoneOperations($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Replicapoolupdater_OperationList"); } } PK0 ZZ6\vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Replicapoolupdater_OperationWarningsData */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Replicapoolupdater_OperationWarningsData */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK0 Z9>))Tvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Replicapoolupdater_OperationError */ public function setError(Google_Service_Replicapoolupdater_OperationError $error) { $this->error = $error; } /** * @return Google_Service_Replicapoolupdater_OperationError */ public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param Google_Service_Replicapoolupdater_OperationWarnings */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_Replicapoolupdater_OperationWarnings */ public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK0 Z$&^vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.phpnu[errors = $errors; } /** * @return Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors */ public function getErrors() { return $this->errors; } } PK0 Z_vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK0 Zbb\vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateList.phpnu[items = $items; } /** * @return Google_Service_Replicapoolupdater_RollingUpdate */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK0 Z-dvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK0 Z5.=cvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK0 ZgZ  ^vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.phpnu[autoPauseAfterInstances = $autoPauseAfterInstances; } public function getAutoPauseAfterInstances() { return $this->autoPauseAfterInstances; } public function setInstanceStartupTimeoutSec($instanceStartupTimeoutSec) { $this->instanceStartupTimeoutSec = $instanceStartupTimeoutSec; } public function getInstanceStartupTimeoutSec() { return $this->instanceStartupTimeoutSec; } public function setMaxNumConcurrentInstances($maxNumConcurrentInstances) { $this->maxNumConcurrentInstances = $maxNumConcurrentInstances; } public function getMaxNumConcurrentInstances() { return $this->maxNumConcurrentInstances; } public function setMaxNumFailedInstances($maxNumFailedInstances) { $this->maxNumFailedInstances = $maxNumFailedInstances; } public function getMaxNumFailedInstances() { return $this->maxNumFailedInstances; } public function setMinInstanceUpdateTimeSec($minInstanceUpdateTimeSec) { $this->minInstanceUpdateTimeSec = $minInstanceUpdateTimeSec; } public function getMinInstanceUpdateTimeSec() { return $this->minInstanceUpdateTimeSec; } } PK0 Z%Q Xvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Replicapoolupdater_Operation */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Replicapoolupdater_Operation */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK0 Z8dXvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdate.phpnu[actionType = $actionType; } public function getActionType() { return $this->actionType; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Replicapoolupdater_RollingUpdateError */ public function setError(Google_Service_Replicapoolupdater_RollingUpdateError $error) { $this->error = $error; } /** * @return Google_Service_Replicapoolupdater_RollingUpdateError */ public function getError() { return $this->error; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInstanceGroup($instanceGroup) { $this->instanceGroup = $instanceGroup; } public function getInstanceGroup() { return $this->instanceGroup; } public function setInstanceGroupManager($instanceGroupManager) { $this->instanceGroupManager = $instanceGroupManager; } public function getInstanceGroupManager() { return $this->instanceGroupManager; } public function setInstanceTemplate($instanceTemplate) { $this->instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOldInstanceTemplate($oldInstanceTemplate) { $this->oldInstanceTemplate = $oldInstanceTemplate; } public function getOldInstanceTemplate() { return $this->oldInstanceTemplate; } /** * @param Google_Service_Replicapoolupdater_RollingUpdatePolicy */ public function setPolicy(Google_Service_Replicapoolupdater_RollingUpdatePolicy $policy) { $this->policy = $policy; } /** * @return Google_Service_Replicapoolupdater_RollingUpdatePolicy */ public function getPolicy() { return $this->policy; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } } PK0 Z쮉 RRCvendor/google/apiclient-services/src/Google/Service/AdSenseHost.phpnu[ * Generates performance reports, generates ad codes, and provides publisher * management capabilities for AdSense Hosts.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdSenseHost extends Google_Service { /** View and manage your AdSense host data and associated accounts. */ const ADSENSEHOST = "https://www.googleapis.com/auth/adsensehost"; public $accounts; public $accounts_adclients; public $accounts_adunits; public $accounts_reports; public $adclients; public $associationsessions; public $customchannels; public $reports; public $urlchannels; /** * Constructs the internal representation of the AdSenseHost service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'adsensehost/v4.1/'; $this->batchPath = 'batch/adsensehost/v4.1'; $this->version = 'v4.1'; $this->serviceName = 'adsensehost'; $this->accounts = new Google_Service_AdSenseHost_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts', 'httpMethod' => 'GET', 'parameters' => array( 'filterAdClientId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->accounts_adclients = new Google_Service_AdSenseHost_Resource_AccountsAdclients( $this, $this->serviceName, 'adclients', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/adclients', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_adunits = new Google_Service_AdSenseHost_Resource_AccountsAdunits( $this, $this->serviceName, 'adunits', array( 'methods' => array( 'delete' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAdCode' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hostCustomChannelId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'insert' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adUnitId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_reports = new Google_Service_AdSenseHost_Resource_AccountsReports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'generate' => array( 'path' => 'accounts/{accountId}/reports', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'dimension' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metric' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sort' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->adclients = new Google_Service_AdSenseHost_Resource_Adclients( $this, $this->serviceName, 'adclients', array( 'methods' => array( 'get' => array( 'path' => 'adclients/{adClientId}', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'adclients', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->associationsessions = new Google_Service_AdSenseHost_Resource_Associationsessions( $this, $this->serviceName, 'associationsessions', array( 'methods' => array( 'start' => array( 'path' => 'associationsessions/start', 'httpMethod' => 'GET', 'parameters' => array( 'productCode' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'websiteUrl' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'callbackUrl' => array( 'location' => 'query', 'type' => 'string', ), 'userLocale' => array( 'location' => 'query', 'type' => 'string', ), 'websiteLocale' => array( 'location' => 'query', 'type' => 'string', ), ), ),'verify' => array( 'path' => 'associationsessions/verify', 'httpMethod' => 'GET', 'parameters' => array( 'token' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customchannels = new Google_Service_AdSenseHost_Resource_Customchannels( $this, $this->serviceName, 'customchannels', array( 'methods' => array( 'delete' => array( 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'adclients/{adClientId}/customchannels', 'httpMethod' => 'POST', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'adclients/{adClientId}/customchannels', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'adclients/{adClientId}/customchannels', 'httpMethod' => 'PATCH', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customChannelId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'adclients/{adClientId}/customchannels', 'httpMethod' => 'PUT', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->reports = new Google_Service_AdSenseHost_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'generate' => array( 'path' => 'reports', 'httpMethod' => 'GET', 'parameters' => array( 'startDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'dimension' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'metric' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'sort' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->urlchannels = new Google_Service_AdSenseHost_Resource_Urlchannels( $this, $this->serviceName, 'urlchannels', array( 'methods' => array( 'delete' => array( 'path' => 'adclients/{adClientId}/urlchannels/{urlChannelId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlChannelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'adclients/{adClientId}/urlchannels', 'httpMethod' => 'POST', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'adclients/{adClientId}/urlchannels', 'httpMethod' => 'GET', 'parameters' => array( 'adClientId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z\vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/SocketAddress.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setIpv4Compat($ipv4Compat) { $this->ipv4Compat = $ipv4Compat; } public function getIpv4Compat() { return $this->ipv4Compat; } public function setNamedPort($namedPort) { $this->namedPort = $namedPort; } public function getNamedPort() { return $this->namedPort; } public function setPortValue($portValue) { $this->portValue = $portValue; } public function getPortValue() { return $this->portValue; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setResolverName($resolverName) { $this->resolverName = $resolverName; } public function getResolverName() { return $this->resolverName; } } PK0 ZW@=[vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/RegexMatcher.phpnu[googleRe2 = $googleRe2; } /** * @return Google_Service_TrafficDirectorService_GoogleRE2 */ public function getGoogleRe2() { return $this->googleRe2; } public function setRegex($regex) { $this->regex = $regex; } public function getRegex() { return $this->regex; } } PK0 Z|\vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DoubleMatcher.phpnu[exact = $exact; } public function getExact() { return $this->exact; } /** * @param Google_Service_TrafficDirectorService_DoubleRange */ public function setRange(Google_Service_TrafficDirectorService_DoubleRange $range) { $this->range = $range; } /** * @return Google_Service_TrafficDirectorService_DoubleRange */ public function getRange() { return $this->range; } } PK0 ZYbvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClientStatusRequest.phpnu[nodeMatchers = $nodeMatchers; } /** * @return Google_Service_TrafficDirectorService_NodeMatcher[] */ public function getNodeMatchers() { return $this->nodeMatchers; } } PK0 Z4Eyz z ^vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicListener.phpnu[activeState = $activeState; } /** * @return Google_Service_TrafficDirectorService_DynamicListenerState */ public function getActiveState() { return $this->activeState; } /** * @param Google_Service_TrafficDirectorService_DynamicListenerState */ public function setDrainingState(Google_Service_TrafficDirectorService_DynamicListenerState $drainingState) { $this->drainingState = $drainingState; } /** * @return Google_Service_TrafficDirectorService_DynamicListenerState */ public function getDrainingState() { return $this->drainingState; } /** * @param Google_Service_TrafficDirectorService_UpdateFailureState */ public function setErrorState(Google_Service_TrafficDirectorService_UpdateFailureState $errorState) { $this->errorState = $errorState; } /** * @return Google_Service_TrafficDirectorService_UpdateFailureState */ public function getErrorState() { return $this->errorState; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_TrafficDirectorService_DynamicListenerState */ public function setWarmingState(Google_Service_TrafficDirectorService_DynamicListenerState $warmingState) { $this->warmingState = $warmingState; } /** * @return Google_Service_TrafficDirectorService_DynamicListenerState */ public function getWarmingState() { return $this->warmingState; } } PK0 Z`,_vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/RoutesConfigDump.phpnu[dynamicRouteConfigs = $dynamicRouteConfigs; } /** * @return Google_Service_TrafficDirectorService_DynamicRouteConfig[] */ public function getDynamicRouteConfigs() { return $this->dynamicRouteConfigs; } /** * @param Google_Service_TrafficDirectorService_StaticRouteConfig[] */ public function setStaticRouteConfigs($staticRouteConfigs) { $this->staticRouteConfigs = $staticRouteConfigs; } /** * @return Google_Service_TrafficDirectorService_StaticRouteConfig[] */ public function getStaticRouteConfigs() { return $this->staticRouteConfigs; } } PK0 ZC; ]vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicCluster.phpnu[cluster = $cluster; } public function getCluster() { return $this->cluster; } public function setLastUpdated($lastUpdated) { $this->lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } } PK0 ZƠ}}Zvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/NodeMatcher.phpnu[nodeId = $nodeId; } /** * @return Google_Service_TrafficDirectorService_StringMatcher */ public function getNodeId() { return $this->nodeId; } /** * @param Google_Service_TrafficDirectorService_StructMatcher[] */ public function setNodeMetadatas($nodeMetadatas) { $this->nodeMetadatas = $nodeMetadatas; } /** * @return Google_Service_TrafficDirectorService_StructMatcher[] */ public function getNodeMetadatas() { return $this->nodeMetadatas; } } PK0 Z e. [vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/PerXdsConfig.phpnu[clusterConfig = $clusterConfig; } /** * @return Google_Service_TrafficDirectorService_ClustersConfigDump */ public function getClusterConfig() { return $this->clusterConfig; } /** * @param Google_Service_TrafficDirectorService_ListenersConfigDump */ public function setListenerConfig(Google_Service_TrafficDirectorService_ListenersConfigDump $listenerConfig) { $this->listenerConfig = $listenerConfig; } /** * @return Google_Service_TrafficDirectorService_ListenersConfigDump */ public function getListenerConfig() { return $this->listenerConfig; } /** * @param Google_Service_TrafficDirectorService_RoutesConfigDump */ public function setRouteConfig(Google_Service_TrafficDirectorService_RoutesConfigDump $routeConfig) { $this->routeConfig = $routeConfig; } /** * @return Google_Service_TrafficDirectorService_RoutesConfigDump */ public function getRouteConfig() { return $this->routeConfig; } /** * @param Google_Service_TrafficDirectorService_ScopedRoutesConfigDump */ public function setScopedRouteConfig(Google_Service_TrafficDirectorService_ScopedRoutesConfigDump $scopedRouteConfig) { $this->scopedRouteConfig = $scopedRouteConfig; } /** * @return Google_Service_TrafficDirectorService_ScopedRoutesConfigDump */ public function getScopedRouteConfig() { return $this->scopedRouteConfig; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK0 Z 쎝evendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ScopedRoutesConfigDump.phpnu[dynamicScopedRouteConfigs = $dynamicScopedRouteConfigs; } /** * @return Google_Service_TrafficDirectorService_DynamicScopedRouteConfigs[] */ public function getDynamicScopedRouteConfigs() { return $this->dynamicScopedRouteConfigs; } /** * @param Google_Service_TrafficDirectorService_InlineScopedRouteConfigs[] */ public function setInlineScopedRouteConfigs($inlineScopedRouteConfigs) { $this->inlineScopedRouteConfigs = $inlineScopedRouteConfigs; } /** * @return Google_Service_TrafficDirectorService_InlineScopedRouteConfigs[] */ public function getInlineScopedRouteConfigs() { return $this->inlineScopedRouteConfigs; } } PK0 ZhTzzXvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/GoogleRE2.phpnu[maxProgramSize = $maxProgramSize; } public function getMaxProgramSize() { return $this->maxProgramSize; } } PK0 Z2qavendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicRouteConfig.phpnu[lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setRouteConfig($routeConfig) { $this->routeConfig = $routeConfig; } public function getRouteConfig() { return $this->routeConfig; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } } PK0 ZhSvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Node.phpnu[buildVersion = $buildVersion; } public function getBuildVersion() { return $this->buildVersion; } public function setClientFeatures($clientFeatures) { $this->clientFeatures = $clientFeatures; } public function getClientFeatures() { return $this->clientFeatures; } public function setCluster($cluster) { $this->cluster = $cluster; } public function getCluster() { return $this->cluster; } /** * @param Google_Service_TrafficDirectorService_Extension[] */ public function setExtensions($extensions) { $this->extensions = $extensions; } /** * @return Google_Service_TrafficDirectorService_Extension[] */ public function getExtensions() { return $this->extensions; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_TrafficDirectorService_Address[] */ public function setListeningAddresses($listeningAddresses) { $this->listeningAddresses = $listeningAddresses; } /** * @return Google_Service_TrafficDirectorService_Address[] */ public function getListeningAddresses() { return $this->listeningAddresses; } /** * @param Google_Service_TrafficDirectorService_Locality */ public function setLocality(Google_Service_TrafficDirectorService_Locality $locality) { $this->locality = $locality; } /** * @return Google_Service_TrafficDirectorService_Locality */ public function getLocality() { return $this->locality; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } /** * @param Google_Service_TrafficDirectorService_BuildVersion */ public function setUserAgentBuildVersion(Google_Service_TrafficDirectorService_BuildVersion $userAgentBuildVersion) { $this->userAgentBuildVersion = $userAgentBuildVersion; } /** * @return Google_Service_TrafficDirectorService_BuildVersion */ public function getUserAgentBuildVersion() { return $this->userAgentBuildVersion; } public function setUserAgentName($userAgentName) { $this->userAgentName = $userAgentName; } public function getUserAgentName() { return $this->userAgentName; } public function setUserAgentVersion($userAgentVersion) { $this->userAgentVersion = $userAgentVersion; } public function getUserAgentVersion() { return $this->userAgentVersion; } } PK0 Z@:Uavendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Resource/Discovery.phpnu[ * $trafficdirectorService = new Google_Service_TrafficDirectorService(...); * $discovery = $trafficdirectorService->discovery; * */ class Google_Service_TrafficDirectorService_Resource_Discovery extends Google_Service_Resource { /** * (discovery.client_status) * * @param Google_Service_TrafficDirectorService_ClientStatusRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_TrafficDirectorService_ClientStatusResponse */ public function client_status(Google_Service_TrafficDirectorService_ClientStatusRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('client_status', array($params), "Google_Service_TrafficDirectorService_ClientStatusResponse"); } } PK0 Z<<Vvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Address.phpnu[pipe = $pipe; } /** * @return Google_Service_TrafficDirectorService_Pipe */ public function getPipe() { return $this->pipe; } /** * @param Google_Service_TrafficDirectorService_SocketAddress */ public function setSocketAddress(Google_Service_TrafficDirectorService_SocketAddress $socketAddress) { $this->socketAddress = $socketAddress; } /** * @return Google_Service_TrafficDirectorService_SocketAddress */ public function getSocketAddress() { return $this->socketAddress; } } PK0 Z2rrWvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Locality.phpnu[region = $region; } public function getRegion() { return $this->region; } public function setSubZone($subZone) { $this->subZone = $subZone; } public function getSubZone() { return $this->subZone; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK0 Z Z [vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ValueMatcher.phpnu[boolMatch = $boolMatch; } public function getBoolMatch() { return $this->boolMatch; } /** * @param Google_Service_TrafficDirectorService_DoubleMatcher */ public function setDoubleMatch(Google_Service_TrafficDirectorService_DoubleMatcher $doubleMatch) { $this->doubleMatch = $doubleMatch; } /** * @return Google_Service_TrafficDirectorService_DoubleMatcher */ public function getDoubleMatch() { return $this->doubleMatch; } /** * @param Google_Service_TrafficDirectorService_ListMatcher */ public function setListMatch(Google_Service_TrafficDirectorService_ListMatcher $listMatch) { $this->listMatch = $listMatch; } /** * @return Google_Service_TrafficDirectorService_ListMatcher */ public function getListMatch() { return $this->listMatch; } /** * @param Google_Service_TrafficDirectorService_NullMatch */ public function setNullMatch(Google_Service_TrafficDirectorService_NullMatch $nullMatch) { $this->nullMatch = $nullMatch; } /** * @return Google_Service_TrafficDirectorService_NullMatch */ public function getNullMatch() { return $this->nullMatch; } public function setPresentMatch($presentMatch) { $this->presentMatch = $presentMatch; } public function getPresentMatch() { return $this->presentMatch; } /** * @param Google_Service_TrafficDirectorService_StringMatcher */ public function setStringMatch(Google_Service_TrafficDirectorService_StringMatcher $stringMatch) { $this->stringMatch = $stringMatch; } /** * @return Google_Service_TrafficDirectorService_StringMatcher */ public function getStringMatch() { return $this->stringMatch; } } PK0 Z)վ avendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClustersConfigDump.phpnu[dynamicActiveClusters = $dynamicActiveClusters; } /** * @return Google_Service_TrafficDirectorService_DynamicCluster[] */ public function getDynamicActiveClusters() { return $this->dynamicActiveClusters; } /** * @param Google_Service_TrafficDirectorService_DynamicCluster[] */ public function setDynamicWarmingClusters($dynamicWarmingClusters) { $this->dynamicWarmingClusters = $dynamicWarmingClusters; } /** * @return Google_Service_TrafficDirectorService_DynamicCluster[] */ public function getDynamicWarmingClusters() { return $this->dynamicWarmingClusters; } /** * @param Google_Service_TrafficDirectorService_StaticCluster[] */ public function setStaticClusters($staticClusters) { $this->staticClusters = $staticClusters; } /** * @return Google_Service_TrafficDirectorService_StaticCluster[] */ public function getStaticClusters() { return $this->staticClusters; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } } PK0 Zf**Xvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Extension.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTypeDescriptor($typeDescriptor) { $this->typeDescriptor = $typeDescriptor; } public function getTypeDescriptor() { return $this->typeDescriptor; } /** * @param Google_Service_TrafficDirectorService_BuildVersion */ public function setVersion(Google_Service_TrafficDirectorService_BuildVersion $version) { $this->version = $version; } /** * @return Google_Service_TrafficDirectorService_BuildVersion */ public function getVersion() { return $this->version; } } PK0 Z)^vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/SemanticVersion.phpnu[majorNumber = $majorNumber; } public function getMajorNumber() { return $this->majorNumber; } public function setMinorNumber($minorNumber) { $this->minorNumber = $minorNumber; } public function getMinorNumber() { return $this->minorNumber; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } } PK0 Zψ  \vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StaticCluster.phpnu[cluster = $cluster; } public function getCluster() { return $this->cluster; } public function setLastUpdated($lastUpdated) { $this->lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } } PK0 Z݀,,`vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StaticRouteConfig.phpnu[lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setRouteConfig($routeConfig) { $this->routeConfig = $routeConfig; } public function getRouteConfig() { return $this->routeConfig; } } PK0 Z}&Zvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DoubleRange.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK0 Z+ezzcvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClientStatusResponse.phpnu[config = $config; } /** * @return Google_Service_TrafficDirectorService_ClientConfig[] */ public function getConfig() { return $this->config; } } PK0 Z*cvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicListenerState.phpnu[lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setListener($listener) { $this->listener = $listener; } public function getListener() { return $this->listener; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } } PK0 ZW3bvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ListenersConfigDump.phpnu[dynamicListeners = $dynamicListeners; } /** * @return Google_Service_TrafficDirectorService_DynamicListener[] */ public function getDynamicListeners() { return $this->dynamicListeners; } /** * @param Google_Service_TrafficDirectorService_StaticListener[] */ public function setStaticListeners($staticListeners) { $this->staticListeners = $staticListeners; } /** * @return Google_Service_TrafficDirectorService_StaticListener[] */ public function getStaticListeners() { return $this->staticListeners; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } } PK0 Z4mhvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicScopedRouteConfigs.phpnu[lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScopedRouteConfigs($scopedRouteConfigs) { $this->scopedRouteConfigs = $scopedRouteConfigs; } public function getScopedRouteConfigs() { return $this->scopedRouteConfigs; } public function setVersionInfo($versionInfo) { $this->versionInfo = $versionInfo; } public function getVersionInfo() { return $this->versionInfo; } } PK0 ZIҢ\vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StringMatcher.phpnu[exact = $exact; } public function getExact() { return $this->exact; } public function setIgnoreCase($ignoreCase) { $this->ignoreCase = $ignoreCase; } public function getIgnoreCase() { return $this->ignoreCase; } public function setPrefix($prefix) { $this->prefix = $prefix; } public function getPrefix() { return $this->prefix; } public function setRegex($regex) { $this->regex = $regex; } public function getRegex() { return $this->regex; } /** * @param Google_Service_TrafficDirectorService_RegexMatcher */ public function setSafeRegex(Google_Service_TrafficDirectorService_RegexMatcher $safeRegex) { $this->safeRegex = $safeRegex; } /** * @return Google_Service_TrafficDirectorService_RegexMatcher */ public function getSafeRegex() { return $this->safeRegex; } public function setSuffix($suffix) { $this->suffix = $suffix; } public function getSuffix() { return $this->suffix; } } PK0 Z MX]vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StaticListener.phpnu[lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setListener($listener) { $this->listener = $listener; } public function getListener() { return $this->listener; } } PK0 ZAm!++gvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/InlineScopedRouteConfigs.phpnu[lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScopedRouteConfigs($scopedRouteConfigs) { $this->scopedRouteConfigs = $scopedRouteConfigs; } public function getScopedRouteConfigs() { return $this->scopedRouteConfigs; } } PK0 Zc\\vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StructMatcher.phpnu[path = $path; } /** * @return Google_Service_TrafficDirectorService_PathSegment[] */ public function getPath() { return $this->path; } /** * @param Google_Service_TrafficDirectorService_ValueMatcher */ public function setValue(Google_Service_TrafficDirectorService_ValueMatcher $value) { $this->value = $value; } /** * @return Google_Service_TrafficDirectorService_ValueMatcher */ public function getValue() { return $this->value; } } PK0 ZRffZvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ListMatcher.phpnu[oneOf = $oneOf; } /** * @return Google_Service_TrafficDirectorService_ValueMatcher */ public function getOneOf() { return $this->oneOf; } } PK0 Z~22avendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/UpdateFailureState.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setFailedConfiguration($failedConfiguration) { $this->failedConfiguration = $failedConfiguration; } public function getFailedConfiguration() { return $this->failedConfiguration; } public function setLastUpdateAttempt($lastUpdateAttempt) { $this->lastUpdateAttempt = $lastUpdateAttempt; } public function getLastUpdateAttempt() { return $this->lastUpdateAttempt; } } PK0 ZpzXvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/NullMatch.phpnu[metadata = $metadata; } public function getMetadata() { return $this->metadata; } /** * @param Google_Service_TrafficDirectorService_SemanticVersion */ public function setVersion(Google_Service_TrafficDirectorService_SemanticVersion $version) { $this->version = $version; } /** * @return Google_Service_TrafficDirectorService_SemanticVersion */ public function getVersion() { return $this->version; } } PK0 Z;u8Svendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Pipe.phpnu[mode = $mode; } public function getMode() { return $this->mode; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK0 ZKo##[vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClientConfig.phpnu[node = $node; } /** * @return Google_Service_TrafficDirectorService_Node */ public function getNode() { return $this->node; } /** * @param Google_Service_TrafficDirectorService_PerXdsConfig[] */ public function setXdsConfig($xdsConfig) { $this->xdsConfig = $xdsConfig; } /** * @return Google_Service_TrafficDirectorService_PerXdsConfig[] */ public function getXdsConfig() { return $this->xdsConfig; } } PK0 Z)//Zvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/PathSegment.phpnu[key = $key; } public function getKey() { return $this->key; } } PK0 Z\%Svendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.phpnu[bandedRange = $bandedRange; } /** * @return Google_Service_Sheets_BandedRange */ public function getBandedRange() { return $this->bandedRange; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } } PK0 ZݶIvendor/google/apiclient-services/src/Google/Service/Sheets/DataFilter.phpnu[a1Range = $a1Range; } public function getA1Range() { return $this->a1Range; } /** * @param Google_Service_Sheets_DeveloperMetadataLookup */ public function setDeveloperMetadataLookup(Google_Service_Sheets_DeveloperMetadataLookup $developerMetadataLookup) { $this->developerMetadataLookup = $developerMetadataLookup; } /** * @return Google_Service_Sheets_DeveloperMetadataLookup */ public function getDeveloperMetadataLookup() { return $this->developerMetadataLookup; } /** * @param Google_Service_Sheets_GridRange */ public function setGridRange(Google_Service_Sheets_GridRange $gridRange) { $this->gridRange = $gridRange; } /** * @return Google_Service_Sheets_GridRange */ public function getGridRange() { return $this->gridRange; } } PK0 Z딹00Uvendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesResponse.phpnu[spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } /** * @param Google_Service_Sheets_ValueRange[] */ public function setValueRanges($valueRanges) { $this->valueRanges = $valueRanges; } /** * @return Google_Service_Sheets_ValueRange[] */ public function getValueRanges() { return $this->valueRanges; } } PK0 ZWvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesResponse.phpnu[duplicatesRemovedCount = $duplicatesRemovedCount; } public function getDuplicatesRemovedCount() { return $this->duplicatesRemovedCount; } } PK0 Z)BQvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteRangeRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } public function setShiftDimension($shiftDimension) { $this->shiftDimension = $shiftDimension; } public function getShiftDimension() { return $this->shiftDimension; } } PK0 ZrrWvendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.phpnu[data = $data; } /** * @return Google_Service_Sheets_ValueRange[] */ public function getData() { return $this->data; } public function setIncludeValuesInResponse($includeValuesInResponse) { $this->includeValuesInResponse = $includeValuesInResponse; } public function getIncludeValuesInResponse() { return $this->includeValuesInResponse; } public function setResponseDateTimeRenderOption($responseDateTimeRenderOption) { $this->responseDateTimeRenderOption = $responseDateTimeRenderOption; } public function getResponseDateTimeRenderOption() { return $this->responseDateTimeRenderOption; } public function setResponseValueRenderOption($responseValueRenderOption) { $this->responseValueRenderOption = $responseValueRenderOption; } public function getResponseValueRenderOption() { return $this->responseValueRenderOption; } public function setValueInputOption($valueInputOption) { $this->valueInputOption = $valueInputOption; } public function getValueInputOption() { return $this->valueInputOption; } } PK0 Z:Eل Nvendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickData.phpnu[closeSeries = $closeSeries; } /** * @return Google_Service_Sheets_CandlestickSeries */ public function getCloseSeries() { return $this->closeSeries; } /** * @param Google_Service_Sheets_CandlestickSeries */ public function setHighSeries(Google_Service_Sheets_CandlestickSeries $highSeries) { $this->highSeries = $highSeries; } /** * @return Google_Service_Sheets_CandlestickSeries */ public function getHighSeries() { return $this->highSeries; } /** * @param Google_Service_Sheets_CandlestickSeries */ public function setLowSeries(Google_Service_Sheets_CandlestickSeries $lowSeries) { $this->lowSeries = $lowSeries; } /** * @return Google_Service_Sheets_CandlestickSeries */ public function getLowSeries() { return $this->lowSeries; } /** * @param Google_Service_Sheets_CandlestickSeries */ public function setOpenSeries(Google_Service_Sheets_CandlestickSeries $openSeries) { $this->openSeries = $openSeries; } /** * @return Google_Service_Sheets_CandlestickSeries */ public function getOpenSeries() { return $this->openSeries; } } PK0 ZԒ?!!Fvendor/google/apiclient-services/src/Google/Service/Sheets/RowData.phpnu[values = $values; } /** * @return Google_Service_Sheets_CellData[] */ public function getValues() { return $this->values; } } PK0 Zy1Vvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesRequest.phpnu[comparisonColumns = $comparisonColumns; } /** * @return Google_Service_Sheets_DimensionRange[] */ public function getComparisonColumns() { return $this->comparisonColumns; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 Zx[GGVvendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.phpnu[sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 Z&wavendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_SpreadsheetProperties */ public function setProperties(Google_Service_Sheets_SpreadsheetProperties $properties) { $this->properties = $properties; } /** * @return Google_Service_Sheets_SpreadsheetProperties */ public function getProperties() { return $this->properties; } } PK0 Z??Svendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.phpnu[namedRange = $namedRange; } /** * @return Google_Service_Sheets_NamedRange */ public function getNamedRange() { return $this->namedRange; } } PK0 ZvvIvendor/google/apiclient-services/src/Google/Service/Sheets/FilterSpec.phpnu[columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setDataSourceColumnReference(Google_Service_Sheets_DataSourceColumnReference $dataSourceColumnReference) { $this->dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } /** * @param Google_Service_Sheets_FilterCriteria */ public function setFilterCriteria(Google_Service_Sheets_FilterCriteria $filterCriteria) { $this->filterCriteria = $filterCriteria; } /** * @return Google_Service_Sheets_FilterCriteria */ public function getFilterCriteria() { return $this->filterCriteria; } } PK0 Z`t``Lvendor/google/apiclient-services/src/Google/Service/Sheets/HistogramRule.phpnu[end = $end; } public function getEnd() { return $this->end; } public function setInterval($interval) { $this->interval = $interval; } public function getInterval() { return $this->interval; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK0 Z1Ekk]vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataRequest.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } } PK0 Z*Pvendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickSeries.phpnu[data = $data; } /** * @return Google_Service_Sheets_ChartData */ public function getData() { return $this->data; } } PK0 ZN  Nvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupLimit.phpnu[applyOrder = $applyOrder; } public function getApplyOrder() { return $this->applyOrder; } public function setCountLimit($countLimit) { $this->countLimit = $countLimit; } public function getCountLimit() { return $this->countLimit; } } PK0 Z*QQavendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterResponse.phpnu[spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } /** * @param Google_Service_Sheets_MatchedValueRange[] */ public function setValueRanges($valueRanges) { $this->valueRanges = $valueRanges; } /** * @return Google_Service_Sheets_MatchedValueRange[] */ public function getValueRanges() { return $this->valueRanges; } } PK0 Z|2\cvendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterResponse.phpnu[clearedRanges = $clearedRanges; } public function getClearedRanges() { return $this->clearedRanges; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK0 ZQQYvendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewRequest.phpnu[filterId = $filterId; } public function getFilterId() { return $this->filterId; } } PK0 ZPguuQvendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.phpnu[condition = $condition; } /** * @return Google_Service_Sheets_BooleanCondition */ public function getCondition() { return $this->condition; } public function setInputMessage($inputMessage) { $this->inputMessage = $inputMessage; } public function getInputMessage() { return $this->inputMessage; } public function setShowCustomUi($showCustomUi) { $this->showCustomUi = $showCustomUi; } public function getShowCustomUi() { return $this->showCustomUi; } public function setStrict($strict) { $this->strict = $strict; } public function getStrict() { return $this->strict; } } PK0 ZV!IIQvendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.phpnu[bandedRange = $bandedRange; } /** * @return Google_Service_Sheets_BandedRange */ public function getBandedRange() { return $this->bandedRange; } } PK0 Z'^vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataResponse.phpnu[developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata */ public function getDeveloperMetadata() { return $this->developerMetadata; } } PK0 ZUvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.phpnu[chartId = $chartId; } public function getChartId() { return $this->chartId; } /** * @param Google_Service_Sheets_ChartSpec */ public function setSpec(Google_Service_Sheets_ChartSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_Sheets_ChartSpec */ public function getSpec() { return $this->spec; } } PK0 Zo JJbvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleResponse.phpnu[rule = $rule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getRule() { return $this->rule; } } PK0 ZVGcvendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.phpnu[destinationSpreadsheetId = $destinationSpreadsheetId; } public function getDestinationSpreadsheetId() { return $this->destinationSpreadsheetId; } } PK0 Z˝_Mvendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.phpnu[columnCount = $columnCount; } public function getColumnCount() { return $this->columnCount; } public function setColumnGroupControlAfter($columnGroupControlAfter) { $this->columnGroupControlAfter = $columnGroupControlAfter; } public function getColumnGroupControlAfter() { return $this->columnGroupControlAfter; } public function setFrozenColumnCount($frozenColumnCount) { $this->frozenColumnCount = $frozenColumnCount; } public function getFrozenColumnCount() { return $this->frozenColumnCount; } public function setFrozenRowCount($frozenRowCount) { $this->frozenRowCount = $frozenRowCount; } public function getFrozenRowCount() { return $this->frozenRowCount; } public function setHideGridlines($hideGridlines) { $this->hideGridlines = $hideGridlines; } public function getHideGridlines() { return $this->hideGridlines; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } public function setRowGroupControlAfter($rowGroupControlAfter) { $this->rowGroupControlAfter = $rowGroupControlAfter; } public function getRowGroupControlAfter() { return $this->rowGroupControlAfter; } } PK0 Z  Lvendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedChart.phpnu[border = $border; } /** * @return Google_Service_Sheets_EmbeddedObjectBorder */ public function getBorder() { return $this->border; } public function setChartId($chartId) { $this->chartId = $chartId; } public function getChartId() { return $this->chartId; } /** * @param Google_Service_Sheets_EmbeddedObjectPosition */ public function setPosition(Google_Service_Sheets_EmbeddedObjectPosition $position) { $this->position = $position; } /** * @return Google_Service_Sheets_EmbeddedObjectPosition */ public function getPosition() { return $this->position; } /** * @param Google_Service_Sheets_ChartSpec */ public function setSpec(Google_Service_Sheets_ChartSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_Sheets_ChartSpec */ public function getSpec() { return $this->spec; } } PK0 Z6a}}Nvendor/google/apiclient-services/src/Google/Service/Sheets/CutPasteRequest.phpnu[destination = $destination; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDestination() { return $this->destination; } public function setPasteType($pasteType) { $this->pasteType = $pasteType; } public function getPasteType() { return $this->pasteType; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } } PK0 Zvhhbvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.phpnu[newIndex = $newIndex; } public function getNewIndex() { return $this->newIndex; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setNewRule(Google_Service_Sheets_ConditionalFormatRule $newRule) { $this->newRule = $newRule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getNewRule() { return $this->newRule; } public function setOldIndex($oldIndex) { $this->oldIndex = $oldIndex; } public function getOldIndex() { return $this->oldIndex; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setOldRule(Google_Service_Sheets_ConditionalFormatRule $oldRule) { $this->oldRule = $oldRule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getOldRule() { return $this->oldRule; } } PK0 Z=@66Nvendor/google/apiclient-services/src/Google/Service/Sheets/HistogramSeries.phpnu[barColor = $barColor; } /** * @return Google_Service_Sheets_Color */ public function getBarColor() { return $this->barColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setBarColorStyle(Google_Service_Sheets_ColorStyle $barColorStyle) { $this->barColorStyle = $barColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBarColorStyle() { return $this->barColorStyle; } /** * @param Google_Service_Sheets_ChartData */ public function setData(Google_Service_Sheets_ChartData $data) { $this->data = $data; } /** * @return Google_Service_Sheets_ChartData */ public function getData() { return $this->data; } } PK0 ZttXvendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.phpnu[protectedRange = $protectedRange; } /** * @return Google_Service_Sheets_ProtectedRange */ public function getProtectedRange() { return $this->protectedRange; } } PK0 Z HHPvendor/google/apiclient-services/src/Google/Service/Sheets/BigQueryQuerySpec.phpnu[rawQuery = $rawQuery; } public function getRawQuery() { return $this->rawQuery; } } PK0 Z=ȷOvendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.phpnu[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; } } PK0 ZHffRvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceParameter.phpnu[name = $name; } public function getName() { return $this->name; } public function setNamedRangeId($namedRangeId) { $this->namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 ZsAFvendor/google/apiclient-services/src/Google/Service/Sheets/Borders.phpnu[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; } } PK0 ZhĬ Gvendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Sheets_Color */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle) { $this->backgroundColorStyle = $backgroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBackgroundColorStyle() { return $this->backgroundColorStyle; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setDataSourceColumnReference(Google_Service_Sheets_DataSourceColumnReference $dataSourceColumnReference) { $this->dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } public function setDimensionIndex($dimensionIndex) { $this->dimensionIndex = $dimensionIndex; } public function getDimensionIndex() { return $this->dimensionIndex; } /** * @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; } /** * @param Google_Service_Sheets_ColorStyle */ public function setForegroundColorStyle(Google_Service_Sheets_ColorStyle $foregroundColorStyle) { $this->foregroundColorStyle = $foregroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getForegroundColorStyle() { return $this->foregroundColorStyle; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } } PK0 ZBD Nvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceTable.phpnu[columnSelectionType = $columnSelectionType; } public function getColumnSelectionType() { return $this->columnSelectionType; } /** * @param Google_Service_Sheets_DataSourceColumnReference[] */ public function setColumns($columns) { $this->columns = $columns; } /** * @return Google_Service_Sheets_DataSourceColumnReference[] */ public function getColumns() { return $this->columns; } /** * @param Google_Service_Sheets_DataExecutionStatus */ public function setDataExecutionStatus(Google_Service_Sheets_DataExecutionStatus $dataExecutionStatus) { $this->dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } /** * @param Google_Service_Sheets_FilterSpec[] */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return Google_Service_Sheets_FilterSpec[] */ public function getFilterSpecs() { return $this->filterSpecs; } public function setRowLimit($rowLimit) { $this->rowLimit = $rowLimit; } public function getRowLimit() { return $this->rowLimit; } /** * @param Google_Service_Sheets_SortSpec[] */ public function setSortSpecs($sortSpecs) { $this->sortSpecs = $sortSpecs; } /** * @return Google_Service_Sheets_SortSpec[] */ public function getSortSpecs() { return $this->sortSpecs; } } PK0 ZhBH^vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataResponse.phpnu[deletedDeveloperMetadata = $deletedDeveloperMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata[] */ public function getDeletedDeveloperMetadata() { return $this->deletedDeveloperMetadata; } } PK0 Z&]_vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.phpnu[dataSourceSheetRange = $dataSourceSheetRange; } /** * @return Google_Service_Sheets_DataSourceSheetDimensionRange */ public function getDataSourceSheetRange() { return $this->dataSourceSheetRange; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_DimensionProperties */ public function setProperties(Google_Service_Sheets_DimensionProperties $properties) { $this->properties = $properties; } /** * @return Google_Service_Sheets_DimensionProperties */ public function getProperties() { return $this->properties; } /** * @param Google_Service_Sheets_DimensionRange */ public function setRange(Google_Service_Sheets_DimensionRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } } PK0 ZU ӓJvendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.phpnu[bandedRangeId = $bandedRangeId; } public function getBandedRangeId() { return $this->bandedRangeId; } /** * @param Google_Service_Sheets_BandingProperties */ public function setColumnProperties(Google_Service_Sheets_BandingProperties $columnProperties) { $this->columnProperties = $columnProperties; } /** * @return Google_Service_Sheets_BandingProperties */ public function getColumnProperties() { return $this->columnProperties; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_BandingProperties */ public function setRowProperties(Google_Service_Sheets_BandingProperties $rowProperties) { $this->rowProperties = $rowProperties; } /** * @return Google_Service_Sheets_BandingProperties */ public function getRowProperties() { return $this->rowProperties; } } PK0 ZiIS2avendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleRequest.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 Z W33Svendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.phpnu[spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } public function setUpdatedCells($updatedCells) { $this->updatedCells = $updatedCells; } public function getUpdatedCells() { return $this->updatedCells; } public function setUpdatedColumns($updatedColumns) { $this->updatedColumns = $updatedColumns; } public function getUpdatedColumns() { return $this->updatedColumns; } /** * @param Google_Service_Sheets_ValueRange */ public function setUpdatedData(Google_Service_Sheets_ValueRange $updatedData) { $this->updatedData = $updatedData; } /** * @return Google_Service_Sheets_ValueRange */ public function getUpdatedData() { return $this->updatedData; } public function setUpdatedRange($updatedRange) { $this->updatedRange = $updatedRange; } public function getUpdatedRange() { return $this->updatedRange; } public function setUpdatedRows($updatedRows) { $this->updatedRows = $updatedRows; } public function getUpdatedRows() { return $this->updatedRows; } } PK0 ZOvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceColumn.phpnu[formula = $formula; } public function getFormula() { return $this->formula; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setReference(Google_Service_Sheets_DataSourceColumnReference $reference) { $this->reference = $reference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getReference() { return $this->reference; } } PK0 Z^! ! dvendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterResponse.phpnu[responses = $responses; } /** * @return Google_Service_Sheets_UpdateValuesByDataFilterResponse[] */ public function getResponses() { return $this->responses; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } public function setTotalUpdatedCells($totalUpdatedCells) { $this->totalUpdatedCells = $totalUpdatedCells; } public function getTotalUpdatedCells() { return $this->totalUpdatedCells; } public function setTotalUpdatedColumns($totalUpdatedColumns) { $this->totalUpdatedColumns = $totalUpdatedColumns; } public function getTotalUpdatedColumns() { return $this->totalUpdatedColumns; } public function setTotalUpdatedRows($totalUpdatedRows) { $this->totalUpdatedRows = $totalUpdatedRows; } public function getTotalUpdatedRows() { return $this->totalUpdatedRows; } public function setTotalUpdatedSheets($totalUpdatedSheets) { $this->totalUpdatedSheets = $totalUpdatedSheets; } public function getTotalUpdatedSheets() { return $this->totalUpdatedSheets; } } PK0 ZK_kGvendor/google/apiclient-services/src/Google/Service/Sheets/GridData.phpnu[columnMetadata = $columnMetadata; } /** * @return Google_Service_Sheets_DimensionProperties[] */ public function getColumnMetadata() { return $this->columnMetadata; } /** * @param Google_Service_Sheets_RowData[] */ public function setRowData($rowData) { $this->rowData = $rowData; } /** * @return Google_Service_Sheets_RowData[] */ public function getRowData() { return $this->rowData; } /** * @param Google_Service_Sheets_DimensionProperties[] */ public function setRowMetadata($rowMetadata) { $this->rowMetadata = $rowMetadata; } /** * @return Google_Service_Sheets_DimensionProperties[] */ public function getRowMetadata() { return $this->rowMetadata; } public function setStartColumn($startColumn) { $this->startColumn = $startColumn; } public function getStartColumn() { return $this->startColumn; } public function setStartRow($startRow) { $this->startRow = $startRow; } public function getStartRow() { return $this->startRow; } } PK0 ZbXDOvendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.phpnu[chart = $chart; } /** * @return Google_Service_Sheets_EmbeddedChart */ public function getChart() { return $this->chart; } } PK0 Zg?ddPvendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadata.phpnu[location = $location; } /** * @return Google_Service_Sheets_DeveloperMetadataLocation */ public function getLocation() { return $this->location; } public function setMetadataId($metadataId) { $this->metadataId = $metadataId; } public function getMetadataId() { return $this->metadataId; } public function setMetadataKey($metadataKey) { $this->metadataKey = $metadataKey; } public function getMetadataKey() { return $this->metadataKey; } public function setMetadataValue($metadataValue) { $this->metadataValue = $metadataValue; } public function getMetadataValue() { return $this->metadataValue; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK0 Zt)Gvendor/google/apiclient-services/src/Google/Service/Sheets/CellData.phpnu[dataSourceFormula = $dataSourceFormula; } /** * @return Google_Service_Sheets_DataSourceFormula */ public function getDataSourceFormula() { return $this->dataSourceFormula; } /** * @param Google_Service_Sheets_DataSourceTable */ public function setDataSourceTable(Google_Service_Sheets_DataSourceTable $dataSourceTable) { $this->dataSourceTable = $dataSourceTable; } /** * @return Google_Service_Sheets_DataSourceTable */ public function getDataSourceTable() { return $this->dataSourceTable; } /** * @param Google_Service_Sheets_DataValidationRule */ public function setDataValidation(Google_Service_Sheets_DataValidationRule $dataValidation) { $this->dataValidation = $dataValidation; } /** * @return Google_Service_Sheets_DataValidationRule */ public function getDataValidation() { return $this->dataValidation; } /** * @param Google_Service_Sheets_CellFormat */ public function setEffectiveFormat(Google_Service_Sheets_CellFormat $effectiveFormat) { $this->effectiveFormat = $effectiveFormat; } /** * @return Google_Service_Sheets_CellFormat */ public function getEffectiveFormat() { return $this->effectiveFormat; } /** * @param Google_Service_Sheets_ExtendedValue */ public function setEffectiveValue(Google_Service_Sheets_ExtendedValue $effectiveValue) { $this->effectiveValue = $effectiveValue; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getEffectiveValue() { return $this->effectiveValue; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setHyperlink($hyperlink) { $this->hyperlink = $hyperlink; } public function getHyperlink() { return $this->hyperlink; } public function setNote($note) { $this->note = $note; } public function getNote() { return $this->note; } /** * @param Google_Service_Sheets_PivotTable */ public function setPivotTable(Google_Service_Sheets_PivotTable $pivotTable) { $this->pivotTable = $pivotTable; } /** * @return Google_Service_Sheets_PivotTable */ public function getPivotTable() { return $this->pivotTable; } /** * @param Google_Service_Sheets_TextFormatRun[] */ public function setTextFormatRuns($textFormatRuns) { $this->textFormatRuns = $textFormatRuns; } /** * @return Google_Service_Sheets_TextFormatRun[] */ public function getTextFormatRuns() { return $this->textFormatRuns; } /** * @param Google_Service_Sheets_CellFormat */ public function setUserEnteredFormat(Google_Service_Sheets_CellFormat $userEnteredFormat) { $this->userEnteredFormat = $userEnteredFormat; } /** * @return Google_Service_Sheets_CellFormat */ public function getUserEnteredFormat() { return $this->userEnteredFormat; } /** * @param Google_Service_Sheets_ExtendedValue */ public function setUserEnteredValue(Google_Service_Sheets_ExtendedValue $userEnteredValue) { $this->userEnteredValue = $userEnteredValue; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getUserEnteredValue() { return $this->userEnteredValue; } } PK0 ZLPvendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.phpnu[cell = $cell; } /** * @return Google_Service_Sheets_CellData */ public function getCell() { return $this->cell; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 Z1Tii\vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.phpnu[includeSpreadsheetInResponse = $includeSpreadsheetInResponse; } public function getIncludeSpreadsheetInResponse() { return $this->includeSpreadsheetInResponse; } /** * @param Google_Service_Sheets_Request[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_Sheets_Request[] */ public function getRequests() { return $this->requests; } public function setResponseIncludeGridData($responseIncludeGridData) { $this->responseIncludeGridData = $responseIncludeGridData; } public function getResponseIncludeGridData() { return $this->responseIncludeGridData; } public function setResponseRanges($responseRanges) { $this->responseRanges = $responseRanges; } public function getResponseRanges() { return $this->responseRanges; } } PK0 Z)Tvendor/google/apiclient-services/src/Google/Service/Sheets/ConditionalFormatRule.phpnu[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; } } PK0 Z_bPvendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickDomain.phpnu[data = $data; } /** * @return Google_Service_Sheets_ChartData */ public function getData() { return $this->data; } public function setReversed($reversed) { $this->reversed = $reversed; } public function getReversed() { return $this->reversed; } } PK0 ZO**Pvendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.phpnu[firstBandColor = $firstBandColor; } /** * @return Google_Service_Sheets_Color */ public function getFirstBandColor() { return $this->firstBandColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setFirstBandColorStyle(Google_Service_Sheets_ColorStyle $firstBandColorStyle) { $this->firstBandColorStyle = $firstBandColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getFirstBandColorStyle() { return $this->firstBandColorStyle; } /** * @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_ColorStyle */ public function setFooterColorStyle(Google_Service_Sheets_ColorStyle $footerColorStyle) { $this->footerColorStyle = $footerColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getFooterColorStyle() { return $this->footerColorStyle; } /** * @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_ColorStyle */ public function setHeaderColorStyle(Google_Service_Sheets_ColorStyle $headerColorStyle) { $this->headerColorStyle = $headerColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getHeaderColorStyle() { return $this->headerColorStyle; } /** * @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; } /** * @param Google_Service_Sheets_ColorStyle */ public function setSecondBandColorStyle(Google_Service_Sheets_ColorStyle $secondBandColorStyle) { $this->secondBandColorStyle = $secondBandColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getSecondBandColorStyle() { return $this->secondBandColorStyle; } } PK0 Z\*" " Qvendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSpec.phpnu[connectorLineStyle = $connectorLineStyle; } /** * @return Google_Service_Sheets_LineStyle */ public function getConnectorLineStyle() { return $this->connectorLineStyle; } /** * @param Google_Service_Sheets_WaterfallChartDomain */ public function setDomain(Google_Service_Sheets_WaterfallChartDomain $domain) { $this->domain = $domain; } /** * @return Google_Service_Sheets_WaterfallChartDomain */ public function getDomain() { return $this->domain; } public function setFirstValueIsTotal($firstValueIsTotal) { $this->firstValueIsTotal = $firstValueIsTotal; } public function getFirstValueIsTotal() { return $this->firstValueIsTotal; } public function setHideConnectorLines($hideConnectorLines) { $this->hideConnectorLines = $hideConnectorLines; } public function getHideConnectorLines() { return $this->hideConnectorLines; } /** * @param Google_Service_Sheets_WaterfallChartSeries[] */ public function setSeries($series) { $this->series = $series; } /** * @return Google_Service_Sheets_WaterfallChartSeries[] */ public function getSeries() { return $this->series; } public function setStackedType($stackedType) { $this->stackedType = $stackedType; } public function getStackedType() { return $this->stackedType; } /** * @param Google_Service_Sheets_DataLabel */ public function setTotalDataLabel(Google_Service_Sheets_DataLabel $totalDataLabel) { $this->totalDataLabel = $totalDataLabel; } /** * @return Google_Service_Sheets_DataLabel */ public function getTotalDataLabel() { return $this->totalDataLabel; } } PK0 Zs:Yvendor/google/apiclient-services/src/Google/Service/Sheets/ChartAxisViewWindowOptions.phpnu[viewWindowMax = $viewWindowMax; } public function getViewWindowMax() { return $this->viewWindowMax; } public function setViewWindowMin($viewWindowMin) { $this->viewWindowMin = $viewWindowMin; } public function getViewWindowMin() { return $this->viewWindowMin; } public function setViewWindowMode($viewWindowMode) { $this->viewWindowMode = $viewWindowMode; } public function getViewWindowMode() { return $this->viewWindowMode; } } PK0 Z'VVQvendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_RowData[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Sheets_RowData[] */ public function getRows() { return $this->rows; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZoUvendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartColorScale.phpnu[maxValueColor = $maxValueColor; } /** * @return Google_Service_Sheets_Color */ public function getMaxValueColor() { return $this->maxValueColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setMaxValueColorStyle(Google_Service_Sheets_ColorStyle $maxValueColorStyle) { $this->maxValueColorStyle = $maxValueColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getMaxValueColorStyle() { return $this->maxValueColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setMidValueColor(Google_Service_Sheets_Color $midValueColor) { $this->midValueColor = $midValueColor; } /** * @return Google_Service_Sheets_Color */ public function getMidValueColor() { return $this->midValueColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setMidValueColorStyle(Google_Service_Sheets_ColorStyle $midValueColorStyle) { $this->midValueColorStyle = $midValueColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getMidValueColorStyle() { return $this->midValueColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setMinValueColor(Google_Service_Sheets_Color $minValueColor) { $this->minValueColor = $minValueColor; } /** * @return Google_Service_Sheets_Color */ public function getMinValueColor() { return $this->minValueColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setMinValueColorStyle(Google_Service_Sheets_ColorStyle $minValueColorStyle) { $this->minValueColorStyle = $minValueColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getMinValueColorStyle() { return $this->minValueColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setNoDataColor(Google_Service_Sheets_Color $noDataColor) { $this->noDataColor = $noDataColor; } /** * @return Google_Service_Sheets_Color */ public function getNoDataColor() { return $this->noDataColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setNoDataColorStyle(Google_Service_Sheets_ColorStyle $noDataColorStyle) { $this->noDataColorStyle = $noDataColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getNoDataColorStyle() { return $this->noDataColorStyle; } } PK0 ZMbevendor/google/apiclient-services/src/Google/Service/Sheets/RefreshDataSourceObjectExecutionStatus.phpnu[dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } /** * @param Google_Service_Sheets_DataSourceObjectReference */ public function setReference(Google_Service_Sheets_DataSourceObjectReference $reference) { $this->reference = $reference; } /** * @return Google_Service_Sheets_DataSourceObjectReference */ public function getReference() { return $this->reference; } } PK0 Z<Pvendor/google/apiclient-services/src/Google/Service/Sheets/BigQueryTableSpec.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setTableProjectId($tableProjectId) { $this->tableProjectId = $tableProjectId; } public function getTableProjectId() { return $this->tableProjectId; } } PK0 Z>Pvendor/google/apiclient-services/src/Google/Service/Sheets/MatchedValueRange.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } /** * @param Google_Service_Sheets_ValueRange */ public function setValueRange(Google_Service_Sheets_ValueRange $valueRange) { $this->valueRange = $valueRange; } /** * @return Google_Service_Sheets_ValueRange */ public function getValueRange() { return $this->valueRange; } } PK0 Z Gu++Mvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceSpec.phpnu[bigQuery = $bigQuery; } /** * @return Google_Service_Sheets_BigQueryDataSourceSpec */ public function getBigQuery() { return $this->bigQuery; } /** * @param Google_Service_Sheets_DataSourceParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Sheets_DataSourceParameter[] */ public function getParameters() { return $this->parameters; } } PK0 Zc>DMvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupRule.phpnu[dateTimeRule = $dateTimeRule; } /** * @return Google_Service_Sheets_DateTimeRule */ public function getDateTimeRule() { return $this->dateTimeRule; } /** * @param Google_Service_Sheets_HistogramRule */ public function setHistogramRule(Google_Service_Sheets_HistogramRule $histogramRule) { $this->histogramRule = $histogramRule; } /** * @return Google_Service_Sheets_HistogramRule */ public function getHistogramRule() { return $this->histogramRule; } /** * @param Google_Service_Sheets_ManualRule */ public function setManualRule(Google_Service_Sheets_ManualRule $manualRule) { $this->manualRule = $manualRule; } /** * @return Google_Service_Sheets_ManualRule */ public function getManualRule() { return $this->manualRule; } } PK0 Z ÌUvendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceResponse.phpnu[cellsChangedCount = $cellsChangedCount; } public function getCellsChangedCount() { return $this->cellsChangedCount; } } PK0 Zƍ^vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataResponse.phpnu[developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata[] */ public function getDeveloperMetadata() { return $this->developerMetadata; } } PK0 Z??Svendor/google/apiclient-services/src/Google/Service/Sheets/AddDataSourceRequest.phpnu[dataSource = $dataSource; } /** * @return Google_Service_Sheets_DataSource */ public function getDataSource() { return $this->dataSource; } } PK0 Zo''Kvendor/google/apiclient-services/src/Google/Service/Sheets/DateTimeRule.phpnu[type = $type; } public function getType() { return $this->type; } } PK0 Z(yHvendor/google/apiclient-services/src/Google/Service/Sheets/LineStyle.phpnu[type = $type; } public function getType() { return $this->type; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK0 ZȂ^++avendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setNewIndex($newIndex) { $this->newIndex = $newIndex; } public function getNewIndex() { return $this->newIndex; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setRule(Google_Service_Sheets_ConditionalFormatRule $rule) { $this->rule = $rule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getRule() { return $this->rule; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZM[vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_SheetProperties */ public function setProperties(Google_Service_Sheets_SheetProperties $properties) { $this->properties = $properties; } /** * @return Google_Service_Sheets_SheetProperties */ public function getProperties() { return $this->properties; } } PK0 ZtLLOvendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.phpnu[destination = $destination; } /** * @return Google_Service_Sheets_GridRange */ public function getDestination() { return $this->destination; } public function setPasteOrientation($pasteOrientation) { $this->pasteOrientation = $pasteOrientation; } public function getPasteOrientation() { return $this->pasteOrientation; } public function setPasteType($pasteType) { $this->pasteType = $pasteType; } public function getPasteType() { return $this->pasteType; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } } PK0 ZxԞVvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDataSourceRequest.phpnu[dataSource = $dataSource; } /** * @return Google_Service_Sheets_DataSource */ public function getDataSource() { return $this->dataSource; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } } PK0 Z~HHPvendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.phpnu[bandedRange = $bandedRange; } /** * @return Google_Service_Sheets_BandedRange */ public function getBandedRange() { return $this->bandedRange; } } PK0 Z NNNvendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.phpnu[properties = $properties; } /** * @return Google_Service_Sheets_SheetProperties */ public function getProperties() { return $this->properties; } } PK0 ZMvendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.phpnu[position = $position; } /** * @return Google_Service_Sheets_TextPosition */ public function getPosition() { return $this->position; } /** * @param Google_Service_Sheets_TextFormat */ public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTextFormat() { return $this->textFormat; } } PK0 Z|y..Zvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } } PK0 ZNppIvendor/google/apiclient-services/src/Google/Service/Sheets/SlicerSpec.phpnu[applyToPivotTables = $applyToPivotTables; } public function getApplyToPivotTables() { return $this->applyToPivotTables; } /** * @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_ColorStyle */ public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle) { $this->backgroundColorStyle = $backgroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBackgroundColorStyle() { return $this->backgroundColorStyle; } public function setColumnIndex($columnIndex) { $this->columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } /** * @param Google_Service_Sheets_GridRange */ public function setDataRange(Google_Service_Sheets_GridRange $dataRange) { $this->dataRange = $dataRange; } /** * @return Google_Service_Sheets_GridRange */ public function getDataRange() { return $this->dataRange; } /** * @param Google_Service_Sheets_FilterCriteria */ public function setFilterCriteria(Google_Service_Sheets_FilterCriteria $filterCriteria) { $this->filterCriteria = $filterCriteria; } /** * @return Google_Service_Sheets_FilterCriteria */ public function getFilterCriteria() { return $this->filterCriteria; } public function setHorizontalAlignment($horizontalAlignment) { $this->horizontalAlignment = $horizontalAlignment; } public function getHorizontalAlignment() { return $this->horizontalAlignment; } /** * @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; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 Z&j]vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.phpnu[prefix = $prefix; } public function getPrefix() { return $this->prefix; } public function setSuffix($suffix) { $this->suffix = $suffix; } public function getSuffix() { return $this->suffix; } } PK0 Z00_vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceRefreshMonthlySchedule.phpnu[daysOfMonth = $daysOfMonth; } public function getDaysOfMonth() { return $this->daysOfMonth; } /** * @param Google_Service_Sheets_TimeOfDay */ public function setStartTime(Google_Service_Sheets_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_Sheets_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK0 Z{ߞIvendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.phpnu[majorDimension = $majorDimension; } public function getMajorDimension() { return $this->majorDimension; } public function setRange($range) { $this->range = $range; } public function getRange() { return $this->range; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK0 Z4WnqqJvendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.phpnu[dataSourceSchedules = $dataSourceSchedules; } /** * @return Google_Service_Sheets_DataSourceRefreshSchedule[] */ public function getDataSourceSchedules() { return $this->dataSourceSchedules; } /** * @param Google_Service_Sheets_DataSource[] */ public function setDataSources($dataSources) { $this->dataSources = $dataSources; } /** * @return Google_Service_Sheets_DataSource[] */ public function getDataSources() { return $this->dataSources; } /** * @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_NamedRange[] */ public function setNamedRanges($namedRanges) { $this->namedRanges = $namedRanges; } /** * @return Google_Service_Sheets_NamedRange[] */ public function getNamedRanges() { return $this->namedRanges; } /** * @param Google_Service_Sheets_SpreadsheetProperties */ public function setProperties(Google_Service_Sheets_SpreadsheetProperties $properties) { $this->properties = $properties; } /** * @return Google_Service_Sheets_SpreadsheetProperties */ public function getProperties() { return $this->properties; } /** * @param Google_Service_Sheets_Sheet[] */ public function setSheets($sheets) { $this->sheets = $sheets; } /** * @return Google_Service_Sheets_Sheet[] */ public function getSheets() { return $this->sheets; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } public function setSpreadsheetUrl($spreadsheetUrl) { $this->spreadsheetUrl = $spreadsheetUrl; } public function getSpreadsheetUrl() { return $this->spreadsheetUrl; } } PK0 Z%%Ovendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartSpec.phpnu[colorData = $colorData; } /** * @return Google_Service_Sheets_ChartData */ public function getColorData() { return $this->colorData; } /** * @param Google_Service_Sheets_TreemapChartColorScale */ public function setColorScale(Google_Service_Sheets_TreemapChartColorScale $colorScale) { $this->colorScale = $colorScale; } /** * @return Google_Service_Sheets_TreemapChartColorScale */ public function getColorScale() { return $this->colorScale; } /** * @param Google_Service_Sheets_Color */ public function setHeaderColor(Google_Service_Sheets_Color $headerColor) { $this->headerColor = $headerColor; } /** * @return Google_Service_Sheets_Color */ public function getHeaderColor() { return $this->headerColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setHeaderColorStyle(Google_Service_Sheets_ColorStyle $headerColorStyle) { $this->headerColorStyle = $headerColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getHeaderColorStyle() { return $this->headerColorStyle; } public function setHideTooltips($hideTooltips) { $this->hideTooltips = $hideTooltips; } public function getHideTooltips() { return $this->hideTooltips; } public function setHintedLevels($hintedLevels) { $this->hintedLevels = $hintedLevels; } public function getHintedLevels() { return $this->hintedLevels; } /** * @param Google_Service_Sheets_ChartData */ public function setLabels(Google_Service_Sheets_ChartData $labels) { $this->labels = $labels; } /** * @return Google_Service_Sheets_ChartData */ public function getLabels() { return $this->labels; } public function setLevels($levels) { $this->levels = $levels; } public function getLevels() { return $this->levels; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } /** * @param Google_Service_Sheets_ChartData */ public function setParentLabels(Google_Service_Sheets_ChartData $parentLabels) { $this->parentLabels = $parentLabels; } /** * @return Google_Service_Sheets_ChartData */ public function getParentLabels() { return $this->parentLabels; } /** * @param Google_Service_Sheets_ChartData */ public function setSizeData(Google_Service_Sheets_ChartData $sizeData) { $this->sizeData = $sizeData; } /** * @return Google_Service_Sheets_ChartData */ public function getSizeData() { return $this->sizeData; } /** * @param Google_Service_Sheets_TextFormat */ public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTextFormat() { return $this->textFormat; } } PK0 Z &,bssWvendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.phpnu[protectedRange = $protectedRange; } /** * @return Google_Service_Sheets_ProtectedRange */ public function getProtectedRange() { return $this->protectedRange; } } PK0 Zs~ЧMvendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.phpnu[columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZkϩH H Rvendor/google/apiclient-services/src/Google/Service/Sheets/DimensionProperties.phpnu[dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } /** * @param Google_Service_Sheets_DeveloperMetadata[] */ public function setDeveloperMetadata($developerMetadata) { $this->developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata[] */ public function getDeveloperMetadata() { return $this->developerMetadata; } public function setHiddenByFilter($hiddenByFilter) { $this->hiddenByFilter = $hiddenByFilter; } public function getHiddenByFilter() { return $this->hiddenByFilter; } public function setHiddenByUser($hiddenByUser) { $this->hiddenByUser = $hiddenByUser; } public function getHiddenByUser() { return $this->hiddenByUser; } public function setPixelSize($pixelSize) { $this->pixelSize = $pixelSize; } public function getPixelSize() { return $this->pixelSize; } } PK0 ZEtIvendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.phpnu[message = $message; } public function getMessage() { return $this->message; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZZvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionGroupRequest.phpnu[dimensionGroup = $dimensionGroup; } /** * @return Google_Service_Sheets_DimensionGroup */ public function getDimensionGroup() { return $this->dimensionGroup; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } } PK0 ZşTvendor/google/apiclient-services/src/Google/Service/Sheets/RandomizeRangeRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 ZxqXvendor/google/apiclient-services/src/Google/Service/Sheets/RefreshDataSourceResponse.phpnu[statuses = $statuses; } /** * @return Google_Service_Sheets_RefreshDataSourceObjectExecutionStatus[] */ public function getStatuses() { return $this->statuses; } } PK0 Z  Ovendor/google/apiclient-services/src/Google/Service/Sheets/AddSlicerRequest.phpnu[slicer = $slicer; } /** * @return Google_Service_Sheets_Slicer */ public function getSlicer() { return $this->slicer; } } PK0 Z]Xvendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLocation.phpnu[dimensionRange = $dimensionRange; } /** * @return Google_Service_Sheets_DimensionRange */ public function getDimensionRange() { return $this->dimensionRange; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setSpreadsheet($spreadsheet) { $this->spreadsheet = $spreadsheet; } public function getSpreadsheet() { return $this->spreadsheet; } } PK0 Z/ {{Hvendor/google/apiclient-services/src/Google/Service/Sheets/GridRange.phpnu[endColumnIndex = $endColumnIndex; } public function getEndColumnIndex() { return $this->endColumnIndex; } public function setEndRowIndex($endRowIndex) { $this->endRowIndex = $endRowIndex; } public function getEndRowIndex() { return $this->endRowIndex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setStartColumnIndex($startColumnIndex) { $this->startColumnIndex = $startColumnIndex; } public function getStartColumnIndex() { return $this->startColumnIndex; } public function setStartRowIndex($startRowIndex) { $this->startRowIndex = $startRowIndex; } public function getStartRowIndex() { return $this->startRowIndex; } } PK0 ZvƉ##Ivendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.phpnu[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_DataExecutionStatus */ public function setDataExecutionStatus(Google_Service_Sheets_DataExecutionStatus $dataExecutionStatus) { $this->dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } /** * @param Google_Service_Sheets_PivotFilterSpec[] */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return Google_Service_Sheets_PivotFilterSpec[] */ public function getFilterSpecs() { return $this->filterSpecs; } /** * @param Google_Service_Sheets_PivotGroup[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Sheets_PivotGroup[] */ public function getRows() { return $this->rows; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } public function setValueLayout($valueLayout) { $this->valueLayout = $valueLayout; } public function getValueLayout() { return $this->valueLayout; } /** * @param Google_Service_Sheets_PivotValue[] */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Sheets_PivotValue[] */ public function getValues() { return $this->values; } } PK0 Z0+X99Ivendor/google/apiclient-services/src/Google/Service/Sheets/ManualRule.phpnu[groups = $groups; } /** * @return Google_Service_Sheets_ManualRuleGroup[] */ public function getGroups() { return $this->groups; } } PK0 Zq1A A Ivendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.phpnu[bold = $bold; } public function getBold() { return $this->bold; } public function setFontFamily($fontFamily) { $this->fontFamily = $fontFamily; } public function getFontFamily() { return $this->fontFamily; } public function setFontSize($fontSize) { $this->fontSize = $fontSize; } public function getFontSize() { return $this->fontSize; } /** * @param Google_Service_Sheets_Color */ public function setForegroundColor(Google_Service_Sheets_Color $foregroundColor) { $this->foregroundColor = $foregroundColor; } /** * @return Google_Service_Sheets_Color */ public function getForegroundColor() { return $this->foregroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setForegroundColorStyle(Google_Service_Sheets_ColorStyle $foregroundColorStyle) { $this->foregroundColorStyle = $foregroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getForegroundColorStyle() { return $this->foregroundColorStyle; } public function setItalic($italic) { $this->italic = $italic; } public function getItalic() { return $this->italic; } public function setStrikethrough($strikethrough) { $this->strikethrough = $strikethrough; } public function getStrikethrough() { return $this->strikethrough; } public function setUnderline($underline) { $this->underline = $underline; } public function getUnderline() { return $this->underline; } } PK0 Z̐Ovendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.phpnu[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; } } PK0 Z1dUvendor/google/apiclient-services/src/Google/Service/Sheets/BigQueryDataSourceSpec.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Sheets_BigQueryQuerySpec */ public function setQuerySpec(Google_Service_Sheets_BigQueryQuerySpec $querySpec) { $this->querySpec = $querySpec; } /** * @return Google_Service_Sheets_BigQueryQuerySpec */ public function getQuerySpec() { return $this->querySpec; } /** * @param Google_Service_Sheets_BigQueryTableSpec */ public function setTableSpec(Google_Service_Sheets_BigQueryTableSpec $tableSpec) { $this->tableSpec = $tableSpec; } /** * @return Google_Service_Sheets_BigQueryTableSpec */ public function getTableSpec() { return $this->tableSpec; } } PK0 ZuVDvendor/google/apiclient-services/src/Google/Service/Sheets/Color.phpnu[alpha = $alpha; } public function getAlpha() { return $this->alpha; } public function setBlue($blue) { $this->blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK0 Z$$Tvendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.phpnu[filter = $filter; } /** * @return Google_Service_Sheets_BasicFilter */ public function getFilter() { return $this->filter; } } PK0 ZKB( Mvendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Sheets_Editors */ public function setEditors(Google_Service_Sheets_Editors $editors) { $this->editors = $editors; } /** * @return Google_Service_Sheets_Editors */ public function getEditors() { return $this->editors; } public function setNamedRangeId($namedRangeId) { $this->namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } public function setProtectedRangeId($protectedRangeId) { $this->protectedRangeId = $protectedRangeId; } public function getProtectedRangeId() { return $this->protectedRangeId; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } public function setRequestingUserCanEdit($requestingUserCanEdit) { $this->requestingUserCanEdit = $requestingUserCanEdit; } public function getRequestingUserCanEdit() { return $this->requestingUserCanEdit; } /** * @param Google_Service_Sheets_GridRange[] */ public function setUnprotectedRanges($unprotectedRanges) { $this->unprotectedRanges = $unprotectedRanges; } /** * @return Google_Service_Sheets_GridRange[] */ public function getUnprotectedRanges() { return $this->unprotectedRanges; } public function setWarningOnly($warningOnly) { $this->warningOnly = $warningOnly; } public function getWarningOnly() { return $this->warningOnly; } } PK0 ZS{{Nvendor/google/apiclient-services/src/Google/Service/Sheets/BubbleChartSpec.phpnu[bubbleBorderColor = $bubbleBorderColor; } /** * @return Google_Service_Sheets_Color */ public function getBubbleBorderColor() { return $this->bubbleBorderColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setBubbleBorderColorStyle(Google_Service_Sheets_ColorStyle $bubbleBorderColorStyle) { $this->bubbleBorderColorStyle = $bubbleBorderColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBubbleBorderColorStyle() { return $this->bubbleBorderColorStyle; } /** * @param Google_Service_Sheets_ChartData */ public function setBubbleLabels(Google_Service_Sheets_ChartData $bubbleLabels) { $this->bubbleLabels = $bubbleLabels; } /** * @return Google_Service_Sheets_ChartData */ public function getBubbleLabels() { return $this->bubbleLabels; } public function setBubbleMaxRadiusSize($bubbleMaxRadiusSize) { $this->bubbleMaxRadiusSize = $bubbleMaxRadiusSize; } public function getBubbleMaxRadiusSize() { return $this->bubbleMaxRadiusSize; } public function setBubbleMinRadiusSize($bubbleMinRadiusSize) { $this->bubbleMinRadiusSize = $bubbleMinRadiusSize; } public function getBubbleMinRadiusSize() { return $this->bubbleMinRadiusSize; } public function setBubbleOpacity($bubbleOpacity) { $this->bubbleOpacity = $bubbleOpacity; } public function getBubbleOpacity() { return $this->bubbleOpacity; } /** * @param Google_Service_Sheets_ChartData */ public function setBubbleSizes(Google_Service_Sheets_ChartData $bubbleSizes) { $this->bubbleSizes = $bubbleSizes; } /** * @return Google_Service_Sheets_ChartData */ public function getBubbleSizes() { return $this->bubbleSizes; } /** * @param Google_Service_Sheets_TextFormat */ public function setBubbleTextStyle(Google_Service_Sheets_TextFormat $bubbleTextStyle) { $this->bubbleTextStyle = $bubbleTextStyle; } /** * @return Google_Service_Sheets_TextFormat */ public function getBubbleTextStyle() { return $this->bubbleTextStyle; } /** * @param Google_Service_Sheets_ChartData */ public function setDomain(Google_Service_Sheets_ChartData $domain) { $this->domain = $domain; } /** * @return Google_Service_Sheets_ChartData */ public function getDomain() { return $this->domain; } /** * @param Google_Service_Sheets_ChartData */ public function setGroupIds(Google_Service_Sheets_ChartData $groupIds) { $this->groupIds = $groupIds; } /** * @return Google_Service_Sheets_ChartData */ public function getGroupIds() { return $this->groupIds; } public function setLegendPosition($legendPosition) { $this->legendPosition = $legendPosition; } public function getLegendPosition() { return $this->legendPosition; } /** * @param Google_Service_Sheets_ChartData */ public function setSeries(Google_Service_Sheets_ChartData $series) { $this->series = $series; } /** * @return Google_Service_Sheets_ChartData */ public function getSeries() { return $this->series; } } PK0 Zs11Rvendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.phpnu[condition = $condition; } /** * @return Google_Service_Sheets_BooleanCondition */ public function getCondition() { return $this->condition; } public function setVisibleByDefault($visibleByDefault) { $this->visibleByDefault = $visibleByDefault; } public function getVisibleByDefault() { return $this->visibleByDefault; } public function setVisibleValues($visibleValues) { $this->visibleValues = $visibleValues; } public function getVisibleValues() { return $this->visibleValues; } } PK0 Z#b b Mvendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.phpnu[condition = $condition; } /** * @return Google_Service_Sheets_BooleanCondition */ public function getCondition() { return $this->condition; } public function setHiddenValues($hiddenValues) { $this->hiddenValues = $hiddenValues; } public function getHiddenValues() { return $this->hiddenValues; } /** * @param Google_Service_Sheets_Color */ public function setVisibleBackgroundColor(Google_Service_Sheets_Color $visibleBackgroundColor) { $this->visibleBackgroundColor = $visibleBackgroundColor; } /** * @return Google_Service_Sheets_Color */ public function getVisibleBackgroundColor() { return $this->visibleBackgroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setVisibleBackgroundColorStyle(Google_Service_Sheets_ColorStyle $visibleBackgroundColorStyle) { $this->visibleBackgroundColorStyle = $visibleBackgroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getVisibleBackgroundColorStyle() { return $this->visibleBackgroundColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setVisibleForegroundColor(Google_Service_Sheets_Color $visibleForegroundColor) { $this->visibleForegroundColor = $visibleForegroundColor; } /** * @return Google_Service_Sheets_Color */ public function getVisibleForegroundColor() { return $this->visibleForegroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setVisibleForegroundColorStyle(Google_Service_Sheets_ColorStyle $visibleForegroundColorStyle) { $this->visibleForegroundColorStyle = $visibleForegroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getVisibleForegroundColorStyle() { return $this->visibleForegroundColorStyle; } } PK0 Z9Tvendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.phpnu[insertSheetIndex = $insertSheetIndex; } public function getInsertSheetIndex() { return $this->insertSheetIndex; } public function setNewSheetId($newSheetId) { $this->newSheetId = $newSheetId; } public function getNewSheetId() { return $this->newSheetId; } public function setNewSheetName($newSheetName) { $this->newSheetName = $newSheetName; } public function getNewSheetName() { return $this->newSheetName; } public function setSourceSheetId($sourceSheetId) { $this->sourceSheetId = $sourceSheetId; } public function getSourceSheetId() { return $this->sourceSheetId; } } PK0 Z*g1gg\vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceSheetDimensionRange.phpnu[columnReferences = $columnReferences; } /** * @return Google_Service_Sheets_DataSourceColumnReference[] */ public function getColumnReferences() { return $this->columnReferences; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZCCMvendor/google/apiclient-services/src/Google/Service/Sheets/ConditionValue.phpnu[relativeDate = $relativeDate; } public function getRelativeDate() { return $this->relativeDate; } public function setUserEnteredValue($userEnteredValue) { $this->userEnteredValue = $userEnteredValue; } public function getUserEnteredValue() { return $this->userEnteredValue; } } PK0 Z[++Wvendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } } PK0 Z 44Zvendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.phpnu[ * $sheetsService = new Google_Service_Sheets(...); * $values = $sheetsService->values; * */ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_Resource { /** * Appends values to a spreadsheet. The input range is used to search for * existing data and find a "table" within that range. Values will be appended * to the next row of the table, starting with the first column of the table. * See the [guide](/sheets/api/guides/values#appending_values) and [sample * code](/sheets/api/samples/writing#append_values) for specific details of how * tables are detected and data is appended. The caller must specify the * spreadsheet ID, range, and a valueInputOption. The `valueInputOption` only * controls how the input data will be added to the sheet (column-wise or row- * wise), it does not influence what cell the data starts being written to. * (values.append) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param string $range The A1 notation of a range to search for a logical table * of data. Values are appended after the last row of the table. * @param Google_Service_Sheets_ValueRange $postBody * @param array $optParams Optional parameters. * * @opt_param bool includeValuesInResponse Determines if the update response * should include the values of the cells that were appended. By default, * responses do not include the updated values. * @opt_param string insertDataOption How the input data should be inserted. * @opt_param string responseDateTimeRenderOption Determines how dates, times, * and durations in the response should be rendered. This is ignored if * response_value_render_option is FORMATTED_VALUE. The default dateTime render * option is [DateTimeRenderOption.SERIAL_NUMBER]. * @opt_param 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_AppendValuesResponse */ public function append($spreadsheetId, $range, Google_Service_Sheets_ValueRange $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('append', array($params), "Google_Service_Sheets_AppendValuesResponse"); } /** * Clears one or more ranges of values from a spreadsheet. The caller must * specify the spreadsheet ID and one or more ranges. Only values are cleared -- * all other properties of the cell (such as formatting, data validation, etc..) * are kept. (values.batchClear) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param Google_Service_Sheets_BatchClearValuesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_BatchClearValuesResponse */ public function batchClear($spreadsheetId, Google_Service_Sheets_BatchClearValuesRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchClear', array($params), "Google_Service_Sheets_BatchClearValuesResponse"); } /** * Clears one or more ranges of values from a spreadsheet. The caller must * specify the spreadsheet ID and one or more DataFilters. Ranges matching any * of the specified data filters will be cleared. Only values are cleared -- all * other properties of the cell (such as formatting, data validation, etc..) are * kept. (values.batchClearByDataFilter) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param Google_Service_Sheets_BatchClearValuesByDataFilterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_BatchClearValuesByDataFilterResponse */ public function batchClearByDataFilter($spreadsheetId, Google_Service_Sheets_BatchClearValuesByDataFilterRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchClearByDataFilter', array($params), "Google_Service_Sheets_BatchClearValuesByDataFilterResponse"); } /** * Returns one or more ranges of values from a spreadsheet. The caller must * specify the spreadsheet ID and one or more ranges. (values.batchGet) * * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. * @param array $optParams Optional parameters. * * @opt_param string dateTimeRenderOption How dates, times, and durations should * be represented in the output. This is ignored if value_render_option is * FORMATTED_VALUE. The default dateTime render option is * [DateTimeRenderOption.SERIAL_NUMBER]. * @opt_param string majorDimension The major dimension that results should use. * For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then * requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas * requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`. * @opt_param string ranges The A1 notation or R1C1 notation of the range to * retrieve values from. * @opt_param string valueRenderOption How values should be represented in the * output. The default render option is ValueRenderOption.FORMATTED_VALUE. * @return Google_Service_Sheets_BatchGetValuesResponse */ public function batchGet($spreadsheetId, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_Sheets_BatchGetValuesResponse"); } /** * Returns one or more ranges of values that match the specified data filters. * The caller must specify the spreadsheet ID and one or more DataFilters. * Ranges that match any of the data filters in the request will be returned. * (values.batchGetByDataFilter) * * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. * @param Google_Service_Sheets_BatchGetValuesByDataFilterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_BatchGetValuesByDataFilterResponse */ public function batchGetByDataFilter($spreadsheetId, Google_Service_Sheets_BatchGetValuesByDataFilterRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchGetByDataFilter', array($params), "Google_Service_Sheets_BatchGetValuesByDataFilterResponse"); } /** * Sets values in one or more ranges of a spreadsheet. The caller must specify * the spreadsheet ID, a valueInputOption, and one or more ValueRanges. * (values.batchUpdate) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param Google_Service_Sheets_BatchUpdateValuesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_BatchUpdateValuesResponse */ public function batchUpdate($spreadsheetId, Google_Service_Sheets_BatchUpdateValuesRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Sheets_BatchUpdateValuesResponse"); } /** * Sets values in one or more ranges of a spreadsheet. The caller must specify * the spreadsheet ID, a valueInputOption, and one or more * DataFilterValueRanges. (values.batchUpdateByDataFilter) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param Google_Service_Sheets_BatchUpdateValuesByDataFilterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_BatchUpdateValuesByDataFilterResponse */ public function batchUpdateByDataFilter($spreadsheetId, Google_Service_Sheets_BatchUpdateValuesByDataFilterRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdateByDataFilter', array($params), "Google_Service_Sheets_BatchUpdateValuesByDataFilterResponse"); } /** * Clears values from a spreadsheet. The caller must specify the spreadsheet ID * and range. Only values are cleared -- all other properties of the cell (such * as formatting, data validation, etc..) are kept. (values.clear) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param string $range The A1 notation or R1C1 notation of the values to clear. * @param Google_Service_Sheets_ClearValuesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_ClearValuesResponse */ public function clear($spreadsheetId, $range, Google_Service_Sheets_ClearValuesRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('clear', array($params), "Google_Service_Sheets_ClearValuesResponse"); } /** * Returns a range of values from a spreadsheet. The caller must specify the * spreadsheet ID and a range. (values.get) * * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. * @param string $range The A1 notation or R1C1 notation of the range to * retrieve values from. * @param array $optParams Optional parameters. * * @opt_param string dateTimeRenderOption How dates, times, and durations should * be represented in the output. This is ignored if value_render_option is * FORMATTED_VALUE. The default dateTime render option is * [DateTimeRenderOption.SERIAL_NUMBER]. * @opt_param string majorDimension The major dimension that results should use. * For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then * requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas * requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`. * @opt_param string valueRenderOption How values should be represented in the * output. The default render option is ValueRenderOption.FORMATTED_VALUE. * @return Google_Service_Sheets_ValueRange */ public function get($spreadsheetId, $range, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sheets_ValueRange"); } /** * Sets values in a range of a spreadsheet. The caller must specify the * spreadsheet ID, range, and a valueInputOption. (values.update) * * @param string $spreadsheetId The ID of the spreadsheet to update. * @param string $range The A1 notation of the values to update. * @param Google_Service_Sheets_ValueRange $postBody * @param array $optParams Optional parameters. * * @opt_param bool includeValuesInResponse Determines if the update response * should include the values of the cells that were updated. By default, * responses do not include the updated values. If the range to write was larger * than the range actually written, the response includes all values in the * requested range (excluding trailing empty rows and columns). * @opt_param string responseDateTimeRenderOption Determines how dates, times, * and durations in the response should be rendered. This is ignored if * response_value_render_option is FORMATTED_VALUE. The default dateTime render * option is DateTimeRenderOption.SERIAL_NUMBER. * @opt_param 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()) { $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Sheets_UpdateValuesResponse"); } } PK0 Zyy evendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsDeveloperMetadata.phpnu[ * $sheetsService = new Google_Service_Sheets(...); * $developerMetadata = $sheetsService->developerMetadata; * */ class Google_Service_Sheets_Resource_SpreadsheetsDeveloperMetadata extends Google_Service_Resource { /** * Returns the developer metadata with the specified ID. The caller must specify * the spreadsheet ID and the developer metadata's unique metadataId. * (developerMetadata.get) * * @param string $spreadsheetId The ID of the spreadsheet to retrieve metadata * from. * @param int $metadataId The ID of the developer metadata to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Sheets_DeveloperMetadata */ public function get($spreadsheetId, $metadataId, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'metadataId' => $metadataId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sheets_DeveloperMetadata"); } /** * Returns all developer metadata matching the specified DataFilter. If the * provided DataFilter represents a DeveloperMetadataLookup object, this will * return all DeveloperMetadata entries selected by it. If the DataFilter * represents a location in a spreadsheet, this will return all developer * metadata associated with locations intersecting that region. * (developerMetadata.search) * * @param string $spreadsheetId The ID of the spreadsheet to retrieve metadata * from. * @param Google_Service_Sheets_SearchDeveloperMetadataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_SearchDeveloperMetadataResponse */ public function search($spreadsheetId, Google_Service_Sheets_SearchDeveloperMetadataRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_Sheets_SearchDeveloperMetadataResponse"); } } PK0 Z * $sheetsService = new Google_Service_Sheets(...); * $spreadsheets = $sheetsService->spreadsheets; * */ class Google_Service_Sheets_Resource_Spreadsheets extends Google_Service_Resource { /** * Applies one or more updates to the spreadsheet. Each request is validated * before being applied. If any request is not valid then the entire request * will fail and nothing will be applied. Some requests have replies to give you * some information about how they are applied. The replies will mirror the * requests. For example, if you applied 4 updates and the 3rd one had a reply, * then the response will have 2 empty replies, the actual reply, and another * empty reply, in that order. Due to the collaborative nature of spreadsheets, * it is not guaranteed that the spreadsheet will reflect exactly your changes * after this completes, however it is guaranteed that the updates in the * request will be applied together atomically. Your changes may be altered with * respect to collaborator changes. If there are no collaborators, the * spreadsheet should reflect your changes. (spreadsheets.batchUpdate) * * @param string $spreadsheetId The spreadsheet to apply the updates to. * @param Google_Service_Sheets_BatchUpdateSpreadsheetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_BatchUpdateSpreadsheetResponse */ public function batchUpdate($spreadsheetId, Google_Service_Sheets_BatchUpdateSpreadsheetRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Sheets_BatchUpdateSpreadsheetResponse"); } /** * Creates a spreadsheet, returning the newly created spreadsheet. * (spreadsheets.create) * * @param Google_Service_Sheets_Spreadsheet $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_Spreadsheet */ public function create(Google_Service_Sheets_Spreadsheet $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sheets_Spreadsheet"); } /** * Returns the spreadsheet at the given ID. The caller must specify the * spreadsheet ID. By default, data within grids will not be returned. You can * include grid data one of two ways: * Specify a field mask listing your * desired fields using the `fields` URL parameter in HTTP * Set the * includeGridData URL parameter to true. If a field mask is set, the * `includeGridData` parameter is ignored For large spreadsheets, it is * recommended to retrieve only the specific fields of the spreadsheet that you * want. To retrieve only subsets of the spreadsheet, use the ranges URL * parameter. Multiple ranges can be specified. Limiting the range will return * only the portions of the spreadsheet that intersect the requested ranges. * Ranges are specified using A1 notation. (spreadsheets.get) * * @param string $spreadsheetId The spreadsheet to request. * @param array $optParams Optional parameters. * * @opt_param bool includeGridData True if grid data should be returned. This * parameter is ignored if a field mask was set in the request. * @opt_param string ranges The ranges to retrieve from the spreadsheet. * @return Google_Service_Sheets_Spreadsheet */ public function get($spreadsheetId, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sheets_Spreadsheet"); } /** * Returns the spreadsheet at the given ID. The caller must specify the * spreadsheet ID. This method differs from GetSpreadsheet in that it allows * selecting which subsets of spreadsheet data to return by specifying a * dataFilters parameter. Multiple DataFilters can be specified. Specifying one * or more data filters will return the portions of the spreadsheet that * intersect ranges matched by any of the filters. By default, data within grids * will not be returned. You can include grid data one of two ways: * Specify a * field mask listing your desired fields using the `fields` URL parameter in * HTTP * Set the includeGridData parameter to true. If a field mask is set, the * `includeGridData` parameter is ignored For large spreadsheets, it is * recommended to retrieve only the specific fields of the spreadsheet that you * want. (spreadsheets.getByDataFilter) * * @param string $spreadsheetId The spreadsheet to request. * @param Google_Service_Sheets_GetSpreadsheetByDataFilterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_Spreadsheet */ public function getByDataFilter($spreadsheetId, Google_Service_Sheets_GetSpreadsheetByDataFilterRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getByDataFilter', array($params), "Google_Service_Sheets_Spreadsheet"); } } PK0 Z|Zvendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.phpnu[ * $sheetsService = new Google_Service_Sheets(...); * $sheets = $sheetsService->sheets; * */ class Google_Service_Sheets_Resource_SpreadsheetsSheets extends Google_Service_Resource { /** * Copies a single sheet from a spreadsheet to another spreadsheet. Returns the * properties of the newly created sheet. (sheets.copyTo) * * @param string $spreadsheetId The ID of the spreadsheet containing the sheet * to copy. * @param int $sheetId The ID of the sheet to copy. * @param Google_Service_Sheets_CopySheetToAnotherSpreadsheetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sheets_SheetProperties */ public function copyTo($spreadsheetId, $sheetId, Google_Service_Sheets_CopySheetToAnotherSpreadsheetRequest $postBody, $optParams = array()) { $params = array('spreadsheetId' => $spreadsheetId, 'sheetId' => $sheetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('copyTo', array($params), "Google_Service_Sheets_SheetProperties"); } } PK0 Z JNvendor/google/apiclient-services/src/Google/Service/Sheets/AddChartRequest.phpnu[chart = $chart; } /** * @return Google_Service_Sheets_EmbeddedChart */ public function getChart() { return $this->chart; } } PK0 ZPti<,,Pvendor/google/apiclient-services/src/Google/Service/Sheets/ChartDateTimeRule.phpnu[type = $type; } public function getType() { return $this->type; } } PK0 Z_Jvendor/google/apiclient-services/src/Google/Service/Sheets/BooleanRule.phpnu[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; } } PK0 Zx*Ivendor/google/apiclient-services/src/Google/Service/Sheets/PivotValue.phpnu[calculatedDisplayType = $calculatedDisplayType; } public function getCalculatedDisplayType() { return $this->calculatedDisplayType; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setDataSourceColumnReference(Google_Service_Sheets_DataSourceColumnReference $dataSourceColumnReference) { $this->dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } public function setFormula($formula) { $this->formula = $formula; } public function getFormula() { return $this->formula; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSourceColumnOffset($sourceColumnOffset) { $this->sourceColumnOffset = $sourceColumnOffset; } public function getSourceColumnOffset() { return $this->sourceColumnOffset; } public function setSummarizeFunction($summarizeFunction) { $this->summarizeFunction = $summarizeFunction; } public function getSummarizeFunction() { return $this->summarizeFunction; } } PK0 ZۥEGvendor/google/apiclient-services/src/Google/Service/Sheets/Interval.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK0 Zы6Nvendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterSpec.phpnu[columnOffsetIndex = $columnOffsetIndex; } public function getColumnOffsetIndex() { return $this->columnOffsetIndex; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setDataSourceColumnReference(Google_Service_Sheets_DataSourceColumnReference $dataSourceColumnReference) { $this->dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } /** * @param Google_Service_Sheets_PivotFilterCriteria */ public function setFilterCriteria(Google_Service_Sheets_PivotFilterCriteria $filterCriteria) { $this->filterCriteria = $filterCriteria; } /** * @return Google_Service_Sheets_PivotFilterCriteria */ public function getFilterCriteria() { return $this->filterCriteria; } } PK0 Z"a) Vvendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLookup.phpnu[locationMatchingStrategy = $locationMatchingStrategy; } public function getLocationMatchingStrategy() { return $this->locationMatchingStrategy; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } public function setMetadataId($metadataId) { $this->metadataId = $metadataId; } public function getMetadataId() { return $this->metadataId; } public function setMetadataKey($metadataKey) { $this->metadataKey = $metadataKey; } public function getMetadataKey() { return $this->metadataKey; } /** * @param Google_Service_Sheets_DeveloperMetadataLocation */ public function setMetadataLocation(Google_Service_Sheets_DeveloperMetadataLocation $metadataLocation) { $this->metadataLocation = $metadataLocation; } /** * @return Google_Service_Sheets_DeveloperMetadataLocation */ public function getMetadataLocation() { return $this->metadataLocation; } public function setMetadataValue($metadataValue) { $this->metadataValue = $metadataValue; } public function getMetadataValue() { return $this->metadataValue; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK0 ZA  Pvendor/google/apiclient-services/src/Google/Service/Sheets/AddSlicerResponse.phpnu[slicer = $slicer; } /** * @return Google_Service_Sheets_Slicer */ public function getSlicer() { return $this->slicer; } } PK0 Zt\Fvendor/google/apiclient-services/src/Google/Service/Sheets/Padding.phpnu[bottom = $bottom; } public function getBottom() { return $this->bottom; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setRight($right) { $this->right = $right; } public function getRight() { return $this->right; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } } PK0 Zq ]]Ivendor/google/apiclient-services/src/Google/Service/Sheets/NamedRange.phpnu[name = $name; } public function getName() { return $this->name; } public function setNamedRangeId($namedRangeId) { $this->namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 ZI,+Ivendor/google/apiclient-services/src/Google/Service/Sheets/ColorStyle.phpnu[rgbColor = $rgbColor; } /** * @return Google_Service_Sheets_Color */ public function getRgbColor() { return $this->rgbColor; } public function setThemeColor($themeColor) { $this->themeColor = $themeColor; } public function getThemeColor() { return $this->themeColor; } } PK0 ZWvendor/google/apiclient-services/src/Google/Service/Sheets/SetDataValidationRequest.phpnu[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; } } PK0 Z[{AQvendor/google/apiclient-services/src/Google/Service/Sheets/ChartHistogramRule.phpnu[intervalSize = $intervalSize; } public function getIntervalSize() { return $this->intervalSize; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } } PK0 Z_o--Lvendor/google/apiclient-services/src/Google/Service/Sheets/ExtendedValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } /** * @param Google_Service_Sheets_ErrorValue */ public function setErrorValue(Google_Service_Sheets_ErrorValue $errorValue) { $this->errorValue = $errorValue; } /** * @return Google_Service_Sheets_ErrorValue */ public function getErrorValue() { return $this->errorValue; } public function setFormulaValue($formulaValue) { $this->formulaValue = $formulaValue; } public function getFormulaValue() { return $this->formulaValue; } public function setNumberValue($numberValue) { $this->numberValue = $numberValue; } public function getNumberValue() { return $this->numberValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK0 Z,'tKvendor/google/apiclient-services/src/Google/Service/Sheets/OrgChartSpec.phpnu[labels = $labels; } /** * @return Google_Service_Sheets_ChartData */ public function getLabels() { return $this->labels; } /** * @param Google_Service_Sheets_Color */ public function setNodeColor(Google_Service_Sheets_Color $nodeColor) { $this->nodeColor = $nodeColor; } /** * @return Google_Service_Sheets_Color */ public function getNodeColor() { return $this->nodeColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setNodeColorStyle(Google_Service_Sheets_ColorStyle $nodeColorStyle) { $this->nodeColorStyle = $nodeColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getNodeColorStyle() { return $this->nodeColorStyle; } public function setNodeSize($nodeSize) { $this->nodeSize = $nodeSize; } public function getNodeSize() { return $this->nodeSize; } /** * @param Google_Service_Sheets_ChartData */ public function setParentLabels(Google_Service_Sheets_ChartData $parentLabels) { $this->parentLabels = $parentLabels; } /** * @return Google_Service_Sheets_ChartData */ public function getParentLabels() { return $this->parentLabels; } /** * @param Google_Service_Sheets_Color */ public function setSelectedNodeColor(Google_Service_Sheets_Color $selectedNodeColor) { $this->selectedNodeColor = $selectedNodeColor; } /** * @return Google_Service_Sheets_Color */ public function getSelectedNodeColor() { return $this->selectedNodeColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setSelectedNodeColorStyle(Google_Service_Sheets_ColorStyle $selectedNodeColorStyle) { $this->selectedNodeColorStyle = $selectedNodeColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getSelectedNodeColorStyle() { return $this->selectedNodeColorStyle; } /** * @param Google_Service_Sheets_ChartData */ public function setTooltips(Google_Service_Sheets_ChartData $tooltips) { $this->tooltips = $tooltips; } /** * @return Google_Service_Sheets_ChartData */ public function getTooltips() { return $this->tooltips; } } PK0 ZSvendor/google/apiclient-services/src/Google/Service/Sheets/MoveDimensionRequest.phpnu[destinationIndex = $destinationIndex; } public function getDestinationIndex() { return $this->destinationIndex; } /** * @param Google_Service_Sheets_DimensionRange */ public function setSource(Google_Service_Sheets_DimensionRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_DimensionRange */ public function getSource() { return $this->source; } } PK0 ZYgSvendor/google/apiclient-services/src/Google/Service/Sheets/AppendValuesResponse.phpnu[spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } public function setTableRange($tableRange) { $this->tableRange = $tableRange; } public function getTableRange() { return $this->tableRange; } /** * @param Google_Service_Sheets_UpdateValuesResponse */ public function setUpdates(Google_Service_Sheets_UpdateValuesResponse $updates) { $this->updates = $updates; } /** * @return Google_Service_Sheets_UpdateValuesResponse */ public function getUpdates() { return $this->updates; } } PK0 Zn UUUvendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetResponse.phpnu[properties = $properties; } /** * @return Google_Service_Sheets_SheetProperties */ public function getProperties() { return $this->properties; } } PK0 ZavHvendor/google/apiclient-services/src/Google/Service/Sheets/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK0 Z#Ύ]vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.phpnu[replies = $replies; } /** * @return Google_Service_Sheets_Response[] */ public function getReplies() { return $this->replies; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } /** * @param Google_Service_Sheets_Spreadsheet */ public function setUpdatedSpreadsheet(Google_Service_Sheets_Spreadsheet $updatedSpreadsheet) { $this->updatedSpreadsheet = $updatedSpreadsheet; } /** * @return Google_Service_Sheets_Spreadsheet */ public function getUpdatedSpreadsheet() { return $this->updatedSpreadsheet; } } PK0 Z^Kvendor/google/apiclient-services/src/Google/Service/Sheets/TextPosition.phpnu[horizontalAlignment = $horizontalAlignment; } public function getHorizontalAlignment() { return $this->horizontalAlignment; } } PK0 Z nnSvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.phpnu[bandedRangeId = $bandedRangeId; } public function getBandedRangeId() { return $this->bandedRangeId; } } PK0 Z3? 7ggDvendor/google/apiclient-services/src/Google/Service/Sheets/Sheet.phpnu[bandedRanges = $bandedRanges; } /** * @return Google_Service_Sheets_BandedRange[] */ public function getBandedRanges() { return $this->bandedRanges; } /** * @param Google_Service_Sheets_BasicFilter */ public function setBasicFilter(Google_Service_Sheets_BasicFilter $basicFilter) { $this->basicFilter = $basicFilter; } /** * @return Google_Service_Sheets_BasicFilter */ public function getBasicFilter() { return $this->basicFilter; } /** * @param Google_Service_Sheets_EmbeddedChart[] */ public function setCharts($charts) { $this->charts = $charts; } /** * @return Google_Service_Sheets_EmbeddedChart[] */ public function getCharts() { return $this->charts; } /** * @param Google_Service_Sheets_DimensionGroup[] */ public function setColumnGroups($columnGroups) { $this->columnGroups = $columnGroups; } /** * @return Google_Service_Sheets_DimensionGroup[] */ public function getColumnGroups() { return $this->columnGroups; } /** * @param Google_Service_Sheets_ConditionalFormatRule[] */ public function setConditionalFormats($conditionalFormats) { $this->conditionalFormats = $conditionalFormats; } /** * @return Google_Service_Sheets_ConditionalFormatRule[] */ public function getConditionalFormats() { return $this->conditionalFormats; } /** * @param Google_Service_Sheets_GridData[] */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Sheets_GridData[] */ public function getData() { return $this->data; } /** * @param Google_Service_Sheets_DeveloperMetadata[] */ public function setDeveloperMetadata($developerMetadata) { $this->developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata[] */ public function getDeveloperMetadata() { return $this->developerMetadata; } /** * @param Google_Service_Sheets_FilterView[] */ public function setFilterViews($filterViews) { $this->filterViews = $filterViews; } /** * @return Google_Service_Sheets_FilterView[] */ public function getFilterViews() { return $this->filterViews; } /** * @param Google_Service_Sheets_GridRange[] */ public function setMerges($merges) { $this->merges = $merges; } /** * @return Google_Service_Sheets_GridRange[] */ public function getMerges() { return $this->merges; } /** * @param Google_Service_Sheets_SheetProperties */ public function setProperties(Google_Service_Sheets_SheetProperties $properties) { $this->properties = $properties; } /** * @return Google_Service_Sheets_SheetProperties */ public function getProperties() { return $this->properties; } /** * @param Google_Service_Sheets_ProtectedRange[] */ public function setProtectedRanges($protectedRanges) { $this->protectedRanges = $protectedRanges; } /** * @return Google_Service_Sheets_ProtectedRange[] */ public function getProtectedRanges() { return $this->protectedRanges; } /** * @param Google_Service_Sheets_DimensionGroup[] */ public function setRowGroups($rowGroups) { $this->rowGroups = $rowGroups; } /** * @return Google_Service_Sheets_DimensionGroup[] */ public function getRowGroups() { return $this->rowGroups; } /** * @param Google_Service_Sheets_Slicer[] */ public function setSlicers($slicers) { $this->slicers = $slicers; } /** * @return Google_Service_Sheets_Slicer[] */ public function getSlicers() { return $this->slicers; } } PK0 Z@8^vendor/google/apiclient-services/src/Google/Service/Sheets/AddConditionalFormatRuleRequest.phpnu[index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setRule(Google_Service_Sheets_ConditionalFormatRule $rule) { $this->rule = $rule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getRule() { return $this->rule; } } PK0 ZsIvendor/google/apiclient-services/src/Google/Service/Sheets/DataSource.phpnu[calculatedColumns = $calculatedColumns; } /** * @return Google_Service_Sheets_DataSourceColumn[] */ public function getCalculatedColumns() { return $this->calculatedColumns; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } /** * @param Google_Service_Sheets_DataSourceSpec */ public function setSpec(Google_Service_Sheets_DataSourceSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_Sheets_DataSourceSpec */ public function getSpec() { return $this->spec; } } PK0 ZyRROvendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetTheme.phpnu[primaryFontFamily = $primaryFontFamily; } public function getPrimaryFontFamily() { return $this->primaryFontFamily; } /** * @param Google_Service_Sheets_ThemeColorPair[] */ public function setThemeColors($themeColors) { $this->themeColors = $themeColors; } /** * @return Google_Service_Sheets_ThemeColorPair[] */ public function getThemeColors() { return $this->themeColors; } } PK0 ZzFf f Xvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceObjectReference.phpnu[chartId = $chartId; } public function getChartId() { return $this->chartId; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setDataSourceFormulaCell(Google_Service_Sheets_GridCoordinate $dataSourceFormulaCell) { $this->dataSourceFormulaCell = $dataSourceFormulaCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDataSourceFormulaCell() { return $this->dataSourceFormulaCell; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setDataSourcePivotTableAnchorCell(Google_Service_Sheets_GridCoordinate $dataSourcePivotTableAnchorCell) { $this->dataSourcePivotTableAnchorCell = $dataSourcePivotTableAnchorCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDataSourcePivotTableAnchorCell() { return $this->dataSourcePivotTableAnchorCell; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setDataSourceTableAnchorCell(Google_Service_Sheets_GridCoordinate $dataSourceTableAnchorCell) { $this->dataSourceTableAnchorCell = $dataSourceTableAnchorCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDataSourceTableAnchorCell() { return $this->dataSourceTableAnchorCell; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZbggRvendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.phpnu[comparisonType = $comparisonType; } public function getComparisonType() { return $this->comparisonType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Sheets_Color */ public function setNegativeColor(Google_Service_Sheets_Color $negativeColor) { $this->negativeColor = $negativeColor; } /** * @return Google_Service_Sheets_Color */ public function getNegativeColor() { return $this->negativeColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setNegativeColorStyle(Google_Service_Sheets_ColorStyle $negativeColorStyle) { $this->negativeColorStyle = $negativeColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getNegativeColorStyle() { return $this->negativeColorStyle; } /** * @param Google_Service_Sheets_TextPosition */ public function setPosition(Google_Service_Sheets_TextPosition $position) { $this->position = $position; } /** * @return Google_Service_Sheets_TextPosition */ public function getPosition() { return $this->position; } /** * @param Google_Service_Sheets_Color */ public function setPositiveColor(Google_Service_Sheets_Color $positiveColor) { $this->positiveColor = $positiveColor; } /** * @return Google_Service_Sheets_Color */ public function getPositiveColor() { return $this->positiveColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setPositiveColorStyle(Google_Service_Sheets_ColorStyle $positiveColorStyle) { $this->positiveColorStyle = $positiveColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getPositiveColorStyle() { return $this->positiveColorStyle; } /** * @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; } } PK0 Z\WSvendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickChartSpec.phpnu[data = $data; } /** * @return Google_Service_Sheets_CandlestickData[] */ public function getData() { return $this->data; } /** * @param Google_Service_Sheets_CandlestickDomain */ public function setDomain(Google_Service_Sheets_CandlestickDomain $domain) { $this->domain = $domain; } /** * @return Google_Service_Sheets_CandlestickDomain */ public function getDomain() { return $this->domain; } } PK0 Z+Ovendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.phpnu[type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Sheets_ConditionValue[] */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Sheets_ConditionValue[] */ public function getValues() { return $this->values; } } PK0 ZbggMvendor/google/apiclient-services/src/Google/Service/Sheets/DimensionGroup.phpnu[collapsed = $collapsed; } public function getCollapsed() { return $this->collapsed; } public function setDepth($depth) { $this->depth = $depth; } public function getDepth() { return $this->depth; } /** * @param Google_Service_Sheets_DimensionRange */ public function setRange(Google_Service_Sheets_DimensionRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } } PK0 Z &&Zvendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewResponse.phpnu[filter = $filter; } /** * @return Google_Service_Sheets_FilterView */ public function getFilter() { return $this->filter; } } PK0 Z={Mvendor/google/apiclient-services/src/Google/Service/Sheets/ThemeColorPair.phpnu[color = $color; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColor() { return $this->color; } public function setColorType($colorType) { $this->colorType = $colorType; } public function getColorType() { return $this->colorType; } } PK0 Z}:Qvendor/google/apiclient-services/src/Google/Service/Sheets/ClearValuesRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } } PK0 Z˘*ssWvendor/google/apiclient-services/src/Google/Service/Sheets/RefreshDataSourceRequest.phpnu[dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } public function setIsAll($isAll) { $this->isAll = $isAll; } public function getIsAll() { return $this->isAll; } /** * @param Google_Service_Sheets_DataSourceObjectReferences */ public function setReferences(Google_Service_Sheets_DataSourceObjectReferences $references) { $this->references = $references; } /** * @return Google_Service_Sheets_DataSourceObjectReferences */ public function getReferences() { return $this->references; } } PK0 ZǙ[vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupResponse.phpnu[dimensionGroups = $dimensionGroups; } /** * @return Google_Service_Sheets_DimensionGroup[] */ public function getDimensionGroups() { return $this->dimensionGroups; } } PK0 Z1Zvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateProtectedRangeRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_ProtectedRange */ public function setProtectedRange(Google_Service_Sheets_ProtectedRange $protectedRange) { $this->protectedRange = $protectedRange; } /** * @return Google_Service_Sheets_ProtectedRange */ public function getProtectedRange() { return $this->protectedRange; } } PK0 Zn]vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataRequest.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } /** * @param Google_Service_Sheets_DeveloperMetadata */ public function setDeveloperMetadata(Google_Service_Sheets_DeveloperMetadata $developerMetadata) { $this->developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata */ public function getDeveloperMetadata() { return $this->developerMetadata; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } } PK0 ZJxppbvendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterRequest.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } } PK0 Z`E`vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectBorderRequest.phpnu[border = $border; } /** * @return Google_Service_Sheets_EmbeddedObjectBorder */ public function getBorder() { return $this->border; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK0 Z1_QQMvendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK0 ZX(P Qvendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.phpnu[allSheets = $allSheets; } public function getAllSheets() { return $this->allSheets; } public function setFind($find) { $this->find = $find; } public function getFind() { return $this->find; } public function setIncludeFormulas($includeFormulas) { $this->includeFormulas = $includeFormulas; } public function getIncludeFormulas() { return $this->includeFormulas; } public function setMatchCase($matchCase) { $this->matchCase = $matchCase; } public function getMatchCase() { return $this->matchCase; } public function setMatchEntireCell($matchEntireCell) { $this->matchEntireCell = $matchEntireCell; } public function getMatchEntireCell() { return $this->matchEntireCell; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } public function setReplacement($replacement) { $this->replacement = $replacement; } public function getReplacement() { return $this->replacement; } public function setSearchByRegex($searchByRegex) { $this->searchByRegex = $searchByRegex; } public function getSearchByRegex() { return $this->searchByRegex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZVyZvendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.phpnu[dataSourceSheetDimensions = $dataSourceSheetDimensions; } /** * @return Google_Service_Sheets_DataSourceSheetDimensionRange */ public function getDataSourceSheetDimensions() { return $this->dataSourceSheetDimensions; } /** * @param Google_Service_Sheets_DimensionRange */ public function setDimensions(Google_Service_Sheets_DimensionRange $dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Sheets_DimensionRange */ public function getDimensions() { return $this->dimensions; } } PK0 ZřSvendor/google/apiclient-services/src/Google/Service/Sheets/TextToColumnsRequest.phpnu[delimiter = $delimiter; } public function getDelimiter() { return $this->delimiter; } public function setDelimiterType($delimiterType) { $this->delimiterType = $delimiterType; } public function getDelimiterType() { return $this->delimiterType; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } } PK0 Z 2iiNvendor/google/apiclient-services/src/Google/Service/Sheets/OverlayPosition.phpnu[anchorCell = $anchorCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getAnchorCell() { return $this->anchorCell; } public function setHeightPixels($heightPixels) { $this->heightPixels = $heightPixels; } public function getHeightPixels() { return $this->heightPixels; } public function setOffsetXPixels($offsetXPixels) { $this->offsetXPixels = $offsetXPixels; } public function getOffsetXPixels() { return $this->offsetXPixels; } public function setOffsetYPixels($offsetYPixels) { $this->offsetYPixels = $offsetYPixels; } public function getOffsetYPixels() { return $this->offsetYPixels; } public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } public function getWidthPixels() { return $this->widthPixels; } } PK0 ZNGSvendor/google/apiclient-services/src/Google/Service/Sheets/SourceAndDestination.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setFillLength($fillLength) { $this->fillLength = $fillLength; } public function getFillLength() { return $this->fillLength; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } } PK0 ZMeL L Mvendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.phpnu[format = $format; } /** * @return Google_Service_Sheets_TextFormat */ public function getFormat() { return $this->format; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_Sheets_TextPosition */ public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition) { $this->titleTextPosition = $titleTextPosition; } /** * @return Google_Service_Sheets_TextPosition */ public function getTitleTextPosition() { return $this->titleTextPosition; } /** * @param Google_Service_Sheets_ChartAxisViewWindowOptions */ public function setViewWindowOptions(Google_Service_Sheets_ChartAxisViewWindowOptions $viewWindowOptions) { $this->viewWindowOptions = $viewWindowOptions; } /** * @return Google_Service_Sheets_ChartAxisViewWindowOptions */ public function getViewWindowOptions() { return $this->viewWindowOptions; } } PK0 Z˾3G G Tvendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.phpnu[autoRecalc = $autoRecalc; } public function getAutoRecalc() { return $this->autoRecalc; } /** * @param Google_Service_Sheets_CellFormat */ public function setDefaultFormat(Google_Service_Sheets_CellFormat $defaultFormat) { $this->defaultFormat = $defaultFormat; } /** * @return Google_Service_Sheets_CellFormat */ public function getDefaultFormat() { return $this->defaultFormat; } /** * @param Google_Service_Sheets_IterativeCalculationSettings */ public function setIterativeCalculationSettings(Google_Service_Sheets_IterativeCalculationSettings $iterativeCalculationSettings) { $this->iterativeCalculationSettings = $iterativeCalculationSettings; } /** * @return Google_Service_Sheets_IterativeCalculationSettings */ public function getIterativeCalculationSettings() { return $this->iterativeCalculationSettings; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } /** * @param Google_Service_Sheets_SpreadsheetTheme */ public function setSpreadsheetTheme(Google_Service_Sheets_SpreadsheetTheme $spreadsheetTheme) { $this->spreadsheetTheme = $spreadsheetTheme; } /** * @return Google_Service_Sheets_SpreadsheetTheme */ public function getSpreadsheetTheme() { return $this->spreadsheetTheme; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 Zqq33Rvendor/google/apiclient-services/src/Google/Service/Sheets/ClearValuesResponse.phpnu[clearedRange = $clearedRange; } public function getClearedRange() { return $this->clearedRange; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK0 ZaqTvendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 Z Rvendor/google/apiclient-services/src/Google/Service/Sheets/DataExecutionStatus.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setLastRefreshTime($lastRefreshTime) { $this->lastRefreshTime = $lastRefreshTime; } public function getLastRefreshTime() { return $this->lastRefreshTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK0 Z|mNvendor/google/apiclient-services/src/Google/Service/Sheets/ManualRuleGroup.phpnu[groupName = $groupName; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getGroupName() { return $this->groupName; } /** * @param Google_Service_Sheets_ExtendedValue[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Sheets_ExtendedValue[] */ public function getItems() { return $this->items; } } PK0 Z8PQQvendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.phpnu[color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } 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; } } PK0 Z*zIvendor/google/apiclient-services/src/Google/Service/Sheets/CellFormat.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Sheets_Color */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle) { $this->backgroundColorStyle = $backgroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBackgroundColorStyle() { return $this->backgroundColorStyle; } /** * @param Google_Service_Sheets_Borders */ public function setBorders(Google_Service_Sheets_Borders $borders) { $this->borders = $borders; } /** * @return Google_Service_Sheets_Borders */ public function getBorders() { return $this->borders; } public function setHorizontalAlignment($horizontalAlignment) { $this->horizontalAlignment = $horizontalAlignment; } public function getHorizontalAlignment() { return $this->horizontalAlignment; } public function setHyperlinkDisplayType($hyperlinkDisplayType) { $this->hyperlinkDisplayType = $hyperlinkDisplayType; } public function getHyperlinkDisplayType() { return $this->hyperlinkDisplayType; } /** * @param Google_Service_Sheets_NumberFormat */ public function setNumberFormat(Google_Service_Sheets_NumberFormat $numberFormat) { $this->numberFormat = $numberFormat; } /** * @return Google_Service_Sheets_NumberFormat */ public function getNumberFormat() { return $this->numberFormat; } /** * @param Google_Service_Sheets_Padding */ public function setPadding(Google_Service_Sheets_Padding $padding) { $this->padding = $padding; } /** * @return Google_Service_Sheets_Padding */ public function getPadding() { return $this->padding; } public function setTextDirection($textDirection) { $this->textDirection = $textDirection; } public function getTextDirection() { return $this->textDirection; } /** * @param Google_Service_Sheets_TextFormat */ public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTextFormat() { return $this->textFormat; } /** * @param Google_Service_Sheets_TextRotation */ public function setTextRotation(Google_Service_Sheets_TextRotation $textRotation) { $this->textRotation = $textRotation; } /** * @return Google_Service_Sheets_TextRotation */ public function getTextRotation() { return $this->textRotation; } public function setVerticalAlignment($verticalAlignment) { $this->verticalAlignment = $verticalAlignment; } public function getVerticalAlignment() { return $this->verticalAlignment; } public function setWrapStrategy($wrapStrategy) { $this->wrapStrategy = $wrapStrategy; } public function getWrapStrategy() { return $this->wrapStrategy; } } PK0 Z pp'p'Hvendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.phpnu[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_ColorStyle */ public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle) { $this->backgroundColorStyle = $backgroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBackgroundColorStyle() { return $this->backgroundColorStyle; } /** * @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; } /** * @param Google_Service_Sheets_DataSourceChartProperties */ public function setDataSourceChartProperties(Google_Service_Sheets_DataSourceChartProperties $dataSourceChartProperties) { $this->dataSourceChartProperties = $dataSourceChartProperties; } /** * @return Google_Service_Sheets_DataSourceChartProperties */ public function getDataSourceChartProperties() { return $this->dataSourceChartProperties; } /** * @param Google_Service_Sheets_FilterSpec[] */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return Google_Service_Sheets_FilterSpec[] */ public function getFilterSpecs() { return $this->filterSpecs; } public function setFontName($fontName) { $this->fontName = $fontName; } public function getFontName() { return $this->fontName; } public function setHiddenDimensionStrategy($hiddenDimensionStrategy) { $this->hiddenDimensionStrategy = $hiddenDimensionStrategy; } public function getHiddenDimensionStrategy() { return $this->hiddenDimensionStrategy; } /** * @param Google_Service_Sheets_HistogramChartSpec */ public function setHistogramChart(Google_Service_Sheets_HistogramChartSpec $histogramChart) { $this->histogramChart = $histogramChart; } /** * @return Google_Service_Sheets_HistogramChartSpec */ public function getHistogramChart() { return $this->histogramChart; } public function setMaximized($maximized) { $this->maximized = $maximized; } public function getMaximized() { return $this->maximized; } /** * @param Google_Service_Sheets_OrgChartSpec */ public function setOrgChart(Google_Service_Sheets_OrgChartSpec $orgChart) { $this->orgChart = $orgChart; } /** * @return Google_Service_Sheets_OrgChartSpec */ public function getOrgChart() { return $this->orgChart; } /** * @param Google_Service_Sheets_PieChartSpec */ public function setPieChart(Google_Service_Sheets_PieChartSpec $pieChart) { $this->pieChart = $pieChart; } /** * @return Google_Service_Sheets_PieChartSpec */ public function getPieChart() { return $this->pieChart; } /** * @param Google_Service_Sheets_ScorecardChartSpec */ public function setScorecardChart(Google_Service_Sheets_ScorecardChartSpec $scorecardChart) { $this->scorecardChart = $scorecardChart; } /** * @return Google_Service_Sheets_ScorecardChartSpec */ public function getScorecardChart() { return $this->scorecardChart; } /** * @param Google_Service_Sheets_SortSpec[] */ public function setSortSpecs($sortSpecs) { $this->sortSpecs = $sortSpecs; } /** * @return Google_Service_Sheets_SortSpec[] */ public function getSortSpecs() { return $this->sortSpecs; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } /** * @param Google_Service_Sheets_TextFormat */ public function setSubtitleTextFormat(Google_Service_Sheets_TextFormat $subtitleTextFormat) { $this->subtitleTextFormat = $subtitleTextFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getSubtitleTextFormat() { return $this->subtitleTextFormat; } /** * @param Google_Service_Sheets_TextPosition */ public function setSubtitleTextPosition(Google_Service_Sheets_TextPosition $subtitleTextPosition) { $this->subtitleTextPosition = $subtitleTextPosition; } /** * @return Google_Service_Sheets_TextPosition */ public function getSubtitleTextPosition() { return $this->subtitleTextPosition; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_Sheets_TextFormat */ public function setTitleTextFormat(Google_Service_Sheets_TextFormat $titleTextFormat) { $this->titleTextFormat = $titleTextFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTitleTextFormat() { return $this->titleTextFormat; } /** * @param Google_Service_Sheets_TextPosition */ public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition) { $this->titleTextPosition = $titleTextPosition; } /** * @return Google_Service_Sheets_TextPosition */ public function getTitleTextPosition() { return $this->titleTextPosition; } /** * @param Google_Service_Sheets_TreemapChartSpec */ public function setTreemapChart(Google_Service_Sheets_TreemapChartSpec $treemapChart) { $this->treemapChart = $treemapChart; } /** * @return Google_Service_Sheets_TreemapChartSpec */ public function getTreemapChart() { return $this->treemapChart; } /** * @param Google_Service_Sheets_WaterfallChartSpec */ public function setWaterfallChart(Google_Service_Sheets_WaterfallChartSpec $waterfallChart) { $this->waterfallChart = $waterfallChart; } /** * @return Google_Service_Sheets_WaterfallChartSpec */ public function getWaterfallChart() { return $this->waterfallChart; } } PK0 ZQvendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.phpnu[aggregateType = $aggregateType; } public function getAggregateType() { return $this->aggregateType; } /** * @param Google_Service_Sheets_ChartData */ public function setBaselineValueData(Google_Service_Sheets_ChartData $baselineValueData) { $this->baselineValueData = $baselineValueData; } /** * @return Google_Service_Sheets_ChartData */ public function getBaselineValueData() { return $this->baselineValueData; } /** * @param Google_Service_Sheets_BaselineValueFormat */ public function setBaselineValueFormat(Google_Service_Sheets_BaselineValueFormat $baselineValueFormat) { $this->baselineValueFormat = $baselineValueFormat; } /** * @return Google_Service_Sheets_BaselineValueFormat */ public function getBaselineValueFormat() { return $this->baselineValueFormat; } /** * @param Google_Service_Sheets_ChartCustomNumberFormatOptions */ public function setCustomFormatOptions(Google_Service_Sheets_ChartCustomNumberFormatOptions $customFormatOptions) { $this->customFormatOptions = $customFormatOptions; } /** * @return Google_Service_Sheets_ChartCustomNumberFormatOptions */ public function getCustomFormatOptions() { return $this->customFormatOptions; } /** * @param Google_Service_Sheets_ChartData */ public function setKeyValueData(Google_Service_Sheets_ChartData $keyValueData) { $this->keyValueData = $keyValueData; } /** * @return Google_Service_Sheets_ChartData */ public function getKeyValueData() { return $this->keyValueData; } /** * @param Google_Service_Sheets_KeyValueFormat */ public function setKeyValueFormat(Google_Service_Sheets_KeyValueFormat $keyValueFormat) { $this->keyValueFormat = $keyValueFormat; } /** * @return Google_Service_Sheets_KeyValueFormat */ public function getKeyValueFormat() { return $this->keyValueFormat; } public function setNumberFormatSource($numberFormatSource) { $this->numberFormatSource = $numberFormatSource; } public function getNumberFormatSource() { return $this->numberFormatSource; } public function setScaleFactor($scaleFactor) { $this->scaleFactor = $scaleFactor; } public function getScaleFactor() { return $this->scaleFactor; } } PK0 Z6@@Tvendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeResponse.phpnu[namedRange = $namedRange; } /** * @return Google_Service_Sheets_NamedRange */ public function getNamedRange() { return $this->namedRange; } } PK0 Z=Ivendor/google/apiclient-services/src/Google/Service/Sheets/PointStyle.phpnu[shape = $shape; } public function getShape() { return $this->shape; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK0 ZRe*BBQvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.phpnu[sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZlZvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteProtectedRangeRequest.phpnu[protectedRangeId = $protectedRangeId; } public function getProtectedRangeId() { return $this->protectedRangeId; } } PK0 Z**Xvendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.phpnu[responses = $responses; } /** * @return Google_Service_Sheets_UpdateValuesResponse[] */ public function getResponses() { return $this->responses; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } public function setTotalUpdatedCells($totalUpdatedCells) { $this->totalUpdatedCells = $totalUpdatedCells; } public function getTotalUpdatedCells() { return $this->totalUpdatedCells; } public function setTotalUpdatedColumns($totalUpdatedColumns) { $this->totalUpdatedColumns = $totalUpdatedColumns; } public function getTotalUpdatedColumns() { return $this->totalUpdatedColumns; } public function setTotalUpdatedRows($totalUpdatedRows) { $this->totalUpdatedRows = $totalUpdatedRows; } public function getTotalUpdatedRows() { return $this->totalUpdatedRows; } public function setTotalUpdatedSheets($totalUpdatedSheets) { $this->totalUpdatedSheets = $totalUpdatedSheets; } public function getTotalUpdatedSheets() { return $this->totalUpdatedSheets; } } PK0 ZJ%ssWvendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesResponse.phpnu[clearedRanges = $clearedRanges; } public function getClearedRanges() { return $this->clearedRanges; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK0 Z.0RRZvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK0 Z~ Xvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceRefreshSchedule.phpnu[dailySchedule = $dailySchedule; } /** * @return Google_Service_Sheets_DataSourceRefreshDailySchedule */ public function getDailySchedule() { return $this->dailySchedule; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } /** * @param Google_Service_Sheets_DataSourceRefreshMonthlySchedule */ public function setMonthlySchedule(Google_Service_Sheets_DataSourceRefreshMonthlySchedule $monthlySchedule) { $this->monthlySchedule = $monthlySchedule; } /** * @return Google_Service_Sheets_DataSourceRefreshMonthlySchedule */ public function getMonthlySchedule() { return $this->monthlySchedule; } /** * @param Google_Service_Sheets_Interval */ public function setNextRun(Google_Service_Sheets_Interval $nextRun) { $this->nextRun = $nextRun; } /** * @return Google_Service_Sheets_Interval */ public function getNextRun() { return $this->nextRun; } public function setRefreshScope($refreshScope) { $this->refreshScope = $refreshScope; } public function getRefreshScope() { return $this->refreshScope; } /** * @param Google_Service_Sheets_DataSourceRefreshWeeklySchedule */ public function setWeeklySchedule(Google_Service_Sheets_DataSourceRefreshWeeklySchedule $weeklySchedule) { $this->weeklySchedule = $weeklySchedule; } /** * @return Google_Service_Sheets_DataSourceRefreshWeeklySchedule */ public function getWeeklySchedule() { return $this->weeklySchedule; } } PK0 ZաUvendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectPosition.phpnu[newSheet = $newSheet; } public function getNewSheet() { return $this->newSheet; } /** * @param Google_Service_Sheets_OverlayPosition */ public function setOverlayPosition(Google_Service_Sheets_OverlayPosition $overlayPosition) { $this->overlayPosition = $overlayPosition; } /** * @return Google_Service_Sheets_OverlayPosition */ public function getOverlayPosition() { return $this->overlayPosition; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 ZI33Svendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSeries.phpnu[customSubtotals = $customSubtotals; } /** * @return Google_Service_Sheets_WaterfallChartCustomSubtotal[] */ public function getCustomSubtotals() { return $this->customSubtotals; } /** * @param Google_Service_Sheets_ChartData */ public function setData(Google_Service_Sheets_ChartData $data) { $this->data = $data; } /** * @return Google_Service_Sheets_ChartData */ public function getData() { return $this->data; } /** * @param Google_Service_Sheets_DataLabel */ public function setDataLabel(Google_Service_Sheets_DataLabel $dataLabel) { $this->dataLabel = $dataLabel; } /** * @return Google_Service_Sheets_DataLabel */ public function getDataLabel() { return $this->dataLabel; } public function setHideTrailingSubtotal($hideTrailingSubtotal) { $this->hideTrailingSubtotal = $hideTrailingSubtotal; } public function getHideTrailingSubtotal() { return $this->hideTrailingSubtotal; } /** * @param Google_Service_Sheets_WaterfallChartColumnStyle */ public function setNegativeColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $negativeColumnsStyle) { $this->negativeColumnsStyle = $negativeColumnsStyle; } /** * @return Google_Service_Sheets_WaterfallChartColumnStyle */ public function getNegativeColumnsStyle() { return $this->negativeColumnsStyle; } /** * @param Google_Service_Sheets_WaterfallChartColumnStyle */ public function setPositiveColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $positiveColumnsStyle) { $this->positiveColumnsStyle = $positiveColumnsStyle; } /** * @return Google_Service_Sheets_WaterfallChartColumnStyle */ public function getPositiveColumnsStyle() { return $this->positiveColumnsStyle; } /** * @param Google_Service_Sheets_WaterfallChartColumnStyle */ public function setSubtotalColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $subtotalColumnsStyle) { $this->subtotalColumnsStyle = $subtotalColumnsStyle; } /** * @return Google_Service_Sheets_WaterfallChartColumnStyle */ public function getSubtotalColumnsStyle() { return $this->subtotalColumnsStyle; } } PK0 ZPtt[vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.phpnu[convergenceThreshold = $convergenceThreshold; } public function getConvergenceThreshold() { return $this->convergenceThreshold; } public function setMaxIterations($maxIterations) { $this->maxIterations = $maxIterations; } public function getMaxIterations() { return $this->maxIterations; } } PK0 ZG~@}Jvendor/google/apiclient-services/src/Google/Service/Sheets/BasicFilter.phpnu[criteria = $criteria; } /** * @return Google_Service_Sheets_FilterCriteria[] */ public function getCriteria() { return $this->criteria; } /** * @param Google_Service_Sheets_FilterSpec[] */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return Google_Service_Sheets_FilterSpec[] */ public function getFilterSpecs() { return $this->filterSpecs; } /** * @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; } } PK0 ZAQvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateCellsRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_RowData[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Sheets_RowData[] */ public function getRows() { return $this->rows; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setStart(Google_Service_Sheets_GridCoordinate $start) { $this->start = $start; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getStart() { return $this->start; } } PK0 Z@'''^vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceRefreshWeeklySchedule.phpnu[daysOfWeek = $daysOfWeek; } public function getDaysOfWeek() { return $this->daysOfWeek; } /** * @param Google_Service_Sheets_TimeOfDay */ public function setStartTime(Google_Service_Sheets_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_Sheets_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK0 ZFa!NNVvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteFilterViewRequest.phpnu[filterId = $filterId; } public function getFilterId() { return $this->filterId; } } PK0 Zƨ Ivendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.phpnu[criteria = $criteria; } /** * @return Google_Service_Sheets_FilterCriteria[] */ public function getCriteria() { return $this->criteria; } /** * @param Google_Service_Sheets_FilterSpec[] */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return Google_Service_Sheets_FilterSpec[] */ public function getFilterSpecs() { return $this->filterSpecs; } public function setFilterViewId($filterViewId) { $this->filterViewId = $filterViewId; } public function getFilterViewId() { return $this->filterViewId; } public function setNamedRangeId($namedRangeId) { $this->namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_SortSpec[] */ public function setSortSpecs($sortSpecs) { $this->sortSpecs = $sortSpecs; } /** * @return Google_Service_Sheets_SortSpec[] */ public function getSortSpecs() { return $this->sortSpecs; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 ZLvendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.phpnu[format = $format; } /** * @return Google_Service_Sheets_TextFormat */ public function getFormat() { return $this->format; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK0 ZZSvendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectBorder.phpnu[color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } } PK0 ZNSbvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_EmbeddedObjectPosition */ public function setNewPosition(Google_Service_Sheets_EmbeddedObjectPosition $newPosition) { $this->newPosition = $newPosition; } /** * @return Google_Service_Sheets_EmbeddedObjectPosition */ public function getNewPosition() { return $this->newPosition; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK0 ZkfKvendor/google/apiclient-services/src/Google/Service/Sheets/NumberFormat.phpnu[pattern = $pattern; } public function getPattern() { return $this->pattern; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z0d??Ovendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSeries.phpnu[color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } /** * @param Google_Service_Sheets_DataLabel */ public function setDataLabel(Google_Service_Sheets_DataLabel $dataLabel) { $this->dataLabel = $dataLabel; } /** * @return Google_Service_Sheets_DataLabel */ public function getDataLabel() { return $this->dataLabel; } /** * @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_PointStyle */ public function setPointStyle(Google_Service_Sheets_PointStyle $pointStyle) { $this->pointStyle = $pointStyle; } /** * @return Google_Service_Sheets_PointStyle */ public function getPointStyle() { return $this->pointStyle; } /** * @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; } /** * @param Google_Service_Sheets_BasicSeriesDataPointStyleOverride[] */ public function setStyleOverrides($styleOverrides) { $this->styleOverrides = $styleOverrides; } /** * @return Google_Service_Sheets_BasicSeriesDataPointStyleOverride[] */ public function getStyleOverrides() { return $this->styleOverrides; } public function setTargetAxis($targetAxis) { $this->targetAxis = $targetAxis; } public function getTargetAxis() { return $this->targetAxis; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z)dWWWvendor/google/apiclient-services/src/Google/Service/Sheets/MatchedDeveloperMetadata.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } /** * @param Google_Service_Sheets_DeveloperMetadata */ public function setDeveloperMetadata(Google_Service_Sheets_DeveloperMetadata $developerMetadata) { $this->developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata */ public function getDeveloperMetadata() { return $this->developerMetadata; } } PK0 ZRuMMWvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDataSourceResponse.phpnu[dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } /** * @param Google_Service_Sheets_DataSource */ public function setDataSource(Google_Service_Sheets_DataSource $dataSource) { $this->dataSource = $dataSource; } /** * @return Google_Service_Sheets_DataSource */ public function getDataSource() { return $this->dataSource; } } PK0 ZpKvendor/google/apiclient-services/src/Google/Service/Sheets/GradientRule.phpnu[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; } } PK0 Z>"hRvendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 ZD*Qvendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } public function setShiftDimension($shiftDimension) { $this->shiftDimension = $shiftDimension; } public function getShiftDimension() { return $this->shiftDimension; } } PK0 Zɔ844Xvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceColumnReference.phpnu[name = $name; } public function getName() { return $this->name; } } PK0 Z! ~  Tvendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.phpnu[filter = $filter; } /** * @return Google_Service_Sheets_FilterView */ public function getFilter() { return $this->filter; } } PK0 ZJTǵSvendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartDomain.phpnu[data = $data; } /** * @return Google_Service_Sheets_ChartData */ public function getData() { return $this->data; } public function setReversed($reversed) { $this->reversed = $reversed; } public function getReversed() { return $this->reversed; } } PK0 Z< Svendor/google/apiclient-services/src/Google/Service/Sheets/DataFilterValueRange.phpnu[dataFilter = $dataFilter; } /** * @return Google_Service_Sheets_DataFilter */ public function getDataFilter() { return $this->dataFilter; } public function setMajorDimension($majorDimension) { $this->majorDimension = $majorDimension; } public function getMajorDimension() { return $this->majorDimension; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK0 Z4WuWmmVvendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.phpnu[ranges = $ranges; } public function getRanges() { return $this->ranges; } } PK0 ZSZE[vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartCustomSubtotal.phpnu[dataIsSubtotal = $dataIsSubtotal; } public function getDataIsSubtotal() { return $this->dataIsSubtotal; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setSubtotalIndex($subtotalIndex) { $this->subtotalIndex = $subtotalIndex; } public function getSubtotalIndex() { return $this->subtotalIndex; } } PK0 ZD{;;Mvendor/google/apiclient-services/src/Google/Service/Sheets/ChartGroupRule.phpnu[dateTimeRule = $dateTimeRule; } /** * @return Google_Service_Sheets_ChartDateTimeRule */ public function getDateTimeRule() { return $this->dateTimeRule; } /** * @param Google_Service_Sheets_ChartHistogramRule */ public function setHistogramRule(Google_Service_Sheets_ChartHistogramRule $histogramRule) { $this->histogramRule = $histogramRule; } /** * @return Google_Service_Sheets_ChartHistogramRule */ public function getHistogramRule() { return $this->histogramRule; } } PK0 ZskEJJTvendor/google/apiclient-services/src/Google/Service/Sheets/AddDataSourceResponse.phpnu[dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } /** * @param Google_Service_Sheets_DataSource */ public function setDataSource(Google_Service_Sheets_DataSource $dataSource) { $this->dataSource = $dataSource; } /** * @return Google_Service_Sheets_DataSource */ public function getDataSource() { return $this->dataSource; } } PK0 Z1 Evendor/google/apiclient-services/src/Google/Service/Sheets/Border.phpnu[color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } public function setStyle($style) { $this->style = $style; } public function getStyle() { return $this->style; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK0 ZbD̓Uvendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setLength($length) { $this->length = $length; } public function getLength() { return $this->length; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } } PK0 Z{==]vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceRefreshDailySchedule.phpnu[startTime = $startTime; } /** * @return Google_Service_Sheets_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK0 Z]vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataRequest.phpnu[developerMetadata = $developerMetadata; } /** * @return Google_Service_Sheets_DeveloperMetadata */ public function getDeveloperMetadata() { return $this->developerMetadata; } } PK0 Z1//Mvendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.phpnu[axis = $axis; } /** * @return Google_Service_Sheets_BasicChartAxis[] */ public function getAxis() { return $this->axis; } public function setChartType($chartType) { $this->chartType = $chartType; } public function getChartType() { return $this->chartType; } public function setCompareMode($compareMode) { $this->compareMode = $compareMode; } public function getCompareMode() { return $this->compareMode; } /** * @param Google_Service_Sheets_BasicChartDomain[] */ public function setDomains($domains) { $this->domains = $domains; } /** * @return Google_Service_Sheets_BasicChartDomain[] */ public function getDomains() { return $this->domains; } public function setHeaderCount($headerCount) { $this->headerCount = $headerCount; } public function getHeaderCount() { return $this->headerCount; } public function setInterpolateNulls($interpolateNulls) { $this->interpolateNulls = $interpolateNulls; } public function getInterpolateNulls() { return $this->interpolateNulls; } public function setLegendPosition($legendPosition) { $this->legendPosition = $legendPosition; } public function getLegendPosition() { return $this->legendPosition; } public function setLineSmoothing($lineSmoothing) { $this->lineSmoothing = $lineSmoothing; } public function getLineSmoothing() { return $this->lineSmoothing; } /** * @param Google_Service_Sheets_BasicChartSeries[] */ public function setSeries($series) { $this->series = $series; } /** * @return Google_Service_Sheets_BasicChartSeries[] */ public function getSeries() { return $this->series; } public function setStackedType($stackedType) { $this->stackedType = $stackedType; } public function getStackedType() { return $this->stackedType; } public function setThreeDimensional($threeDimensional) { $this->threeDimensional = $threeDimensional; } public function getThreeDimensional() { return $this->threeDimensional; } /** * @param Google_Service_Sheets_DataLabel */ public function setTotalDataLabel(Google_Service_Sheets_DataLabel $totalDataLabel) { $this->totalDataLabel = $totalDataLabel; } /** * @return Google_Service_Sheets_DataLabel */ public function getTotalDataLabel() { return $this->totalDataLabel; } } PK0 ZXXVvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSlicerSpecRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setSlicerId($slicerId) { $this->slicerId = $slicerId; } public function getSlicerId() { return $this->slicerId; } /** * @param Google_Service_Sheets_SlicerSpec */ public function setSpec(Google_Service_Sheets_SlicerSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_Sheets_SlicerSpec */ public function getSpec() { return $this->spec; } } PK0 ZSvendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.phpnu[filter = $filter; } /** * @return Google_Service_Sheets_FilterView */ public function getFilter() { return $this->filter; } } PK0 Z5Qvendor/google/apiclient-services/src/Google/Service/Sheets/HistogramChartSpec.phpnu[bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } public function setLegendPosition($legendPosition) { $this->legendPosition = $legendPosition; } public function getLegendPosition() { return $this->legendPosition; } public function setOutlierPercentile($outlierPercentile) { $this->outlierPercentile = $outlierPercentile; } public function getOutlierPercentile() { return $this->outlierPercentile; } /** * @param Google_Service_Sheets_HistogramSeries[] */ public function setSeries($series) { $this->series = $series; } /** * @return Google_Service_Sheets_HistogramSeries[] */ public function getSeries() { return $this->series; } public function setShowItemDividers($showItemDividers) { $this->showItemDividers = $showItemDividers; } public function getShowItemDividers() { return $this->showItemDividers; } } PK0 Zs -Yvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceObjectReferences.phpnu[references = $references; } /** * @return Google_Service_Sheets_DataSourceObjectReference[] */ public function getReferences() { return $this->references; } } PK0 Zs))`vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterRequest.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } public function setDateTimeRenderOption($dateTimeRenderOption) { $this->dateTimeRenderOption = $dateTimeRenderOption; } public function getDateTimeRenderOption() { return $this->dateTimeRenderOption; } public function setMajorDimension($majorDimension) { $this->majorDimension = $majorDimension; } public function getMajorDimension() { return $this->majorDimension; } public function setValueRenderOption($valueRenderOption) { $this->valueRenderOption = $valueRenderOption; } public function getValueRenderOption() { return $this->valueRenderOption; } } PK0 Zh"?55Hvendor/google/apiclient-services/src/Google/Service/Sheets/DataLabel.phpnu[customLabelData = $customLabelData; } /** * @return Google_Service_Sheets_ChartData */ public function getCustomLabelData() { return $this->customLabelData; } public function setPlacement($placement) { $this->placement = $placement; } public function getPlacement() { return $this->placement; } /** * @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; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZVvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_FilterView */ public function setFilter(Google_Service_Sheets_FilterView $filter) { $this->filter = $filter; } /** * @return Google_Service_Sheets_FilterView */ public function getFilter() { return $this->filter; } } PK0 Zt  Xvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.phpnu[buckets = $buckets; } /** * @return Google_Service_Sheets_ExtendedValue[] */ public function getBuckets() { return $this->buckets; } public function setValuesIndex($valuesIndex) { $this->valuesIndex = $valuesIndex; } public function getValuesIndex() { return $this->valuesIndex; } } PK0 Z1$$Xvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceSheetProperties.phpnu[columns = $columns; } /** * @return Google_Service_Sheets_DataSourceColumn[] */ public function getColumns() { return $this->columns; } /** * @param Google_Service_Sheets_DataExecutionStatus */ public function setDataExecutionStatus(Google_Service_Sheets_DataExecutionStatus $dataExecutionStatus) { $this->dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } } PK0 ZmP;;Xvendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartColumnStyle.phpnu[color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } } PK0 Zە0iiiEvendor/google/apiclient-services/src/Google/Service/Sheets/Slicer.phpnu[position = $position; } /** * @return Google_Service_Sheets_EmbeddedObjectPosition */ public function getPosition() { return $this->position; } public function setSlicerId($slicerId) { $this->slicerId = $slicerId; } public function getSlicerId() { return $this->slicerId; } /** * @param Google_Service_Sheets_SlicerSpec */ public function setSpec(Google_Service_Sheets_SlicerSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_Sheets_SlicerSpec */ public function getSpec() { return $this->spec; } } PK0 Zcvendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterRequest.phpnu[data = $data; } /** * @return Google_Service_Sheets_DataFilterValueRange[] */ public function getData() { return $this->data; } public function setIncludeValuesInResponse($includeValuesInResponse) { $this->includeValuesInResponse = $includeValuesInResponse; } public function getIncludeValuesInResponse() { return $this->includeValuesInResponse; } public function setResponseDateTimeRenderOption($responseDateTimeRenderOption) { $this->responseDateTimeRenderOption = $responseDateTimeRenderOption; } public function getResponseDateTimeRenderOption() { return $this->responseDateTimeRenderOption; } public function setResponseValueRenderOption($responseValueRenderOption) { $this->responseValueRenderOption = $responseValueRenderOption; } public function getResponseValueRenderOption() { return $this->responseValueRenderOption; } public function setValueInputOption($valueInputOption) { $this->valueInputOption = $valueInputOption; } public function getValueInputOption() { return $this->valueInputOption; } } PK0 Z%11Gvendor/google/apiclient-services/src/Google/Service/Sheets/Response.phpnu[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_AddDataSourceResponse */ public function setAddDataSource(Google_Service_Sheets_AddDataSourceResponse $addDataSource) { $this->addDataSource = $addDataSource; } /** * @return Google_Service_Sheets_AddDataSourceResponse */ public function getAddDataSource() { return $this->addDataSource; } /** * @param Google_Service_Sheets_AddDimensionGroupResponse */ public function setAddDimensionGroup(Google_Service_Sheets_AddDimensionGroupResponse $addDimensionGroup) { $this->addDimensionGroup = $addDimensionGroup; } /** * @return Google_Service_Sheets_AddDimensionGroupResponse */ public function getAddDimensionGroup() { return $this->addDimensionGroup; } /** * @param Google_Service_Sheets_AddFilterViewResponse */ public function setAddFilterView(Google_Service_Sheets_AddFilterViewResponse $addFilterView) { $this->addFilterView = $addFilterView; } /** * @return Google_Service_Sheets_AddFilterViewResponse */ public function getAddFilterView() { return $this->addFilterView; } /** * @param Google_Service_Sheets_AddNamedRangeResponse */ public function setAddNamedRange(Google_Service_Sheets_AddNamedRangeResponse $addNamedRange) { $this->addNamedRange = $addNamedRange; } /** * @return Google_Service_Sheets_AddNamedRangeResponse */ public function getAddNamedRange() { return $this->addNamedRange; } /** * @param Google_Service_Sheets_AddProtectedRangeResponse */ public function setAddProtectedRange(Google_Service_Sheets_AddProtectedRangeResponse $addProtectedRange) { $this->addProtectedRange = $addProtectedRange; } /** * @return Google_Service_Sheets_AddProtectedRangeResponse */ public function getAddProtectedRange() { return $this->addProtectedRange; } /** * @param Google_Service_Sheets_AddSheetResponse */ public function setAddSheet(Google_Service_Sheets_AddSheetResponse $addSheet) { $this->addSheet = $addSheet; } /** * @return Google_Service_Sheets_AddSheetResponse */ public function getAddSheet() { return $this->addSheet; } /** * @param Google_Service_Sheets_AddSlicerResponse */ public function setAddSlicer(Google_Service_Sheets_AddSlicerResponse $addSlicer) { $this->addSlicer = $addSlicer; } /** * @return Google_Service_Sheets_AddSlicerResponse */ public function getAddSlicer() { return $this->addSlicer; } /** * @param Google_Service_Sheets_CreateDeveloperMetadataResponse */ public function setCreateDeveloperMetadata(Google_Service_Sheets_CreateDeveloperMetadataResponse $createDeveloperMetadata) { $this->createDeveloperMetadata = $createDeveloperMetadata; } /** * @return Google_Service_Sheets_CreateDeveloperMetadataResponse */ public function getCreateDeveloperMetadata() { return $this->createDeveloperMetadata; } /** * @param Google_Service_Sheets_DeleteConditionalFormatRuleResponse */ public function setDeleteConditionalFormatRule(Google_Service_Sheets_DeleteConditionalFormatRuleResponse $deleteConditionalFormatRule) { $this->deleteConditionalFormatRule = $deleteConditionalFormatRule; } /** * @return Google_Service_Sheets_DeleteConditionalFormatRuleResponse */ public function getDeleteConditionalFormatRule() { return $this->deleteConditionalFormatRule; } /** * @param Google_Service_Sheets_DeleteDeveloperMetadataResponse */ public function setDeleteDeveloperMetadata(Google_Service_Sheets_DeleteDeveloperMetadataResponse $deleteDeveloperMetadata) { $this->deleteDeveloperMetadata = $deleteDeveloperMetadata; } /** * @return Google_Service_Sheets_DeleteDeveloperMetadataResponse */ public function getDeleteDeveloperMetadata() { return $this->deleteDeveloperMetadata; } /** * @param Google_Service_Sheets_DeleteDimensionGroupResponse */ public function setDeleteDimensionGroup(Google_Service_Sheets_DeleteDimensionGroupResponse $deleteDimensionGroup) { $this->deleteDimensionGroup = $deleteDimensionGroup; } /** * @return Google_Service_Sheets_DeleteDimensionGroupResponse */ public function getDeleteDimensionGroup() { return $this->deleteDimensionGroup; } /** * @param Google_Service_Sheets_DeleteDuplicatesResponse */ public function setDeleteDuplicates(Google_Service_Sheets_DeleteDuplicatesResponse $deleteDuplicates) { $this->deleteDuplicates = $deleteDuplicates; } /** * @return Google_Service_Sheets_DeleteDuplicatesResponse */ public function getDeleteDuplicates() { return $this->deleteDuplicates; } /** * @param Google_Service_Sheets_DuplicateFilterViewResponse */ public function setDuplicateFilterView(Google_Service_Sheets_DuplicateFilterViewResponse $duplicateFilterView) { $this->duplicateFilterView = $duplicateFilterView; } /** * @return Google_Service_Sheets_DuplicateFilterViewResponse */ public function getDuplicateFilterView() { return $this->duplicateFilterView; } /** * @param Google_Service_Sheets_DuplicateSheetResponse */ public function setDuplicateSheet(Google_Service_Sheets_DuplicateSheetResponse $duplicateSheet) { $this->duplicateSheet = $duplicateSheet; } /** * @return Google_Service_Sheets_DuplicateSheetResponse */ public function getDuplicateSheet() { return $this->duplicateSheet; } /** * @param Google_Service_Sheets_FindReplaceResponse */ public function setFindReplace(Google_Service_Sheets_FindReplaceResponse $findReplace) { $this->findReplace = $findReplace; } /** * @return Google_Service_Sheets_FindReplaceResponse */ public function getFindReplace() { return $this->findReplace; } /** * @param Google_Service_Sheets_RefreshDataSourceResponse */ public function setRefreshDataSource(Google_Service_Sheets_RefreshDataSourceResponse $refreshDataSource) { $this->refreshDataSource = $refreshDataSource; } /** * @return Google_Service_Sheets_RefreshDataSourceResponse */ public function getRefreshDataSource() { return $this->refreshDataSource; } /** * @param Google_Service_Sheets_TrimWhitespaceResponse */ public function setTrimWhitespace(Google_Service_Sheets_TrimWhitespaceResponse $trimWhitespace) { $this->trimWhitespace = $trimWhitespace; } /** * @return Google_Service_Sheets_TrimWhitespaceResponse */ public function getTrimWhitespace() { return $this->trimWhitespace; } /** * @param Google_Service_Sheets_UpdateConditionalFormatRuleResponse */ public function setUpdateConditionalFormatRule(Google_Service_Sheets_UpdateConditionalFormatRuleResponse $updateConditionalFormatRule) { $this->updateConditionalFormatRule = $updateConditionalFormatRule; } /** * @return Google_Service_Sheets_UpdateConditionalFormatRuleResponse */ public function getUpdateConditionalFormatRule() { return $this->updateConditionalFormatRule; } /** * @param Google_Service_Sheets_UpdateDataSourceResponse */ public function setUpdateDataSource(Google_Service_Sheets_UpdateDataSourceResponse $updateDataSource) { $this->updateDataSource = $updateDataSource; } /** * @return Google_Service_Sheets_UpdateDataSourceResponse */ public function getUpdateDataSource() { return $this->updateDataSource; } /** * @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; } } PK0 Z1*,vvXvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceChartProperties.phpnu[dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } } PK0 ZT  ^vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataResponse.phpnu[matchedDeveloperMetadata = $matchedDeveloperMetadata; } /** * @return Google_Service_Sheets_MatchedDeveloperMetadata[] */ public function getMatchedDeveloperMetadata() { return $this->matchedDeveloperMetadata; } } PK0 Z5~ Nvendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.phpnu[dataSourceSheetProperties = $dataSourceSheetProperties; } /** * @return Google_Service_Sheets_DataSourceSheetProperties */ public function getDataSourceSheetProperties() { return $this->dataSourceSheetProperties; } /** * @param Google_Service_Sheets_GridProperties */ public function setGridProperties(Google_Service_Sheets_GridProperties $gridProperties) { $this->gridProperties = $gridProperties; } /** * @return Google_Service_Sheets_GridProperties */ public function getGridProperties() { return $this->gridProperties; } public function setHidden($hidden) { $this->hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setRightToLeft($rightToLeft) { $this->rightToLeft = $rightToLeft; } public function getRightToLeft() { return $this->rightToLeft; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } public function setSheetType($sheetType) { $this->sheetType = $sheetType; } public function getSheetType() { return $this->sheetType; } /** * @param Google_Service_Sheets_Color */ public function setTabColor(Google_Service_Sheets_Color $tabColor) { $this->tabColor = $tabColor; } /** * @return Google_Service_Sheets_Color */ public function getTabColor() { return $this->tabColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setTabColorStyle(Google_Service_Sheets_ColorStyle $tabColorStyle) { $this->tabColorStyle = $tabColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getTabColorStyle() { return $this->tabColorStyle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 ZII]vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataRequest.phpnu[dataFilter = $dataFilter; } /** * @return Google_Service_Sheets_DataFilter */ public function getDataFilter() { return $this->dataFilter; } } PK0 ZԳn`vendor/google/apiclient-services/src/Google/Service/Sheets/BasicSeriesDataPointStyleOverride.phpnu[color = $color; } /** * @return Google_Service_Sheets_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Sheets_ColorStyle */ public function setColorStyle(Google_Service_Sheets_ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getColorStyle() { return $this->colorStyle; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Sheets_PointStyle */ public function setPointStyle(Google_Service_Sheets_PointStyle $pointStyle) { $this->pointStyle = $pointStyle; } /** * @return Google_Service_Sheets_PointStyle */ public function getPointStyle() { return $this->pointStyle; } } PK0 ZVPvendor/google/apiclient-services/src/Google/Service/Sheets/MergeCellsRequest.phpnu[mergeType = $mergeType; } public function getMergeType() { return $this->mergeType; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } } PK0 Z/÷#jjVvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteNamedRangeRequest.phpnu[namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } } PK0 ZJVvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Sheets_NamedRange */ public function setNamedRange(Google_Service_Sheets_NamedRange $namedRange) { $this->namedRange = $namedRange; } /** * @return Google_Service_Sheets_NamedRange */ public function getNamedRange() { return $this->namedRange; } } PK0 ZJOvendor/google/apiclient-services/src/Google/Service/Sheets/PasteDataRequest.phpnu[coordinate = $coordinate; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getCoordinate() { return $this->coordinate; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setDelimiter($delimiter) { $this->delimiter = $delimiter; } public function getDelimiter() { return $this->delimiter; } public function setHtml($html) { $this->html = $html; } public function getHtml() { return $this->html; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZIvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroup.phpnu[dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } /** * @param Google_Service_Sheets_PivotGroupLimit */ public function setGroupLimit(Google_Service_Sheets_PivotGroupLimit $groupLimit) { $this->groupLimit = $groupLimit; } /** * @return Google_Service_Sheets_PivotGroupLimit */ public function getGroupLimit() { return $this->groupLimit; } /** * @param Google_Service_Sheets_PivotGroupRule */ public function setGroupRule(Google_Service_Sheets_PivotGroupRule $groupRule) { $this->groupRule = $groupRule; } /** * @return Google_Service_Sheets_PivotGroupRule */ public function getGroupRule() { return $this->groupRule; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setRepeatHeadings($repeatHeadings) { $this->repeatHeadings = $repeatHeadings; } public function getRepeatHeadings() { return $this->repeatHeadings; } public function setShowTotals($showTotals) { $this->showTotals = $showTotals; } public function getShowTotals() { return $this->showTotals; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } public function setSourceColumnOffset($sourceColumnOffset) { $this->sourceColumnOffset = $sourceColumnOffset; } public function getSourceColumnOffset() { return $this->sourceColumnOffset; } /** * @param Google_Service_Sheets_PivotGroupSortValueBucket */ public function setValueBucket(Google_Service_Sheets_PivotGroupSortValueBucket $valueBucket) { $this->valueBucket = $valueBucket; } /** * @return Google_Service_Sheets_PivotGroupSortValueBucket */ public function getValueBucket() { return $this->valueBucket; } /** * @param Google_Service_Sheets_PivotGroupValueMetadata[] */ public function setValueMetadata($valueMetadata) { $this->valueMetadata = $valueMetadata; } /** * @return Google_Service_Sheets_PivotGroupValueMetadata[] */ public function getValueMetadata() { return $this->valueMetadata; } } PK0 Zf2Fvendor/google/apiclient-services/src/Google/Service/Sheets/Editors.phpnu[domainUsersCanEdit = $domainUsersCanEdit; } public function getDomainUsersCanEdit() { return $this->domainUsersCanEdit; } public function setGroups($groups) { $this->groups = $groups; } public function getGroups() { return $this->groups; } public function setUsers($users) { $this->users = $users; } public function getUsers() { return $this->users; } } PK0 ZLVvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.phpnu[collapsed = $collapsed; } public function getCollapsed() { return $this->collapsed; } /** * @param Google_Service_Sheets_ExtendedValue */ public function setValue(Google_Service_Sheets_ExtendedValue $value) { $this->value = $value; } /** * @return Google_Service_Sheets_ExtendedValue */ public function getValue() { return $this->value; } } PK0 Z2kNvendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.phpnu[range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_SourceAndDestination */ public function setSourceAndDestination(Google_Service_Sheets_SourceAndDestination $sourceAndDestination) { $this->sourceAndDestination = $sourceAndDestination; } /** * @return Google_Service_Sheets_SourceAndDestination */ public function getSourceAndDestination() { return $this->sourceAndDestination; } public function setUseAlternateSeries($useAlternateSeries) { $this->useAlternateSeries = $useAlternateSeries; } public function getUseAlternateSeries() { return $this->useAlternateSeries; } } PK0 ZԬoocvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.phpnu[position = $position; } /** * @return Google_Service_Sheets_EmbeddedObjectPosition */ public function getPosition() { return $this->position; } } PK0 Z Qh Svendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.phpnu[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; } } PK0 Zh8OOOvendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.phpnu[properties = $properties; } /** * @return Google_Service_Sheets_SheetProperties */ public function getProperties() { return $this->properties; } } PK0 Z'hKvendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.phpnu[domain = $domain; } /** * @return Google_Service_Sheets_ChartData */ public function getDomain() { return $this->domain; } public function setLegendPosition($legendPosition) { $this->legendPosition = $legendPosition; } public function getLegendPosition() { return $this->legendPosition; } public function setPieHole($pieHole) { $this->pieHole = $pieHole; } public function getPieHole() { return $this->pieHole; } /** * @param Google_Service_Sheets_ChartData */ public function setSeries(Google_Service_Sheets_ChartData $series) { $this->series = $series; } /** * @return Google_Service_Sheets_ChartData */ public function getSeries() { return $this->series; } public function setThreeDimensional($threeDimensional) { $this->threeDimensional = $threeDimensional; } public function getThreeDimensional() { return $this->threeDimensional; } } PK0 Z\~^Rvendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.phpnu[formulasChanged = $formulasChanged; } public function getFormulasChanged() { return $this->formulasChanged; } public function setOccurrencesChanged($occurrencesChanged) { $this->occurrencesChanged = $occurrencesChanged; } public function getOccurrencesChanged() { return $this->occurrencesChanged; } public function setRowsChanged($rowsChanged) { $this->rowsChanged = $rowsChanged; } public function getRowsChanged() { return $this->rowsChanged; } public function setSheetsChanged($sheetsChanged) { $this->sheetsChanged = $sheetsChanged; } public function getSheetsChanged() { return $this->sheetsChanged; } public function setValuesChanged($valuesChanged) { $this->valuesChanged = $valuesChanged; } public function getValuesChanged() { return $this->valuesChanged; } } PK0 Z:_lXvendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupResponse.phpnu[dimensionGroups = $dimensionGroups; } /** * @return Google_Service_Sheets_DimensionGroup[] */ public function getDimensionGroups() { return $this->dimensionGroups; } } PK0 ZsJnnPvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceFormula.phpnu[dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } } PK0 ZYGk22Fvendor/google/apiclient-services/src/Google/Service/Sheets/Request.phpnu[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_AddDataSourceRequest */ public function setAddDataSource(Google_Service_Sheets_AddDataSourceRequest $addDataSource) { $this->addDataSource = $addDataSource; } /** * @return Google_Service_Sheets_AddDataSourceRequest */ public function getAddDataSource() { return $this->addDataSource; } /** * @param Google_Service_Sheets_AddDimensionGroupRequest */ public function setAddDimensionGroup(Google_Service_Sheets_AddDimensionGroupRequest $addDimensionGroup) { $this->addDimensionGroup = $addDimensionGroup; } /** * @return Google_Service_Sheets_AddDimensionGroupRequest */ public function getAddDimensionGroup() { return $this->addDimensionGroup; } /** * @param Google_Service_Sheets_AddFilterViewRequest */ public function setAddFilterView(Google_Service_Sheets_AddFilterViewRequest $addFilterView) { $this->addFilterView = $addFilterView; } /** * @return Google_Service_Sheets_AddFilterViewRequest */ public function getAddFilterView() { return $this->addFilterView; } /** * @param Google_Service_Sheets_AddNamedRangeRequest */ public function setAddNamedRange(Google_Service_Sheets_AddNamedRangeRequest $addNamedRange) { $this->addNamedRange = $addNamedRange; } /** * @return Google_Service_Sheets_AddNamedRangeRequest */ public function getAddNamedRange() { return $this->addNamedRange; } /** * @param Google_Service_Sheets_AddProtectedRangeRequest */ public function setAddProtectedRange(Google_Service_Sheets_AddProtectedRangeRequest $addProtectedRange) { $this->addProtectedRange = $addProtectedRange; } /** * @return Google_Service_Sheets_AddProtectedRangeRequest */ public function getAddProtectedRange() { return $this->addProtectedRange; } /** * @param Google_Service_Sheets_AddSheetRequest */ public function setAddSheet(Google_Service_Sheets_AddSheetRequest $addSheet) { $this->addSheet = $addSheet; } /** * @return Google_Service_Sheets_AddSheetRequest */ public function getAddSheet() { return $this->addSheet; } /** * @param Google_Service_Sheets_AddSlicerRequest */ public function setAddSlicer(Google_Service_Sheets_AddSlicerRequest $addSlicer) { $this->addSlicer = $addSlicer; } /** * @return Google_Service_Sheets_AddSlicerRequest */ public function getAddSlicer() { return $this->addSlicer; } /** * @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_DeleteDataSourceRequest */ public function setDeleteDataSource(Google_Service_Sheets_DeleteDataSourceRequest $deleteDataSource) { $this->deleteDataSource = $deleteDataSource; } /** * @return Google_Service_Sheets_DeleteDataSourceRequest */ public function getDeleteDataSource() { return $this->deleteDataSource; } /** * @param Google_Service_Sheets_DeleteDeveloperMetadataRequest */ public function setDeleteDeveloperMetadata(Google_Service_Sheets_DeleteDeveloperMetadataRequest $deleteDeveloperMetadata) { $this->deleteDeveloperMetadata = $deleteDeveloperMetadata; } /** * @return Google_Service_Sheets_DeleteDeveloperMetadataRequest */ public function getDeleteDeveloperMetadata() { return $this->deleteDeveloperMetadata; } /** * @param Google_Service_Sheets_DeleteDimensionRequest */ public function setDeleteDimension(Google_Service_Sheets_DeleteDimensionRequest $deleteDimension) { $this->deleteDimension = $deleteDimension; } /** * @return Google_Service_Sheets_DeleteDimensionRequest */ public function getDeleteDimension() { return $this->deleteDimension; } /** * @param Google_Service_Sheets_DeleteDimensionGroupRequest */ public function setDeleteDimensionGroup(Google_Service_Sheets_DeleteDimensionGroupRequest $deleteDimensionGroup) { $this->deleteDimensionGroup = $deleteDimensionGroup; } /** * @return Google_Service_Sheets_DeleteDimensionGroupRequest */ public function getDeleteDimensionGroup() { return $this->deleteDimensionGroup; } /** * @param Google_Service_Sheets_DeleteDuplicatesRequest */ public function setDeleteDuplicates(Google_Service_Sheets_DeleteDuplicatesRequest $deleteDuplicates) { $this->deleteDuplicates = $deleteDuplicates; } /** * @return Google_Service_Sheets_DeleteDuplicatesRequest */ public function getDeleteDuplicates() { return $this->deleteDuplicates; } /** * @param Google_Service_Sheets_DeleteEmbeddedObjectRequest */ public function setDeleteEmbeddedObject(Google_Service_Sheets_DeleteEmbeddedObjectRequest $deleteEmbeddedObject) { $this->deleteEmbeddedObject = $deleteEmbeddedObject; } /** * @return Google_Service_Sheets_DeleteEmbeddedObjectRequest */ public function getDeleteEmbeddedObject() { return $this->deleteEmbeddedObject; } /** * @param Google_Service_Sheets_DeleteFilterViewRequest */ public function setDeleteFilterView(Google_Service_Sheets_DeleteFilterViewRequest $deleteFilterView) { $this->deleteFilterView = $deleteFilterView; } /** * @return Google_Service_Sheets_DeleteFilterViewRequest */ public function getDeleteFilterView() { return $this->deleteFilterView; } /** * @param Google_Service_Sheets_DeleteNamedRangeRequest */ public function setDeleteNamedRange(Google_Service_Sheets_DeleteNamedRangeRequest $deleteNamedRange) { $this->deleteNamedRange = $deleteNamedRange; } /** * @return Google_Service_Sheets_DeleteNamedRangeRequest */ public function getDeleteNamedRange() { return $this->deleteNamedRange; } /** * @param Google_Service_Sheets_DeleteProtectedRangeRequest */ public function setDeleteProtectedRange(Google_Service_Sheets_DeleteProtectedRangeRequest $deleteProtectedRange) { $this->deleteProtectedRange = $deleteProtectedRange; } /** * @return Google_Service_Sheets_DeleteProtectedRangeRequest */ public function getDeleteProtectedRange() { return $this->deleteProtectedRange; } /** * @param Google_Service_Sheets_DeleteRangeRequest */ public function setDeleteRange(Google_Service_Sheets_DeleteRangeRequest $deleteRange) { $this->deleteRange = $deleteRange; } /** * @return Google_Service_Sheets_DeleteRangeRequest */ public function getDeleteRange() { return $this->deleteRange; } /** * @param Google_Service_Sheets_DeleteSheetRequest */ public function setDeleteSheet(Google_Service_Sheets_DeleteSheetRequest $deleteSheet) { $this->deleteSheet = $deleteSheet; } /** * @return Google_Service_Sheets_DeleteSheetRequest */ public function getDeleteSheet() { return $this->deleteSheet; } /** * @param Google_Service_Sheets_DuplicateFilterViewRequest */ public function setDuplicateFilterView(Google_Service_Sheets_DuplicateFilterViewRequest $duplicateFilterView) { $this->duplicateFilterView = $duplicateFilterView; } /** * @return Google_Service_Sheets_DuplicateFilterViewRequest */ public function getDuplicateFilterView() { return $this->duplicateFilterView; } /** * @param Google_Service_Sheets_DuplicateSheetRequest */ public function setDuplicateSheet(Google_Service_Sheets_DuplicateSheetRequest $duplicateSheet) { $this->duplicateSheet = $duplicateSheet; } /** * @return Google_Service_Sheets_DuplicateSheetRequest */ public function getDuplicateSheet() { return $this->duplicateSheet; } /** * @param Google_Service_Sheets_FindReplaceRequest */ public function setFindReplace(Google_Service_Sheets_FindReplaceRequest $findReplace) { $this->findReplace = $findReplace; } /** * @return Google_Service_Sheets_FindReplaceRequest */ public function getFindReplace() { return $this->findReplace; } /** * @param Google_Service_Sheets_InsertDimensionRequest */ public function setInsertDimension(Google_Service_Sheets_InsertDimensionRequest $insertDimension) { $this->insertDimension = $insertDimension; } /** * @return Google_Service_Sheets_InsertDimensionRequest */ public function getInsertDimension() { return $this->insertDimension; } /** * @param Google_Service_Sheets_InsertRangeRequest */ public function setInsertRange(Google_Service_Sheets_InsertRangeRequest $insertRange) { $this->insertRange = $insertRange; } /** * @return Google_Service_Sheets_InsertRangeRequest */ public function getInsertRange() { return $this->insertRange; } /** * @param Google_Service_Sheets_MergeCellsRequest */ public function setMergeCells(Google_Service_Sheets_MergeCellsRequest $mergeCells) { $this->mergeCells = $mergeCells; } /** * @return Google_Service_Sheets_MergeCellsRequest */ public function getMergeCells() { return $this->mergeCells; } /** * @param Google_Service_Sheets_MoveDimensionRequest */ public function setMoveDimension(Google_Service_Sheets_MoveDimensionRequest $moveDimension) { $this->moveDimension = $moveDimension; } /** * @return Google_Service_Sheets_MoveDimensionRequest */ public function getMoveDimension() { return $this->moveDimension; } /** * @param Google_Service_Sheets_PasteDataRequest */ public function setPasteData(Google_Service_Sheets_PasteDataRequest $pasteData) { $this->pasteData = $pasteData; } /** * @return Google_Service_Sheets_PasteDataRequest */ public function getPasteData() { return $this->pasteData; } /** * @param Google_Service_Sheets_RandomizeRangeRequest */ public function setRandomizeRange(Google_Service_Sheets_RandomizeRangeRequest $randomizeRange) { $this->randomizeRange = $randomizeRange; } /** * @return Google_Service_Sheets_RandomizeRangeRequest */ public function getRandomizeRange() { return $this->randomizeRange; } /** * @param Google_Service_Sheets_RefreshDataSourceRequest */ public function setRefreshDataSource(Google_Service_Sheets_RefreshDataSourceRequest $refreshDataSource) { $this->refreshDataSource = $refreshDataSource; } /** * @return Google_Service_Sheets_RefreshDataSourceRequest */ public function getRefreshDataSource() { return $this->refreshDataSource; } /** * @param Google_Service_Sheets_RepeatCellRequest */ public function setRepeatCell(Google_Service_Sheets_RepeatCellRequest $repeatCell) { $this->repeatCell = $repeatCell; } /** * @return Google_Service_Sheets_RepeatCellRequest */ public function getRepeatCell() { return $this->repeatCell; } /** * @param Google_Service_Sheets_SetBasicFilterRequest */ public function setSetBasicFilter(Google_Service_Sheets_SetBasicFilterRequest $setBasicFilter) { $this->setBasicFilter = $setBasicFilter; } /** * @return Google_Service_Sheets_SetBasicFilterRequest */ public function getSetBasicFilter() { return $this->setBasicFilter; } /** * @param Google_Service_Sheets_SetDataValidationRequest */ public function setSetDataValidation(Google_Service_Sheets_SetDataValidationRequest $setDataValidation) { $this->setDataValidation = $setDataValidation; } /** * @return Google_Service_Sheets_SetDataValidationRequest */ public function getSetDataValidation() { return $this->setDataValidation; } /** * @param Google_Service_Sheets_SortRangeRequest */ public function setSortRange(Google_Service_Sheets_SortRangeRequest $sortRange) { $this->sortRange = $sortRange; } /** * @return Google_Service_Sheets_SortRangeRequest */ public function getSortRange() { return $this->sortRange; } /** * @param Google_Service_Sheets_TextToColumnsRequest */ public function setTextToColumns(Google_Service_Sheets_TextToColumnsRequest $textToColumns) { $this->textToColumns = $textToColumns; } /** * @return Google_Service_Sheets_TextToColumnsRequest */ public function getTextToColumns() { return $this->textToColumns; } /** * @param Google_Service_Sheets_TrimWhitespaceRequest */ public function setTrimWhitespace(Google_Service_Sheets_TrimWhitespaceRequest $trimWhitespace) { $this->trimWhitespace = $trimWhitespace; } /** * @return Google_Service_Sheets_TrimWhitespaceRequest */ public function getTrimWhitespace() { return $this->trimWhitespace; } /** * @param Google_Service_Sheets_UnmergeCellsRequest */ public function setUnmergeCells(Google_Service_Sheets_UnmergeCellsRequest $unmergeCells) { $this->unmergeCells = $unmergeCells; } /** * @return Google_Service_Sheets_UnmergeCellsRequest */ public function getUnmergeCells() { return $this->unmergeCells; } /** * @param Google_Service_Sheets_UpdateBandingRequest */ public function setUpdateBanding(Google_Service_Sheets_UpdateBandingRequest $updateBanding) { $this->updateBanding = $updateBanding; } /** * @return Google_Service_Sheets_UpdateBandingRequest */ public function getUpdateBanding() { return $this->updateBanding; } /** * @param Google_Service_Sheets_UpdateBordersRequest */ public function setUpdateBorders(Google_Service_Sheets_UpdateBordersRequest $updateBorders) { $this->updateBorders = $updateBorders; } /** * @return Google_Service_Sheets_UpdateBordersRequest */ public function getUpdateBorders() { return $this->updateBorders; } /** * @param Google_Service_Sheets_UpdateCellsRequest */ public function setUpdateCells(Google_Service_Sheets_UpdateCellsRequest $updateCells) { $this->updateCells = $updateCells; } /** * @return Google_Service_Sheets_UpdateCellsRequest */ public function getUpdateCells() { return $this->updateCells; } /** * @param Google_Service_Sheets_UpdateChartSpecRequest */ public function setUpdateChartSpec(Google_Service_Sheets_UpdateChartSpecRequest $updateChartSpec) { $this->updateChartSpec = $updateChartSpec; } /** * @return Google_Service_Sheets_UpdateChartSpecRequest */ public function getUpdateChartSpec() { return $this->updateChartSpec; } /** * @param Google_Service_Sheets_UpdateConditionalFormatRuleRequest */ public function setUpdateConditionalFormatRule(Google_Service_Sheets_UpdateConditionalFormatRuleRequest $updateConditionalFormatRule) { $this->updateConditionalFormatRule = $updateConditionalFormatRule; } /** * @return Google_Service_Sheets_UpdateConditionalFormatRuleRequest */ public function getUpdateConditionalFormatRule() { return $this->updateConditionalFormatRule; } /** * @param Google_Service_Sheets_UpdateDataSourceRequest */ public function setUpdateDataSource(Google_Service_Sheets_UpdateDataSourceRequest $updateDataSource) { $this->updateDataSource = $updateDataSource; } /** * @return Google_Service_Sheets_UpdateDataSourceRequest */ public function getUpdateDataSource() { return $this->updateDataSource; } /** * @param Google_Service_Sheets_UpdateDeveloperMetadataRequest */ public function setUpdateDeveloperMetadata(Google_Service_Sheets_UpdateDeveloperMetadataRequest $updateDeveloperMetadata) { $this->updateDeveloperMetadata = $updateDeveloperMetadata; } /** * @return Google_Service_Sheets_UpdateDeveloperMetadataRequest */ public function getUpdateDeveloperMetadata() { return $this->updateDeveloperMetadata; } /** * @param Google_Service_Sheets_UpdateDimensionGroupRequest */ public function setUpdateDimensionGroup(Google_Service_Sheets_UpdateDimensionGroupRequest $updateDimensionGroup) { $this->updateDimensionGroup = $updateDimensionGroup; } /** * @return Google_Service_Sheets_UpdateDimensionGroupRequest */ public function getUpdateDimensionGroup() { return $this->updateDimensionGroup; } /** * @param Google_Service_Sheets_UpdateDimensionPropertiesRequest */ public function setUpdateDimensionProperties(Google_Service_Sheets_UpdateDimensionPropertiesRequest $updateDimensionProperties) { $this->updateDimensionProperties = $updateDimensionProperties; } /** * @return Google_Service_Sheets_UpdateDimensionPropertiesRequest */ public function getUpdateDimensionProperties() { return $this->updateDimensionProperties; } /** * @param Google_Service_Sheets_UpdateEmbeddedObjectBorderRequest */ public function setUpdateEmbeddedObjectBorder(Google_Service_Sheets_UpdateEmbeddedObjectBorderRequest $updateEmbeddedObjectBorder) { $this->updateEmbeddedObjectBorder = $updateEmbeddedObjectBorder; } /** * @return Google_Service_Sheets_UpdateEmbeddedObjectBorderRequest */ public function getUpdateEmbeddedObjectBorder() { return $this->updateEmbeddedObjectBorder; } /** * @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_UpdateSlicerSpecRequest */ public function setUpdateSlicerSpec(Google_Service_Sheets_UpdateSlicerSpecRequest $updateSlicerSpec) { $this->updateSlicerSpec = $updateSlicerSpec; } /** * @return Google_Service_Sheets_UpdateSlicerSpecRequest */ public function getUpdateSlicerSpec() { return $this->updateSlicerSpec; } /** * @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; } } PK0 ZKvendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.phpnu[angle = $angle; } public function getAngle() { return $this->angle; } public function setVertical($vertical) { $this->vertical = $vertical; } public function getVertical() { return $this->vertical; } } PK0 ZܭjjVvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDataSourceRequest.phpnu[dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } } PK0 Zh,   _vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesByDataFilterResponse.phpnu[dataFilter = $dataFilter; } /** * @return Google_Service_Sheets_DataFilter */ public function getDataFilter() { return $this->dataFilter; } public function setUpdatedCells($updatedCells) { $this->updatedCells = $updatedCells; } public function getUpdatedCells() { return $this->updatedCells; } public function setUpdatedColumns($updatedColumns) { $this->updatedColumns = $updatedColumns; } public function getUpdatedColumns() { return $this->updatedColumns; } /** * @param Google_Service_Sheets_ValueRange */ public function setUpdatedData(Google_Service_Sheets_ValueRange $updatedData) { $this->updatedData = $updatedData; } /** * @return Google_Service_Sheets_ValueRange */ public function getUpdatedData() { return $this->updatedData; } public function setUpdatedRange($updatedRange) { $this->updatedRange = $updatedRange; } public function getUpdatedRange() { return $this->updatedRange; } public function setUpdatedRows($updatedRows) { $this->updatedRows = $updatedRows; } public function getUpdatedRows() { return $this->updatedRows; } } PK0 ZN`66Ovendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.phpnu[sources = $sources; } /** * @return Google_Service_Sheets_GridRange[] */ public function getSources() { return $this->sources; } } PK0 ZVII`vendor/google/apiclient-services/src/Google/Service/Sheets/GetSpreadsheetByDataFilterRequest.phpnu[dataFilters = $dataFilters; } /** * @return Google_Service_Sheets_DataFilter[] */ public function getDataFilters() { return $this->dataFilters; } public function setIncludeGridData($includeGridData) { $this->includeGridData = $includeGridData; } public function getIncludeGridData() { return $this->includeGridData; } } PK0 ZUvendor/google/apiclient-services/src/Google/Service/Sheets/InsertDimensionRequest.phpnu[inheritFromBefore = $inheritFromBefore; } public function getInheritFromBefore() { return $this->inheritFromBefore; } /** * @param Google_Service_Sheets_DimensionRange */ public function setRange(Google_Service_Sheets_DimensionRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_DimensionRange */ public function getRange() { return $this->range; } } PK0 Z'*ZHvendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.phpnu[aggregateType = $aggregateType; } public function getAggregateType() { return $this->aggregateType; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setColumnReference(Google_Service_Sheets_DataSourceColumnReference $columnReference) { $this->columnReference = $columnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getColumnReference() { return $this->columnReference; } /** * @param Google_Service_Sheets_ChartGroupRule */ public function setGroupRule(Google_Service_Sheets_ChartGroupRule $groupRule) { $this->groupRule = $groupRule; } /** * @return Google_Service_Sheets_ChartGroupRule */ public function getGroupRule() { return $this->groupRule; } /** * @param Google_Service_Sheets_ChartSourceRange */ public function setSourceRange(Google_Service_Sheets_ChartSourceRange $sourceRange) { $this->sourceRange = $sourceRange; } /** * @return Google_Service_Sheets_ChartSourceRange */ public function getSourceRange() { return $this->sourceRange; } } PK0 Z`+ZZ@vendor/google/apiclient-services/src/Google/Service/SQLAdmin.phpnu[ * API for Cloud SQL database instance management

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SQLAdmin extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your Google SQL Service instances. */ const SQLSERVICE_ADMIN = "https://www.googleapis.com/auth/sqlservice.admin"; public $backupRuns; public $databases; public $flags; public $instances; public $operations; public $projects_instances; public $sslCerts; public $tiers; public $users; /** * Constructs the internal representation of the SQLAdmin service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://sqladmin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta4'; $this->serviceName = 'sqladmin'; $this->backupRuns = new Google_Service_SQLAdmin_Resource_BackupRuns( $this, $this->serviceName, 'backupRuns', array( 'methods' => array( 'delete' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/backupRuns/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/backupRuns/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/backupRuns', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/backupRuns', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->databases = new Google_Service_SQLAdmin_Resource_Databases( $this, $this->serviceName, 'databases', array( 'methods' => array( 'delete' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/databases/{database}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/databases/{database}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/databases', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/databases', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/databases/{database}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/databases/{database}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->flags = new Google_Service_SQLAdmin_Resource_Flags( $this, $this->serviceName, 'flags', array( 'methods' => array( 'list' => array( 'path' => 'sql/v1beta4/flags', 'httpMethod' => 'GET', 'parameters' => array( 'databaseVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->instances = new Google_Service_SQLAdmin_Resource_Instances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'addServerCa' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/addServerCa', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'clone' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/clone', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'demoteMaster' => array( 'path' => 'sql/v1beta4/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' => 'sql/v1beta4/projects/{project}/instances/{instance}/export', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'failover' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/failover', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/import', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'sql/v1beta4/projects/{project}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sql/v1beta4/projects/{project}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listServerCas' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/listServerCas', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'promoteReplica' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/promoteReplica', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resetSslConfig' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/resetSslConfig', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'restart' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/restart', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'restoreBackup' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/restoreBackup', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'rotateServerCa' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/rotateServerCa', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'startReplica' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/startReplica', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stopReplica' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/stopReplica', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'truncateLog' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/truncateLog', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_SQLAdmin_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'sql/v1beta4/projects/{project}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sql/v1beta4/projects/{project}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances = new Google_Service_SQLAdmin_Resource_ProjectsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'rescheduleMaintenance' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/rescheduleMaintenance', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'startExternalSync' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/startExternalSync', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'skipVerification' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncMode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'verifyExternalSyncSettings' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/verifyExternalSyncSettings', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'syncMode' => array( 'location' => 'query', 'type' => 'string', ), 'verifyConnectionOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->sslCerts = new Google_Service_SQLAdmin_Resource_SslCerts( $this, $this->serviceName, 'sslCerts', array( 'methods' => array( 'createEphemeral' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/createEphemeral', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sha1Fingerprint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sha1Fingerprint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/sslCerts', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/sslCerts', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->tiers = new Google_Service_SQLAdmin_Resource_Tiers( $this, $this->serviceName, 'tiers', array( 'methods' => array( 'list' => array( 'path' => 'sql/v1beta4/projects/{project}/tiers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users = new Google_Service_SQLAdmin_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'delete' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/users', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'host' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/users', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/users', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'sql/v1beta4/projects/{project}/instances/{instance}/users', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'host' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 Z\Fvendor/google/apiclient-services/src/Google/Service/Coordinate/Job.phpnu[id = $id; } public function getId() { return $this->id; } public function setJobChange($jobChange) { $this->jobChange = $jobChange; } public function getJobChange() { return $this->jobChange; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setState(Google_Service_Coordinate_JobState $state) { $this->state = $state; } public function getState() { return $this->state; } } PK0 Zr[1  Rvendor/google/apiclient-services/src/Google/Service/Coordinate/JobListResponse.phpnu[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; } } PK0 ZW.R[[Nvendor/google/apiclient-services/src/Google/Service/Coordinate/EnumItemDef.phpnu[active = $active; } public function getActive() { return $this->active; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 ZWlLTT]vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDefListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 Z%˻Qvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDef.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setEnumitems($enumitems) { $this->enumitems = $enumitems; } public function getEnumitems() { return $this->enumitems; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRequiredForCheckout($requiredForCheckout) { $this->requiredForCheckout = $requiredForCheckout; } public function getRequiredForCheckout() { return $this->requiredForCheckout; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z"GPvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Jobs.phpnu[ * $coordinateService = new Google_Service_Coordinate(...); * $jobs = $coordinateService->jobs; * */ class Google_Service_Coordinate_Resource_Jobs extends Google_Service_Resource { /** * Retrieves a job, including all the changes made to the job. (jobs.get) * * @param string $teamId Team ID * @param string $jobId Job number * @param array $optParams Optional parameters. * @return Google_Service_Coordinate_Job */ public function get($teamId, $jobId, $optParams = array()) { $params = array('teamId' => $teamId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Coordinate_Job"); } /** * Inserts a new job. Only the state field of the job should be set. * (jobs.insert) * * @param string $teamId Team ID * @param string $address Job address as newline (Unix) separated string * @param double $lat The latitude coordinate of this job's location. * @param double $lng The longitude coordinate of this job's location. * @param string $title Job title * @param Google_Service_Coordinate_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string assignee Assignee email address, or empty string to * unassign. * @opt_param string customField Sets the value of custom fields. To set a * custom field, pass the field id (from /team/teamId/custom_fields), a URL * escaped '=' character, and the desired value as a parameter. For example, * customField=12%3DAlice. Repeat the parameter for each custom field. Note that * '=' cannot appear in the parameter value. Specifying an invalid, or inactive * enum field will result in an error 500. * @opt_param string customerName Customer name * @opt_param string customerPhoneNumber Customer phone number * @opt_param string note Job note as newline (Unix) separated string * @return Google_Service_Coordinate_Job */ public function insert($teamId, $address, $lat, $lng, $title, Google_Service_Coordinate_Job $postBody, $optParams = array()) { $params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' => $title, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Coordinate_Job"); } /** * Retrieves jobs created or modified since the given timestamp. (jobs.listJobs) * * @param string $teamId Team ID * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return in one page. * @opt_param string minModifiedTimestampMs Minimum time a job was modified in * milliseconds since epoch. * @opt_param bool omitJobChanges Whether to omit detail job history * information. * @opt_param string pageToken Continuation token * @return Google_Service_Coordinate_JobListResponse */ public function listJobs($teamId, $optParams = array()) { $params = array('teamId' => $teamId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse"); } /** * Updates a job. Fields that are set in the job state will be updated. This * method supports patch semantics. (jobs.patch) * * @param string $teamId Team ID * @param string $jobId Job number * @param Google_Service_Coordinate_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string address Job address as newline (Unix) separated string * @opt_param string assignee Assignee email address, or empty string to * unassign. * @opt_param string customField Sets the value of custom fields. To set a * custom field, pass the field id (from /team/teamId/custom_fields), a URL * escaped '=' character, and the desired value as a parameter. For example, * customField=12%3DAlice. Repeat the parameter for each custom field. Note that * '=' cannot appear in the parameter value. Specifying an invalid, or inactive * enum field will result in an error 500. * @opt_param string customerName Customer name * @opt_param string customerPhoneNumber Customer phone number * @opt_param double lat The latitude coordinate of this job's location. * @opt_param double lng The longitude coordinate of this job's location. * @opt_param string note Job note as newline (Unix) separated string * @opt_param string progress Job progress * @opt_param string title Job title * @return Google_Service_Coordinate_Job */ public function patch($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array()) { $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Coordinate_Job"); } /** * Updates a job. Fields that are set in the job state will be updated. * (jobs.update) * * @param string $teamId Team ID * @param string $jobId Job number * @param Google_Service_Coordinate_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string address Job address as newline (Unix) separated string * @opt_param string assignee Assignee email address, or empty string to * unassign. * @opt_param string customField Sets the value of custom fields. To set a * custom field, pass the field id (from /team/teamId/custom_fields), a URL * escaped '=' character, and the desired value as a parameter. For example, * customField=12%3DAlice. Repeat the parameter for each custom field. Note that * '=' cannot appear in the parameter value. Specifying an invalid, or inactive * enum field will result in an error 500. * @opt_param string customerName Customer name * @opt_param string customerPhoneNumber Customer phone number * @opt_param double lat The latitude coordinate of this job's location. * @opt_param double lng The longitude coordinate of this job's location. * @opt_param string note Job note as newline (Unix) separated string * @opt_param string progress Job progress * @opt_param string title Job title * @return Google_Service_Coordinate_Job */ public function update($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array()) { $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Coordinate_Job"); } } PK0 ZcZvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/CustomFieldDef.phpnu[ * $coordinateService = new Google_Service_Coordinate(...); * $customFieldDef = $coordinateService->customFieldDef; * */ class Google_Service_Coordinate_Resource_CustomFieldDef extends Google_Service_Resource { /** * Retrieves a list of custom field definitions for a team. * (customFieldDef.listCustomFieldDef) * * @param string $teamId Team ID * @param array $optParams Optional parameters. * @return Google_Service_Coordinate_CustomFieldDefListResponse */ public function listCustomFieldDef($teamId, $optParams = array()) { $params = array('teamId' => $teamId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Coordinate_CustomFieldDefListResponse"); } } PK0 Z Tvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Schedule.phpnu[ * $coordinateService = new Google_Service_Coordinate(...); * $schedule = $coordinateService->schedule; * */ class Google_Service_Coordinate_Resource_Schedule extends Google_Service_Resource { /** * Retrieves the schedule for a job. (schedule.get) * * @param string $teamId Team ID * @param string $jobId Job number * @param array $optParams Optional parameters. * @return Google_Service_Coordinate_Schedule */ public function get($teamId, $jobId, $optParams = array()) { $params = array('teamId' => $teamId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Coordinate_Schedule"); } /** * Replaces the schedule of a job with the provided schedule. This method * supports patch semantics. (schedule.patch) * * @param string $teamId Team ID * @param string $jobId Job number * @param Google_Service_Coordinate_Schedule $postBody * @param array $optParams Optional parameters. * * @opt_param bool allDay Whether the job is scheduled for the whole day. Time * of day in start/end times is ignored if this is true. * @opt_param string duration Job duration in milliseconds. * @opt_param string endTime Scheduled end time in milliseconds since epoch. * @opt_param string startTime Scheduled start time in milliseconds since epoch. * @return Google_Service_Coordinate_Schedule */ public function patch($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array()) { $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule"); } /** * Replaces the schedule of a job with the provided schedule. (schedule.update) * * @param string $teamId Team ID * @param string $jobId Job number * @param Google_Service_Coordinate_Schedule $postBody * @param array $optParams Optional parameters. * * @opt_param bool allDay Whether the job is scheduled for the whole day. Time * of day in start/end times is ignored if this is true. * @opt_param string duration Job duration in milliseconds. * @opt_param string endTime Scheduled end time in milliseconds since epoch. * @opt_param string startTime Scheduled start time in milliseconds since epoch. * @return Google_Service_Coordinate_Schedule */ public function update($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array()) { $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Coordinate_Schedule"); } } PK0 Z/LTvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Location.phpnu[ * $coordinateService = new Google_Service_Coordinate(...); * $location = $coordinateService->location; * */ class Google_Service_Coordinate_Resource_Location extends Google_Service_Resource { /** * Retrieves a list of locations for a worker. (location.listLocation) * * @param string $teamId Team ID * @param string $workerEmail Worker email address. * @param string $startTimestampMs Start timestamp in milliseconds since the * epoch. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return in one page. * @opt_param string pageToken Continuation token * @return Google_Service_Coordinate_LocationListResponse */ public function listLocation($teamId, $workerEmail, $startTimestampMs, $optParams = array()) { $params = array('teamId' => $teamId, 'workerEmail' => $workerEmail, 'startTimestampMs' => $startTimestampMs); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Coordinate_LocationListResponse"); } } PK0 Z>++Pvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Team.phpnu[ * $coordinateService = new Google_Service_Coordinate(...); * $team = $coordinateService->team; * */ class Google_Service_Coordinate_Resource_Team extends Google_Service_Resource { /** * Retrieves a list of teams for a user. (team.listTeam) * * @param array $optParams Optional parameters. * * @opt_param bool admin Whether to include teams for which the user has the * Admin role. * @opt_param bool dispatcher Whether to include teams for which the user has * the Dispatcher role. * @opt_param bool worker Whether to include teams for which the user has the * Worker role. * @return Google_Service_Coordinate_TeamListResponse */ public function listTeam($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse"); } } PK0 ZIMLLRvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Worker.phpnu[ * $coordinateService = new Google_Service_Coordinate(...); * $worker = $coordinateService->worker; * */ class Google_Service_Coordinate_Resource_Worker extends Google_Service_Resource { /** * Retrieves a list of workers in a team. (worker.listWorker) * * @param string $teamId Team ID * @param array $optParams Optional parameters. * @return Google_Service_Coordinate_WorkerListResponse */ public function listWorker($teamId, $optParams = array()) { $params = array('teamId' => $teamId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Coordinate_WorkerListResponse"); } } PK0 Z3جRvendor/google/apiclient-services/src/Google/Service/Coordinate/TokenPagination.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPreviousPageToken($previousPageToken) { $this->previousPageToken = $previousPageToken; } public function getPreviousPageToken() { return $this->previousPageToken; } } PK0 Zc-XNvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomField.phpnu[customFieldId = $customFieldId; } public function getCustomFieldId() { return $this->customFieldId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 Z;Ҁ>>Qvendor/google/apiclient-services/src/Google/Service/Coordinate/LocationRecord.phpnu[collectionTime = $collectionTime; } public function getCollectionTime() { return $this->collectionTime; } public function setConfidenceRadius($confidenceRadius) { $this->confidenceRadius = $confidenceRadius; } public function getConfidenceRadius() { return $this->confidenceRadius; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK0 ZwcKvendor/google/apiclient-services/src/Google/Service/Coordinate/Schedule.phpnu[allDay = $allDay; } public function getAllDay() { return $this->allDay; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK0 Z@@Svendor/google/apiclient-services/src/Google/Service/Coordinate/TeamListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 Z,zĀWvendor/google/apiclient-services/src/Google/Service/Coordinate/LocationListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTokenPagination(Google_Service_Coordinate_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } public function getTokenPagination() { return $this->tokenPagination; } } PK0 ZkDDUvendor/google/apiclient-services/src/Google/Service/Coordinate/WorkerListResponse.phpnu[items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 ZۙyLvendor/google/apiclient-services/src/Google/Service/Coordinate/JobChange.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setState(Google_Service_Coordinate_JobState $state) { $this->state = $state; } public function getState() { return $this->state; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK0 Z_ Kvendor/google/apiclient-services/src/Google/Service/Coordinate/JobState.phpnu[assignee = $assignee; } public function getAssignee() { return $this->assignee; } public function setCustomFields(Google_Service_Coordinate_CustomFields $customFields) { $this->customFields = $customFields; } public function getCustomFields() { return $this->customFields; } public function setCustomerName($customerName) { $this->customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setCustomerPhoneNumber($customerPhoneNumber) { $this->customerPhoneNumber = $customerPhoneNumber; } public function getCustomerPhoneNumber() { return $this->customerPhoneNumber; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation(Google_Service_Coordinate_Location $location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setNote($note) { $this->note = $note; } public function getNote() { return $this->note; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 Z#&&Kvendor/google/apiclient-services/src/Google/Service/Coordinate/Location.phpnu[addressLine = $addressLine; } public function getAddressLine() { return $this->addressLine; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLat($lat) { $this->lat = $lat; } public function getLat() { return $this->lat; } public function setLng($lng) { $this->lng = $lng; } public function getLng() { return $this->lng; } } PK0 ZW 11Gvendor/google/apiclient-services/src/Google/Service/Coordinate/Team.phpnu[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; } } PK0 Z >Ivendor/google/apiclient-services/src/Google/Service/Coordinate/Worker.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 ZH; yyOvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFields.phpnu[customField = $customField; } public function getCustomField() { return $this->customField; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 Z%  Avendor/google/apiclient-services/src/Google/Service/Taskqueue.phpnu[ * Accesses a Google App Engine Pull Task Queue over REST.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Taskqueue extends Google_Service { /** Manage your Tasks and Taskqueues. */ const TASKQUEUE = "https://www.googleapis.com/auth/taskqueue"; /** Consume Tasks from your Taskqueues. */ const TASKQUEUE_CONSUMER = "https://www.googleapis.com/auth/taskqueue.consumer"; public $taskqueues; public $tasks; /** * Constructs the internal representation of the Taskqueue service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'taskqueue/v1beta2/projects/'; $this->version = 'v1beta2'; $this->serviceName = 'taskqueue'; $this->taskqueues = new Google_Service_Taskqueue_Resource_Taskqueues( $this, $this->serviceName, 'taskqueues', array( 'methods' => array( 'get' => array( 'path' => '{project}/taskqueues/{taskqueue}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'getStats' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->tasks = new Google_Service_Taskqueue_Resource_Tasks( $this, $this->serviceName, 'tasks', array( 'methods' => array( 'delete' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'lease' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks/lease', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'numTasks' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'leaseSecs' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'groupByTag' => array( 'location' => 'query', 'type' => 'boolean', ), 'tag' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'newLeaseSeconds' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), ), ),'update' => array( 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'taskqueue' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'task' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'newLeaseSeconds' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); } } PK0 Z [ Fvendor/google/apiclient-services/src/Google/Service/Drive/Revision.phpnu[exportLinks = $exportLinks; } public function getExportLinks() { return $this->exportLinks; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKeepForever($keepForever) { $this->keepForever = $keepForever; } public function getKeepForever() { return $this->keepForever; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Drive_User */ public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) { $this->lastModifyingUser = $lastModifyingUser; } /** * @return Google_Service_Drive_User */ public function getLastModifyingUser() { return $this->lastModifyingUser; } public function setMd5Checksum($md5Checksum) { $this->md5Checksum = $md5Checksum; } public function getMd5Checksum() { return $this->md5Checksum; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setModifiedTime($modifiedTime) { $this->modifiedTime = $modifiedTime; } public function getModifiedTime() { return $this->modifiedTime; } public function setOriginalFilename($originalFilename) { $this->originalFilename = $originalFilename; } public function getOriginalFilename() { return $this->originalFilename; } public function setPublishAuto($publishAuto) { $this->publishAuto = $publishAuto; } public function getPublishAuto() { return $this->publishAuto; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setPublishedLink($publishedLink) { $this->publishedLink = $publishedLink; } public function getPublishedLink() { return $this->publishedLink; } public function setPublishedOutsideDomain($publishedOutsideDomain) { $this->publishedOutsideDomain = $publishedOutsideDomain; } public function getPublishedOutsideDomain() { return $this->publishedOutsideDomain; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK0 ZW@սNvendor/google/apiclient-services/src/Google/Service/Drive/AboutDriveThemes.phpnu[backgroundImageLink = $backgroundImageLink; } public function getBackgroundImageLink() { return $this->backgroundImageLink; } public function setColorRgb($colorRgb) { $this->colorRgb = $colorRgb; } public function getColorRgb() { return $this->colorRgb; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK0 ZLg g Evendor/google/apiclient-services/src/Google/Service/Drive/Comment.phpnu[anchor = $anchor; } public function getAnchor() { return $this->anchor; } /** * @param Google_Service_Drive_User */ public function setAuthor(Google_Service_Drive_User $author) { $this->author = $author; } /** * @return Google_Service_Drive_User */ public function getAuthor() { return $this->author; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setHtmlContent($htmlContent) { $this->htmlContent = $htmlContent; } public function getHtmlContent() { return $this->htmlContent; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setModifiedTime($modifiedTime) { $this->modifiedTime = $modifiedTime; } public function getModifiedTime() { return $this->modifiedTime; } /** * @param Google_Service_Drive_CommentQuotedFileContent */ public function setQuotedFileContent(Google_Service_Drive_CommentQuotedFileContent $quotedFileContent) { $this->quotedFileContent = $quotedFileContent; } /** * @return Google_Service_Drive_CommentQuotedFileContent */ public function getQuotedFileContent() { return $this->quotedFileContent; } /** * @param Google_Service_Drive_Reply[] */ public function setReplies($replies) { $this->replies = $replies; } /** * @return Google_Service_Drive_Reply[] */ public function getReplies() { return $this->replies; } public function setResolved($resolved) { $this->resolved = $resolved; } public function getResolved() { return $this->resolved; } } PK0 ZHoXPPSvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.phpnu[indexableText = $indexableText; } public function getIndexableText() { return $this->indexableText; } /** * @param Google_Service_Drive_DriveFileContentHintsThumbnail */ public function setThumbnail(Google_Service_Drive_DriveFileContentHintsThumbnail $thumbnail) { $this->thumbnail = $thumbnail; } /** * @return Google_Service_Drive_DriveFileContentHintsThumbnail */ public function getThumbnail() { return $this->thumbnail; } } PK0 Z,\vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.phpnu[image = $image; } public function getImage() { return $this->image; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK0 ZmYvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileVideoMediaMetadata.phpnu[durationMillis = $durationMillis; } public function getDurationMillis() { return $this->durationMillis; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK0 Z5.qqGvendor/google/apiclient-services/src/Google/Service/Drive/DriveList.phpnu[drives = $drives; } /** * @return Google_Service_Drive_Drive[] */ public function getDrives() { return $this->drives; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z,Svendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.phpnu[adminManagedRestrictions = $adminManagedRestrictions; } public function getAdminManagedRestrictions() { return $this->adminManagedRestrictions; } public function setCopyRequiresWriterPermission($copyRequiresWriterPermission) { $this->copyRequiresWriterPermission = $copyRequiresWriterPermission; } public function getCopyRequiresWriterPermission() { return $this->copyRequiresWriterPermission; } public function setDomainUsersOnly($domainUsersOnly) { $this->domainUsersOnly = $domainUsersOnly; } public function getDomainUsersOnly() { return $this->domainUsersOnly; } public function setTeamMembersOnly($teamMembersOnly) { $this->teamMembersOnly = $teamMembersOnly; } public function getTeamMembersOnly() { return $this->teamMembersOnly; } } PK0 ZqxCvendor/google/apiclient-services/src/Google/Service/Drive/About.phpnu[appInstalled = $appInstalled; } public function getAppInstalled() { return $this->appInstalled; } public function setCanCreateDrives($canCreateDrives) { $this->canCreateDrives = $canCreateDrives; } public function getCanCreateDrives() { return $this->canCreateDrives; } public function setCanCreateTeamDrives($canCreateTeamDrives) { $this->canCreateTeamDrives = $canCreateTeamDrives; } public function getCanCreateTeamDrives() { return $this->canCreateTeamDrives; } /** * @param Google_Service_Drive_AboutDriveThemes[] */ public function setDriveThemes($driveThemes) { $this->driveThemes = $driveThemes; } /** * @return Google_Service_Drive_AboutDriveThemes[] */ public function getDriveThemes() { return $this->driveThemes; } public function setExportFormats($exportFormats) { $this->exportFormats = $exportFormats; } public function getExportFormats() { return $this->exportFormats; } public function setFolderColorPalette($folderColorPalette) { $this->folderColorPalette = $folderColorPalette; } public function getFolderColorPalette() { return $this->folderColorPalette; } public function setImportFormats($importFormats) { $this->importFormats = $importFormats; } public function getImportFormats() { return $this->importFormats; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxImportSizes($maxImportSizes) { $this->maxImportSizes = $maxImportSizes; } public function getMaxImportSizes() { return $this->maxImportSizes; } public function setMaxUploadSize($maxUploadSize) { $this->maxUploadSize = $maxUploadSize; } public function getMaxUploadSize() { return $this->maxUploadSize; } /** * @param Google_Service_Drive_AboutStorageQuota */ public function setStorageQuota(Google_Service_Drive_AboutStorageQuota $storageQuota) { $this->storageQuota = $storageQuota; } /** * @return Google_Service_Drive_AboutStorageQuota */ public function getStorageQuota() { return $this->storageQuota; } /** * @param Google_Service_Drive_AboutTeamDriveThemes[] */ public function setTeamDriveThemes($teamDriveThemes) { $this->teamDriveThemes = $teamDriveThemes; } /** * @return Google_Service_Drive_AboutTeamDriveThemes[] */ public function getTeamDriveThemes() { return $this->teamDriveThemes; } /** * @param Google_Service_Drive_User */ public function setUser(Google_Service_Drive_User $user) { $this->user = $user; } /** * @return Google_Service_Drive_User */ public function getUser() { return $this->user; } } PK0 ZDKvendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Drive_TeamDrive[] */ public function setTeamDrives($teamDrives) { $this->teamDrives = $teamDrives; } /** * @return Google_Service_Drive_TeamDrive[] */ public function getTeamDrives() { return $this->teamDrives; } } PK0 Z~vvOvendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.phpnu[limit = $limit; } public function getLimit() { return $this->limit; } public function setUsage($usage) { $this->usage = $usage; } public function getUsage() { return $this->usage; } public function setUsageInDrive($usageInDrive) { $this->usageInDrive = $usageInDrive; } public function getUsageInDrive() { return $this->usageInDrive; } public function setUsageInDriveTrash($usageInDriveTrash) { $this->usageInDriveTrash = $usageInDriveTrash; } public function getUsageInDriveTrash() { return $this->usageInDriveTrash; } } PK0 ZQrYvendor/google/apiclient-services/src/Google/Service/Drive/PermissionPermissionDetails.phpnu[inherited = $inherited; } public function getInherited() { return $this->inherited; } public function setInheritedFrom($inheritedFrom) { $this->inheritedFrom = $inheritedFrom; } public function getInheritedFrom() { return $this->inheritedFrom; } public function setPermissionType($permissionType) { $this->permissionType = $permissionType; } public function getPermissionType() { return $this->permissionType; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK0 Z+UUFvendor/google/apiclient-services/src/Google/Service/Drive/FileList.phpnu[files = $files; } /** * @return Google_Service_Drive_DriveFile[] */ public function getFiles() { return $this->files; } public function setIncompleteSearch($incompleteSearch) { $this->incompleteSearch = $incompleteSearch; } public function getIncompleteSearch() { return $this->incompleteSearch; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Zh#ggHvendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.phpnu[changes = $changes; } /** * @return Google_Service_Drive_Change[] */ public function getChanges() { return $this->changes; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewStartPageToken($newStartPageToken) { $this->newStartPageToken = $newStartPageToken; } public function getNewStartPageToken() { return $this->newStartPageToken; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZERbvendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.phpnu[inherited = $inherited; } public function getInherited() { return $this->inherited; } public function setInheritedFrom($inheritedFrom) { $this->inheritedFrom = $inheritedFrom; } public function getInheritedFrom() { return $this->inheritedFrom; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setTeamDrivePermissionType($teamDrivePermissionType) { $this->teamDrivePermissionType = $teamDrivePermissionType; } public function getTeamDrivePermissionType() { return $this->teamDrivePermissionType; } } PK0 Z_Jy)Ivendor/google/apiclient-services/src/Google/Service/Drive/CommentList.phpnu[comments = $comments; } /** * @return Google_Service_Drive_Comment[] */ public function getComments() { return $this->comments; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZmLvendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.phpnu[ * $driveService = new Google_Service_Drive(...); * $about = $driveService->about; * */ class Google_Service_Drive_Resource_About extends Google_Service_Resource { /** * Gets information about the user, the user's Drive, and system capabilities. * (about.get) * * @param array $optParams Optional parameters. * @return Google_Service_Drive_About */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_About"); } } PK0 ZJ977Lvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.phpnu[ * $driveService = new Google_Service_Drive(...); * $files = $driveService->files; * */ class Google_Service_Drive_Resource_Files extends Google_Service_Resource { /** * Creates a copy of a file and applies any requested updates with patch * semantics. Folders cannot be copied. (files.copy) * * @param string $fileId The ID of the file. * @param Google_Service_Drive_DriveFile $postBody * @param array $optParams Optional parameters. * * @opt_param bool enforceSingleParent Deprecated. Copying files into multiple * folders is no longer supported. Use shortcuts instead. * @opt_param bool ignoreDefaultVisibility Whether to ignore the domain's * default visibility settings for the created file. Domain administrators can * choose to make all uploaded files visible to the domain by default; this * parameter bypasses that behavior for the request. Permissions are still * inherited from parent folders. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in * the new head revision. This is only applicable to files with binary content * in Google Drive. Only 200 revisions for the file can be kept forever. If the * limit is reached, try deleting pinned revisions. * @opt_param string ocrLanguage A language hint for OCR processing during image * import (ISO 639-1 code). * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @return Google_Service_Drive_DriveFile */ public function copy($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('copy', array($params), "Google_Service_Drive_DriveFile"); } /** * Creates a new file. (files.create) * * @param Google_Service_Drive_DriveFile $postBody * @param array $optParams Optional parameters. * * @opt_param bool enforceSingleParent Deprecated. Creating files in multiple * folders is no longer supported. * @opt_param bool ignoreDefaultVisibility Whether to ignore the domain's * default visibility settings for the created file. Domain administrators can * choose to make all uploaded files visible to the domain by default; this * parameter bypasses that behavior for the request. Permissions are still * inherited from parent folders. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in * the new head revision. This is only applicable to files with binary content * in Google Drive. Only 200 revisions for the file can be kept forever. If the * limit is reached, try deleting pinned revisions. * @opt_param string ocrLanguage A language hint for OCR processing during image * import (ISO 639-1 code). * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool useContentAsIndexableText Whether to use the uploaded content * as indexable text. * @return Google_Service_Drive_DriveFile */ public function create(Google_Service_Drive_DriveFile $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Drive_DriveFile"); } /** * Permanently deletes a file owned by the user without moving it to the trash. * If the file belongs to a shared drive the user must be an organizer on the * parent. If the target is a folder, all descendants owned by the user are also * deleted. (files.delete) * * @param string $fileId The ID of the file. * @param array $optParams Optional parameters. * * @opt_param bool enforceSingleParent Deprecated. If an item is not in a shared * drive and its last parent is deleted but the item itself is not, the item * will be placed under its owner's root. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. */ public function delete($fileId, $optParams = array()) { $params = array('fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Permanently deletes all of the user's trashed files. (files.emptyTrash) * * @param array $optParams Optional parameters. * * @opt_param bool enforceSingleParent Deprecated. If an item is not in a shared * drive and its last parent is deleted but the item itself is not, the item * will be placed under its owner's root. */ public function emptyTrash($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('emptyTrash', array($params)); } /** * Exports a Google Doc to the requested MIME type and returns the exported * content. Please note that the exported content is limited to 10MB. * (files.export) * * @param string $fileId The ID of the file. * @param string $mimeType The MIME type of the format requested for this * export. * @param array $optParams Optional parameters. */ public function export($fileId, $mimeType, $optParams = array()) { $params = array('fileId' => $fileId, 'mimeType' => $mimeType); $params = array_merge($params, $optParams); return $this->call('export', array($params)); } /** * Generates a set of file IDs which can be provided in create or copy requests. * (files.generateIds) * * @param array $optParams Optional parameters. * * @opt_param int count The number of IDs to return. * @opt_param string space The space in which the IDs can be used to create new * files. Supported values are 'drive' and 'appDataFolder'. * @return Google_Service_Drive_GeneratedIds */ public function generateIds($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('generateIds', array($params), "Google_Service_Drive_GeneratedIds"); } /** * Gets a file's metadata or content by ID. (files.get) * * @param string $fileId The ID of the file. * @param array $optParams Optional parameters. * * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk * of downloading known malware or other abusive files. This is only applicable * when alt=media. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @return Google_Service_Drive_DriveFile */ public function get($fileId, $optParams = array()) { $params = array('fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_DriveFile"); } /** * Lists or searches files. (files.listFiles) * * @param array $optParams Optional parameters. * * @opt_param string corpora Groupings of files to which the query applies. * Supported groupings are: 'user' (files created by, opened by, or shared * directly with the user), 'drive' (files in the specified shared drive as * indicated by the 'driveId'), 'domain' (files shared to the user's domain), * and 'allDrives' (A combination of 'user' and 'drive' for all drives where the * user is a member). When able, use 'user' or 'drive', instead of 'allDrives', * for efficiency. * @opt_param string corpus The source of files to list. Deprecated: use * 'corpora' instead. * @opt_param string driveId ID of the shared drive to search. * @opt_param bool includeItemsFromAllDrives Whether both My Drive and shared * drive items should be included in results. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool includeTeamDriveItems Deprecated use * includeItemsFromAllDrives instead. * @opt_param string orderBy A comma-separated list of sort keys. Valid keys are * 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', * 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', * and 'viewedByMeTime'. Each key sorts ascending by default, but may be * reversed with the 'desc' modifier. Example usage: * ?orderBy=folder,modifiedTime desc,name. Please note that there is a current * limitation for users with approximately one million files in which the * requested sort order is ignored. * @opt_param int pageSize The maximum number of files to return per page. * Partial or empty result pages are possible even before the end of the files * list has been reached. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of 'nextPageToken' from the * previous response. * @opt_param string q A query for filtering the file results. See the "Search * for Files" guide for supported syntax. * @opt_param string spaces A comma-separated list of spaces to query within the * corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param string teamDriveId Deprecated use driveId instead. * @return Google_Service_Drive_FileList */ public function listFiles($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_FileList"); } /** * Updates a file's metadata and/or content. This method supports patch * semantics. (files.update) * * @param string $fileId The ID of the file. * @param Google_Service_Drive_DriveFile $postBody * @param array $optParams Optional parameters. * * @opt_param string addParents A comma-separated list of parent IDs to add. * @opt_param bool enforceSingleParent Deprecated. Adding files to multiple * folders is no longer supported. Use shortcuts instead. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in * the new head revision. This is only applicable to files with binary content * in Google Drive. Only 200 revisions for the file can be kept forever. If the * limit is reached, try deleting pinned revisions. * @opt_param string ocrLanguage A language hint for OCR processing during image * import (ISO 639-1 code). * @opt_param string removeParents A comma-separated list of parent IDs to * remove. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool useContentAsIndexableText Whether to use the uploaded content * as indexable text. * @return Google_Service_Drive_DriveFile */ public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_DriveFile"); } /** * Subscribes to changes to a file (files.watch) * * @param string $fileId The ID of the file. * @param Google_Service_Drive_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk * of downloading known malware or other abusive files. This is only applicable * when alt=media. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @return Google_Service_Drive_Channel */ public function watch($fileId, Google_Service_Drive_Channel $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Drive_Channel"); } } PK0 Z.<{llNvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Replies.phpnu[ * $driveService = new Google_Service_Drive(...); * $replies = $driveService->replies; * */ class Google_Service_Drive_Resource_Replies extends Google_Service_Resource { /** * Creates a new reply to a comment. (replies.create) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param Google_Service_Drive_Reply $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_Reply */ public function create($fileId, $commentId, Google_Service_Drive_Reply $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Drive_Reply"); } /** * Deletes a reply. (replies.delete) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param string $replyId The ID of the reply. * @param array $optParams Optional parameters. */ public function delete($fileId, $commentId, $replyId, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a reply by ID. (replies.get) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param string $replyId The ID of the reply. * @param array $optParams Optional parameters. * * @opt_param bool includeDeleted Whether to return deleted replies. Deleted * replies will not include their original content. * @return Google_Service_Drive_Reply */ public function get($fileId, $commentId, $replyId, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_Reply"); } /** * Lists a comment's replies. (replies.listReplies) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param array $optParams Optional parameters. * * @opt_param bool includeDeleted Whether to include deleted replies. Deleted * replies will not include their original content. * @opt_param int pageSize The maximum number of replies to return per page. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of 'nextPageToken' from the * previous response. * @return Google_Service_Drive_ReplyList */ public function listReplies($fileId, $commentId, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_ReplyList"); } /** * Updates a reply with patch semantics. (replies.update) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param string $replyId The ID of the reply. * @param Google_Service_Drive_Reply $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_Reply */ public function update($fileId, $commentId, $replyId, Google_Service_Drive_Reply $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_Reply"); } } PK0 Zˁ7  Rvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Permissions.phpnu[ * $driveService = new Google_Service_Drive(...); * $permissions = $driveService->permissions; * */ class Google_Service_Drive_Resource_Permissions extends Google_Service_Resource { /** * Creates a permission for a file or shared drive. (permissions.create) * * @param string $fileId The ID of the file or shared drive. * @param Google_Service_Drive_Permission $postBody * @param array $optParams Optional parameters. * * @opt_param string emailMessage A plain text custom message to include in the * notification email. * @opt_param bool enforceSingleParent Deprecated. See moveToNewOwnersRoot for * details. * @opt_param bool moveToNewOwnersRoot This parameter will only take effect if * the item is not in a shared drive and the request is attempting to transfer * the ownership of the item. If set to true, the item will be moved to the new * owner's My Drive root folder and all prior parents removed. If set to false, * parents are not changed. * @opt_param bool sendNotificationEmail Whether to send a notification email * when sharing to users or groups. This defaults to true for users and groups, * and is not allowed for other requests. It must not be disabled for ownership * transfers. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool transferOwnership Whether to transfer ownership to the * specified user and downgrade the current owner to a writer. This parameter is * required as an acknowledgement of the side effect. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * the file ID parameter refers to a shared drive and the requester is an * administrator of the domain to which the shared drive belongs. * @return Google_Service_Drive_Permission */ public function create($fileId, Google_Service_Drive_Permission $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Drive_Permission"); } /** * Deletes a permission. (permissions.delete) * * @param string $fileId The ID of the file or shared drive. * @param string $permissionId The ID of the permission. * @param array $optParams Optional parameters. * * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * the file ID parameter refers to a shared drive and the requester is an * administrator of the domain to which the shared drive belongs. */ public function delete($fileId, $permissionId, $optParams = array()) { $params = array('fileId' => $fileId, 'permissionId' => $permissionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a permission by ID. (permissions.get) * * @param string $fileId The ID of the file. * @param string $permissionId The ID of the permission. * @param array $optParams Optional parameters. * * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * the file ID parameter refers to a shared drive and the requester is an * administrator of the domain to which the shared drive belongs. * @return Google_Service_Drive_Permission */ public function get($fileId, $permissionId, $optParams = array()) { $params = array('fileId' => $fileId, 'permissionId' => $permissionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_Permission"); } /** * Lists a file's or shared drive's permissions. (permissions.listPermissions) * * @param string $fileId The ID of the file or shared drive. * @param array $optParams Optional parameters. * * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param int pageSize The maximum number of permissions to return per page. * When not set for files in a shared drive, at most 100 results will be * returned. When not set for files that are not in a shared drive, the entire * list will be returned. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of 'nextPageToken' from the * previous response. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * the file ID parameter refers to a shared drive and the requester is an * administrator of the domain to which the shared drive belongs. * @return Google_Service_Drive_PermissionList */ public function listPermissions($fileId, $optParams = array()) { $params = array('fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_PermissionList"); } /** * Updates a permission with patch semantics. (permissions.update) * * @param string $fileId The ID of the file or shared drive. * @param string $permissionId The ID of the permission. * @param Google_Service_Drive_Permission $postBody * @param array $optParams Optional parameters. * * @opt_param bool removeExpiration Whether to remove the expiration date. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param bool transferOwnership Whether to transfer ownership to the * specified user and downgrade the current owner to a writer. This parameter is * required as an acknowledgement of the side effect. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * the file ID parameter refers to a shared drive and the requester is an * administrator of the domain to which the shared drive belongs. * @return Google_Service_Drive_Permission */ public function update($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_Permission"); } } PK0 ZQvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Teamdrives.phpnu[ * $driveService = new Google_Service_Drive(...); * $teamdrives = $driveService->teamdrives; * */ class Google_Service_Drive_Resource_Teamdrives extends Google_Service_Resource { /** * Deprecated use drives.create instead. (teamdrives.create) * * @param string $requestId An ID, such as a random UUID, which uniquely * identifies this user's request for idempotent creation of a Team Drive. A * repeated request by the same user and with the same request ID will avoid * creating duplicates by attempting to create the same Team Drive. If the Team * Drive already exists a 409 error will be returned. * @param Google_Service_Drive_TeamDrive $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_TeamDrive */ public function create($requestId, Google_Service_Drive_TeamDrive $postBody, $optParams = array()) { $params = array('requestId' => $requestId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Drive_TeamDrive"); } /** * Deprecated use drives.delete instead. (teamdrives.delete) * * @param string $teamDriveId The ID of the Team Drive * @param array $optParams Optional parameters. */ public function delete($teamDriveId, $optParams = array()) { $params = array('teamDriveId' => $teamDriveId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Deprecated use drives.get instead. (teamdrives.get) * * @param string $teamDriveId The ID of the Team Drive * @param array $optParams Optional parameters. * * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * they are an administrator of the domain to which the Team Drive belongs. * @return Google_Service_Drive_TeamDrive */ public function get($teamDriveId, $optParams = array()) { $params = array('teamDriveId' => $teamDriveId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_TeamDrive"); } /** * Deprecated use drives.list instead. (teamdrives.listTeamdrives) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of Team Drives to return. * @opt_param string pageToken Page token for Team Drives. * @opt_param string q Query string for searching Team Drives. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then all Team Drives of the domain in which * the requester is an administrator are returned. * @return Google_Service_Drive_TeamDriveList */ public function listTeamdrives($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_TeamDriveList"); } /** * Deprecated use drives.update instead (teamdrives.update) * * @param string $teamDriveId The ID of the Team Drive * @param Google_Service_Drive_TeamDrive $postBody * @param array $optParams Optional parameters. * * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * they are an administrator of the domain to which the Team Drive belongs. * @return Google_Service_Drive_TeamDrive */ public function update($teamDriveId, Google_Service_Drive_TeamDrive $postBody, $optParams = array()) { $params = array('teamDriveId' => $teamDriveId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_TeamDrive"); } } PK0 Z3rOvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Channels.phpnu[ * $driveService = new Google_Service_Drive(...); * $channels = $driveService->channels; * */ class Google_Service_Drive_Resource_Channels extends Google_Service_Resource { /** * Stop watching resources through this channel (channels.stop) * * @param Google_Service_Drive_Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Google_Service_Drive_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } } PK0 ZL/EEMvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Drives.phpnu[ * $driveService = new Google_Service_Drive(...); * $drives = $driveService->drives; * */ class Google_Service_Drive_Resource_Drives extends Google_Service_Resource { /** * Creates a new shared drive. (drives.create) * * @param string $requestId An ID, such as a random UUID, which uniquely * identifies this user's request for idempotent creation of a shared drive. A * repeated request by the same user and with the same request ID will avoid * creating duplicates by attempting to create the same shared drive. If the * shared drive already exists a 409 error will be returned. * @param Google_Service_Drive_Drive $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_Drive */ public function create($requestId, Google_Service_Drive_Drive $postBody, $optParams = array()) { $params = array('requestId' => $requestId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Drive_Drive"); } /** * Permanently deletes a shared drive for which the user is an organizer. The * shared drive cannot contain any untrashed items. (drives.delete) * * @param string $driveId The ID of the shared drive. * @param array $optParams Optional parameters. */ public function delete($driveId, $optParams = array()) { $params = array('driveId' => $driveId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a shared drive's metadata by ID. (drives.get) * * @param string $driveId The ID of the shared drive. * @param array $optParams Optional parameters. * * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * they are an administrator of the domain to which the shared drive belongs. * @return Google_Service_Drive_Drive */ public function get($driveId, $optParams = array()) { $params = array('driveId' => $driveId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_Drive"); } /** * Hides a shared drive from the default view. (drives.hide) * * @param string $driveId The ID of the shared drive. * @param array $optParams Optional parameters. * @return Google_Service_Drive_Drive */ public function hide($driveId, $optParams = array()) { $params = array('driveId' => $driveId); $params = array_merge($params, $optParams); return $this->call('hide', array($params), "Google_Service_Drive_Drive"); } /** * Lists the user's shared drives. (drives.listDrives) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of shared drives to return. * @opt_param string pageToken Page token for shared drives. * @opt_param string q Query string for searching shared drives. * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then all shared drives of the domain in which * the requester is an administrator are returned. * @return Google_Service_Drive_DriveList */ public function listDrives($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_DriveList"); } /** * Restores a shared drive to the default view. (drives.unhide) * * @param string $driveId The ID of the shared drive. * @param array $optParams Optional parameters. * @return Google_Service_Drive_Drive */ public function unhide($driveId, $optParams = array()) { $params = array('driveId' => $driveId); $params = array_merge($params, $optParams); return $this->call('unhide', array($params), "Google_Service_Drive_Drive"); } /** * Updates the metadate for a shared drive. (drives.update) * * @param string $driveId The ID of the shared drive. * @param Google_Service_Drive_Drive $postBody * @param array $optParams Optional parameters. * * @opt_param bool useDomainAdminAccess Issue the request as a domain * administrator; if set to true, then the requester will be granted access if * they are an administrator of the domain to which the shared drive belongs. * @return Google_Service_Drive_Drive */ public function update($driveId, Google_Service_Drive_Drive $postBody, $optParams = array()) { $params = array('driveId' => $driveId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_Drive"); } } PK0 Z0oNvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Changes.phpnu[ * $driveService = new Google_Service_Drive(...); * $changes = $driveService->changes; * */ class Google_Service_Drive_Resource_Changes extends Google_Service_Resource { /** * Gets the starting pageToken for listing future changes. * (changes.getStartPageToken) * * @param array $optParams Optional parameters. * * @opt_param string driveId The ID of the shared drive for which the starting * pageToken for listing future changes from that shared drive is returned. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param string teamDriveId Deprecated use driveId instead. * @return Google_Service_Drive_StartPageToken */ public function getStartPageToken($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getStartPageToken', array($params), "Google_Service_Drive_StartPageToken"); } /** * Lists the changes for a user or shared drive. (changes.listChanges) * * @param string $pageToken The token for continuing a previous list request on * the next page. This should be set to the value of 'nextPageToken' from the * previous response or to the response from the getStartPageToken method. * @param array $optParams Optional parameters. * * @opt_param string driveId The shared drive from which changes are returned. * If specified the change IDs will be reflective of the shared drive; use the * combined drive ID and change ID as an identifier. * @opt_param bool includeCorpusRemovals Whether changes should include the file * resource if the file is still accessible by the user at the time of the * request, even when a file was removed from the list of changes and there will * be no further change entries for this file. * @opt_param bool includeItemsFromAllDrives Whether both My Drive and shared * drive items should be included in results. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool includeRemoved Whether to include changes indicating that * items have been removed from the list of changes, for example by deletion or * loss of access. * @opt_param bool includeTeamDriveItems Deprecated use * includeItemsFromAllDrives instead. * @opt_param int pageSize The maximum number of changes to return per page. * @opt_param bool restrictToMyDrive Whether to restrict the results to changes * inside the My Drive hierarchy. This omits changes to files such as those in * the Application Data folder or shared files which have not been added to My * Drive. * @opt_param string spaces A comma-separated list of spaces to query within the * user corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param string teamDriveId Deprecated use driveId instead. * @return Google_Service_Drive_ChangeList */ public function listChanges($pageToken, $optParams = array()) { $params = array('pageToken' => $pageToken); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_ChangeList"); } /** * Subscribes to changes for a user. (changes.watch) * * @param string $pageToken The token for continuing a previous list request on * the next page. This should be set to the value of 'nextPageToken' from the * previous response or to the response from the getStartPageToken method. * @param Google_Service_Drive_Channel $postBody * @param array $optParams Optional parameters. * * @opt_param string driveId The shared drive from which changes are returned. * If specified the change IDs will be reflective of the shared drive; use the * combined drive ID and change ID as an identifier. * @opt_param bool includeCorpusRemovals Whether changes should include the file * resource if the file is still accessible by the user at the time of the * request, even when a file was removed from the list of changes and there will * be no further change entries for this file. * @opt_param bool includeItemsFromAllDrives Whether both My Drive and shared * drive items should be included in results. * @opt_param string includePermissionsForView Specifies which additional view's * permissions to include in the response. Only 'published' is supported. * @opt_param bool includeRemoved Whether to include changes indicating that * items have been removed from the list of changes, for example by deletion or * loss of access. * @opt_param bool includeTeamDriveItems Deprecated use * includeItemsFromAllDrives instead. * @opt_param int pageSize The maximum number of changes to return per page. * @opt_param bool restrictToMyDrive Whether to restrict the results to changes * inside the My Drive hierarchy. This omits changes to files such as those in * the Application Data folder or shared files which have not been added to My * Drive. * @opt_param string spaces A comma-separated list of spaces to query within the * user corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. * @opt_param bool supportsAllDrives Whether the requesting application supports * both My Drives and shared drives. * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. * @opt_param string teamDriveId Deprecated use driveId instead. * @return Google_Service_Drive_Channel */ public function watch($pageToken, Google_Service_Drive_Channel $postBody, $optParams = array()) { $params = array('pageToken' => $pageToken, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_Drive_Channel"); } } PK0 ZniiOvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Comments.phpnu[ * $driveService = new Google_Service_Drive(...); * $comments = $driveService->comments; * */ class Google_Service_Drive_Resource_Comments extends Google_Service_Resource { /** * Creates a new comment on a file. (comments.create) * * @param string $fileId The ID of the file. * @param Google_Service_Drive_Comment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_Comment */ public function create($fileId, Google_Service_Drive_Comment $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Drive_Comment"); } /** * Deletes a comment. (comments.delete) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param array $optParams Optional parameters. */ public function delete($fileId, $commentId, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a comment by ID. (comments.get) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param array $optParams Optional parameters. * * @opt_param bool includeDeleted Whether to return deleted comments. Deleted * comments will not include their original content. * @return Google_Service_Drive_Comment */ public function get($fileId, $commentId, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_Comment"); } /** * Lists a file's comments. (comments.listComments) * * @param string $fileId The ID of the file. * @param array $optParams Optional parameters. * * @opt_param bool includeDeleted Whether to include deleted comments. Deleted * comments will not include their original content. * @opt_param int pageSize The maximum number of comments to return per page. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of 'nextPageToken' from the * previous response. * @opt_param string startModifiedTime The minimum value of 'modifiedTime' for * the result comments (RFC 3339 date-time). * @return Google_Service_Drive_CommentList */ public function listComments($fileId, $optParams = array()) { $params = array('fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_CommentList"); } /** * Updates a comment with patch semantics. (comments.update) * * @param string $fileId The ID of the file. * @param string $commentId The ID of the comment. * @param Google_Service_Drive_Comment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_Comment */ public function update($fileId, $commentId, Google_Service_Drive_Comment $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_Comment"); } } PK0 ZrPvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Revisions.phpnu[ * $driveService = new Google_Service_Drive(...); * $revisions = $driveService->revisions; * */ class Google_Service_Drive_Resource_Revisions extends Google_Service_Resource { /** * Permanently deletes a file version. You can only delete revisions for files * with binary content in Google Drive, like images or videos. Revisions for * other files, like Google Docs or Sheets, and the last remaining file version * can't be deleted. (revisions.delete) * * @param string $fileId The ID of the file. * @param string $revisionId The ID of the revision. * @param array $optParams Optional parameters. */ public function delete($fileId, $revisionId, $optParams = array()) { $params = array('fileId' => $fileId, 'revisionId' => $revisionId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a revision's metadata or content by ID. (revisions.get) * * @param string $fileId The ID of the file. * @param string $revisionId The ID of the revision. * @param array $optParams Optional parameters. * * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk * of downloading known malware or other abusive files. This is only applicable * when alt=media. * @return Google_Service_Drive_Revision */ public function get($fileId, $revisionId, $optParams = array()) { $params = array('fileId' => $fileId, 'revisionId' => $revisionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_Revision"); } /** * Lists a file's revisions. (revisions.listRevisions) * * @param string $fileId The ID of the file. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of revisions to return per page. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of 'nextPageToken' from the * previous response. * @return Google_Service_Drive_RevisionList */ public function listRevisions($fileId, $optParams = array()) { $params = array('fileId' => $fileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Drive_RevisionList"); } /** * Updates a revision with patch semantics. (revisions.update) * * @param string $fileId The ID of the file. * @param string $revisionId The ID of the revision. * @param Google_Service_Drive_Revision $postBody * @param array $optParams Optional parameters. * @return Google_Service_Drive_Revision */ public function update($fileId, $revisionId, Google_Service_Drive_Revision $postBody, $optParams = array()) { $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Drive_Revision"); } } PK0 Z:EĶYvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadata.phpnu[aperture = $aperture; } public function getAperture() { return $this->aperture; } public function setCameraMake($cameraMake) { $this->cameraMake = $cameraMake; } public function getCameraMake() { return $this->cameraMake; } public function setCameraModel($cameraModel) { $this->cameraModel = $cameraModel; } public function getCameraModel() { return $this->cameraModel; } public function setColorSpace($colorSpace) { $this->colorSpace = $colorSpace; } public function getColorSpace() { return $this->colorSpace; } public function setExposureBias($exposureBias) { $this->exposureBias = $exposureBias; } public function getExposureBias() { return $this->exposureBias; } public function setExposureMode($exposureMode) { $this->exposureMode = $exposureMode; } public function getExposureMode() { return $this->exposureMode; } public function setExposureTime($exposureTime) { $this->exposureTime = $exposureTime; } public function getExposureTime() { return $this->exposureTime; } public function setFlashUsed($flashUsed) { $this->flashUsed = $flashUsed; } public function getFlashUsed() { return $this->flashUsed; } public function setFocalLength($focalLength) { $this->focalLength = $focalLength; } public function getFocalLength() { return $this->focalLength; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setIsoSpeed($isoSpeed) { $this->isoSpeed = $isoSpeed; } public function getIsoSpeed() { return $this->isoSpeed; } public function setLens($lens) { $this->lens = $lens; } public function getLens() { return $this->lens; } /** * @param Google_Service_Drive_DriveFileImageMediaMetadataLocation */ public function setLocation(Google_Service_Drive_DriveFileImageMediaMetadataLocation $location) { $this->location = $location; } /** * @return Google_Service_Drive_DriveFileImageMediaMetadataLocation */ public function getLocation() { return $this->location; } public function setMaxApertureValue($maxApertureValue) { $this->maxApertureValue = $maxApertureValue; } public function getMaxApertureValue() { return $this->maxApertureValue; } public function setMeteringMode($meteringMode) { $this->meteringMode = $meteringMode; } public function getMeteringMode() { return $this->meteringMode; } public function setRotation($rotation) { $this->rotation = $rotation; } public function getRotation() { return $this->rotation; } public function setSensor($sensor) { $this->sensor = $sensor; } public function getSensor() { return $this->sensor; } public function setSubjectDistance($subjectDistance) { $this->subjectDistance = $subjectDistance; } public function getSubjectDistance() { return $this->subjectDistance; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } public function setWhiteBalance($whiteBalance) { $this->whiteBalance = $whiteBalance; } public function getWhiteBalance() { return $this->whiteBalance; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK0 ZP Gvendor/google/apiclient-services/src/Google/Service/Drive/TeamDrive.phpnu[backgroundImageFile = $backgroundImageFile; } /** * @return Google_Service_Drive_TeamDriveBackgroundImageFile */ public function getBackgroundImageFile() { return $this->backgroundImageFile; } public function setBackgroundImageLink($backgroundImageLink) { $this->backgroundImageLink = $backgroundImageLink; } public function getBackgroundImageLink() { return $this->backgroundImageLink; } /** * @param Google_Service_Drive_TeamDriveCapabilities */ public function setCapabilities(Google_Service_Drive_TeamDriveCapabilities $capabilities) { $this->capabilities = $capabilities; } /** * @return Google_Service_Drive_TeamDriveCapabilities */ public function getCapabilities() { return $this->capabilities; } public function setColorRgb($colorRgb) { $this->colorRgb = $colorRgb; } public function getColorRgb() { return $this->colorRgb; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Drive_TeamDriveRestrictions */ public function setRestrictions(Google_Service_Drive_TeamDriveRestrictions $restrictions) { $this->restrictions = $restrictions; } /** * @return Google_Service_Drive_TeamDriveRestrictions */ public function getRestrictions() { return $this->restrictions; } public function setThemeId($themeId) { $this->themeId = $themeId; } public function getThemeId() { return $this->themeId; } } PK0 ZCr r Cvendor/google/apiclient-services/src/Google/Service/Drive/Drive.phpnu[backgroundImageFile = $backgroundImageFile; } /** * @return Google_Service_Drive_DriveBackgroundImageFile */ public function getBackgroundImageFile() { return $this->backgroundImageFile; } public function setBackgroundImageLink($backgroundImageLink) { $this->backgroundImageLink = $backgroundImageLink; } public function getBackgroundImageLink() { return $this->backgroundImageLink; } /** * @param Google_Service_Drive_DriveCapabilities */ public function setCapabilities(Google_Service_Drive_DriveCapabilities $capabilities) { $this->capabilities = $capabilities; } /** * @return Google_Service_Drive_DriveCapabilities */ public function getCapabilities() { return $this->capabilities; } public function setColorRgb($colorRgb) { $this->colorRgb = $colorRgb; } public function getColorRgb() { return $this->colorRgb; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setHidden($hidden) { $this->hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Drive_DriveRestrictions */ public function setRestrictions(Google_Service_Drive_DriveRestrictions $restrictions) { $this->restrictions = $restrictions; } /** * @return Google_Service_Drive_DriveRestrictions */ public function getRestrictions() { return $this->restrictions; } public function setThemeId($themeId) { $this->themeId = $themeId; } public function getThemeId() { return $this->themeId; } } PK0 ZLvendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setStartPageToken($startPageToken) { $this->startPageToken = $startPageToken; } public function getStartPageToken() { return $this->startPageToken; } } PK0 Z77Vvendor/google/apiclient-services/src/Google/Service/Drive/DriveBackgroundImageFile.phpnu[id = $id; } public function getId() { return $this->id; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } public function setXCoordinate($xCoordinate) { $this->xCoordinate = $xCoordinate; } public function getXCoordinate() { return $this->xCoordinate; } public function setYCoordinate($yCoordinate) { $this->yCoordinate = $yCoordinate; } public function getYCoordinate() { return $this->yCoordinate; } } PK0 Z/NBvendor/google/apiclient-services/src/Google/Service/Drive/User.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMe($me) { $this->me = $me; } public function getMe() { return $this->me; } public function setPermissionId($permissionId) { $this->permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } public function setPhotoLink($photoLink) { $this->photoLink = $photoLink; } public function getPhotoLink() { return $this->photoLink; } } PK0 Z۸' ' Cvendor/google/apiclient-services/src/Google/Service/Drive/Reply.phpnu[action = $action; } public function getAction() { return $this->action; } /** * @param Google_Service_Drive_User */ public function setAuthor(Google_Service_Drive_User $author) { $this->author = $author; } /** * @return Google_Service_Drive_User */ public function getAuthor() { return $this->author; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setHtmlContent($htmlContent) { $this->htmlContent = $htmlContent; } public function getHtmlContent() { return $this->htmlContent; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setModifiedTime($modifiedTime) { $this->modifiedTime = $modifiedTime; } public function getModifiedTime() { return $this->modifiedTime; } } PK0 Zm;;Zvendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveBackgroundImageFile.phpnu[id = $id; } public function getId() { return $this->id; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } public function setXCoordinate($xCoordinate) { $this->xCoordinate = $xCoordinate; } public function getXCoordinate() { return $this->xCoordinate; } public function setYCoordinate($yCoordinate) { $this->yCoordinate = $yCoordinate; } public function getYCoordinate() { return $this->yCoordinate; } } PK0 Z!Lvendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Drive_Permission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Drive_Permission[] */ public function getPermissions() { return $this->permissions; } } PK0 ZTALLOvendor/google/apiclient-services/src/Google/Service/Drive/DriveCapabilities.phpnu[canAddChildren = $canAddChildren; } public function getCanAddChildren() { return $this->canAddChildren; } public function setCanChangeCopyRequiresWriterPermissionRestriction($canChangeCopyRequiresWriterPermissionRestriction) { $this->canChangeCopyRequiresWriterPermissionRestriction = $canChangeCopyRequiresWriterPermissionRestriction; } public function getCanChangeCopyRequiresWriterPermissionRestriction() { return $this->canChangeCopyRequiresWriterPermissionRestriction; } public function setCanChangeDomainUsersOnlyRestriction($canChangeDomainUsersOnlyRestriction) { $this->canChangeDomainUsersOnlyRestriction = $canChangeDomainUsersOnlyRestriction; } public function getCanChangeDomainUsersOnlyRestriction() { return $this->canChangeDomainUsersOnlyRestriction; } public function setCanChangeDriveBackground($canChangeDriveBackground) { $this->canChangeDriveBackground = $canChangeDriveBackground; } public function getCanChangeDriveBackground() { return $this->canChangeDriveBackground; } public function setCanChangeDriveMembersOnlyRestriction($canChangeDriveMembersOnlyRestriction) { $this->canChangeDriveMembersOnlyRestriction = $canChangeDriveMembersOnlyRestriction; } public function getCanChangeDriveMembersOnlyRestriction() { return $this->canChangeDriveMembersOnlyRestriction; } public function setCanComment($canComment) { $this->canComment = $canComment; } public function getCanComment() { return $this->canComment; } public function setCanCopy($canCopy) { $this->canCopy = $canCopy; } public function getCanCopy() { return $this->canCopy; } public function setCanDeleteChildren($canDeleteChildren) { $this->canDeleteChildren = $canDeleteChildren; } public function getCanDeleteChildren() { return $this->canDeleteChildren; } public function setCanDeleteDrive($canDeleteDrive) { $this->canDeleteDrive = $canDeleteDrive; } public function getCanDeleteDrive() { return $this->canDeleteDrive; } public function setCanDownload($canDownload) { $this->canDownload = $canDownload; } public function getCanDownload() { return $this->canDownload; } public function setCanEdit($canEdit) { $this->canEdit = $canEdit; } public function getCanEdit() { return $this->canEdit; } public function setCanListChildren($canListChildren) { $this->canListChildren = $canListChildren; } public function getCanListChildren() { return $this->canListChildren; } public function setCanManageMembers($canManageMembers) { $this->canManageMembers = $canManageMembers; } public function getCanManageMembers() { return $this->canManageMembers; } public function setCanReadRevisions($canReadRevisions) { $this->canReadRevisions = $canReadRevisions; } public function getCanReadRevisions() { return $this->canReadRevisions; } public function setCanRename($canRename) { $this->canRename = $canRename; } public function getCanRename() { return $this->canRename; } public function setCanRenameDrive($canRenameDrive) { $this->canRenameDrive = $canRenameDrive; } public function getCanRenameDrive() { return $this->canRenameDrive; } public function setCanShare($canShare) { $this->canShare = $canShare; } public function getCanShare() { return $this->canShare; } public function setCanTrashChildren($canTrashChildren) { $this->canTrashChildren = $canTrashChildren; } public function getCanTrashChildren() { return $this->canTrashChildren; } } PK0 ZOVvendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 Zd4Evendor/google/apiclient-services/src/Google/Service/Drive/Channel.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z׉%Ovendor/google/apiclient-services/src/Google/Service/Drive/DriveRestrictions.phpnu[adminManagedRestrictions = $adminManagedRestrictions; } public function getAdminManagedRestrictions() { return $this->adminManagedRestrictions; } public function setCopyRequiresWriterPermission($copyRequiresWriterPermission) { $this->copyRequiresWriterPermission = $copyRequiresWriterPermission; } public function getCopyRequiresWriterPermission() { return $this->copyRequiresWriterPermission; } public function setDomainUsersOnly($domainUsersOnly) { $this->domainUsersOnly = $domainUsersOnly; } public function getDomainUsersOnly() { return $this->domainUsersOnly; } public function setDriveMembersOnly($driveMembersOnly) { $this->driveMembersOnly = $driveMembersOnly; } public function getDriveMembersOnly() { return $this->driveMembersOnly; } } PK0 Z(99Gvendor/google/apiclient-services/src/Google/Service/Drive/DriveFile.phpnu[appProperties = $appProperties; } public function getAppProperties() { return $this->appProperties; } /** * @param Google_Service_Drive_DriveFileCapabilities */ public function setCapabilities(Google_Service_Drive_DriveFileCapabilities $capabilities) { $this->capabilities = $capabilities; } /** * @return Google_Service_Drive_DriveFileCapabilities */ public function getCapabilities() { return $this->capabilities; } /** * @param Google_Service_Drive_DriveFileContentHints */ public function setContentHints(Google_Service_Drive_DriveFileContentHints $contentHints) { $this->contentHints = $contentHints; } /** * @return Google_Service_Drive_DriveFileContentHints */ public function getContentHints() { return $this->contentHints; } /** * @param Google_Service_Drive_ContentRestriction[] */ public function setContentRestrictions($contentRestrictions) { $this->contentRestrictions = $contentRestrictions; } /** * @return Google_Service_Drive_ContentRestriction[] */ public function getContentRestrictions() { return $this->contentRestrictions; } public function setCopyRequiresWriterPermission($copyRequiresWriterPermission) { $this->copyRequiresWriterPermission = $copyRequiresWriterPermission; } public function getCopyRequiresWriterPermission() { return $this->copyRequiresWriterPermission; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDriveId($driveId) { $this->driveId = $driveId; } public function getDriveId() { return $this->driveId; } public function setExplicitlyTrashed($explicitlyTrashed) { $this->explicitlyTrashed = $explicitlyTrashed; } public function getExplicitlyTrashed() { return $this->explicitlyTrashed; } public function setExportLinks($exportLinks) { $this->exportLinks = $exportLinks; } public function getExportLinks() { return $this->exportLinks; } public function setFileExtension($fileExtension) { $this->fileExtension = $fileExtension; } public function getFileExtension() { return $this->fileExtension; } public function setFolderColorRgb($folderColorRgb) { $this->folderColorRgb = $folderColorRgb; } public function getFolderColorRgb() { return $this->folderColorRgb; } public function setFullFileExtension($fullFileExtension) { $this->fullFileExtension = $fullFileExtension; } public function getFullFileExtension() { return $this->fullFileExtension; } public function setHasAugmentedPermissions($hasAugmentedPermissions) { $this->hasAugmentedPermissions = $hasAugmentedPermissions; } public function getHasAugmentedPermissions() { return $this->hasAugmentedPermissions; } public function setHasThumbnail($hasThumbnail) { $this->hasThumbnail = $hasThumbnail; } public function getHasThumbnail() { return $this->hasThumbnail; } public function setHeadRevisionId($headRevisionId) { $this->headRevisionId = $headRevisionId; } public function getHeadRevisionId() { return $this->headRevisionId; } public function setIconLink($iconLink) { $this->iconLink = $iconLink; } public function getIconLink() { return $this->iconLink; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Drive_DriveFileImageMediaMetadata */ public function setImageMediaMetadata(Google_Service_Drive_DriveFileImageMediaMetadata $imageMediaMetadata) { $this->imageMediaMetadata = $imageMediaMetadata; } /** * @return Google_Service_Drive_DriveFileImageMediaMetadata */ public function getImageMediaMetadata() { return $this->imageMediaMetadata; } public function setIsAppAuthorized($isAppAuthorized) { $this->isAppAuthorized = $isAppAuthorized; } public function getIsAppAuthorized() { return $this->isAppAuthorized; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Drive_User */ public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) { $this->lastModifyingUser = $lastModifyingUser; } /** * @return Google_Service_Drive_User */ public function getLastModifyingUser() { return $this->lastModifyingUser; } public function setMd5Checksum($md5Checksum) { $this->md5Checksum = $md5Checksum; } public function getMd5Checksum() { return $this->md5Checksum; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setModifiedByMe($modifiedByMe) { $this->modifiedByMe = $modifiedByMe; } public function getModifiedByMe() { return $this->modifiedByMe; } public function setModifiedByMeTime($modifiedByMeTime) { $this->modifiedByMeTime = $modifiedByMeTime; } public function getModifiedByMeTime() { return $this->modifiedByMeTime; } public function setModifiedTime($modifiedTime) { $this->modifiedTime = $modifiedTime; } public function getModifiedTime() { return $this->modifiedTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOriginalFilename($originalFilename) { $this->originalFilename = $originalFilename; } public function getOriginalFilename() { return $this->originalFilename; } public function setOwnedByMe($ownedByMe) { $this->ownedByMe = $ownedByMe; } public function getOwnedByMe() { return $this->ownedByMe; } /** * @param Google_Service_Drive_User[] */ public function setOwners($owners) { $this->owners = $owners; } /** * @return Google_Service_Drive_User[] */ public function getOwners() { return $this->owners; } public function setParents($parents) { $this->parents = $parents; } public function getParents() { return $this->parents; } public function setPermissionIds($permissionIds) { $this->permissionIds = $permissionIds; } public function getPermissionIds() { return $this->permissionIds; } /** * @param Google_Service_Drive_Permission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Drive_Permission[] */ public function getPermissions() { return $this->permissions; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setQuotaBytesUsed($quotaBytesUsed) { $this->quotaBytesUsed = $quotaBytesUsed; } public function getQuotaBytesUsed() { return $this->quotaBytesUsed; } public function setShared($shared) { $this->shared = $shared; } public function getShared() { return $this->shared; } public function setSharedWithMeTime($sharedWithMeTime) { $this->sharedWithMeTime = $sharedWithMeTime; } public function getSharedWithMeTime() { return $this->sharedWithMeTime; } /** * @param Google_Service_Drive_User */ public function setSharingUser(Google_Service_Drive_User $sharingUser) { $this->sharingUser = $sharingUser; } /** * @return Google_Service_Drive_User */ public function getSharingUser() { return $this->sharingUser; } /** * @param Google_Service_Drive_DriveFileShortcutDetails */ public function setShortcutDetails(Google_Service_Drive_DriveFileShortcutDetails $shortcutDetails) { $this->shortcutDetails = $shortcutDetails; } /** * @return Google_Service_Drive_DriveFileShortcutDetails */ public function getShortcutDetails() { return $this->shortcutDetails; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setSpaces($spaces) { $this->spaces = $spaces; } public function getSpaces() { return $this->spaces; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } public function setTeamDriveId($teamDriveId) { $this->teamDriveId = $teamDriveId; } public function getTeamDriveId() { return $this->teamDriveId; } public function setThumbnailLink($thumbnailLink) { $this->thumbnailLink = $thumbnailLink; } public function getThumbnailLink() { return $this->thumbnailLink; } public function setThumbnailVersion($thumbnailVersion) { $this->thumbnailVersion = $thumbnailVersion; } public function getThumbnailVersion() { return $this->thumbnailVersion; } public function setTrashed($trashed) { $this->trashed = $trashed; } public function getTrashed() { return $this->trashed; } public function setTrashedTime($trashedTime) { $this->trashedTime = $trashedTime; } public function getTrashedTime() { return $this->trashedTime; } /** * @param Google_Service_Drive_User */ public function setTrashingUser(Google_Service_Drive_User $trashingUser) { $this->trashingUser = $trashingUser; } /** * @return Google_Service_Drive_User */ public function getTrashingUser() { return $this->trashingUser; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_Drive_DriveFileVideoMediaMetadata */ public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata) { $this->videoMediaMetadata = $videoMediaMetadata; } /** * @return Google_Service_Drive_DriveFileVideoMediaMetadata */ public function getVideoMediaMetadata() { return $this->videoMediaMetadata; } public function setViewedByMe($viewedByMe) { $this->viewedByMe = $viewedByMe; } public function getViewedByMe() { return $this->viewedByMe; } public function setViewedByMeTime($viewedByMeTime) { $this->viewedByMeTime = $viewedByMeTime; } public function getViewedByMeTime() { return $this->viewedByMeTime; } public function setViewersCanCopyContent($viewersCanCopyContent) { $this->viewersCanCopyContent = $viewersCanCopyContent; } public function getViewersCanCopyContent() { return $this->viewersCanCopyContent; } public function setWebContentLink($webContentLink) { $this->webContentLink = $webContentLink; } public function getWebContentLink() { return $this->webContentLink; } public function setWebViewLink($webViewLink) { $this->webViewLink = $webViewLink; } public function getWebViewLink() { return $this->webViewLink; } public function setWritersCanShare($writersCanShare) { $this->writersCanShare = $writersCanShare; } public function getWritersCanShare() { return $this->writersCanShare; } } PK0 Z:8avendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.phpnu[altitude = $altitude; } public function getAltitude() { return $this->altitude; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK0 ZgDllJvendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.phpnu[ids = $ids; } public function getIds() { return $this->ids; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSpace($space) { $this->space = $space; } public function getSpace() { return $this->space; } } PK0 ZX""Svendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.phpnu[canAddChildren = $canAddChildren; } public function getCanAddChildren() { return $this->canAddChildren; } public function setCanAddFolderFromAnotherDrive($canAddFolderFromAnotherDrive) { $this->canAddFolderFromAnotherDrive = $canAddFolderFromAnotherDrive; } public function getCanAddFolderFromAnotherDrive() { return $this->canAddFolderFromAnotherDrive; } public function setCanAddMyDriveParent($canAddMyDriveParent) { $this->canAddMyDriveParent = $canAddMyDriveParent; } public function getCanAddMyDriveParent() { return $this->canAddMyDriveParent; } public function setCanChangeCopyRequiresWriterPermission($canChangeCopyRequiresWriterPermission) { $this->canChangeCopyRequiresWriterPermission = $canChangeCopyRequiresWriterPermission; } public function getCanChangeCopyRequiresWriterPermission() { return $this->canChangeCopyRequiresWriterPermission; } public function setCanChangeViewersCanCopyContent($canChangeViewersCanCopyContent) { $this->canChangeViewersCanCopyContent = $canChangeViewersCanCopyContent; } public function getCanChangeViewersCanCopyContent() { return $this->canChangeViewersCanCopyContent; } public function setCanComment($canComment) { $this->canComment = $canComment; } public function getCanComment() { return $this->canComment; } public function setCanCopy($canCopy) { $this->canCopy = $canCopy; } public function getCanCopy() { return $this->canCopy; } public function setCanDelete($canDelete) { $this->canDelete = $canDelete; } public function getCanDelete() { return $this->canDelete; } public function setCanDeleteChildren($canDeleteChildren) { $this->canDeleteChildren = $canDeleteChildren; } public function getCanDeleteChildren() { return $this->canDeleteChildren; } public function setCanDownload($canDownload) { $this->canDownload = $canDownload; } public function getCanDownload() { return $this->canDownload; } public function setCanEdit($canEdit) { $this->canEdit = $canEdit; } public function getCanEdit() { return $this->canEdit; } public function setCanListChildren($canListChildren) { $this->canListChildren = $canListChildren; } public function getCanListChildren() { return $this->canListChildren; } public function setCanModifyContent($canModifyContent) { $this->canModifyContent = $canModifyContent; } public function getCanModifyContent() { return $this->canModifyContent; } public function setCanModifyContentRestriction($canModifyContentRestriction) { $this->canModifyContentRestriction = $canModifyContentRestriction; } public function getCanModifyContentRestriction() { return $this->canModifyContentRestriction; } public function setCanMoveChildrenOutOfDrive($canMoveChildrenOutOfDrive) { $this->canMoveChildrenOutOfDrive = $canMoveChildrenOutOfDrive; } public function getCanMoveChildrenOutOfDrive() { return $this->canMoveChildrenOutOfDrive; } public function setCanMoveChildrenOutOfTeamDrive($canMoveChildrenOutOfTeamDrive) { $this->canMoveChildrenOutOfTeamDrive = $canMoveChildrenOutOfTeamDrive; } public function getCanMoveChildrenOutOfTeamDrive() { return $this->canMoveChildrenOutOfTeamDrive; } public function setCanMoveChildrenWithinDrive($canMoveChildrenWithinDrive) { $this->canMoveChildrenWithinDrive = $canMoveChildrenWithinDrive; } public function getCanMoveChildrenWithinDrive() { return $this->canMoveChildrenWithinDrive; } public function setCanMoveChildrenWithinTeamDrive($canMoveChildrenWithinTeamDrive) { $this->canMoveChildrenWithinTeamDrive = $canMoveChildrenWithinTeamDrive; } public function getCanMoveChildrenWithinTeamDrive() { return $this->canMoveChildrenWithinTeamDrive; } public function setCanMoveItemIntoTeamDrive($canMoveItemIntoTeamDrive) { $this->canMoveItemIntoTeamDrive = $canMoveItemIntoTeamDrive; } public function getCanMoveItemIntoTeamDrive() { return $this->canMoveItemIntoTeamDrive; } public function setCanMoveItemOutOfDrive($canMoveItemOutOfDrive) { $this->canMoveItemOutOfDrive = $canMoveItemOutOfDrive; } public function getCanMoveItemOutOfDrive() { return $this->canMoveItemOutOfDrive; } public function setCanMoveItemOutOfTeamDrive($canMoveItemOutOfTeamDrive) { $this->canMoveItemOutOfTeamDrive = $canMoveItemOutOfTeamDrive; } public function getCanMoveItemOutOfTeamDrive() { return $this->canMoveItemOutOfTeamDrive; } public function setCanMoveItemWithinDrive($canMoveItemWithinDrive) { $this->canMoveItemWithinDrive = $canMoveItemWithinDrive; } public function getCanMoveItemWithinDrive() { return $this->canMoveItemWithinDrive; } public function setCanMoveItemWithinTeamDrive($canMoveItemWithinTeamDrive) { $this->canMoveItemWithinTeamDrive = $canMoveItemWithinTeamDrive; } public function getCanMoveItemWithinTeamDrive() { return $this->canMoveItemWithinTeamDrive; } public function setCanMoveTeamDriveItem($canMoveTeamDriveItem) { $this->canMoveTeamDriveItem = $canMoveTeamDriveItem; } public function getCanMoveTeamDriveItem() { return $this->canMoveTeamDriveItem; } public function setCanReadDrive($canReadDrive) { $this->canReadDrive = $canReadDrive; } public function getCanReadDrive() { return $this->canReadDrive; } public function setCanReadRevisions($canReadRevisions) { $this->canReadRevisions = $canReadRevisions; } public function getCanReadRevisions() { return $this->canReadRevisions; } public function setCanReadTeamDrive($canReadTeamDrive) { $this->canReadTeamDrive = $canReadTeamDrive; } public function getCanReadTeamDrive() { return $this->canReadTeamDrive; } public function setCanRemoveChildren($canRemoveChildren) { $this->canRemoveChildren = $canRemoveChildren; } public function getCanRemoveChildren() { return $this->canRemoveChildren; } public function setCanRemoveMyDriveParent($canRemoveMyDriveParent) { $this->canRemoveMyDriveParent = $canRemoveMyDriveParent; } public function getCanRemoveMyDriveParent() { return $this->canRemoveMyDriveParent; } public function setCanRename($canRename) { $this->canRename = $canRename; } public function getCanRename() { return $this->canRename; } public function setCanShare($canShare) { $this->canShare = $canShare; } public function getCanShare() { return $this->canShare; } public function setCanTrash($canTrash) { $this->canTrash = $canTrash; } public function getCanTrash() { return $this->canTrash; } public function setCanTrashChildren($canTrashChildren) { $this->canTrashChildren = $canTrashChildren; } public function getCanTrashChildren() { return $this->canTrashChildren; } public function setCanUntrash($canUntrash) { $this->canUntrash = $canUntrash; } public function getCanUntrash() { return $this->canUntrash; } } PK0 ZzzGvendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Drive_Reply[] */ public function setReplies($replies) { $this->replies = $replies; } /** * @return Google_Service_Drive_Reply[] */ public function getReplies() { return $this->replies; } } PK0 Z+ Dvendor/google/apiclient-services/src/Google/Service/Drive/Change.phpnu[changeType = $changeType; } public function getChangeType() { return $this->changeType; } /** * @param Google_Service_Drive_Drive */ public function setDrive(Google_Service_Drive_Drive $drive) { $this->drive = $drive; } /** * @return Google_Service_Drive_Drive */ public function getDrive() { return $this->drive; } public function setDriveId($driveId) { $this->driveId = $driveId; } public function getDriveId() { return $this->driveId; } /** * @param Google_Service_Drive_DriveFile */ public function setFile(Google_Service_Drive_DriveFile $file) { $this->file = $file; } /** * @return Google_Service_Drive_DriveFile */ public function getFile() { return $this->file; } public function setFileId($fileId) { $this->fileId = $fileId; } public function getFileId() { return $this->fileId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRemoved($removed) { $this->removed = $removed; } public function getRemoved() { return $this->removed; } /** * @param Google_Service_Drive_TeamDrive */ public function setTeamDrive(Google_Service_Drive_TeamDrive $teamDrive) { $this->teamDrive = $teamDrive; } /** * @return Google_Service_Drive_TeamDrive */ public function getTeamDrive() { return $this->teamDrive; } public function setTeamDriveId($teamDriveId) { $this->teamDriveId = $teamDriveId; } public function getTeamDriveId() { return $this->teamDriveId; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZZJ@Pvendor/google/apiclient-services/src/Google/Service/Drive/ContentRestriction.phpnu[readOnly = $readOnly; } public function getReadOnly() { return $this->readOnly; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } /** * @param Google_Service_Drive_User */ public function setRestrictingUser(Google_Service_Drive_User $restrictingUser) { $this->restrictingUser = $restrictingUser; } /** * @return Google_Service_Drive_User */ public function getRestrictingUser() { return $this->restrictingUser; } public function setRestrictionTime($restrictionTime) { $this->restrictionTime = $restrictionTime; } public function getRestrictionTime() { return $this->restrictionTime; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Zm_Rvendor/google/apiclient-services/src/Google/Service/Drive/AboutTeamDriveThemes.phpnu[backgroundImageLink = $backgroundImageLink; } public function getBackgroundImageLink() { return $this->backgroundImageLink; } public function setColorRgb($colorRgb) { $this->colorRgb = $colorRgb; } public function getColorRgb() { return $this->colorRgb; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK0 ZĘ""Vvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileShortcutDetails.phpnu[targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetMimeType($targetMimeType) { $this->targetMimeType = $targetMimeType; } public function getTargetMimeType() { return $this->targetMimeType; } } PK0 Z/&Svendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.phpnu[canAddChildren = $canAddChildren; } public function getCanAddChildren() { return $this->canAddChildren; } public function setCanChangeCopyRequiresWriterPermissionRestriction($canChangeCopyRequiresWriterPermissionRestriction) { $this->canChangeCopyRequiresWriterPermissionRestriction = $canChangeCopyRequiresWriterPermissionRestriction; } public function getCanChangeCopyRequiresWriterPermissionRestriction() { return $this->canChangeCopyRequiresWriterPermissionRestriction; } public function setCanChangeDomainUsersOnlyRestriction($canChangeDomainUsersOnlyRestriction) { $this->canChangeDomainUsersOnlyRestriction = $canChangeDomainUsersOnlyRestriction; } public function getCanChangeDomainUsersOnlyRestriction() { return $this->canChangeDomainUsersOnlyRestriction; } public function setCanChangeTeamDriveBackground($canChangeTeamDriveBackground) { $this->canChangeTeamDriveBackground = $canChangeTeamDriveBackground; } public function getCanChangeTeamDriveBackground() { return $this->canChangeTeamDriveBackground; } public function setCanChangeTeamMembersOnlyRestriction($canChangeTeamMembersOnlyRestriction) { $this->canChangeTeamMembersOnlyRestriction = $canChangeTeamMembersOnlyRestriction; } public function getCanChangeTeamMembersOnlyRestriction() { return $this->canChangeTeamMembersOnlyRestriction; } public function setCanComment($canComment) { $this->canComment = $canComment; } public function getCanComment() { return $this->canComment; } public function setCanCopy($canCopy) { $this->canCopy = $canCopy; } public function getCanCopy() { return $this->canCopy; } public function setCanDeleteChildren($canDeleteChildren) { $this->canDeleteChildren = $canDeleteChildren; } public function getCanDeleteChildren() { return $this->canDeleteChildren; } public function setCanDeleteTeamDrive($canDeleteTeamDrive) { $this->canDeleteTeamDrive = $canDeleteTeamDrive; } public function getCanDeleteTeamDrive() { return $this->canDeleteTeamDrive; } public function setCanDownload($canDownload) { $this->canDownload = $canDownload; } public function getCanDownload() { return $this->canDownload; } public function setCanEdit($canEdit) { $this->canEdit = $canEdit; } public function getCanEdit() { return $this->canEdit; } public function setCanListChildren($canListChildren) { $this->canListChildren = $canListChildren; } public function getCanListChildren() { return $this->canListChildren; } public function setCanManageMembers($canManageMembers) { $this->canManageMembers = $canManageMembers; } public function getCanManageMembers() { return $this->canManageMembers; } public function setCanReadRevisions($canReadRevisions) { $this->canReadRevisions = $canReadRevisions; } public function getCanReadRevisions() { return $this->canReadRevisions; } public function setCanRemoveChildren($canRemoveChildren) { $this->canRemoveChildren = $canRemoveChildren; } public function getCanRemoveChildren() { return $this->canRemoveChildren; } public function setCanRename($canRename) { $this->canRename = $canRename; } public function getCanRename() { return $this->canRename; } public function setCanRenameTeamDrive($canRenameTeamDrive) { $this->canRenameTeamDrive = $canRenameTeamDrive; } public function getCanRenameTeamDrive() { return $this->canRenameTeamDrive; } public function setCanShare($canShare) { $this->canShare = $canShare; } public function getCanShare() { return $this->canShare; } public function setCanTrashChildren($canTrashChildren) { $this->canTrashChildren = $canTrashChildren; } public function getCanTrashChildren() { return $this->canTrashChildren; } } PK0 ZBHvendor/google/apiclient-services/src/Google/Service/Drive/Permission.phpnu[allowFileDiscovery = $allowFileDiscovery; } public function getAllowFileDiscovery() { return $this->allowFileDiscovery; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Drive_PermissionPermissionDetails[] */ public function setPermissionDetails($permissionDetails) { $this->permissionDetails = $permissionDetails; } /** * @return Google_Service_Drive_PermissionPermissionDetails[] */ public function getPermissionDetails() { return $this->permissionDetails; } public function setPhotoLink($photoLink) { $this->photoLink = $photoLink; } public function getPhotoLink() { return $this->photoLink; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_Drive_PermissionTeamDrivePermissionDetails[] */ public function setTeamDrivePermissionDetails($teamDrivePermissionDetails) { $this->teamDrivePermissionDetails = $teamDrivePermissionDetails; } /** * @return Google_Service_Drive_PermissionTeamDrivePermissionDetails[] */ public function getTeamDrivePermissionDetails() { return $this->teamDrivePermissionDetails; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK0 ZJvendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Drive_Revision[] */ public function setRevisions($revisions) { $this->revisions = $revisions; } /** * @return Google_Service_Drive_Revision[] */ public function getRevisions() { return $this->revisions; } } PK0 ZYzkzkGvendor/google/apiclient-services/src/Google/Service/ShoppingContent.phpnu[ * Manage your product listings and accounts for Google Shopping

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ShoppingContent extends Google_Service { /** Manage your product listings and accounts for Google Shopping. */ const CONTENT = "https://www.googleapis.com/auth/content"; public $accounts; public $accounts_credentials; public $accounts_labels; public $accounts_returncarrier; public $accountstatuses; public $accounttax; public $buyongoogleprograms; public $collections; public $collectionstatuses; public $csses; public $datafeeds; public $datafeedstatuses; public $liasettings; public $localinventory; public $orderinvoices; public $orderreports; public $orderreturns; public $orders; public $ordertrackingsignals; public $pos; public $products; public $productstatuses; public $productstatuses_repricingreports; public $pubsubnotificationsettings; public $regionalinventory; public $regions; public $reports; public $repricingrules; public $repricingrules_repricingreports; public $returnaddress; public $returnpolicy; public $returnpolicyonline; public $settlementreports; public $settlementtransactions; public $shippingsettings; /** * Constructs the internal representation of the ShoppingContent service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://shoppingcontent.googleapis.com/'; $this->servicePath = 'content/v2.1/'; $this->batchPath = 'batch'; $this->version = 'v2.1'; $this->serviceName = 'content'; $this->accounts = new Google_Service_ShoppingContent_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'authinfo' => array( 'path' => 'accounts/authinfo', 'httpMethod' => 'GET', 'parameters' => array(), ),'claimwebsite' => array( 'path' => '{merchantId}/accounts/{accountId}/claimwebsite', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'overwrite' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'custombatch' => array( 'path' => 'accounts/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => '{merchantId}/accounts/{accountId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => '{merchantId}/accounts/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => '{merchantId}/accounts', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'link' => array( 'path' => '{merchantId}/accounts/{accountId}/link', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'label' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listlinks' => array( 'path' => '{merchantId}/accounts/{accountId}/listlinks', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => '{merchantId}/accounts/{accountId}', 'httpMethod' => 'PUT', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updatelabels' => array( 'path' => '{merchantId}/accounts/{accountId}/updatelabels', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_credentials = new Google_Service_ShoppingContent_Resource_AccountsCredentials( $this, $this->serviceName, 'credentials', array( 'methods' => array( 'create' => array( 'path' => 'accounts/{accountId}/credentials', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_labels = new Google_Service_ShoppingContent_Resource_AccountsLabels( $this, $this->serviceName, 'labels', array( 'methods' => array( 'create' => array( 'path' => 'accounts/{accountId}/labels', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'accounts/{accountId}/labels/{labelId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'labelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/labels', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'accounts/{accountId}/labels/{labelId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'labelId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_returncarrier = new Google_Service_ShoppingContent_Resource_AccountsReturncarrier( $this, $this->serviceName, 'returncarrier', array( 'methods' => array( 'create' => array( 'path' => 'accounts/{accountId}/returncarrier', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'accounts/{accountId}/returncarrier/{carrierAccountId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'carrierAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts/{accountId}/returncarrier', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'accounts/{accountId}/returncarrier/{carrierAccountId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'carrierAccountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accountstatuses = new Google_Service_ShoppingContent_Resource_Accountstatuses( $this, $this->serviceName, 'accountstatuses', array( 'methods' => array( 'custombatch' => array( 'path' => 'accountstatuses/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => '{merchantId}/accountstatuses/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinations' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'list' => array( 'path' => '{merchantId}/accountstatuses', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinations' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounttax = new Google_Service_ShoppingContent_Resource_Accounttax( $this, $this->serviceName, 'accounttax', array( 'methods' => array( 'custombatch' => array( 'path' => 'accounttax/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => '{merchantId}/accounttax/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/accounttax', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => '{merchantId}/accounttax/{accountId}', 'httpMethod' => 'PUT', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->buyongoogleprograms = new Google_Service_ShoppingContent_Resource_Buyongoogleprograms( $this, $this->serviceName, 'buyongoogleprograms', array( 'methods' => array( 'get' => array( 'path' => '{merchantId}/buyongoogleprograms/{regionCode}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'regionCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'onboard' => array( 'path' => '{merchantId}/buyongoogleprograms/{regionCode}/onboard', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'regionCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->collections = new Google_Service_ShoppingContent_Resource_Collections( $this, $this->serviceName, 'collections', array( 'methods' => array( 'create' => array( 'path' => '{merchantId}/collections', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{merchantId}/collections/{collectionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collectionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/collections/{collectionId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collectionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/collections', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->collectionstatuses = new Google_Service_ShoppingContent_Resource_Collectionstatuses( $this, $this->serviceName, 'collectionstatuses', array( 'methods' => array( 'get' => array( 'path' => '{merchantId}/collectionstatuses/{collectionId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collectionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/collectionstatuses', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->csses = new Google_Service_ShoppingContent_Resource_Csses( $this, $this->serviceName, 'csses', array( 'methods' => array( 'get' => array( 'path' => '{cssGroupId}/csses/{cssDomainId}', 'httpMethod' => 'GET', 'parameters' => array( 'cssGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'cssDomainId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{cssGroupId}/csses', 'httpMethod' => 'GET', 'parameters' => array( 'cssGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updatelabels' => array( 'path' => '{cssGroupId}/csses/{cssDomainId}/updatelabels', 'httpMethod' => 'POST', 'parameters' => array( 'cssGroupId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'cssDomainId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->datafeeds = new Google_Service_ShoppingContent_Resource_Datafeeds( $this, $this->serviceName, 'datafeeds', array( 'methods' => array( 'custombatch' => array( 'path' => 'datafeeds/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => '{merchantId}/datafeeds/{datafeedId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datafeedId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'fetchnow' => array( 'path' => '{merchantId}/datafeeds/{datafeedId}/fetchNow', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datafeedId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/datafeeds/{datafeedId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datafeedId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{merchantId}/datafeeds', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/datafeeds', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => '{merchantId}/datafeeds/{datafeedId}', 'httpMethod' => 'PUT', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datafeedId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->datafeedstatuses = new Google_Service_ShoppingContent_Resource_Datafeedstatuses( $this, $this->serviceName, 'datafeedstatuses', array( 'methods' => array( 'custombatch' => array( 'path' => 'datafeedstatuses/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => '{merchantId}/datafeedstatuses/{datafeedId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'datafeedId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => '{merchantId}/datafeedstatuses', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->liasettings = new Google_Service_ShoppingContent_Resource_Liasettings( $this, $this->serviceName, 'liasettings', array( 'methods' => array( 'custombatch' => array( 'path' => 'liasettings/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => '{merchantId}/liasettings/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getaccessiblegmbaccounts' => array( 'path' => '{merchantId}/liasettings/{accountId}/accessiblegmbaccounts', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/liasettings', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listposdataproviders' => array( 'path' => 'liasettings/posdataproviders', 'httpMethod' => 'GET', 'parameters' => array(), ),'requestgmbaccess' => array( 'path' => '{merchantId}/liasettings/{accountId}/requestgmbaccess', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'gmbEmail' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'requestinventoryverification' => array( 'path' => '{merchantId}/liasettings/{accountId}/requestinventoryverification/{country}', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setinventoryverificationcontact' => array( 'path' => '{merchantId}/liasettings/{accountId}/setinventoryverificationcontact', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'contactName' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'contactEmail' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'setposdataprovider' => array( 'path' => '{merchantId}/liasettings/{accountId}/setposdataprovider', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'posDataProviderId' => array( 'location' => 'query', 'type' => 'string', ), 'posExternalAccountId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => '{merchantId}/liasettings/{accountId}', 'httpMethod' => 'PUT', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->localinventory = new Google_Service_ShoppingContent_Resource_Localinventory( $this, $this->serviceName, 'localinventory', array( 'methods' => array( 'custombatch' => array( 'path' => 'localinventory/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'insert' => array( 'path' => '{merchantId}/products/{productId}/localinventory', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->orderinvoices = new Google_Service_ShoppingContent_Resource_Orderinvoices( $this, $this->serviceName, 'orderinvoices', array( 'methods' => array( 'createchargeinvoice' => array( 'path' => '{merchantId}/orderinvoices/{orderId}/createChargeInvoice', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createrefundinvoice' => array( 'path' => '{merchantId}/orderinvoices/{orderId}/createRefundInvoice', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->orderreports = new Google_Service_ShoppingContent_Resource_Orderreports( $this, $this->serviceName, 'orderreports', array( 'methods' => array( 'listdisbursements' => array( 'path' => '{merchantId}/orderreports/disbursements', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disbursementEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'disbursementStartDate' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listtransactions' => array( 'path' => '{merchantId}/orderreports/disbursements/{disbursementId}/transactions', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disbursementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'transactionEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'transactionStartDate' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->orderreturns = new Google_Service_ShoppingContent_Resource_Orderreturns( $this, $this->serviceName, 'orderreturns', array( 'methods' => array( 'acknowledge' => array( 'path' => '{merchantId}/orderreturns/{returnId}/acknowledge', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createorderreturn' => array( 'path' => '{merchantId}/orderreturns/createOrderReturn', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/orderreturns/{returnId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/orderreturns', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acknowledged' => array( 'location' => 'query', 'type' => 'boolean', ), 'createdEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'createdStartDate' => array( 'location' => 'query', 'type' => 'string', ), 'googleOrderIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'shipmentStates' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'shipmentStatus' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'shipmentTrackingNumbers' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'shipmentTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'process' => array( 'path' => '{merchantId}/orderreturns/{returnId}/process', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->orders = new Google_Service_ShoppingContent_Resource_Orders( $this, $this->serviceName, 'orders', array( 'methods' => array( 'acknowledge' => array( 'path' => '{merchantId}/orders/{orderId}/acknowledge', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'advancetestorder' => array( 'path' => '{merchantId}/testorders/{orderId}/advance', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'cancel' => array( 'path' => '{merchantId}/orders/{orderId}/cancel', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'cancellineitem' => array( 'path' => '{merchantId}/orders/{orderId}/cancelLineItem', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'canceltestorderbycustomer' => array( 'path' => '{merchantId}/testorders/{orderId}/cancelByCustomer', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createtestorder' => array( 'path' => '{merchantId}/testorders', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createtestreturn' => array( 'path' => '{merchantId}/orders/{orderId}/testreturn', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/orders/{orderId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getbymerchantorderid' => array( 'path' => '{merchantId}/ordersbymerchantid/{merchantOrderId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'merchantOrderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'gettestordertemplate' => array( 'path' => '{merchantId}/testordertemplates/{templateName}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'templateName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', ), ), ),'instorerefundlineitem' => array( 'path' => '{merchantId}/orders/{orderId}/inStoreRefundLineItem', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/orders', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'acknowledged' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'placedDateEnd' => array( 'location' => 'query', 'type' => 'string', ), 'placedDateStart' => array( 'location' => 'query', 'type' => 'string', ), 'statuses' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'refunditem' => array( 'path' => '{merchantId}/orders/{orderId}/refunditem', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'refundorder' => array( 'path' => '{merchantId}/orders/{orderId}/refundorder', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', '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, ), ), ),'returnrefundlineitem' => array( 'path' => '{merchantId}/orders/{orderId}/returnRefundLineItem', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setlineitemmetadata' => array( 'path' => '{merchantId}/orders/{orderId}/setLineItemMetadata', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'shiplineitems' => array( 'path' => '{merchantId}/orders/{orderId}/shipLineItems', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updatelineitemshippingdetails' => array( 'path' => '{merchantId}/orders/{orderId}/updateLineItemShippingDetails', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updatemerchantorderid' => array( 'path' => '{merchantId}/orders/{orderId}/updateMerchantOrderId', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateshipment' => array( 'path' => '{merchantId}/orders/{orderId}/updateShipment', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'orderId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->ordertrackingsignals = new Google_Service_ShoppingContent_Resource_Ordertrackingsignals( $this, $this->serviceName, 'ordertrackingsignals', array( 'methods' => array( 'create' => array( 'path' => '{merchantId}/ordertrackingsignals', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->pos = new Google_Service_ShoppingContent_Resource_Pos( $this, $this->serviceName, 'pos', array( 'methods' => array( 'custombatch' => array( 'path' => 'pos/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetMerchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'storeCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetMerchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'storeCode' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{merchantId}/pos/{targetMerchantId}/store', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetMerchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'inventory' => array( 'path' => '{merchantId}/pos/{targetMerchantId}/inventory', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetMerchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/pos/{targetMerchantId}/store', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetMerchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'sale' => array( 'path' => '{merchantId}/pos/{targetMerchantId}/sale', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetMerchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->products = new Google_Service_ShoppingContent_Resource_Products( $this, $this->serviceName, 'products', array( 'methods' => array( 'custombatch' => array( 'path' => 'products/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => '{merchantId}/products/{productId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => '{merchantId}/products/{productId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{merchantId}/products', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => '{merchantId}/products', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->productstatuses = new Google_Service_ShoppingContent_Resource_Productstatuses( $this, $this->serviceName, 'productstatuses', array( 'methods' => array( 'custombatch' => array( 'path' => 'productstatuses/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => '{merchantId}/productstatuses/{productId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinations' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'list' => array( 'path' => '{merchantId}/productstatuses', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinations' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->productstatuses_repricingreports = new Google_Service_ShoppingContent_Resource_ProductstatusesRepricingreports( $this, $this->serviceName, 'repricingreports', array( 'methods' => array( 'list' => array( 'path' => '{merchantId}/productstatuses/{productId}/repricingreports', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'ruleId' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->pubsubnotificationsettings = new Google_Service_ShoppingContent_Resource_Pubsubnotificationsettings( $this, $this->serviceName, 'pubsubnotificationsettings', array( 'methods' => array( 'get' => array( 'path' => '{merchantId}/pubsubnotificationsettings', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => '{merchantId}/pubsubnotificationsettings', 'httpMethod' => 'PUT', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->regionalinventory = new Google_Service_ShoppingContent_Resource_Regionalinventory( $this, $this->serviceName, 'regionalinventory', array( 'methods' => array( 'custombatch' => array( 'path' => 'regionalinventory/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'insert' => array( 'path' => '{merchantId}/products/{productId}/regionalinventory', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->regions = new Google_Service_ShoppingContent_Resource_Regions( $this, $this->serviceName, 'regions', array( 'methods' => array( 'create' => array( 'path' => '{merchantId}/regions', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'regionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => '{merchantId}/regions/{regionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'regionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/regions/{regionId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'regionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/regions', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => '{merchantId}/regions/{regionId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'regionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->reports = new Google_Service_ShoppingContent_Resource_Reports( $this, $this->serviceName, 'reports', array( 'methods' => array( 'search' => array( 'path' => '{merchantId}/reports/search', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->repricingrules = new Google_Service_ShoppingContent_Resource_Repricingrules( $this, $this->serviceName, 'repricingrules', array( 'methods' => array( 'create' => array( 'path' => '{merchantId}/repricingrules', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => '{merchantId}/repricingrules/{ruleId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/repricingrules/{ruleId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/repricingrules', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'countryCode' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => '{merchantId}/repricingrules/{ruleId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->repricingrules_repricingreports = new Google_Service_ShoppingContent_Resource_RepricingrulesRepricingreports( $this, $this->serviceName, 'repricingreports', array( 'methods' => array( 'list' => array( 'path' => '{merchantId}/repricingrules/{ruleId}/repricingreports', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startDate' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->returnaddress = new Google_Service_ShoppingContent_Resource_Returnaddress( $this, $this->serviceName, 'returnaddress', array( 'methods' => array( 'custombatch' => array( 'path' => 'returnaddress/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => '{merchantId}/returnaddress/{returnAddressId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnAddressId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/returnaddress/{returnAddressId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnAddressId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{merchantId}/returnaddress', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/returnaddress', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->returnpolicy = new Google_Service_ShoppingContent_Resource_Returnpolicy( $this, $this->serviceName, 'returnpolicy', array( 'methods' => array( 'custombatch' => array( 'path' => 'returnpolicy/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => '{merchantId}/returnpolicy/{returnPolicyId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnPolicyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/returnpolicy/{returnPolicyId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnPolicyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{merchantId}/returnpolicy', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/returnpolicy', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->returnpolicyonline = new Google_Service_ShoppingContent_Resource_Returnpolicyonline( $this, $this->serviceName, 'returnpolicyonline', array( 'methods' => array( 'create' => array( 'path' => '{merchantId}/returnpolicyonline', 'httpMethod' => 'POST', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnPolicyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnPolicyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/returnpolicyonline', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'returnPolicyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->settlementreports = new Google_Service_ShoppingContent_Resource_Settlementreports( $this, $this->serviceName, 'settlementreports', array( 'methods' => array( 'get' => array( 'path' => '{merchantId}/settlementreports/{settlementId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'settlementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/settlementreports', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'transferEndDate' => array( 'location' => 'query', 'type' => 'string', ), 'transferStartDate' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->settlementtransactions = new Google_Service_ShoppingContent_Resource_Settlementtransactions( $this, $this->serviceName, 'settlementtransactions', array( 'methods' => array( 'list' => array( 'path' => '{merchantId}/settlementreports/{settlementId}/transactions', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'settlementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'transactionIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->shippingsettings = new Google_Service_ShoppingContent_Resource_Shippingsettings( $this, $this->serviceName, 'shippingsettings', array( 'methods' => array( 'custombatch' => array( 'path' => 'shippingsettings/batch', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => '{merchantId}/shippingsettings/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getsupportedcarriers' => array( 'path' => '{merchantId}/supportedCarriers', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getsupportedholidays' => array( 'path' => '{merchantId}/supportedHolidays', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getsupportedpickupservices' => array( 'path' => '{merchantId}/supportedPickupServices', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{merchantId}/shippingsettings', 'httpMethod' => 'GET', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => '{merchantId}/shippingsettings/{accountId}', 'httpMethod' => 'PUT', 'parameters' => array( 'merchantId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 ZEy Dvendor/google/apiclient-services/src/Google/Service/Appsactivity.phpnu[ * Provides a historical view of activity.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Appsactivity extends Google_Service { /** View the activity history of your Google apps. */ const ACTIVITY = "https://www.googleapis.com/auth/activity"; public $activities; /** * Constructs the internal representation of the Appsactivity service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'appsactivity/v1/'; $this->batchPath = 'batch/appsactivity/v1'; $this->version = 'v1'; $this->serviceName = 'appsactivity'; $this->activities = new Google_Service_Appsactivity_Resource_Activities( $this, $this->serviceName, 'activities', array( 'methods' => array( 'list' => array( 'path' => 'activities', 'httpMethod' => 'GET', 'parameters' => array( 'drive.ancestorId' => array( 'location' => 'query', 'type' => 'string', ), 'drive.fileId' => array( 'location' => 'query', 'type' => 'string', ), 'groupingStrategy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 ZeTsFF@vendor/google/apiclient-services/src/Google/Service/CloudRun.phpnu[ * Deploy and manage user provided container images that scale automatically * based on HTTP traffic.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudRun extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $namespaces_authorizeddomains; public $namespaces_configurations; public $namespaces_domainmappings; public $namespaces_revisions; public $namespaces_routes; public $namespaces_services; public $projects_authorizeddomains; public $projects_locations; public $projects_locations_authorizeddomains; public $projects_locations_configurations; public $projects_locations_domainmappings; public $projects_locations_revisions; public $projects_locations_routes; public $projects_locations_services; /** * Constructs the internal representation of the CloudRun service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://run.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'run'; $this->namespaces_authorizeddomains = new Google_Service_CloudRun_Resource_NamespacesAuthorizeddomains( $this, $this->serviceName, 'authorizeddomains', array( 'methods' => array( 'list' => array( 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/authorizeddomains', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->namespaces_configurations = new Google_Service_CloudRun_Resource_NamespacesConfigurations( $this, $this->serviceName, 'configurations', array( 'methods' => array( 'get' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'apis/serving.knative.dev/v1/{+parent}/configurations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->namespaces_domainmappings = new Google_Service_CloudRun_Resource_NamespacesDomainmappings( $this, $this->serviceName, 'domainmappings', array( 'methods' => array( 'create' => array( 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/domainmappings', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'apis/domains.cloudrun.com/v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiVersion' => array( 'location' => 'query', 'type' => 'string', ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), 'kind' => array( 'location' => 'query', 'type' => 'string', ), 'propagationPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'apis/domains.cloudrun.com/v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/domainmappings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->namespaces_revisions = new Google_Service_CloudRun_Resource_NamespacesRevisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'delete' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiVersion' => array( 'location' => 'query', 'type' => 'string', ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), 'kind' => array( 'location' => 'query', 'type' => 'string', ), 'propagationPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'apis/serving.knative.dev/v1/{+parent}/revisions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->namespaces_routes = new Google_Service_CloudRun_Resource_NamespacesRoutes( $this, $this->serviceName, 'routes', array( 'methods' => array( 'get' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'apis/serving.knative.dev/v1/{+parent}/routes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->namespaces_services = new Google_Service_CloudRun_Resource_NamespacesServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'create' => array( 'path' => 'apis/serving.knative.dev/v1/{+parent}/services', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiVersion' => array( 'location' => 'query', 'type' => 'string', ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), 'kind' => array( 'location' => 'query', 'type' => 'string', ), 'propagationPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'apis/serving.knative.dev/v1/{+parent}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'replaceService' => array( 'path' => 'apis/serving.knative.dev/v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_authorizeddomains = new Google_Service_CloudRun_Resource_ProjectsAuthorizeddomains( $this, $this->serviceName, 'authorizeddomains', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/authorizeddomains', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations = new Google_Service_CloudRun_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_authorizeddomains = new Google_Service_CloudRun_Resource_ProjectsLocationsAuthorizeddomains( $this, $this->serviceName, 'authorizeddomains', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/authorizeddomains', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_configurations = new Google_Service_CloudRun_Resource_ProjectsLocationsConfigurations( $this, $this->serviceName, 'configurations', 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}/configurations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_locations_domainmappings = new Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings( $this, $this->serviceName, 'domainmappings', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/domainmappings', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiVersion' => array( 'location' => 'query', 'type' => 'string', ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), 'kind' => array( 'location' => 'query', 'type' => 'string', ), 'propagationPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/domainmappings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_locations_revisions = new Google_Service_CloudRun_Resource_ProjectsLocationsRevisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiVersion' => array( 'location' => 'query', 'type' => 'string', ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), 'kind' => array( 'location' => 'query', 'type' => 'string', ), 'propagationPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/revisions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_locations_routes = new Google_Service_CloudRun_Resource_ProjectsLocationsRoutes( $this, $this->serviceName, 'routes', 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}/routes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_locations_services = new Google_Service_CloudRun_Resource_ProjectsLocationsServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/services', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'apiVersion' => array( 'location' => 'query', 'type' => 'string', ), 'dryRun' => array( 'location' => 'query', 'type' => 'string', ), 'kind' => array( 'location' => 'query', 'type' => 'string', ), 'propagationPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'continue' => array( 'location' => 'query', 'type' => 'string', ), 'fieldSelector' => array( 'location' => 'query', 'type' => 'string', ), 'includeUninitialized' => array( 'location' => 'query', 'type' => 'boolean', ), 'labelSelector' => array( 'location' => 'query', 'type' => 'string', ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'resourceVersion' => array( 'location' => 'query', 'type' => 'string', ), 'watch' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'replaceService' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dryRun' => 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, ), ), ), ) ) ); } } PK0 Z^G++@vendor/google/apiclient-services/src/Google/Service/Reseller.phpnu[ * Perform common functions that are available on the Channel Services console * at scale, like placing orders and viewing customer information

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Reseller extends Google_Service { /** Manage users on your domain. */ const APPS_ORDER = "https://www.googleapis.com/auth/apps.order"; /** Manage users on your domain. */ const APPS_ORDER_READONLY = "https://www.googleapis.com/auth/apps.order.readonly"; public $customers; public $resellernotify; public $subscriptions; /** * Constructs the internal representation of the Reseller service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://reseller.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'reseller'; $this->customers = new Google_Service_Reseller_Resource_Customers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'get' => array( 'path' => 'apps/reseller/v1/customers/{customerId}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'apps/reseller/v1/customers', 'httpMethod' => 'POST', 'parameters' => array( 'customerAuthToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'apps/reseller/v1/customers/{customerId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'apps/reseller/v1/customers/{customerId}', 'httpMethod' => 'PUT', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->resellernotify = new Google_Service_Reseller_Resource_Resellernotify( $this, $this->serviceName, 'resellernotify', array( 'methods' => array( 'getwatchdetails' => array( 'path' => 'apps/reseller/v1/resellernotify/getwatchdetails', 'httpMethod' => 'GET', 'parameters' => array(), ),'register' => array( 'path' => 'apps/reseller/v1/resellernotify/register', 'httpMethod' => 'POST', 'parameters' => array( 'serviceAccountEmailAddress' => array( 'location' => 'query', 'type' => 'string', ), ), ),'unregister' => array( 'path' => 'apps/reseller/v1/resellernotify/unregister', 'httpMethod' => 'POST', 'parameters' => array( 'serviceAccountEmailAddress' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->subscriptions = new Google_Service_Reseller_Resource_Subscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'activate' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'changePlan' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'changeRenewalSettings' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'changeSeats' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deletionType' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}', 'httpMethod' => 'GET', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'customerAuthToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'apps/reseller/v1/subscriptions', 'httpMethod' => 'GET', 'parameters' => array( 'customerAuthToken' => array( 'location' => 'query', 'type' => 'string', ), 'customerId' => array( 'location' => 'query', 'type' => 'string', ), 'customerNamePrefix' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'startPaidService' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'suspend' => array( 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend', 'httpMethod' => 'POST', 'parameters' => array( 'customerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subscriptionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 Z-uʊRRvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings.phpnu[kmsSettings = $kmsSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings */ public function getKmsSettings() { return $this->kmsSettings; } } PK0 ZTvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata.phpnu[complianceRegime = $complianceRegime; } public function getComplianceRegime() { return $this->complianceRegime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK0 ZFFF~vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings.phpnu[kmsSettings = $kmsSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings */ public function getKmsSettings() { return $this->kmsSettings; } } PK0 ZQ":\vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleProtobufEmpty.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload[] */ public function setWorkloads($workloads) { $this->workloads = $workloads; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload[] */ public function getWorkloads() { return $this->workloads; } } PK0 Z``BNNvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings.phpnu[kmsSettings = $kmsSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings */ public function getKmsSettings() { return $this->kmsSettings; } } PK0 Zh}Ccvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Assuredworkloads_GoogleRpcStatus */ public function setError(Google_Service_Assuredworkloads_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Assuredworkloads_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK0 Z Ɵhvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/OrganizationsLocations.phpnu[ * $assuredworkloadsService = new Google_Service_Assuredworkloads(...); * $locations = $assuredworkloadsService->locations; * */ class Google_Service_Assuredworkloads_Resource_OrganizationsLocations extends Google_Service_Resource { } PK0 Z wwqvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/OrganizationsLocationsWorkloads.phpnu[ * $assuredworkloadsService = new Google_Service_Assuredworkloads(...); * $workloads = $assuredworkloadsService->workloads; * */ class Google_Service_Assuredworkloads_Resource_OrganizationsLocationsWorkloads extends Google_Service_Resource { /** * Creates Assured Workload. (workloads.create) * * @param string $parent Required. The resource name of the new Workload's * parent. Must be of the form `organizations/{org_id}/locations/{location_id}`. * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload $postBody * @param array $optParams Optional parameters. * * @opt_param string externalId Optional. A identifier associated with the * workload and underlying projects which allows for the break down of billing * costs for a workload. The value provided for the identifier will add a label * to the workload and contained projects with the identifier as the value. * @return Google_Service_Assuredworkloads_GoogleLongrunningOperation */ public function create($parent, Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Assuredworkloads_GoogleLongrunningOperation"); } /** * Deletes the workload. Make sure that workload's direct children are already * in a deleted state, otherwise the request will fail with a * FAILED_PRECONDITION error. (workloads.delete) * * @param string $name Required. The `name` field is used to identify the * workload. Format: * organizations/{org_id}/locations/{location_id}/workloads/{workload_id} * @param array $optParams Optional parameters. * * @opt_param string etag Optional. The etag of the workload. If this is * provided, it must match the server's etag. * @return Google_Service_Assuredworkloads_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Assuredworkloads_GoogleProtobufEmpty"); } /** * Gets Assured Workload associated with a CRM Node (workloads.get) * * @param string $name Required. The resource name of the Workload to fetch. * This is the workloads's relative path in the API, formatted as "organizations * /{organization_id}/locations/{location_id}/workloads/{workload_id}". For * example, "organizations/123/locations/us-east1/workloads/assured-workload-1". * @param array $optParams Optional parameters. * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload"); } /** * Lists Assured Workloads under a CRM Node. * (workloads.listOrganizationsLocationsWorkloads) * * @param string $parent Required. Parent Resource to list workloads from. Must * be of the form `organizations/{org_id}/locations/{location}`. * @param array $optParams Optional parameters. * * @opt_param string filter A custom filter for filtering by properties of a * workload. At this time, only filtering by labels is supported. * @opt_param int pageSize Page size. * @opt_param string pageToken Page token returned from previous request. Page * token contains context from previous request. Page token needs to be passed * in the second and following requests. * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1ListWorkloadsResponse */ public function listOrganizationsLocationsWorkloads($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1ListWorkloadsResponse"); } /** * Updates an existing workload. Currently allows updating of workload * display_name and labels. For force updates don't set etag field in the * Workload. Only one update operation per workload can be in progress. * (workloads.patch) * * @param string $name Optional. The resource name of the workload. Format: * organizations/{organization}/locations/{location}/workloads/{workload} Read- * only. * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload */ public function patch($name, Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload"); } } PK0 Zآ_vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/Organizations.phpnu[ * $assuredworkloadsService = new Google_Service_Assuredworkloads(...); * $organizations = $assuredworkloadsService->organizations; * */ class Google_Service_Assuredworkloads_Resource_Organizations extends Google_Service_Resource { } PK0 Z rvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/OrganizationsLocationsOperations.phpnu[ * $assuredworkloadsService = new Google_Service_Assuredworkloads(...); * $operations = $assuredworkloadsService->operations; * */ class Google_Service_Assuredworkloads_Resource_OrganizationsLocationsOperations 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_Assuredworkloads_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Assuredworkloads_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOrganizationsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Assuredworkloads_GoogleLongrunningListOperationsResponse */ public function listOrganizationsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Assuredworkloads_GoogleLongrunningListOperationsResponse"); } } PK0 Zmܽpvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Assuredworkloads_GoogleLongrunningOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Assuredworkloads_GoogleLongrunningOperation[] */ public function getOperations() { return $this->operations; } } PK0 Z?X+FFzvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.phpnu[resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK0 Z1|p p nvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.phpnu[billingAccount = $billingAccount; } public function getBillingAccount() { return $this->billingAccount; } public function setComplianceRegime($complianceRegime) { $this->complianceRegime = $complianceRegime; } public function getComplianceRegime() { return $this->complianceRegime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings */ public function setKmsSettings(Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings $kmsSettings) { $this->kmsSettings = $kmsSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings */ public function getKmsSettings() { return $this->kmsSettings; } 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 setProvisionedResourcesParent($provisionedResourcesParent) { $this->provisionedResourcesParent = $provisionedResourcesParent; } public function getProvisionedResourcesParent() { return $this->provisionedResourcesParent; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo[] */ public function getResources() { return $this->resources; } } PK0 ZcomplianceRegime = $complianceRegime; } public function getComplianceRegime() { return $this->complianceRegime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK0 Zsvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1Workload.phpnu[billingAccount = $billingAccount; } public function getBillingAccount() { return $this->billingAccount; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings */ public function setCjisSettings(Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings $cjisSettings) { $this->cjisSettings = $cjisSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings */ public function getCjisSettings() { return $this->cjisSettings; } public function setComplianceRegime($complianceRegime) { $this->complianceRegime = $complianceRegime; } public function getComplianceRegime() { return $this->complianceRegime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings */ public function setFedrampHighSettings(Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings $fedrampHighSettings) { $this->fedrampHighSettings = $fedrampHighSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings */ public function getFedrampHighSettings() { return $this->fedrampHighSettings; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings */ public function setFedrampModerateSettings(Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings $fedrampModerateSettings) { $this->fedrampModerateSettings = $fedrampModerateSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings */ public function getFedrampModerateSettings() { return $this->fedrampModerateSettings; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings */ public function setIl4Settings(Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings $il4Settings) { $this->il4Settings = $il4Settings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings */ public function getIl4Settings() { return $this->il4Settings; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings */ public function setKmsSettings(Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings $kmsSettings) { $this->kmsSettings = $kmsSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings */ public function getKmsSettings() { return $this->kmsSettings; } 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 setProvisionedResourcesParent($provisionedResourcesParent) { $this->provisionedResourcesParent = $provisionedResourcesParent; } public function getProvisionedResourcesParent() { return $this->provisionedResourcesParent; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings[] */ public function setResourceSettings($resourceSettings) { $this->resourceSettings = $resourceSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings[] */ public function getResourceSettings() { return $this->resourceSettings; } /** * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo[] */ public function getResources() { return $this->resources; } } PK0 Z?GGvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings.phpnu[kmsSettings = $kmsSettings; } /** * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings */ public function getKmsSettings() { return $this->kmsSettings; } } PK0 ZGaKKvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo.phpnu[resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK0 ZRl}}yvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadKMSSettings.phpnu[nextRotationTime = $nextRotationTime; } public function getNextRotationTime() { return $this->nextRotationTime; } public function setRotationPeriod($rotationPeriod) { $this->rotationPeriod = $rotationPeriod; } public function getRotationPeriod() { return $this->rotationPeriod; } } PK0 ZtƨXvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleRpcStatus.phpnu[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; } } PK0 Za OOvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings.phpnu[resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK0 Z:~vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings.phpnu[nextRotationTime = $nextRotationTime; } public function getNextRotationTime() { return $this->nextRotationTime; } public function setRotationPeriod($rotationPeriod) { $this->rotationPeriod = $rotationPeriod; } public function getRotationPeriod() { return $this->rotationPeriod; } } PK0 Z0?mm;vendor/google/apiclient-services/src/Google/Service/DLP.phpnu[ * Provides methods for detection, risk analysis, and de-identification of * privacy-sensitive fragments in text, images, and Google Cloud Platform * storage repositories.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DLP extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $infoTypes; public $locations_infoTypes; public $organizations_deidentifyTemplates; public $organizations_inspectTemplates; public $organizations_locations_deidentifyTemplates; public $organizations_locations_dlpJobs; public $organizations_locations_inspectTemplates; public $organizations_locations_jobTriggers; public $organizations_locations_storedInfoTypes; public $organizations_storedInfoTypes; public $projects_content; public $projects_deidentifyTemplates; public $projects_dlpJobs; public $projects_image; public $projects_inspectTemplates; public $projects_jobTriggers; public $projects_locations_content; public $projects_locations_deidentifyTemplates; public $projects_locations_dlpJobs; public $projects_locations_image; public $projects_locations_inspectTemplates; public $projects_locations_jobTriggers; public $projects_locations_storedInfoTypes; public $projects_storedInfoTypes; /** * Constructs the internal representation of the DLP service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://dlp.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'dlp'; $this->infoTypes = new Google_Service_DLP_Resource_InfoTypes( $this, $this->serviceName, 'infoTypes', array( 'methods' => array( 'list' => array( 'path' => 'v2/infoTypes', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->locations_infoTypes = new Google_Service_DLP_Resource_LocationsInfoTypes( $this, $this->serviceName, 'infoTypes', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+parent}/infoTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_deidentifyTemplates = new Google_Service_DLP_Resource_OrganizationsDeidentifyTemplates( $this, $this->serviceName, 'deidentifyTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_inspectTemplates = new Google_Service_DLP_Resource_OrganizationsInspectTemplates( $this, $this->serviceName, 'inspectTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_deidentifyTemplates = new Google_Service_DLP_Resource_OrganizationsLocationsDeidentifyTemplates( $this, $this->serviceName, 'deidentifyTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_dlpJobs = new Google_Service_DLP_Resource_OrganizationsLocationsDlpJobs( $this, $this->serviceName, 'dlpJobs', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+parent}/dlpJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_locations_inspectTemplates = new Google_Service_DLP_Resource_OrganizationsLocationsInspectTemplates( $this, $this->serviceName, 'inspectTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_jobTriggers = new Google_Service_DLP_Resource_OrganizationsLocationsJobTriggers( $this, $this->serviceName, 'jobTriggers', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/jobTriggers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/jobTriggers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_storedInfoTypes = new Google_Service_DLP_Resource_OrganizationsLocationsStoredInfoTypes( $this, $this->serviceName, 'storedInfoTypes', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_storedInfoTypes = new Google_Service_DLP_Resource_OrganizationsStoredInfoTypes( $this, $this->serviceName, 'storedInfoTypes', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_content = new Google_Service_DLP_Resource_ProjectsContent( $this, $this->serviceName, 'content', array( 'methods' => array( 'deidentify' => array( 'path' => 'v2/{+parent}/content:deidentify', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'inspect' => array( 'path' => 'v2/{+parent}/content:inspect', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reidentify' => array( 'path' => 'v2/{+parent}/content:reidentify', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_deidentifyTemplates = new Google_Service_DLP_Resource_ProjectsDeidentifyTemplates( $this, $this->serviceName, 'deidentifyTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_dlpJobs = new Google_Service_DLP_Resource_ProjectsDlpJobs( $this, $this->serviceName, 'dlpJobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v2/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v2/{+parent}/dlpJobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/dlpJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_image = new Google_Service_DLP_Resource_ProjectsImage( $this, $this->serviceName, 'image', array( 'methods' => array( 'redact' => array( 'path' => 'v2/{+parent}/image:redact', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_inspectTemplates = new Google_Service_DLP_Resource_ProjectsInspectTemplates( $this, $this->serviceName, 'inspectTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_jobTriggers = new Google_Service_DLP_Resource_ProjectsJobTriggers( $this, $this->serviceName, 'jobTriggers', array( 'methods' => array( 'activate' => array( 'path' => 'v2/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v2/{+parent}/jobTriggers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/jobTriggers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_content = new Google_Service_DLP_Resource_ProjectsLocationsContent( $this, $this->serviceName, 'content', array( 'methods' => array( 'deidentify' => array( 'path' => 'v2/{+parent}/content:deidentify', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'inspect' => array( 'path' => 'v2/{+parent}/content:inspect', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reidentify' => array( 'path' => 'v2/{+parent}/content:reidentify', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_deidentifyTemplates = new Google_Service_DLP_Resource_ProjectsLocationsDeidentifyTemplates( $this, $this->serviceName, 'deidentifyTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/deidentifyTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_dlpJobs = new Google_Service_DLP_Resource_ProjectsLocationsDlpJobs( $this, $this->serviceName, 'dlpJobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v2/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v2/{+parent}/dlpJobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'finish' => array( 'path' => 'v2/{+name}:finish', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'hybridInspect' => array( 'path' => 'v2/{+name}:hybridInspect', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/dlpJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'type' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_image = new Google_Service_DLP_Resource_ProjectsLocationsImage( $this, $this->serviceName, 'image', array( 'methods' => array( 'redact' => array( 'path' => 'v2/{+parent}/image:redact', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_inspectTemplates = new Google_Service_DLP_Resource_ProjectsLocationsInspectTemplates( $this, $this->serviceName, 'inspectTemplates', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/inspectTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_jobTriggers = new Google_Service_DLP_Resource_ProjectsLocationsJobTriggers( $this, $this->serviceName, 'jobTriggers', array( 'methods' => array( 'activate' => array( 'path' => 'v2/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v2/{+parent}/jobTriggers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'hybridInspect' => array( 'path' => 'v2/{+name}:hybridInspect', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/jobTriggers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_storedInfoTypes = new Google_Service_DLP_Resource_ProjectsLocationsStoredInfoTypes( $this, $this->serviceName, 'storedInfoTypes', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_storedInfoTypes = new Google_Service_DLP_Resource_ProjectsStoredInfoTypes( $this, $this->serviceName, 'storedInfoTypes', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/storedInfoTypes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationId' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 Zaw(EJEJ=vendor/google/apiclient-services/src/Google/Service/Vault.phpnu[ * Archiving and eDiscovery for G Suite.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Vault extends Google_Service { /** Manage your eDiscovery data. */ const EDISCOVERY = "https://www.googleapis.com/auth/ediscovery"; /** View your eDiscovery data. */ const EDISCOVERY_READONLY = "https://www.googleapis.com/auth/ediscovery.readonly"; public $matters; public $matters_exports; public $matters_holds; public $matters_holds_accounts; public $matters_savedQueries; public $operations; /** * Constructs the internal representation of the Vault service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://vault.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'vault'; $this->matters = new Google_Service_Vault_Resource_Matters( $this, $this->serviceName, 'matters', array( 'methods' => array( 'addPermissions' => array( 'path' => 'v1/matters/{matterId}:addPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'close' => array( 'path' => 'v1/matters/{matterId}:close', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'count' => array( 'path' => 'v1/matters/{matterId}:count', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/matters', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/matters/{matterId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/matters/{matterId}', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/matters', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'state' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removePermissions' => array( 'path' => 'v1/matters/{matterId}:removePermissions', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reopen' => array( 'path' => 'v1/matters/{matterId}:reopen', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'v1/matters/{matterId}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/matters/{matterId}', 'httpMethod' => 'PUT', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->matters_exports = new Google_Service_Vault_Resource_MattersExports( $this, $this->serviceName, 'exports', array( 'methods' => array( 'create' => array( 'path' => 'v1/matters/{matterId}/exports', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/matters/{matterId}/exports/{exportId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'exportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/matters/{matterId}/exports/{exportId}', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'exportId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/matters/{matterId}/exports', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->matters_holds = new Google_Service_Vault_Resource_MattersHolds( $this, $this->serviceName, 'holds', array( 'methods' => array( 'addHeldAccounts' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}:addHeldAccounts', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/matters/{matterId}/holds', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/matters/{matterId}/holds', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeHeldAccounts' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}', 'httpMethod' => 'PUT', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->matters_holds_accounts = new Google_Service_Vault_Resource_MattersHoldsAccounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'create' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}/accounts', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}/accounts/{accountId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/matters/{matterId}/holds/{holdId}/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'holdId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->matters_savedQueries = new Google_Service_Vault_Resource_MattersSavedQueries( $this, $this->serviceName, 'savedQueries', array( 'methods' => array( 'create' => array( 'path' => 'v1/matters/{matterId}/savedQueries', 'httpMethod' => 'POST', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/matters/{matterId}/savedQueries/{savedQueryId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'savedQueryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/matters/{matterId}/savedQueries/{savedQueryId}', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'savedQueryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/matters/{matterId}/savedQueries', 'httpMethod' => 'GET', 'parameters' => array( 'matterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_Vault_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', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK0 ZQvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService.phpnu[ * Allows users to manage BigQuery connections to external data sources.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_BigQueryConnectionService extends Google_Service { /** View and manage your data in Google BigQuery. */ const BIGQUERY = "https://www.googleapis.com/auth/bigquery"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_connections; /** * Constructs the internal representation of the BigQueryConnectionService * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://bigqueryconnection.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'bigqueryconnection'; $this->projects_locations_connections = new Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections( $this, $this->serviceName, 'connections', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/connections', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'connectionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/connections', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateCredential' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 Z1~MMKvendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks.phpnu[ * AI Platform Notebooks API is used to manage notebook resources in Google * Cloud.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AIPlatformNotebooks extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_environments; public $projects_locations_executions; public $projects_locations_instances; public $projects_locations_operations; public $projects_locations_schedules; /** * Constructs the internal representation of the AIPlatformNotebooks service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://notebooks.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'notebooks'; $this->projects_locations = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_environments = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/environments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'environmentId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/environments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_executions = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsExecutions( $this, $this->serviceName, 'executions', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/executions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executionId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/executions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_instances = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getInstanceHealth' => array( 'path' => 'v1/{+name}:getInstanceHealth', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'isUpgradeable' => array( 'path' => 'v1/{+notebookInstance}:isUpgradeable', 'httpMethod' => 'GET', 'parameters' => array( 'notebookInstance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'register' => array( 'path' => 'v1/{+parent}/instances:register', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'report' => array( 'path' => 'v1/{+name}:report', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'reset' => array( 'path' => 'v1/{+name}:reset', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setAccelerator' => array( 'path' => 'v1/{+name}:setAccelerator', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLabels' => array( 'path' => 'v1/{+name}:setLabels', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setMachineType' => array( 'path' => 'v1/{+name}:setMachineType', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'v1/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v1/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upgrade' => array( 'path' => 'v1/{+name}:upgrade', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upgradeInternal' => array( 'path' => 'v1/{+name}:upgradeInternal', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_schedules = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsSchedules( $this, $this->serviceName, 'schedules', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/schedules', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'scheduleId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/schedules', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'trigger' => array( 'path' => 'v1/{+name}:trigger', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK0 ZňSvendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.phpnu[items = $items; } /** * @return Google_Service_Mirror_TimelineItem */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZGvendor/google/apiclient-services/src/Google/Service/Mirror/UserData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 Za(Hvendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.phpnu[authToken = $authToken; } public function getAuthToken() { return $this->authToken; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z۟77Fvendor/google/apiclient-services/src/Google/Service/Mirror/Setting.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 ZQ7M M [vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/TimelineAttachments.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $attachments = $mirrorService->attachments; * */ class Google_Service_Mirror_Resource_TimelineAttachments extends Google_Service_Resource { /** * Deletes an attachment from a timeline item. (attachments.delete) * * @param string $itemId The ID of the timeline item the attachment belongs to. * @param string $attachmentId The ID of the attachment. * @param array $optParams Optional parameters. */ public function delete($itemId, $attachmentId, $optParams = array()) { $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves an attachment on a timeline item by item ID and attachment ID. * (attachments.get) * * @param string $itemId The ID of the timeline item the attachment belongs to. * @param string $attachmentId The ID of the attachment. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Attachment */ public function get($itemId, $attachmentId, $optParams = array()) { $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Mirror_Attachment"); } /** * Adds a new attachment to a timeline item. (attachments.insert) * * @param string $itemId The ID of the timeline item the attachment belongs to. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Attachment */ public function insert($itemId, $optParams = array()) { $params = array('itemId' => $itemId); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Mirror_Attachment"); } /** * Returns a list of attachments for a timeline item. * (attachments.listTimelineAttachments) * * @param string $itemId The ID of the timeline item whose attachments should be * listed. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_AttachmentsListResponse */ public function listTimelineAttachments($itemId, $optParams = array()) { $params = array('itemId' => $itemId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Mirror_AttachmentsListResponse"); } } PK0 Zc܆  Uvendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Subscriptions.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $subscriptions = $mirrorService->subscriptions; * */ class Google_Service_Mirror_Resource_Subscriptions extends Google_Service_Resource { /** * Deletes a subscription. (subscriptions.delete) * * @param string $id The ID of the subscription. * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Creates a new subscription. (subscriptions.insert) * * @param Google_Service_Mirror_Subscription $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Subscription */ public function insert(Google_Service_Mirror_Subscription $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Mirror_Subscription"); } /** * Retrieves a list of subscriptions for the authenticated user and service. * (subscriptions.listSubscriptions) * * @param array $optParams Optional parameters. * @return Google_Service_Mirror_SubscriptionsListResponse */ public function listSubscriptions($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Mirror_SubscriptionsListResponse"); } /** * Updates an existing subscription in place. (subscriptions.update) * * @param string $id The ID of the subscription. * @param Google_Service_Mirror_Subscription $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Subscription */ public function update($id, Google_Service_Mirror_Subscription $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Mirror_Subscription"); } } PK0 ZsecQvendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Locations.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $locations = $mirrorService->locations; * */ class Google_Service_Mirror_Resource_Locations extends Google_Service_Resource { /** * Gets a single location by ID. (locations.get) * * @param string $id The ID of the location or latest for the last known * location. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Location */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Mirror_Location"); } /** * Retrieves a list of locations for the user. (locations.listLocations) * * @param array $optParams Optional parameters. * @return Google_Service_Mirror_LocationsListResponse */ public function listLocations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Mirror_LocationsListResponse"); } } PK0 Z{ Pvendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Timeline.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $timeline = $mirrorService->timeline; * */ class Google_Service_Mirror_Resource_Timeline extends Google_Service_Resource { /** * Deletes a timeline item. (timeline.delete) * * @param string $id The ID of the timeline item. * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a single timeline item by ID. (timeline.get) * * @param string $id The ID of the timeline item. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_TimelineItem */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Mirror_TimelineItem"); } /** * Inserts a new item into the timeline. (timeline.insert) * * @param Google_Service_Mirror_TimelineItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_TimelineItem */ public function insert(Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Mirror_TimelineItem"); } /** * Retrieves a list of timeline items for the authenticated user. * (timeline.listTimeline) * * @param array $optParams Optional parameters. * * @opt_param string bundleId If provided, only items with the given bundleId * will be returned. * @opt_param bool includeDeleted If true, tombstone records for deleted items * will be returned. * @opt_param string maxResults The maximum number of items to include in the * response, used for paging. * @opt_param string orderBy Controls the order in which timeline items are * returned. * @opt_param string pageToken Token for the page of results to return. * @opt_param bool pinnedOnly If true, only pinned items will be returned. * @opt_param string sourceItemId If provided, only items with the given * sourceItemId will be returned. * @return Google_Service_Mirror_TimelineListResponse */ public function listTimeline($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Mirror_TimelineListResponse"); } /** * Updates a timeline item in place. This method supports patch semantics. * (timeline.patch) * * @param string $id The ID of the timeline item. * @param Google_Service_Mirror_TimelineItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_TimelineItem */ public function patch($id, Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Mirror_TimelineItem"); } /** * Updates a timeline item in place. (timeline.update) * * @param string $id The ID of the timeline item. * @param Google_Service_Mirror_TimelineItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_TimelineItem */ public function update($id, Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Mirror_TimelineItem"); } } PK0 Z3ٛPvendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Accounts.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $accounts = $mirrorService->accounts; * */ class Google_Service_Mirror_Resource_Accounts extends Google_Service_Resource { /** * Inserts a new account for a user (accounts.insert) * * @param string $userToken The ID for the user. * @param string $accountType Account type to be passed to Android Account * Manager. * @param string $accountName The name of the account to be passed to the * Android Account Manager. * @param Google_Service_Mirror_Account $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Account */ public function insert($userToken, $accountType, $accountName, Google_Service_Mirror_Account $postBody, $optParams = array()) { $params = array('userToken' => $userToken, 'accountType' => $accountType, 'accountName' => $accountName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Mirror_Account"); } } PK0 Z{vvPvendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Contacts.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $contacts = $mirrorService->contacts; * */ class Google_Service_Mirror_Resource_Contacts extends Google_Service_Resource { /** * Deletes a contact. (contacts.delete) * * @param string $id The ID of the contact. * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a single contact by ID. (contacts.get) * * @param string $id The ID of the contact. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Contact */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Mirror_Contact"); } /** * Inserts a new contact. (contacts.insert) * * @param Google_Service_Mirror_Contact $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Contact */ public function insert(Google_Service_Mirror_Contact $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Mirror_Contact"); } /** * Retrieves a list of contacts for the authenticated user. * (contacts.listContacts) * * @param array $optParams Optional parameters. * @return Google_Service_Mirror_ContactsListResponse */ public function listContacts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Mirror_ContactsListResponse"); } /** * Updates a contact in place. This method supports patch semantics. * (contacts.patch) * * @param string $id The ID of the contact. * @param Google_Service_Mirror_Contact $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Contact */ public function patch($id, Google_Service_Mirror_Contact $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Mirror_Contact"); } /** * Updates a contact in place. (contacts.update) * * @param string $id The ID of the contact. * @param Google_Service_Mirror_Contact $postBody * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Contact */ public function update($id, Google_Service_Mirror_Contact $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Mirror_Contact"); } } PK0 Z>:99Pvendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Settings.phpnu[ * $mirrorService = new Google_Service_Mirror(...); * $settings = $mirrorService->settings; * */ class Google_Service_Mirror_Resource_Settings extends Google_Service_Resource { /** * Gets a single setting by ID. (settings.get) * * @param string $id The ID of the setting. The following IDs are valid: - * locale - The key to the user’s language/locale (BCP 47 identifier) that * Glassware should use to render localized content. - timezone - The key to * the user’s current time zone region as defined in the tz database. Example: * America/Los_Angeles. * @param array $optParams Optional parameters. * @return Google_Service_Mirror_Setting */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Mirror_Setting"); } } PK0 ZOIvendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.phpnu[payload = $payload; } public function getPayload() { return $this->payload; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZDhIvendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setContentUrl($contentUrl) { $this->contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsProcessingContent($isProcessingContent) { $this->isProcessingContent = $isProcessingContent; } public function getIsProcessingContent() { return $this->isProcessingContent; } } PK0 Z1 Fvendor/google/apiclient-services/src/Google/Service/Mirror/Contact.phpnu[acceptCommands = $acceptCommands; } /** * @return Google_Service_Mirror_Command */ public function getAcceptCommands() { return $this->acceptCommands; } public function setAcceptTypes($acceptTypes) { $this->acceptTypes = $acceptTypes; } public function getAcceptTypes() { return $this->acceptTypes; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImageUrls($imageUrls) { $this->imageUrls = $imageUrls; } public function getImageUrls() { return $this->imageUrls; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setSharingFeatures($sharingFeatures) { $this->sharingFeatures = $sharingFeatures; } public function getSharingFeatures() { return $this->sharingFeatures; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setSpeakableName($speakableName) { $this->speakableName = $speakableName; } public function getSpeakableName() { return $this->speakableName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZXvendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.phpnu[items = $items; } /** * @return Google_Service_Mirror_Subscription */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 ZKvendor/google/apiclient-services/src/Google/Service/Mirror/Notification.phpnu[collection = $collection; } public function getCollection() { return $this->collection; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } public function setOperation($operation) { $this->operation = $operation; } public function getOperation() { return $this->operation; } /** * @param Google_Service_Mirror_UserAction */ public function setUserActions($userActions) { $this->userActions = $userActions; } /** * @return Google_Service_Mirror_UserAction */ public function getUserActions() { return $this->userActions; } public function setUserToken($userToken) { $this->userToken = $userToken; } public function getUserToken() { return $this->userToken; } public function setVerifyToken($verifyToken) { $this->verifyToken = $verifyToken; } public function getVerifyToken() { return $this->verifyToken; } } PK0 Z,""Fvendor/google/apiclient-services/src/Google/Service/Mirror/Command.phpnu[type = $type; } public function getType() { return $this->type; } } PK0 Zb6ZTvendor/google/apiclient-services/src/Google/Service/Mirror/LocationsListResponse.phpnu[items = $items; } /** * @return Google_Service_Mirror_Location */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 Z?t Kvendor/google/apiclient-services/src/Google/Service/Mirror/Subscription.phpnu[callbackUrl = $callbackUrl; } public function getCallbackUrl() { return $this->callbackUrl; } public function setCollection($collection) { $this->collection = $collection; } public function getCollection() { return $this->collection; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Mirror_Notification */ public function setNotification(Google_Service_Mirror_Notification $notification) { $this->notification = $notification; } /** * @return Google_Service_Mirror_Notification */ public function getNotification() { return $this->notification; } public function setOperation($operation) { $this->operation = $operation; } public function getOperation() { return $this->operation; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUserToken($userToken) { $this->userToken = $userToken; } public function getUserToken() { return $this->userToken; } public function setVerifyToken($verifyToken) { $this->verifyToken = $verifyToken; } public function getVerifyToken() { return $this->verifyToken; } } PK0 Z~*PSvendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.phpnu[items = $items; } /** * @return Google_Service_Mirror_Contact */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 ZmX  Gvendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.phpnu[ "contextual_command", ); public $action; public $contextualCommand; public $id; public $payload; public $removeWhenSelected; protected $valuesType = 'Google_Service_Mirror_MenuValue'; protected $valuesDataType = 'array'; public function setAction($action) { $this->action = $action; } public function getAction() { return $this->action; } public function setContextualCommand($contextualCommand) { $this->contextualCommand = $contextualCommand; } public function getContextualCommand() { return $this->contextualCommand; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setRemoveWhenSelected($removeWhenSelected) { $this->removeWhenSelected = $removeWhenSelected; } public function getRemoveWhenSelected() { return $this->removeWhenSelected; } /** * @param Google_Service_Mirror_MenuValue */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Mirror_MenuValue */ public function getValues() { return $this->values; } } PK0 ZQvendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.phpnu[deliveryTime = $deliveryTime; } public function getDeliveryTime() { return $this->deliveryTime; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } } PK0 Z9qGvendor/google/apiclient-services/src/Google/Service/Mirror/Location.phpnu[accuracy = $accuracy; } public function getAccuracy() { return $this->accuracy; } public function setAddress($address) { $this->address = $address; } public function getAddress() { return $this->address; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK0 Z]Hvendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK0 ZʀVvendor/google/apiclient-services/src/Google/Service/Mirror/AttachmentsListResponse.phpnu[items = $items; } /** * @return Google_Service_Mirror_Attachment */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK0 Z>^^Kvendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.phpnu[attachments = $attachments; } /** * @return Google_Service_Mirror_Attachment */ public function getAttachments() { return $this->attachments; } public function setBundleId($bundleId) { $this->bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } public function setCanonicalUrl($canonicalUrl) { $this->canonicalUrl = $canonicalUrl; } public function getCanonicalUrl() { return $this->canonicalUrl; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Mirror_Contact */ public function setCreator(Google_Service_Mirror_Contact $creator) { $this->creator = $creator; } /** * @return Google_Service_Mirror_Contact */ public function getCreator() { return $this->creator; } public function setDisplayTime($displayTime) { $this->displayTime = $displayTime; } public function getDisplayTime() { return $this->displayTime; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setHtml($html) { $this->html = $html; } public function getHtml() { return $this->html; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInReplyTo($inReplyTo) { $this->inReplyTo = $inReplyTo; } public function getInReplyTo() { return $this->inReplyTo; } public function setIsBundleCover($isBundleCover) { $this->isBundleCover = $isBundleCover; } public function getIsBundleCover() { return $this->isBundleCover; } public function setIsDeleted($isDeleted) { $this->isDeleted = $isDeleted; } public function getIsDeleted() { return $this->isDeleted; } public function setIsPinned($isPinned) { $this->isPinned = $isPinned; } public function getIsPinned() { return $this->isPinned; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Mirror_Location */ public function setLocation(Google_Service_Mirror_Location $location) { $this->location = $location; } /** * @return Google_Service_Mirror_Location */ public function getLocation() { return $this->location; } /** * @param Google_Service_Mirror_MenuItem */ public function setMenuItems($menuItems) { $this->menuItems = $menuItems; } /** * @return Google_Service_Mirror_MenuItem */ public function getMenuItems() { return $this->menuItems; } /** * @param Google_Service_Mirror_NotificationConfig */ public function setNotification(Google_Service_Mirror_NotificationConfig $notification) { $this->notification = $notification; } /** * @return Google_Service_Mirror_NotificationConfig */ public function getNotification() { return $this->notification; } public function setPinScore($pinScore) { $this->pinScore = $pinScore; } public function getPinScore() { return $this->pinScore; } /** * @param Google_Service_Mirror_Contact */ public function setRecipients($recipients) { $this->recipients = $recipients; } /** * @return Google_Service_Mirror_Contact */ public function getRecipients() { return $this->recipients; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSourceItemId($sourceItemId) { $this->sourceItemId = $sourceItemId; } public function getSourceItemId() { return $this->sourceItemId; } public function setSpeakableText($speakableText) { $this->speakableText = $speakableText; } public function getSpeakableText() { return $this->speakableText; } public function setSpeakableType($speakableType) { $this->speakableType = $speakableType; } public function getSpeakableType() { return $this->speakableType; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK0 ZFvendor/google/apiclient-services/src/Google/Service/Mirror/Account.phpnu[authTokens = $authTokens; } /** * @return Google_Service_Mirror_AuthToken */ public function getAuthTokens() { return $this->authTokens; } public function setFeatures($features) { $this->features = $features; } public function getFeatures() { return $this->features; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } /** * @param Google_Service_Mirror_UserData */ public function setUserData($userData) { $this->userData = $userData; } /** * @return Google_Service_Mirror_UserData */ public function getUserData() { return $this->userData; } } PK0 Z)Rvendor/google/apiclient-services/src/Google/Service/JobService/HistogramFacets.phpnu[compensationHistogramFacets = $compensationHistogramFacets; } /** * @return Google_Service_JobService_CompensationHistogramRequest */ public function getCompensationHistogramFacets() { return $this->compensationHistogramFacets; } /** * @param Google_Service_JobService_CustomAttributeHistogramRequest */ public function setCustomAttributeHistogramFacets($customAttributeHistogramFacets) { $this->customAttributeHistogramFacets = $customAttributeHistogramFacets; } /** * @return Google_Service_JobService_CustomAttributeHistogramRequest */ public function getCustomAttributeHistogramFacets() { return $this->customAttributeHistogramFacets; } public function setSimpleHistogramFacets($simpleHistogramFacets) { $this->simpleHistogramFacets = $simpleHistogramFacets; } public function getSimpleHistogramFacets() { return $this->simpleHistogramFacets; } } PK0 ZL$NNUvendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsResponse.phpnu[appliedCommuteFilter = $appliedCommuteFilter; } /** * @return Google_Service_JobService_CommutePreference */ public function getAppliedCommuteFilter() { return $this->appliedCommuteFilter; } /** * @param Google_Service_JobService_JobLocation */ public function setAppliedJobLocationFilters($appliedJobLocationFilters) { $this->appliedJobLocationFilters = $appliedJobLocationFilters; } /** * @return Google_Service_JobService_JobLocation */ public function getAppliedJobLocationFilters() { return $this->appliedJobLocationFilters; } public function setEstimatedTotalSize($estimatedTotalSize) { $this->estimatedTotalSize = $estimatedTotalSize; } public function getEstimatedTotalSize() { return $this->estimatedTotalSize; } /** * @param Google_Service_JobService_HistogramResults */ public function setHistogramResults(Google_Service_JobService_HistogramResults $histogramResults) { $this->histogramResults = $histogramResults; } /** * @return Google_Service_JobService_HistogramResults */ public function getHistogramResults() { return $this->histogramResults; } public function setJobView($jobView) { $this->jobView = $jobView; } public function getJobView() { return $this->jobView; } /** * @param Google_Service_JobService_MatchingJob */ public function setMatchingJobs($matchingJobs) { $this->matchingJobs = $matchingJobs; } /** * @return Google_Service_JobService_MatchingJob */ public function getMatchingJobs() { return $this->matchingJobs; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNumJobsFromBroadenedQuery($numJobsFromBroadenedQuery) { $this->numJobsFromBroadenedQuery = $numJobsFromBroadenedQuery; } public function getNumJobsFromBroadenedQuery() { return $this->numJobsFromBroadenedQuery; } /** * @param Google_Service_JobService_SpellingCorrection */ public function setSpellResult(Google_Service_JobService_SpellingCorrection $spellResult) { $this->spellResult = $spellResult; } /** * @return Google_Service_JobService_SpellingCorrection */ public function getSpellResult() { return $this->spellResult; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK0 ZgPPZvendor/google/apiclient-services/src/Google/Service/JobService/ListCompanyJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_JobService_Job */ public function getJobs() { return $this->jobs; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK0 Z33Uvendor/google/apiclient-services/src/Google/Service/JobService/CompensationFilter.phpnu[includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange; } public function getIncludeJobsWithUnspecifiedCompensationRange() { return $this->includeJobsWithUnspecifiedCompensationRange; } /** * @param Google_Service_JobService_CompensationRange */ public function setRange(Google_Service_JobService_CompensationRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_CompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK0 Z"??Gvendor/google/apiclient-services/src/Google/Service/JobService/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK0 Z,]КSvendor/google/apiclient-services/src/Google/Service/JobService/CompensationInfo.phpnu[amount = $amount; } /** * @return Google_Service_JobService_Money */ public function getAmount() { return $this->amount; } /** * @param Google_Service_JobService_CompensationRange */ public function setAnnualizedBaseCompensationRange(Google_Service_JobService_CompensationRange $annualizedBaseCompensationRange) { $this->annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_JobService_CompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } /** * @param Google_Service_JobService_CompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_JobService_CompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_JobService_CompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } /** * @param Google_Service_JobService_CompensationEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_JobService_CompensationEntry */ public function getEntries() { return $this->entries; } /** * @param Google_Service_JobService_Money */ public function setMax(Google_Service_JobService_Money $max) { $this->max = $max; } /** * @return Google_Service_JobService_Money */ public function getMax() { return $this->max; } /** * @param Google_Service_JobService_Money */ public function setMin(Google_Service_JobService_Money $min) { $this->min = $min; } /** * @return Google_Service_JobService_Money */ public function getMin() { return $this->min; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z:Tvendor/google/apiclient-services/src/Google/Service/JobService/CustomFieldFilter.phpnu[queries = $queries; } public function getQueries() { return $this->queries; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Zt .Lvendor/google/apiclient-services/src/Google/Service/JobService/JobsEmpty.phpnu[disableStreetAddressResolution = $disableStreetAddressResolution; } public function getDisableStreetAddressResolution() { return $this->disableStreetAddressResolution; } /** * @param Google_Service_JobService_Job */ public function setJob(Google_Service_JobService_Job $job) { $this->job = $job; } /** * @return Google_Service_JobService_Job */ public function getJob() { return $this->job; } /** * @param Google_Service_JobService_JobProcessingOptions */ public function setProcessingOptions(Google_Service_JobService_JobProcessingOptions $processingOptions) { $this->processingOptions = $processingOptions; } /** * @return Google_Service_JobService_JobProcessingOptions */ public function getProcessingOptions() { return $this->processingOptions; } } PK0 ZޱCCYvendor/google/apiclient-services/src/Google/Service/JobService/BatchDeleteJobsRequest.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } } PK0 Z3*ZV*V*Fvendor/google/apiclient-services/src/Google/Service/JobService/Job.phpnu[applicationEmailList = $applicationEmailList; } public function getApplicationEmailList() { return $this->applicationEmailList; } public function setApplicationInstruction($applicationInstruction) { $this->applicationInstruction = $applicationInstruction; } public function getApplicationInstruction() { return $this->applicationInstruction; } public function setApplicationUrls($applicationUrls) { $this->applicationUrls = $applicationUrls; } public function getApplicationUrls() { return $this->applicationUrls; } public function setBenefits($benefits) { $this->benefits = $benefits; } public function getBenefits() { return $this->benefits; } public function setCompanyDisplayName($companyDisplayName) { $this->companyDisplayName = $companyDisplayName; } public function getCompanyDisplayName() { return $this->companyDisplayName; } public function setCompanyName($companyName) { $this->companyName = $companyName; } public function getCompanyName() { return $this->companyName; } public function setCompanyTitle($companyTitle) { $this->companyTitle = $companyTitle; } public function getCompanyTitle() { return $this->companyTitle; } /** * @param Google_Service_JobService_CompensationInfo */ public function setCompensationInfo(Google_Service_JobService_CompensationInfo $compensationInfo) { $this->compensationInfo = $compensationInfo; } /** * @return Google_Service_JobService_CompensationInfo */ public function getCompensationInfo() { return $this->compensationInfo; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_JobService_CustomAttribute */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_JobService_CustomAttribute */ public function getCustomAttributes() { return $this->customAttributes; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDistributorCompanyId($distributorCompanyId) { $this->distributorCompanyId = $distributorCompanyId; } public function getDistributorCompanyId() { return $this->distributorCompanyId; } public function setEducationLevels($educationLevels) { $this->educationLevels = $educationLevels; } public function getEducationLevels() { return $this->educationLevels; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } /** * @param Google_Service_JobService_Date */ public function setEndDate(Google_Service_JobService_Date $endDate) { $this->endDate = $endDate; } /** * @return Google_Service_JobService_Date */ public function getEndDate() { return $this->endDate; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } /** * @param Google_Service_JobService_Date */ public function setExpiryDate(Google_Service_JobService_Date $expiryDate) { $this->expiryDate = $expiryDate; } /** * @return Google_Service_JobService_Date */ public function getExpiryDate() { return $this->expiryDate; } /** * @param Google_Service_JobService_ExtendedCompensationInfo */ public function setExtendedCompensationInfo(Google_Service_JobService_ExtendedCompensationInfo $extendedCompensationInfo) { $this->extendedCompensationInfo = $extendedCompensationInfo; } /** * @return Google_Service_JobService_ExtendedCompensationInfo */ public function getExtendedCompensationInfo() { return $this->extendedCompensationInfo; } /** * @param Google_Service_JobService_CustomField */ public function setFilterableCustomFields($filterableCustomFields) { $this->filterableCustomFields = $filterableCustomFields; } /** * @return Google_Service_JobService_CustomField */ public function getFilterableCustomFields() { return $this->filterableCustomFields; } public function setIncentives($incentives) { $this->incentives = $incentives; } public function getIncentives() { return $this->incentives; } /** * @param Google_Service_JobService_JobLocation */ public function setJobLocations($jobLocations) { $this->jobLocations = $jobLocations; } /** * @return Google_Service_JobService_JobLocation */ public function getJobLocations() { return $this->jobLocations; } public function setJobTitle($jobTitle) { $this->jobTitle = $jobTitle; } public function getJobTitle() { return $this->jobTitle; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPromotionValue($promotionValue) { $this->promotionValue = $promotionValue; } public function getPromotionValue() { return $this->promotionValue; } /** * @param Google_Service_JobService_Date */ public function setPublishDate(Google_Service_JobService_Date $publishDate) { $this->publishDate = $publishDate; } /** * @return Google_Service_JobService_Date */ public function getPublishDate() { return $this->publishDate; } public function setQualifications($qualifications) { $this->qualifications = $qualifications; } public function getQualifications() { return $this->qualifications; } public function setReferenceUrl($referenceUrl) { $this->referenceUrl = $referenceUrl; } public function getReferenceUrl() { return $this->referenceUrl; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRequisitionId($requisitionId) { $this->requisitionId = $requisitionId; } public function getRequisitionId() { return $this->requisitionId; } public function setResponsibilities($responsibilities) { $this->responsibilities = $responsibilities; } public function getResponsibilities() { return $this->responsibilities; } /** * @param Google_Service_JobService_Date */ public function setStartDate(Google_Service_JobService_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_JobService_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_JobService_CustomField */ public function setUnindexedCustomFields($unindexedCustomFields) { $this->unindexedCustomFields = $unindexedCustomFields; } /** * @return Google_Service_JobService_CustomField */ public function getUnindexedCustomFields() { return $this->unindexedCustomFields; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK0 Z.^vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramResult.phpnu[result = $result; } /** * @return Google_Service_JobService_NumericBucketingResult */ public function getResult() { return $this->result; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZQddIvendor/google/apiclient-services/src/Google/Service/JobService/Filter.phpnu[requisitionId = $requisitionId; } public function getRequisitionId() { return $this->requisitionId; } } PK0 ZNSvendor/google/apiclient-services/src/Google/Service/JobService/ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_JobService_Job */ public function getJobs() { return $this->jobs; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZņSvendor/google/apiclient-services/src/Google/Service/JobService/CompletionResult.phpnu[imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setSuggestion($suggestion) { $this->suggestion = $suggestion; } public function getSuggestion() { return $this->suggestion; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z:Hvendor/google/apiclient-services/src/Google/Service/JobService/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK0 ZxxNvendor/google/apiclient-services/src/Google/Service/JobService/JobLocation.phpnu[latLng = $latLng; } /** * @return Google_Service_JobService_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_JobService_PostalAddress */ public function setPostalAddress(Google_Service_JobService_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_JobService_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } public function setRadiusMeters($radiusMeters) { $this->radiusMeters = $radiusMeters; } public function getRadiusMeters() { return $this->radiusMeters; } } PK0 ZRvendor/google/apiclient-services/src/Google/Service/JobService/HistogramResult.phpnu[searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK0 Z8ffOvendor/google/apiclient-services/src/Google/Service/JobService/StringValues.phpnu[values = $values; } public function getValues() { return $this->values; } } PK0 ZWRvendor/google/apiclient-services/src/Google/Service/JobService/BucketizedCount.phpnu[count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_JobService_BucketRange */ public function setRange(Google_Service_JobService_BucketRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_BucketRange */ public function getRange() { return $this->range; } } PK0 Z{ͥYvendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingResult.phpnu[counts = $counts; } /** * @return Google_Service_JobService_BucketizedCount */ public function getCounts() { return $this->counts; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } } PK0 Z **Nvendor/google/apiclient-services/src/Google/Service/JobService/CommuteInfo.phpnu[jobLocation = $jobLocation; } /** * @return Google_Service_JobService_JobLocation */ public function getJobLocation() { return $this->jobLocation; } public function setTravelDuration($travelDuration) { $this->travelDuration = $travelDuration; } public function getTravelDuration() { return $this->travelDuration; } } PK0 Z$on n Vvendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramRequest.phpnu[allowBroadening = $allowBroadening; } public function getAllowBroadening() { return $this->allowBroadening; } /** * @param Google_Service_JobService_JobFilters */ public function setFilters(Google_Service_JobService_JobFilters $filters) { $this->filters = $filters; } /** * @return Google_Service_JobService_JobFilters */ public function getFilters() { return $this->filters; } /** * @param Google_Service_JobService_JobQuery */ public function setQuery(Google_Service_JobService_JobQuery $query) { $this->query = $query; } /** * @return Google_Service_JobService_JobQuery */ public function getQuery() { return $this->query; } /** * @param Google_Service_JobService_RequestMetadata */ public function setRequestMetadata(Google_Service_JobService_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_JobService_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } public function setSearchTypes($searchTypes) { $this->searchTypes = $searchTypes; } public function getSearchTypes() { return $this->searchTypes; } } PK0 Z 4AA_vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramRequest.phpnu[bucketingOption = $bucketingOption; } /** * @return Google_Service_JobService_NumericBucketingOption */ public function getBucketingOption() { return $this->bucketingOption; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZKvendor/google/apiclient-services/src/Google/Service/JobService/JobQuery.phpnu[categories = $categories; } public function getCategories() { return $this->categories; } /** * @param Google_Service_JobService_CommutePreference */ public function setCommuteFilter(Google_Service_JobService_CommutePreference $commuteFilter) { $this->commuteFilter = $commuteFilter; } /** * @return Google_Service_JobService_CommutePreference */ public function getCommuteFilter() { return $this->commuteFilter; } public function setCompanyDisplayNames($companyDisplayNames) { $this->companyDisplayNames = $companyDisplayNames; } public function getCompanyDisplayNames() { return $this->companyDisplayNames; } public function setCompanyNames($companyNames) { $this->companyNames = $companyNames; } public function getCompanyNames() { return $this->companyNames; } /** * @param Google_Service_JobService_CompensationFilter */ public function setCompensationFilter(Google_Service_JobService_CompensationFilter $compensationFilter) { $this->compensationFilter = $compensationFilter; } /** * @return Google_Service_JobService_CompensationFilter */ public function getCompensationFilter() { return $this->compensationFilter; } public function setCustomAttributeFilter($customAttributeFilter) { $this->customAttributeFilter = $customAttributeFilter; } public function getCustomAttributeFilter() { return $this->customAttributeFilter; } public function setDisableSpellCheck($disableSpellCheck) { $this->disableSpellCheck = $disableSpellCheck; } public function getDisableSpellCheck() { return $this->disableSpellCheck; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } public function setLanguageCodes($languageCodes) { $this->languageCodes = $languageCodes; } public function getLanguageCodes() { return $this->languageCodes; } /** * @param Google_Service_JobService_LocationFilter */ public function setLocationFilters($locationFilters) { $this->locationFilters = $locationFilters; } /** * @return Google_Service_JobService_LocationFilter */ public function getLocationFilters() { return $this->locationFilters; } public function setPublishDateRange($publishDateRange) { $this->publishDateRange = $publishDateRange; } public function getPublishDateRange() { return $this->publishDateRange; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } } PK0 Z!Xvendor/google/apiclient-services/src/Google/Service/JobService/ListCompaniesResponse.phpnu[companies = $companies; } /** * @return Google_Service_JobService_Company */ public function getCompanies() { return $this->companies; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 ZyoWvendor/google/apiclient-services/src/Google/Service/JobService/JobProcessingOptions.phpnu[disableStreetAddressResolution = $disableStreetAddressResolution; } public function getDisableStreetAddressResolution() { return $this->disableStreetAddressResolution; } public function setHtmlSanitization($htmlSanitization) { $this->htmlSanitization = $htmlSanitization; } public function getHtmlSanitization() { return $this->htmlSanitization; } } PK0 Z8,,Nvendor/google/apiclient-services/src/Google/Service/JobService/MatchingJob.phpnu[commuteInfo = $commuteInfo; } /** * @return Google_Service_JobService_CommuteInfo */ public function getCommuteInfo() { return $this->commuteInfo; } /** * @param Google_Service_JobService_Job */ public function setJob(Google_Service_JobService_Job $job) { $this->job = $job; } /** * @return Google_Service_JobService_Job */ public function getJob() { return $this->job; } public function setJobSummary($jobSummary) { $this->jobSummary = $jobSummary; } public function getJobSummary() { return $this->jobSummary; } public function setJobTitleSnippet($jobTitleSnippet) { $this->jobTitleSnippet = $jobTitleSnippet; } public function getJobTitleSnippet() { return $this->jobTitleSnippet; } public function setSearchTextSnippet($searchTextSnippet) { $this->searchTextSnippet = $searchTextSnippet; } public function getSearchTextSnippet() { return $this->searchTextSnippet; } } PK0 Z]vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationFilter.phpnu[compensationRange = $compensationRange; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getCompensationRange() { return $this->compensationRange; } public function setCompensationUnits($compensationUnits) { $this->compensationUnits = $compensationUnits; } public function getCompensationUnits() { return $this->compensationUnits; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setIncludeJobWithUnspecifiedCompensationRange($includeJobWithUnspecifiedCompensationRange) { $this->includeJobWithUnspecifiedCompensationRange = $includeJobWithUnspecifiedCompensationRange; } public function getIncludeJobWithUnspecifiedCompensationRange() { return $this->includeJobWithUnspecifiedCompensationRange; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 ZʜRvendor/google/apiclient-services/src/Google/Service/JobService/CustomAttribute.phpnu[filterable = $filterable; } public function getFilterable() { return $this->filterable; } public function setLongValue($longValue) { $this->longValue = $longValue; } public function getLongValue() { return $this->longValue; } /** * @param Google_Service_JobService_StringValues */ public function setStringValues(Google_Service_JobService_StringValues $stringValues) { $this->stringValues = $stringValues; } /** * @return Google_Service_JobService_StringValues */ public function getStringValues() { return $this->stringValues; } } PK0 ZJbvendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramRequest.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_JobService_NumericBucketingOption */ public function setLongValueHistogramBucketingOption(Google_Service_JobService_NumericBucketingOption $longValueHistogramBucketingOption) { $this->longValueHistogramBucketingOption = $longValueHistogramBucketingOption; } /** * @return Google_Service_JobService_NumericBucketingOption */ public function getLongValueHistogramBucketingOption() { return $this->longValueHistogramBucketingOption; } public function setStringValueHistogram($stringValueHistogram) { $this->stringValueHistogram = $stringValueHistogram; } public function getStringValueHistogram() { return $this->stringValueHistogram; } } PK0 Z Svendor/google/apiclient-services/src/Google/Service/JobService/HistogramResults.phpnu[compensationHistogramResults = $compensationHistogramResults; } /** * @return Google_Service_JobService_CompensationHistogramResult */ public function getCompensationHistogramResults() { return $this->compensationHistogramResults; } /** * @param Google_Service_JobService_CustomAttributeHistogramResult */ public function setCustomAttributeHistogramResults($customAttributeHistogramResults) { $this->customAttributeHistogramResults = $customAttributeHistogramResults; } /** * @return Google_Service_JobService_CustomAttributeHistogramResult */ public function getCustomAttributeHistogramResults() { return $this->customAttributeHistogramResults; } /** * @param Google_Service_JobService_HistogramResult */ public function setSimpleHistogramResults($simpleHistogramResults) { $this->simpleHistogramResults = $simpleHistogramResults; } /** * @return Google_Service_JobService_HistogramResult */ public function getSimpleHistogramResults() { return $this->simpleHistogramResults; } } PK0 Z(%%Pvendor/google/apiclient-services/src/Google/Service/JobService/Resource/Jobs.phpnu[ * $jobsService = new Google_Service_JobService(...); * $jobs = $jobsService->jobs; * */ class Google_Service_JobService_Resource_Jobs extends Google_Service_Resource { /** * Deletes a list of Job postings by filter. (jobs.batchDelete) * * @param Google_Service_JobService_BatchDeleteJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_JobsEmpty */ public function batchDelete(Google_Service_JobService_BatchDeleteJobsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_JobService_JobsEmpty"); } /** * Creates a new job. * * Typically, the job becomes searchable within 10 seconds, but it may take up * to 5 minutes. (jobs.create) * * @param Google_Service_JobService_CreateJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_Job */ public function create(Google_Service_JobService_CreateJobRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_JobService_Job"); } /** * Deletes the specified job. * * Typically, the job becomes unsearchable within 10 seconds, but it may take up * to 5 minutes. (jobs.delete) * * @param string $name Required. * * The resource name of the job to be deleted, such as "jobs/11111111". * @param array $optParams Optional parameters. * * @opt_param bool disableFastProcess Deprecated. This field is not working * anymore. * * Optional. * * If set to true, this call waits for all processing steps to complete before * the job is cleaned up. Otherwise, the call returns while some steps are still * taking place asynchronously, hence faster. * @return Google_Service_JobService_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_JobService_JobsEmpty"); } /** * Deprecated. Use BatchDeleteJobs instead. * * Deletes the specified job by filter. You can specify whether to synchronously * wait for validation, indexing, and general processing to be completed before * the response is returned. (jobs.deleteByFilter) * * @param Google_Service_JobService_DeleteJobsByFilterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_JobsEmpty */ public function deleteByFilter(Google_Service_JobService_DeleteJobsByFilterRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteByFilter', array($params), "Google_Service_JobService_JobsEmpty"); } /** * Retrieves the specified job, whose status is OPEN or recently EXPIRED within * the last 90 days. (jobs.get) * * @param string $name Required. * * The resource name of the job to retrieve, such as "jobs/11111111". * @param array $optParams Optional parameters. * @return Google_Service_JobService_Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_JobService_Job"); } /** * Deprecated. Use SearchJobsRequest.histogram_facets instead to make a single * call with both search and histogram. * * Retrieves a histogram for the given GetHistogramRequest. This call provides a * structured count of jobs that match against the search query, grouped by * specified facets. * * This call constrains the visibility of jobs present in the database, and only * counts jobs the caller has permission to search against. * * For example, use this call to generate the number of jobs in the U.S. by * state. (jobs.histogram) * * @param Google_Service_JobService_GetHistogramRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_GetHistogramResponse */ public function histogram(Google_Service_JobService_GetHistogramRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('histogram', array($params), "Google_Service_JobService_GetHistogramResponse"); } /** * Lists jobs by filter. (jobs.listJobs) * * @param array $optParams Optional parameters. * * @opt_param string filter Required. * * The filter string specifies the jobs to be enumerated. * * Supported operator: =, AND * * The fields eligible for filtering are: * * * `companyName` (Required) * `requisitionId` (Optional) * * Sample Query: * * * companyName = "companies/123" * companyName = "companies/123" AND * requisitionId = "req-1" * @opt_param string pageToken Optional. * * The starting point of a query result. * @opt_param int pageSize Optional. * * The maximum number of jobs to be returned per page of results. * * If ids_only is set to true, the maximum allowed page size is 1000. Otherwise, * the maximum allowed page size is 100. * * Default is 100 if empty or a number < 1 is specified. * @opt_param bool idsOnly Optional. * * If set to `true`, only Job.name, Job.requisition_id and Job.language_code * will be returned. * * A typical use case is to synchronize job repositories. * * Defaults to false. * @return Google_Service_JobService_ListJobsResponse */ public function listJobs($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_JobService_ListJobsResponse"); } /** * Updates specified job. * * Typically, updated contents become visible in search results within 10 * seconds, but it may take up to 5 minutes. (jobs.patch) * * @param string $name Required during job update. * * Resource name assigned to a job by the API, for example, "/jobs/foo". Use of * this field in job queries and API calls is preferred over the use of * requisition_id since this value is unique. * @param Google_Service_JobService_UpdateJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_Job */ public function patch($name, Google_Service_JobService_UpdateJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_JobService_Job"); } /** * Searches for jobs using the provided SearchJobsRequest. * * This call constrains the visibility of jobs present in the database, and only * returns jobs that the caller has permission to search against. (jobs.search) * * @param Google_Service_JobService_SearchJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_SearchJobsResponse */ public function search(Google_Service_JobService_SearchJobsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_JobService_SearchJobsResponse"); } /** * Searches for jobs using the provided SearchJobsRequest. * * This API call is intended for the use case of targeting passive job seekers * (for example, job seekers who have signed up to receive email alerts about * potential job opportunities), and has different algorithmic adjustments that * are targeted to passive job seekers. * * This call constrains the visibility of jobs present in the database, and only * returns jobs the caller has permission to search against. * (jobs.searchForAlert) * * @param Google_Service_JobService_SearchJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_SearchJobsResponse */ public function searchForAlert(Google_Service_JobService_SearchJobsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('searchForAlert', array($params), "Google_Service_JobService_SearchJobsResponse"); } } PK0 Z Nvendor/google/apiclient-services/src/Google/Service/JobService/Resource/V2.phpnu[ * $jobsService = new Google_Service_JobService(...); * $v2 = $jobsService->v2; * */ class Google_Service_JobService_Resource_V2 extends Google_Service_Resource { /** * Completes the specified prefix with job keyword suggestions. Intended for use * by a job search auto-complete search box. (v2.complete) * * @param array $optParams Optional parameters. * * @opt_param string type Optional. * * The completion topic. The default is CompletionType.COMBINED. * @opt_param string companyName Optional. * * If provided, restricts completion to the specified company. * @opt_param string scope Optional. * * The scope of the completion. The defaults is CompletionScope.PUBLIC. * @opt_param int pageSize Required. * * Completion result count. The maximum allowed page size is 10. * @opt_param string query Required. * * The query used to generate suggestions. * @opt_param string languageCode Required. * * The language of the query. This is the BCP-47 language code, such as "en-US" * or "sr-Latn". For more information, see [Tags for Identifying * Languages](https://tools.ietf.org/html/bcp47). * * For CompletionType.JOB_TITLE type, only open jobs with same language_code are * returned. * * For CompletionType.COMPANY_NAME type, only companies having open jobs with * same language_code are returned. * * For CompletionType.COMBINED type, only open jobs with same language_code or * companies having open jobs with same language_code are returned. * @return Google_Service_JobService_CompleteQueryResponse */ public function complete($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('complete', array($params), "Google_Service_JobService_CompleteQueryResponse"); } } PK0 Z{MWt Yvendor/google/apiclient-services/src/Google/Service/JobService/Resource/CompaniesJobs.phpnu[ * $jobsService = new Google_Service_JobService(...); * $jobs = $jobsService->jobs; * */ class Google_Service_JobService_Resource_CompaniesJobs extends Google_Service_Resource { /** * Deprecated. Use ListJobs instead. * * Lists all jobs associated with a company. (jobs.listCompaniesJobs) * * @param string $companyName Required. * * The resource name of the company that owns the jobs to be listed, such as, * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". * @param array $optParams Optional parameters. * * @opt_param bool includeJobsCount Deprecated. Please DO NOT use this field * except for small companies. Suggest counting jobs page by page instead. * * Optional. * * Set to true if the total number of open jobs is to be returned. * * Defaults to false. * @opt_param string pageToken Optional. * * The starting point of a query result. * @opt_param bool idsOnly Optional. * * If set to `true`, only job ID, job requisition ID and language code will be * returned. * * A typical use is to synchronize job repositories. * * Defaults to false. * @opt_param int pageSize Optional. * * The maximum number of jobs to be returned per page of results. * * If ids_only is set to true, the maximum allowed page size is 1000. Otherwise, * the maximum allowed page size is 100. * * Default is 100 if empty or a number < 1 is specified. * @opt_param string jobRequisitionId Optional. * * The requisition ID, also known as posting ID, assigned by the company to the * job. * * The maximum number of allowable characters is 225. * @return Google_Service_JobService_ListCompanyJobsResponse */ public function listCompaniesJobs($companyName, $optParams = array()) { $params = array('companyName' => $companyName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_JobService_ListCompanyJobsResponse"); } } PK0 Z>ZUvendor/google/apiclient-services/src/Google/Service/JobService/Resource/Companies.phpnu[ * $jobsService = new Google_Service_JobService(...); * $companies = $jobsService->companies; * */ class Google_Service_JobService_Resource_Companies extends Google_Service_Resource { /** * Creates a new company entity. (companies.create) * * @param Google_Service_JobService_Company $postBody * @param array $optParams Optional parameters. * @return Google_Service_JobService_Company */ public function create(Google_Service_JobService_Company $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_JobService_Company"); } /** * Deletes the specified company. (companies.delete) * * @param string $name Required. * * The resource name of the company to be deleted, such as, * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". * @param array $optParams Optional parameters. * @return Google_Service_JobService_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_JobService_JobsEmpty"); } /** * Retrieves the specified company. (companies.get) * * @param string $name Required. * * Resource name of the company to retrieve, such as * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". * @param array $optParams Optional parameters. * @return Google_Service_JobService_Company */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_JobService_Company"); } /** * Lists all companies associated with a Cloud Talent Solution account. * (companies.listCompanies) * * @param array $optParams Optional parameters. * * @opt_param bool mustHaveOpenJobs Optional. * * Set to true if the companies request must have open jobs. * * Defaults to false. * * If true, at most page_size of companies are fetched, among which only those * with open jobs are returned. * @opt_param string pageToken Optional. * * The starting indicator from which to return results. * @opt_param int pageSize Optional. * * The maximum number of companies to be returned, at most 100. Default is 100 * if a non-positive number is provided. * @return Google_Service_JobService_ListCompaniesResponse */ public function listCompanies($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_JobService_ListCompaniesResponse"); } /** * Updates the specified company. Company names can't be updated. To update a * company name, delete the company and all jobs associated with it, and only * then re-create them. (companies.patch) * * @param string $name Required during company update. * * The resource name for a company. This is generated by the service when a * company is created, for example, * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". * @param Google_Service_JobService_Company $postBody * @param array $optParams Optional parameters. * * @opt_param string updateCompanyFields Optional but strongly recommended to be * provided for the best service experience. * * If update_company_fields is provided, only the specified fields in company * are updated. Otherwise all the fields are updated. * * A field mask to specify the company fields to update. Valid values are: * * * displayName * website * imageUrl * companySize * * distributorBillingCompanyId * companyInfoSources * careerPageLink * * hiringAgency * hqLocation * eeoText * keywordSearchableCustomAttributes * * title (deprecated) * keywordSearchableCustomFields (deprecated) * @return Google_Service_JobService_Company */ public function patch($name, Google_Service_JobService_Company $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_JobService_Company"); } } PK0 ZJttYvendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingOption.phpnu[bucketBounds = $bucketBounds; } public function getBucketBounds() { return $this->bucketBounds; } public function setRequiresMinMax($requiresMinMax) { $this->requiresMinMax = $requiresMinMax; } public function getRequiresMinMax() { return $this->requiresMinMax; } } PK0 ZD5b77Rvendor/google/apiclient-services/src/Google/Service/JobService/RequestMetadata.phpnu[deviceInfo = $deviceInfo; } /** * @return Google_Service_JobService_DeviceInfo */ public function getDeviceInfo() { return $this->deviceInfo; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK0 Z\vendor/google/apiclient-services/src/Google/Service/JobService/DeleteJobsByFilterRequest.phpnu[disableFastProcess = $disableFastProcess; } public function getDisableFastProcess() { return $this->disableFastProcess; } /** * @param Google_Service_JobService_Filter */ public function setFilter(Google_Service_JobService_Filter $filter) { $this->filter = $filter; } /** * @return Google_Service_JobService_Filter */ public function getFilter() { return $this->filter; } } PK0 Z2FFa Pvendor/google/apiclient-services/src/Google/Service/JobService/PostalAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK0 Z[yMvendor/google/apiclient-services/src/Google/Service/JobService/JobFilters.phpnu[categories = $categories; } public function getCategories() { return $this->categories; } /** * @param Google_Service_JobService_CommutePreference */ public function setCommuteFilter(Google_Service_JobService_CommutePreference $commuteFilter) { $this->commuteFilter = $commuteFilter; } /** * @return Google_Service_JobService_CommutePreference */ public function getCommuteFilter() { return $this->commuteFilter; } public function setCompanyNames($companyNames) { $this->companyNames = $companyNames; } public function getCompanyNames() { return $this->companyNames; } public function setCompanyTitles($companyTitles) { $this->companyTitles = $companyTitles; } public function getCompanyTitles() { return $this->companyTitles; } /** * @param Google_Service_JobService_CompensationFilter */ public function setCompensationFilter(Google_Service_JobService_CompensationFilter $compensationFilter) { $this->compensationFilter = $compensationFilter; } /** * @return Google_Service_JobService_CompensationFilter */ public function getCompensationFilter() { return $this->compensationFilter; } public function setCustomAttributeFilter($customAttributeFilter) { $this->customAttributeFilter = $customAttributeFilter; } public function getCustomAttributeFilter() { return $this->customAttributeFilter; } /** * @param Google_Service_JobService_CustomFieldFilter */ public function setCustomFieldFilters($customFieldFilters) { $this->customFieldFilters = $customFieldFilters; } /** * @return Google_Service_JobService_CustomFieldFilter */ public function getCustomFieldFilters() { return $this->customFieldFilters; } public function setDisableSpellCheck($disableSpellCheck) { $this->disableSpellCheck = $disableSpellCheck; } public function getDisableSpellCheck() { return $this->disableSpellCheck; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } /** * @param Google_Service_JobService_ExtendedCompensationFilter */ public function setExtendedCompensationFilter(Google_Service_JobService_ExtendedCompensationFilter $extendedCompensationFilter) { $this->extendedCompensationFilter = $extendedCompensationFilter; } /** * @return Google_Service_JobService_ExtendedCompensationFilter */ public function getExtendedCompensationFilter() { return $this->extendedCompensationFilter; } public function setLanguageCodes($languageCodes) { $this->languageCodes = $languageCodes; } public function getLanguageCodes() { return $this->languageCodes; } /** * @param Google_Service_JobService_LocationFilter */ public function setLocationFilters($locationFilters) { $this->locationFilters = $locationFilters; } /** * @return Google_Service_JobService_LocationFilter */ public function getLocationFilters() { return $this->locationFilters; } public function setPublishDateRange($publishDateRange) { $this->publishDateRange = $publishDateRange; } public function getPublishDateRange() { return $this->publishDateRange; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setTenantJobOnly($tenantJobOnly) { $this->tenantJobOnly = $tenantJobOnly; } public function getTenantJobOnly() { return $this->tenantJobOnly; } } PK0 ZC  Qvendor/google/apiclient-services/src/Google/Service/JobService/LocationFilter.phpnu[distanceInMiles = $distanceInMiles; } public function getDistanceInMiles() { return $this->distanceInMiles; } public function setIsTelecommute($isTelecommute) { $this->isTelecommute = $isTelecommute; } public function getIsTelecommute() { return $this->isTelecommute; } /** * @param Google_Service_JobService_LatLng */ public function setLatLng(Google_Service_JobService_LatLng $latLng) { $this->latLng = $latLng; } /** * @return Google_Service_JobService_LatLng */ public function getLatLng() { return $this->latLng; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } } PK0 Z/offTvendor/google/apiclient-services/src/Google/Service/JobService/CompensationRange.phpnu[max = $max; } /** * @return Google_Service_JobService_Money */ public function getMax() { return $this->max; } /** * @param Google_Service_JobService_Money */ public function setMin(Google_Service_JobService_Money $min) { $this->min = $min; } /** * @return Google_Service_JobService_Money */ public function getMin() { return $this->min; } } PK0 ZttTvendor/google/apiclient-services/src/Google/Service/JobService/CompanyInfoSource.phpnu[freebaseMid = $freebaseMid; } public function getFreebaseMid() { return $this->freebaseMid; } public function setGplusId($gplusId) { $this->gplusId = $gplusId; } public function getGplusId() { return $this->gplusId; } public function setMapsCid($mapsCid) { $this->mapsCid = $mapsCid; } public function getMapsCid() { return $this->mapsCid; } public function setUnknownTypeId($unknownTypeId) { $this->unknownTypeId = $unknownTypeId; } public function getUnknownTypeId() { return $this->unknownTypeId; } } PK0 ZJPMvendor/google/apiclient-services/src/Google/Service/JobService/DeviceInfo.phpnu[deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK0 Z((Svendor/google/apiclient-services/src/Google/Service/JobService/UpdateJobRequest.phpnu[disableStreetAddressResolution = $disableStreetAddressResolution; } public function getDisableStreetAddressResolution() { return $this->disableStreetAddressResolution; } /** * @param Google_Service_JobService_Job */ public function setJob(Google_Service_JobService_Job $job) { $this->job = $job; } /** * @return Google_Service_JobService_Job */ public function getJob() { return $this->job; } /** * @param Google_Service_JobService_JobProcessingOptions */ public function setProcessingOptions(Google_Service_JobService_JobProcessingOptions $processingOptions) { $this->processingOptions = $processingOptions; } /** * @return Google_Service_JobService_JobProcessingOptions */ public function getProcessingOptions() { return $this->processingOptions; } public function setUpdateJobFields($updateJobFields) { $this->updateJobFields = $updateJobFields; } public function getUpdateJobFields() { return $this->updateJobFields; } } PK0 Z<!!Uvendor/google/apiclient-services/src/Google/Service/JobService/SpellingCorrection.phpnu[corrected = $corrected; } public function getCorrected() { return $this->corrected; } public function setCorrectedText($correctedText) { $this->correctedText = $correctedText; } public function getCorrectedText() { return $this->correctedText; } } PK0 ZܠTvendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsRequest.phpnu[disableRelevanceThresholding = $disableRelevanceThresholding; } public function getDisableRelevanceThresholding() { return $this->disableRelevanceThresholding; } public function setEnableBroadening($enableBroadening) { $this->enableBroadening = $enableBroadening; } public function getEnableBroadening() { return $this->enableBroadening; } public function setEnablePreciseResultSize($enablePreciseResultSize) { $this->enablePreciseResultSize = $enablePreciseResultSize; } public function getEnablePreciseResultSize() { return $this->enablePreciseResultSize; } /** * @param Google_Service_JobService_JobFilters */ public function setFilters(Google_Service_JobService_JobFilters $filters) { $this->filters = $filters; } /** * @return Google_Service_JobService_JobFilters */ public function getFilters() { return $this->filters; } /** * @param Google_Service_JobService_HistogramFacets */ public function setHistogramFacets(Google_Service_JobService_HistogramFacets $histogramFacets) { $this->histogramFacets = $histogramFacets; } /** * @return Google_Service_JobService_HistogramFacets */ public function getHistogramFacets() { return $this->histogramFacets; } public function setJobView($jobView) { $this->jobView = $jobView; } public function getJobView() { return $this->jobView; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } public function getOrderBy() { return $this->orderBy; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_JobService_JobQuery */ public function setQuery(Google_Service_JobService_JobQuery $query) { $this->query = $query; } /** * @return Google_Service_JobService_JobQuery */ public function getQuery() { return $this->query; } /** * @param Google_Service_JobService_RequestMetadata */ public function setRequestMetadata(Google_Service_JobService_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_JobService_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } public function setSortBy($sortBy) { $this->sortBy = $sortBy; } public function getSortBy() { return $this->sortBy; } } PK0 ZCMSvendor/google/apiclient-services/src/Google/Service/JobService/ResponseMetadata.phpnu[experimentIdList = $experimentIdList; } public function getExperimentIdList() { return $this->experimentIdList; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK0 ZMkeeNvendor/google/apiclient-services/src/Google/Service/JobService/CustomField.phpnu[values = $values; } public function getValues() { return $this->values; } } PK0 ZZ1NJ lvendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationEntry.phpnu[amount = $amount; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getAmount() { return $this->amount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function setExpectedUnitsPerYear(Google_Service_JobService_ExtendedCompensationInfoDecimal $expectedUnitsPerYear) { $this->expectedUnitsPerYear = $expectedUnitsPerYear; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getExpectedUnitsPerYear() { return $this->expectedUnitsPerYear; } /** * @param Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function setRange(Google_Service_JobService_ExtendedCompensationInfoCompensationRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setUnspecified($unspecified) { $this->unspecified = $unspecified; } public function getUnspecified() { return $this->unspecified; } } PK0 Z_amount = $amount; } /** * @return Google_Service_JobService_Money */ public function getAmount() { return $this->amount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpectedUnitsPerYear($expectedUnitsPerYear) { $this->expectedUnitsPerYear = $expectedUnitsPerYear; } public function getExpectedUnitsPerYear() { return $this->expectedUnitsPerYear; } /** * @param Google_Service_JobService_CompensationRange */ public function setRange(Google_Service_JobService_CompensationRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_CompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK0 ZfWvendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramResponse.phpnu[metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_JobService_HistogramResult */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_JobService_HistogramResult */ public function getResults() { return $this->results; } } PK0 Z [vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfo.phpnu[annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } public function setAnnualizedBaseCompensationUnspecified($annualizedBaseCompensationUnspecified) { $this->annualizedBaseCompensationUnspecified = $annualizedBaseCompensationUnspecified; } public function getAnnualizedBaseCompensationUnspecified() { return $this->annualizedBaseCompensationUnspecified; } /** * @param Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_JobService_ExtendedCompensationInfoCompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } public function setAnnualizedTotalCompensationUnspecified($annualizedTotalCompensationUnspecified) { $this->annualizedTotalCompensationUnspecified = $annualizedTotalCompensationUnspecified; } public function getAnnualizedTotalCompensationUnspecified() { return $this->annualizedTotalCompensationUnspecified; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } /** * @param Google_Service_JobService_ExtendedCompensationInfoCompensationEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationEntry */ public function getEntries() { return $this->entries; } } PK0 ZellXvendor/google/apiclient-services/src/Google/Service/JobService/CompleteQueryResponse.phpnu[completionResults = $completionResults; } /** * @return Google_Service_JobService_CompletionResult */ public function getCompletionResults() { return $this->completionResults; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } } PK0 Z{NNlvendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationRange.phpnu[max = $max; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getMax() { return $this->max; } /** * @param Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function setMin(Google_Service_JobService_ExtendedCompensationInfoDecimal $min) { $this->min = $min; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getMin() { return $this->min; } } PK0 Z5nIvendor/google/apiclient-services/src/Google/Service/JobService/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK0 Z^lavendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramResult.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_JobService_NumericBucketingResult */ public function setLongValueHistogramResult(Google_Service_JobService_NumericBucketingResult $longValueHistogramResult) { $this->longValueHistogramResult = $longValueHistogramResult; } /** * @return Google_Service_JobService_NumericBucketingResult */ public function getLongValueHistogramResult() { return $this->longValueHistogramResult; } public function setStringValueHistogramResult($stringValueHistogramResult) { $this->stringValueHistogramResult = $stringValueHistogramResult; } public function getStringValueHistogramResult() { return $this->stringValueHistogramResult; } } PK0 Z(Bbvendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoDecimal.phpnu[micros = $micros; } public function getMicros() { return $this->micros; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK0 Z+0Tvendor/google/apiclient-services/src/Google/Service/JobService/CommutePreference.phpnu[allowNonStreetLevelAddress = $allowNonStreetLevelAddress; } public function getAllowNonStreetLevelAddress() { return $this->allowNonStreetLevelAddress; } public function setDepartureHourLocal($departureHourLocal) { $this->departureHourLocal = $departureHourLocal; } public function getDepartureHourLocal() { return $this->departureHourLocal; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setRoadTraffic($roadTraffic) { $this->roadTraffic = $roadTraffic; } public function getRoadTraffic() { return $this->roadTraffic; } /** * @param Google_Service_JobService_LatLng */ public function setStartLocation(Google_Service_JobService_LatLng $startLocation) { $this->startLocation = $startLocation; } /** * @return Google_Service_JobService_LatLng */ public function getStartLocation() { return $this->startLocation; } public function setTravelTime($travelTime) { $this->travelTime = $travelTime; } public function getTravelTime() { return $this->travelTime; } } PK0 ZvתNvendor/google/apiclient-services/src/Google/Service/JobService/BucketRange.phpnu[from = $from; } public function getFrom() { return $this->from; } public function setTo($to) { $this->to = $to; } public function getTo() { return $this->to; } } PK0 ZJvendor/google/apiclient-services/src/Google/Service/JobService/Company.phpnu[careerPageLink = $careerPageLink; } public function getCareerPageLink() { return $this->careerPageLink; } /** * @param Google_Service_JobService_CompanyInfoSource */ public function setCompanyInfoSources($companyInfoSources) { $this->companyInfoSources = $companyInfoSources; } /** * @return Google_Service_JobService_CompanyInfoSource */ public function getCompanyInfoSources() { return $this->companyInfoSources; } public function setCompanySize($companySize) { $this->companySize = $companySize; } public function getCompanySize() { return $this->companySize; } public function setDisableLocationOptimization($disableLocationOptimization) { $this->disableLocationOptimization = $disableLocationOptimization; } public function getDisableLocationOptimization() { return $this->disableLocationOptimization; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDistributorBillingCompanyId($distributorBillingCompanyId) { $this->distributorBillingCompanyId = $distributorBillingCompanyId; } public function getDistributorBillingCompanyId() { return $this->distributorBillingCompanyId; } public function setDistributorCompanyId($distributorCompanyId) { $this->distributorCompanyId = $distributorCompanyId; } public function getDistributorCompanyId() { return $this->distributorCompanyId; } public function setEeoText($eeoText) { $this->eeoText = $eeoText; } public function getEeoText() { return $this->eeoText; } public function setHiringAgency($hiringAgency) { $this->hiringAgency = $hiringAgency; } public function getHiringAgency() { return $this->hiringAgency; } public function setHqLocation($hqLocation) { $this->hqLocation = $hqLocation; } public function getHqLocation() { return $this->hqLocation; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setKeywordSearchableCustomAttributes($keywordSearchableCustomAttributes) { $this->keywordSearchableCustomAttributes = $keywordSearchableCustomAttributes; } public function getKeywordSearchableCustomAttributes() { return $this->keywordSearchableCustomAttributes; } public function setKeywordSearchableCustomFields($keywordSearchableCustomFields) { $this->keywordSearchableCustomFields = $keywordSearchableCustomFields; } public function getKeywordSearchableCustomFields() { return $this->keywordSearchableCustomFields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_JobService_JobLocation */ public function setStructuredCompanyHqLocation(Google_Service_JobService_JobLocation $structuredCompanyHqLocation) { $this->structuredCompanyHqLocation = $structuredCompanyHqLocation; } /** * @return Google_Service_JobService_JobLocation */ public function getStructuredCompanyHqLocation() { return $this->structuredCompanyHqLocation; } public function setSuspended($suspended) { $this->suspended = $suspended; } public function getSuspended() { return $this->suspended; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWebsite($website) { $this->website = $website; } public function getWebsite() { return $this->website; } } PK0 Z^ cvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayCancelOperationRequest.phpnu[apiConfig = $apiConfig; } public function getApiConfig() { return $this->apiConfig; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDefaultHostname($defaultHostname) { $this->defaultHostname = $defaultHostname; } public function getDefaultHostname() { return $this->defaultHostname; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 ZWccXvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayAuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Apigateway_ApigatewayAuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK0 ZEddcvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayListApiConfigsResponse.phpnu[apiConfigs = $apiConfigs; } /** * @return Google_Service_Apigateway_ApigatewayApiConfig[] */ public function getApiConfigs() { return $this->apiConfigs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachableLocations($unreachableLocations) { $this->unreachableLocations = $unreachableLocations; } public function getUnreachableLocations() { return $this->unreachableLocations; } } PK0 Z gvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayTestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK0 ZJWZvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayBackendConfig.phpnu[googleServiceAccount = $googleServiceAccount; } public function getGoogleServiceAccount() { return $this->googleServiceAccount; } } PK0 Zµ(\\cvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Apigateway_ApigatewayOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Apigateway_ApigatewayOperation[] */ public function getOperations() { return $this->operations; } } PK0 Zu7UUQvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK0 ZSZvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApiConfigFile.phpnu[contents = $contents; } public function getContents() { return $this->contents; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK0 ZsSfvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayTestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK0 Z]vendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayListApisResponse.phpnu[apis = $apis; } /** * @return Google_Service_Apigateway_ApigatewayApi[] */ public function getApis() { return $this->apis; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachableLocations($unreachableLocations) { $this->unreachableLocations = $unreachableLocations; } public function getUnreachableLocations() { return $this->unreachableLocations; } } PK0 ZRßRvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayEmpty.phpnu[ * $apigatewayService = new Google_Service_Apigateway(...); * $locations = $apigatewayService->locations; * */ class Google_Service_Apigateway_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayLocation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigateway_ApigatewayLocation"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Apigateway_ApigatewayListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigateway_ApigatewayListLocationsResponse"); } } PK0 ZYHHavendor/google/apiclient-services/src/Google/Service/Apigateway/Resource/ProjectsLocationsApis.phpnu[ * $apigatewayService = new Google_Service_Apigateway(...); * $apis = $apigatewayService->apis; * */ class Google_Service_Apigateway_Resource_ProjectsLocationsApis extends Google_Service_Resource { /** * Creates a new Api in a given project and location. (apis.create) * * @param string $parent Required. Parent resource of the API, of the form: * `projects/locations/global` * @param Google_Service_Apigateway_ApigatewayApi $postBody * @param array $optParams Optional parameters. * * @opt_param string apiId Required. Identifier to assign to the API. Must be * unique within scope of the parent resource. * @return Google_Service_Apigateway_ApigatewayOperation */ public function create($parent, Google_Service_Apigateway_ApigatewayApi $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Deletes a single Api. (apis.delete) * * @param string $name Required. Resource name of the form: * `projects/locations/global/apis` * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Gets details of a single Api. (apis.get) * * @param string $name Required. Resource name of the form: * `projects/locations/global/apis` * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayApi */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigateway_ApigatewayApi"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (apis.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Apigateway_ApigatewayPolicy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Apigateway_ApigatewayPolicy"); } /** * Lists Apis in a given project and location. (apis.listProjectsLocationsApis) * * @param string $parent Required. Parent resource of the API, of the form: * `projects/locations/global` * @param array $optParams Optional parameters. * * @opt_param string filter Filter. * @opt_param string orderBy Order by parameters. * @opt_param int pageSize Page size. * @opt_param string pageToken Page token. * @return Google_Service_Apigateway_ApigatewayListApisResponse */ public function listProjectsLocationsApis($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigateway_ApigatewayListApisResponse"); } /** * Updates the parameters of a single Api. (apis.patch) * * @param string $name Output only. Resource name of the API. Format: * projects/{project}/locations/global/apis/{api} * @param Google_Service_Apigateway_ApigatewayApi $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask is used to specify the fields to be * overwritten in the Api resource by the update. The fields specified in the * update_mask are relative to the resource, not the full request. A field will * be overwritten if it is in the mask. If the user does not provide a mask then * all fields will be overwritten. * @return Google_Service_Apigateway_ApigatewayOperation */ public function patch($name, Google_Service_Apigateway_ApigatewayApi $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (apis.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_Apigateway_ApigatewaySetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayPolicy */ public function setIamPolicy($resource, Google_Service_Apigateway_ApigatewaySetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Apigateway_ApigatewayPolicy"); } /** * 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. (apis.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_Apigateway_ApigatewayTestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayTestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Apigateway_ApigatewayTestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Apigateway_ApigatewayTestIamPermissionsResponse"); } } PK0 Z(gvendor/google/apiclient-services/src/Google/Service/Apigateway/Resource/ProjectsLocationsOperations.phpnu[ * $apigatewayService = new Google_Service_Apigateway(...); * $operations = $apigatewayService->operations; * */ class Google_Service_Apigateway_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_Apigateway_ApigatewayCancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayEmpty */ public function cancel($name, Google_Service_Apigateway_ApigatewayCancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Apigateway_ApigatewayEmpty"); } /** * 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_Apigateway_ApigatewayEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigateway_ApigatewayEmpty"); } /** * 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_Apigateway_ApigatewayOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Apigateway_ApigatewayListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigateway_ApigatewayListOperationsResponse"); } } PK0 Z"Bevendor/google/apiclient-services/src/Google/Service/Apigateway/Resource/ProjectsLocationsGateways.phpnu[ * $apigatewayService = new Google_Service_Apigateway(...); * $gateways = $apigatewayService->gateways; * */ class Google_Service_Apigateway_Resource_ProjectsLocationsGateways extends Google_Service_Resource { /** * Creates a new Gateway in a given project and location. (gateways.create) * * @param string $parent Required. Parent resource of the Gateway, of the form: * `projects/locations` * @param Google_Service_Apigateway_ApigatewayGateway $postBody * @param array $optParams Optional parameters. * * @opt_param string gatewayId Required. Identifier to assign to the Gateway. * Must be unique within scope of the parent resource. * @return Google_Service_Apigateway_ApigatewayOperation */ public function create($parent, Google_Service_Apigateway_ApigatewayGateway $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Deletes a single Gateway. (gateways.delete) * * @param string $name Required. Resource name of the form: * `projects/locations/gateways` * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Gets details of a single Gateway. (gateways.get) * * @param string $name Required. Resource name of the form: * `projects/locations/gateways` * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayGateway */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigateway_ApigatewayGateway"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (gateways.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Apigateway_ApigatewayPolicy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Apigateway_ApigatewayPolicy"); } /** * Lists Gateways in a given project and location. * (gateways.listProjectsLocationsGateways) * * @param string $parent Required. Parent resource of the Gateway, of the form: * `projects/locations` * @param array $optParams Optional parameters. * * @opt_param string filter Filter. * @opt_param string orderBy Order by parameters. * @opt_param int pageSize Page size. * @opt_param string pageToken Page token. * @return Google_Service_Apigateway_ApigatewayListGatewaysResponse */ public function listProjectsLocationsGateways($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigateway_ApigatewayListGatewaysResponse"); } /** * Updates the parameters of a single Gateway. (gateways.patch) * * @param string $name Output only. Resource name of the Gateway. Format: * projects/{project}/locations/{location}/gateways/{gateway} * @param Google_Service_Apigateway_ApigatewayGateway $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask is used to specify the fields to be * overwritten in the Gateway resource by the update. The fields specified in * the update_mask are relative to the resource, not the full request. A field * will be overwritten if it is in the mask. If the user does not provide a mask * then all fields will be overwritten. * @return Google_Service_Apigateway_ApigatewayOperation */ public function patch($name, Google_Service_Apigateway_ApigatewayGateway $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (gateways.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_Apigateway_ApigatewaySetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayPolicy */ public function setIamPolicy($resource, Google_Service_Apigateway_ApigatewaySetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Apigateway_ApigatewayPolicy"); } /** * 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. (gateways.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_Apigateway_ApigatewayTestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayTestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Apigateway_ApigatewayTestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Apigateway_ApigatewayTestIamPermissionsResponse"); } } PK0 Z0p hvendor/google/apiclient-services/src/Google/Service/Apigateway/Resource/ProjectsLocationsApisConfigs.phpnu[ * $apigatewayService = new Google_Service_Apigateway(...); * $configs = $apigatewayService->configs; * */ class Google_Service_Apigateway_Resource_ProjectsLocationsApisConfigs extends Google_Service_Resource { /** * Creates a new ApiConfig in a given project and location. (configs.create) * * @param string $parent Required. Parent resource of the API Config, of the * form: `projects/locations/global/apis` * @param Google_Service_Apigateway_ApigatewayApiConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string apiConfigId Required. Identifier to assign to the API * Config. Must be unique within scope of the parent resource. * @return Google_Service_Apigateway_ApigatewayOperation */ public function create($parent, Google_Service_Apigateway_ApigatewayApiConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Deletes a single ApiConfig. (configs.delete) * * @param string $name Required. Resource name of the form: * `projects/locations/global/apis/configs` * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Gets details of a single ApiConfig. (configs.get) * * @param string $name Required. Resource name of the form: * `projects/locations/global/apis/configs` * @param array $optParams Optional parameters. * * @opt_param string view Specifies which fields of the API Config are returned * in the response. Defaults to `BASIC` view. * @return Google_Service_Apigateway_ApigatewayApiConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Apigateway_ApigatewayApiConfig"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (configs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_Apigateway_ApigatewayPolicy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Apigateway_ApigatewayPolicy"); } /** * Lists ApiConfigs in a given project and location. * (configs.listProjectsLocationsApisConfigs) * * @param string $parent Required. Parent resource of the API Config, of the * form: `projects/locations/global/apis` * @param array $optParams Optional parameters. * * @opt_param string filter Filter. * @opt_param string orderBy Order by parameters. * @opt_param int pageSize Page size. * @opt_param string pageToken Page token. * @return Google_Service_Apigateway_ApigatewayListApiConfigsResponse */ public function listProjectsLocationsApisConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Apigateway_ApigatewayListApiConfigsResponse"); } /** * Updates the parameters of a single ApiConfig. (configs.patch) * * @param string $name Output only. Resource name of the API Config. Format: * projects/{project}/locations/global/apis/{api}/configs/{api_config} * @param Google_Service_Apigateway_ApigatewayApiConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Field mask is used to specify the fields to be * overwritten in the ApiConfig resource by the update. The fields specified in * the update_mask are relative to the resource, not the full request. A field * will be overwritten if it is in the mask. If the user does not provide a mask * then all fields will be overwritten. * @return Google_Service_Apigateway_ApigatewayOperation */ public function patch($name, Google_Service_Apigateway_ApigatewayApiConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Apigateway_ApigatewayOperation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (configs.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_Apigateway_ApigatewaySetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayPolicy */ public function setIamPolicy($resource, Google_Service_Apigateway_ApigatewaySetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Apigateway_ApigatewayPolicy"); } /** * 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. (configs.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_Apigateway_ApigatewayTestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Apigateway_ApigatewayTestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Apigateway_ApigatewayTestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Apigateway_ApigatewayTestIamPermissionsResponse"); } } PK0 Z0vvTvendor/google/apiclient-services/src/Google/Service/Apigateway/Resource/Projects.phpnu[ * $apigatewayService = new Google_Service_Apigateway(...); * $projects = $apigatewayService->projects; * */ class Google_Service_Apigateway_Resource_Projects extends Google_Service_Resource { } PK0 ZJVvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApiConfig.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGatewayServiceAccount($gatewayServiceAccount) { $this->gatewayServiceAccount = $gatewayServiceAccount; } public function getGatewayServiceAccount() { return $this->gatewayServiceAccount; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigGrpcServiceDefinition[] */ public function setGrpcServices($grpcServices) { $this->grpcServices = $grpcServices; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigGrpcServiceDefinition[] */ public function getGrpcServices() { return $this->grpcServices; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigFile[] */ public function setManagedServiceConfigs($managedServiceConfigs) { $this->managedServiceConfigs = $managedServiceConfigs; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile[] */ public function getManagedServiceConfigs() { return $this->managedServiceConfigs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigOpenApiDocument[] */ public function setOpenapiDocuments($openapiDocuments) { $this->openapiDocuments = $openapiDocuments; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigOpenApiDocument[] */ public function getOpenapiDocuments() { return $this->openapiDocuments; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 Z<kvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApiConfigGrpcServiceDefinition.phpnu[fileDescriptorSet = $fileDescriptorSet; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile */ public function getFileDescriptorSet() { return $this->fileDescriptorSet; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigFile[] */ public function setSource($source) { $this->source = $source; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile[] */ public function getSource() { return $this->source; } } PK0 Z狜[[Svendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayPolicy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Apigateway_ApigatewayAuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Apigateway_ApigatewayBinding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Apigateway_ApigatewayBinding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK0 ZJ]V``Pvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApi.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setManagedService($managedService) { $this->managedService = $managedService; } public function getManagedService() { return $this->managedService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK0 ZiVvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Apigateway_ApigatewayStatus */ public function setError(Google_Service_Apigateway_ApigatewayStatus $error) { $this->error = $error; } /** * @return Google_Service_Apigateway_ApigatewayStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK0 Z  `vendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewaySetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Apigateway_ApigatewayPolicy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK0 Z\%evendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApiConfigOpenApiDocument.phpnu[document = $document; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile */ public function getDocument() { return $this->document; } } PK0 Z]2[GUvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayLocation.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK0 Zؼ]][vendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayAuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK0 Z疵hvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayOperationMetadataDiagnostic.phpnu[location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK0 Z}a^LLavendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayListGatewaysResponse.phpnu[gateways = $gateways; } /** * @return Google_Service_Apigateway_ApigatewayGateway[] */ public function getGateways() { return $this->gateways; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachableLocations($unreachableLocations) { $this->unreachableLocations = $unreachableLocations; } public function getUnreachableLocations() { return $this->unreachableLocations; } } PK0 ZZvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayGatewayConfig.phpnu[backendConfig = $backendConfig; } /** * @return Google_Service_Apigateway_ApigatewayBackendConfig */ public function getBackendConfig() { return $this->backendConfig; } } PK0 ZFTvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayBinding.phpnu[condition = $condition; } /** * @return Google_Service_Apigateway_ApigatewayExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK0 Z&. ^vendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayOperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Apigateway_ApigatewayOperationMetadataDiagnostic[] */ public function setDiagnostics($diagnostics) { $this->diagnostics = $diagnostics; } /** * @return Google_Service_Apigateway_ApigatewayOperationMetadataDiagnostic[] */ public function getDiagnostics() { return $this->diagnostics; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK0 ZByOObvendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Apigateway_ApigatewayLocation[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK0 Z̋0Svendor/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayStatus.phpnu[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; } } PK0 Z{14 Ovendor/google/apiclient-services/src/Google/Service/Replicapool/HealthCheck.phpnu[checkIntervalSec = $checkIntervalSec; } public function getCheckIntervalSec() { return $this->checkIntervalSec; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHealthyThreshold($healthyThreshold) { $this->healthyThreshold = $healthyThreshold; } public function getHealthyThreshold() { return $this->healthyThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setTimeoutSec($timeoutSec) { $this->timeoutSec = $timeoutSec; } public function getTimeoutSec() { return $this->timeoutSec; } public function setUnhealthyThreshold($unhealthyThreshold) { $this->unhealthyThreshold = $unhealthyThreshold; } public function getUnhealthyThreshold() { return $this->unhealthyThreshold; } } PK0 ZZGvendor/google/apiclient-services/src/Google/Service/Replicapool/Tag.phpnu[fingerPrint = $fingerPrint; } public function getFingerPrint() { return $this->fingerPrint; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } } PK0 Z$=Ivendor/google/apiclient-services/src/Google/Service/Replicapool/Label.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 Z,bR\\Ovendor/google/apiclient-services/src/Google/Service/Replicapool/EnvVariable.phpnu[hidden = $hidden; } public function getHidden() { return $this->hidden; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 ZSNYvendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasDeleteRequest.phpnu[abandonInstance = $abandonInstance; } public function getAbandonInstance() { return $this->abandonInstance; } } PK0 Z#Uvendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Replicapool_Pool */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Replicapool_Pool */ public function getResources() { return $this->resources; } } PK0 Z.fPvendor/google/apiclient-services/src/Google/Service/Replicapool/MetadataItem.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK0 Z\KOOPvendor/google/apiclient-services/src/Google/Service/Replicapool/AccessConfig.phpnu[name = $name; } public function getName() { return $this->name; } public function setNatIp($natIp) { $this->natIp = $natIp; } public function getNatIp() { return $this->natIp; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z9ѷKvendor/google/apiclient-services/src/Google/Service/Replicapool/NewDisk.phpnu[attachment = $attachment; } /** * @return Google_Service_Replicapool_DiskAttachment */ public function getAttachment() { return $this->attachment; } public function setAutoDelete($autoDelete) { $this->autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setBoot($boot) { $this->boot = $boot; } public function getBoot() { return $this->boot; } /** * @param Google_Service_Replicapool_NewDiskInitializeParams */ public function setInitializeParams(Google_Service_Replicapool_NewDiskInitializeParams $initializeParams) { $this->initializeParams = $initializeParams; } /** * @return Google_Service_Replicapool_NewDiskInitializeParams */ public function getInitializeParams() { return $this->initializeParams; } } PK0 ZV9([vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDiskInitializeParams.phpnu[diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; } public function getSourceImage() { return $this->sourceImage; } } PK0 ZV!ooRvendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Pools.phpnu[ * $replicapoolService = new Google_Service_Replicapool(...); * $pools = $replicapoolService->pools; * */ class Google_Service_Replicapool_Resource_Pools extends Google_Service_Resource { /** * Deletes a replica pool. (pools.delete) * * @param string $projectName The project ID for this replica pool. * @param string $zone The zone for this replica pool. * @param string $poolName The name of the replica pool for this request. * @param Google_Service_Replicapool_PoolsDeleteRequest $postBody * @param array $optParams Optional parameters. */ public function delete($projectName, $zone, $poolName, Google_Service_Replicapool_PoolsDeleteRequest $postBody, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets information about a single replica pool. (pools.get) * * @param string $projectName The project ID for this replica pool. * @param string $zone The zone for this replica pool. * @param string $poolName The name of the replica pool for this request. * @param array $optParams Optional parameters. * @return Google_Service_Replicapool_Pool */ public function get($projectName, $zone, $poolName, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Replicapool_Pool"); } /** * Inserts a new replica pool. (pools.insert) * * @param string $projectName The project ID for this replica pool. * @param string $zone The zone for this replica pool. * @param Google_Service_Replicapool_Pool $postBody * @param array $optParams Optional parameters. * @return Google_Service_Replicapool_Pool */ public function insert($projectName, $zone, Google_Service_Replicapool_Pool $postBody, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Replicapool_Pool"); } /** * List all replica pools. (pools.listPools) * * @param string $projectName The project ID for this request. * @param string $zone The zone for this replica pool. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum count of results to be returned. Acceptable * values are 0 to 100, inclusive. (Default: 50) * @opt_param string pageToken Set this to the nextPageToken value returned by a * previous list request to obtain the next page of results from the previous * list request. * @return Google_Service_Replicapool_PoolsListResponse */ public function listPools($projectName, $zone, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Replicapool_PoolsListResponse"); } /** * Resize a pool. This is an asynchronous operation, and multiple overlapping * resize requests can be made. Replica Pools will use the information from the * last resize request. (pools.resize) * * @param string $projectName The project ID for this replica pool. * @param string $zone The zone for this replica pool. * @param string $poolName The name of the replica pool for this request. * @param array $optParams Optional parameters. * * @opt_param int numReplicas The desired number of replicas to resize to. If * this number is larger than the existing number of replicas, new replicas will * be added. If the number is smaller, then existing replicas will be deleted. * @return Google_Service_Replicapool_Pool */ public function resize($projectName, $zone, $poolName, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName); $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Replicapool_Pool"); } /** * Update the template used by the pool. (pools.updatetemplate) * * @param string $projectName The project ID for this replica pool. * @param string $zone The zone for this replica pool. * @param string $poolName The name of the replica pool for this request. * @param Google_Service_Replicapool_Template $postBody * @param array $optParams Optional parameters. */ public function updatetemplate($projectName, $zone, $poolName, Google_Service_Replicapool_Template $postBody, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatetemplate', array($params)); } } PK0 ZbkUvendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Replicas.phpnu[ * $replicapoolService = new Google_Service_Replicapool(...); * $replicas = $replicapoolService->replicas; * */ class Google_Service_Replicapool_Resource_Replicas extends Google_Service_Resource { /** * Deletes a replica from the pool. (replicas.delete) * * @param string $projectName The project ID for this request. * @param string $zone The zone where the replica lives. * @param string $poolName The replica pool name for this request. * @param string $replicaName The name of the replica for this request. * @param Google_Service_Replicapool_ReplicasDeleteRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Replicapool_Replica */ public function delete($projectName, $zone, $poolName, $replicaName, Google_Service_Replicapool_ReplicasDeleteRequest $postBody, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Replicapool_Replica"); } /** * Gets information about a specific replica. (replicas.get) * * @param string $projectName The project ID for this request. * @param string $zone The zone where the replica lives. * @param string $poolName The replica pool name for this request. * @param string $replicaName The name of the replica for this request. * @param array $optParams Optional parameters. * @return Google_Service_Replicapool_Replica */ public function get($projectName, $zone, $poolName, $replicaName, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Replicapool_Replica"); } /** * Lists all replicas in a pool. (replicas.listReplicas) * * @param string $projectName The project ID for this request. * @param string $zone The zone where the replica pool lives. * @param string $poolName The replica pool name for this request. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum count of results to be returned. Acceptable * values are 0 to 100, inclusive. (Default: 50) * @opt_param string pageToken Set this to the nextPageToken value returned by a * previous list request to obtain the next page of results from the previous * list request. * @return Google_Service_Replicapool_ReplicasListResponse */ public function listReplicas($projectName, $zone, $poolName, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Replicapool_ReplicasListResponse"); } /** * Restarts a replica in a pool. (replicas.restart) * * @param string $projectName The project ID for this request. * @param string $zone The zone where the replica lives. * @param string $poolName The replica pool name for this request. * @param string $replicaName The name of the replica for this request. * @param array $optParams Optional parameters. * @return Google_Service_Replicapool_Replica */ public function restart($projectName, $zone, $poolName, $replicaName, $optParams = array()) { $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName); $params = array_merge($params, $optParams); return $this->call('restart', array($params), "Google_Service_Replicapool_Replica"); } } PK0 Z}t$00Lvendor/google/apiclient-services/src/Google/Service/Replicapool/Template.phpnu[action = $action; } /** * @return Google_Service_Replicapool_Action */ public function getAction() { return $this->action; } /** * @param Google_Service_Replicapool_HealthCheck */ public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } /** * @return Google_Service_Replicapool_HealthCheck */ public function getHealthChecks() { return $this->healthChecks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_Replicapool_VmParams */ public function setVmParams(Google_Service_Replicapool_VmParams $vmParams) { $this->vmParams = $vmParams; } /** * @return Google_Service_Replicapool_VmParams */ public function getVmParams() { return $this->vmParams; } } PK0 ZIUKLvendor/google/apiclient-services/src/Google/Service/Replicapool/Metadata.phpnu[fingerPrint = $fingerPrint; } public function getFingerPrint() { return $this->fingerPrint; } /** * @param Google_Service_Replicapool_MetadataItem */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Replicapool_MetadataItem */ public function getItems() { return $this->items; } } PK0 Z3d`ooKvendor/google/apiclient-services/src/Google/Service/Replicapool/Replica.phpnu[name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Replicapool_ReplicaStatus */ public function setStatus(Google_Service_Replicapool_ReplicaStatus $status) { $this->status = $status; } /** * @return Google_Service_Replicapool_ReplicaStatus */ public function getStatus() { return $this->status; } } PK0 ZglLvendor/google/apiclient-services/src/Google/Service/Replicapool/VmParams.phpnu[baseInstanceName = $baseInstanceName; } public function getBaseInstanceName() { return $this->baseInstanceName; } public function setCanIpForward($canIpForward) { $this->canIpForward = $canIpForward; } public function getCanIpForward() { return $this->canIpForward; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Replicapool_ExistingDisk */ public function setDisksToAttach($disksToAttach) { $this->disksToAttach = $disksToAttach; } /** * @return Google_Service_Replicapool_ExistingDisk */ public function getDisksToAttach() { return $this->disksToAttach; } /** * @param Google_Service_Replicapool_NewDisk */ public function setDisksToCreate($disksToCreate) { $this->disksToCreate = $disksToCreate; } /** * @return Google_Service_Replicapool_NewDisk */ public function getDisksToCreate() { return $this->disksToCreate; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_Replicapool_Metadata */ public function setMetadata(Google_Service_Replicapool_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Replicapool_Metadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Replicapool_NetworkInterface */ public function setNetworkInterfaces($networkInterfaces) { $this->networkInterfaces = $networkInterfaces; } /** * @return Google_Service_Replicapool_NetworkInterface */ public function getNetworkInterfaces() { return $this->networkInterfaces; } public function setOnHostMaintenance($onHostMaintenance) { $this->onHostMaintenance = $onHostMaintenance; } public function getOnHostMaintenance() { return $this->onHostMaintenance; } /** * @param Google_Service_Replicapool_ServiceAccount */ public function setServiceAccounts($serviceAccounts) { $this->serviceAccounts = $serviceAccounts; } /** * @return Google_Service_Replicapool_ServiceAccount */ public function getServiceAccounts() { return $this->serviceAccounts; } /** * @param Google_Service_Replicapool_Tag */ public function setTags(Google_Service_Replicapool_Tag $tags) { $this->tags = $tags; } /** * @return Google_Service_Replicapool_Tag */ public function getTags() { return $this->tags; } } PK0 Z##Xvendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasListResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Replicapool_Replica */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Replicapool_Replica */ public function getResources() { return $this->resources; } } PK0 ZF^  Qvendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicaStatus.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTemplateVersion($templateVersion) { $this->templateVersion = $templateVersion; } public function getTemplateVersion() { return $this->templateVersion; } public function setVmLink($vmLink) { $this->vmLink = $vmLink; } public function getVmLink() { return $this->vmLink; } public function setVmStartTime($vmStartTime) { $this->vmStartTime = $vmStartTime; } public function getVmStartTime() { return $this->vmStartTime; } } PK0 ZƆ .Pvendor/google/apiclient-services/src/Google/Service/Replicapool/ExistingDisk.phpnu[attachment = $attachment; } /** * @return Google_Service_Replicapool_DiskAttachment */ public function getAttachment() { return $this->attachment; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } } PK0 Z PJvendor/google/apiclient-services/src/Google/Service/Replicapool/Action.phpnu[commands = $commands; } public function getCommands() { return $this->commands; } /** * @param Google_Service_Replicapool_EnvVariable */ public function setEnvVariables($envVariables) { $this->envVariables = $envVariables; } /** * @return Google_Service_Replicapool_EnvVariable */ public function getEnvVariables() { return $this->envVariables; } public function setTimeoutMilliSeconds($timeoutMilliSeconds) { $this->timeoutMilliSeconds = $timeoutMilliSeconds; } public function getTimeoutMilliSeconds() { return $this->timeoutMilliSeconds; } } PK0 Z ZRvendor/google/apiclient-services/src/Google/Service/Replicapool/ServiceAccount.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setScopes($scopes) { $this->scopes = $scopes; } public function getScopes() { return $this->scopes; } } PK0 ZfTvendor/google/apiclient-services/src/Google/Service/Replicapool/NetworkInterface.phpnu[accessConfigs = $accessConfigs; } /** * @return Google_Service_Replicapool_AccessConfig */ public function getAccessConfigs() { return $this->accessConfigs; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNetworkIp($networkIp) { $this->networkIp = $networkIp; } public function getNetworkIp() { return $this->networkIp; } } PK0 Z(G/Vvendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsDeleteRequest.phpnu[abandonInstances = $abandonInstances; } public function getAbandonInstances() { return $this->abandonInstances; } } PK0 Z+Rvendor/google/apiclient-services/src/Google/Service/Replicapool/DiskAttachment.phpnu[deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } } PK0 Z UqqHvendor/google/apiclient-services/src/Google/Service/Replicapool/Pool.phpnu[autoRestart = $autoRestart; } public function getAutoRestart() { return $this->autoRestart; } public function setBaseInstanceName($baseInstanceName) { $this->baseInstanceName = $baseInstanceName; } public function getBaseInstanceName() { return $this->baseInstanceName; } public function setCurrentNumReplicas($currentNumReplicas) { $this->currentNumReplicas = $currentNumReplicas; } public function getCurrentNumReplicas() { return $this->currentNumReplicas; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Replicapool_HealthCheck */ public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } /** * @return Google_Service_Replicapool_HealthCheck */ public function getHealthChecks() { return $this->healthChecks; } public function setInitialNumReplicas($initialNumReplicas) { $this->initialNumReplicas = $initialNumReplicas; } public function getInitialNumReplicas() { return $this->initialNumReplicas; } /** * @param Google_Service_Replicapool_Label */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Replicapool_Label */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumReplicas($numReplicas) { $this->numReplicas = $numReplicas; } public function getNumReplicas() { return $this->numReplicas; } public function setResourceViews($resourceViews) { $this->resourceViews = $resourceViews; } public function getResourceViews() { return $this->resourceViews; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTargetPool($targetPool) { $this->targetPool = $targetPool; } public function getTargetPool() { return $this->targetPool; } public function setTargetPools($targetPools) { $this->targetPools = $targetPools; } public function getTargetPools() { return $this->targetPools; } /** * @param Google_Service_Replicapool_Template */ public function setTemplate(Google_Service_Replicapool_Template $template) { $this->template = $template; } /** * @return Google_Service_Replicapool_Template */ public function getTemplate() { return $this->template; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK0 Z^f..>vendor/google/apiclient-services/src/Google/Service/Mirror.phpnu[ * Interacts with Glass users via the timeline.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Mirror extends Google_Service { /** View your location. */ const GLASS_LOCATION = "https://www.googleapis.com/auth/glass.location"; /** View and manage your Glass timeline. */ const GLASS_TIMELINE = "https://www.googleapis.com/auth/glass.timeline"; public $accounts; public $contacts; public $locations; public $settings; public $subscriptions; public $timeline; public $timeline_attachments; /** * Constructs the internal representation of the Mirror service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'mirror/v1/'; $this->batchPath = 'batch/mirror/v1'; $this->version = 'v1'; $this->serviceName = 'mirror'; $this->accounts = new Google_Service_Mirror_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'insert' => array( 'path' => 'accounts/{userToken}/{accountType}/{accountName}', 'httpMethod' => 'POST', 'parameters' => array( 'userToken' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accountName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->contacts = new Google_Service_Mirror_Resource_Contacts( $this, $this->serviceName, 'contacts', array( 'methods' => array( 'delete' => array( 'path' => 'contacts/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'contacts/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'contacts', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'contacts', 'httpMethod' => 'GET', 'parameters' => array(), ),'patch' => array( 'path' => 'contacts/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'contacts/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->locations = new Google_Service_Mirror_Resource_Locations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'locations/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'locations', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->settings = new Google_Service_Mirror_Resource_Settings( $this, $this->serviceName, 'settings', array( 'methods' => array( 'get' => array( 'path' => 'settings/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->subscriptions = new Google_Service_Mirror_Resource_Subscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'delete' => array( 'path' => 'subscriptions/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'subscriptions', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'subscriptions', 'httpMethod' => 'GET', 'parameters' => array(), ),'update' => array( 'path' => 'subscriptions/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->timeline = new Google_Service_Mirror_Resource_Timeline( $this, $this->serviceName, 'timeline', array( 'methods' => array( 'delete' => array( 'path' => 'timeline/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'timeline/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'timeline', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'timeline', 'httpMethod' => 'GET', 'parameters' => array( 'bundleId' => array( 'location' => 'query', 'type' => 'string', ), 'includeDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pinnedOnly' => array( 'location' => 'query', 'type' => 'boolean', ), 'sourceItemId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'timeline/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'timeline/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->timeline_attachments = new Google_Service_Mirror_Resource_TimelineAttachments( $this, $this->serviceName, 'attachments', array( 'methods' => array( 'delete' => array( 'path' => 'timeline/{itemId}/attachments/{attachmentId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'attachmentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'timeline/{itemId}/attachments/{attachmentId}', 'httpMethod' => 'GET', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'attachmentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'timeline/{itemId}/attachments', 'httpMethod' => 'POST', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'timeline/{itemId}/attachments', 'httpMethod' => 'GET', 'parameters' => array( 'itemId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK1 Zy @vendor/google/apiclient-services/src/Google/Service/Spectrum.phpnu[ * API for spectrum-management functions.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Spectrum extends Google_Service { public $paws; /** * Constructs the internal representation of the Spectrum service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'spectrum/v1explorer/paws/'; $this->version = 'v1explorer'; $this->serviceName = 'spectrum'; $this->paws = new Google_Service_Spectrum_Resource_Paws( $this, $this->serviceName, 'paws', array( 'methods' => array( 'getSpectrum' => array( 'path' => 'getSpectrum', 'httpMethod' => 'POST', 'parameters' => array(), ),'getSpectrumBatch' => array( 'path' => 'getSpectrumBatch', 'httpMethod' => 'POST', 'parameters' => array(), ),'init' => array( 'path' => 'init', 'httpMethod' => 'POST', 'parameters' => array(), ),'notifySpectrumUse' => array( 'path' => 'notifySpectrumUse', 'httpMethod' => 'POST', 'parameters' => array(), ),'register' => array( 'path' => 'register', 'httpMethod' => 'POST', 'parameters' => array(), ),'verifyDevice' => array( 'path' => 'verifyDevice', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK1 ZSG^ggqvendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListBooksResponse.phpnu[books = $books; } /** * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book[] */ public function getBooks() { return $this->books; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zbndvendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Book.phpnu[author = $author; } public function getAuthor() { return $this->author; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRead($read) { $this->read = $read; } public function getRead() { return $this->read; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 ZM>x x Uvendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.phpnu[ * $libraryagentService = new Google_Service_Libraryagent(...); * $shelves = $libraryagentService->shelves; * */ class Google_Service_Libraryagent_Resource_Shelves extends Google_Service_Resource { /** * Gets a shelf. Returns NOT_FOUND if the shelf does not exist. (shelves.get) * * @param string $name Required. The name of the shelf to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf"); } /** * Lists shelves. The order is unspecified but deterministic. Newly created * shelves will not necessarily be added to the end of this list. * (shelves.listShelves) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Server may return fewer shelves * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListShelvesResponse.next_page_token returned from the previous call to * `ListShelves` method. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListShelvesResponse */ public function listShelves($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListShelvesResponse"); } } PK1 Z+ Zvendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.phpnu[ * $libraryagentService = new Google_Service_Libraryagent(...); * $books = $libraryagentService->books; * */ class Google_Service_Libraryagent_Resource_ShelvesBooks extends Google_Service_Resource { /** * Borrow a book from the library. Returns the book if it is borrowed * successfully. Returns NOT_FOUND if the book does not exist in the library. * Returns quota exceeded error if the amount of books borrowed exceeds * allocation quota in any dimensions. (books.borrow) * * @param string $name Required. The name of the book to borrow. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book */ public function borrow($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('borrow', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book"); } /** * Gets a book. Returns NOT_FOUND if the book does not exist. (books.get) * * @param string $name Required. The name of the book to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book"); } /** * Lists books in a shelf. The order is unspecified but deterministic. Newly * created books will not necessarily be added to the end of this list. Returns * NOT_FOUND if the shelf does not exist. (books.listShelvesBooks) * * @param string $parent Required. The name of the shelf whose books we'd like * to list. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Server may return fewer books * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBooksResponse.next_page_token. returned from the previous call to * `ListBooks` method. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListBooksResponse */ public function listShelvesBooks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListBooksResponse"); } /** * Return a book to the library. Returns the book if it is returned to the * library successfully. Returns error if the book does not belong to the * library or the users didn't borrow before. (books.returnShelvesBooks) * * @param string $name Required. The name of the book to return. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book */ public function returnShelvesBooks($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('return', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book"); } } PK1 ZvҚevendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Shelf.phpnu[name = $name; } public function getName() { return $this->name; } public function setTheme($theme) { $this->theme = $theme; } public function getTheme() { return $this->theme; } } PK1 Ztڂ~~svendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListShelvesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf[] */ public function setShelves($shelves) { $this->shelves = $shelves; } /** * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf[] */ public function getShelves() { return $this->shelves; } } PK1 Z["YBvendor/google/apiclient-services/src/Google/Service/QPXExpress.phpnu[ * Finds the least expensive flights between an origin and a destination.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_QPXExpress extends Google_Service { public $trips; /** * Constructs the internal representation of the QPXExpress service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'qpxExpress/v1/trips/'; $this->version = 'v1'; $this->serviceName = 'qpxExpress'; $this->trips = new Google_Service_QPXExpress_Resource_Trips( $this, $this->serviceName, 'trips', array( 'methods' => array( 'search' => array( 'path' => 'search', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK1 Zz_vendor/google/apiclient-services/src/Google/Service/Indexing/PublishUrlNotificationResponse.phpnu[urlNotificationMetadata = $urlNotificationMetadata; } /** * @return Google_Service_Indexing_UrlNotificationMetadata */ public function getUrlNotificationMetadata() { return $this->urlNotificationMetadata; } } PK1 Z@kkPvendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotification.phpnu[notifyTime = $notifyTime; } public function getNotifyTime() { return $this->notifyTime; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 ZuZvendor/google/apiclient-services/src/Google/Service/Indexing/Resource/UrlNotifications.phpnu[ * $indexingService = new Google_Service_Indexing(...); * $urlNotifications = $indexingService->urlNotifications; * */ class Google_Service_Indexing_Resource_UrlNotifications extends Google_Service_Resource { /** * Gets metadata about a Web Document. This method can _only_ be used to query * URLs that were previously seen in successful Indexing API notifications. * Includes the latest `UrlNotification` received via this API. * (urlNotifications.getMetadata) * * @param array $optParams Optional parameters. * * @opt_param string url URL that is being queried. * @return Google_Service_Indexing_UrlNotificationMetadata */ public function getMetadata($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getMetadata', array($params), "Google_Service_Indexing_UrlNotificationMetadata"); } /** * Notifies that a URL has been updated or deleted. (urlNotifications.publish) * * @param Google_Service_Indexing_UrlNotification $postBody * @param array $optParams Optional parameters. * @return Google_Service_Indexing_PublishUrlNotificationResponse */ public function publish(Google_Service_Indexing_UrlNotification $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_Indexing_PublishUrlNotificationResponse"); } } PK1 ZpYXvendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotificationMetadata.phpnu[latestRemove = $latestRemove; } /** * @return Google_Service_Indexing_UrlNotification */ public function getLatestRemove() { return $this->latestRemove; } /** * @param Google_Service_Indexing_UrlNotification */ public function setLatestUpdate(Google_Service_Indexing_UrlNotification $latestUpdate) { $this->latestUpdate = $latestUpdate; } /** * @return Google_Service_Indexing_UrlNotification */ public function getLatestUpdate() { return $this->latestUpdate; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 Z'CcscsLvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_GoogleAnalyticsAdmin extends Google_Service { /** Edit Google Analytics management entities. */ const ANALYTICS_EDIT = "https://www.googleapis.com/auth/analytics.edit"; /** Manage Google Analytics Account users by email address. */ const ANALYTICS_MANAGE_USERS = "https://www.googleapis.com/auth/analytics.manage.users"; /** View Google Analytics user permissions. */ const ANALYTICS_MANAGE_USERS_READONLY = "https://www.googleapis.com/auth/analytics.manage.users.readonly"; /** See and download your Google Analytics data. */ const ANALYTICS_READONLY = "https://www.googleapis.com/auth/analytics.readonly"; public $accountSummaries; public $accounts; public $accounts_userLinks; public $properties; public $properties_androidAppDataStreams; public $properties_firebaseLinks; public $properties_googleAdsLinks; public $properties_iosAppDataStreams; public $properties_userLinks; public $properties_webDataStreams; /** * Constructs the internal representation of the GoogleAnalyticsAdmin service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://analyticsadmin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha'; $this->serviceName = 'analyticsadmin'; $this->accountSummaries = new Google_Service_GoogleAnalyticsAdmin_Resource_AccountSummaries( $this, $this->serviceName, 'accountSummaries', array( 'methods' => array( 'list' => array( 'path' => 'v1alpha/accountSummaries', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts = new Google_Service_GoogleAnalyticsAdmin_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getDataSharingSettings' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'provisionAccountTicket' => array( 'path' => 'v1alpha/accounts:provisionAccountTicket', 'httpMethod' => 'POST', 'parameters' => array(), ),'searchChangeHistoryEvents' => array( 'path' => 'v1alpha/{+account}:searchChangeHistoryEvents', 'httpMethod' => 'POST', 'parameters' => array( 'account' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_userLinks = new Google_Service_GoogleAnalyticsAdmin_Resource_AccountsUserLinks( $this, $this->serviceName, 'userLinks', array( 'methods' => array( 'audit' => array( 'path' => 'v1alpha/{+parent}/userLinks:audit', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchCreate' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchDelete' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchGet' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'names' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'batchUpdate' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1alpha/{+parent}/userLinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'notifyNewUser' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/userLinks', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->properties = new Google_Service_GoogleAnalyticsAdmin_Resource_Properties( $this, $this->serviceName, 'properties', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/properties', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/properties', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->properties_androidAppDataStreams = new Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesAndroidAppDataStreams( $this, $this->serviceName, 'androidAppDataStreams', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/androidAppDataStreams', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/androidAppDataStreams', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->properties_firebaseLinks = new Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesFirebaseLinks( $this, $this->serviceName, 'firebaseLinks', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/firebaseLinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/firebaseLinks', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->properties_googleAdsLinks = new Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesGoogleAdsLinks( $this, $this->serviceName, 'googleAdsLinks', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/googleAdsLinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/googleAdsLinks', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->properties_iosAppDataStreams = new Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesIosAppDataStreams( $this, $this->serviceName, 'iosAppDataStreams', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/iosAppDataStreams', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/iosAppDataStreams', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->properties_userLinks = new Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesUserLinks( $this, $this->serviceName, 'userLinks', array( 'methods' => array( 'audit' => array( 'path' => 'v1alpha/{+parent}/userLinks:audit', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchCreate' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchCreate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchDelete' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchDelete', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchGet' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'names' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'batchUpdate' => array( 'path' => 'v1alpha/{+parent}/userLinks:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1alpha/{+parent}/userLinks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'notifyNewUser' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/userLinks', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->properties_webDataStreams = new Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesWebDataStreams( $this, $this->serviceName, 'webDataStreams', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/webDataStreams', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getEnhancedMeasurementSettings' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getGlobalSiteTag' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha/{+parent}/webDataStreams', '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' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateEnhancedMeasurementSettings' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 ZZQQ>vendor/google/apiclient-services/src/Google/Service/Pubsub.phpnu[ * Provides reliable, many-to-many, asynchronous messaging between applications.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Pubsub extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage Pub/Sub topics and subscriptions. */ const PUBSUB = "https://www.googleapis.com/auth/pubsub"; public $projects_schemas; public $projects_snapshots; public $projects_subscriptions; public $projects_topics; public $projects_topics_snapshots; public $projects_topics_subscriptions; /** * Constructs the internal representation of the Pubsub service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://pubsub.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'pubsub'; $this->projects_schemas = new Google_Service_Pubsub_Resource_ProjectsSchemas( $this, $this->serviceName, 'schemas', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/schemas', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'schemaId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/schemas', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => 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, ), ), ),'validate' => array( 'path' => 'v1/{+parent}/schemas:validate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'validateMessage' => array( 'path' => 'v1/{+parent}/schemas:validateMessage', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_snapshots = new Google_Service_Pubsub_Resource_ProjectsSnapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+snapshot}', 'httpMethod' => 'DELETE', 'parameters' => array( 'snapshot' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+snapshot}', 'httpMethod' => 'GET', 'parameters' => array( 'snapshot' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+project}/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_subscriptions = new Google_Service_Pubsub_Resource_ProjectsSubscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'acknowledge' => array( 'path' => 'v1/{+subscription}:acknowledge', 'httpMethod' => 'POST', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+subscription}', 'httpMethod' => 'DELETE', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'detach' => array( 'path' => 'v1/{+subscription}:detach', 'httpMethod' => 'POST', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+subscription}', 'httpMethod' => 'GET', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+project}/subscriptions', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modifyAckDeadline' => array( 'path' => 'v1/{+subscription}:modifyAckDeadline', 'httpMethod' => 'POST', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'modifyPushConfig' => array( 'path' => 'v1/{+subscription}:modifyPushConfig', 'httpMethod' => 'POST', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'pull' => array( 'path' => 'v1/{+subscription}:pull', 'httpMethod' => 'POST', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'seek' => array( 'path' => 'v1/{+subscription}:seek', 'httpMethod' => 'POST', 'parameters' => array( 'subscription' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_topics = new Google_Service_Pubsub_Resource_ProjectsTopics( $this, $this->serviceName, 'topics', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+topic}', 'httpMethod' => 'DELETE', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+topic}', 'httpMethod' => 'GET', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+project}/topics', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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, ), ), ),'publish' => array( 'path' => 'v1/{+topic}:publish', 'httpMethod' => 'POST', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_topics_snapshots = new Google_Service_Pubsub_Resource_ProjectsTopicsSnapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+topic}/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_topics_subscriptions = new Google_Service_Pubsub_Resource_ProjectsTopicsSubscriptions( $this, $this->serviceName, 'subscriptions', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+topic}/subscriptions', 'httpMethod' => 'GET', 'parameters' => array( 'topic' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z[W:)66_vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingsResponse.phpnu[findings = $findings; } /** * @return Google_Service_WebSecurityScanner_Finding */ public function getFindings() { return $this->findings; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZCQ\vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableHeaders.phpnu[headers = $headers; } /** * @return Google_Service_WebSecurityScanner_Header */ public function getHeaders() { return $this->headers; } /** * @param Google_Service_WebSecurityScanner_Header */ public function setMissingHeaders($missingHeaders) { $this->missingHeaders = $missingHeaders; } /** * @return Google_Service_WebSecurityScanner_Header */ public function getMissingHeaders() { return $this->missingHeaders; } } PK1 Zaj!Xvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CustomAccount.phpnu[loginUrl = $loginUrl; } public function getLoginUrl() { return $this->loginUrl; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK1 Zl..[vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/FindingTypeStats.phpnu[findingCount = $findingCount; } public function getFindingCount() { return $this->findingCount; } public function setFindingType($findingType) { $this->findingType = $findingType; } public function getFindingType() { return $this->findingType; } } PK1 Z9& ovendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRuns.phpnu[ * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); * $scanRuns = $websecurityscannerService->scanRuns; * */ class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRuns extends Google_Service_Resource { /** * Gets a ScanRun. (scanRuns.get) * * @param string $name Required. The resource name of the ScanRun to be * returned. The name follows the format of * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_ScanRun */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_WebSecurityScanner_ScanRun"); } /** * Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop * time. (scanRuns.listProjectsScanConfigsScanRuns) * * @param string $parent Required. The parent resource name, which should be a * scan resource name in the format * 'projects/{projectId}/scanConfigs/{scanConfigId}'. * @param array $optParams Optional parameters. * * @opt_param string pageToken A token identifying a page of results to be * returned. This should be a `next_page_token` value returned from a previous * List request. If unspecified, the first page of results is returned. * @opt_param int pageSize The maximum number of ScanRuns to return, can be * limited by server. If not specified or not positive, the implementation will * select a reasonable value. * @return Google_Service_WebSecurityScanner_ListScanRunsResponse */ public function listProjectsScanConfigsScanRuns($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListScanRunsResponse"); } /** * Stops a ScanRun. The stopped ScanRun is returned. (scanRuns.stop) * * @param string $name Required. The resource name of the ScanRun to be stopped. * The name follows the format of * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. * @param Google_Service_WebSecurityScanner_StopScanRunRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_ScanRun */ public function stop($name, Google_Service_WebSecurityScanner_StopScanRunRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_WebSecurityScanner_ScanRun"); } } PK1 ZTd\vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/Projects.phpnu[ * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); * $projects = $websecurityscannerService->projects; * */ class Google_Service_WebSecurityScanner_Resource_Projects extends Google_Service_Resource { } PK1 ZB7 7 wvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindings.phpnu[ * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); * $findings = $websecurityscannerService->findings; * */ class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindings extends Google_Service_Resource { /** * Gets a Finding. (findings.get) * * @param string $name Required. The resource name of the Finding to be * returned. The name follows the format of 'projects/{projectId}/scanConfigs/{s * canConfigId}/scanRuns/{scanRunId}/findings/{findingId}'. * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_Finding */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_WebSecurityScanner_Finding"); } /** * List Findings under a given ScanRun. * (findings.listProjectsScanConfigsScanRunsFindings) * * @param string $parent Required. The parent resource name, which should be a * scan run resource name in the format * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The expression must be in the * format: . Supported field: 'finding_type'. Supported operator: '='. * @opt_param string pageToken A token identifying a page of results to be * returned. This should be a `next_page_token` value returned from a previous * List request. If unspecified, the first page of results is returned. * @opt_param int pageSize The maximum number of Findings to return, can be * limited by server. If not specified or not positive, the implementation will * select a reasonable value. * @return Google_Service_WebSecurityScanner_ListFindingsResponse */ public function listProjectsScanConfigsScanRunsFindings($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListFindingsResponse"); } } PK1 Zҡgvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigs.phpnu[ * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); * $scanConfigs = $websecurityscannerService->scanConfigs; * */ class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigs extends Google_Service_Resource { /** * Creates a new ScanConfig. (scanConfigs.create) * * @param string $parent Required. The parent resource name where the scan is * created, which should be a project resource name in the format * 'projects/{projectId}'. * @param Google_Service_WebSecurityScanner_ScanConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_ScanConfig */ public function create($parent, Google_Service_WebSecurityScanner_ScanConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_WebSecurityScanner_ScanConfig"); } /** * Deletes an existing ScanConfig and its child resources. (scanConfigs.delete) * * @param string $name Required. The resource name of the ScanConfig to be * deleted. The name follows the format of * 'projects/{projectId}/scanConfigs/{scanConfigId}'. * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_WebsecurityscannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_WebSecurityScanner_WebsecurityscannerEmpty"); } /** * Gets a ScanConfig. (scanConfigs.get) * * @param string $name Required. The resource name of the ScanConfig to be * returned. The name follows the format of * 'projects/{projectId}/scanConfigs/{scanConfigId}'. * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_ScanConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_WebSecurityScanner_ScanConfig"); } /** * Lists ScanConfigs under a given project. * (scanConfigs.listProjectsScanConfigs) * * @param string $parent Required. The parent resource name, which should be a * project resource name in the format 'projects/{projectId}'. * @param array $optParams Optional parameters. * * @opt_param string pageToken A token identifying a page of results to be * returned. This should be a `next_page_token` value returned from a previous * List request. If unspecified, the first page of results is returned. * @opt_param int pageSize The maximum number of ScanConfigs to return, can be * limited by server. If not specified or not positive, the implementation will * select a reasonable value. * @return Google_Service_WebSecurityScanner_ListScanConfigsResponse */ public function listProjectsScanConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListScanConfigsResponse"); } /** * Updates a ScanConfig. This method support partial update of a ScanConfig. * (scanConfigs.patch) * * @param string $name The resource name of the ScanConfig. The name follows the * format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig * IDs are generated by the system. * @param Google_Service_WebSecurityScanner_ScanConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The update mask applies to the * resource. For the `FieldMask` definition, see https://developers.google.com * /protocol-buffers/docs/reference/google.protobuf#fieldmask * @return Google_Service_WebSecurityScanner_ScanConfig */ public function patch($name, Google_Service_WebSecurityScanner_ScanConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_WebSecurityScanner_ScanConfig"); } /** * Start a ScanRun according to the given ScanConfig. (scanConfigs.start) * * @param string $name Required. The resource name of the ScanConfig to be used. * The name follows the format of * 'projects/{projectId}/scanConfigs/{scanConfigId}'. * @param Google_Service_WebSecurityScanner_StartScanRunRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_ScanRun */ public function start($name, Google_Service_WebSecurityScanner_StartScanRunRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_WebSecurityScanner_ScanRun"); } } PK1 Z%avendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindingTypeStats.phpnu[ * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); * $findingTypeStats = $websecurityscannerService->findingTypeStats; * */ class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindingTypeStats extends Google_Service_Resource { /** * List all FindingTypeStats under a given ScanRun. * (findingTypeStats.listProjectsScanConfigsScanRunsFindingTypeStats) * * @param string $parent Required. The parent resource name, which should be a * scan run resource name in the format * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. * @param array $optParams Optional parameters. * @return Google_Service_WebSecurityScanner_ListFindingTypeStatsResponse */ public function listProjectsScanConfigsScanRunsFindingTypeStats($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListFindingTypeStatsResponse"); } } PK1 Z8/UUzvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsCrawledUrls.phpnu[ * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); * $crawledUrls = $websecurityscannerService->crawledUrls; * */ class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsCrawledUrls extends Google_Service_Resource { /** * List CrawledUrls under a given ScanRun. * (crawledUrls.listProjectsScanConfigsScanRunsCrawledUrls) * * @param string $parent Required. The parent resource name, which should be a * scan run resource name in the format * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. * @param array $optParams Optional parameters. * * @opt_param string pageToken A token identifying a page of results to be * returned. This should be a `next_page_token` value returned from a previous * List request. If unspecified, the first page of results is returned. * @opt_param int pageSize The maximum number of CrawledUrls to return, can be * limited by server. If not specified or not positive, the implementation will * select a reasonable value. * @return Google_Service_WebSecurityScanner_ListCrawledUrlsResponse */ public function listProjectsScanConfigsScanRunsCrawledUrls($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListCrawledUrlsResponse"); } } PK1 Z2bvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/WebsecurityscannerEmpty.phpnu[crawledUrls = $crawledUrls; } /** * @return Google_Service_WebSecurityScanner_CrawledUrl */ public function getCrawledUrls() { return $this->crawledUrls; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZUHRvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Finding.phpnu[body = $body; } public function getBody() { return $this->body; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFinalUrl($finalUrl) { $this->finalUrl = $finalUrl; } public function getFinalUrl() { return $this->finalUrl; } public function setFindingType($findingType) { $this->findingType = $findingType; } public function getFindingType() { return $this->findingType; } public function setFrameUrl($frameUrl) { $this->frameUrl = $frameUrl; } public function getFrameUrl() { return $this->frameUrl; } public function setFuzzedUrl($fuzzedUrl) { $this->fuzzedUrl = $fuzzedUrl; } public function getFuzzedUrl() { return $this->fuzzedUrl; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_WebSecurityScanner_OutdatedLibrary */ public function setOutdatedLibrary(Google_Service_WebSecurityScanner_OutdatedLibrary $outdatedLibrary) { $this->outdatedLibrary = $outdatedLibrary; } /** * @return Google_Service_WebSecurityScanner_OutdatedLibrary */ public function getOutdatedLibrary() { return $this->outdatedLibrary; } public function setReproductionUrl($reproductionUrl) { $this->reproductionUrl = $reproductionUrl; } public function getReproductionUrl() { return $this->reproductionUrl; } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; } public function getTrackingId() { return $this->trackingId; } /** * @param Google_Service_WebSecurityScanner_ViolatingResource */ public function setViolatingResource(Google_Service_WebSecurityScanner_ViolatingResource $violatingResource) { $this->violatingResource = $violatingResource; } /** * @return Google_Service_WebSecurityScanner_ViolatingResource */ public function getViolatingResource() { return $this->violatingResource; } /** * @param Google_Service_WebSecurityScanner_VulnerableHeaders */ public function setVulnerableHeaders(Google_Service_WebSecurityScanner_VulnerableHeaders $vulnerableHeaders) { $this->vulnerableHeaders = $vulnerableHeaders; } /** * @return Google_Service_WebSecurityScanner_VulnerableHeaders */ public function getVulnerableHeaders() { return $this->vulnerableHeaders; } /** * @param Google_Service_WebSecurityScanner_VulnerableParameters */ public function setVulnerableParameters(Google_Service_WebSecurityScanner_VulnerableParameters $vulnerableParameters) { $this->vulnerableParameters = $vulnerableParameters; } /** * @return Google_Service_WebSecurityScanner_VulnerableParameters */ public function getVulnerableParameters() { return $this->vulnerableParameters; } /** * @param Google_Service_WebSecurityScanner_Xss */ public function setXss(Google_Service_WebSecurityScanner_Xss $xss) { $this->xss = $xss; } /** * @return Google_Service_WebSecurityScanner_Xss */ public function getXss() { return $this->xss; } } PK1 Z9Xvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/GoogleAccount.phpnu[password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK1 Z%S!66_vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanRunsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_WebSecurityScanner_ScanRun */ public function setScanRuns($scanRuns) { $this->scanRuns = $scanRuns; } /** * @return Google_Service_WebSecurityScanner_ScanRun */ public function getScanRuns() { return $this->scanRuns; } } PK1 Zgvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingTypeStatsResponse.phpnu[findingTypeStats = $findingTypeStats; } /** * @return Google_Service_WebSecurityScanner_FindingTypeStats */ public function getFindingTypeStats() { return $this->findingTypeStats; } } PK1 Z <]vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StopScanRunRequest.phpnu[body = $body; } public function getBody() { return $this->body; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 Zٙ\eeSvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Schedule.phpnu[intervalDurationDays = $intervalDurationDays; } public function getIntervalDurationDays() { return $this->intervalDurationDays; } public function setScheduleTime($scheduleTime) { $this->scheduleTime = $scheduleTime; } public function getScheduleTime() { return $this->scheduleTime; } } PK1 ZjV((\vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ViolatingResource.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } } PK1 Z1;=]]bvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_WebSecurityScanner_ScanConfig */ public function setScanConfigs($scanConfigs) { $this->scanConfigs = $scanConfigs; } /** * @return Google_Service_WebSecurityScanner_ScanConfig */ public function getScanConfigs() { return $this->scanConfigs; } } PK1 ZʳƜ_vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableParameters.phpnu[parameterNames = $parameterNames; } public function getParameterNames() { return $this->parameterNames; } } PK1 Zt?^vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StartScanRunRequest.phpnu[authentication = $authentication; } /** * @return Google_Service_WebSecurityScanner_Authentication */ public function getAuthentication() { return $this->authentication; } public function setBlacklistPatterns($blacklistPatterns) { $this->blacklistPatterns = $blacklistPatterns; } public function getBlacklistPatterns() { return $this->blacklistPatterns; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_WebSecurityScanner_ScanRun */ public function setLatestRun(Google_Service_WebSecurityScanner_ScanRun $latestRun) { $this->latestRun = $latestRun; } /** * @return Google_Service_WebSecurityScanner_ScanRun */ public function getLatestRun() { return $this->latestRun; } public function setMaxQps($maxQps) { $this->maxQps = $maxQps; } public function getMaxQps() { return $this->maxQps; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_WebSecurityScanner_Schedule */ public function setSchedule(Google_Service_WebSecurityScanner_Schedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_WebSecurityScanner_Schedule */ public function getSchedule() { return $this->schedule; } public function setStartingUrls($startingUrls) { $this->startingUrls = $startingUrls; } public function getStartingUrls() { return $this->startingUrls; } public function setTargetPlatforms($targetPlatforms) { $this->targetPlatforms = $targetPlatforms; } public function getTargetPlatforms() { return $this->targetPlatforms; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK1 Z,tMYvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Authentication.phpnu[customAccount = $customAccount; } /** * @return Google_Service_WebSecurityScanner_CustomAccount */ public function getCustomAccount() { return $this->customAccount; } /** * @param Google_Service_WebSecurityScanner_GoogleAccount */ public function setGoogleAccount(Google_Service_WebSecurityScanner_GoogleAccount $googleAccount) { $this->googleAccount = $googleAccount; } /** * @return Google_Service_WebSecurityScanner_GoogleAccount */ public function getGoogleAccount() { return $this->googleAccount; } } PK1 Z3 SSNvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Xss.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setStackTraces($stackTraces) { $this->stackTraces = $stackTraces; } public function getStackTraces() { return $this->stackTraces; } } PK1 ZW! Rvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanRun.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setExecutionState($executionState) { $this->executionState = $executionState; } public function getExecutionState() { return $this->executionState; } public function setHasVulnerabilities($hasVulnerabilities) { $this->hasVulnerabilities = $hasVulnerabilities; } public function getHasVulnerabilities() { return $this->hasVulnerabilities; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } public function setResultState($resultState) { $this->resultState = $resultState; } public function getResultState() { return $this->resultState; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUrlsCrawledCount($urlsCrawledCount) { $this->urlsCrawledCount = $urlsCrawledCount; } public function getUrlsCrawledCount() { return $this->urlsCrawledCount; } public function setUrlsTestedCount($urlsTestedCount) { $this->urlsTestedCount = $urlsTestedCount; } public function getUrlsTestedCount() { return $this->urlsTestedCount; } } PK1 ZaR  Zvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/OutdatedLibrary.phpnu[learnMoreUrls = $learnMoreUrls; } public function getLearnMoreUrls() { return $this->learnMoreUrls; } public function setLibraryName($libraryName) { $this->libraryName = $libraryName; } public function getLibraryName() { return $this->libraryName; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 Z7Qvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Header.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 ZG6Ovendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Place.phpnu[languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } } PK1 ZL\vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UpdatePhotoRequest.phpnu[photo = $photo; } /** * @return Google_Service_StreetViewPublish_Photo */ public function getPhoto() { return $this->photo; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK1 ZfYIbvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosRequest.phpnu[updatePhotoRequests = $updatePhotoRequests; } /** * @return Google_Service_StreetViewPublish_UpdatePhotoRequest[] */ public function getUpdatePhotoRequests() { return $this->updatePhotoRequests; } } PK1 ZTQvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoId.phpnu[id = $id; } public function getId() { return $this->id; } } PK1 Z Wvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoResponse.phpnu[photo = $photo; } /** * @return Google_Service_StreetViewPublish_Photo */ public function getPhoto() { return $this->photo; } /** * @param Google_Service_StreetViewPublish_Status */ public function setStatus(Google_Service_StreetViewPublish_Status $status) { $this->status = $status; } /** * @return Google_Service_StreetViewPublish_Status */ public function getStatus() { return $this->status; } } PK1 Z1\vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/ListPhotosResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_StreetViewPublish_Photo[] */ public function setPhotos($photos) { $this->photos = $photos; } /** * @return Google_Service_StreetViewPublish_Photo[] */ public function getPhotos() { return $this->photos; } } PK1 Z;YYcvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosResponse.phpnu[status = $status; } /** * @return Google_Service_StreetViewPublish_Status[] */ public function getStatus() { return $this->status; } } PK1 Zhwwcvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosResponse.phpnu[results = $results; } /** * @return Google_Service_StreetViewPublish_PhotoResponse[] */ public function getResults() { return $this->results; } } PK1 ZAѭ`vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/StreetviewpublishEmpty.phpnu[photoIds = $photoIds; } public function getPhotoIds() { return $this->photoIds; } } PK1 Z`stt`vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchGetPhotosResponse.phpnu[results = $results; } /** * @return Google_Service_StreetViewPublish_PhotoResponse[] */ public function getResults() { return $this->results; } } PK1 ZjjOvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Photo.phpnu[captureTime = $captureTime; } public function getCaptureTime() { return $this->captureTime; } /** * @param Google_Service_StreetViewPublish_Connection[] */ public function setConnections($connections) { $this->connections = $connections; } /** * @return Google_Service_StreetViewPublish_Connection[] */ public function getConnections() { return $this->connections; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setMapsPublishStatus($mapsPublishStatus) { $this->mapsPublishStatus = $mapsPublishStatus; } public function getMapsPublishStatus() { return $this->mapsPublishStatus; } /** * @param Google_Service_StreetViewPublish_PhotoId */ public function setPhotoId(Google_Service_StreetViewPublish_PhotoId $photoId) { $this->photoId = $photoId; } /** * @return Google_Service_StreetViewPublish_PhotoId */ public function getPhotoId() { return $this->photoId; } /** * @param Google_Service_StreetViewPublish_Place[] */ public function setPlaces($places) { $this->places = $places; } /** * @return Google_Service_StreetViewPublish_Place[] */ public function getPlaces() { return $this->places; } /** * @param Google_Service_StreetViewPublish_Pose */ public function setPose(Google_Service_StreetViewPublish_Pose $pose) { $this->pose = $pose; } /** * @return Google_Service_StreetViewPublish_Pose */ public function getPose() { return $this->pose; } public function setShareLink($shareLink) { $this->shareLink = $shareLink; } public function getShareLink() { return $this->shareLink; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTransferStatus($transferStatus) { $this->transferStatus = $transferStatus; } public function getTransferStatus() { return $this->transferStatus; } /** * @param Google_Service_StreetViewPublish_UploadRef */ public function setUploadReference(Google_Service_StreetViewPublish_UploadRef $uploadReference) { $this->uploadReference = $uploadReference; } /** * @return Google_Service_StreetViewPublish_UploadRef */ public function getUploadReference() { return $this->uploadReference; } public function setViewCount($viewCount) { $this->viewCount = $viewCount; } public function getViewCount() { return $this->viewCount; } } PK1 Z; Yvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.phpnu[ * $streetviewpublishService = new Google_Service_StreetViewPublish(...); * $photos = $streetviewpublishService->photos; * */ class Google_Service_StreetViewPublish_Resource_Photos extends Google_Service_Resource { /** * Deletes a list of Photos and their metadata. Note that if BatchDeletePhotos * fails, either critical fields are missing or there is an authentication * error. Even if BatchDeletePhotos succeeds, individual photos in the batch may * have failures. These failures are specified in each PhotoResponse.status in * BatchDeletePhotosResponse.results. See DeletePhoto for specific failures that * can occur per photo. (photos.batchDelete) * * @param Google_Service_StreetViewPublish_BatchDeletePhotosRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_StreetViewPublish_BatchDeletePhotosResponse */ public function batchDelete(Google_Service_StreetViewPublish_BatchDeletePhotosRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_StreetViewPublish_BatchDeletePhotosResponse"); } /** * Gets the metadata of the specified Photo batch. Note that if BatchGetPhotos * fails, either critical fields are missing or there is an authentication * error. Even if BatchGetPhotos succeeds, individual photos in the batch may * have failures. These failures are specified in each PhotoResponse.status in * BatchGetPhotosResponse.results. See GetPhoto for specific failures that can * occur per photo. (photos.batchGet) * * @param array $optParams Optional parameters. * * @opt_param string languageCode The BCP-47 language code, such as "en-US" or * "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If * language_code is unspecified, the user's language preference for Google * services is used. * @opt_param string photoIds Required. IDs of the Photos. For HTTP GET * requests, the URL query parameter should be `photoIds==&...`. * @opt_param string view Required. Specifies if a download URL for the photo * bytes should be returned in the Photo response. * @return Google_Service_StreetViewPublish_BatchGetPhotosResponse */ public function batchGet($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_StreetViewPublish_BatchGetPhotosResponse"); } /** * Updates the metadata of Photos, such as pose, place association, connections, * etc. Changing the pixels of photos is not supported. Note that if * BatchUpdatePhotos fails, either critical fields are missing or there is an * authentication error. Even if BatchUpdatePhotos succeeds, individual photos * in the batch may have failures. These failures are specified in each * PhotoResponse.status in BatchUpdatePhotosResponse.results. See UpdatePhoto * for specific failures that can occur per photo. Only the fields specified in * updateMask field are used. If `updateMask` is not present, the update applies * to all fields. The number of UpdatePhotoRequest messages in a * BatchUpdatePhotosRequest must not exceed 20. *Note:* To update Pose.altitude, * Pose.latLngPair has to be filled as well. Otherwise, the request will fail. * (photos.batchUpdate) * * @param Google_Service_StreetViewPublish_BatchUpdatePhotosRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_StreetViewPublish_BatchUpdatePhotosResponse */ public function batchUpdate(Google_Service_StreetViewPublish_BatchUpdatePhotosRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_StreetViewPublish_BatchUpdatePhotosResponse"); } /** * Lists all the Photos that belong to the user. *Note:* Recently created photos * that are still being indexed are not returned in the response. * (photos.listPhotos) * * @param array $optParams Optional parameters. * * @opt_param string filter Required. The filter expression. For example: * `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. The only filter supported at the * moment is `placeId`. * @opt_param string languageCode The BCP-47 language code, such as "en-US" or * "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If * language_code is unspecified, the user's language preference for Google * services is used. * @opt_param int pageSize The maximum number of photos to return. `pageSize` * must be non-negative. If `pageSize` is zero or is not provided, the default * page size of 100 is used. The number of photos returned in the response may * be less than `pageSize` if the number of photos that belong to the user is * less than `pageSize`. * @opt_param string pageToken The nextPageToken value returned from a previous * ListPhotos request, if any. * @opt_param string view Required. Specifies if a download URL for the photos * bytes should be returned in the Photos response. * @return Google_Service_StreetViewPublish_ListPhotosResponse */ public function listPhotos($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_StreetViewPublish_ListPhotosResponse"); } } PK1 ZeDccXvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.phpnu[ * $streetviewpublishService = new Google_Service_StreetViewPublish(...); * $photo = $streetviewpublishService->photo; * */ class Google_Service_StreetViewPublish_Resource_Photo extends Google_Service_Resource { /** * After the client finishes uploading the photo with the returned UploadRef, * CreatePhoto publishes the uploaded Photo to Street View on Google Maps. * Currently, the only way to set heading, pitch, and roll in CreatePhoto is * through the [Photo Sphere XMP * metadata](https://developers.google.com/streetview/spherical-metadata) in the * photo bytes. CreatePhoto ignores the `pose.heading`, `pose.pitch`, * `pose.roll`, `pose.altitude`, and `pose.level` fields in Pose. This method * returns the following error codes: * google.rpc.Code.INVALID_ARGUMENT if the * request is malformed or if the uploaded photo is not a 360 photo. * * google.rpc.Code.NOT_FOUND if the upload reference does not exist. * * google.rpc.Code.RESOURCE_EXHAUSTED if the account has reached the storage * limit. (photo.create) * * @param Google_Service_StreetViewPublish_Photo $postBody * @param array $optParams Optional parameters. * @return Google_Service_StreetViewPublish_Photo */ public function create(Google_Service_StreetViewPublish_Photo $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_StreetViewPublish_Photo"); } /** * Deletes a Photo and its metadata. This method returns the following error * codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not * create the requested photo. * google.rpc.Code.NOT_FOUND if the photo ID does * not exist. (photo.delete) * * @param string $photoId Required. ID of the Photo. * @param array $optParams Optional parameters. * @return Google_Service_StreetViewPublish_StreetviewpublishEmpty */ public function delete($photoId, $optParams = array()) { $params = array('photoId' => $photoId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_StreetViewPublish_StreetviewpublishEmpty"); } /** * Gets the metadata of the specified Photo. This method returns the following * error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did * not create the requested Photo. * google.rpc.Code.NOT_FOUND if the requested * Photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is * still being indexed. (photo.get) * * @param string $photoId Required. ID of the Photo. * @param array $optParams Optional parameters. * * @opt_param string languageCode The BCP-47 language code, such as "en-US" or * "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If * language_code is unspecified, the user's language preference for Google * services is used. * @opt_param string view Required. Specifies if a download URL for the photo * bytes should be returned in the Photo response. * @return Google_Service_StreetViewPublish_Photo */ public function get($photoId, $optParams = array()) { $params = array('photoId' => $photoId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_StreetViewPublish_Photo"); } /** * Creates an upload session to start uploading photo bytes. The method uses the * upload URL of the returned UploadRef to upload the bytes for the Photo. In * addition to the photo requirements shown in * https://support.google.com/maps/answer/7012050?ref_topic=6275604, the photo * must meet the following requirements: * Photo Sphere XMP metadata must be * included in the photo metadata. See https://developers.google.com/streetview * /spherical-metadata for the required fields. * The pixel size of the photo * must meet the size requirements listed in * https://support.google.com/maps/answer/7012050?ref_topic=6275604, and the * photo must be a full 360 horizontally. After the upload completes, the method * uses UploadRef with CreatePhoto to create the Photo object entry. * (photo.startUpload) * * @param Google_Service_StreetViewPublish_StreetviewpublishEmpty $postBody * @param array $optParams Optional parameters. * @return Google_Service_StreetViewPublish_UploadRef */ public function startUpload(Google_Service_StreetViewPublish_StreetviewpublishEmpty $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('startUpload', array($params), "Google_Service_StreetViewPublish_UploadRef"); } /** * Updates the metadata of a Photo, such as pose, place association, * connections, etc. Changing the pixels of a photo is not supported. Only the * fields specified in the updateMask field are used. If `updateMask` is not * present, the update applies to all fields. This method returns the following * error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did * not create the requested photo. * google.rpc.Code.INVALID_ARGUMENT if the * request is malformed. * google.rpc.Code.NOT_FOUND if the requested photo does * not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still * being indexed. (photo.update) * * @param string $id Required. A unique identifier for a photo. * @param Google_Service_StreetViewPublish_Photo $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Mask that identifies fields on the * photo metadata to update. If not present, the old Photo metadata is entirely * replaced with the new Photo metadata in this request. The update fails if * invalid fields are specified. Multiple fields can be specified in a comma- * delimited list. The following fields are valid: * `pose.heading` * * `pose.latLngPair` * `pose.pitch` * `pose.roll` * `pose.level` * * `pose.altitude` * `connections` * `places` *Note:* When updateMask contains * repeated fields, the entire set of repeated values get replaced with the new * contents. For example, if updateMask contains `connections` and * `UpdatePhotoRequest.photo.connections` is empty, all connections are removed. * @return Google_Service_StreetViewPublish_Photo */ public function update($id, Google_Service_StreetViewPublish_Photo $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_StreetViewPublish_Photo"); } } PK1 ZWRRSvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UploadRef.phpnu[uploadUrl = $uploadUrl; } public function getUploadUrl() { return $this->uploadUrl; } } PK1 Z a?Ovendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Level.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } } PK1 ZDX@@Tvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Connection.phpnu[target = $target; } /** * @return Google_Service_StreetViewPublish_PhotoId */ public function getTarget() { return $this->target; } } PK1 Z9QSvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_StreetViewPublish_Status */ public function setError(Google_Service_StreetViewPublish_Status $error) { $this->error = $error; } /** * @return Google_Service_StreetViewPublish_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 ZtPvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Status.phpnu[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; } } PK1 Z{N( ( Nvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Pose.phpnu[accuracyMeters = $accuracyMeters; } public function getAccuracyMeters() { return $this->accuracyMeters; } public function setAltitude($altitude) { $this->altitude = $altitude; } public function getAltitude() { return $this->altitude; } public function setHeading($heading) { $this->heading = $heading; } public function getHeading() { return $this->heading; } /** * @param Google_Service_StreetViewPublish_LatLng */ public function setLatLngPair(Google_Service_StreetViewPublish_LatLng $latLngPair) { $this->latLngPair = $latLngPair; } /** * @return Google_Service_StreetViewPublish_LatLng */ public function getLatLngPair() { return $this->latLngPair; } /** * @param Google_Service_StreetViewPublish_Level */ public function setLevel(Google_Service_StreetViewPublish_Level $level) { $this->level = $level; } /** * @return Google_Service_StreetViewPublish_Level */ public function getLevel() { return $this->level; } public function setPitch($pitch) { $this->pitch = $pitch; } public function getPitch() { return $this->pitch; } public function setRoll($roll) { $this->roll = $roll; } public function getRoll() { return $this->roll; } } PK1 ZPvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK1 Z  Fvendor/google/apiclient-services/src/Google/Service/ServiceControl.phpnu[ * Provides admission control and telemetry reporting for services integrated * with Service Infrastructure.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceControl extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your Google Service Control data. */ const SERVICECONTROL = "https://www.googleapis.com/auth/servicecontrol"; public $services; /** * Constructs the internal representation of the ServiceControl service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://servicecontrol.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'servicecontrol'; $this->services = new Google_Service_ServiceControl_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'check' => array( 'path' => 'v2/services/{serviceName}:check', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'report' => array( 'path' => 'v2/services/{serviceName}:report', 'httpMethod' => 'POST', 'parameters' => array( 'serviceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK1 Z?vendor/google/apiclient-services/src/Google/Service/Tracing.phpnu[ * Send and retrieve trace data from Google Stackdriver Trace.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Tracing extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Write Trace data for a project or application. */ const TRACE_APPEND = "https://www.googleapis.com/auth/trace.append"; /** Read Trace data for a project or application. */ const TRACE_READONLY = "https://www.googleapis.com/auth/trace.readonly"; public $projects_traces; public $projects_traces_spans; /** * Constructs the internal representation of the Tracing service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://tracing.googleapis.com/'; $this->servicePath = ''; $this->version = 'v2'; $this->serviceName = 'tracing'; $this->projects_traces = new Google_Service_Tracing_Resource_ProjectsTraces( $this, $this->serviceName, 'traces', array( 'methods' => array( 'batchWrite' => array( 'path' => 'v2/{+name}/traces:batchWrite', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/traces', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listSpans' => array( 'path' => 'v2/{+parent}:listSpans', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_traces_spans = new Google_Service_Tracing_Resource_ProjectsTracesSpans( $this, $this->serviceName, 'spans', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK1 Z0_Avendor/google/apiclient-services/src/Google/Service/Container.phpnu[ * Builds and manages container-based applications, powered by the open source * Kubernetes technology.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Container extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_aggregated_usableSubnetworks; public $projects_locations; public $projects_locations_clusters; public $projects_locations_clusters_nodePools; public $projects_locations_clusters_well_known; public $projects_locations_operations; public $projects_zones; public $projects_zones_clusters; public $projects_zones_clusters_nodePools; public $projects_zones_operations; /** * Constructs the internal representation of the Container service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://container.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'container'; $this->projects_aggregated_usableSubnetworks = new Google_Service_Container_Resource_ProjectsAggregatedUsableSubnetworks( $this, $this->serviceName, 'usableSubnetworks', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/aggregated/usableSubnetworks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $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, ), 'clusterId' => 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', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'zone' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getJwks' => array( 'path' => 'v1/{+parent}/jwks', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/clusters', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'zone' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setAddons' => array( 'path' => 'v1/{+name}:setAddons', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLegacyAbac' => array( 'path' => 'v1/{+name}:setLegacyAbac', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLocations' => array( 'path' => 'v1/{+name}:setLocations', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLogging' => array( 'path' => 'v1/{+name}:setLogging', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setMaintenancePolicy' => array( 'path' => 'v1/{+name}:setMaintenancePolicy', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setMasterAuth' => array( 'path' => 'v1/{+name}:setMasterAuth', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setMonitoring' => array( 'path' => 'v1/{+name}:setMonitoring', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setNetworkPolicy' => array( 'path' => 'v1/{+name}:setNetworkPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setResourceLabels' => array( 'path' => 'v1/{+name}:setResourceLabels', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'startIpRotation' => array( 'path' => 'v1/{+name}:startIpRotation', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateMaster' => array( 'path' => 'v1/{+name}:updateMaster', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_clusters_nodePools = new Google_Service_Container_Resource_ProjectsLocationsClustersNodePools( $this, $this->serviceName, 'nodePools', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/nodePools', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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_clusters_well_known = new Google_Service_Container_Resource_ProjectsLocationsClustersWellKnown( $this, $this->serviceName, 'well_known', array( 'methods' => array( 'getOpenid-configuration' => array( 'path' => 'v1/{+parent}/.well-known/openid-configuration', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Container_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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, 'zones', array( 'methods' => array( 'getServerconfig' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/serverconfig', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_zones_clusters = new Google_Service_Container_Resource_ProjectsZonesClusters( $this, $this->serviceName, 'clusters', array( 'methods' => array( 'addons' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'completeIpRotation' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'legacyAbac' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'locations' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'logging' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'master' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'monitoring' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resourceLabels' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setMaintenancePolicy' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMaintenancePolicy', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setMasterAuth' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setNetworkPolicy' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'startIpRotation' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_zones_clusters_nodePools = new Google_Service_Container_Resource_ProjectsZonesClustersNodePools( $this, $this->serviceName, 'nodePools', array( 'methods' => array( 'autoscaling' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'rollback' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setManagement' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setSize' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodePoolId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_zones_operations = new Google_Service_Container_Resource_ProjectsZonesOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z1^vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CancelOperationRequest.phpnu[ * $firebasehostingService = new Google_Service_FirebaseHosting(...); * $operations = $firebasehostingService->operations; * */ class Google_Service_FirebaseHosting_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_FirebaseHosting_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseHosting_FirebasehostingEmpty */ public function cancel($name, Google_Service_FirebaseHosting_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_FirebaseHosting_FirebasehostingEmpty"); } /** * 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_FirebaseHosting_FirebasehostingEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseHosting_FirebasehostingEmpty"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_FirebaseHosting_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseHosting_ListOperationsResponse"); } } PK1 Z {Qvendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_FirebaseHosting_Status */ public function setError(Google_Service_FirebaseHosting_Status $error) { $this->error = $error; } /** * @return Google_Service_FirebaseHosting_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 Z9Nvendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Status.phpnu[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; } } PK1 ZAHH^vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_FirebaseHosting_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_FirebaseHosting_Operation[] */ public function getOperations() { return $this->operations; } } PK1 ZAIP\vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/FirebasehostingEmpty.phpnu[errors = $errors; } public function getErrors() { return $this->errors; } } PK1 Z>CCkvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCustomMetricUtilization.phpnu[metric = $metric; } public function getMetric() { return $this->metric; } public function setUtilizationTarget($utilizationTarget) { $this->utilizationTarget = $utilizationTarget; } public function getUtilizationTarget() { return $this->utilizationTarget; } public function setUtilizationTargetType($utilizationTargetType) { $this->utilizationTargetType = $utilizationTargetType; } public function getUtilizationTargetType() { return $this->utilizationTargetType; } } PK1 Zq q Tvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicy.phpnu[coolDownPeriodSec = $coolDownPeriodSec; } public function getCoolDownPeriodSec() { return $this->coolDownPeriodSec; } public function setCpuUtilization(Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization $cpuUtilization) { $this->cpuUtilization = $cpuUtilization; } public function getCpuUtilization() { return $this->cpuUtilization; } public function setCustomMetricUtilizations($customMetricUtilizations) { $this->customMetricUtilizations = $customMetricUtilizations; } public function getCustomMetricUtilizations() { return $this->customMetricUtilizations; } public function setLoadBalancingUtilization(Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization) { $this->loadBalancingUtilization = $loadBalancingUtilization; } public function getLoadBalancingUtilization() { return $this->loadBalancingUtilization; } public function setMaxNumReplicas($maxNumReplicas) { $this->maxNumReplicas = $maxNumReplicas; } public function getMaxNumReplicas() { return $this->maxNumReplicas; } public function setMinNumReplicas($minNumReplicas) { $this->minNumReplicas = $minNumReplicas; } public function getMinNumReplicas() { return $this->minNumReplicas; } } PK1 Z;Xvendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 ZkP5Yvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalerListResponse.phpnu[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; } } PK1 Z*>lvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyLoadBalancingUtilization.phpnu[utilizationTarget = $utilizationTarget; } public function getUtilizationTarget() { return $this->utilizationTarget; } } PK1 Zb//Kvendor/google/apiclient-services/src/Google/Service/Autoscaler/ZoneList.phpnu[id = $id; } public function getId() { return $this->id; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK1 Z6PPQvendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Zones.phpnu[ * $autoscalerService = new Google_Service_Autoscaler(...); * $zones = $autoscalerService->zones; * */ class Google_Service_Autoscaler_Resource_Zones extends Google_Service_Resource { /** * (zones.listZones) * * @param array $optParams Optional parameters. * * @opt_param string filter * @opt_param string maxResults * @opt_param string pageToken * @opt_param string project * @return Google_Service_Autoscaler_ZoneList */ public function listZones($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Autoscaler_ZoneList"); } } PK1 ZfWvendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Autoscalers.phpnu[ * $autoscalerService = new Google_Service_Autoscaler(...); * $autoscalers = $autoscalerService->autoscalers; * */ class Google_Service_Autoscaler_Resource_Autoscalers extends Google_Service_Resource { /** * Deletes the specified Autoscaler resource. (autoscalers.delete) * * @param string $project Project ID of Autoscaler resource. * @param string $zone Zone name of Autoscaler resource. * @param string $autoscaler Name of the Autoscaler resource. * @param array $optParams Optional parameters. * @return Google_Service_Autoscaler_Operation */ public function delete($project, $zone, $autoscaler, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Autoscaler_Operation"); } /** * Gets the specified Autoscaler resource. (autoscalers.get) * * @param string $project Project ID of Autoscaler resource. * @param string $zone Zone name of Autoscaler resource. * @param string $autoscaler Name of the Autoscaler resource. * @param array $optParams Optional parameters. * @return Google_Service_Autoscaler_Autoscaler */ public function get($project, $zone, $autoscaler, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Autoscaler_Autoscaler"); } /** * Adds new Autoscaler resource. (autoscalers.insert) * * @param string $project Project ID of Autoscaler resource. * @param string $zone Zone name of Autoscaler resource. * @param Google_Service_Autoscaler_Autoscaler $postBody * @param array $optParams Optional parameters. * @return Google_Service_Autoscaler_Operation */ public function insert($project, $zone, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Autoscaler_Operation"); } /** * Lists all Autoscaler resources in this zone. (autoscalers.listAutoscalers) * * @param string $project Project ID of Autoscaler resource. * @param string $zone Zone name of Autoscaler resource. * @param array $optParams Optional parameters. * * @opt_param string filter * @opt_param string maxResults * @opt_param string pageToken * @return Google_Service_Autoscaler_AutoscalerListResponse */ public function listAutoscalers($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Autoscaler_AutoscalerListResponse"); } /** * Update the entire content of the Autoscaler resource. This method supports * patch semantics. (autoscalers.patch) * * @param string $project Project ID of Autoscaler resource. * @param string $zone Zone name of Autoscaler resource. * @param string $autoscaler Name of the Autoscaler resource. * @param Google_Service_Autoscaler_Autoscaler $postBody * @param array $optParams Optional parameters. * @return Google_Service_Autoscaler_Operation */ public function patch($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Autoscaler_Operation"); } /** * Update the entire content of the Autoscaler resource. (autoscalers.update) * * @param string $project Project ID of Autoscaler resource. * @param string $zone Zone name of Autoscaler resource. * @param string $autoscaler Name of the Autoscaler resource. * @param Google_Service_Autoscaler_Autoscaler $postBody * @param array $optParams Optional parameters. * @return Google_Service_Autoscaler_Operation */ public function update($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Autoscaler_Operation"); } } PK1 ZY*7 Zvendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/ZoneOperations.phpnu[ * $autoscalerService = new Google_Service_Autoscaler(...); * $zoneOperations = $autoscalerService->zoneOperations; * */ class Google_Service_Autoscaler_Resource_ZoneOperations extends Google_Service_Resource { /** * Deletes the specified zone-specific operation resource. * (zoneOperations.delete) * * @param string $project * @param string $zone * @param string $operation * @param array $optParams Optional parameters. */ public function delete($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the specified zone-specific operation resource. * (zoneOperations.get) * * @param string $project * @param string $zone * @param string $operation * @param array $optParams Optional parameters. * @return Google_Service_Autoscaler_Operation */ public function get($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Autoscaler_Operation"); } /** * Retrieves the list of operation resources contained within the specified * zone. (zoneOperations.listZoneOperations) * * @param string $project * @param string $zone * @param array $optParams Optional parameters. * * @opt_param string filter * @opt_param string maxResults * @opt_param string pageToken * @return Google_Service_Autoscaler_OperationList */ public function listZoneOperations($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Autoscaler_OperationList"); } } PK1 ZGvendor/google/apiclient-services/src/Google/Service/Autoscaler/Zone.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDeprecated(Google_Service_Autoscaler_DeprecationStatus $deprecated) { $this->deprecated = $deprecated; } public function getDeprecated() { return $this->deprecated; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK1 ZFTvendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK1 ZמMvendor/google/apiclient-services/src/Google/Service/Autoscaler/Autoscaler.phpnu[autoscalingPolicy = $autoscalingPolicy; } public function getAutoscalingPolicy() { return $this->autoscalingPolicy; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK1 ZL=bvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCpuUtilization.phpnu[utilizationTarget = $utilizationTarget; } public function getUtilizationTarget() { return $this->utilizationTarget; } } PK1 ZEAډLvendor/google/apiclient-services/src/Google/Service/Autoscaler/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setError(Google_Service_Autoscaler_OperationError $error) { $this->error = $error; } public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK1 ZKTWvendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK1 ZcTvendor/google/apiclient-services/src/Google/Service/Autoscaler/DeprecationStatus.phpnu[deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDeprecated($deprecated) { $this->deprecated = $deprecated; } public function getDeprecated() { return $this->deprecated; } public function setObsolete($obsolete) { $this->obsolete = $obsolete; } public function getObsolete() { return $this->obsolete; } public function setReplacement($replacement) { $this->replacement = $replacement; } public function getReplacement() { return $this->replacement; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK1 Z1499Pvendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationList.phpnu[id = $id; } public function getId() { return $this->id; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK1 ZWMvendor/google/apiclient-services/src/Google/Service/Classroom/UserProfile.phpnu[emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Classroom_Name */ public function setName(Google_Service_Classroom_Name $name) { $this->name = $name; } /** * @return Google_Service_Classroom_Name */ public function getName() { return $this->name; } /** * @param Google_Service_Classroom_GlobalPermission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Classroom_GlobalPermission[] */ public function getPermissions() { return $this->permissions; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setVerifiedTeacher($verifiedTeacher) { $this->verifiedTeacher = $verifiedTeacher; } public function getVerifiedTeacher() { return $this->verifiedTeacher; } } PK1 Zavendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.phpnu[guardianInvitations = $guardianInvitations; } /** * @return Google_Service_Classroom_GuardianInvitation[] */ public function getGuardianInvitations() { return $this->guardianInvitations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZR}4DDZvendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceSubmission.phpnu[answer = $answer; } public function getAnswer() { return $this->answer; } } PK1 Zpm Nvendor/google/apiclient-services/src/Google/Service/Classroom/Announcement.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setAssigneeMode($assigneeMode) { $this->assigneeMode = $assigneeMode; } public function getAssigneeMode() { return $this->assigneeMode; } public function setCourseId($courseId) { $this->courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setCreatorUserId($creatorUserId) { $this->creatorUserId = $creatorUserId; } public function getCreatorUserId() { return $this->creatorUserId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Classroom_IndividualStudentsOptions */ public function setIndividualStudentsOptions(Google_Service_Classroom_IndividualStudentsOptions $individualStudentsOptions) { $this->individualStudentsOptions = $individualStudentsOptions; } /** * @return Google_Service_Classroom_IndividualStudentsOptions */ public function getIndividualStudentsOptions() { return $this->individualStudentsOptions; } /** * @param Google_Service_Classroom_Material[] */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return Google_Service_Classroom_Material[] */ public function getMaterials() { return $this->materials; } public function setScheduledTime($scheduledTime) { $this->scheduledTime = $scheduledTime; } public function getScheduledTime() { return $this->scheduledTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Zӟ`vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setInvitationId($invitationId) { $this->invitationId = $invitationId; } public function getInvitationId() { return $this->invitationId; } public function setInvitedEmailAddress($invitedEmailAddress) { $this->invitedEmailAddress = $invitedEmailAddress; } public function getInvitedEmailAddress() { return $this->invitedEmailAddress; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStudentId($studentId) { $this->studentId = $studentId; } public function getStudentId() { return $this->studentId; } } PK1 ZK4A>>Fvendor/google/apiclient-services/src/Google/Service/Classroom/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK1 ZHu2Lvendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.phpnu[studentWorkFolder = $studentWorkFolder; } /** * @return Google_Service_Classroom_DriveFolder */ public function getStudentWorkFolder() { return $this->studentWorkFolder; } } PK1 ZyNvendor/google/apiclient-services/src/Google/Service/Classroom/StateHistory.phpnu[actorUserId = $actorUserId; } public function getActorUserId() { return $this->actorUserId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateTimestamp($stateTimestamp) { $this->stateTimestamp = $stateTimestamp; } public function getStateTimestamp() { return $this->stateTimestamp; } } PK1 ZJVܣwwXvendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.phpnu[choices = $choices; } public function getChoices() { return $this->choices; } } PK1 ZF֌Vvendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Classroom_Student[] */ public function setStudents($students) { $this->students = $students; } /** * @return Google_Service_Classroom_Student[] */ public function getStudents() { return $this->students; } } PK1 ZPOOWvendor/google/apiclient-services/src/Google/Service/Classroom/CourseWorkChangesInfo.phpnu[courseId = $courseId; } public function getCourseId() { return $this->courseId; } } PK1 ZfePvendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterial.phpnu[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; } } PK1 Z|DDNvendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z)?}}Mvendor/google/apiclient-services/src/Google/Service/Classroom/DriveFolder.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z^QQRvendor/google/apiclient-services/src/Google/Service/Classroom/CloudPubsubTopic.phpnu[topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK1 ZICKYYIvendor/google/apiclient-services/src/Google/Service/Classroom/Student.phpnu[courseId = $courseId; } public function getCourseId() { return $this->courseId; } /** * @param Google_Service_Classroom_UserProfile */ public function setProfile(Google_Service_Classroom_UserProfile $profile) { $this->profile = $profile; } /** * @return Google_Service_Classroom_UserProfile */ public function getProfile() { return $this->profile; } /** * @param Google_Service_Classroom_DriveFolder */ public function setStudentWorkFolder(Google_Service_Classroom_DriveFolder $studentWorkFolder) { $this->studentWorkFolder = $studentWorkFolder; } /** * @return Google_Service_Classroom_DriveFolder */ public function getStudentWorkFolder() { return $this->studentWorkFolder; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK1 Z||Nvendor/google/apiclient-services/src/Google/Service/Classroom/Registration.phpnu[cloudPubsubTopic = $cloudPubsubTopic; } /** * @return Google_Service_Classroom_CloudPubsubTopic */ public function getCloudPubsubTopic() { return $this->cloudPubsubTopic; } public function setExpiryTime($expiryTime) { $this->expiryTime = $expiryTime; } public function getExpiryTime() { return $this->expiryTime; } /** * @param Google_Service_Classroom_Feed */ public function setFeed(Google_Service_Classroom_Feed $feed) { $this->feed = $feed; } /** * @return Google_Service_Classroom_Feed */ public function getFeed() { return $this->feed; } public function setRegistrationId($registrationId) { $this->registrationId = $registrationId; } public function getRegistrationId() { return $this->registrationId; } } PK1 ŽJvendor/google/apiclient-services/src/Google/Service/Classroom/Guardian.phpnu[guardianId = $guardianId; } public function getGuardianId() { return $this->guardianId; } /** * @param Google_Service_Classroom_UserProfile */ public function setGuardianProfile(Google_Service_Classroom_UserProfile $guardianProfile) { $this->guardianProfile = $guardianProfile; } /** * @return Google_Service_Classroom_UserProfile */ public function getGuardianProfile() { return $this->guardianProfile; } public function setInvitedEmailAddress($invitedEmailAddress) { $this->invitedEmailAddress = $invitedEmailAddress; } public function getInvitedEmailAddress() { return $this->invitedEmailAddress; } public function setStudentId($studentId) { $this->studentId = $studentId; } public function getStudentId() { return $this->studentId; } } PK1 ZwNvendor/google/apiclient-services/src/Google/Service/Classroom/GradeHistory.phpnu[actorUserId = $actorUserId; } public function getActorUserId() { return $this->actorUserId; } public function setGradeChangeType($gradeChangeType) { $this->gradeChangeType = $gradeChangeType; } public function getGradeChangeType() { return $this->gradeChangeType; } public function setGradeTimestamp($gradeTimestamp) { $this->gradeTimestamp = $gradeTimestamp; } public function getGradeTimestamp() { return $this->gradeTimestamp; } public function setMaxPoints($maxPoints) { $this->maxPoints = $maxPoints; } public function getMaxPoints() { return $this->maxPoints; } public function setPointsEarned($pointsEarned) { $this->pointsEarned = $pointsEarned; } public function getPointsEarned() { return $this->pointsEarned; } } PK1 ZȐ`vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkMaterialResponse.phpnu[courseWorkMaterial = $courseWorkMaterial; } /** * @return Google_Service_Classroom_CourseWorkMaterial[] */ public function getCourseWorkMaterial() { return $this->courseWorkMaterial; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z`vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Classroom_StudentSubmission[] */ public function setStudentSubmissions($studentSubmissions) { $this->studentSubmissions = $studentSubmissions; } /** * @return Google_Service_Classroom_StudentSubmission[] */ public function getStudentSubmissions() { return $this->studentSubmissions; } } PK1 Z }Jvendor/google/apiclient-services/src/Google/Service/Classroom/Material.phpnu[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; } } PK1 ZaQQFvendor/google/apiclient-services/src/Google/Service/Classroom/Form.phpnu[formUrl = $formUrl; } public function getFormUrl() { return $this->formUrl; } public function setResponseUrl($responseUrl) { $this->responseUrl = $responseUrl; } public function getResponseUrl() { return $this->responseUrl; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z]Rvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Courses.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $courses = $classroomService->courses; * */ class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource { /** * Creates a course. The user specified in `ownerId` is the owner of the created * course and added as a teacher. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to create * courses or for access errors. * `NOT_FOUND` if the primary teacher is not a * valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled * or for the following request errors: * UserGroupsMembershipLimitReached * * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists. * (courses.create) * * @param Google_Service_Classroom_Course $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Course */ public function create(Google_Service_Classroom_Course $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Course"); } /** * Deletes a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to delete the * requested course or for access errors. * `NOT_FOUND` if no course exists with * the requested ID. (courses.delete) * * @param string $id Identifier of the course to delete. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access the * requested course or for access errors. * `NOT_FOUND` if no course exists with * the requested ID. (courses.get) * * @param string $id Identifier of the course to return. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Course */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Course"); } /** * Returns a list of courses that the requesting user is permitted to view, * restricted to those that match the request. Returned courses are ordered by * creation time, with the most recently created coming first. This method * returns the following error codes: * `PERMISSION_DENIED` for access errors. * * `INVALID_ARGUMENT` if the query argument is malformed. * `NOT_FOUND` if any * users specified in the query arguments do not exist. (courses.listCourses) * * @param array $optParams Optional parameters. * * @opt_param string courseStates Restricts returned courses to those in one of * the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, * DECLINED. * @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. * @opt_param string studentId Restricts returned courses to those having a * student with the specified identifier. The identifier can be one of the * following: * the numeric identifier for the user * the email address of the * user * the string literal `"me"`, indicating the requesting user * @opt_param string 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 * @return Google_Service_Classroom_ListCoursesResponse */ public function listCourses($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListCoursesResponse"); } /** * Updates one or more fields in a course. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * modify the requested course or for access errors. * `NOT_FOUND` if no course * exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are * specified in the update mask or if no update mask is supplied. * * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable * (courses.patch) * * @param string $id Identifier of the course to update. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_Course $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the course * to update. This field is required to do an update. The update will fail if * invalid fields are specified. The following fields are valid: * `name` * * `section` * `descriptionHeading` * `description` * `room` * `courseState` * * `ownerId` Note: patches to ownerId are treated as being effective * immediately, but in practice it may take some time for the ownership transfer * of all affected resources to complete. When set in a query parameter, this * field should be specified as `updateMask=,,...` * @return Google_Service_Classroom_Course */ public function patch($id, Google_Service_Classroom_Course $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_Course"); } /** * Updates a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to modify the * requested course or for access errors. * `NOT_FOUND` if no course exists with * the requested ID. * `FAILED_PRECONDITION` for the following request errors: * * CourseNotModifiable (courses.update) * * @param string $id Identifier of the course to update. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_Course $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Course */ public function update($id, Google_Service_Classroom_Course $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Classroom_Course"); } } PK1 Z54](](\vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $courseWork = $classroomService->courseWork; * */ class Google_Service_Classroom_Resource_CoursesCourseWork extends Google_Service_Resource { /** * Creates course work. The resulting course work (and corresponding student * submissions) are associated with the Developer Console project of the [OAuth * client ID](https://support.google.com/cloud/answer/6158849) used to make the * request. Classroom API requests to modify course work and student submissions * must be made with an OAuth client ID from the associated Developer Console * project. This method returns the following error codes: * `PERMISSION_DENIED` * if the requesting user is not permitted to access the requested course, * create course work in the requested course, share a Drive attachment, or for * access errors. * `INVALID_ARGUMENT` if the request is malformed. * * `NOT_FOUND` if the requested course does not exist. * `FAILED_PRECONDITION` * for the following request error: * AttachmentNotVisible (courseWork.create) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_CourseWork $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_CourseWork */ public function create($courseId, Google_Service_Classroom_CourseWork $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_CourseWork"); } /** * Deletes a course work. This request must be made by the Developer Console * project of the [OAuth client * ID](https://support.google.com/cloud/answer/6158849) used to create the * corresponding course work item. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting developer project did not * create the corresponding course work, if the requesting user is not permitted * to delete the requested course or for access errors. * `FAILED_PRECONDITION` * if the requested course work has already been deleted. * `NOT_FOUND` if no * course exists with the requested ID. (courseWork.delete) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the course work to delete. This identifier is * a Classroom-assigned identifier. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns course work. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access the * requested course or course work, or for access errors. * `INVALID_ARGUMENT` * if the request is malformed. * `NOT_FOUND` if the requested course or course * work does not exist. (courseWork.get) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the course work. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_CourseWork */ public function get($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_CourseWork"); } /** * Returns a list of course work that the requester is permitted to view. Course * students may only view `PUBLISHED` course work. Course teachers and domain * administrators may view all course work. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the requested course or for access errors. * `INVALID_ARGUMENT` if the * request is malformed. * `NOT_FOUND` if the requested course does not exist. * (courseWork.listCoursesCourseWork) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * * @opt_param 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 * token. * @return Google_Service_Classroom_ListCourseWorkResponse */ public function listCoursesCourseWork($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListCourseWorkResponse"); } /** * Modifies assignee mode and options of a coursework. Only a teacher of the * course that contains the coursework may call this method. This method returns * the following error codes: * `PERMISSION_DENIED` if the requesting user is * not permitted to access the requested course or course work or for access * errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if * the requested course or course work does not exist. * (courseWork.modifyAssignees) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the coursework. * @param Google_Service_Classroom_ModifyCourseWorkAssigneesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_CourseWork */ public function modifyAssignees($courseId, $id, Google_Service_Classroom_ModifyCourseWorkAssigneesRequest $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyAssignees', array($params), "Google_Service_Classroom_CourseWork"); } /** * Updates one or more fields of a course work. See * google.classroom.v1.CourseWork for details of which fields may be updated and * who may change them. This request must be made by the Developer Console * project of the [OAuth client * ID](https://support.google.com/cloud/answer/6158849) used to create the * corresponding course work item. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting developer project did not * create the corresponding course work, if the user is not permitted to make * the requested modification to the student submission, or for access errors. * * `INVALID_ARGUMENT` if the request is malformed. * `FAILED_PRECONDITION` if * the requested course work has already been deleted. * `NOT_FOUND` if the * requested course, course work, or student submission does not exist. * (courseWork.patch) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the course work. * @param Google_Service_Classroom_CourseWork $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the course * work to update. This field is required to do an update. The update fails if * invalid fields are specified. If a field supports empty values, it can be * cleared by specifying it in the update mask and not in the CourseWork object. * If a field that does not support empty values is included in the update mask * and not set in the CourseWork object, an `INVALID_ARGUMENT` error is * returned. The following fields may be specified by teachers: * `title` * * `description` * `state` * `due_date` * `due_time` * `max_points` * * `scheduled_time` * `submission_modification_mode` * `topic_id` * @return Google_Service_Classroom_CourseWork */ public function patch($courseId, $id, Google_Service_Classroom_CourseWork $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_CourseWork"); } } PK1 Z\$$jvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardianInvitations.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $guardianInvitations = $classroomService->guardianInvitations; * */ class Google_Service_Classroom_Resource_UserProfilesGuardianInvitations extends Google_Service_Resource { /** * Creates a guardian invitation, and sends an email to the guardian asking them * to confirm that they are the student's guardian. Once the guardian accepts * the invitation, their `state` will change to `COMPLETED` and they will start * receiving guardian notifications. A `Guardian` resource will also be created * to represent the active guardian. The request object must have the * `student_id` and `invited_email_address` fields set. Failing to set these * fields, or setting any other fields in the request, will result in an error. * This method returns the following error codes: * `PERMISSION_DENIED` if the * current user does not have permission to manage guardians, if the guardian in * question has already rejected too many requests for that student, if * guardians are not enabled for the domain in question, or for other access * errors. * `RESOURCE_EXHAUSTED` if the student or guardian has exceeded the * guardian link limit. * `INVALID_ARGUMENT` if the guardian email address is * not valid (for example, if it is too long), or if the format of the student * ID provided cannot be recognized (it is not an email address, nor a `user_id` * from this API). This error will also be returned if read-only fields are set, * or if the `state` field is set to to a value other than `PENDING`. * * `NOT_FOUND` if the student ID provided is a valid student ID, but Classroom * has no record of that student. * `ALREADY_EXISTS` if there is already a * pending guardian invitation for the student and `invited_email_address` * provided, or if the provided `invited_email_address` matches the Google * account of an existing `Guardian` for this user. (guardianInvitations.create) * * @param string $studentId ID of the student (in standard format) * @param Google_Service_Classroom_GuardianInvitation $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_GuardianInvitation */ public function create($studentId, Google_Service_Classroom_GuardianInvitation $postBody, $optParams = array()) { $params = array('studentId' => $studentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_GuardianInvitation"); } /** * Returns a specific guardian invitation. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * view guardian invitations for the student identified by the `student_id`, if * guardians are not enabled for the domain in question, or for other access * errors. * `INVALID_ARGUMENT` if a `student_id` is specified, but its format * cannot be recognized (it is not an email address, nor a `student_id` from the * API, nor the literal string `me`). * `NOT_FOUND` if Classroom cannot find any * record of the given student or `invitation_id`. May also be returned if the * student exists, but the requesting user does not have access to see that * student. (guardianInvitations.get) * * @param string $studentId The ID of the student whose guardian invitation is * being requested. * @param string $invitationId The `id` field of the `GuardianInvitation` being * requested. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_GuardianInvitation */ public function get($studentId, $invitationId, $optParams = array()) { $params = array('studentId' => $studentId, 'invitationId' => $invitationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_GuardianInvitation"); } /** * Returns a list of guardian invitations that the requesting user is permitted * to view, filtered by the parameters provided. This method returns the * following error codes: * `PERMISSION_DENIED` if a `student_id` is specified, * and the requesting user is not permitted to view guardian invitations for * that student, if `"-"` is specified as the `student_id` and the user is not a * domain administrator, if guardians are not enabled for the domain in * question, or for other access errors. * `INVALID_ARGUMENT` if a `student_id` * is specified, but its format cannot be recognized (it is not an email * address, nor a `student_id` from the API, nor the literal string `me`). May * also be returned if an invalid `page_token` or `state` is provided. * * `NOT_FOUND` if a `student_id` is specified, and its format can be recognized, * but Classroom has no record of that student. * (guardianInvitations.listUserProfilesGuardianInvitations) * * @param string $studentId The ID of the student whose guardian invitations are * to be returned. The identifier can be one of the following: * the numeric * identifier for the user * the email address of the user * the string literal * `"me"`, indicating the requesting user * the string literal `"-"`, indicating * that results should be returned for all students that the requesting user is * permitted to view guardian invitations. * @param array $optParams Optional parameters. * * @opt_param string invitedEmailAddress If specified, only results with the * specified `invited_email_address` are returned. * @opt_param int pageSize Maximum number of items to return. Zero or * unspecified indicates that the server may assign a maximum. The server may * return fewer than the specified number of results. * @opt_param string pageToken nextPageToken value returned from a previous list * call, indicating that the subsequent page of results should be returned. The * list request must be otherwise identical to the one that resulted in this * token. * @opt_param string states If specified, only results with the specified * `state` values are returned. Otherwise, results with a `state` of `PENDING` * are returned. * @return Google_Service_Classroom_ListGuardianInvitationsResponse */ public function listUserProfilesGuardianInvitations($studentId, $optParams = array()) { $params = array('studentId' => $studentId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListGuardianInvitationsResponse"); } /** * Modifies a guardian invitation. Currently, the only valid modification is to * change the `state` from `PENDING` to `COMPLETE`. This has the effect of * withdrawing the invitation. This method returns the following error codes: * * `PERMISSION_DENIED` if the current user does not have permission to manage * guardians, if guardians are not enabled for the domain in question or for * other access errors. * `FAILED_PRECONDITION` if the guardian link is not in * the `PENDING` state. * `INVALID_ARGUMENT` if the format of the student ID * provided cannot be recognized (it is not an email address, nor a `user_id` * from this API), or if the passed `GuardianInvitation` has a `state` other * than `COMPLETE`, or if it modifies fields other than `state`. * `NOT_FOUND` * if the student ID provided is a valid student ID, but Classroom has no record * of that student, or if the `id` field does not refer to a guardian invitation * known to Classroom. (guardianInvitations.patch) * * @param string $studentId The ID of the student whose guardian invitation is * to be modified. * @param string $invitationId The `id` field of the `GuardianInvitation` to be * modified. * @param Google_Service_Classroom_GuardianInvitation $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the course * to update. This field is required to do an update. The update fails if * invalid fields are specified. The following fields are valid: * `state` When * set in a query parameter, this field should be specified as * `updateMask=,,...` * @return Google_Service_Classroom_GuardianInvitation */ public function patch($studentId, $invitationId, Google_Service_Classroom_GuardianInvitation $postBody, $optParams = array()) { $params = array('studentId' => $studentId, 'invitationId' => $invitationId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_GuardianInvitation"); } } PK1 ZST33Zvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $teachers = $classroomService->teachers; * */ class Google_Service_Classroom_Resource_CoursesTeachers extends Google_Service_Resource { /** * Creates a teacher of a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to create * teachers in this course or for access errors. * `NOT_FOUND` if the requested * course ID does not exist. * `FAILED_PRECONDITION` if the requested user's * account is disabled, for the following request errors: * * CourseMemberLimitReached * CourseNotModifiable * CourseTeacherLimitReached * * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if the user is already a * teacher or student in the course. (teachers.create) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_Teacher $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Teacher */ public function create($courseId, Google_Service_Classroom_Teacher $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Teacher"); } /** * Deletes a teacher of a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to delete * teachers of this course or for access errors. * `NOT_FOUND` if no teacher of * this course has the requested ID or if the course does not exist. * * `FAILED_PRECONDITION` if the requested ID belongs to the primary teacher of * this course. (teachers.delete) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $userId Identifier of the teacher to delete. The identifier can * be one of the following: * the numeric identifier for the user * the email * address of the user * the string literal `"me"`, indicating the requesting * user * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $userId, $optParams = array()) { $params = array('courseId' => $courseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a teacher of a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to view * teachers of this course or for access errors. * `NOT_FOUND` if no teacher of * this course has the requested ID or if the course does not exist. * (teachers.get) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $userId Identifier of the teacher to return. The identifier can * be one of the following: * the numeric identifier for the user * the email * address of the user * the string literal `"me"`, indicating the requesting * user * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Teacher */ public function get($courseId, $userId, $optParams = array()) { $params = array('courseId' => $courseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Teacher"); } /** * Returns a list of teachers of this course that the requester is permitted to * view. This method returns the following error codes: * `NOT_FOUND` if the * course does not exist. * `PERMISSION_DENIED` for access errors. * (teachers.listCoursesTeachers) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of items to return. The default is 30 * if unspecified or `0`. 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_ListTeachersResponse */ public function listCoursesTeachers($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListTeachersResponse"); } } PK1 Z9DeXvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTopics.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $topics = $classroomService->topics; * */ class Google_Service_Classroom_Resource_CoursesTopics extends Google_Service_Resource { /** * Creates a topic. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access the * requested course, create a topic in the requested course, or for access * errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if * the requested course does not exist. (topics.create) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_Topic $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Topic */ public function create($courseId, Google_Service_Classroom_Topic $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Topic"); } /** * Deletes a topic. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not allowed to delete the * requested topic or for access errors. * `FAILED_PRECONDITION` if the * requested topic has already been deleted. * `NOT_FOUND` if no course or topic * exists with the requested ID. (topics.delete) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the topic to delete. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a topic. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access the * requested course or topic, or for access errors. * `INVALID_ARGUMENT` if the * request is malformed. * `NOT_FOUND` if the requested course or topic does not * exist. (topics.get) * * @param string $courseId Identifier of the course. * @param string $id Identifier of the topic. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Topic */ public function get($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Topic"); } /** * Returns the list of topics that the requester is permitted to view. This * method returns the following error codes: * `PERMISSION_DENIED` if the * requesting user is not permitted to access the requested course or for access * errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if * the requested course does not exist. (topics.listCoursesTopics) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * * @opt_param 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. * @return Google_Service_Classroom_ListTopicResponse */ public function listCoursesTopics($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListTopicResponse"); } /** * Updates one or more fields of a topic. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting developer project did * not create the corresponding topic or for access errors. * `INVALID_ARGUMENT` * if the request is malformed. * `NOT_FOUND` if the requested course or topic * does not exist (topics.patch) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the topic. * @param Google_Service_Classroom_Topic $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the topic * to update. This field is required to do an update. The update fails if * invalid fields are specified. If a field supports empty values, it can be * cleared by specifying it in the update mask and not in the Topic object. If a * field that does not support empty values is included in the update mask and * not set in the Topic object, an `INVALID_ARGUMENT` error is returned. The * following fields may be specified: * `name` * @return Google_Service_Classroom_Topic */ public function patch($courseId, $id, Google_Service_Classroom_Topic $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_Topic"); } } PK1 ZJVvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $invitations = $classroomService->invitations; * */ class Google_Service_Classroom_Resource_Invitations extends Google_Service_Resource { /** * Accepts an invitation, removing it and adding the invited user to the * teachers or students (as appropriate) of the specified course. Only the * invited user may accept an invitation. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * accept the requested invitation or for access errors. * `FAILED_PRECONDITION` * for the following request errors: * CourseMemberLimitReached * * CourseNotModifiable * CourseTeacherLimitReached * * UserGroupsMembershipLimitReached * `NOT_FOUND` if no invitation exists with * the requested ID. (invitations.accept) * * @param string $id Identifier of the invitation to accept. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function accept($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('accept', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Creates an invitation. Only one invitation for a user and course may exist at * a time. Delete and re-create an invitation to make changes. This method * returns the following error codes: * `PERMISSION_DENIED` if the requesting * user is not permitted to create invitations for this course or for access * errors. * `NOT_FOUND` if the course or the user does not exist. * * `FAILED_PRECONDITION` if the requested user's account is disabled or if the * user already has this role or a role with greater permissions. * * `ALREADY_EXISTS` if an invitation for the specified user and course already * exists. (invitations.create) * * @param Google_Service_Classroom_Invitation $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Invitation */ public function create(Google_Service_Classroom_Invitation $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Invitation"); } /** * Deletes an invitation. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to delete the * requested invitation or for access errors. * `NOT_FOUND` if no invitation * exists with the requested ID. (invitations.delete) * * @param string $id Identifier of the invitation to delete. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns an invitation. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to view the * requested invitation or for access errors. * `NOT_FOUND` if no invitation * exists with the requested ID. (invitations.get) * * @param string $id Identifier of the invitation to return. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Invitation */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Invitation"); } /** * Returns a list of invitations that the requesting user is permitted to view, * restricted to those that match the list request. *Note:* At least one of * `user_id` or `course_id` must be supplied. Both fields can be supplied. This * method returns the following error codes: * `PERMISSION_DENIED` for access * errors. (invitations.listInvitations) * * @param array $optParams Optional parameters. * * @opt_param string courseId Restricts returned invitations to those for a * course with the specified identifier. * @opt_param int pageSize Maximum number of items to return. The default is 500 * if unspecified or `0`. 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. * @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 * @return Google_Service_Classroom_ListInvitationsResponse */ public function listInvitations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListInvitationsResponse"); } } PK1 ZEppXvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Registrations.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $registrations = $classroomService->registrations; * */ class Google_Service_Classroom_Resource_Registrations extends Google_Service_Resource { /** * Creates a `Registration`, causing Classroom to start sending notifications * from the provided `feed` to the destination provided in `cloudPubSubTopic`. * Returns the created `Registration`. Currently, this will be the same as the * argument, but with server-assigned fields such as `expiry_time` and `id` * filled in. Note that any value specified for the `expiry_time` or `id` fields * will be ignored. While Classroom may validate the `cloudPubSubTopic` and * return errors on a best effort basis, it is the caller's responsibility to * ensure that it exists and that Classroom has permission to publish to it. * This method may return the following error codes: * `PERMISSION_DENIED` if: * * the authenticated user does not have permission to receive notifications from * the requested field; or * the current user has not granted access to the * current Cloud project with the appropriate scope for the requested feed. Note * that domain-wide delegation of authority is not currently supported for this * purpose. If the request has the appropriate scope, but no grant exists, a * Request Errors is returned. * another access error is encountered. * * `INVALID_ARGUMENT` if: * no `cloudPubsubTopic` is specified, or the specified * `cloudPubsubTopic` is not valid; or * no `feed` is specified, or the * specified `feed` is not valid. * `NOT_FOUND` if: * the specified `feed` * cannot be located, or the requesting user does not have permission to * determine whether or not it exists; or * the specified `cloudPubsubTopic` * cannot be located, or Classroom has not been granted permission to publish to * it. (registrations.create) * * @param Google_Service_Classroom_Registration $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Registration */ public function create(Google_Service_Classroom_Registration $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Registration"); } /** * Deletes a `Registration`, causing Classroom to stop sending notifications for * that `Registration`. (registrations.delete) * * @param string $registrationId The `registration_id` of the `Registration` to * be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($registrationId, $optParams = array()) { $params = array('registrationId' => $registrationId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } } PK1 ZƿJ]]`vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $guardians = $classroomService->guardians; * */ class Google_Service_Classroom_Resource_UserProfilesGuardians extends Google_Service_Resource { /** * Deletes a guardian. The guardian will no longer receive guardian * notifications and the guardian will no longer be accessible via the API. This * method returns the following error codes: * `PERMISSION_DENIED` if no user * that matches the provided `student_id` is visible to the requesting user, if * the requesting user is not permitted to manage guardians for the student * identified by the `student_id`, if guardians are not enabled for the domain * in question, or for other access errors. * `INVALID_ARGUMENT` if a * `student_id` is specified, but its format cannot be recognized (it is not an * email address, nor a `student_id` from the API). * `NOT_FOUND` if the * requesting user is permitted to modify guardians for the requested * `student_id`, but no `Guardian` record exists for that student with the * provided `guardian_id`. (guardians.delete) * * @param string $studentId The student whose guardian is to be deleted. One of * the following: * the numeric identifier for the user * the email address of * the user * the string literal `"me"`, indicating the requesting user * @param string $guardianId The `id` field from a `Guardian`. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($studentId, $guardianId, $optParams = array()) { $params = array('studentId' => $studentId, 'guardianId' => $guardianId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a specific guardian. This method returns the following error codes: * * `PERMISSION_DENIED` if no user that matches the provided `student_id` is * visible to the requesting user, if the requesting user is not permitted to * view guardian information for the student identified by the `student_id`, if * guardians are not enabled for the domain in question, or for other access * errors. * `INVALID_ARGUMENT` if a `student_id` is specified, but its format * cannot be recognized (it is not an email address, nor a `student_id` from the * API, nor the literal string `me`). * `NOT_FOUND` if the requesting user is * permitted to view guardians for the requested `student_id`, but no `Guardian` * record exists for that student that matches the provided `guardian_id`. * (guardians.get) * * @param string $studentId The student whose guardian is being requested. One * of the following: * the numeric identifier for the user * the email address * of the user * the string literal `"me"`, indicating the requesting user * @param string $guardianId The `id` field from a `Guardian`. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Guardian */ public function get($studentId, $guardianId, $optParams = array()) { $params = array('studentId' => $studentId, 'guardianId' => $guardianId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Guardian"); } /** * Returns a list of guardians that the requesting user is permitted to view, * restricted to those that match the request. To list guardians for any student * that the requesting user may view guardians for, use the literal character * `-` for the student ID. This method returns the following error codes: * * `PERMISSION_DENIED` if a `student_id` is specified, and the requesting user * is not permitted to view guardian information for that student, if `"-"` is * specified as the `student_id` and the user is not a domain administrator, if * guardians are not enabled for the domain in question, if the * `invited_email_address` filter is set by a user who is not a domain * administrator, or for other access errors. * `INVALID_ARGUMENT` if a * `student_id` is specified, but its format cannot be recognized (it is not an * email address, nor a `student_id` from the API, nor the literal string `me`). * May also be returned if an invalid `page_token` is provided. * `NOT_FOUND` if * a `student_id` is specified, and its format can be recognized, but Classroom * has no record of that student. (guardians.listUserProfilesGuardians) * * @param string $studentId Filter results by the student who the guardian is * linked to. The identifier can be one of the following: * the numeric * identifier for the user * the email address of the user * the string literal * `"me"`, indicating the requesting user * the string literal `"-"`, indicating * that results should be returned for all students that the requesting user has * access to view. * @param array $optParams Optional parameters. * * @opt_param string invitedEmailAddress Filter results by the email address * that the original invitation was sent to, resulting in this guardian link. * This filter can only be used by domain administrators. * @opt_param int pageSize Maximum number of items to return. Zero or * unspecified indicates that the server may assign a maximum. The server may * return fewer than the specified number of results. * @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()) { $params = array('studentId' => $studentId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListGuardiansResponse"); } } PK1 Z#Zvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $students = $classroomService->students; * */ class Google_Service_Classroom_Resource_CoursesStudents extends Google_Service_Resource { /** * Adds a user as a student of a course. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * create students in this course or for access errors. * `NOT_FOUND` if the * requested course ID does not exist. * `FAILED_PRECONDITION` if the requested * user's account is disabled, for the following request errors: * * CourseMemberLimitReached * CourseNotModifiable * * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if the user is already a * student or teacher in the course. (students.create) * * @param string $courseId Identifier of the course to create the student in. * This identifier can be either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_Student $postBody * @param array $optParams Optional parameters. * * @opt_param string enrollmentCode Enrollment code of the course to create the * student in. This code is required if userId corresponds to the requesting * user; it may be omitted if the requesting user has administrative permissions * to create students for any user. * @return Google_Service_Classroom_Student */ public function create($courseId, Google_Service_Classroom_Student $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Student"); } /** * Deletes a student of a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to delete * students of this course or for access errors. * `NOT_FOUND` if no student of * this course has the requested ID or if the course does not exist. * (students.delete) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $userId Identifier of the student to delete. The identifier can * be one of the following: * the numeric identifier for the user * the email * address of the user * the string literal `"me"`, indicating the requesting * user * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $userId, $optParams = array()) { $params = array('courseId' => $courseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a student of a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to view * students of this course or for access errors. * `NOT_FOUND` if no student of * this course has the requested ID or if the course does not exist. * (students.get) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $userId Identifier of the student to return. The identifier can * be one of the following: * the numeric identifier for the user * the email * address of the user * the string literal `"me"`, indicating the requesting * user * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Student */ public function get($courseId, $userId, $optParams = array()) { $params = array('courseId' => $courseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Student"); } /** * Returns a list of students of this course that the requester is permitted to * view. This method returns the following error codes: * `NOT_FOUND` if the * course does not exist. * `PERMISSION_DENIED` for access errors. * (students.listCoursesStudents) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of items to return. The default is 30 * if unspecified or `0`. 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_ListStudentsResponse */ public function listCoursesStudents($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListStudentsResponse"); } } PK1 Z>93)#)#evendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkMaterials.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $courseWorkMaterials = $classroomService->courseWorkMaterials; * */ class Google_Service_Classroom_Resource_CoursesCourseWorkMaterials extends Google_Service_Resource { /** * Creates a course work material. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the requested course, create course work material in the requested * course, share a Drive attachment, or for access errors. * `INVALID_ARGUMENT` * if the request is malformed or if more than 20 * materials are provided. * * `NOT_FOUND` if the requested course does not exist. * `FAILED_PRECONDITION` * for the following request error: * AttachmentNotVisible * (courseWorkMaterials.create) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_CourseWorkMaterial $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_CourseWorkMaterial */ public function create($courseId, Google_Service_Classroom_CourseWorkMaterial $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_CourseWorkMaterial"); } /** * Deletes a course work material. 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 material item. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting developer project did * not create the corresponding course work material, if the requesting user is * not permitted to delete the requested course or for access errors. * * `FAILED_PRECONDITION` if the requested course work material has already been * deleted. * `NOT_FOUND` if no course exists with the requested ID. * (courseWorkMaterials.delete) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the course work material to delete. This * identifier is a Classroom-assigned identifier. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a course work material. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the requested course or course work material, or for access errors. * * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the * requested course or course work material does not exist. * (courseWorkMaterials.get) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the course work material. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_CourseWorkMaterial */ public function get($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_CourseWorkMaterial"); } /** * Returns a list of course work material that the requester is permitted to * view. Course students may only view `PUBLISHED` course work material. Course * teachers and domain administrators may view all course work material. 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. * (courseWorkMaterials.listCoursesCourseWorkMaterials) * * @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 courseWorkMaterialStates Restriction on the work status to * return. Only course work material that matches is returned. If unspecified, * items with a work status of `PUBLISHED` is returned. * @opt_param string materialDriveId Optional filtering for course work material * with at least one Drive material whose ID matches the provided string. If * `material_link` is also specified, course work material must have materials * matching both filters. * @opt_param string materialLink Optional filtering for course work material * with at least one link material whose URL partially matches the provided * string. * @opt_param string orderBy Optional sort ordering for results. A comma- * separated list of fields with an optional sort direction keyword. Supported * field is `updateTime`. Supported direction keywords are `asc` and `desc`. If * not specified, `updateTime desc` is the default behavior. Examples: * `updateTime asc`, `updateTime` * @opt_param 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. * @return Google_Service_Classroom_ListCourseWorkMaterialResponse */ public function listCoursesCourseWorkMaterials($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListCourseWorkMaterialResponse"); } /** * Updates one or more fields of a course work material. This method returns the * following error codes: * `PERMISSION_DENIED` if the requesting developer * project for access errors. * `INVALID_ARGUMENT` if the request is malformed. * * `FAILED_PRECONDITION` if the requested course work material has already * been deleted. * `NOT_FOUND` if the requested course or course work material * does not exist (courseWorkMaterials.patch) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the course work material. * @param Google_Service_Classroom_CourseWorkMaterial $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the course * work material to update. This field is required to do an update. The update * fails if invalid fields are specified. If a field supports empty values, it * can be cleared by specifying it in the update mask and not in the course work * material object. If a field that does not support empty values is included in * the update mask and not set in the course work material object, an * `INVALID_ARGUMENT` error is returned. The following fields may be specified * by teachers: * `title` * `description` * `state` * `scheduled_time` * * `topic_id` * @return Google_Service_Classroom_CourseWorkMaterial */ public function patch($courseId, $id, Google_Service_Classroom_CourseWorkMaterial $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_CourseWorkMaterial"); } } PK1 Z!γrrYvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $aliases = $classroomService->aliases; * */ class Google_Service_Classroom_Resource_CoursesAliases extends Google_Service_Resource { /** * Creates an alias for a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to create the * alias or for access errors. * `NOT_FOUND` if the course does not exist. * * `ALREADY_EXISTS` if the alias already exists. * `FAILED_PRECONDITION` if the * alias requested does not make sense for the requesting user or course (for * example, if a user not in a domain attempts to access a domain-scoped alias). * (aliases.create) * * @param string $courseId Identifier of the course to alias. This identifier * can be either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_CourseAlias $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_CourseAlias */ public function create($courseId, Google_Service_Classroom_CourseAlias $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_CourseAlias"); } /** * Deletes an alias of a course. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to remove the * alias or for access errors. * `NOT_FOUND` if the alias does not exist. * * `FAILED_PRECONDITION` if the alias requested does not make sense for the * requesting user or course (for example, if a user not in a domain attempts to * delete a domain-scoped alias). (aliases.delete) * * @param string $courseId Identifier of the course whose alias should be * deleted. This identifier can be either the Classroom-assigned identifier or * an alias. * @param string $alias Alias to delete. This may not be the Classroom-assigned * identifier. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $alias, $optParams = array()) { $params = array('courseId' => $courseId, 'alias' => $alias); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a list of aliases for a course. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the course or for access errors. * `NOT_FOUND` if the course does not * exist. (aliases.listCoursesAliases) * * @param string $courseId The identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * * @opt_param 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. * @return Google_Service_Classroom_ListCourseAliasesResponse */ public function listCoursesAliases($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListCourseAliasesResponse"); } } PK1 Z>_$$_vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAnnouncements.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $announcements = $classroomService->announcements; * */ class Google_Service_Classroom_Resource_CoursesAnnouncements extends Google_Service_Resource { /** * Creates an announcement. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access the * requested course, create announcements in the requested course, share a Drive * attachment, or for access errors. * `INVALID_ARGUMENT` if the request is * malformed. * `NOT_FOUND` if the requested course does not exist. * * `FAILED_PRECONDITION` for the following request error: * AttachmentNotVisible * (announcements.create) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param Google_Service_Classroom_Announcement $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Announcement */ public function create($courseId, Google_Service_Classroom_Announcement $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Classroom_Announcement"); } /** * Deletes an announcement. This request must be made by the Developer Console * project of the [OAuth client * ID](https://support.google.com/cloud/answer/6158849) used to create the * corresponding announcement item. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting developer project did not * create the corresponding announcement, if the requesting user is not * permitted to delete the requested course or for access errors. * * `FAILED_PRECONDITION` if the requested announcement has already been deleted. * * `NOT_FOUND` if no course exists with the requested ID. * (announcements.delete) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the announcement to delete. This identifier * is a Classroom-assigned identifier. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function delete($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns an announcement. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access the * requested course or announcement, or for access errors. * `INVALID_ARGUMENT` * if the request is malformed. * `NOT_FOUND` if the requested course or * announcement does not exist. (announcements.get) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the announcement. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Announcement */ public function get($courseId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_Announcement"); } /** * Returns a list of announcements that the requester is permitted to view. * Course students may only view `PUBLISHED` announcements. Course teachers and * domain administrators may view all announcements. This method returns the * following error codes: * `PERMISSION_DENIED` if the requesting user is not * permitted to access the requested course or for access errors. * * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the * requested course does not exist. (announcements.listCoursesAnnouncements) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param array $optParams Optional parameters. * * @opt_param string announcementStates Restriction on the `state` of * announcements returned. If this argument is left unspecified, the default * value is `PUBLISHED`. * @opt_param string orderBy Optional sort ordering for results. A comma- * separated list of fields with an optional sort direction keyword. Supported * field is `updateTime`. Supported direction keywords are `asc` and `desc`. If * not specified, `updateTime desc` is the default behavior. Examples: * `updateTime asc`, `updateTime` * @opt_param 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. * @return Google_Service_Classroom_ListAnnouncementsResponse */ public function listCoursesAnnouncements($courseId, $optParams = array()) { $params = array('courseId' => $courseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListAnnouncementsResponse"); } /** * Modifies assignee mode and options of an announcement. Only a teacher of the * course that contains the announcement may call this method. This method * returns the following error codes: * `PERMISSION_DENIED` if the requesting * user is not permitted to access the requested course or course work or for * access errors. * `INVALID_ARGUMENT` if the request is malformed. * * `NOT_FOUND` if the requested course or course work does not exist. * (announcements.modifyAssignees) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the announcement. * @param Google_Service_Classroom_ModifyAnnouncementAssigneesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_Announcement */ public function modifyAssignees($courseId, $id, Google_Service_Classroom_ModifyAnnouncementAssigneesRequest $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyAssignees', array($params), "Google_Service_Classroom_Announcement"); } /** * Updates one or more fields of an announcement. This method returns the * following error codes: * `PERMISSION_DENIED` if the requesting developer * project did not create the corresponding announcement or for access errors. * * `INVALID_ARGUMENT` if the request is malformed. * `FAILED_PRECONDITION` if * the requested announcement has already been deleted. * `NOT_FOUND` if the * requested course or announcement does not exist (announcements.patch) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $id Identifier of the announcement. * @param Google_Service_Classroom_Announcement $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the * announcement to update. This field is required to do an update. The update * fails if invalid fields are specified. If a field supports empty values, it * can be cleared by specifying it in the update mask and not in the * Announcement object. If a field that does not support empty values is * included in the update mask and not set in the Announcement object, an * `INVALID_ARGUMENT` error is returned. The following fields may be specified * by teachers: * `text` * `state` * `scheduled_time` * @return Google_Service_Classroom_Announcement */ public function patch($courseId, $id, Google_Service_Classroom_Announcement $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_Announcement"); } } PK1 ZInWvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $userProfiles = $classroomService->userProfiles; * */ class Google_Service_Classroom_Resource_UserProfiles extends Google_Service_Resource { /** * Returns a user profile. This method returns the following error codes: * * `PERMISSION_DENIED` if the requesting user is not permitted to access this * user profile, if no profile exists with the requested ID, or for access * errors. (userProfiles.get) * * @param string $userId Identifier of the profile to return. The identifier can * be one of the following: * the numeric identifier for the user * the email * address of the user * the string literal `"me"`, indicating the requesting * user * @param array $optParams Optional parameters. * @return Google_Service_Classroom_UserProfile */ public function get($userId, $optParams = array()) { $params = array('userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_UserProfile"); } } PK1 Z!7!7nvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.phpnu[ * $classroomService = new Google_Service_Classroom(...); * $studentSubmissions = $classroomService->studentSubmissions; * */ class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions extends Google_Service_Resource { /** * Returns a student submission. * `PERMISSION_DENIED` if the requesting user is * not permitted to access the requested course, course work, or student * submission or for access errors. * `INVALID_ARGUMENT` if the request is * malformed. * `NOT_FOUND` if the requested course, course work, or student * submission does not exist. (studentSubmissions.get) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the course work. * @param string $id Identifier of the student submission. * @param array $optParams Optional parameters. * @return Google_Service_Classroom_StudentSubmission */ public function get($courseId, $courseWorkId, $id, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Classroom_StudentSubmission"); } /** * Returns a list of student submissions that the requester is permitted to * view, factoring in the OAuth scopes of the request. `-` may be specified as * the `course_work_id` to include student submissions for multiple course work * items. Course students may only view their own work. Course teachers and * domain administrators may view all student submissions. This method returns * the following error codes: * `PERMISSION_DENIED` if the requesting user is * not permitted to access the requested course or course work, or for access * errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if * the requested course does not exist. * (studentSubmissions.listCoursesCourseWorkStudentSubmissions) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the student work to request. This * may be set to the string literal `"-"` to request student work for all course * work in the specified course. * @param array $optParams Optional parameters. * * @opt_param string late Requested lateness value. If specified, returned * student submissions are restricted by the requested value. If unspecified, * submissions are returned regardless of `late` value. * @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. * @opt_param string states Requested submission states. If specified, returned * student submissions match one of the specified submission states. * @opt_param string userId Optional argument to restrict returned student work * to those owned by the student with the specified identifier. The identifier * can be one of the following: * the numeric identifier for the user * the * email address of the user * the string literal `"me"`, indicating the * requesting user * @return Google_Service_Classroom_ListStudentSubmissionsResponse */ public function listCoursesCourseWorkStudentSubmissions($courseId, $courseWorkId, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Classroom_ListStudentSubmissionsResponse"); } /** * Modifies attachments of student submission. Attachments may only be added to * student submissions belonging to course work objects with a `workType` of * `ASSIGNMENT`. This request must be made by the Developer Console project of * the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used * to create the corresponding course work item. This method returns the * following error codes: * `PERMISSION_DENIED` if the requesting user is not * permitted to access the requested course or course work, if the user is not * permitted to modify attachments on the requested student submission, or for * access errors. * `INVALID_ARGUMENT` if the request is malformed. * * `NOT_FOUND` if the requested course, course work, or student submission does * not exist. (studentSubmissions.modifyAttachments) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the course work. * @param string $id Identifier of the student submission. * @param Google_Service_Classroom_ModifyAttachmentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_StudentSubmission */ public function modifyAttachments($courseId, $courseWorkId, $id, Google_Service_Classroom_ModifyAttachmentsRequest $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('modifyAttachments', array($params), "Google_Service_Classroom_StudentSubmission"); } /** * Updates one or more fields of a student submission. See * google.classroom.v1.StudentSubmission for details of which fields may be * updated and who may change them. This request must be made by the Developer * Console project of the [OAuth client * ID](https://support.google.com/cloud/answer/6158849) used to create the * corresponding course work item. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting developer project did not * create the corresponding course work, if the user is not permitted to make * the requested modification to the student submission, or for access errors. * * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the * requested course, course work, or student submission does not exist. * (studentSubmissions.patch) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the course work. * @param string $id Identifier of the student submission. * @param Google_Service_Classroom_StudentSubmission $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask that identifies which fields on the student * submission to update. This field is required to do an update. The update * fails if invalid fields are specified. The following fields may be specified * by teachers: * `draft_grade` * `assigned_grade` * @return Google_Service_Classroom_StudentSubmission */ public function patch($courseId, $courseWorkId, $id, Google_Service_Classroom_StudentSubmission $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Classroom_StudentSubmission"); } /** * Reclaims a student submission on behalf of the student that owns it. * Reclaiming a student submission transfers ownership of attached Drive files * to the student and updates the submission state. Only the student that owns * the requested student submission may call this method, and only for a student * submission that has been turned in. This request must be made by the * Developer Console project of the [OAuth client * ID](https://support.google.com/cloud/answer/6158849) used to create the * corresponding course work item. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the requested course or course work, unsubmit the requested student * submission, or for access errors. * `FAILED_PRECONDITION` if the student * submission has not been turned in. * `INVALID_ARGUMENT` if the request is * malformed. * `NOT_FOUND` if the requested course, course work, or student * submission does not exist. (studentSubmissions.reclaim) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the course work. * @param string $id Identifier of the student submission. * @param Google_Service_Classroom_ReclaimStudentSubmissionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function reclaim($courseId, $courseWorkId, $id, Google_Service_Classroom_ReclaimStudentSubmissionRequest $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('reclaim', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Returns a student submission. Returning a student submission transfers * ownership of attached Drive files to the student and may also update the * submission state. Unlike the Classroom application, returning a student * submission does not set assignedGrade to the draftGrade value. Only a teacher * of the course that contains the requested student submission may call this * method. This request must be made by the Developer Console project of the * [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to * create the corresponding course work item. This method returns the following * error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the requested course or course work, return the requested student * submission, or for access errors. * `INVALID_ARGUMENT` if the request is * malformed. * `NOT_FOUND` if the requested course, course work, or student * submission does not exist. * (studentSubmissions.returnCoursesCourseWorkStudentSubmissions) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the course work. * @param string $id Identifier of the student submission. * @param Google_Service_Classroom_ReturnStudentSubmissionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function returnCoursesCourseWorkStudentSubmissions($courseId, $courseWorkId, $id, Google_Service_Classroom_ReturnStudentSubmissionRequest $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('return', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** * Turns in a student submission. Turning in a student submission transfers * ownership of attached Drive files to the teacher and may also update the * submission state. This may only be called by the student that owns the * specified student submission. This request must be made by the Developer * Console project of the [OAuth client * ID](https://support.google.com/cloud/answer/6158849) used to create the * corresponding course work item. This method returns the following error * codes: * `PERMISSION_DENIED` if the requesting user is not permitted to * access the requested course or course work, turn in the requested student * submission, or for access errors. * `INVALID_ARGUMENT` if the request is * malformed. * `NOT_FOUND` if the requested course, course work, or student * submission does not exist. (studentSubmissions.turnIn) * * @param string $courseId Identifier of the course. This identifier can be * either the Classroom-assigned identifier or an alias. * @param string $courseWorkId Identifier of the course work. * @param string $id Identifier of the student submission. * @param Google_Service_Classroom_TurnInStudentSubmissionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Classroom_ClassroomEmpty */ public function turnIn($courseId, $courseWorkId, $id, Google_Service_Classroom_TurnInStudentSubmissionRequest $postBody, $optParams = array()) { $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('turnIn', array($params), "Google_Service_Classroom_ClassroomEmpty"); } } PK1 ZUSvendor/google/apiclient-services/src/Google/Service/Classroom/ListTopicResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Classroom_Topic[] */ public function setTopic($topic) { $this->topic = $topic; } /** * @return Google_Service_Classroom_Topic[] */ public function getTopic() { return $this->topic; } } PK1 ZIOLvendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.phpnu[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; } } PK1 ZFvendor/google/apiclient-services/src/Google/Service/Classroom/Feed.phpnu[courseRosterChangesInfo = $courseRosterChangesInfo; } /** * @return Google_Service_Classroom_CourseRosterChangesInfo */ public function getCourseRosterChangesInfo() { return $this->courseRosterChangesInfo; } /** * @param Google_Service_Classroom_CourseWorkChangesInfo */ public function setCourseWorkChangesInfo(Google_Service_Classroom_CourseWorkChangesInfo $courseWorkChangesInfo) { $this->courseWorkChangesInfo = $courseWorkChangesInfo; } /** * @return Google_Service_Classroom_CourseWorkChangesInfo */ public function getCourseWorkChangesInfo() { return $this->courseWorkChangesInfo; } public function setFeedType($feedType) { $this->feedType = $feedType; } public function getFeedType() { return $this->feedType; } } PK1 Zl9'Vvendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Classroom_Teacher[] */ public function setTeachers($teachers) { $this->teachers = $teachers; } /** * @return Google_Service_Classroom_Teacher[] */ public function getTeachers() { return $this->teachers; } } PK1 ZgPvendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK1 Z^Lvendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setAssigneeMode($assigneeMode) { $this->assigneeMode = $assigneeMode; } public function getAssigneeMode() { return $this->assigneeMode; } /** * @param Google_Service_Classroom_Assignment */ public function setAssignment(Google_Service_Classroom_Assignment $assignment) { $this->assignment = $assignment; } /** * @return Google_Service_Classroom_Assignment */ public function getAssignment() { return $this->assignment; } public function setAssociatedWithDeveloper($associatedWithDeveloper) { $this->associatedWithDeveloper = $associatedWithDeveloper; } public function getAssociatedWithDeveloper() { return $this->associatedWithDeveloper; } public function setCourseId($courseId) { $this->courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setCreatorUserId($creatorUserId) { $this->creatorUserId = $creatorUserId; } public function getCreatorUserId() { return $this->creatorUserId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Classroom_Date */ public function setDueDate(Google_Service_Classroom_Date $dueDate) { $this->dueDate = $dueDate; } /** * @return Google_Service_Classroom_Date */ public function getDueDate() { return $this->dueDate; } /** * @param Google_Service_Classroom_TimeOfDay */ public function setDueTime(Google_Service_Classroom_TimeOfDay $dueTime) { $this->dueTime = $dueTime; } /** * @return Google_Service_Classroom_TimeOfDay */ public function getDueTime() { return $this->dueTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Classroom_IndividualStudentsOptions */ public function setIndividualStudentsOptions(Google_Service_Classroom_IndividualStudentsOptions $individualStudentsOptions) { $this->individualStudentsOptions = $individualStudentsOptions; } /** * @return Google_Service_Classroom_IndividualStudentsOptions */ public function getIndividualStudentsOptions() { return $this->individualStudentsOptions; } /** * @param Google_Service_Classroom_Material[] */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return Google_Service_Classroom_Material[] */ public function getMaterials() { return $this->materials; } public function setMaxPoints($maxPoints) { $this->maxPoints = $maxPoints; } public function getMaxPoints() { return $this->maxPoints; } /** * @param Google_Service_Classroom_MultipleChoiceQuestion */ public function setMultipleChoiceQuestion(Google_Service_Classroom_MultipleChoiceQuestion $multipleChoiceQuestion) { $this->multipleChoiceQuestion = $multipleChoiceQuestion; } /** * @return Google_Service_Classroom_MultipleChoiceQuestion */ public function getMultipleChoiceQuestion() { return $this->multipleChoiceQuestion; } public function setScheduledTime($scheduledTime) { $this->scheduledTime = $scheduledTime; } public function getScheduledTime() { return $this->scheduledTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSubmissionModificationMode($submissionModificationMode) { $this->submissionModificationMode = $submissionModificationMode; } public function getSubmissionModificationMode() { return $this->submissionModificationMode; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTopicId($topicId) { $this->topicId = $topicId; } public function getTopicId() { return $this->topicId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWorkType($workType) { $this->workType = $workType; } public function getWorkType() { return $this->workType; } } PK1 Z  Uvendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.phpnu[courses = $courses; } /** * @return Google_Service_Classroom_Course[] */ public function getCourses() { return $this->courses; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z*z_dvendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAnnouncementAssigneesRequest.phpnu[assigneeMode = $assigneeMode; } public function getAssigneeMode() { return $this->assigneeMode; } /** * @param Google_Service_Classroom_ModifyIndividualStudentsOptions */ public function setModifyIndividualStudentsOptions(Google_Service_Classroom_ModifyIndividualStudentsOptions $modifyIndividualStudentsOptions) { $this->modifyIndividualStudentsOptions = $modifyIndividualStudentsOptions; } /** * @return Google_Service_Classroom_ModifyIndividualStudentsOptions */ public function getModifyIndividualStudentsOptions() { return $this->modifyIndividualStudentsOptions; } } PK1 Z'QQYvendor/google/apiclient-services/src/Google/Service/Classroom/CourseRosterChangesInfo.phpnu[courseId = $courseId; } public function getCourseId() { return $this->courseId; } } PK1 Z"A4Qvendor/google/apiclient-services/src/Google/Service/Classroom/SharedDriveFile.phpnu[driveFile = $driveFile; } /** * @return Google_Service_Classroom_DriveFile */ public function getDriveFile() { return $this->driveFile; } public function setShareMode($shareMode) { $this->shareMode = $shareMode; } public function getShareMode() { return $this->shareMode; } } PK1 Z7ԷXXRvendor/google/apiclient-services/src/Google/Service/Classroom/GlobalPermission.phpnu[permission = $permission; } public function getPermission() { return $this->permission; } } PK1 Z9 Svendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.phpnu[materials = $materials; } /** * @return Google_Service_Classroom_CourseMaterial[] */ public function getMaterials() { return $this->materials; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 ZK[vendor/google/apiclient-services/src/Google/Service/Classroom/IndividualStudentsOptions.phpnu[studentIds = $studentIds; } public function getStudentIds() { return $this->studentIds; } } PK1 Z>j ==Yvendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.phpnu[invitations = $invitations; } /** * @return Google_Service_Classroom_Invitation[] */ public function getInvitations() { return $this->invitations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZIK9Svendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setAssignedGrade($assignedGrade) { $this->assignedGrade = $assignedGrade; } public function getAssignedGrade() { return $this->assignedGrade; } /** * @param Google_Service_Classroom_AssignmentSubmission */ public function setAssignmentSubmission(Google_Service_Classroom_AssignmentSubmission $assignmentSubmission) { $this->assignmentSubmission = $assignmentSubmission; } /** * @return Google_Service_Classroom_AssignmentSubmission */ public function getAssignmentSubmission() { return $this->assignmentSubmission; } public function setAssociatedWithDeveloper($associatedWithDeveloper) { $this->associatedWithDeveloper = $associatedWithDeveloper; } public function getAssociatedWithDeveloper() { return $this->associatedWithDeveloper; } public function setCourseId($courseId) { $this->courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setCourseWorkId($courseWorkId) { $this->courseWorkId = $courseWorkId; } public function getCourseWorkId() { return $this->courseWorkId; } public function setCourseWorkType($courseWorkType) { $this->courseWorkType = $courseWorkType; } public function getCourseWorkType() { return $this->courseWorkType; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDraftGrade($draftGrade) { $this->draftGrade = $draftGrade; } public function getDraftGrade() { return $this->draftGrade; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLate($late) { $this->late = $late; } public function getLate() { return $this->late; } /** * @param Google_Service_Classroom_MultipleChoiceSubmission */ public function setMultipleChoiceSubmission(Google_Service_Classroom_MultipleChoiceSubmission $multipleChoiceSubmission) { $this->multipleChoiceSubmission = $multipleChoiceSubmission; } /** * @return Google_Service_Classroom_MultipleChoiceSubmission */ public function getMultipleChoiceSubmission() { return $this->multipleChoiceSubmission; } /** * @param Google_Service_Classroom_ShortAnswerSubmission */ public function setShortAnswerSubmission(Google_Service_Classroom_ShortAnswerSubmission $shortAnswerSubmission) { $this->shortAnswerSubmission = $shortAnswerSubmission; } /** * @return Google_Service_Classroom_ShortAnswerSubmission */ public function getShortAnswerSubmission() { return $this->shortAnswerSubmission; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Classroom_SubmissionHistory[] */ public function setSubmissionHistory($submissionHistory) { $this->submissionHistory = $submissionHistory; } /** * @return Google_Service_Classroom_SubmissionHistory[] */ public function getSubmissionHistory() { return $this->submissionHistory; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK1 ZvLvendor/google/apiclient-services/src/Google/Service/Classroom/Invitation.phpnu[courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK1 Z!00Mvendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.phpnu[alias = $alias; } public function getAlias() { return $this->alias; } } PK1 Zd33Xvendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.phpnu[courseWork = $courseWork; } /** * @return Google_Service_Classroom_CourseWork[] */ public function getCourseWork() { return $this->courseWork; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZT*|MMHvendor/google/apiclient-services/src/Google/Service/Classroom/Course.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setCalendarId($calendarId) { $this->calendarId = $calendarId; } public function getCalendarId() { return $this->calendarId; } public function setCourseGroupEmail($courseGroupEmail) { $this->courseGroupEmail = $courseGroupEmail; } public function getCourseGroupEmail() { return $this->courseGroupEmail; } /** * @param Google_Service_Classroom_CourseMaterialSet[] */ public function setCourseMaterialSets($courseMaterialSets) { $this->courseMaterialSets = $courseMaterialSets; } /** * @return Google_Service_Classroom_CourseMaterialSet[] */ public function getCourseMaterialSets() { return $this->courseMaterialSets; } public function setCourseState($courseState) { $this->courseState = $courseState; } public function getCourseState() { return $this->courseState; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDescriptionHeading($descriptionHeading) { $this->descriptionHeading = $descriptionHeading; } public function getDescriptionHeading() { return $this->descriptionHeading; } public function setEnrollmentCode($enrollmentCode) { $this->enrollmentCode = $enrollmentCode; } public function getEnrollmentCode() { return $this->enrollmentCode; } public function setGuardiansEnabled($guardiansEnabled) { $this->guardiansEnabled = $guardiansEnabled; } public function getGuardiansEnabled() { return $this->guardiansEnabled; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwnerId($ownerId) { $this->ownerId = $ownerId; } public function getOwnerId() { return $this->ownerId; } public function setRoom($room) { $this->room = $room; } public function getRoom() { return $this->room; } public function setSection($section) { $this->section = $section; } public function getSection() { return $this->section; } /** * @param Google_Service_Classroom_DriveFolder */ public function setTeacherFolder(Google_Service_Classroom_DriveFolder $teacherFolder) { $this->teacherFolder = $teacherFolder; } /** * @return Google_Service_Classroom_DriveFolder */ public function getTeacherFolder() { return $this->teacherFolder; } public function setTeacherGroupEmail($teacherGroupEmail) { $this->teacherGroupEmail = $teacherGroupEmail; } public function getTeacherGroupEmail() { return $this->teacherGroupEmail; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Z^WW[vendor/google/apiclient-services/src/Google/Service/Classroom/ListAnnouncementsResponse.phpnu[announcements = $announcements; } /** * @return Google_Service_Classroom_Announcement[] */ public function getAnnouncements() { return $this->announcements; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z%%Svendor/google/apiclient-services/src/Google/Service/Classroom/SubmissionHistory.phpnu[gradeHistory = $gradeHistory; } /** * @return Google_Service_Classroom_GradeHistory */ public function getGradeHistory() { return $this->gradeHistory; } /** * @param Google_Service_Classroom_StateHistory */ public function setStateHistory(Google_Service_Classroom_StateHistory $stateHistory) { $this->stateHistory = $stateHistory; } /** * @return Google_Service_Classroom_StateHistory */ public function getStateHistory() { return $this->stateHistory; } } PK1 Z]*AAKvendor/google/apiclient-services/src/Google/Service/Classroom/DriveFile.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z #avendor/google/apiclient-services/src/Google/Service/Classroom/ReclaimStudentSubmissionRequest.phpnu[alternateLink = $alternateLink; } public function getAlternateLink() { return $this->alternateLink; } public function setAssigneeMode($assigneeMode) { $this->assigneeMode = $assigneeMode; } public function getAssigneeMode() { return $this->assigneeMode; } public function setCourseId($courseId) { $this->courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setCreatorUserId($creatorUserId) { $this->creatorUserId = $creatorUserId; } public function getCreatorUserId() { return $this->creatorUserId; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Classroom_IndividualStudentsOptions */ public function setIndividualStudentsOptions(Google_Service_Classroom_IndividualStudentsOptions $individualStudentsOptions) { $this->individualStudentsOptions = $individualStudentsOptions; } /** * @return Google_Service_Classroom_IndividualStudentsOptions */ public function getIndividualStudentsOptions() { return $this->individualStudentsOptions; } /** * @param Google_Service_Classroom_Material[] */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return Google_Service_Classroom_Material[] */ public function getMaterials() { return $this->materials; } public function setScheduledTime($scheduledTime) { $this->scheduledTime = $scheduledTime; } public function getScheduledTime() { return $this->scheduledTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTopicId($topicId) { $this->topicId = $topicId; } public function getTopicId() { return $this->topicId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Zp[vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseAliasesResponse.phpnu[aliases = $aliases; } /** * @return Google_Service_Classroom_CourseAlias[] */ public function getAliases() { return $this->aliases; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z>T((Gvendor/google/apiclient-services/src/Google/Service/Classroom/Topic.phpnu[courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTopicId($topicId) { $this->topicId = $topicId; } public function getTopicId() { return $this->topicId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Z8̕avendor/google/apiclient-services/src/Google/Service/Classroom/ModifyIndividualStudentsOptions.phpnu[addStudentIds = $addStudentIds; } public function getAddStudentIds() { return $this->addStudentIds; } public function setRemoveStudentIds($removeStudentIds) { $this->removeStudentIds = $removeStudentIds; } public function getRemoveStudentIds() { return $this->removeStudentIds; } } PK1 ZR bvendor/google/apiclient-services/src/Google/Service/Classroom/ModifyCourseWorkAssigneesRequest.phpnu[assigneeMode = $assigneeMode; } public function getAssigneeMode() { return $this->assigneeMode; } /** * @param Google_Service_Classroom_ModifyIndividualStudentsOptions */ public function setModifyIndividualStudentsOptions(Google_Service_Classroom_ModifyIndividualStudentsOptions $modifyIndividualStudentsOptions) { $this->modifyIndividualStudentsOptions = $modifyIndividualStudentsOptions; } /** * @return Google_Service_Classroom_ModifyIndividualStudentsOptions */ public function getModifyIndividualStudentsOptions() { return $this->modifyIndividualStudentsOptions; } } PK1 ZqAAWvendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.phpnu[answer = $answer; } public function getAnswer() { return $this->answer; } } PK1 Z;ssIvendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.phpnu[courseId = $courseId; } public function getCourseId() { return $this->courseId; } /** * @param Google_Service_Classroom_UserProfile */ public function setProfile(Google_Service_Classroom_UserProfile $profile) { $this->profile = $profile; } /** * @return Google_Service_Classroom_UserProfile */ public function getProfile() { return $this->profile; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK1 Zv$LmmVvendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.phpnu[attachments = $attachments; } /** * @return Google_Service_Classroom_Attachment[] */ public function getAttachments() { return $this->attachments; } } PK1 Z_T##Wvendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.phpnu[guardians = $guardians; } /** * @return Google_Service_Classroom_Guardian[] */ public function getGuardians() { return $this->guardians; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z lFvendor/google/apiclient-services/src/Google/Service/Classroom/Name.phpnu[familyName = $familyName; } public function getFamilyName() { return $this->familyName; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setGivenName($givenName) { $this->givenName = $givenName; } public function getGivenName() { return $this->givenName; } } PK1 Zv ̌Zvendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.phpnu[addAttachments = $addAttachments; } /** * @return Google_Service_Classroom_Attachment[] */ public function getAddAttachments() { return $this->addAttachments; } } PK1 ZIr`vendor/google/apiclient-services/src/Google/Service/Classroom/TurnInStudentSubmissionRequest.phpnu[thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 ZwxxGvendor/google/apiclient-services/src/Google/Service/PostmasterTools.phpnu[ * The Postmaster Tools API is a RESTful API that provides programmatic access * to email traffic metrics (like spam reports, delivery errors etc) otherwise * available through the Gmail Postmaster Tools UI currently.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PostmasterTools extends Google_Service { /** See email traffic metrics for the domains you have registered in Gmail Postmaster Tools. */ const POSTMASTER_READONLY = "https://www.googleapis.com/auth/postmaster.readonly"; public $domains; public $domains_trafficStats; /** * Constructs the internal representation of the PostmasterTools service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://gmailpostmastertools.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'gmailpostmastertools'; $this->domains = new Google_Service_PostmasterTools_Resource_Domains( $this, $this->serviceName, 'domains', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/domains', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->domains_trafficStats = new Google_Service_PostmasterTools_Resource_DomainsTrafficStats( $this, $this->serviceName, 'trafficStats', 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}/trafficStats', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'endDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'endDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'endDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'startDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'startDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'startDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK1 Z!\Evendor/google/apiclient-services/src/Google/Service/FirebaseRules.phpnu[ * Creates and manages rules that determine when a Firebase Rules-enabled * service should permit a request.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseRules extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; /** View all your Firebase data and settings. */ const FIREBASE_READONLY = "https://www.googleapis.com/auth/firebase.readonly"; public $projects; public $projects_releases; public $projects_rulesets; /** * Constructs the internal representation of the FirebaseRules service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firebaserules.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'firebaserules'; $this->projects = new Google_Service_FirebaseRules_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'test' => array( 'path' => 'v1/{+name}:test', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_releases = new Google_Service_FirebaseRules_Resource_ProjectsReleases( $this, $this->serviceName, 'releases', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}/releases', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getExecutable' => array( 'path' => 'v1/{+name}:getExecutable', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'executableVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+name}/releases', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), '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, ), ), ), ) ) ); $this->projects_rulesets = new Google_Service_FirebaseRules_Resource_ProjectsRulesets( $this, $this->serviceName, 'rulesets', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}/rulesets', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/rulesets', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z $?vendor/google/apiclient-services/src/Google/Service/Storage.phpnu[ * Stores and retrieves potentially large, immutable data objects.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Storage extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Manage your data and permissions in Google Cloud Storage. */ const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"; /** View your data in Google Cloud Storage. */ const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"; /** Manage your data in Google Cloud Storage. */ const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"; public $bucketAccessControls; public $buckets; public $channels; public $defaultObjectAccessControls; public $notifications; public $objectAccessControls; public $objects; public $projects_hmacKeys; public $projects_serviceAccount; /** * Constructs the internal representation of the Storage service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://storage.googleapis.com/'; $this->servicePath = 'storage/v1/'; $this->batchPath = 'batch/storage/v1'; $this->version = 'v1'; $this->serviceName = 'storage'; $this->bucketAccessControls = new Google_Service_Storage_Resource_BucketAccessControls( $this, $this->serviceName, 'bucketAccessControls', array( 'methods' => array( 'delete' => array( 'path' => 'b/{bucket}/acl/{entity}', 'httpMethod' => 'DELETE', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'b/{bucket}/acl/{entity}', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'b/{bucket}/acl', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'b/{bucket}/acl', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'b/{bucket}/acl/{entity}', 'httpMethod' => 'PATCH', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'b/{bucket}/acl/{entity}', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->buckets = new Google_Service_Storage_Resource_Buckets( $this, $this->serviceName, 'buckets', array( 'methods' => array( 'delete' => array( 'path' => 'b/{bucket}', 'httpMethod' => 'DELETE', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'b/{bucket}', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'b/{bucket}/iam', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'b', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'predefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedDefaultObjectAcl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'b', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'prefix' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'lockRetentionPolicy' => array( 'path' => 'b/{bucket}/lockRetentionPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'b/{bucket}', 'httpMethod' => 'PATCH', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedDefaultObjectAcl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'b/{bucket}/iam', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'b/{bucket}/iam/testPermissions', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'permissions' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'b/{bucket}', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedDefaultObjectAcl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->channels = new Google_Service_Storage_Resource_Channels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'stop' => array( 'path' => 'channels/stop', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->defaultObjectAccessControls = new Google_Service_Storage_Resource_DefaultObjectAccessControls( $this, $this->serviceName, 'defaultObjectAccessControls', array( 'methods' => array( 'delete' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', 'httpMethod' => 'DELETE', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'b/{bucket}/defaultObjectAcl', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'b/{bucket}/defaultObjectAcl', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', 'httpMethod' => 'PATCH', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->notifications = new Google_Service_Storage_Resource_Notifications( $this, $this->serviceName, 'notifications', array( 'methods' => array( 'delete' => array( 'path' => 'b/{bucket}/notificationConfigs/{notification}', 'httpMethod' => 'DELETE', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'notification' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'b/{bucket}/notificationConfigs/{notification}', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'notification' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'b/{bucket}/notificationConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'b/{bucket}/notificationConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->objectAccessControls = new Google_Service_Storage_Resource_ObjectAccessControls( $this, $this->serviceName, 'objectAccessControls', array( 'methods' => array( 'delete' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', 'httpMethod' => 'DELETE', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'b/{bucket}/o/{object}/acl', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'b/{bucket}/o/{object}/acl', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', 'httpMethod' => 'PATCH', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entity' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->objects = new Google_Service_Storage_Resource_Objects( $this, $this->serviceName, 'objects', array( 'methods' => array( 'compose' => array( 'path' => 'b/{destinationBucket}/o/{destinationObject}/compose', 'httpMethod' => 'POST', 'parameters' => array( 'destinationBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationObject' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationPredefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'kmsKeyName' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'copy' => array( 'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}', 'httpMethod' => 'POST', 'parameters' => array( 'sourceBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sourceObject' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationObject' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationKmsKeyName' => array( 'location' => 'query', 'type' => 'string', ), 'destinationPredefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'sourceGeneration' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'b/{bucket}/o/{object}', 'httpMethod' => 'DELETE', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'b/{bucket}/o/{object}', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'b/{bucket}/o/{object}/iam', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'b/{bucket}/o', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentEncoding' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'kmsKeyName' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'b/{bucket}/o', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'delimiter' => array( 'location' => 'query', 'type' => 'string', ), 'endOffset' => array( 'location' => 'query', 'type' => 'string', ), 'includeTrailingDelimiter' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'prefix' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'startOffset' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), 'versions' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'b/{bucket}/o/{object}', 'httpMethod' => 'PATCH', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'rewrite' => array( 'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}', 'httpMethod' => 'POST', 'parameters' => array( 'sourceBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sourceObject' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationObject' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destinationKmsKeyName' => array( 'location' => 'query', 'type' => 'string', ), 'destinationPredefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifSourceMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'maxBytesRewrittenPerCall' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'rewriteToken' => array( 'location' => 'query', 'type' => 'string', ), 'sourceGeneration' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'b/{bucket}/o/{object}/iam', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'b/{bucket}/o/{object}/iam/testPermissions', 'httpMethod' => 'GET', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'permissions' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'b/{bucket}/o/{object}', 'httpMethod' => 'PUT', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'object' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'generation' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifGenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationMatch' => array( 'location' => 'query', 'type' => 'string', ), 'ifMetagenerationNotMatch' => array( 'location' => 'query', 'type' => 'string', ), 'predefinedAcl' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'watchAll' => array( 'path' => 'b/{bucket}/o/watch', 'httpMethod' => 'POST', 'parameters' => array( 'bucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'delimiter' => array( 'location' => 'query', 'type' => 'string', ), 'endOffset' => array( 'location' => 'query', 'type' => 'string', ), 'includeTrailingDelimiter' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'prefix' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'startOffset' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), 'versions' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->projects_hmacKeys = new Google_Service_Storage_Resource_ProjectsHmacKeys( $this, $this->serviceName, 'hmacKeys', array( 'methods' => array( 'create' => array( 'path' => 'projects/{projectId}/hmacKeys', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'serviceAccountEmail' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{projectId}/hmacKeys/{accessId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accessId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{projectId}/hmacKeys/{accessId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accessId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{projectId}/hmacKeys', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'serviceAccountEmail' => array( 'location' => 'query', 'type' => 'string', ), 'showDeletedKeys' => array( 'location' => 'query', 'type' => 'boolean', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{projectId}/hmacKeys/{accessId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accessId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_serviceAccount = new Google_Service_Storage_Resource_ProjectsServiceAccount( $this, $this->serviceName, 'serviceAccount', array( 'methods' => array( 'get' => array( 'path' => 'projects/{projectId}/serviceAccount', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', ), 'userProject' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z:'kvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosCountryResource.phpnu[ * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); * $country = $playmoviespartnerService->country; * */ class Google_Service_Playmoviespartner_AccountsStoreInfosCountryResource extends Google_Service_Resource { /** * Get a StoreInfo given its video id and country. See _Authentication and * Authorization rules_ and _Get methods rules_ for more information about this * method. (country.get) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param string $videoId REQUIRED. Video ID. * @param string $country REQUIRED. Edit country. * @param array $optParams Optional parameters. * @return Google_Service_Playmoviespartner_StoreInfo */ public function get($accountId, $videoId, $country, $optParams = array()) { $params = array('accountId' => $accountId, 'videoId' => $videoId, 'country' => $country); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Playmoviespartner_StoreInfo"); } } PK1 Zl`vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListStoreInfosResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setStoreInfos($storeInfos) { $this->storeInfos = $storeInfos; } public function getStoreInfos() { return $this->storeInfos; } } PK1 Z- - dvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosResource.phpnu[ * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); * $storeInfos = $playmoviespartnerService->storeInfos; * */ class Google_Service_Playmoviespartner_AccountsStoreInfosResource extends Google_Service_Resource { /** * List StoreInfos owned or managed by the partner. See _Authentication and * Authorization rules_ and _List methods rules_ for more information about this * method. (storeInfos.listAccountsStoreInfos) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @opt_param string pphNames See _List methods rules_ for info about this * field. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string videoId Filter StoreInfos that match a given `video_id`. * NOTE: this field is deprecated and will be removed on V2; `video_ids` should * be used instead. * @opt_param string countries Filter StoreInfos that match (case-insensitive) * any of the given country codes, using the "ISO 3166-1 alpha-2" format * (examples: "US", "us", "Us"). * @opt_param string name Filter StoreInfos that match a case-insensitive * substring of the default name. * @opt_param string videoIds Filter StoreInfos that match any of the given * `video_id`s. * @return Google_Service_Playmoviespartner_ListStoreInfosResponse */ public function listAccountsStoreInfos($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListStoreInfosResponse"); } } PK1 Z׃gvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListExperienceLocalesResponse.phpnu[experienceLocales = $experienceLocales; } public function getExperienceLocales() { return $this->experienceLocales; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z&-WjjOvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Order.phpnu[approvedTime = $approvedTime; } public function getApprovedTime() { return $this->approvedTime; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelName($channelName) { $this->channelName = $channelName; } public function getChannelName() { return $this->channelName; } public function setCountries($countries) { $this->countries = $countries; } public function getCountries() { return $this->countries; } public function setCustomId($customId) { $this->customId = $customId; } public function getCustomId() { return $this->customId; } public function setEarliestAvailStartTime($earliestAvailStartTime) { $this->earliestAvailStartTime = $earliestAvailStartTime; } public function getEarliestAvailStartTime() { return $this->earliestAvailStartTime; } public function setEpisodeName($episodeName) { $this->episodeName = $episodeName; } public function getEpisodeName() { return $this->episodeName; } public function setLegacyPriority($legacyPriority) { $this->legacyPriority = $legacyPriority; } public function getLegacyPriority() { return $this->legacyPriority; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNormalizedPriority($normalizedPriority) { $this->normalizedPriority = $normalizedPriority; } public function getNormalizedPriority() { return $this->normalizedPriority; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setOrderedTime($orderedTime) { $this->orderedTime = $orderedTime; } public function getOrderedTime() { return $this->orderedTime; } public function setPphName($pphName) { $this->pphName = $pphName; } public function getPphName() { return $this->pphName; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setReceivedTime($receivedTime) { $this->receivedTime = $receivedTime; } public function getReceivedTime() { return $this->receivedTime; } public function setRejectionNote($rejectionNote) { $this->rejectionNote = $rejectionNote; } public function getRejectionNote() { return $this->rejectionNote; } public function setSeasonName($seasonName) { $this->seasonName = $seasonName; } public function getSeasonName() { return $this->seasonName; } public function setShowName($showName) { $this->showName = $showName; } public function getShowName() { return $this->showName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; } public function getStatusDetail() { return $this->statusDetail; } public function setStudioName($studioName) { $this->studioName = $studioName; } public function getStudioName() { return $this->studioName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK1 Z{{Zvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ExperienceLocale.phpnu[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; } } PK1 Z)Jİ `vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsAvailsResource.phpnu[ * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); * $avails = $playmoviespartnerService->avails; * */ class Google_Service_Playmoviespartner_AccountsAvailsResource extends Google_Service_Resource { /** * List Avails owned or managed by the partner. See _Authentication and * Authorization rules_ and _List methods rules_ for more information about this * method. (avails.listAccountsAvails) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @opt_param string pphNames See _List methods rules_ for info about this * field. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string title Filter Avails that match a case-insensitive substring * of the default Title name. * @opt_param string territories Filter Avails that match (case-insensitive) any * of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: * "US", "us", "Us"). * @opt_param string altId Filter Avails that match a case-insensitive, partner- * specific custom id. * @opt_param string videoIds Filter Avails that match any of the given * `video_id`s. * @return Google_Service_Playmoviespartner_ListAvailsResponse */ public function listAccountsAvails($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListAvailsResponse"); } } PK1 ZC//Svendor/google/apiclient-services/src/Google/Service/Playmoviespartner/StoreInfo.phpnu[audioTracks = $audioTracks; } public function getAudioTracks() { return $this->audioTracks; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setEditLevelEidr($editLevelEidr) { $this->editLevelEidr = $editLevelEidr; } public function getEditLevelEidr() { return $this->editLevelEidr; } public function setEpisodeNumber($episodeNumber) { $this->episodeNumber = $episodeNumber; } public function getEpisodeNumber() { return $this->episodeNumber; } public function setHasAudio51($hasAudio51) { $this->hasAudio51 = $hasAudio51; } public function getHasAudio51() { return $this->hasAudio51; } public function setHasEstOffer($hasEstOffer) { $this->hasEstOffer = $hasEstOffer; } public function getHasEstOffer() { return $this->hasEstOffer; } public function setHasHdOffer($hasHdOffer) { $this->hasHdOffer = $hasHdOffer; } public function getHasHdOffer() { return $this->hasHdOffer; } public function setHasInfoCards($hasInfoCards) { $this->hasInfoCards = $hasInfoCards; } public function getHasInfoCards() { return $this->hasInfoCards; } public function setHasSdOffer($hasSdOffer) { $this->hasSdOffer = $hasSdOffer; } public function getHasSdOffer() { return $this->hasSdOffer; } public function setHasVodOffer($hasVodOffer) { $this->hasVodOffer = $hasVodOffer; } public function getHasVodOffer() { return $this->hasVodOffer; } public function setLiveTime($liveTime) { $this->liveTime = $liveTime; } public function getLiveTime() { return $this->liveTime; } public function setMid($mid) { $this->mid = $mid; } public function getMid() { return $this->mid; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPphNames($pphNames) { $this->pphNames = $pphNames; } public function getPphNames() { return $this->pphNames; } public function setSeasonId($seasonId) { $this->seasonId = $seasonId; } public function getSeasonId() { return $this->seasonId; } public function setSeasonName($seasonName) { $this->seasonName = $seasonName; } public function getSeasonName() { return $this->seasonName; } public function setSeasonNumber($seasonNumber) { $this->seasonNumber = $seasonNumber; } public function getSeasonNumber() { return $this->seasonNumber; } public function setShowId($showId) { $this->showId = $showId; } public function getShowId() { return $this->showId; } public function setShowName($showName) { $this->showName = $showName; } public function getShowName() { return $this->showName; } public function setStudioName($studioName) { $this->studioName = $studioName; } public function getStudioName() { return $this->studioName; } public function setSubtitles($subtitles) { $this->subtitles = $subtitles; } public function getSubtitles() { return $this->subtitles; } public function setTitleLevelEidr($titleLevelEidr) { $this->titleLevelEidr = $titleLevelEidr; } public function getTitleLevelEidr() { return $this->titleLevelEidr; } public function setTrailerId($trailerId) { $this->trailerId = $trailerId; } public function getTrailerId() { return $this->trailerId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK1 Zt g g kvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsExperienceLocalesResource.phpnu[ * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); * $experienceLocales = $playmoviespartnerService->experienceLocales; * */ class Google_Service_Playmoviespartner_AccountsExperienceLocalesResource extends Google_Service_Resource { /** * Get an ExperienceLocale given its id. See _Authentication and Authorization * rules_ and _Get methods rules_ for more information about this method. * (experienceLocales.get) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param string $elId REQUIRED. ExperienceLocale ID, as defined by Google. * @param array $optParams Optional parameters. * @return Google_Service_Playmoviespartner_ExperienceLocale */ public function get($accountId, $elId, $optParams = array()) { $params = array('accountId' => $accountId, 'elId' => $elId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Playmoviespartner_ExperienceLocale"); } /** * List ExperienceLocales owned or managed by the partner. See _Authentication * and Authorization rules_ and _List methods rules_ for more information about * this method. (experienceLocales.listAccountsExperienceLocales) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @opt_param string pphNames See _List methods rules_ for info about this * field. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string titleLevelEidr Filter ExperienceLocales that match a given * title-level EIDR. * @opt_param string editLevelEidr Filter ExperienceLocales that match a given * edit-level EIDR. * @opt_param string status Filter ExperienceLocales that match one of the given * status. * @opt_param string customId Filter ExperienceLocales that match a case- * insensitive, partner-specific custom id. * @opt_param string altCutId Filter ExperienceLocales that match a case- * insensitive, partner-specific Alternative Cut ID. * @return Google_Service_Playmoviespartner_ListExperienceLocalesResponse */ public function listAccountsExperienceLocales($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListExperienceLocalesResponse"); } } PK1 Z?\vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListAvailsResponse.phpnu[avails = $avails; } public function getAvails() { return $this->avails; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zi蘙\vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListOrdersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOrders($orders) { $this->orders = $orders; } public function getOrders() { return $this->orders; } } PK1 Z5l1<Ovendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Avail.phpnu[altId = $altId; } public function getAltId() { return $this->altId; } public function setCaptionExemption($captionExemption) { $this->captionExemption = $captionExemption; } public function getCaptionExemption() { return $this->captionExemption; } public function setCaptionIncluded($captionIncluded) { $this->captionIncluded = $captionIncluded; } public function getCaptionIncluded() { return $this->captionIncluded; } public function setContentId($contentId) { $this->contentId = $contentId; } public function getContentId() { return $this->contentId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEncodeId($encodeId) { $this->encodeId = $encodeId; } public function getEncodeId() { return $this->encodeId; } public function setEnd($end) { $this->end = $end; } public function getEnd() { return $this->end; } public function setEpisodeAltId($episodeAltId) { $this->episodeAltId = $episodeAltId; } public function getEpisodeAltId() { return $this->episodeAltId; } public function setEpisodeNumber($episodeNumber) { $this->episodeNumber = $episodeNumber; } public function getEpisodeNumber() { return $this->episodeNumber; } public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias) { $this->episodeTitleInternalAlias = $episodeTitleInternalAlias; } public function getEpisodeTitleInternalAlias() { return $this->episodeTitleInternalAlias; } public function setFormatProfile($formatProfile) { $this->formatProfile = $formatProfile; } public function getFormatProfile() { return $this->formatProfile; } public function setLicenseType($licenseType) { $this->licenseType = $licenseType; } public function getLicenseType() { return $this->licenseType; } public function setPphNames($pphNames) { $this->pphNames = $pphNames; } public function getPphNames() { return $this->pphNames; } public function setPriceType($priceType) { $this->priceType = $priceType; } public function getPriceType() { return $this->priceType; } public function setPriceValue($priceValue) { $this->priceValue = $priceValue; } public function getPriceValue() { return $this->priceValue; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setRatingReason($ratingReason) { $this->ratingReason = $ratingReason; } public function getRatingReason() { return $this->ratingReason; } public function setRatingSystem($ratingSystem) { $this->ratingSystem = $ratingSystem; } public function getRatingSystem() { return $this->ratingSystem; } public function setRatingValue($ratingValue) { $this->ratingValue = $ratingValue; } public function getRatingValue() { return $this->ratingValue; } public function setReleaseDate($releaseDate) { $this->releaseDate = $releaseDate; } public function getReleaseDate() { return $this->releaseDate; } public function setSeasonAltId($seasonAltId) { $this->seasonAltId = $seasonAltId; } public function getSeasonAltId() { return $this->seasonAltId; } public function setSeasonNumber($seasonNumber) { $this->seasonNumber = $seasonNumber; } public function getSeasonNumber() { return $this->seasonNumber; } public function setSeasonTitleInternalAlias($seasonTitleInternalAlias) { $this->seasonTitleInternalAlias = $seasonTitleInternalAlias; } public function getSeasonTitleInternalAlias() { return $this->seasonTitleInternalAlias; } public function setSeriesAltId($seriesAltId) { $this->seriesAltId = $seriesAltId; } public function getSeriesAltId() { return $this->seriesAltId; } public function setSeriesTitleInternalAlias($seriesTitleInternalAlias) { $this->seriesTitleInternalAlias = $seriesTitleInternalAlias; } public function getSeriesTitleInternalAlias() { return $this->seriesTitleInternalAlias; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } public function setStoreLanguage($storeLanguage) { $this->storeLanguage = $storeLanguage; } public function getStoreLanguage() { return $this->storeLanguage; } public function setSuppressionLiftDate($suppressionLiftDate) { $this->suppressionLiftDate = $suppressionLiftDate; } public function getSuppressionLiftDate() { return $this->suppressionLiftDate; } public function setTerritory($territory) { $this->territory = $territory; } public function getTerritory() { return $this->territory; } public function setTitleInternalAlias($titleInternalAlias) { $this->titleInternalAlias = $titleInternalAlias; } public function getTitleInternalAlias() { return $this->titleInternalAlias; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } public function setWorkType($workType) { $this->workType = $workType; } public function getWorkType() { return $this->workType; } } PK1 Zvb `vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsOrdersResource.phpnu[ * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); * $orders = $playmoviespartnerService->orders; * */ class Google_Service_Playmoviespartner_AccountsOrdersResource extends Google_Service_Resource { /** * Get an Order given its id. See _Authentication and Authorization rules_ and * _Get methods rules_ for more information about this method. (orders.get) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param string $orderId REQUIRED. Order ID. * @param array $optParams Optional parameters. * @return Google_Service_Playmoviespartner_Order */ public function get($accountId, $orderId, $optParams = array()) { $params = array('accountId' => $accountId, 'orderId' => $orderId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Playmoviespartner_Order"); } /** * List Orders owned or managed by the partner. See _Authentication and * Authorization rules_ and _List methods rules_ for more information about this * method. (orders.listAccountsOrders) * * @param string $accountId REQUIRED. See _General rules_ for more information * about this field. * @param array $optParams Optional parameters. * * @opt_param int pageSize See _List methods rules_ for info about this field. * @opt_param string pageToken See _List methods rules_ for info about this * field. * @opt_param string pphNames See _List methods rules_ for info about this * field. * @opt_param string studioNames See _List methods rules_ for info about this * field. * @opt_param string name Filter Orders that match a title name (case- * insensitive, sub-string match). * @opt_param string status Filter Orders that match one of the given status. * @opt_param string customId Filter Orders that match a case-insensitive, * partner-specific custom id. * @return Google_Service_Playmoviespartner_ListOrdersResponse */ public function listAccountsOrders($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListOrdersResponse"); } } PK1 ZHZvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsResource.phpnu[ * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); * $accounts = $playmoviespartnerService->accounts; * */ class Google_Service_Playmoviespartner_AccountsResource extends Google_Service_Resource { } PK1 Z WWUvendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK1 Zg|d_vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlRequest.phpnu[policy = $policy; } /** * @return Google_Service_CloudFunctions_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK1 Z11Mvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudFunctions_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudFunctions_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudFunctions_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 Z%99kkTvendor/google/apiclient-services/src/Google/Service/CloudFunctions/CloudFunction.phpnu[availableMemoryMb = $availableMemoryMb; } public function getAvailableMemoryMb() { return $this->availableMemoryMb; } public function setBuildEnvironmentVariables($buildEnvironmentVariables) { $this->buildEnvironmentVariables = $buildEnvironmentVariables; } public function getBuildEnvironmentVariables() { return $this->buildEnvironmentVariables; } public function setBuildId($buildId) { $this->buildId = $buildId; } public function getBuildId() { return $this->buildId; } public function setBuildWorkerPool($buildWorkerPool) { $this->buildWorkerPool = $buildWorkerPool; } public function getBuildWorkerPool() { return $this->buildWorkerPool; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEntryPoint($entryPoint) { $this->entryPoint = $entryPoint; } public function getEntryPoint() { return $this->entryPoint; } public function setEnvironmentVariables($environmentVariables) { $this->environmentVariables = $environmentVariables; } public function getEnvironmentVariables() { return $this->environmentVariables; } /** * @param Google_Service_CloudFunctions_EventTrigger */ public function setEventTrigger(Google_Service_CloudFunctions_EventTrigger $eventTrigger) { $this->eventTrigger = $eventTrigger; } /** * @return Google_Service_CloudFunctions_EventTrigger */ public function getEventTrigger() { return $this->eventTrigger; } /** * @param Google_Service_CloudFunctions_HttpsTrigger */ public function setHttpsTrigger(Google_Service_CloudFunctions_HttpsTrigger $httpsTrigger) { $this->httpsTrigger = $httpsTrigger; } /** * @return Google_Service_CloudFunctions_HttpsTrigger */ public function getHttpsTrigger() { return $this->httpsTrigger; } public function setIngressSettings($ingressSettings) { $this->ingressSettings = $ingressSettings; } public function getIngressSettings() { return $this->ingressSettings; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMaxInstances($maxInstances) { $this->maxInstances = $maxInstances; } public function getMaxInstances() { return $this->maxInstances; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setRuntime($runtime) { $this->runtime = $runtime; } public function getRuntime() { return $this->runtime; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setSourceArchiveUrl($sourceArchiveUrl) { $this->sourceArchiveUrl = $sourceArchiveUrl; } public function getSourceArchiveUrl() { return $this->sourceArchiveUrl; } /** * @param Google_Service_CloudFunctions_SourceRepository */ public function setSourceRepository(Google_Service_CloudFunctions_SourceRepository $sourceRepository) { $this->sourceRepository = $sourceRepository; } /** * @return Google_Service_CloudFunctions_SourceRepository */ public function getSourceRepository() { return $this->sourceRepository; } public function setSourceToken($sourceToken) { $this->sourceToken = $sourceToken; } public function getSourceToken() { return $this->sourceToken; } public function setSourceUploadUrl($sourceUploadUrl) { $this->sourceUploadUrl = $sourceUploadUrl; } public function getSourceUploadUrl() { return $this->sourceUploadUrl; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVersionId($versionId) { $this->versionId = $versionId; } public function getVersionId() { return $this->versionId; } public function setVpcConnector($vpcConnector) { $this->vpcConnector = $vpcConnector; } public function getVpcConnector() { return $this->vpcConnector; } public function setVpcConnectorEgressSettings($vpcConnectorEgressSettings) { $this->vpcConnectorEgressSettings = $vpcConnectorEgressSettings; } public function getVpcConnectorEgressSettings() { return $this->vpcConnectorEgressSettings; } } PK1 Z}avendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK1 ZGJ1avendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.phpnu[ * $cloudfunctionsService = new Google_Service_CloudFunctions(...); * $locations = $cloudfunctionsService->locations; * */ class Google_Service_CloudFunctions_Resource_ProjectsLocations extends Google_Service_Resource { /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CloudFunctions_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFunctions_ListLocationsResponse"); } } PK1 Z6x/x/jvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.phpnu[ * $cloudfunctionsService = new Google_Service_CloudFunctions(...); * $functions = $cloudfunctionsService->functions; * */ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends Google_Service_Resource { /** * Synchronously invokes a deployed Cloud Function. To be used for testing * purposes as very limited traffic is allowed. For more information on the * actual limits, refer to [Rate * Limits](https://cloud.google.com/functions/quotas#rate_limits). * (functions.callProjectsLocationsFunctions) * * @param string $name Required. The name of the function to be called. * @param Google_Service_CloudFunctions_CallFunctionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_CallFunctionResponse */ public function callProjectsLocationsFunctions($name, Google_Service_CloudFunctions_CallFunctionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('call', array($params), "Google_Service_CloudFunctions_CallFunctionResponse"); } /** * Creates a new function. If a function with the given name already exists in * the specified project, the long running operation will return * `ALREADY_EXISTS` error. (functions.create) * * @param string $location Required. The project and location in which the * function should be created, specified in the format `projects/locations` * @param Google_Service_CloudFunctions_CloudFunction $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_Operation */ public function create($location, Google_Service_CloudFunctions_CloudFunction $postBody, $optParams = array()) { $params = array('location' => $location, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudFunctions_Operation"); } /** * Deletes a function with the given name from the specified project. If the * given function is used by some trigger, the trigger will be updated to remove * this function. (functions.delete) * * @param string $name Required. The name of the function which should be * deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudFunctions_Operation"); } /** * Returns a signed URL for downloading deployed function source code. The URL * is only valid for a limited period and should be used within minutes after * generation. For more information about the signed URL usage see: * https://cloud.google.com/storage/docs/access-control/signed-urls * (functions.generateDownloadUrl) * * @param string $name The name of function for which source code Google Cloud * Storage signed URL should be generated. * @param Google_Service_CloudFunctions_GenerateDownloadUrlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_GenerateDownloadUrlResponse */ public function generateDownloadUrl($name, Google_Service_CloudFunctions_GenerateDownloadUrlRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateDownloadUrl', array($params), "Google_Service_CloudFunctions_GenerateDownloadUrlResponse"); } /** * Returns a signed URL for uploading a function source code. For more * information about the signed URL usage see: * https://cloud.google.com/storage/docs/access-control/signed-urls. Once the * function source code upload is complete, the used signed URL should be * provided in CreateFunction or UpdateFunction request as a reference to the * function source code. When uploading source code to the generated signed URL, * please follow these restrictions: * Source file type should be a zip file. * * Source file size should not exceed 100MB limit. * No credentials should be * attached - the signed URLs provide access to the target bucket using internal * service identity; if credentials were attached, the identity from the * credentials would be used, but that identity does not have permissions to * upload files to the URL. When making a HTTP PUT request, these two headers * need to be specified: * `content-type: application/zip` * `x-goog-content- * length-range: 0,104857600` And this header SHOULD NOT be specified: * * `Authorization: Bearer YOUR_TOKEN` (functions.generateUploadUrl) * * @param string $parent The project and location in which the Google Cloud * Storage signed URL should be generated, specified in the format * `projects/locations`. * @param Google_Service_CloudFunctions_GenerateUploadUrlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_GenerateUploadUrlResponse */ public function generateUploadUrl($parent, Google_Service_CloudFunctions_GenerateUploadUrlRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateUploadUrl', array($params), "Google_Service_CloudFunctions_GenerateUploadUrlResponse"); } /** * Returns a function with the given name from the requested project. * (functions.get) * * @param string $name Required. The name of the function which details should * be obtained. * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_CloudFunction */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudFunctions_CloudFunction"); } /** * Gets the IAM access control policy for a function. Returns an empty policy if * the function exists and does not have a policy set. (functions.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CloudFunctions_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CloudFunctions_Policy"); } /** * Returns a list of functions that belong to the requested project. * (functions.listProjectsLocationsFunctions) * * @param string $parent The project and location from which the function should * be listed, specified in the format `projects/locations` If you want to list * functions in all locations, use "-" in place of a location. When listing * functions in all locations, if one or more location(s) are unreachable, the * response will contain functions from all reachable locations along with the * names of any unreachable locations. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of functions to return per call. * @opt_param string pageToken The value returned by the last * `ListFunctionsResponse`; indicates that this is a continuation of a prior * `ListFunctions` call, and that the system should return the next page of * data. * @return Google_Service_CloudFunctions_ListFunctionsResponse */ public function listProjectsLocationsFunctions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFunctions_ListFunctionsResponse"); } /** * Updates existing function. (functions.patch) * * @param string $name A user-defined name of the function. Function names must * be unique globally and match pattern `projects/locations/functions` * @param Google_Service_CloudFunctions_CloudFunction $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required list of fields to be updated in this * request. * @return Google_Service_CloudFunctions_Operation */ public function patch($name, Google_Service_CloudFunctions_CloudFunction $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudFunctions_Operation"); } /** * Sets the IAM access control policy on the specified function. Replaces any * existing policy. (functions.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_CloudFunctions_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_Policy */ public function setIamPolicy($resource, Google_Service_CloudFunctions_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudFunctions_Policy"); } /** * Tests the specified permissions against the IAM access control policy for a * function. If the function does not exist, this will return an empty set of * permissions, not a NOT_FOUND error. (functions.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_CloudFunctions_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CloudFunctions_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CloudFunctions_TestIamPermissionsResponse"); } } PK1 ZP  Zvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.phpnu[ * $cloudfunctionsService = new Google_Service_CloudFunctions(...); * $operations = $cloudfunctionsService->operations; * */ class Google_Service_CloudFunctions_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudFunctions_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string filter Required. A filter for matching the requested * operations. The supported formats of *filter* are: To query for a specific * function: project:*,location:*,function:* To query for all of the latest * operations for a project: project:*,latest:true * @opt_param string name Must not be set. * @opt_param int pageSize The maximum number of records that should be * returned. Requested page size cannot exceed 100. If not set, the default page * size is 100. Pagination is only supported when querying for a specific * function. * @opt_param string pageToken Token identifying which result to start with, * which is returned by a previous list call. Pagination is only supported when * querying for a specific function. * @return Google_Service_CloudFunctions_ListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFunctions_ListOperationsResponse"); } } PK1 Z#Xvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Projects.phpnu[ * $cloudfunctionsService = new Google_Service_CloudFunctions(...); * $projects = $cloudfunctionsService->projects; * */ class Google_Service_CloudFunctions_Resource_Projects extends Google_Service_Resource { } PK1 ZaNvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudFunctions_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK1 Z6|77\vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CloudFunctions_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z1\vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.phpnu[functions = $functions; } /** * @return Google_Service_CloudFunctions_CloudFunction[] */ public function getFunctions() { return $this->functions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK1 ZV֔P$$Tvendor/google/apiclient-services/src/Google/Service/CloudFunctions/FailurePolicy.phpnu[retry = $retry; } /** * @return Google_Service_CloudFunctions_Retry */ public function getRetry() { return $this->retry; } } PK1 Z|i`vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK1 Z __`vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlResponse.phpnu[uploadUrl = $uploadUrl; } public function getUploadUrl() { return $this->uploadUrl; } } PK1 Za@@Zvendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.phpnu[buildId = $buildId; } public function getBuildId() { return $this->buildId; } public function setRequest($request) { $this->request = $request; } public function getRequest() { return $this->request; } public function setSourceToken($sourceToken) { $this->sourceToken = $sourceToken; } public function getSourceToken() { return $this->sourceToken; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVersionId($versionId) { $this->versionId = $versionId; } public function getVersionId() { return $this->versionId; } } PK1 Z+Pvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudFunctions_Status */ public function setError(Google_Service_CloudFunctions_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudFunctions_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 Z߈Svendor/google/apiclient-services/src/Google/Service/CloudFunctions/HttpsTrigger.phpnu[securityLevel = $securityLevel; } public function getSecurityLevel() { return $this->securityLevel; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 Z(㨝Mvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Status.phpnu[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; } } PK1 Ze֨Svendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.phpnu[eventType = $eventType; } public function getEventType() { return $this->eventType; } /** * @param Google_Service_CloudFunctions_FailurePolicy */ public function setFailurePolicy(Google_Service_CloudFunctions_FailurePolicy $failurePolicy) { $this->failurePolicy = $failurePolicy; } /** * @return Google_Service_CloudFunctions_FailurePolicy */ public function getFailurePolicy() { return $this->failurePolicy; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK1 Zh[vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionResponse.phpnu[error = $error; } public function getError() { return $this->error; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } } PK1 Z DD]vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudFunctions_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudFunctions_Operation[] */ public function getOperations() { return $this->operations; } } PK1 Z{tFOvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 ZJKKRvendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudFunctions_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK1 Zlr66Zvendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.phpnu[data = $data; } public function getData() { return $this->data; } } PK1 Z2wWvendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.phpnu[deployedUrl = $deployedUrl; } public function getDeployedUrl() { return $this->deployedUrl; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 ZyNXoobvendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlResponse.phpnu[downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } } PK1 Z߲:``avendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlRequest.phpnu[versionId = $versionId; } public function getVersionId() { return $this->versionId; } } PK1 Z4=OOKvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z ///Cvendor/google/apiclient-services/src/Google/Service/CloudRetail.phpnu[ * Cloud Retail service enables customers to build end-to-end personalized * recommendation systems without requiring a high level of expertise in machine * learning, recommendation system, or Google Cloud.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudRetail extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_catalogs; public $projects_locations_catalogs_branches_operations; public $projects_locations_catalogs_branches_products; public $projects_locations_catalogs_operations; public $projects_locations_catalogs_placements; public $projects_locations_catalogs_userEvents; public $projects_locations_operations; /** * Constructs the internal representation of the CloudRetail service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://retail.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'retail'; $this->projects_locations_catalogs = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogs( $this, $this->serviceName, 'catalogs', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+parent}/catalogs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_branches_operations = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranchesOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_catalogs_branches_products = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranchesProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/products', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v2/{+parent}/products:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'allowMissing' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_operations = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_catalogs_placements = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsPlacements( $this, $this->serviceName, 'placements', array( 'methods' => array( 'predict' => array( 'path' => 'v2/{+placement}:predict', 'httpMethod' => 'POST', 'parameters' => array( 'placement' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_catalogs_userEvents = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsUserEvents( $this, $this->serviceName, 'userEvents', array( 'methods' => array( 'collect' => array( 'path' => 'v2/{+parent}/userEvents:collect', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ets' => array( 'location' => 'query', 'type' => 'string', ), 'uri' => array( 'location' => 'query', 'type' => 'string', ), 'userEvent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'import' => array( 'path' => 'v2/{+parent}/userEvents:import', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'purge' => array( 'path' => 'v2/{+parent}/userEvents:purge', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'rejoin' => array( 'path' => 'v2/{+parent}/userEvents:rejoin', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'write' => array( 'path' => 'v2/{+parent}/userEvents:write', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudRetail_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z)H<=vendor/google/apiclient-services/src/Google/Service/AdMob.phpnu[ * The AdMob API allows publishers to programmatically get information about * their AdMob account.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdMob extends Google_Service { /** See your AdMob data. */ const ADMOB_READONLY = "https://www.googleapis.com/auth/admob.readonly"; /** See your AdMob data. */ const ADMOB_REPORT = "https://www.googleapis.com/auth/admob.report"; public $accounts; public $accounts_mediationReport; public $accounts_networkReport; /** * Constructs the internal representation of the AdMob service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://admob.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'admob'; $this->accounts = new Google_Service_AdMob_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accounts', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accounts_mediationReport = new Google_Service_AdMob_Resource_AccountsMediationReport( $this, $this->serviceName, 'mediationReport', array( 'methods' => array( 'generate' => array( 'path' => 'v1/{+parent}/mediationReport:generate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accounts_networkReport = new Google_Service_AdMob_Resource_AccountsNetworkReport( $this, $this->serviceName, 'networkReport', array( 'methods' => array( 'generate' => array( 'path' => 'v1/{+parent}/networkReport:generate', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK1 ZS//Fvendor/google/apiclient-services/src/Google/Service/AccessApproval.phpnu[ * An API for controlling access to data by Google personnel.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AccessApproval extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $folders; public $folders_approvalRequests; public $organizations; public $organizations_approvalRequests; public $projects; public $projects_approvalRequests; /** * Constructs the internal representation of the AccessApproval service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://accessapproval.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'accessapproval'; $this->folders = new Google_Service_AccessApproval_Resource_Folders( $this, $this->serviceName, 'folders', array( 'methods' => array( 'deleteAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_approvalRequests = new Google_Service_AccessApproval_Resource_FoldersApprovalRequests( $this, $this->serviceName, 'approvalRequests', array( 'methods' => array( 'approve' => array( 'path' => 'v1/{+name}:approve', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'dismiss' => array( 'path' => 'v1/{+name}:dismiss', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/approvalRequests', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations = new Google_Service_AccessApproval_Resource_Organizations( $this, $this->serviceName, 'organizations', array( 'methods' => array( 'deleteAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_approvalRequests = new Google_Service_AccessApproval_Resource_OrganizationsApprovalRequests( $this, $this->serviceName, 'approvalRequests', array( 'methods' => array( 'approve' => array( 'path' => 'v1/{+name}:approve', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'dismiss' => array( 'path' => 'v1/{+name}:dismiss', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/approvalRequests', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects = new Google_Service_AccessApproval_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'deleteAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateAccessApprovalSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_approvalRequests = new Google_Service_AccessApproval_Resource_ProjectsApprovalRequests( $this, $this->serviceName, 'approvalRequests', array( 'methods' => array( 'approve' => array( 'path' => 'v1/{+name}:approve', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'dismiss' => array( 'path' => 'v1/{+name}:dismiss', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/approvalRequests', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z^zxxMvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.phpnu[ * Security Command Center API provides access to temporal views of assets and * findings within an organization.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SecurityCommandCenter extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $folders_assets; public $folders_sources; public $folders_sources_findings; public $organizations; public $organizations_assets; public $organizations_notificationConfigs; public $organizations_operations; public $organizations_sources; public $organizations_sources_findings; public $projects_assets; public $projects_sources; public $projects_sources_findings; /** * Constructs the internal representation of the SecurityCommandCenter * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://securitycenter.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'securitycenter'; $this->folders_assets = new Google_Service_SecurityCommandCenter_Resource_FoldersAssets( $this, $this->serviceName, 'assets', array( 'methods' => array( 'group' => array( 'path' => 'v1/{+parent}/assets:group', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/assets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateSecurityMarks' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_sources = new Google_Service_SecurityCommandCenter_Resource_FoldersSources( $this, $this->serviceName, 'sources', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/sources', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_sources_findings = new Google_Service_SecurityCommandCenter_Resource_FoldersSourcesFindings( $this, $this->serviceName, 'findings', array( 'methods' => array( 'group' => array( 'path' => 'v1/{+parent}/findings:group', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/findings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => 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', ), ), ),'setState' => array( 'path' => 'v1/{+name}:setState', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSecurityMarks' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations = new Google_Service_SecurityCommandCenter_Resource_Organizations( $this, $this->serviceName, 'organizations', array( 'methods' => array( 'getOrganizationSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateOrganizationSettings' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_assets = new Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets( $this, $this->serviceName, 'assets', array( 'methods' => array( 'group' => array( 'path' => 'v1/{+parent}/assets:group', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/assets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'runDiscovery' => array( 'path' => 'v1/{+parent}/assets:runDiscovery', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSecurityMarks' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_notificationConfigs = new Google_Service_SecurityCommandCenter_Resource_OrganizationsNotificationConfigs( $this, $this->serviceName, 'notificationConfigs', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/notificationConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/notificationConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_operations = new Google_Service_SecurityCommandCenter_Resource_OrganizationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_sources = new Google_Service_SecurityCommandCenter_Resource_OrganizationsSources( $this, $this->serviceName, 'sources', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/sources', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/sources', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_sources_findings = new Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings( $this, $this->serviceName, 'findings', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/findings', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'findingId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'group' => array( 'path' => 'v1/{+parent}/findings:group', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/findings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => 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', ), ), ),'setState' => array( 'path' => 'v1/{+name}:setState', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSecurityMarks' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_assets = new Google_Service_SecurityCommandCenter_Resource_ProjectsAssets( $this, $this->serviceName, 'assets', array( 'methods' => array( 'group' => array( 'path' => 'v1/{+parent}/assets:group', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/assets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateSecurityMarks' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_sources = new Google_Service_SecurityCommandCenter_Resource_ProjectsSources( $this, $this->serviceName, 'sources', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/sources', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_sources_findings = new Google_Service_SecurityCommandCenter_Resource_ProjectsSourcesFindings( $this, $this->serviceName, 'findings', array( 'methods' => array( 'group' => array( 'path' => 'v1/{+parent}/findings:group', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/findings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => 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', ), ), ),'setState' => array( 'path' => 'v1/{+name}:setState', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSecurityMarks' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'startTime' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z@hYvendor/google/apiclient-services/src/Google/Service/FirebaseML/CancelOperationRequest.phpnu[3QQVvendor/google/apiclient-services/src/Google/Service/FirebaseML/Resource/Operations.phpnu[ * $firebasemlService = new Google_Service_FirebaseML(...); * $operations = $firebasemlService->operations; * */ class Google_Service_FirebaseML_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_FirebaseML_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_FirebaseML_FirebasemlEmpty */ public function cancel($name, Google_Service_FirebaseML_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_FirebaseML_FirebasemlEmpty"); } /** * 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_FirebaseML_FirebasemlEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_FirebaseML_FirebasemlEmpty"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_FirebaseML_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_FirebaseML_ListOperationsResponse"); } } PK1 Z{33Yvendor/google/apiclient-services/src/Google/Service/FirebaseML/ModelOperationMetadata.phpnu[basicOperationStatus = $basicOperationStatus; } public function getBasicOperationStatus() { return $this->basicOperationStatus; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Z TLvendor/google/apiclient-services/src/Google/Service/FirebaseML/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_FirebaseML_Status */ public function setError(Google_Service_FirebaseML_Status $error) { $this->error = $error; } /** * @return Google_Service_FirebaseML_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 Z[^%fIvendor/google/apiclient-services/src/Google/Service/FirebaseML/Status.phpnu[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; } } PK1 Z5544Yvendor/google/apiclient-services/src/Google/Service/FirebaseML/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_FirebaseML_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_FirebaseML_Operation[] */ public function getOperations() { return $this->operations; } } PK1 ZRvendor/google/apiclient-services/src/Google/Service/FirebaseML/FirebasemlEmpty.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setScriptId($scriptId) { $this->scriptId = $scriptId; } public function getScriptId() { return $this->scriptId; } public function setVersionNumber($versionNumber) { $this->versionNumber = $versionNumber; } public function getVersionNumber() { return $this->versionNumber; } } PK1 ZFvendor/google/apiclient-services/src/Google/Service/Script/Metrics.phpnu[activeUsers = $activeUsers; } /** * @return Google_Service_Script_MetricsValue[] */ public function getActiveUsers() { return $this->activeUsers; } /** * @param Google_Service_Script_MetricsValue[] */ public function setFailedExecutions($failedExecutions) { $this->failedExecutions = $failedExecutions; } /** * @return Google_Service_Script_MetricsValue[] */ public function getFailedExecutions() { return $this->failedExecutions; } /** * @param Google_Service_Script_MetricsValue[] */ public function setTotalExecutions($totalExecutions) { $this->totalExecutions = $totalExecutions; } /** * @return Google_Service_Script_MetricsValue[] */ public function getTotalExecutions() { return $this->totalExecutions; } } PK1 Z@m77[vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunction.phpnu[name = $name; } public function getName() { return $this->name; } } PK1 Z͹'_vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppConfig.phpnu[access = $access; } public function getAccess() { return $this->access; } public function setExecuteAs($executeAs) { $this->executeAs = $executeAs; } public function getExecuteAs() { return $this->executeAs; } } PK1 ZOvendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.phpnu[devMode = $devMode; } public function getDevMode() { return $this->devMode; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setSessionState($sessionState) { $this->sessionState = $sessionState; } public function getSessionState() { return $this->sessionState; } } PK1 Z/ݚq Ivendor/google/apiclient-services/src/Google/Service/Script/ScriptFile.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Script_GoogleAppsScriptTypeFunctionSet */ public function setFunctionSet(Google_Service_Script_GoogleAppsScriptTypeFunctionSet $functionSet) { $this->functionSet = $functionSet; } /** * @return Google_Service_Script_GoogleAppsScriptTypeFunctionSet */ public function getFunctionSet() { return $this->functionSet; } /** * @param Google_Service_Script_GoogleAppsScriptTypeUser */ public function setLastModifyUser(Google_Service_Script_GoogleAppsScriptTypeUser $lastModifyUser) { $this->lastModifyUser = $lastModifyUser; } /** * @return Google_Service_Script_GoogleAppsScriptTypeUser */ public function getLastModifyUser() { return $this->lastModifyUser; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Zq44Tvendor/google/apiclient-services/src/Google/Service/Script/ScriptExecutionResult.phpnu[returnValue = $returnValue; } /** * @return Google_Service_Script_Value */ public function getReturnValue() { return $this->returnValue; } } PK1 Z.dFvendor/google/apiclient-services/src/Google/Service/Script/Content.phpnu[files = $files; } /** * @return Google_Service_Script_ScriptFile[] */ public function getFiles() { return $this->files; } public function setScriptId($scriptId) { $this->scriptId = $scriptId; } public function getScriptId() { return $this->scriptId; } } PK1 ZYZvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeProcess.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setFunctionName($functionName) { $this->functionName = $functionName; } public function getFunctionName() { return $this->functionName; } public function setProcessStatus($processStatus) { $this->processStatus = $processStatus; } public function getProcessStatus() { return $this->processStatus; } public function setProcessType($processType) { $this->processType = $processType; } public function getProcessType() { return $this->processType; } public function setProjectName($projectName) { $this->projectName = $projectName; } public function getProjectName() { return $this->projectName; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUserAccessLevel($userAccessLevel) { $this->userAccessLevel = $userAccessLevel; } public function getUserAccessLevel() { return $this->userAccessLevel; } } PK1 Z0Vvendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.phpnu[function = $function; } public function getFunction() { return $this->function; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } } PK1 ZannMvendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setErrorType($errorType) { $this->errorType = $errorType; } public function getErrorType() { return $this->errorType; } /** * @param Google_Service_Script_ScriptStackTraceElement[] */ public function setScriptStackTraceElements($scriptStackTraceElements) { $this->scriptStackTraceElements = $scriptStackTraceElements; } /** * @return Google_Service_Script_ScriptStackTraceElement[] */ public function getScriptStackTraceElements() { return $this->scriptStackTraceElements; } } PK1 Z| VVZvendor/google/apiclient-services/src/Google/Service/Script/ListScriptProcessesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Script_GoogleAppsScriptTypeProcess[] */ public function setProcesses($processes) { $this->processes = $processes; } /** * @return Google_Service_Script_GoogleAppsScriptTypeProcess[] */ public function getProcesses() { return $this->processes; } } PK1 Z2(I% % Ovendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.phpnu[ * $scriptService = new Google_Service_Script(...); * $scripts = $scriptService->scripts; * */ class Google_Service_Script_Resource_Scripts extends Google_Service_Resource { /** * Runs a function in an Apps Script project. The script project must be * deployed for use with the Apps Script API and the calling application must * share the same Cloud Platform project. This method requires authorization * with an OAuth 2.0 token that includes at least one of the scopes listed in * the [Authorization](#authorization-scopes) section; script projects that do * not require authorization cannot be executed through this API. To find the * correct scopes to include in the authentication token, open the script * project **Overview** page and scroll down to "Project OAuth Scopes." The * error `403, PERMISSION_DENIED: The caller does not have permission` indicates * that the Cloud Platform project used to authorize the request is not the same * as the one used by the script. (scripts.run) * * @param string $scriptId The script ID of the script to be executed. Find the * script ID on the **Project settings** page under "IDs." * @param Google_Service_Script_ExecutionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Script_Operation */ public function run($scriptId, Google_Service_Script_ExecutionRequest $postBody, $optParams = array()) { $params = array('scriptId' => $scriptId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_Script_Operation"); } } PK1 Z<%Qvendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.phpnu[ * $scriptService = new Google_Service_Script(...); * $processes = $scriptService->processes; * */ class Google_Service_Script_Resource_Processes extends Google_Service_Resource { /** * List information about processes made by or on behalf of a user, such as * process type and current status. (processes.listProcesses) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of returned processes per page of * results. Defaults to 50. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of `nextPageToken` from a * previous response. * @opt_param string userProcessFilter.deploymentId Optional field used to limit * returned processes to those originating from projects with a specific * deployment ID. * @opt_param string userProcessFilter.endTime Optional field used to limit * returned processes to those that completed on or before the given timestamp. * @opt_param string userProcessFilter.functionName Optional field used to limit * returned processes to those originating from a script function with the given * function name. * @opt_param string userProcessFilter.projectName Optional field used to limit * returned processes to those originating from projects with project names * containing a specific string. * @opt_param string userProcessFilter.scriptId Optional field used to limit * returned processes to those originating from projects with a specific script * ID. * @opt_param string userProcessFilter.startTime Optional field used to limit * returned processes to those that were started on or after the given * timestamp. * @opt_param string userProcessFilter.statuses Optional field used to limit * returned processes to those having one of the specified process statuses. * @opt_param string userProcessFilter.types Optional field used to limit * returned processes to those having one of the specified process types. * @opt_param string userProcessFilter.userAccessLevels Optional field used to * limit returned processes to those having one of the specified user access * levels. * @return Google_Service_Script_ListUserProcessesResponse */ public function listProcesses($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Script_ListUserProcessesResponse"); } /** * List information about a script's executed processes, such as process type * and current status. (processes.listScriptProcesses) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of returned processes per page of * results. Defaults to 50. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of `nextPageToken` from a * previous response. * @opt_param string scriptId The script ID of the project whose processes are * listed. * @opt_param string scriptProcessFilter.deploymentId Optional field used to * limit returned processes to those originating from projects with a specific * deployment ID. * @opt_param string scriptProcessFilter.endTime Optional field used to limit * returned processes to those that completed on or before the given timestamp. * @opt_param string scriptProcessFilter.functionName Optional field used to * limit returned processes to those originating from a script function with the * given function name. * @opt_param string scriptProcessFilter.startTime Optional field used to limit * returned processes to those that were started on or after the given * timestamp. * @opt_param string scriptProcessFilter.statuses Optional field used to limit * returned processes to those having one of the specified process statuses. * @opt_param string scriptProcessFilter.types Optional field used to limit * returned processes to those having one of the specified process types. * @opt_param string scriptProcessFilter.userAccessLevels Optional field used to * limit returned processes to those having one of the specified user access * levels. * @return Google_Service_Script_ListScriptProcessesResponse */ public function listScriptProcesses($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listScriptProcesses', array($params), "Google_Service_Script_ListScriptProcessesResponse"); } } PK1 Z[vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsDeployments.phpnu[ * $scriptService = new Google_Service_Script(...); * $deployments = $scriptService->deployments; * */ class Google_Service_Script_Resource_ProjectsDeployments extends Google_Service_Resource { /** * Creates a deployment of an Apps Script project. (deployments.create) * * @param string $scriptId The script project's Drive ID. * @param Google_Service_Script_DeploymentConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_Script_Deployment */ public function create($scriptId, Google_Service_Script_DeploymentConfig $postBody, $optParams = array()) { $params = array('scriptId' => $scriptId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Script_Deployment"); } /** * Deletes a deployment of an Apps Script project. (deployments.delete) * * @param string $scriptId The script project's Drive ID. * @param string $deploymentId The deployment ID to be undeployed. * @param array $optParams Optional parameters. * @return Google_Service_Script_ScriptEmpty */ public function delete($scriptId, $deploymentId, $optParams = array()) { $params = array('scriptId' => $scriptId, 'deploymentId' => $deploymentId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Script_ScriptEmpty"); } /** * Gets a deployment of an Apps Script project. (deployments.get) * * @param string $scriptId The script project's Drive ID. * @param string $deploymentId The deployment ID. * @param array $optParams Optional parameters. * @return Google_Service_Script_Deployment */ public function get($scriptId, $deploymentId, $optParams = array()) { $params = array('scriptId' => $scriptId, 'deploymentId' => $deploymentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Script_Deployment"); } /** * Lists the deployments of an Apps Script project. * (deployments.listProjectsDeployments) * * @param string $scriptId The script project's Drive ID. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of deployments on each returned * page. Defaults to 50. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of `nextPageToken` from a * previous response. * @return Google_Service_Script_ListDeploymentsResponse */ public function listProjectsDeployments($scriptId, $optParams = array()) { $params = array('scriptId' => $scriptId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Script_ListDeploymentsResponse"); } /** * Updates a deployment of an Apps Script project. (deployments.update) * * @param string $scriptId The script project's Drive ID. * @param string $deploymentId The deployment ID for this deployment. * @param Google_Service_Script_UpdateDeploymentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Script_Deployment */ public function update($scriptId, $deploymentId, Google_Service_Script_UpdateDeploymentRequest $postBody, $optParams = array()) { $params = array('scriptId' => $scriptId, 'deploymentId' => $deploymentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Script_Deployment"); } } PK1 ZI_ _ Xvendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsVersions.phpnu[ * $scriptService = new Google_Service_Script(...); * $versions = $scriptService->versions; * */ class Google_Service_Script_Resource_ProjectsVersions extends Google_Service_Resource { /** * Creates a new immutable version using the current code, with a unique version * number. (versions.create) * * @param string $scriptId The script project's Drive ID. * @param Google_Service_Script_Version $postBody * @param array $optParams Optional parameters. * @return Google_Service_Script_Version */ public function create($scriptId, Google_Service_Script_Version $postBody, $optParams = array()) { $params = array('scriptId' => $scriptId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Script_Version"); } /** * Gets a version of a script project. (versions.get) * * @param string $scriptId The script project's Drive ID. * @param int $versionNumber The version number. * @param array $optParams Optional parameters. * @return Google_Service_Script_Version */ public function get($scriptId, $versionNumber, $optParams = array()) { $params = array('scriptId' => $scriptId, 'versionNumber' => $versionNumber); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Script_Version"); } /** * List the versions of a script project. (versions.listProjectsVersions) * * @param string $scriptId The script project's Drive ID. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of versions on each returned page. * Defaults to 50. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of `nextPageToken` from a * previous response. * @return Google_Service_Script_ListVersionsResponse */ public function listProjectsVersions($scriptId, $optParams = array()) { $params = array('scriptId' => $scriptId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Script_ListVersionsResponse"); } } PK1 Z+&Pvendor/google/apiclient-services/src/Google/Service/Script/Resource/Projects.phpnu[ * $scriptService = new Google_Service_Script(...); * $projects = $scriptService->projects; * */ class Google_Service_Script_Resource_Projects extends Google_Service_Resource { /** * Creates a new, empty script project with no script files and a base manifest * file. (projects.create) * * @param Google_Service_Script_CreateProjectRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Script_Project */ public function create(Google_Service_Script_CreateProjectRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Script_Project"); } /** * Gets a script project's metadata. (projects.get) * * @param string $scriptId The script project's Drive ID. * @param array $optParams Optional parameters. * @return Google_Service_Script_Project */ public function get($scriptId, $optParams = array()) { $params = array('scriptId' => $scriptId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Script_Project"); } /** * Gets the content of the script project, including the code source and * metadata for each script file. (projects.getContent) * * @param string $scriptId The script project's Drive ID. * @param array $optParams Optional parameters. * * @opt_param int versionNumber The version number of the project to retrieve. * If not provided, the project's HEAD version is returned. * @return Google_Service_Script_Content */ public function getContent($scriptId, $optParams = array()) { $params = array('scriptId' => $scriptId); $params = array_merge($params, $optParams); return $this->call('getContent', array($params), "Google_Service_Script_Content"); } /** * Get metrics data for scripts, such as number of executions and active users. * (projects.getMetrics) * * @param string $scriptId Required field indicating the script to get metrics * for. * @param array $optParams Optional parameters. * * @opt_param string metricsFilter.deploymentId Optional field indicating a * specific deployment to retrieve metrics from. * @opt_param string metricsGranularity Required field indicating what * granularity of metrics are returned. * @return Google_Service_Script_Metrics */ public function getMetrics($scriptId, $optParams = array()) { $params = array('scriptId' => $scriptId); $params = array_merge($params, $optParams); return $this->call('getMetrics', array($params), "Google_Service_Script_Metrics"); } /** * Updates the content of the specified script project. This content is stored * as the HEAD version, and is used when the script is executed as a trigger, in * the script editor, in add-on preview mode, or as a web app or Apps Script API * in development mode. This clears all the existing files in the project. * (projects.updateContent) * * @param string $scriptId The script project's Drive ID. * @param Google_Service_Script_Content $postBody * @param array $optParams Optional parameters. * @return Google_Service_Script_Content */ public function updateContent($scriptId, Google_Service_Script_Content $postBody, $optParams = array()) { $params = array('scriptId' => $scriptId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateContent', array($params), "Google_Service_Script_Content"); } } PK1 Zobvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeAddOnEntryPoint.phpnu[addOnType = $addOnType; } public function getAddOnType() { return $this->addOnType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHelpUrl($helpUrl) { $this->helpUrl = $helpUrl; } public function getHelpUrl() { return $this->helpUrl; } public function setPostInstallTipUrl($postInstallTipUrl) { $this->postInstallTipUrl = $postInstallTipUrl; } public function getPostInstallTipUrl() { return $this->postInstallTipUrl; } public function setReportIssueUrl($reportIssueUrl) { $this->reportIssueUrl = $reportIssueUrl; } public function getReportIssueUrl() { return $this->reportIssueUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Zk=^^cvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppEntryPoint.phpnu[entryPointConfig = $entryPointConfig; } /** * @return Google_Service_Script_GoogleAppsScriptTypeWebAppConfig */ public function getEntryPointConfig() { return $this->entryPointConfig; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 Z譥Vvendor/google/apiclient-services/src/Google/Service/Script/UpdateDeploymentRequest.phpnu[deploymentConfig = $deploymentConfig; } /** * @return Google_Service_Script_DeploymentConfig */ public function getDeploymentConfig() { return $this->deploymentConfig; } } PK1 ZrTTXvendor/google/apiclient-services/src/Google/Service/Script/ListUserProcessesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Script_GoogleAppsScriptTypeProcess[] */ public function setProcesses($processes) { $this->processes = $processes; } /** * @return Google_Service_Script_GoogleAppsScriptTypeProcess[] */ public function getProcesses() { return $this->processes; } } PK1 Z0 Fvendor/google/apiclient-services/src/Google/Service/Script/Project.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Script_GoogleAppsScriptTypeUser */ public function setCreator(Google_Service_Script_GoogleAppsScriptTypeUser $creator) { $this->creator = $creator; } /** * @return Google_Service_Script_GoogleAppsScriptTypeUser */ public function getCreator() { return $this->creator; } /** * @param Google_Service_Script_GoogleAppsScriptTypeUser */ public function setLastModifyUser(Google_Service_Script_GoogleAppsScriptTypeUser $lastModifyUser) { $this->lastModifyUser = $lastModifyUser; } /** * @return Google_Service_Script_GoogleAppsScriptTypeUser */ public function getLastModifyUser() { return $this->lastModifyUser; } public function setParentId($parentId) { $this->parentId = $parentId; } public function getParentId() { return $this->parentId; } public function setScriptId($scriptId) { $this->scriptId = $scriptId; } public function getScriptId() { return $this->scriptId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 ZELLTvendor/google/apiclient-services/src/Google/Service/Script/ExecuteStreamResponse.phpnu[result = $result; } /** * @return Google_Service_Script_ScriptExecutionResult */ public function getResult() { return $this->result; } } PK1 Zf۶44Hvendor/google/apiclient-services/src/Google/Service/Script/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Script_Status */ public function setError(Google_Service_Script_Status $error) { $this->error = $error; } /** * @return Google_Service_Script_Status */ public function getError() { return $this->error; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 ZPQEvendor/google/apiclient-services/src/Google/Service/Script/Status.phpnu[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; } } PK1 ZyKvendor/google/apiclient-services/src/Google/Service/Script/MetricsValue.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 Zl11Vvendor/google/apiclient-services/src/Google/Service/Script/ListDeploymentsResponse.phpnu[deployments = $deployments; } /** * @return Google_Service_Script_Deployment[] */ public function getDeployments() { return $this->deployments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zm&c  Svendor/google/apiclient-services/src/Google/Service/Script/ListVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Script_Version[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Script_Version[] */ public function getVersions() { return $this->versions; } } PK1 Z7duu^vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunctionSet.phpnu[values = $values; } /** * @return Google_Service_Script_GoogleAppsScriptTypeFunction[] */ public function getValues() { return $this->values; } } PK1 ZʗJvendor/google/apiclient-services/src/Google/Service/Script/ScriptEmpty.phpnu[addOn = $addOn; } /** * @return Google_Service_Script_GoogleAppsScriptTypeAddOnEntryPoint */ public function getAddOn() { return $this->addOn; } public function setEntryPointType($entryPointType) { $this->entryPointType = $entryPointType; } public function getEntryPointType() { return $this->entryPointType; } /** * @param Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint */ public function setExecutionApi(Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint $executionApi) { $this->executionApi = $executionApi; } /** * @return Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint */ public function getExecutionApi() { return $this->executionApi; } /** * @param Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint */ public function setWebApp(Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint $webApp) { $this->webApp = $webApp; } /** * @return Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint */ public function getWebApp() { return $this->webApp; } } PK1 Z$ivendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiEntryPoint.phpnu[entryPointConfig = $entryPointConfig; } /** * @return Google_Service_Script_GoogleAppsScriptTypeExecutionApiConfig */ public function getEntryPointConfig() { return $this->entryPointConfig; } } PK1 ZޥIEvendor/google/apiclient-services/src/Google/Service/Script/Struct.phpnu[fields = $fields; } /** * @return Google_Service_Script_Value[] */ public function getFields() { return $this->fields; } } PK1 Z̢Hvendor/google/apiclient-services/src/Google/Service/Script/ListValue.phpnu[values = $values; } /** * @return Google_Service_Script_Value[] */ public function getValues() { return $this->values; } } PK1 Zԅ:Svendor/google/apiclient-services/src/Google/Service/Script/CreateProjectRequest.phpnu[parentId = $parentId; } public function getParentId() { return $this->parentId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z[ݚOvendor/google/apiclient-services/src/Google/Service/Script/DeploymentConfig.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setManifestFileName($manifestFileName) { $this->manifestFileName = $manifestFileName; } public function getManifestFileName() { return $this->manifestFileName; } public function setScriptId($scriptId) { $this->scriptId = $scriptId; } public function getScriptId() { return $this->scriptId; } public function setVersionNumber($versionNumber) { $this->versionNumber = $versionNumber; } public function getVersionNumber() { return $this->versionNumber; } } PK1 Zdo::Pvendor/google/apiclient-services/src/Google/Service/Script/ExecutionResponse.phpnu[result = $result; } public function getResult() { return $this->result; } } PK1 ZcOOevendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiConfig.phpnu[access = $access; } public function getAccess() { return $this->access; } } PK1 Z;% Dvendor/google/apiclient-services/src/Google/Service/Script/Value.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setBytesValue($bytesValue) { $this->bytesValue = $bytesValue; } public function getBytesValue() { return $this->bytesValue; } public function setDateValue($dateValue) { $this->dateValue = $dateValue; } public function getDateValue() { return $this->dateValue; } /** * @param Google_Service_Script_ListValue */ public function setListValue(Google_Service_Script_ListValue $listValue) { $this->listValue = $listValue; } /** * @return Google_Service_Script_ListValue */ public function getListValue() { return $this->listValue; } public function setNullValue($nullValue) { $this->nullValue = $nullValue; } public function getNullValue() { return $this->nullValue; } public function setNumberValue($numberValue) { $this->numberValue = $numberValue; } public function getNumberValue() { return $this->numberValue; } public function setProtoValue($protoValue) { $this->protoValue = $protoValue; } public function getProtoValue() { return $this->protoValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } /** * @param Google_Service_Script_Struct */ public function setStructValue(Google_Service_Script_Struct $structValue) { $this->structValue = $structValue; } /** * @return Google_Service_Script_Struct */ public function getStructValue() { return $this->structValue; } } PK1 Z^7Wvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeUser.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } } PK1 Z hIvendor/google/apiclient-services/src/Google/Service/Script/Deployment.phpnu[deploymentConfig = $deploymentConfig; } /** * @return Google_Service_Script_DeploymentConfig */ public function getDeploymentConfig() { return $this->deploymentConfig; } public function setDeploymentId($deploymentId) { $this->deploymentId = $deploymentId; } public function getDeploymentId() { return $this->deploymentId; } /** * @param Google_Service_Script_EntryPoint[] */ public function setEntryPoints($entryPoints) { $this->entryPoints = $entryPoints; } /** * @return Google_Service_Script_EntryPoint[] */ public function getEntryPoints() { return $this->entryPoints; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Z@u{++Fvendor/google/apiclient-services/src/Google/Service/CloudFilestore.phpnu[ * The Cloud Filestore API is used for creating and managing cloud file servers.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudFilestore extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_backups; public $projects_locations_instances; public $projects_locations_operations; /** * Constructs the internal representation of the CloudFilestore service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://file.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'file'; $this->projects_locations = new Google_Service_CloudFilestore_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeUnrevealedLocations' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_backups = new Google_Service_CloudFilestore_Resource_ProjectsLocationsBackups( $this, $this->serviceName, 'backups', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/backups', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backupId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/backups', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_instances = new Google_Service_CloudFilestore_Resource_ProjectsLocationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'restore' => array( 'path' => 'v1/{+name}:restore', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudFilestore_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Zz__Evendor/google/apiclient-services/src/Google/Service/BigtableAdmin.phpnu[ * Administer your Cloud Bigtable tables and instances.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_BigtableAdmin extends Google_Service { /** Administer your Cloud Bigtable tables and clusters. */ const BIGTABLE_ADMIN = "https://www.googleapis.com/auth/bigtable.admin"; /** Administer your Cloud Bigtable clusters. */ const BIGTABLE_ADMIN_CLUSTER = "https://www.googleapis.com/auth/bigtable.admin.cluster"; /** Administer your Cloud Bigtable clusters. */ const BIGTABLE_ADMIN_INSTANCE = "https://www.googleapis.com/auth/bigtable.admin.instance"; /** Administer your Cloud Bigtable tables. */ const BIGTABLE_ADMIN_TABLE = "https://www.googleapis.com/auth/bigtable.admin.table"; /** Administer your Cloud Bigtable tables and clusters. */ const CLOUD_BIGTABLE_ADMIN = "https://www.googleapis.com/auth/cloud-bigtable.admin"; /** Administer your Cloud Bigtable clusters. */ const CLOUD_BIGTABLE_ADMIN_CLUSTER = "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"; /** Administer your Cloud Bigtable tables. */ const CLOUD_BIGTABLE_ADMIN_TABLE = "https://www.googleapis.com/auth/cloud-bigtable.admin.table"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $operations; public $operations_projects_operations; public $projects_instances; public $projects_instances_appProfiles; public $projects_instances_clusters; public $projects_instances_clusters_backups; public $projects_instances_tables; public $projects_locations; /** * Constructs the internal representation of the BigtableAdmin service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://bigtableadmin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'bigtableadmin'; $this->operations = new Google_Service_BigtableAdmin_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v2/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations_projects_operations = new Google_Service_BigtableAdmin_Resource_OperationsProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances = new Google_Service_BigtableAdmin_Resource_ProjectsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v2/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'partialUpdateInstance' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v2/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v2/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_appProfiles = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesAppProfiles( $this, $this->serviceName, 'appProfiles', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/appProfiles', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'appProfileId' => array( 'location' => 'query', 'type' => 'string', ), 'ignoreWarnings' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreWarnings' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/appProfiles', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ignoreWarnings' => array( 'location' => 'query', 'type' => 'boolean', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instances_clusters = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesClusters( $this, $this->serviceName, 'clusters', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/clusters', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/clusters', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_clusters_backups = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesClustersBackups( $this, $this->serviceName, 'backups', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/backups', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backupId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v2/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/backups', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v2/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v2/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_instances_tables = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesTables( $this, $this->serviceName, 'tables', array( 'methods' => array( 'checkConsistency' => array( 'path' => 'v2/{+name}:checkConsistency', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v2/{+parent}/tables', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'dropRowRange' => array( 'path' => 'v2/{+name}:dropRowRange', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateConsistencyToken' => array( 'path' => 'v2/{+name}:generateConsistencyToken', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'v2/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/tables', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'modifyColumnFamilies' => array( 'path' => 'v2/{+name}:modifyColumnFamilies', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'restore' => array( 'path' => 'v2/{+parent}/tables:restore', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v2/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v2/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations = new Google_Service_BigtableAdmin_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z BNsvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequest.phpnu[site = $site; } /** * @return Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite */ public function getSite() { return $this->site; } public function setVerificationMethod($verificationMethod) { $this->verificationMethod = $verificationMethod; } public function getVerificationMethod() { return $this->verificationMethod; } } PK1 Zk@((]vendor/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.phpnu[ * $siteVerificationService = new Google_Service_SiteVerification(...); * $webResource = $siteVerificationService->webResource; * */ class Google_Service_SiteVerification_Resource_WebResource extends Google_Service_Resource { /** * Relinquish ownership of a website or domain. (webResource.delete) * * @param string $id The id of a verified site or domain. * @param array $optParams Optional parameters. */ public function delete($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Get the most current data for a website or domain. (webResource.get) * * @param string $id The id of a verified site or domain. * @param array $optParams Optional parameters. * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); } /** * Get a verification token for placing on a website or domain. * (webResource.getToken) * * @param Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse */ public function getToken(Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getToken', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse"); } /** * Attempt verification of a website or domain. (webResource.insert) * * @param string $verificationMethod The method to use for verifying a site or * domain. * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource */ public function insert($verificationMethod, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array()) { $params = array('verificationMethod' => $verificationMethod, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); } /** * Get the list of your verified websites and domains. * (webResource.listWebResource) * * @param array $optParams Optional parameters. * @return Google_Service_SiteVerification_SiteVerificationWebResourceListResponse */ public function listWebResource($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceListResponse"); } /** * Modify the list of owners for your website or domain. This method supports * patch semantics. (webResource.patch) * * @param string $id The id of a verified site or domain. * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource */ public function patch($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); } /** * Modify the list of owners for your website or domain. (webResource.update) * * @param string $id The id of a verified site or domain. * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody * @param array $optParams Optional parameters. * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource */ public function update($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); } } PK1 Z`~pvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.phpnu[identifier = $identifier; } public function getIdentifier() { return $this->identifier; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Z}  wvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.phpnu[identifier = $identifier; } public function getIdentifier() { return $this->identifier; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZD>  lvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.phpnu[id = $id; } public function getId() { return $this->id; } public function setOwners($owners) { $this->owners = $owners; } public function getOwners() { return $this->owners; } /** * @param Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite */ public function setSite(Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite $site) { $this->site = $site; } /** * @return Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite */ public function getSite() { return $this->site; } } PK1 Ztvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenResponse.phpnu[method = $method; } public function getMethod() { return $this->method; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } } PK1 Z2#pvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceListResponse.phpnu[items = $items; } /** * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource[] */ public function getItems() { return $this->items; } } PK1 ZGvendor/google/apiclient-services/src/Google/Service/AdSense/AdStyle.phpnu[colors = $colors; } /** * @return Google_Service_AdSense_AdStyleColors */ public function getColors() { return $this->colors; } public function setCorners($corners) { $this->corners = $corners; } public function getCorners() { return $this->corners; } /** * @param Google_Service_AdSense_AdStyleFont */ public function setFont(Google_Service_AdSense_AdStyleFont $font) { $this->font = $font; } /** * @return Google_Service_AdSense_AdStyleFont */ public function getFont() { return $this->font; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 Z{~Xvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.phpnu[backupOption = $backupOption; } /** * @return Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption */ public function getBackupOption() { return $this->backupOption; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZrO\\dvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.phpnu[color = $color; } public function getColor() { return $this->color; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 Z,9?X||Uvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.phpnu[adPosition = $adPosition; } public function getAdPosition() { return $this->adPosition; } public function setFrequency($frequency) { $this->frequency = $frequency; } public function getFrequency() { return $this->frequency; } public function setMinimumWordCount($minimumWordCount) { $this->minimumWordCount = $minimumWordCount; } public function getMinimumWordCount() { return $this->minimumWordCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Z^^Jvendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUrlPattern($urlPattern) { $this->urlPattern = $urlPattern; } public function getUrlPattern() { return $this->urlPattern; } } PK1 Zh[s Lvendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.phpnu[adStyle = $adStyle; } /** * @return Google_Service_AdSense_AdStyle */ public function getAdStyle() { return $this->adStyle; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Zb ^vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.phpnu[averages = $averages; } public function getAverages() { return $this->averages; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } /** * @param Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders[] */ public function getHeaders() { return $this->headers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setTotalMatchedRows($totalMatchedRows) { $this->totalMatchedRows = $totalMatchedRows; } public function getTotalMatchedRows() { return $this->totalMatchedRows; } public function setTotals($totals) { $this->totals = $totals; } public function getTotals() { return $this->totals; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK1 ZHvendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.phpnu[arcOptIn = $arcOptIn; } public function getArcOptIn() { return $this->arcOptIn; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProductCode($productCode) { $this->productCode = $productCode; } public function getProductCode() { return $this->productCode; } public function setSupportsReporting($supportsReporting) { $this->supportsReporting = $supportsReporting; } public function getSupportsReporting() { return $this->supportsReporting; } } PK1 Z 1Lvendor/google/apiclient-services/src/Google/Service/AdSense/SavedReports.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_SavedReport[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_SavedReport[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZPPGvendor/google/apiclient-services/src/Google/Service/AdSense/Payment.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPaymentAmount($paymentAmount) { $this->paymentAmount = $paymentAmount; } public function getPaymentAmount() { return $this->paymentAmount; } public function setPaymentAmountCurrencyCode($paymentAmountCurrencyCode) { $this->paymentAmountCurrencyCode = $paymentAmountCurrencyCode; } public function getPaymentAmountCurrencyCode() { return $this->paymentAmountCurrencyCode; } public function setPaymentDate($paymentDate) { $this->paymentDate = $paymentDate; } public function getPaymentDate() { return $this->paymentDate; } } PK1 Z/O^vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.phpnu[markupLanguage = $markupLanguage; } public function getMarkupLanguage() { return $this->markupLanguage; } public function setScriptingLanguage($scriptingLanguage) { $this->scriptingLanguage = $scriptingLanguage; } public function getScriptingLanguage() { return $this->scriptingLanguage; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZIIEvendor/google/apiclient-services/src/Google/Service/AdSense/Alert.phpnu[id = $id; } public function getId() { return $this->id; } public function setIsDismissible($isDismissible) { $this->isDismissible = $isDismissible; } public function getIsDismissible() { return $this->isDismissible; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Z}ĀMvendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.phpnu[background = $background; } public function getBackground() { return $this->background; } public function setBorder($border) { $this->border = $border; } public function getBorder() { return $this->border; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 ZU0Zvendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.phpnu[adsAppearOn = $adsAppearOn; } public function getAdsAppearOn() { return $this->adsAppearOn; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setSiteLanguage($siteLanguage) { $this->siteLanguage = $siteLanguage; } public function getSiteLanguage() { return $this->siteLanguage; } } PK1 Zն0 0 Xvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $adunits = $adsenseService->adunits; * */ class Google_Service_AdSense_Resource_AccountsAdunits extends Google_Service_Resource { /** * Gets the specified ad unit in the specified ad client for the specified * account. (adunits.get) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client for which to get the ad unit. * @param string $adUnitId Ad unit to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_AdUnit */ public function get($accountId, $adClientId, $adUnitId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_AdUnit"); } /** * Get ad code for the specified ad unit. (adunits.getAdCode) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client with contains the ad unit. * @param string $adUnitId Ad unit to get the code for. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_AdCode */ public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode"); } /** * List all ad units in the specified ad client for the specified account. * (adunits.listAccountsAdunits) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client for which to list ad units. * @param array $optParams Optional parameters. * * @opt_param bool includeInactive Whether to include inactive ad units. * Default: true. * @opt_param int maxResults The maximum number of ad units to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * units. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_AdUnits */ public function listAccountsAdunits($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); } } PK1 Z0u^vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $customchannels = $adsenseService->customchannels; * */ class Google_Service_AdSense_Resource_AdunitsCustomchannels extends Google_Service_Resource { /** * List all custom channels which the specified ad unit belongs to. * (customchannels.listAdunitsCustomchannels) * * @param string $adClientId Ad client which contains the ad unit. * @param string $adUnitId Ad unit for which to list custom channels. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of custom channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through custom * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_CustomChannels */ public function listAdunitsCustomchannels($adClientId, $adUnitId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); } } PK1 ZMг Wvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $customchannels = $adsenseService->customchannels; * */ class Google_Service_AdSense_Resource_Customchannels extends Google_Service_Resource { /** * Get the specified custom channel from the specified ad client. * (customchannels.get) * * @param string $adClientId Ad client which contains the custom channel. * @param string $customChannelId Custom channel to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_CustomChannel */ public function get($adClientId, $customChannelId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_CustomChannel"); } /** * List all custom channels in the specified ad client for this AdSense account. * (customchannels.listCustomchannels) * * @param string $adClientId Ad client for which to list custom channels. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of custom channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through custom * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_CustomChannels */ public function listCustomchannels($adClientId, $optParams = array()) { $params = array('adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); } } PK1 ZƘWvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $alerts = $adsenseService->alerts; * */ class Google_Service_AdSense_Resource_AccountsAlerts extends Google_Service_Resource { /** * Dismiss (delete) the specified alert from the specified publisher AdSense * account. (alerts.delete) * * @param string $accountId Account which contains the ad unit. * @param string $alertId Alert to delete. * @param array $optParams Optional parameters. */ public function delete($accountId, $alertId, $optParams = array()) { $params = array('accountId' => $accountId, 'alertId' => $alertId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * List the alerts for the specified AdSense account. * (alerts.listAccountsAlerts) * * @param string $accountId Account for which to retrieve the alerts. * @param array $optParams Optional parameters. * * @opt_param string locale The locale to use for translating alert messages. * The account locale will be used if this is not supplied. The AdSense default * (English) will be used if the supplied locale is invalid or unsupported. * @return Google_Service_AdSense_Alerts */ public function listAccountsAlerts($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Alerts"); } } PK1 Z^} } Zvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $adclients = $adsenseService->adclients; * */ class Google_Service_AdSense_Resource_AccountsAdclients extends Google_Service_Resource { /** * Get Auto ad code for a given ad client. (adclients.getAdCode) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client to get the code for. * @param array $optParams Optional parameters. * * @opt_param string tagPartner Tag partner to include in the ad code snippet. * @return Google_Service_AdSense_AdCode */ public function getAdCode($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode"); } /** * List all ad clients in the specified account. * (adclients.listAccountsAdclients) * * @param string $accountId Account for which to list ad clients. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of ad clients to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * clients. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_AdClients */ public function listAccountsAdclients($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_AdClients"); } } PK1 Za Uvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $saved = $adsenseService->saved; * */ class Google_Service_AdSense_Resource_ReportsSaved extends Google_Service_Resource { /** * Generate an AdSense report based on the saved report ID sent in the query * parameters. (saved.generate) * * @param string $savedReportId The saved report to retrieve. * @param array $optParams Optional parameters. * * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param int maxResults The maximum number of rows of report data to * return. * @opt_param int startIndex Index of the first row of report data to return. * @return Google_Service_AdSense_AdsenseReportsGenerateResponse */ public function generate($savedReportId, $optParams = array()) { $params = array('savedReportId' => $savedReportId); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); } /** * List all saved reports in this AdSense account. (saved.listReportsSaved) * * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of saved reports to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through saved * reports. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_SavedReports */ public function listReportsSaved($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_SavedReports"); } } PK1 Z(Ovendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $alerts = $adsenseService->alerts; * */ class Google_Service_AdSense_Resource_Alerts extends Google_Service_Resource { /** * Dismiss (delete) the specified alert from the publisher's AdSense account. * (alerts.delete) * * @param string $alertId Alert to delete. * @param array $optParams Optional parameters. */ public function delete($alertId, $optParams = array()) { $params = array('alertId' => $alertId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * List the alerts for this AdSense account. (alerts.listAlerts) * * @param array $optParams Optional parameters. * * @opt_param string locale The locale to use for translating alert messages. * The account locale will be used if this is not supplied. The AdSense default * (English) will be used if the supplied locale is invalid or unsupported. * @return Google_Service_AdSense_Alerts */ public function listAlerts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Alerts"); } } PK1 Z.0 * $adsenseService = new Google_Service_AdSense(...); * $reports = $adsenseService->reports; * */ class Google_Service_AdSense_Resource_AccountsReports extends Google_Service_Resource { /** * Generate an AdSense report based on the report request sent in the query * parameters. Returns the result as JSON; to retrieve output in CSV format * specify "alt=csv" as a query parameter. (reports.generate) * * @param string $accountId Account upon which to report. * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param string $endDate End of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param array $optParams Optional parameters. * * @opt_param string currency Optional currency to use when reporting on * monetary metrics. Defaults to the account's currency if not set. * @opt_param string dimension Dimensions to base the report on. * @opt_param string filter Filters to be run on the report. * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param int maxResults The maximum number of rows of report data to * return. * @opt_param string metric Numeric columns to include in the report. * @opt_param string sort The name of a dimension or metric to sort the * resulting report on, optionally prefixed with "+" to sort ascending or "-" to * sort descending. If no prefix is specified, the column is sorted ascending. * @opt_param int startIndex Index of the first row of report data to return. * @opt_param bool useTimezoneReporting Whether the report should be generated * in the AdSense account's local timezone. If false default PST/PDT timezone * will be used. * @return Google_Service_AdSense_AdsenseReportsGenerateResponse */ public function generate($accountId, $startDate, $endDate, $optParams = array()) { $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); } } PK1 ZcsjjQvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $metadata = $adsenseService->metadata; * */ class Google_Service_AdSense_Resource_Metadata extends Google_Service_Resource { } PK1 Z@ ˅Vvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $savedadstyles = $adsenseService->savedadstyles; * */ class Google_Service_AdSense_Resource_Savedadstyles extends Google_Service_Resource { /** * Get a specific saved ad style from the user's account. (savedadstyles.get) * * @param string $savedAdStyleId Saved ad style to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_SavedAdStyle */ public function get($savedAdStyleId, $optParams = array()) { $params = array('savedAdStyleId' => $savedAdStyleId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_SavedAdStyle"); } /** * List all saved ad styles in the user's account. * (savedadstyles.listSavedadstyles) * * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of saved ad styles to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through saved * ad styles. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_SavedAdStyles */ public function listSavedadstyles($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_SavedAdStyles"); } } PK1 Z AA[vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $dimensions = $adsenseService->dimensions; * */ class Google_Service_AdSense_Resource_MetadataDimensions extends Google_Service_Resource { /** * List the metadata for the dimensions available to this AdSense account. * (dimensions.listMetadataDimensions) * * @param array $optParams Optional parameters. * @return Google_Service_AdSense_Metadata */ public function listMetadataDimensions($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Metadata"); } } PK1 ZʥK K Pvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $reports = $adsenseService->reports; * */ class Google_Service_AdSense_Resource_Reports extends Google_Service_Resource { /** * Generate an AdSense report based on the report request sent in the query * parameters. Returns the result as JSON; to retrieve output in CSV format * specify "alt=csv" as a query parameter. (reports.generate) * * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param string $endDate End of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param array $optParams Optional parameters. * * @opt_param string accountId Accounts upon which to report. * @opt_param string currency Optional currency to use when reporting on * monetary metrics. Defaults to the account's currency if not set. * @opt_param string dimension Dimensions to base the report on. * @opt_param string filter Filters to be run on the report. * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param int maxResults The maximum number of rows of report data to * return. * @opt_param string metric Numeric columns to include in the report. * @opt_param string sort The name of a dimension or metric to sort the * resulting report on, optionally prefixed with "+" to sort ascending or "-" to * sort descending. If no prefix is specified, the column is sorted ascending. * @opt_param int startIndex Index of the first row of report data to return. * @opt_param bool useTimezoneReporting Whether the report should be generated * in the AdSense account's local timezone. If false default PST/PDT timezone * will be used. * @return Google_Service_AdSense_AdsenseReportsGenerateResponse */ public function generate($startDate, $endDate, $optParams = array()) { $params = array('startDate' => $startDate, 'endDate' => $endDate); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); } } PK1 ZAQvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $payments = $adsenseService->payments; * */ class Google_Service_AdSense_Resource_Payments extends Google_Service_Resource { /** * List the payments for this AdSense account. (payments.listPayments) * * @param array $optParams Optional parameters. * @return Google_Service_AdSense_Payments */ public function listPayments($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Payments"); } } PK1 Zx}.GGRvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $adclients = $adsenseService->adclients; * */ class Google_Service_AdSense_Resource_Adclients extends Google_Service_Resource { /** * List all ad clients in this AdSense account. (adclients.listAdclients) * * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of ad clients to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * clients. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_AdClients */ public function listAdclients($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_AdClients"); } } PK1 Z ߃ ^vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $savedadstyles = $adsenseService->savedadstyles; * */ class Google_Service_AdSense_Resource_AccountsSavedadstyles extends Google_Service_Resource { /** * List a specific saved ad style for the specified account. (savedadstyles.get) * * @param string $accountId Account for which to get the saved ad style. * @param string $savedAdStyleId Saved ad style to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_SavedAdStyle */ public function get($accountId, $savedAdStyleId, $optParams = array()) { $params = array('accountId' => $accountId, 'savedAdStyleId' => $savedAdStyleId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_SavedAdStyle"); } /** * List all saved ad styles in the specified account. * (savedadstyles.listAccountsSavedadstyles) * * @param string $accountId Account for which to list saved ad styles. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of saved ad styles to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through saved * ad styles. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_SavedAdStyles */ public function listAccountsSavedadstyles($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_SavedAdStyles"); } } PK1 Z K;~~Qvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $accounts = $adsenseService->accounts; * */ class Google_Service_AdSense_Resource_Accounts extends Google_Service_Resource { /** * Get information about the selected AdSense account. (accounts.get) * * @param string $accountId Account to get information about. * @param array $optParams Optional parameters. * * @opt_param bool tree Whether the tree of sub accounts should be returned. * @return Google_Service_AdSense_Account */ public function get($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_Account"); } /** * List all accounts available to this AdSense account. (accounts.listAccounts) * * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of accounts to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through * accounts. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_Accounts */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Accounts"); } } PK1 Zh ))Xvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $metrics = $adsenseService->metrics; * */ class Google_Service_AdSense_Resource_MetadataMetrics extends Google_Service_Resource { /** * List the metadata for the metrics available to this AdSense account. * (metrics.listMetadataMetrics) * * @param array $optParams Optional parameters. * @return Google_Service_AdSense_Metadata */ public function listMetadataMetrics($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Metadata"); } } PK1 Zem>) Pvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $adunits = $adsenseService->adunits; * */ class Google_Service_AdSense_Resource_Adunits extends Google_Service_Resource { /** * Gets the specified ad unit in the specified ad client. (adunits.get) * * @param string $adClientId Ad client for which to get the ad unit. * @param string $adUnitId Ad unit to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_AdUnit */ public function get($adClientId, $adUnitId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_AdUnit"); } /** * Get ad code for the specified ad unit. (adunits.getAdCode) * * @param string $adClientId Ad client with contains the ad unit. * @param string $adUnitId Ad unit to get the code for. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_AdCode */ public function getAdCode($adClientId, $adUnitId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode"); } /** * List all ad units in the specified ad client for this AdSense account. * (adunits.listAdunits) * * @param string $adClientId Ad client for which to list ad units. * @param array $optParams Optional parameters. * * @opt_param bool includeInactive Whether to include inactive ad units. * Default: true. * @opt_param int maxResults The maximum number of ad units to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * units. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_AdUnits */ public function listAdunits($adClientId, $optParams = array()) { $params = array('adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); } } PK1 ZzʕTvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $urlchannels = $adsenseService->urlchannels; * */ class Google_Service_AdSense_Resource_Urlchannels extends Google_Service_Resource { /** * List all URL channels in the specified ad client for this AdSense account. * (urlchannels.listUrlchannels) * * @param string $adClientId Ad client for which to list URL channels. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of URL channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through URL * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_UrlChannels */ public function listUrlchannels($adClientId, $optParams = array()) { $params = array('adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_UrlChannels"); } } PK1 ZrA8FFfvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $adunits = $adsenseService->adunits; * */ class Google_Service_AdSense_Resource_AccountsCustomchannelsAdunits extends Google_Service_Resource { /** * List all ad units in the specified custom channel. * (adunits.listAccountsCustomchannelsAdunits) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client which contains the custom channel. * @param string $customChannelId Custom channel for which to list ad units. * @param array $optParams Optional parameters. * * @opt_param bool includeInactive Whether to include inactive ad units. * Default: true. * @opt_param int maxResults The maximum number of ad units to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * units. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_AdUnits */ public function listAccountsCustomchannelsAdunits($accountId, $adClientId, $customChannelId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); } } PK1 Z ]vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $saved = $adsenseService->saved; * */ class Google_Service_AdSense_Resource_AccountsReportsSaved extends Google_Service_Resource { /** * Generate an AdSense report based on the saved report ID sent in the query * parameters. (saved.generate) * * @param string $accountId Account to which the saved reports belong. * @param string $savedReportId The saved report to retrieve. * @param array $optParams Optional parameters. * * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param int maxResults The maximum number of rows of report data to * return. * @opt_param int startIndex Index of the first row of report data to return. * @return Google_Service_AdSense_AdsenseReportsGenerateResponse */ public function generate($accountId, $savedReportId, $optParams = array()) { $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); } /** * List all saved reports in the specified AdSense account. * (saved.listAccountsReportsSaved) * * @param string $accountId Account to which the saved reports belong. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of saved reports to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through saved * reports. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_SavedReports */ public function listAccountsReportsSaved($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_SavedReports"); } } PK1 Zn^vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $adunits = $adsenseService->adunits; * */ class Google_Service_AdSense_Resource_CustomchannelsAdunits extends Google_Service_Resource { /** * List all ad units in the specified custom channel. * (adunits.listCustomchannelsAdunits) * * @param string $adClientId Ad client which contains the custom channel. * @param string $customChannelId Custom channel for which to list ad units. * @param array $optParams Optional parameters. * * @opt_param bool includeInactive Whether to include inactive ad units. * Default: true. * @opt_param int maxResults The maximum number of ad units to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * units. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_AdUnits */ public function listCustomchannelsAdunits($adClientId, $customChannelId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); } } PK1 Z{/ww\vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $urlchannels = $adsenseService->urlchannels; * */ class Google_Service_AdSense_Resource_AccountsUrlchannels extends Google_Service_Resource { /** * List all URL channels in the specified ad client for the specified account. * (urlchannels.listAccountsUrlchannels) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client for which to list URL channels. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of URL channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through URL * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_UrlChannels */ public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_UrlChannels"); } } PK1 ZH)硏Yvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $payments = $adsenseService->payments; * */ class Google_Service_AdSense_Resource_AccountsPayments extends Google_Service_Resource { /** * List the payments for the specified AdSense account. * (payments.listAccountsPayments) * * @param string $accountId Account for which to retrieve the payments. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_Payments */ public function listAccountsPayments($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_Payments"); } } PK1 ZeF  fvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $customchannels = $adsenseService->customchannels; * */ class Google_Service_AdSense_Resource_AccountsAdunitsCustomchannels extends Google_Service_Resource { /** * List all custom channels which the specified ad unit belongs to. * (customchannels.listAccountsAdunitsCustomchannels) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client which contains the ad unit. * @param string $adUnitId Ad unit for which to list custom channels. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of custom channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through custom * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_CustomChannels */ public function listAccountsAdunitsCustomchannels($accountId, $adClientId, $adUnitId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); } } PK1 Z _vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.phpnu[ * $adsenseService = new Google_Service_AdSense(...); * $customchannels = $adsenseService->customchannels; * */ class Google_Service_AdSense_Resource_AccountsCustomchannels extends Google_Service_Resource { /** * Get the specified custom channel from the specified ad client for the * specified account. (customchannels.get) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client which contains the custom channel. * @param string $customChannelId Custom channel to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdSense_CustomChannel */ public function get($accountId, $adClientId, $customChannelId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSense_CustomChannel"); } /** * List all custom channels in the specified ad client for the specified * account. (customchannels.listAccountsCustomchannels) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client for which to list custom channels. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of custom channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through custom * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSense_CustomChannels */ public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); } } PK1 Z<*ǠFvendor/google/apiclient-services/src/Google/Service/AdSense/Alerts.phpnu[items = $items; } /** * @return Google_Service_AdSense_Alert[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 Z(L0@Kvendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.phpnu[family = $family; } public function getFamily() { return $this->family; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK1 Zyyevendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.phpnu[currency = $currency; } public function getCurrency() { return $this->currency; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZhHvendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.phpnu[items = $items; } /** * @return Google_Service_AdSense_ReportingMetadataEntry[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 Zc&X55Kvendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.phpnu[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; } } PK1 ZMvendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_SavedAdStyle[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_SavedAdStyle[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZnFvendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.phpnu[adCode = $adCode; } public function getAdCode() { return $this->adCode; } public function setAmpBody($ampBody) { $this->ampBody = $ampBody; } public function getAmpBody() { return $this->ampBody; } public function setAmpHead($ampHead) { $this->ampHead = $ampHead; } public function getAmpHead() { return $this->ampHead; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 ZY00Fvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnit.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_AdSense_AdUnitContentAdsSettings */ public function setContentAdsSettings(Google_Service_AdSense_AdUnitContentAdsSettings $contentAdsSettings) { $this->contentAdsSettings = $contentAdsSettings; } /** * @return Google_Service_AdSense_AdUnitContentAdsSettings */ public function getContentAdsSettings() { return $this->contentAdsSettings; } /** * @param Google_Service_AdSense_AdStyle */ public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle) { $this->customStyle = $customStyle; } /** * @return Google_Service_AdSense_AdStyle */ public function getCustomStyle() { return $this->customStyle; } /** * @param Google_Service_AdSense_AdUnitFeedAdsSettings */ public function setFeedAdsSettings(Google_Service_AdSense_AdUnitFeedAdsSettings $feedAdsSettings) { $this->feedAdsSettings = $feedAdsSettings; } /** * @return Google_Service_AdSense_AdUnitFeedAdsSettings */ public function getFeedAdsSettings() { return $this->feedAdsSettings; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdSense_AdUnitMobileContentAdsSettings */ public function setMobileContentAdsSettings(Google_Service_AdSense_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) { $this->mobileContentAdsSettings = $mobileContentAdsSettings; } /** * @return Google_Service_AdSense_AdUnitMobileContentAdsSettings */ public function getMobileContentAdsSettings() { return $this->mobileContentAdsSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSavedStyleId($savedStyleId) { $this->savedStyleId = $savedStyleId; } public function getSavedStyleId() { return $this->savedStyleId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK1 Z4 .Hvendor/google/apiclient-services/src/Google/Service/AdSense/Payments.phpnu[items = $items; } /** * @return Google_Service_AdSense_Payment[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 ZIvendor/google/apiclient-services/src/Google/Service/AdSense/AdClients.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_AdClient[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_AdClient[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZlNvendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_CustomChannel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_CustomChannel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZOOHvendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_Account[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_Account[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z%xGvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnits.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_AdUnit[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_AdUnit[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZA߿Mvendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.phpnu[code = $code; } public function getCode() { return $this->code; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AdSense_CustomChannelTargetingInfo */ public function setTargetingInfo(Google_Service_AdSense_CustomChannelTargetingInfo $targetingInfo) { $this->targetingInfo = $targetingInfo; } /** * @return Google_Service_AdSense_CustomChannelTargetingInfo */ public function getTargetingInfo() { return $this->targetingInfo; } } PK1 Z ~[[Gvendor/google/apiclient-services/src/Google/Service/AdSense/Account.phpnu[ "creation_time", ); public $creationTime; public $id; public $kind; public $name; public $premium; protected $subAccountsType = 'Google_Service_AdSense_Account'; protected $subAccountsDataType = 'array'; public $timezone; public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPremium($premium) { $this->premium = $premium; } public function getPremium() { return $this->premium; } /** * @param Google_Service_AdSense_Account[] */ public function setSubAccounts($subAccounts) { $this->subAccounts = $subAccounts; } /** * @return Google_Service_AdSense_Account[] */ public function getSubAccounts() { return $this->subAccounts; } public function setTimezone($timezone) { $this->timezone = $timezone; } public function getTimezone() { return $this->timezone; } } PK1 ZEMKvendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_UrlChannel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_UrlChannel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z]FVvendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.phpnu[compatibleDimensions = $compatibleDimensions; } public function getCompatibleDimensions() { return $this->compatibleDimensions; } public function setCompatibleMetrics($compatibleMetrics) { $this->compatibleMetrics = $compatibleMetrics; } public function getCompatibleMetrics() { return $this->compatibleMetrics; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRequiredDimensions($requiredDimensions) { $this->requiredDimensions = $requiredDimensions; } public function getRequiredDimensions() { return $this->requiredDimensions; } public function setRequiredMetrics($requiredMetrics) { $this->requiredMetrics = $requiredMetrics; } public function getRequiredMetrics() { return $this->requiredMetrics; } public function setSupportedProducts($supportedProducts) { $this->supportedProducts = $supportedProducts; } public function getSupportedProducts() { return $this->supportedProducts; } } PK1 Z] bb`vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK1 Z4K}}ivendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.phpnu[connections = $connections; } /** * @return Google_Service_BigQueryConnectionService_Connection[] */ public function getConnections() { return $this->connections; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zy%%evendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_BigQueryConnectionService_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK1 Z_:i~~Xvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_BigQueryConnectionService_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_BigQueryConnectionService_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_BigQueryConnectionService_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 ZFଢ଼evendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_BigQueryConnectionService_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK1 Z~tuadvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.phpnu[password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK1 Zlvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK1 Z|8lvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.phpnu[ * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); * $locations = $bigqueryconnectionService->locations; * */ class Google_Service_BigQueryConnectionService_Resource_ProjectsLocations extends Google_Service_Resource { } PK1 Zb*(cvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.phpnu[ * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); * $projects = $bigqueryconnectionService->projects; * */ class Google_Service_BigQueryConnectionService_Resource_Projects extends Google_Service_Resource { } PK1 ZJp7""wvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.phpnu[ * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); * $connections = $bigqueryconnectionService->connections; * */ class Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections extends Google_Service_Resource { /** * Creates a new connection. (connections.create) * * @param string $parent Required. Parent resource name. Must be in the format * `projects/{project_id}/locations/{location_id}` * @param Google_Service_BigQueryConnectionService_Connection $postBody * @param array $optParams Optional parameters. * * @opt_param string connectionId Optional. Connection id that should be * assigned to the created connection. * @return Google_Service_BigQueryConnectionService_Connection */ public function create($parent, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigQueryConnectionService_Connection"); } /** * Deletes connection and associated credential. (connections.delete) * * @param string $name Required. Name of the deleted connection, for example: * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty"); } /** * Returns specified connection. (connections.get) * * @param string $name Required. Name of the requested connection, for example: * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryConnectionService_Connection */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryConnectionService_Connection"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (connections.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryConnectionService_Policy */ public function getIamPolicy($resource, Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy"); } /** * Returns a list of connections in the given project. * (connections.listProjectsLocationsConnections) * * @param string $parent Required. Parent resource name. Must be in the form: * `projects/{project_id}/locations/{location_id}` * @param array $optParams Optional parameters. * * @opt_param string maxResults Required. Maximum number of results per page. * @opt_param string pageToken Page token. * @return Google_Service_BigQueryConnectionService_ListConnectionsResponse */ public function listProjectsLocationsConnections($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryConnectionService_ListConnectionsResponse"); } /** * Updates the specified connection. For security reasons, also resets * credential if connection properties are in the update field mask. * (connections.patch) * * @param string $name Required. Name of the connection to update, for example: * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` * @param Google_Service_BigQueryConnectionService_Connection $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Update mask for the connection fields * to be updated. * @return Google_Service_BigQueryConnectionService_Connection */ public function patch($name, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigQueryConnectionService_Connection"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (connections.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryConnectionService_Policy */ public function setIamPolicy($resource, Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (connections.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryConnectionService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_BigQueryConnectionService_TestIamPermissionsResponse"); } /** * Sets the credential for the specified connection. * (connections.updateCredential) * * @param string $name Required. Name of the connection, for example: `projects/ * {project_id}/locations/{location_id}/connections/{connection_id}/credential` * @param Google_Service_BigQueryConnectionService_ConnectionCredential $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty */ public function updateCredential($name, Google_Service_BigQueryConnectionService_ConnectionCredential $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateCredential', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty"); } } PK1 ZzYvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Binding.phpnu[condition = $condition; } /** * @return Google_Service_BigQueryConnectionService_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK1 ZƱkvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK1 Z, , \vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.phpnu[cloudSql = $cloudSql; } /** * @return Google_Service_BigQueryConnectionService_CloudSqlProperties */ public function getCloudSql() { return $this->cloudSql; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setHasCredential($hasCredential) { $this->hasCredential = $hasCredential; } public function getHasCredential() { return $this->hasCredential; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Zww]vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_BigQueryConnectionService_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK1 Zsŵdvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.phpnu[credential = $credential; } /** * @return Google_Service_BigQueryConnectionService_CloudSqlCredential */ public function getCredential() { return $this->credential; } public function setDatabase($database) { $this->database = $database; } public function getDatabase() { return $this->database; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZX+ܲbvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK1 Zꦶivendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 ZBfvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.phpnu[cloudSql = $cloudSql; } /** * @return Google_Service_BigQueryConnectionService_CloudSqlCredential */ public function getCloudSql() { return $this->cloudSql; } } PK1 Zd[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramFacets.phpnu[compensationHistogramFacets = $compensationHistogramFacets; } /** * @return Google_Service_CloudTalentSolution_CompensationHistogramRequest[] */ public function getCompensationHistogramFacets() { return $this->compensationHistogramFacets; } /** * @param Google_Service_CloudTalentSolution_CustomAttributeHistogramRequest[] */ public function setCustomAttributeHistogramFacets($customAttributeHistogramFacets) { $this->customAttributeHistogramFacets = $customAttributeHistogramFacets; } /** * @return Google_Service_CloudTalentSolution_CustomAttributeHistogramRequest[] */ public function getCustomAttributeHistogramFacets() { return $this->customAttributeHistogramFacets; } public function setSimpleHistogramFacets($simpleHistogramFacets) { $this->simpleHistogramFacets = $simpleHistogramFacets; } public function getSimpleHistogramFacets() { return $this->simpleHistogramFacets; } } PK1 Z0^vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsResponse.phpnu[broadenedQueryJobsCount = $broadenedQueryJobsCount; } public function getBroadenedQueryJobsCount() { return $this->broadenedQueryJobsCount; } /** * @param Google_Service_CloudTalentSolution_HistogramQueryResult[] */ public function setHistogramQueryResults($histogramQueryResults) { $this->histogramQueryResults = $histogramQueryResults; } /** * @return Google_Service_CloudTalentSolution_HistogramQueryResult[] */ public function getHistogramQueryResults() { return $this->histogramQueryResults; } /** * @param Google_Service_CloudTalentSolution_Location[] */ public function setLocationFilters($locationFilters) { $this->locationFilters = $locationFilters; } /** * @return Google_Service_CloudTalentSolution_Location[] */ public function getLocationFilters() { return $this->locationFilters; } /** * @param Google_Service_CloudTalentSolution_MatchingJob[] */ public function setMatchingJobs($matchingJobs) { $this->matchingJobs = $matchingJobs; } /** * @return Google_Service_CloudTalentSolution_MatchingJob[] */ public function getMatchingJobs() { return $this->matchingJobs; } /** * @param Google_Service_CloudTalentSolution_ResponseMetadata */ public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudTalentSolution_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudTalentSolution_SpellingCorrection */ public function setSpellCorrection(Google_Service_CloudTalentSolution_SpellingCorrection $spellCorrection) { $this->spellCorrection = $spellCorrection; } /** * @return Google_Service_CloudTalentSolution_SpellingCorrection */ public function getSpellCorrection() { return $this->spellCorrection; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK1 Z``^vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationFilter.phpnu[includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange; } public function getIncludeJobsWithUnspecifiedCompensationRange() { return $this->includeJobsWithUnspecifiedCompensationRange; } /** * @param Google_Service_CloudTalentSolution_CompensationRange */ public function setRange(Google_Service_CloudTalentSolution_CompensationRange $range) { $this->range = $range; } /** * @return Google_Service_CloudTalentSolution_CompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK1 Z mvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobDerivedInfo.phpnu[jobCategories = $jobCategories; } public function getJobCategories() { return $this->jobCategories; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4Location[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4Location[] */ public function getLocations() { return $this->locations; } } PK1 ZPS \vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationInfo.phpnu[annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_CloudTalentSolution_CompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } /** * @param Google_Service_CloudTalentSolution_CompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_CloudTalentSolution_CompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_CloudTalentSolution_CompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } /** * @param Google_Service_CloudTalentSolution_CompensationEntry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_CloudTalentSolution_CompensationEntry[] */ public function getEntries() { return $this->entries; } } PK1 Zq|Rvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Tenant.phpnu[externalId = $externalId; } public function getExternalId() { return $this->externalId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Z¢Uvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobsEmpty.phpnu[clientEvent = $clientEvent; } /** * @return Google_Service_CloudTalentSolution_ClientEvent */ public function getClientEvent() { return $this->clientEvent; } } PK1 Z((\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateJobRequest.phpnu[job = $job; } /** * @return Google_Service_CloudTalentSolution_Job */ public function getJob() { return $this->job; } } PK1 Z qqbvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsRequest.phpnu[names = $names; } public function getNames() { return $this->names; } } PK1 Z U U Ovendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Job.phpnu[addresses = $addresses; } public function getAddresses() { return $this->addresses; } /** * @param Google_Service_CloudTalentSolution_ApplicationInfo */ public function setApplicationInfo(Google_Service_CloudTalentSolution_ApplicationInfo $applicationInfo) { $this->applicationInfo = $applicationInfo; } /** * @return Google_Service_CloudTalentSolution_ApplicationInfo */ public function getApplicationInfo() { return $this->applicationInfo; } public function setCompany($company) { $this->company = $company; } public function getCompany() { return $this->company; } public function setCompanyDisplayName($companyDisplayName) { $this->companyDisplayName = $companyDisplayName; } public function getCompanyDisplayName() { return $this->companyDisplayName; } /** * @param Google_Service_CloudTalentSolution_CompensationInfo */ public function setCompensationInfo(Google_Service_CloudTalentSolution_CompensationInfo $compensationInfo) { $this->compensationInfo = $compensationInfo; } /** * @return Google_Service_CloudTalentSolution_CompensationInfo */ public function getCompensationInfo() { return $this->compensationInfo; } /** * @param Google_Service_CloudTalentSolution_CustomAttribute[] */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_CloudTalentSolution_CustomAttribute[] */ public function getCustomAttributes() { return $this->customAttributes; } public function setDegreeTypes($degreeTypes) { $this->degreeTypes = $degreeTypes; } public function getDegreeTypes() { return $this->degreeTypes; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } /** * @param Google_Service_CloudTalentSolution_JobDerivedInfo */ public function setDerivedInfo(Google_Service_CloudTalentSolution_JobDerivedInfo $derivedInfo) { $this->derivedInfo = $derivedInfo; } /** * @return Google_Service_CloudTalentSolution_JobDerivedInfo */ public function getDerivedInfo() { return $this->derivedInfo; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } public function setIncentives($incentives) { $this->incentives = $incentives; } public function getIncentives() { return $this->incentives; } public function setJobBenefits($jobBenefits) { $this->jobBenefits = $jobBenefits; } public function getJobBenefits() { return $this->jobBenefits; } public function setJobEndTime($jobEndTime) { $this->jobEndTime = $jobEndTime; } public function getJobEndTime() { return $this->jobEndTime; } public function setJobLevel($jobLevel) { $this->jobLevel = $jobLevel; } public function getJobLevel() { return $this->jobLevel; } public function setJobStartTime($jobStartTime) { $this->jobStartTime = $jobStartTime; } public function getJobStartTime() { return $this->jobStartTime; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPostingCreateTime($postingCreateTime) { $this->postingCreateTime = $postingCreateTime; } public function getPostingCreateTime() { return $this->postingCreateTime; } public function setPostingExpireTime($postingExpireTime) { $this->postingExpireTime = $postingExpireTime; } public function getPostingExpireTime() { return $this->postingExpireTime; } public function setPostingPublishTime($postingPublishTime) { $this->postingPublishTime = $postingPublishTime; } public function getPostingPublishTime() { return $this->postingPublishTime; } public function setPostingRegion($postingRegion) { $this->postingRegion = $postingRegion; } public function getPostingRegion() { return $this->postingRegion; } public function setPostingUpdateTime($postingUpdateTime) { $this->postingUpdateTime = $postingUpdateTime; } public function getPostingUpdateTime() { return $this->postingUpdateTime; } /** * @param Google_Service_CloudTalentSolution_ProcessingOptions */ public function setProcessingOptions(Google_Service_CloudTalentSolution_ProcessingOptions $processingOptions) { $this->processingOptions = $processingOptions; } /** * @return Google_Service_CloudTalentSolution_ProcessingOptions */ public function getProcessingOptions() { return $this->processingOptions; } public function setPromotionValue($promotionValue) { $this->promotionValue = $promotionValue; } public function getPromotionValue() { return $this->promotionValue; } public function setQualifications($qualifications) { $this->qualifications = $qualifications; } public function getQualifications() { return $this->qualifications; } public function setRequisitionId($requisitionId) { $this->requisitionId = $requisitionId; } public function getRequisitionId() { return $this->requisitionId; } public function setResponsibilities($responsibilities) { $this->responsibilities = $responsibilities; } public function getResponsibilities() { return $this->responsibilities; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK1 Zt}%%gvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramResult.phpnu[result = $result; } /** * @return Google_Service_CloudTalentSolution_NumericBucketingResult */ public function getResult() { return $this->result; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZW vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CompensationInfoCompensationEntry.phpnu[amount = $amount; } /** * @return Google_Service_CloudTalentSolution_Money */ public function getAmount() { return $this->amount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpectedUnitsPerYear($expectedUnitsPerYear) { $this->expectedUnitsPerYear = $expectedUnitsPerYear; } public function getExpectedUnitsPerYear() { return $this->expectedUnitsPerYear; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange */ public function setRange(Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange $range) { $this->range = $range; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK1 ZZBB`vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NamespacedDebugInput.phpnu[absolutelyForcedExpNames = $absolutelyForcedExpNames; } public function getAbsolutelyForcedExpNames() { return $this->absolutelyForcedExpNames; } public function setAbsolutelyForcedExpTags($absolutelyForcedExpTags) { $this->absolutelyForcedExpTags = $absolutelyForcedExpTags; } public function getAbsolutelyForcedExpTags() { return $this->absolutelyForcedExpTags; } public function setAbsolutelyForcedExps($absolutelyForcedExps) { $this->absolutelyForcedExps = $absolutelyForcedExps; } public function getAbsolutelyForcedExps() { return $this->absolutelyForcedExps; } public function setConditionallyForcedExpNames($conditionallyForcedExpNames) { $this->conditionallyForcedExpNames = $conditionallyForcedExpNames; } public function getConditionallyForcedExpNames() { return $this->conditionallyForcedExpNames; } public function setConditionallyForcedExpTags($conditionallyForcedExpTags) { $this->conditionallyForcedExpTags = $conditionallyForcedExpTags; } public function getConditionallyForcedExpTags() { return $this->conditionallyForcedExpTags; } public function setConditionallyForcedExps($conditionallyForcedExps) { $this->conditionallyForcedExps = $conditionallyForcedExps; } public function getConditionallyForcedExps() { return $this->conditionallyForcedExps; } public function setDisableAutomaticEnrollmentSelection($disableAutomaticEnrollmentSelection) { $this->disableAutomaticEnrollmentSelection = $disableAutomaticEnrollmentSelection; } public function getDisableAutomaticEnrollmentSelection() { return $this->disableAutomaticEnrollmentSelection; } public function setDisableExpNames($disableExpNames) { $this->disableExpNames = $disableExpNames; } public function getDisableExpNames() { return $this->disableExpNames; } public function setDisableExpTags($disableExpTags) { $this->disableExpTags = $disableExpTags; } public function getDisableExpTags() { return $this->disableExpTags; } public function setDisableExps($disableExps) { $this->disableExps = $disableExps; } public function getDisableExps() { return $this->disableExps; } public function setDisableManualEnrollmentSelection($disableManualEnrollmentSelection) { $this->disableManualEnrollmentSelection = $disableManualEnrollmentSelection; } public function getDisableManualEnrollmentSelection() { return $this->disableManualEnrollmentSelection; } public function setDisableOrganicSelection($disableOrganicSelection) { $this->disableOrganicSelection = $disableOrganicSelection; } public function getDisableOrganicSelection() { return $this->disableOrganicSelection; } public function setForcedFlags($forcedFlags) { $this->forcedFlags = $forcedFlags; } public function getForcedFlags() { return $this->forcedFlags; } public function setForcedRollouts($forcedRollouts) { $this->forcedRollouts = $forcedRollouts; } public function getForcedRollouts() { return $this->forcedRollouts; } } PK1 ZY\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_CloudTalentSolution_Job[] */ public function getJobs() { return $this->jobs; } /** * @param Google_Service_CloudTalentSolution_ResponseMetadata */ public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudTalentSolution_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z@7Dy\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompletionResult.phpnu[imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setSuggestion($suggestion) { $this->suggestion = $suggestion; } public function getSuggestion() { return $this->suggestion; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Zw^vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompanyDerivedInfo.phpnu[headquartersLocation = $headquartersLocation; } /** * @return Google_Service_CloudTalentSolution_Location */ public function getHeadquartersLocation() { return $this->headquartersLocation; } } PK1 ZTJ\\`vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateCompanyRequest.phpnu[company = $company; } /** * @return Google_Service_CloudTalentSolution_Company */ public function getCompany() { return $this->company; } } PK1 ZBQvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK1 Z~k[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResult.phpnu[searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK1 Z:]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ProcessingOptions.phpnu[disableStreetAddressResolution = $disableStreetAddressResolution; } public function getDisableStreetAddressResolution() { return $this->disableStreetAddressResolution; } public function setHtmlSanitization($htmlSanitization) { $this->htmlSanitization = $htmlSanitization; } public function getHtmlSanitization() { return $this->htmlSanitization; } } PK1 Z֩uvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateDescription($stateDescription) { $this->stateDescription = $stateDescription; } public function getStateDescription() { return $this->stateDescription; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Z\[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketizedCount.phpnu[count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_CloudTalentSolution_BucketRange */ public function setRange(Google_Service_CloudTalentSolution_BucketRange $range) { $this->range = $range; } /** * @return Google_Service_CloudTalentSolution_BucketRange */ public function getRange() { return $this->range; } } PK1 Z_}vvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchUpdateJobsResponse.phpnu[jobResults = $jobResults; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobResult[] */ public function getJobResults() { return $this->jobResults; } } PK1 ZT![vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ApplicationInfo.phpnu[emails = $emails; } public function getEmails() { return $this->emails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setUris($uris) { $this->uris = $uris; } public function getUris() { return $this->uris; } } PK1 Z2B_bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingResult.phpnu[counts = $counts; } /** * @return Google_Service_CloudTalentSolution_BucketizedCount[] */ public function getCounts() { return $this->counts; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } } PK1 Z=KKWvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteInfo.phpnu[jobLocation = $jobLocation; } /** * @return Google_Service_CloudTalentSolution_Location */ public function getJobLocation() { return $this->jobLocation; } public function setTravelDuration($travelDuration) { $this->travelDuration = $travelDuration; } public function getTravelDuration() { return $this->travelDuration; } } PK1 Znnhvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramRequest.phpnu[bucketingOption = $bucketingOption; } /** * @return Google_Service_CloudTalentSolution_NumericBucketingOption */ public function getBucketingOption() { return $this->bucketingOption; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZJ2svendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobProcessingOptions.phpnu[disableStreetAddressResolution = $disableStreetAddressResolution; } public function getDisableStreetAddressResolution() { return $this->disableStreetAddressResolution; } public function setHtmlSanitization($htmlSanitization) { $this->htmlSanitization = $htmlSanitization; } public function getHtmlSanitization() { return $this->htmlSanitization; } } PK1 Z/BBTvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobQuery.phpnu[commuteFilter = $commuteFilter; } /** * @return Google_Service_CloudTalentSolution_CommuteFilter */ public function getCommuteFilter() { return $this->commuteFilter; } public function setCompanies($companies) { $this->companies = $companies; } public function getCompanies() { return $this->companies; } public function setCompanyDisplayNames($companyDisplayNames) { $this->companyDisplayNames = $companyDisplayNames; } public function getCompanyDisplayNames() { return $this->companyDisplayNames; } /** * @param Google_Service_CloudTalentSolution_CompensationFilter */ public function setCompensationFilter(Google_Service_CloudTalentSolution_CompensationFilter $compensationFilter) { $this->compensationFilter = $compensationFilter; } /** * @return Google_Service_CloudTalentSolution_CompensationFilter */ public function getCompensationFilter() { return $this->compensationFilter; } public function setCustomAttributeFilter($customAttributeFilter) { $this->customAttributeFilter = $customAttributeFilter; } public function getCustomAttributeFilter() { return $this->customAttributeFilter; } public function setDisableSpellCheck($disableSpellCheck) { $this->disableSpellCheck = $disableSpellCheck; } public function getDisableSpellCheck() { return $this->disableSpellCheck; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } public function setExcludedJobs($excludedJobs) { $this->excludedJobs = $excludedJobs; } public function getExcludedJobs() { return $this->excludedJobs; } public function setJobCategories($jobCategories) { $this->jobCategories = $jobCategories; } public function getJobCategories() { return $this->jobCategories; } public function setLanguageCodes($languageCodes) { $this->languageCodes = $languageCodes; } public function getLanguageCodes() { return $this->languageCodes; } /** * @param Google_Service_CloudTalentSolution_LocationFilter[] */ public function setLocationFilters($locationFilters) { $this->locationFilters = $locationFilters; } /** * @return Google_Service_CloudTalentSolution_LocationFilter[] */ public function getLocationFilters() { return $this->locationFilters; } /** * @param Google_Service_CloudTalentSolution_TimestampRange */ public function setPublishTimeRange(Google_Service_CloudTalentSolution_TimestampRange $publishTimeRange) { $this->publishTimeRange = $publishTimeRange; } /** * @return Google_Service_CloudTalentSolution_TimestampRange */ public function getPublishTimeRange() { return $this->publishTimeRange; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setQueryLanguageCode($queryLanguageCode) { $this->queryLanguageCode = $queryLanguageCode; } public function getQueryLanguageCode() { return $this->queryLanguageCode; } } PK1 Zq!!bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4Job.phpnu[addresses = $addresses; } public function getAddresses() { return $this->addresses; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobApplicationInfo */ public function setApplicationInfo(Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobApplicationInfo $applicationInfo) { $this->applicationInfo = $applicationInfo; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobApplicationInfo */ public function getApplicationInfo() { return $this->applicationInfo; } public function setCompany($company) { $this->company = $company; } public function getCompany() { return $this->company; } public function setCompanyDisplayName($companyDisplayName) { $this->companyDisplayName = $companyDisplayName; } public function getCompanyDisplayName() { return $this->companyDisplayName; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfo */ public function setCompensationInfo(Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfo $compensationInfo) { $this->compensationInfo = $compensationInfo; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfo */ public function getCompensationInfo() { return $this->compensationInfo; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4CustomAttribute[] */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4CustomAttribute[] */ public function getCustomAttributes() { return $this->customAttributes; } public function setDegreeTypes($degreeTypes) { $this->degreeTypes = $degreeTypes; } public function getDegreeTypes() { return $this->degreeTypes; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobDerivedInfo */ public function setDerivedInfo(Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobDerivedInfo $derivedInfo) { $this->derivedInfo = $derivedInfo; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobDerivedInfo */ public function getDerivedInfo() { return $this->derivedInfo; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } public function setIncentives($incentives) { $this->incentives = $incentives; } public function getIncentives() { return $this->incentives; } public function setJobBenefits($jobBenefits) { $this->jobBenefits = $jobBenefits; } public function getJobBenefits() { return $this->jobBenefits; } public function setJobEndTime($jobEndTime) { $this->jobEndTime = $jobEndTime; } public function getJobEndTime() { return $this->jobEndTime; } public function setJobLevel($jobLevel) { $this->jobLevel = $jobLevel; } public function getJobLevel() { return $this->jobLevel; } public function setJobStartTime($jobStartTime) { $this->jobStartTime = $jobStartTime; } public function getJobStartTime() { return $this->jobStartTime; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPostingCreateTime($postingCreateTime) { $this->postingCreateTime = $postingCreateTime; } public function getPostingCreateTime() { return $this->postingCreateTime; } public function setPostingExpireTime($postingExpireTime) { $this->postingExpireTime = $postingExpireTime; } public function getPostingExpireTime() { return $this->postingExpireTime; } public function setPostingPublishTime($postingPublishTime) { $this->postingPublishTime = $postingPublishTime; } public function getPostingPublishTime() { return $this->postingPublishTime; } public function setPostingRegion($postingRegion) { $this->postingRegion = $postingRegion; } public function getPostingRegion() { return $this->postingRegion; } public function setPostingUpdateTime($postingUpdateTime) { $this->postingUpdateTime = $postingUpdateTime; } public function getPostingUpdateTime() { return $this->postingUpdateTime; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobProcessingOptions */ public function setProcessingOptions(Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobProcessingOptions $processingOptions) { $this->processingOptions = $processingOptions; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobProcessingOptions */ public function getProcessingOptions() { return $this->processingOptions; } public function setPromotionValue($promotionValue) { $this->promotionValue = $promotionValue; } public function getPromotionValue() { return $this->promotionValue; } public function setQualifications($qualifications) { $this->qualifications = $qualifications; } public function getQualifications() { return $this->qualifications; } public function setRequisitionId($requisitionId) { $this->requisitionId = $requisitionId; } public function getRequisitionId() { return $this->requisitionId; } public function setResponsibilities($responsibilities) { $this->responsibilities = $responsibilities; } public function getResponsibilities() { return $this->responsibilities; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK1 Zh""avendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListCompaniesResponse.phpnu[companies = $companies; } /** * @return Google_Service_CloudTalentSolution_Company[] */ public function getCompanies() { return $this->companies; } /** * @param Google_Service_CloudTalentSolution_ResponseMetadata */ public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudTalentSolution_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z\!DDZvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobDerivedInfo.phpnu[jobCategories = $jobCategories; } public function getJobCategories() { return $this->jobCategories; } /** * @param Google_Service_CloudTalentSolution_Location[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_CloudTalentSolution_Location[] */ public function getLocations() { return $this->locations; } } PK1 Zjt}}Wvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MatchingJob.phpnu[commuteInfo = $commuteInfo; } /** * @return Google_Service_CloudTalentSolution_CommuteInfo */ public function getCommuteInfo() { return $this->commuteInfo; } /** * @param Google_Service_CloudTalentSolution_Job */ public function setJob(Google_Service_CloudTalentSolution_Job $job) { $this->job = $job; } /** * @return Google_Service_CloudTalentSolution_Job */ public function getJob() { return $this->job; } public function setJobSummary($jobSummary) { $this->jobSummary = $jobSummary; } public function getJobSummary() { return $this->jobSummary; } public function setJobTitleSnippet($jobTitleSnippet) { $this->jobTitleSnippet = $jobTitleSnippet; } public function getJobTitleSnippet() { return $this->jobTitleSnippet; } public function setSearchTextSnippet($searchTextSnippet) { $this->searchTextSnippet = $searchTextSnippet; } public function getSearchTextSnippet() { return $this->searchTextSnippet; } } PK1 Z6Zvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimestampRange.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK1 ZP~o<Uvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobResult.phpnu[job = $job; } /** * @return Google_Service_CloudTalentSolution_Job */ public function getJob() { return $this->job; } /** * @param Google_Service_CloudTalentSolution_Status */ public function setStatus(Google_Service_CloudTalentSolution_Status $status) { $this->status = $status; } /** * @return Google_Service_CloudTalentSolution_Status */ public function getStatus() { return $this->status; } } PK1 ZPvvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchCreateJobsResponse.phpnu[jobResults = $jobResults; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobResult[] */ public function getJobResults() { return $this->jobResults; } } PK1 Z[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttribute.phpnu[filterable = $filterable; } public function getFilterable() { return $this->filterable; } public function setKeywordSearchable($keywordSearchable) { $this->keywordSearchable = $keywordSearchable; } public function getKeywordSearchable() { return $this->keywordSearchable; } public function setLongValues($longValues) { $this->longValues = $longValues; } public function getLongValues() { return $this->longValues; } public function setStringValues($stringValues) { $this->stringValues = $stringValues; } public function getStringValues() { return $this->stringValues; } } PK1 Z+kvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramRequest.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_CloudTalentSolution_NumericBucketingOption */ public function setLongValueHistogramBucketingOption(Google_Service_CloudTalentSolution_NumericBucketingOption $longValueHistogramBucketingOption) { $this->longValueHistogramBucketingOption = $longValueHistogramBucketingOption; } /** * @return Google_Service_CloudTalentSolution_NumericBucketingOption */ public function getLongValueHistogramBucketingOption() { return $this->longValueHistogramBucketingOption; } public function setStringValueHistogram($stringValueHistogram) { $this->stringValueHistogram = $stringValueHistogram; } public function getStringValueHistogram() { return $this->stringValueHistogram; } } PK1 ZrW  \vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResults.phpnu[compensationHistogramResults = $compensationHistogramResults; } /** * @return Google_Service_CloudTalentSolution_CompensationHistogramResult[] */ public function getCompensationHistogramResults() { return $this->compensationHistogramResults; } /** * @param Google_Service_CloudTalentSolution_CustomAttributeHistogramResult[] */ public function setCustomAttributeHistogramResults($customAttributeHistogramResults) { $this->customAttributeHistogramResults = $customAttributeHistogramResults; } /** * @return Google_Service_CloudTalentSolution_CustomAttributeHistogramResult[] */ public function getCustomAttributeHistogramResults() { return $this->customAttributeHistogramResults; } /** * @param Google_Service_CloudTalentSolution_HistogramResult[] */ public function setSimpleHistogramResults($simpleHistogramResults) { $this->simpleHistogramResults = $simpleHistogramResults; } /** * @return Google_Service_CloudTalentSolution_HistogramResult[] */ public function getSimpleHistogramResults() { return $this->simpleHistogramResults; } } PK1 ZM;oomvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenantsCompanies.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $companies = $jobsService->companies; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsTenantsCompanies extends Google_Service_Resource { /** * Creates a new company entity. (companies.create) * * @param string $parent Required. Resource name of the tenant under which the * company is created. The format is * "projects/{project_id}/tenants/{tenant_id}", for example, * "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_Company $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Company */ public function create($parent, Google_Service_CloudTalentSolution_Company $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Company"); } /** * Deletes specified company. Prerequisite: The company has no jobs associated * with it. (companies.delete) * * @param string $name Required. The resource name of the company to be deleted. * The format is * "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for * example, "projects/foo/tenants/bar/companies/baz". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); } /** * Retrieves specified company. (companies.get) * * @param string $name Required. The resource name of the company to be * retrieved. The format is * "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for * example, "projects/api-test-project/tenants/foo/companies/bar". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Company */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Company"); } /** * Lists all companies associated with the project. * (companies.listProjectsTenantsCompanies) * * @param string $parent Required. Resource name of the tenant under which the * company is created. The format is * "projects/{project_id}/tenants/{tenant_id}", for example, * "projects/foo/tenants/bar". * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of companies to be returned, at * most 100. Default is 100 if a non-positive number is provided. * @opt_param string pageToken The starting indicator from which to return * results. * @opt_param bool requireOpenJobs Set to true if the companies requested must * have open jobs. Defaults to false. If true, at most page_size of companies * are fetched, among which only those with open jobs are returned. * @return Google_Service_CloudTalentSolution_ListCompaniesResponse */ public function listProjectsTenantsCompanies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListCompaniesResponse"); } /** * Updates specified company. (companies.patch) * * @param string $name Required during company update. The resource name for a * company. This is generated by the service when a company is created. The * format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", * for example, "projects/foo/tenants/bar/companies/baz". * @param Google_Service_CloudTalentSolution_Company $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Strongly recommended for the best service * experience. If update_mask is provided, only the specified fields in company * are updated. Otherwise all the fields are updated. A field mask to specify * the company fields to be updated. Only top level fields of Company are * supported. * @return Google_Service_CloudTalentSolution_Company */ public function patch($name, Google_Service_CloudTalentSolution_Company $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Company"); } } PK1 ZJ3++hvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenantsJobs.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $jobs = $jobsService->jobs; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsTenantsJobs extends Google_Service_Resource { /** * Begins executing a batch create jobs operation. (jobs.batchCreate) * * @param string $parent Required. The resource name of the tenant under which * the job is created. The format is * "projects/{project_id}/tenants/{tenant_id}". For example, * "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_BatchCreateJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Operation */ public function batchCreate($parent, Google_Service_CloudTalentSolution_BatchCreateJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_CloudTalentSolution_Operation"); } /** * Begins executing a batch delete jobs operation. (jobs.batchDelete) * * @param string $parent Required. The resource name of the tenant under which * the job is created. The format is * "projects/{project_id}/tenants/{tenant_id}". For example, * "projects/foo/tenants/bar". The parent of all of the jobs specified in * `names` must match this field. * @param Google_Service_CloudTalentSolution_BatchDeleteJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Operation */ public function batchDelete($parent, Google_Service_CloudTalentSolution_BatchDeleteJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_CloudTalentSolution_Operation"); } /** * Begins executing a batch update jobs operation. (jobs.batchUpdate) * * @param string $parent Required. The resource name of the tenant under which * the job is created. The format is * "projects/{project_id}/tenants/{tenant_id}". For example, * "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_BatchUpdateJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Operation */ public function batchUpdate($parent, Google_Service_CloudTalentSolution_BatchUpdateJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_CloudTalentSolution_Operation"); } /** * Creates a new job. Typically, the job becomes searchable within 10 seconds, * but it may take up to 5 minutes. (jobs.create) * * @param string $parent Required. The resource name of the tenant under which * the job is created. The format is * "projects/{project_id}/tenants/{tenant_id}". For example, * "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Job */ public function create($parent, Google_Service_CloudTalentSolution_Job $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Job"); } /** * Deletes the specified job. Typically, the job becomes unsearchable within 10 * seconds, but it may take up to 5 minutes. (jobs.delete) * * @param string $name Required. The resource name of the job to be deleted. The * format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For * example, "projects/foo/tenants/bar/jobs/baz". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); } /** * Retrieves the specified job, whose status is OPEN or recently EXPIRED within * the last 90 days. (jobs.get) * * @param string $name Required. The resource name of the job to retrieve. The * format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For * example, "projects/foo/tenants/bar/jobs/baz". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Job"); } /** * Lists jobs by filter. (jobs.listProjectsTenantsJobs) * * @param string $parent Required. The resource name of the tenant under which * the job is created. The format is * "projects/{project_id}/tenants/{tenant_id}". For example, * "projects/foo/tenants/bar". * @param array $optParams Optional parameters. * * @opt_param string filter Required. The filter string specifies the jobs to be * enumerated. Supported operator: =, AND The fields eligible for filtering are: * * `companyName` (Required) * `requisitionId` * `status` Available values: * OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query: * * companyName = "projects/foo/tenants/bar/companies/baz" * companyName = * "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1" * * companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED" * @opt_param string jobView The desired job attributes returned for jobs in the * search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified. * @opt_param int pageSize The maximum number of jobs to be returned per page of * results. If job_view is set to JobView.JOB_VIEW_ID_ONLY, the maximum allowed * page size is 1000. Otherwise, the maximum allowed page size is 100. Default * is 100 if empty or a number < 1 is specified. * @opt_param string pageToken The starting point of a query result. * @return Google_Service_CloudTalentSolution_ListJobsResponse */ public function listProjectsTenantsJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListJobsResponse"); } /** * Updates specified job. Typically, updated contents become visible in search * results within 10 seconds, but it may take up to 5 minutes. (jobs.patch) * * @param string $name Required during job update. The resource name for the * job. This is generated by the service when a job is created. The format is * "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, * "projects/foo/tenants/bar/jobs/baz". Use of this field in job queries and API * calls is preferred over the use of requisition_id since this value is unique. * @param Google_Service_CloudTalentSolution_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Strongly recommended for the best service * experience. If update_mask is provided, only the specified fields in job are * updated. Otherwise all the fields are updated. A field mask to restrict the * fields that are updated. Only top level fields of Job are supported. * @return Google_Service_CloudTalentSolution_Job */ public function patch($name, Google_Service_CloudTalentSolution_Job $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Job"); } /** * Searches for jobs using the provided SearchJobsRequest. This call constrains * the visibility of jobs present in the database, and only returns jobs that * the caller has permission to search against. (jobs.search) * * @param string $parent Required. The resource name of the tenant to search * within. The format is "projects/{project_id}/tenants/{tenant_id}". For * example, "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_SearchJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_SearchJobsResponse */ public function search($parent, Google_Service_CloudTalentSolution_SearchJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudTalentSolution_SearchJobsResponse"); } /** * Searches for jobs using the provided SearchJobsRequest. This API call is * intended for the use case of targeting passive job seekers (for example, job * seekers who have signed up to receive email alerts about potential job * opportunities), it has different algorithmic adjustments that are designed to * specifically target passive job seekers. This call constrains the visibility * of jobs present in the database, and only returns jobs the caller has * permission to search against. (jobs.searchForAlert) * * @param string $parent Required. The resource name of the tenant to search * within. The format is "projects/{project_id}/tenants/{tenant_id}". For * example, "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_SearchJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_SearchJobsResponse */ public function searchForAlert($parent, Google_Service_CloudTalentSolution_SearchJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('searchForAlert', array($params), "Google_Service_CloudTalentSolution_SearchJobsResponse"); } } PK1 Z!Zi|"|"avendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsJobs.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $jobs = $jobsService->jobs; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsJobs extends Google_Service_Resource { /** * Deletes a list of Jobs by filter. (jobs.batchDelete) * * @param string $parent Required. The resource name of the project under which * the job is created. The format is "projects/{project_id}", for example, * "projects/api-test-project". * @param Google_Service_CloudTalentSolution_BatchDeleteJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_JobsEmpty */ public function batchDelete($parent, Google_Service_CloudTalentSolution_BatchDeleteJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); } /** * Creates a new job. Typically, the job becomes searchable within 10 seconds, * but it may take up to 5 minutes. (jobs.create) * * @param string $parent Required. The resource name of the project under which * the job is created. The format is "projects/{project_id}", for example, * "projects/api-test-project". * @param Google_Service_CloudTalentSolution_CreateJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Job */ public function create($parent, Google_Service_CloudTalentSolution_CreateJobRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Job"); } /** * Deletes the specified job. Typically, the job becomes unsearchable within 10 * seconds, but it may take up to 5 minutes. (jobs.delete) * * @param string $name Required. The resource name of the job to be deleted. The * format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api- * test-project/jobs/1234". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); } /** * Retrieves the specified job, whose status is OPEN or recently EXPIRED within * the last 90 days. (jobs.get) * * @param string $name Required. The resource name of the job to retrieve. The * format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api- * test-project/jobs/1234". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Job"); } /** * Lists jobs by filter. (jobs.listProjectsJobs) * * @param string $parent Required. The resource name of the project under which * the job is created. The format is "projects/{project_id}", for example, * "projects/api-test-project". * @param array $optParams Optional parameters. * * @opt_param string filter Required. The filter string specifies the jobs to be * enumerated. Supported operator: =, AND The fields eligible for filtering are: * * `companyName` (Required) * `requisitionId` (Optional) Sample Query: * * companyName = "projects/api-test-project/companies/123" * companyName = * "projects/api-test-project/companies/123" AND requisitionId = "req-1" * @opt_param string jobView Optional. The desired job attributes returned for * jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is * specified. * @opt_param int pageSize Optional. The maximum number of jobs to be returned * per page of results. If job_view is set to JobView.JOB_VIEW_ID_ONLY, the * maximum allowed page size is 1000. Otherwise, the maximum allowed page size * is 100. Default is 100 if empty or a number < 1 is specified. * @opt_param string pageToken Optional. The starting point of a query result. * @return Google_Service_CloudTalentSolution_ListJobsResponse */ public function listProjectsJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListJobsResponse"); } /** * Updates specified job. Typically, updated contents become visible in search * results within 10 seconds, but it may take up to 5 minutes. (jobs.patch) * * @param string $name Required during job update. The resource name for the * job. This is generated by the service when a job is created. The format is * "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test- * project/jobs/1234". Use of this field in job queries and API calls is * preferred over the use of requisition_id since this value is unique. * @param Google_Service_CloudTalentSolution_UpdateJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Job */ public function patch($name, Google_Service_CloudTalentSolution_UpdateJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Job"); } /** * Searches for jobs using the provided SearchJobsRequest. This call constrains * the visibility of jobs present in the database, and only returns jobs that * the caller has permission to search against. (jobs.search) * * @param string $parent Required. The resource name of the project to search * within. The format is "projects/{project_id}", for example, "projects/api- * test-project". * @param Google_Service_CloudTalentSolution_SearchJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_SearchJobsResponse */ public function search($parent, Google_Service_CloudTalentSolution_SearchJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudTalentSolution_SearchJobsResponse"); } /** * Searches for jobs using the provided SearchJobsRequest. This API call is * intended for the use case of targeting passive job seekers (for example, job * seekers who have signed up to receive email alerts about potential job * opportunities), and has different algorithmic adjustments that are targeted * to passive job seekers. This call constrains the visibility of jobs present * in the database, and only returns jobs the caller has permission to search * against. (jobs.searchForAlert) * * @param string $parent Required. The resource name of the project to search * within. The format is "projects/{project_id}", for example, "projects/api- * test-project". * @param Google_Service_CloudTalentSolution_SearchJobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_SearchJobsResponse */ public function searchForAlert($parent, Google_Service_CloudTalentSolution_SearchJobsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('searchForAlert', array($params), "Google_Service_CloudTalentSolution_SearchJobsResponse"); } } PK1 ZA~3||]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $projects = $jobsService->projects; * */ class Google_Service_CloudTalentSolution_Resource_Projects extends Google_Service_Resource { } PK1 Z] ygvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsOperations.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $operations = $jobsService->operations; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Operation"); } } PK1 Z5{jjivendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsClientEvents.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $clientEvents = $jobsService->clientEvents; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsClientEvents extends Google_Service_Resource { /** * Report events issued when end user interacts with customer's application that * uses Cloud Talent Solution. You may inspect the created events in [self * service tools](https://console.cloud.google.com/talent-solution/overview). * [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) * about self service tools. (clientEvents.create) * * @param string $parent Parent project name. * @param Google_Service_CloudTalentSolution_CreateClientEventRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_ClientEvent */ public function create($parent, Google_Service_CloudTalentSolution_CreateClientEventRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_ClientEvent"); } } PK1 Z;kpvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenantsClientEvents.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $clientEvents = $jobsService->clientEvents; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsTenantsClientEvents extends Google_Service_Resource { /** * Report events issued when end user interacts with customer's application that * uses Cloud Talent Solution. You may inspect the created events in [self * service tools](https://console.cloud.google.com/talent-solution/overview). * [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) * about self service tools. (clientEvents.create) * * @param string $parent Required. Resource name of the tenant under which the * event is created. The format is "projects/{project_id}/tenants/{tenant_id}", * for example, "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_ClientEvent $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_ClientEvent */ public function create($parent, Google_Service_CloudTalentSolution_ClientEvent $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_ClientEvent"); } } PK1 ZnP}}fvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsCompanies.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $companies = $jobsService->companies; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsCompanies extends Google_Service_Resource { /** * Creates a new company entity. (companies.create) * * @param string $parent Required. Resource name of the project under which the * company is created. The format is "projects/{project_id}", for example, * "projects/api-test-project". * @param Google_Service_CloudTalentSolution_CreateCompanyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Company */ public function create($parent, Google_Service_CloudTalentSolution_CreateCompanyRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Company"); } /** * Deletes specified company. Prerequisite: The company has no jobs associated * with it. (companies.delete) * * @param string $name Required. The resource name of the company to be deleted. * The format is "projects/{project_id}/companies/{company_id}", for example, * "projects/api-test-project/companies/foo". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); } /** * Retrieves specified company. (companies.get) * * @param string $name Required. The resource name of the company to be * retrieved. The format is "projects/{project_id}/companies/{company_id}", for * example, "projects/api-test-project/companies/foo". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Company */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Company"); } /** * Lists all companies associated with the service account. * (companies.listProjectsCompanies) * * @param string $parent Required. Resource name of the project under which the * company is created. The format is "projects/{project_id}", for example, * "projects/api-test-project". * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of companies to be * returned, at most 100. Default is 100 if a non-positive number is provided. * @opt_param string pageToken Optional. The starting indicator from which to * return results. * @opt_param bool requireOpenJobs Optional. Set to true if the companies * requested must have open jobs. Defaults to false. If true, at most page_size * of companies are fetched, among which only those with open jobs are returned. * @return Google_Service_CloudTalentSolution_ListCompaniesResponse */ public function listProjectsCompanies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListCompaniesResponse"); } /** * Updates specified company. Company names can't be updated. To update a * company name, delete the company and all jobs associated with it, and only * then re-create them. (companies.patch) * * @param string $name Required during company update. The resource name for a * company. This is generated by the service when a company is created. The * format is "projects/{project_id}/companies/{company_id}", for example, * "projects/api-test-project/companies/foo". * @param Google_Service_CloudTalentSolution_UpdateCompanyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Company */ public function patch($name, Google_Service_CloudTalentSolution_UpdateCompanyRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Company"); } } PK1 Zfrdvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenants.phpnu[ * $jobsService = new Google_Service_CloudTalentSolution(...); * $tenants = $jobsService->tenants; * */ class Google_Service_CloudTalentSolution_Resource_ProjectsTenants extends Google_Service_Resource { /** * Completes the specified prefix with keyword suggestions. Intended for use by * a job search auto-complete search box. (tenants.completeQuery) * * @param string $tenant Required. Resource name of tenant the completion is * performed within. The format is "projects/{project_id}/tenants/{tenant_id}", * for example, "projects/foo/tenants/bar". * @param array $optParams Optional parameters. * * @opt_param string company If provided, restricts completion to specified * company. The format is * "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for * example, "projects/foo/tenants/bar/companies/baz". * @opt_param string languageCodes The list of languages of the query. This is * the BCP-47 language code, such as "en-US" or "sr-Latn". For more information, * see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). The * maximum number of allowed characters is 255. * @opt_param int pageSize Required. Completion result count. The maximum * allowed page size is 10. * @opt_param string query Required. The query used to generate suggestions. The * maximum number of allowed characters is 255. * @opt_param string scope The scope of the completion. The defaults is * CompletionScope.PUBLIC. * @opt_param string type The completion topic. The default is * CompletionType.COMBINED. * @return Google_Service_CloudTalentSolution_CompleteQueryResponse */ public function completeQuery($tenant, $optParams = array()) { $params = array('tenant' => $tenant); $params = array_merge($params, $optParams); return $this->call('completeQuery', array($params), "Google_Service_CloudTalentSolution_CompleteQueryResponse"); } /** * Creates a new tenant entity. (tenants.create) * * @param string $parent Required. Resource name of the project under which the * tenant is created. The format is "projects/{project_id}", for example, * "projects/foo". * @param Google_Service_CloudTalentSolution_Tenant $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Tenant */ public function create($parent, Google_Service_CloudTalentSolution_Tenant $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Tenant"); } /** * Deletes specified tenant. (tenants.delete) * * @param string $name Required. The resource name of the tenant to be deleted. * The format is "projects/{project_id}/tenants/{tenant_id}", for example, * "projects/foo/tenants/bar". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_JobsEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); } /** * Retrieves specified tenant. (tenants.get) * * @param string $name Required. The resource name of the tenant to be * retrieved. The format is "projects/{project_id}/tenants/{tenant_id}", for * example, "projects/foo/tenants/bar". * @param array $optParams Optional parameters. * @return Google_Service_CloudTalentSolution_Tenant */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Tenant"); } /** * Lists all tenants associated with the project. (tenants.listProjectsTenants) * * @param string $parent Required. Resource name of the project under which the * tenant is created. The format is "projects/{project_id}", for example, * "projects/foo". * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of tenants to be returned, at most * 100. Default is 100 if a non-positive number is provided. * @opt_param string pageToken The starting indicator from which to return * results. * @return Google_Service_CloudTalentSolution_ListTenantsResponse */ public function listProjectsTenants($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListTenantsResponse"); } /** * Updates specified tenant. (tenants.patch) * * @param string $name Required during tenant update. The resource name for a * tenant. This is generated by the service when a tenant is created. The format * is "projects/{project_id}/tenants/{tenant_id}", for example, * "projects/foo/tenants/bar". * @param Google_Service_CloudTalentSolution_Tenant $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Strongly recommended for the best service * experience. If update_mask is provided, only the specified fields in tenant * are updated. Otherwise all the fields are updated. A field mask to specify * the tenant fields to be updated. Only top level fields of Tenant are * supported. * @return Google_Service_CloudTalentSolution_Tenant */ public function patch($name, Google_Service_CloudTalentSolution_Tenant $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Tenant"); } } PK1 Z8}}bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingOption.phpnu[bucketBounds = $bucketBounds; } public function getBucketBounds() { return $this->bucketBounds; } public function setRequiresMinMax($requiresMinMax) { $this->requiresMinMax = $requiresMinMax; } public function getRequiresMinMax() { return $this->requiresMinMax; } } PK1 Z??[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/RequestMetadata.phpnu[allowMissingIds = $allowMissingIds; } public function getAllowMissingIds() { return $this->allowMissingIds; } /** * @param Google_Service_CloudTalentSolution_DeviceInfo */ public function setDeviceInfo(Google_Service_CloudTalentSolution_DeviceInfo $deviceInfo) { $this->deviceInfo = $deviceInfo; } /** * @return Google_Service_CloudTalentSolution_DeviceInfo */ public function getDeviceInfo() { return $this->deviceInfo; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK1 Zn{yz  Yvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/PostalAddress.phpnu[addressLines = $addressLines; } public function getAddressLines() { return $this->addressLines; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRecipients($recipients) { $this->recipients = $recipients; } public function getRecipients() { return $this->recipients; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } public function setSublocality($sublocality) { $this->sublocality = $sublocality; } public function getSublocality() { return $this->sublocality; } } PK1 ZG1Zvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LocationFilter.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setDistanceInMiles($distanceInMiles) { $this->distanceInMiles = $distanceInMiles; } public function getDistanceInMiles() { return $this->distanceInMiles; } /** * @param Google_Service_CloudTalentSolution_LatLng */ public function setLatLng(Google_Service_CloudTalentSolution_LatLng $latLng) { $this->latLng = $latLng; } /** * @return Google_Service_CloudTalentSolution_LatLng */ public function getLatLng() { return $this->latLng; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setTelecommutePreference($telecommutePreference) { $this->telecommutePreference = $telecommutePreference; } public function getTelecommutePreference() { return $this->telecommutePreference; } } PK1 Z:Egww]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationRange.phpnu[maxCompensation = $maxCompensation; } /** * @return Google_Service_CloudTalentSolution_Money */ public function getMaxCompensation() { return $this->maxCompensation; } /** * @param Google_Service_CloudTalentSolution_Money */ public function setMinCompensation(Google_Service_CloudTalentSolution_Money $minCompensation) { $this->minCompensation = $minCompensation; } /** * @return Google_Service_CloudTalentSolution_Money */ public function getMinCompensation() { return $this->minCompensation; } } PK1 ZCVvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/DeviceInfo.phpnu[deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK1 ZgUvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK1 Zq\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateJobRequest.phpnu[job = $job; } /** * @return Google_Service_CloudTalentSolution_Job */ public function getJob() { return $this->job; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK1 Z|bqvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobApplicationInfo.phpnu[emails = $emails; } public function getEmails() { return $this->emails; } public function setInstruction($instruction) { $this->instruction = $instruction; } public function getInstruction() { return $this->instruction; } public function setUris($uris) { $this->uris = $uris; } public function getUris() { return $this->uris; } } PK1 Z3<^vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SpellingCorrection.phpnu[corrected = $corrected; } public function getCorrected() { return $this->corrected; } public function setCorrectedHtml($correctedHtml) { $this->correctedHtml = $correctedHtml; } public function getCorrectedHtml() { return $this->correctedHtml; } public function setCorrectedText($correctedText) { $this->correctedText = $correctedText; } public function getCorrectedText() { return $this->correctedText; } } PK1 Z9E]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsRequest.phpnu[customRankingInfo = $customRankingInfo; } /** * @return Google_Service_CloudTalentSolution_CustomRankingInfo */ public function getCustomRankingInfo() { return $this->customRankingInfo; } public function setDisableKeywordMatch($disableKeywordMatch) { $this->disableKeywordMatch = $disableKeywordMatch; } public function getDisableKeywordMatch() { return $this->disableKeywordMatch; } public function setDiversificationLevel($diversificationLevel) { $this->diversificationLevel = $diversificationLevel; } public function getDiversificationLevel() { return $this->diversificationLevel; } public function setEnableBroadening($enableBroadening) { $this->enableBroadening = $enableBroadening; } public function getEnableBroadening() { return $this->enableBroadening; } /** * @param Google_Service_CloudTalentSolution_HistogramQuery[] */ public function setHistogramQueries($histogramQueries) { $this->histogramQueries = $histogramQueries; } /** * @return Google_Service_CloudTalentSolution_HistogramQuery[] */ public function getHistogramQueries() { return $this->histogramQueries; } /** * @param Google_Service_CloudTalentSolution_JobQuery */ public function setJobQuery(Google_Service_CloudTalentSolution_JobQuery $jobQuery) { $this->jobQuery = $jobQuery; } /** * @return Google_Service_CloudTalentSolution_JobQuery */ public function getJobQuery() { return $this->jobQuery; } public function setJobView($jobView) { $this->jobView = $jobView; } public function getJobView() { return $this->jobView; } public function setMaxPageSize($maxPageSize) { $this->maxPageSize = $maxPageSize; } public function getMaxPageSize() { return $this->maxPageSize; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } public function getOrderBy() { return $this->orderBy; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_CloudTalentSolution_RequestMetadata */ public function setRequestMetadata(Google_Service_CloudTalentSolution_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_CloudTalentSolution_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } public function setSearchMode($searchMode) { $this->searchMode = $searchMode; } public function getSearchMode() { return $this->searchMode; } } PK1 Z'  _vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListTenantsResponse.phpnu[metadata = $metadata; } /** * @return Google_Service_CloudTalentSolution_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudTalentSolution_Tenant[] */ public function setTenants($tenants) { $this->tenants = $tenants; } /** * @return Google_Service_CloudTalentSolution_Tenant[] */ public function getTenants() { return $this->tenants; } } PK1 Z9vvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchDeleteJobsResponse.phpnu[jobResults = $jobResults; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4JobResult[] */ public function getJobResults() { return $this->jobResults; } } PK1 Z8*cvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsResponse.phpnu[jobResults = $jobResults; } /** * @return Google_Service_CloudTalentSolution_JobResult[] */ public function getJobResults() { return $this->jobResults; } } PK1 ZuFz\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MendelDebugInput.phpnu[namespacedDebugInput = $namespacedDebugInput; } /** * @return Google_Service_CloudTalentSolution_NamespacedDebugInput[] */ public function getNamespacedDebugInput() { return $this->namespacedDebugInput; } } PK1 Z.^[[\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ResponseMetadata.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK1 Zd)Tvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobEvent.phpnu[jobs = $jobs; } public function getJobs() { return $this->jobs; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Z_q]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationEntry.phpnu[amount = $amount; } /** * @return Google_Service_CloudTalentSolution_Money */ public function getAmount() { return $this->amount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpectedUnitsPerYear($expectedUnitsPerYear) { $this->expectedUnitsPerYear = $expectedUnitsPerYear; } public function getExpectedUnitsPerYear() { return $this->expectedUnitsPerYear; } /** * @param Google_Service_CloudTalentSolution_CompensationRange */ public function setRange(Google_Service_CloudTalentSolution_CompensationRange $range) { $this->range = $range; } /** * @return Google_Service_CloudTalentSolution_CompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK1 ZAUvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudTalentSolution_Status */ public function setError(Google_Service_CloudTalentSolution_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudTalentSolution_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 Zbgbvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchUpdateJobsRequest.phpnu[jobs = $jobs; } /** * @return Google_Service_CloudTalentSolution_Job[] */ public function getJobs() { return $this->jobs; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK1 Zg41mRvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Status.phpnu[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; } } PK1 Z1vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CompensationInfoCompensationRange.phpnu[maxCompensation = $maxCompensation; } /** * @return Google_Service_CloudTalentSolution_Money */ public function getMaxCompensation() { return $this->maxCompensation; } /** * @param Google_Service_CloudTalentSolution_Money */ public function setMinCompensation(Google_Service_CloudTalentSolution_Money $minCompensation) { $this->minCompensation = $minCompensation; } /** * @return Google_Service_CloudTalentSolution_Money */ public function getMinCompensation() { return $this->minCompensation; } } PK1 Z##Wvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ClientEvent.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } public function setEventNotes($eventNotes) { $this->eventNotes = $eventNotes; } public function getEventNotes() { return $this->eventNotes; } /** * @param Google_Service_CloudTalentSolution_JobEvent */ public function setJobEvent(Google_Service_CloudTalentSolution_JobEvent $jobEvent) { $this->jobEvent = $jobEvent; } /** * @return Google_Service_CloudTalentSolution_JobEvent */ public function getJobEvent() { return $this->jobEvent; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK1 ZJ J ovendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CompensationInfo.phpnu[annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } /** * @param Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationEntry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4CompensationInfoCompensationEntry[] */ public function getEntries() { return $this->entries; } } PK1 Z`{avendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompleteQueryResponse.phpnu[completionResults = $completionResults; } /** * @return Google_Service_CloudTalentSolution_CompletionResult[] */ public function getCompletionResults() { return $this->completionResults; } /** * @param Google_Service_CloudTalentSolution_ResponseMetadata */ public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudTalentSolution_ResponseMetadata */ public function getMetadata() { return $this->metadata; } } PK1 ZCN`vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateCompanyRequest.phpnu[company = $company; } /** * @return Google_Service_CloudTalentSolution_Company */ public function getCompany() { return $this->company; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK1 Z!E""hvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobResult.phpnu[job = $job; } /** * @return Google_Service_CloudTalentSolution_GoogleCloudTalentV4Job */ public function getJob() { return $this->job; } /** * @param Google_Service_CloudTalentSolution_Status */ public function setStatus(Google_Service_CloudTalentSolution_Status $status) { $this->status = $status; } /** * @return Google_Service_CloudTalentSolution_Status */ public function getStatus() { return $this->status; } } PK1 Z(%GRvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LatLng.phpnu[latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } PK1 ZqTvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Location.phpnu[latLng = $latLng; } /** * @return Google_Service_CloudTalentSolution_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_CloudTalentSolution_PostalAddress */ public function setPostalAddress(Google_Service_CloudTalentSolution_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_CloudTalentSolution_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } public function setRadiusMiles($radiusMiles) { $this->radiusMiles = $radiusMiles; } public function getRadiusMiles() { return $this->radiusMiles; } } PK1 Znvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CustomAttribute.phpnu[filterable = $filterable; } public function getFilterable() { return $this->filterable; } public function setKeywordSearchable($keywordSearchable) { $this->keywordSearchable = $keywordSearchable; } public function getKeywordSearchable() { return $this->keywordSearchable; } public function setLongValues($longValues) { $this->longValues = $longValues; } public function getLongValues() { return $this->longValues; } public function setStringValues($stringValues) { $this->stringValues = $stringValues; } public function getStringValues() { return $this->stringValues; } } PK1 Z+s~~bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchOperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFailureCount($failureCount) { $this->failureCount = $failureCount; } public function getFailureCount() { return $this->failureCount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateDescription($stateDescription) { $this->stateDescription = $stateDescription; } public function getStateDescription() { return $this->stateDescription; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Z {jvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramResult.phpnu[key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_CloudTalentSolution_NumericBucketingResult */ public function setLongValueHistogramResult(Google_Service_CloudTalentSolution_NumericBucketingResult $longValueHistogramResult) { $this->longValueHistogramResult = $longValueHistogramResult; } /** * @return Google_Service_CloudTalentSolution_NumericBucketingResult */ public function getLongValueHistogramResult() { return $this->longValueHistogramResult; } public function setStringValueHistogramResult($stringValueHistogramResult) { $this->stringValueHistogramResult = $stringValueHistogramResult; } public function getStringValueHistogramResult() { return $this->stringValueHistogramResult; } } PK1 Z.cvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchUpdateJobsResponse.phpnu[jobResults = $jobResults; } /** * @return Google_Service_CloudTalentSolution_JobResult[] */ public function getJobResults() { return $this->jobResults; } } PK1 Z;s33`vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramQueryResult.phpnu[histogram = $histogram; } public function getHistogram() { return $this->histogram; } public function setHistogramQuery($histogramQuery) { $this->histogramQuery = $histogramQuery; } public function getHistogramQuery() { return $this->histogramQuery; } } PK1 Zf[-gvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4Location.phpnu[latLng = $latLng; } /** * @return Google_Service_CloudTalentSolution_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_CloudTalentSolution_PostalAddress */ public function setPostalAddress(Google_Service_CloudTalentSolution_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_CloudTalentSolution_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } public function setRadiusMiles($radiusMiles) { $this->radiusMiles = $radiusMiles; } public function getRadiusMiles() { return $this->radiusMiles; } } PK1 ZqimportanceLevel = $importanceLevel; } public function getImportanceLevel() { return $this->importanceLevel; } public function setRankingExpression($rankingExpression) { $this->rankingExpression = $rankingExpression; } public function getRankingExpression() { return $this->rankingExpression; } } PK1 ZTb||Zvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramQuery.phpnu[histogramQuery = $histogramQuery; } public function getHistogramQuery() { return $this->histogramQuery; } } PK1 ZRICCbvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchCreateJobsRequest.phpnu[jobs = $jobs; } /** * @return Google_Service_CloudTalentSolution_Job[] */ public function getJobs() { return $this->jobs; } } PK1 ZNi|Wvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketRange.phpnu[from = $from; } public function getFrom() { return $this->from; } public function setTo($to) { $this->to = $to; } public function getTo() { return $this->to; } } PK1 Z9''Svendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Company.phpnu[careerSiteUri = $careerSiteUri; } public function getCareerSiteUri() { return $this->careerSiteUri; } /** * @param Google_Service_CloudTalentSolution_CompanyDerivedInfo */ public function setDerivedInfo(Google_Service_CloudTalentSolution_CompanyDerivedInfo $derivedInfo) { $this->derivedInfo = $derivedInfo; } /** * @return Google_Service_CloudTalentSolution_CompanyDerivedInfo */ public function getDerivedInfo() { return $this->derivedInfo; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEeoText($eeoText) { $this->eeoText = $eeoText; } public function getEeoText() { return $this->eeoText; } public function setExternalId($externalId) { $this->externalId = $externalId; } public function getExternalId() { return $this->externalId; } public function setHeadquartersAddress($headquartersAddress) { $this->headquartersAddress = $headquartersAddress; } public function getHeadquartersAddress() { return $this->headquartersAddress; } public function setHiringAgency($hiringAgency) { $this->hiringAgency = $hiringAgency; } public function getHiringAgency() { return $this->hiringAgency; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setKeywordSearchableJobCustomAttributes($keywordSearchableJobCustomAttributes) { $this->keywordSearchableJobCustomAttributes = $keywordSearchableJobCustomAttributes; } public function getKeywordSearchableJobCustomAttributes() { return $this->keywordSearchableJobCustomAttributes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setSuspended($suspended) { $this->suspended = $suspended; } public function getSuspended() { return $this->suspended; } public function setWebsiteUri($websiteUri) { $this->websiteUri = $websiteUri; } public function getWebsiteUri() { return $this->websiteUri; } } PK1 Z ucvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchCreateJobsResponse.phpnu[jobResults = $jobResults; } /** * @return Google_Service_CloudTalentSolution_JobResult[] */ public function getJobResults() { return $this->jobResults; } } PK1 Ze Yvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteFilter.phpnu[allowImpreciseAddresses = $allowImpreciseAddresses; } public function getAllowImpreciseAddresses() { return $this->allowImpreciseAddresses; } public function setCommuteMethod($commuteMethod) { $this->commuteMethod = $commuteMethod; } public function getCommuteMethod() { return $this->commuteMethod; } /** * @param Google_Service_CloudTalentSolution_TimeOfDay */ public function setDepartureTime(Google_Service_CloudTalentSolution_TimeOfDay $departureTime) { $this->departureTime = $departureTime; } /** * @return Google_Service_CloudTalentSolution_TimeOfDay */ public function getDepartureTime() { return $this->departureTime; } public function setRoadTraffic($roadTraffic) { $this->roadTraffic = $roadTraffic; } public function getRoadTraffic() { return $this->roadTraffic; } /** * @param Google_Service_CloudTalentSolution_LatLng */ public function setStartCoordinates(Google_Service_CloudTalentSolution_LatLng $startCoordinates) { $this->startCoordinates = $startCoordinates; } /** * @return Google_Service_CloudTalentSolution_LatLng */ public function getStartCoordinates() { return $this->startCoordinates; } public function setTravelDuration($travelDuration) { $this->travelDuration = $travelDuration; } public function getTravelDuration() { return $this->travelDuration; } } PK1 ZWvendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.phpnu[ampUrl = $ampUrl; } public function getAmpUrl() { return $this->ampUrl; } public function setCdnAmpUrl($cdnAmpUrl) { $this->cdnAmpUrl = $cdnAmpUrl; } public function getCdnAmpUrl() { return $this->cdnAmpUrl; } public function setOriginalUrl($originalUrl) { $this->originalUrl = $originalUrl; } public function getOriginalUrl() { return $this->originalUrl; } } PK1 ZQq?~\vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrlError.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setOriginalUrl($originalUrl) { $this->originalUrl = $originalUrl; } public function getOriginalUrl() { return $this->originalUrl; } } PK1 ZmBBgvendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsRequest.phpnu[lookupStrategy = $lookupStrategy; } public function getLookupStrategy() { return $this->lookupStrategy; } public function setUrls($urls) { $this->urls = $urls; } public function getUrls() { return $this->urls; } } PK1 Zƌ}eeavendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/Resource/AmpUrls.phpnu[ * $acceleratedmobilepageurlService = new Google_Service_Acceleratedmobilepageurl(...); * $ampUrls = $acceleratedmobilepageurlService->ampUrls; * */ class Google_Service_Acceleratedmobilepageurl_Resource_AmpUrls extends Google_Service_Resource { /** * Returns AMP URL(s) and equivalent [AMP Cache URL(s)](/amp/cache/overview#amp- * cache-url-format). (ampUrls.batchGet) * * @param Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsResponse */ public function batchGet(Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsResponse"); } } PK1 Zq55hvendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsResponse.phpnu[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; } } PK1 Z|_eeIvendor/google/apiclient-services/src/Google/Service/Testing/AppBundle.phpnu[bundleLocation = $bundleLocation; } /** * @return Google_Service_Testing_FileReference */ public function getBundleLocation() { return $this->bundleLocation; } } PK1 Z5>>Mvendor/google/apiclient-services/src/Google/Service/Testing/FileReference.phpnu[gcsPath = $gcsPath; } public function getGcsPath() { return $this->gcsPath; } } PK1 Z&Vvendor/google/apiclient-services/src/Google/Service/Testing/LauncherActivityIntent.phpnu[applicationLabel = $applicationLabel; } public function getApplicationLabel() { return $this->applicationLabel; } /** * @param Google_Service_Testing_IntentFilter[] */ public function setIntentFilters($intentFilters) { $this->intentFilters = $intentFilters; } /** * @return Google_Service_Testing_IntentFilter[] */ public function getIntentFilters() { return $this->intentFilters; } public function setMaxSdkVersion($maxSdkVersion) { $this->maxSdkVersion = $maxSdkVersion; } public function getMaxSdkVersion() { return $this->maxSdkVersion; } public function setMinSdkVersion($minSdkVersion) { $this->minSdkVersion = $minSdkVersion; } public function getMinSdkVersion() { return $this->minSdkVersion; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setTargetSdkVersion($targetSdkVersion) { $this->targetSdkVersion = $targetSdkVersion; } public function getTargetSdkVersion() { return $this->targetSdkVersion; } public function setUsesPermission($usesPermission) { $this->usesPermission = $usesPermission; } public function getUsesPermission() { return $this->usesPermission; } } PK1 Z(9ޔLvendor/google/apiclient-services/src/Google/Service/Testing/IosTestSetup.phpnu[additionalIpas = $additionalIpas; } /** * @return Google_Service_Testing_FileReference[] */ public function getAdditionalIpas() { return $this->additionalIpas; } public function setNetworkProfile($networkProfile) { $this->networkProfile = $networkProfile; } public function getNetworkProfile() { return $this->networkProfile; } /** * @param Google_Service_Testing_IosDeviceFile[] */ public function setPullDirectories($pullDirectories) { $this->pullDirectories = $pullDirectories; } /** * @return Google_Service_Testing_IosDeviceFile[] */ public function getPullDirectories() { return $this->pullDirectories; } /** * @param Google_Service_Testing_IosDeviceFile[] */ public function setPushFiles($pushFiles) { $this->pushFiles = $pushFiles; } /** * @return Google_Service_Testing_IosDeviceFile[] */ public function getPushFiles() { return $this->pushFiles; } } PK1 ZJU<<Dvendor/google/apiclient-services/src/Google/Service/Testing/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK1 ZZCvendor/google/apiclient-services/src/Google/Service/Testing/Apk.phpnu[location = $location; } /** * @return Google_Service_Testing_FileReference */ public function getLocation() { return $this->location; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK1 Z %RRMvendor/google/apiclient-services/src/Google/Service/Testing/TestExecution.phpnu[environment = $environment; } /** * @return Google_Service_Testing_Environment */ public function getEnvironment() { return $this->environment; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMatrixId($matrixId) { $this->matrixId = $matrixId; } public function getMatrixId() { return $this->matrixId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Testing_Shard */ public function setShard(Google_Service_Testing_Shard $shard) { $this->shard = $shard; } /** * @return Google_Service_Testing_Shard */ public function getShard() { return $this->shard; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Testing_TestDetails */ public function setTestDetails(Google_Service_Testing_TestDetails $testDetails) { $this->testDetails = $testDetails; } /** * @return Google_Service_Testing_TestDetails */ public function getTestDetails() { return $this->testDetails; } /** * @param Google_Service_Testing_TestSpecification */ public function setTestSpecification(Google_Service_Testing_TestSpecification $testSpecification) { $this->testSpecification = $testSpecification; } /** * @return Google_Service_Testing_TestSpecification */ public function getTestSpecification() { return $this->testSpecification; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } /** * @param Google_Service_Testing_ToolResultsStep */ public function setToolResultsStep(Google_Service_Testing_ToolResultsStep $toolResultsStep) { $this->toolResultsStep = $toolResultsStep; } /** * @return Google_Service_Testing_ToolResultsStep */ public function getToolResultsStep() { return $this->toolResultsStep; } } PK1 Z ZZOvendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsStep.phpnu[executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } } PK1 ZmTvendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsExecution.phpnu[executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK1 Zq``Kvendor/google/apiclient-services/src/Google/Service/Testing/Orientation.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } } PK1 ZnppIvendor/google/apiclient-services/src/Google/Service/Testing/IosDevice.phpnu[iosModelId = $iosModelId; } public function getIosModelId() { return $this->iosModelId; } public function setIosVersionId($iosVersionId) { $this->iosVersionId = $iosVersionId; } public function getIosVersionId() { return $this->iosVersionId; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } } PK1 Zf[[Kvendor/google/apiclient-services/src/Google/Service/Testing/TrafficRule.phpnu[bandwidth = $bandwidth; } public function getBandwidth() { return $this->bandwidth; } public function setBurst($burst) { $this->burst = $burst; } public function getBurst() { return $this->burst; } public function setDelay($delay) { $this->delay = $delay; } public function getDelay() { return $this->delay; } public function setPacketDuplicationRatio($packetDuplicationRatio) { $this->packetDuplicationRatio = $packetDuplicationRatio; } public function getPacketDuplicationRatio() { return $this->packetDuplicationRatio; } public function setPacketLossRatio($packetLossRatio) { $this->packetLossRatio = $packetLossRatio; } public function getPacketLossRatio() { return $this->packetLossRatio; } } PK1 ZG:SSTvendor/google/apiclient-services/src/Google/Service/Testing/DeviceIpBlockCatalog.phpnu[ipBlocks = $ipBlocks; } /** * @return Google_Service_Testing_DeviceIpBlock[] */ public function getIpBlocks() { return $this->ipBlocks; } } PK1 Z(Svendor/google/apiclient-services/src/Google/Service/Testing/StartActivityIntent.phpnu[action = $action; } public function getAction() { return $this->action; } public function setCategories($categories) { $this->categories = $categories; } public function getCategories() { return $this->categories; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK1 Z xxKvendor/google/apiclient-services/src/Google/Service/Testing/TestDetails.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setProgressMessages($progressMessages) { $this->progressMessages = $progressMessages; } public function getProgressMessages() { return $this->progressMessages; } } PK1 Z><<Ovendor/google/apiclient-services/src/Google/Service/Testing/AndroidTestLoop.phpnu[appApk = $appApk; } /** * @return Google_Service_Testing_FileReference */ public function getAppApk() { return $this->appApk; } /** * @param Google_Service_Testing_AppBundle */ public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) { $this->appBundle = $appBundle; } /** * @return Google_Service_Testing_AppBundle */ public function getAppBundle() { return $this->appBundle; } public function setAppPackageId($appPackageId) { $this->appPackageId = $appPackageId; } public function getAppPackageId() { return $this->appPackageId; } public function setScenarioLabels($scenarioLabels) { $this->scenarioLabels = $scenarioLabels; } public function getScenarioLabels() { return $this->scenarioLabels; } public function setScenarios($scenarios) { $this->scenarios = $scenarios; } public function getScenarios() { return $this->scenarios; } } PK1 ZZ**Ovendor/google/apiclient-services/src/Google/Service/Testing/AndroidRoboTest.phpnu[appApk = $appApk; } /** * @return Google_Service_Testing_FileReference */ public function getAppApk() { return $this->appApk; } /** * @param Google_Service_Testing_AppBundle */ public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) { $this->appBundle = $appBundle; } /** * @return Google_Service_Testing_AppBundle */ public function getAppBundle() { return $this->appBundle; } public function setAppInitialActivity($appInitialActivity) { $this->appInitialActivity = $appInitialActivity; } public function getAppInitialActivity() { return $this->appInitialActivity; } public function setAppPackageId($appPackageId) { $this->appPackageId = $appPackageId; } public function getAppPackageId() { return $this->appPackageId; } public function setMaxDepth($maxDepth) { $this->maxDepth = $maxDepth; } public function getMaxDepth() { return $this->maxDepth; } public function setMaxSteps($maxSteps) { $this->maxSteps = $maxSteps; } public function getMaxSteps() { return $this->maxSteps; } /** * @param Google_Service_Testing_RoboDirective[] */ public function setRoboDirectives($roboDirectives) { $this->roboDirectives = $roboDirectives; } /** * @return Google_Service_Testing_RoboDirective[] */ public function getRoboDirectives() { return $this->roboDirectives; } /** * @param Google_Service_Testing_FileReference */ public function setRoboScript(Google_Service_Testing_FileReference $roboScript) { $this->roboScript = $roboScript; } /** * @return Google_Service_Testing_FileReference */ public function getRoboScript() { return $this->roboScript; } /** * @param Google_Service_Testing_RoboStartingIntent[] */ public function setStartingIntents($startingIntents) { $this->startingIntents = $startingIntents; } /** * @return Google_Service_Testing_RoboStartingIntent[] */ public function getStartingIntents() { return $this->startingIntents; } } PK1 ZRFG G Lvendor/google/apiclient-services/src/Google/Service/Testing/AndroidModel.phpnu[brand = $brand; } public function getBrand() { return $this->brand; } public function setCodename($codename) { $this->codename = $codename; } public function getCodename() { return $this->codename; } public function setForm($form) { $this->form = $form; } public function getForm() { return $this->form; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLowFpsVideoRecording($lowFpsVideoRecording) { $this->lowFpsVideoRecording = $lowFpsVideoRecording; } public function getLowFpsVideoRecording() { return $this->lowFpsVideoRecording; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScreenDensity($screenDensity) { $this->screenDensity = $screenDensity; } public function getScreenDensity() { return $this->screenDensity; } public function setScreenX($screenX) { $this->screenX = $screenX; } public function getScreenX() { return $this->screenX; } public function setScreenY($screenY) { $this->screenY = $screenY; } public function getScreenY() { return $this->screenY; } public function setSupportedAbis($supportedAbis) { $this->supportedAbis = $supportedAbis; } public function getSupportedAbis() { return $this->supportedAbis; } public function setSupportedVersionIds($supportedVersionIds) { $this->supportedVersionIds = $supportedVersionIds; } public function getSupportedVersionIds() { return $this->supportedVersionIds; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } } PK1 Z{pMvendor/google/apiclient-services/src/Google/Service/Testing/AndroidMatrix.phpnu[androidModelIds = $androidModelIds; } public function getAndroidModelIds() { return $this->androidModelIds; } public function setAndroidVersionIds($androidVersionIds) { $this->androidVersionIds = $androidVersionIds; } public function getAndroidVersionIds() { return $this->androidVersionIds; } public function setLocales($locales) { $this->locales = $locales; } public function getLocales() { return $this->locales; } public function setOrientations($orientations) { $this->orientations = $orientations; } public function getOrientations() { return $this->orientations; } } PK1 Z_2B B Nvendor/google/apiclient-services/src/Google/Service/Testing/AndroidVersion.phpnu[apiLevel = $apiLevel; } public function getApiLevel() { return $this->apiLevel; } public function setCodeName($codeName) { $this->codeName = $codeName; } public function getCodeName() { return $this->codeName; } /** * @param Google_Service_Testing_Distribution */ public function setDistribution(Google_Service_Testing_Distribution $distribution) { $this->distribution = $distribution; } /** * @return Google_Service_Testing_Distribution */ public function getDistribution() { return $this->distribution; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Testing_Date */ public function setReleaseDate(Google_Service_Testing_Date $releaseDate) { $this->releaseDate = $releaseDate; } /** * @return Google_Service_Testing_Date */ public function getReleaseDate() { return $this->releaseDate; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setVersionString($versionString) { $this->versionString = $versionString; } public function getVersionString() { return $this->versionString; } } PK1 ZԹq q Mvendor/google/apiclient-services/src/Google/Service/Testing/ResultStorage.phpnu[googleCloudStorage = $googleCloudStorage; } /** * @return Google_Service_Testing_GoogleCloudStorage */ public function getGoogleCloudStorage() { return $this->googleCloudStorage; } public function setResultsUrl($resultsUrl) { $this->resultsUrl = $resultsUrl; } public function getResultsUrl() { return $this->resultsUrl; } /** * @param Google_Service_Testing_ToolResultsExecution */ public function setToolResultsExecution(Google_Service_Testing_ToolResultsExecution $toolResultsExecution) { $this->toolResultsExecution = $toolResultsExecution; } /** * @return Google_Service_Testing_ToolResultsExecution */ public function getToolResultsExecution() { return $this->toolResultsExecution; } /** * @param Google_Service_Testing_ToolResultsHistory */ public function setToolResultsHistory(Google_Service_Testing_ToolResultsHistory $toolResultsHistory) { $this->toolResultsHistory = $toolResultsHistory; } /** * @return Google_Service_Testing_ToolResultsHistory */ public function getToolResultsHistory() { return $this->toolResultsHistory; } } PK1 Z Kvendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.phpnu[appBundleId = $appBundleId; } public function getAppBundleId() { return $this->appBundleId; } /** * @param Google_Service_Testing_FileReference */ public function setAppIpa(Google_Service_Testing_FileReference $appIpa) { $this->appIpa = $appIpa; } /** * @return Google_Service_Testing_FileReference */ public function getAppIpa() { return $this->appIpa; } public function setScenarios($scenarios) { $this->scenarios = $scenarios; } public function getScenarios() { return $this->scenarios; } } PK1 Z^@@Mvendor/google/apiclient-services/src/Google/Service/Testing/DeviceIpBlock.phpnu[addedDate = $addedDate; } /** * @return Google_Service_Testing_Date */ public function getAddedDate() { return $this->addedDate; } public function setBlock($block) { $this->block = $block; } public function getBlock() { return $this->block; } public function setForm($form) { $this->form = $form; } public function getForm() { return $this->form; } } PK1 Z)?Svendor/google/apiclient-services/src/Google/Service/Testing/TestTargetsForShard.phpnu[testTargets = $testTargets; } public function getTestTargets() { return $this->testTargets; } } PK1 Zb](jjQvendor/google/apiclient-services/src/Google/Service/Testing/Resource/Projects.phpnu[ * $testingService = new Google_Service_Testing(...); * $projects = $testingService->projects; * */ class Google_Service_Testing_Resource_Projects extends Google_Service_Resource { } PK1 ZȊ555_vendor/google/apiclient-services/src/Google/Service/Testing/Resource/TestEnvironmentCatalog.phpnu[ * $testingService = new Google_Service_Testing(...); * $testEnvironmentCatalog = $testingService->testEnvironmentCatalog; * */ class Google_Service_Testing_Resource_TestEnvironmentCatalog extends Google_Service_Resource { /** * Gets the catalog of supported test environments. May return any of the * following canonical error codes: - INVALID_ARGUMENT - if the request is * malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - * if an internal error occurred (testEnvironmentCatalog.get) * * @param string $environmentType Required. The type of environment that should * be listed. * @param array $optParams Optional parameters. * * @opt_param string projectId For authorization, the cloud project requesting * the TestEnvironmentCatalog. * @return Google_Service_Testing_TestEnvironmentCatalog */ public function get($environmentType, $optParams = array()) { $params = array('environmentType' => $environmentType); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Testing_TestEnvironmentCatalog"); } } PK1 Z(]vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ProjectsTestMatrices.phpnu[ * $testingService = new Google_Service_Testing(...); * $testMatrices = $testingService->testMatrices; * */ class Google_Service_Testing_Resource_ProjectsTestMatrices extends Google_Service_Resource { /** * Cancels unfinished test executions in a test matrix. This call returns * immediately and cancellation proceeds asynchronously. If the matrix is * already final, this operation will have no effect. May return any of the * following canonical error codes: - PERMISSION_DENIED - if the user is not * authorized to read project - INVALID_ARGUMENT - if the request is malformed - * NOT_FOUND - if the Test Matrix does not exist (testMatrices.cancel) * * @param string $projectId Cloud project that owns the test. * @param string $testMatrixId Test matrix that will be canceled. * @param array $optParams Optional parameters. * @return Google_Service_Testing_CancelTestMatrixResponse */ public function cancel($projectId, $testMatrixId, $optParams = array()) { $params = array('projectId' => $projectId, 'testMatrixId' => $testMatrixId); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Testing_CancelTestMatrixResponse"); } /** * Creates and runs a matrix of tests according to the given specifications. * Unsupported environments will be returned in the state UNSUPPORTED. A test * matrix is limited to use at most 2000 devices in parallel. May return any of * the following canonical error codes: - PERMISSION_DENIED - if the user is not * authorized to write to project - INVALID_ARGUMENT - if the request is * malformed or if the matrix tries to use too many simultaneous devices. * (testMatrices.create) * * @param string $projectId The GCE project under which this job will run. * @param Google_Service_Testing_TestMatrix $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId A string id used to detect duplicated requests. * Ids are automatically scoped to a project, so users should ensure the ID is * unique per-project. A UUID is recommended. Optional, but strongly * recommended. * @return Google_Service_Testing_TestMatrix */ public function create($projectId, Google_Service_Testing_TestMatrix $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Testing_TestMatrix"); } /** * Checks the status of a test matrix. May return any of the following canonical * error codes: - PERMISSION_DENIED - if the user is not authorized to read * project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the * Test Matrix does not exist (testMatrices.get) * * @param string $projectId Cloud project that owns the test matrix. * @param string $testMatrixId Unique test matrix id which was assigned by the * service. * @param array $optParams Optional parameters. * @return Google_Service_Testing_TestMatrix */ public function get($projectId, $testMatrixId, $optParams = array()) { $params = array('projectId' => $projectId, 'testMatrixId' => $testMatrixId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Testing_TestMatrix"); } } PK1 Z.avendor/google/apiclient-services/src/Google/Service/Testing/Resource/ApplicationDetailService.phpnu[ * $testingService = new Google_Service_Testing(...); * $applicationDetailService = $testingService->applicationDetailService; * */ class Google_Service_Testing_Resource_ApplicationDetailService extends Google_Service_Resource { /** * Gets the details of an Android application APK. * (applicationDetailService.getApkDetails) * * @param Google_Service_Testing_FileReference $postBody * @param array $optParams Optional parameters. * @return Google_Service_Testing_GetApkDetailsResponse */ public function getApkDetails(Google_Service_Testing_FileReference $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getApkDetails', array($params), "Google_Service_Testing_GetApkDetailsResponse"); } } PK1 ZꍗJvendor/google/apiclient-services/src/Google/Service/Testing/GoogleAuto.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 Z{͟EEIvendor/google/apiclient-services/src/Google/Service/Testing/ApkDetail.phpnu[apkManifest = $apkManifest; } /** * @return Google_Service_Testing_ApkManifest */ public function getApkManifest() { return $this->apkManifest; } } PK1 ZjG>>Tvendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfiguration.phpnu[downRule = $downRule; } /** * @return Google_Service_Testing_TrafficRule */ public function getDownRule() { return $this->downRule; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Testing_TrafficRule */ public function setUpRule(Google_Service_Testing_TrafficRule $upRule) { $this->upRule = $upRule; } /** * @return Google_Service_Testing_TrafficRule */ public function getUpRule() { return $this->upRule; } } PK1 ZBk$ Zvendor/google/apiclient-services/src/Google/Service/Testing/AndroidInstrumentationTest.phpnu[appApk = $appApk; } /** * @return Google_Service_Testing_FileReference */ public function getAppApk() { return $this->appApk; } /** * @param Google_Service_Testing_AppBundle */ public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) { $this->appBundle = $appBundle; } /** * @return Google_Service_Testing_AppBundle */ public function getAppBundle() { return $this->appBundle; } public function setAppPackageId($appPackageId) { $this->appPackageId = $appPackageId; } public function getAppPackageId() { return $this->appPackageId; } public function setOrchestratorOption($orchestratorOption) { $this->orchestratorOption = $orchestratorOption; } public function getOrchestratorOption() { return $this->orchestratorOption; } /** * @param Google_Service_Testing_ShardingOption */ public function setShardingOption(Google_Service_Testing_ShardingOption $shardingOption) { $this->shardingOption = $shardingOption; } /** * @return Google_Service_Testing_ShardingOption */ public function getShardingOption() { return $this->shardingOption; } /** * @param Google_Service_Testing_FileReference */ public function setTestApk(Google_Service_Testing_FileReference $testApk) { $this->testApk = $testApk; } /** * @return Google_Service_Testing_FileReference */ public function getTestApk() { return $this->testApk; } public function setTestPackageId($testPackageId) { $this->testPackageId = $testPackageId; } public function getTestPackageId() { return $this->testPackageId; } public function setTestRunnerClass($testRunnerClass) { $this->testRunnerClass = $testRunnerClass; } public function getTestRunnerClass() { return $this->testRunnerClass; } public function setTestTargets($testTargets) { $this->testTargets = $testTargets; } public function getTestTargets() { return $this->testTargets; } } PK1 Z8/ Ivendor/google/apiclient-services/src/Google/Service/Testing/TestSetup.phpnu[account = $account; } /** * @return Google_Service_Testing_Account */ public function getAccount() { return $this->account; } /** * @param Google_Service_Testing_Apk[] */ public function setAdditionalApks($additionalApks) { $this->additionalApks = $additionalApks; } /** * @return Google_Service_Testing_Apk[] */ public function getAdditionalApks() { return $this->additionalApks; } public function setDirectoriesToPull($directoriesToPull) { $this->directoriesToPull = $directoriesToPull; } public function getDirectoriesToPull() { return $this->directoriesToPull; } public function setDontAutograntPermissions($dontAutograntPermissions) { $this->dontAutograntPermissions = $dontAutograntPermissions; } public function getDontAutograntPermissions() { return $this->dontAutograntPermissions; } /** * @param Google_Service_Testing_EnvironmentVariable[] */ public function setEnvironmentVariables($environmentVariables) { $this->environmentVariables = $environmentVariables; } /** * @return Google_Service_Testing_EnvironmentVariable[] */ public function getEnvironmentVariables() { return $this->environmentVariables; } /** * @param Google_Service_Testing_DeviceFile[] */ public function setFilesToPush($filesToPush) { $this->filesToPush = $filesToPush; } /** * @return Google_Service_Testing_DeviceFile[] */ public function getFilesToPush() { return $this->filesToPush; } public function setNetworkProfile($networkProfile) { $this->networkProfile = $networkProfile; } public function getNetworkProfile() { return $this->networkProfile; } /** * @param Google_Service_Testing_SystraceSetup */ public function setSystrace(Google_Service_Testing_SystraceSetup $systrace) { $this->systrace = $systrace; } /** * @return Google_Service_Testing_SystraceSetup */ public function getSystrace() { return $this->systrace; } } PK1 Z#66Qvendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.phpnu[androidInstrumentationTest = $androidInstrumentationTest; } /** * @return Google_Service_Testing_AndroidInstrumentationTest */ public function getAndroidInstrumentationTest() { return $this->androidInstrumentationTest; } /** * @param Google_Service_Testing_AndroidRoboTest */ public function setAndroidRoboTest(Google_Service_Testing_AndroidRoboTest $androidRoboTest) { $this->androidRoboTest = $androidRoboTest; } /** * @return Google_Service_Testing_AndroidRoboTest */ public function getAndroidRoboTest() { return $this->androidRoboTest; } /** * @param Google_Service_Testing_AndroidTestLoop */ public function setAndroidTestLoop(Google_Service_Testing_AndroidTestLoop $androidTestLoop) { $this->androidTestLoop = $androidTestLoop; } /** * @return Google_Service_Testing_AndroidTestLoop */ public function getAndroidTestLoop() { return $this->androidTestLoop; } public function setDisablePerformanceMetrics($disablePerformanceMetrics) { $this->disablePerformanceMetrics = $disablePerformanceMetrics; } public function getDisablePerformanceMetrics() { return $this->disablePerformanceMetrics; } public function setDisableVideoRecording($disableVideoRecording) { $this->disableVideoRecording = $disableVideoRecording; } public function getDisableVideoRecording() { return $this->disableVideoRecording; } /** * @param Google_Service_Testing_IosTestLoop */ public function setIosTestLoop(Google_Service_Testing_IosTestLoop $iosTestLoop) { $this->iosTestLoop = $iosTestLoop; } /** * @return Google_Service_Testing_IosTestLoop */ public function getIosTestLoop() { return $this->iosTestLoop; } /** * @param Google_Service_Testing_IosTestSetup */ public function setIosTestSetup(Google_Service_Testing_IosTestSetup $iosTestSetup) { $this->iosTestSetup = $iosTestSetup; } /** * @return Google_Service_Testing_IosTestSetup */ public function getIosTestSetup() { return $this->iosTestSetup; } /** * @param Google_Service_Testing_IosXcTest */ public function setIosXcTest(Google_Service_Testing_IosXcTest $iosXcTest) { $this->iosXcTest = $iosXcTest; } /** * @return Google_Service_Testing_IosXcTest */ public function getIosXcTest() { return $this->iosXcTest; } /** * @param Google_Service_Testing_TestSetup */ public function setTestSetup(Google_Service_Testing_TestSetup $testSetup) { $this->testSetup = $testSetup; } /** * @return Google_Service_Testing_TestSetup */ public function getTestSetup() { return $this->testSetup; } public function setTestTimeout($testTimeout) { $this->testTimeout = $testTimeout; } public function getTestTimeout() { return $this->testTimeout; } } PK1 ZNEWWXvendor/google/apiclient-services/src/Google/Service/Testing/CancelTestMatrixResponse.phpnu[testState = $testState; } public function getTestState() { return $this->testState; } } PK1 ZXgbJvendor/google/apiclient-services/src/Google/Service/Testing/DeviceFile.phpnu[obbFile = $obbFile; } /** * @return Google_Service_Testing_ObbFile */ public function getObbFile() { return $this->obbFile; } /** * @param Google_Service_Testing_RegularFile */ public function setRegularFile(Google_Service_Testing_RegularFile $regularFile) { $this->regularFile = $regularFile; } /** * @return Google_Service_Testing_RegularFile */ public function getRegularFile() { return $this->regularFile; } } PK1 ZאGKvendor/google/apiclient-services/src/Google/Service/Testing/Environment.phpnu[androidDevice = $androidDevice; } /** * @return Google_Service_Testing_AndroidDevice */ public function getAndroidDevice() { return $this->androidDevice; } /** * @param Google_Service_Testing_IosDevice */ public function setIosDevice(Google_Service_Testing_IosDevice $iosDevice) { $this->iosDevice = $iosDevice; } /** * @return Google_Service_Testing_IosDevice */ public function getIosDevice() { return $this->iosDevice; } } PK1 Z%vvMvendor/google/apiclient-services/src/Google/Service/Testing/SystraceSetup.phpnu[durationSeconds = $durationSeconds; } public function getDurationSeconds() { return $this->durationSeconds; } } PK1 Z,꽬Jvendor/google/apiclient-services/src/Google/Service/Testing/TestMatrix.phpnu[clientInfo = $clientInfo; } /** * @return Google_Service_Testing_ClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_Testing_EnvironmentMatrix */ public function setEnvironmentMatrix(Google_Service_Testing_EnvironmentMatrix $environmentMatrix) { $this->environmentMatrix = $environmentMatrix; } /** * @return Google_Service_Testing_EnvironmentMatrix */ public function getEnvironmentMatrix() { return $this->environmentMatrix; } public function setFailFast($failFast) { $this->failFast = $failFast; } public function getFailFast() { return $this->failFast; } public function setFlakyTestAttempts($flakyTestAttempts) { $this->flakyTestAttempts = $flakyTestAttempts; } public function getFlakyTestAttempts() { return $this->flakyTestAttempts; } public function setInvalidMatrixDetails($invalidMatrixDetails) { $this->invalidMatrixDetails = $invalidMatrixDetails; } public function getInvalidMatrixDetails() { return $this->invalidMatrixDetails; } public function setOutcomeSummary($outcomeSummary) { $this->outcomeSummary = $outcomeSummary; } public function getOutcomeSummary() { return $this->outcomeSummary; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Testing_ResultStorage */ public function setResultStorage(Google_Service_Testing_ResultStorage $resultStorage) { $this->resultStorage = $resultStorage; } /** * @return Google_Service_Testing_ResultStorage */ public function getResultStorage() { return $this->resultStorage; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Testing_TestExecution[] */ public function setTestExecutions($testExecutions) { $this->testExecutions = $testExecutions; } /** * @return Google_Service_Testing_TestExecution[] */ public function getTestExecutions() { return $this->testExecutions; } public function setTestMatrixId($testMatrixId) { $this->testMatrixId = $testMatrixId; } public function getTestMatrixId() { return $this->testMatrixId; } /** * @param Google_Service_Testing_TestSpecification */ public function setTestSpecification(Google_Service_Testing_TestSpecification $testSpecification) { $this->testSpecification = $testSpecification; } /** * @return Google_Service_Testing_TestSpecification */ public function getTestSpecification() { return $this->testSpecification; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK1 Zf##Rvendor/google/apiclient-services/src/Google/Service/Testing/RoboStartingIntent.phpnu[launcherActivity = $launcherActivity; } /** * @return Google_Service_Testing_LauncherActivityIntent */ public function getLauncherActivity() { return $this->launcherActivity; } /** * @param Google_Service_Testing_StartActivityIntent */ public function setStartActivity(Google_Service_Testing_StartActivityIntent $startActivity) { $this->startActivity = $startActivity; } /** * @return Google_Service_Testing_StartActivityIntent */ public function getStartActivity() { return $this->startActivity; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK1 Z$Pvendor/google/apiclient-services/src/Google/Service/Testing/ClientInfoDetail.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 Zi[44Lvendor/google/apiclient-services/src/Google/Service/Testing/Distribution.phpnu[marketShare = $marketShare; } public function getMarketShare() { return $this->marketShare; } public function setMeasurementTime($measurementTime) { $this->measurementTime = $measurementTime; } public function getMeasurementTime() { return $this->measurementTime; } } PK1 ZgGvendor/google/apiclient-services/src/Google/Service/Testing/ObbFile.phpnu[obb = $obb; } /** * @return Google_Service_Testing_FileReference */ public function getObb() { return $this->obb; } public function setObbFileName($obbFileName) { $this->obbFileName = $obbFileName; } public function getObbFileName() { return $this->obbFileName; } } PK1 Z݀CTvendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceCatalog.phpnu[models = $models; } /** * @return Google_Service_Testing_AndroidModel[] */ public function getModels() { return $this->models; } /** * @param Google_Service_Testing_AndroidRuntimeConfiguration */ public function setRuntimeConfiguration(Google_Service_Testing_AndroidRuntimeConfiguration $runtimeConfiguration) { $this->runtimeConfiguration = $runtimeConfiguration; } /** * @return Google_Service_Testing_AndroidRuntimeConfiguration */ public function getRuntimeConfiguration() { return $this->runtimeConfiguration; } /** * @param Google_Service_Testing_AndroidVersion[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Testing_AndroidVersion[] */ public function getVersions() { return $this->versions; } } PK1 ZQeFvendor/google/apiclient-services/src/Google/Service/Testing/Locale.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } } PK1 Z. . Vvendor/google/apiclient-services/src/Google/Service/Testing/TestEnvironmentCatalog.phpnu[androidDeviceCatalog = $androidDeviceCatalog; } /** * @return Google_Service_Testing_AndroidDeviceCatalog */ public function getAndroidDeviceCatalog() { return $this->androidDeviceCatalog; } /** * @param Google_Service_Testing_DeviceIpBlockCatalog */ public function setDeviceIpBlockCatalog(Google_Service_Testing_DeviceIpBlockCatalog $deviceIpBlockCatalog) { $this->deviceIpBlockCatalog = $deviceIpBlockCatalog; } /** * @return Google_Service_Testing_DeviceIpBlockCatalog */ public function getDeviceIpBlockCatalog() { return $this->deviceIpBlockCatalog; } /** * @param Google_Service_Testing_IosDeviceCatalog */ public function setIosDeviceCatalog(Google_Service_Testing_IosDeviceCatalog $iosDeviceCatalog) { $this->iosDeviceCatalog = $iosDeviceCatalog; } /** * @return Google_Service_Testing_IosDeviceCatalog */ public function getIosDeviceCatalog() { return $this->iosDeviceCatalog; } /** * @param Google_Service_Testing_NetworkConfigurationCatalog */ public function setNetworkConfigurationCatalog(Google_Service_Testing_NetworkConfigurationCatalog $networkConfigurationCatalog) { $this->networkConfigurationCatalog = $networkConfigurationCatalog; } /** * @return Google_Service_Testing_NetworkConfigurationCatalog */ public function getNetworkConfigurationCatalog() { return $this->networkConfigurationCatalog; } /** * @param Google_Service_Testing_ProvidedSoftwareCatalog */ public function setSoftwareCatalog(Google_Service_Testing_ProvidedSoftwareCatalog $softwareCatalog) { $this->softwareCatalog = $softwareCatalog; } /** * @return Google_Service_Testing_ProvidedSoftwareCatalog */ public function getSoftwareCatalog() { return $this->softwareCatalog; } } PK1 Z2 Mvendor/google/apiclient-services/src/Google/Service/Testing/AndroidDevice.phpnu[androidModelId = $androidModelId; } public function getAndroidModelId() { return $this->androidModelId; } public function setAndroidVersionId($androidVersionId) { $this->androidVersionId = $androidVersionId; } public function getAndroidVersionId() { return $this->androidVersionId; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } } PK1 Z  Hvendor/google/apiclient-services/src/Google/Service/Testing/IosModel.phpnu[deviceCapabilities = $deviceCapabilities; } public function getDeviceCapabilities() { return $this->deviceCapabilities; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScreenDensity($screenDensity) { $this->screenDensity = $screenDensity; } public function getScreenDensity() { return $this->screenDensity; } public function setScreenX($screenX) { $this->screenX = $screenX; } public function getScreenX() { return $this->screenX; } public function setScreenY($screenY) { $this->screenY = $screenY; } public function getScreenY() { return $this->screenY; } public function setSupportedVersionIds($supportedVersionIds) { $this->supportedVersionIds = $supportedVersionIds; } public function getSupportedVersionIds() { return $this->supportedVersionIds; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } } PK1 Z}9,CCRvendor/google/apiclient-services/src/Google/Service/Testing/GoogleCloudStorage.phpnu[gcsPath = $gcsPath; } public function getGcsPath() { return $this->gcsPath; } } PK1 ZussIvendor/google/apiclient-services/src/Google/Service/Testing/IosXcTest.phpnu[appBundleId = $appBundleId; } public function getAppBundleId() { return $this->appBundleId; } public function setTestSpecialEntitlements($testSpecialEntitlements) { $this->testSpecialEntitlements = $testSpecialEntitlements; } public function getTestSpecialEntitlements() { return $this->testSpecialEntitlements; } /** * @param Google_Service_Testing_FileReference */ public function setTestsZip(Google_Service_Testing_FileReference $testsZip) { $this->testsZip = $testsZip; } /** * @return Google_Service_Testing_FileReference */ public function getTestsZip() { return $this->testsZip; } public function setXcodeVersion($xcodeVersion) { $this->xcodeVersion = $xcodeVersion; } public function getXcodeVersion() { return $this->xcodeVersion; } /** * @param Google_Service_Testing_FileReference */ public function setXctestrun(Google_Service_Testing_FileReference $xctestrun) { $this->xctestrun = $xctestrun; } /** * @return Google_Service_Testing_FileReference */ public function getXctestrun() { return $this->xctestrun; } } PK1 Z(⒌Mvendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceFile.phpnu[bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } /** * @param Google_Service_Testing_FileReference */ public function setContent(Google_Service_Testing_FileReference $content) { $this->content = $content; } /** * @return Google_Service_Testing_FileReference */ public function getContent() { return $this->content; } public function setDevicePath($devicePath) { $this->devicePath = $devicePath; } public function getDevicePath() { return $this->devicePath; } } PK1 Z-r99Uvendor/google/apiclient-services/src/Google/Service/Testing/GetApkDetailsResponse.phpnu[apkDetail = $apkDetail; } /** * @return Google_Service_Testing_ApkDetail */ public function getApkDetail() { return $this->apkDetail; } } PK1 Zu#aLvendor/google/apiclient-services/src/Google/Service/Testing/XcodeVersion.phpnu[tags = $tags; } public function getTags() { return $this->tags; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 ZGQRvendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsHistory.phpnu[historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK1 ZMKvendor/google/apiclient-services/src/Google/Service/Testing/RegularFile.phpnu[content = $content; } /** * @return Google_Service_Testing_FileReference */ public function getContent() { return $this->content; } public function setDevicePath($devicePath) { $this->devicePath = $devicePath; } public function getDevicePath() { return $this->devicePath; } } PK1 Z/0  Evendor/google/apiclient-services/src/Google/Service/Testing/Shard.phpnu[numShards = $numShards; } public function getNumShards() { return $this->numShards; } public function setShardIndex($shardIndex) { $this->shardIndex = $shardIndex; } public function getShardIndex() { return $this->shardIndex; } /** * @param Google_Service_Testing_TestTargetsForShard */ public function setTestTargetsForShard(Google_Service_Testing_TestTargetsForShard $testTargetsForShard) { $this->testTargetsForShard = $testTargetsForShard; } /** * @return Google_Service_Testing_TestTargetsForShard */ public function getTestTargetsForShard() { return $this->testTargetsForShard; } } PK1 Z1RRMvendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceList.phpnu[iosDevices = $iosDevices; } /** * @return Google_Service_Testing_IosDevice[] */ public function getIosDevices() { return $this->iosDevices; } } PK1 Zr\[vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfigurationCatalog.phpnu[configurations = $configurations; } /** * @return Google_Service_Testing_NetworkConfiguration[] */ public function getConfigurations() { return $this->configurations; } } PK1 ZKWvendor/google/apiclient-services/src/Google/Service/Testing/IosRuntimeConfiguration.phpnu[locales = $locales; } /** * @return Google_Service_Testing_Locale[] */ public function getLocales() { return $this->locales; } /** * @param Google_Service_Testing_Orientation[] */ public function setOrientations($orientations) { $this->orientations = $orientations; } /** * @return Google_Service_Testing_Orientation[] */ public function getOrientations() { return $this->orientations; } } PK1 Z{>LLNvendor/google/apiclient-services/src/Google/Service/Testing/ShardingOption.phpnu[manualSharding = $manualSharding; } /** * @return Google_Service_Testing_ManualSharding */ public function getManualSharding() { return $this->manualSharding; } /** * @param Google_Service_Testing_UniformSharding */ public function setUniformSharding(Google_Service_Testing_UniformSharding $uniformSharding) { $this->uniformSharding = $uniformSharding; } /** * @return Google_Service_Testing_UniformSharding */ public function getUniformSharding() { return $this->uniformSharding; } } PK1 ZlWvendor/google/apiclient-services/src/Google/Service/Testing/ProvidedSoftwareCatalog.phpnu[androidxOrchestratorVersion = $androidxOrchestratorVersion; } public function getAndroidxOrchestratorVersion() { return $this->androidxOrchestratorVersion; } public function setOrchestratorVersion($orchestratorVersion) { $this->orchestratorVersion = $orchestratorVersion; } public function getOrchestratorVersion() { return $this->orchestratorVersion; } } PK1 ZNvendor/google/apiclient-services/src/Google/Service/Testing/ManualSharding.phpnu[testTargetsForShard = $testTargetsForShard; } /** * @return Google_Service_Testing_TestTargetsForShard[] */ public function getTestTargetsForShard() { return $this->testTargetsForShard; } } PK1 Z[vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRuntimeConfiguration.phpnu[locales = $locales; } /** * @return Google_Service_Testing_Locale[] */ public function getLocales() { return $this->locales; } /** * @param Google_Service_Testing_Orientation[] */ public function setOrientations($orientations) { $this->orientations = $orientations; } /** * @return Google_Service_Testing_Orientation[] */ public function getOrientations() { return $this->orientations; } } PK1 Zh6NNOvendor/google/apiclient-services/src/Google/Service/Testing/UniformSharding.phpnu[numShards = $numShards; } public function getNumShards() { return $this->numShards; } } PK1 Z6%QLvendor/google/apiclient-services/src/Google/Service/Testing/IntentFilter.phpnu[actionNames = $actionNames; } public function getActionNames() { return $this->actionNames; } public function setCategoryNames($categoryNames) { $this->categoryNames = $categoryNames; } public function getCategoryNames() { return $this->categoryNames; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK1 Zm0CQvendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceList.phpnu[androidDevices = $androidDevices; } /** * @return Google_Service_Testing_AndroidDevice[] */ public function getAndroidDevices() { return $this->androidDevices; } } PK1 Z`vewwJvendor/google/apiclient-services/src/Google/Service/Testing/IosVersion.phpnu[id = $id; } public function getId() { return $this->id; } public function setMajorVersion($majorVersion) { $this->majorVersion = $majorVersion; } public function getMajorVersion() { return $this->majorVersion; } public function setMinorVersion($minorVersion) { $this->minorVersion = $minorVersion; } public function getMinorVersion() { return $this->minorVersion; } public function setSupportedXcodeVersionIds($supportedXcodeVersionIds) { $this->supportedXcodeVersionIds = $supportedXcodeVersionIds; } public function getSupportedXcodeVersionIds() { return $this->supportedXcodeVersionIds; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } } PK1 Z(*77Gvendor/google/apiclient-services/src/Google/Service/Testing/Account.phpnu[googleAuto = $googleAuto; } /** * @return Google_Service_Testing_GoogleAuto */ public function getGoogleAuto() { return $this->googleAuto; } } PK1 Zc11Jvendor/google/apiclient-services/src/Google/Service/Testing/ClientInfo.phpnu[clientInfoDetails = $clientInfoDetails; } /** * @return Google_Service_Testing_ClientInfoDetail[] */ public function getClientInfoDetails() { return $this->clientInfoDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Z3Mvendor/google/apiclient-services/src/Google/Service/Testing/RoboDirective.phpnu[actionType = $actionType; } public function getActionType() { return $this->actionType; } public function setInputText($inputText) { $this->inputText = $inputText; } public function getInputText() { return $this->inputText; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK1 ZoI{ { Pvendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceCatalog.phpnu[models = $models; } /** * @return Google_Service_Testing_IosModel[] */ public function getModels() { return $this->models; } /** * @param Google_Service_Testing_IosRuntimeConfiguration */ public function setRuntimeConfiguration(Google_Service_Testing_IosRuntimeConfiguration $runtimeConfiguration) { $this->runtimeConfiguration = $runtimeConfiguration; } /** * @return Google_Service_Testing_IosRuntimeConfiguration */ public function getRuntimeConfiguration() { return $this->runtimeConfiguration; } /** * @param Google_Service_Testing_IosVersion[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Testing_IosVersion[] */ public function getVersions() { return $this->versions; } /** * @param Google_Service_Testing_XcodeVersion[] */ public function setXcodeVersions($xcodeVersions) { $this->xcodeVersions = $xcodeVersions; } /** * @return Google_Service_Testing_XcodeVersion[] */ public function getXcodeVersions() { return $this->xcodeVersions; } } PK1 Z\id!!Qvendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentMatrix.phpnu[androidDeviceList = $androidDeviceList; } /** * @return Google_Service_Testing_AndroidDeviceList */ public function getAndroidDeviceList() { return $this->androidDeviceList; } /** * @param Google_Service_Testing_AndroidMatrix */ public function setAndroidMatrix(Google_Service_Testing_AndroidMatrix $androidMatrix) { $this->androidMatrix = $androidMatrix; } /** * @return Google_Service_Testing_AndroidMatrix */ public function getAndroidMatrix() { return $this->androidMatrix; } /** * @param Google_Service_Testing_IosDeviceList */ public function setIosDeviceList(Google_Service_Testing_IosDeviceList $iosDeviceList) { $this->iosDeviceList = $iosDeviceList; } /** * @return Google_Service_Testing_IosDeviceList */ public function getIosDeviceList() { return $this->iosDeviceList; } } PK1 Zs6vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.phpnu[access = $access; } public function getAccess() { return $this->access; } /** * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1ExplainedPolicy[] */ public function setExplainedPolicies($explainedPolicies) { $this->explainedPolicies = $explainedPolicies; } /** * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1ExplainedPolicy[] */ public function getExplainedPolicies() { return $this->explainedPolicies; } } PK1 Zރ vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1BindingExplanation.phpnu[access = $access; } public function getAccess() { return $this->access; } /** * @param Google_Service_PolicyTroubleshooter_GoogleTypeExpr */ public function setCondition(Google_Service_PolicyTroubleshooter_GoogleTypeExpr $condition) { $this->condition = $condition; } /** * @return Google_Service_PolicyTroubleshooter_GoogleTypeExpr */ public function getCondition() { return $this->condition; } /** * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership[] */ public function setMemberships($memberships) { $this->memberships = $memberships; } /** * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership[] */ public function getMemberships() { return $this->memberships; } public function setRelevance($relevance) { $this->relevance = $relevance; } public function getRelevance() { return $this->relevance; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setRolePermission($rolePermission) { $this->rolePermission = $rolePermission; } public function getRolePermission() { return $this->rolePermission; } public function setRolePermissionRelevance($rolePermissionRelevance) { $this->rolePermissionRelevance = $rolePermissionRelevance; } public function getRolePermissionRelevance() { return $this->rolePermissionRelevance; } } PK1 Z yvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1AccessTuple.phpnu[fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setPrincipal($principal) { $this->principal = $principal; } public function getPrincipal() { return $this->principal; } } PK1 ZBW_vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.phpnu[condition = $condition; } /** * @return Google_Service_PolicyTroubleshooter_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK1 Z __[vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK1 Z17  Yvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.phpnu[ * $policytroubleshooterService = new Google_Service_PolicyTroubleshooter(...); * $iam = $policytroubleshooterService->iam; * */ class Google_Service_PolicyTroubleshooter_Resource_Iam extends Google_Service_Resource { /** * Checks whether a member has a specific permission for a specific resource, * and explains why the member does or does not have that permission. * (iam.troubleshoot) * * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse */ public function troubleshoot(Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('troubleshoot', array($params), "Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse"); } } PK1 ZScvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_PolicyTroubleshooter_GoogleIamV1AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK1 Zrhhfvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK1 Z XJJvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.phpnu[membership = $membership; } public function getMembership() { return $this->membership; } public function setRelevance($relevance) { $this->relevance = $relevance; } public function getRelevance() { return $this->relevance; } } PK1 Z#y y }vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1ExplainedPolicy.phpnu[access = $access; } public function getAccess() { return $this->access; } /** * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1BindingExplanation[] */ public function setBindingExplanations($bindingExplanations) { $this->bindingExplanations = $bindingExplanations; } /** * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1BindingExplanation[] */ public function getBindingExplanations() { return $this->bindingExplanations; } public function setFullResourceName($fullResourceName) { $this->fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } /** * @param Google_Service_PolicyTroubleshooter_GoogleIamV1Policy */ public function setPolicy(Google_Service_PolicyTroubleshooter_GoogleIamV1Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_PolicyTroubleshooter_GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } public function setRelevance($relevance) { $this->relevance = $relevance; } public function getRelevance() { return $this->relevance; } } PK1 Z=>>vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest.phpnu[accessTuple = $accessTuple; } /** * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1AccessTuple */ public function getAccessTuple() { return $this->accessTuple; } } PK1 Z0D^vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_PolicyTroubleshooter_GoogleIamV1AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_PolicyTroubleshooter_GoogleIamV1Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_PolicyTroubleshooter_GoogleIamV1Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 ZrLLBvendor/google/apiclient-services/src/Google/Service/CloudShell.phpnu[ * Allows users to start, configure, and connect to interactive shell sessions * running in the cloud.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudShell extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $users_environments; /** * Constructs the internal representation of the CloudShell service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudshell.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudshell'; $this->operations = new Google_Service_CloudShell_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_environments = new Google_Service_CloudShell_Resource_UsersEnvironments( $this, $this->serviceName, 'environments', array( 'methods' => array( 'addPublicKey' => array( 'path' => 'v1/{+environment}:addPublicKey', 'httpMethod' => 'POST', 'parameters' => array( 'environment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'authorize' => array( 'path' => 'v1/{+name}:authorize', '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, ), ), ),'removePublicKey' => array( 'path' => 'v1/{+environment}:removePublicKey', 'httpMethod' => 'POST', 'parameters' => array( 'environment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'v1/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK1 Z  Dvendor/google/apiclient-services/src/Google/Service/ServiceUsage.phpnu[ * Enables services that service consumers want to use on Google Cloud Platform, * lists the available or enabled services, or disables services that service * consumers no longer use.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ServiceUsage extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Manage your Google API service configuration. */ const SERVICE_MANAGEMENT = "https://www.googleapis.com/auth/service.management"; public $operations; public $services; /** * Constructs the internal representation of the ServiceUsage service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://serviceusage.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'serviceusage'; $this->operations = new Google_Service_ServiceUsage_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->services = new Google_Service_ServiceUsage_Resource_Services( $this, $this->serviceName, 'services', array( 'methods' => array( 'batchEnable' => array( 'path' => 'v1/{+parent}/services:batchEnable', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchGet' => array( 'path' => 'v1/{+parent}/services:batchGet', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'names' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'disable' => array( 'path' => 'v1/{+name}:disable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enable' => array( 'path' => 'v1/{+name}:enable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/services', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 ZblR$R$Bvendor/google/apiclient-services/src/Google/Service/CloudRedis.phpnu[ * Creates and manages Redis instances on the Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudRedis extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_instances; public $projects_locations_operations; /** * Constructs the internal representation of the CloudRedis service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://redis.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'redis'; $this->projects_locations = new Google_Service_CloudRedis_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_instances = new Google_Service_CloudRedis_Resource_ProjectsLocationsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( 'path' => 'v1/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'failover' => array( 'path' => 'v1/{+name}:failover', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAuthString' => array( 'path' => 'v1/{+name}/authString', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( 'path' => 'v1/{+name}:import', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'upgrade' => array( 'path' => 'v1/{+name}:upgrade', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudRedis_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 ZvDvendor/google/apiclient-services/src/Google/Service/Libraryagent.phpnu[ * A simple Google Example Library API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Libraryagent extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $shelves; public $shelves_books; /** * Constructs the internal representation of the Libraryagent service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://libraryagent.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'libraryagent'; $this->shelves = new Google_Service_Libraryagent_Resource_Shelves( $this, $this->serviceName, 'shelves', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/shelves', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->shelves_books = new Google_Service_Libraryagent_Resource_ShelvesBooks( $this, $this->serviceName, 'books', array( 'methods' => array( 'borrow' => array( 'path' => 'v1/{+name}:borrow', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/books', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'return' => array( 'path' => 'v1/{+name}:return', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK1 Zd++Kvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog.phpnu[ * Enable cloud users to discover enterprise catalogs and products in their * organizations.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudPrivateCatalog extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $folders_catalogs; public $folders_products; public $folders_versions; public $organizations_catalogs; public $organizations_products; public $organizations_versions; public $projects_catalogs; public $projects_products; public $projects_versions; /** * Constructs the internal representation of the CloudPrivateCatalog service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudprivatecatalog.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'cloudprivatecatalog'; $this->folders_catalogs = new Google_Service_CloudPrivateCatalog_Resource_FoldersCatalogs( $this, $this->serviceName, 'catalogs', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/catalogs:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_products = new Google_Service_CloudPrivateCatalog_Resource_FoldersProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/products:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_versions = new Google_Service_CloudPrivateCatalog_Resource_FoldersVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/versions:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_catalogs = new Google_Service_CloudPrivateCatalog_Resource_OrganizationsCatalogs( $this, $this->serviceName, 'catalogs', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/catalogs:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->organizations_products = new Google_Service_CloudPrivateCatalog_Resource_OrganizationsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/products:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_versions = new Google_Service_CloudPrivateCatalog_Resource_OrganizationsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/versions:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_catalogs = new Google_Service_CloudPrivateCatalog_Resource_ProjectsCatalogs( $this, $this->serviceName, 'catalogs', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/catalogs:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_products = new Google_Service_CloudPrivateCatalog_Resource_ProjectsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/products:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_versions = new Google_Service_CloudPrivateCatalog_Resource_ProjectsVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+resource}/versions:search', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Z Gvendor/google/apiclient-services/src/Google/Service/Pagespeedonline.phpnu[ * Analyzes the performance of a web page and provides tailored suggestions to * make that page faster.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Pagespeedonline extends Google_Service { public $pagespeedapi; /** * Constructs the internal representation of the Pagespeedonline service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'pagespeedonline/v5/'; $this->batchPath = 'batch/pagespeedonline/v5'; $this->version = 'v5'; $this->serviceName = 'pagespeedonline'; $this->pagespeedapi = new Google_Service_Pagespeedonline_Resource_Pagespeedapi( $this, $this->serviceName, 'pagespeedapi', array( 'methods' => array( 'runpagespeed' => array( 'path' => 'runPagespeed', 'httpMethod' => 'GET', 'parameters' => array( 'url' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'category' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'strategy' => array( 'location' => 'query', 'type' => 'string', ), 'utm_campaign' => array( 'location' => 'query', 'type' => 'string', ), 'utm_source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK1 Zeecvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListAssignmentsResponse.phpnu[assignments = $assignments; } /** * @return Google_Service_BigQueryReservation_Assignment[] */ public function getAssignments() { return $this->assignments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z$}uVvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Assignment.phpnu[assignee = $assignee; } public function getAssignee() { return $this->assignee; } public function setJobType($jobType) { $this->jobType = $jobType; } public function getJobType() { return $this->jobType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK1 Z6||avendor/google/apiclient-services/src/Google/Service/BigQueryReservation/MoveAssignmentRequest.phpnu[destinationId = $destinationId; } public function getDestinationId() { return $this->destinationId; } } PK1 ZYkrrdvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListReservationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigQueryReservation_Reservation[] */ public function setReservations($reservations) { $this->reservations = $reservations; } /** * @return Google_Service_BigQueryReservation_Reservation[] */ public function getReservations() { return $this->reservations; } } PK1 Zﭘkvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListCapacityCommitmentsResponse.phpnu[capacityCommitments = $capacityCommitments; } /** * @return Google_Service_BigQueryReservation_CapacityCommitment[] */ public function getCapacityCommitments() { return $this->capacityCommitments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z~}{{Yvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BiReservation.phpnu[name = $name; } public function getName() { return $this->name; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 ZZZbvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/CreateSlotPoolMetadata.phpnu[slotPool = $slotPool; } public function getSlotPool() { return $this->slotPool; } } PK1 Z]rUUkvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SplitCapacityCommitmentResponse.phpnu[first = $first; } /** * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function getFirst() { return $this->first; } /** * @param Google_Service_BigQueryReservation_CapacityCommitment */ public function setSecond(Google_Service_BigQueryReservation_CapacityCommitment $second) { $this->second = $second; } /** * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function getSecond() { return $this->second; } } PK1 Z6gllfvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocations.phpnu[ * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); * $locations = $bigqueryreservationService->locations; * */ class Google_Service_BigQueryReservation_Resource_ProjectsLocations extends Google_Service_Resource { /** * Retrieves a BI reservation. (locations.getBiReservation) * * @param string $name Required. Name of the requested reservation, for example: * `projects/{project_id}/locations/{location_id}/biReservation` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_BiReservation */ public function getBiReservation($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getBiReservation', array($params), "Google_Service_BigQueryReservation_BiReservation"); } /** * Looks up assignments for a specified resource for a particular region. If the * request is about a project: 1. Assignments created on the project will be * returned if they exist. 2. Otherwise assignments created on the closest * ancestor will be returned. 3. Assignments for different JobTypes will all be * returned. The same logic applies if the request is about a folder. If the * request is about an organization, then assignments created on the * organization will be returned (organization doesn't have ancestors). * Comparing to ListAssignments, there are some behavior differences: 1. * permission on the assignee will be verified in this API. 2. Hierarchy lookup * (project->folder->organization) happens in this API. 3. Parent here is * `projects/locations`, instead of `projects/locationsreservations`. * (locations.searchAllAssignments) * * @param string $parent Required. The resource name with location (project name * could be the wildcard '-'), e.g.: `projects/-/locations/US`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return per page. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param string query Please specify resource name as assignee in the * query. Examples: * `assignee=projects/myproject` * `assignee=folders/123` * * `assignee=organizations/456` * @return Google_Service_BigQueryReservation_SearchAllAssignmentsResponse */ public function searchAllAssignments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('searchAllAssignments', array($params), "Google_Service_BigQueryReservation_SearchAllAssignmentsResponse"); } /** * Looks up assignments for a specified resource for a particular region. If the * request is about a project: 1. Assignments created on the project will be * returned if they exist. 2. Otherwise assignments created on the closest * ancestor will be returned. 3. Assignments for different JobTypes will all be * returned. The same logic applies if the request is about a folder. If the * request is about an organization, then assignments created on the * organization will be returned (organization doesn't have ancestors). * Comparing to ListAssignments, there are some behavior differences: 1. * permission on the assignee will be verified in this API. 2. Hierarchy lookup * (project->folder->organization) happens in this API. 3. Parent here is * `projects/locations`, instead of `projects/locationsreservations`. **Note** * "-" cannot be used for projects nor locations. (locations.searchAssignments) * * @param string $parent Required. The resource name of the admin * project(containing project and location), e.g.: * `projects/myproject/locations/US`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return per page. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param string query Please specify resource name as assignee in the * query. Examples: * `assignee=projects/myproject` * `assignee=folders/123` * * `assignee=organizations/456` * @return Google_Service_BigQueryReservation_SearchAssignmentsResponse */ public function searchAssignments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('searchAssignments', array($params), "Google_Service_BigQueryReservation_SearchAssignmentsResponse"); } /** * Updates a BI reservation. Only fields specified in the `field_mask` are * updated. A singleton BI reservation always exists with default size 0. In * order to reserve BI capacity it needs to be updated to an amount greater than * 0. In order to release BI capacity reservation size must be set to 0. * (locations.updateBiReservation) * * @param string $name The resource name of the singleton BI reservation. * Reservation names have the form * `projects/{project_id}/locations/{location_id}/biReservation`. * @param Google_Service_BigQueryReservation_BiReservation $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A list of fields to be updated in this request. * @return Google_Service_BigQueryReservation_BiReservation */ public function updateBiReservation($name, Google_Service_BigQueryReservation_BiReservation $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateBiReservation', array($params), "Google_Service_BigQueryReservation_BiReservation"); } } PK1 Zbyvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsCapacityCommitments.phpnu[ * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); * $capacityCommitments = $bigqueryreservationService->capacityCommitments; * */ class Google_Service_BigQueryReservation_Resource_ProjectsLocationsCapacityCommitments extends Google_Service_Resource { /** * Creates a new capacity commitment resource. (capacityCommitments.create) * * @param string $parent Required. Resource name of the parent reservation. * E.g., `projects/myproject/locations/US` * @param Google_Service_BigQueryReservation_CapacityCommitment $postBody * @param array $optParams Optional parameters. * * @opt_param bool enforceSingleAdminProjectPerOrg If true, fail the request if * another project in the organization has a capacity commitment. * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function create($parent, Google_Service_BigQueryReservation_CapacityCommitment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigQueryReservation_CapacityCommitment"); } /** * Deletes a capacity commitment. Attempting to delete capacity commitment * before its commitment_end_time will fail with the error code * `google.rpc.Code.FAILED_PRECONDITION`. (capacityCommitments.delete) * * @param string $name Required. Resource name of the capacity commitment to * delete. E.g., `projects/myproject/locations/US/capacityCommitments/123` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_BigqueryreservationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty"); } /** * Returns information about the capacity commitment. (capacityCommitments.get) * * @param string $name Required. Resource name of the capacity commitment to * retrieve. E.g., `projects/myproject/locations/US/capacityCommitments/123` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryReservation_CapacityCommitment"); } /** * Lists all the capacity commitments for the admin project. * (capacityCommitments.listProjectsLocationsCapacityCommitments) * * @param string $parent Required. Resource name of the parent reservation. * E.g., `projects/myproject/locations/US` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_BigQueryReservation_ListCapacityCommitmentsResponse */ public function listProjectsLocationsCapacityCommitments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListCapacityCommitmentsResponse"); } /** * Merges capacity commitments of the same plan into a single commitment. The * resulting capacity commitment has the greater commitment_end_time out of the * to-be-merged capacity commitments. Attempting to merge capacity commitments * of different plan will fail with the error code * `google.rpc.Code.FAILED_PRECONDITION`. (capacityCommitments.merge) * * @param string $parent Parent resource that identifies admin project and * location e.g., `projects/myproject/locations/us` * @param Google_Service_BigQueryReservation_MergeCapacityCommitmentsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function merge($parent, Google_Service_BigQueryReservation_MergeCapacityCommitmentsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('merge', array($params), "Google_Service_BigQueryReservation_CapacityCommitment"); } /** * Updates an existing capacity commitment. Only `plan` and `renewal_plan` * fields can be updated. Plan can only be changed to a plan of a longer * commitment period. Attempting to change to a plan with shorter commitment * period will fail with the error code `google.rpc.Code.FAILED_PRECONDITION`. * (capacityCommitments.patch) * * @param string $name Output only. The resource name of the capacity * commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` * @param Google_Service_BigQueryReservation_CapacityCommitment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function patch($name, Google_Service_BigQueryReservation_CapacityCommitment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigQueryReservation_CapacityCommitment"); } /** * Splits capacity commitment to two commitments of the same plan and * `commitment_end_time`. A common use case is to enable downgrading * commitments. For example, in order to downgrade from 10000 slots to 8000, you * might split a 10000 capacity commitment into commitments of 2000 and 8000. * Then, you would change the plan of the first one to `FLEX` and then delete * it. (capacityCommitments.split) * * @param string $name Required. The resource name e.g.,: * `projects/myproject/locations/US/capacityCommitments/123` * @param Google_Service_BigQueryReservation_SplitCapacityCommitmentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_SplitCapacityCommitmentResponse */ public function split($name, Google_Service_BigQueryReservation_SplitCapacityCommitmentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('split', array($params), "Google_Service_BigQueryReservation_SplitCapacityCommitmentResponse"); } } PK1 Z588}vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservationsAssignments.phpnu[ * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); * $assignments = $bigqueryreservationService->assignments; * */ class Google_Service_BigQueryReservation_Resource_ProjectsLocationsReservationsAssignments extends Google_Service_Resource { /** * Creates an assignment object which allows the given project to submit jobs of * a certain type using slots from the specified reservation. Currently a * resource (project, folder, organization) can only have one assignment per * each (job_type, location) combination, and that reservation will be used for * all jobs of the matching type. Different assignments can be created on * different levels of the projects, folders or organization hierarchy. During * query execution, the assignment is looked up at the project, folder and * organization levels in that order. The first assignment found is applied to * the query. When creating assignments, it does not matter if other assignments * exist at higher levels. Example: * The organization `organizationA` contains * two projects, `project1` and `project2`. * Assignments for all three entities * (`organizationA`, `project1`, and `project2`) could all be created and mapped * to the same or different reservations. "None" assignments represent an * absence of the assignment. Projects assigned to None use on-demand pricing. * To create a "None" assignment, use "none" as a reservation_id in the parent. * Example parent: `projects/myproject/locations/US/reservations/none`. Returns * `google.rpc.Code.PERMISSION_DENIED` if user does not have 'bigquery.admin' * permissions on the project using the reservation and the project that owns * this reservation. Returns `google.rpc.Code.INVALID_ARGUMENT` when location of * the assignment does not match location of the reservation. * (assignments.create) * * @param string $parent Required. The parent resource name of the assignment * E.g. `projects/myproject/locations/US/reservations/team1-prod` * @param Google_Service_BigQueryReservation_Assignment $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_Assignment */ public function create($parent, Google_Service_BigQueryReservation_Assignment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigQueryReservation_Assignment"); } /** * Deletes a assignment. No expansion will happen. Example: * Organization * `organizationA` contains two projects, `project1` and `project2`. * * Reservation `res1` exists and was created previously. * CreateAssignment was * used previously to define the following associations between entities and * reservations: `` and `` In this example, deletion of the `` assignment won't * affect the other assignment ``. After said deletion, queries from `project1` * will still use `res1` while queries from `project2` will switch to use on- * demand mode. (assignments.delete) * * @param string $name Required. Name of the resource, e.g. * `projects/myproject/locations/US/reservations/team1-prod/assignments/123` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_BigqueryreservationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty"); } /** * Lists assignments. Only explicitly created assignments will be returned. * Example: * Organization `organizationA` contains two projects, `project1` and * `project2`. * Reservation `res1` exists and was created previously. * * CreateAssignment was used previously to define the following associations * between entities and reservations: `` and `` In this example, ListAssignments * will just return the above two assignments for reservation `res1`, and no * expansion/merge will happen. The wildcard "-" can be used for reservations in * the request. In that case all assignments belongs to the specified project * and location will be listed. **Note** "-" cannot be used for projects nor * locations. (assignments.listProjectsLocationsReservationsAssignments) * * @param string $parent Required. The parent resource name e.g.: * `projects/myproject/locations/US/reservations/team1-prod` Or: * `projects/myproject/locations/US/reservations/-` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return per page. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_BigQueryReservation_ListAssignmentsResponse */ public function listProjectsLocationsReservationsAssignments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListAssignmentsResponse"); } /** * Moves an assignment under a new reservation. This differs from removing an * existing assignment and recreating a new one by providing a transactional * change that ensures an assignee always has an associated reservation. * (assignments.move) * * @param string $name Required. The resource name of the assignment, e.g. * `projects/myproject/locations/US/reservations/team1-prod/assignments/123` * @param Google_Service_BigQueryReservation_MoveAssignmentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_Assignment */ public function move($name, Google_Service_BigQueryReservation_MoveAssignmentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_BigQueryReservation_Assignment"); } } PK1 Z _vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.phpnu[ * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); * $operations = $bigqueryreservationService->operations; * */ class Google_Service_BigQueryReservation_Resource_Operations extends Google_Service_Resource { /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_BigqueryreservationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_BigQueryReservation_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListOperationsResponse"); } } PK1 Zrvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservations.phpnu[ * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); * $reservations = $bigqueryreservationService->reservations; * */ class Google_Service_BigQueryReservation_Resource_ProjectsLocationsReservations extends Google_Service_Resource { /** * Creates a new reservation resource. (reservations.create) * * @param string $parent Required. Project, location. E.g., * `projects/myproject/locations/US` * @param Google_Service_BigQueryReservation_Reservation $postBody * @param array $optParams Optional parameters. * * @opt_param string reservationId The reservation ID. This field must only * contain lower case alphanumeric characters or dash. Max length is 64 * characters. * @return Google_Service_BigQueryReservation_Reservation */ public function create($parent, Google_Service_BigQueryReservation_Reservation $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_BigQueryReservation_Reservation"); } /** * Deletes a reservation. Returns `google.rpc.Code.FAILED_PRECONDITION` when * reservation has assignments. (reservations.delete) * * @param string $name Required. Resource name of the reservation to retrieve. * E.g., `projects/myproject/locations/US/reservations/team1-prod` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_BigqueryreservationEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty"); } /** * Returns information about the reservation. (reservations.get) * * @param string $name Required. Resource name of the reservation to retrieve. * E.g., `projects/myproject/locations/US/reservations/team1-prod` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryReservation_Reservation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigQueryReservation_Reservation"); } /** * Lists all the reservations for the project in the specified location. * (reservations.listProjectsLocationsReservations) * * @param string $parent Required. The parent resource name containing project * and location, e.g.: `projects/myproject/locations/US` * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of items to return per page. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_BigQueryReservation_ListReservationsResponse */ public function listProjectsLocationsReservations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListReservationsResponse"); } /** * Updates an existing reservation resource. (reservations.patch) * * @param string $name The resource name of the reservation, e.g., * `projects/locations/reservations/team1-prod`. * @param Google_Service_BigQueryReservation_Reservation $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_BigQueryReservation_Reservation */ public function patch($name, Google_Service_BigQueryReservation_Reservation $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_BigQueryReservation_Reservation"); } } PK1 Z(]vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Projects.phpnu[ * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); * $projects = $bigqueryreservationService->projects; * */ class Google_Service_BigQueryReservation_Resource_Projects extends Google_Service_Resource { } PK1 ZU9 ^vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/CapacityCommitment.phpnu[commitmentEndTime = $commitmentEndTime; } public function getCommitmentEndTime() { return $this->commitmentEndTime; } public function setCommitmentStartTime($commitmentStartTime) { $this->commitmentStartTime = $commitmentStartTime; } public function getCommitmentStartTime() { return $this->commitmentStartTime; } /** * @param Google_Service_BigQueryReservation_Status */ public function setFailureStatus(Google_Service_BigQueryReservation_Status $failureStatus) { $this->failureStatus = $failureStatus; } /** * @return Google_Service_BigQueryReservation_Status */ public function getFailureStatus() { return $this->failureStatus; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlan($plan) { $this->plan = $plan; } public function getPlan() { return $this->plan; } public function setRenewalPlan($renewalPlan) { $this->renewalPlan = $renewalPlan; } public function getRenewalPlan() { return $this->renewalPlan; } public function setSlotCount($slotCount) { $this->slotCount = $slotCount; } public function getSlotCount() { return $this->slotCount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK1 ZYggevendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SearchAssignmentsResponse.phpnu[assignments = $assignments; } /** * @return Google_Service_BigQueryReservation_Assignment[] */ public function getAssignments() { return $this->assignments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z&Vjjhvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SearchAllAssignmentsResponse.phpnu[assignments = $assignments; } /** * @return Google_Service_BigQueryReservation_Assignment[] */ public function getAssignments() { return $this->assignments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZOUvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_BigQueryReservation_Status */ public function setError(Google_Service_BigQueryReservation_Status $error) { $this->error = $error; } /** * @return Google_Service_BigQueryReservation_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK1 Z8bRvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.phpnu[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; } } PK1 Z83XXbvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_BigQueryReservation_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_BigQueryReservation_Operation[] */ public function getOperations() { return $this->operations; } } PK1 ZGW dvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setIgnoreIdleSlots($ignoreIdleSlots) { $this->ignoreIdleSlots = $ignoreIdleSlots; } public function getIgnoreIdleSlots() { return $this->ignoreIdleSlots; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSlotCapacity($slotCapacity) { $this->slotCapacity = $slotCapacity; } public function getSlotCapacity() { return $this->slotCapacity; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Zkvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/MergeCapacityCommitmentsRequest.phpnu[capacityCommitmentIds = $capacityCommitmentIds; } public function getCapacityCommitmentIds() { return $this->capacityCommitmentIds; } } PK1 Zfgiijvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SplitCapacityCommitmentRequest.phpnu[slotCount = $slotCount; } public function getSlotCount() { return $this->slotCount; } } PK1 Z++^vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.phpnu[column = $column; } /** * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec */ public function getColumn() { return $this->column; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } } PK1 Zēcvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.phpnu[availabilities = $availabilities; } /** * @return Google_Service_Doubleclicksearch_Availability[] */ public function getAvailabilities() { return $this->availabilities; } } PK1 Z$]2Uvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumn.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setSavedColumnName($savedColumnName) { $this->savedColumnName = $savedColumnName; } public function getSavedColumnName() { return $this->savedColumnName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Z)`vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestTimeRange.phpnu[changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp; } public function getChangedAttributesSinceTimestamp() { return $this->changedAttributesSinceTimestamp; } public function setChangedMetricsSinceTimestamp($changedMetricsSinceTimestamp) { $this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp; } public function getChangedMetricsSinceTimestamp() { return $this->changedMetricsSinceTimestamp; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK1 Z( ]vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.phpnu[columnName = $columnName; } public function getColumnName() { return $this->columnName; } public function setCustomDimensionName($customDimensionName) { $this->customDimensionName = $customDimensionName; } public function getCustomDimensionName() { return $this->customDimensionName; } public function setCustomMetricName($customMetricName) { $this->customMetricName = $customMetricName; } public function getCustomMetricName() { return $this->customMetricName; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setGroupByColumn($groupByColumn) { $this->groupByColumn = $groupByColumn; } public function getGroupByColumn() { return $this->groupByColumn; } public function setHeaderText($headerText) { $this->headerText = $headerText; } public function getHeaderText() { return $this->headerText; } public function setPlatformSource($platformSource) { $this->platformSource = $platformSource; } public function getPlatformSource() { return $this->platformSource; } public function setProductReportPerspective($productReportPerspective) { $this->productReportPerspective = $productReportPerspective; } public function getProductReportPerspective() { return $this->productReportPerspective; } public function setSavedColumnName($savedColumnName) { $this->savedColumnName = $savedColumnName; } public function getSavedColumnName() { return $this->savedColumnName; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK1 Z-}{^vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.phpnu[column = $column; } /** * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec */ public function getColumn() { return $this->column; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK1 ZUYvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumnList.phpnu[items = $items; } /** * @return Google_Service_Doubleclicksearch_SavedColumn[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 Zp Zvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Reports.phpnu[ * $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); * $reports = $doubleclicksearchService->reports; * */ class Google_Service_Doubleclicksearch_Resource_Reports extends Google_Service_Resource { /** * Generates and returns a report immediately. (reports.generate) * * @param Google_Service_Doubleclicksearch_ReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_Report */ public function generate(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report"); } /** * Polls for the status of a report request. (reports.get) * * @param string $reportId ID of the report request being polled. * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_Report */ public function get($reportId, $optParams = array()) { $params = array('reportId' => $reportId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report"); } /** * Downloads a report file encoded in UTF-8. (reports.getFile) * * @param string $reportId ID of the report. * @param int $reportFragment The index of the report fragment to download. * @param array $optParams Optional parameters. */ public function getFile($reportId, $reportFragment, $optParams = array()) { $params = array('reportId' => $reportId, 'reportFragment' => $reportFragment); $params = array_merge($params, $optParams); return $this->call('getFile', array($params)); } /** * Inserts a report request into the reporting system. (reports.request) * * @param Google_Service_Doubleclicksearch_ReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_Report */ public function request(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('request', array($params), "Google_Service_Doubleclicksearch_Report"); } } PK1 ZW5Ϟ]vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Conversion.phpnu[ * $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); * $conversion = $doubleclicksearchService->conversion; * */ class Google_Service_Doubleclicksearch_Resource_Conversion extends Google_Service_Resource { /** * Retrieves a list of conversions from a DoubleClick Search engine account. * (conversion.get) * * @param string $agencyId Numeric ID of the agency. * @param string $advertiserId Numeric ID of the advertiser. * @param string $engineAccountId Numeric ID of the engine account. * @param int $endDate Last date (inclusive) on which to retrieve conversions. * Format is yyyymmdd. * @param int $rowCount The number of conversions to return per call. * @param int $startDate First date (inclusive) on which to retrieve * conversions. Format is yyyymmdd. * @param string $startRow The 0-based starting index for retrieving conversions * results. * @param array $optParams Optional parameters. * * @opt_param string adGroupId Numeric ID of the ad group. * @opt_param string adId Numeric ID of the ad. * @opt_param string campaignId Numeric ID of the campaign. * @opt_param string criterionId Numeric ID of the criterion. * @return Google_Service_Doubleclicksearch_ConversionList */ public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $startRow, $optParams = array()) { $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId, 'engineAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList"); } /** * Inserts a batch of new conversions into DoubleClick Search. * (conversion.insert) * * @param Google_Service_Doubleclicksearch_ConversionList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_ConversionList */ public function insert(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList"); } /** * Updates a batch of conversions in DoubleClick Search. (conversion.update) * * @param Google_Service_Doubleclicksearch_ConversionList $postBody * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_ConversionList */ public function update(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList"); } /** * Updates the availabilities of a batch of floodlight activities in DoubleClick * Search. (conversion.updateAvailability) * * @param Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_UpdateAvailabilityResponse */ public function updateAvailability(Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateAvailability', array($params), "Google_Service_Doubleclicksearch_UpdateAvailabilityResponse"); } } PK1 ZE66_vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/SavedColumns.phpnu[ * $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); * $savedColumns = $doubleclicksearchService->savedColumns; * */ class Google_Service_Doubleclicksearch_Resource_SavedColumns extends Google_Service_Resource { /** * Retrieve the list of saved columns for a specified advertiser. * (savedColumns.listSavedColumns) * * @param string $agencyId DS ID of the agency. * @param string $advertiserId DS ID of the advertiser. * @param array $optParams Optional parameters. * @return Google_Service_Doubleclicksearch_SavedColumnList */ public function listSavedColumns($agencyId, $advertiserId, $optParams = array()) { $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Doubleclicksearch_SavedColumnList"); } } PK1 Z=Yvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 Z  Pvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Report.phpnu[files = $files; } /** * @return Google_Service_Doubleclicksearch_ReportFiles[] */ public function getFiles() { return $this->files; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsReportReady($isReportReady) { $this->isReportReady = $isReportReady; } public function getIsReportReady() { return $this->isReportReady; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Doubleclicksearch_ReportRequest */ public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $request) { $this->request = $request; } /** * @return Google_Service_Doubleclicksearch_ReportRequest */ public function getRequest() { return $this->request; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setStatisticsCurrencyCode($statisticsCurrencyCode) { $this->statisticsCurrencyCode = $statisticsCurrencyCode; } public function getStatisticsCurrencyCode() { return $this->statisticsCurrencyCode; } public function setStatisticsTimeZone($statisticsTimeZone) { $this->statisticsTimeZone = $statisticsTimeZone; } public function getStatisticsTimeZone() { return $this->statisticsTimeZone; } } PK1 ZkUvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportFiles.phpnu[byteCount = $byteCount; } public function getByteCount() { return $this->byteCount; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK1 Z$dvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.phpnu[availabilities = $availabilities; } /** * @return Google_Service_Doubleclicksearch_Availability[] */ public function getAvailabilities() { return $this->availabilities; } } PK1 Z͡p\  Xvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.phpnu[conversion = $conversion; } /** * @return Google_Service_Doubleclicksearch_Conversion[] */ public function getConversion() { return $this->conversion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK1 ZVvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomMetric.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 ZٴTAbvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.phpnu[adGroupId = $adGroupId; } public function getAdGroupId() { return $this->adGroupId; } public function setAdId($adId) { $this->adId = $adId; } public function getAdId() { return $this->adId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setEngineAccountId($engineAccountId) { $this->engineAccountId = $engineAccountId; } public function getEngineAccountId() { return $this->engineAccountId; } public function setKeywordId($keywordId) { $this->keywordId = $keywordId; } public function getKeywordId() { return $this->keywordId; } } PK1 ZoTvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Conversion.phpnu[adGroupId = $adGroupId; } public function getAdGroupId() { return $this->adGroupId; } public function setAdId($adId) { $this->adId = $adId; } public function getAdId() { return $this->adId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setAttributionModel($attributionModel) { $this->attributionModel = $attributionModel; } public function getAttributionModel() { return $this->attributionModel; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setChannel($channel) { $this->channel = $channel; } public function getChannel() { return $this->channel; } public function setClickId($clickId) { $this->clickId = $clickId; } public function getClickId() { return $this->clickId; } public function setConversionId($conversionId) { $this->conversionId = $conversionId; } public function getConversionId() { return $this->conversionId; } public function setConversionModifiedTimestamp($conversionModifiedTimestamp) { $this->conversionModifiedTimestamp = $conversionModifiedTimestamp; } public function getConversionModifiedTimestamp() { return $this->conversionModifiedTimestamp; } public function setConversionTimestamp($conversionTimestamp) { $this->conversionTimestamp = $conversionTimestamp; } public function getConversionTimestamp() { return $this->conversionTimestamp; } public function setCountMillis($countMillis) { $this->countMillis = $countMillis; } public function getCountMillis() { return $this->countMillis; } public function setCriterionId($criterionId) { $this->criterionId = $criterionId; } public function getCriterionId() { return $this->criterionId; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } /** * @param Google_Service_Doubleclicksearch_CustomDimension[] */ public function setCustomDimension($customDimension) { $this->customDimension = $customDimension; } /** * @return Google_Service_Doubleclicksearch_CustomDimension[] */ public function getCustomDimension() { return $this->customDimension; } /** * @param Google_Service_Doubleclicksearch_CustomMetric[] */ public function setCustomMetric($customMetric) { $this->customMetric = $customMetric; } /** * @return Google_Service_Doubleclicksearch_CustomMetric[] */ public function getCustomMetric() { return $this->customMetric; } public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setDsConversionId($dsConversionId) { $this->dsConversionId = $dsConversionId; } public function getDsConversionId() { return $this->dsConversionId; } public function setEngineAccountId($engineAccountId) { $this->engineAccountId = $engineAccountId; } public function getEngineAccountId() { return $this->engineAccountId; } public function setFloodlightOrderId($floodlightOrderId) { $this->floodlightOrderId = $floodlightOrderId; } public function getFloodlightOrderId() { return $this->floodlightOrderId; } public function setInventoryAccountId($inventoryAccountId) { $this->inventoryAccountId = $inventoryAccountId; } public function getInventoryAccountId() { return $this->inventoryAccountId; } public function setProductCountry($productCountry) { $this->productCountry = $productCountry; } public function getProductCountry() { return $this->productCountry; } public function setProductGroupId($productGroupId) { $this->productGroupId = $productGroupId; } public function getProductGroupId() { return $this->productGroupId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setProductLanguage($productLanguage) { $this->productLanguage = $productLanguage; } public function getProductLanguage() { return $this->productLanguage; } public function setQuantityMillis($quantityMillis) { $this->quantityMillis = $quantityMillis; } public function getQuantityMillis() { return $this->quantityMillis; } public function setRevenueMicros($revenueMicros) { $this->revenueMicros = $revenueMicros; } public function getRevenueMicros() { return $this->revenueMicros; } public function setSegmentationId($segmentationId) { $this->segmentationId = $segmentationId; } public function getSegmentationId() { return $this->segmentationId; } public function setSegmentationName($segmentationName) { $this->segmentationName = $segmentationName; } public function getSegmentationName() { return $this->segmentationName; } public function setSegmentationType($segmentationType) { $this->segmentationType = $segmentationType; } public function getSegmentationType() { return $this->segmentationType; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStoreId($storeId) { $this->storeId = $storeId; } public function getStoreId() { return $this->storeId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZoVvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Availability.phpnu[advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setAvailabilityTimestamp($availabilityTimestamp) { $this->availabilityTimestamp = $availabilityTimestamp; } public function getAvailabilityTimestamp() { return $this->availabilityTimestamp; } public function setSegmentationId($segmentationId) { $this->segmentationId = $segmentationId; } public function getSegmentationId() { return $this->segmentationId; } public function setSegmentationName($segmentationName) { $this->segmentationName = $segmentationName; } public function getSegmentationName() { return $this->segmentationName; } public function setSegmentationType($segmentationType) { $this->segmentationType = $segmentationType; } public function getSegmentationType() { return $this->segmentationType; } } PK1 ZZ1RWvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequest.phpnu[columns = $columns; } /** * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec[] */ public function getColumns() { return $this->columns; } public function setDownloadFormat($downloadFormat) { $this->downloadFormat = $downloadFormat; } public function getDownloadFormat() { return $this->downloadFormat; } /** * @param Google_Service_Doubleclicksearch_ReportRequestFilters[] */ public function setFilters($filters) { $this->filters = $filters; } /** * @return Google_Service_Doubleclicksearch_ReportRequestFilters[] */ public function getFilters() { return $this->filters; } public function setIncludeDeletedEntities($includeDeletedEntities) { $this->includeDeletedEntities = $includeDeletedEntities; } public function getIncludeDeletedEntities() { return $this->includeDeletedEntities; } public function setIncludeRemovedEntities($includeRemovedEntities) { $this->includeRemovedEntities = $includeRemovedEntities; } public function getIncludeRemovedEntities() { return $this->includeRemovedEntities; } public function setMaxRowsPerFile($maxRowsPerFile) { $this->maxRowsPerFile = $maxRowsPerFile; } public function getMaxRowsPerFile() { return $this->maxRowsPerFile; } /** * @param Google_Service_Doubleclicksearch_ReportRequestOrderBy[] */ public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } /** * @return Google_Service_Doubleclicksearch_ReportRequestOrderBy[] */ public function getOrderBy() { return $this->orderBy; } /** * @param Google_Service_Doubleclicksearch_ReportRequestReportScope */ public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope) { $this->reportScope = $reportScope; } /** * @return Google_Service_Doubleclicksearch_ReportRequestReportScope */ public function getReportScope() { return $this->reportScope; } public function setReportType($reportType) { $this->reportType = $reportType; } public function getReportType() { return $this->reportType; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } public function setStartRow($startRow) { $this->startRow = $startRow; } public function getStartRow() { return $this->startRow; } public function setStatisticsCurrency($statisticsCurrency) { $this->statisticsCurrency = $statisticsCurrency; } public function getStatisticsCurrency() { return $this->statisticsCurrency; } /** * @param Google_Service_Doubleclicksearch_ReportRequestTimeRange */ public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange) { $this->timeRange = $timeRange; } /** * @return Google_Service_Doubleclicksearch_ReportRequestTimeRange */ public function getTimeRange() { return $this->timeRange; } public function setVerifySingleTimeZone($verifySingleTimeZone) { $this->verifySingleTimeZone = $verifySingleTimeZone; } public function getVerifySingleTimeZone() { return $this->verifySingleTimeZone; } } PK1 Z˵Rvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Proposal.phpnu[billedBuyer = $billedBuyer; } /** * @return Google_Service_AdExchangeBuyerII_Buyer */ public function getBilledBuyer() { return $this->billedBuyer; } /** * @param Google_Service_AdExchangeBuyerII_Buyer */ public function setBuyer(Google_Service_AdExchangeBuyerII_Buyer $buyer) { $this->buyer = $buyer; } /** * @return Google_Service_AdExchangeBuyerII_Buyer */ public function getBuyer() { return $this->buyer; } /** * @param Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function setBuyerContacts($buyerContacts) { $this->buyerContacts = $buyerContacts; } /** * @return Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function getBuyerContacts() { return $this->buyerContacts; } /** * @param Google_Service_AdExchangeBuyerII_PrivateData */ public function setBuyerPrivateData(Google_Service_AdExchangeBuyerII_PrivateData $buyerPrivateData) { $this->buyerPrivateData = $buyerPrivateData; } /** * @return Google_Service_AdExchangeBuyerII_PrivateData */ public function getBuyerPrivateData() { return $this->buyerPrivateData; } /** * @param Google_Service_AdExchangeBuyerII_Deal[] */ public function setDeals($deals) { $this->deals = $deals; } /** * @return Google_Service_AdExchangeBuyerII_Deal[] */ public function getDeals() { return $this->deals; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIsRenegotiating($isRenegotiating) { $this->isRenegotiating = $isRenegotiating; } public function getIsRenegotiating() { return $this->isRenegotiating; } public function setIsSetupComplete($isSetupComplete) { $this->isSetupComplete = $isSetupComplete; } public function getIsSetupComplete() { return $this->isSetupComplete; } public function setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole) { $this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole; } public function getLastUpdaterOrCommentorRole() { return $this->lastUpdaterOrCommentorRole; } /** * @param Google_Service_AdExchangeBuyerII_Note[] */ public function setNotes($notes) { $this->notes = $notes; } /** * @return Google_Service_AdExchangeBuyerII_Note[] */ public function getNotes() { return $this->notes; } public function setOriginatorRole($originatorRole) { $this->originatorRole = $originatorRole; } public function getOriginatorRole() { return $this->originatorRole; } public function setPrivateAuctionId($privateAuctionId) { $this->privateAuctionId = $privateAuctionId; } public function getPrivateAuctionId() { return $this->privateAuctionId; } public function setProposalId($proposalId) { $this->proposalId = $proposalId; } public function getProposalId() { return $this->proposalId; } public function setProposalRevision($proposalRevision) { $this->proposalRevision = $proposalRevision; } public function getProposalRevision() { return $this->proposalRevision; } public function setProposalState($proposalState) { $this->proposalState = $proposalState; } public function getProposalState() { return $this->proposalState; } /** * @param Google_Service_AdExchangeBuyerII_Seller */ public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyerII_Seller */ public function getSeller() { return $this->seller; } /** * @param Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function setSellerContacts($sellerContacts) { $this->sellerContacts = $sellerContacts; } /** * @return Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function getSellerContacts() { return $this->sellerContacts; } public function setTermsAndConditions($termsAndConditions) { $this->termsAndConditions = $termsAndConditions; } public function getTermsAndConditions() { return $this->termsAndConditions; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK1 Z~"wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByCreativeResponse.phpnu[filteredBidCreativeRows = $filteredBidCreativeRows; } /** * @return Google_Service_AdExchangeBuyerII_FilteredBidCreativeRow[] */ public function getFilteredBidCreativeRows() { return $this->filteredBidCreativeRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZS'3fvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RemoveDealAssociationRequest.phpnu[association = $association; } /** * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation */ public function getAssociation() { return $this->association; } } PK1 Zu[Uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MetricValue.phpnu[value = $value; } public function getValue() { return $this->value; } public function setVariance($variance) { $this->variance = $variance; } public function getVariance() { return $this->variance; } } PK1 Z떼Qvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPart.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } /** * @param Google_Service_AdExchangeBuyerII_TimeOfDay */ public function setEndTime(Google_Service_AdExchangeBuyerII_TimeOfDay $endTime) { $this->endTime = $endTime; } /** * @return Google_Service_AdExchangeBuyerII_TimeOfDay */ public function getEndTime() { return $this->endTime; } /** * @param Google_Service_AdExchangeBuyerII_TimeOfDay */ public function setStartTime(Google_Service_AdExchangeBuyerII_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_AdExchangeBuyerII_TimeOfDay */ public function getStartTime() { return $this->startTime; } } PK1 Z}(-{{Tvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AppContext.phpnu[appTypes = $appTypes; } public function getAppTypes() { return $this->appTypes; } } PK1 ZxIXcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedAuctionTerms.phpnu[autoOptimizePrivateAuction = $autoOptimizePrivateAuction; } public function getAutoOptimizePrivateAuction() { return $this->autoOptimizePrivateAuction; } /** * @param Google_Service_AdExchangeBuyerII_PricePerBuyer[] */ public function setReservePricesPerBuyer($reservePricesPerBuyer) { $this->reservePricesPerBuyer = $reservePricesPerBuyer; } /** * @return Google_Service_AdExchangeBuyerII_PricePerBuyer[] */ public function getReservePricesPerBuyer() { return $this->reservePricesPerBuyer; } } PK1 Z/PFFNvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK1 ZGwNvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Note.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreatorRole($creatorRole) { $this->creatorRole = $creatorRole; } public function getCreatorRole() { return $this->creatorRole; } public function setNote($note) { $this->note = $note; } public function getNote() { return $this->note; } public function setNoteId($noteId) { $this->noteId = $noteId; } public function getNoteId() { return $this->noteId; } public function setProposalRevision($proposalRevision) { $this->proposalRevision = $proposalRevision; } public function getProposalRevision() { return $this->proposalRevision; } } PK1 Z,NyyPvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdSize.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setSizeType($sizeType) { $this->sizeType = $sizeType; } public function getSizeType() { return $this->sizeType; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK1 Z̨Ueemvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponsesWithoutBidsResponse.phpnu[bidResponseWithoutBidsStatusRows = $bidResponseWithoutBidsStatusRows; } /** * @return Google_Service_AdExchangeBuyerII_BidResponseWithoutBidsStatusRow[] */ public function getBidResponseWithoutBidsStatusRows() { return $this->bidResponseWithoutBidsStatusRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZLȕSvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilterSet.phpnu[absoluteDateRange = $absoluteDateRange; } /** * @return Google_Service_AdExchangeBuyerII_AbsoluteDateRange */ public function getAbsoluteDateRange() { return $this->absoluteDateRange; } public function setBreakdownDimensions($breakdownDimensions) { $this->breakdownDimensions = $breakdownDimensions; } public function getBreakdownDimensions() { return $this->breakdownDimensions; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setFormats($formats) { $this->formats = $formats; } public function getFormats() { return $this->formats; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlatforms($platforms) { $this->platforms = $platforms; } public function getPlatforms() { return $this->platforms; } public function setPublisherIdentifiers($publisherIdentifiers) { $this->publisherIdentifiers = $publisherIdentifiers; } public function getPublisherIdentifiers() { return $this->publisherIdentifiers; } /** * @param Google_Service_AdExchangeBuyerII_RealtimeTimeRange */ public function setRealtimeTimeRange(Google_Service_AdExchangeBuyerII_RealtimeTimeRange $realtimeTimeRange) { $this->realtimeTimeRange = $realtimeTimeRange; } /** * @return Google_Service_AdExchangeBuyerII_RealtimeTimeRange */ public function getRealtimeTimeRange() { return $this->realtimeTimeRange; } /** * @param Google_Service_AdExchangeBuyerII_RelativeDateRange */ public function setRelativeDateRange(Google_Service_AdExchangeBuyerII_RelativeDateRange $relativeDateRange) { $this->relativeDateRange = $relativeDateRange; } /** * @return Google_Service_AdExchangeBuyerII_RelativeDateRange */ public function getRelativeDateRange() { return $this->relativeDateRange; } public function setSellerNetworkIds($sellerNetworkIds) { $this->sellerNetworkIds = $sellerNetworkIds; } public function getSellerNetworkIds() { return $this->sellerNetworkIds; } public function setTimeSeriesGranularity($timeSeriesGranularity) { $this->timeSeriesGranularity = $timeSeriesGranularity; } public function getTimeSeriesGranularity() { return $this->timeSeriesGranularity; } } PK1 Z~5^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidDetailRow.phpnu[bidCount = $bidCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidCount() { return $this->bidCount; } public function setDetail($detail) { $this->detail = $detail; } public function getDetail() { return $this->detail; } public function setDetailId($detailId) { $this->detailId = $detailId; } public function getDetailId() { return $this->detailId; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } } PK1 Zvزevendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.phpnu[geoCriteriaIds = $geoCriteriaIds; } public function getGeoCriteriaIds() { return $this->geoCriteriaIds; } } PK1 Z=xUVvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FrequencyCap.phpnu[maxImpressions = $maxImpressions; } public function getMaxImpressions() { return $this->maxImpressions; } public function setNumTimeUnits($numTimeUnits) { $this->numTimeUnits = $numTimeUnits; } public function getNumTimeUnits() { return $this->numTimeUnits; } public function setTimeUnitType($timeUnitType) { $this->timeUnitType = $timeUnitType; } public function getTimeUnitType() { return $this->timeUnitType; } } PK1 ZT`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListLosingBidsResponse.phpnu[creativeStatusRows = $creativeStatusRows; } /** * @return Google_Service_AdExchangeBuyerII_CreativeStatusRow[] */ public function getCreativeStatusRows() { return $this->creativeStatusRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZZцySvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealTerms.phpnu[brandingType = $brandingType; } public function getBrandingType() { return $this->brandingType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_AdExchangeBuyerII_Price */ public function setEstimatedGrossSpend(Google_Service_AdExchangeBuyerII_Price $estimatedGrossSpend) { $this->estimatedGrossSpend = $estimatedGrossSpend; } /** * @return Google_Service_AdExchangeBuyerII_Price */ public function getEstimatedGrossSpend() { return $this->estimatedGrossSpend; } public function setEstimatedImpressionsPerDay($estimatedImpressionsPerDay) { $this->estimatedImpressionsPerDay = $estimatedImpressionsPerDay; } public function getEstimatedImpressionsPerDay() { return $this->estimatedImpressionsPerDay; } /** * @param Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms */ public function setGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms $guaranteedFixedPriceTerms) { $this->guaranteedFixedPriceTerms = $guaranteedFixedPriceTerms; } /** * @return Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms */ public function getGuaranteedFixedPriceTerms() { return $this->guaranteedFixedPriceTerms; } /** * @param Google_Service_AdExchangeBuyerII_NonGuaranteedAuctionTerms */ public function setNonGuaranteedAuctionTerms(Google_Service_AdExchangeBuyerII_NonGuaranteedAuctionTerms $nonGuaranteedAuctionTerms) { $this->nonGuaranteedAuctionTerms = $nonGuaranteedAuctionTerms; } /** * @return Google_Service_AdExchangeBuyerII_NonGuaranteedAuctionTerms */ public function getNonGuaranteedAuctionTerms() { return $this->nonGuaranteedAuctionTerms; } /** * @param Google_Service_AdExchangeBuyerII_NonGuaranteedFixedPriceTerms */ public function setNonGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyerII_NonGuaranteedFixedPriceTerms $nonGuaranteedFixedPriceTerms) { $this->nonGuaranteedFixedPriceTerms = $nonGuaranteedFixedPriceTerms; } /** * @return Google_Service_AdExchangeBuyerII_NonGuaranteedFixedPriceTerms */ public function getNonGuaranteedFixedPriceTerms() { return $this->nonGuaranteedFixedPriceTerms; } public function setSellerTimeZone($sellerTimeZone) { $this->sellerTimeZone = $sellerTimeZone; } public function getSellerTimeZone() { return $this->sellerTimeZone; } } PK1 Z+'Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/SecurityContext.phpnu[securities = $securities; } public function getSecurities() { return $this->securities; } } PK1 Z77[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeStatusRow.phpnu[bidCount = $bidCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidCount() { return $this->bidCount; } public function setCreativeStatusId($creativeStatusId) { $this->creativeStatusId = $creativeStatusId; } public function getCreativeStatusId() { return $this->creativeStatusId; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } } PK1 Zg|L`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidCreativeRow.phpnu[bidCount = $bidCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidCount() { return $this->bidCount; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } } PK1 Z8[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AbsoluteDateRange.phpnu[endDate = $endDate; } /** * @return Google_Service_AdExchangeBuyerII_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_AdExchangeBuyerII_Date */ public function setStartDate(Google_Service_AdExchangeBuyerII_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_AdExchangeBuyerII_Date */ public function getStartDate() { return $this->startDate; } } PK1 Zû:v_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSpecification.phpnu[creativeCompanionSizes = $creativeCompanionSizes; } /** * @return Google_Service_AdExchangeBuyerII_AdSize[] */ public function getCreativeCompanionSizes() { return $this->creativeCompanionSizes; } /** * @param Google_Service_AdExchangeBuyerII_AdSize */ public function setCreativeSize(Google_Service_AdExchangeBuyerII_AdSize $creativeSize) { $this->creativeSize = $creativeSize; } /** * @return Google_Service_AdExchangeBuyerII_AdSize */ public function getCreativeSize() { return $this->creativeSize; } } PK1 ZMc)Vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeInterval.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK1 Z]`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidMetricsResponse.phpnu[bidMetricsRows = $bidMetricsRows; } /** * @return Google_Service_AdExchangeBuyerII_BidMetricsRow[] */ public function getBidMetricsRows() { return $this->bidMetricsRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZfWݍOvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK1 Z&bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/OperatingSystemTargeting.phpnu[operatingSystemCriteria = $operatingSystemCriteria; } /** * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function getOperatingSystemCriteria() { return $this->operatingSystemCriteria; } /** * @param Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function setOperatingSystemVersionCriteria(Google_Service_AdExchangeBuyerII_CriteriaTargeting $operatingSystemVersionCriteria) { $this->operatingSystemVersionCriteria = $operatingSystemVersionCriteria; } /** * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function getOperatingSystemVersionCriteria() { return $this->operatingSystemVersionCriteria; } } PK1 Zl3[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingCriteria.phpnu[exclusions = $exclusions; } /** * @return Google_Service_AdExchangeBuyerII_TargetingValue[] */ public function getExclusions() { return $this->exclusions; } /** * @param Google_Service_AdExchangeBuyerII_TargetingValue[] */ public function setInclusions($inclusions) { $this->inclusions = $inclusions; } /** * @return Google_Service_AdExchangeBuyerII_TargetingValue[] */ public function getInclusions() { return $this->inclusions; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK1 ZdۍXivendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidRequestsResponse.phpnu[calloutStatusRows = $calloutStatusRows; } /** * @return Google_Service_AdExchangeBuyerII_CalloutStatusRow[] */ public function getCalloutStatusRows() { return $this->calloutStatusRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZQ ))]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.phpnu[clients = $clients; } /** * @return Google_Service_AdExchangeBuyerII_Client[] */ public function getClients() { return $this->clients; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zw7CbbUvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PrivateData.phpnu[referenceId = $referenceId; } public function getReferenceId() { return $this->referenceId; } } PK1 ZZAA^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.phpnu[topic = $topic; } public function getTopic() { return $this->topic; } } PK1 Z:kvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfileMobileApplication.phpnu[appStore = $appStore; } public function getAppStore() { return $this->appStore; } public function setExternalAppId($externalAppId) { $this->externalAppId = $externalAppId; } public function getExternalAppId() { return $this->externalAppId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 ZHCC_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProposalsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AdExchangeBuyerII_Proposal[] */ public function setProposals($proposals) { $this->proposals = $proposals; } /** * @return Google_Service_AdExchangeBuyerII_Proposal[] */ public function getProposals() { return $this->proposals; } } PK1 ZQa`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/InventorySizeTargeting.phpnu[excludedInventorySizes = $excludedInventorySizes; } /** * @return Google_Service_AdExchangeBuyerII_AdSize[] */ public function getExcludedInventorySizes() { return $this->excludedInventorySizes; } /** * @param Google_Service_AdExchangeBuyerII_AdSize[] */ public function setTargetedInventorySizes($targetedInventorySizes) { $this->targetedInventorySizes = $targetedInventorySizes; } /** * @return Google_Service_AdExchangeBuyerII_AdSize[] */ public function getTargetedInventorySizes() { return $this->targetedInventorySizes; } } PK1 Z@wwUvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK1 ZH^hvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonBillableWinningBidStatusRow.phpnu[bidCount = $bidCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidCount() { return $this->bidCount; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK1 Z&ǮXvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoTargeting.phpnu[excludedPositionTypes = $excludedPositionTypes; } public function getExcludedPositionTypes() { return $this->excludedPositionTypes; } public function setTargetedPositionTypes($targetedPositionTypes) { $this->targetedPositionTypes = $targetedPositionTypes; } public function getTargetedPositionTypes() { return $this->targetedPositionTypes; } } PK1 Zm6bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CancelNegotiationRequest.phpnu[association = $association; } /** * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation */ public function getAssociation() { return $this->association; } } PK1 ZI''[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RelativeDateRange.phpnu[durationDays = $durationDays; } public function getDurationDays() { return $this->durationDays; } public function setOffsetDays($offsetDays) { $this->offsetDays = $offsetDays; } public function getOffsetDays() { return $this->offsetDays; } } PK1 ZÛJJTvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.phpnu[clientAccountId = $clientAccountId; } public function getClientAccountId() { return $this->clientAccountId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK1 ZPP`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilterSetsResponse.phpnu[filterSets = $filterSets; } /** * @return Google_Service_AdExchangeBuyerII_FilterSet[] */ public function getFilterSets() { return $this->filterSets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZH-,,dvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MobileApplicationTargeting.phpnu[firstPartyTargeting = $firstPartyTargeting; } /** * @return Google_Service_AdExchangeBuyerII_FirstPartyMobileApplicationTargeting */ public function getFirstPartyTargeting() { return $this->firstPartyTargeting; } } PK1 Z[CC_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.phpnu[creatives = $creatives; } /** * @return Google_Service_AdExchangeBuyerII_Creative[] */ public function getCreatives() { return $this->creatives; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZCYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.phpnu[platforms = $platforms; } public function getPlatforms() { return $this->platforms; } } PK1 Zba a vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponsesWithoutBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidResponsesWithoutBids = $adexchangebuyer2Service->bidResponsesWithoutBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponsesWithoutBids extends Google_Service_Resource { /** * List all reasons for which bid responses were considered to have no * applicable bids, with the number of bid responses affected for each reason. ( * bidResponsesWithoutBids.listBiddersAccountsFilterSetsBidResponsesWithoutBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous * call to the bidResponsesWithoutBids.list method. * @return Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse */ public function listBiddersAccountsFilterSetsBidResponsesWithoutBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse"); } } PK1 Z xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $filteredBids = $adexchangebuyer2Service->filteredBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBids extends Google_Service_Resource { /** * List all reasons for which bids were filtered, with the number of bids * filtered for each reason. * (filteredBids.listBiddersAccountsFilterSetsFilteredBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListFilteredBidsResponse.nextPageToken returned from the previous call to the * filteredBids.list method. * @return Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse */ public function listBiddersAccountsFilterSetsFilteredBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse"); } } PK1 ZKKdvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSets.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $filterSets = $adexchangebuyer2Service->filterSets; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSets extends Google_Service_Resource { /** * Creates the specified filter set for the account with the given account ID. * (filterSets.create) * * @param string $ownerName Name of the owner (bidder or account) of the filter * set to be created. For example: - For a bidder-level filter set for bidder * 123: `bidders/123` - For an account-level filter set for the buyer account * representing bidder 123: `bidders/123/accounts/123` - For an account-level * filter set for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456` * @param Google_Service_AdExchangeBuyerII_FilterSet $postBody * @param array $optParams Optional parameters. * * @opt_param bool isTransient Whether the filter set is transient, or should be * persisted indefinitely. By default, filter sets are not transient. If * transient, it will be available for at least 1 hour after creation. * @return Google_Service_AdExchangeBuyerII_FilterSet */ public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParams = array()) { $params = array('ownerName' => $ownerName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); } /** * Deletes the requested filter set from the account with the given account ID. * (filterSets.delete) * * @param string $name Full name of the resource to delete. For example: - For a * bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an * account-level filter set for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); } /** * Retrieves the requested filter set for the account with the given account ID. * (filterSets.get) * * @param string $name Full name of the resource being requested. For example: - * For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - * For an account-level filter set for the buyer account representing bidder * 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter * set for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_FilterSet */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); } /** * Lists all filter sets for the account with the given account ID. * (filterSets.listBiddersFilterSets) * * @param string $ownerName Name of the owner (bidder or account) of the filter * sets to be listed. For example: - For a bidder-level filter set for bidder * 123: `bidders/123` - For an account-level filter set for the buyer account * representing bidder 123: `bidders/123/accounts/123` - For an account-level * filter set for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListFilterSetsResponse.nextPageToken returned from the previous call to the * accounts.filterSets.list method. * @return Google_Service_AdExchangeBuyerII_ListFilterSetsResponse */ public function listBiddersFilterSets($ownerName, $optParams = array()) { $params = array('ownerName' => $ownerName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilterSetsResponse"); } } PK1 Z1` vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsDetails.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $details = $adexchangebuyer2Service->details; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsDetails extends Google_Service_Resource { /** * List all details associated with a specific reason for which bids were * filtered, with the number of bids filtered for each detail. * (details.listBiddersAccountsFilterSetsFilteredBidsDetails) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param int $creativeStatusId The ID of the creative status for which to * retrieve a breakdown by detail. See [creative-status- * codes](https://developers.google.com/authorized-buyers/rtb/downloads * /creative-status-codes). Details are only available for statuses 10, 14, 15, * 17, 18, 19, 86, and 87. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativeStatusBreakdownByDetailResponse.nextPageToken returned from the * previous call to the filteredBids.details.list method. * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse */ public function listBiddersAccountsFilterSetsFilteredBidsDetails($filterSetName, $creativeStatusId, $optParams = array()) { $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse"); } } PK1 ZH H {vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponsesWithoutBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidResponsesWithoutBids = $adexchangebuyer2Service->bidResponsesWithoutBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponsesWithoutBids extends Google_Service_Resource { /** * List all reasons for which bid responses were considered to have no * applicable bids, with the number of bid responses affected for each reason. * (bidResponsesWithoutBids.listBiddersFilterSetsBidResponsesWithoutBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous * call to the bidResponsesWithoutBids.list method. * @return Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse */ public function listBiddersFilterSetsBidResponsesWithoutBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse"); } } PK1 Zrp= ..dvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProposals.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $proposals = $adexchangebuyer2Service->proposals; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsProposals extends Google_Service_Resource { /** * Mark the proposal as accepted at the given revision number. If the number * does not match the server's revision number an `ABORTED` error message will * be returned. This call updates the proposal_state from `PROPOSED` to * `BUYER_ACCEPTED`, or from `SELLER_ACCEPTED` to `FINALIZED`. Upon calling this * endpoint, the buyer implicitly agrees to the terms and conditions optionally * set within the proposal by the publisher. (proposals.accept) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The ID of the proposal to accept. * @param Google_Service_AdExchangeBuyerII_AcceptProposalRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function accept($accountId, $proposalId, Google_Service_AdExchangeBuyerII_AcceptProposalRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('accept', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * Create a new note and attach it to the proposal. The note is assigned a * unique ID by the server. The proposal revision number will not increase when * associated with a new note. (proposals.addNote) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The ID of the proposal to attach the note to. * @param Google_Service_AdExchangeBuyerII_AddNoteRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Note */ public function addNote($accountId, $proposalId, Google_Service_AdExchangeBuyerII_AddNoteRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addNote', array($params), "Google_Service_AdExchangeBuyerII_Note"); } /** * Cancel an ongoing negotiation on a proposal. This does not cancel or end * serving for the deals if the proposal has been finalized, but only cancels a * negotiation unilaterally. (proposals.cancelNegotiation) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The ID of the proposal to cancel negotiation for. * @param Google_Service_AdExchangeBuyerII_CancelNegotiationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function cancelNegotiation($accountId, $proposalId, Google_Service_AdExchangeBuyerII_CancelNegotiationRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancelNegotiation', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * Update the given proposal to indicate that setup has been completed. This * method is called by the buyer when the line items have been created on their * end for a finalized proposal and all the required creatives have been * uploaded using the creatives API. This call updates the `is_setup_completed` * bit on the proposal and also notifies the seller. The server will advance the * revision number of the most recent proposal. (proposals.completeSetup) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The ID of the proposal to mark as setup completed. * @param Google_Service_AdExchangeBuyerII_CompleteSetupRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function completeSetup($accountId, $proposalId, Google_Service_AdExchangeBuyerII_CompleteSetupRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('completeSetup', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * Create the given proposal. Each created proposal and any deals it contains * are assigned a unique ID by the server. (proposals.create) * * @param string $accountId Account ID of the buyer. * @param Google_Service_AdExchangeBuyerII_Proposal $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function create($accountId, Google_Service_AdExchangeBuyerII_Proposal $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * Gets a proposal given its ID. The proposal is returned at its head revision. * (proposals.get) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The unique ID of the proposal * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function get($accountId, $proposalId, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * List proposals. A filter expression (PQL query) may be specified to filter * the results. To retrieve all finalized proposals, regardless if a proposal is * being renegotiated, see the FinalizedProposals resource. Note that * Bidder/ChildSeat relationships differ from the usual behavior. A Bidder * account can only see its child seats' proposals by specifying the ChildSeat's * accountId in the request path. (proposals.listAccountsProposals) * * @param string $accountId Account ID of the buyer. * @param array $optParams Optional parameters. * * @opt_param string filter An optional PQL filter query used to query for * proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, * cannot be filtered. * @opt_param string filterSyntax Syntax the filter is written in. Current * implementation defaults to PQL but in the future it will be LIST_FILTER. * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken The page token as returned from * ListProposalsResponse. * @return Google_Service_AdExchangeBuyerII_ListProposalsResponse */ public function listAccountsProposals($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListProposalsResponse"); } /** * Update the given proposal to pause serving. This method will set the * `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to true for all * deals in the proposal. It is a no-op to pause an already-paused proposal. It * is an error to call PauseProposal for a proposal that is not finalized or * renegotiating. (proposals.pause) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The ID of the proposal to pause. * @param Google_Service_AdExchangeBuyerII_PauseProposalRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function pause($accountId, $proposalId, Google_Service_AdExchangeBuyerII_PauseProposalRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('pause', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * Update the given proposal to resume serving. This method will set the * `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to false for all * deals in the proposal. Note that if the `has_seller_paused` bit is also set, * serving will not resume until the seller also resumes. It is a no-op to * resume an already-running proposal. It is an error to call ResumeProposal for * a proposal that is not finalized or renegotiating. (proposals.resume) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The ID of the proposal to resume. * @param Google_Service_AdExchangeBuyerII_ResumeProposalRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function resume($accountId, $proposalId, Google_Service_AdExchangeBuyerII_ResumeProposalRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resume', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } /** * Update the given proposal at the client known revision number. If the server * revision has advanced since the passed-in `proposal.proposal_revision`, an * `ABORTED` error message will be returned. Only the buyer-modifiable fields of * the proposal will be updated. Note that the deals in the proposal will be * updated to match the passed-in copy. If a passed-in deal does not have a * `deal_id`, the server will assign a new unique ID and create the deal. If * passed-in deal has a `deal_id`, it will be updated to match the passed-in * copy. Any existing deals not present in the passed-in proposal will be * deleted. It is an error to pass in a deal with a `deal_id` not present at * head. (proposals.update) * * @param string $accountId Account ID of the buyer. * @param string $proposalId The unique ID of the proposal. * @param Google_Service_AdExchangeBuyerII_Proposal $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Proposal */ public function update($accountId, $proposalId, Google_Service_AdExchangeBuyerII_Proposal $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); } } PK1 Zi7 L L yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsCreatives.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $creatives = $adexchangebuyer2Service->creatives; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsCreatives extends Google_Service_Resource { /** * List all creatives associated with a specific reason for which bids were * filtered, with the number of bids filtered for each creative. * (creatives.listBiddersFilterSetsFilteredBidsCreatives) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param int $creativeStatusId The ID of the creative status for which to * retrieve a breakdown by creative. See [creative-status- * codes](https://developers.google.com/authorized-buyers/rtb/downloads * /creative-status-codes). * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativeStatusBreakdownByCreativeResponse.nextPageToken returned from the * previous call to the filteredBids.creatives.list method. * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse */ public function listBiddersFilterSetsFilteredBidsCreatives($filterSetName, $creativeStatusId, $optParams = array()) { $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse"); } } PK1 ZHnRbvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccounts.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $accounts = $adexchangebuyer2Service->accounts; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccounts extends Google_Service_Resource { } PK1 Z]'~ ~ cvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProducts.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $products = $adexchangebuyer2Service->products; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsProducts extends Google_Service_Resource { /** * Gets the requested product by ID. (products.get) * * @param string $accountId Account ID of the buyer. * @param string $productId The ID for the product to get the head revision for. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Product */ public function get($accountId, $productId, $optParams = array()) { $params = array('accountId' => $accountId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Product"); } /** * List all products visible to the buyer (optionally filtered by the specified * PQL query). (products.listAccountsProducts) * * @param string $accountId Account ID of the buyer. * @param array $optParams Optional parameters. * * @opt_param string filter An optional PQL query used to query for products. * See https://developers.google.com/ad-manager/docs/pqlreference for * documentation about PQL and examples. Nested repeated fields, such as * product.targetingCriterion.inclusions, cannot be filtered. * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken The page token as returned from * ListProductsResponse. * @return Google_Service_AdExchangeBuyerII_ListProductsResponse */ public function listAccountsProducts($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListProductsResponse"); } } PK1 Z:ˁ wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsDetails.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $details = $adexchangebuyer2Service->details; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsDetails extends Google_Service_Resource { /** * List all details associated with a specific reason for which bids were * filtered, with the number of bids filtered for each detail. * (details.listBiddersFilterSetsFilteredBidsDetails) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param int $creativeStatusId The ID of the creative status for which to * retrieve a breakdown by detail. See [creative-status- * codes](https://developers.google.com/authorized-buyers/rtb/downloads * /creative-status-codes). Details are only available for statuses 10, 14, 15, * 17, 18, 19, 86, and 87. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativeStatusBreakdownByDetailResponse.nextPageToken returned from the * previous call to the filteredBids.details.list method. * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse */ public function listBiddersFilterSetsFilteredBidsDetails($filterSetName, $creativeStatusId, $optParams = array()) { $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse"); } } PK1 ZRw mvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsFinalizedProposals.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $finalizedProposals = $adexchangebuyer2Service->finalizedProposals; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsFinalizedProposals extends Google_Service_Resource { /** * List finalized proposals, regardless if a proposal is being renegotiated. A * filter expression (PQL query) may be specified to filter the results. The * notes will not be returned. * (finalizedProposals.listAccountsFinalizedProposals) * * @param string $accountId Account ID of the buyer. * @param array $optParams Optional parameters. * * @opt_param string filter An optional PQL filter query used to query for * proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, * cannot be filtered. * @opt_param string filterSyntax Syntax the filter is written in. Current * implementation defaults to PQL but in the future it will be LIST_FILTER. * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken The page token as returned from * ListProposalsResponse. * @return Google_Service_AdExchangeBuyerII_ListProposalsResponse */ public function listAccountsFinalizedProposals($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListProposalsResponse"); } } PK1 Z # }}tvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreativesDealAssociations.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $dealAssociations = $adexchangebuyer2Service->dealAssociations; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsCreativesDealAssociations extends Google_Service_Resource { /** * Associate an existing deal with a creative. (dealAssociations.add) * * @param string $accountId The account the creative belongs to. * @param string $creativeId The ID of the creative associated with the deal. * @param Google_Service_AdExchangeBuyerII_AddDealAssociationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty */ public function add($accountId, $creativeId, Google_Service_AdExchangeBuyerII_AddDealAssociationRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('add', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); } /** * List all creative-deal associations. * (dealAssociations.listAccountsCreativesDealAssociations) * * @param string $accountId The account to list the associations from. Specify * "-" to list all creatives the current user has access to. * @param string $creativeId The creative ID to list the associations from. * Specify "-" to list all creatives under the above account. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Server may return fewer * associations than requested. If unspecified, server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListDealAssociationsResponse.next_page_token returned from the previous call * to 'ListDealAssociations' method. * @opt_param string query An optional query string to filter deal associations. * If no filter is specified, all associations will be returned. Supported * queries are: - accountId=*account_id_string* - * creativeId=*creative_id_string* - dealsId=*deals_id_string* - * dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - * openAuctionStatus:{approved, conditionally_approved, disapproved, * not_checked} Example: 'dealsId=12345 AND dealsStatus:disapproved' * @return Google_Service_AdExchangeBuyerII_ListDealAssociationsResponse */ public function listAccountsCreativesDealAssociations($accountId, $creativeId, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListDealAssociationsResponse"); } /** * Remove the association between a deal and a creative. * (dealAssociations.remove) * * @param string $accountId The account the creative belongs to. * @param string $creativeId The ID of the creative associated with the deal. * @param Google_Service_AdExchangeBuyerII_RemoveDealAssociationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty */ public function remove($accountId, $creativeId, Google_Service_AdExchangeBuyerII_RemoveDealAssociationRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('remove', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); } } PK1 Zi9 }vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsImpressionMetrics.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $impressionMetrics = $adexchangebuyer2Service->impressionMetrics; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsImpressionMetrics extends Google_Service_Resource { /** * Lists all metrics that are measured in terms of number of impressions. * (impressionMetrics.listBiddersAccountsFilterSetsImpressionMetrics) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListImpressionMetricsResponse.nextPageToken returned from the previous call * to the impressionMetrics.list method. * @return Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse */ public function listBiddersAccountsFilterSetsImpressionMetrics($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse"); } } PK1 ZuHd d vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsCreatives.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $creatives = $adexchangebuyer2Service->creatives; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsCreatives extends Google_Service_Resource { /** * List all creatives associated with a specific reason for which bids were * filtered, with the number of bids filtered for each creative. * (creatives.listBiddersAccountsFilterSetsFilteredBidsCreatives) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param int $creativeStatusId The ID of the creative status for which to * retrieve a breakdown by creative. See [creative-status- * codes](https://developers.google.com/authorized-buyers/rtb/downloads * /creative-status-codes). * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativeStatusBreakdownByCreativeResponse.nextPageToken returned from the * previous call to the filteredBids.creatives.list method. * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse */ public function listBiddersAccountsFilterSetsFilteredBidsCreatives($filterSetName, $creativeStatusId, $optParams = array()) { $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse"); } } PK1 Zcclvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSets.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $filterSets = $adexchangebuyer2Service->filterSets; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSets extends Google_Service_Resource { /** * Creates the specified filter set for the account with the given account ID. * (filterSets.create) * * @param string $ownerName Name of the owner (bidder or account) of the filter * set to be created. For example: - For a bidder-level filter set for bidder * 123: `bidders/123` - For an account-level filter set for the buyer account * representing bidder 123: `bidders/123/accounts/123` - For an account-level * filter set for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456` * @param Google_Service_AdExchangeBuyerII_FilterSet $postBody * @param array $optParams Optional parameters. * * @opt_param bool isTransient Whether the filter set is transient, or should be * persisted indefinitely. By default, filter sets are not transient. If * transient, it will be available for at least 1 hour after creation. * @return Google_Service_AdExchangeBuyerII_FilterSet */ public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParams = array()) { $params = array('ownerName' => $ownerName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); } /** * Deletes the requested filter set from the account with the given account ID. * (filterSets.delete) * * @param string $name Full name of the resource to delete. For example: - For a * bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an * account-level filter set for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); } /** * Retrieves the requested filter set for the account with the given account ID. * (filterSets.get) * * @param string $name Full name of the resource being requested. For example: - * For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - * For an account-level filter set for the buyer account representing bidder * 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter * set for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_FilterSet */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); } /** * Lists all filter sets for the account with the given account ID. * (filterSets.listBiddersAccountsFilterSets) * * @param string $ownerName Name of the owner (bidder or account) of the filter * sets to be listed. For example: - For a bidder-level filter set for bidder * 123: `bidders/123` - For an account-level filter set for the buyer account * representing bidder 123: `bidders/123/accounts/123` - For an account-level * filter set for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListFilterSetsResponse.nextPageToken returned from the previous call to the * accounts.filterSets.list method. * @return Google_Service_AdExchangeBuyerII_ListFilterSetsResponse */ public function listBiddersAccountsFilterSets($ownerName, $optParams = array()) { $params = array('ownerName' => $ownerName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilterSetsResponse"); } } PK1 Z\;mvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsInvitations.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $invitations = $adexchangebuyer2Service->invitations; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsClientsInvitations extends Google_Service_Resource { /** * Creates and sends out an email invitation to access an Ad Exchange client * buyer account. (invitations.create) * * @param string $accountId Numerical account ID of the client's sponsor buyer. * (required) * @param string $clientAccountId Numerical account ID of the client buyer that * the user should be associated with. (required) * @param Google_Service_AdExchangeBuyerII_ClientUserInvitation $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation */ public function create($accountId, $clientAccountId, Google_Service_AdExchangeBuyerII_ClientUserInvitation $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_ClientUserInvitation"); } /** * Retrieves an existing client user invitation. (invitations.get) * * @param string $accountId Numerical account ID of the client's sponsor buyer. * (required) * @param string $clientAccountId Numerical account ID of the client buyer that * the user invitation to be retrieved is associated with. (required) * @param string $invitationId Numerical identifier of the user invitation to * retrieve. (required) * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation */ public function get($accountId, $clientAccountId, $invitationId, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'invitationId' => $invitationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_ClientUserInvitation"); } /** * Lists all the client users invitations for a client with a given account ID. * (invitations.listAccountsClientsInvitations) * * @param string $accountId Numerical account ID of the client's sponsor buyer. * (required) * @param string $clientAccountId Numerical account ID of the client buyer to * list invitations for. (required) You must either specify a string * representation of a numerical account identifier or the `-` character to list * all the invitations for all the clients of a given sponsor buyer. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. Server may return fewer clients * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListClientUserInvitationsResponse.nextPageToken returned from the previous * call to the clients.invitations.list method. * @return Google_Service_AdExchangeBuyerII_ListClientUserInvitationsResponse */ public function listAccountsClientsInvitations($accountId, $clientAccountId, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListClientUserInvitationsResponse"); } } PK1 ZŷBO vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsLosingBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $losingBids = $adexchangebuyer2Service->losingBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsLosingBids extends Google_Service_Resource { /** * List all reasons for which bids lost in the auction, with the number of bids * that lost for each reason. * (losingBids.listBiddersAccountsFilterSetsLosingBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListLosingBidsResponse.nextPageToken returned from the previous call to the * losingBids.list method. * @return Google_Service_AdExchangeBuyerII_ListLosingBidsResponse */ public function listBiddersAccountsFilterSetsLosingBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListLosingBidsResponse"); } } PK1 Z  zvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsNonBillableWinningBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $nonBillableWinningBids = $adexchangebuyer2Service->nonBillableWinningBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsNonBillableWinningBids extends Google_Service_Resource { /** * List all reasons for which winning bids were not billable, with the number of * bids not billed for each reason. * (nonBillableWinningBids.listBiddersFilterSetsNonBillableWinningBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListNonBillableWinningBidsResponse.nextPageToken returned from the previous * call to the nonBillableWinningBids.list method. * @return Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse */ public function listBiddersFilterSetsNonBillableWinningBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse"); } } PK1 ZX6h+ + vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidRequests.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $filteredBidRequests = $adexchangebuyer2Service->filteredBidRequests; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidRequests extends Google_Service_Resource { /** * List all reasons that caused a bid request not to be sent for an impression, * with the number of bid requests not sent for each reason. * (filteredBidRequests.listBiddersAccountsFilterSetsFilteredBidRequests) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListFilteredBidRequestsResponse.nextPageToken returned from the previous call * to the filteredBidRequests.list method. * @return Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse */ public function listBiddersAccountsFilterSetsFilteredBidRequests($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse"); } } PK1 Zj1 uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponseErrors.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidResponseErrors = $adexchangebuyer2Service->bidResponseErrors; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponseErrors extends Google_Service_Resource { /** * List all errors that occurred in bid responses, with the number of bid * responses affected for each reason. * (bidResponseErrors.listBiddersFilterSetsBidResponseErrors) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBidResponseErrorsResponse.nextPageToken returned from the previous call * to the bidResponseErrors.list method. * @return Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse */ public function listBiddersFilterSetsBidResponseErrors($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse"); } } PK1 ZcRRdvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreatives.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $creatives = $adexchangebuyer2Service->creatives; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsCreatives extends Google_Service_Resource { /** * Creates a creative. (creatives.create) * * @param string $accountId The account that this creative belongs to. Can be * used to filter the response of the creatives.list method. * @param Google_Service_AdExchangeBuyerII_Creative $postBody * @param array $optParams Optional parameters. * * @opt_param string duplicateIdMode Indicates if multiple creatives can share * an ID or not. Default is NO_DUPLICATES (one ID per creative). * @return Google_Service_AdExchangeBuyerII_Creative */ public function create($accountId, Google_Service_AdExchangeBuyerII_Creative $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_Creative"); } /** * Gets a creative. (creatives.get) * * @param string $accountId The account the creative belongs to. * @param string $creativeId The ID of the creative to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Creative */ public function get($accountId, $creativeId, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Creative"); } /** * Lists creatives. (creatives.listAccountsCreatives) * * @param string $accountId The account to list the creatives from. Specify "-" * to list all creatives the current user has access to. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * creatives than requested (due to timeout constraint) even if more are * available via another call. If unspecified, server will pick an appropriate * default. Acceptable values are 1 to 1000, inclusive. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListCreativesResponse.next_page_token returned from the previous call to * 'ListCreatives' method. * @opt_param string query An optional query string to filter creatives. If no * filter is specified, all active creatives will be returned. Supported queries * are: - accountId=*account_id_string* - creativeId=*creative_id_string* - * dealsStatus: {approved, conditionally_approved, disapproved, not_checked} - * openAuctionStatus: {approved, conditionally_approved, disapproved, * not_checked} - attribute: {a numeric attribute from the list of attributes} - * disapprovalReason: {a reason from DisapprovalReason} Example: * 'accountId=12345 AND (dealsStatus:disapproved AND * disapprovalReason:unacceptable_content) OR attribute:47' * @return Google_Service_AdExchangeBuyerII_ListCreativesResponse */ public function listAccountsCreatives($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativesResponse"); } /** * Stops watching a creative. Will stop push notifications being sent to the * topics when the creative changes status. (creatives.stopWatching) * * @param string $accountId The account of the creative to stop notifications * for. * @param string $creativeId The creative ID of the creative to stop * notifications for. Specify "-" to specify stopping account level * notifications. * @param Google_Service_AdExchangeBuyerII_StopWatchingCreativeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty */ public function stopWatching($accountId, $creativeId, Google_Service_AdExchangeBuyerII_StopWatchingCreativeRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stopWatching', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); } /** * Updates a creative. (creatives.update) * * @param string $accountId The account that this creative belongs to. Can be * used to filter the response of the creatives.list method. * @param string $creativeId The buyer-defined creative ID of this creative. Can * be used to filter the response of the creatives.list method. * @param Google_Service_AdExchangeBuyerII_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Creative */ public function update($accountId, $creativeId, Google_Service_AdExchangeBuyerII_Creative $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_Creative"); } /** * Watches a creative. Will result in push notifications being sent to the topic * when the creative changes status. (creatives.watch) * * @param string $accountId The account of the creative to watch. * @param string $creativeId The creative ID to watch for status changes. * Specify "-" to watch all creatives under the above account. If both creative- * level and account-level notifications are sent, only a single notification * will be sent to the creative-level notification topic. * @param Google_Service_AdExchangeBuyerII_WatchCreativeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty */ public function watch($accountId, $creativeId, Google_Service_AdExchangeBuyerII_WatchCreativeRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('watch', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); } } PK1 Z_%  wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidRequests.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $filteredBidRequests = $adexchangebuyer2Service->filteredBidRequests; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidRequests extends Google_Service_Resource { /** * List all reasons that caused a bid request not to be sent for an impression, * with the number of bid requests not sent for each reason. * (filteredBidRequests.listBiddersFilterSetsFilteredBidRequests) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListFilteredBidRequestsResponse.nextPageToken returned from the previous call * to the filteredBidRequests.list method. * @return Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse */ public function listBiddersFilterSetsFilteredBidRequests($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse"); } } PK1 Z#a| | vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidMetrics.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidMetrics = $adexchangebuyer2Service->bidMetrics; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidMetrics extends Google_Service_Resource { /** * Lists all metrics that are measured in terms of number of bids. * (bidMetrics.listBiddersAccountsFilterSetsBidMetrics) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBidMetricsResponse.nextPageToken returned from the previous call to the * bidMetrics.list method. * @return Google_Service_AdExchangeBuyerII_ListBidMetricsResponse */ public function listBiddersAccountsFilterSetsBidMetrics($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidMetricsResponse"); } } PK1 ZRX nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsLosingBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $losingBids = $adexchangebuyer2Service->losingBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsLosingBids extends Google_Service_Resource { /** * List all reasons for which bids lost in the auction, with the number of bids * that lost for each reason. (losingBids.listBiddersFilterSetsLosingBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListLosingBidsResponse.nextPageToken returned from the previous call to the * losingBids.list method. * @return Google_Service_AdExchangeBuyerII_ListLosingBidsResponse */ public function listBiddersFilterSetsLosingBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListLosingBidsResponse"); } } PK1 ZG/ }vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponseErrors.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidResponseErrors = $adexchangebuyer2Service->bidResponseErrors; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponseErrors extends Google_Service_Resource { /** * List all errors that occurred in bid responses, with the number of bid * responses affected for each reason. * (bidResponseErrors.listBiddersAccountsFilterSetsBidResponseErrors) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBidResponseErrorsResponse.nextPageToken returned from the previous call * to the bidResponseErrors.list method. * @return Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse */ public function listBiddersAccountsFilterSetsBidResponseErrors($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse"); } } PK1 Z [vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $accounts = $adexchangebuyer2Service->accounts; * */ class Google_Service_AdExchangeBuyerII_Resource_Accounts extends Google_Service_Resource { } PK1 Z܉hk k lvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsPublisherProfiles.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $publisherProfiles = $adexchangebuyer2Service->publisherProfiles; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsPublisherProfiles extends Google_Service_Resource { /** * Gets the requested publisher profile by id. (publisherProfiles.get) * * @param string $accountId Account ID of the buyer. * @param string $publisherProfileId The id for the publisher profile to get. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_PublisherProfile */ public function get($accountId, $publisherProfileId, $optParams = array()) { $params = array('accountId' => $accountId, 'publisherProfileId' => $publisherProfileId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_PublisherProfile"); } /** * List all publisher profiles visible to the buyer * (publisherProfiles.listAccountsPublisherProfiles) * * @param string $accountId Account ID of the buyer. * @param array $optParams Optional parameters. * * @opt_param int pageSize Specify the number of results to include per page. * @opt_param string pageToken The page token as return from * ListPublisherProfilesResponse. * @return Google_Service_AdExchangeBuyerII_ListPublisherProfilesResponse */ public function listAccountsPublisherProfiles($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListPublisherProfilesResponse"); } } PK1 Z ` pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $filteredBids = $adexchangebuyer2Service->filteredBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBids extends Google_Service_Resource { /** * List all reasons for which bids were filtered, with the number of bids * filtered for each reason. (filteredBids.listBiddersFilterSetsFilteredBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListFilteredBidsResponse.nextPageToken returned from the previous call to the * filteredBids.list method. * @return Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse */ public function listBiddersFilterSetsFilteredBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse"); } } PK1 Z0nϸ uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsImpressionMetrics.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $impressionMetrics = $adexchangebuyer2Service->impressionMetrics; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsImpressionMetrics extends Google_Service_Resource { /** * Lists all metrics that are measured in terms of number of impressions. * (impressionMetrics.listBiddersFilterSetsImpressionMetrics) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListImpressionMetricsResponse.nextPageToken returned from the previous call * to the impressionMetrics.list method. * @return Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse */ public function listBiddersFilterSetsImpressionMetrics($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse"); } } PK1 ZzQngvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsUsers.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $users = $adexchangebuyer2Service->users; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsClientsUsers extends Google_Service_Resource { /** * Retrieves an existing client user. (users.get) * * @param string $accountId Numerical account ID of the client's sponsor buyer. * (required) * @param string $clientAccountId Numerical account ID of the client buyer that * the user to be retrieved is associated with. (required) * @param string $userId Numerical identifier of the user to retrieve. * (required) * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_ClientUser */ public function get($accountId, $clientAccountId, $userId, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_ClientUser"); } /** * Lists all the known client users for a specified sponsor buyer account ID. * (users.listAccountsClientsUsers) * * @param string $accountId Numerical account ID of the sponsor buyer of the * client to list users for. (required) * @param string $clientAccountId The account ID of the client buyer to list * users for. (required) You must specify either a string representation of a * numerical account identifier or the `-` character to list all the client * users for all the clients of a given sponsor buyer. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * clients than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListClientUsersResponse.nextPageToken returned from the previous call to the * accounts.clients.users.list method. * @return Google_Service_AdExchangeBuyerII_ListClientUsersResponse */ public function listAccountsClientsUsers($accountId, $clientAccountId, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListClientUsersResponse"); } /** * Updates an existing client user. Only the user status can be changed on * update. (users.update) * * @param string $accountId Numerical account ID of the client's sponsor buyer. * (required) * @param string $clientAccountId Numerical account ID of the client buyer that * the user to be retrieved is associated with. (required) * @param string $userId Numerical identifier of the user to retrieve. * (required) * @param Google_Service_AdExchangeBuyerII_ClientUser $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_ClientUser */ public function update($accountId, $clientAccountId, $userId, Google_Service_AdExchangeBuyerII_ClientUser $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_ClientUser"); } } PK1 ZqgH(bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClients.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $clients = $adexchangebuyer2Service->clients; * */ class Google_Service_AdExchangeBuyerII_Resource_AccountsClients extends Google_Service_Resource { /** * Creates a new client buyer. (clients.create) * * @param string $accountId Unique numerical account ID for the buyer of which * the client buyer is a customer; the sponsor buyer to create a client for. * (required) * @param Google_Service_AdExchangeBuyerII_Client $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Client */ public function create($accountId, Google_Service_AdExchangeBuyerII_Client $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_Client"); } /** * Gets a client buyer with a given client account ID. (clients.get) * * @param string $accountId Numerical account ID of the client's sponsor buyer. * (required) * @param string $clientAccountId Numerical account ID of the client buyer to * retrieve. (required) * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Client */ public function get($accountId, $clientAccountId, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Client"); } /** * Lists all the clients for the current sponsor buyer. * (clients.listAccountsClients) * * @param string $accountId Unique numerical account ID of the sponsor buyer to * list the clients for. * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * clients than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListClientsResponse.nextPageToken returned from the previous call to the * accounts.clients.list method. * @opt_param string partnerClientId Optional unique identifier (from the * standpoint of an Ad Exchange sponsor buyer partner) of the client to return. * If specified, at most one client will be returned in the response. * @return Google_Service_AdExchangeBuyerII_ListClientsResponse */ public function listAccountsClients($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListClientsResponse"); } /** * Updates an existing client buyer. (clients.update) * * @param string $accountId Unique numerical account ID for the buyer of which * the client buyer is a customer; the sponsor buyer to update a client for. * (required) * @param string $clientAccountId Unique numerical account ID of the client to * update. (required) * @param Google_Service_AdExchangeBuyerII_Client $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyerII_Client */ public function update($accountId, $clientAccountId, Google_Service_AdExchangeBuyerII_Client $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_Client"); } } PK1 ZPWeZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Bidders.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidders = $adexchangebuyer2Service->bidders; * */ class Google_Service_AdExchangeBuyerII_Resource_Bidders extends Google_Service_Resource { } PK1 Z! 4 4 vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsNonBillableWinningBids.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $nonBillableWinningBids = $adexchangebuyer2Service->nonBillableWinningBids; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsNonBillableWinningBids extends Google_Service_Resource { /** * List all reasons for which winning bids were not billable, with the number of * bids not billed for each reason. * (nonBillableWinningBids.listBiddersAccountsFilterSetsNonBillableWinningBids) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListNonBillableWinningBidsResponse.nextPageToken returned from the previous * call to the nonBillableWinningBids.list method. * @return Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse */ public function listBiddersAccountsFilterSetsNonBillableWinningBids($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse"); } } PK1 Zd d nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidMetrics.phpnu[ * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); * $bidMetrics = $adexchangebuyer2Service->bidMetrics; * */ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidMetrics extends Google_Service_Resource { /** * Lists all metrics that are measured in terms of number of bids. * (bidMetrics.listBiddersFilterSetsBidMetrics) * * @param string $filterSetName Name of the filter set that should be applied to * the requested metrics. For example: - For a bidder-level filter set for * bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set * for the buyer account representing bidder 123: * `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set * for the child seat buyer account 456 whose bidder is 123: * `bidders/123/accounts/456/filterSets/abc` * @param array $optParams Optional parameters. * * @opt_param int pageSize Requested page size. The server may return fewer * results than requested. If unspecified, the server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBidMetricsResponse.nextPageToken returned from the previous call to the * bidMetrics.list method. * @return Google_Service_AdExchangeBuyerII_ListBidMetricsResponse */ public function listBiddersFilterSetsBidMetrics($filterSetName, $optParams = array()) { $params = array('filterSetName' => $filterSetName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidMetricsResponse"); } } PK1 Z:Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NativeContent.phpnu[advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } /** * @param Google_Service_AdExchangeBuyerII_Image */ public function setAppIcon(Google_Service_AdExchangeBuyerII_Image $appIcon) { $this->appIcon = $appIcon; } /** * @return Google_Service_AdExchangeBuyerII_Image */ public function getAppIcon() { return $this->appIcon; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setCallToAction($callToAction) { $this->callToAction = $callToAction; } public function getCallToAction() { return $this->callToAction; } public function setClickLinkUrl($clickLinkUrl) { $this->clickLinkUrl = $clickLinkUrl; } public function getClickLinkUrl() { return $this->clickLinkUrl; } public function setClickTrackingUrl($clickTrackingUrl) { $this->clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } public function setHeadline($headline) { $this->headline = $headline; } public function getHeadline() { return $this->headline; } /** * @param Google_Service_AdExchangeBuyerII_Image */ public function setImage(Google_Service_AdExchangeBuyerII_Image $image) { $this->image = $image; } /** * @return Google_Service_AdExchangeBuyerII_Image */ public function getImage() { return $this->image; } /** * @param Google_Service_AdExchangeBuyerII_Image */ public function setLogo(Google_Service_AdExchangeBuyerII_Image $logo) { $this->logo = $logo; } /** * @return Google_Service_AdExchangeBuyerII_Image */ public function getLogo() { return $this->logo; } public function setPriceDisplayText($priceDisplayText) { $this->priceDisplayText = $priceDisplayText; } public function getPriceDisplayText() { return $this->priceDisplayText; } public function setStarRating($starRating) { $this->starRating = $starRating; } public function getStarRating() { return $this->starRating; } public function setStoreUrl($storeUrl) { $this->storeUrl = $storeUrl; } public function getStoreUrl() { return $this->storeUrl; } public function setVideoUrl($videoUrl) { $this->videoUrl = $videoUrl; } public function getVideoUrl() { return $this->videoUrl; } } PK1 ZO~kvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUserInvitationsResponse.phpnu[invitations = $invitations; } /** * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation[] */ public function getInvitations() { return $this->invitations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zic++Zvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPartTargeting.phpnu[dayParts = $dayParts; } /** * @return Google_Service_AdExchangeBuyerII_DayPart[] */ public function getDayParts() { return $this->dayParts; } public function setTimeZoneType($timeZoneType) { $this->timeZoneType = $timeZoneType; } public function getTimeZoneType() { return $this->timeZoneType; } } PK1 Zg55Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidMetricsRow.phpnu[bids = $bids; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBids() { return $this->bids; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setBidsInAuction(Google_Service_AdExchangeBuyerII_MetricValue $bidsInAuction) { $this->bidsInAuction = $bidsInAuction; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidsInAuction() { return $this->bidsInAuction; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setBilledImpressions(Google_Service_AdExchangeBuyerII_MetricValue $billedImpressions) { $this->billedImpressions = $billedImpressions; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBilledImpressions() { return $this->billedImpressions; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setImpressionsWon(Google_Service_AdExchangeBuyerII_MetricValue $impressionsWon) { $this->impressionsWon = $impressionsWon; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getImpressionsWon() { return $this->impressionsWon; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setMeasurableImpressions(Google_Service_AdExchangeBuyerII_MetricValue $measurableImpressions) { $this->measurableImpressions = $measurableImpressions; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getMeasurableImpressions() { return $this->measurableImpressions; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setReachedQueries(Google_Service_AdExchangeBuyerII_MetricValue $reachedQueries) { $this->reachedQueries = $reachedQueries; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getReachedQueries() { return $this->reachedQueries; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setViewableImpressions(Google_Service_AdExchangeBuyerII_MetricValue $viewableImpressions) { $this->viewableImpressions = $viewableImpressions; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getViewableImpressions() { return $this->viewableImpressions; } } PK1 ZwP[bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidsResponse.phpnu[creativeStatusRows = $creativeStatusRows; } /** * @return Google_Service_AdExchangeBuyerII_CreativeStatusRow[] */ public function getCreativeStatusRows() { return $this->creativeStatusRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZT^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CompleteSetupRequest.phpnu[note = $note; } /** * @return Google_Service_AdExchangeBuyerII_Note */ public function getNote() { return $this->note; } } PK1 Z8| ]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TechnologyTargeting.phpnu[deviceCapabilityTargeting = $deviceCapabilityTargeting; } /** * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function getDeviceCapabilityTargeting() { return $this->deviceCapabilityTargeting; } /** * @param Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function setDeviceCategoryTargeting(Google_Service_AdExchangeBuyerII_CriteriaTargeting $deviceCategoryTargeting) { $this->deviceCategoryTargeting = $deviceCategoryTargeting; } /** * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function getDeviceCategoryTargeting() { return $this->deviceCategoryTargeting; } /** * @param Google_Service_AdExchangeBuyerII_OperatingSystemTargeting */ public function setOperatingSystemTargeting(Google_Service_AdExchangeBuyerII_OperatingSystemTargeting $operatingSystemTargeting) { $this->operatingSystemTargeting = $operatingSystemTargeting; } /** * @return Google_Service_AdExchangeBuyerII_OperatingSystemTargeting */ public function getOperatingSystemTargeting() { return $this->operatingSystemTargeting; } } PK1 ZimZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfile.phpnu[audienceDescription = $audienceDescription; } public function getAudienceDescription() { return $this->audienceDescription; } public function setBuyerPitchStatement($buyerPitchStatement) { $this->buyerPitchStatement = $buyerPitchStatement; } public function getBuyerPitchStatement() { return $this->buyerPitchStatement; } public function setDirectDealsContact($directDealsContact) { $this->directDealsContact = $directDealsContact; } public function getDirectDealsContact() { return $this->directDealsContact; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomains($domains) { $this->domains = $domains; } public function getDomains() { return $this->domains; } public function setGooglePlusUrl($googlePlusUrl) { $this->googlePlusUrl = $googlePlusUrl; } public function getGooglePlusUrl() { return $this->googlePlusUrl; } public function setIsParent($isParent) { $this->isParent = $isParent; } public function getIsParent() { return $this->isParent; } public function setLogoUrl($logoUrl) { $this->logoUrl = $logoUrl; } public function getLogoUrl() { return $this->logoUrl; } public function setMediaKitUrl($mediaKitUrl) { $this->mediaKitUrl = $mediaKitUrl; } public function getMediaKitUrl() { return $this->mediaKitUrl; } /** * @param Google_Service_AdExchangeBuyerII_PublisherProfileMobileApplication[] */ public function setMobileApps($mobileApps) { $this->mobileApps = $mobileApps; } /** * @return Google_Service_AdExchangeBuyerII_PublisherProfileMobileApplication[] */ public function getMobileApps() { return $this->mobileApps; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } public function setProgrammaticDealsContact($programmaticDealsContact) { $this->programmaticDealsContact = $programmaticDealsContact; } public function getProgrammaticDealsContact() { return $this->programmaticDealsContact; } public function setPublisherProfileId($publisherProfileId) { $this->publisherProfileId = $publisherProfileId; } public function getPublisherProfileId() { return $this->publisherProfileId; } public function setRateCardInfoUrl($rateCardInfoUrl) { $this->rateCardInfoUrl = $rateCardInfoUrl; } public function getRateCardInfoUrl() { return $this->rateCardInfoUrl; } public function setSamplePageUrl($samplePageUrl) { $this->samplePageUrl = $samplePageUrl; } public function getSamplePageUrl() { return $this->samplePageUrl; } /** * @param Google_Service_AdExchangeBuyerII_Seller */ public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyerII_Seller */ public function getSeller() { return $this->seller; } public function setTopHeadlines($topHeadlines) { $this->topHeadlines = $topHeadlines; } public function getTopHeadlines() { return $this->topHeadlines; } } PK1 ZNar\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlacementTargeting.phpnu[mobileApplicationTargeting = $mobileApplicationTargeting; } /** * @return Google_Service_AdExchangeBuyerII_MobileApplicationTargeting */ public function getMobileApplicationTargeting() { return $this->mobileApplicationTargeting; } /** * @param Google_Service_AdExchangeBuyerII_UrlTargeting */ public function setUrlTargeting(Google_Service_AdExchangeBuyerII_UrlTargeting $urlTargeting) { $this->urlTargeting = $urlTargeting; } /** * @return Google_Service_AdExchangeBuyerII_UrlTargeting */ public function getUrlTargeting() { return $this->urlTargeting; } } PK1 Z-@ >V V ^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MarketplaceTargeting.phpnu[geoTargeting = $geoTargeting; } /** * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting */ public function getGeoTargeting() { return $this->geoTargeting; } /** * @param Google_Service_AdExchangeBuyerII_InventorySizeTargeting */ public function setInventorySizeTargeting(Google_Service_AdExchangeBuyerII_InventorySizeTargeting $inventorySizeTargeting) { $this->inventorySizeTargeting = $inventorySizeTargeting; } /** * @return Google_Service_AdExchangeBuyerII_InventorySizeTargeting */ public function getInventorySizeTargeting() { return $this->inventorySizeTargeting; } /** * @param Google_Service_AdExchangeBuyerII_PlacementTargeting */ public function setPlacementTargeting(Google_Service_AdExchangeBuyerII_PlacementTargeting $placementTargeting) { $this->placementTargeting = $placementTargeting; } /** * @return Google_Service_AdExchangeBuyerII_PlacementTargeting */ public function getPlacementTargeting() { return $this->placementTargeting; } /** * @param Google_Service_AdExchangeBuyerII_TechnologyTargeting */ public function setTechnologyTargeting(Google_Service_AdExchangeBuyerII_TechnologyTargeting $technologyTargeting) { $this->technologyTargeting = $technologyTargeting; } /** * @return Google_Service_AdExchangeBuyerII_TechnologyTargeting */ public function getTechnologyTargeting() { return $this->technologyTargeting; } /** * @param Google_Service_AdExchangeBuyerII_VideoTargeting */ public function setVideoTargeting(Google_Service_AdExchangeBuyerII_VideoTargeting $videoTargeting) { $this->videoTargeting = $videoTargeting; } /** * @return Google_Service_AdExchangeBuyerII_VideoTargeting */ public function getVideoTargeting() { return $this->videoTargeting; } } PK1 Z0"Pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Seller.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } } PK1 ZFccVvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/UrlTargeting.phpnu[excludedUrls = $excludedUrls; } public function getExcludedUrls() { return $this->excludedUrls; } public function setTargetedUrls($targetedUrls) { $this->targetedUrls = $targetedUrls; } public function getTargetedUrls() { return $this->targetedUrls; } } PK1 ZB666^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProductsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AdExchangeBuyerII_Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_AdExchangeBuyerII_Product[] */ public function getProducts() { return $this->products; } } PK1 Z hSvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeOfDay.phpnu[hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } } PK1 ZmHH^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PauseProposalRequest.phpnu[reason = $reason; } public function getReason() { return $this->reason; } } PK1 ZK^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUserInvitation.phpnu[clientAccountId = $clientAccountId; } public function getClientAccountId() { return $this->clientAccountId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setInvitationId($invitationId) { $this->invitationId = $invitationId; } public function getInvitationId() { return $this->invitationId; } } PK1 Z;TXXlvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListNonBillableWinningBidsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AdExchangeBuyerII_NonBillableWinningBidStatusRow[] */ public function setNonBillableWinningBidStatusRows($nonBillableWinningBidStatusRows) { $this->nonBillableWinningBidStatusRows = $nonBillableWinningBidStatusRows; } /** * @return Google_Service_AdExchangeBuyerII_NonBillableWinningBidStatusRow[] */ public function getNonBillableWinningBidStatusRows() { return $this->nonBillableWinningBidStatusRows; } } PK1 ZOOfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.phpnu[associations = $associations; } /** * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation[] */ public function getAssociations() { return $this->associations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZT}}[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RealtimeTimeRange.phpnu[startTimestamp = $startTimestamp; } public function getStartTimestamp() { return $this->startTimestamp; } } PK1 Z.{77ivendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidResponseWithoutBidsStatusRow.phpnu[impressionCount = $impressionCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getImpressionCount() { return $this->impressionCount; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK1 Z@Y,_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdTechnologyProviders.phpnu[detectedProviderIds = $detectedProviderIds; } public function getDetectedProviderIds() { return $this->detectedProviderIds; } public function setHasUnidentifiedProvider($hasUnidentifiedProvider) { $this->hasUnidentifiedProvider = $hasUnidentifiedProvider; } public function getHasUnidentifiedProvider() { return $this->hasUnidentifiedProvider; } } PK1 Zg4qgvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponseErrorsResponse.phpnu[calloutStatusRows = $calloutStatusRows; } /** * @return Google_Service_AdExchangeBuyerII_CalloutStatusRow[] */ public function getCalloutStatusRows() { return $this->calloutStatusRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zر]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealServingMetadata.phpnu[dealPauseStatus = $dealPauseStatus; } /** * @return Google_Service_AdExchangeBuyerII_DealPauseStatus */ public function getDealPauseStatus() { return $this->dealPauseStatus; } } PK1 Zz22Qvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Product.phpnu[availableEndTime = $availableEndTime; } public function getAvailableEndTime() { return $this->availableEndTime; } public function setAvailableStartTime($availableStartTime) { $this->availableStartTime = $availableStartTime; } public function getAvailableStartTime() { return $this->availableStartTime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function setCreatorContacts($creatorContacts) { $this->creatorContacts = $creatorContacts; } /** * @return Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function getCreatorContacts() { return $this->creatorContacts; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setHasCreatorSignedOff($hasCreatorSignedOff) { $this->hasCreatorSignedOff = $hasCreatorSignedOff; } public function getHasCreatorSignedOff() { return $this->hasCreatorSignedOff; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setProductRevision($productRevision) { $this->productRevision = $productRevision; } public function getProductRevision() { return $this->productRevision; } public function setPublisherProfileId($publisherProfileId) { $this->publisherProfileId = $publisherProfileId; } public function getPublisherProfileId() { return $this->publisherProfileId; } /** * @param Google_Service_AdExchangeBuyerII_Seller */ public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyerII_Seller */ public function getSeller() { return $this->seller; } public function setSyndicationProduct($syndicationProduct) { $this->syndicationProduct = $syndicationProduct; } public function getSyndicationProduct() { return $this->syndicationProduct; } /** * @param Google_Service_AdExchangeBuyerII_TargetingCriteria[] */ public function setTargetingCriterion($targetingCriterion) { $this->targetingCriterion = $targetingCriterion; } /** * @return Google_Service_AdExchangeBuyerII_TargetingCriteria[] */ public function getTargetingCriterion() { return $this->targetingCriterion; } /** * @param Google_Service_AdExchangeBuyerII_DealTerms */ public function setTerms(Google_Service_AdExchangeBuyerII_DealTerms $terms) { $this->terms = $terms; } /** * @return Google_Service_AdExchangeBuyerII_DealTerms */ public function getTerms() { return $this->terms; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWebPropertyCode($webPropertyCode) { $this->webPropertyCode = $webPropertyCode; } public function getWebPropertyCode() { return $this->webPropertyCode; } } PK1 Zq}Xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AuctionContext.phpnu[auctionTypes = $auctionTypes; } public function getAuctionTypes() { return $this->auctionTypes; } } PK1 ZXxy.ggZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CalloutStatusRow.phpnu[calloutStatusId = $calloutStatusId; } public function getCalloutStatusId() { return $this->calloutStatusId; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setImpressionCount(Google_Service_AdExchangeBuyerII_MetricValue $impressionCount) { $this->impressionCount = $impressionCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getImpressionCount() { return $this->impressionCount; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } } PK1 ZlWuvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByDetailResponse.phpnu[detailType = $detailType; } public function getDetailType() { return $this->detailType; } /** * @param Google_Service_AdExchangeBuyerII_FilteredBidDetailRow[] */ public function setFilteredBidDetailRows($filteredBidDetailRows) { $this->filteredBidDetailRows = $filteredBidDetailRows; } /** * @return Google_Service_AdExchangeBuyerII_FilteredBidDetailRow[] */ public function getFilteredBidDetailRows() { return $this->filteredBidDetailRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZH^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ImpressionMetricsRow.phpnu[availableImpressions = $availableImpressions; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getAvailableImpressions() { return $this->availableImpressions; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setBidRequests(Google_Service_AdExchangeBuyerII_MetricValue $bidRequests) { $this->bidRequests = $bidRequests; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidRequests() { return $this->bidRequests; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setInventoryMatches(Google_Service_AdExchangeBuyerII_MetricValue $inventoryMatches) { $this->inventoryMatches = $inventoryMatches; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getInventoryMatches() { return $this->inventoryMatches; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setResponsesWithBids(Google_Service_AdExchangeBuyerII_MetricValue $responsesWithBids) { $this->responsesWithBids = $responsesWithBids; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getResponsesWithBids() { return $this->responsesWithBids; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } /** * @param Google_Service_AdExchangeBuyerII_MetricValue */ public function setSuccessfulResponses(Google_Service_AdExchangeBuyerII_MetricValue $successfulResponses) { $this->successfulResponses = $successfulResponses; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getSuccessfulResponses() { return $this->successfulResponses; } } PK1 Z&\ZZXvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingValue.phpnu[creativeSizeValue = $creativeSizeValue; } /** * @return Google_Service_AdExchangeBuyerII_CreativeSize */ public function getCreativeSizeValue() { return $this->creativeSizeValue; } /** * @param Google_Service_AdExchangeBuyerII_DayPartTargeting */ public function setDayPartTargetingValue(Google_Service_AdExchangeBuyerII_DayPartTargeting $dayPartTargetingValue) { $this->dayPartTargetingValue = $dayPartTargetingValue; } /** * @return Google_Service_AdExchangeBuyerII_DayPartTargeting */ public function getDayPartTargetingValue() { return $this->dayPartTargetingValue; } public function setLongValue($longValue) { $this->longValue = $longValue; } public function getLongValue() { return $this->longValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK1 ZoDP<Nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Size.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK1 Z A\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ContactInformation.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Z%_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ResumeProposalRequest.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } } PK1 Z iiK K Xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingContext.phpnu[all = $all; } public function getAll() { return $this->all; } /** * @param Google_Service_AdExchangeBuyerII_AppContext */ public function setAppType(Google_Service_AdExchangeBuyerII_AppContext $appType) { $this->appType = $appType; } /** * @return Google_Service_AdExchangeBuyerII_AppContext */ public function getAppType() { return $this->appType; } /** * @param Google_Service_AdExchangeBuyerII_AuctionContext */ public function setAuctionType(Google_Service_AdExchangeBuyerII_AuctionContext $auctionType) { $this->auctionType = $auctionType; } /** * @return Google_Service_AdExchangeBuyerII_AuctionContext */ public function getAuctionType() { return $this->auctionType; } /** * @param Google_Service_AdExchangeBuyerII_LocationContext */ public function setLocation(Google_Service_AdExchangeBuyerII_LocationContext $location) { $this->location = $location; } /** * @return Google_Service_AdExchangeBuyerII_LocationContext */ public function getLocation() { return $this->location; } /** * @param Google_Service_AdExchangeBuyerII_PlatformContext */ public function setPlatform(Google_Service_AdExchangeBuyerII_PlatformContext $platform) { $this->platform = $platform; } /** * @return Google_Service_AdExchangeBuyerII_PlatformContext */ public function getPlatform() { return $this->platform; } /** * @param Google_Service_AdExchangeBuyerII_SecurityContext */ public function setSecurityType(Google_Service_AdExchangeBuyerII_SecurityContext $securityType) { $this->securityType = $securityType; } /** * @return Google_Service_AdExchangeBuyerII_SecurityContext */ public function getSecurityType() { return $this->securityType; } } PK1 Z7X+ + Pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Client.phpnu[clientAccountId = $clientAccountId; } public function getClientAccountId() { return $this->clientAccountId; } public function setClientName($clientName) { $this->clientName = $clientName; } public function getClientName() { return $this->clientName; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setEntityName($entityName) { $this->entityName = $entityName; } public function getEntityName() { return $this->entityName; } public function setEntityType($entityType) { $this->entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setPartnerClientId($partnerClientId) { $this->partnerClientId = $partnerClientId; } public function getPartnerClientId() { return $this->partnerClientId; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setVisibleToSeller($visibleToSeller) { $this->visibleToSeller = $visibleToSeller; } public function getVisibleToSeller() { return $this->visibleToSeller; } } PK1 ZR9*Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealPauseStatus.phpnu[buyerPauseReason = $buyerPauseReason; } public function getBuyerPauseReason() { return $this->buyerPauseReason; } public function setFirstPausedBy($firstPausedBy) { $this->firstPausedBy = $firstPausedBy; } public function getFirstPausedBy() { return $this->firstPausedBy; } public function setHasBuyerPaused($hasBuyerPaused) { $this->hasBuyerPaused = $hasBuyerPaused; } public function getHasBuyerPaused() { return $this->hasBuyerPaused; } public function setHasSellerPaused($hasSellerPaused) { $this->hasSellerPaused = $hasSellerPaused; } public function getHasSellerPaused() { return $this->hasSellerPaused; } public function setSellerPauseReason($sellerPauseReason) { $this->sellerPauseReason = $sellerPauseReason; } public function getSellerPauseReason() { return $this->sellerPauseReason; } } PK1 Z+[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CriteriaTargeting.phpnu[excludedCriteriaIds = $excludedCriteriaIds; } public function getExcludedCriteriaIds() { return $this->excludedCriteriaIds; } public function setTargetedCriteriaIds($targetedCriteriaIds) { $this->targetedCriteriaIds = $targetedCriteriaIds; } public function getTargetedCriteriaIds() { return $this->targetedCriteriaIds; } } PK1 Z:~~Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RowDimensions.phpnu[publisherIdentifier = $publisherIdentifier; } public function getPublisherIdentifier() { return $this->publisherIdentifier; } /** * @param Google_Service_AdExchangeBuyerII_TimeInterval */ public function setTimeInterval(Google_Service_AdExchangeBuyerII_TimeInterval $timeInterval) { $this->timeInterval = $timeInterval; } /** * @return Google_Service_AdExchangeBuyerII_TimeInterval */ public function getTimeInterval() { return $this->timeInterval; } } PK1 ZmoTvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Correction.phpnu[contexts = $contexts; } /** * @return Google_Service_AdExchangeBuyerII_ServingContext[] */ public function getContexts() { return $this->contexts; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Zu u Vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSize.phpnu[allowedFormats = $allowedFormats; } public function getAllowedFormats() { return $this->allowedFormats; } /** * @param Google_Service_AdExchangeBuyerII_Size[] */ public function setCompanionSizes($companionSizes) { $this->companionSizes = $companionSizes; } /** * @return Google_Service_AdExchangeBuyerII_Size[] */ public function getCompanionSizes() { return $this->companionSizes; } public function setCreativeSizeType($creativeSizeType) { $this->creativeSizeType = $creativeSizeType; } public function getCreativeSizeType() { return $this->creativeSizeType; } public function setNativeTemplate($nativeTemplate) { $this->nativeTemplate = $nativeTemplate; } public function getNativeTemplate() { return $this->nativeTemplate; } /** * @param Google_Service_AdExchangeBuyerII_Size */ public function setSize(Google_Service_AdExchangeBuyerII_Size $size) { $this->size = $size; } /** * @return Google_Service_AdExchangeBuyerII_Size */ public function getSize() { return $this->size; } public function setSkippableAdType($skippableAdType) { $this->skippableAdType = $skippableAdType; } public function getSkippableAdType() { return $this->skippableAdType; } } PK1 ZNavendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setDealsId($dealsId) { $this->dealsId = $dealsId; } public function getDealsId() { return $this->dealsId; } } PK1 ZV\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.phpnu[contexts = $contexts; } /** * @return Google_Service_AdExchangeBuyerII_ServingContext[] */ public function getContexts() { return $this->contexts; } /** * @param Google_Service_AdExchangeBuyerII_Disapproval */ public function setDisapproval(Google_Service_AdExchangeBuyerII_Disapproval $disapproval) { $this->disapproval = $disapproval; } /** * @return Google_Service_AdExchangeBuyerII_Disapproval */ public function getDisapproval() { return $this->disapproval; } /** * @param Google_Service_AdExchangeBuyerII_Disapproval[] */ public function setDisapprovalReasons($disapprovalReasons) { $this->disapprovalReasons = $disapprovalReasons; } /** * @return Google_Service_AdExchangeBuyerII_Disapproval[] */ public function getDisapprovalReasons() { return $this->disapprovalReasons; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK1 ZGOvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Price.phpnu[amount = $amount; } /** * @return Google_Service_AdExchangeBuyerII_Money */ public function getAmount() { return $this->amount; } public function setPricingType($pricingType) { $this->pricingType = $pricingType; } public function getPricingType() { return $this->pricingType; } } PK1 ZX6UUOvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Image.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK1 Z x9ddcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.phpnu[fixedPrices = $fixedPrices; } /** * @return Google_Service_AdExchangeBuyerII_PricePerBuyer[] */ public function getFixedPrices() { return $this->fixedPrices; } public function setGuaranteedImpressions($guaranteedImpressions) { $this->guaranteedImpressions = $guaranteedImpressions; } public function getGuaranteedImpressions() { return $this->guaranteedImpressions; } public function setGuaranteedLooks($guaranteedLooks) { $this->guaranteedLooks = $guaranteedLooks; } public function getGuaranteedLooks() { return $this->guaranteedLooks; } public function setMinimumDailyLooks($minimumDailyLooks) { $this->minimumDailyLooks = $minimumDailyLooks; } public function getMinimumDailyLooks() { return $this->minimumDailyLooks; } } PK1 Znvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FirstPartyMobileApplicationTargeting.phpnu[excludedAppIds = $excludedAppIds; } public function getExcludedAppIds() { return $this->excludedAppIds; } public function setTargetedAppIds($targetedAppIds) { $this->targetedAppIds = $targetedAppIds; } public function getTargetedAppIds() { return $this->targetedAppIds; } } PK1 Z*FBUvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Disapproval.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK1 ZYݏ_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AcceptProposalRequest.phpnu[proposalRevision = $proposalRevision; } public function getProposalRevision() { return $this->proposalRevision; } } PK1 ZޱT-gvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListImpressionMetricsResponse.phpnu[impressionMetricsRows = $impressionMetricsRows; } /** * @return Google_Service_AdExchangeBuyerII_ImpressionMetricsRow[] */ public function getImpressionMetricsRows() { return $this->impressionMetricsRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZKRllRvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdChoicesDestinationUrl($adChoicesDestinationUrl) { $this->adChoicesDestinationUrl = $adChoicesDestinationUrl; } public function getAdChoicesDestinationUrl() { return $this->adChoicesDestinationUrl; } /** * @param Google_Service_AdExchangeBuyerII_AdTechnologyProviders */ public function setAdTechnologyProviders(Google_Service_AdExchangeBuyerII_AdTechnologyProviders $adTechnologyProviders) { $this->adTechnologyProviders = $adTechnologyProviders; } /** * @return Google_Service_AdExchangeBuyerII_AdTechnologyProviders */ public function getAdTechnologyProviders() { return $this->adTechnologyProviders; } public function setAdvertiserName($advertiserName) { $this->advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setApiUpdateTime($apiUpdateTime) { $this->apiUpdateTime = $apiUpdateTime; } public function getApiUpdateTime() { return $this->apiUpdateTime; } public function setAttributes($attributes) { $this->attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setClickThroughUrls($clickThroughUrls) { $this->clickThroughUrls = $clickThroughUrls; } public function getClickThroughUrls() { return $this->clickThroughUrls; } /** * @param Google_Service_AdExchangeBuyerII_Correction[] */ public function setCorrections($corrections) { $this->corrections = $corrections; } /** * @return Google_Service_AdExchangeBuyerII_Correction[] */ public function getCorrections() { return $this->corrections; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setDealsStatus($dealsStatus) { $this->dealsStatus = $dealsStatus; } public function getDealsStatus() { return $this->dealsStatus; } public function setDeclaredClickThroughUrls($declaredClickThroughUrls) { $this->declaredClickThroughUrls = $declaredClickThroughUrls; } public function getDeclaredClickThroughUrls() { return $this->declaredClickThroughUrls; } public function setDetectedAdvertiserIds($detectedAdvertiserIds) { $this->detectedAdvertiserIds = $detectedAdvertiserIds; } public function getDetectedAdvertiserIds() { return $this->detectedAdvertiserIds; } public function setDetectedDomains($detectedDomains) { $this->detectedDomains = $detectedDomains; } public function getDetectedDomains() { return $this->detectedDomains; } public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } public function getDetectedLanguages() { return $this->detectedLanguages; } public function setDetectedProductCategories($detectedProductCategories) { $this->detectedProductCategories = $detectedProductCategories; } public function getDetectedProductCategories() { return $this->detectedProductCategories; } public function setDetectedSensitiveCategories($detectedSensitiveCategories) { $this->detectedSensitiveCategories = $detectedSensitiveCategories; } public function getDetectedSensitiveCategories() { return $this->detectedSensitiveCategories; } /** * @param Google_Service_AdExchangeBuyerII_HtmlContent */ public function setHtml(Google_Service_AdExchangeBuyerII_HtmlContent $html) { $this->html = $html; } /** * @return Google_Service_AdExchangeBuyerII_HtmlContent */ public function getHtml() { return $this->html; } public function setImpressionTrackingUrls($impressionTrackingUrls) { $this->impressionTrackingUrls = $impressionTrackingUrls; } public function getImpressionTrackingUrls() { return $this->impressionTrackingUrls; } /** * @param Google_Service_AdExchangeBuyerII_NativeContent */ public function setNative(Google_Service_AdExchangeBuyerII_NativeContent $native) { $this->native = $native; } /** * @return Google_Service_AdExchangeBuyerII_NativeContent */ public function getNative() { return $this->native; } public function setOpenAuctionStatus($openAuctionStatus) { $this->openAuctionStatus = $openAuctionStatus; } public function getOpenAuctionStatus() { return $this->openAuctionStatus; } public function setRestrictedCategories($restrictedCategories) { $this->restrictedCategories = $restrictedCategories; } public function getRestrictedCategories() { return $this->restrictedCategories; } /** * @param Google_Service_AdExchangeBuyerII_ServingRestriction[] */ public function setServingRestrictions($servingRestrictions) { $this->servingRestrictions = $servingRestrictions; } /** * @return Google_Service_AdExchangeBuyerII_ServingRestriction[] */ public function getServingRestrictions() { return $this->servingRestrictions; } public function setVendorIds($vendorIds) { $this->vendorIds = $vendorIds; } public function getVendorIds() { return $this->vendorIds; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_AdExchangeBuyerII_VideoContent */ public function setVideo(Google_Service_AdExchangeBuyerII_VideoContent $video) { $this->video = $video; } /** * @return Google_Service_AdExchangeBuyerII_VideoContent */ public function getVideo() { return $this->video; } } PK1 Z=2Vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoContent.phpnu[videoUrl = $videoUrl; } public function getVideoUrl() { return $this->videoUrl; } public function setVideoVastXml($videoVastXml) { $this->videoVastXml = $videoVastXml; } public function getVideoVastXml() { return $this->videoVastXml; } } PK1 ZHjgvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListPublisherProfilesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AdExchangeBuyerII_PublisherProfile[] */ public function setPublisherProfiles($publisherProfiles) { $this->publisherProfiles = $publisherProfiles; } /** * @return Google_Service_AdExchangeBuyerII_PublisherProfile[] */ public function getPublisherProfiles() { return $this->publisherProfiles; } } PK1 ZOB^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeRestrictions.phpnu[creativeFormat = $creativeFormat; } public function getCreativeFormat() { return $this->creativeFormat; } /** * @param Google_Service_AdExchangeBuyerII_CreativeSpecification[] */ public function setCreativeSpecifications($creativeSpecifications) { $this->creativeSpecifications = $creativeSpecifications; } /** * @return Google_Service_AdExchangeBuyerII_CreativeSpecification[] */ public function getCreativeSpecifications() { return $this->creativeSpecifications; } public function setSkippableAdType($skippableAdType) { $this->skippableAdType = $skippableAdType; } public function getSkippableAdType() { return $this->skippableAdType; } } PK1 Ze ''avendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AdExchangeBuyerII_ClientUser[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_AdExchangeBuyerII_ClientUser[] */ public function getUsers() { return $this->users; } } PK1 Zw&Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DeliveryControl.phpnu[creativeBlockingLevel = $creativeBlockingLevel; } public function getCreativeBlockingLevel() { return $this->creativeBlockingLevel; } public function setDeliveryRateType($deliveryRateType) { $this->deliveryRateType = $deliveryRateType; } public function getDeliveryRateType() { return $this->deliveryRateType; } /** * @param Google_Service_AdExchangeBuyerII_FrequencyCap[] */ public function setFrequencyCaps($frequencyCaps) { $this->frequencyCaps = $frequencyCaps; } /** * @return Google_Service_AdExchangeBuyerII_FrequencyCap[] */ public function getFrequencyCaps() { return $this->frequencyCaps; } } PK1 Z !!Nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Deal.phpnu[availableEndTime = $availableEndTime; } public function getAvailableEndTime() { return $this->availableEndTime; } public function setAvailableStartTime($availableStartTime) { $this->availableStartTime = $availableStartTime; } public function getAvailableStartTime() { return $this->availableStartTime; } /** * @param Google_Service_AdExchangeBuyerII_PrivateData */ public function setBuyerPrivateData(Google_Service_AdExchangeBuyerII_PrivateData $buyerPrivateData) { $this->buyerPrivateData = $buyerPrivateData; } /** * @return Google_Service_AdExchangeBuyerII_PrivateData */ public function getBuyerPrivateData() { return $this->buyerPrivateData; } public function setCreateProductId($createProductId) { $this->createProductId = $createProductId; } public function getCreateProductId() { return $this->createProductId; } public function setCreateProductRevision($createProductRevision) { $this->createProductRevision = $createProductRevision; } public function getCreateProductRevision() { return $this->createProductRevision; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreativePreApprovalPolicy($creativePreApprovalPolicy) { $this->creativePreApprovalPolicy = $creativePreApprovalPolicy; } public function getCreativePreApprovalPolicy() { return $this->creativePreApprovalPolicy; } /** * @param Google_Service_AdExchangeBuyerII_CreativeRestrictions */ public function setCreativeRestrictions(Google_Service_AdExchangeBuyerII_CreativeRestrictions $creativeRestrictions) { $this->creativeRestrictions = $creativeRestrictions; } /** * @return Google_Service_AdExchangeBuyerII_CreativeRestrictions */ public function getCreativeRestrictions() { return $this->creativeRestrictions; } public function setCreativeSafeFrameCompatibility($creativeSafeFrameCompatibility) { $this->creativeSafeFrameCompatibility = $creativeSafeFrameCompatibility; } public function getCreativeSafeFrameCompatibility() { return $this->creativeSafeFrameCompatibility; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } /** * @param Google_Service_AdExchangeBuyerII_DealServingMetadata */ public function setDealServingMetadata(Google_Service_AdExchangeBuyerII_DealServingMetadata $dealServingMetadata) { $this->dealServingMetadata = $dealServingMetadata; } /** * @return Google_Service_AdExchangeBuyerII_DealServingMetadata */ public function getDealServingMetadata() { return $this->dealServingMetadata; } /** * @param Google_Service_AdExchangeBuyerII_DealTerms */ public function setDealTerms(Google_Service_AdExchangeBuyerII_DealTerms $dealTerms) { $this->dealTerms = $dealTerms; } /** * @return Google_Service_AdExchangeBuyerII_DealTerms */ public function getDealTerms() { return $this->dealTerms; } /** * @param Google_Service_AdExchangeBuyerII_DeliveryControl */ public function setDeliveryControl(Google_Service_AdExchangeBuyerII_DeliveryControl $deliveryControl) { $this->deliveryControl = $deliveryControl; } /** * @return Google_Service_AdExchangeBuyerII_DeliveryControl */ public function getDeliveryControl() { return $this->deliveryControl; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExternalDealId($externalDealId) { $this->externalDealId = $externalDealId; } public function getExternalDealId() { return $this->externalDealId; } public function setIsSetupComplete($isSetupComplete) { $this->isSetupComplete = $isSetupComplete; } public function getIsSetupComplete() { return $this->isSetupComplete; } public function setProgrammaticCreativeSource($programmaticCreativeSource) { $this->programmaticCreativeSource = $programmaticCreativeSource; } public function getProgrammaticCreativeSource() { return $this->programmaticCreativeSource; } public function setProposalId($proposalId) { $this->proposalId = $proposalId; } public function getProposalId() { return $this->proposalId; } /** * @param Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function setSellerContacts($sellerContacts) { $this->sellerContacts = $sellerContacts; } /** * @return Google_Service_AdExchangeBuyerII_ContactInformation[] */ public function getSellerContacts() { return $this->sellerContacts; } public function setSyndicationProduct($syndicationProduct) { $this->syndicationProduct = $syndicationProduct; } public function getSyndicationProduct() { return $this->syndicationProduct; } /** * @param Google_Service_AdExchangeBuyerII_MarketplaceTargeting */ public function setTargeting(Google_Service_AdExchangeBuyerII_MarketplaceTargeting $targeting) { $this->targeting = $targeting; } /** * @return Google_Service_AdExchangeBuyerII_MarketplaceTargeting */ public function getTargeting() { return $this->targeting; } /** * @param Google_Service_AdExchangeBuyerII_TargetingCriteria[] */ public function setTargetingCriterion($targetingCriterion) { $this->targetingCriterion = $targetingCriterion; } /** * @return Google_Service_AdExchangeBuyerII_TargetingCriteria[] */ public function getTargetingCriterion() { return $this->targetingCriterion; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWebPropertyCode($webPropertyCode) { $this->webPropertyCode = $webPropertyCode; } public function getWebPropertyCode() { return $this->webPropertyCode; } } PK1 ZذnWvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PricePerBuyer.phpnu[advertiserIds = $advertiserIds; } public function getAdvertiserIds() { return $this->advertiserIds; } /** * @param Google_Service_AdExchangeBuyerII_Buyer */ public function setBuyer(Google_Service_AdExchangeBuyerII_Buyer $buyer) { $this->buyer = $buyer; } /** * @return Google_Service_AdExchangeBuyerII_Buyer */ public function getBuyer() { return $this->buyer; } /** * @param Google_Service_AdExchangeBuyerII_Price */ public function setPrice(Google_Service_AdExchangeBuyerII_Price $price) { $this->price = $price; } /** * @return Google_Service_AdExchangeBuyerII_Price */ public function getPrice() { return $this->price; } } PK1 ZCjfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedFixedPriceTerms.phpnu[fixedPrices = $fixedPrices; } /** * @return Google_Service_AdExchangeBuyerII_PricePerBuyer[] */ public function getFixedPrices() { return $this->fixedPrices; } } PK1 Zf[vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptorMetadata.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK1 ZJ|QWvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayloadError.phpnu[error = $error; } /** * @return Google_Service_Monitoring_Status */ public function getError() { return $this->error; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Monitoring_CollectdValueError[] */ public function setValueErrors($valueErrors) { $this->valueErrors = $valueErrors; } /** * @return Google_Service_Monitoring_CollectdValueError[] */ public function getValueErrors() { return $this->valueErrors; } } PK1 ZMkYvendor/google/apiclient-services/src/Google/Service/Monitoring/QueryTimeSeriesRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } } PK1 ZהgLLXvendor/google/apiclient-services/src/Google/Service/Monitoring/IstioCanonicalService.phpnu[canonicalService = $canonicalService; } public function getCanonicalService() { return $this->canonicalService; } public function setCanonicalServiceNamespace($canonicalServiceNamespace) { $this->canonicalServiceNamespace = $canonicalServiceNamespace; } public function getCanonicalServiceNamespace() { return $this->canonicalServiceNamespace; } public function setMeshUid($meshUid) { $this->meshUid = $meshUid; } public function getMeshUid() { return $this->meshUid; } } PK1 ZYIԻJJNvendor/google/apiclient-services/src/Google/Service/Monitoring/Aggregation.phpnu[alignmentPeriod = $alignmentPeriod; } public function getAlignmentPeriod() { return $this->alignmentPeriod; } public function setCrossSeriesReducer($crossSeriesReducer) { $this->crossSeriesReducer = $crossSeriesReducer; } public function getCrossSeriesReducer() { return $this->crossSeriesReducer; } public function setGroupByFields($groupByFields) { $this->groupByFields = $groupByFields; } public function getGroupByFields() { return $this->groupByFields; } public function setPerSeriesAligner($perSeriesAligner) { $this->perSeriesAligner = $perSeriesAligner; } public function getPerSeriesAligner() { return $this->perSeriesAligner; } } PK1 ZatssYvendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.phpnu[executionErrors = $executionErrors; } /** * @return Google_Service_Monitoring_Status[] */ public function getExecutionErrors() { return $this->executionErrors; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_TimeSeries[] */ public function setTimeSeries($timeSeries) { $this->timeSeries = $timeSeries; } /** * @return Google_Service_Monitoring_TimeSeries[] */ public function getTimeSeries() { return $this->timeSeries; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK1 ZaHvendor/google/apiclient-services/src/Google/Service/Monitoring/Group.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setIsCluster($isCluster) { $this->isCluster = $isCluster; } public function getIsCluster() { return $this->isCluster; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentName($parentName) { $this->parentName = $parentName; } public function getParentName() { return $this->parentName; } } PK1 Z~j  Hvendor/google/apiclient-services/src/Google/Service/Monitoring/Field.phpnu[cardinality = $cardinality; } public function getCardinality() { return $this->cardinality; } public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } /** * @param Google_Service_Monitoring_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_Monitoring_Option[] */ public function getOptions() { return $this->options; } public function setPacked($packed) { $this->packed = $packed; } public function getPacked() { return $this->packed; } public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } } PK1 Z Rvendor/google/apiclient-services/src/Google/Service/Monitoring/LabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK1 ZQ 4KXvendor/google/apiclient-services/src/Google/Service/Monitoring/ServiceLevelIndicator.phpnu[basicSli = $basicSli; } /** * @return Google_Service_Monitoring_BasicSli */ public function getBasicSli() { return $this->basicSli; } /** * @param Google_Service_Monitoring_RequestBasedSli */ public function setRequestBased(Google_Service_Monitoring_RequestBasedSli $requestBased) { $this->requestBased = $requestBased; } /** * @return Google_Service_Monitoring_RequestBasedSli */ public function getRequestBased() { return $this->requestBased; } /** * @param Google_Service_Monitoring_WindowsBasedSli */ public function setWindowsBased(Google_Service_Monitoring_WindowsBasedSli $windowsBased) { $this->windowsBased = $windowsBased; } /** * @return Google_Service_Monitoring_WindowsBasedSli */ public function getWindowsBased() { return $this->windowsBased; } } PK1 Zd FFPvendor/google/apiclient-services/src/Google/Service/Monitoring/MetricAbsence.phpnu[aggregations = $aggregations; } /** * @return Google_Service_Monitoring_Aggregation[] */ public function getAggregations() { return $this->aggregations; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } /** * @param Google_Service_Monitoring_Trigger */ public function setTrigger(Google_Service_Monitoring_Trigger $trigger) { $this->trigger = $trigger; } /** * @return Google_Service_Monitoring_Trigger */ public function getTrigger() { return $this->trigger; } } PK1 Z'e``Lvendor/google/apiclient-services/src/Google/Service/Monitoring/Telemetry.phpnu[resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK1 Zy?K433Pvendor/google/apiclient-services/src/Google/Service/Monitoring/DroppedLabels.phpnu[label = $label; } public function getLabel() { return $this->label; } } PK1 ZA]??cvendor/google/apiclient-services/src/Google/Service/Monitoring/VerifyNotificationChannelRequest.phpnu[code = $code; } public function getCode() { return $this->code; } } PK1 Z%g g Rvendor/google/apiclient-services/src/Google/Service/Monitoring/WindowsBasedSli.phpnu[goodBadMetricFilter = $goodBadMetricFilter; } public function getGoodBadMetricFilter() { return $this->goodBadMetricFilter; } /** * @param Google_Service_Monitoring_PerformanceThreshold */ public function setGoodTotalRatioThreshold(Google_Service_Monitoring_PerformanceThreshold $goodTotalRatioThreshold) { $this->goodTotalRatioThreshold = $goodTotalRatioThreshold; } /** * @return Google_Service_Monitoring_PerformanceThreshold */ public function getGoodTotalRatioThreshold() { return $this->goodTotalRatioThreshold; } /** * @param Google_Service_Monitoring_MetricRange */ public function setMetricMeanInRange(Google_Service_Monitoring_MetricRange $metricMeanInRange) { $this->metricMeanInRange = $metricMeanInRange; } /** * @return Google_Service_Monitoring_MetricRange */ public function getMetricMeanInRange() { return $this->metricMeanInRange; } /** * @param Google_Service_Monitoring_MetricRange */ public function setMetricSumInRange(Google_Service_Monitoring_MetricRange $metricSumInRange) { $this->metricSumInRange = $metricSumInRange; } /** * @return Google_Service_Monitoring_MetricRange */ public function getMetricSumInRange() { return $this->metricSumInRange; } public function setWindowPeriod($windowPeriod) { $this->windowPeriod = $windowPeriod; } public function getWindowPeriod() { return $this->windowPeriod; } } PK1 Z= Vvendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannel.phpnu[creationRecord = $creationRecord; } /** * @return Google_Service_Monitoring_MutationRecord */ public function getCreationRecord() { return $this->creationRecord; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Monitoring_MutationRecord[] */ public function setMutationRecords($mutationRecords) { $this->mutationRecords = $mutationRecords; } /** * @return Google_Service_Monitoring_MutationRecord[] */ public function getMutationRecords() { return $this->mutationRecords; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } public function setVerificationStatus($verificationStatus) { $this->verificationStatus = $verificationStatus; } public function getVerificationStatus() { return $this->verificationStatus; } } PK1 ZBbkkZvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.phpnu[timeSeries = $timeSeries; } /** * @return Google_Service_Monitoring_TimeSeries[] */ public function getTimeSeries() { return $this->timeSeries; } } PK1 ZFoOvendor/google/apiclient-services/src/Google/Service/Monitoring/ClusterIstio.phpnu[clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } public function setServiceNamespace($serviceNamespace) { $this->serviceNamespace = $serviceNamespace; } public function getServiceNamespace() { return $this->serviceNamespace; } } PK1 ZZד Rvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Monitoring_TypedValue[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Monitoring_TypedValue[] */ public function getMetadata() { return $this->metadata; } public function setPlugin($plugin) { $this->plugin = $plugin; } public function getPlugin() { return $this->plugin; } public function setPluginInstance($pluginInstance) { $this->pluginInstance = $pluginInstance; } public function getPluginInstance() { return $this->pluginInstance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setTypeInstance($typeInstance) { $this->typeInstance = $typeInstance; } public function getTypeInstance() { return $this->typeInstance; } /** * @param Google_Service_Monitoring_CollectdValue[] */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Monitoring_CollectdValue[] */ public function getValues() { return $this->values; } } PK1 ZJJRvendor/google/apiclient-services/src/Google/Service/Monitoring/DistributionCut.phpnu[distributionFilter = $distributionFilter; } public function getDistributionFilter() { return $this->distributionFilter; } /** * @param Google_Service_Monitoring_GoogleMonitoringV3Range */ public function setRange(Google_Service_Monitoring_GoogleMonitoringV3Range $range) { $this->range = $range; } /** * @return Google_Service_Monitoring_GoogleMonitoringV3Range */ public function getRange() { return $this->range; } } PK1 Z: $Ovendor/google/apiclient-services/src/Google/Service/Monitoring/TimeInterval.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK1 ZF]S, , Gvendor/google/apiclient-services/src/Google/Service/Monitoring/Type.phpnu[fields = $fields; } /** * @return Google_Service_Monitoring_Field[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_Monitoring_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_Monitoring_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_Monitoring_SourceContext */ public function setSourceContext(Google_Service_Monitoring_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_Monitoring_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK1 Zz@@Kvendor/google/apiclient-services/src/Google/Service/Monitoring/BasicSli.phpnu[availability = $availability; } /** * @return Google_Service_Monitoring_AvailabilityCriteria */ public function getAvailability() { return $this->availability; } /** * @param Google_Service_Monitoring_LatencyCriteria */ public function setLatency(Google_Service_Monitoring_LatencyCriteria $latency) { $this->latency = $latency; } /** * @return Google_Service_Monitoring_LatencyCriteria */ public function getLatency() { return $this->latency; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 Z[Jvendor/google/apiclient-services/src/Google/Service/Monitoring/Trigger.phpnu[count = $count; } public function getCount() { return $this->count; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } } PK1 Z[hPvendor/google/apiclient-services/src/Google/Service/Monitoring/ResourceGroup.phpnu[groupId = $groupId; } public function getGroupId() { return $this->groupId; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK1 ZMMavendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_Monitoring_UptimeCheckConfig[] */ public function setUptimeCheckConfigs($uptimeCheckConfigs) { $this->uptimeCheckConfigs = $uptimeCheckConfigs; } /** * @return Google_Service_Monitoring_UptimeCheckConfig[] */ public function getUptimeCheckConfigs() { return $this->uptimeCheckConfigs; } } PK1 ZTvendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.phpnu[contentMatchers = $contentMatchers; } /** * @return Google_Service_Monitoring_ContentMatcher[] */ public function getContentMatchers() { return $this->contentMatchers; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_HttpCheck */ public function setHttpCheck(Google_Service_Monitoring_HttpCheck $httpCheck) { $this->httpCheck = $httpCheck; } /** * @return Google_Service_Monitoring_HttpCheck */ public function getHttpCheck() { return $this->httpCheck; } /** * @param Google_Service_Monitoring_InternalChecker[] */ public function setInternalCheckers($internalCheckers) { $this->internalCheckers = $internalCheckers; } /** * @return Google_Service_Monitoring_InternalChecker[] */ public function getInternalCheckers() { return $this->internalCheckers; } public function setIsInternal($isInternal) { $this->isInternal = $isInternal; } public function getIsInternal() { return $this->isInternal; } /** * @param Google_Service_Monitoring_MonitoredResource */ public function setMonitoredResource(Google_Service_Monitoring_MonitoredResource $monitoredResource) { $this->monitoredResource = $monitoredResource; } /** * @return Google_Service_Monitoring_MonitoredResource */ public function getMonitoredResource() { return $this->monitoredResource; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeriod($period) { $this->period = $period; } public function getPeriod() { return $this->period; } /** * @param Google_Service_Monitoring_ResourceGroup */ public function setResourceGroup(Google_Service_Monitoring_ResourceGroup $resourceGroup) { $this->resourceGroup = $resourceGroup; } /** * @return Google_Service_Monitoring_ResourceGroup */ public function getResourceGroup() { return $this->resourceGroup; } public function setSelectedRegions($selectedRegions) { $this->selectedRegions = $selectedRegions; } public function getSelectedRegions() { return $this->selectedRegions; } /** * @param Google_Service_Monitoring_TcpCheck */ public function setTcpCheck(Google_Service_Monitoring_TcpCheck $tcpCheck) { $this->tcpCheck = $tcpCheck; } /** * @return Google_Service_Monitoring_TcpCheck */ public function getTcpCheck() { return $this->tcpCheck; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK1 ZIvendor/google/apiclient-services/src/Google/Service/Monitoring/Linear.phpnu[numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK1 ZBl$6Wvendor/google/apiclient-services/src/Google/Service/Monitoring/AvailabilityCriteria.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZCbbKvendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.phpnu[bounds = $bounds; } public function getBounds() { return $this->bounds; } } PK1 ZmږIvendor/google/apiclient-services/src/Google/Service/Monitoring/Custom.phpnu[range = $range; } /** * @return Google_Service_Monitoring_GoogleMonitoringV3Range */ public function getRange() { return $this->range; } public function setTimeSeries($timeSeries) { $this->timeSeries = $timeSeries; } public function getTimeSeries() { return $this->timeSeries; } } PK1 Z8Hvendor/google/apiclient-services/src/Google/Service/Monitoring/Range.phpnu[max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } } PK1 ZaUvendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.phpnu[group = $group; } /** * @return Google_Service_Monitoring_Group[] */ public function getGroup() { return $this->group; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zh.]Pvendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.phpnu[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; } } PK1 ZdQvendor/google/apiclient-services/src/Google/Service/Monitoring/ContentMatcher.phpnu[content = $content; } public function getContent() { return $this->content; } public function setMatcher($matcher) { $this->matcher = $matcher; } public function getMatcher() { return $this->matcher; } } PK1 ZsyRvendor/google/apiclient-services/src/Google/Service/Monitoring/ValueDescriptor.phpnu[key = $key; } public function getKey() { return $this->key; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK1 Z~5zzcvendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringQueryLanguageCondition.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_Monitoring_Trigger */ public function setTrigger(Google_Service_Monitoring_Trigger $trigger) { $this->trigger = $trigger; } /** * @return Google_Service_Monitoring_Trigger */ public function getTrigger() { return $this->trigger; } } PK1 Z7 Ivendor/google/apiclient-services/src/Google/Service/Monitoring/Option.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 Zbdggcvendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_NotificationChannel[] */ public function setNotificationChannels($notificationChannels) { $this->notificationChannels = $notificationChannels; } /** * @return Google_Service_Monitoring_NotificationChannel[] */ public function getNotificationChannels() { return $this->notificationChannels; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK1 Z&Rvendor/google/apiclient-services/src/Google/Service/Monitoring/InternalChecker.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGcpZone($gcpZone) { $this->gcpZone = $gcpZone; } public function getGcpZone() { return $this->gcpZone; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPeerProjectId($peerProjectId) { $this->peerProjectId = $peerProjectId; } public function getPeerProjectId() { return $this->peerProjectId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK1 ZwtLvendor/google/apiclient-services/src/Google/Service/Monitoring/MeshIstio.phpnu[meshUid = $meshUid; } public function getMeshUid() { return $this->meshUid; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } public function setServiceNamespace($serviceNamespace) { $this->serviceNamespace = $serviceNamespace; } public function getServiceNamespace() { return $this->serviceNamespace; } } PK1 ZP0Jvendor/google/apiclient-services/src/Google/Service/Monitoring/Service.phpnu[appEngine = $appEngine; } /** * @return Google_Service_Monitoring_AppEngine */ public function getAppEngine() { return $this->appEngine; } /** * @param Google_Service_Monitoring_CloudEndpoints */ public function setCloudEndpoints(Google_Service_Monitoring_CloudEndpoints $cloudEndpoints) { $this->cloudEndpoints = $cloudEndpoints; } /** * @return Google_Service_Monitoring_CloudEndpoints */ public function getCloudEndpoints() { return $this->cloudEndpoints; } /** * @param Google_Service_Monitoring_ClusterIstio */ public function setClusterIstio(Google_Service_Monitoring_ClusterIstio $clusterIstio) { $this->clusterIstio = $clusterIstio; } /** * @return Google_Service_Monitoring_ClusterIstio */ public function getClusterIstio() { return $this->clusterIstio; } /** * @param Google_Service_Monitoring_Custom */ public function setCustom(Google_Service_Monitoring_Custom $custom) { $this->custom = $custom; } /** * @return Google_Service_Monitoring_Custom */ public function getCustom() { return $this->custom; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_IstioCanonicalService */ public function setIstioCanonicalService(Google_Service_Monitoring_IstioCanonicalService $istioCanonicalService) { $this->istioCanonicalService = $istioCanonicalService; } /** * @return Google_Service_Monitoring_IstioCanonicalService */ public function getIstioCanonicalService() { return $this->istioCanonicalService; } /** * @param Google_Service_Monitoring_MeshIstio */ public function setMeshIstio(Google_Service_Monitoring_MeshIstio $meshIstio) { $this->meshIstio = $meshIstio; } /** * @return Google_Service_Monitoring_MeshIstio */ public function getMeshIstio() { return $this->meshIstio; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Monitoring_Telemetry */ public function setTelemetry(Google_Service_Monitoring_Telemetry $telemetry) { $this->telemetry = $telemetry; } /** * @return Google_Service_Monitoring_Telemetry */ public function getTelemetry() { return $this->telemetry; } } PK1 ZhʟRvendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.phpnu[aggregations = $aggregations; } /** * @return Google_Service_Monitoring_Aggregation[] */ public function getAggregations() { return $this->aggregations; } public function setComparison($comparison) { $this->comparison = $comparison; } public function getComparison() { return $this->comparison; } /** * @param Google_Service_Monitoring_Aggregation[] */ public function setDenominatorAggregations($denominatorAggregations) { $this->denominatorAggregations = $denominatorAggregations; } /** * @return Google_Service_Monitoring_Aggregation[] */ public function getDenominatorAggregations() { return $this->denominatorAggregations; } public function setDenominatorFilter($denominatorFilter) { $this->denominatorFilter = $denominatorFilter; } public function getDenominatorFilter() { return $this->denominatorFilter; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setThresholdValue($thresholdValue) { $this->thresholdValue = $thresholdValue; } public function getThresholdValue() { return $this->thresholdValue; } /** * @param Google_Service_Monitoring_Trigger */ public function setTrigger(Google_Service_Monitoring_Trigger $trigger) { $this->trigger = $trigger; } /** * @return Google_Service_Monitoring_Trigger */ public function getTrigger() { return $this->trigger; } } PK1 Z Svendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Monitoring_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } /** * @param Google_Service_Monitoring_MetricDescriptorMetadata */ public function setMetadata(Google_Service_Monitoring_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Monitoring_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setMonitoredResourceTypes($monitoredResourceTypes) { $this->monitoredResourceTypes = $monitoredResourceTypes; } public function getMonitoredResourceTypes() { return $this->monitoredResourceTypes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK1 ZU=''Kvendor/google/apiclient-services/src/Google/Service/Monitoring/TcpCheck.phpnu[port = $port; } public function getPort() { return $this->port; } } PK1 Z#| | rvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $notificationChannelDescriptors = $monitoringService->notificationChannelDescriptors; * */ class Google_Service_Monitoring_Resource_ProjectsNotificationChannelDescriptors extends Google_Service_Resource { /** * Gets a single channel descriptor. The descriptor indicates which fields are * expected / permitted for a notification channel of the given type. * (notificationChannelDescriptors.get) * * @param string $name Required. The channel type for which to execute the * request. The format is: * projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_NotificationChannelDescriptor */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_NotificationChannelDescriptor"); } /** * Lists the descriptors for supported channel types. The use of descriptors * makes it possible for new channel types to be dynamically added. * (notificationChannelDescriptors.listProjectsNotificationChannelDescriptors) * * @param string $name Required. The REST resource name of the parent from which * to retrieve the notification channel descriptors. The expected syntax is: * projects/[PROJECT_ID_OR_NUMBER] Note that this names the parent container in * which to look for the descriptors; to retrieve a single descriptor by name, * use the GetNotificationChannelDescriptor operation, instead. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. If not set to a positive number, a reasonable value will be chosen * by the service. * @opt_param string pageToken If non-empty, page_token must contain a value * returned as the next_page_token in a previous response to request the next * set of results. * @return Google_Service_Monitoring_ListNotificationChannelDescriptorsResponse */ public function listProjectsNotificationChannelDescriptors($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListNotificationChannelDescriptorsResponse"); } } PK1 Z 11fvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $collectdTimeSeries = $monitoringService->collectdTimeSeries; * */ class Google_Service_Monitoring_Resource_ProjectsCollectdTimeSeries extends Google_Service_Resource { /** * Stackdriver Monitoring Agent only: Creates a new time series.This method is * only for use by the Stackdriver Monitoring Agent. Use * projects.timeSeries.create instead. (collectdTimeSeries.create) * * @param string $name The project in which to create the time series. The * format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_CreateCollectdTimeSeriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_CreateCollectdTimeSeriesResponse */ public function create($name, Google_Service_Monitoring_CreateCollectdTimeSeriesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_CreateCollectdTimeSeriesResponse"); } } PK1 Zjvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ServicesServiceLevelObjectives.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $serviceLevelObjectives = $monitoringService->serviceLevelObjectives; * */ class Google_Service_Monitoring_Resource_ServicesServiceLevelObjectives extends Google_Service_Resource { /** * Create a ServiceLevelObjective for the given Service. * (serviceLevelObjectives.create) * * @param string $parent Required. Resource name of the parent Service. The * format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] * @param Google_Service_Monitoring_ServiceLevelObjective $postBody * @param array $optParams Optional parameters. * * @opt_param string serviceLevelObjectiveId Optional. The ServiceLevelObjective * id to use for this ServiceLevelObjective. If omitted, an id will be generated * instead. Must match the pattern [a-z0-9\-]+ * @return Google_Service_Monitoring_ServiceLevelObjective */ public function create($parent, Google_Service_Monitoring_ServiceLevelObjective $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_ServiceLevelObjective"); } /** * Delete the given ServiceLevelObjective. (serviceLevelObjectives.delete) * * @param string $name Required. Resource name of the ServiceLevelObjective to * delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/ * serviceLevelObjectives/[SLO_NAME] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Get a ServiceLevelObjective by name. (serviceLevelObjectives.get) * * @param string $name Required. Resource name of the ServiceLevelObjective to * get. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/ser * viceLevelObjectives/[SLO_NAME] * @param array $optParams Optional parameters. * * @opt_param string view View of the ServiceLevelObjective to return. If * DEFAULT, return the ServiceLevelObjective as originally defined. If EXPLICIT * and the ServiceLevelObjective is defined in terms of a BasicSli, replace the * BasicSli with a RequestBasedSli spelling out how the SLI is computed. * @return Google_Service_Monitoring_ServiceLevelObjective */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_ServiceLevelObjective"); } /** * List the ServiceLevelObjectives for the given Service. * (serviceLevelObjectives.listServicesServiceLevelObjectives) * * @param string $parent Required. Resource name of the parent containing the * listed SLOs, either a project or a Monitoring Workspace. The formats are: * projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] * workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/- * @param array $optParams Optional parameters. * * @opt_param string filter A filter specifying what ServiceLevelObjectives to * return. * @opt_param int pageSize A non-negative number that is the maximum number of * results to return. When 0, use default page size. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @opt_param string view View of the ServiceLevelObjectives to return. If * DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT * and the ServiceLevelObjective is defined in terms of a BasicSli, replace the * BasicSli with a RequestBasedSli spelling out how the SLI is computed. * @return Google_Service_Monitoring_ListServiceLevelObjectivesResponse */ public function listServicesServiceLevelObjectives($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListServiceLevelObjectivesResponse"); } /** * Update the given ServiceLevelObjective. (serviceLevelObjectives.patch) * * @param string $name Resource name for this ServiceLevelObjective. The format * is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjecti * ves/[SLO_NAME] * @param Google_Service_Monitoring_ServiceLevelObjective $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A set of field paths defining which fields to * use for the update. * @return Google_Service_Monitoring_ServiceLevelObjective */ public function patch($name, Google_Service_Monitoring_ServiceLevelObjective $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Monitoring_ServiceLevelObjective"); } } PK1 Zf''cvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/OrganizationsTimeSeries.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $timeSeries = $monitoringService->timeSeries; * */ class Google_Service_Monitoring_Resource_OrganizationsTimeSeries extends Google_Service_Resource { /** * Lists time series that match a filter. This method does not require a * Workspace. (timeSeries.listOrganizationsTimeSeries) * * @param string $name Required. The project, organization or folder on which to * execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param string aggregation.alignmentPeriod The alignment_period specifies * a time interval, in seconds, that is used to divide the data in all the time * series into consistent blocks of time. This will be done before the per- * series aligner can be applied to the data.The value must be at least 60 * seconds. If a per-series aligner other than ALIGN_NONE is specified, this * field is required or an error is returned. If no per-series aligner is * specified, or the aligner ALIGN_NONE is specified, then this field is * ignored.The maximum value of the alignment_period is 104 weeks (2 years) for * charts, and 90,000 seconds (25 hours) for alerting policies. * @opt_param string aggregation.crossSeriesReducer The reduction operation to * be used to combine time series into a single time series, where the value of * each data point in the resulting series is a function of all the already * aligned values in the input time series.Not all reducer operations can be * applied to all time series. The valid choices depend on the metric_kind and * the value_type of the original time series. Reduction can yield a time series * with a different metric_kind or value_type than the input time series.Time * series data must first be aligned (see per_series_aligner) in order to * perform cross-time series reduction. If cross_series_reducer is specified, * then per_series_aligner must be specified, and must not be ALIGN_NONE. An * alignment_period must also be specified; otherwise, an error is returned. * @opt_param string aggregation.groupByFields The set of fields to preserve * when cross_series_reducer is specified. The group_by_fields determine how the * time series are partitioned into subsets prior to applying the aggregation * operation. Each subset contains time series that have the same value for each * of the grouping fields. Each individual time series is a member of exactly * one subset. The cross_series_reducer is applied to each subset of time * series. It is not possible to reduce across different resource types, so this * field implicitly contains resource.type. Fields not specified in * group_by_fields are aggregated away. If group_by_fields is not specified and * all the time series have the same resource type, then the time series are * aggregated into a single output time series. If cross_series_reducer is not * defined, this field is ignored. * @opt_param string aggregation.perSeriesAligner An Aligner describes how to * bring the data points in a single time series into temporal alignment. Except * for ALIGN_NONE, all alignments cause all the data points in an * alignment_period to be mathematically grouped together, resulting in a single * data point for each alignment_period with end timestamp at the end of the * period.Not all alignment operations may be applied to all time series. The * valid choices depend on the metric_kind and value_type of the original time * series. Alignment can change the metric_kind or the value_type of the time * series.Time series data must be aligned in order to perform cross-time series * reduction. If cross_series_reducer is specified, then per_series_aligner must * be specified and not equal to ALIGN_NONE and alignment_period must be * specified; otherwise, an error is returned. * @opt_param string filter Required. A monitoring filter * (https://cloud.google.com/monitoring/api/v3/filters) that specifies which * time series should be returned. The filter must specify a single metric type, * and can additionally specify metric labels and other information. For * example: metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND * metric.labels.instance_name = "my-instance-name" * @opt_param string interval.endTime Required. The end of the time interval. * @opt_param string interval.startTime Optional. The beginning of the time * interval. The default value for the start time is the end time. The start * time must not be later than the end time. * @opt_param string orderBy Unsupported: must be left blank. The points in each * time series are currently returned in reverse time order (most recent to * oldest). * @opt_param int pageSize A positive number that is the maximum number of * results to return. If page_size is empty or more than 100,000 results, the * effective page_size is 100,000 results. If view is set to FULL, this is the * maximum number of Points returned. If view is set to HEADERS, this is the * maximum number of TimeSeries returned. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @opt_param string secondaryAggregation.alignmentPeriod The alignment_period * specifies a time interval, in seconds, that is used to divide the data in all * the time series into consistent blocks of time. This will be done before the * per-series aligner can be applied to the data.The value must be at least 60 * seconds. If a per-series aligner other than ALIGN_NONE is specified, this * field is required or an error is returned. If no per-series aligner is * specified, or the aligner ALIGN_NONE is specified, then this field is * ignored.The maximum value of the alignment_period is 104 weeks (2 years) for * charts, and 90,000 seconds (25 hours) for alerting policies. * @opt_param string secondaryAggregation.crossSeriesReducer The reduction * operation to be used to combine time series into a single time series, where * the value of each data point in the resulting series is a function of all the * already aligned values in the input time series.Not all reducer operations * can be applied to all time series. The valid choices depend on the * metric_kind and the value_type of the original time series. Reduction can * yield a time series with a different metric_kind or value_type than the input * time series.Time series data must first be aligned (see per_series_aligner) * in order to perform cross-time series reduction. If cross_series_reducer is * specified, then per_series_aligner must be specified, and must not be * ALIGN_NONE. An alignment_period must also be specified; otherwise, an error * is returned. * @opt_param string secondaryAggregation.groupByFields The set of fields to * preserve when cross_series_reducer is specified. The group_by_fields * determine how the time series are partitioned into subsets prior to applying * the aggregation operation. Each subset contains time series that have the * same value for each of the grouping fields. Each individual time series is a * member of exactly one subset. The cross_series_reducer is applied to each * subset of time series. It is not possible to reduce across different resource * types, so this field implicitly contains resource.type. Fields not specified * in group_by_fields are aggregated away. If group_by_fields is not specified * and all the time series have the same resource type, then the time series are * aggregated into a single output time series. If cross_series_reducer is not * defined, this field is ignored. * @opt_param string secondaryAggregation.perSeriesAligner An Aligner describes * how to bring the data points in a single time series into temporal alignment. * Except for ALIGN_NONE, all alignments cause all the data points in an * alignment_period to be mathematically grouped together, resulting in a single * data point for each alignment_period with end timestamp at the end of the * period.Not all alignment operations may be applied to all time series. The * valid choices depend on the metric_kind and value_type of the original time * series. Alignment can change the metric_kind or the value_type of the time * series.Time series data must be aligned in order to perform cross-time series * reduction. If cross_series_reducer is specified, then per_series_aligner must * be specified and not equal to ALIGN_NONE and alignment_period must be * specified; otherwise, an error is returned. * @opt_param string view Required. Specifies which information is returned * about the time series. * @return Google_Service_Monitoring_ListTimeSeriesResponse */ public function listOrganizationsTimeSeries($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListTimeSeriesResponse"); } } PK1 ZUUavendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $alertPolicies = $monitoringService->alertPolicies; * */ class Google_Service_Monitoring_Resource_ProjectsAlertPolicies extends Google_Service_Resource { /** * Creates a new alerting policy. (alertPolicies.create) * * @param string $name Required. The project in which to create the alerting * policy. The format is: projects/[PROJECT_ID_OR_NUMBER] Note that this field * names the parent container in which the alerting policy will be written, not * the name of the created policy. |name| must be a host project of a workspace, * otherwise INVALID_ARGUMENT error will return. The alerting policy that is * returned will have a name that contains a normalized representation of this * name as a prefix but adds a suffix of the form * /alertPolicies/[ALERT_POLICY_ID], identifying the policy in the container. * @param Google_Service_Monitoring_AlertPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_AlertPolicy */ public function create($name, Google_Service_Monitoring_AlertPolicy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_AlertPolicy"); } /** * Deletes an alerting policy. (alertPolicies.delete) * * @param string $name Required. The alerting policy to delete. The format is: * projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] For more * information, see AlertPolicy. * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Gets a single alerting policy. (alertPolicies.get) * * @param string $name Required. The alerting policy to retrieve. The format is: * projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_AlertPolicy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_AlertPolicy"); } /** * Lists the existing alerting policies for the workspace. * (alertPolicies.listProjectsAlertPolicies) * * @param string $name Required. The project whose alert policies are to be * listed. The format is: projects/[PROJECT_ID_OR_NUMBER] Note that this field * names the parent container in which the alerting policies to be listed are * stored. To retrieve a single alerting policy by name, use the GetAlertPolicy * operation, instead. * @param array $optParams Optional parameters. * * @opt_param string filter If provided, this field specifies the criteria that * must be met by alert policies to be included in the response.For more * details, see sorting and filtering * (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * @opt_param string orderBy A comma-separated list of fields by which to sort * the result. Supports the same set of field references as the filter field. * Entries can be prefixed with a minus sign to sort by the field in descending * order.For more details, see sorting and filtering * (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * @opt_param int pageSize The maximum number of results to return in a single * response. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return more results from the previous method * call. * @return Google_Service_Monitoring_ListAlertPoliciesResponse */ public function listProjectsAlertPolicies($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListAlertPoliciesResponse"); } /** * Updates an alerting policy. You can either replace the entire policy with a * new one or replace only certain fields in the current alerting policy by * specifying the fields to be updated via updateMask. Returns the updated * alerting policy. (alertPolicies.patch) * * @param string $name Required if the policy exists. The resource name for this * policy. The format is: * projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] * [ALERT_POLICY_ID] is assigned by Stackdriver Monitoring when the policy is * created. When calling the alertPolicies.create method, do not include the * name field in the alerting policy passed as part of the request. * @param Google_Service_Monitoring_AlertPolicy $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. A list of alerting policy field names. * If this field is not empty, each listed field in the existing alerting policy * is set to the value of the corresponding field in the supplied policy * (alert_policy), or to the field's default value if the field is not in the * supplied alerting policy. Fields not listed retain their previous * value.Examples of valid field masks include display_name, documentation, * documentation.content, documentation.mime_type, user_labels, * user_label.nameofkey, enabled, conditions, combiner, etc.If this field is * empty, then the supplied alerting policy replaces the existing policy. It is * the same as deleting the existing policy and adding the supplied policy, * except for the following: The new policy will have the same [ALERT_POLICY_ID] * as the former policy. This gives you continuity with the former policy in * your notifications and incidents. Conditions in the new policy will keep * their former [CONDITION_ID] if the supplied condition includes the name field * with that [CONDITION_ID]. If the supplied condition omits the name field, * then a new [CONDITION_ID] is created. * @return Google_Service_Monitoring_AlertPolicy */ public function patch($name, Google_Service_Monitoring_AlertPolicy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Monitoring_AlertPolicy"); } } PK1 Z*E'']vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/FoldersTimeSeries.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $timeSeries = $monitoringService->timeSeries; * */ class Google_Service_Monitoring_Resource_FoldersTimeSeries extends Google_Service_Resource { /** * Lists time series that match a filter. This method does not require a * Workspace. (timeSeries.listFoldersTimeSeries) * * @param string $name Required. The project, organization or folder on which to * execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param string aggregation.alignmentPeriod The alignment_period specifies * a time interval, in seconds, that is used to divide the data in all the time * series into consistent blocks of time. This will be done before the per- * series aligner can be applied to the data.The value must be at least 60 * seconds. If a per-series aligner other than ALIGN_NONE is specified, this * field is required or an error is returned. If no per-series aligner is * specified, or the aligner ALIGN_NONE is specified, then this field is * ignored.The maximum value of the alignment_period is 104 weeks (2 years) for * charts, and 90,000 seconds (25 hours) for alerting policies. * @opt_param string aggregation.crossSeriesReducer The reduction operation to * be used to combine time series into a single time series, where the value of * each data point in the resulting series is a function of all the already * aligned values in the input time series.Not all reducer operations can be * applied to all time series. The valid choices depend on the metric_kind and * the value_type of the original time series. Reduction can yield a time series * with a different metric_kind or value_type than the input time series.Time * series data must first be aligned (see per_series_aligner) in order to * perform cross-time series reduction. If cross_series_reducer is specified, * then per_series_aligner must be specified, and must not be ALIGN_NONE. An * alignment_period must also be specified; otherwise, an error is returned. * @opt_param string aggregation.groupByFields The set of fields to preserve * when cross_series_reducer is specified. The group_by_fields determine how the * time series are partitioned into subsets prior to applying the aggregation * operation. Each subset contains time series that have the same value for each * of the grouping fields. Each individual time series is a member of exactly * one subset. The cross_series_reducer is applied to each subset of time * series. It is not possible to reduce across different resource types, so this * field implicitly contains resource.type. Fields not specified in * group_by_fields are aggregated away. If group_by_fields is not specified and * all the time series have the same resource type, then the time series are * aggregated into a single output time series. If cross_series_reducer is not * defined, this field is ignored. * @opt_param string aggregation.perSeriesAligner An Aligner describes how to * bring the data points in a single time series into temporal alignment. Except * for ALIGN_NONE, all alignments cause all the data points in an * alignment_period to be mathematically grouped together, resulting in a single * data point for each alignment_period with end timestamp at the end of the * period.Not all alignment operations may be applied to all time series. The * valid choices depend on the metric_kind and value_type of the original time * series. Alignment can change the metric_kind or the value_type of the time * series.Time series data must be aligned in order to perform cross-time series * reduction. If cross_series_reducer is specified, then per_series_aligner must * be specified and not equal to ALIGN_NONE and alignment_period must be * specified; otherwise, an error is returned. * @opt_param string filter Required. A monitoring filter * (https://cloud.google.com/monitoring/api/v3/filters) that specifies which * time series should be returned. The filter must specify a single metric type, * and can additionally specify metric labels and other information. For * example: metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND * metric.labels.instance_name = "my-instance-name" * @opt_param string interval.endTime Required. The end of the time interval. * @opt_param string interval.startTime Optional. The beginning of the time * interval. The default value for the start time is the end time. The start * time must not be later than the end time. * @opt_param string orderBy Unsupported: must be left blank. The points in each * time series are currently returned in reverse time order (most recent to * oldest). * @opt_param int pageSize A positive number that is the maximum number of * results to return. If page_size is empty or more than 100,000 results, the * effective page_size is 100,000 results. If view is set to FULL, this is the * maximum number of Points returned. If view is set to HEADERS, this is the * maximum number of TimeSeries returned. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @opt_param string secondaryAggregation.alignmentPeriod The alignment_period * specifies a time interval, in seconds, that is used to divide the data in all * the time series into consistent blocks of time. This will be done before the * per-series aligner can be applied to the data.The value must be at least 60 * seconds. If a per-series aligner other than ALIGN_NONE is specified, this * field is required or an error is returned. If no per-series aligner is * specified, or the aligner ALIGN_NONE is specified, then this field is * ignored.The maximum value of the alignment_period is 104 weeks (2 years) for * charts, and 90,000 seconds (25 hours) for alerting policies. * @opt_param string secondaryAggregation.crossSeriesReducer The reduction * operation to be used to combine time series into a single time series, where * the value of each data point in the resulting series is a function of all the * already aligned values in the input time series.Not all reducer operations * can be applied to all time series. The valid choices depend on the * metric_kind and the value_type of the original time series. Reduction can * yield a time series with a different metric_kind or value_type than the input * time series.Time series data must first be aligned (see per_series_aligner) * in order to perform cross-time series reduction. If cross_series_reducer is * specified, then per_series_aligner must be specified, and must not be * ALIGN_NONE. An alignment_period must also be specified; otherwise, an error * is returned. * @opt_param string secondaryAggregation.groupByFields The set of fields to * preserve when cross_series_reducer is specified. The group_by_fields * determine how the time series are partitioned into subsets prior to applying * the aggregation operation. Each subset contains time series that have the * same value for each of the grouping fields. Each individual time series is a * member of exactly one subset. The cross_series_reducer is applied to each * subset of time series. It is not possible to reduce across different resource * types, so this field implicitly contains resource.type. Fields not specified * in group_by_fields are aggregated away. If group_by_fields is not specified * and all the time series have the same resource type, then the time series are * aggregated into a single output time series. If cross_series_reducer is not * defined, this field is ignored. * @opt_param string secondaryAggregation.perSeriesAligner An Aligner describes * how to bring the data points in a single time series into temporal alignment. * Except for ALIGN_NONE, all alignments cause all the data points in an * alignment_period to be mathematically grouped together, resulting in a single * data point for each alignment_period with end timestamp at the end of the * period.Not all alignment operations may be applied to all time series. The * valid choices depend on the metric_kind and value_type of the original time * series. Alignment can change the metric_kind or the value_type of the time * series.Time series data must be aligned in order to perform cross-time series * reduction. If cross_series_reducer is specified, then per_series_aligner must * be specified and not equal to ALIGN_NONE and alignment_period must be * specified; otherwise, an error is returned. * @opt_param string view Required. Specifies which information is returned * about the time series. * @return Google_Service_Monitoring_ListTimeSeriesResponse */ public function listFoldersTimeSeries($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListTimeSeriesResponse"); } } PK1 Z[iY pvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $monitoredResourceDescriptors = $monitoringService->monitoredResourceDescriptors; * */ class Google_Service_Monitoring_Resource_ProjectsMonitoredResourceDescriptors extends Google_Service_Resource { /** * Gets a single monitored resource descriptor. This method does not require a * Workspace. (monitoredResourceDescriptors.get) * * @param string $name Required. The monitored resource descriptor to get. The * format is: * projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] * The [RESOURCE_TYPE] is a predefined type, such as cloudsql_database. * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoredResourceDescriptor */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_MonitoredResourceDescriptor"); } /** * Lists monitored resource descriptors that match a filter. This method does * not require a Workspace. * (monitoredResourceDescriptors.listProjectsMonitoredResourceDescriptors) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string filter An optional filter * (https://cloud.google.com/monitoring/api/v3/filters) describing the * descriptors to be returned. The filter can reference the descriptor's type * and labels. For example, the following filter returns only Google Compute * Engine descriptors that have an id label: resource.type = starts_with("gce_") * AND resource.label:id * @opt_param int pageSize A positive number that is the maximum number of * results to return. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @return Google_Service_Monitoring_ListMonitoredResourceDescriptorsResponse */ public function listProjectsMonitoredResourceDescriptors($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListMonitoredResourceDescriptorsResponse"); } } PK1 Z,_0 0 avendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $members = $monitoringService->members; * */ class Google_Service_Monitoring_Resource_ProjectsGroupsMembers extends Google_Service_Resource { /** * Lists the monitored resources that are members of a group. * (members.listProjectsGroupsMembers) * * @param string $name Required. The group whose members are listed. The format * is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @param array $optParams Optional parameters. * * @opt_param string filter An optional list filter * (https://cloud.google.com/monitoring/api/learn_more#filtering) describing the * members to be returned. The filter may reference the type, labels, and * metadata of monitored resources that comprise the group. For example, to * return only resources representing Compute Engine VM instances, use this * filter: `resource.type = "gce_instance"` * @opt_param string interval.endTime Required. The end of the time interval. * @opt_param string interval.startTime Optional. The beginning of the time * interval. The default value for the start time is the end time. The start * time must not be later than the end time. * @opt_param int pageSize A positive number that is the maximum number of * results to return. * @opt_param string pageToken If this field is not empty then it must contain * the next_page_token value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @return Google_Service_Monitoring_ListGroupMembersResponse */ public function listProjectsGroupsMembers($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListGroupMembersResponse"); } } PK1 Z%!c*c*hvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $notificationChannels = $monitoringService->notificationChannels; * */ class Google_Service_Monitoring_Resource_ProjectsNotificationChannels extends Google_Service_Resource { /** * Creates a new notification channel, representing a single notification * endpoint such as an email address, SMS number, or PagerDuty service. * (notificationChannels.create) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] This names the container into * which the channel will be written, this does not name the newly created * channel. The resulting channel's name will have a normalized version of this * field as a prefix, but will add /notificationChannels/[CHANNEL_ID] to * identify the channel. * @param Google_Service_Monitoring_NotificationChannel $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_NotificationChannel */ public function create($name, Google_Service_Monitoring_NotificationChannel $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_NotificationChannel"); } /** * Deletes a notification channel. (notificationChannels.delete) * * @param string $name Required. The channel for which to execute the request. * The format is: * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] * @param array $optParams Optional parameters. * * @opt_param bool force If true, the notification channel will be deleted * regardless of its use in alert policies (the policies will be updated to * remove the channel). If false, channels that are still referenced by an * existing alerting policy will fail to be deleted in a delete operation. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Gets a single notification channel. The channel includes the relevant * configuration details with which the channel was created. However, the * response may truncate or omit passwords, API keys, or other private key * matter and thus the response may not be 100% identical to the information * that was supplied in the call to the create method. * (notificationChannels.get) * * @param string $name Required. The channel for which to execute the request. * The format is: * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_NotificationChannel */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_NotificationChannel"); } /** * Requests a verification code for an already verified channel that can then be * used in a call to VerifyNotificationChannel() on a different channel with an * equivalent identity in the same or in a different project. This makes it * possible to copy a channel between projects without requiring manual * reverification of the channel. If the channel is not in the verified state, * this method will fail (in other words, this may only be used if the * SendNotificationChannelVerificationCode and VerifyNotificationChannel paths * have already been used to put the given channel into the verified * state).There is no guarantee that the verification codes returned by this * method will be of a similar structure or form as the ones that are delivered * to the channel via SendNotificationChannelVerificationCode; while * VerifyNotificationChannel() will recognize both the codes delivered via * SendNotificationChannelVerificationCode() and returned from * GetNotificationChannelVerificationCode(), it is typically the case that the * verification codes delivered via SendNotificationChannelVerificationCode() * will be shorter and also have a shorter expiration (e.g. codes such as * "G-123456") whereas GetVerificationCode() will typically return a much * longer, websafe base 64 encoded string that has a longer expiration time. * (notificationChannels.getVerificationCode) * * @param string $name Required. The notification channel for which a * verification code is to be generated and retrieved. This must name a channel * that is already verified; if the specified channel is not verified, the * request will fail. * @param Google_Service_Monitoring_GetNotificationChannelVerificationCodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_GetNotificationChannelVerificationCodeResponse */ public function getVerificationCode($name, Google_Service_Monitoring_GetNotificationChannelVerificationCodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getVerificationCode', array($params), "Google_Service_Monitoring_GetNotificationChannelVerificationCodeResponse"); } /** * Lists the notification channels that have been created for the project. * (notificationChannels.listProjectsNotificationChannels) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] This names the container in * which to look for the notification channels; it does not name a specific * channel. To query a specific channel by REST resource name, use the * GetNotificationChannel operation. * @param array $optParams Optional parameters. * * @opt_param string filter If provided, this field specifies the criteria that * must be met by notification channels to be included in the response.For more * details, see sorting and filtering * (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * @opt_param string orderBy A comma-separated list of fields by which to sort * the result. Supports the same set of fields as in filter. Entries can be * prefixed with a minus sign to sort in descending rather than ascending * order.For more details, see sorting and filtering * (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * @opt_param int pageSize The maximum number of results to return in a single * response. If not set to a positive number, a reasonable value will be chosen * by the service. * @opt_param string pageToken If non-empty, page_token must contain a value * returned as the next_page_token in a previous response to request the next * set of results. * @return Google_Service_Monitoring_ListNotificationChannelsResponse */ public function listProjectsNotificationChannels($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListNotificationChannelsResponse"); } /** * Updates a notification channel. Fields not specified in the field mask remain * unchanged. (notificationChannels.patch) * * @param string $name The full REST resource name for this channel. The format * is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The * [CHANNEL_ID] is automatically assigned by the server on creation. * @param Google_Service_Monitoring_NotificationChannel $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The fields to update. * @return Google_Service_Monitoring_NotificationChannel */ public function patch($name, Google_Service_Monitoring_NotificationChannel $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Monitoring_NotificationChannel"); } /** * Causes a verification code to be delivered to the channel. The code can then * be supplied in VerifyNotificationChannel to verify the channel. * (notificationChannels.sendVerificationCode) * * @param string $name Required. The notification channel to which to send a * verification code. * @param Google_Service_Monitoring_SendNotificationChannelVerificationCodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function sendVerificationCode($name, Google_Service_Monitoring_SendNotificationChannelVerificationCodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sendVerificationCode', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Verifies a NotificationChannel by proving receipt of the code delivered to * the channel as a result of calling SendNotificationChannelVerificationCode. * (notificationChannels.verify) * * @param string $name Required. The notification channel to verify. * @param Google_Service_Monitoring_VerifyNotificationChannelRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_NotificationChannel */ public function verify($name, Google_Service_Monitoring_VerifyNotificationChannelRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verify', array($params), "Google_Service_Monitoring_NotificationChannel"); } } PK1 Zn·Zvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $groups = $monitoringService->groups; * */ class Google_Service_Monitoring_Resource_ProjectsGroups extends Google_Service_Resource { /** * Creates a new group. (groups.create) * * @param string $name Required. The project in which to create the group. The * format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_Group $postBody * @param array $optParams Optional parameters. * * @opt_param bool validateOnly If true, validate this request but do not create * the group. * @return Google_Service_Monitoring_Group */ public function create($name, Google_Service_Monitoring_Group $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_Group"); } /** * Deletes an existing group. (groups.delete) * * @param string $name Required. The group to delete. The format is: * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @param array $optParams Optional parameters. * * @opt_param bool recursive If this field is true, then the request means to * delete a group with all its descendants. Otherwise, the request means to * delete a group only when it has no descendants. The default value is false. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Gets a single group. (groups.get) * * @param string $name Required. The group to retrieve. The format is: * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_Group */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_Group"); } /** * Lists the existing groups. (groups.listProjectsGroups) * * @param string $name Required. The project whose groups are to be listed. The * format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string ancestorsOfGroup A group name. The format is: * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns groups that are * ancestors of the specified group. The groups are returned in order, starting * with the immediate parent and ending with the most distant ancestor. If the * specified group has no immediate parent, the results are empty. * @opt_param string childrenOfGroup A group name. The format is: * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns groups whose * parent_name field contains the group name. If no groups have this parent, the * results are empty. * @opt_param string descendantsOfGroup A group name. The format is: * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns the descendants of * the specified group. This is a superset of the results returned by the * children_of_group filter, and includes children-of-children, and so forth. * @opt_param int pageSize A positive number that is the maximum number of * results to return. * @opt_param string pageToken If this field is not empty then it must contain * the next_page_token value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @return Google_Service_Monitoring_ListGroupsResponse */ public function listProjectsGroups($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListGroupsResponse"); } /** * Updates an existing group. You can change any group attributes except name. * (groups.update) * * @param string $name Output only. The name of this group. The format is: * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this * field is ignored and a new name is created consisting of the project * specified in the call to CreateGroup and a unique [GROUP_ID] that is * generated automatically. * @param Google_Service_Monitoring_Group $postBody * @param array $optParams Optional parameters. * * @opt_param bool validateOnly If true, validate this request but do not update * the existing group. * @return Google_Service_Monitoring_Group */ public function update($name, Google_Service_Monitoring_Group $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Monitoring_Group"); } } PK1 ZQ\Tvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Services.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $services = $monitoringService->services; * */ class Google_Service_Monitoring_Resource_Services extends Google_Service_Resource { /** * Create a Service. (services.create) * * @param string $parent Required. Resource name of the parent workspace. The * format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string serviceId Optional. The Service id to use for this Service. * If omitted, an id will be generated instead. Must match the pattern * [a-z0-9\-]+ * @return Google_Service_Monitoring_Service */ public function create($parent, Google_Service_Monitoring_Service $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_Service"); } /** * Soft delete this Service. (services.delete) * * @param string $name Required. Resource name of the Service to delete. The * format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Get the named Service. (services.get) * * @param string $name Required. Resource name of the Service. The format is: * projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_Service */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_Service"); } /** * List Services for this workspace. (services.listServices) * * @param string $parent Required. Resource name of the parent containing the * listed services, either a project or a Monitoring Workspace. The formats are: * projects/[PROJECT_ID_OR_NUMBER] workspaces/[HOST_PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string filter A filter specifying what Services to return. The * filter currently supports the following fields: - `identifier_case` - * `app_engine.module_id` - `cloud_endpoints.service` (reserved for future use) * - `mesh_istio.mesh_uid` - `mesh_istio.service_namespace` - * `mesh_istio.service_name` - `cluster_istio.location` (deprecated) - * `cluster_istio.cluster_name` (deprecated) - `cluster_istio.service_namespace` * (deprecated) - `cluster_istio.service_name` (deprecated) identifier_case * refers to which option in the identifier oneof is populated. For example, the * filter identifier_case = "CUSTOM" would match all services with a value for * the custom field. Valid options are "CUSTOM", "APP_ENGINE", "MESH_ISTIO", * plus "CLUSTER_ISTIO" (deprecated) and "CLOUD_ENDPOINTS" (reserved for future * use). * @opt_param int pageSize A non-negative number that is the maximum number of * results to return. When 0, use default page size. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @return Google_Service_Monitoring_ListServicesResponse */ public function listServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListServicesResponse"); } /** * Update this Service. (services.patch) * * @param string $name Resource name for this Service. The format is: * projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] * @param Google_Service_Monitoring_Service $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask A set of field paths defining which fields to * use for the update. * @return Google_Service_Monitoring_Service */ public function patch($name, Google_Service_Monitoring_Service $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Monitoring_Service"); } } PK1 Z5rrSvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Folders.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $folders = $monitoringService->folders; * */ class Google_Service_Monitoring_Resource_Folders extends Google_Service_Resource { } PK1 Z.Xevendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $metricDescriptors = $monitoringService->metricDescriptors; * */ class Google_Service_Monitoring_Resource_ProjectsMetricDescriptors extends Google_Service_Resource { /** * Creates a new metric descriptor. User-created metric descriptors define * custom metrics (https://cloud.google.com/monitoring/custom-metrics). * (metricDescriptors.create) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_MetricDescriptor $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MetricDescriptor */ public function create($name, Google_Service_Monitoring_MetricDescriptor $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_MetricDescriptor"); } /** * Deletes a metric descriptor. Only user-created custom metrics * (https://cloud.google.com/monitoring/custom-metrics) can be deleted. * (metricDescriptors.delete) * * @param string $name Required. The metric descriptor on which to execute the * request. The format is: * projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example of * [METRIC_ID] is: "custom.googleapis.com/my_test_metric". * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Gets a single metric descriptor. This method does not require a Workspace. * (metricDescriptors.get) * * @param string $name Required. The metric descriptor on which to execute the * request. The format is: * projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example * value of [METRIC_ID] is * "compute.googleapis.com/instance/disk/read_bytes_count". * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MetricDescriptor */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_MetricDescriptor"); } /** * Lists metric descriptors that match a filter. This method does not require a * Workspace. (metricDescriptors.listProjectsMetricDescriptors) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string filter If this field is empty, all custom and system- * defined metric descriptors are returned. Otherwise, the filter * (https://cloud.google.com/monitoring/api/v3/filters) specifies which metric * descriptors are to be returned. For example, the following filter matches all * custom metrics (https://cloud.google.com/monitoring/custom-metrics): * metric.type = starts_with("custom.googleapis.com/") * @opt_param int pageSize A positive number that is the maximum number of * results to return. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @return Google_Service_Monitoring_ListMetricDescriptorsResponse */ public function listProjectsMetricDescriptors($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListMetricDescriptorsResponse"); } } PK1 Z\}AZvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $uptimeCheckIps = $monitoringService->uptimeCheckIps; * */ class Google_Service_Monitoring_Resource_UptimeCheckIps extends Google_Service_Resource { /** * Returns the list of IP addresses that checkers run from * (uptimeCheckIps.listUptimeCheckIps) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. The server may further constrain the maximum number of results * returned in a single page. If the page_size is <=0, the server will decide * the number of results to be returned. NOTE: this field is not yet implemented * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return more results from the previous method * call. NOTE: this field is not yet implemented * @return Google_Service_Monitoring_ListUptimeCheckIpsResponse */ public function listUptimeCheckIps($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListUptimeCheckIpsResponse"); } } PK1 ZBx:.:.^vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $timeSeries = $monitoringService->timeSeries; * */ class Google_Service_Monitoring_Resource_ProjectsTimeSeries extends Google_Service_Resource { /** * Creates or adds data to one or more time series. The response is empty if all * time series in the request were written. If any time series could not be * written, a corresponding failure message is included in the error response. * (timeSeries.create) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_CreateTimeSeriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function create($name, Google_Service_Monitoring_CreateTimeSeriesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Lists time series that match a filter. This method does not require a * Workspace. (timeSeries.listProjectsTimeSeries) * * @param string $name Required. The project, organization or folder on which to * execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param string aggregation.alignmentPeriod The alignment_period specifies * a time interval, in seconds, that is used to divide the data in all the time * series into consistent blocks of time. This will be done before the per- * series aligner can be applied to the data.The value must be at least 60 * seconds. If a per-series aligner other than ALIGN_NONE is specified, this * field is required or an error is returned. If no per-series aligner is * specified, or the aligner ALIGN_NONE is specified, then this field is * ignored.The maximum value of the alignment_period is 104 weeks (2 years) for * charts, and 90,000 seconds (25 hours) for alerting policies. * @opt_param string aggregation.crossSeriesReducer The reduction operation to * be used to combine time series into a single time series, where the value of * each data point in the resulting series is a function of all the already * aligned values in the input time series.Not all reducer operations can be * applied to all time series. The valid choices depend on the metric_kind and * the value_type of the original time series. Reduction can yield a time series * with a different metric_kind or value_type than the input time series.Time * series data must first be aligned (see per_series_aligner) in order to * perform cross-time series reduction. If cross_series_reducer is specified, * then per_series_aligner must be specified, and must not be ALIGN_NONE. An * alignment_period must also be specified; otherwise, an error is returned. * @opt_param string aggregation.groupByFields The set of fields to preserve * when cross_series_reducer is specified. The group_by_fields determine how the * time series are partitioned into subsets prior to applying the aggregation * operation. Each subset contains time series that have the same value for each * of the grouping fields. Each individual time series is a member of exactly * one subset. The cross_series_reducer is applied to each subset of time * series. It is not possible to reduce across different resource types, so this * field implicitly contains resource.type. Fields not specified in * group_by_fields are aggregated away. If group_by_fields is not specified and * all the time series have the same resource type, then the time series are * aggregated into a single output time series. If cross_series_reducer is not * defined, this field is ignored. * @opt_param string aggregation.perSeriesAligner An Aligner describes how to * bring the data points in a single time series into temporal alignment. Except * for ALIGN_NONE, all alignments cause all the data points in an * alignment_period to be mathematically grouped together, resulting in a single * data point for each alignment_period with end timestamp at the end of the * period.Not all alignment operations may be applied to all time series. The * valid choices depend on the metric_kind and value_type of the original time * series. Alignment can change the metric_kind or the value_type of the time * series.Time series data must be aligned in order to perform cross-time series * reduction. If cross_series_reducer is specified, then per_series_aligner must * be specified and not equal to ALIGN_NONE and alignment_period must be * specified; otherwise, an error is returned. * @opt_param string filter Required. A monitoring filter * (https://cloud.google.com/monitoring/api/v3/filters) that specifies which * time series should be returned. The filter must specify a single metric type, * and can additionally specify metric labels and other information. For * example: metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND * metric.labels.instance_name = "my-instance-name" * @opt_param string interval.endTime Required. The end of the time interval. * @opt_param string interval.startTime Optional. The beginning of the time * interval. The default value for the start time is the end time. The start * time must not be later than the end time. * @opt_param string orderBy Unsupported: must be left blank. The points in each * time series are currently returned in reverse time order (most recent to * oldest). * @opt_param int pageSize A positive number that is the maximum number of * results to return. If page_size is empty or more than 100,000 results, the * effective page_size is 100,000 results. If view is set to FULL, this is the * maximum number of Points returned. If view is set to HEADERS, this is the * maximum number of TimeSeries returned. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @opt_param string secondaryAggregation.alignmentPeriod The alignment_period * specifies a time interval, in seconds, that is used to divide the data in all * the time series into consistent blocks of time. This will be done before the * per-series aligner can be applied to the data.The value must be at least 60 * seconds. If a per-series aligner other than ALIGN_NONE is specified, this * field is required or an error is returned. If no per-series aligner is * specified, or the aligner ALIGN_NONE is specified, then this field is * ignored.The maximum value of the alignment_period is 104 weeks (2 years) for * charts, and 90,000 seconds (25 hours) for alerting policies. * @opt_param string secondaryAggregation.crossSeriesReducer The reduction * operation to be used to combine time series into a single time series, where * the value of each data point in the resulting series is a function of all the * already aligned values in the input time series.Not all reducer operations * can be applied to all time series. The valid choices depend on the * metric_kind and the value_type of the original time series. Reduction can * yield a time series with a different metric_kind or value_type than the input * time series.Time series data must first be aligned (see per_series_aligner) * in order to perform cross-time series reduction. If cross_series_reducer is * specified, then per_series_aligner must be specified, and must not be * ALIGN_NONE. An alignment_period must also be specified; otherwise, an error * is returned. * @opt_param string secondaryAggregation.groupByFields The set of fields to * preserve when cross_series_reducer is specified. The group_by_fields * determine how the time series are partitioned into subsets prior to applying * the aggregation operation. Each subset contains time series that have the * same value for each of the grouping fields. Each individual time series is a * member of exactly one subset. The cross_series_reducer is applied to each * subset of time series. It is not possible to reduce across different resource * types, so this field implicitly contains resource.type. Fields not specified * in group_by_fields are aggregated away. If group_by_fields is not specified * and all the time series have the same resource type, then the time series are * aggregated into a single output time series. If cross_series_reducer is not * defined, this field is ignored. * @opt_param string secondaryAggregation.perSeriesAligner An Aligner describes * how to bring the data points in a single time series into temporal alignment. * Except for ALIGN_NONE, all alignments cause all the data points in an * alignment_period to be mathematically grouped together, resulting in a single * data point for each alignment_period with end timestamp at the end of the * period.Not all alignment operations may be applied to all time series. The * valid choices depend on the metric_kind and value_type of the original time * series. Alignment can change the metric_kind or the value_type of the time * series.Time series data must be aligned in order to perform cross-time series * reduction. If cross_series_reducer is specified, then per_series_aligner must * be specified and not equal to ALIGN_NONE and alignment_period must be * specified; otherwise, an error is returned. * @opt_param string view Required. Specifies which information is returned * about the time series. * @return Google_Service_Monitoring_ListTimeSeriesResponse */ public function listProjectsTimeSeries($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListTimeSeriesResponse"); } /** * Queries time series using Monitoring Query Language. This method does not * require a Workspace. (timeSeries.query) * * @param string $name Required. The project on which to execute the request. * The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_QueryTimeSeriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_QueryTimeSeriesResponse */ public function query($name, Google_Service_Monitoring_QueryTimeSeriesRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_Monitoring_QueryTimeSeriesResponse"); } } PK1 ZҢOvvTvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Projects.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $projects = $monitoringService->projects; * */ class Google_Service_Monitoring_Resource_Projects extends Google_Service_Resource { } PK1 Z^Yvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Organizations.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $organizations = $monitoringService->organizations; * */ class Google_Service_Monitoring_Resource_Organizations extends Google_Service_Resource { } PK1 Z4YWifvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.phpnu[ * $monitoringService = new Google_Service_Monitoring(...); * $uptimeCheckConfigs = $monitoringService->uptimeCheckConfigs; * */ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Google_Service_Resource { /** * Creates a new Uptime check configuration. (uptimeCheckConfigs.create) * * @param string $parent Required. The project in which to create the Uptime * check. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_UptimeCheckConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_UptimeCheckConfig */ public function create($parent, Google_Service_Monitoring_UptimeCheckConfig $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); } /** * Deletes an Uptime check configuration. Note that this method will fail if the * Uptime check configuration is referenced by an alert policy or other * dependent configs that would be rendered invalid by the deletion. * (uptimeCheckConfigs.delete) * * @param string $name Required. The Uptime check configuration to delete. The * format is: * projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** * Gets a single Uptime check configuration. (uptimeCheckConfigs.get) * * @param string $name Required. The Uptime check configuration to retrieve. The * format is: * projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_UptimeCheckConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); } /** * Lists the existing valid Uptime check configurations for the project (leaving * out any invalid configurations). * (uptimeCheckConfigs.listProjectsUptimeCheckConfigs) * * @param string $parent Required. The project whose Uptime check configurations * are listed. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response. The server may further constrain the maximum number of results * returned in a single page. If the page_size is <=0, the server will decide * the number of results to be returned. * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return more results from the previous method * call. * @return Google_Service_Monitoring_ListUptimeCheckConfigsResponse */ public function listProjectsUptimeCheckConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Monitoring_ListUptimeCheckConfigsResponse"); } /** * Updates an Uptime check configuration. You can either replace the entire * configuration with a new one or replace only certain fields in the current * configuration by specifying the fields to be updated via updateMask. Returns * the updated configuration. (uptimeCheckConfigs.patch) * * @param string $name A unique resource name for this Uptime check * configuration. The format is: * projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] * [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the * Uptime check.This field should be omitted when creating the Uptime check * configuration; on create, the resource name is assigned by the server and * included in the response. * @param Google_Service_Monitoring_UptimeCheckConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. If present, only the listed fields in * the current Uptime check configuration are updated with values from the new * configuration. If this field is empty, then the current configuration is * completely replaced with the new configuration. * @return Google_Service_Monitoring_UptimeCheckConfig */ public function patch($name, Google_Service_Monitoring_UptimeCheckConfig $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); } } PK1 ZZBhh]vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckIpsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_UptimeCheckIp[] */ public function setUptimeCheckIps($uptimeCheckIps) { $this->uptimeCheckIps = $uptimeCheckIps; } /** * @return Google_Service_Monitoring_UptimeCheckIp[] */ public function getUptimeCheckIps() { return $this->uptimeCheckIps; } } PK1 ZUHHPvendor/google/apiclient-services/src/Google/Service/Monitoring/SourceContext.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } } PK1 Z$Wvendor/google/apiclient-services/src/Google/Service/Monitoring/PerformanceThreshold.phpnu[basicSliPerformance = $basicSliPerformance; } /** * @return Google_Service_Monitoring_BasicSli */ public function getBasicSliPerformance() { return $this->basicSliPerformance; } /** * @param Google_Service_Monitoring_RequestBasedSli */ public function setPerformance(Google_Service_Monitoring_RequestBasedSli $performance) { $this->performance = $performance; } /** * @return Google_Service_Monitoring_RequestBasedSli */ public function getPerformance() { return $this->performance; } public function setThreshold($threshold) { $this->threshold = $threshold; } public function getThreshold() { return $this->threshold; } } PK1 ZPTTXvendor/google/apiclient-services/src/Google/Service/Monitoring/ServiceLevelObjective.phpnu[calendarPeriod = $calendarPeriod; } public function getCalendarPeriod() { return $this->calendarPeriod; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGoal($goal) { $this->goal = $goal; } public function getGoal() { return $this->goal; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRollingPeriod($rollingPeriod) { $this->rollingPeriod = $rollingPeriod; } public function getRollingPeriod() { return $this->rollingPeriod; } /** * @param Google_Service_Monitoring_ServiceLevelIndicator */ public function setServiceLevelIndicator(Google_Service_Monitoring_ServiceLevelIndicator $serviceLevelIndicator) { $this->serviceLevelIndicator = $serviceLevelIndicator; } /** * @return Google_Service_Monitoring_ServiceLevelIndicator */ public function getServiceLevelIndicator() { return $this->serviceLevelIndicator; } } PK1 ZIhNvendor/google/apiclient-services/src/Google/Service/Monitoring/AlertPolicy.phpnu[combiner = $combiner; } public function getCombiner() { return $this->combiner; } /** * @param Google_Service_Monitoring_Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_Monitoring_Condition[] */ public function getConditions() { return $this->conditions; } /** * @param Google_Service_Monitoring_MutationRecord */ public function setCreationRecord(Google_Service_Monitoring_MutationRecord $creationRecord) { $this->creationRecord = $creationRecord; } /** * @return Google_Service_Monitoring_MutationRecord */ public function getCreationRecord() { return $this->creationRecord; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_Documentation */ public function setDocumentation(Google_Service_Monitoring_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_Monitoring_Documentation */ public function getDocumentation() { return $this->documentation; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } /** * @param Google_Service_Monitoring_MutationRecord */ public function setMutationRecord(Google_Service_Monitoring_MutationRecord $mutationRecord) { $this->mutationRecord = $mutationRecord; } /** * @return Google_Service_Monitoring_MutationRecord */ public function getMutationRecord() { return $this->mutationRecord; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotificationChannels($notificationChannels) { $this->notificationChannels = $notificationChannels; } public function getNotificationChannels() { return $this->notificationChannels; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } /** * @param Google_Service_Monitoring_Status */ public function setValidity(Google_Service_Monitoring_Status $validity) { $this->validity = $validity; } /** * @return Google_Service_Monitoring_Status */ public function getValidity() { return $this->validity; } } PK1 Z$_3`vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Monitoring_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 ZXa`  \vendor/google/apiclient-services/src/Google/Service/Monitoring/ListAlertPoliciesResponse.phpnu[alertPolicies = $alertPolicies; } /** * @return Google_Service_Monitoring_AlertPolicy[] */ public function getAlertPolicies() { return $this->alertPolicies; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK1 Z(VZMvendor/google/apiclient-services/src/Google/Service/Monitoring/LabelValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK1 Z~5Pvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.phpnu[dataSourceName = $dataSourceName; } public function getDataSourceName() { return $this->dataSourceName; } public function setDataSourceType($dataSourceType) { $this->dataSourceType = $dataSourceType; } public function getDataSourceType() { return $this->dataSourceType; } /** * @param Google_Service_Monitoring_TypedValue */ public function setValue(Google_Service_Monitoring_TypedValue $value) { $this->value = $value; } /** * @return Google_Service_Monitoring_TypedValue */ public function getValue() { return $this->value; } } PK1 Z9QQRvendor/google/apiclient-services/src/Google/Service/Monitoring/LatencyCriteria.phpnu[threshold = $threshold; } public function getThreshold() { return $this->threshold; } } PK1 Z]FFNvendor/google/apiclient-services/src/Google/Service/Monitoring/SpanContext.phpnu[spanName = $spanName; } public function getSpanName() { return $this->spanName; } } PK1 Z}=wwcvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesResponse.phpnu[payloadErrors = $payloadErrors; } /** * @return Google_Service_Monitoring_CollectdPayloadError[] */ public function getPayloadErrors() { return $this->payloadErrors; } /** * @param Google_Service_Monitoring_CreateTimeSeriesSummary */ public function setSummary(Google_Service_Monitoring_CreateTimeSeriesSummary $summary) { $this->summary = $summary; } /** * @return Google_Service_Monitoring_CreateTimeSeriesSummary */ public function getSummary() { return $this->summary; } } PK1 ZvM[vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupMembersResponse.phpnu[members = $members; } /** * @return Google_Service_Monitoring_MonitoredResource[] */ public function getMembers() { return $this->members; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK1 Zw_QDDLvendor/google/apiclient-services/src/Google/Service/Monitoring/AppEngine.phpnu[moduleId = $moduleId; } public function getModuleId() { return $this->moduleId; } } PK1 Z 6ppMvendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } /** * @param Google_Service_Monitoring_Distribution */ public function setDistributionValue(Google_Service_Monitoring_Distribution $distributionValue) { $this->distributionValue = $distributionValue; } /** * @return Google_Service_Monitoring_Distribution */ public function getDistributionValue() { return $this->distributionValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK1 ZTO O Lvendor/google/apiclient-services/src/Google/Service/Monitoring/HttpCheck.phpnu[authInfo = $authInfo; } /** * @return Google_Service_Monitoring_BasicAuthentication */ public function getAuthInfo() { return $this->authInfo; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setMaskHeaders($maskHeaders) { $this->maskHeaders = $maskHeaders; } public function getMaskHeaders() { return $this->maskHeaders; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setRequestMethod($requestMethod) { $this->requestMethod = $requestMethod; } public function getRequestMethod() { return $this->requestMethod; } public function setUseSsl($useSsl) { $this->useSsl = $useSsl; } public function getUseSsl() { return $this->useSsl; } public function setValidateSsl($validateSsl) { $this->validateSsl = $validateSsl; } public function getValidateSsl() { return $this->validateSsl; } } PK1 Z4Hvendor/google/apiclient-services/src/Google/Service/Monitoring/Point.phpnu[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; } } PK1 Z=@l Lvendor/google/apiclient-services/src/Google/Service/Monitoring/Condition.phpnu[conditionAbsent = $conditionAbsent; } /** * @return Google_Service_Monitoring_MetricAbsence */ public function getConditionAbsent() { return $this->conditionAbsent; } /** * @param Google_Service_Monitoring_MonitoringQueryLanguageCondition */ public function setConditionMonitoringQueryLanguage(Google_Service_Monitoring_MonitoringQueryLanguageCondition $conditionMonitoringQueryLanguage) { $this->conditionMonitoringQueryLanguage = $conditionMonitoringQueryLanguage; } /** * @return Google_Service_Monitoring_MonitoringQueryLanguageCondition */ public function getConditionMonitoringQueryLanguage() { return $this->conditionMonitoringQueryLanguage; } /** * @param Google_Service_Monitoring_MetricThreshold */ public function setConditionThreshold(Google_Service_Monitoring_MetricThreshold $conditionThreshold) { $this->conditionThreshold = $conditionThreshold; } /** * @return Google_Service_Monitoring_MetricThreshold */ public function getConditionThreshold() { return $this->conditionThreshold; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK1 Z|KWlNvendor/google/apiclient-services/src/Google/Service/Monitoring/Exponential.phpnu[growthFactor = $growthFactor; } public function getGrowthFactor() { return $this->growthFactor; } public function setNumFiniteBuckets($numFiniteBuckets) { $this->numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } } PK1 Zv9?( Ovendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.phpnu[bucketCounts = $bucketCounts; } public function getBucketCounts() { return $this->bucketCounts; } /** * @param Google_Service_Monitoring_BucketOptions */ public function setBucketOptions(Google_Service_Monitoring_BucketOptions $bucketOptions) { $this->bucketOptions = $bucketOptions; } /** * @return Google_Service_Monitoring_BucketOptions */ public function getBucketOptions() { return $this->bucketOptions; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Monitoring_Exemplar[] */ public function setExemplars($exemplars) { $this->exemplars = $exemplars; } /** * @return Google_Service_Monitoring_Exemplar[] */ public function getExemplars() { return $this->exemplars; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } /** * @param Google_Service_Monitoring_Range */ public function setRange(Google_Service_Monitoring_Range $range) { $this->range = $range; } /** * @return Google_Service_Monitoring_Range */ public function getRange() { return $this->range; } public function setSumOfSquaredDeviation($sumOfSquaredDeviation) { $this->sumOfSquaredDeviation = $sumOfSquaredDeviation; } public function getSumOfSquaredDeviation() { return $this->sumOfSquaredDeviation; } } PK1 Z1Pvendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckIp.phpnu[ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } } PK1 Zː~~Wvendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeriesDescriptor.phpnu[labelDescriptors = $labelDescriptors; } /** * @return Google_Service_Monitoring_LabelDescriptor[] */ public function getLabelDescriptors() { return $this->labelDescriptors; } /** * @param Google_Service_Monitoring_ValueDescriptor[] */ public function setPointDescriptors($pointDescriptors) { $this->pointDescriptors = $pointDescriptors; } /** * @return Google_Service_Monitoring_ValueDescriptor[] */ public function getPointDescriptors() { return $this->pointDescriptors; } } PK1 Zbevendor/google/apiclient-services/src/Google/Service/Monitoring/ListServiceLevelObjectivesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_ServiceLevelObjective[] */ public function setServiceLevelObjectives($serviceLevelObjectives) { $this->serviceLevelObjectives = $serviceLevelObjectives; } /** * @return Google_Service_Monitoring_ServiceLevelObjective[] */ public function getServiceLevelObjectives() { return $this->serviceLevelObjectives; } } PK1 ZVHvendor/google/apiclient-services/src/Google/Service/Monitoring/Error.phpnu[pointCount = $pointCount; } public function getPointCount() { return $this->pointCount; } /** * @param Google_Service_Monitoring_Status */ public function setStatus(Google_Service_Monitoring_Status $status) { $this->status = $status; } /** * @return Google_Service_Monitoring_Status */ public function getStatus() { return $this->status; } } PK1 ZaIvendor/google/apiclient-services/src/Google/Service/Monitoring/Status.phpnu[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; } } PK1 Z)=Pvendor/google/apiclient-services/src/Google/Service/Monitoring/Documentation.phpnu[content = $content; } public function getContent() { return $this->content; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK1 Zvvpvendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeRequest.phpnu[expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } } PK1 ZO͑Lvendor/google/apiclient-services/src/Google/Service/Monitoring/PointData.phpnu[timeInterval = $timeInterval; } /** * @return Google_Service_Monitoring_TimeInterval */ public function getTimeInterval() { return $this->timeInterval; } /** * @param Google_Service_Monitoring_TypedValue[] */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Monitoring_TypedValue[] */ public function getValues() { return $this->values; } } PK1 ZaP^vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Monitoring_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Z#6((\vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceMetadata.phpnu[systemLabels = $systemLabels; } public function getSystemLabels() { return $this->systemLabels; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } } PK1 Z@LzKvendor/google/apiclient-services/src/Google/Service/Monitoring/Exemplar.phpnu[attachments = $attachments; } public function getAttachments() { return $this->attachments; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK1 Zs\Wvendor/google/apiclient-services/src/Google/Service/Monitoring/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_Monitoring_Service[] */ public function getServices() { return $this->services; } } PK1 Z[&Ivendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK1 Zl:]BBQvendor/google/apiclient-services/src/Google/Service/Monitoring/CloudEndpoints.phpnu[service = $service; } public function getService() { return $this->service; } } PK1 Z|9Vvendor/google/apiclient-services/src/Google/Service/Monitoring/BasicAuthentication.phpnu[password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK1 Z4V;4 4 Mvendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeries.phpnu[metadata = $metadata; } /** * @return Google_Service_Monitoring_MonitoredResourceMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Monitoring_Metric */ public function setMetric(Google_Service_Monitoring_Metric $metric) { $this->metric = $metric; } /** * @return Google_Service_Monitoring_Metric */ public function getMetric() { return $this->metric; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } /** * @param Google_Service_Monitoring_Point[] */ public function setPoints($points) { $this->points = $points; } /** * @return Google_Service_Monitoring_Point[] */ public function getPoints() { return $this->points; } /** * @param Google_Service_Monitoring_MonitoredResource */ public function setResource(Google_Service_Monitoring_MonitoredResource $resource) { $this->resource = $resource; } /** * @return Google_Service_Monitoring_MonitoredResource */ public function getResource() { return $this->resource; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK1 Z?ְqvendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeResponse.phpnu[code = $code; } public function getCode() { return $this->code; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } } PK1 Z۸KMMbvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.phpnu[collectdPayloads = $collectdPayloads; } /** * @return Google_Service_Monitoring_CollectdPayload[] */ public function getCollectdPayloads() { return $this->collectdPayloads; } public function setCollectdVersion($collectdVersion) { $this->collectdVersion = $collectdVersion; } public function getCollectdVersion() { return $this->collectdVersion; } /** * @param Google_Service_Monitoring_MonitoredResource */ public function setResource(Google_Service_Monitoring_MonitoredResource $resource) { $this->resource = $resource; } /** * @return Google_Service_Monitoring_MonitoredResource */ public function getResource() { return $this->resource; } } PK1 ZǷllRvendor/google/apiclient-services/src/Google/Service/Monitoring/RequestBasedSli.phpnu[distributionCut = $distributionCut; } /** * @return Google_Service_Monitoring_DistributionCut */ public function getDistributionCut() { return $this->distributionCut; } /** * @param Google_Service_Monitoring_TimeSeriesRatio */ public function setGoodTotalRatio(Google_Service_Monitoring_TimeSeriesRatio $goodTotalRatio) { $this->goodTotalRatio = $goodTotalRatio; } /** * @return Google_Service_Monitoring_TimeSeriesRatio */ public function getGoodTotalRatio() { return $this->goodTotalRatio; } } PK1 Z;Qvendor/google/apiclient-services/src/Google/Service/Monitoring/MutationRecord.phpnu[mutateTime = $mutateTime; } public function getMutateTime() { return $this->mutateTime; } public function setMutatedBy($mutatedBy) { $this->mutatedBy = $mutatedBy; } public function getMutatedBy() { return $this->mutatedBy; } } PK1 Z mvendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelDescriptorsResponse.phpnu[channelDescriptors = $channelDescriptors; } /** * @return Google_Service_Monitoring_NotificationChannelDescriptor[] */ public function getChannelDescriptors() { return $this->channelDescriptors; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Zbqvendor/google/apiclient-services/src/Google/Service/Monitoring/SendNotificationChannelVerificationCodeRequest.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_Status[] */ public function setPartialErrors($partialErrors) { $this->partialErrors = $partialErrors; } /** * @return Google_Service_Monitoring_Status[] */ public function getPartialErrors() { return $this->partialErrors; } /** * @param Google_Service_Monitoring_TimeSeriesData[] */ public function setTimeSeriesData($timeSeriesData) { $this->timeSeriesData = $timeSeriesData; } /** * @return Google_Service_Monitoring_TimeSeriesData[] */ public function getTimeSeriesData() { return $this->timeSeriesData; } /** * @param Google_Service_Monitoring_TimeSeriesDescriptor */ public function setTimeSeriesDescriptor(Google_Service_Monitoring_TimeSeriesDescriptor $timeSeriesDescriptor) { $this->timeSeriesDescriptor = $timeSeriesDescriptor; } /** * @return Google_Service_Monitoring_TimeSeriesDescriptor */ public function getTimeSeriesDescriptor() { return $this->timeSeriesDescriptor; } } PK1 ZMnEZvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesSummary.phpnu[errors = $errors; } /** * @return Google_Service_Monitoring_Error[] */ public function getErrors() { return $this->errors; } public function setSuccessPointCount($successPointCount) { $this->successPointCount = $successPointCount; } public function getSuccessPointCount() { return $this->successPointCount; } public function setTotalPointCount($totalPointCount) { $this->totalPointCount = $totalPointCount; } public function getTotalPointCount() { return $this->totalPointCount; } } PK1 ZQvendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeriesData.phpnu[labelValues = $labelValues; } /** * @return Google_Service_Monitoring_LabelValue[] */ public function getLabelValues() { return $this->labelValues; } /** * @param Google_Service_Monitoring_PointData[] */ public function setPointData($pointData) { $this->pointData = $pointData; } /** * @return Google_Service_Monitoring_PointData[] */ public function getPointData() { return $this->pointData; } } PK1 Ze3A{[[Rvendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeriesRatio.phpnu[badServiceFilter = $badServiceFilter; } public function getBadServiceFilter() { return $this->badServiceFilter; } public function setGoodServiceFilter($goodServiceFilter) { $this->goodServiceFilter = $goodServiceFilter; } public function getGoodServiceFilter() { return $this->goodServiceFilter; } public function setTotalServiceFilter($totalServiceFilter) { $this->totalServiceFilter = $totalServiceFilter; } public function getTotalServiceFilter() { return $this->totalServiceFilter; } } PK1 ZoZvendor/google/apiclient-services/src/Google/Service/Monitoring/GoogleMonitoringV3Range.phpnu[max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } } PK1 ZHy,kvendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_MonitoredResourceDescriptor[] */ public function setResourceDescriptors($resourceDescriptors) { $this->resourceDescriptors = $resourceDescriptors; } /** * @return Google_Service_Monitoring_MonitoredResourceDescriptor[] */ public function getResourceDescriptors() { return $this->resourceDescriptors; } } PK1 ZLUvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValueError.phpnu[error = $error; } /** * @return Google_Service_Monitoring_Status */ public function getError() { return $this->error; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } } PK1 ZHg`vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.phpnu[metricDescriptors = $metricDescriptors; } /** * @return Google_Service_Monitoring_MetricDescriptor[] */ public function getMetricDescriptors() { return $this->metricDescriptors; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 Z`c))Gvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI.phpnu[ * Searches over a website or collection of websites

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CustomSearchAPI extends Google_Service { public $cse; public $cse_siterestrict; /** * Constructs the internal representation of the CustomSearchAPI service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://customsearch.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'customsearch'; $this->cse = new Google_Service_CustomSearchAPI_Resource_Cse( $this, $this->serviceName, 'cse', array( 'methods' => array( 'list' => array( 'path' => 'customsearch/v1', 'httpMethod' => 'GET', 'parameters' => array( 'c2coff' => array( 'location' => 'query', 'type' => 'string', ), 'cr' => array( 'location' => 'query', 'type' => 'string', ), 'cx' => array( 'location' => 'query', 'type' => 'string', ), 'dateRestrict' => array( 'location' => 'query', 'type' => 'string', ), 'exactTerms' => array( 'location' => 'query', 'type' => 'string', ), 'excludeTerms' => array( 'location' => 'query', 'type' => 'string', ), 'fileType' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'gl' => array( 'location' => 'query', 'type' => 'string', ), 'googlehost' => array( 'location' => 'query', 'type' => 'string', ), 'highRange' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'hq' => array( 'location' => 'query', 'type' => 'string', ), 'imgColorType' => array( 'location' => 'query', 'type' => 'string', ), 'imgDominantColor' => array( 'location' => 'query', 'type' => 'string', ), 'imgSize' => array( 'location' => 'query', 'type' => 'string', ), 'imgType' => array( 'location' => 'query', 'type' => 'string', ), 'linkSite' => array( 'location' => 'query', 'type' => 'string', ), 'lowRange' => array( 'location' => 'query', 'type' => 'string', ), 'lr' => array( 'location' => 'query', 'type' => 'string', ), 'num' => array( 'location' => 'query', 'type' => 'integer', ), 'orTerms' => array( 'location' => 'query', 'type' => 'string', ), 'q' => 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_CustomSearchAPI_Resource_CseSiterestrict( $this, $this->serviceName, 'siterestrict', array( 'methods' => array( 'list' => array( 'path' => 'customsearch/v1/siterestrict', 'httpMethod' => 'GET', 'parameters' => array( 'c2coff' => array( 'location' => 'query', 'type' => 'string', ), 'cr' => array( 'location' => 'query', 'type' => 'string', ), 'cx' => array( 'location' => 'query', 'type' => 'string', ), 'dateRestrict' => array( 'location' => 'query', 'type' => 'string', ), 'exactTerms' => array( 'location' => 'query', 'type' => 'string', ), 'excludeTerms' => array( 'location' => 'query', 'type' => 'string', ), 'fileType' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'gl' => array( 'location' => 'query', 'type' => 'string', ), 'googlehost' => array( 'location' => 'query', 'type' => 'string', ), 'highRange' => array( 'location' => 'query', 'type' => 'string', ), 'hl' => array( 'location' => 'query', 'type' => 'string', ), 'hq' => array( 'location' => 'query', 'type' => 'string', ), 'imgColorType' => array( 'location' => 'query', 'type' => 'string', ), 'imgDominantColor' => array( 'location' => 'query', 'type' => 'string', ), 'imgSize' => array( 'location' => 'query', 'type' => 'string', ), 'imgType' => array( 'location' => 'query', 'type' => 'string', ), 'linkSite' => array( 'location' => 'query', 'type' => 'string', ), 'lowRange' => array( 'location' => 'query', 'type' => 'string', ), 'lr' => array( 'location' => 'query', 'type' => 'string', ), 'num' => array( 'location' => 'query', 'type' => 'integer', ), 'orTerms' => array( 'location' => 'query', 'type' => 'string', ), 'q' => 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', ), ), ), ) ) ); } } PK1 ZoILvendor/google/apiclient-services/src/Google/Service/Spanner/QueryOptions.phpnu[optimizerStatisticsPackage = $optimizerStatisticsPackage; } public function getOptimizerStatisticsPackage() { return $this->optimizerStatisticsPackage; } public function setOptimizerVersion($optimizerVersion) { $this->optimizerVersion = $optimizerVersion; } public function getOptimizerVersion() { return $this->optimizerVersion; } } PK1 Z#Uvendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_Spanner_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK1 Z>B Evendor/google/apiclient-services/src/Google/Service/Spanner/Write.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK1 ZwҵNNVvendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.phpnu[database = $database; } public function getDatabase() { return $this->database; } } PK1 ZqVvendor/google/apiclient-services/src/Google/Service/Spanner/RestoreDatabaseRequest.phpnu[backup = $backup; } public function getBackup() { return $this->backup; } public function setDatabaseId($databaseId) { $this->databaseId = $databaseId; } public function getDatabaseId() { return $this->databaseId; } /** * @param Google_Service_Spanner_RestoreDatabaseEncryptionConfig */ public function setEncryptionConfig(Google_Service_Spanner_RestoreDatabaseEncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_Spanner_RestoreDatabaseEncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } } PK1 ZՈ00^vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabaseOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Spanner_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Spanner_Operation[] */ public function getOperations() { return $this->operations; } } PK1 ZyjӎYvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.phpnu[commitTimestamps = $commitTimestamps; } public function getCommitTimestamps() { return $this->commitTimestamps; } public function setDatabase($database) { $this->database = $database; } public function getDatabase() { return $this->database; } public function setStatements($statements) { $this->statements = $statements; } public function getStatements() { return $this->statements; } public function setThrottled($throttled) { $this->throttled = $throttled; } public function getThrottled() { return $this->throttled; } } PK1 Z99_vendor/google/apiclient-services/src/Google/Service/Spanner/RestoreDatabaseEncryptionConfig.phpnu[encryptionType = $encryptionType; } public function getEncryptionType() { return $this->encryptionType; } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK1 Z,bNvendor/google/apiclient-services/src/Google/Service/Spanner/InstanceConfig.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Spanner_ReplicaInfo[] */ public function setReplicas($replicas) { $this->replicas = $replicas; } /** * @return Google_Service_Spanner_ReplicaInfo[] */ public function getReplicas() { return $this->replicas; } } PK1 Z{{Evendor/google/apiclient-services/src/Google/Service/Spanner/Field.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Spanner_Type */ public function setType(Google_Service_Spanner_Type $type) { $this->type = $type; } /** * @return Google_Service_Spanner_Type */ public function getType() { return $this->type; } } PK1 Z:OOWvendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.phpnu[options = $options; } /** * @return Google_Service_Spanner_TransactionOptions */ public function getOptions() { return $this->options; } } PK1 Ze5&99Fvendor/google/apiclient-services/src/Google/Service/Spanner/KeySet.phpnu[all = $all; } public function getAll() { return $this->all; } public function setKeys($keys) { $this->keys = $keys; } public function getKeys() { return $this->keys; } /** * @param Google_Service_Spanner_KeyRange[] */ public function setRanges($ranges) { $this->ranges = $ranges; } /** * @return Google_Service_Spanner_KeyRange[] */ public function getRanges() { return $this->ranges; } } PK1 ZE=%%Nvendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.phpnu[commitStats = $commitStats; } /** * @return Google_Service_Spanner_CommitStats */ public function getCommitStats() { return $this->commitStats; } public function setCommitTimestamp($commitTimestamp) { $this->commitTimestamp = $commitTimestamp; } public function getCommitTimestamp() { return $this->commitTimestamp; } } PK1 ZLƆiNvendor/google/apiclient-services/src/Google/Service/Spanner/PartitionedDml.phpnu[queryPlan = $queryPlan; } /** * @return Google_Service_Spanner_QueryPlan */ public function getQueryPlan() { return $this->queryPlan; } public function setQueryStats($queryStats) { $this->queryStats = $queryStats; } public function getQueryStats() { return $this->queryStats; } public function setRowCountExact($rowCountExact) { $this->rowCountExact = $rowCountExact; } public function getRowCountExact() { return $this->rowCountExact; } public function setRowCountLowerBound($rowCountLowerBound) { $this->rowCountLowerBound = $rowCountLowerBound; } public function getRowCountLowerBound() { return $this->rowCountLowerBound; } } PK1 Zfe||Dvendor/google/apiclient-services/src/Google/Service/Spanner/Type.phpnu[arrayElementType = $arrayElementType; } /** * @return Google_Service_Spanner_Type */ public function getArrayElementType() { return $this->arrayElementType; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Spanner_StructType */ public function setStructType(Google_Service_Spanner_StructType $structType) { $this->structType = $structType; } /** * @return Google_Service_Spanner_StructType */ public function getStructType() { return $this->structType; } } PK1 Z7Ivendor/google/apiclient-services/src/Google/Service/Spanner/ChildLink.phpnu[childIndex = $childIndex; } public function getChildIndex() { return $this->childIndex; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVariable($variable) { $this->variable = $variable; } public function getVariable() { return $this->variable; } } PK1 Z^ObQvendor/google/apiclient-services/src/Google/Service/Spanner/PartitionResponse.phpnu[partitions = $partitions; } /** * @return Google_Service_Spanner_Partition[] */ public function getPartitions() { return $this->partitions; } /** * @param Google_Service_Spanner_Transaction */ public function setTransaction(Google_Service_Spanner_Transaction $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_Spanner_Transaction */ public function getTransaction() { return $this->transaction; } } PK1 ZM7Mvendor/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.phpnu[mutations = $mutations; } /** * @return Google_Service_Spanner_Mutation[] */ public function getMutations() { return $this->mutations; } public function setReturnCommitStats($returnCommitStats) { $this->returnCommitStats = $returnCommitStats; } public function getReturnCommitStats() { return $this->returnCommitStats; } /** * @param Google_Service_Spanner_TransactionOptions */ public function setSingleUseTransaction(Google_Service_Spanner_TransactionOptions $singleUseTransaction) { $this->singleUseTransaction = $singleUseTransaction; } /** * @return Google_Service_Spanner_TransactionOptions */ public function getSingleUseTransaction() { return $this->singleUseTransaction; } public function setTransactionId($transactionId) { $this->transactionId = $transactionId; } public function getTransactionId() { return $this->transactionId; } } PK1 Z's8Svendor/google/apiclient-services/src/Google/Service/Spanner/ListBackupsResponse.phpnu[backups = $backups; } /** * @return Google_Service_Spanner_Backup[] */ public function getBackups() { return $this->backups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK1 ZGjjOvendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.phpnu[transactionId = $transactionId; } public function getTransactionId() { return $this->transactionId; } } PK1 ZwSvendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Spanner_Policy */ public function getPolicy() { return $this->policy; } } PK1 ZA㰙Uvendor/google/apiclient-services/src/Google/Service/Spanner/PartitionQueryRequest.phpnu[paramTypes = $paramTypes; } /** * @return Google_Service_Spanner_Type[] */ public function getParamTypes() { return $this->paramTypes; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } /** * @param Google_Service_Spanner_PartitionOptions */ public function setPartitionOptions(Google_Service_Spanner_PartitionOptions $partitionOptions) { $this->partitionOptions = $partitionOptions; } /** * @return Google_Service_Spanner_PartitionOptions */ public function getPartitionOptions() { return $this->partitionOptions; } public function setSql($sql) { $this->sql = $sql; } public function getSql() { return $this->sql; } /** * @param Google_Service_Spanner_TransactionSelector */ public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_Spanner_TransactionSelector */ public function getTransaction() { return $this->transaction; } } PK1 Z8NNXvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlRequest.phpnu[operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setStatements($statements) { $this->statements = $statements; } public function getStatements() { return $this->statements; } } PK1 ZdddFvendor/google/apiclient-services/src/Google/Service/Spanner/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_Spanner_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK1 ZnWvendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlResponse.phpnu[resultSets = $resultSets; } /** * @return Google_Service_Spanner_ResultSet[] */ public function getResultSets() { return $this->resultSets; } /** * @param Google_Service_Spanner_Status */ public function setStatus(Google_Service_Spanner_Status $status) { $this->status = $status; } /** * @return Google_Service_Spanner_Status */ public function getStatus() { return $this->status; } } PK1 ZoUvendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.phpnu[instance = $instance; } /** * @return Google_Service_Spanner_Instance */ public function getInstance() { return $this->instance; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } } PK1 ZI~3]Uvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.phpnu[fieldMask = $fieldMask; } public function getFieldMask() { return $this->fieldMask; } /** * @param Google_Service_Spanner_Instance */ public function setInstance(Google_Service_Spanner_Instance $instance) { $this->instance = $instance; } /** * @return Google_Service_Spanner_Instance */ public function getInstance() { return $this->instance; } } PK1 Z1  Hvendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.phpnu[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; } } PK1 Z@еIvendor/google/apiclient-services/src/Google/Service/Spanner/ResultSet.phpnu[metadata = $metadata; } /** * @return Google_Service_Spanner_ResultSetMetadata */ public function getMetadata() { return $this->metadata; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } /** * @param Google_Service_Spanner_ResultSetStats */ public function setStats(Google_Service_Spanner_ResultSetStats $stats) { $this->stats = $stats; } /** * @return Google_Service_Spanner_ResultSetStats */ public function getStats() { return $this->stats; } } PK1 ZW} Hvendor/google/apiclient-services/src/Google/Service/Spanner/Database.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEarliestVersionTime($earliestVersionTime) { $this->earliestVersionTime = $earliestVersionTime; } public function getEarliestVersionTime() { return $this->earliestVersionTime; } /** * @param Google_Service_Spanner_EncryptionConfig */ public function setEncryptionConfig(Google_Service_Spanner_EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_Spanner_EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param Google_Service_Spanner_EncryptionInfo[] */ public function setEncryptionInfo($encryptionInfo) { $this->encryptionInfo = $encryptionInfo; } /** * @return Google_Service_Spanner_EncryptionInfo[] */ public function getEncryptionInfo() { return $this->encryptionInfo; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Spanner_RestoreInfo */ public function setRestoreInfo(Google_Service_Spanner_RestoreInfo $restoreInfo) { $this->restoreInfo = $restoreInfo; } /** * @return Google_Service_Spanner_RestoreInfo */ public function getRestoreInfo() { return $this->restoreInfo; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setVersionRetentionPeriod($versionRetentionPeriod) { $this->versionRetentionPeriod = $versionRetentionPeriod; } public function getVersionRetentionPeriod() { return $this->versionRetentionPeriod; } } PK1 ZIvendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.phpnu[options = $options; } /** * @return Google_Service_Spanner_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK1 Z͛Zvendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK1 Zzmt..Zvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $instances = $spannerService->instances; * */ class Google_Service_Spanner_Resource_ProjectsInstances extends Google_Service_Resource { /** * Creates an instance and begins preparing it to begin serving. The returned * long-running operation can be used to track the progress of preparing the new * instance. The instance name is assigned by the caller. If the named instance * already exists, `CreateInstance` returns `ALREADY_EXISTS`. Immediately upon * completion of this request: * The instance is readable via the API, with all * requested attributes but no allocated resources. Its state is `CREATING`. * Until completion of the returned operation: * Cancelling the operation * renders the instance immediately unreadable via the API. * The instance can * be deleted. * All other attempts to modify the instance are rejected. Upon * completion of the returned operation: * Billing for all successfully- * allocated resources begins (some types may have lower than the requested * levels). * Databases can be created in the instance. * The instance's * allocated resource levels are readable via the API. * The instance's state * becomes `READY`. The returned long-running operation will have a name of the * format `/operations/` and can be used to track creation of the instance. The * metadata field type is CreateInstanceMetadata. The response field type is * Instance, if successful. (instances.create) * * @param string $parent Required. The name of the project in which to create * the instance. Values are of the form `projects/`. * @param Google_Service_Spanner_CreateInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function create($parent, Google_Service_Spanner_CreateInstanceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Spanner_Operation"); } /** * Deletes an instance. Immediately upon completion of the request: * Billing * ceases for all of the instance's reserved resources. Soon afterward: * The * instance and *all of its databases* immediately and irrevocably disappear * from the API. All data in the databases is permanently deleted. * (instances.delete) * * @param string $name Required. The name of the instance to be deleted. Values * are of the form `projects//instances/` * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Gets information about a particular instance. (instances.get) * * @param string $name Required. The name of the requested instance. Values are * of the form `projects//instances/`. * @param array $optParams Optional parameters. * * @opt_param string fieldMask If field_mask is present, specifies the subset of * Instance fields that should be returned. If absent, all Instance fields are * returned. * @return Google_Service_Spanner_Instance */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Instance"); } /** * Gets the access control policy for an instance resource. Returns an empty * policy if an instance exists but does not have a policy set. Authorization * requires `spanner.instances.getIamPolicy` on resource. * (instances.getIamPolicy) * * @param string $resource REQUIRED: The Cloud Spanner resource for which the * policy is being retrieved. The format is `projects//instances/` for instance * resources and `projects//instances//databases/` for database resources. * @param Google_Service_Spanner_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Policy */ public function getIamPolicy($resource, Google_Service_Spanner_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Spanner_Policy"); } /** * Lists all instances in the given project. (instances.listProjectsInstances) * * @param string $parent Required. The name of the project for which a list of * instances is requested. Values are of the form `projects/`. * @param array $optParams Optional parameters. * * @opt_param string filter An expression for filtering the results of the * request. Filter rules are case insensitive. The fields eligible for filtering * are: * `name` * `display_name` * `labels.key` where key is the name of a * label Some examples of using filters are: * `name:*` --> The instance has a * name. * `name:Howl` --> The instance's name contains the string "howl". * * `name:HOWL` --> Equivalent to above. * `NAME:howl` --> Equivalent to above. * * `labels.env:*` --> The instance has the label "env". * `labels.env:dev` --> * The instance has the label "env" and the value of the label contains the * string "dev". * `name:howl labels.env:dev` --> The instance's name contains * "howl" and it has the label "env" with its value containing "dev". * @opt_param string instanceDeadline Deadline used while retrieving metadata * for instances. Instances whose metadata cannot be retrieved within this * deadline will be added to unreachable in ListInstancesResponse. * @opt_param int pageSize Number of instances to be returned in the response. * If 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListInstancesResponse. * @return Google_Service_Spanner_ListInstancesResponse */ public function listProjectsInstances($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListInstancesResponse"); } /** * Updates an instance, and begins allocating or releasing resources as * requested. The returned long-running operation can be used to track the * progress of updating the instance. If the named instance does not exist, * returns `NOT_FOUND`. Immediately upon completion of this request: * For * resource types for which a decrease in the instance's allocation has been * requested, billing is based on the newly-requested level. Until completion of * the returned operation: * Cancelling the operation sets its metadata's * cancel_time, and begins restoring resources to their pre-request values. The * operation is guaranteed to succeed at undoing all resource changes, after * which point it terminates with a `CANCELLED` status. * All other attempts to * modify the instance are rejected. * Reading the instance via the API * continues to give the pre-request resource levels. Upon completion of the * returned operation: * Billing begins for all successfully-allocated resources * (some types may have lower than the requested levels). * All newly-reserved * resources are available for serving the instance's tables. * The instance's * new resource levels are readable via the API. The returned long-running * operation will have a name of the format `/operations/` and can be used to * track the instance modification. The metadata field type is * UpdateInstanceMetadata. The response field type is Instance, if successful. * Authorization requires `spanner.instances.update` permission on resource * name. (instances.patch) * * @param string $name Required. A unique identifier for the instance, which * cannot be changed after the instance is created. Values are of the form * `projects//instances/a-z*[a-z0-9]`. The final segment of the name must be * between 2 and 64 characters in length. * @param Google_Service_Spanner_UpdateInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function patch($name, Google_Service_Spanner_UpdateInstanceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Spanner_Operation"); } /** * Sets the access control policy on an instance resource. Replaces any existing * policy. Authorization requires `spanner.instances.setIamPolicy` on resource. * (instances.setIamPolicy) * * @param string $resource REQUIRED: The Cloud Spanner resource for which the * policy is being set. The format is `projects//instances/` for instance * resources and `projects//instances//databases/` for databases resources. * @param Google_Service_Spanner_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Policy */ public function setIamPolicy($resource, Google_Service_Spanner_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Spanner_Policy"); } /** * Returns permissions that the caller has on the specified instance resource. * Attempting this RPC on a non-existent Cloud Spanner instance resource will * result in a NOT_FOUND error if the user has `spanner.instances.list` * permission on the containing Google Cloud Project. Otherwise returns an empty * set of permissions. (instances.testIamPermissions) * * @param string $resource REQUIRED: The Cloud Spanner resource for which * permissions are being tested. The format is `projects//instances/` for * instance resources and `projects//instances//databases/` for database * resources. * @param Google_Service_Spanner_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Spanner_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Spanner_TestIamPermissionsResponse"); } } PK1 ZM-!!kvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesBackupsOperations.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $operations = $spannerService->operations; * */ class Google_Service_Spanner_Resource_ProjectsInstancesBackupsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsInstancesBackupsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Spanner_ListOperationsResponse */ public function listProjectsInstancesBackupsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListOperationsResponse"); } } PK1 Zt~jvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesBackupOperations.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $backupOperations = $spannerService->backupOperations; * */ class Google_Service_Spanner_Resource_ProjectsInstancesBackupOperations extends Google_Service_Resource { /** * Lists the backup long-running operations in the given instance. A backup * operation has a name of the form `projects//instances//backups//operations/`. * The long-running operation metadata field type `metadata.type_url` describes * the type of the metadata. Operations returned include those that have * completed/failed/canceled within the last 7 days, and pending operations. * Operations returned are ordered by * `operation.metadata.value.progress.start_time` in descending order starting * from the most recently started operation. * (backupOperations.listProjectsInstancesBackupOperations) * * @param string $parent Required. The instance of the backup operations. Values * are of the form `projects//instances/`. * @param array $optParams Optional parameters. * * @opt_param string filter An expression that filters the list of returned * backup operations. A filter expression consists of a field name, a comparison * operator, and a value for filtering. The value must be a string, a number, or * a boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, * `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not * case sensitive. The following fields in the operation are eligible for * filtering: * `name` - The name of the long-running operation * `done` - False * if the operation is in progress, else true. * `metadata.@type` - the type of * metadata. For example, the type string for CreateBackupMetadata is * `type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata`. * * `metadata.` - any field in metadata.value. * `error` - Error associated * with the long-running operation. * `response.@type` - the type of response. * * `response.` - any field in response.value. You can combine multiple * expressions by enclosing each expression in parentheses. By default, * expressions are combined with AND logic, but you can specify AND, OR, and NOT * logic explicitly. Here are a few examples: * `done:true` - The operation is * complete. * `metadata.database:prod` - The database the backup was taken from * has a name containing the string "prod". * `(metadata.@type=type.googleapis.c * om/google.spanner.admin.database.v1.CreateBackupMetadata) AND` \ * `(metadata.name:howl) AND` \ `(metadata.progress.start_time < * \"2018-03-28T14:50:00Z\") AND` \ `(error:*)` - Returns operations where: * * The operation's metadata type is CreateBackupMetadata. * The backup name * contains the string "howl". * The operation started before * 2018-03-28T14:50:00Z. * The operation resulted in an error. * @opt_param int pageSize Number of operations to be returned in the response. * If 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListBackupOperationsResponse to the same * `parent` and with the same `filter`. * @return Google_Service_Spanner_ListBackupOperationsResponse */ public function listProjectsInstancesBackupOperations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListBackupOperationsResponse"); } } PK1 Ze `vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $instanceConfigs = $spannerService->instanceConfigs; * */ class Google_Service_Spanner_Resource_ProjectsInstanceConfigs extends Google_Service_Resource { /** * Gets information about a particular instance configuration. * (instanceConfigs.get) * * @param string $name Required. The name of the requested instance * configuration. Values are of the form `projects//instanceConfigs/`. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_InstanceConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_InstanceConfig"); } /** * Lists the supported instance configurations for a given project. * (instanceConfigs.listProjectsInstanceConfigs) * * @param string $parent Required. The name of the project for which a list of * supported instance configurations is requested. Values are of the form * `projects/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Number of instance configurations to be returned in * the response. If 0 or less, defaults to the server's maximum allowed page * size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListInstanceConfigsResponse. * @return Google_Service_Spanner_ListInstanceConfigsResponse */ public function listProjectsInstanceConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListInstanceConfigsResponse"); } } PK1 Z`2ʧ**cvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $databases = $spannerService->databases; * */ class Google_Service_Spanner_Resource_ProjectsInstancesDatabases extends Google_Service_Resource { /** * Creates a new Cloud Spanner database and starts to prepare it for serving. * The returned long-running operation will have a name of the format * `/operations/` and can be used to track preparation of the database. The * metadata field type is CreateDatabaseMetadata. The response field type is * Database, if successful. (databases.create) * * @param string $parent Required. The name of the instance that will serve the * new database. Values are of the form `projects//instances/`. * @param Google_Service_Spanner_CreateDatabaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function create($parent, Google_Service_Spanner_CreateDatabaseRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Spanner_Operation"); } /** * Drops (aka deletes) a Cloud Spanner database. Completed backups for the * database will be retained according to their `expire_time`. * (databases.dropDatabase) * * @param string $database Required. The database to be dropped. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function dropDatabase($database, $optParams = array()) { $params = array('database' => $database); $params = array_merge($params, $optParams); return $this->call('dropDatabase', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Gets the state of a Cloud Spanner database. (databases.get) * * @param string $name Required. The name of the requested database. Values are * of the form `projects//instances//databases/`. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Database */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Database"); } /** * Returns the schema of a Cloud Spanner database as a list of formatted DDL * statements. This method does not show pending schema updates, those may be * queried using the Operations API. (databases.getDdl) * * @param string $database Required. The database whose schema we wish to get. * Values are of the form `projects//instances//databases/` * @param array $optParams Optional parameters. * @return Google_Service_Spanner_GetDatabaseDdlResponse */ public function getDdl($database, $optParams = array()) { $params = array('database' => $database); $params = array_merge($params, $optParams); return $this->call('getDdl', array($params), "Google_Service_Spanner_GetDatabaseDdlResponse"); } /** * Gets the access control policy for a database or backup resource. Returns an * empty policy if a database or backup exists but does not have a policy set. * Authorization requires `spanner.databases.getIamPolicy` permission on * resource. For backups, authorization requires `spanner.backups.getIamPolicy` * permission on resource. (databases.getIamPolicy) * * @param string $resource REQUIRED: The Cloud Spanner resource for which the * policy is being retrieved. The format is `projects//instances/` for instance * resources and `projects//instances//databases/` for database resources. * @param Google_Service_Spanner_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Policy */ public function getIamPolicy($resource, Google_Service_Spanner_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Spanner_Policy"); } /** * Lists Cloud Spanner databases. (databases.listProjectsInstancesDatabases) * * @param string $parent Required. The instance whose databases should be * listed. Values are of the form `projects//instances/`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Number of databases to be returned in the response. * If 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListDatabasesResponse. * @return Google_Service_Spanner_ListDatabasesResponse */ public function listProjectsInstancesDatabases($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListDatabasesResponse"); } /** * Create a new database by restoring from a completed backup. The new database * must be in the same project and in an instance with the same instance * configuration as the instance containing the backup. The returned database * long-running operation has a name of the format * `projects//instances//databases//operations/`, and can be used to track the * progress of the operation, and to cancel it. The metadata field type is * RestoreDatabaseMetadata. The response type is Database, if successful. * Cancelling the returned operation will stop the restore and delete the * database. There can be only one database being restored into an instance at a * time. Once the restore operation completes, a new restore operation can be * initiated, without waiting for the optimize operation associated with the * first restore to complete. (databases.restore) * * @param string $parent Required. The name of the instance in which to create * the restored database. This instance must be in the same project and have the * same instance configuration as the instance containing the source backup. * Values are of the form `projects//instances/`. * @param Google_Service_Spanner_RestoreDatabaseRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function restore($parent, Google_Service_Spanner_RestoreDatabaseRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_Spanner_Operation"); } /** * Sets the access control policy on a database or backup resource. Replaces any * existing policy. Authorization requires `spanner.databases.setIamPolicy` * permission on resource. For backups, authorization requires * `spanner.backups.setIamPolicy` permission on resource. * (databases.setIamPolicy) * * @param string $resource REQUIRED: The Cloud Spanner resource for which the * policy is being set. The format is `projects//instances/` for instance * resources and `projects//instances//databases/` for databases resources. * @param Google_Service_Spanner_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Policy */ public function setIamPolicy($resource, Google_Service_Spanner_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Spanner_Policy"); } /** * Returns permissions that the caller has on the specified database or backup * resource. Attempting this RPC on a non-existent Cloud Spanner database will * result in a NOT_FOUND error if the user has `spanner.databases.list` * permission on the containing Cloud Spanner instance. Otherwise returns an * empty set of permissions. Calling this method on a backup that does not exist * will result in a NOT_FOUND error if the user has `spanner.backups.list` * permission on the containing instance. (databases.testIamPermissions) * * @param string $resource REQUIRED: The Cloud Spanner resource for which * permissions are being tested. The format is `projects//instances/` for * instance resources and `projects//instances//databases/` for database * resources. * @param Google_Service_Spanner_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Spanner_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Spanner_TestIamPermissionsResponse"); } /** * Updates the schema of a Cloud Spanner database by creating/altering/dropping * tables, columns, indexes, etc. The returned long-running operation will have * a name of the format `/operations/` and can be used to track execution of the * schema change(s). The metadata field type is UpdateDatabaseDdlMetadata. The * operation has no response. (databases.updateDdl) * * @param string $database Required. The database to update. * @param Google_Service_Spanner_UpdateDatabaseDdlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function updateDdl($database, Google_Service_Spanner_UpdateDatabaseDdlRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateDdl', array($params), "Google_Service_Spanner_Operation"); } } PK1 Z:wmU-U-avendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesBackups.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $backups = $spannerService->backups; * */ class Google_Service_Spanner_Resource_ProjectsInstancesBackups extends Google_Service_Resource { /** * Starts creating a new Cloud Spanner Backup. The returned backup long-running * operation will have a name of the format * `projects//instances//backups//operations/` and can be used to track creation * of the backup. The metadata field type is CreateBackupMetadata. The response * field type is Backup, if successful. Cancelling the returned operation will * stop the creation and delete the backup. There can be only one pending backup * creation per database. Backup creation of different databases can run * concurrently. (backups.create) * * @param string $parent Required. The name of the instance in which the backup * will be created. This must be the same instance that contains the database * the backup will be created from. The backup will be stored in the location(s) * specified in the instance configuration of this instance. Values are of the * form `projects//instances/`. * @param Google_Service_Spanner_Backup $postBody * @param array $optParams Optional parameters. * * @opt_param string backupId Required. The id of the backup to be created. The * `backup_id` appended to `parent` forms the full backup name of the form * `projects//instances//backups/`. * @opt_param string encryptionConfig.encryptionType Required. The encryption * type of the backup. * @opt_param string encryptionConfig.kmsKeyName Optional. The Cloud KMS key * that will be used to protect the backup. This field should be set only when * encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form * `projects//locations//keyRings//cryptoKeys/`. * @return Google_Service_Spanner_Operation */ public function create($parent, Google_Service_Spanner_Backup $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Spanner_Operation"); } /** * Deletes a pending or completed Backup. (backups.delete) * * @param string $name Required. Name of the backup to delete. Values are of the * form `projects//instances//backups/`. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Gets metadata on a pending or completed Backup. (backups.get) * * @param string $name Required. Name of the backup. Values are of the form * `projects//instances//backups/`. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Backup */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Backup"); } /** * Gets the access control policy for a database or backup resource. Returns an * empty policy if a database or backup exists but does not have a policy set. * Authorization requires `spanner.databases.getIamPolicy` permission on * resource. For backups, authorization requires `spanner.backups.getIamPolicy` * permission on resource. (backups.getIamPolicy) * * @param string $resource REQUIRED: The Cloud Spanner resource for which the * policy is being retrieved. The format is `projects//instances/` for instance * resources and `projects//instances//databases/` for database resources. * @param Google_Service_Spanner_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Policy */ public function getIamPolicy($resource, Google_Service_Spanner_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Spanner_Policy"); } /** * Lists completed and pending backups. Backups returned are ordered by * `create_time` in descending order, starting from the most recent * `create_time`. (backups.listProjectsInstancesBackups) * * @param string $parent Required. The instance to list backups from. Values are * of the form `projects//instances/`. * @param array $optParams Optional parameters. * * @opt_param string filter An expression that filters the list of returned * backups. A filter expression consists of a field name, a comparison operator, * and a value for filtering. The value must be a string, a number, or a * boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, `!=`, * `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case * sensitive. The following fields in the Backup are eligible for filtering: * * `name` * `database` * `state` * `create_time` (and values are of the format * YYYY-MM-DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM- * DDTHH:MM:SSZ) * `version_time` (and values are of the format YYYY-MM- * DDTHH:MM:SSZ) * `size_bytes` You can combine multiple expressions by * enclosing each expression in parentheses. By default, expressions are * combined with AND logic, but you can specify AND, OR, and NOT logic * explicitly. Here are a few examples: * `name:Howl` - The backup's name * contains the string "howl". * `database:prod` - The database's name contains * the string "prod". * `state:CREATING` - The backup is pending creation. * * `state:READY` - The backup is fully created and ready for use. * `(name:howl) * AND (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the * string "howl" and `create_time` of the backup is before 2018-03-28T14:50:00Z. * * `expire_time < \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is * before 2018-03-28T14:50:00Z. * `size_bytes > 10000000000` - The backup's size * is greater than 10GB * @opt_param int pageSize Number of backups to be returned in the response. If * 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListBackupsResponse to the same `parent` and * with the same `filter`. * @return Google_Service_Spanner_ListBackupsResponse */ public function listProjectsInstancesBackups($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListBackupsResponse"); } /** * Updates a pending or completed Backup. (backups.patch) * * @param string $name Output only for the CreateBackup operation. Required for * the UpdateBackup operation. A globally unique identifier for the backup which * cannot be changed. Values are of the form * `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name * must be between 2 and 60 characters in length. The backup is stored in the * location(s) specified in the instance configuration of the instance * containing the backup, identified by the prefix of the backup name of the * form `projects//instances/`. * @param Google_Service_Spanner_Backup $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A mask specifying which fields (e.g. * `expire_time`) in the Backup resource should be updated. This mask is * relative to the Backup resource, not to the request message. The field mask * must always be specified; this prevents any future fields from being erased * accidentally by clients that do not know about them. * @return Google_Service_Spanner_Backup */ public function patch($name, Google_Service_Spanner_Backup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Spanner_Backup"); } /** * Sets the access control policy on a database or backup resource. Replaces any * existing policy. Authorization requires `spanner.databases.setIamPolicy` * permission on resource. For backups, authorization requires * `spanner.backups.setIamPolicy` permission on resource. (backups.setIamPolicy) * * @param string $resource REQUIRED: The Cloud Spanner resource for which the * policy is being set. The format is `projects//instances/` for instance * resources and `projects//instances//databases/` for databases resources. * @param Google_Service_Spanner_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Policy */ public function setIamPolicy($resource, Google_Service_Spanner_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Spanner_Policy"); } /** * Returns permissions that the caller has on the specified database or backup * resource. Attempting this RPC on a non-existent Cloud Spanner database will * result in a NOT_FOUND error if the user has `spanner.databases.list` * permission on the containing Cloud Spanner instance. Otherwise returns an * empty set of permissions. Calling this method on a backup that does not exist * will result in a NOT_FOUND error if the user has `spanner.backups.list` * permission on the containing instance. (backups.testIamPermissions) * * @param string $resource REQUIRED: The Cloud Spanner resource for which * permissions are being tested. The format is `projects//instances/` for * instance resources and `projects//instances//databases/` for database * resources. * @param Google_Service_Spanner_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Spanner_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Spanner_TestIamPermissionsResponse"); } } PK1 Z"?hCCkvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $sessions = $spannerService->sessions; * */ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends Google_Service_Resource { /** * Creates multiple new sessions. This API can be used to initialize a session * cache on the clients. See https://goo.gl/TgSFN2 for best practices on session * cache management. (sessions.batchCreate) * * @param string $database Required. The database in which the new sessions are * created. * @param Google_Service_Spanner_BatchCreateSessionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_BatchCreateSessionsResponse */ public function batchCreate($database, Google_Service_Spanner_BatchCreateSessionsRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_Spanner_BatchCreateSessionsResponse"); } /** * Begins a new transaction. This step can often be skipped: Read, ExecuteSql * and Commit can begin a new transaction as a side-effect. * (sessions.beginTransaction) * * @param string $session Required. The session in which the transaction runs. * @param Google_Service_Spanner_BeginTransactionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Transaction */ public function beginTransaction($session, Google_Service_Spanner_BeginTransactionRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('beginTransaction', array($params), "Google_Service_Spanner_Transaction"); } /** * Commits a transaction. The request includes the mutations to be applied to * rows in the database. `Commit` might return an `ABORTED` error. This can * occur at any time; commonly, the cause is conflicts with concurrent * transactions. However, it can also happen for a variety of other reasons. If * `Commit` returns `ABORTED`, the caller should re-attempt the transaction from * the beginning, re-using the same session. On very rare occasions, `Commit` * might return `UNKNOWN`. This can happen, for example, if the client job * experiences a 1+ hour networking failure. At that point, Cloud Spanner has * lost track of the transaction outcome and we recommend that you perform * another read from the database to see the state of things as they are now. * (sessions.commit) * * @param string $session Required. The session in which the transaction to be * committed is running. * @param Google_Service_Spanner_CommitRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_CommitResponse */ public function commit($session, Google_Service_Spanner_CommitRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('commit', array($params), "Google_Service_Spanner_CommitResponse"); } /** * Creates a new session. A session can be used to perform transactions that * read and/or modify data in a Cloud Spanner database. Sessions are meant to be * reused for many consecutive transactions. Sessions can only execute one * transaction at a time. To execute multiple concurrent read-write/write-only * transactions, create multiple sessions. Note that standalone reads and * queries use a transaction internally, and count toward the one transaction * limit. Active sessions use additional server resources, so it is a good idea * to delete idle and unneeded sessions. Aside from explicit deletes, Cloud * Spanner may delete sessions for which no operations are sent for more than an * hour. If a session is deleted, requests to it return `NOT_FOUND`. Idle * sessions can be kept alive by sending a trivial SQL query periodically, e.g., * `"SELECT 1"`. (sessions.create) * * @param string $database Required. The database in which the new session is * created. * @param Google_Service_Spanner_CreateSessionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Session */ public function create($database, Google_Service_Spanner_CreateSessionRequest $postBody, $optParams = array()) { $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Spanner_Session"); } /** * Ends a session, releasing server resources associated with it. This will * asynchronously trigger cancellation of any operations that are running with * this session. (sessions.delete) * * @param string $name Required. The name of the session to delete. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Executes a batch of SQL DML statements. This method allows many statements to * be run with lower latency than submitting them sequentially with ExecuteSql. * Statements are executed in sequential order. A request can succeed even if a * statement fails. The ExecuteBatchDmlResponse.status field in the response * provides information about the statement that failed. Clients must inspect * this field to determine whether an error occurred. Execution stops after the * first failed statement; the remaining statements are not executed. * (sessions.executeBatchDml) * * @param string $session Required. The session in which the DML statements * should be performed. * @param Google_Service_Spanner_ExecuteBatchDmlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_ExecuteBatchDmlResponse */ public function executeBatchDml($session, Google_Service_Spanner_ExecuteBatchDmlRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('executeBatchDml', array($params), "Google_Service_Spanner_ExecuteBatchDmlResponse"); } /** * Executes an SQL statement, returning all results in a single reply. This * method cannot be used to return a result set larger than 10 MiB; if the query * yields more data than that, the query fails with a `FAILED_PRECONDITION` * error. Operations inside read-write transactions might return `ABORTED`. If * this occurs, the application should restart the transaction from the * beginning. See Transaction for more details. Larger result sets can be * fetched in streaming fashion by calling ExecuteStreamingSql instead. * (sessions.executeSql) * * @param string $session Required. The session in which the SQL query should be * performed. * @param Google_Service_Spanner_ExecuteSqlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_ResultSet */ public function executeSql($session, Google_Service_Spanner_ExecuteSqlRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('executeSql', array($params), "Google_Service_Spanner_ResultSet"); } /** * Like ExecuteSql, except returns the result set as a stream. Unlike * ExecuteSql, there is no limit on the size of the returned result set. * However, no individual row in the result set can exceed 100 MiB, and no * column value can exceed 10 MiB. (sessions.executeStreamingSql) * * @param string $session Required. The session in which the SQL query should be * performed. * @param Google_Service_Spanner_ExecuteSqlRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_PartialResultSet */ public function executeStreamingSql($session, Google_Service_Spanner_ExecuteSqlRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('executeStreamingSql', array($params), "Google_Service_Spanner_PartialResultSet"); } /** * Gets a session. Returns `NOT_FOUND` if the session does not exist. This is * mainly useful for determining whether a session is still alive. * (sessions.get) * * @param string $name Required. The name of the session to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Session */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Session"); } /** * Lists all sessions in a given database. * (sessions.listProjectsInstancesDatabasesSessions) * * @param string $database Required. The database in which to list sessions. * @param array $optParams Optional parameters. * * @opt_param string 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 int pageSize Number of sessions to be returned in the response. If * 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListSessionsResponse. * @return Google_Service_Spanner_ListSessionsResponse */ public function listProjectsInstancesDatabasesSessions($database, $optParams = array()) { $params = array('database' => $database); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListSessionsResponse"); } /** * Creates a set of partition tokens that can be used to execute a query * operation in parallel. Each of the returned partition tokens can be used by * ExecuteStreamingSql to specify a subset of the query result to read. The same * session and read-only transaction must be used by the PartitionQueryRequest * used to create the partition tokens and the ExecuteSqlRequests that use the * partition tokens. Partition tokens become invalid when the session used to * create them is deleted, is idle for too long, begins a new transaction, or * becomes too old. When any of these happen, it is not possible to resume the * query, and the whole operation must be restarted from the beginning. * (sessions.partitionQuery) * * @param string $session Required. The session used to create the partitions. * @param Google_Service_Spanner_PartitionQueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_PartitionResponse */ public function partitionQuery($session, Google_Service_Spanner_PartitionQueryRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('partitionQuery', array($params), "Google_Service_Spanner_PartitionResponse"); } /** * Creates a set of partition tokens that can be used to execute a read * operation in parallel. Each of the returned partition tokens can be used by * StreamingRead to specify a subset of the read result to read. The same * session and read-only transaction must be used by the PartitionReadRequest * used to create the partition tokens and the ReadRequests that use the * partition tokens. There are no ordering guarantees on rows returned among the * returned partition tokens, or even within each individual StreamingRead call * issued with a partition_token. Partition tokens become invalid when the * session used to create them is deleted, is idle for too long, begins a new * transaction, or becomes too old. When any of these happen, it is not possible * to resume the read, and the whole operation must be restarted from the * beginning. (sessions.partitionRead) * * @param string $session Required. The session used to create the partitions. * @param Google_Service_Spanner_PartitionReadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_PartitionResponse */ public function partitionRead($session, Google_Service_Spanner_PartitionReadRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('partitionRead', array($params), "Google_Service_Spanner_PartitionResponse"); } /** * Reads rows from the database using key lookups and scans, as a simple * key/value style alternative to ExecuteSql. This method cannot be used to * return a result set larger than 10 MiB; if the read matches more data than * that, the read fails with a `FAILED_PRECONDITION` error. Reads inside read- * write transactions might return `ABORTED`. If this occurs, the application * should restart the transaction from the beginning. See Transaction for more * details. Larger result sets can be yielded in streaming fashion by calling * StreamingRead instead. (sessions.read) * * @param string $session Required. The session in which the read should be * performed. * @param Google_Service_Spanner_ReadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_ResultSet */ public function read($session, Google_Service_Spanner_ReadRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('read', array($params), "Google_Service_Spanner_ResultSet"); } /** * Rolls back a transaction, releasing any locks it holds. It is a good idea to * call this for any transaction that includes one or more Read or ExecuteSql * requests and ultimately decides not to commit. `Rollback` returns `OK` if it * successfully aborts the transaction, the transaction was already aborted, or * the transaction is not found. `Rollback` never returns `ABORTED`. * (sessions.rollback) * * @param string $session Required. The session in which the transaction to roll * back is running. * @param Google_Service_Spanner_RollbackRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function rollback($session, Google_Service_Spanner_RollbackRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rollback', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Like Read, except returns the result set as a stream. Unlike Read, there is * no limit on the size of the returned result set. However, no individual row * in the result set can exceed 100 MiB, and no column value can exceed 10 MiB. * (sessions.streamingRead) * * @param string $session Required. The session in which the read should be * performed. * @param Google_Service_Spanner_ReadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Spanner_PartialResultSet */ public function streamingRead($session, Google_Service_Spanner_ReadRequest $postBody, $optParams = array()) { $params = array('session' => $session, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('streamingRead', array($params), "Google_Service_Spanner_PartialResultSet"); } } PK2 Z27lvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabaseOperations.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $databaseOperations = $spannerService->databaseOperations; * */ class Google_Service_Spanner_Resource_ProjectsInstancesDatabaseOperations extends Google_Service_Resource { /** * Lists database longrunning-operations. A database operation has a name of the * form `projects//instances//databases//operations/`. The long-running * operation metadata field type `metadata.type_url` describes the type of the * metadata. Operations returned include those that have * completed/failed/canceled within the last 7 days, and pending operations. * (databaseOperations.listProjectsInstancesDatabaseOperations) * * @param string $parent Required. The instance of the database operations. * Values are of the form `projects//instances/`. * @param array $optParams Optional parameters. * * @opt_param string filter An expression that filters the list of returned * operations. A filter expression consists of a field name, a comparison * operator, and a value for filtering. The value must be a string, a number, or * a boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, * `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not * case sensitive. The following fields in the Operation are eligible for * filtering: * `name` - The name of the long-running operation * `done` - False * if the operation is in progress, else true. * `metadata.@type` - the type of * metadata. For example, the type string for RestoreDatabaseMetadata is `type.g * oogleapis.com/google.spanner.admin.database.v1.RestoreDatabaseMetadata`. * * `metadata.` - any field in metadata.value. * `error` - Error associated with * the long-running operation. * `response.@type` - the type of response. * * `response.` - any field in response.value. You can combine multiple * expressions by enclosing each expression in parentheses. By default, * expressions are combined with AND logic. However, you can specify AND, OR, * and NOT logic explicitly. Here are a few examples: * `done:true` - The * operation is complete. * `(metadata.@type=type.googleapis.com/google.spanner. * admin.database.v1.RestoreDatabaseMetadata) AND` \ * `(metadata.source_type:BACKUP) AND` \ * `(metadata.backup_info.backup:backup_howl) AND` \ * `(metadata.name:restored_howl) AND` \ `(metadata.progress.start_time < * \"2018-03-28T14:50:00Z\") AND` \ `(error:*)` - Return operations where: * The * operation's metadata type is RestoreDatabaseMetadata. * The database is * restored from a backup. * The backup name contains "backup_howl". * The * restored database's name contains "restored_howl". * The operation started * before 2018-03-28T14:50:00Z. * The operation resulted in an error. * @opt_param int pageSize Number of operations to be returned in the response. * If 0 or less, defaults to the server's maximum allowed page size. * @opt_param string pageToken If non-empty, `page_token` should contain a * next_page_token from a previous ListDatabaseOperationsResponse to the same * `parent` and with the same `filter`. * @return Google_Service_Spanner_ListDatabaseOperationsResponse */ public function listProjectsInstancesDatabaseOperations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListDatabaseOperationsResponse"); } } PK2 Z1jjQvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $projects = $spannerService->projects; * */ class Google_Service_Spanner_Resource_Projects extends Google_Service_Resource { } PK2 Z?|  dvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $operations = $spannerService->operations; * */ class Google_Service_Spanner_Resource_ProjectsInstancesOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsInstancesOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Spanner_ListOperationsResponse */ public function listProjectsInstancesOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListOperationsResponse"); } } PK2 Zv''mvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesOperations.phpnu[ * $spannerService = new Google_Service_Spanner(...); * $operations = $spannerService->operations; * */ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_SpannerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Spanner_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Spanner_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsInstancesDatabasesOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Spanner_ListOperationsResponse */ public function listProjectsInstancesDatabasesOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Spanner_ListOperationsResponse"); } } PK2 Z`::Vvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceMetadata.phpnu[cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Spanner_Instance */ public function setInstance(Google_Service_Spanner_Instance $instance) { $this->instance = $instance; } /** * @return Google_Service_Spanner_Instance */ public function getInstance() { return $this->instance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK2 Zst_Hvendor/google/apiclient-services/src/Google/Service/Spanner/KeyRange.phpnu[endClosed = $endClosed; } public function getEndClosed() { return $this->endClosed; } public function setEndOpen($endOpen) { $this->endOpen = $endOpen; } public function getEndOpen() { return $this->endOpen; } public function setStartClosed($startClosed) { $this->startClosed = $startClosed; } public function getStartClosed() { return $this->startClosed; } public function setStartOpen($startOpen) { $this->startOpen = $startOpen; } public function getStartOpen() { return $this->startOpen; } } PK2 ZźBBIvendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.phpnu[planNodes = $planNodes; } /** * @return Google_Service_Spanner_PlanNode[] */ public function getPlanNodes() { return $this->planNodes; } } PK2 Zd??[vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.phpnu[session = $session; } /** * @return Google_Service_Spanner_Session[] */ public function getSession() { return $this->session; } } PK2 Z~wVVPvendor/google/apiclient-services/src/Google/Service/Spanner/EncryptionConfig.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK2 Z˳vvGvendor/google/apiclient-services/src/Google/Service/Spanner/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Spanner_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK2 ZRKJvendor/google/apiclient-services/src/Google/Service/Spanner/BackupInfo.phpnu[backup = $backup; } public function getBackup() { return $this->backup; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setSourceDatabase($sourceDatabase) { $this->sourceDatabase = $sourceDatabase; } public function getSourceDatabase() { return $this->sourceDatabase; } public function setVersionTime($versionTime) { $this->versionTime = $versionTime; } public function getVersionTime() { return $this->versionTime; } } PK2 Z=[[Pvendor/google/apiclient-services/src/Google/Service/Spanner/PartitionOptions.phpnu[maxPartitions = $maxPartitions; } public function getMaxPartitions() { return $this->maxPartitions; } public function setPartitionSizeBytes($partitionSizeBytes) { $this->partitionSizeBytes = $partitionSizeBytes; } public function getPartitionSizeBytes() { return $this->partitionSizeBytes; } } PK2 Z~?0,,Zvendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.phpnu[sessionCount = $sessionCount; } public function getSessionCount() { return $this->sessionCount; } /** * @param Google_Service_Spanner_Session */ public function setSessionTemplate(Google_Service_Spanner_Session $sessionTemplate) { $this->sessionTemplate = $sessionTemplate; } /** * @return Google_Service_Spanner_Session */ public function getSessionTemplate() { return $this->sessionTemplate; } } PK2 Z9Rvendor/google/apiclient-services/src/Google/Service/Spanner/TransactionOptions.phpnu[partitionedDml = $partitionedDml; } /** * @return Google_Service_Spanner_PartitionedDml */ public function getPartitionedDml() { return $this->partitionedDml; } /** * @param Google_Service_Spanner_ReadOnly */ public function setReadOnly(Google_Service_Spanner_ReadOnly $readOnly) { $this->readOnly = $readOnly; } /** * @return Google_Service_Spanner_ReadOnly */ public function getReadOnly() { return $this->readOnly; } /** * @param Google_Service_Spanner_ReadWrite */ public function setReadWrite(Google_Service_Spanner_ReadWrite $readWrite) { $this->readWrite = $readWrite; } /** * @return Google_Service_Spanner_ReadWrite */ public function getReadWrite() { return $this->readWrite; } } PK2 ZFH Kvendor/google/apiclient-services/src/Google/Service/Spanner/Transaction.phpnu[id = $id; } public function getId() { return $this->id; } public function setReadTimestamp($readTimestamp) { $this->readTimestamp = $readTimestamp; } public function getReadTimestamp() { return $this->readTimestamp; } } PK2 Zl&rrHvendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.phpnu[exactStaleness = $exactStaleness; } public function getExactStaleness() { return $this->exactStaleness; } public function setMaxStaleness($maxStaleness) { $this->maxStaleness = $maxStaleness; } public function getMaxStaleness() { return $this->maxStaleness; } public function setMinReadTimestamp($minReadTimestamp) { $this->minReadTimestamp = $minReadTimestamp; } public function getMinReadTimestamp() { return $this->minReadTimestamp; } public function setReadTimestamp($readTimestamp) { $this->readTimestamp = $readTimestamp; } public function getReadTimestamp() { return $this->readTimestamp; } public function setReturnReadTimestamp($returnReadTimestamp) { $this->returnReadTimestamp = $returnReadTimestamp; } public function getReturnReadTimestamp() { return $this->returnReadTimestamp; } public function setStrong($strong) { $this->strong = $strong; } public function getStrong() { return $this->strong; } } PK2 Z^ZZHvendor/google/apiclient-services/src/Google/Service/Spanner/Instance.phpnu[config = $config; } public function getConfig() { return $this->config; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEndpointUris($endpointUris) { $this->endpointUris = $endpointUris; } public function getEndpointUris() { return $this->endpointUris; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } public function getNodeCount() { return $this->nodeCount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK2 Zu4Uvendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.phpnu[databases = $databases; } /** * @return Google_Service_Spanner_Database[] */ public function getDatabases() { return $this->databases; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Z"%Tvendor/google/apiclient-services/src/Google/Service/Spanner/ListSessionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Spanner_Session[] */ public function setSessions($sessions) { $this->sessions = $sessions; } /** * @return Google_Service_Spanner_Session[] */ public function getSessions() { return $this->sessions; } } PK2 Z3WiYvendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 ZRffKvendor/google/apiclient-services/src/Google/Service/Spanner/CommitStats.phpnu[mutationCount = $mutationCount; } public function getMutationCount() { return $this->mutationCount; } } PK2 Z@L Tvendor/google/apiclient-services/src/Google/Service/Spanner/PartitionReadRequest.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Spanner_KeySet */ public function setKeySet(Google_Service_Spanner_KeySet $keySet) { $this->keySet = $keySet; } /** * @return Google_Service_Spanner_KeySet */ public function getKeySet() { return $this->keySet; } /** * @param Google_Service_Spanner_PartitionOptions */ public function setPartitionOptions(Google_Service_Spanner_PartitionOptions $partitionOptions) { $this->partitionOptions = $partitionOptions; } /** * @return Google_Service_Spanner_PartitionOptions */ public function getPartitionOptions() { return $this->partitionOptions; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } /** * @param Google_Service_Spanner_TransactionSelector */ public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_Spanner_TransactionSelector */ public function getTransaction() { return $this->transaction; } } PK2 Z //Ivendor/google/apiclient-services/src/Google/Service/Spanner/Statement.phpnu[paramTypes = $paramTypes; } /** * @return Google_Service_Spanner_Type[] */ public function getParamTypes() { return $this->paramTypes; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setSql($sql) { $this->sql = $sql; } public function getSql() { return $this->sql; } } PK2 Z2uuSvendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.phpnu[begin = $begin; } /** * @return Google_Service_Spanner_TransactionOptions */ public function getBegin() { return $this->begin; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Spanner_TransactionOptions */ public function setSingleUse(Google_Service_Spanner_TransactionOptions $singleUse) { $this->singleUse = $singleUse; } /** * @return Google_Service_Spanner_TransactionOptions */ public function getSingleUse() { return $this->singleUse; } } PK2 ZKvendor/google/apiclient-services/src/Google/Service/Spanner/RestoreInfo.phpnu[backupInfo = $backupInfo; } /** * @return Google_Service_Spanner_BackupInfo */ public function getBackupInfo() { return $this->backupInfo; } public function setSourceType($sourceType) { $this->sourceType = $sourceType; } public function getSourceType() { return $this->sourceType; } } PK2 ZldNvendor/google/apiclient-services/src/Google/Service/Spanner/EncryptionInfo.phpnu[encryptionStatus = $encryptionStatus; } /** * @return Google_Service_Spanner_Status */ public function getEncryptionStatus() { return $this->encryptionStatus; } public function setEncryptionType($encryptionType) { $this->encryptionType = $encryptionType; } public function getEncryptionType() { return $this->encryptionType; } public function setKmsKeyVersion($kmsKeyVersion) { $this->kmsKeyVersion = $kmsKeyVersion; } public function getKmsKeyVersion() { return $this->kmsKeyVersion; } } PK2 Z Jvendor/google/apiclient-services/src/Google/Service/Spanner/StructType.phpnu[fields = $fields; } /** * @return Google_Service_Spanner_Field[] */ public function getFields() { return $this->fields; } } PK2 Z0B/Gvendor/google/apiclient-services/src/Google/Service/Spanner/Session.phpnu[approximateLastUseTime = $approximateLastUseTime; } public function getApproximateLastUseTime() { return $this->approximateLastUseTime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 ZMyyUvendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseRequest.phpnu[createStatement = $createStatement; } public function getCreateStatement() { return $this->createStatement; } /** * @param Google_Service_Spanner_EncryptionConfig */ public function setEncryptionConfig(Google_Service_Spanner_EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_Spanner_EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } public function setExtraStatements($extraStatements) { $this->extraStatements = $extraStatements; } public function getExtraStatements() { return $this->extraStatements; } } PK2 ZYqqIvendor/google/apiclient-services/src/Google/Service/Spanner/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Spanner_Status */ public function setError(Google_Service_Spanner_Status $error) { $this->error = $error; } /** * @return Google_Service_Spanner_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK2 ZIFvendor/google/apiclient-services/src/Google/Service/Spanner/Status.phpnu[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; } } PK2 Z2VVvendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.phpnu[seqno = $seqno; } public function getSeqno() { return $this->seqno; } /** * @param Google_Service_Spanner_Statement[] */ public function setStatements($statements) { $this->statements = $statements; } /** * @return Google_Service_Spanner_Statement[] */ public function getStatements() { return $this->statements; } /** * @param Google_Service_Spanner_TransactionSelector */ public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_Spanner_TransactionSelector */ public function getTransaction() { return $this->transaction; } } PK2 ZiD  Tvendor/google/apiclient-services/src/Google/Service/Spanner/CreateSessionRequest.phpnu[session = $session; } /** * @return Google_Service_Spanner_Session */ public function getSession() { return $this->session; } } PK2 Z((Vvendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Spanner_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Spanner_Operation[] */ public function getOperations() { return $this->operations; } } PK2 Z{Vvendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.phpnu[statements = $statements; } public function getStatements() { return $this->statements; } } PK2 ZHOL L Fvendor/google/apiclient-services/src/Google/Service/Spanner/Backup.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDatabase($database) { $this->database = $database; } public function getDatabase() { return $this->database; } /** * @param Google_Service_Spanner_EncryptionInfo */ public function setEncryptionInfo(Google_Service_Spanner_EncryptionInfo $encryptionInfo) { $this->encryptionInfo = $encryptionInfo; } /** * @return Google_Service_Spanner_EncryptionInfo */ public function getEncryptionInfo() { return $this->encryptionInfo; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setReferencingDatabases($referencingDatabases) { $this->referencingDatabases = $referencingDatabases; } public function getReferencingDatabases() { return $this->referencingDatabases; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setVersionTime($versionTime) { $this->versionTime = $versionTime; } public function getVersionTime() { return $this->versionTime; } } PK2 Z::Vvendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceMetadata.phpnu[cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Spanner_Instance */ public function setInstance(Google_Service_Spanner_Instance $instance) { $this->instance = $instance; } /** * @return Google_Service_Spanner_Instance */ public function getInstance() { return $this->instance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK2 ZFvendor/google/apiclient-services/src/Google/Service/Spanner/Delete.phpnu[keySet = $keySet; } /** * @return Google_Service_Spanner_KeySet */ public function getKeySet() { return $this->keySet; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } } PK2 Z_fqf..\vendor/google/apiclient-services/src/Google/Service/Spanner/ListBackupOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Spanner_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Spanner_Operation[] */ public function getOperations() { return $this->operations; } } PK2 ZΐtQvendor/google/apiclient-services/src/Google/Service/Spanner/OperationProgress.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK2 Z Pvendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK2 Z^g`vendor/google/apiclient-services/src/Google/Service/Spanner/OptimizeRestoredDatabaseMetadata.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Spanner_OperationProgress */ public function setProgress(Google_Service_Spanner_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_Spanner_OperationProgress */ public function getProgress() { return $this->progress; } } PK2 ZՔ@@Tvendor/google/apiclient-services/src/Google/Service/Spanner/CreateBackupMetadata.phpnu[cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } public function setDatabase($database) { $this->database = $database; } public function getDatabase() { return $this->database; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Spanner_OperationProgress */ public function setProgress(Google_Service_Spanner_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_Spanner_OperationProgress */ public function getProgress() { return $this->progress; } } PK2 Z풁O$$Pvendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.phpnu[chunkedValue = $chunkedValue; } public function getChunkedValue() { return $this->chunkedValue; } /** * @param Google_Service_Spanner_ResultSetMetadata */ public function setMetadata(Google_Service_Spanner_ResultSetMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Spanner_ResultSetMetadata */ public function getMetadata() { return $this->metadata; } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; } public function getResumeToken() { return $this->resumeToken; } /** * @param Google_Service_Spanner_ResultSetStats */ public function setStats(Google_Service_Spanner_ResultSetStats $stats) { $this->stats = $stats; } /** * @return Google_Service_Spanner_ResultSetStats */ public function getStats() { return $this->stats; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK2 Z0 0 Wvendor/google/apiclient-services/src/Google/Service/Spanner/RestoreDatabaseMetadata.phpnu[backupInfo = $backupInfo; } /** * @return Google_Service_Spanner_BackupInfo */ public function getBackupInfo() { return $this->backupInfo; } public function setCancelTime($cancelTime) { $this->cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptimizeDatabaseOperationName($optimizeDatabaseOperationName) { $this->optimizeDatabaseOperationName = $optimizeDatabaseOperationName; } public function getOptimizeDatabaseOperationName() { return $this->optimizeDatabaseOperationName; } /** * @param Google_Service_Spanner_OperationProgress */ public function setProgress(Google_Service_Spanner_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_Spanner_OperationProgress */ public function getProgress() { return $this->progress; } public function setSourceType($sourceType) { $this->sourceType = $sourceType; } public function getSourceType() { return $this->sourceType; } } PK2 Zy7rCKvendor/google/apiclient-services/src/Google/Service/Spanner/ReplicaInfo.phpnu[defaultLeaderLocation = $defaultLeaderLocation; } public function getDefaultLeaderLocation() { return $this->defaultLeaderLocation; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z#Qvendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.phpnu[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; } } PK2 Zq񄠙Lvendor/google/apiclient-services/src/Google/Service/Spanner/SpannerEmpty.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Spanner_KeySet */ public function setKeySet(Google_Service_Spanner_KeySet $keySet) { $this->keySet = $keySet; } /** * @return Google_Service_Spanner_KeySet */ public function getKeySet() { return $this->keySet; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setPartitionToken($partitionToken) { $this->partitionToken = $partitionToken; } public function getPartitionToken() { return $this->partitionToken; } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; } public function getResumeToken() { return $this->resumeToken; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } /** * @param Google_Service_Spanner_TransactionSelector */ public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_Spanner_TransactionSelector */ public function getTransaction() { return $this->transaction; } } PK2 Zcii[vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.phpnu[instanceConfigs = $instanceConfigs; } /** * @return Google_Service_Spanner_InstanceConfig[] */ public function getInstanceConfigs() { return $this->instanceConfigs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Z9ػ Hvendor/google/apiclient-services/src/Google/Service/Spanner/PlanNode.phpnu[childLinks = $childLinks; } /** * @return Google_Service_Spanner_ChildLink[] */ public function getChildLinks() { return $this->childLinks; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExecutionStats($executionStats) { $this->executionStats = $executionStats; } public function getExecutionStats() { return $this->executionStats; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Spanner_ShortRepresentation */ public function setShortRepresentation(Google_Service_Spanner_ShortRepresentation $shortRepresentation) { $this->shortRepresentation = $shortRepresentation; } /** * @return Google_Service_Spanner_ShortRepresentation */ public function getShortRepresentation() { return $this->shortRepresentation; } } PK2 ZkkIvendor/google/apiclient-services/src/Google/Service/Spanner/Partition.phpnu[partitionToken = $partitionToken; } public function getPartitionToken() { return $this->partitionToken; } } PK2 Z+Ϻ Qvendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.phpnu[paramTypes = $paramTypes; } /** * @return Google_Service_Spanner_Type[] */ public function getParamTypes() { return $this->paramTypes; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } public function setPartitionToken($partitionToken) { $this->partitionToken = $partitionToken; } public function getPartitionToken() { return $this->partitionToken; } public function setQueryMode($queryMode) { $this->queryMode = $queryMode; } public function getQueryMode() { return $this->queryMode; } /** * @param Google_Service_Spanner_QueryOptions */ public function setQueryOptions(Google_Service_Spanner_QueryOptions $queryOptions) { $this->queryOptions = $queryOptions; } /** * @return Google_Service_Spanner_QueryOptions */ public function getQueryOptions() { return $this->queryOptions; } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; } public function getResumeToken() { return $this->resumeToken; } public function setSeqno($seqno) { $this->seqno = $seqno; } public function getSeqno() { return $this->seqno; } public function setSql($sql) { $this->sql = $sql; } public function getSql() { return $this->sql; } /** * @param Google_Service_Spanner_TransactionSelector */ public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_Spanner_TransactionSelector */ public function getTransaction() { return $this->transaction; } } PK2 ZfHHDvendor/google/apiclient-services/src/Google/Service/Spanner/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 Zy>Svendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setSubqueries($subqueries) { $this->subqueries = $subqueries; } public function getSubqueries() { return $this->subqueries; } } PK2 ZXvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Binding.phpnu[condition = $condition; } /** * @return Google_Service_ServiceBroker_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK2 ZWXXTvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleTypeExpr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 ZVijjQvendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.phpnu[ * $servicebrokerService = new Google_Service_ServiceBroker(...); * $v1 = $servicebrokerService->v1; * */ class Google_Service_ServiceBroker_Resource_V1 extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (v1.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. * * Valid values are 0, 1, and 3. Requests specifying an invalid value will be * rejected. * * Requests for policies with any conditional bindings must specify version 3. * Policies without any conditional bindings may specify any valid value or * leave the field unset. * @return Google_Service_ServiceBroker_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ServiceBroker_GoogleIamV1Policy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. * * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED * (v1.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceBroker_GoogleIamV1SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceBroker_GoogleIamV1Policy */ public function setIamPolicy($resource, Google_Service_ServiceBroker_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ServiceBroker_GoogleIamV1Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error. * * Note: This operation is designed to be used for building permission-aware UIs * and command-line tools, not for authorization checking. This operation may * "fail open" without warning. (v1.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsResponse"); } } PK2 ZWvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_ServiceBroker_GoogleIamV1Binding */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Z1hhdvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_ServiceBroker_GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } } PK2 Z5( jvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 Z&Kkvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 ZD^vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.phpnu[method = $method; } public function getMethod() { return $this->method; } public function setReferrer($referrer) { $this->referrer = $referrer; } public function getReferrer() { return $this->referrer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setResponseStatusCode($responseStatusCode) { $this->responseStatusCode = $responseStatusCode; } public function getResponseStatusCode() { return $this->responseStatusCode; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK2 Z%Zvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ServiceContext.phpnu[resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Z?kkbvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.phpnu[errorGroupStats = $errorGroupStats; } /** * @return Google_Service_Clouderrorreporting_ErrorGroupStats[] */ public function getErrorGroupStats() { return $this->errorGroupStats; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTimeRangeBegin($timeRangeBegin) { $this->timeRangeBegin = $timeRangeBegin; } public function getTimeRangeBegin() { return $this->timeRangeBegin; } } PK2 ZöETS S Xvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorContext.phpnu[httpRequest = $httpRequest; } /** * @return Google_Service_Clouderrorreporting_HttpRequestContext */ public function getHttpRequest() { return $this->httpRequest; } /** * @param Google_Service_Clouderrorreporting_SourceLocation */ public function setReportLocation(Google_Service_Clouderrorreporting_SourceLocation $reportLocation) { $this->reportLocation = $reportLocation; } /** * @return Google_Service_Clouderrorreporting_SourceLocation */ public function getReportLocation() { return $this->reportLocation; } /** * @param Google_Service_Clouderrorreporting_SourceReference[] */ public function setSourceReferences($sourceReferences) { $this->sourceReferences = $sourceReferences; } /** * @return Google_Service_Clouderrorreporting_SourceReference[] */ public function getSourceReferences() { return $this->sourceReferences; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } } PK2 Z7qĥ^vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportedErrorEvent.phpnu[context = $context; } /** * @return Google_Service_Clouderrorreporting_ErrorContext */ public function getContext() { return $this->context; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_Clouderrorreporting_ServiceContext */ public function setServiceContext(Google_Service_Clouderrorreporting_ServiceContext $serviceContext) { $this->serviceContext = $serviceContext; } /** * @return Google_Service_Clouderrorreporting_ServiceContext */ public function getServiceContext() { return $this->serviceContext; } } PK2 Zj~GVvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TimedCount.phpnu[count = $count; } public function getCount() { return $this->count; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK2 Z+$$[vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.phpnu[affectedServices = $affectedServices; } /** * @return Google_Service_Clouderrorreporting_ServiceContext[] */ public function getAffectedServices() { return $this->affectedServices; } public function setAffectedUsersCount($affectedUsersCount) { $this->affectedUsersCount = $affectedUsersCount; } public function getAffectedUsersCount() { return $this->affectedUsersCount; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setFirstSeenTime($firstSeenTime) { $this->firstSeenTime = $firstSeenTime; } public function getFirstSeenTime() { return $this->firstSeenTime; } /** * @param Google_Service_Clouderrorreporting_ErrorGroup */ public function setGroup(Google_Service_Clouderrorreporting_ErrorGroup $group) { $this->group = $group; } /** * @return Google_Service_Clouderrorreporting_ErrorGroup */ public function getGroup() { return $this->group; } public function setLastSeenTime($lastSeenTime) { $this->lastSeenTime = $lastSeenTime; } public function getLastSeenTime() { return $this->lastSeenTime; } public function setNumAffectedServices($numAffectedServices) { $this->numAffectedServices = $numAffectedServices; } public function getNumAffectedServices() { return $this->numAffectedServices; } /** * @param Google_Service_Clouderrorreporting_ErrorEvent */ public function setRepresentative(Google_Service_Clouderrorreporting_ErrorEvent $representative) { $this->representative = $representative; } /** * @return Google_Service_Clouderrorreporting_ErrorEvent */ public function getRepresentative() { return $this->representative; } /** * @param Google_Service_Clouderrorreporting_TimedCount[] */ public function setTimedCounts($timedCounts) { $this->timedCounts = $timedCounts; } /** * @return Google_Service_Clouderrorreporting_TimedCount[] */ public function getTimedCounts() { return $this->timedCounts; } } PK2 Z  cvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.phpnu[ * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); * $events = $clouderrorreportingService->events; * */ class Google_Service_Clouderrorreporting_Resource_ProjectsEvents extends Google_Service_Resource { /** * Lists the specified events. (events.listProjectsEvents) * * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/{projectID}`, where `{projectID}` is * the [Google Cloud Platform project * ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my- * project-123`. * @param array $optParams Optional parameters. * * @opt_param string groupId Required. The group for which events shall be * returned. * @opt_param int pageSize Optional. The maximum number of results to return per * response. * @opt_param string pageToken Optional. A `next_page_token` provided by a * previous response. * @opt_param string serviceFilter.resourceType Optional. The exact value to * match against [`ServiceContext.resource_type`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). * @opt_param string serviceFilter.service Optional. The exact value to match * against [`ServiceContext.service`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). * @opt_param string serviceFilter.version Optional. The exact value to match * against [`ServiceContext.version`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). * @opt_param string timeRange.period Restricts the query to the specified time * range. * @return Google_Service_Clouderrorreporting_ListEventsResponse */ public function listProjectsEvents($projectName, $optParams = array()) { $params = array('projectName' => $projectName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Clouderrorreporting_ListEventsResponse"); } /** * Report an individual error event and record the event to a log. This endpoint * accepts **either** an OAuth token, **or** an [API * key](https://support.google.com/cloud/answer/6158862) for authentication. To * use an API key, append it to the URL as the value of a `key` parameter. For * example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectNam * e}/events:report?key=123ABC456` **Note:** [Error Reporting](/error-reporting) * is a global service built on Cloud Logging and doesn't analyze logs stored in * regional log buckets or logs routed to other Google Cloud projects. For more * information, see [Using Error Reporting with regionalized logs](/error- * reporting/docs/regionalization). (events.report) * * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/{projectId}`, where `{projectId}` is * the [Google Cloud Platform project * ID](https://support.google.com/cloud/answer/6158840). Example: // `projects * /my-project-123`. * @param Google_Service_Clouderrorreporting_ReportedErrorEvent $postBody * @param array $optParams Optional parameters. * @return Google_Service_Clouderrorreporting_ReportErrorEventResponse */ public function report($projectName, Google_Service_Clouderrorreporting_ReportedErrorEvent $postBody, $optParams = array()) { $params = array('projectName' => $projectName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('report', array($params), "Google_Service_Clouderrorreporting_ReportErrorEventResponse"); } } PK2 Z% cvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.phpnu[ * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); * $groups = $clouderrorreportingService->groups; * */ class Google_Service_Clouderrorreporting_Resource_ProjectsGroups extends Google_Service_Resource { /** * Get the specified group. (groups.get) * * @param string $groupName Required. The group resource name. Written as * `projects/{projectID}/groups/{group_name}`. Call * [`groupStats.list`](https://cloud.google.com/error- * reporting/reference/rest/v1beta1/projects.groupStats/list) to return a list * of groups belonging to this project. Example: `projects/my-project-123/groups * /my-group` * @param array $optParams Optional parameters. * @return Google_Service_Clouderrorreporting_ErrorGroup */ public function get($groupName, $optParams = array()) { $params = array('groupName' => $groupName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Clouderrorreporting_ErrorGroup"); } /** * Replace the data for the specified group. Fails if the group does not exist. * (groups.update) * * @param string $name The group resource name. Example: projects/my- * project-123/groups/CNSgkpnppqKCUw * @param Google_Service_Clouderrorreporting_ErrorGroup $postBody * @param array $optParams Optional parameters. * @return Google_Service_Clouderrorreporting_ErrorGroup */ public function update($name, Google_Service_Clouderrorreporting_ErrorGroup $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Clouderrorreporting_ErrorGroup"); } } PK2 ZwC]vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.phpnu[ * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); * $projects = $clouderrorreportingService->projects; * */ class Google_Service_Clouderrorreporting_Resource_Projects extends Google_Service_Resource { /** * Deletes all error events of a given project. (projects.deleteEvents) * * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/{projectID}`, where `{projectID}` is * the [Google Cloud Platform project * ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my- * project-123`. * @param array $optParams Optional parameters. * @return Google_Service_Clouderrorreporting_DeleteEventsResponse */ public function deleteEvents($projectName, $optParams = array()) { $params = array('projectName' => $projectName); $params = array_merge($params, $optParams); return $this->call('deleteEvents', array($params), "Google_Service_Clouderrorreporting_DeleteEventsResponse"); } } PK2 Ze gvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.phpnu[ * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); * $groupStats = $clouderrorreportingService->groupStats; * */ class Google_Service_Clouderrorreporting_Resource_ProjectsGroupStats extends Google_Service_Resource { /** * Lists the specified groups. (groupStats.listProjectsGroupStats) * * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/{projectID}` or * `projects/{projectNumber}`, where `{projectID}` and `{projectNumber}` can be * found in the [Google Cloud * Console](https://support.google.com/cloud/answer/6158840). Examples: * `projects/my-project-123`, `projects/5551234`. * @param array $optParams Optional parameters. * * @opt_param string alignment Optional. The alignment of the timed counts to be * returned. Default is `ALIGNMENT_EQUAL_AT_END`. * @opt_param string alignmentTime Optional. Time where the timed counts shall * be aligned if rounded alignment is chosen. Default is 00:00 UTC. * @opt_param string groupId Optional. List all ErrorGroupStats with these IDs. * @opt_param string order Optional. The sort order in which the results are * returned. Default is `COUNT_DESC`. * @opt_param int pageSize Optional. The maximum number of results to return per * response. Default is 20. * @opt_param string pageToken Optional. A `next_page_token` provided by a * previous response. To view additional results, pass this token along with the * identical query parameters as the first request. * @opt_param string serviceFilter.resourceType Optional. The exact value to * match against [`ServiceContext.resource_type`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). * @opt_param string serviceFilter.service Optional. The exact value to match * against [`ServiceContext.service`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). * @opt_param string serviceFilter.version Optional. The exact value to match * against [`ServiceContext.version`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). * @opt_param string timeRange.period Restricts the query to the specified time * range. * @opt_param string timedCountDuration Optional. The preferred duration for a * single returned `TimedCount`. If not set, no timed counts are returned. * @return Google_Service_Clouderrorreporting_ListGroupStatsResponse */ public function listProjectsGroupStats($projectName, $optParams = array()) { $params = array('projectName' => $projectName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Clouderrorreporting_ListGroupStatsResponse"); } } PK2 ZQ}:44^vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListEventsResponse.phpnu[errorEvents = $errorEvents; } /** * @return Google_Service_Clouderrorreporting_ErrorEvent[] */ public function getErrorEvents() { return $this->errorEvents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTimeRangeBegin($timeRangeBegin) { $this->timeRangeBegin = $timeRangeBegin; } public function getTimeRangeBegin() { return $this->timeRangeBegin; } } PK2 Z+kVvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.phpnu[context = $context; } /** * @return Google_Service_Clouderrorreporting_ErrorContext */ public function getContext() { return $this->context; } public function setEventTime($eventTime) { $this->eventTime = $eventTime; } public function getEventTime() { return $this->eventTime; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_Clouderrorreporting_ServiceContext */ public function setServiceContext(Google_Service_Clouderrorreporting_ServiceContext $serviceContext) { $this->serviceContext = $serviceContext; } /** * @return Google_Service_Clouderrorreporting_ServiceContext */ public function getServiceContext() { return $this->serviceContext; } } PK2 Zz.Vvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.phpnu[groupId = $groupId; } public function getGroupId() { return $this->groupId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResolutionStatus($resolutionStatus) { $this->resolutionStatus = $resolutionStatus; } public function getResolutionStatus() { return $this->resolutionStatus; } /** * @param Google_Service_Clouderrorreporting_TrackingIssue[] */ public function setTrackingIssues($trackingIssues) { $this->trackingIssues = $trackingIssues; } /** * @return Google_Service_Clouderrorreporting_TrackingIssue[] */ public function getTrackingIssues() { return $this->trackingIssues; } } PK2 Z%zcZvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceLocation.phpnu[filePath = $filePath; } public function getFilePath() { return $this->filePath; } public function setFunctionName($functionName) { $this->functionName = $functionName; } public function getFunctionName() { return $this->functionName; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } } PK2 Zuna[vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceReference.phpnu[repository = $repository; } public function getRepository() { return $this->repository; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK2 Z#M`vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK2 Z<<>vendor/google/apiclient-services/src/Google/Service/Script.phpnu[ * Manages and executes Google Apps Script projects.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Script extends Google_Service { /** Read, compose, send, and permanently delete all your email from Gmail. */ const MAIL_GOOGLE_COM = "https://mail.google.com/"; /** See, edit, share, and permanently delete all the calendars you can access using Google Calendar. */ const WWW_GOOGLE_COM_CALENDAR_FEEDS = "https://www.google.com/calendar/feeds"; /** See, edit, download, and permanently delete your contacts. */ const WWW_GOOGLE_COM_M8_FEEDS = "https://www.google.com/m8/feeds"; /** View and manage the provisioning of groups on your domain. */ const ADMIN_DIRECTORY_GROUP = "https://www.googleapis.com/auth/admin.directory.group"; /** View and manage the provisioning of users on your domain. */ const ADMIN_DIRECTORY_USER = "https://www.googleapis.com/auth/admin.directory.user"; /** See, create, and edit all Google Docs documents you have access to. */ const DOCUMENTS = "https://www.googleapis.com/auth/documents"; /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; /** View and manage your forms in Google Drive. */ const FORMS = "https://www.googleapis.com/auth/forms"; /** View and manage forms that this application has been installed in. */ const FORMS_CURRENTONLY = "https://www.googleapis.com/auth/forms.currentonly"; /** View and manage your Google Groups. */ const GROUPS = "https://www.googleapis.com/auth/groups"; /** Create and update Google Apps Script deployments. */ const SCRIPT_DEPLOYMENTS = "https://www.googleapis.com/auth/script.deployments"; /** View Google Apps Script deployments. */ const SCRIPT_DEPLOYMENTS_READONLY = "https://www.googleapis.com/auth/script.deployments.readonly"; /** View Google Apps Script project's metrics. */ const SCRIPT_METRICS = "https://www.googleapis.com/auth/script.metrics"; /** View Google Apps Script processes. */ const SCRIPT_PROCESSES = "https://www.googleapis.com/auth/script.processes"; /** Create and update Google Apps Script projects. */ const SCRIPT_PROJECTS = "https://www.googleapis.com/auth/script.projects"; /** View Google Apps Script projects. */ const SCRIPT_PROJECTS_READONLY = "https://www.googleapis.com/auth/script.projects.readonly"; /** See, edit, create, and delete your spreadsheets in Google Drive. */ const SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets"; /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $processes; public $projects; public $projects_deployments; public $projects_versions; public $scripts; /** * Constructs the internal representation of the Script service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://script.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'script'; $this->processes = new Google_Service_Script_Resource_Processes( $this, $this->serviceName, 'processes', array( 'methods' => array( 'list' => array( 'path' => 'v1/processes', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.deploymentId' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.functionName' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.projectName' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.scriptId' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.startTime' => array( 'location' => 'query', 'type' => 'string', ), 'userProcessFilter.statuses' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'userProcessFilter.types' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'userProcessFilter.userAccessLevels' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'listScriptProcesses' => array( 'path' => 'v1/processes:listScriptProcesses', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'scriptId' => array( 'location' => 'query', 'type' => 'string', ), 'scriptProcessFilter.deploymentId' => array( 'location' => 'query', 'type' => 'string', ), 'scriptProcessFilter.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'scriptProcessFilter.functionName' => array( 'location' => 'query', 'type' => 'string', ), 'scriptProcessFilter.startTime' => array( 'location' => 'query', 'type' => 'string', ), 'scriptProcessFilter.statuses' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'scriptProcessFilter.types' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'scriptProcessFilter.userAccessLevels' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); $this->projects = new Google_Service_Script_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'create' => array( 'path' => 'v1/projects', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/projects/{scriptId}', 'httpMethod' => 'GET', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getContent' => array( 'path' => 'v1/projects/{scriptId}/content', 'httpMethod' => 'GET', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionNumber' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getMetrics' => array( 'path' => 'v1/projects/{scriptId}/metrics', 'httpMethod' => 'GET', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'metricsFilter.deploymentId' => array( 'location' => 'query', 'type' => 'string', ), 'metricsGranularity' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateContent' => array( 'path' => 'v1/projects/{scriptId}/content', 'httpMethod' => 'PUT', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_deployments = new Google_Service_Script_Resource_ProjectsDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1/projects/{scriptId}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/projects/{scriptId}/deployments/{deploymentId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deploymentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/projects/{scriptId}/deployments/{deploymentId}', 'httpMethod' => 'GET', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deploymentId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/projects/{scriptId}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->scripts = new Google_Service_Script_Resource_Scripts( $this, $this->serviceName, 'scripts', array( 'methods' => array( 'run' => array( 'path' => 'v1/scripts/{scriptId}:run', 'httpMethod' => 'POST', 'parameters' => array( 'scriptId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK2 Z ě88Lvendor/google/apiclient-services/src/Google/Service/AccessContextManager.phpnu[ * An API for setting attribute based access control to requests to GCP * services.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AccessContextManager extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $accessPolicies; public $accessPolicies_accessLevels; public $accessPolicies_servicePerimeters; public $operations; public $organizations_gcpUserAccessBindings; /** * Constructs the internal representation of the AccessContextManager service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://accesscontextmanager.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'accesscontextmanager'; $this->accessPolicies = new Google_Service_AccessContextManager_Resource_AccessPolicies( $this, $this->serviceName, 'accessPolicies', array( 'methods' => array( 'create' => array( 'path' => 'v1/accessPolicies', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/accessPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->accessPolicies_accessLevels = new Google_Service_AccessContextManager_Resource_AccessPoliciesAccessLevels( $this, $this->serviceName, 'accessLevels', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/accessLevels', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accessLevelFormat' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/accessLevels', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accessLevelFormat' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'replaceAll' => array( 'path' => 'v1/{+parent}/accessLevels:replaceAll', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->accessPolicies_servicePerimeters = new Google_Service_AccessContextManager_Resource_AccessPoliciesServicePerimeters( $this, $this->serviceName, 'servicePerimeters', array( 'methods' => array( 'commit' => array( 'path' => 'v1/{+parent}/servicePerimeters:commit', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/servicePerimeters', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/servicePerimeters', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'replaceAll' => array( 'path' => 'v1/{+parent}/servicePerimeters:replaceAll', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_AccessContextManager_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_gcpUserAccessBindings = new Google_Service_AccessContextManager_Resource_OrganizationsGcpUserAccessBindings( $this, $this->serviceName, 'gcpUserAccessBindings', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/gcpUserAccessBindings', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/gcpUserAccessBindings', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 ZH֕Jvendor/google/apiclient-services/src/Google/Service/ManufacturerCenter.phpnu[ * Public API for managing Manufacturer Center related data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_ManufacturerCenter extends Google_Service { /** Manage your product listings for Google Manufacturer Center. */ const MANUFACTURERCENTER = "https://www.googleapis.com/auth/manufacturercenter"; public $accounts_products; /** * Constructs the internal representation of the ManufacturerCenter service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://manufacturers.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'manufacturers'; $this->accounts_products = new Google_Service_ManufacturerCenter_Resource_AccountsProducts( $this, $this->serviceName, 'products', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+parent}/products/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+parent}/products/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'include' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/products', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'include' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), '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, ), ), ), ) ) ); } } PK2 ZqPvendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.phpnu[ * $appstateService = new Google_Service_AppState(...); * $states = $appstateService->states; * */ class Google_Service_AppState_Resource_States extends Google_Service_Resource { /** * Clears (sets to empty) the data for the passed key if and only if the passed * version matches the currently stored version. This method results in a * conflict error on version mismatch. (states.clear) * * @param int $stateKey The key for the data to be retrieved. * @param array $optParams Optional parameters. * * @opt_param string currentDataVersion The version of the data to be cleared. * Version strings are returned by the server. * @return Google_Service_AppState_WriteResult */ public function clear($stateKey, $optParams = array()) { $params = array('stateKey' => $stateKey); $params = array_merge($params, $optParams); return $this->call('clear', array($params), "Google_Service_AppState_WriteResult"); } /** * Deletes a key and the data associated with it. The key is removed and no * longer counts against the key quota. Note that since this method is not safe * in the face of concurrent modifications, it should only be used for * development and testing purposes. Invoking this method in shipping code can * result in data loss and data corruption. (states.delete) * * @param int $stateKey The key for the data to be retrieved. * @param array $optParams Optional parameters. */ public function delete($stateKey, $optParams = array()) { $params = array('stateKey' => $stateKey); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the data corresponding to the passed key. If the key does not exist * on the server, an HTTP 404 will be returned. (states.get) * * @param int $stateKey The key for the data to be retrieved. * @param array $optParams Optional parameters. * @return Google_Service_AppState_GetResponse */ public function get($stateKey, $optParams = array()) { $params = array('stateKey' => $stateKey); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AppState_GetResponse"); } /** * Lists all the states keys, and optionally the state data. (states.listStates) * * @param array $optParams Optional parameters. * * @opt_param bool includeData Whether to include the full data in addition to * the version number * @return Google_Service_AppState_ListResponse */ public function listStates($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AppState_ListResponse"); } /** * Update the data associated with the input key if and only if the passed * version matches the currently stored version. This method is safe in the face * of concurrent writes. Maximum per-key size is 128KB. (states.update) * * @param int $stateKey The key for the data to be retrieved. * @param Google_Service_AppState_UpdateRequest $postBody * @param array $optParams Optional parameters. * * @opt_param string currentStateVersion The version of the app state your * application is attempting to update. If this does not match the current * version, this method will return a conflict error. If there is no data stored * on the server for this key, the update will succeed irrespective of the value * of this parameter. * @return Google_Service_AppState_WriteResult */ public function update($stateKey, Google_Service_AppState_UpdateRequest $postBody, $optParams = array()) { $params = array('stateKey' => $stateKey, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AppState_WriteResult"); } } PK2 ZZ-TғMvendor/google/apiclient-services/src/Google/Service/AppState/ListResponse.phpnu[items = $items; } /** * @return Google_Service_AppState_GetResponse */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaximumKeyCount($maximumKeyCount) { $this->maximumKeyCount = $maximumKeyCount; } public function getMaximumKeyCount() { return $this->maximumKeyCount; } } PK2 Z WWLvendor/google/apiclient-services/src/Google/Service/AppState/GetResponse.phpnu[currentStateVersion = $currentStateVersion; } public function getCurrentStateVersion() { return $this->currentStateVersion; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStateKey($stateKey) { $this->stateKey = $stateKey; } public function getStateKey() { return $this->stateKey; } } PK2 ZEOLvendor/google/apiclient-services/src/Google/Service/AppState/WriteResult.phpnu[currentStateVersion = $currentStateVersion; } public function getCurrentStateVersion() { return $this->currentStateVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStateKey($stateKey) { $this->stateKey = $stateKey; } public function getStateKey() { return $this->stateKey; } } PK2 ZNvendor/google/apiclient-services/src/Google/Service/AppState/UpdateRequest.phpnu[data = $data; } public function getData() { return $this->data; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Zt.l l Ovendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.phpnu[ * Views Abusive Experience Report data, and gets a list of sites that have a * significant number of abusive experiences.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AbusiveExperienceReport extends Google_Service { public $sites; public $violatingSites; /** * Constructs the internal representation of the AbusiveExperienceReport * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://abusiveexperiencereport.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'abusiveexperiencereport'; $this->sites = new Google_Service_AbusiveExperienceReport_Resource_Sites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->violatingSites = new Google_Service_AbusiveExperienceReport_Resource_ViolatingSites( $this, $this->serviceName, 'violatingSites', array( 'methods' => array( 'list' => array( 'path' => 'v1/violatingSites', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); } } PK2 Z-/.VV=vendor/google/apiclient-services/src/Google/Service/Games.phpnu[ * The Google Play games service allows developers to enhance games with social * leaderboards, achievements, game state, sign-in with Google, and more.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Games extends Google_Service { /** See, create, and delete its own configuration data in your Google Drive. */ const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata"; /** Create, edit, and delete your Google Play Games activity. */ const GAMES = "https://www.googleapis.com/auth/games"; public $achievementDefinitions; public $achievements; public $applications; public $events; public $leaderboards; public $metagame; public $players; public $revisions; public $scores; public $snapshots; public $snapshotsExtended; public $stats; /** * Constructs the internal representation of the Games service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://games.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'games'; $this->achievementDefinitions = new Google_Service_Games_Resource_AchievementDefinitions( $this, $this->serviceName, 'achievementDefinitions', array( 'methods' => array( 'list' => array( 'path' => 'games/v1/achievements', 'httpMethod' => 'GET', 'parameters' => array( 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->achievements = new Google_Service_Games_Resource_Achievements( $this, $this->serviceName, 'achievements', array( 'methods' => array( 'increment' => array( 'path' => 'games/v1/achievements/{achievementId}/increment', 'httpMethod' => 'POST', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'stepsToIncrement' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'games/v1/players/{playerId}/achievements', 'httpMethod' => 'GET', 'parameters' => array( 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'state' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reveal' => array( 'path' => 'games/v1/achievements/{achievementId}/reveal', 'httpMethod' => 'POST', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setStepsAtLeast' => array( 'path' => 'games/v1/achievements/{achievementId}/setStepsAtLeast', 'httpMethod' => 'POST', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'steps' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), ), ),'unlock' => array( 'path' => 'games/v1/achievements/{achievementId}/unlock', 'httpMethod' => 'POST', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateMultiple' => array( 'path' => 'games/v1/achievements/updateMultiple', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->applications = new Google_Service_Games_Resource_Applications( $this, $this->serviceName, 'applications', array( 'methods' => array( 'get' => array( 'path' => 'games/v1/applications/{applicationId}', 'httpMethod' => 'GET', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'platformType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getEndPoint' => array( 'path' => 'games/v1/applications/getEndPoint', 'httpMethod' => 'POST', 'parameters' => array( 'applicationId' => array( 'location' => 'query', 'type' => 'string', ), 'endPointType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'played' => array( 'path' => 'games/v1/applications/played', 'httpMethod' => 'POST', 'parameters' => array(), ),'verify' => array( 'path' => 'games/v1/applications/{applicationId}/verify', 'httpMethod' => 'GET', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->events = new Google_Service_Games_Resource_Events( $this, $this->serviceName, 'events', array( 'methods' => array( 'listByPlayer' => array( 'path' => 'games/v1/events', 'httpMethod' => 'GET', 'parameters' => array( 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listDefinitions' => array( 'path' => 'games/v1/eventDefinitions', 'httpMethod' => 'GET', 'parameters' => array( 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'record' => array( 'path' => 'games/v1/events', 'httpMethod' => 'POST', 'parameters' => array( 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->leaderboards = new Google_Service_Games_Resource_Leaderboards( $this, $this->serviceName, 'leaderboards', array( 'methods' => array( 'get' => array( 'path' => 'games/v1/leaderboards/{leaderboardId}', 'httpMethod' => 'GET', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'games/v1/leaderboards', 'httpMethod' => 'GET', 'parameters' => array( 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->metagame = new Google_Service_Games_Resource_Metagame( $this, $this->serviceName, 'metagame', array( 'methods' => array( 'getMetagameConfig' => array( 'path' => 'games/v1/metagameConfig', 'httpMethod' => 'GET', 'parameters' => array(), ),'listCategoriesByPlayer' => array( 'path' => 'games/v1/players/{playerId}/categories/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->players = new Google_Service_Games_Resource_Players( $this, $this->serviceName, 'players', array( 'methods' => array( 'get' => array( 'path' => 'games/v1/players/{playerId}', 'httpMethod' => 'GET', 'parameters' => array( 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'games/v1/players/me/players/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->revisions = new Google_Service_Games_Resource_Revisions( $this, $this->serviceName, 'revisions', array( 'methods' => array( 'check' => array( 'path' => 'games/v1/revisions/check', 'httpMethod' => 'GET', 'parameters' => array( 'clientRevision' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->scores = new Google_Service_Games_Resource_Scores( $this, $this->serviceName, 'scores', array( 'methods' => array( 'get' => array( 'path' => 'games/v1/players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}', 'httpMethod' => 'GET', 'parameters' => array( 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'timeSpan' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'includeRankType' => array( 'location' => 'query', 'type' => 'string', ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'games/v1/leaderboards/{leaderboardId}/scores/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'timeSpan' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listWindow' => array( 'path' => 'games/v1/leaderboards/{leaderboardId}/window/{collection}', 'httpMethod' => 'GET', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collection' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'timeSpan' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resultsAbove' => array( 'location' => 'query', 'type' => 'integer', ), 'returnTopIfAbsent' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'submit' => array( 'path' => 'games/v1/leaderboards/{leaderboardId}/scores', 'httpMethod' => 'POST', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'score' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'scoreTag' => array( 'location' => 'query', 'type' => 'string', ), ), ),'submitMultiple' => array( 'path' => 'games/v1/leaderboards/scores', 'httpMethod' => 'POST', 'parameters' => array( 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->snapshots = new Google_Service_Games_Resource_Snapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'get' => array( 'path' => 'games/v1/snapshots/{snapshotId}', 'httpMethod' => 'GET', 'parameters' => array( 'snapshotId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'games/v1/players/{playerId}/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'playerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->snapshotsExtended = new Google_Service_Games_Resource_SnapshotsExtended( $this, $this->serviceName, 'snapshotsExtended', array( 'methods' => array( 'resolveSnapshotHead' => array( 'path' => 'games/v1/snapshotsExtended/{snapshotName}:resolveHead', 'httpMethod' => 'POST', 'parameters' => array( 'snapshotName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->stats = new Google_Service_Games_Resource_Stats( $this, $this->serviceName, 'stats', array( 'methods' => array( 'get' => array( 'path' => 'games/v1/stats', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); } } PK2 Z~ǎAADvendor/google/apiclient-services/src/Google/Service/CloudOSLogin.phpnu[ * You can use OS Login to manage access to your VM instances using IAM roles.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudOSLogin extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; public $users; public $users_projects; public $users_sshPublicKeys; /** * Constructs the internal representation of the CloudOSLogin service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://oslogin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'oslogin'; $this->users = new Google_Service_CloudOSLogin_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'getLoginProfile' => array( 'path' => 'v1/{+name}/loginProfile', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'systemId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'importSshPublicKey' => array( 'path' => 'v1/{+parent}:importSshPublicKey', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users_projects = new Google_Service_CloudOSLogin_Resource_UsersProjects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users_sshPublicKeys = new Google_Service_CloudOSLogin_Resource_UsersSshPublicKeys( $this, $this->serviceName, 'sshPublicKeys', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 ZN]$ Kvendor/google/apiclient-services/src/Google/Service/Customsearch/Search.phpnu[context = $context; } public function getContext() { return $this->context; } /** * @param Google_Service_Customsearch_Result */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Customsearch_Result */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Customsearch_Promotion */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_Customsearch_Promotion */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_Customsearch_SearchQueries */ public function setQueries(Google_Service_Customsearch_SearchQueries $queries) { $this->queries = $queries; } /** * @return Google_Service_Customsearch_SearchQueries */ 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; } } PK2 Z=XPvendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.phpnu[byteSize = $byteSize; } public function getByteSize() { return $this->byteSize; } public function setContextLink($contextLink) { $this->contextLink = $contextLink; } public function getContextLink() { return $this->contextLink; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setThumbnailHeight($thumbnailHeight) { $this->thumbnailHeight = $thumbnailHeight; } public function getThumbnailHeight() { return $this->thumbnailHeight; } public function setThumbnailLink($thumbnailLink) { $this->thumbnailLink = $thumbnailLink; } public function getThumbnailLink() { return $this->thumbnailLink; } public function setThumbnailWidth($thumbnailWidth) { $this->thumbnailWidth = $thumbnailWidth; } public function getThumbnailWidth() { return $this->thumbnailWidth; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 Z!,Qvendor/google/apiclient-services/src/Google/Service/Customsearch/ResultLabels.phpnu[ "label_with_op", ); public $displayName; public $labelWithOp; public $name; public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabelWithOp($labelWithOp) { $this->labelWithOp = $labelWithOp; } public function getLabelWithOp() { return $this->labelWithOp; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 ZřWvendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.phpnu[htmlTitle = $htmlTitle; } public function getHtmlTitle() { return $this->htmlTitle; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK2 ZInަ''Qvendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.phpnu[ * $customsearchService = new Google_Service_Customsearch(...); * $cse = $customsearchService->cse; * */ class Google_Service_Customsearch_Resource_Cse extends Google_Service_Resource { /** * Returns metadata about the search performed, metadata about the engine used * for the search, and the search results. (cse.listCse) * * @param array $optParams Optional parameters. * * @opt_param string rights Filters based on licensing. Supported values * include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`, * `cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical * combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration). * @opt_param string imgType Returns images of a type. Acceptable values are: * * `"clipart"` * `"face"` * `"lineart"` * `"stock"` * `"photo"` * `"animated"` * @opt_param string excludeTerms Identifies a word or phrase that should not * appear in any documents in the search results. * @opt_param int num Number of search results to return. * Valid values are * integers between 1 and 10, inclusive. * @opt_param string sort The sort expression to apply to the results. The sort * parameter specifies that the results be sorted according to the specified * expression i.e. sort by date. [Example: * sort=date](https://developers.google.com/custom-search/docs/structured_search * #sort-by-attribute). * @opt_param string searchType Specifies the search type: `image`. If * unspecified, results are limited to webpages. Acceptable values are: * * `"image"`: custom image search. * @opt_param string dateRestrict Restricts results to URLs based on date. * Supported values include: * `d[number]`: requests results from the specified * number of past days. * `w[number]`: requests results from the specified * number of past weeks. * `m[number]`: requests results from the specified * number of past months. * `y[number]`: requests results from the specified * number of past years. * @opt_param string relatedSite Specifies that all search results should be * pages that are related to the specified URL. * @opt_param string gl Geolocation of end user. * The `gl` parameter value is a * two-letter country code. The `gl` parameter boosts search results whose * country of origin matches the parameter value. See the [Country * Codes](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCodes) page for a list of valid * values. * Specifying a `gl` parameter value should lead to more relevant * results. This is particularly true for international customers and, even more * specifically, for customers in English- speaking countries other than the * United States. * @opt_param string c2coff Enables or disables [Simplified and Traditional * Chinese Search](https://developers.google.com/custom- * search/docs/xml_results#chineseSearch). The default value for this parameter * is 0 (zero), meaning that the feature is enabled. Supported values are: * * `1`: Disabled * `0`: Enabled (default) * @opt_param string siteSearch Specifies a given site which should always be * included or excluded from results (see `siteSearchFilter` parameter, below). * @opt_param string highRange Specifies the ending value for a search range. * * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string exactTerms Identifies a phrase that all documents in the * search results must contain. * @opt_param string linkSite Specifies that all search results should contain a * link to a particular URL. * @opt_param string cx The Programmable Search Engine ID to use for this * request. * @opt_param string siteSearchFilter Controls whether to include or exclude * results from the site named in the `siteSearch` parameter. Acceptable values * are: * `"e"`: exclude * `"i"`: include * @opt_param string lr Restricts the search to documents written in a * particular language (e.g., `lr=lang_ja`). Acceptable values are: * * `"lang_ar"`: Arabic * `"lang_bg"`: Bulgarian * `"lang_ca"`: Catalan * * `"lang_cs"`: Czech * `"lang_da"`: Danish * `"lang_de"`: German * `"lang_el"`: * Greek * `"lang_en"`: English * `"lang_es"`: Spanish * `"lang_et"`: Estonian * * `"lang_fi"`: Finnish * `"lang_fr"`: French * `"lang_hr"`: Croatian * * `"lang_hu"`: Hungarian * `"lang_id"`: Indonesian * `"lang_is"`: Icelandic * * `"lang_it"`: Italian * `"lang_iw"`: Hebrew * `"lang_ja"`: Japanese * * `"lang_ko"`: Korean * `"lang_lt"`: Lithuanian * `"lang_lv"`: Latvian * * `"lang_nl"`: Dutch * `"lang_no"`: Norwegian * `"lang_pl"`: Polish * * `"lang_pt"`: Portuguese * `"lang_ro"`: Romanian * `"lang_ru"`: Russian * * `"lang_sk"`: Slovak * `"lang_sl"`: Slovenian * `"lang_sr"`: Serbian * * `"lang_sv"`: Swedish * `"lang_tr"`: Turkish * `"lang_zh-CN"`: Chinese * (Simplified) * `"lang_zh-TW"`: Chinese (Traditional) * @opt_param string imgSize Returns images of a specified size. Acceptable * values are: * `"huge"` * `"icon"` * `"large"` * `"medium"` * `"small"` * * `"xlarge"` * `"xxlarge"` * @opt_param string cr Restricts search results to documents originating in a * particular country. You may use [Boolean * operators](https://developers.google.com/custom- * search/docs/xml_results_appendices#booleanOperators) in the cr parameter's * value. Google Search determines the country of a document by analyzing: * the * top-level domain (TLD) of the document's URL * the geographic location of the * Web server's IP address See the [Country Parameter * Values](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCollections) page for a list of * valid values for this parameter. * @opt_param string imgColorType Returns black and white, grayscale, * transparent, or color images. Acceptable values are: * `"color"` * `"gray"` * * `"mono"`: black and white * `"trans"`: transparent background * @opt_param string lowRange Specifies the starting value for a search range. * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string googlehost **Deprecated**. Use the `gl` parameter for a * similar effect. The local Google domain (for example, google.com, google.de, * or google.fr) to use to perform the search. * @opt_param string filter Controls turning on or off the duplicate content * filter. * See [Automatic Filtering](https://developers.google.com/custom- * search/docs/xml_results#automaticFiltering) for more information about * Google's search results filters. Note that host crowding filtering applies * only to multi-site searches. * By default, Google applies filtering to all * search results to improve the quality of those results. Acceptable values * are: * `0`: Turns off duplicate content filter. * `1`: Turns on duplicate * content filter. * @opt_param string safe Search safety level. Acceptable values are: * * `"active"`: Enables SafeSearch filtering. * `"off"`: Disables SafeSearch * filtering. (default) * @opt_param string start The index of the first result to return. The default * number of results per page is 10, so `=11` would start at the top of the * second page of results. **Note**: The JSON API will never return more than * 100 results, even if more than 100 documents match the query, so setting the * sum of `start + num` to a number greater than 100 will produce an error. Also * note that the maximum value for `num` is 10. * @opt_param string q Query * @opt_param string orTerms Provides additional search terms to check for in a * document, where each document in the search results must contain at least one * of the additional search terms. * @opt_param string imgDominantColor Returns images of a specific dominant * color. Acceptable values are: * `"black"` * `"blue"` * `"brown"` * `"gray"` * * `"green"` * `"orange"` * `"pink"` * `"purple"` * `"red"` * `"teal"` * * `"white"` * `"yellow"` * @opt_param string fileType Restricts results to files of a specified * extension. A list of file types indexable by Google can be found in Search * Console [Help Center](https://support.google.com/webmasters/answer/35287). * @opt_param string hq Appends the specified query terms to the query, as if * they were combined with a logical AND operator. * @opt_param string hl Sets the user interface language. * Explicitly setting * this parameter improves the performance and the quality of your search * results. * See the [Interface Languages](https://developers.google.com * /custom-search/docs/xml_results#wsInterfaceLanguages) section of * [Internationalizing Queries and Results * Presentation](https://developers.google.com/custom- * search/docs/xml_results#wsInternationalizing) for more information, and * (Supported Interface Languages)[https://developers.google.com/custom- * search/docs/xml_results_appendices#interfaceLanguages] for a list of * supported languages. * @return Google_Service_Customsearch_Search */ public function listCse($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Customsearch_Search"); } } PK2 ZcL(L(]vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/CseSiterestrict.phpnu[ * $customsearchService = new Google_Service_Customsearch(...); * $siterestrict = $customsearchService->siterestrict; * */ class Google_Service_Customsearch_Resource_CseSiterestrict extends Google_Service_Resource { /** * Returns metadata about the search performed, metadata about the engine used * for the search, and the search results. Uses a small set of url patterns. * (siterestrict.listCseSiterestrict) * * @param array $optParams Optional parameters. * * @opt_param string siteSearch Specifies a given site which should always be * included or excluded from results (see `siteSearchFilter` parameter, below). * @opt_param string cx The Programmable Search Engine ID to use for this * request. * @opt_param string safe Search safety level. Acceptable values are: * * `"active"`: Enables SafeSearch filtering. * `"off"`: Disables SafeSearch * filtering. (default) * @opt_param string filter Controls turning on or off the duplicate content * filter. * See [Automatic Filtering](https://developers.google.com/custom- * search/docs/xml_results#automaticFiltering) for more information about * Google's search results filters. Note that host crowding filtering applies * only to multi-site searches. * By default, Google applies filtering to all * search results to improve the quality of those results. Acceptable values * are: * `0`: Turns off duplicate content filter. * `1`: Turns on duplicate * content filter. * @opt_param string imgColorType Returns black and white, grayscale, * transparent, or color images. Acceptable values are: * `"color"` * `"gray"` * * `"mono"`: black and white * `"trans"`: transparent background * @opt_param string dateRestrict Restricts results to URLs based on date. * Supported values include: * `d[number]`: requests results from the specified * number of past days. * `w[number]`: requests results from the specified * number of past weeks. * `m[number]`: requests results from the specified * number of past months. * `y[number]`: requests results from the specified * number of past years. * @opt_param string sort The sort expression to apply to the results. The sort * parameter specifies that the results be sorted according to the specified * expression i.e. sort by date. [Example: * sort=date](https://developers.google.com/custom-search/docs/structured_search * #sort-by-attribute). * @opt_param string imgDominantColor Returns images of a specific dominant * color. Acceptable values are: * `"black"` * `"blue"` * `"brown"` * `"gray"` * * `"green"` * `"orange"` * `"pink"` * `"purple"` * `"red"` * `"teal"` * * `"white"` * `"yellow"` * @opt_param string searchType Specifies the search type: `image`. If * unspecified, results are limited to webpages. Acceptable values are: * * `"image"`: custom image search. * @opt_param string siteSearchFilter Controls whether to include or exclude * results from the site named in the `siteSearch` parameter. Acceptable values * are: * `"e"`: exclude * `"i"`: include * @opt_param string lowRange Specifies the starting value for a search range. * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string lr Restricts the search to documents written in a * particular language (e.g., `lr=lang_ja`). Acceptable values are: * * `"lang_ar"`: Arabic * `"lang_bg"`: Bulgarian * `"lang_ca"`: Catalan * * `"lang_cs"`: Czech * `"lang_da"`: Danish * `"lang_de"`: German * `"lang_el"`: * Greek * `"lang_en"`: English * `"lang_es"`: Spanish * `"lang_et"`: Estonian * * `"lang_fi"`: Finnish * `"lang_fr"`: French * `"lang_hr"`: Croatian * * `"lang_hu"`: Hungarian * `"lang_id"`: Indonesian * `"lang_is"`: Icelandic * * `"lang_it"`: Italian * `"lang_iw"`: Hebrew * `"lang_ja"`: Japanese * * `"lang_ko"`: Korean * `"lang_lt"`: Lithuanian * `"lang_lv"`: Latvian * * `"lang_nl"`: Dutch * `"lang_no"`: Norwegian * `"lang_pl"`: Polish * * `"lang_pt"`: Portuguese * `"lang_ro"`: Romanian * `"lang_ru"`: Russian * * `"lang_sk"`: Slovak * `"lang_sl"`: Slovenian * `"lang_sr"`: Serbian * * `"lang_sv"`: Swedish * `"lang_tr"`: Turkish * `"lang_zh-CN"`: Chinese * (Simplified) * `"lang_zh-TW"`: Chinese (Traditional) * @opt_param string rights Filters based on licensing. Supported values * include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`, * `cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical * combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration). * @opt_param string imgType Returns images of a type. Acceptable values are: * * `"clipart"` * `"face"` * `"lineart"` * `"stock"` * `"photo"` * `"animated"` * @opt_param string q Query * @opt_param int num Number of search results to return. * Valid values are * integers between 1 and 10, inclusive. * @opt_param string gl Geolocation of end user. * The `gl` parameter value is a * two-letter country code. The `gl` parameter boosts search results whose * country of origin matches the parameter value. See the [Country * Codes](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCodes) page for a list of valid * values. * Specifying a `gl` parameter value should lead to more relevant * results. This is particularly true for international customers and, even more * specifically, for customers in English- speaking countries other than the * United States. * @opt_param string c2coff Enables or disables [Simplified and Traditional * Chinese Search](https://developers.google.com/custom- * search/docs/xml_results#chineseSearch). The default value for this parameter * is 0 (zero), meaning that the feature is enabled. Supported values are: * * `1`: Disabled * `0`: Enabled (default) * @opt_param string orTerms Provides additional search terms to check for in a * document, where each document in the search results must contain at least one * of the additional search terms. * @opt_param string exactTerms Identifies a phrase that all documents in the * search results must contain. * @opt_param string excludeTerms Identifies a word or phrase that should not * appear in any documents in the search results. * @opt_param string imgSize Returns images of a specified size. Acceptable * values are: * `"huge"` * `"icon"` * `"large"` * `"medium"` * `"small"` * * `"xlarge"` * `"xxlarge"` * @opt_param string cr Restricts search results to documents originating in a * particular country. You may use [Boolean * operators](https://developers.google.com/custom- * search/docs/xml_results_appendices#booleanOperators) in the cr parameter's * value. Google Search determines the country of a document by analyzing: * the * top-level domain (TLD) of the document's URL * the geographic location of the * Web server's IP address See the [Country Parameter * Values](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCollections) page for a list of * valid values for this parameter. * @opt_param string googlehost **Deprecated**. Use the `gl` parameter for a * similar effect. The local Google domain (for example, google.com, google.de, * or google.fr) to use to perform the search. * @opt_param string relatedSite Specifies that all search results should be * pages that are related to the specified URL. * @opt_param string fileType Restricts results to files of a specified * extension. A list of file types indexable by Google can be found in Search * Console [Help Center](https://support.google.com/webmasters/answer/35287). * @opt_param string start The index of the first result to return. The default * number of results per page is 10, so `=11` would start at the top of the * second page of results. **Note**: The JSON API will never return more than * 100 results, even if more than 100 documents match the query, so setting the * sum of `start + num` to a number greater than 100 will produce an error. Also * note that the maximum value for `num` is 10. * @opt_param string highRange Specifies the ending value for a search range. * * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string linkSite Specifies that all search results should contain a * link to a particular URL. * @opt_param string hl Sets the user interface language. * Explicitly setting * this parameter improves the performance and the quality of your search * results. * See the [Interface Languages](https://developers.google.com * /custom-search/docs/xml_results#wsInterfaceLanguages) section of * [Internationalizing Queries and Results * Presentation](https://developers.google.com/custom- * search/docs/xml_results#wsInternationalizing) for more information, and * (Supported Interface Languages)[https://developers.google.com/custom- * search/docs/xml_results_appendices#interfaceLanguages] for a list of * supported languages. * @opt_param string hq Appends the specified query terms to the query, as if * they were combined with a logical AND operator. * @return Google_Service_Customsearch_Search */ public function listCseSiterestrict($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Customsearch_Search"); } } PK2 ZM<nnSvendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 ZKvendor/google/apiclient-services/src/Google/Service/Customsearch/Result.phpnu[cacheId = $cacheId; } public function getCacheId() { return $this->cacheId; } public function setDisplayLink($displayLink) { $this->displayLink = $displayLink; } public function getDisplayLink() { return $this->displayLink; } public function setFileFormat($fileFormat) { $this->fileFormat = $fileFormat; } public function getFileFormat() { return $this->fileFormat; } public function setFormattedUrl($formattedUrl) { $this->formattedUrl = $formattedUrl; } public function getFormattedUrl() { return $this->formattedUrl; } public function setHtmlFormattedUrl($htmlFormattedUrl) { $this->htmlFormattedUrl = $htmlFormattedUrl; } public function getHtmlFormattedUrl() { return $this->htmlFormattedUrl; } public function setHtmlSnippet($htmlSnippet) { $this->htmlSnippet = $htmlSnippet; } public function getHtmlSnippet() { return $this->htmlSnippet; } public function setHtmlTitle($htmlTitle) { $this->htmlTitle = $htmlTitle; } public function getHtmlTitle() { return $this->htmlTitle; } /** * @param Google_Service_Customsearch_ResultImage */ public function setImage(Google_Service_Customsearch_ResultImage $image) { $this->image = $image; } /** * @return Google_Service_Customsearch_ResultImage */ public function getImage() { return $this->image; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Customsearch_ResultLabels */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Customsearch_ResultLabels */ public function getLabels() { return $this->labels; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setMime($mime) { $this->mime = $mime; } public function getMime() { return $this->mime; } public function setPagemap($pagemap) { $this->pagemap = $pagemap; } public function getPagemap() { return $this->pagemap; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 ZE<<^vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueriesPreviousPage.phpnu[count = $count; } public function getCount() { return $this->count; } public function setCr($cr) { $this->cr = $cr; } public function getCr() { return $this->cr; } public function setCx($cx) { $this->cx = $cx; } public function getCx() { return $this->cx; } public function setDateRestrict($dateRestrict) { $this->dateRestrict = $dateRestrict; } public function getDateRestrict() { return $this->dateRestrict; } public function setDisableCnTwTranslation($disableCnTwTranslation) { $this->disableCnTwTranslation = $disableCnTwTranslation; } public function getDisableCnTwTranslation() { return $this->disableCnTwTranslation; } public function setExactTerms($exactTerms) { $this->exactTerms = $exactTerms; } public function getExactTerms() { return $this->exactTerms; } public function setExcludeTerms($excludeTerms) { $this->excludeTerms = $excludeTerms; } public function getExcludeTerms() { return $this->excludeTerms; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGl($gl) { $this->gl = $gl; } public function getGl() { return $this->gl; } public function setGoogleHost($googleHost) { $this->googleHost = $googleHost; } public function getGoogleHost() { return $this->googleHost; } public function setHighRange($highRange) { $this->highRange = $highRange; } public function getHighRange() { return $this->highRange; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setHq($hq) { $this->hq = $hq; } public function getHq() { return $this->hq; } public function setImgColorType($imgColorType) { $this->imgColorType = $imgColorType; } public function getImgColorType() { return $this->imgColorType; } public function setImgDominantColor($imgDominantColor) { $this->imgDominantColor = $imgDominantColor; } public function getImgDominantColor() { return $this->imgDominantColor; } public function setImgSize($imgSize) { $this->imgSize = $imgSize; } public function getImgSize() { return $this->imgSize; } public function setImgType($imgType) { $this->imgType = $imgType; } public function getImgType() { return $this->imgType; } public function setInputEncoding($inputEncoding) { $this->inputEncoding = $inputEncoding; } public function getInputEncoding() { return $this->inputEncoding; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLinkSite($linkSite) { $this->linkSite = $linkSite; } public function getLinkSite() { return $this->linkSite; } public function setLowRange($lowRange) { $this->lowRange = $lowRange; } public function getLowRange() { return $this->lowRange; } public function setOrTerms($orTerms) { $this->orTerms = $orTerms; } public function getOrTerms() { return $this->orTerms; } public function setOutputEncoding($outputEncoding) { $this->outputEncoding = $outputEncoding; } public function getOutputEncoding() { return $this->outputEncoding; } public function setRelatedSite($relatedSite) { $this->relatedSite = $relatedSite; } public function getRelatedSite() { return $this->relatedSite; } public function setRights($rights) { $this->rights = $rights; } public function getRights() { return $this->rights; } public function setSafe($safe) { $this->safe = $safe; } public function getSafe() { return $this->safe; } public function setSearchTerms($searchTerms) { $this->searchTerms = $searchTerms; } public function getSearchTerms() { return $this->searchTerms; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setSiteSearch($siteSearch) { $this->siteSearch = $siteSearch; } public function getSiteSearch() { return $this->siteSearch; } public function setSiteSearchFilter($siteSearchFilter) { $this->siteSearchFilter = $siteSearchFilter; } public function getSiteSearchFilter() { return $this->siteSearchFilter; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setStartPage($startPage) { $this->startPage = $startPage; } public function getStartPage() { return $this->startPage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 Z ?$$\vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.phpnu[formattedSearchTime = $formattedSearchTime; } public function getFormattedSearchTime() { return $this->formattedSearchTime; } public function setFormattedTotalResults($formattedTotalResults) { $this->formattedTotalResults = $formattedTotalResults; } public function getFormattedTotalResults() { return $this->formattedTotalResults; } public function setSearchTime($searchTime) { $this->searchTime = $searchTime; } public function getSearchTime() { return $this->searchTime; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 ZeSw88Zvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueriesNextPage.phpnu[count = $count; } public function getCount() { return $this->count; } public function setCr($cr) { $this->cr = $cr; } public function getCr() { return $this->cr; } public function setCx($cx) { $this->cx = $cx; } public function getCx() { return $this->cx; } public function setDateRestrict($dateRestrict) { $this->dateRestrict = $dateRestrict; } public function getDateRestrict() { return $this->dateRestrict; } public function setDisableCnTwTranslation($disableCnTwTranslation) { $this->disableCnTwTranslation = $disableCnTwTranslation; } public function getDisableCnTwTranslation() { return $this->disableCnTwTranslation; } public function setExactTerms($exactTerms) { $this->exactTerms = $exactTerms; } public function getExactTerms() { return $this->exactTerms; } public function setExcludeTerms($excludeTerms) { $this->excludeTerms = $excludeTerms; } public function getExcludeTerms() { return $this->excludeTerms; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGl($gl) { $this->gl = $gl; } public function getGl() { return $this->gl; } public function setGoogleHost($googleHost) { $this->googleHost = $googleHost; } public function getGoogleHost() { return $this->googleHost; } public function setHighRange($highRange) { $this->highRange = $highRange; } public function getHighRange() { return $this->highRange; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setHq($hq) { $this->hq = $hq; } public function getHq() { return $this->hq; } public function setImgColorType($imgColorType) { $this->imgColorType = $imgColorType; } public function getImgColorType() { return $this->imgColorType; } public function setImgDominantColor($imgDominantColor) { $this->imgDominantColor = $imgDominantColor; } public function getImgDominantColor() { return $this->imgDominantColor; } public function setImgSize($imgSize) { $this->imgSize = $imgSize; } public function getImgSize() { return $this->imgSize; } public function setImgType($imgType) { $this->imgType = $imgType; } public function getImgType() { return $this->imgType; } public function setInputEncoding($inputEncoding) { $this->inputEncoding = $inputEncoding; } public function getInputEncoding() { return $this->inputEncoding; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLinkSite($linkSite) { $this->linkSite = $linkSite; } public function getLinkSite() { return $this->linkSite; } public function setLowRange($lowRange) { $this->lowRange = $lowRange; } public function getLowRange() { return $this->lowRange; } public function setOrTerms($orTerms) { $this->orTerms = $orTerms; } public function getOrTerms() { return $this->orTerms; } public function setOutputEncoding($outputEncoding) { $this->outputEncoding = $outputEncoding; } public function getOutputEncoding() { return $this->outputEncoding; } public function setRelatedSite($relatedSite) { $this->relatedSite = $relatedSite; } public function getRelatedSite() { return $this->relatedSite; } public function setRights($rights) { $this->rights = $rights; } public function getRights() { return $this->rights; } public function setSafe($safe) { $this->safe = $safe; } public function getSafe() { return $this->safe; } public function setSearchTerms($searchTerms) { $this->searchTerms = $searchTerms; } public function getSearchTerms() { return $this->searchTerms; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setSiteSearch($siteSearch) { $this->siteSearch = $siteSearch; } public function getSiteSearch() { return $this->siteSearch; } public function setSiteSearchFilter($siteSearchFilter) { $this->siteSearchFilter = $siteSearchFilter; } public function getSiteSearchFilter() { return $this->siteSearchFilter; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setStartPage($startPage) { $this->startPage = $startPage; } public function getStartPage() { return $this->startPage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 ZB\%Rvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueries.phpnu[nextPage = $nextPage; } /** * @return Google_Service_Customsearch_SearchQueriesNextPage */ public function getNextPage() { return $this->nextPage; } /** * @param Google_Service_Customsearch_SearchQueriesPreviousPage */ public function setPreviousPage($previousPage) { $this->previousPage = $previousPage; } /** * @return Google_Service_Customsearch_SearchQueriesPreviousPage */ public function getPreviousPage() { return $this->previousPage; } /** * @param Google_Service_Customsearch_SearchQueriesRequest */ public function setRequest($request) { $this->request = $request; } /** * @return Google_Service_Customsearch_SearchQueriesRequest */ public function getRequest() { return $this->request; } } PK2 ZhsNvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchUrl.phpnu[template = $template; } public function getTemplate() { return $this->template; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zޛ77Yvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueriesRequest.phpnu[count = $count; } public function getCount() { return $this->count; } public function setCr($cr) { $this->cr = $cr; } public function getCr() { return $this->cr; } public function setCx($cx) { $this->cx = $cx; } public function getCx() { return $this->cx; } public function setDateRestrict($dateRestrict) { $this->dateRestrict = $dateRestrict; } public function getDateRestrict() { return $this->dateRestrict; } public function setDisableCnTwTranslation($disableCnTwTranslation) { $this->disableCnTwTranslation = $disableCnTwTranslation; } public function getDisableCnTwTranslation() { return $this->disableCnTwTranslation; } public function setExactTerms($exactTerms) { $this->exactTerms = $exactTerms; } public function getExactTerms() { return $this->exactTerms; } public function setExcludeTerms($excludeTerms) { $this->excludeTerms = $excludeTerms; } public function getExcludeTerms() { return $this->excludeTerms; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGl($gl) { $this->gl = $gl; } public function getGl() { return $this->gl; } public function setGoogleHost($googleHost) { $this->googleHost = $googleHost; } public function getGoogleHost() { return $this->googleHost; } public function setHighRange($highRange) { $this->highRange = $highRange; } public function getHighRange() { return $this->highRange; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setHq($hq) { $this->hq = $hq; } public function getHq() { return $this->hq; } public function setImgColorType($imgColorType) { $this->imgColorType = $imgColorType; } public function getImgColorType() { return $this->imgColorType; } public function setImgDominantColor($imgDominantColor) { $this->imgDominantColor = $imgDominantColor; } public function getImgDominantColor() { return $this->imgDominantColor; } public function setImgSize($imgSize) { $this->imgSize = $imgSize; } public function getImgSize() { return $this->imgSize; } public function setImgType($imgType) { $this->imgType = $imgType; } public function getImgType() { return $this->imgType; } public function setInputEncoding($inputEncoding) { $this->inputEncoding = $inputEncoding; } public function getInputEncoding() { return $this->inputEncoding; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLinkSite($linkSite) { $this->linkSite = $linkSite; } public function getLinkSite() { return $this->linkSite; } public function setLowRange($lowRange) { $this->lowRange = $lowRange; } public function getLowRange() { return $this->lowRange; } public function setOrTerms($orTerms) { $this->orTerms = $orTerms; } public function getOrTerms() { return $this->orTerms; } public function setOutputEncoding($outputEncoding) { $this->outputEncoding = $outputEncoding; } public function getOutputEncoding() { return $this->outputEncoding; } public function setRelatedSite($relatedSite) { $this->relatedSite = $relatedSite; } public function getRelatedSite() { return $this->relatedSite; } public function setRights($rights) { $this->rights = $rights; } public function getRights() { return $this->rights; } public function setSafe($safe) { $this->safe = $safe; } public function getSafe() { return $this->safe; } public function setSearchTerms($searchTerms) { $this->searchTerms = $searchTerms; } public function getSearchTerms() { return $this->searchTerms; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setSiteSearch($siteSearch) { $this->siteSearch = $siteSearch; } public function getSiteSearch() { return $this->siteSearch; } public function setSiteSearchFilter($siteSearchFilter) { $this->siteSearchFilter = $siteSearchFilter; } public function getSiteSearchFilter() { return $this->siteSearchFilter; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setStartPage($startPage) { $this->startPage = $startPage; } public function getStartPage() { return $this->startPage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 Zw :eeSvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSpelling.phpnu[correctedQuery = $correctedQuery; } public function getCorrectedQuery() { return $this->correctedQuery; } public function setHtmlCorrectedQuery($htmlCorrectedQuery) { $this->htmlCorrectedQuery = $htmlCorrectedQuery; } public function getHtmlCorrectedQuery() { return $this->htmlCorrectedQuery; } } PK2 ZC\.Nvendor/google/apiclient-services/src/Google/Service/Customsearch/Promotion.phpnu[bodyLines = $bodyLines; } /** * @return Google_Service_Customsearch_PromotionBodyLines */ public function getBodyLines() { return $this->bodyLines; } public function setDisplayLink($displayLink) { $this->displayLink = $displayLink; } public function getDisplayLink() { return $this->displayLink; } public function setHtmlTitle($htmlTitle) { $this->htmlTitle = $htmlTitle; } public function getHtmlTitle() { return $this->htmlTitle; } /** * @param Google_Service_Customsearch_PromotionImage */ public function setImage(Google_Service_Customsearch_PromotionImage $image) { $this->image = $image; } /** * @return Google_Service_Customsearch_PromotionImage */ public function getImage() { return $this->image; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 Z:\ * The Google Books API allows clients to access the Google Books repository.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Books extends Google_Service { /** Manage your books. */ const BOOKS = "https://www.googleapis.com/auth/books"; public $bookshelves; public $bookshelves_volumes; public $cloudloading; public $dictionary; public $familysharing; public $layers; public $layers_annotationData; public $layers_volumeAnnotations; public $myconfig; public $mylibrary_annotations; public $mylibrary_bookshelves; public $mylibrary_bookshelves_volumes; public $mylibrary_readingpositions; public $notification; public $onboarding; public $personalizedstream; public $promooffer; public $series; public $series_membership; public $volumes; public $volumes_associated; public $volumes_mybooks; public $volumes_recommended; public $volumes_useruploaded; /** * Constructs the internal representation of the Books service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://books.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'books'; $this->bookshelves = new Google_Service_Books_Resource_Bookshelves( $this, $this->serviceName, 'bookshelves', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'books/v1/users/{userId}/bookshelves', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bookshelves_volumes = new Google_Service_Books_Resource_BookshelvesVolumes( $this, $this->serviceName, 'volumes', array( 'methods' => array( 'list' => array( 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}/volumes', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'showPreorders' => array( 'location' => 'query', 'type' => 'boolean', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->cloudloading = new Google_Service_Books_Resource_Cloudloading( $this, $this->serviceName, 'cloudloading', array( 'methods' => array( 'addBook' => array( 'path' => 'books/v1/cloudloading/addBook', 'httpMethod' => 'POST', 'parameters' => array( 'drive_document_id' => array( 'location' => 'query', 'type' => 'string', ), 'mime_type' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'upload_client_token' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteBook' => array( 'path' => 'books/v1/cloudloading/deleteBook', 'httpMethod' => 'POST', 'parameters' => array( 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'updateBook' => array( 'path' => 'books/v1/cloudloading/updateBook', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->dictionary = new Google_Service_Books_Resource_Dictionary( $this, $this->serviceName, 'dictionary', array( 'methods' => array( 'listOfflineMetadata' => array( 'path' => 'books/v1/dictionary/listOfflineMetadata', 'httpMethod' => 'GET', 'parameters' => array( 'cpksver' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->familysharing = new Google_Service_Books_Resource_Familysharing( $this, $this->serviceName, 'familysharing', array( 'methods' => array( 'getFamilyInfo' => array( 'path' => 'books/v1/familysharing/getFamilyInfo', 'httpMethod' => 'GET', 'parameters' => array( 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'share' => array( 'path' => 'books/v1/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' => 'books/v1/familysharing/unshare', 'httpMethod' => 'POST', 'parameters' => array( 'docId' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->layers = new Google_Service_Books_Resource_Layers( $this, $this->serviceName, 'layers', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/volumes/{volumeId}/layersummary/{summaryId}', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'summaryId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'books/v1/volumes/{volumeId}/layersummary', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->layers_annotationData = new Google_Service_Books_Resource_LayersAnnotationData( $this, $this->serviceName, 'annotationData', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'layerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'annotationDataId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'allowWebDefinitions' => array( 'location' => 'query', 'type' => 'boolean', ), 'h' => array( 'location' => 'query', 'type' => 'integer', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'scale' => array( 'location' => 'query', 'type' => 'integer', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'w' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/data', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'layerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'annotationDataId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'h' => array( 'location' => 'query', 'type' => 'integer', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'scale' => array( 'location' => 'query', 'type' => 'integer', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMax' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMin' => array( 'location' => 'query', 'type' => 'string', ), 'w' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->layers_volumeAnnotations = new Google_Service_Books_Resource_LayersVolumeAnnotations( $this, $this->serviceName, 'volumeAnnotations', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'layerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'annotationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'layerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endOffset' => array( 'location' => 'query', 'type' => 'string', ), 'endPosition' => array( 'location' => 'query', 'type' => 'string', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'startOffset' => array( 'location' => 'query', 'type' => 'string', ), 'startPosition' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMax' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMin' => array( 'location' => 'query', 'type' => 'string', ), 'volumeAnnotationsVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->myconfig = new Google_Service_Books_Resource_Myconfig( $this, $this->serviceName, 'myconfig', array( 'methods' => array( 'getUserSettings' => array( 'path' => 'books/v1/myconfig/getUserSettings', 'httpMethod' => 'GET', 'parameters' => array( 'country' => array( 'location' => 'query', 'type' => 'string', ), ), ),'releaseDownloadAccess' => array( 'path' => 'books/v1/myconfig/releaseDownloadAccess', 'httpMethod' => 'POST', 'parameters' => array( 'cpksver' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'volumeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'requestAccess' => array( 'path' => 'books/v1/myconfig/requestAccess', 'httpMethod' => 'POST', 'parameters' => array( 'cpksver' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'nonce' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'licenseTypes' => array( 'location' => 'query', 'type' => 'string', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), ), ),'syncVolumeLicenses' => array( 'path' => 'books/v1/myconfig/syncVolumeLicenses', 'httpMethod' => 'POST', 'parameters' => array( 'cpksver' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'nonce' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'features' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'includeNonComicsSeries' => array( 'location' => 'query', 'type' => 'boolean', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'showPreorders' => array( 'location' => 'query', 'type' => 'boolean', ), 'volumeIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'updateUserSettings' => array( 'path' => 'books/v1/myconfig/updateUserSettings', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->mylibrary_annotations = new Google_Service_Books_Resource_MylibraryAnnotations( $this, $this->serviceName, 'annotations', array( 'methods' => array( 'delete' => array( 'path' => 'books/v1/mylibrary/annotations/{annotationId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'annotationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'books/v1/mylibrary/annotations', 'httpMethod' => 'POST', 'parameters' => array( 'annotationId' => array( 'location' => 'query', 'type' => 'string', ), 'country' => array( 'location' => 'query', 'type' => 'string', ), 'showOnlySummaryInResponse' => array( 'location' => 'query', 'type' => 'boolean', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'books/v1/mylibrary/annotations', 'httpMethod' => 'GET', 'parameters' => array( 'contentVersion' => array( 'location' => 'query', 'type' => 'string', ), 'layerId' => array( 'location' => 'query', 'type' => 'string', ), 'layerIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMax' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMin' => array( 'location' => 'query', 'type' => 'string', ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'summary' => array( 'path' => 'books/v1/mylibrary/annotations/summary', 'httpMethod' => 'POST', 'parameters' => array( 'layerIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'books/v1/mylibrary/annotations/{annotationId}', 'httpMethod' => 'PUT', 'parameters' => array( 'annotationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->mylibrary_bookshelves = new Google_Service_Books_Resource_MylibraryBookshelves( $this, $this->serviceName, 'bookshelves', array( 'methods' => array( 'addVolume' => array( 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/addVolume', 'httpMethod' => 'POST', 'parameters' => array( 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'reason' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'clearVolumes' => array( 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/clearVolumes', 'httpMethod' => 'POST', 'parameters' => array( 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'books/v1/mylibrary/bookshelves/{shelf}', 'httpMethod' => 'GET', 'parameters' => array( 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'books/v1/mylibrary/bookshelves', 'httpMethod' => 'GET', 'parameters' => array( 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'moveVolume' => array( 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/moveVolume', 'httpMethod' => 'POST', 'parameters' => array( 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'volumePosition' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeVolume' => array( 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/removeVolume', 'httpMethod' => 'POST', 'parameters' => array( 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'reason' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->mylibrary_bookshelves_volumes = new Google_Service_Books_Resource_MylibraryBookshelvesVolumes( $this, $this->serviceName, 'volumes', array( 'methods' => array( 'list' => array( 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/volumes', 'httpMethod' => 'GET', 'parameters' => array( 'shelf' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'showPreorders' => array( 'location' => 'query', 'type' => 'boolean', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->mylibrary_readingpositions = new Google_Service_Books_Resource_MylibraryReadingpositions( $this, $this->serviceName, 'readingpositions', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/mylibrary/readingpositions/{volumeId}', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setPosition' => array( 'path' => 'books/v1/mylibrary/readingpositions/{volumeId}/setPosition', 'httpMethod' => 'POST', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'position' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'timestamp' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'action' => array( 'location' => 'query', 'type' => 'string', ), 'contentVersion' => array( 'location' => 'query', 'type' => 'string', ), 'deviceCookie' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->notification = new Google_Service_Books_Resource_Notification( $this, $this->serviceName, 'notification', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/notification/get', 'httpMethod' => 'GET', 'parameters' => array( 'notification_id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->onboarding = new Google_Service_Books_Resource_Onboarding( $this, $this->serviceName, 'onboarding', array( 'methods' => array( 'listCategories' => array( 'path' => 'books/v1/onboarding/listCategories', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listCategoryVolumes' => array( 'path' => 'books/v1/onboarding/listCategoryVolumes', 'httpMethod' => 'GET', 'parameters' => array( 'categoryId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxAllowedMaturityRating' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->personalizedstream = new Google_Service_Books_Resource_Personalizedstream( $this, $this->serviceName, 'personalizedstream', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/personalizedstream/get', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxAllowedMaturityRating' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->promooffer = new Google_Service_Books_Resource_Promooffer( $this, $this->serviceName, 'promooffer', array( 'methods' => array( 'accept' => array( 'path' => 'books/v1/promooffer/accept', 'httpMethod' => 'POST', 'parameters' => array( 'androidId' => array( 'location' => 'query', 'type' => 'string', ), 'device' => array( 'location' => 'query', 'type' => 'string', ), 'manufacturer' => array( 'location' => 'query', 'type' => 'string', ), 'model' => array( 'location' => 'query', 'type' => 'string', ), 'offerId' => array( 'location' => 'query', 'type' => 'string', ), 'product' => array( 'location' => 'query', 'type' => 'string', ), 'serial' => array( 'location' => 'query', 'type' => 'string', ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'dismiss' => array( 'path' => 'books/v1/promooffer/dismiss', 'httpMethod' => 'POST', 'parameters' => array( 'androidId' => array( 'location' => 'query', 'type' => 'string', ), 'device' => array( 'location' => 'query', 'type' => 'string', ), 'manufacturer' => array( 'location' => 'query', 'type' => 'string', ), 'model' => array( 'location' => 'query', 'type' => 'string', ), 'offerId' => array( 'location' => 'query', 'type' => 'string', ), 'product' => array( 'location' => 'query', 'type' => 'string', ), 'serial' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'books/v1/promooffer/get', 'httpMethod' => 'GET', 'parameters' => array( 'androidId' => array( 'location' => 'query', 'type' => 'string', ), 'device' => array( 'location' => 'query', 'type' => 'string', ), 'manufacturer' => array( 'location' => 'query', 'type' => 'string', ), 'model' => array( 'location' => 'query', 'type' => 'string', ), 'product' => array( 'location' => 'query', 'type' => 'string', ), 'serial' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->series = new Google_Service_Books_Resource_Series( $this, $this->serviceName, 'series', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/series/get', 'httpMethod' => 'GET', 'parameters' => array( 'series_id' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, 'required' => true, ), ), ), ) ) ); $this->series_membership = new Google_Service_Books_Resource_SeriesMembership( $this, $this->serviceName, 'membership', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/series/membership/get', 'httpMethod' => 'GET', 'parameters' => array( 'series_id' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'page_size' => array( 'location' => 'query', 'type' => 'integer', ), 'page_token' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->volumes = new Google_Service_Books_Resource_Volumes( $this, $this->serviceName, 'volumes', array( 'methods' => array( 'get' => array( 'path' => 'books/v1/volumes/{volumeId}', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', ), 'includeNonComicsSeries' => array( 'location' => 'query', 'type' => 'boolean', ), 'partner' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'user_library_consistent_read' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'books/v1/volumes', 'httpMethod' => 'GET', 'parameters' => array( 'q' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'download' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'langRestrict' => array( 'location' => 'query', 'type' => 'string', ), 'libraryRestrict' => array( 'location' => 'query', 'type' => 'string', ), 'maxAllowedMaturityRating' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'partner' => array( 'location' => 'query', 'type' => 'string', ), 'printType' => array( 'location' => 'query', 'type' => 'string', ), 'projection' => array( 'location' => 'query', 'type' => 'string', ), 'showPreorders' => array( 'location' => 'query', 'type' => 'boolean', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->volumes_associated = new Google_Service_Books_Resource_VolumesAssociated( $this, $this->serviceName, 'associated', array( 'methods' => array( 'list' => array( 'path' => 'books/v1/volumes/{volumeId}/associated', 'httpMethod' => 'GET', 'parameters' => array( 'volumeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'association' => array( 'location' => 'query', 'type' => 'string', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxAllowedMaturityRating' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->volumes_mybooks = new Google_Service_Books_Resource_VolumesMybooks( $this, $this->serviceName, 'mybooks', array( 'methods' => array( 'list' => array( 'path' => 'books/v1/volumes/mybooks', 'httpMethod' => 'GET', 'parameters' => array( 'acquireMethod' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'country' => array( 'location' => 'query', 'type' => 'string', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'processingState' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->volumes_recommended = new Google_Service_Books_Resource_VolumesRecommended( $this, $this->serviceName, 'recommended', array( 'methods' => array( 'list' => array( 'path' => 'books/v1/volumes/recommended', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxAllowedMaturityRating' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ),'rate' => array( 'path' => 'books/v1/volumes/recommended/rate', 'httpMethod' => 'POST', 'parameters' => array( 'rating' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->volumes_useruploaded = new Google_Service_Books_Resource_VolumesUseruploaded( $this, $this->serviceName, 'useruploaded', array( 'methods' => array( 'list' => array( 'path' => 'books/v1/volumes/useruploaded', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'processingState' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'source' => array( 'location' => 'query', 'type' => 'string', ), 'startIndex' => array( 'location' => 'query', 'type' => 'integer', ), 'volumeId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); } } PK2 Z&Tvendor/google/apiclient-services/src/Google/Service/Dataproc/ReservationAffinity.phpnu[consumeReservationType = $consumeReservationType; } public function getConsumeReservationType() { return $this->consumeReservationType; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK2 Z Kvendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.phpnu[archiveUris = $archiveUris; } public function getArchiveUris() { return $this->archiveUris; } public function setArgs($args) { $this->args = $args; } public function getArgs() { return $this->args; } public function setFileUris($fileUris) { $this->fileUris = $fileUris; } public function getFileUris() { return $this->fileUris; } public function setJarFileUris($jarFileUris) { $this->jarFileUris = $jarFileUris; } public function getJarFileUris() { return $this->jarFileUris; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setMainPythonFileUri($mainPythonFileUri) { $this->mainPythonFileUri = $mainPythonFileUri; } public function getMainPythonFileUri() { return $this->mainPythonFileUri; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setPythonFileUris($pythonFileUris) { $this->pythonFileUris = $pythonFileUris; } public function getPythonFileUris() { return $this->pythonFileUris; } } PK2 Z$S Ivendor/google/apiclient-services/src/Google/Service/Dataproc/SparkJob.phpnu[archiveUris = $archiveUris; } public function getArchiveUris() { return $this->archiveUris; } public function setArgs($args) { $this->args = $args; } public function getArgs() { return $this->args; } public function setFileUris($fileUris) { $this->fileUris = $fileUris; } public function getFileUris() { return $this->fileUris; } public function setJarFileUris($jarFileUris) { $this->jarFileUris = $jarFileUris; } public function getJarFileUris() { return $this->jarFileUris; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setMainClass($mainClass) { $this->mainClass = $mainClass; } public function getMainClass() { return $this->mainClass; } public function setMainJarFileUri($mainJarFileUri) { $this->mainJarFileUri = $mainJarFileUri; } public function getMainJarFileUri() { return $this->mainJarFileUri; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } } PK2 Zy?]VVNvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.phpnu[autoscalingConfig = $autoscalingConfig; } /** * @return Google_Service_Dataproc_AutoscalingConfig */ public function getAutoscalingConfig() { return $this->autoscalingConfig; } public function setConfigBucket($configBucket) { $this->configBucket = $configBucket; } public function getConfigBucket() { return $this->configBucket; } /** * @param Google_Service_Dataproc_EncryptionConfig */ public function setEncryptionConfig(Google_Service_Dataproc_EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_Dataproc_EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param Google_Service_Dataproc_EndpointConfig */ public function setEndpointConfig(Google_Service_Dataproc_EndpointConfig $endpointConfig) { $this->endpointConfig = $endpointConfig; } /** * @return Google_Service_Dataproc_EndpointConfig */ public function getEndpointConfig() { return $this->endpointConfig; } /** * @param Google_Service_Dataproc_GceClusterConfig */ public function setGceClusterConfig(Google_Service_Dataproc_GceClusterConfig $gceClusterConfig) { $this->gceClusterConfig = $gceClusterConfig; } /** * @return Google_Service_Dataproc_GceClusterConfig */ public function getGceClusterConfig() { return $this->gceClusterConfig; } /** * @param Google_Service_Dataproc_NodeInitializationAction[] */ public function setInitializationActions($initializationActions) { $this->initializationActions = $initializationActions; } /** * @return Google_Service_Dataproc_NodeInitializationAction[] */ public function getInitializationActions() { return $this->initializationActions; } /** * @param Google_Service_Dataproc_LifecycleConfig */ public function setLifecycleConfig(Google_Service_Dataproc_LifecycleConfig $lifecycleConfig) { $this->lifecycleConfig = $lifecycleConfig; } /** * @return Google_Service_Dataproc_LifecycleConfig */ public function getLifecycleConfig() { return $this->lifecycleConfig; } /** * @param Google_Service_Dataproc_InstanceGroupConfig */ public function setMasterConfig(Google_Service_Dataproc_InstanceGroupConfig $masterConfig) { $this->masterConfig = $masterConfig; } /** * @return Google_Service_Dataproc_InstanceGroupConfig */ public function getMasterConfig() { return $this->masterConfig; } /** * @param Google_Service_Dataproc_MetastoreConfig */ public function setMetastoreConfig(Google_Service_Dataproc_MetastoreConfig $metastoreConfig) { $this->metastoreConfig = $metastoreConfig; } /** * @return Google_Service_Dataproc_MetastoreConfig */ public function getMetastoreConfig() { return $this->metastoreConfig; } /** * @param Google_Service_Dataproc_InstanceGroupConfig */ public function setSecondaryWorkerConfig(Google_Service_Dataproc_InstanceGroupConfig $secondaryWorkerConfig) { $this->secondaryWorkerConfig = $secondaryWorkerConfig; } /** * @return Google_Service_Dataproc_InstanceGroupConfig */ public function getSecondaryWorkerConfig() { return $this->secondaryWorkerConfig; } /** * @param Google_Service_Dataproc_SecurityConfig */ public function setSecurityConfig(Google_Service_Dataproc_SecurityConfig $securityConfig) { $this->securityConfig = $securityConfig; } /** * @return Google_Service_Dataproc_SecurityConfig */ public function getSecurityConfig() { return $this->securityConfig; } /** * @param Google_Service_Dataproc_SoftwareConfig */ public function setSoftwareConfig(Google_Service_Dataproc_SoftwareConfig $softwareConfig) { $this->softwareConfig = $softwareConfig; } /** * @return Google_Service_Dataproc_SoftwareConfig */ public function getSoftwareConfig() { return $this->softwareConfig; } public function setTempBucket($tempBucket) { $this->tempBucket = $tempBucket; } public function getTempBucket() { return $this->tempBucket; } /** * @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; } } PK2 ZaR QQRvendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.phpnu[policyUri = $policyUri; } public function getPolicyUri() { return $this->policyUri; } } PK2 ZvaffRvendor/google/apiclient-services/src/Google/Service/Dataproc/NodeGroupAffinity.phpnu[nodeGroupUri = $nodeGroupUri; } public function getNodeGroupUri() { return $this->nodeGroupUri; } } PK2 ZޓFFDvendor/google/apiclient-services/src/Google/Service/Dataproc/Job.phpnu[done = $done; } public function getDone() { return $this->done; } public function setDriverControlFilesUri($driverControlFilesUri) { $this->driverControlFilesUri = $driverControlFilesUri; } public function getDriverControlFilesUri() { return $this->driverControlFilesUri; } public function setDriverOutputResourceUri($driverOutputResourceUri) { $this->driverOutputResourceUri = $driverOutputResourceUri; } public function getDriverOutputResourceUri() { return $this->driverOutputResourceUri; } /** * @param Google_Service_Dataproc_HadoopJob */ public function setHadoopJob(Google_Service_Dataproc_HadoopJob $hadoopJob) { $this->hadoopJob = $hadoopJob; } /** * @return Google_Service_Dataproc_HadoopJob */ public function getHadoopJob() { return $this->hadoopJob; } /** * @param Google_Service_Dataproc_HiveJob */ public function setHiveJob(Google_Service_Dataproc_HiveJob $hiveJob) { $this->hiveJob = $hiveJob; } /** * @return Google_Service_Dataproc_HiveJob */ public function getHiveJob() { return $this->hiveJob; } public function setJobUuid($jobUuid) { $this->jobUuid = $jobUuid; } public function getJobUuid() { return $this->jobUuid; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Dataproc_PigJob */ public function setPigJob(Google_Service_Dataproc_PigJob $pigJob) { $this->pigJob = $pigJob; } /** * @return Google_Service_Dataproc_PigJob */ public function getPigJob() { return $this->pigJob; } /** * @param Google_Service_Dataproc_JobPlacement */ public function setPlacement(Google_Service_Dataproc_JobPlacement $placement) { $this->placement = $placement; } /** * @return Google_Service_Dataproc_JobPlacement */ public function getPlacement() { return $this->placement; } /** * @param Google_Service_Dataproc_PrestoJob */ public function setPrestoJob(Google_Service_Dataproc_PrestoJob $prestoJob) { $this->prestoJob = $prestoJob; } /** * @return Google_Service_Dataproc_PrestoJob */ public function getPrestoJob() { return $this->prestoJob; } /** * @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_SparkRJob */ public function setSparkRJob(Google_Service_Dataproc_SparkRJob $sparkRJob) { $this->sparkRJob = $sparkRJob; } /** * @return Google_Service_Dataproc_SparkRJob */ public function getSparkRJob() { return $this->sparkRJob; } /** * @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; } } PK2 Za44 4 Rvendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.phpnu[basicAlgorithm = $basicAlgorithm; } /** * @return Google_Service_Dataproc_BasicAutoscalingAlgorithm */ public function getBasicAlgorithm() { return $this->basicAlgorithm; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig */ public function setSecondaryWorkerConfig(Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig $secondaryWorkerConfig) { $this->secondaryWorkerConfig = $secondaryWorkerConfig; } /** * @return Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig */ public function getSecondaryWorkerConfig() { return $this->secondaryWorkerConfig; } /** * @param Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig */ public function setWorkerConfig(Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig $workerConfig) { $this->workerConfig = $workerConfig; } /** * @return Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig */ public function getWorkerConfig() { return $this->workerConfig; } } PK2 Z85nnNvendor/google/apiclient-services/src/Google/Service/Dataproc/JobScheduling.phpnu[maxFailuresPerHour = $maxFailuresPerHour; } public function getMaxFailuresPerHour() { return $this->maxFailuresPerHour; } public function setMaxFailuresTotal($maxFailuresTotal) { $this->maxFailuresTotal = $maxFailuresTotal; } public function getMaxFailuresTotal() { return $this->maxFailuresTotal; } } PK2 Z4jݡ Yvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationMetadata.phpnu[clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setClusterUuid($clusterUuid) { $this->clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } /** * @param Google_Service_Dataproc_ClusterOperationStatus */ public function setStatus(Google_Service_Dataproc_ClusterOperationStatus $status) { $this->status = $status; } /** * @return Google_Service_Dataproc_ClusterOperationStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_Dataproc_ClusterOperationStatus[] */ public function setStatusHistory($statusHistory) { $this->statusHistory = $statusHistory; } /** * @return Google_Service_Dataproc_ClusterOperationStatus[] */ public function getStatusHistory() { return $this->statusHistory; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK2 Z|Qvendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_Dataproc_Job[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Z r  Jvendor/google/apiclient-services/src/Google/Service/Dataproc/PrestoJob.phpnu[clientTags = $clientTags; } public function getClientTags() { return $this->clientTags; } public function setContinueOnFailure($continueOnFailure) { $this->continueOnFailure = $continueOnFailure; } public function getContinueOnFailure() { return $this->continueOnFailure; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setOutputFormat($outputFormat) { $this->outputFormat = $outputFormat; } public function getOutputFormat() { return $this->outputFormat; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setQueryFileUri($queryFileUri) { $this->queryFileUri = $queryFileUri; } public function getQueryFileUri() { return $this->queryFileUri; } /** * @param Google_Service_Dataproc_QueryList */ public function setQueryList(Google_Service_Dataproc_QueryList $queryList) { $this->queryList = $queryList; } /** * @return Google_Service_Dataproc_QueryList */ public function getQueryList() { return $this->queryList; } } PK2 ZDtiiWvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.phpnu[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; } } PK2 Z趕YkkYvendor/google/apiclient-services/src/Google/Service/Dataproc/InjectCredentialsRequest.phpnu[clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } public function setCredentialsCiphertext($credentialsCiphertext) { $this->credentialsCiphertext = $credentialsCiphertext; } public function getCredentialsCiphertext() { return $this->credentialsCiphertext; } } PK2 ZKNvendor/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.phpnu[clusters = $clusters; } /** * @return Google_Service_Dataproc_Cluster[] */ public function getClusters() { return $this->clusters; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZCFTvendor/google/apiclient-services/src/Google/Service/Dataproc/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Dataproc_Policy */ public function getPolicy() { return $this->policy; } } PK2 ZUQB]]Yvendor/google/apiclient-services/src/Google/Service/Dataproc/NodeInitializationAction.phpnu[executableFile = $executableFile; } public function getExecutableFile() { return $this->executableFile; } public function setExecutionTimeout($executionTimeout) { $this->executionTimeout = $executionTimeout; } public function getExecutionTimeout() { return $this->executionTimeout; } } PK2 ZYq, , Gvendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.phpnu[continueOnFailure = $continueOnFailure; } public function getContinueOnFailure() { return $this->continueOnFailure; } public function setJarFileUris($jarFileUris) { $this->jarFileUris = $jarFileUris; } public function getJarFileUris() { return $this->jarFileUris; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setQueryFileUri($queryFileUri) { $this->queryFileUri = $queryFileUri; } public function getQueryFileUri() { return $this->queryFileUri; } /** * @param Google_Service_Dataproc_QueryList */ public function setQueryList(Google_Service_Dataproc_QueryList $queryList) { $this->queryList = $queryList; } /** * @return Google_Service_Dataproc_QueryList */ public function getQueryList() { return $this->queryList; } public function setScriptVariables($scriptVariables) { $this->scriptVariables = $scriptVariables; } public function getScriptVariables() { return $this->scriptVariables; } } PK2 ZKhhGvendor/google/apiclient-services/src/Google/Service/Dataproc/Policy.phpnu[bindings = $bindings; } /** * @return Google_Service_Dataproc_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 ZKKNvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterStatus.phpnu[detail = $detail; } public function getDetail() { return $this->detail; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateStartTime($stateStartTime) { $this->stateStartTime = $stateStartTime; } public function getStateStartTime() { return $this->stateStartTime; } public function setSubstate($substate) { $this->substate = $substate; } public function getSubstate() { return $this->substate; } } PK2 ZЃPvendor/google/apiclient-services/src/Google/Service/Dataproc/MetastoreConfig.phpnu[dataprocMetastoreService = $dataprocMetastoreService; } public function getDataprocMetastoreService() { return $this->dataprocMetastoreService; } } PK2 Z9.??^vendor/google/apiclient-services/src/Google/Service/Dataproc/ListWorkflowTemplatesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dataproc_WorkflowTemplate[] */ public function setTemplates($templates) { $this->templates = $templates; } /** * @return Google_Service_Dataproc_WorkflowTemplate[] */ public function getTemplates() { return $this->templates; } } PK2 ZOPvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterSelector.phpnu[clusterLabels = $clusterLabels; } public function getClusterLabels() { return $this->clusterLabels; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK2 Z(%//Lvendor/google/apiclient-services/src/Google/Service/Dataproc/JobMetadata.phpnu[jobId = $jobId; } public function getJobId() { return $this->jobId; } 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; } /** * @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; } } PK2 ZտgHHTvendor/google/apiclient-services/src/Google/Service/Dataproc/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_Dataproc_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK2 Z.𤭊Ovendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedCluster.phpnu[clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } /** * @param Google_Service_Dataproc_ClusterConfig */ public function setConfig(Google_Service_Dataproc_ClusterConfig $config) { $this->config = $config; } /** * @return Google_Service_Dataproc_ClusterConfig */ public function getConfig() { return $this->config; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK2 Zqj**Pvendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.phpnu[name = $name; } public function getName() { return $this->name; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTrackingUrl($trackingUrl) { $this->trackingUrl = $trackingUrl; } public function getTrackingUrl() { return $this->trackingUrl; } } PK2 Z"š[vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 Zezz[vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocations.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $locations = $dataprocService->locations; * */ class Google_Service_Dataproc_Resource_ProjectsLocations extends Google_Service_Resource { } PK2 ZՃs%%lvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $autoscalingPolicies = $dataprocService->autoscalingPolicies; * */ class Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies extends Google_Service_Resource { /** * Creates new autoscaling policy. (autoscalingPolicies.create) * * @param string $parent Required. The "resource name" of the region or * location, as described in * https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.create, the resource name of the region * has the following format: projects/{project_id}/regions/{region} For * projects.locations.autoscalingPolicies.create, the resource name of the * location has the following format: projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_AutoscalingPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_AutoscalingPolicy */ public function create($parent, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); } /** * Deletes an autoscaling policy. It is an error to delete an autoscaling policy * that is in use by one or more clusters. (autoscalingPolicies.delete) * * @param string $name Required. The "resource name" of the autoscaling policy, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.delete, the resource name of the policy * has the following format: * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For * projects.locations.autoscalingPolicies.delete, the resource name of the * policy has the following format: * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_DataprocEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Retrieves autoscaling policy. (autoscalingPolicies.get) * * @param string $name Required. The "resource name" of the autoscaling policy, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.get, the resource name of the policy has * the following format: * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For * projects.locations.autoscalingPolicies.get, the resource name of the policy * has the following format: * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_AutoscalingPolicy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (autoscalingPolicies.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Lists autoscaling policies in the project. * (autoscalingPolicies.listProjectsRegionsAutoscalingPolicies) * * @param string $parent Required. The "resource name" of the region or * location, as described in * https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.list, the resource name of the region * has the following format: projects/{project_id}/regions/{region} For * projects.locations.autoscalingPolicies.list, the resource name of the * location has the following format: projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return in * each response. Must be less than or equal to 1000. Defaults to 100. * @opt_param string pageToken Optional. The page token, returned by a previous * call, to request the next page of results. * @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse */ public function listProjectsRegionsAutoscalingPolicies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListAutoscalingPoliciesResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (autoscalingPolicies.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (autoscalingPolicies.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } /** * Updates (replaces) autoscaling policy.Disabled check for update_mask, because * all updates will be full replacements. (autoscalingPolicies.update) * * @param string $name Output only. The "resource name" of the autoscaling * policy, as described in https://cloud.google.com/apis/design/resource_names. * For projects.regions.autoscalingPolicies, the resource name of the policy has * the following format: * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For * projects.locations.autoscalingPolicies, the resource name of the policy has * the following format: * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} * @param Google_Service_Dataproc_AutoscalingPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_AutoscalingPolicy */ public function update($name, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); } } PK2 ZEL+L+]vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $jobs = $dataprocService->jobs; * */ class Google_Service_Dataproc_Resource_ProjectsRegionsJobs extends Google_Service_Resource { /** * Starts a job cancellation request. To access the job resource after * cancellation, call regions/{region}/jobs.list (https://cloud.google.com/datap * roc/docs/reference/rest/v1/projects.regions.jobs/list) or * regions/{region}/jobs.get (https://cloud.google.com/dataproc/docs/reference/r * est/v1/projects.regions.jobs/get). (jobs.cancel) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $jobId Required. The job ID. * @param Google_Service_Dataproc_CancelJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Job */ public function cancel($projectId, $region, $jobId, Google_Service_Dataproc_CancelJobRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Dataproc_Job"); } /** * Deletes the job from the project. If the job is active, the delete fails, and * the response returns FAILED_PRECONDITION. (jobs.delete) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $jobId Required. The job ID. * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_DataprocEmpty */ public function delete($projectId, $region, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Gets the resource representation for a job in a project. (jobs.get) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $jobId Required. The job ID. * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Job */ public function get($projectId, $region, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_Job"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (jobs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Lists regions/{region}/jobs in a project. (jobs.listProjectsRegionsJobs) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param array $optParams Optional parameters. * * @opt_param string clusterName Optional. If set, the returned jobs list * includes only jobs that were submitted to the named cluster. * @opt_param string filter Optional. A filter constraining the jobs to list. * Filters are case-sensitive and have the following syntax:field = value AND * field = value ...where field is status.state or labels.[KEY], and [KEY] is a * label key. value can be * to match all values. status.state can be either * ACTIVE or NON_ACTIVE. Only the logical AND operator is supported; space- * separated items are treated as having an implicit AND operator.Example * filter:status.state = ACTIVE AND labels.env = staging AND labels.starred = * * @opt_param string jobStateMatcher Optional. Specifies enumerated categories * of jobs to list. (default = match ALL jobs).If filter is provided, * jobStateMatcher will be ignored. * @opt_param int pageSize Optional. The number of results to return in each * response. * @opt_param string pageToken Optional. The page token, returned by a previous * call, to request the next page of results. * @return Google_Service_Dataproc_ListJobsResponse */ public function listProjectsRegionsJobs($projectId, $region, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListJobsResponse"); } /** * Updates a job in a project. (jobs.patch) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $jobId Required. The job ID. * @param Google_Service_Dataproc_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. Specifies the path, relative to Job, * of the field to update. For example, to update the labels of a Job the * update_mask parameter would be specified as labels, and the PATCH request * body would specify the new value. *Note:* Currently, labels is the only field * that can be updated. * @return Google_Service_Dataproc_Job */ public function patch($projectId, $region, $jobId, Google_Service_Dataproc_Job $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dataproc_Job"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (jobs.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Submits a job to a cluster. (jobs.submit) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param Google_Service_Dataproc_SubmitJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Job */ public function submit($projectId, $region, Google_Service_Dataproc_SubmitJobRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('submit', array($params), "Google_Service_Dataproc_Job"); } /** * Submits job to a cluster. (jobs.submitAsOperation) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the job belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param Google_Service_Dataproc_SubmitJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function submitAsOperation($projectId, $region, Google_Service_Dataproc_SubmitJobRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('submitAsOperation', array($params), "Google_Service_Dataproc_Operation"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (jobs.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } } PK2 ZjcDcDavendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $clusters = $dataprocService->clusters; * */ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Service_Resource { /** * Creates a cluster in a project. The returned Operation.metadata will be * ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rp * c/google.cloud.dataproc.v1#clusteroperationmetadata). (clusters.create) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param Google_Service_Dataproc_Cluster $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A unique id used to identify the * request. If the server receives two CreateClusterRequest (https://cloud.googl * e.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.datap * roc.v1.CreateClusterRequest)s with the same id, then the second request will * be ignored and the first google.longrunning.Operation created and stored in * the backend is returned.It is recommended to always set this value to a UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_Dataproc_Operation */ public function create($projectId, $region, Google_Service_Dataproc_Cluster $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataproc_Operation"); } /** * Deletes a cluster in a project. The returned Operation.metadata will be * ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rp * c/google.cloud.dataproc.v1#clusteroperationmetadata). (clusters.delete) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $clusterName Required. The cluster name. * @param array $optParams Optional parameters. * * @opt_param string clusterUuid Optional. Specifying the cluster_uuid means the * RPC should fail (with error NOT_FOUND) if cluster with specified UUID does * not exist. * @opt_param string requestId Optional. A unique id used to identify the * request. If the server receives two DeleteClusterRequest (https://cloud.googl * e.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.datap * roc.v1.DeleteClusterRequest)s with the same id, then the second request will * be ignored and the first google.longrunning.Operation created and stored in * the backend is returned.It is recommended to always set this value to a UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_Dataproc_Operation */ public function delete($projectId, $region, $clusterName, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_Operation"); } /** * Gets cluster diagnostic information. The returned Operation.metadata will be * ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rp * c/google.cloud.dataproc.v1#clusteroperationmetadata). After the operation * completes, Operation.response contains DiagnoseClusterResults (https://cloud. * google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#diagnoseclust * erresults). (clusters.diagnose) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $clusterName Required. The cluster name. * @param Google_Service_Dataproc_DiagnoseClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function diagnose($projectId, $region, $clusterName, Google_Service_Dataproc_DiagnoseClusterRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('diagnose', array($params), "Google_Service_Dataproc_Operation"); } /** * Gets the resource representation for a cluster in a project. (clusters.get) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $clusterName Required. The cluster name. * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Cluster */ public function get($projectId, $region, $clusterName, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_Cluster"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (clusters.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Inject encrypted credentials into all of the VMs in a cluster.The target * cluster must be a personal auth cluster assigned to the user who is issuing * the RPC. (clusters.injectCredentials) * * @param string $project Required. The ID of the Google Cloud Platform project * the cluster belongs to, of the form projects/. * @param string $region Required. The region containing the cluster, of the * form regions/. * @param string $cluster Required. The cluster, in the form clusters/. * @param Google_Service_Dataproc_InjectCredentialsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function injectCredentials($project, $region, $cluster, Google_Service_Dataproc_InjectCredentialsRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'region' => $region, 'cluster' => $cluster, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('injectCredentials', array($params), "Google_Service_Dataproc_Operation"); } /** * Lists all regions/{region}/clusters in a project alphabetically. * (clusters.listProjectsRegionsClusters) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. A filter constraining the clusters to * list. Filters are case-sensitive and have the following syntax:field = value * AND field = value ...where field is one of status.state, clusterName, or * labels.[KEY], and [KEY] is a label key. value can be * to match all values. * status.state can be one of the following: ACTIVE, INACTIVE, CREATING, * RUNNING, ERROR, DELETING, or UPDATING. ACTIVE contains the CREATING, * UPDATING, and RUNNING states. INACTIVE contains the DELETING and ERROR * states. clusterName is the name of the cluster provided at creation time. * Only the logical AND operator is supported; space-separated items are treated * as having an implicit AND operator.Example filter:status.state = ACTIVE AND * clusterName = mycluster AND labels.env = staging AND labels.starred = * * @opt_param int pageSize Optional. The standard List page size. * @opt_param string pageToken Optional. The standard List page token. * @return Google_Service_Dataproc_ListClustersResponse */ public function listProjectsRegionsClusters($projectId, $region, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListClustersResponse"); } /** * Updates a cluster in a project. The returned Operation.metadata will be * ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rp * c/google.cloud.dataproc.v1#clusteroperationmetadata). (clusters.patch) * * @param string $projectId Required. The ID of the Google Cloud Platform * project the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $clusterName Required. The cluster name. * @param Google_Service_Dataproc_Cluster $postBody * @param array $optParams Optional parameters. * * @opt_param string gracefulDecommissionTimeout Optional. Timeout for graceful * YARN decomissioning. Graceful decommissioning allows removing nodes from the * cluster without interrupting jobs in progress. Timeout specifies how long to * wait for jobs in progress to finish before forcefully removing nodes (and * potentially interrupting jobs). Default timeout is 0 (for forceful * decommission), and the maximum allowed timeout is 1 day. (see JSON * representation of Duration (https://developers.google.com/protocol- * buffers/docs/proto3#json)).Only supported on Dataproc image versions 1.2 and * higher. * @opt_param string requestId Optional. A unique id used to identify the * request. If the server receives two UpdateClusterRequest (https://cloud.googl * e.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.datap * roc.v1.UpdateClusterRequest)s with the same id, then the second request will * be ignored and the first google.longrunning.Operation created and stored in * the backend is returned.It is recommended to always set this value to a UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @opt_param string updateMask Required. Specifies the path, relative to * Cluster, of the field to update. For example, to change the number of workers * in a cluster to 5, the update_mask parameter would be specified as * config.worker_config.num_instances, and the PATCH request body would specify * the new value, as follows: { "config":{ "workerConfig":{ "numInstances":"5" } * } } Similarly, to change the number of preemptible workers in a cluster to 5, * the update_mask parameter would be * config.secondary_worker_config.num_instances, and the PATCH request body * would be set as follows: { "config":{ "secondaryWorkerConfig":{ * "numInstances":"5" } } } *Note:* Currently, only the following fields can be * updated: *Mask* *Purpose* *labels* Update labels * *config.worker_config.num_instances* Resize primary worker group * *config.secondary_worker_config.num_instances* Resize secondary worker group * config.autoscaling_config.policy_uri Use, stop using, or change autoscaling * policies * @return Google_Service_Dataproc_Operation */ public function patch($projectId, $region, $clusterName, Google_Service_Dataproc_Cluster $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Dataproc_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (clusters.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Starts a cluster in a project. (clusters.start) * * @param string $projectId Required. The ID of the Google Cloud Platform * project the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $clusterName Required. The cluster name. * @param Google_Service_Dataproc_StartClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function start($projectId, $region, $clusterName, Google_Service_Dataproc_StartClusterRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_Dataproc_Operation"); } /** * Stops a cluster in a project. (clusters.stop) * * @param string $projectId Required. The ID of the Google Cloud Platform * project the cluster belongs to. * @param string $region Required. The Dataproc region in which to handle the * request. * @param string $clusterName Required. The cluster name. * @param Google_Service_Dataproc_StopClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function stop($projectId, $region, $clusterName, Google_Service_Dataproc_StopClusterRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_Dataproc_Operation"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (clusters.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } } PK2 ZSP77lvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $workflowTemplates = $dataprocService->workflowTemplates; * */ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extends Google_Service_Resource { /** * Creates new workflow template. (workflowTemplates.create) * * @param string $parent Required. The resource name of the region or location, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates,create, the resource name of the region * has the following format: projects/{project_id}/regions/{region} For * projects.locations.workflowTemplates.create, the resource name of the * location has the following format: projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate */ public function create($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataproc_WorkflowTemplate"); } /** * Deletes a workflow template. It does not cancel in-progress workflows. * (workflowTemplates.delete) * * @param string $name Required. The resource name of the workflow template, as * described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates.delete, the resource name of the template * has the following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates.instantiate, the resource name of the * template has the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to delete. * If specified, will only delete the template if the current server version * matches specified version. * @return Google_Service_Dataproc_DataprocEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Retrieves the latest workflow template.Can retrieve previously instantiated * template by specifying optional version parameter. (workflowTemplates.get) * * @param string $name Required. The resource name of the workflow template, as * described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates.get, the resource name of the template has * the following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates.get, the resource name of the template * has the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to * retrieve. Only previously instantiated versions can be retrieved.If * unspecified, retrieves the current version. * @return Google_Service_Dataproc_WorkflowTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_WorkflowTemplate"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (workflowTemplates.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Instantiates a template and begins execution.The returned Operation can be * used to track execution of workflow by polling operations.get. The Operation * will complete when entire workflow is finished.The running workflow can be * aborted via operations.cancel. This will cause any inflight jobs to be * cancelled and workflow-owned clusters to be deleted.The Operation.metadata * will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rp * c/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata * (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_wo * rkflowmetadata).On successful completion, Operation.response will be Empty. * (workflowTemplates.instantiate) * * @param string $name Required. The resource name of the workflow template, as * described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates.instantiate, the resource name of the * template has the following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates.instantiate, the resource name of the * template has the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function instantiate($name, Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('instantiate', array($params), "Google_Service_Dataproc_Operation"); } /** * Instantiates a template and begins execution.This method is equivalent to * executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, * DeleteWorkflowTemplate.The returned Operation can be used to track execution * of workflow by polling operations.get. The Operation will complete when * entire workflow is finished.The running workflow can be aborted via * operations.cancel. This will cause any inflight jobs to be cancelled and * workflow-owned clusters to be deleted.The Operation.metadata will be * WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google * .cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https: * //cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowm * etadata).On successful completion, Operation.response will be Empty. * (workflowTemplates.instantiateInline) * * @param string $parent Required. The resource name of the region or location, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates,instantiateinline, the resource name of * the region has the following format: projects/{project_id}/regions/{region} * For projects.locations.workflowTemplates.instantiateinline, the resource name * of the location has the following format: * projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A tag that prevents multiple concurrent * workflow instances with the same tag from running. This mitigates risk of * concurrent instances started due to retries.It is recommended to always set * this value to a UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_Dataproc_Operation */ public function instantiateInline($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('instantiateInline', array($params), "Google_Service_Dataproc_Operation"); } /** * Lists workflows that match the specified filter in the request. * (workflowTemplates.listProjectsLocationsWorkflowTemplates) * * @param string $parent Required. The resource name of the region or location, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates,list, the resource name of the region has * the following format: projects/{project_id}/regions/{region} For * projects.locations.workflowTemplates.list, the resource name of the location * has the following format: projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return in * each response. * @opt_param string pageToken Optional. The page token, returned by a previous * call, to request the next page of results. * @return Google_Service_Dataproc_ListWorkflowTemplatesResponse */ public function listProjectsLocationsWorkflowTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListWorkflowTemplatesResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (workflowTemplates.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (workflowTemplates.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } /** * Updates (replaces) workflow template. The updated template must contain * version that matches the current server version. (workflowTemplates.update) * * @param string $name Output only. The resource name of the workflow template, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates, the resource name of the template has the * following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates, the resource name of the template has * the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate */ public function update($name, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dataproc_WorkflowTemplate"); } } PK2 ZarrYvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegions.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $regions = $dataprocService->regions; * */ class Google_Service_Dataproc_Resource_ProjectsRegions extends Google_Service_Resource { } PK2 Z&P77jvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $workflowTemplates = $dataprocService->workflowTemplates; * */ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends Google_Service_Resource { /** * Creates new workflow template. (workflowTemplates.create) * * @param string $parent Required. The resource name of the region or location, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates,create, the resource name of the region * has the following format: projects/{project_id}/regions/{region} For * projects.locations.workflowTemplates.create, the resource name of the * location has the following format: projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate */ public function create($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataproc_WorkflowTemplate"); } /** * Deletes a workflow template. It does not cancel in-progress workflows. * (workflowTemplates.delete) * * @param string $name Required. The resource name of the workflow template, as * described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates.delete, the resource name of the template * has the following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates.instantiate, the resource name of the * template has the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to delete. * If specified, will only delete the template if the current server version * matches specified version. * @return Google_Service_Dataproc_DataprocEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Retrieves the latest workflow template.Can retrieve previously instantiated * template by specifying optional version parameter. (workflowTemplates.get) * * @param string $name Required. The resource name of the workflow template, as * described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates.get, the resource name of the template has * the following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates.get, the resource name of the template * has the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to * retrieve. Only previously instantiated versions can be retrieved.If * unspecified, retrieves the current version. * @return Google_Service_Dataproc_WorkflowTemplate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_WorkflowTemplate"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (workflowTemplates.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Instantiates a template and begins execution.The returned Operation can be * used to track execution of workflow by polling operations.get. The Operation * will complete when entire workflow is finished.The running workflow can be * aborted via operations.cancel. This will cause any inflight jobs to be * cancelled and workflow-owned clusters to be deleted.The Operation.metadata * will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rp * c/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata * (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_wo * rkflowmetadata).On successful completion, Operation.response will be Empty. * (workflowTemplates.instantiate) * * @param string $name Required. The resource name of the workflow template, as * described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates.instantiate, the resource name of the * template has the following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates.instantiate, the resource name of the * template has the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function instantiate($name, Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('instantiate', array($params), "Google_Service_Dataproc_Operation"); } /** * Instantiates a template and begins execution.This method is equivalent to * executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, * DeleteWorkflowTemplate.The returned Operation can be used to track execution * of workflow by polling operations.get. The Operation will complete when * entire workflow is finished.The running workflow can be aborted via * operations.cancel. This will cause any inflight jobs to be cancelled and * workflow-owned clusters to be deleted.The Operation.metadata will be * WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google * .cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https: * //cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowm * etadata).On successful completion, Operation.response will be Empty. * (workflowTemplates.instantiateInline) * * @param string $parent Required. The resource name of the region or location, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates,instantiateinline, the resource name of * the region has the following format: projects/{project_id}/regions/{region} * For projects.locations.workflowTemplates.instantiateinline, the resource name * of the location has the following format: * projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. A tag that prevents multiple concurrent * workflow instances with the same tag from running. This mitigates risk of * concurrent instances started due to retries.It is recommended to always set * this value to a UUID * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. * @return Google_Service_Dataproc_Operation */ public function instantiateInline($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('instantiateInline', array($params), "Google_Service_Dataproc_Operation"); } /** * Lists workflows that match the specified filter in the request. * (workflowTemplates.listProjectsRegionsWorkflowTemplates) * * @param string $parent Required. The resource name of the region or location, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates,list, the resource name of the region has * the following format: projects/{project_id}/regions/{region} For * projects.locations.workflowTemplates.list, the resource name of the location * has the following format: projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return in * each response. * @opt_param string pageToken Optional. The page token, returned by a previous * call, to request the next page of results. * @return Google_Service_Dataproc_ListWorkflowTemplatesResponse */ public function listProjectsRegionsWorkflowTemplates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListWorkflowTemplatesResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (workflowTemplates.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (workflowTemplates.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } /** * Updates (replaces) workflow template. The updated template must contain * version that matches the current server version. (workflowTemplates.update) * * @param string $name Output only. The resource name of the workflow template, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.workflowTemplates, the resource name of the template has the * following format: * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For * projects.locations.workflowTemplates, the resource name of the template has * the following format: * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate */ public function update($name, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dataproc_WorkflowTemplate"); } } PK2 Zy % %nvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $autoscalingPolicies = $dataprocService->autoscalingPolicies; * */ class Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies extends Google_Service_Resource { /** * Creates new autoscaling policy. (autoscalingPolicies.create) * * @param string $parent Required. The "resource name" of the region or * location, as described in * https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.create, the resource name of the region * has the following format: projects/{project_id}/regions/{region} For * projects.locations.autoscalingPolicies.create, the resource name of the * location has the following format: projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_AutoscalingPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_AutoscalingPolicy */ public function create($parent, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); } /** * Deletes an autoscaling policy. It is an error to delete an autoscaling policy * that is in use by one or more clusters. (autoscalingPolicies.delete) * * @param string $name Required. The "resource name" of the autoscaling policy, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.delete, the resource name of the policy * has the following format: * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For * projects.locations.autoscalingPolicies.delete, the resource name of the * policy has the following format: * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_DataprocEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Retrieves autoscaling policy. (autoscalingPolicies.get) * * @param string $name Required. The "resource name" of the autoscaling policy, * as described in https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.get, the resource name of the policy has * the following format: * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For * projects.locations.autoscalingPolicies.get, the resource name of the policy * has the following format: * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_AutoscalingPolicy */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (autoscalingPolicies.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Lists autoscaling policies in the project. * (autoscalingPolicies.listProjectsLocationsAutoscalingPolicies) * * @param string $parent Required. The "resource name" of the region or * location, as described in * https://cloud.google.com/apis/design/resource_names. For * projects.regions.autoscalingPolicies.list, the resource name of the region * has the following format: projects/{project_id}/regions/{region} For * projects.locations.autoscalingPolicies.list, the resource name of the * location has the following format: projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return in * each response. Must be less than or equal to 1000. Defaults to 100. * @opt_param string pageToken Optional. The page token, returned by a previous * call, to request the next page of results. * @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse */ public function listProjectsLocationsAutoscalingPolicies($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListAutoscalingPoliciesResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (autoscalingPolicies.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (autoscalingPolicies.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } /** * Updates (replaces) autoscaling policy.Disabled check for update_mask, because * all updates will be full replacements. (autoscalingPolicies.update) * * @param string $name Output only. The "resource name" of the autoscaling * policy, as described in https://cloud.google.com/apis/design/resource_names. * For projects.regions.autoscalingPolicies, the resource name of the policy has * the following format: * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For * projects.locations.autoscalingPolicies, the resource name of the policy has * the following format: * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} * @param Google_Service_Dataproc_AutoscalingPolicy $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_AutoscalingPolicy */ public function update($name, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); } } PK2 ZY|eecvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsOperations.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $operations = $dataprocService->operations; * */ class Google_Service_Dataproc_Resource_ProjectsRegionsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * Code.CANCELLED. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_DataprocEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * google.rpc.Code.UNIMPLEMENTED. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_DataprocEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Dataproc_Operation"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (operations.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name * binding allows API services to override the binding to use different resource * name schemes, such as users/operations. To override the binding, API services * can add a binding such as "/v1/{name=users}/operations" to their service * configuration. For backwards compatibility, the default name includes the * operations collection id, however overriding users must ensure the name * binding is the parent resource, without the operations collection id. * (operations.listProjectsRegionsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_Dataproc_ListOperationsResponse */ public function listProjectsRegionsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataproc_ListOperationsResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED * errors. (operations.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Policy */ public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * NOT_FOUND error.Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (operations.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); } } PK2 Z}BnnRvendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/Projects.phpnu[ * $dataprocService = new Google_Service_Dataproc(...); * $projects = $dataprocService->projects; * */ class Google_Service_Dataproc_Resource_Projects extends Google_Service_Resource { } PK2 Z=@#}Svendor/google/apiclient-services/src/Google/Service/Dataproc/StopClusterRequest.phpnu[clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK2 Z6DDOvendor/google/apiclient-services/src/Google/Service/Dataproc/SoftwareConfig.phpnu[imageVersion = $imageVersion; } public function getImageVersion() { return $this->imageVersion; } public function setOptionalComponents($optionalComponents) { $this->optionalComponents = $optionalComponents; } public function getOptionalComponents() { return $this->optionalComponents; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } } PK2 Z.J:Qvendor/google/apiclient-services/src/Google/Service/Dataproc/CancelJobRequest.phpnu[autoDeleteTime = $autoDeleteTime; } public function getAutoDeleteTime() { return $this->autoDeleteTime; } public function setAutoDeleteTtl($autoDeleteTtl) { $this->autoDeleteTtl = $autoDeleteTtl; } public function getAutoDeleteTtl() { return $this->autoDeleteTtl; } public function setIdleDeleteTtl($idleDeleteTtl) { $this->idleDeleteTtl = $idleDeleteTtl; } public function getIdleDeleteTtl() { return $this->idleDeleteTtl; } public function setIdleStartTime($idleStartTime) { $this->idleStartTime = $idleStartTime; } public function getIdleStartTime() { return $this->idleStartTime; } } PK2 Z0zzQvendor/google/apiclient-services/src/Google/Service/Dataproc/EncryptionConfig.phpnu[gcePdKmsKeyName = $gcePdKmsKeyName; } public function getGcePdKmsKeyName() { return $this->gcePdKmsKeyName; } } PK2 Z|4{{Hvendor/google/apiclient-services/src/Google/Service/Dataproc/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Dataproc_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK2 Z'VVWvendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterResults.phpnu[outputUri = $outputUri; } public function getOutputUri() { return $this->outputUri; } } PK2 ZwwQvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowMetadata.phpnu[clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setClusterUuid($clusterUuid) { $this->clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } /** * @param Google_Service_Dataproc_ClusterOperation */ public function setCreateCluster(Google_Service_Dataproc_ClusterOperation $createCluster) { $this->createCluster = $createCluster; } /** * @return Google_Service_Dataproc_ClusterOperation */ public function getCreateCluster() { return $this->createCluster; } public function setDagEndTime($dagEndTime) { $this->dagEndTime = $dagEndTime; } public function getDagEndTime() { return $this->dagEndTime; } public function setDagStartTime($dagStartTime) { $this->dagStartTime = $dagStartTime; } public function getDagStartTime() { return $this->dagStartTime; } public function setDagTimeout($dagTimeout) { $this->dagTimeout = $dagTimeout; } public function getDagTimeout() { return $this->dagTimeout; } /** * @param Google_Service_Dataproc_ClusterOperation */ public function setDeleteCluster(Google_Service_Dataproc_ClusterOperation $deleteCluster) { $this->deleteCluster = $deleteCluster; } /** * @return Google_Service_Dataproc_ClusterOperation */ public function getDeleteCluster() { return $this->deleteCluster; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Dataproc_WorkflowGraph */ public function setGraph(Google_Service_Dataproc_WorkflowGraph $graph) { $this->graph = $graph; } /** * @return Google_Service_Dataproc_WorkflowGraph */ public function getGraph() { return $this->graph; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTemplate($template) { $this->template = $template; } public function getTemplate() { return $this->template; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Z1_HssOvendor/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.phpnu[kerberosConfig = $kerberosConfig; } /** * @return Google_Service_Dataproc_KerberosConfig */ public function getKerberosConfig() { return $this->kerberosConfig; } } PK2 ZS({Mvendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.phpnu[clusterLabels = $clusterLabels; } public function getClusterLabels() { return $this->clusterLabels; } public function setClusterName($clusterName) { $this->clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setClusterUuid($clusterUuid) { $this->clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } } PK2 Z%%Qvendor/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.phpnu[internalIpOnly = $internalIpOnly; } public function getInternalIpOnly() { return $this->internalIpOnly; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } /** * @param Google_Service_Dataproc_NodeGroupAffinity */ public function setNodeGroupAffinity(Google_Service_Dataproc_NodeGroupAffinity $nodeGroupAffinity) { $this->nodeGroupAffinity = $nodeGroupAffinity; } /** * @return Google_Service_Dataproc_NodeGroupAffinity */ public function getNodeGroupAffinity() { return $this->nodeGroupAffinity; } public function setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess) { $this->privateIpv6GoogleAccess = $privateIpv6GoogleAccess; } public function getPrivateIpv6GoogleAccess() { return $this->privateIpv6GoogleAccess; } /** * @param Google_Service_Dataproc_ReservationAffinity */ public function setReservationAffinity(Google_Service_Dataproc_ReservationAffinity $reservationAffinity) { $this->reservationAffinity = $reservationAffinity; } /** * @return Google_Service_Dataproc_ReservationAffinity */ public function getReservationAffinity() { return $this->reservationAffinity; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceAccountScopes($serviceAccountScopes) { $this->serviceAccountScopes = $serviceAccountScopes; } public function getServiceAccountScopes() { return $this->serviceAccountScopes; } /** * @param Google_Service_Dataproc_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Dataproc_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Dataproc_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } public function setSubnetworkUri($subnetworkUri) { $this->subnetworkUri = $subnetworkUri; } public function getSubnetworkUri() { return $this->subnetworkUri; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } public function setZoneUri($zoneUri) { $this->zoneUri = $zoneUri; } public function getZoneUri() { return $this->zoneUri; } } PK2 Zv[D;;`vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dataproc_AutoscalingPolicy[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return Google_Service_Dataproc_AutoscalingPolicy[] */ public function getPolicies() { return $this->policies; } } PK2 ZOZ5Zvendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 ZQZKvendor/google/apiclient-services/src/Google/Service/Dataproc/DiskConfig.phpnu[bootDiskSizeGb = $bootDiskSizeGb; } public function getBootDiskSizeGb() { return $this->bootDiskSizeGb; } public function setBootDiskType($bootDiskType) { $this->bootDiskType = $bootDiskType; } public function getBootDiskType() { return $this->bootDiskType; } public function setNumLocalSsds($numLocalSsds) { $this->numLocalSsds = $numLocalSsds; } public function getNumLocalSsds() { return $this->numLocalSsds; } } PK2 ZbbZvendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.phpnu[cooldownPeriod = $cooldownPeriod; } public function getCooldownPeriod() { return $this->cooldownPeriod; } /** * @param Google_Service_Dataproc_BasicYarnAutoscalingConfig */ public function setYarnConfig(Google_Service_Dataproc_BasicYarnAutoscalingConfig $yarnConfig) { $this->yarnConfig = $yarnConfig; } /** * @return Google_Service_Dataproc_BasicYarnAutoscalingConfig */ public function getYarnConfig() { return $this->yarnConfig; } } PK2 Z_Tvendor/google/apiclient-services/src/Google/Service/Dataproc/StartClusterRequest.phpnu[clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK2 Z`Akevendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.phpnu[maxInstances = $maxInstances; } public function getMaxInstances() { return $this->maxInstances; } public function setMinInstances($minInstances) { $this->minInstances = $minInstances; } public function getMinInstances() { return $this->minInstances; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK2 Zz&K~rrRvendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.phpnu[acceleratorCount = $acceleratorCount; } public function getAcceleratorCount() { return $this->acceleratorCount; } public function setAcceleratorTypeUri($acceleratorTypeUri) { $this->acceleratorTypeUri = $acceleratorTypeUri; } public function getAcceleratorTypeUri() { return $this->acceleratorTypeUri; } } PK2 Z1  Hvendor/google/apiclient-services/src/Google/Service/Dataproc/Cluster.phpnu[clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setClusterUuid($clusterUuid) { $this->clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } /** * @param Google_Service_Dataproc_ClusterConfig */ public function setConfig(Google_Service_Dataproc_ClusterConfig $config) { $this->config = $config; } /** * @return Google_Service_Dataproc_ClusterConfig */ public function getConfig() { return $this->config; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Dataproc_ClusterMetrics */ public function setMetrics(Google_Service_Dataproc_ClusterMetrics $metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dataproc_ClusterMetrics */ public function getMetrics() { return $this->metrics; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Dataproc_ClusterStatus */ public function setStatus(Google_Service_Dataproc_ClusterStatus $status) { $this->status = $status; } /** * @return Google_Service_Dataproc_ClusterStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_Dataproc_ClusterStatus[] */ public function setStatusHistory($statusHistory) { $this->statusHistory = $statusHistory; } /** * @return Google_Service_Dataproc_ClusterStatus[] */ public function getStatusHistory() { return $this->statusHistory; } } PK2 Z !''Mvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowNode.phpnu[error = $error; } public function getError() { return $this->error; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setPrerequisiteStepIds($prerequisiteStepIds) { $this->prerequisiteStepIds = $prerequisiteStepIds; } public function getPrerequisiteStepIds() { return $this->prerequisiteStepIds; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } } PK2 ZQTeggPvendor/google/apiclient-services/src/Google/Service/Dataproc/ValueValidation.phpnu[values = $values; } public function getValues() { return $this->values; } } PK2 Zd<: Jvendor/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.phpnu[archiveUris = $archiveUris; } public function getArchiveUris() { return $this->archiveUris; } public function setArgs($args) { $this->args = $args; } public function getArgs() { return $this->args; } public function setFileUris($fileUris) { $this->fileUris = $fileUris; } public function getFileUris() { return $this->fileUris; } public function setJarFileUris($jarFileUris) { $this->jarFileUris = $jarFileUris; } public function getJarFileUris() { return $this->jarFileUris; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setMainClass($mainClass) { $this->mainClass = $mainClass; } public function getMainClass() { return $this->mainClass; } public function setMainJarFileUri($mainJarFileUri) { $this->mainJarFileUri = $mainJarFileUri; } public function getMainJarFileUri() { return $this->mainJarFileUri; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } } PK2 ZwNNJvendor/google/apiclient-services/src/Google/Service/Dataproc/JobStatus.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateStartTime($stateStartTime) { $this->stateStartTime = $stateStartTime; } public function getStateStartTime() { return $this->stateStartTime; } public function setSubstate($substate) { $this->substate = $substate; } public function getSubstate() { return $this->substate; } } PK2 ZvvJvendor/google/apiclient-services/src/Google/Service/Dataproc/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Dataproc_Status */ public function setError(Google_Service_Dataproc_Status $error) { $this->error = $error; } /** * @return Google_Service_Dataproc_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK2 ZRvendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceReference.phpnu[instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setInstanceName($instanceName) { $this->instanceName = $instanceName; } public function getInstanceName() { return $this->instanceName; } public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } public function getPublicKey() { return $this->publicKey; } } PK2 ZgܨGvendor/google/apiclient-services/src/Google/Service/Dataproc/Status.phpnu[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; } } PK2 ZZy22Nvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowGraph.phpnu[nodes = $nodes; } /** * @return Google_Service_Dataproc_WorkflowNode[] */ public function getNodes() { return $this->nodes; } } PK2 ZLLOvendor/google/apiclient-services/src/Google/Service/Dataproc/EndpointConfig.phpnu[enableHttpPortAccess = $enableHttpPortAccess; } public function getEnableHttpPortAccess() { return $this->enableHttpPortAccess; } public function setHttpPorts($httpPorts) { $this->httpPorts = $httpPorts; } public function getHttpPorts() { return $this->httpPorts; } } PK2 Z1w/  Qvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplate.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDagTimeout($dagTimeout) { $this->dagTimeout = $dagTimeout; } public function getDagTimeout() { return $this->dagTimeout; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dataproc_OrderedJob[] */ public function setJobs($jobs) { $this->jobs = $jobs; } /** * @return Google_Service_Dataproc_OrderedJob[] */ public function getJobs() { return $this->jobs; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataproc_TemplateParameter[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dataproc_TemplateParameter[] */ public function getParameters() { return $this->parameters; } /** * @param Google_Service_Dataproc_WorkflowTemplatePlacement */ public function setPlacement(Google_Service_Dataproc_WorkflowTemplatePlacement $placement) { $this->placement = $placement; } /** * @return Google_Service_Dataproc_WorkflowTemplatePlacement */ public function getPlacement() { return $this->placement; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 ZSNA(Rvendor/google/apiclient-services/src/Google/Service/Dataproc/TemplateParameter.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataproc_ParameterValidation */ public function setValidation(Google_Service_Dataproc_ParameterValidation $validation) { $this->validation = $validation; } /** * @return Google_Service_Dataproc_ParameterValidation */ public function getValidation() { return $this->validation; } } PK2 ZeGccHvendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.phpnu[continueOnFailure = $continueOnFailure; } public function getContinueOnFailure() { return $this->continueOnFailure; } public function setJarFileUris($jarFileUris) { $this->jarFileUris = $jarFileUris; } public function getJarFileUris() { return $this->jarFileUris; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setQueryFileUri($queryFileUri) { $this->queryFileUri = $queryFileUri; } public function getQueryFileUri() { return $this->queryFileUri; } /** * @param Google_Service_Dataproc_QueryList */ public function setQueryList(Google_Service_Dataproc_QueryList $queryList) { $this->queryList = $queryList; } /** * @return Google_Service_Dataproc_QueryList */ public function getQueryList() { return $this->queryList; } public function setScriptVariables($scriptVariables) { $this->scriptVariables = $scriptVariables; } public function getScriptVariables() { return $this->scriptVariables; } } PK2 ZŰQvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperation.phpnu[done = $done; } public function getDone() { return $this->done; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } } PK2 Z ~``Kvendor/google/apiclient-services/src/Google/Service/Dataproc/OrderedJob.phpnu[hadoopJob = $hadoopJob; } /** * @return Google_Service_Dataproc_HadoopJob */ public function getHadoopJob() { return $this->hadoopJob; } /** * @param Google_Service_Dataproc_HiveJob */ public function setHiveJob(Google_Service_Dataproc_HiveJob $hiveJob) { $this->hiveJob = $hiveJob; } /** * @return Google_Service_Dataproc_HiveJob */ public function getHiveJob() { return $this->hiveJob; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Dataproc_PigJob */ public function setPigJob(Google_Service_Dataproc_PigJob $pigJob) { $this->pigJob = $pigJob; } /** * @return Google_Service_Dataproc_PigJob */ public function getPigJob() { return $this->pigJob; } public function setPrerequisiteStepIds($prerequisiteStepIds) { $this->prerequisiteStepIds = $prerequisiteStepIds; } public function getPrerequisiteStepIds() { return $this->prerequisiteStepIds; } /** * @param Google_Service_Dataproc_PrestoJob */ public function setPrestoJob(Google_Service_Dataproc_PrestoJob $prestoJob) { $this->prestoJob = $prestoJob; } /** * @return Google_Service_Dataproc_PrestoJob */ public function getPrestoJob() { return $this->prestoJob; } /** * @param Google_Service_Dataproc_PySparkJob */ public function setPysparkJob(Google_Service_Dataproc_PySparkJob $pysparkJob) { $this->pysparkJob = $pysparkJob; } /** * @return Google_Service_Dataproc_PySparkJob */ public function getPysparkJob() { return $this->pysparkJob; } /** * @param Google_Service_Dataproc_JobScheduling */ public function setScheduling(Google_Service_Dataproc_JobScheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_Dataproc_JobScheduling */ public function getScheduling() { return $this->scheduling; } /** * @param Google_Service_Dataproc_SparkJob */ public function setSparkJob(Google_Service_Dataproc_SparkJob $sparkJob) { $this->sparkJob = $sparkJob; } /** * @return Google_Service_Dataproc_SparkJob */ public function getSparkJob() { return $this->sparkJob; } /** * @param Google_Service_Dataproc_SparkRJob */ public function setSparkRJob(Google_Service_Dataproc_SparkRJob $sparkRJob) { $this->sparkRJob = $sparkRJob; } /** * @return Google_Service_Dataproc_SparkRJob */ public function getSparkRJob() { return $this->sparkRJob; } /** * @param Google_Service_Dataproc_SparkSqlJob */ public function setSparkSqlJob(Google_Service_Dataproc_SparkSqlJob $sparkSqlJob) { $this->sparkSqlJob = $sparkSqlJob; } /** * @return Google_Service_Dataproc_SparkSqlJob */ public function getSparkSqlJob() { return $this->sparkSqlJob; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } } PK2 ZsTOvendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.phpnu[hdfsMetrics = $hdfsMetrics; } public function getHdfsMetrics() { return $this->hdfsMetrics; } public function setYarnMetrics($yarnMetrics) { $this->yarnMetrics = $yarnMetrics; } public function getYarnMetrics() { return $this->yarnMetrics; } } PK2 Z.d,,Wvendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dataproc_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Dataproc_Operation[] */ public function getOperations() { return $this->operations; } } PK2 Z"@Jvendor/google/apiclient-services/src/Google/Service/Dataproc/SparkRJob.phpnu[archiveUris = $archiveUris; } public function getArchiveUris() { return $this->archiveUris; } public function setArgs($args) { $this->args = $args; } public function getArgs() { return $this->args; } public function setFileUris($fileUris) { $this->fileUris = $fileUris; } public function getFileUris() { return $this->fileUris; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setMainRFileUri($mainRFileUri) { $this->mainRFileUri = $mainRFileUri; } public function getMainRFileUri() { return $this->mainRFileUri; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } } PK2 ZSUSvendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.phpnu[instanceGroupManagerName = $instanceGroupManagerName; } public function getInstanceGroupManagerName() { return $this->instanceGroupManagerName; } public function setInstanceTemplateName($instanceTemplateName) { $this->instanceTemplateName = $instanceTemplateName; } public function getInstanceTemplateName() { return $this->instanceTemplateName; } } PK2 Z{9(Mvendor/google/apiclient-services/src/Google/Service/Dataproc/JobReference.phpnu[jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK2 ZTvendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.phpnu[accelerators = $accelerators; } /** * @return Google_Service_Dataproc_AcceleratorConfig[] */ public function getAccelerators() { return $this->accelerators; } /** * @param Google_Service_Dataproc_DiskConfig */ public function setDiskConfig(Google_Service_Dataproc_DiskConfig $diskConfig) { $this->diskConfig = $diskConfig; } /** * @return Google_Service_Dataproc_DiskConfig */ public function getDiskConfig() { return $this->diskConfig; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setInstanceNames($instanceNames) { $this->instanceNames = $instanceNames; } public function getInstanceNames() { return $this->instanceNames; } /** * @param Google_Service_Dataproc_InstanceReference[] */ public function setInstanceReferences($instanceReferences) { $this->instanceReferences = $instanceReferences; } /** * @return Google_Service_Dataproc_InstanceReference[] */ public function getInstanceReferences() { return $this->instanceReferences; } public function setIsPreemptible($isPreemptible) { $this->isPreemptible = $isPreemptible; } public function getIsPreemptible() { return $this->isPreemptible; } public function setMachineTypeUri($machineTypeUri) { $this->machineTypeUri = $machineTypeUri; } public function getMachineTypeUri() { return $this->machineTypeUri; } /** * @param Google_Service_Dataproc_ManagedGroupConfig */ public function setManagedGroupConfig(Google_Service_Dataproc_ManagedGroupConfig $managedGroupConfig) { $this->managedGroupConfig = $managedGroupConfig; } /** * @return Google_Service_Dataproc_ManagedGroupConfig */ public function getManagedGroupConfig() { return $this->managedGroupConfig; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setNumInstances($numInstances) { $this->numInstances = $numInstances; } public function getNumInstances() { return $this->numInstances; } public function setPreemptibility($preemptibility) { $this->preemptibility = $preemptibility; } public function getPreemptibility() { return $this->preemptibility; } } PK2 Z\F[vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.phpnu[gracefulDecommissionTimeout = $gracefulDecommissionTimeout; } public function getGracefulDecommissionTimeout() { return $this->gracefulDecommissionTimeout; } public function setScaleDownFactor($scaleDownFactor) { $this->scaleDownFactor = $scaleDownFactor; } public function getScaleDownFactor() { return $this->scaleDownFactor; } public function setScaleDownMinWorkerFraction($scaleDownMinWorkerFraction) { $this->scaleDownMinWorkerFraction = $scaleDownMinWorkerFraction; } public function getScaleDownMinWorkerFraction() { return $this->scaleDownMinWorkerFraction; } public function setScaleUpFactor($scaleUpFactor) { $this->scaleUpFactor = $scaleUpFactor; } public function getScaleUpFactor() { return $this->scaleUpFactor; } public function setScaleUpMinWorkerFraction($scaleUpMinWorkerFraction) { $this->scaleUpMinWorkerFraction = $scaleUpMinWorkerFraction; } public function getScaleUpMinWorkerFraction() { return $this->scaleUpMinWorkerFraction; } } PK2 Z=``Zvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplatePlacement.phpnu[clusterSelector = $clusterSelector; } /** * @return Google_Service_Dataproc_ClusterSelector */ public function getClusterSelector() { return $this->clusterSelector; } /** * @param Google_Service_Dataproc_ManagedCluster */ public function setManagedCluster(Google_Service_Dataproc_ManagedCluster $managedCluster) { $this->managedCluster = $managedCluster; } /** * @return Google_Service_Dataproc_ManagedCluster */ public function getManagedCluster() { return $this->managedCluster; } } PK2 Z!kcvendor/google/apiclient-services/src/Google/Service/Dataproc/InstantiateWorkflowTemplateRequest.phpnu[parameters = $parameters; } public function getParameters() { return $this->parameters; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Zsc6H H Lvendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.phpnu[jarFileUris = $jarFileUris; } public function getJarFileUris() { return $this->jarFileUris; } /** * @param Google_Service_Dataproc_LoggingConfig */ public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return Google_Service_Dataproc_LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setQueryFileUri($queryFileUri) { $this->queryFileUri = $queryFileUri; } public function getQueryFileUri() { return $this->queryFileUri; } /** * @param Google_Service_Dataproc_QueryList */ public function setQueryList(Google_Service_Dataproc_QueryList $queryList) { $this->queryList = $queryList; } /** * @return Google_Service_Dataproc_QueryList */ public function getQueryList() { return $this->queryList; } public function setScriptVariables($scriptVariables) { $this->scriptVariables = $scriptVariables; } public function getScriptVariables() { return $this->scriptVariables; } } PK2 ZVTvendor/google/apiclient-services/src/Google/Service/Dataproc/ParameterValidation.phpnu[regex = $regex; } /** * @return Google_Service_Dataproc_RegexValidation */ public function getRegex() { return $this->regex; } /** * @param Google_Service_Dataproc_ValueValidation */ public function setValues(Google_Service_Dataproc_ValueValidation $values) { $this->values = $values; } /** * @return Google_Service_Dataproc_ValueValidation */ public function getValues() { return $this->values; } } PK2 ZJQvendor/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK2 ZO0Wvendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.phpnu[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; } } PK2 ZYdwwNvendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.phpnu[driverLogLevels = $driverLogLevels; } public function getDriverLogLevels() { return $this->driverLogLevels; } } PK2 Z-ziiJvendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.phpnu[queries = $queries; } public function getQueries() { return $this->queries; } } PK2 Z``Wvendor/google/apiclient-services/src/Google/Service/Dataproc/ShieldedInstanceConfig.phpnu[enableIntegrityMonitoring = $enableIntegrityMonitoring; } public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } public function setEnableSecureBoot($enableSecureBoot) { $this->enableSecureBoot = $enableSecureBoot; } public function getEnableSecureBoot() { return $this->enableSecureBoot; } public function setEnableVtpm($enableVtpm) { $this->enableVtpm = $enableVtpm; } public function getEnableVtpm() { return $this->enableVtpm; } } PK2 ZXrS66Ovendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.phpnu[crossRealmTrustAdminServer = $crossRealmTrustAdminServer; } public function getCrossRealmTrustAdminServer() { return $this->crossRealmTrustAdminServer; } public function setCrossRealmTrustKdc($crossRealmTrustKdc) { $this->crossRealmTrustKdc = $crossRealmTrustKdc; } public function getCrossRealmTrustKdc() { return $this->crossRealmTrustKdc; } public function setCrossRealmTrustRealm($crossRealmTrustRealm) { $this->crossRealmTrustRealm = $crossRealmTrustRealm; } public function getCrossRealmTrustRealm() { return $this->crossRealmTrustRealm; } public function setCrossRealmTrustSharedPasswordUri($crossRealmTrustSharedPasswordUri) { $this->crossRealmTrustSharedPasswordUri = $crossRealmTrustSharedPasswordUri; } public function getCrossRealmTrustSharedPasswordUri() { return $this->crossRealmTrustSharedPasswordUri; } public function setEnableKerberos($enableKerberos) { $this->enableKerberos = $enableKerberos; } public function getEnableKerberos() { return $this->enableKerberos; } public function setKdcDbKeyUri($kdcDbKeyUri) { $this->kdcDbKeyUri = $kdcDbKeyUri; } public function getKdcDbKeyUri() { return $this->kdcDbKeyUri; } public function setKeyPasswordUri($keyPasswordUri) { $this->keyPasswordUri = $keyPasswordUri; } public function getKeyPasswordUri() { return $this->keyPasswordUri; } public function setKeystorePasswordUri($keystorePasswordUri) { $this->keystorePasswordUri = $keystorePasswordUri; } public function getKeystorePasswordUri() { return $this->keystorePasswordUri; } public function setKeystoreUri($keystoreUri) { $this->keystoreUri = $keystoreUri; } public function getKeystoreUri() { return $this->keystoreUri; } public function setKmsKeyUri($kmsKeyUri) { $this->kmsKeyUri = $kmsKeyUri; } public function getKmsKeyUri() { return $this->kmsKeyUri; } public function setRealm($realm) { $this->realm = $realm; } public function getRealm() { return $this->realm; } public function setRootPrincipalPasswordUri($rootPrincipalPasswordUri) { $this->rootPrincipalPasswordUri = $rootPrincipalPasswordUri; } public function getRootPrincipalPasswordUri() { return $this->rootPrincipalPasswordUri; } public function setTgtLifetimeHours($tgtLifetimeHours) { $this->tgtLifetimeHours = $tgtLifetimeHours; } public function getTgtLifetimeHours() { return $this->tgtLifetimeHours; } public function setTruststorePasswordUri($truststorePasswordUri) { $this->truststorePasswordUri = $truststorePasswordUri; } public function getTruststorePasswordUri() { return $this->truststorePasswordUri; } public function setTruststoreUri($truststoreUri) { $this->truststoreUri = $truststoreUri; } public function getTruststoreUri() { return $this->truststoreUri; } } PK2 Z%ooPvendor/google/apiclient-services/src/Google/Service/Dataproc/RegexValidation.phpnu[regexes = $regexes; } public function getRegexes() { return $this->regexes; } } PK2 Z`!IIEvendor/google/apiclient-services/src/Google/Service/Dataproc/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 Z@]Zvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.phpnu[errors = $errors; } public function getErrors() { return $this->errors; } /** * @param Google_Service_DoubleClickBidManager_RowStatus[] */ public function setRowStatus($rowStatus) { $this->rowStatus = $rowStatus; } /** * @return Google_Service_DoubleClickBidManager_RowStatus[] */ public function getRowStatus() { return $this->rowStatus; } } PK2 Zv'ugvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DisjunctiveMatchStatement.phpnu[eventFilters = $eventFilters; } /** * @return Google_Service_DoubleClickBidManager_EventFilter[] */ public function getEventFilters() { return $this->eventFilters; } } PK2 ZR`fvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsRequest.phpnu[fileSpec = $fileSpec; } public function getFileSpec() { return $this->fileSpec; } public function setFilterIds($filterIds) { $this->filterIds = $filterIds; } public function getFilterIds() { return $this->filterIds; } public function setFilterType($filterType) { $this->filterType = $filterType; } public function getFilterType() { return $this->filterType; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } } PK2 ZvvXvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.phpnu[filters = $filters; } /** * @return Google_Service_DoubleClickBidManager_FilterPair[] */ public function getFilters() { return $this->filters; } public function setGroupBys($groupBys) { $this->groupBys = $groupBys; } public function getGroupBys() { return $this->groupBys; } public function setIncludeInviteData($includeInviteData) { $this->includeInviteData = $includeInviteData; } public function getIncludeInviteData() { return $this->includeInviteData; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } /** * @param Google_Service_DoubleClickBidManager_Options */ public function setOptions(Google_Service_DoubleClickBidManager_Options $options) { $this->options = $options; } /** * @return Google_Service_DoubleClickBidManager_Options */ public function getOptions() { return $this->options; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z+{"mmZvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.phpnu[failure = $failure; } /** * @return Google_Service_DoubleClickBidManager_ReportFailure */ public function getFailure() { return $this->failure; } public function setFinishTimeMs($finishTimeMs) { $this->finishTimeMs = $finishTimeMs; } public function getFinishTimeMs() { return $this->finishTimeMs; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK2 Zl Svendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_DoubleClickBidManager_QueryMetadata */ public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_DoubleClickBidManager_QueryMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_DoubleClickBidManager_Parameters */ public function setParams(Google_Service_DoubleClickBidManager_Parameters $params) { $this->params = $params; } /** * @return Google_Service_DoubleClickBidManager_Parameters */ public function getParams() { return $this->params; } public function setQueryId($queryId) { $this->queryId = $queryId; } public function getQueryId() { return $this->queryId; } public function setReportDataEndTimeMs($reportDataEndTimeMs) { $this->reportDataEndTimeMs = $reportDataEndTimeMs; } public function getReportDataEndTimeMs() { return $this->reportDataEndTimeMs; } public function setReportDataStartTimeMs($reportDataStartTimeMs) { $this->reportDataStartTimeMs = $reportDataStartTimeMs; } public function getReportDataStartTimeMs() { return $this->reportDataStartTimeMs; } /** * @param Google_Service_DoubleClickBidManager_QuerySchedule */ public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_DoubleClickBidManager_QuerySchedule */ public function getSchedule() { return $this->schedule; } public function setTimezoneCode($timezoneCode) { $this->timezoneCode = $timezoneCode; } public function getTimezoneCode() { return $this->timezoneCode; } } PK2 ZYvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/EventFilter.phpnu[dimensionFilter = $dimensionFilter; } /** * @return Google_Service_DoubleClickBidManager_PathQueryOptionsFilter */ public function getDimensionFilter() { return $this->dimensionFilter; } } PK2 ZUvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Options.phpnu[includeOnlyTargetedUserLists = $includeOnlyTargetedUserLists; } public function getIncludeOnlyTargetedUserLists() { return $this->includeOnlyTargetedUserLists; } /** * @param Google_Service_DoubleClickBidManager_PathQueryOptions */ public function setPathQueryOptions(Google_Service_DoubleClickBidManager_PathQueryOptions $pathQueryOptions) { $this->pathQueryOptions = $pathQueryOptions; } /** * @return Google_Service_DoubleClickBidManager_PathQueryOptions */ public function getPathQueryOptions() { return $this->pathQueryOptions; } } PK2 ZOkdvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsRequest.phpnu[dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setLineItems($lineItems) { $this->lineItems = $lineItems; } public function getLineItems() { return $this->lineItems; } } PK2 ZL+uDtt\vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.phpnu[googleCloudStoragePath = $googleCloudStoragePath; } public function getGoogleCloudStoragePath() { return $this->googleCloudStoragePath; } public function setReportDataEndTimeMs($reportDataEndTimeMs) { $this->reportDataEndTimeMs = $reportDataEndTimeMs; } public function getReportDataEndTimeMs() { return $this->reportDataEndTimeMs; } public function setReportDataStartTimeMs($reportDataStartTimeMs) { $this->reportDataStartTimeMs = $reportDataStartTimeMs; } public function getReportDataStartTimeMs() { return $this->reportDataStartTimeMs; } /** * @param Google_Service_DoubleClickBidManager_ReportStatus */ public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status) { $this->status = $status; } /** * @return Google_Service_DoubleClickBidManager_ReportStatus */ public function getStatus() { return $this->status; } } PK2 ZYj[vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.phpnu[endTimeMs = $endTimeMs; } public function getEndTimeMs() { return $this->endTimeMs; } public function setFrequency($frequency) { $this->frequency = $frequency; } public function getFrequency() { return $this->frequency; } public function setNextRunMinuteOfDay($nextRunMinuteOfDay) { $this->nextRunMinuteOfDay = $nextRunMinuteOfDay; } public function getNextRunMinuteOfDay() { return $this->nextRunMinuteOfDay; } public function setNextRunTimezoneCode($nextRunTimezoneCode) { $this->nextRunTimezoneCode = $nextRunTimezoneCode; } public function getNextRunTimezoneCode() { return $this->nextRunTimezoneCode; } public function setStartTimeMs($startTimeMs) { $this->startTimeMs = $startTimeMs; } public function getStartTimeMs() { return $this->startTimeMs; } } PK2 Z/ Wvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.phpnu[queryId = $queryId; } public function getQueryId() { return $this->queryId; } public function setReportId($reportId) { $this->reportId = $reportId; } public function getReportId() { return $this->reportId; } } PK2 ZMWvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.phpnu[changed = $changed; } public function getChanged() { return $this->changed; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } public function setEntityName($entityName) { $this->entityName = $entityName; } public function getEntityName() { return $this->entityName; } public function setErrors($errors) { $this->errors = $errors; } public function getErrors() { return $this->errors; } public function setPersisted($persisted) { $this->persisted = $persisted; } public function getPersisted() { return $this->persisted; } public function setRowNumber($rowNumber) { $this->rowNumber = $rowNumber; } public function getRowNumber() { return $this->rowNumber; } } PK2 ZqZvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.phpnu[ * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); * $sdf = $doubleclickbidmanagerService->sdf; * */ class Google_Service_DoubleClickBidManager_Resource_Sdf extends Google_Service_Resource { /** * Retrieves entities in SDF format. (sdf.download) * * @param Google_Service_DoubleClickBidManager_DownloadRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DoubleClickBidManager_DownloadResponse */ public function download(Google_Service_DoubleClickBidManager_DownloadRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('download', array($params), "Google_Service_DoubleClickBidManager_DownloadResponse"); } } PK2 Z<& & `vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.phpnu[ * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); * $lineitems = $doubleclickbidmanagerService->lineitems; * */ class Google_Service_DoubleClickBidManager_Resource_Lineitems extends Google_Service_Resource { /** * Retrieves line items in CSV format. YouTube & partners line items are not * supported. (lineitems.downloadlineitems) * * @param Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DoubleClickBidManager_DownloadLineItemsResponse */ public function downloadlineitems(Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse"); } /** * Uploads line items in CSV format. YouTube & partners line items are not * supported. (lineitems.uploadlineitems) * * @param Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DoubleClickBidManager_UploadLineItemsResponse */ public function uploadlineitems(Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('uploadlineitems', array($params), "Google_Service_DoubleClickBidManager_UploadLineItemsResponse"); } } PK2 Z^vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.phpnu[ * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); * $reports = $doubleclickbidmanagerService->reports; * */ class Google_Service_DoubleClickBidManager_Resource_Reports extends Google_Service_Resource { /** * Retrieves stored reports. (reports.listreports) * * @param string $queryId Query ID with which the reports are associated. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of results per page. Must be between 1 * and 100. Defaults to 100 if unspecified. * @opt_param string pageToken Optional pagination token. * @return Google_Service_DoubleClickBidManager_ListReportsResponse */ public function listreports($queryId, $optParams = array()) { $params = array('queryId' => $queryId); $params = array_merge($params, $optParams); return $this->call('listreports', array($params), "Google_Service_DoubleClickBidManager_ListReportsResponse"); } } PK2 Zt^vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.phpnu[ * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); * $queries = $doubleclickbidmanagerService->queries; * */ class Google_Service_DoubleClickBidManager_Resource_Queries extends Google_Service_Resource { /** * Creates a query. (queries.createquery) * * @param Google_Service_DoubleClickBidManager_Query $postBody * @param array $optParams Optional parameters. * * @opt_param bool asynchronous If true, tries to run the query asynchronously. * Only applicable when the frequency is ONE_TIME. * @return Google_Service_DoubleClickBidManager_Query */ public function createquery(Google_Service_DoubleClickBidManager_Query $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createquery', array($params), "Google_Service_DoubleClickBidManager_Query"); } /** * Deletes a stored query as well as the associated stored reports. * (queries.deletequery) * * @param string $queryId Query ID to delete. * @param array $optParams Optional parameters. */ public function deletequery($queryId, $optParams = array()) { $params = array('queryId' => $queryId); $params = array_merge($params, $optParams); return $this->call('deletequery', array($params)); } /** * Retrieves a stored query. (queries.getquery) * * @param string $queryId Query ID to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_DoubleClickBidManager_Query */ public function getquery($queryId, $optParams = array()) { $params = array('queryId' => $queryId); $params = array_merge($params, $optParams); return $this->call('getquery', array($params), "Google_Service_DoubleClickBidManager_Query"); } /** * Retrieves stored queries. (queries.listqueries) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of results per page. Must be between 1 * and 100. Defaults to 100 if unspecified. * @opt_param string pageToken Optional pagination token. * @return Google_Service_DoubleClickBidManager_ListQueriesResponse */ public function listqueries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('listqueries', array($params), "Google_Service_DoubleClickBidManager_ListQueriesResponse"); } /** * Runs a stored query to generate a report. (queries.runquery) * * @param string $queryId Query ID to run. * @param Google_Service_DoubleClickBidManager_RunQueryRequest $postBody * @param array $optParams Optional parameters. * * @opt_param bool asynchronous If true, tries to run the query asynchronously. */ public function runquery($queryId, Google_Service_DoubleClickBidManager_RunQueryRequest $postBody, $optParams = array()) { $params = array('queryId' => $queryId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runquery', array($params)); } } PK2 ZDؤ]vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ChannelGrouping.phpnu[fallbackName = $fallbackName; } public function getFallbackName() { return $this->fallbackName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DoubleClickBidManager_Rule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_DoubleClickBidManager_Rule[] */ public function getRules() { return $this->rules; } } PK2 Z}~fTvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.phpnu[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; } } PK2 ZQ{R^vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/PathQueryOptions.phpnu[channelGrouping = $channelGrouping; } /** * @return Google_Service_DoubleClickBidManager_ChannelGrouping */ public function getChannelGrouping() { return $this->channelGrouping; } /** * @param Google_Service_DoubleClickBidManager_PathFilter[] */ public function setPathFilters($pathFilters) { $this->pathFilters = $pathFilters; } /** * @return Google_Service_DoubleClickBidManager_PathFilter[] */ public function getPathFilters() { return $this->pathFilters; } } PK2 ZΆZZ[vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } } PK2 Z@wS]vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.phpnu[fileTypes = $fileTypes; } public function getFileTypes() { return $this->fileTypes; } public function setFilterIds($filterIds) { $this->filterIds = $filterIds; } public function getFilterIds() { return $this->filterIds; } public function setFilterType($filterType) { $this->filterType = $filterType; } public function getFilterType() { return $this->filterType; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Z@Rvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Rule.phpnu[disjunctiveMatchStatements = $disjunctiveMatchStatements; } /** * @return Google_Service_DoubleClickBidManager_DisjunctiveMatchStatement[] */ public function getDisjunctiveMatchStatements() { return $this->disjunctiveMatchStatements; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Z ffgvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsResponse.phpnu[lineItems = $lineItems; } public function getLineItems() { return $this->lineItems; } } PK2 Z]vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.phpnu[dataRange = $dataRange; } public function getDataRange() { return $this->dataRange; } public function setReportDataEndTimeMs($reportDataEndTimeMs) { $this->reportDataEndTimeMs = $reportDataEndTimeMs; } public function getReportDataEndTimeMs() { return $this->reportDataEndTimeMs; } public function setReportDataStartTimeMs($reportDataStartTimeMs) { $this->reportDataStartTimeMs = $reportDataStartTimeMs; } public function getReportDataStartTimeMs() { return $this->reportDataStartTimeMs; } public function setTimezoneCode($timezoneCode) { $this->timezoneCode = $timezoneCode; } public function getTimezoneCode() { return $this->timezoneCode; } } PK2 Zɝavendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListQueriesResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DoubleClickBidManager_Query[] */ public function setQueries($queries) { $this->queries = $queries; } /** * @return Google_Service_DoubleClickBidManager_Query[] */ public function getQueries() { return $this->queries; } } PK2 Zdvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/PathQueryOptionsFilter.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setMatch($match) { $this->match = $match; } public function getMatch() { return $this->match; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK2 Z_ cXvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 Z ЈXvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/PathFilter.phpnu[eventFilters = $eventFilters; } /** * @return Google_Service_DoubleClickBidManager_EventFilter[] */ public function getEventFilters() { return $this->eventFilters; } public function setPathMatchPosition($pathMatchPosition) { $this->pathMatchPosition = $pathMatchPosition; } public function getPathMatchPosition() { return $this->pathMatchPosition; } } PK2 Z?Ėavendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DoubleClickBidManager_Report[] */ public function setReports($reports) { $this->reports = $reports; } /** * @return Google_Service_DoubleClickBidManager_Report[] */ public function getReports() { return $this->reports; } } PK2 Z,evendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsResponse.phpnu[uploadStatus = $uploadStatus; } /** * @return Google_Service_DoubleClickBidManager_UploadStatus */ public function getUploadStatus() { return $this->uploadStatus; } } PK2 Z+J J [vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.phpnu[dataRange = $dataRange; } public function getDataRange() { return $this->dataRange; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport) { $this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport; } public function getGoogleCloudStoragePathForLatestReport() { return $this->googleCloudStoragePathForLatestReport; } public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport) { $this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport; } public function getGoogleDrivePathForLatestReport() { return $this->googleDrivePathForLatestReport; } public function setLatestReportRunTimeMs($latestReportRunTimeMs) { $this->latestReportRunTimeMs = $latestReportRunTimeMs; } public function getLatestReportRunTimeMs() { return $this->latestReportRunTimeMs; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setReportCount($reportCount) { $this->reportCount = $reportCount; } public function getReportCount() { return $this->reportCount; } public function setRunning($running) { $this->running = $running; } public function getRunning() { return $this->running; } public function setSendNotification($sendNotification) { $this->sendNotification = $sendNotification; } public function getSendNotification() { return $this->sendNotification; } public function setShareEmailAddress($shareEmailAddress) { $this->shareEmailAddress = $shareEmailAddress; } public function getShareEmailAddress() { return $this->shareEmailAddress; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 Z^vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.phpnu[adGroups = $adGroups; } public function getAdGroups() { return $this->adGroups; } public function setAds($ads) { $this->ads = $ads; } public function getAds() { return $this->ads; } public function setCampaigns($campaigns) { $this->campaigns = $campaigns; } public function getCampaigns() { return $this->campaigns; } public function setInsertionOrders($insertionOrders) { $this->insertionOrders = $insertionOrders; } public function getInsertionOrders() { return $this->insertionOrders; } public function setInventorySources($inventorySources) { $this->inventorySources = $inventorySources; } public function getInventorySources() { return $this->inventorySources; } public function setLineItems($lineItems) { $this->lineItems = $lineItems; } public function getLineItems() { return $this->lineItems; } } PK2 ZoXvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStats.phpnu[stats = $stats; } public function getStats() { return $this->stats; } } PK2 Z#.\\]vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStatsReply.phpnu[testValue = $testValue; } public function getTestValue() { return $this->testValue; } } PK2 ZEE`vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatscollectionResource.phpnu[ * $cloudlatencytestService = new Google_Service_Cloudlatencytest(...); * $statscollection = $cloudlatencytestService->statscollection; * */ class Google_Service_Cloudlatencytest_StatscollectionResource extends Google_Service_Resource { /** * RPC to update the new TCP stats. (statscollection.updateaggregatedstats) * * @param Google_Service_Cloudlatencytest_AggregatedStats $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudlatencytest_AggregatedStatsReply */ public function updateaggregatedstats(Google_Service_Cloudlatencytest_AggregatedStats $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply"); } /** * RPC to update the new TCP stats. (statscollection.updatestats) * * @param Google_Service_Cloudlatencytest_Stats $postBody * @param array $optParams Optional parameters. * @return Google_Service_Cloudlatencytest_StatsReply */ public function updatestats(Google_Service_Cloudlatencytest_Stats $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply"); } } PK2 ZM'KTvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/DoubleValue.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 ZCERRSvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatsReply.phpnu[testValue = $testValue; } public function getTestValue() { return $this->testValue; } } PK2 Z0Qvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/IntValue.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 Z>kNvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/Stats.phpnu[doubleValues = $doubleValues; } public function getDoubleValues() { return $this->doubleValues; } public function setIntValues($intValues) { $this->intValues = $intValues; } public function getIntValues() { return $this->intValues; } public function setStringValues($stringValues) { $this->stringValues = $stringValues; } public function getStringValues() { return $this->stringValues; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } } PK2 Z}JTvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StringValue.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 Z!HHCvendor/google/apiclient-services/src/Google/Service/Recommender.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Recommender extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $billingAccounts_locations_insightTypes_insights; public $billingAccounts_locations_recommenders_recommendations; public $folders_locations_insightTypes_insights; public $folders_locations_recommenders_recommendations; public $organizations_locations_insightTypes_insights; public $organizations_locations_recommenders_recommendations; public $projects_locations_insightTypes_insights; public $projects_locations_recommenders_recommendations; /** * Constructs the internal representation of the Recommender service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://recommender.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'recommender'; $this->billingAccounts_locations_insightTypes_insights = new Google_Service_Recommender_Resource_BillingAccountsLocationsInsightTypesInsights( $this, $this->serviceName, 'insights', 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}/insights', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markAccepted' => array( 'path' => 'v1/{+name}:markAccepted', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->billingAccounts_locations_recommenders_recommendations = new Google_Service_Recommender_Resource_BillingAccountsLocationsRecommendersRecommendations( $this, $this->serviceName, 'recommendations', 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}/recommendations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markClaimed' => array( 'path' => 'v1/{+name}:markClaimed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markFailed' => array( 'path' => 'v1/{+name}:markFailed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markSucceeded' => array( 'path' => 'v1/{+name}:markSucceeded', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->folders_locations_insightTypes_insights = new Google_Service_Recommender_Resource_FoldersLocationsInsightTypesInsights( $this, $this->serviceName, 'insights', 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}/insights', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markAccepted' => array( 'path' => 'v1/{+name}:markAccepted', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->folders_locations_recommenders_recommendations = new Google_Service_Recommender_Resource_FoldersLocationsRecommendersRecommendations( $this, $this->serviceName, 'recommendations', 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}/recommendations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markClaimed' => array( 'path' => 'v1/{+name}:markClaimed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markFailed' => array( 'path' => 'v1/{+name}:markFailed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markSucceeded' => array( 'path' => 'v1/{+name}:markSucceeded', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_insightTypes_insights = new Google_Service_Recommender_Resource_OrganizationsLocationsInsightTypesInsights( $this, $this->serviceName, 'insights', 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}/insights', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markAccepted' => array( 'path' => 'v1/{+name}:markAccepted', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_recommenders_recommendations = new Google_Service_Recommender_Resource_OrganizationsLocationsRecommendersRecommendations( $this, $this->serviceName, 'recommendations', 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}/recommendations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markClaimed' => array( 'path' => 'v1/{+name}:markClaimed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markFailed' => array( 'path' => 'v1/{+name}:markFailed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markSucceeded' => array( 'path' => 'v1/{+name}:markSucceeded', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_insightTypes_insights = new Google_Service_Recommender_Resource_ProjectsLocationsInsightTypesInsights( $this, $this->serviceName, 'insights', 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}/insights', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markAccepted' => array( 'path' => 'v1/{+name}:markAccepted', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_recommenders_recommendations = new Google_Service_Recommender_Resource_ProjectsLocationsRecommendersRecommendations( $this, $this->serviceName, 'recommendations', 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}/recommendations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'markClaimed' => array( 'path' => 'v1/{+name}:markClaimed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markFailed' => array( 'path' => 'v1/{+name}:markFailed', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'markSucceeded' => array( 'path' => 'v1/{+name}:markSucceeded', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK2 ZԆ5  Ivendor/google/apiclient-services/src/Google/Service/PagespeedInsights.phpnu[ * The PageSpeed Insights API lets you analyze the performance of your website * with a simple API. It offers tailored suggestions for how you can optimize * your site, and lets you easily integrate PageSpeed Insights analysis into * your development tools and workflow.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PagespeedInsights extends Google_Service { /** Associate you with your personal info on Google. */ const OPENID = "openid"; public $pagespeedapi; /** * Constructs the internal representation of the PagespeedInsights service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://pagespeedonline.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v5'; $this->serviceName = 'pagespeedonline'; $this->pagespeedapi = new Google_Service_PagespeedInsights_Resource_Pagespeedapi( $this, $this->serviceName, 'pagespeedapi', array( 'methods' => array( 'runpagespeed' => array( 'path' => 'pagespeedonline/v5/runPagespeed', 'httpMethod' => 'GET', 'parameters' => array( 'url' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'captchaToken' => array( 'location' => 'query', 'type' => 'string', ), 'category' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'strategy' => array( 'location' => 'query', 'type' => 'string', ), 'utm_campaign' => array( 'location' => 'query', 'type' => 'string', ), 'utm_source' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 Z`ҐZZ_vendor/google/apiclient-services/src/Google/Service/Analytics/FilterSearchAndReplaceDetails.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setFieldIndex($fieldIndex) { $this->fieldIndex = $fieldIndex; } public function getFieldIndex() { return $this->fieldIndex; } public function setReplaceString($replaceString) { $this->replaceString = $replaceString; } public function getReplaceString() { return $this->replaceString; } public function setSearchString($searchString) { $this->searchString = $searchString; } public function getSearchString() { return $this->searchString; } } PK2 ZU=\\vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.phpnu[exclusionDuration = $exclusionDuration; } public function getExclusionDuration() { return $this->exclusionDuration; } public function setSegment($segment) { $this->segment = $segment; } public function getSegment() { return $this->segment; } } PK2 Z 詾^^Ivendor/google/apiclient-services/src/Google/Service/Analytics/McfData.phpnu[columnHeaders = $columnHeaders; } /** * @return Google_Service_Analytics_McfDataColumnHeaders[] */ public function getColumnHeaders() { return $this->columnHeaders; } public function setContainsSampledData($containsSampledData) { $this->containsSampledData = $containsSampledData; } public function getContainsSampledData() { return $this->containsSampledData; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } /** * @param Google_Service_Analytics_McfDataProfileInfo */ public function setProfileInfo(Google_Service_Analytics_McfDataProfileInfo $profileInfo) { $this->profileInfo = $profileInfo; } /** * @return Google_Service_Analytics_McfDataProfileInfo */ public function getProfileInfo() { return $this->profileInfo; } /** * @param Google_Service_Analytics_McfDataQuery */ public function setQuery(Google_Service_Analytics_McfDataQuery $query) { $this->query = $query; } /** * @return Google_Service_Analytics_McfDataQuery */ public function getQuery() { return $this->query; } /** * @param Google_Service_Analytics_McfDataRows[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Analytics_McfDataRows[] */ public function getRows() { return $this->rows; } public function setSampleSize($sampleSize) { $this->sampleSize = $sampleSize; } public function getSampleSize() { return $this->sampleSize; } public function setSampleSpace($sampleSpace) { $this->sampleSpace = $sampleSpace; } public function getSampleSpace() { return $this->sampleSpace; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setTotalsForAllResults($totalsForAllResults) { $this->totalsForAllResults = $totalsForAllResults; } public function getTotalsForAllResults() { return $this->totalsForAllResults; } } PK2 Z>F[vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z WWZvendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitNumPagesDetails.phpnu[comparisonType = $comparisonType; } public function getComparisonType() { return $this->comparisonType; } public function setComparisonValue($comparisonValue) { $this->comparisonValue = $comparisonValue; } public function getComparisonValue() { return $this->comparisonValue; } } PK2 Z HQvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTable.phpnu[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; } } PK2 ZTVvendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.phpnu[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; } } PK2 Z،C߁Yvendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.phpnu[webPropertyRef = $webPropertyRef; } /** * @return Google_Service_Analytics_WebPropertyRef */ public function getWebPropertyRef() { return $this->webPropertyRef; } } PK2 Z&,,Uvendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.phpnu[deletionRequestTime = $deletionRequestTime; } public function getDeletionRequestTime() { return $this->deletionRequestTime; } public function setFirebaseProjectId($firebaseProjectId) { $this->firebaseProjectId = $firebaseProjectId; } public function getFirebaseProjectId() { return $this->firebaseProjectId; } /** * @param Google_Service_Analytics_UserDeletionRequestId */ public function setId(Google_Service_Analytics_UserDeletionRequestId $id) { $this->id = $id; } /** * @return Google_Service_Analytics_UserDeletionRequestId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPropertyId($propertyId) { $this->propertyId = $propertyId; } public function getPropertyId() { return $this->propertyId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Zi``Ivendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.phpnu[items = $items; } /** * @return Google_Service_Analytics_Upload[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 Z^Vvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.phpnu[v = $v; } public function getV() { return $this->v; } } PK2 Z,Lvendor/google/apiclient-services/src/Google/Service/Analytics/AccountRef.phpnu[href = $href; } public function getHref() { return $this->href; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Zv( ( Vvendor/google/apiclient-services/src/Google/Service/Analytics/LinkedForeignAccount.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setEligibleForSearch($eligibleForSearch) { $this->eligibleForSearch = $eligibleForSearch; } public function getEligibleForSearch() { return $this->eligibleForSearch; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkedAccountId($linkedAccountId) { $this->linkedAccountId = $linkedAccountId; } public function getLinkedAccountId() { return $this->linkedAccountId; } public function setRemarketingAudienceId($remarketingAudienceId) { $this->remarketingAudienceId = $remarketingAudienceId; } public function getRemarketingAudienceId() { return $this->remarketingAudienceId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Zo Rvendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.phpnu[eventConditions = $eventConditions; } /** * @return Google_Service_Analytics_GoalEventDetailsEventConditions[] */ public function getEventConditions() { return $this->eventConditions; } public function setUseEventValue($useEventValue) { $this->useEventValue = $useEventValue; } public function getUseEventValue() { return $this->useEventValue; } } PK2 ZRU}Xvendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z&̾Tvendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertySummary.phpnu[id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_ProfileSummary[] */ public function setProfiles($profiles) { $this->profiles = $profiles; } /** * @return Google_Service_Analytics_ProfileSummary[] */ public function getProfiles() { return $this->profiles; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK2 Z]VkSvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZZMvendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Analytics_WebpropertyChildLink */ public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $childLink) { $this->childLink = $childLink; } /** * @return Google_Service_Analytics_WebpropertyChildLink */ public function getChildLink() { return $this->childLink; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDataRetentionResetOnNewActivity($dataRetentionResetOnNewActivity) { $this->dataRetentionResetOnNewActivity = $dataRetentionResetOnNewActivity; } public function getDataRetentionResetOnNewActivity() { return $this->dataRetentionResetOnNewActivity; } public function setDataRetentionTtl($dataRetentionTtl) { $this->dataRetentionTtl = $dataRetentionTtl; } public function getDataRetentionTtl() { return $this->dataRetentionTtl; } public function setDefaultProfileId($defaultProfileId) { $this->defaultProfileId = $defaultProfileId; } public function getDefaultProfileId() { return $this->defaultProfileId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIndustryVertical($industryVertical) { $this->industryVertical = $industryVertical; } public function getIndustryVertical() { return $this->industryVertical; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_WebpropertyParentLink */ public function setParentLink(Google_Service_Analytics_WebpropertyParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_WebpropertyParentLink */ public function getParentLink() { return $this->parentLink; } /** * @param Google_Service_Analytics_WebpropertyPermissions */ public function setPermissions(Google_Service_Analytics_WebpropertyPermissions $permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Analytics_WebpropertyPermissions */ public function getPermissions() { return $this->permissions; } public function setProfileCount($profileCount) { $this->profileCount = $profileCount; } public function getProfileCount() { return $this->profileCount; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK2 ZjWWHvendor/google/apiclient-services/src/Google/Service/Analytics/Filter.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Analytics_FilterAdvancedDetails */ public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetails $advancedDetails) { $this->advancedDetails = $advancedDetails; } /** * @return Google_Service_Analytics_FilterAdvancedDetails */ public function getAdvancedDetails() { return $this->advancedDetails; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Analytics_FilterExpression */ public function setExcludeDetails(Google_Service_Analytics_FilterExpression $excludeDetails) { $this->excludeDetails = $excludeDetails; } /** * @return Google_Service_Analytics_FilterExpression */ public function getExcludeDetails() { return $this->excludeDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Analytics_FilterExpression */ public function setIncludeDetails(Google_Service_Analytics_FilterExpression $includeDetails) { $this->includeDetails = $includeDetails; } /** * @return Google_Service_Analytics_FilterExpression */ public function getIncludeDetails() { return $this->includeDetails; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_FilterLowercaseDetails */ public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDetails $lowercaseDetails) { $this->lowercaseDetails = $lowercaseDetails; } /** * @return Google_Service_Analytics_FilterLowercaseDetails */ public function getLowercaseDetails() { return $this->lowercaseDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_FilterParentLink */ public function setParentLink(Google_Service_Analytics_FilterParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_FilterParentLink */ public function getParentLink() { return $this->parentLink; } /** * @param Google_Service_Analytics_FilterSearchAndReplaceDetails */ public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearchAndReplaceDetails $searchAndReplaceDetails) { $this->searchAndReplaceDetails = $searchAndReplaceDetails; } /** * @return Google_Service_Analytics_FilterSearchAndReplaceDetails */ public function getSearchAndReplaceDetails() { return $this->searchAndReplaceDetails; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Analytics_FilterUppercaseDetails */ public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDetails $uppercaseDetails) { $this->uppercaseDetails = $uppercaseDetails; } /** * @return Google_Service_Analytics_FilterUppercaseDetails */ public function getUppercaseDetails() { return $this->uppercaseDetails; } } PK2 Za9Xvendor/google/apiclient-services/src/Google/Service/Analytics/FilterUppercaseDetails.phpnu[field = $field; } public function getField() { return $this->field; } public function setFieldIndex($fieldIndex) { $this->fieldIndex = $fieldIndex; } public function getFieldIndex() { return $this->fieldIndex; } } PK2 ZK GGLvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileRef.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setHref($href) { $this->href = $href; } public function getHref() { return $this->href; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZIvendor/google/apiclient-services/src/Google/Service/Analytics/Segment.phpnu[created = $created; } public function getCreated() { return $this->created; } public function setDefinition($definition) { $this->definition = $definition; } public function getDefinition() { return $this->definition; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK2 ZGQUvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.phpnu[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; } } PK2 ZϼUvendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZfSe[vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.phpnu[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; } } PK2 ZZ__`vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK2 Z`Ivendor/google/apiclient-services/src/Google/Service/Analytics/Profile.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBotFilteringEnabled($botFilteringEnabled) { $this->botFilteringEnabled = $botFilteringEnabled; } public function getBotFilteringEnabled() { return $this->botFilteringEnabled; } /** * @param Google_Service_Analytics_ProfileChildLink */ public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink) { $this->childLink = $childLink; } /** * @return Google_Service_Analytics_ProfileChildLink */ public function getChildLink() { return $this->childLink; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setDefaultPage($defaultPage) { $this->defaultPage = $defaultPage; } public function getDefaultPage() { return $this->defaultPage; } public function setECommerceTracking($eCommerceTracking) { $this->eCommerceTracking = $eCommerceTracking; } public function getECommerceTracking() { return $this->eCommerceTracking; } public function setEnhancedECommerceTracking($enhancedECommerceTracking) { $this->enhancedECommerceTracking = $enhancedECommerceTracking; } public function getEnhancedECommerceTracking() { return $this->enhancedECommerceTracking; } public function setExcludeQueryParameters($excludeQueryParameters) { $this->excludeQueryParameters = $excludeQueryParameters; } public function getExcludeQueryParameters() { return $this->excludeQueryParameters; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_ProfileParentLink */ public function setParentLink(Google_Service_Analytics_ProfileParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_ProfileParentLink */ public function getParentLink() { return $this->parentLink; } /** * @param Google_Service_Analytics_ProfilePermissions */ public function setPermissions(Google_Service_Analytics_ProfilePermissions $permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Analytics_ProfilePermissions */ public function getPermissions() { return $this->permissions; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSiteSearchCategoryParameters($siteSearchCategoryParameters) { $this->siteSearchCategoryParameters = $siteSearchCategoryParameters; } public function getSiteSearchCategoryParameters() { return $this->siteSearchCategoryParameters; } public function setSiteSearchQueryParameters($siteSearchQueryParameters) { $this->siteSearchQueryParameters = $siteSearchQueryParameters; } public function getSiteSearchQueryParameters() { return $this->siteSearchQueryParameters; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } public function setStripSiteSearchCategoryParameters($stripSiteSearchCategoryParameters) { $this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters; } public function getStripSiteSearchCategoryParameters() { return $this->stripSiteSearchCategoryParameters; } public function setStripSiteSearchQueryParameters($stripSiteSearchQueryParameters) { $this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters; } public function getStripSiteSearchQueryParameters() { return $this->stripSiteSearchQueryParameters; } public function setTimezone($timezone) { $this->timezone = $timezone; } public function getTimezone() { return $this->timezone; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK2 ZQXvendor/google/apiclient-services/src/Google/Service/Analytics/FilterLowercaseDetails.phpnu[field = $field; } public function getField() { return $this->field; } public function setFieldIndex($fieldIndex) { $this->fieldIndex = $fieldIndex; } public function getFieldIndex() { return $this->fieldIndex; } } PK2 ZIAW[vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.phpnu[effective = $effective; } public function getEffective() { return $this->effective; } public function setLocal($local) { $this->local = $local; } public function getLocal() { return $this->local; } } PK2 Z2:~~Pvendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertyRef.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setHref($href) { $this->href = $href; } public function getHref() { return $this->href; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 ZPPvendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } /** * @param Google_Service_Analytics_WebPropertySummary[] */ public function setWebProperties($webProperties) { $this->webProperties = $webProperties; } /** * @return Google_Service_Analytics_WebPropertySummary[] */ public function getWebProperties() { return $this->webProperties; } } PK2 ZLLvendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEditableInGaUi($editableInGaUi) { $this->editableInGaUi = $editableInGaUi; } public function getEditableInGaUi() { return $this->editableInGaUi; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEqualWeighting($equalWeighting) { $this->equalWeighting = $equalWeighting; } public function getEqualWeighting() { return $this->equalWeighting; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMinimumExperimentLengthInDays($minimumExperimentLengthInDays) { $this->minimumExperimentLengthInDays = $minimumExperimentLengthInDays; } public function getMinimumExperimentLengthInDays() { return $this->minimumExperimentLengthInDays; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setObjectiveMetric($objectiveMetric) { $this->objectiveMetric = $objectiveMetric; } public function getObjectiveMetric() { return $this->objectiveMetric; } public function setOptimizationType($optimizationType) { $this->optimizationType = $optimizationType; } public function getOptimizationType() { return $this->optimizationType; } /** * @param Google_Service_Analytics_ExperimentParentLink */ public function setParentLink(Google_Service_Analytics_ExperimentParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_ExperimentParentLink */ public function getParentLink() { return $this->parentLink; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setReasonExperimentEnded($reasonExperimentEnded) { $this->reasonExperimentEnded = $reasonExperimentEnded; } public function getReasonExperimentEnded() { return $this->reasonExperimentEnded; } public function setRewriteVariationUrlsAsOriginal($rewriteVariationUrlsAsOriginal) { $this->rewriteVariationUrlsAsOriginal = $rewriteVariationUrlsAsOriginal; } public function getRewriteVariationUrlsAsOriginal() { return $this->rewriteVariationUrlsAsOriginal; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setServingFramework($servingFramework) { $this->servingFramework = $servingFramework; } public function getServingFramework() { return $this->servingFramework; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTrafficCoverage($trafficCoverage) { $this->trafficCoverage = $trafficCoverage; } public function getTrafficCoverage() { return $this->trafficCoverage; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Analytics_ExperimentVariations[] */ public function setVariations($variations) { $this->variations = $variations; } /** * @return Google_Service_Analytics_ExperimentVariations[] */ public function getVariations() { return $this->variations; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } public function setWinnerConfidenceLevel($winnerConfidenceLevel) { $this->winnerConfidenceLevel = $winnerConfidenceLevel; } public function getWinnerConfidenceLevel() { return $this->winnerConfidenceLevel; } public function setWinnerFound($winnerFound) { $this->winnerFound = $winnerFound; } public function getWinnerFound() { return $this->winnerFound; } } PK2 ZS.Tvendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeRequest.phpnu[accountName = $accountName; } public function getAccountName() { return $this->accountName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProfileName($profileName) { $this->profileName = $profileName; } public function getProfileName() { return $this->profileName; } public function setTimezone($timezone) { $this->timezone = $timezone; } public function getTimezone() { return $this->timezone; } public function setWebpropertyName($webpropertyName) { $this->webpropertyName = $webpropertyName; } public function getWebpropertyName() { return $this->webpropertyName; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK2 ZN*Wvendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z|)  Gvendor/google/apiclient-services/src/Google/Service/Analytics/Goals.phpnu[items = $items; } /** * @return Google_Service_Analytics_Goal[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Zlvendor/google/apiclient-services/src/Google/Service/Analytics/AnalyticsDataimportDeleteUploadDataRequest.phpnu[customDataImportUids = $customDataImportUids; } public function getCustomDataImportUids() { return $this->customDataImportUids; } } PK2 Z }}Vvendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setHashedClientId($hashedClientId) { $this->hashedClientId = $hashedClientId; } public function getHashedClientId() { return $this->hashedClientId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Z2TŌTvendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.phpnu[items = $items; } /** * @return Google_Service_Analytics_EntityAdWordsLink[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 ZKIvendor/google/apiclient-services/src/Google/Service/Analytics/Columns.phpnu[attributeNames = $attributeNames; } public function getAttributeNames() { return $this->attributeNames; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Analytics_Column[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Analytics_Column[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 Z.u| | Pvendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.phpnu[entity = $entity; } /** * @return Google_Service_Analytics_EntityUserLinkEntity */ public function getEntity() { return $this->entity; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_EntityUserLinkPermissions */ public function setPermissions(Google_Service_Analytics_EntityUserLinkPermissions $permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Analytics_EntityUserLinkPermissions */ public function getPermissions() { return $this->permissions; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Analytics_UserRef */ public function setUserRef(Google_Service_Analytics_UserRef $userRef) { $this->userRef = $userRef; } /** * @return Google_Service_Analytics_UserRef */ public function getUserRef() { return $this->userRef; } } PK2 ZpvMvendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRows.phpnu[conversionPathValue = $conversionPathValue; } /** * @return Google_Service_Analytics_McfDataRowsConversionPathValue[] */ public function getConversionPathValue() { return $this->conversionPathValue; } public function setPrimitiveValue($primitiveValue) { $this->primitiveValue = $primitiveValue; } public function getPrimitiveValue() { return $this->primitiveValue; } } PK2 ZA[+ + Rvendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummaries.phpnu[items = $items; } /** * @return Google_Service_Analytics_AccountSummary[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z[|WRvendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Analytics_CustomDataSourceChildLink */ public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink) { $this->childLink = $childLink; } /** * @return Google_Service_Analytics_CustomDataSourceChildLink */ public function getChildLink() { return $this->childLink; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setImportBehavior($importBehavior) { $this->importBehavior = $importBehavior; } public function getImportBehavior() { return $this->importBehavior; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_CustomDataSourceParentLink */ public function setParentLink(Google_Service_Analytics_CustomDataSourceParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_CustomDataSourceParentLink */ public function getParentLink() { return $this->parentLink; } public function setProfilesLinked($profilesLinked) { $this->profilesLinked = $profilesLinked; } public function getProfilesLinked() { return $this->profilesLinked; } public function setSchema($schema) { $this->schema = $schema; } public function getSchema() { return $this->schema; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setUploadType($uploadType) { $this->uploadType = $uploadType; } public function getUploadType() { return $this->uploadType; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZWvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $userDeletion = $analyticsService->userDeletion; * */ class Google_Service_Analytics_Resource_UserDeletion extends Google_Service_Resource { } PK2 Za9bvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebproperties.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $webproperties = $analyticsService->webproperties; * */ class Google_Service_Analytics_Resource_ManagementWebproperties extends Google_Service_Resource { /** * Gets a web property to which the user has access. (webproperties.get) * * @param string $accountId Account ID to retrieve the web property for. * @param string $webPropertyId ID to retrieve the web property for. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Webproperty */ public function get($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_Webproperty"); } /** * Create a new property if the account has fewer than 20 properties. Web * properties are visible in the Google Analytics interface only if they have at * least one profile. (webproperties.insert) * * @param string $accountId Account ID to create the web property for. * @param Google_Service_Analytics_Webproperty $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Webproperty */ public function insert($accountId, Google_Service_Analytics_Webproperty $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_Webproperty"); } /** * Lists web properties to which the user has access. * (webproperties.listManagementWebproperties) * * @param string $accountId Account ID to retrieve web properties for. Can * either be a specific account ID or '~all', which refers to all the accounts * that user has access to. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of web properties to include in * this response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_Webproperties */ public function listManagementWebproperties($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Webproperties"); } /** * Updates an existing web property. This method supports patch semantics. * (webproperties.patch) * * @param string $accountId Account ID to which the web property belongs * @param string $webPropertyId Web property ID * @param Google_Service_Analytics_Webproperty $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Webproperty */ public function patch($accountId, $webPropertyId, Google_Service_Analytics_Webproperty $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_Webproperty"); } /** * Updates an existing web property. (webproperties.update) * * @param string $accountId Account ID to which the web property belongs * @param string $webPropertyId Web property ID * @param Google_Service_Analytics_Webproperty $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Webproperty */ public function update($accountId, $webPropertyId, Google_Service_Analytics_Webproperty $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_Webproperty"); } } PK2 Z*evendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDimensions.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $customDimensions = $analyticsService->customDimensions; * */ class Google_Service_Analytics_Resource_ManagementCustomDimensions extends Google_Service_Resource { /** * Get a custom dimension to which the user has access. (customDimensions.get) * * @param string $accountId Account ID for the custom dimension to retrieve. * @param string $webPropertyId Web property ID for the custom dimension to * retrieve. * @param string $customDimensionId The ID of the custom dimension to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_CustomDimension */ public function get($accountId, $webPropertyId, $customDimensionId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_CustomDimension"); } /** * Create a new custom dimension. (customDimensions.insert) * * @param string $accountId Account ID for the custom dimension to create. * @param string $webPropertyId Web property ID for the custom dimension to * create. * @param Google_Service_Analytics_CustomDimension $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_CustomDimension */ public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_CustomDimension"); } /** * Lists custom dimensions to which the user has access. * (customDimensions.listManagementCustomDimensions) * * @param string $accountId Account ID for the custom dimensions to retrieve. * @param string $webPropertyId Web property ID for the custom dimensions to * retrieve. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of custom dimensions to include * in this response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_CustomDimensions */ public function listManagementCustomDimensions($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_CustomDimensions"); } /** * Updates an existing custom dimension. This method supports patch semantics. * (customDimensions.patch) * * @param string $accountId Account ID for the custom dimension to update. * @param string $webPropertyId Web property ID for the custom dimension to * update. * @param string $customDimensionId Custom dimension ID for the custom dimension * to update. * @param Google_Service_Analytics_CustomDimension $postBody * @param array $optParams Optional parameters. * * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any * warnings related to the custom dimension being linked to a custom data source * / data set. * @return Google_Service_Analytics_CustomDimension */ public function patch($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_CustomDimension"); } /** * Updates an existing custom dimension. (customDimensions.update) * * @param string $accountId Account ID for the custom dimension to update. * @param string $webPropertyId Web property ID for the custom dimension to * update. * @param string $customDimensionId Custom dimension ID for the custom dimension * to update. * @param Google_Service_Analytics_CustomDimension $postBody * @param array $optParams Optional parameters. * * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any * warnings related to the custom dimension being linked to a custom data source * / data set. * @return Google_Service_Analytics_CustomDimension */ public function update($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_CustomDimension"); } } PK2 Z\jvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletionUserDeletionRequest.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $userDeletionRequest = $analyticsService->userDeletionRequest; * */ class Google_Service_Analytics_Resource_UserDeletionUserDeletionRequest extends Google_Service_Resource { /** * Insert or update a user deletion requests. (userDeletionRequest.upsert) * * @param Google_Service_Analytics_UserDeletionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_UserDeletionRequest */ public function upsert(Google_Service_Analytics_UserDeletionRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('upsert', array($params), "Google_Service_Analytics_UserDeletionRequest"); } } PK2 Z;;evendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUnsampledReports.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $unsampledReports = $analyticsService->unsampledReports; * */ class Google_Service_Analytics_Resource_ManagementUnsampledReports extends Google_Service_Resource { /** * Deletes an unsampled report. (unsampledReports.delete) * * @param string $accountId Account ID to delete the unsampled report for. * @param string $webPropertyId Web property ID to delete the unsampled reports * for. * @param string $profileId View (Profile) ID to delete the unsampled report * for. * @param string $unsampledReportId ID of the unsampled report to be deleted. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'unsampledReportId' => $unsampledReportId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns a single unsampled report. (unsampledReports.get) * * @param string $accountId Account ID to retrieve unsampled report for. * @param string $webPropertyId Web property ID to retrieve unsampled reports * for. * @param string $profileId View (Profile) ID to retrieve unsampled report for. * @param string $unsampledReportId ID of the unsampled report to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_UnsampledReport */ public function get($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'unsampledReportId' => $unsampledReportId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_UnsampledReport"); } /** * Create a new unsampled report. (unsampledReports.insert) * * @param string $accountId Account ID to create the unsampled report for. * @param string $webPropertyId Web property ID to create the unsampled report * for. * @param string $profileId View (Profile) ID to create the unsampled report * for. * @param Google_Service_Analytics_UnsampledReport $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_UnsampledReport */ public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_UnsampledReport $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_UnsampledReport"); } /** * Lists unsampled reports to which the user has access. * (unsampledReports.listManagementUnsampledReports) * * @param string $accountId Account ID to retrieve unsampled reports for. Must * be a specific account ID, ~all is not supported. * @param string $webPropertyId Web property ID to retrieve unsampled reports * for. Must be a specific web property ID, ~all is not supported. * @param string $profileId View (Profile) ID to retrieve unsampled reports for. * Must be a specific view (profile) ID, ~all is not supported. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of unsampled reports to include * in this response. * @opt_param int start-index An index of the first unsampled report to * retrieve. Use this parameter as a pagination mechanism along with the max- * results parameter. * @return Google_Service_Analytics_UnsampledReports */ public function listManagementUnsampledReports($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_UnsampledReports"); } } PK2 Z+·hvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementRemarketingAudience.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $remarketingAudience = $analyticsService->remarketingAudience; * */ class Google_Service_Analytics_Resource_ManagementRemarketingAudience extends Google_Service_Resource { /** * Delete a remarketing audience. (remarketingAudience.delete) * * @param string $accountId Account ID to which the remarketing audience * belongs. * @param string $webPropertyId Web property ID to which the remarketing * audience belongs. * @param string $remarketingAudienceId The ID of the remarketing audience to * delete. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $remarketingAudienceId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a remarketing audience to which the user has access. * (remarketingAudience.get) * * @param string $accountId The account ID of the remarketing audience to * retrieve. * @param string $webPropertyId The web property ID of the remarketing audience * to retrieve. * @param string $remarketingAudienceId The ID of the remarketing audience to * retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_RemarketingAudience */ public function get($accountId, $webPropertyId, $remarketingAudienceId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_RemarketingAudience"); } /** * Creates a new remarketing audience. (remarketingAudience.insert) * * @param string $accountId The account ID for which to create the remarketing * audience. * @param string $webPropertyId Web property ID for which to create the * remarketing audience. * @param Google_Service_Analytics_RemarketingAudience $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_RemarketingAudience */ public function insert($accountId, $webPropertyId, Google_Service_Analytics_RemarketingAudience $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_RemarketingAudience"); } /** * Lists remarketing audiences to which the user has access. * (remarketingAudience.listManagementRemarketingAudience) * * @param string $accountId The account ID of the remarketing audiences to * retrieve. * @param string $webPropertyId The web property ID of the remarketing audiences * to retrieve. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of remarketing audiences to * include in this response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @opt_param string type * @return Google_Service_Analytics_RemarketingAudiences */ public function listManagementRemarketingAudience($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_RemarketingAudiences"); } /** * Updates an existing remarketing audience. This method supports patch * semantics. (remarketingAudience.patch) * * @param string $accountId The account ID of the remarketing audience to * update. * @param string $webPropertyId The web property ID of the remarketing audience * to update. * @param string $remarketingAudienceId The ID of the remarketing audience to * update. * @param Google_Service_Analytics_RemarketingAudience $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_RemarketingAudience */ public function patch($accountId, $webPropertyId, $remarketingAudienceId, Google_Service_Analytics_RemarketingAudience $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_RemarketingAudience"); } /** * Updates an existing remarketing audience. (remarketingAudience.update) * * @param string $accountId The account ID of the remarketing audience to * update. * @param string $webPropertyId The web property ID of the remarketing audience * to update. * @param string $remarketingAudienceId The ID of the remarketing audience to * update. * @param Google_Service_Analytics_RemarketingAudience $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_RemarketingAudience */ public function update($accountId, $webPropertyId, $remarketingAudienceId, Google_Service_Analytics_RemarketingAudience $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_RemarketingAudience"); } } PK2 Zoi]vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $clientId = $analyticsService->clientId; * */ class Google_Service_Analytics_Resource_ManagementClientId extends Google_Service_Resource { /** * Hashes the given Client ID. (clientId.hashClientId) * * @param Google_Service_Analytics_HashClientIdRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_HashClientIdResponse */ public function hashClientId(Google_Service_Analytics_HashClientIdRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('hashClientId', array($params), "Google_Service_Analytics_HashClientIdResponse"); } } PK2 ZmH\vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUploads.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $uploads = $analyticsService->uploads; * */ class Google_Service_Analytics_Resource_ManagementUploads extends Google_Service_Resource { /** * Delete data associated with a previous upload. (uploads.deleteUploadData) * * @param string $accountId Account Id for the uploads to be deleted. * @param string $webPropertyId Web property Id for the uploads to be deleted. * @param string $customDataSourceId Custom data source Id for the uploads to be * deleted. * @param Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest $postBody * @param array $optParams Optional parameters. */ public function deleteUploadData($accountId, $webPropertyId, $customDataSourceId, Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteUploadData', array($params)); } /** * List uploads to which the user has access. (uploads.get) * * @param string $accountId Account Id for the upload to retrieve. * @param string $webPropertyId Web property Id for the upload to retrieve. * @param string $customDataSourceId Custom data source Id for upload to * retrieve. * @param string $uploadId Upload Id to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Upload */ public function get($accountId, $webPropertyId, $customDataSourceId, $uploadId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'uploadId' => $uploadId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_Upload"); } /** * List uploads to which the user has access. (uploads.listManagementUploads) * * @param string $accountId Account Id for the uploads to retrieve. * @param string $webPropertyId Web property Id for the uploads to retrieve. * @param string $customDataSourceId Custom data source Id for uploads to * retrieve. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of uploads to include in this * response. * @opt_param int start-index A 1-based index of the first upload to retrieve. * Use this parameter as a pagination mechanism along with the max-results * parameter. * @return Google_Service_Analytics_Uploads */ public function listManagementUploads($accountId, $webPropertyId, $customDataSourceId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Uploads"); } /** * Upload data for a custom data source. (uploads.uploadData) * * @param string $accountId Account Id associated with the upload. * @param string $webPropertyId Web property UA-string associated with the * upload. * @param string $customDataSourceId Custom data source Id to which the data * being uploaded belongs. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Upload */ public function uploadData($accountId, $webPropertyId, $customDataSourceId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId); $params = array_merge($params, $optParams); return $this->call('uploadData', array($params), "Google_Service_Analytics_Upload"); } } PK2 ZV\vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementFilters.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $filters = $analyticsService->filters; * */ class Google_Service_Analytics_Resource_ManagementFilters extends Google_Service_Resource { /** * Delete a filter. (filters.delete) * * @param string $accountId Account ID to delete the filter for. * @param string $filterId ID of the filter to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Filter */ public function delete($accountId, $filterId, $optParams = array()) { $params = array('accountId' => $accountId, 'filterId' => $filterId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Analytics_Filter"); } /** * Returns filters to which the user has access. (filters.get) * * @param string $accountId Account ID to retrieve filters for. * @param string $filterId Filter ID to retrieve filters for. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Filter */ public function get($accountId, $filterId, $optParams = array()) { $params = array('accountId' => $accountId, 'filterId' => $filterId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_Filter"); } /** * Create a new filter. (filters.insert) * * @param string $accountId Account ID to create filter for. * @param Google_Service_Analytics_Filter $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Filter */ public function insert($accountId, Google_Service_Analytics_Filter $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_Filter"); } /** * Lists all filters for an account (filters.listManagementFilters) * * @param string $accountId Account ID to retrieve filters for. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of filters to include in this * response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_Filters */ public function listManagementFilters($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Filters"); } /** * Updates an existing filter. This method supports patch semantics. * (filters.patch) * * @param string $accountId Account ID to which the filter belongs. * @param string $filterId ID of the filter to be updated. * @param Google_Service_Analytics_Filter $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Filter */ public function patch($accountId, $filterId, Google_Service_Analytics_Filter $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_Filter"); } /** * Updates an existing filter. (filters.update) * * @param string $accountId Account ID to which the filter belongs. * @param string $filterId ID of the filter to be updated. * @param Google_Service_Analytics_Filter $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Filter */ public function update($accountId, $filterId, Google_Service_Analytics_Filter $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_Filter"); } } PK2 Za@ @ Qvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataGa.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $ga = $analyticsService->ga; * */ class Google_Service_Analytics_Resource_DataGa extends Google_Service_Resource { /** * Returns Analytics data for a view (profile). (ga.get) * * @param string $ids Unique table ID for retrieving Analytics data. Table ID is * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. * @param string $startDate Start date for fetching Analytics data. Requests can * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., * today, yesterday, or 7daysAgo). The default value is 7daysAgo. * @param string $endDate End date for fetching Analytics data. Request can * should specify an end date formatted as YYYY-MM-DD, or as a relative date * (e.g., today, yesterday, or 7daysAgo). The default value is yesterday. * @param string $metrics A comma-separated list of Analytics metrics. E.g., * 'ga:sessions,ga:pageviews'. At least one metric must be specified. * @param array $optParams Optional parameters. * * @opt_param string dimensions A comma-separated list of Analytics dimensions. * E.g., 'ga:browser,ga:city'. * @opt_param string filters A comma-separated list of dimension or metric * filters to be applied to Analytics data. * @opt_param bool include-empty-rows The response will include empty rows if * this parameter is set to true, the default is true * @opt_param int max-results The maximum number of entries to include in this * feed. * @opt_param string output The selected format for the response. Default format * is JSON. * @opt_param string samplingLevel The desired sampling level. * @opt_param string segment An Analytics segment to be applied to data. * @opt_param string sort A comma-separated list of dimensions or metrics that * determine the sort order for Analytics data. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_GaData */ public function get($ids, $startDate, $endDate, $metrics, $optParams = array()) { $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_GaData"); } } PK2 ZܒWvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Provisioning.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $provisioning = $analyticsService->provisioning; * */ class Google_Service_Analytics_Resource_Provisioning extends Google_Service_Resource { /** * Creates an account ticket. (provisioning.createAccountTicket) * * @param Google_Service_Analytics_AccountTicket $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_AccountTicket */ public function createAccountTicket(Google_Service_Analytics_AccountTicket $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createAccountTicket', array($params), "Google_Service_Analytics_AccountTicket"); } /** * Provision account. (provisioning.createAccountTree) * * @param Google_Service_Analytics_AccountTreeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_AccountTreeResponse */ public function createAccountTree(Google_Service_Analytics_AccountTreeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createAccountTree', array($params), "Google_Service_Analytics_AccountTreeResponse"); } } PK2 Zivendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebpropertyUserLinks.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $webpropertyUserLinks = $analyticsService->webpropertyUserLinks; * */ class Google_Service_Analytics_Resource_ManagementWebpropertyUserLinks extends Google_Service_Resource { /** * Removes a user from the given web property. (webpropertyUserLinks.delete) * * @param string $accountId Account ID to delete the user link for. * @param string $webPropertyId Web Property ID to delete the user link for. * @param string $linkId Link ID to delete the user link for. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $linkId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Adds a new user to the given web property. (webpropertyUserLinks.insert) * * @param string $accountId Account ID to create the user link for. * @param string $webPropertyId Web Property ID to create the user link for. * @param Google_Service_Analytics_EntityUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityUserLink */ public function insert($accountId, $webPropertyId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink"); } /** * Lists webProperty-user links for a given web property. * (webpropertyUserLinks.listManagementWebpropertyUserLinks) * * @param string $accountId Account ID which the given web property belongs to. * @param string $webPropertyId Web Property ID for the webProperty-user links * to retrieve. Can either be a specific web property ID or '~all', which refers * to all the web properties that user has access to. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of webProperty-user Links to * include in this response. * @opt_param int start-index An index of the first webProperty-user link to * retrieve. Use this parameter as a pagination mechanism along with the max- * results parameter. * @return Google_Service_Analytics_EntityUserLinks */ public function listManagementWebpropertyUserLinks($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks"); } /** * Updates permissions for an existing user on the given web property. * (webpropertyUserLinks.update) * * @param string $accountId Account ID to update the account-user link for. * @param string $webPropertyId Web property ID to update the account-user link * for. * @param string $linkId Link ID to update the account-user link for. * @param Google_Service_Analytics_EntityUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityUserLink */ public function update($accountId, $webPropertyId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink"); } } PK2 ZzZvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/MetadataColumns.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $columns = $analyticsService->columns; * */ class Google_Service_Analytics_Resource_MetadataColumns extends Google_Service_Resource { /** * Lists all columns for a report type (columns.listMetadataColumns) * * @param string $reportType Report type. Allowed Values: 'ga'. Where 'ga' * corresponds to the Core Reporting API * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Columns */ public function listMetadataColumns($reportType, $optParams = array()) { $params = array('reportType' => $reportType); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Columns"); } } PK2 Z#Levendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountSummaries.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $accountSummaries = $analyticsService->accountSummaries; * */ class Google_Service_Analytics_Resource_ManagementAccountSummaries extends Google_Service_Resource { /** * Lists account summaries (lightweight tree comprised of * accounts/properties/profiles) to which the user has access. * (accountSummaries.listManagementAccountSummaries) * * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of account summaries to include * in this response, where the largest acceptable value is 1000. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_AccountSummaries */ public function listManagementAccountSummaries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_AccountSummaries"); } } PK2 ZA]vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfiles.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $profiles = $analyticsService->profiles; * */ class Google_Service_Analytics_Resource_ManagementProfiles extends Google_Service_Resource { /** * Deletes a view (profile). (profiles.delete) * * @param string $accountId Account ID to delete the view (profile) for. * @param string $webPropertyId Web property ID to delete the view (profile) * for. * @param string $profileId ID of the view (profile) to be deleted. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a view (profile) to which the user has access. (profiles.get) * * @param string $accountId Account ID to retrieve the view (profile) for. * @param string $webPropertyId Web property ID to retrieve the view (profile) * for. * @param string $profileId View (Profile) ID to retrieve the view (profile) * for. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Profile */ public function get($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_Profile"); } /** * Create a new view (profile). (profiles.insert) * * @param string $accountId Account ID to create the view (profile) for. * @param string $webPropertyId Web property ID to create the view (profile) * for. * @param Google_Service_Analytics_Profile $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Profile */ public function insert($accountId, $webPropertyId, Google_Service_Analytics_Profile $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_Profile"); } /** * Lists views (profiles) to which the user has access. * (profiles.listManagementProfiles) * * @param string $accountId Account ID for the view (profiles) to retrieve. Can * either be a specific account ID or '~all', which refers to all the accounts * to which the user has access. * @param string $webPropertyId Web property ID for the views (profiles) to * retrieve. Can either be a specific web property ID or '~all', which refers to * all the web properties to which the user has access. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of views (profiles) to include * in this response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_Profiles */ public function listManagementProfiles($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Profiles"); } /** * Updates an existing view (profile). This method supports patch semantics. * (profiles.patch) * * @param string $accountId Account ID to which the view (profile) belongs * @param string $webPropertyId Web property ID to which the view (profile) * belongs * @param string $profileId ID of the view (profile) to be updated. * @param Google_Service_Analytics_Profile $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Profile */ public function patch($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_Profile"); } /** * Updates an existing view (profile). (profiles.update) * * @param string $accountId Account ID to which the view (profile) belongs * @param string $webPropertyId Web property ID to which the view (profile) * belongs * @param string $profileId ID of the view (profile) to be updated. * @param Google_Service_Analytics_Profile $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Profile */ public function update($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_Profile"); } } PK2 Z[,,gvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileFilterLinks.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $profileFilterLinks = $analyticsService->profileFilterLinks; * */ class Google_Service_Analytics_Resource_ManagementProfileFilterLinks extends Google_Service_Resource { /** * Delete a profile filter link. (profileFilterLinks.delete) * * @param string $accountId Account ID to which the profile filter link belongs. * @param string $webPropertyId Web property Id to which the profile filter link * belongs. * @param string $profileId Profile ID to which the filter link belongs. * @param string $linkId ID of the profile filter link to delete. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns a single profile filter link. (profileFilterLinks.get) * * @param string $accountId Account ID to retrieve profile filter link for. * @param string $webPropertyId Web property Id to retrieve profile filter link * for. * @param string $profileId Profile ID to retrieve filter link for. * @param string $linkId ID of the profile filter link. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_ProfileFilterLink */ public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_ProfileFilterLink"); } /** * Create a new profile filter link. (profileFilterLinks.insert) * * @param string $accountId Account ID to create profile filter link for. * @param string $webPropertyId Web property Id to create profile filter link * for. * @param string $profileId Profile ID to create filter link for. * @param Google_Service_Analytics_ProfileFilterLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_ProfileFilterLink */ public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_ProfileFilterLink"); } /** * Lists all profile filter links for a profile. * (profileFilterLinks.listManagementProfileFilterLinks) * * @param string $accountId Account ID to retrieve profile filter links for. * @param string $webPropertyId Web property Id for profile filter links for. * Can either be a specific web property ID or '~all', which refers to all the * web properties that user has access to. * @param string $profileId Profile ID to retrieve filter links for. Can either * be a specific profile ID or '~all', which refers to all the profiles that * user has access to. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of profile filter links to * include in this response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_ProfileFilterLinks */ public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_ProfileFilterLinks"); } /** * Update an existing profile filter link. This method supports patch semantics. * (profileFilterLinks.patch) * * @param string $accountId Account ID to which profile filter link belongs. * @param string $webPropertyId Web property Id to which profile filter link * belongs * @param string $profileId Profile ID to which filter link belongs * @param string $linkId ID of the profile filter link to be updated. * @param Google_Service_Analytics_ProfileFilterLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_ProfileFilterLink */ public function patch($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_ProfileFilterLink"); } /** * Update an existing profile filter link. (profileFilterLinks.update) * * @param string $accountId Account ID to which profile filter link belongs. * @param string $webPropertyId Web property Id to which profile filter link * belongs * @param string $profileId Profile ID to which filter link belongs * @param string $linkId ID of the profile filter link to be updated. * @param Google_Service_Analytics_ProfileFilterLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_ProfileFilterLink */ public function update($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_ProfileFilterLink"); } } PK2 Zʯ<<]vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccounts.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $accounts = $analyticsService->accounts; * */ class Google_Service_Analytics_Resource_ManagementAccounts extends Google_Service_Resource { /** * Lists all accounts to which the user has access. * (accounts.listManagementAccounts) * * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of accounts to include in this * response. * @opt_param int start-index An index of the first account to retrieve. Use * this parameter as a pagination mechanism along with the max-results * parameter. * @return Google_Service_Analytics_Accounts */ public function listManagementAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Accounts"); } } PK2 Z-rrSvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Metadata.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $metadata = $analyticsService->metadata; * */ class Google_Service_Analytics_Resource_Metadata extends Google_Service_Resource { } PK2 Z%3!JJZvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementGoals.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $goals = $analyticsService->goals; * */ class Google_Service_Analytics_Resource_ManagementGoals extends Google_Service_Resource { /** * Gets a goal to which the user has access. (goals.get) * * @param string $accountId Account ID to retrieve the goal for. * @param string $webPropertyId Web property ID to retrieve the goal for. * @param string $profileId View (Profile) ID to retrieve the goal for. * @param string $goalId Goal ID to retrieve the goal for. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Goal */ public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_Goal"); } /** * Create a new goal. (goals.insert) * * @param string $accountId Account ID to create the goal for. * @param string $webPropertyId Web property ID to create the goal for. * @param string $profileId View (Profile) ID to create the goal for. * @param Google_Service_Analytics_Goal $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Goal */ public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Goal $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_Goal"); } /** * Lists goals to which the user has access. (goals.listManagementGoals) * * @param string $accountId Account ID to retrieve goals for. Can either be a * specific account ID or '~all', which refers to all the accounts that user has * access to. * @param string $webPropertyId Web property ID to retrieve goals for. Can * either be a specific web property ID or '~all', which refers to all the web * properties that user has access to. * @param string $profileId View (Profile) ID to retrieve goals for. Can either * be a specific view (profile) ID or '~all', which refers to all the views * (profiles) that user has access to. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of goals to include in this * response. * @opt_param int start-index An index of the first goal to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_Goals */ public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Goals"); } /** * Updates an existing goal. This method supports patch semantics. (goals.patch) * * @param string $accountId Account ID to update the goal. * @param string $webPropertyId Web property ID to update the goal. * @param string $profileId View (Profile) ID to update the goal. * @param string $goalId Index of the goal to be updated. * @param Google_Service_Analytics_Goal $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Goal */ public function patch($accountId, $webPropertyId, $profileId, $goalId, Google_Service_Analytics_Goal $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_Goal"); } /** * Updates an existing goal. (goals.update) * * @param string $accountId Account ID to update the goal. * @param string $webPropertyId Web property ID to update the goal. * @param string $profileId View (Profile) ID to update the goal. * @param string $goalId Index of the goal to be updated. * @param Google_Service_Analytics_Goal $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Goal */ public function update($accountId, $webPropertyId, $profileId, $goalId, Google_Service_Analytics_Goal $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_Goal"); } } PK2 Zgp2evendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountUserLinks.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $accountUserLinks = $analyticsService->accountUserLinks; * */ class Google_Service_Analytics_Resource_ManagementAccountUserLinks extends Google_Service_Resource { /** * Removes a user from the given account. (accountUserLinks.delete) * * @param string $accountId Account ID to delete the user link for. * @param string $linkId Link ID to delete the user link for. * @param array $optParams Optional parameters. */ public function delete($accountId, $linkId, $optParams = array()) { $params = array('accountId' => $accountId, 'linkId' => $linkId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Adds a new user to the given account. (accountUserLinks.insert) * * @param string $accountId Account ID to create the user link for. * @param Google_Service_Analytics_EntityUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityUserLink */ public function insert($accountId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink"); } /** * Lists account-user links for a given account. * (accountUserLinks.listManagementAccountUserLinks) * * @param string $accountId Account ID to retrieve the user links for. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of account-user links to * include in this response. * @opt_param int start-index An index of the first account-user link to * retrieve. Use this parameter as a pagination mechanism along with the max- * results parameter. * @return Google_Service_Analytics_EntityUserLinks */ public function listManagementAccountUserLinks($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks"); } /** * Updates permissions for an existing user on the given account. * (accountUserLinks.update) * * @param string $accountId Account ID to update the account-user link for. * @param string $linkId Link ID to update the account-user link for. * @param Google_Service_Analytics_EntityUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityUserLink */ public function update($accountId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'linkId' => $linkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink"); } } PK2 ZQ'fvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDataSources.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $customDataSources = $analyticsService->customDataSources; * */ class Google_Service_Analytics_Resource_ManagementCustomDataSources extends Google_Service_Resource { /** * List custom data sources to which the user has access. * (customDataSources.listManagementCustomDataSources) * * @param string $accountId Account Id for the custom data sources to retrieve. * @param string $webPropertyId Web property Id for the custom data sources to * retrieve. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of custom data sources to * include in this response. * @opt_param int start-index A 1-based index of the first custom data source to * retrieve. Use this parameter as a pagination mechanism along with the max- * results parameter. * @return Google_Service_Analytics_CustomDataSources */ public function listManagementCustomDataSources($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_CustomDataSources"); } } PK2 Zpf` ` Rvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataMcf.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $mcf = $analyticsService->mcf; * */ class Google_Service_Analytics_Resource_DataMcf extends Google_Service_Resource { /** * Returns Analytics Multi-Channel Funnels data for a view (profile). (mcf.get) * * @param string $ids Unique table ID for retrieving Analytics data. Table ID is * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. * @param string $startDate Start date for fetching Analytics data. Requests can * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., * today, yesterday, or 7daysAgo). The default value is 7daysAgo. * @param string $endDate End date for fetching Analytics data. Requests can * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., * today, yesterday, or 7daysAgo). The default value is 7daysAgo. * @param string $metrics A comma-separated list of Multi-Channel Funnels * metrics. E.g., 'mcf:totalConversions,mcf:totalConversionValue'. At least one * metric must be specified. * @param array $optParams Optional parameters. * * @opt_param string dimensions A comma-separated list of Multi-Channel Funnels * dimensions. E.g., 'mcf:source,mcf:medium'. * @opt_param string filters A comma-separated list of dimension or metric * filters to be applied to the Analytics data. * @opt_param int max-results The maximum number of entries to include in this * feed. * @opt_param string samplingLevel The desired sampling level. * @opt_param string sort A comma-separated list of dimensions or metrics that * determine the sort order for the Analytics data. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_McfData */ public function get($ids, $startDate, $endDate, $metrics, $optParams = array()) { $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_McfData"); } } PK2 Z'bbOvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $data = $analyticsService->data; * */ class Google_Service_Analytics_Resource_Data extends Google_Service_Resource { } PK2 Z 88]vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $segments = $analyticsService->segments; * */ class Google_Service_Analytics_Resource_ManagementSegments extends Google_Service_Resource { /** * Lists segments to which the user has access. * (segments.listManagementSegments) * * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of segments to include in this * response. * @opt_param int start-index An index of the first segment to retrieve. Use * this parameter as a pagination mechanism along with the max-results * parameter. * @return Google_Service_Analytics_Segments */ public function listManagementSegments($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Segments"); } } PK2 Z't..Wvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataRealtime.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $realtime = $analyticsService->realtime; * */ class Google_Service_Analytics_Resource_DataRealtime extends Google_Service_Resource { /** * Returns real time data for a view (profile). (realtime.get) * * @param string $ids Unique table ID for retrieving real time data. Table ID is * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. * @param string $metrics A comma-separated list of real time metrics. E.g., * 'rt:activeUsers'. At least one metric must be specified. * @param array $optParams Optional parameters. * * @opt_param string dimensions A comma-separated list of real time dimensions. * E.g., 'rt:medium,rt:city'. * @opt_param string filters A comma-separated list of dimension or metric * filters to be applied to real time data. * @opt_param int max-results The maximum number of entries to include in this * feed. * @opt_param string sort A comma-separated list of dimensions or metrics that * determine the sort order for real time data. * @return Google_Service_Analytics_RealtimeData */ public function get($ids, $metrics, $optParams = array()) { $params = array('ids' => $ids, 'metrics' => $metrics); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_RealtimeData"); } } PK2 ZKvQQbvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomMetrics.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $customMetrics = $analyticsService->customMetrics; * */ class Google_Service_Analytics_Resource_ManagementCustomMetrics extends Google_Service_Resource { /** * Get a custom metric to which the user has access. (customMetrics.get) * * @param string $accountId Account ID for the custom metric to retrieve. * @param string $webPropertyId Web property ID for the custom metric to * retrieve. * @param string $customMetricId The ID of the custom metric to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_CustomMetric */ public function get($accountId, $webPropertyId, $customMetricId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_CustomMetric"); } /** * Create a new custom metric. (customMetrics.insert) * * @param string $accountId Account ID for the custom metric to create. * @param string $webPropertyId Web property ID for the custom dimension to * create. * @param Google_Service_Analytics_CustomMetric $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_CustomMetric */ public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_CustomMetric"); } /** * Lists custom metrics to which the user has access. * (customMetrics.listManagementCustomMetrics) * * @param string $accountId Account ID for the custom metrics to retrieve. * @param string $webPropertyId Web property ID for the custom metrics to * retrieve. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of custom metrics to include in * this response. * @opt_param int start-index An index of the first entity to retrieve. Use this * parameter as a pagination mechanism along with the max-results parameter. * @return Google_Service_Analytics_CustomMetrics */ public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_CustomMetrics"); } /** * Updates an existing custom metric. This method supports patch semantics. * (customMetrics.patch) * * @param string $accountId Account ID for the custom metric to update. * @param string $webPropertyId Web property ID for the custom metric to update. * @param string $customMetricId Custom metric ID for the custom metric to * update. * @param Google_Service_Analytics_CustomMetric $postBody * @param array $optParams Optional parameters. * * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any * warnings related to the custom metric being linked to a custom data source / * data set. * @return Google_Service_Analytics_CustomMetric */ public function patch($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_CustomMetric"); } /** * Updates an existing custom metric. (customMetrics.update) * * @param string $accountId Account ID for the custom metric to update. * @param string $webPropertyId Web property ID for the custom metric to update. * @param string $customMetricId Custom metric ID for the custom metric to * update. * @param Google_Service_Analytics_CustomMetric $postBody * @param array $optParams Optional parameters. * * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any * warnings related to the custom metric being linked to a custom data source / * data set. * @return Google_Service_Analytics_CustomMetric */ public function update($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_CustomMetric"); } } PK2 Zw*zzUvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Management.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $management = $analyticsService->management; * */ class Google_Service_Analytics_Resource_Management extends Google_Service_Resource { } PK2 ZOlvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebPropertyAdWordsLinks.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $webPropertyAdWordsLinks = $analyticsService->webPropertyAdWordsLinks; * */ class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extends Google_Service_Resource { /** * Deletes a web property-Google Ads link. (webPropertyAdWordsLinks.delete) * * @param string $accountId ID of the account which the given web property * belongs to. * @param string $webPropertyId Web property ID to delete the Google Ads link * for. * @param string $webPropertyAdWordsLinkId Web property Google Ads link ID. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns a web property-Google Ads link to which the user has access. * (webPropertyAdWordsLinks.get) * * @param string $accountId ID of the account which the given web property * belongs to. * @param string $webPropertyId Web property ID to retrieve the Google Ads link * for. * @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityAdWordsLink */ public function get($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink"); } /** * Creates a webProperty-Google Ads link. (webPropertyAdWordsLinks.insert) * * @param string $accountId ID of the Google Analytics account to create the * link for. * @param string $webPropertyId Web property ID to create the link for. * @param Google_Service_Analytics_EntityAdWordsLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityAdWordsLink */ public function insert($accountId, $webPropertyId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink"); } /** * Lists webProperty-Google Ads links for a given web property. * (webPropertyAdWordsLinks.listManagementWebPropertyAdWordsLinks) * * @param string $accountId ID of the account which the given web property * belongs to. * @param string $webPropertyId Web property ID to retrieve the Google Ads links * for. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of webProperty-Google Ads links * to include in this response. * @opt_param int start-index An index of the first webProperty-Google Ads link * to retrieve. Use this parameter as a pagination mechanism along with the max- * results parameter. * @return Google_Service_Analytics_EntityAdWordsLinks */ public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks"); } /** * Updates an existing webProperty-Google Ads link. This method supports patch * semantics. (webPropertyAdWordsLinks.patch) * * @param string $accountId ID of the account which the given web property * belongs to. * @param string $webPropertyId Web property ID to retrieve the Google Ads link * for. * @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID. * @param Google_Service_Analytics_EntityAdWordsLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityAdWordsLink */ public function patch($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink"); } /** * Updates an existing webProperty-Google Ads link. * (webPropertyAdWordsLinks.update) * * @param string $accountId ID of the account which the given web property * belongs to. * @param string $webPropertyId Web property ID to retrieve the Google Ads link * for. * @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID. * @param Google_Service_Analytics_EntityAdWordsLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityAdWordsLink */ public function update($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_EntityAdWordsLink"); } } PK2 ZC`vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementExperiments.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $experiments = $analyticsService->experiments; * */ class Google_Service_Analytics_Resource_ManagementExperiments extends Google_Service_Resource { /** * Delete an experiment. (experiments.delete) * * @param string $accountId Account ID to which the experiment belongs * @param string $webPropertyId Web property ID to which the experiment belongs * @param string $profileId View (Profile) ID to which the experiment belongs * @param string $experimentId ID of the experiment to delete * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns an experiment to which the user has access. (experiments.get) * * @param string $accountId Account ID to retrieve the experiment for. * @param string $webPropertyId Web property ID to retrieve the experiment for. * @param string $profileId View (Profile) ID to retrieve the experiment for. * @param string $experimentId Experiment ID to retrieve the experiment for. * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Experiment */ public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Analytics_Experiment"); } /** * Create a new experiment. (experiments.insert) * * @param string $accountId Account ID to create the experiment for. * @param string $webPropertyId Web property ID to create the experiment for. * @param string $profileId View (Profile) ID to create the experiment for. * @param Google_Service_Analytics_Experiment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Experiment */ public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Experiment $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_Experiment"); } /** * Lists experiments to which the user has access. * (experiments.listManagementExperiments) * * @param string $accountId Account ID to retrieve experiments for. * @param string $webPropertyId Web property ID to retrieve experiments for. * @param string $profileId View (Profile) ID to retrieve experiments for. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of experiments to include in * this response. * @opt_param int start-index An index of the first experiment to retrieve. Use * this parameter as a pagination mechanism along with the max-results * parameter. * @return Google_Service_Analytics_Experiments */ public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_Experiments"); } /** * Update an existing experiment. This method supports patch semantics. * (experiments.patch) * * @param string $accountId Account ID of the experiment to update. * @param string $webPropertyId Web property ID of the experiment to update. * @param string $profileId View (Profile) ID of the experiment to update. * @param string $experimentId Experiment ID of the experiment to update. * @param Google_Service_Analytics_Experiment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Experiment */ public function patch($accountId, $webPropertyId, $profileId, $experimentId, Google_Service_Analytics_Experiment $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Analytics_Experiment"); } /** * Update an existing experiment. (experiments.update) * * @param string $accountId Account ID of the experiment to update. * @param string $webPropertyId Web property ID of the experiment to update. * @param string $profileId View (Profile) ID of the experiment to update. * @param string $experimentId Experiment ID of the experiment to update. * @param Google_Service_Analytics_Experiment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_Experiment */ public function update($accountId, $webPropertyId, $profileId, $experimentId, Google_Service_Analytics_Experiment $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_Experiment"); } } PK2 Z(ߨevendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileUserLinks.phpnu[ * $analyticsService = new Google_Service_Analytics(...); * $profileUserLinks = $analyticsService->profileUserLinks; * */ class Google_Service_Analytics_Resource_ManagementProfileUserLinks extends Google_Service_Resource { /** * Removes a user from the given view (profile). (profileUserLinks.delete) * * @param string $accountId Account ID to delete the user link for. * @param string $webPropertyId Web Property ID to delete the user link for. * @param string $profileId View (Profile) ID to delete the user link for. * @param string $linkId Link ID to delete the user link for. * @param array $optParams Optional parameters. */ public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Adds a new user to the given view (profile). (profileUserLinks.insert) * * @param string $accountId Account ID to create the user link for. * @param string $webPropertyId Web Property ID to create the user link for. * @param string $profileId View (Profile) ID to create the user link for. * @param Google_Service_Analytics_EntityUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityUserLink */ public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink"); } /** * Lists profile-user links for a given view (profile). * (profileUserLinks.listManagementProfileUserLinks) * * @param string $accountId Account ID which the given view (profile) belongs * to. * @param string $webPropertyId Web Property ID which the given view (profile) * belongs to. Can either be a specific web property ID or '~all', which refers * to all the web properties that user has access to. * @param string $profileId View (Profile) ID to retrieve the profile-user links * for. Can either be a specific profile ID or '~all', which refers to all the * profiles that user has access to. * @param array $optParams Optional parameters. * * @opt_param int max-results The maximum number of profile-user links to * include in this response. * @opt_param int start-index An index of the first profile-user link to * retrieve. Use this parameter as a pagination mechanism along with the max- * results parameter. * @return Google_Service_Analytics_EntityUserLinks */ public function listManagementProfileUserLinks($accountId, $webPropertyId, $profileId, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks"); } /** * Updates permissions for an existing user on the given view (profile). * (profileUserLinks.update) * * @param string $accountId Account ID to update the user link for. * @param string $webPropertyId Web Property ID to update the user link for. * @param string $profileId View (Profile ID) to update the user link for. * @param string $linkId Link ID to update the user link for. * @param Google_Service_Analytics_EntityUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_Analytics_EntityUserLink */ public function update($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink"); } } PK2 ZvbbHvendor/google/apiclient-services/src/Google/Service/Analytics/Upload.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setCustomDataSourceId($customDataSourceId) { $this->customDataSourceId = $customDataSourceId; } public function getCustomDataSourceId() { return $this->customDataSourceId; } public function setErrors($errors) { $this->errors = $errors; } public function getErrors() { return $this->errors; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUploadTime($uploadTime) { $this->uploadTime = $uploadTime; } public function getUploadTime() { return $this->uploadTime; } } PK2 ZOlvendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.phpnu[bucketId = $bucketId; } public function getBucketId() { return $this->bucketId; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK2 Zpo5GU U Qvendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_CustomDimensionParentLink */ public function setParentLink(Google_Service_Analytics_CustomDimensionParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_CustomDimensionParentLink */ public function getParentLink() { return $this->parentLink; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Zx\vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z^00Uvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRows.phpnu[c = $c; } /** * @return Google_Service_Analytics_GaDataDataTableRowsC[] */ public function getC() { return $this->c; } } PK2 ZgfTvendor/google/apiclient-services/src/Google/Service/Analytics/ProfilePermissions.phpnu[effective = $effective; } public function getEffective() { return $this->effective; } } PK2 Z4)U6 6 Tvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.phpnu[items = $items; } /** * @return Google_Service_Analytics_ProfileFilterLink[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z,kkevendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportDriveDownloadDetails.phpnu[documentId = $documentId; } public function getDocumentId() { return $this->documentId; } } PK2 Z/q Mvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataQuery.phpnu[ "end-date", "maxResults" => "max-results", "startDate" => "start-date", "startIndex" => "start-index", ); public $dimensions; public $endDate; public $filters; public $ids; public $maxResults; public $metrics; public $samplingLevel; public $segment; public $sort; public $startDate; public $startIndex; public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setFilters($filters) { $this->filters = $filters; } public function getFilters() { return $this->filters; } public function setIds($ids) { $this->ids = $ids; } public function getIds() { return $this->ids; } public function setMaxResults($maxResults) { $this->maxResults = $maxResults; } public function getMaxResults() { return $this->maxResults; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setSamplingLevel($samplingLevel) { $this->samplingLevel = $samplingLevel; } public function getSamplingLevel() { return $this->samplingLevel; } public function setSegment($segment) { $this->segment = $segment; } public function getSegment() { return $this->segment; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK2 ZQYHvendor/google/apiclient-services/src/Google/Service/Analytics/GaData.phpnu[columnHeaders = $columnHeaders; } /** * @return Google_Service_Analytics_GaDataColumnHeaders[] */ public function getColumnHeaders() { return $this->columnHeaders; } public function setContainsSampledData($containsSampledData) { $this->containsSampledData = $containsSampledData; } public function getContainsSampledData() { return $this->containsSampledData; } public function setDataLastRefreshed($dataLastRefreshed) { $this->dataLastRefreshed = $dataLastRefreshed; } public function getDataLastRefreshed() { return $this->dataLastRefreshed; } /** * @param Google_Service_Analytics_GaDataDataTable */ public function setDataTable(Google_Service_Analytics_GaDataDataTable $dataTable) { $this->dataTable = $dataTable; } /** * @return Google_Service_Analytics_GaDataDataTable */ public function getDataTable() { return $this->dataTable; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } /** * @param Google_Service_Analytics_GaDataProfileInfo */ public function setProfileInfo(Google_Service_Analytics_GaDataProfileInfo $profileInfo) { $this->profileInfo = $profileInfo; } /** * @return Google_Service_Analytics_GaDataProfileInfo */ public function getProfileInfo() { return $this->profileInfo; } /** * @param Google_Service_Analytics_GaDataQuery */ public function setQuery(Google_Service_Analytics_GaDataQuery $query) { $this->query = $query; } /** * @return Google_Service_Analytics_GaDataQuery */ public function getQuery() { return $this->query; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setSampleSize($sampleSize) { $this->sampleSize = $sampleSize; } public function getSampleSize() { return $this->sampleSize; } public function setSampleSpace($sampleSpace) { $this->sampleSpace = $sampleSpace; } public function getSampleSpace() { return $this->sampleSpace; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setTotalsForAllResults($totalsForAllResults) { $this->totalsForAllResults = $totalsForAllResults; } public function getTotalsForAllResults() { return $this->totalsForAllResults; } } PK2 Z qqSvendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.phpnu[daysToLookBack = $daysToLookBack; } public function getDaysToLookBack() { return $this->daysToLookBack; } public function setIsSmartList($isSmartList) { $this->isSmartList = $isSmartList; } public function getIsSmartList() { return $this->isSmartList; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMembershipDurationDays($membershipDurationDays) { $this->membershipDurationDays = $membershipDurationDays; } public function getMembershipDurationDays() { return $this->membershipDurationDays; } public function setSegment($segment) { $this->segment = $segment; } public function getSegment() { return $this->segment; } } PK2 ZxYRvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zό77Svendor/google/apiclient-services/src/Google/Service/Analytics/GaDataProfileInfo.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setProfileName($profileName) { $this->profileName = $profileName; } public function getProfileName() { return $this->profileName; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZR Vvendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z   Jvendor/google/apiclient-services/src/Google/Service/Analytics/Profiles.phpnu[items = $items; } /** * @return Google_Service_Analytics_Profile[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z}h" " Nvendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.phpnu[columnHeaders = $columnHeaders; } /** * @return Google_Service_Analytics_RealtimeDataColumnHeaders[] */ public function getColumnHeaders() { return $this->columnHeaders; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_RealtimeDataProfileInfo */ public function setProfileInfo(Google_Service_Analytics_RealtimeDataProfileInfo $profileInfo) { $this->profileInfo = $profileInfo; } /** * @return Google_Service_Analytics_RealtimeDataProfileInfo */ public function getProfileInfo() { return $this->profileInfo; } /** * @param Google_Service_Analytics_RealtimeDataQuery */ public function setQuery(Google_Service_Analytics_RealtimeDataQuery $query) { $this->query = $query; } /** * @return Google_Service_Analytics_RealtimeDataQuery */ public function getQuery() { return $this->query; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setTotalsForAllResults($totalsForAllResults) { $this->totalsForAllResults = $totalsForAllResults; } public function getTotalsForAllResults() { return $this->totalsForAllResults; } } PK2 ZTSvendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataQuery.phpnu[ "max-results", ); public $dimensions; public $filters; public $ids; public $maxResults; public $metrics; public $sort; public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setFilters($filters) { $this->filters = $filters; } public function getFilters() { return $this->filters; } public function setIds($ids) { $this->ids = $ids; } public function getIds() { return $this->ids; } public function setMaxResults($maxResults) { $this->maxResults = $maxResults; } public function getMaxResults() { return $this->maxResults; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } } PK2 ZRvendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZwttKvendor/google/apiclient-services/src/Google/Service/Analytics/FilterRef.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setHref($href) { $this->href = $href; } public function getHref() { return $this->href; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Z6YRvendor/google/apiclient-services/src/Google/Service/Analytics/FilterParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z4kkPvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileSummary.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zэ> > Vvendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudiences.phpnu[items = $items; } /** * @return Google_Service_Analytics_RemarketingAudience[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z k Nvendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.phpnu[ "max_value", "minValue" => "min_value", ); public $accountId; public $active; public $created; public $id; public $index; public $kind; public $maxValue; public $minValue; public $name; protected $parentLinkType = 'Google_Service_Analytics_CustomMetricParentLink'; protected $parentLinkDataType = ''; public $scope; public $selfLink; public $type; public $updated; public $webPropertyId; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_CustomMetricParentLink */ public function setParentLink(Google_Service_Analytics_CustomMetricParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_CustomMetricParentLink */ public function getParentLink() { return $this->parentLink; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZacomparisonType = $comparisonType; } public function getComparisonType() { return $this->comparisonType; } public function setComparisonValue($comparisonValue) { $this->comparisonValue = $comparisonValue; } public function getComparisonValue() { return $this->comparisonValue; } } PK2 Z YYFvendor/google/apiclient-services/src/Google/Service/Analytics/Goal.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Analytics_GoalEventDetails */ public function setEventDetails(Google_Service_Analytics_GoalEventDetails $eventDetails) { $this->eventDetails = $eventDetails; } /** * @return Google_Service_Analytics_GoalEventDetails */ public function getEventDetails() { return $this->eventDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_GoalParentLink */ public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_GoalParentLink */ public function getParentLink() { return $this->parentLink; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Analytics_GoalUrlDestinationDetails */ public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestinationDetails $urlDestinationDetails) { $this->urlDestinationDetails = $urlDestinationDetails; } /** * @return Google_Service_Analytics_GoalUrlDestinationDetails */ public function getUrlDestinationDetails() { return $this->urlDestinationDetails; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } /** * @param Google_Service_Analytics_GoalVisitNumPagesDetails */ public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPagesDetails $visitNumPagesDetails) { $this->visitNumPagesDetails = $visitNumPagesDetails; } /** * @return Google_Service_Analytics_GoalVisitNumPagesDetails */ public function getVisitNumPagesDetails() { return $this->visitNumPagesDetails; } /** * @param Google_Service_Analytics_GoalVisitTimeOnSiteDetails */ public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails) { $this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails; } /** * @return Google_Service_Analytics_GoalVisitTimeOnSiteDetails */ public function getVisitTimeOnSiteDetails() { return $this->visitTimeOnSiteDetails; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Z,Jl Nvendor/google/apiclient-services/src/Google/Service/Analytics/McfDataQuery.phpnu[ "end-date", "maxResults" => "max-results", "startDate" => "start-date", "startIndex" => "start-index", ); public $dimensions; public $endDate; public $filters; public $ids; public $maxResults; public $metrics; public $samplingLevel; public $segment; public $sort; public $startDate; public $startIndex; public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setFilters($filters) { $this->filters = $filters; } public function getFilters() { return $this->filters; } public function setIds($ids) { $this->ids = $ids; } public function getIds() { return $this->ids; } public function setMaxResults($maxResults) { $this->maxResults = $maxResults; } public function getMaxResults() { return $this->maxResults; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setSamplingLevel($samplingLevel) { $this->samplingLevel = $samplingLevel; } public function getSamplingLevel() { return $this->samplingLevel; } public function setSegment($segment) { $this->segment = $segment; } public function getSegment() { return $this->segment; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK2 Zk$swwqvendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.phpnu[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; } } PK2 ZQ Q Svendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.phpnu[adWordsAccounts = $adWordsAccounts; } /** * @return Google_Service_Analytics_AdWordsAccount[] */ public function getAdWordsAccounts() { return $this->adWordsAccounts; } /** * @param Google_Service_Analytics_EntityAdWordsLinkEntity */ public function setEntity(Google_Service_Analytics_EntityAdWordsLinkEntity $entity) { $this->entity = $entity; } /** * @return Google_Service_Analytics_EntityAdWordsLinkEntity */ public function getEntity() { return $this->entity; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProfileIds($profileIds) { $this->profileIds = $profileIds; } public function getProfileIds() { return $this->profileIds; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK2 ZR Vvendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.phpnu[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; } } PK2 Z=W Ivendor/google/apiclient-services/src/Google/Service/Analytics/Filters.phpnu[items = $items; } /** * @return Google_Service_Analytics_Filter[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 ZyPvendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.phpnu[autoTaggingEnabled = $autoTaggingEnabled; } public function getAutoTaggingEnabled() { return $this->autoTaggingEnabled; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 ZV߁::Ivendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z, , Ovendor/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.phpnu[account = $account; } /** * @return Google_Service_Analytics_Account */ public function getAccount() { return $this->account; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_Profile */ public function setProfile(Google_Service_Analytics_Profile $profile) { $this->profile = $profile; } /** * @return Google_Service_Analytics_Profile */ public function getProfile() { return $this->profile; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; } public function getRedirectUri() { return $this->redirectUri; } /** * @param Google_Service_Analytics_Webproperty */ public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty) { $this->webproperty = $webproperty; } /** * @return Google_Service_Analytics_Webproperty */ public function getWebproperty() { return $this->webproperty; } } PK2 Zd2xxVvendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentVariations.phpnu[name = $name; } public function getName() { return $this->name; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } public function setWon($won) { $this->won = $won; } public function getWon() { return $this->won; } } PK2 ZO|//Svendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLink.phpnu[filterRef = $filterRef; } /** * @return Google_Service_Analytics_FilterRef */ public function getFilterRef() { return $this->filterRef; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_ProfileRef */ public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef) { $this->profileRef = $profileRef; } /** * @return Google_Service_Analytics_ProfileRef */ public function getProfileRef() { return $this->profileRef; } public function setRank($rank) { $this->rank = $rank; } public function getRank() { return $this->rank; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK2 Z펚@@Qvendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.phpnu[ "end-date", "startDate" => "start-date", ); public $accountId; protected $cloudStorageDownloadDetailsType = 'Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails'; protected $cloudStorageDownloadDetailsDataType = ''; public $created; public $dimensions; public $downloadType; protected $driveDownloadDetailsType = 'Google_Service_Analytics_UnsampledReportDriveDownloadDetails'; protected $driveDownloadDetailsDataType = ''; public $endDate; public $filters; public $id; public $kind; public $metrics; public $profileId; public $segment; public $selfLink; public $startDate; public $status; public $title; public $updated; public $webPropertyId; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails */ public function setCloudStorageDownloadDetails(Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails $cloudStorageDownloadDetails) { $this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails; } /** * @return Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails */ public function getCloudStorageDownloadDetails() { return $this->cloudStorageDownloadDetails; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setDownloadType($downloadType) { $this->downloadType = $downloadType; } public function getDownloadType() { return $this->downloadType; } /** * @param Google_Service_Analytics_UnsampledReportDriveDownloadDetails */ public function setDriveDownloadDetails(Google_Service_Analytics_UnsampledReportDriveDownloadDetails $driveDownloadDetails) { $this->driveDownloadDetails = $driveDownloadDetails; } /** * @return Google_Service_Analytics_UnsampledReportDriveDownloadDetails */ public function getDriveDownloadDetails() { return $this->driveDownloadDetails; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setFilters($filters) { $this->filters = $filters; } public function getFilters() { return $this->filters; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setSegment($segment) { $this->segment = $segment; } public function getSegment() { return $this->segment; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Z-Ok88Tvendor/google/apiclient-services/src/Google/Service/Analytics/McfDataProfileInfo.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setProfileName($profileName) { $this->profileName = $profileName; } public function getProfileName() { return $this->profileName; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Z-Qvendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinks.phpnu[items = $items; } /** * @return Google_Service_Analytics_EntityUserLink[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 Z|Pvendor/google/apiclient-services/src/Google/Service/Analytics/GoalParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZR# Uvendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudience.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Analytics_RemarketingAudienceAudienceDefinition */ public function setAudienceDefinition(Google_Service_Analytics_RemarketingAudienceAudienceDefinition $audienceDefinition) { $this->audienceDefinition = $audienceDefinition; } /** * @return Google_Service_Analytics_RemarketingAudienceAudienceDefinition */ public function getAudienceDefinition() { return $this->audienceDefinition; } public function setAudienceType($audienceType) { $this->audienceType = $audienceType; } public function getAudienceType() { return $this->audienceType; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_LinkedForeignAccount[] */ public function setLinkedAdAccounts($linkedAdAccounts) { $this->linkedAdAccounts = $linkedAdAccounts; } /** * @return Google_Service_Analytics_LinkedForeignAccount[] */ public function getLinkedAdAccounts() { return $this->linkedAdAccounts; } public function setLinkedViews($linkedViews) { $this->linkedViews = $linkedViews; } public function getLinkedViews() { return $this->linkedViews; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition */ public function setStateBasedAudienceDefinition(Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition $stateBasedAudienceDefinition) { $this->stateBasedAudienceDefinition = $stateBasedAudienceDefinition; } /** * @return Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition */ public function getStateBasedAudienceDefinition() { return $this->stateBasedAudienceDefinition; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZN)U  Jvendor/google/apiclient-services/src/Google/Service/Analytics/Segments.phpnu[items = $items; } /** * @return Google_Service_Analytics_Segment[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z2 2 Svendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSources.phpnu[items = $items; } /** * @return Google_Service_Analytics_CustomDataSource[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z##L  Ovendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.phpnu[items = $items; } /** * @return Google_Service_Analytics_Webproperty[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z   Jvendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.phpnu[items = $items; } /** * @return Google_Service_Analytics_Account[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 ZUUavendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.phpnu[comparisonType = $comparisonType; } public function getComparisonType() { return $this->comparisonType; } public function setComparisonValue($comparisonValue) { $this->comparisonValue = $comparisonValue; } public function getComparisonValue() { return $this->comparisonValue; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZXCgvendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.phpnu[includeConditions = $includeConditions; } /** * @return Google_Service_Analytics_IncludeConditions */ public function getIncludeConditions() { return $this->includeConditions; } } PK2 Z2G Wvendor/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setExtractA($extractA) { $this->extractA = $extractA; } public function getExtractA() { return $this->extractA; } public function setExtractB($extractB) { $this->extractB = $extractB; } public function getExtractB() { return $this->extractB; } public function setFieldA($fieldA) { $this->fieldA = $fieldA; } public function getFieldA() { return $this->fieldA; } public function setFieldAIndex($fieldAIndex) { $this->fieldAIndex = $fieldAIndex; } public function getFieldAIndex() { return $this->fieldAIndex; } public function setFieldARequired($fieldARequired) { $this->fieldARequired = $fieldARequired; } public function getFieldARequired() { return $this->fieldARequired; } public function setFieldB($fieldB) { $this->fieldB = $fieldB; } public function getFieldB() { return $this->fieldB; } public function setFieldBIndex($fieldBIndex) { $this->fieldBIndex = $fieldBIndex; } public function getFieldBIndex() { return $this->fieldBIndex; } public function setFieldBRequired($fieldBRequired) { $this->fieldBRequired = $fieldBRequired; } public function getFieldBRequired() { return $this->fieldBRequired; } public function setOutputConstructor($outputConstructor) { $this->outputConstructor = $outputConstructor; } public function getOutputConstructor() { return $this->outputConstructor; } public function setOutputToField($outputToField) { $this->outputToField = $outputToField; } public function getOutputToField() { return $this->outputToField; } public function setOutputToFieldIndex($outputToFieldIndex) { $this->outputToFieldIndex = $outputToFieldIndex; } public function getOutputToFieldIndex() { return $this->outputToFieldIndex; } public function setOverrideOutputField($overrideOutputField) { $this->overrideOutputField = $overrideOutputField; } public function getOverrideOutputField() { return $this->overrideOutputField; } } PK2 Z۽KUvendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeResponse.phpnu[account = $account; } /** * @return Google_Service_Analytics_Account */ public function getAccount() { return $this->account; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_Profile */ public function setProfile(Google_Service_Analytics_Profile $profile) { $this->profile = $profile; } /** * @return Google_Service_Analytics_Profile */ public function getProfile() { return $this->profile; } /** * @param Google_Service_Analytics_Webproperty */ public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty) { $this->webproperty = $webproperty; } /** * @return Google_Service_Analytics_Webproperty */ public function getWebproperty() { return $this->webproperty; } } PK2 ZL#. . Rvendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensions.phpnu[items = $items; } /** * @return Google_Service_Analytics_CustomDimension[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z>%1'Rvendor/google/apiclient-services/src/Google/Service/Analytics/FilterExpression.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setExpressionValue($expressionValue) { $this->expressionValue = $expressionValue; } public function getExpressionValue() { return $this->expressionValue; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setFieldIndex($fieldIndex) { $this->fieldIndex = $fieldIndex; } public function getFieldIndex() { return $this->fieldIndex; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } } PK2 ZF8::`vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.phpnu[interactionType = $interactionType; } public function getInteractionType() { return $this->interactionType; } public function setNodeValue($nodeValue) { $this->nodeValue = $nodeValue; } public function getNodeValue() { return $this->nodeValue; } } PK2 ZI&. . Rvendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReports.phpnu[items = $items; } /** * @return Google_Service_Analytics_UnsampledReport[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 ZlSWvendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.phpnu[type = $type; } public function getType() { return $this->type; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK2 Z Xvendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyPermissions.phpnu[effective = $effective; } public function getEffective() { return $this->effective; } } PK2 Z|^Vvendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZR R Ivendor/google/apiclient-services/src/Google/Service/Analytics/Account.phpnu[childLink = $childLink; } /** * @return Google_Service_Analytics_AccountChildLink */ public function getChildLink() { return $this->childLink; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_AccountPermissions */ public function setPermissions(Google_Service_Analytics_AccountPermissions $permissions) { $this->permissions = $permissions; } /** * @return Google_Service_Analytics_AccountPermissions */ public function getPermissions() { return $this->permissions; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } } PK2 ZyR[vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.phpnu[href = $href; } public function getHref() { return $this->href; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z   Mvendor/google/apiclient-services/src/Google/Service/Analytics/Experiments.phpnu[items = $items; } /** * @return Google_Service_Analytics_Experiment[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Z7+\\Hvendor/google/apiclient-services/src/Google/Service/Analytics/Column.phpnu[attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z}U&Tvendor/google/apiclient-services/src/Google/Service/Analytics/AccountPermissions.phpnu[effective = $effective; } public function getEffective() { return $this->effective; } } PK2 Z Q==Yvendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataProfileInfo.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setProfileName($profileName) { $this->profileName = $profileName; } public function getProfileName() { return $this->profileName; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 ZsFFUvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.phpnu[id = $id; } public function getId() { return $this->id; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z]ff[vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetails.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setFirstStepRequired($firstStepRequired) { $this->firstStepRequired = $firstStepRequired; } public function getFirstStepRequired() { return $this->firstStepRequired; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } /** * @param Google_Service_Analytics_GoalUrlDestinationDetailsSteps[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_Analytics_GoalUrlDestinationDetailsSteps[] */ public function getSteps() { return $this->steps; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK2 ZNb.O" " Ovendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetrics.phpnu[items = $items; } /** * @return Google_Service_Analytics_CustomMetric[] */ public function getItems() { return $this->items; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextLink($nextLink) { $this->nextLink = $nextLink; } public function getNextLink() { return $this->nextLink; } public function setPreviousLink($previousLink) { $this->previousLink = $previousLink; } public function getPreviousLink() { return $this->previousLink; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK2 Zd^@vendor/google/apiclient-services/src/Google/Service/CloudIAP.phpnu[ * Controls access to cloud applications running on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudIAP extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_brands; public $projects_brands_identityAwareProxyClients; public $v1; /** * Constructs the internal representation of the CloudIAP service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://iap.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'iap'; $this->projects_brands = new Google_Service_CloudIAP_Resource_ProjectsBrands( $this, $this->serviceName, 'brands', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/brands', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/brands', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_brands_identityAwareProxyClients = new Google_Service_CloudIAP_Resource_ProjectsBrandsIdentityAwareProxyClients( $this, $this->serviceName, 'identityAwareProxyClients', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/identityAwareProxyClients', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/identityAwareProxyClients', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resetSecret' => array( 'path' => 'v1/{+name}:resetSecret', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->v1 = new Google_Service_CloudIAP_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIapSettings' => array( 'path' => 'v1/{+name}:iapSettings', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateIapSettings' => array( 'path' => 'v1/{+name}:iapSettings', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 Z " "Fvendor/google/apiclient-services/src/Google/Service/CloudFunctions.phpnu[ * Manages lightweight user-provided functions executed in response to events.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudFunctions extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $projects_locations; public $projects_locations_functions; /** * Constructs the internal representation of the CloudFunctions service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudfunctions.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudfunctions'; $this->operations = new Google_Service_CloudFunctions_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations = new Google_Service_CloudFunctions_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_functions = new Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions( $this, $this->serviceName, 'functions', array( 'methods' => array( 'call' => array( 'path' => 'v1/{+name}:call', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+location}/functions', 'httpMethod' => 'POST', 'parameters' => array( 'location' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateDownloadUrl' => array( 'path' => 'v1/{+name}:generateDownloadUrl', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateUploadUrl' => array( 'path' => 'v1/{+parent}/functions:generateUploadUrl', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/functions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK2 Z@mmDvendor/google/apiclient-services/src/Google/Service/DataLabeling.phpnu[ * Public API for Google Cloud AI Data Labeling Service.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DataLabeling extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_annotationSpecSets; public $projects_datasets; public $projects_datasets_annotatedDatasets; public $projects_datasets_annotatedDatasets_dataItems; public $projects_datasets_annotatedDatasets_examples; public $projects_datasets_annotatedDatasets_feedbackThreads; public $projects_datasets_annotatedDatasets_feedbackThreads_feedbackMessages; public $projects_datasets_dataItems; public $projects_datasets_evaluations; public $projects_datasets_evaluations_exampleComparisons; public $projects_datasets_image; public $projects_datasets_text; public $projects_datasets_video; public $projects_evaluationJobs; public $projects_evaluations; public $projects_instructions; public $projects_operations; /** * Constructs the internal representation of the DataLabeling service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://datalabeling.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'datalabeling'; $this->projects_annotationSpecSets = new Google_Service_DataLabeling_Resource_ProjectsAnnotationSpecSets( $this, $this->serviceName, 'annotationSpecSets', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/annotationSpecSets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/annotationSpecSets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets = new Google_Service_DataLabeling_Resource_ProjectsDatasets( $this, $this->serviceName, 'datasets', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/datasets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'exportData' => array( 'path' => 'v1beta1/{+name}:exportData', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'importData' => array( 'path' => 'v1beta1/{+name}:importData', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/datasets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_annotatedDatasets = new Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasets( $this, $this->serviceName, 'annotatedDatasets', array( 'methods' => array( 'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/annotatedDatasets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_annotatedDatasets_dataItems = new Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsDataItems( $this, $this->serviceName, 'dataItems', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/dataItems', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_annotatedDatasets_examples = new Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsExamples( $this, $this->serviceName, 'examples', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/examples', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_annotatedDatasets_feedbackThreads = new Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsFeedbackThreads( $this, $this->serviceName, 'feedbackThreads', array( 'methods' => array( 'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/feedbackThreads', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_annotatedDatasets_feedbackThreads_feedbackMessages = new Google_Service_DataLabeling_Resource_ProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessages( $this, $this->serviceName, 'feedbackMessages', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/feedbackMessages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/feedbackMessages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_dataItems = new Google_Service_DataLabeling_Resource_ProjectsDatasetsDataItems( $this, $this->serviceName, 'dataItems', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/dataItems', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_datasets_evaluations = new Google_Service_DataLabeling_Resource_ProjectsDatasetsEvaluations( $this, $this->serviceName, 'evaluations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_datasets_evaluations_exampleComparisons = new Google_Service_DataLabeling_Resource_ProjectsDatasetsEvaluationsExampleComparisons( $this, $this->serviceName, 'exampleComparisons', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+parent}/exampleComparisons:search', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_datasets_image = new Google_Service_DataLabeling_Resource_ProjectsDatasetsImage( $this, $this->serviceName, 'image', array( 'methods' => array( 'label' => array( 'path' => 'v1beta1/{+parent}/image:label', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_datasets_text = new Google_Service_DataLabeling_Resource_ProjectsDatasetsText( $this, $this->serviceName, 'text', array( 'methods' => array( 'label' => array( 'path' => 'v1beta1/{+parent}/text:label', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_datasets_video = new Google_Service_DataLabeling_Resource_ProjectsDatasetsVideo( $this, $this->serviceName, 'video', array( 'methods' => array( 'label' => array( 'path' => 'v1beta1/{+parent}/video:label', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_evaluationJobs = new Google_Service_DataLabeling_Resource_ProjectsEvaluationJobs( $this, $this->serviceName, 'evaluationJobs', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/evaluationJobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/evaluationJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'pause' => array( 'path' => 'v1beta1/{+name}:pause', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v1beta1/{+name}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_evaluations = new Google_Service_DataLabeling_Resource_ProjectsEvaluations( $this, $this->serviceName, 'evaluations', array( 'methods' => array( 'search' => array( 'path' => 'v1beta1/{+parent}/evaluations:search', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_instructions = new Google_Service_DataLabeling_Resource_ProjectsInstructions( $this, $this->serviceName, 'instructions', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/instructions', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/instructions', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_operations = new Google_Service_DataLabeling_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 ZdGxOvendor/google/apiclient-services/src/Google/Service/Bigquery/TableReference.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK2 ZX//Fvendor/google/apiclient-services/src/Google/Service/Bigquery/Model.phpnu[bestTrialId = $bestTrialId; } public function getBestTrialId() { return $this->bestTrialId; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration) { $this->encryptionConfiguration = $encryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getEncryptionConfiguration() { return $this->encryptionConfiguration; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } /** * @param Google_Service_Bigquery_StandardSqlField[] */ public function setFeatureColumns($featureColumns) { $this->featureColumns = $featureColumns; } /** * @return Google_Service_Bigquery_StandardSqlField[] */ public function getFeatureColumns() { return $this->featureColumns; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } /** * @param Google_Service_Bigquery_StandardSqlField[] */ public function setLabelColumns($labelColumns) { $this->labelColumns = $labelColumns; } /** * @return Google_Service_Bigquery_StandardSqlField[] */ public function getLabelColumns() { return $this->labelColumns; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } /** * @param Google_Service_Bigquery_ModelReference */ public function setModelReference(Google_Service_Bigquery_ModelReference $modelReference) { $this->modelReference = $modelReference; } /** * @return Google_Service_Bigquery_ModelReference */ public function getModelReference() { return $this->modelReference; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } /** * @param Google_Service_Bigquery_TrainingRun[] */ public function setTrainingRuns($trainingRuns) { $this->trainingRuns = $trainingRuns; } /** * @return Google_Service_Bigquery_TrainingRun[] */ public function getTrainingRuns() { return $this->trainingRuns; } } PK2 Z3ƲQvendor/google/apiclient-services/src/Google/Service/Bigquery/LocationMetadata.phpnu[legacyLocationId = $legacyLocationId; } public function getLegacyLocationId() { return $this->legacyLocationId; } } PK2 ZxeRvendor/google/apiclient-services/src/Google/Service/Bigquery/RegressionMetrics.phpnu[meanAbsoluteError = $meanAbsoluteError; } public function getMeanAbsoluteError() { return $this->meanAbsoluteError; } public function setMeanSquaredError($meanSquaredError) { $this->meanSquaredError = $meanSquaredError; } public function getMeanSquaredError() { return $this->meanSquaredError; } public function setMeanSquaredLogError($meanSquaredLogError) { $this->meanSquaredLogError = $meanSquaredLogError; } public function getMeanSquaredLogError() { return $this->meanSquaredLogError; } public function setMedianAbsoluteError($medianAbsoluteError) { $this->medianAbsoluteError = $medianAbsoluteError; } public function getMedianAbsoluteError() { return $this->medianAbsoluteError; } public function setRSquared($rSquared) { $this->rSquared = $rSquared; } public function getRSquared() { return $this->rSquared; } } PK2 ZA{end = $end; } public function getEnd() { return $this->end; } public function setInterval($interval) { $this->interval = $interval; } public function getInterval() { return $this->interval; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } } PK2 ZÉXQQOvendor/google/apiclient-services/src/Google/Service/Bigquery/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK2 ZY5kkPvendor/google/apiclient-services/src/Google/Service/Bigquery/TransactionInfo.phpnu[transactionId = $transactionId; } public function getTransactionId() { return $this->transactionId; } } PK2 ZBJvendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Bigquery_TableListTables[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_Bigquery_TableListTables[] */ public function getTables() { return $this->tables; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK2 Z?^vendor/google/apiclient-services/src/Google/Service/Bigquery/ListRowAccessPoliciesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Bigquery_RowAccessPolicy[] */ public function setRowAccessPolicies($rowAccessPolicies) { $this->rowAccessPolicies = $rowAccessPolicies; } /** * @return Google_Service_Bigquery_RowAccessPolicy[] */ public function getRowAccessPolicies() { return $this->rowAccessPolicies; } } PK2 Z۰5WWUvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlTableType.phpnu[columns = $columns; } /** * @return Google_Service_Bigquery_StandardSqlField[] */ public function getColumns() { return $this->columns; } } PK2 Z}PPQvendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectReference.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK2 ZjKKLvendor/google/apiclient-services/src/Google/Service/Bigquery/SessionInfo.phpnu[sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } } PK2 Z`Ovendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.phpnu[destinationUriFileCounts = $destinationUriFileCounts; } public function getDestinationUriFileCounts() { return $this->destinationUriFileCounts; } public function setInputBytes($inputBytes) { $this->inputBytes = $inputBytes; } public function getInputBytes() { return $this->inputBytes; } } PK2 Z CZZOvendor/google/apiclient-services/src/Google/Service/Bigquery/ParquetOptions.phpnu[enableListInference = $enableListInference; } public function getEnableListInference() { return $this->enableListInference; } public function setEnumAsString($enumAsString) { $this->enumAsString = $enumAsString; } public function getEnumAsString() { return $this->enumAsString; } } PK2 Z& Dvendor/google/apiclient-services/src/Google/Service/Bigquery/Job.phpnu[ "user_email", ); protected $configurationType = 'Google_Service_Bigquery_JobConfiguration'; protected $configurationDataType = ''; public $etag; public $id; protected $jobReferenceType = 'Google_Service_Bigquery_JobReference'; protected $jobReferenceDataType = ''; public $kind; public $selfLink; protected $statisticsType = 'Google_Service_Bigquery_JobStatistics'; protected $statisticsDataType = ''; protected $statusType = 'Google_Service_Bigquery_JobStatus'; protected $statusDataType = ''; public $userEmail; /** * @param Google_Service_Bigquery_JobConfiguration */ public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration) { $this->configuration = $configuration; } /** * @return Google_Service_Bigquery_JobConfiguration */ public function getConfiguration() { return $this->configuration; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Bigquery_JobReference */ public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) { $this->jobReference = $jobReference; } /** * @return Google_Service_Bigquery_JobReference */ public function getJobReference() { return $this->jobReference; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Bigquery_JobStatistics */ public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_Bigquery_JobStatistics */ public function getStatistics() { return $this->statistics; } /** * @param Google_Service_Bigquery_JobStatus */ public function setStatus(Google_Service_Bigquery_JobStatus $status) { $this->status = $status; } /** * @return Google_Service_Bigquery_JobStatus */ public function getStatus() { return $this->status; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } } PK2 ZxTVVRvendor/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.phpnu[arimaForecastingMetrics = $arimaForecastingMetrics; } /** * @return Google_Service_Bigquery_ArimaForecastingMetrics */ public function getArimaForecastingMetrics() { return $this->arimaForecastingMetrics; } /** * @param Google_Service_Bigquery_BinaryClassificationMetrics */ public function setBinaryClassificationMetrics(Google_Service_Bigquery_BinaryClassificationMetrics $binaryClassificationMetrics) { $this->binaryClassificationMetrics = $binaryClassificationMetrics; } /** * @return Google_Service_Bigquery_BinaryClassificationMetrics */ public function getBinaryClassificationMetrics() { return $this->binaryClassificationMetrics; } /** * @param Google_Service_Bigquery_ClusteringMetrics */ public function setClusteringMetrics(Google_Service_Bigquery_ClusteringMetrics $clusteringMetrics) { $this->clusteringMetrics = $clusteringMetrics; } /** * @return Google_Service_Bigquery_ClusteringMetrics */ public function getClusteringMetrics() { return $this->clusteringMetrics; } /** * @param Google_Service_Bigquery_DimensionalityReductionMetrics */ public function setDimensionalityReductionMetrics(Google_Service_Bigquery_DimensionalityReductionMetrics $dimensionalityReductionMetrics) { $this->dimensionalityReductionMetrics = $dimensionalityReductionMetrics; } /** * @return Google_Service_Bigquery_DimensionalityReductionMetrics */ public function getDimensionalityReductionMetrics() { return $this->dimensionalityReductionMetrics; } /** * @param Google_Service_Bigquery_MultiClassClassificationMetrics */ public function setMultiClassClassificationMetrics(Google_Service_Bigquery_MultiClassClassificationMetrics $multiClassClassificationMetrics) { $this->multiClassClassificationMetrics = $multiClassClassificationMetrics; } /** * @return Google_Service_Bigquery_MultiClassClassificationMetrics */ public function getMultiClassClassificationMetrics() { return $this->multiClassClassificationMetrics; } /** * @param Google_Service_Bigquery_RankingMetrics */ public function setRankingMetrics(Google_Service_Bigquery_RankingMetrics $rankingMetrics) { $this->rankingMetrics = $rankingMetrics; } /** * @return Google_Service_Bigquery_RankingMetrics */ public function getRankingMetrics() { return $this->rankingMetrics; } /** * @param Google_Service_Bigquery_RegressionMetrics */ public function setRegressionMetrics(Google_Service_Bigquery_RegressionMetrics $regressionMetrics) { $this->regressionMetrics = $regressionMetrics; } /** * @return Google_Service_Bigquery_RegressionMetrics */ public function getRegressionMetrics() { return $this->regressionMetrics; } } PK2 ZdybPvendor/google/apiclient-services/src/Google/Service/Bigquery/RowAccessPolicy.phpnu[creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFilterPredicate($filterPredicate) { $this->filterPredicate = $filterPredicate; } public function getFilterPredicate() { return $this->filterPredicate; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } /** * @param Google_Service_Bigquery_RowAccessPolicyReference */ public function setRowAccessPolicyReference(Google_Service_Bigquery_RowAccessPolicyReference $rowAccessPolicyReference) { $this->rowAccessPolicyReference = $rowAccessPolicyReference; } /** * @return Google_Service_Bigquery_RowAccessPolicyReference */ public function getRowAccessPolicyReference() { return $this->rowAccessPolicyReference; } } PK2 ZiR]]Svendor/google/apiclient-services/src/Google/Service/Bigquery/SnapshotDefinition.phpnu[baseTableReference = $baseTableReference; } /** * @return Google_Service_Bigquery_TableReference */ public function getBaseTableReference() { return $this->baseTableReference; } public function setSnapshotTime($snapshotTime) { $this->snapshotTime = $snapshotTime; } public function getSnapshotTime() { return $this->snapshotTime; } } PK2 Z)=33Kvendor/google/apiclient-services/src/Google/Service/Bigquery/ErrorProto.phpnu[debugInfo = $debugInfo; } public function getDebugInfo() { return $this->debugInfo; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK2 Z?  Hvendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Bigquery_JobListJobs[] */ public function setJobs($jobs) { $this->jobs = $jobs; } /** * @return Google_Service_Bigquery_JobListJobs[] */ public function getJobs() { return $this->jobs; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZtS Lvendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingRun.phpnu[dataSplitResult = $dataSplitResult; } /** * @return Google_Service_Bigquery_DataSplitResult */ public function getDataSplitResult() { return $this->dataSplitResult; } /** * @param Google_Service_Bigquery_EvaluationMetrics */ public function setEvaluationMetrics(Google_Service_Bigquery_EvaluationMetrics $evaluationMetrics) { $this->evaluationMetrics = $evaluationMetrics; } /** * @return Google_Service_Bigquery_EvaluationMetrics */ public function getEvaluationMetrics() { return $this->evaluationMetrics; } /** * @param Google_Service_Bigquery_GlobalExplanation[] */ public function setGlobalExplanations($globalExplanations) { $this->globalExplanations = $globalExplanations; } /** * @return Google_Service_Bigquery_GlobalExplanation[] */ public function getGlobalExplanations() { return $this->globalExplanations; } /** * @param Google_Service_Bigquery_IterationResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Bigquery_IterationResult[] */ public function getResults() { return $this->results; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_Bigquery_TrainingOptions */ public function setTrainingOptions(Google_Service_Bigquery_TrainingOptions $trainingOptions) { $this->trainingOptions = $trainingOptions; } /** * @return Google_Service_Bigquery_TrainingOptions */ public function getTrainingOptions() { return $this->trainingOptions; } } PK2 ZEjOvendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.phpnu[encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setFieldName($fieldName) { $this->fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } public function setOnlyReadLatest($onlyReadLatest) { $this->onlyReadLatest = $onlyReadLatest; } public function getOnlyReadLatest() { return $this->onlyReadLatest; } public function setQualifierEncoded($qualifierEncoded) { $this->qualifierEncoded = $qualifierEncoded; } public function getQualifierEncoded() { return $this->qualifierEncoded; } public function setQualifierString($qualifierString) { $this->qualifierString = $qualifierString; } public function getQualifierString() { return $this->qualifierString; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZEU1Pvendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.phpnu[columnFamilies = $columnFamilies; } /** * @return Google_Service_Bigquery_BigtableColumnFamily[] */ public function getColumnFamilies() { return $this->columnFamilies; } public function setIgnoreUnspecifiedColumnFamilies($ignoreUnspecifiedColumnFamilies) { $this->ignoreUnspecifiedColumnFamilies = $ignoreUnspecifiedColumnFamilies; } public function getIgnoreUnspecifiedColumnFamilies() { return $this->ignoreUnspecifiedColumnFamilies; } public function setReadRowkeyAsString($readRowkeyAsString) { $this->readRowkeyAsString = $readRowkeyAsString; } public function getReadRowkeyAsString() { return $this->readRowkeyAsString; } } PK2 Zmʱgvendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.phpnu[errors = $errors; } /** * @return Google_Service_Bigquery_ErrorProto[] */ public function getErrors() { return $this->errors; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } } PK2 ZQMPvendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRun.phpnu[iterationResults = $iterationResults; } /** * @return Google_Service_Bigquery_BqmlIterationResult[] */ public function getIterationResults() { return $this->iterationResults; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Bigquery_BqmlTrainingRunTrainingOptions */ public function setTrainingOptions(Google_Service_Bigquery_BqmlTrainingRunTrainingOptions $trainingOptions) { $this->trainingOptions = $trainingOptions; } /** * @return Google_Service_Bigquery_BqmlTrainingRunTrainingOptions */ public function getTrainingOptions() { return $this->trainingOptions; } } PK2 ZMMTvendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.phpnu[range = $range; } public function getRange() { return $this->range; } public function setSkipLeadingRows($skipLeadingRows) { $this->skipLeadingRows = $skipLeadingRows; } public function getSkipLeadingRows() { return $this->skipLeadingRows; } } PK2 ZuwU"U"Vvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationQuery.phpnu[allowLargeResults = $allowLargeResults; } public function getAllowLargeResults() { return $this->allowLargeResults; } /** * @param Google_Service_Bigquery_Clustering */ public function setClustering(Google_Service_Bigquery_Clustering $clustering) { $this->clustering = $clustering; } /** * @return Google_Service_Bigquery_Clustering */ public function getClustering() { return $this->clustering; } /** * @param Google_Service_Bigquery_ConnectionProperty[] */ public function setConnectionProperties($connectionProperties) { $this->connectionProperties = $connectionProperties; } /** * @return Google_Service_Bigquery_ConnectionProperty[] */ public function getConnectionProperties() { return $this->connectionProperties; } public function setCreateDisposition($createDisposition) { $this->createDisposition = $createDisposition; } public function getCreateDisposition() { return $this->createDisposition; } public function setCreateSession($createSession) { $this->createSession = $createSession; } public function getCreateSession() { return $this->createSession; } /** * @param Google_Service_Bigquery_DatasetReference */ public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset) { $this->defaultDataset = $defaultDataset; } /** * @return Google_Service_Bigquery_DatasetReference */ public function getDefaultDataset() { return $this->defaultDataset; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) { $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getDestinationEncryptionConfiguration() { return $this->destinationEncryptionConfiguration; } /** * @param Google_Service_Bigquery_TableReference */ public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) { $this->destinationTable = $destinationTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getDestinationTable() { return $this->destinationTable; } public function setFlattenResults($flattenResults) { $this->flattenResults = $flattenResults; } public function getFlattenResults() { return $this->flattenResults; } public function setMaximumBillingTier($maximumBillingTier) { $this->maximumBillingTier = $maximumBillingTier; } public function getMaximumBillingTier() { return $this->maximumBillingTier; } public function setMaximumBytesBilled($maximumBytesBilled) { $this->maximumBytesBilled = $maximumBytesBilled; } public function getMaximumBytesBilled() { return $this->maximumBytesBilled; } public function setParameterMode($parameterMode) { $this->parameterMode = $parameterMode; } public function getParameterMode() { return $this->parameterMode; } public function setPreserveNulls($preserveNulls) { $this->preserveNulls = $preserveNulls; } public function getPreserveNulls() { return $this->preserveNulls; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_Bigquery_QueryParameter[] */ public function setQueryParameters($queryParameters) { $this->queryParameters = $queryParameters; } /** * @return Google_Service_Bigquery_QueryParameter[] */ public function getQueryParameters() { return $this->queryParameters; } /** * @param Google_Service_Bigquery_RangePartitioning */ public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) { $this->rangePartitioning = $rangePartitioning; } /** * @return Google_Service_Bigquery_RangePartitioning */ public function getRangePartitioning() { return $this->rangePartitioning; } public function setSchemaUpdateOptions($schemaUpdateOptions) { $this->schemaUpdateOptions = $schemaUpdateOptions; } public function getSchemaUpdateOptions() { return $this->schemaUpdateOptions; } /** * @param Google_Service_Bigquery_ExternalDataConfiguration[] */ public function setTableDefinitions($tableDefinitions) { $this->tableDefinitions = $tableDefinitions; } /** * @return Google_Service_Bigquery_ExternalDataConfiguration[] */ public function getTableDefinitions() { return $this->tableDefinitions; } /** * @param Google_Service_Bigquery_TimePartitioning */ public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) { $this->timePartitioning = $timePartitioning; } /** * @return Google_Service_Bigquery_TimePartitioning */ public function getTimePartitioning() { return $this->timePartitioning; } public function setUseLegacySql($useLegacySql) { $this->useLegacySql = $useLegacySql; } public function getUseLegacySql() { return $this->useLegacySql; } public function setUseQueryCache($useQueryCache) { $this->useQueryCache = $useQueryCache; } public function getUseQueryCache() { return $this->useQueryCache; } /** * @param Google_Service_Bigquery_UserDefinedFunctionResource[] */ public function setUserDefinedFunctionResources($userDefinedFunctionResources) { $this->userDefinedFunctionResources = $userDefinedFunctionResources; } /** * @return Google_Service_Bigquery_UserDefinedFunctionResource[] */ public function getUserDefinedFunctionResources() { return $this->userDefinedFunctionResources; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } } PK2 Z2\vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinitionModelOptions.phpnu[labels = $labels; } public function getLabels() { return $this->labels; } public function setLossType($lossType) { $this->lossType = $lossType; } public function getLossType() { return $this->lossType; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } } PK2 Z(Rvendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioning.phpnu[field = $field; } public function getField() { return $this->field; } /** * @param Google_Service_Bigquery_RangePartitioningRange */ public function setRange(Google_Service_Bigquery_RangePartitioningRange $range) { $this->range = $range; } /** * @return Google_Service_Bigquery_RangePartitioningRange */ public function getRange() { return $this->range; } } PK2 ZYlooHvendor/google/apiclient-services/src/Google/Service/Bigquery/Dataset.phpnu[access = $access; } /** * @return Google_Service_Bigquery_DatasetAccess[] */ public function getAccess() { return $this->access; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } /** * @param Google_Service_Bigquery_DatasetReference */ public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference) { $this->datasetReference = $datasetReference; } /** * @return Google_Service_Bigquery_DatasetReference */ public function getDatasetReference() { return $this->datasetReference; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setDefaultEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $defaultEncryptionConfiguration) { $this->defaultEncryptionConfiguration = $defaultEncryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getDefaultEncryptionConfiguration() { return $this->defaultEncryptionConfiguration; } public function setDefaultPartitionExpirationMs($defaultPartitionExpirationMs) { $this->defaultPartitionExpirationMs = $defaultPartitionExpirationMs; } public function getDefaultPartitionExpirationMs() { return $this->defaultPartitionExpirationMs; } public function setDefaultTableExpirationMs($defaultTableExpirationMs) { $this->defaultTableExpirationMs = $defaultTableExpirationMs; } public function getDefaultTableExpirationMs() { return $this->defaultTableExpirationMs; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setSatisfiesPZS($satisfiesPZS) { $this->satisfiesPZS = $satisfiesPZS; } public function getSatisfiesPZS() { return $this->satisfiesPZS; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK2 Z~n77_vendor/google/apiclient-services/src/Google/Service/Bigquery/AggregateClassificationMetrics.phpnu[accuracy = $accuracy; } public function getAccuracy() { return $this->accuracy; } public function setF1Score($f1Score) { $this->f1Score = $f1Score; } public function getF1Score() { return $this->f1Score; } public function setLogLoss($logLoss) { $this->logLoss = $logLoss; } public function getLogLoss() { return $this->logLoss; } public function setPrecision($precision) { $this->precision = $precision; } public function getPrecision() { return $this->precision; } public function setRecall($recall) { $this->recall = $recall; } public function getRecall() { return $this->recall; } public function setRocAuc($rocAuc) { $this->rocAuc = $rocAuc; } public function getRocAuc() { return $this->rocAuc; } public function setThreshold($threshold) { $this->threshold = $threshold; } public function getThreshold() { return $this->threshold; } } PK2 ZF|eccLvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.phpnu[arimaModelInfo = $arimaModelInfo; } /** * @return Google_Service_Bigquery_ArimaModelInfo[] */ public function getArimaModelInfo() { return $this->arimaModelInfo; } public function setSeasonalPeriods($seasonalPeriods) { $this->seasonalPeriods = $seasonalPeriods; } public function getSeasonalPeriods() { return $this->seasonalPeriods; } } PK2 Z2TUvendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumnFamily.phpnu[columns = $columns; } /** * @return Google_Service_Bigquery_BigtableColumn[] */ public function getColumns() { return $this->columns; } public function setEncoding($encoding) { $this->encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setFamilyId($familyId) { $this->familyId = $familyId; } public function getFamilyId() { return $this->familyId; } public function setOnlyReadLatest($onlyReadLatest) { $this->onlyReadLatest = $onlyReadLatest; } public function getOnlyReadLatest() { return $this->onlyReadLatest; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z"]Tvendor/google/apiclient-services/src/Google/Service/Bigquery/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Bigquery_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK2 Z`N Ovendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.phpnu[arimaCoefficients = $arimaCoefficients; } /** * @return Google_Service_Bigquery_ArimaCoefficients */ public function getArimaCoefficients() { return $this->arimaCoefficients; } /** * @param Google_Service_Bigquery_ArimaFittingMetrics */ public function setArimaFittingMetrics(Google_Service_Bigquery_ArimaFittingMetrics $arimaFittingMetrics) { $this->arimaFittingMetrics = $arimaFittingMetrics; } /** * @return Google_Service_Bigquery_ArimaFittingMetrics */ public function getArimaFittingMetrics() { return $this->arimaFittingMetrics; } public function setHasDrift($hasDrift) { $this->hasDrift = $hasDrift; } public function getHasDrift() { return $this->hasDrift; } /** * @param Google_Service_Bigquery_ArimaOrder */ public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder) { $this->nonSeasonalOrder = $nonSeasonalOrder; } /** * @return Google_Service_Bigquery_ArimaOrder */ public function getNonSeasonalOrder() { return $this->nonSeasonalOrder; } public function setSeasonalPeriods($seasonalPeriods) { $this->seasonalPeriods = $seasonalPeriods; } public function getSeasonalPeriods() { return $this->seasonalPeriods; } public function setTimeSeriesId($timeSeriesId) { $this->timeSeriesId = $timeSeriesId; } public function getTimeSeriesId() { return $this->timeSeriesId; } } PK2 Zp^j&j&Uvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.phpnu[allowJaggedRows = $allowJaggedRows; } public function getAllowJaggedRows() { return $this->allowJaggedRows; } public function setAllowQuotedNewlines($allowQuotedNewlines) { $this->allowQuotedNewlines = $allowQuotedNewlines; } public function getAllowQuotedNewlines() { return $this->allowQuotedNewlines; } public function setAutodetect($autodetect) { $this->autodetect = $autodetect; } public function getAutodetect() { return $this->autodetect; } /** * @param Google_Service_Bigquery_Clustering */ public function setClustering(Google_Service_Bigquery_Clustering $clustering) { $this->clustering = $clustering; } /** * @return Google_Service_Bigquery_Clustering */ public function getClustering() { return $this->clustering; } public function setCreateDisposition($createDisposition) { $this->createDisposition = $createDisposition; } public function getCreateDisposition() { return $this->createDisposition; } public function setDecimalTargetTypes($decimalTargetTypes) { $this->decimalTargetTypes = $decimalTargetTypes; } public function getDecimalTargetTypes() { return $this->decimalTargetTypes; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) { $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getDestinationEncryptionConfiguration() { return $this->destinationEncryptionConfiguration; } /** * @param Google_Service_Bigquery_TableReference */ public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) { $this->destinationTable = $destinationTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getDestinationTable() { return $this->destinationTable; } /** * @param Google_Service_Bigquery_DestinationTableProperties */ public function setDestinationTableProperties(Google_Service_Bigquery_DestinationTableProperties $destinationTableProperties) { $this->destinationTableProperties = $destinationTableProperties; } /** * @return Google_Service_Bigquery_DestinationTableProperties */ public function getDestinationTableProperties() { return $this->destinationTableProperties; } public function setEncoding($encoding) { $this->encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setFieldDelimiter($fieldDelimiter) { $this->fieldDelimiter = $fieldDelimiter; } public function getFieldDelimiter() { return $this->fieldDelimiter; } /** * @param Google_Service_Bigquery_HivePartitioningOptions */ public function setHivePartitioningOptions(Google_Service_Bigquery_HivePartitioningOptions $hivePartitioningOptions) { $this->hivePartitioningOptions = $hivePartitioningOptions; } /** * @return Google_Service_Bigquery_HivePartitioningOptions */ public function getHivePartitioningOptions() { return $this->hivePartitioningOptions; } public function setIgnoreUnknownValues($ignoreUnknownValues) { $this->ignoreUnknownValues = $ignoreUnknownValues; } public function getIgnoreUnknownValues() { return $this->ignoreUnknownValues; } public function setJsonExtension($jsonExtension) { $this->jsonExtension = $jsonExtension; } public function getJsonExtension() { return $this->jsonExtension; } public function setMaxBadRecords($maxBadRecords) { $this->maxBadRecords = $maxBadRecords; } public function getMaxBadRecords() { return $this->maxBadRecords; } public function setNullMarker($nullMarker) { $this->nullMarker = $nullMarker; } public function getNullMarker() { return $this->nullMarker; } /** * @param Google_Service_Bigquery_ParquetOptions */ public function setParquetOptions(Google_Service_Bigquery_ParquetOptions $parquetOptions) { $this->parquetOptions = $parquetOptions; } /** * @return Google_Service_Bigquery_ParquetOptions */ public function getParquetOptions() { return $this->parquetOptions; } public function setProjectionFields($projectionFields) { $this->projectionFields = $projectionFields; } public function getProjectionFields() { return $this->projectionFields; } public function setQuote($quote) { $this->quote = $quote; } public function getQuote() { return $this->quote; } /** * @param Google_Service_Bigquery_RangePartitioning */ public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) { $this->rangePartitioning = $rangePartitioning; } /** * @return Google_Service_Bigquery_RangePartitioning */ public function getRangePartitioning() { return $this->rangePartitioning; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setSchemaInline($schemaInline) { $this->schemaInline = $schemaInline; } public function getSchemaInline() { return $this->schemaInline; } public function setSchemaInlineFormat($schemaInlineFormat) { $this->schemaInlineFormat = $schemaInlineFormat; } public function getSchemaInlineFormat() { return $this->schemaInlineFormat; } public function setSchemaUpdateOptions($schemaUpdateOptions) { $this->schemaUpdateOptions = $schemaUpdateOptions; } public function getSchemaUpdateOptions() { return $this->schemaUpdateOptions; } public function setSkipLeadingRows($skipLeadingRows) { $this->skipLeadingRows = $skipLeadingRows; } public function getSkipLeadingRows() { return $this->skipLeadingRows; } public function setSourceFormat($sourceFormat) { $this->sourceFormat = $sourceFormat; } public function getSourceFormat() { return $this->sourceFormat; } public function setSourceUris($sourceUris) { $this->sourceUris = $sourceUris; } public function getSourceUris() { return $this->sourceUris; } /** * @param Google_Service_Bigquery_TimePartitioning */ public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) { $this->timePartitioning = $timePartitioning; } /** * @return Google_Service_Bigquery_TimePartitioning */ public function getTimePartitioning() { return $this->timePartitioning; } public function setUseAvroLogicalTypes($useAvroLogicalTypes) { $this->useAvroLogicalTypes = $useAvroLogicalTypes; } public function getUseAvroLogicalTypes() { return $this->useAvroLogicalTypes; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } } PK2 Z/i  cvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaSingleModelForecastingMetrics.phpnu[arimaFittingMetrics = $arimaFittingMetrics; } /** * @return Google_Service_Bigquery_ArimaFittingMetrics */ public function getArimaFittingMetrics() { return $this->arimaFittingMetrics; } public function setHasDrift($hasDrift) { $this->hasDrift = $hasDrift; } public function getHasDrift() { return $this->hasDrift; } /** * @param Google_Service_Bigquery_ArimaOrder */ public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder) { $this->nonSeasonalOrder = $nonSeasonalOrder; } /** * @return Google_Service_Bigquery_ArimaOrder */ public function getNonSeasonalOrder() { return $this->nonSeasonalOrder; } public function setSeasonalPeriods($seasonalPeriods) { $this->seasonalPeriods = $seasonalPeriods; } public function getSeasonalPeriods() { return $this->seasonalPeriods; } public function setTimeSeriesId($timeSeriesId) { $this->timeSeriesId = $timeSeriesId; } public function getTimeSeriesId() { return $this->timeSeriesId; } } PK2 Z>-1Lvendor/google/apiclient-services/src/Google/Service/Bigquery/ClusterInfo.phpnu[centroidId = $centroidId; } public function getCentroidId() { return $this->centroidId; } public function setClusterRadius($clusterRadius) { $this->clusterRadius = $clusterRadius; } public function getClusterRadius() { return $this->clusterRadius; } public function setClusterSize($clusterSize) { $this->clusterSize = $clusterSize; } public function getClusterSize() { return $this->clusterSize; } } PK2 Z]rl? _vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRunTrainingOptions.phpnu[earlyStop = $earlyStop; } public function getEarlyStop() { return $this->earlyStop; } public function setL1Reg($l1Reg) { $this->l1Reg = $l1Reg; } public function getL1Reg() { return $this->l1Reg; } public function setL2Reg($l2Reg) { $this->l2Reg = $l2Reg; } public function getL2Reg() { return $this->l2Reg; } public function setLearnRate($learnRate) { $this->learnRate = $learnRate; } public function getLearnRate() { return $this->learnRate; } public function setLearnRateStrategy($learnRateStrategy) { $this->learnRateStrategy = $learnRateStrategy; } public function getLearnRateStrategy() { return $this->learnRateStrategy; } public function setLineSearchInitLearnRate($lineSearchInitLearnRate) { $this->lineSearchInitLearnRate = $lineSearchInitLearnRate; } public function getLineSearchInitLearnRate() { return $this->lineSearchInitLearnRate; } public function setMaxIteration($maxIteration) { $this->maxIteration = $maxIteration; } public function getMaxIteration() { return $this->maxIteration; } public function setMinRelProgress($minRelProgress) { $this->minRelProgress = $minRelProgress; } public function getMinRelProgress() { return $this->minRelProgress; } public function setWarmStart($warmStart) { $this->warmStart = $warmStart; } public function getWarmStart() { return $this->warmStart; } } PK2 ZZGvendor/google/apiclient-services/src/Google/Service/Bigquery/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_Bigquery_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_Bigquery_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_Bigquery_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Z^Hvendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.phpnu[arguments = $arguments; } /** * @return Google_Service_Bigquery_Argument[] */ public function getArguments() { return $this->arguments; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDefinitionBody($definitionBody) { $this->definitionBody = $definitionBody; } public function getDefinitionBody() { return $this->definitionBody; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDeterminismLevel($determinismLevel) { $this->determinismLevel = $determinismLevel; } public function getDeterminismLevel() { return $this->determinismLevel; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setImportedLibraries($importedLibraries) { $this->importedLibraries = $importedLibraries; } public function getImportedLibraries() { return $this->importedLibraries; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } /** * @param Google_Service_Bigquery_StandardSqlTableType */ public function setReturnTableType(Google_Service_Bigquery_StandardSqlTableType $returnTableType) { $this->returnTableType = $returnTableType; } /** * @return Google_Service_Bigquery_StandardSqlTableType */ public function getReturnTableType() { return $this->returnTableType; } /** * @param Google_Service_Bigquery_StandardSqlDataType */ public function setReturnType(Google_Service_Bigquery_StandardSqlDataType $returnType) { $this->returnType = $returnType; } /** * @return Google_Service_Bigquery_StandardSqlDataType */ public function getReturnType() { return $this->returnType; } /** * @param Google_Service_Bigquery_RoutineReference */ public function setRoutineReference(Google_Service_Bigquery_RoutineReference $routineReference) { $this->routineReference = $routineReference; } /** * @return Google_Service_Bigquery_RoutineReference */ public function getRoutineReference() { return $this->routineReference; } public function setRoutineType($routineType) { $this->routineType = $routineType; } public function getRoutineType() { return $this->routineType; } } PK2 Z V 9 9 Xvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.phpnu[compression = $compression; } public function getCompression() { return $this->compression; } public function setDestinationFormat($destinationFormat) { $this->destinationFormat = $destinationFormat; } public function getDestinationFormat() { return $this->destinationFormat; } public function setDestinationUri($destinationUri) { $this->destinationUri = $destinationUri; } public function getDestinationUri() { return $this->destinationUri; } public function setDestinationUris($destinationUris) { $this->destinationUris = $destinationUris; } public function getDestinationUris() { return $this->destinationUris; } public function setFieldDelimiter($fieldDelimiter) { $this->fieldDelimiter = $fieldDelimiter; } public function getFieldDelimiter() { return $this->fieldDelimiter; } public function setPrintHeader($printHeader) { $this->printHeader = $printHeader; } public function getPrintHeader() { return $this->printHeader; } /** * @param Google_Service_Bigquery_ModelReference */ public function setSourceModel(Google_Service_Bigquery_ModelReference $sourceModel) { $this->sourceModel = $sourceModel; } /** * @return Google_Service_Bigquery_ModelReference */ public function getSourceModel() { return $this->sourceModel; } /** * @param Google_Service_Bigquery_TableReference */ public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable) { $this->sourceTable = $sourceTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getSourceTable() { return $this->sourceTable; } public function setUseAvroLogicalTypes($useAvroLogicalTypes) { $this->useAvroLogicalTypes = $useAvroLogicalTypes; } public function getUseAvroLogicalTypes() { return $this->useAvroLogicalTypes; } } PK2 Z;_^^Xvendor/google/apiclient-services/src/Google/Service/Bigquery/EncryptionConfiguration.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK2 Z\aa`vendor/google/apiclient-services/src/Google/Service/Bigquery/MultiClassClassificationMetrics.phpnu[aggregateClassificationMetrics = $aggregateClassificationMetrics; } /** * @return Google_Service_Bigquery_AggregateClassificationMetrics */ public function getAggregateClassificationMetrics() { return $this->aggregateClassificationMetrics; } /** * @param Google_Service_Bigquery_ConfusionMatrix[] */ public function setConfusionMatrixList($confusionMatrixList) { $this->confusionMatrixList = $confusionMatrixList; } /** * @return Google_Service_Bigquery_ConfusionMatrix[] */ public function getConfusionMatrixList() { return $this->confusionMatrixList; } } PK2 Z'sSvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccessEntry.phpnu[ "target_types", ); protected $datasetType = 'Google_Service_Bigquery_DatasetReference'; protected $datasetDataType = ''; protected $targetTypesType = 'Google_Service_Bigquery_DatasetAccessEntryTargetTypes'; protected $targetTypesDataType = 'array'; /** * @param Google_Service_Bigquery_DatasetReference */ public function setDataset(Google_Service_Bigquery_DatasetReference $dataset) { $this->dataset = $dataset; } /** * @return Google_Service_Bigquery_DatasetReference */ public function getDataset() { return $this->dataset; } /** * @param Google_Service_Bigquery_DatasetAccessEntryTargetTypes[] */ public function setTargetTypes($targetTypes) { $this->targetTypes = $targetTypes; } /** * @return Google_Service_Bigquery_DatasetAccessEntryTargetTypes[] */ public function getTargetTypes() { return $this->targetTypes; } } PK2 ZȂ^vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatisticsReservationUsage.phpnu[name = $name; } public function getName() { return $this->name; } public function setSlotMs($slotMs) { $this->slotMs = $slotMs; } public function getSlotMs() { return $this->slotMs; } } PK2 Z rJvendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.phpnu[v = $v; } public function getV() { return $this->v; } } PK2 Z!UPvendor/google/apiclient-services/src/Google/Service/Bigquery/Streamingbuffer.phpnu[estimatedBytes = $estimatedBytes; } public function getEstimatedBytes() { return $this->estimatedBytes; } public function setEstimatedRows($estimatedRows) { $this->estimatedRows = $estimatedRows; } public function getEstimatedRows() { return $this->estimatedRows; } public function setOldestEntryTime($oldestEntryTime) { $this->oldestEntryTime = $oldestEntryTime; } public function getOldestEntryTime() { return $this->oldestEntryTime; } } PK2 Z>\Lvendor/google/apiclient-services/src/Google/Service/Bigquery/Explanation.phpnu[attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setFeatureName($featureName) { $this->featureName = $featureName; } public function getFeatureName() { return $this->featureName; } } PK2 Z>Qvendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.phpnu[expirationMs = $expirationMs; } public function getExpirationMs() { return $this->expirationMs; } public function setField($field) { $this->field = $field; } public function getField() { return $this->field; } public function setRequirePartitionFilter($requirePartitionFilter) { $this->requirePartitionFilter = $requirePartitionFilter; } public function getRequirePartitionFilter() { return $this->requirePartitionFilter; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZPXvendor/google/apiclient-services/src/Google/Service/Bigquery/HivePartitioningOptions.phpnu[mode = $mode; } public function getMode() { return $this->mode; } public function setRequirePartitionFilter($requirePartitionFilter) { $this->requirePartitionFilter = $requirePartitionFilter; } public function getRequirePartitionFilter() { return $this->requirePartitionFilter; } public function setSourceUriPrefix($sourceUriPrefix) { $this->sourceUriPrefix = $sourceUriPrefix; } public function getSourceUriPrefix() { return $this->sourceUriPrefix; } } PK2 ZB81HHTvendor/google/apiclient-services/src/Google/Service/Bigquery/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_Bigquery_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK2 ZšbbKvendor/google/apiclient-services/src/Google/Service/Bigquery/Clustering.phpnu[fields = $fields; } public function getFields() { return $this->fields; } } PK2 Z bx[vendor/google/apiclient-services/src/Google/Service/Bigquery/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 Z00Rvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $routines = $bigqueryService->routines; * */ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource { /** * Deletes the routine specified by routineId from the dataset. * (routines.delete) * * @param string $projectId Required. Project ID of the routine to delete * @param string $datasetId Required. Dataset ID of the routine to delete * @param string $routineId Required. Routine ID of the routine to delete * @param array $optParams Optional parameters. */ public function delete($projectId, $datasetId, $routineId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified routine resource by routine ID. (routines.get) * * @param string $projectId Required. Project ID of the requested routine * @param string $datasetId Required. Dataset ID of the requested routine * @param string $routineId Required. Routine ID of the requested routine * @param array $optParams Optional parameters. * * @opt_param string readMask If set, only the Routine fields in the field mask * are returned in the response. If unset, all Routine fields are returned. * @return Google_Service_Bigquery_Routine */ public function get($projectId, $datasetId, $routineId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Bigquery_Routine"); } /** * Creates a new routine in the dataset. (routines.insert) * * @param string $projectId Required. Project ID of the new routine * @param string $datasetId Required. Dataset ID of the new routine * @param Google_Service_Bigquery_Routine $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Routine */ public function insert($projectId, $datasetId, Google_Service_Bigquery_Routine $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Bigquery_Routine"); } /** * Lists all routines in the specified dataset. Requires the READER dataset * role. (routines.listRoutines) * * @param string $projectId Required. Project ID of the routines to list * @param string $datasetId Required. Dataset ID of the routines to list * @param array $optParams Optional parameters. * * @opt_param string filter If set, then only the Routines matching this filter * are returned. The current supported form is either "routine_type:" or * "routineType:", where is a RoutineType enum. Example: * "routineType:SCALAR_FUNCTION". * @opt_param string maxResults The maximum number of results to return in a * single response page. Leverage the page tokens to iterate through the entire * collection. * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results * @opt_param string readMask If set, then only the Routine fields in the field * mask, as well as project_id, dataset_id and routine_id, are returned in the * response. If unset, then the following Routine fields are returned: etag, * project_id, dataset_id, routine_id, routine_type, creation_time, * last_modified_time, and language. * @return Google_Service_Bigquery_ListRoutinesResponse */ public function listRoutines($projectId, $datasetId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_ListRoutinesResponse"); } /** * Updates information in an existing routine. The update method replaces the * entire Routine resource. (routines.update) * * @param string $projectId Required. Project ID of the routine to update * @param string $datasetId Required. Dataset ID of the routine to update * @param string $routineId Required. Routine ID of the routine to update * @param Google_Service_Bigquery_Routine $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Routine */ public function update($projectId, $datasetId, $routineId, Google_Service_Bigquery_Routine $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Bigquery_Routine"); } } PK2 ZLNPvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $models = $bigqueryService->models; * */ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource { /** * Deletes the model specified by modelId from the dataset. (models.delete) * * @param string $projectId Required. Project ID of the model to delete. * @param string $datasetId Required. Dataset ID of the model to delete. * @param string $modelId Required. Model ID of the model to delete. * @param array $optParams Optional parameters. */ public function delete($projectId, $datasetId, $modelId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'modelId' => $modelId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified model resource by model ID. (models.get) * * @param string $projectId Required. Project ID of the requested model. * @param string $datasetId Required. Dataset ID of the requested model. * @param string $modelId Required. Model ID of the requested model. * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Model */ public function get($projectId, $datasetId, $modelId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'modelId' => $modelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Bigquery_Model"); } /** * Lists all models in the specified dataset. Requires the READER dataset role. * (models.listModels) * * @param string $projectId Required. Project ID of the models to list. * @param string $datasetId Required. Dataset ID of the models to list. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of results to return in a * single response page. Leverage the page tokens to iterate through the entire * collection. * @opt_param string pageToken Page token, returned by a previous call to * request the next page of results * @return Google_Service_Bigquery_ListModelsResponse */ public function listModels($projectId, $datasetId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_ListModelsResponse"); } /** * Patch specific fields in the specified model. (models.patch) * * @param string $projectId Required. Project ID of the model to patch. * @param string $datasetId Required. Dataset ID of the model to patch. * @param string $modelId Required. Model ID of the model to patch. * @param Google_Service_Bigquery_Model $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Model */ public function patch($projectId, $datasetId, $modelId, Google_Service_Bigquery_Model $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'modelId' => $modelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Bigquery_Model"); } } PK2 Z JJRvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $datasets = $bigqueryService->datasets; * */ class Google_Service_Bigquery_Resource_Datasets extends Google_Service_Resource { /** * Deletes the dataset specified by the datasetId value. Before you can delete a * dataset, you must delete all its tables, either manually or by specifying * deleteContents. Immediately after deletion, you can create another dataset * with the same name. (datasets.delete) * * @param string $projectId Project ID of the dataset being deleted * @param string $datasetId Dataset ID of dataset being deleted * @param array $optParams Optional parameters. * * @opt_param bool deleteContents If True, delete all the tables in the dataset. * If False and the dataset contains tables, the request will fail. Default is * False */ public function delete($projectId, $datasetId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Returns the dataset specified by datasetID. (datasets.get) * * @param string $projectId Project ID of the requested dataset * @param string $datasetId Dataset ID of the requested dataset * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Dataset */ public function get($projectId, $datasetId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Bigquery_Dataset"); } /** * Creates a new empty dataset. (datasets.insert) * * @param string $projectId Project ID of the new dataset * @param Google_Service_Bigquery_Dataset $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Dataset */ public function insert($projectId, Google_Service_Bigquery_Dataset $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset"); } /** * Lists all datasets in the specified project to which you have been granted * the READER dataset role. (datasets.listDatasets) * * @param string $projectId Project ID of the datasets to be listed * @param array $optParams Optional parameters. * * @opt_param bool all Whether to list all datasets, including hidden ones * @opt_param string filter An expression for filtering the results of the * request by label. The syntax is "labels.[:]". Multiple filters can be ANDed * together by connecting with a space. Example: "labels.department:receiving * labels.active". See Filtering datasets using labels for details. * @opt_param string maxResults The maximum number of results to return * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results * @return Google_Service_Bigquery_DatasetList */ public function listDatasets($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList"); } /** * Updates information in an existing dataset. The update method replaces the * entire dataset resource, whereas the patch method only replaces fields that * are provided in the submitted dataset resource. This method supports patch * semantics. (datasets.patch) * * @param string $projectId Project ID of the dataset being updated * @param string $datasetId Dataset ID of the dataset being updated * @param Google_Service_Bigquery_Dataset $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Dataset */ public function patch($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset"); } /** * Updates information in an existing dataset. The update method replaces the * entire dataset resource, whereas the patch method only replaces fields that * are provided in the submitted dataset resource. (datasets.update) * * @param string $projectId Project ID of the dataset being updated * @param string $datasetId Dataset ID of the dataset being updated * @param Google_Service_Bigquery_Dataset $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Dataset */ public function update($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Bigquery_Dataset"); } } PK2 Z+IINvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $jobs = $bigqueryService->jobs; * */ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource { /** * Requests that a job be cancelled. This call will return immediately, and the * client will need to poll for the job status to see if the cancel completed * successfully. Cancelled jobs may still incur costs. (jobs.cancel) * * @param string $projectId [Required] Project ID of the job to cancel * @param string $jobId [Required] Job ID of the job to cancel * @param array $optParams Optional parameters. * * @opt_param string location The geographic location of the job. Required * except for US and EU. See details at * https://cloud.google.com/bigquery/docs/locations#specifying_your_location. * @return Google_Service_Bigquery_JobCancelResponse */ public function cancel($projectId, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse"); } /** * Returns information about a specific job. Job information is available for a * six month period after creation. Requires that you're the person who ran the * job, or have the Is Owner project role. (jobs.get) * * @param string $projectId [Required] Project ID of the requested job * @param string $jobId [Required] Job ID of the requested job * @param array $optParams Optional parameters. * * @opt_param string location The geographic location of the job. Required * except for US and EU. See details at * https://cloud.google.com/bigquery/docs/locations#specifying_your_location. * @return Google_Service_Bigquery_Job */ public function get($projectId, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Bigquery_Job"); } /** * Retrieves the results of a query job. (jobs.getQueryResults) * * @param string $projectId [Required] Project ID of the query job * @param string $jobId [Required] Job ID of the query job * @param array $optParams Optional parameters. * * @opt_param string location The geographic location where the job should run. * Required except for US and EU. See details at * https://cloud.google.com/bigquery/docs/locations#specifying_your_location. * @opt_param string maxResults Maximum number of results to read * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results * @opt_param string startIndex Zero-based index of the starting row * @opt_param string timeoutMs How long to wait for the query to complete, in * milliseconds, before returning. Default is 10 seconds. If the timeout passes * before the job completes, the 'jobComplete' field in the response will be * false * @return Google_Service_Bigquery_GetQueryResultsResponse */ public function getQueryResults($projectId, $jobId, $optParams = array()) { $params = array('projectId' => $projectId, 'jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse"); } /** * Starts a new asynchronous job. Requires the Can View project role. * (jobs.insert) * * @param string $projectId Project ID of the project that will be billed for * the job * @param Google_Service_Bigquery_Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Job */ public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Bigquery_Job"); } /** * Lists all jobs that you started in the specified project. Job information is * available for a six month period after creation. The job list is sorted in * reverse chronological order, by job creation time. Requires the Can View * project role, or the Is Owner project role if you set the allUsers property. * (jobs.listJobs) * * @param string $projectId Project ID of the jobs to list * @param array $optParams Optional parameters. * * @opt_param bool allUsers Whether to display jobs owned by all users in the * project. Default false * @opt_param string maxCreationTime Max value for job creation time, in * milliseconds since the POSIX epoch. If set, only jobs created before or at * this timestamp are returned * @opt_param string maxResults Maximum number of results to return * @opt_param string minCreationTime Min value for job creation time, in * milliseconds since the POSIX epoch. If set, only jobs created after or at * this timestamp are returned * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results * @opt_param string parentJobId If set, retrieves only jobs whose parent is * this job. Otherwise, retrieves only jobs which have no parent * @opt_param string projection Restrict information returned to a set of * selected fields * @opt_param string stateFilter Filter for job state * @return Google_Service_Bigquery_JobList */ public function listJobs($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_JobList"); } /** * Runs a BigQuery SQL query synchronously and returns query results if the * query completes within a specified timeout. (jobs.query) * * @param string $projectId Project ID of the project billed for the query * @param Google_Service_Bigquery_QueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_QueryResponse */ public function query($projectId, Google_Service_Bigquery_QueryRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_Bigquery_QueryResponse"); } } PK2 ZNssRvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Projects.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $projects = $bigqueryService->projects; * */ class Google_Service_Bigquery_Resource_Projects extends Google_Service_Resource { /** * Returns the email address of the service account for your project used for * interactions with Google Cloud KMS. (projects.getServiceAccount) * * @param string $projectId Project ID for which the service account is * requested. * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_GetServiceAccountResponse */ public function getServiceAccount($projectId, $optParams = array()) { $params = array('projectId' => $projectId); $params = array_merge($params, $optParams); return $this->call('getServiceAccount', array($params), "Google_Service_Bigquery_GetServiceAccountResponse"); } /** * Lists all projects to which you have been granted any project role. * (projects.listProjects) * * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results * @return Google_Service_Bigquery_ProjectList */ public function listProjects($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_ProjectList"); } } PK2 Z[f@""Pvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tables.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $tables = $bigqueryService->tables; * */ class Google_Service_Bigquery_Resource_Tables extends Google_Service_Resource { /** * Deletes the table specified by tableId from the dataset. If the table * contains data, all the data will be deleted. (tables.delete) * * @param string $projectId Project ID of the table to delete * @param string $datasetId Dataset ID of the table to delete * @param string $tableId Table ID of the table to delete * @param array $optParams Optional parameters. */ public function delete($projectId, $datasetId, $tableId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets the specified table resource by table ID. This method does not return * the data in the table, it only returns the table resource, which describes * the structure of this table. (tables.get) * * @param string $projectId Project ID of the requested table * @param string $datasetId Dataset ID of the requested table * @param string $tableId Table ID of the requested table * @param array $optParams Optional parameters. * * @opt_param string selectedFields List of fields to return (comma-separated). * If unspecified, all fields are returned * @return Google_Service_Bigquery_Table */ public function get($projectId, $datasetId, $tableId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Bigquery_Table"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (tables.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Bigquery_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Policy */ public function getIamPolicy($resource, Google_Service_Bigquery_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Bigquery_Policy"); } /** * Creates a new, empty table in the dataset. (tables.insert) * * @param string $projectId Project ID of the new table * @param string $datasetId Dataset ID of the new table * @param Google_Service_Bigquery_Table $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Table */ public function insert($projectId, $datasetId, Google_Service_Bigquery_Table $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Bigquery_Table"); } /** * Lists all tables in the specified dataset. Requires the READER dataset role. * (tables.listTables) * * @param string $projectId Project ID of the tables to list * @param string $datasetId Dataset ID of the tables to list * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results * @return Google_Service_Bigquery_TableList */ public function listTables($projectId, $datasetId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_TableList"); } /** * Updates information in an existing table. The update method replaces the * entire table resource, whereas the patch method only replaces fields that are * provided in the submitted table resource. This method supports patch * semantics. (tables.patch) * * @param string $projectId Project ID of the table to update * @param string $datasetId Dataset ID of the table to update * @param string $tableId Table ID of the table to update * @param Google_Service_Bigquery_Table $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Table */ public function patch($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Bigquery_Table"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (tables.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_Bigquery_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Policy */ public function setIamPolicy($resource, Google_Service_Bigquery_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Bigquery_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (tables.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_Bigquery_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Bigquery_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Bigquery_TestIamPermissionsResponse"); } /** * Updates information in an existing table. The update method replaces the * entire table resource, whereas the patch method only replaces fields that are * provided in the submitted table resource. (tables.update) * * @param string $projectId Project ID of the table to update * @param string $datasetId Dataset ID of the table to update * @param string $tableId Table ID of the table to update * @param Google_Service_Bigquery_Table $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Table */ public function update($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Bigquery_Table"); } } PK2 Z2е] Svendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $tabledata = $bigqueryService->tabledata; * */ class Google_Service_Bigquery_Resource_Tabledata extends Google_Service_Resource { /** * Streams data into BigQuery one record at a time without needing to run a load * job. Requires the WRITER dataset role. (tabledata.insertAll) * * @param string $projectId Project ID of the destination table. * @param string $datasetId Dataset ID of the destination table. * @param string $tableId Table ID of the destination table. * @param Google_Service_Bigquery_TableDataInsertAllRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_TableDataInsertAllResponse */ public function insertAll($projectId, $datasetId, $tableId, Google_Service_Bigquery_TableDataInsertAllRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse"); } /** * Retrieves table data from a specified set of rows. Requires the READER * dataset role. (tabledata.listTabledata) * * @param string $projectId Project ID of the table to read * @param string $datasetId Dataset ID of the table to read * @param string $tableId Table ID of the table to read * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of results to return * @opt_param string pageToken Page token, returned by a previous call, * identifying the result set * @opt_param string selectedFields List of fields to return (comma-separated). * If unspecified, all fields are returned * @opt_param string startIndex Zero-based index of the starting row to read * @return Google_Service_Bigquery_TableDataList */ public function listTabledata($projectId, $datasetId, $tableId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_TableDataList"); } } PK2 Zh[vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/RowAccessPolicies.phpnu[ * $bigqueryService = new Google_Service_Bigquery(...); * $rowAccessPolicies = $bigqueryService->rowAccessPolicies; * */ class Google_Service_Bigquery_Resource_RowAccessPolicies extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (rowAccessPolicies.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_Bigquery_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Policy */ public function getIamPolicy($resource, Google_Service_Bigquery_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Bigquery_Policy"); } /** * Lists all row access policies on the specified table. * (rowAccessPolicies.listRowAccessPolicies) * * @param string $projectId Required. Project ID of the row access policies to * list. * @param string $datasetId Required. Dataset ID of row access policies to list. * @param string $tableId Required. Table ID of the table to list row access * policies. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single * response page. Leverage the page tokens to iterate through the entire * collection. * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results. * @return Google_Service_Bigquery_ListRowAccessPoliciesResponse */ public function listRowAccessPolicies($projectId, $datasetId, $tableId, $optParams = array()) { $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Bigquery_ListRowAccessPoliciesResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (rowAccessPolicies.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_Bigquery_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Policy */ public function setIamPolicy($resource, Google_Service_Bigquery_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_Bigquery_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (rowAccessPolicies.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_Bigquery_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_Bigquery_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_Bigquery_TestIamPermissionsResponse"); } } PK2 ZdkkTvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryTimelineSample.phpnu[activeUnits = $activeUnits; } public function getActiveUnits() { return $this->activeUnits; } public function setCompletedUnits($completedUnits) { $this->completedUnits = $completedUnits; } public function getCompletedUnits() { return $this->completedUnits; } public function setElapsedMs($elapsedMs) { $this->elapsedMs = $elapsedMs; } public function getElapsedMs() { return $this->elapsedMs; } public function setPendingUnits($pendingUnits) { $this->pendingUnits = $pendingUnits; } public function getPendingUnits() { return $this->pendingUnits; } public function setTotalSlotMs($totalSlotMs) { $this->totalSlotMs = $totalSlotMs; } public function getTotalSlotMs() { return $this->totalSlotMs; } } PK2 Z6YYKvendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.phpnu[allowJaggedRows = $allowJaggedRows; } public function getAllowJaggedRows() { return $this->allowJaggedRows; } public function setAllowQuotedNewlines($allowQuotedNewlines) { $this->allowQuotedNewlines = $allowQuotedNewlines; } public function getAllowQuotedNewlines() { return $this->allowQuotedNewlines; } public function setEncoding($encoding) { $this->encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setFieldDelimiter($fieldDelimiter) { $this->fieldDelimiter = $fieldDelimiter; } public function getFieldDelimiter() { return $this->fieldDelimiter; } public function setQuote($quote) { $this->quote = $quote; } public function getQuote() { return $this->quote; } public function setSkipLeadingRows($skipLeadingRows) { $this->skipLeadingRows = $skipLeadingRows; } public function getSkipLeadingRows() { return $this->skipLeadingRows; } } PK2 ZJ6 Nvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.phpnu[dataset = $dataset; } /** * @return Google_Service_Bigquery_DatasetAccessEntry */ public function getDataset() { return $this->dataset; } public function setDomain($domain) { $this->domain = $domain; } public function getDomain() { return $this->domain; } public function setGroupByEmail($groupByEmail) { $this->groupByEmail = $groupByEmail; } public function getGroupByEmail() { return $this->groupByEmail; } public function setIamMember($iamMember) { $this->iamMember = $iamMember; } public function getIamMember() { return $this->iamMember; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_Bigquery_RoutineReference */ public function setRoutine(Google_Service_Bigquery_RoutineReference $routine) { $this->routine = $routine; } /** * @return Google_Service_Bigquery_RoutineReference */ public function getRoutine() { return $this->routine; } public function setSpecialGroup($specialGroup) { $this->specialGroup = $specialGroup; } public function getSpecialGroup() { return $this->specialGroup; } public function setUserByEmail($userByEmail) { $this->userByEmail = $userByEmail; } public function getUserByEmail() { return $this->userByEmail; } /** * @param Google_Service_Bigquery_TableReference */ public function setView(Google_Service_Bigquery_TableReference $view) { $this->view = $view; } /** * @return Google_Service_Bigquery_TableReference */ public function getView() { return $this->view; } } PK2 ZV]Rvendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.phpnu[job = $job; } /** * @return Google_Service_Bigquery_Job */ public function getJob() { return $this->job; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 ZfXZvendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequest.phpnu[ignoreUnknownValues = $ignoreUnknownValues; } public function getIgnoreUnknownValues() { return $this->ignoreUnknownValues; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Bigquery_TableDataInsertAllRequestRows[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Bigquery_TableDataInsertAllRequestRows[] */ public function getRows() { return $this->rows; } public function setSkipInvalidRows($skipInvalidRows) { $this->skipInvalidRows = $skipInvalidRows; } public function getSkipInvalidRows() { return $this->skipInvalidRows; } public function setTemplateSuffix($templateSuffix) { $this->templateSuffix = $templateSuffix; } public function getTemplateSuffix() { return $this->templateSuffix; } } PK2 Z`Svendor/google/apiclient-services/src/Google/Service/Bigquery/ListModelsResponse.phpnu[models = $models; } /** * @return Google_Service_Bigquery_Model[] */ public function getModels() { return $this->models; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZEELvendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.phpnu[fields = $fields; } /** * @return Google_Service_Bigquery_TableFieldSchema[] */ public function getFields() { return $this->fields; } } PK2 Z!{{Hvendor/google/apiclient-services/src/Google/Service/Bigquery/Binding.phpnu[condition = $condition; } /** * @return Google_Service_Bigquery_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK2 ZLT_vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2ReservationUsage.phpnu[name = $name; } public function getName() { return $this->name; } public function setSlotMs($slotMs) { $this->slotMs = $slotMs; } public function getSlotMs() { return $this->slotMs; } } PK2 ZJOvendor/google/apiclient-services/src/Google/Service/Bigquery/ModelReference.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setModelId($modelId) { $this->modelId = $modelId; } public function getModelId() { return $this->modelId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK2 Z>hSvendor/google/apiclient-services/src/Google/Service/Bigquery/ConnectionProperty.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 Z ӟ^vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.phpnu[insertId = $insertId; } public function getInsertId() { return $this->insertId; } public function setJson($json) { $this->json = $json; } public function getJson() { return $this->json; } } PK2 Z41Qvendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setSubsteps($substeps) { $this->substeps = $substeps; } public function getSubsteps() { return $this->substeps; } } PK2 ZTvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.phpnu[datasetReference = $datasetReference; } /** * @return Google_Service_Bigquery_DatasetReference */ public function getDatasetReference() { return $this->datasetReference; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } PK2 ZxXXOvendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.phpnu[badRecords = $badRecords; } public function getBadRecords() { return $this->badRecords; } public function setInputFileBytes($inputFileBytes) { $this->inputFileBytes = $inputFileBytes; } public function getInputFileBytes() { return $this->inputFileBytes; } public function setInputFiles($inputFiles) { $this->inputFiles = $inputFiles; } public function getInputFiles() { return $this->inputFiles; } public function setOutputBytes($outputBytes) { $this->outputBytes = $outputBytes; } public function getOutputBytes() { return $this->outputBytes; } public function setOutputRows($outputRows) { $this->outputRows = $outputRows; } public function getOutputRows() { return $this->outputRows; } } PK2 ZߕWLvendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Bigquery_ProjectListProjects[] */ public function setProjects($projects) { $this->projects = $projects; } /** * @return Google_Service_Bigquery_ProjectListProjects[] */ public function getProjects() { return $this->projects; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } } PK2 Z~ev v Qvendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.phpnu[categories = $categories; } /** * @return Google_Service_Bigquery_TableFieldSchemaCategories */ public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Bigquery_TableFieldSchema[] */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_Bigquery_TableFieldSchema[] */ public function getFields() { return $this->fields; } public function setMaxLength($maxLength) { $this->maxLength = $maxLength; } public function getMaxLength() { return $this->maxLength; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Bigquery_TableFieldSchemaPolicyTags */ public function setPolicyTags(Google_Service_Bigquery_TableFieldSchemaPolicyTags $policyTags) { $this->policyTags = $policyTags; } /** * @return Google_Service_Bigquery_TableFieldSchemaPolicyTags */ public function getPolicyTags() { return $this->policyTags; } public function setPrecision($precision) { $this->precision = $precision; } public function getPrecision() { return $this->precision; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z=pUvendor/google/apiclient-services/src/Google/Service/Bigquery/ListRoutinesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Bigquery_Routine[] */ public function setRoutines($routines) { $this->routines = $routines; } /** * @return Google_Service_Bigquery_Routine[] */ public function getRoutines() { return $this->routines; } } PK2 Z*hhTvendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.phpnu[useLegacySql = $useLegacySql; } public function getUseLegacySql() { return $this->useLegacySql; } } PK2 ZbN+ؠTvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.phpnu[aic = $aic; } public function getAic() { return $this->aic; } public function setLogLikelihood($logLikelihood) { $this->logLikelihood = $logLikelihood; } public function getLogLikelihood() { return $this->logLikelihood; } public function setVariance($variance) { $this->variance = $variance; } public function getVariance() { return $this->variance; } } PK2 ZZvendor/google/apiclient-services/src/Google/Service/Bigquery/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK2 ZK}Qvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlField.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Bigquery_StandardSqlDataType */ public function setType(Google_Service_Bigquery_StandardSqlDataType $type) { $this->type = $type; } /** * @return Google_Service_Bigquery_StandardSqlDataType */ public function getType() { return $this->type; } } PK2 Zg9VVYvendor/google/apiclient-services/src/Google/Service/Bigquery/RowAccessPolicyReference.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setPolicyId($policyId) { $this->policyId = $policyId; } public function getPolicyId() { return $this->policyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } } PK2 Z=? ? \vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryClassificationMetrics.phpnu[aggregateClassificationMetrics = $aggregateClassificationMetrics; } /** * @return Google_Service_Bigquery_AggregateClassificationMetrics */ public function getAggregateClassificationMetrics() { return $this->aggregateClassificationMetrics; } /** * @param Google_Service_Bigquery_BinaryConfusionMatrix[] */ public function setBinaryConfusionMatrixList($binaryConfusionMatrixList) { $this->binaryConfusionMatrixList = $binaryConfusionMatrixList; } /** * @return Google_Service_Bigquery_BinaryConfusionMatrix[] */ public function getBinaryConfusionMatrixList() { return $this->binaryConfusionMatrixList; } public function setNegativeLabel($negativeLabel) { $this->negativeLabel = $negativeLabel; } public function getNegativeLabel() { return $this->negativeLabel; } public function setPositiveLabel($positiveLabel) { $this->positiveLabel = $positiveLabel; } public function getPositiveLabel() { return $this->positiveLabel; } } PK2 ZhWvendor/google/apiclient-services/src/Google/Service/Bigquery/PrincipalComponentInfo.phpnu[cumulativeExplainedVarianceRatio = $cumulativeExplainedVarianceRatio; } public function getCumulativeExplainedVarianceRatio() { return $this->cumulativeExplainedVarianceRatio; } public function setExplainedVariance($explainedVariance) { $this->explainedVariance = $explainedVariance; } public function getExplainedVariance() { return $this->explainedVariance; } public function setExplainedVarianceRatio($explainedVarianceRatio) { $this->explainedVarianceRatio = $explainedVarianceRatio; } public function getExplainedVarianceRatio() { return $this->explainedVarianceRatio; } public function setPrincipalComponentId($principalComponentId) { $this->principalComponentId = $principalComponentId; } public function getPrincipalComponentId() { return $this->principalComponentId; } } PK2 ZZRq_'_'Pvendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.phpnu[autoArima = $autoArima; } public function getAutoArima() { return $this->autoArima; } public function setAutoArimaMaxOrder($autoArimaMaxOrder) { $this->autoArimaMaxOrder = $autoArimaMaxOrder; } public function getAutoArimaMaxOrder() { return $this->autoArimaMaxOrder; } public function setBatchSize($batchSize) { $this->batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } public function setDataFrequency($dataFrequency) { $this->dataFrequency = $dataFrequency; } public function getDataFrequency() { return $this->dataFrequency; } public function setDataSplitColumn($dataSplitColumn) { $this->dataSplitColumn = $dataSplitColumn; } public function getDataSplitColumn() { return $this->dataSplitColumn; } public function setDataSplitEvalFraction($dataSplitEvalFraction) { $this->dataSplitEvalFraction = $dataSplitEvalFraction; } public function getDataSplitEvalFraction() { return $this->dataSplitEvalFraction; } public function setDataSplitMethod($dataSplitMethod) { $this->dataSplitMethod = $dataSplitMethod; } public function getDataSplitMethod() { return $this->dataSplitMethod; } public function setDistanceType($distanceType) { $this->distanceType = $distanceType; } public function getDistanceType() { return $this->distanceType; } public function setDropout($dropout) { $this->dropout = $dropout; } public function getDropout() { return $this->dropout; } public function setEarlyStop($earlyStop) { $this->earlyStop = $earlyStop; } public function getEarlyStop() { return $this->earlyStop; } public function setFeedbackType($feedbackType) { $this->feedbackType = $feedbackType; } public function getFeedbackType() { return $this->feedbackType; } public function setHiddenUnits($hiddenUnits) { $this->hiddenUnits = $hiddenUnits; } public function getHiddenUnits() { return $this->hiddenUnits; } public function setHolidayRegion($holidayRegion) { $this->holidayRegion = $holidayRegion; } public function getHolidayRegion() { return $this->holidayRegion; } public function setHorizon($horizon) { $this->horizon = $horizon; } public function getHorizon() { return $this->horizon; } public function setIncludeDrift($includeDrift) { $this->includeDrift = $includeDrift; } public function getIncludeDrift() { return $this->includeDrift; } public function setInitialLearnRate($initialLearnRate) { $this->initialLearnRate = $initialLearnRate; } public function getInitialLearnRate() { return $this->initialLearnRate; } public function setInputLabelColumns($inputLabelColumns) { $this->inputLabelColumns = $inputLabelColumns; } public function getInputLabelColumns() { return $this->inputLabelColumns; } public function setItemColumn($itemColumn) { $this->itemColumn = $itemColumn; } public function getItemColumn() { return $this->itemColumn; } public function setKmeansInitializationColumn($kmeansInitializationColumn) { $this->kmeansInitializationColumn = $kmeansInitializationColumn; } public function getKmeansInitializationColumn() { return $this->kmeansInitializationColumn; } public function setKmeansInitializationMethod($kmeansInitializationMethod) { $this->kmeansInitializationMethod = $kmeansInitializationMethod; } public function getKmeansInitializationMethod() { return $this->kmeansInitializationMethod; } public function setL1Regularization($l1Regularization) { $this->l1Regularization = $l1Regularization; } public function getL1Regularization() { return $this->l1Regularization; } public function setL2Regularization($l2Regularization) { $this->l2Regularization = $l2Regularization; } public function getL2Regularization() { return $this->l2Regularization; } public function setLabelClassWeights($labelClassWeights) { $this->labelClassWeights = $labelClassWeights; } public function getLabelClassWeights() { return $this->labelClassWeights; } public function setLearnRate($learnRate) { $this->learnRate = $learnRate; } public function getLearnRate() { return $this->learnRate; } public function setLearnRateStrategy($learnRateStrategy) { $this->learnRateStrategy = $learnRateStrategy; } public function getLearnRateStrategy() { return $this->learnRateStrategy; } public function setLossType($lossType) { $this->lossType = $lossType; } public function getLossType() { return $this->lossType; } public function setMaxIterations($maxIterations) { $this->maxIterations = $maxIterations; } public function getMaxIterations() { return $this->maxIterations; } public function setMaxTreeDepth($maxTreeDepth) { $this->maxTreeDepth = $maxTreeDepth; } public function getMaxTreeDepth() { return $this->maxTreeDepth; } public function setMinRelativeProgress($minRelativeProgress) { $this->minRelativeProgress = $minRelativeProgress; } public function getMinRelativeProgress() { return $this->minRelativeProgress; } public function setMinSplitLoss($minSplitLoss) { $this->minSplitLoss = $minSplitLoss; } public function getMinSplitLoss() { return $this->minSplitLoss; } public function setModelUri($modelUri) { $this->modelUri = $modelUri; } public function getModelUri() { return $this->modelUri; } /** * @param Google_Service_Bigquery_ArimaOrder */ public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder) { $this->nonSeasonalOrder = $nonSeasonalOrder; } /** * @return Google_Service_Bigquery_ArimaOrder */ public function getNonSeasonalOrder() { return $this->nonSeasonalOrder; } public function setNumClusters($numClusters) { $this->numClusters = $numClusters; } public function getNumClusters() { return $this->numClusters; } public function setNumFactors($numFactors) { $this->numFactors = $numFactors; } public function getNumFactors() { return $this->numFactors; } public function setOptimizationStrategy($optimizationStrategy) { $this->optimizationStrategy = $optimizationStrategy; } public function getOptimizationStrategy() { return $this->optimizationStrategy; } public function setPreserveInputStructs($preserveInputStructs) { $this->preserveInputStructs = $preserveInputStructs; } public function getPreserveInputStructs() { return $this->preserveInputStructs; } public function setSubsample($subsample) { $this->subsample = $subsample; } public function getSubsample() { return $this->subsample; } public function setTimeSeriesDataColumn($timeSeriesDataColumn) { $this->timeSeriesDataColumn = $timeSeriesDataColumn; } public function getTimeSeriesDataColumn() { return $this->timeSeriesDataColumn; } public function setTimeSeriesIdColumn($timeSeriesIdColumn) { $this->timeSeriesIdColumn = $timeSeriesIdColumn; } public function getTimeSeriesIdColumn() { return $this->timeSeriesIdColumn; } public function setTimeSeriesTimestampColumn($timeSeriesTimestampColumn) { $this->timeSeriesTimestampColumn = $timeSeriesTimestampColumn; } public function getTimeSeriesTimestampColumn() { return $this->timeSeriesTimestampColumn; } public function setUserColumn($userColumn) { $this->userColumn = $userColumn; } public function getUserColumn() { return $this->userColumn; } public function setWalsAlpha($walsAlpha) { $this->walsAlpha = $walsAlpha; } public function getWalsAlpha() { return $this->walsAlpha; } public function setWarmStart($warmStart) { $this->warmStart = $warmStart; } public function getWarmStart() { return $this->warmStart; } } PK2 Z>='='Ovendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.phpnu[billingTier = $billingTier; } public function getBillingTier() { return $this->billingTier; } public function setCacheHit($cacheHit) { $this->cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } public function setDdlAffectedRowAccessPolicyCount($ddlAffectedRowAccessPolicyCount) { $this->ddlAffectedRowAccessPolicyCount = $ddlAffectedRowAccessPolicyCount; } public function getDdlAffectedRowAccessPolicyCount() { return $this->ddlAffectedRowAccessPolicyCount; } public function setDdlOperationPerformed($ddlOperationPerformed) { $this->ddlOperationPerformed = $ddlOperationPerformed; } public function getDdlOperationPerformed() { return $this->ddlOperationPerformed; } /** * @param Google_Service_Bigquery_DatasetReference */ public function setDdlTargetDataset(Google_Service_Bigquery_DatasetReference $ddlTargetDataset) { $this->ddlTargetDataset = $ddlTargetDataset; } /** * @return Google_Service_Bigquery_DatasetReference */ public function getDdlTargetDataset() { return $this->ddlTargetDataset; } /** * @param Google_Service_Bigquery_RoutineReference */ public function setDdlTargetRoutine(Google_Service_Bigquery_RoutineReference $ddlTargetRoutine) { $this->ddlTargetRoutine = $ddlTargetRoutine; } /** * @return Google_Service_Bigquery_RoutineReference */ public function getDdlTargetRoutine() { return $this->ddlTargetRoutine; } /** * @param Google_Service_Bigquery_RowAccessPolicyReference */ public function setDdlTargetRowAccessPolicy(Google_Service_Bigquery_RowAccessPolicyReference $ddlTargetRowAccessPolicy) { $this->ddlTargetRowAccessPolicy = $ddlTargetRowAccessPolicy; } /** * @return Google_Service_Bigquery_RowAccessPolicyReference */ public function getDdlTargetRowAccessPolicy() { return $this->ddlTargetRowAccessPolicy; } /** * @param Google_Service_Bigquery_TableReference */ public function setDdlTargetTable(Google_Service_Bigquery_TableReference $ddlTargetTable) { $this->ddlTargetTable = $ddlTargetTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getDdlTargetTable() { return $this->ddlTargetTable; } public function setEstimatedBytesProcessed($estimatedBytesProcessed) { $this->estimatedBytesProcessed = $estimatedBytesProcessed; } public function getEstimatedBytesProcessed() { return $this->estimatedBytesProcessed; } /** * @param Google_Service_Bigquery_BigQueryModelTraining */ public function setModelTraining(Google_Service_Bigquery_BigQueryModelTraining $modelTraining) { $this->modelTraining = $modelTraining; } /** * @return Google_Service_Bigquery_BigQueryModelTraining */ public function getModelTraining() { return $this->modelTraining; } public function setModelTrainingCurrentIteration($modelTrainingCurrentIteration) { $this->modelTrainingCurrentIteration = $modelTrainingCurrentIteration; } public function getModelTrainingCurrentIteration() { return $this->modelTrainingCurrentIteration; } public function setModelTrainingExpectedTotalIteration($modelTrainingExpectedTotalIteration) { $this->modelTrainingExpectedTotalIteration = $modelTrainingExpectedTotalIteration; } public function getModelTrainingExpectedTotalIteration() { return $this->modelTrainingExpectedTotalIteration; } public function setNumDmlAffectedRows($numDmlAffectedRows) { $this->numDmlAffectedRows = $numDmlAffectedRows; } public function getNumDmlAffectedRows() { return $this->numDmlAffectedRows; } /** * @param Google_Service_Bigquery_ExplainQueryStage[] */ public function setQueryPlan($queryPlan) { $this->queryPlan = $queryPlan; } /** * @return Google_Service_Bigquery_ExplainQueryStage[] */ public function getQueryPlan() { return $this->queryPlan; } /** * @param Google_Service_Bigquery_RoutineReference[] */ public function setReferencedRoutines($referencedRoutines) { $this->referencedRoutines = $referencedRoutines; } /** * @return Google_Service_Bigquery_RoutineReference[] */ public function getReferencedRoutines() { return $this->referencedRoutines; } /** * @param Google_Service_Bigquery_TableReference[] */ public function setReferencedTables($referencedTables) { $this->referencedTables = $referencedTables; } /** * @return Google_Service_Bigquery_TableReference[] */ public function getReferencedTables() { return $this->referencedTables; } /** * @param Google_Service_Bigquery_JobStatistics2ReservationUsage[] */ public function setReservationUsage($reservationUsage) { $this->reservationUsage = $reservationUsage; } /** * @return Google_Service_Bigquery_JobStatistics2ReservationUsage[] */ public function getReservationUsage() { return $this->reservationUsage; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setStatementType($statementType) { $this->statementType = $statementType; } public function getStatementType() { return $this->statementType; } /** * @param Google_Service_Bigquery_QueryTimelineSample[] */ public function setTimeline($timeline) { $this->timeline = $timeline; } /** * @return Google_Service_Bigquery_QueryTimelineSample[] */ public function getTimeline() { return $this->timeline; } public function setTotalBytesBilled($totalBytesBilled) { $this->totalBytesBilled = $totalBytesBilled; } public function getTotalBytesBilled() { return $this->totalBytesBilled; } public function setTotalBytesProcessed($totalBytesProcessed) { $this->totalBytesProcessed = $totalBytesProcessed; } public function getTotalBytesProcessed() { return $this->totalBytesProcessed; } public function setTotalBytesProcessedAccuracy($totalBytesProcessedAccuracy) { $this->totalBytesProcessedAccuracy = $totalBytesProcessedAccuracy; } public function getTotalBytesProcessedAccuracy() { return $this->totalBytesProcessedAccuracy; } public function setTotalPartitionsProcessed($totalPartitionsProcessed) { $this->totalPartitionsProcessed = $totalPartitionsProcessed; } public function getTotalPartitionsProcessed() { return $this->totalPartitionsProcessed; } public function setTotalSlotMs($totalSlotMs) { $this->totalSlotMs = $totalSlotMs; } public function getTotalSlotMs() { return $this->totalSlotMs; } /** * @param Google_Service_Bigquery_QueryParameter[] */ public function setUndeclaredQueryParameters($undeclaredQueryParameters) { $this->undeclaredQueryParameters = $undeclaredQueryParameters; } /** * @return Google_Service_Bigquery_QueryParameter[] */ public function getUndeclaredQueryParameters() { return $this->undeclaredQueryParameters; } } PK2 ZzZZ[vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponse.phpnu[insertErrors = $insertErrors; } /** * @return Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors[] */ public function getInsertErrors() { return $this->insertErrors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z)@Qvendor/google/apiclient-services/src/Google/Service/Bigquery/RoutineReference.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRoutineId($routineId) { $this->routineId = $routineId; } public function getRoutineId() { return $this->routineId; } } PK2 Z=Zvendor/google/apiclient-services/src/Google/Service/Bigquery/GetServiceAccountResponse.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z[G_vendor/google/apiclient-services/src/Google/Service/Bigquery/DimensionalityReductionMetrics.phpnu[totalExplainedVarianceRatio = $totalExplainedVarianceRatio; } public function getTotalExplainedVarianceRatio() { return $this->totalExplainedVarianceRatio; } } PK2 ZՉQvendor/google/apiclient-services/src/Google/Service/Bigquery/CategoricalValue.phpnu[categoryCounts = $categoryCounts; } /** * @return Google_Service_Bigquery_CategoryCount[] */ public function getCategoryCounts() { return $this->categoryCounts; } } PK2 ZHvendor/google/apiclient-services/src/Google/Service/Bigquery/Cluster.phpnu[centroidId = $centroidId; } public function getCentroidId() { return $this->centroidId; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Bigquery_FeatureValue[] */ public function setFeatureValues($featureValues) { $this->featureValues = $featureValues; } /** * @return Google_Service_Bigquery_FeatureValue[] */ public function getFeatureValues() { return $this->featureValues; } } PK2 Z\%))Rvendor/google/apiclient-services/src/Google/Service/Bigquery/ClusteringMetrics.phpnu[clusters = $clusters; } /** * @return Google_Service_Bigquery_Cluster[] */ public function getClusters() { return $this->clusters; } public function setDaviesBouldinIndex($daviesBouldinIndex) { $this->daviesBouldinIndex = $daviesBouldinIndex; } public function getDaviesBouldinIndex() { return $this->daviesBouldinIndex; } public function setMeanSquaredDistance($meanSquaredDistance) { $this->meanSquaredDistance = $meanSquaredDistance; } public function getMeanSquaredDistance() { return $this->meanSquaredDistance; } } PK2 ZW{Qvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK2 Z:|Tvendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.phpnu[friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumericId($numericId) { $this->numericId = $numericId; } public function getNumericId() { return $this->numericId; } /** * @param Google_Service_Bigquery_ProjectReference */ public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference) { $this->projectReference = $projectReference; } /** * @return Google_Service_Bigquery_ProjectReference */ public function getProjectReference() { return $this->projectReference; } } PK2 ZWXttJvendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatus.phpnu[errorResult = $errorResult; } /** * @return Google_Service_Bigquery_ErrorProto */ public function getErrorResult() { return $this->errorResult; } /** * @param Google_Service_Bigquery_ErrorProto[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Bigquery_ErrorProto[] */ public function getErrors() { return $this->errors; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK2 Z݂{FOvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameter.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Bigquery_QueryParameterType */ public function setParameterType(Google_Service_Bigquery_QueryParameterType $parameterType) { $this->parameterType = $parameterType; } /** * @return Google_Service_Bigquery_QueryParameterType */ public function getParameterType() { return $this->parameterType; } /** * @param Google_Service_Bigquery_QueryParameterValue */ public function setParameterValue(Google_Service_Bigquery_QueryParameterValue $parameterValue) { $this->parameterValue = $parameterValue; } /** * @return Google_Service_Bigquery_QueryParameterValue */ public function getParameterValue() { return $this->parameterValue; } } PK2 Z*Djj[vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaCategories.phpnu[names = $names; } public function getNames() { return $this->names; } } PK2 Z&0**Mvendor/google/apiclient-services/src/Google/Service/Bigquery/FeatureValue.phpnu[categoricalValue = $categoricalValue; } /** * @return Google_Service_Bigquery_CategoricalValue */ public function getCategoricalValue() { return $this->categoricalValue; } public function setFeatureColumn($featureColumn) { $this->featureColumn = $featureColumn; } public function getFeatureColumn() { return $this->featureColumn; } public function setNumericalValue($numericalValue) { $this->numericalValue = $numericalValue; } public function getNumericalValue() { return $this->numericalValue; } } PK2 Z>22Rvendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStage.phpnu[completedParallelInputs = $completedParallelInputs; } public function getCompletedParallelInputs() { return $this->completedParallelInputs; } public function setComputeMsAvg($computeMsAvg) { $this->computeMsAvg = $computeMsAvg; } public function getComputeMsAvg() { return $this->computeMsAvg; } public function setComputeMsMax($computeMsMax) { $this->computeMsMax = $computeMsMax; } public function getComputeMsMax() { return $this->computeMsMax; } public function setComputeRatioAvg($computeRatioAvg) { $this->computeRatioAvg = $computeRatioAvg; } public function getComputeRatioAvg() { return $this->computeRatioAvg; } public function setComputeRatioMax($computeRatioMax) { $this->computeRatioMax = $computeRatioMax; } public function getComputeRatioMax() { return $this->computeRatioMax; } public function setEndMs($endMs) { $this->endMs = $endMs; } public function getEndMs() { return $this->endMs; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInputStages($inputStages) { $this->inputStages = $inputStages; } public function getInputStages() { return $this->inputStages; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParallelInputs($parallelInputs) { $this->parallelInputs = $parallelInputs; } public function getParallelInputs() { return $this->parallelInputs; } public function setReadMsAvg($readMsAvg) { $this->readMsAvg = $readMsAvg; } public function getReadMsAvg() { return $this->readMsAvg; } public function setReadMsMax($readMsMax) { $this->readMsMax = $readMsMax; } public function getReadMsMax() { return $this->readMsMax; } public function setReadRatioAvg($readRatioAvg) { $this->readRatioAvg = $readRatioAvg; } public function getReadRatioAvg() { return $this->readRatioAvg; } public function setReadRatioMax($readRatioMax) { $this->readRatioMax = $readRatioMax; } public function getReadRatioMax() { return $this->readRatioMax; } public function setRecordsRead($recordsRead) { $this->recordsRead = $recordsRead; } public function getRecordsRead() { return $this->recordsRead; } public function setRecordsWritten($recordsWritten) { $this->recordsWritten = $recordsWritten; } public function getRecordsWritten() { return $this->recordsWritten; } public function setShuffleOutputBytes($shuffleOutputBytes) { $this->shuffleOutputBytes = $shuffleOutputBytes; } public function getShuffleOutputBytes() { return $this->shuffleOutputBytes; } public function setShuffleOutputBytesSpilled($shuffleOutputBytesSpilled) { $this->shuffleOutputBytesSpilled = $shuffleOutputBytesSpilled; } public function getShuffleOutputBytesSpilled() { return $this->shuffleOutputBytesSpilled; } public function setSlotMs($slotMs) { $this->slotMs = $slotMs; } public function getSlotMs() { return $this->slotMs; } public function setStartMs($startMs) { $this->startMs = $startMs; } public function getStartMs() { return $this->startMs; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_Bigquery_ExplainQueryStep[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_Bigquery_ExplainQueryStep[] */ public function getSteps() { return $this->steps; } public function setWaitMsAvg($waitMsAvg) { $this->waitMsAvg = $waitMsAvg; } public function getWaitMsAvg() { return $this->waitMsAvg; } public function setWaitMsMax($waitMsMax) { $this->waitMsMax = $waitMsMax; } public function getWaitMsMax() { return $this->waitMsMax; } public function setWaitRatioAvg($waitRatioAvg) { $this->waitRatioAvg = $waitRatioAvg; } public function getWaitRatioAvg() { return $this->waitRatioAvg; } public function setWaitRatioMax($waitRatioMax) { $this->waitRatioMax = $waitRatioMax; } public function getWaitRatioMax() { return $this->waitRatioMax; } public function setWriteMsAvg($writeMsAvg) { $this->writeMsAvg = $writeMsAvg; } public function getWriteMsAvg() { return $this->writeMsAvg; } public function setWriteMsMax($writeMsMax) { $this->writeMsMax = $writeMsMax; } public function getWriteMsMax() { return $this->writeMsMax; } public function setWriteRatioAvg($writeRatioAvg) { $this->writeRatioAvg = $writeRatioAvg; } public function getWriteRatioAvg() { return $this->writeRatioAvg; } public function setWriteRatioMax($writeRatioMax) { $this->writeRatioMax = $writeRatioMax; } public function getWriteRatioMax() { return $this->writeRatioMax; } } PK2 ZY\Tvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.phpnu[arrayValues = $arrayValues; } /** * @return Google_Service_Bigquery_QueryParameterValue[] */ public function getArrayValues() { return $this->arrayValues; } /** * @param Google_Service_Bigquery_QueryParameterValue[] */ public function setStructValues($structValues) { $this->structValues = $structValues; } /** * @return Google_Service_Bigquery_QueryParameterValue[] */ public function getStructValues() { return $this->structValues; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 Z(V,Svendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.phpnu[arrayType = $arrayType; } /** * @return Google_Service_Bigquery_QueryParameterType */ public function getArrayType() { return $this->arrayType; } /** * @param Google_Service_Bigquery_QueryParameterTypeStructTypes[] */ public function setStructTypes($structTypes) { $this->structTypes = $structTypes; } /** * @return Google_Service_Bigquery_QueryParameterTypeStructTypes[] */ public function getStructTypes() { return $this->structTypes; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 ZQ Lvendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.phpnu[ "user_email", ); protected $configurationType = 'Google_Service_Bigquery_JobConfiguration'; protected $configurationDataType = ''; protected $errorResultType = 'Google_Service_Bigquery_ErrorProto'; protected $errorResultDataType = ''; public $id; protected $jobReferenceType = 'Google_Service_Bigquery_JobReference'; protected $jobReferenceDataType = ''; public $kind; public $state; protected $statisticsType = 'Google_Service_Bigquery_JobStatistics'; protected $statisticsDataType = ''; protected $statusType = 'Google_Service_Bigquery_JobStatus'; protected $statusDataType = ''; public $userEmail; /** * @param Google_Service_Bigquery_JobConfiguration */ public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration) { $this->configuration = $configuration; } /** * @return Google_Service_Bigquery_JobConfiguration */ public function getConfiguration() { return $this->configuration; } /** * @param Google_Service_Bigquery_ErrorProto */ public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult) { $this->errorResult = $errorResult; } /** * @return Google_Service_Bigquery_ErrorProto */ public function getErrorResult() { return $this->errorResult; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Bigquery_JobReference */ public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) { $this->jobReference = $jobReference; } /** * @return Google_Service_Bigquery_JobReference */ public function getJobReference() { return $this->jobReference; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Bigquery_JobStatistics */ public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_Bigquery_JobStatistics */ public function getStatistics() { return $this->statistics; } /** * @param Google_Service_Bigquery_JobStatus */ public function setStatus(Google_Service_Bigquery_JobStatus $status) { $this->status = $status; } /** * @return Google_Service_Bigquery_JobStatus */ public function getStatus() { return $this->status; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } } PK2 Z 3Ovendor/google/apiclient-services/src/Google/Service/Bigquery/RankingMetrics.phpnu[averageRank = $averageRank; } public function getAverageRank() { return $this->averageRank; } public function setMeanAveragePrecision($meanAveragePrecision) { $this->meanAveragePrecision = $meanAveragePrecision; } public function getMeanAveragePrecision() { return $this->meanAveragePrecision; } public function setMeanSquaredError($meanSquaredError) { $this->meanSquaredError = $meanSquaredError; } public function getMeanSquaredError() { return $this->meanSquaredError; } public function setNormalizedDiscountedCumulativeGain($normalizedDiscountedCumulativeGain) { $this->normalizedDiscountedCumulativeGain = $normalizedDiscountedCumulativeGain; } public function getNormalizedDiscountedCumulativeGain() { return $this->normalizedDiscountedCumulativeGain; } } PK2 Z]}Fvendor/google/apiclient-services/src/Google/Service/Bigquery/Entry.phpnu[itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } public function setPredictedLabel($predictedLabel) { $this->predictedLabel = $predictedLabel; } public function getPredictedLabel() { return $this->predictedLabel; } } PK2 ZKKQvendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.phpnu[evaluationKind = $evaluationKind; } public function getEvaluationKind() { return $this->evaluationKind; } /** * @param Google_Service_Bigquery_ScriptStackFrame[] */ public function setStackFrames($stackFrames) { $this->stackFrames = $stackFrames; } /** * @return Google_Service_Bigquery_ScriptStackFrame[] */ public function getStackFrames() { return $this->stackFrames; } } PK2 Z Qvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.phpnu[copy = $copy; } /** * @return Google_Service_Bigquery_JobConfigurationTableCopy */ public function getCopy() { return $this->copy; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } /** * @param Google_Service_Bigquery_JobConfigurationExtract */ public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract) { $this->extract = $extract; } /** * @return Google_Service_Bigquery_JobConfigurationExtract */ public function getExtract() { return $this->extract; } public function setJobTimeoutMs($jobTimeoutMs) { $this->jobTimeoutMs = $jobTimeoutMs; } public function getJobTimeoutMs() { return $this->jobTimeoutMs; } public function setJobType($jobType) { $this->jobType = $jobType; } public function getJobType() { return $this->jobType; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Bigquery_JobConfigurationLoad */ public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load) { $this->load = $load; } /** * @return Google_Service_Bigquery_JobConfigurationLoad */ public function getLoad() { return $this->load; } /** * @param Google_Service_Bigquery_JobConfigurationQuery */ public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query) { $this->query = $query; } /** * @return Google_Service_Bigquery_JobConfigurationQuery */ public function getQuery() { return $this->query; } } PK2 Z[D Pvendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.phpnu[arimaResult = $arimaResult; } /** * @return Google_Service_Bigquery_ArimaResult */ public function getArimaResult() { return $this->arimaResult; } /** * @param Google_Service_Bigquery_ClusterInfo[] */ public function setClusterInfos($clusterInfos) { $this->clusterInfos = $clusterInfos; } /** * @return Google_Service_Bigquery_ClusterInfo[] */ public function getClusterInfos() { return $this->clusterInfos; } public function setDurationMs($durationMs) { $this->durationMs = $durationMs; } public function getDurationMs() { return $this->durationMs; } public function setEvalLoss($evalLoss) { $this->evalLoss = $evalLoss; } public function getEvalLoss() { return $this->evalLoss; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setLearnRate($learnRate) { $this->learnRate = $learnRate; } public function getLearnRate() { return $this->learnRate; } /** * @param Google_Service_Bigquery_PrincipalComponentInfo[] */ public function setPrincipalComponentInfos($principalComponentInfos) { $this->principalComponentInfos = $principalComponentInfos; } /** * @return Google_Service_Bigquery_PrincipalComponentInfo[] */ public function getPrincipalComponentInfos() { return $this->principalComponentInfos; } public function setTrainingLoss($trainingLoss) { $this->trainingLoss = $trainingLoss; } public function getTrainingLoss() { return $this->trainingLoss; } } PK2 Z/,Nvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.phpnu[cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } /** * @param Google_Service_Bigquery_ErrorProto[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Bigquery_ErrorProto[] */ public function getErrors() { return $this->errors; } public function setJobComplete($jobComplete) { $this->jobComplete = $jobComplete; } public function getJobComplete() { return $this->jobComplete; } /** * @param Google_Service_Bigquery_JobReference */ public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) { $this->jobReference = $jobReference; } /** * @return Google_Service_Bigquery_JobReference */ public function getJobReference() { return $this->jobReference; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumDmlAffectedRows($numDmlAffectedRows) { $this->numDmlAffectedRows = $numDmlAffectedRows; } public function getNumDmlAffectedRows() { return $this->numDmlAffectedRows; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_Bigquery_TableRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Bigquery_TableRow[] */ public function getRows() { return $this->rows; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } /** * @param Google_Service_Bigquery_SessionInfo */ public function setSessionInfoTemplate(Google_Service_Bigquery_SessionInfo $sessionInfoTemplate) { $this->sessionInfoTemplate = $sessionInfoTemplate; } /** * @return Google_Service_Bigquery_SessionInfo */ public function getSessionInfoTemplate() { return $this->sessionInfoTemplate; } public function setTotalBytesProcessed($totalBytesProcessed) { $this->totalBytesProcessed = $totalBytesProcessed; } public function getTotalBytesProcessed() { return $this->totalBytesProcessed; } public function setTotalRows($totalRows) { $this->totalRows = $totalRows; } public function getTotalRows() { return $this->totalRows; } } PK2 ZLaVvendor/google/apiclient-services/src/Google/Service/Bigquery/BigQueryModelTraining.phpnu[currentIteration = $currentIteration; } public function getCurrentIteration() { return $this->currentIteration; } public function setExpectedTotalIterations($expectedTotalIterations) { $this->expectedTotalIterations = $expectedTotalIterations; } public function getExpectedTotalIterations() { return $this->expectedTotalIterations; } } PK2 Z_߉vvPvendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinition.phpnu[modelOptions = $modelOptions; } /** * @return Google_Service_Bigquery_ModelDefinitionModelOptions */ public function getModelOptions() { return $this->modelOptions; } /** * @param Google_Service_Bigquery_BqmlTrainingRun[] */ public function setTrainingRuns($trainingRuns) { $this->trainingRuns = $trainingRuns; } /** * @return Google_Service_Bigquery_BqmlTrainingRun[] */ public function getTrainingRuns() { return $this->trainingRuns; } } PK2 Zשc c Xvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaForecastingMetrics.phpnu[arimaFittingMetrics = $arimaFittingMetrics; } /** * @return Google_Service_Bigquery_ArimaFittingMetrics[] */ public function getArimaFittingMetrics() { return $this->arimaFittingMetrics; } /** * @param Google_Service_Bigquery_ArimaSingleModelForecastingMetrics[] */ public function setArimaSingleModelForecastingMetrics($arimaSingleModelForecastingMetrics) { $this->arimaSingleModelForecastingMetrics = $arimaSingleModelForecastingMetrics; } /** * @return Google_Service_Bigquery_ArimaSingleModelForecastingMetrics[] */ public function getArimaSingleModelForecastingMetrics() { return $this->arimaSingleModelForecastingMetrics; } public function setHasDrift($hasDrift) { $this->hasDrift = $hasDrift; } public function getHasDrift() { return $this->hasDrift; } /** * @param Google_Service_Bigquery_ArimaOrder[] */ public function setNonSeasonalOrder($nonSeasonalOrder) { $this->nonSeasonalOrder = $nonSeasonalOrder; } /** * @return Google_Service_Bigquery_ArimaOrder[] */ public function getNonSeasonalOrder() { return $this->nonSeasonalOrder; } public function setSeasonalPeriods($seasonalPeriods) { $this->seasonalPeriods = $seasonalPeriods; } public function getSeasonalPeriods() { return $this->seasonalPeriods; } public function setTimeSeriesId($timeSeriesId) { $this->timeSeriesId = $timeSeriesId; } public function getTimeSeriesId() { return $this->timeSeriesId; } } PK2 Z|yNvendor/google/apiclient-services/src/Google/Service/Bigquery/CategoryCount.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } } PK2 Z'Tvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlDataType.phpnu[arrayElementType = $arrayElementType; } /** * @return Google_Service_Bigquery_StandardSqlDataType */ public function getArrayElementType() { return $this->arrayElementType; } /** * @param Google_Service_Bigquery_StandardSqlStructType */ public function setStructType(Google_Service_Bigquery_StandardSqlStructType $structType) { $this->structType = $structType; } /** * @return Google_Service_Bigquery_StandardSqlStructType */ public function getStructType() { return $this->structType; } public function setTypeKind($typeKind) { $this->typeKind = $typeKind; } public function getTypeKind() { return $this->typeKind; } } PK2 Zm! Vvendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryConfusionMatrix.phpnu[accuracy = $accuracy; } public function getAccuracy() { return $this->accuracy; } public function setF1Score($f1Score) { $this->f1Score = $f1Score; } public function getF1Score() { return $this->f1Score; } public function setFalseNegatives($falseNegatives) { $this->falseNegatives = $falseNegatives; } public function getFalseNegatives() { return $this->falseNegatives; } public function setFalsePositives($falsePositives) { $this->falsePositives = $falsePositives; } public function getFalsePositives() { return $this->falsePositives; } public function setPositiveClassThreshold($positiveClassThreshold) { $this->positiveClassThreshold = $positiveClassThreshold; } public function getPositiveClassThreshold() { return $this->positiveClassThreshold; } public function setPrecision($precision) { $this->precision = $precision; } public function getPrecision() { return $this->precision; } public function setRecall($recall) { $this->recall = $recall; } public function getRecall() { return $this->recall; } public function setTrueNegatives($trueNegatives) { $this->trueNegatives = $trueNegatives; } public function getTrueNegatives() { return $this->trueNegatives; } public function setTruePositives($truePositives) { $this->truePositives = $truePositives; } public function getTruePositives() { return $this->truePositives; } } PK2 Z,A''Rvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.phpnu[autoRegressiveCoefficients = $autoRegressiveCoefficients; } public function getAutoRegressiveCoefficients() { return $this->autoRegressiveCoefficients; } public function setInterceptCoefficient($interceptCoefficient) { $this->interceptCoefficient = $interceptCoefficient; } public function getInterceptCoefficient() { return $this->interceptCoefficient; } public function setMovingAverageCoefficients($movingAverageCoefficients) { $this->movingAverageCoefficients = $movingAverageCoefficients; } public function getMovingAverageCoefficients() { return $this->movingAverageCoefficients; } } PK2 ZUMvendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.phpnu[jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK2 ZXvendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.phpnu[cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } /** * @param Google_Service_Bigquery_ErrorProto[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Bigquery_ErrorProto[] */ public function getErrors() { return $this->errors; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setJobComplete($jobComplete) { $this->jobComplete = $jobComplete; } public function getJobComplete() { return $this->jobComplete; } /** * @param Google_Service_Bigquery_JobReference */ public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) { $this->jobReference = $jobReference; } /** * @return Google_Service_Bigquery_JobReference */ public function getJobReference() { return $this->jobReference; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumDmlAffectedRows($numDmlAffectedRows) { $this->numDmlAffectedRows = $numDmlAffectedRows; } public function getNumDmlAffectedRows() { return $this->numDmlAffectedRows; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_Bigquery_TableRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Bigquery_TableRow[] */ public function getRows() { return $this->rows; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setTotalBytesProcessed($totalBytesProcessed) { $this->totalBytesProcessed = $totalBytesProcessed; } public function getTotalBytesProcessed() { return $this->totalBytesProcessed; } public function setTotalRows($totalRows) { $this->totalRows = $totalRows; } public function getTotalRows() { return $this->totalRows; } } PK2 ZCdd^vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccessEntryTargetTypes.phpnu[targetType = $targetType; } public function getTargetType() { return $this->targetType; } } PK2 ZtB33Lvendor/google/apiclient-services/src/Google/Service/Bigquery/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_Bigquery_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK2 ZzqnOOVvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlStructType.phpnu[fields = $fields; } /** * @return Google_Service_Bigquery_StandardSqlField[] */ public function getFields() { return $this->fields; } } PK2 ZZvendor/google/apiclient-services/src/Google/Service/Bigquery/ExternalDataConfiguration.phpnu[autodetect = $autodetect; } public function getAutodetect() { return $this->autodetect; } /** * @param Google_Service_Bigquery_BigtableOptions */ public function setBigtableOptions(Google_Service_Bigquery_BigtableOptions $bigtableOptions) { $this->bigtableOptions = $bigtableOptions; } /** * @return Google_Service_Bigquery_BigtableOptions */ public function getBigtableOptions() { return $this->bigtableOptions; } public function setCompression($compression) { $this->compression = $compression; } public function getCompression() { return $this->compression; } public function setConnectionId($connectionId) { $this->connectionId = $connectionId; } public function getConnectionId() { return $this->connectionId; } /** * @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; } /** * @param Google_Service_Bigquery_HivePartitioningOptions */ public function setHivePartitioningOptions(Google_Service_Bigquery_HivePartitioningOptions $hivePartitioningOptions) { $this->hivePartitioningOptions = $hivePartitioningOptions; } /** * @return Google_Service_Bigquery_HivePartitioningOptions */ public function getHivePartitioningOptions() { return $this->hivePartitioningOptions; } public function setIgnoreUnknownValues($ignoreUnknownValues) { $this->ignoreUnknownValues = $ignoreUnknownValues; } public function getIgnoreUnknownValues() { return $this->ignoreUnknownValues; } public function setMaxBadRecords($maxBadRecords) { $this->maxBadRecords = $maxBadRecords; } public function getMaxBadRecords() { return $this->maxBadRecords; } /** * @param Google_Service_Bigquery_ParquetOptions */ public function setParquetOptions(Google_Service_Bigquery_ParquetOptions $parquetOptions) { $this->parquetOptions = $parquetOptions; } /** * @return Google_Service_Bigquery_ParquetOptions */ public function getParquetOptions() { return $this->parquetOptions; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setSourceFormat($sourceFormat) { $this->sourceFormat = $sourceFormat; } public function getSourceFormat() { return $this->sourceFormat; } public function setSourceUris($sourceUris) { $this->sourceUris = $sourceUris; } public function getSourceUris() { return $this->sourceUris; } } PK2 Zv(l%l%Fvendor/google/apiclient-services/src/Google/Service/Bigquery/Table.phpnu[clustering = $clustering; } /** * @return Google_Service_Bigquery_Clustering */ public function getClustering() { return $this->clustering; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration) { $this->encryptionConfiguration = $encryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getEncryptionConfiguration() { return $this->encryptionConfiguration; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } /** * @param Google_Service_Bigquery_ExternalDataConfiguration */ public function setExternalDataConfiguration(Google_Service_Bigquery_ExternalDataConfiguration $externalDataConfiguration) { $this->externalDataConfiguration = $externalDataConfiguration; } /** * @return Google_Service_Bigquery_ExternalDataConfiguration */ public function getExternalDataConfiguration() { return $this->externalDataConfiguration; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } /** * @param Google_Service_Bigquery_MaterializedViewDefinition */ public function setMaterializedView(Google_Service_Bigquery_MaterializedViewDefinition $materializedView) { $this->materializedView = $materializedView; } /** * @return Google_Service_Bigquery_MaterializedViewDefinition */ public function getMaterializedView() { return $this->materializedView; } /** * @param Google_Service_Bigquery_ModelDefinition */ public function setModel(Google_Service_Bigquery_ModelDefinition $model) { $this->model = $model; } /** * @return Google_Service_Bigquery_ModelDefinition */ public function getModel() { return $this->model; } public function setNumBytes($numBytes) { $this->numBytes = $numBytes; } public function getNumBytes() { return $this->numBytes; } public function setNumLongTermBytes($numLongTermBytes) { $this->numLongTermBytes = $numLongTermBytes; } public function getNumLongTermBytes() { return $this->numLongTermBytes; } public function setNumPhysicalBytes($numPhysicalBytes) { $this->numPhysicalBytes = $numPhysicalBytes; } public function getNumPhysicalBytes() { return $this->numPhysicalBytes; } public function setNumRows($numRows) { $this->numRows = $numRows; } public function getNumRows() { return $this->numRows; } /** * @param Google_Service_Bigquery_RangePartitioning */ public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) { $this->rangePartitioning = $rangePartitioning; } /** * @return Google_Service_Bigquery_RangePartitioning */ public function getRangePartitioning() { return $this->rangePartitioning; } public function setRequirePartitionFilter($requirePartitionFilter) { $this->requirePartitionFilter = $requirePartitionFilter; } public function getRequirePartitionFilter() { return $this->requirePartitionFilter; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Bigquery_SnapshotDefinition */ public function setSnapshotDefinition(Google_Service_Bigquery_SnapshotDefinition $snapshotDefinition) { $this->snapshotDefinition = $snapshotDefinition; } /** * @return Google_Service_Bigquery_SnapshotDefinition */ public function getSnapshotDefinition() { return $this->snapshotDefinition; } /** * @param Google_Service_Bigquery_Streamingbuffer */ public function setStreamingBuffer(Google_Service_Bigquery_Streamingbuffer $streamingBuffer) { $this->streamingBuffer = $streamingBuffer; } /** * @return Google_Service_Bigquery_Streamingbuffer */ public function getStreamingBuffer() { return $this->streamingBuffer; } /** * @param Google_Service_Bigquery_TableReference */ public function setTableReference(Google_Service_Bigquery_TableReference $tableReference) { $this->tableReference = $tableReference; } /** * @return Google_Service_Bigquery_TableReference */ public function getTableReference() { return $this->tableReference; } /** * @param Google_Service_Bigquery_TimePartitioning */ public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) { $this->timePartitioning = $timePartitioning; } /** * @return Google_Service_Bigquery_TimePartitioning */ public function getTimePartitioning() { return $this->timePartitioning; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Bigquery_ViewDefinition */ public function setView(Google_Service_Bigquery_ViewDefinition $view) { $this->view = $view; } /** * @return Google_Service_Bigquery_ViewDefinition */ public function getView() { return $this->view; } } PK2 ZNcPvendor/google/apiclient-services/src/Google/Service/Bigquery/ConfusionMatrix.phpnu[confidenceThreshold = $confidenceThreshold; } public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * @param Google_Service_Bigquery_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Bigquery_Row[] */ public function getRows() { return $this->rows; } } PK2 ZkIILvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.phpnu[datasets = $datasets; } /** * @return Google_Service_Bigquery_DatasetListDatasets[] */ public function getDatasets() { return $this->datasets; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZEY>44Pvendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.phpnu[clustering = $clustering; } /** * @return Google_Service_Bigquery_Clustering */ public function getClustering() { return $this->clustering; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Bigquery_RangePartitioning */ public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) { $this->rangePartitioning = $rangePartitioning; } /** * @return Google_Service_Bigquery_RangePartitioning */ public function getRangePartitioning() { return $this->rangePartitioning; } /** * @param Google_Service_Bigquery_TableReference */ public function setTableReference(Google_Service_Bigquery_TableReference $tableReference) { $this->tableReference = $tableReference; } /** * @return Google_Service_Bigquery_TableReference */ public function getTableReference() { return $this->tableReference; } /** * @param Google_Service_Bigquery_TimePartitioning */ public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) { $this->timePartitioning = $timePartitioning; } /** * @return Google_Service_Bigquery_TimePartitioning */ public function getTimePartitioning() { return $this->timePartitioning; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Bigquery_TableListTablesView */ public function setView(Google_Service_Bigquery_TableListTablesView $view) { $this->view = $view; } /** * @return Google_Service_Bigquery_TableListTablesView */ public function getView() { return $this->view; } } PK2 Zc[vendor/google/apiclient-services/src/Google/Service/Bigquery/RowLevelSecurityStatistics.phpnu[rowLevelSecurityApplied = $rowLevelSecurityApplied; } public function getRowLevelSecurityApplied() { return $this->rowLevelSecurityApplied; } } PK2 Z.izzZvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.phpnu[createDisposition = $createDisposition; } public function getCreateDisposition() { return $this->createDisposition; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) { $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getDestinationEncryptionConfiguration() { return $this->destinationEncryptionConfiguration; } public function setDestinationExpirationTime($destinationExpirationTime) { $this->destinationExpirationTime = $destinationExpirationTime; } public function getDestinationExpirationTime() { return $this->destinationExpirationTime; } /** * @param Google_Service_Bigquery_TableReference */ public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) { $this->destinationTable = $destinationTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getDestinationTable() { return $this->destinationTable; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } /** * @param Google_Service_Bigquery_TableReference */ public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable) { $this->sourceTable = $sourceTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getSourceTable() { return $this->sourceTable; } /** * @param Google_Service_Bigquery_TableReference[] */ public function setSourceTables($sourceTables) { $this->sourceTables = $sourceTables; } /** * @return Google_Service_Bigquery_TableReference[] */ public function getSourceTables() { return $this->sourceTables; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } } PK2 ZJ"33Ivendor/google/apiclient-services/src/Google/Service/Bigquery/Argument.phpnu[argumentKind = $argumentKind; } public function getArgumentKind() { return $this->argumentKind; } /** * @param Google_Service_Bigquery_StandardSqlDataType */ public function setDataType(Google_Service_Bigquery_StandardSqlDataType $dataType) { $this->dataType = $dataType; } /** * @return Google_Service_Bigquery_StandardSqlDataType */ public function getDataType() { return $this->dataType; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Zx jj[vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaPolicyTags.phpnu[names = $names; } public function getNames() { return $this->names; } } PK2 ZG"YQvendor/google/apiclient-services/src/Google/Service/Bigquery/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK2 Z}ɛNvendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } /** * @param Google_Service_Bigquery_TableRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Bigquery_TableRow[] */ public function getRows() { return $this->rows; } public function setTotalRows($totalRows) { $this->totalRows = $totalRows; } public function getTotalRows() { return $this->totalRows; } } PK2 Z;Kvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.phpnu[d = $d; } public function getD() { return $this->d; } public function setP($p) { $this->p = $p; } public function getP() { return $this->p; } public function setQ($q) { $this->q = $q; } public function getQ() { return $this->q; } } PK2 Z}[vendor/google/apiclient-services/src/Google/Service/Bigquery/MaterializedViewDefinition.phpnu[enableRefresh = $enableRefresh; } public function getEnableRefresh() { return $this->enableRefresh; } public function setLastRefreshTime($lastRefreshTime) { $this->lastRefreshTime = $lastRefreshTime; } public function getLastRefreshTime() { return $this->lastRefreshTime; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setRefreshIntervalMs($refreshIntervalMs) { $this->refreshIntervalMs = $refreshIntervalMs; } public function getRefreshIntervalMs() { return $this->refreshIntervalMs; } } PK2 ZijDvendor/google/apiclient-services/src/Google/Service/Bigquery/Row.phpnu[actualLabel = $actualLabel; } public function getActualLabel() { return $this->actualLabel; } /** * @param Google_Service_Bigquery_Entry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_Bigquery_Entry[] */ public function getEntries() { return $this->entries; } } PK2 Z=:Nvendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.phpnu[ "reservation_id", ); public $completionRatio; public $creationTime; public $endTime; protected $extractType = 'Google_Service_Bigquery_JobStatistics4'; protected $extractDataType = ''; protected $loadType = 'Google_Service_Bigquery_JobStatistics3'; protected $loadDataType = ''; public $numChildJobs; public $parentJobId; protected $queryType = 'Google_Service_Bigquery_JobStatistics2'; protected $queryDataType = ''; public $quotaDeferments; protected $reservationUsageType = 'Google_Service_Bigquery_JobStatisticsReservationUsage'; protected $reservationUsageDataType = 'array'; public $reservationId; protected $rowLevelSecurityStatisticsType = 'Google_Service_Bigquery_RowLevelSecurityStatistics'; protected $rowLevelSecurityStatisticsDataType = ''; protected $scriptStatisticsType = 'Google_Service_Bigquery_ScriptStatistics'; protected $scriptStatisticsDataType = ''; protected $sessionInfoTemplateType = 'Google_Service_Bigquery_SessionInfo'; protected $sessionInfoTemplateDataType = ''; public $startTime; public $totalBytesProcessed; public $totalSlotMs; protected $transactionInfoTemplateType = 'Google_Service_Bigquery_TransactionInfo'; protected $transactionInfoTemplateDataType = ''; public function setCompletionRatio($completionRatio) { $this->completionRatio = $completionRatio; } public function getCompletionRatio() { return $this->completionRatio; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Bigquery_JobStatistics4 */ public function setExtract(Google_Service_Bigquery_JobStatistics4 $extract) { $this->extract = $extract; } /** * @return Google_Service_Bigquery_JobStatistics4 */ public function getExtract() { return $this->extract; } /** * @param Google_Service_Bigquery_JobStatistics3 */ public function setLoad(Google_Service_Bigquery_JobStatistics3 $load) { $this->load = $load; } /** * @return Google_Service_Bigquery_JobStatistics3 */ public function getLoad() { return $this->load; } public function setNumChildJobs($numChildJobs) { $this->numChildJobs = $numChildJobs; } public function getNumChildJobs() { return $this->numChildJobs; } public function setParentJobId($parentJobId) { $this->parentJobId = $parentJobId; } public function getParentJobId() { return $this->parentJobId; } /** * @param Google_Service_Bigquery_JobStatistics2 */ public function setQuery(Google_Service_Bigquery_JobStatistics2 $query) { $this->query = $query; } /** * @return Google_Service_Bigquery_JobStatistics2 */ public function getQuery() { return $this->query; } public function setQuotaDeferments($quotaDeferments) { $this->quotaDeferments = $quotaDeferments; } public function getQuotaDeferments() { return $this->quotaDeferments; } /** * @param Google_Service_Bigquery_JobStatisticsReservationUsage[] */ public function setReservationUsage($reservationUsage) { $this->reservationUsage = $reservationUsage; } /** * @return Google_Service_Bigquery_JobStatisticsReservationUsage[] */ public function getReservationUsage() { return $this->reservationUsage; } public function setReservationId($reservationId) { $this->reservationId = $reservationId; } public function getReservationId() { return $this->reservationId; } /** * @param Google_Service_Bigquery_RowLevelSecurityStatistics */ public function setRowLevelSecurityStatistics(Google_Service_Bigquery_RowLevelSecurityStatistics $rowLevelSecurityStatistics) { $this->rowLevelSecurityStatistics = $rowLevelSecurityStatistics; } /** * @return Google_Service_Bigquery_RowLevelSecurityStatistics */ public function getRowLevelSecurityStatistics() { return $this->rowLevelSecurityStatistics; } /** * @param Google_Service_Bigquery_ScriptStatistics */ public function setScriptStatistics(Google_Service_Bigquery_ScriptStatistics $scriptStatistics) { $this->scriptStatistics = $scriptStatistics; } /** * @return Google_Service_Bigquery_ScriptStatistics */ public function getScriptStatistics() { return $this->scriptStatistics; } /** * @param Google_Service_Bigquery_SessionInfo */ public function setSessionInfoTemplate(Google_Service_Bigquery_SessionInfo $sessionInfoTemplate) { $this->sessionInfoTemplate = $sessionInfoTemplate; } /** * @return Google_Service_Bigquery_SessionInfo */ public function getSessionInfoTemplate() { return $this->sessionInfoTemplate; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTotalBytesProcessed($totalBytesProcessed) { $this->totalBytesProcessed = $totalBytesProcessed; } public function getTotalBytesProcessed() { return $this->totalBytesProcessed; } public function setTotalSlotMs($totalSlotMs) { $this->totalSlotMs = $totalSlotMs; } public function getTotalSlotMs() { return $this->totalSlotMs; } /** * @param Google_Service_Bigquery_TransactionInfo */ public function setTransactionInfoTemplate(Google_Service_Bigquery_TransactionInfo $transactionInfoTemplate) { $this->transactionInfoTemplate = $transactionInfoTemplate; } /** * @return Google_Service_Bigquery_TransactionInfo */ public function getTransactionInfoTemplate() { return $this->transactionInfoTemplate; } } PK2 ZCeqIvendor/google/apiclient-services/src/Google/Service/Bigquery/TableRow.phpnu[f = $f; } /** * @return Google_Service_Bigquery_TableCell[] */ public function getF() { return $this->f; } } PK2 ZyǑTvendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlIterationResult.phpnu[durationMs = $durationMs; } public function getDurationMs() { return $this->durationMs; } public function setEvalLoss($evalLoss) { $this->evalLoss = $evalLoss; } public function getEvalLoss() { return $this->evalLoss; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setLearnRate($learnRate) { $this->learnRate = $learnRate; } public function getLearnRate() { return $this->learnRate; } public function setTrainingLoss($trainingLoss) { $this->trainingLoss = $trainingLoss; } public function getTrainingLoss() { return $this->trainingLoss; } } PK2 ZW^vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Bigquery_QueryParameterType */ public function setType(Google_Service_Bigquery_QueryParameterType $type) { $this->type = $type; } /** * @return Google_Service_Bigquery_QueryParameterType */ public function getType() { return $this->type; } } PK2 Z!!\vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.phpnu[inlineCode = $inlineCode; } public function getInlineCode() { return $this->inlineCode; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK2 Z=oQvendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.phpnu[endColumn = $endColumn; } public function getEndColumn() { return $this->endColumn; } public function setEndLine($endLine) { $this->endLine = $endLine; } public function getEndLine() { return $this->endLine; } public function setProcedureId($procedureId) { $this->procedureId = $procedureId; } public function getProcedureId() { return $this->procedureId; } public function setStartColumn($startColumn) { $this->startColumn = $startColumn; } public function getStartColumn() { return $this->startColumn; } public function setStartLine($startLine) { $this->startLine = $startLine; } public function getStartLine() { return $this->startLine; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK2 ZLOvendor/google/apiclient-services/src/Google/Service/Bigquery/ViewDefinition.phpnu[query = $query; } public function getQuery() { return $this->query; } public function setUseLegacySql($useLegacySql) { $this->useLegacySql = $useLegacySql; } public function getUseLegacySql() { return $this->useLegacySql; } /** * @param Google_Service_Bigquery_UserDefinedFunctionResource[] */ public function setUserDefinedFunctionResources($userDefinedFunctionResources) { $this->userDefinedFunctionResources = $userDefinedFunctionResources; } /** * @return Google_Service_Bigquery_UserDefinedFunctionResource[] */ public function getUserDefinedFunctionResources() { return $this->userDefinedFunctionResources; } } PK2 ZF[vendor/google/apiclient-services/src/Google/Service/Bigquery/DestinationTableProperties.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setFriendlyName($friendlyName) { $this->friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK2 ZxJJPvendor/google/apiclient-services/src/Google/Service/Bigquery/DataSplitResult.phpnu[evaluationTable = $evaluationTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getEvaluationTable() { return $this->evaluationTable; } /** * @param Google_Service_Bigquery_TableReference */ public function setTrainingTable(Google_Service_Bigquery_TableReference $trainingTable) { $this->trainingTable = $trainingTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getTrainingTable() { return $this->trainingTable; } } PK2 Z>VO(**Rvendor/google/apiclient-services/src/Google/Service/Bigquery/GlobalExplanation.phpnu[classLabel = $classLabel; } public function getClassLabel() { return $this->classLabel; } /** * @param Google_Service_Bigquery_Explanation[] */ public function setExplanations($explanations) { $this->explanations = $explanations; } /** * @return Google_Service_Bigquery_Explanation[] */ public function getExplanations() { return $this->explanations; } } PK2 ZuIIEvendor/google/apiclient-services/src/Google/Service/Bigquery/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 Z llMvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.phpnu[connectionProperties = $connectionProperties; } /** * @return Google_Service_Bigquery_ConnectionProperty[] */ public function getConnectionProperties() { return $this->connectionProperties; } public function setCreateSession($createSession) { $this->createSession = $createSession; } public function getCreateSession() { return $this->createSession; } /** * @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; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMaxResults($maxResults) { $this->maxResults = $maxResults; } public function getMaxResults() { return $this->maxResults; } public function setMaximumBytesBilled($maximumBytesBilled) { $this->maximumBytesBilled = $maximumBytesBilled; } public function getMaximumBytesBilled() { return $this->maximumBytesBilled; } public function setParameterMode($parameterMode) { $this->parameterMode = $parameterMode; } public function getParameterMode() { return $this->parameterMode; } public function setPreserveNulls($preserveNulls) { $this->preserveNulls = $preserveNulls; } public function getPreserveNulls() { return $this->preserveNulls; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_Bigquery_QueryParameter[] */ public function setQueryParameters($queryParameters) { $this->queryParameters = $queryParameters; } /** * @return Google_Service_Bigquery_QueryParameter[] */ public function getQueryParameters() { return $this->queryParameters; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } public function setTimeoutMs($timeoutMs) { $this->timeoutMs = $timeoutMs; } public function getTimeoutMs() { return $this->timeoutMs; } public function setUseLegacySql($useLegacySql) { $this->useLegacySql = $useLegacySql; } public function getUseLegacySql() { return $this->useLegacySql; } public function setUseQueryCache($useQueryCache) { $this->useQueryCache = $useQueryCache; } public function getUseQueryCache() { return $this->useQueryCache; } } PK2 Z ]pBvendor/google/apiclient-services/src/Google/Service/Prediction.phpnu[ * Lets you access a cloud hosted machine learning service that makes it easy to * build smart apps

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Prediction extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your data and permissions in Google Cloud Storage. */ const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"; /** View your data in Google Cloud Storage. */ const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"; /** Manage your data in Google Cloud Storage. */ const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"; /** Manage your data in the Google Prediction API. */ const PREDICTION = "https://www.googleapis.com/auth/prediction"; public $hostedmodels; public $trainedmodels; /** * Constructs the internal representation of the Prediction service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'prediction/v1.6/projects/'; $this->version = 'v1.6'; $this->serviceName = 'prediction'; $this->hostedmodels = new Google_Service_Prediction_Resource_Hostedmodels( $this, $this->serviceName, 'hostedmodels', array( 'methods' => array( 'predict' => array( 'path' => '{project}/hostedmodels/{hostedModelName}/predict', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'hostedModelName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->trainedmodels = new Google_Service_Prediction_Resource_Trainedmodels( $this, $this->serviceName, 'trainedmodels', array( 'methods' => array( 'analyze' => array( 'path' => '{project}/trainedmodels/{id}/analyze', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{project}/trainedmodels/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/trainedmodels/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{project}/trainedmodels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/trainedmodels/list', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'predict' => array( 'path' => '{project}/trainedmodels/{id}/predict', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => '{project}/trainedmodels/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK2 Z# ##Gvendor/google/apiclient-services/src/Google/Service/PolicySimulator.phpnu[ * Policy Simulator is a collection of endpoints for creating, running, and * viewing a Replay. A `Replay` is a type of simulation that lets you see how * your members' access to resources might change if you changed your IAM * policy. During a `Replay`, Policy Simulator re-evaluates, or replays, past * access attempts under both the current policy and your proposed policy, and * compares those results to determine how your members' access might change * under the proposed policy.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_PolicySimulator extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $folders_locations_replays; public $folders_locations_replays_results; public $operations; public $organizations_locations_replays; public $organizations_locations_replays_results; public $projects_locations_replays; public $projects_locations_replays_results; /** * Constructs the internal representation of the PolicySimulator service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://policysimulator.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'policysimulator'; $this->folders_locations_replays = new Google_Service_PolicySimulator_Resource_FoldersLocationsReplays( $this, $this->serviceName, 'replays', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/replays', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->folders_locations_replays_results = new Google_Service_PolicySimulator_Resource_FoldersLocationsReplaysResults( $this, $this->serviceName, 'results', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_PolicySimulator_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_locations_replays = new Google_Service_PolicySimulator_Resource_OrganizationsLocationsReplays( $this, $this->serviceName, 'replays', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/replays', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_locations_replays_results = new Google_Service_PolicySimulator_Resource_OrganizationsLocationsReplaysResults( $this, $this->serviceName, 'results', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_replays = new Google_Service_PolicySimulator_Resource_ProjectsLocationsReplays( $this, $this->serviceName, 'replays', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/replays', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_replays_results = new Google_Service_PolicySimulator_Resource_ProjectsLocationsReplaysResults( $this, $this->serviceName, 'results', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 ZWPvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.phpnu[billedBuyer = $billedBuyer; } /** * @return Google_Service_AdExchangeBuyer_Buyer */ public function getBilledBuyer() { return $this->billedBuyer; } /** * @param Google_Service_AdExchangeBuyer_Buyer */ public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) { $this->buyer = $buyer; } /** * @return Google_Service_AdExchangeBuyer_Buyer */ public function getBuyer() { return $this->buyer; } /** * @param Google_Service_AdExchangeBuyer_ContactInformation[] */ public function setBuyerContacts($buyerContacts) { $this->buyerContacts = $buyerContacts; } /** * @return Google_Service_AdExchangeBuyer_ContactInformation[] */ public function getBuyerContacts() { return $this->buyerContacts; } /** * @param Google_Service_AdExchangeBuyer_PrivateData */ public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData) { $this->buyerPrivateData = $buyerPrivateData; } /** * @return Google_Service_AdExchangeBuyer_PrivateData */ public function getBuyerPrivateData() { return $this->buyerPrivateData; } public function setDbmAdvertiserIds($dbmAdvertiserIds) { $this->dbmAdvertiserIds = $dbmAdvertiserIds; } public function getDbmAdvertiserIds() { return $this->dbmAdvertiserIds; } public function setHasBuyerSignedOff($hasBuyerSignedOff) { $this->hasBuyerSignedOff = $hasBuyerSignedOff; } public function getHasBuyerSignedOff() { return $this->hasBuyerSignedOff; } public function setHasSellerSignedOff($hasSellerSignedOff) { $this->hasSellerSignedOff = $hasSellerSignedOff; } public function getHasSellerSignedOff() { return $this->hasSellerSignedOff; } public function setInventorySource($inventorySource) { $this->inventorySource = $inventorySource; } public function getInventorySource() { return $this->inventorySource; } public function setIsRenegotiating($isRenegotiating) { $this->isRenegotiating = $isRenegotiating; } public function getIsRenegotiating() { return $this->isRenegotiating; } public function setIsSetupComplete($isSetupComplete) { $this->isSetupComplete = $isSetupComplete; } public function getIsSetupComplete() { return $this->isSetupComplete; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdExchangeBuyer_MarketplaceLabel[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceLabel[] */ public function getLabels() { return $this->labels; } public function setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole) { $this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole; } public function getLastUpdaterOrCommentorRole() { return $this->lastUpdaterOrCommentorRole; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNegotiationId($negotiationId) { $this->negotiationId = $negotiationId; } public function getNegotiationId() { return $this->negotiationId; } public function setOriginatorRole($originatorRole) { $this->originatorRole = $originatorRole; } public function getOriginatorRole() { return $this->originatorRole; } public function setPrivateAuctionId($privateAuctionId) { $this->privateAuctionId = $privateAuctionId; } public function getPrivateAuctionId() { return $this->privateAuctionId; } public function setProposalId($proposalId) { $this->proposalId = $proposalId; } public function getProposalId() { return $this->proposalId; } public function setProposalState($proposalState) { $this->proposalState = $proposalState; } public function getProposalState() { return $this->proposalState; } public function setRevisionNumber($revisionNumber) { $this->revisionNumber = $revisionNumber; } public function getRevisionNumber() { return $this->revisionNumber; } public function setRevisionTimeMs($revisionTimeMs) { $this->revisionTimeMs = $revisionTimeMs; } public function getRevisionTimeMs() { return $this->revisionTimeMs; } /** * @param Google_Service_AdExchangeBuyer_Seller */ public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyer_Seller */ public function getSeller() { return $this->seller; } /** * @param Google_Service_AdExchangeBuyer_ContactInformation[] */ public function setSellerContacts($sellerContacts) { $this->sellerContacts = $sellerContacts; } /** * @return Google_Service_AdExchangeBuyer_ContactInformation[] */ public function getSellerContacts() { return $this->sellerContacts; } } PK2 Z~6ZZavendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.phpnu[deals = $deals; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDeal[] */ public function getDeals() { return $this->deals; } public function setOrderRevisionNumber($orderRevisionNumber) { $this->orderRevisionNumber = $orderRevisionNumber; } public function getOrderRevisionNumber() { return $this->orderRevisionNumber; } } PK2 Z Zdvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 Zt xnn`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsResponse.phpnu[deals = $deals; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDeal[] */ public function getDeals() { return $this->deals; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } } PK2 Z˱lvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigExcludedPlacements.phpnu[token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zo4__]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.phpnu[notes = $notes; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceNote[] */ public function getNotes() { return $this->notes; } } PK2 Z 2k\Qvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Dimension.phpnu[dimensionType = $dimensionType; } public function getDimensionType() { return $this->dimensionType; } /** * @param Google_Service_AdExchangeBuyer_DimensionDimensionValue[] */ public function setDimensionValues($dimensionValues) { $this->dimensionValues = $dimensionValues; } /** * @return Google_Service_AdExchangeBuyer_DimensionDimensionValue[] */ public function getDimensionValues() { return $this->dimensionValues; } } PK2 Z1^Nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBillingId($billingId) { $this->billingId = $billingId; } public function getBillingId() { return $this->billingId; } public function setBudgetAmount($budgetAmount) { $this->budgetAmount = $budgetAmount; } public function getBudgetAmount() { return $this->budgetAmount; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 ZkQvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTerms.phpnu[brandingType = $brandingType; } public function getBrandingType() { return $this->brandingType; } public function setCrossListedExternalDealIdType($crossListedExternalDealIdType) { $this->crossListedExternalDealIdType = $crossListedExternalDealIdType; } public function getCrossListedExternalDealIdType() { return $this->crossListedExternalDealIdType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_AdExchangeBuyer_Price */ public function setEstimatedGrossSpend(Google_Service_AdExchangeBuyer_Price $estimatedGrossSpend) { $this->estimatedGrossSpend = $estimatedGrossSpend; } /** * @return Google_Service_AdExchangeBuyer_Price */ public function getEstimatedGrossSpend() { return $this->estimatedGrossSpend; } public function setEstimatedImpressionsPerDay($estimatedImpressionsPerDay) { $this->estimatedImpressionsPerDay = $estimatedImpressionsPerDay; } public function getEstimatedImpressionsPerDay() { return $this->estimatedImpressionsPerDay; } /** * @param Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms */ public function setGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms $guaranteedFixedPriceTerms) { $this->guaranteedFixedPriceTerms = $guaranteedFixedPriceTerms; } /** * @return Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms */ public function getGuaranteedFixedPriceTerms() { return $this->guaranteedFixedPriceTerms; } /** * @param Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms */ public function setNonGuaranteedAuctionTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms $nonGuaranteedAuctionTerms) { $this->nonGuaranteedAuctionTerms = $nonGuaranteedAuctionTerms; } /** * @return Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms */ public function getNonGuaranteedAuctionTerms() { return $this->nonGuaranteedAuctionTerms; } /** * @param Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms */ public function setNonGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms $nonGuaranteedFixedPriceTerms) { $this->nonGuaranteedFixedPriceTerms = $nonGuaranteedFixedPriceTerms; } /** * @return Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms */ public function getNonGuaranteedFixedPriceTerms() { return $this->nonGuaranteedFixedPriceTerms; } /** * @param Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms */ public function setRubiconNonGuaranteedTerms(Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms $rubiconNonGuaranteedTerms) { $this->rubiconNonGuaranteedTerms = $rubiconNonGuaranteedTerms; } /** * @return Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms */ public function getRubiconNonGuaranteedTerms() { return $this->rubiconNonGuaranteedTerms; } public function setSellerTimeZone($sellerTimeZone) { $this->sellerTimeZone = $sellerTimeZone; } public function getSellerTimeZone() { return $this->sellerTimeZone; } } PK2 Z"44avendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.phpnu[dimensions = $dimensions; } /** * @return Google_Service_AdExchangeBuyer_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setWeeklyImpressions($weeklyImpressions) { $this->weeklyImpressions = $weeklyImpressions; } public function getWeeklyImpressions() { return $this->weeklyImpressions; } public function setWeeklyUniques($weeklyUniques) { $this->weeklyUniques = $weeklyUniques; } public function getWeeklyUniques() { return $this->weeklyUniques; } } PK2 Z kvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/UpdatePrivateAuctionProposalRequest.phpnu[externalDealId = $externalDealId; } public function getExternalDealId() { return $this->externalDealId; } /** * @param Google_Service_AdExchangeBuyer_MarketplaceNote */ public function setNote(Google_Service_AdExchangeBuyer_MarketplaceNote $note) { $this->note = $note; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceNote */ public function getNote() { return $this->note; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } public function setUpdateAction($updateAction) { $this->updateAction = $updateAction; } public function getUpdateAction() { return $this->updateAction; } } PK2 Z$ +nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueRequestPlatformTargeting.phpnu[requestPlatforms = $requestPlatforms; } public function getRequestPlatforms() { return $this->requestPlatforms; } } PK2 Zbb\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdLogo.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 ZeCdcc]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 Zv_ yevendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeAdTechnologyProviders.phpnu[detectedProviderIds = $detectedProviderIds; } public function getDetectedProviderIds() { return $this->detectedProviderIds; } public function setHasUnidentifiedProvider($hasUnidentifiedProvider) { $this->hasUnidentifiedProvider = $hasUnidentifiedProvider; } public function getHasUnidentifiedProvider() { return $this->hasUnidentifiedProvider; } } PK2 Z(DЋfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.phpnu[dayParts = $dayParts; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueDayPartTargetingDayPart[] */ public function getDayParts() { return $this->dayParts; } public function setTimeZoneType($timeZoneType) { $this->timeZoneType = $timeZoneType; } public function getTimeZoneType() { return $this->timeZoneType; } } PK2 Z Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfoList.phpnu[items = $items; } /** * @return Google_Service_AdExchangeBuyer_BillingInfo[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z[eWvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.phpnu[buyerPrivateData = $buyerPrivateData; } /** * @return Google_Service_AdExchangeBuyer_PrivateData */ public function getBuyerPrivateData() { return $this->buyerPrivateData; } public function setCreationTimeMs($creationTimeMs) { $this->creationTimeMs = $creationTimeMs; } public function getCreationTimeMs() { return $this->creationTimeMs; } public function setCreativePreApprovalPolicy($creativePreApprovalPolicy) { $this->creativePreApprovalPolicy = $creativePreApprovalPolicy; } public function getCreativePreApprovalPolicy() { return $this->creativePreApprovalPolicy; } public function setCreativeSafeFrameCompatibility($creativeSafeFrameCompatibility) { $this->creativeSafeFrameCompatibility = $creativeSafeFrameCompatibility; } public function getCreativeSafeFrameCompatibility() { return $this->creativeSafeFrameCompatibility; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } /** * @param Google_Service_AdExchangeBuyer_DealServingMetadata */ public function setDealServingMetadata(Google_Service_AdExchangeBuyer_DealServingMetadata $dealServingMetadata) { $this->dealServingMetadata = $dealServingMetadata; } /** * @return Google_Service_AdExchangeBuyer_DealServingMetadata */ public function getDealServingMetadata() { return $this->dealServingMetadata; } /** * @param Google_Service_AdExchangeBuyer_DeliveryControl */ public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl) { $this->deliveryControl = $deliveryControl; } /** * @return Google_Service_AdExchangeBuyer_DeliveryControl */ public function getDeliveryControl() { return $this->deliveryControl; } public function setExternalDealId($externalDealId) { $this->externalDealId = $externalDealId; } public function getExternalDealId() { return $this->externalDealId; } public function setFlightEndTimeMs($flightEndTimeMs) { $this->flightEndTimeMs = $flightEndTimeMs; } public function getFlightEndTimeMs() { return $this->flightEndTimeMs; } public function setFlightStartTimeMs($flightStartTimeMs) { $this->flightStartTimeMs = $flightStartTimeMs; } public function getFlightStartTimeMs() { return $this->flightStartTimeMs; } public function setInventoryDescription($inventoryDescription) { $this->inventoryDescription = $inventoryDescription; } public function getInventoryDescription() { return $this->inventoryDescription; } public function setIsRfpTemplate($isRfpTemplate) { $this->isRfpTemplate = $isRfpTemplate; } public function getIsRfpTemplate() { return $this->isRfpTemplate; } public function setIsSetupComplete($isSetupComplete) { $this->isSetupComplete = $isSetupComplete; } public function getIsSetupComplete() { return $this->isSetupComplete; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastUpdateTimeMs($lastUpdateTimeMs) { $this->lastUpdateTimeMs = $lastUpdateTimeMs; } public function getLastUpdateTimeMs() { return $this->lastUpdateTimeMs; } public function setMakegoodRequestedReason($makegoodRequestedReason) { $this->makegoodRequestedReason = $makegoodRequestedReason; } public function getMakegoodRequestedReason() { return $this->makegoodRequestedReason; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setProductRevisionNumber($productRevisionNumber) { $this->productRevisionNumber = $productRevisionNumber; } public function getProductRevisionNumber() { return $this->productRevisionNumber; } public function setProgrammaticCreativeSource($programmaticCreativeSource) { $this->programmaticCreativeSource = $programmaticCreativeSource; } public function getProgrammaticCreativeSource() { return $this->programmaticCreativeSource; } public function setProposalId($proposalId) { $this->proposalId = $proposalId; } public function getProposalId() { return $this->proposalId; } /** * @param Google_Service_AdExchangeBuyer_ContactInformation[] */ public function setSellerContacts($sellerContacts) { $this->sellerContacts = $sellerContacts; } /** * @return Google_Service_AdExchangeBuyer_ContactInformation[] */ public function getSellerContacts() { return $this->sellerContacts; } /** * @param Google_Service_AdExchangeBuyer_SharedTargeting[] */ public function setSharedTargetings($sharedTargetings) { $this->sharedTargetings = $sharedTargetings; } /** * @return Google_Service_AdExchangeBuyer_SharedTargeting[] */ public function getSharedTargetings() { return $this->sharedTargetings; } public function setSyndicationProduct($syndicationProduct) { $this->syndicationProduct = $syndicationProduct; } public function getSyndicationProduct() { return $this->syndicationProduct; } /** * @param Google_Service_AdExchangeBuyer_DealTerms */ public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms) { $this->terms = $terms; } /** * @return Google_Service_AdExchangeBuyer_DealTerms */ public function getTerms() { return $this->terms; } public function setWebPropertyCode($webPropertyCode) { $this->webPropertyCode = $webPropertyCode; } public function getWebPropertyCode() { return $this->webPropertyCode; } } PK2 ZGddgvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.phpnu[filteringCount = $filteringCount; } public function getFilteringCount() { return $this->filteringCount; } public function setFilteringStatus($filteringStatus) { $this->filteringStatus = $filteringStatus; } public function getFilteringStatus() { return $this->filteringStatus; } } PK2 Z2.^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigList.phpnu[items = $items; } /** * @return Google_Service_AdExchangeBuyer_PretargetingConfig[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Zk*fRBBSvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.phpnu[referenceId = $referenceId; } public function getReferenceId() { return $this->referenceId; } public function setReferencePayload($referencePayload) { $this->referencePayload = $referencePayload; } public function getReferencePayload() { return $this->referencePayload; } } PK2 Zjvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigVideoPlayerSizes.phpnu[aspectRatio = $aspectRatio; } public function getAspectRatio() { return $this->aspectRatio; } public function setMinHeight($minHeight) { $this->minHeight = $minHeight; } public function getMinHeight() { return $this->minHeight; } public function setMinWidth($minWidth) { $this->minWidth = $minWidth; } public function getMinWidth() { return $this->minWidth; } } PK2 Z~Uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativesList.phpnu[items = $items; } /** * @return Google_Service_AdExchangeBuyer_Creative[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Z6װcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.phpnu[maxImpressions = $maxImpressions; } public function getMaxImpressions() { return $this->maxImpressions; } public function setNumTimeUnits($numTimeUnits) { $this->numTimeUnits = $numTimeUnits; } public function getNumTimeUnits() { return $this->numTimeUnits; } public function setTimeUnitType($timeUnitType) { $this->timeUnitType = $timeUnitType; } public function getTimeUnitType() { return $this->timeUnitType; } } PK2 Zwcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.phpnu[auctionType = $auctionType; } public function getAuctionType() { return $this->auctionType; } public function setContextType($contextType) { $this->contextType = $contextType; } public function getContextType() { return $this->contextType; } public function setGeoCriteriaId($geoCriteriaId) { $this->geoCriteriaId = $geoCriteriaId; } public function getGeoCriteriaId() { return $this->geoCriteriaId; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } } PK2 ZZ\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.phpnu[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; } } PK2 Za%ss_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } } PK2 ZGG[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersRequest.phpnu[proposals = $proposals; } /** * @return Google_Service_AdExchangeBuyer_Proposal[] */ public function getProposals() { return $this->proposals; } public function setWebPropertyCode($webPropertyCode) { $this->webPropertyCode = $webPropertyCode; } public function getWebPropertyCode() { return $this->webPropertyCode; } } PK2 Zla%dvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.phpnu[token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zb竧ovendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.phpnu[profiles = $profiles; } /** * @return Google_Service_AdExchangeBuyer_PublisherProfileApiProto[] */ public function getProfiles() { return $this->profiles; } } PK2 Ze;EE]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.phpnu[bidProtocol = $bidProtocol; } public function getBidProtocol() { return $this->bidProtocol; } public function setMaximumQps($maximumQps) { $this->maximumQps = $maximumQps; } public function getMaximumQps() { return $this->maximumQps; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK2 Z[Tkvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.phpnu[auctionType = $auctionType; } public function getAuctionType() { return $this->auctionType; } public function setContextType($contextType) { $this->contextType = $contextType; } public function getContextType() { return $this->contextType; } public function setGeoCriteriaId($geoCriteriaId) { $this->geoCriteriaId = $geoCriteriaId; } public function getGeoCriteriaId() { return $this->geoCriteriaId; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } } PK2 Z4.00mvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.phpnu[dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } public function setEndHour($endHour) { $this->endHour = $endHour; } public function getEndHour() { return $this->endHour; } public function setEndMinute($endMinute) { $this->endMinute = $endMinute; } public function getEndMinute() { return $this->endMinute; } public function setStartHour($startHour) { $this->startHour = $startHour; } public function getStartHour() { return $this->startHour; } public function setStartMinute($startMinute) { $this->startMinute = $startMinute; } public function getStartMinute() { return $this->startMinute; } } PK2 Z+!L L Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Budget.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $budget = $adexchangebuyerService->budget; * */ class Google_Service_AdExchangeBuyer_Resource_Budget extends Google_Service_Resource { /** * Returns the budget information for the adgroup specified by the accountId and * billingId. (budget.get) * * @param string $accountId The account id to get the budget information for. * @param string $billingId The billing id to get the budget information for. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Budget */ public function get($accountId, $billingId, $optParams = array()) { $params = array('accountId' => $accountId, 'billingId' => $billingId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget"); } /** * Updates the budget amount for the budget of the adgroup specified by the * accountId and billingId, with the budget amount in the request. This method * supports patch semantics. (budget.patch) * * @param string $accountId The account id associated with the budget being * updated. * @param string $billingId The billing id associated with the budget being * updated. * @param Google_Service_AdExchangeBuyer_Budget $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Budget */ public function patch($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget"); } /** * Updates the budget amount for the budget of the adgroup specified by the * accountId and billingId, with the budget amount in the request. * (budget.update) * * @param string $accountId The account id associated with the budget being * updated. * @param string $billingId The billing id associated with the budget being * updated. * @param Google_Service_AdExchangeBuyer_Budget $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Budget */ public function update($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget"); } } PK2 Zi  \vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Pubprofiles.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $pubprofiles = $adexchangebuyerService->pubprofiles; * */ class Google_Service_AdExchangeBuyer_Resource_Pubprofiles extends Google_Service_Resource { /** * Gets the requested publisher profile(s) by publisher accountId. * (pubprofiles.listPubprofiles) * * @param int $accountId The accountId of the publisher to get profiles for. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_GetPublisherProfilesByAccountIdResponse */ public function listPubprofiles($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_GetPublisherProfilesByAccountIdResponse"); } } PK2 ZuuZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Creatives.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $creatives = $adexchangebuyerService->creatives; * */ class Google_Service_AdExchangeBuyer_Resource_Creatives extends Google_Service_Resource { /** * Add a deal id association for the creative. (creatives.addDeal) * * @param int $accountId The id for the account that will serve this creative. * @param string $buyerCreativeId The buyer-specific id for this creative. * @param string $dealId The id of the deal id to associate with this creative. * @param array $optParams Optional parameters. */ public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = array()) { $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId); $params = array_merge($params, $optParams); return $this->call('addDeal', array($params)); } /** * Gets the status for a single creative. A creative will be available 30-40 * minutes after submission. (creatives.get) * * @param int $accountId The id for the account that will serve this creative. * @param string $buyerCreativeId The buyer-specific id for this creative. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Creative */ public function get($accountId, $buyerCreativeId, $optParams = array()) { $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Creative"); } /** * Submit a new creative. (creatives.insert) * * @param Google_Service_AdExchangeBuyer_Creative $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Creative */ public function insert(Google_Service_AdExchangeBuyer_Creative $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_Creative"); } /** * Retrieves a list of the authenticated user's active creatives. A creative * will be available 30-40 minutes after submission. (creatives.listCreatives) * * @param array $optParams Optional parameters. * * @opt_param int accountId When specified, only creatives for the given account * ids are returned. * @opt_param string buyerCreativeId When specified, only creatives for the * given buyer creative ids are returned. * @opt_param string dealsStatusFilter When specified, only creatives having the * given deals status are returned. * @opt_param string maxResults Maximum number of entries returned on one result * page. If not set, the default is 100. Optional. * @opt_param string openAuctionStatusFilter When specified, only creatives * having the given open auction status are returned. * @opt_param string pageToken A continuation token, used to page through ad * clients. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. Optional. * @return Google_Service_AdExchangeBuyer_CreativesList */ public function listCreatives($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_CreativesList"); } /** * Lists the external deal ids associated with the creative. * (creatives.listDeals) * * @param int $accountId The id for the account that will serve this creative. * @param string $buyerCreativeId The buyer-specific id for this creative. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_CreativeDealIds */ public function listDeals($accountId, $buyerCreativeId, $optParams = array()) { $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId); $params = array_merge($params, $optParams); return $this->call('listDeals', array($params), "Google_Service_AdExchangeBuyer_CreativeDealIds"); } /** * Remove a deal id associated with the creative. (creatives.removeDeal) * * @param int $accountId The id for the account that will serve this creative. * @param string $buyerCreativeId The buyer-specific id for this creative. * @param string $dealId The id of the deal id to disassociate with this * creative. * @param array $optParams Optional parameters. */ public function removeDeal($accountId, $buyerCreativeId, $dealId, $optParams = array()) { $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId); $params = array_merge($params, $optParams); return $this->call('removeDeal', array($params)); } } PK2 ZTpZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Proposals.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $proposals = $adexchangebuyerService->proposals; * */ class Google_Service_AdExchangeBuyer_Resource_Proposals extends Google_Service_Resource { /** * Get a proposal given its id (proposals.get) * * @param string $proposalId Id of the proposal to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Proposal */ public function get($proposalId, $optParams = array()) { $params = array('proposalId' => $proposalId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Proposal"); } /** * Create the given list of proposals (proposals.insert) * * @param Google_Service_AdExchangeBuyer_CreateOrdersRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_CreateOrdersResponse */ public function insert(Google_Service_AdExchangeBuyer_CreateOrdersRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_CreateOrdersResponse"); } /** * Update the given proposal. This method supports patch semantics. * (proposals.patch) * * @param string $proposalId The proposal id to update. * @param string $revisionNumber The last known revision number to update. If * the head revision in the marketplace database has since changed, an error * will be thrown. The caller should then fetch the latest proposal at head * revision and retry the update at that revision. * @param string $updateAction The proposed action to take on the proposal. This * field is required and it must be set when updating a proposal. * @param Google_Service_AdExchangeBuyer_Proposal $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Proposal */ public function patch($proposalId, $revisionNumber, $updateAction, Google_Service_AdExchangeBuyer_Proposal $postBody, $optParams = array()) { $params = array('proposalId' => $proposalId, 'revisionNumber' => $revisionNumber, 'updateAction' => $updateAction, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Proposal"); } /** * Search for proposals using pql query (proposals.search) * * @param array $optParams Optional parameters. * * @opt_param string pqlQuery Query string to retrieve specific proposals. * @return Google_Service_AdExchangeBuyer_GetOrdersResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_AdExchangeBuyer_GetOrdersResponse"); } /** * Update the given proposal to indicate that setup has been completed. * (proposals.setupcomplete) * * @param string $proposalId The proposal id for which the setup is complete * @param array $optParams Optional parameters. */ public function setupcomplete($proposalId, $optParams = array()) { $params = array('proposalId' => $proposalId); $params = array_merge($params, $optParams); return $this->call('setupcomplete', array($params)); } /** * Update the given proposal (proposals.update) * * @param string $proposalId The proposal id to update. * @param string $revisionNumber The last known revision number to update. If * the head revision in the marketplace database has since changed, an error * will be thrown. The caller should then fetch the latest proposal at head * revision and retry the update at that revision. * @param string $updateAction The proposed action to take on the proposal. This * field is required and it must be set when updating a proposal. * @param Google_Service_AdExchangeBuyer_Proposal $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Proposal */ public function update($proposalId, $revisionNumber, $updateAction, Google_Service_AdExchangeBuyer_Proposal $postBody, $optParams = array()) { $params = array('proposalId' => $proposalId, 'revisionNumber' => $revisionNumber, 'updateAction' => $updateAction, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Proposal"); } } PK2 Zۂ\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/BillingInfo.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $billingInfo = $adexchangebuyerService->billingInfo; * */ class Google_Service_AdExchangeBuyer_Resource_BillingInfo extends Google_Service_Resource { /** * Returns the billing information for one account specified by account ID. * (billingInfo.get) * * @param int $accountId The account id. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_BillingInfo */ public function get($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_BillingInfo"); } /** * Retrieves a list of billing information for all accounts of the authenticated * user. (billingInfo.listBillingInfo) * * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_BillingInfoList */ public function listBillingInfo($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_BillingInfoList"); } } PK2 Z7f avendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacenotes.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $marketplacenotes = $adexchangebuyerService->marketplacenotes; * */ class Google_Service_AdExchangeBuyer_Resource_Marketplacenotes extends Google_Service_Resource { /** * Add notes to the proposal (marketplacenotes.insert) * * @param string $proposalId The proposalId to add notes for. * @param Google_Service_AdExchangeBuyer_AddOrderNotesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_AddOrderNotesResponse */ public function insert($proposalId, Google_Service_AdExchangeBuyer_AddOrderNotesRequest $postBody, $optParams = array()) { $params = array('proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_AddOrderNotesResponse"); } /** * Get all the notes associated with a proposal * (marketplacenotes.listMarketplacenotes) * * @param string $proposalId The proposalId to get notes for. To search across * all proposals specify order_id = '-' as part of the URL. * @param array $optParams Optional parameters. * * @opt_param string pqlQuery Query string to retrieve specific notes. To search * the text contents of notes, please use syntax like "WHERE note.note = "foo" * or "WHERE note.note LIKE "%bar%" * @return Google_Service_AdExchangeBuyer_GetOrderNotesResponse */ public function listMarketplacenotes($proposalId, $optParams = array()) { $params = array('proposalId' => $proposalId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_GetOrderNotesResponse"); } } PK2 ZQdssjvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplaceprivateauction.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $marketplaceprivateauction = $adexchangebuyerService->marketplaceprivateauction; * */ class Google_Service_AdExchangeBuyer_Resource_Marketplaceprivateauction extends Google_Service_Resource { /** * Update a given private auction proposal * (marketplaceprivateauction.updateproposal) * * @param string $privateAuctionId The private auction id to be updated. * @param Google_Service_AdExchangeBuyer_UpdatePrivateAuctionProposalRequest $postBody * @param array $optParams Optional parameters. */ public function updateproposal($privateAuctionId, Google_Service_AdExchangeBuyer_UpdatePrivateAuctionProposalRequest $postBody, $optParams = array()) { $params = array('privateAuctionId' => $privateAuctionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateproposal', array($params)); } } PK2 Z*WWcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PretargetingConfig.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $pretargetingConfig = $adexchangebuyerService->pretargetingConfig; * */ class Google_Service_AdExchangeBuyer_Resource_PretargetingConfig extends Google_Service_Resource { /** * Deletes an existing pretargeting config. (pretargetingConfig.delete) * * @param string $accountId The account id to delete the pretargeting config * for. * @param string $configId The specific id of the configuration to delete. * @param array $optParams Optional parameters. */ public function delete($accountId, $configId, $optParams = array()) { $params = array('accountId' => $accountId, 'configId' => $configId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a specific pretargeting configuration (pretargetingConfig.get) * * @param string $accountId The account id to get the pretargeting config for. * @param string $configId The specific id of the configuration to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_PretargetingConfig */ public function get($accountId, $configId, $optParams = array()) { $params = array('accountId' => $accountId, 'configId' => $configId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); } /** * Inserts a new pretargeting configuration. (pretargetingConfig.insert) * * @param string $accountId The account id to insert the pretargeting config * for. * @param Google_Service_AdExchangeBuyer_PretargetingConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_PretargetingConfig */ public function insert($accountId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); } /** * Retrieves a list of the authenticated user's pretargeting configurations. * (pretargetingConfig.listPretargetingConfig) * * @param string $accountId The account id to get the pretargeting configs for. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_PretargetingConfigList */ public function listPretargetingConfig($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfigList"); } /** * Updates an existing pretargeting config. This method supports patch * semantics. (pretargetingConfig.patch) * * @param string $accountId The account id to update the pretargeting config * for. * @param string $configId The specific id of the configuration to update. * @param Google_Service_AdExchangeBuyer_PretargetingConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_PretargetingConfig */ public function patch($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); } /** * Updates an existing pretargeting config. (pretargetingConfig.update) * * @param string $accountId The account id to update the pretargeting config * for. * @param string $configId The specific id of the configuration to update. * @param Google_Service_AdExchangeBuyer_PretargetingConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_PretargetingConfig */ public function update($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); } } PK2 Z%  avendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacedeals.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $marketplacedeals = $adexchangebuyerService->marketplacedeals; * */ class Google_Service_AdExchangeBuyer_Resource_Marketplacedeals extends Google_Service_Resource { /** * Delete the specified deals from the proposal (marketplacedeals.delete) * * @param string $proposalId The proposalId to delete deals from. * @param Google_Service_AdExchangeBuyer_DeleteOrderDealsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_DeleteOrderDealsResponse */ public function delete($proposalId, Google_Service_AdExchangeBuyer_DeleteOrderDealsRequest $postBody, $optParams = array()) { $params = array('proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AdExchangeBuyer_DeleteOrderDealsResponse"); } /** * Add new deals for the specified proposal (marketplacedeals.insert) * * @param string $proposalId proposalId for which deals need to be added. * @param Google_Service_AdExchangeBuyer_AddOrderDealsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_AddOrderDealsResponse */ public function insert($proposalId, Google_Service_AdExchangeBuyer_AddOrderDealsRequest $postBody, $optParams = array()) { $params = array('proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_AddOrderDealsResponse"); } /** * List all the deals for a given proposal * (marketplacedeals.listMarketplacedeals) * * @param string $proposalId The proposalId to get deals for. To search across * all proposals specify order_id = '-' as part of the URL. * @param array $optParams Optional parameters. * * @opt_param string pqlQuery Query string to retrieve specific deals. * @return Google_Service_AdExchangeBuyer_GetOrderDealsResponse */ public function listMarketplacedeals($proposalId, $optParams = array()) { $params = array('proposalId' => $proposalId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_GetOrderDealsResponse"); } /** * Replaces all the deals in the proposal with the passed in deals * (marketplacedeals.update) * * @param string $proposalId The proposalId to edit deals on. * @param Google_Service_AdExchangeBuyer_EditAllOrderDealsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_EditAllOrderDealsResponse */ public function update($proposalId, Google_Service_AdExchangeBuyer_EditAllOrderDealsRequest $postBody, $optParams = array()) { $params = array('proposalId' => $proposalId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_EditAllOrderDealsResponse"); } } PK2 ZXu u Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $accounts = $adexchangebuyerService->accounts; * */ class Google_Service_AdExchangeBuyer_Resource_Accounts extends Google_Service_Resource { /** * Gets one account by ID. (accounts.get) * * @param int $id The account id * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Account */ public function get($id, $optParams = array()) { $params = array('id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Account"); } /** * Retrieves the authenticated user's list of accounts. (accounts.listAccounts) * * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_AccountsList */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_AccountsList"); } /** * Updates an existing account. This method supports patch semantics. * (accounts.patch) * * @param int $id The account id * @param Google_Service_AdExchangeBuyer_Account $postBody * @param array $optParams Optional parameters. * * @opt_param bool confirmUnsafeAccountChange Confirmation for erasing bidder * and cookie matching urls. * @return Google_Service_AdExchangeBuyer_Account */ public function patch($id, Google_Service_AdExchangeBuyer_Account $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Account"); } /** * Updates an existing account. (accounts.update) * * @param int $id The account id * @param Google_Service_AdExchangeBuyer_Account $postBody * @param array $optParams Optional parameters. * * @opt_param bool confirmUnsafeAccountChange Confirmation for erasing bidder * and cookie matching urls. * @return Google_Service_AdExchangeBuyer_Account */ public function update($id, Google_Service_AdExchangeBuyer_Account $postBody, $optParams = array()) { $params = array('id' => $id, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Account"); } } PK2 ZIvjjYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Products.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $products = $adexchangebuyerService->products; * */ class Google_Service_AdExchangeBuyer_Resource_Products extends Google_Service_Resource { /** * Gets the requested product by id. (products.get) * * @param string $productId The id for the product to get the head revision for. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeBuyer_Product */ public function get($productId, $optParams = array()) { $params = array('productId' => $productId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Product"); } /** * Gets the requested product. (products.search) * * @param array $optParams Optional parameters. * * @opt_param string pqlQuery The pql query used to query for products. * @return Google_Service_AdExchangeBuyer_GetOffersResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_AdExchangeBuyer_GetOffersResponse"); } } PK2 Z bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PerformanceReport.phpnu[ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); * $performanceReport = $adexchangebuyerService->performanceReport; * */ class Google_Service_AdExchangeBuyer_Resource_PerformanceReport extends Google_Service_Resource { /** * Retrieves the authenticated user's list of performance metrics. * (performanceReport.listPerformanceReport) * * @param string $accountId The account id to get the reports. * @param string $endDateTime The end time of the report in ISO 8601 timestamp * format using UTC. * @param string $startDateTime The start time of the report in ISO 8601 * timestamp format using UTC. * @param array $optParams Optional parameters. * * @opt_param string maxResults Maximum number of entries returned on one result * page. If not set, the default is 100. Optional. * @opt_param string pageToken A continuation token, used to page through * performance reports. To retrieve the next page, set this parameter to the * value of "nextPageToken" from the previous response. Optional. * @return Google_Service_AdExchangeBuyer_PerformanceReportList */ public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = array()) { $params = array('accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDateTime); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PerformanceReportList"); } } PK2 Z\kk]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.phpnu[deals = $deals; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDeal[] */ public function getDeals() { return $this->deals; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } } PK2 Z+0hmvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.phpnu[fixedPrices = $fixedPrices; } /** * @return Google_Service_AdExchangeBuyer_PricePerBuyer[] */ public function getFixedPrices() { return $this->fixedPrices; } } PK2 Z__]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReportList.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdExchangeBuyer_PerformanceReport[] */ public function setPerformanceReport($performanceReport) { $this->performanceReport = $performanceReport; } /** * @return Google_Service_AdExchangeBuyer_PerformanceReport[] */ public function getPerformanceReport() { return $this->performanceReport; } } PK2 ZȒNvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Seller.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } } PK2 Z;;Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.phpnu[creatorRole = $creatorRole; } public function getCreatorRole() { return $this->creatorRole; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNote($note) { $this->note = $note; } public function getNote() { return $this->note; } public function setNoteId($noteId) { $this->noteId = $noteId; } public function getNoteId() { return $this->noteId; } public function setProposalId($proposalId) { $this->proposalId = $proposalId; } public function getProposalId() { return $this->proposalId; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } public function setTimestampMs($timestampMs) { $this->timestampMs = $timestampMs; } public function getTimestampMs() { return $this->timestampMs; } } PK2 Zwj?Svendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAccountName($accountName) { $this->accountName = $accountName; } public function getAccountName() { return $this->accountName; } public function setBillingId($billingId) { $this->billingId = $billingId; } public function getBillingId() { return $this->billingId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z8^^\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.phpnu[notes = $notes; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceNote[] */ public function getNotes() { return $this->notes; } } PK2 ZjjYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.phpnu[proposals = $proposals; } /** * @return Google_Service_AdExchangeBuyer_Proposal[] */ public function getProposals() { return $this->proposals; } } PK2 Zћivendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogGenderCriteria.phpnu[demogGenderCriteriaIds = $demogGenderCriteriaIds; } public function getDemogGenderCriteriaIds() { return $this->demogGenderCriteriaIds; } } PK2 ZһlHXXuvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.phpnu[currencyConversionTimeMs = $currencyConversionTimeMs; } public function getCurrencyConversionTimeMs() { return $this->currencyConversionTimeMs; } public function setDfpLineItemId($dfpLineItemId) { $this->dfpLineItemId = $dfpLineItemId; } public function getDfpLineItemId() { return $this->dfpLineItemId; } public function setOriginalContractedQuantity($originalContractedQuantity) { $this->originalContractedQuantity = $originalContractedQuantity; } public function getOriginalContractedQuantity() { return $this->originalContractedQuantity; } /** * @param Google_Service_AdExchangeBuyer_Price */ public function setPrice(Google_Service_AdExchangeBuyer_Price $price) { $this->price = $price; } /** * @return Google_Service_AdExchangeBuyer_Price */ public function getPrice() { return $this->price; } } PK2 Z000\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.phpnu[deals = $deals; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDeal[] */ public function getDeals() { return $this->deals; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } public function setUpdateAction($updateAction) { $this->updateAction = $updateAction; } public function getUpdateAction() { return $this->updateAction; } } PK2 ZMee_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 Z'[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.phpnu[alcoholAdsAllowed = $alcoholAdsAllowed; } public function getAlcoholAdsAllowed() { return $this->alcoholAdsAllowed; } /** * @param Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus */ public function setDealPauseStatus(Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus $dealPauseStatus) { $this->dealPauseStatus = $dealPauseStatus; } /** * @return Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus */ public function getDealPauseStatus() { return $this->dealPauseStatus; } } PK2 Zhjvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.phpnu[autoOptimizePrivateAuction = $autoOptimizePrivateAuction; } public function getAutoOptimizePrivateAuction() { return $this->autoOptimizePrivateAuction; } /** * @param Google_Service_AdExchangeBuyer_PricePerBuyer[] */ public function setReservePricePerBuyers($reservePricePerBuyers) { $this->reservePricePerBuyers = $reservePricePerBuyers; } /** * @return Google_Service_AdExchangeBuyer_PricePerBuyer[] */ public function getReservePricePerBuyers() { return $this->reservePricePerBuyers; } } PK2 ZxL__]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.phpnu[deals = $deals; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDeal[] */ public function getDeals() { return $this->deals; } } PK2 Z1!!Ovendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Product.phpnu[billedBuyer = $billedBuyer; } /** * @return Google_Service_AdExchangeBuyer_Buyer */ public function getBilledBuyer() { return $this->billedBuyer; } /** * @param Google_Service_AdExchangeBuyer_Buyer */ public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) { $this->buyer = $buyer; } /** * @return Google_Service_AdExchangeBuyer_Buyer */ public function getBuyer() { return $this->buyer; } public function setCreationTimeMs($creationTimeMs) { $this->creationTimeMs = $creationTimeMs; } public function getCreationTimeMs() { return $this->creationTimeMs; } /** * @param Google_Service_AdExchangeBuyer_ContactInformation[] */ public function setCreatorContacts($creatorContacts) { $this->creatorContacts = $creatorContacts; } /** * @return Google_Service_AdExchangeBuyer_ContactInformation[] */ public function getCreatorContacts() { return $this->creatorContacts; } public function setCreatorRole($creatorRole) { $this->creatorRole = $creatorRole; } public function getCreatorRole() { return $this->creatorRole; } /** * @param Google_Service_AdExchangeBuyer_DeliveryControl */ public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl) { $this->deliveryControl = $deliveryControl; } /** * @return Google_Service_AdExchangeBuyer_DeliveryControl */ public function getDeliveryControl() { return $this->deliveryControl; } public function setFlightEndTimeMs($flightEndTimeMs) { $this->flightEndTimeMs = $flightEndTimeMs; } public function getFlightEndTimeMs() { return $this->flightEndTimeMs; } public function setFlightStartTimeMs($flightStartTimeMs) { $this->flightStartTimeMs = $flightStartTimeMs; } public function getFlightStartTimeMs() { return $this->flightStartTimeMs; } public function setHasCreatorSignedOff($hasCreatorSignedOff) { $this->hasCreatorSignedOff = $hasCreatorSignedOff; } public function getHasCreatorSignedOff() { return $this->hasCreatorSignedOff; } public function setInventorySource($inventorySource) { $this->inventorySource = $inventorySource; } public function getInventorySource() { return $this->inventorySource; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdExchangeBuyer_MarketplaceLabel[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceLabel[] */ public function getLabels() { return $this->labels; } public function setLastUpdateTimeMs($lastUpdateTimeMs) { $this->lastUpdateTimeMs = $lastUpdateTimeMs; } public function getLastUpdateTimeMs() { return $this->lastUpdateTimeMs; } public function setLegacyOfferId($legacyOfferId) { $this->legacyOfferId = $legacyOfferId; } public function getLegacyOfferId() { return $this->legacyOfferId; } public function setMarketplacePublisherProfileId($marketplacePublisherProfileId) { $this->marketplacePublisherProfileId = $marketplacePublisherProfileId; } public function getMarketplacePublisherProfileId() { return $this->marketplacePublisherProfileId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrivateAuctionId($privateAuctionId) { $this->privateAuctionId = $privateAuctionId; } public function getPrivateAuctionId() { return $this->privateAuctionId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setPublisherProfileId($publisherProfileId) { $this->publisherProfileId = $publisherProfileId; } public function getPublisherProfileId() { return $this->publisherProfileId; } /** * @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast */ public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast) { $this->publisherProvidedForecast = $publisherProvidedForecast; } /** * @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast */ public function getPublisherProvidedForecast() { return $this->publisherProvidedForecast; } public function setRevisionNumber($revisionNumber) { $this->revisionNumber = $revisionNumber; } public function getRevisionNumber() { return $this->revisionNumber; } /** * @param Google_Service_AdExchangeBuyer_Seller */ public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyer_Seller */ public function getSeller() { return $this->seller; } /** * @param Google_Service_AdExchangeBuyer_SharedTargeting[] */ public function setSharedTargetings($sharedTargetings) { $this->sharedTargetings = $sharedTargetings; } /** * @return Google_Service_AdExchangeBuyer_SharedTargeting[] */ public function getSharedTargetings() { return $this->sharedTargetings; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSyndicationProduct($syndicationProduct) { $this->syndicationProduct = $syndicationProduct; } public function getSyndicationProduct() { return $this->syndicationProduct; } /** * @param Google_Service_AdExchangeBuyer_DealTerms */ public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms) { $this->terms = $terms; } /** * @return Google_Service_AdExchangeBuyer_DealTerms */ public function getTerms() { return $this->terms; } public function setWebPropertyCode($webPropertyCode) { $this->webPropertyCode = $webPropertyCode; } public function getWebPropertyCode() { return $this->webPropertyCode; } } PK2 Z:__]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.phpnu[notes = $notes; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceNote[] */ public function getNotes() { return $this->notes; } } PK2 Z DDjvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.phpnu[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; } } PK2 Z5cvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.phpnu[arcStatus = $arcStatus; } public function getArcStatus() { return $this->arcStatus; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } PK2 Z`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsRequest.phpnu[deals = $deals; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDeal[] */ public function getDeals() { return $this->deals; } /** * @param Google_Service_AdExchangeBuyer_Proposal */ public function setProposal(Google_Service_AdExchangeBuyer_Proposal $proposal) { $this->proposal = $proposal; } /** * @return Google_Service_AdExchangeBuyer_Proposal */ public function getProposal() { return $this->proposal; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } public function setUpdateAction($updateAction) { $this->updateAction = $updateAction; } public function getUpdateAction() { return $this->updateAction; } } PK2 Zojvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.phpnu[buyerPauseReason = $buyerPauseReason; } public function getBuyerPauseReason() { return $this->buyerPauseReason; } public function setFirstPausedBy($firstPausedBy) { $this->firstPausedBy = $firstPausedBy; } public function getFirstPausedBy() { return $this->firstPausedBy; } public function setHasBuyerPaused($hasBuyerPaused) { $this->hasBuyerPaused = $hasBuyerPaused; } public function getHasBuyerPaused() { return $this->hasBuyerPaused; } public function setHasSellerPaused($hasSellerPaused) { $this->hasSellerPaused = $hasSellerPaused; } public function getHasSellerPaused() { return $this->hasSellerPaused; } public function setSellerPauseReason($sellerPauseReason) { $this->sellerPauseReason = $sellerPauseReason; } public function getSellerPauseReason() { return $this->sellerPauseReason; } } PK2 ZBľzzVvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.phpnu[creativeSizeValue = $creativeSizeValue; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueCreativeSize */ public function getCreativeSizeValue() { return $this->creativeSizeValue; } /** * @param Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting */ public function setDayPartTargetingValue(Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting $dayPartTargetingValue) { $this->dayPartTargetingValue = $dayPartTargetingValue; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting */ public function getDayPartTargetingValue() { return $this->dayPartTargetingValue; } /** * @param Google_Service_AdExchangeBuyer_TargetingValueDemogAgeCriteria */ public function setDemogAgeCriteriaValue(Google_Service_AdExchangeBuyer_TargetingValueDemogAgeCriteria $demogAgeCriteriaValue) { $this->demogAgeCriteriaValue = $demogAgeCriteriaValue; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueDemogAgeCriteria */ public function getDemogAgeCriteriaValue() { return $this->demogAgeCriteriaValue; } /** * @param Google_Service_AdExchangeBuyer_TargetingValueDemogGenderCriteria */ public function setDemogGenderCriteriaValue(Google_Service_AdExchangeBuyer_TargetingValueDemogGenderCriteria $demogGenderCriteriaValue) { $this->demogGenderCriteriaValue = $demogGenderCriteriaValue; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueDemogGenderCriteria */ public function getDemogGenderCriteriaValue() { return $this->demogGenderCriteriaValue; } public function setLongValue($longValue) { $this->longValue = $longValue; } public function getLongValue() { return $this->longValue; } /** * @param Google_Service_AdExchangeBuyer_TargetingValueRequestPlatformTargeting */ public function setRequestPlatformTargetingValue(Google_Service_AdExchangeBuyer_TargetingValueRequestPlatformTargeting $requestPlatformTargetingValue) { $this->requestPlatformTargetingValue = $requestPlatformTargetingValue; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueRequestPlatformTargeting */ public function getRequestPlatformTargetingValue() { return $this->requestPlatformTargetingValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK2 ZM<<Xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setCreateTimeMs($createTimeMs) { $this->createTimeMs = $createTimeMs; } public function getCreateTimeMs() { return $this->createTimeMs; } /** * @param Google_Service_AdExchangeBuyer_MarketplaceDealParty */ public function setDeprecatedMarketplaceDealParty(Google_Service_AdExchangeBuyer_MarketplaceDealParty $deprecatedMarketplaceDealParty) { $this->deprecatedMarketplaceDealParty = $deprecatedMarketplaceDealParty; } /** * @return Google_Service_AdExchangeBuyer_MarketplaceDealParty */ public function getDeprecatedMarketplaceDealParty() { return $this->deprecatedMarketplaceDealParty; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } } PK2 Z?mm\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.phpnu[proposals = $proposals; } /** * @return Google_Service_AdExchangeBuyer_Proposal[] */ public function getProposals() { return $this->proposals; } } PK2 ZLZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/ContactInformation.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 ZF\LLMvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Buyer.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } } PK2 ZAѝ^^Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.phpnu[products = $products; } /** * @return Google_Service_AdExchangeBuyer_Product[] */ public function getProducts() { return $this->products; } } PK2 Zy= jvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.phpnu[billingInfo = $billingInfo; } /** * @return Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingInfo */ public function getBillingInfo() { return $this->billingInfo; } /** * @param Google_Service_AdExchangeBuyer_PricePerBuyer[] */ public function setFixedPrices($fixedPrices) { $this->fixedPrices = $fixedPrices; } /** * @return Google_Service_AdExchangeBuyer_PricePerBuyer[] */ public function getFixedPrices() { return $this->fixedPrices; } public function setGuaranteedImpressions($guaranteedImpressions) { $this->guaranteedImpressions = $guaranteedImpressions; } public function getGuaranteedImpressions() { return $this->guaranteedImpressions; } public function setGuaranteedLooks($guaranteedLooks) { $this->guaranteedLooks = $guaranteedLooks; } public function getGuaranteedLooks() { return $this->guaranteedLooks; } public function setMinimumDailyLooks($minimumDailyLooks) { $this->minimumDailyLooks = $minimumDailyLooks; } public function getMinimumDailyLooks() { return $this->minimumDailyLooks; } } PK2 Z˩@W00uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsDisapprovalReasons.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK2 Z=''Zvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.phpnu[billingId = $billingId; } public function getBillingId() { return $this->billingId; } public function setConfigId($configId) { $this->configId = $configId; } public function getConfigId() { return $this->configId; } public function setConfigName($configName) { $this->configName = $configName; } public function getConfigName() { return $this->configName; } public function setCreativeType($creativeType) { $this->creativeType = $creativeType; } public function getCreativeType() { return $this->creativeType; } /** * @param Google_Service_AdExchangeBuyer_PretargetingConfigDimensions[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AdExchangeBuyer_PretargetingConfigDimensions[] */ public function getDimensions() { return $this->dimensions; } public function setExcludedContentLabels($excludedContentLabels) { $this->excludedContentLabels = $excludedContentLabels; } public function getExcludedContentLabels() { return $this->excludedContentLabels; } public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds) { $this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds; } public function getExcludedGeoCriteriaIds() { return $this->excludedGeoCriteriaIds; } /** * @param Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements[] */ public function setExcludedPlacements($excludedPlacements) { $this->excludedPlacements = $excludedPlacements; } /** * @return Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements[] */ public function getExcludedPlacements() { return $this->excludedPlacements; } public function setExcludedUserLists($excludedUserLists) { $this->excludedUserLists = $excludedUserLists; } public function getExcludedUserLists() { return $this->excludedUserLists; } public function setExcludedVerticals($excludedVerticals) { $this->excludedVerticals = $excludedVerticals; } public function getExcludedVerticals() { return $this->excludedVerticals; } public function setGeoCriteriaIds($geoCriteriaIds) { $this->geoCriteriaIds = $geoCriteriaIds; } public function getGeoCriteriaIds() { return $this->geoCriteriaIds; } public function setIsActive($isActive) { $this->isActive = $isActive; } public function getIsActive() { return $this->isActive; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setMaximumQps($maximumQps) { $this->maximumQps = $maximumQps; } public function getMaximumQps() { return $this->maximumQps; } public function setMinimumViewabilityDecile($minimumViewabilityDecile) { $this->minimumViewabilityDecile = $minimumViewabilityDecile; } public function getMinimumViewabilityDecile() { return $this->minimumViewabilityDecile; } public function setMobileCarriers($mobileCarriers) { $this->mobileCarriers = $mobileCarriers; } public function getMobileCarriers() { return $this->mobileCarriers; } public function setMobileDevices($mobileDevices) { $this->mobileDevices = $mobileDevices; } public function getMobileDevices() { return $this->mobileDevices; } public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions) { $this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions; } public function getMobileOperatingSystemVersions() { return $this->mobileOperatingSystemVersions; } /** * @param Google_Service_AdExchangeBuyer_PretargetingConfigPlacements[] */ public function setPlacements($placements) { $this->placements = $placements; } /** * @return Google_Service_AdExchangeBuyer_PretargetingConfigPlacements[] */ public function getPlacements() { return $this->placements; } public function setPlatforms($platforms) { $this->platforms = $platforms; } public function getPlatforms() { return $this->platforms; } public function setSupportedCreativeAttributes($supportedCreativeAttributes) { $this->supportedCreativeAttributes = $supportedCreativeAttributes; } public function getSupportedCreativeAttributes() { return $this->supportedCreativeAttributes; } public function setUserIdentifierDataRequired($userIdentifierDataRequired) { $this->userIdentifierDataRequired = $userIdentifierDataRequired; } public function getUserIdentifierDataRequired() { return $this->userIdentifierDataRequired; } public function setUserLists($userLists) { $this->userLists = $userLists; } public function getUserLists() { return $this->userLists; } public function setVendorTypes($vendorTypes) { $this->vendorTypes = $vendorTypes; } public function getVendorTypes() { return $this->vendorTypes; } public function setVerticals($verticals) { $this->verticals = $verticals; } public function getVerticals() { return $this->verticals; } /** * @param Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes[] */ public function setVideoPlayerSizes($videoPlayerSizes) { $this->videoPlayerSizes = $videoPlayerSizes; } /** * @return Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes[] */ public function getVideoPlayerSizes() { return $this->videoPlayerSizes; } } PK2 ZYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MobileApplication.phpnu[appStore = $appStore; } public function getAppStore() { return $this->appStore; } public function setExternalAppId($externalAppId) { $this->externalAppId = $externalAppId; } public function getExternalAppId() { return $this->externalAppId; } } PK2 Zwġ`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.phpnu[audience = $audience; } public function getAudience() { return $this->audience; } public function setBuyerPitchStatement($buyerPitchStatement) { $this->buyerPitchStatement = $buyerPitchStatement; } public function getBuyerPitchStatement() { return $this->buyerPitchStatement; } public function setDirectContact($directContact) { $this->directContact = $directContact; } public function getDirectContact() { return $this->directContact; } public function setExchange($exchange) { $this->exchange = $exchange; } public function getExchange() { return $this->exchange; } public function setGooglePlusLink($googlePlusLink) { $this->googlePlusLink = $googlePlusLink; } public function getGooglePlusLink() { return $this->googlePlusLink; } public function setIsParent($isParent) { $this->isParent = $isParent; } public function getIsParent() { return $this->isParent; } public function setIsPublished($isPublished) { $this->isPublished = $isPublished; } public function getIsPublished() { return $this->isPublished; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLogoUrl($logoUrl) { $this->logoUrl = $logoUrl; } public function getLogoUrl() { return $this->logoUrl; } public function setMediaKitLink($mediaKitLink) { $this->mediaKitLink = $mediaKitLink; } public function getMediaKitLink() { return $this->mediaKitLink; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setProgrammaticContact($programmaticContact) { $this->programmaticContact = $programmaticContact; } public function getProgrammaticContact() { return $this->programmaticContact; } public function setPublisherAppIds($publisherAppIds) { $this->publisherAppIds = $publisherAppIds; } public function getPublisherAppIds() { return $this->publisherAppIds; } /** * @param Google_Service_AdExchangeBuyer_MobileApplication[] */ public function setPublisherApps($publisherApps) { $this->publisherApps = $publisherApps; } /** * @return Google_Service_AdExchangeBuyer_MobileApplication[] */ public function getPublisherApps() { return $this->publisherApps; } public function setPublisherDomains($publisherDomains) { $this->publisherDomains = $publisherDomains; } public function getPublisherDomains() { return $this->publisherDomains; } public function setPublisherProfileId($publisherProfileId) { $this->publisherProfileId = $publisherProfileId; } public function getPublisherProfileId() { return $this->publisherProfileId; } /** * @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast */ public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast) { $this->publisherProvidedForecast = $publisherProvidedForecast; } /** * @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast */ public function getPublisherProvidedForecast() { return $this->publisherProvidedForecast; } public function setRateCardInfoLink($rateCardInfoLink) { $this->rateCardInfoLink = $rateCardInfoLink; } public function getRateCardInfoLink() { return $this->rateCardInfoLink; } public function setSamplePageLink($samplePageLink) { $this->samplePageLink = $samplePageLink; } public function getSamplePageLink() { return $this->samplePageLink; } /** * @param Google_Service_AdExchangeBuyer_Seller */ public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) { $this->seller = $seller; } /** * @return Google_Service_AdExchangeBuyer_Seller */ public function getSeller() { return $this->seller; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTopHeadlines($topHeadlines) { $this->topHeadlines = $topHeadlines; } public function getTopHeadlines() { return $this->topHeadlines; } } PK2 ZF=kXvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAd.phpnu[advertiser = $advertiser; } public function getAdvertiser() { return $this->advertiser; } /** * @param Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon */ public function setAppIcon(Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon $appIcon) { $this->appIcon = $appIcon; } /** * @return Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon */ public function getAppIcon() { return $this->appIcon; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } public function setCallToAction($callToAction) { $this->callToAction = $callToAction; } public function getCallToAction() { return $this->callToAction; } public function setClickLinkUrl($clickLinkUrl) { $this->clickLinkUrl = $clickLinkUrl; } public function getClickLinkUrl() { return $this->clickLinkUrl; } public function setClickTrackingUrl($clickTrackingUrl) { $this->clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } public function setHeadline($headline) { $this->headline = $headline; } public function getHeadline() { return $this->headline; } /** * @param Google_Service_AdExchangeBuyer_CreativeNativeAdImage */ public function setImage(Google_Service_AdExchangeBuyer_CreativeNativeAdImage $image) { $this->image = $image; } /** * @return Google_Service_AdExchangeBuyer_CreativeNativeAdImage */ public function getImage() { return $this->image; } public function setImpressionTrackingUrl($impressionTrackingUrl) { $this->impressionTrackingUrl = $impressionTrackingUrl; } public function getImpressionTrackingUrl() { return $this->impressionTrackingUrl; } /** * @param Google_Service_AdExchangeBuyer_CreativeNativeAdLogo */ public function setLogo(Google_Service_AdExchangeBuyer_CreativeNativeAdLogo $logo) { $this->logo = $logo; } /** * @return Google_Service_AdExchangeBuyer_CreativeNativeAdLogo */ public function getLogo() { return $this->logo; } public function setPrice($price) { $this->price = $price; } public function getPrice() { return $this->price; } public function setStarRating($starRating) { $this->starRating = $starRating; } public function getStarRating() { return $this->starRating; } public function setVideoURL($videoURL) { $this->videoURL = $videoURL; } public function getVideoURL() { return $this->videoURL; } } PK2 ZTZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueSize.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 Z}\a22`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasons.phpnu[date = $date; } public function getDate() { return $this->date; } /** * @param Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons[] */ public function setReasons($reasons) { $this->reasons = $reasons; } /** * @return Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons[] */ public function getReasons() { return $this->reasons; } } PK2 ZiMvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Price.phpnu[amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setExpectedCpmMicros($expectedCpmMicros) { $this->expectedCpmMicros = $expectedCpmMicros; } public function getExpectedCpmMicros() { return $this->expectedCpmMicros; } public function setPricingType($pricingType) { $this->pricingType = $pricingType; } public function getPricingType() { return $this->pricingType; } } PK2 Zg1 bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.phpnu[allowedFormats = $allowedFormats; } public function getAllowedFormats() { return $this->allowedFormats; } /** * @param Google_Service_AdExchangeBuyer_TargetingValueSize[] */ public function setCompanionSizes($companionSizes) { $this->companionSizes = $companionSizes; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueSize[] */ public function getCompanionSizes() { return $this->companionSizes; } public function setCreativeSizeType($creativeSizeType) { $this->creativeSizeType = $creativeSizeType; } public function getCreativeSizeType() { return $this->creativeSizeType; } public function setNativeTemplate($nativeTemplate) { $this->nativeTemplate = $nativeTemplate; } public function getNativeTemplate() { return $this->nativeTemplate; } /** * @param Google_Service_AdExchangeBuyer_TargetingValueSize */ public function setSize(Google_Service_AdExchangeBuyer_TargetingValueSize $size) { $this->size = $size; } /** * @return Google_Service_AdExchangeBuyer_TargetingValueSize */ public function getSize() { return $this->size; } public function setSkippableAdType($skippableAdType) { $this->skippableAdType = $skippableAdType; } public function getSkippableAdType() { return $this->skippableAdType; } } PK2 Z[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.phpnu[contexts = $contexts; } /** * @return Google_Service_AdExchangeBuyer_CreativeCorrectionsContexts[] */ public function getContexts() { return $this->contexts; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK2 Z< ݬcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictions.phpnu[contexts = $contexts; } /** * @return Google_Service_AdExchangeBuyer_CreativeServingRestrictionsContexts[] */ public function getContexts() { return $this->contexts; } /** * @param Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons[] */ public function setDisapprovalReasons($disapprovalReasons) { $this->disapprovalReasons = $disapprovalReasons; } /** * @return Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons[] */ public function getDisapprovalReasons() { return $this->disapprovalReasons; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK2 ZәTvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountsList.phpnu[items = $items; } /** * @return Google_Service_AdExchangeBuyer_Account[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 ZNMJ"J"Pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.phpnu[ "HTMLSnippet", ); public $hTMLSnippet; public $accountId; public $adChoicesDestinationUrl; protected $adTechnologyProvidersType = 'Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders'; protected $adTechnologyProvidersDataType = ''; public $advertiserId; public $advertiserName; public $agencyId; public $apiUploadTimestamp; public $attribute; public $buyerCreativeId; public $clickThroughUrl; protected $correctionsType = 'Google_Service_AdExchangeBuyer_CreativeCorrections'; protected $correctionsDataType = 'array'; public $creativeStatusIdentityType; public $dealsStatus; public $detectedDomains; protected $filteringReasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasons'; protected $filteringReasonsDataType = ''; public $height; public $impressionTrackingUrl; public $kind; public $languages; protected $nativeAdType = 'Google_Service_AdExchangeBuyer_CreativeNativeAd'; protected $nativeAdDataType = ''; public $openAuctionStatus; public $productCategories; public $restrictedCategories; public $sensitiveCategories; protected $servingRestrictionsType = 'Google_Service_AdExchangeBuyer_CreativeServingRestrictions'; protected $servingRestrictionsDataType = 'array'; public $vendorType; public $version; public $videoURL; public $videoVastXML; public $width; public function setHTMLSnippet($hTMLSnippet) { $this->hTMLSnippet = $hTMLSnippet; } public function getHTMLSnippet() { return $this->hTMLSnippet; } public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdChoicesDestinationUrl($adChoicesDestinationUrl) { $this->adChoicesDestinationUrl = $adChoicesDestinationUrl; } public function getAdChoicesDestinationUrl() { return $this->adChoicesDestinationUrl; } /** * @param Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders */ public function setAdTechnologyProviders(Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders $adTechnologyProviders) { $this->adTechnologyProviders = $adTechnologyProviders; } /** * @return Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders */ public function getAdTechnologyProviders() { return $this->adTechnologyProviders; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAdvertiserName($advertiserName) { $this->advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setApiUploadTimestamp($apiUploadTimestamp) { $this->apiUploadTimestamp = $apiUploadTimestamp; } public function getApiUploadTimestamp() { return $this->apiUploadTimestamp; } public function setAttribute($attribute) { $this->attribute = $attribute; } public function getAttribute() { return $this->attribute; } public function setBuyerCreativeId($buyerCreativeId) { $this->buyerCreativeId = $buyerCreativeId; } public function getBuyerCreativeId() { return $this->buyerCreativeId; } public function setClickThroughUrl($clickThroughUrl) { $this->clickThroughUrl = $clickThroughUrl; } public function getClickThroughUrl() { return $this->clickThroughUrl; } /** * @param Google_Service_AdExchangeBuyer_CreativeCorrections[] */ public function setCorrections($corrections) { $this->corrections = $corrections; } /** * @return Google_Service_AdExchangeBuyer_CreativeCorrections[] */ public function getCorrections() { return $this->corrections; } public function setCreativeStatusIdentityType($creativeStatusIdentityType) { $this->creativeStatusIdentityType = $creativeStatusIdentityType; } public function getCreativeStatusIdentityType() { return $this->creativeStatusIdentityType; } public function setDealsStatus($dealsStatus) { $this->dealsStatus = $dealsStatus; } public function getDealsStatus() { return $this->dealsStatus; } public function setDetectedDomains($detectedDomains) { $this->detectedDomains = $detectedDomains; } public function getDetectedDomains() { return $this->detectedDomains; } /** * @param Google_Service_AdExchangeBuyer_CreativeFilteringReasons */ public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilteringReasons $filteringReasons) { $this->filteringReasons = $filteringReasons; } /** * @return Google_Service_AdExchangeBuyer_CreativeFilteringReasons */ public function getFilteringReasons() { return $this->filteringReasons; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setImpressionTrackingUrl($impressionTrackingUrl) { $this->impressionTrackingUrl = $impressionTrackingUrl; } public function getImpressionTrackingUrl() { return $this->impressionTrackingUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } /** * @param Google_Service_AdExchangeBuyer_CreativeNativeAd */ public function setNativeAd(Google_Service_AdExchangeBuyer_CreativeNativeAd $nativeAd) { $this->nativeAd = $nativeAd; } /** * @return Google_Service_AdExchangeBuyer_CreativeNativeAd */ public function getNativeAd() { return $this->nativeAd; } public function setOpenAuctionStatus($openAuctionStatus) { $this->openAuctionStatus = $openAuctionStatus; } public function getOpenAuctionStatus() { return $this->openAuctionStatus; } public function setProductCategories($productCategories) { $this->productCategories = $productCategories; } public function getProductCategories() { return $this->productCategories; } public function setRestrictedCategories($restrictedCategories) { $this->restrictedCategories = $restrictedCategories; } public function getRestrictedCategories() { return $this->restrictedCategories; } public function setSensitiveCategories($sensitiveCategories) { $this->sensitiveCategories = $sensitiveCategories; } public function getSensitiveCategories() { return $this->sensitiveCategories; } /** * @param Google_Service_AdExchangeBuyer_CreativeServingRestrictions[] */ public function setServingRestrictions($servingRestrictions) { $this->servingRestrictions = $servingRestrictions; } /** * @return Google_Service_AdExchangeBuyer_CreativeServingRestrictions[] */ public function getServingRestrictions() { return $this->servingRestrictions; } public function setVendorType($vendorType) { $this->vendorType = $vendorType; } public function getVendorType() { return $this->vendorType; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } public function setVideoURL($videoURL) { $this->videoURL = $videoURL; } public function getVideoURL() { return $this->videoURL; } public function setVideoVastXML($videoVastXML) { $this->videoVastXML = $videoVastXML; } public function getVideoVastXML() { return $this->videoVastXML; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK2 Z'L Ovendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Account.phpnu[applyPretargetingToNonGuaranteedDeals = $applyPretargetingToNonGuaranteedDeals; } public function getApplyPretargetingToNonGuaranteedDeals() { return $this->applyPretargetingToNonGuaranteedDeals; } /** * @param Google_Service_AdExchangeBuyer_AccountBidderLocation[] */ public function setBidderLocation($bidderLocation) { $this->bidderLocation = $bidderLocation; } /** * @return Google_Service_AdExchangeBuyer_AccountBidderLocation[] */ public function getBidderLocation() { return $this->bidderLocation; } public function setCookieMatchingNid($cookieMatchingNid) { $this->cookieMatchingNid = $cookieMatchingNid; } public function getCookieMatchingNid() { return $this->cookieMatchingNid; } public function setCookieMatchingUrl($cookieMatchingUrl) { $this->cookieMatchingUrl = $cookieMatchingUrl; } public function getCookieMatchingUrl() { return $this->cookieMatchingUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMaximumActiveCreatives($maximumActiveCreatives) { $this->maximumActiveCreatives = $maximumActiveCreatives; } public function getMaximumActiveCreatives() { return $this->maximumActiveCreatives; } public function setMaximumTotalQps($maximumTotalQps) { $this->maximumTotalQps = $maximumTotalQps; } public function getMaximumTotalQps() { return $this->maximumTotalQps; } public function setNumberActiveCreatives($numberActiveCreatives) { $this->numberActiveCreatives = $numberActiveCreatives; } public function getNumberActiveCreatives() { return $this->numberActiveCreatives; } } PK2 Zpfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogAgeCriteria.phpnu[demogAgeCriteriaIds = $demogAgeCriteriaIds; } public function getDemogAgeCriteriaIds() { return $this->demogAgeCriteriaIds; } } PK2 Z;DQPP_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.phpnu[dealIds = $dealIds; } public function getDealIds() { return $this->dealIds; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } public function setUpdateAction($updateAction) { $this->updateAction = $updateAction; } public function getUpdateAction() { return $this->updateAction; } } PK2 ZR*зWvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/SharedTargeting.phpnu[exclusions = $exclusions; } /** * @return Google_Service_AdExchangeBuyer_TargetingValue[] */ public function getExclusions() { return $this->exclusions; } /** * @param Google_Service_AdExchangeBuyer_TargetingValue[] */ public function setInclusions($inclusions) { $this->inclusions = $inclusions; } /** * @return Google_Service_AdExchangeBuyer_TargetingValue[] */ public function getInclusions() { return $this->inclusions; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } } PK2 ZYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReport.phpnu[bidRate = $bidRate; } public function getBidRate() { return $this->bidRate; } public function setBidRequestRate($bidRequestRate) { $this->bidRequestRate = $bidRequestRate; } public function getBidRequestRate() { return $this->bidRequestRate; } public function setCalloutStatusRate($calloutStatusRate) { $this->calloutStatusRate = $calloutStatusRate; } public function getCalloutStatusRate() { return $this->calloutStatusRate; } public function setCookieMatcherStatusRate($cookieMatcherStatusRate) { $this->cookieMatcherStatusRate = $cookieMatcherStatusRate; } public function getCookieMatcherStatusRate() { return $this->cookieMatcherStatusRate; } public function setCreativeStatusRate($creativeStatusRate) { $this->creativeStatusRate = $creativeStatusRate; } public function getCreativeStatusRate() { return $this->creativeStatusRate; } public function setFilteredBidRate($filteredBidRate) { $this->filteredBidRate = $filteredBidRate; } public function getFilteredBidRate() { return $this->filteredBidRate; } public function setHostedMatchStatusRate($hostedMatchStatusRate) { $this->hostedMatchStatusRate = $hostedMatchStatusRate; } public function getHostedMatchStatusRate() { return $this->hostedMatchStatusRate; } public function setInventoryMatchRate($inventoryMatchRate) { $this->inventoryMatchRate = $inventoryMatchRate; } public function getInventoryMatchRate() { return $this->inventoryMatchRate; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLatency50thPercentile($latency50thPercentile) { $this->latency50thPercentile = $latency50thPercentile; } public function getLatency50thPercentile() { return $this->latency50thPercentile; } public function setLatency85thPercentile($latency85thPercentile) { $this->latency85thPercentile = $latency85thPercentile; } public function getLatency85thPercentile() { return $this->latency85thPercentile; } public function setLatency95thPercentile($latency95thPercentile) { $this->latency95thPercentile = $latency95thPercentile; } public function getLatency95thPercentile() { return $this->latency95thPercentile; } public function setNoQuotaInRegion($noQuotaInRegion) { $this->noQuotaInRegion = $noQuotaInRegion; } public function getNoQuotaInRegion() { return $this->noQuotaInRegion; } public function setOutOfQuota($outOfQuota) { $this->outOfQuota = $outOfQuota; } public function getOutOfQuota() { return $this->outOfQuota; } public function setPixelMatchRequests($pixelMatchRequests) { $this->pixelMatchRequests = $pixelMatchRequests; } public function getPixelMatchRequests() { return $this->pixelMatchRequests; } public function setPixelMatchResponses($pixelMatchResponses) { $this->pixelMatchResponses = $pixelMatchResponses; } public function getPixelMatchResponses() { return $this->pixelMatchResponses; } public function setQuotaConfiguredLimit($quotaConfiguredLimit) { $this->quotaConfiguredLimit = $quotaConfiguredLimit; } public function getQuotaConfiguredLimit() { return $this->quotaConfiguredLimit; } public function setQuotaThrottledLimit($quotaThrottledLimit) { $this->quotaThrottledLimit = $quotaThrottledLimit; } public function getQuotaThrottledLimit() { return $this->quotaThrottledLimit; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSuccessfulRequestRate($successfulRequestRate) { $this->successfulRequestRate = $successfulRequestRate; } public function getSuccessfulRequestRate() { return $this->successfulRequestRate; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setUnsuccessfulRequestRate($unsuccessfulRequestRate) { $this->unsuccessfulRequestRate = $unsuccessfulRequestRate; } public function getUnsuccessfulRequestRate() { return $this->unsuccessfulRequestRate; } } PK2 Z``Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.phpnu[creativeBlockingLevel = $creativeBlockingLevel; } public function getCreativeBlockingLevel() { return $this->creativeBlockingLevel; } public function setDeliveryRateType($deliveryRateType) { $this->deliveryRateType = $deliveryRateType; } public function getDeliveryRateType() { return $this->deliveryRateType; } /** * @param Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap[] */ public function setFrequencyCaps($frequencyCaps) { $this->frequencyCaps = $frequencyCaps; } /** * @return Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap[] */ public function getFrequencyCaps() { return $this->frequencyCaps; } } PK2 Z1=JJWvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIds.phpnu[dealStatuses = $dealStatuses; } /** * @return Google_Service_AdExchangeBuyer_CreativeDealIdsDealStatuses[] */ public function getDealStatuses() { return $this->dealStatuses; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK2 Z$$Uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PricePerBuyer.phpnu[auctionTier = $auctionTier; } public function getAuctionTier() { return $this->auctionTier; } /** * @param Google_Service_AdExchangeBuyer_Buyer */ public function setBilledBuyer(Google_Service_AdExchangeBuyer_Buyer $billedBuyer) { $this->billedBuyer = $billedBuyer; } /** * @return Google_Service_AdExchangeBuyer_Buyer */ public function getBilledBuyer() { return $this->billedBuyer; } /** * @param Google_Service_AdExchangeBuyer_Buyer */ public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) { $this->buyer = $buyer; } /** * @return Google_Service_AdExchangeBuyer_Buyer */ public function getBuyer() { return $this->buyer; } /** * @param Google_Service_AdExchangeBuyer_Price */ public function setPrice(Google_Service_AdExchangeBuyer_Price $price) { $this->price = $price; } /** * @return Google_Service_AdExchangeBuyer_Price */ public function getPrice() { return $this->price; } } PK2 Z-EEIvendor/google/apiclient-services/src/Google/Service/DeploymentManager.phpnu[ * The Google Cloud Deployment Manager v2 API provides services for configuring, * deploying, and viewing Google Cloud services and APIs via templates which * specify deployments of Cloud resources.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DeploymentManager extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** View and manage your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman"; /** View your Google Cloud Platform management resources and deployment status information. */ const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly"; public $deployments; public $manifests; public $operations; public $resources; public $types; /** * Constructs the internal representation of the DeploymentManager service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://deploymentmanager.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'deploymentmanager'; $this->deployments = new Google_Service_DeploymentManager_Resource_Deployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'cancelPreview' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/cancelPreview', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deletePolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'createPolicy' => array( 'location' => 'query', 'type' => 'string', ), 'preview' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'createPolicy' => array( 'location' => 'query', 'type' => 'string', ), 'deletePolicy' => array( 'location' => 'query', 'type' => 'string', ), 'preview' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/stop', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'createPolicy' => array( 'location' => 'query', 'type' => 'string', ), 'deletePolicy' => array( 'location' => 'query', 'type' => 'string', ), 'preview' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->manifests = new Google_Service_DeploymentManager_Resource_Manifests( $this, $this->serviceName, 'manifests', array( 'methods' => array( 'get' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/manifests/{manifest}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'manifest' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/manifests', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->operations = new Google_Service_DeploymentManager_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->resources = new Google_Service_DeploymentManager_Resource_Resources( $this, $this->serviceName, 'resources', array( 'methods' => array( 'get' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/resources/{resource}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/resources', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deployment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->types = new Google_Service_DeploymentManager_Resource_Types( $this, $this->serviceName, 'types', array( 'methods' => array( 'list' => array( 'path' => 'deploymentmanager/v2/projects/{project}/global/types', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 Z8fHvendor/google/apiclient-services/src/Google/Service/OnDemandScanning.phpnu[ * A service to scan container images for vulnerabilities.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_OnDemandScanning extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations_operations; public $projects_locations_scans; public $projects_locations_scans_vulnerabilities; /** * Constructs the internal representation of the OnDemandScanning service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://ondemandscanning.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'ondemandscanning'; $this->projects_locations_operations = new Google_Service_OnDemandScanning_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'wait' => array( 'path' => 'v1beta1/{+name}:wait', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'timeout' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_scans = new Google_Service_OnDemandScanning_Resource_ProjectsLocationsScans( $this, $this->serviceName, 'scans', array( 'methods' => array( 'analyzePackages' => array( 'path' => 'v1beta1/{+parent}/scans:analyzePackages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_scans_vulnerabilities = new Google_Service_OnDemandScanning_Resource_ProjectsLocationsScansVulnerabilities( $this, $this->serviceName, 'vulnerabilities', array( 'methods' => array( 'list' => array( 'path' => 'v1beta1/{+parent}/vulnerabilities', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 ZD%ђ @vendor/google/apiclient-services/src/Google/Service/Kgsearch.phpnu[ * Searches the Google Knowledge Graph for entities.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Kgsearch extends Google_Service { public $entities; /** * Constructs the internal representation of the Kgsearch service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://kgsearch.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'kgsearch'; $this->entities = new Google_Service_Kgsearch_Resource_Entities( $this, $this->serviceName, 'entities', array( 'methods' => array( 'search' => array( 'path' => 'v1/entities:search', 'httpMethod' => 'GET', 'parameters' => array( 'ids' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'indent' => array( 'location' => 'query', 'type' => 'boolean', ), 'languages' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'limit' => array( 'location' => 'query', 'type' => 'integer', ), 'prefix' => array( 'location' => 'query', 'type' => 'boolean', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'types' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ), ) ) ); } } PK2 Z-Ydd\vendor/google/apiclient-services/src/Google/Service/Appengine/ListDomainMappingsResponse.phpnu[domainMappings = $domainMappings; } /** * @return Google_Service_Appengine_DomainMapping[] */ public function getDomainMappings() { return $this->domainMappings; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Z욡==Mvendor/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.phpnu[checkInterval = $checkInterval; } public function getCheckInterval() { return $this->checkInterval; } public function setDisableHealthCheck($disableHealthCheck) { $this->disableHealthCheck = $disableHealthCheck; } public function getDisableHealthCheck() { return $this->disableHealthCheck; } public function setHealthyThreshold($healthyThreshold) { $this->healthyThreshold = $healthyThreshold; } public function getHealthyThreshold() { return $this->healthyThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setRestartThreshold($restartThreshold) { $this->restartThreshold = $restartThreshold; } public function getRestartThreshold() { return $this->restartThreshold; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } public function setUnhealthyThreshold($unhealthyThreshold) { $this->unhealthyThreshold = $unhealthyThreshold; } public function getUnhealthyThreshold() { return $this->unhealthyThreshold; } } PK2 ZA##Wvendor/google/apiclient-services/src/Google/Service/Appengine/ListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_Appengine_Instance[] */ public function getInstances() { return $this->instances; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Z_Rvendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.phpnu[flexibleEnvironmentAvailable = $flexibleEnvironmentAvailable; } public function getFlexibleEnvironmentAvailable() { return $this->flexibleEnvironmentAvailable; } public function setSearchApiAvailable($searchApiAvailable) { $this->searchApiAvailable = $searchApiAvailable; } public function getSearchApiAvailable() { return $this->searchApiAvailable; } public function setStandardEnvironmentAvailable($standardEnvironmentAvailable) { $this->standardEnvironmentAvailable = $standardEnvironmentAvailable; } public function getStandardEnvironmentAvailable() { return $this->standardEnvironmentAvailable; } } PK2 Z9~z//Ivendor/google/apiclient-services/src/Google/Service/Appengine/Version.phpnu[apiConfig = $apiConfig; } /** * @return Google_Service_Appengine_ApiConfigHandler */ public function getApiConfig() { return $this->apiConfig; } /** * @param Google_Service_Appengine_AutomaticScaling */ public function setAutomaticScaling(Google_Service_Appengine_AutomaticScaling $automaticScaling) { $this->automaticScaling = $automaticScaling; } /** * @return Google_Service_Appengine_AutomaticScaling */ public function getAutomaticScaling() { return $this->automaticScaling; } /** * @param Google_Service_Appengine_BasicScaling */ public function setBasicScaling(Google_Service_Appengine_BasicScaling $basicScaling) { $this->basicScaling = $basicScaling; } /** * @return Google_Service_Appengine_BasicScaling */ public function getBasicScaling() { return $this->basicScaling; } public function setBetaSettings($betaSettings) { $this->betaSettings = $betaSettings; } public function getBetaSettings() { return $this->betaSettings; } public function setBuildEnvVariables($buildEnvVariables) { $this->buildEnvVariables = $buildEnvVariables; } public function getBuildEnvVariables() { return $this->buildEnvVariables; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreatedBy($createdBy) { $this->createdBy = $createdBy; } public function getCreatedBy() { return $this->createdBy; } public function setDefaultExpiration($defaultExpiration) { $this->defaultExpiration = $defaultExpiration; } public function getDefaultExpiration() { return $this->defaultExpiration; } /** * @param Google_Service_Appengine_Deployment */ public function setDeployment(Google_Service_Appengine_Deployment $deployment) { $this->deployment = $deployment; } /** * @return Google_Service_Appengine_Deployment */ public function getDeployment() { return $this->deployment; } public function setDiskUsageBytes($diskUsageBytes) { $this->diskUsageBytes = $diskUsageBytes; } public function getDiskUsageBytes() { return $this->diskUsageBytes; } /** * @param Google_Service_Appengine_EndpointsApiService */ public function setEndpointsApiService(Google_Service_Appengine_EndpointsApiService $endpointsApiService) { $this->endpointsApiService = $endpointsApiService; } /** * @return Google_Service_Appengine_EndpointsApiService */ public function getEndpointsApiService() { return $this->endpointsApiService; } /** * @param Google_Service_Appengine_Entrypoint */ public function setEntrypoint(Google_Service_Appengine_Entrypoint $entrypoint) { $this->entrypoint = $entrypoint; } /** * @return Google_Service_Appengine_Entrypoint */ public function getEntrypoint() { return $this->entrypoint; } public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setEnvVariables($envVariables) { $this->envVariables = $envVariables; } public function getEnvVariables() { return $this->envVariables; } /** * @param Google_Service_Appengine_ErrorHandler[] */ public function setErrorHandlers($errorHandlers) { $this->errorHandlers = $errorHandlers; } /** * @return Google_Service_Appengine_ErrorHandler[] */ public function getErrorHandlers() { return $this->errorHandlers; } /** * @param Google_Service_Appengine_UrlMap[] */ public function setHandlers($handlers) { $this->handlers = $handlers; } /** * @return Google_Service_Appengine_UrlMap[] */ public function getHandlers() { return $this->handlers; } /** * @param Google_Service_Appengine_HealthCheck */ public function setHealthCheck(Google_Service_Appengine_HealthCheck $healthCheck) { $this->healthCheck = $healthCheck; } /** * @return Google_Service_Appengine_HealthCheck */ public function getHealthCheck() { return $this->healthCheck; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInboundServices($inboundServices) { $this->inboundServices = $inboundServices; } public function getInboundServices() { return $this->inboundServices; } public function setInstanceClass($instanceClass) { $this->instanceClass = $instanceClass; } public function getInstanceClass() { return $this->instanceClass; } /** * @param Google_Service_Appengine_Library[] */ public function setLibraries($libraries) { $this->libraries = $libraries; } /** * @return Google_Service_Appengine_Library[] */ public function getLibraries() { return $this->libraries; } /** * @param Google_Service_Appengine_LivenessCheck */ public function setLivenessCheck(Google_Service_Appengine_LivenessCheck $livenessCheck) { $this->livenessCheck = $livenessCheck; } /** * @return Google_Service_Appengine_LivenessCheck */ public function getLivenessCheck() { return $this->livenessCheck; } /** * @param Google_Service_Appengine_ManualScaling */ public function setManualScaling(Google_Service_Appengine_ManualScaling $manualScaling) { $this->manualScaling = $manualScaling; } /** * @return Google_Service_Appengine_ManualScaling */ public function getManualScaling() { return $this->manualScaling; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Appengine_Network */ public function setNetwork(Google_Service_Appengine_Network $network) { $this->network = $network; } /** * @return Google_Service_Appengine_Network */ public function getNetwork() { return $this->network; } public function setNobuildFilesRegex($nobuildFilesRegex) { $this->nobuildFilesRegex = $nobuildFilesRegex; } public function getNobuildFilesRegex() { return $this->nobuildFilesRegex; } /** * @param Google_Service_Appengine_ReadinessCheck */ public function setReadinessCheck(Google_Service_Appengine_ReadinessCheck $readinessCheck) { $this->readinessCheck = $readinessCheck; } /** * @return Google_Service_Appengine_ReadinessCheck */ public function getReadinessCheck() { return $this->readinessCheck; } /** * @param Google_Service_Appengine_Resources */ public function setResources(Google_Service_Appengine_Resources $resources) { $this->resources = $resources; } /** * @return Google_Service_Appengine_Resources */ public function getResources() { return $this->resources; } public function setRuntime($runtime) { $this->runtime = $runtime; } public function getRuntime() { return $this->runtime; } public function setRuntimeApiVersion($runtimeApiVersion) { $this->runtimeApiVersion = $runtimeApiVersion; } public function getRuntimeApiVersion() { return $this->runtimeApiVersion; } public function setRuntimeChannel($runtimeChannel) { $this->runtimeChannel = $runtimeChannel; } public function getRuntimeChannel() { return $this->runtimeChannel; } public function setRuntimeMainExecutablePath($runtimeMainExecutablePath) { $this->runtimeMainExecutablePath = $runtimeMainExecutablePath; } public function getRuntimeMainExecutablePath() { return $this->runtimeMainExecutablePath; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServingStatus($servingStatus) { $this->servingStatus = $servingStatus; } public function getServingStatus() { return $this->servingStatus; } public function setThreadsafe($threadsafe) { $this->threadsafe = $threadsafe; } public function getThreadsafe() { return $this->threadsafe; } public function setVersionUrl($versionUrl) { $this->versionUrl = $versionUrl; } public function getVersionUrl() { return $this->versionUrl; } public function setVm($vm) { $this->vm = $vm; } public function getVm() { return $this->vm; } /** * @param Google_Service_Appengine_VpcAccessConnector */ public function setVpcAccessConnector(Google_Service_Appengine_VpcAccessConnector $vpcAccessConnector) { $this->vpcAccessConnector = $vpcAccessConnector; } /** * @return Google_Service_Appengine_VpcAccessConnector */ public function getVpcAccessConnector() { return $this->vpcAccessConnector; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } } PK2 ZsIvendor/google/apiclient-services/src/Google/Service/Appengine/Library.phpnu[name = $name; } public function getName() { return $this->name; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK2 Ze,Qvendor/google/apiclient-services/src/Google/Service/Appengine/NetworkSettings.phpnu[ingressTrafficAllowed = $ingressTrafficAllowed; } public function getIngressTrafficAllowed() { return $this->ingressTrafficAllowed; } } PK2 ZckUvendor/google/apiclient-services/src/Google/Service/Appengine/EndpointsApiService.phpnu[configId = $configId; } public function getConfigId() { return $this->configId; } public function setDisableTraceSampling($disableTraceSampling) { $this->disableTraceSampling = $disableTraceSampling; } public function getDisableTraceSampling() { return $this->disableTraceSampling; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRolloutStrategy($rolloutStrategy) { $this->rolloutStrategy = $rolloutStrategy; } public function getRolloutStrategy() { return $this->rolloutStrategy; } } PK2 ZⳭ^^Tvendor/google/apiclient-services/src/Google/Service/Appengine/NetworkUtilization.phpnu[targetReceivedBytesPerSecond = $targetReceivedBytesPerSecond; } public function getTargetReceivedBytesPerSecond() { return $this->targetReceivedBytesPerSecond; } public function setTargetReceivedPacketsPerSecond($targetReceivedPacketsPerSecond) { $this->targetReceivedPacketsPerSecond = $targetReceivedPacketsPerSecond; } public function getTargetReceivedPacketsPerSecond() { return $this->targetReceivedPacketsPerSecond; } public function setTargetSentBytesPerSecond($targetSentBytesPerSecond) { $this->targetSentBytesPerSecond = $targetSentBytesPerSecond; } public function getTargetSentBytesPerSecond() { return $this->targetSentBytesPerSecond; } public function setTargetSentPacketsPerSecond($targetSentPacketsPerSecond) { $this->targetSentPacketsPerSecond = $targetSentPacketsPerSecond; } public function getTargetSentPacketsPerSecond() { return $this->targetSentPacketsPerSecond; } } PK2 ZvӾbb[vendor/google/apiclient-services/src/Google/Service/Appengine/StandardSchedulerSettings.phpnu[maxInstances = $maxInstances; } public function getMaxInstances() { return $this->maxInstances; } public function setMinInstances($minInstances) { $this->minInstances = $minInstances; } public function getMinInstances() { return $this->minInstances; } public function setTargetCpuUtilization($targetCpuUtilization) { $this->targetCpuUtilization = $targetCpuUtilization; } public function getTargetCpuUtilization() { return $this->targetCpuUtilization; } public function setTargetThroughputUtilization($targetThroughputUtilization) { $this->targetThroughputUtilization = $targetThroughputUtilization; } public function getTargetThroughputUtilization() { return $this->targetThroughputUtilization; } } PK2 Z#bKNNOvendor/google/apiclient-services/src/Google/Service/Appengine/ManualScaling.phpnu[instances = $instances; } public function getInstances() { return $this->instances; } } PK2 Z=llQvendor/google/apiclient-services/src/Google/Service/Appengine/UrlDispatchRule.phpnu[domain = $domain; } public function getDomain() { return $this->domain; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK2 ZKnIvendor/google/apiclient-services/src/Google/Service/Appengine/Network.phpnu[forwardedPorts = $forwardedPorts; } public function getForwardedPorts() { return $this->forwardedPorts; } public function setInstanceTag($instanceTag) { $this->instanceTag = $instanceTag; } public function getInstanceTag() { return $this->instanceTag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSessionAffinity($sessionAffinity) { $this->sessionAffinity = $sessionAffinity; } public function getSessionAffinity() { return $this->sessionAffinity; } public function setSubnetworkName($subnetworkName) { $this->subnetworkName = $subnetworkName; } public function getSubnetworkName() { return $this->subnetworkName; } } PK2 Z1Q@mmYvendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1.phpnu[cloudBuildId = $cloudBuildId; } public function getCloudBuildId() { return $this->cloudBuildId; } } PK2 ZF㨯Nvendor/google/apiclient-services/src/Google/Service/Appengine/ErrorHandler.phpnu[errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setStaticFile($staticFile) { $this->staticFile = $staticFile; } public function getStaticFile() { return $this->staticFile; } } PK2 Z6SNvendor/google/apiclient-services/src/Google/Service/Appengine/TrafficSplit.phpnu[allocations = $allocations; } public function getAllocations() { return $this->allocations; } public function setShardBy($shardBy) { $this->shardBy = $shardBy; } public function getShardBy() { return $this->shardBy; } } PK2 ZCCTvendor/google/apiclient-services/src/Google/Service/Appengine/CertificateRawData.phpnu[privateKey = $privateKey; } public function getPrivateKey() { return $this->privateKey; } public function setPublicCertificate($publicCertificate) { $this->publicCertificate = $publicCertificate; } public function getPublicCertificate() { return $this->publicCertificate; } } PK2 ZB׍00Tvendor/google/apiclient-services/src/Google/Service/Appengine/VpcAccessConnector.phpnu[name = $name; } public function getName() { return $this->name; } } PK2 Z``Nvendor/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.phpnu[action = $action; } public function getAction() { return $this->action; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } public function setSourceRange($sourceRange) { $this->sourceRange = $sourceRange; } public function getSourceRange() { return $this->sourceRange; } } PK2 ZڀCJvendor/google/apiclient-services/src/Google/Service/Appengine/FileInfo.phpnu[mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setSha1Sum($sha1Sum) { $this->sha1Sum = $sha1Sum; } public function getSha1Sum() { return $this->sha1Sum; } public function setSourceUrl($sourceUrl) { $this->sourceUrl = $sourceUrl; } public function getSourceUrl() { return $this->sourceUrl; } } PK2 Zt@@Vvendor/google/apiclient-services/src/Google/Service/Appengine/DebugInstanceRequest.phpnu[sshKey = $sshKey; } public function getSshKey() { return $this->sshKey; } } PK2 Zo-Tvendor/google/apiclient-services/src/Google/Service/Appengine/RequestUtilization.phpnu[targetConcurrentRequests = $targetConcurrentRequests; } public function getTargetConcurrentRequests() { return $this->targetConcurrentRequests; } public function setTargetRequestCountPerSecond($targetRequestCountPerSecond) { $this->targetRequestCountPerSecond = $targetRequestCountPerSecond; } public function getTargetRequestCountPerSecond() { return $this->targetRequestCountPerSecond; } } PK2 ZL4qq]vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Beta.phpnu[cloudBuildId = $cloudBuildId; } public function getCloudBuildId() { return $this->cloudBuildId; } } PK2 Z>0ZZOvendor/google/apiclient-services/src/Google/Service/Appengine/DomainMapping.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Appengine_ResourceRecord[] */ public function setResourceRecords($resourceRecords) { $this->resourceRecords = $resourceRecords; } /** * @return Google_Service_Appengine_ResourceRecord[] */ public function getResourceRecords() { return $this->resourceRecords; } /** * @param Google_Service_Appengine_SslSettings */ public function setSslSettings(Google_Service_Appengine_SslSettings $sslSettings) { $this->sslSettings = $sslSettings; } /** * @return Google_Service_Appengine_SslSettings */ public function getSslSettings() { return $this->sslSettings; } } PK2 ZmRvendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.phpnu[coolDownPeriod = $coolDownPeriod; } public function getCoolDownPeriod() { return $this->coolDownPeriod; } /** * @param Google_Service_Appengine_CpuUtilization */ public function setCpuUtilization(Google_Service_Appengine_CpuUtilization $cpuUtilization) { $this->cpuUtilization = $cpuUtilization; } /** * @return Google_Service_Appengine_CpuUtilization */ public function getCpuUtilization() { return $this->cpuUtilization; } /** * @param Google_Service_Appengine_DiskUtilization */ public function setDiskUtilization(Google_Service_Appengine_DiskUtilization $diskUtilization) { $this->diskUtilization = $diskUtilization; } /** * @return Google_Service_Appengine_DiskUtilization */ public function getDiskUtilization() { return $this->diskUtilization; } public function setMaxConcurrentRequests($maxConcurrentRequests) { $this->maxConcurrentRequests = $maxConcurrentRequests; } public function getMaxConcurrentRequests() { return $this->maxConcurrentRequests; } public function setMaxIdleInstances($maxIdleInstances) { $this->maxIdleInstances = $maxIdleInstances; } public function getMaxIdleInstances() { return $this->maxIdleInstances; } public function setMaxPendingLatency($maxPendingLatency) { $this->maxPendingLatency = $maxPendingLatency; } public function getMaxPendingLatency() { return $this->maxPendingLatency; } public function setMaxTotalInstances($maxTotalInstances) { $this->maxTotalInstances = $maxTotalInstances; } public function getMaxTotalInstances() { return $this->maxTotalInstances; } public function setMinIdleInstances($minIdleInstances) { $this->minIdleInstances = $minIdleInstances; } public function getMinIdleInstances() { return $this->minIdleInstances; } public function setMinPendingLatency($minPendingLatency) { $this->minPendingLatency = $minPendingLatency; } public function getMinPendingLatency() { return $this->minPendingLatency; } public function setMinTotalInstances($minTotalInstances) { $this->minTotalInstances = $minTotalInstances; } public function getMinTotalInstances() { return $this->minTotalInstances; } /** * @param Google_Service_Appengine_NetworkUtilization */ public function setNetworkUtilization(Google_Service_Appengine_NetworkUtilization $networkUtilization) { $this->networkUtilization = $networkUtilization; } /** * @return Google_Service_Appengine_NetworkUtilization */ public function getNetworkUtilization() { return $this->networkUtilization; } /** * @param Google_Service_Appengine_RequestUtilization */ public function setRequestUtilization(Google_Service_Appengine_RequestUtilization $requestUtilization) { $this->requestUtilization = $requestUtilization; } /** * @return Google_Service_Appengine_RequestUtilization */ public function getRequestUtilization() { return $this->requestUtilization; } /** * @param Google_Service_Appengine_StandardSchedulerSettings */ public function setStandardSchedulerSettings(Google_Service_Appengine_StandardSchedulerSettings $standardSchedulerSettings) { $this->standardSchedulerSettings = $standardSchedulerSettings; } /** * @return Google_Service_Appengine_StandardSchedulerSettings */ public function getStandardSchedulerSettings() { return $this->standardSchedulerSettings; } } PK2 ZȢvtQvendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.phpnu[targetReadBytesPerSecond = $targetReadBytesPerSecond; } public function getTargetReadBytesPerSecond() { return $this->targetReadBytesPerSecond; } public function setTargetReadOpsPerSecond($targetReadOpsPerSecond) { $this->targetReadOpsPerSecond = $targetReadOpsPerSecond; } public function getTargetReadOpsPerSecond() { return $this->targetReadOpsPerSecond; } public function setTargetWriteBytesPerSecond($targetWriteBytesPerSecond) { $this->targetWriteBytesPerSecond = $targetWriteBytesPerSecond; } public function getTargetWriteBytesPerSecond() { return $this->targetWriteBytesPerSecond; } public function setTargetWriteOpsPerSecond($targetWriteOpsPerSecond) { $this->targetWriteOpsPerSecond = $targetWriteOpsPerSecond; } public function getTargetWriteOpsPerSecond() { return $this->targetWriteOpsPerSecond; } } PK2 Z^(Mvendor/google/apiclient-services/src/Google/Service/Appengine/SslSettings.phpnu[certificateId = $certificateId; } public function getCertificateId() { return $this->certificateId; } public function setPendingManagedCertificateId($pendingManagedCertificateId) { $this->pendingManagedCertificateId = $pendingManagedCertificateId; } public function getPendingManagedCertificateId() { return $this->pendingManagedCertificateId; } public function setSslManagementType($sslManagementType) { $this->sslManagementType = $sslManagementType; } public function getSslManagementType() { return $this->sslManagementType; } } PK2 ZQE Zvendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Alpha.phpnu[createVersionMetadata = $createVersionMetadata; } /** * @return Google_Service_Appengine_CreateVersionMetadataV1Alpha */ public function getCreateVersionMetadata() { return $this->createVersionMetadata; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEphemeralMessage($ephemeralMessage) { $this->ephemeralMessage = $ephemeralMessage; } public function getEphemeralMessage() { return $this->ephemeralMessage; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK2 Z/Ivendor/google/apiclient-services/src/Google/Service/Appengine/Service.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Appengine_NetworkSettings */ public function setNetworkSettings(Google_Service_Appengine_NetworkSettings $networkSettings) { $this->networkSettings = $networkSettings; } /** * @return Google_Service_Appengine_NetworkSettings */ public function getNetworkSettings() { return $this->networkSettings; } /** * @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; } } PK2 ZC * $appengineService = new Google_Service_Appengine(...); * $firewall = $appengineService->firewall; * */ class Google_Service_Appengine_Resource_AppsFirewall extends Google_Service_Resource { } PK2 Z`vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedDomains.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $authorizedDomains = $appengineService->authorizedDomains; * */ class Google_Service_Appengine_Resource_AppsAuthorizedDomains extends Google_Service_Resource { /** * Lists all domains the user is authorized to administer. * (authorizedDomains.listAppsAuthorizedDomains) * * @param string $appsId Part of `parent`. Name of the parent Application * resource. Example: apps/myapp. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_Appengine_ListAuthorizedDomainsResponse */ public function listAppsAuthorizedDomains($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListAuthorizedDomainsResponse"); } } PK2 ZdD  ]vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsDomainMappings.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $domainMappings = $appengineService->domainMappings; * */ class Google_Service_Appengine_Resource_AppsDomainMappings extends Google_Service_Resource { /** * Maps a domain to an application. A user must be authorized to administer a * domain in order to map it to an application. For a list of available * authorized domains, see AuthorizedDomains.ListAuthorizedDomains. * (domainMappings.create) * * @param string $appsId Part of `parent`. Name of the parent Application * resource. Example: apps/myapp. * @param Google_Service_Appengine_DomainMapping $postBody * @param array $optParams Optional parameters. * * @opt_param string overrideStrategy Whether the domain creation should * override any existing mappings for this domain. By default, overrides are * rejected. * @return Google_Service_Appengine_Operation */ public function create($appsId, Google_Service_Appengine_DomainMapping $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Appengine_Operation"); } /** * Deletes the specified domain mapping. A user must be authorized to administer * the associated domain in order to delete a DomainMapping resource. * (domainMappings.delete) * * @param string $appsId Part of `name`. Name of the resource to delete. * Example: apps/myapp/domainMappings/example.com. * @param string $domainMappingsId Part of `name`. See documentation of * `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function delete($appsId, $domainMappingsId, $optParams = array()) { $params = array('appsId' => $appsId, 'domainMappingsId' => $domainMappingsId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); } /** * Gets the specified domain mapping. (domainMappings.get) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/domainMappings/example.com. * @param string $domainMappingsId Part of `name`. See documentation of * `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_DomainMapping */ public function get($appsId, $domainMappingsId, $optParams = array()) { $params = array('appsId' => $appsId, 'domainMappingsId' => $domainMappingsId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_DomainMapping"); } /** * Lists the domain mappings on an application. * (domainMappings.listAppsDomainMappings) * * @param string $appsId Part of `parent`. Name of the parent Application * resource. Example: apps/myapp. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_Appengine_ListDomainMappingsResponse */ public function listAppsDomainMappings($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListDomainMappingsResponse"); } /** * Updates the specified domain mapping. To map an SSL certificate to a domain * mapping, update certificate_id to point to an AuthorizedCertificate resource. * A user must be authorized to administer the associated domain in order to * update a DomainMapping resource. (domainMappings.patch) * * @param string $appsId Part of `name`. Name of the resource to update. * Example: apps/myapp/domainMappings/example.com. * @param string $domainMappingsId Part of `name`. See documentation of * `appsId`. * @param Google_Service_Appengine_DomainMapping $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_Appengine_Operation */ public function patch($appsId, $domainMappingsId, Google_Service_Appengine_DomainMapping $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'domainMappingsId' => $domainMappingsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); } } PK2 ZMaaOvendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Apps.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $apps = $appengineService->apps; * */ class Google_Service_Appengine_Resource_Apps extends Google_Service_Resource { /** * Creates an App Engine application for a Google Cloud Platform project. * Required fields: id - The ID of the target Cloud Platform project. location - * The region (https://cloud.google.com/appengine/docs/locations) where you want * the App Engine application located.For more information about App Engine * applications, see Managing Projects, Applications, and Billing * (https://cloud.google.com/appengine/docs/standard/python/console/). * (apps.create) * * @param Google_Service_Appengine_Application $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function create(Google_Service_Appengine_Application $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Appengine_Operation"); } /** * Gets information about an application. (apps.get) * * @param string $appsId Part of `name`. Name of the Application resource to * get. Example: apps/myapp. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Application */ public function get($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_Application"); } /** * Updates the specified Application resource. You can update the following * fields: auth_domain - Google authentication domain for controlling user * access to the application. default_cookie_expiration - Cookie expiration * policy for the application. (apps.patch) * * @param string $appsId Part of `name`. Name of the Application resource to * update. Example: apps/myapp. * @param Google_Service_Appengine_Application $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_Appengine_Operation */ public function patch($appsId, Google_Service_Appengine_Application $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); } /** * Recreates the required App Engine features for the specified App Engine * application, for example a Cloud Storage bucket or App Engine service * account. Use this method if you receive an error message about a missing * feature, for example, Error retrieving the App Engine service account. If you * have deleted your App Engine service account, this will not be able to * recreate it. Instead, you should attempt to use the IAM undelete API if * possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAc * counts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funi * que_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID * can be found in the Cloud Console Activity Log. (apps.repair) * * @param string $appsId Part of `name`. Name of the application to repair. * Example: apps/myapp * @param Google_Service_Appengine_RepairApplicationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function repair($appsId, Google_Service_Appengine_RepairApplicationRequest $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('repair', array($params), "Google_Service_Appengine_Operation"); } } PK2 Z,LT Yvendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsOperations.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $operations = $appengineService->operations; * */ class Google_Service_Appengine_Resource_AppsOperations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $appsId Part of `name`. The name of the operation resource. * @param string $operationsId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function get($appsId, $operationsId, $optParams = array()) { $params = array('appsId' => $appsId, 'operationsId' => $operationsId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name * binding allows API services to override the binding to use different resource * name schemes, such as users/operations. To override the binding, API services * can add a binding such as "/v1/{name=users}/operations" to their service * configuration. For backwards compatibility, the default name includes the * operations collection id, however overriding users must ensure the name * binding is the parent resource, without the operations collection id. * (operations.listAppsOperations) * * @param string $appsId Part of `name`. The name of the operation's parent * resource. * @param array $optParams Optional parameters. * * @opt_param string 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 listAppsOperations($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListOperationsResponse"); } } PK2 Z*'!'!_vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersions.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $versions = $appengineService->versions; * */ class Google_Service_Appengine_Resource_AppsServicesVersions extends Google_Service_Resource { /** * Deploys code and resource files to a new version. (versions.create) * * @param string $appsId Part of `parent`. Name of the parent resource to create * this version under. Example: apps/myapp/services/default. * @param string $servicesId Part of `parent`. See documentation of `appsId`. * @param Google_Service_Appengine_Version $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function create($appsId, $servicesId, Google_Service_Appengine_Version $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Appengine_Operation"); } /** * Deletes an existing Version resource. (versions.delete) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default/versions/v1. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param string $versionsId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function delete($appsId, $servicesId, $versionsId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); } /** * Gets the specified Version resource. By default, only a BASIC_VIEW will be * returned. Specify the FULL_VIEW parameter to get the full resource. * (versions.get) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default/versions/v1. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param string $versionsId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * * @opt_param string view Controls the set of fields returned in the Get * response. * @return Google_Service_Appengine_Version */ public function get($appsId, $servicesId, $versionsId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_Version"); } /** * Lists the versions of a service. (versions.listAppsServicesVersions) * * @param string $appsId Part of `parent`. Name of the parent Service resource. * Example: apps/myapp/services/default. * @param string $servicesId Part of `parent`. See documentation of `appsId`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @opt_param string view Controls the set of fields returned in the List * response. * @return Google_Service_Appengine_ListVersionsResponse */ public function listAppsServicesVersions($appsId, $servicesId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListVersionsResponse"); } /** * Updates the specified Version resource. You can specify the following fields * depending on the App Engine environment and type of scaling that the version * resource uses:Standard environment instance_class * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser * vices.versions#Version.FIELDS.instance_class)automatic scaling in the * standard environment: automatic_scaling.min_idle_instances * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser * vices.versions#Version.FIELDS.automatic_scaling) * automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs * /admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_ * scaling) automaticScaling.standard_scheduler_settings.max_instances * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) * automaticScaling.standard_scheduler_settings.min_instances * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) * automaticScaling.standard_scheduler_settings.target_cpu_utilization * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) * automaticScaling.standard_scheduler_settings.target_throughput_utilization * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic * scaling or manual scaling in the standard environment: serving_status * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) * manual_scaling.instances (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#manualscaling)Flexible * environment serving_status (https://cloud.google.com/appengine/docs/admin-api * /reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)autom * atic scaling in the flexible environment: * automatic_scaling.min_total_instances * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser * vices.versions#Version.FIELDS.automatic_scaling) * automatic_scaling.max_total_instances * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser * vices.versions#Version.FIELDS.automatic_scaling) * automatic_scaling.cool_down_period_sec * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser * vices.versions#Version.FIELDS.automatic_scaling) * automatic_scaling.cpu_utilization.target_utilization * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser * vices.versions#Version.FIELDS.automatic_scaling)manual scaling in the * flexible environment: manual_scaling.instances * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#manualscaling) (versions.patch) * * @param string $appsId Part of `name`. Name of the resource to update. * Example: apps/myapp/services/default/versions/1. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param string $versionsId Part of `name`. See documentation of `appsId`. * @param Google_Service_Appengine_Version $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_Appengine_Operation */ public function patch($appsId, $servicesId, $versionsId, Google_Service_Appengine_Version $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); } } PK2 Zevendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedCertificates.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $authorizedCertificates = $appengineService->authorizedCertificates; * */ class Google_Service_Appengine_Resource_AppsAuthorizedCertificates extends Google_Service_Resource { /** * Uploads the specified SSL certificate. (authorizedCertificates.create) * * @param string $appsId Part of `parent`. Name of the parent Application * resource. Example: apps/myapp. * @param Google_Service_Appengine_AuthorizedCertificate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_AuthorizedCertificate */ public function create($appsId, Google_Service_Appengine_AuthorizedCertificate $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Appengine_AuthorizedCertificate"); } /** * Deletes the specified SSL certificate. (authorizedCertificates.delete) * * @param string $appsId Part of `name`. Name of the resource to delete. * Example: apps/myapp/authorizedCertificates/12345. * @param string $authorizedCertificatesId Part of `name`. See documentation of * `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_AppengineEmpty */ public function delete($appsId, $authorizedCertificatesId, $optParams = array()) { $params = array('appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Appengine_AppengineEmpty"); } /** * Gets the specified SSL certificate. (authorizedCertificates.get) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/authorizedCertificates/12345. * @param string $authorizedCertificatesId Part of `name`. See documentation of * `appsId`. * @param array $optParams Optional parameters. * * @opt_param string view Controls the set of fields returned in the GET * response. * @return Google_Service_Appengine_AuthorizedCertificate */ public function get($appsId, $authorizedCertificatesId, $optParams = array()) { $params = array('appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_AuthorizedCertificate"); } /** * Lists all SSL certificates the user is authorized to administer. * (authorizedCertificates.listAppsAuthorizedCertificates) * * @param string $appsId Part of `parent`. Name of the parent Application * resource. Example: apps/myapp. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @opt_param string view Controls the set of fields returned in the LIST * response. * @return Google_Service_Appengine_ListAuthorizedCertificatesResponse */ public function listAppsAuthorizedCertificates($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListAuthorizedCertificatesResponse"); } /** * Updates the specified SSL certificate. To renew a certificate and maintain * its existing domain mappings, update certificate_data with a new certificate. * The new certificate must be applicable to the same domains as the original * certificate. The certificate display_name may also be updated. * (authorizedCertificates.patch) * * @param string $appsId Part of `name`. Name of the resource to update. * Example: apps/myapp/authorizedCertificates/12345. * @param string $authorizedCertificatesId Part of `name`. See documentation of * `appsId`. * @param Google_Service_Appengine_AuthorizedCertificate $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. Updates are only supported on the certificate_raw_data and * display_name fields. * @return Google_Service_Appengine_AuthorizedCertificate */ public function patch($appsId, $authorizedCertificatesId, Google_Service_Appengine_AuthorizedCertificate $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Appengine_AuthorizedCertificate"); } } PK2 Z#22hvendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersionsInstances.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $instances = $appengineService->instances; * */ class Google_Service_Appengine_Resource_AppsServicesVersionsInstances extends Google_Service_Resource { /** * Enables debugging on a VM instance. This allows you to use the SSH command to * connect to the virtual machine where the instance lives. While in "debug * mode", the instance continues to serve live traffic. You should delete the * instance when you are done debugging and then allow the system to take over * and determine if another instance should be started.Only applicable for * instances in App Engine flexible environment. (instances.debug) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default/versions/v1/instances/instance-1. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param string $versionsId Part of `name`. See documentation of `appsId`. * @param string $instancesId Part of `name`. See documentation of `appsId`. * @param Google_Service_Appengine_DebugInstanceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function debug($appsId, $servicesId, $versionsId, $instancesId, Google_Service_Appengine_DebugInstanceRequest $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instancesId' => $instancesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('debug', array($params), "Google_Service_Appengine_Operation"); } /** * Stops a running instance.The instance might be automatically recreated based * on the scaling settings of the version. For more information, see "How * Instances are Managed" (standard environment * (https://cloud.google.com/appengine/docs/standard/python/how-instances-are- * managed) | flexible environment * (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are- * managed)).To ensure that instances are not re-created and avoid getting * billed, you can stop all instances within the target version by changing the * serving status of the version to STOPPED with the * apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions/patch) method. * (instances.delete) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default/versions/v1/instances/instance-1. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param string $versionsId Part of `name`. See documentation of `appsId`. * @param string $instancesId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function delete($appsId, $servicesId, $versionsId, $instancesId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instancesId' => $instancesId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); } /** * Gets instance information. (instances.get) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default/versions/v1/instances/instance-1. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param string $versionsId Part of `name`. See documentation of `appsId`. * @param string $instancesId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Instance */ public function get($appsId, $servicesId, $versionsId, $instancesId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instancesId' => $instancesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_Instance"); } /** * Lists the instances of a version.Tip: To aggregate details about instances * over time, see the Stackdriver Monitoring API (https://cloud.google.com/monit * oring/api/ref_v3/rest/v3/projects.timeSeries/list). * (instances.listAppsServicesVersionsInstances) * * @param string $appsId Part of `parent`. Name of the parent Version resource. * Example: apps/myapp/services/default/versions/v1. * @param string $servicesId Part of `parent`. See documentation of `appsId`. * @param string $versionsId Part of `parent`. See documentation of `appsId`. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_Appengine_ListInstancesResponse */ public function listAppsServicesVersionsInstances($appsId, $servicesId, $versionsId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListInstancesResponse"); } } PK2 Z#Wvendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServices.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $services = $appengineService->services; * */ class Google_Service_Appengine_Resource_AppsServices extends Google_Service_Resource { /** * Deletes the specified service and all enclosed versions. (services.delete) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Operation */ public function delete($appsId, $servicesId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); } /** * Gets the current configuration of the specified service. (services.get) * * @param string $appsId Part of `name`. Name of the resource requested. * Example: apps/myapp/services/default. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Service */ public function get($appsId, $servicesId, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_Service"); } /** * Lists all the services in the application. (services.listAppsServices) * * @param string $appsId Part of `parent`. Name of the parent Application * resource. Example: apps/myapp. * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_Appengine_ListServicesResponse */ public function listAppsServices($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListServicesResponse"); } /** * Updates the configuration of the specified service. (services.patch) * * @param string $appsId Part of `name`. Name of the resource to update. * Example: apps/myapp/services/default. * @param string $servicesId Part of `name`. See documentation of `appsId`. * @param Google_Service_Appengine_Service $postBody * @param array $optParams Optional parameters. * * @opt_param bool migrateTraffic Set to true to gradually shift traffic to one * or more versions that you specify. By default, traffic is shifted * immediately. For gradual traffic migration, the target versions must be * located within instances that are configured for both warmup requests * (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#InboundServiceType) and * automatic scaling (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must * specify the shardBy (https://cloud.google.com/appengine/docs/admin- * api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. * Gradual traffic migration is not supported in the App Engine flexible * environment. For examples, see Migrating and Splitting Traffic * (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting- * traffic). * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_Appengine_Operation */ public function patch($appsId, $servicesId, Google_Service_Appengine_Service $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); } } PK2 Zs?Ucvendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewallIngressRules.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $ingressRules = $appengineService->ingressRules; * */ class Google_Service_Appengine_Resource_AppsFirewallIngressRules extends Google_Service_Resource { /** * Replaces the entire firewall ruleset in one bulk operation. This overrides * and replaces the rules of an existing firewall with the new rules.If the * final rule does not match traffic with the '*' wildcard IP range, then an * "allow all" rule is explicitly added to the end of the list. * (ingressRules.batchUpdate) * * @param string $appsId Part of `name`. Name of the Firewall collection to set. * Example: apps/myapp/firewall/ingressRules. * @param Google_Service_Appengine_BatchUpdateIngressRulesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_BatchUpdateIngressRulesResponse */ public function batchUpdate($appsId, Google_Service_Appengine_BatchUpdateIngressRulesRequest $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Appengine_BatchUpdateIngressRulesResponse"); } /** * Creates a firewall rule for the application. (ingressRules.create) * * @param string $appsId Part of `parent`. Name of the parent Firewall * collection in which to create a new rule. Example: * apps/myapp/firewall/ingressRules. * @param Google_Service_Appengine_FirewallRule $postBody * @param array $optParams Optional parameters. * @return Google_Service_Appengine_FirewallRule */ public function create($appsId, Google_Service_Appengine_FirewallRule $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Appengine_FirewallRule"); } /** * Deletes the specified firewall rule. (ingressRules.delete) * * @param string $appsId Part of `name`. Name of the Firewall resource to * delete. Example: apps/myapp/firewall/ingressRules/100. * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_AppengineEmpty */ public function delete($appsId, $ingressRulesId, $optParams = array()) { $params = array('appsId' => $appsId, 'ingressRulesId' => $ingressRulesId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Appengine_AppengineEmpty"); } /** * Gets the specified firewall rule. (ingressRules.get) * * @param string $appsId Part of `name`. Name of the Firewall resource to * retrieve. Example: apps/myapp/firewall/ingressRules/100. * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_FirewallRule */ public function get($appsId, $ingressRulesId, $optParams = array()) { $params = array('appsId' => $appsId, 'ingressRulesId' => $ingressRulesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_FirewallRule"); } /** * Lists the firewall rules of an application. * (ingressRules.listAppsFirewallIngressRules) * * @param string $appsId Part of `parent`. Name of the Firewall collection to * retrieve. Example: apps/myapp/firewall/ingressRules. * @param array $optParams Optional parameters. * * @opt_param string matchingAddress A valid IP Address. If set, only rules * matching this address will be returned. The first returned rule will be the * rule that fires on requests from this IP. * @opt_param int pageSize Maximum results to return per page. * @opt_param string pageToken Continuation token for fetching the next page of * results. * @return Google_Service_Appengine_ListIngressRulesResponse */ public function listAppsFirewallIngressRules($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListIngressRulesResponse"); } /** * Updates the specified firewall rule. (ingressRules.patch) * * @param string $appsId Part of `name`. Name of the Firewall resource to * update. Example: apps/myapp/firewall/ingressRules/100. * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. * @param Google_Service_Appengine_FirewallRule $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Standard field mask for the set of fields to be * updated. * @return Google_Service_Appengine_FirewallRule */ public function patch($appsId, $ingressRulesId, Google_Service_Appengine_FirewallRule $postBody, $optParams = array()) { $params = array('appsId' => $appsId, 'ingressRulesId' => $ingressRulesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Appengine_FirewallRule"); } } PK2 Z@ @ Xvendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.phpnu[ * $appengineService = new Google_Service_Appengine(...); * $locations = $appengineService->locations; * */ class Google_Service_Appengine_Resource_AppsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $appsId Part of `name`. Resource name for the location. * @param string $locationsId Part of `name`. See documentation of `appsId`. * @param array $optParams Optional parameters. * @return Google_Service_Appengine_Location */ public function get($appsId, $locationsId, $optParams = array()) { $params = array('appsId' => $appsId, 'locationsId' => $locationsId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Appengine_Location"); } /** * Lists information about the supported locations for this service. * (locations.listAppsLocations) * * @param string $appsId Part of `name`. The resource that owns the locations * collection, if applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Appengine_ListLocationsResponse */ public function listAppsLocations($appsId, $optParams = array()) { $params = array('appsId' => $appsId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Appengine_ListLocationsResponse"); } } PK2 Z&)!!Nvendor/google/apiclient-services/src/Google/Service/Appengine/BasicScaling.phpnu[idleTimeout = $idleTimeout; } public function getIdleTimeout() { return $this->idleTimeout; } public function setMaxInstances($maxInstances) { $this->maxInstances = $maxInstances; } public function getMaxInstances() { return $this->maxInstances; } } PK2 ZVVPvendor/google/apiclient-services/src/Google/Service/Appengine/ResourceRecord.phpnu[name = $name; } public function getName() { return $this->name; } public function setRrdata($rrdata) { $this->rrdata = $rrdata; } public function getRrdata() { return $this->rrdata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Z45gIISvendor/google/apiclient-services/src/Google/Service/Appengine/CloudBuildOptions.phpnu[appYamlPath = $appYamlPath; } public function getAppYamlPath() { return $this->appYamlPath; } public function setCloudBuildTimeout($cloudBuildTimeout) { $this->cloudBuildTimeout = $cloudBuildTimeout; } public function getCloudBuildTimeout() { return $this->cloudBuildTimeout; } } PK2 ZUUOvendor/google/apiclient-services/src/Google/Service/Appengine/ScriptHandler.phpnu[scriptPath = $scriptPath; } public function getScriptPath() { return $this->scriptPath; } } PK2 Z:>##Wvendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_Appengine_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZhTvendor/google/apiclient-services/src/Google/Service/Appengine/ManagedCertificate.phpnu[lastRenewalTime = $lastRenewalTime; } public function getLastRenewalTime() { return $this->lastRenewalTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK2 Z@Wavendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesResponse.phpnu[ingressRules = $ingressRules; } /** * @return Google_Service_Appengine_FirewallRule[] */ public function getIngressRules() { return $this->ingressRules; } } PK2 Z MMZvendor/google/apiclient-services/src/Google/Service/Appengine/ListIngressRulesResponse.phpnu[ingressRules = $ingressRules; } /** * @return Google_Service_Appengine_FirewallRule[] */ public function getIngressRules() { return $this->ingressRules; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Zˀrrdvendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedCertificatesResponse.phpnu[certificates = $certificates; } /** * @return Google_Service_Appengine_AuthorizedCertificate[] */ public function getCertificates() { return $this->certificates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZP 5ܮRvendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedDomain.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Z z\Jvendor/google/apiclient-services/src/Google/Service/Appengine/Instance.phpnu[appEngineRelease = $appEngineRelease; } public function getAppEngineRelease() { return $this->appEngineRelease; } public function setAvailability($availability) { $this->availability = $availability; } public function getAvailability() { return $this->availability; } public function setAverageLatency($averageLatency) { $this->averageLatency = $averageLatency; } public function getAverageLatency() { return $this->averageLatency; } public function setErrors($errors) { $this->errors = $errors; } public function getErrors() { return $this->errors; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMemoryUsage($memoryUsage) { $this->memoryUsage = $memoryUsage; } public function getMemoryUsage() { return $this->memoryUsage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setQps($qps) { $this->qps = $qps; } public function getQps() { return $this->qps; } public function setRequests($requests) { $this->requests = $requests; } public function getRequests() { return $this->requests; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setVmDebugEnabled($vmDebugEnabled) { $this->vmDebugEnabled = $vmDebugEnabled; } public function getVmDebugEnabled() { return $this->vmDebugEnabled; } public function setVmId($vmId) { $this->vmId = $vmId; } public function getVmId() { return $this->vmId; } public function setVmIp($vmIp) { $this->vmIp = $vmIp; } public function getVmIp() { return $this->vmIp; } public function setVmLiveness($vmLiveness) { $this->vmLiveness = $vmLiveness; } public function getVmLiveness() { return $this->vmLiveness; } public function setVmName($vmName) { $this->vmName = $vmName; } public function getVmName() { return $this->vmName; } public function setVmStatus($vmStatus) { $this->vmStatus = $vmStatus; } public function getVmStatus() { return $this->vmStatus; } public function setVmZoneName($vmZoneName) { $this->vmZoneName = $vmZoneName; } public function getVmZoneName() { return $this->vmZoneName; } } PK2 Z<@//Lvendor/google/apiclient-services/src/Google/Service/Appengine/Entrypoint.phpnu[shell = $shell; } public function getShell() { return $this->shell; } } PK2 Z=Pvendor/google/apiclient-services/src/Google/Service/Appengine/CpuUtilization.phpnu[aggregationWindowLength = $aggregationWindowLength; } public function getAggregationWindowLength() { return $this->aggregationWindowLength; } public function setTargetUtilization($targetUtilization) { $this->targetUtilization = $targetUtilization; } public function getTargetUtilization() { return $this->targetUtilization; } } PK2 Z+Tvendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.phpnu[applicationReadable = $applicationReadable; } public function getApplicationReadable() { return $this->applicationReadable; } public function setExpiration($expiration) { $this->expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setHttpHeaders($httpHeaders) { $this->httpHeaders = $httpHeaders; } public function getHttpHeaders() { return $this->httpHeaders; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setRequireMatchingFile($requireMatchingFile) { $this->requireMatchingFile = $requireMatchingFile; } public function getRequireMatchingFile() { return $this->requireMatchingFile; } public function setUploadPathRegex($uploadPathRegex) { $this->uploadPathRegex = $uploadPathRegex; } public function getUploadPathRegex() { return $this->uploadPathRegex; } } PK2 Z8Pvendor/google/apiclient-services/src/Google/Service/Appengine/ReadinessCheck.phpnu[appStartTimeout = $appStartTimeout; } public function getAppStartTimeout() { return $this->appStartTimeout; } public function setCheckInterval($checkInterval) { $this->checkInterval = $checkInterval; } public function getCheckInterval() { return $this->checkInterval; } public function setFailureThreshold($failureThreshold) { $this->failureThreshold = $failureThreshold; } public function getFailureThreshold() { return $this->failureThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setSuccessThreshold($successThreshold) { $this->successThreshold = $successThreshold; } public function getSuccessThreshold() { return $this->successThreshold; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK2 Z+`vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesRequest.phpnu[ingressRules = $ingressRules; } /** * @return Google_Service_Appengine_FirewallRule[] */ public function getIngressRules() { return $this->ingressRules; } } PK2 ZQZvendor/google/apiclient-services/src/Google/Service/Appengine/RepairApplicationRequest.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setOauth2ClientId($oauth2ClientId) { $this->oauth2ClientId = $oauth2ClientId; } public function getOauth2ClientId() { return $this->oauth2ClientId; } public function setOauth2ClientSecret($oauth2ClientSecret) { $this->oauth2ClientSecret = $oauth2ClientSecret; } public function getOauth2ClientSecret() { return $this->oauth2ClientSecret; } public function setOauth2ClientSecretSha256($oauth2ClientSecretSha256) { $this->oauth2ClientSecretSha256 = $oauth2ClientSecretSha256; } public function getOauth2ClientSecretSha256() { return $this->oauth2ClientSecretSha256; } } PK2 Z'Pvendor/google/apiclient-services/src/Google/Service/Appengine/AppengineEmpty.phpnu[createVersionMetadata = $createVersionMetadata; } /** * @return Google_Service_Appengine_CreateVersionMetadataV1 */ public function getCreateVersionMetadata() { return $this->createVersionMetadata; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEphemeralMessage($ephemeralMessage) { $this->ephemeralMessage = $ephemeralMessage; } public function getEphemeralMessage() { return $this->ephemeralMessage; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK2 Z# {{Kvendor/google/apiclient-services/src/Google/Service/Appengine/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Appengine_Status */ public function setError(Google_Service_Appengine_Status $error) { $this->error = $error; } /** * @return Google_Service_Appengine_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK2 Z.)5 5 Wvendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedCertificate.phpnu[certificateRawData = $certificateRawData; } /** * @return Google_Service_Appengine_CertificateRawData */ public function getCertificateRawData() { return $this->certificateRawData; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomainMappingsCount($domainMappingsCount) { $this->domainMappingsCount = $domainMappingsCount; } public function getDomainMappingsCount() { return $this->domainMappingsCount; } public function setDomainNames($domainNames) { $this->domainNames = $domainNames; } public function getDomainNames() { return $this->domainNames; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Appengine_ManagedCertificate */ public function setManagedCertificate(Google_Service_Appengine_ManagedCertificate $managedCertificate) { $this->managedCertificate = $managedCertificate; } /** * @return Google_Service_Appengine_ManagedCertificate */ public function getManagedCertificate() { return $this->managedCertificate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setVisibleDomainMappings($visibleDomainMappings) { $this->visibleDomainMappings = $visibleDomainMappings; } public function getVisibleDomainMappings() { return $this->visibleDomainMappings; } } PK2 ZSzxxHvendor/google/apiclient-services/src/Google/Service/Appengine/Volume.phpnu[name = $name; } public function getName() { return $this->name; } public function setSizeGb($sizeGb) { $this->sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } public function setVolumeType($volumeType) { $this->volumeType = $volumeType; } public function getVolumeType() { return $this->volumeType; } } PK2 ZPZZTvendor/google/apiclient-services/src/Google/Service/Appengine/ApiEndpointHandler.phpnu[scriptPath = $scriptPath; } public function getScriptPath() { return $this->scriptPath; } } PK2 ZŘHvendor/google/apiclient-services/src/Google/Service/Appengine/Status.phpnu[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; } } PK2 Z5GVvendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Appengine_Version[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Appengine_Version[] */ public function getVersions() { return $this->versions; } } PK2 ZExKvendor/google/apiclient-services/src/Google/Service/Appengine/Resources.phpnu[cpu = $cpu; } public function getCpu() { return $this->cpu; } public function setDiskGb($diskGb) { $this->diskGb = $diskGb; } public function getDiskGb() { return $this->diskGb; } public function setKmsKeyReference($kmsKeyReference) { $this->kmsKeyReference = $kmsKeyReference; } public function getKmsKeyReference() { return $this->kmsKeyReference; } public function setMemoryGb($memoryGb) { $this->memoryGb = $memoryGb; } public function getMemoryGb() { return $this->memoryGb; } /** * @param Google_Service_Appengine_Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_Appengine_Volume[] */ public function getVolumes() { return $this->volumes; } } PK2 Z[Vvendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Appengine_Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_Appengine_Service[] */ public function getServices() { return $this->services; } } PK2 Zsq00Xvendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Appengine_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Appengine_Operation[] */ public function getOperations() { return $this->operations; } } PK2 Z>..+Jvendor/google/apiclient-services/src/Google/Service/Appengine/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Z5K22Ovendor/google/apiclient-services/src/Google/Service/Appengine/ContainerInfo.phpnu[image = $image; } public function getImage() { return $this->image; } } PK2 ZSQvendor/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.phpnu[splitHealthChecks = $splitHealthChecks; } public function getSplitHealthChecks() { return $this->splitHealthChecks; } public function setUseContainerOptimizedOs($useContainerOptimizedOs) { $this->useContainerOptimizedOs = $useContainerOptimizedOs; } public function getUseContainerOptimizedOs() { return $this->useContainerOptimizedOs; } } PK2 ZPrr^vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Alpha.phpnu[cloudBuildId = $cloudBuildId; } public function getCloudBuildId() { return $this->cloudBuildId; } } PK2 ZW11_vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedDomainsResponse.phpnu[domains = $domains; } /** * @return Google_Service_Appengine_AuthorizedDomain[] */ public function getDomains() { return $this->domains; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Zs\. Yvendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta.phpnu[createVersionMetadata = $createVersionMetadata; } /** * @return Google_Service_Appengine_CreateVersionMetadataV1Beta */ public function getCreateVersionMetadata() { return $this->createVersionMetadata; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setEphemeralMessage($ephemeralMessage) { $this->ephemeralMessage = $ephemeralMessage; } public function getEphemeralMessage() { return $this->ephemeralMessage; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } public function setWarning($warning) { $this->warning = $warning; } public function getWarning() { return $this->warning; } } PK2 ZpRvendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.phpnu[authFailAction = $authFailAction; } public function getAuthFailAction() { return $this->authFailAction; } public function setLogin($login) { $this->login = $login; } public function getLogin() { return $this->login; } public function setScript($script) { $this->script = $script; } public function getScript() { return $this->script; } public function setSecurityLevel($securityLevel) { $this->securityLevel = $securityLevel; } public function getSecurityLevel() { return $this->securityLevel; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK2 Zf22Mvendor/google/apiclient-services/src/Google/Service/Appengine/Application.phpnu[authDomain = $authDomain; } public function getAuthDomain() { return $this->authDomain; } public function setCodeBucket($codeBucket) { $this->codeBucket = $codeBucket; } public function getCodeBucket() { return $this->codeBucket; } public function setDatabaseType($databaseType) { $this->databaseType = $databaseType; } public function getDatabaseType() { return $this->databaseType; } public function setDefaultBucket($defaultBucket) { $this->defaultBucket = $defaultBucket; } public function getDefaultBucket() { return $this->defaultBucket; } public function setDefaultCookieExpiration($defaultCookieExpiration) { $this->defaultCookieExpiration = $defaultCookieExpiration; } public function getDefaultCookieExpiration() { return $this->defaultCookieExpiration; } public function setDefaultHostname($defaultHostname) { $this->defaultHostname = $defaultHostname; } public function getDefaultHostname() { return $this->defaultHostname; } /** * @param Google_Service_Appengine_UrlDispatchRule[] */ public function setDispatchRules($dispatchRules) { $this->dispatchRules = $dispatchRules; } /** * @return Google_Service_Appengine_UrlDispatchRule[] */ public function getDispatchRules() { return $this->dispatchRules; } /** * @param Google_Service_Appengine_FeatureSettings */ public function setFeatureSettings(Google_Service_Appengine_FeatureSettings $featureSettings) { $this->featureSettings = $featureSettings; } /** * @return Google_Service_Appengine_FeatureSettings */ public function getFeatureSettings() { return $this->featureSettings; } public function setGcrDomain($gcrDomain) { $this->gcrDomain = $gcrDomain; } public function getGcrDomain() { return $this->gcrDomain; } /** * @param Google_Service_Appengine_IdentityAwareProxy */ public function setIap(Google_Service_Appengine_IdentityAwareProxy $iap) { $this->iap = $iap; } /** * @return Google_Service_Appengine_IdentityAwareProxy */ public function getIap() { return $this->iap; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setServingStatus($servingStatus) { $this->servingStatus = $servingStatus; } public function getServingStatus() { return $this->servingStatus; } } PK2 ZL?Ovendor/google/apiclient-services/src/Google/Service/Appengine/LivenessCheck.phpnu[checkInterval = $checkInterval; } public function getCheckInterval() { return $this->checkInterval; } public function setFailureThreshold($failureThreshold) { $this->failureThreshold = $failureThreshold; } public function getFailureThreshold() { return $this->failureThreshold; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setInitialDelay($initialDelay) { $this->initialDelay = $initialDelay; } public function getInitialDelay() { return $this->initialDelay; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setSuccessThreshold($successThreshold) { $this->successThreshold = $successThreshold; } public function getSuccessThreshold() { return $this->successThreshold; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK2 Zn Lvendor/google/apiclient-services/src/Google/Service/Appengine/Deployment.phpnu[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; } } PK2 Z Hvendor/google/apiclient-services/src/Google/Service/Appengine/UrlMap.phpnu[apiEndpoint = $apiEndpoint; } /** * @return Google_Service_Appengine_ApiEndpointHandler */ public function getApiEndpoint() { return $this->apiEndpoint; } public function setAuthFailAction($authFailAction) { $this->authFailAction = $authFailAction; } public function getAuthFailAction() { return $this->authFailAction; } public function setLogin($login) { $this->login = $login; } public function getLogin() { return $this->login; } public function setRedirectHttpResponseCode($redirectHttpResponseCode) { $this->redirectHttpResponseCode = $redirectHttpResponseCode; } public function getRedirectHttpResponseCode() { return $this->redirectHttpResponseCode; } /** * @param Google_Service_Appengine_ScriptHandler */ public function setScript(Google_Service_Appengine_ScriptHandler $script) { $this->script = $script; } /** * @return Google_Service_Appengine_ScriptHandler */ public function getScript() { return $this->script; } public function setSecurityLevel($securityLevel) { $this->securityLevel = $securityLevel; } public function getSecurityLevel() { return $this->securityLevel; } /** * @param Google_Service_Appengine_StaticFilesHandler */ public function setStaticFiles(Google_Service_Appengine_StaticFilesHandler $staticFiles) { $this->staticFiles = $staticFiles; } /** * @return Google_Service_Appengine_StaticFilesHandler */ public function getStaticFiles() { return $this->staticFiles; } public function setUrlRegex($urlRegex) { $this->urlRegex = $urlRegex; } public function getUrlRegex() { return $this->urlRegex; } } PK2 ZgIvendor/google/apiclient-services/src/Google/Service/Appengine/ZipInfo.phpnu[filesCount = $filesCount; } public function getFilesCount() { return $this->filesCount; } public function setSourceUrl($sourceUrl) { $this->sourceUrl = $sourceUrl; } public function getSourceUrl() { return $this->sourceUrl; } } PK2 Z((>vendor/google/apiclient-services/src/Google/Service/GKEHub.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_GKEHub extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_memberships; public $projects_locations_operations; /** * Constructs the internal representation of the GKEHub service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://gkehub.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'gkehub'; $this->projects_locations = new Google_Service_GKEHub_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_memberships = new Google_Service_GKEHub_Resource_ProjectsLocationsMemberships( $this, $this->serviceName, 'memberships', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/memberships', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'membershipId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateConnectManifest' => array( 'path' => 'v1/{+name}:generateConnectManifest', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imagePullSecretContent' => array( 'location' => 'query', 'type' => 'string', ), 'isUpgrade' => array( 'location' => 'query', 'type' => 'boolean', ), 'namespace' => array( 'location' => 'query', 'type' => 'string', ), 'proxy' => array( 'location' => 'query', 'type' => 'string', ), 'registry' => array( 'location' => 'query', 'type' => 'string', ), 'version' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+parent}/memberships', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_GKEHub_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK2 Z2MMWvendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.phpnu[sitemap = $sitemap; } /** * @return Google_Service_Webmasters_WmxSitemap[] */ public function getSitemap() { return $this->sitemap; } } PK2 ZRJvendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSite.phpnu[permissionLevel = $permissionLevel; } public function getPermissionLevel() { return $this->permissionLevel; } public function setSiteUrl($siteUrl) { $this->siteUrl = $siteUrl; } public function getSiteUrl() { return $this->siteUrl; } } PK2 Z"Tvendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.phpnu[indexed = $indexed; } public function getIndexed() { return $this->indexed; } public function setSubmitted($submitted) { $this->submitted = $submitted; } public function getSubmitted() { return $this->submitted; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zb7MM_vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.phpnu[responseAggregationType = $responseAggregationType; } public function getResponseAggregationType() { return $this->responseAggregationType; } /** * @param Google_Service_Webmasters_ApiDataRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Webmasters_ApiDataRow[] */ public function getRows() { return $this->rows; } } PK2 Z*{q ^vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryRequest.phpnu[aggregationType = $aggregationType; } public function getAggregationType() { return $this->aggregationType; } public function setDataState($dataState) { $this->dataState = $dataState; } public function getDataState() { return $this->dataState; } /** * @param Google_Service_Webmasters_ApiDimensionFilterGroup[] */ public function setDimensionFilterGroups($dimensionFilterGroups) { $this->dimensionFilterGroups = $dimensionFilterGroups; } /** * @return Google_Service_Webmasters_ApiDimensionFilterGroup[] */ public function getDimensionFilterGroups() { return $this->dimensionFilterGroups; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setRowLimit($rowLimit) { $this->rowLimit = $rowLimit; } public function getRowLimit() { return $this->rowLimit; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setStartRow($startRow) { $this->startRow = $startRow; } public function getStartRow() { return $this->startRow; } } PK2 Z Tvendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sitemaps.phpnu[ * $webmastersService = new Google_Service_Webmasters(...); * $sitemaps = $webmastersService->sitemaps; * */ class Google_Service_Webmasters_Resource_Sitemaps extends Google_Service_Resource { /** * Deletes a sitemap from this site. (sitemaps.delete) * * @param string $siteUrl The site's URL, including protocol. For example: * http://www.example.com/ * @param string $feedpath The URL of the actual sitemap. For example: * http://www.example.com/sitemap.xml * @param array $optParams Optional parameters. */ public function delete($siteUrl, $feedpath, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves information about a specific sitemap. (sitemaps.get) * * @param string $siteUrl The site's URL, including protocol. For example: * http://www.example.com/ * @param string $feedpath The URL of the actual sitemap. For example: * http://www.example.com/sitemap.xml * @param array $optParams Optional parameters. * @return Google_Service_Webmasters_WmxSitemap */ public function get($siteUrl, $feedpath, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap"); } /** * Lists the sitemaps-entries submitted for this site, or included in the * sitemap index file (if sitemapIndex is specified in the request). * (sitemaps.listSitemaps) * * @param string $siteUrl The site's URL, including protocol. For example: * http://www.example.com/ * @param array $optParams Optional parameters. * * @opt_param string sitemapIndex A URL of a site's sitemap index. For example: * http://www.example.com/sitemapindex.xml * @return Google_Service_Webmasters_SitemapsListResponse */ public function listSitemaps($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse"); } /** * Submits a sitemap for a site. (sitemaps.submit) * * @param string $siteUrl The site's URL, including protocol. For example: * http://www.example.com/ * @param string $feedpath The URL of the sitemap to add. For example: * http://www.example.com/sitemap.xml * @param array $optParams Optional parameters. */ public function submit($siteUrl, $feedpath, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); $params = array_merge($params, $optParams); return $this->call('submit', array($params)); } } PK2 Z)n[vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.phpnu[ * $webmastersService = new Google_Service_Webmasters(...); * $searchanalytics = $webmastersService->searchanalytics; * */ class Google_Service_Webmasters_Resource_Searchanalytics extends Google_Service_Resource { /** * Query your data with filters and parameters that you define. Returns zero or * more rows grouped by the row keys that you define. You must define a date * range of one or more days. * * When date is one of the group by values, any days without data are omitted * from the result list. If you need to know which days have data, issue a broad * date range query grouped by date for any metric, and see which day rows are * returned. (searchanalytics.query) * * @param string $siteUrl The site's URL, including protocol. For example: * http://www.example.com/ * @param Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Webmasters_SearchAnalyticsQueryResponse */ public function query($siteUrl, Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_Webmasters_SearchAnalyticsQueryResponse"); } } PK2 Zf}IL Qvendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sites.phpnu[ * $webmastersService = new Google_Service_Webmasters(...); * $sites = $webmastersService->sites; * */ class Google_Service_Webmasters_Resource_Sites extends Google_Service_Resource { /** * Adds a site to the set of the user's sites in Search Console. (sites.add) * * @param string $siteUrl The URL of the site to add. * @param array $optParams Optional parameters. */ public function add($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('add', array($params)); } /** * Removes a site from the set of the user's Search Console sites. * (sites.delete) * * @param string $siteUrl The URI of the property as defined in Search Console. * Examples: http://www.example.com/ or android-app://com.example/ Note: for * property-sets, use the URI that starts with sc-set: which is used in Search * Console URLs. * @param array $optParams Optional parameters. */ public function delete($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves information about specific site. (sites.get) * * @param string $siteUrl The URI of the property as defined in Search Console. * Examples: http://www.example.com/ or android-app://com.example/ Note: for * property-sets, use the URI that starts with sc-set: which is used in Search * Console URLs. * @param array $optParams Optional parameters. * @return Google_Service_Webmasters_WmxSite */ public function get($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite"); } /** * Lists the user's Search Console sites. (sites.listSites) * * @param array $optParams Optional parameters. * @return Google_Service_Webmasters_SitesListResponse */ public function listSites($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse"); } } PK2 Zש Mvendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDataRow.phpnu[clicks = $clicks; } public function getClicks() { return $this->clicks; } public function setCtr($ctr) { $this->ctr = $ctr; } public function getCtr() { return $this->ctr; } public function setImpressions($impressions) { $this->impressions = $impressions; } public function getImpressions() { return $this->impressions; } public function setKeys($keys) { $this->keys = $keys; } public function getKeys() { return $this->keys; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } } PK2 ZSSTvendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.phpnu[siteEntry = $siteEntry; } /** * @return Google_Service_Webmasters_WmxSite[] */ public function getSiteEntry() { return $this->siteEntry; } } PK2 ZVZvendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilterGroup.phpnu[filters = $filters; } /** * @return Google_Service_Webmasters_ApiDimensionFilter[] */ public function getFilters() { return $this->filters; } public function setGroupType($groupType) { $this->groupType = $groupType; } public function getGroupType() { return $this->groupType; } } PK2 Z Mvendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemap.phpnu[contents = $contents; } /** * @return Google_Service_Webmasters_WmxSitemapContent[] */ public function getContents() { return $this->contents; } public function setErrors($errors) { $this->errors = $errors; } public function getErrors() { return $this->errors; } public function setIsPending($isPending) { $this->isPending = $isPending; } public function getIsPending() { return $this->isPending; } public function setIsSitemapsIndex($isSitemapsIndex) { $this->isSitemapsIndex = $isSitemapsIndex; } public function getIsSitemapsIndex() { return $this->isSitemapsIndex; } public function setLastDownloaded($lastDownloaded) { $this->lastDownloaded = $lastDownloaded; } public function getLastDownloaded() { return $this->lastDownloaded; } public function setLastSubmitted($lastSubmitted) { $this->lastSubmitted = $lastSubmitted; } public function getLastSubmitted() { return $this->lastSubmitted; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK2 ZNv.Uvendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilter.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK2 ZAHBBJvendor/google/apiclient-services/src/Google/Service/CloudComposer/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK2 ZMTvendor/google/apiclient-services/src/Google/Service/CloudComposer/AllowedIpRange.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK2 ZI3{ Pvendor/google/apiclient-services/src/Google/Service/CloudComposer/NodeConfig.phpnu[diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } /** * @param Google_Service_CloudComposer_IPAllocationPolicy */ public function setIpAllocationPolicy(Google_Service_CloudComposer_IPAllocationPolicy $ipAllocationPolicy) { $this->ipAllocationPolicy = $ipAllocationPolicy; } /** * @return Google_Service_CloudComposer_IPAllocationPolicy */ public function getIpAllocationPolicy() { return $this->ipAllocationPolicy; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setOauthScopes($oauthScopes) { $this->oauthScopes = $oauthScopes; } public function getOauthScopes() { return $this->oauthScopes; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } } PK2 Z Ƽcvendor/google/apiclient-services/src/Google/Service/CloudComposer/WebServerNetworkAccessControl.phpnu[allowedIpRanges = $allowedIpRanges; } /** * @return Google_Service_CloudComposer_AllowedIpRange[] */ public function getAllowedIpRanges() { return $this->allowedIpRanges; } } PK2 ZE61 1 ^vendor/google/apiclient-services/src/Google/Service/CloudComposer/PrivateEnvironmentConfig.phpnu[cloudSqlIpv4CidrBlock = $cloudSqlIpv4CidrBlock; } public function getCloudSqlIpv4CidrBlock() { return $this->cloudSqlIpv4CidrBlock; } public function setEnablePrivateEnvironment($enablePrivateEnvironment) { $this->enablePrivateEnvironment = $enablePrivateEnvironment; } public function getEnablePrivateEnvironment() { return $this->enablePrivateEnvironment; } /** * @param Google_Service_CloudComposer_PrivateClusterConfig */ public function setPrivateClusterConfig(Google_Service_CloudComposer_PrivateClusterConfig $privateClusterConfig) { $this->privateClusterConfig = $privateClusterConfig; } /** * @return Google_Service_CloudComposer_PrivateClusterConfig */ public function getPrivateClusterConfig() { return $this->privateClusterConfig; } public function setWebServerIpv4CidrBlock($webServerIpv4CidrBlock) { $this->webServerIpv4CidrBlock = $webServerIpv4CidrBlock; } public function getWebServerIpv4CidrBlock() { return $this->webServerIpv4CidrBlock; } public function setWebServerIpv4ReservedRange($webServerIpv4ReservedRange) { $this->webServerIpv4ReservedRange = $webServerIpv4ReservedRange; } public function getWebServerIpv4ReservedRange() { return $this->webServerIpv4ReservedRange; } } PK2 Z~bbUvendor/google/apiclient-services/src/Google/Service/CloudComposer/WebServerConfig.phpnu[machineType = $machineType; } public function getMachineType() { return $this->machineType; } } PK2 ZKn`vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocations.phpnu[ * $composerService = new Google_Service_CloudComposer(...); * $locations = $composerService->locations; * */ class Google_Service_CloudComposer_Resource_ProjectsLocations extends Google_Service_Resource { } PK2 Z jvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.phpnu[ * $composerService = new Google_Service_CloudComposer(...); * $operations = $composerService->operations; * */ class Google_Service_CloudComposer_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudComposer_ComposerEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudComposer_ComposerEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudComposer_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudComposer_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string 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_CloudComposer_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudComposer_ListOperationsResponse"); } } PK2 Z,oomvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsImageVersions.phpnu[ * $composerService = new Google_Service_CloudComposer(...); * $imageVersions = $composerService->imageVersions; * */ class Google_Service_CloudComposer_Resource_ProjectsLocationsImageVersions extends Google_Service_Resource { /** * List ImageVersions for provided location. * (imageVersions.listProjectsLocationsImageVersions) * * @param string $parent List ImageVersions in the given project and location, * in the form: "projects/{projectId}/locations/{locationId}" * @param array $optParams Optional parameters. * * @opt_param bool includePastReleases Whether or not image versions from old * releases should be included. * @opt_param int pageSize The maximum number of image_versions to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_CloudComposer_ListImageVersionsResponse */ public function listProjectsLocationsImageVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudComposer_ListImageVersionsResponse"); } } PK2 ZџŸxxWvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/Projects.phpnu[ * $composerService = new Google_Service_CloudComposer(...); * $projects = $composerService->projects; * */ class Google_Service_CloudComposer_Resource_Projects extends Google_Service_Resource { } PK2 Z;Rrp#p#lvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsEnvironments.phpnu[ * $composerService = new Google_Service_CloudComposer(...); * $environments = $composerService->environments; * */ class Google_Service_CloudComposer_Resource_ProjectsLocationsEnvironments extends Google_Service_Resource { /** * Create a new environment. (environments.create) * * @param string $parent The parent must be of the form * "projects/{projectId}/locations/{locationId}". * @param Google_Service_CloudComposer_Environment $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudComposer_Operation */ public function create($parent, Google_Service_CloudComposer_Environment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudComposer_Operation"); } /** * Delete an environment. (environments.delete) * * @param string $name The environment to delete, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" * @param array $optParams Optional parameters. * @return Google_Service_CloudComposer_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudComposer_Operation"); } /** * Get an existing environment. (environments.get) * * @param string $name The resource name of the environment to get, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" * @param array $optParams Optional parameters. * @return Google_Service_CloudComposer_Environment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudComposer_Environment"); } /** * List environments. (environments.listProjectsLocationsEnvironments) * * @param string $parent List environments in the given project and location, in * the form: "projects/{projectId}/locations/{locationId}" * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of environments to return. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @return Google_Service_CloudComposer_ListEnvironmentsResponse */ public function listProjectsLocationsEnvironments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudComposer_ListEnvironmentsResponse"); } /** * Update an environment. (environments.patch) * * @param string $name The relative resource name of the environment to update, * in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" * @param Google_Service_CloudComposer_Environment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. A comma-separated list of paths, * relative to `Environment`, of fields to update. For example, to set the * version of scikit-learn to install in the environment to 0.19.0 and to remove * an existing installation of numpy, the `updateMask` parameter would include * the following two `paths` values: "config.softwareConfig.pypiPackages.scikit- * learn" and "config.softwareConfig.pypiPackages.numpy". The included patch * environment would specify the scikit-learn version as follows: { "config":{ * "softwareConfig":{ "pypiPackages":{ "scikit-learn":"==0.19.0" } } } } Note * that in the above example, any existing PyPI packages other than scikit-learn * and numpy will be unaffected. Only one update type may be included in a * single request's `updateMask`. For example, one cannot update both the PyPI * packages and labels in the same request. However, it is possible to update * multiple members of a map field simultaneously in the same request. For * example, to set the labels "label1" and "label2" while clearing "label3" * (assuming it already exists), one can provide the paths "labels.label1", * "labels.label2", and "labels.label3" and populate the patch environment as * follows: { "labels":{ "label1":"new-label1-value" "label2":"new-label2-value" * } } Note that in the above example, any existing labels that are not included * in the `updateMask` will be unaffected. It is also possible to replace an * entire map field by providing the map field's path in the `updateMask`. The * new value of the field will be that which is provided in the patch * environment. For example, to delete all pre-existing user-specified PyPI * packages and install botocore at version 1.7.14, the `updateMask` would * contain the path "config.softwareConfig.pypiPackages", and the patch * environment would be the following: { "config":{ "softwareConfig":{ * "pypiPackages":{ "botocore":"==1.7.14" } } } } **Note:** Only the following * fields can be updated: *Mask* *Purpose* config.softwareConfig.pypiPackages * Replace all custom custom PyPI packages. If a replacement package map is not * included in `environment`, all custom PyPI packages are cleared. It is an * error to provide both this mask and a mask specifying an individual package. * config.softwareConfig.pypiPackages.packagename Update the custom PyPI package * packagename, preserving other packages. To delete the package, include it in * `updateMask`, and omit the mapping for it in * `environment.config.softwareConfig.pypiPackages`. It is an error to provide * both a mask of this form and the "config.softwareConfig.pypiPackages" mask. * labels Replace all environment labels. If a replacement labels map is not * included in `environment`, all labels are cleared. It is an error to provide * both this mask and a mask specifying one or more individual labels. * labels.labelName Set the label named labelName, while preserving other * labels. To delete the label, include it in `updateMask` and omit its mapping * in `environment.labels`. It is an error to provide both a mask of this form * and the "labels" mask. config.nodeCount Horizontally scale the number of * nodes in the environment. An integer greater than or equal to 3 must be * provided in the `config.nodeCount` field. * config.webServerNetworkAccessControl Replace the environment's current * WebServerNetworkAccessControl. config.databaseConfig Replace the * environment's current DatabaseConfig. config.webServerConfig Replace the * environment's current WebServerConfig. * config.softwareConfig.airflowConfigOverrides Replace all Apache Airflow * config overrides. If a replacement config overrides map is not included in * `environment`, all config overrides are cleared. It is an error to provide * both this mask and a mask specifying one or more individual config overrides. * config.softwareConfig.airflowConfigOverrides.section-name Override the Apache * Airflow config property name in the section named section, preserving other * properties. To delete the property override, include it in `updateMask` and * omit its mapping in * `environment.config.softwareConfig.airflowConfigOverrides`. It is an error to * provide both a mask of this form and the * "config.softwareConfig.airflowConfigOverrides" mask. * config.softwareConfig.envVariables Replace all environment variables. If a * replacement environment variable map is not included in `environment`, all * custom environment variables are cleared. It is an error to provide both this * mask and a mask specifying one or more individual environment variables. * @return Google_Service_CloudComposer_Operation */ public function patch($name, Google_Service_CloudComposer_Environment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudComposer_Operation"); } } PK2 ZmaTvendor/google/apiclient-services/src/Google/Service/CloudComposer/SoftwareConfig.phpnu[airflowConfigOverrides = $airflowConfigOverrides; } public function getAirflowConfigOverrides() { return $this->airflowConfigOverrides; } public function setEnvVariables($envVariables) { $this->envVariables = $envVariables; } public function getEnvVariables() { return $this->envVariables; } public function setImageVersion($imageVersion) { $this->imageVersion = $imageVersion; } public function getImageVersion() { return $this->imageVersion; } public function setPypiPackages($pypiPackages) { $this->pypiPackages = $pypiPackages; } public function getPypiPackages() { return $this->pypiPackages; } public function setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } public function getPythonVersion() { return $this->pythonVersion; } } PK2 Z!'\\Vvendor/google/apiclient-services/src/Google/Service/CloudComposer/EncryptionConfig.phpnu[kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } } PK2 ZIqZZ^vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListEnvironmentsResponse.phpnu[environments = $environments; } /** * @return Google_Service_CloudComposer_Environment[] */ public function getEnvironments() { return $this->environments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 ZmWvendor/google/apiclient-services/src/Google/Service/CloudComposer/OperationMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setResourceUuid($resourceUuid) { $this->resourceUuid = $resourceUuid; } public function getResourceUuid() { return $this->resourceUuid; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK2 Z 9gg_vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListImageVersionsResponse.phpnu[imageVersions = $imageVersions; } /** * @return Google_Service_CloudComposer_ImageVersion[] */ public function getImageVersions() { return $this->imageVersions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK2 Zf/3Qvendor/google/apiclient-services/src/Google/Service/CloudComposer/Environment.phpnu[config = $config; } /** * @return Google_Service_CloudComposer_EnvironmentConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUuid($uuid) { $this->uuid = $uuid; } public function getUuid() { return $this->uuid; } } PK2 Z> `Svendor/google/apiclient-services/src/Google/Service/CloudComposer/ComposerEmpty.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudComposer_Status */ public function setError(Google_Service_CloudComposer_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudComposer_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK2 Z]CLvendor/google/apiclient-services/src/Google/Service/CloudComposer/Status.phpnu[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; } } PK2 ZۅZvendor/google/apiclient-services/src/Google/Service/CloudComposer/PrivateClusterConfig.phpnu[enablePrivateEndpoint = $enablePrivateEndpoint; } public function getEnablePrivateEndpoint() { return $this->enablePrivateEndpoint; } public function setMasterIpv4CidrBlock($masterIpv4CidrBlock) { $this->masterIpv4CidrBlock = $masterIpv4CidrBlock; } public function getMasterIpv4CidrBlock() { return $this->masterIpv4CidrBlock; } public function setMasterIpv4ReservedRange($masterIpv4ReservedRange) { $this->masterIpv4ReservedRange = $masterIpv4ReservedRange; } public function getMasterIpv4ReservedRange() { return $this->masterIpv4ReservedRange; } } PK2 ZCRvendor/google/apiclient-services/src/Google/Service/CloudComposer/ImageVersion.phpnu[creationDisabled = $creationDisabled; } public function getCreationDisabled() { return $this->creationDisabled; } public function setImageVersionId($imageVersionId) { $this->imageVersionId = $imageVersionId; } public function getImageVersionId() { return $this->imageVersionId; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } /** * @param Google_Service_CloudComposer_Date */ public function setReleaseDate(Google_Service_CloudComposer_Date $releaseDate) { $this->releaseDate = $releaseDate; } /** * @return Google_Service_CloudComposer_Date */ public function getReleaseDate() { return $this->releaseDate; } public function setSupportedPythonVersions($supportedPythonVersions) { $this->supportedPythonVersions = $supportedPythonVersions; } public function getSupportedPythonVersions() { return $this->supportedPythonVersions; } public function setUpgradeDisabled($upgradeDisabled) { $this->upgradeDisabled = $upgradeDisabled; } public function getUpgradeDisabled() { return $this->upgradeDisabled; } } PK2 Z|KWvendor/google/apiclient-services/src/Google/Service/CloudComposer/EnvironmentConfig.phpnu[airflowUri = $airflowUri; } public function getAirflowUri() { return $this->airflowUri; } public function setDagGcsPrefix($dagGcsPrefix) { $this->dagGcsPrefix = $dagGcsPrefix; } public function getDagGcsPrefix() { return $this->dagGcsPrefix; } /** * @param Google_Service_CloudComposer_DatabaseConfig */ public function setDatabaseConfig(Google_Service_CloudComposer_DatabaseConfig $databaseConfig) { $this->databaseConfig = $databaseConfig; } /** * @return Google_Service_CloudComposer_DatabaseConfig */ public function getDatabaseConfig() { return $this->databaseConfig; } /** * @param Google_Service_CloudComposer_EncryptionConfig */ public function setEncryptionConfig(Google_Service_CloudComposer_EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_CloudComposer_EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } public function setGkeCluster($gkeCluster) { $this->gkeCluster = $gkeCluster; } public function getGkeCluster() { return $this->gkeCluster; } /** * @param Google_Service_CloudComposer_NodeConfig */ public function setNodeConfig(Google_Service_CloudComposer_NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return Google_Service_CloudComposer_NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } public function getNodeCount() { return $this->nodeCount; } /** * @param Google_Service_CloudComposer_PrivateEnvironmentConfig */ public function setPrivateEnvironmentConfig(Google_Service_CloudComposer_PrivateEnvironmentConfig $privateEnvironmentConfig) { $this->privateEnvironmentConfig = $privateEnvironmentConfig; } /** * @return Google_Service_CloudComposer_PrivateEnvironmentConfig */ public function getPrivateEnvironmentConfig() { return $this->privateEnvironmentConfig; } /** * @param Google_Service_CloudComposer_SoftwareConfig */ public function setSoftwareConfig(Google_Service_CloudComposer_SoftwareConfig $softwareConfig) { $this->softwareConfig = $softwareConfig; } /** * @return Google_Service_CloudComposer_SoftwareConfig */ public function getSoftwareConfig() { return $this->softwareConfig; } /** * @param Google_Service_CloudComposer_WebServerConfig */ public function setWebServerConfig(Google_Service_CloudComposer_WebServerConfig $webServerConfig) { $this->webServerConfig = $webServerConfig; } /** * @return Google_Service_CloudComposer_WebServerConfig */ public function getWebServerConfig() { return $this->webServerConfig; } /** * @param Google_Service_CloudComposer_WebServerNetworkAccessControl */ public function setWebServerNetworkAccessControl(Google_Service_CloudComposer_WebServerNetworkAccessControl $webServerNetworkAccessControl) { $this->webServerNetworkAccessControl = $webServerNetworkAccessControl; } /** * @return Google_Service_CloudComposer_WebServerNetworkAccessControl */ public function getWebServerNetworkAccessControl() { return $this->webServerNetworkAccessControl; } } PK2 Z$6@@\vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudComposer_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudComposer_Operation[] */ public function getOperations() { return $this->operations; } } PK2 Z-6Z_Xvendor/google/apiclient-services/src/Google/Service/CloudComposer/IPAllocationPolicy.phpnu[clusterIpv4CidrBlock = $clusterIpv4CidrBlock; } public function getClusterIpv4CidrBlock() { return $this->clusterIpv4CidrBlock; } public function setClusterSecondaryRangeName($clusterSecondaryRangeName) { $this->clusterSecondaryRangeName = $clusterSecondaryRangeName; } public function getClusterSecondaryRangeName() { return $this->clusterSecondaryRangeName; } public function setServicesIpv4CidrBlock($servicesIpv4CidrBlock) { $this->servicesIpv4CidrBlock = $servicesIpv4CidrBlock; } public function getServicesIpv4CidrBlock() { return $this->servicesIpv4CidrBlock; } public function setServicesSecondaryRangeName($servicesSecondaryRangeName) { $this->servicesSecondaryRangeName = $servicesSecondaryRangeName; } public function getServicesSecondaryRangeName() { return $this->servicesSecondaryRangeName; } public function setUseIpAliases($useIpAliases) { $this->useIpAliases = $useIpAliases; } public function getUseIpAliases() { return $this->useIpAliases; } } PK2 ZtTaaTvendor/google/apiclient-services/src/Google/Service/CloudComposer/DatabaseConfig.phpnu[machineType = $machineType; } public function getMachineType() { return $this->machineType; } } PK2 Z O[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallPolicy.phpnu[autoInstallConstraint = $autoInstallConstraint; } /** * @return Google_Service_AndroidEnterprise_AutoInstallConstraint[] */ public function getAutoInstallConstraint() { return $this->autoInstallConstraint; } public function setAutoInstallMode($autoInstallMode) { $this->autoInstallMode = $autoInstallMode; } public function getAutoInstallMode() { return $this->autoInstallMode; } public function setAutoInstallPriority($autoInstallPriority) { $this->autoInstallPriority = $autoInstallPriority; } public function getAutoInstallPriority() { return $this->autoInstallPriority; } public function setMinimumVersionCode($minimumVersionCode) { $this->minimumVersionCode = $minimumVersionCode; } public function getMinimumVersionCode() { return $this->minimumVersionCode; } } PK2 ZY[[jvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK2 Z.JoZZTvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppVersion.phpnu[isProduction = $isProduction; } public function getIsProduction() { return $this->isProduction; } public function setTrack($track) { $this->track = $track; } public function getTrack() { return $this->track; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } public function setVersionString($versionString) { $this->versionString = $versionString; } public function getVersionString() { return $this->versionString; } } PK2 ZRMs s Yvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValueBool($valueBool) { $this->valueBool = $valueBool; } public function getValueBool() { return $this->valueBool; } /** * @param Google_Service_AndroidEnterprise_ManagedPropertyBundle */ public function setValueBundle(Google_Service_AndroidEnterprise_ManagedPropertyBundle $valueBundle) { $this->valueBundle = $valueBundle; } /** * @return Google_Service_AndroidEnterprise_ManagedPropertyBundle */ public function getValueBundle() { return $this->valueBundle; } /** * @param Google_Service_AndroidEnterprise_ManagedPropertyBundle[] */ public function setValueBundleArray($valueBundleArray) { $this->valueBundleArray = $valueBundleArray; } /** * @return Google_Service_AndroidEnterprise_ManagedPropertyBundle[] */ public function getValueBundleArray() { return $this->valueBundleArray; } public function setValueInteger($valueInteger) { $this->valueInteger = $valueInteger; } public function getValueInteger() { return $this->valueInteger; } public function setValueString($valueString) { $this->valueString = $valueString; } public function getValueString() { return $this->valueString; } public function setValueStringArray($valueStringArray) { $this->valueStringArray = $valueStringArray; } public function getValueStringArray() { return $this->valueStringArray; } } PK2 Zӱmvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPlaySearch.phpnu[approveApps = $approveApps; } public function getApproveApps() { return $this->approveApps; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK2 ZpyyTvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.phpnu[administrator = $administrator; } /** * @return Google_Service_AndroidEnterprise_Administrator[] */ public function getAdministrator() { return $this->administrator; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPrimaryDomain($primaryDomain) { $this->primaryDomain = $primaryDomain; } public function getPrimaryDomain() { return $this->primaryDomain; } } PK2 Z=lUvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/VariableSet.phpnu[placeholder = $placeholder; } public function getPlaceholder() { return $this->placeholder; } public function setUserValue($userValue) { $this->userValue = $userValue; } public function getUserValue() { return $this->userValue; } } PK2 Zg;WWhvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductAvailabilityChangeEvent.phpnu[availabilityStatus = $availabilityStatus; } public function getAvailabilityStatus() { return $this->availabilityStatus; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK2 Zz {{[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/MaintenanceWindow.phpnu[durationMs = $durationMs; } public function getDurationMs() { return $this->durationMs; } public function setStartTimeAfterMidnightMs($startTimeAfterMidnightMs) { $this->startTimeAfterMidnightMs = $startTimeAfterMidnightMs; } public function getStartTimeAfterMidnightMs() { return $this->startTimeAfterMidnightMs; } } PK2 Zq~avendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesListResponse.phpnu[enterprise = $enterprise; } /** * @return Google_Service_AndroidEnterprise_Enterprise[] */ public function getEnterprise() { return $this->enterprise; } } PK2 Zdž jvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestriction.phpnu[defaultValue = $defaultValue; } /** * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue */ public function getDefaultValue() { return $this->defaultValue; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEntry($entry) { $this->entry = $entry; } public function getEntry() { return $this->entry; } public function setEntryValue($entryValue) { $this->entryValue = $entryValue; } public function getEntryValue() { return $this->entryValue; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction[] */ public function setNestedRestriction($nestedRestriction) { $this->nestedRestriction = $nestedRestriction; } /** * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction[] */ public function getNestedRestriction() { return $this->nestedRestriction; } public function setRestrictionType($restrictionType) { $this->restrictionType = $restrictionType; } public function getRestrictionType() { return $this->restrictionType; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK2 ZbUvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Entitlement.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } } PK2 Za+[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.phpnu[data = $data; } public function getData() { return $this->data; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setPublicData($publicData) { $this->publicData = $publicData; } public function getPublicData() { return $this->publicData; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK2 Zm鼡cvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicensesListResponse.phpnu[groupLicense = $groupLicense; } /** * @return Google_Service_AndroidEnterprise_GroupLicense[] */ public function getGroupLicense() { return $this->groupLicense; } } PK2 Z Rvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.phpnu[resultPerPage = $resultPerPage; } public function getResultPerPage() { return $this->resultPerPage; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK2 Z& Wvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPolicy.phpnu[autoInstallPolicy = $autoInstallPolicy; } /** * @return Google_Service_AndroidEnterprise_AutoInstallPolicy */ public function getAutoInstallPolicy() { return $this->autoInstallPolicy; } public function setAutoUpdateMode($autoUpdateMode) { $this->autoUpdateMode = $autoUpdateMode; } public function getAutoUpdateMode() { return $this->autoUpdateMode; } /** * @param Google_Service_AndroidEnterprise_ManagedConfiguration */ public function setManagedConfiguration(Google_Service_AndroidEnterprise_ManagedConfiguration $managedConfiguration) { $this->managedConfiguration = $managedConfiguration; } /** * @return Google_Service_AndroidEnterprise_ManagedConfiguration */ public function getManagedConfiguration() { return $this->managedConfiguration; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setTrackIds($trackIds) { $this->trackIds = $trackIds; } public function getTrackIds() { return $this->trackIds; } public function setTracks($tracks) { $this->tracks = $tracks; } public function getTracks() { return $this->tracks; } } PK2 Z%cvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.phpnu[managedConfigurations = $managedConfigurations; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations */ public function getManagedConfigurations() { return $this->managedConfigurations; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch */ public function setPlaySearch(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch $playSearch) { $this->playSearch = $playSearch; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch */ public function getPlaySearch() { return $this->playSearch; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps */ public function setPrivateApps(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps $privateApps) { $this->privateApps = $privateApps; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps */ public function getPrivateApps() { return $this->privateApps; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder */ public function setStoreBuilder(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder $storeBuilder) { $this->storeBuilder = $storeBuilder; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder */ public function getStoreBuilder() { return $this->storeBuilder; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps */ public function setWebApps(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps $webApps) { $this->webApps = $webApps; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps */ public function getWebApps() { return $this->webApps; } } PK2 Z_vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallConstraint.phpnu[chargingStateConstraint = $chargingStateConstraint; } public function getChargingStateConstraint() { return $this->chargingStateConstraint; } public function setDeviceIdleStateConstraint($deviceIdleStateConstraint) { $this->deviceIdleStateConstraint = $deviceIdleStateConstraint; } public function getDeviceIdleStateConstraint() { return $this->deviceIdleStateConstraint; } public function setNetworkTypeConstraint($networkTypeConstraint) { $this->networkTypeConstraint = $networkTypeConstraint; } public function getNetworkTypeConstraint() { return $this->networkTypeConstraint; } } PK2 ZqWvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/KeyedAppState.phpnu[data = $data; } public function getData() { return $this->data; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setStateTimestampMillis($stateTimestampMillis) { $this->stateTimestampMillis = $stateTimestampMillis; } public function getStateTimestampMillis() { return $this->stateTimestampMillis; } } PK2 Z6ffYvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.phpnu[approvalUrl = $approvalUrl; } public function getApprovalUrl() { return $this->approvalUrl; } } PK2 ZwV\b_vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.phpnu[managedProperty = $managedProperty; } /** * @return Google_Service_AndroidEnterprise_ManagedProperty[] */ public function getManagedProperty() { return $this->managedProperty; } } PK2 Zh)^^vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.phpnu[approved = $approved; } public function getApproved() { return $this->approved; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK2 ZHYY^vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfiguration.phpnu[configurationVariables = $configurationVariables; } /** * @return Google_Service_AndroidEnterprise_ConfigurationVariables */ public function getConfigurationVariables() { return $this->configurationVariables; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_ManagedProperty[] */ public function setManagedProperty($managedProperty) { $this->managedProperty = $managedProperty; } /** * @return Google_Service_AndroidEnterprise_ManagedProperty[] */ public function getManagedProperty() { return $this->managedProperty; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK2 Z BM Pvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Policy.phpnu[autoUpdatePolicy = $autoUpdatePolicy; } public function getAutoUpdatePolicy() { return $this->autoUpdatePolicy; } public function setDeviceReportPolicy($deviceReportPolicy) { $this->deviceReportPolicy = $deviceReportPolicy; } public function getDeviceReportPolicy() { return $this->deviceReportPolicy; } /** * @param Google_Service_AndroidEnterprise_MaintenanceWindow */ public function setMaintenanceWindow(Google_Service_AndroidEnterprise_MaintenanceWindow $maintenanceWindow) { $this->maintenanceWindow = $maintenanceWindow; } /** * @return Google_Service_AndroidEnterprise_MaintenanceWindow */ public function getMaintenanceWindow() { return $this->maintenanceWindow; } public function setProductAvailabilityPolicy($productAvailabilityPolicy) { $this->productAvailabilityPolicy = $productAvailabilityPolicy; } public function getProductAvailabilityPolicy() { return $this->productAvailabilityPolicy; } /** * @param Google_Service_AndroidEnterprise_ProductPolicy[] */ public function setProductPolicy($productPolicy) { $this->productPolicy = $productPolicy; } /** * @return Google_Service_AndroidEnterprise_ProductPolicy[] */ public function getProductPolicy() { return $this->productPolicy; } } PK2 Zj"WWXvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppUpdateEvent.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } } PK2 ZI''`vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ConfigurationVariables.phpnu[mcmId = $mcmId; } public function getMcmId() { return $this->mcmId; } /** * @param Google_Service_AndroidEnterprise_VariableSet[] */ public function setVariableSet($variableSet) { $this->variableSet = $variableSet; } /** * @return Google_Service_AndroidEnterprise_VariableSet[] */ public function getVariableSet() { return $this->variableSet; } } PK2 ZEBBmvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsGenerateApprovalUrlResponse.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK2 ZER33Vvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.phpnu[acquisitionKind = $acquisitionKind; } public function getAcquisitionKind() { return $this->acquisitionKind; } public function setApproval($approval) { $this->approval = $approval; } public function getApproval() { return $this->approval; } public function setNumProvisioned($numProvisioned) { $this->numProvisioned = $numProvisioned; } public function getNumProvisioned() { return $this->numProvisioned; } public function setNumPurchased($numPurchased) { $this->numPurchased = $numPurchased; } public function getNumPurchased() { return $this->numPurchased; } public function setPermissions($permissions) { $this->permissions = $permissions; } public function getPermissions() { return $this->permissions; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK2 ZW춈SS]vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DevicesListResponse.phpnu[device = $device; } /** * @return Google_Service_AndroidEnterprise_Device[] */ public function getDevice() { return $this->device; } } PK2 ZzG}}svendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettingsListResponse.phpnu[managedConfigurationsSettings = $managedConfigurationsSettings; } /** * @return Google_Service_AndroidEnterprise_ManagedConfigurationsSettings[] */ public function getManagedConfigurationsSettings() { return $this->managedConfigurationsSettings; } } PK2 Z_vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Entitlements.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $entitlements = $androidenterpriseService->entitlements; * */ class Google_Service_AndroidEnterprise_Resource_Entitlements extends Google_Service_Resource { /** * Removes an entitlement to an app for a user. (entitlements.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $entitlementId The ID of the entitlement (a product ID), e.g. * "app:com.google.android.gm". * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $userId, $entitlementId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves details of an entitlement. (entitlements.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $entitlementId The ID of the entitlement (a product ID), e.g. * "app:com.google.android.gm". * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_Entitlement */ public function get($enterpriseId, $userId, $entitlementId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Entitlement"); } /** * Lists all entitlements for the specified user. Only the ID is set. * (entitlements.listEntitlements) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_EntitlementsListResponse */ public function listEntitlements($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_EntitlementsListResponse"); } /** * Adds or updates an entitlement to an app for a user. (entitlements.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $entitlementId The ID of the entitlement (a product ID), e.g. * "app:com.google.android.gm". * @param Google_Service_AndroidEnterprise_Entitlement $postBody * @param array $optParams Optional parameters. * * @opt_param bool install Set to true to also install the product on all the * user's devices where possible. Failure to install on one or more devices will * not prevent this operation from returning successfully, as long as the * entitlement was successfully assigned to the user. * @return Google_Service_AndroidEnterprise_Entitlement */ public function update($enterpriseId, $userId, $entitlementId, Google_Service_AndroidEnterprise_Entitlement $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Entitlement"); } } PK2 Z44^vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Enterprises.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $enterprises = $androidenterpriseService->enterprises; * */ class Google_Service_AndroidEnterprise_Resource_Enterprises extends Google_Service_Resource { /** * Acknowledges notifications that were received from * Enterprises.PullNotificationSet to prevent subsequent calls from returning * the same notifications. (enterprises.acknowledgeNotificationSet) * * @param array $optParams Optional parameters. * * @opt_param string notificationSetId The notification set ID as returned by * Enterprises.PullNotificationSet. This must be provided. */ public function acknowledgeNotificationSet($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('acknowledgeNotificationSet', array($params)); } /** * Completes the signup flow, by specifying the Completion token and Enterprise * token. This request must not be called multiple times for a given Enterprise * Token. (enterprises.completeSignup) * * @param array $optParams Optional parameters. * * @opt_param string completionToken The Completion token initially returned by * GenerateSignupUrl. * @opt_param string enterpriseToken The Enterprise token appended to the * Callback URL. * @return Google_Service_AndroidEnterprise_Enterprise */ public function completeSignup($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('completeSignup', array($params), "Google_Service_AndroidEnterprise_Enterprise"); } /** * Returns a unique token to access an embeddable UI. To generate a web UI, pass * the generated token into the managed Google Play javascript API. Each token * may only be used to start one UI session. See the javascript API * documentation for further information. (enterprises.createWebToken) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpec $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_AdministratorWebToken */ public function createWebToken($enterpriseId, Google_Service_AndroidEnterprise_AdministratorWebTokenSpec $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createWebToken', array($params), "Google_Service_AndroidEnterprise_AdministratorWebToken"); } /** * Enrolls an enterprise with the calling EMM. (enterprises.enroll) * * @param string $token Required. The token provided by the enterprise to * register the EMM. * @param Google_Service_AndroidEnterprise_Enterprise $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_Enterprise */ public function enroll($token, Google_Service_AndroidEnterprise_Enterprise $postBody, $optParams = array()) { $params = array('token' => $token, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enroll', array($params), "Google_Service_AndroidEnterprise_Enterprise"); } /** * Generates a sign-up URL. (enterprises.generateSignupUrl) * * @param array $optParams Optional parameters. * * @opt_param string callbackUrl The callback URL to which the Admin will be * redirected after successfully creating an enterprise. Before redirecting * there the system will add a single query parameter to this URL named * "enterpriseToken" which will contain an opaque token to be used for the * CompleteSignup request. Beware that this means that the URL will be parsed, * the parameter added and then a new URL formatted, i.e. there may be some * minor formatting changes and, more importantly, the URL must be well-formed * so that it can be parsed. * @return Google_Service_AndroidEnterprise_SignupInfo */ public function generateSignupUrl($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('generateSignupUrl', array($params), "Google_Service_AndroidEnterprise_SignupInfo"); } /** * Retrieves the name and domain of an enterprise. (enterprises.get) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_Enterprise */ public function get($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Enterprise"); } /** * Returns a service account and credentials. The service account can be bound * to the enterprise by calling setAccount. The service account is unique to * this enterprise and EMM, and will be deleted if the enterprise is unbound. * The credentials contain private key data and are not stored server-side. This * method can only be called after calling Enterprises.Enroll or * Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times * it will return an error. Subsequent calls after the first will generate a * new, unique set of credentials, and invalidate the previously generated * credentials. Once the service account is bound to the enterprise, it can be * managed using the serviceAccountKeys resource. * (enterprises.getServiceAccount) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * * @opt_param string keyType The type of credential to return with the service * account. Required. * @return Google_Service_AndroidEnterprise_ServiceAccount */ public function getServiceAccount($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('getServiceAccount', array($params), "Google_Service_AndroidEnterprise_ServiceAccount"); } /** * Returns the store layout for the enterprise. If the store layout has not been * set, returns "basic" as the store layout type and no homepage. * (enterprises.getStoreLayout) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreLayout */ public function getStoreLayout($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('getStoreLayout', array($params), "Google_Service_AndroidEnterprise_StoreLayout"); } /** * Looks up an enterprise by domain name. This is only supported for enterprises * created via the Google-initiated creation flow. Lookup of the id is not * needed for enterprises created via the EMM-initiated flow since the EMM * learns the enterprise ID in the callback specified in the * Enterprises.generateSignupUrl call. (enterprises.listEnterprises) * * @param string $domain Required. The exact primary domain name of the * enterprise to look up. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_EnterprisesListResponse */ public function listEnterprises($domain, $optParams = array()) { $params = array('domain' => $domain); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_EnterprisesListResponse"); } /** * Pulls and returns a notification set for the enterprises associated with the * service account authenticated for the request. The notification set may be * empty if no notification are pending. A notification set returned needs to be * acknowledged within 20 seconds by calling * Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. * Notifications that are not acknowledged within the 20 seconds will eventually * be included again in the response to another PullNotificationSet request, and * those that are never acknowledged will ultimately be deleted according to the * Google Cloud Platform Pub/Sub system policy. Multiple requests might be * performed concurrently to retrieve notifications, in which case the pending * notifications (if any) will be split among each caller, if any are pending. * If no notifications are present, an empty notification list is returned. * Subsequent requests may return more notifications once they become available. * (enterprises.pullNotificationSet) * * @param array $optParams Optional parameters. * * @opt_param string requestMode The request mode for pulling notifications. * Specifying waitForNotifications will cause the request to block and wait * until one or more notifications are present, or return an empty notification * list if no notifications are present after some time. Speciying * returnImmediately will cause the request to immediately return the pending * notifications, or an empty list if no notifications are present. If omitted, * defaults to waitForNotifications. * @return Google_Service_AndroidEnterprise_NotificationSet */ public function pullNotificationSet($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('pullNotificationSet', array($params), "Google_Service_AndroidEnterprise_NotificationSet"); } /** * Sends a test notification to validate the EMM integration with the Google * Cloud Pub/Sub service for this enterprise. * (enterprises.sendTestPushNotification) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_EnterprisesSendTestPushNotificationResponse */ public function sendTestPushNotification($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('sendTestPushNotification', array($params), "Google_Service_AndroidEnterprise_EnterprisesSendTestPushNotificationResponse"); } /** * Sets the account that will be used to authenticate to the API as the * enterprise. (enterprises.setAccount) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_EnterpriseAccount $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_EnterpriseAccount */ public function setAccount($enterpriseId, Google_Service_AndroidEnterprise_EnterpriseAccount $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setAccount', array($params), "Google_Service_AndroidEnterprise_EnterpriseAccount"); } /** * Sets the store layout for the enterprise. By default, storeLayoutType is set * to "basic" and the basic store layout is enabled. The basic layout only * contains apps approved by the admin, and that have been added to the * available product set for a user (using the setAvailableProductSet call). * Apps on the page are sorted in order of their product ID value. If you create * a custom store layout (by setting storeLayoutType = "custom" and setting a * homepage), the basic store layout is disabled. (enterprises.setStoreLayout) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_StoreLayout $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreLayout */ public function setStoreLayout($enterpriseId, Google_Service_AndroidEnterprise_StoreLayout $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setStoreLayout', array($params), "Google_Service_AndroidEnterprise_StoreLayout"); } /** * Unenrolls an enterprise from the calling EMM. (enterprises.unenroll) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. */ public function unenroll($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('unenroll', array($params)); } } PK2 Z;;Xvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Users.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $users = $androidenterpriseService->users; * */ class Google_Service_AndroidEnterprise_Resource_Users extends Google_Service_Resource { /** * Deleted an EMM-managed user. (users.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Generates an authentication token which the device policy client can use to * provision the given EMM-managed user account on a device. The generated token * is single-use and expires after a few minutes. You can provision a maximum of * 10 devices per user. This call only works with EMM-managed accounts. * (users.generateAuthenticationToken) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_AuthenticationToken */ public function generateAuthenticationToken($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('generateAuthenticationToken', array($params), "Google_Service_AndroidEnterprise_AuthenticationToken"); } /** * Retrieves a user's details. (users.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_User */ public function get($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_User"); } /** * Retrieves the set of products a user is entitled to access. * (users.getAvailableProductSet) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ProductSet */ public function getAvailableProductSet($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('getAvailableProductSet', array($params), "Google_Service_AndroidEnterprise_ProductSet"); } /** * Creates a new EMM-managed user. The Users resource passed in the body of the * request should include an accountIdentifier and an accountType. If a * corresponding user already exists with the same account identifier, the user * will be updated with the resource. In this case only the displayName field * can be changed. (users.insert) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_User */ public function insert($enterpriseId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_User"); } /** * Looks up a user by primary email address. This is only supported for Google- * managed users. Lookup of the id is not needed for EMM-managed users because * the id is already returned in the result of the Users.insert call. * (users.listUsers) * * @param string $enterpriseId The ID of the enterprise. * @param string $email Required. The exact primary email address of the user to * look up. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_UsersListResponse */ public function listUsers($enterpriseId, $email, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'email' => $email); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_UsersListResponse"); } /** * 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)); } /** * Modifies the set of products that a user is entitled to access (referred to * as *whitelisted* products). Only products that are approved or products that * were previously approved (products with revoked approval) can be whitelisted. * (users.setAvailableProductSet) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param Google_Service_AndroidEnterprise_ProductSet $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ProductSet */ public function setAvailableProductSet($enterpriseId, $userId, Google_Service_AndroidEnterprise_ProductSet $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setAvailableProductSet', array($params), "Google_Service_AndroidEnterprise_ProductSet"); } /** * Updates the details of an EMM-managed user. Can be used with EMM-managed * users only (not Google managed users). Pass the new details in the Users * resource in the request body. Only the displayName field can be changed. * Other fields must either be unset or have the currently active value. * (users.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param Google_Service_AndroidEnterprise_User $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_User */ public function update($enterpriseId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_User"); } } PK2 Zœ,,pvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationssettings.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $managedconfigurationssettings = $androidenterpriseService->managedconfigurationssettings; * */ class Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings extends Google_Service_Resource { /** * Lists all the managed configurations settings for the specified app. * (managedconfigurationssettings.listManagedconfigurationssettings) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product for which the managed * configurations settings applies to. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfigurationsSettingsListResponse */ public function listManagedconfigurationssettings($enterpriseId, $productId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsSettingsListResponse"); } } PK2 Z0Ǻuu[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Installs.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $installs = $androidenterpriseService->installs; * */ class Google_Service_AndroidEnterprise_Resource_Installs extends Google_Service_Resource { /** * Requests to remove an app from a device. A call to get or list will still * show the app as installed on the device until it is actually removed. * (installs.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param string $installId The ID of the product represented by the install, * e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $userId, $deviceId, $installId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves details of an installation of an app on a device. (installs.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param string $installId The ID of the product represented by the install, * e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_Install */ public function get($enterpriseId, $userId, $deviceId, $installId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Install"); } /** * Retrieves the details of all apps installed on the specified device. * (installs.listInstalls) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_InstallsListResponse */ public function listInstalls($enterpriseId, $userId, $deviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_InstallsListResponse"); } /** * Requests to install the latest version of an app to a device. If the app is * already installed, then it is updated to the latest version if necessary. * (installs.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param string $installId The ID of the product represented by the install, * e.g. "app:com.google.android.gm". * @param Google_Service_AndroidEnterprise_Install $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_Install */ public function update($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Install"); } } PK2 ZAz44evendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Serviceaccountkeys.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $serviceaccountkeys = $androidenterpriseService->serviceaccountkeys; * */ class Google_Service_AndroidEnterprise_Resource_Serviceaccountkeys extends Google_Service_Resource { /** * Removes and invalidates the specified credentials for the service account * associated with this enterprise. The calling service account must have been * retrieved by calling Enterprises.GetServiceAccount and must have been set as * the enterprise service account by calling Enterprises.SetAccount. * (serviceaccountkeys.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $keyId The ID of the key. * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $keyId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'keyId' => $keyId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Generates new credentials for the service account associated with this * enterprise. The calling service account must have been retrieved by calling * Enterprises.GetServiceAccount and must have been set as the enterprise * service account by calling Enterprises.SetAccount. Only the type of the key * should be populated in the resource to be inserted. * (serviceaccountkeys.insert) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_ServiceAccountKey $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ServiceAccountKey */ public function insert($enterpriseId, Google_Service_AndroidEnterprise_ServiceAccountKey $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_ServiceAccountKey"); } /** * Lists all active credentials for the service account associated with this * enterprise. Only the ID and key type are returned. The calling service * account must have been retrieved by calling Enterprises.GetServiceAccount and * must have been set as the enterprise service account by calling * Enterprises.SetAccount. (serviceaccountkeys.listServiceaccountkeys) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ServiceAccountKeysListResponse */ public function listServiceaccountkeys($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ServiceAccountKeysListResponse"); } } PK2 Z ::^vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Permissions.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $permissions = $androidenterpriseService->permissions; * */ class Google_Service_AndroidEnterprise_Resource_Permissions extends Google_Service_Resource { /** * Retrieves details of an Android app permission for display to an enterprise * admin. (permissions.get) * * @param string $permissionId The ID of the permission. * @param array $optParams Optional parameters. * * @opt_param string language The BCP47 tag for the user's preferred language * (e.g. "en-US", "de") * @return Google_Service_AndroidEnterprise_Permission */ public function get($permissionId, $optParams = array()) { $params = array('permissionId' => $permissionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Permission"); } } PK2 Z8Qdvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenseusers.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $grouplicenseusers = $androidenterpriseService->grouplicenseusers; * */ class Google_Service_AndroidEnterprise_Resource_Grouplicenseusers extends Google_Service_Resource { /** * Retrieves the IDs of the users who have been granted entitlements under the * license. (grouplicenseusers.listGrouplicenseusers) * * @param string $enterpriseId The ID of the enterprise. * @param string $groupLicenseId The ID of the product the group license is for, * e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse */ public function listGrouplicenseusers($enterpriseId, $groupLicenseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'groupLicenseId' => $groupLicenseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse"); } } PK2 Z JJZvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $devices = $androidenterpriseService->devices; * */ class Google_Service_AndroidEnterprise_Resource_Devices extends Google_Service_Resource { /** * Uploads a report containing any changes in app states on the device since the * last report was generated. You can call this method up to 3 times every 24 * hours for a given device. If you exceed the quota, then the Google Play EMM * API returns HTTP 429 Too Many Requests. (devices.forceReportUpload) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The ID of the device. * @param array $optParams Optional parameters. */ public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); $params = array_merge($params, $optParams); return $this->call('forceReportUpload', array($params)); } /** * Retrieves the details of a device. (devices.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The ID of the device. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_Device */ public function get($enterpriseId, $userId, $deviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Device"); } /** * Retrieves whether a device's access to Google services is enabled or * disabled. The device state takes effect only if enforcing EMM policies on * Android devices is enabled in the Google Admin Console. Otherwise, the device * state is ignored and all devices are allowed access to Google services. This * is only supported for Google-managed users. (devices.getState) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The ID of the device. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_DeviceState */ public function getState($enterpriseId, $userId, $deviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); $params = array_merge($params, $optParams); return $this->call('getState', array($params), "Google_Service_AndroidEnterprise_DeviceState"); } /** * Retrieves the IDs of all of a user's devices. (devices.listDevices) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_DevicesListResponse */ public function listDevices($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_DevicesListResponse"); } /** * Sets whether a device's access to Google services is enabled or disabled. The * device state takes effect only if enforcing EMM policies on Android devices * is enabled in the Google Admin Console. Otherwise, the device state is * ignored and all devices are allowed access to Google services. This is only * supported for Google-managed users. (devices.setState) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The ID of the device. * @param Google_Service_AndroidEnterprise_DeviceState $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_DeviceState */ public function setState($enterpriseId, $userId, $deviceId, Google_Service_AndroidEnterprise_DeviceState $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setState', array($params), "Google_Service_AndroidEnterprise_DeviceState"); } /** * Updates the device policy. To ensure the policy is properly enforced, you * need to prevent unmanaged accounts from accessing Google Play by setting the * allowed_accounts in the managed configuration for the Google Play package. * See restrict accounts in Google Play. (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"); } } PK2 Zu>>Zvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Webapps.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $webapps = $androidenterpriseService->webapps; * */ class Google_Service_AndroidEnterprise_Resource_Webapps extends Google_Service_Resource { /** * Deletes an existing web app. (webapps.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $webAppId The ID of the web app. * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $webAppId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets an existing web app. (webapps.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $webAppId The ID of the web app. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_WebApp */ public function get($enterpriseId, $webAppId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_WebApp"); } /** * Creates a new web app for the enterprise. (webapps.insert) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_WebApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_WebApp */ public function insert($enterpriseId, Google_Service_AndroidEnterprise_WebApp $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_WebApp"); } /** * Retrieves the details of all web apps for a given enterprise. * (webapps.listWebapps) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_WebAppsListResponse */ public function listWebapps($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_WebAppsListResponse"); } /** * Updates an existing web app. (webapps.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $webAppId The ID of the web app. * @param Google_Service_AndroidEnterprise_WebApp $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_WebApp */ public function update($enterpriseId, $webAppId, Google_Service_AndroidEnterprise_WebApp $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_WebApp"); } } PK2 ZKnٝcvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutpages.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $storelayoutpages = $androidenterpriseService->storelayoutpages; * */ class Google_Service_AndroidEnterprise_Resource_Storelayoutpages extends Google_Service_Resource { /** * Deletes a store page. (storelayoutpages.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $pageId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves details of a store page. (storelayoutpages.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StorePage */ public function get($enterpriseId, $pageId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_StorePage"); } /** * Inserts a new store page. (storelayoutpages.insert) * * @param string $enterpriseId The ID of the enterprise. * @param Google_Service_AndroidEnterprise_StorePage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StorePage */ public function insert($enterpriseId, Google_Service_AndroidEnterprise_StorePage $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_StorePage"); } /** * Retrieves the details of all pages in the store. * (storelayoutpages.listStorelayoutpages) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreLayoutPagesListResponse */ public function listStorelayoutpages($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_StoreLayoutPagesListResponse"); } /** * Updates the content of a store page. (storelayoutpages.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param Google_Service_AndroidEnterprise_StorePage $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StorePage */ public function update($enterpriseId, $pageId, Google_Service_AndroidEnterprise_StorePage $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_StorePage"); } } PK2 ZP4Z4  ovendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsforuser.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $managedconfigurationsforuser = $androidenterpriseService->managedconfigurationsforuser; * */ class Google_Service_AndroidEnterprise_Resource_Managedconfigurationsforuser extends Google_Service_Resource { /** * Removes a per-user managed configuration for an app for the specified user. * (managedconfigurationsforuser.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $managedConfigurationForUserId The ID of the managed * configuration (a product ID), e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves details of a per-user managed configuration for an app for the * specified user. (managedconfigurationsforuser.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $managedConfigurationForUserId The ID of the managed * configuration (a product ID), e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfiguration */ public function get($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); } /** * Lists all the per-user managed configurations for the specified user. Only * the ID is set. * (managedconfigurationsforuser.listManagedconfigurationsforuser) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfigurationsForUserListResponse */ public function listManagedconfigurationsforuser($enterpriseId, $userId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsForUserListResponse"); } /** * Adds or updates the managed configuration settings for an app for the * specified user. If you support the Managed configurations iframe, you can * apply managed configurations to a user by specifying an mcmId and its * associated configuration variables (if any) in the request. Alternatively, * all EMMs can apply managed configurations by passing a list of managed * properties. (managedconfigurationsforuser.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $managedConfigurationForUserId The ID of the managed * configuration (a product ID), e.g. "app:com.google.android.gm". * @param Google_Service_AndroidEnterprise_ManagedConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfiguration */ public function update($enterpriseId, $userId, $managedConfigurationForUserId, Google_Service_AndroidEnterprise_ManagedConfiguration $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); } } PK2 ZZ;SS[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Products.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $products = $androidenterpriseService->products; * */ class Google_Service_AndroidEnterprise_Resource_Products extends Google_Service_Resource { /** * Approves the specified product and the relevant app permissions, if any. The * maximum number of products that you can approve per enterprise customer is * 1,000. To learn how to use managed Google Play to design and create a store * layout to display approved products to your users, see Store Layout Design. * (products.approve) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product. * @param Google_Service_AndroidEnterprise_ProductsApproveRequest $postBody * @param array $optParams Optional parameters. */ public function approve($enterpriseId, $productId, Google_Service_AndroidEnterprise_ProductsApproveRequest $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('approve', array($params)); } /** * Generates a URL that can be rendered in an iframe to display the permissions * (if any) of a product. An enterprise admin must view these permissions and * accept them on behalf of their organization in order to approve that product. * Admins should accept the displayed permissions by interacting with a separate * UI element in the EMM console, which in turn should trigger the use of this * URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to * approve the product. This URL can only be used to display permissions for up * to 1 day. (products.generateApprovalUrl) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product. * @param array $optParams Optional parameters. * * @opt_param string languageCode The BCP 47 language code used for permission * names and descriptions in the returned iframe, for instance "en-US". * @return Google_Service_AndroidEnterprise_ProductsGenerateApprovalUrlResponse */ public function generateApprovalUrl($enterpriseId, $productId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('generateApprovalUrl', array($params), "Google_Service_AndroidEnterprise_ProductsGenerateApprovalUrlResponse"); } /** * Retrieves details of a product for display to an enterprise admin. * (products.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product, e.g. * "app:com.google.android.gm". * @param array $optParams Optional parameters. * * @opt_param string language The BCP47 tag for the user's preferred language * (e.g. "en-US", "de"). * @return Google_Service_AndroidEnterprise_Product */ public function get($enterpriseId, $productId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Product"); } /** * Retrieves the schema that defines the configurable properties for this * product. All products have a schema, but this schema may be empty if no * managed configurations have been defined. This schema can be used to populate * a UI that allows an admin to configure the product. To apply a managed * configuration based on the schema obtained using this API, see Managed * Configurations through Play. (products.getAppRestrictionsSchema) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product. * @param array $optParams Optional parameters. * * @opt_param string language The BCP47 tag for the user's preferred language * (e.g. "en-US", "de"). * @return Google_Service_AndroidEnterprise_AppRestrictionsSchema */ public function getAppRestrictionsSchema($enterpriseId, $productId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('getAppRestrictionsSchema', array($params), "Google_Service_AndroidEnterprise_AppRestrictionsSchema"); } /** * Retrieves the Android app permissions required by this app. * (products.getPermissions) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ProductPermissions */ public function getPermissions($enterpriseId, $productId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('getPermissions', array($params), "Google_Service_AndroidEnterprise_ProductPermissions"); } /** * Finds approved products that match a query, or all approved products if there * is no query. (products.listProducts) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * * @opt_param bool approved Specifies whether to search among all products * (false) or among only products that have been approved (true). Only "true" is * supported, and should be specified. * @opt_param string language The BCP47 tag for the user's preferred language * (e.g. "en-US", "de"). Results are returned in the language best matching the * preferred language. * @opt_param string maxResults Defines how many results the list operation * should return. The default number depends on the resource collection. * @opt_param string query The search query as typed in the Google Play store * search box. If omitted, all approved apps will be returned (using the * pagination parameters), including apps that are not available in the store * (e.g. unpublished apps). * @opt_param string token Defines the token of the page to return, usually * taken from TokenPagination. This can only be used if token paging is enabled. * @return Google_Service_AndroidEnterprise_ProductsListResponse */ public function listProducts($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ProductsListResponse"); } /** * Unapproves the specified product (and the relevant app permissions, if any) * (products.unapprove) * * @param string $enterpriseId The ID of the enterprise. * @param string $productId The ID of the product. * @param array $optParams Optional parameters. */ public function unapprove($enterpriseId, $productId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); $params = array_merge($params, $optParams); return $this->call('unapprove', array($params)); } } PK2 Z~ C?fvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutclusters.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $storelayoutclusters = $androidenterpriseService->storelayoutclusters; * */ class Google_Service_AndroidEnterprise_Resource_Storelayoutclusters extends Google_Service_Resource { /** * Deletes a cluster. (storelayoutclusters.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param string $clusterId The ID of the cluster. * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $pageId, $clusterId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves details of a cluster. (storelayoutclusters.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param string $clusterId The ID of the cluster. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreCluster */ public function get($enterpriseId, $pageId, $clusterId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); } /** * Inserts a new cluster in a page. (storelayoutclusters.insert) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param Google_Service_AndroidEnterprise_StoreCluster $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreCluster */ public function insert($enterpriseId, $pageId, Google_Service_AndroidEnterprise_StoreCluster $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); } /** * Retrieves the details of all clusters on the specified page. * (storelayoutclusters.listStorelayoutclusters) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreLayoutClustersListResponse */ public function listStorelayoutclusters($enterpriseId, $pageId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_StoreLayoutClustersListResponse"); } /** * Updates a cluster. (storelayoutclusters.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $pageId The ID of the page. * @param string $clusterId The ID of the cluster. * @param Google_Service_AndroidEnterprise_StoreCluster $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_StoreCluster */ public function update($enterpriseId, $pageId, $clusterId, Google_Service_AndroidEnterprise_StoreCluster $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); } } PK2 ZMEqqqvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsfordevice.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $managedconfigurationsfordevice = $androidenterpriseService->managedconfigurationsfordevice; * */ class Google_Service_AndroidEnterprise_Resource_Managedconfigurationsfordevice extends Google_Service_Resource { /** * Removes a per-device managed configuration for an app for the specified * device. (managedconfigurationsfordevice.delete) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param string $managedConfigurationForDeviceId The ID of the managed * configuration (a product ID), e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. */ public function delete($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves details of a per-device managed configuration. * (managedconfigurationsfordevice.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param string $managedConfigurationForDeviceId The ID of the managed * configuration (a product ID), e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfiguration */ public function get($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); } /** * Lists all the per-device managed configurations for the specified device. * Only the ID is set. * (managedconfigurationsfordevice.listManagedconfigurationsfordevice) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfigurationsForDeviceListResponse */ public function listManagedconfigurationsfordevice($enterpriseId, $userId, $deviceId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsForDeviceListResponse"); } /** * Adds or updates a per-device managed configuration for an app for the * specified device. (managedconfigurationsfordevice.update) * * @param string $enterpriseId The ID of the enterprise. * @param string $userId The ID of the user. * @param string $deviceId The Android ID of the device. * @param string $managedConfigurationForDeviceId The ID of the managed * configuration (a product ID), e.g. "app:com.google.android.gm". * @param Google_Service_AndroidEnterprise_ManagedConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_ManagedConfiguration */ public function update($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, Google_Service_AndroidEnterprise_ManagedConfiguration $postBody, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); } } PK2 ZB>`vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenses.phpnu[ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); * $grouplicenses = $androidenterpriseService->grouplicenses; * */ class Google_Service_AndroidEnterprise_Resource_Grouplicenses extends Google_Service_Resource { /** * Retrieves details of an enterprise's group license for a product. * (grouplicenses.get) * * @param string $enterpriseId The ID of the enterprise. * @param string $groupLicenseId The ID of the product the group license is for, * e.g. "app:com.google.android.gm". * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_GroupLicense */ public function get($enterpriseId, $groupLicenseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId, 'groupLicenseId' => $groupLicenseId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AndroidEnterprise_GroupLicense"); } /** * Retrieves IDs of all products for which the enterprise has a group license. * (grouplicenses.listGrouplicenses) * * @param string $enterpriseId The ID of the enterprise. * @param array $optParams Optional parameters. * @return Google_Service_AndroidEnterprise_GroupLicensesListResponse */ public function listGrouplicenses($enterpriseId, $optParams = array()) { $params = array('enterpriseId' => $enterpriseId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidEnterprise_GroupLicensesListResponse"); } } PK2 Z3eR@@]vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AuthenticationToken.phpnu[token = $token; } public function getToken() { return $this->token; } } PK2 Zl_iixvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecManagedConfigurations.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK2 Zhe4iiUvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.phpnu[accountState = $accountState; } public function getAccountState() { return $this->accountState; } } PK2 ZSvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TrackInfo.phpnu[trackAlias = $trackAlias; } public function getTrackAlias() { return $this->trackAlias; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } } PK2 ZBX]]Yvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPreviousPageToken($previousPageToken) { $this->previousPageToken = $previousPageToken; } public function getPreviousPageToken() { return $this->previousPageToken; } } PK2 ZA[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermission.phpnu[permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK2 ZAtooPvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebApp.phpnu[displayMode = $displayMode; } public function getDisplayMode() { return $this->displayMode; } /** * @param Google_Service_AndroidEnterprise_WebAppIcon[] */ public function setIcons($icons) { $this->icons = $icons; } /** * @return Google_Service_AndroidEnterprise_WebAppIcon[] */ public function getIcons() { return $this->icons; } public function setIsPublished($isPublished) { $this->isPublished = $isPublished; } public function getIsPublished() { return $this->isPublished; } public function setStartUrl($startUrl) { $this->startUrl = $startUrl; } public function getStartUrl() { return $this->startUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } public function setWebAppId($webAppId) { $this->webAppId = $webAppId; } public function getWebAppId() { return $this->webAppId; } } PK2 ZZ``ovendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK2 Zx1Vvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Notification.phpnu[appRestrictionsSchemaChangeEvent = $appRestrictionsSchemaChangeEvent; } /** * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaChangeEvent */ public function getAppRestrictionsSchemaChangeEvent() { return $this->appRestrictionsSchemaChangeEvent; } /** * @param Google_Service_AndroidEnterprise_AppUpdateEvent */ public function setAppUpdateEvent(Google_Service_AndroidEnterprise_AppUpdateEvent $appUpdateEvent) { $this->appUpdateEvent = $appUpdateEvent; } /** * @return Google_Service_AndroidEnterprise_AppUpdateEvent */ public function getAppUpdateEvent() { return $this->appUpdateEvent; } /** * @param Google_Service_AndroidEnterprise_DeviceReportUpdateEvent */ public function setDeviceReportUpdateEvent(Google_Service_AndroidEnterprise_DeviceReportUpdateEvent $deviceReportUpdateEvent) { $this->deviceReportUpdateEvent = $deviceReportUpdateEvent; } /** * @return Google_Service_AndroidEnterprise_DeviceReportUpdateEvent */ public function getDeviceReportUpdateEvent() { return $this->deviceReportUpdateEvent; } public function setEnterpriseId($enterpriseId) { $this->enterpriseId = $enterpriseId; } public function getEnterpriseId() { return $this->enterpriseId; } /** * @param Google_Service_AndroidEnterprise_InstallFailureEvent */ public function setInstallFailureEvent(Google_Service_AndroidEnterprise_InstallFailureEvent $installFailureEvent) { $this->installFailureEvent = $installFailureEvent; } /** * @return Google_Service_AndroidEnterprise_InstallFailureEvent */ public function getInstallFailureEvent() { return $this->installFailureEvent; } /** * @param Google_Service_AndroidEnterprise_NewDeviceEvent */ public function setNewDeviceEvent(Google_Service_AndroidEnterprise_NewDeviceEvent $newDeviceEvent) { $this->newDeviceEvent = $newDeviceEvent; } /** * @return Google_Service_AndroidEnterprise_NewDeviceEvent */ public function getNewDeviceEvent() { return $this->newDeviceEvent; } /** * @param Google_Service_AndroidEnterprise_NewPermissionsEvent */ public function setNewPermissionsEvent(Google_Service_AndroidEnterprise_NewPermissionsEvent $newPermissionsEvent) { $this->newPermissionsEvent = $newPermissionsEvent; } /** * @return Google_Service_AndroidEnterprise_NewPermissionsEvent */ public function getNewPermissionsEvent() { return $this->newPermissionsEvent; } public function setNotificationType($notificationType) { $this->notificationType = $notificationType; } public function getNotificationType() { return $this->notificationType; } /** * @param Google_Service_AndroidEnterprise_ProductApprovalEvent */ public function setProductApprovalEvent(Google_Service_AndroidEnterprise_ProductApprovalEvent $productApprovalEvent) { $this->productApprovalEvent = $productApprovalEvent; } /** * @return Google_Service_AndroidEnterprise_ProductApprovalEvent */ public function getProductApprovalEvent() { return $this->productApprovalEvent; } /** * @param Google_Service_AndroidEnterprise_ProductAvailabilityChangeEvent */ public function setProductAvailabilityChangeEvent(Google_Service_AndroidEnterprise_ProductAvailabilityChangeEvent $productAvailabilityChangeEvent) { $this->productAvailabilityChangeEvent = $productAvailabilityChangeEvent; } /** * @return Google_Service_AndroidEnterprise_ProductAvailabilityChangeEvent */ public function getProductAvailabilityChangeEvent() { return $this->productAvailabilityChangeEvent; } public function setTimestampMillis($timestampMillis) { $this->timestampMillis = $timestampMillis; } public function getTimestampMillis() { return $this->timestampMillis; } } PK2 Z'^^vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsListResponse.phpnu[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; } } PK2 Z#[[Rvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppState.phpnu[keyedAppState = $keyedAppState; } /** * @return Google_Service_AndroidEnterprise_KeyedAppState[] */ public function getKeyedAppState() { return $this->keyedAppState; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } } PK2 ZSSfvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.phpnu[page = $page; } /** * @return Google_Service_AndroidEnterprise_StorePage[] */ public function getPage() { return $this->page; } } PK2 Z[ԨNvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/User.phpnu[accountIdentifier = $accountIdentifier; } public function getAccountIdentifier() { return $this->accountIdentifier; } public function setAccountType($accountType) { $this->accountType = $accountType; } public function getAccountType() { return $this->accountType; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } public function setPrimaryEmail($primaryEmail) { $this->primaryEmail = $primaryEmail; } public function getPrimaryEmail() { return $this->primaryEmail; } } PK2 ZHROOQvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Product.phpnu[appTracks = $appTracks; } /** * @return Google_Service_AndroidEnterprise_TrackInfo[] */ public function getAppTracks() { return $this->appTracks; } /** * @param Google_Service_AndroidEnterprise_AppVersion[] */ public function setAppVersion($appVersion) { $this->appVersion = $appVersion; } /** * @return Google_Service_AndroidEnterprise_AppVersion[] */ public function getAppVersion() { return $this->appVersion; } public function setAuthorName($authorName) { $this->authorName = $authorName; } public function getAuthorName() { return $this->authorName; } public function setAvailableCountries($availableCountries) { $this->availableCountries = $availableCountries; } public function getAvailableCountries() { return $this->availableCountries; } public function setAvailableTracks($availableTracks) { $this->availableTracks = $availableTracks; } public function getAvailableTracks() { return $this->availableTracks; } public function setCategory($category) { $this->category = $category; } public function getCategory() { return $this->category; } public function setContentRating($contentRating) { $this->contentRating = $contentRating; } public function getContentRating() { return $this->contentRating; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDetailsUrl($detailsUrl) { $this->detailsUrl = $detailsUrl; } public function getDetailsUrl() { return $this->detailsUrl; } public function setDistributionChannel($distributionChannel) { $this->distributionChannel = $distributionChannel; } public function getDistributionChannel() { return $this->distributionChannel; } public function setFeatures($features) { $this->features = $features; } public function getFeatures() { return $this->features; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) { $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; } public function getLastUpdatedTimestampMillis() { return $this->lastUpdatedTimestampMillis; } public function setMinAndroidSdkVersion($minAndroidSdkVersion) { $this->minAndroidSdkVersion = $minAndroidSdkVersion; } public function getMinAndroidSdkVersion() { return $this->minAndroidSdkVersion; } /** * @param Google_Service_AndroidEnterprise_ProductPermission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return Google_Service_AndroidEnterprise_ProductPermission[] */ public function getPermissions() { return $this->permissions; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setProductPricing($productPricing) { $this->productPricing = $productPricing; } public function getProductPricing() { return $this->productPricing; } public function setRecentChanges($recentChanges) { $this->recentChanges = $recentChanges; } public function getRecentChanges() { return $this->recentChanges; } public function setRequiresContainerApp($requiresContainerApp) { $this->requiresContainerApp = $requiresContainerApp; } public function getRequiresContainerApp() { return $this->requiresContainerApp; } public function setScreenshotUrls($screenshotUrls) { $this->screenshotUrls = $screenshotUrls; } public function getScreenshotUrls() { return $this->screenshotUrls; } /** * @param Google_Service_AndroidEnterprise_ProductSigningCertificate */ public function setSigningCertificate(Google_Service_AndroidEnterprise_ProductSigningCertificate $signingCertificate) { $this->signingCertificate = $signingCertificate; } /** * @return Google_Service_AndroidEnterprise_ProductSigningCertificate */ public function getSigningCertificate() { return $this->signingCertificate; } public function setSmallIconUrl($smallIconUrl) { $this->smallIconUrl = $smallIconUrl; } public function getSmallIconUrl() { return $this->smallIconUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWorkDetailsUrl($workDetailsUrl) { $this->workDetailsUrl = $workDetailsUrl; } public function getWorkDetailsUrl() { return $this->workDetailsUrl; } } PK2 ZM%%uvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.phpnu[messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK2 ZTvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.phpnu[completionToken = $completionToken; } public function getCompletionToken() { return $this->completionToken; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK2 Zy::Wvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.phpnu[email = $email; } public function getEmail() { return $this->email; } } PK2 Zkcvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSigningCertificate.phpnu[certificateHashSha1 = $certificateHashSha1; } public function getCertificateHashSha1() { return $this->certificateHashSha1; } public function setCertificateHashSha256($certificateHashSha256) { $this->certificateHashSha256 = $certificateHashSha256; } public function getCertificateHashSha256() { return $this->certificateHashSha256; } } PK2 Zgg_vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction[] */ public function setRestrictions($restrictions) { $this->restrictions = $restrictions; } /** * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction[] */ public function getRestrictions() { return $this->restrictions; } } PK2 ZCSSTvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppIcon.phpnu[imageData = $imageData; } public function getImageData() { return $this->imageData; } } PK2 ZXvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setDpcPackageName($dpcPackageName) { $this->dpcPackageName = $dpcPackageName; } public function getDpcPackageName() { return $this->dpcPackageName; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK2 ZRVooPvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.phpnu[androidId = $androidId; } public function getAndroidId() { return $this->androidId; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } /** * @param Google_Service_AndroidEnterprise_Policy */ public function setPolicy(Google_Service_AndroidEnterprise_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_AndroidEnterprise_Policy */ public function getPolicy() { return $this->policy; } /** * @param Google_Service_AndroidEnterprise_DeviceReport */ public function setReport(Google_Service_AndroidEnterprise_DeviceReport $report) { $this->report = $report; } /** * @return Google_Service_AndroidEnterprise_DeviceReport */ public function getReport() { return $this->report; } } PK2 Z2й`Qvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.phpnu[installState = $installState; } public function getInstallState() { return $this->installState; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; } public function getVersionCode() { return $this->versionCode; } } PK2 ZgSS]vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppsListResponse.phpnu[webApp = $webApp; } /** * @return Google_Service_AndroidEnterprise_WebApp[] */ public function getWebApp() { return $this->webApp; } } PK2 ZWhvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKeysListResponse.phpnu[serviceAccountKey = $serviceAccountKey; } /** * @return Google_Service_AndroidEnterprise_ServiceAccountKey[] */ public function getServiceAccountKey() { return $this->serviceAccountKey; } } PK2 Z.EEgvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.phpnu[user = $user; } /** * @return Google_Service_AndroidEnterprise_User[] */ public function getUser() { return $this->user; } } PK2 Zl7+gvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettings.phpnu[lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; } public function getLastUpdatedTimestampMillis() { return $this->lastUpdatedTimestampMillis; } public function setMcmId($mcmId) { $this->mcmId = $mcmId; } public function getMcmId() { return $this->mcmId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 ZYvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.phpnu[notification = $notification; } /** * @return Google_Service_AndroidEnterprise_Notification[] */ public function getNotification() { return $this->notification; } public function setNotificationSetId($notificationSetId) { $this->notificationSetId = $notificationSetId; } public function getNotificationSetId() { return $this->notificationSetId; } } PK2 Zg7&ZZSvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.phpnu[id = $id; } public function getId() { return $this->id; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } /** * @param Google_Service_AndroidEnterprise_LocalizedText[] */ public function setName($name) { $this->name = $name; } /** * @return Google_Service_AndroidEnterprise_LocalizedText[] */ public function getName() { return $this->name; } } PK2 Z4Wvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.phpnu[locale = $locale; } public function getLocale() { return $this->locale; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK2 Zbvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EntitlementsListResponse.phpnu[entitlement = $entitlement; } /** * @return Google_Service_AndroidEnterprise_Entitlement[] */ public function getEntitlement() { return $this->entitlement; } } PK2 Z/Vvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReport.phpnu[appState = $appState; } /** * @return Google_Service_AndroidEnterprise_AppState[] */ public function getAppState() { return $this->appState; } public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) { $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; } public function getLastUpdatedTimestampMillis() { return $this->lastUpdatedTimestampMillis; } } PK2 Zu__nvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK2 ZK}Xvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.phpnu[key = $key; } /** * @return Google_Service_AndroidEnterprise_ServiceAccountKey */ public function getKey() { return $this->key; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK2 Z u99[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UsersListResponse.phpnu[user = $user; } /** * @return Google_Service_AndroidEnterprise_User[] */ public function getUser() { return $this->user; } } PK2 ZV.zvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.phpnu[type = $type; } public function getType() { return $this->type; } public function setValueBool($valueBool) { $this->valueBool = $valueBool; } public function getValueBool() { return $this->valueBool; } public function setValueInteger($valueInteger) { $this->valueInteger = $valueInteger; } public function getValueInteger() { return $this->valueInteger; } public function setValueMultiselect($valueMultiselect) { $this->valueMultiselect = $valueMultiselect; } public function getValueMultiselect() { return $this->valueMultiselect; } public function setValueString($valueString) { $this->valueString = $valueString; } public function getValueString() { return $this->valueString; } } PK2 Zquiijvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } } PK2 ZWW BB_vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebToken.phpnu[token = $token; } public function getToken() { return $this->token; } } PK2 Zdmȫ`vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.phpnu[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; } } PK2 ZʭHH\vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermissions.phpnu[permission = $permission; } /** * @return Google_Service_AndroidEnterprise_ProductPermission[] */ public function getPermission() { return $this->permission; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK2 ZF 66Uvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.phpnu[homepageId = $homepageId; } public function getHomepageId() { return $this->homepageId; } public function setStoreLayoutType($storeLayoutType) { $this->storeLayoutType = $storeLayoutType; } public function getStoreLayoutType() { return $this->storeLayoutType; } } PK2 ZooTvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } public function setProductSetBehavior($productSetBehavior) { $this->productSetBehavior = $productSetBehavior; } public function getProductSetBehavior() { return $this->productSetBehavior; } /** * @param Google_Service_AndroidEnterprise_ProductVisibility[] */ public function setProductVisibility($productVisibility) { $this->productVisibility = $productVisibility; } /** * @return Google_Service_AndroidEnterprise_ProductVisibility[] */ public function getProductVisibility() { return $this->productVisibility; } } PK2 ZOOOrvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.phpnu[managedConfigurationForUser = $managedConfigurationForUser; } /** * @return Google_Service_AndroidEnterprise_ManagedConfiguration[] */ public function getManagedConfigurationForUser() { return $this->managedConfigurationForUser; } } PK2 Z]vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.phpnu[approvedPermissions = $approvedPermissions; } public function getApprovedPermissions() { return $this->approvedPermissions; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setRequestedPermissions($requestedPermissions) { $this->requestedPermissions = $requestedPermissions; } public function getRequestedPermissions() { return $this->requestedPermissions; } } PK2 ZpB[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductVisibility.phpnu[productId = $productId; } public function getProductId() { return $this->productId; } public function setTrackIds($trackIds) { $this->trackIds = $trackIds; } public function getTrackIds() { return $this->trackIds; } public function setTracks($tracks) { $this->tracks = $tracks; } public function getTracks() { return $this->tracks; } } PK2 Z Tvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Permission.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPermissionId($permissionId) { $this->permissionId = $permissionId; } public function getPermissionId() { return $this->permissionId; } } PK2 Z avendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReportUpdateEvent.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } /** * @param Google_Service_AndroidEnterprise_DeviceReport */ public function setReport(Google_Service_AndroidEnterprise_DeviceReport $report) { $this->report = $report; } /** * @return Google_Service_AndroidEnterprise_DeviceReport */ public function getReport() { return $this->report; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK2 ZY*DDVvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreCluster.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_AndroidEnterprise_LocalizedText[] */ public function setName($name) { $this->name = $name; } /** * @return Google_Service_AndroidEnterprise_LocalizedText[] */ public function getName() { return $this->name; } public function setOrderInPage($orderInPage) { $this->orderInPage = $orderInPage; } public function getOrderInPage() { return $this->orderInPage; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } } PK2 Z.CC]vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallFailureEvent.phpnu[deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setFailureDetails($failureDetails) { $this->failureDetails = $failureDetails; } public function getFailureDetails() { return $this->failureDetails; } public function setFailureReason($failureReason) { $this->failureReason = $failureReason; } public function getFailureReason() { return $this->failureReason; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK2 ZfYH``^vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallsListResponse.phpnu[install = $install; } /** * @return Google_Service_AndroidEnterprise_Install[] */ public function getInstall() { return $this->install; } } PK2 Zr[oo[vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.phpnu[accountEmail = $accountEmail; } public function getAccountEmail() { return $this->accountEmail; } } PK2 ZD,cctvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.phpnu[managedConfigurationForDevice = $managedConfigurationForDevice; } /** * @return Google_Service_AndroidEnterprise_ManagedConfiguration[] */ public function getManagedConfigurationForDevice() { return $this->managedConfigurationForDevice; } } PK2 Z4zzivendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutClustersListResponse.phpnu[cluster = $cluster; } /** * @return Google_Service_AndroidEnterprise_StoreCluster[] */ public function getCluster() { return $this->cluster; } } PK2 Zb$U5U5Kvendor/google/apiclient-services/src/Google/Service/BigQueryReservation.phpnu[ * A service to modify your BigQuery flat-rate reservations.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_BigQueryReservation extends Google_Service { /** View and manage your data in Google BigQuery. */ const BIGQUERY = "https://www.googleapis.com/auth/bigquery"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $projects_locations; public $projects_locations_capacityCommitments; public $projects_locations_reservations; public $projects_locations_reservations_assignments; /** * Constructs the internal representation of the BigQueryReservation service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://bigqueryreservation.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'bigqueryreservation'; $this->operations = new Google_Service_BigQueryReservation_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations = new Google_Service_BigQueryReservation_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'getBiReservation' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchAllAssignments' => array( 'path' => 'v1/{+parent}:searchAllAssignments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchAssignments' => array( 'path' => 'v1/{+parent}:searchAssignments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateBiReservation' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_capacityCommitments = new Google_Service_BigQueryReservation_Resource_ProjectsLocationsCapacityCommitments( $this, $this->serviceName, 'capacityCommitments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/capacityCommitments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'enforceSingleAdminProjectPerOrg' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/capacityCommitments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'merge' => array( 'path' => 'v1/{+parent}/capacityCommitments:merge', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'split' => array( 'path' => 'v1/{+name}:split', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_reservations = new Google_Service_BigQueryReservation_Resource_ProjectsLocationsReservations( $this, $this->serviceName, 'reservations', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/reservations', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reservationId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/reservations', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_reservations_assignments = new Google_Service_BigQueryReservation_Resource_ProjectsLocationsReservationsAssignments( $this, $this->serviceName, 'assignments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/assignments', '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, ), ), ),'list' => array( 'path' => 'v1/{+parent}/assignments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK2 ZsŌJvendor/google/apiclient-services/src/Google/Service/CloudSecurityToken.phpnu[ * The Security Token Service exchanges Google or third-party credentials for a * short-lived access token to Google Cloud resources.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudSecurityToken extends Google_Service { public $v1; /** * Constructs the internal representation of the CloudSecurityToken service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://sts.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'sts'; $this->v1 = new Google_Service_CloudSecurityToken_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'token' => array( 'path' => 'v1/token', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK2 Z**Avendor/google/apiclient-services/src/Google/Service/Translate.phpnu[ * Integrates text translation into your website or application.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Translate extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Translate text from one language to another using Google Translate. */ const CLOUD_TRANSLATION = "https://www.googleapis.com/auth/cloud-translation"; public $projects; public $projects_locations; public $projects_locations_glossaries; public $projects_locations_operations; /** * Constructs the internal representation of the Translate service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://translation.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'translate'; $this->projects = new Google_Service_Translate_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'detectLanguage' => array( 'path' => 'v3/{+parent}:detectLanguage', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getSupportedLanguages' => array( 'path' => 'v3/{+parent}/supportedLanguages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'displayLanguageCode' => array( 'location' => 'query', 'type' => 'string', ), 'model' => array( 'location' => 'query', 'type' => 'string', ), ), ),'translateText' => array( 'path' => 'v3/{+parent}:translateText', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations = new Google_Service_Translate_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'batchTranslateText' => array( 'path' => 'v3/{+parent}:batchTranslateText', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'detectLanguage' => array( 'path' => 'v3/{+parent}:detectLanguage', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v3/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getSupportedLanguages' => array( 'path' => 'v3/{+parent}/supportedLanguages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'displayLanguageCode' => array( 'location' => 'query', 'type' => 'string', ), 'model' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v3/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'translateText' => array( 'path' => 'v3/{+parent}:translateText', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_glossaries = new Google_Service_Translate_Resource_ProjectsLocationsGlossaries( $this, $this->serviceName, 'glossaries', array( 'methods' => array( 'create' => array( 'path' => 'v3/{+parent}/glossaries', '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}/glossaries', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_Translate_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v3/{+name}:cancel', '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}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'wait' => array( 'path' => 'v3/{+name}:wait', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK2 ZxB11Zvendor/google/apiclient-services/src/Google/Service/AdExperienceReport/PlatformSummary.phpnu[betterAdsStatus = $betterAdsStatus; } public function getBetterAdsStatus() { return $this->betterAdsStatus; } public function setEnforcementTime($enforcementTime) { $this->enforcementTime = $enforcementTime; } public function getEnforcementTime() { return $this->enforcementTime; } public function setFilterStatus($filterStatus) { $this->filterStatus = $filterStatus; } public function getFilterStatus() { return $this->filterStatus; } public function setLastChangeTime($lastChangeTime) { $this->lastChangeTime = $lastChangeTime; } public function getLastChangeTime() { return $this->lastChangeTime; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setReportUrl($reportUrl) { $this->reportUrl = $reportUrl; } public function getReportUrl() { return $this->reportUrl; } public function setUnderReview($underReview) { $this->underReview = $underReview; } public function getUnderReview() { return $this->underReview; } } PK2 ZSbvendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/ViolatingSites.phpnu[ * $adexperiencereportService = new Google_Service_AdExperienceReport(...); * $violatingSites = $adexperiencereportService->violatingSites; * */ class Google_Service_AdExperienceReport_Resource_ViolatingSites extends Google_Service_Resource { /** * Lists sites that are failing in the Ad Experience Report on at least one * platform. (violatingSites.listViolatingSites) * * @param array $optParams Optional parameters. * @return Google_Service_AdExperienceReport_ViolatingSitesResponse */ public function listViolatingSites($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExperienceReport_ViolatingSitesResponse"); } } PK2 Z(Yvendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/Sites.phpnu[ * $adexperiencereportService = new Google_Service_AdExperienceReport(...); * $sites = $adexperiencereportService->sites; * */ class Google_Service_AdExperienceReport_Resource_Sites extends Google_Service_Resource { /** * Gets a site's Ad Experience Report summary. (sites.get) * * @param string $name Required. The name of the site whose summary to get, e.g. * `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` * @param array $optParams Optional parameters. * @return Google_Service_AdExperienceReport_SiteSummaryResponse */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExperienceReport_SiteSummaryResponse"); } } PK2 ZН&avendor/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.phpnu[violatingSites = $violatingSites; } /** * @return Google_Service_AdExperienceReport_SiteSummaryResponse[] */ public function getViolatingSites() { return $this->violatingSites; } } PK2 Zw0nn^vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.phpnu[desktopSummary = $desktopSummary; } /** * @return Google_Service_AdExperienceReport_PlatformSummary */ public function getDesktopSummary() { return $this->desktopSummary; } /** * @param Google_Service_AdExperienceReport_PlatformSummary */ public function setMobileSummary(Google_Service_AdExperienceReport_PlatformSummary $mobileSummary) { $this->mobileSummary = $mobileSummary; } /** * @return Google_Service_AdExperienceReport_PlatformSummary */ public function getMobileSummary() { return $this->mobileSummary; } public function setReviewedSite($reviewedSite) { $this->reviewedSite = $reviewedSite; } public function getReviewedSite() { return $this->reviewedSite; } } PK2 ZmP3dd?vendor/google/apiclient-services/src/Google/Service/Compute.phpnu[ * Creates and runs virtual machines on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Compute extends Google_Service { /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; /** View your Google Compute Engine resources. */ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly"; /** Manage your data and permissions in Google Cloud Storage. */ const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"; /** View your data in Google Cloud Storage. */ const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"; /** Manage your data in Google Cloud Storage. */ const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"; public $acceleratorTypes; public $addresses; public $autoscalers; public $backendBuckets; public $backendServices; public $diskTypes; public $disks; public $externalVpnGateways; public $firewallPolicies; public $firewalls; public $forwardingRules; public $globalAddresses; public $globalForwardingRules; public $globalNetworkEndpointGroups; public $globalOperations; public $globalOrganizationOperations; public $globalPublicDelegatedPrefixes; public $healthChecks; public $httpHealthChecks; public $httpsHealthChecks; public $images; public $instanceGroupManagers; public $instanceGroups; public $instanceTemplates; public $instances; public $interconnectAttachments; public $interconnectLocations; public $interconnects; public $licenseCodes; public $licenses; public $machineTypes; public $networkEndpointGroups; public $networks; public $nodeGroups; public $nodeTemplates; public $nodeTypes; public $packetMirrorings; public $projects; public $publicAdvertisedPrefixes; public $publicDelegatedPrefixes; public $regionAutoscalers; public $regionBackendServices; public $regionCommitments; public $regionDiskTypes; public $regionDisks; public $regionHealthCheckServices; public $regionHealthChecks; public $regionInstanceGroupManagers; public $regionInstanceGroups; public $regionInstances; public $regionNetworkEndpointGroups; public $regionNotificationEndpoints; public $regionOperations; public $regionSslCertificates; public $regionTargetHttpProxies; public $regionTargetHttpsProxies; public $regionUrlMaps; public $regions; public $reservations; public $resourcePolicies; public $routers; public $routes; public $securityPolicies; public $snapshots; public $sslCertificates; public $sslPolicies; public $subnetworks; public $targetGrpcProxies; public $targetHttpProxies; public $targetHttpsProxies; public $targetInstances; public $targetPools; public $targetSslProxies; public $targetTcpProxies; public $targetVpnGateways; public $urlMaps; public $vpnGateways; public $vpnTunnels; public $zoneOperations; public $zones; /** * Constructs the internal representation of the Compute service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://compute.googleapis.com/'; $this->servicePath = 'compute/v1/'; $this->batchPath = 'batch/compute/v1'; $this->version = 'v1'; $this->serviceName = 'compute'; $this->acceleratorTypes = new Google_Service_Compute_Resource_AcceleratorTypes( $this, $this->serviceName, 'acceleratorTypes', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/acceleratorTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'projects/{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' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->addresses = new Google_Service_Compute_Resource_Addresses( $this, $this->serviceName, 'addresses', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/addresses', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/addresses/{address}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/addresses/{address}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/addresses', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/addresses', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->autoscalers = new Google_Service_Compute_Resource_Autoscalers( $this, $this->serviceName, 'autoscalers', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/autoscalers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/zones/{zone}/autoscalers', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->backendBuckets = new Google_Service_Compute_Resource_BackendBuckets( $this, $this->serviceName, 'backendBuckets', array( 'methods' => array( 'addSignedUrlKey' => array( 'path' => 'projects/{project}/global/backendBuckets/{backendBucket}/addSignedUrlKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/backendBuckets/{backendBucket}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteSignedUrlKey' => array( 'path' => 'projects/{project}/global/backendBuckets/{backendBucket}/deleteSignedUrlKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keyName' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/backendBuckets/{backendBucket}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/backendBuckets', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/backendBuckets', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/backendBuckets/{backendBucket}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/backendBuckets/{backendBucket}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendBucket' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->backendServices = new Google_Service_Compute_Resource_BackendServices( $this, $this->serviceName, 'backendServices', array( 'methods' => array( 'addSignedUrlKey' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}/addSignedUrlKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/backendServices', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteSignedUrlKey' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}/deleteSignedUrlKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keyName' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getHealth' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}/getHealth', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/backendServices', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/backendServices', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setSecurityPolicy' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}/setSecurityPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/backendServices/{backendService}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->diskTypes = new Google_Service_Compute_Resource_DiskTypes( $this, $this->serviceName, 'diskTypes', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/diskTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/diskTypes/{diskType}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'diskType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/diskTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->disks = new Google_Service_Compute_Resource_Disks( $this, $this->serviceName, 'disks', array( 'methods' => array( 'addResourcePolicies' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{disk}/addResourcePolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/disks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'createSnapshot' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{disk}/createSnapshot', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'guestFlush' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{disk}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{disk}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/disks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'sourceImage' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/disks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'removeResourcePolicies' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{disk}/removeResourcePolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resize' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{disk}/resize', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLabels' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/zones/{zone}/disks/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->externalVpnGateways = new Google_Service_Compute_Resource_ExternalVpnGateways( $this, $this->serviceName, 'externalVpnGateways', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/externalVpnGateways/{externalVpnGateway}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'externalVpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/externalVpnGateways/{externalVpnGateway}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'externalVpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/externalVpnGateways', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/externalVpnGateways', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setLabels' => array( 'path' => 'projects/{project}/global/externalVpnGateways/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/global/externalVpnGateways/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->firewallPolicies = new Google_Service_Compute_Resource_FirewallPolicies( $this, $this->serviceName, 'firewallPolicies', array( 'methods' => array( 'addAssociation' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/addAssociation', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'replaceExistingAssociation' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'addRule' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/addRule', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'cloneRules' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/cloneRules', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'sourceFirewallPolicy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}', 'httpMethod' => 'GET', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAssociation' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/getAssociation', 'httpMethod' => 'GET', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'locations/global/firewallPolicies/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getRule' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/getRule', 'httpMethod' => 'GET', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'priority' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'locations/global/firewallPolicies', 'httpMethod' => 'POST', 'parameters' => array( 'parentId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'locations/global/firewallPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parentId' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listAssociations' => array( 'path' => 'locations/global/firewallPolicies/listAssociations', 'httpMethod' => 'GET', 'parameters' => array( 'targetResource' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/move', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parentId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patchRule' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/patchRule', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'priority' => array( 'location' => 'query', 'type' => 'integer', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeAssociation' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/removeAssociation', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeRule' => array( 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/removeRule', 'httpMethod' => 'POST', 'parameters' => array( 'firewallPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'priority' => array( 'location' => 'query', 'type' => 'integer', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'locations/global/firewallPolicies/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'locations/global/firewallPolicies/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->firewalls = new Google_Service_Compute_Resource_Firewalls( $this, $this->serviceName, 'firewalls', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/firewalls/{firewall}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'firewall' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/firewalls/{firewall}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'firewall' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/firewalls', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/firewalls', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/firewalls/{firewall}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'firewall' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/firewalls/{firewall}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'firewall' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->forwardingRules = new Google_Service_Compute_Resource_ForwardingRules( $this, $this->serviceName, 'forwardingRules', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/forwardingRules', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setLabels' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setTarget' => array( 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->globalAddresses = new Google_Service_Compute_Resource_GlobalAddresses( $this, $this->serviceName, 'globalAddresses', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/addresses/{address}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/addresses/{address}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'address' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/addresses', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/addresses', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->globalForwardingRules = new Google_Service_Compute_Resource_GlobalForwardingRules( $this, $this->serviceName, 'globalForwardingRules', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/forwardingRules/{forwardingRule}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/forwardingRules/{forwardingRule}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/forwardingRules', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/forwardingRules', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/forwardingRules/{forwardingRule}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setLabels' => array( 'path' => 'projects/{project}/global/forwardingRules/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setTarget' => array( 'path' => 'projects/{project}/global/forwardingRules/{forwardingRule}/setTarget', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forwardingRule' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->globalNetworkEndpointGroups = new Google_Service_Compute_Resource_GlobalNetworkEndpointGroups( $this, $this->serviceName, 'globalNetworkEndpointGroups', array( 'methods' => array( 'attachNetworkEndpoints' => array( 'path' => 'projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}/attachNetworkEndpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'detachNetworkEndpoints' => array( 'path' => 'projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}/detachNetworkEndpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/networkEndpointGroups', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/networkEndpointGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listNetworkEndpoints' => array( 'path' => 'projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}/listNetworkEndpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->globalOperations = new Google_Service_Compute_Resource_GlobalOperations( $this, $this->serviceName, 'globalOperations', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/operations/{operation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{project}/global/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/global/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'wait' => array( 'path' => 'projects/{project}/global/operations/{operation}/wait', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->globalOrganizationOperations = new Google_Service_Compute_Resource_GlobalOrganizationOperations( $this, $this->serviceName, 'globalOrganizationOperations', array( 'methods' => array( 'delete' => array( 'path' => 'locations/global/operations/{operation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parentId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'locations/global/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parentId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'locations/global/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parentId' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->globalPublicDelegatedPrefixes = new Google_Service_Compute_Resource_GlobalPublicDelegatedPrefixes( $this, $this->serviceName, 'globalPublicDelegatedPrefixes', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicDelegatedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicDelegatedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/publicDelegatedPrefixes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/publicDelegatedPrefixes', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicDelegatedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->healthChecks = new Google_Service_Compute_Resource_HealthChecks( $this, $this->serviceName, 'healthChecks', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/healthChecks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/healthChecks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/healthChecks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->httpHealthChecks = new Google_Service_Compute_Resource_HttpHealthChecks( $this, $this->serviceName, 'httpHealthChecks', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/httpHealthChecks/{httpHealthCheck}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/httpHealthChecks/{httpHealthCheck}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/httpHealthChecks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/httpHealthChecks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/httpHealthChecks/{httpHealthCheck}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/httpHealthChecks/{httpHealthCheck}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->httpsHealthChecks = new Google_Service_Compute_Resource_HttpsHealthChecks( $this, $this->serviceName, 'httpsHealthChecks', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpsHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpsHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/httpsHealthChecks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/httpsHealthChecks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpsHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'httpsHealthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->images = new Google_Service_Compute_Resource_Images( $this, $this->serviceName, 'images', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/images/{image}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'image' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deprecate' => array( 'path' => 'projects/{project}/global/images/{image}/deprecate', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'image' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/images/{image}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'image' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getFromFamily' => array( 'path' => 'projects/{project}/global/images/family/{family}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'family' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/global/images/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/global/images', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forceCreate' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/images', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/images/{image}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'image' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/global/images/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLabels' => array( 'path' => 'projects/{project}/global/images/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/global/images/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->instanceGroupManagers = new Google_Service_Compute_Resource_InstanceGroupManagers( $this, $this->serviceName, 'instanceGroupManagers', array( 'methods' => array( 'abandonInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/instanceGroupManagers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'applyUpdatesToInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/applyUpdatesToInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/createInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deletePerInstanceConfigs' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deletePerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listErrors' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listErrors', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listManagedInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listPerInstanceConfigs' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listPerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patchPerInstanceConfigs' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/patchPerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'recreateInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resize' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'size' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setInstanceTemplate' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setTargetPools' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updatePerInstanceConfigs' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updatePerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->instanceGroups = new Google_Service_Compute_Resource_InstanceGroups( $this, $this->serviceName, 'instanceGroups', array( 'methods' => array( 'addInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/addInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/instanceGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/listInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'removeInstances' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/removeInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setNamedPorts' => array( 'path' => 'projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/setNamedPorts', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->instanceTemplates = new Google_Service_Compute_Resource_InstanceTemplates( $this, $this->serviceName, 'instanceTemplates', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/instanceTemplates/{instanceTemplate}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceTemplate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/instanceTemplates/{instanceTemplate}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceTemplate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/global/instanceTemplates/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/global/instanceTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/instanceTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/global/instanceTemplates/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/global/instanceTemplates/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->instances = new Google_Service_Compute_Resource_Instances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'addAccessConfig' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/addAccessConfig', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkInterface' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'addResourcePolicies' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/addResourcePolicies', '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', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/instances', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'attachDisk' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/attachDisk', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'forceAttach' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'bulkInsert' => array( 'path' => 'projects/{project}/zones/{zone}/instances/bulkInsert', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteAccessConfig' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/deleteAccessConfig', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'accessConfig' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'networkInterface' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'detachDisk' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/detachDisk', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceName' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getEffectiveFirewalls' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/getEffectiveFirewalls', '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, ), 'networkInterface' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'getGuestAttributes' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/getGuestAttributes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'queryPath' => array( 'location' => 'query', 'type' => 'string', ), 'variableKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getScreenshot' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/screenshot', '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, ), ), ),'getSerialPortOutput' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/serialPort', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'port' => array( 'location' => 'query', 'type' => 'integer', ), 'start' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getShieldedInstanceIdentity' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/getShieldedInstanceIdentity', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/instances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'sourceInstanceTemplate' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listReferrers' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'removeResourcePolicies' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/removeResourcePolicies', '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', ), ), ),'reset' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/reset', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setDeletionProtection' => array( 'path' => 'projects/{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' => 'projects/{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoDelete' => array( 'location' => 'query', 'type' => 'boolean', 'required' => true, ), 'deviceName' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLabels' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{project}/zones/{zone}/instances/{instance}/setMachineType', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setMetadata' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/setMetadata', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setMinCpuPlatform' => array( 'path' => 'projects/{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' => 'projects/{project}/zones/{zone}/instances/{instance}/setScheduling', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setServiceAccount' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/setServiceAccount', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setShieldedInstanceIntegrityPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/setShieldedInstanceIntegrityPolicy', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setTags' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/setTags', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'simulateMaintenanceEvent' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/start', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'startWithEncryptionKey' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/startWithEncryptionKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'stop' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/stop', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}', 'httpMethod' => 'PUT', '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, ), 'minimalAction' => array( 'location' => 'query', 'type' => 'string', ), 'mostDisruptiveAllowedAction' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateAccessConfig' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/updateAccessConfig', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkInterface' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateDisplayDevice' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/updateDisplayDevice', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateNetworkInterface' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/updateNetworkInterface', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkInterface' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updateShieldedInstanceConfig' => array( 'path' => 'projects/{project}/zones/{zone}/instances/{instance}/updateShieldedInstanceConfig', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->interconnectAttachments = new Google_Service_Compute_Resource_InterconnectAttachments( $this, $this->serviceName, 'interconnectAttachments', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/interconnectAttachments', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{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', ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'interconnectAttachment' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->interconnectLocations = new Google_Service_Compute_Resource_InterconnectLocations( $this, $this->serviceName, 'interconnectLocations', array( 'methods' => array( 'get' => array( 'path' => 'projects/{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' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->interconnects = new Google_Service_Compute_Resource_Interconnects( $this, $this->serviceName, 'interconnects', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{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' => 'projects/{project}/global/interconnects/{interconnect}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'interconnect' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getDiagnostics' => array( 'path' => 'projects/{project}/global/interconnects/{interconnect}/getDiagnostics', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'interconnect' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/interconnects', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{project}/global/licenseCodes/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->licenses = new Google_Service_Compute_Resource_Licenses( $this, $this->serviceName, 'licenses', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{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' => 'projects/{project}/global/licenses/{license}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'license' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/global/licenses/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/global/licenses', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/global/licenses/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/global/licenses/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->machineTypes = new Google_Service_Compute_Resource_MachineTypes( $this, $this->serviceName, 'machineTypes', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/machineTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/machineTypes/{machineType}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'machineType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/machineTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->networkEndpointGroups = new Google_Service_Compute_Resource_NetworkEndpointGroups( $this, $this->serviceName, 'networkEndpointGroups', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/networkEndpointGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'attachNetworkEndpoints' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/attachNetworkEndpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'detachNetworkEndpoints' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/detachNetworkEndpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listNetworkEndpoints' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/listNetworkEndpoints', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/zones/{zone}/networkEndpointGroups/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->networks = new Google_Service_Compute_Resource_Networks( $this, $this->serviceName, 'networks', array( 'methods' => array( 'addPeering' => array( 'path' => 'projects/{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' => 'projects/{project}/global/networks/{network}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/networks/{network}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getEffectiveFirewalls' => array( 'path' => 'projects/{project}/global/networks/{network}/getEffectiveFirewalls', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/networks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/networks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listPeeringRoutes' => array( 'path' => 'projects/{project}/global/networks/{network}/listPeeringRoutes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'direction' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'peeringName' => array( 'location' => 'query', 'type' => 'string', ), 'region' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{project}/global/networks/{network}/switchToCustomMode', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updatePeering' => array( 'path' => 'projects/{project}/global/networks/{network}/updatePeering', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'network' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodeGroups = new Google_Service_Compute_Resource_NodeGroups( $this, $this->serviceName, 'nodeGroups', array( 'methods' => array( 'addNodes' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/addNodes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/nodeGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteNodes' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/deleteNodes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'initialNodeCount' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listNodes' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/listNodes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setNodeTemplate' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/setNodeTemplate', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/zones/{zone}/nodeGroups/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nodeTemplates = new Google_Service_Compute_Resource_NodeTemplates( $this, $this->serviceName, 'nodeTemplates', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/nodeTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates/{nodeTemplate}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeTemplate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates/{nodeTemplate}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeTemplate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/regions/{region}/nodeTemplates/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nodeTypes = new Google_Service_Compute_Resource_NodeTypes( $this, $this->serviceName, 'nodeTypes', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/nodeTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/nodeTypes/{nodeType}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'nodeType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/nodeTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->packetMirrorings = new Google_Service_Compute_Resource_PacketMirrorings( $this, $this->serviceName, 'packetMirrorings', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/packetMirrorings', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'packetMirroring' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'packetMirroring' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/packetMirrorings', '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' => 'projects/{project}/regions/{region}/packetMirrorings', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'packetMirroring' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/regions/{region}/packetMirrorings/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects = new Google_Service_Compute_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'disableXpnHost' => array( 'path' => 'projects/{project}/disableXpnHost', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'disableXpnResource' => array( 'path' => 'projects/{project}/disableXpnResource', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'enableXpnHost' => array( 'path' => 'projects/{project}/enableXpnHost', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'enableXpnResource' => array( 'path' => 'projects/{project}/enableXpnResource', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getXpnHost' => array( 'path' => 'projects/{project}/getXpnHost', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getXpnResources' => array( 'path' => 'projects/{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', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listXpnHosts' => array( 'path' => 'projects/{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', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'moveDisk' => array( 'path' => 'projects/{project}/moveDisk', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'moveInstance' => array( 'path' => 'projects/{project}/moveInstance', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setCommonInstanceMetadata' => array( 'path' => 'projects/{project}/setCommonInstanceMetadata', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setDefaultNetworkTier' => array( 'path' => 'projects/{project}/setDefaultNetworkTier', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setUsageExportBucket' => array( 'path' => 'projects/{project}/setUsageExportBucket', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->publicAdvertisedPrefixes = new Google_Service_Compute_Resource_PublicAdvertisedPrefixes( $this, $this->serviceName, 'publicAdvertisedPrefixes', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicAdvertisedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicAdvertisedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/publicAdvertisedPrefixes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/publicAdvertisedPrefixes', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicAdvertisedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->publicDelegatedPrefixes = new Google_Service_Compute_Resource_PublicDelegatedPrefixes( $this, $this->serviceName, 'publicDelegatedPrefixes', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/publicDelegatedPrefixes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicDelegatedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicDelegatedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/publicDelegatedPrefixes', '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' => 'projects/{project}/regions/{region}/publicDelegatedPrefixes', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicDelegatedPrefix' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionAutoscalers = new Google_Service_Compute_Resource_RegionAutoscalers( $this, $this->serviceName, 'regionAutoscalers', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/autoscalers/{autoscaler}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/autoscalers/{autoscaler}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/autoscalers', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/autoscalers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/autoscalers', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/regions/{region}/autoscalers', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'autoscaler' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionBackendServices = new Google_Service_Compute_Resource_RegionBackendServices( $this, $this->serviceName, 'regionBackendServices', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/backendServices/{backendService}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/backendServices/{backendService}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getHealth' => array( 'path' => 'projects/{project}/regions/{region}/backendServices/{backendService}/getHealth', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/backendServices', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/backendServices', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/backendServices/{backendService}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/regions/{region}/backendServices/{backendService}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'backendService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionCommitments = new Google_Service_Compute_Resource_RegionCommitments( $this, $this->serviceName, 'regionCommitments', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/commitments', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->regionDiskTypes = new Google_Service_Compute_Resource_RegionDiskTypes( $this, $this->serviceName, 'regionDiskTypes', array( 'methods' => array( 'get' => array( 'path' => 'projects/{project}/regions/{region}/diskTypes/{diskType}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'diskType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/diskTypes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->regionDisks = new Google_Service_Compute_Resource_RegionDisks( $this, $this->serviceName, 'regionDisks', array( 'methods' => array( 'addResourcePolicies' => array( 'path' => 'projects/{project}/regions/{region}/disks/{disk}/addResourcePolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'createSnapshot' => array( 'path' => 'projects/{project}/regions/{region}/disks/{disk}/createSnapshot', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/disks/{disk}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/disks/{disk}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/disks/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/disks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'sourceImage' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/disks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'removeResourcePolicies' => array( 'path' => 'projects/{project}/regions/{region}/disks/{disk}/removeResourcePolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resize' => array( 'path' => 'projects/{project}/regions/{region}/disks/{disk}/resize', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disk' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/disks/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLabels' => array( 'path' => 'projects/{project}/regions/{region}/disks/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/regions/{region}/disks/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->regionHealthCheckServices = new Google_Service_Compute_Resource_RegionHealthCheckServices( $this, $this->serviceName, 'regionHealthCheckServices', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheckService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheckService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/healthCheckServices', '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' => 'projects/{project}/regions/{region}/healthCheckServices', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheckService' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionHealthChecks = new Google_Service_Compute_Resource_RegionHealthChecks( $this, $this->serviceName, 'regionHealthChecks', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/healthChecks/{healthCheck}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/healthChecks/{healthCheck}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/healthChecks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/healthChecks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/healthChecks/{healthCheck}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/regions/{region}/healthChecks/{healthCheck}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'healthCheck' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionInstanceGroupManagers = new Google_Service_Compute_Resource_RegionInstanceGroupManagers( $this, $this->serviceName, 'regionInstanceGroupManagers', array( 'methods' => array( 'abandonInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/abandonInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'applyUpdatesToInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/applyUpdatesToInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/createInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deletePerInstanceConfigs' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deletePerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listErrors' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listErrors', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listManagedInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listPerInstanceConfigs' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listPerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patchPerInstanceConfigs' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/patchPerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'recreateInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/recreateInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'resize' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resize', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'size' => array( 'location' => 'query', 'type' => 'integer', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setInstanceTemplate' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setTargetPools' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'updatePerInstanceConfigs' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/updatePerInstanceConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionInstanceGroups = new Google_Service_Compute_Resource_RegionInstanceGroups( $this, $this->serviceName, 'regionInstanceGroups', array( 'methods' => array( 'get' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroups/{instanceGroup}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listInstances' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroups/{instanceGroup}/listInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setNamedPorts' => array( 'path' => 'projects/{project}/regions/{region}/instanceGroups/{instanceGroup}/setNamedPorts', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instanceGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionInstances = new Google_Service_Compute_Resource_RegionInstances( $this, $this->serviceName, 'regionInstances', array( 'methods' => array( 'bulkInsert' => array( 'path' => 'projects/{project}/regions/{region}/instances/bulkInsert', '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', ), ), ), ) ) ); $this->regionNetworkEndpointGroups = new Google_Service_Compute_Resource_RegionNetworkEndpointGroups( $this, $this->serviceName, 'regionNetworkEndpointGroups', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/networkEndpointGroups/{networkEndpointGroup}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/networkEndpointGroups/{networkEndpointGroup}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'networkEndpointGroup' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/networkEndpointGroups', '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' => 'projects/{project}/regions/{region}/networkEndpointGroups', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->regionNotificationEndpoints = new Google_Service_Compute_Resource_RegionNotificationEndpoints( $this, $this->serviceName, 'regionNotificationEndpoints', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/notificationEndpoints/{notificationEndpoint}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'notificationEndpoint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/notificationEndpoints/{notificationEndpoint}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'notificationEndpoint' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/notificationEndpoints', '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' => 'projects/{project}/regions/{region}/notificationEndpoints', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->regionOperations = new Google_Service_Compute_Resource_RegionOperations( $this, $this->serviceName, 'regionOperations', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/operations/{operation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'wait' => array( 'path' => 'projects/{project}/regions/{region}/operations/{operation}/wait', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->regionSslCertificates = new Google_Service_Compute_Resource_RegionSslCertificates( $this, $this->serviceName, 'regionSslCertificates', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/sslCertificates/{sslCertificate}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sslCertificate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/sslCertificates/{sslCertificate}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sslCertificate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/sslCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/sslCertificates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->regionTargetHttpProxies = new Google_Service_Compute_Resource_RegionTargetHttpProxies( $this, $this->serviceName, 'regionTargetHttpProxies', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setUrlMap' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}/setUrlMap', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionTargetHttpsProxies = new Google_Service_Compute_Resource_RegionTargetHttpsProxies( $this, $this->serviceName, 'regionTargetHttpsProxies', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpsProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpsProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setSslCertificates' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setUrlMap' => array( 'path' => 'projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->regionUrlMaps = new Google_Service_Compute_Resource_RegionUrlMaps( $this, $this->serviceName, 'regionUrlMaps', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps/{urlMap}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps/{urlMap}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps/{urlMap}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps/{urlMap}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'validate' => array( 'path' => 'projects/{project}/regions/{region}/urlMaps/{urlMap}/validate', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->regions = new Google_Service_Compute_Resource_Regions( $this, $this->serviceName, 'regions', array( 'methods' => array( 'get' => array( 'path' => 'projects/{project}/regions/{region}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/regions', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->reservations = new Google_Service_Compute_Resource_Reservations( $this, $this->serviceName, 'reservations', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/reservations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reservation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reservation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/reservations/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/reservations', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/reservations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'resize' => array( 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}/resize', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'reservation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/zones/{zone}/reservations/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/zones/{zone}/reservations/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->resourcePolicies = new Google_Service_Compute_Resource_ResourcePolicies( $this, $this->serviceName, 'resourcePolicies', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/resourcePolicies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies/{resourcePolicy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourcePolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies/{resourcePolicy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resourcePolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/regions/{region}/resourcePolicies/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->routers = new Google_Service_Compute_Resource_Routers( $this, $this->serviceName, 'routers', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/routers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getNatMappingInfo' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}/getNatMappingInfo', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'getRouterStatus' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}/getRouterStatus', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/routers', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/routers', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'preview' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}/preview', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'projects/{project}/regions/{region}/routers/{router}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'router' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->routes = new Google_Service_Compute_Resource_Routes( $this, $this->serviceName, 'routes', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/routes/{route}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'route' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/routes/{route}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'route' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/routes', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/routes', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->securityPolicies = new Google_Service_Compute_Resource_SecurityPolicies( $this, $this->serviceName, 'securityPolicies', array( 'methods' => array( 'addRule' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}/addRule', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getRule' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}/getRule', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'priority' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/global/securityPolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/securityPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listPreconfiguredExpressionSets' => array( 'path' => 'projects/{project}/global/securityPolicies/listPreconfiguredExpressionSets', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patchRule' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}/patchRule', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'priority' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'removeRule' => array( 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}/removeRule', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'securityPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'priority' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->snapshots = new Google_Service_Compute_Resource_Snapshots( $this, $this->serviceName, 'snapshots', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/snapshots/{snapshot}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'snapshot' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/snapshots/{snapshot}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'snapshot' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/global/snapshots/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'projects/{project}/global/snapshots', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/global/snapshots/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setLabels' => array( 'path' => 'projects/{project}/global/snapshots/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/global/snapshots/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->sslCertificates = new Google_Service_Compute_Resource_SslCertificates( $this, $this->serviceName, 'sslCertificates', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/sslCertificates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/sslCertificates/{sslCertificate}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sslCertificate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/sslCertificates/{sslCertificate}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sslCertificate' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/sslCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/sslCertificates', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->sslPolicies = new Google_Service_Compute_Resource_SslPolicies( $this, $this->serviceName, 'sslPolicies', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{project}/global/sslPolicies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listAvailableFeatures' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/sslPolicies/{sslPolicy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sslPolicy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->subnetworks = new Google_Service_Compute_Resource_Subnetworks( $this, $this->serviceName, 'subnetworks', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/subnetworks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{subnetwork}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subnetwork' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'expandIpCidrRange' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{subnetwork}/expandIpCidrRange', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subnetwork' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{subnetwork}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subnetwork' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'optionsRequestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'listUsable' => array( 'path' => 'projects/{project}/aggregated/subnetworks/listUsable', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{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, ), 'drainTimeoutSeconds' => array( 'location' => 'query', 'type' => 'integer', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setPrivateIpGoogleAccess' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{subnetwork}/setPrivateIpGoogleAccess', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'subnetwork' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/regions/{region}/subnetworks/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->targetGrpcProxies = new Google_Service_Compute_Resource_TargetGrpcProxies( $this, $this->serviceName, 'targetGrpcProxies', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetGrpcProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetGrpcProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/targetGrpcProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/targetGrpcProxies', '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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetGrpcProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->targetHttpProxies = new Google_Service_Compute_Resource_TargetHttpProxies( $this, $this->serviceName, 'targetHttpProxies', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/targetHttpProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/targetHttpProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/targetHttpProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setUrlMap' => array( 'path' => 'projects/{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->targetHttpsProxies = new Google_Service_Compute_Resource_TargetHttpsProxies( $this, $this->serviceName, 'targetHttpsProxies', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/targetHttpsProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/targetHttpsProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/targetHttpsProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setQuicOverride' => array( 'path' => 'projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}/setQuicOverride', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setSslCertificates' => array( 'path' => 'projects/{project}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setSslPolicy' => array( 'path' => 'projects/{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' => 'projects/{project}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetHttpsProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->targetInstances = new Google_Service_Compute_Resource_TargetInstances( $this, $this->serviceName, 'targetInstances', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/targetInstances', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/zones/{zone}/targetInstances/{targetInstance}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetInstance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/targetInstances/{targetInstance}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetInstance' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/zones/{zone}/targetInstances', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/targetInstances', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->targetPools = new Google_Service_Compute_Resource_TargetPools( $this, $this->serviceName, 'targetPools', array( 'methods' => array( 'addHealthCheck' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'addInstance' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/addInstance', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/targetPools', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getHealth' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/getHealth', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/targetPools', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/targetPools', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'removeHealthCheck' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeInstance' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/removeInstance', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setBackup' => array( 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/setBackup', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetPool' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'failoverRatio' => array( 'location' => 'query', 'type' => 'number', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->targetSslProxies = new Google_Service_Compute_Resource_TargetSslProxies( $this, $this->serviceName, 'targetSslProxies', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/global/targetSslProxies/{targetSslProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetSslProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/targetSslProxies/{targetSslProxy}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetSslProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/targetSslProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/targetSslProxies', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setBackendService' => array( 'path' => 'projects/{project}/global/targetSslProxies/{targetSslProxy}/setBackendService', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetSslProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setProxyHeader' => array( 'path' => 'projects/{project}/global/targetSslProxies/{targetSslProxy}/setProxyHeader', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetSslProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setSslCertificates' => array( 'path' => 'projects/{project}/global/targetSslProxies/{targetSslProxy}/setSslCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetSslProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setSslPolicy' => array( 'path' => 'projects/{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' => 'projects/{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' => 'projects/{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' => 'projects/{project}/global/targetTcpProxies', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{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', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setBackendService' => array( 'path' => 'projects/{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' => 'projects/{project}/global/targetTcpProxies/{targetTcpProxy}/setProxyHeader', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetTcpProxy' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->targetVpnGateways = new Google_Service_Compute_Resource_TargetVpnGateways( $this, $this->serviceName, 'targetVpnGateways', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/targetVpnGateways', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetVpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'targetVpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/targetVpnGateways', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/targetVpnGateways', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->urlMaps = new Google_Service_Compute_Resource_UrlMaps( $this, $this->serviceName, 'urlMaps', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/urlMaps', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/global/urlMaps/{urlMap}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/global/urlMaps/{urlMap}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/global/urlMaps', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'invalidateCache' => array( 'path' => 'projects/{project}/global/urlMaps/{urlMap}/invalidateCache', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/global/urlMaps', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'patch' => array( 'path' => 'projects/{project}/global/urlMaps/{urlMap}', 'httpMethod' => 'PATCH', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{project}/global/urlMaps/{urlMap}', 'httpMethod' => 'PUT', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'validate' => array( 'path' => 'projects/{project}/global/urlMaps/{urlMap}/validate', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'urlMap' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->vpnGateways = new Google_Service_Compute_Resource_VpnGateways( $this, $this->serviceName, 'vpnGateways', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/vpnGateways', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways/{vpnGateway}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'vpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways/{vpnGateway}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'vpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getStatus' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways/{vpnGateway}/getStatus', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'vpnGateway' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'setLabels' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways/{resource}/setLabels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'testIamPermissions' => array( 'path' => 'projects/{project}/regions/{region}/vpnGateways/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->vpnTunnels = new Google_Service_Compute_Resource_VpnTunnels( $this, $this->serviceName, 'vpnTunnels', array( 'methods' => array( 'aggregatedList' => array( 'path' => 'projects/{project}/aggregated/vpnTunnels', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllScopes' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'delete' => array( 'path' => 'projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'vpnTunnel' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'vpnTunnel' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'projects/{project}/regions/{region}/vpnTunnels', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects/{project}/regions/{region}/vpnTunnels', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'region' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->zoneOperations = new Google_Service_Compute_Resource_ZoneOperations( $this, $this->serviceName, 'zoneOperations', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'projects/{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/zones/{zone}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'wait' => array( 'path' => 'projects/{project}/zones/{zone}/operations/{operation}/wait', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->zones = new Google_Service_Compute_Resource_Zones( $this, $this->serviceName, 'zones', array( 'methods' => array( 'get' => array( 'path' => 'projects/{project}/zones/{zone}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'projects/{project}/zones', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'returnPartialSuccess' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); } } PK3 ZmAvendor/google/apiclient-services/src/Google/Service/Sasportal.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Sasportal extends Google_Service { /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $customers; public $customers_deployments; public $customers_deployments_devices; public $customers_devices; public $customers_nodes; public $customers_nodes_deployments; public $customers_nodes_devices; public $customers_nodes_nodes; public $deployments; public $deployments_devices; public $installer; public $nodes; public $nodes_deployments; public $nodes_deployments_devices; public $nodes_devices; public $nodes_nodes; public $nodes_nodes_deployments; public $nodes_nodes_devices; public $nodes_nodes_nodes; public $policies; /** * Constructs the internal representation of the Sasportal service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://sasportal.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha1'; $this->serviceName = 'sasportal'; $this->customers = new Google_Service_Sasportal_Resource_Customers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/customers', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_deployments = new Google_Service_Sasportal_Resource_CustomersDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_deployments_devices = new Google_Service_Sasportal_Resource_CustomersDeploymentsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_devices = new Google_Service_Sasportal_Resource_CustomersDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'signDevice' => array( 'path' => 'v1alpha1/{+name}:signDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSigned' => array( 'path' => 'v1alpha1/{+name}:updateSigned', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers_nodes = new Google_Service_Sasportal_Resource_CustomersNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_nodes_deployments = new Google_Service_Sasportal_Resource_CustomersNodesDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_nodes_devices = new Google_Service_Sasportal_Resource_CustomersNodesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_nodes_nodes = new Google_Service_Sasportal_Resource_CustomersNodesNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->deployments = new Google_Service_Sasportal_Resource_Deployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->deployments_devices = new Google_Service_Sasportal_Resource_DeploymentsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'signDevice' => array( 'path' => 'v1alpha1/{+name}:signDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSigned' => array( 'path' => 'v1alpha1/{+name}:updateSigned', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->installer = new Google_Service_Sasportal_Resource_Installer( $this, $this->serviceName, 'installer', array( 'methods' => array( 'generateSecret' => array( 'path' => 'v1alpha1/installer:generateSecret', 'httpMethod' => 'POST', 'parameters' => array(), ),'validate' => array( 'path' => 'v1alpha1/installer:validate', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->nodes = new Google_Service_Sasportal_Resource_Nodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nodes_deployments = new Google_Service_Sasportal_Resource_NodesDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_deployments_devices = new Google_Service_Sasportal_Resource_NodesDeploymentsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_devices = new Google_Service_Sasportal_Resource_NodesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'signDevice' => array( 'path' => 'v1alpha1/{+name}:signDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSigned' => array( 'path' => 'v1alpha1/{+name}:updateSigned', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nodes_nodes = new Google_Service_Sasportal_Resource_NodesNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_nodes_deployments = new Google_Service_Sasportal_Resource_NodesNodesDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_nodes_devices = new Google_Service_Sasportal_Resource_NodesNodesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_nodes_nodes = new Google_Service_Sasportal_Resource_NodesNodesNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->policies = new Google_Service_Sasportal_Resource_Policies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/policies:get', 'httpMethod' => 'POST', 'parameters' => array(), ),'set' => array( 'path' => 'v1alpha1/policies:set', 'httpMethod' => 'POST', 'parameters' => array(), ),'test' => array( 'path' => 'v1alpha1/policies:test', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK3 Z'YYCvendor/google/apiclient-services/src/Google/Service/Devprojects.phpnu[ * This API enables programmatic access to various capabilities exposed in the * Google APIs Console (aka DevConsole), including project, team, and auth * management.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Devprojects extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Compute Engine resources. */ const COMPUTE = "https://www.googleapis.com/auth/compute"; public $activationLinks; public $apiconsumers; public $apis; public $controlwidgets; public $domains; public $projects; public $toses; public $users; /** * Constructs the internal representation of the Devprojects service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'devprojects/v1/'; $this->version = 'v1'; $this->serviceName = 'devprojects'; $this->activationLinks = new Google_Service_Devprojects_Resource_ActivationLinks( $this, $this->serviceName, 'activationLinks', array( 'methods' => array( 'insert' => array( 'path' => 'activationLinks', 'httpMethod' => 'POST', 'parameters' => array( 'user' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'validate' => array( 'path' => 'activationLinks/validate', 'httpMethod' => 'POST', 'parameters' => array( 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apiconsumers = new Google_Service_Devprojects_Resource_Apiconsumers( $this, $this->serviceName, 'apiconsumers', array( 'methods' => array( 'delete' => array( 'path' => 'apiconsumers', 'httpMethod' => 'DELETE', 'parameters' => array( 'apiIdToken' => array( 'location' => 'query', 'type' => 'string', ), 'consumerProjectId' => array( 'location' => 'query', 'type' => 'string', ), 'producerProjectId' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'apiconsumers', 'httpMethod' => 'POST', 'parameters' => array( 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'apiconsumers', 'httpMethod' => 'GET', 'parameters' => array( 'apiIdToken' => array( 'location' => 'query', 'type' => 'string', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'producerProjectId' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'apiconsumers', 'httpMethod' => 'PUT', 'parameters' => array( 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apis = new Google_Service_Devprojects_Resource_Apis( $this, $this->serviceName, 'apis', array( 'methods' => array( 'get' => array( 'path' => 'apis/{apisId}', 'httpMethod' => 'GET', 'parameters' => array( 'apisId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'apis', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listconsumed' => array( 'path' => 'apis/consumed', 'httpMethod' => 'GET', 'parameters' => array( 'consumerProjectId' => array( 'location' => 'query', 'type' => 'string', ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listproduced' => array( 'path' => 'apis/produced', 'httpMethod' => 'GET', 'parameters' => array( 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'producerProjectId' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->controlwidgets = new Google_Service_Devprojects_Resource_Controlwidgets( $this, $this->serviceName, 'controlwidgets', array( 'methods' => array( 'embed' => array( 'path' => 'controlwidgets/{projectId}/{widgetId}/embed', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'widgetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'kv' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->domains = new Google_Service_Devprojects_Resource_Domains( $this, $this->serviceName, 'domains', array( 'methods' => array( 'get' => array( 'path' => 'domains/{domainsId}', 'httpMethod' => 'GET', 'parameters' => array( 'domainsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'domains', 'httpMethod' => 'POST', 'parameters' => array( 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'domains/{domainsId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'domainsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'domains/{domainsId}', 'httpMethod' => 'PUT', 'parameters' => array( 'domainsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects = new Google_Service_Devprojects_Resource_Projects( $this, $this->serviceName, 'projects', array( 'methods' => array( 'delete' => array( 'path' => 'projects/{projectId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'disableAuthorizationCheck' => array( 'location' => 'query', 'type' => 'boolean', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'developerkeytoprojectid' => array( 'path' => 'projects/developerkey/{developerKey}/toprojectid', 'httpMethod' => 'GET', 'parameters' => array( 'developerKey' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'projects/{projectId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locale' => array( 'location' => 'query', 'type' => 'string', ), 'retrieveCurrentUserRole' => array( 'location' => 'query', 'type' => 'boolean', ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getprojectclientstructure' => array( 'path' => 'projects/getprojectclientstructure', 'httpMethod' => 'POST', 'parameters' => array(), ),'insert' => array( 'path' => 'projects', 'httpMethod' => 'POST', 'parameters' => array( 'initialOwner' => array( 'location' => 'query', 'type' => 'string', ), 'retryRequest' => array( 'location' => 'query', 'type' => 'boolean', ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'projects', 'httpMethod' => 'GET', 'parameters' => array( 'fillSection' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'includeNonActive' => array( 'location' => 'query', 'type' => 'boolean', ), 'includedShard' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requiredApiId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'requiredSection' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'retrieveCurrentUserRole' => array( 'location' => 'query', 'type' => 'boolean', ), 'user' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'notifyowners' => array( 'path' => 'projects/{projectsId}/notifyowners', 'httpMethod' => 'POST', 'parameters' => array( 'projectsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'projects/{projectId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'user' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'stringidtonumericid' => array( 'path' => 'projects/stringid/{project}/tonumericid', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'projects/{projectId}/undelete', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'projects/{projectId}', 'httpMethod' => 'PUT', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'user' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->toses = new Google_Service_Devprojects_Resource_Toses( $this, $this->serviceName, 'toses', array( 'methods' => array( 'accept' => array( 'path' => 'toses/accept', 'httpMethod' => 'POST', 'parameters' => array( 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'check' => array( 'path' => 'toses/check', 'httpMethod' => 'POST', 'parameters' => array( 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'toses/{tosId}', 'httpMethod' => 'GET', 'parameters' => array( 'tosId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'toses', 'httpMethod' => 'GET', 'parameters' => array( 'apiKey' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), 'user' => array( 'location' => 'query', 'type' => 'string', ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users = new Google_Service_Devprojects_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'get' => array( 'path' => 'users/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'users/{userId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'users/{userId}', 'httpMethod' => 'PUT', 'parameters' => array( 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'section' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'whitelistId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK3 ZN1X  ivendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.phpnu[description = $description; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getDescription() { return $this->description; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) { $this->name = $name; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getName() { return $this->name; } public function setPointValue($pointValue) { $this->pointValue = $pointValue; } public function getPointValue() { return $this->pointValue; } public function setSortRank($sortRank) { $this->sortRank = $sortRank; } public function getSortRank() { return $this->sortRank; } } PK3 Zu cvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfiguration.phpnu[achievementType = $achievementType; } public function getAchievementType() { return $this->achievementType; } /** * @param Google_Service_GamesConfiguration_AchievementConfigurationDetail */ public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft) { $this->draft = $draft; } /** * @return Google_Service_GamesConfiguration_AchievementConfigurationDetail */ public function getDraft() { return $this->draft; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInitialState($initialState) { $this->initialState = $initialState; } public function getInitialState() { return $this->initialState; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesConfiguration_AchievementConfigurationDetail */ public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published) { $this->published = $published; } /** * @return Google_Service_GamesConfiguration_AchievementConfigurationDetail */ public function getPublished() { return $this->published; } public function setStepsToUnlock($stepsToUnlock) { $this->stepsToUnlock = $stepsToUnlock; } public function getStepsToUnlock() { return $this->stepsToUnlock; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } } PK3 ZvNovendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.phpnu[items = $items; } /** * @return Google_Service_GamesConfiguration_AchievementConfiguration[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 ZVa88`vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedStringBundle.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesConfiguration_LocalizedString[] */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return Google_Service_GamesConfiguration_LocalizedString[] */ public function getTranslations() { return $this->translations; } } PK3 Zdbbmvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.phpnu[ * $gamesConfigurationService = new Google_Service_GamesConfiguration(...); * $achievementConfigurations = $gamesConfigurationService->achievementConfigurations; * */ class Google_Service_GamesConfiguration_Resource_AchievementConfigurations extends Google_Service_Resource { /** * Delete the achievement configuration with the given ID. * (achievementConfigurations.delete) * * @param string $achievementId The ID of the achievement used by this method. * @param array $optParams Optional parameters. */ public function delete($achievementId, $optParams = array()) { $params = array('achievementId' => $achievementId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the metadata of the achievement configuration with the given ID. * (achievementConfigurations.get) * * @param string $achievementId The ID of the achievement used by this method. * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_AchievementConfiguration */ public function get($achievementId, $optParams = array()) { $params = array('achievementId' => $achievementId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); } /** * Insert a new achievement configuration in this application. * (achievementConfigurations.insert) * * @param string $applicationId The application ID from the Google Play * developer console. * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_AchievementConfiguration */ public function insert($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) { $params = array('applicationId' => $applicationId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); } /** * Returns a list of the achievement configurations in this application. * (achievementConfigurations.listAchievementConfigurations) * * @param string $applicationId The application ID from the Google Play * developer console. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of resource configurations to * return in the response, used for paging. For any response, the actual number * of resources returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_GamesConfiguration_AchievementConfigurationListResponse */ public function listAchievementConfigurations($applicationId, $optParams = array()) { $params = array('applicationId' => $applicationId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse"); } /** * Update the metadata of the achievement configuration with the given ID. * (achievementConfigurations.update) * * @param string $achievementId The ID of the achievement used by this method. * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_AchievementConfiguration */ public function update($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) { $params = array('achievementId' => $achievementId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); } } PK3 ZrQ`gvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/ImageConfigurations.phpnu[ * $gamesConfigurationService = new Google_Service_GamesConfiguration(...); * $imageConfigurations = $gamesConfigurationService->imageConfigurations; * */ class Google_Service_GamesConfiguration_Resource_ImageConfigurations extends Google_Service_Resource { /** * Uploads an image for a resource with the given ID and image type. * (imageConfigurations.upload) * * @param string $resourceId The ID of the resource used by this method. * @param string $imageType Selects which image in a resource for this method. * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_ImageConfiguration */ public function upload($resourceId, $imageType, $optParams = array()) { $params = array('resourceId' => $resourceId, 'imageType' => $imageType); $params = array_merge($params, $optParams); return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration"); } } PK3 Z&&mvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/LeaderboardConfigurations.phpnu[ * $gamesConfigurationService = new Google_Service_GamesConfiguration(...); * $leaderboardConfigurations = $gamesConfigurationService->leaderboardConfigurations; * */ class Google_Service_GamesConfiguration_Resource_LeaderboardConfigurations extends Google_Service_Resource { /** * Delete the leaderboard configuration with the given ID. * (leaderboardConfigurations.delete) * * @param string $leaderboardId The ID of the leaderboard. * @param array $optParams Optional parameters. */ public function delete($leaderboardId, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves the metadata of the leaderboard configuration with the given ID. * (leaderboardConfigurations.get) * * @param string $leaderboardId The ID of the leaderboard. * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_LeaderboardConfiguration */ public function get($leaderboardId, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); } /** * Insert a new leaderboard configuration in this application. * (leaderboardConfigurations.insert) * * @param string $applicationId The application ID from the Google Play * developer console. * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_LeaderboardConfiguration */ public function insert($applicationId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) { $params = array('applicationId' => $applicationId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); } /** * Returns a list of the leaderboard configurations in this application. * (leaderboardConfigurations.listLeaderboardConfigurations) * * @param string $applicationId The application ID from the Google Play * developer console. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of resource configurations to * return in the response, used for paging. For any response, the actual number * of resources returned may be less than the specified `maxResults`. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse */ public function listLeaderboardConfigurations($applicationId, $optParams = array()) { $params = array('applicationId' => $applicationId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse"); } /** * Update the metadata of the leaderboard configuration with the given ID. * (leaderboardConfigurations.update) * * @param string $leaderboardId The ID of the leaderboard. * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody * @param array $optParams Optional parameters. * @return Google_Service_GamesConfiguration_LeaderboardConfiguration */ public function update($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) { $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); } } PK3 Z{ٺ))]vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.phpnu[imageType = $imageType; } public function getImageType() { return $this->imageType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK3 Z ovendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.phpnu[items = $items; } /** * @return Google_Service_GamesConfiguration_LeaderboardConfiguration[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 Z3i:b b hvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.phpnu[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; } } PK3 ZIAggZvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 ZE\;;ivendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNumDecimalPlaces($numDecimalPlaces) { $this->numDecimalPlaces = $numDecimalPlaces; } public function getNumDecimalPlaces() { return $this->numDecimalPlaces; } public function setNumberFormatType($numberFormatType) { $this->numberFormatType = $numberFormatType; } public function getNumberFormatType() { return $this->numberFormatType; } /** * @param Google_Service_GamesConfiguration_GamesNumberAffixConfiguration */ public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix) { $this->suffix = $suffix; } /** * @return Google_Service_GamesConfiguration_GamesNumberAffixConfiguration */ public function getSuffix() { return $this->suffix; } } PK3 ZnQKpivendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.phpnu[iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) { $this->name = $name; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getName() { return $this->name; } /** * @param Google_Service_GamesConfiguration_GamesNumberFormatConfiguration */ public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat) { $this->scoreFormat = $scoreFormat; } /** * @return Google_Service_GamesConfiguration_GamesNumberFormatConfiguration */ public function getScoreFormat() { return $this->scoreFormat; } public function setSortRank($sortRank) { $this->sortRank = $sortRank; } public function getSortRank() { return $this->sortRank; } } PK3 Zl l cvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfiguration.phpnu[draft = $draft; } /** * @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail */ public function getDraft() { return $this->draft; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesConfiguration_LeaderboardConfigurationDetail */ public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published) { $this->published = $published; } /** * @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail */ public function getPublished() { return $this->published; } public function setScoreMax($scoreMax) { $this->scoreMax = $scoreMax; } public function getScoreMax() { return $this->scoreMax; } public function setScoreMin($scoreMin) { $this->scoreMin = $scoreMin; } public function getScoreMin() { return $this->scoreMin; } public function setScoreOrder($scoreOrder) { $this->scoreOrder = $scoreOrder; } public function getScoreOrder() { return $this->scoreOrder; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } } PK3 Z Evendor/google/apiclient-services/src/Google/Service/CloudDebugger.phpnu[ * Examines the call stack and variables of a running application without * stopping or slowing it down.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudDebugger extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Use Stackdriver Debugger. */ const CLOUD_DEBUGGER = "https://www.googleapis.com/auth/cloud_debugger"; public $controller_debuggees; public $controller_debuggees_breakpoints; public $debugger_debuggees; public $debugger_debuggees_breakpoints; /** * Constructs the internal representation of the CloudDebugger service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://clouddebugger.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'clouddebugger'; $this->controller_debuggees = new Google_Service_CloudDebugger_Resource_ControllerDebuggees( $this, $this->serviceName, 'debuggees', array( 'methods' => array( 'register' => array( 'path' => 'v2/controller/debuggees/register', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->controller_debuggees_breakpoints = new Google_Service_CloudDebugger_Resource_ControllerDebuggeesBreakpoints( $this, $this->serviceName, 'breakpoints', array( 'methods' => array( 'list' => array( 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints', 'httpMethod' => 'GET', 'parameters' => array( 'debuggeeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'agentId' => array( 'location' => 'query', 'type' => 'string', ), 'successOnTimeout' => array( 'location' => 'query', 'type' => 'boolean', ), 'waitToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'debuggeeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->debugger_debuggees = new Google_Service_CloudDebugger_Resource_DebuggerDebuggees( $this, $this->serviceName, 'debuggees', array( 'methods' => array( 'list' => array( 'path' => 'v2/debugger/debuggees', 'httpMethod' => 'GET', 'parameters' => array( 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'project' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->debugger_debuggees_breakpoints = new Google_Service_CloudDebugger_Resource_DebuggerDebuggeesBreakpoints( $this, $this->serviceName, 'breakpoints', array( 'methods' => array( 'delete' => array( 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'debuggeeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'breakpointId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}', 'httpMethod' => 'GET', 'parameters' => array( 'debuggeeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'breakpointId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints', 'httpMethod' => 'GET', 'parameters' => array( 'debuggeeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'action.value' => array( 'location' => 'query', 'type' => 'string', ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), 'includeAllUsers' => array( 'location' => 'query', 'type' => 'boolean', ), 'includeInactive' => array( 'location' => 'query', 'type' => 'boolean', ), 'stripResults' => array( 'location' => 'query', 'type' => 'boolean', ), 'waitToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'set' => array( 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/set', 'httpMethod' => 'POST', 'parameters' => array( 'debuggeeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'canaryOption' => array( 'location' => 'query', 'type' => 'string', ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK3 ZZONJvendor/google/apiclient-services/src/Google/Service/GamesConfiguration.phpnu[ * The Google Play Game Services Publishing API allows developers to configure * their games in Game Services.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_GamesConfiguration extends Google_Service { /** View and manage your Google Play Developer account. */ const ANDROIDPUBLISHER = "https://www.googleapis.com/auth/androidpublisher"; public $achievementConfigurations; public $imageConfigurations; public $leaderboardConfigurations; /** * Constructs the internal representation of the GamesConfiguration service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://gamesconfiguration.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1configuration'; $this->serviceName = 'gamesConfiguration'; $this->achievementConfigurations = new Google_Service_GamesConfiguration_Resource_AchievementConfigurations( $this, $this->serviceName, 'achievementConfigurations', array( 'methods' => array( 'delete' => array( 'path' => 'games/v1configuration/achievements/{achievementId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'games/v1configuration/achievements/{achievementId}', 'httpMethod' => 'GET', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'games/v1configuration/applications/{applicationId}/achievements', 'httpMethod' => 'POST', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'games/v1configuration/applications/{applicationId}/achievements', 'httpMethod' => 'GET', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'games/v1configuration/achievements/{achievementId}', 'httpMethod' => 'PUT', 'parameters' => array( 'achievementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->imageConfigurations = new Google_Service_GamesConfiguration_Resource_ImageConfigurations( $this, $this->serviceName, 'imageConfigurations', array( 'methods' => array( 'upload' => array( 'path' => 'games/v1configuration/images/{resourceId}/imageType/{imageType}', 'httpMethod' => 'POST', 'parameters' => array( 'resourceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'imageType' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_Resource_LeaderboardConfigurations( $this, $this->serviceName, 'leaderboardConfigurations', array( 'methods' => array( 'delete' => array( 'path' => 'games/v1configuration/leaderboards/{leaderboardId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'games/v1configuration/leaderboards/{leaderboardId}', 'httpMethod' => 'GET', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'games/v1configuration/applications/{applicationId}/leaderboards', 'httpMethod' => 'POST', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'games/v1configuration/applications/{applicationId}/leaderboards', 'httpMethod' => 'GET', 'parameters' => array( 'applicationId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'games/v1configuration/leaderboards/{leaderboardId}', 'httpMethod' => 'PUT', 'parameters' => array( 'leaderboardId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK3 ZFE|B|BUvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService.phpnu[ * Manage Cloud Database Migration Service resources on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudDatabaseMigrationService extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_connectionProfiles; public $projects_locations_migrationJobs; public $projects_locations_operations; /** * Constructs the internal representation of the CloudDatabaseMigrationService * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://datamigration.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1beta1'; $this->serviceName = 'datamigration'; $this->projects_locations = new Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations_connectionProfiles = new Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocationsConnectionProfiles( $this, $this->serviceName, 'connectionProfiles', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/connectionProfiles', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'connectionProfileId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/connectionProfiles', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_migrationJobs = new Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocationsMigrationJobs( $this, $this->serviceName, 'migrationJobs', array( 'methods' => array( 'create' => array( 'path' => 'v1beta1/{+parent}/migrationJobs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'migrationJobId' => array( 'location' => 'query', 'type' => 'string', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'force' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'generateSshScript' => array( 'path' => 'v1beta1/{+migrationJob}:generateSshScript', 'httpMethod' => 'POST', 'parameters' => array( 'migrationJob' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/migrationJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'requestId' => array( 'location' => 'query', 'type' => 'string', ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'promote' => array( 'path' => 'v1beta1/{+name}:promote', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'restart' => array( 'path' => 'v1beta1/{+name}:restart', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'resume' => array( 'path' => 'v1beta1/{+name}:resume', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'start' => array( 'path' => 'v1beta1/{+name}:start', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'stop' => array( 'path' => 'v1beta1/{+name}:stop', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'verify' => array( 'path' => 'v1beta1/{+name}:verify', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudDatabaseMigrationService_Resource_ProjectsLocationsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1beta1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK3 ZTvendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.phpnu[keyName = $keyName; } public function getKeyName() { return $this->keyName; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK3 Z Uvendor/google/apiclient-services/src/Google/Service/Container/ReservationAffinity.phpnu[consumeReservationType = $consumeReservationType; } public function getConsumeReservationType() { return $this->consumeReservationType; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK3 Z{>  Xvendor/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRotateCredentials($rotateCredentials) { $this->rotateCredentials = $rotateCredentials; } public function getRotateCredentials() { return $this->rotateCredentials; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZLOvendor/google/apiclient-services/src/Google/Service/Container/ResourceLimit.phpnu[maximum = $maximum; } public function getMaximum() { return $this->maximum; } public function setMinimum($minimum) { $this->minimum = $minimum; } public function getMinimum() { return $this->minimum; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK3 ZDP[KKSvendor/google/apiclient-services/src/Google/Service/Container/DefaultSnatStatus.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } } PK3 Z4e&m'']vendor/google/apiclient-services/src/Google/Service/Container/SetMaintenancePolicyRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } /** * @param Google_Service_Container_MaintenancePolicy */ public function setMaintenancePolicy(Google_Service_Container_MaintenancePolicy $maintenancePolicy) { $this->maintenancePolicy = $maintenancePolicy; } /** * @return Google_Service_Container_MaintenancePolicy */ public function getMaintenancePolicy() { return $this->maintenancePolicy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z{|MMUvendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicyConfig.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } } PK3 Z,?  Kvendor/google/apiclient-services/src/Google/Service/Container/CidrBlock.phpnu[cidrBlock = $cidrBlock; } public function getCidrBlock() { return $this->cidrBlock; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } } PK3 Z@7Lvendor/google/apiclient-services/src/Google/Service/Container/TimeWindow.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK3 ZeyAAPvendor/google/apiclient-services/src/Google/Service/Container/ReleaseChannel.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } } PK3 Z(:`vendor/google/apiclient-services/src/Google/Service/Container/MasterAuthorizedNetworksConfig.phpnu[cidrBlocks = $cidrBlocks; } /** * @return Google_Service_Container_CidrBlock[] */ public function getCidrBlocks() { return $this->cidrBlocks; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 Z#׉Hvendor/google/apiclient-services/src/Google/Service/Container/PubSub.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } } PK3 ZRvendor/google/apiclient-services/src/Google/Service/Container/SetLabelsRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setResourceLabels($resourceLabels) { $this->resourceLabels = $resourceLabels; } public function getResourceLabels() { return $this->resourceLabels; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z,+|NNNvendor/google/apiclient-services/src/Google/Service/Container/UpgradeEvent.phpnu[currentVersion = $currentVersion; } public function getCurrentVersion() { return $this->currentVersion; } public function setOperation($operation) { $this->operation = $operation; } public function getOperation() { return $this->operation; } public function setOperationStartTime($operationStartTime) { $this->operationStartTime = $operationStartTime; } public function getOperationStartTime() { return $this->operationStartTime; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } public function setTargetVersion($targetVersion) { $this->targetVersion = $targetVersion; } public function getTargetVersion() { return $this->targetVersion; } } PK3 ZʠSvendor/google/apiclient-services/src/Google/Service/Container/MaintenanceWindow.phpnu[dailyMaintenanceWindow = $dailyMaintenanceWindow; } /** * @return Google_Service_Container_DailyMaintenanceWindow */ public function getDailyMaintenanceWindow() { return $this->dailyMaintenanceWindow; } /** * @param Google_Service_Container_TimeWindow[] */ public function setMaintenanceExclusions($maintenanceExclusions) { $this->maintenanceExclusions = $maintenanceExclusions; } /** * @return Google_Service_Container_TimeWindow[] */ public function getMaintenanceExclusions() { return $this->maintenanceExclusions; } /** * @param Google_Service_Container_RecurringTimeWindow */ public function setRecurringWindow(Google_Service_Container_RecurringTimeWindow $recurringWindow) { $this->recurringWindow = $recurringWindow; } /** * @return Google_Service_Container_RecurringTimeWindow */ public function getRecurringWindow() { return $this->recurringWindow; } } PK3 Z#CWvendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.phpnu[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; } } PK3 Z%+Uvendor/google/apiclient-services/src/Google/Service/Container/UpdateMasterRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setMasterVersion($masterVersion) { $this->masterVersion = $masterVersion; } public function getMasterVersion() { return $this->masterVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z:9LL[vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZI#++Svendor/google/apiclient-services/src/Google/Service/Container/NodeKubeletConfig.phpnu[cpuCfsQuota = $cpuCfsQuota; } public function getCpuCfsQuota() { return $this->cpuCfsQuota; } public function setCpuCfsQuotaPeriod($cpuCfsQuotaPeriod) { $this->cpuCfsQuotaPeriod = $cpuCfsQuotaPeriod; } public function getCpuCfsQuotaPeriod() { return $this->cpuCfsQuotaPeriod; } public function setCpuManagerPolicy($cpuManagerPolicy) { $this->cpuManagerPolicy = $cpuManagerPolicy; } public function getCpuManagerPolicy() { return $this->cpuManagerPolicy; } } PK3 Zyp`vendor/google/apiclient-services/src/Google/Service/Container/HttpCacheControlResponseHeader.phpnu[age = $age; } public function getAge() { return $this->age; } public function setDirective($directive) { $this->directive = $directive; } public function getDirective() { return $this->directive; } public function setExpires($expires) { $this->expires = $expires; } public function getExpires() { return $this->expires; } } PK3 Z YEvendor/google/apiclient-services/src/Google/Service/Container/Jwk.phpnu[alg = $alg; } public function getAlg() { return $this->alg; } public function setCrv($crv) { $this->crv = $crv; } public function getCrv() { return $this->crv; } public function setE($e) { $this->e = $e; } public function getE() { return $this->e; } public function setKid($kid) { $this->kid = $kid; } public function getKid() { return $this->kid; } public function setKty($kty) { $this->kty = $kty; } public function getKty() { return $this->kty; } public function setN($n) { $this->n = $n; } public function getN() { return $this->n; } public function setUse($use) { $this->use = $use; } public function getUse() { return $this->use; } public function setX($x) { $this->x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } PK3 Z<<Kvendor/google/apiclient-services/src/Google/Service/Container/Autopilot.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZնPKKSvendor/google/apiclient-services/src/Google/Service/Container/HttpLoadBalancing.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } } PK3 ZČXYvendor/google/apiclient-services/src/Google/Service/Container/ClientCertificateConfig.phpnu[issueClientCertificate = $issueClientCertificate; } public function getIssueClientCertificate() { return $this->issueClientCertificate; } } PK3 Z\Ovendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicy.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } } PK3 Z+  Nvendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.phpnu[channels = $channels; } /** * @return Google_Service_Container_ReleaseChannelConfig[] */ public function getChannels() { return $this->channels; } public function setDefaultClusterVersion($defaultClusterVersion) { $this->defaultClusterVersion = $defaultClusterVersion; } public function getDefaultClusterVersion() { return $this->defaultClusterVersion; } public function setDefaultImageType($defaultImageType) { $this->defaultImageType = $defaultImageType; } public function getDefaultImageType() { return $this->defaultImageType; } public function setValidImageTypes($validImageTypes) { $this->validImageTypes = $validImageTypes; } public function getValidImageTypes() { return $this->validImageTypes; } public function setValidMasterVersions($validMasterVersions) { $this->validMasterVersions = $validMasterVersions; } public function getValidMasterVersions() { return $this->validMasterVersions; } public function setValidNodeVersions($validNodeVersions) { $this->validNodeVersions = $validNodeVersions; } public function getValidNodeVersions() { return $this->validNodeVersions; } } PK3 ZF **Pvendor/google/apiclient-services/src/Google/Service/Container/CloudRunConfig.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setLoadBalancerType($loadBalancerType) { $this->loadBalancerType = $loadBalancerType; } public function getLoadBalancerType() { return $this->loadBalancerType; } } PK3 Z/[Vvendor/google/apiclient-services/src/Google/Service/Container/ListClustersResponse.phpnu[clusters = $clusters; } /** * @return Google_Service_Container_Cluster[] */ public function getClusters() { return $this->clusters; } public function setMissingZones($missingZones) { $this->missingZones = $missingZones; } public function getMissingZones() { return $this->missingZones; } } PK3 Z!!Lvendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.phpnu[accelerators = $accelerators; } /** * @return Google_Service_Container_AcceleratorConfig[] */ public function getAccelerators() { return $this->accelerators; } public function setBootDiskKmsKey($bootDiskKmsKey) { $this->bootDiskKmsKey = $bootDiskKmsKey; } public function getBootDiskKmsKey() { return $this->bootDiskKmsKey; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setImageType($imageType) { $this->imageType = $imageType; } public function getImageType() { return $this->imageType; } /** * @param Google_Service_Container_NodeKubeletConfig */ public function setKubeletConfig(Google_Service_Container_NodeKubeletConfig $kubeletConfig) { $this->kubeletConfig = $kubeletConfig; } /** * @return Google_Service_Container_NodeKubeletConfig */ public function getKubeletConfig() { return $this->kubeletConfig; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Container_LinuxNodeConfig */ public function setLinuxNodeConfig(Google_Service_Container_LinuxNodeConfig $linuxNodeConfig) { $this->linuxNodeConfig = $linuxNodeConfig; } /** * @return Google_Service_Container_LinuxNodeConfig */ public function getLinuxNodeConfig() { return $this->linuxNodeConfig; } public function setLocalSsdCount($localSsdCount) { $this->localSsdCount = $localSsdCount; } public function getLocalSsdCount() { return $this->localSsdCount; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setNodeGroup($nodeGroup) { $this->nodeGroup = $nodeGroup; } public function getNodeGroup() { return $this->nodeGroup; } public function setOauthScopes($oauthScopes) { $this->oauthScopes = $oauthScopes; } public function getOauthScopes() { return $this->oauthScopes; } public function setPreemptible($preemptible) { $this->preemptible = $preemptible; } public function getPreemptible() { return $this->preemptible; } /** * @param Google_Service_Container_ReservationAffinity */ public function setReservationAffinity(Google_Service_Container_ReservationAffinity $reservationAffinity) { $this->reservationAffinity = $reservationAffinity; } /** * @return Google_Service_Container_ReservationAffinity */ public function getReservationAffinity() { return $this->reservationAffinity; } /** * @param Google_Service_Container_SandboxConfig */ public function setSandboxConfig(Google_Service_Container_SandboxConfig $sandboxConfig) { $this->sandboxConfig = $sandboxConfig; } /** * @return Google_Service_Container_SandboxConfig */ public function getSandboxConfig() { return $this->sandboxConfig; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_Container_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Container_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Container_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } /** * @param Google_Service_Container_NodeTaint[] */ public function setTaints($taints) { $this->taints = $taints; } /** * @return Google_Service_Container_NodeTaint[] */ public function getTaints() { return $this->taints; } /** * @param Google_Service_Container_WorkloadMetadataConfig */ public function setWorkloadMetadataConfig(Google_Service_Container_WorkloadMetadataConfig $workloadMetadataConfig) { $this->workloadMetadataConfig = $workloadMetadataConfig; } /** * @return Google_Service_Container_WorkloadMetadataConfig */ public function getWorkloadMetadataConfig() { return $this->workloadMetadataConfig; } } PK3 ZԹ.==Lvendor/google/apiclient-services/src/Google/Service/Container/LegacyAbac.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 Zy)Yvendor/google/apiclient-services/src/Google/Service/Container/SetNetworkPolicyRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Container_NetworkPolicy */ public function setNetworkPolicy(Google_Service_Container_NetworkPolicy $networkPolicy) { $this->networkPolicy = $networkPolicy; } /** * @return Google_Service_Container_NetworkPolicy */ public function getNetworkPolicy() { return $this->networkPolicy; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZВ44Xvendor/google/apiclient-services/src/Google/Service/Container/WorkloadMetadataConfig.phpnu[mode = $mode; } public function getMode() { return $this->mode; } } PK3 ZLL[vendor/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 Zc Yvendor/google/apiclient-services/src/Google/Service/Container/GetOpenIDConfigResponse.phpnu[ "claims_supported", "grantTypes" => "grant_types", "idTokenSigningAlgValuesSupported" => "id_token_signing_alg_values_supported", "jwksUri" => "jwks_uri", "responseTypesSupported" => "response_types_supported", "subjectTypesSupported" => "subject_types_supported", ); protected $cacheHeaderType = 'Google_Service_Container_HttpCacheControlResponseHeader'; protected $cacheHeaderDataType = ''; public $claimsSupported; public $grantTypes; public $idTokenSigningAlgValuesSupported; public $issuer; public $jwksUri; public $responseTypesSupported; public $subjectTypesSupported; /** * @param Google_Service_Container_HttpCacheControlResponseHeader */ public function setCacheHeader(Google_Service_Container_HttpCacheControlResponseHeader $cacheHeader) { $this->cacheHeader = $cacheHeader; } /** * @return Google_Service_Container_HttpCacheControlResponseHeader */ public function getCacheHeader() { return $this->cacheHeader; } public function setClaimsSupported($claimsSupported) { $this->claimsSupported = $claimsSupported; } public function getClaimsSupported() { return $this->claimsSupported; } public function setGrantTypes($grantTypes) { $this->grantTypes = $grantTypes; } public function getGrantTypes() { return $this->grantTypes; } public function setIdTokenSigningAlgValuesSupported($idTokenSigningAlgValuesSupported) { $this->idTokenSigningAlgValuesSupported = $idTokenSigningAlgValuesSupported; } public function getIdTokenSigningAlgValuesSupported() { return $this->idTokenSigningAlgValuesSupported; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setJwksUri($jwksUri) { $this->jwksUri = $jwksUri; } public function getJwksUri() { return $this->jwksUri; } public function setResponseTypesSupported($responseTypesSupported) { $this->responseTypesSupported = $responseTypesSupported; } public function getResponseTypesSupported() { return $this->responseTypesSupported; } public function setSubjectTypesSupported($subjectTypesSupported) { $this->subjectTypesSupported = $subjectTypesSupported; } public function getSubjectTypesSupported() { return $this->subjectTypesSupported; } } PK3 ZIIXvendor/google/apiclient-services/src/Google/Service/Container/VerticalPodAutoscaling.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 Z++Ovendor/google/apiclient-services/src/Google/Service/Container/SandboxConfig.phpnu[type = $type; } public function getType() { return $this->type; } } PK3 ZeVvendor/google/apiclient-services/src/Google/Service/Container/CreateClusterRequest.phpnu[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; } } PK3 Zƈ22Xvendor/google/apiclient-services/src/Google/Service/Container/CancelOperationRequest.phpnu[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; } } PK3 ZllXvendor/google/apiclient-services/src/Google/Service/Container/WorkloadIdentityConfig.phpnu[workloadPool = $workloadPool; } public function getWorkloadPool() { return $this->workloadPool; } } PK3 ZFFUvendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZeTTUvendor/google/apiclient-services/src/Google/Service/Container/BigQueryDestination.phpnu[datasetId = $datasetId; } public function getDatasetId() { return $this->datasetId; } } PK3 Z^K\vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocations.phpnu[ * $containerService = new Google_Service_Container(...); * $locations = $containerService->locations; * */ class Google_Service_Container_Resource_ProjectsLocations extends Google_Service_Resource { /** * Returns configuration info about the Google Kubernetes Engine service. * (locations.getServerConfig) * * @param string $name The name (project and location) of the server config to * get, specified in the format `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been * deprecated and replaced by the name field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) to return * operations for. This field has been deprecated and replaced by the name * field. * @return Google_Service_Container_ServerConfig */ public function getServerConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getServerConfig', array($params), "Google_Service_Container_ServerConfig"); } } PK3 ZՐK7K7ivendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.phpnu[ * $containerService = new Google_Service_Container(...); * $nodePools = $containerService->nodePools; * */ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends Google_Service_Resource { /** * Sets the autoscaling settings for the specified node pool. * (nodePools.autoscaling) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param string $nodePoolId Deprecated. The name of the node pool to upgrade. * This field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetNodePoolAutoscalingRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function autoscaling($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_SetNodePoolAutoscalingRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('autoscaling', array($params), "Google_Service_Container_Operation"); } /** * Creates a node pool for a cluster. (nodePools.create) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the parent field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the parent * field. * @param string $clusterId Deprecated. The name of the cluster. This field has * been deprecated and replaced by the parent field. * @param Google_Service_Container_CreateNodePoolRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function create($projectId, $zone, $clusterId, Google_Service_Container_CreateNodePoolRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Container_Operation"); } /** * Deletes a node pool from a cluster. (nodePools.delete) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster. This field has * been deprecated and replaced by the name field. * @param string $nodePoolId Deprecated. The name of the node pool to delete. * This field has been deprecated and replaced by the name field. * @param array $optParams Optional parameters. * * @opt_param string name The name (project, location, cluster, node pool id) of * the node pool to delete. Specified in the format * `projects/locations/clusters/nodePools`. * @return Google_Service_Container_Operation */ public function delete($projectId, $zone, $clusterId, $nodePoolId, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Container_Operation"); } /** * Retrieves the requested node pool. (nodePools.get) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster. This field has * been deprecated and replaced by the name field. * @param string $nodePoolId Deprecated. The name of the node pool. This field * has been deprecated and replaced by the name field. * @param array $optParams Optional parameters. * * @opt_param string name The name (project, location, cluster, node pool id) of * the node pool to get. Specified in the format * `projects/locations/clusters/nodePools`. * @return Google_Service_Container_NodePool */ public function get($projectId, $zone, $clusterId, $nodePoolId, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Container_NodePool"); } /** * Lists the node pools for a cluster. * (nodePools.listProjectsZonesClustersNodePools) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the parent field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the parent * field. * @param string $clusterId Deprecated. The name of the cluster. This field has * been deprecated and replaced by the parent field. * @param array $optParams Optional parameters. * * @opt_param string parent The parent (project, location, cluster id) where the * node pools will be listed. Specified in the format * `projects/locations/clusters`. * @return Google_Service_Container_ListNodePoolsResponse */ public function listProjectsZonesClustersNodePools($projectId, $zone, $clusterId, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListNodePoolsResponse"); } /** * Rolls back a previously Aborted or Failed NodePool upgrade. This makes no * changes if the last upgrade successfully completed. (nodePools.rollback) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to rollback. * This field has been deprecated and replaced by the name field. * @param string $nodePoolId Deprecated. The name of the node pool to rollback. * This field has been deprecated and replaced by the name field. * @param Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function rollback($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rollback', array($params), "Google_Service_Container_Operation"); } /** * Sets the NodeManagement options for a node pool. (nodePools.setManagement) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to update. This * field has been deprecated and replaced by the name field. * @param string $nodePoolId Deprecated. The name of the node pool to update. * This field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetNodePoolManagementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setManagement($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_SetNodePoolManagementRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setManagement', array($params), "Google_Service_Container_Operation"); } /** * Sets the size for a specific node pool. The new size will be used for all * replicas, including future replicas created by modifying NodePool.locations. * (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](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to update. This * field has been deprecated and replaced by the name field. * @param string $nodePoolId Deprecated. The name of the node pool to update. * This field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetNodePoolSizeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setSize($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_SetNodePoolSizeRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSize', array($params), "Google_Service_Container_Operation"); } /** * Updates the version and/or image type for the specified node pool. * (nodePools.update) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/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"); } } PK3 Z,x]vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregated.phpnu[ * $containerService = new Google_Service_Container(...); * $aggregated = $containerService->aggregated; * */ class Google_Service_Container_Resource_ProjectsAggregated extends Google_Service_Resource { } PK3 Z'fvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.phpnu[ * $containerService = new Google_Service_Container(...); * $operations = $containerService->operations; * */ class Google_Service_Container_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Cancels the specified operation. (operations.cancel) * * @param string $name The name (project, location, operation id) of the * operation to cancel. Specified in the format `projects/locations/operations`. * @param Google_Service_Container_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_ContainerEmpty */ public function cancel($name, Google_Service_Container_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Container_ContainerEmpty"); } /** * Gets the specified operation. (operations.get) * * @param string $name The name (project, location, operation id) of the * operation to get. Specified in the format `projects/locations/operations`. * @param array $optParams Optional parameters. * * @opt_param string operationId Deprecated. The server-assigned `name` of the * operation. This field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been * deprecated and replaced by the name field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @return Google_Service_Container_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Container_Operation"); } /** * Lists all operations in a project in a specific zone or all zones. * (operations.listProjectsLocationsOperations) * * @param string $parent The parent (project and location) where the operations * will be listed. Specified in the format `projects/locations`. Location "-" * matches all zones and all regions. * @param array $optParams Optional parameters. * * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been * deprecated and replaced by the parent field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) to return * operations for, or `-` for all zones. This field has been deprecated and * replaced by the parent field. * @return Google_Service_Container_ListOperationsResponse */ public function listProjectsLocationsOperations($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); } } PK3 ZxXvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZones.phpnu[ * $containerService = new Google_Service_Container(...); * $zones = $containerService->zones; * */ class Google_Service_Container_Resource_ProjectsZones extends Google_Service_Resource { /** * Returns configuration info about the Google Kubernetes Engine service. * (zones.getServerconfig) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) to return * operations for. This field has been deprecated and replaced by the name * field. * @param array $optParams Optional parameters. * * @opt_param string name The name (project and location) of the server config * to get, specified in the format `projects/locations`. * @return Google_Service_Container_ServerConfig */ public function getServerconfig($projectId, $zone, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('getServerconfig', array($params), "Google_Service_Container_ServerConfig"); } } PK3 ZI䕴nnbvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.phpnu[ * $containerService = new Google_Service_Container(...); * $operations = $containerService->operations; * */ class Google_Service_Container_Resource_ProjectsZonesOperations extends Google_Service_Resource { /** * Cancels the specified operation. (operations.cancel) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * operation resides. This field has been deprecated and replaced by the name * field. * @param string $operationId Deprecated. The server-assigned `name` of the * operation. This field has been deprecated and replaced by the name field. * @param Google_Service_Container_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_ContainerEmpty */ public function cancel($projectId, $zone, $operationId, Google_Service_Container_CancelOperationRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_Container_ContainerEmpty"); } /** * Gets the specified operation. (operations.get) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $operationId Deprecated. The server-assigned `name` of the * operation. This field has been deprecated and replaced by the name field. * @param array $optParams Optional parameters. * * @opt_param string name The name (project, location, operation id) of the * operation to get. Specified in the format `projects/locations/operations`. * @return Google_Service_Container_Operation */ public function get($projectId, $zone, $operationId, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Container_Operation"); } /** * Lists all operations in a project in a specific zone or all zones. * (operations.listProjectsZonesOperations) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the parent field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) to return * operations for, or `-` for all zones. This field has been deprecated and * replaced by the parent field. * @param array $optParams Optional parameters. * * @opt_param string parent The parent (project and location) where the * operations will be listed. Specified in the format `projects/locations`. * Location "-" matches all zones and all regions. * @return Google_Service_Container_ListOperationsResponse */ public function listProjectsZonesOperations($projectId, $zone, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); } } PK3 ZS*v##mvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersWellKnown.phpnu[ * $containerService = new Google_Service_Container(...); * $well_known = $containerService->well_known; * */ class Google_Service_Container_Resource_ProjectsLocationsClustersWellKnown extends Google_Service_Resource { /** * Gets the OIDC discovery document for the cluster. See the [OpenID Connect * Discovery 1.0 specification](https://openid.net/specs/openid-connect- * discovery-1_0.html) for details. This API is not yet intended for general * use, and is not available for all clusters. (well- * known.getOpenidConfiguration) * * @param string $parent The cluster (project, location, cluster id) to get the * discovery document for. Specified in the format * `projects/locations/clusters`. * @param array $optParams Optional parameters. * @return Google_Service_Container_GetOpenIDConfigResponse */ public function getOpenidConfiguration($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getOpenid-configuration', array($params), "Google_Service_Container_GetOpenIDConfigResponse"); } } PK3 Z.Α[[`vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClusters.phpnu[ * $containerService = new Google_Service_Container(...); * $clusters = $containerService->clusters; * */ class Google_Service_Container_Resource_ProjectsZonesClusters extends Google_Service_Resource { /** * Sets the addons for a specific cluster. (clusters.addons) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetAddonsConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function addons($projectId, $zone, $clusterId, Google_Service_Container_SetAddonsConfigRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addons', array($params), "Google_Service_Container_Operation"); } /** * Completes master IP rotation. (clusters.completeIpRotation) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/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](https://cloud.google.com/compute/docs/networks-and- * firewalls#networks). One firewall is added for the cluster. After cluster * creation, the Kubelet creates routes for each node to allow the containers on * that node to communicate with all other instances in the cluster. Finally, an * entry is added to the project's global metadata indicating which CIDR range * the cluster is using. (clusters.create) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the parent field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the parent * field. * @param Google_Service_Container_CreateClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function create($projectId, $zone, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Container_Operation"); } /** * Deletes the cluster, including the Kubernetes endpoint and all worker nodes. * Firewalls and routes that were configured during cluster creation are also * deleted. Other Google Compute Engine resources that might be in use by the * cluster, such as load balancer resources, are not deleted if they weren't * present when the cluster was initially created. (clusters.delete) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to delete. This * field has been deprecated and replaced by the name field. * @param array $optParams Optional parameters. * * @opt_param string name The name (project, location, cluster) of the cluster * to delete. Specified in the format `projects/locations/clusters`. * @return Google_Service_Container_Operation */ public function delete($projectId, $zone, $clusterId, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Container_Operation"); } /** * Gets the details of a specific cluster. (clusters.get) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to retrieve. * This field has been deprecated and replaced by the name field. * @param array $optParams Optional parameters. * * @opt_param string name The name (project, location, cluster) of the cluster * to retrieve. Specified in the format `projects/locations/clusters`. * @return Google_Service_Container_Cluster */ public function get($projectId, $zone, $clusterId, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Container_Cluster"); } /** * Enables or disables the ABAC authorization mechanism on a cluster. * (clusters.legacyAbac) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to update. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetLegacyAbacRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function legacyAbac($projectId, $zone, $clusterId, Google_Service_Container_SetLegacyAbacRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('legacyAbac', array($params), "Google_Service_Container_Operation"); } /** * Lists all clusters owned by a project in either the specified zone or all * zones. (clusters.listProjectsZonesClusters) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the parent field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides, or "-" for all zones. This field has been deprecated and * replaced by the parent field. * @param array $optParams Optional parameters. * * @opt_param string parent The parent (project and location) where the clusters * will be listed. Specified in the format `projects/locations`. Location "-" * matches all zones and all regions. * @return Google_Service_Container_ListClustersResponse */ public function listProjectsZonesClusters($projectId, $zone, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); } /** * Sets the locations for a specific cluster. Deprecated. Use * [projects.locations.clusters.update](https://cloud.google.com/kubernetes- * engine/docs/reference/rest/v1/projects.locations.clusters/update) instead. * (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](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetLocationsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function locations($projectId, $zone, $clusterId, Google_Service_Container_SetLocationsRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('locations', array($params), "Google_Service_Container_Operation"); } /** * Sets the logging service for a specific cluster. (clusters.logging) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetLoggingServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function logging($projectId, $zone, $clusterId, Google_Service_Container_SetLoggingServiceRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('logging', array($params), "Google_Service_Container_Operation"); } /** * Updates the master for a specific cluster. (clusters.master) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_UpdateMasterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function master($projectId, $zone, $clusterId, Google_Service_Container_UpdateMasterRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('master', array($params), "Google_Service_Container_Operation"); } /** * Sets the monitoring service for a specific cluster. (clusters.monitoring) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/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](https://cloud.google.com/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 Required. The Google Developers Console [project ID * or project number](https://support.google.com/cloud/answer/6158840). * @param string $zone Required. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. * @param string $clusterId Required. The name of the cluster to update. * @param Google_Service_Container_SetMaintenancePolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setMaintenancePolicy($projectId, $zone, $clusterId, Google_Service_Container_SetMaintenancePolicyRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMaintenancePolicy', array($params), "Google_Service_Container_Operation"); } /** * Sets master auth materials. Currently supports changing the admin password or * a specific cluster, either via password generation or explicitly setting the * password. (clusters.setMasterAuth) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project number](https://support.google.com/cloud/answer/6158840). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_SetMasterAuthRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setMasterAuth($projectId, $zone, $clusterId, Google_Service_Container_SetMasterAuthRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMasterAuth', array($params), "Google_Service_Container_Operation"); } /** * Enables or disables Network Policy for a cluster. (clusters.setNetworkPolicy) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster. This field has * been deprecated and replaced by the name field. * @param Google_Service_Container_SetNetworkPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setNetworkPolicy($projectId, $zone, $clusterId, Google_Service_Container_SetNetworkPolicyRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setNetworkPolicy', array($params), "Google_Service_Container_Operation"); } /** * Starts master IP rotation. (clusters.startIpRotation) * * @param string $projectId Deprecated. The Google Developers Console [project * ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @param string $zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/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](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @param string $clusterId Deprecated. The name of the cluster to upgrade. This * field has been deprecated and replaced by the name field. * @param Google_Service_Container_UpdateClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function update($projectId, $zone, $clusterId, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array()) { $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Container_Operation"); } } PK3 ZBrrSvendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.phpnu[ * $containerService = new Google_Service_Container(...); * $projects = $containerService->projects; * */ class Google_Service_Container_Resource_Projects extends Google_Service_Resource { } PK3 Za&&mvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.phpnu[ * $containerService = new Google_Service_Container(...); * $nodePools = $containerService->nodePools; * */ class Google_Service_Container_Resource_ProjectsLocationsClustersNodePools extends Google_Service_Resource { /** * Creates a node pool for a cluster. (nodePools.create) * * @param string $parent The parent (project, location, cluster id) where the * node pool will be created. Specified in the format * `projects/locations/clusters`. * @param Google_Service_Container_CreateNodePoolRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function create($parent, Google_Service_Container_CreateNodePoolRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Container_Operation"); } /** * Deletes a node pool from a cluster. (nodePools.delete) * * @param string $name The name (project, location, cluster, node pool id) of * the node pool to delete. Specified in the format * `projects/locations/clusters/nodePools`. * @param array $optParams Optional parameters. * * @opt_param string clusterId Deprecated. The name of the cluster. This field * has been deprecated and replaced by the name field. * @opt_param string nodePoolId Deprecated. The name of the node pool to delete. * This field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @return Google_Service_Container_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Container_Operation"); } /** * Retrieves the requested node pool. (nodePools.get) * * @param string $name The name (project, location, cluster, node pool id) of * the node pool to get. Specified in the format * `projects/locations/clusters/nodePools`. * @param array $optParams Optional parameters. * * @opt_param string clusterId Deprecated. The name of the cluster. This field * has been deprecated and replaced by the name field. * @opt_param string nodePoolId Deprecated. The name of the node pool. This * field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the name field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @return Google_Service_Container_NodePool */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Container_NodePool"); } /** * Lists the node pools for a cluster. * (nodePools.listProjectsLocationsClustersNodePools) * * @param string $parent The parent (project, location, cluster id) where the * node pools will be listed. Specified in the format * `projects/locations/clusters`. * @param array $optParams Optional parameters. * * @opt_param string clusterId Deprecated. The name of the cluster. This field * has been deprecated and replaced by the parent field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This * field has been deprecated and replaced by the parent field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the parent * field. * @return Google_Service_Container_ListNodePoolsResponse */ public function listProjectsLocationsClustersNodePools($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListNodePoolsResponse"); } /** * Rolls back a previously Aborted or Failed NodePool upgrade. This makes no * changes if the last upgrade successfully completed. (nodePools.rollback) * * @param string $name The name (project, location, cluster, node pool id) of * the node poll to rollback upgrade. Specified in the format * `projects/locations/clusters/nodePools`. * @param Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function rollback($name, Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('rollback', array($params), "Google_Service_Container_Operation"); } /** * Sets the autoscaling settings for the specified node pool. * (nodePools.setAutoscaling) * * @param string $name The name (project, location, cluster, node pool) of the * node pool to set autoscaler settings. Specified in the format * `projects/locations/clusters/nodePools`. * @param Google_Service_Container_SetNodePoolAutoscalingRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setAutoscaling($name, Google_Service_Container_SetNodePoolAutoscalingRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setAutoscaling', array($params), "Google_Service_Container_Operation"); } /** * Sets the NodeManagement options for a node pool. (nodePools.setManagement) * * @param string $name The name (project, location, cluster, node pool id) of * the node pool to set management properties. Specified in the format * `projects/locations/clusters/nodePools`. * @param Google_Service_Container_SetNodePoolManagementRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setManagement($name, Google_Service_Container_SetNodePoolManagementRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setManagement', array($params), "Google_Service_Container_Operation"); } /** * Sets the size for a specific node pool. The new size will be used for all * replicas, including future replicas created by modifying NodePool.locations. * (nodePools.setSize) * * @param string $name The name (project, location, cluster, node pool id) of * the node pool to set size. Specified in the format * `projects/locations/clusters/nodePools`. * @param Google_Service_Container_SetNodePoolSizeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setSize($name, Google_Service_Container_SetNodePoolSizeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setSize', array($params), "Google_Service_Container_Operation"); } /** * Updates the version and/or image type for the specified node pool. * (nodePools.update) * * @param string $name The name (project, location, cluster, node pool) of the * node pool to update. Specified in the format * `projects/locations/clusters/nodePools`. * @param Google_Service_Container_UpdateNodePoolRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function update($name, Google_Service_Container_UpdateNodePoolRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Container_Operation"); } } PK3 Z+/*B*Bdvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.phpnu[ * $containerService = new Google_Service_Container(...); * $clusters = $containerService->clusters; * */ class Google_Service_Container_Resource_ProjectsLocationsClusters extends Google_Service_Resource { /** * Completes master IP rotation. (clusters.completeIpRotation) * * @param string $name The name (project, location, cluster id) of the cluster * to complete IP rotation. Specified in the format * `projects/locations/clusters`. * @param Google_Service_Container_CompleteIPRotationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function completeIpRotation($name, Google_Service_Container_CompleteIPRotationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('completeIpRotation', array($params), "Google_Service_Container_Operation"); } /** * Creates a cluster, consisting of the specified number and type of Google * Compute Engine instances. By default, the cluster is created in the project's * [default network](https://cloud.google.com/compute/docs/networks-and- * firewalls#networks). One firewall is added for the cluster. After cluster * creation, the Kubelet creates routes for each node to allow the containers on * that node to communicate with all other instances in the cluster. Finally, an * entry is added to the project's global metadata indicating which CIDR range * the cluster is using. (clusters.create) * * @param string $parent The parent (project and location) where the cluster * will be created. Specified in the format `projects/locations`. * @param Google_Service_Container_CreateClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function create($parent, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Container_Operation"); } /** * Deletes the cluster, including the Kubernetes endpoint and all worker nodes. * Firewalls and routes that were configured during cluster creation are also * deleted. Other Google Compute Engine resources that might be in use by the * cluster, such as load balancer resources, are not deleted if they weren't * present when the cluster was initially created. (clusters.delete) * * @param string $name The name (project, location, cluster) of the cluster to * delete. Specified in the format `projects/locations/clusters`. * @param array $optParams Optional parameters. * * @opt_param string clusterId Deprecated. The name of the cluster to delete. * This field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been * deprecated and replaced by the name field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @return Google_Service_Container_Operation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Container_Operation"); } /** * Gets the details of a specific cluster. (clusters.get) * * @param string $name The name (project, location, cluster) of the cluster to * retrieve. Specified in the format `projects/locations/clusters`. * @param array $optParams Optional parameters. * * @opt_param string clusterId Deprecated. The name of the cluster to retrieve. * This field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been * deprecated and replaced by the name field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * @return Google_Service_Container_Cluster */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Container_Cluster"); } /** * Gets the public component of the cluster signing keys in JSON Web Key format. * This API is not yet intended for general use, and is not available for all * clusters. (clusters.getJwks) * * @param string $parent The cluster (project, location, cluster id) to get keys * for. Specified in the format `projects/locations/clusters`. * @param array $optParams Optional parameters. * @return Google_Service_Container_GetJSONWebKeysResponse */ public function getJwks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('getJwks', array($params), "Google_Service_Container_GetJSONWebKeysResponse"); } /** * Lists all clusters owned by a project in either the specified zone or all * zones. (clusters.listProjectsLocationsClusters) * * @param string $parent The parent (project and location) where the clusters * will be listed. Specified in the format `projects/locations`. Location "-" * matches all zones and all regions. * @param array $optParams Optional parameters. * * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been * deprecated and replaced by the parent field. * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides, or "-" for all zones. This field has been deprecated and * replaced by the parent field. * @return Google_Service_Container_ListClustersResponse */ public function listProjectsLocationsClusters($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); } /** * Sets the addons for a specific cluster. (clusters.setAddons) * * @param string $name The name (project, location, cluster) of the cluster to * set addons. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetAddonsConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setAddons($name, Google_Service_Container_SetAddonsConfigRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setAddons', array($params), "Google_Service_Container_Operation"); } /** * Enables or disables the ABAC authorization mechanism on a cluster. * (clusters.setLegacyAbac) * * @param string $name The name (project, location, cluster id) of the cluster * to set legacy abac. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetLegacyAbacRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setLegacyAbac($name, Google_Service_Container_SetLegacyAbacRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLegacyAbac', array($params), "Google_Service_Container_Operation"); } /** * Sets the locations for a specific cluster. Deprecated. Use * [projects.locations.clusters.update](https://cloud.google.com/kubernetes- * engine/docs/reference/rest/v1/projects.locations.clusters/update) instead. * (clusters.setLocations) * * @param string $name The name (project, location, cluster) of the cluster to * set locations. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetLocationsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setLocations($name, Google_Service_Container_SetLocationsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLocations', array($params), "Google_Service_Container_Operation"); } /** * Sets the logging service for a specific cluster. (clusters.setLogging) * * @param string $name The name (project, location, cluster) of the cluster to * set logging. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetLoggingServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setLogging($name, Google_Service_Container_SetLoggingServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setLogging', array($params), "Google_Service_Container_Operation"); } /** * Sets the maintenance policy for a cluster. (clusters.setMaintenancePolicy) * * @param string $name The name (project, location, cluster id) of the cluster * to set maintenance policy. Specified in the format * `projects/locations/clusters`. * @param Google_Service_Container_SetMaintenancePolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setMaintenancePolicy($name, Google_Service_Container_SetMaintenancePolicyRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMaintenancePolicy', array($params), "Google_Service_Container_Operation"); } /** * Sets master auth materials. Currently supports changing the admin password or * a specific cluster, either via password generation or explicitly setting the * password. (clusters.setMasterAuth) * * @param string $name The name (project, location, cluster) of the cluster to * set auth. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetMasterAuthRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setMasterAuth($name, Google_Service_Container_SetMasterAuthRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMasterAuth', array($params), "Google_Service_Container_Operation"); } /** * Sets the monitoring service for a specific cluster. (clusters.setMonitoring) * * @param string $name The name (project, location, cluster) of the cluster to * set monitoring. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetMonitoringServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setMonitoring($name, Google_Service_Container_SetMonitoringServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setMonitoring', array($params), "Google_Service_Container_Operation"); } /** * Enables or disables Network Policy for a cluster. (clusters.setNetworkPolicy) * * @param string $name The name (project, location, cluster id) of the cluster * to set networking policy. Specified in the format * `projects/locations/clusters`. * @param Google_Service_Container_SetNetworkPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setNetworkPolicy($name, Google_Service_Container_SetNetworkPolicyRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setNetworkPolicy', array($params), "Google_Service_Container_Operation"); } /** * Sets labels on a cluster. (clusters.setResourceLabels) * * @param string $name The name (project, location, cluster id) of the cluster * to set labels. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_SetLabelsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function setResourceLabels($name, Google_Service_Container_SetLabelsRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setResourceLabels', array($params), "Google_Service_Container_Operation"); } /** * Starts master IP rotation. (clusters.startIpRotation) * * @param string $name The name (project, location, cluster id) of the cluster * to start IP rotation. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_StartIPRotationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function startIpRotation($name, Google_Service_Container_StartIPRotationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('startIpRotation', array($params), "Google_Service_Container_Operation"); } /** * Updates the settings of a specific cluster. (clusters.update) * * @param string $name The name (project, location, cluster) of the cluster to * update. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_UpdateClusterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function update($name, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Container_Operation"); } /** * Updates the master for a specific cluster. (clusters.updateMaster) * * @param string $name The name (project, location, cluster) of the cluster to * update. Specified in the format `projects/locations/clusters`. * @param Google_Service_Container_UpdateMasterRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Container_Operation */ public function updateMaster($name, Google_Service_Container_UpdateMasterRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateMaster', array($params), "Google_Service_Container_Operation"); } } PK3 ZhJr r nvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregatedUsableSubnetworks.phpnu[ * $containerService = new Google_Service_Container(...); * $usableSubnetworks = $containerService->usableSubnetworks; * */ class Google_Service_Container_Resource_ProjectsAggregatedUsableSubnetworks extends Google_Service_Resource { /** * Lists subnetworks that are usable for creating clusters in a project. * (usableSubnetworks.listProjectsAggregatedUsableSubnetworks) * * @param string $parent The parent project where subnetworks are usable. * Specified in the format `projects`. * @param array $optParams Optional parameters. * * @opt_param string filter Filtering currently only supports equality on the * networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", * where `networkProjectId` is the project which owns the listed subnetworks. * This defaults to the parent project ID. * @opt_param int pageSize The max number of results per page that should be * returned. If the number of available results is larger than `page_size`, a * `next_page_token` is returned which can be used to get the next page of * results in subsequent requests. Acceptable values are 0 to 500, inclusive. * (Default: 500) * @opt_param string pageToken Specifies a page token to use. Set this to the * nextPageToken returned by previous list requests to get the next page of * results. * @return Google_Service_Container_ListUsableSubnetworksResponse */ public function listProjectsAggregatedUsableSubnetworks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Container_ListUsableSubnetworksResponse"); } } PK3 ZENUvendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.phpnu[autoprovisioned = $autoprovisioned; } public function getAutoprovisioned() { return $this->autoprovisioned; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setMaxNodeCount($maxNodeCount) { $this->maxNodeCount = $maxNodeCount; } public function getMaxNodeCount() { return $this->maxNodeCount; } public function setMinNodeCount($minNodeCount) { $this->minNodeCount = $minNodeCount; } public function getMinNodeCount() { return $this->minNodeCount; } } PK3 ZSSbvendor/google/apiclient-services/src/Google/Service/Container/GcePersistentDiskCsiDriverConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZQ>Y Y bvendor/google/apiclient-services/src/Google/Service/Container/AutoprovisioningNodePoolDefaults.phpnu[bootDiskKmsKey = $bootDiskKmsKey; } public function getBootDiskKmsKey() { return $this->bootDiskKmsKey; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } /** * @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 setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setOauthScopes($oauthScopes) { $this->oauthScopes = $oauthScopes; } public function getOauthScopes() { return $this->oauthScopes; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_Container_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Container_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Container_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } /** * @param Google_Service_Container_UpgradeSettings */ public function setUpgradeSettings(Google_Service_Container_UpgradeSettings $upgradeSettings) { $this->upgradeSettings = $upgradeSettings; } /** * @return Google_Service_Container_UpgradeSettings */ public function getUpgradeSettings() { return $this->upgradeSettings; } } PK3 Zh""Svendor/google/apiclient-services/src/Google/Service/Container/MaintenancePolicy.phpnu[resourceVersion = $resourceVersion; } public function getResourceVersion() { return $this->resourceVersion; } /** * @param Google_Service_Container_MaintenanceWindow */ public function setWindow(Google_Service_Container_MaintenanceWindow $window) { $this->window = $window; } /** * @return Google_Service_Container_MaintenanceWindow */ public function getWindow() { return $this->window; } } PK3 ZtuVVWvendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.phpnu[nodePools = $nodePools; } /** * @return Google_Service_Container_NodePool[] */ public function getNodePools() { return $this->nodePools; } } PK3 Z`LL[vendor/google/apiclient-services/src/Google/Service/Container/ResourceUsageExportConfig.phpnu[bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_Container_BigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_Container_ConsumptionMeteringConfig */ public function setConsumptionMeteringConfig(Google_Service_Container_ConsumptionMeteringConfig $consumptionMeteringConfig) { $this->consumptionMeteringConfig = $consumptionMeteringConfig; } /** * @return Google_Service_Container_ConsumptionMeteringConfig */ public function getConsumptionMeteringConfig() { return $this->consumptionMeteringConfig; } public function setEnableNetworkEgressMetering($enableNetworkEgressMetering) { $this->enableNetworkEgressMetering = $enableNetworkEgressMetering; } public function getEnableNetworkEgressMetering() { return $this->enableNetworkEgressMetering; } } PK3 ZN~@@Ovendor/google/apiclient-services/src/Google/Service/Container/ShieldedNodes.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZVvendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.phpnu[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; } } PK3 ZO2œ^vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolManagementRequest.phpnu[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; } } PK3 Zй_vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolAutoscalingRequest.phpnu[autoscaling = $autoscaling; } /** * @return Google_Service_Container_NodePoolAutoscaling */ public function getAutoscaling() { return $this->autoscaling; } public function setClusterId($clusterId) { $this->clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodePoolId($nodePoolId) { $this->nodePoolId = $nodePoolId; } public function getNodePoolId() { return $this->nodePoolId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZS&RRZvendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } } PK3 ZɊ Tvendor/google/apiclient-services/src/Google/Service/Container/ClusterAutoscaling.phpnu[autoprovisioningLocations = $autoprovisioningLocations; } public function getAutoprovisioningLocations() { return $this->autoprovisioningLocations; } /** * @param Google_Service_Container_AutoprovisioningNodePoolDefaults */ public function setAutoprovisioningNodePoolDefaults(Google_Service_Container_AutoprovisioningNodePoolDefaults $autoprovisioningNodePoolDefaults) { $this->autoprovisioningNodePoolDefaults = $autoprovisioningNodePoolDefaults; } /** * @return Google_Service_Container_AutoprovisioningNodePoolDefaults */ public function getAutoprovisioningNodePoolDefaults() { return $this->autoprovisioningNodePoolDefaults; } public function setEnableNodeAutoprovisioning($enableNodeAutoprovisioning) { $this->enableNodeAutoprovisioning = $enableNodeAutoprovisioning; } public function getEnableNodeAutoprovisioning() { return $this->enableNodeAutoprovisioning; } /** * @param Google_Service_Container_ResourceLimit[] */ public function setResourceLimits($resourceLimits) { $this->resourceLimits = $resourceLimits; } /** * @return Google_Service_Container_ResourceLimit[] */ public function getResourceLimits() { return $this->resourceLimits; } } PK3 ZaBHHVvendor/google/apiclient-services/src/Google/Service/Container/SetMasterAuthRequest.phpnu[action = $action; } public function getAction() { return $this->action; } public function setClusterId($clusterId) { $this->clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Container_MasterAuth */ public function setUpdate(Google_Service_Container_MasterAuth $update) { $this->update = $update; } /** * @return Google_Service_Container_MasterAuth */ public function getUpdate() { return $this->update; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z$Zvendor/google/apiclient-services/src/Google/Service/Container/SetLoggingServiceRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setLoggingService($loggingService) { $this->loggingService = $loggingService; } public function getLoggingService() { return $this->loggingService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZMMUvendor/google/apiclient-services/src/Google/Service/Container/KubernetesDashboard.phpnu[disabled = $disabled; } public function getDisabled() { return $this->disabled; } } PK3 Z9s[vendor/google/apiclient-services/src/Google/Service/Container/AuthenticatorGroupsConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setSecurityGroup($securityGroup) { $this->securityGroup = $securityGroup; } public function getSecurityGroup() { return $this->securityGroup; } } PK3 Z**Ovendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.phpnu[defaultSnatStatus = $defaultSnatStatus; } /** * @return Google_Service_Container_DefaultSnatStatus */ public function getDefaultSnatStatus() { return $this->defaultSnatStatus; } public function setEnableIntraNodeVisibility($enableIntraNodeVisibility) { $this->enableIntraNodeVisibility = $enableIntraNodeVisibility; } public function getEnableIntraNodeVisibility() { return $this->enableIntraNodeVisibility; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess) { $this->privateIpv6GoogleAccess = $privateIpv6GoogleAccess; } public function getPrivateIpv6GoogleAccess() { return $this->privateIpv6GoogleAccess; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } } PK3 Z6ΘJvendor/google/apiclient-services/src/Google/Service/Container/NodePool.phpnu[autoscaling = $autoscaling; } /** * @return Google_Service_Container_NodePoolAutoscaling */ public function getAutoscaling() { return $this->autoscaling; } /** * @param Google_Service_Container_StatusCondition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_Container_StatusCondition[] */ public function getConditions() { return $this->conditions; } /** * @param Google_Service_Container_NodeConfig */ public function setConfig(Google_Service_Container_NodeConfig $config) { $this->config = $config; } /** * @return Google_Service_Container_NodeConfig */ public function getConfig() { return $this->config; } public function setInitialNodeCount($initialNodeCount) { $this->initialNodeCount = $initialNodeCount; } public function getInitialNodeCount() { return $this->initialNodeCount; } public function setInstanceGroupUrls($instanceGroupUrls) { $this->instanceGroupUrls = $instanceGroupUrls; } public function getInstanceGroupUrls() { return $this->instanceGroupUrls; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } /** * @param Google_Service_Container_NodeManagement */ public function setManagement(Google_Service_Container_NodeManagement $management) { $this->management = $management; } /** * @return Google_Service_Container_NodeManagement */ public function getManagement() { return $this->management; } /** * @param Google_Service_Container_MaxPodsConstraint */ public function setMaxPodsConstraint(Google_Service_Container_MaxPodsConstraint $maxPodsConstraint) { $this->maxPodsConstraint = $maxPodsConstraint; } /** * @return Google_Service_Container_MaxPodsConstraint */ public function getMaxPodsConstraint() { return $this->maxPodsConstraint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPodIpv4CidrSize($podIpv4CidrSize) { $this->podIpv4CidrSize = $podIpv4CidrSize; } public function getPodIpv4CidrSize() { return $this->podIpv4CidrSize; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } /** * @param Google_Service_Container_UpgradeSettings */ public function setUpgradeSettings(Google_Service_Container_UpgradeSettings $upgradeSettings) { $this->upgradeSettings = $upgradeSettings; } /** * @return Google_Service_Container_UpgradeSettings */ public function getUpgradeSettings() { return $this->upgradeSettings; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Z+yQvendor/google/apiclient-services/src/Google/Service/Container/UpgradeSettings.phpnu[maxSurge = $maxSurge; } public function getMaxSurge() { return $this->maxSurge; } public function setMaxUnavailable($maxUnavailable) { $this->maxUnavailable = $maxUnavailable; } public function getMaxUnavailable() { return $this->maxUnavailable; } } PK3 Zr:oYYhvendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterMasterGlobalAccessConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZFAAPvendor/google/apiclient-services/src/Google/Service/Container/DnsCacheConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 Z^^Svendor/google/apiclient-services/src/Google/Service/Container/AcceleratorConfig.phpnu[acceleratorCount = $acceleratorCount; } public function getAcceleratorCount() { return $this->acceleratorCount; } public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } } PK3 Z)?$HHIvendor/google/apiclient-services/src/Google/Service/Container/Cluster.phpnu[addonsConfig = $addonsConfig; } /** * @return Google_Service_Container_AddonsConfig */ public function getAddonsConfig() { return $this->addonsConfig; } /** * @param Google_Service_Container_AuthenticatorGroupsConfig */ public function setAuthenticatorGroupsConfig(Google_Service_Container_AuthenticatorGroupsConfig $authenticatorGroupsConfig) { $this->authenticatorGroupsConfig = $authenticatorGroupsConfig; } /** * @return Google_Service_Container_AuthenticatorGroupsConfig */ public function getAuthenticatorGroupsConfig() { return $this->authenticatorGroupsConfig; } /** * @param Google_Service_Container_Autopilot */ public function setAutopilot(Google_Service_Container_Autopilot $autopilot) { $this->autopilot = $autopilot; } /** * @return Google_Service_Container_Autopilot */ public function getAutopilot() { return $this->autopilot; } /** * @param Google_Service_Container_ClusterAutoscaling */ public function setAutoscaling(Google_Service_Container_ClusterAutoscaling $autoscaling) { $this->autoscaling = $autoscaling; } /** * @return Google_Service_Container_ClusterAutoscaling */ public function getAutoscaling() { return $this->autoscaling; } /** * @param Google_Service_Container_BinaryAuthorization */ public function setBinaryAuthorization(Google_Service_Container_BinaryAuthorization $binaryAuthorization) { $this->binaryAuthorization = $binaryAuthorization; } /** * @return Google_Service_Container_BinaryAuthorization */ public function getBinaryAuthorization() { return $this->binaryAuthorization; } public function setClusterIpv4Cidr($clusterIpv4Cidr) { $this->clusterIpv4Cidr = $clusterIpv4Cidr; } public function getClusterIpv4Cidr() { return $this->clusterIpv4Cidr; } /** * @param Google_Service_Container_StatusCondition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_Container_StatusCondition[] */ public function getConditions() { return $this->conditions; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCurrentMasterVersion($currentMasterVersion) { $this->currentMasterVersion = $currentMasterVersion; } public function getCurrentMasterVersion() { return $this->currentMasterVersion; } public function setCurrentNodeCount($currentNodeCount) { $this->currentNodeCount = $currentNodeCount; } public function getCurrentNodeCount() { return $this->currentNodeCount; } public function setCurrentNodeVersion($currentNodeVersion) { $this->currentNodeVersion = $currentNodeVersion; } public function getCurrentNodeVersion() { return $this->currentNodeVersion; } /** * @param Google_Service_Container_DatabaseEncryption */ public function setDatabaseEncryption(Google_Service_Container_DatabaseEncryption $databaseEncryption) { $this->databaseEncryption = $databaseEncryption; } /** * @return Google_Service_Container_DatabaseEncryption */ public function getDatabaseEncryption() { return $this->databaseEncryption; } /** * @param Google_Service_Container_MaxPodsConstraint */ public function setDefaultMaxPodsConstraint(Google_Service_Container_MaxPodsConstraint $defaultMaxPodsConstraint) { $this->defaultMaxPodsConstraint = $defaultMaxPodsConstraint; } /** * @return Google_Service_Container_MaxPodsConstraint */ public function getDefaultMaxPodsConstraint() { return $this->defaultMaxPodsConstraint; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEnableKubernetesAlpha($enableKubernetesAlpha) { $this->enableKubernetesAlpha = $enableKubernetesAlpha; } public function getEnableKubernetesAlpha() { return $this->enableKubernetesAlpha; } public function setEnableTpu($enableTpu) { $this->enableTpu = $enableTpu; } public function getEnableTpu() { return $this->enableTpu; } public function setEndpoint($endpoint) { $this->endpoint = $endpoint; } public function getEndpoint() { return $this->endpoint; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setInitialClusterVersion($initialClusterVersion) { $this->initialClusterVersion = $initialClusterVersion; } public function getInitialClusterVersion() { return $this->initialClusterVersion; } public function setInitialNodeCount($initialNodeCount) { $this->initialNodeCount = $initialNodeCount; } public function getInitialNodeCount() { return $this->initialNodeCount; } public function setInstanceGroupUrls($instanceGroupUrls) { $this->instanceGroupUrls = $instanceGroupUrls; } public function getInstanceGroupUrls() { return $this->instanceGroupUrls; } /** * @param Google_Service_Container_IPAllocationPolicy */ public function setIpAllocationPolicy(Google_Service_Container_IPAllocationPolicy $ipAllocationPolicy) { $this->ipAllocationPolicy = $ipAllocationPolicy; } /** * @return Google_Service_Container_IPAllocationPolicy */ public function getIpAllocationPolicy() { return $this->ipAllocationPolicy; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } /** * @param Google_Service_Container_LegacyAbac */ public function setLegacyAbac(Google_Service_Container_LegacyAbac $legacyAbac) { $this->legacyAbac = $legacyAbac; } /** * @return Google_Service_Container_LegacyAbac */ public function getLegacyAbac() { return $this->legacyAbac; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setLoggingService($loggingService) { $this->loggingService = $loggingService; } public function getLoggingService() { return $this->loggingService; } /** * @param Google_Service_Container_MaintenancePolicy */ public function setMaintenancePolicy(Google_Service_Container_MaintenancePolicy $maintenancePolicy) { $this->maintenancePolicy = $maintenancePolicy; } /** * @return Google_Service_Container_MaintenancePolicy */ public function getMaintenancePolicy() { return $this->maintenancePolicy; } /** * @param Google_Service_Container_MasterAuth */ public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth) { $this->masterAuth = $masterAuth; } /** * @return Google_Service_Container_MasterAuth */ public function getMasterAuth() { return $this->masterAuth; } /** * @param Google_Service_Container_MasterAuthorizedNetworksConfig */ public function setMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $masterAuthorizedNetworksConfig) { $this->masterAuthorizedNetworksConfig = $masterAuthorizedNetworksConfig; } /** * @return Google_Service_Container_MasterAuthorizedNetworksConfig */ public function getMasterAuthorizedNetworksConfig() { return $this->masterAuthorizedNetworksConfig; } public function setMonitoringService($monitoringService) { $this->monitoringService = $monitoringService; } public function getMonitoringService() { return $this->monitoringService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_Container_NetworkConfig */ public function setNetworkConfig(Google_Service_Container_NetworkConfig $networkConfig) { $this->networkConfig = $networkConfig; } /** * @return Google_Service_Container_NetworkConfig */ public function getNetworkConfig() { return $this->networkConfig; } /** * @param Google_Service_Container_NetworkPolicy */ public function setNetworkPolicy(Google_Service_Container_NetworkPolicy $networkPolicy) { $this->networkPolicy = $networkPolicy; } /** * @return Google_Service_Container_NetworkPolicy */ public function getNetworkPolicy() { return $this->networkPolicy; } /** * @param Google_Service_Container_NodeConfig */ public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return Google_Service_Container_NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } public function setNodeIpv4CidrSize($nodeIpv4CidrSize) { $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; } public function getNodeIpv4CidrSize() { return $this->nodeIpv4CidrSize; } /** * @param Google_Service_Container_NodePool[] */ public function setNodePools($nodePools) { $this->nodePools = $nodePools; } /** * @return Google_Service_Container_NodePool[] */ public function getNodePools() { return $this->nodePools; } /** * @param Google_Service_Container_NotificationConfig */ public function setNotificationConfig(Google_Service_Container_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_Container_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } /** * @param Google_Service_Container_PrivateClusterConfig */ public function setPrivateClusterConfig(Google_Service_Container_PrivateClusterConfig $privateClusterConfig) { $this->privateClusterConfig = $privateClusterConfig; } /** * @return Google_Service_Container_PrivateClusterConfig */ public function getPrivateClusterConfig() { return $this->privateClusterConfig; } /** * @param Google_Service_Container_ReleaseChannel */ public function setReleaseChannel(Google_Service_Container_ReleaseChannel $releaseChannel) { $this->releaseChannel = $releaseChannel; } /** * @return Google_Service_Container_ReleaseChannel */ public function getReleaseChannel() { return $this->releaseChannel; } public function setResourceLabels($resourceLabels) { $this->resourceLabels = $resourceLabels; } public function getResourceLabels() { return $this->resourceLabels; } /** * @param Google_Service_Container_ResourceUsageExportConfig */ public function setResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $resourceUsageExportConfig) { $this->resourceUsageExportConfig = $resourceUsageExportConfig; } /** * @return Google_Service_Container_ResourceUsageExportConfig */ public function getResourceUsageExportConfig() { return $this->resourceUsageExportConfig; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setServicesIpv4Cidr($servicesIpv4Cidr) { $this->servicesIpv4Cidr = $servicesIpv4Cidr; } public function getServicesIpv4Cidr() { return $this->servicesIpv4Cidr; } /** * @param Google_Service_Container_ShieldedNodes */ public function setShieldedNodes(Google_Service_Container_ShieldedNodes $shieldedNodes) { $this->shieldedNodes = $shieldedNodes; } /** * @return Google_Service_Container_ShieldedNodes */ public function getShieldedNodes() { return $this->shieldedNodes; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setTpuIpv4CidrBlock($tpuIpv4CidrBlock) { $this->tpuIpv4CidrBlock = $tpuIpv4CidrBlock; } public function getTpuIpv4CidrBlock() { return $this->tpuIpv4CidrBlock; } /** * @param Google_Service_Container_VerticalPodAutoscaling */ public function setVerticalPodAutoscaling(Google_Service_Container_VerticalPodAutoscaling $verticalPodAutoscaling) { $this->verticalPodAutoscaling = $verticalPodAutoscaling; } /** * @return Google_Service_Container_VerticalPodAutoscaling */ public function getVerticalPodAutoscaling() { return $this->verticalPodAutoscaling; } /** * @param Google_Service_Container_WorkloadIdentityConfig */ public function setWorkloadIdentityConfig(Google_Service_Container_WorkloadIdentityConfig $workloadIdentityConfig) { $this->workloadIdentityConfig = $workloadIdentityConfig; } /** * @return Google_Service_Container_WorkloadIdentityConfig */ public function getWorkloadIdentityConfig() { return $this->workloadIdentityConfig; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZoXvendor/google/apiclient-services/src/Google/Service/Container/SetAddonsConfigRequest.phpnu[addonsConfig = $addonsConfig; } /** * @return Google_Service_Container_AddonsConfig */ public function getAddonsConfig() { return $this->addonsConfig; } public function setClusterId($clusterId) { $this->clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZŁKvendor/google/apiclient-services/src/Google/Service/Container/Operation.phpnu[clusterConditions = $clusterConditions; } /** * @return Google_Service_Container_StatusCondition[] */ public function getClusterConditions() { return $this->clusterConditions; } public function setDetail($detail) { $this->detail = $detail; } public function getDetail() { return $this->detail; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Container_StatusCondition[] */ public function setNodepoolConditions($nodepoolConditions) { $this->nodepoolConditions = $nodepoolConditions; } /** * @return Google_Service_Container_StatusCondition[] */ public function getNodepoolConditions() { return $this->nodepoolConditions; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } /** * @param Google_Service_Container_OperationProgress */ public function setProgress(Google_Service_Container_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_Container_OperationProgress */ public function getProgress() { return $this->progress; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZsNvendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.phpnu[cloudRunConfig = $cloudRunConfig; } /** * @return Google_Service_Container_CloudRunConfig */ public function getCloudRunConfig() { return $this->cloudRunConfig; } /** * @param Google_Service_Container_ConfigConnectorConfig */ public function setConfigConnectorConfig(Google_Service_Container_ConfigConnectorConfig $configConnectorConfig) { $this->configConnectorConfig = $configConnectorConfig; } /** * @return Google_Service_Container_ConfigConnectorConfig */ public function getConfigConnectorConfig() { return $this->configConnectorConfig; } /** * @param Google_Service_Container_DnsCacheConfig */ public function setDnsCacheConfig(Google_Service_Container_DnsCacheConfig $dnsCacheConfig) { $this->dnsCacheConfig = $dnsCacheConfig; } /** * @return Google_Service_Container_DnsCacheConfig */ public function getDnsCacheConfig() { return $this->dnsCacheConfig; } /** * @param Google_Service_Container_GcePersistentDiskCsiDriverConfig */ public function setGcePersistentDiskCsiDriverConfig(Google_Service_Container_GcePersistentDiskCsiDriverConfig $gcePersistentDiskCsiDriverConfig) { $this->gcePersistentDiskCsiDriverConfig = $gcePersistentDiskCsiDriverConfig; } /** * @return Google_Service_Container_GcePersistentDiskCsiDriverConfig */ public function getGcePersistentDiskCsiDriverConfig() { return $this->gcePersistentDiskCsiDriverConfig; } /** * @param Google_Service_Container_HorizontalPodAutoscaling */ public function setHorizontalPodAutoscaling(Google_Service_Container_HorizontalPodAutoscaling $horizontalPodAutoscaling) { $this->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; } } PK3 ZyXvendor/google/apiclient-services/src/Google/Service/Container/DailyMaintenanceWindow.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK3 ZqVvendor/google/apiclient-services/src/Google/Service/Container/SetLegacyAbacRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z່ Vvendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterConfig.phpnu[enablePrivateEndpoint = $enablePrivateEndpoint; } public function getEnablePrivateEndpoint() { return $this->enablePrivateEndpoint; } public function setEnablePrivateNodes($enablePrivateNodes) { $this->enablePrivateNodes = $enablePrivateNodes; } public function getEnablePrivateNodes() { return $this->enablePrivateNodes; } /** * @param Google_Service_Container_PrivateClusterMasterGlobalAccessConfig */ public function setMasterGlobalAccessConfig(Google_Service_Container_PrivateClusterMasterGlobalAccessConfig $masterGlobalAccessConfig) { $this->masterGlobalAccessConfig = $masterGlobalAccessConfig; } /** * @return Google_Service_Container_PrivateClusterMasterGlobalAccessConfig */ public function getMasterGlobalAccessConfig() { return $this->masterGlobalAccessConfig; } public function setMasterIpv4CidrBlock($masterIpv4CidrBlock) { $this->masterIpv4CidrBlock = $masterIpv4CidrBlock; } public function getMasterIpv4CidrBlock() { return $this->masterIpv4CidrBlock; } public function setPeeringName($peeringName) { $this->peeringName = $peeringName; } public function getPeeringName() { return $this->peeringName; } public function setPrivateEndpoint($privateEndpoint) { $this->privateEndpoint = $privateEndpoint; } public function getPrivateEndpoint() { return $this->privateEndpoint; } public function setPublicEndpoint($publicEndpoint) { $this->publicEndpoint = $publicEndpoint; } public function getPublicEndpoint() { return $this->publicEndpoint; } } PK3 Z_'Xvendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolSizeRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } public function getNodeCount() { return $this->nodeCount; } public function setNodePoolId($nodePoolId) { $this->nodePoolId = $nodePoolId; } public function getNodePoolId() { return $this->nodePoolId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZK`vendor/google/apiclient-services/src/Google/Service/Container/RollbackNodePoolUpgradeRequest.phpnu[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; } } PK3 Zd=Xvendor/google/apiclient-services/src/Google/Service/Container/GetJSONWebKeysResponse.phpnu[cacheHeader = $cacheHeader; } /** * @return Google_Service_Container_HttpCacheControlResponseHeader */ public function getCacheHeader() { return $this->cacheHeader; } /** * @param Google_Service_Container_Jwk[] */ public function setKeys($keys) { $this->keys = $keys; } /** * @return Google_Service_Container_Jwk[] */ public function getKeys() { return $this->keys; } } PK3 ZʲYUU_vendor/google/apiclient-services/src/Google/Service/Container/ListUsableSubnetworksResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Container_UsableSubnetwork[] */ public function setSubnetworks($subnetworks) { $this->subnetworks = $subnetworks; } /** * @return Google_Service_Container_UsableSubnetwork[] */ public function getSubnetworks() { return $this->subnetworks; } } PK3 Zo.UUvendor/google/apiclient-services/src/Google/Service/Container/RecurringTimeWindow.phpnu[recurrence = $recurrence; } public function getRecurrence() { return $this->recurrence; } /** * @param Google_Service_Container_TimeWindow */ public function setWindow(Google_Service_Container_TimeWindow $window) { $this->window = $window; } /** * @return Google_Service_Container_TimeWindow */ public function getWindow() { return $this->window; } } PK3 Z f--Ovendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.phpnu[desiredAddonsConfig = $desiredAddonsConfig; } /** * @return Google_Service_Container_AddonsConfig */ public function getDesiredAddonsConfig() { return $this->desiredAddonsConfig; } /** * @param Google_Service_Container_BinaryAuthorization */ public function setDesiredBinaryAuthorization(Google_Service_Container_BinaryAuthorization $desiredBinaryAuthorization) { $this->desiredBinaryAuthorization = $desiredBinaryAuthorization; } /** * @return Google_Service_Container_BinaryAuthorization */ public function getDesiredBinaryAuthorization() { return $this->desiredBinaryAuthorization; } /** * @param Google_Service_Container_ClusterAutoscaling */ public function setDesiredClusterAutoscaling(Google_Service_Container_ClusterAutoscaling $desiredClusterAutoscaling) { $this->desiredClusterAutoscaling = $desiredClusterAutoscaling; } /** * @return Google_Service_Container_ClusterAutoscaling */ public function getDesiredClusterAutoscaling() { return $this->desiredClusterAutoscaling; } /** * @param Google_Service_Container_DatabaseEncryption */ public function setDesiredDatabaseEncryption(Google_Service_Container_DatabaseEncryption $desiredDatabaseEncryption) { $this->desiredDatabaseEncryption = $desiredDatabaseEncryption; } /** * @return Google_Service_Container_DatabaseEncryption */ public function getDesiredDatabaseEncryption() { return $this->desiredDatabaseEncryption; } /** * @param Google_Service_Container_DefaultSnatStatus */ public function setDesiredDefaultSnatStatus(Google_Service_Container_DefaultSnatStatus $desiredDefaultSnatStatus) { $this->desiredDefaultSnatStatus = $desiredDefaultSnatStatus; } /** * @return Google_Service_Container_DefaultSnatStatus */ public function getDesiredDefaultSnatStatus() { return $this->desiredDefaultSnatStatus; } public function setDesiredImageType($desiredImageType) { $this->desiredImageType = $desiredImageType; } public function getDesiredImageType() { return $this->desiredImageType; } /** * @param Google_Service_Container_IntraNodeVisibilityConfig */ public function setDesiredIntraNodeVisibilityConfig(Google_Service_Container_IntraNodeVisibilityConfig $desiredIntraNodeVisibilityConfig) { $this->desiredIntraNodeVisibilityConfig = $desiredIntraNodeVisibilityConfig; } /** * @return Google_Service_Container_IntraNodeVisibilityConfig */ public function getDesiredIntraNodeVisibilityConfig() { return $this->desiredIntraNodeVisibilityConfig; } public function setDesiredLocations($desiredLocations) { $this->desiredLocations = $desiredLocations; } public function getDesiredLocations() { return $this->desiredLocations; } public function setDesiredLoggingService($desiredLoggingService) { $this->desiredLoggingService = $desiredLoggingService; } public function getDesiredLoggingService() { return $this->desiredLoggingService; } /** * @param Google_Service_Container_MasterAuthorizedNetworksConfig */ public function setDesiredMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $desiredMasterAuthorizedNetworksConfig) { $this->desiredMasterAuthorizedNetworksConfig = $desiredMasterAuthorizedNetworksConfig; } /** * @return Google_Service_Container_MasterAuthorizedNetworksConfig */ public function getDesiredMasterAuthorizedNetworksConfig() { return $this->desiredMasterAuthorizedNetworksConfig; } public function setDesiredMasterVersion($desiredMasterVersion) { $this->desiredMasterVersion = $desiredMasterVersion; } public function getDesiredMasterVersion() { return $this->desiredMasterVersion; } public function setDesiredMonitoringService($desiredMonitoringService) { $this->desiredMonitoringService = $desiredMonitoringService; } public function getDesiredMonitoringService() { return $this->desiredMonitoringService; } /** * @param Google_Service_Container_NodePoolAutoscaling */ public function setDesiredNodePoolAutoscaling(Google_Service_Container_NodePoolAutoscaling $desiredNodePoolAutoscaling) { $this->desiredNodePoolAutoscaling = $desiredNodePoolAutoscaling; } /** * @return Google_Service_Container_NodePoolAutoscaling */ public function getDesiredNodePoolAutoscaling() { return $this->desiredNodePoolAutoscaling; } public function setDesiredNodePoolId($desiredNodePoolId) { $this->desiredNodePoolId = $desiredNodePoolId; } public function getDesiredNodePoolId() { return $this->desiredNodePoolId; } public function setDesiredNodeVersion($desiredNodeVersion) { $this->desiredNodeVersion = $desiredNodeVersion; } public function getDesiredNodeVersion() { return $this->desiredNodeVersion; } /** * @param Google_Service_Container_NotificationConfig */ public function setDesiredNotificationConfig(Google_Service_Container_NotificationConfig $desiredNotificationConfig) { $this->desiredNotificationConfig = $desiredNotificationConfig; } /** * @return Google_Service_Container_NotificationConfig */ public function getDesiredNotificationConfig() { return $this->desiredNotificationConfig; } /** * @param Google_Service_Container_PrivateClusterConfig */ public function setDesiredPrivateClusterConfig(Google_Service_Container_PrivateClusterConfig $desiredPrivateClusterConfig) { $this->desiredPrivateClusterConfig = $desiredPrivateClusterConfig; } /** * @return Google_Service_Container_PrivateClusterConfig */ public function getDesiredPrivateClusterConfig() { return $this->desiredPrivateClusterConfig; } public function setDesiredPrivateIpv6GoogleAccess($desiredPrivateIpv6GoogleAccess) { $this->desiredPrivateIpv6GoogleAccess = $desiredPrivateIpv6GoogleAccess; } public function getDesiredPrivateIpv6GoogleAccess() { return $this->desiredPrivateIpv6GoogleAccess; } /** * @param Google_Service_Container_ReleaseChannel */ public function setDesiredReleaseChannel(Google_Service_Container_ReleaseChannel $desiredReleaseChannel) { $this->desiredReleaseChannel = $desiredReleaseChannel; } /** * @return Google_Service_Container_ReleaseChannel */ public function getDesiredReleaseChannel() { return $this->desiredReleaseChannel; } /** * @param Google_Service_Container_ResourceUsageExportConfig */ public function setDesiredResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $desiredResourceUsageExportConfig) { $this->desiredResourceUsageExportConfig = $desiredResourceUsageExportConfig; } /** * @return Google_Service_Container_ResourceUsageExportConfig */ public function getDesiredResourceUsageExportConfig() { return $this->desiredResourceUsageExportConfig; } /** * @param Google_Service_Container_ShieldedNodes */ public function setDesiredShieldedNodes(Google_Service_Container_ShieldedNodes $desiredShieldedNodes) { $this->desiredShieldedNodes = $desiredShieldedNodes; } /** * @return Google_Service_Container_ShieldedNodes */ public function getDesiredShieldedNodes() { return $this->desiredShieldedNodes; } /** * @param Google_Service_Container_VerticalPodAutoscaling */ public function setDesiredVerticalPodAutoscaling(Google_Service_Container_VerticalPodAutoscaling $desiredVerticalPodAutoscaling) { $this->desiredVerticalPodAutoscaling = $desiredVerticalPodAutoscaling; } /** * @return Google_Service_Container_VerticalPodAutoscaling */ public function getDesiredVerticalPodAutoscaling() { return $this->desiredVerticalPodAutoscaling; } /** * @param Google_Service_Container_WorkloadIdentityConfig */ public function setDesiredWorkloadIdentityConfig(Google_Service_Container_WorkloadIdentityConfig $desiredWorkloadIdentityConfig) { $this->desiredWorkloadIdentityConfig = $desiredWorkloadIdentityConfig; } /** * @return Google_Service_Container_WorkloadIdentityConfig */ public function getDesiredWorkloadIdentityConfig() { return $this->desiredWorkloadIdentityConfig; } } PK3 Z!鶁LLHvendor/google/apiclient-services/src/Google/Service/Container/Metric.phpnu[doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK3 Z.8"))Xvendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.phpnu[missingZones = $missingZones; } public function getMissingZones() { return $this->missingZones; } /** * @param Google_Service_Container_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Container_Operation[] */ public function getOperations() { return $this->operations; } } PK3 Z+fPvendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZfQQKvendor/google/apiclient-services/src/Google/Service/Container/NodeTaint.phpnu[effect = $effect; } public function getEffect() { return $this->effect; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 Zh:XuuSvendor/google/apiclient-services/src/Google/Service/Container/MaxPodsConstraint.phpnu[maxPodsPerNode = $maxPodsPerNode; } public function getMaxPodsPerNode() { return $this->maxPodsPerNode; } } PK3 Z,Fd0Pvendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.phpnu[autoRepair = $autoRepair; } public function getAutoRepair() { return $this->autoRepair; } public function setAutoUpgrade($autoUpgrade) { $this->autoUpgrade = $autoUpgrade; } public function getAutoUpgrade() { return $this->autoUpgrade; } /** * @param Google_Service_Container_AutoUpgradeOptions */ public function setUpgradeOptions(Google_Service_Container_AutoUpgradeOptions $upgradeOptions) { $this->upgradeOptions = $upgradeOptions; } /** * @return Google_Service_Container_AutoUpgradeOptions */ public function getUpgradeOptions() { return $this->upgradeOptions; } } PK3 ZTvendor/google/apiclient-services/src/Google/Service/Container/NotificationConfig.phpnu[pubsub = $pubsub; } /** * @return Google_Service_Container_PubSub */ public function getPubsub() { return $this->pubsub; } } PK3 Zt,iiTvendor/google/apiclient-services/src/Google/Service/Container/IPAllocationPolicy.phpnu[clusterIpv4Cidr = $clusterIpv4Cidr; } public function getClusterIpv4Cidr() { return $this->clusterIpv4Cidr; } public function setClusterIpv4CidrBlock($clusterIpv4CidrBlock) { $this->clusterIpv4CidrBlock = $clusterIpv4CidrBlock; } public function getClusterIpv4CidrBlock() { return $this->clusterIpv4CidrBlock; } public function setClusterSecondaryRangeName($clusterSecondaryRangeName) { $this->clusterSecondaryRangeName = $clusterSecondaryRangeName; } public function getClusterSecondaryRangeName() { return $this->clusterSecondaryRangeName; } public function setCreateSubnetwork($createSubnetwork) { $this->createSubnetwork = $createSubnetwork; } public function getCreateSubnetwork() { return $this->createSubnetwork; } public function setNodeIpv4Cidr($nodeIpv4Cidr) { $this->nodeIpv4Cidr = $nodeIpv4Cidr; } public function getNodeIpv4Cidr() { return $this->nodeIpv4Cidr; } public function setNodeIpv4CidrBlock($nodeIpv4CidrBlock) { $this->nodeIpv4CidrBlock = $nodeIpv4CidrBlock; } public function getNodeIpv4CidrBlock() { return $this->nodeIpv4CidrBlock; } public function setServicesIpv4Cidr($servicesIpv4Cidr) { $this->servicesIpv4Cidr = $servicesIpv4Cidr; } public function getServicesIpv4Cidr() { return $this->servicesIpv4Cidr; } public function setServicesIpv4CidrBlock($servicesIpv4CidrBlock) { $this->servicesIpv4CidrBlock = $servicesIpv4CidrBlock; } public function getServicesIpv4CidrBlock() { return $this->servicesIpv4CidrBlock; } public function setServicesSecondaryRangeName($servicesSecondaryRangeName) { $this->servicesSecondaryRangeName = $servicesSecondaryRangeName; } public function getServicesSecondaryRangeName() { return $this->servicesSecondaryRangeName; } public function setSubnetworkName($subnetworkName) { $this->subnetworkName = $subnetworkName; } public function getSubnetworkName() { return $this->subnetworkName; } public function setTpuIpv4CidrBlock($tpuIpv4CidrBlock) { $this->tpuIpv4CidrBlock = $tpuIpv4CidrBlock; } public function getTpuIpv4CidrBlock() { return $this->tpuIpv4CidrBlock; } public function setUseIpAliases($useIpAliases) { $this->useIpAliases = $useIpAliases; } public function getUseIpAliases() { return $this->useIpAliases; } public function setUseRoutes($useRoutes) { $this->useRoutes = $useRoutes; } public function getUseRoutes() { return $this->useRoutes; } } PK3 ZQWOWvendor/google/apiclient-services/src/Google/Service/Container/UpdateNodePoolRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setImageType($imageType) { $this->imageType = $imageType; } public function getImageType() { return $this->imageType; } /** * @param Google_Service_Container_NodeKubeletConfig */ public function setKubeletConfig(Google_Service_Container_NodeKubeletConfig $kubeletConfig) { $this->kubeletConfig = $kubeletConfig; } /** * @return Google_Service_Container_NodeKubeletConfig */ public function getKubeletConfig() { return $this->kubeletConfig; } /** * @param Google_Service_Container_LinuxNodeConfig */ public function setLinuxNodeConfig(Google_Service_Container_LinuxNodeConfig $linuxNodeConfig) { $this->linuxNodeConfig = $linuxNodeConfig; } /** * @return Google_Service_Container_LinuxNodeConfig */ public function getLinuxNodeConfig() { return $this->linuxNodeConfig; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodePoolId($nodePoolId) { $this->nodePoolId = $nodePoolId; } public function getNodePoolId() { return $this->nodePoolId; } public function setNodeVersion($nodeVersion) { $this->nodeVersion = $nodeVersion; } public function getNodeVersion() { return $this->nodeVersion; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Container_UpgradeSettings */ public function setUpgradeSettings(Google_Service_Container_UpgradeSettings $upgradeSettings) { $this->upgradeSettings = $upgradeSettings; } /** * @return Google_Service_Container_UpgradeSettings */ public function getUpgradeSettings() { return $this->upgradeSettings; } /** * @param Google_Service_Container_WorkloadMetadataConfig */ public function setWorkloadMetadataConfig(Google_Service_Container_WorkloadMetadataConfig $workloadMetadataConfig) { $this->workloadMetadataConfig = $workloadMetadataConfig; } /** * @return Google_Service_Container_WorkloadMetadataConfig */ public function getWorkloadMetadataConfig() { return $this->workloadMetadataConfig; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z__Tvendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.phpnu[autoUpgradeStartTime = $autoUpgradeStartTime; } public function getAutoUpgradeStartTime() { return $this->autoUpgradeStartTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } } PK3 ZHK`vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetworkSecondaryRange.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setRangeName($rangeName) { $this->rangeName = $rangeName; } public function getRangeName() { return $this->rangeName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK3 ZHHHWvendor/google/apiclient-services/src/Google/Service/Container/ConfigConnectorConfig.phpnu[enabled = $enabled; } public function getEnabled() { return $this->enabled; } } PK3 ZDynQvendor/google/apiclient-services/src/Google/Service/Container/StatusCondition.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK3 Za_:Svendor/google/apiclient-services/src/Google/Service/Container/OperationProgress.phpnu[metrics = $metrics; } /** * @return Google_Service_Container_Metric[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Container_OperationProgress[] */ public function setStages($stages) { $this->stages = $stages; } /** * @return Google_Service_Container_OperationProgress[] */ public function getStages() { return $this->stages; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK3 ZFMVvendor/google/apiclient-services/src/Google/Service/Container/ReleaseChannelConfig.phpnu[channel = $channel; } public function getChannel() { return $this->channel; } public function setDefaultVersion($defaultVersion) { $this->defaultVersion = $defaultVersion; } public function getDefaultVersion() { return $this->defaultVersion; } public function setValidVersions($validVersions) { $this->validVersions = $validVersions; } public function getValidVersions() { return $this->validVersions; } } PK3 ZK|BBQvendor/google/apiclient-services/src/Google/Service/Container/LinuxNodeConfig.phpnu[sysctls = $sysctls; } public function getSysctls() { return $this->sysctls; } } PK3 Z]vendor/google/apiclient-services/src/Google/Service/Container/SetMonitoringServiceRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setMonitoringService($monitoringService) { $this->monitoringService = $monitoringService; } public function getMonitoringService() { return $this->monitoringService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZE4ӆLvendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.phpnu[clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } /** * @param Google_Service_Container_ClientCertificateConfig */ public function setClientCertificateConfig(Google_Service_Container_ClientCertificateConfig $clientCertificateConfig) { $this->clientCertificateConfig = $clientCertificateConfig; } /** * @return Google_Service_Container_ClientCertificateConfig */ public function getClientCertificateConfig() { return $this->clientCertificateConfig; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setClusterCaCertificate($clusterCaCertificate) { $this->clusterCaCertificate = $clusterCaCertificate; } public function getClusterCaCertificate() { return $this->clusterCaCertificate; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK3 ZxVRvendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetwork.phpnu[ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_Container_UsableSubnetworkSecondaryRange[] */ public function setSecondaryIpRanges($secondaryIpRanges) { $this->secondaryIpRanges = $secondaryIpRanges; } /** * @return Google_Service_Container_UsableSubnetworkSecondaryRange[] */ public function getSecondaryIpRanges() { return $this->secondaryIpRanges; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } } PK3 Z(Xvendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.phpnu[enableIntegrityMonitoring = $enableIntegrityMonitoring; } public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } public function setEnableSecureBoot($enableSecureBoot) { $this->enableSecureBoot = $enableSecureBoot; } public function getEnableSecureBoot() { return $this->enableSecureBoot; } } PK3 Z Uvendor/google/apiclient-services/src/Google/Service/Container/SetLocationsRequest.phpnu[clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 Z::Bvendor/google/apiclient-services/src/Google/Service/AdMob/Date.phpnu[day = $day; } public function getDay() { return $this->day; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } } PK3 Z#`vendor/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpecDimensionFilter.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } /** * @param Google_Service_AdMob_StringList */ public function setMatchesAny(Google_Service_AdMob_StringList $matchesAny) { $this->matchesAny = $matchesAny; } /** * @return Google_Service_AdMob_StringList */ public function getMatchesAny() { return $this->matchesAny; } } PK3 Z$[Gvendor/google/apiclient-services/src/Google/Service/AdMob/ReportRow.phpnu[dimensionValues = $dimensionValues; } /** * @return Google_Service_AdMob_ReportRowDimensionValue[] */ public function getDimensionValues() { return $this->dimensionValues; } /** * @param Google_Service_AdMob_ReportRowMetricValue[] */ public function setMetricValues($metricValues) { $this->metricValues = $metricValues; } /** * @return Google_Service_AdMob_ReportRowMetricValue[] */ public function getMetricValues() { return $this->metricValues; } } PK3 Zޛ'Rvendor/google/apiclient-services/src/Google/Service/AdMob/ReportRowMetricValue.phpnu[doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setMicrosValue($microsValue) { $this->microsValue = $microsValue; } public function getMicrosValue() { return $this->microsValue; } } PK3 Zn<Kvendor/google/apiclient-services/src/Google/Service/AdMob/ReportWarning.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 ZC^vendor/google/apiclient-services/src/Google/Service/AdMob/NetworkReportSpecDimensionFilter.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } /** * @param Google_Service_AdMob_StringList */ public function setMatchesAny(Google_Service_AdMob_StringList $matchesAny) { $this->matchesAny = $matchesAny; } /** * @return Google_Service_AdMob_StringList */ public function getMatchesAny() { return $this->matchesAny; } } PK3 ZT  ]vendor/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportResponse.phpnu[footer = $footer; } /** * @return Google_Service_AdMob_ReportFooter */ public function getFooter() { return $this->footer; } /** * @param Google_Service_AdMob_ReportHeader */ public function setHeader(Google_Service_AdMob_ReportHeader $header) { $this->header = $header; } /** * @return Google_Service_AdMob_ReportHeader */ public function getHeader() { return $this->header; } /** * @param Google_Service_AdMob_ReportRow */ public function setRow(Google_Service_AdMob_ReportRow $row) { $this->row = $row; } /** * @return Google_Service_AdMob_ReportRow */ public function getRow() { return $this->row; } } PK3 ZE:!!Jvendor/google/apiclient-services/src/Google/Service/AdMob/ReportHeader.phpnu[dateRange = $dateRange; } /** * @return Google_Service_AdMob_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_AdMob_LocalizationSettings */ public function setLocalizationSettings(Google_Service_AdMob_LocalizationSettings $localizationSettings) { $this->localizationSettings = $localizationSettings; } /** * @return Google_Service_AdMob_LocalizationSettings */ public function getLocalizationSettings() { return $this->localizationSettings; } public function setReportingTimeZone($reportingTimeZone) { $this->reportingTimeZone = $reportingTimeZone; } public function getReportingTimeZone() { return $this->reportingTimeZone; } } PK3 Z ,,Rvendor/google/apiclient-services/src/Google/Service/AdMob/LocalizationSettings.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } PK3 Z]v!^^Zvendor/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportRequest.phpnu[reportSpec = $reportSpec; } /** * @return Google_Service_AdMob_NetworkReportSpec */ public function getReportSpec() { return $this->reportSpec; } } PK3 ZAN,%%Jvendor/google/apiclient-services/src/Google/Service/AdMob/ReportFooter.phpnu[matchingRowCount = $matchingRowCount; } public function getMatchingRowCount() { return $this->matchingRowCount; } /** * @param Google_Service_AdMob_ReportWarning[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_AdMob_ReportWarning[] */ public function getWarnings() { return $this->warnings; } } PK3 Z7nNvendor/google/apiclient-services/src/Google/Service/AdMob/PublisherAccount.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPublisherId($publisherId) { $this->publisherId = $publisherId; } public function getPublisherId() { return $this->publisherId; } public function setReportingTimeZone($reportingTimeZone) { $this->reportingTimeZone = $reportingTimeZone; } public function getReportingTimeZone() { return $this->reportingTimeZone; } } PK3 Z/yyGvendor/google/apiclient-services/src/Google/Service/AdMob/DateRange.phpnu[endDate = $endDate; } /** * @return Google_Service_AdMob_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_AdMob_Date */ public function setStartDate(Google_Service_AdMob_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_AdMob_Date */ public function getStartDate() { return $this->startDate; } } PK3 Zߡ\vendor/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsNetworkReport.phpnu[ * $admobService = new Google_Service_AdMob(...); * $networkReport = $admobService->networkReport; * */ class Google_Service_AdMob_Resource_AccountsNetworkReport extends Google_Service_Resource { /** * Generates an AdMob Network report based on the provided report specification. * Returns result of a server-side streaming RPC. The result is returned in a * sequence of responses. (networkReport.generate) * * @param string $parent Resource name of the account to generate the report * for. Example: accounts/pub-9876543210987654 * @param Google_Service_AdMob_GenerateNetworkReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdMob_GenerateNetworkReportResponse */ public function generate($parent, Google_Service_AdMob_GenerateNetworkReportRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdMob_GenerateNetworkReportResponse"); } } PK3 Z06^vendor/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsMediationReport.phpnu[ * $admobService = new Google_Service_AdMob(...); * $mediationReport = $admobService->mediationReport; * */ class Google_Service_AdMob_Resource_AccountsMediationReport extends Google_Service_Resource { /** * Generates an AdMob Mediation report based on the provided report * specification. Returns result of a server-side streaming RPC. The result is * returned in a sequence of responses. (mediationReport.generate) * * @param string $parent Resource name of the account to generate the report * for. Example: accounts/pub-9876543210987654 * @param Google_Service_AdMob_GenerateMediationReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdMob_GenerateMediationReportResponse */ public function generate($parent, Google_Service_AdMob_GenerateMediationReportRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdMob_GenerateMediationReportResponse"); } } PK3 Zc J  Ovendor/google/apiclient-services/src/Google/Service/AdMob/Resource/Accounts.phpnu[ * $admobService = new Google_Service_AdMob(...); * $accounts = $admobService->accounts; * */ class Google_Service_AdMob_Resource_Accounts extends Google_Service_Resource { /** * Gets information about the specified AdMob publisher account. (accounts.get) * * @param string $name Resource name of the publisher account to retrieve. * Example: accounts/pub-9876543210987654 * @param array $optParams Optional parameters. * @return Google_Service_AdMob_PublisherAccount */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdMob_PublisherAccount"); } /** * Lists the AdMob publisher account that was most recently signed in to from * the AdMob UI. For more information, see * https://support.google.com/admob/answer/10243672. (accounts.listAccounts) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Maximum number of accounts to return. * @opt_param string pageToken The value returned by the last * `ListPublisherAccountsResponse`; indicates that this is a continuation of a * prior `ListPublisherAccounts` call, and that the system should return the * next page of data. * @return Google_Service_AdMob_ListPublisherAccountsResponse */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdMob_ListPublisherAccountsResponse"); } } PK3 Zhh\vendor/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportRequest.phpnu[reportSpec = $reportSpec; } /** * @return Google_Service_AdMob_MediationReportSpec */ public function getReportSpec() { return $this->reportSpec; } } PK3 Z3h__Hvendor/google/apiclient-services/src/Google/Service/AdMob/StringList.phpnu[values = $values; } public function getValues() { return $this->values; } } PK3 Z_3^vendor/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpecSortCondition.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } } PK3 Z12r  Ovendor/google/apiclient-services/src/Google/Service/AdMob/NetworkReportSpec.phpnu[dateRange = $dateRange; } /** * @return Google_Service_AdMob_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_AdMob_NetworkReportSpecDimensionFilter[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_AdMob_NetworkReportSpecDimensionFilter[] */ public function getDimensionFilters() { return $this->dimensionFilters; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AdMob_LocalizationSettings */ public function setLocalizationSettings(Google_Service_AdMob_LocalizationSettings $localizationSettings) { $this->localizationSettings = $localizationSettings; } /** * @return Google_Service_AdMob_LocalizationSettings */ public function getLocalizationSettings() { return $this->localizationSettings; } public function setMaxReportRows($maxReportRows) { $this->maxReportRows = $maxReportRows; } public function getMaxReportRows() { return $this->maxReportRows; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } /** * @param Google_Service_AdMob_NetworkReportSpecSortCondition[] */ public function setSortConditions($sortConditions) { $this->sortConditions = $sortConditions; } /** * @return Google_Service_AdMob_NetworkReportSpecSortCondition[] */ public function getSortConditions() { return $this->sortConditions; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK3 Z%?!![vendor/google/apiclient-services/src/Google/Service/AdMob/ListPublisherAccountsResponse.phpnu[account = $account; } /** * @return Google_Service_AdMob_PublisherAccount[] */ public function getAccount() { return $this->account; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 Z$m\vendor/google/apiclient-services/src/Google/Service/AdMob/NetworkReportSpecSortCondition.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } } PK3 Z?O  [vendor/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportResponse.phpnu[footer = $footer; } /** * @return Google_Service_AdMob_ReportFooter */ public function getFooter() { return $this->footer; } /** * @param Google_Service_AdMob_ReportHeader */ public function setHeader(Google_Service_AdMob_ReportHeader $header) { $this->header = $header; } /** * @return Google_Service_AdMob_ReportHeader */ public function getHeader() { return $this->header; } /** * @param Google_Service_AdMob_ReportRow */ public function setRow(Google_Service_AdMob_ReportRow $row) { $this->row = $row; } /** * @return Google_Service_AdMob_ReportRow */ public function getRow() { return $this->row; } } PK3 Za/qUvendor/google/apiclient-services/src/Google/Service/AdMob/ReportRowDimensionValue.phpnu[displayLabel = $displayLabel; } public function getDisplayLabel() { return $this->displayLabel; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 Zja& & Qvendor/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpec.phpnu[dateRange = $dateRange; } /** * @return Google_Service_AdMob_DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param Google_Service_AdMob_MediationReportSpecDimensionFilter[] */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_AdMob_MediationReportSpecDimensionFilter[] */ public function getDimensionFilters() { return $this->dimensionFilters; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AdMob_LocalizationSettings */ public function setLocalizationSettings(Google_Service_AdMob_LocalizationSettings $localizationSettings) { $this->localizationSettings = $localizationSettings; } /** * @return Google_Service_AdMob_LocalizationSettings */ public function getLocalizationSettings() { return $this->localizationSettings; } public function setMaxReportRows($maxReportRows) { $this->maxReportRows = $maxReportRows; } public function getMaxReportRows() { return $this->maxReportRows; } public function setMetrics($metrics) { $this->metrics = $metrics; } public function getMetrics() { return $this->metrics; } /** * @param Google_Service_AdMob_MediationReportSpecSortCondition[] */ public function setSortConditions($sortConditions) { $this->sortConditions = $sortConditions; } /** * @return Google_Service_AdMob_MediationReportSpecSortCondition[] */ public function getSortConditions() { return $this->sortConditions; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } } PK3 ZfS//Dvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI.phpnu[ * The Org Policy API allows users to configure governance ruleson their GCP * resources across the Cloud Resource Hierarchy.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_OrgPolicyAPI extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $folders_constraints; public $folders_policies; public $organizations_constraints; public $organizations_policies; public $projects_constraints; public $projects_policies; /** * Constructs the internal representation of the OrgPolicyAPI service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://orgpolicy.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'orgpolicy'; $this->folders_constraints = new Google_Service_OrgPolicyAPI_Resource_FoldersConstraints( $this, $this->serviceName, 'constraints', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+parent}/constraints', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->folders_policies = new Google_Service_OrgPolicyAPI_Resource_FoldersPolicies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/policies', '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, ), ), ),'getEffectivePolicy' => array( 'path' => 'v2/{+name}:getEffectivePolicy', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/policies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->organizations_constraints = new Google_Service_OrgPolicyAPI_Resource_OrganizationsConstraints( $this, $this->serviceName, 'constraints', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+parent}/constraints', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->organizations_policies = new Google_Service_OrgPolicyAPI_Resource_OrganizationsPolicies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/policies', '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, ), ), ),'getEffectivePolicy' => array( 'path' => 'v2/{+name}:getEffectivePolicy', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/policies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_constraints = new Google_Service_OrgPolicyAPI_Resource_ProjectsConstraints( $this, $this->serviceName, 'constraints', array( 'methods' => array( 'list' => array( 'path' => 'v2/{+parent}/constraints', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_policies = new Google_Service_OrgPolicyAPI_Resource_ProjectsPolicies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'create' => array( 'path' => 'v2/{+parent}/policies', '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, ), ), ),'getEffectivePolicy' => array( 'path' => 'v2/{+name}:getEffectivePolicy', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v2/{+parent}/policies', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK3 Z34D{{|vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1QuotaProperties.phpnu[quotaMode = $quotaMode; } public function getQuotaMode() { return $this->quotaMode; } } PK3 Zh9'lddbvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK3 ZoMlyvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1Distribution.phpnu[bucketCounts = $bucketCounts; } public function getBucketCounts() { return $this->bucketCounts; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_CertificateAuthorityService_Exemplar[] */ public function setExemplars($exemplars) { $this->exemplars = $exemplars; } /** * @return Google_Service_CertificateAuthorityService_Exemplar[] */ public function getExemplars() { return $this->exemplars; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ExplicitBuckets */ public function setExplicitBuckets(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ExplicitBuckets $explicitBuckets) { $this->explicitBuckets = $explicitBuckets; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ExplicitBuckets */ public function getExplicitBuckets() { return $this->explicitBuckets; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ExponentialBuckets */ public function setExponentialBuckets(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ExponentialBuckets $exponentialBuckets) { $this->exponentialBuckets = $exponentialBuckets; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ExponentialBuckets */ public function getExponentialBuckets() { return $this->exponentialBuckets; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LinearBuckets */ public function setLinearBuckets(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LinearBuckets $linearBuckets) { $this->linearBuckets = $linearBuckets; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LinearBuckets */ public function getLinearBuckets() { return $this->linearBuckets; } public function setMaximum($maximum) { $this->maximum = $maximum; } public function getMaximum() { return $this->maximum; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } public function setMinimum($minimum) { $this->minimum = $minimum; } public function getMinimum() { return $this->minimum; } public function setSumOfSquaredDeviation($sumOfSquaredDeviation) { $this->sumOfSquaredDeviation = $sumOfSquaredDeviation; } public function getSumOfSquaredDeviation() { return $this->sumOfSquaredDeviation; } } PK3 Z7bvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReusableConfig.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfigValues */ public function setValues(Google_Service_CertificateAuthorityService_ReusableConfigValues $values) { $this->values = $values; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigValues */ public function getValues() { return $this->values; } } PK3 Zu00]vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CaOptions.phpnu[isCa = $isCa; } public function getIsCa() { return $this->isCa; } public function setMaxIssuerPathLength($maxIssuerPathLength) { $this->maxIssuerPathLength = $maxIssuerPathLength; } public function getMaxIssuerPathLength() { return $this->maxIssuerPathLength; } } PK3 ZÂ*[[avendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubjectConfig.phpnu[commonName = $commonName; } public function getCommonName() { return $this->commonName; } /** * @param Google_Service_CertificateAuthorityService_Subject */ public function setSubject(Google_Service_CertificateAuthorityService_Subject $subject) { $this->subject = $subject; } /** * @return Google_Service_CertificateAuthorityService_Subject */ public function getSubject() { return $this->subject; } /** * @param Google_Service_CertificateAuthorityService_SubjectAltNames */ public function setSubjectAltName(Google_Service_CertificateAuthorityService_SubjectAltNames $subjectAltName) { $this->subjectAltName = $subjectAltName; } /** * @return Google_Service_CertificateAuthorityService_SubjectAltNames */ public function getSubjectAltName() { return $this->subjectAltName; } } PK3 ZtOsvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReconciliationOperationMetadata.phpnu[deleteResource = $deleteResource; } public function getDeleteResource() { return $this->deleteResource; } } PK3 ZVmlvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RevokeCertificateRequest.phpnu[reason = $reason; } public function getReason() { return $this->reason; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK3 Z"]wvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1Attributes.phpnu[attributeMap = $attributeMap; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1AttributeValue[] */ public function getAttributeMap() { return $this->attributeMap; } public function setDroppedAttributesCount($droppedAttributesCount) { $this->droppedAttributesCount = $droppedAttributesCount; } public function getDroppedAttributesCount() { return $this->droppedAttributesCount; } } PK3 Zgbvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/IssuingOptions.phpnu[includeCaCertUrl = $includeCaCertUrl; } public function getIncludeCaCertUrl() { return $this->includeCaCertUrl; } public function setIncludeCrlAccessUrl($includeCrlAccessUrl) { $this->includeCrlAccessUrl = $includeCrlAccessUrl; } public function getIncludeCrlAccessUrl() { return $this->includeCrlAccessUrl; } } PK3 ZlGbbevendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RevocationDetails.phpnu[revocationState = $revocationState; } public function getRevocationState() { return $this->revocationState; } public function setRevocationTime($revocationTime) { $this->revocationTime = $revocationTime; } public function getRevocationTime() { return $this->revocationTime; } } PK3 Z?/$[vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Subject.phpnu[countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setOrganizationalUnit($organizationalUnit) { $this->organizationalUnit = $organizationalUnit; } public function getOrganizationalUnit() { return $this->organizationalUnit; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setProvince($province) { $this->province = $province; } public function getProvince() { return $this->province; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } } PK3 Z^HH_vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Certificate.phpnu[certificateDescription = $certificateDescription; } /** * @return Google_Service_CertificateAuthorityService_CertificateDescription */ public function getCertificateDescription() { return $this->certificateDescription; } /** * @param Google_Service_CertificateAuthorityService_CertificateConfig */ public function setConfig(Google_Service_CertificateAuthorityService_CertificateConfig $config) { $this->config = $config; } /** * @return Google_Service_CertificateAuthorityService_CertificateConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLifetime($lifetime) { $this->lifetime = $lifetime; } public function getLifetime() { return $this->lifetime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPemCertificate($pemCertificate) { $this->pemCertificate = $pemCertificate; } public function getPemCertificate() { return $this->pemCertificate; } public function setPemCertificateChain($pemCertificateChain) { $this->pemCertificateChain = $pemCertificateChain; } public function getPemCertificateChain() { return $this->pemCertificateChain; } public function setPemCsr($pemCsr) { $this->pemCsr = $pemCsr; } public function getPemCsr() { return $this->pemCsr; } /** * @param Google_Service_CertificateAuthorityService_RevocationDetails */ public function setRevocationDetails(Google_Service_CertificateAuthorityService_RevocationDetails $revocationDetails) { $this->revocationDetails = $revocationDetails; } /** * @return Google_Service_CertificateAuthorityService_RevocationDetails */ public function getRevocationDetails() { return $this->revocationDetails; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Z[*uuvvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/DisableCertificateAuthorityRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK3 ZO]vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/PublicKey.phpnu[key = $key; } public function getKey() { return $this->key; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 Zq*22hvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateAuthority.phpnu[accessUrls = $accessUrls; } /** * @return Google_Service_CertificateAuthorityService_AccessUrls */ public function getAccessUrls() { return $this->accessUrls; } /** * @param Google_Service_CertificateAuthorityService_CertificateDescription[] */ public function setCaCertificateDescriptions($caCertificateDescriptions) { $this->caCertificateDescriptions = $caCertificateDescriptions; } /** * @return Google_Service_CertificateAuthorityService_CertificateDescription[] */ public function getCaCertificateDescriptions() { return $this->caCertificateDescriptions; } /** * @param Google_Service_CertificateAuthorityService_CertificateAuthorityPolicy */ public function setCertificatePolicy(Google_Service_CertificateAuthorityService_CertificateAuthorityPolicy $certificatePolicy) { $this->certificatePolicy = $certificatePolicy; } /** * @return Google_Service_CertificateAuthorityService_CertificateAuthorityPolicy */ public function getCertificatePolicy() { return $this->certificatePolicy; } /** * @param Google_Service_CertificateAuthorityService_CertificateConfig */ public function setConfig(Google_Service_CertificateAuthorityService_CertificateConfig $config) { $this->config = $config; } /** * @return Google_Service_CertificateAuthorityService_CertificateConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } public function getDeleteTime() { return $this->deleteTime; } public function setGcsBucket($gcsBucket) { $this->gcsBucket = $gcsBucket; } public function getGcsBucket() { return $this->gcsBucket; } /** * @param Google_Service_CertificateAuthorityService_IssuingOptions */ public function setIssuingOptions(Google_Service_CertificateAuthorityService_IssuingOptions $issuingOptions) { $this->issuingOptions = $issuingOptions; } /** * @return Google_Service_CertificateAuthorityService_IssuingOptions */ public function getIssuingOptions() { return $this->issuingOptions; } /** * @param Google_Service_CertificateAuthorityService_KeyVersionSpec */ public function setKeySpec(Google_Service_CertificateAuthorityService_KeyVersionSpec $keySpec) { $this->keySpec = $keySpec; } /** * @return Google_Service_CertificateAuthorityService_KeyVersionSpec */ public function getKeySpec() { return $this->keySpec; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLifetime($lifetime) { $this->lifetime = $lifetime; } public function getLifetime() { return $this->lifetime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPemCaCertificates($pemCaCertificates) { $this->pemCaCertificates = $pemCaCertificates; } public function getPemCaCertificates() { return $this->pemCaCertificates; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_CertificateAuthorityService_SubordinateConfig */ public function setSubordinateConfig(Google_Service_CertificateAuthorityService_SubordinateConfig $subordinateConfig) { $this->subordinateConfig = $subordinateConfig; } /** * @return Google_Service_CertificateAuthorityService_SubordinateConfig */ public function getSubordinateConfig() { return $this->subordinateConfig; } public function setTier($tier) { $this->tier = $tier; } public function getTier() { return $this->tier; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Z*fXXyvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ResourceInfo.phpnu[resourceContainer = $resourceContainer; } public function getResourceContainer() { return $this->resourceContainer; } public function setResourceLocation($resourceLocation) { $this->resourceLocation = $resourceLocation; } public function getResourceLocation() { return $this->resourceLocation; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK3 Z2mư}vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ScheduleDeleteCertificateAuthorityRequest.phpnu[ignoreActiveCertificates = $ignoreActiveCertificates; } public function getIgnoreActiveCertificates() { return $this->ignoreActiveCertificates; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK3 Z; uucvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubjectAltNames.phpnu[customSans = $customSans; } /** * @return Google_Service_CertificateAuthorityService_X509Extension[] */ public function getCustomSans() { return $this->customSans; } public function setDnsNames($dnsNames) { $this->dnsNames = $dnsNames; } public function getDnsNames() { return $this->dnsNames; } public function setEmailAddresses($emailAddresses) { $this->emailAddresses = $emailAddresses; } public function getEmailAddresses() { return $this->emailAddresses; } public function setIpAddresses($ipAddresses) { $this->ipAddresses = $ipAddresses; } public function getIpAddresses() { return $this->ipAddresses; } public function setUris($uris) { $this->uris = $uris; } public function getUris() { return $this->uris; } } PK3 Z{vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1AttributeValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setIntValue($intValue) { $this->intValue = $intValue; } public function getIntValue() { return $this->intValue; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TruncatableString */ public function setStringValue(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TruncatableString $stringValue) { $this->stringValue = $stringValue; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TruncatableString */ public function getStringValue() { return $this->stringValue; } } PK3 ZPYvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Money.phpnu[currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } } PK3 Z&"KKuvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LogEntry.phpnu[httpRequest = $httpRequest; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1HttpRequest */ public function getHttpRequest() { return $this->httpRequest; } public function setInsertId($insertId) { $this->insertId = $insertId; } public function getInsertId() { return $this->insertId; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntryOperation */ public function setOperation(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntryOperation $operation) { $this->operation = $operation; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntryOperation */ public function getOperation() { return $this->operation; } public function setProtoPayload($protoPayload) { $this->protoPayload = $protoPayload; } public function getProtoPayload() { return $this->protoPayload; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntrySourceLocation */ public function setSourceLocation(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntrySourceLocation $sourceLocation) { $this->sourceLocation = $sourceLocation; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntrySourceLocation */ public function getSourceLocation() { return $this->sourceLocation; } public function setStructPayload($structPayload) { $this->structPayload = $structPayload; } public function getStructPayload() { return $this->structPayload; } public function setTextPayload($textPayload) { $this->textPayload = $textPayload; } public function getTextPayload() { return $this->textPayload; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setTrace($trace) { $this->trace = $trace; } public function getTrace() { return $this->trace; } } PK3 ZYF;==jvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AllowedSubjectAltNames.phpnu[allowCustomSans = $allowCustomSans; } public function getAllowCustomSans() { return $this->allowCustomSans; } public function setAllowGlobbingDnsWildcards($allowGlobbingDnsWildcards) { $this->allowGlobbingDnsWildcards = $allowGlobbingDnsWildcards; } public function getAllowGlobbingDnsWildcards() { return $this->allowGlobbingDnsWildcards; } public function setAllowedDnsNames($allowedDnsNames) { $this->allowedDnsNames = $allowedDnsNames; } public function getAllowedDnsNames() { return $this->allowedDnsNames; } public function setAllowedEmailAddresses($allowedEmailAddresses) { $this->allowedEmailAddresses = $allowedEmailAddresses; } public function getAllowedEmailAddresses() { return $this->allowedEmailAddresses; } public function setAllowedIps($allowedIps) { $this->allowedIps = $allowedIps; } public function getAllowedIps() { return $this->allowedIps; } public function setAllowedUris($allowedUris) { $this->allowedUris = $allowedUris; } public function getAllowedUris() { return $this->allowedUris; } } PK3 Zz[vvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListCertificateAuthoritiesResponse.phpnu[certificateAuthorities = $certificateAuthorities; } /** * @return Google_Service_CertificateAuthorityService_CertificateAuthority[] */ public function getCertificateAuthorities() { return $this->certificateAuthorities; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK3 ZPPlvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListCertificatesResponse.phpnu[certificates = $certificates; } /** * @return Google_Service_CertificateAuthorityService_Certificate[] */ public function getCertificates() { return $this->certificates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK3 Zf//gvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_CertificateAuthorityService_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK3 Z1`  xvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1MetricValue.phpnu[boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1Distribution */ public function setDistributionValue(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1Distribution $distributionValue) { $this->distributionValue = $distributionValue; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1Distribution */ public function getDistributionValue() { return $this->distributionValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CertificateAuthorityService_Money */ public function setMoneyValue(Google_Service_CertificateAuthorityService_Money $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return Google_Service_CertificateAuthorityService_Money */ public function getMoneyValue() { return $this->moneyValue; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } PK3 Zxyttuvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/EnableCertificateAuthorityRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK3 Z>[o׌Zvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CertificateAuthorityService_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CertificateAuthorityService_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CertificateAuthorityService_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Zez<<Yvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyId.phpnu[keyId = $keyId; } public function getKeyId() { return $this->keyId; } } PK3 Zcy4jvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CancelOperationRequest.phpnu[file = $file; } public function getFile() { return $this->file; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } PK3 ZGjvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubordinateConfigChain.phpnu[pemCertificates = $pemCertificates; } public function getPemCertificates() { return $this->pemCertificates; } } PK3 Zq*uuvvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RestoreCertificateAuthorityRequest.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK3 Z!ttovendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListReusableConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfig[] */ public function setReusableConfigs($reusableConfigs) { $this->reusableConfigs = $reusableConfigs; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfig[] */ public function getReusableConfigs() { return $this->reusableConfigs; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK3 Z?|vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ExplicitBuckets.phpnu[bounds = $bounds; } public function getBounds() { return $this->bounds; } } PK3 Z3mnvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK3 ZZvpavendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/X509Extension.phpnu[critical = $critical; } public function getCritical() { return $this->critical; } /** * @param Google_Service_CertificateAuthorityService_ObjectId */ public function setObjectId(Google_Service_CertificateAuthorityService_ObjectId $objectId) { $this->objectId = $objectId; } /** * @return Google_Service_CertificateAuthorityService_ObjectId */ public function getObjectId() { return $this->objectId; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 ZHF/!/!vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsCertificateAuthoritiesCertificateRevocationLists.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $certificateRevocationLists = $privatecaService->certificateRevocationLists; * */ class Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsCertificateAuthoritiesCertificateRevocationLists extends Google_Service_Resource { /** * Returns a CertificateRevocationList. (certificateRevocationLists.get) * * @param string $name Required. The name of the CertificateRevocationList to * get. * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_CertificateRevocationList */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CertificateAuthorityService_CertificateRevocationList"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (certificateRevocationLists.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CertificateAuthorityService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CertificateAuthorityService_Policy"); } /** * Lists CertificateRevocationLists. (certificateRevocationLists.listProjectsLoc * ationsCertificateAuthoritiesCertificateRevocationLists) * * @param string $parent Required. The resource name of the location associated * with the CertificateRevocationLists, in the format * `projects/locations/certificateauthorities`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. * @opt_param string orderBy Optional. Specify how the results should be sorted. * @opt_param int pageSize Optional. Limit on the number of * CertificateRevocationLists to include in the response. Further * CertificateRevocationLists can subsequently be obtained by including the * ListCertificateRevocationListsResponse.next_page_token in a subsequent * request. If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Pagination token, returned earlier via * ListCertificateRevocationListsResponse.next_page_token. * @return Google_Service_CertificateAuthorityService_ListCertificateRevocationListsResponse */ public function listProjectsLocationsCertificateAuthoritiesCertificateRevocationLists($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CertificateAuthorityService_ListCertificateRevocationListsResponse"); } /** * Update a CertificateRevocationList. (certificateRevocationLists.patch) * * @param string $name Output only. The resource path for this * CertificateRevocationList in the format * `projects/locations/certificateAuthorities/ certificateRevocationLists`. * @param Google_Service_CertificateAuthorityService_CertificateRevocationList $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An ID to identify requests. Specify a * unique request ID so that if you must retry your request, the server will * know to ignore the request if it has already been completed. The server will * guarantee that for at least 60 minutes since the first request. For example, * consider a situation where you make an initial request and t he request times * out. If you make the request again with the same request ID, the server can * check if original operation with the same request ID was received, and if so, * will ignore the second request. This prevents clients from accidentally * creating duplicate commitments. The request ID must be a valid UUID with the * exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @opt_param string updateMask Required. A list of fields to be updated in this * request. * @return Google_Service_CertificateAuthorityService_Operation */ public function patch($name, Google_Service_CertificateAuthorityService_CertificateRevocationList $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (certificateRevocationLists.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_CertificateAuthorityService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Policy */ public function setIamPolicy($resource, Google_Service_CertificateAuthorityService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CertificateAuthorityService_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (certificateRevocationLists.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_CertificateAuthorityService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CertificateAuthorityService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CertificateAuthorityService_TestIamPermissionsResponse"); } } PK3 Zk  nvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocations.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $locations = $privatecaService->locations; * */ class Google_Service_CertificateAuthorityService_Resource_ProjectsLocations extends Google_Service_Resource { /** * Gets information about a location. (locations.get) * * @param string $name Resource name for the location. * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Location */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CertificateAuthorityService_Location"); } /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service will select a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_CertificateAuthorityService_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CertificateAuthorityService_ListLocationsResponse"); } } PK3 Zi=Vxvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsOperations.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $operations = $privatecaService->operations; * */ class Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CertificateAuthorityService_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_PrivatecaEmpty */ public function cancel($name, Google_Service_CertificateAuthorityService_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CertificateAuthorityService_PrivatecaEmpty"); } /** * 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_CertificateAuthorityService_PrivatecaEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CertificateAuthorityService_PrivatecaEmpty"); } /** * 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_CertificateAuthorityService_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CertificateAuthorityService_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CertificateAuthorityService_ListOperationsResponse"); } } PK3 ZSwvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsCertificateAuthoritiesCertificates.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $certificates = $privatecaService->certificates; * */ class Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsCertificateAuthoritiesCertificates extends Google_Service_Resource { /** * Create a new Certificate in a given Project, Location from a particular * CertificateAuthority. (certificates.create) * * @param string $parent Required. The resource name of the location and * CertificateAuthority associated with the Certificate, in the format * `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_Certificate $postBody * @param array $optParams Optional parameters. * * @opt_param string certificateId Optional. It must be unique within a location * and match the regular expression `[a-zA-Z0-9_-]{1,63}`. This field is * required when using a CertificateAuthority in the Enterprise * CertificateAuthority.Tier, but is optional and its value is ignored * otherwise. * @opt_param string requestId Optional. An ID to identify requests. Specify a * unique request ID so that if you must retry your request, the server will * know to ignore the request if it has already been completed. The server will * guarantee that for at least 60 minutes since the first request. For example, * consider a situation where you make an initial request and t he request times * out. If you make the request again with the same request ID, the server can * check if original operation with the same request ID was received, and if so, * will ignore the second request. This prevents clients from accidentally * creating duplicate commitments. The request ID must be a valid UUID with the * exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @return Google_Service_CertificateAuthorityService_Certificate */ public function create($parent, Google_Service_CertificateAuthorityService_Certificate $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CertificateAuthorityService_Certificate"); } /** * Returns a Certificate. (certificates.get) * * @param string $name Required. The name of the Certificate to get. * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Certificate */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CertificateAuthorityService_Certificate"); } /** * Lists Certificates. * (certificates.listProjectsLocationsCertificateAuthoritiesCertificates) * * @param string $parent Required. The resource name of the location associated * with the Certificates, in the format * `projects/locations/certificateauthorities`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. For details on supported filters and syntax, see * [Certificates Filtering documentation](https://cloud.google.com/certificate- * authority-service/docs/sorting-filtering-certificates#filtering_support). * @opt_param string orderBy Optional. Specify how the results should be sorted. * For details on supported fields and syntax, see [Certificates Sorting * documentation](https://cloud.google.com/certificate-authority-service/docs * /sorting-filtering-certificates#sorting_support). * @opt_param int pageSize Optional. Limit on the number of Certificates to * include in the response. Further Certificates can subsequently be obtained by * including the ListCertificatesResponse.next_page_token in a subsequent * request. If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Pagination token, returned earlier via * ListCertificatesResponse.next_page_token. * @return Google_Service_CertificateAuthorityService_ListCertificatesResponse */ public function listProjectsLocationsCertificateAuthoritiesCertificates($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CertificateAuthorityService_ListCertificatesResponse"); } /** * Update a Certificate. Currently, the only field you can update is the labels * field. (certificates.patch) * * @param string $name Output only. The resource path for this Certificate in * the format `projects/locations/certificateAuthorities/certificates`. * @param Google_Service_CertificateAuthorityService_Certificate $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An ID to identify requests. Specify a * unique request ID so that if you must retry your request, the server will * know to ignore the request if it has already been completed. The server will * guarantee that for at least 60 minutes since the first request. For example, * consider a situation where you make an initial request and t he request times * out. If you make the request again with the same request ID, the server can * check if original operation with the same request ID was received, and if so, * will ignore the second request. This prevents clients from accidentally * creating duplicate commitments. The request ID must be a valid UUID with the * exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @opt_param string updateMask Required. A list of fields to be updated in this * request. * @return Google_Service_CertificateAuthorityService_Certificate */ public function patch($name, Google_Service_CertificateAuthorityService_Certificate $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CertificateAuthorityService_Certificate"); } /** * Revoke a Certificate. (certificates.revoke) * * @param string $name Required. The resource name for this Certificate in the * format `projects/locations/certificateAuthorities/certificates`. * @param Google_Service_CertificateAuthorityService_RevokeCertificateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Certificate */ public function revoke($name, Google_Service_CertificateAuthorityService_RevokeCertificateRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('revoke', array($params), "Google_Service_CertificateAuthorityService_Certificate"); } } PK3 ZJevendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/Projects.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $projects = $privatecaService->projects; * */ class Google_Service_CertificateAuthorityService_Resource_Projects extends Google_Service_Resource { } PK3 ZΰMh}vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsReusableConfigs.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $reusableConfigs = $privatecaService->reusableConfigs; * */ class Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsReusableConfigs extends Google_Service_Resource { /** * Returns a ReusableConfig. (reusableConfigs.get) * * @param string $name Required. The name of the ReusableConfigs to get. * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_ReusableConfig */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CertificateAuthorityService_ReusableConfig"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (reusableConfigs.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CertificateAuthorityService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CertificateAuthorityService_Policy"); } /** * Lists ReusableConfigs. (reusableConfigs.listProjectsLocationsReusableConfigs) * * @param string $parent Required. The resource name of the location associated * with the ReusableConfigs, in the format `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. * @opt_param string orderBy Optional. Specify how the results should be sorted. * @opt_param int pageSize Optional. Limit on the number of ReusableConfigs to * include in the response. Further ReusableConfigs can subsequently be obtained * by including the ListReusableConfigsResponse.next_page_token in a subsequent * request. If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Pagination token, returned earlier via * ListReusableConfigsResponse.next_page_token. * @return Google_Service_CertificateAuthorityService_ListReusableConfigsResponse */ public function listProjectsLocationsReusableConfigs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CertificateAuthorityService_ListReusableConfigsResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (reusableConfigs.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_CertificateAuthorityService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Policy */ public function setIamPolicy($resource, Google_Service_CertificateAuthorityService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CertificateAuthorityService_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (reusableConfigs.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_CertificateAuthorityService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CertificateAuthorityService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CertificateAuthorityService_TestIamPermissionsResponse"); } } PK3 Z}<}<vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsCertificateAuthorities.phpnu[ * $privatecaService = new Google_Service_CertificateAuthorityService(...); * $certificateAuthorities = $privatecaService->certificateAuthorities; * */ class Google_Service_CertificateAuthorityService_Resource_ProjectsLocationsCertificateAuthorities extends Google_Service_Resource { /** * Activate a CertificateAuthority that is in state PENDING_ACTIVATION and is of * type SUBORDINATE. After the parent Certificate Authority signs a certificate * signing request from FetchCertificateAuthorityCsr, this method can complete * the activation process. (certificateAuthorities.activate) * * @param string $name Required. The resource name for this CertificateAuthority * in the format `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_ActivateCertificateAuthorityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Operation */ public function activate($name, Google_Service_CertificateAuthorityService_ActivateCertificateAuthorityRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Create a new CertificateAuthority in a given Project and Location. * (certificateAuthorities.create) * * @param string $parent Required. The resource name of the location associated * with the CertificateAuthorities, in the format `projects/locations`. * @param Google_Service_CertificateAuthorityService_CertificateAuthority $postBody * @param array $optParams Optional parameters. * * @opt_param string certificateAuthorityId Required. It must be unique within a * location and match the regular expression `[a-zA-Z0-9_-]{1,63}` * @opt_param string requestId Optional. An ID to identify requests. Specify a * unique request ID so that if you must retry your request, the server will * know to ignore the request if it has already been completed. The server will * guarantee that for at least 60 minutes since the first request. For example, * consider a situation where you make an initial request and t he request times * out. If you make the request again with the same request ID, the server can * check if original operation with the same request ID was received, and if so, * will ignore the second request. This prevents clients from accidentally * creating duplicate commitments. The request ID must be a valid UUID with the * exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @return Google_Service_CertificateAuthorityService_Operation */ public function create($parent, Google_Service_CertificateAuthorityService_CertificateAuthority $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Disable a CertificateAuthority. (certificateAuthorities.disable) * * @param string $name Required. The resource name for this CertificateAuthority * in the format `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_DisableCertificateAuthorityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Operation */ public function disable($name, Google_Service_CertificateAuthorityService_DisableCertificateAuthorityRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disable', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Enable a CertificateAuthority. (certificateAuthorities.enable) * * @param string $name Required. The resource name for this CertificateAuthority * in the format `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_EnableCertificateAuthorityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Operation */ public function enable($name, Google_Service_CertificateAuthorityService_EnableCertificateAuthorityRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enable', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Fetch a certificate signing request (CSR) from a CertificateAuthority that is * in state PENDING_ACTIVATION and is of type SUBORDINATE. The CSR must then be * signed by the desired parent Certificate Authority, which could be another * CertificateAuthority resource, or could be an on-prem certificate authority. * See also ActivateCertificateAuthority. (certificateAuthorities.fetch) * * @param string $name Required. The resource name for this CertificateAuthority * in the format `projects/locations/certificateAuthorities`. * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_FetchCertificateAuthorityCsrResponse */ public function fetch($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('fetch', array($params), "Google_Service_CertificateAuthorityService_FetchCertificateAuthorityCsrResponse"); } /** * Returns a CertificateAuthority. (certificateAuthorities.get) * * @param string $name Required. The name of the CertificateAuthority to get. * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_CertificateAuthority */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CertificateAuthorityService_CertificateAuthority"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. * (certificateAuthorities.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format * version to be returned. Valid values are 0, 1, and 3. Requests specifying an * invalid value will be rejected. Requests for policies with any conditional * bindings must specify version 3. Policies without any conditional bindings * may specify any valid value or leave the field unset. To learn which * resources support conditions in their IAM policies, see the [IAM * documentation](https://cloud.google.com/iam/help/conditions/resource- * policies). * @return Google_Service_CertificateAuthorityService_Policy */ public function getIamPolicy($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_CertificateAuthorityService_Policy"); } /** * Lists CertificateAuthorities. * (certificateAuthorities.listProjectsLocationsCertificateAuthorities) * * @param string $parent Required. The resource name of the location associated * with the CertificateAuthorities, in the format `projects/locations`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Only include resources that match the * filter in the response. * @opt_param string orderBy Optional. Specify how the results should be sorted. * @opt_param int pageSize Optional. Limit on the number of * CertificateAuthorities to include in the response. Further * CertificateAuthorities can subsequently be obtained by including the * ListCertificateAuthoritiesResponse.next_page_token in a subsequent request. * If unspecified, the server will pick an appropriate default. * @opt_param string pageToken Optional. Pagination token, returned earlier via * ListCertificateAuthoritiesResponse.next_page_token. * @return Google_Service_CertificateAuthorityService_ListCertificateAuthoritiesResponse */ public function listProjectsLocationsCertificateAuthorities($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CertificateAuthorityService_ListCertificateAuthoritiesResponse"); } /** * Update a CertificateAuthority. (certificateAuthorities.patch) * * @param string $name Output only. The resource name for this * CertificateAuthority in the format * `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_CertificateAuthority $postBody * @param array $optParams Optional parameters. * * @opt_param string requestId Optional. An ID to identify requests. Specify a * unique request ID so that if you must retry your request, the server will * know to ignore the request if it has already been completed. The server will * guarantee that for at least 60 minutes since the first request. For example, * consider a situation where you make an initial request and t he request times * out. If you make the request again with the same request ID, the server can * check if original operation with the same request ID was received, and if so, * will ignore the second request. This prevents clients from accidentally * creating duplicate commitments. The request ID must be a valid UUID with the * exception that zero UUID is not supported * (00000000-0000-0000-0000-000000000000). * @opt_param string updateMask Required. A list of fields to be updated in this * request. * @return Google_Service_CertificateAuthorityService_Operation */ public function patch($name, Google_Service_CertificateAuthorityService_CertificateAuthority $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Restore a CertificateAuthority that is scheduled for deletion. * (certificateAuthorities.restore) * * @param string $name Required. The resource name for this CertificateAuthority * in the format `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_RestoreCertificateAuthorityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Operation */ public function restore($name, Google_Service_CertificateAuthorityService_RestoreCertificateAuthorityRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('restore', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Schedule a CertificateAuthority for deletion. * (certificateAuthorities.scheduleDelete) * * @param string $name Required. The resource name for this CertificateAuthority * in the format `projects/locations/certificateAuthorities`. * @param Google_Service_CertificateAuthorityService_ScheduleDeleteCertificateAuthorityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Operation */ public function scheduleDelete($name, Google_Service_CertificateAuthorityService_ScheduleDeleteCertificateAuthorityRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('scheduleDelete', array($params), "Google_Service_CertificateAuthorityService_Operation"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (certificateAuthorities.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_CertificateAuthorityService_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_Policy */ public function setIamPolicy($resource, Google_Service_CertificateAuthorityService_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CertificateAuthorityService_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (certificateAuthorities.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_CertificateAuthorityService_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CertificateAuthorityService_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_CertificateAuthorityService_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_CertificateAuthorityService_TestIamPermissionsResponse"); } } PK3 Z/evendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/OperationMetadata.phpnu[apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } public function getRequestedCancellation() { return $this->requestedCancellation; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } } PK3 Z QQbvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyVersionSpec.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setCloudKmsKeyVersion($cloudKmsKeyVersion) { $this->cloudKmsKeyVersion = $cloudKmsKeyVersion; } public function getCloudKmsKeyVersion() { return $this->cloudKmsKeyVersion; } } PK3 ZV[vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CertificateAuthorityService_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK3 Ze kkivendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListLocationsResponse.phpnu[locations = $locations; } /** * @return Google_Service_CertificateAuthorityService_Location[] */ public function getLocations() { return $this->locations; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 ZPͯbvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/PrivatecaEmpty.phpnu[reportRequests = $reportRequests; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ReportRequest[] */ public function getReportRequests() { return $this->reportRequests; } } PK3 Zevendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AllowedConfigList.phpnu[allowedConfigValues = $allowedConfigValues; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigWrapper[] */ public function getAllowedConfigValues() { return $this->allowedConfigValues; } } PK3 ZO\vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ObjectId.phpnu[objectIdPath = $objectIdPath; } public function getObjectIdPath() { return $this->objectIdPath; } } PK3 Zo_QQ~vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1TruncatableString.phpnu[truncatedByteCount = $truncatedByteCount; } public function getTruncatedByteCount() { return $this->truncatedByteCount; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 Z!dmvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK3 ZUU 2zvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListCertificateRevocationListsResponse.phpnu[certificateRevocationLists = $certificateRevocationLists; } /** * @return Google_Service_CertificateAuthorityService_CertificateRevocationList[] */ public function getCertificateRevocationLists() { return $this->certificateRevocationLists; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } } PK3 ZOO O hvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReusableConfigValues.phpnu[additionalExtensions = $additionalExtensions; } /** * @return Google_Service_CertificateAuthorityService_X509Extension[] */ public function getAdditionalExtensions() { return $this->additionalExtensions; } public function setAiaOcspServers($aiaOcspServers) { $this->aiaOcspServers = $aiaOcspServers; } public function getAiaOcspServers() { return $this->aiaOcspServers; } /** * @param Google_Service_CertificateAuthorityService_CaOptions */ public function setCaOptions(Google_Service_CertificateAuthorityService_CaOptions $caOptions) { $this->caOptions = $caOptions; } /** * @return Google_Service_CertificateAuthorityService_CaOptions */ public function getCaOptions() { return $this->caOptions; } /** * @param Google_Service_CertificateAuthorityService_KeyUsage */ public function setKeyUsage(Google_Service_CertificateAuthorityService_KeyUsage $keyUsage) { $this->keyUsage = $keyUsage; } /** * @return Google_Service_CertificateAuthorityService_KeyUsage */ public function getKeyUsage() { return $this->keyUsage; } /** * @param Google_Service_CertificateAuthorityService_ObjectId[] */ public function setPolicyIds($policyIds) { $this->policyIds = $policyIds; } /** * @return Google_Service_CertificateAuthorityService_ObjectId[] */ public function getPolicyIds() { return $this->policyIds; } } PK3 Z~~^vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AccessUrls.phpnu[caCertificateAccessUrl = $caCertificateAccessUrl; } public function getCaCertificateAccessUrl() { return $this->caCertificateAccessUrl; } public function setCrlAccessUrl($crlAccessUrl) { $this->crlAccessUrl = $crlAccessUrl; } public function getCrlAccessUrl() { return $this->crlAccessUrl; } } PK3 Z evendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubordinateConfig.phpnu[certificateAuthority = $certificateAuthority; } public function getCertificateAuthority() { return $this->certificateAuthority; } /** * @param Google_Service_CertificateAuthorityService_SubordinateConfigChain */ public function setPemIssuerChain(Google_Service_CertificateAuthorityService_SubordinateConfigChain $pemIssuerChain) { $this->pemIssuerChain = $pemIssuerChain; } /** * @return Google_Service_CertificateAuthorityService_SubordinateConfigChain */ public function getPemIssuerChain() { return $this->pemIssuerChain; } } PK3 ZbLLvvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1Operation.phpnu[consumerId = $consumerId; } public function getConsumerId() { return $this->consumerId; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } public function setImportance($importance) { $this->importance = $importance; } public function getImportance() { return $this->importance; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntry[] */ public function setLogEntries($logEntries) { $this->logEntries = $logEntries; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntry[] */ public function getLogEntries() { return $this->logEntries; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1MetricValueSet[] */ public function setMetricValueSets($metricValueSets) { $this->metricValueSets = $metricValueSets; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1MetricValueSet[] */ public function getMetricValueSets() { return $this->metricValueSets; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } public function setOperationName($operationName) { $this->operationName = $operationName; } public function getOperationName() { return $this->operationName; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1QuotaProperties */ public function setQuotaProperties(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1QuotaProperties $quotaProperties) { $this->quotaProperties = $quotaProperties; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1QuotaProperties */ public function getQuotaProperties() { return $this->quotaProperties; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ResourceInfo[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1ResourceInfo[] */ public function getResources() { return $this->resources; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TraceSpan[] */ public function setTraceSpans($traceSpans) { $this->traceSpans = $traceSpans; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TraceSpan[] */ public function getTraceSpans() { return $this->traceSpans; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } } PK3 Z89Qevendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateConfig.phpnu[publicKey = $publicKey; } /** * @return Google_Service_CertificateAuthorityService_PublicKey */ public function getPublicKey() { return $this->publicKey; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfigWrapper */ public function setReusableConfig(Google_Service_CertificateAuthorityService_ReusableConfigWrapper $reusableConfig) { $this->reusableConfig = $reusableConfig; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigWrapper */ public function getReusableConfig() { return $this->reusableConfig; } /** * @param Google_Service_CertificateAuthorityService_SubjectConfig */ public function setSubjectConfig(Google_Service_CertificateAuthorityService_SubjectConfig $subjectConfig) { $this->subjectConfig = $subjectConfig; } /** * @return Google_Service_CertificateAuthorityService_SubjectConfig */ public function getSubjectConfig() { return $this->subjectConfig; } } PK3 Z{uzvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ReportRequest.phpnu[operations = $operations; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1Operation[] */ public function getOperations() { return $this->operations; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK3 Zfzvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LinearBuckets.phpnu[numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK3 ZQžwvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ActivateCertificateAuthorityRequest.phpnu[pemCaCertificate = $pemCaCertificate; } public function getPemCaCertificate() { return $this->pemCaCertificate; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_CertificateAuthorityService_SubordinateConfig */ public function setSubordinateConfig(Google_Service_CertificateAuthorityService_SubordinateConfig $subordinateConfig) { $this->subordinateConfig = $subordinateConfig; } /** * @return Google_Service_CertificateAuthorityService_SubordinateConfig */ public function getSubordinateConfig() { return $this->subordinateConfig; } } PK3 Z[]vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CertificateAuthorityService_Status */ public function setError(Google_Service_CertificateAuthorityService_Status $error) { $this->error = $error; } /** * @return Google_Service_CertificateAuthorityService_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK3 Zivendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReusableConfigWrapper.phpnu[reusableConfig = $reusableConfig; } public function getReusableConfig() { return $this->reusableConfig; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfigValues */ public function setReusableConfigValues(Google_Service_CertificateAuthorityService_ReusableConfigValues $reusableConfigValues) { $this->reusableConfigValues = $reusableConfigValues; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigValues */ public function getReusableConfigValues() { return $this->reusableConfigValues; } } PK3 ZPFZvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Status.phpnu[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; } } PK3 Z_k3++vvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1TraceSpan.phpnu[attributes = $attributes; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1Attributes */ public function getAttributes() { return $this->attributes; } public function setChildSpanCount($childSpanCount) { $this->childSpanCount = $childSpanCount; } public function getChildSpanCount() { return $this->childSpanCount; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TruncatableString */ public function setDisplayName(Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TruncatableString $displayName) { $this->displayName = $displayName; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1TruncatableString */ public function getDisplayName() { return $this->displayName; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParentSpanId($parentSpanId) { $this->parentSpanId = $parentSpanId; } public function getParentSpanId() { return $this->parentSpanId; } public function setSameProcessAsParentSpan($sameProcessAsParentSpan) { $this->sameProcessAsParentSpan = $sameProcessAsParentSpan; } public function getSameProcessAsParentSpan() { return $this->sameProcessAsParentSpan; } public function setSpanId($spanId) { $this->spanId = $spanId; } public function getSpanId() { return $this->spanId; } public function setSpanKind($spanKind) { $this->spanKind = $spanKind; } public function getSpanKind() { return $this->spanKind; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_CertificateAuthorityService_Status */ public function setStatus(Google_Service_CertificateAuthorityService_Status $status) { $this->status = $status; } /** * @return Google_Service_CertificateAuthorityService_Status */ public function getStatus() { return $this->status; } } PK3 Z xvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1HttpRequest.phpnu[cacheFillBytes = $cacheFillBytes; } public function getCacheFillBytes() { return $this->cacheFillBytes; } public function setCacheHit($cacheHit) { $this->cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } public function setCacheLookup($cacheLookup) { $this->cacheLookup = $cacheLookup; } public function getCacheLookup() { return $this->cacheLookup; } public function setCacheValidatedWithOriginServer($cacheValidatedWithOriginServer) { $this->cacheValidatedWithOriginServer = $cacheValidatedWithOriginServer; } public function getCacheValidatedWithOriginServer() { return $this->cacheValidatedWithOriginServer; } public function setLatency($latency) { $this->latency = $latency; } public function getLatency() { return $this->latency; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setReferer($referer) { $this->referer = $referer; } public function getReferer() { return $this->referer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setRequestMethod($requestMethod) { $this->requestMethod = $requestMethod; } public function getRequestMethod() { return $this->requestMethod; } public function setRequestSize($requestSize) { $this->requestSize = $requestSize; } public function getRequestSize() { return $this->requestSize; } public function setRequestUrl($requestUrl) { $this->requestUrl = $requestUrl; } public function getRequestUrl() { return $this->requestUrl; } public function setResponseSize($responseSize) { $this->responseSize = $responseSize; } public function getResponseSize() { return $this->responseSize; } public function setServerIp($serverIp) { $this->serverIp = $serverIp; } public function getServerIp() { return $this->serverIp; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } } PK3 Z덲\vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Exemplar.phpnu[attachments = $attachments; } public function getAttachments() { return $this->attachments; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 ZN00fvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RevokedCertificate.phpnu[certificate = $certificate; } public function getCertificate() { return $this->certificate; } public function setHexSerialNumber($hexSerialNumber) { $this->hexSerialNumber = $hexSerialNumber; } public function getHexSerialNumber() { return $this->hexSerialNumber; } public function setRevocationReason($revocationReason) { $this->revocationReason = $revocationReason; } public function getRevocationReason() { return $this->revocationReason; } } PK3 Z:xxjvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CertificateAuthorityService_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CertificateAuthorityService_Operation[] */ public function getOperations() { return $this->operations; } } PK3 Z/  vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ExponentialBuckets.phpnu[growthFactor = $growthFactor; } public function getGrowthFactor() { return $this->growthFactor; } public function setNumFiniteBuckets($numFiniteBuckets) { $this->numFiniteBuckets = $numFiniteBuckets; } public function getNumFiniteBuckets() { return $this->numFiniteBuckets; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } } PK3 Z${vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1MetricValueSet.phpnu[metricName = $metricName; } public function getMetricName() { return $this->metricName; } /** * @param Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1MetricValue[] */ public function setMetricValues($metricValues) { $this->metricValues = $metricValues; } /** * @return Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1MetricValue[] */ public function getMetricValues() { return $this->metricValues; } } PK3 ZXL?avendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/IssuanceModes.phpnu[allowConfigBasedIssuance = $allowConfigBasedIssuance; } public function getAllowConfigBasedIssuance() { return $this->allowConfigBasedIssuance; } public function setAllowCsrBasedIssuance($allowCsrBasedIssuance) { $this->allowCsrBasedIssuance = $allowCsrBasedIssuance; } public function getAllowCsrBasedIssuance() { return $this->allowCsrBasedIssuance; } } PK3 Z I$: cvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyUsageOptions.phpnu[certSign = $certSign; } public function getCertSign() { return $this->certSign; } public function setContentCommitment($contentCommitment) { $this->contentCommitment = $contentCommitment; } public function getContentCommitment() { return $this->contentCommitment; } public function setCrlSign($crlSign) { $this->crlSign = $crlSign; } public function getCrlSign() { return $this->crlSign; } public function setDataEncipherment($dataEncipherment) { $this->dataEncipherment = $dataEncipherment; } public function getDataEncipherment() { return $this->dataEncipherment; } public function setDecipherOnly($decipherOnly) { $this->decipherOnly = $decipherOnly; } public function getDecipherOnly() { return $this->decipherOnly; } public function setDigitalSignature($digitalSignature) { $this->digitalSignature = $digitalSignature; } public function getDigitalSignature() { return $this->digitalSignature; } public function setEncipherOnly($encipherOnly) { $this->encipherOnly = $encipherOnly; } public function getEncipherOnly() { return $this->encipherOnly; } public function setKeyAgreement($keyAgreement) { $this->keyAgreement = $keyAgreement; } public function getKeyAgreement() { return $this->keyAgreement; } public function setKeyEncipherment($keyEncipherment) { $this->keyEncipherment = $keyEncipherment; } public function getKeyEncipherment() { return $this->keyEncipherment; } } PK3 ZE=\vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Location.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK3 Z*_vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CertificateAuthorityService_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK3 ZM-}j j mvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateRevocationList.phpnu[accessUrl = $accessUrl; } public function getAccessUrl() { return $this->accessUrl; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPemCrl($pemCrl) { $this->pemCrl = $pemCrl; } public function getPemCrl() { return $this->pemCrl; } /** * @param Google_Service_CertificateAuthorityService_RevokedCertificate[] */ public function setRevokedCertificates($revokedCertificates) { $this->revokedCertificates = $revokedCertificates; } /** * @return Google_Service_CertificateAuthorityService_RevokedCertificate[] */ public function getRevokedCertificates() { return $this->revokedCertificates; } public function setSequenceNumber($sequenceNumber) { $this->sequenceNumber = $sequenceNumber; } public function getSequenceNumber() { return $this->sequenceNumber; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Zk[bbxvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/FetchCertificateAuthorityCsrResponse.phpnu[pemCsr = $pemCsr; } public function getPemCsr() { return $this->pemCsr; } } PK3 Z jvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateDescription.phpnu[aiaIssuingCertificateUrls = $aiaIssuingCertificateUrls; } public function getAiaIssuingCertificateUrls() { return $this->aiaIssuingCertificateUrls; } /** * @param Google_Service_CertificateAuthorityService_KeyId */ public function setAuthorityKeyId(Google_Service_CertificateAuthorityService_KeyId $authorityKeyId) { $this->authorityKeyId = $authorityKeyId; } /** * @return Google_Service_CertificateAuthorityService_KeyId */ public function getAuthorityKeyId() { return $this->authorityKeyId; } /** * @param Google_Service_CertificateAuthorityService_CertificateFingerprint */ public function setCertFingerprint(Google_Service_CertificateAuthorityService_CertificateFingerprint $certFingerprint) { $this->certFingerprint = $certFingerprint; } /** * @return Google_Service_CertificateAuthorityService_CertificateFingerprint */ public function getCertFingerprint() { return $this->certFingerprint; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfigValues */ public function setConfigValues(Google_Service_CertificateAuthorityService_ReusableConfigValues $configValues) { $this->configValues = $configValues; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigValues */ public function getConfigValues() { return $this->configValues; } public function setCrlDistributionPoints($crlDistributionPoints) { $this->crlDistributionPoints = $crlDistributionPoints; } public function getCrlDistributionPoints() { return $this->crlDistributionPoints; } /** * @param Google_Service_CertificateAuthorityService_PublicKey */ public function setPublicKey(Google_Service_CertificateAuthorityService_PublicKey $publicKey) { $this->publicKey = $publicKey; } /** * @return Google_Service_CertificateAuthorityService_PublicKey */ public function getPublicKey() { return $this->publicKey; } /** * @param Google_Service_CertificateAuthorityService_SubjectDescription */ public function setSubjectDescription(Google_Service_CertificateAuthorityService_SubjectDescription $subjectDescription) { $this->subjectDescription = $subjectDescription; } /** * @return Google_Service_CertificateAuthorityService_SubjectDescription */ public function getSubjectDescription() { return $this->subjectDescription; } /** * @param Google_Service_CertificateAuthorityService_KeyId */ public function setSubjectKeyId(Google_Service_CertificateAuthorityService_KeyId $subjectKeyId) { $this->subjectKeyId = $subjectKeyId; } /** * @return Google_Service_CertificateAuthorityService_KeyId */ public function getSubjectKeyId() { return $this->subjectKeyId; } } PK3 Z`Yppjvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateFingerprint.phpnu[sha256Hash = $sha256Hash; } public function getSha256Hash() { return $this->sha256Hash; } } PK3 Z]nnnvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateAuthorityPolicy.phpnu[allowedCommonNames = $allowedCommonNames; } public function getAllowedCommonNames() { return $this->allowedCommonNames; } /** * @param Google_Service_CertificateAuthorityService_AllowedConfigList */ public function setAllowedConfigList(Google_Service_CertificateAuthorityService_AllowedConfigList $allowedConfigList) { $this->allowedConfigList = $allowedConfigList; } /** * @return Google_Service_CertificateAuthorityService_AllowedConfigList */ public function getAllowedConfigList() { return $this->allowedConfigList; } /** * @param Google_Service_CertificateAuthorityService_IssuanceModes */ public function setAllowedIssuanceModes(Google_Service_CertificateAuthorityService_IssuanceModes $allowedIssuanceModes) { $this->allowedIssuanceModes = $allowedIssuanceModes; } /** * @return Google_Service_CertificateAuthorityService_IssuanceModes */ public function getAllowedIssuanceModes() { return $this->allowedIssuanceModes; } /** * @param Google_Service_CertificateAuthorityService_Subject[] */ public function setAllowedLocationsAndOrganizations($allowedLocationsAndOrganizations) { $this->allowedLocationsAndOrganizations = $allowedLocationsAndOrganizations; } /** * @return Google_Service_CertificateAuthorityService_Subject[] */ public function getAllowedLocationsAndOrganizations() { return $this->allowedLocationsAndOrganizations; } /** * @param Google_Service_CertificateAuthorityService_AllowedSubjectAltNames */ public function setAllowedSans(Google_Service_CertificateAuthorityService_AllowedSubjectAltNames $allowedSans) { $this->allowedSans = $allowedSans; } /** * @return Google_Service_CertificateAuthorityService_AllowedSubjectAltNames */ public function getAllowedSans() { return $this->allowedSans; } public function setMaximumLifetime($maximumLifetime) { $this->maximumLifetime = $maximumLifetime; } public function getMaximumLifetime() { return $this->maximumLifetime; } /** * @param Google_Service_CertificateAuthorityService_ReusableConfigWrapper */ public function setOverwriteConfigValues(Google_Service_CertificateAuthorityService_ReusableConfigWrapper $overwriteConfigValues) { $this->overwriteConfigValues = $overwriteConfigValues; } /** * @return Google_Service_CertificateAuthorityService_ReusableConfigWrapper */ public function getOverwriteConfigValues() { return $this->overwriteConfigValues; } } PK3 ZFx x fvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubjectDescription.phpnu[commonName = $commonName; } public function getCommonName() { return $this->commonName; } public function setHexSerialNumber($hexSerialNumber) { $this->hexSerialNumber = $hexSerialNumber; } public function getHexSerialNumber() { return $this->hexSerialNumber; } public function setLifetime($lifetime) { $this->lifetime = $lifetime; } public function getLifetime() { return $this->lifetime; } public function setNotAfterTime($notAfterTime) { $this->notAfterTime = $notAfterTime; } public function getNotAfterTime() { return $this->notAfterTime; } public function setNotBeforeTime($notBeforeTime) { $this->notBeforeTime = $notBeforeTime; } public function getNotBeforeTime() { return $this->notBeforeTime; } /** * @param Google_Service_CertificateAuthorityService_Subject */ public function setSubject(Google_Service_CertificateAuthorityService_Subject $subject) { $this->subject = $subject; } /** * @return Google_Service_CertificateAuthorityService_Subject */ public function getSubject() { return $this->subject; } /** * @param Google_Service_CertificateAuthorityService_SubjectAltNames */ public function setSubjectAltName(Google_Service_CertificateAuthorityService_SubjectAltNames $subjectAltName) { $this->subjectAltName = $subjectAltName; } /** * @return Google_Service_CertificateAuthorityService_SubjectAltNames */ public function getSubjectAltName() { return $this->subjectAltName; } } PK3 Z7l~vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LogEntryOperation.phpnu[first = $first; } public function getFirst() { return $this->first; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLast($last) { $this->last = $last; } public function getLast() { return $this->last; } public function setProducer($producer) { $this->producer = $producer; } public function getProducer() { return $this->producer; } } PK3 ZjHHkvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ExtendedKeyUsageOptions.phpnu[clientAuth = $clientAuth; } public function getClientAuth() { return $this->clientAuth; } public function setCodeSigning($codeSigning) { $this->codeSigning = $codeSigning; } public function getCodeSigning() { return $this->codeSigning; } public function setEmailProtection($emailProtection) { $this->emailProtection = $emailProtection; } public function getEmailProtection() { return $this->emailProtection; } public function setOcspSigning($ocspSigning) { $this->ocspSigning = $ocspSigning; } public function getOcspSigning() { return $this->ocspSigning; } public function setServerAuth($serverAuth) { $this->serverAuth = $serverAuth; } public function getServerAuth() { return $this->serverAuth; } public function setTimeStamping($timeStamping) { $this->timeStamping = $timeStamping; } public function getTimeStamping() { return $this->timeStamping; } } PK3 Z^ \vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyUsage.phpnu[baseKeyUsage = $baseKeyUsage; } /** * @return Google_Service_CertificateAuthorityService_KeyUsageOptions */ public function getBaseKeyUsage() { return $this->baseKeyUsage; } /** * @param Google_Service_CertificateAuthorityService_ExtendedKeyUsageOptions */ public function setExtendedKeyUsage(Google_Service_CertificateAuthorityService_ExtendedKeyUsageOptions $extendedKeyUsage) { $this->extendedKeyUsage = $extendedKeyUsage; } /** * @return Google_Service_CertificateAuthorityService_ExtendedKeyUsageOptions */ public function getExtendedKeyUsage() { return $this->extendedKeyUsage; } /** * @param Google_Service_CertificateAuthorityService_ObjectId[] */ public function setUnknownExtendedKeyUsages($unknownExtendedKeyUsages) { $this->unknownExtendedKeyUsages = $unknownExtendedKeyUsages; } /** * @return Google_Service_CertificateAuthorityService_ObjectId[] */ public function getUnknownExtendedKeyUsages() { return $this->unknownExtendedKeyUsages; } } PK3 Z |\\Xvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 ZS{++tvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressSource.phpnu[accessLevel = $accessLevel; } public function getAccessLevel() { return $this->accessLevel; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK3 Z@kwsvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessPolicy.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 Z/˪SSQvendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK3 ZѢ&&rvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1CustomLevel.phpnu[expr = $expr; } /** * @return Google_Service_CloudAsset_Expr */ public function getExpr() { return $this->expr; } } PK3 ZIvendor/google/apiclient-services/src/Google/Service/CloudAsset/OsInfo.phpnu[architecture = $architecture; } public function getArchitecture() { return $this->architecture; } public function setHostname($hostname) { $this->hostname = $hostname; } public function getHostname() { return $this->hostname; } public function setKernelRelease($kernelRelease) { $this->kernelRelease = $kernelRelease; } public function getKernelRelease() { return $this->kernelRelease; } public function setKernelVersion($kernelVersion) { $this->kernelVersion = $kernelVersion; } public function getKernelVersion() { return $this->kernelVersion; } public function setLongName($longName) { $this->longName = $longName; } public function getLongName() { return $this->longName; } public function setOsconfigAgentVersion($osconfigAgentVersion) { $this->osconfigAgentVersion = $osconfigAgentVersion; } public function getOsconfigAgentVersion() { return $this->osconfigAgentVersion; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 ZbLMvendor/google/apiclient-services/src/Google/Service/CloudAsset/TimeWindow.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK3 Z ,ളevendor/google/apiclient-services/src/Google/Service/CloudAsset/AnalyzeIamPolicyLongrunningRequest.phpnu[analysisQuery = $analysisQuery; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisQuery */ public function getAnalysisQuery() { return $this->analysisQuery; } /** * @param Google_Service_CloudAsset_IamPolicyAnalysisOutputConfig */ public function setOutputConfig(Google_Service_CloudAsset_IamPolicyAnalysisOutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisOutputConfig */ public function getOutputConfig() { return $this->outputConfig; } } PK3 ZJcW}}dvendor/google/apiclient-services/src/Google/Service/CloudAsset/WindowsQuickFixEngineeringPackage.phpnu[caption = $caption; } public function getCaption() { return $this->caption; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHotFixId($hotFixId) { $this->hotFixId = $hotFixId; } public function getHotFixId() { return $this->hotFixId; } public function setInstallTime($installTime) { $this->installTime = $installTime; } public function getInstallTime() { return $this->installTime; } } PK3 Z"Zdvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1Resource.phpnu[data = $data; } public function getData() { return $this->data; } public function setDiscoveryDocumentUri($discoveryDocumentUri) { $this->discoveryDocumentUri = $discoveryDocumentUri; } public function getDiscoveryDocumentUri() { return $this->discoveryDocumentUri; } public function setDiscoveryName($discoveryName) { $this->discoveryName = $discoveryName; } public function getDiscoveryName() { return $this->discoveryName; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Z_l l Tvendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysis.phpnu[analysisQuery = $analysisQuery; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisQuery */ public function getAnalysisQuery() { return $this->analysisQuery; } /** * @param Google_Service_CloudAsset_IamPolicyAnalysisResult[] */ public function setAnalysisResults($analysisResults) { $this->analysisResults = $analysisResults; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisResult[] */ public function getAnalysisResults() { return $this->analysisResults; } public function setFullyExplored($fullyExplored) { $this->fullyExplored = $fullyExplored; } public function getFullyExplored() { return $this->fullyExplored; } /** * @param Google_Service_CloudAsset_IamPolicyAnalysisState[] */ public function setNonCriticalErrors($nonCriticalErrors) { $this->nonCriticalErrors = $nonCriticalErrors; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisState[] */ public function getNonCriticalErrors() { return $this->nonCriticalErrors; } } PK3 Zg>>]vendor/google/apiclient-services/src/Google/Service/CloudAsset/SearchAllResourcesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudAsset_ResourceSearchResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CloudAsset_ResourceSearchResult[] */ public function getResults() { return $this->results; } } PK3 ZͷESvendor/google/apiclient-services/src/Google/Service/CloudAsset/ResourceSelector.phpnu[fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } } PK3 Zkrvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessLevel.phpnu[basic = $basic; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1BasicLevel */ public function getBasic() { return $this->basic; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1CustomLevel */ public function setCustom(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1CustomLevel $custom) { $this->custom = $custom; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1CustomLevel */ public function getCustom() { return $this->custom; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 Z9ذ)fvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1AccessControlList.phpnu[accesses = $accesses; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Access[] */ public function getAccesses() { return $this->accesses; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1Edge[] */ public function setResourceEdges($resourceEdges) { $this->resourceEdges = $resourceEdges; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Edge[] */ public function getResourceEdges() { return $this->resourceEdges; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1Resource[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Resource[] */ public function getResources() { return $this->resources; } } PK3 Z^?11Jvendor/google/apiclient-services/src/Google/Service/CloudAsset/Options.phpnu[analyzeServiceAccountImpersonation = $analyzeServiceAccountImpersonation; } public function getAnalyzeServiceAccountImpersonation() { return $this->analyzeServiceAccountImpersonation; } public function setExpandGroups($expandGroups) { $this->expandGroups = $expandGroups; } public function getExpandGroups() { return $this->expandGroups; } public function setExpandResources($expandResources) { $this->expandResources = $expandResources; } public function getExpandResources() { return $this->expandResources; } public function setExpandRoles($expandRoles) { $this->expandRoles = $expandRoles; } public function getExpandRoles() { return $this->expandRoles; } public function setOutputGroupEdges($outputGroupEdges) { $this->outputGroupEdges = $outputGroupEdges; } public function getOutputGroupEdges() { return $this->outputGroupEdges; } public function setOutputResourceEdges($outputResourceEdges) { $this->outputResourceEdges = $outputResourceEdges; } public function getOutputResourceEdges() { return $this->outputResourceEdges; } } PK3 Z88cvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } } PK3 Z~ɶPvendor/google/apiclient-services/src/Google/Service/CloudAsset/TemporalAsset.phpnu[asset = $asset; } /** * @return Google_Service_CloudAsset_Asset */ public function getAsset() { return $this->asset; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } /** * @param Google_Service_CloudAsset_Asset */ public function setPriorAsset(Google_Service_CloudAsset_Asset $priorAsset) { $this->priorAsset = $priorAsset; } /** * @return Google_Service_CloudAsset_Asset */ public function getPriorAsset() { return $this->priorAsset; } public function setPriorAssetState($priorAssetState) { $this->priorAssetState = $priorAssetState; } public function getPriorAssetState() { return $this->priorAssetState; } /** * @param Google_Service_CloudAsset_TimeWindow */ public function setWindow(Google_Service_CloudAsset_TimeWindow $window) { $this->window = $window; } /** * @return Google_Service_CloudAsset_TimeWindow */ public function getWindow() { return $this->window; } } PK3 Zpvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1Condition.phpnu[devicePolicy = $devicePolicy; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1DevicePolicy */ public function getDevicePolicy() { return $this->devicePolicy; } public function setIpSubnetworks($ipSubnetworks) { $this->ipSubnetworks = $ipSubnetworks; } public function getIpSubnetworks() { return $this->ipSubnetworks; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setNegate($negate) { $this->negate = $negate; } public function getNegate() { return $this->negate; } public function setRegions($regions) { $this->regions = $regions; } public function getRegions() { return $this->regions; } public function setRequiredAccessLevels($requiredAccessLevels) { $this->requiredAccessLevels = $requiredAccessLevels; } public function getRequiredAccessLevels() { return $this->requiredAccessLevels; } } PK3 ZTvendor/google/apiclient-services/src/Google/Service/CloudAsset/CreateFeedRequest.phpnu[feed = $feed; } /** * @return Google_Service_CloudAsset_Feed */ public function getFeed() { return $this->feed; } public function setFeedId($feedId) { $this->feedId = $feedId; } public function getFeedId() { return $this->feedId; } } PK3 ZgroupEdges = $groupEdges; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Edge[] */ public function getGroupEdges() { return $this->groupEdges; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1Identity[] */ public function setIdentities($identities) { $this->identities = $identities; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Identity[] */ public function getIdentities() { return $this->identities; } } PK3 Z[[rvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressFrom.phpnu[identities = $identities; } public function getIdentities() { return $this->identities; } public function setIdentityType($identityType) { $this->identityType = $identityType; } public function getIdentityType() { return $this->identityType; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressSource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressSource[] */ public function getSources() { return $this->sources; } } PK3 Zqvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1BasicLevel.phpnu[combiningFunction = $combiningFunction; } public function getCombiningFunction() { return $this->combiningFunction; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1Condition[] */ public function getConditions() { return $this->conditions; } } PK3 Zo,`sTvendor/google/apiclient-services/src/Google/Service/CloudAsset/UpdateFeedRequest.phpnu[feed = $feed; } /** * @return Google_Service_CloudAsset_Feed */ public function getFeed() { return $this->feed; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK3 Zu> Zvendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisResult.phpnu[accessControlLists = $accessControlLists; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1AccessControlList[] */ public function getAccessControlLists() { return $this->accessControlLists; } public function setAttachedResourceFullName($attachedResourceFullName) { $this->attachedResourceFullName = $attachedResourceFullName; } public function getAttachedResourceFullName() { return $this->attachedResourceFullName; } public function setFullyExplored($fullyExplored) { $this->fullyExplored = $fullyExplored; } public function getFullyExplored() { return $this->fullyExplored; } /** * @param Google_Service_CloudAsset_Binding */ public function setIamBinding(Google_Service_CloudAsset_Binding $iamBinding) { $this->iamBinding = $iamBinding; } /** * @return Google_Service_CloudAsset_Binding */ public function getIamBinding() { return $this->iamBinding; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList */ public function setIdentityList(Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList $identityList) { $this->identityList = $identityList; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList */ public function getIdentityList() { return $this->identityList; } } PK3 Zgvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1RestoreDefault.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_CloudAsset_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_CloudAsset_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_CloudAsset_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Zhvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1RelatedAsset.phpnu[ancestors = $ancestors; } public function getAncestors() { return $this->ancestors; } public function setAsset($asset) { $this->asset = $asset; } public function getAsset() { return $this->asset; } public function setAssetType($assetType) { $this->assetType = $assetType; } public function getAssetType() { return $this->assetType; } } PK3 Z,|vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices.phpnu[allowedServices = $allowedServices; } public function getAllowedServices() { return $this->allowedServices; } public function setEnableRestriction($enableRestriction) { $this->enableRestriction = $enableRestriction; } public function getEnableRestriction() { return $this->enableRestriction; } } PK3 Z33avendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1Asset.phpnu[accessLevel = $accessLevel; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessLevel */ public function getAccessLevel() { return $this->accessLevel; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy */ public function setAccessPolicy(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy $accessPolicy) { $this->accessPolicy = $accessPolicy; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy */ public function getAccessPolicy() { return $this->accessPolicy; } public function setAncestors($ancestors) { $this->ancestors = $ancestors; } public function getAncestors() { return $this->ancestors; } public function setAssetType($assetType) { $this->assetType = $assetType; } public function getAssetType() { return $this->assetType; } /** * @param Google_Service_CloudAsset_Policy */ public function setIamPolicy(Google_Service_CloudAsset_Policy $iamPolicy) { $this->iamPolicy = $iamPolicy; } /** * @return Google_Service_CloudAsset_Policy */ public function getIamPolicy() { return $this->iamPolicy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1Policy[] */ public function setOrgPolicy($orgPolicy) { $this->orgPolicy = $orgPolicy; } /** * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1Policy[] */ public function getOrgPolicy() { return $this->orgPolicy; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelatedAssets */ public function setRelatedAssets(Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelatedAssets $relatedAssets) { $this->relatedAssets = $relatedAssets; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelatedAssets */ public function getRelatedAssets() { return $this->relatedAssets; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1Resource */ public function setResource(Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1Resource $resource) { $this->resource = $resource; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1Resource */ public function getResource() { return $this->resource; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter */ public function setServicePerimeter(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter $servicePerimeter) { $this->servicePerimeter = $servicePerimeter; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter */ public function getServicePerimeter() { return $this->servicePerimeter; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 ZuFnnLvendor/google/apiclient-services/src/Google/Service/CloudAsset/Inventory.phpnu[items = $items; } /** * @return Google_Service_CloudAsset_Item[] */ public function getItems() { return $this->items; } /** * @param Google_Service_CloudAsset_OsInfo */ public function setOsInfo(Google_Service_CloudAsset_OsInfo $osInfo) { $this->osInfo = $osInfo; } /** * @return Google_Service_CloudAsset_OsInfo */ public function getOsInfo() { return $this->osInfo; } } PK3 Zœ΍Nvendor/google/apiclient-services/src/Google/Service/CloudAsset/Permissions.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK3 ZOvendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.phpnu[bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudAsset_BigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_CloudAsset_GcsDestination */ public function setGcsDestination(Google_Service_CloudAsset_GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudAsset_GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK3 ZdDDNvendor/google/apiclient-services/src/Google/Service/CloudAsset/ZypperPatch.phpnu[category = $category; } public function getCategory() { return $this->category; } public function setPatchName($patchName) { $this->patchName = $patchName; } public function getPatchName() { return $this->patchName; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK3 Zȼ^^fvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1BooleanPolicy.phpnu[enforced = $enforced; } public function getEnforced() { return $this->enforced; } } PK3 Z#TooNvendor/google/apiclient-services/src/Google/Service/CloudAsset/Explanation.phpnu[matchedPermissions = $matchedPermissions; } /** * @return Google_Service_CloudAsset_Permissions[] */ public function getMatchedPermissions() { return $this->matchedPermissions; } } PK3 Z3_Yvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Edge.phpnu[sourceNode = $sourceNode; } public function getSourceNode() { return $this->sourceNode; } public function setTargetNode($targetNode) { $this->targetNode = $targetNode; } public function getTargetNode() { return $this->targetNode; } } PK3 Z* Gvendor/google/apiclient-services/src/Google/Service/CloudAsset/Item.phpnu[availablePackage = $availablePackage; } /** * @return Google_Service_CloudAsset_SoftwarePackage */ public function getAvailablePackage() { return $this->availablePackage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_CloudAsset_SoftwarePackage */ public function setInstalledPackage(Google_Service_CloudAsset_SoftwarePackage $installedPackage) { $this->installedPackage = $installedPackage; } /** * @return Google_Service_CloudAsset_SoftwarePackage */ public function getInstalledPackage() { return $this->installedPackage; } public function setOriginType($originType) { $this->originType = $originType; } public function getOriginType() { return $this->originType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Z@@kkVvendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } /** * @param Google_Service_CloudAsset_PartitionSpec */ public function setPartitionSpec(Google_Service_CloudAsset_PartitionSpec $partitionSpec) { $this->partitionSpec = $partitionSpec; } /** * @return Google_Service_CloudAsset_PartitionSpec */ public function getPartitionSpec() { return $this->partitionSpec; } public function setSeparateTablesPerAssetType($separateTablesPerAssetType) { $this->separateTablesPerAssetType = $separateTablesPerAssetType; } public function getSeparateTablesPerAssetType() { return $this->separateTablesPerAssetType; } public function setTable($table) { $this->table = $table; } public function getTable() { return $this->table; } } PK3 Z3:Vvendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Operations.phpnu[ * $cloudassetService = new Google_Service_CloudAsset(...); * $operations = $cloudassetService->operations; * */ class Google_Service_CloudAsset_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudAsset_Operation"); } } PK3 Z2 }}Qvendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Feeds.phpnu[ * $cloudassetService = new Google_Service_CloudAsset(...); * $feeds = $cloudassetService->feeds; * */ class Google_Service_CloudAsset_Resource_Feeds extends Google_Service_Resource { /** * Creates a feed in a parent project/folder/organization to listen to its asset * updates. (feeds.create) * * @param string $parent Required. The name of the project/folder/organization * where this feed should be created in. It can only be an organization number * (such as "organizations/123"), a folder number (such as "folders/123"), a * project ID (such as "projects/my-project-id")", or a project number (such as * "projects/12345"). * @param Google_Service_CloudAsset_CreateFeedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_Feed */ public function create($parent, Google_Service_CloudAsset_CreateFeedRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudAsset_Feed"); } /** * Deletes an asset feed. (feeds.delete) * * @param string $name Required. The name of the feed and it must be in the * format of: projects/project_number/feeds/feed_id * folders/folder_number/feeds/feed_id * organizations/organization_number/feeds/feed_id * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_CloudassetEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudAsset_CloudassetEmpty"); } /** * Gets details about an asset feed. (feeds.get) * * @param string $name Required. The name of the Feed and it must be in the * format of: projects/project_number/feeds/feed_id * folders/folder_number/feeds/feed_id * organizations/organization_number/feeds/feed_id * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_Feed */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudAsset_Feed"); } /** * Lists all asset feeds in a parent project/folder/organization. * (feeds.listFeeds) * * @param string $parent Required. The parent project/folder/organization whose * feeds are to be listed. It can only be using project/folder/organization * number (such as "folders/12345")", or a project ID (such as "projects/my- * project-id"). * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_ListFeedsResponse */ public function listFeeds($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudAsset_ListFeedsResponse"); } /** * Updates an asset feed configuration. (feeds.patch) * * @param string $name Required. The format will be * projects/{project_number}/feeds/{client-assigned_feed_identifier} or * folders/{folder_number}/feeds/{client-assigned_feed_identifier} or * organizations/{organization_number}/feeds/{client-assigned_feed_identifier} * The client-assigned feed identifier must be unique within the parent * project/folder/organization. * @param Google_Service_CloudAsset_UpdateFeedRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_Feed */ public function patch($name, Google_Service_CloudAsset_UpdateFeedRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudAsset_Feed"); } } PK3 Z̞FXFXNvendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.phpnu[ * $cloudassetService = new Google_Service_CloudAsset(...); * $v1 = $cloudassetService->v1; * */ class Google_Service_CloudAsset_Resource_V1 extends Google_Service_Resource { /** * Analyzes IAM policies to answer which identities have what accesses on which * resources. (v1.analyzeIamPolicy) * * @param string $scope Required. The relative name of the root asset. Only * resources and IAM policies within the scope will be analyzed. This can only * be an organization number (such as "organizations/123"), a folder number * (such as "folders/123"), a project ID (such as "projects/my-project-id"), or * a project number (such as "projects/12345"). To know how to get organization * id, visit [here ](https://cloud.google.com/resource-manager/docs/creating- * managing-organization#retrieving_your_organization_id). To know how to get * folder or project id, visit [here ](https://cloud.google.com/resource- * manager/docs/creating-managing- * folders#viewing_or_listing_folders_and_projects). * @param array $optParams Optional parameters. * * @opt_param string analysisQuery.accessSelector.permissions Optional. The * permissions to appear in result. * @opt_param string analysisQuery.accessSelector.roles Optional. The roles to * appear in result. * @opt_param string analysisQuery.identitySelector.identity Required. The * identity appear in the form of members in [IAM policy * binding](https://cloud.google.com/iam/reference/rest/v1/Binding). The * examples of supported forms are: "user:mike@example.com", * "group:admins@example.com", "domain:google.com", "serviceAccount:my-project- * id@appspot.gserviceaccount.com". Notice that wildcard characters (such as * * and ?) are not supported. You must give a specific identity. * @opt_param bool analysisQuery.options.analyzeServiceAccountImpersonation * Optional. If true, the response will include access analysis from identities * to resources via service account impersonation. This is a very expensive * operation, because many derived queries will be executed. We highly recommend * you use AssetService.AnalyzeIamPolicyLongrunning rpc instead. For example, if * the request analyzes for which resources user A has permission P, and there's * an IAM policy states user A has iam.serviceAccounts.getAccessToken permission * to a service account SA, and there's another IAM policy states service * account SA has permission P to a GCP folder F, then user A potentially has * access to the GCP folder F. And those advanced analysis results will be * included in AnalyzeIamPolicyResponse.service_account_impersonation_analysis. * Another example, if the request analyzes for who has permission P to a GCP * folder F, and there's an IAM policy states user A has * iam.serviceAccounts.actAs permission to a service account SA, and there's * another IAM policy states service account SA has permission P to the GCP * folder F, then user A potentially has access to the GCP folder F. And those * advanced analysis results will be included in * AnalyzeIamPolicyResponse.service_account_impersonation_analysis. Default is * false. * @opt_param bool analysisQuery.options.expandGroups Optional. If true, the * identities section of the result will expand any Google groups appearing in * an IAM policy binding. If IamPolicyAnalysisQuery.identity_selector is * specified, the identity in the result will be determined by the selector, and * this flag is not allowed to set. Default is false. * @opt_param bool analysisQuery.options.expandResources Optional. If true and * IamPolicyAnalysisQuery.resource_selector is not specified, the resource * section of the result will expand any resource attached to an IAM policy to * include resources lower in the resource hierarchy. For example, if the * request analyzes for which resources user A has permission P, and the results * include an IAM policy with P on a GCP folder, the results will also include * resources in that folder with permission P. If true and * IamPolicyAnalysisQuery.resource_selector is specified, the resource section * of the result will expand the specified resource to include resources lower * in the resource hierarchy. Only project or lower resources are supported. * Folder and organization resource cannot be used together with this option. * For example, if the request analyzes for which users have permission P on a * GCP project with this option enabled, the results will include all users who * have permission P on that project or any lower resource. Default is false. * @opt_param bool analysisQuery.options.expandRoles Optional. If true, the * access section of result will expand any roles appearing in IAM policy * bindings to include their permissions. If * IamPolicyAnalysisQuery.access_selector is specified, the access section of * the result will be determined by the selector, and this flag is not allowed * to set. Default is false. * @opt_param bool analysisQuery.options.outputGroupEdges Optional. If true, the * result will output group identity edges, starting from the binding's group * members, to any expanded identities. Default is false. * @opt_param bool analysisQuery.options.outputResourceEdges Optional. If true, * the result will output resource edges, starting from the policy attached * resource, to any expanded resources. Default is false. * @opt_param string analysisQuery.resourceSelector.fullResourceName Required. * The [full resource name] (https://cloud.google.com/asset-inventory/docs * /resource-name-format) of a resource of [supported resource * types](https://cloud.google.com/asset-inventory/docs/supported-asset- * types#analyzable_asset_types). * @opt_param string executionTimeout Optional. Amount of time executable has to * complete. See JSON representation of [Duration](https://developers.google.com * /protocol-buffers/docs/proto3#json). If this field is set with a value less * than the RPC deadline, and the execution of your query hasn't finished in the * specified execution timeout, you will get a response with partial result. * Otherwise, your query's execution will continue until the RPC deadline. If * it's not finished until then, you will get a DEADLINE_EXCEEDED error. Default * is empty. * @return Google_Service_CloudAsset_AnalyzeIamPolicyResponse */ public function analyzeIamPolicy($scope, $optParams = array()) { $params = array('scope' => $scope); $params = array_merge($params, $optParams); return $this->call('analyzeIamPolicy', array($params), "Google_Service_CloudAsset_AnalyzeIamPolicyResponse"); } /** * Analyzes IAM policies asynchronously to answer which identities have what * accesses on which resources, and writes the analysis results to a Google * Cloud Storage or a BigQuery destination. For Cloud Storage destination, the * output format is the JSON format that represents a AnalyzeIamPolicyResponse. * This method implements the google.longrunning.Operation, which allows you to * track the operation status. We recommend intervals of at least 2 seconds with * exponential backoff retry to poll the operation result. The metadata contains * the request to help callers to map responses to requests. * (v1.analyzeIamPolicyLongrunning) * * @param string $scope Required. The relative name of the root asset. Only * resources and IAM policies within the scope will be analyzed. This can only * be an organization number (such as "organizations/123"), a folder number * (such as "folders/123"), a project ID (such as "projects/my-project-id"), or * a project number (such as "projects/12345"). To know how to get organization * id, visit [here ](https://cloud.google.com/resource-manager/docs/creating- * managing-organization#retrieving_your_organization_id). To know how to get * folder or project id, visit [here ](https://cloud.google.com/resource- * manager/docs/creating-managing- * folders#viewing_or_listing_folders_and_projects). * @param Google_Service_CloudAsset_AnalyzeIamPolicyLongrunningRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_Operation */ public function analyzeIamPolicyLongrunning($scope, Google_Service_CloudAsset_AnalyzeIamPolicyLongrunningRequest $postBody, $optParams = array()) { $params = array('scope' => $scope, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzeIamPolicyLongrunning', array($params), "Google_Service_CloudAsset_Operation"); } /** * Batch gets the update history of assets that overlap a time window. For * IAM_POLICY content, this API outputs history when the asset and its attached * IAM POLICY both exist. This can create gaps in the output history. Otherwise, * this API outputs history with asset in both non-delete or deleted status. If * a specified asset does not exist, this API returns an INVALID_ARGUMENT error. * (v1.batchGetAssetsHistory) * * @param string $parent Required. The relative name of the root asset. It can * only be an organization number (such as "organizations/123"), a project ID * (such as "projects/my-project-id")", or a project number (such as * "projects/12345"). * @param array $optParams Optional parameters. * * @opt_param string assetNames A list of the full names of the assets. See: * https://cloud.google.com/asset-inventory/docs/resource-name-format Example: ` * //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instan * ce1`. The request becomes a no-op if the asset name list is empty, and the * max size of the asset name list is 100 in one request. * @opt_param string contentType Optional. The content type. * @opt_param string readTimeWindow.endTime End time of the time window * (inclusive). If not specified, the current timestamp is used instead. * @opt_param string readTimeWindow.startTime Start time of the time window * (exclusive). * @return Google_Service_CloudAsset_BatchGetAssetsHistoryResponse */ public function batchGetAssetsHistory($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('batchGetAssetsHistory', array($params), "Google_Service_CloudAsset_BatchGetAssetsHistoryResponse"); } /** * Exports assets with time and resource types to a given Cloud Storage * location/BigQuery table. For Cloud Storage location destinations, the output * format is newline-delimited JSON. Each line represents a * google.cloud.asset.v1.Asset in the JSON format; for BigQuery table * destinations, the output table stores the fields in asset proto as columns. * This API implements the google.longrunning.Operation API , which allows you * to keep track of the export. We recommend intervals of at least 2 seconds * with exponential retry to poll the export operation result. For regular-size * resource parent, the export operation usually finishes within 5 minutes. * (v1.exportAssets) * * @param string $parent Required. The relative name of the root asset. This can * only be an organization number (such as "organizations/123"), a project ID * (such as "projects/my-project-id"), or a project number (such as * "projects/12345"), or a folder number (such as "folders/123"). * @param Google_Service_CloudAsset_ExportAssetsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudAsset_Operation */ public function exportAssets($parent, Google_Service_CloudAsset_ExportAssetsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('exportAssets', array($params), "Google_Service_CloudAsset_Operation"); } /** * Searches all IAM policies within the specified scope, such as a project, * folder, or organization. The caller must be granted the * `cloudasset.assets.searchAllIamPolicies` permission on the desired scope, * otherwise the request will be rejected. (v1.searchAllIamPolicies) * * @param string $scope Required. A scope can be a project, a folder, or an * organization. The search is limited to the IAM policies within the `scope`. * The caller must be granted the * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset- * inventory/docs/access-control#required_permissions) permission on the desired * scope. The allowed values are: * projects/{PROJECT_ID} (e.g., "projects/foo- * bar") * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * * folders/{FOLDER_NUMBER} (e.g., "folders/1234567") * * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456") * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The page size for search result pagination. * Page size is capped at 500 even if a larger value is given. If set to zero, * server will pick an appropriate default. Returned results may be fewer than * requested. When this happens, there could be more results as long as * `next_page_token` is returned. * @opt_param string pageToken Optional. If present, retrieve the next batch of * results from the preceding call to this method. `page_token` must be the * value of `next_page_token` from the previous response. The values of all * other method parameters must be identical to those in the previous call. * @opt_param string query Optional. The query statement. See [how to construct * a query](https://cloud.google.com/asset-inventory/docs/searching-iam- * policies#how_to_construct_a_query) for more information. If not specified or * empty, it will search all the IAM policies within the specified `scope`. Note * that the query string is compared against each Cloud IAM policy binding, * including its members, roles, and Cloud IAM conditions. The returned Cloud * IAM policies will only contain the bindings that match your query. To learn * more about the IAM policy structure, see [IAM policy * doc](https://cloud.google.com/iam/docs/policies#structure). Examples: * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". * `policy:roles/compute.admin` to find IAM policy bindings * that specify the Compute Admin role. * `policy:comp*` to find IAM policy * bindings that contain "comp" as a prefix of any word in the binding. * * `policy.role.permissions:storage.buckets.update` to find IAM policy bindings * that specify a role containing "storage.buckets.update" permission. Note that * if callers don't have `iam.roles.get` access to a role's included * permissions, policy bindings that specify this role will be dropped from the * search results. * `policy.role.permissions:upd*` to find IAM policy bindings * that specify a role containing "upd" as a prefix of any word in the role * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will be * dropped from the search results. * `resource:organizations/123456` to find * IAM policy bindings that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to find * IAM policy bindings that are set on the project named "myproject". * * `Important` to find IAM policy bindings that contain "Important" as a word in * any of the searchable fields (except for the included permissions). * * `resource:(instance1 OR instance2) policy:amy` to find IAM policy bindings * that are set on resources "instance1" or "instance2" and also specify user * "amy". * @return Google_Service_CloudAsset_SearchAllIamPoliciesResponse */ public function searchAllIamPolicies($scope, $optParams = array()) { $params = array('scope' => $scope); $params = array_merge($params, $optParams); return $this->call('searchAllIamPolicies', array($params), "Google_Service_CloudAsset_SearchAllIamPoliciesResponse"); } /** * Searches all Cloud resources within the specified scope, such as a project, * folder, or organization. The caller must be granted the * `cloudasset.assets.searchAllResources` permission on the desired scope, * otherwise the request will be rejected. (v1.searchAllResources) * * @param string $scope Required. A scope can be a project, a folder, or an * organization. The search is limited to the resources within the `scope`. The * caller must be granted the * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset- * inventory/docs/access-control#required_permissions) permission on the desired * scope. The allowed values are: * projects/{PROJECT_ID} (e.g., "projects/foo- * bar") * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * * folders/{FOLDER_NUMBER} (e.g., "folders/1234567") * * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456") * @param array $optParams Optional parameters. * * @opt_param string assetTypes Optional. A list of asset types that this * request searches for. If empty, it will search all the [searchable asset * types](https://cloud.google.com/asset-inventory/docs/supported-asset- * types#searchable_asset_types). Regular expressions are also supported. For * example: * "compute.googleapis.com.*" snapshots resources whose asset type * starts with "compute.googleapis.com". * ".*Instance" snapshots resources * whose asset type ends with "Instance". * ".*Instance.*" snapshots resources * whose asset type contains "Instance". See * [RE2](https://github.com/google/re2/wiki/Syntax) for all supported regular * expression syntax. If the regular expression does not match any supported * asset type, an INVALID_ARGUMENT error will be returned. * @opt_param string orderBy Optional. A comma separated list of fields * specifying the sorting order of the results. The default order is ascending. * Add " DESC" after the field name to indicate descending order. Redundant * space characters are ignored. Example: "location DESC, name". Only string * fields in the response are sortable, including `name`, `displayName`, * `description`, `location`. All the other fields such as repeated fields * (e.g., `networkTags`), map fields (e.g., `labels`) and struct fields (e.g., * `additionalAttributes`) are not supported. * @opt_param int pageSize Optional. The page size for search result pagination. * Page size is capped at 500 even if a larger value is given. If set to zero, * server will pick an appropriate default. Returned results may be fewer than * requested. When this happens, there could be more results as long as * `next_page_token` is returned. * @opt_param string pageToken Optional. If present, then retrieve the next * batch of results from the preceding call to this method. `page_token` must be * the value of `next_page_token` from the previous response. The values of all * other method parameters, must be identical to those in the previous call. * @opt_param string query Optional. The query statement. See [how to construct * a query](https://cloud.google.com/asset-inventory/docs/searching- * resources#how_to_construct_a_query) for more information. If not specified or * empty, it will search all the resources within the specified `scope`. * Examples: * `name:Important` to find Cloud resources whose name contains * "Important" as a word. * `name=Important` to find the Cloud resource whose * name is exactly "Important". * `displayName:Impor*` to find Cloud resources * whose display name contains "Impor" as a prefix of any word in the field. * * `location:us-west*` to find Cloud resources whose location contains both "us" * and "west" as prefixes. * `labels:prod` to find Cloud resources whose labels * contain "prod" as a key or value. * `labels.env:prod` to find Cloud resources * that have a label "env" and its value is "prod". * `labels.env:*` to find * Cloud resources that have a label "env". * `kmsKey:key` to find Cloud * resources encrypted with a customer-managed encryption key whose name * contains the word "key". * `state:ACTIVE` to find Cloud resources whose state * contains "ACTIVE" as a word. * `createTime<1609459200` to find Cloud * resources that were created before "2021-01-01 00:00:00 UTC". 1609459200 is * the epoch timestamp of "2021-01-01 00:00:00 UTC" in seconds. * * `updateTime>1609459200` to find Cloud resources that were updated after * "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of "2021-01-01 * 00:00:00 UTC" in seconds. * `Important` to find Cloud resources that contain * "Important" as a word in any of the searchable fields. * `Impor*` to find * Cloud resources that contain "Impor" as a prefix of any word in any of the * searchable fields. * `Important location:(us-west1 OR global)` to find Cloud * resources that contain "Important" as a word in any of the searchable fields * and are also located in the "us-west1" region or the "global" location. * @return Google_Service_CloudAsset_SearchAllResourcesResponse */ public function searchAllResources($scope, $optParams = array()) { $params = array('scope' => $scope); $params = array_merge($params, $optParams); return $this->call('searchAllResources', array($params), "Google_Service_CloudAsset_SearchAllResourcesResponse"); } } PK3 Z)svendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ApiOperation.phpnu[methodSelectors = $methodSelectors; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1MethodSelector[] */ public function getMethodSelectors() { return $this->methodSelectors; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK3 Z+sVV`vendor/google/apiclient-services/src/Google/Service/CloudAsset/BatchGetAssetsHistoryResponse.phpnu[assets = $assets; } /** * @return Google_Service_CloudAsset_TemporalAsset[] */ public function getAssets() { return $this->assets; } } PK3 Z  wvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPerimeterType($perimeterType) { $this->perimeterType = $perimeterType; } public function getPerimeterType() { return $this->perimeterType; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function setSpec(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function setStatus(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig $status) { $this->status = $status; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function getStatus() { return $this->status; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUseExplicitDryRunSpec($useExplicitDryRunSpec) { $this->useExplicitDryRunSpec = $useExplicitDryRunSpec; } public function getUseExplicitDryRunSpec() { return $this->useExplicitDryRunSpec; } } PK3 Z-%%svendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1EgressPolicy.phpnu[egressFrom = $egressFrom; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressFrom */ public function getEgressFrom() { return $this->egressFrom; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressTo */ public function setEgressTo(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressTo $egressTo) { $this->egressTo = $egressTo; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressTo */ public function getEgressTo() { return $this->egressTo; } } PK3 ZBTKXvendor/google/apiclient-services/src/Google/Service/CloudAsset/WindowsUpdateCategory.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK3 Z. ,  Gvendor/google/apiclient-services/src/Google/Service/CloudAsset/Feed.phpnu[assetNames = $assetNames; } public function getAssetNames() { return $this->assetNames; } public function setAssetTypes($assetTypes) { $this->assetTypes = $assetTypes; } public function getAssetTypes() { return $this->assetTypes; } /** * @param Google_Service_CloudAsset_Expr */ public function setCondition(Google_Service_CloudAsset_Expr $condition) { $this->condition = $condition; } /** * @return Google_Service_CloudAsset_Expr */ public function getCondition() { return $this->condition; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } /** * @param Google_Service_CloudAsset_FeedOutputConfig */ public function setFeedOutputConfig(Google_Service_CloudAsset_FeedOutputConfig $feedOutputConfig) { $this->feedOutputConfig = $feedOutputConfig; } /** * @return Google_Service_CloudAsset_FeedOutputConfig */ public function getFeedOutputConfig() { return $this->feedOutputConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK3 ZkJvendor/google/apiclient-services/src/Google/Service/CloudAsset/Binding.phpnu[condition = $condition; } /** * @return Google_Service_CloudAsset_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK3 Zz]vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Resource.phpnu[analysisState = $analysisState; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisState */ public function getAnalysisState() { return $this->analysisState; } public function setFullResourceName($fullResourceName) { $this->fullResourceName = $fullResourceName; } public function getFullResourceName() { return $this->fullResourceName; } } PK3 Z.+ _vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1Policy.phpnu[booleanPolicy = $booleanPolicy; } /** * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1BooleanPolicy */ public function getBooleanPolicy() { return $this->booleanPolicy; } public function setConstraint($constraint) { $this->constraint = $constraint; } public function getConstraint() { return $this->constraint; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1ListPolicy */ public function setListPolicy(Google_Service_CloudAsset_GoogleCloudOrgpolicyV1ListPolicy $listPolicy) { $this->listPolicy = $listPolicy; } /** * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1ListPolicy */ public function getListPolicy() { return $this->listPolicy; } /** * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1RestoreDefault */ public function setRestoreDefault(Google_Service_CloudAsset_GoogleCloudOrgpolicyV1RestoreDefault $restoreDefault) { $this->restoreDefault = $restoreDefault; } /** * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1RestoreDefault */ public function getRestoreDefault() { return $this->restoreDefault; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 ZeWrvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1RelationshipAttributes.phpnu[action = $action; } public function getAction() { return $this->action; } public function setSourceResourceType($sourceResourceType) { $this->sourceResourceType = $sourceResourceType; } public function getSourceResourceType() { return $this->sourceResourceType; } public function setTargetResourceType($targetResourceType) { $this->targetResourceType = $targetResourceType; } public function getTargetResourceType() { return $this->targetResourceType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 ZsZ(Qvendor/google/apiclient-services/src/Google/Service/CloudAsset/AccessSelector.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } public function setRoles($roles) { $this->roles = $roles; } public function getRoles() { return $this->roles; } } PK3 ZyVd Yvendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisQuery.phpnu[accessSelector = $accessSelector; } /** * @return Google_Service_CloudAsset_AccessSelector */ public function getAccessSelector() { return $this->accessSelector; } /** * @param Google_Service_CloudAsset_IdentitySelector */ public function setIdentitySelector(Google_Service_CloudAsset_IdentitySelector $identitySelector) { $this->identitySelector = $identitySelector; } /** * @return Google_Service_CloudAsset_IdentitySelector */ public function getIdentitySelector() { return $this->identitySelector; } /** * @param Google_Service_CloudAsset_Options */ public function setOptions(Google_Service_CloudAsset_Options $options) { $this->options = $options; } /** * @return Google_Service_CloudAsset_Options */ public function getOptions() { return $this->options; } /** * @param Google_Service_CloudAsset_ResourceSelector */ public function setResourceSelector(Google_Service_CloudAsset_ResourceSelector $resourceSelector) { $this->resourceSelector = $resourceSelector; } /** * @return Google_Service_CloudAsset_ResourceSelector */ public function getResourceSelector() { return $this->resourceSelector; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } } PK3 Z@ccvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1ListPolicy.phpnu[allValues = $allValues; } public function getAllValues() { return $this->allValues; } public function setAllowedValues($allowedValues) { $this->allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setDeniedValues($deniedValues) { $this->deniedValues = $deniedValues; } public function getDeniedValues() { return $this->deniedValues; } public function setInheritFromParent($inheritFromParent) { $this->inheritFromParent = $inheritFromParent; } public function getInheritFromParent() { return $this->inheritFromParent; } public function setSuggestedValue($suggestedValue) { $this->suggestedValue = $suggestedValue; } public function getSuggestedValue() { return $this->suggestedValue; } } PK3 Z/v66`vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisOutputConfig.phpnu[bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1BigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1GcsDestination */ public function setGcsDestination(Google_Service_CloudAsset_GoogleCloudAssetV1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } PK3 Z36IIivendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1RelatedAssets.phpnu[assets = $assets; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelatedAsset[] */ public function getAssets() { return $this->assets; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelationshipAttributes */ public function setRelationshipAttributes(Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelationshipAttributes $relationshipAttributes) { $this->relationshipAttributes = $relationshipAttributes; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelationshipAttributes */ public function getRelationshipAttributes() { return $this->relationshipAttributes; } } PK3 ZQŻ Wvendor/google/apiclient-services/src/Google/Service/CloudAsset/WindowsUpdatePackage.phpnu[categories = $categories; } /** * @return Google_Service_CloudAsset_WindowsUpdateCategory[] */ public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKbArticleIds($kbArticleIds) { $this->kbArticleIds = $kbArticleIds; } public function getKbArticleIds() { return $this->kbArticleIds; } public function setLastDeploymentChangeTime($lastDeploymentChangeTime) { $this->lastDeploymentChangeTime = $lastDeploymentChangeTime; } public function getLastDeploymentChangeTime() { return $this->lastDeploymentChangeTime; } public function setMoreInfoUrls($moreInfoUrls) { $this->moreInfoUrls = $moreInfoUrls; } public function getMoreInfoUrls() { return $this->moreInfoUrls; } public function setRevisionNumber($revisionNumber) { $this->revisionNumber = $revisionNumber; } public function getRevisionNumber() { return $this->revisionNumber; } public function setSupportUrl($supportUrl) { $this->supportUrl = $supportUrl; } public function getSupportUrl() { return $this->supportUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdateId($updateId) { $this->updateId = $updateId; } public function getUpdateId() { return $this->updateId; } } PK3 Z_@D//]vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Identity.phpnu[analysisState = $analysisState; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisState */ public function getAnalysisState() { return $this->analysisState; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK3 Z ++Xvendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicySearchResult.phpnu[explanation = $explanation; } /** * @return Google_Service_CloudAsset_Explanation */ public function getExplanation() { return $this->explanation; } /** * @param Google_Service_CloudAsset_Policy */ public function setPolicy(Google_Service_CloudAsset_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_CloudAsset_Policy */ public function getPolicy() { return $this->policy; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK3 ZlNWhvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1BigQueryDestination.phpnu[dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setPartitionKey($partitionKey) { $this->partitionKey = $partitionKey; } public function getPartitionKey() { return $this->partitionKey; } public function setTablePrefix($tablePrefix) { $this->tablePrefix = $tablePrefix; } public function getTablePrefix() { return $this->tablePrefix; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } } PK3 Zp|~KKSvendor/google/apiclient-services/src/Google/Service/CloudAsset/IdentitySelector.phpnu[identity = $identity; } public function getIdentity() { return $this->identity; } } PK3 ZSvendor/google/apiclient-services/src/Google/Service/CloudAsset/FeedOutputConfig.phpnu[pubsubDestination = $pubsubDestination; } /** * @return Google_Service_CloudAsset_PubsubDestination */ public function getPubsubDestination() { return $this->pubsubDestination; } } PK3 ZG铎nnqvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1EgressFrom.phpnu[identities = $identities; } public function getIdentities() { return $this->identities; } public function setIdentityType($identityType) { $this->identityType = $identityType; } public function getIdentityType() { return $this->identityType; } } PK3 ZT7xHHRvendor/google/apiclient-services/src/Google/Service/CloudAsset/SoftwarePackage.phpnu[aptPackage = $aptPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getAptPackage() { return $this->aptPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setCosPackage(Google_Service_CloudAsset_VersionedPackage $cosPackage) { $this->cosPackage = $cosPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getCosPackage() { return $this->cosPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setGoogetPackage(Google_Service_CloudAsset_VersionedPackage $googetPackage) { $this->googetPackage = $googetPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getGoogetPackage() { return $this->googetPackage; } /** * @param Google_Service_CloudAsset_WindowsQuickFixEngineeringPackage */ public function setQfePackage(Google_Service_CloudAsset_WindowsQuickFixEngineeringPackage $qfePackage) { $this->qfePackage = $qfePackage; } /** * @return Google_Service_CloudAsset_WindowsQuickFixEngineeringPackage */ public function getQfePackage() { return $this->qfePackage; } /** * @param Google_Service_CloudAsset_WindowsUpdatePackage */ public function setWuaPackage(Google_Service_CloudAsset_WindowsUpdatePackage $wuaPackage) { $this->wuaPackage = $wuaPackage; } /** * @return Google_Service_CloudAsset_WindowsUpdatePackage */ public function getWuaPackage() { return $this->wuaPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setYumPackage(Google_Service_CloudAsset_VersionedPackage $yumPackage) { $this->yumPackage = $yumPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getYumPackage() { return $this->yumPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setZypperPackage(Google_Service_CloudAsset_VersionedPackage $zypperPackage) { $this->zypperPackage = $zypperPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getZypperPackage() { return $this->zypperPackage; } /** * @param Google_Service_CloudAsset_ZypperPatch */ public function setZypperPatch(Google_Service_CloudAsset_ZypperPatch $zypperPatch) { $this->zypperPatch = $zypperPatch; } /** * @return Google_Service_CloudAsset_ZypperPatch */ public function getZypperPatch() { return $this->zypperPatch; } } PK3 Zb Svendor/google/apiclient-services/src/Google/Service/CloudAsset/VersionedPackage.phpnu[architecture = $architecture; } public function getArchitecture() { return $this->architecture; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Z\+Yvendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisState.phpnu[cause = $cause; } public function getCause() { return $this->cause; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } } PK3 Z&TDDsvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1OsConstraint.phpnu[minimumVersion = $minimumVersion; } public function getMinimumVersion() { return $this->minimumVersion; } public function setOsType($osType) { $this->osType = $osType; } public function getOsType() { return $this->osType; } public function setRequireVerifiedChromeOs($requireVerifiedChromeOs) { $this->requireVerifiedChromeOs = $requireVerifiedChromeOs; } public function getRequireVerifiedChromeOs() { return $this->requireVerifiedChromeOs; } } PK3 ZZZHvendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.phpnu[accessLevel = $accessLevel; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessLevel */ public function getAccessLevel() { return $this->accessLevel; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy */ public function setAccessPolicy(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy $accessPolicy) { $this->accessPolicy = $accessPolicy; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy */ public function getAccessPolicy() { return $this->accessPolicy; } public function setAncestors($ancestors) { $this->ancestors = $ancestors; } public function getAncestors() { return $this->ancestors; } public function setAssetType($assetType) { $this->assetType = $assetType; } public function getAssetType() { return $this->assetType; } /** * @param Google_Service_CloudAsset_Policy */ public function setIamPolicy(Google_Service_CloudAsset_Policy $iamPolicy) { $this->iamPolicy = $iamPolicy; } /** * @return Google_Service_CloudAsset_Policy */ public function getIamPolicy() { return $this->iamPolicy; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1Policy[] */ public function setOrgPolicy($orgPolicy) { $this->orgPolicy = $orgPolicy; } /** * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1Policy[] */ public function getOrgPolicy() { return $this->orgPolicy; } /** * @param Google_Service_CloudAsset_Inventory */ public function setOsInventory(Google_Service_CloudAsset_Inventory $osInventory) { $this->osInventory = $osInventory; } /** * @return Google_Service_CloudAsset_Inventory */ public function getOsInventory() { return $this->osInventory; } /** * @param Google_Service_CloudAsset_CloudassetResource */ public function setResource(Google_Service_CloudAsset_CloudassetResource $resource) { $this->resource = $resource; } /** * @return Google_Service_CloudAsset_CloudassetResource */ public function getResource() { return $this->resource; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter */ public function setServicePerimeter(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter $servicePerimeter) { $this->servicePerimeter = $servicePerimeter; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter */ public function getServicePerimeter() { return $this->servicePerimeter; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Zuvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1MethodSelector.phpnu[method = $method; } public function getMethod() { return $this->method; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } } PK3 Z|Qvendor/google/apiclient-services/src/Google/Service/CloudAsset/GcsDestination.phpnu[uri = $uri; } public function getUri() { return $this->uri; } public function setUriPrefix($uriPrefix) { $this->uriPrefix = $uriPrefix; } public function getUriPrefix() { return $this->uriPrefix; } } PK3 Z%ddPvendor/google/apiclient-services/src/Google/Service/CloudAsset/PartitionSpec.phpnu[partitionKey = $partitionKey; } public function getPartitionKey() { return $this->partitionKey; } } PK3 Z͎Lvendor/google/apiclient-services/src/Google/Service/CloudAsset/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudAsset_Status */ public function setError(Google_Service_CloudAsset_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudAsset_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK3 Z݀N>>tvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressPolicy.phpnu[ingressFrom = $ingressFrom; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressFrom */ public function getIngressFrom() { return $this->ingressFrom; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressTo */ public function setIngressTo(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressTo $ingressTo) { $this->ingressTo = $ingressTo; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressTo */ public function getIngressTo() { return $this->ingressTo; } } PK3 Zv Ivendor/google/apiclient-services/src/Google/Service/CloudAsset/Status.phpnu[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; } } PK3 Zw@݀ }vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.phpnu[accessLevels = $accessLevels; } public function getAccessLevels() { return $this->accessLevels; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressPolicy[] */ public function setEgressPolicies($egressPolicies) { $this->egressPolicies = $egressPolicies; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressPolicy[] */ public function getEgressPolicies() { return $this->egressPolicies; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressPolicy[] */ public function setIngressPolicies($ingressPolicies) { $this->ingressPolicies = $ingressPolicies; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1IngressPolicy[] */ public function getIngressPolicies() { return $this->ingressPolicies; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } public function setRestrictedServices($restrictedServices) { $this->restrictedServices = $restrictedServices; } public function getRestrictedServices() { return $this->restrictedServices; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices */ public function setVpcAccessibleServices(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices $vpcAccessibleServices) { $this->vpcAccessibleServices = $vpcAccessibleServices; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices */ public function getVpcAccessibleServices() { return $this->vpcAccessibleServices; } } PK3 ZUvendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.phpnu[data = $data; } public function getData() { return $this->data; } public function setDiscoveryDocumentUri($discoveryDocumentUri) { $this->discoveryDocumentUri = $discoveryDocumentUri; } public function getDiscoveryDocumentUri() { return $this->discoveryDocumentUri; } public function setDiscoveryName($discoveryName) { $this->discoveryName = $discoveryName; } public function getDiscoveryName() { return $this->discoveryName; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setResourceUrl($resourceUrl) { $this->resourceUrl = $resourceUrl; } public function getResourceUrl() { return $this->resourceUrl; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Z7ovendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1EgressTo.phpnu[operations = $operations; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ApiOperation[] */ public function getOperations() { return $this->operations; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } } PK3 Z5  [vendor/google/apiclient-services/src/Google/Service/CloudAsset/AnalyzeIamPolicyResponse.phpnu[fullyExplored = $fullyExplored; } public function getFullyExplored() { return $this->fullyExplored; } /** * @param Google_Service_CloudAsset_IamPolicyAnalysis */ public function setMainAnalysis(Google_Service_CloudAsset_IamPolicyAnalysis $mainAnalysis) { $this->mainAnalysis = $mainAnalysis; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysis */ public function getMainAnalysis() { return $this->mainAnalysis; } /** * @param Google_Service_CloudAsset_IamPolicyAnalysis[] */ public function setServiceAccountImpersonationAnalysis($serviceAccountImpersonationAnalysis) { $this->serviceAccountImpersonationAnalysis = $serviceAccountImpersonationAnalysis; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysis[] */ public function getServiceAccountImpersonationAnalysis() { return $this->serviceAccountImpersonationAnalysis; } } PK3 Zpvendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressTo.phpnu[operations = $operations; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ApiOperation[] */ public function getOperations() { return $this->operations; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } } PK3 ZŤB;;Nvendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_CloudAsset_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK3 Z*) 58 8 svendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1DevicePolicy.phpnu[allowedDeviceManagementLevels = $allowedDeviceManagementLevels; } public function getAllowedDeviceManagementLevels() { return $this->allowedDeviceManagementLevels; } public function setAllowedEncryptionStatuses($allowedEncryptionStatuses) { $this->allowedEncryptionStatuses = $allowedEncryptionStatuses; } public function getAllowedEncryptionStatuses() { return $this->allowedEncryptionStatuses; } /** * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1OsConstraint[] */ public function setOsConstraints($osConstraints) { $this->osConstraints = $osConstraints; } /** * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1OsConstraint[] */ public function getOsConstraints() { return $this->osConstraints; } public function setRequireAdminApproval($requireAdminApproval) { $this->requireAdminApproval = $requireAdminApproval; } public function getRequireAdminApproval() { return $this->requireAdminApproval; } public function setRequireCorpOwned($requireCorpOwned) { $this->requireCorpOwned = $requireCorpOwned; } public function getRequireCorpOwned() { return $this->requireCorpOwned; } public function setRequireScreenlock($requireScreenlock) { $this->requireScreenlock = $requireScreenlock; } public function getRequireScreenlock() { return $this->requireScreenlock; } } PK3 Z[vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Access.phpnu[analysisState = $analysisState; } /** * @return Google_Service_CloudAsset_IamPolicyAnalysisState */ public function getAnalysisState() { return $this->analysisState; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK3 Z[[Vvendor/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.phpnu[assetTypes = $assetTypes; } public function getAssetTypes() { return $this->assetTypes; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } /** * @param Google_Service_CloudAsset_OutputConfig */ public function setOutputConfig(Google_Service_CloudAsset_OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_CloudAsset_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } } PK3 Zn++Wvendor/google/apiclient-services/src/Google/Service/CloudAsset/ResourceSearchResult.phpnu[additionalAttributes = $additionalAttributes; } public function getAdditionalAttributes() { return $this->additionalAttributes; } public function setAssetType($assetType) { $this->assetType = $assetType; } public function getAssetType() { return $this->assetType; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFolders($folders) { $this->folders = $folders; } public function getFolders() { return $this->folders; } public function setKmsKey($kmsKey) { $this->kmsKey = $kmsKey; } public function getKmsKey() { return $this->kmsKey; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetworkTags($networkTags) { $this->networkTags = $networkTags; } public function getNetworkTags() { return $this->networkTags; } public function setOrganization($organization) { $this->organization = $organization; } public function getOrganization() { return $this->organization; } public function setParentAssetType($parentAssetType) { $this->parentAssetType = $parentAssetType; } public function getParentAssetType() { return $this->parentAssetType; } public function setParentFullResourceName($parentFullResourceName) { $this->parentFullResourceName = $parentFullResourceName; } public function getParentFullResourceName() { return $this->parentFullResourceName; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Z-IRvendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetEmpty.phpnu[feeds = $feeds; } /** * @return Google_Service_CloudAsset_Feed[] */ public function getFeeds() { return $this->feeds; } } PK3 ZZCC_vendor/google/apiclient-services/src/Google/Service/CloudAsset/SearchAllIamPoliciesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudAsset_IamPolicySearchResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CloudAsset_IamPolicySearchResult[] */ public function getResults() { return $this->results; } } PK3 Z!77Tvendor/google/apiclient-services/src/Google/Service/CloudAsset/PubsubDestination.phpnu[topic = $topic; } public function getTopic() { return $this->topic; } } PK3 Zfvendor/google/apiclient-services/src/Google/Service/CloudAsset/AnalyzeIamPolicyLongrunningResponse.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 ZGGPvendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.phpnu[details = $details; } public function getDetails() { return $this->details; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK3 Z$YYZvendor/google/apiclient-services/src/Google/Service/SearchConsole/SitemapsListResponse.phpnu[sitemap = $sitemap; } /** * @return Google_Service_SearchConsole_WmxSitemap[] */ public function getSitemap() { return $this->sitemap; } } PK3 ZMvendor/google/apiclient-services/src/Google/Service/SearchConsole/WmxSite.phpnu[permissionLevel = $permissionLevel; } public function getPermissionLevel() { return $this->permissionLevel; } public function setSiteUrl($siteUrl) { $this->siteUrl = $siteUrl; } public function getSiteUrl() { return $this->siteUrl; } } PK3 Z{Wvendor/google/apiclient-services/src/Google/Service/SearchConsole/WmxSitemapContent.phpnu[indexed = $indexed; } public function getIndexed() { return $this->indexed; } public function setSubmitted($submitted) { $this->submitted = $submitted; } public function getSubmitted() { return $this->submitted; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 Z";YYbvendor/google/apiclient-services/src/Google/Service/SearchConsole/SearchAnalyticsQueryResponse.phpnu[responseAggregationType = $responseAggregationType; } public function getResponseAggregationType() { return $this->responseAggregationType; } /** * @param Google_Service_SearchConsole_ApiDataRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_SearchConsole_ApiDataRow[] */ public function getRows() { return $this->rows; } } PK3 Z cvendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestResponse.phpnu[mobileFriendliness = $mobileFriendliness; } public function getMobileFriendliness() { return $this->mobileFriendliness; } /** * @param Google_Service_SearchConsole_MobileFriendlyIssue[] */ public function setMobileFriendlyIssues($mobileFriendlyIssues) { $this->mobileFriendlyIssues = $mobileFriendlyIssues; } /** * @return Google_Service_SearchConsole_MobileFriendlyIssue[] */ public function getMobileFriendlyIssues() { return $this->mobileFriendlyIssues; } /** * @param Google_Service_SearchConsole_ResourceIssue[] */ public function setResourceIssues($resourceIssues) { $this->resourceIssues = $resourceIssues; } /** * @return Google_Service_SearchConsole_ResourceIssue[] */ public function getResourceIssues() { return $this->resourceIssues; } /** * @param Google_Service_SearchConsole_Image */ public function setScreenshot(Google_Service_SearchConsole_Image $screenshot) { $this->screenshot = $screenshot; } /** * @return Google_Service_SearchConsole_Image */ public function getScreenshot() { return $this->screenshot; } /** * @param Google_Service_SearchConsole_TestStatus */ public function setTestStatus(Google_Service_SearchConsole_TestStatus $testStatus) { $this->testStatus = $testStatus; } /** * @return Google_Service_SearchConsole_TestStatus */ public function getTestStatus() { return $this->testStatus; } } PK3 Z avendor/google/apiclient-services/src/Google/Service/SearchConsole/SearchAnalyticsQueryRequest.phpnu[aggregationType = $aggregationType; } public function getAggregationType() { return $this->aggregationType; } public function setDataState($dataState) { $this->dataState = $dataState; } public function getDataState() { return $this->dataState; } /** * @param Google_Service_SearchConsole_ApiDimensionFilterGroup[] */ public function setDimensionFilterGroups($dimensionFilterGroups) { $this->dimensionFilterGroups = $dimensionFilterGroups; } /** * @return Google_Service_SearchConsole_ApiDimensionFilterGroup[] */ public function getDimensionFilterGroups() { return $this->dimensionFilterGroups; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setRowLimit($rowLimit) { $this->rowLimit = $rowLimit; } public function getRowLimit() { return $this->rowLimit; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setStartRow($startRow) { $this->startRow = $startRow; } public function getStartRow() { return $this->startRow; } } PK3 ZI^vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingTools.phpnu[ * $searchconsoleService = new Google_Service_SearchConsole(...); * $urlTestingTools = $searchconsoleService->urlTestingTools; * */ class Google_Service_SearchConsole_Resource_UrlTestingTools extends Google_Service_Resource { } PK3 Z_T$[##Wvendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/Sitemaps.phpnu[ * $searchconsoleService = new Google_Service_SearchConsole(...); * $sitemaps = $searchconsoleService->sitemaps; * */ class Google_Service_SearchConsole_Resource_Sitemaps extends Google_Service_Resource { /** * Deletes a sitemap from this site. (sitemaps.delete) * * @param string $siteUrl The site's URL, including protocol. For example: * `http://www.example.com/`. * @param string $feedpath The URL of the actual sitemap. For example: * `http://www.example.com/sitemap.xml`. * @param array $optParams Optional parameters. */ public function delete($siteUrl, $feedpath, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves information about a specific sitemap. (sitemaps.get) * * @param string $siteUrl The site's URL, including protocol. For example: * `http://www.example.com/`. * @param string $feedpath The URL of the actual sitemap. For example: * `http://www.example.com/sitemap.xml`. * @param array $optParams Optional parameters. * @return Google_Service_SearchConsole_WmxSitemap */ public function get($siteUrl, $feedpath, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SearchConsole_WmxSitemap"); } /** * Lists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this * site, or included in the sitemap index file (if `sitemapIndex` is specified * in the request). (sitemaps.listSitemaps) * * @param string $siteUrl The site's URL, including protocol. For example: * `http://www.example.com/`. * @param array $optParams Optional parameters. * * @opt_param string sitemapIndex A URL of a site's sitemap index. For example: * `http://www.example.com/sitemapindex.xml`. * @return Google_Service_SearchConsole_SitemapsListResponse */ public function listSitemaps($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SearchConsole_SitemapsListResponse"); } /** * Submits a sitemap for a site. (sitemaps.submit) * * @param string $siteUrl The site's URL, including protocol. For example: * `http://www.example.com/`. * @param string $feedpath The URL of the actual sitemap. For example: * `http://www.example.com/sitemap.xml`. * @param array $optParams Optional parameters. */ public function submit($siteUrl, $feedpath, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); $params = array_merge($params, $optParams); return $this->call('submit', array($params)); } } PK3 Zj/i""^vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/Searchanalytics.phpnu[ * $searchconsoleService = new Google_Service_SearchConsole(...); * $searchanalytics = $searchconsoleService->searchanalytics; * */ class Google_Service_SearchConsole_Resource_Searchanalytics extends Google_Service_Resource { /** * Query your data with filters and parameters that you define. Returns zero or * more rows grouped by the row keys that you define. You must define a date * range of one or more days. When date is one of the group by values, any days * without data are omitted from the result list. If you need to know which days * have data, issue a broad date range query grouped by date for any metric, and * see which day rows are returned. (searchanalytics.query) * * @param string $siteUrl The site's URL, including protocol. For example: * `http://www.example.com/`. * @param Google_Service_SearchConsole_SearchAnalyticsQueryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SearchConsole_SearchAnalyticsQueryResponse */ public function query($siteUrl, Google_Service_SearchConsole_SearchAnalyticsQueryRequest $postBody, $optParams = array()) { $params = array('siteUrl' => $siteUrl, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_SearchConsole_SearchAnalyticsQueryResponse"); } } PK3 Z!!!pvendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.phpnu[ * $searchconsoleService = new Google_Service_SearchConsole(...); * $mobileFriendlyTest = $searchconsoleService->mobileFriendlyTest; * */ class Google_Service_SearchConsole_Resource_UrlTestingToolsMobileFriendlyTest extends Google_Service_Resource { /** * Runs Mobile-Friendly Test for a given URL. (mobileFriendlyTest.run) * * @param Google_Service_SearchConsole_RunMobileFriendlyTestRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SearchConsole_RunMobileFriendlyTestResponse */ public function run(Google_Service_SearchConsole_RunMobileFriendlyTestRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('run', array($params), "Google_Service_SearchConsole_RunMobileFriendlyTestResponse"); } } PK3 ZS Tvendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/Sites.phpnu[ * $searchconsoleService = new Google_Service_SearchConsole(...); * $sites = $searchconsoleService->sites; * */ class Google_Service_SearchConsole_Resource_Sites extends Google_Service_Resource { /** * Adds a site to the set of the user's sites in Search Console. (sites.add) * * @param string $siteUrl The URL of the site to add. * @param array $optParams Optional parameters. */ public function add($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('add', array($params)); } /** * Removes a site from the set of the user's Search Console sites. * (sites.delete) * * @param string $siteUrl The URI of the property as defined in Search Console. * **Examples:** `http://www.example.com/` or `sc-domain:example.com`. * @param array $optParams Optional parameters. */ public function delete($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Retrieves information about specific site. (sites.get) * * @param string $siteUrl The URI of the property as defined in Search Console. * **Examples:** `http://www.example.com/` or `sc-domain:example.com`. * @param array $optParams Optional parameters. * @return Google_Service_SearchConsole_WmxSite */ public function get($siteUrl, $optParams = array()) { $params = array('siteUrl' => $siteUrl); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SearchConsole_WmxSite"); } /** * Lists the user's Search Console sites. (sites.listSites) * * @param array $optParams Optional parameters. * @return Google_Service_SearchConsole_SitesListResponse */ public function listSites($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SearchConsole_SitesListResponse"); } } PK3 Z**Uvendor/google/apiclient-services/src/Google/Service/SearchConsole/BlockedResource.phpnu[url = $url; } public function getUrl() { return $this->url; } } PK3 Zx55Yvendor/google/apiclient-services/src/Google/Service/SearchConsole/MobileFriendlyIssue.phpnu[rule = $rule; } public function getRule() { return $this->rule; } } PK3 ZspdPvendor/google/apiclient-services/src/Google/Service/SearchConsole/ApiDataRow.phpnu[clicks = $clicks; } public function getClicks() { return $this->clicks; } public function setCtr($ctr) { $this->ctr = $ctr; } public function getCtr() { return $this->ctr; } public function setImpressions($impressions) { $this->impressions = $impressions; } public function getImpressions() { return $this->impressions; } public function setKeys($keys) { $this->keys = $keys; } public function getKeys() { return $this->keys; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } } PK3 Z֕2ȗSvendor/google/apiclient-services/src/Google/Service/SearchConsole/ResourceIssue.phpnu[blockedResource = $blockedResource; } /** * @return Google_Service_SearchConsole_BlockedResource */ public function getBlockedResource() { return $this->blockedResource; } } PK3 ZD>__Wvendor/google/apiclient-services/src/Google/Service/SearchConsole/SitesListResponse.phpnu[siteEntry = $siteEntry; } /** * @return Google_Service_SearchConsole_WmxSite[] */ public function getSiteEntry() { return $this->siteEntry; } } PK3 ZS%%]vendor/google/apiclient-services/src/Google/Service/SearchConsole/ApiDimensionFilterGroup.phpnu[filters = $filters; } /** * @return Google_Service_SearchConsole_ApiDimensionFilter[] */ public function getFilters() { return $this->filters; } public function setGroupType($groupType) { $this->groupType = $groupType; } public function getGroupType() { return $this->groupType; } } PK3 Z$Kvendor/google/apiclient-services/src/Google/Service/SearchConsole/Image.phpnu[data = $data; } public function getData() { return $this->data; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } } PK3 Zi Pvendor/google/apiclient-services/src/Google/Service/SearchConsole/WmxSitemap.phpnu[contents = $contents; } /** * @return Google_Service_SearchConsole_WmxSitemapContent[] */ public function getContents() { return $this->contents; } public function setErrors($errors) { $this->errors = $errors; } public function getErrors() { return $this->errors; } public function setIsPending($isPending) { $this->isPending = $isPending; } public function getIsPending() { return $this->isPending; } public function setIsSitemapsIndex($isSitemapsIndex) { $this->isSitemapsIndex = $isSitemapsIndex; } public function getIsSitemapsIndex() { return $this->isSitemapsIndex; } public function setLastDownloaded($lastDownloaded) { $this->lastDownloaded = $lastDownloaded; } public function getLastDownloaded() { return $this->lastDownloaded; } public function setLastSubmitted($lastSubmitted) { $this->lastSubmitted = $lastSubmitted; } public function getLastSubmitted() { return $this->lastSubmitted; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK3 ZAHXvendor/google/apiclient-services/src/Google/Service/SearchConsole/ApiDimensionFilter.phpnu[dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } } PK3 ZEml  bvendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.phpnu[requestScreenshot = $requestScreenshot; } public function getRequestScreenshot() { return $this->requestScreenshot; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK3 Z` <''Bvendor/google/apiclient-services/src/Google/Service/CloudAsset.phpnu[ * The cloud asset API manages the history and inventory of cloud resources.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudAsset extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $feeds; public $operations; public $v1; /** * Constructs the internal representation of the CloudAsset service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudasset.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudasset'; $this->feeds = new Google_Service_CloudAsset_Resource_Feeds( $this, $this->serviceName, 'feeds', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/feeds', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/feeds', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_CloudAsset_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->v1 = new Google_Service_CloudAsset_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'analyzeIamPolicy' => array( 'path' => 'v1/{+scope}:analyzeIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'scope' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'analysisQuery.accessSelector.permissions' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'analysisQuery.accessSelector.roles' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'analysisQuery.identitySelector.identity' => array( 'location' => 'query', 'type' => 'string', ), 'analysisQuery.options.analyzeServiceAccountImpersonation' => array( 'location' => 'query', 'type' => 'boolean', ), 'analysisQuery.options.expandGroups' => array( 'location' => 'query', 'type' => 'boolean', ), 'analysisQuery.options.expandResources' => array( 'location' => 'query', 'type' => 'boolean', ), 'analysisQuery.options.expandRoles' => array( 'location' => 'query', 'type' => 'boolean', ), 'analysisQuery.options.outputGroupEdges' => array( 'location' => 'query', 'type' => 'boolean', ), 'analysisQuery.options.outputResourceEdges' => array( 'location' => 'query', 'type' => 'boolean', ), 'analysisQuery.resourceSelector.fullResourceName' => array( 'location' => 'query', 'type' => 'string', ), 'executionTimeout' => array( 'location' => 'query', 'type' => 'string', ), ), ),'analyzeIamPolicyLongrunning' => array( 'path' => 'v1/{+scope}:analyzeIamPolicyLongrunning', 'httpMethod' => 'POST', 'parameters' => array( 'scope' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchGetAssetsHistory' => array( 'path' => 'v1/{+parent}:batchGetAssetsHistory', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assetNames' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'contentType' => array( 'location' => 'query', 'type' => 'string', ), 'readTimeWindow.endTime' => array( 'location' => 'query', 'type' => 'string', ), 'readTimeWindow.startTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'exportAssets' => array( 'path' => 'v1/{+parent}:exportAssets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'searchAllIamPolicies' => array( 'path' => 'v1/{+scope}:searchAllIamPolicies', 'httpMethod' => 'GET', 'parameters' => array( 'scope' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ),'searchAllResources' => array( 'path' => 'v1/{+scope}:searchAllResources', 'httpMethod' => 'GET', 'parameters' => array( 'scope' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'assetTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK3 Z;DDIvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.phpnu[ * Creates and manages users and groups for accessing Google Compute Engine * virtual machines.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudUserAccounts extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; /** Manage your Google Cloud User Accounts. */ const CLOUD_USERACCOUNTS = "https://www.googleapis.com/auth/cloud.useraccounts"; /** View your Google Cloud User Accounts. */ const CLOUD_USERACCOUNTS_READONLY = "https://www.googleapis.com/auth/cloud.useraccounts.readonly"; public $globalAccountsOperations; public $groups; public $linux; public $users; /** * Constructs the internal representation of the CloudUserAccounts service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'clouduseraccounts/vm_alpha/projects/'; $this->version = 'vm_alpha'; $this->serviceName = 'clouduseraccounts'; $this->globalAccountsOperations = new Google_Service_CloudUserAccounts_Resource_GlobalAccountsOperations( $this, $this->serviceName, 'globalAccountsOperations', array( 'methods' => array( 'delete' => array( 'path' => '{project}/global/operations/{operation}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/global/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/global/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->groups = new Google_Service_CloudUserAccounts_Resource_Groups( $this, $this->serviceName, 'groups', array( 'methods' => array( 'addMember' => array( 'path' => '{project}/global/groups/{groupName}/addMember', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{project}/global/groups/{groupName}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/global/groups/{groupName}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => '{project}/global/groups/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{project}/global/groups', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/global/groups', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeMember' => array( 'path' => '{project}/global/groups/{groupName}/removeMember', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => '{project}/global/groups/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => '{project}/global/groups/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->linux = new Google_Service_CloudUserAccounts_Resource_Linux( $this, $this->serviceName, 'linux', array( 'methods' => array( 'getAuthorizedKeysView' => array( 'path' => '{project}/zones/{zone}/authorizedKeysView/{user}', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'user' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'login' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'getLinuxAccountViews' => array( 'path' => '{project}/zones/{zone}/linuxAccountViews', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'zone' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instance' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->users = new Google_Service_CloudUserAccounts_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'addPublicKey' => array( 'path' => '{project}/global/users/{user}/addPublicKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'user' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{project}/global/users/{user}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'user' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => '{project}/global/users/{user}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'user' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => '{project}/global/users/{resource}/getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => '{project}/global/users', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/global/users', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removePublicKey' => array( 'path' => '{project}/global/users/{user}/removePublicKey', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'user' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fingerprint' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'setIamPolicy' => array( 'path' => '{project}/global/users/{resource}/setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => '{project}/global/users/{resource}/testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK3 Z[Ovendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.phpnu[ * Firebase Dynamic Links API enables third party developers to create and * manage the Dynamic Links(go/fdl).

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_FirebaseDynamicLinksAPI extends Google_Service { /** View and administer all your Firebase data and settings. */ const FIREBASE = "https://www.googleapis.com/auth/firebase"; public $shortDynamicLinks; /** * Constructs the internal representation of the FirebaseDynamicLinksAPI * service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://firebasedynamiclinks.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'firebasedynamiclinks'; $this->shortDynamicLinks = new Google_Service_FirebaseDynamicLinksAPI_Resource_ShortDynamicLinks( $this, $this->serviceName, 'shortDynamicLinks', array( 'methods' => array( 'create' => array( 'path' => 'v1/shortDynamicLinks', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK3 ZB&B&Svendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataMedia.phpnu[algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setBigstoreObjectRef($bigstoreObjectRef) { $this->bigstoreObjectRef = $bigstoreObjectRef; } public function getBigstoreObjectRef() { return $this->bigstoreObjectRef; } public function setBlobRef($blobRef) { $this->blobRef = $blobRef; } public function getBlobRef() { return $this->blobRef; } /** * @param Google_Service_YouTubeReporting_GdataBlobstore2Info */ public function setBlobstore2Info(Google_Service_YouTubeReporting_GdataBlobstore2Info $blobstore2Info) { $this->blobstore2Info = $blobstore2Info; } /** * @return Google_Service_YouTubeReporting_GdataBlobstore2Info */ public function getBlobstore2Info() { return $this->blobstore2Info; } /** * @param Google_Service_YouTubeReporting_GdataCompositeMedia[] */ public function setCompositeMedia($compositeMedia) { $this->compositeMedia = $compositeMedia; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia[] */ public function getCompositeMedia() { return $this->compositeMedia; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } /** * @param Google_Service_YouTubeReporting_GdataContentTypeInfo */ public function setContentTypeInfo(Google_Service_YouTubeReporting_GdataContentTypeInfo $contentTypeInfo) { $this->contentTypeInfo = $contentTypeInfo; } /** * @return Google_Service_YouTubeReporting_GdataContentTypeInfo */ public function getContentTypeInfo() { return $this->contentTypeInfo; } public function setCosmoBinaryReference($cosmoBinaryReference) { $this->cosmoBinaryReference = $cosmoBinaryReference; } public function getCosmoBinaryReference() { return $this->cosmoBinaryReference; } public function setCrc32cHash($crc32cHash) { $this->crc32cHash = $crc32cHash; } public function getCrc32cHash() { return $this->crc32cHash; } /** * @param Google_Service_YouTubeReporting_GdataDiffChecksumsResponse */ public function setDiffChecksumsResponse(Google_Service_YouTubeReporting_GdataDiffChecksumsResponse $diffChecksumsResponse) { $this->diffChecksumsResponse = $diffChecksumsResponse; } /** * @return Google_Service_YouTubeReporting_GdataDiffChecksumsResponse */ public function getDiffChecksumsResponse() { return $this->diffChecksumsResponse; } /** * @param Google_Service_YouTubeReporting_GdataDiffDownloadResponse */ public function setDiffDownloadResponse(Google_Service_YouTubeReporting_GdataDiffDownloadResponse $diffDownloadResponse) { $this->diffDownloadResponse = $diffDownloadResponse; } /** * @return Google_Service_YouTubeReporting_GdataDiffDownloadResponse */ public function getDiffDownloadResponse() { return $this->diffDownloadResponse; } /** * @param Google_Service_YouTubeReporting_GdataDiffUploadRequest */ public function setDiffUploadRequest(Google_Service_YouTubeReporting_GdataDiffUploadRequest $diffUploadRequest) { $this->diffUploadRequest = $diffUploadRequest; } /** * @return Google_Service_YouTubeReporting_GdataDiffUploadRequest */ public function getDiffUploadRequest() { return $this->diffUploadRequest; } /** * @param Google_Service_YouTubeReporting_GdataDiffUploadResponse */ public function setDiffUploadResponse(Google_Service_YouTubeReporting_GdataDiffUploadResponse $diffUploadResponse) { $this->diffUploadResponse = $diffUploadResponse; } /** * @return Google_Service_YouTubeReporting_GdataDiffUploadResponse */ public function getDiffUploadResponse() { return $this->diffUploadResponse; } /** * @param Google_Service_YouTubeReporting_GdataDiffVersionResponse */ public function setDiffVersionResponse(Google_Service_YouTubeReporting_GdataDiffVersionResponse $diffVersionResponse) { $this->diffVersionResponse = $diffVersionResponse; } /** * @return Google_Service_YouTubeReporting_GdataDiffVersionResponse */ public function getDiffVersionResponse() { return $this->diffVersionResponse; } /** * @param Google_Service_YouTubeReporting_GdataDownloadParameters */ public function setDownloadParameters(Google_Service_YouTubeReporting_GdataDownloadParameters $downloadParameters) { $this->downloadParameters = $downloadParameters; } /** * @return Google_Service_YouTubeReporting_GdataDownloadParameters */ public function getDownloadParameters() { return $this->downloadParameters; } public function setFilename($filename) { $this->filename = $filename; } public function getFilename() { return $this->filename; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } public function setHashVerified($hashVerified) { $this->hashVerified = $hashVerified; } public function getHashVerified() { return $this->hashVerified; } public function setInline($inline) { $this->inline = $inline; } public function getInline() { return $this->inline; } public function setIsPotentialRetry($isPotentialRetry) { $this->isPotentialRetry = $isPotentialRetry; } public function getIsPotentialRetry() { return $this->isPotentialRetry; } public function setLength($length) { $this->length = $length; } public function getLength() { return $this->length; } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; } public function getMd5Hash() { return $this->md5Hash; } public function setMediaId($mediaId) { $this->mediaId = $mediaId; } public function getMediaId() { return $this->mediaId; } /** * @param Google_Service_YouTubeReporting_GdataObjectId */ public function setObjectId(Google_Service_YouTubeReporting_GdataObjectId $objectId) { $this->objectId = $objectId; } /** * @return Google_Service_YouTubeReporting_GdataObjectId */ public function getObjectId() { return $this->objectId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setReferenceType($referenceType) { $this->referenceType = $referenceType; } public function getReferenceType() { return $this->referenceType; } public function setSha1Hash($sha1Hash) { $this->sha1Hash = $sha1Hash; } public function getSha1Hash() { return $this->sha1Hash; } public function setSha256Hash($sha256Hash) { $this->sha256Hash = $sha256Hash; } public function getSha256Hash() { return $this->sha256Hash; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } } PK3 ZmchecksumsInfo = $checksumsInfo; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getChecksumsInfo() { return $this->checksumsInfo; } /** * @param Google_Service_YouTubeReporting_GdataCompositeMedia */ public function setObjectInfo(Google_Service_YouTubeReporting_GdataCompositeMedia $objectInfo) { $this->objectInfo = $objectInfo; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getObjectInfo() { return $this->objectInfo; } public function setObjectVersion($objectVersion) { $this->objectVersion = $objectVersion; } public function getObjectVersion() { return $this->objectVersion; } } PK3 ZYY`vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTubeReporting_ReportType[] */ public function setReportTypes($reportTypes) { $this->reportTypes = $reportTypes; } /** * @return Google_Service_YouTubeReporting_ReportType[] */ public function getReportTypes() { return $this->reportTypes; } } PK3 Z6t) Lvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setReportTypeId($reportTypeId) { $this->reportTypeId = $reportTypeId; } public function getReportTypeId() { return $this->reportTypeId; } public function setSystemManaged($systemManaged) { $this->systemManaged = $systemManaged; } public function getSystemManaged() { return $this->systemManaged; } } PK3 ZIYvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListJobsResponse.phpnu[jobs = $jobs; } /** * @return Google_Service_YouTubeReporting_Job[] */ public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 ZY,bvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffDownloadResponse.phpnu[objectLocation = $objectLocation; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getObjectLocation() { return $this->objectLocation; } } PK3 ZIISvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ReportType.phpnu[deprecateTime = $deprecateTime; } public function getDeprecateTime() { return $this->deprecateTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSystemManaged($systemManaged) { $this->systemManaged = $systemManaged; } public function getSystemManaged() { return $this->systemManaged; } } PK3 ZN'JJ]vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataContentTypeInfo.phpnu[bestGuess = $bestGuess; } public function getBestGuess() { return $this->bestGuess; } public function setFromBytes($fromBytes) { $this->fromBytes = $fromBytes; } public function getFromBytes() { return $this->fromBytes; } public function setFromFileName($fromFileName) { $this->fromFileName = $fromFileName; } public function getFromFileName() { return $this->fromFileName; } public function setFromHeader($fromHeader) { $this->fromHeader = $fromHeader; } public function getFromHeader() { return $this->fromHeader; } public function setFromUrlPath($fromUrlPath) { $this->fromUrlPath = $fromUrlPath; } public function getFromUrlPath() { return $this->fromUrlPath; } } PK3 Zԩ`vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadResponse.phpnu[objectVersion = $objectVersion; } public function getObjectVersion() { return $this->objectVersion; } /** * @param Google_Service_YouTubeReporting_GdataCompositeMedia */ public function setOriginalObject(Google_Service_YouTubeReporting_GdataCompositeMedia $originalObject) { $this->originalObject = $originalObject; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getOriginalObject() { return $this->originalObject; } } PK3 Z̡!Y Y cvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffChecksumsResponse.phpnu[checksumsLocation = $checksumsLocation; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getChecksumsLocation() { return $this->checksumsLocation; } public function setChunkSizeBytes($chunkSizeBytes) { $this->chunkSizeBytes = $chunkSizeBytes; } public function getChunkSizeBytes() { return $this->chunkSizeBytes; } /** * @param Google_Service_YouTubeReporting_GdataCompositeMedia */ public function setObjectLocation(Google_Service_YouTubeReporting_GdataCompositeMedia $objectLocation) { $this->objectLocation = $objectLocation; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getObjectLocation() { return $this->objectLocation; } public function setObjectSizeBytes($objectSizeBytes) { $this->objectSizeBytes = $objectSizeBytes; } public function getObjectSizeBytes() { return $this->objectSizeBytes; } public function setObjectVersion($objectVersion) { $this->objectVersion = $objectVersion; } public function getObjectVersion() { return $this->objectVersion; } } PK3 Z׊E]vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/ReportTypes.phpnu[ * $youtubereportingService = new Google_Service_YouTubeReporting(...); * $reportTypes = $youtubereportingService->reportTypes; * */ class Google_Service_YouTubeReporting_Resource_ReportTypes extends Google_Service_Resource { /** * Lists report types. (reportTypes.listReportTypes) * * @param array $optParams Optional parameters. * * @opt_param bool includeSystemManaged If set to true, also system-managed * report types will be returned; otherwise only the report types that can be * used to create new reporting jobs will be returned. * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @opt_param int pageSize Requested page size. Server may return fewer report * types than requested. If unspecified, server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListReportTypesResponse.next_page_token returned in response to the previous * call to the `ListReportTypes` method. * @return Google_Service_YouTubeReporting_ListReportTypesResponse */ public function listReportTypes($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTubeReporting_ListReportTypesResponse"); } } PK3 Z)"rWvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Media.phpnu[ * $youtubereportingService = new Google_Service_YouTubeReporting(...); * $media = $youtubereportingService->media; * */ class Google_Service_YouTubeReporting_Resource_Media extends Google_Service_Resource { /** * Method for media download. Download is supported on the URI * `/v1/media/{+name}?alt=media`. (media.download) * * @param string $resourceName Name of the media that is being downloaded. * @param array $optParams Optional parameters. * @return Google_Service_YouTubeReporting_GdataMedia */ public function download($resourceName, $optParams = array()) { $params = array('resourceName' => $resourceName); $params = array_merge($params, $optParams); return $this->call('download', array($params), "Google_Service_YouTubeReporting_GdataMedia"); } } PK3 Z[ÖVvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Jobs.phpnu[ * $youtubereportingService = new Google_Service_YouTubeReporting(...); * $jobs = $youtubereportingService->jobs; * */ class Google_Service_YouTubeReporting_Resource_Jobs extends Google_Service_Resource { /** * Creates a job and returns it. (jobs.create) * * @param Google_Service_YouTubeReporting_Job $postBody * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @return Google_Service_YouTubeReporting_Job */ public function create(Google_Service_YouTubeReporting_Job $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_YouTubeReporting_Job"); } /** * Deletes a job. (jobs.delete) * * @param string $jobId The ID of the job to delete. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @return Google_Service_YouTubeReporting_YoutubereportingEmpty */ public function delete($jobId, $optParams = array()) { $params = array('jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_YouTubeReporting_YoutubereportingEmpty"); } /** * Gets a job. (jobs.get) * * @param string $jobId The ID of the job to retrieve. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @return Google_Service_YouTubeReporting_Job */ public function get($jobId, $optParams = array()) { $params = array('jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_YouTubeReporting_Job"); } /** * Lists jobs. (jobs.listJobs) * * @param array $optParams Optional parameters. * * @opt_param bool includeSystemManaged If set to true, also system-managed jobs * will be returned; otherwise only user-created jobs will be returned. System- * managed jobs can neither be modified nor deleted. * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @opt_param int pageSize Requested page size. Server may return fewer jobs * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListReportTypesResponse.next_page_token returned in response to the previous * call to the `ListJobs` method. * @return Google_Service_YouTubeReporting_ListJobsResponse */ public function listJobs($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTubeReporting_ListJobsResponse"); } } PK3 Z'd3k ]vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/JobsReports.phpnu[ * $youtubereportingService = new Google_Service_YouTubeReporting(...); * $reports = $youtubereportingService->reports; * */ class Google_Service_YouTubeReporting_Resource_JobsReports extends Google_Service_Resource { /** * Gets the metadata of a specific report. (reports.get) * * @param string $jobId The ID of the job. * @param string $reportId The ID of the report to retrieve. * @param array $optParams Optional parameters. * * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @return Google_Service_YouTubeReporting_Report */ public function get($jobId, $reportId, $optParams = array()) { $params = array('jobId' => $jobId, 'reportId' => $reportId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_YouTubeReporting_Report"); } /** * Lists reports created by a specific job. Returns NOT_FOUND if the job does * not exist. (reports.listJobsReports) * * @param string $jobId The ID of the job. * @param array $optParams Optional parameters. * * @opt_param string createdAfter If set, only reports created after the * specified date/time are returned. * @opt_param string onBehalfOfContentOwner The content owner's external ID on * which behalf the user is acting on. If not set, the user is acting for * himself (his own channel). * @opt_param int pageSize Requested page size. Server may return fewer report * types than requested. If unspecified, server will pick an appropriate * default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListReportsResponse.next_page_token returned in response to the previous call * to the `ListReports` method. * @opt_param string startTimeAtOrAfter If set, only reports whose start time is * greater than or equal the specified date/time are returned. * @opt_param string startTimeBefore If set, only reports whose start time is * smaller than the specified date/time are returned. * @return Google_Service_YouTubeReporting_ListReportsResponse */ public function listJobsReports($jobId, $optParams = array()) { $params = array('jobId' => $jobId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_YouTubeReporting_ListReportsResponse"); } } PK3 Z靈JJOvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setJobExpireTime($jobExpireTime) { $this->jobExpireTime = $jobExpireTime; } public function getJobExpireTime() { return $this->jobExpireTime; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK3 ZNfl\vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataBlobstore2Info.phpnu[blobGeneration = $blobGeneration; } public function getBlobGeneration() { return $this->blobGeneration; } public function setBlobId($blobId) { $this->blobId = $blobId; } public function getBlobId() { return $this->blobId; } public function setDownloadReadHandle($downloadReadHandle) { $this->downloadReadHandle = $downloadReadHandle; } public function getDownloadReadHandle() { return $this->downloadReadHandle; } public function setReadToken($readToken) { $this->readToken = $readToken; } public function getReadToken() { return $this->readToken; } public function setUploadMetadataContainer($uploadMetadataContainer) { $this->uploadMetadataContainer = $uploadMetadataContainer; } public function getUploadMetadataContainer() { return $this->uploadMetadataContainer; } } PK3 Z}k%%\vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_YouTubeReporting_Report[] */ public function setReports($reports) { $this->reports = $reports; } /** * @return Google_Service_YouTubeReporting_Report[] */ public function getReports() { return $this->reports; } } PK3 ZzWWavendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffVersionResponse.phpnu[objectSizeBytes = $objectSizeBytes; } public function getObjectSizeBytes() { return $this->objectSizeBytes; } public function setObjectVersion($objectVersion) { $this->objectVersion = $objectVersion; } public function getObjectVersion() { return $this->objectVersion; } } PK3 Zչkk`vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDownloadParameters.phpnu[allowGzipCompression = $allowGzipCompression; } public function getAllowGzipCompression() { return $this->allowGzipCompression; } public function setIgnoreRange($ignoreRange) { $this->ignoreRange = $ignoreRange; } public function getIgnoreRange() { return $this->ignoreRange; } } PK3 Zd4sCVvendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataObjectId.phpnu[bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setGeneration($generation) { $this->generation = $generation; } public function getGeneration() { return $this->generation; } public function setObjectName($objectName) { $this->objectName = $objectName; } public function getObjectName() { return $this->objectName; } } PK3 ZVJ \vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataCompositeMedia.phpnu[blobRef = $blobRef; } public function getBlobRef() { return $this->blobRef; } /** * @param Google_Service_YouTubeReporting_GdataBlobstore2Info */ public function setBlobstore2Info(Google_Service_YouTubeReporting_GdataBlobstore2Info $blobstore2Info) { $this->blobstore2Info = $blobstore2Info; } /** * @return Google_Service_YouTubeReporting_GdataBlobstore2Info */ public function getBlobstore2Info() { return $this->blobstore2Info; } public function setCosmoBinaryReference($cosmoBinaryReference) { $this->cosmoBinaryReference = $cosmoBinaryReference; } public function getCosmoBinaryReference() { return $this->cosmoBinaryReference; } public function setCrc32cHash($crc32cHash) { $this->crc32cHash = $crc32cHash; } public function getCrc32cHash() { return $this->crc32cHash; } public function setInline($inline) { $this->inline = $inline; } public function getInline() { return $this->inline; } public function setLength($length) { $this->length = $length; } public function getLength() { return $this->length; } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; } public function getMd5Hash() { return $this->md5Hash; } /** * @param Google_Service_YouTubeReporting_GdataObjectId */ public function setObjectId(Google_Service_YouTubeReporting_GdataObjectId $objectId) { $this->objectId = $objectId; } /** * @return Google_Service_YouTubeReporting_GdataObjectId */ public function getObjectId() { return $this->objectId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setReferenceType($referenceType) { $this->referenceType = $referenceType; } public function getReferenceType() { return $this->referenceType; } public function setSha1Hash($sha1Hash) { $this->sha1Hash = $sha1Hash; } public function getSha1Hash() { return $this->sha1Hash; } } PK3 Z("7^vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/YoutubereportingEmpty.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK3 Z<[# # Mvendor/google/apiclient-services/src/Google/Service/ServiceUsage/HttpRule.phpnu[additionalBindings = $additionalBindings; } /** * @return Google_Service_ServiceUsage_HttpRule[] */ public function getAdditionalBindings() { return $this->additionalBindings; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } /** * @param Google_Service_ServiceUsage_CustomHttpPattern */ public function setCustom(Google_Service_ServiceUsage_CustomHttpPattern $custom) { $this->custom = $custom; } /** * @return Google_Service_ServiceUsage_CustomHttpPattern */ public function getCustom() { return $this->custom; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } public function setGet($get) { $this->get = $get; } public function getGet() { return $this->get; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPost($post) { $this->post = $post; } public function getPost() { return $this->post; } public function setPut($put) { $this->put = $put; } public function getPut() { return $this->put; } public function setResponseBody($responseBody) { $this->responseBody = $responseBody; } public function getResponseBody() { return $this->responseBody; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 ZϼoYvendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableServiceRequest.phpnu[cardinality = $cardinality; } public function getCardinality() { return $this->cardinality; } public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } /** * @param Google_Service_ServiceUsage_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option[] */ public function getOptions() { return $this->options; } public function setPacked($packed) { $this->packed = $packed; } public function getPacked() { return $this->packed; } public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } } PK3 Z[49Tvendor/google/apiclient-services/src/Google/Service/ServiceUsage/LabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK3 ZhhNvendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnumValue.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_ServiceUsage_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option[] */ public function getOptions() { return $this->options; } } PK3 Zڳ__Wvendor/google/apiclient-services/src/Google/Service/ServiceUsage/BillingDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK3 Z9{vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.phpnu[identity = $identity; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1beta1ServiceIdentity */ public function getIdentity() { return $this->identity; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK3 ZƂ[BBNvendor/google/apiclient-services/src/Google/Service/ServiceUsage/UsageRule.phpnu[allowUnregisteredCalls = $allowUnregisteredCalls; } public function getAllowUnregisteredCalls() { return $this->allowUnregisteredCalls; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } public function setSkipServiceControl($skipServiceControl) { $this->skipServiceControl = $skipServiceControl; } public function getSkipServiceControl() { return $this->skipServiceControl; } } PK3 Zk>Pvendor/google/apiclient-services/src/Google/Service/ServiceUsage/JwtLocation.phpnu[header = $header; } public function getHeader() { return $this->header; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setValuePrefix($valuePrefix) { $this->valuePrefix = $valuePrefix; } public function getValuePrefix() { return $this->valuePrefix; } } PK3 Z~ixxavendor/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminOverridesResponse.phpnu[overrides = $overrides; } /** * @return Google_Service_ServiceUsage_QuotaOverride[] */ public function getOverrides() { return $this->overrides; } } PK3 Z\9}}fvendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateAdminOverridesResponse.phpnu[overrides = $overrides; } /** * @return Google_Service_ServiceUsage_QuotaOverride[] */ public function getOverrides() { return $this->overrides; } } PK3 Z>B B Ivendor/google/apiclient-services/src/Google/Service/ServiceUsage/Type.phpnu[fields = $fields; } /** * @return Google_Service_ServiceUsage_Field[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_ServiceUsage_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUsage_SourceContext */ public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUsage_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK3 ZM:_99Lvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Context.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUsage_ContextRule[] */ public function getRules() { return $this->rules; } } PK3 Zˁ&&Jvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.phpnu[producerNotificationChannel = $producerNotificationChannel; } public function getProducerNotificationChannel() { return $this->producerNotificationChannel; } public function setRequirements($requirements) { $this->requirements = $requirements; } public function getRequirements() { return $this->requirements; } /** * @param Google_Service_ServiceUsage_UsageRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceUsage_UsageRule[] */ public function getRules() { return $this->rules; } } PK3 ZiPTvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameter.phpnu[httpHeader = $httpHeader; } public function getHttpHeader() { return $this->httpHeader; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrlQueryParameter($urlQueryParameter) { $this->urlQueryParameter = $urlQueryParameter; } public function getUrlQueryParameter() { return $this->urlQueryParameter; } } PK3 Zʆ99Lvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Backend.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUsage_BackendRule[] */ public function getRules() { return $this->rules; } } PK3 Z^ĀLvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Billing.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceUsage_BillingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } } PK3 Z[vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.phpnu[service = $service; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service */ public function getService() { return $this->service; } } PK3 ZqOvendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricRule.phpnu[metricCosts = $metricCosts; } public function getMetricCosts() { return $this->metricCosts; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 Z-Bivendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateConsumerOverridesResponse.phpnu[overrides = $overrides; } /** * @return Google_Service_ServiceUsage_QuotaOverride[] */ public function getOverrides() { return $this->overrides; } } PK3 Z8Vvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceusageEmpty.phpnu[overrides = $overrides; } /** * @return Google_Service_ServiceUsage_QuotaOverride[] */ public function getOverrides() { return $this->overrides; } } PK3 ZQ  Tvendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.phpnu[isErrorType = $isErrorType; } public function getIsErrorType() { return $this->isErrorType; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 Z:1ޒmmIvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Page.phpnu[content = $content; } public function getContent() { return $this->content; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUsage_Page[] */ public function setSubpages($subpages) { $this->subpages = $subpages; } /** * @return Google_Service_ServiceUsage_Page[] */ public function getSubpages() { return $this->subpages; } } PK3 Z\vZvendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableServiceResponse.phpnu[service = $service; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service */ public function getService() { return $this->service; } } PK3 Z?3 3 Ovendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaLimit.phpnu[defaultLimit = $defaultLimit; } public function getDefaultLimit() { return $this->defaultLimit; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFreeTier($freeTier) { $this->freeTier = $freeTier; } public function getFreeTier() { return $this->freeTier; } public function setMaxLimit($maxLimit) { $this->maxLimit = $maxLimit; } public function getMaxLimit() { return $this->maxLimit; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK3 Z͒[vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CancelOperationRequest.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 Z^oZvendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.phpnu[checkIfServiceHasUsage = $checkIfServiceHasUsage; } public function getCheckIfServiceHasUsage() { return $this->checkIfServiceHasUsage; } public function setDisableDependentServices($disableDependentServices) { $this->disableDependentServices = $disableDependentServices; } public function getDisableDependentServices() { return $this->disableDependentServices; } } PK3 Z>Pvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.phpnu[allowedRequestExtensions = $allowedRequestExtensions; } public function getAllowedRequestExtensions() { return $this->allowedRequestExtensions; } public function setAllowedResponseExtensions($allowedResponseExtensions) { $this->allowedResponseExtensions = $allowedResponseExtensions; } public function getAllowedResponseExtensions() { return $this->allowedResponseExtensions; } public function setProvided($provided) { $this->provided = $provided; } public function getProvided() { return $this->provided; } public function setRequested($requested) { $this->requested = $requested; } public function getRequested() { return $this->requested; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 Z?mvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.phpnu[resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } } PK3 ZOġ Uvendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceUsage_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceUsage_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } /** * @param Google_Service_ServiceUsage_MetricDescriptorMetadata */ public function setMetadata(Google_Service_ServiceUsage_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_ServiceUsage_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setMonitoredResourceTypes($monitoredResourceTypes) { $this->monitoredResourceTypes = $monitoredResourceTypes; } public function getMonitoredResourceTypes() { return $this->monitoredResourceTypes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK3 Z}Vvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Services.phpnu[ * $serviceusageService = new Google_Service_ServiceUsage(...); * $services = $serviceusageService->services; * */ class Google_Service_ServiceUsage_Resource_Services extends Google_Service_Resource { /** * Enable multiple services on a project. The operation is atomic: if enabling * any service fails, then the entire batch fails, and no state changes occur. * To enable a single service, use the `EnableService` method instead. * (services.batchEnable) * * @param string $parent Parent to enable services on. An example name would be: * `projects/123` where `123` is the project number. The `BatchEnableServices` * method currently only supports projects. * @param Google_Service_ServiceUsage_BatchEnableServicesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_Operation */ public function batchEnable($parent, Google_Service_ServiceUsage_BatchEnableServicesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchEnable', array($params), "Google_Service_ServiceUsage_Operation"); } /** * Returns the service configurations and enabled states for a given list of * services. (services.batchGet) * * @param string $parent Parent to retrieve services from. If this is set, the * parent of all of the services specified in `names` must match this field. An * example name would be: `projects/123` where `123` is the project number. The * `BatchGetServices` method currently only supports projects. * @param array $optParams Optional parameters. * * @opt_param string names Names of the services to retrieve. An example name * would be: `projects/123/services/serviceusage.googleapis.com` where `123` is * the project number. A single request can get a maximum of 30 services at a * time. * @return Google_Service_ServiceUsage_BatchGetServicesResponse */ public function batchGet($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_ServiceUsage_BatchGetServicesResponse"); } /** * Disable a service so that it can no longer be used with a project. This * prevents unintended usage that may cause unexpected billing charges or * security leaks. It is not valid to call the disable method on a service that * is not currently enabled. Callers will receive a `FAILED_PRECONDITION` status * if the target service is not currently enabled. (services.disable) * * @param string $name Name of the consumer and service to disable the service * on. The enable and disable methods currently only support projects. An * example name would be: `projects/123/services/serviceusage.googleapis.com` * where `123` is the project number. * @param Google_Service_ServiceUsage_DisableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_Operation */ public function disable($name, Google_Service_ServiceUsage_DisableServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('disable', array($params), "Google_Service_ServiceUsage_Operation"); } /** * Enable a service so that it can be used with a project. (services.enable) * * @param string $name Name of the consumer and service to enable the service * on. The `EnableService` and `DisableService` methods currently only support * projects. Enabling a service requires that the service is public or is shared * with the user enabling the service. An example name would be: * `projects/123/services/serviceusage.googleapis.com` where `123` is the * project number. * @param Google_Service_ServiceUsage_EnableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_Operation */ public function enable($name, Google_Service_ServiceUsage_EnableServiceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enable', array($params), "Google_Service_ServiceUsage_Operation"); } /** * Returns the service configuration and enabled state for a given service. * (services.get) * * @param string $name Name of the consumer and service to get the * `ConsumerState` for. An example name would be: * `projects/123/services/serviceusage.googleapis.com` where `123` is the * project number. * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceUsage_GoogleApiServiceusageV1Service"); } /** * List all services available to the specified project, and the current state * of those services with respect to the project. The list includes all public * services, all services for which the calling user has the * `servicemanagement.services.bind` permission, and all services that have * already been enabled on the project. The list can be filtered to only include * services in a specific state, for example to only include services enabled on * the project. WARNING: If you need to query enabled services frequently or * across an organization, you should use [Cloud Asset Inventory * API](https://cloud.google.com/asset-inventory/docs/apis), which provides * higher throughput and richer filtering capability. (services.listServices) * * @param string $parent Parent to search for services on. An example name would * be: `projects/123` where `123` is the project number. * @param array $optParams Optional parameters. * * @opt_param string filter Only list services that conform to the given filter. * The allowed filter strings are `state:ENABLED` and `state:DISABLED`. * @opt_param int pageSize Requested size of the next page of data. Requested * page size cannot exceed 200. If not set, the default page size is 50. * @opt_param string pageToken Token identifying which result to start with, * which is returned by a previous list call. * @return Google_Service_ServiceUsage_ListServicesResponse */ public function listServices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceUsage_ListServicesResponse"); } } PK3 Zԉ_Xvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Operations.phpnu[ * $serviceusageService = new Google_Service_ServiceUsage(...); * $operations = $serviceusageService->operations; * */ class Google_Service_ServiceUsage_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_ServiceUsage_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_ServiceusageEmpty */ public function cancel($name, Google_Service_ServiceUsage_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_ServiceUsage_ServiceusageEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_ServiceusageEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceUsage_ServiceusageEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_ServiceUsage_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceUsage_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param string name The name of the operation's parent resource. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_ServiceUsage_ListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceUsage_ListOperationsResponse"); } } PK3 Zi*JJRvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceContext.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } } PK3 ZB_vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesRequest.phpnu[serviceIds = $serviceIds; } public function getServiceIds() { return $this->serviceIds; } } PK3 ZX<Tvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } } PK3 Zk@ @ Pvendor/google/apiclient-services/src/Google/Service/ServiceUsage/BackendRule.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setDeadline($deadline) { $this->deadline = $deadline; } public function getDeadline() { return $this->deadline; } public function setDisableAuth($disableAuth) { $this->disableAuth = $disableAuth; } public function getDisableAuth() { return $this->disableAuth; } public function setJwtAudience($jwtAudience) { $this->jwtAudience = $jwtAudience; } public function getJwtAudience() { return $this->jwtAudience; } public function setMinDeadline($minDeadline) { $this->minDeadline = $minDeadline; } public function getMinDeadline() { return $this->minDeadline; } public function setOperationDeadline($operationDeadline) { $this->operationDeadline = $operationDeadline; } public function getOperationDeadline() { return $this->operationDeadline; } public function setPathTranslation($pathTranslation) { $this->pathTranslation = $pathTranslation; } public function getPathTranslation() { return $this->pathTranslation; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 Z17IVvendor/google/apiclient-services/src/Google/Service/ServiceUsage/OperationMetadata.phpnu[resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } } PK3 Z _ccIvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Http.phpnu[fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; } public function getFullyDecodeReservedExpansion() { return $this->fullyDecodeReservedExpansion; } /** * @param Google_Service_ServiceUsage_HttpRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceUsage_HttpRule[] */ public function getRules() { return $this->rules; } } PK3 Z^Wvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthenticationRule.phpnu[allowWithoutCredential = $allowWithoutCredential; } public function getAllowWithoutCredential() { return $this->allowWithoutCredential; } /** * @param Google_Service_ServiceUsage_OAuthRequirements */ public function setOauth(Google_Service_ServiceUsage_OAuthRequirements $oauth) { $this->oauth = $oauth; } /** * @return Google_Service_ServiceUsage_OAuthRequirements */ public function getOauth() { return $this->oauth; } /** * @param Google_Service_ServiceUsage_AuthRequirement[] */ public function setRequirements($requirements) { $this->requirements = $requirements; } /** * @return Google_Service_ServiceUsage_AuthRequirement[] */ public function getRequirements() { return $this->requirements; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 Zh!~Lvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Logging.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceUsage_LoggingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } /** * @param Google_Service_ServiceUsage_LoggingDestination[] */ public function setProducerDestinations($producerDestinations) { $this->producerDestinations = $producerDestinations; } /** * @return Google_Service_ServiceUsage_LoggingDestination[] */ public function getProducerDestinations() { return $this->producerDestinations; } } PK3 Z[[8Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableFailure.phpnu[errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setServiceId($serviceId) { $this->serviceId = $serviceId; } public function getServiceId() { return $this->serviceId; } } PK3 Z  Tvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthRequirement.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK3 Zpvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } public function getUniqueId() { return $this->uniqueId; } } PK3 ZdQvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthProvider.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setAuthorizationUrl($authorizationUrl) { $this->authorizationUrl = $authorizationUrl; } public function getAuthorizationUrl() { return $this->authorizationUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setJwksUri($jwksUri) { $this->jwksUri = $jwksUri; } public function getJwksUri() { return $this->jwksUri; } /** * @param Google_Service_ServiceUsage_JwtLocation[] */ public function setJwtLocations($jwtLocations) { $this->jwtLocations = $jwtLocations; } /** * @return Google_Service_ServiceUsage_JwtLocation[] */ public function getJwtLocations() { return $this->jwtLocations; } } PK3 Z鱍_vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.phpnu[identity = $identity; } /** * @return Google_Service_ServiceUsage_ServiceIdentity */ public function getIdentity() { return $this->identity; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK3 Z Ovendor/google/apiclient-services/src/Google/Service/ServiceUsage/Monitoring.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceUsage_MonitoringDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } /** * @param Google_Service_ServiceUsage_MonitoringDestination[] */ public function setProducerDestinations($producerDestinations) { $this->producerDestinations = $producerDestinations; } /** * @return Google_Service_ServiceUsage_MonitoringDestination[] */ public function getProducerDestinations() { return $this->producerDestinations; } } PK3 ZZZUvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUsage_SystemParameterRule[] */ public function getRules() { return $this->rules; } } PK3 ZKcGGMvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Endpoint.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; } public function getAllowCors() { return $this->allowCors; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK3 Za]vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchGetServicesResponse.phpnu[services = $services; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service[] */ public function getServices() { return $this->services; } } PK3 ZeMVvendor/google/apiclient-services/src/Google/Service/ServiceUsage/OAuthRequirements.phpnu[canonicalScopes = $canonicalScopes; } public function getCanonicalScopes() { return $this->canonicalScopes; } } PK3 Z|Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaOverride.phpnu[adminOverrideAncestor = $adminOverrideAncestor; } public function getAdminOverrideAncestor() { return $this->adminOverrideAncestor; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOverrideValue($overrideValue) { $this->overrideValue = $overrideValue; } public function getOverrideValue() { return $this->overrideValue; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK3 ZQVZNvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ServiceUsage_Status */ public function setError(Google_Service_ServiceUsage_Status $error) { $this->error = $error; } /** * @return Google_Service_ServiceUsage_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK3 ZJvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Quota.phpnu[limits = $limits; } /** * @return Google_Service_ServiceUsage_QuotaLimit[] */ public function getLimits() { return $this->limits; } /** * @param Google_Service_ServiceUsage_MetricRule[] */ public function setMetricRules($metricRules) { $this->metricRules = $metricRules; } /** * @return Google_Service_ServiceUsage_MetricRule[] */ public function getMetricRules() { return $this->metricRules; } } PK3 Z7(՛Kvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Status.phpnu[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; } } PK3 Z)Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.phpnu[documentationRootUrl = $documentationRootUrl; } public function getDocumentationRootUrl() { return $this->documentationRootUrl; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } /** * @param Google_Service_ServiceUsage_Page[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_ServiceUsage_Page[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_ServiceUsage_DocumentationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceUsage_DocumentationRule[] */ public function getRules() { return $this->rules; } public function setServiceRootUrl($serviceRootUrl) { $this->serviceRootUrl = $serviceRootUrl; } public function getServiceRootUrl() { return $this->serviceRootUrl; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK3 ZOvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceInfo.phpnu[sourceFiles = $sourceFiles; } public function getSourceFiles() { return $this->sourceFiles; } } PK3 ZeUvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AdminQuotaPolicy.phpnu[container = $container; } public function getContainer() { return $this->container; } public function setDimensions($dimensions) { $this->dimensions = $dimensions; } public function getDimensions() { return $this->dimensions; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPolicyValue($policyValue) { $this->policyValue = $policyValue; } public function getPolicyValue() { return $this->policyValue; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK3 Z0V||evendor/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminQuotaPoliciesResponse.phpnu[policies = $policies; } /** * @return Google_Service_ServiceUsage_AdminQuotaPolicy[] */ public function getPolicies() { return $this->policies; } } PK3 Z5))Uvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.phpnu[apis = $apis; } /** * @return Google_Service_ServiceUsage_Api[] */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceUsage_Authentication */ public function setAuthentication(Google_Service_ServiceUsage_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceUsage_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceUsage_Backend */ public function setBackend(Google_Service_ServiceUsage_Backend $backend) { $this->backend = $backend; } /** * @return Google_Service_ServiceUsage_Backend */ public function getBackend() { return $this->backend; } /** * @param Google_Service_ServiceUsage_Billing */ public function setBilling(Google_Service_ServiceUsage_Billing $billing) { $this->billing = $billing; } /** * @return Google_Service_ServiceUsage_Billing */ public function getBilling() { return $this->billing; } public function setConfigVersion($configVersion) { $this->configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_ServiceUsage_Context */ public function setContext(Google_Service_ServiceUsage_Context $context) { $this->context = $context; } /** * @return Google_Service_ServiceUsage_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_ServiceUsage_Control */ public function setControl(Google_Service_ServiceUsage_Control $control) { $this->control = $control; } /** * @return Google_Service_ServiceUsage_Control */ public function getControl() { return $this->control; } /** * @param Google_Service_ServiceUsage_CustomError */ public function setCustomError(Google_Service_ServiceUsage_CustomError $customError) { $this->customError = $customError; } /** * @return Google_Service_ServiceUsage_CustomError */ public function getCustomError() { return $this->customError; } /** * @param Google_Service_ServiceUsage_Documentation */ public function setDocumentation(Google_Service_ServiceUsage_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceUsage_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceUsage_Endpoint[] */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceUsage_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceUsage_Enum[] */ public function setEnums($enums) { $this->enums = $enums; } /** * @return Google_Service_ServiceUsage_Enum[] */ public function getEnums() { return $this->enums; } /** * @param Google_Service_ServiceUsage_Http */ public function setHttp(Google_Service_ServiceUsage_Http $http) { $this->http = $http; } /** * @return Google_Service_ServiceUsage_Http */ public function getHttp() { return $this->http; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ServiceUsage_Logging */ public function setLogging(Google_Service_ServiceUsage_Logging $logging) { $this->logging = $logging; } /** * @return Google_Service_ServiceUsage_Logging */ public function getLogging() { return $this->logging; } /** * @param Google_Service_ServiceUsage_LogDescriptor[] */ public function setLogs($logs) { $this->logs = $logs; } /** * @return Google_Service_ServiceUsage_LogDescriptor[] */ public function getLogs() { return $this->logs; } /** * @param Google_Service_ServiceUsage_MetricDescriptor[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ServiceUsage_MetricDescriptor[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ServiceUsage_MonitoredResourceDescriptor[] */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceUsage_MonitoredResourceDescriptor[] */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceUsage_Monitoring */ public function setMonitoring(Google_Service_ServiceUsage_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceUsage_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } /** * @param Google_Service_ServiceUsage_Quota */ public function setQuota(Google_Service_ServiceUsage_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceUsage_Quota */ public function getQuota() { return $this->quota; } /** * @param Google_Service_ServiceUsage_SourceInfo */ public function setSourceInfo(Google_Service_ServiceUsage_SourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return Google_Service_ServiceUsage_SourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } /** * @param Google_Service_ServiceUsage_SystemParameters */ public function setSystemParameters(Google_Service_ServiceUsage_SystemParameters $systemParameters) { $this->systemParameters = $systemParameters; } /** * @return Google_Service_ServiceUsage_SystemParameters */ public function getSystemParameters() { return $this->systemParameters; } /** * @param Google_Service_ServiceUsage_Type[] */ public function setSystemTypes($systemTypes) { $this->systemTypes = $systemTypes; } /** * @return Google_Service_ServiceUsage_Type[] */ public function getSystemTypes() { return $this->systemTypes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceUsage_Type[] */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_ServiceUsage_Type[] */ public function getTypes() { return $this->types; } /** * @param Google_Service_ServiceUsage_Usage */ public function setUsage(Google_Service_ServiceUsage_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceUsage_Usage */ public function getUsage() { return $this->usage; } } PK3 Zk̻`vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceUsage_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceUsage_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 ZoBGGWvendor/google/apiclient-services/src/Google/Service/ServiceUsage/LoggingDestination.phpnu[logs = $logs; } public function getLogs() { return $this->logs; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK3 Z|zggYvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceUsage_GoogleApiServiceusageV1Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service[] */ public function getServices() { return $this->services; } } PK3 Z0|M<<[vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceUsage_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_ServiceUsage_Operation[] */ public function getOperations() { return $this->operations; } } PK3 ZYYLvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Control.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK3 Z %((Xvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.phpnu[parameters = $parameters; } /** * @return Google_Service_ServiceUsage_SystemParameter[] */ public function getParameters() { return $this->parameters; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 ZnvIvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.phpnu[enumvalue = $enumvalue; } /** * @return Google_Service_ServiceUsage_EnumValue[] */ public function getEnumvalue() { return $this->enumvalue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUsage_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUsage_SourceContext */ public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUsage_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK3 ZؑPvendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.phpnu[rules = $rules; } /** * @return Google_Service_ServiceUsage_CustomErrorRule[] */ public function getRules() { return $this->rules; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } PK3 Z/bbZvendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoringDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK3 Z Ծ Hvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Api.phpnu[methods = $methods; } /** * @return Google_Service_ServiceUsage_Method[] */ public function getMethods() { return $this->methods; } /** * @param Google_Service_ServiceUsage_Mixin[] */ public function setMixins($mixins) { $this->mixins = $mixins; } /** * @return Google_Service_ServiceUsage_Mixin[] */ public function getMixins() { return $this->mixins; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUsage_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUsage_SourceContext */ public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUsage_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK3 Z6oCsSvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Authentication.phpnu[providers = $providers; } /** * @return Google_Service_ServiceUsage_AuthProvider[] */ public function getProviders() { return $this->providers; } /** * @param Google_Service_ServiceUsage_AuthenticationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceUsage_AuthenticationRule[] */ public function getRules() { return $this->rules; } } PK3 Z3LxKvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Method.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUsage_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option[] */ public function getOptions() { return $this->options; } public function setRequestStreaming($requestStreaming) { $this->requestStreaming = $requestStreaming; } public function getRequestStreaming() { return $this->requestStreaming; } public function setRequestTypeUrl($requestTypeUrl) { $this->requestTypeUrl = $requestTypeUrl; } public function getRequestTypeUrl() { return $this->requestTypeUrl; } public function setResponseStreaming($responseStreaming) { $this->responseStreaming = $responseStreaming; } public function getResponseStreaming() { return $this->responseStreaming; } public function setResponseTypeUrl($responseTypeUrl) { $this->responseTypeUrl = $responseTypeUrl; } public function getResponseTypeUrl() { return $this->responseTypeUrl; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK3 Z#CVvendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK3 Z)b(22`vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesResponse.phpnu[failures = $failures; } /** * @return Google_Service_ServiceUsage_EnableFailure[] */ public function getFailures() { return $this->failures; } /** * @param Google_Service_ServiceUsage_GoogleApiServiceusageV1Service[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service[] */ public function getServices() { return $this->services; } } PK3 Znncvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1Service.phpnu[config = $config; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1ServiceConfig */ public function getConfig() { return $this->config; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK3 Z΅aK``Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/LogDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceUsage_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceUsage_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK3 Z;`eeivendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1ServiceConfig.phpnu[apis = $apis; } /** * @return Google_Service_ServiceUsage_Api[] */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceUsage_Authentication */ public function setAuthentication(Google_Service_ServiceUsage_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceUsage_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceUsage_Documentation */ public function setDocumentation(Google_Service_ServiceUsage_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceUsage_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceUsage_Endpoint[] */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceUsage_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceUsage_MonitoredResourceDescriptor[] */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceUsage_MonitoredResourceDescriptor[] */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceUsage_Monitoring */ public function setMonitoring(Google_Service_ServiceUsage_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceUsage_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUsage_Quota */ public function setQuota(Google_Service_ServiceUsage_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceUsage_Quota */ public function getQuota() { return $this->quota; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceUsage_Usage */ public function setUsage(Google_Service_ServiceUsage_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceUsage_Usage */ public function getUsage() { return $this->usage; } } PK3 Z|@Jvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Mixin.phpnu[name = $name; } public function getName() { return $this->name; } public function setRoot($root) { $this->root = $root; } public function getRoot() { return $this->root; } } PK3 Z-h(aVvendor/google/apiclient-services/src/Google/Service/ServiceUsage/DocumentationRule.phpnu[deprecationDescription = $deprecationDescription; } public function getDeprecationDescription() { return $this->deprecationDescription; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK3 Zֱ>vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse.phpnu[catalogs = $catalogs; } /** * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Catalog */ public function getCatalogs() { return $this->catalogs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 ZT-dvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersCatalogs.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $catalogs = $cloudprivatecatalogService->catalogs; * */ class Google_Service_CloudPrivateCatalog_Resource_FoldersCatalogs extends Google_Service_Resource { /** * Search Catalog resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (catalogs.search) * * @param string $resource Required. The name of the resource context. It can be * in following formats: * * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchCatalogs that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the catalogs. The supported * queries are: * * * Get a single catalog: `name=catalogs/{catalog_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse"); } } PK3 Z߄ljvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsVersions.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $versions = $cloudprivatecatalogService->versions; * */ class Google_Service_CloudPrivateCatalog_Resource_OrganizationsVersions extends Google_Service_Resource { /** * Search Version resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (versions.search) * * @param string $resource Required. The name of the resource context. See * SearchCatalogsRequest.resource for details. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchVersions that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the versions. Required. * * The supported queries are: * List versions under a product: * `parent=catalogs/{catalog_id}/products/{product_id}` * Get a version by name: * `name=catalogs/{catalog_id}/products/{product_id}/versions/{version_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse"); } } PK3 Zb9jvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsCatalogs.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $catalogs = $cloudprivatecatalogService->catalogs; * */ class Google_Service_CloudPrivateCatalog_Resource_OrganizationsCatalogs extends Google_Service_Resource { /** * Search Catalog resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (catalogs.search) * * @param string $resource Required. The name of the resource context. It can be * in following formats: * * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param string query The query to filter the catalogs. The supported * queries are: * * * Get a single catalog: `name=catalogs/{catalog_id}` * @opt_param string pageToken A pagination token returned from a previous call * to SearchCatalogs that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse"); } } PK3 Z۹ dvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersVersions.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $versions = $cloudprivatecatalogService->versions; * */ class Google_Service_CloudPrivateCatalog_Resource_FoldersVersions extends Google_Service_Resource { /** * Search Version resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (versions.search) * * @param string $resource Required. The name of the resource context. See * SearchCatalogsRequest.resource for details. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchVersions that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the versions. Required. * * The supported queries are: * List versions under a product: * `parent=catalogs/{catalog_id}/products/{product_id}` * Get a version by name: * `name=catalogs/{catalog_id}/products/{product_id}/versions/{version_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse"); } } PK3 Z:^evendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsCatalogs.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $catalogs = $cloudprivatecatalogService->catalogs; * */ class Google_Service_CloudPrivateCatalog_Resource_ProjectsCatalogs extends Google_Service_Resource { /** * Search Catalog resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (catalogs.search) * * @param string $resource Required. The name of the resource context. It can be * in following formats: * * * `projects/{project_id}` * `folders/{folder_id}` * * `organizations/{organization_id}` * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchCatalogs that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the catalogs. The supported * queries are: * * * Get a single catalog: `name=catalogs/{catalog_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse"); } } PK3 ZNXjvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsProducts.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $products = $cloudprivatecatalogService->products; * */ class Google_Service_CloudPrivateCatalog_Resource_OrganizationsProducts extends Google_Service_Resource { /** * Search Product resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (products.search) * * @param string $resource Required. The name of the resource context. See * SearchCatalogsRequest.resource for details. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchProducts that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the products. * * The supported queries are: * List products of all catalogs: empty * List * products under a catalog: `parent=catalogs/{catalog_id}` * Get a product by * name: `name=catalogs/{catalog_id}/products/{product_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse"); } } PK3 Zp:\vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Folders.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $folders = $cloudprivatecatalogService->folders; * */ class Google_Service_CloudPrivateCatalog_Resource_Folders extends Google_Service_Resource { } PK3 Z)dvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersProducts.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $products = $cloudprivatecatalogService->products; * */ class Google_Service_CloudPrivateCatalog_Resource_FoldersProducts extends Google_Service_Resource { /** * Search Product resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (products.search) * * @param string $resource Required. The name of the resource context. See * SearchCatalogsRequest.resource for details. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchProducts that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the products. * * The supported queries are: * List products of all catalogs: empty * List * products under a catalog: `parent=catalogs/{catalog_id}` * Get a product by * name: `name=catalogs/{catalog_id}/products/{product_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse"); } } PK3 Zevendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsVersions.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $versions = $cloudprivatecatalogService->versions; * */ class Google_Service_CloudPrivateCatalog_Resource_ProjectsVersions extends Google_Service_Resource { /** * Search Version resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (versions.search) * * @param string $resource Required. The name of the resource context. See * SearchCatalogsRequest.resource for details. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchVersions that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the versions. Required. * * The supported queries are: * List versions under a product: * `parent=catalogs/{catalog_id}/products/{product_id}` * Get a version by name: * `name=catalogs/{catalog_id}/products/{product_id}/versions/{version_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse"); } } PK3 Zk]vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Projects.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $projects = $cloudprivatecatalogService->projects; * */ class Google_Service_CloudPrivateCatalog_Resource_Projects extends Google_Service_Resource { } PK3 Zzevendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsProducts.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $products = $cloudprivatecatalogService->products; * */ class Google_Service_CloudPrivateCatalog_Resource_ProjectsProducts extends Google_Service_Resource { /** * Search Product resources that consumers have access to, within the scope of * the consumer cloud resource hierarchy context. (products.search) * * @param string $resource Required. The name of the resource context. See * SearchCatalogsRequest.resource for details. * @param array $optParams Optional parameters. * * @opt_param string pageToken A pagination token returned from a previous call * to SearchProducts that indicates where this listing should continue from. * This field is optional. * @opt_param int pageSize The maximum number of entries that are requested. * @opt_param string query The query to filter the products. * * The supported queries are: * List products of all catalogs: empty * List * products under a catalog: `parent=catalogs/{catalog_id}` * Get a product by * name: `name=catalogs/{catalog_id}/products/{product_id}` * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse */ public function search($resource, $optParams = array()) { $params = array('resource' => $resource); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse"); } } PK3 ZQQTbvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Organizations.phpnu[ * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); * $organizations = $cloudprivatecatalogService->organizations; * */ class Google_Service_CloudPrivateCatalog_Resource_Organizations extends Google_Service_Resource { } PK3 Z'LRsvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Product.phpnu[assetType = $assetType; } public function getAssetType() { return $this->assetType; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayMetadata($displayMetadata) { $this->displayMetadata = $displayMetadata; } public function getDisplayMetadata() { return $this->displayMetadata; } public function setIconUri($iconUri) { $this->iconUri = $iconUri; } public function getIconUri() { return $this->iconUri; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 ZGuvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Version */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Version */ public function getVersions() { return $this->versions; } } PK3 ZL=svendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Version.phpnu[asset = $asset; } public function getAsset() { return $this->asset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Zn Svendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchProductsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Product */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Product */ public function getProducts() { return $this->products; } } PK3 Z;==svendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Catalog.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK3 Z:ijjVvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.phpnu[currency = $currency; } public function getCurrency() { return $this->currency; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 ZcggSvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUrlPattern($urlPattern) { $this->urlPattern = $urlPattern; } public function getUrlPattern() { return $this->urlPattern; } } PK3 ZtwQvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.phpnu[arcOptIn = $arcOptIn; } public function getArcOptIn() { return $this->arcOptIn; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProductCode($productCode) { $this->productCode = $productCode; } public function getProductCode() { return $this->productCode; } public function setSupportsReporting($supportsReporting) { $this->supportsReporting = $supportsReporting; } public function getSupportsReporting() { return $this->supportsReporting; } } PK3 Zg33Uvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReports.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdExchangeSeller_SavedReport */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdExchangeSeller_SavedReport */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 Z7Nvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 Zccvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.phpnu[adsAppearOn = $adsAppearOn; } public function getAdsAppearOn() { return $this->adsAppearOn; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setSiteLanguage($siteLanguage) { $this->siteLanguage = $siteLanguage; } public function getSiteLanguage() { return $this->siteLanguage; } } PK3 ZNivendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataMetrics.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $metrics = $adexchangesellerService->metrics; * */ class Google_Service_AdExchangeSeller_Resource_AccountsMetadataMetrics extends Google_Service_Resource { /** * List the metadata for the metrics available to this AdExchange account. * (metrics.listAccountsMetadataMetrics) * * @param string $accountId Account with visibility to the metrics. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeSeller_Metadata */ public function listAccountsMetadataMetrics($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); } } PK3 Z`t`vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAlerts.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $alerts = $adexchangesellerService->alerts; * */ class Google_Service_AdExchangeSeller_Resource_AccountsAlerts extends Google_Service_Resource { /** * List the alerts for this Ad Exchange account. (alerts.listAccountsAlerts) * * @param string $accountId Account owning the alerts. * @param array $optParams Optional parameters. * * @opt_param string locale The locale to use for translating alert messages. * The account locale will be used if this is not supplied. The AdSense default * (English) will be used if the supplied locale is invalid or unsupported. * @return Google_Service_AdExchangeSeller_Alerts */ public function listAccountsAlerts($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts"); } } PK3 Z?  cvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAdclients.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $adclients = $adexchangesellerService->adclients; * */ class Google_Service_AdExchangeSeller_Resource_AccountsAdclients extends Google_Service_Resource { /** * List all ad clients in this Ad Exchange account. * (adclients.listAccountsAdclients) * * @param string $accountId Account to which the ad client belongs. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of ad clients to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * clients. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdExchangeSeller_AdClients */ public function listAccountsAdclients($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients"); } } PK3 ZBL L avendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReports.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $reports = $adexchangesellerService->reports; * */ class Google_Service_AdExchangeSeller_Resource_AccountsReports extends Google_Service_Resource { /** * Generate an Ad Exchange report based on the report request sent in the query * parameters. Returns the result as JSON; to retrieve output in CSV format * specify "alt=csv" as a query parameter. (reports.generate) * * @param string $accountId Account which owns the generated report. * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param string $endDate End of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param array $optParams Optional parameters. * * @opt_param string dimension Dimensions to base the report on. * @opt_param string filter Filters to be run on the report. * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param string maxResults The maximum number of rows of report data to * return. * @opt_param string metric Numeric columns to include in the report. * @opt_param string sort The name of a dimension or metric to sort the * resulting report on, optionally prefixed with "+" to sort ascending or "-" to * sort descending. If no prefix is specified, the column is sorted ascending. * @opt_param string startIndex Index of the first row of report data to return. * @return Google_Service_AdExchangeSeller_Report */ public function generate($accountId, $startDate, $endDate, $optParams = array()) { $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report"); } } PK3 ZADtbvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadata.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $metadata = $adexchangesellerService->metadata; * */ class Google_Service_AdExchangeSeller_Resource_AccountsMetadata extends Google_Service_Resource { } PK3 Z``hvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsPreferreddeals.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $preferreddeals = $adexchangesellerService->preferreddeals; * */ class Google_Service_AdExchangeSeller_Resource_AccountsPreferreddeals extends Google_Service_Resource { /** * Get information about the selected Ad Exchange Preferred Deal. * (preferreddeals.get) * * @param string $accountId Account owning the deal. * @param string $dealId Preferred deal to get information about. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeSeller_PreferredDeal */ public function get($accountId, $dealId, $optParams = array()) { $params = array('accountId' => $accountId, 'dealId' => $dealId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal"); } /** * List the preferred deals for this Ad Exchange account. * (preferreddeals.listAccountsPreferreddeals) * * @param string $accountId Account owning the deals. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeSeller_PreferredDeals */ public function listAccountsPreferreddeals($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals"); } } PK3 ZZK olvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataDimensions.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $dimensions = $adexchangesellerService->dimensions; * */ class Google_Service_AdExchangeSeller_Resource_AccountsMetadataDimensions extends Google_Service_Resource { /** * List the metadata for the dimensions available to this AdExchange account. * (dimensions.listAccountsMetadataDimensions) * * @param string $accountId Account with visibility to the dimensions. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeSeller_Metadata */ public function listAccountsMetadataDimensions($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); } } PK3 Zw:Zvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/Accounts.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $accounts = $adexchangesellerService->accounts; * */ class Google_Service_AdExchangeSeller_Resource_Accounts extends Google_Service_Resource { /** * Get information about the selected Ad Exchange account. (accounts.get) * * @param string $accountId Account to get information about. Tip: 'myaccount' * is a valid ID. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeSeller_Account */ public function get($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account"); } /** * List all accounts available to this Ad Exchange account. * (accounts.listAccounts) * * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of accounts to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through * accounts. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdExchangeSeller_Accounts */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts"); } } PK3 Z E fvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReportsSaved.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $saved = $adexchangesellerService->saved; * */ class Google_Service_AdExchangeSeller_Resource_AccountsReportsSaved extends Google_Service_Resource { /** * Generate an Ad Exchange report based on the saved report ID sent in the query * parameters. (saved.generate) * * @param string $accountId Account owning the saved report. * @param string $savedReportId The saved report to retrieve. * @param array $optParams Optional parameters. * * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param int maxResults The maximum number of rows of report data to * return. * @opt_param int startIndex Index of the first row of report data to return. * @return Google_Service_AdExchangeSeller_Report */ public function generate($accountId, $savedReportId, $optParams = array()) { $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report"); } /** * List all saved reports in this Ad Exchange account. * (saved.listAccountsReportsSaved) * * @param string $accountId Account owning the saved reports. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of saved reports to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through saved * reports. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdExchangeSeller_SavedReports */ public function listAccountsReportsSaved($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports"); } } PK3 Zγevendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsUrlchannels.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $urlchannels = $adexchangesellerService->urlchannels; * */ class Google_Service_AdExchangeSeller_Resource_AccountsUrlchannels extends Google_Service_Resource { /** * List all URL channels in the specified ad client for this Ad Exchange * account. (urlchannels.listAccountsUrlchannels) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client for which to list URL channels. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of URL channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through URL * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdExchangeSeller_UrlChannels */ public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_UrlChannels"); } } PK3 ZAY hvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsCustomchannels.phpnu[ * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); * $customchannels = $adexchangesellerService->customchannels; * */ class Google_Service_AdExchangeSeller_Resource_AccountsCustomchannels extends Google_Service_Resource { /** * Get the specified custom channel from the specified ad client. * (customchannels.get) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client which contains the custom channel. * @param string $customChannelId Custom channel to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_AdExchangeSeller_CustomChannel */ public function get($accountId, $adClientId, $customChannelId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel"); } /** * List all custom channels in the specified ad client for this Ad Exchange * account. (customchannels.listAccountsCustomchannels) * * @param string $accountId Account to which the ad client belongs. * @param string $adClientId Ad client for which to list custom channels. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of custom channels to include * in the response, used for paging. * @opt_param string pageToken A continuation token, used to page through custom * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdExchangeSeller_CustomChannels */ public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels"); } } PK3 Z+ Ovendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alerts.phpnu[items = $items; } /** * @return Google_Service_AdExchangeSeller_Alert */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK3 Z`KKOvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.phpnu[averages = $averages; } public function getAverages() { return $this->averages; } /** * @param Google_Service_AdExchangeSeller_ReportHeaders */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_AdExchangeSeller_ReportHeaders */ public function getHeaders() { return $this->headers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setTotalMatchedRows($totalMatchedRows) { $this->totalMatchedRows = $totalMatchedRows; } public function getTotalMatchedRows() { return $this->totalMatchedRows; } public function setTotals($totals) { $this->totals = $totals; } public function getTotals() { return $this->totals; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK3 Z,Qvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.phpnu[items = $items; } /** * @return Google_Service_AdExchangeSeller_ReportingMetadataEntry */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK3 Z>Tvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReport.phpnu[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; } } PK3 Z{''Rvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClients.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdExchangeSeller_AdClient */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdExchangeSeller_AdClient */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 ZN Wvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeals.phpnu[items = $items; } /** * @return Google_Service_AdExchangeSeller_PreferredDeal */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK3 Z2U;;Wvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannels.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdExchangeSeller_CustomChannel */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdExchangeSeller_CustomChannel */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 Zog,,Vvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.phpnu[advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } public function setBuyerNetworkName($buyerNetworkName) { $this->buyerNetworkName = $buyerNetworkName; } public function getBuyerNetworkName() { return $this->buyerNetworkName; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setFixedCpm($fixedCpm) { $this->fixedCpm = $fixedCpm; } public function getFixedCpm() { return $this->fixedCpm; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK3 ZUf##Qvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Accounts.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdExchangeSeller_Account */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdExchangeSeller_Account */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 Zw5Vvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.phpnu[code = $code; } public function getCode() { return $this->code; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_AdExchangeSeller_CustomChannelTargetingInfo */ public function setTargetingInfo(Google_Service_AdExchangeSeller_CustomChannelTargetingInfo $targetingInfo) { $this->targetingInfo = $targetingInfo; } /** * @return Google_Service_AdExchangeSeller_CustomChannelTargetingInfo */ public function getTargetingInfo() { return $this->targetingInfo; } } PK3 ZJ#::Pvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Account.phpnu[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; } } PK3 Z//Tvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannels.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdExchangeSeller_UrlChannel */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdExchangeSeller_UrlChannel */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 ZfW_vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportingMetadataEntry.phpnu[compatibleDimensions = $compatibleDimensions; } public function getCompatibleDimensions() { return $this->compatibleDimensions; } public function setCompatibleMetrics($compatibleMetrics) { $this->compatibleMetrics = $compatibleMetrics; } public function getCompatibleMetrics() { return $this->compatibleMetrics; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRequiredDimensions($requiredDimensions) { $this->requiredDimensions = $requiredDimensions; } public function getRequiredDimensions() { return $this->requiredDimensions; } public function setRequiredMetrics($requiredMetrics) { $this->requiredMetrics = $requiredMetrics; } public function getRequiredMetrics() { return $this->requiredMetrics; } public function setSupportedProducts($supportedProducts) { $this->supportedProducts = $supportedProducts; } public function getSupportedProducts() { return $this->supportedProducts; } } PK3 Zf_YYIvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.phpnu[ * Manages the deployment of apps to Android Enterprise devices.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AndroidEnterprise extends Google_Service { /** Manage corporate Android devices. */ const ANDROIDENTERPRISE = "https://www.googleapis.com/auth/androidenterprise"; public $devices; public $enterprises; public $entitlements; public $grouplicenses; public $grouplicenseusers; public $installs; public $managedconfigurationsfordevice; public $managedconfigurationsforuser; public $managedconfigurationssettings; public $permissions; public $products; public $serviceaccountkeys; public $storelayoutclusters; public $storelayoutpages; public $users; public $webapps; /** * Constructs the internal representation of the AndroidEnterprise service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://androidenterprise.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'androidenterprise'; $this->devices = new Google_Service_AndroidEnterprise_Resource_Devices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'forceReportUpload' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/forceReportUpload', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getState' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setState' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->enterprises = new Google_Service_AndroidEnterprise_Resource_Enterprises( $this, $this->serviceName, 'enterprises', array( 'methods' => array( 'acknowledgeNotificationSet' => array( 'path' => 'androidenterprise/v1/enterprises/acknowledgeNotificationSet', 'httpMethod' => 'POST', 'parameters' => array( 'notificationSetId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'completeSignup' => array( 'path' => 'androidenterprise/v1/enterprises/completeSignup', 'httpMethod' => 'POST', 'parameters' => array( 'completionToken' => array( 'location' => 'query', 'type' => 'string', ), 'enterpriseToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'createWebToken' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/createWebToken', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enroll' => array( 'path' => 'androidenterprise/v1/enterprises/enroll', 'httpMethod' => 'POST', 'parameters' => array( 'token' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'generateSignupUrl' => array( 'path' => 'androidenterprise/v1/enterprises/signupUrl', 'httpMethod' => 'POST', 'parameters' => array( 'callbackUrl' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getServiceAccount' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccount', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keyType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getStoreLayout' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises', 'httpMethod' => 'GET', 'parameters' => array( 'domain' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'pullNotificationSet' => array( 'path' => 'androidenterprise/v1/enterprises/pullNotificationSet', 'httpMethod' => 'POST', 'parameters' => array( 'requestMode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'sendTestPushNotification' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/sendTestPushNotification', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setAccount' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/account', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'setStoreLayout' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unenroll' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/unenroll', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->entitlements = new Google_Service_AndroidEnterprise_Resource_Entitlements( $this, $this->serviceName, 'entitlements', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entitlementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entitlementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'entitlementId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'install' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->grouplicenses = new Google_Service_AndroidEnterprise_Resource_Grouplicenses( $this, $this->serviceName, 'grouplicenses', array( 'methods' => array( 'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupLicenseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->grouplicenseusers = new Google_Service_AndroidEnterprise_Resource_Grouplicenseusers( $this, $this->serviceName, 'grouplicenseusers', array( 'methods' => array( 'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}/users', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'groupLicenseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->installs = new Google_Service_AndroidEnterprise_Resource_Installs( $this, $this->serviceName, 'installs', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'installId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'installId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'installId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->managedconfigurationsfordevice = new Google_Service_AndroidEnterprise_Resource_Managedconfigurationsfordevice( $this, $this->serviceName, 'managedconfigurationsfordevice', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedConfigurationForDeviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedConfigurationForDeviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'deviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedConfigurationForDeviceId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->managedconfigurationsforuser = new Google_Service_AndroidEnterprise_Resource_Managedconfigurationsforuser( $this, $this->serviceName, 'managedconfigurationsforuser', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedConfigurationForUserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedConfigurationForUserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'managedConfigurationForUserId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->managedconfigurationssettings = new Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings( $this, $this->serviceName, 'managedconfigurationssettings', array( 'methods' => array( 'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/managedConfigurationsSettings', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->permissions = new Google_Service_AndroidEnterprise_Resource_Permissions( $this, $this->serviceName, 'permissions', array( 'methods' => array( 'get' => array( 'path' => 'androidenterprise/v1/permissions/{permissionId}', 'httpMethod' => 'GET', 'parameters' => array( 'permissionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->products = new Google_Service_AndroidEnterprise_Resource_Products( $this, $this->serviceName, 'products', array( 'methods' => array( 'approve' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/approve', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateApprovalUrl' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/generateApprovalUrl', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getAppRestrictionsSchema' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/appRestrictionsSchema', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'language' => array( 'location' => 'query', 'type' => 'string', ), ), ),'getPermissions' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/permissions', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'approved' => array( 'location' => 'query', 'type' => 'boolean', ), 'language' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), 'token' => array( 'location' => 'query', 'type' => 'string', ), ), ),'unapprove' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/unapprove', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->serviceaccountkeys = new Google_Service_AndroidEnterprise_Resource_Serviceaccountkeys( $this, $this->serviceName, 'serviceaccountkeys', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys/{keyId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keyId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->storelayoutclusters = new Google_Service_AndroidEnterprise_Resource_Storelayoutclusters( $this, $this->serviceName, 'storelayoutclusters', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clusterId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->storelayoutpages = new Google_Service_AndroidEnterprise_Resource_Storelayoutpages( $this, $this->serviceName, 'storelayoutpages', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->users = new Google_Service_AndroidEnterprise_Resource_Users( $this, $this->serviceName, 'users', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'generateAuthenticationToken' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/authenticationToken', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getAvailableProductSet' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/availableProductSet', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'email' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'revokeDeviceAccess' => array( 'path' => 'androidenterprise/v1/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, ), ), ),'setAvailableProductSet' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/availableProductSet', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'userId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->webapps = new Google_Service_AndroidEnterprise_Resource_Webapps( $this, $this->serviceName, 'webapps', array( 'methods' => array( 'delete' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webAppId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webAppId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps', 'httpMethod' => 'POST', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps', 'httpMethod' => 'GET', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}', 'httpMethod' => 'PUT', 'parameters' => array( 'enterpriseId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'webAppId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK3 Zݔ?++Dvendor/google/apiclient-services/src/Google/Service/HangoutsChat.phpnu[ * Enables bots to fetch information and perform actions in Google Chat.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_HangoutsChat extends Google_Service { public $dms; public $dms_conversations; public $media; public $rooms; public $rooms_conversations; public $spaces; public $spaces_members; public $spaces_messages; public $spaces_messages_attachments; /** * Constructs the internal representation of the HangoutsChat service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://chat.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'chat'; $this->dms = new Google_Service_HangoutsChat_Resource_Dms( $this, $this->serviceName, 'dms', array( 'methods' => array( 'messages' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'webhooks' => array( 'path' => 'v1/{+parent}/webhooks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->dms_conversations = new Google_Service_HangoutsChat_Resource_DmsConversations( $this, $this->serviceName, 'conversations', array( 'methods' => array( 'messages' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->media = new Google_Service_HangoutsChat_Resource_Media( $this, $this->serviceName, 'media', array( 'methods' => array( 'download' => array( 'path' => 'v1/media/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->rooms = new Google_Service_HangoutsChat_Resource_Rooms( $this, $this->serviceName, 'rooms', array( 'methods' => array( 'messages' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'webhooks' => array( 'path' => 'v1/{+parent}/webhooks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->rooms_conversations = new Google_Service_HangoutsChat_Resource_RoomsConversations( $this, $this->serviceName, 'conversations', array( 'methods' => array( 'messages' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->spaces = new Google_Service_HangoutsChat_Resource_Spaces( $this, $this->serviceName, 'spaces', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/spaces', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'webhooks' => array( 'path' => 'v1/{+parent}/webhooks', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->spaces_members = new Google_Service_HangoutsChat_Resource_SpacesMembers( $this, $this->serviceName, 'members', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/members', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->spaces_messages = new Google_Service_HangoutsChat_Resource_SpacesMessages( $this, $this->serviceName, 'messages', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'threadKey' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->spaces_messages_attachments = new Google_Service_HangoutsChat_Resource_SpacesMessagesAttachments( $this, $this->serviceName, 'attachments', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK3 ZG$T1 Vvendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrationRegion.phpnu[ "local_jurisdiction", ); protected $electionAdministrationBodyType = 'Google_Service_CivicInfo_AdministrativeBody'; protected $electionAdministrationBodyDataType = ''; protected $localJurisdictionType = 'Google_Service_CivicInfo_AdministrationRegion'; protected $localJurisdictionDataType = ''; public $name; protected $sourcesType = 'Google_Service_CivicInfo_Source'; protected $sourcesDataType = 'array'; /** * @param Google_Service_CivicInfo_AdministrativeBody */ public function setElectionAdministrationBody(Google_Service_CivicInfo_AdministrativeBody $electionAdministrationBody) { $this->electionAdministrationBody = $electionAdministrationBody; } /** * @return Google_Service_CivicInfo_AdministrativeBody */ public function getElectionAdministrationBody() { return $this->electionAdministrationBody; } /** * @param Google_Service_CivicInfo_AdministrationRegion */ public function setLocalJurisdiction(Google_Service_CivicInfo_AdministrationRegion $localJurisdiction) { $this->localJurisdiction = $localJurisdiction; } /** * @return Google_Service_CivicInfo_AdministrationRegion */ public function getLocalJurisdiction() { return $this->localJurisdiction; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CivicInfo_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CivicInfo_Source[] */ public function getSources() { return $this->sources; } } PK3 Z`##Rvendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionOfficial.phpnu[emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setFaxNumber($faxNumber) { $this->faxNumber = $faxNumber; } public function getFaxNumber() { return $this->faxNumber; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfficePhoneNumber($officePhoneNumber) { $this->officePhoneNumber = $officePhoneNumber; } public function getOfficePhoneNumber() { return $this->officePhoneNumber; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 Z{MMTvendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.phpnu[ "voter_services", ); public $absenteeVotingInfoUrl; public $ballotInfoUrl; protected $correspondenceAddressType = 'Google_Service_CivicInfo_SimpleAddressType'; protected $correspondenceAddressDataType = ''; public $electionInfoUrl; public $electionNoticeText; public $electionNoticeUrl; protected $electionOfficialsType = 'Google_Service_CivicInfo_ElectionOfficial'; protected $electionOfficialsDataType = 'array'; public $electionRegistrationConfirmationUrl; public $electionRegistrationUrl; public $electionRulesUrl; public $hoursOfOperation; public $name; protected $physicalAddressType = 'Google_Service_CivicInfo_SimpleAddressType'; protected $physicalAddressDataType = ''; public $voterServices; public $votingLocationFinderUrl; public function setAbsenteeVotingInfoUrl($absenteeVotingInfoUrl) { $this->absenteeVotingInfoUrl = $absenteeVotingInfoUrl; } public function getAbsenteeVotingInfoUrl() { return $this->absenteeVotingInfoUrl; } public function setBallotInfoUrl($ballotInfoUrl) { $this->ballotInfoUrl = $ballotInfoUrl; } public function getBallotInfoUrl() { return $this->ballotInfoUrl; } /** * @param Google_Service_CivicInfo_SimpleAddressType */ public function setCorrespondenceAddress(Google_Service_CivicInfo_SimpleAddressType $correspondenceAddress) { $this->correspondenceAddress = $correspondenceAddress; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getCorrespondenceAddress() { return $this->correspondenceAddress; } public function setElectionInfoUrl($electionInfoUrl) { $this->electionInfoUrl = $electionInfoUrl; } public function getElectionInfoUrl() { return $this->electionInfoUrl; } public function setElectionNoticeText($electionNoticeText) { $this->electionNoticeText = $electionNoticeText; } public function getElectionNoticeText() { return $this->electionNoticeText; } public function setElectionNoticeUrl($electionNoticeUrl) { $this->electionNoticeUrl = $electionNoticeUrl; } public function getElectionNoticeUrl() { return $this->electionNoticeUrl; } /** * @param Google_Service_CivicInfo_ElectionOfficial[] */ public function setElectionOfficials($electionOfficials) { $this->electionOfficials = $electionOfficials; } /** * @return Google_Service_CivicInfo_ElectionOfficial[] */ public function getElectionOfficials() { return $this->electionOfficials; } public function setElectionRegistrationConfirmationUrl($electionRegistrationConfirmationUrl) { $this->electionRegistrationConfirmationUrl = $electionRegistrationConfirmationUrl; } public function getElectionRegistrationConfirmationUrl() { return $this->electionRegistrationConfirmationUrl; } public function setElectionRegistrationUrl($electionRegistrationUrl) { $this->electionRegistrationUrl = $electionRegistrationUrl; } public function getElectionRegistrationUrl() { return $this->electionRegistrationUrl; } public function setElectionRulesUrl($electionRulesUrl) { $this->electionRulesUrl = $electionRulesUrl; } public function getElectionRulesUrl() { return $this->electionRulesUrl; } public function setHoursOfOperation($hoursOfOperation) { $this->hoursOfOperation = $hoursOfOperation; } public function getHoursOfOperation() { return $this->hoursOfOperation; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CivicInfo_SimpleAddressType */ public function setPhysicalAddress(Google_Service_CivicInfo_SimpleAddressType $physicalAddress) { $this->physicalAddress = $physicalAddress; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getPhysicalAddress() { return $this->physicalAddress; } public function setVoterServices($voterServices) { $this->voterServices = $voterServices; } public function getVoterServices() { return $this->voterServices; } public function setVotingLocationFinderUrl($votingLocationFinderUrl) { $this->votingLocationFinderUrl = $votingLocationFinderUrl; } public function getVotingLocationFinderUrl() { return $this->votingLocationFinderUrl; } } PK3 ZKIDDSvendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } } PK3 ZE$6Xvendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.phpnu[elections = $elections; } /** * @return Google_Service_CivicInfo_Election[] */ public function getElections() { return $this->elections; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK3 Zngԩ((Ivendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.phpnu[ballotPlacement = $ballotPlacement; } public function getBallotPlacement() { return $this->ballotPlacement; } public function setBallotTitle($ballotTitle) { $this->ballotTitle = $ballotTitle; } public function getBallotTitle() { return $this->ballotTitle; } /** * @param Google_Service_CivicInfo_Candidate[] */ public function setCandidates($candidates) { $this->candidates = $candidates; } /** * @return Google_Service_CivicInfo_Candidate[] */ public function getCandidates() { return $this->candidates; } /** * @param Google_Service_CivicInfo_ElectoralDistrict */ public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district) { $this->district = $district; } /** * @return Google_Service_CivicInfo_ElectoralDistrict */ public function getDistrict() { return $this->district; } public function setElectorateSpecifications($electorateSpecifications) { $this->electorateSpecifications = $electorateSpecifications; } public function getElectorateSpecifications() { return $this->electorateSpecifications; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setNumberElected($numberElected) { $this->numberElected = $numberElected; } public function getNumberElected() { return $this->numberElected; } public function setNumberVotingFor($numberVotingFor) { $this->numberVotingFor = $numberVotingFor; } public function getNumberVotingFor() { return $this->numberVotingFor; } public function setOffice($office) { $this->office = $office; } public function getOffice() { return $this->office; } public function setPrimaryParties($primaryParties) { $this->primaryParties = $primaryParties; } public function getPrimaryParties() { return $this->primaryParties; } public function setPrimaryParty($primaryParty) { $this->primaryParty = $primaryParty; } public function getPrimaryParty() { return $this->primaryParty; } public function setReferendumBallotResponses($referendumBallotResponses) { $this->referendumBallotResponses = $referendumBallotResponses; } public function getReferendumBallotResponses() { return $this->referendumBallotResponses; } public function setReferendumBrief($referendumBrief) { $this->referendumBrief = $referendumBrief; } public function getReferendumBrief() { return $this->referendumBrief; } public function setReferendumConStatement($referendumConStatement) { $this->referendumConStatement = $referendumConStatement; } public function getReferendumConStatement() { return $this->referendumConStatement; } public function setReferendumEffectOfAbstain($referendumEffectOfAbstain) { $this->referendumEffectOfAbstain = $referendumEffectOfAbstain; } public function getReferendumEffectOfAbstain() { return $this->referendumEffectOfAbstain; } public function setReferendumPassageThreshold($referendumPassageThreshold) { $this->referendumPassageThreshold = $referendumPassageThreshold; } public function getReferendumPassageThreshold() { return $this->referendumPassageThreshold; } public function setReferendumProStatement($referendumProStatement) { $this->referendumProStatement = $referendumProStatement; } public function getReferendumProStatement() { return $this->referendumProStatement; } public function setReferendumSubtitle($referendumSubtitle) { $this->referendumSubtitle = $referendumSubtitle; } public function getReferendumSubtitle() { return $this->referendumSubtitle; } public function setReferendumText($referendumText) { $this->referendumText = $referendumText; } public function getReferendumText() { return $this->referendumText; } public function setReferendumTitle($referendumTitle) { $this->referendumTitle = $referendumTitle; } public function getReferendumTitle() { return $this->referendumTitle; } public function setReferendumUrl($referendumUrl) { $this->referendumUrl = $referendumUrl; } public function getReferendumUrl() { return $this->referendumUrl; } public function setRoles($roles) { $this->roles = $roles; } public function getRoles() { return $this->roles; } /** * @param Google_Service_CivicInfo_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CivicInfo_Source[] */ public function getSources() { return $this->sources; } public function setSpecial($special) { $this->special = $special; } public function getSpecial() { return $this->special; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 ZtbHvendor/google/apiclient-services/src/Google/Service/CivicInfo/Source.phpnu[name = $name; } public function getName() { return $this->name; } public function setOfficial($official) { $this->official = $official; } public function getOfficial() { return $this->official; } } PK3 ZKu u Tvendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Elections.phpnu[ * $civicinfoService = new Google_Service_CivicInfo(...); * $elections = $civicinfoService->elections; * */ class Google_Service_CivicInfo_Resource_Elections extends Google_Service_Resource { /** * List of available elections to query. (elections.electionQuery) * * @param array $optParams Optional parameters. * @return Google_Service_CivicInfo_ElectionsQueryResponse */ public function electionQuery($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('electionQuery', array($params), "Google_Service_CivicInfo_ElectionsQueryResponse"); } /** * Looks up information relevant to a voter based on the voter's registered * address. (elections.voterInfoQuery) * * @param string $address The registered address of the voter to look up. * @param array $optParams Optional parameters. * * @opt_param string electionId The unique ID of the election to look up. A list * of election IDs can be obtained at * https://www.googleapis.com/civicinfo/{version}/elections. If no election ID * is specified in the query and there is more than one election with data for * the given voter, the additional elections are provided in the otherElections * response field. * @opt_param bool officialOnly If set to true, only data from official state * sources will be returned. * @opt_param bool returnAllAvailableData If set to true, the query will return * the success code and include any partial information when it is unable to * determine a matching address or unable to determine the election for * electionId=0 queries. * @return Google_Service_CivicInfo_VoterInfoResponse */ public function voterInfoQuery($address, $optParams = array()) { $params = array('address' => $address); $params = array_merge($params, $optParams); return $this->call('voterInfoQuery', array($params), "Google_Service_CivicInfo_VoterInfoResponse"); } } PK3 ZTvendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.phpnu[ * $civicinfoService = new Google_Service_CivicInfo(...); * $divisions = $civicinfoService->divisions; * */ class Google_Service_CivicInfo_Resource_Divisions extends Google_Service_Resource { /** * Searches for political divisions by their natural name or OCD ID. * (divisions.search) * * @param array $optParams Optional parameters. * * @opt_param string query The search query. Queries can cover any parts of a * OCD ID or a human readable division name. All words given in the query are * treated as required patterns. In addition to that, most query operators of * the Apache Lucene library are supported. See * http://lucene.apache.org/core/2_9_4/queryparsersyntax.html * @return Google_Service_CivicInfo_DivisionSearchResponse */ public function search($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('search', array($params), "Google_Service_CivicInfo_DivisionSearchResponse"); } } PK3 ZR Zvendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Representatives.phpnu[ * $civicinfoService = new Google_Service_CivicInfo(...); * $representatives = $civicinfoService->representatives; * */ class Google_Service_CivicInfo_Resource_Representatives extends Google_Service_Resource { /** * Looks up political geography and representative information for a single * address. (representatives.representativeInfoByAddress) * * @param array $optParams Optional parameters. * * @opt_param string address The address to look up. May only be specified if * the field ocdId is not given in the URL * @opt_param bool includeOffices Whether to return information about offices * and officials. If false, only the top-level district information will be * returned. * @opt_param string levels A list of office levels to filter by. Only offices * that serve at least one of these levels will be returned. Divisions that * don't contain a matching office will not be returned. * @opt_param string roles A list of office roles to filter by. Only offices * fulfilling one of these roles will be returned. Divisions that don't contain * a matching office will not be returned. * @return Google_Service_CivicInfo_RepresentativeInfoResponse */ public function representativeInfoByAddress($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse"); } /** * Looks up representative information for a single geographic division. * (representatives.representativeInfoByDivision) * * @param string $ocdId The Open Civic Data division identifier of the division * to look up. * @param array $optParams Optional parameters. * * @opt_param string levels A list of office levels to filter by. Only offices * that serve at least one of these levels will be returned. Divisions that * don't contain a matching office will not be returned. * @opt_param bool recursive If true, information about all divisions contained * in the division requested will be included as well. For example, if querying * ocd-division/country:us/district:dc, this would also return all DC's wards * and ANCs. * @opt_param string roles A list of office roles to filter by. Only offices * fulfilling one of these roles will be returned. Divisions that don't contain * a matching office will not be returned. * @return Google_Service_CivicInfo_RepresentativeInfoData */ public function representativeInfoByDivision($ocdId, $optParams = array()) { $params = array('ocdId' => $ocdId); $params = array_merge($params, $optParams); return $this->call('representativeInfoByDivision', array($params), "Google_Service_CivicInfo_RepresentativeInfoData"); } } PK3 ZG#;;Svendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.phpnu[contests = $contests; } /** * @return Google_Service_CivicInfo_Contest[] */ public function getContests() { return $this->contests; } /** * @param Google_Service_CivicInfo_PollingLocation[] */ public function setDropOffLocations($dropOffLocations) { $this->dropOffLocations = $dropOffLocations; } /** * @return Google_Service_CivicInfo_PollingLocation[] */ public function getDropOffLocations() { return $this->dropOffLocations; } /** * @param Google_Service_CivicInfo_PollingLocation[] */ public function setEarlyVoteSites($earlyVoteSites) { $this->earlyVoteSites = $earlyVoteSites; } /** * @return Google_Service_CivicInfo_PollingLocation[] */ public function getEarlyVoteSites() { return $this->earlyVoteSites; } /** * @param Google_Service_CivicInfo_Election */ public function setElection(Google_Service_CivicInfo_Election $election) { $this->election = $election; } /** * @return Google_Service_CivicInfo_Election */ public function getElection() { return $this->election; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMailOnly($mailOnly) { $this->mailOnly = $mailOnly; } public function getMailOnly() { return $this->mailOnly; } /** * @param Google_Service_CivicInfo_SimpleAddressType */ public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) { $this->normalizedInput = $normalizedInput; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getNormalizedInput() { return $this->normalizedInput; } /** * @param Google_Service_CivicInfo_Election[] */ public function setOtherElections($otherElections) { $this->otherElections = $otherElections; } /** * @return Google_Service_CivicInfo_Election[] */ public function getOtherElections() { return $this->otherElections; } /** * @param Google_Service_CivicInfo_PollingLocation[] */ public function setPollingLocations($pollingLocations) { $this->pollingLocations = $pollingLocations; } /** * @return Google_Service_CivicInfo_PollingLocation[] */ public function getPollingLocations() { return $this->pollingLocations; } public function setPrecinctId($precinctId) { $this->precinctId = $precinctId; } public function getPrecinctId() { return $this->precinctId; } /** * @param Google_Service_CivicInfo_AdministrationRegion[] */ public function setState($state) { $this->state = $state; } /** * @return Google_Service_CivicInfo_AdministrationRegion[] */ public function getState() { return $this->state; } } PK3 Zi%'Xvendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CivicInfo_DivisionSearchResult[] */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CivicInfo_DivisionSearchResult[] */ public function getResults() { return $this->results; } } PK3 ZCXX X Jvendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.phpnu[address = $address; } /** * @return Google_Service_CivicInfo_SimpleAddressType[] */ public function getAddress() { return $this->address; } /** * @param Google_Service_CivicInfo_Channel[] */ public function setChannels($channels) { $this->channels = $channels; } /** * @return Google_Service_CivicInfo_Channel[] */ public function getChannels() { return $this->channels; } public function setEmails($emails) { $this->emails = $emails; } public function getEmails() { return $this->emails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParty($party) { $this->party = $party; } public function getParty() { return $this->party; } public function setPhones($phones) { $this->phones = $phones; } public function getPhones() { return $this->phones; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setUrls($urls) { $this->urls = $urls; } public function getUrls() { return $this->urls; } } PK3 Z/ĴHvendor/google/apiclient-services/src/Google/Service/CivicInfo/Office.phpnu[divisionId = $divisionId; } public function getDivisionId() { return $this->divisionId; } public function setLevels($levels) { $this->levels = $levels; } public function getLevels() { return $this->levels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfficialIndices($officialIndices) { $this->officialIndices = $officialIndices; } public function getOfficialIndices() { return $this->officialIndices; } public function setRoles($roles) { $this->roles = $roles; } public function getRoles() { return $this->roles; } /** * @param Google_Service_CivicInfo_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CivicInfo_Source[] */ public function getSources() { return $this->sources; } } PK3 ZN&,Vvendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOcdId($ocdId) { $this->ocdId = $ocdId; } public function getOcdId() { return $this->ocdId; } } PK3 Z@TA__Xvendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoData.phpnu[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; } } PK3 ZSK K Qvendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.phpnu[address = $address; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getAddress() { return $this->address; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPollingHours($pollingHours) { $this->pollingHours = $pollingHours; } public function getPollingHours() { return $this->pollingHours; } /** * @param Google_Service_CivicInfo_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CivicInfo_Source[] */ public function getSources() { return $this->sources; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setVoterServices($voterServices) { $this->voterServices = $voterServices; } public function getVoterServices() { return $this->voterServices; } } PK3 Z\Kvendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.phpnu[candidateUrl = $candidateUrl; } public function getCandidateUrl() { return $this->candidateUrl; } /** * @param Google_Service_CivicInfo_Channel[] */ public function setChannels($channels) { $this->channels = $channels; } /** * @return Google_Service_CivicInfo_Channel[] */ public function getChannels() { return $this->channels; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrderOnBallot($orderOnBallot) { $this->orderOnBallot = $orderOnBallot; } public function getOrderOnBallot() { return $this->orderOnBallot; } public function setParty($party) { $this->party = $party; } public function getParty() { return $this->party; } public function setPhone($phone) { $this->phone = $phone; } public function getPhone() { return $this->phone; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } } PK3 Z*mIvendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.phpnu[id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 Z3 \vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.phpnu[divisions = $divisions; } /** * @return Google_Service_CivicInfo_GeographicDivision[] */ public function getDivisions() { return $this->divisions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CivicInfo_SimpleAddressType */ public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) { $this->normalizedInput = $normalizedInput; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getNormalizedInput() { return $this->normalizedInput; } /** * @param Google_Service_CivicInfo_Office[] */ public function setOffices($offices) { $this->offices = $offices; } /** * @return Google_Service_CivicInfo_Office[] */ public function getOffices() { return $this->offices; } /** * @param Google_Service_CivicInfo_Official[] */ public function setOfficials($officials) { $this->officials = $officials; } /** * @return Google_Service_CivicInfo_Official[] */ public function getOfficials() { return $this->officials; } } PK3 ZO22Jvendor/google/apiclient-services/src/Google/Service/CivicInfo/Election.phpnu[electionDay = $electionDay; } public function getElectionDay() { return $this->electionDay; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOcdDivisionId($ocdDivisionId) { $this->ocdDivisionId = $ocdDivisionId; } public function getOcdDivisionId() { return $this->ocdDivisionId; } } PK3 Z|Svendor/google/apiclient-services/src/Google/Service/CivicInfo/SimpleAddressType.phpnu[city = $city; } public function getCity() { return $this->city; } public function setLine1($line1) { $this->line1 = $line1; } public function getLine1() { return $this->line1; } public function setLine2($line2) { $this->line2 = $line2; } public function getLine2() { return $this->line2; } public function setLine3($line3) { $this->line3 = $line3; } public function getLine3() { return $this->line3; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setZip($zip) { $this->zip = $zip; } public function getZip() { return $this->zip; } } PK3 Z+P9Tvendor/google/apiclient-services/src/Google/Service/CivicInfo/GeographicDivision.phpnu[alsoKnownAs = $alsoKnownAs; } public function getAlsoKnownAs() { return $this->alsoKnownAs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfficeIndices($officeIndices) { $this->officeIndices = $officeIndices; } public function getOfficeIndices() { return $this->officeIndices; } } PK3 ZR0VCvendor/google/apiclient-services/src/Google/Service/DomainsRDAP.phpnu[ * Read-only public API that lets users search for information about domain * names.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_DomainsRDAP extends Google_Service { public $autnum; public $domain; public $entity; public $ip; public $nameserver; public $v1; /** * Constructs the internal representation of the DomainsRDAP service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://domainsrdap.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'domainsrdap'; $this->autnum = new Google_Service_DomainsRDAP_Resource_Autnum( $this, $this->serviceName, 'autnum', array( 'methods' => array( 'get' => array( 'path' => 'v1/autnum/{autnumId}', 'httpMethod' => 'GET', 'parameters' => array( 'autnumId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->domain = new Google_Service_DomainsRDAP_Resource_Domain( $this, $this->serviceName, 'domain', array( 'methods' => array( 'get' => array( 'path' => 'v1/domain/{+domainName}', 'httpMethod' => 'GET', 'parameters' => array( 'domainName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->entity = new Google_Service_DomainsRDAP_Resource_Entity( $this, $this->serviceName, 'entity', array( 'methods' => array( 'get' => array( 'path' => 'v1/entity/{entityId}', 'httpMethod' => 'GET', 'parameters' => array( 'entityId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->ip = new Google_Service_DomainsRDAP_Resource_Ip( $this, $this->serviceName, 'ip', array( 'methods' => array( 'get' => array( 'path' => 'v1/ip/{ipId}/{ipId1}', 'httpMethod' => 'GET', 'parameters' => array( 'ipId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ipId1' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nameserver = new Google_Service_DomainsRDAP_Resource_Nameserver( $this, $this->serviceName, 'nameserver', array( 'methods' => array( 'get' => array( 'path' => 'v1/nameserver/{nameserverId}', 'httpMethod' => 'GET', 'parameters' => array( 'nameserverId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->v1 = new Google_Service_DomainsRDAP_Resource_V1( $this, $this->serviceName, 'v1', array( 'methods' => array( 'getDomains' => array( 'path' => 'v1/domains', 'httpMethod' => 'GET', 'parameters' => array(), ),'getEntities' => array( 'path' => 'v1/entities', 'httpMethod' => 'GET', 'parameters' => array(), ),'getHelp' => array( 'path' => 'v1/help', 'httpMethod' => 'GET', 'parameters' => array(), ),'getIp' => array( 'path' => 'v1/ip', 'httpMethod' => 'GET', 'parameters' => array(), ),'getNameservers' => array( 'path' => 'v1/nameservers', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); } } PK3 Z.0nD--Ivendor/google/apiclient-services/src/Google/Service/SystemsManagement.phpnu[ * OS management tools that can be used for patch management, patch compliance, * and configuration management on VM instances.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SystemsManagement extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_patchDeployments; public $projects_patchJobs; public $projects_patchJobs_instanceDetails; /** * Constructs the internal representation of the SystemsManagement service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://osconfig.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'osconfig'; $this->projects_patchDeployments = new Google_Service_SystemsManagement_Resource_ProjectsPatchDeployments( $this, $this->serviceName, 'patchDeployments', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/patchDeployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'patchDeploymentId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/patchDeployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_patchJobs = new Google_Service_SystemsManagement_Resource_ProjectsPatchJobs( $this, $this->serviceName, 'patchJobs', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'execute' => array( 'path' => 'v1/{+parent}/patchJobs:execute', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/patchJobs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->projects_patchJobs_instanceDetails = new Google_Service_SystemsManagement_Resource_ProjectsPatchJobsInstanceDetails( $this, $this->serviceName, 'instanceDetails', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/instanceDetails', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK3 Z8S:ddTvendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.phpnu[errors = $errors; } /** * @return Google_Service_Resourceviews_OperationErrorErrors */ public function getErrors() { return $this->errors; } } PK3 Z ưe e Rvendor/google/apiclient-services/src/Google/Service/Resourceviews/ResourceView.phpnu[creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Resourceviews_ServiceEndpoint */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_Resourceviews_ServiceEndpoint */ public function getEndpoints() { return $this->endpoints; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Resourceviews_Label */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Resourceviews_Label */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setResources($resources) { $this->resources = $resources; } public function getResources() { return $this->resources; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK3 Z3Kvendor/google/apiclient-services/src/Google/Service/Resourceviews/Label.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 Zq?ۂGGSvendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.phpnu[items = $items; } /** * @return Google_Service_Resourceviews_ResourceView */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK3 ZWTzj`vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsSetServiceRequest.phpnu[endpoints = $endpoints; } /** * @return Google_Service_Resourceviews_ServiceEndpoint */ public function getEndpoints() { return $this->endpoints; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } } PK3 ZN7 [vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.phpnu[key = $key; } public function getKey() { return $this->key; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK3 Zdvendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.phpnu[items = $items; } /** * @return Google_Service_Resourceviews_ListResourceResponseItem */ public function getItems() { return $this->items; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK3 Z`EAevendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.phpnu[resources = $resources; } public function getResources() { return $this->resources; } } PK3 ZK@O ]vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneOperations.phpnu[ * $resourceviewsService = new Google_Service_Resourceviews(...); * $zoneOperations = $resourceviewsService->zoneOperations; * */ class Google_Service_Resourceviews_Resource_ZoneOperations extends Google_Service_Resource { /** * Retrieves the specified zone-specific operation resource. * (zoneOperations.get) * * @param string $project Name of the project scoping this request. * @param string $zone Name of the zone scoping this request. * @param string $operation Name of the operation resource to return. * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_Operation */ public function get($project, $zone, $operation, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Resourceviews_Operation"); } /** * Retrieves the list of operation resources contained within the specified * zone. (zoneOperations.listZoneOperations) * * @param string $project Name of the project scoping this request. * @param string $zone Name of the zone scoping this request. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression for filtering listed * resources. * @opt_param string maxResults Optional. Maximum count of results to be * returned. Maximum value is 500 and default value is 500. * @opt_param string pageToken Optional. Tag returned by a previous list request * truncated by maxResults. Used to continue a previous list request. * @return Google_Service_Resourceviews_OperationList */ public function listZoneOperations($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Resourceviews_OperationList"); } } PK3 Z ##Xvendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneViews.phpnu[ * $resourceviewsService = new Google_Service_Resourceviews(...); * $zoneViews = $resourceviewsService->zoneViews; * */ class Google_Service_Resourceviews_Resource_ZoneViews extends Google_Service_Resource { /** * Add resources to the view. (zoneViews.addResources) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_Operation */ public function addResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation"); } /** * Delete a resource view. (zoneViews.delete) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_Operation */ public function delete($project, $zone, $resourceView, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation"); } /** * Get the information of a zonal resource view. (zoneViews.get) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_ResourceView */ public function get($project, $zone, $resourceView, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView"); } /** * Get the service information of a resource view or a resource. * (zoneViews.getService) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param array $optParams Optional parameters. * * @opt_param string resourceName The name of the resource if user wants to get * the service information of the resource. * @return Google_Service_Resourceviews_ZoneViewsGetServiceResponse */ public function getService($project, $zone, $resourceView, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); $params = array_merge($params, $optParams); return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse"); } /** * Create a resource view. (zoneViews.insert) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param Google_Service_Resourceviews_ResourceView $postBody * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_Operation */ public function insert($project, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation"); } /** * List resource views. (zoneViews.listZoneViews) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum count of results to be returned. Acceptable * values are 0 to 5000, inclusive. (Default: 5000) * @opt_param string pageToken Specifies a nextPageToken returned by a previous * list request. This token can be used to request the next page of results from * a previous list request. * @return Google_Service_Resourceviews_ZoneViewsList */ public function listZoneViews($project, $zone, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList"); } /** * List the resources of the resource view. (zoneViews.listResources) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param array $optParams Optional parameters. * * @opt_param string format The requested format of the return value. It can be * URL or URL_PORT. A JSON object will be included in the response based on the * format. The default format is NONE, which results in no JSON in the response. * @opt_param string listState The state of the instance to list. By default, it * lists all instances. * @opt_param int maxResults Maximum count of results to be returned. Acceptable * values are 0 to 5000, inclusive. (Default: 5000) * @opt_param string pageToken Specifies a nextPageToken returned by a previous * list request. This token can be used to request the next page of results from * a previous list request. * @opt_param string serviceName The service name to return in the response. It * is optional and if it is not set, all the service end points will be * returned. * @return Google_Service_Resourceviews_ZoneViewsListResourcesResponse */ public function listResources($project, $zone, $resourceView, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); $params = array_merge($params, $optParams); return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse"); } /** * Remove resources from the view. (zoneViews.removeResources) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_Operation */ public function removeResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation"); } /** * Update the service information of a resource view or a resource. * (zoneViews.setService) * * @param string $project The project name of the resource view. * @param string $zone The zone name of the resource view. * @param string $resourceView The name of the resource view. * @param Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Resourceviews_Operation */ public function setService($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody, $optParams = array()) { $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setService', array($params), "Google_Service_Resourceviews_Operation"); } } PK3 Z)hWvendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Resourceviews_OperationWarningsData */ public function setData($data) { $this->data = $data; } /** * @return Google_Service_Resourceviews_OperationWarningsData */ public function getData() { return $this->data; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK3 Z,cbvendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsAddResourcesRequest.phpnu[resources = $resources; } public function getResources() { return $this->resources; } } PK3 Zd¿Uvendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.phpnu[name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } } PK3 Z0Ovendor/google/apiclient-services/src/Google/Service/Resourceviews/Operation.phpnu[clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Resourceviews_OperationError */ public function setError(Google_Service_Resourceviews_OperationError $error) { $this->error = $error; } /** * @return Google_Service_Resourceviews_OperationError */ public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param Google_Service_Resourceviews_OperationWarnings */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_Resourceviews_OperationWarnings */ public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } } PK3 ZCZvendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.phpnu[code = $code; } public function getCode() { return $this->code; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK3 ZBKp^vendor/google/apiclient-services/src/Google/Service/Resourceviews/ListResourceResponseItem.phpnu[endpoints = $endpoints; } public function getEndpoints() { return $this->endpoints; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK3 Z<<avendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsGetServiceResponse.phpnu[endpoints = $endpoints; } /** * @return Google_Service_Resourceviews_ServiceEndpoint */ public function getEndpoints() { return $this->endpoints; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } } PK3 ZS'Svendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationList.phpnu[id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Resourceviews_Operation */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Resourceviews_Operation */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } } PK3 Z/llXvendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableCellStyleRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_TableCellStyle */ public function setTableCellStyle(Google_Service_Docs_TableCellStyle $tableCellStyle) { $this->tableCellStyle = $tableCellStyle; } /** * @return Google_Service_Docs_TableCellStyle */ public function getTableCellStyle() { return $this->tableCellStyle; } /** * @param Google_Service_Docs_TableRange */ public function setTableRange(Google_Service_Docs_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Docs_TableRange */ public function getTableRange() { return $this->tableRange; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } } PK3 ZAQvI I Pvendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectElement.phpnu[inlineObjectId = $inlineObjectId; } public function getInlineObjectId() { return $this->inlineObjectId; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZhM,,Rvendor/google/apiclient-services/src/Google/Service/Docs/CreateFootnoteRequest.phpnu[endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } } PK3 ZϮiiIvendor/google/apiclient-services/src/Google/Service/Docs/WriteControl.phpnu[requiredRevisionId = $requiredRevisionId; } public function getRequiredRevisionId() { return $this->requiredRevisionId; } public function setTargetRevisionId($targetRevisionId) { $this->targetRevisionId = $targetRevisionId; } public function getTargetRevisionId() { return $this->targetRevisionId; } } PK3 Za-Zvendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectSuggestionState.phpnu[descriptionSuggested = $descriptionSuggested; } public function getDescriptionSuggested() { return $this->descriptionSuggested; } /** * @param Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState */ public function setEmbeddedDrawingPropertiesSuggestionState(Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState $embeddedDrawingPropertiesSuggestionState) { $this->embeddedDrawingPropertiesSuggestionState = $embeddedDrawingPropertiesSuggestionState; } /** * @return Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState */ public function getEmbeddedDrawingPropertiesSuggestionState() { return $this->embeddedDrawingPropertiesSuggestionState; } /** * @param Google_Service_Docs_EmbeddedObjectBorderSuggestionState */ public function setEmbeddedObjectBorderSuggestionState(Google_Service_Docs_EmbeddedObjectBorderSuggestionState $embeddedObjectBorderSuggestionState) { $this->embeddedObjectBorderSuggestionState = $embeddedObjectBorderSuggestionState; } /** * @return Google_Service_Docs_EmbeddedObjectBorderSuggestionState */ public function getEmbeddedObjectBorderSuggestionState() { return $this->embeddedObjectBorderSuggestionState; } /** * @param Google_Service_Docs_ImagePropertiesSuggestionState */ public function setImagePropertiesSuggestionState(Google_Service_Docs_ImagePropertiesSuggestionState $imagePropertiesSuggestionState) { $this->imagePropertiesSuggestionState = $imagePropertiesSuggestionState; } /** * @return Google_Service_Docs_ImagePropertiesSuggestionState */ public function getImagePropertiesSuggestionState() { return $this->imagePropertiesSuggestionState; } /** * @param Google_Service_Docs_LinkedContentReferenceSuggestionState */ public function setLinkedContentReferenceSuggestionState(Google_Service_Docs_LinkedContentReferenceSuggestionState $linkedContentReferenceSuggestionState) { $this->linkedContentReferenceSuggestionState = $linkedContentReferenceSuggestionState; } /** * @return Google_Service_Docs_LinkedContentReferenceSuggestionState */ public function getLinkedContentReferenceSuggestionState() { return $this->linkedContentReferenceSuggestionState; } public function setMarginBottomSuggested($marginBottomSuggested) { $this->marginBottomSuggested = $marginBottomSuggested; } public function getMarginBottomSuggested() { return $this->marginBottomSuggested; } public function setMarginLeftSuggested($marginLeftSuggested) { $this->marginLeftSuggested = $marginLeftSuggested; } public function getMarginLeftSuggested() { return $this->marginLeftSuggested; } public function setMarginRightSuggested($marginRightSuggested) { $this->marginRightSuggested = $marginRightSuggested; } public function getMarginRightSuggested() { return $this->marginRightSuggested; } public function setMarginTopSuggested($marginTopSuggested) { $this->marginTopSuggested = $marginTopSuggested; } public function getMarginTopSuggested() { return $this->marginTopSuggested; } /** * @param Google_Service_Docs_SizeSuggestionState */ public function setSizeSuggestionState(Google_Service_Docs_SizeSuggestionState $sizeSuggestionState) { $this->sizeSuggestionState = $sizeSuggestionState; } /** * @return Google_Service_Docs_SizeSuggestionState */ public function getSizeSuggestionState() { return $this->sizeSuggestionState; } public function setTitleSuggested($titleSuggested) { $this->titleSuggested = $titleSuggested; } public function getTitleSuggested() { return $this->titleSuggested; } } PK3 Z3;Q-Fvendor/google/apiclient-services/src/Google/Service/Docs/Paragraph.phpnu[bullet = $bullet; } /** * @return Google_Service_Docs_Bullet */ public function getBullet() { return $this->bullet; } /** * @param Google_Service_Docs_ParagraphElement[] */ public function setElements($elements) { $this->elements = $elements; } /** * @return Google_Service_Docs_ParagraphElement[] */ public function getElements() { return $this->elements; } /** * @param Google_Service_Docs_ParagraphStyle */ public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) { $this->paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } public function setPositionedObjectIds($positionedObjectIds) { $this->positionedObjectIds = $positionedObjectIds; } public function getPositionedObjectIds() { return $this->positionedObjectIds; } /** * @param Google_Service_Docs_SuggestedBullet[] */ public function setSuggestedBulletChanges($suggestedBulletChanges) { $this->suggestedBulletChanges = $suggestedBulletChanges; } /** * @return Google_Service_Docs_SuggestedBullet[] */ public function getSuggestedBulletChanges() { return $this->suggestedBulletChanges; } /** * @param Google_Service_Docs_SuggestedParagraphStyle[] */ public function setSuggestedParagraphStyleChanges($suggestedParagraphStyleChanges) { $this->suggestedParagraphStyleChanges = $suggestedParagraphStyleChanges; } /** * @return Google_Service_Docs_SuggestedParagraphStyle[] */ public function getSuggestedParagraphStyleChanges() { return $this->suggestedParagraphStyleChanges; } /** * @param Google_Service_Docs_ObjectReferences[] */ public function setSuggestedPositionedObjectIds($suggestedPositionedObjectIds) { $this->suggestedPositionedObjectIds = $suggestedPositionedObjectIds; } /** * @return Google_Service_Docs_ObjectReferences[] */ public function getSuggestedPositionedObjectIds() { return $this->suggestedPositionedObjectIds; } } PK3 Zr'ULvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedBullet.phpnu[bullet = $bullet; } /** * @return Google_Service_Docs_Bullet */ public function getBullet() { return $this->bullet; } /** * @param Google_Service_Docs_BulletSuggestionState */ public function setBulletSuggestionState(Google_Service_Docs_BulletSuggestionState $bulletSuggestionState) { $this->bulletSuggestionState = $bulletSuggestionState; } /** * @return Google_Service_Docs_BulletSuggestionState */ public function getBulletSuggestionState() { return $this->bulletSuggestionState; } } PK3 ZGxV::Jvendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyle.phpnu[minRowHeight = $minRowHeight; } /** * @return Google_Service_Docs_Dimension */ public function getMinRowHeight() { return $this->minRowHeight; } } PK3 ZvxYvendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyleSuggestionState.phpnu[backgroundSuggestionState = $backgroundSuggestionState; } /** * @return Google_Service_Docs_BackgroundSuggestionState */ public function getBackgroundSuggestionState() { return $this->backgroundSuggestionState; } public function setDefaultFooterIdSuggested($defaultFooterIdSuggested) { $this->defaultFooterIdSuggested = $defaultFooterIdSuggested; } public function getDefaultFooterIdSuggested() { return $this->defaultFooterIdSuggested; } public function setDefaultHeaderIdSuggested($defaultHeaderIdSuggested) { $this->defaultHeaderIdSuggested = $defaultHeaderIdSuggested; } public function getDefaultHeaderIdSuggested() { return $this->defaultHeaderIdSuggested; } public function setEvenPageFooterIdSuggested($evenPageFooterIdSuggested) { $this->evenPageFooterIdSuggested = $evenPageFooterIdSuggested; } public function getEvenPageFooterIdSuggested() { return $this->evenPageFooterIdSuggested; } public function setEvenPageHeaderIdSuggested($evenPageHeaderIdSuggested) { $this->evenPageHeaderIdSuggested = $evenPageHeaderIdSuggested; } public function getEvenPageHeaderIdSuggested() { return $this->evenPageHeaderIdSuggested; } public function setFirstPageFooterIdSuggested($firstPageFooterIdSuggested) { $this->firstPageFooterIdSuggested = $firstPageFooterIdSuggested; } public function getFirstPageFooterIdSuggested() { return $this->firstPageFooterIdSuggested; } public function setFirstPageHeaderIdSuggested($firstPageHeaderIdSuggested) { $this->firstPageHeaderIdSuggested = $firstPageHeaderIdSuggested; } public function getFirstPageHeaderIdSuggested() { return $this->firstPageHeaderIdSuggested; } public function setMarginBottomSuggested($marginBottomSuggested) { $this->marginBottomSuggested = $marginBottomSuggested; } public function getMarginBottomSuggested() { return $this->marginBottomSuggested; } public function setMarginFooterSuggested($marginFooterSuggested) { $this->marginFooterSuggested = $marginFooterSuggested; } public function getMarginFooterSuggested() { return $this->marginFooterSuggested; } public function setMarginHeaderSuggested($marginHeaderSuggested) { $this->marginHeaderSuggested = $marginHeaderSuggested; } public function getMarginHeaderSuggested() { return $this->marginHeaderSuggested; } public function setMarginLeftSuggested($marginLeftSuggested) { $this->marginLeftSuggested = $marginLeftSuggested; } public function getMarginLeftSuggested() { return $this->marginLeftSuggested; } public function setMarginRightSuggested($marginRightSuggested) { $this->marginRightSuggested = $marginRightSuggested; } public function getMarginRightSuggested() { return $this->marginRightSuggested; } public function setMarginTopSuggested($marginTopSuggested) { $this->marginTopSuggested = $marginTopSuggested; } public function getMarginTopSuggested() { return $this->marginTopSuggested; } public function setPageNumberStartSuggested($pageNumberStartSuggested) { $this->pageNumberStartSuggested = $pageNumberStartSuggested; } public function getPageNumberStartSuggested() { return $this->pageNumberStartSuggested; } /** * @param Google_Service_Docs_SizeSuggestionState */ public function setPageSizeSuggestionState(Google_Service_Docs_SizeSuggestionState $pageSizeSuggestionState) { $this->pageSizeSuggestionState = $pageSizeSuggestionState; } /** * @return Google_Service_Docs_SizeSuggestionState */ public function getPageSizeSuggestionState() { return $this->pageSizeSuggestionState; } public function setUseCustomHeaderFooterMarginsSuggested($useCustomHeaderFooterMarginsSuggested) { $this->useCustomHeaderFooterMarginsSuggested = $useCustomHeaderFooterMarginsSuggested; } public function getUseCustomHeaderFooterMarginsSuggested() { return $this->useCustomHeaderFooterMarginsSuggested; } public function setUseEvenPageHeaderFooterSuggested($useEvenPageHeaderFooterSuggested) { $this->useEvenPageHeaderFooterSuggested = $useEvenPageHeaderFooterSuggested; } public function getUseEvenPageHeaderFooterSuggested() { return $this->useEvenPageHeaderFooterSuggested; } public function setUseFirstPageHeaderFooterSuggested($useFirstPageHeaderFooterSuggested) { $this->useFirstPageHeaderFooterSuggested = $useFirstPageHeaderFooterSuggested; } public function getUseFirstPageHeaderFooterSuggested() { return $this->useFirstPageHeaderFooterSuggested; } } PK3 ZsPbbXvendor/google/apiclient-services/src/Google/Service/Docs/UpdateParagraphStyleRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_ParagraphStyle */ public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) { $this->paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } } PK3 Z\MMPvendor/google/apiclient-services/src/Google/Service/Docs/SizeSuggestionState.phpnu[heightSuggested = $heightSuggested; } public function getHeightSuggested() { return $this->heightSuggested; } public function setWidthSuggested($widthSuggested) { $this->widthSuggested = $widthSuggested; } public function getWidthSuggested() { return $this->widthSuggested; } } PK3 Zl Mvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObject.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Docs_PositionedObjectProperties */ public function setPositionedObjectProperties(Google_Service_Docs_PositionedObjectProperties $positionedObjectProperties) { $this->positionedObjectProperties = $positionedObjectProperties; } /** * @return Google_Service_Docs_PositionedObjectProperties */ public function getPositionedObjectProperties() { return $this->positionedObjectProperties; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionId($suggestedInsertionId) { $this->suggestedInsertionId = $suggestedInsertionId; } public function getSuggestedInsertionId() { return $this->suggestedInsertionId; } /** * @param Google_Service_Docs_SuggestedPositionedObjectProperties[] */ public function setSuggestedPositionedObjectPropertiesChanges($suggestedPositionedObjectPropertiesChanges) { $this->suggestedPositionedObjectPropertiesChanges = $suggestedPositionedObjectPropertiesChanges; } /** * @return Google_Service_Docs_SuggestedPositionedObjectProperties[] */ public function getSuggestedPositionedObjectPropertiesChanges() { return $this->suggestedPositionedObjectPropertiesChanges; } } PK3 ZzEvendor/google/apiclient-services/src/Google/Service/Docs/Document.phpnu[body = $body; } /** * @return Google_Service_Docs_Body */ public function getBody() { return $this->body; } public function setDocumentId($documentId) { $this->documentId = $documentId; } public function getDocumentId() { return $this->documentId; } /** * @param Google_Service_Docs_DocumentStyle */ public function setDocumentStyle(Google_Service_Docs_DocumentStyle $documentStyle) { $this->documentStyle = $documentStyle; } /** * @return Google_Service_Docs_DocumentStyle */ public function getDocumentStyle() { return $this->documentStyle; } /** * @param Google_Service_Docs_Footer[] */ public function setFooters($footers) { $this->footers = $footers; } /** * @return Google_Service_Docs_Footer[] */ public function getFooters() { return $this->footers; } /** * @param Google_Service_Docs_Footnote[] */ public function setFootnotes($footnotes) { $this->footnotes = $footnotes; } /** * @return Google_Service_Docs_Footnote[] */ public function getFootnotes() { return $this->footnotes; } /** * @param Google_Service_Docs_Header[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_Docs_Header[] */ public function getHeaders() { return $this->headers; } /** * @param Google_Service_Docs_InlineObject[] */ public function setInlineObjects($inlineObjects) { $this->inlineObjects = $inlineObjects; } /** * @return Google_Service_Docs_InlineObject[] */ public function getInlineObjects() { return $this->inlineObjects; } /** * @param Google_Service_Docs_DocsList[] */ public function setLists($lists) { $this->lists = $lists; } /** * @return Google_Service_Docs_DocsList[] */ public function getLists() { return $this->lists; } /** * @param Google_Service_Docs_NamedRanges[] */ public function setNamedRanges($namedRanges) { $this->namedRanges = $namedRanges; } /** * @return Google_Service_Docs_NamedRanges[] */ public function getNamedRanges() { return $this->namedRanges; } /** * @param Google_Service_Docs_NamedStyles */ public function setNamedStyles(Google_Service_Docs_NamedStyles $namedStyles) { $this->namedStyles = $namedStyles; } /** * @return Google_Service_Docs_NamedStyles */ public function getNamedStyles() { return $this->namedStyles; } /** * @param Google_Service_Docs_PositionedObject[] */ public function setPositionedObjects($positionedObjects) { $this->positionedObjects = $positionedObjects; } /** * @return Google_Service_Docs_PositionedObject[] */ public function getPositionedObjects() { return $this->positionedObjects; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } /** * @param Google_Service_Docs_SuggestedDocumentStyle[] */ public function setSuggestedDocumentStyleChanges($suggestedDocumentStyleChanges) { $this->suggestedDocumentStyleChanges = $suggestedDocumentStyleChanges; } /** * @return Google_Service_Docs_SuggestedDocumentStyle[] */ public function getSuggestedDocumentStyleChanges() { return $this->suggestedDocumentStyleChanges; } /** * @param Google_Service_Docs_SuggestedNamedStyles[] */ public function setSuggestedNamedStylesChanges($suggestedNamedStylesChanges) { $this->suggestedNamedStylesChanges = $suggestedNamedStylesChanges; } /** * @return Google_Service_Docs_SuggestedNamedStyles[] */ public function getSuggestedNamedStylesChanges() { return $this->suggestedNamedStylesChanges; } public function setSuggestionsViewMode($suggestionsViewMode) { $this->suggestionsViewMode = $suggestionsViewMode; } public function getSuggestionsViewMode() { return $this->suggestionsViewMode; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 Z8 Nvendor/google/apiclient-services/src/Google/Service/Docs/FootnoteReference.phpnu[footnoteId = $footnoteId; } public function getFootnoteId() { return $this->footnoteId; } public function setFootnoteNumber($footnoteNumber) { $this->footnoteNumber = $footnoteNumber; } public function getFootnoteNumber() { return $this->footnoteNumber; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZkvFvendor/google/apiclient-services/src/Google/Service/Docs/Dimension.phpnu[magnitude = $magnitude; } public function getMagnitude() { return $this->magnitude; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } } PK3 ZKvendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObject.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Docs_EmbeddedDrawingProperties */ public function setEmbeddedDrawingProperties(Google_Service_Docs_EmbeddedDrawingProperties $embeddedDrawingProperties) { $this->embeddedDrawingProperties = $embeddedDrawingProperties; } /** * @return Google_Service_Docs_EmbeddedDrawingProperties */ public function getEmbeddedDrawingProperties() { return $this->embeddedDrawingProperties; } /** * @param Google_Service_Docs_EmbeddedObjectBorder */ public function setEmbeddedObjectBorder(Google_Service_Docs_EmbeddedObjectBorder $embeddedObjectBorder) { $this->embeddedObjectBorder = $embeddedObjectBorder; } /** * @return Google_Service_Docs_EmbeddedObjectBorder */ public function getEmbeddedObjectBorder() { return $this->embeddedObjectBorder; } /** * @param Google_Service_Docs_ImageProperties */ public function setImageProperties(Google_Service_Docs_ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return Google_Service_Docs_ImageProperties */ public function getImageProperties() { return $this->imageProperties; } /** * @param Google_Service_Docs_LinkedContentReference */ public function setLinkedContentReference(Google_Service_Docs_LinkedContentReference $linkedContentReference) { $this->linkedContentReference = $linkedContentReference; } /** * @return Google_Service_Docs_LinkedContentReference */ public function getLinkedContentReference() { return $this->linkedContentReference; } /** * @param Google_Service_Docs_Dimension */ public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom) { $this->marginBottom = $marginBottom; } /** * @return Google_Service_Docs_Dimension */ public function getMarginBottom() { return $this->marginBottom; } /** * @param Google_Service_Docs_Dimension */ public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft) { $this->marginLeft = $marginLeft; } /** * @return Google_Service_Docs_Dimension */ public function getMarginLeft() { return $this->marginLeft; } /** * @param Google_Service_Docs_Dimension */ public function setMarginRight(Google_Service_Docs_Dimension $marginRight) { $this->marginRight = $marginRight; } /** * @return Google_Service_Docs_Dimension */ public function getMarginRight() { return $this->marginRight; } /** * @param Google_Service_Docs_Dimension */ public function setMarginTop(Google_Service_Docs_Dimension $marginTop) { $this->marginTop = $marginTop; } /** * @return Google_Service_Docs_Dimension */ public function getMarginTop() { return $this->marginTop; } /** * @param Google_Service_Docs_Size */ public function setSize(Google_Service_Docs_Size $size) { $this->size = $size; } /** * @return Google_Service_Docs_Size */ public function getSize() { return $this->size; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK3 ZNvendor/google/apiclient-services/src/Google/Service/Docs/InsertTextRequest.phpnu[endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK3 Z5`vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedPositionedObjectProperties.phpnu[positionedObjectProperties = $positionedObjectProperties; } /** * @return Google_Service_Docs_PositionedObjectProperties */ public function getPositionedObjectProperties() { return $this->positionedObjectProperties; } /** * @param Google_Service_Docs_PositionedObjectPropertiesSuggestionState */ public function setPositionedObjectPropertiesSuggestionState(Google_Service_Docs_PositionedObjectPropertiesSuggestionState $positionedObjectPropertiesSuggestionState) { $this->positionedObjectPropertiesSuggestionState = $positionedObjectPropertiesSuggestionState; } /** * @return Google_Service_Docs_PositionedObjectPropertiesSuggestionState */ public function getPositionedObjectPropertiesSuggestionState() { return $this->positionedObjectPropertiesSuggestionState; } } PK3 ZEvendor/google/apiclient-services/src/Google/Service/Docs/AutoText.phpnu[suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 Z uh\vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceNamedRangeContentRequest.phpnu[namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } public function setNamedRangeName($namedRangeName) { $this->namedRangeName = $namedRangeName; } public function getNamedRangeName() { return $this->namedRangeName; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK3 Z[; ; Ivendor/google/apiclient-services/src/Google/Service/Docs/InlineObject.phpnu[inlineObjectProperties = $inlineObjectProperties; } /** * @return Google_Service_Docs_InlineObjectProperties */ public function getInlineObjectProperties() { return $this->inlineObjectProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } /** * @param Google_Service_Docs_SuggestedInlineObjectProperties[] */ public function setSuggestedInlineObjectPropertiesChanges($suggestedInlineObjectPropertiesChanges) { $this->suggestedInlineObjectPropertiesChanges = $suggestedInlineObjectPropertiesChanges; } /** * @return Google_Service_Docs_SuggestedInlineObjectProperties[] */ public function getSuggestedInlineObjectPropertiesChanges() { return $this->suggestedInlineObjectPropertiesChanges; } public function setSuggestedInsertionId($suggestedInsertionId) { $this->suggestedInsertionId = $suggestedInsertionId; } public function getSuggestedInsertionId() { return $this->suggestedInsertionId; } } PK3 ZRM[XkkKvendor/google/apiclient-services/src/Google/Service/Docs/ListProperties.phpnu[nestingLevels = $nestingLevels; } /** * @return Google_Service_Docs_NestingLevel[] */ public function getNestingLevels() { return $this->nestingLevels; } } PK3 ZnQvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedNamedStyles.phpnu[namedStyles = $namedStyles; } /** * @return Google_Service_Docs_NamedStyles */ public function getNamedStyles() { return $this->namedStyles; } /** * @param Google_Service_Docs_NamedStylesSuggestionState */ public function setNamedStylesSuggestionState(Google_Service_Docs_NamedStylesSuggestionState $namedStylesSuggestionState) { $this->namedStylesSuggestionState = $namedStylesSuggestionState; } /** * @return Google_Service_Docs_NamedStylesSuggestionState */ public function getNamedStylesSuggestionState() { return $this->namedStylesSuggestionState; } } PK3 Zvc c Uvendor/google/apiclient-services/src/Google/Service/Docs/TextStyleSuggestionState.phpnu[backgroundColorSuggested = $backgroundColorSuggested; } public function getBackgroundColorSuggested() { return $this->backgroundColorSuggested; } public function setBaselineOffsetSuggested($baselineOffsetSuggested) { $this->baselineOffsetSuggested = $baselineOffsetSuggested; } public function getBaselineOffsetSuggested() { return $this->baselineOffsetSuggested; } public function setBoldSuggested($boldSuggested) { $this->boldSuggested = $boldSuggested; } public function getBoldSuggested() { return $this->boldSuggested; } public function setFontSizeSuggested($fontSizeSuggested) { $this->fontSizeSuggested = $fontSizeSuggested; } public function getFontSizeSuggested() { return $this->fontSizeSuggested; } public function setForegroundColorSuggested($foregroundColorSuggested) { $this->foregroundColorSuggested = $foregroundColorSuggested; } public function getForegroundColorSuggested() { return $this->foregroundColorSuggested; } public function setItalicSuggested($italicSuggested) { $this->italicSuggested = $italicSuggested; } public function getItalicSuggested() { return $this->italicSuggested; } public function setLinkSuggested($linkSuggested) { $this->linkSuggested = $linkSuggested; } public function getLinkSuggested() { return $this->linkSuggested; } public function setSmallCapsSuggested($smallCapsSuggested) { $this->smallCapsSuggested = $smallCapsSuggested; } public function getSmallCapsSuggested() { return $this->smallCapsSuggested; } public function setStrikethroughSuggested($strikethroughSuggested) { $this->strikethroughSuggested = $strikethroughSuggested; } public function getStrikethroughSuggested() { return $this->strikethroughSuggested; } public function setUnderlineSuggested($underlineSuggested) { $this->underlineSuggested = $underlineSuggested; } public function getUnderlineSuggested() { return $this->underlineSuggested; } public function setWeightedFontFamilySuggested($weightedFontFamilySuggested) { $this->weightedFontFamilySuggested = $weightedFontFamilySuggested; } public function getWeightedFontFamilySuggested() { return $this->weightedFontFamilySuggested; } } PK3 Zp$!!Ivendor/google/apiclient-services/src/Google/Service/Docs/SectionStyle.phpnu[columnProperties = $columnProperties; } /** * @return Google_Service_Docs_SectionColumnProperties[] */ public function getColumnProperties() { return $this->columnProperties; } public function setColumnSeparatorStyle($columnSeparatorStyle) { $this->columnSeparatorStyle = $columnSeparatorStyle; } public function getColumnSeparatorStyle() { return $this->columnSeparatorStyle; } public function setContentDirection($contentDirection) { $this->contentDirection = $contentDirection; } public function getContentDirection() { return $this->contentDirection; } public function setDefaultFooterId($defaultFooterId) { $this->defaultFooterId = $defaultFooterId; } public function getDefaultFooterId() { return $this->defaultFooterId; } public function setDefaultHeaderId($defaultHeaderId) { $this->defaultHeaderId = $defaultHeaderId; } public function getDefaultHeaderId() { return $this->defaultHeaderId; } public function setEvenPageFooterId($evenPageFooterId) { $this->evenPageFooterId = $evenPageFooterId; } public function getEvenPageFooterId() { return $this->evenPageFooterId; } public function setEvenPageHeaderId($evenPageHeaderId) { $this->evenPageHeaderId = $evenPageHeaderId; } public function getEvenPageHeaderId() { return $this->evenPageHeaderId; } public function setFirstPageFooterId($firstPageFooterId) { $this->firstPageFooterId = $firstPageFooterId; } public function getFirstPageFooterId() { return $this->firstPageFooterId; } public function setFirstPageHeaderId($firstPageHeaderId) { $this->firstPageHeaderId = $firstPageHeaderId; } public function getFirstPageHeaderId() { return $this->firstPageHeaderId; } /** * @param Google_Service_Docs_Dimension */ public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom) { $this->marginBottom = $marginBottom; } /** * @return Google_Service_Docs_Dimension */ public function getMarginBottom() { return $this->marginBottom; } /** * @param Google_Service_Docs_Dimension */ public function setMarginFooter(Google_Service_Docs_Dimension $marginFooter) { $this->marginFooter = $marginFooter; } /** * @return Google_Service_Docs_Dimension */ public function getMarginFooter() { return $this->marginFooter; } /** * @param Google_Service_Docs_Dimension */ public function setMarginHeader(Google_Service_Docs_Dimension $marginHeader) { $this->marginHeader = $marginHeader; } /** * @return Google_Service_Docs_Dimension */ public function getMarginHeader() { return $this->marginHeader; } /** * @param Google_Service_Docs_Dimension */ public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft) { $this->marginLeft = $marginLeft; } /** * @return Google_Service_Docs_Dimension */ public function getMarginLeft() { return $this->marginLeft; } /** * @param Google_Service_Docs_Dimension */ public function setMarginRight(Google_Service_Docs_Dimension $marginRight) { $this->marginRight = $marginRight; } /** * @return Google_Service_Docs_Dimension */ public function getMarginRight() { return $this->marginRight; } /** * @param Google_Service_Docs_Dimension */ public function setMarginTop(Google_Service_Docs_Dimension $marginTop) { $this->marginTop = $marginTop; } /** * @return Google_Service_Docs_Dimension */ public function getMarginTop() { return $this->marginTop; } public function setPageNumberStart($pageNumberStart) { $this->pageNumberStart = $pageNumberStart; } public function getPageNumberStart() { return $this->pageNumberStart; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } public function setUseFirstPageHeaderFooter($useFirstPageHeaderFooter) { $this->useFirstPageHeaderFooter = $useFirstPageHeaderFooter; } public function getUseFirstPageHeaderFooter() { return $this->useFirstPageHeaderFooter; } } PK3 Zƙ==Evendor/google/apiclient-services/src/Google/Service/Docs/RgbColor.phpnu[blue = $blue; } public function getBlue() { return $this->blue; } public function setGreen($green) { $this->green = $green; } public function getGreen() { return $this->green; } public function setRed($red) { $this->red = $red; } public function getRed() { return $this->red; } } PK3 ZT> > Ivendor/google/apiclient-services/src/Google/Service/Docs/NestingLevel.phpnu[bulletAlignment = $bulletAlignment; } public function getBulletAlignment() { return $this->bulletAlignment; } public function setGlyphFormat($glyphFormat) { $this->glyphFormat = $glyphFormat; } public function getGlyphFormat() { return $this->glyphFormat; } public function setGlyphSymbol($glyphSymbol) { $this->glyphSymbol = $glyphSymbol; } public function getGlyphSymbol() { return $this->glyphSymbol; } public function setGlyphType($glyphType) { $this->glyphType = $glyphType; } public function getGlyphType() { return $this->glyphType; } /** * @param Google_Service_Docs_Dimension */ public function setIndentFirstLine(Google_Service_Docs_Dimension $indentFirstLine) { $this->indentFirstLine = $indentFirstLine; } /** * @return Google_Service_Docs_Dimension */ public function getIndentFirstLine() { return $this->indentFirstLine; } /** * @param Google_Service_Docs_Dimension */ public function setIndentStart(Google_Service_Docs_Dimension $indentStart) { $this->indentStart = $indentStart; } /** * @return Google_Service_Docs_Dimension */ public function getIndentStart() { return $this->indentStart; } public function setStartNumber($startNumber) { $this->startNumber = $startNumber; } public function getStartNumber() { return $this->startNumber; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 Z5kE Xvendor/google/apiclient-services/src/Google/Service/Docs/NestingLevelSuggestionState.phpnu[bulletAlignmentSuggested = $bulletAlignmentSuggested; } public function getBulletAlignmentSuggested() { return $this->bulletAlignmentSuggested; } public function setGlyphFormatSuggested($glyphFormatSuggested) { $this->glyphFormatSuggested = $glyphFormatSuggested; } public function getGlyphFormatSuggested() { return $this->glyphFormatSuggested; } public function setGlyphSymbolSuggested($glyphSymbolSuggested) { $this->glyphSymbolSuggested = $glyphSymbolSuggested; } public function getGlyphSymbolSuggested() { return $this->glyphSymbolSuggested; } public function setGlyphTypeSuggested($glyphTypeSuggested) { $this->glyphTypeSuggested = $glyphTypeSuggested; } public function getGlyphTypeSuggested() { return $this->glyphTypeSuggested; } public function setIndentFirstLineSuggested($indentFirstLineSuggested) { $this->indentFirstLineSuggested = $indentFirstLineSuggested; } public function getIndentFirstLineSuggested() { return $this->indentFirstLineSuggested; } public function setIndentStartSuggested($indentStartSuggested) { $this->indentStartSuggested = $indentStartSuggested; } public function getIndentStartSuggested() { return $this->indentStartSuggested; } public function setStartNumberSuggested($startNumberSuggested) { $this->startNumberSuggested = $startNumberSuggested; } public function getStartNumberSuggested() { return $this->startNumberSuggested; } /** * @param Google_Service_Docs_TextStyleSuggestionState */ public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return Google_Service_Docs_TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } } PK3 ZVfxVVLvendor/google/apiclient-services/src/Google/Service/Docs/TableOfContents.phpnu[content = $content; } /** * @return Google_Service_Docs_StructuralElement[] */ public function getContent() { return $this->content; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } } PK3 Z0xkkFvendor/google/apiclient-services/src/Google/Service/Docs/PageBreak.phpnu[suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 Z*d##Hvendor/google/apiclient-services/src/Google/Service/Docs/NamedStyles.phpnu[styles = $styles; } /** * @return Google_Service_Docs_NamedStyle[] */ public function getStyles() { return $this->styles; } } PK3 Z;22_vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableColumnPropertiesRequest.phpnu[columnIndices = $columnIndices; } public function getColumnIndices() { return $this->columnIndices; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_TableColumnProperties */ public function setTableColumnProperties(Google_Service_Docs_TableColumnProperties $tableColumnProperties) { $this->tableColumnProperties = $tableColumnProperties; } /** * @return Google_Service_Docs_TableColumnProperties */ public function getTableColumnProperties() { return $this->tableColumnProperties; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } } PK3 Z蓱Ovendor/google/apiclient-services/src/Google/Service/Docs/WeightedFontFamily.phpnu[fontFamily = $fontFamily; } public function getFontFamily() { return $this->fontFamily; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } } PK3 Z\vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedInlineObjectProperties.phpnu[inlineObjectProperties = $inlineObjectProperties; } /** * @return Google_Service_Docs_InlineObjectProperties */ public function getInlineObjectProperties() { return $this->inlineObjectProperties; } /** * @param Google_Service_Docs_InlineObjectPropertiesSuggestionState */ public function setInlineObjectPropertiesSuggestionState(Google_Service_Docs_InlineObjectPropertiesSuggestionState $inlineObjectPropertiesSuggestionState) { $this->inlineObjectPropertiesSuggestionState = $inlineObjectPropertiesSuggestionState; } /** * @return Google_Service_Docs_InlineObjectPropertiesSuggestionState */ public function getInlineObjectPropertiesSuggestionState() { return $this->inlineObjectPropertiesSuggestionState; } } PK3 Z/Nvendor/google/apiclient-services/src/Google/Service/Docs/TableCellLocation.phpnu[columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } } PK3 ZyZvendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyleSuggestionState.phpnu[alignmentSuggested = $alignmentSuggested; } public function getAlignmentSuggested() { return $this->alignmentSuggested; } public function setAvoidWidowAndOrphanSuggested($avoidWidowAndOrphanSuggested) { $this->avoidWidowAndOrphanSuggested = $avoidWidowAndOrphanSuggested; } public function getAvoidWidowAndOrphanSuggested() { return $this->avoidWidowAndOrphanSuggested; } public function setBorderBetweenSuggested($borderBetweenSuggested) { $this->borderBetweenSuggested = $borderBetweenSuggested; } public function getBorderBetweenSuggested() { return $this->borderBetweenSuggested; } public function setBorderBottomSuggested($borderBottomSuggested) { $this->borderBottomSuggested = $borderBottomSuggested; } public function getBorderBottomSuggested() { return $this->borderBottomSuggested; } public function setBorderLeftSuggested($borderLeftSuggested) { $this->borderLeftSuggested = $borderLeftSuggested; } public function getBorderLeftSuggested() { return $this->borderLeftSuggested; } public function setBorderRightSuggested($borderRightSuggested) { $this->borderRightSuggested = $borderRightSuggested; } public function getBorderRightSuggested() { return $this->borderRightSuggested; } public function setBorderTopSuggested($borderTopSuggested) { $this->borderTopSuggested = $borderTopSuggested; } public function getBorderTopSuggested() { return $this->borderTopSuggested; } public function setDirectionSuggested($directionSuggested) { $this->directionSuggested = $directionSuggested; } public function getDirectionSuggested() { return $this->directionSuggested; } public function setHeadingIdSuggested($headingIdSuggested) { $this->headingIdSuggested = $headingIdSuggested; } public function getHeadingIdSuggested() { return $this->headingIdSuggested; } public function setIndentEndSuggested($indentEndSuggested) { $this->indentEndSuggested = $indentEndSuggested; } public function getIndentEndSuggested() { return $this->indentEndSuggested; } public function setIndentFirstLineSuggested($indentFirstLineSuggested) { $this->indentFirstLineSuggested = $indentFirstLineSuggested; } public function getIndentFirstLineSuggested() { return $this->indentFirstLineSuggested; } public function setIndentStartSuggested($indentStartSuggested) { $this->indentStartSuggested = $indentStartSuggested; } public function getIndentStartSuggested() { return $this->indentStartSuggested; } public function setKeepLinesTogetherSuggested($keepLinesTogetherSuggested) { $this->keepLinesTogetherSuggested = $keepLinesTogetherSuggested; } public function getKeepLinesTogetherSuggested() { return $this->keepLinesTogetherSuggested; } public function setKeepWithNextSuggested($keepWithNextSuggested) { $this->keepWithNextSuggested = $keepWithNextSuggested; } public function getKeepWithNextSuggested() { return $this->keepWithNextSuggested; } public function setLineSpacingSuggested($lineSpacingSuggested) { $this->lineSpacingSuggested = $lineSpacingSuggested; } public function getLineSpacingSuggested() { return $this->lineSpacingSuggested; } public function setNamedStyleTypeSuggested($namedStyleTypeSuggested) { $this->namedStyleTypeSuggested = $namedStyleTypeSuggested; } public function getNamedStyleTypeSuggested() { return $this->namedStyleTypeSuggested; } /** * @param Google_Service_Docs_ShadingSuggestionState */ public function setShadingSuggestionState(Google_Service_Docs_ShadingSuggestionState $shadingSuggestionState) { $this->shadingSuggestionState = $shadingSuggestionState; } /** * @return Google_Service_Docs_ShadingSuggestionState */ public function getShadingSuggestionState() { return $this->shadingSuggestionState; } public function setSpaceAboveSuggested($spaceAboveSuggested) { $this->spaceAboveSuggested = $spaceAboveSuggested; } public function getSpaceAboveSuggested() { return $this->spaceAboveSuggested; } public function setSpaceBelowSuggested($spaceBelowSuggested) { $this->spaceBelowSuggested = $spaceBelowSuggested; } public function getSpaceBelowSuggested() { return $this->spaceBelowSuggested; } public function setSpacingModeSuggested($spacingModeSuggested) { $this->spacingModeSuggested = $spacingModeSuggested; } public function getSpacingModeSuggested() { return $this->spacingModeSuggested; } } PK3 Z0P**bvendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectPropertiesSuggestionState.phpnu[embeddedObjectSuggestionState = $embeddedObjectSuggestionState; } /** * @return Google_Service_Docs_EmbeddedObjectSuggestionState */ public function getEmbeddedObjectSuggestionState() { return $this->embeddedObjectSuggestionState; } } PK3 Z.}MSvendor/google/apiclient-services/src/Google/Service/Docs/SubstringMatchCriteria.phpnu[matchCase = $matchCase; } public function getMatchCase() { return $this->matchCase; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } PK3 ZGBvendor/google/apiclient-services/src/Google/Service/Docs/Range.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK3 Z㙲Zvendor/google/apiclient-services/src/Google/Service/Docs/CreateParagraphBulletsRequest.phpnu[bulletPreset = $bulletPreset; } public function getBulletPreset() { return $this->bulletPreset; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } } PK3 Z$  Pvendor/google/apiclient-services/src/Google/Service/Docs/CreateHeaderRequest.phpnu[sectionBreakLocation = $sectionBreakLocation; } /** * @return Google_Service_Docs_Location */ public function getSectionBreakLocation() { return $this->sectionBreakLocation; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 ZKggSvendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectProperties.phpnu[embeddedObject = $embeddedObject; } /** * @return Google_Service_Docs_EmbeddedObject */ public function getEmbeddedObject() { return $this->embeddedObject; } } PK3 ZhvFmmHvendor/google/apiclient-services/src/Google/Service/Docs/ColumnBreak.phpnu[suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZkTvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedParagraphStyle.phpnu[paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * @param Google_Service_Docs_ParagraphStyleSuggestionState */ public function setParagraphStyleSuggestionState(Google_Service_Docs_ParagraphStyleSuggestionState $paragraphStyleSuggestionState) { $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; } /** * @return Google_Service_Docs_ParagraphStyleSuggestionState */ public function getParagraphStyleSuggestionState() { return $this->paragraphStyleSuggestionState; } } PK3 Z* Fvendor/google/apiclient-services/src/Google/Service/Docs/TableCell.phpnu[content = $content; } /** * @return Google_Service_Docs_StructuralElement[] */ public function getContent() { return $this->content; } public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTableCellStyle[] */ public function setSuggestedTableCellStyleChanges($suggestedTableCellStyleChanges) { $this->suggestedTableCellStyleChanges = $suggestedTableCellStyleChanges; } /** * @return Google_Service_Docs_SuggestedTableCellStyle[] */ public function getSuggestedTableCellStyleChanges() { return $this->suggestedTableCellStyleChanges; } /** * @param Google_Service_Docs_TableCellStyle */ public function setTableCellStyle(Google_Service_Docs_TableCellStyle $tableCellStyle) { $this->tableCellStyle = $tableCellStyle; } /** * @return Google_Service_Docs_TableCellStyle */ public function getTableCellStyle() { return $this->tableCellStyle; } } PK3 ZHYFvendor/google/apiclient-services/src/Google/Service/Docs/TextStyle.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Docs_OptionalColor */ public function getBackgroundColor() { return $this->backgroundColor; } public function setBaselineOffset($baselineOffset) { $this->baselineOffset = $baselineOffset; } public function getBaselineOffset() { return $this->baselineOffset; } public function setBold($bold) { $this->bold = $bold; } public function getBold() { return $this->bold; } /** * @param Google_Service_Docs_Dimension */ public function setFontSize(Google_Service_Docs_Dimension $fontSize) { $this->fontSize = $fontSize; } /** * @return Google_Service_Docs_Dimension */ public function getFontSize() { return $this->fontSize; } /** * @param Google_Service_Docs_OptionalColor */ public function setForegroundColor(Google_Service_Docs_OptionalColor $foregroundColor) { $this->foregroundColor = $foregroundColor; } /** * @return Google_Service_Docs_OptionalColor */ public function getForegroundColor() { return $this->foregroundColor; } public function setItalic($italic) { $this->italic = $italic; } public function getItalic() { return $this->italic; } /** * @param Google_Service_Docs_Link */ public function setLink(Google_Service_Docs_Link $link) { $this->link = $link; } /** * @return Google_Service_Docs_Link */ public function getLink() { return $this->link; } public function setSmallCaps($smallCaps) { $this->smallCaps = $smallCaps; } public function getSmallCaps() { return $this->smallCaps; } public function setStrikethrough($strikethrough) { $this->strikethrough = $strikethrough; } public function getStrikethrough() { return $this->strikethrough; } public function setUnderline($underline) { $this->underline = $underline; } public function getUnderline() { return $this->underline; } /** * @param Google_Service_Docs_WeightedFontFamily */ public function setWeightedFontFamily(Google_Service_Docs_WeightedFontFamily $weightedFontFamily) { $this->weightedFontFamily = $weightedFontFamily; } /** * @return Google_Service_Docs_WeightedFontFamily */ public function getWeightedFontFamily() { return $this->weightedFontFamily; } } PK3 Zo.Svendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextResponse.phpnu[occurrencesChanged = $occurrencesChanged; } public function getOccurrencesChanged() { return $this->occurrencesChanged; } } PK3 ZtUCvendor/google/apiclient-services/src/Google/Service/Docs/Footer.phpnu[content = $content; } /** * @return Google_Service_Docs_StructuralElement[] */ public function getContent() { return $this->content; } public function setFooterId($footerId) { $this->footerId = $footerId; } public function getFooterId() { return $this->footerId; } } PK3 ZjBvendor/google/apiclient-services/src/Google/Service/Docs/Color.phpnu[rgbColor = $rgbColor; } /** * @return Google_Service_Docs_RgbColor */ public function getRgbColor() { return $this->rgbColor; } } PK3 Z񫚹Gvendor/google/apiclient-services/src/Google/Service/Docs/NamedStyle.phpnu[namedStyleType = $namedStyleType; } public function getNamedStyleType() { return $this->namedStyleType; } /** * @param Google_Service_Docs_ParagraphStyle */ public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) { $this->paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 Z TT\vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineSheetsChartResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK3 Z@ڹfvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPropertiesSuggestionState.phpnu[embeddedObjectSuggestionState = $embeddedObjectSuggestionState; } /** * @return Google_Service_Docs_EmbeddedObjectSuggestionState */ public function getEmbeddedObjectSuggestionState() { return $this->embeddedObjectSuggestionState; } /** * @param Google_Service_Docs_PositionedObjectPositioningSuggestionState */ public function setPositioningSuggestionState(Google_Service_Docs_PositionedObjectPositioningSuggestionState $positioningSuggestionState) { $this->positioningSuggestionState = $positioningSuggestionState; } /** * @return Google_Service_Docs_PositionedObjectPositioningSuggestionState */ public function getPositioningSuggestionState() { return $this->positioningSuggestionState; } } PK3 ZzzWvendor/google/apiclient-services/src/Google/Service/Docs/UpdateDocumentStyleRequest.phpnu[documentStyle = $documentStyle; } /** * @return Google_Service_Docs_DocumentStyle */ public function getDocumentStyle() { return $this->documentStyle; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } } PK3 ZZ rEvendor/google/apiclient-services/src/Google/Service/Docs/Equation.phpnu[suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } } PK3 Z~Lvendor/google/apiclient-services/src/Google/Service/Docs/ParagraphBorder.phpnu[color = $color; } /** * @return Google_Service_Docs_OptionalColor */ public function getColor() { return $this->color; } public function setDashStyle($dashStyle) { $this->dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } /** * @param Google_Service_Docs_Dimension */ public function setPadding(Google_Service_Docs_Dimension $padding) { $this->padding = $padding; } /** * @return Google_Service_Docs_Dimension */ public function getPadding() { return $this->padding; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } } PK3 Z/cPvendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.phpnu[imageObjectId = $imageObjectId; } public function getImageObjectId() { return $this->imageObjectId; } public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } public function getImageReplaceMethod() { return $this->imageReplaceMethod; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK3 Z$``vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReferenceSuggestionState.phpnu[chartIdSuggested = $chartIdSuggested; } public function getChartIdSuggested() { return $this->chartIdSuggested; } public function setSpreadsheetIdSuggested($spreadsheetIdSuggested) { $this->spreadsheetIdSuggested = $spreadsheetIdSuggested; } public function getSpreadsheetIdSuggested() { return $this->spreadsheetIdSuggested; } } PK3 ZEKKOvendor/google/apiclient-services/src/Google/Service/Docs/Resource/Documents.phpnu[ * $docsService = new Google_Service_Docs(...); * $documents = $docsService->documents; * */ class Google_Service_Docs_Resource_Documents extends Google_Service_Resource { /** * Applies one or more updates to the document. Each request is validated before * being applied. If any request is not valid, then the entire request will fail * and nothing will be applied. Some requests have replies to give you some * information about how they are applied. Other requests do not need to return * information; these each return an empty reply. The order of replies matches * that of the requests. For example, suppose you call batchUpdate with four * updates, and only the third one returns information. The response would have * two empty replies, the reply to the third request, and another empty reply, * in that order. Because other users may be editing the document, the document * might not exactly reflect your changes: your changes may be altered with * respect to collaborator changes. If there are no collaborators, the document * should reflect your changes. In any case, the updates in your request are * guaranteed to be applied together atomically. (documents.batchUpdate) * * @param string $documentId The ID of the document to update. * @param Google_Service_Docs_BatchUpdateDocumentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Docs_BatchUpdateDocumentResponse */ public function batchUpdate($documentId, Google_Service_Docs_BatchUpdateDocumentRequest $postBody, $optParams = array()) { $params = array('documentId' => $documentId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Docs_BatchUpdateDocumentResponse"); } /** * Creates a blank document using the title given in the request. Other fields * in the request, including any provided content, are ignored. Returns the * created document. (documents.create) * * @param Google_Service_Docs_Document $postBody * @param array $optParams Optional parameters. * @return Google_Service_Docs_Document */ public function create(Google_Service_Docs_Document $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Docs_Document"); } /** * Gets the latest version of the specified document. (documents.get) * * @param string $documentId The ID of the document to retrieve. * @param array $optParams Optional parameters. * * @opt_param string suggestionsViewMode The suggestions view mode to apply to * the document. This allows viewing the document with all suggestions inline, * accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is * used. * @return Google_Service_Docs_Document */ public function get($documentId, $optParams = array()) { $params = array('documentId' => $documentId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Docs_Document"); } } PK3 ZNeEXvendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentResponse.phpnu[documentId = $documentId; } public function getDocumentId() { return $this->documentId; } /** * @param Google_Service_Docs_Response[] */ public function setReplies($replies) { $this->replies = $replies; } /** * @return Google_Service_Docs_Response[] */ public function getReplies() { return $this->replies; } /** * @param Google_Service_Docs_WriteControl */ public function setWriteControl(Google_Service_Docs_WriteControl $writeControl) { $this->writeControl = $writeControl; } /** * @return Google_Service_Docs_WriteControl */ public function getWriteControl() { return $this->writeControl; } } PK3 ZY}}Cvendor/google/apiclient-services/src/Google/Service/Docs/Bullet.phpnu[listId = $listId; } public function getListId() { return $this->listId; } public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } public function getNestingLevel() { return $this->nestingLevel; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 Z6[eQvendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReference.phpnu[chartId = $chartId; } public function getChartId() { return $this->chartId; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } } PK3 Z||Mvendor/google/apiclient-services/src/Google/Service/Docs/ObjectReferences.phpnu[objectIds = $objectIds; } public function getObjectIds() { return $this->objectIds; } } PK3 Zsun3!!Svendor/google/apiclient-services/src/Google/Service/Docs/UpdateTextStyleRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZErggGvendor/google/apiclient-services/src/Google/Service/Docs/NamedRange.phpnu[name = $name; } public function getName() { return $this->name; } public function setNamedRangeId($namedRangeId) { $this->namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } /** * @param Google_Service_Docs_Range[] */ public function setRanges($ranges) { $this->ranges = $ranges; } /** * @return Google_Service_Docs_Range[] */ public function getRanges() { return $this->ranges; } } PK3 Z3 Vvendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedDrawingProperties.phpnu[angleSuggested = $angleSuggested; } public function getAngleSuggested() { return $this->angleSuggested; } public function setOffsetBottomSuggested($offsetBottomSuggested) { $this->offsetBottomSuggested = $offsetBottomSuggested; } public function getOffsetBottomSuggested() { return $this->offsetBottomSuggested; } public function setOffsetLeftSuggested($offsetLeftSuggested) { $this->offsetLeftSuggested = $offsetLeftSuggested; } public function getOffsetLeftSuggested() { return $this->offsetLeftSuggested; } public function setOffsetRightSuggested($offsetRightSuggested) { $this->offsetRightSuggested = $offsetRightSuggested; } public function getOffsetRightSuggested() { return $this->offsetRightSuggested; } public function setOffsetTopSuggested($offsetTopSuggested) { $this->offsetTopSuggested = $offsetTopSuggested; } public function getOffsetTopSuggested() { return $this->offsetTopSuggested; } } PK3 Z13Svendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableRowStyle.phpnu[tableRowStyle = $tableRowStyle; } /** * @return Google_Service_Docs_TableRowStyle */ public function getTableRowStyle() { return $this->tableRowStyle; } /** * @param Google_Service_Docs_TableRowStyleSuggestionState */ public function setTableRowStyleSuggestionState(Google_Service_Docs_TableRowStyleSuggestionState $tableRowStyleSuggestionState) { $this->tableRowStyleSuggestionState = $tableRowStyleSuggestionState; } /** * @return Google_Service_Docs_TableRowStyleSuggestionState */ public function getTableRowStyleSuggestionState() { return $this->tableRowStyleSuggestionState; } } PK3 Z~ 44Uvendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageRequest.phpnu[endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } /** * @param Google_Service_Docs_Size */ public function setObjectSize(Google_Service_Docs_Size $objectSize) { $this->objectSize = $objectSize; } /** * @return Google_Service_Docs_Size */ public function getObjectSize() { return $this->objectSize; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } } PK3 ZE ~YYSvendor/google/apiclient-services/src/Google/Service/Docs/CreateFootnoteResponse.phpnu[footnoteId = $footnoteId; } public function getFootnoteId() { return $this->footnoteId; } } PK3 Z,77Svendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.phpnu[tableRange = $tableRange; } /** * @return Google_Service_Docs_TableRange */ public function getTableRange() { return $this->tableRange; } } PK3 ZO Dvendor/google/apiclient-services/src/Google/Service/Docs/TextRun.phpnu[content = $content; } public function getContent() { return $this->content; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZiiUvendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeResponse.phpnu[namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } } PK3 ZIIQvendor/google/apiclient-services/src/Google/Service/Docs/CreateFooterResponse.phpnu[footerId = $footerId; } public function getFooterId() { return $this->footerId; } } PK3 Z`dSeeOvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTextStyle.phpnu[textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } /** * @param Google_Service_Docs_TextStyleSuggestionState */ public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return Google_Service_Docs_TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } } PK3 Z$Mvendor/google/apiclient-services/src/Google/Service/Docs/PersonProperties.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK3 ZGeGvendor/google/apiclient-services/src/Google/Service/Docs/TableRange.phpnu[columnSpan = $columnSpan; } public function getColumnSpan() { return $this->columnSpan; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } /** * @param Google_Service_Docs_TableCellLocation */ public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) { $this->tableCellLocation = $tableCellLocation; } /** * @return Google_Service_Docs_TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } } PK3 Z )Rvendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableRowRequest.phpnu[tableCellLocation = $tableCellLocation; } /** * @return Google_Service_Docs_TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } } PK3 Z]BN((Kvendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyle.phpnu[alignment = $alignment; } public function getAlignment() { return $this->alignment; } public function setAvoidWidowAndOrphan($avoidWidowAndOrphan) { $this->avoidWidowAndOrphan = $avoidWidowAndOrphan; } public function getAvoidWidowAndOrphan() { return $this->avoidWidowAndOrphan; } /** * @param Google_Service_Docs_ParagraphBorder */ public function setBorderBetween(Google_Service_Docs_ParagraphBorder $borderBetween) { $this->borderBetween = $borderBetween; } /** * @return Google_Service_Docs_ParagraphBorder */ public function getBorderBetween() { return $this->borderBetween; } /** * @param Google_Service_Docs_ParagraphBorder */ public function setBorderBottom(Google_Service_Docs_ParagraphBorder $borderBottom) { $this->borderBottom = $borderBottom; } /** * @return Google_Service_Docs_ParagraphBorder */ public function getBorderBottom() { return $this->borderBottom; } /** * @param Google_Service_Docs_ParagraphBorder */ public function setBorderLeft(Google_Service_Docs_ParagraphBorder $borderLeft) { $this->borderLeft = $borderLeft; } /** * @return Google_Service_Docs_ParagraphBorder */ public function getBorderLeft() { return $this->borderLeft; } /** * @param Google_Service_Docs_ParagraphBorder */ public function setBorderRight(Google_Service_Docs_ParagraphBorder $borderRight) { $this->borderRight = $borderRight; } /** * @return Google_Service_Docs_ParagraphBorder */ public function getBorderRight() { return $this->borderRight; } /** * @param Google_Service_Docs_ParagraphBorder */ public function setBorderTop(Google_Service_Docs_ParagraphBorder $borderTop) { $this->borderTop = $borderTop; } /** * @return Google_Service_Docs_ParagraphBorder */ public function getBorderTop() { return $this->borderTop; } public function setDirection($direction) { $this->direction = $direction; } public function getDirection() { return $this->direction; } public function setHeadingId($headingId) { $this->headingId = $headingId; } public function getHeadingId() { return $this->headingId; } /** * @param Google_Service_Docs_Dimension */ public function setIndentEnd(Google_Service_Docs_Dimension $indentEnd) { $this->indentEnd = $indentEnd; } /** * @return Google_Service_Docs_Dimension */ public function getIndentEnd() { return $this->indentEnd; } /** * @param Google_Service_Docs_Dimension */ public function setIndentFirstLine(Google_Service_Docs_Dimension $indentFirstLine) { $this->indentFirstLine = $indentFirstLine; } /** * @return Google_Service_Docs_Dimension */ public function getIndentFirstLine() { return $this->indentFirstLine; } /** * @param Google_Service_Docs_Dimension */ public function setIndentStart(Google_Service_Docs_Dimension $indentStart) { $this->indentStart = $indentStart; } /** * @return Google_Service_Docs_Dimension */ public function getIndentStart() { return $this->indentStart; } public function setKeepLinesTogether($keepLinesTogether) { $this->keepLinesTogether = $keepLinesTogether; } public function getKeepLinesTogether() { return $this->keepLinesTogether; } public function setKeepWithNext($keepWithNext) { $this->keepWithNext = $keepWithNext; } public function getKeepWithNext() { return $this->keepWithNext; } public function setLineSpacing($lineSpacing) { $this->lineSpacing = $lineSpacing; } public function getLineSpacing() { return $this->lineSpacing; } public function setNamedStyleType($namedStyleType) { $this->namedStyleType = $namedStyleType; } public function getNamedStyleType() { return $this->namedStyleType; } /** * @param Google_Service_Docs_Shading */ public function setShading(Google_Service_Docs_Shading $shading) { $this->shading = $shading; } /** * @return Google_Service_Docs_Shading */ public function getShading() { return $this->shading; } /** * @param Google_Service_Docs_Dimension */ public function setSpaceAbove(Google_Service_Docs_Dimension $spaceAbove) { $this->spaceAbove = $spaceAbove; } /** * @return Google_Service_Docs_Dimension */ public function getSpaceAbove() { return $this->spaceAbove; } /** * @param Google_Service_Docs_Dimension */ public function setSpaceBelow(Google_Service_Docs_Dimension $spaceBelow) { $this->spaceBelow = $spaceBelow; } /** * @return Google_Service_Docs_Dimension */ public function getSpaceBelow() { return $this->spaceBelow; } public function setSpacingMode($spacingMode) { $this->spacingMode = $spacingMode; } public function getSpacingMode() { return $this->spacingMode; } /** * @param Google_Service_Docs_TabStop[] */ public function setTabStops($tabStops) { $this->tabStops = $tabStops; } /** * @return Google_Service_Docs_TabStop[] */ public function getTabStops() { return $this->tabStops; } } PK3 Zv?evendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedDrawingPropertiesSuggestionState.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Docs_OptionalColor */ public function getBackgroundColor() { return $this->backgroundColor; } } PK3 Z5e99Uvendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.phpnu[tableRange = $tableRange; } /** * @return Google_Service_Docs_TableRange */ public function getTableRange() { return $this->tableRange; } } PK3 ZdVvendor/google/apiclient-services/src/Google/Service/Docs/DeleteContentRangeRequest.phpnu[range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } } PK3 Z|7NMMWvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectProperties.phpnu[embeddedObject = $embeddedObject; } /** * @return Google_Service_Docs_EmbeddedObject */ public function getEmbeddedObject() { return $this->embeddedObject; } /** * @param Google_Service_Docs_PositionedObjectPositioning */ public function setPositioning(Google_Service_Docs_PositionedObjectPositioning $positioning) { $this->positioning = $positioning; } /** * @return Google_Service_Docs_PositionedObjectPositioning */ public function getPositioning() { return $this->positioning; } } PK3 Z--Svendor/google/apiclient-services/src/Google/Service/Docs/InsertPageBreakRequest.phpnu[endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } } PK3 Zx(^^Xvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioning.phpnu[layout = $layout; } public function getLayout() { return $this->layout; } /** * @param Google_Service_Docs_Dimension */ public function setLeftOffset(Google_Service_Docs_Dimension $leftOffset) { $this->leftOffset = $leftOffset; } /** * @return Google_Service_Docs_Dimension */ public function getLeftOffset() { return $this->leftOffset; } /** * @param Google_Service_Docs_Dimension */ public function setTopOffset(Google_Service_Docs_Dimension $topOffset) { $this->topOffset = $topOffset; } /** * @return Google_Service_Docs_Dimension */ public function getTopOffset() { return $this->topOffset; } } PK3 ZZ hJvendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyle.phpnu[background = $background; } /** * @return Google_Service_Docs_Background */ public function getBackground() { return $this->background; } public function setDefaultFooterId($defaultFooterId) { $this->defaultFooterId = $defaultFooterId; } public function getDefaultFooterId() { return $this->defaultFooterId; } public function setDefaultHeaderId($defaultHeaderId) { $this->defaultHeaderId = $defaultHeaderId; } public function getDefaultHeaderId() { return $this->defaultHeaderId; } public function setEvenPageFooterId($evenPageFooterId) { $this->evenPageFooterId = $evenPageFooterId; } public function getEvenPageFooterId() { return $this->evenPageFooterId; } public function setEvenPageHeaderId($evenPageHeaderId) { $this->evenPageHeaderId = $evenPageHeaderId; } public function getEvenPageHeaderId() { return $this->evenPageHeaderId; } public function setFirstPageFooterId($firstPageFooterId) { $this->firstPageFooterId = $firstPageFooterId; } public function getFirstPageFooterId() { return $this->firstPageFooterId; } public function setFirstPageHeaderId($firstPageHeaderId) { $this->firstPageHeaderId = $firstPageHeaderId; } public function getFirstPageHeaderId() { return $this->firstPageHeaderId; } /** * @param Google_Service_Docs_Dimension */ public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom) { $this->marginBottom = $marginBottom; } /** * @return Google_Service_Docs_Dimension */ public function getMarginBottom() { return $this->marginBottom; } /** * @param Google_Service_Docs_Dimension */ public function setMarginFooter(Google_Service_Docs_Dimension $marginFooter) { $this->marginFooter = $marginFooter; } /** * @return Google_Service_Docs_Dimension */ public function getMarginFooter() { return $this->marginFooter; } /** * @param Google_Service_Docs_Dimension */ public function setMarginHeader(Google_Service_Docs_Dimension $marginHeader) { $this->marginHeader = $marginHeader; } /** * @return Google_Service_Docs_Dimension */ public function getMarginHeader() { return $this->marginHeader; } /** * @param Google_Service_Docs_Dimension */ public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft) { $this->marginLeft = $marginLeft; } /** * @return Google_Service_Docs_Dimension */ public function getMarginLeft() { return $this->marginLeft; } /** * @param Google_Service_Docs_Dimension */ public function setMarginRight(Google_Service_Docs_Dimension $marginRight) { $this->marginRight = $marginRight; } /** * @return Google_Service_Docs_Dimension */ public function getMarginRight() { return $this->marginRight; } /** * @param Google_Service_Docs_Dimension */ public function setMarginTop(Google_Service_Docs_Dimension $marginTop) { $this->marginTop = $marginTop; } /** * @return Google_Service_Docs_Dimension */ public function getMarginTop() { return $this->marginTop; } public function setPageNumberStart($pageNumberStart) { $this->pageNumberStart = $pageNumberStart; } public function getPageNumberStart() { return $this->pageNumberStart; } /** * @param Google_Service_Docs_Size */ public function setPageSize(Google_Service_Docs_Size $pageSize) { $this->pageSize = $pageSize; } /** * @return Google_Service_Docs_Size */ public function getPageSize() { return $this->pageSize; } public function setUseCustomHeaderFooterMargins($useCustomHeaderFooterMargins) { $this->useCustomHeaderFooterMargins = $useCustomHeaderFooterMargins; } public function getUseCustomHeaderFooterMargins() { return $this->useCustomHeaderFooterMargins; } public function setUseEvenPageHeaderFooter($useEvenPageHeaderFooter) { $this->useEvenPageHeaderFooter = $useEvenPageHeaderFooter; } public function getUseEvenPageHeaderFooter() { return $this->useEvenPageHeaderFooter; } public function setUseFirstPageHeaderFooter($useFirstPageHeaderFooter) { $this->useFirstPageHeaderFooter = $useFirstPageHeaderFooter; } public function getUseFirstPageHeaderFooter() { return $this->useFirstPageHeaderFooter; } } PK3 Z[jRvendor/google/apiclient-services/src/Google/Service/Docs/TableColumnProperties.phpnu[width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } public function setWidthType($widthType) { $this->widthType = $widthType; } public function getWidthType() { return $this->widthType; } } PK3 ZPPQvendor/google/apiclient-services/src/Google/Service/Docs/EndOfSegmentLocation.phpnu[segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } } PK3 Z93־Rvendor/google/apiclient-services/src/Google/Service/Docs/BulletSuggestionState.phpnu[listIdSuggested = $listIdSuggested; } public function getListIdSuggested() { return $this->listIdSuggested; } public function setNestingLevelSuggested($nestingLevelSuggested) { $this->nestingLevelSuggested = $nestingLevelSuggested; } public function getNestingLevelSuggested() { return $this->nestingLevelSuggested; } /** * @param Google_Service_Docs_TextStyleSuggestionState */ public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return Google_Service_Docs_TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } } PK3 ZKvendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyle.phpnu[backgroundColor = $backgroundColor; } /** * @return Google_Service_Docs_OptionalColor */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Docs_TableCellBorder */ public function setBorderBottom(Google_Service_Docs_TableCellBorder $borderBottom) { $this->borderBottom = $borderBottom; } /** * @return Google_Service_Docs_TableCellBorder */ public function getBorderBottom() { return $this->borderBottom; } /** * @param Google_Service_Docs_TableCellBorder */ public function setBorderLeft(Google_Service_Docs_TableCellBorder $borderLeft) { $this->borderLeft = $borderLeft; } /** * @return Google_Service_Docs_TableCellBorder */ public function getBorderLeft() { return $this->borderLeft; } /** * @param Google_Service_Docs_TableCellBorder */ public function setBorderRight(Google_Service_Docs_TableCellBorder $borderRight) { $this->borderRight = $borderRight; } /** * @return Google_Service_Docs_TableCellBorder */ public function getBorderRight() { return $this->borderRight; } /** * @param Google_Service_Docs_TableCellBorder */ public function setBorderTop(Google_Service_Docs_TableCellBorder $borderTop) { $this->borderTop = $borderTop; } /** * @return Google_Service_Docs_TableCellBorder */ public function getBorderTop() { return $this->borderTop; } public function setColumnSpan($columnSpan) { $this->columnSpan = $columnSpan; } public function getColumnSpan() { return $this->columnSpan; } public function setContentAlignment($contentAlignment) { $this->contentAlignment = $contentAlignment; } public function getContentAlignment() { return $this->contentAlignment; } /** * @param Google_Service_Docs_Dimension */ public function setPaddingBottom(Google_Service_Docs_Dimension $paddingBottom) { $this->paddingBottom = $paddingBottom; } /** * @return Google_Service_Docs_Dimension */ public function getPaddingBottom() { return $this->paddingBottom; } /** * @param Google_Service_Docs_Dimension */ public function setPaddingLeft(Google_Service_Docs_Dimension $paddingLeft) { $this->paddingLeft = $paddingLeft; } /** * @return Google_Service_Docs_Dimension */ public function getPaddingLeft() { return $this->paddingLeft; } /** * @param Google_Service_Docs_Dimension */ public function setPaddingRight(Google_Service_Docs_Dimension $paddingRight) { $this->paddingRight = $paddingRight; } /** * @return Google_Service_Docs_Dimension */ public function getPaddingRight() { return $this->paddingRight; } /** * @param Google_Service_Docs_Dimension */ public function setPaddingTop(Google_Service_Docs_Dimension $paddingTop) { $this->paddingTop = $paddingTop; } /** * @return Google_Service_Docs_Dimension */ public function getPaddingTop() { return $this->paddingTop; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } } PK3 Zwwgvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioningSuggestionState.phpnu[layoutSuggested = $layoutSuggested; } public function getLayoutSuggested() { return $this->layoutSuggested; } public function setLeftOffsetSuggested($leftOffsetSuggested) { $this->leftOffsetSuggested = $leftOffsetSuggested; } public function getLeftOffsetSuggested() { return $this->leftOffsetSuggested; } public function setTopOffsetSuggested($topOffsetSuggested) { $this->topOffsetSuggested = $topOffsetSuggested; } public function getTopOffsetSuggested() { return $this->topOffsetSuggested; } } PK3 Z14Dvendor/google/apiclient-services/src/Google/Service/Docs/TabStop.phpnu[alignment = $alignment; } public function getAlignment() { return $this->alignment; } /** * @param Google_Service_Docs_Dimension */ public function setOffset(Google_Service_Docs_Dimension $offset) { $this->offset = $offset; } /** * @return Google_Service_Docs_Dimension */ public function getOffset() { return $this->offset; } } PK3 Z1Wvendor/google/apiclient-services/src/Google/Service/Docs/NamedStylesSuggestionState.phpnu[stylesSuggestionStates = $stylesSuggestionStates; } /** * @return Google_Service_Docs_NamedStyleSuggestionState[] */ public function getStylesSuggestionStates() { return $this->stylesSuggestionStates; } } PK3 Z2fy Hvendor/google/apiclient-services/src/Google/Service/Docs/NamedRanges.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Docs_NamedRange[] */ public function setNamedRanges($namedRanges) { $this->namedRanges = $namedRanges; } /** * @return Google_Service_Docs_NamedRange[] */ public function getNamedRanges() { return $this->namedRanges; } } PK3 Z_ Cvendor/google/apiclient-services/src/Google/Service/Docs/Person.phpnu[personId = $personId; } public function getPersonId() { return $this->personId; } /** * @param Google_Service_Docs_PersonProperties */ public function setPersonProperties(Google_Service_Docs_PersonProperties $personProperties) { $this->personProperties = $personProperties; } /** * @return Google_Service_Docs_PersonProperties */ public function getPersonProperties() { return $this->personProperties; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZgZvendor/google/apiclient-services/src/Google/Service/Docs/DeleteParagraphBulletsRequest.phpnu[range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } } PK3 Z`IIQvendor/google/apiclient-services/src/Google/Service/Docs/CreateHeaderResponse.phpnu[headerId = $headerId; } public function getHeaderId() { return $this->headerId; } } PK3 Z1Gvendor/google/apiclient-services/src/Google/Service/Docs/TableStyle.phpnu[tableColumnProperties = $tableColumnProperties; } /** * @return Google_Service_Docs_TableColumnProperties[] */ public function getTableColumnProperties() { return $this->tableColumnProperties; } } PK3 Z=XZZOvendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRequest.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } /** * @param Google_Service_Docs_EndOfSegmentLocation */ public function setEndOfSegmentLocation(Google_Service_Docs_EndOfSegmentLocation $endOfSegmentLocation) { $this->endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } } PK3 ZqS2kkAvendor/google/apiclient-services/src/Google/Service/Docs/Size.phpnu[height = $height; } /** * @return Google_Service_Docs_Dimension */ public function getHeight() { return $this->height; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } } PK3 ZLvendor/google/apiclient-services/src/Google/Service/Docs/ImageProperties.phpnu[angle = $angle; } public function getAngle() { return $this->angle; } public function setBrightness($brightness) { $this->brightness = $brightness; } public function getBrightness() { return $this->brightness; } public function setContentUri($contentUri) { $this->contentUri = $contentUri; } public function getContentUri() { return $this->contentUri; } public function setContrast($contrast) { $this->contrast = $contrast; } public function getContrast() { return $this->contrast; } /** * @param Google_Service_Docs_CropProperties */ public function setCropProperties(Google_Service_Docs_CropProperties $cropProperties) { $this->cropProperties = $cropProperties; } /** * @return Google_Service_Docs_CropProperties */ public function getCropProperties() { return $this->cropProperties; } public function setSourceUri($sourceUri) { $this->sourceUri = $sourceUri; } public function getSourceUri() { return $this->sourceUri; } public function setTransparency($transparency) { $this->transparency = $transparency; } public function getTransparency() { return $this->transparency; } } PK3 Z:ͪVvendor/google/apiclient-services/src/Google/Service/Docs/BackgroundSuggestionState.phpnu[backgroundColorSuggested = $backgroundColorSuggested; } public function getBackgroundColorSuggested() { return $this->backgroundColorSuggested; } } PK3 ZVʇ(Qvendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorder.phpnu[color = $color; } /** * @return Google_Service_Docs_OptionalColor */ public function getColor() { return $this->color; } public function setDashStyle($dashStyle) { $this->dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } public function setPropertyState($propertyState) { $this->propertyState = $propertyState; } public function getPropertyState() { return $this->propertyState; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } } PK3 ZXHHVvendor/google/apiclient-services/src/Google/Service/Docs/UpdateSectionStyleRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } /** * @param Google_Service_Docs_SectionStyle */ public function setSectionStyle(Google_Service_Docs_SectionStyle $sectionStyle) { $this->sectionStyle = $sectionStyle; } /** * @return Google_Service_Docs_SectionStyle */ public function getSectionStyle() { return $this->sectionStyle; } } PK3 Z|ƆRRZvendor/google/apiclient-services/src/Google/Service/Docs/DeletePositionedObjectRequest.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK3 ZWSvendor/google/apiclient-services/src/Google/Service/Docs/ShadingSuggestionState.phpnu[backgroundColorSuggested = $backgroundColorSuggested; } public function getBackgroundColorSuggested() { return $this->backgroundColorSuggested; } } PK3 Z Tvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableCellStyle.phpnu[tableCellStyle = $tableCellStyle; } /** * @return Google_Service_Docs_TableCellStyle */ public function getTableCellStyle() { return $this->tableCellStyle; } /** * @param Google_Service_Docs_TableCellStyleSuggestionState */ public function setTableCellStyleSuggestionState(Google_Service_Docs_TableCellStyleSuggestionState $tableCellStyleSuggestionState) { $this->tableCellStyleSuggestionState = $tableCellStyleSuggestionState; } /** * @return Google_Service_Docs_TableCellStyleSuggestionState */ public function getTableCellStyleSuggestionState() { return $this->tableCellStyleSuggestionState; } } PK3 Z#/n00Vvendor/google/apiclient-services/src/Google/Service/Docs/NamedStyleSuggestionState.phpnu[namedStyleType = $namedStyleType; } public function getNamedStyleType() { return $this->namedStyleType; } /** * @param Google_Service_Docs_ParagraphStyleSuggestionState */ public function setParagraphStyleSuggestionState(Google_Service_Docs_ParagraphStyleSuggestionState $paragraphStyleSuggestionState) { $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; } /** * @return Google_Service_Docs_ParagraphStyleSuggestionState */ public function getParagraphStyleSuggestionState() { return $this->paragraphStyleSuggestionState; } /** * @param Google_Service_Docs_TextStyleSuggestionState */ public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return Google_Service_Docs_TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } } PK3 Z4rrbvendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReferenceSuggestionState.phpnu[sheetsChartReferenceSuggestionState = $sheetsChartReferenceSuggestionState; } /** * @return Google_Service_Docs_SheetsChartReferenceSuggestionState */ public function getSheetsChartReferenceSuggestionState() { return $this->sheetsChartReferenceSuggestionState; } } PK3 Z+vLLUvendor/google/apiclient-services/src/Google/Service/Docs/InsertTableColumnRequest.phpnu[insertRight = $insertRight; } public function getInsertRight() { return $this->insertRight; } /** * @param Google_Service_Docs_TableCellLocation */ public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) { $this->tableCellLocation = $tableCellLocation; } /** * @return Google_Service_Docs_TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } } PK3 ZkEvendor/google/apiclient-services/src/Google/Service/Docs/Footnote.phpnu[content = $content; } /** * @return Google_Service_Docs_StructuralElement[] */ public function getContent() { return $this->content; } public function setFootnoteId($footnoteId) { $this->footnoteId = $footnoteId; } public function getFootnoteId() { return $this->footnoteId; } } PK3 Z+Tvendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeRequest.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } } PK3 Z7v>Ivendor/google/apiclient-services/src/Google/Service/Docs/SectionBreak.phpnu[sectionStyle = $sectionStyle; } /** * @return Google_Service_Docs_SectionStyle */ public function getSectionStyle() { return $this->sectionStyle; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } } PK3 ZbVTvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedListProperties.phpnu[listProperties = $listProperties; } /** * @return Google_Service_Docs_ListProperties */ public function getListProperties() { return $this->listProperties; } /** * @param Google_Service_Docs_ListPropertiesSuggestionState */ public function setListPropertiesSuggestionState(Google_Service_Docs_ListPropertiesSuggestionState $listPropertiesSuggestionState) { $this->listPropertiesSuggestionState = $listPropertiesSuggestionState; } /** * @return Google_Service_Docs_ListPropertiesSuggestionState */ public function getListPropertiesSuggestionState() { return $this->listPropertiesSuggestionState; } } PK3 ZV??NNVvendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageResponse.phpnu[objectId = $objectId; } public function getObjectId() { return $this->objectId; } } PK3 ZbzEvendor/google/apiclient-services/src/Google/Service/Docs/Location.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } } PK3 Z Jvendor/google/apiclient-services/src/Google/Service/Docs/OptionalColor.phpnu[color = $color; } /** * @return Google_Service_Docs_Color */ public function getColor() { return $this->color; } } PK3 Z1 [vendor/google/apiclient-services/src/Google/Service/Docs/ImagePropertiesSuggestionState.phpnu[angleSuggested = $angleSuggested; } public function getAngleSuggested() { return $this->angleSuggested; } public function setBrightnessSuggested($brightnessSuggested) { $this->brightnessSuggested = $brightnessSuggested; } public function getBrightnessSuggested() { return $this->brightnessSuggested; } public function setContentUriSuggested($contentUriSuggested) { $this->contentUriSuggested = $contentUriSuggested; } public function getContentUriSuggested() { return $this->contentUriSuggested; } public function setContrastSuggested($contrastSuggested) { $this->contrastSuggested = $contrastSuggested; } public function getContrastSuggested() { return $this->contrastSuggested; } /** * @param Google_Service_Docs_CropPropertiesSuggestionState */ public function setCropPropertiesSuggestionState(Google_Service_Docs_CropPropertiesSuggestionState $cropPropertiesSuggestionState) { $this->cropPropertiesSuggestionState = $cropPropertiesSuggestionState; } /** * @return Google_Service_Docs_CropPropertiesSuggestionState */ public function getCropPropertiesSuggestionState() { return $this->cropPropertiesSuggestionState; } public function setSourceUriSuggested($sourceUriSuggested) { $this->sourceUriSuggested = $sourceUriSuggested; } public function getSourceUriSuggested() { return $this->sourceUriSuggested; } public function setTransparencySuggested($transparencySuggested) { $this->transparencySuggested = $transparencySuggested; } public function getTransparencySuggested() { return $this->transparencySuggested; } } PK3 ZHHPvendor/google/apiclient-services/src/Google/Service/Docs/DeleteHeaderRequest.phpnu[headerId = $headerId; } public function getHeaderId() { return $this->headerId; } } PK3 ZeBvendor/google/apiclient-services/src/Google/Service/Docs/Table.phpnu[columns = $columns; } public function getColumns() { return $this->columns; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_TableRow[] */ public function setTableRows($tableRows) { $this->tableRows = $tableRows; } /** * @return Google_Service_Docs_TableRow[] */ public function getTableRows() { return $this->tableRows; } /** * @param Google_Service_Docs_TableStyle */ public function setTableStyle(Google_Service_Docs_TableStyle $tableStyle) { $this->tableStyle = $tableStyle; } /** * @return Google_Service_Docs_TableStyle */ public function getTableStyle() { return $this->tableStyle; } } PK3 ZgUvendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableColumnRequest.phpnu[tableCellLocation = $tableCellLocation; } /** * @return Google_Service_Docs_TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } } PK3 Z?аZvendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyleSuggestionState.phpnu[backgroundColorSuggested = $backgroundColorSuggested; } public function getBackgroundColorSuggested() { return $this->backgroundColorSuggested; } public function setBorderBottomSuggested($borderBottomSuggested) { $this->borderBottomSuggested = $borderBottomSuggested; } public function getBorderBottomSuggested() { return $this->borderBottomSuggested; } public function setBorderLeftSuggested($borderLeftSuggested) { $this->borderLeftSuggested = $borderLeftSuggested; } public function getBorderLeftSuggested() { return $this->borderLeftSuggested; } public function setBorderRightSuggested($borderRightSuggested) { $this->borderRightSuggested = $borderRightSuggested; } public function getBorderRightSuggested() { return $this->borderRightSuggested; } public function setBorderTopSuggested($borderTopSuggested) { $this->borderTopSuggested = $borderTopSuggested; } public function getBorderTopSuggested() { return $this->borderTopSuggested; } public function setColumnSpanSuggested($columnSpanSuggested) { $this->columnSpanSuggested = $columnSpanSuggested; } public function getColumnSpanSuggested() { return $this->columnSpanSuggested; } public function setContentAlignmentSuggested($contentAlignmentSuggested) { $this->contentAlignmentSuggested = $contentAlignmentSuggested; } public function getContentAlignmentSuggested() { return $this->contentAlignmentSuggested; } public function setPaddingBottomSuggested($paddingBottomSuggested) { $this->paddingBottomSuggested = $paddingBottomSuggested; } public function getPaddingBottomSuggested() { return $this->paddingBottomSuggested; } public function setPaddingLeftSuggested($paddingLeftSuggested) { $this->paddingLeftSuggested = $paddingLeftSuggested; } public function getPaddingLeftSuggested() { return $this->paddingLeftSuggested; } public function setPaddingRightSuggested($paddingRightSuggested) { $this->paddingRightSuggested = $paddingRightSuggested; } public function getPaddingRightSuggested() { return $this->paddingRightSuggested; } public function setPaddingTopSuggested($paddingTopSuggested) { $this->paddingTopSuggested = $paddingTopSuggested; } public function getPaddingTopSuggested() { return $this->paddingTopSuggested; } public function setRowSpanSuggested($rowSpanSuggested) { $this->rowSpanSuggested = $rowSpanSuggested; } public function getRowSpanSuggested() { return $this->rowSpanSuggested; } } PK3 ZO&bHHPvendor/google/apiclient-services/src/Google/Service/Docs/DeleteFooterRequest.phpnu[footerId = $footerId; } public function getFooterId() { return $this->footerId; } } PK3 ZA`JSvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedDocumentStyle.phpnu[documentStyle = $documentStyle; } /** * @return Google_Service_Docs_DocumentStyle */ public function getDocumentStyle() { return $this->documentStyle; } /** * @param Google_Service_Docs_DocumentStyleSuggestionState */ public function setDocumentStyleSuggestionState(Google_Service_Docs_DocumentStyleSuggestionState $documentStyleSuggestionState) { $this->documentStyleSuggestionState = $documentStyleSuggestionState; } /** * @return Google_Service_Docs_DocumentStyleSuggestionState */ public function getDocumentStyleSuggestionState() { return $this->documentStyleSuggestionState; } } PK3 Zwb b Nvendor/google/apiclient-services/src/Google/Service/Docs/StructuralElement.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } /** * @param Google_Service_Docs_Paragraph */ public function setParagraph(Google_Service_Docs_Paragraph $paragraph) { $this->paragraph = $paragraph; } /** * @return Google_Service_Docs_Paragraph */ public function getParagraph() { return $this->paragraph; } /** * @param Google_Service_Docs_SectionBreak */ public function setSectionBreak(Google_Service_Docs_SectionBreak $sectionBreak) { $this->sectionBreak = $sectionBreak; } /** * @return Google_Service_Docs_SectionBreak */ public function getSectionBreak() { return $this->sectionBreak; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } /** * @param Google_Service_Docs_Table */ public function setTable(Google_Service_Docs_Table $table) { $this->table = $table; } /** * @return Google_Service_Docs_Table */ public function getTable() { return $this->table; } /** * @param Google_Service_Docs_TableOfContents */ public function setTableOfContents(Google_Service_Docs_TableOfContents $tableOfContents) { $this->tableOfContents = $tableOfContents; } /** * @return Google_Service_Docs_TableOfContents */ public function getTableOfContents() { return $this->tableOfContents; } } PK3 ZUUEvendor/google/apiclient-services/src/Google/Service/Docs/Response.phpnu[createFooter = $createFooter; } /** * @return Google_Service_Docs_CreateFooterResponse */ public function getCreateFooter() { return $this->createFooter; } /** * @param Google_Service_Docs_CreateFootnoteResponse */ public function setCreateFootnote(Google_Service_Docs_CreateFootnoteResponse $createFootnote) { $this->createFootnote = $createFootnote; } /** * @return Google_Service_Docs_CreateFootnoteResponse */ public function getCreateFootnote() { return $this->createFootnote; } /** * @param Google_Service_Docs_CreateHeaderResponse */ public function setCreateHeader(Google_Service_Docs_CreateHeaderResponse $createHeader) { $this->createHeader = $createHeader; } /** * @return Google_Service_Docs_CreateHeaderResponse */ public function getCreateHeader() { return $this->createHeader; } /** * @param Google_Service_Docs_CreateNamedRangeResponse */ public function setCreateNamedRange(Google_Service_Docs_CreateNamedRangeResponse $createNamedRange) { $this->createNamedRange = $createNamedRange; } /** * @return Google_Service_Docs_CreateNamedRangeResponse */ public function getCreateNamedRange() { return $this->createNamedRange; } /** * @param Google_Service_Docs_InsertInlineImageResponse */ public function setInsertInlineImage(Google_Service_Docs_InsertInlineImageResponse $insertInlineImage) { $this->insertInlineImage = $insertInlineImage; } /** * @return Google_Service_Docs_InsertInlineImageResponse */ public function getInsertInlineImage() { return $this->insertInlineImage; } /** * @param Google_Service_Docs_InsertInlineSheetsChartResponse */ public function setInsertInlineSheetsChart(Google_Service_Docs_InsertInlineSheetsChartResponse $insertInlineSheetsChart) { $this->insertInlineSheetsChart = $insertInlineSheetsChart; } /** * @return Google_Service_Docs_InsertInlineSheetsChartResponse */ public function getInsertInlineSheetsChart() { return $this->insertInlineSheetsChart; } /** * @param Google_Service_Docs_ReplaceAllTextResponse */ public function setReplaceAllText(Google_Service_Docs_ReplaceAllTextResponse $replaceAllText) { $this->replaceAllText = $replaceAllText; } /** * @return Google_Service_Docs_ReplaceAllTextResponse */ public function getReplaceAllText() { return $this->replaceAllText; } } PK3 ZJ55Rvendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextRequest.phpnu[containsText = $containsText; } /** * @return Google_Service_Docs_SubstringMatchCriteria */ public function getContainsText() { return $this->containsText; } public function setReplaceText($replaceText) { $this->replaceText = $replaceText; } public function getReplaceText() { return $this->replaceText; } } PK3 Z!77Zvendor/google/apiclient-services/src/Google/Service/Docs/ListPropertiesSuggestionState.phpnu[nestingLevelsSuggestionStates = $nestingLevelsSuggestionStates; } /** * @return Google_Service_Docs_NestingLevelSuggestionState[] */ public function getNestingLevelsSuggestionStates() { return $this->nestingLevelsSuggestionStates; } } PK3 ZkurWvendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableRowStyleRequest.phpnu[fields = $fields; } public function getFields() { return $this->fields; } public function setRowIndices($rowIndices) { $this->rowIndices = $rowIndices; } public function getRowIndices() { return $this->rowIndices; } /** * @param Google_Service_Docs_TableRowStyle */ public function setTableRowStyle(Google_Service_Docs_TableRowStyle $tableRowStyle) { $this->tableRowStyle = $tableRowStyle; } /** * @return Google_Service_Docs_TableRowStyle */ public function getTableRowStyle() { return $this->tableRowStyle; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } } PK3 ZuTvendor/google/apiclient-services/src/Google/Service/Docs/DeleteNamedRangeRequest.phpnu[name = $name; } public function getName() { return $this->name; } public function setNamedRangeId($namedRangeId) { $this->namedRangeId = $namedRangeId; } public function getNamedRangeId() { return $this->namedRangeId; } } PK3 ZJEvendor/google/apiclient-services/src/Google/Service/Docs/DocsList.phpnu[listProperties = $listProperties; } /** * @return Google_Service_Docs_ListProperties */ public function getListProperties() { return $this->listProperties; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionId($suggestedInsertionId) { $this->suggestedInsertionId = $suggestedInsertionId; } public function getSuggestedInsertionId() { return $this->suggestedInsertionId; } /** * @param Google_Service_Docs_SuggestedListProperties[] */ public function setSuggestedListPropertiesChanges($suggestedListPropertiesChanges) { $this->suggestedListPropertiesChanges = $suggestedListPropertiesChanges; } /** * @return Google_Service_Docs_SuggestedListProperties[] */ public function getSuggestedListPropertiesChanges() { return $this->suggestedListPropertiesChanges; } } PK3 Z5-NRR`vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorderSuggestionState.phpnu[colorSuggested = $colorSuggested; } public function getColorSuggested() { return $this->colorSuggested; } public function setDashStyleSuggested($dashStyleSuggested) { $this->dashStyleSuggested = $dashStyleSuggested; } public function getDashStyleSuggested() { return $this->dashStyleSuggested; } public function setPropertyStateSuggested($propertyStateSuggested) { $this->propertyStateSuggested = $propertyStateSuggested; } public function getPropertyStateSuggested() { return $this->propertyStateSuggested; } public function setWidthSuggested($widthSuggested) { $this->widthSuggested = $widthSuggested; } public function getWidthSuggested() { return $this->widthSuggested; } } PK3 ZͿ  Pvendor/google/apiclient-services/src/Google/Service/Docs/CreateFooterRequest.phpnu[sectionBreakLocation = $sectionBreakLocation; } /** * @return Google_Service_Docs_Location */ public function getSectionBreakLocation() { return $this->sectionBreakLocation; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK3 Z +Mvendor/google/apiclient-services/src/Google/Service/Docs/ParagraphElement.phpnu[autoText = $autoText; } /** * @return Google_Service_Docs_AutoText */ public function getAutoText() { return $this->autoText; } /** * @param Google_Service_Docs_ColumnBreak */ public function setColumnBreak(Google_Service_Docs_ColumnBreak $columnBreak) { $this->columnBreak = $columnBreak; } /** * @return Google_Service_Docs_ColumnBreak */ public function getColumnBreak() { return $this->columnBreak; } public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } /** * @param Google_Service_Docs_Equation */ public function setEquation(Google_Service_Docs_Equation $equation) { $this->equation = $equation; } /** * @return Google_Service_Docs_Equation */ public function getEquation() { return $this->equation; } /** * @param Google_Service_Docs_FootnoteReference */ public function setFootnoteReference(Google_Service_Docs_FootnoteReference $footnoteReference) { $this->footnoteReference = $footnoteReference; } /** * @return Google_Service_Docs_FootnoteReference */ public function getFootnoteReference() { return $this->footnoteReference; } /** * @param Google_Service_Docs_HorizontalRule */ public function setHorizontalRule(Google_Service_Docs_HorizontalRule $horizontalRule) { $this->horizontalRule = $horizontalRule; } /** * @return Google_Service_Docs_HorizontalRule */ public function getHorizontalRule() { return $this->horizontalRule; } /** * @param Google_Service_Docs_InlineObjectElement */ public function setInlineObjectElement(Google_Service_Docs_InlineObjectElement $inlineObjectElement) { $this->inlineObjectElement = $inlineObjectElement; } /** * @return Google_Service_Docs_InlineObjectElement */ public function getInlineObjectElement() { return $this->inlineObjectElement; } /** * @param Google_Service_Docs_PageBreak */ public function setPageBreak(Google_Service_Docs_PageBreak $pageBreak) { $this->pageBreak = $pageBreak; } /** * @return Google_Service_Docs_PageBreak */ public function getPageBreak() { return $this->pageBreak; } /** * @param Google_Service_Docs_Person */ public function setPerson(Google_Service_Docs_Person $person) { $this->person = $person; } /** * @return Google_Service_Docs_Person */ public function getPerson() { return $this->person; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } /** * @param Google_Service_Docs_TextRun */ public function setTextRun(Google_Service_Docs_TextRun $textRun) { $this->textRun = $textRun; } /** * @return Google_Service_Docs_TextRun */ public function getTextRun() { return $this->textRun; } } PK3 Z "ppKvendor/google/apiclient-services/src/Google/Service/Docs/HorizontalRule.phpnu[suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTextStyle[] */ public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) { $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; } /** * @return Google_Service_Docs_SuggestedTextStyle[] */ public function getSuggestedTextStyleChanges() { return $this->suggestedTextStyleChanges; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } } PK3 ZP*gVvendor/google/apiclient-services/src/Google/Service/Docs/InsertSectionBreakRequest.phpnu[endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } } PK3 Z·hGvendor/google/apiclient-services/src/Google/Service/Docs/Background.phpnu[color = $color; } /** * @return Google_Service_Docs_OptionalColor */ public function getColor() { return $this->color; } } PK3 Z-Wvendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentRequest.phpnu[requests = $requests; } /** * @return Google_Service_Docs_Request[] */ public function getRequests() { return $this->requests; } /** * @param Google_Service_Docs_WriteControl */ public function setWriteControl(Google_Service_Docs_WriteControl $writeControl) { $this->writeControl = $writeControl; } /** * @return Google_Service_Docs_WriteControl */ public function getWriteControl() { return $this->writeControl; } } PK3 Z::Avendor/google/apiclient-services/src/Google/Service/Docs/Body.phpnu[content = $content; } /** * @return Google_Service_Docs_StructuralElement[] */ public function getContent() { return $this->content; } } PK3 Z$ Evendor/google/apiclient-services/src/Google/Service/Docs/TableRow.phpnu[endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_SuggestedTableRowStyle[] */ public function setSuggestedTableRowStyleChanges($suggestedTableRowStyleChanges) { $this->suggestedTableRowStyleChanges = $suggestedTableRowStyleChanges; } /** * @return Google_Service_Docs_SuggestedTableRowStyle[] */ public function getSuggestedTableRowStyleChanges() { return $this->suggestedTableRowStyleChanges; } /** * @param Google_Service_Docs_TableCell[] */ public function setTableCells($tableCells) { $this->tableCells = $tableCells; } /** * @return Google_Service_Docs_TableCell[] */ public function getTableCells() { return $this->tableCells; } /** * @param Google_Service_Docs_TableRowStyle */ public function setTableRowStyle(Google_Service_Docs_TableRowStyle $tableRowStyle) { $this->tableRowStyle = $tableRowStyle; } /** * @return Google_Service_Docs_TableRowStyle */ public function getTableRowStyle() { return $this->tableRowStyle; } } PK3 Z$Svendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReference.phpnu[sheetsChartReference = $sheetsChartReference; } /** * @return Google_Service_Docs_SheetsChartReference */ public function getSheetsChartReference() { return $this->sheetsChartReference; } } PK3 Z4ٽCvendor/google/apiclient-services/src/Google/Service/Docs/Header.phpnu[content = $content; } /** * @return Google_Service_Docs_StructuralElement[] */ public function getContent() { return $this->content; } public function setHeaderId($headerId) { $this->headerId = $headerId; } public function getHeaderId() { return $this->headerId; } } PK3 ZOTvendor/google/apiclient-services/src/Google/Service/Docs/SectionColumnProperties.phpnu[paddingEnd = $paddingEnd; } /** * @return Google_Service_Docs_Dimension */ public function getPaddingEnd() { return $this->paddingEnd; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } } PK3 ZǶBBDvendor/google/apiclient-services/src/Google/Service/Docs/Request.phpnu[createFooter = $createFooter; } /** * @return Google_Service_Docs_CreateFooterRequest */ public function getCreateFooter() { return $this->createFooter; } /** * @param Google_Service_Docs_CreateFootnoteRequest */ public function setCreateFootnote(Google_Service_Docs_CreateFootnoteRequest $createFootnote) { $this->createFootnote = $createFootnote; } /** * @return Google_Service_Docs_CreateFootnoteRequest */ public function getCreateFootnote() { return $this->createFootnote; } /** * @param Google_Service_Docs_CreateHeaderRequest */ public function setCreateHeader(Google_Service_Docs_CreateHeaderRequest $createHeader) { $this->createHeader = $createHeader; } /** * @return Google_Service_Docs_CreateHeaderRequest */ public function getCreateHeader() { return $this->createHeader; } /** * @param Google_Service_Docs_CreateNamedRangeRequest */ public function setCreateNamedRange(Google_Service_Docs_CreateNamedRangeRequest $createNamedRange) { $this->createNamedRange = $createNamedRange; } /** * @return Google_Service_Docs_CreateNamedRangeRequest */ public function getCreateNamedRange() { return $this->createNamedRange; } /** * @param Google_Service_Docs_CreateParagraphBulletsRequest */ public function setCreateParagraphBullets(Google_Service_Docs_CreateParagraphBulletsRequest $createParagraphBullets) { $this->createParagraphBullets = $createParagraphBullets; } /** * @return Google_Service_Docs_CreateParagraphBulletsRequest */ public function getCreateParagraphBullets() { return $this->createParagraphBullets; } /** * @param Google_Service_Docs_DeleteContentRangeRequest */ public function setDeleteContentRange(Google_Service_Docs_DeleteContentRangeRequest $deleteContentRange) { $this->deleteContentRange = $deleteContentRange; } /** * @return Google_Service_Docs_DeleteContentRangeRequest */ public function getDeleteContentRange() { return $this->deleteContentRange; } /** * @param Google_Service_Docs_DeleteFooterRequest */ public function setDeleteFooter(Google_Service_Docs_DeleteFooterRequest $deleteFooter) { $this->deleteFooter = $deleteFooter; } /** * @return Google_Service_Docs_DeleteFooterRequest */ public function getDeleteFooter() { return $this->deleteFooter; } /** * @param Google_Service_Docs_DeleteHeaderRequest */ public function setDeleteHeader(Google_Service_Docs_DeleteHeaderRequest $deleteHeader) { $this->deleteHeader = $deleteHeader; } /** * @return Google_Service_Docs_DeleteHeaderRequest */ public function getDeleteHeader() { return $this->deleteHeader; } /** * @param Google_Service_Docs_DeleteNamedRangeRequest */ public function setDeleteNamedRange(Google_Service_Docs_DeleteNamedRangeRequest $deleteNamedRange) { $this->deleteNamedRange = $deleteNamedRange; } /** * @return Google_Service_Docs_DeleteNamedRangeRequest */ public function getDeleteNamedRange() { return $this->deleteNamedRange; } /** * @param Google_Service_Docs_DeleteParagraphBulletsRequest */ public function setDeleteParagraphBullets(Google_Service_Docs_DeleteParagraphBulletsRequest $deleteParagraphBullets) { $this->deleteParagraphBullets = $deleteParagraphBullets; } /** * @return Google_Service_Docs_DeleteParagraphBulletsRequest */ public function getDeleteParagraphBullets() { return $this->deleteParagraphBullets; } /** * @param Google_Service_Docs_DeletePositionedObjectRequest */ public function setDeletePositionedObject(Google_Service_Docs_DeletePositionedObjectRequest $deletePositionedObject) { $this->deletePositionedObject = $deletePositionedObject; } /** * @return Google_Service_Docs_DeletePositionedObjectRequest */ public function getDeletePositionedObject() { return $this->deletePositionedObject; } /** * @param Google_Service_Docs_DeleteTableColumnRequest */ public function setDeleteTableColumn(Google_Service_Docs_DeleteTableColumnRequest $deleteTableColumn) { $this->deleteTableColumn = $deleteTableColumn; } /** * @return Google_Service_Docs_DeleteTableColumnRequest */ public function getDeleteTableColumn() { return $this->deleteTableColumn; } /** * @param Google_Service_Docs_DeleteTableRowRequest */ public function setDeleteTableRow(Google_Service_Docs_DeleteTableRowRequest $deleteTableRow) { $this->deleteTableRow = $deleteTableRow; } /** * @return Google_Service_Docs_DeleteTableRowRequest */ public function getDeleteTableRow() { return $this->deleteTableRow; } /** * @param Google_Service_Docs_InsertInlineImageRequest */ public function setInsertInlineImage(Google_Service_Docs_InsertInlineImageRequest $insertInlineImage) { $this->insertInlineImage = $insertInlineImage; } /** * @return Google_Service_Docs_InsertInlineImageRequest */ public function getInsertInlineImage() { return $this->insertInlineImage; } /** * @param Google_Service_Docs_InsertPageBreakRequest */ public function setInsertPageBreak(Google_Service_Docs_InsertPageBreakRequest $insertPageBreak) { $this->insertPageBreak = $insertPageBreak; } /** * @return Google_Service_Docs_InsertPageBreakRequest */ public function getInsertPageBreak() { return $this->insertPageBreak; } /** * @param Google_Service_Docs_InsertSectionBreakRequest */ public function setInsertSectionBreak(Google_Service_Docs_InsertSectionBreakRequest $insertSectionBreak) { $this->insertSectionBreak = $insertSectionBreak; } /** * @return Google_Service_Docs_InsertSectionBreakRequest */ public function getInsertSectionBreak() { return $this->insertSectionBreak; } /** * @param Google_Service_Docs_InsertTableRequest */ public function setInsertTable(Google_Service_Docs_InsertTableRequest $insertTable) { $this->insertTable = $insertTable; } /** * @return Google_Service_Docs_InsertTableRequest */ public function getInsertTable() { return $this->insertTable; } /** * @param Google_Service_Docs_InsertTableColumnRequest */ public function setInsertTableColumn(Google_Service_Docs_InsertTableColumnRequest $insertTableColumn) { $this->insertTableColumn = $insertTableColumn; } /** * @return Google_Service_Docs_InsertTableColumnRequest */ public function getInsertTableColumn() { return $this->insertTableColumn; } /** * @param Google_Service_Docs_InsertTableRowRequest */ public function setInsertTableRow(Google_Service_Docs_InsertTableRowRequest $insertTableRow) { $this->insertTableRow = $insertTableRow; } /** * @return Google_Service_Docs_InsertTableRowRequest */ public function getInsertTableRow() { return $this->insertTableRow; } /** * @param Google_Service_Docs_InsertTextRequest */ public function setInsertText(Google_Service_Docs_InsertTextRequest $insertText) { $this->insertText = $insertText; } /** * @return Google_Service_Docs_InsertTextRequest */ public function getInsertText() { return $this->insertText; } /** * @param Google_Service_Docs_MergeTableCellsRequest */ public function setMergeTableCells(Google_Service_Docs_MergeTableCellsRequest $mergeTableCells) { $this->mergeTableCells = $mergeTableCells; } /** * @return Google_Service_Docs_MergeTableCellsRequest */ public function getMergeTableCells() { return $this->mergeTableCells; } /** * @param Google_Service_Docs_ReplaceAllTextRequest */ public function setReplaceAllText(Google_Service_Docs_ReplaceAllTextRequest $replaceAllText) { $this->replaceAllText = $replaceAllText; } /** * @return Google_Service_Docs_ReplaceAllTextRequest */ public function getReplaceAllText() { return $this->replaceAllText; } /** * @param Google_Service_Docs_ReplaceImageRequest */ public function setReplaceImage(Google_Service_Docs_ReplaceImageRequest $replaceImage) { $this->replaceImage = $replaceImage; } /** * @return Google_Service_Docs_ReplaceImageRequest */ public function getReplaceImage() { return $this->replaceImage; } /** * @param Google_Service_Docs_ReplaceNamedRangeContentRequest */ public function setReplaceNamedRangeContent(Google_Service_Docs_ReplaceNamedRangeContentRequest $replaceNamedRangeContent) { $this->replaceNamedRangeContent = $replaceNamedRangeContent; } /** * @return Google_Service_Docs_ReplaceNamedRangeContentRequest */ public function getReplaceNamedRangeContent() { return $this->replaceNamedRangeContent; } /** * @param Google_Service_Docs_UnmergeTableCellsRequest */ public function setUnmergeTableCells(Google_Service_Docs_UnmergeTableCellsRequest $unmergeTableCells) { $this->unmergeTableCells = $unmergeTableCells; } /** * @return Google_Service_Docs_UnmergeTableCellsRequest */ public function getUnmergeTableCells() { return $this->unmergeTableCells; } /** * @param Google_Service_Docs_UpdateDocumentStyleRequest */ public function setUpdateDocumentStyle(Google_Service_Docs_UpdateDocumentStyleRequest $updateDocumentStyle) { $this->updateDocumentStyle = $updateDocumentStyle; } /** * @return Google_Service_Docs_UpdateDocumentStyleRequest */ public function getUpdateDocumentStyle() { return $this->updateDocumentStyle; } /** * @param Google_Service_Docs_UpdateParagraphStyleRequest */ public function setUpdateParagraphStyle(Google_Service_Docs_UpdateParagraphStyleRequest $updateParagraphStyle) { $this->updateParagraphStyle = $updateParagraphStyle; } /** * @return Google_Service_Docs_UpdateParagraphStyleRequest */ public function getUpdateParagraphStyle() { return $this->updateParagraphStyle; } /** * @param Google_Service_Docs_UpdateSectionStyleRequest */ public function setUpdateSectionStyle(Google_Service_Docs_UpdateSectionStyleRequest $updateSectionStyle) { $this->updateSectionStyle = $updateSectionStyle; } /** * @return Google_Service_Docs_UpdateSectionStyleRequest */ public function getUpdateSectionStyle() { return $this->updateSectionStyle; } /** * @param Google_Service_Docs_UpdateTableCellStyleRequest */ public function setUpdateTableCellStyle(Google_Service_Docs_UpdateTableCellStyleRequest $updateTableCellStyle) { $this->updateTableCellStyle = $updateTableCellStyle; } /** * @return Google_Service_Docs_UpdateTableCellStyleRequest */ public function getUpdateTableCellStyle() { return $this->updateTableCellStyle; } /** * @param Google_Service_Docs_UpdateTableColumnPropertiesRequest */ public function setUpdateTableColumnProperties(Google_Service_Docs_UpdateTableColumnPropertiesRequest $updateTableColumnProperties) { $this->updateTableColumnProperties = $updateTableColumnProperties; } /** * @return Google_Service_Docs_UpdateTableColumnPropertiesRequest */ public function getUpdateTableColumnProperties() { return $this->updateTableColumnProperties; } /** * @param Google_Service_Docs_UpdateTableRowStyleRequest */ public function setUpdateTableRowStyle(Google_Service_Docs_UpdateTableRowStyleRequest $updateTableRowStyle) { $this->updateTableRowStyle = $updateTableRowStyle; } /** * @return Google_Service_Docs_UpdateTableRowStyleRequest */ public function getUpdateTableRowStyle() { return $this->updateTableRowStyle; } /** * @param Google_Service_Docs_UpdateTextStyleRequest */ public function setUpdateTextStyle(Google_Service_Docs_UpdateTextStyleRequest $updateTextStyle) { $this->updateTextStyle = $updateTextStyle; } /** * @return Google_Service_Docs_UpdateTextStyleRequest */ public function getUpdateTextStyle() { return $this->updateTextStyle; } } PK4 Z;Kvendor/google/apiclient-services/src/Google/Service/Docs/CropProperties.phpnu[angle = $angle; } public function getAngle() { return $this->angle; } public function setOffsetBottom($offsetBottom) { $this->offsetBottom = $offsetBottom; } public function getOffsetBottom() { return $this->offsetBottom; } public function setOffsetLeft($offsetLeft) { $this->offsetLeft = $offsetLeft; } public function getOffsetLeft() { return $this->offsetLeft; } public function setOffsetRight($offsetRight) { $this->offsetRight = $offsetRight; } public function getOffsetRight() { return $this->offsetRight; } public function setOffsetTop($offsetTop) { $this->offsetTop = $offsetTop; } public function getOffsetTop() { return $this->offsetTop; } } PK4 Z//Lvendor/google/apiclient-services/src/Google/Service/Docs/TableCellBorder.phpnu[color = $color; } /** * @return Google_Service_Docs_OptionalColor */ public function getColor() { return $this->color; } public function setDashStyle($dashStyle) { $this->dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } } PK4 ZIAvendor/google/apiclient-services/src/Google/Service/Docs/Link.phpnu[bookmarkId = $bookmarkId; } public function getBookmarkId() { return $this->bookmarkId; } public function setHeadingId($headingId) { $this->headingId = $headingId; } public function getHeadingId() { return $this->headingId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 Z)S-IIRvendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRowRequest.phpnu[insertBelow = $insertBelow; } public function getInsertBelow() { return $this->insertBelow; } /** * @param Google_Service_Docs_TableCellLocation */ public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) { $this->tableCellLocation = $tableCellLocation; } /** * @return Google_Service_Docs_TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } } PK4 ZYŒYvendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyleSuggestionState.phpnu[minRowHeightSuggested = $minRowHeightSuggested; } public function getMinRowHeightSuggested() { return $this->minRowHeightSuggested; } } PK4 Z!e_vendor/google/apiclient-services/src/Google/Service/CloudShell/AuthorizeEnvironmentResponse.phpnu[key = $key; } public function getKey() { return $this->key; } } PK4 Z4C:Wvendor/google/apiclient-services/src/Google/Service/CloudShell/AddPublicKeyMetadata.phpnu[environment = $environment; } /** * @return Google_Service_CloudShell_Environment */ public function getEnvironment() { return $this->environment; } } PK4 Z`PGDYvendor/google/apiclient-services/src/Google/Service/CloudShell/CancelOperationRequest.phpnu[ * $cloudshellService = new Google_Service_CloudShell(...); * $users = $cloudshellService->users; * */ class Google_Service_CloudShell_Resource_Users extends Google_Service_Resource { } PK4 Z\瘗]vendor/google/apiclient-services/src/Google/Service/CloudShell/Resource/UsersEnvironments.phpnu[ * $cloudshellService = new Google_Service_CloudShell(...); * $environments = $cloudshellService->environments; * */ class Google_Service_CloudShell_Resource_UsersEnvironments extends Google_Service_Resource { /** * Adds a public SSH key to an environment, allowing clients with the * corresponding private key to connect to that environment via SSH. If a key * with the same content already exists, this will error with ALREADY_EXISTS. * (environments.addPublicKey) * * @param string $environment Environment this key should be added to, e.g. * `users/me/environments/default`. * @param Google_Service_CloudShell_AddPublicKeyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_Operation */ public function addPublicKey($environment, Google_Service_CloudShell_AddPublicKeyRequest $postBody, $optParams = array()) { $params = array('environment' => $environment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('addPublicKey', array($params), "Google_Service_CloudShell_Operation"); } /** * Sends OAuth credentials to a running environment on behalf of a user. When * this completes, the environment will be authorized to run various Google * Cloud command line tools without requiring the user to manually authenticate. * (environments.authorize) * * @param string $name Name of the resource that should receive the credentials, * for example `users/me/environments/default` or * `users/someone@example.com/environments/default`. * @param Google_Service_CloudShell_AuthorizeEnvironmentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_Operation */ public function authorize($name, Google_Service_CloudShell_AuthorizeEnvironmentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('authorize', array($params), "Google_Service_CloudShell_Operation"); } /** * Gets an environment. Returns NOT_FOUND if the environment does not exist. * (environments.get) * * @param string $name Required. Name of the requested resource, for example * `users/me/environments/default` or * `users/someone@example.com/environments/default`. * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_Environment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudShell_Environment"); } /** * Removes a public SSH key from an environment. Clients will no longer be able * to connect to the environment using the corresponding private key. If a key * with the same content is not present, this will error with NOT_FOUND. * (environments.removePublicKey) * * @param string $environment Environment this key should be removed from, e.g. * `users/me/environments/default`. * @param Google_Service_CloudShell_RemovePublicKeyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_Operation */ public function removePublicKey($environment, Google_Service_CloudShell_RemovePublicKeyRequest $postBody, $optParams = array()) { $params = array('environment' => $environment, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('removePublicKey', array($params), "Google_Service_CloudShell_Operation"); } /** * Starts an existing environment, allowing clients to connect to it. The * returned operation will contain an instance of StartEnvironmentMetadata in * its metadata field. Users can wait for the environment to start by polling * this operation via GetOperation. Once the environment has finished starting * and is ready to accept connections, the operation will contain a * StartEnvironmentResponse in its response field. (environments.start) * * @param string $name Name of the resource that should be started, for example * `users/me/environments/default` or * `users/someone@example.com/environments/default`. * @param Google_Service_CloudShell_StartEnvironmentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_Operation */ public function start($name, Google_Service_CloudShell_StartEnvironmentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_CloudShell_Operation"); } } PK4 ZDVvendor/google/apiclient-services/src/Google/Service/CloudShell/Resource/Operations.phpnu[ * $cloudshellService = new Google_Service_CloudShell(...); * $operations = $cloudshellService->operations; * */ class Google_Service_CloudShell_Resource_Operations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param Google_Service_CloudShell_CancelOperationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_CloudshellEmpty */ public function cancel($name, Google_Service_CloudShell_CancelOperationRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudShell_CloudshellEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_CloudshellEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudShell_CloudshellEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudShell_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudShell_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudShell_ListOperationsResponse */ public function listOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudShell_ListOperationsResponse"); } } PK4 ZRǧZvendor/google/apiclient-services/src/Google/Service/CloudShell/RemovePublicKeyMetadata.phpnu[key = $key; } public function getKey() { return $this->key; } } PK4 Z3Nvendor/google/apiclient-services/src/Google/Service/CloudShell/Environment.phpnu[dockerImage = $dockerImage; } public function getDockerImage() { return $this->dockerImage; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPublicKeys($publicKeys) { $this->publicKeys = $publicKeys; } public function getPublicKeys() { return $this->publicKeys; } public function setSshHost($sshHost) { $this->sshHost = $sshHost; } public function getSshHost() { return $this->sshHost; } public function setSshPort($sshPort) { $this->sshPort = $sshPort; } public function getSshPort() { return $this->sshPort; } public function setSshUsername($sshUsername) { $this->sshUsername = $sshUsername; } public function getSshUsername() { return $this->sshUsername; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setWebHost($webHost) { $this->webHost = $webHost; } public function getWebHost() { return $this->webHost; } } PK4 Z^done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_CloudShell_Status */ public function setError(Google_Service_CloudShell_Status $error) { $this->error = $error; } /** * @return Google_Service_CloudShell_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK4 Z;Ԑ++Vvendor/google/apiclient-services/src/Google/Service/CloudShell/AddPublicKeyRequest.phpnu[key = $key; } public function getKey() { return $this->key; } } PK4 ZH^Ivendor/google/apiclient-services/src/Google/Service/CloudShell/Status.phpnu[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; } } PK4 Zp\vendor/google/apiclient-services/src/Google/Service/CloudShell/DeleteEnvironmentMetadata.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudShell_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_CloudShell_Operation[] */ public function getOperations() { return $this->operations; } } PK4 Z/kZvendor/google/apiclient-services/src/Google/Service/CloudShell/RemovePublicKeyResponse.phpnu[accessToken = $accessToken; } public function getAccessToken() { return $this->accessToken; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } } PK4 ZO(PPZvendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentRequest.phpnu[accessToken = $accessToken; } public function getAccessToken() { return $this->accessToken; } public function setPublicKeys($publicKeys) { $this->publicKeys = $publicKeys; } public function getPublicKeys() { return $this->publicKeys; } } PK4 Z#2>>[vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentMetadata.phpnu[state = $state; } public function getState() { return $this->state; } } PK4 ZSAXvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/BuildProvenance.phpnu[buildOptions = $buildOptions; } public function getBuildOptions() { return $this->buildOptions; } public function setBuilderVersion($builderVersion) { $this->builderVersion = $builderVersion; } public function getBuilderVersion() { return $this->builderVersion; } /** * @param Google_Service_OnDemandScanning_Artifact[] */ public function setBuiltArtifacts($builtArtifacts) { $this->builtArtifacts = $builtArtifacts; } /** * @return Google_Service_OnDemandScanning_Artifact[] */ public function getBuiltArtifacts() { return $this->builtArtifacts; } /** * @param Google_Service_OnDemandScanning_Command[] */ public function setCommands($commands) { $this->commands = $commands; } /** * @return Google_Service_OnDemandScanning_Command[] */ public function getCommands() { return $this->commands; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreator($creator) { $this->creator = $creator; } public function getCreator() { return $this->creator; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLogsUri($logsUri) { $this->logsUri = $logsUri; } public function getLogsUri() { return $this->logsUri; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_OnDemandScanning_Source */ public function setSourceProvenance(Google_Service_OnDemandScanning_Source $sourceProvenance) { $this->sourceProvenance = $sourceProvenance; } /** * @return Google_Service_OnDemandScanning_Source */ public function getSourceProvenance() { return $this->sourceProvenance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } } PK4 Z_U]]dvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OnDemandScanning_Occurrence[] */ public function setOccurrences($occurrences) { $this->occurrences = $occurrences; } /** * @return Google_Service_OnDemandScanning_Occurrence[] */ public function getOccurrences() { return $this->occurrences; } } PK4 Z3 \vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/GerritSourceContext.phpnu[aliasContext = $aliasContext; } /** * @return Google_Service_OnDemandScanning_AliasContext */ public function getAliasContext() { return $this->aliasContext; } public function setGerritProject($gerritProject) { $this->gerritProject = $gerritProject; } public function getGerritProject() { return $this->gerritProject; } public function setHostUri($hostUri) { $this->hostUri = $hostUri; } public function getHostUri() { return $this->hostUri; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK4 Z7p-TTPvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Version.phpnu[epoch = $epoch; } public function getEpoch() { return $this->epoch; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setInclusive($inclusive) { $this->inclusive = $inclusive; } public function getInclusive() { return $this->inclusive; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } } PK4 ZѿUvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AliasContext.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 ZYvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/GitSourceContext.phpnu[revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 Z8̯RRLvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Jwt.phpnu[compactJwt = $compactJwt; } public function getCompactJwt() { return $this->compactJwt; } } PK4 ZOvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/RepoId.phpnu[projectRepoId = $projectRepoId; } /** * @return Google_Service_OnDemandScanning_ProjectRepoId */ public function getProjectRepoId() { return $this->projectRepoId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } } PK4 Z[Tvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageData.phpnu[cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setOs($os) { $this->os = $os; } public function getOs() { return $this->os; } public function setOsVersion($osVersion) { $this->osVersion = $osVersion; } public function getOsVersion() { return $this->osVersion; } public function setPackage($package) { $this->package = $package; } public function getPackage() { return $this->package; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK4 Z{fVZvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageOccurrence.phpnu[location = $location; } /** * @return Google_Service_OnDemandScanning_Location[] */ public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z4%{^vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AttestationOccurrence.phpnu[jwts = $jwts; } /** * @return Google_Service_OnDemandScanning_Jwt[] */ public function getJwts() { return $this->jwts; } public function setSerializedPayload($serializedPayload) { $this->serializedPayload = $serializedPayload; } public function getSerializedPayload() { return $this->serializedPayload; } /** * @param Google_Service_OnDemandScanning_Signature[] */ public function setSignatures($signatures) { $this->signatures = $signatures; } /** * @return Google_Service_OnDemandScanning_Signature[] */ public function getSignatures() { return $this->signatures; } } PK4 ZWH9 9 Ovendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Source.phpnu[additionalContexts = $additionalContexts; } /** * @return Google_Service_OnDemandScanning_SourceContext[] */ public function getAdditionalContexts() { return $this->additionalContexts; } public function setArtifactStorageSourceUri($artifactStorageSourceUri) { $this->artifactStorageSourceUri = $artifactStorageSourceUri; } public function getArtifactStorageSourceUri() { return $this->artifactStorageSourceUri; } /** * @param Google_Service_OnDemandScanning_SourceContext */ public function setContext(Google_Service_OnDemandScanning_SourceContext $context) { $this->context = $context; } /** * @return Google_Service_OnDemandScanning_SourceContext */ public function getContext() { return $this->context; } /** * @param Google_Service_OnDemandScanning_FileHashes[] */ public function setFileHashes($fileHashes) { $this->fileHashes = $fileHashes; } /** * @return Google_Service_OnDemandScanning_FileHashes[] */ public function getFileHashes() { return $this->fileHashes; } } PK4 Zbߚcvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocations.phpnu[ * $ondemandscanningService = new Google_Service_OnDemandScanning(...); * $locations = $ondemandscanningService->locations; * */ class Google_Service_OnDemandScanning_Resource_ProjectsLocations extends Google_Service_Resource { } PK4 Z$ٲmvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsOperations.phpnu[ * $ondemandscanningService = new Google_Service_OnDemandScanning(...); * $operations = $ondemandscanningService->operations; * */ class Google_Service_OnDemandScanning_Resource_ProjectsLocationsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_OnDemandScanning_OndemandscanningEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_OnDemandScanning_OndemandscanningEmpty"); } /** * 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_OnDemandScanning_OndemandscanningEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_OnDemandScanning_OndemandscanningEmpty"); } /** * 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_OnDemandScanning_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_OnDemandScanning_Operation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the * `name` binding allows API services to override the binding to use different * resource name schemes, such as `users/operations`. To override the binding, * API services can add a binding such as `"/v1/{name=users}/operations"` to * their service configuration. For backwards compatibility, the default name * includes the operations collection id, however overriding users must ensure * the name binding is the parent resource, without the operations collection * id. (operations.listProjectsLocationsOperations) * * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The standard list filter. * @opt_param int pageSize The standard list page size. * @opt_param string pageToken The standard list page token. * @return Google_Service_OnDemandScanning_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OnDemandScanning_ListOperationsResponse"); } /** * Waits until the specified long-running operation is done or reaches at most a * specified timeout, returning the latest state. If the operation is already * done, the latest state is immediately returned. If the timeout specified is * greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If * the server does not support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort * basis. It may return the latest state before the specified timeout (including * immediately), meaning even an immediate response is no guarantee that the * operation is done. (operations.wait) * * @param string $name The name of the operation resource to wait on. * @param array $optParams Optional parameters. * * @opt_param string timeout The maximum duration to wait before timing out. If * left blank, the wait will be at most the time permitted by the underlying * HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one * will be used. * @return Google_Service_OnDemandScanning_Operation */ public function wait($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('wait', array($params), "Google_Service_OnDemandScanning_Operation"); } } PK4 Z)Oqqwvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScansVulnerabilities.phpnu[ * $ondemandscanningService = new Google_Service_OnDemandScanning(...); * $vulnerabilities = $ondemandscanningService->vulnerabilities; * */ class Google_Service_OnDemandScanning_Resource_ProjectsLocationsScansVulnerabilities extends Google_Service_Resource { /** * Lists vulnerabilities resulting from a successfully completed scan. * (vulnerabilities.listProjectsLocationsScansVulnerabilities) * * @param string $parent Required. The parent of the collection of * Vulnerabilities being requested. Format: * projects/[project_name]/locations/[location]/scans/[scan_id] * @param array $optParams Optional parameters. * * @opt_param int pageSize The number of vulnerabilities to retrieve. * @opt_param string pageToken The page token, resulting from a previous call to * ListVulnerabilities. * @return Google_Service_OnDemandScanning_ListVulnerabilitiesResponse */ public function listProjectsLocationsScansVulnerabilities($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_OnDemandScanning_ListVulnerabilitiesResponse"); } } PK4 Z(Zvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/Projects.phpnu[ * $ondemandscanningService = new Google_Service_OnDemandScanning(...); * $projects = $ondemandscanningService->projects; * */ class Google_Service_OnDemandScanning_Resource_Projects extends Google_Service_Resource { } PK4 Z{hvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScans.phpnu[ * $ondemandscanningService = new Google_Service_OnDemandScanning(...); * $scans = $ondemandscanningService->scans; * */ class Google_Service_OnDemandScanning_Resource_ProjectsLocationsScans extends Google_Service_Resource { /** * Initiates an analysis of the provided packages. (scans.analyzePackages) * * @param string $parent Required. The parent of the resource for which analysis * is requested. Format: projects/[project_name]/locations/[location] * @param Google_Service_OnDemandScanning_AnalyzePackagesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_OnDemandScanning_Operation */ public function analyzePackages($parent, Google_Service_OnDemandScanning_AnalyzePackagesRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('analyzePackages', array($params), "Google_Service_OnDemandScanning_Operation"); } } PK4 Z*;Vvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/SourceContext.phpnu[cloudRepo = $cloudRepo; } /** * @return Google_Service_OnDemandScanning_CloudRepoSourceContext */ public function getCloudRepo() { return $this->cloudRepo; } /** * @param Google_Service_OnDemandScanning_GerritSourceContext */ public function setGerrit(Google_Service_OnDemandScanning_GerritSourceContext $gerrit) { $this->gerrit = $gerrit; } /** * @return Google_Service_OnDemandScanning_GerritSourceContext */ public function getGerrit() { return $this->gerrit; } /** * @param Google_Service_OnDemandScanning_GitSourceContext */ public function setGit(Google_Service_OnDemandScanning_GitSourceContext $git) { $this->git = $git; } /** * @return Google_Service_OnDemandScanning_GitSourceContext */ public function getGit() { return $this->git; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } } PK4 Zm))Svendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Occurrence.phpnu[attestation = $attestation; } /** * @return Google_Service_OnDemandScanning_AttestationOccurrence */ public function getAttestation() { return $this->attestation; } /** * @param Google_Service_OnDemandScanning_BuildOccurrence */ public function setBuild(Google_Service_OnDemandScanning_BuildOccurrence $build) { $this->build = $build; } /** * @return Google_Service_OnDemandScanning_BuildOccurrence */ public function getBuild() { return $this->build; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_OnDemandScanning_DeploymentOccurrence */ public function setDeployment(Google_Service_OnDemandScanning_DeploymentOccurrence $deployment) { $this->deployment = $deployment; } /** * @return Google_Service_OnDemandScanning_DeploymentOccurrence */ public function getDeployment() { return $this->deployment; } /** * @param Google_Service_OnDemandScanning_DiscoveryOccurrence */ public function setDiscovery(Google_Service_OnDemandScanning_DiscoveryOccurrence $discovery) { $this->discovery = $discovery; } /** * @return Google_Service_OnDemandScanning_DiscoveryOccurrence */ public function getDiscovery() { return $this->discovery; } /** * @param Google_Service_OnDemandScanning_ImageOccurrence */ public function setImage(Google_Service_OnDemandScanning_ImageOccurrence $image) { $this->image = $image; } /** * @return Google_Service_OnDemandScanning_ImageOccurrence */ public function getImage() { return $this->image; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNoteName($noteName) { $this->noteName = $noteName; } public function getNoteName() { return $this->noteName; } /** * @param Google_Service_OnDemandScanning_PackageOccurrence */ public function setPackage(Google_Service_OnDemandScanning_PackageOccurrence $package) { $this->package = $package; } /** * @return Google_Service_OnDemandScanning_PackageOccurrence */ public function getPackage() { return $this->package; } public function setRemediation($remediation) { $this->remediation = $remediation; } public function getRemediation() { return $this->remediation; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_OnDemandScanning_UpgradeOccurrence */ public function setUpgrade(Google_Service_OnDemandScanning_UpgradeOccurrence $upgrade) { $this->upgrade = $upgrade; } /** * @return Google_Service_OnDemandScanning_UpgradeOccurrence */ public function getUpgrade() { return $this->upgrade; } /** * @param Google_Service_OnDemandScanning_VulnerabilityOccurrence */ public function setVulnerability(Google_Service_OnDemandScanning_VulnerabilityOccurrence $vulnerability) { $this->vulnerability = $vulnerability; } /** * @return Google_Service_OnDemandScanning_VulnerabilityOccurrence */ public function getVulnerability() { return $this->vulnerability; } } PK4 Z],[[Xvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/BuildOccurrence.phpnu[provenance = $provenance; } /** * @return Google_Service_OnDemandScanning_BuildProvenance */ public function getProvenance() { return $this->provenance; } public function setProvenanceBytes($provenanceBytes) { $this->provenanceBytes = $provenanceBytes; } public function getProvenanceBytes() { return $this->provenanceBytes; } } PK4 Z@uu\vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/UpgradeDistribution.phpnu[classification = $classification; } public function getClassification() { return $this->classification; } public function setCpeUri($cpeUri) { $this->cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setCve($cve) { $this->cve = $cve; } public function getCve() { return $this->cve; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } } PK4 Z !affectedCpeUri = $affectedCpeUri; } public function getAffectedCpeUri() { return $this->affectedCpeUri; } public function setAffectedPackage($affectedPackage) { $this->affectedPackage = $affectedPackage; } public function getAffectedPackage() { return $this->affectedPackage; } /** * @param Google_Service_OnDemandScanning_Version */ public function setAffectedVersion(Google_Service_OnDemandScanning_Version $affectedVersion) { $this->affectedVersion = $affectedVersion; } /** * @return Google_Service_OnDemandScanning_Version */ public function getAffectedVersion() { return $this->affectedVersion; } public function setFixAvailable($fixAvailable) { $this->fixAvailable = $fixAvailable; } public function getFixAvailable() { return $this->fixAvailable; } public function setFixedCpeUri($fixedCpeUri) { $this->fixedCpeUri = $fixedCpeUri; } public function getFixedCpeUri() { return $this->fixedCpeUri; } public function setFixedPackage($fixedPackage) { $this->fixedPackage = $fixedPackage; } public function getFixedPackage() { return $this->fixedPackage; } /** * @param Google_Service_OnDemandScanning_Version */ public function setFixedVersion(Google_Service_OnDemandScanning_Version $fixedVersion) { $this->fixedVersion = $fixedVersion; } /** * @return Google_Service_OnDemandScanning_Version */ public function getFixedVersion() { return $this->fixedVersion; } } PK4 Z#XM%%`vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadata.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK4 ZNQvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Category.phpnu[categoryId = $categoryId; } public function getCategoryId() { return $this->categoryId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 ZKO  Zvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/UpgradeOccurrence.phpnu[distribution = $distribution; } /** * @return Google_Service_OnDemandScanning_UpgradeDistribution */ public function getDistribution() { return $this->distribution; } public function setPackage($package) { $this->package = $package; } public function getPackage() { return $this->package; } /** * @param Google_Service_OnDemandScanning_Version */ public function setParsedVersion(Google_Service_OnDemandScanning_Version $parsedVersion) { $this->parsedVersion = $parsedVersion; } /** * @return Google_Service_OnDemandScanning_Version */ public function getParsedVersion() { return $this->parsedVersion; } /** * @param Google_Service_OnDemandScanning_WindowsUpdate */ public function setWindowsUpdate(Google_Service_OnDemandScanning_WindowsUpdate $windowsUpdate) { $this->windowsUpdate = $windowsUpdate; } /** * @return Google_Service_OnDemandScanning_WindowsUpdate */ public function getWindowsUpdate() { return $this->windowsUpdate; } } PK4 ZCY<<`vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponse.phpnu[scan = $scan; } public function getScan() { return $this->scan; } } PK4 ZMvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Hash.phpnu[type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 Z}1~Rvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Signature.phpnu[publicKeyId = $publicKeyId; } public function getPublicKeyId() { return $this->publicKeyId; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } } PK4 ZlmRRSvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/FileHashes.phpnu[fileHash = $fileHash; } /** * @return Google_Service_OnDemandScanning_Hash[] */ public function getFileHash() { return $this->fileHash; } } PK4 Z4:^vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/OndemandscanningEmpty.phpnu[categories = $categories; } /** * @return Google_Service_OnDemandScanning_Category[] */ public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_OnDemandScanning_Identity */ public function setIdentity(Google_Service_OnDemandScanning_Identity $identity) { $this->identity = $identity; } /** * @return Google_Service_OnDemandScanning_Identity */ public function getIdentity() { return $this->identity; } public function setKbArticleIds($kbArticleIds) { $this->kbArticleIds = $kbArticleIds; } public function getKbArticleIds() { return $this->kbArticleIds; } public function setLastPublishedTimestamp($lastPublishedTimestamp) { $this->lastPublishedTimestamp = $lastPublishedTimestamp; } public function getLastPublishedTimestamp() { return $this->lastPublishedTimestamp; } public function setSupportUrl($supportUrl) { $this->supportUrl = $supportUrl; } public function getSupportUrl() { return $this->supportUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z^ͬPvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Command.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setDir($dir) { $this->dir = $dir; } public function getDir() { return $this->dir; } public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setWaitFor($waitFor) { $this->waitFor = $waitFor; } public function getWaitFor() { return $this->waitFor; } } PK4 Z Vvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/ProjectRepoId.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRepoName($repoName) { $this->repoName = $repoName; } public function getRepoName() { return $this->repoName; } } PK4 ZKw `vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/VulnerabilityOccurrence.phpnu[cvssScore = $cvssScore; } public function getCvssScore() { return $this->cvssScore; } public function setEffectiveSeverity($effectiveSeverity) { $this->effectiveSeverity = $effectiveSeverity; } public function getEffectiveSeverity() { return $this->effectiveSeverity; } public function setFixAvailable($fixAvailable) { $this->fixAvailable = $fixAvailable; } public function getFixAvailable() { return $this->fixAvailable; } public function setLongDescription($longDescription) { $this->longDescription = $longDescription; } public function getLongDescription() { return $this->longDescription; } /** * @param Google_Service_OnDemandScanning_PackageIssue[] */ public function setPackageIssue($packageIssue) { $this->packageIssue = $packageIssue; } /** * @return Google_Service_OnDemandScanning_PackageIssue[] */ public function getPackageIssue() { return $this->packageIssue; } /** * @param Google_Service_OnDemandScanning_RelatedUrl[] */ public function setRelatedUrls($relatedUrls) { $this->relatedUrls = $relatedUrls; } /** * @return Google_Service_OnDemandScanning_RelatedUrl[] */ public function getRelatedUrls() { return $this->relatedUrls; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Z\vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/DiscoveryOccurrence.phpnu[analysisStatus = $analysisStatus; } public function getAnalysisStatus() { return $this->analysisStatus; } /** * @param Google_Service_OnDemandScanning_Status */ public function setAnalysisStatusError(Google_Service_OnDemandScanning_Status $analysisStatusError) { $this->analysisStatusError = $analysisStatusError; } /** * @return Google_Service_OnDemandScanning_Status */ public function getAnalysisStatusError() { return $this->analysisStatusError; } public function setContinuousAnalysis($continuousAnalysis) { $this->continuousAnalysis = $continuousAnalysis; } public function getContinuousAnalysis() { return $this->continuousAnalysis; } public function setCpe($cpe) { $this->cpe = $cpe; } public function getCpe() { return $this->cpe; } public function setLastScanTime($lastScanTime) { $this->lastScanTime = $lastScanTime; } public function getLastScanTime() { return $this->lastScanTime; } } PK4 Z#]vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/DeploymentOccurrence.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setConfig($config) { $this->config = $config; } public function getConfig() { return $this->config; } public function setDeployTime($deployTime) { $this->deployTime = $deployTime; } public function getDeployTime() { return $this->deployTime; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } public function setUndeployTime($undeployTime) { $this->undeployTime = $undeployTime; } public function getUndeployTime() { return $this->undeployTime; } public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } public function getUserEmail() { return $this->userEmail; } } PK4 Z?7F:Svendor/google/apiclient-services/src/Google/Service/OnDemandScanning/RelatedUrl.phpnu[label = $label; } public function getLabel() { return $this->label; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 ZӅ_3Rvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_OnDemandScanning_Status */ public function setError(Google_Service_OnDemandScanning_Status $error) { $this->error = $error; } /** * @return Google_Service_OnDemandScanning_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK4 ZOvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Status.phpnu[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; } } PK4 ZBm_vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/CloudRepoSourceContext.phpnu[aliasContext = $aliasContext; } /** * @return Google_Service_OnDemandScanning_AliasContext */ public function getAliasContext() { return $this->aliasContext; } /** * @param Google_Service_OnDemandScanning_RepoId */ public function setRepoId(Google_Service_OnDemandScanning_RepoId $repoId) { $this->repoId = $repoId; } /** * @return Google_Service_OnDemandScanning_RepoId */ public function getRepoId() { return $this->repoId; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } } PK4 ZUX22_vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequest.phpnu[packages = $packages; } /** * @return Google_Service_OnDemandScanning_PackageData[] */ public function getPackages() { return $this->packages; } public function setResourceUri($resourceUri) { $this->resourceUri = $resourceUri; } public function getResourceUri() { return $this->resourceUri; } } PK4 Z*LL_vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OnDemandScanning_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_OnDemandScanning_Operation[] */ public function getOperations() { return $this->operations; } } PK4 ZyңTvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Fingerprint.phpnu[v1Name = $v1Name; } public function getV1Name() { return $this->v1Name; } public function setV2Blob($v2Blob) { $this->v2Blob = $v2Blob; } public function getV2Blob() { return $this->v2Blob; } public function setV2Name($v2Name) { $this->v2Name = $v2Name; } public function getV2Name() { return $this->v2Name; } } PK4 ZpNkkQvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Location.phpnu[cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_OnDemandScanning_Version */ public function setVersion(Google_Service_OnDemandScanning_Version $version) { $this->version = $version; } /** * @return Google_Service_OnDemandScanning_Version */ public function getVersion() { return $this->version; } } PK4 Z7Xvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/ImageOccurrence.phpnu[baseResourceUrl = $baseResourceUrl; } public function getBaseResourceUrl() { return $this->baseResourceUrl; } public function setDistance($distance) { $this->distance = $distance; } public function getDistance() { return $this->distance; } /** * @param Google_Service_OnDemandScanning_Fingerprint */ public function setFingerprint(Google_Service_OnDemandScanning_Fingerprint $fingerprint) { $this->fingerprint = $fingerprint; } /** * @return Google_Service_OnDemandScanning_Fingerprint */ public function getFingerprint() { return $this->fingerprint; } /** * @param Google_Service_OnDemandScanning_Layer[] */ public function setLayerInfo($layerInfo) { $this->layerInfo = $layerInfo; } /** * @return Google_Service_OnDemandScanning_Layer[] */ public function getLayerInfo() { return $this->layerInfo; } } PK4 ZqNvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Layer.phpnu[arguments = $arguments; } public function getArguments() { return $this->arguments; } public function setDirective($directive) { $this->directive = $directive; } public function getDirective() { return $this->directive; } } PK4 ZQvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Identity.phpnu[revision = $revision; } public function getRevision() { return $this->revision; } public function setUpdateId($updateId) { $this->updateId = $updateId; } public function getUpdateId() { return $this->updateId; } } PK4 Z2fQvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Artifact.phpnu[checksum = $checksum; } public function getChecksum() { return $this->checksum; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setNames($names) { $this->names = $names; } public function getNames() { return $this->names; } } PK4 ZxOy{vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetProjectConfigResponse.phpnu[allowPasswordUser = $allowPasswordUser; } public function getAllowPasswordUser() { return $this->allowPasswordUser; } public function setApiKey($apiKey) { $this->apiKey = $apiKey; } public function getApiKey() { return $this->apiKey; } public function setAuthorizedDomains($authorizedDomains) { $this->authorizedDomains = $authorizedDomains; } public function getAuthorizedDomains() { return $this->authorizedDomains; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate) { $this->changeEmailTemplate = $changeEmailTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getChangeEmailTemplate() { return $this->changeEmailTemplate; } public function setDynamicLinksDomain($dynamicLinksDomain) { $this->dynamicLinksDomain = $dynamicLinksDomain; } public function getDynamicLinksDomain() { return $this->dynamicLinksDomain; } public function setEnableAnonymousUser($enableAnonymousUser) { $this->enableAnonymousUser = $enableAnonymousUser; } public function getEnableAnonymousUser() { return $this->enableAnonymousUser; } /** * @param Google_Service_IdentityToolkit_IdpConfig[] */ public function setIdpConfig($idpConfig) { $this->idpConfig = $idpConfig; } /** * @return Google_Service_IdentityToolkit_IdpConfig[] */ public function getIdpConfig() { return $this->idpConfig; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate) { $this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getLegacyResetPasswordTemplate() { return $this->legacyResetPasswordTemplate; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate) { $this->resetPasswordTemplate = $resetPasswordTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getResetPasswordTemplate() { return $this->resetPasswordTemplate; } public function setUseEmailSending($useEmailSending) { $this->useEmailSending = $useEmailSending; } public function getUseEmailSending() { return $this->useEmailSending; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate) { $this->verifyEmailTemplate = $verifyEmailTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getVerifyEmailTemplate() { return $this->verifyEmailTemplate; } } PK4 Zv{{wvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyResetPasswordRequest.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setNewPassword($newPassword) { $this->newPassword = $newPassword; } public function getNewPassword() { return $this->newPassword; } public function setOldPassword($oldPassword) { $this->oldPassword = $oldPassword; } public function getOldPassword() { return $this->oldPassword; } public function setOobCode($oobCode) { $this->oobCode = $oobCode; } public function getOobCode() { return $this->oobCode; } } PK4 Z_{vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest.phpnu[code = $code; } public function getCode() { return $this->code; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setOperation($operation) { $this->operation = $operation; } public function getOperation() { return $this->operation; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setSessionInfo($sessionInfo) { $this->sessionInfo = $sessionInfo; } public function getSessionInfo() { return $this->sessionInfo; } public function setTemporaryProof($temporaryProof) { $this->temporaryProof = $temporaryProof; } public function getTemporaryProof() { return $this->temporaryProof; } public function setVerificationProof($verificationProof) { $this->verificationProof = $verificationProof; } public function getVerificationProof() { return $this->verificationProof; } } PK4 Zǧbvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.phpnu[index = $index; } public function getIndex() { return $this->index; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK4 Zf-nvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFederatedId($federatedId) { $this->federatedId = $federatedId; } public function getFederatedId() { return $this->federatedId; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK4 ZlČvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeResponse.phpnu[sessionInfo = $sessionInfo; } public function getSessionInfo() { return $this->sessionInfo; } } PK4 Zùzz{vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigResponse.phpnu[projectId = $projectId; } public function getProjectId() { return $this->projectId; } } PK4 ZbF/ wvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignupNewUserRequest.phpnu[captchaChallenge = $captchaChallenge; } public function getCaptchaChallenge() { return $this->captchaChallenge; } public function setCaptchaResponse($captchaResponse) { $this->captchaResponse = $captchaResponse; } public function getCaptchaResponse() { return $this->captchaResponse; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEmailVerified($emailVerified) { $this->emailVerified = $emailVerified; } public function getEmailVerified() { return $this->emailVerified; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setTenantId($tenantId) { $this->tenantId = $tenantId; } public function getTenantId() { return $this->tenantId; } public function setTenantProjectNumber($tenantProjectNumber) { $this->tenantProjectNumber = $tenantProjectNumber; } public function getTenantProjectNumber() { return $this->tenantProjectNumber; } } PK4 Zo>>_vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailLinkSigninResponse.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setIsNewUser($isNewUser) { $this->isNewUser = $isNewUser; } public function getIsNewUser() { return $this->isNewUser; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } } PK4 Z8xvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetAccountInfoRequest.phpnu[delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } } PK4 Z!avendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetRecaptchaParamResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setRecaptchaSiteKey($recaptchaSiteKey) { $this->recaptchaSiteKey = $recaptchaSiteKey; } public function getRecaptchaSiteKey() { return $this->recaptchaSiteKey; } public function setRecaptchaStoken($recaptchaStoken) { $this->recaptchaStoken = $recaptchaStoken; } public function getRecaptchaStoken() { return $this->recaptchaStoken; } } PK4 Zc+;r7r7]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.phpnu[ * $identitytoolkitService = new Google_Service_IdentityToolkit(...); * $relyingparty = $identitytoolkitService->relyingparty; * */ class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Service_Resource { /** * Creates the URI used by the IdP to authenticate the user. * (relyingparty.createAuthUri) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_CreateAuthUriResponse */ public function createAuthUri(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createAuthUri', array($params), "Google_Service_IdentityToolkit_CreateAuthUriResponse"); } /** * Delete user account. (relyingparty.deleteAccount) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_DeleteAccountResponse */ public function deleteAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('deleteAccount', array($params), "Google_Service_IdentityToolkit_DeleteAccountResponse"); } /** * Batch download user accounts. (relyingparty.downloadAccount) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_DownloadAccountResponse */ public function downloadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse"); } /** * Reset password for a user. (relyingparty.emailLinkSignin) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyEmailLinkSigninRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_EmailLinkSigninResponse */ public function emailLinkSignin(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyEmailLinkSigninRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('emailLinkSignin', array($params), "Google_Service_IdentityToolkit_EmailLinkSigninResponse"); } /** * Returns the account info. (relyingparty.getAccountInfo) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_GetAccountInfoResponse */ public function getAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getAccountInfo', array($params), "Google_Service_IdentityToolkit_GetAccountInfoResponse"); } /** * Get a code for user action confirmation. * (relyingparty.getOobConfirmationCode) * * @param Google_Service_IdentityToolkit_Relyingparty $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse */ public function getOobConfirmationCode(Google_Service_IdentityToolkit_Relyingparty $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getOobConfirmationCode', array($params), "Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse"); } /** * Get project configuration. (relyingparty.getProjectConfig) * * @param array $optParams Optional parameters. * * @opt_param string delegatedProjectNumber Delegated GCP project number of the * request. * @opt_param string projectNumber GCP project number of the request. * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfigResponse */ public function getProjectConfig($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getProjectConfig', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfigResponse"); } /** * Get token signing public key. (relyingparty.getPublicKeys) * * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse */ public function getPublicKeys($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse"); } /** * Get recaptcha secure param. (relyingparty.getRecaptchaParam) * * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_GetRecaptchaParamResponse */ public function getRecaptchaParam($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getRecaptchaParam', array($params), "Google_Service_IdentityToolkit_GetRecaptchaParamResponse"); } /** * Reset password for a user. (relyingparty.resetPassword) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_ResetPasswordResponse */ public function resetPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse"); } /** * Send SMS verification code. (relyingparty.sendVerificationCode) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeResponse */ public function sendVerificationCode(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('sendVerificationCode', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeResponse"); } /** * Set account info for a user. (relyingparty.setAccountInfo) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_SetAccountInfoResponse */ public function setAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setAccountInfo', array($params), "Google_Service_IdentityToolkit_SetAccountInfoResponse"); } /** * Set project configuration. (relyingparty.setProjectConfig) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigResponse */ public function setProjectConfig(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setProjectConfig', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigResponse"); } /** * Sign out user. (relyingparty.signOutUser) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserResponse */ public function signOutUser(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signOutUser', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserResponse"); } /** * Signup new user. (relyingparty.signupNewUser) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_SignupNewUserResponse */ public function signupNewUser(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signupNewUser', array($params), "Google_Service_IdentityToolkit_SignupNewUserResponse"); } /** * Batch upload existing user accounts. (relyingparty.uploadAccount) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_UploadAccountResponse */ public function uploadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('uploadAccount', array($params), "Google_Service_IdentityToolkit_UploadAccountResponse"); } /** * Verifies the assertion returned by the IdP. (relyingparty.verifyAssertion) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_VerifyAssertionResponse */ public function verifyAssertion(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verifyAssertion', array($params), "Google_Service_IdentityToolkit_VerifyAssertionResponse"); } /** * Verifies the developer asserted ID token. (relyingparty.verifyCustomToken) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_VerifyCustomTokenResponse */ public function verifyCustomToken(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verifyCustomToken', array($params), "Google_Service_IdentityToolkit_VerifyCustomTokenResponse"); } /** * Verifies the user entered password. (relyingparty.verifyPassword) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_VerifyPasswordResponse */ public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verifyPassword', array($params), "Google_Service_IdentityToolkit_VerifyPasswordResponse"); } /** * Verifies ownership of a phone number and creates/updates the user account * accordingly. (relyingparty.verifyPhoneNumber) * * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse */ public function verifyPhoneNumber(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('verifyPhoneNumber', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse"); } } PK4 Z9J33yvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDownloadAccountRequest.phpnu[delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setMaxResults($maxResults) { $this->maxResults = $maxResults; } public function getMaxResults() { return $this->maxResults; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTargetProjectId($targetProjectId) { $this->targetProjectId = $targetProjectId; } public function getTargetProjectId() { return $this->targetProjectId; } } PK4 Zy]Pvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.phpnu[createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } public function getCustomAttributes() { return $this->customAttributes; } public function setCustomAuth($customAuth) { $this->customAuth = $customAuth; } public function getCustomAuth() { return $this->customAuth; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEmailVerified($emailVerified) { $this->emailVerified = $emailVerified; } public function getEmailVerified() { return $this->emailVerified; } public function setLastLoginAt($lastLoginAt) { $this->lastLoginAt = $lastLoginAt; } public function getLastLoginAt() { return $this->lastLoginAt; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setPasswordHash($passwordHash) { $this->passwordHash = $passwordHash; } public function getPasswordHash() { return $this->passwordHash; } public function setPasswordUpdatedAt($passwordUpdatedAt) { $this->passwordUpdatedAt = $passwordUpdatedAt; } public function getPasswordUpdatedAt() { return $this->passwordUpdatedAt; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } /** * @param Google_Service_IdentityToolkit_UserInfoProviderUserInfo[] */ public function setProviderUserInfo($providerUserInfo) { $this->providerUserInfo = $providerUserInfo; } /** * @return Google_Service_IdentityToolkit_UserInfoProviderUserInfo[] */ public function getProviderUserInfo() { return $this->providerUserInfo; } public function setRawPassword($rawPassword) { $this->rawPassword = $rawPassword; } public function getRawPassword() { return $this->rawPassword; } public function setSalt($salt) { $this->salt = $salt; } public function getSalt() { return $this->salt; } public function setScreenName($screenName) { $this->screenName = $screenName; } public function getScreenName() { return $this->screenName; } public function setValidSince($validSince) { $this->validSince = $validSince; } public function getValidSince() { return $this->validSince; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK4 ZS1 ]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.phpnu[allProviders = $allProviders; } public function getAllProviders() { return $this->allProviders; } public function setAuthUri($authUri) { $this->authUri = $authUri; } public function getAuthUri() { return $this->authUri; } public function setCaptchaRequired($captchaRequired) { $this->captchaRequired = $captchaRequired; } public function getCaptchaRequired() { return $this->captchaRequired; } public function setForExistingProvider($forExistingProvider) { $this->forExistingProvider = $forExistingProvider; } public function getForExistingProvider() { return $this->forExistingProvider; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } public function setRegistered($registered) { $this->registered = $registered; } public function getRegistered() { return $this->registered; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setSigninMethods($signinMethods) { $this->signinMethods = $signinMethods; } public function getSigninMethods() { return $this->signinMethods; } } PK4 Z%Cxvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetAccountInfoRequest.phpnu[captchaChallenge = $captchaChallenge; } public function getCaptchaChallenge() { return $this->captchaChallenge; } public function setCaptchaResponse($captchaResponse) { $this->captchaResponse = $captchaResponse; } public function getCaptchaResponse() { return $this->captchaResponse; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } public function getCustomAttributes() { return $this->customAttributes; } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setDeleteAttribute($deleteAttribute) { $this->deleteAttribute = $deleteAttribute; } public function getDeleteAttribute() { return $this->deleteAttribute; } public function setDeleteProvider($deleteProvider) { $this->deleteProvider = $deleteProvider; } public function getDeleteProvider() { return $this->deleteProvider; } public function setDisableUser($disableUser) { $this->disableUser = $disableUser; } public function getDisableUser() { return $this->disableUser; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEmailVerified($emailVerified) { $this->emailVerified = $emailVerified; } public function getEmailVerified() { return $this->emailVerified; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setLastLoginAt($lastLoginAt) { $this->lastLoginAt = $lastLoginAt; } public function getLastLoginAt() { return $this->lastLoginAt; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setOobCode($oobCode) { $this->oobCode = $oobCode; } public function getOobCode() { return $this->oobCode; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } public function setReturnSecureToken($returnSecureToken) { $this->returnSecureToken = $returnSecureToken; } public function getReturnSecureToken() { return $this->returnSecureToken; } public function setUpgradeToFederatedLogin($upgradeToFederatedLogin) { $this->upgradeToFederatedLogin = $upgradeToFederatedLogin; } public function getUpgradeToFederatedLogin() { return $this->upgradeToFederatedLogin; } public function setValidSince($validSince) { $this->validSince = $validSince; } public function getValidSince() { return $this->validSince; } } PK4 ZZ%ggvvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserResponse.phpnu[localId = $localId; } public function getLocalId() { return $this->localId; } } PK4 Zs> > yvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.phpnu[autoCreate = $autoCreate; } public function getAutoCreate() { return $this->autoCreate; } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setPendingIdToken($pendingIdToken) { $this->pendingIdToken = $pendingIdToken; } public function getPendingIdToken() { return $this->pendingIdToken; } public function setPostBody($postBody) { $this->postBody = $postBody; } public function getPostBody() { return $this->postBody; } public function setRequestUri($requestUri) { $this->requestUri = $requestUri; } public function getRequestUri() { return $this->requestUri; } public function setReturnIdpCredential($returnIdpCredential) { $this->returnIdpCredential = $returnIdpCredential; } public function getReturnIdpCredential() { return $this->returnIdpCredential; } public function setReturnRefreshToken($returnRefreshToken) { $this->returnRefreshToken = $returnRefreshToken; } public function getReturnRefreshToken() { return $this->returnRefreshToken; } public function setReturnSecureToken($returnSecureToken) { $this->returnSecureToken = $returnSecureToken; } public function getReturnSecureToken() { return $this->returnSecureToken; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setTenantId($tenantId) { $this->tenantId = $tenantId; } public function getTenantId() { return $this->tenantId; } public function setTenantProjectNumber($tenantProjectNumber) { $this->tenantProjectNumber = $tenantProjectNumber; } public function getTenantProjectNumber() { return $this->tenantProjectNumber; } } PK4 Z ^vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEmailVerified($emailVerified) { $this->emailVerified = $emailVerified; } public function getEmailVerified() { return $this->emailVerified; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setNewEmail($newEmail) { $this->newEmail = $newEmail; } public function getNewEmail() { return $this->newEmail; } public function setPasswordHash($passwordHash) { $this->passwordHash = $passwordHash; } public function getPasswordHash() { return $this->passwordHash; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } /** * @param Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo[] */ public function setProviderUserInfo($providerUserInfo) { $this->providerUserInfo = $providerUserInfo; } /** * @return Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo[] */ public function getProviderUserInfo() { return $this->providerUserInfo; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } } PK4 ZB xvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPasswordRequest.phpnu[captchaChallenge = $captchaChallenge; } public function getCaptchaChallenge() { return $this->captchaChallenge; } public function setCaptchaResponse($captchaResponse) { $this->captchaResponse = $captchaResponse; } public function getCaptchaResponse() { return $this->captchaResponse; } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPendingIdToken($pendingIdToken) { $this->pendingIdToken = $pendingIdToken; } public function getPendingIdToken() { return $this->pendingIdToken; } public function setReturnSecureToken($returnSecureToken) { $this->returnSecureToken = $returnSecureToken; } public function getReturnSecureToken() { return $this->returnSecureToken; } public function setTenantId($tenantId) { $this->tenantId = $tenantId; } public function getTenantId() { return $this->tenantId; } public function setTenantProjectNumber($tenantProjectNumber) { $this->tenantProjectNumber = $tenantProjectNumber; } public function getTenantProjectNumber() { return $this->tenantProjectNumber; } } PK4 ZЌ ~99]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } } PK4 Z*f_||Uvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.phpnu[body = $body; } public function getBody() { return $this->body; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setFrom($from) { $this->from = $from; } public function getFrom() { return $this->from; } public function setFromDisplayName($fromDisplayName) { $this->fromDisplayName = $fromDisplayName; } public function getFromDisplayName() { return $this->fromDisplayName; } public function setReplyTo($replyTo) { $this->replyTo = $replyTo; } public function getReplyTo() { return $this->replyTo; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } } PK4 ZW  Tvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.phpnu[androidInstallApp = $androidInstallApp; } public function getAndroidInstallApp() { return $this->androidInstallApp; } public function setAndroidMinimumVersion($androidMinimumVersion) { $this->androidMinimumVersion = $androidMinimumVersion; } public function getAndroidMinimumVersion() { return $this->androidMinimumVersion; } public function setAndroidPackageName($androidPackageName) { $this->androidPackageName = $androidPackageName; } public function getAndroidPackageName() { return $this->androidPackageName; } public function setCanHandleCodeInApp($canHandleCodeInApp) { $this->canHandleCodeInApp = $canHandleCodeInApp; } public function getCanHandleCodeInApp() { return $this->canHandleCodeInApp; } public function setCaptchaResp($captchaResp) { $this->captchaResp = $captchaResp; } public function getCaptchaResp() { return $this->captchaResp; } public function setChallenge($challenge) { $this->challenge = $challenge; } public function getChallenge() { return $this->challenge; } public function setContinueUrl($continueUrl) { $this->continueUrl = $continueUrl; } public function getContinueUrl() { return $this->continueUrl; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setIOSAppStoreId($iOSAppStoreId) { $this->iOSAppStoreId = $iOSAppStoreId; } public function getIOSAppStoreId() { return $this->iOSAppStoreId; } public function setIOSBundleId($iOSBundleId) { $this->iOSBundleId = $iOSBundleId; } public function getIOSBundleId() { return $this->iOSBundleId; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewEmail($newEmail) { $this->newEmail = $newEmail; } public function getNewEmail() { return $this->newEmail; } public function setRequestType($requestType) { $this->requestType = $requestType; } public function getRequestType() { return $this->requestType; } public function setUserIp($userIp) { $this->userIp = $userIp; } public function getUserIp() { return $this->userIp; } } PK4 ZE]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.phpnu[error = $error; } /** * @return Google_Service_IdentityToolkit_UploadAccountResponseError[] */ public function getError() { return $this->error; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK4 Zx2yvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyEmailLinkSigninRequest.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setOobCode($oobCode) { $this->oobCode = $oobCode; } public function getOobCode() { return $this->oobCode; } } PK4 Z҉uJJ]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } } PK4 ZJ3TTQvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.phpnu[clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } public function setExperimentPercent($experimentPercent) { $this->experimentPercent = $experimentPercent; } public function getExperimentPercent() { return $this->experimentPercent; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } public function setSecret($secret) { $this->secret = $secret; } public function getSecret() { return $this->secret; } public function setWhitelistedAudiences($whitelistedAudiences) { $this->whitelistedAudiences = $whitelistedAudiences; } public function getWhitelistedAudiences() { return $this->whitelistedAudiences; } } PK4 Zb]uvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserRequest.phpnu[instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } } PK4 Ze-R_vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_IdentityToolkit_UserInfo[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_IdentityToolkit_UserInfo[] */ public function getUsers() { return $this->users; } } PK4 Z/w4wvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.phpnu[delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } } PK4 Z=~zvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.phpnu[allowPasswordUser = $allowPasswordUser; } public function getAllowPasswordUser() { return $this->allowPasswordUser; } public function setApiKey($apiKey) { $this->apiKey = $apiKey; } public function getApiKey() { return $this->apiKey; } public function setAuthorizedDomains($authorizedDomains) { $this->authorizedDomains = $authorizedDomains; } public function getAuthorizedDomains() { return $this->authorizedDomains; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate) { $this->changeEmailTemplate = $changeEmailTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getChangeEmailTemplate() { return $this->changeEmailTemplate; } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setEnableAnonymousUser($enableAnonymousUser) { $this->enableAnonymousUser = $enableAnonymousUser; } public function getEnableAnonymousUser() { return $this->enableAnonymousUser; } /** * @param Google_Service_IdentityToolkit_IdpConfig[] */ public function setIdpConfig($idpConfig) { $this->idpConfig = $idpConfig; } /** * @return Google_Service_IdentityToolkit_IdpConfig[] */ public function getIdpConfig() { return $this->idpConfig; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate) { $this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getLegacyResetPasswordTemplate() { return $this->legacyResetPasswordTemplate; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate) { $this->resetPasswordTemplate = $resetPasswordTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getResetPasswordTemplate() { return $this->resetPasswordTemplate; } public function setUseEmailSending($useEmailSending) { $this->useEmailSending = $useEmailSending; } public function getUseEmailSending() { return $this->useEmailSending; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate) { $this->verifyEmailTemplate = $verifyEmailTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getVerifyEmailTemplate() { return $this->verifyEmailTemplate; } } PK4 Z|Bwvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyCreateAuthUriRequest.phpnu[appId = $appId; } public function getAppId() { return $this->appId; } public function setAuthFlowType($authFlowType) { $this->authFlowType = $authFlowType; } public function getAuthFlowType() { return $this->authFlowType; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setContext($context) { $this->context = $context; } public function getContext() { return $this->context; } public function setContinueUri($continueUri) { $this->continueUri = $continueUri; } public function getContinueUri() { return $this->continueUri; } public function setCustomParameter($customParameter) { $this->customParameter = $customParameter; } public function getCustomParameter() { return $this->customParameter; } public function setHostedDomain($hostedDomain) { $this->hostedDomain = $hostedDomain; } public function getHostedDomain() { return $this->hostedDomain; } public function setIdentifier($identifier) { $this->identifier = $identifier; } public function getIdentifier() { return $this->identifier; } public function setOauthConsumerKey($oauthConsumerKey) { $this->oauthConsumerKey = $oauthConsumerKey; } public function getOauthConsumerKey() { return $this->oauthConsumerKey; } public function setOauthScope($oauthScope) { $this->oauthScope = $oauthScope; } public function getOauthScope() { return $this->oauthScope; } public function setOpenidRealm($openidRealm) { $this->openidRealm = $openidRealm; } public function getOpenidRealm() { return $this->openidRealm; } public function setOtaApp($otaApp) { $this->otaApp = $otaApp; } public function getOtaApp() { return $this->otaApp; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setTenantId($tenantId) { $this->tenantId = $tenantId; } public function getTenantId() { return $this->tenantId; } public function setTenantProjectNumber($tenantProjectNumber) { $this->tenantProjectNumber = $tenantProjectNumber; } public function getTenantProjectNumber() { return $this->tenantProjectNumber; } } PK4 Z1L  {vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.phpnu[delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setReturnSecureToken($returnSecureToken) { $this->returnSecureToken = $returnSecureToken; } public function getReturnSecureToken() { return $this->returnSecureToken; } public function setToken($token) { $this->token = $token; } public function getToken() { return $this->token; } } PK4 ZVVwvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.phpnu[allowOverwrite = $allowOverwrite; } public function getAllowOverwrite() { return $this->allowOverwrite; } public function setBlockSize($blockSize) { $this->blockSize = $blockSize; } public function getBlockSize() { return $this->blockSize; } public function setCpuMemCost($cpuMemCost) { $this->cpuMemCost = $cpuMemCost; } public function getCpuMemCost() { return $this->cpuMemCost; } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setDkLen($dkLen) { $this->dkLen = $dkLen; } public function getDkLen() { return $this->dkLen; } public function setHashAlgorithm($hashAlgorithm) { $this->hashAlgorithm = $hashAlgorithm; } public function getHashAlgorithm() { return $this->hashAlgorithm; } public function setMemoryCost($memoryCost) { $this->memoryCost = $memoryCost; } public function getMemoryCost() { return $this->memoryCost; } public function setParallelization($parallelization) { $this->parallelization = $parallelization; } public function getParallelization() { return $this->parallelization; } public function setRounds($rounds) { $this->rounds = $rounds; } public function getRounds() { return $this->rounds; } public function setSaltSeparator($saltSeparator) { $this->saltSeparator = $saltSeparator; } public function getSaltSeparator() { return $this->saltSeparator; } public function setSanityCheck($sanityCheck) { $this->sanityCheck = $sanityCheck; } public function getSanityCheck() { return $this->sanityCheck; } public function setSignerKey($signerKey) { $this->signerKey = $signerKey; } public function getSignerKey() { return $this->signerKey; } public function setTargetProjectId($targetProjectId) { $this->targetProjectId = $targetProjectId; } public function getTargetProjectId() { return $this->targetProjectId; } /** * @param Google_Service_IdentityToolkit_UserInfo[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_IdentityToolkit_UserInfo[] */ public function getUsers() { return $this->users; } } PK4 Z?!zzfvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOobCode($oobCode) { $this->oobCode = $oobCode; } public function getOobCode() { return $this->oobCode; } } PK4 Z$h h ^vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setOauthAccessToken($oauthAccessToken) { $this->oauthAccessToken = $oauthAccessToken; } public function getOauthAccessToken() { return $this->oauthAccessToken; } public function setOauthAuthorizationCode($oauthAuthorizationCode) { $this->oauthAuthorizationCode = $oauthAuthorizationCode; } public function getOauthAuthorizationCode() { return $this->oauthAuthorizationCode; } public function setOauthExpireIn($oauthExpireIn) { $this->oauthExpireIn = $oauthExpireIn; } public function getOauthExpireIn() { return $this->oauthExpireIn; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } public function setRegistered($registered) { $this->registered = $registered; } public function getRegistered() { return $this->registered; } } PK4 Zg//`vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFederatedId($federatedId) { $this->federatedId = $federatedId; } public function getFederatedId() { return $this->federatedId; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } public function setRawId($rawId) { $this->rawId = $rawId; } public function getRawId() { return $this->rawId; } public function setScreenName($screenName) { $this->screenName = $screenName; } public function getScreenName() { return $this->screenName; } } PK4 ZEe77]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewEmail($newEmail) { $this->newEmail = $newEmail; } public function getNewEmail() { return $this->newEmail; } public function setRequestType($requestType) { $this->requestType = $requestType; } public function getRequestType() { return $this->requestType; } } PK4 Z]y~vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeRequest.phpnu[iosReceipt = $iosReceipt; } public function getIosReceipt() { return $this->iosReceipt; } public function setIosSecret($iosSecret) { $this->iosSecret = $iosSecret; } public function getIosSecret() { return $this->iosSecret; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setRecaptchaToken($recaptchaToken) { $this->recaptchaToken = $recaptchaToken; } public function getRecaptchaToken() { return $this->recaptchaToken; } } PK4 Z(DW_vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.phpnu[action = $action; } public function getAction() { return $this->action; } public function setAppInstallationUrl($appInstallationUrl) { $this->appInstallationUrl = $appInstallationUrl; } public function getAppInstallationUrl() { return $this->appInstallationUrl; } public function setAppScheme($appScheme) { $this->appScheme = $appScheme; } public function getAppScheme() { return $this->appScheme; } public function setContext($context) { $this->context = $context; } public function getContext() { return $this->context; } public function setDateOfBirth($dateOfBirth) { $this->dateOfBirth = $dateOfBirth; } public function getDateOfBirth() { return $this->dateOfBirth; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setEmailRecycled($emailRecycled) { $this->emailRecycled = $emailRecycled; } public function getEmailRecycled() { return $this->emailRecycled; } public function setEmailVerified($emailVerified) { $this->emailVerified = $emailVerified; } public function getEmailVerified() { return $this->emailVerified; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setFederatedId($federatedId) { $this->federatedId = $federatedId; } public function getFederatedId() { return $this->federatedId; } public function setFirstName($firstName) { $this->firstName = $firstName; } public function getFirstName() { return $this->firstName; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setInputEmail($inputEmail) { $this->inputEmail = $inputEmail; } public function getInputEmail() { return $this->inputEmail; } public function setIsNewUser($isNewUser) { $this->isNewUser = $isNewUser; } public function getIsNewUser() { return $this->isNewUser; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLastName($lastName) { $this->lastName = $lastName; } public function getLastName() { return $this->lastName; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setNeedConfirmation($needConfirmation) { $this->needConfirmation = $needConfirmation; } public function getNeedConfirmation() { return $this->needConfirmation; } public function setNeedEmail($needEmail) { $this->needEmail = $needEmail; } public function getNeedEmail() { return $this->needEmail; } public function setNickName($nickName) { $this->nickName = $nickName; } public function getNickName() { return $this->nickName; } public function setOauthAccessToken($oauthAccessToken) { $this->oauthAccessToken = $oauthAccessToken; } public function getOauthAccessToken() { return $this->oauthAccessToken; } public function setOauthAuthorizationCode($oauthAuthorizationCode) { $this->oauthAuthorizationCode = $oauthAuthorizationCode; } public function getOauthAuthorizationCode() { return $this->oauthAuthorizationCode; } public function setOauthExpireIn($oauthExpireIn) { $this->oauthExpireIn = $oauthExpireIn; } public function getOauthExpireIn() { return $this->oauthExpireIn; } public function setOauthIdToken($oauthIdToken) { $this->oauthIdToken = $oauthIdToken; } public function getOauthIdToken() { return $this->oauthIdToken; } public function setOauthRequestToken($oauthRequestToken) { $this->oauthRequestToken = $oauthRequestToken; } public function getOauthRequestToken() { return $this->oauthRequestToken; } public function setOauthScope($oauthScope) { $this->oauthScope = $oauthScope; } public function getOauthScope() { return $this->oauthScope; } public function setOauthTokenSecret($oauthTokenSecret) { $this->oauthTokenSecret = $oauthTokenSecret; } public function getOauthTokenSecret() { return $this->oauthTokenSecret; } public function setOriginalEmail($originalEmail) { $this->originalEmail = $originalEmail; } public function getOriginalEmail() { return $this->originalEmail; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } public function setRawUserInfo($rawUserInfo) { $this->rawUserInfo = $rawUserInfo; } public function getRawUserInfo() { return $this->rawUserInfo; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } public function setScreenName($screenName) { $this->screenName = $screenName; } public function getScreenName() { return $this->screenName; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setVerifiedProvider($verifiedProvider) { $this->verifiedProvider = $verifiedProvider; } public function getVerifiedProvider() { return $this->verifiedProvider; } } PK4 ZweY |vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse.phpnu[expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setIsNewUser($isNewUser) { $this->isNewUser = $isNewUser; } public function getIsNewUser() { return $this->isNewUser; } public function setLocalId($localId) { $this->localId = $localId; } public function getLocalId() { return $this->localId; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } public function setTemporaryProof($temporaryProof) { $this->temporaryProof = $temporaryProof; } public function getTemporaryProof() { return $this->temporaryProof; } public function setTemporaryProofExpiresIn($temporaryProofExpiresIn) { $this->temporaryProofExpiresIn = $temporaryProofExpiresIn; } public function getTemporaryProofExpiresIn() { return $this->temporaryProofExpiresIn; } public function setVerificationProof($verificationProof) { $this->verificationProof = $verificationProof; } public function getVerificationProof() { return $this->verificationProof; } public function setVerificationProofExpiresIn($verificationProofExpiresIn) { $this->verificationProofExpiresIn = $verificationProofExpiresIn; } public function getVerificationProofExpiresIn() { return $this->verificationProofExpiresIn; } } PK4 Zh=avendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyCustomTokenResponse.phpnu[expiresIn = $expiresIn; } public function getExpiresIn() { return $this->expiresIn; } public function setIdToken($idToken) { $this->idToken = $idToken; } public function getIdToken() { return $this->idToken; } public function setIsNewUser($isNewUser) { $this->isNewUser = $isNewUser; } public function getIsNewUser() { return $this->isNewUser; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } public function getRefreshToken() { return $this->refreshToken; } } PK4 Zb^vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_IdentityToolkit_UserInfo[] */ public function setUsers($users) { $this->users = $users; } /** * @return Google_Service_IdentityToolkit_UserInfo[] */ public function getUsers() { return $this->users; } } PK4 Z5U Lvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.phpnu[ * Provides natural language understanding technologies, such as sentiment * analysis, entity recognition, entity sentiment analysis, and other text * annotations, to developers.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudNaturalLanguage extends Google_Service { /** Apply machine learning models to reveal the structure and meaning of text. */ const CLOUD_LANGUAGE = "https://www.googleapis.com/auth/cloud-language"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $documents; /** * Constructs the internal representation of the CloudNaturalLanguage service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://language.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'language'; $this->documents = new Google_Service_CloudNaturalLanguage_Resource_Documents( $this, $this->serviceName, 'documents', array( 'methods' => array( 'analyzeEntities' => array( 'path' => 'v1/documents:analyzeEntities', 'httpMethod' => 'POST', 'parameters' => array(), ),'analyzeEntitySentiment' => array( 'path' => 'v1/documents:analyzeEntitySentiment', 'httpMethod' => 'POST', 'parameters' => array(), ),'analyzeSentiment' => array( 'path' => 'v1/documents:analyzeSentiment', 'httpMethod' => 'POST', 'parameters' => array(), ),'analyzeSyntax' => array( 'path' => 'v1/documents:analyzeSyntax', 'httpMethod' => 'POST', 'parameters' => array(), ),'annotateText' => array( 'path' => 'v1/documents:annotateText', 'httpMethod' => 'POST', 'parameters' => array(), ),'classifyText' => array( 'path' => 'v1/documents:classifyText', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK4 Z}:0~0~@vendor/google/apiclient-services/src/Google/Service/Calendar.phpnu[ * Manipulates events and other calendar data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Calendar extends Google_Service { /** See, edit, share, and permanently delete all the calendars you can access using Google Calendar. */ const CALENDAR = "https://www.googleapis.com/auth/calendar"; /** View and edit events on all your calendars. */ const CALENDAR_EVENTS = "https://www.googleapis.com/auth/calendar.events"; /** View events on all your calendars. */ const CALENDAR_EVENTS_READONLY = "https://www.googleapis.com/auth/calendar.events.readonly"; /** See and download any calendar you can access using your Google Calendar. */ const CALENDAR_READONLY = "https://www.googleapis.com/auth/calendar.readonly"; /** View your Calendar settings. */ const CALENDAR_SETTINGS_READONLY = "https://www.googleapis.com/auth/calendar.settings.readonly"; public $acl; public $calendarList; public $calendars; public $channels; public $colors; public $events; public $freebusy; public $settings; /** * Constructs the internal representation of the Calendar service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'calendar/v3/'; $this->batchPath = 'batch/calendar/v3'; $this->version = 'v3'; $this->serviceName = 'calendar'; $this->acl = new Google_Service_Calendar_Resource_Acl( $this, $this->serviceName, 'acl', array( 'methods' => array( 'delete' => array( 'path' => 'calendars/{calendarId}/acl/{ruleId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'calendars/{calendarId}/acl/{ruleId}', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'calendars/{calendarId}/acl', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'calendars/{calendarId}/acl', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'calendars/{calendarId}/acl/{ruleId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'calendars/{calendarId}/acl/{ruleId}', 'httpMethod' => 'PUT', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ruleId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'watch' => array( 'path' => 'calendars/{calendarId}/acl/watch', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->calendarList = new Google_Service_Calendar_Resource_CalendarList( $this, $this->serviceName, 'calendarList', array( 'methods' => array( 'delete' => array( 'path' => 'users/me/calendarList/{calendarId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'users/me/calendarList/{calendarId}', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'users/me/calendarList', 'httpMethod' => 'POST', 'parameters' => array( 'colorRgbFormat' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'users/me/calendarList', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'minAccessRole' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'showHidden' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'users/me/calendarList/{calendarId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'colorRgbFormat' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'users/me/calendarList/{calendarId}', 'httpMethod' => 'PUT', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'colorRgbFormat' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'watch' => array( 'path' => 'users/me/calendarList/watch', 'httpMethod' => 'POST', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'minAccessRole' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'showHidden' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->calendars = new Google_Service_Calendar_Resource_Calendars( $this, $this->serviceName, 'calendars', array( 'methods' => array( 'clear' => array( 'path' => 'calendars/{calendarId}/clear', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'calendars/{calendarId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'calendars/{calendarId}', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'calendars', 'httpMethod' => 'POST', 'parameters' => array(), ),'patch' => array( 'path' => 'calendars/{calendarId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'calendars/{calendarId}', 'httpMethod' => 'PUT', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->channels = new Google_Service_Calendar_Resource_Channels( $this, $this->serviceName, 'channels', array( 'methods' => array( 'stop' => array( 'path' => 'channels/stop', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->colors = new Google_Service_Calendar_Resource_Colors( $this, $this->serviceName, 'colors', array( 'methods' => array( 'get' => array( 'path' => 'colors', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->events = new Google_Service_Calendar_Resource_Events( $this, $this->serviceName, 'events', array( 'methods' => array( 'delete' => array( 'path' => 'calendars/{calendarId}/events/{eventId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendUpdates' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'calendars/{calendarId}/events/{eventId}', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'timeZone' => array( 'location' => 'query', 'type' => 'string', ), ), ),'import' => array( 'path' => 'calendars/{calendarId}/events/import', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'conferenceDataVersion' => array( 'location' => 'query', 'type' => 'integer', ), 'supportsAttachments' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'insert' => array( 'path' => 'calendars/{calendarId}/events', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'conferenceDataVersion' => array( 'location' => 'query', 'type' => 'integer', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendUpdates' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAttachments' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'instances' => array( 'path' => 'calendars/{calendarId}/events/{eventId}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'originalStart' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'timeMax' => array( 'location' => 'query', 'type' => 'string', ), 'timeMin' => array( 'location' => 'query', 'type' => 'string', ), 'timeZone' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'calendars/{calendarId}/events', 'httpMethod' => 'GET', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'iCalUID' => array( 'location' => 'query', 'type' => 'string', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'privateExtendedProperty' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'sharedExtendedProperty' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'showHiddenInvitations' => array( 'location' => 'query', 'type' => 'boolean', ), 'singleEvents' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), 'timeMax' => array( 'location' => 'query', 'type' => 'string', ), 'timeMin' => array( 'location' => 'query', 'type' => 'string', ), 'timeZone' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMin' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'calendars/{calendarId}/events/{eventId}/move', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'destination' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendUpdates' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'calendars/{calendarId}/events/{eventId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'conferenceDataVersion' => array( 'location' => 'query', 'type' => 'integer', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendUpdates' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAttachments' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'quickAdd' => array( 'path' => 'calendars/{calendarId}/events/quickAdd', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'text' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendUpdates' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'calendars/{calendarId}/events/{eventId}', 'httpMethod' => 'PUT', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'eventId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'conferenceDataVersion' => array( 'location' => 'query', 'type' => 'integer', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'sendNotifications' => array( 'location' => 'query', 'type' => 'boolean', ), 'sendUpdates' => array( 'location' => 'query', 'type' => 'string', ), 'supportsAttachments' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'watch' => array( 'path' => 'calendars/{calendarId}/events/watch', 'httpMethod' => 'POST', 'parameters' => array( 'calendarId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'alwaysIncludeEmail' => array( 'location' => 'query', 'type' => 'boolean', ), 'iCalUID' => array( 'location' => 'query', 'type' => 'string', ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'privateExtendedProperty' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'sharedExtendedProperty' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'showHiddenInvitations' => array( 'location' => 'query', 'type' => 'boolean', ), 'singleEvents' => array( 'location' => 'query', 'type' => 'boolean', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), 'timeMax' => array( 'location' => 'query', 'type' => 'string', ), 'timeMin' => array( 'location' => 'query', 'type' => 'string', ), 'timeZone' => array( 'location' => 'query', 'type' => 'string', ), 'updatedMin' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->freebusy = new Google_Service_Calendar_Resource_Freebusy( $this, $this->serviceName, 'freebusy', array( 'methods' => array( 'query' => array( 'path' => 'freeBusy', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->settings = new Google_Service_Calendar_Resource_Settings( $this, $this->serviceName, 'settings', array( 'methods' => array( 'get' => array( 'path' => 'users/me/settings/{setting}', 'httpMethod' => 'GET', 'parameters' => array( 'setting' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'users/me/settings', 'httpMethod' => 'GET', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'watch' => array( 'path' => 'users/me/settings/watch', 'httpMethod' => 'POST', 'parameters' => array( 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'syncToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK4 Zf@_ _ Mvendor/google/apiclient-services/src/Google/Service/DriveActivity/Comment.phpnu[assignment = $assignment; } /** * @return Google_Service_DriveActivity_Assignment */ public function getAssignment() { return $this->assignment; } /** * @param Google_Service_DriveActivity_User[] */ public function setMentionedUsers($mentionedUsers) { $this->mentionedUsers = $mentionedUsers; } /** * @return Google_Service_DriveActivity_User[] */ public function getMentionedUsers() { return $this->mentionedUsers; } /** * @param Google_Service_DriveActivity_Post */ public function setPost(Google_Service_DriveActivity_Post $post) { $this->post = $post; } /** * @return Google_Service_DriveActivity_Post */ public function getPost() { return $this->post; } /** * @param Google_Service_DriveActivity_Suggestion */ public function setSuggestion(Google_Service_DriveActivity_Suggestion $suggestion) { $this->suggestion = $suggestion; } /** * @return Google_Service_DriveActivity_Suggestion */ public function getSuggestion() { return $this->suggestion; } } PK4 ZlXRvendor/google/apiclient-services/src/Google/Service/DriveActivity/ActionDetail.phpnu[comment = $comment; } /** * @return Google_Service_DriveActivity_Comment */ public function getComment() { return $this->comment; } /** * @param Google_Service_DriveActivity_Create */ public function setCreate(Google_Service_DriveActivity_Create $create) { $this->create = $create; } /** * @return Google_Service_DriveActivity_Create */ public function getCreate() { return $this->create; } /** * @param Google_Service_DriveActivity_Delete */ public function setDelete(Google_Service_DriveActivity_Delete $delete) { $this->delete = $delete; } /** * @return Google_Service_DriveActivity_Delete */ public function getDelete() { return $this->delete; } /** * @param Google_Service_DriveActivity_DataLeakPreventionChange */ public function setDlpChange(Google_Service_DriveActivity_DataLeakPreventionChange $dlpChange) { $this->dlpChange = $dlpChange; } /** * @return Google_Service_DriveActivity_DataLeakPreventionChange */ public function getDlpChange() { return $this->dlpChange; } /** * @param Google_Service_DriveActivity_Edit */ public function setEdit(Google_Service_DriveActivity_Edit $edit) { $this->edit = $edit; } /** * @return Google_Service_DriveActivity_Edit */ public function getEdit() { return $this->edit; } /** * @param Google_Service_DriveActivity_Move */ public function setMove(Google_Service_DriveActivity_Move $move) { $this->move = $move; } /** * @return Google_Service_DriveActivity_Move */ public function getMove() { return $this->move; } /** * @param Google_Service_DriveActivity_PermissionChange */ public function setPermissionChange(Google_Service_DriveActivity_PermissionChange $permissionChange) { $this->permissionChange = $permissionChange; } /** * @return Google_Service_DriveActivity_PermissionChange */ public function getPermissionChange() { return $this->permissionChange; } /** * @param Google_Service_DriveActivity_ApplicationReference */ public function setReference(Google_Service_DriveActivity_ApplicationReference $reference) { $this->reference = $reference; } /** * @return Google_Service_DriveActivity_ApplicationReference */ public function getReference() { return $this->reference; } /** * @param Google_Service_DriveActivity_Rename */ public function setRename(Google_Service_DriveActivity_Rename $rename) { $this->rename = $rename; } /** * @return Google_Service_DriveActivity_Rename */ public function getRename() { return $this->rename; } /** * @param Google_Service_DriveActivity_Restore */ public function setRestore(Google_Service_DriveActivity_Restore $restore) { $this->restore = $restore; } /** * @return Google_Service_DriveActivity_Restore */ public function getRestore() { return $this->restore; } /** * @param Google_Service_DriveActivity_SettingsChange */ public function setSettingsChange(Google_Service_DriveActivity_SettingsChange $settingsChange) { $this->settingsChange = $settingsChange; } /** * @return Google_Service_DriveActivity_SettingsChange */ public function getSettingsChange() { return $this->settingsChange; } } PK4 Z>C{Ovendor/google/apiclient-services/src/Google/Service/DriveActivity/TimeRange.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK4 Z8 Svendor/google/apiclient-services/src/Google/Service/DriveActivity/AnonymousUser.phpnu[email = $email; } public function getEmail() { return $this->email; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 ZxIJvendor/google/apiclient-services/src/Google/Service/DriveActivity/Edit.phpnu[assignedUser = $assignedUser; } /** * @return Google_Service_DriveActivity_User */ public function getAssignedUser() { return $this->assignedUser; } public function setSubtype($subtype) { $this->subtype = $subtype; } public function getSubtype() { return $this->subtype; } } PK4 Z(Wvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityFile.phpnu[administrator = $administrator; } /** * @return Google_Service_DriveActivity_Administrator */ public function getAdministrator() { return $this->administrator; } /** * @param Google_Service_DriveActivity_AnonymousUser */ public function setAnonymous(Google_Service_DriveActivity_AnonymousUser $anonymous) { $this->anonymous = $anonymous; } /** * @return Google_Service_DriveActivity_AnonymousUser */ public function getAnonymous() { return $this->anonymous; } /** * @param Google_Service_DriveActivity_Impersonation */ public function setImpersonation(Google_Service_DriveActivity_Impersonation $impersonation) { $this->impersonation = $impersonation; } /** * @return Google_Service_DriveActivity_Impersonation */ public function getImpersonation() { return $this->impersonation; } /** * @param Google_Service_DriveActivity_SystemEvent */ public function setSystem(Google_Service_DriveActivity_SystemEvent $system) { $this->system = $system; } /** * @return Google_Service_DriveActivity_SystemEvent */ public function getSystem() { return $this->system; } /** * @param Google_Service_DriveActivity_User */ public function setUser(Google_Service_DriveActivity_User $user) { $this->user = $user; } /** * @return Google_Service_DriveActivity_User */ public function getUser() { return $this->user; } } PK4 ZVssSvendor/google/apiclient-services/src/Google/Service/DriveActivity/Impersonation.phpnu[impersonatedUser = $impersonatedUser; } /** * @return Google_Service_DriveActivity_User */ public function getImpersonatedUser() { return $this->impersonatedUser; } } PK4 Z{00Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Create.phpnu[copy = $copy; } /** * @return Google_Service_DriveActivity_Copy */ public function getCopy() { return $this->copy; } /** * @param Google_Service_DriveActivity_DriveactivityNew */ public function setNew(Google_Service_DriveActivity_DriveactivityNew $new) { $this->new = $new; } /** * @return Google_Service_DriveActivity_DriveactivityNew */ public function getNew() { return $this->new; } /** * @param Google_Service_DriveActivity_Upload */ public function setUpload(Google_Service_DriveActivity_Upload $upload) { $this->upload = $upload; } /** * @return Google_Service_DriveActivity_Upload */ public function getUpload() { return $this->upload; } } PK4 Zcg7Tvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveReference.phpnu[name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z6Qvendor/google/apiclient-services/src/Google/Service/DriveActivity/FileComment.phpnu[legacyCommentId = $legacyCommentId; } public function getLegacyCommentId() { return $this->legacyCommentId; } public function setLegacyDiscussionId($legacyDiscussionId) { $this->legacyDiscussionId = $legacyDiscussionId; } public function getLegacyDiscussionId() { return $this->legacyDiscussionId; } public function setLinkToDiscussion($linkToDiscussion) { $this->linkToDiscussion = $linkToDiscussion; } public function getLinkToDiscussion() { return $this->linkToDiscussion; } /** * @param Google_Service_DriveActivity_DriveItem */ public function setParent(Google_Service_DriveActivity_DriveItem $parent) { $this->parent = $parent; } /** * @return Google_Service_DriveActivity_DriveItem */ public function getParent() { return $this->parent; } } PK4 ZT.O4--Qvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFolder.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 Z7|Qvendor/google/apiclient-services/src/Google/Service/DriveActivity/UnknownUser.phpnu[drive = $drive; } /** * @return Google_Service_DriveActivity_DriveReference */ public function getDrive() { return $this->drive; } /** * @param Google_Service_DriveActivity_DriveItemReference */ public function setDriveItem(Google_Service_DriveActivity_DriveItemReference $driveItem) { $this->driveItem = $driveItem; } /** * @return Google_Service_DriveActivity_DriveItemReference */ public function getDriveItem() { return $this->driveItem; } /** * @param Google_Service_DriveActivity_TeamDriveReference */ public function setTeamDrive(Google_Service_DriveActivity_TeamDriveReference $teamDrive) { $this->teamDrive = $teamDrive; } /** * @return Google_Service_DriveActivity_TeamDriveReference */ public function getTeamDrive() { return $this->teamDrive; } } PK4 Z?UBQvendor/google/apiclient-services/src/Google/Service/DriveActivity/DeletedUser.phpnu[subtype = $subtype; } public function getSubtype() { return $this->subtype; } } PK4 Z#;Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Anyone.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 ZeLvendor/google/apiclient-services/src/Google/Service/DriveActivity/Domain.phpnu[legacyId = $legacyId; } public function getLegacyId() { return $this->legacyId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Zz-|::^vendor/google/apiclient-services/src/Google/Service/DriveActivity/DataLeakPreventionChange.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 ZzVvendor/google/apiclient-services/src/Google/Service/DriveActivity/PermissionChange.phpnu[addedPermissions = $addedPermissions; } /** * @return Google_Service_DriveActivity_Permission[] */ public function getAddedPermissions() { return $this->addedPermissions; } /** * @param Google_Service_DriveActivity_Permission[] */ public function setRemovedPermissions($removedPermissions) { $this->removedPermissions = $removedPermissions; } /** * @return Google_Service_DriveActivity_Permission[] */ public function getRemovedPermissions() { return $this->removedPermissions; } } PK4 Z,EWvendor/google/apiclient-services/src/Google/Service/DriveActivity/Resource/Activity.phpnu[ * $driveactivityService = new Google_Service_DriveActivity(...); * $activity = $driveactivityService->activity; * */ class Google_Service_DriveActivity_Resource_Activity extends Google_Service_Resource { /** * Query past activity in Google Drive. (activity.query) * * @param Google_Service_DriveActivity_QueryDriveActivityRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_DriveActivity_QueryDriveActivityResponse */ public function query(Google_Service_DriveActivity_QueryDriveActivityRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('query', array($params), "Google_Service_DriveActivity_QueryDriveActivityResponse"); } } PK4 Z|СWvendor/google/apiclient-services/src/Google/Service/DriveActivity/RestrictionChange.phpnu[feature = $feature; } public function getFeature() { return $this->feature; } public function setNewRestriction($newRestriction) { $this->newRestriction = $newRestriction; } public function getNewRestriction() { return $this->newRestriction; } } PK4 ZG2Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Upload.phpnu[domain = $domain; } /** * @return Google_Service_DriveActivity_Domain */ public function getDomain() { return $this->domain; } /** * @param Google_Service_DriveActivity_DriveReference */ public function setDrive(Google_Service_DriveActivity_DriveReference $drive) { $this->drive = $drive; } /** * @return Google_Service_DriveActivity_DriveReference */ public function getDrive() { return $this->drive; } /** * @param Google_Service_DriveActivity_TeamDriveReference */ public function setTeamDrive(Google_Service_DriveActivity_TeamDriveReference $teamDrive) { $this->teamDrive = $teamDrive; } /** * @return Google_Service_DriveActivity_TeamDriveReference */ public function getTeamDrive() { return $this->teamDrive; } /** * @param Google_Service_DriveActivity_User */ public function setUser(Google_Service_DriveActivity_User $user) { $this->user = $user; } /** * @return Google_Service_DriveActivity_User */ public function getUser() { return $this->user; } } PK4 ZcXvendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDriveReference.phpnu[name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 ZDTvendor/google/apiclient-services/src/Google/Service/DriveActivity/SettingsChange.phpnu[restrictionChanges = $restrictionChanges; } /** * @return Google_Service_DriveActivity_RestrictionChange[] */ public function getRestrictionChanges() { return $this->restrictionChanges; } } PK4 ZیFFOvendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDrive.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DriveActivity_DriveItem */ public function setRoot(Google_Service_DriveActivity_DriveItem $root) { $this->root = $root; } /** * @return Google_Service_DriveActivity_DriveItem */ public function getRoot() { return $this->root; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 ZlaVvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityNew.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DriveActivity_DriveItem */ public function setRoot(Google_Service_DriveActivity_DriveItem $root) { $this->root = $root; } /** * @return Google_Service_DriveActivity_DriveItem */ public function getRoot() { return $this->root; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z)RDLvendor/google/apiclient-services/src/Google/Service/DriveActivity/Rename.phpnu[newTitle = $newTitle; } public function getNewTitle() { return $this->newTitle; } public function setOldTitle($oldTitle) { $this->oldTitle = $oldTitle; } public function getOldTitle() { return $this->oldTitle; } } PK4 ZݞCPP`vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityResponse.phpnu[activities = $activities; } /** * @return Google_Service_DriveActivity_DriveActivity[] */ public function getActivities() { return $this->activities; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 ZC> Jvendor/google/apiclient-services/src/Google/Service/DriveActivity/User.phpnu[deletedUser = $deletedUser; } /** * @return Google_Service_DriveActivity_DeletedUser */ public function getDeletedUser() { return $this->deletedUser; } /** * @param Google_Service_DriveActivity_KnownUser */ public function setKnownUser(Google_Service_DriveActivity_KnownUser $knownUser) { $this->knownUser = $knownUser; } /** * @return Google_Service_DriveActivity_KnownUser */ public function getKnownUser() { return $this->knownUser; } /** * @param Google_Service_DriveActivity_UnknownUser */ public function setUnknownUser(Google_Service_DriveActivity_UnknownUser $unknownUser) { $this->unknownUser = $unknownUser; } /** * @return Google_Service_DriveActivity_UnknownUser */ public function getUnknownUser() { return $this->unknownUser; } } PK4 Z0 pAAPvendor/google/apiclient-services/src/Google/Service/DriveActivity/Suggestion.phpnu[subtype = $subtype; } public function getSubtype() { return $this->subtype; } } PK4 Z5Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Legacy.phpnu[ancestorName = $ancestorName; } public function getAncestorName() { return $this->ancestorName; } /** * @param Google_Service_DriveActivity_ConsolidationStrategy */ public function setConsolidationStrategy(Google_Service_DriveActivity_ConsolidationStrategy $consolidationStrategy) { $this->consolidationStrategy = $consolidationStrategy; } /** * @return Google_Service_DriveActivity_ConsolidationStrategy */ public function getConsolidationStrategy() { return $this->consolidationStrategy; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setItemName($itemName) { $this->itemName = $itemName; } public function getItemName() { return $this->itemName; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK4 Zs7,Uvendor/google/apiclient-services/src/Google/Service/DriveActivity/NoConsolidation.phpnu[originalObject = $originalObject; } /** * @return Google_Service_DriveActivity_TargetReference */ public function getOriginalObject() { return $this->originalObject; } } PK4 Z۔^ Svendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveActivity.phpnu[actions = $actions; } /** * @return Google_Service_DriveActivity_Action[] */ public function getActions() { return $this->actions; } /** * @param Google_Service_DriveActivity_Actor[] */ public function setActors($actors) { $this->actors = $actors; } /** * @return Google_Service_DriveActivity_Actor[] */ public function getActors() { return $this->actors; } /** * @param Google_Service_DriveActivity_ActionDetail */ public function setPrimaryActionDetail(Google_Service_DriveActivity_ActionDetail $primaryActionDetail) { $this->primaryActionDetail = $primaryActionDetail; } /** * @return Google_Service_DriveActivity_ActionDetail */ public function getPrimaryActionDetail() { return $this->primaryActionDetail; } /** * @param Google_Service_DriveActivity_Target[] */ public function setTargets($targets) { $this->targets = $targets; } /** * @return Google_Service_DriveActivity_Target[] */ public function getTargets() { return $this->targets; } /** * @param Google_Service_DriveActivity_TimeRange */ public function setTimeRange(Google_Service_DriveActivity_TimeRange $timeRange) { $this->timeRange = $timeRange; } /** * @return Google_Service_DriveActivity_TimeRange */ public function getTimeRange() { return $this->timeRange; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK4 Z9m[vendor/google/apiclient-services/src/Google/Service/DriveActivity/ConsolidationStrategy.phpnu[legacy = $legacy; } /** * @return Google_Service_DriveActivity_Legacy */ public function getLegacy() { return $this->legacy; } /** * @param Google_Service_DriveActivity_NoConsolidation */ public function setNone(Google_Service_DriveActivity_NoConsolidation $none) { $this->none = $none; } /** * @return Google_Service_DriveActivity_NoConsolidation */ public function getNone() { return $this->none; } } PK4 Z<: : Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Target.phpnu[drive = $drive; } /** * @return Google_Service_DriveActivity_Drive */ public function getDrive() { return $this->drive; } /** * @param Google_Service_DriveActivity_DriveItem */ public function setDriveItem(Google_Service_DriveActivity_DriveItem $driveItem) { $this->driveItem = $driveItem; } /** * @return Google_Service_DriveActivity_DriveItem */ public function getDriveItem() { return $this->driveItem; } /** * @param Google_Service_DriveActivity_FileComment */ public function setFileComment(Google_Service_DriveActivity_FileComment $fileComment) { $this->fileComment = $fileComment; } /** * @return Google_Service_DriveActivity_FileComment */ public function getFileComment() { return $this->fileComment; } /** * @param Google_Service_DriveActivity_TeamDrive */ public function setTeamDrive(Google_Service_DriveActivity_TeamDrive $teamDrive) { $this->teamDrive = $teamDrive; } /** * @return Google_Service_DriveActivity_TeamDrive */ public function getTeamDrive() { return $this->teamDrive; } } PK4 ZOvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFile.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 Zi66Zvendor/google/apiclient-services/src/Google/Service/DriveActivity/ApplicationReference.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 ZZ Ovendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItem.phpnu[driveFile = $driveFile; } /** * @return Google_Service_DriveActivity_DriveFile */ public function getDriveFile() { return $this->driveFile; } /** * @param Google_Service_DriveActivity_DriveFolder */ public function setDriveFolder(Google_Service_DriveActivity_DriveFolder $driveFolder) { $this->driveFolder = $driveFolder; } /** * @return Google_Service_DriveActivity_DriveFolder */ public function getDriveFolder() { return $this->driveFolder; } /** * @param Google_Service_DriveActivity_DriveactivityFile */ public function setFile(Google_Service_DriveActivity_DriveactivityFile $file) { $this->file = $file; } /** * @return Google_Service_DriveActivity_DriveactivityFile */ public function getFile() { return $this->file; } /** * @param Google_Service_DriveActivity_Folder */ public function setFolder(Google_Service_DriveActivity_Folder $folder) { $this->folder = $folder; } /** * @return Google_Service_DriveActivity_Folder */ public function getFolder() { return $this->folder; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DriveActivity_Owner */ public function setOwner(Google_Service_DriveActivity_Owner $owner) { $this->owner = $owner; } /** * @return Google_Service_DriveActivity_Owner */ public function getOwner() { return $this->owner; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Zyɣ Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Action.phpnu[actor = $actor; } /** * @return Google_Service_DriveActivity_Actor */ public function getActor() { return $this->actor; } /** * @param Google_Service_DriveActivity_ActionDetail */ public function setDetail(Google_Service_DriveActivity_ActionDetail $detail) { $this->detail = $detail; } /** * @return Google_Service_DriveActivity_ActionDetail */ public function getDetail() { return $this->detail; } /** * @param Google_Service_DriveActivity_Target */ public function setTarget(Google_Service_DriveActivity_Target $target) { $this->target = $target; } /** * @return Google_Service_DriveActivity_Target */ public function getTarget() { return $this->target; } /** * @param Google_Service_DriveActivity_TimeRange */ public function setTimeRange(Google_Service_DriveActivity_TimeRange $timeRange) { $this->timeRange = $timeRange; } /** * @return Google_Service_DriveActivity_TimeRange */ public function getTimeRange() { return $this->timeRange; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } } PK4 ZT((Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Delete.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 ZН--Qvendor/google/apiclient-services/src/Google/Service/DriveActivity/SystemEvent.phpnu[type = $type; } public function getType() { return $this->type; } } PK4 ZP""Ovendor/google/apiclient-services/src/Google/Service/DriveActivity/KnownUser.phpnu[isCurrentUser = $isCurrentUser; } public function getIsCurrentUser() { return $this->isCurrentUser; } public function setPersonName($personName) { $this->personName = $personName; } public function getPersonName() { return $this->personName; } } PK4 Z6wQQJvendor/google/apiclient-services/src/Google/Service/DriveActivity/Move.phpnu[addedParents = $addedParents; } /** * @return Google_Service_DriveActivity_TargetReference[] */ public function getAddedParents() { return $this->addedParents; } /** * @param Google_Service_DriveActivity_TargetReference[] */ public function setRemovedParents($removedParents) { $this->removedParents = $removedParents; } /** * @return Google_Service_DriveActivity_TargetReference[] */ public function getRemovedParents() { return $this->removedParents; } } PK4 Ze3  Pvendor/google/apiclient-services/src/Google/Service/DriveActivity/Permission.phpnu[allowDiscovery = $allowDiscovery; } public function getAllowDiscovery() { return $this->allowDiscovery; } /** * @param Google_Service_DriveActivity_Anyone */ public function setAnyone(Google_Service_DriveActivity_Anyone $anyone) { $this->anyone = $anyone; } /** * @return Google_Service_DriveActivity_Anyone */ public function getAnyone() { return $this->anyone; } /** * @param Google_Service_DriveActivity_Domain */ public function setDomain(Google_Service_DriveActivity_Domain $domain) { $this->domain = $domain; } /** * @return Google_Service_DriveActivity_Domain */ public function getDomain() { return $this->domain; } /** * @param Google_Service_DriveActivity_Group */ public function setGroup(Google_Service_DriveActivity_Group $group) { $this->group = $group; } /** * @return Google_Service_DriveActivity_Group */ public function getGroup() { return $this->group; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_DriveActivity_User */ public function setUser(Google_Service_DriveActivity_User $user) { $this->user = $user; } /** * @return Google_Service_DriveActivity_User */ public function getUser() { return $this->user; } } PK4 Zm m Xvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItemReference.phpnu[driveFile = $driveFile; } /** * @return Google_Service_DriveActivity_DriveFile */ public function getDriveFile() { return $this->driveFile; } /** * @param Google_Service_DriveActivity_DriveFolder */ public function setDriveFolder(Google_Service_DriveActivity_DriveFolder $driveFolder) { $this->driveFolder = $driveFolder; } /** * @return Google_Service_DriveActivity_DriveFolder */ public function getDriveFolder() { return $this->driveFolder; } /** * @param Google_Service_DriveActivity_DriveactivityFile */ public function setFile(Google_Service_DriveActivity_DriveactivityFile $file) { $this->file = $file; } /** * @return Google_Service_DriveActivity_DriveactivityFile */ public function getFile() { return $this->file; } /** * @param Google_Service_DriveActivity_Folder */ public function setFolder(Google_Service_DriveActivity_Folder $folder) { $this->folder = $folder; } /** * @return Google_Service_DriveActivity_Folder */ public function getFolder() { return $this->folder; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z73 3 Jvendor/google/apiclient-services/src/Google/Service/AdExperienceReport.phpnu[ * Views Ad Experience Report data, and gets a list of sites that have a * significant number of annoying ads.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdExperienceReport extends Google_Service { public $sites; public $violatingSites; /** * Constructs the internal representation of the AdExperienceReport service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://adexperiencereport.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'adexperiencereport'; $this->sites = new Google_Service_AdExperienceReport_Resource_Sites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->violatingSites = new Google_Service_AdExperienceReport_Resource_ViolatingSites( $this, $this->serviceName, 'violatingSites', array( 'methods' => array( 'list' => array( 'path' => 'v1/violatingSites', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); } } PK4 Z.UWrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1GetConfigResponse.phpnu[serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceAccountProject($serviceAccountProject) { $this->serviceAccountProject = $serviceAccountProject; } public function getServiceAccountProject() { return $this->serviceAccountProject; } } PK4 ZJ!qvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1CancelJobRequest.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setIsCancellationRequested($isCancellationRequested) { $this->isCancellationRequested = $isCancellationRequested; } public function getIsCancellationRequested() { return $this->isCancellationRequested; } public function setModelName($modelName) { $this->modelName = $modelName; } public function getModelName() { return $this->modelName; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setVersion(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version $version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK4 ZJgfvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Model.phpnu[defaultVersion = $defaultVersion; } public function getDefaultVersion() { return $this->defaultVersion; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Zu:`vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleProtobufEmpty.phpnu[dataFormat = $dataFormat; } public function getDataFormat() { return $this->dataFormat; } public function setInputPaths($inputPaths) { $this->inputPaths = $inputPaths; } public function getInputPaths() { return $this->inputPaths; } public function setMaxWorkerCount($maxWorkerCount) { $this->maxWorkerCount = $maxWorkerCount; } public function getMaxWorkerCount() { return $this->maxWorkerCount; } public function setModelName($modelName) { $this->modelName = $modelName; } public function getModelName() { return $this->modelName; } public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } public function getOutputPath() { return $this->outputPath; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } } PK4 Z2  qvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionOutput.phpnu[errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } public function getOutputPath() { return $this->outputPath; } public function setPredictionCount($predictionCount) { $this->predictionCount = $predictionCount; } public function getPredictionCount() { return $this->predictionCount; } } PK4 Z4dQhvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Version.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeploymentUri($deploymentUri) { $this->deploymentUri = $deploymentUri; } public function getDeploymentUri() { return $this->deploymentUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setLastUseTime($lastUseTime) { $this->lastUseTime = $lastUseTime; } public function getLastUseTime() { return $this->lastUseTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z}nvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ParameterSpec.phpnu[categoricalValues = $categoricalValues; } public function getCategoricalValues() { return $this->categoricalValues; } public function setDiscreteValues($discreteValues) { $this->discreteValues = $discreteValues; } public function getDiscreteValues() { return $this->discreteValues; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } public function setParameterName($parameterName) { $this->parameterName = $parameterName; } public function getParameterName() { return $this->parameterName; } public function setScaleType($scaleType) { $this->scaleType = $scaleType; } public function getScaleType() { return $this->scaleType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Zd7NNgvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } public function setError(Google_Service_CloudMachineLearning_GoogleRpcStatus $error) { $this->error = $error; } public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK4 Z`%lqqdvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModels.phpnu[ * $mlService = new Google_Service_CloudMachineLearning(...); * $models = $mlService->models; * */ class Google_Service_CloudMachineLearning_Resource_ProjectsModels extends Google_Service_Resource { /** * Creates a model which will later contain one or more versions. * * You must add at least one version before you can request predictions from the * model. Add versions by calling [projects.models.versions.create](/ml/referenc * e/rest/v1beta1/projects.models.versions/create). (models.create) * * @param string $parent Required. The project name. * * Authorization: requires `Editor` role on the specified project. * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model */ public function create($parent, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model"); } /** * Deletes a model. * * You can only delete a model if there are no versions in it. You can delete * versions by calling [projects.models.versions.delete](/ml/reference/rest/v1be * ta1/projects.models.versions/delete). (models.delete) * * @param string $name Required. The name of the model. * * Authorization: requires `Editor` role on the parent project. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); } /** * Gets information about a model, including its name, the description (if set), * and the default version (if at least one version of the model has been * deployed). (models.get) * * @param string $name Required. The name of the model. * * Authorization: requires `Viewer` role on the parent project. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model"); } /** * Lists the models in a project. * * Each project can contain multiple models, and each model can have multiple * versions. (models.listProjectsModels) * * @param string $parent Required. The name of the project whose models are to * be listed. * * Authorization: requires `Viewer` role on the specified project. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of models to retrieve per "page" * of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. * * You get the token from the `next_page_token` field of the response from the * previous call. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListModelsResponse */ public function listProjectsModels($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListModelsResponse"); } } PK4 ZcOlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModelsVersions.phpnu[ * $mlService = new Google_Service_CloudMachineLearning(...); * $versions = $mlService->versions; * */ class Google_Service_CloudMachineLearning_Resource_ProjectsModelsVersions extends Google_Service_Resource { /** * Creates a new version of a model from a trained TensorFlow model. * * If the version created in the cloud by this call is the first deployed * version of the specified model, it will be made the default version of the * model. When you add a version to a model that already has one or more * versions, the default version does not automatically change. If you want a * new version to be the default, you must call [projects.models.versions.setDef * ault](/ml/reference/rest/v1beta1/projects.models.versions/setDefault). * (versions.create) * * @param string $parent Required. The name of the model. * * Authorization: requires `Editor` role on the parent project. * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation */ public function create($parent, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); } /** * Deletes a model version. * * Each model can have multiple versions deployed and in use at any given time. * Use this method to remove a single version. * * Note: You cannot delete the version that is set as the default version of the * model unless it is the only remaining version. (versions.delete) * * @param string $name Required. The name of the version. You can get the names * of all the versions of a model by calling [projects.models.versions.list](/ml * /reference/rest/v1beta1/projects.models.versions/list). * * Authorization: requires `Editor` role on the parent project. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); } /** * Gets information about a model version. * * Models can have multiple versions. You can call [projects.models.versions.lis * t](/ml/reference/rest/v1beta1/projects.models.versions/list) to get the same * information that this method returns for all of the versions of a model. * (versions.get) * * @param string $name Required. The name of the version. * * Authorization: requires `Viewer` role on the parent project. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version"); } /** * Gets basic information about all the versions of a model. * * If you expect that a model has a lot of versions, or if you need to handle * only a limited number of results at a time, you can request that the list be * retrieved in batches (called pages): (versions.listProjectsModelsVersions) * * @param string $parent Required. The name of the model for which to list the * version. * * Authorization: requires `Viewer` role on the parent project. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of versions to retrieve per * "page" of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. * * You get the token from the `next_page_token` field of the response from the * previous call. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListVersionsResponse */ public function listProjectsModelsVersions($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListVersionsResponse"); } /** * Designates a version to be the default for the model. * * The default version is used for prediction requests made against the model * that don't specify a version. * * The first version to be created for a model is automatically set as the * default. You must make any subsequent changes to the default version setting * manually using this method. (versions.setDefault) * * @param string $name Required. The name of the version to make the default for * the model. You can get the names of all the versions of a model by calling [p * rojects.models.versions.list](/ml/reference/rest/v1beta1/projects.models.vers * ions/list). * * Authorization: requires `Editor` role on the parent project. * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1SetDefaultVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version */ public function setDefault($name, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1SetDefaultVersionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setDefault', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version"); } } PK4 Z p4bvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsJobs.phpnu[ * $mlService = new Google_Service_CloudMachineLearning(...); * $jobs = $mlService->jobs; * */ class Google_Service_CloudMachineLearning_Resource_ProjectsJobs extends Google_Service_Resource { /** * Cancels a running job. (jobs.cancel) * * @param string $name Required. The name of the job to cancel. * * Authorization: requires `Editor` role on the parent project. * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1CancelJobRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleProtobufEmpty */ public function cancel($name, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1CancelJobRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudMachineLearning_GoogleProtobufEmpty"); } /** * Creates a training or a batch prediction job. (jobs.create) * * @param string $parent Required. The project name. * * Authorization: requires `Editor` role on the specified project. * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job */ public function create($parent, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job"); } /** * Describes a job. (jobs.get) * * @param string $name Required. The name of the job to get the description of. * * Authorization: requires `Viewer` role on the parent project. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job"); } /** * Lists the jobs in the project. (jobs.listProjectsJobs) * * @param string $parent Required. The name of the project for which to list * jobs. * * Authorization: requires `Viewer` role on the specified project. * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of jobs to retrieve per "page" * of results. If there are more remaining results than this number, the * response message will contain a valid value in the `next_page_token` field. * * The default value is 20, and the maximum page size is 100. * @opt_param string filter Optional. Specifies the subset of jobs to retrieve. * @opt_param string pageToken Optional. A page token to request the next page * of results. * * You get the token from the `next_page_token` field of the response from the * previous call. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListJobsResponse */ public function listProjectsJobs($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListJobsResponse"); } } PK4 ZT.^vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/Projects.phpnu[ * $mlService = new Google_Service_CloudMachineLearning(...); * $projects = $mlService->projects; * */ class Google_Service_CloudMachineLearning_Resource_Projects extends Google_Service_Resource { /** * Get the service account information associated with your project. You need * this information in order to grant the service account persmissions for the * Google Cloud Storage location where you put your model training code for * training the model with Google Cloud Machine Learning. (projects.getConfig) * * @param string $name Required. The project name. * * Authorization: requires `Viewer` role on the specified project. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1GetConfigResponse */ public function getConfig($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1GetConfigResponse"); } /** * Performs prediction on the data in the request. * * Responses are very similar to requests. There are two top-level fields, each * of which are JSON lists: * * predictions The list of predictions, one per instance in the request. * error An error message returned instead of a prediction list if any * instance produced an error. * * If the call is successful, the response body will contain one prediction * entry per instance in the request body. If prediction fails for any instance, * the response body will contain no predictions and will contian a single error * entry instead. * * Even though there is one prediction per instance, the format of a prediction * is not directly related to the format of an instance. Predictions take * whatever format is specified in the outputs collection defined in the model. * The collection of predictions is returned in a JSON list. Each member of the * list can be a simple value, a list, or a JSON object of any complexity. If * your model has more than one output tensor, each prediction will be a JSON * object containing a name/value pair for each output. The names identify the * output aliases in the graph. * * The following examples show some possible responses: * * A simple set of predictions for three input instances, where each prediction * is an integer value: * * {"predictions": [5, 4, 3]} * * A more complex set of predictions, each containing two named values that * correspond to output tensors, named **label** and **scores** respectively. * The value of **label** is the predicted category ("car" or "beach") and * **scores** contains a list of probabilities for that instance across the * possible categories. * * {"predictions": [{"label": "beach", "scores": [0.1, 0.9]}, * {"label": "car", "scores": [0.75, 0.25]}]} * * A response when there is an error processing an input instance: * * {"error": "Divide by zero"} (projects.predict) * * @param string $name Required. The resource name of a model or a version. * * Authorization: requires `Viewer` role on the parent project. * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleApiHttpBody */ public function predict($name, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('predict', array($params), "Google_Service_CloudMachineLearning_GoogleApiHttpBody"); } } PK4 ZbUsshvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsOperations.phpnu[ * $mlService = new Google_Service_CloudMachineLearning(...); * $operations = $mlService->operations; * */ class Google_Service_CloudMachineLearning_Resource_ProjectsOperations extends Google_Service_Resource { /** * Starts asynchronous cancellation on a long-running operation. The server * makes a best effort to cancel the operation, but success is not guaranteed. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or * other methods to check whether the cancellation succeeded or whether the * operation completed despite cancellation. On successful cancellation, the * operation is not deleted; instead, it becomes an operation with an * Operation.error value with a google.rpc.Status.code of 1, corresponding to * `Code.CANCELLED`. (operations.cancel) * * @param string $name The name of the operation resource to be cancelled. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleProtobufEmpty */ public function cancel($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('cancel', array($params), "Google_Service_CloudMachineLearning_GoogleProtobufEmpty"); } /** * Deletes a long-running operation. This method indicates that the client is no * longer interested in the operation result. It does not cancel the operation. * If the server doesn't support this method, it returns * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) * * @param string $name The name of the operation resource to be deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudMachineLearning_GoogleProtobufEmpty"); } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); } /** * Lists operations that match the specified filter in the request. If the * server doesn't support this method, it returns `UNIMPLEMENTED`. * * NOTE: the `name` binding below allows API services to override the binding to * use different resource name schemes, such as `users/operations`. * (operations.listProjectsOperations) * * @param string $name The name of the operation collection. * @param array $optParams Optional parameters. * * @opt_param int pageSize The standard list page size. * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @return Google_Service_CloudMachineLearning_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningListOperationsResponse"); } } PK4 Zp!tvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setOperations($operations) { $this->operations = $operations; } public function getOperations() { return $this->operations; } } PK4 Z8ttuvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutput.phpnu[allMetrics = $allMetrics; } public function getAllMetrics() { return $this->allMetrics; } public function setFinalMetric(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric $finalMetric) { $this->finalMetric = $finalMetric; } public function getFinalMetric() { return $this->finalMetric; } public function setHyperparameters($hyperparameters) { $this->hyperparameters = $hyperparameters; } public function getHyperparameters() { return $this->hyperparameters; } public function setTrialId($trialId) { $this->trialId = $trialId; } public function getTrialId() { return $this->trialId; } } PK4 ZNr  nvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1TrainingInput.phpnu[args = $args; } public function getArgs() { return $this->args; } public function setHyperparameters(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1HyperparameterSpec $hyperparameters) { $this->hyperparameters = $hyperparameters; } public function getHyperparameters() { return $this->hyperparameters; } public function setMasterType($masterType) { $this->masterType = $masterType; } public function getMasterType() { return $this->masterType; } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; } public function getPackageUris() { return $this->packageUris; } public function setParameterServerCount($parameterServerCount) { $this->parameterServerCount = $parameterServerCount; } public function getParameterServerCount() { return $this->parameterServerCount; } public function setParameterServerType($parameterServerType) { $this->parameterServerType = $parameterServerType; } public function getParameterServerType() { return $this->parameterServerType; } public function setPythonModule($pythonModule) { $this->pythonModule = $pythonModule; } public function getPythonModule() { return $this->pythonModule; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setScaleTier($scaleTier) { $this->scaleTier = $scaleTier; } public function getScaleTier() { return $this->scaleTier; } public function setWorkerCount($workerCount) { $this->workerCount = $workerCount; } public function getWorkerCount() { return $this->workerCount; } public function setWorkerType($workerType) { $this->workerType = $workerType; } public function getWorkerType() { return $this->workerType; } } PK4 Ziovendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictRequest.phpnu[httpBody = $httpBody; } public function getHttpBody() { return $this->httpBody; } } PK4 Z#yvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1SetDefaultVersionRequest.phpnu[completedTrialCount = $completedTrialCount; } public function getCompletedTrialCount() { return $this->completedTrialCount; } public function setConsumedMLUnits($consumedMLUnits) { $this->consumedMLUnits = $consumedMLUnits; } public function getConsumedMLUnits() { return $this->consumedMLUnits; } public function setTrials($trials) { $this->trials = $trials; } public function getTrials() { return $this->trials; } } PK4 ZrX  dvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Job.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setJobId($jobId) { $this->jobId = $jobId; } public function getJobId() { return $this->jobId; } public function setPredictionInput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictionInput $predictionInput) { $this->predictionInput = $predictionInput; } public function getPredictionInput() { return $this->predictionInput; } public function setPredictionOutput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictionOutput $predictionOutput) { $this->predictionOutput = $predictionOutput; } public function getPredictionOutput() { return $this->predictionOutput; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTrainingInput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1TrainingInput $trainingInput) { $this->trainingInput = $trainingInput; } public function getTrainingInput() { return $this->trainingInput; } public function setTrainingOutput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1TrainingOutput $trainingOutput) { $this->trainingOutput = $trainingOutput; } public function getTrainingOutput() { return $this->trainingOutput; } } PK4 Z!mqqvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric.phpnu[objectiveValue = $objectiveValue; } public function getObjectiveValue() { return $this->objectiveValue; } public function setTrainingStep($trainingStep) { $this->trainingStep = $trainingStep; } public function getTrainingStep() { return $this->trainingStep; } } PK4 Z**svendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterSpec.phpnu[goal = $goal; } public function getGoal() { return $this->goal; } public function setMaxParallelTrials($maxParallelTrials) { $this->maxParallelTrials = $maxParallelTrials; } public function getMaxParallelTrials() { return $this->maxParallelTrials; } public function setMaxTrials($maxTrials) { $this->maxTrials = $maxTrials; } public function getMaxTrials() { return $this->maxTrials; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } } PK4 Z(@v\vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleRpcStatus.phpnu[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; } } PK4 Z,8 svendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListModelsResponse.phpnu[models = $models; } public function getModels() { return $this->models; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z 9uvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListVersionsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setVersions($versions) { $this->versions = $versions; } public function getVersions() { return $this->versions; } } PK4 ZD^vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleApiHttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } } PK4 Zqvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListJobsResponse.phpnu[jobs = $jobs; } public function getJobs() { return $this->jobs; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 ZSpBvendor/google/apiclient-services/src/Google/Service/Webmasters.phpnu[ * View Google Search Console data for your verified sites.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Webmasters extends Google_Service { /** View and manage Search Console data for your verified sites. */ const WEBMASTERS = "https://www.googleapis.com/auth/webmasters"; /** View Search Console data for your verified sites. */ const WEBMASTERS_READONLY = "https://www.googleapis.com/auth/webmasters.readonly"; public $searchanalytics; public $sitemaps; public $sites; /** * Constructs the internal representation of the Webmasters service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'webmasters/v3/'; $this->batchPath = 'batch/webmasters/v3'; $this->version = 'v3'; $this->serviceName = 'webmasters'; $this->searchanalytics = new Google_Service_Webmasters_Resource_Searchanalytics( $this, $this->serviceName, 'searchanalytics', array( 'methods' => array( 'query' => array( 'path' => 'sites/{siteUrl}/searchAnalytics/query', 'httpMethod' => 'POST', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->sitemaps = new Google_Service_Webmasters_Resource_Sitemaps( $this, $this->serviceName, 'sitemaps', array( 'methods' => array( 'delete' => array( 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedpath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', 'httpMethod' => 'GET', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedpath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sites/{siteUrl}/sitemaps', 'httpMethod' => 'GET', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'sitemapIndex' => array( 'location' => 'query', 'type' => 'string', ), ), ),'submit' => array( 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', 'httpMethod' => 'PUT', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'feedpath' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->sites = new Google_Service_Webmasters_Resource_Sites( $this, $this->serviceName, 'sites', array( 'methods' => array( 'add' => array( 'path' => 'sites/{siteUrl}', 'httpMethod' => 'PUT', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'sites/{siteUrl}', 'httpMethod' => 'DELETE', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'sites/{siteUrl}', 'httpMethod' => 'GET', 'parameters' => array( 'siteUrl' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'sites', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); } } PK4 Zxc{vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse.phpnu[userLinks = $userLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink[] */ public function getUserLinks() { return $this->userLinks; } } PK4 ZIv[vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse.phpnu[firebaseLinks = $firebaseLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink[] */ public function getFirebaseLinks() { return $this->firebaseLinks; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z}֐~vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListPropertiesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty[] */ public function getProperties() { return $this->properties; } } PK4 Zb {vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataSharingSettings.phpnu[name = $name; } public function getName() { return $this->name; } public function setSharingWithGoogleAnySalesEnabled($sharingWithGoogleAnySalesEnabled) { $this->sharingWithGoogleAnySalesEnabled = $sharingWithGoogleAnySalesEnabled; } public function getSharingWithGoogleAnySalesEnabled() { return $this->sharingWithGoogleAnySalesEnabled; } public function setSharingWithGoogleAssignedSalesEnabled($sharingWithGoogleAssignedSalesEnabled) { $this->sharingWithGoogleAssignedSalesEnabled = $sharingWithGoogleAssignedSalesEnabled; } public function getSharingWithGoogleAssignedSalesEnabled() { return $this->sharingWithGoogleAssignedSalesEnabled; } public function setSharingWithGoogleProductsEnabled($sharingWithGoogleProductsEnabled) { $this->sharingWithGoogleProductsEnabled = $sharingWithGoogleProductsEnabled; } public function getSharingWithGoogleProductsEnabled() { return $this->sharingWithGoogleProductsEnabled; } public function setSharingWithGoogleSupportEnabled($sharingWithGoogleSupportEnabled) { $this->sharingWithGoogleSupportEnabled = $sharingWithGoogleSupportEnabled; } public function getSharingWithGoogleSupportEnabled() { return $this->sharingWithGoogleSupportEnabled; } public function setSharingWithOthersEnabled($sharingWithOthersEnabled) { $this->sharingWithOthersEnabled = $sharingWithOthersEnabled; } public function getSharingWithOthersEnabled() { return $this->sharingWithOthersEnabled; } } PK4 Zy~Z^^}vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.phpnu[notifyNewUser = $notifyNewUser; } public function getNotifyNewUser() { return $this->notifyNewUser; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function setUserLink(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $userLink) { $this->userLink = $userLink; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function getUserLink() { return $this->userLink; } } PK4 Zՠ|vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountsResponse.phpnu[accounts = $accounts; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount[] */ public function getAccounts() { return $this->accounts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z&&}vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksRequest.phpnu[pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } } PK4 Z̷}`vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleProtobufEmpty.phpnu[notifyNewUsers = $notifyNewUsers; } public function getNotifyNewUsers() { return $this->notifyNewUsers; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaCreateUserLinkRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaCreateUserLinkRequest[] */ public function getRequests() { return $this->requests; } } PK4 Z7..wvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaPropertySummary.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setProperty($property) { $this->property = $property; } public function getProperty() { return $this->property; } } PK4 Z }vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListUserLinksResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink[] */ public function setUserLinks($userLinks) { $this->userLinks = $userLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink[] */ public function getUserLinks() { return $this->userLinks; } } PK4 Z*Qnn pvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIndustryCategory($industryCategory) { $this->industryCategory = $industryCategory; } public function getIndustryCategory() { return $this->industryCategory; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 Z őuvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLink.phpnu[directRoles = $directRoles; } public function getDirectRoles() { return $this->directRoles; } public function setEffectiveRoles($effectiveRoles) { $this->effectiveRoles = $effectiveRoles; } public function getEffectiveRoles() { return $this->effectiveRoles; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z+vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse.phpnu[accountTicketId = $accountTicketId; } public function getAccountTicketId() { return $this->accountTicketId; } } PK4 Zpvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUserLink.phpnu[directRoles = $directRoles; } public function getDirectRoles() { return $this->directRoles; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z3AAfvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/AccountSummaries.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $accountSummaries = $analyticsadminService->accountSummaries; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_AccountSummaries extends Google_Service_Resource { /** * Returns summaries of all accounts accessible by the caller. * (accountSummaries.listAccountSummaries) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of AccountSummary resources to * return. The service may return fewer than this value, even if there are * additional pages. If unspecified, at most 50 resources will be returned. The * maximum value is 200; (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous * `ListAccountSummaries` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListAccountSummaries` must * match the call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListAccountSummariesResponse */ public function listAccountSummaries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListAccountSummariesResponse"); } } PK4 Z`))ivendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesUserLinks.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $userLinks = $analyticsadminService->userLinks; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesUserLinks extends Google_Service_Resource { /** * Lists all user links on an account or property, including implicit ones that * come from effective permissions granted by groups or organization admin * roles. If a returned user link does not have direct permissions, they cannot * be removed from the account or property directly with the DeleteUserLink * command. They have to be removed from the group/etc that gives them * permissions, which is currently only usable/discoverable in the GA or GMP * UIs. (userLinks.audit) * * @param string $parent Required. Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksResponse */ public function audit($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('audit', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksResponse"); } /** * Creates information about multiple users' links to an account or property. * This method is transactional. If any UserLink cannot be created, none of the * UserLinks will be created. (userLinks.batchCreate) * * @param string $parent Required. The account or property that all user links * in the request are for. This field is required. The parent field in the * CreateUserLinkRequest messages must either be empty or match this field. * Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse */ public function batchCreate($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse"); } /** * Deletes information about multiple users' links to an account or property. * (userLinks.batchDelete) * * @param string $parent Required. The account or property that all user links * in the request are for. The parent of all values for user link names to * delete must match this field. Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function batchDelete($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Gets information about multiple users' links to an account or property. * (userLinks.batchGet) * * @param string $parent Required. The account or property that all user links * in the request are for. The parent of all provided values for the 'names' * field must match this field. Example format: accounts/1234 * @param array $optParams Optional parameters. * * @opt_param string names Required. The names of the user links to retrieve. A * maximum of 1000 user links can be retrieved in a batch. Format: * accounts/{accountId}/userLinks/{userLinkId} * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse */ public function batchGet($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse"); } /** * Updates information about multiple users' links to an account or property. * (userLinks.batchUpdate) * * @param string $parent Required. The account or property that all user links * in the request are for. The parent field in the UpdateUserLinkRequest * messages must either be empty or match this field. Example format: * accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse */ public function batchUpdate($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse"); } /** * Creates a user link on an account or property. If the user with the specified * email already has permissions on the account or property, then the user's * existing permissions will be unioned with the permissions specified in the * new UserLink. (userLinks.create) * * @param string $parent Required. Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody * @param array $optParams Optional parameters. * * @opt_param bool notifyNewUser Optional. If set, then email the new user * notifying them that they've been granted permissions to the resource. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink"); } /** * Deletes a user link on an account or property. (userLinks.delete) * * @param string $name Required. Example format: accounts/1234/userLinks/5678 * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Gets information about a user's link to an account or property. * (userLinks.get) * * @param string $name Required. Example format: accounts/1234/userLinks/5678 * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink"); } /** * Lists all user links on an account or property. * (userLinks.listPropertiesUserLinks) * * @param string $parent Required. Example format: accounts/1234 * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of user links to return. The * service may return fewer than this value. If unspecified, at most 200 user * links will be returned. The maximum value is 500; values above 500 will be * coerced to 500. * @opt_param string pageToken A page token, received from a previous * `ListUserLinks` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListUserLinks` must match the * call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListUserLinksResponse */ public function listPropertiesUserLinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListUserLinksResponse"); } /** * Updates a user link on an account or property. (userLinks.patch) * * @param string $name Example format: properties/1234/userLinks/5678 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink"); } } PK4 ZoYYqvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $iosAppDataStreams = $analyticsadminService->iosAppDataStreams; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesIosAppDataStreams extends Google_Service_Resource { /** * Creates an iOS app stream with the specified location and attributes. Note * that an iOS app stream must be linked to a Firebase app to receive traffic. * To create a working app stream, make sure your property is linked to a * Firebase project. Then, use the Firebase API to create a Firebase app, which * will also create an appropriate data stream in Analytics (may take up to 24 * hours). (iosAppDataStreams.create) * * @param string $parent Required. The parent resource where this ios app data * stream will be created. Format: properties/123 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream"); } /** * Deletes an iOS app stream on a property. (iosAppDataStreams.delete) * * @param string $name Required. The name of the iOS app data stream to delete. * Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: * "properties/123/iosAppDataStreams/456" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lookup for a single IosAppDataStream (iosAppDataStreams.get) * * @param string $name Required. The name of the iOS app data stream to lookup. * Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: * "properties/123/iosAppDataStreams/456" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream"); } /** * Returns child iOS app data streams under the specified parent property. iOS * app data streams will be excluded if the caller does not have access. Returns * an empty list if no relevant iOS app data streams are found. * (iosAppDataStreams.listPropertiesIosAppDataStreams) * * @param string $parent Required. The name of the parent property. For example, * to list results of app streams under the property with Id 123: * "properties/123" * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of resources to return. If * unspecified, at most 50 resources will be returned. The maximum value is 200; * (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous * `ListIosAppDataStreams` call. Provide this to retrieve the subsequent page. * When paginating, all other parameters provided to `ListIosAppDataStreams` * must match the call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse */ public function listPropertiesIosAppDataStreams($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse"); } /** * Updates an iOS app stream on a property. (iosAppDataStreams.patch) * * @param string $name Output only. Resource name of this Data Stream. Format: * properties/{property_id}/iosAppDataStreams/{stream_id} Example: * "properties/1000/iosAppDataStreams/2000" * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream"); } } PK4 Z-9))gvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/AccountsUserLinks.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $userLinks = $analyticsadminService->userLinks; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_AccountsUserLinks extends Google_Service_Resource { /** * Lists all user links on an account or property, including implicit ones that * come from effective permissions granted by groups or organization admin * roles. If a returned user link does not have direct permissions, they cannot * be removed from the account or property directly with the DeleteUserLink * command. They have to be removed from the group/etc that gives them * permissions, which is currently only usable/discoverable in the GA or GMP * UIs. (userLinks.audit) * * @param string $parent Required. Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksResponse */ public function audit($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('audit', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLinksResponse"); } /** * Creates information about multiple users' links to an account or property. * This method is transactional. If any UserLink cannot be created, none of the * UserLinks will be created. (userLinks.batchCreate) * * @param string $parent Required. The account or property that all user links * in the request are for. This field is required. The parent field in the * CreateUserLinkRequest messages must either be empty or match this field. * Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse */ public function batchCreate($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse"); } /** * Deletes information about multiple users' links to an account or property. * (userLinks.batchDelete) * * @param string $parent Required. The account or property that all user links * in the request are for. The parent of all values for user link names to * delete must match this field. Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function batchDelete($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Gets information about multiple users' links to an account or property. * (userLinks.batchGet) * * @param string $parent Required. The account or property that all user links * in the request are for. The parent of all provided values for the 'names' * field must match this field. Example format: accounts/1234 * @param array $optParams Optional parameters. * * @opt_param string names Required. The names of the user links to retrieve. A * maximum of 1000 user links can be retrieved in a batch. Format: * accounts/{accountId}/userLinks/{userLinkId} * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse */ public function batchGet($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse"); } /** * Updates information about multiple users' links to an account or property. * (userLinks.batchUpdate) * * @param string $parent Required. The account or property that all user links * in the request are for. The parent field in the UpdateUserLinkRequest * messages must either be empty or match this field. Example format: * accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse */ public function batchUpdate($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse"); } /** * Creates a user link on an account or property. If the user with the specified * email already has permissions on the account or property, then the user's * existing permissions will be unioned with the permissions specified in the * new UserLink. (userLinks.create) * * @param string $parent Required. Example format: accounts/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody * @param array $optParams Optional parameters. * * @opt_param bool notifyNewUser Optional. If set, then email the new user * notifying them that they've been granted permissions to the resource. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink"); } /** * Deletes a user link on an account or property. (userLinks.delete) * * @param string $name Required. Example format: accounts/1234/userLinks/5678 * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Gets information about a user's link to an account or property. * (userLinks.get) * * @param string $name Required. Example format: accounts/1234/userLinks/5678 * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink"); } /** * Lists all user links on an account or property. * (userLinks.listAccountsUserLinks) * * @param string $parent Required. Example format: accounts/1234 * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of user links to return. The * service may return fewer than this value. If unspecified, at most 200 user * links will be returned. The maximum value is 500; values above 500 will be * coerced to 500. * @opt_param string pageToken A page token, received from a previous * `ListUserLinks` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListUserLinks` must match the * call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListUserLinksResponse */ public function listAccountsUserLinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListUserLinksResponse"); } /** * Updates a user link on an account or property. (userLinks.patch) * * @param string $name Example format: properties/1234/userLinks/5678 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink"); } } PK4 Z|2nvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesGoogleAdsLinks.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $googleAdsLinks = $analyticsadminService->googleAdsLinks; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesGoogleAdsLinks extends Google_Service_Resource { /** * Creates a GoogleAdsLink. (googleAdsLinks.create) * * @param string $parent Required. Example format: properties/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink"); } /** * Deletes a GoogleAdsLink on a property (googleAdsLinks.delete) * * @param string $name Required. Example format: * properties/1234/googleAdsLinks/5678 * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lists GoogleAdsLinks on a property. * (googleAdsLinks.listPropertiesGoogleAdsLinks) * * @param string $parent Required. Example format: properties/1234 * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of resources to return. If * unspecified, at most 50 resources will be returned. The maximum value is 200 * (higher values will be coerced to the maximum). * @opt_param string pageToken A page token, received from a previous * `ListGoogleAdsLinks` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListGoogleAdsLinks` must match * the call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse */ public function listPropertiesGoogleAdsLinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse"); } /** * Updates a GoogleAdsLink on a property (googleAdsLinks.patch) * * @param string $name Output only. Format: * properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: * googleAdsLinkId is not the Google Ads customer ID. * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink"); } } PK4 Zw2ҩ`vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Properties.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $properties = $analyticsadminService->properties; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_Properties extends Google_Service_Resource { /** * Creates an "GA4" property with the specified location and attributes. * (properties.create) * * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty */ public function create(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty"); } /** * Marks target Property as soft-deleted (ie: "trashed") and returns it. This * API does not have a method to restore soft-deleted properties. However, they * can be restored using the Trash Can UI. If the properties are not restored * before the expiration time, the Property and all child resources (eg: * GoogleAdsLinks, Streams, UserLinks) will be permanently purged. * https://support.google.com/analytics/answer/6154772 Returns an error if the * target is not found, or is not an GA4 Property. (properties.delete) * * @param string $name Required. The name of the Property to soft-delete. * Format: properties/{property_id} Example: "properties/1000" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lookup for a single "GA4" Property. (properties.get) * * @param string $name Required. The name of the property to lookup. Format: * properties/{property_id} Example: "properties/1000" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty"); } /** * Returns child Properties under the specified parent Account. Only "GA4" * properties will be returned. Properties will be excluded if the caller does * not have access. Soft-deleted (ie: "trashed") properties are excluded by * default. Returns an empty list if no relevant properties are found. * (properties.listProperties) * * @param array $optParams Optional parameters. * * @opt_param string filter Required. An expression for filtering the results of * the request. Fields eligible for filtering are: `parent:`(The resource name * of the parent account) or `firebase_project:`(The id or number of the linked * firebase project). Some examples of filters: ``` | Filter | Description | * |-----------------------------|-------------------------------------------| | * parent:accounts/123 | The account with account id: 123. | | firebase_project * :project-id | The firebase project with id: project-id. | | * firebase_project:123 | The firebase project with number: 123. | ``` * @opt_param int pageSize The maximum number of resources to return. The * service may return fewer than this value, even if there are additional pages. * If unspecified, at most 50 resources will be returned. The maximum value is * 200; (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous * `ListProperties` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListProperties` must match the * call that provided the page token. * @opt_param bool showDeleted Whether to include soft-deleted (ie: "trashed") * Properties in the results. Properties can be inspected to determine whether * they are deleted or not. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListPropertiesResponse */ public function listProperties($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListPropertiesResponse"); } /** * Updates a property. (properties.patch) * * @param string $name Output only. Resource name of this property. Format: * properties/{property_id} Example: "properties/1000" * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty"); } } PK4 Za@R^vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Accounts.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $accounts = $analyticsadminService->accounts; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_Accounts extends Google_Service_Resource { /** * Marks target Account as soft-deleted (ie: "trashed") and returns it. This API * does not have a method to restore soft-deleted accounts. However, they can be * restored using the Trash Can UI. If the accounts are not restored before the * expiration time, the account and all child resources (eg: Properties, * GoogleAdsLinks, Streams, UserLinks) will be permanently purged. * https://support.google.com/analytics/answer/6154772 Returns an error if the * target is not found. (accounts.delete) * * @param string $name Required. The name of the Account to soft-delete. Format: * accounts/{account} Example: "accounts/100" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lookup for a single Account. (accounts.get) * * @param string $name Required. The name of the account to lookup. Format: * accounts/{account} Example: "accounts/100" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount"); } /** * Get data sharing settings on an account. Data sharing settings are * singletons. (accounts.getDataSharingSettings) * * @param string $name Required. The name of the settings to lookup. Format: * accounts/{account}/dataSharingSettings Example: * "accounts/1000/dataSharingSettings" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaDataSharingSettings */ public function getDataSharingSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getDataSharingSettings', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaDataSharingSettings"); } /** * Returns all accounts accessible by the caller. Note that these accounts might * not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are * excluded by default. Returns an empty list if no relevant accounts are found. * (accounts.listAccounts) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of resources to return. The * service may return fewer than this value, even if there are additional pages. * If unspecified, at most 50 resources will be returned. The maximum value is * 200; (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous * `ListAccounts` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListAccounts` must match the * call that provided the page token. * @opt_param bool showDeleted Whether to include soft-deleted (ie: "trashed") * Accounts in the results. Accounts can be inspected to determine whether they * are deleted or not. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListAccountsResponse */ public function listAccounts($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListAccountsResponse"); } /** * Updates an account. (accounts.patch) * * @param string $name Output only. Resource name of this account. Format: * accounts/{account} Example: "accounts/100" * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount"); } /** * Requests a ticket for creating an account. (accounts.provisionAccountTicket) * * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse */ public function provisionAccountTicket(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('provisionAccountTicket', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse"); } /** * Searches through all changes to an account or its children given the * specified set of filters. (accounts.searchChangeHistoryEvents) * * @param string $account Required. The account resource for which to return * change history resources. * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse */ public function searchChangeHistoryEvents($account, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest $postBody, $optParams = array()) { $params = array('account' => $account, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('searchChangeHistoryEvents', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse"); } } PK4 Zg##nvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreams.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $webDataStreams = $analyticsadminService->webDataStreams; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesWebDataStreams extends Google_Service_Resource { /** * Creates a web stream with the specified location and attributes. * (webDataStreams.create) * * @param string $parent Required. The parent resource where this web data * stream will be created. Format: properties/123 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream"); } /** * Deletes a web stream on a property. (webDataStreams.delete) * * @param string $name Required. The name of the web data stream to delete. * Format: properties/{property_id}/webDataStreams/{stream_id} Example: * "properties/123/webDataStreams/456" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lookup for a single WebDataStream (webDataStreams.get) * * @param string $name Required. The name of the web data stream to lookup. * Format: properties/{property_id}/webDataStreams/{stream_id} Example: * "properties/123/webDataStreams/456" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream"); } /** * Returns the singleton enhanced measurement settings for this web stream. Note * that the stream must enable enhanced measurement for these settings to take * effect. (webDataStreams.getEnhancedMeasurementSettings) * * @param string $name Required. The name of the settings to lookup. Format: pro * perties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings * Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings */ public function getEnhancedMeasurementSettings($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getEnhancedMeasurementSettings', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings"); } /** * Returns the Site Tag for the specified web stream. Site Tags are immutable * singletons. (webDataStreams.getGlobalSiteTag) * * @param string $name Required. The name of the site tag to lookup. Note that * site tags are singletons and do not have unique IDs. Format: * properties/{property_id}/webDataStreams/{stream_id}/globalSiteTag Example: * "properties/123/webDataStreams/456/globalSiteTag" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGlobalSiteTag */ public function getGlobalSiteTag($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getGlobalSiteTag', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGlobalSiteTag"); } /** * Returns child web data streams under the specified parent property. Web data * streams will be excluded if the caller does not have access. Returns an empty * list if no relevant web data streams are found. * (webDataStreams.listPropertiesWebDataStreams) * * @param string $parent Required. The name of the parent property. For example, * to list results of web streams under the property with Id 123: * "properties/123" * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of resources to return. If * unspecified, at most 50 resources will be returned. The maximum value is 200; * (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous * `ListWebDataStreams` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListWebDataStreams` must match * the call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse */ public function listPropertiesWebDataStreams($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse"); } /** * Updates a web stream on a property. (webDataStreams.patch) * * @param string $name Output only. Resource name of this Data Stream. Format: * properties/{property_id}/webDataStreams/{stream_id} Example: * "properties/1000/webDataStreams/2000" * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream"); } /** * Updates the singleton enhanced measurement settings for this web stream. Note * that the stream must enable enhanced measurement for these settings to take * effect. (webDataStreams.updateEnhancedMeasurementSettings) * * @param string $name Output only. Resource name of this Data Stream. Format: p * roperties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSetting * s Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings" * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings */ public function updateEnhancedMeasurementSettings($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateEnhancedMeasurementSettings', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings"); } } PK4 Z>Imvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesFirebaseLinks.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $firebaseLinks = $analyticsadminService->firebaseLinks; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesFirebaseLinks extends Google_Service_Resource { /** * Creates a FirebaseLink. Properties can have at most one FirebaseLink. * (firebaseLinks.create) * * @param string $parent Required. Format: properties/{property_id} Example: * properties/1234 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink"); } /** * Deletes a FirebaseLink on a property (firebaseLinks.delete) * * @param string $name Required. Format: * properties/{property_id}/firebaseLinks/{firebase_link_id} Example: * properties/1234/firebaseLinks/5678 * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lists FirebaseLinks on a property. Properties can have at most one * FirebaseLink. (firebaseLinks.listPropertiesFirebaseLinks) * * @param string $parent Required. Format: properties/{property_id} Example: * properties/1234 * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of resources to return. The * service may return fewer than this value, even if there are additional pages. * If unspecified, at most 50 resources will be returned. The maximum value is * 200; (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous * `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListProperties` must match the * call that provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse */ public function listPropertiesFirebaseLinks($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse"); } /** * Updates a FirebaseLink on a property (firebaseLinks.patch) * * @param string $name Output only. Example format: * properties/1234/firebaseLinks/5678 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink"); } } PK4 Zuvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.phpnu[ * $analyticsadminService = new Google_Service_GoogleAnalyticsAdmin(...); * $androidAppDataStreams = $analyticsadminService->androidAppDataStreams; * */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesAndroidAppDataStreams extends Google_Service_Resource { /** * Creates an Android app stream with the specified location and attributes. * Note that an Android app stream must be linked to a Firebase app to receive * traffic. To create a working app stream, make sure your property is linked to * a Firebase project. Then, use the Firebase API to create a Firebase app, * which will also create an appropriate data stream in Analytics (may take up * to 24 hours). (androidAppDataStreams.create) * * @param string $parent Required. The parent resource where this android app * data stream will be created. Format: properties/123 * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $postBody * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream */ public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream"); } /** * Deletes an android app stream on a property. (androidAppDataStreams.delete) * * @param string $name Required. The name of the android app data stream to * delete. Format: properties/{property_id}/androidAppDataStreams/{stream_id} * Example: "properties/123/androidAppDataStreams/456" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); } /** * Lookup for a single AndroidAppDataStream (androidAppDataStreams.get) * * @param string $name Required. The name of the android app data stream to * lookup. Format: properties/{property_id}/androidAppDataStreams/{stream_id} * Example: "properties/123/androidAppDataStreams/456" * @param array $optParams Optional parameters. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream"); } /** * Returns child android app streams under the specified parent property. * Android app streams will be excluded if the caller does not have access. * Returns an empty list if no relevant android app streams are found. * (androidAppDataStreams.listPropertiesAndroidAppDataStreams) * * @param string $parent Required. The name of the parent property. For example, * to limit results to app streams under the property with Id 123: * "properties/123" * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of resources to return. If * unspecified, at most 50 resources will be returned. The maximum value is 200; * (higher values will be coerced to the maximum) * @opt_param string pageToken A page token, received from a previous call. * Provide this to retrieve the subsequent page. When paginating, all other * parameters provided to `ListAndroidAppDataStreams` must match the call that * provided the page token. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse */ public function listPropertiesAndroidAppDataStreams($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse"); } /** * Updates an android app stream on a property. (androidAppDataStreams.patch) * * @param string $name Output only. Resource name of this Data Stream. Format: * properties/{property_id}/androidAppDataStreams/{stream_id} Example: * "properties/1000/androidAppDataStreams/2000" * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Required. The list of fields to be updated. * Field names must be in snake case (e.g., "field_to_update"). Omitted fields * will not be updated. To replace the entire entity, use one path with the * string "*" to match all fields. * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream */ public function patch($name, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream"); } } PK4 Zs'BBuvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleAdsLink.phpnu[adsPersonalizationEnabled = $adsPersonalizationEnabled; } public function getAdsPersonalizationEnabled() { return $this->adsPersonalizationEnabled; } public function setCanManageClients($canManageClients) { $this->canManageClients = $canManageClients; } public function getCanManageClients() { return $this->canManageClients; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 ZHvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse.phpnu[userLinks = $userLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink[] */ public function getUserLinks() { return $this->userLinks; } } PK4 Znbvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream[] */ public function setWebDataStreams($webDataStreams) { $this->webDataStreams = $webDataStreams; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream[] */ public function getWebDataStreams() { return $this->webDataStreams; } } PK4 Z!~vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLink[] */ public function setUserLinks($userLinks) { $this->userLinks = $userLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAuditUserLink[] */ public function getUserLinks() { return $this->userLinks; } } PK4 Zy}vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest.phpnu[userLink = $userLink; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink */ public function getUserLink() { return $this->userLink; } } PK4 Z`vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.phpnu[requests = $requests; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest[] */ public function getRequests() { return $this->requests; } } PK4 Zvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountSummariesResponse.phpnu[accountSummaries = $accountSummaries; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccountSummary[] */ public function getAccountSummaries() { return $this->accountSummaries; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 ZwR<##vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse.phpnu[iosAppDataStreams = $iosAppDataStreams; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream[] */ public function getIosAppDataStreams() { return $this->iosAppDataStreams; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z|Y??vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse.phpnu[changeHistoryEvents = $changeHistoryEvents; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryEvent[] */ public function getChangeHistoryEvents() { return $this->changeHistoryEvents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z0|44vvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccountSummary.phpnu[account = $account; } public function getAccount() { return $this->account; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaPropertySummary[] */ public function setPropertySummaries($propertySummaries) { $this->propertySummaries = $propertySummaries; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaPropertySummary[] */ public function getPropertySummaries() { return $this->propertySummaries; } } PK4 Z˰xvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaIosAppDataStream.phpnu[bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFirebaseAppId($firebaseAppId) { $this->firebaseAppId = $firebaseAppId; } public function getFirebaseAppId() { return $this->firebaseAppId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 Z{vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse.phpnu[googleAdsLinks = $googleAdsLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink[] */ public function getGoogleAdsLinks() { return $this->googleAdsLinks; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 ZC'vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.phpnu[requests = $requests; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest[] */ public function getRequests() { return $this->requests; } } PK4 ZASvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.phpnu[account = $account; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount */ public function getAccount() { return $this->account; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream */ public function setAndroidAppDataStream(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $androidAppDataStream) { $this->androidAppDataStream = $androidAppDataStream; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream */ public function getAndroidAppDataStream() { return $this->androidAppDataStream; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink */ public function setFirebaseLink(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink $firebaseLink) { $this->firebaseLink = $firebaseLink; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaFirebaseLink */ public function getFirebaseLink() { return $this->firebaseLink; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink */ public function setGoogleAdsLink(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink $googleAdsLink) { $this->googleAdsLink = $googleAdsLink; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaGoogleAdsLink */ public function getGoogleAdsLink() { return $this->googleAdsLink; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream */ public function setIosAppDataStream(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $iosAppDataStream) { $this->iosAppDataStream = $iosAppDataStream; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream */ public function getIosAppDataStream() { return $this->iosAppDataStream; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty */ public function setProperty(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty $property) { $this->property = $property; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty */ public function getProperty() { return $this->property; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream */ public function setWebDataStream(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream $webDataStream) { $this->webDataStream = $webDataStream; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaWebDataStream */ public function getWebDataStream() { return $this->webDataStream; } } PK4 ZH  {vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChange.phpnu[action = $action; } public function getAction() { return $this->action; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource */ public function setResourceAfterChange(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource $resourceAfterChange) { $this->resourceAfterChange = $resourceAfterChange; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource */ public function getResourceAfterChange() { return $this->resourceAfterChange; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource */ public function setResourceBeforeChange(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource $resourceBeforeChange) { $this->resourceBeforeChange = $resourceBeforeChange; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource */ public function getResourceBeforeChange() { return $this->resourceBeforeChange; } } PK4 ZRuvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaWebDataStream.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDefaultUri($defaultUri) { $this->defaultUri = $defaultUri; } public function getDefaultUri() { return $this->defaultUri; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFirebaseAppId($firebaseAppId) { $this->firebaseAppId = $firebaseAppId; } public function getFirebaseAppId() { return $this->firebaseAppId; } public function setMeasurementId($measurementId) { $this->measurementId = $measurementId; } public function getMeasurementId() { return $this->measurementId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 ZEz|vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAndroidAppDataStream.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFirebaseAppId($firebaseAppId) { $this->firebaseAppId = $firebaseAppId; } public function getFirebaseAppId() { return $this->firebaseAppId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 Zm;uvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGlobalSiteTag.phpnu[name = $name; } public function getName() { return $this->name; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } } PK4 ZbaWWvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse.phpnu[androidAppDataStreams = $androidAppDataStreams; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream[] */ public function getAndroidAppDataStreams() { return $this->androidAppDataStreams; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Zzzvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryEvent.phpnu[actorType = $actorType; } public function getActorType() { return $this->actorType; } public function setChangeTime($changeTime) { $this->changeTime = $changeTime; } public function getChangeTime() { return $this->changeTime; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChange[] */ public function setChanges($changes) { $this->changes = $changes; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChange[] */ public function getChanges() { return $this->changes; } public function setChangesFiltered($changesFiltered) { $this->changesFiltered = $changesFiltered; } public function getChangesFiltered() { return $this->changesFiltered; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setUserActorEmail($userActorEmail) { $this->userActorEmail = $userActorEmail; } public function getUserActorEmail() { return $this->userActorEmail; } } PK4 Zb vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.phpnu[fileDownloadsEnabled = $fileDownloadsEnabled; } public function getFileDownloadsEnabled() { return $this->fileDownloadsEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutboundClicksEnabled($outboundClicksEnabled) { $this->outboundClicksEnabled = $outboundClicksEnabled; } public function getOutboundClicksEnabled() { return $this->outboundClicksEnabled; } public function setPageChangesEnabled($pageChangesEnabled) { $this->pageChangesEnabled = $pageChangesEnabled; } public function getPageChangesEnabled() { return $this->pageChangesEnabled; } public function setPageLoadsEnabled($pageLoadsEnabled) { $this->pageLoadsEnabled = $pageLoadsEnabled; } public function getPageLoadsEnabled() { return $this->pageLoadsEnabled; } public function setPageViewsEnabled($pageViewsEnabled) { $this->pageViewsEnabled = $pageViewsEnabled; } public function getPageViewsEnabled() { return $this->pageViewsEnabled; } public function setScrollsEnabled($scrollsEnabled) { $this->scrollsEnabled = $scrollsEnabled; } public function getScrollsEnabled() { return $this->scrollsEnabled; } public function setSearchQueryParameter($searchQueryParameter) { $this->searchQueryParameter = $searchQueryParameter; } public function getSearchQueryParameter() { return $this->searchQueryParameter; } public function setSiteSearchEnabled($siteSearchEnabled) { $this->siteSearchEnabled = $siteSearchEnabled; } public function getSiteSearchEnabled() { return $this->siteSearchEnabled; } public function setStreamEnabled($streamEnabled) { $this->streamEnabled = $streamEnabled; } public function getStreamEnabled() { return $this->streamEnabled; } public function setUriQueryParameter($uriQueryParameter) { $this->uriQueryParameter = $uriQueryParameter; } public function getUriQueryParameter() { return $this->uriQueryParameter; } public function setVideoEngagementEnabled($videoEngagementEnabled) { $this->videoEngagementEnabled = $videoEngagementEnabled; } public function getVideoEngagementEnabled() { return $this->videoEngagementEnabled; } } PK4 ZE-vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.phpnu[userLinks = $userLinks; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaUserLink[] */ public function getUserLinks() { return $this->userLinks; } } PK4 Z{ttvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaFirebaseLink.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setMaximumUserAccess($maximumUserAccess) { $this->maximumUserAccess = $maximumUserAccess; } public function getMaximumUserAccess() { return $this->maximumUserAccess; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProject($project) { $this->project = $project; } public function getProject() { return $this->project; } } PK4 Z-vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.phpnu[account = $account; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAccount */ public function getAccount() { return $this->account; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; } public function getRedirectUri() { return $this->redirectUri; } } PK4 ZJw5*YY}vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 Z=iEovendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccount.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeleted($deleted) { $this->deleted = $deleted; } public function getDeleted() { return $this->deleted; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 Zxevendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.phpnu[action = $action; } public function getAction() { return $this->action; } public function setActorEmail($actorEmail) { $this->actorEmail = $actorEmail; } public function getActorEmail() { return $this->actorEmail; } public function setEarliestChangeTime($earliestChangeTime) { $this->earliestChangeTime = $earliestChangeTime; } public function getEarliestChangeTime() { return $this->earliestChangeTime; } public function setLatestChangeTime($latestChangeTime) { $this->latestChangeTime = $latestChangeTime; } public function getLatestChangeTime() { return $this->latestChangeTime; } 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 setProperty($property) { $this->property = $property; } public function getProperty() { return $this->property; } public function setResourceType($resourceType) { $this->resourceType = $resourceType; } public function getResourceType() { return $this->resourceType; } } PK4 ZVYdXdXGvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer.phpnu[ * Accesses your bidding-account information, submits creatives for validation, * finds available direct deals, and retrieves performance reports.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_AdExchangeBuyer extends Google_Service { /** Manage your Ad Exchange buyer account configuration. */ const ADEXCHANGE_BUYER = "https://www.googleapis.com/auth/adexchange.buyer"; public $accounts; public $billingInfo; public $budget; public $creatives; public $marketplacedeals; public $marketplacenotes; public $marketplaceprivateauction; public $performanceReport; public $pretargetingConfig; public $products; public $proposals; public $pubprofiles; /** * Constructs the internal representation of the AdExchangeBuyer service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'adexchangebuyer/v1.4/'; $this->batchPath = 'batch/adexchangebuyer/v1.4'; $this->version = 'v1.4'; $this->serviceName = 'adexchangebuyer'; $this->accounts = new Google_Service_AdExchangeBuyer_Resource_Accounts( $this, $this->serviceName, 'accounts', array( 'methods' => array( 'get' => array( 'path' => 'accounts/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'accounts', 'httpMethod' => 'GET', 'parameters' => array(), ),'patch' => array( 'path' => 'accounts/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'confirmUnsafeAccountChange' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'update' => array( 'path' => 'accounts/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'confirmUnsafeAccountChange' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->billingInfo = new Google_Service_AdExchangeBuyer_Resource_BillingInfo( $this, $this->serviceName, 'billingInfo', array( 'methods' => array( 'get' => array( 'path' => 'billinginfo/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'billinginfo', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->budget = new Google_Service_AdExchangeBuyer_Resource_Budget( $this, $this->serviceName, 'budget', array( 'methods' => array( 'get' => array( 'path' => 'billinginfo/{accountId}/{billingId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'billingId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'billinginfo/{accountId}/{billingId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'billingId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'billinginfo/{accountId}/{billingId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'billingId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->creatives = new Google_Service_AdExchangeBuyer_Resource_Creatives( $this, $this->serviceName, 'creatives', array( 'methods' => array( 'addDeal' => array( 'path' => 'creatives/{accountId}/{buyerCreativeId}/addDeal/{dealId}', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'buyerCreativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dealId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'creatives/{accountId}/{buyerCreativeId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'buyerCreativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'creatives', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'creatives', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'query', 'type' => 'integer', 'repeated' => true, ), 'buyerCreativeId' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'dealsStatusFilter' => array( 'location' => 'query', 'type' => 'string', ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'openAuctionStatusFilter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listDeals' => array( 'path' => 'creatives/{accountId}/{buyerCreativeId}/listDeals', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'buyerCreativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'removeDeal' => array( 'path' => 'creatives/{accountId}/{buyerCreativeId}/removeDeal/{dealId}', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'buyerCreativeId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'dealId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->marketplacedeals = new Google_Service_AdExchangeBuyer_Resource_Marketplacedeals( $this, $this->serviceName, 'marketplacedeals', array( 'methods' => array( 'delete' => array( 'path' => 'proposals/{proposalId}/deals/delete', 'httpMethod' => 'POST', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'proposals/{proposalId}/deals/insert', 'httpMethod' => 'POST', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'proposals/{proposalId}/deals', 'httpMethod' => 'GET', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pqlQuery' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'proposals/{proposalId}/deals/update', 'httpMethod' => 'POST', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->marketplacenotes = new Google_Service_AdExchangeBuyer_Resource_Marketplacenotes( $this, $this->serviceName, 'marketplacenotes', array( 'methods' => array( 'insert' => array( 'path' => 'proposals/{proposalId}/notes/insert', 'httpMethod' => 'POST', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'proposals/{proposalId}/notes', 'httpMethod' => 'GET', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pqlQuery' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->marketplaceprivateauction = new Google_Service_AdExchangeBuyer_Resource_Marketplaceprivateauction( $this, $this->serviceName, 'marketplaceprivateauction', array( 'methods' => array( 'updateproposal' => array( 'path' => 'privateauction/{privateAuctionId}/updateproposal', 'httpMethod' => 'POST', 'parameters' => array( 'privateAuctionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->performanceReport = new Google_Service_AdExchangeBuyer_Resource_PerformanceReport( $this, $this->serviceName, 'performanceReport', array( 'methods' => array( 'list' => array( 'path' => 'performancereport', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'endDateTime' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'startDateTime' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->pretargetingConfig = new Google_Service_AdExchangeBuyer_Resource_PretargetingConfig( $this, $this->serviceName, 'pretargetingConfig', array( 'methods' => array( 'delete' => array( 'path' => 'pretargetingconfigs/{accountId}/{configId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'pretargetingconfigs/{accountId}/{configId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'pretargetingconfigs/{accountId}', 'httpMethod' => 'POST', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'pretargetingconfigs/{accountId}', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'pretargetingconfigs/{accountId}/{configId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'pretargetingconfigs/{accountId}/{configId}', 'httpMethod' => 'PUT', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'configId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->products = new Google_Service_AdExchangeBuyer_Resource_Products( $this, $this->serviceName, 'products', array( 'methods' => array( 'get' => array( 'path' => 'products/{productId}', 'httpMethod' => 'GET', 'parameters' => array( 'productId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'products/search', 'httpMethod' => 'GET', 'parameters' => array( 'pqlQuery' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->proposals = new Google_Service_AdExchangeBuyer_Resource_Proposals( $this, $this->serviceName, 'proposals', array( 'methods' => array( 'get' => array( 'path' => 'proposals/{proposalId}', 'httpMethod' => 'GET', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'proposals/insert', 'httpMethod' => 'POST', 'parameters' => array(), ),'patch' => array( 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}', 'httpMethod' => 'PATCH', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'revisionNumber' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateAction' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( 'path' => 'proposals/search', 'httpMethod' => 'GET', 'parameters' => array( 'pqlQuery' => array( 'location' => 'query', 'type' => 'string', ), ), ),'setupcomplete' => array( 'path' => 'proposals/{proposalId}/setupcomplete', 'httpMethod' => 'POST', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}', 'httpMethod' => 'PUT', 'parameters' => array( 'proposalId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'revisionNumber' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateAction' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->pubprofiles = new Google_Service_AdExchangeBuyer_Resource_Pubprofiles( $this, $this->serviceName, 'pubprofiles', array( 'methods' => array( 'list' => array( 'path' => 'publisher/{accountId}/profiles', 'httpMethod' => 'GET', 'parameters' => array( 'accountId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); } } PK4 ZJ  Rvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyCost.phpnu[costPerResponseNanos = $costPerResponseNanos; } public function getCostPerResponseNanos() { return $this->costPerResponseNanos; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setMaxCostPerResponseNanos($maxCostPerResponseNanos) { $this->maxCostPerResponseNanos = $maxCostPerResponseNanos; } public function getMaxCostPerResponseNanos() { return $this->maxCostPerResponseNanos; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } } PK4 ZEZPvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.phpnu[resultPerPage = $resultPerPage; } public function getResultPerPage() { return $this->resultPerPage; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK4 ZV[vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.phpnu[maxCostPerResponseNanos = $maxCostPerResponseNanos; } public function getMaxCostPerResponseNanos() { return $this->maxCostPerResponseNanos; } } PK4 Z2&[[\vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK4 Z#)aa[vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.phpnu[altText = $altText; } public function getAltText() { return $this->altText; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 Z9Nvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.phpnu[audience = $audience; } /** * @return Google_Service_ConsumerSurveys_SurveyAudience */ public function getAudience() { return $this->audience; } /** * @param Google_Service_ConsumerSurveys_SurveyCost */ public function setCost(Google_Service_ConsumerSurveys_SurveyCost $cost) { $this->cost = $cost; } /** * @return Google_Service_ConsumerSurveys_SurveyCost */ public function getCost() { return $this->cost; } public function setCustomerData($customerData) { $this->customerData = $customerData; } public function getCustomerData() { return $this->customerData; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setOwners($owners) { $this->owners = $owners; } public function getOwners() { return $this->owners; } /** * @param Google_Service_ConsumerSurveys_SurveyQuestion */ public function setQuestions($questions) { $this->questions = $questions; } /** * @return Google_Service_ConsumerSurveys_SurveyQuestion */ public function getQuestions() { return $this->questions; } /** * @param Google_Service_ConsumerSurveys_SurveyRejection */ public function setRejectionReason(Google_Service_ConsumerSurveys_SurveyRejection $rejectionReason) { $this->rejectionReason = $rejectionReason; } /** * @return Google_Service_ConsumerSurveys_SurveyRejection */ public function getRejectionReason() { return $this->rejectionReason; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSurveyUrlId($surveyUrlId) { $this->surveyUrlId = $surveyUrlId; } public function getSurveyUrlId() { return $this->surveyUrlId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWantedResponseCount($wantedResponseCount) { $this->wantedResponseCount = $wantedResponseCount; } public function getWantedResponseCount() { return $this->wantedResponseCount; } } PK4 Z"9Wvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyRejection.phpnu[explanation = $explanation; } public function getExplanation() { return $this->explanation; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Z'Z[vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysListResponse.phpnu[pageInfo = $pageInfo; } /** * @return Google_Service_ConsumerSurveys_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_ConsumerSurveys_Survey */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ConsumerSurveys_Survey */ public function getResources() { return $this->resources; } /** * @param Google_Service_ConsumerSurveys_TokenPagination */ public function setTokenPagination(Google_Service_ConsumerSurveys_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_ConsumerSurveys_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } } PK4 Z/ `vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Mobileapppanels.phpnu[ * $consumersurveysService = new Google_Service_ConsumerSurveys(...); * $mobileapppanels = $consumersurveysService->mobileapppanels; * */ class Google_Service_ConsumerSurveys_Resource_Mobileapppanels extends Google_Service_Resource { /** * Retrieves a MobileAppPanel that is available to the authenticated user. * (mobileapppanels.get) * * @param string $panelId External URL ID for the panel. * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_MobileAppPanel */ public function get($panelId, $optParams = array()) { $params = array('panelId' => $panelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ConsumerSurveys_MobileAppPanel"); } /** * Lists the MobileAppPanels available to the authenticated user. * (mobileapppanels.listMobileapppanels) * * @param array $optParams Optional parameters. * * @opt_param string maxResults * @opt_param string startIndex * @opt_param string token * @return Google_Service_ConsumerSurveys_MobileAppPanelsListResponse */ public function listMobileapppanels($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ConsumerSurveys_MobileAppPanelsListResponse"); } /** * Updates a MobileAppPanel. Currently the only property that can be updated is * the owners property. (mobileapppanels.update) * * @param string $panelId External URL ID for the panel. * @param Google_Service_ConsumerSurveys_MobileAppPanel $postBody * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_MobileAppPanel */ public function update($panelId, Google_Service_ConsumerSurveys_MobileAppPanel $postBody, $optParams = array()) { $params = array('panelId' => $panelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ConsumerSurveys_MobileAppPanel"); } } PK4 ZCWXvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Results.phpnu[ * $consumersurveysService = new Google_Service_ConsumerSurveys(...); * $results = $consumersurveysService->results; * */ class Google_Service_ConsumerSurveys_Resource_Results extends Google_Service_Resource { /** * Retrieves any survey results that have been produced so far. Results are * formatted as an Excel file. You must add "?alt=media" to the URL as an * argument to get results. (results.get) * * @param string $surveyUrlId External URL ID for the survey. * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_SurveyResults */ public function get($surveyUrlId, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ConsumerSurveys_SurveyResults"); } } PK4 ZXvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Surveys.phpnu[ * $consumersurveysService = new Google_Service_ConsumerSurveys(...); * $surveys = $consumersurveysService->surveys; * */ class Google_Service_ConsumerSurveys_Resource_Surveys extends Google_Service_Resource { /** * Removes a survey from view in all user GET requests. (surveys.delete) * * @param string $surveyUrlId External URL ID for the survey. * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_SurveysDeleteResponse */ public function delete($surveyUrlId, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ConsumerSurveys_SurveysDeleteResponse"); } /** * Retrieves information about the specified survey. (surveys.get) * * @param string $surveyUrlId External URL ID for the survey. * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_Survey */ public function get($surveyUrlId, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ConsumerSurveys_Survey"); } /** * Creates a survey. (surveys.insert) * * @param Google_Service_ConsumerSurveys_Survey $postBody * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_Survey */ public function insert(Google_Service_ConsumerSurveys_Survey $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_ConsumerSurveys_Survey"); } /** * Lists the surveys owned by the authenticated user. (surveys.listSurveys) * * @param array $optParams Optional parameters. * * @opt_param string maxResults * @opt_param string startIndex * @opt_param string token * @return Google_Service_ConsumerSurveys_SurveysListResponse */ public function listSurveys($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ConsumerSurveys_SurveysListResponse"); } /** * Begins running a survey. (surveys.start) * * @param string $resourceId * @param Google_Service_ConsumerSurveys_SurveysStartRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_SurveysStartResponse */ public function start($resourceId, Google_Service_ConsumerSurveys_SurveysStartRequest $postBody, $optParams = array()) { $params = array('resourceId' => $resourceId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_ConsumerSurveys_SurveysStartResponse"); } /** * Stops a running survey. (surveys.stop) * * @param string $resourceId * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_SurveysStopResponse */ public function stop($resourceId, $optParams = array()) { $params = array('resourceId' => $resourceId); $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_ConsumerSurveys_SurveysStopResponse"); } /** * Updates a survey. Currently the only property that can be updated is the * owners property. (surveys.update) * * @param string $surveyUrlId External URL ID for the survey. * @param Google_Service_ConsumerSurveys_Survey $postBody * @param array $optParams Optional parameters. * @return Google_Service_ConsumerSurveys_Survey */ public function update($surveyUrlId, Google_Service_ConsumerSurveys_Survey $postBody, $optParams = array()) { $params = array('surveyUrlId' => $surveyUrlId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_ConsumerSurveys_Survey"); } } PK4 Z"Svendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.phpnu[fields = $fields; } /** * @return Google_Service_ConsumerSurveys_FieldMask */ public function getFields() { return $this->fields; } public function setProjection($projection) { $this->projection = $projection; } public function getProjection() { return $this->projection; } } PK4 Z[[Wvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setPreviousPageToken($previousPageToken) { $this->previousPageToken = $previousPageToken; } public function getPreviousPageToken() { return $this->previousPageToken; } } PK4 Z|mmYvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsGetRequest.phpnu[resultMask = $resultMask; } /** * @return Google_Service_ConsumerSurveys_ResultsMask */ public function getResultMask() { return $this->resultMask; } } PK4 ZmזUvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyResults.phpnu[status = $status; } public function getStatus() { return $this->status; } public function setSurveyUrlId($surveyUrlId) { $this->surveyUrlId = $surveyUrlId; } public function getSurveyUrlId() { return $this->surveyUrlId; } } PK4 ZXRZZ[vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK4 ZQ,acvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanelsListResponse.phpnu[pageInfo = $pageInfo; } /** * @return Google_Service_ConsumerSurveys_PageInfo */ public function getPageInfo() { return $this->pageInfo; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_ConsumerSurveys_MobileAppPanel */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ConsumerSurveys_MobileAppPanel */ public function getResources() { return $this->resources; } /** * @param Google_Service_ConsumerSurveys_TokenPagination */ public function setTokenPagination(Google_Service_ConsumerSurveys_TokenPagination $tokenPagination) { $this->tokenPagination = $tokenPagination; } /** * @return Google_Service_ConsumerSurveys_TokenPagination */ public function getTokenPagination() { return $this->tokenPagination; } } PK4 ZAfVvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.phpnu[country = $country; } public function getCountry() { return $this->country; } public function setIsPublicPanel($isPublicPanel) { $this->isPublicPanel = $isPublicPanel; } public function getIsPublicPanel() { return $this->isPublicPanel; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setMobileAppPanelId($mobileAppPanelId) { $this->mobileAppPanelId = $mobileAppPanelId; } public function getMobileAppPanelId() { return $this->mobileAppPanelId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwners($owners) { $this->owners = $owners; } public function getOwners() { return $this->owners; } } PK4 ZQvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/FieldMask.phpnu[fields = $fields; } /** * @return Google_Service_ConsumerSurveys_FieldMask */ public function getFields() { return $this->fields; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK4 Z]HHVvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestion.phpnu[answerOrder = $answerOrder; } public function getAnswerOrder() { return $this->answerOrder; } public function setAnswers($answers) { $this->answers = $answers; } public function getAnswers() { return $this->answers; } public function setHasOther($hasOther) { $this->hasOther = $hasOther; } public function getHasOther() { return $this->hasOther; } public function setHighValueLabel($highValueLabel) { $this->highValueLabel = $highValueLabel; } public function getHighValueLabel() { return $this->highValueLabel; } /** * @param Google_Service_ConsumerSurveys_SurveyQuestionImage */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_ConsumerSurveys_SurveyQuestionImage */ public function getImages() { return $this->images; } public function setLastAnswerPositionPinned($lastAnswerPositionPinned) { $this->lastAnswerPositionPinned = $lastAnswerPositionPinned; } public function getLastAnswerPositionPinned() { return $this->lastAnswerPositionPinned; } public function setLowValueLabel($lowValueLabel) { $this->lowValueLabel = $lowValueLabel; } public function getLowValueLabel() { return $this->lowValueLabel; } public function setMustPickSuggestion($mustPickSuggestion) { $this->mustPickSuggestion = $mustPickSuggestion; } public function getMustPickSuggestion() { return $this->mustPickSuggestion; } public function setNumStars($numStars) { $this->numStars = $numStars; } public function getNumStars() { return $this->numStars; } public function setOpenTextPlaceholder($openTextPlaceholder) { $this->openTextPlaceholder = $openTextPlaceholder; } public function getOpenTextPlaceholder() { return $this->openTextPlaceholder; } public function setOpenTextSuggestions($openTextSuggestions) { $this->openTextSuggestions = $openTextSuggestions; } public function getOpenTextSuggestions() { return $this->openTextSuggestions; } public function setQuestion($question) { $this->question = $question; } public function getQuestion() { return $this->question; } public function setSentimentText($sentimentText) { $this->sentimentText = $sentimentText; } public function getSentimentText() { return $this->sentimentText; } public function setSingleLineResponse($singleLineResponse) { $this->singleLineResponse = $singleLineResponse; } public function getSingleLineResponse() { return $this->singleLineResponse; } public function setThresholdAnswers($thresholdAnswers) { $this->thresholdAnswers = $thresholdAnswers; } public function getThresholdAnswers() { return $this->thresholdAnswers; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnitOfMeasurementLabel($unitOfMeasurementLabel) { $this->unitOfMeasurementLabel = $unitOfMeasurementLabel; } public function getUnitOfMeasurementLabel() { return $this->unitOfMeasurementLabel; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } } PK4 Z^\Vvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.phpnu[ages = $ages; } public function getAges() { return $this->ages; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setCountrySubdivision($countrySubdivision) { $this->countrySubdivision = $countrySubdivision; } public function getCountrySubdivision() { return $this->countrySubdivision; } public function setGender($gender) { $this->gender = $gender; } public function getGender() { return $this->gender; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setMobileAppPanelId($mobileAppPanelId) { $this->mobileAppPanelId = $mobileAppPanelId; } public function getMobileAppPanelId() { return $this->mobileAppPanelId; } public function setPopulationSource($populationSource) { $this->populationSource = $populationSource; } public function getPopulationSource() { return $this->populationSource; } } PK4 Z;\\]vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysDeleteResponse.phpnu[requestId = $requestId; } public function getRequestId() { return $this->requestId; } } PK4 ZqwhhDvendor/google/apiclient-services/src/Google/Service/Safebrowsing.phpnu[ * Enables client applications to check web resources (most commonly URLs) * against Google-generated lists of unsafe web resources. The Safe Browsing * APIs are for non-commercial use only. If you need to use APIs to detect * malicious URLs for commercial purposes – meaning “for sale or revenue- * generating purposes” – please refer to the Web Risk API.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Safebrowsing extends Google_Service { public $encodedFullHashes; public $encodedUpdates; public $fullHashes; public $threatHits; public $threatListUpdates; public $threatLists; public $threatMatches; /** * Constructs the internal representation of the Safebrowsing service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://safebrowsing.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v4'; $this->serviceName = 'safebrowsing'; $this->encodedFullHashes = new Google_Service_Safebrowsing_Resource_EncodedFullHashes( $this, $this->serviceName, 'encodedFullHashes', array( 'methods' => array( 'get' => array( 'path' => 'v4/encodedFullHashes/{encodedRequest}', 'httpMethod' => 'GET', 'parameters' => array( 'encodedRequest' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientId' => array( 'location' => 'query', 'type' => 'string', ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->encodedUpdates = new Google_Service_Safebrowsing_Resource_EncodedUpdates( $this, $this->serviceName, 'encodedUpdates', array( 'methods' => array( 'get' => array( 'path' => 'v4/encodedUpdates/{encodedRequest}', 'httpMethod' => 'GET', 'parameters' => array( 'encodedRequest' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'clientId' => array( 'location' => 'query', 'type' => 'string', ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->fullHashes = new Google_Service_Safebrowsing_Resource_FullHashes( $this, $this->serviceName, 'fullHashes', array( 'methods' => array( 'find' => array( 'path' => 'v4/fullHashes:find', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->threatHits = new Google_Service_Safebrowsing_Resource_ThreatHits( $this, $this->serviceName, 'threatHits', array( 'methods' => array( 'create' => array( 'path' => 'v4/threatHits', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->threatListUpdates = new Google_Service_Safebrowsing_Resource_ThreatListUpdates( $this, $this->serviceName, 'threatListUpdates', array( 'methods' => array( 'fetch' => array( 'path' => 'v4/threatListUpdates:fetch', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->threatLists = new Google_Service_Safebrowsing_Resource_ThreatLists( $this, $this->serviceName, 'threatLists', array( 'methods' => array( 'list' => array( 'path' => 'v4/threatLists', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->threatMatches = new Google_Service_Safebrowsing_Resource_ThreatMatches( $this, $this->serviceName, 'threatMatches', array( 'methods' => array( 'find' => array( 'path' => 'v4/threatMatches:find', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK4 ZdHvendor/google/apiclient-services/src/Google/Service/SiteVerification.phpnu[ * Verifies ownership of websites or domains with Google.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SiteVerification extends Google_Service { /** Manage the list of sites and domains you control. */ const SITEVERIFICATION = "https://www.googleapis.com/auth/siteverification"; /** Manage your new site verifications with Google. */ const SITEVERIFICATION_VERIFY_ONLY = "https://www.googleapis.com/auth/siteverification.verify_only"; public $webResource; /** * Constructs the internal representation of the SiteVerification service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'siteVerification/v1/'; $this->batchPath = 'batch/siteVerification/v1'; $this->version = 'v1'; $this->serviceName = 'siteVerification'; $this->webResource = new Google_Service_SiteVerification_Resource_WebResource( $this, $this->serviceName, 'webResource', array( 'methods' => array( 'delete' => array( 'path' => 'webResource/{id}', 'httpMethod' => 'DELETE', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'webResource/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getToken' => array( 'path' => 'token', 'httpMethod' => 'POST', 'parameters' => array(), ),'insert' => array( 'path' => 'webResource', 'httpMethod' => 'POST', 'parameters' => array( 'verificationMethod' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'webResource', 'httpMethod' => 'GET', 'parameters' => array(), ),'patch' => array( 'path' => 'webResource/{id}', 'httpMethod' => 'PATCH', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'webResource/{id}', 'httpMethod' => 'PUT', 'parameters' => array( 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } } PK4 Zs,Gvendor/google/apiclient-services/src/Google/Service/CloudMonitoring.phpnu[ * Accesses Google Cloud Monitoring data.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudMonitoring extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */ const MONITORING = "https://www.googleapis.com/auth/monitoring"; public $metricDescriptors; public $timeseries; public $timeseriesDescriptors; /** * Constructs the internal representation of the CloudMonitoring service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'cloudmonitoring/v2beta2/projects/'; $this->version = 'v2beta2'; $this->serviceName = 'cloudmonitoring'; $this->metricDescriptors = new Google_Service_CloudMonitoring_Resource_MetricDescriptors( $this, $this->serviceName, 'metricDescriptors', array( 'methods' => array( 'create' => array( 'path' => '{project}/metricDescriptors', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => '{project}/metricDescriptors/{metric}', 'httpMethod' => 'DELETE', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'metric' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => '{project}/metricDescriptors', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'count' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'query' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->timeseries = new Google_Service_CloudMonitoring_Resource_Timeseries( $this, $this->serviceName, 'timeseries', array( 'methods' => array( 'list' => array( 'path' => '{project}/timeseries/{metric}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'metric' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'youngest' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'aggregator' => array( 'location' => 'query', 'type' => 'string', ), 'count' => array( 'location' => 'query', 'type' => 'integer', ), 'labels' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'oldest' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'timespan' => array( 'location' => 'query', 'type' => 'string', ), 'window' => array( 'location' => 'query', 'type' => 'string', ), ), ),'write' => array( 'path' => '{project}/timeseries:write', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_Resource_TimeseriesDescriptors( $this, $this->serviceName, 'timeseriesDescriptors', array( 'methods' => array( 'list' => array( 'path' => '{project}/timeseriesDescriptors/{metric}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'metric' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'youngest' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'aggregator' => array( 'location' => 'query', 'type' => 'string', ), 'count' => array( 'location' => 'query', 'type' => 'integer', ), 'labels' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'oldest' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'timespan' => array( 'location' => 'query', 'type' => 'string', ), 'window' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK4 Zmb b Gvendor/google/apiclient-services/src/Google/Service/CommentAnalyzer.phpnu[ * The Perspective Comment Analyzer API provides information about the potential * impact of a comment on a conversation (e.g. it can provide a score for the * "toxicity" of a comment). Users can leverage the "SuggestCommentScore" method * to submit corrections to improve Perspective over time. Users can set the * "doNotStore" flag to ensure that all submitted comments are automatically * deleted after scores are returned.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CommentAnalyzer extends Google_Service { /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $comments; /** * Constructs the internal representation of the CommentAnalyzer service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://commentanalyzer.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha1'; $this->serviceName = 'commentanalyzer'; $this->comments = new Google_Service_CommentAnalyzer_Resource_Comments( $this, $this->serviceName, 'comments', array( 'methods' => array( 'analyze' => array( 'path' => 'v1alpha1/comments:analyze', 'httpMethod' => 'POST', 'parameters' => array(), ),'suggestscore' => array( 'path' => 'v1alpha1/comments:suggestscore', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK4 Z~DIIAvendor/google/apiclient-services/src/Google/Service/Firestore.phpnu[ * Accesses the NoSQL document database built for automatic scaling, high * performance, and ease of application development.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Firestore extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Cloud Datastore data. */ const DATASTORE = "https://www.googleapis.com/auth/datastore"; public $projects_databases; public $projects_databases_collectionGroups_fields; public $projects_databases_collectionGroups_indexes; public $projects_databases_documents; public $projects_databases_operations; public $projects_locations; /** * Constructs the internal representation of the Firestore service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://firestore.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'firestore'; $this->projects_databases = new Google_Service_Firestore_Resource_ProjectsDatabases( $this, $this->serviceName, 'databases', array( 'methods' => array( 'exportDocuments' => array( 'path' => 'v1/{+name}:exportDocuments', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'importDocuments' => array( 'path' => 'v1/{+name}:importDocuments', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_databases_collectionGroups_fields = new Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsFields( $this, $this->serviceName, 'fields', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/fields', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_databases_collectionGroups_indexes = new Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsIndexes( $this, $this->serviceName, 'indexes', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/indexes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/indexes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_databases_documents = new Google_Service_Firestore_Resource_ProjectsDatabasesDocuments( $this, $this->serviceName, 'documents', array( 'methods' => array( 'batchGet' => array( 'path' => 'v1/{+database}/documents:batchGet', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'batchWrite' => array( 'path' => 'v1/{+database}/documents:batchWrite', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'beginTransaction' => array( 'path' => 'v1/{+database}/documents:beginTransaction', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'commit' => array( 'path' => 'v1/{+database}/documents:commit', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createDocument' => array( 'path' => 'v1/{+parent}/{collectionId}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collectionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'documentId' => array( 'location' => 'query', 'type' => 'string', ), 'mask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'currentDocument.exists' => array( 'location' => 'query', 'type' => 'boolean', ), 'currentDocument.updateTime' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'mask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'readTime' => array( 'location' => 'query', 'type' => 'string', ), 'transaction' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/{collectionId}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'collectionId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'mask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'readTime' => array( 'location' => 'query', 'type' => 'string', ), 'showMissing' => array( 'location' => 'query', 'type' => 'boolean', ), 'transaction' => array( 'location' => 'query', 'type' => 'string', ), ), ),'listCollectionIds' => array( 'path' => 'v1/{+parent}:listCollectionIds', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'listen' => array( 'path' => 'v1/{+database}/documents:listen', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'partitionQuery' => array( 'path' => 'v1/{+parent}:partitionQuery', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'currentDocument.exists' => array( 'location' => 'query', 'type' => 'boolean', ), 'currentDocument.updateTime' => array( 'location' => 'query', 'type' => 'string', ), 'mask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), 'updateMask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'rollback' => array( 'path' => 'v1/{+database}/documents:rollback', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'runQuery' => array( 'path' => 'v1/{+parent}:runQuery', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'write' => array( 'path' => 'v1/{+database}/documents:write', 'httpMethod' => 'POST', 'parameters' => array( 'database' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_databases_operations = new Google_Service_Firestore_Resource_ProjectsDatabasesOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->projects_locations = new Google_Service_Firestore_Resource_ProjectsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK4 ZVL55Nvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/Search.phpnu[context = $context; } public function getContext() { return $this->context; } /** * @param Google_Service_CustomSearchAPI_Result[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CustomSearchAPI_Result[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CustomSearchAPI_Promotion[] */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_CustomSearchAPI_Promotion[] */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_CustomSearchAPI_SearchQueries */ public function setQueries(Google_Service_CustomSearchAPI_SearchQueries $queries) { $this->queries = $queries; } /** * @return Google_Service_CustomSearchAPI_SearchQueries */ public function getQueries() { return $this->queries; } /** * @param Google_Service_CustomSearchAPI_SearchSearchInformation */ public function setSearchInformation(Google_Service_CustomSearchAPI_SearchSearchInformation $searchInformation) { $this->searchInformation = $searchInformation; } /** * @return Google_Service_CustomSearchAPI_SearchSearchInformation */ public function getSearchInformation() { return $this->searchInformation; } /** * @param Google_Service_CustomSearchAPI_SearchSpelling */ public function setSpelling(Google_Service_CustomSearchAPI_SearchSpelling $spelling) { $this->spelling = $spelling; } /** * @return Google_Service_CustomSearchAPI_SearchSpelling */ public function getSpelling() { return $this->spelling; } /** * @param Google_Service_CustomSearchAPI_SearchUrl */ public function setUrl(Google_Service_CustomSearchAPI_SearchUrl $url) { $this->url = $url; } /** * @return Google_Service_CustomSearchAPI_SearchUrl */ public function getUrl() { return $this->url; } } PK4 Z_eSvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/ResultImage.phpnu[byteSize = $byteSize; } public function getByteSize() { return $this->byteSize; } public function setContextLink($contextLink) { $this->contextLink = $contextLink; } public function getContextLink() { return $this->contextLink; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setThumbnailHeight($thumbnailHeight) { $this->thumbnailHeight = $thumbnailHeight; } public function getThumbnailHeight() { return $this->thumbnailHeight; } public function setThumbnailLink($thumbnailLink) { $this->thumbnailLink = $thumbnailLink; } public function getThumbnailLink() { return $this->thumbnailLink; } public function setThumbnailWidth($thumbnailWidth) { $this->thumbnailWidth = $thumbnailWidth; } public function getThumbnailWidth() { return $this->thumbnailWidth; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK4 Z#  Tvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/ResultLabels.phpnu[ "label_with_op", ); public $displayName; public $labelWithOp; public $name; public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabelWithOp($labelWithOp) { $this->labelWithOp = $labelWithOp; } public function getLabelWithOp() { return $this->labelWithOp; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 ZP]Zvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/PromotionBodyLines.phpnu[htmlTitle = $htmlTitle; } public function getHtmlTitle() { return $this->htmlTitle; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 Z''Tvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/Resource/Cse.phpnu[ * $customsearchService = new Google_Service_CustomSearchAPI(...); * $cse = $customsearchService->cse; * */ class Google_Service_CustomSearchAPI_Resource_Cse extends Google_Service_Resource { /** * Returns metadata about the search performed, metadata about the engine used * for the search, and the search results. (cse.listCse) * * @param array $optParams Optional parameters. * * @opt_param string c2coff Enables or disables [Simplified and Traditional * Chinese Search](https://developers.google.com/custom- * search/docs/xml_results#chineseSearch). The default value for this parameter * is 0 (zero), meaning that the feature is enabled. Supported values are: * * `1`: Disabled * `0`: Enabled (default) * @opt_param string cr Restricts search results to documents originating in a * particular country. You may use [Boolean * operators](https://developers.google.com/custom- * search/docs/xml_results_appendices#booleanOperators) in the cr parameter's * value. Google Search determines the country of a document by analyzing: * the * top-level domain (TLD) of the document's URL * the geographic location of the * Web server's IP address See the [Country Parameter * Values](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCollections) page for a list of * valid values for this parameter. * @opt_param string cx The Programmable Search Engine ID to use for this * request. * @opt_param string dateRestrict Restricts results to URLs based on date. * Supported values include: * `d[number]`: requests results from the specified * number of past days. * `w[number]`: requests results from the specified * number of past weeks. * `m[number]`: requests results from the specified * number of past months. * `y[number]`: requests results from the specified * number of past years. * @opt_param string exactTerms Identifies a phrase that all documents in the * search results must contain. * @opt_param string excludeTerms Identifies a word or phrase that should not * appear in any documents in the search results. * @opt_param string fileType Restricts results to files of a specified * extension. A list of file types indexable by Google can be found in Search * Console [Help Center](https://support.google.com/webmasters/answer/35287). * @opt_param string filter Controls turning on or off the duplicate content * filter. * See [Automatic Filtering](https://developers.google.com/custom- * search/docs/xml_results#automaticFiltering) for more information about * Google's search results filters. Note that host crowding filtering applies * only to multi-site searches. * By default, Google applies filtering to all * search results to improve the quality of those results. Acceptable values * are: * `0`: Turns off duplicate content filter. * `1`: Turns on duplicate * content filter. * @opt_param string gl Geolocation of end user. * The `gl` parameter value is a * two-letter country code. The `gl` parameter boosts search results whose * country of origin matches the parameter value. See the [Country * Codes](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCodes) page for a list of valid * values. * Specifying a `gl` parameter value should lead to more relevant * results. This is particularly true for international customers and, even more * specifically, for customers in English- speaking countries other than the * United States. * @opt_param string googlehost **Deprecated**. Use the `gl` parameter for a * similar effect. The local Google domain (for example, google.com, google.de, * or google.fr) to use to perform the search. * @opt_param string highRange Specifies the ending value for a search range. * * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string hl Sets the user interface language. * Explicitly setting * this parameter improves the performance and the quality of your search * results. * See the [Interface Languages](https://developers.google.com * /custom-search/docs/xml_results#wsInterfaceLanguages) section of * [Internationalizing Queries and Results * Presentation](https://developers.google.com/custom- * search/docs/xml_results#wsInternationalizing) for more information, and * (Supported Interface Languages)[https://developers.google.com/custom- * search/docs/xml_results_appendices#interfaceLanguages] for a list of * supported languages. * @opt_param string hq Appends the specified query terms to the query, as if * they were combined with a logical AND operator. * @opt_param string imgColorType Returns black and white, grayscale, * transparent, or color images. Acceptable values are: * `"color"` * `"gray"` * * `"mono"`: black and white * `"trans"`: transparent background * @opt_param string imgDominantColor Returns images of a specific dominant * color. Acceptable values are: * `"black"` * `"blue"` * `"brown"` * `"gray"` * * `"green"` * `"orange"` * `"pink"` * `"purple"` * `"red"` * `"teal"` * * `"white"` * `"yellow"` * @opt_param string imgSize Returns images of a specified size. Acceptable * values are: * `"huge"` * `"icon"` * `"large"` * `"medium"` * `"small"` * * `"xlarge"` * `"xxlarge"` * @opt_param string imgType Returns images of a type. Acceptable values are: * * `"clipart"` * `"face"` * `"lineart"` * `"stock"` * `"photo"` * `"animated"` * @opt_param string linkSite Specifies that all search results should contain a * link to a particular URL. * @opt_param string lowRange Specifies the starting value for a search range. * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string lr Restricts the search to documents written in a * particular language (e.g., `lr=lang_ja`). Acceptable values are: * * `"lang_ar"`: Arabic * `"lang_bg"`: Bulgarian * `"lang_ca"`: Catalan * * `"lang_cs"`: Czech * `"lang_da"`: Danish * `"lang_de"`: German * `"lang_el"`: * Greek * `"lang_en"`: English * `"lang_es"`: Spanish * `"lang_et"`: Estonian * * `"lang_fi"`: Finnish * `"lang_fr"`: French * `"lang_hr"`: Croatian * * `"lang_hu"`: Hungarian * `"lang_id"`: Indonesian * `"lang_is"`: Icelandic * * `"lang_it"`: Italian * `"lang_iw"`: Hebrew * `"lang_ja"`: Japanese * * `"lang_ko"`: Korean * `"lang_lt"`: Lithuanian * `"lang_lv"`: Latvian * * `"lang_nl"`: Dutch * `"lang_no"`: Norwegian * `"lang_pl"`: Polish * * `"lang_pt"`: Portuguese * `"lang_ro"`: Romanian * `"lang_ru"`: Russian * * `"lang_sk"`: Slovak * `"lang_sl"`: Slovenian * `"lang_sr"`: Serbian * * `"lang_sv"`: Swedish * `"lang_tr"`: Turkish * `"lang_zh-CN"`: Chinese * (Simplified) * `"lang_zh-TW"`: Chinese (Traditional) * @opt_param int num Number of search results to return. * Valid values are * integers between 1 and 10, inclusive. * @opt_param string orTerms Provides additional search terms to check for in a * document, where each document in the search results must contain at least one * of the additional search terms. * @opt_param string q Query * @opt_param string relatedSite Specifies that all search results should be * pages that are related to the specified URL. * @opt_param string rights Filters based on licensing. Supported values * include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`, * `cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical * combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration). * @opt_param string safe Search safety level. Acceptable values are: * * `"active"`: Enables SafeSearch filtering. * `"off"`: Disables SafeSearch * filtering. (default) * @opt_param string searchType Specifies the search type: `image`. If * unspecified, results are limited to webpages. Acceptable values are: * * `"image"`: custom image search. * @opt_param string siteSearch Specifies a given site which should always be * included or excluded from results (see `siteSearchFilter` parameter, below). * @opt_param string siteSearchFilter Controls whether to include or exclude * results from the site named in the `siteSearch` parameter. Acceptable values * are: * `"e"`: exclude * `"i"`: include * @opt_param string sort The sort expression to apply to the results. The sort * parameter specifies that the results be sorted according to the specified * expression i.e. sort by date. [Example: * sort=date](https://developers.google.com/custom-search/docs/structured_search * #sort-by-attribute). * @opt_param string start The index of the first result to return. The default * number of results per page is 10, so `=11` would start at the top of the * second page of results. **Note**: The JSON API will never return more than * 100 results, even if more than 100 documents match the query, so setting the * sum of `start + num` to a number greater than 100 will produce an error. Also * note that the maximum value for `num` is 10. * @return Google_Service_CustomSearchAPI_Search */ public function listCse($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CustomSearchAPI_Search"); } } PK4 Z0 * $customsearchService = new Google_Service_CustomSearchAPI(...); * $siterestrict = $customsearchService->siterestrict; * */ class Google_Service_CustomSearchAPI_Resource_CseSiterestrict extends Google_Service_Resource { /** * Returns metadata about the search performed, metadata about the engine used * for the search, and the search results. Uses a small set of url patterns. * (siterestrict.listCseSiterestrict) * * @param array $optParams Optional parameters. * * @opt_param string c2coff Enables or disables [Simplified and Traditional * Chinese Search](https://developers.google.com/custom- * search/docs/xml_results#chineseSearch). The default value for this parameter * is 0 (zero), meaning that the feature is enabled. Supported values are: * * `1`: Disabled * `0`: Enabled (default) * @opt_param string cr Restricts search results to documents originating in a * particular country. You may use [Boolean * operators](https://developers.google.com/custom- * search/docs/xml_results_appendices#booleanOperators) in the cr parameter's * value. Google Search determines the country of a document by analyzing: * the * top-level domain (TLD) of the document's URL * the geographic location of the * Web server's IP address See the [Country Parameter * Values](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCollections) page for a list of * valid values for this parameter. * @opt_param string cx The Programmable Search Engine ID to use for this * request. * @opt_param string dateRestrict Restricts results to URLs based on date. * Supported values include: * `d[number]`: requests results from the specified * number of past days. * `w[number]`: requests results from the specified * number of past weeks. * `m[number]`: requests results from the specified * number of past months. * `y[number]`: requests results from the specified * number of past years. * @opt_param string exactTerms Identifies a phrase that all documents in the * search results must contain. * @opt_param string excludeTerms Identifies a word or phrase that should not * appear in any documents in the search results. * @opt_param string fileType Restricts results to files of a specified * extension. A list of file types indexable by Google can be found in Search * Console [Help Center](https://support.google.com/webmasters/answer/35287). * @opt_param string filter Controls turning on or off the duplicate content * filter. * See [Automatic Filtering](https://developers.google.com/custom- * search/docs/xml_results#automaticFiltering) for more information about * Google's search results filters. Note that host crowding filtering applies * only to multi-site searches. * By default, Google applies filtering to all * search results to improve the quality of those results. Acceptable values * are: * `0`: Turns off duplicate content filter. * `1`: Turns on duplicate * content filter. * @opt_param string gl Geolocation of end user. * The `gl` parameter value is a * two-letter country code. The `gl` parameter boosts search results whose * country of origin matches the parameter value. See the [Country * Codes](https://developers.google.com/custom- * search/docs/xml_results_appendices#countryCodes) page for a list of valid * values. * Specifying a `gl` parameter value should lead to more relevant * results. This is particularly true for international customers and, even more * specifically, for customers in English- speaking countries other than the * United States. * @opt_param string googlehost **Deprecated**. Use the `gl` parameter for a * similar effect. The local Google domain (for example, google.com, google.de, * or google.fr) to use to perform the search. * @opt_param string highRange Specifies the ending value for a search range. * * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string hl Sets the user interface language. * Explicitly setting * this parameter improves the performance and the quality of your search * results. * See the [Interface Languages](https://developers.google.com * /custom-search/docs/xml_results#wsInterfaceLanguages) section of * [Internationalizing Queries and Results * Presentation](https://developers.google.com/custom- * search/docs/xml_results#wsInternationalizing) for more information, and * (Supported Interface Languages)[https://developers.google.com/custom- * search/docs/xml_results_appendices#interfaceLanguages] for a list of * supported languages. * @opt_param string hq Appends the specified query terms to the query, as if * they were combined with a logical AND operator. * @opt_param string imgColorType Returns black and white, grayscale, * transparent, or color images. Acceptable values are: * `"color"` * `"gray"` * * `"mono"`: black and white * `"trans"`: transparent background * @opt_param string imgDominantColor Returns images of a specific dominant * color. Acceptable values are: * `"black"` * `"blue"` * `"brown"` * `"gray"` * * `"green"` * `"orange"` * `"pink"` * `"purple"` * `"red"` * `"teal"` * * `"white"` * `"yellow"` * @opt_param string imgSize Returns images of a specified size. Acceptable * values are: * `"huge"` * `"icon"` * `"large"` * `"medium"` * `"small"` * * `"xlarge"` * `"xxlarge"` * @opt_param string imgType Returns images of a type. Acceptable values are: * * `"clipart"` * `"face"` * `"lineart"` * `"stock"` * `"photo"` * `"animated"` * @opt_param string linkSite Specifies that all search results should contain a * link to a particular URL. * @opt_param string lowRange Specifies the starting value for a search range. * Use `lowRange` and `highRange` to append an inclusive search range of * `lowRange...highRange` to the query. * @opt_param string lr Restricts the search to documents written in a * particular language (e.g., `lr=lang_ja`). Acceptable values are: * * `"lang_ar"`: Arabic * `"lang_bg"`: Bulgarian * `"lang_ca"`: Catalan * * `"lang_cs"`: Czech * `"lang_da"`: Danish * `"lang_de"`: German * `"lang_el"`: * Greek * `"lang_en"`: English * `"lang_es"`: Spanish * `"lang_et"`: Estonian * * `"lang_fi"`: Finnish * `"lang_fr"`: French * `"lang_hr"`: Croatian * * `"lang_hu"`: Hungarian * `"lang_id"`: Indonesian * `"lang_is"`: Icelandic * * `"lang_it"`: Italian * `"lang_iw"`: Hebrew * `"lang_ja"`: Japanese * * `"lang_ko"`: Korean * `"lang_lt"`: Lithuanian * `"lang_lv"`: Latvian * * `"lang_nl"`: Dutch * `"lang_no"`: Norwegian * `"lang_pl"`: Polish * * `"lang_pt"`: Portuguese * `"lang_ro"`: Romanian * `"lang_ru"`: Russian * * `"lang_sk"`: Slovak * `"lang_sl"`: Slovenian * `"lang_sr"`: Serbian * * `"lang_sv"`: Swedish * `"lang_tr"`: Turkish * `"lang_zh-CN"`: Chinese * (Simplified) * `"lang_zh-TW"`: Chinese (Traditional) * @opt_param int num Number of search results to return. * Valid values are * integers between 1 and 10, inclusive. * @opt_param string orTerms Provides additional search terms to check for in a * document, where each document in the search results must contain at least one * of the additional search terms. * @opt_param string q Query * @opt_param string relatedSite Specifies that all search results should be * pages that are related to the specified URL. * @opt_param string rights Filters based on licensing. Supported values * include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`, * `cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical * combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration). * @opt_param string safe Search safety level. Acceptable values are: * * `"active"`: Enables SafeSearch filtering. * `"off"`: Disables SafeSearch * filtering. (default) * @opt_param string searchType Specifies the search type: `image`. If * unspecified, results are limited to webpages. Acceptable values are: * * `"image"`: custom image search. * @opt_param string siteSearch Specifies a given site which should always be * included or excluded from results (see `siteSearchFilter` parameter, below). * @opt_param string siteSearchFilter Controls whether to include or exclude * results from the site named in the `siteSearch` parameter. Acceptable values * are: * `"e"`: exclude * `"i"`: include * @opt_param string sort The sort expression to apply to the results. The sort * parameter specifies that the results be sorted according to the specified * expression i.e. sort by date. [Example: * sort=date](https://developers.google.com/custom-search/docs/structured_search * #sort-by-attribute). * @opt_param string start The index of the first result to return. The default * number of results per page is 10, so `=11` would start at the top of the * second page of results. **Note**: The JSON API will never return more than * 100 results, even if more than 100 documents match the query, so setting the * sum of `start + num` to a number greater than 100 will produce an error. Also * note that the maximum value for `num` is 10. * @return Google_Service_CustomSearchAPI_Search */ public function listCseSiterestrict($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CustomSearchAPI_Search"); } } PK4 Z /qqVvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/PromotionImage.phpnu[height = $height; } public function getHeight() { return $this->height; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } PK4 Z0Nvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/Result.phpnu[cacheId = $cacheId; } public function getCacheId() { return $this->cacheId; } public function setDisplayLink($displayLink) { $this->displayLink = $displayLink; } public function getDisplayLink() { return $this->displayLink; } public function setFileFormat($fileFormat) { $this->fileFormat = $fileFormat; } public function getFileFormat() { return $this->fileFormat; } public function setFormattedUrl($formattedUrl) { $this->formattedUrl = $formattedUrl; } public function getFormattedUrl() { return $this->formattedUrl; } public function setHtmlFormattedUrl($htmlFormattedUrl) { $this->htmlFormattedUrl = $htmlFormattedUrl; } public function getHtmlFormattedUrl() { return $this->htmlFormattedUrl; } public function setHtmlSnippet($htmlSnippet) { $this->htmlSnippet = $htmlSnippet; } public function getHtmlSnippet() { return $this->htmlSnippet; } public function setHtmlTitle($htmlTitle) { $this->htmlTitle = $htmlTitle; } public function getHtmlTitle() { return $this->htmlTitle; } /** * @param Google_Service_CustomSearchAPI_ResultImage */ public function setImage(Google_Service_CustomSearchAPI_ResultImage $image) { $this->image = $image; } /** * @return Google_Service_CustomSearchAPI_ResultImage */ public function getImage() { return $this->image; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CustomSearchAPI_ResultLabels[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_CustomSearchAPI_ResultLabels[] */ public function getLabels() { return $this->labels; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setMime($mime) { $this->mime = $mime; } public function getMime() { return $this->mime; } public function setPagemap($pagemap) { $this->pagemap = $pagemap; } public function getPagemap() { return $this->pagemap; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z$"??avendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchQueriesPreviousPage.phpnu[count = $count; } public function getCount() { return $this->count; } public function setCr($cr) { $this->cr = $cr; } public function getCr() { return $this->cr; } public function setCx($cx) { $this->cx = $cx; } public function getCx() { return $this->cx; } public function setDateRestrict($dateRestrict) { $this->dateRestrict = $dateRestrict; } public function getDateRestrict() { return $this->dateRestrict; } public function setDisableCnTwTranslation($disableCnTwTranslation) { $this->disableCnTwTranslation = $disableCnTwTranslation; } public function getDisableCnTwTranslation() { return $this->disableCnTwTranslation; } public function setExactTerms($exactTerms) { $this->exactTerms = $exactTerms; } public function getExactTerms() { return $this->exactTerms; } public function setExcludeTerms($excludeTerms) { $this->excludeTerms = $excludeTerms; } public function getExcludeTerms() { return $this->excludeTerms; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGl($gl) { $this->gl = $gl; } public function getGl() { return $this->gl; } public function setGoogleHost($googleHost) { $this->googleHost = $googleHost; } public function getGoogleHost() { return $this->googleHost; } public function setHighRange($highRange) { $this->highRange = $highRange; } public function getHighRange() { return $this->highRange; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setHq($hq) { $this->hq = $hq; } public function getHq() { return $this->hq; } public function setImgColorType($imgColorType) { $this->imgColorType = $imgColorType; } public function getImgColorType() { return $this->imgColorType; } public function setImgDominantColor($imgDominantColor) { $this->imgDominantColor = $imgDominantColor; } public function getImgDominantColor() { return $this->imgDominantColor; } public function setImgSize($imgSize) { $this->imgSize = $imgSize; } public function getImgSize() { return $this->imgSize; } public function setImgType($imgType) { $this->imgType = $imgType; } public function getImgType() { return $this->imgType; } public function setInputEncoding($inputEncoding) { $this->inputEncoding = $inputEncoding; } public function getInputEncoding() { return $this->inputEncoding; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLinkSite($linkSite) { $this->linkSite = $linkSite; } public function getLinkSite() { return $this->linkSite; } public function setLowRange($lowRange) { $this->lowRange = $lowRange; } public function getLowRange() { return $this->lowRange; } public function setOrTerms($orTerms) { $this->orTerms = $orTerms; } public function getOrTerms() { return $this->orTerms; } public function setOutputEncoding($outputEncoding) { $this->outputEncoding = $outputEncoding; } public function getOutputEncoding() { return $this->outputEncoding; } public function setRelatedSite($relatedSite) { $this->relatedSite = $relatedSite; } public function getRelatedSite() { return $this->relatedSite; } public function setRights($rights) { $this->rights = $rights; } public function getRights() { return $this->rights; } public function setSafe($safe) { $this->safe = $safe; } public function getSafe() { return $this->safe; } public function setSearchTerms($searchTerms) { $this->searchTerms = $searchTerms; } public function getSearchTerms() { return $this->searchTerms; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setSiteSearch($siteSearch) { $this->siteSearch = $siteSearch; } public function getSiteSearch() { return $this->siteSearch; } public function setSiteSearchFilter($siteSearchFilter) { $this->siteSearchFilter = $siteSearchFilter; } public function getSiteSearchFilter() { return $this->siteSearchFilter; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setStartPage($startPage) { $this->startPage = $startPage; } public function getStartPage() { return $this->startPage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK4 Zj''_vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchSearchInformation.phpnu[formattedSearchTime = $formattedSearchTime; } public function getFormattedSearchTime() { return $this->formattedSearchTime; } public function setFormattedTotalResults($formattedTotalResults) { $this->formattedTotalResults = $formattedTotalResults; } public function getFormattedTotalResults() { return $this->formattedTotalResults; } public function setSearchTime($searchTime) { $this->searchTime = $searchTime; } public function getSearchTime() { return $this->searchTime; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK4 ZU;;]vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchQueriesNextPage.phpnu[count = $count; } public function getCount() { return $this->count; } public function setCr($cr) { $this->cr = $cr; } public function getCr() { return $this->cr; } public function setCx($cx) { $this->cx = $cx; } public function getCx() { return $this->cx; } public function setDateRestrict($dateRestrict) { $this->dateRestrict = $dateRestrict; } public function getDateRestrict() { return $this->dateRestrict; } public function setDisableCnTwTranslation($disableCnTwTranslation) { $this->disableCnTwTranslation = $disableCnTwTranslation; } public function getDisableCnTwTranslation() { return $this->disableCnTwTranslation; } public function setExactTerms($exactTerms) { $this->exactTerms = $exactTerms; } public function getExactTerms() { return $this->exactTerms; } public function setExcludeTerms($excludeTerms) { $this->excludeTerms = $excludeTerms; } public function getExcludeTerms() { return $this->excludeTerms; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGl($gl) { $this->gl = $gl; } public function getGl() { return $this->gl; } public function setGoogleHost($googleHost) { $this->googleHost = $googleHost; } public function getGoogleHost() { return $this->googleHost; } public function setHighRange($highRange) { $this->highRange = $highRange; } public function getHighRange() { return $this->highRange; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setHq($hq) { $this->hq = $hq; } public function getHq() { return $this->hq; } public function setImgColorType($imgColorType) { $this->imgColorType = $imgColorType; } public function getImgColorType() { return $this->imgColorType; } public function setImgDominantColor($imgDominantColor) { $this->imgDominantColor = $imgDominantColor; } public function getImgDominantColor() { return $this->imgDominantColor; } public function setImgSize($imgSize) { $this->imgSize = $imgSize; } public function getImgSize() { return $this->imgSize; } public function setImgType($imgType) { $this->imgType = $imgType; } public function getImgType() { return $this->imgType; } public function setInputEncoding($inputEncoding) { $this->inputEncoding = $inputEncoding; } public function getInputEncoding() { return $this->inputEncoding; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLinkSite($linkSite) { $this->linkSite = $linkSite; } public function getLinkSite() { return $this->linkSite; } public function setLowRange($lowRange) { $this->lowRange = $lowRange; } public function getLowRange() { return $this->lowRange; } public function setOrTerms($orTerms) { $this->orTerms = $orTerms; } public function getOrTerms() { return $this->orTerms; } public function setOutputEncoding($outputEncoding) { $this->outputEncoding = $outputEncoding; } public function getOutputEncoding() { return $this->outputEncoding; } public function setRelatedSite($relatedSite) { $this->relatedSite = $relatedSite; } public function getRelatedSite() { return $this->relatedSite; } public function setRights($rights) { $this->rights = $rights; } public function getRights() { return $this->rights; } public function setSafe($safe) { $this->safe = $safe; } public function getSafe() { return $this->safe; } public function setSearchTerms($searchTerms) { $this->searchTerms = $searchTerms; } public function getSearchTerms() { return $this->searchTerms; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setSiteSearch($siteSearch) { $this->siteSearch = $siteSearch; } public function getSiteSearch() { return $this->siteSearch; } public function setSiteSearchFilter($siteSearchFilter) { $this->siteSearchFilter = $siteSearchFilter; } public function getSiteSearchFilter() { return $this->siteSearchFilter; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setStartPage($startPage) { $this->startPage = $startPage; } public function getStartPage() { return $this->startPage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK4 ZUvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchQueries.phpnu[nextPage = $nextPage; } /** * @return Google_Service_CustomSearchAPI_SearchQueriesNextPage[] */ public function getNextPage() { return $this->nextPage; } /** * @param Google_Service_CustomSearchAPI_SearchQueriesPreviousPage[] */ public function setPreviousPage($previousPage) { $this->previousPage = $previousPage; } /** * @return Google_Service_CustomSearchAPI_SearchQueriesPreviousPage[] */ public function getPreviousPage() { return $this->previousPage; } /** * @param Google_Service_CustomSearchAPI_SearchQueriesRequest[] */ public function setRequest($request) { $this->request = $request; } /** * @return Google_Service_CustomSearchAPI_SearchQueriesRequest[] */ public function getRequest() { return $this->request; } } PK4 ZqU9Qvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchUrl.phpnu[template = $template; } public function getTemplate() { return $this->template; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 ZK%e::\vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchQueriesRequest.phpnu[count = $count; } public function getCount() { return $this->count; } public function setCr($cr) { $this->cr = $cr; } public function getCr() { return $this->cr; } public function setCx($cx) { $this->cx = $cx; } public function getCx() { return $this->cx; } public function setDateRestrict($dateRestrict) { $this->dateRestrict = $dateRestrict; } public function getDateRestrict() { return $this->dateRestrict; } public function setDisableCnTwTranslation($disableCnTwTranslation) { $this->disableCnTwTranslation = $disableCnTwTranslation; } public function getDisableCnTwTranslation() { return $this->disableCnTwTranslation; } public function setExactTerms($exactTerms) { $this->exactTerms = $exactTerms; } public function getExactTerms() { return $this->exactTerms; } public function setExcludeTerms($excludeTerms) { $this->excludeTerms = $excludeTerms; } public function getExcludeTerms() { return $this->excludeTerms; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setGl($gl) { $this->gl = $gl; } public function getGl() { return $this->gl; } public function setGoogleHost($googleHost) { $this->googleHost = $googleHost; } public function getGoogleHost() { return $this->googleHost; } public function setHighRange($highRange) { $this->highRange = $highRange; } public function getHighRange() { return $this->highRange; } public function setHl($hl) { $this->hl = $hl; } public function getHl() { return $this->hl; } public function setHq($hq) { $this->hq = $hq; } public function getHq() { return $this->hq; } public function setImgColorType($imgColorType) { $this->imgColorType = $imgColorType; } public function getImgColorType() { return $this->imgColorType; } public function setImgDominantColor($imgDominantColor) { $this->imgDominantColor = $imgDominantColor; } public function getImgDominantColor() { return $this->imgDominantColor; } public function setImgSize($imgSize) { $this->imgSize = $imgSize; } public function getImgSize() { return $this->imgSize; } public function setImgType($imgType) { $this->imgType = $imgType; } public function getImgType() { return $this->imgType; } public function setInputEncoding($inputEncoding) { $this->inputEncoding = $inputEncoding; } public function getInputEncoding() { return $this->inputEncoding; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setLinkSite($linkSite) { $this->linkSite = $linkSite; } public function getLinkSite() { return $this->linkSite; } public function setLowRange($lowRange) { $this->lowRange = $lowRange; } public function getLowRange() { return $this->lowRange; } public function setOrTerms($orTerms) { $this->orTerms = $orTerms; } public function getOrTerms() { return $this->orTerms; } public function setOutputEncoding($outputEncoding) { $this->outputEncoding = $outputEncoding; } public function getOutputEncoding() { return $this->outputEncoding; } public function setRelatedSite($relatedSite) { $this->relatedSite = $relatedSite; } public function getRelatedSite() { return $this->relatedSite; } public function setRights($rights) { $this->rights = $rights; } public function getRights() { return $this->rights; } public function setSafe($safe) { $this->safe = $safe; } public function getSafe() { return $this->safe; } public function setSearchTerms($searchTerms) { $this->searchTerms = $searchTerms; } public function getSearchTerms() { return $this->searchTerms; } public function setSearchType($searchType) { $this->searchType = $searchType; } public function getSearchType() { return $this->searchType; } public function setSiteSearch($siteSearch) { $this->siteSearch = $siteSearch; } public function getSiteSearch() { return $this->siteSearch; } public function setSiteSearchFilter($siteSearchFilter) { $this->siteSearchFilter = $siteSearchFilter; } public function getSiteSearchFilter() { return $this->siteSearchFilter; } public function setSort($sort) { $this->sort = $sort; } public function getSort() { return $this->sort; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } public function setStartPage($startPage) { $this->startPage = $startPage; } public function getStartPage() { return $this->startPage; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getTotalResults() { return $this->totalResults; } } PK4 Z(hhVvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/SearchSpelling.phpnu[correctedQuery = $correctedQuery; } public function getCorrectedQuery() { return $this->correctedQuery; } public function setHtmlCorrectedQuery($htmlCorrectedQuery) { $this->htmlCorrectedQuery = $htmlCorrectedQuery; } public function getHtmlCorrectedQuery() { return $this->htmlCorrectedQuery; } } PK4 Z Qvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/Promotion.phpnu[bodyLines = $bodyLines; } /** * @return Google_Service_CustomSearchAPI_PromotionBodyLines[] */ public function getBodyLines() { return $this->bodyLines; } public function setDisplayLink($displayLink) { $this->displayLink = $displayLink; } public function getDisplayLink() { return $this->displayLink; } public function setHtmlTitle($htmlTitle) { $this->htmlTitle = $htmlTitle; } public function getHtmlTitle() { return $this->htmlTitle; } /** * @param Google_Service_CustomSearchAPI_PromotionImage */ public function setImage(Google_Service_CustomSearchAPI_PromotionImage $image) { $this->image = $image; } /** * @return Google_Service_CustomSearchAPI_PromotionImage */ public function getImage() { return $this->image; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 ZJFcvendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.phpnu[endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } PK4 Z*Rvendor/google/apiclient-services/src/Google/Service/Reseller/ChangePlanRequest.phpnu[dealCode = $dealCode; } public function getDealCode() { return $this->dealCode; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPlanName($planName) { $this->planName = $planName; } public function getPlanName() { return $this->planName; } public function setPurchaseOrderId($purchaseOrderId) { $this->purchaseOrderId = $purchaseOrderId; } public function getPurchaseOrderId() { return $this->purchaseOrderId; } /** * @param Google_Service_Reseller_Seats */ public function setSeats(Google_Service_Reseller_Seats $seats) { $this->seats = $seats; } /** * @return Google_Service_Reseller_Seats */ public function getSeats() { return $this->seats; } } PK4 ZwNNvendor/google/apiclient-services/src/Google/Service/Reseller/Subscriptions.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Reseller_Subscription[] */ public function setSubscriptions($subscriptions) { $this->subscriptions = $subscriptions; } /** * @return Google_Service_Reseller_Subscription[] */ public function getSubscriptions() { return $this->subscriptions; } } PK4 Zt3Svendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Customers.phpnu[ * $resellerService = new Google_Service_Reseller(...); * $customers = $resellerService->customers; * */ class Google_Service_Reseller_Resource_Customers extends Google_Service_Resource { /** * Get a customer account. Use this operation to see a customer account already * in your reseller management, or to see the minimal account information for an * existing customer that you do not manage. For more information about the API * response for existing customers, see [retrieving a customer account](/admin- * sdk/reseller/v1/how-tos/manage_customers#get_customer). (customers.get) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Customer */ public function get($customerId, $optParams = array()) { $params = array('customerId' => $customerId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reseller_Customer"); } /** * Order a new customer's account. Before ordering a new customer account, * establish whether the customer account already exists using the * [`customers.get`](/admin-sdk/reseller/v1/reference/customers/get) If the * customer account exists as a direct Google account or as a resold customer * account from another reseller, use the `customerAuthToken\` as described in * [order a resold account for an existing customer](/admin-sdk/reseller/v1/how- * tos/manage_customers#create_existing_customer). For more information about * ordering a new customer account, see [order a new customer account](/admin- * sdk/reseller/v1/how-tos/manage_customers#create_customer). After creating a * new customer account, you must provision a user as an administrator. The * customer's administrator is required to sign in to the Admin console and sign * the G Suite via Reseller agreement to activate the account. Resellers are * prohibited from signing the G Suite via Reseller agreement on the customer's * behalf. For more information, see [order a new customer account](/admin- * sdk/reseller/v1/how-tos/manage_customers#tos). (customers.insert) * * @param Google_Service_Reseller_Customer $postBody * @param array $optParams Optional parameters. * * @opt_param string customerAuthToken The `customerAuthToken` query string is * required when creating a resold account that transfers a direct customer's * subscription or transfers another reseller customer's subscription to your * reseller management. This is a hexadecimal authentication token needed to * complete the subscription transfer. For more information, see the * administrator help center. * @return Google_Service_Reseller_Customer */ public function insert(Google_Service_Reseller_Customer $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Reseller_Customer"); } /** * Update a customer account's settings. This method supports patch semantics. * (customers.patch) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param Google_Service_Reseller_Customer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Customer */ public function patch($customerId, Google_Service_Reseller_Customer $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Reseller_Customer"); } /** * Update a customer account's settings. For more information, see [update a * customer's settings](/admin-sdk/reseller/v1/how- * tos/manage_customers#update_customer). (customers.update) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param Google_Service_Reseller_Customer $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Customer */ public function update($customerId, Google_Service_Reseller_Customer $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_Reseller_Customer"); } } PK4 ZWFFWvendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Subscriptions.phpnu[ * $resellerService = new Google_Service_Reseller(...); * $subscriptions = $resellerService->subscriptions; * */ class Google_Service_Reseller_Resource_Subscriptions extends Google_Service_Resource { /** * Activates a subscription previously suspended by the reseller. If you did not * suspend the customer subscription and it is suspended for any other reason, * such as for abuse or a pending ToS acceptance, this call will not reactivate * the customer subscription. (subscriptions.activate) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function activate($customerId, $subscriptionId, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); $params = array_merge($params, $optParams); return $this->call('activate', array($params), "Google_Service_Reseller_Subscription"); } /** * Update a subscription plan. Use this method to update a plan for a 30-day * trial or a flexible plan subscription to an annual commitment plan with * monthly or yearly payments. How a plan is updated differs depending on the * plan and the products. For more information, see the description in [manage * subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#update_subscription_plan). * (subscriptions.changePlan) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param Google_Service_Reseller_ChangePlanRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function changePlan($customerId, $subscriptionId, Google_Service_Reseller_ChangePlanRequest $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('changePlan', array($params), "Google_Service_Reseller_Subscription"); } /** * Update a user license's renewal settings. This is applicable for accounts * with annual commitment plans only. For more information, see the description * in [manage subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#update_renewal). * (subscriptions.changeRenewalSettings) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param Google_Service_Reseller_RenewalSettings $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function changeRenewalSettings($customerId, $subscriptionId, Google_Service_Reseller_RenewalSettings $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('changeRenewalSettings', array($params), "Google_Service_Reseller_Subscription"); } /** * Update a subscription's user license settings. For more information about * updating an annual commitment plan or a flexible plan subscription’s * licenses, see [Manage Subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#update_subscription_seat). * (subscriptions.changeSeats) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param Google_Service_Reseller_Seats $postBody * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function changeSeats($customerId, $subscriptionId, Google_Service_Reseller_Seats $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('changeSeats', array($params), "Google_Service_Reseller_Subscription"); } /** * Cancel, suspend, or transfer a subscription to direct. (subscriptions.delete) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param string $deletionType The `deletionType` query string enables the * cancellation, downgrade, or suspension of a subscription. * @param array $optParams Optional parameters. */ public function delete($customerId, $subscriptionId, $deletionType, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' => $deletionType); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Get a specific subscription. The `subscriptionId` can be found using the * [Retrieve all reseller subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#get_all_subscriptions) method. For more information * about retrieving a specific subscription, see the information descrived in * [manage subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#get_subscription). (subscriptions.get) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function get($customerId, $subscriptionId, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Reseller_Subscription"); } /** * Create or transfer a subscription. Create a subscription for a customer's * account that you ordered using the [Order a new customer account](/admin- * sdk/reseller/v1/reference/customers/insert.html) method. For more information * about creating a subscription for different payment plans, see [manage * subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#create_subscription).\ If you did not order the * customer's account using the customer insert method, use the customer's * `customerAuthToken` when creating a subscription for that customer. If * transferring a G Suite subscription with an associated Google Drive or Google * Vault subscription, use the [batch operation](/admin-sdk/reseller/v1/how- * tos/batch.html) to transfer all of these subscriptions. For more information, * see how to [transfer subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#transfer_a_subscription). (subscriptions.insert) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param Google_Service_Reseller_Subscription $postBody * @param array $optParams Optional parameters. * * @opt_param string customerAuthToken The `customerAuthToken` query string is * required when creating a resold account that transfers a direct customer's * subscription or transfers another reseller customer's subscription to your * reseller management. This is a hexadecimal authentication token needed to * complete the subscription transfer. For more information, see the * administrator help center. * @return Google_Service_Reseller_Subscription */ public function insert($customerId, Google_Service_Reseller_Subscription $postBody, $optParams = array()) { $params = array('customerId' => $customerId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Reseller_Subscription"); } /** * List of subscriptions managed by the reseller. The list can be all * subscriptions, all of a customer's subscriptions, or all of a customer's * transferable subscriptions. Optionally, this method can filter the response * by a `customerNamePrefix`. For more information, see [manage subscriptions * ](/admin-sdk/reseller/v1/how-tos/manage_subscriptions). * (subscriptions.listSubscriptions) * * @param array $optParams Optional parameters. * * @opt_param string customerAuthToken The `customerAuthToken` query string is * required when creating a resold account that transfers a direct customer's * subscription or transfers another reseller customer's subscription to your * reseller management. This is a hexadecimal authentication token needed to * complete the subscription transfer. For more information, see the * administrator help center. * @opt_param string customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @opt_param string customerNamePrefix When retrieving all of your * subscriptions and filtering for specific customers, you can enter a prefix * for a customer name. Using an example customer group that includes * `exam.com`, `example20.com` and `example.com`: - `exa` -- Returns all * customer names that start with 'exa' which could include `exam.com`, * `example20.com`, and `example.com`. A name prefix is similar to using a * regular expression's asterisk, exa*. - `example` -- Returns `example20.com` * and `example.com`. * @opt_param string maxResults When retrieving a large list, the `maxResults` * is the maximum number of results per page. The `nextPageToken` value takes * you to the next page. The default is 20. * @opt_param string pageToken Token to specify next page in the list * @return Google_Service_Reseller_Subscriptions */ public function listSubscriptions($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Reseller_Subscriptions"); } /** * Immediately move a 30-day free trial subscription to a paid service * subscription. This method is only applicable if a payment plan has already * been set up for the 30-day trial subscription. For more information, see * [manage subscriptions](/admin-sdk/reseller/v1/how- * tos/manage_subscriptions#paid_service). (subscriptions.startPaidService) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function startPaidService($customerId, $subscriptionId, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); $params = array_merge($params, $optParams); return $this->call('startPaidService', array($params), "Google_Service_Reseller_Subscription"); } /** * Suspends an active subscription. You can use this method to suspend a paid * subscription that is currently in the `ACTIVE` state. * For `FLEXIBLE` * subscriptions, billing is paused. * For `ANNUAL_MONTHLY_PAY` or * `ANNUAL_YEARLY_PAY` subscriptions: * Suspending the subscription does not * change the renewal date that was originally committed to. * A suspended * subscription does not renew. If you activate the subscription after the * original renewal date, a new annual subscription will be created, starting on * the day of activation. We strongly encourage you to suspend subscriptions * only for short periods of time as suspensions over 60 days may result in the * subscription being cancelled. (subscriptions.suspend) * * @param string $customerId Either the customer's primary domain name or the * customer's unique identifier. If using the domain name, we do not recommend * using a `customerId` as a key for persistent data. If the domain name for a * `customerId` is changed, the Google system automatically updates. * @param string $subscriptionId This is a required property. The * `subscriptionId` is the subscription identifier and is unique for each * customer. Since a `subscriptionId` changes when a subscription is updated, we * recommend to not use this ID as a key for persistent data. And the * `subscriptionId` can be found using the retrieve all reseller subscriptions * method. * @param array $optParams Optional parameters. * @return Google_Service_Reseller_Subscription */ public function suspend($customerId, $subscriptionId, $optParams = array()) { $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); $params = array_merge($params, $optParams); return $this->call('suspend', array($params), "Google_Service_Reseller_Subscription"); } } PK4 Z) Xvendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Resellernotify.phpnu[ * $resellerService = new Google_Service_Reseller(...); * $resellernotify = $resellerService->resellernotify; * */ class Google_Service_Reseller_Resource_Resellernotify extends Google_Service_Resource { /** * Returns all the details of the watch corresponding to the reseller. * (resellernotify.getwatchdetails) * * @param array $optParams Optional parameters. * @return Google_Service_Reseller_ResellernotifyGetwatchdetailsResponse */ public function getwatchdetails($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getwatchdetails', array($params), "Google_Service_Reseller_ResellernotifyGetwatchdetailsResponse"); } /** * Registers a Reseller for receiving notifications. (resellernotify.register) * * @param array $optParams Optional parameters. * * @opt_param string serviceAccountEmailAddress The service account which will * own the created Cloud-PubSub topic. * @return Google_Service_Reseller_ResellernotifyResource */ public function register($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('register', array($params), "Google_Service_Reseller_ResellernotifyResource"); } /** * Unregisters a Reseller for receiving notifications. * (resellernotify.unregister) * * @param array $optParams Optional parameters. * * @opt_param string serviceAccountEmailAddress The service account which owns * the Cloud-PubSub topic. * @return Google_Service_Reseller_ResellernotifyResource */ public function unregister($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('unregister', array($params), "Google_Service_Reseller_ResellernotifyResource"); } } PK4 Zr2 Hvendor/google/apiclient-services/src/Google/Service/Reseller/Address.phpnu[addressLine1 = $addressLine1; } public function getAddressLine1() { return $this->addressLine1; } public function setAddressLine2($addressLine2) { $this->addressLine2 = $addressLine2; } public function getAddressLine2() { return $this->addressLine2; } public function setAddressLine3($addressLine3) { $this->addressLine3 = $addressLine3; } public function getAddressLine3() { return $this->addressLine3; } public function setContactName($contactName) { $this->contactName = $contactName; } public function getContactName() { return $this->contactName; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setOrganizationName($organizationName) { $this->organizationName = $organizationName; } public function getOrganizationName() { return $this->organizationName; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } } PK4 Zۺ,Yvendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.phpnu[minimumTransferableSeats = $minimumTransferableSeats; } public function getMinimumTransferableSeats() { return $this->minimumTransferableSeats; } public function setTransferabilityExpirationTime($transferabilityExpirationTime) { $this->transferabilityExpirationTime = $transferabilityExpirationTime; } public function getTransferabilityExpirationTime() { return $this->transferabilityExpirationTime; } } PK4 Z"Pvendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setRenewalType($renewalType) { $this->renewalType = $renewalType; } public function getRenewalType() { return $this->renewalType; } } PK4 ZNZ>fvendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyGetwatchdetailsResponse.phpnu[serviceAccountEmailAddresses = $serviceAccountEmailAddresses; } public function getServiceAccountEmailAddresses() { return $this->serviceAccountEmailAddresses; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK4 Z#*B%%Mvendor/google/apiclient-services/src/Google/Service/Reseller/Subscription.phpnu[billingMethod = $billingMethod; } public function getBillingMethod() { return $this->billingMethod; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setCustomerDomain($customerDomain) { $this->customerDomain = $customerDomain; } public function getCustomerDomain() { return $this->customerDomain; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setDealCode($dealCode) { $this->dealCode = $dealCode; } public function getDealCode() { return $this->dealCode; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Reseller_SubscriptionPlan */ public function setPlan(Google_Service_Reseller_SubscriptionPlan $plan) { $this->plan = $plan; } /** * @return Google_Service_Reseller_SubscriptionPlan */ public function getPlan() { return $this->plan; } public function setPurchaseOrderId($purchaseOrderId) { $this->purchaseOrderId = $purchaseOrderId; } public function getPurchaseOrderId() { return $this->purchaseOrderId; } /** * @param Google_Service_Reseller_RenewalSettings */ public function setRenewalSettings(Google_Service_Reseller_RenewalSettings $renewalSettings) { $this->renewalSettings = $renewalSettings; } /** * @return Google_Service_Reseller_RenewalSettings */ public function getRenewalSettings() { return $this->renewalSettings; } public function setResourceUiUrl($resourceUiUrl) { $this->resourceUiUrl = $resourceUiUrl; } public function getResourceUiUrl() { return $this->resourceUiUrl; } /** * @param Google_Service_Reseller_Seats */ public function setSeats(Google_Service_Reseller_Seats $seats) { $this->seats = $seats; } /** * @return Google_Service_Reseller_Seats */ public function getSeats() { return $this->seats; } public function setSkuId($skuId) { $this->skuId = $skuId; } public function getSkuId() { return $this->skuId; } public function setSkuName($skuName) { $this->skuName = $skuName; } public function getSkuName() { return $this->skuName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSubscriptionId($subscriptionId) { $this->subscriptionId = $subscriptionId; } public function getSubscriptionId() { return $this->subscriptionId; } public function setSuspensionReasons($suspensionReasons) { $this->suspensionReasons = $suspensionReasons; } public function getSuspensionReasons() { return $this->suspensionReasons; } /** * @param Google_Service_Reseller_SubscriptionTransferInfo */ public function setTransferInfo(Google_Service_Reseller_SubscriptionTransferInfo $transferInfo) { $this->transferInfo = $transferInfo; } /** * @return Google_Service_Reseller_SubscriptionTransferInfo */ public function getTransferInfo() { return $this->transferInfo; } /** * @param Google_Service_Reseller_SubscriptionTrialSettings */ public function setTrialSettings(Google_Service_Reseller_SubscriptionTrialSettings $trialSettings) { $this->trialSettings = $trialSettings; } /** * @return Google_Service_Reseller_SubscriptionTrialSettings */ public function getTrialSettings() { return $this->trialSettings; } } PK4 ZVVWvendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyResource.phpnu[topicName = $topicName; } public function getTopicName() { return $this->topicName; } } PK4 Z Ivendor/google/apiclient-services/src/Google/Service/Reseller/Customer.phpnu[alternateEmail = $alternateEmail; } public function getAlternateEmail() { return $this->alternateEmail; } public function setCustomerDomain($customerDomain) { $this->customerDomain = $customerDomain; } public function getCustomerDomain() { return $this->customerDomain; } public function setCustomerDomainVerified($customerDomainVerified) { $this->customerDomainVerified = $customerDomainVerified; } public function getCustomerDomainVerified() { return $this->customerDomainVerified; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } /** * @param Google_Service_Reseller_Address */ public function setPostalAddress(Google_Service_Reseller_Address $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_Reseller_Address */ public function getPostalAddress() { return $this->postalAddress; } public function setResourceUiUrl($resourceUiUrl) { $this->resourceUiUrl = $resourceUiUrl; } public function getResourceUiUrl() { return $this->resourceUiUrl; } } PK4 Zg1Fvendor/google/apiclient-services/src/Google/Service/Reseller/Seats.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLicensedNumberOfSeats($licensedNumberOfSeats) { $this->licensedNumberOfSeats = $licensedNumberOfSeats; } public function getLicensedNumberOfSeats() { return $this->licensedNumberOfSeats; } public function setMaximumNumberOfSeats($maximumNumberOfSeats) { $this->maximumNumberOfSeats = $maximumNumberOfSeats; } public function getMaximumNumberOfSeats() { return $this->maximumNumberOfSeats; } public function setNumberOfSeats($numberOfSeats) { $this->numberOfSeats = $numberOfSeats; } public function getNumberOfSeats() { return $this->numberOfSeats; } } PK4 ZPr@Zvendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTrialSettings.phpnu[isInTrial = $isInTrial; } public function getIsInTrial() { return $this->isInTrial; } public function setTrialEndTime($trialEndTime) { $this->trialEndTime = $trialEndTime; } public function getTrialEndTime() { return $this->trialEndTime; } } PK4 ZxqqQvendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.phpnu[commitmentInterval = $commitmentInterval; } /** * @return Google_Service_Reseller_SubscriptionPlanCommitmentInterval */ public function getCommitmentInterval() { return $this->commitmentInterval; } public function setIsCommitmentPlan($isCommitmentPlan) { $this->isCommitmentPlan = $isCommitmentPlan; } public function getIsCommitmentPlan() { return $this->isCommitmentPlan; } public function setPlanName($planName) { $this->planName = $planName; } public function getPlanName() { return $this->planName; } } PK4 Z * Creates and manages builds on Google Cloud Platform.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudBuild extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $operations; public $projects_builds; public $projects_locations_builds; public $projects_locations_operations; public $projects_triggers; /** * Constructs the internal representation of the CloudBuild service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudbuild.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudbuild'; $this->operations = new Google_Service_CloudBuild_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_builds = new Google_Service_CloudBuild_Resource_ProjectsBuilds( $this, $this->serviceName, 'builds', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/projects/{projectId}/builds/{id}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/projects/{projectId}/builds', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/builds/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'name' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/builds', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), ), ),'retry' => array( 'path' => 'v1/projects/{projectId}/builds/{id}:retry', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_builds = new Google_Service_CloudBuild_Resource_ProjectsLocationsBuilds( $this, $this->serviceName, 'builds', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/builds', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/builds', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'projectId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'retry' => array( 'path' => 'v1/{+name}:retry', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_operations = new Google_Service_CloudBuild_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, ), ), ), ) ) ); $this->projects_triggers = new Google_Service_CloudBuild_Resource_ProjectsTriggers( $this, $this->serviceName, 'triggers', array( 'methods' => array( 'create' => array( 'path' => 'v1/projects/{projectId}/triggers', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/triggers/{triggerId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/triggers/{triggerId}', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/triggers', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/projects/{projectId}/triggers/{triggerId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'run' => array( 'path' => 'v1/projects/{projectId}/triggers/{triggerId}:run', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'triggerId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'webhook' => array( 'path' => 'v1/projects/{projectId}/triggers/{trigger}:webhook', 'httpMethod' => 'POST', 'parameters' => array( 'projectId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'trigger' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'secret' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK4 Z.U8Jvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget.phpnu[ * The Cloud Billing Budget API stores Cloud Billing budgets, which define a * budget plan and the rules to execute as spend is tracked against that plan.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudBillingBudget extends Google_Service { /** View and manage your Google Cloud Platform billing accounts. */ const CLOUD_BILLING = "https://www.googleapis.com/auth/cloud-billing"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $billingAccounts_budgets; /** * Constructs the internal representation of the CloudBillingBudget service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://billingbudgets.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'billingbudgets'; $this->billingAccounts_budgets = new Google_Service_CloudBillingBudget_Resource_BillingAccountsBudgets( $this, $this->serviceName, 'budgets', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/budgets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/budgets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK4 ZNbvendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptorMetadata.phpnu[ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } } PK4 Z0Y\Vvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigSource.phpnu[files = $files; } /** * @return Google_Service_ServiceManagement_ConfigFile[] */ public function getFiles() { return $this->files; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } } PK4 Za ZZXvendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.phpnu[exemptedMembers = $exemptedMembers; } public function getExemptedMembers() { return $this->exemptedMembers; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } } PK4 ZK K Rvendor/google/apiclient-services/src/Google/Service/ServiceManagement/HttpRule.phpnu[additionalBindings = $additionalBindings; } /** * @return Google_Service_ServiceManagement_HttpRule[] */ public function getAdditionalBindings() { return $this->additionalBindings; } public function setBody($body) { $this->body = $body; } public function getBody() { return $this->body; } /** * @param Google_Service_ServiceManagement_CustomHttpPattern */ public function setCustom(Google_Service_ServiceManagement_CustomHttpPattern $custom) { $this->custom = $custom; } /** * @return Google_Service_ServiceManagement_CustomHttpPattern */ public function getCustom() { return $this->custom; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } public function setGet($get) { $this->get = $get; } public function getGet() { return $this->get; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPost($post) { $this->post = $post; } public function getPost() { return $this->post; } public function setPut($put) { $this->put = $put; } public function getPut() { return $this->put; } public function setResponseBody($responseBody) { $this->responseBody = $responseBody; } public function getResponseBody() { return $this->responseBody; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Z= Qvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Rollout.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreatedBy($createdBy) { $this->createdBy = $createdBy; } public function getCreatedBy() { return $this->createdBy; } /** * @param Google_Service_ServiceManagement_DeleteServiceStrategy */ public function setDeleteServiceStrategy(Google_Service_ServiceManagement_DeleteServiceStrategy $deleteServiceStrategy) { $this->deleteServiceStrategy = $deleteServiceStrategy; } /** * @return Google_Service_ServiceManagement_DeleteServiceStrategy */ public function getDeleteServiceStrategy() { return $this->deleteServiceStrategy; } public function setRolloutId($rolloutId) { $this->rolloutId = $rolloutId; } public function getRolloutId() { return $this->rolloutId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_ServiceManagement_TrafficPercentStrategy */ public function setTrafficPercentStrategy(Google_Service_ServiceManagement_TrafficPercentStrategy $trafficPercentStrategy) { $this->trafficPercentStrategy = $trafficPercentStrategy; } /** * @return Google_Service_ServiceManagement_TrafficPercentStrategy */ public function getTrafficPercentStrategy() { return $this->trafficPercentStrategy; } } PK4 Zr*dd^vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceRequest.phpnu[consumerId = $consumerId; } public function getConsumerId() { return $this->consumerId; } } PK4 ZaQ|, , Ovendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.phpnu[cardinality = $cardinality; } public function getCardinality() { return $this->cardinality; } public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } public function getDefaultValue() { return $this->defaultValue; } public function setJsonName($jsonName) { $this->jsonName = $jsonName; } public function getJsonName() { return $this->jsonName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } public function setOneofIndex($oneofIndex) { $this->oneofIndex = $oneofIndex; } public function getOneofIndex() { return $this->oneofIndex; } /** * @param Google_Service_ServiceManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceManagement_Option[] */ public function getOptions() { return $this->options; } public function setPacked($packed) { $this->packed = $packed; } public function getPacked() { return $this->packed; } public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } } PK4 ZӞYvendor/google/apiclient-services/src/Google/Service/ServiceManagement/LabelDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK4 Z}ٳ||Svendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.phpnu[name = $name; } public function getName() { return $this->name; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_ServiceManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceManagement_Option[] */ public function getOptions() { return $this->options; } } PK4 ZvtNMdd\vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BillingDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK4 ZRGGSvendor/google/apiclient-services/src/Google/Service/ServiceManagement/UsageRule.phpnu[allowUnregisteredCalls = $allowUnregisteredCalls; } public function getAllowUnregisteredCalls() { return $this->allowUnregisteredCalls; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } public function setSkipServiceControl($skipServiceControl) { $this->skipServiceControl = $skipServiceControl; } public function getSkipServiceControl() { return $this->skipServiceControl; } } PK4 Zr;Uvendor/google/apiclient-services/src/Google/Service/ServiceManagement/JwtLocation.phpnu[header = $header; } public function getHeader() { return $this->header; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } public function setValuePrefix($valuePrefix) { $this->valuePrefix = $valuePrefix; } public function getValuePrefix() { return $this->valuePrefix; } } PK4 Z_y y Nvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Type.phpnu[fields = $fields; } /** * @return Google_Service_ServiceManagement_Field[] */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_ServiceManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceManagement_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceManagement_SourceContext */ public function setSourceContext(Google_Service_ServiceManagement_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceManagement_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK4 Z2˂MMQvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.phpnu[rules = $rules; } /** * @return Google_Service_ServiceManagement_ContextRule[] */ public function getRules() { return $this->rules; } } PK4 Zq٤,::Ovendor/google/apiclient-services/src/Google/Service/ServiceManagement/Usage.phpnu[producerNotificationChannel = $producerNotificationChannel; } public function getProducerNotificationChannel() { return $this->producerNotificationChannel; } public function setRequirements($requirements) { $this->requirements = $requirements; } public function getRequirements() { return $this->requirements; } /** * @param Google_Service_ServiceManagement_UsageRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceManagement_UsageRule[] */ public function getRules() { return $this->rules; } } PK4 ZYvendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameter.phpnu[httpHeader = $httpHeader; } public function getHttpHeader() { return $this->httpHeader; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUrlQueryParameter($urlQueryParameter) { $this->urlQueryParameter = $urlQueryParameter; } public function getUrlQueryParameter() { return $this->urlQueryParameter; } } PK4 ZMMQvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Backend.phpnu[rules = $rules; } /** * @return Google_Service_ServiceManagement_BackendRule[] */ public function getRules() { return $this->rules; } } PK4 ZK8ǘQvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Billing.phpnu[consumerDestinations = $consumerDestinations; } /** * @return Google_Service_ServiceManagement_BillingDestination[] */ public function getConsumerDestinations() { return $this->consumerDestinations; } } PK4 Z`vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.phpnu[metricCosts = $metricCosts; } public function getMetricCosts() { return $this->metricCosts; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Z=J]]Pvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Advice.phpnu[description = $description; } public function getDescription() { return $this->description; } } PK4 ZL[vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ResourceReference.phpnu[childType = $childType; } public function getChildType() { return $this->childType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Z6]vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_ServiceManagement_Policy */ public function getPolicy() { return $this->policy; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK4 Z FFPvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Policy.phpnu[auditConfigs = $auditConfigs; } /** * @return Google_Service_ServiceManagement_AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param Google_Service_ServiceManagement_Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Google_Service_ServiceManagement_Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK4 ZYvendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.phpnu[isErrorType = $isErrorType; } public function getIsErrorType() { return $this->isErrorType; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Z]ՁNvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Page.phpnu[content = $content; } public function getContent() { return $this->content; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceManagement_Page[] */ public function setSubpages($subpages) { $this->subpages = $subpages; } /** * @return Google_Service_ServiceManagement_Page[] */ public function getSubpages() { return $this->subpages; } } PK4 ZB_vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceResponse.phpnu[defaultLimit = $defaultLimit; } public function getDefaultLimit() { return $this->defaultLimit; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setFreeTier($freeTier) { $this->freeTier = $freeTier; } public function getFreeTier() { return $this->freeTier; } public function setMaxLimit($maxLimit) { $this->maxLimit = $maxLimit; } public function getMaxLimit() { return $this->maxLimit; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK4 ZNNXvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ManagedService.phpnu[producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK4 ZPvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Option.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 ZwNu++Qvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.phpnu[apis = $apis; } /** * @return Google_Service_ServiceManagement_Api[] */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceManagement_Authentication */ public function setAuthentication(Google_Service_ServiceManagement_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceManagement_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceManagement_Backend */ public function setBackend(Google_Service_ServiceManagement_Backend $backend) { $this->backend = $backend; } /** * @return Google_Service_ServiceManagement_Backend */ public function getBackend() { return $this->backend; } /** * @param Google_Service_ServiceManagement_Billing */ public function setBilling(Google_Service_ServiceManagement_Billing $billing) { $this->billing = $billing; } /** * @return Google_Service_ServiceManagement_Billing */ public function getBilling() { return $this->billing; } public function setConfigVersion($configVersion) { $this->configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_ServiceManagement_Context */ public function setContext(Google_Service_ServiceManagement_Context $context) { $this->context = $context; } /** * @return Google_Service_ServiceManagement_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_ServiceManagement_Control */ public function setControl(Google_Service_ServiceManagement_Control $control) { $this->control = $control; } /** * @return Google_Service_ServiceManagement_Control */ public function getControl() { return $this->control; } /** * @param Google_Service_ServiceManagement_CustomError */ public function setCustomError(Google_Service_ServiceManagement_CustomError $customError) { $this->customError = $customError; } /** * @return Google_Service_ServiceManagement_CustomError */ public function getCustomError() { return $this->customError; } /** * @param Google_Service_ServiceManagement_Documentation */ public function setDocumentation(Google_Service_ServiceManagement_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceManagement_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceManagement_Endpoint[] */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceManagement_Endpoint[] */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceManagement_Enum[] */ public function setEnums($enums) { $this->enums = $enums; } /** * @return Google_Service_ServiceManagement_Enum[] */ public function getEnums() { return $this->enums; } /** * @param Google_Service_ServiceManagement_Http */ public function setHttp(Google_Service_ServiceManagement_Http $http) { $this->http = $http; } /** * @return Google_Service_ServiceManagement_Http */ public function getHttp() { return $this->http; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ServiceManagement_Logging */ public function setLogging(Google_Service_ServiceManagement_Logging $logging) { $this->logging = $logging; } /** * @return Google_Service_ServiceManagement_Logging */ public function getLogging() { return $this->logging; } /** * @param Google_Service_ServiceManagement_LogDescriptor[] */ public function setLogs($logs) { $this->logs = $logs; } /** * @return Google_Service_ServiceManagement_LogDescriptor[] */ public function getLogs() { return $this->logs; } /** * @param Google_Service_ServiceManagement_MetricDescriptor[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ServiceManagement_MetricDescriptor[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ServiceManagement_MonitoredResourceDescriptor[] */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceManagement_MonitoredResourceDescriptor[] */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceManagement_Monitoring */ public function setMonitoring(Google_Service_ServiceManagement_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceManagement_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } /** * @param Google_Service_ServiceManagement_Quota */ public function setQuota(Google_Service_ServiceManagement_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceManagement_Quota */ public function getQuota() { return $this->quota; } /** * @param Google_Service_ServiceManagement_SourceInfo */ public function setSourceInfo(Google_Service_ServiceManagement_SourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return Google_Service_ServiceManagement_SourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } /** * @param Google_Service_ServiceManagement_SystemParameters */ public function setSystemParameters(Google_Service_ServiceManagement_SystemParameters $systemParameters) { $this->systemParameters = $systemParameters; } /** * @return Google_Service_ServiceManagement_SystemParameters */ public function getSystemParameters() { return $this->systemParameters; } /** * @param Google_Service_ServiceManagement_Type[] */ public function setSystemTypes($systemTypes) { $this->systemTypes = $systemTypes; } /** * @return Google_Service_ServiceManagement_Type[] */ public function getSystemTypes() { return $this->systemTypes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceManagement_Type[] */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_ServiceManagement_Type[] */ public function getTypes() { return $this->types; } /** * @param Google_Service_ServiceManagement_Usage */ public function setUsage(Google_Service_ServiceManagement_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceManagement_Usage */ public function getUsage() { return $this->usage; } } PK4 ZVmuu]vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.phpnu[options = $options; } /** * @return Google_Service_ServiceManagement_GetPolicyOptions */ public function getOptions() { return $this->options; } } PK4 ZYUUvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ContextRule.phpnu[allowedRequestExtensions = $allowedRequestExtensions; } public function getAllowedRequestExtensions() { return $this->allowedRequestExtensions; } public function setAllowedResponseExtensions($allowedResponseExtensions) { $this->allowedResponseExtensions = $allowedResponseExtensions; } public function getAllowedResponseExtensions() { return $this->allowedResponseExtensions; } public function setProvided($provided) { $this->provided = $provided; } public function getProvided() { return $this->provided; } public function setRequested($requested) { $this->requested = $requested; } public function getRequested() { return $this->requested; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Z֧ Zvendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceManagement_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceManagement_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } /** * @param Google_Service_ServiceManagement_MetricDescriptorMetadata */ public function setMetadata(Google_Service_ServiceManagement_MetricDescriptorMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_ServiceManagement_MetricDescriptorMetadata */ public function getMetadata() { return $this->metadata; } public function setMetricKind($metricKind) { $this->metricKind = $metricKind; } public function getMetricKind() { return $this->metricKind; } public function setMonitoredResourceTypes($monitoredResourceTypes) { $this->monitoredResourceTypes = $monitoredResourceTypes; } public function getMonitoredResourceTypes() { return $this->monitoredResourceTypes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } } PK4 Zѣdvendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK4 ZDbvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.phpnu[ * $servicemanagementService = new Google_Service_ServiceManagement(...); * $configs = $servicemanagementService->configs; * */ class Google_Service_ServiceManagement_Resource_ServicesConfigs extends Google_Service_Resource { /** * Creates a new service configuration (version) for a managed service. This * method only stores the service configuration. To roll out the service * configuration to backend systems please call CreateServiceRollout. Only the * 100 most recent service configurations and ones referenced by existing * rollouts are kept for each service. The rest will be deleted eventually. * (configs.create) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param Google_Service_ServiceManagement_Service $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Service */ public function create($serviceName, Google_Service_ServiceManagement_Service $postBody, $optParams = array()) { $params = array('serviceName' => $serviceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceManagement_Service"); } /** * Gets a service configuration (version) for a managed service. (configs.get) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param string $configId Required. The id of the service configuration * resource. This field must be specified for the server to return all fields, * including `SourceInfo`. * @param array $optParams Optional parameters. * * @opt_param string view Specifies which parts of the Service Config should be * returned in the response. * @return Google_Service_ServiceManagement_Service */ public function get($serviceName, $configId, $optParams = array()) { $params = array('serviceName' => $serviceName, 'configId' => $configId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceManagement_Service"); } /** * Lists the history of the service configuration for a managed service, from * the newest to the oldest. (configs.listServicesConfigs) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The max number of items to include in the response * list. Page size is 50 if not specified. Maximum value is 100. * @opt_param string pageToken The token of the page to retrieve. * @return Google_Service_ServiceManagement_ListServiceConfigsResponse */ public function listServicesConfigs($serviceName, $optParams = array()) { $params = array('serviceName' => $serviceName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceManagement_ListServiceConfigsResponse"); } /** * Creates a new service configuration (version) for a managed service based on * user-supplied configuration source files (for example: OpenAPI * Specification). This method stores the source configurations as well as the * generated service configuration. To rollout the service configuration to * other services, please call CreateServiceRollout. Only the 100 most recent * configuration sources and ones referenced by existing service configurtions * are kept for each service. The rest will be deleted eventually. Operation * (configs.submit) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param Google_Service_ServiceManagement_SubmitConfigSourceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function submit($serviceName, Google_Service_ServiceManagement_SubmitConfigSourceRequest $postBody, $optParams = array()) { $params = array('serviceName' => $serviceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('submit', array($params), "Google_Service_ServiceManagement_Operation"); } } PK4 Z`p(z-z-[vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.phpnu[ * $servicemanagementService = new Google_Service_ServiceManagement(...); * $services = $servicemanagementService->services; * */ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_Resource { /** * Creates a new managed service. A managed service is immutable, and is subject * to mandatory 30-day data retention. You cannot move a service or recreate it * within 30 days after deletion. One producer project can own no more than 500 * services. For security and reliability purposes, a production service should * be hosted in a dedicated producer project. Operation (services.create) * * @param Google_Service_ServiceManagement_ManagedService $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function create(Google_Service_ServiceManagement_ManagedService $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceManagement_Operation"); } /** * Deletes a managed service. This method will change the service to the `Soft- * Delete` state for 30 days. Within this period, service producers may call * UndeleteService to restore the service. After 30 days, the service will be * permanently deleted. Operation (services.delete) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function delete($serviceName, $optParams = array()) { $params = array('serviceName' => $serviceName); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceManagement_Operation"); } /** * Enables a service for a project, so it can be used for the project. See * [Cloud Auth Guide](https://cloud.google.com/docs/authentication) for more * information. Operation (services.enable) * * @param string $serviceName Required. Name of the service to enable. * Specifying an unknown service name will cause the request to fail. * @param Google_Service_ServiceManagement_EnableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function enable($serviceName, Google_Service_ServiceManagement_EnableServiceRequest $postBody, $optParams = array()) { $params = array('serviceName' => $serviceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('enable', array($params), "Google_Service_ServiceManagement_Operation"); } /** * Generates and returns a report (errors, warnings and changes from existing * configurations) associated with GenerateConfigReportRequest.new_value If * GenerateConfigReportRequest.old_value is specified, * GenerateConfigReportRequest will contain a single ChangeReport based on the * comparison between GenerateConfigReportRequest.new_value and * GenerateConfigReportRequest.old_value. If * GenerateConfigReportRequest.old_value is not specified, this method will * compare GenerateConfigReportRequest.new_value with the last pushed service * configuration. (services.generateConfigReport) * * @param Google_Service_ServiceManagement_GenerateConfigReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_GenerateConfigReportResponse */ public function generateConfigReport(Google_Service_ServiceManagement_GenerateConfigReportRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateConfigReport', array($params), "Google_Service_ServiceManagement_GenerateConfigReportResponse"); } /** * Gets a managed service. Authentication is required unless the service is * public. (services.get) * * @param string $serviceName Required. The name of the service. See the * `ServiceManager` overview for naming requirements. For example: * `example.googleapis.com`. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_ManagedService */ public function get($serviceName, $optParams = array()) { $params = array('serviceName' => $serviceName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceManagement_ManagedService"); } /** * Gets a service configuration (version) for a managed service. * (services.getConfig) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * * @opt_param string configId Required. The id of the service configuration * resource. This field must be specified for the server to return all fields, * including `SourceInfo`. * @opt_param string view Specifies which parts of the Service Config should be * returned in the response. * @return Google_Service_ServiceManagement_Service */ public function getConfig($serviceName, $optParams = array()) { $params = array('serviceName' => $serviceName); $params = array_merge($params, $optParams); return $this->call('getConfig', array($params), "Google_Service_ServiceManagement_Service"); } /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (services.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceManagement_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Policy */ public function getIamPolicy($resource, Google_Service_ServiceManagement_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ServiceManagement_Policy"); } /** * Lists managed services. Returns all public services. For authenticated users, * also returns all services the calling user has * "servicemanagement.services.get" permission for. **BETA:** If the caller * specifies the `consumer_id`, it returns only the services enabled on the * consumer. The `consumer_id` must have the format of "project:{PROJECT-ID}". * (services.listServices) * * @param array $optParams Optional parameters. * * @opt_param string consumerId Include services consumed by the specified * consumer. The Google Service Management implementation accepts the following * forms: - project: * @opt_param int pageSize The max number of items to include in the response * list. Page size is 50 if not specified. Maximum value is 100. * @opt_param string pageToken Token identifying which result to start with; * returned by a previous list call. * @opt_param string producerProjectId Include services produced by the * specified project. * @return Google_Service_ServiceManagement_ListServicesResponse */ public function listServices($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceManagement_ListServicesResponse"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (services.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceManagement_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Policy */ public function setIamPolicy($resource, Google_Service_ServiceManagement_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ServiceManagement_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. (services.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_ServiceManagement_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ServiceManagement_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ServiceManagement_TestIamPermissionsResponse"); } /** * Revives a previously deleted managed service. The method restores the service * using the configuration at the time the service was deleted. The target * service must exist and must have been deleted within the last 30 days. * Operation (services.undelete) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function undelete($serviceName, $optParams = array()) { $params = array('serviceName' => $serviceName); $params = array_merge($params, $optParams); return $this->call('undelete', array($params), "Google_Service_ServiceManagement_Operation"); } } PK4 Z6-z z ]vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Operations.phpnu[ * $servicemanagementService = new Google_Service_ServiceManagement(...); * $operations = $servicemanagementService->operations; * */ class Google_Service_ServiceManagement_Resource_Operations extends Google_Service_Resource { /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API * service. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceManagement_Operation"); } /** * Lists service operations that match the specified filter in the request. * (operations.listOperations) * * @param array $optParams Optional parameters. * * @opt_param string 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 int pageSize The maximum number of operations to return. If * unspecified, defaults to 50. The maximum value is 100. * @opt_param string pageToken The standard list page token. * @return Google_Service_ServiceManagement_ListOperationsResponse */ public function listOperations($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceManagement_ListOperationsResponse"); } } PK4 ZIڣcvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.phpnu[ * $servicemanagementService = new Google_Service_ServiceManagement(...); * $rollouts = $servicemanagementService->rollouts; * */ class Google_Service_ServiceManagement_Resource_ServicesRollouts extends Google_Service_Resource { /** * Creates a new service configuration rollout. Based on rollout, the Google * Service Management will roll out the service configurations to different * backend services. For example, the logging configuration will be pushed to * Google Cloud Logging. Please note that any previous pending and running * Rollouts and associated Operations will be automatically cancelled so that * the latest Rollout will not be blocked by previous Rollouts. Only the 100 * most recent (in any state) and the last 10 successful (if not already part of * the set of 100 most recent) rollouts are kept for each service. The rest will * be deleted eventually. Operation (rollouts.create) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param Google_Service_ServiceManagement_Rollout $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ public function create($serviceName, Google_Service_ServiceManagement_Rollout $postBody, $optParams = array()) { $params = array('serviceName' => $serviceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceManagement_Operation"); } /** * Gets a service configuration rollout. (rollouts.get) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param string $rolloutId Required. The id of the rollout resource. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Rollout */ public function get($serviceName, $rolloutId, $optParams = array()) { $params = array('serviceName' => $serviceName, 'rolloutId' => $rolloutId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_ServiceManagement_Rollout"); } /** * Lists the history of the service configuration rollouts for a managed * service, from the newest to the oldest. (rollouts.listServicesRollouts) * * @param string $serviceName Required. The name of the service. See the * [overview](/service-management/overview) for naming requirements. For * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * * @opt_param string filter Required. Use `filter` to return subset of rollouts. * The following filters are supported: -- To limit the results to only those in * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use * filter='status=SUCCESS' -- To limit the results to those in * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' or * 'FAILED', use filter='status=CANCELLED OR status=FAILED' * @opt_param int pageSize The max number of items to include in the response * list. Page size is 50 if not specified. Maximum value is 100. * @opt_param string pageToken The token of the page to retrieve. * @return Google_Service_ServiceManagement_ListServiceRolloutsResponse */ public function listServicesRollouts($serviceName, $optParams = array()) { $params = array('serviceName' => $serviceName); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_ServiceManagement_ListServiceRolloutsResponse"); } } PK4 Z/s#oodvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.phpnu[ * $servicemanagementService = new Google_Service_ServiceManagement(...); * $consumers = $servicemanagementService->consumers; * */ class Google_Service_ServiceManagement_Resource_ServicesConsumers extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (consumers.getIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * requested. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceManagement_GetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Policy */ public function getIamPolicy($resource, Google_Service_ServiceManagement_GetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_ServiceManagement_Policy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and * `PERMISSION_DENIED` errors. (consumers.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this * field. * @param Google_Service_ServiceManagement_SetIamPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Policy */ public function setIamPolicy($resource, Google_Service_ServiceManagement_SetIamPolicyRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_ServiceManagement_Policy"); } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a * `NOT_FOUND` error. Note: This operation is designed to be used for building * permission-aware UIs and command-line tools, not for authorization checking. * This operation may "fail open" without warning. * (consumers.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is * being requested. See the operation documentation for the appropriate value * for this field. * @param Google_Service_ServiceManagement_TestIamPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_TestIamPermissionsResponse */ public function testIamPermissions($resource, Google_Service_ServiceManagement_TestIamPermissionsRequest $postBody, $optParams = array()) { $params = array('resource' => $resource, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_ServiceManagement_TestIamPermissionsResponse"); } } PK4 ZnOOWvendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.phpnu[fileName = $fileName; } public function getFileName() { return $this->fileName; } } PK4 Zwk'E E Uvendor/google/apiclient-services/src/Google/Service/ServiceManagement/BackendRule.phpnu[address = $address; } public function getAddress() { return $this->address; } public function setDeadline($deadline) { $this->deadline = $deadline; } public function getDeadline() { return $this->deadline; } public function setDisableAuth($disableAuth) { $this->disableAuth = $disableAuth; } public function getDisableAuth() { return $this->disableAuth; } public function setJwtAudience($jwtAudience) { $this->jwtAudience = $jwtAudience; } public function getJwtAudience() { return $this->jwtAudience; } public function setMinDeadline($minDeadline) { $this->minDeadline = $minDeadline; } public function getMinDeadline() { return $this->minDeadline; } public function setOperationDeadline($operationDeadline) { $this->operationDeadline = $operationDeadline; } public function getOperationDeadline() { return $this->operationDeadline; } public function setPathTranslation($pathTranslation) { $this->pathTranslation = $pathTranslation; } public function getPathTranslation() { return $this->pathTranslation; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Z *[vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.phpnu[progressPercentage = $progressPercentage; } public function getProgressPercentage() { return $this->progressPercentage; } public function setResourceNames($resourceNames) { $this->resourceNames = $resourceNames; } public function getResourceNames() { return $this->resourceNames; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_ServiceManagement_Step[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_ServiceManagement_Step[] */ public function getSteps() { return $this->steps; } } PK4 Zp'_Qvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.phpnu[condition = $condition; } /** * @return Google_Service_ServiceManagement_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK4 ZRexUwwNvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Http.phpnu[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; } } PK4 ZL)1qqavendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.phpnu[service = $service; } /** * @return Google_Service_ServiceManagement_ManagedService */ public function getService() { return $this->service; } } PK4 Zr\vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthenticationRule.phpnu[allowWithoutCredential = $allowWithoutCredential; } public function getAllowWithoutCredential() { return $this->allowWithoutCredential; } /** * @param Google_Service_ServiceManagement_OAuthRequirements */ public function setOauth(Google_Service_ServiceManagement_OAuthRequirements $oauth) { $this->oauth = $oauth; } /** * @return Google_Service_ServiceManagement_OAuthRequirements */ public function getOauth() { return $this->oauth; } /** * @param Google_Service_ServiceManagement_AuthRequirement[] */ public function setRequirements($requirements) { $this->requirements = $requirements; } /** * @return Google_Service_ServiceManagement_AuthRequirement[] */ public function getRequirements() { return $this->requirements; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 ZQvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.phpnu[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; } } PK4 ZL[Yvendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } } PK4 Z&Vvendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthProvider.phpnu[audiences = $audiences; } public function getAudiences() { return $this->audiences; } public function setAuthorizationUrl($authorizationUrl) { $this->authorizationUrl = $authorizationUrl; } public function getAuthorizationUrl() { return $this->authorizationUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIssuer($issuer) { $this->issuer = $issuer; } public function getIssuer() { return $this->issuer; } public function setJwksUri($jwksUri) { $this->jwksUri = $jwksUri; } public function getJwksUri() { return $this->jwksUri; } /** * @param Google_Service_ServiceManagement_JwtLocation[] */ public function setJwtLocations($jwtLocations) { $this->jwtLocations = $jwtLocations; } /** * @return Google_Service_ServiceManagement_JwtLocation[] */ public function getJwtLocations() { return $this->jwtLocations; } } PK4 Ze}rrdvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceConfigsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceManagement_Service[] */ public function setServiceConfigs($serviceConfigs) { $this->serviceConfigs = $serviceConfigs; } /** * @return Google_Service_ServiceManagement_Service[] */ public function getServiceConfigs() { return $this->serviceConfigs; } } PK4 ZW}ecvendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK4 Z  Tvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.phpnu[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; } } PK4 Z*nnZvendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.phpnu[rules = $rules; } /** * @return Google_Service_ServiceManagement_SystemParameterRule[] */ public function getRules() { return $this->rules; } } PK4 ZLLRvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Endpoint.phpnu[aliases = $aliases; } public function getAliases() { return $this->aliases; } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; } public function getAllowCors() { return $this->allowCors; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK4 Zp޳Kfvendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportResponse.phpnu[changeReports = $changeReports; } /** * @return Google_Service_ServiceManagement_ChangeReport[] */ public function getChangeReports() { return $this->changeReports; } /** * @param Google_Service_ServiceManagement_Diagnostic[] */ public function setDiagnostics($diagnostics) { $this->diagnostics = $diagnostics; } /** * @return Google_Service_ServiceManagement_Diagnostic[] */ public function getDiagnostics() { return $this->diagnostics; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } PK4 Zշ0[vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OAuthRequirements.phpnu[canonicalScopes = $canonicalScopes; } public function getCanonicalScopes() { return $this->canonicalScopes; } } PK4 Zh==evendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceRolloutsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceManagement_Rollout[] */ public function setRollouts($rollouts) { $this->rollouts = $rollouts; } /** * @return Google_Service_ServiceManagement_Rollout[] */ public function getRollouts() { return $this->rollouts; } } PK4 ZB Tvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.phpnu[fileContents = $fileContents; } public function getFileContents() { return $this->fileContents; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } } PK4 Z Svendor/google/apiclient-services/src/Google/Service/ServiceManagement/Operation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_ServiceManagement_Status */ public function setError(Google_Service_ServiceManagement_Status $error) { $this->error = $error; } /** * @return Google_Service_ServiceManagement_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK4 ZA3 $YYcvendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceRequest.phpnu[configSource = $configSource; } /** * @return Google_Service_ServiceManagement_ConfigSource */ public function getConfigSource() { return $this->configSource; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } } PK4 ZȹOvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Quota.phpnu[limits = $limits; } /** * @return Google_Service_ServiceManagement_QuotaLimit[] */ public function getLimits() { return $this->limits; } /** * @param Google_Service_ServiceManagement_MetricRule[] */ public function setMetricRules($metricRules) { $this->metricRules = $metricRules; } /** * @return Google_Service_ServiceManagement_MetricRule[] */ public function getMetricRules() { return $this->metricRules; } } PK4 Z0EPvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Status.phpnu[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; } } PK4 Zz0)Vvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ChangeReport.phpnu[configChanges = $configChanges; } /** * @return Google_Service_ServiceManagement_ConfigChange[] */ public function getConfigChanges() { return $this->configChanges; } } PK4 Z9ִWvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Documentation.phpnu[documentationRootUrl = $documentationRootUrl; } public function getDocumentationRootUrl() { return $this->documentationRootUrl; } public function setOverview($overview) { $this->overview = $overview; } public function getOverview() { return $this->overview; } /** * @param Google_Service_ServiceManagement_Page[] */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_ServiceManagement_Page[] */ public function getPages() { return $this->pages; } /** * @param Google_Service_ServiceManagement_DocumentationRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceManagement_DocumentationRule[] */ public function getRules() { return $this->rules; } public function setServiceRootUrl($serviceRootUrl) { $this->serviceRootUrl = $serviceRootUrl; } public function getServiceRootUrl() { return $this->serviceRootUrl; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } } PK4 ZكeTvendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceInfo.phpnu[sourceFiles = $sourceFiles; } public function getSourceFiles() { return $this->sourceFiles; } } PK4 Z!mm`vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TrafficPercentStrategy.phpnu[percentages = $percentages; } public function getPercentages() { return $this->percentages; } } PK4 ZQ3Uevendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoredResourceDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceManagement_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceManagement_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Zȉ?LL\vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LoggingDestination.phpnu[logs = $logs; } public function getLogs() { return $this->logs; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK4 Z2?KK^vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServicesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceManagement_ManagedService[] */ public function setServices($services) { $this->services = $services; } /** * @return Google_Service_ServiceManagement_ManagedService[] */ public function getServices() { return $this->services; } } PK4 Z\Nvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Step.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK4 ZL^PP`vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListOperationsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ServiceManagement_Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_ServiceManagement_Operation[] */ public function getOperations() { return $this->operations; } } PK4 Zu4WWUvendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.phpnu[auditLogConfigs = $auditLogConfigs; } /** * @return Google_Service_ServiceManagement_AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } } PK4 ZT^^Qvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.phpnu[environment = $environment; } public function getEnvironment() { return $this->environment; } } PK4 Z΋`<<]vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameterRule.phpnu[parameters = $parameters; } /** * @return Google_Service_ServiceManagement_SystemParameter[] */ public function getParameters() { return $this->parameters; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Z8( --Zvendor/google/apiclient-services/src/Google/Service/ServiceManagement/FlowErrorDetails.phpnu[exceptionType = $exceptionType; } public function getExceptionType() { return $this->exceptionType; } public function setFlowStepId($flowStepId) { $this->flowStepId = $flowStepId; } public function getFlowStepId() { return $this->flowStepId; } } PK4 Z\Vvendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.phpnu[advices = $advices; } /** * @return Google_Service_ServiceManagement_Advice[] */ public function getAdvices() { return $this->advices; } public function setChangeType($changeType) { $this->changeType = $changeType; } public function getChangeType() { return $this->changeType; } public function setElement($element) { $this->element = $element; } public function getElement() { return $this->element; } public function setNewValue($newValue) { $this->newValue = $newValue; } public function getNewValue() { return $this->newValue; } public function setOldValue($oldValue) { $this->oldValue = $oldValue; } public function getOldValue() { return $this->oldValue; } } PK4 Z  Nvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Enum.phpnu[enumvalue = $enumvalue; } /** * @return Google_Service_ServiceManagement_EnumValue[] */ public function getEnumvalue() { return $this->enumvalue; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceManagement_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceManagement_SourceContext */ public function setSourceContext(Google_Service_ServiceManagement_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceManagement_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK4 ZDUvendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.phpnu[rules = $rules; } /** * @return Google_Service_ServiceManagement_CustomErrorRule[] */ public function getRules() { return $this->rules; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } PK4 Z mZvendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetPolicyOptions.phpnu[requestedPolicyVersion = $requestedPolicyVersion; } public function getRequestedPolicyVersion() { return $this->requestedPolicyVersion; } } PK4 Z/ Dgg_vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoringDestination.phpnu[metrics = $metrics; } public function getMetrics() { return $this->metrics; } public function setMonitoredResource($monitoredResource) { $this->monitoredResource = $monitoredResource; } public function getMonitoredResource() { return $this->monitoredResource; } } PK4 Z2ҿ*//Svendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigRef.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 ZmL_vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DeleteServiceStrategy.phpnu[methods = $methods; } /** * @return Google_Service_ServiceManagement_Method[] */ public function getMethods() { return $this->methods; } /** * @param Google_Service_ServiceManagement_Mixin[] */ public function setMixins($mixins) { $this->mixins = $mixins; } /** * @return Google_Service_ServiceManagement_Mixin[] */ public function getMixins() { return $this->mixins; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceManagement_Option[] */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceManagement_SourceContext */ public function setSourceContext(Google_Service_ServiceManagement_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceManagement_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } } PK4 ZoiXvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Authentication.phpnu[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; } } PK4 Z!dPvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceManagement_Option[] */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceManagement_Option[] */ public function getOptions() { return $this->options; } public function setRequestStreaming($requestStreaming) { $this->requestStreaming = $requestStreaming; } public function getRequestStreaming() { return $this->requestStreaming; } public function setRequestTypeUrl($requestTypeUrl) { $this->requestTypeUrl = $requestTypeUrl; } public function getRequestTypeUrl() { return $this->requestTypeUrl; } public function setResponseStreaming($responseStreaming) { $this->responseStreaming = $responseStreaming; } public function getResponseStreaming() { return $this->responseStreaming; } public function setResponseTypeUrl($responseTypeUrl) { $this->responseTypeUrl = $responseTypeUrl; } public function getResponseTypeUrl() { return $this->responseTypeUrl; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } } PK4 Z\I[vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomHttpPattern.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK4 ZGdvendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.phpnu[serviceConfig = $serviceConfig; } /** * @return Google_Service_ServiceManagement_Service */ public function getServiceConfig() { return $this->serviceConfig; } } PK4 Z@ettWvendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_ServiceManagement_LabelDescriptor[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_ServiceManagement_LabelDescriptor[] */ public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Zhevendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.phpnu[newConfig = $newConfig; } public function getNewConfig() { return $this->newConfig; } public function setOldConfig($oldConfig) { $this->oldConfig = $oldConfig; } public function getOldConfig() { return $this->oldConfig; } } PK4 Zbw}}Tvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Diagnostic.phpnu[kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK4 ZAOvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.phpnu[name = $name; } public function getName() { return $this->name; } public function setRoot($root) { $this->root = $root; } public function getRoot() { return $this->root; } } PK4 ZI[vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.phpnu[deprecationDescription = $deprecationDescription; } public function getDeprecationDescription() { return $this->deprecationDescription; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } } PK4 Zt[RRNvendor/google/apiclient-services/src/Google/Service/ServiceManagement/Expr.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z4a+SSCvendor/google/apiclient-services/src/Google/Service/CloudSearch.phpnu[ * Cloud Search provides cloud-based search capabilities over G Suite data. The * Cloud Search API allows indexing of non-G Suite data into Cloud Search.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudSearch extends Google_Service { /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH = "https://www.googleapis.com/auth/cloud_search"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_DEBUG = "https://www.googleapis.com/auth/cloud_search.debug"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_INDEXING = "https://www.googleapis.com/auth/cloud_search.indexing"; /** Search your organization's data in the Cloud Search index. */ const CLOUD_SEARCH_QUERY = "https://www.googleapis.com/auth/cloud_search.query"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_SETTINGS = "https://www.googleapis.com/auth/cloud_search.settings"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_SETTINGS_INDEXING = "https://www.googleapis.com/auth/cloud_search.settings.indexing"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_SETTINGS_QUERY = "https://www.googleapis.com/auth/cloud_search.settings.query"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_STATS = "https://www.googleapis.com/auth/cloud_search.stats"; /** Index and serve your organization's data with Cloud Search. */ const CLOUD_SEARCH_STATS_INDEXING = "https://www.googleapis.com/auth/cloud_search.stats.indexing"; public $debug_datasources_items; public $debug_datasources_items_unmappedids; public $debug_identitysources_items; public $debug_identitysources_unmappedids; public $indexing_datasources; public $indexing_datasources_items; public $media; public $operations; public $operations_lro; public $query; public $query_sources; public $settings_datasources; public $settings_searchapplications; public $stats; public $stats_index_datasources; public $stats_query_searchapplications; public $stats_session_searchapplications; public $stats_user_searchapplications; /** * Constructs the internal representation of the CloudSearch service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://cloudsearch.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'cloudsearch'; $this->debug_datasources_items = new Google_Service_CloudSearch_Resource_DebugDatasourcesItems( $this, $this->serviceName, 'items', array( 'methods' => array( 'checkAccess' => array( 'path' => 'v1/debug/{+name}:checkAccess', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'searchByViewUrl' => array( 'path' => 'v1/debug/{+name}/items:searchByViewUrl', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->debug_datasources_items_unmappedids = new Google_Service_CloudSearch_Resource_DebugDatasourcesItemsUnmappedids( $this, $this->serviceName, 'unmappedids', array( 'methods' => array( 'list' => array( 'path' => 'v1/debug/{+parent}/unmappedids', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->debug_identitysources_items = new Google_Service_CloudSearch_Resource_DebugIdentitysourcesItems( $this, $this->serviceName, 'items', array( 'methods' => array( 'listForunmappedidentity' => array( 'path' => 'v1/debug/{+parent}/items:forunmappedidentity', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'groupResourceName' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'userResourceName' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->debug_identitysources_unmappedids = new Google_Service_CloudSearch_Resource_DebugIdentitysourcesUnmappedids( $this, $this->serviceName, 'unmappedids', array( 'methods' => array( 'list' => array( 'path' => 'v1/debug/{+parent}/unmappedids', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'resolutionStatusCode' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->indexing_datasources = new Google_Service_CloudSearch_Resource_IndexingDatasources( $this, $this->serviceName, 'datasources', array( 'methods' => array( 'deleteSchema' => array( 'path' => 'v1/indexing/{+name}/schema', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'getSchema' => array( 'path' => 'v1/indexing/{+name}/schema', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'updateSchema' => array( 'path' => 'v1/indexing/{+name}/schema', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->indexing_datasources_items = new Google_Service_CloudSearch_Resource_IndexingDatasourcesItems( $this, $this->serviceName, 'items', array( 'methods' => array( 'delete' => array( 'path' => 'v1/indexing/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'connectorName' => array( 'location' => 'query', 'type' => 'string', ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'mode' => array( 'location' => 'query', 'type' => 'string', ), 'version' => array( 'location' => 'query', 'type' => 'string', ), ), ),'deleteQueueItems' => array( 'path' => 'v1/indexing/{+name}/items:deleteQueueItems', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/indexing/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'connectorName' => array( 'location' => 'query', 'type' => 'string', ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'index' => array( 'path' => 'v1/indexing/{+name}:index', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/indexing/{+name}/items', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'brief' => array( 'location' => 'query', 'type' => 'boolean', ), 'connectorName' => array( 'location' => 'query', 'type' => 'string', ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'poll' => array( 'path' => 'v1/indexing/{+name}/items:poll', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'push' => array( 'path' => 'v1/indexing/{+name}:push', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'unreserve' => array( 'path' => 'v1/indexing/{+name}/items:unreserve', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'upload' => array( 'path' => 'v1/indexing/{+name}:upload', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->media = new Google_Service_CloudSearch_Resource_Media( $this, $this->serviceName, 'media', array( 'methods' => array( 'upload' => array( 'path' => 'v1/media/{+resourceName}', 'httpMethod' => 'POST', 'parameters' => array( 'resourceName' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations = new Google_Service_CloudSearch_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->operations_lro = new Google_Service_CloudSearch_Resource_OperationsLro( $this, $this->serviceName, 'lro', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+name}/lro', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->query = new Google_Service_CloudSearch_Resource_Query( $this, $this->serviceName, 'query', array( 'methods' => array( 'search' => array( 'path' => 'v1/query/search', 'httpMethod' => 'POST', 'parameters' => array(), ),'suggest' => array( 'path' => 'v1/query/suggest', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->query_sources = new Google_Service_CloudSearch_Resource_QuerySources( $this, $this->serviceName, 'sources', array( 'methods' => array( 'list' => array( 'path' => 'v1/query/sources', 'httpMethod' => 'GET', 'parameters' => array( 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'requestOptions.debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'requestOptions.languageCode' => array( 'location' => 'query', 'type' => 'string', ), 'requestOptions.searchApplicationId' => array( 'location' => 'query', 'type' => 'string', ), 'requestOptions.timeZone' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->settings_datasources = new Google_Service_CloudSearch_Resource_SettingsDatasources( $this, $this->serviceName, 'datasources', array( 'methods' => array( 'create' => array( 'path' => 'v1/settings/datasources', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/settings/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1/settings/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'v1/settings/datasources', 'httpMethod' => 'GET', 'parameters' => array( 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( 'path' => 'v1/settings/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->settings_searchapplications = new Google_Service_CloudSearch_Resource_SettingsSearchapplications( $this, $this->serviceName, 'searchapplications', array( 'methods' => array( 'create' => array( 'path' => 'v1/settings/searchapplications', 'httpMethod' => 'POST', 'parameters' => array(), ),'delete' => array( 'path' => 'v1/settings/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'get' => array( 'path' => 'v1/settings/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'v1/settings/searchapplications', 'httpMethod' => 'GET', 'parameters' => array( 'debugOptions.enableDebugging' => array( 'location' => 'query', 'type' => 'boolean', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'reset' => array( 'path' => 'v1/settings/{+name}:reset', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/settings/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->stats = new Google_Service_CloudSearch_Resource_Stats( $this, $this->serviceName, 'stats', array( 'methods' => array( 'getIndex' => array( 'path' => 'v1/stats/index', 'httpMethod' => 'GET', 'parameters' => array( 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getQuery' => array( 'path' => 'v1/stats/query', 'httpMethod' => 'GET', 'parameters' => array( 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getSession' => array( 'path' => 'v1/stats/session', 'httpMethod' => 'GET', 'parameters' => array( 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'getUser' => array( 'path' => 'v1/stats/user', 'httpMethod' => 'GET', 'parameters' => array( 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->stats_index_datasources = new Google_Service_CloudSearch_Resource_StatsIndexDatasources( $this, $this->serviceName, 'datasources', array( 'methods' => array( 'get' => array( 'path' => 'v1/stats/index/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->stats_query_searchapplications = new Google_Service_CloudSearch_Resource_StatsQuerySearchapplications( $this, $this->serviceName, 'searchapplications', array( 'methods' => array( 'get' => array( 'path' => 'v1/stats/query/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->stats_session_searchapplications = new Google_Service_CloudSearch_Resource_StatsSessionSearchapplications( $this, $this->serviceName, 'searchapplications', array( 'methods' => array( 'get' => array( 'path' => 'v1/stats/session/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->stats_user_searchapplications = new Google_Service_CloudSearch_Resource_StatsUserSearchapplications( $this, $this->serviceName, 'searchapplications', array( 'methods' => array( 'get' => array( 'path' => 'v1/stats/user/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'fromDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'fromDate.year' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.day' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.month' => array( 'location' => 'query', 'type' => 'integer', ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } } PK4 ZYeeQvendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.phpnu[currency = $currency; } public function getCurrency() { return $this->currency; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Z,%Kvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyle.phpnu[colors = $colors; } /** * @return Google_Service_AdSenseHost_AdStyleColors */ public function getColors() { return $this->colors; } public function setCorners($corners) { $this->corners = $corners; } public function getCorners() { return $this->corners; } /** * @param Google_Service_AdSenseHost_AdStyleFont */ public function setFont(Google_Service_AdSenseHost_AdStyleFont $font) { $this->font = $font; } /** * @return Google_Service_AdSenseHost_AdStyleFont */ public function getFont() { return $this->font; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK4 Z Vvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProductCodes($productCodes) { $this->productCodes = $productCodes; } public function getProductCodes() { return $this->productCodes; } public function setRedirectUrl($redirectUrl) { $this->redirectUrl = $redirectUrl; } public function getRedirectUrl() { return $this->redirectUrl; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserLocale($userLocale) { $this->userLocale = $userLocale; } public function getUserLocale() { return $this->userLocale; } public function setWebsiteLocale($websiteLocale) { $this->websiteLocale = $websiteLocale; } public function getWebsiteLocale() { return $this->websiteLocale; } public function setWebsiteUrl($websiteUrl) { $this->websiteUrl = $websiteUrl; } public function getWebsiteUrl() { return $this->websiteUrl; } } PK4 Zɕ.\vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.phpnu[backupOption = $backupOption; } /** * @return Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption */ public function getBackupOption() { return $this->backupOption; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Zw'ν``hvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.phpnu[color = $color; } public function getColor() { return $this->color; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 ZubbNvendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannel.phpnu[id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUrlPattern($urlPattern) { $this->urlPattern = $urlPattern; } public function getUrlPattern() { return $this->urlPattern; } } PK4 ZHLvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.phpnu[arcOptIn = $arcOptIn; } public function getArcOptIn() { return $this->arcOptIn; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProductCode($productCode) { $this->productCode = $productCode; } public function getProductCode() { return $this->productCode; } public function setSupportsReporting($supportsReporting) { $this->supportsReporting = $supportsReporting; } public function getSupportsReporting() { return $this->supportsReporting; } } PK4 Z6_:bvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitMobileContentAdsSettings.phpnu[markupLanguage = $markupLanguage; } public function getMarkupLanguage() { return $this->markupLanguage; } public function setScriptingLanguage($scriptingLanguage) { $this->scriptingLanguage = $scriptingLanguage; } public function getScriptingLanguage() { return $this->scriptingLanguage; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Z,Qvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.phpnu[background = $background; } public function getBackground() { return $this->background; } public function setBorder($border) { $this->border = $border; } public function getBorder() { return $this->border; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 Zp\vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdunits.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $adunits = $adsensehostService->adunits; * */ class Google_Service_AdSenseHost_Resource_AccountsAdunits extends Google_Service_Resource { /** * Delete the specified ad unit from the specified publisher AdSense account. * (adunits.delete) * * @param string $accountId Account which contains the ad unit. * @param string $adClientId Ad client for which to get ad unit. * @param string $adUnitId Ad unit to delete. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdUnit */ public function delete($accountId, $adClientId, $adUnitId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AdSenseHost_AdUnit"); } /** * Get the specified host ad unit in this AdSense account. (adunits.get) * * @param string $accountId Account which contains the ad unit. * @param string $adClientId Ad client for which to get ad unit. * @param string $adUnitId Ad unit to get. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdUnit */ public function get($accountId, $adClientId, $adUnitId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSenseHost_AdUnit"); } /** * Get ad code for the specified ad unit, attaching the specified host custom * channels. (adunits.getAdCode) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client with contains the ad unit. * @param string $adUnitId Ad unit to get the code for. * @param array $optParams Optional parameters. * * @opt_param string hostCustomChannelId Host custom channel to attach to the ad * code. * @return Google_Service_AdSenseHost_AdCode */ public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); $params = array_merge($params, $optParams); return $this->call('getAdCode', array($params), "Google_Service_AdSenseHost_AdCode"); } /** * Insert the supplied ad unit into the specified publisher AdSense account. * (adunits.insert) * * @param string $accountId Account which will contain the ad unit. * @param string $adClientId Ad client into which to insert the ad unit. * @param Google_Service_AdSenseHost_AdUnit $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdUnit */ public function insert($accountId, $adClientId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdSenseHost_AdUnit"); } /** * List all ad units in the specified publisher's AdSense account. * (adunits.listAccountsAdunits) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client for which to list ad units. * @param array $optParams Optional parameters. * * @opt_param bool includeInactive Whether to include inactive ad units. * Default: true. * @opt_param string maxResults The maximum number of ad units to include in the * response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * units. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSenseHost_AdUnits */ public function listAccountsAdunits($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSenseHost_AdUnits"); } /** * Update the supplied ad unit in the specified publisher AdSense account. This * method supports patch semantics. (adunits.patch) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client which contains the ad unit. * @param string $adUnitId Ad unit to get. * @param Google_Service_AdSenseHost_AdUnit $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdUnit */ public function patch($accountId, $adClientId, $adUnitId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AdSenseHost_AdUnit"); } /** * Update the supplied ad unit in the specified publisher AdSense account. * (adunits.update) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client which contains the ad unit. * @param Google_Service_AdSenseHost_AdUnit $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdUnit */ public function update($accountId, $adClientId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdSenseHost_AdUnit"); } } PK4 Z[vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Customchannels.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $customchannels = $adsensehostService->customchannels; * */ class Google_Service_AdSenseHost_Resource_Customchannels extends Google_Service_Resource { /** * Delete a specific custom channel from the host AdSense account. * (customchannels.delete) * * @param string $adClientId Ad client from which to delete the custom channel. * @param string $customChannelId Custom channel to delete. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_CustomChannel */ public function delete($adClientId, $customChannelId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AdSenseHost_CustomChannel"); } /** * Get a specific custom channel from the host AdSense account. * (customchannels.get) * * @param string $adClientId Ad client from which to get the custom channel. * @param string $customChannelId Custom channel to get. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_CustomChannel */ public function get($adClientId, $customChannelId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSenseHost_CustomChannel"); } /** * Add a new custom channel to the host AdSense account. (customchannels.insert) * * @param string $adClientId Ad client to which the new custom channel will be * added. * @param Google_Service_AdSenseHost_CustomChannel $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_CustomChannel */ public function insert($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array()) { $params = array('adClientId' => $adClientId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdSenseHost_CustomChannel"); } /** * List all host custom channels in this AdSense account. * (customchannels.listCustomchannels) * * @param string $adClientId Ad client for which to list custom channels. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of custom channels to include * in the response, used for paging. * @opt_param string pageToken A continuation token, used to page through custom * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSenseHost_CustomChannels */ public function listCustomchannels($adClientId, $optParams = array()) { $params = array('adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSenseHost_CustomChannels"); } /** * Update a custom channel in the host AdSense account. This method supports * patch semantics. (customchannels.patch) * * @param string $adClientId Ad client in which the custom channel will be * updated. * @param string $customChannelId Custom channel to get. * @param Google_Service_AdSenseHost_CustomChannel $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_CustomChannel */ public function patch($adClientId, $customChannelId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array()) { $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_AdSenseHost_CustomChannel"); } /** * Update a custom channel in the host AdSense account. (customchannels.update) * * @param string $adClientId Ad client in which the custom channel will be * updated. * @param Google_Service_AdSenseHost_CustomChannel $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_CustomChannel */ public function update($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array()) { $params = array('adClientId' => $adClientId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_AdSenseHost_CustomChannel"); } } PK4 Z4t t ^vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdclients.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $adclients = $adsensehostService->adclients; * */ class Google_Service_AdSenseHost_Resource_AccountsAdclients extends Google_Service_Resource { /** * Get information about one of the ad clients in the specified publisher's * AdSense account. (adclients.get) * * @param string $accountId Account which contains the ad client. * @param string $adClientId Ad client to get. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdClient */ public function get($accountId, $adClientId, $optParams = array()) { $params = array('accountId' => $accountId, 'adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient"); } /** * List all hosted ad clients in the specified hosted account. * (adclients.listAccountsAdclients) * * @param string $accountId Account for which to list ad clients. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of ad clients to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * clients. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSenseHost_AdClients */ public function listAccountsAdclients($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients"); } } PK4 Z v& & \vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsReports.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $reports = $adsensehostService->reports; * */ class Google_Service_AdSenseHost_Resource_AccountsReports extends Google_Service_Resource { /** * Generate an AdSense report based on the report request sent in the query * parameters. Returns the result as JSON; to retrieve output in CSV format * specify "alt=csv" as a query parameter. (reports.generate) * * @param string $accountId Hosted account upon which to report. * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param string $endDate End of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param array $optParams Optional parameters. * * @opt_param string dimension Dimensions to base the report on. * @opt_param string filter Filters to be run on the report. * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param string maxResults The maximum number of rows of report data to * return. * @opt_param string metric Numeric columns to include in the report. * @opt_param string sort The name of a dimension or metric to sort the * resulting report on, optionally prefixed with "+" to sort ascending or "-" to * sort descending. If no prefix is specified, the column is sorted ascending. * @opt_param string startIndex Index of the first row of report data to return. * @return Google_Service_AdSenseHost_Report */ public function generate($accountId, $startDate, $endDate, $optParams = array()) { $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdSenseHost_Report"); } } PK4 Z]O<  `vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Associationsessions.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $associationsessions = $adsensehostService->associationsessions; * */ class Google_Service_AdSenseHost_Resource_Associationsessions extends Google_Service_Resource { /** * Create an association session for initiating an association with an AdSense * user. (associationsessions.start) * * @param string|array $productCode Products to associate with the user. * @param string $websiteUrl The URL of the user's hosted website. * @param array $optParams Optional parameters. * * @opt_param string callbackUrl The URL to redirect the user to once * association is completed. It receives a token parameter that can then be used * to retrieve the associated account. * @opt_param string userLocale The preferred locale of the user. * @opt_param string websiteLocale The locale of the user's hosted website. * @return Google_Service_AdSenseHost_AssociationSession */ public function start($productCode, $websiteUrl, $optParams = array()) { $params = array('productCode' => $productCode, 'websiteUrl' => $websiteUrl); $params = array_merge($params, $optParams); return $this->call('start', array($params), "Google_Service_AdSenseHost_AssociationSession"); } /** * Verify an association session after the association callback returns from * AdSense signup. (associationsessions.verify) * * @param string $token The token returned to the association callback URL. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AssociationSession */ public function verify($token, $optParams = array()) { $params = array('token' => $token); $params = array_merge($params, $optParams); return $this->call('verify', array($params), "Google_Service_AdSenseHost_AssociationSession"); } } PK4 Z, Tvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Reports.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $reports = $adsensehostService->reports; * */ class Google_Service_AdSenseHost_Resource_Reports extends Google_Service_Resource { /** * Generate an AdSense report based on the report request sent in the query * parameters. Returns the result as JSON; to retrieve output in CSV format * specify "alt=csv" as a query parameter. (reports.generate) * * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param string $endDate End of the date range to report on in "YYYY-MM-DD" * format, inclusive. * @param array $optParams Optional parameters. * * @opt_param string dimension Dimensions to base the report on. * @opt_param string filter Filters to be run on the report. * @opt_param string locale Optional locale to use for translating report output * to a local language. Defaults to "en_US" if not specified. * @opt_param string maxResults The maximum number of rows of report data to * return. * @opt_param string metric Numeric columns to include in the report. * @opt_param string sort The name of a dimension or metric to sort the * resulting report on, optionally prefixed with "+" to sort ascending or "-" to * sort descending. If no prefix is specified, the column is sorted ascending. * @opt_param string startIndex Index of the first row of report data to return. * @return Google_Service_AdSenseHost_Report */ public function generate($startDate, $endDate, $optParams = array()) { $params = array('startDate' => $startDate, 'endDate' => $endDate); $params = array_merge($params, $optParams); return $this->call('generate', array($params), "Google_Service_AdSenseHost_Report"); } } PK4 ZX@ShhVvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Adclients.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $adclients = $adsensehostService->adclients; * */ class Google_Service_AdSenseHost_Resource_Adclients extends Google_Service_Resource { /** * Get information about one of the ad clients in the Host AdSense account. * (adclients.get) * * @param string $adClientId Ad client to get. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_AdClient */ public function get($adClientId, $optParams = array()) { $params = array('adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient"); } /** * List all host ad clients in this AdSense account. (adclients.listAdclients) * * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of ad clients to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through ad * clients. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSenseHost_AdClients */ public function listAdclients($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients"); } } PK4 Z{YUvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Accounts.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $accounts = $adsensehostService->accounts; * */ class Google_Service_AdSenseHost_Resource_Accounts extends Google_Service_Resource { /** * Get information about the selected associated AdSense account. (accounts.get) * * @param string $accountId Account to get information about. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_Account */ public function get($accountId, $optParams = array()) { $params = array('accountId' => $accountId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_AdSenseHost_Account"); } /** * List hosted accounts associated with this AdSense account by ad client id. * (accounts.listAccounts) * * @param string|array $filterAdClientId Ad clients to list accounts for. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_Accounts */ public function listAccounts($filterAdClientId, $optParams = array()) { $params = array('filterAdClientId' => $filterAdClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSenseHost_Accounts"); } } PK4 Z7^{  Xvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Urlchannels.phpnu[ * $adsensehostService = new Google_Service_AdSenseHost(...); * $urlchannels = $adsensehostService->urlchannels; * */ class Google_Service_AdSenseHost_Resource_Urlchannels extends Google_Service_Resource { /** * Delete a URL channel from the host AdSense account. (urlchannels.delete) * * @param string $adClientId Ad client from which to delete the URL channel. * @param string $urlChannelId URL channel to delete. * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_UrlChannel */ public function delete($adClientId, $urlChannelId, $optParams = array()) { $params = array('adClientId' => $adClientId, 'urlChannelId' => $urlChannelId); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_AdSenseHost_UrlChannel"); } /** * Add a new URL channel to the host AdSense account. (urlchannels.insert) * * @param string $adClientId Ad client to which the new URL channel will be * added. * @param Google_Service_AdSenseHost_UrlChannel $postBody * @param array $optParams Optional parameters. * @return Google_Service_AdSenseHost_UrlChannel */ public function insert($adClientId, Google_Service_AdSenseHost_UrlChannel $postBody, $optParams = array()) { $params = array('adClientId' => $adClientId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_AdSenseHost_UrlChannel"); } /** * List all host URL channels in the host AdSense account. * (urlchannels.listUrlchannels) * * @param string $adClientId Ad client for which to list URL channels. * @param array $optParams Optional parameters. * * @opt_param string maxResults The maximum number of URL channels to include in * the response, used for paging. * @opt_param string pageToken A continuation token, used to page through URL * channels. To retrieve the next page, set this parameter to the value of * "nextPageToken" from the previous response. * @return Google_Service_AdSenseHost_UrlChannels */ public function listUrlchannels($adClientId, $optParams = array()) { $params = array('adClientId' => $adClientId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AdSenseHost_UrlChannels"); } } PK4 Z;;Jvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.phpnu[averages = $averages; } public function getAverages() { return $this->averages; } /** * @param Google_Service_AdSenseHost_ReportHeaders[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_AdSenseHost_ReportHeaders[] */ public function getHeaders() { return $this->headers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setTotalMatchedRows($totalMatchedRows) { $this->totalMatchedRows = $totalMatchedRows; } public function getTotalMatchedRows() { return $this->totalMatchedRows; } public function setTotals($totals) { $this->totals = $totals; } public function getTotals() { return $this->totals; } public function setWarnings($warnings) { $this->warnings = $warnings; } public function getWarnings() { return $this->warnings; } } PK4 ZXOvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleFont.phpnu[family = $family; } public function getFamily() { return $this->family; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } } PK4 Z^Jvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.phpnu[adCode = $adCode; } public function getAdCode() { return $this->adCode; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK4 ZI Jvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnit.phpnu[code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_AdSenseHost_AdUnitContentAdsSettings */ public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAdsSettings $contentAdsSettings) { $this->contentAdsSettings = $contentAdsSettings; } /** * @return Google_Service_AdSenseHost_AdUnitContentAdsSettings */ public function getContentAdsSettings() { return $this->contentAdsSettings; } /** * @param Google_Service_AdSenseHost_AdStyle */ public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle) { $this->customStyle = $customStyle; } /** * @return Google_Service_AdSenseHost_AdStyle */ public function getCustomStyle() { return $this->customStyle; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings */ public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) { $this->mobileContentAdsSettings = $mobileContentAdsSettings; } /** * @return Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings */ public function getMobileContentAdsSettings() { return $this->mobileContentAdsSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } } PK4 Zetag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSenseHost_AdClient[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSenseHost_AdClient[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z:~z++Rvendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannels.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSenseHost_CustomChannel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSenseHost_CustomChannel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 ZFFLvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Accounts.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSenseHost_Account[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSenseHost_Account[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } PK4 ZKvendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnits.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSenseHost_AdUnit[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSenseHost_AdUnit[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z!!Qvendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannel.phpnu[code = $code; } public function getCode() { return $this->code; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z5kKvendor/google/apiclient-services/src/Google/Service/AdSenseHost/Account.phpnu[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; } } PK4 Z@Ovendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannels.phpnu[etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSenseHost_UrlChannel[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSenseHost_UrlChannel[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Zdee;vendor/google/apiclient-services/src/Google/Service/Iam.phpnu[ * Manages identity and access control for Google Cloud Platform resources, * including the creation of service accounts, which you can use to authenticate * to Google and make API calls.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Iam extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $iamPolicies; public $organizations_roles; public $permissions; public $projects_locations_workloadIdentityPools; public $projects_locations_workloadIdentityPools_operations; public $projects_locations_workloadIdentityPools_providers; public $projects_locations_workloadIdentityPools_providers_operations; public $projects_roles; public $projects_serviceAccounts; public $projects_serviceAccounts_keys; public $roles; /** * Constructs the internal representation of the Iam service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://iam.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'iam'; $this->iamPolicies = new Google_Service_Iam_Resource_IamPolicies( $this, $this->serviceName, 'iamPolicies', array( 'methods' => array( 'lintPolicy' => array( 'path' => 'v1/iamPolicies:lintPolicy', 'httpMethod' => 'POST', 'parameters' => array(), ),'queryAuditableServices' => array( 'path' => 'v1/iamPolicies:queryAuditableServices', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->organizations_roles = new Google_Service_Iam_Resource_OrganizationsRoles( $this, $this->serviceName, 'roles', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/roles', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'etag' => array( 'location' => 'query', 'type' => 'string', ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/roles', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), '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_locations_workloadIdentityPools = new Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPools( $this, $this->serviceName, 'workloadIdentityPools', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/workloadIdentityPools', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'workloadIdentityPoolId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/workloadIdentityPools', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'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_locations_workloadIdentityPools_operations = new Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPoolsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_locations_workloadIdentityPools_providers = new Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPoolsProviders( $this, $this->serviceName, 'providers', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/providers', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'workloadIdentityPoolProviderId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/providers', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'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_locations_workloadIdentityPools_providers_operations = new Google_Service_Iam_Resource_ProjectsLocationsWorkloadIdentityPoolsProvidersOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_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, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'undelete' => array( 'path' => 'v1/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_serviceAccounts = new Google_Service_Iam_Resource_ProjectsServiceAccounts( $this, $this->serviceName, 'serviceAccounts', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}/serviceAccounts', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'disable' => array( 'path' => 'v1/{+name}:disable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'enable' => array( 'path' => 'v1/{+name}:enable', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'options.requestedPolicyVersion' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'list' => array( 'path' => 'v1/{+name}/serviceAccounts', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), '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', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'signBlob' => array( 'path' => 'v1/{+name}:signBlob', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'signJwt' => array( 'path' => 'v1/{+name}:signJwt', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'testIamPermissions' => array( 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( 'path' => 'v1/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->projects_serviceAccounts_keys = new Google_Service_Iam_Resource_ProjectsServiceAccountsKeys( $this, $this->serviceName, 'keys', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+name}/keys', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'publicKeyType' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+name}/keys', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'keyTypes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), ), ),'upload' => array( 'path' => 'v1/{+name}/keys:upload', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->roles = new Google_Service_Iam_Resource_Roles( $this, $this->serviceName, 'roles', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/roles', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'parent' => array( 'location' => 'query', 'type' => 'string', ), 'showDeleted' => array( 'location' => 'query', 'type' => 'boolean', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'queryGrantableRoles' => array( 'path' => 'v1/roles:queryGrantableRoles', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK4 ZCEEGvendor/google/apiclient-services/src/Google/Service/RealTimeBidding.phpnu[ * Allows external bidders to manage their RTB integration with Google. This * includes managing bidder endpoints, QPS quotas, configuring what ad inventory * to receive via pretargeting, submitting creatives for verification, and * accessing creative metadata such as approval status.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_RealTimeBidding extends Google_Service { /** See, create, edit, and delete your Authorized Buyers and Open Bidding account entities. */ const REALTIME_BIDDING = "https://www.googleapis.com/auth/realtime-bidding"; public $bidders; public $bidders_creatives; public $bidders_endpoints; public $bidders_pretargetingConfigs; public $buyers; public $buyers_creatives; public $buyers_userLists; /** * Constructs the internal representation of the RealTimeBidding service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://realtimebidding.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'realtimebidding'; $this->bidders = new Google_Service_RealTimeBidding_Resource_Bidders( $this, $this->serviceName, 'bidders', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/bidders', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bidders_creatives = new Google_Service_RealTimeBidding_Resource_BiddersCreatives( $this, $this->serviceName, 'creatives', array( 'methods' => array( 'list' => array( 'path' => 'v1/{+parent}/creatives', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'watch' => array( 'path' => 'v1/{+parent}/creatives:watch', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->bidders_endpoints = new Google_Service_RealTimeBidding_Resource_BiddersEndpoints( $this, $this->serviceName, 'endpoints', 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}/endpoints', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->bidders_pretargetingConfigs = new Google_Service_RealTimeBidding_Resource_BiddersPretargetingConfigs( $this, $this->serviceName, 'pretargetingConfigs', array( 'methods' => array( 'activate' => array( 'path' => 'v1/{+name}:activate', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'addTargetedApps' => array( 'path' => 'v1/{+pretargetingConfig}:addTargetedApps', 'httpMethod' => 'POST', 'parameters' => array( 'pretargetingConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'addTargetedPublishers' => array( 'path' => 'v1/{+pretargetingConfig}:addTargetedPublishers', 'httpMethod' => 'POST', 'parameters' => array( 'pretargetingConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'addTargetedSites' => array( 'path' => 'v1/{+pretargetingConfig}:addTargetedSites', 'httpMethod' => 'POST', 'parameters' => array( 'pretargetingConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/pretargetingConfigs', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/pretargetingConfigs', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'removeTargetedApps' => array( 'path' => 'v1/{+pretargetingConfig}:removeTargetedApps', 'httpMethod' => 'POST', 'parameters' => array( 'pretargetingConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'removeTargetedPublishers' => array( 'path' => 'v1/{+pretargetingConfig}:removeTargetedPublishers', 'httpMethod' => 'POST', 'parameters' => array( 'pretargetingConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'removeTargetedSites' => array( 'path' => 'v1/{+pretargetingConfig}:removeTargetedSites', 'httpMethod' => 'POST', 'parameters' => array( 'pretargetingConfig' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'suspend' => array( 'path' => 'v1/{+name}:suspend', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->buyers = new Google_Service_RealTimeBidding_Resource_Buyers( $this, $this->serviceName, 'buyers', array( 'methods' => array( 'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getRemarketingTag' => array( 'path' => 'v1/{+name}:getRemarketingTag', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/buyers', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->buyers_creatives = new Google_Service_RealTimeBidding_Resource_BuyersCreatives( $this, $this->serviceName, 'creatives', array( 'methods' => array( 'create' => array( 'path' => 'v1/{+parent}/creatives', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/{+parent}/creatives', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), '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', ), ), ), ) ) ); $this->buyers_userLists = new Google_Service_RealTimeBidding_Resource_BuyersUserLists( $this, $this->serviceName, 'userLists', array( 'methods' => array( 'close' => array( 'path' => 'v1/{+name}:close', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/{+parent}/userLists', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getRemarketingTag' => array( 'path' => 'v1/{+name}:getRemarketingTag', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+parent}/userLists', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'open' => array( 'path' => 'v1/{+name}:open', '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, ), ), ), ) ) ); } } PK4 ZccQvendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.phpnu[expirationTimeUsec = $expirationTimeUsec; } public function getExpirationTimeUsec() { return $this->expirationTimeUsec; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z1 Qvendor/google/apiclient-services/src/Google/Service/CloudOSLogin/PosixAccount.phpnu[accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setGecos($gecos) { $this->gecos = $gecos; } public function getGecos() { return $this->gecos; } public function setGid($gid) { $this->gid = $gid; } public function getGid() { return $this->gid; } public function setHomeDirectory($homeDirectory) { $this->homeDirectory = $homeDirectory; } public function getHomeDirectory() { return $this->homeDirectory; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperatingSystemType($operatingSystemType) { $this->operatingSystemType = $operatingSystemType; } public function getOperatingSystemType() { return $this->operatingSystemType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setShell($shell) { $this->shell = $shell; } public function getShell() { return $this->shell; } public function setSystemId($systemId) { $this->systemId = $systemId; } public function getSystemId() { return $this->systemId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } } PK4 ZYI@ @ Svendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/Users.phpnu[ * $osloginService = new Google_Service_CloudOSLogin(...); * $users = $osloginService->users; * */ class Google_Service_CloudOSLogin_Resource_Users extends Google_Service_Resource { /** * Retrieves the profile information used for logging in to a virtual machine on * Google Compute Engine. (users.getLoginProfile) * * @param string $name Required. The unique ID for the user in format * `users/{user}`. * @param array $optParams Optional parameters. * * @opt_param string projectId The project ID of the Google Cloud Platform * project. * @opt_param string systemId A system ID for filtering the results of the * request. * @return Google_Service_CloudOSLogin_LoginProfile */ public function getLoginProfile($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getLoginProfile', array($params), "Google_Service_CloudOSLogin_LoginProfile"); } /** * Adds an SSH public key and returns the profile information. Default POSIX * account information is set when no username and UID exist as part of the * login profile. (users.importSshPublicKey) * * @param string $parent Required. The unique ID for the user in format * `users/{user}`. * @param Google_Service_CloudOSLogin_SshPublicKey $postBody * @param array $optParams Optional parameters. * * @opt_param string projectId The project ID of the Google Cloud Platform * project. * @return Google_Service_CloudOSLogin_ImportSshPublicKeyResponse */ public function importSshPublicKey($parent, Google_Service_CloudOSLogin_SshPublicKey $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('importSshPublicKey', array($params), "Google_Service_CloudOSLogin_ImportSshPublicKeyResponse"); } } PK4 ZF `vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersSshPublicKeys.phpnu[ * $osloginService = new Google_Service_CloudOSLogin(...); * $sshPublicKeys = $osloginService->sshPublicKeys; * */ class Google_Service_CloudOSLogin_Resource_UsersSshPublicKeys extends Google_Service_Resource { /** * Deletes an SSH public key. (sshPublicKeys.delete) * * @param string $name Required. The fingerprint of the public key to update. * Public keys are identified by their SHA-256 fingerprint. The fingerprint of * the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudOSLogin_OsloginEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudOSLogin_OsloginEmpty"); } /** * Retrieves an SSH public key. (sshPublicKeys.get) * * @param string $name Required. The fingerprint of the public key to retrieve. * Public keys are identified by their SHA-256 fingerprint. The fingerprint of * the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudOSLogin_SshPublicKey */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_CloudOSLogin_SshPublicKey"); } /** * Updates an SSH public key and returns the profile information. This method * supports patch semantics. (sshPublicKeys.patch) * * @param string $name Required. The fingerprint of the public key to update. * Public keys are identified by their SHA-256 fingerprint. The fingerprint of * the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. * @param Google_Service_CloudOSLogin_SshPublicKey $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Mask to control which fields get updated. * Updates all if not present. * @return Google_Service_CloudOSLogin_SshPublicKey */ public function patch($name, Google_Service_CloudOSLogin_SshPublicKey $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudOSLogin_SshPublicKey"); } } PK4 ZuQ&  [vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersProjects.phpnu[ * $osloginService = new Google_Service_CloudOSLogin(...); * $projects = $osloginService->projects; * */ class Google_Service_CloudOSLogin_Resource_UsersProjects extends Google_Service_Resource { /** * Deletes a POSIX account. (projects.delete) * * @param string $name Required. A reference to the POSIX account to update. * POSIX accounts are identified by the project ID they are associated with. A * reference to the POSIX account is in format * `users/{user}/projects/{project}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudOSLogin_OsloginEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudOSLogin_OsloginEmpty"); } } PK4 Zj4_vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/ImportSshPublicKeyResponse.phpnu[details = $details; } public function getDetails() { return $this->details; } /** * @param Google_Service_CloudOSLogin_LoginProfile */ public function setLoginProfile(Google_Service_CloudOSLogin_LoginProfile $loginProfile) { $this->loginProfile = $loginProfile; } /** * @return Google_Service_CloudOSLogin_LoginProfile */ public function getLoginProfile() { return $this->loginProfile; } } PK4 Z*OQvendor/google/apiclient-services/src/Google/Service/CloudOSLogin/OsloginEmpty.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudOSLogin_PosixAccount[] */ public function setPosixAccounts($posixAccounts) { $this->posixAccounts = $posixAccounts; } /** * @return Google_Service_CloudOSLogin_PosixAccount[] */ public function getPosixAccounts() { return $this->posixAccounts; } /** * @param Google_Service_CloudOSLogin_SshPublicKey[] */ public function setSshPublicKeys($sshPublicKeys) { $this->sshPublicKeys = $sshPublicKeys; } /** * @return Google_Service_CloudOSLogin_SshPublicKey[] */ public function getSshPublicKeys() { return $this->sshPublicKeys; } } PK4 Z8ϧJvendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.phpnu[ * The Runtime Configurator allows you to dynamically configure and expose * variables through Google Cloud Platform. In addition, you can also set * Watchers and Waiters that will watch for changes to your data and return * based on certain conditions.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_CloudRuntimeConfig extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your Google Cloud Platform services' runtime configuration. */ const CLOUDRUNTIMECONFIG = "https://www.googleapis.com/auth/cloudruntimeconfig"; public $operations; /** * Constructs the internal representation of the CloudRuntimeConfig service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://runtimeconfig.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'runtimeconfig'; $this->operations = new Google_Service_CloudRuntimeConfig_Resource_Operations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'cancel' => array( 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } PK4 Z(Hvendor/google/apiclient-services/src/Google/Service/SASPortalTesting.phpnu[

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_SASPortalTesting extends Google_Service { /** View your email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $customers; public $customers_deployments; public $customers_deployments_devices; public $customers_devices; public $customers_nodes; public $customers_nodes_deployments; public $customers_nodes_devices; public $customers_nodes_nodes; public $deployments; public $deployments_devices; public $installer; public $nodes; public $nodes_deployments; public $nodes_deployments_devices; public $nodes_devices; public $nodes_nodes; public $nodes_nodes_deployments; public $nodes_nodes_devices; public $nodes_nodes_nodes; public $policies; /** * Constructs the internal representation of the SASPortalTesting service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://prod-tt-sasportal.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1alpha1'; $this->serviceName = 'prod_tt_sasportal'; $this->customers = new Google_Service_SASPortalTesting_Resource_Customers( $this, $this->serviceName, 'customers', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/customers', 'httpMethod' => 'GET', 'parameters' => array( 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_deployments = new Google_Service_SASPortalTesting_Resource_CustomersDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_deployments_devices = new Google_Service_SASPortalTesting_Resource_CustomersDeploymentsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_devices = new Google_Service_SASPortalTesting_Resource_CustomersDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'signDevice' => array( 'path' => 'v1alpha1/{+name}:signDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSigned' => array( 'path' => 'v1alpha1/{+name}:updateSigned', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->customers_nodes = new Google_Service_SASPortalTesting_Resource_CustomersNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_nodes_deployments = new Google_Service_SASPortalTesting_Resource_CustomersNodesDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_nodes_devices = new Google_Service_SASPortalTesting_Resource_CustomersNodesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->customers_nodes_nodes = new Google_Service_SASPortalTesting_Resource_CustomersNodesNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->deployments = new Google_Service_SASPortalTesting_Resource_Deployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->deployments_devices = new Google_Service_SASPortalTesting_Resource_DeploymentsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'signDevice' => array( 'path' => 'v1alpha1/{+name}:signDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSigned' => array( 'path' => 'v1alpha1/{+name}:updateSigned', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->installer = new Google_Service_SASPortalTesting_Resource_Installer( $this, $this->serviceName, 'installer', array( 'methods' => array( 'generateSecret' => array( 'path' => 'v1alpha1/installer:generateSecret', 'httpMethod' => 'POST', 'parameters' => array(), ),'validate' => array( 'path' => 'v1alpha1/installer:validate', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); $this->nodes = new Google_Service_SASPortalTesting_Resource_Nodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nodes_deployments = new Google_Service_SASPortalTesting_Resource_NodesDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_deployments_devices = new Google_Service_SASPortalTesting_Resource_NodesDeploymentsDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_devices = new Google_Service_SASPortalTesting_Resource_NodesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'signDevice' => array( 'path' => 'v1alpha1/{+name}:signDevice', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'updateSigned' => array( 'path' => 'v1alpha1/{+name}:updateSigned', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->nodes_nodes = new Google_Service_SASPortalTesting_Resource_NodesNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'move' => array( 'path' => 'v1alpha1/{+name}:move', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_nodes_deployments = new Google_Service_SASPortalTesting_Resource_NodesNodesDeployments( $this, $this->serviceName, 'deployments', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/deployments', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_nodes_devices = new Google_Service_SASPortalTesting_Resource_NodesNodesDevices( $this, $this->serviceName, 'devices', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'createSigned' => array( 'path' => 'v1alpha1/{+parent}/devices:createSigned', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/devices', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->nodes_nodes_nodes = new Google_Service_SASPortalTesting_Resource_NodesNodesNodes( $this, $this->serviceName, 'nodes', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1alpha1/{+parent}/nodes', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->policies = new Google_Service_SASPortalTesting_Resource_Policies( $this, $this->serviceName, 'policies', array( 'methods' => array( 'get' => array( 'path' => 'v1alpha1/policies:get', 'httpMethod' => 'POST', 'parameters' => array(), ),'set' => array( 'path' => 'v1alpha1/policies:set', 'httpMethod' => 'POST', 'parameters' => array(), ),'test' => array( 'path' => 'v1alpha1/policies:test', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } } PK4 Zaabvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalListDeploymentsResponse.phpnu[deployments = $deployments; } /** * @return Google_Service_Sasportal_SasPortalDeployment[] */ public function getDeployments() { return $this->deployments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 ZAKq³ Wvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceConfig.phpnu[airInterface = $airInterface; } /** * @return Google_Service_Sasportal_SasPortalDeviceAirInterface */ public function getAirInterface() { return $this->airInterface; } public function setCallSign($callSign) { $this->callSign = $callSign; } public function getCallSign() { return $this->callSign; } public function setCategory($category) { $this->category = $category; } public function getCategory() { return $this->category; } /** * @param Google_Service_Sasportal_SasPortalInstallationParams */ public function setInstallationParams(Google_Service_Sasportal_SasPortalInstallationParams $installationParams) { $this->installationParams = $installationParams; } /** * @return Google_Service_Sasportal_SasPortalInstallationParams */ public function getInstallationParams() { return $this->installationParams; } public function setIsSigned($isSigned) { $this->isSigned = $isSigned; } public function getIsSigned() { return $this->isSigned; } public function setMeasurementCapabilities($measurementCapabilities) { $this->measurementCapabilities = $measurementCapabilities; } public function getMeasurementCapabilities() { return $this->measurementCapabilities; } /** * @param Google_Service_Sasportal_SasPortalDeviceModel */ public function setModel(Google_Service_Sasportal_SasPortalDeviceModel $model) { $this->model = $model; } /** * @return Google_Service_Sasportal_SasPortalDeviceModel */ public function getModel() { return $this->model; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } } PK4 Z `vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalGenerateSecretRequest.phpnu[highFrequencyMhz = $highFrequencyMhz; } public function getHighFrequencyMhz() { return $this->highFrequencyMhz; } public function setLowFrequencyMhz($lowFrequencyMhz) { $this->lowFrequencyMhz = $lowFrequencyMhz; } public function getLowFrequencyMhz() { return $this->lowFrequencyMhz; } } PK4 ZLYvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceMetadata.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Sasportal_SasPortalNode[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Google_Service_Sasportal_SasPortalNode[] */ public function getNodes() { return $this->nodes; } } PK4 Z۴ii\vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalMoveDeviceRequest.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } } PK4 ZenbbQvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDevice.phpnu[activeConfig = $activeConfig; } /** * @return Google_Service_Sasportal_SasPortalDeviceConfig */ public function getActiveConfig() { return $this->activeConfig; } /** * @param Google_Service_Sasportal_SasPortalChannelWithScore[] */ public function setCurrentChannels($currentChannels) { $this->currentChannels = $currentChannels; } /** * @return Google_Service_Sasportal_SasPortalChannelWithScore[] */ public function getCurrentChannels() { return $this->currentChannels; } /** * @param Google_Service_Sasportal_SasPortalDeviceMetadata */ public function setDeviceMetadata(Google_Service_Sasportal_SasPortalDeviceMetadata $deviceMetadata) { $this->deviceMetadata = $deviceMetadata; } /** * @return Google_Service_Sasportal_SasPortalDeviceMetadata */ public function getDeviceMetadata() { return $this->deviceMetadata; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFccId($fccId) { $this->fccId = $fccId; } public function getFccId() { return $this->fccId; } /** * @param Google_Service_Sasportal_SasPortalFrequencyRange[] */ public function setGrantRangeAllowlists($grantRangeAllowlists) { $this->grantRangeAllowlists = $grantRangeAllowlists; } /** * @return Google_Service_Sasportal_SasPortalFrequencyRange[] */ public function getGrantRangeAllowlists() { return $this->grantRangeAllowlists; } /** * @param Google_Service_Sasportal_SasPortalDeviceGrant[] */ public function setGrants($grants) { $this->grants = $grants; } /** * @return Google_Service_Sasportal_SasPortalDeviceGrant[] */ public function getGrants() { return $this->grants; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Sasportal_SasPortalDeviceConfig */ public function setPreloadedConfig(Google_Service_Sasportal_SasPortalDeviceConfig $preloadedConfig) { $this->preloadedConfig = $preloadedConfig; } /** * @return Google_Service_Sasportal_SasPortalDeviceConfig */ public function getPreloadedConfig() { return $this->preloadedConfig; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK4 ZHH\vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalSignDeviceRequest.phpnu[device = $device; } /** * @return Google_Service_Sasportal_SasPortalDevice */ public function getDevice() { return $this->device; } } PK4 Z#2uSS[vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalGetPolicyRequest.phpnu[resource = $resource; } public function getResource() { return $this->resource; } } PK4 ZkXeecvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalBulkCreateDeviceResponse.phpnu[devices = $devices; } /** * @return Google_Service_Sasportal_SasPortalDevice[] */ public function getDevices() { return $this->devices; } } PK4 ZÂPvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalEmpty.phpnu[firmwareVersion = $firmwareVersion; } public function getFirmwareVersion() { return $this->firmwareVersion; } public function setHardwareVersion($hardwareVersion) { $this->hardwareVersion = $hardwareVersion; } public function getHardwareVersion() { return $this->hardwareVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSoftwareVersion($softwareVersion) { $this->softwareVersion = $softwareVersion; } public function getSoftwareVersion() { return $this->softwareVersion; } public function setVendor($vendor) { $this->vendor = $vendor; } public function getVendor() { return $this->vendor; } } PK4 ZR Vvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceGrant.phpnu[channelType = $channelType; } public function getChannelType() { return $this->channelType; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } /** * @param Google_Service_Sasportal_SasPortalFrequencyRange */ public function setFrequencyRange(Google_Service_Sasportal_SasPortalFrequencyRange $frequencyRange) { $this->frequencyRange = $frequencyRange; } /** * @return Google_Service_Sasportal_SasPortalFrequencyRange */ public function getFrequencyRange() { return $this->frequencyRange; } public function setGrantId($grantId) { $this->grantId = $grantId; } public function getGrantId() { return $this->grantId; } public function setMaxEirp($maxEirp) { $this->maxEirp = $maxEirp; } public function getMaxEirp() { return $this->maxEirp; } /** * @param Google_Service_Sasportal_SasPortalDpaMoveList[] */ public function setMoveList($moveList) { $this->moveList = $moveList; } /** * @return Google_Service_Sasportal_SasPortalDpaMoveList[] */ public function getMoveList() { return $this->moveList; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setSuspensionReason($suspensionReason) { $this->suspensionReason = $suspensionReason; } public function getSuspensionReason() { return $this->suspensionReason; } } PK4 ZE\@JJavendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalTestPermissionsRequest.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK4 Z*5}Ovendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalNode.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSasUserIds($sasUserIds) { $this->sasUserIds = $sasUserIds; } public function getSasUserIds() { return $this->sasUserIds; } } PK4 ZQJXVUvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeployment.phpnu[allowedBillingModes = $allowedBillingModes; } public function getAllowedBillingModes() { return $this->allowedBillingModes; } public function setDefaultBillingMode($defaultBillingMode) { $this->defaultBillingMode = $defaultBillingMode; } public function getDefaultBillingMode() { return $this->defaultBillingMode; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSasUserIds($sasUserIds) { $this->sasUserIds = $sasUserIds; } public function getSasUserIds() { return $this->sasUserIds; } } PK4 ZcoGG`vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalListCustomersResponse.phpnu[customers = $customers; } /** * @return Google_Service_Sasportal_SasPortalCustomer[] */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z.mm`vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalMoveDeploymentRequest.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } } PK4 ZH?q77Vvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDpaMoveList.phpnu[dpaId = $dpaId; } public function getDpaId() { return $this->dpaId; } /** * @param Google_Service_Sasportal_SasPortalFrequencyRange */ public function setFrequencyRange(Google_Service_Sasportal_SasPortalFrequencyRange $frequencyRange) { $this->frequencyRange = $frequencyRange; } /** * @return Google_Service_Sasportal_SasPortalFrequencyRange */ public function getFrequencyRange() { return $this->frequencyRange; } } PK4 ZNo@ dvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodesDeployments.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $deployments = $sasportalService->deployments; * */ class Google_Service_Sasportal_Resource_CustomersNodesDeployments extends Google_Service_Resource { /** * Creates a new deployment. (deployments.create) * * @param string $parent Required. The parent resource name where the deployment * is to be created. * @param Google_Service_Sasportal_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDeployment */ public function create($parent, Google_Service_Sasportal_SasPortalDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } /** * Lists deployments. (deployments.listCustomersNodesDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDeploymentsResponse */ public function listCustomersNodesDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDeploymentsResponse"); } } PK4 ZO;2 2 `vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodesDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_CustomersNodesDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function create($parent, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function createSigned($parent, Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listCustomersNodesDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDevicesResponse */ public function listCustomersNodesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDevicesResponse"); } } PK4 Zǂ[vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesDeployments.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $deployments = $sasportalService->deployments; * */ class Google_Service_Sasportal_Resource_NodesDeployments extends Google_Service_Resource { /** * Deletes a deployment. (deployments.delete) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Returns a requested deployment. (deployments.get) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } /** * Lists deployments. (deployments.listNodesDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDeploymentsResponse */ public function listNodesDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDeploymentsResponse"); } /** * Moves a deployment under another node or customer. (deployments.move) * * @param string $name Required. The name of the deployment to move. * @param Google_Service_Sasportal_SasPortalMoveDeploymentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveDeploymentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates an existing deployment. (deployments.patch) * * @param string $name Output only. Resource name. * @param Google_Service_Sasportal_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalDeployment */ public function patch($name, Google_Service_Sasportal_SasPortalDeployment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } } PK4 Z{ Tvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Customers.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $customers = $sasportalService->customers; * */ class Google_Service_Sasportal_Resource_Customers extends Google_Service_Resource { /** * Returns a requested customer. (customers.get) * * @param string $name Required. The name of the customer. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalCustomer */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalCustomer"); } /** * Returns a list of requested customers. (customers.listCustomers) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of customers to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListCustomers that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListCustomersResponse */ public function listCustomers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListCustomersResponse"); } /** * Updates an existing customer. (customers.patch) * * @param string $name Output only. Resource name of the customer. * @param Google_Service_Sasportal_SasPortalCustomer $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalCustomer */ public function patch($name, Google_Service_Sasportal_SasPortalCustomer $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalCustomer"); } } PK4 ZR||Uvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodes.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $nodes = $sasportalService->nodes; * */ class Google_Service_Sasportal_Resource_NodesNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_Sasportal_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function create($parent, Google_Service_Sasportal_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalNode"); } /** * Deletes a node. (nodes.delete) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Returns a requested node. (nodes.get) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalNode"); } /** * Lists nodes. (nodes.listNodesNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListNodesResponse */ public function listNodesNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListNodesResponse"); } /** * Moves a node under another node or customer. (nodes.move) * * @param string $name Required. The name of the node to move. * @param Google_Service_Sasportal_SasPortalMoveNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates an existing node. (nodes.patch) * * @param string $name Output only. Resource name. * @param Google_Service_Sasportal_SasPortalNode $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalNode */ public function patch($name, Google_Service_Sasportal_SasPortalNode $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalNode"); } } PK4 ZJR8 8 bvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesDeploymentsDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_NodesDeploymentsDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function create($parent, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function createSigned($parent, Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listNodesDeploymentsDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDevicesResponse */ public function listNodesDeploymentsDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDevicesResponse"); } } PK4 ZUd Svendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Policies.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $policies = $sasportalService->policies; * */ class Google_Service_Sasportal_Resource_Policies extends Google_Service_Resource { /** * Gets the access control policy for a resource. Returns an empty policy if the * resource exists and does not have a policy set. (policies.get) * * @param Google_Service_Sasportal_SasPortalGetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalPolicy */ public function get(Google_Service_Sasportal_SasPortalGetPolicyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalPolicy"); } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (policies.set) * * @param Google_Service_Sasportal_SasPortalSetPolicyRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalPolicy */ public function set(Google_Service_Sasportal_SasPortalSetPolicyRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('set', array($params), "Google_Service_Sasportal_SasPortalPolicy"); } /** * Returns permissions that a caller has on the specified resource. * (policies.test) * * @param Google_Service_Sasportal_SasPortalTestPermissionsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalTestPermissionsResponse */ public function test(Google_Service_Sasportal_SasPortalTestPermissionsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('test', array($params), "Google_Service_Sasportal_SasPortalTestPermissionsResponse"); } } PK4 Zz^aaVvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Deployments.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $deployments = $sasportalService->deployments; * */ class Google_Service_Sasportal_Resource_Deployments extends Google_Service_Resource { /** * Returns a requested deployment. (deployments.get) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } } PK4 Ze:t ^vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodesNodes.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $nodes = $sasportalService->nodes; * */ class Google_Service_Sasportal_Resource_CustomersNodesNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_Sasportal_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function create($parent, Google_Service_Sasportal_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalNode"); } /** * Lists nodes. (nodes.listCustomersNodesNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListNodesResponse */ public function listCustomersNodesNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListNodesResponse"); } } PK4 ZZ?& & \vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodesDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_NodesNodesDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function create($parent, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function createSigned($parent, Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listNodesNodesDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDevicesResponse */ public function listNodesNodesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDevicesResponse"); } } PK4 Z/ mdu u `vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodesDeployments.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $deployments = $sasportalService->deployments; * */ class Google_Service_Sasportal_Resource_NodesNodesDeployments extends Google_Service_Resource { /** * Creates a new deployment. (deployments.create) * * @param string $parent Required. The parent resource name where the deployment * is to be created. * @param Google_Service_Sasportal_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDeployment */ public function create($parent, Google_Service_Sasportal_SasPortalDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } /** * Lists deployments. (deployments.listNodesNodesDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDeploymentsResponse */ public function listNodesNodesDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDeploymentsResponse"); } } PK4 Z4ȈYvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodes.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $nodes = $sasportalService->nodes; * */ class Google_Service_Sasportal_Resource_CustomersNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_Sasportal_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function create($parent, Google_Service_Sasportal_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalNode"); } /** * Deletes a node. (nodes.delete) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Returns a requested node. (nodes.get) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalNode"); } /** * Lists nodes. (nodes.listCustomersNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListNodesResponse */ public function listCustomersNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListNodesResponse"); } /** * Moves a node under another node or customer. (nodes.move) * * @param string $name Required. The name of the node to move. * @param Google_Service_Sasportal_SasPortalMoveNodeRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveNodeRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates an existing node. (nodes.patch) * * @param string $name Output only. Resource name. * @param Google_Service_Sasportal_SasPortalNode $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalNode */ public function patch($name, Google_Service_Sasportal_SasPortalNode $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalNode"); } } PK4 Z@L  [vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_CustomersDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function create($parent, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function createSigned($parent, Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listCustomersDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDevicesResponse */ public function listCustomersDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDevicesResponse"); } /** * Moves a device under another node or customer. (devices.move) * * @param string $name Required. The name of the device to move. * @param Google_Service_Sasportal_SasPortalMoveDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates a device. (devices.patch) * * @param string $name Output only. The resource path name. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalDevice */ public function patch($name, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Signs a device. (devices.signDevice) * * @param string $name Output only. The resource path name. * @param Google_Service_Sasportal_SasPortalSignDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function signDevice($name, Google_Service_Sasportal_SasPortalSignDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signDevice', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Updates a signed device. (devices.updateSigned) * * @param string $name Required. The name of the device to update. * @param Google_Service_Sasportal_SasPortalUpdateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function updateSigned($name, Google_Service_Sasportal_SasPortalUpdateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } } PK4 Z܃Wvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_NodesDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function create($parent, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function createSigned($parent, Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Lists devices under a node or customer. (devices.listNodesDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDevicesResponse */ public function listNodesDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDevicesResponse"); } /** * Moves a device under another node or customer. (devices.move) * * @param string $name Required. The name of the device to move. * @param Google_Service_Sasportal_SasPortalMoveDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates a device. (devices.patch) * * @param string $name Output only. The resource path name. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalDevice */ public function patch($name, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Signs a device. (devices.signDevice) * * @param string $name Output only. The resource path name. * @param Google_Service_Sasportal_SasPortalSignDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function signDevice($name, Google_Service_Sasportal_SasPortalSignDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signDevice', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Updates a signed device. (devices.updateSigned) * * @param string $name Required. The name of the device to update. * @param Google_Service_Sasportal_SasPortalUpdateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function updateSigned($name, Google_Service_Sasportal_SasPortalUpdateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } } PK4 Z`~__]vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/DeploymentsDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_DeploymentsDevices extends Google_Service_Resource { /** * Deletes a device. (devices.delete) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Gets details about a device. (devices.get) * * @param string $name Required. The name of the device. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Moves a device under another node or customer. (devices.move) * * @param string $name Required. The name of the device to move. * @param Google_Service_Sasportal_SasPortalMoveDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates a device. (devices.patch) * * @param string $name Output only. The resource path name. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalDevice */ public function patch($name, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Signs a device. (devices.signDevice) * * @param string $name Output only. The resource path name. * @param Google_Service_Sasportal_SasPortalSignDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function signDevice($name, Google_Service_Sasportal_SasPortalSignDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('signDevice', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Updates a signed device. (devices.updateSigned) * * @param string $name Required. The name of the device to update. * @param Google_Service_Sasportal_SasPortalUpdateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function updateSigned($name, Google_Service_Sasportal_SasPortalUpdateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('updateSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } } PK4 ZgI I fvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersDeploymentsDevices.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $devices = $sasportalService->devices; * */ class Google_Service_Sasportal_Resource_CustomersDeploymentsDevices extends Google_Service_Resource { /** * Creates a device under a node or customer. (devices.create) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalDevice $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function create($parent, Google_Service_Sasportal_SasPortalDevice $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Creates a signed device under a node or customer. (devices.createSigned) * * @param string $parent Required. The name of the parent resource. * @param Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDevice */ public function createSigned($parent, Google_Service_Sasportal_SasPortalCreateSignedDeviceRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('createSigned', array($params), "Google_Service_Sasportal_SasPortalDevice"); } /** * Lists devices under a node or customer. * (devices.listCustomersDeploymentsDevices) * * @param string $parent Required. The name of the parent resource. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have one of * the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds * to serial number of the device. The filter is case insensitive. * @opt_param int pageSize The maximum number of devices to return in the * response. If empty or zero, all devices will be listed. Must be in the range * [0, 1000]. * @opt_param string pageToken A pagination token returned from a previous call * to ListDevices that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDevicesResponse */ public function listCustomersDeploymentsDevices($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDevicesResponse"); } } PK4 ZD; Zvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodesNodes.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $nodes = $sasportalService->nodes; * */ class Google_Service_Sasportal_Resource_NodesNodesNodes extends Google_Service_Resource { /** * Creates a new node. (nodes.create) * * @param string $parent Required. The parent resource name where the node is to * be created. * @param Google_Service_Sasportal_SasPortalNode $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function create($parent, Google_Service_Sasportal_SasPortalNode $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalNode"); } /** * Lists nodes. (nodes.listNodesNodesNodes) * * @param string $parent Required. The parent resource name, for example, * "nodes/1". * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no nodes are filtered. * @opt_param int pageSize The maximum number of nodes to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListNodes that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListNodesResponse */ public function listNodesNodesNodes($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListNodesResponse"); } } PK4 ZnB++Pvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Nodes.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $nodes = $sasportalService->nodes; * */ class Google_Service_Sasportal_Resource_Nodes extends Google_Service_Resource { /** * Returns a requested node. (nodes.get) * * @param string $name Required. The name of the node. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalNode */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalNode"); } } PK4 ZeI3_vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersDeployments.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $deployments = $sasportalService->deployments; * */ class Google_Service_Sasportal_Resource_CustomersDeployments extends Google_Service_Resource { /** * Creates a new deployment. (deployments.create) * * @param string $parent Required. The parent resource name where the deployment * is to be created. * @param Google_Service_Sasportal_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDeployment */ public function create($parent, Google_Service_Sasportal_SasPortalDeployment $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } /** * Deletes a deployment. (deployments.delete) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Sasportal_SasPortalEmpty"); } /** * Returns a requested deployment. (deployments.get) * * @param string $name Required. The name of the deployment. * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalDeployment */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } /** * Lists deployments. (deployments.listCustomersDeployments) * * @param string $parent Required. The parent resource name, for example, * "nodes/1", customer/1/nodes/2. * @param array $optParams Optional parameters. * * @opt_param string filter The filter expression. The filter should have the * following format: "DIRECT_CHILDREN" or format: "direct_children". The filter * is case insensitive. If empty, then no deployments are filtered. * @opt_param int pageSize The maximum number of deployments to return in the * response. * @opt_param string pageToken A pagination token returned from a previous call * to ListDeployments that indicates where this listing should continue from. * @return Google_Service_Sasportal_SasPortalListDeploymentsResponse */ public function listCustomersDeployments($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Sasportal_SasPortalListDeploymentsResponse"); } /** * Moves a deployment under another node or customer. (deployments.move) * * @param string $name Required. The name of the deployment to move. * @param Google_Service_Sasportal_SasPortalMoveDeploymentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalOperation */ public function move($name, Google_Service_Sasportal_SasPortalMoveDeploymentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_Sasportal_SasPortalOperation"); } /** * Updates an existing deployment. (deployments.patch) * * @param string $name Output only. Resource name. * @param Google_Service_Sasportal_SasPortalDeployment $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Fields to be updated. * @return Google_Service_Sasportal_SasPortalDeployment */ public function patch($name, Google_Service_Sasportal_SasPortalDeployment $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Sasportal_SasPortalDeployment"); } } PK4 ZяڒTvendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Installer.phpnu[ * $sasportalService = new Google_Service_Sasportal(...); * $installer = $sasportalService->installer; * */ class Google_Service_Sasportal_Resource_Installer extends Google_Service_Resource { /** * Generates a secret to be used with the ValidateInstaller. * (installer.generateSecret) * * @param Google_Service_Sasportal_SasPortalGenerateSecretRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalGenerateSecretResponse */ public function generateSecret(Google_Service_Sasportal_SasPortalGenerateSecretRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('generateSecret', array($params), "Google_Service_Sasportal_SasPortalGenerateSecretResponse"); } /** * Validates the identity of a Certified Professional Installer (CPI). * (installer.validate) * * @param Google_Service_Sasportal_SasPortalValidateInstallerRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Sasportal_SasPortalValidateInstallerResponse */ public function validate(Google_Service_Sasportal_SasPortalValidateInstallerRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('validate', array($params), "Google_Service_Sasportal_SasPortalValidateInstallerResponse"); } } PK4 Zj7ggZvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalMoveNodeRequest.phpnu[destination = $destination; } public function getDestination() { return $this->destination; } } PK4 ZZ7SS]vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceAirInterface.phpnu[radioTechnology = $radioTechnology; } public function getRadioTechnology() { return $this->radioTechnology; } public function setSupportedSpec($supportedSpec) { $this->supportedSpec = $supportedSpec; } public function getSupportedSpec() { return $this->supportedSpec; } } PK4 Zj)3Qvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalPolicy.phpnu[assignments = $assignments; } /** * @return Google_Service_Sasportal_SasPortalAssignment[] */ public function getAssignments() { return $this->assignments; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } } PK4 Z=8Qvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalStatus.phpnu[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; } } PK4 ZgDcvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalValidateInstallerRequest.phpnu[encodedSecret = $encodedSecret; } public function getEncodedSecret() { return $this->encodedSecret; } public function setInstallerId($installerId) { $this->installerId = $installerId; } public function getInstallerId() { return $this->installerId; } public function setSecret($secret) { $this->secret = $secret; } public function getSecret() { return $this->secret; } } PK4 Z ZTvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Sasportal_SasPortalStatus */ public function setError(Google_Service_Sasportal_SasPortalStatus $error) { $this->error = $error; } /** * @return Google_Service_Sasportal_SasPortalStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK4 ZoUvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalAssignment.phpnu[members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } } PK4 ZT FSvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalCustomer.phpnu[displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSasUserIds($sasUserIds) { $this->sasUserIds = $sasUserIds; } public function getSasUserIds() { return $this->sasUserIds; } } PK4 ZՍ5>>dvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalCreateSignedDeviceRequest.phpnu[encodedDevice = $encodedDevice; } public function getEncodedDevice() { return $this->encodedDevice; } public function setInstallerId($installerId) { $this->installerId = $installerId; } public function getInstallerId() { return $this->installerId; } } PK4 Z[advendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalValidateInstallerResponse.phpnu[devices = $devices; } /** * @return Google_Service_Sasportal_SasPortalDevice[] */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z{>>dvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalUpdateSignedDeviceRequest.phpnu[encodedDevice = $encodedDevice; } public function getEncodedDevice() { return $this->encodedDevice; } public function setInstallerId($installerId) { $this->installerId = $installerId; } public function getInstallerId() { return $this->installerId; } } PK4 Zu77bvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalBulkCreateDeviceRequest.phpnu[csv = $csv; } public function getCsv() { return $this->csv; } } PK4 Zu<<<[vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalChannelWithScore.phpnu[frequencyRange = $frequencyRange; } /** * @return Google_Service_Sasportal_SasPortalFrequencyRange */ public function getFrequencyRange() { return $this->frequencyRange; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } PK4 Z-[vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalSetPolicyRequest.phpnu[policy = $policy; } /** * @return Google_Service_Sasportal_SasPortalPolicy */ public function getPolicy() { return $this->policy; } public function setResource($resource) { $this->resource = $resource; } public function getResource() { return $this->resource; } } PK4 ZNϫD ]vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalInstallationParams.phpnu[antennaAzimuth = $antennaAzimuth; } public function getAntennaAzimuth() { return $this->antennaAzimuth; } public function setAntennaBeamwidth($antennaBeamwidth) { $this->antennaBeamwidth = $antennaBeamwidth; } public function getAntennaBeamwidth() { return $this->antennaBeamwidth; } public function setAntennaDowntilt($antennaDowntilt) { $this->antennaDowntilt = $antennaDowntilt; } public function getAntennaDowntilt() { return $this->antennaDowntilt; } public function setAntennaGain($antennaGain) { $this->antennaGain = $antennaGain; } public function getAntennaGain() { return $this->antennaGain; } public function setAntennaModel($antennaModel) { $this->antennaModel = $antennaModel; } public function getAntennaModel() { return $this->antennaModel; } public function setCpeCbsdIndication($cpeCbsdIndication) { $this->cpeCbsdIndication = $cpeCbsdIndication; } public function getCpeCbsdIndication() { return $this->cpeCbsdIndication; } public function setEirpCapability($eirpCapability) { $this->eirpCapability = $eirpCapability; } public function getEirpCapability() { return $this->eirpCapability; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setHeightType($heightType) { $this->heightType = $heightType; } public function getHeightType() { return $this->heightType; } public function setHorizontalAccuracy($horizontalAccuracy) { $this->horizontalAccuracy = $horizontalAccuracy; } public function getHorizontalAccuracy() { return $this->horizontalAccuracy; } public function setIndoorDeployment($indoorDeployment) { $this->indoorDeployment = $indoorDeployment; } public function getIndoorDeployment() { return $this->indoorDeployment; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setVerticalAccuracy($verticalAccuracy) { $this->verticalAccuracy = $verticalAccuracy; } public function getVerticalAccuracy() { return $this->verticalAccuracy; } } PK4 ZBbvendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalTestPermissionsResponse.phpnu[permissions = $permissions; } public function getPermissions() { return $this->permissions; } } PK4 Z識KKavendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalGenerateSecretResponse.phpnu[secret = $secret; } public function getSecret() { return $this->secret; } } PK4 Z3P!!Vvendor/google/apiclient-services/src/Google/Service/PolyService/PresentationParams.phpnu[backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setColorSpace($colorSpace) { $this->colorSpace = $colorSpace; } public function getColorSpace() { return $this->colorSpace; } /** * @param Google_Service_PolyService_Quaternion */ public function setOrientingRotation(Google_Service_PolyService_Quaternion $orientingRotation) { $this->orientingRotation = $orientingRotation; } /** * @return Google_Service_PolyService_Quaternion */ public function getOrientingRotation() { return $this->orientingRotation; } } PK4 ZBNvendor/google/apiclient-services/src/Google/Service/PolyService/Quaternion.phpnu[w = $w; } public function getW() { return $this->w; } public function setX($x) { $this->x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } public function setZ($z) { $this->z = $z; } public function getZ() { return $this->z; } } PK4 ZFQvendor/google/apiclient-services/src/Google/Service/PolyService/ObjParseError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } public function getEndIndex() { return $this->endIndex; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } public function getLineNumber() { return $this->lineNumber; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getStartIndex() { return $this->startIndex; } } PK4 Zb{{Jvendor/google/apiclient-services/src/Google/Service/PolyService/Format.phpnu[formatComplexity = $formatComplexity; } /** * @return Google_Service_PolyService_FormatComplexity */ public function getFormatComplexity() { return $this->formatComplexity; } public function setFormatType($formatType) { $this->formatType = $formatType; } public function getFormatType() { return $this->formatType; } /** * @param Google_Service_PolyService_PolyFile[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_PolyService_PolyFile[] */ public function getResources() { return $this->resources; } /** * @param Google_Service_PolyService_PolyFile */ public function setRoot(Google_Service_PolyService_PolyFile $root) { $this->root = $root; } /** * @return Google_Service_PolyService_PolyFile */ public function getRoot() { return $this->root; } } PK4 Z>ٵVvendor/google/apiclient-services/src/Google/Service/PolyService/ListAssetsResponse.phpnu[assets = $assets; } /** * @return Google_Service_PolyService_Asset[] */ public function getAssets() { return $this->assets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK4 ZC-Mvendor/google/apiclient-services/src/Google/Service/PolyService/UserAsset.phpnu[asset = $asset; } /** * @return Google_Service_PolyService_Asset */ public function getAsset() { return $this->asset; } } PK4 ZkZvendor/google/apiclient-services/src/Google/Service/PolyService/ListUserAssetsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_PolyService_UserAsset[] */ public function setUserAssets($userAssets) { $this->userAssets = $userAssets; } /** * @return Google_Service_PolyService_UserAsset[] */ public function getUserAssets() { return $this->userAssets; } } PK4 Z< ]Lvendor/google/apiclient-services/src/Google/Service/PolyService/PolyFile.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } public function getRelativePath() { return $this->relativePath; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } } PK4 ZdMvendor/google/apiclient-services/src/Google/Service/PolyService/RemixInfo.phpnu[sourceAsset = $sourceAsset; } public function getSourceAsset() { return $this->sourceAsset; } } PK4 Z⁝ ]vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersLikedassets.phpnu[ * $polyService = new Google_Service_PolyService(...); * $likedassets = $polyService->likedassets; * */ class Google_Service_PolyService_Resource_UsersLikedassets extends Google_Service_Resource { /** * Lists assets that the user has liked. Only the value 'me', representing the * currently-authenticated user, is supported. May include assets with an access * level of UNLISTED. (likedassets.listUsersLikedassets) * * @param string $name A valid user id. Currently, only the special value 'me', * representing the currently-authenticated user is supported. To use 'me', you * must pass an OAuth token with the request. * @param array $optParams Optional parameters. * * @opt_param string format Return only assets with the matching format. * Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`. * @opt_param string orderBy Specifies an ordering for assets. Acceptable values * are: `BEST`, `NEWEST`, `OLDEST`, 'LIKED_TIME'. Defaults to `LIKED_TIME`, * which ranks assets based on how recently they were liked. * @opt_param int pageSize The maximum number of assets to be returned. This * value must be between `1` and `100`. Defaults to `20`. * @opt_param string pageToken Specifies a continuation token from a previous * search whose results were split into multiple pages. To get the next page, * submit the same request specifying the value from next_page_token. * @return Google_Service_PolyService_ListLikedAssetsResponse */ public function listUsersLikedassets($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolyService_ListLikedAssetsResponse"); } } PK4 Zִ Svendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Assets.phpnu[ * $polyService = new Google_Service_PolyService(...); * $assets = $polyService->assets; * */ class Google_Service_PolyService_Resource_Assets extends Google_Service_Resource { /** * Returns detailed information about an asset given its name. PRIVATE assets * are returned only if the currently authenticated user (via OAuth token) is * the author of the asset. (assets.get) * * @param string $name Required. An asset's name in the form * `assets/{ASSET_ID}`. * @param array $optParams Optional parameters. * @return Google_Service_PolyService_Asset */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_PolyService_Asset"); } /** * Lists all public, remixable assets. These are assets with an access level of * PUBLIC and published under the CC-By license. (assets.listAssets) * * @param array $optParams Optional parameters. * * @opt_param string category Filter assets based on the specified category. * Supported values are: `animals`, `architecture`, `art`, `food`, `nature`, * `objects`, `people`, `scenes`, `technology`, and `transport`. * @opt_param bool curated Return only assets that have been curated by the Poly * team. * @opt_param string format Return only assets with the matching format. * Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`. * @opt_param string keywords One or more search terms to be matched against all * text that Poly has indexed for assets, which includes display_name, * description, and tags. Multiple keywords should be separated by spaces. * @opt_param string maxComplexity Returns assets that are of the specified * complexity or less. Defaults to COMPLEX. For example, a request for MEDIUM * assets also includes SIMPLE assets. * @opt_param string orderBy Specifies an ordering for assets. Acceptable values * are: `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets based * on a combination of popularity and other features. * @opt_param int pageSize The maximum number of assets to be returned. This * value must be between `1` and `100`. Defaults to `20`. * @opt_param string pageToken Specifies a continuation token from a previous * search whose results were split into multiple pages. To get the next page, * submit the same request specifying the value from next_page_token. * @return Google_Service_PolyService_ListAssetsResponse */ public function listAssets($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolyService_ListAssetsResponse"); } } PK4 ZHXp``Rvendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Users.phpnu[ * $polyService = new Google_Service_PolyService(...); * $users = $polyService->users; * */ class Google_Service_PolyService_Resource_Users extends Google_Service_Resource { } PK4 Z7z z Xvendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersAssets.phpnu[ * $polyService = new Google_Service_PolyService(...); * $assets = $polyService->assets; * */ class Google_Service_PolyService_Resource_UsersAssets extends Google_Service_Resource { /** * Lists assets authored by the given user. Only the value 'me', representing * the currently-authenticated user, is supported. May include assets with an * access level of PRIVATE or UNLISTED and assets which are All Rights Reserved * for the currently-authenticated user. (assets.listUsersAssets) * * @param string $name A valid user id. Currently, only the special value 'me', * representing the currently-authenticated user is supported. To use 'me', you * must pass an OAuth token with the request. * @param array $optParams Optional parameters. * * @opt_param string format Return only assets with the matching format. * Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`. * @opt_param string orderBy Specifies an ordering for assets. Acceptable values * are: `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets based * on a combination of popularity and other features. * @opt_param int pageSize The maximum number of assets to be returned. This * value must be between `1` and `100`. Defaults to `20`. * @opt_param string pageToken Specifies a continuation token from a previous * search whose results were split into multiple pages. To get the next page, * submit the same request specifying the value from next_page_token. * @opt_param string visibility The visibility of the assets to be returned. * Defaults to VISIBILITY_UNSPECIFIED which returns all assets. * @return Google_Service_PolyService_ListUserAssetsResponse */ public function listUsersAssets($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_PolyService_ListUserAssetsResponse"); } } PK4 ZnNvendor/google/apiclient-services/src/Google/Service/PolyService/ImageError.phpnu[code = $code; } public function getCode() { return $this->code; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } } PK4 ZXddVvendor/google/apiclient-services/src/Google/Service/PolyService/AssetImportMessage.phpnu[code = $code; } public function getCode() { return $this->code; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } /** * @param Google_Service_PolyService_ImageError */ public function setImageError(Google_Service_PolyService_ImageError $imageError) { $this->imageError = $imageError; } /** * @return Google_Service_PolyService_ImageError */ public function getImageError() { return $this->imageError; } /** * @param Google_Service_PolyService_ObjParseError */ public function setObjParseError(Google_Service_PolyService_ObjParseError $objParseError) { $this->objParseError = $objParseError; } /** * @return Google_Service_PolyService_ObjParseError */ public function getObjParseError() { return $this->objParseError; } } PK4 Z}l\vendor/google/apiclient-services/src/Google/Service/PolyService/StartAssetImportResponse.phpnu[assetId = $assetId; } public function getAssetId() { return $this->assetId; } public function setAssetImportId($assetImportId) { $this->assetImportId = $assetImportId; } public function getAssetImportId() { return $this->assetImportId; } /** * @param Google_Service_PolyService_AssetImportMessage[] */ public function setAssetImportMessages($assetImportMessages) { $this->assetImportMessages = $assetImportMessages; } /** * @return Google_Service_PolyService_AssetImportMessage[] */ public function getAssetImportMessages() { return $this->assetImportMessages; } public function setPublishUrl($publishUrl) { $this->publishUrl = $publishUrl; } public function getPublishUrl() { return $this->publishUrl; } } PK4 Z Y[vendor/google/apiclient-services/src/Google/Service/PolyService/ListLikedAssetsResponse.phpnu[assets = $assets; } /** * @return Google_Service_PolyService_Asset[] */ public function getAssets() { return $this->assets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } } PK4 Zj)VZzzIvendor/google/apiclient-services/src/Google/Service/PolyService/Asset.phpnu[authorName = $authorName; } public function getAuthorName() { return $this->authorName; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_PolyService_Format[] */ public function setFormats($formats) { $this->formats = $formats; } /** * @return Google_Service_PolyService_Format[] */ public function getFormats() { return $this->formats; } public function setIsCurated($isCurated) { $this->isCurated = $isCurated; } public function getIsCurated() { return $this->isCurated; } public function setLicense($license) { $this->license = $license; } public function getLicense() { return $this->license; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_PolyService_PresentationParams */ public function setPresentationParams(Google_Service_PolyService_PresentationParams $presentationParams) { $this->presentationParams = $presentationParams; } /** * @return Google_Service_PolyService_PresentationParams */ public function getPresentationParams() { return $this->presentationParams; } /** * @param Google_Service_PolyService_RemixInfo */ public function setRemixInfo(Google_Service_PolyService_RemixInfo $remixInfo) { $this->remixInfo = $remixInfo; } /** * @return Google_Service_PolyService_RemixInfo */ public function getRemixInfo() { return $this->remixInfo; } /** * @param Google_Service_PolyService_PolyFile */ public function setThumbnail(Google_Service_PolyService_PolyFile $thumbnail) { $this->thumbnail = $thumbnail; } /** * @return Google_Service_PolyService_PolyFile */ public function getThumbnail() { return $this->thumbnail; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } } PK4 Zh4<Tvendor/google/apiclient-services/src/Google/Service/PolyService/FormatComplexity.phpnu[lodHint = $lodHint; } public function getLodHint() { return $this->lodHint; } public function setTriangleCount($triangleCount) { $this->triangleCount = $triangleCount; } public function getTriangleCount() { return $this->triangleCount; } } PK4 Zq44Qvendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricValue.phpnu[value = $value; } public function getValue() { return $this->value; } } PK4 Z#"3Rvendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricHeader.phpnu[name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 Z/ ^vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunRealtimeReportRequest.phpnu[dimensionFilter = $dimensionFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getDimensionFilter() { return $this->dimensionFilter; } /** * @param Google_Service_AnalyticsData_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AnalyticsData_Dimension[] */ public function getDimensions() { return $this->dimensions; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setMetricAggregations($metricAggregations) { $this->metricAggregations = $metricAggregations; } public function getMetricAggregations() { return $this->metricAggregations; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setMetricFilter(Google_Service_AnalyticsData_FilterExpression $metricFilter) { $this->metricFilter = $metricFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getMetricFilter() { return $this->metricFilter; } /** * @param Google_Service_AnalyticsData_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsData_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_AnalyticsData_OrderBy[] */ public function setOrderBys($orderBys) { $this->orderBys = $orderBys; } /** * @return Google_Service_AnalyticsData_OrderBy[] */ public function getOrderBys() { return $this->orderBys; } public function setReturnPropertyQuota($returnPropertyQuota) { $this->returnPropertyQuota = $returnPropertyQuota; } public function getReturnPropertyQuota() { return $this->returnPropertyQuota; } } PK4 Z,6?QQOvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Dimension.phpnu[dimensionExpression = $dimensionExpression; } /** * @return Google_Service_AnalyticsData_DimensionExpression */ public function getDimensionExpression() { return $this->dimensionExpression; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 ZܙfooTvendor/google/apiclient-services/src/Google/Service/AnalyticsData/CaseExpression.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } } PK4 Z CZvendor/google/apiclient-services/src/Google/Service/AnalyticsData/FilterExpressionList.phpnu[expressions = $expressions; } /** * @return Google_Service_AnalyticsData_FilterExpression[] */ public function getExpressions() { return $this->expressions; } } PK4 ZR8Svendor/google/apiclient-services/src/Google/Service/AnalyticsData/NumericFilter.phpnu[operation = $operation; } public function getOperation() { return $this->operation; } /** * @param Google_Service_AnalyticsData_NumericValue */ public function setValue(Google_Service_AnalyticsData_NumericValue $value) { $this->value = $value; } /** * @return Google_Service_AnalyticsData_NumericValue */ public function getValue() { return $this->value; } } PK4 Z1 Lvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Filter.phpnu[betweenFilter = $betweenFilter; } /** * @return Google_Service_AnalyticsData_BetweenFilter */ public function getBetweenFilter() { return $this->betweenFilter; } public function setFieldName($fieldName) { $this->fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } /** * @param Google_Service_AnalyticsData_InListFilter */ public function setInListFilter(Google_Service_AnalyticsData_InListFilter $inListFilter) { $this->inListFilter = $inListFilter; } /** * @return Google_Service_AnalyticsData_InListFilter */ public function getInListFilter() { return $this->inListFilter; } /** * @param Google_Service_AnalyticsData_NumericFilter */ public function setNumericFilter(Google_Service_AnalyticsData_NumericFilter $numericFilter) { $this->numericFilter = $numericFilter; } /** * @return Google_Service_AnalyticsData_NumericFilter */ public function getNumericFilter() { return $this->numericFilter; } /** * @param Google_Service_AnalyticsData_StringFilter */ public function setStringFilter(Google_Service_AnalyticsData_StringFilter $stringFilter) { $this->stringFilter = $stringFilter; } /** * @return Google_Service_AnalyticsData_StringFilter */ public function getStringFilter() { return $this->stringFilter; } } PK4 Z,-\vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsRequest.phpnu[entity = $entity; } /** * @return Google_Service_AnalyticsData_Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_AnalyticsData_RunReportRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_AnalyticsData_RunReportRequest[] */ public function getRequests() { return $this->requests; } } PK4 Zl̢11Uvendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionHeader.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 ZҊWvendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionMetadata.phpnu[apiName = $apiName; } public function getApiName() { return $this->apiName; } public function setCustomDefinition($customDefinition) { $this->customDefinition = $customDefinition; } public function getCustomDefinition() { return $this->customDefinition; } public function setDeprecatedApiNames($deprecatedApiNames) { $this->deprecatedApiNames = $deprecatedApiNames; } public function getDeprecatedApiNames() { return $this->deprecatedApiNames; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setUiName($uiName) { $this->uiName = $uiName; } public function getUiName() { return $this->uiName; } } PK4 Z 0Qvendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotHeader.phpnu[pivotDimensionHeaders = $pivotDimensionHeaders; } /** * @return Google_Service_AnalyticsData_PivotDimensionHeader[] */ public function getPivotDimensionHeaders() { return $this->pivotDimensionHeaders; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } } PK4 Z ]^Lvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Cohort.phpnu[dateRange = $dateRange; } /** * @return Google_Service_AnalyticsData_DateRange */ public function getDateRange() { return $this->dateRange; } public function setDimension($dimension) { $this->dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 ZA77Tvendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionValue.phpnu[value = $value; } public function getValue() { return $this->value; } } PK4 ZoSvendor/google/apiclient-services/src/Google/Service/AnalyticsData/BetweenFilter.phpnu[fromValue = $fromValue; } /** * @return Google_Service_AnalyticsData_NumericValue */ public function getFromValue() { return $this->fromValue; } /** * @param Google_Service_AnalyticsData_NumericValue */ public function setToValue(Google_Service_AnalyticsData_NumericValue $toValue) { $this->toValue = $toValue; } /** * @return Google_Service_AnalyticsData_NumericValue */ public function getToValue() { return $this->toValue; } } PK4 Z źZvendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotDimensionHeader.phpnu[dimensionValues = $dimensionValues; } /** * @return Google_Service_AnalyticsData_DimensionValue[] */ public function getDimensionValues() { return $this->dimensionValues; } } PK4 ZX##Kvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Pivot.phpnu[fieldNames = $fieldNames; } public function getFieldNames() { return $this->fieldNames; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setMetricAggregations($metricAggregations) { $this->metricAggregations = $metricAggregations; } public function getMetricAggregations() { return $this->metricAggregations; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } /** * @param Google_Service_AnalyticsData_OrderBy[] */ public function setOrderBys($orderBys) { $this->orderBys = $orderBys; } /** * @return Google_Service_AnalyticsData_OrderBy[] */ public function getOrderBys() { return $this->orderBys; } } PK4 ZVܻOvendor/google/apiclient-services/src/Google/Service/AnalyticsData/DateRange.phpnu[endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } } PK4 Zc22Vvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/V1alpha.phpnu[ * $analyticsdataService = new Google_Service_AnalyticsData(...); * $v1alpha = $analyticsdataService->v1alpha; * */ class Google_Service_AnalyticsData_Resource_V1alpha extends Google_Service_Resource { /** * Returns multiple pivot reports in a batch. All reports must be for the same * Entity. (v1alpha.batchRunPivotReports) * * @param Google_Service_AnalyticsData_BatchRunPivotReportsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsData_BatchRunPivotReportsResponse */ public function batchRunPivotReports(Google_Service_AnalyticsData_BatchRunPivotReportsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchRunPivotReports', array($params), "Google_Service_AnalyticsData_BatchRunPivotReportsResponse"); } /** * Returns multiple reports in a batch. All reports must be for the same Entity. * (v1alpha.batchRunReports) * * @param Google_Service_AnalyticsData_BatchRunReportsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsData_BatchRunReportsResponse */ public function batchRunReports(Google_Service_AnalyticsData_BatchRunReportsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchRunReports', array($params), "Google_Service_AnalyticsData_BatchRunReportsResponse"); } /** * Returns a customized pivot report of your Google Analytics event data. Pivot * reports are more advanced and expressive formats than regular reports. In a * pivot report, dimensions are only visible if they are included in a pivot. * Multiple pivots can be specified to further dissect your data. * (v1alpha.runPivotReport) * * @param Google_Service_AnalyticsData_RunPivotReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsData_RunPivotReportResponse */ public function runPivotReport(Google_Service_AnalyticsData_RunPivotReportRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runPivotReport', array($params), "Google_Service_AnalyticsData_RunPivotReportResponse"); } /** * Returns a customized report of your Google Analytics event data. Reports * contain statistics derived from data collected by the Google Analytics * tracking code. The data returned from the API is as a table with columns for * the requested dimensions and metrics. Metrics are individual measurements of * user activity on your property, such as active users or event count. * Dimensions break down metrics across some common criteria, such as country or * event name. (v1alpha.runReport) * * @param Google_Service_AnalyticsData_RunReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsData_RunReportResponse */ public function runReport(Google_Service_AnalyticsData_RunReportRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runReport', array($params), "Google_Service_AnalyticsData_RunReportResponse"); } } PK4 Z<''Yvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/Properties.phpnu[ * $analyticsdataService = new Google_Service_AnalyticsData(...); * $properties = $analyticsdataService->properties; * */ class Google_Service_AnalyticsData_Resource_Properties extends Google_Service_Resource { /** * Returns metadata for dimensions and metrics available in reporting methods. * Used to explore the dimensions and metrics. In this method, a Google * Analytics GA4 Property Identifier is specified in the request, and the * metadata response includes Custom dimensions and metrics as well as Universal * metadata. For example if a custom metric with parameter name * `levels_unlocked` is registered to a property, the Metadata response will * contain `customEvent:levels_unlocked`. Universal metadata are dimensions and * metrics applicable to any property such as `country` and `totalUsers`. * (properties.getMetadata) * * @param string $name Required. The resource name of the metadata to retrieve. * This name field is specified in the URL path and not URL parameters. Property * is a numeric Google Analytics GA4 Property identifier. To learn more, see * [where to find your Property * ID](https://developers.google.com/analytics/devguides/reporting/data/v1 * /property-id). Example: properties/1234/metadata Set the Property ID to 0 for * dimensions and metrics common to all properties. In this special mode, this * method will not return custom dimensions and metrics. * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsData_Metadata */ public function getMetadata($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('getMetadata', array($params), "Google_Service_AnalyticsData_Metadata"); } /** * The Google Analytics Realtime API returns a customized report of realtime * event data for your property. These reports show events and usage from the * last 30 minutes. (properties.runRealtimeReport) * * @param string $property A Google Analytics GA4 property identifier whose * events are tracked. Specified in the URL path and not the body. To learn * more, see [where to find your Property * ID](https://developers.google.com/analytics/devguides/reporting/data/v1 * /property-id). Example: properties/1234 * @param Google_Service_AnalyticsData_RunRealtimeReportRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsData_RunRealtimeReportResponse */ public function runRealtimeReport($property, Google_Service_AnalyticsData_RunRealtimeReportRequest $postBody, $optParams = array()) { $params = array('property' => $property, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('runRealtimeReport', array($params), "Google_Service_AnalyticsData_RunRealtimeReportResponse"); } } PK4 Z\r/ / Svendor/google/apiclient-services/src/Google/Service/AnalyticsData/PropertyQuota.phpnu[concurrentRequests = $concurrentRequests; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getConcurrentRequests() { return $this->concurrentRequests; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setPotentiallyThresholdedRequestsPerHour(Google_Service_AnalyticsData_QuotaStatus $potentiallyThresholdedRequestsPerHour) { $this->potentiallyThresholdedRequestsPerHour = $potentiallyThresholdedRequestsPerHour; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getPotentiallyThresholdedRequestsPerHour() { return $this->potentiallyThresholdedRequestsPerHour; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setServerErrorsPerProjectPerHour(Google_Service_AnalyticsData_QuotaStatus $serverErrorsPerProjectPerHour) { $this->serverErrorsPerProjectPerHour = $serverErrorsPerProjectPerHour; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getServerErrorsPerProjectPerHour() { return $this->serverErrorsPerProjectPerHour; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setTokensPerDay(Google_Service_AnalyticsData_QuotaStatus $tokensPerDay) { $this->tokensPerDay = $tokensPerDay; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getTokensPerDay() { return $this->tokensPerDay; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setTokensPerHour(Google_Service_AnalyticsData_QuotaStatus $tokensPerHour) { $this->tokensPerHour = $tokensPerHour; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getTokensPerHour() { return $this->tokensPerHour; } } PK4 Z;GGPvendor/google/apiclient-services/src/Google/Service/AnalyticsData/CohortSpec.phpnu[cohortReportSettings = $cohortReportSettings; } /** * @return Google_Service_AnalyticsData_CohortReportSettings */ public function getCohortReportSettings() { return $this->cohortReportSettings; } /** * @param Google_Service_AnalyticsData_Cohort[] */ public function setCohorts($cohorts) { $this->cohorts = $cohorts; } /** * @return Google_Service_AnalyticsData_Cohort[] */ public function getCohorts() { return $this->cohorts; } /** * @param Google_Service_AnalyticsData_CohortsRange */ public function setCohortsRange(Google_Service_AnalyticsData_CohortsRange $cohortsRange) { $this->cohortsRange = $cohortsRange; } /** * @return Google_Service_AnalyticsData_CohortsRange */ public function getCohortsRange() { return $this->cohortsRange; } } PK4 ZTC2Rvendor/google/apiclient-services/src/Google/Service/AnalyticsData/NumericValue.phpnu[doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } public function getInt64Value() { return $this->int64Value; } } PK4 Z BVvendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportRequest.phpnu[cohortSpec = $cohortSpec; } /** * @return Google_Service_AnalyticsData_CohortSpec */ public function getCohortSpec() { return $this->cohortSpec; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } /** * @param Google_Service_AnalyticsData_DateRange[] */ public function setDateRanges($dateRanges) { $this->dateRanges = $dateRanges; } /** * @return Google_Service_AnalyticsData_DateRange[] */ public function getDateRanges() { return $this->dateRanges; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setDimensionFilter(Google_Service_AnalyticsData_FilterExpression $dimensionFilter) { $this->dimensionFilter = $dimensionFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getDimensionFilter() { return $this->dimensionFilter; } /** * @param Google_Service_AnalyticsData_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AnalyticsData_Dimension[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AnalyticsData_Entity */ public function setEntity(Google_Service_AnalyticsData_Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_AnalyticsData_Entity */ public function getEntity() { return $this->entity; } public function setKeepEmptyRows($keepEmptyRows) { $this->keepEmptyRows = $keepEmptyRows; } public function getKeepEmptyRows() { return $this->keepEmptyRows; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setMetricAggregations($metricAggregations) { $this->metricAggregations = $metricAggregations; } public function getMetricAggregations() { return $this->metricAggregations; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setMetricFilter(Google_Service_AnalyticsData_FilterExpression $metricFilter) { $this->metricFilter = $metricFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getMetricFilter() { return $this->metricFilter; } /** * @param Google_Service_AnalyticsData_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsData_Metric[] */ public function getMetrics() { return $this->metrics; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } /** * @param Google_Service_AnalyticsData_OrderBy[] */ public function setOrderBys($orderBys) { $this->orderBys = $orderBys; } /** * @return Google_Service_AnalyticsData_OrderBy[] */ public function getOrderBys() { return $this->orderBys; } public function setReturnPropertyQuota($returnPropertyQuota) { $this->returnPropertyQuota = $returnPropertyQuota; } public function getReturnPropertyQuota() { return $this->returnPropertyQuota; } } PK4 ZDRvendor/google/apiclient-services/src/Google/Service/AnalyticsData/CohortsRange.phpnu[endOffset = $endOffset; } public function getEndOffset() { return $this->endOffset; } public function setGranularity($granularity) { $this->granularity = $granularity; } public function getGranularity() { return $this->granularity; } public function setStartOffset($startOffset) { $this->startOffset = $startOffset; } public function getStartOffset() { return $this->startOffset; } } PK4 Z(N  \vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportResponse.phpnu[aggregates = $aggregates; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getAggregates() { return $this->aggregates; } /** * @param Google_Service_AnalyticsData_DimensionHeader[] */ public function setDimensionHeaders($dimensionHeaders) { $this->dimensionHeaders = $dimensionHeaders; } /** * @return Google_Service_AnalyticsData_DimensionHeader[] */ public function getDimensionHeaders() { return $this->dimensionHeaders; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AnalyticsData_ResponseMetaData */ public function setMetadata(Google_Service_AnalyticsData_ResponseMetaData $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_AnalyticsData_ResponseMetaData */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_AnalyticsData_MetricHeader[] */ public function setMetricHeaders($metricHeaders) { $this->metricHeaders = $metricHeaders; } /** * @return Google_Service_AnalyticsData_MetricHeader[] */ public function getMetricHeaders() { return $this->metricHeaders; } /** * @param Google_Service_AnalyticsData_PivotHeader[] */ public function setPivotHeaders($pivotHeaders) { $this->pivotHeaders = $pivotHeaders; } /** * @return Google_Service_AnalyticsData_PivotHeader[] */ public function getPivotHeaders() { return $this->pivotHeaders; } /** * @param Google_Service_AnalyticsData_PropertyQuota */ public function setPropertyQuota(Google_Service_AnalyticsData_PropertyQuota $propertyQuota) { $this->propertyQuota = $propertyQuota; } /** * @return Google_Service_AnalyticsData_PropertyQuota */ public function getPropertyQuota() { return $this->propertyQuota; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getRows() { return $this->rows; } } PK4 ZgمYvendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionExpression.phpnu[concatenate = $concatenate; } /** * @return Google_Service_AnalyticsData_ConcatenateExpression */ public function getConcatenate() { return $this->concatenate; } /** * @param Google_Service_AnalyticsData_CaseExpression */ public function setLowerCase(Google_Service_AnalyticsData_CaseExpression $lowerCase) { $this->lowerCase = $lowerCase; } /** * @return Google_Service_AnalyticsData_CaseExpression */ public function getLowerCase() { return $this->lowerCase; } /** * @param Google_Service_AnalyticsData_CaseExpression */ public function setUpperCase(Google_Service_AnalyticsData_CaseExpression $upperCase) { $this->upperCase = $upperCase; } /** * @return Google_Service_AnalyticsData_CaseExpression */ public function getUpperCase() { return $this->upperCase; } } PK4 ZWvendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportResponse.phpnu[dimensionHeaders = $dimensionHeaders; } /** * @return Google_Service_AnalyticsData_DimensionHeader[] */ public function getDimensionHeaders() { return $this->dimensionHeaders; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setMaximums($maximums) { $this->maximums = $maximums; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getMaximums() { return $this->maximums; } /** * @param Google_Service_AnalyticsData_ResponseMetaData */ public function setMetadata(Google_Service_AnalyticsData_ResponseMetaData $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_AnalyticsData_ResponseMetaData */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_AnalyticsData_MetricHeader[] */ public function setMetricHeaders($metricHeaders) { $this->metricHeaders = $metricHeaders; } /** * @return Google_Service_AnalyticsData_MetricHeader[] */ public function getMetricHeaders() { return $this->metricHeaders; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setMinimums($minimums) { $this->minimums = $minimums; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getMinimums() { return $this->minimums; } /** * @param Google_Service_AnalyticsData_PropertyQuota */ public function setPropertyQuota(Google_Service_AnalyticsData_PropertyQuota $propertyQuota) { $this->propertyQuota = $propertyQuota; } /** * @return Google_Service_AnalyticsData_PropertyQuota */ public function getPropertyQuota() { return $this->propertyQuota; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getRows() { return $this->rows; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setTotals($totals) { $this->totals = $totals; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getTotals() { return $this->totals; } } PK4 Z}Q@++_vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunRealtimeReportResponse.phpnu[dimensionHeaders = $dimensionHeaders; } /** * @return Google_Service_AnalyticsData_DimensionHeader[] */ public function getDimensionHeaders() { return $this->dimensionHeaders; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setMaximums($maximums) { $this->maximums = $maximums; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getMaximums() { return $this->maximums; } /** * @param Google_Service_AnalyticsData_MetricHeader[] */ public function setMetricHeaders($metricHeaders) { $this->metricHeaders = $metricHeaders; } /** * @return Google_Service_AnalyticsData_MetricHeader[] */ public function getMetricHeaders() { return $this->metricHeaders; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setMinimums($minimums) { $this->minimums = $minimums; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getMinimums() { return $this->minimums; } /** * @param Google_Service_AnalyticsData_PropertyQuota */ public function setPropertyQuota(Google_Service_AnalyticsData_PropertyQuota $propertyQuota) { $this->propertyQuota = $propertyQuota; } /** * @return Google_Service_AnalyticsData_PropertyQuota */ public function getPropertyQuota() { return $this->propertyQuota; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getRows() { return $this->rows; } /** * @param Google_Service_AnalyticsData_Row[] */ public function setTotals($totals) { $this->totals = $totals; } /** * @return Google_Service_AnalyticsData_Row[] */ public function getTotals() { return $this->totals; } } PK4 Z_Nvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Metadata.phpnu[dimensions = $dimensions; } /** * @return Google_Service_AnalyticsData_DimensionMetadata[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AnalyticsData_MetricMetadata[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsData_MetricMetadata[] */ public function getMetrics() { return $this->metrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 ZM66Rvendor/google/apiclient-services/src/Google/Service/AnalyticsData/InListFilter.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK4 Z.RRLvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Entity.phpnu[propertyId = $propertyId; } public function getPropertyId() { return $this->propertyId; } } PK4 ZCQvendor/google/apiclient-services/src/Google/Service/AnalyticsData/QuotaStatus.phpnu[consumed = $consumed; } public function getConsumed() { return $this->consumed; } public function setRemaining($remaining) { $this->remaining = $remaining; } public function getRemaining() { return $this->remaining; } } PK4 ZSXҢVvendor/google/apiclient-services/src/Google/Service/AnalyticsData/ResponseMetaData.phpnu[dataLossFromOtherRow = $dataLossFromOtherRow; } public function getDataLossFromOtherRow() { return $this->dataLossFromOtherRow; } } PK4 Zp+``Zvendor/google/apiclient-services/src/Google/Service/AnalyticsData/CohortReportSettings.phpnu[accumulate = $accumulate; } public function getAccumulate() { return $this->accumulate; } } PK4 ZR*OCCTvendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotSelection.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setDimensionValue($dimensionValue) { $this->dimensionValue = $dimensionValue; } public function getDimensionValue() { return $this->dimensionValue; } } PK4 ZϴB33Mvendor/google/apiclient-services/src/Google/Service/AnalyticsData/OrderBy.phpnu[desc = $desc; } public function getDesc() { return $this->desc; } /** * @param Google_Service_AnalyticsData_DimensionOrderBy */ public function setDimension(Google_Service_AnalyticsData_DimensionOrderBy $dimension) { $this->dimension = $dimension; } /** * @return Google_Service_AnalyticsData_DimensionOrderBy */ public function getDimension() { return $this->dimension; } /** * @param Google_Service_AnalyticsData_MetricOrderBy */ public function setMetric(Google_Service_AnalyticsData_MetricOrderBy $metric) { $this->metric = $metric; } /** * @return Google_Service_AnalyticsData_MetricOrderBy */ public function getMetric() { return $this->metric; } /** * @param Google_Service_AnalyticsData_PivotOrderBy */ public function setPivot(Google_Service_AnalyticsData_PivotOrderBy $pivot) { $this->pivot = $pivot; } /** * @return Google_Service_AnalyticsData_PivotOrderBy */ public function getPivot() { return $this->pivot; } } PK4 ZyLvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Metric.phpnu[expression = $expression; } public function getExpression() { return $this->expression; } public function setInvisible($invisible) { $this->invisible = $invisible; } public function getInvisible() { return $this->invisible; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Zeavendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsRequest.phpnu[entity = $entity; } /** * @return Google_Service_AnalyticsData_Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_AnalyticsData_RunPivotReportRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_AnalyticsData_RunPivotReportRequest[] */ public function getRequests() { return $this->requests; } } PK4 Zh]]Rvendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotOrderBy.phpnu[metricName = $metricName; } public function getMetricName() { return $this->metricName; } /** * @param Google_Service_AnalyticsData_PivotSelection[] */ public function setPivotSelections($pivotSelections) { $this->pivotSelections = $pivotSelections; } /** * @return Google_Service_AnalyticsData_PivotSelection[] */ public function getPivotSelections() { return $this->pivotSelections; } } PK4 ZԴ Vvendor/google/apiclient-services/src/Google/Service/AnalyticsData/FilterExpression.phpnu[andGroup = $andGroup; } /** * @return Google_Service_AnalyticsData_FilterExpressionList */ public function getAndGroup() { return $this->andGroup; } /** * @param Google_Service_AnalyticsData_Filter */ public function setFilter(Google_Service_AnalyticsData_Filter $filter) { $this->filter = $filter; } /** * @return Google_Service_AnalyticsData_Filter */ public function getFilter() { return $this->filter; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setNotExpression(Google_Service_AnalyticsData_FilterExpression $notExpression) { $this->notExpression = $notExpression; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getNotExpression() { return $this->notExpression; } /** * @param Google_Service_AnalyticsData_FilterExpressionList */ public function setOrGroup(Google_Service_AnalyticsData_FilterExpressionList $orGroup) { $this->orGroup = $orGroup; } /** * @return Google_Service_AnalyticsData_FilterExpressionList */ public function getOrGroup() { return $this->orGroup; } } PK4 Z0Rvendor/google/apiclient-services/src/Google/Service/AnalyticsData/StringFilter.phpnu[caseSensitive = $caseSensitive; } public function getCaseSensitive() { return $this->caseSensitive; } public function setMatchType($matchType) { $this->matchType = $matchType; } public function getMatchType() { return $this->matchType; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 Z̰GGIvendor/google/apiclient-services/src/Google/Service/AnalyticsData/Row.phpnu[dimensionValues = $dimensionValues; } /** * @return Google_Service_AnalyticsData_DimensionValue[] */ public function getDimensionValues() { return $this->dimensionValues; } /** * @param Google_Service_AnalyticsData_MetricValue[] */ public function setMetricValues($metricValues) { $this->metricValues = $metricValues; } /** * @return Google_Service_AnalyticsData_MetricValue[] */ public function getMetricValues() { return $this->metricValues; } } PK4 Z""Vvendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionOrderBy.phpnu[dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setOrderType($orderType) { $this->orderType = $orderType; } public function getOrderType() { return $this->orderType; } } PK4 ZKcc[vendor/google/apiclient-services/src/Google/Service/AnalyticsData/ConcatenateExpression.phpnu[delimiter = $delimiter; } public function getDelimiter() { return $this->delimiter; } public function setDimensionNames($dimensionNames) { $this->dimensionNames = $dimensionNames; } public function getDimensionNames() { return $this->dimensionNames; } } PK4 ZRTvendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricMetadata.phpnu[apiName = $apiName; } public function getApiName() { return $this->apiName; } public function setCustomDefinition($customDefinition) { $this->customDefinition = $customDefinition; } public function getCustomDefinition() { return $this->customDefinition; } public function setDeprecatedApiNames($deprecatedApiNames) { $this->deprecatedApiNames = $deprecatedApiNames; } public function getDeprecatedApiNames() { return $this->deprecatedApiNames; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUiName($uiName) { $this->uiName = $uiName; } public function getUiName() { return $this->uiName; } } PK4 Z]ځ]vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AnalyticsData_RunReportResponse[] */ public function setReports($reports) { $this->reports = $reports; } /** * @return Google_Service_AnalyticsData_RunReportResponse[] */ public function getReports() { return $this->reports; } } PK4 ZXLYYSvendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricOrderBy.phpnu[metricName = $metricName; } public function getMetricName() { return $this->metricName; } } PK4 Z:@@bvendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsResponse.phpnu[kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AnalyticsData_RunPivotReportResponse[] */ public function setPivotReports($pivotReports) { $this->pivotReports = $pivotReports; } /** * @return Google_Service_AnalyticsData_RunPivotReportResponse[] */ public function getPivotReports() { return $this->pivotReports; } } PK4 Zv롓[vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportRequest.phpnu[cohortSpec = $cohortSpec; } /** * @return Google_Service_AnalyticsData_CohortSpec */ public function getCohortSpec() { return $this->cohortSpec; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } /** * @param Google_Service_AnalyticsData_DateRange[] */ public function setDateRanges($dateRanges) { $this->dateRanges = $dateRanges; } /** * @return Google_Service_AnalyticsData_DateRange[] */ public function getDateRanges() { return $this->dateRanges; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setDimensionFilter(Google_Service_AnalyticsData_FilterExpression $dimensionFilter) { $this->dimensionFilter = $dimensionFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getDimensionFilter() { return $this->dimensionFilter; } /** * @param Google_Service_AnalyticsData_Dimension[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AnalyticsData_Dimension[] */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AnalyticsData_Entity */ public function setEntity(Google_Service_AnalyticsData_Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_AnalyticsData_Entity */ public function getEntity() { return $this->entity; } public function setKeepEmptyRows($keepEmptyRows) { $this->keepEmptyRows = $keepEmptyRows; } public function getKeepEmptyRows() { return $this->keepEmptyRows; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setMetricFilter(Google_Service_AnalyticsData_FilterExpression $metricFilter) { $this->metricFilter = $metricFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getMetricFilter() { return $this->metricFilter; } /** * @param Google_Service_AnalyticsData_Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsData_Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_AnalyticsData_Pivot[] */ public function setPivots($pivots) { $this->pivots = $pivots; } /** * @return Google_Service_AnalyticsData_Pivot[] */ public function getPivots() { return $this->pivots; } public function setReturnPropertyQuota($returnPropertyQuota) { $this->returnPropertyQuota = $returnPropertyQuota; } public function getReturnPropertyQuota() { return $this->returnPropertyQuota; } } PK4 ZOvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.phpnu[ * $domainsrdapService = new Google_Service_DomainsRDAP(...); * $ip = $domainsrdapService->ip; * */ class Google_Service_DomainsRDAP_Resource_Ip extends Google_Service_Resource { /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (ip.get) * * @param string $ipId * @param string $ipId1 * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function get($ipId, $ipId1, $optParams = array()) { $params = array('ipId' => $ipId, 'ipId1' => $ipId1); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } } PK4 ZƮSvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.phpnu[ * $domainsrdapService = new Google_Service_DomainsRDAP(...); * $autnum = $domainsrdapService->autnum; * */ class Google_Service_DomainsRDAP_Resource_Autnum extends Google_Service_Resource { /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (autnum.get) * * @param string $autnumId * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function get($autnumId, $optParams = array()) { $params = array('autnumId' => $autnumId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } } PK4 ZzssSvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.phpnu[ * $domainsrdapService = new Google_Service_DomainsRDAP(...); * $domain = $domainsrdapService->domain; * */ class Google_Service_DomainsRDAP_Resource_Domain extends Google_Service_Resource { /** * Look up RDAP information for a domain by name. (domain.get) * * @param string $domainName Full domain name to look up. Example: "example.com" * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_HttpBody */ public function get($domainName, $optParams = array()) { $params = array('domainName' => $domainName); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DomainsRDAP_HttpBody"); } } PK4 ZN%eWvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.phpnu[ * $domainsrdapService = new Google_Service_DomainsRDAP(...); * $nameserver = $domainsrdapService->nameserver; * */ class Google_Service_DomainsRDAP_Resource_Nameserver extends Google_Service_Resource { /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (nameserver.get) * * @param string $nameserverId * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function get($nameserverId, $optParams = array()) { $params = array('nameserverId' => $nameserverId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } } PK4 ZeزSvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.phpnu[ * $domainsrdapService = new Google_Service_DomainsRDAP(...); * $entity = $domainsrdapService->entity; * */ class Google_Service_DomainsRDAP_Resource_Entity extends Google_Service_Resource { /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (entity.get) * * @param string $entityId * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function get($entityId, $optParams = array()) { $params = array('entityId' => $entityId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } } PK4 Z<{4 Ovendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.phpnu[ * $domainsrdapService = new Google_Service_DomainsRDAP(...); * $v1 = $domainsrdapService->v1; * */ class Google_Service_DomainsRDAP_Resource_V1 extends Google_Service_Resource { /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (v1.getDomains) * * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function getDomains($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getDomains', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (v1.getEntities) * * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function getEntities($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getEntities', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } /** * Get help information for the RDAP API, including links to documentation. * (v1.getHelp) * * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_HttpBody */ public function getHelp($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getHelp', array($params), "Google_Service_DomainsRDAP_HttpBody"); } /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (v1.getIp) * * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_HttpBody */ public function getIp($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getIp', array($params), "Google_Service_DomainsRDAP_HttpBody"); } /** * The RDAP API recognizes this command from the RDAP specification but does not * support it. The response is a formatted 501 error. (v1.getNameservers) * * @param array $optParams Optional parameters. * @return Google_Service_DomainsRDAP_RdapResponse */ public function getNameservers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('getNameservers', array($params), "Google_Service_DomainsRDAP_RdapResponse"); } } PK4 Zxj=Jvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.phpnu[description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_DomainsRDAP_Link[] */ public function setLinks($links) { $this->links = $links; } /** * @return Google_Service_DomainsRDAP_Link[] */ public function getLinks() { return $this->links; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } PK4 ZIem m Pvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.phpnu[description = $description; } public function getDescription() { return $this->description; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } /** * @param Google_Service_DomainsRDAP_HttpBody */ public function setJsonResponse(Google_Service_DomainsRDAP_HttpBody $jsonResponse) { $this->jsonResponse = $jsonResponse; } /** * @return Google_Service_DomainsRDAP_HttpBody */ public function getJsonResponse() { return $this->jsonResponse; } public function setLang($lang) { $this->lang = $lang; } public function getLang() { return $this->lang; } /** * @param Google_Service_DomainsRDAP_Notice[] */ public function setNotices($notices) { $this->notices = $notices; } /** * @return Google_Service_DomainsRDAP_Notice[] */ public function getNotices() { return $this->notices; } public function setRdapConformance($rdapConformance) { $this->rdapConformance = $rdapConformance; } public function getRdapConformance() { return $this->rdapConformance; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } } PK4 Z`D'Lvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.phpnu[contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setData($data) { $this->data = $data; } public function getData() { return $this->data; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } } PK4 Z=Hvendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.phpnu[href = $href; } public function getHref() { return $this->href; } public function setHreflang($hreflang) { $this->hreflang = $hreflang; } public function getHreflang() { return $this->hreflang; } public function setMedia($media) { $this->media = $media; } public function getMedia() { return $this->media; } public function setRel($rel) { $this->rel = $rel; } public function getRel() { return $this->rel; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 ZqN Wvendor/google/apiclient-services/src/Google/Service/Area120Tables/ColumnDescription.phpnu[dataType = $dataType; } public function getDataType() { return $this->dataType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Area120Tables_LabeledItem[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Area120Tables_LabeledItem[] */ public function getLabels() { return $this->labels; } /** * @param Google_Service_Area120Tables_LookupDetails */ public function setLookupDetails(Google_Service_Area120Tables_LookupDetails $lookupDetails) { $this->lookupDetails = $lookupDetails; } /** * @return Google_Service_Area120Tables_LookupDetails */ public function getLookupDetails() { return $this->lookupDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Area120Tables_RelationshipDetails */ public function setRelationshipDetails(Google_Service_Area120Tables_RelationshipDetails $relationshipDetails) { $this->relationshipDetails = $relationshipDetails; } /** * @return Google_Service_Area120Tables_RelationshipDetails */ public function getRelationshipDetails() { return $this->relationshipDetails; } } PK4 ZL Vvendor/google/apiclient-services/src/Google/Service/Area120Tables/ListRowsResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Area120Tables_Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Area120Tables_Row[] */ public function getRows() { return $this->rows; } } PK4 ZO*kk\vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchDeleteRowsRequest.phpnu[names = $names; } public function getNames() { return $this->names; } } PK4 ZRvv\vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchCreateRowsRequest.phpnu[requests = $requests; } /** * @return Google_Service_Area120Tables_CreateRowRequest[] */ public function getRequests() { return $this->requests; } } PK4 ZB=99Yvendor/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.phpnu[ * $area120tablesService = new Google_Service_Area120Tables(...); * $rows = $area120tablesService->rows; * */ class Google_Service_Area120Tables_Resource_TablesRows extends Google_Service_Resource { /** * Creates multiple rows. (rows.batchCreate) * * @param string $parent Required. The parent table where the rows will be * created. Format: tables/{table} * @param Google_Service_Area120Tables_BatchCreateRowsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Area120Tables_BatchCreateRowsResponse */ public function batchCreate($parent, Google_Service_Area120Tables_BatchCreateRowsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchCreate', array($params), "Google_Service_Area120Tables_BatchCreateRowsResponse"); } /** * Deletes multiple rows. (rows.batchDelete) * * @param string $parent Required. The parent table shared by all rows being * deleted. Format: tables/{table} * @param Google_Service_Area120Tables_BatchDeleteRowsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Area120Tables_Area120tablesEmpty */ public function batchDelete($parent, Google_Service_Area120Tables_BatchDeleteRowsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchDelete', array($params), "Google_Service_Area120Tables_Area120tablesEmpty"); } /** * Updates multiple rows. (rows.batchUpdate) * * @param string $parent Required. The parent table shared by all rows being * updated. Format: tables/{table} * @param Google_Service_Area120Tables_BatchUpdateRowsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Area120Tables_BatchUpdateRowsResponse */ public function batchUpdate($parent, Google_Service_Area120Tables_BatchUpdateRowsRequest $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_Area120Tables_BatchUpdateRowsResponse"); } /** * Creates a row. (rows.create) * * @param string $parent Required. The parent table where this row will be * created. Format: tables/{table} * @param Google_Service_Area120Tables_Row $postBody * @param array $optParams Optional parameters. * * @opt_param string view Optional. Column key to use for values in the row. * Defaults to user entered name. * @return Google_Service_Area120Tables_Row */ public function create($parent, Google_Service_Area120Tables_Row $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Area120Tables_Row"); } /** * Deletes a row. (rows.delete) * * @param string $name Required. The name of the row to delete. Format: * tables/{table}/rows/{row} * @param array $optParams Optional parameters. * @return Google_Service_Area120Tables_Area120tablesEmpty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_Area120Tables_Area120tablesEmpty"); } /** * Gets a row. Returns NOT_FOUND if the row does not exist in the table. * (rows.get) * * @param string $name Required. The name of the row to retrieve. Format: * tables/{table}/rows/{row} * @param array $optParams Optional parameters. * * @opt_param string view Optional. Column key to use for values in the row. * Defaults to user entered name. * @return Google_Service_Area120Tables_Row */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Area120Tables_Row"); } /** * Lists rows in a table. Returns NOT_FOUND if the table does not exist. * (rows.listTablesRows) * * @param string $parent Required. The parent table. Format: tables/{table} * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter to only include resources matching * the requirements. For more information, see [Filtering list * results](https://support.google.com/area120-tables/answer/10503371). * @opt_param int pageSize The maximum number of rows to return. The service may * return fewer than this value. If unspecified, at most 50 rows are returned. * The maximum value is 1,000; values above 1,000 are coerced to 1,000. * @opt_param string pageToken A page token, received from a previous `ListRows` * call. Provide this to retrieve the subsequent page. When paginating, all * other parameters provided to `ListRows` must match the call that provided the * page token. * @opt_param string view Optional. Column key to use for values in the row. * Defaults to user entered name. * @return Google_Service_Area120Tables_ListRowsResponse */ public function listTablesRows($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Area120Tables_ListRowsResponse"); } /** * Updates a row. (rows.patch) * * @param string $name The resource name of the row. Row names have the form * `tables/{table}/rows/{row}`. The name is ignored when creating a row. * @param Google_Service_Area120Tables_Row $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask The list of fields to update. * @opt_param string view Optional. Column key to use for values in the row. * Defaults to user entered name. * @return Google_Service_Area120Tables_Row */ public function patch($name, Google_Service_Area120Tables_Row $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Area120Tables_Row"); } } PK4 ZU|2v v Yvendor/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Workspaces.phpnu[ * $area120tablesService = new Google_Service_Area120Tables(...); * $workspaces = $area120tablesService->workspaces; * */ class Google_Service_Area120Tables_Resource_Workspaces extends Google_Service_Resource { /** * Gets a workspace. Returns NOT_FOUND if the workspace does not exist. * (workspaces.get) * * @param string $name Required. The name of the workspace to retrieve. Format: * workspaces/{workspace} * @param array $optParams Optional parameters. * @return Google_Service_Area120Tables_Workspace */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Area120Tables_Workspace"); } /** * Lists workspaces for the user. (workspaces.listWorkspaces) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of workspaces to return. The * service may return fewer than this value. If unspecified, at most 10 * workspaces are returned. The maximum value is 25; values above 25 are coerced * to 25. * @opt_param string pageToken A page token, received from a previous * `ListWorkspaces` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListWorkspaces` must match the * call that provided the page token. * @return Google_Service_Area120Tables_ListWorkspacesResponse */ public function listWorkspaces($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Area120Tables_ListWorkspacesResponse"); } } PK4 Z   Uvendor/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Tables.phpnu[ * $area120tablesService = new Google_Service_Area120Tables(...); * $tables = $area120tablesService->tables; * */ class Google_Service_Area120Tables_Resource_Tables extends Google_Service_Resource { /** * Gets a table. Returns NOT_FOUND if the table does not exist. (tables.get) * * @param string $name Required. The name of the table to retrieve. Format: * tables/{table} * @param array $optParams Optional parameters. * @return Google_Service_Area120Tables_Table */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Area120Tables_Table"); } /** * Lists tables for the user. (tables.listTables) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of tables to return. The service * may return fewer than this value. If unspecified, at most 20 tables are * returned. The maximum value is 100; values above 100 are coerced to 100. * @opt_param string pageToken A page token, received from a previous * `ListTables` call. Provide this to retrieve the subsequent page. When * paginating, all other parameters provided to `ListTables` must match the call * that provided the page token. * @return Google_Service_Area120Tables_ListTablesResponse */ public function listTables($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Area120Tables_ListTablesResponse"); } } PK4 Z˻ɃOvendor/google/apiclient-services/src/Google/Service/Area120Tables/Workspace.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Area120Tables_Table[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_Area120Tables_Table[] */ public function getTables() { return $this->tables; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 ZPF,,]vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchUpdateRowsResponse.phpnu[rows = $rows; } /** * @return Google_Service_Area120Tables_Row[] */ public function getRows() { return $this->rows; } } PK4 Z!Svendor/google/apiclient-services/src/Google/Service/Area120Tables/LookupDetails.phpnu[relationshipColumn = $relationshipColumn; } public function getRelationshipColumn() { return $this->relationshipColumn; } public function setRelationshipColumnId($relationshipColumnId) { $this->relationshipColumnId = $relationshipColumnId; } public function getRelationshipColumnId() { return $this->relationshipColumnId; } } PK4 ZߘPPVvendor/google/apiclient-services/src/Google/Service/Area120Tables/UpdateRowRequest.phpnu[row = $row; } /** * @return Google_Service_Area120Tables_Row */ public function getRow() { return $this->row; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK4 Z,,]vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchCreateRowsResponse.phpnu[rows = $rows; } /** * @return Google_Service_Area120Tables_Row[] */ public function getRows() { return $this->rows; } } PK4 ZzffYvendor/google/apiclient-services/src/Google/Service/Area120Tables/RelationshipDetails.phpnu[linkedTable = $linkedTable; } public function getLinkedTable() { return $this->linkedTable; } } PK4 ZJQvendor/google/apiclient-services/src/Google/Service/Area120Tables/LabeledItem.phpnu[id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z.DXvendor/google/apiclient-services/src/Google/Service/Area120Tables/Area120tablesEmpty.phpnu[columns = $columns; } /** * @return Google_Service_Area120Tables_ColumnDescription[] */ public function getColumns() { return $this->columns; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } PK4 Z"-vv\vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchUpdateRowsRequest.phpnu[requests = $requests; } /** * @return Google_Service_Area120Tables_UpdateRowRequest[] */ public function getRequests() { return $this->requests; } } PK4 Z=3I@@\vendor/google/apiclient-services/src/Google/Service/Area120Tables/ListWorkspacesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Area120Tables_Workspace[] */ public function setWorkspaces($workspaces) { $this->workspaces = $workspaces; } /** * @return Google_Service_Area120Tables_Workspace[] */ public function getWorkspaces() { return $this->workspaces; } } PK4 Z  Xvendor/google/apiclient-services/src/Google/Service/Area120Tables/ListTablesResponse.phpnu[nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Area120Tables_Table[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Google_Service_Area120Tables_Table[] */ public function getTables() { return $this->tables; } } PK4 Z11Ivendor/google/apiclient-services/src/Google/Service/Area120Tables/Row.phpnu[createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } } PK4 ZtCb44Vvendor/google/apiclient-services/src/Google/Service/Area120Tables/CreateRowRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Area120Tables_Row */ public function setRow(Google_Service_Area120Tables_Row $row) { $this->row = $row; } /** * @return Google_Service_Area120Tables_Row */ public function getRow() { return $this->row; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } } PK4 Z,uvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Digest.phpnu[hash = $hash; } public function getHash() { return $this->hash; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } } PK4 Z3/p::vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse.phpnu[instances = $instances; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance[] */ public function getInstances() { return $this->instances; } } PK4 Z{udpvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Platform.phpnu[properties = $properties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PlatformProperty[] */ public function getProperties() { return $this->properties; } } PK4 ZǺvvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandStatus.phpnu[code = $code; } public function getCode() { return $this->code; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } } PK4 Z,zvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotResourceUsageStat.phpnu[total = $total; } public function getTotal() { return $this->total; } public function setUsed($used) { $this->used = $used; } public function getUsed() { return $this->used; } } PK4 Zvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata.phpnu[digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function getDigest() { return $this->digest; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK4 Zz55vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaSoleTenancyConfig.phpnu[nodeType = $nodeType; } public function getNodeType() { return $this->nodeType; } public function setNodesZone($nodesZone) { $this->nodesZone = $nodesZone; } public function getNodesZone() { return $this->nodesZone; } } PK4 Zx__uvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputSymlink.phpnu[nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function getNodeProperties() { return $this->nodeProperties; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK4 Z]TTvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.phpnu[workerPools = $workerPools; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool[] */ public function getWorkerPools() { return $this->workerPools; } } PK4 Z| vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.phpnu[accelerator = $accelerator; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig */ public function getAccelerator() { return $this->accelerator; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMaxConcurrentActions($maxConcurrentActions) { $this->maxConcurrentActions = $maxConcurrentActions; } public function getMaxConcurrentActions() { return $this->maxConcurrentActions; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setNetworkAccess($networkAccess) { $this->networkAccess = $networkAccess; } public function getNetworkAccess() { return $this->networkAccess; } public function setReserved($reserved) { $this->reserved = $reserved; } public function getReserved() { return $this->reserved; } public function setSoleTenantNodeType($soleTenantNodeType) { $this->soleTenantNodeType = $soleTenantNodeType; } public function getSoleTenantNodeType() { return $this->soleTenantNodeType; } public function setVmImage($vmImage) { $this->vmImage = $vmImage; } public function getVmImage() { return $this->vmImage; } } PK4 Z?nzz~vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutedActionMetadata.phpnu[auxiliaryMetadata = $auxiliaryMetadata; } public function getAuxiliaryMetadata() { return $this->auxiliaryMetadata; } public function setExecutionCompletedTimestamp($executionCompletedTimestamp) { $this->executionCompletedTimestamp = $executionCompletedTimestamp; } public function getExecutionCompletedTimestamp() { return $this->executionCompletedTimestamp; } public function setExecutionStartTimestamp($executionStartTimestamp) { $this->executionStartTimestamp = $executionStartTimestamp; } public function getExecutionStartTimestamp() { return $this->executionStartTimestamp; } public function setInputFetchCompletedTimestamp($inputFetchCompletedTimestamp) { $this->inputFetchCompletedTimestamp = $inputFetchCompletedTimestamp; } public function getInputFetchCompletedTimestamp() { return $this->inputFetchCompletedTimestamp; } public function setInputFetchStartTimestamp($inputFetchStartTimestamp) { $this->inputFetchStartTimestamp = $inputFetchStartTimestamp; } public function getInputFetchStartTimestamp() { return $this->inputFetchStartTimestamp; } public function setOutputUploadCompletedTimestamp($outputUploadCompletedTimestamp) { $this->outputUploadCompletedTimestamp = $outputUploadCompletedTimestamp; } public function getOutputUploadCompletedTimestamp() { return $this->outputUploadCompletedTimestamp; } public function setOutputUploadStartTimestamp($outputUploadStartTimestamp) { $this->outputUploadStartTimestamp = $outputUploadStartTimestamp; } public function getOutputUploadStartTimestamp() { return $this->outputUploadStartTimestamp; } public function setQueuedTimestamp($queuedTimestamp) { $this->queuedTimestamp = $queuedTimestamp; } public function getQueuedTimestamp() { return $this->queuedTimestamp; } public function setWorker($worker) { $this->worker = $worker; } public function getWorker() { return $this->worker; } public function setWorkerCompletedTimestamp($workerCompletedTimestamp) { $this->workerCompletedTimestamp = $workerCompletedTimestamp; } public function getWorkerCompletedTimestamp() { return $this->workerCompletedTimestamp; } public function setWorkerStartTimestamp($workerStartTimestamp) { $this->workerStartTimestamp = $workerStartTimestamp; } public function getWorkerStartTimestamp() { return $this->workerStartTimestamp; } } PK4 Z=**vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy.phpnu[containerImageSources = $containerImageSources; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getContainerImageSources() { return $this->containerImageSources; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerAddCapabilities(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerAddCapabilities) { $this->dockerAddCapabilities = $dockerAddCapabilities; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerAddCapabilities() { return $this->dockerAddCapabilities; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerChrootPath(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerChrootPath) { $this->dockerChrootPath = $dockerChrootPath; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerChrootPath() { return $this->dockerChrootPath; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerNetwork(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerNetwork) { $this->dockerNetwork = $dockerNetwork; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerNetwork() { return $this->dockerNetwork; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerPrivileged(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerPrivileged) { $this->dockerPrivileged = $dockerPrivileged; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerPrivileged() { return $this->dockerPrivileged; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerRunAsRoot(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerRunAsRoot) { $this->dockerRunAsRoot = $dockerRunAsRoot; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerRunAsRoot() { return $this->dockerRunAsRoot; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerRuntime(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerRuntime) { $this->dockerRuntime = $dockerRuntime; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerRuntime() { return $this->dockerRuntime; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function setDockerSiblingContainers(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature $dockerSiblingContainers) { $this->dockerSiblingContainers = $dockerSiblingContainers; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature */ public function getDockerSiblingContainers() { return $this->dockerSiblingContainers; } public function setLinuxIsolation($linuxIsolation) { $this->linuxIsolation = $linuxIsolation; } public function getLinuxIsolation() { return $this->linuxIsolation; } } PK4 Z_Axvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PlatformProperty.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 ZUv ovendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Command.phpnu[arguments = $arguments; } public function getArguments() { return $this->arguments; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2CommandEnvironmentVariable[] */ public function setEnvironmentVariables($environmentVariables) { $this->environmentVariables = $environmentVariables; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2CommandEnvironmentVariable[] */ public function getEnvironmentVariables() { return $this->environmentVariables; } public function setOutputDirectories($outputDirectories) { $this->outputDirectories = $outputDirectories; } public function getOutputDirectories() { return $this->outputDirectories; } public function setOutputFiles($outputFiles) { $this->outputFiles = $outputFiles; } public function getOutputFiles() { return $this->outputFiles; } public function setOutputNodeProperties($outputNodeProperties) { $this->outputNodeProperties = $outputNodeProperties; } public function getOutputNodeProperties() { return $this->outputNodeProperties; } public function setOutputPaths($outputPaths) { $this->outputPaths = $outputPaths; } public function getOutputPaths() { return $this->outputPaths; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform */ public function setPlatform(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform $platform) { $this->platform = $platform; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform */ public function getPlatform() { return $this->platform; } public function setWorkingDirectory($workingDirectory) { $this->workingDirectory = $workingDirectory; } public function getWorkingDirectory() { return $this->workingDirectory; } } PK4 ZB vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest.phpnu[instance = $instance; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance */ public function getInstance() { return $this->instance; } public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } public function getInstanceId() { return $this->instanceId; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK4 ZQ&&vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest.phpnu[updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool */ public function setWorkerPool(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool $workerPool) { $this->workerPool = $workerPool; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool */ public function getWorkerPool() { return $this->workerPool; } } PK4 ZpEvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 Z;;vvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2NodeProperties.phpnu[mtime = $mtime; } public function getMtime() { return $this->mtime; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperty[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperty[] */ public function getProperties() { return $this->properties; } public function setUnixMode($unixMode) { $this->unixMode = $unixMode; } public function getUnixMode() { return $this->unixMode; } } PK4 Z: yvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.phpnu[casRelease = $casRelease; } public function getCasRelease() { return $this->casRelease; } public function setCmWaitForAssignment($cmWaitForAssignment) { $this->cmWaitForAssignment = $cmWaitForAssignment; } public function getCmWaitForAssignment() { return $this->cmWaitForAssignment; } public function setDockerPrep($dockerPrep) { $this->dockerPrep = $dockerPrep; } public function getDockerPrep() { return $this->dockerPrep; } public function setDockerPrepStartTime($dockerPrepStartTime) { $this->dockerPrepStartTime = $dockerPrepStartTime; } public function getDockerPrepStartTime() { return $this->dockerPrepStartTime; } public function setDownload($download) { $this->download = $download; } public function getDownload() { return $this->download; } public function setDownloadStartTime($downloadStartTime) { $this->downloadStartTime = $downloadStartTime; } public function getDownloadStartTime() { return $this->downloadStartTime; } public function setExecStartTime($execStartTime) { $this->execStartTime = $execStartTime; } public function getExecStartTime() { return $this->execStartTime; } public function setExecution($execution) { $this->execution = $execution; } public function getExecution() { return $this->execution; } public function setIsoPrepDone($isoPrepDone) { $this->isoPrepDone = $isoPrepDone; } public function getIsoPrepDone() { return $this->isoPrepDone; } public function setOverall($overall) { $this->overall = $overall; } public function getOverall() { return $this->overall; } public function setStdout($stdout) { $this->stdout = $stdout; } public function getStdout() { return $this->stdout; } public function setUpload($upload) { $this->upload = $upload; } public function getUpload() { return $this->upload; } public function setUploadStartTime($uploadStartTime) { $this->uploadStartTime = $uploadStartTime; } public function getUploadStartTime() { return $this->uploadStartTime; } } PK4 ZJ 9vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts.phpnu[execution = $execution; } public function getExecution() { return $this->execution; } public function setIdle($idle) { $this->idle = $idle; } public function getIdle() { return $this->idle; } public function setShutdown($shutdown) { $this->shutdown = $shutdown; } public function getShutdown() { return $this->shutdown; } } PK4 Znnnvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 Z=Cxvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2AdminTemp.phpnu[arg = $arg; } public function getArg() { return $this->arg; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } } PK4 ZW  yvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CacheCapabilities.phpnu[actionCacheUpdateCapabilities = $actionCacheUpdateCapabilities; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities */ public function getActionCacheUpdateCapabilities() { return $this->actionCacheUpdateCapabilities; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities */ public function setCachePriorityCapabilities(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities $cachePriorityCapabilities) { $this->cachePriorityCapabilities = $cachePriorityCapabilities; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities */ public function getCachePriorityCapabilities() { return $this->cachePriorityCapabilities; } public function setDigestFunction($digestFunction) { $this->digestFunction = $digestFunction; } public function getDigestFunction() { return $this->digestFunction; } public function setMaxBatchTotalSizeBytes($maxBatchTotalSizeBytes) { $this->maxBatchTotalSizeBytes = $maxBatchTotalSizeBytes; } public function getMaxBatchTotalSizeBytes() { return $this->maxBatchTotalSizeBytes; } public function setSupportedCompressor($supportedCompressor) { $this->supportedCompressor = $supportedCompressor; } public function getSupportedCompressor() { return $this->supportedCompressor; } public function setSymlinkAbsolutePathStrategy($symlinkAbsolutePathStrategy) { $this->symlinkAbsolutePathStrategy = $symlinkAbsolutePathStrategy; } public function getSymlinkAbsolutePathStrategy() { return $this->symlinkAbsolutePathStrategy; } } PK4 Zj{vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2FileMetadata.phpnu[contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $digest) { $this->digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function getDigest() { return $this->digest; } public function setIsExecutable($isExecutable) { $this->isExecutable = $isExecutable; } public function getIsExecutable() { return $this->isExecutable; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK4 Zgޗvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig.phpnu[acceleratorCount = $acceleratorCount; } public function getAcceleratorCount() { return $this->acceleratorCount; } public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } } PK4 Z11~vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponse.phpnu[responses = $responses; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse[] */ public function getResponses() { return $this->responses; } } PK4 Zj>Ziivendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteOperationMetadata.phpnu[actionDigest = $actionDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getActionDigest() { return $this->actionDigest; } public function setStage($stage) { $this->stage = $stage; } public function getStage() { return $this->stage; } public function setStderrStreamName($stderrStreamName) { $this->stderrStreamName = $stderrStreamName; } public function getStderrStreamName() { return $this->stderrStreamName; } public function setStdoutStreamName($stdoutStreamName) { $this->stdoutStreamName = $stdoutStreamName; } public function getStdoutStreamName() { return $this->stdoutStreamName; } } PK4 ZB$kkvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 Z.tvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2NodeProperty.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 Zbvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsRequest.phpnu[blobDigests = $blobDigests; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest[] */ public function getBlobDigests() { return $this->blobDigests; } } PK4 Z_SƖpvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FileNode.phpnu[digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } public function setIsExecutable($isExecutable) { $this->isExecutable = $isExecutable; } public function getIsExecutable() { return $this->isExecutable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function setNodeProperties(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties $nodeProperties) { $this->nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function getNodeProperties() { return $this->nodeProperties; } } PK4 Zs  wvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteResponse.phpnu[cachedResult = $cachedResult; } public function getCachedResult() { return $this->cachedResult; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function setResult(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $result) { $this->result = $result; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function getResult() { return $this->result; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile[] */ public function setServerLogs($serverLogs) { $this->serverLogs = $serverLogs; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile[] */ public function getServerLogs() { return $this->serverLogs; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK4 ZH5 5 vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.phpnu[arguments = $arguments; } public function getArguments() { return $this->arguments; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable[] */ public function setEnvironmentVariables($environmentVariables) { $this->environmentVariables = $environmentVariables; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable[] */ public function getEnvironmentVariables() { return $this->environmentVariables; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest[] */ public function setFiles($files) { $this->files = $files; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest[] */ public function getFiles() { return $this->files; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob[] */ public function setInlineBlobs($inlineBlobs) { $this->inlineBlobs = $inlineBlobs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob[] */ public function getInlineBlobs() { return $this->inlineBlobs; } public function setWorkingDirectory($workingDirectory) { $this->workingDirectory = $workingDirectory; } public function getWorkingDirectory() { return $this->workingDirectory; } } PK4 Zײ vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.phpnu[autoscale = $autoscale; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale */ public function getAutoscale() { return $this->autoscale; } public function setChannel($channel) { $this->channel = $channel; } public function getChannel() { return $this->channel; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig */ public function setWorkerConfig(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig $workerConfig) { $this->workerConfig = $workerConfig; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig */ public function getWorkerConfig() { return $this->workerConfig; } public function setWorkerCount($workerCount) { $this->workerCount = $workerCount; } public function getWorkerCount() { return $this->workerCount; } } PK4 Zvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.phpnu[updateEnabled = $updateEnabled; } public function getUpdateEnabled() { return $this->updateEnabled; } } PK4 ZHJovendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2LogFile.phpnu[digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } public function setHumanReadable($humanReadable) { $this->humanReadable = $humanReadable; } public function getHumanReadable() { return $this->humanReadable; } } PK4 Zp)}vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOutputs.phpnu[exitCode = $exitCode; } public function getExitCode() { return $this->exitCode; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function setOutputs(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $outputs) { $this->outputs = $outputs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function getOutputs() { return $this->outputs; } } PK4 ZƮ: : zvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTask.phpnu[expectedOutputs = $expectedOutputs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs */ public function getExpectedOutputs() { return $this->expectedOutputs; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs */ public function setInputs(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs $inputs) { $this->inputs = $inputs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs */ public function getInputs() { return $this->inputs; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts */ public function setTimeouts(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts $timeouts) { $this->timeouts = $timeouts; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts */ public function getTimeouts() { return $this->timeouts; } } PK4 ZڿBgvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleLongrunningOperation.phpnu[done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setError(Google_Service_RemoteBuildExecution_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } } PK4 Z4#vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } public function setPoolId($poolId) { $this->poolId = $poolId; } public function getPoolId() { return $this->poolId; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool */ public function setWorkerPool(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool $workerPool) { $this->workerPool = $workerPool; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool */ public function getWorkerPool() { return $this->workerPool; } } PK4 Z_svendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Blob.phpnu[contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $digest) { $this->digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function getDigest() { return $this->digest; } } PK4 Zuu?]vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Actions.phpnu[ * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); * $actions = $remotebuildexecutionService->actions; * */ class Google_Service_RemoteBuildExecution_Resource_Actions extends Google_Service_Resource { /** * Execute an action remotely. In order to execute an action, the client must * first upload all of the inputs, the Command to run, and the Action into the * ContentAddressableStorage. It then calls `Execute` with an `action_digest` * referring to them. The server will run the action and eventually return the * result. The input `Action`'s fields MUST meet the various canonicalization * requirements specified in the documentation for their types so that it has * the same digest as other logically equivalent `Action`s. The server MAY * enforce the requirements and return errors if a non-canonical input is * received. It MAY also proceed without verifying some or all of the * requirements, such as for performance reasons. If the server does not verify * the requirement, then it will treat the `Action` as distinct from another * logically equivalent action if they hash differently. Returns a stream of * google.longrunning.Operation messages describing the resulting execution, * with eventual `response` ExecuteResponse. The `metadata` on the operation is * of type ExecuteOperationMetadata. If the client remains connected after the * first response is returned after the server, then updates are streamed as if * the client had called WaitExecution until the execution completes or the * request reaches an error. The operation can also be queried using Operations * API. The server NEED NOT implement other methods or functionality of the * Operations API. Errors discovered during creation of the `Operation` will be * reported as gRPC Status errors, while errors that occurred while running the * action will be reported in the `status` field of the `ExecuteResponse`. The * server MUST NOT set the `error` field of the `Operation` proto. The possible * errors include: * `INVALID_ARGUMENT`: One or more arguments are invalid. * * `FAILED_PRECONDITION`: One or more errors occurred in setting up the action * requested, such as a missing input or command or no worker being available. * The client may be able to fix the errors and retry. * `RESOURCE_EXHAUSTED`: * There is insufficient quota of some resource to run the action. * * `UNAVAILABLE`: Due to a transient condition, such as all workers being * occupied (and the server does not support a queue), the action could not be * started. The client should retry. * `INTERNAL`: An internal error occurred in * the execution engine or the worker. * `DEADLINE_EXCEEDED`: The execution * timed out. * `CANCELLED`: The operation was cancelled by the client. This * status is only possible if the server implements the Operations API * CancelOperation method, and it was called for the current execution. In the * case of a missing input or command, the server SHOULD additionally send a * PreconditionFailure error detail where, for each requested blob not present * in the CAS, there is a `Violation` with a `type` of `MISSING` and a `subject` * of `"blobs/{hash}/{size}"` indicating the digest of the missing blob. The * server does not need to guarantee that a call to this method leads to at most * one execution of the action. The server MAY execute the action multiple * times, potentially in parallel. These redundant executions MAY continue to * run, even if the operation is completed. (actions.execute) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecuteRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RemoteBuildExecution_GoogleLongrunningOperation */ public function execute($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecuteRequest $postBody, $optParams = array()) { $params = array('instanceName' => $instanceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('execute', array($params), "Google_Service_RemoteBuildExecution_GoogleLongrunningOperation"); } } PK4 ZWc`Xvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/V2.phpnu[ * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); * $v2 = $remotebuildexecutionService->v2; * */ class Google_Service_RemoteBuildExecution_Resource_V2 extends Google_Service_Resource { /** * GetCapabilities returns the server capabilities configuration of the remote * endpoint. Only the capabilities of the services supported by the endpoint * will be returned: * Execution + CAS + Action Cache endpoints should return * both CacheCapabilities and ExecutionCapabilities. * Execution only endpoints * should return ExecutionCapabilities. * CAS + Action Cache only endpoints * should return CacheCapabilities. (v2.getCapabilities) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param array $optParams Optional parameters. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ServerCapabilities */ public function getCapabilities($instanceName, $optParams = array()) { $params = array('instanceName' => $instanceName); $params = array_merge($params, $optParams); return $this->call('getCapabilities', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ServerCapabilities"); } } PK4 ZȪ!![vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Blobs.phpnu[ * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); * $blobs = $remotebuildexecutionService->blobs; * */ class Google_Service_RemoteBuildExecution_Resource_Blobs extends Google_Service_Resource { /** * Download many blobs at once. The server may enforce a limit of the combined * total size of blobs to be downloaded using this API. This limit may be * obtained using the Capabilities API. Requests exceeding the limit should * either be split into smaller chunks or downloaded using the ByteStream API, * as appropriate. This request is equivalent to calling a Bytestream `Read` * request on each individual blob, in parallel. The requests may succeed or * fail independently. Errors: * `INVALID_ARGUMENT`: The client attempted to * read more than the server supported limit. Every error on individual read * will be returned in the corresponding digest status. (blobs.batchRead) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsResponse */ public function batchRead($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsRequest $postBody, $optParams = array()) { $params = array('instanceName' => $instanceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchRead', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsResponse"); } /** * Upload many blobs at once. The server may enforce a limit of the combined * total size of blobs to be uploaded using this API. This limit may be obtained * using the Capabilities API. Requests exceeding the limit should either be * split into smaller chunks or uploaded using the ByteStream API, as * appropriate. This request is equivalent to calling a Bytestream `Write` * request on each individual blob, in parallel. The requests may succeed or * fail independently. Errors: * `INVALID_ARGUMENT`: The client attempted to * upload more than the server supported limit. Individual requests may return * the following errors, additionally: * `RESOURCE_EXHAUSTED`: There is * insufficient disk quota to store the blob. * `INVALID_ARGUMENT`: The Digest * does not match the provided data. (blobs.batchUpdate) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse */ public function batchUpdate($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest $postBody, $optParams = array()) { $params = array('instanceName' => $instanceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchUpdate', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse"); } /** * Determine if blobs are present in the CAS. Clients can use this API before * uploading blobs to determine which ones are already present in the CAS and do * not need to be uploaded again. Servers SHOULD increase the lifetimes of the * referenced blobs if necessary and applicable. There are no method-specific * errors. (blobs.findMissing) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsResponse */ public function findMissing($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsRequest $postBody, $optParams = array()) { $params = array('instanceName' => $instanceName, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('findMissing', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsResponse"); } /** * Fetch the entire directory tree rooted at a node. This request must be * targeted at a Directory stored in the ContentAddressableStorage (CAS). The * server will enumerate the `Directory` tree recursively and return every node * descended from the root. The GetTreeRequest.page_token parameter can be used * to skip ahead in the stream (e.g. when retrying a partially completed and * aborted request), by setting it to a value taken from * GetTreeResponse.next_page_token of the last successfully processed * GetTreeResponse). The exact traversal order is unspecified and, unless * retrieving subsequent pages from an earlier request, is not guaranteed to be * stable across multiple invocations of `GetTree`. If part of the tree is * missing from the CAS, the server will return the portion present and omit the * rest. Errors: * `NOT_FOUND`: The requested tree root is not present in the * CAS. (blobs.getTree) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param string $hash The hash. In the case of SHA-256, it will always be a * lowercase hex string exactly 64 characters long. * @param string $sizeBytes The size of the blob, in bytes. * @param array $optParams Optional parameters. * * @opt_param int pageSize A maximum page size to request. If present, the * server will request no more than this many items. Regardless of whether a * page size is specified, the server may place its own limit on the number of * items to be returned and require the client to retrieve more items using a * subsequent request. * @opt_param string pageToken A page token, which must be a value received in a * previous GetTreeResponse. If present, the server will use that token as an * offset, returning only that page and the ones that succeed it. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2GetTreeResponse */ public function getTree($instanceName, $hash, $sizeBytes, $optParams = array()) { $params = array('instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes); $params = array_merge($params, $optParams); return $this->call('getTree', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2GetTreeResponse"); } } PK4 ZEEcvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.phpnu[ * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); * $actionResults = $remotebuildexecutionService->actionResults; * */ class Google_Service_RemoteBuildExecution_Resource_ActionResults extends Google_Service_Resource { /** * Retrieve a cached execution result. Implementations SHOULD ensure that any * blobs referenced from the ContentAddressableStorage are available at the time * of returning the ActionResult and will be for some period of time afterwards. * The lifetimes of the referenced blobs SHOULD be increased if necessary and * applicable. Errors: * `NOT_FOUND`: The requested `ActionResult` is not in the * cache. (actionResults.get) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param string $hash The hash. In the case of SHA-256, it will always be a * lowercase hex string exactly 64 characters long. * @param string $sizeBytes The size of the blob, in bytes. * @param array $optParams Optional parameters. * * @opt_param string inlineOutputFiles A hint to the server to inline the * contents of the listed output files. Each path needs to exactly match one * file path in either `output_paths` or `output_files` (DEPRECATED since v2.1) * in the Command message. * @opt_param bool inlineStderr A hint to the server to request inlining stderr * in the ActionResult message. * @opt_param bool inlineStdout A hint to the server to request inlining stdout * in the ActionResult message. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function get($instanceName, $hash, $sizeBytes, $optParams = array()) { $params = array('instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult"); } /** * Upload a new execution result. In order to allow the server to perform access * control based on the type of action, and to assist with client debugging, the * client MUST first upload the Action that produced the result, along with its * Command, into the `ContentAddressableStorage`. Server implementations MAY * modify the `UpdateActionResultRequest.action_result` and return an equivalent * value. Errors: * `INVALID_ARGUMENT`: One or more arguments are invalid. * * `FAILED_PRECONDITION`: One or more errors occurred in updating the action * result, such as a missing command or action. * `RESOURCE_EXHAUSTED`: There is * insufficient storage space to add the entry to the cache. * (actionResults.update) * * @param string $instanceName The instance of the execution system to operate * against. A server may support multiple instances of the execution system * (with their own workers, storage, caches, etc.). The server MAY require use * of this field to select between them in an implementation-defined fashion, * otherwise it can be omitted. * @param string $hash The hash. In the case of SHA-256, it will always be a * lowercase hex string exactly 64 characters long. * @param string $sizeBytes The size of the blob, in bytes. * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $postBody * @param array $optParams Optional parameters. * * @opt_param int resultsCachePolicy.priority The priority (relative importance) * of this content in the overall cache. Generally, a lower value means a longer * retention time or other advantage, but the interpretation of a given value is * server-dependent. A priority of 0 means a *default* value, decided by the * server. The particular semantics of this field is up to the server. In * particular, every server will have their own supported range of priorities, * and will decide how these map into retention/eviction policy. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function update($instanceName, $hash, $sizeBytes, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $postBody, $optParams = array()) { $params = array('instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult"); } } PK4 Zp<^^`vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Operations.phpnu[ * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); * $operations = $remotebuildexecutionService->operations; * */ class Google_Service_RemoteBuildExecution_Resource_Operations extends Google_Service_Resource { /** * Wait for an execution operation to complete. When the client initially makes * the request, the server immediately responds with the current status of the * execution. The server will leave the request stream open until the operation * completes, and then respond with the completed operation. The server MAY * choose to stream additional updates as execution progresses, such as to * provide an update as to the state of the execution. * (operations.waitExecution) * * @param string $name The name of the Operation returned by Execute. * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RemoteBuildExecution_GoogleLongrunningOperation */ public function waitExecution($name, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('waitExecution', array($params), "Google_Service_RemoteBuildExecution_GoogleLongrunningOperation"); } } PK4 Z3**svendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ToolDetails.phpnu[toolName = $toolName; } public function getToolName() { return $this->toolName; } public function setToolVersion($toolVersion) { $this->toolVersion = $toolVersion; } public function getToolVersion() { return $this->toolVersion; } } PK4 Z#4vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CommandEnvironmentVariable.phpnu[name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } PK4 ZJAA|vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilities.phpnu[priorities = $priorities; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange[] */ public function getPriorities() { return $this->priorities; } } PK4 ZSg5$$vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance.phpnu[featurePolicy = $featurePolicy; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy */ public function getFeaturePolicy() { return $this->featurePolicy; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLoggingEnabled($loggingEnabled) { $this->loggingEnabled = $loggingEnabled; } public function getLoggingEnabled() { return $this->loggingEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } PK4 Z [vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale.phpnu[maxSize = $maxSize; } public function getMaxSize() { return $this->maxSize; } public function setMinSize($minSize) { $this->minSize = $minSize; } public function getMinSize() { return $this->minSize; } } PK4 Z.9 9 qvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Directory.phpnu[directories = $directories; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2DirectoryNode[] */ public function getDirectories() { return $this->directories; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FileNode[] */ public function setFiles($files) { $this->files = $files; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FileNode[] */ public function getFiles() { return $this->files; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function setNodeProperties(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties $nodeProperties) { $this->nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function getNodeProperties() { return $this->nodeProperties; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2SymlinkNode[] */ public function setSymlinks($symlinks) { $this->symlinks = $symlinks; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2SymlinkNode[] */ public function getSymlinks() { return $this->symlinks; } } PK4 ZƄvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.phpnu[digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK4 ZCBUUvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange.phpnu[maxPriority = $maxPriority; } public function getMaxPriority() { return $this->maxPriority; } public function setMinPriority($minPriority) { $this->minPriority = $minPriority; } public function getMinPriority() { return $this->minPriority; } } PK4 Zhywvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2GetTreeResponse.phpnu[directories = $directories; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory[] */ public function getDirectories() { return $this->directories; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } } PK4 Z  ~vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOverhead.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setOverhead($overhead) { $this->overhead = $overhead; } public function getOverhead() { return $this->overhead; } } PK4 Zn(8iivendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 ZIhhtvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionResult.phpnu[executionMetadata = $executionMetadata; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutedActionMetadata */ public function getExecutionMetadata() { return $this->executionMetadata; } public function setExitCode($exitCode) { $this->exitCode = $exitCode; } public function getExitCode() { return $this->exitCode; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputDirectory[] */ public function setOutputDirectories($outputDirectories) { $this->outputDirectories = $outputDirectories; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputDirectory[] */ public function getOutputDirectories() { return $this->outputDirectories; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink[] */ public function setOutputDirectorySymlinks($outputDirectorySymlinks) { $this->outputDirectorySymlinks = $outputDirectorySymlinks; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink[] */ public function getOutputDirectorySymlinks() { return $this->outputDirectorySymlinks; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink[] */ public function setOutputFileSymlinks($outputFileSymlinks) { $this->outputFileSymlinks = $outputFileSymlinks; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink[] */ public function getOutputFileSymlinks() { return $this->outputFileSymlinks; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputFile[] */ public function setOutputFiles($outputFiles) { $this->outputFiles = $outputFiles; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputFile[] */ public function getOutputFiles() { return $this->outputFiles; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink[] */ public function setOutputSymlinks($outputSymlinks) { $this->outputSymlinks = $outputSymlinks; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink[] */ public function getOutputSymlinks() { return $this->outputSymlinks; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setStderrDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $stderrDigest) { $this->stderrDigest = $stderrDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getStderrDigest() { return $this->stderrDigest; } public function setStderrRaw($stderrRaw) { $this->stderrRaw = $stderrRaw; } public function getStderrRaw() { return $this->stderrRaw; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setStdoutDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $stdoutDigest) { $this->stdoutDigest = $stdoutDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getStdoutDigest() { return $this->stdoutDigest; } public function setStdoutRaw($stdoutRaw) { $this->stdoutRaw = $stdoutRaw; } public function getStdoutRaw() { return $this->stdoutRaw; } } PK4 Z3T\\vvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotResourceUsage.phpnu[cpuUsedPercent = $cpuUsedPercent; } public function getCpuUsedPercent() { return $this->cpuUsedPercent; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotResourceUsageStat */ public function setDiskUsage(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotResourceUsageStat $diskUsage) { $this->diskUsage = $diskUsage; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotResourceUsageStat */ public function getDiskUsage() { return $this->diskUsage; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotResourceUsageStat */ public function setMemoryUsage(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotResourceUsageStat $memoryUsage) { $this->memoryUsage = $memoryUsage; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotResourceUsageStat */ public function getMemoryUsage() { return $this->memoryUsage; } } PK4 Z\M6rrzvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ResultsCachePolicy.phpnu[priority = $priority; } public function getPriority() { return $this->priority; } } PK4 ZV}vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionCapabilities.phpnu[digestFunction = $digestFunction; } public function getDigestFunction() { return $this->digestFunction; } public function setExecEnabled($execEnabled) { $this->execEnabled = $execEnabled; } public function getExecEnabled() { return $this->execEnabled; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities */ public function setExecutionPriorityCapabilities(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities $executionPriorityCapabilities) { $this->executionPriorityCapabilities = $executionPriorityCapabilities; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities */ public function getExecutionPriorityCapabilities() { return $this->executionPriorityCapabilities; } public function setSupportedNodeProperties($supportedNodeProperties) { $this->supportedNodeProperties = $supportedNodeProperties; } public function getSupportedNodeProperties() { return $this->supportedNodeProperties; } } PK4 Z{`))vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest.phpnu[requests = $requests; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest[] */ public function getRequests() { return $this->requests; } } PK4 Zrvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest.phpnu[filter = $filter; } public function getFilter() { return $this->filter; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } PK4 Z 99vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.phpnu[responses = $responses; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse[] */ public function getResponses() { return $this->responses; } } PK4 Zřwvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputDirectory.phpnu[path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setTreeDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $treeDigest) { $this->treeDigest = $treeDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getTreeDigest() { return $this->treeDigest; } } PK4 ZR |vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandResult.phpnu[duration = $duration; } public function getDuration() { return $this->duration; } public function setExitCode($exitCode) { $this->exitCode = $exitCode; } public function getExitCode() { return $this->exitCode; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function setOutputs(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $outputs) { $this->outputs = $outputs; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest */ public function getOutputs() { return $this->outputs; } public function setOverhead($overhead) { $this->overhead = $overhead; } public function getOverhead() { return $this->overhead; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK4 ZZxvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Directory.phpnu[directories = $directories; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata[] */ public function getDirectories() { return $this->directories; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2FileMetadata[] */ public function setFiles($files) { $this->files = $files; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2FileMetadata[] */ public function getFiles() { return $this->files; } } PK4 Zyyvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest.phpnu[parent = $parent; } public function getParent() { return $this->parent; } } PK4 Z&mbnvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Digest.phpnu[hash = $hash; } public function getHash() { return $this->hash; } public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } public function getSizeBytes() { return $this->sizeBytes; } } PK4 Za?Vllvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest.phpnu[name = $name; } public function getName() { return $this->name; } } PK4 Z0major = $major; } public function getMajor() { return $this->major; } public function setMinor($minor) { $this->minor = $minor; } public function getMinor() { return $this->minor; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPrerelease($prerelease) { $this->prerelease = $prerelease; } public function getPrerelease() { return $this->prerelease; } } PK4 Z  vvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandEvents.phpnu[cmUsage = $cmUsage; } public function getCmUsage() { return $this->cmUsage; } public function setDockerCacheHit($dockerCacheHit) { $this->dockerCacheHit = $dockerCacheHit; } public function getDockerCacheHit() { return $this->dockerCacheHit; } public function setDockerImageName($dockerImageName) { $this->dockerImageName = $dockerImageName; } public function getDockerImageName() { return $this->dockerImageName; } public function setInputCacheMiss($inputCacheMiss) { $this->inputCacheMiss = $inputCacheMiss; } public function getInputCacheMiss() { return $this->inputCacheMiss; } public function setNumErrors($numErrors) { $this->numErrors = $numErrors; } public function getNumErrors() { return $this->numErrors; } public function setNumWarnings($numWarnings) { $this->numWarnings = $numWarnings; } public function getNumWarnings() { return $this->numWarnings; } public function setOutputLocation($outputLocation) { $this->outputLocation = $outputLocation; } public function getOutputLocation() { return $this->outputLocation; } public function setUsedAsyncContainer($usedAsyncContainer) { $this->usedAsyncContainer = $usedAsyncContainer; } public function getUsedAsyncContainer() { return $this->usedAsyncContainer; } } PK4 ZDHoowvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionPolicy.phpnu[priority = $priority; } public function getPriority() { return $this->priority; } } PK4 Z Æs s nvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Action.phpnu[commandDigest = $commandDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getCommandDigest() { return $this->commandDigest; } public function setDoNotCache($doNotCache) { $this->doNotCache = $doNotCache; } public function getDoNotCache() { return $this->doNotCache; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setInputRootDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $inputRootDigest) { $this->inputRootDigest = $inputRootDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getInputRootDigest() { return $this->inputRootDigest; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform */ public function setPlatform(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform $platform) { $this->platform = $platform; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform */ public function getPlatform() { return $this->platform; } public function setSalt($salt) { $this->salt = $salt; } public function getSalt() { return $this->salt; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } PK4 ZzB+  vvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteRequest.phpnu[actionDigest = $actionDigest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getActionDigest() { return $this->actionDigest; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionPolicy */ public function setExecutionPolicy(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionPolicy $executionPolicy) { $this->executionPolicy = $executionPolicy; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionPolicy */ public function getExecutionPolicy() { return $this->executionPolicy; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ResultsCachePolicy */ public function setResultsCachePolicy(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ResultsCachePolicy $resultsCachePolicy) { $this->resultsCachePolicy = $resultsCachePolicy; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ResultsCachePolicy */ public function getResultsCachePolicy() { return $this->resultsCachePolicy; } public function setSkipCacheLookup($skipCacheLookup) { $this->skipCacheLookup = $skipCacheLookup; } public function getSkipCacheLookup() { return $this->skipCacheLookup; } } PK4 Z6d wvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2RequestMetadata.phpnu[actionId = $actionId; } public function getActionId() { return $this->actionId; } public function setActionMnemonic($actionMnemonic) { $this->actionMnemonic = $actionMnemonic; } public function getActionMnemonic() { return $this->actionMnemonic; } public function setConfigurationId($configurationId) { $this->configurationId = $configurationId; } public function getConfigurationId() { return $this->configurationId; } public function setCorrelatedInvocationsId($correlatedInvocationsId) { $this->correlatedInvocationsId = $correlatedInvocationsId; } public function getCorrelatedInvocationsId() { return $this->correlatedInvocationsId; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails */ public function setToolDetails(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails $toolDetails) { $this->toolDetails = $toolDetails; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails */ public function getToolDetails() { return $this->toolDetails; } public function setToolInvocationId($toolInvocationId) { $this->toolInvocationId = $toolInvocationId; } public function getToolInvocationId() { return $this->toolInvocationId; } } PK4 ZprZlvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Tree.phpnu[children = $children; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory[] */ public function getChildren() { return $this->children; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory */ public function setRoot(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory $root) { $this->root = $root; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory */ public function getRoot() { return $this->root; } } PK4 Z B B rvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputFile.phpnu[contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $digest) { $this->digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } public function setIsExecutable($isExecutable) { $this->isExecutable = $isExecutable; } public function getIsExecutable() { return $this->isExecutable; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function setNodeProperties(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties $nodeProperties) { $this->nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function getNodeProperties() { return $this->nodeProperties; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } PK4 ZCi>>vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.phpnu[data = $data; } public function getData() { return $this->data; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $digest) { $this->digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } /** * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) { $this->status = $status; } /** * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus */ public function getStatus() { return $this->status; } } PK4 Z6O\vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleRpcStatus.phpnu[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; } } PK4 ZAttvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest.phpnu[data = $data; } public function getData() { return $this->data; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function setDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $digest) { $this->digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } } PK4 Z*`Цzvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ServerCapabilities.phpnu[cacheCapabilities = $cacheCapabilities; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2CacheCapabilities */ public function getCacheCapabilities() { return $this->cacheCapabilities; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer */ public function setDeprecatedApiVersion(Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer $deprecatedApiVersion) { $this->deprecatedApiVersion = $deprecatedApiVersion; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer */ public function getDeprecatedApiVersion() { return $this->deprecatedApiVersion; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionCapabilities */ public function setExecutionCapabilities(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionCapabilities $executionCapabilities) { $this->executionCapabilities = $executionCapabilities; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionCapabilities */ public function getExecutionCapabilities() { return $this->executionCapabilities; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer */ public function setHighApiVersion(Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer $highApiVersion) { $this->highApiVersion = $highApiVersion; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer */ public function getHighApiVersion() { return $this->highApiVersion; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer */ public function setLowApiVersion(Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer $lowApiVersion) { $this->lowApiVersion = $lowApiVersion; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer */ public function getLowApiVersion() { return $this->lowApiVersion; } } PK4 ZymW<<vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsResponse.phpnu[missingBlobDigests = $missingBlobDigests; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest[] */ public function getMissingBlobDigests() { return $this->missingBlobDigests; } } PK4 Zf]2}vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsRequest.phpnu[digests = $digests; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest[] */ public function getDigests() { return $this->digests; } } PK4 ZKs]]svendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2SymlinkNode.phpnu[name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function setNodeProperties(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties $nodeProperties) { $this->nodeProperties = $nodeProperties; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2NodeProperties */ public function getNodeProperties() { return $this->nodeProperties; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } } PK4 Z3 mzzvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature.phpnu[allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setPolicy($policy) { $this->policy = $policy; } public function getPolicy() { return $this->policy; } } PK4 Z|!!vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.phpnu[directories = $directories; } public function getDirectories() { return $this->directories; } public function setFiles($files) { $this->files = $files; } public function getFiles() { return $this->files; } public function setStderrDestination($stderrDestination) { $this->stderrDestination = $stderrDestination; } public function getStderrDestination() { return $this->stderrDestination; } public function setStdoutDestination($stdoutDestination) { $this->stdoutDestination = $stdoutDestination; } public function getStdoutDestination() { return $this->stdoutDestination; } } PK4 ZbG8!ccuvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2DirectoryNode.phpnu[digest = $digest; } /** * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest */ public function getDigest() { return $this->digest; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } PK4 Z-nnvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest.phpnu[instance = $instance; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance */ public function getInstance() { return $this->instance; } public function setLoggingEnabled($loggingEnabled) { $this->loggingEnabled = $loggingEnabled; } public function getLoggingEnabled() { return $this->loggingEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } } PK4 Z#s((vendor/google/auth/LICENSEnu[Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. PK4 ZKK[[vendor/google/auth/autoload.phpnu[ 3) { // Maximum class file path depth in this project is 3. $classPath = array_slice($classPath, 0, 3); } $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php'; if (file_exists($filePath)) { require_once $filePath; } } spl_autoload_register('oauth2client_php_autoload'); PK4 Z~ѽ%vendor/google/auth/CODE_OF_CONDUCT.mdnu[# Contributor Code of Conduct As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality. Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery * Personal attacks * Trolling or insulting/derogatory comments * Public or private harassment * Publishing other's private information, such as physical or electronic addresses, without explicit permission * Other unethical or unprofessional conduct. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team. This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/) PK4 Za64vendor/google/auth/README.mdnu[# Google Auth Library for PHP
Homepage
http://www.github.com/google/google-auth-library-php
Reference Docs
https://googleapis.github.io/google-auth-library-php/master/
Authors
Tim Emiola
Stanley Cheung
Brent Shaffer
Copyright
Copyright © 2015 Google, Inc.
License
Apache 2.0
## Description This is Google's officially supported PHP client library for using OAuth 2.0 authorization and authentication with Google APIs. ### Installing via Composer The recommended way to install the google auth library is through [Composer](http://getcomposer.org). ```bash # Install Composer curl -sS https://getcomposer.org/installer | php ``` Next, run the Composer command to install the latest stable version: ```bash composer.phar require google/auth ``` ## Application Default Credentials This library provides an implementation of [application default credentials][application default credentials] for PHP. The Application Default Credentials provide a simple way to get authorization credentials for use in calling Google APIs. They are best suited for cases when the call needs to have the same identity and authorization level for the application independent of the user. This is the recommended approach to authorize calls to Cloud APIs, particularly when you're building an application that uses Google Compute Engine. #### Download your Service Account Credentials JSON file To use `Application Default Credentials`, You first need to download a set of JSON credentials for your project. Go to **APIs & Services** > **Credentials** in the [Google Developers Console][developer console] and select **Service account** from the **Add credentials** dropdown. > This file is your *only copy* of these credentials. It should never be > committed with your source code, and should be stored securely. Once downloaded, store the path to this file in the `GOOGLE_APPLICATION_CREDENTIALS` environment variable. ```php putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/my/credentials.json'); ``` > PHP's `putenv` function is just one way to set an environment variable. > Consider using `.htaccess` or apache configuration files as well. #### Enable the API you want to use Before making your API call, you must be sure the API you're calling has been enabled. Go to **APIs & Auth** > **APIs** in the [Google Developers Console][developer console] and enable the APIs you'd like to call. For the example below, you must enable the `Drive API`. #### Call the APIs As long as you update the environment variable below to point to *your* JSON credentials file, the following code should output a list of your Drive files. ```php use Google\Auth\ApplicationDefaultCredentials; use GuzzleHttp\Client; use GuzzleHttp\HandlerStack; // specify the path to your application credentials putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/my/credentials.json'); // define the scopes for your API call $scopes = ['https://www.googleapis.com/auth/drive.readonly']; // create middleware $middleware = ApplicationDefaultCredentials::getMiddleware($scopes); $stack = HandlerStack::create(); $stack->push($middleware); // create the HTTP client $client = new Client([ 'handler' => $stack, 'base_uri' => 'https://www.googleapis.com', 'auth' => 'google_auth' // authorize all requests ]); // make the request $response = $client->get('drive/v2/files'); // show the result! print_r((string) $response->getBody()); ``` ##### Guzzle 5 Compatibility If you are using [Guzzle 5][Guzzle 5], replace the `create middleware` and `create the HTTP Client` steps with the following: ```php // create the HTTP client $client = new Client([ 'base_url' => 'https://www.googleapis.com', 'auth' => 'google_auth' // authorize all requests ]); // create subscriber $subscriber = ApplicationDefaultCredentials::getSubscriber($scopes); $client->getEmitter()->attach($subscriber); ``` #### Call using an ID Token If your application is running behind Cloud Run, or using Cloud Identity-Aware Proxy (IAP), you will need to fetch an ID token to access your application. For this, use the static method `getIdTokenMiddleware` on `ApplicationDefaultCredentials`. ```php use Google\Auth\ApplicationDefaultCredentials; use GuzzleHttp\Client; use GuzzleHttp\HandlerStack; // specify the path to your application credentials putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/my/credentials.json'); // Provide the ID token audience. This can be a Client ID associated with an IAP application, // Or the URL associated with a CloudRun App // $targetAudience = 'IAP_CLIENT_ID.apps.googleusercontent.com'; // $targetAudience = 'https://service-1234-uc.a.run.app'; $targetAudience = 'YOUR_ID_TOKEN_AUDIENCE'; // create middleware $middleware = ApplicationDefaultCredentials::getIdTokenMiddleware($targetAudience); $stack = HandlerStack::create(); $stack->push($middleware); // create the HTTP client $client = new Client([ 'handler' => $stack, 'auth' => 'google_auth', // Cloud Run, IAP, or custom resource URL 'base_uri' => 'https://YOUR_PROTECTED_RESOURCE', ]); // make the request $response = $client->get('/'); // show the result! print_r((string) $response->getBody()); ``` For invoking Cloud Run services, your service account will need the [`Cloud Run Invoker`](https://cloud.google.com/run/docs/authenticating/service-to-service) IAM permission. For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID used when you set up your protected resource as the target audience. See how to [secure your IAP app with signed headers](https://cloud.google.com/iap/docs/signed-headers-howto). #### Verifying JWTs If you are [using Google ID tokens to authenticate users][google-id-tokens], use the `Google\Auth\AccessToken` class to verify the ID token: ```php use Google\Auth\AccessToken; $auth = new AccessToken(); $auth->verify($idToken); ``` If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens] (IAP), you can verify the ID token coming from the IAP server by pointing to the appropriate certificate URL for IAP. This is because IAP signs the ID tokens with a different key than the Google Identity service: ```php use Google\Auth\AccessToken; $auth = new AccessToken(); $auth->verify($idToken, [ 'certsLocation' => AccessToken::IAP_CERT_URL ]); ``` [google-id-tokens]: https://developers.google.com/identity/sign-in/web/backend-auth [iap-id-tokens]: https://cloud.google.com/iap/docs/signed-headers-howto ## License This library is licensed under Apache 2.0. Full license text is available in [COPYING][copying]. ## Contributing See [CONTRIBUTING][contributing]. ## Support Please [report bugs at the project on Github](https://github.com/google/google-auth-library-php/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-auth-library-php) about the client or APIs on [StackOverflow](http://stackoverflow.com). [google-apis-php-client]: https://github.com/google/google-api-php-client [application default credentials]: https://developers.google.com/accounts/docs/application-default-credentials [contributing]: https://github.com/google/google-auth-library-php/tree/master/.github/CONTRIBUTING.md [copying]: https://github.com/google/google-auth-library-php/tree/master/COPYING [Guzzle]: https://github.com/guzzle/guzzle [Guzzle 5]: http://docs.guzzlephp.org/en/5.3 [developer console]: https://console.developers.google.com PK4 ZEN,N,vendor/google/auth/COPYINGnu[ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2015 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. PK4 Zii vendor/google/auth/composer.jsonnu[{ "name": "google/auth", "type": "library", "description": "Google Auth Library for PHP", "keywords": ["google", "oauth2", "authentication"], "homepage": "http://github.com/google/google-auth-library-php", "license": "Apache-2.0", "support": { "docs": "https://googleapis.github.io/google-auth-library-php/master/" }, "require": { "php": ">=5.4", "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0", "guzzlehttp/psr7": "^1.2", "psr/http-message": "^1.0", "psr/cache": "^1.0" }, "require-dev": { "guzzlehttp/promises": "0.1.1|^1.3", "squizlabs/php_codesniffer": "^3.5", "phpunit/phpunit": "^4.8.36|^5.7", "sebastian/comparator": ">=1.2.3", "phpseclib/phpseclib": "^2", "kelvinmo/simplejwt": "^0.2.5|^0.5.1" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "autoload": { "psr-4": { "Google\\Auth\\": "src" } }, "autoload-dev": { "psr-4": { "Google\\Auth\\Tests\\": "tests" } } } PK4 Zr  vendor/google/auth/CHANGELOG.mdnu[## 1.15.0 (02/05/2021) * [feat]: support for PHP 8.0: updated dependencies and tests (#318, #319) ## 1.14.3 (10/16/2020) * [fix]: add expires_at to GCECredentials (#314) ## 1.14.2 (10/14/2020) * [fix]: Better FetchAuthTokenCache and getLastReceivedToken (#311) ## 1.14.1 (10/05/2020) * [fix]: variable typo (#310) ## 1.14.0 (10/02/2020) * [feat]: Add support for default scopes (#306) ## 1.13.0 (9/18/2020) * [feat]: Add service account identity support to GCECredentials (#304) ## 1.12.0 (8/31/2020) * [feat]: Add QuotaProject option to getMiddleware (#296) * [feat]: Add caching for calls to GCECredentials::onGce (#301) * [feat]: Add updateMetadata function to token cache (#298) * [fix]: Use quota_project_id instead of quota_project (#299) ## 1.11.1 (7/27/2020) * [fix]: catch ConnectException in GCE check (#294) * [docs]: Adds [reference docs](https://googleapis.github.io/google-auth-library-php/master) ## 1.11.0 (7/22/2020) * [feat]: Check cache expiration (#291) * [fix]: OAuth2 cache key when audience is set (#291) ## 1.10.0 (7/8/2020) * [feat]: Add support for Guzzle 7 (#256) * [fix]: Remove SDK warning (#283) * [chore]: Switch to github pages deploy action (#284) ## 1.9.0 (5/14/2020) * [feat] Add quotaProject param for extensible client options support (#277) * [feat] Add signingKeyId param for jwt signing (#270) * [docs] Misc documentation improvements (#268, #278, #273) * [chore] Switch from Travis to Github Actions (#273) ## 1.8.0 (3/26/2020) * [feat] Add option to throw exception in AccessToken::verify(). (#265) * [feat] Add support for x-goog-user-project. (#254) * [feat] Add option to specify issuer in AccessToken::verify(). (#267) * [feat] Add getProjectId to credentials types where project IDs can be determined. (#230) ## 1.7.1 (02/12/2020) * [fix] Invalid character in iap cert cache key (#263) * [fix] Typo in exception for package name (#262) ## 1.7.0 (02/11/2020) * [feat] Add ID token to auth token methods. (#248) * [feat] Add support for ES256 in `AccessToken::verify`. (#255) * [fix] Let namespace match the file structure. (#258) * [fix] Construct RuntimeException. (#257) * [tests] Update tests for PHP 7.4 compatibility. (#253) * [chore] Add a couple more things to `.gitattributes`. (#252) ## 1.6.1 (10/29/2019) * [fix] Handle DST correctly for cache item expirations. (#246) ## 1.6.0 (10/01/2019) * [feat] Add utility for verifying and revoking access tokens. (#243) * [docs] Fix README console terminology. (#242) * [feat] Support custom scopes with GCECredentials. (#239) * [fix] Fix phpseclib existence check. (#237) ## 1.5.2 (07/22/2019) * [fix] Move loadItems call out of `SysVCacheItemPool` constructor. (#229) * [fix] Add `Metadata-Flavor` header to initial GCE metadata call. (#232) ## 1.5.1 (04/16/2019) * [fix] Moved `getClientName()` from `Google\Auth\FetchAuthTokenInterface` to `Google\Auth\SignBlobInterface`, and removed `getClientName()` from `InsecureCredentials` and `UserRefreshCredentials`. (#223) ## 1.5.0 (04/15/2019) ### Changes * Add support for signing strings with a Credentials instance. (#221) * [Docs] Describe the arrays returned by fetchAuthToken. (#216) * [Testing] Fix failing tests (#217) * Update GitHub issue templates (#214, #213) ## 1.4.0 (09/17/2018) ### Changes * Add support for insecure credentials (#208) ## 1.3.3 (08/27/2018) ### Changes * Add retry and increase timeout for GCE credentials (#195) * [Docs] Fix spelling (#204) * Update token url (#206) ## 1.3.2 (07/23/2018) ### Changes * Only emits a warning for gcloud credentials (#202) ## 1.3.1 (07/19/2018) ### Changes * Added a warning for 3 legged OAuth credentials (#199) * [Code cleanup] Removed useless else after return (#193) ## 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 * 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 PK4 ZÚf@3vendor/google/auth/src/GetQuotaProjectInterface.phpnu[options = $options + [ 'variableKey' => self::VAR_KEY, 'proj' => self::DEFAULT_PROJ, 'memsize' => self::DEFAULT_MEMSIZE, 'perm' => self::DEFAULT_PERM ]; $this->items = []; $this->deferredItems = []; $this->sysvKey = ftok(__FILE__, $this->options['proj']); } public function getItem($key) { $this->loadItems(); return current($this->getItems([$key])); } /** * {@inheritdoc} */ public function getItems(array $keys = []) { $this->loadItems(); $items = []; foreach ($keys as $key) { $items[$key] = $this->hasItem($key) ? clone $this->items[$key] : new Item($key); } return $items; } /** * {@inheritdoc} */ public function hasItem($key) { $this->loadItems(); return isset($this->items[$key]) && $this->items[$key]->isHit(); } /** * {@inheritdoc} */ public function clear() { $this->items = []; $this->deferredItems = []; return $this->saveCurrentItems(); } /** * {@inheritdoc} */ public function deleteItem($key) { return $this->deleteItems([$key]); } /** * {@inheritdoc} */ public function deleteItems(array $keys) { if (!$this->hasLoadedItems) { $this->loadItems(); } foreach ($keys as $key) { unset($this->items[$key]); } return $this->saveCurrentItems(); } /** * {@inheritdoc} */ public function save(CacheItemInterface $item) { if (!$this->hasLoadedItems) { $this->loadItems(); } $this->items[$item->getKey()] = $item; return $this->saveCurrentItems(); } /** * {@inheritdoc} */ public function saveDeferred(CacheItemInterface $item) { $this->deferredItems[$item->getKey()] = $item; return true; } /** * {@inheritdoc} */ public function commit() { foreach ($this->deferredItems as $item) { if ($this->save($item) === false) { return false; } } $this->deferredItems = []; return true; } /** * Save the current items. * * @return bool true when success, false upon failure */ private function saveCurrentItems() { $shmid = shm_attach( $this->sysvKey, $this->options['memsize'], $this->options['perm'] ); if ($shmid !== false) { $ret = shm_put_var( $shmid, $this->options['variableKey'], $this->items ); shm_detach($shmid); return $ret; } return false; } /** * Load the items from the shared memory. * * @return bool true when success, false upon failure */ private function loadItems() { $shmid = shm_attach( $this->sysvKey, $this->options['memsize'], $this->options['perm'] ); if ($shmid !== false) { $data = @shm_get_var($shmid, $this->options['variableKey']); if (!empty($data)) { $this->items = $data; } else { $this->items = []; } shm_detach($shmid); $this->hasLoadedItems = true; return true; } return false; } } PK4 ZMC%vendor/google/auth/src/Cache/Item.phpnu[key = $key; } /** * {@inheritdoc} */ public function getKey() { return $this->key; } /** * {@inheritdoc} */ public function get() { return $this->isHit() ? $this->value : null; } /** * {@inheritdoc} */ public function isHit() { if (!$this->isHit) { return false; } if ($this->expiration === null) { return true; } return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp(); } /** * {@inheritdoc} */ public function set($value) { $this->isHit = true; $this->value = $value; return $this; } /** * {@inheritdoc} */ public function expiresAt($expiration) { if ($this->isValidExpiration($expiration)) { $this->expiration = $expiration; return $this; } $implementationMessage = interface_exists('DateTimeInterface') ? 'implement interface DateTimeInterface' : 'be an instance of DateTime'; $error = sprintf( 'Argument 1 passed to %s::expiresAt() must %s, %s given', get_class($this), $implementationMessage, gettype($expiration) ); $this->handleError($error); } /** * {@inheritdoc} */ public function expiresAfter($time) { if (is_int($time)) { $this->expiration = $this->currentTime()->add(new \DateInterval("PT{$time}S")); } elseif ($time instanceof \DateInterval) { $this->expiration = $this->currentTime()->add($time); } elseif ($time === null) { $this->expiration = $time; } 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($time)); $this->handleError($error); } return $this; } /** * Handles an error. * * @param string $error * @throws \TypeError */ private function handleError($error) { if (class_exists('TypeError')) { throw new \TypeError($error); } trigger_error($error, E_USER_ERROR); } /** * Determines if an expiration is valid based on the rules defined by PSR6. * * @param mixed $expiration * @return bool */ private function isValidExpiration($expiration) { if ($expiration === null) { return true; } // We test for two types here due to the fact the DateTimeInterface // was not introduced until PHP 5.5. Checking for the DateTime type as // well allows us to support 5.4. if ($expiration instanceof \DateTimeInterface) { return true; } if ($expiration instanceof \DateTime) { return true; } return false; } protected function currentTime() { return new \DateTime('now', new \DateTimeZone('UTC')); } } PK4 Z/g g 4vendor/google/auth/src/Cache/MemoryCacheItemPool.phpnu[getItems([$key])); } /** * {@inheritdoc} */ public function getItems(array $keys = []) { $items = []; foreach ($keys as $key) { $items[$key] = $this->hasItem($key) ? clone $this->items[$key] : new Item($key); } return $items; } /** * {@inheritdoc} */ public function hasItem($key) { $this->isValidKey($key); return isset($this->items[$key]) && $this->items[$key]->isHit(); } /** * {@inheritdoc} */ public function clear() { $this->items = []; $this->deferredItems = []; return true; } /** * {@inheritdoc} */ public function deleteItem($key) { return $this->deleteItems([$key]); } /** * {@inheritdoc} */ public function deleteItems(array $keys) { array_walk($keys, [$this, 'isValidKey']); foreach ($keys as $key) { unset($this->items[$key]); } return true; } /** * {@inheritdoc} */ public function save(CacheItemInterface $item) { $this->items[$item->getKey()] = $item; return true; } /** * {@inheritdoc} */ public function saveDeferred(CacheItemInterface $item) { $this->deferredItems[$item->getKey()] = $item; return true; } /** * {@inheritdoc} */ public function commit() { foreach ($this->deferredItems as $item) { $this->save($item); } $this->deferredItems = []; return true; } /** * Determines if the provided key is valid. * * @param string $key * @return bool * @throws InvalidArgumentException */ private function isValidKey($key) { $invalidCharacters = '{}()/\\\\@:'; if (!is_string($key) || preg_match("#[$invalidCharacters]#", $key)) { throw new InvalidArgumentException('The provided key is not valid: ' . var_export($key, true)); } return true; } } PK4 Z1L2vendor/google/auth/src/UpdateMetadataInterface.phpnu[cache)) { return; } $key = $this->getFullCacheKey($k); if (is_null($key)) { return; } $cacheItem = $this->cache->getItem($key); if ($cacheItem->isHit()) { return $cacheItem->get(); } } /** * Saves the value in the cache when that is available. */ private function setCachedValue($k, $v) { if (is_null($this->cache)) { return; } $key = $this->getFullCacheKey($k); if (is_null($key)) { return; } $cacheItem = $this->cache->getItem($key); $cacheItem->set($v); $cacheItem->expiresAfter($this->cacheConfig['lifetime']); return $this->cache->save($cacheItem); } private function getFullCacheKey($key) { if (is_null($key)) { return; } $key = $this->cacheConfig['prefix'] . $key; // ensure we do not have illegal characters $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; } } PK4 Zn444vendor/google/auth/src/ServiceAccountSignerTrait.phpnu[auth->getSigningKey(); $signedString = ''; if (class_exists('\\phpseclib\\Crypt\\RSA') && !$forceOpenssl) { $rsa = new RSA; $rsa->loadKey($privateKey); $rsa->setSignatureMode(RSA::SIGNATURE_PKCS1); $rsa->setHash('sha256'); $signedString = $rsa->sign($stringToSign); } elseif (extension_loaded('openssl')) { openssl_sign($stringToSign, $signedString, $privateKey, 'sha256WithRSAEncryption'); } else { // @codeCoverageIgnoreStart throw new \RuntimeException('OpenSSL is not installed.'); } // @codeCoverageIgnoreEnd return base64_encode($signedString); } } PK4 Zjd #vendor/google/auth/src/GCECache.phpnu[cache = $cache; $this->cacheConfig = array_merge([ 'lifetime' => 1500, 'prefix' => '', ], (array) $cacheConfig); } /** * Caches the result of onGce so the metadata server is not called multiple * times. * * @param callable $httpHandler callback which delivers psr7 request * @return bool True if this a GCEInstance, false otherwise */ public function onGce(callable $httpHandler = null) { if (is_null($this->cache)) { return GCECredentials::onGce($httpHandler); } $cacheKey = self::GCE_CACHE_KEY; $onGce = $this->getCachedValue($cacheKey); if (is_null($onGce)) { $onGce = GCECredentials::onGce($httpHandler); $this->setCachedValue($cacheKey, $onGce); } return $onGce; } } PK4 Zy 5)),vendor/google/auth/src/CredentialsLoader.phpnu[setDefaultOption('auth', 'google_auth'); $subscriber = new Subscriber\AuthTokenSubscriber( $fetcher, $httpHandler, $tokenCallback ); $client->getEmitter()->attach($subscriber); return $client; } $middleware = new Middleware\AuthTokenMiddleware( $fetcher, $httpHandler, $tokenCallback ); $stack = \GuzzleHttp\HandlerStack::create(); $stack->push($middleware); return new \GuzzleHttp\Client([ 'handler' => $stack, 'auth' => 'google_auth', ] + $httpClientOptions); } /** * Create a new instance of InsecureCredentials. * * @return InsecureCredentials */ public static function makeInsecureCredentials() { return new InsecureCredentials(); } /** * export a callback function which updates runtime metadata. * * @return array updateMetadata function * @deprecated */ public function getUpdateMetadataFunc() { return array($this, 'updateMetadata'); } /** * Updates metadata with the authorization token. * * @param array $metadata metadata hashmap * @param string $authUri optional auth uri * @param callable $httpHandler callback which delivers psr7 request * @return array updated metadata hashmap */ public function updateMetadata( $metadata, $authUri = null, callable $httpHandler = null ) { if (isset($metadata[self::AUTH_METADATA_KEY])) { // Auth metadata has already been set return $metadata; } $result = $this->fetchAuthToken($httpHandler); if (!isset($result['access_token'])) { return $metadata; } $metadata_copy = $metadata; $metadata_copy[self::AUTH_METADATA_KEY] = array('Bearer ' . $result['access_token']); return $metadata_copy; } } PK4 Z^JDD&vendor/google/auth/src/AccessToken.phpnu[httpHandler = $httpHandler ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); $this->cache = $cache ?: new MemoryCacheItemPool(); } /** * Verifies an id token and returns the authenticated apiLoginTicket. * Throws an exception if the id token is not valid. * The audience parameter can be used to control which id tokens are * accepted. By default, the id token must have been issued to this OAuth2 client. * * @param string $token The JSON Web Token to be verified. * @param array $options [optional] Configuration options. * @param string $options.audience The indended recipient of the token. * @param string $options.issuer The intended issuer of the token. * @param string $options.cacheKey The cache key of the cached certs. Defaults to * the sha1 of $certsLocation if provided, otherwise is set to * "federated_signon_certs_v3". * @param string $options.certsLocation The location (remote or local) from which * to retrieve certificates, if not cached. This value should only be * provided in limited circumstances in which you are sure of the * behavior. * @param bool $options.throwException Whether the function should throw an * exception if the verification fails. This is useful for * determining the reason verification failed. * @return array|bool the token payload, if successful, or false if not. * @throws InvalidArgumentException If certs could not be retrieved from a local file. * @throws InvalidArgumentException If received certs are in an invalid format. * @throws InvalidArgumentException If the cert alg is not supported. * @throws RuntimeException If certs could not be retrieved from a remote location. * @throws UnexpectedValueException If the token issuer does not match. * @throws UnexpectedValueException If the token audience does not match. */ public function verify($token, array $options = []) { $audience = isset($options['audience']) ? $options['audience'] : null; $issuer = isset($options['issuer']) ? $options['issuer'] : null; $certsLocation = isset($options['certsLocation']) ? $options['certsLocation'] : self::FEDERATED_SIGNON_CERT_URL; $cacheKey = isset($options['cacheKey']) ? $options['cacheKey'] : $this->getCacheKeyFromCertLocation($certsLocation); $throwException = isset($options['throwException']) ? $options['throwException'] : false; // for backwards compatibility // Check signature against each available cert. $certs = $this->getCerts($certsLocation, $cacheKey, $options); $alg = $this->determineAlg($certs); if (!in_array($alg, ['RS256', 'ES256'])) { throw new InvalidArgumentException( 'unrecognized "alg" in certs, expected ES256 or RS256' ); } try { if ($alg == 'RS256') { return $this->verifyRs256($token, $certs, $audience, $issuer); } return $this->verifyEs256($token, $certs, $audience, $issuer); } catch (ExpiredException $e) { // firebase/php-jwt 3+ } catch (\ExpiredException $e) { // firebase/php-jwt 2 } catch (SignatureInvalidException $e) { // firebase/php-jwt 3+ } catch (\SignatureInvalidException $e) { // firebase/php-jwt 2 } catch (InvalidTokenException $e) { // simplejwt } catch (DomainException $e) { } catch (InvalidArgumentException $e) { } catch (UnexpectedValueException $e) { } if ($throwException) { throw $e; } return false; } /** * Identifies the expected algorithm to verify by looking at the "alg" key * of the provided certs. * * @param array $certs Certificate array according to the JWK spec (see * https://tools.ietf.org/html/rfc7517). * @return string The expected algorithm, such as "ES256" or "RS256". */ private function determineAlg(array $certs) { $alg = null; foreach ($certs as $cert) { if (empty($cert['alg'])) { throw new InvalidArgumentException( 'certs expects "alg" to be set' ); } $alg = $alg ?: $cert['alg']; if ($alg != $cert['alg']) { throw new InvalidArgumentException( 'More than one alg detected in certs' ); } } return $alg; } /** * Verifies an ES256-signed JWT. * * @param string $token The JSON Web Token to be verified. * @param array $certs Certificate array according to the JWK spec (see * https://tools.ietf.org/html/rfc7517). * @param string|null $audience If set, returns false if the provided * audience does not match the "aud" claim on the JWT. * @param string|null $issuer If set, returns false if the provided * issuer does not match the "iss" claim on the JWT. * @return array|bool the token payload, if successful, or false if not. */ private function verifyEs256($token, array $certs, $audience = null, $issuer = null) { $this->checkSimpleJwt(); $jwkset = new KeySet(); foreach ($certs as $cert) { $jwkset->add(KeyFactory::create($cert, 'php')); } // Validate the signature using the key set and ES256 algorithm. $jwt = $this->callSimpleJwtDecode([$token, $jwkset, 'ES256']); $payload = $jwt->getClaims(); if (isset($payload['aud'])) { if ($audience && $payload['aud'] != $audience) { throw new UnexpectedValueException('Audience does not match'); } } // @see https://cloud.google.com/iap/docs/signed-headers-howto#verifying_the_jwt_payload $issuer = $issuer ?: self::IAP_ISSUER; if (!isset($payload['iss']) || $payload['iss'] !== $issuer) { throw new UnexpectedValueException('Issuer does not match'); } return $payload; } /** * Verifies an RS256-signed JWT. * * @param string $token The JSON Web Token to be verified. * @param array $certs Certificate array according to the JWK spec (see * https://tools.ietf.org/html/rfc7517). * @param string|null $audience If set, returns false if the provided * audience does not match the "aud" claim on the JWT. * @param string|null $issuer If set, returns false if the provided * issuer does not match the "iss" claim on the JWT. * @return array|bool the token payload, if successful, or false if not. */ private function verifyRs256($token, array $certs, $audience = null, $issuer = null) { $this->checkAndInitializePhpsec(); $keys = []; foreach ($certs as $cert) { if (empty($cert['kid'])) { throw new InvalidArgumentException( 'certs expects "kid" to be set' ); } if (empty($cert['n']) || empty($cert['e'])) { throw new InvalidArgumentException( 'RSA certs expects "n" and "e" to be set' ); } $rsa = new RSA(); $rsa->loadKey([ 'n' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [ $cert['n'], ]), 256), 'e' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [ $cert['e'] ]), 256), ]); // create an array of key IDs to certs for the JWT library $keys[$cert['kid']] = $rsa->getPublicKey(); } $payload = $this->callJwtStatic('decode', [ $token, $keys, ['RS256'] ]); if (property_exists($payload, 'aud')) { if ($audience && $payload->aud != $audience) { throw new UnexpectedValueException('Audience does not match'); } } // support HTTP and HTTPS issuers // @see https://developers.google.com/identity/sign-in/web/backend-auth $issuers = $issuer ? [$issuer] : [self::OAUTH2_ISSUER, self::OAUTH2_ISSUER_HTTPS]; if (!isset($payload->iss) || !in_array($payload->iss, $issuers)) { throw new UnexpectedValueException('Issuer does not match'); } return (array) $payload; } /** * Revoke an OAuth2 access token or refresh token. This method will revoke the current access * token, if a token isn't provided. * * @param string|array $token The token (access token or a refresh token) that should be revoked. * @param array $options [optional] Configuration options. * @return bool Returns True if the revocation was successful, otherwise False. */ public function revoke($token, array $options = []) { if (is_array($token)) { if (isset($token['refresh_token'])) { $token = $token['refresh_token']; } else { $token = $token['access_token']; } } $body = Psr7\stream_for(http_build_query(['token' => $token])); $request = new Request('POST', self::OAUTH2_REVOKE_URI, [ 'Cache-Control' => 'no-store', 'Content-Type' => 'application/x-www-form-urlencoded', ], $body); $httpHandler = $this->httpHandler; $response = $httpHandler($request, $options); return $response->getStatusCode() == 200; } /** * Gets federated sign-on certificates to use for verifying identity tokens. * Returns certs as array structure, where keys are key ids, and values * are PEM encoded certificates. * * @param string $location The location from which to retrieve certs. * @param string $cacheKey The key under which to cache the retrieved certs. * @param array $options [optional] Configuration options. * @return array * @throws InvalidArgumentException If received certs are in an invalid format. */ private function getCerts($location, $cacheKey, array $options = []) { $cacheItem = $this->cache->getItem($cacheKey); $certs = $cacheItem ? $cacheItem->get() : null; $gotNewCerts = false; if (!$certs) { $certs = $this->retrieveCertsFromLocation($location, $options); $gotNewCerts = true; } if (!isset($certs['keys'])) { if ($location !== self::IAP_CERT_URL) { throw new InvalidArgumentException( 'federated sign-on certs expects "keys" to be set' ); } throw new InvalidArgumentException( 'certs expects "keys" to be set' ); } // Push caching off until after verifying certs are in a valid format. // Don't want to cache bad data. if ($gotNewCerts) { $cacheItem->expiresAt(new DateTime('+1 hour')); $cacheItem->set($certs); $this->cache->save($cacheItem); } return $certs['keys']; } /** * Retrieve and cache a certificates file. * * @param $url string location * @param array $options [optional] Configuration options. * @return array certificates * @throws InvalidArgumentException If certs could not be retrieved from a local file. * @throws RuntimeException If certs could not be retrieved from a remote location. */ private function retrieveCertsFromLocation($url, array $options = []) { // If we're retrieving a local file, just grab it. if (strpos($url, 'http') !== 0) { if (!file_exists($url)) { throw new InvalidArgumentException(sprintf( 'Failed to retrieve verification certificates from path: %s.', $url )); } return json_decode(file_get_contents($url), true); } $httpHandler = $this->httpHandler; $response = $httpHandler(new Request('GET', $url), $options); if ($response->getStatusCode() == 200) { return json_decode((string) $response->getBody(), true); } throw new RuntimeException(sprintf( 'Failed to retrieve verification certificates: "%s".', $response->getBody()->getContents() ), $response->getStatusCode()); } private function checkAndInitializePhpsec() { // @codeCoverageIgnoreStart if (!class_exists('phpseclib\Crypt\RSA')) { throw new RuntimeException('Please require phpseclib/phpseclib v2 to use this utility.'); } // @codeCoverageIgnoreEnd $this->setPhpsecConstants(); } private function checkSimpleJwt() { // @codeCoverageIgnoreStart if (!class_exists('SimpleJWT\JWT')) { throw new RuntimeException('Please require kelvinmo/simplejwt ^0.2 to use this utility.'); } // @codeCoverageIgnoreEnd } /** * phpseclib calls "phpinfo" by default, which requires special * whitelisting in the AppEngine VM environment. This function * sets constants to bypass the need for phpseclib to check phpinfo * * @see phpseclib/Math/BigInteger * @see https://github.com/GoogleCloudPlatform/getting-started-php/issues/85 * @codeCoverageIgnore */ private function setPhpsecConstants() { if (filter_var(getenv('GAE_VM'), FILTER_VALIDATE_BOOLEAN)) { if (!defined('MATH_BIGINTEGER_OPENSSL_ENABLED')) { define('MATH_BIGINTEGER_OPENSSL_ENABLED', true); } if (!defined('CRYPT_RSA_MODE')) { define('CRYPT_RSA_MODE', RSA::MODE_OPENSSL); } } } /** * Provide a hook to mock calls to the JWT static methods. * * @param string $method * @param array $args * @return mixed */ protected function callJwtStatic($method, array $args = []) { $class = class_exists('Firebase\JWT\JWT') ? 'Firebase\JWT\JWT' : 'JWT'; return call_user_func_array([$class, $method], $args); } /** * Provide a hook to mock calls to the JWT static methods. * * @param array $args * @return mixed */ protected function callSimpleJwtDecode(array $args = []) { return call_user_func_array(['SimpleJWT\JWT', 'decode'], $args); } /** * Generate a cache key based on the cert location using sha1 with the * exception of using "federated_signon_certs_v3" to preserve BC. * * @param string $certsLocation * @return string */ private function getCacheKeyFromCertLocation($certsLocation) { $key = $certsLocation === self::FEDERATED_SIGNON_CERT_URL ? 'federated_signon_certs_v3' : sha1($certsLocation); return 'google_auth_certs_cache|' . $key; } } PK4 ZFqW  Avendor/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.phpnu[' */ class ScopedAccessTokenSubscriber implements SubscriberInterface { use CacheTrait; const DEFAULT_CACHE_LIFETIME = 1500; /** * @var CacheItemPoolInterface */ private $cache; /** * @var callable The access token generator function */ private $tokenFunc; /** * @var array|string The scopes used to generate the token */ private $scopes; /** * @var array */ private $cacheConfig; /** * Creates a new ScopedAccessTokenSubscriber. * * @param callable $tokenFunc a token generator function * @param array|string $scopes the token authentication scopes * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache an implementation of CacheItemPoolInterface */ public function __construct( callable $tokenFunc, $scopes, array $cacheConfig = null, CacheItemPoolInterface $cache = null ) { $this->tokenFunc = $tokenFunc; if (!(is_string($scopes) || is_array($scopes))) { throw new \InvalidArgumentException( 'wants scope should be string or array' ); } $this->scopes = $scopes; if (!is_null($cache)) { $this->cache = $cache; $this->cacheConfig = array_merge([ 'lifetime' => self::DEFAULT_CACHE_LIFETIME, 'prefix' => '', ], $cacheConfig); } } /** * @return array */ public function getEvents() { return ['before' => ['onBefore', RequestEvents::SIGN_REQUEST]]; } /** * Updates the request with an Authorization header when auth is 'scoped'. * * E.g this could be used to authenticate using the AppEngine AppIdentityService. * * Example: * ``` * use google\appengine\api\app_identity\AppIdentityService; * use Google\Auth\Subscriber\ScopedAccessTokenSubscriber; * use GuzzleHttp\Client; * * $scope = 'https://www.googleapis.com/auth/taskqueue' * $subscriber = new ScopedAccessToken( * 'AppIdentityService::getAccessToken', * $scope, * ['prefix' => 'Google\Auth\ScopedAccessToken::'], * $cache = new Memcache() * ); * * $client = new Client([ * 'base_url' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'defaults' => ['auth' => 'scoped'] * ]); * $client->getEmitter()->attach($subscriber); * * $res = $client->get('myproject/taskqueues/myqueue'); * ``` * * @param BeforeEvent $event */ public function onBefore(BeforeEvent $event) { // Requests using "auth"="scoped" will be authorized. $request = $event->getRequest(); if ($request->getConfig()['auth'] != 'scoped') { return; } $auth_header = 'Bearer ' . $this->fetchToken(); $request->setHeader('authorization', $auth_header); } /** * @return string */ private function getCacheKey() { $key = null; if (is_string($this->scopes)) { $key .= $this->scopes; } elseif (is_array($this->scopes)) { $key .= implode(':', $this->scopes); } return $key; } /** * Determine if token is available in the cache, if not call tokenFunc to * fetch it. * * @return string */ private function fetchToken() { $cacheKey = $this->getCacheKey(); $cached = $this->getCachedValue($cacheKey); if (!empty($cached)) { return $cached; } $token = call_user_func($this->tokenFunc, $this->scopes); $this->setCachedValue($cacheKey, $token); return $token; } } PK4 ZP? ? 6vendor/google/auth/src/Subscriber/SimpleSubscriber.phpnu[config = array_merge([], $config); } /** * @return array */ public function getEvents() { return ['before' => ['onBefore', RequestEvents::SIGN_REQUEST]]; } /** * Updates the request query with the developer key if auth is set to simple. * * Example: * ``` * use Google\Auth\Subscriber\SimpleSubscriber; * use GuzzleHttp\Client; * * $my_key = 'is not the same as yours'; * $subscriber = new SimpleSubscriber(['key' => $my_key]); * * $client = new Client([ * 'base_url' => 'https://www.googleapis.com/discovery/v1/', * 'defaults' => ['auth' => 'simple'] * ]); * $client->getEmitter()->attach($subscriber); * * $res = $client->get('drive/v2/rest'); * ``` * * @param BeforeEvent $event */ public function onBefore(BeforeEvent $event) { // Requests using "auth"="simple" with the developer key. $request = $event->getRequest(); if ($request->getConfig()['auth'] != 'simple') { return; } $request->getQuery()->overwriteWith($this->config); } } PK4 Zo]]9vendor/google/auth/src/Subscriber/AuthTokenSubscriber.phpnu[' */ class AuthTokenSubscriber implements SubscriberInterface { /** * @var callable */ private $httpHandler; /** * @var FetchAuthTokenInterface */ private $fetcher; /** * @var callable */ private $tokenCallback; /** * Creates a new AuthTokenSubscriber. * * @param FetchAuthTokenInterface $fetcher is used to fetch the auth token * @param callable $httpHandler (optional) http client to fetch the token. * @param callable $tokenCallback (optional) function to be called when a new token is fetched. */ public function __construct( FetchAuthTokenInterface $fetcher, callable $httpHandler = null, callable $tokenCallback = null ) { $this->fetcher = $fetcher; $this->httpHandler = $httpHandler; $this->tokenCallback = $tokenCallback; } /** * @return array */ public function getEvents() { return ['before' => ['onBefore', RequestEvents::SIGN_REQUEST]]; } /** * Updates the request with an Authorization header when auth is 'fetched_auth_token'. * * Example: * ``` * use GuzzleHttp\Client; * use Google\Auth\OAuth2; * use Google\Auth\Subscriber\AuthTokenSubscriber; * * $config = [...]; * $oauth2 = new OAuth2($config) * $subscriber = new AuthTokenSubscriber($oauth2); * * $client = new Client([ * 'base_url' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'defaults' => ['auth' => 'google_auth'] * ]); * $client->getEmitter()->attach($subscriber); * * $res = $client->get('myproject/taskqueues/myqueue'); * ``` * * @param BeforeEvent $event */ public function onBefore(BeforeEvent $event) { // Requests using "auth"="google_auth" will be authorized. $request = $event->getRequest(); if ($request->getConfig()['auth'] != 'google_auth') { return; } // Fetch the auth token. $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler); if (array_key_exists('access_token', $auth_tokens)) { $request->setHeader('authorization', 'Bearer ' . $auth_tokens['access_token']); // notify the callback if applicable if ($this->tokenCallback) { call_user_func($this->tokenCallback, $this->fetcher->getCacheKey(), $auth_tokens['access_token']); } } if ($quotaProject = $this->getQuotaProject()) { $request->setHeader( GetQuotaProjectInterface::X_GOOG_USER_PROJECT_HEADER, $quotaProject ); } } private function getQuotaProject() { if ($this->fetcher instanceof GetQuotaProjectInterface) { return $this->fetcher->getQuotaProject(); } } } PK4 Z]Mĸ.vendor/google/auth/src/FetchAuthTokenCache.phpnu[fetcher = $fetcher; $this->cache = $cache; $this->cacheConfig = array_merge([ 'lifetime' => 1500, 'prefix' => '', ], (array) $cacheConfig); } /** * Implements FetchAuthTokenInterface#fetchAuthToken. * * Checks the cache for a valid auth token and fetches the auth tokens * from the supplied fetcher. * * @param callable $httpHandler callback which delivers psr7 request * @return array the response * @throws \Exception */ public function fetchAuthToken(callable $httpHandler = null) { if ($cached = $this->fetchAuthTokenFromCache()) { return $cached; } $auth_token = $this->fetcher->fetchAuthToken($httpHandler); $this->saveAuthTokenInCache($auth_token); return $auth_token; } /** * @return string */ public function getCacheKey() { return $this->getFullCacheKey($this->fetcher->getCacheKey()); } /** * @return array|null */ public function getLastReceivedToken() { return $this->fetcher->getLastReceivedToken(); } /** * Get the client name from the fetcher. * * @param callable $httpHandler An HTTP handler to deliver PSR7 requests. * @return string */ public function getClientName(callable $httpHandler = null) { return $this->fetcher->getClientName($httpHandler); } /** * Sign a blob using the fetcher. * * @param string $stringToSign The string to sign. * @param bool $forceOpenSsl Require use of OpenSSL for local signing. Does * not apply to signing done using external services. **Defaults to** * `false`. * @return string The resulting signature. * @throws \RuntimeException If the fetcher does not implement * `Google\Auth\SignBlobInterface`. */ public function signBlob($stringToSign, $forceOpenSsl = false) { if (!$this->fetcher instanceof SignBlobInterface) { throw new \RuntimeException( 'Credentials fetcher does not implement ' . 'Google\Auth\SignBlobInterface' ); } return $this->fetcher->signBlob($stringToSign, $forceOpenSsl); } /** * Get the quota project used for this API request from the credentials * fetcher. * * @return string|null */ public function getQuotaProject() { if ($this->fetcher instanceof GetQuotaProjectInterface) { return $this->fetcher->getQuotaProject(); } } /* * Get the Project ID from the fetcher. * * @param callable $httpHandler Callback which delivers psr7 request * @return string|null * @throws \RuntimeException If the fetcher does not implement * `Google\Auth\ProvidesProjectIdInterface`. */ public function getProjectId(callable $httpHandler = null) { if (!$this->fetcher instanceof ProjectIdProviderInterface) { throw new \RuntimeException( 'Credentials fetcher does not implement ' . 'Google\Auth\ProvidesProjectIdInterface' ); } return $this->fetcher->getProjectId($httpHandler); } /** * Updates metadata with the authorization token. * * @param array $metadata metadata hashmap * @param string $authUri optional auth uri * @param callable $httpHandler callback which delivers psr7 request * @return array updated metadata hashmap * @throws \RuntimeException If the fetcher does not implement * `Google\Auth\UpdateMetadataInterface`. */ public function updateMetadata( $metadata, $authUri = null, callable $httpHandler = null ) { if (!$this->fetcher instanceof UpdateMetadataInterface) { throw new \RuntimeException( 'Credentials fetcher does not implement ' . 'Google\Auth\UpdateMetadataInterface' ); } $cached = $this->fetchAuthTokenFromCache($authUri); if ($cached) { // Set the access token in the `Authorization` metadata header so // the downstream call to updateMetadata know they don't need to // fetch another token. if (isset($cached['access_token'])) { $metadata[self::AUTH_METADATA_KEY] = [ 'Bearer ' . $cached['access_token'] ]; } } $newMetadata = $this->fetcher->updateMetadata( $metadata, $authUri, $httpHandler ); if (!$cached && $token = $this->fetcher->getLastReceivedToken()) { $this->saveAuthTokenInCache($token, $authUri); } return $newMetadata; } private function fetchAuthTokenFromCache($authUri = null) { // Use the cached value if its available. // // TODO: correct caching; update the call to setCachedValue to set the expiry // to the value returned with the auth token. // // TODO: correct caching; enable the cache to be cleared. // if $authUri is set, use it as the cache key $cacheKey = $authUri ? $this->getFullCacheKey($authUri) : $this->fetcher->getCacheKey(); $cached = $this->getCachedValue($cacheKey); if (is_array($cached)) { if (empty($cached['expires_at'])) { // If there is no expiration data, assume token is not expired. // (for JwtAccess and ID tokens) return $cached; } if (time() < $cached['expires_at']) { // access token is not expired return $cached; } } return null; } private function saveAuthTokenInCache($authToken, $authUri = null) { if (isset($authToken['access_token']) || isset($authToken['id_token'])) { // if $authUri is set, use it as the cache key $cacheKey = $authUri ? $this->getFullCacheKey($authUri) : $this->fetcher->getCacheKey(); $this->setCachedValue($cacheKey, $authToken); } } } PK4 Z //8vendor/google/auth/src/ApplicationDefaultCredentials.phpnu[push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_uri' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'auth' => 'google_auth' // authorize all requests * ]); * * $res = $client->get('myproject/taskqueues/myqueue'); * ``` */ class ApplicationDefaultCredentials { /** * Obtains an AuthTokenSubscriber that uses the default FetchAuthTokenInterface * implementation to use in this environment. * * If supplied, $scope is used to in creating the credentials instance if * this does not fallback to the compute engine defaults. * * @param string|array scope the scope of the access request, expressed * either as an Array or as a space-delimited String. * @param callable $httpHandler callback which delivers psr7 request * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache A cache implementation, may be * provided if you have one already available for use. * @return AuthTokenSubscriber * @throws DomainException if no implementation can be obtained. */ public static function getSubscriber( $scope = null, callable $httpHandler = null, array $cacheConfig = null, CacheItemPoolInterface $cache = null ) { $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache); return new AuthTokenSubscriber($creds, $httpHandler); } /** * Obtains an AuthTokenMiddleware that uses the default FetchAuthTokenInterface * implementation to use in this environment. * * If supplied, $scope is used to in creating the credentials instance if * this does not fallback to the compute engine defaults. * * @param string|array scope the scope of the access request, expressed * either as an Array or as a space-delimited String. * @param callable $httpHandler callback which delivers psr7 request * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache A cache implementation, may be * provided if you have one already available for use. * @param string $quotaProject specifies a project to bill for access * charges associated with the request. * @return AuthTokenMiddleware * @throws DomainException if no implementation can be obtained. */ public static function getMiddleware( $scope = null, callable $httpHandler = null, array $cacheConfig = null, CacheItemPoolInterface $cache = null, $quotaProject = null ) { $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache, $quotaProject); return new AuthTokenMiddleware($creds, $httpHandler); } /** * Obtains an AuthTokenMiddleware which will fetch an access token to use in * the Authorization header. The middleware is configured with the default * FetchAuthTokenInterface implementation to use in this environment. * * If supplied, $scope is used to in creating the credentials instance if * this does not fallback to the Compute Engine defaults. * * @param string|array $scope the scope of the access request, expressed * either as an Array or as a space-delimited String. * @param callable $httpHandler callback which delivers psr7 request * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache A cache implementation, may be * provided if you have one already available for use. * @param string $quotaProject specifies a project to bill for access * charges associated with the request. * @param string|array $defaultScope The default scope to use if no * user-defined scopes exist, expressed either as an Array or as a * space-delimited string. * * @return CredentialsLoader * @throws DomainException if no implementation can be obtained. */ public static function getCredentials( $scope = null, callable $httpHandler = null, array $cacheConfig = null, CacheItemPoolInterface $cache = null, $quotaProject = null, $defaultScope = null ) { $creds = null; $jsonKey = CredentialsLoader::fromEnv() ?: CredentialsLoader::fromWellKnownFile(); $anyScope = $scope ?: $defaultScope; if (!$httpHandler) { if (!($client = HttpClientCache::getHttpClient())) { $client = new Client(); HttpClientCache::setHttpClient($client); } $httpHandler = HttpHandlerFactory::build($client); } if (!is_null($jsonKey)) { if ($quotaProject) { $jsonKey['quota_project_id'] = $quotaProject; } $creds = CredentialsLoader::makeCredentials( $scope, $jsonKey, $defaultScope ); } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) { $creds = new AppIdentityCredentials($anyScope); } elseif (self::onGce($httpHandler, $cacheConfig, $cache)) { $creds = new GCECredentials(null, $anyScope, null, $quotaProject); } if (is_null($creds)) { throw new DomainException(self::notFound()); } if (!is_null($cache)) { $creds = new FetchAuthTokenCache($creds, $cacheConfig, $cache); } return $creds; } /** * Obtains an AuthTokenMiddleware which will fetch an ID token to use in the * Authorization header. The middleware is configured with the default * FetchAuthTokenInterface implementation to use in this environment. * * If supplied, $targetAudience is used to set the "aud" on the resulting * ID token. * * @param string $targetAudience The audience for the ID token. * @param callable $httpHandler callback which delivers psr7 request * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache A cache implementation, may be * provided if you have one already available for use. * @return AuthTokenMiddleware * @throws DomainException if no implementation can be obtained. */ public static function getIdTokenMiddleware( $targetAudience, callable $httpHandler = null, array $cacheConfig = null, CacheItemPoolInterface $cache = null ) { $creds = self::getIdTokenCredentials($targetAudience, $httpHandler, $cacheConfig, $cache); return new AuthTokenMiddleware($creds, $httpHandler); } /** * Obtains the default FetchAuthTokenInterface implementation to use * in this environment, configured with a $targetAudience for fetching an ID * token. * * @param string $targetAudience The audience for the ID token. * @param callable $httpHandler callback which delivers psr7 request * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache A cache implementation, may be * provided if you have one already available for use. * @return CredentialsLoader * @throws DomainException if no implementation can be obtained. * @throws InvalidArgumentException if JSON "type" key is invalid */ public static function getIdTokenCredentials( $targetAudience, callable $httpHandler = null, array $cacheConfig = null, CacheItemPoolInterface $cache = null ) { $creds = null; $jsonKey = CredentialsLoader::fromEnv() ?: CredentialsLoader::fromWellKnownFile(); if (!$httpHandler) { if (!($client = HttpClientCache::getHttpClient())) { $client = new Client(); HttpClientCache::setHttpClient($client); } $httpHandler = HttpHandlerFactory::build($client); } if (!is_null($jsonKey)) { if (!array_key_exists('type', $jsonKey)) { throw new \InvalidArgumentException('json key is missing the type field'); } if ($jsonKey['type'] == 'authorized_user') { throw new InvalidArgumentException('ID tokens are not supported for end user credentials'); } if ($jsonKey['type'] != 'service_account') { throw new InvalidArgumentException('invalid value in the type field'); } $creds = new ServiceAccountCredentials(null, $jsonKey, null, $targetAudience); } elseif (self::onGce($httpHandler, $cacheConfig, $cache)) { $creds = new GCECredentials(null, null, $targetAudience); } if (is_null($creds)) { throw new DomainException(self::notFound()); } if (!is_null($cache)) { $creds = new FetchAuthTokenCache($creds, $cacheConfig, $cache); } return $creds; } private static function notFound() { $msg = 'Could not load the default credentials. Browse to '; $msg .= 'https://developers.google.com'; $msg .= '/accounts/docs/application-default-credentials'; $msg .= ' for more information'; return $msg; } private static function onGce( callable $httpHandler = null, array $cacheConfig = null, CacheItemPoolInterface $cache = null ) { $gceCacheConfig = []; foreach (['lifetime', 'prefix'] as $key) { if (isset($cacheConfig['gce_' . $key])) { $gceCacheConfig[$key] = $cacheConfig['gce_' . $key]; } } return (new GCECache($gceCacheConfig, $cache))->onGce($httpHandler); } } PK4 Z'KOO=vendor/google/auth/src/Credentials/UserRefreshCredentials.phpnu[auth = new OAuth2([ 'clientId' => $jsonKey['client_id'], 'clientSecret' => $jsonKey['client_secret'], 'refresh_token' => $jsonKey['refresh_token'], 'scope' => $scope, 'tokenCredentialUri' => self::TOKEN_CREDENTIAL_URI, ]); if (array_key_exists('quota_project_id', $jsonKey)) { $this->quotaProject = (string) $jsonKey['quota_project_id']; } } /** * @param callable $httpHandler * * @return array A set of auth related metadata, containing the following * keys: * - access_token (string) * - expires_in (int) * - scope (string) * - token_type (string) * - id_token (string) */ public function fetchAuthToken(callable $httpHandler = null) { return $this->auth->fetchAuthToken($httpHandler); } /** * @return string */ public function getCacheKey() { return $this->auth->getClientId() . ':' . $this->auth->getCacheKey(); } /** * @return array */ public function getLastReceivedToken() { return $this->auth->getLastReceivedToken(); } /** * Get the quota project used for this API request * * @return string|null */ public function getQuotaProject() { return $this->quotaProject; } } PK4 Zҩt}!}!@vendor/google/auth/src/Credentials/ServiceAccountCredentials.phpnu[push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_uri' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'auth' => 'google_auth' // authorize all requests * ]); * * $res = $client->get('myproject/taskqueues/myqueue'); */ class ServiceAccountCredentials extends CredentialsLoader implements GetQuotaProjectInterface, SignBlobInterface, ProjectIdProviderInterface { use ServiceAccountSignerTrait; /** * The OAuth2 instance used to conduct authorization. * * @var OAuth2 */ protected $auth; /** * The quota project associated with the JSON credentials * * @var string */ protected $quotaProject; /* * @var string|null */ protected $projectId; /* * @var array|null */ private $lastReceivedJwtAccessToken; /** * Create a new ServiceAccountCredentials. * * @param string|array $scope the scope of the access request, expressed * either as an Array or as a space-delimited String. * @param string|array $jsonKey JSON credential file path or JSON credentials * as an associative array * @param string $sub an email address account to impersonate, in situations when * the service account has been delegated domain wide access. * @param string $targetAudience The audience for the ID token. */ public function __construct( $scope, $jsonKey, $sub = null, $targetAudience = null ) { if (is_string($jsonKey)) { if (!file_exists($jsonKey)) { throw new \InvalidArgumentException('file does not exist'); } $jsonKeyStream = file_get_contents($jsonKey); if (!$jsonKey = json_decode($jsonKeyStream, true)) { throw new \LogicException('invalid json for auth config'); } } if (!array_key_exists('client_email', $jsonKey)) { throw new \InvalidArgumentException( 'json key is missing the client_email field' ); } if (!array_key_exists('private_key', $jsonKey)) { throw new \InvalidArgumentException( 'json key is missing the private_key field' ); } if (array_key_exists('quota_project_id', $jsonKey)) { $this->quotaProject = (string) $jsonKey['quota_project_id']; } if ($scope && $targetAudience) { throw new InvalidArgumentException( 'Scope and targetAudience cannot both be supplied' ); } $additionalClaims = []; if ($targetAudience) { $additionalClaims = ['target_audience' => $targetAudience]; } $this->auth = new OAuth2([ 'audience' => self::TOKEN_CREDENTIAL_URI, 'issuer' => $jsonKey['client_email'], 'scope' => $scope, 'signingAlgorithm' => 'RS256', 'signingKey' => $jsonKey['private_key'], 'sub' => $sub, 'tokenCredentialUri' => self::TOKEN_CREDENTIAL_URI, 'additionalClaims' => $additionalClaims, ]); $this->projectId = isset($jsonKey['project_id']) ? $jsonKey['project_id'] : null; } /** * @param callable $httpHandler * * @return array A set of auth related metadata, containing the following * keys: * - access_token (string) * - expires_in (int) * - token_type (string) */ public function fetchAuthToken(callable $httpHandler = null) { return $this->auth->fetchAuthToken($httpHandler); } /** * @return string */ public function getCacheKey() { $key = $this->auth->getIssuer() . ':' . $this->auth->getCacheKey(); if ($sub = $this->auth->getSub()) { $key .= ':' . $sub; } return $key; } /** * @return array */ public function getLastReceivedToken() { // If self-signed JWTs are being used, fetch the last received token // from memory. Else, fetch it from OAuth2 return $this->useSelfSignedJwt() ? $this->lastReceivedJwtAccessToken : $this->auth->getLastReceivedToken(); } /** * Get the project ID from the service account keyfile. * * Returns null if the project ID does not exist in the keyfile. * * @param callable $httpHandler Not used by this credentials type. * @return string|null */ public function getProjectId(callable $httpHandler = null) { return $this->projectId; } /** * Updates metadata with the authorization token. * * @param array $metadata metadata hashmap * @param string $authUri optional auth uri * @param callable $httpHandler callback which delivers psr7 request * @return array updated metadata hashmap */ public function updateMetadata( $metadata, $authUri = null, callable $httpHandler = null ) { // scope exists. use oauth implementation if (!$this->useSelfSignedJwt()) { return parent::updateMetadata($metadata, $authUri, $httpHandler); } // no scope found. create jwt with the auth uri $credJson = array( 'private_key' => $this->auth->getSigningKey(), 'client_email' => $this->auth->getIssuer(), ); $jwtCreds = new ServiceAccountJwtAccessCredentials($credJson); $updatedMetadata = $jwtCreds->updateMetadata($metadata, $authUri, $httpHandler); if ($lastReceivedToken = $jwtCreds->getLastReceivedToken()) { // Keep self-signed JWTs in memory as the last received token $this->lastReceivedJwtAccessToken = $lastReceivedToken; } return $updatedMetadata; } /** * @param string $sub an email address account to impersonate, in situations when * the service account has been delegated domain wide access. */ public function setSub($sub) { $this->auth->setSub($sub); } /** * Get the client name from the keyfile. * * In this case, it returns the keyfile's client_email key. * * @param callable $httpHandler Not used by this credentials type. * @return string */ public function getClientName(callable $httpHandler = null) { return $this->auth->getIssuer(); } /** * Get the quota project used for this API request * * @return string|null */ public function getQuotaProject() { return $this->quotaProject; } private function useSelfSignedJwt() { return is_null($this->auth->getScope()); } } PK4 Zx`2((Ivendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.phpnu[quotaProject = (string) $jsonKey['quota_project_id']; } $this->auth = new OAuth2([ 'issuer' => $jsonKey['client_email'], 'sub' => $jsonKey['client_email'], 'signingAlgorithm' => 'RS256', 'signingKey' => $jsonKey['private_key'], ]); $this->projectId = isset($jsonKey['project_id']) ? $jsonKey['project_id'] : null; } /** * Updates metadata with the authorization token. * * @param array $metadata metadata hashmap * @param string $authUri optional auth uri * @param callable $httpHandler callback which delivers psr7 request * @return array updated metadata hashmap */ public function updateMetadata( $metadata, $authUri = null, callable $httpHandler = null ) { if (empty($authUri)) { return $metadata; } $this->auth->setAudience($authUri); return parent::updateMetadata($metadata, $authUri, $httpHandler); } /** * Implements FetchAuthTokenInterface#fetchAuthToken. * * @param callable $httpHandler * * @return array|void A set of auth related metadata, containing the * following keys: * - access_token (string) */ public function fetchAuthToken(callable $httpHandler = null) { $audience = $this->auth->getAudience(); if (empty($audience)) { return null; } $access_token = $this->auth->toJwt(); // Set the self-signed access token in OAuth2 for getLastReceivedToken $this->auth->setAccessToken($access_token); return array('access_token' => $access_token); } /** * @return string */ public function getCacheKey() { return $this->auth->getCacheKey(); } /** * @return array */ public function getLastReceivedToken() { return $this->auth->getLastReceivedToken(); } /** * Get the project ID from the service account keyfile. * * Returns null if the project ID does not exist in the keyfile. * * @param callable $httpHandler Not used by this credentials type. * @return string|null */ public function getProjectId(callable $httpHandler = null) { return $this->projectId; } /** * Get the client name from the keyfile. * * In this case, it returns the keyfile's client_email key. * * @param callable $httpHandler Not used by this credentials type. * @return string */ public function getClientName(callable $httpHandler = null) { return $this->auth->getIssuer(); } /** * Get the quota project used for this API request * * @return string|null */ public function getQuotaProject() { return $this->quotaProject; } } PK4 Zh+ 5vendor/google/auth/src/Credentials/IAMCredentials.phpnu[selector = $selector; $this->token = $token; } /** * export a callback function which updates runtime metadata. * * @return array updateMetadata function */ public function getUpdateMetadataFunc() { return array($this, 'updateMetadata'); } /** * Updates metadata with the appropriate header metadata. * * @param array $metadata metadata hashmap * @param string $unusedAuthUri optional auth uri * @param callable $httpHandler callback which delivers psr7 request * Note: this param is unused here, only included here for * consistency with other credentials class * * @return array updated metadata hashmap */ public function updateMetadata( $metadata, $unusedAuthUri = null, callable $httpHandler = null ) { $metadata_copy = $metadata; $metadata_copy[self::SELECTOR_KEY] = $this->selector; $metadata_copy[self::TOKEN_KEY] = $this->token; return $metadata_copy; } } PK4 ZSK>?>?5vendor/google/auth/src/Credentials/GCECredentials.phpnu[push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_uri' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'auth' => 'google_auth' * ]); * * $res = $client->get('myproject/taskqueues/myqueue'); */ class GCECredentials extends CredentialsLoader implements SignBlobInterface, ProjectIdProviderInterface, GetQuotaProjectInterface { // phpcs:disable const cacheKey = 'GOOGLE_AUTH_PHP_GCE'; // phpcs:enable /** * The metadata IP address on appengine instances. * * The IP is used instead of the domain 'metadata' to avoid slow responses * when not on Compute Engine. */ const METADATA_IP = '169.254.169.254'; /** * The metadata path of the default token. */ const TOKEN_URI_PATH = 'v1/instance/service-accounts/default/token'; /** * The metadata path of the default id token. */ const ID_TOKEN_URI_PATH = 'v1/instance/service-accounts/default/identity'; /** * The metadata path of the client ID. */ const CLIENT_ID_URI_PATH = 'v1/instance/service-accounts/default/email'; /** * The metadata path of the project ID. */ const PROJECT_ID_URI_PATH = 'v1/project/project-id'; /** * The header whose presence indicates GCE presence. */ const FLAVOR_HEADER = 'Metadata-Flavor'; /** * Note: the explicit `timeout` and `tries` below is a workaround. The underlying * issue is that resolving an unknown host on some networks will take * 20-30 seconds; making this timeout short fixes the issue, but * could lead to false negatives in the event that we are on GCE, but * the metadata resolution was particularly slow. The latter case is * "unlikely" since the expected 4-nines time is about 0.5 seconds. * This allows us to limit the total ping maximum timeout to 1.5 seconds * for developer desktop scenarios. */ const MAX_COMPUTE_PING_TRIES = 3; const COMPUTE_PING_CONNECTION_TIMEOUT_S = 0.5; /** * Flag used to ensure that the onGCE test is only done once;. * * @var bool */ private $hasCheckedOnGce = false; /** * Flag that stores the value of the onGCE check. * * @var bool */ private $isOnGce = false; /** * Result of fetchAuthToken. */ protected $lastReceivedToken; /** * @var string|null */ private $clientName; /** * @var string|null */ private $projectId; /** * @var Iam|null */ private $iam; /** * @var string */ private $tokenUri; /** * @var string */ private $targetAudience; /** * @var string|null */ private $quotaProject; /** * @var string|null */ private $serviceAccountIdentity; /** * @param Iam $iam [optional] An IAM instance. * @param string|array $scope [optional] the scope of the access request, * expressed either as an array or as a space-delimited string. * @param string $targetAudience [optional] The audience for the ID token. * @param string $quotaProject [optional] Specifies a project to bill for access * charges associated with the request. * @param string $serviceAccountIdentity [optional] Specify a service * account identity name to use instead of "default". */ public function __construct( Iam $iam = null, $scope = null, $targetAudience = null, $quotaProject = null, $serviceAccountIdentity = null ) { $this->iam = $iam; if ($scope && $targetAudience) { throw new InvalidArgumentException( 'Scope and targetAudience cannot both be supplied' ); } $tokenUri = self::getTokenUri($serviceAccountIdentity); if ($scope) { if (is_string($scope)) { $scope = explode(' ', $scope); } $scope = implode(',', $scope); $tokenUri = $tokenUri . '?scopes='. $scope; } elseif ($targetAudience) { $tokenUri = self::getIdTokenUri($serviceAccountIdentity); $tokenUri = $tokenUri . '?audience='. $targetAudience; $this->targetAudience = $targetAudience; } $this->tokenUri = $tokenUri; $this->quotaProject = $quotaProject; $this->serviceAccountIdentity = $serviceAccountIdentity; } /** * The full uri for accessing the default token. * * @param string $serviceAccountIdentity [optional] Specify a service * account identity name to use instead of "default". * @return string */ public static function getTokenUri($serviceAccountIdentity = null) { $base = 'http://' . self::METADATA_IP . '/computeMetadata/'; $base .= self::TOKEN_URI_PATH; if ($serviceAccountIdentity) { return str_replace( '/default/', '/' . $serviceAccountIdentity . '/', $base ); } return $base; } /** * The full uri for accessing the default service account. * * @param string $serviceAccountIdentity [optional] Specify a service * account identity name to use instead of "default". * @return string */ public static function getClientNameUri($serviceAccountIdentity = null) { $base = 'http://' . self::METADATA_IP . '/computeMetadata/'; $base .= self::CLIENT_ID_URI_PATH; if ($serviceAccountIdentity) { return str_replace( '/default/', '/' . $serviceAccountIdentity . '/', $base ); } return $base; } /** * The full uri for accesesing the default identity token. * * @param string $serviceAccountIdentity [optional] Specify a service * account identity name to use instead of "default". * @return string */ private static function getIdTokenUri($serviceAccountIdentity = null) { $base = 'http://' . self::METADATA_IP . '/computeMetadata/'; $base .= self::ID_TOKEN_URI_PATH; if ($serviceAccountIdentity) { return str_replace( '/default/', '/' . $serviceAccountIdentity . '/', $base ); } return $base; } /** * The full uri for accessing the default project ID. * * @return string */ private static function getProjectIdUri() { $base = 'http://' . self::METADATA_IP . '/computeMetadata/'; return $base . self::PROJECT_ID_URI_PATH; } /** * Determines if this an App Engine Flexible instance, by accessing the * GAE_INSTANCE environment variable. * * @return bool true if this an App Engine Flexible Instance, false otherwise */ public static function onAppEngineFlexible() { return substr(getenv('GAE_INSTANCE'), 0, 4) === 'aef-'; } /** * Determines if this a GCE instance, by accessing the expected metadata * host. * If $httpHandler is not specified a the default HttpHandler is used. * * @param callable $httpHandler callback which delivers psr7 request * @return bool True if this a GCEInstance, false otherwise */ public static function onGce(callable $httpHandler = null) { $httpHandler = $httpHandler ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); $checkUri = 'http://' . self::METADATA_IP; for ($i = 1; $i <= self::MAX_COMPUTE_PING_TRIES; $i++) { try { // Comment from: oauth2client/client.py // // Note: the explicit `timeout` below is a workaround. The underlying // issue is that resolving an unknown host on some networks will take // 20-30 seconds; making this timeout short fixes the issue, but // could lead to false negatives in the event that we are on GCE, but // the metadata resolution was particularly slow. The latter case is // "unlikely". $resp = $httpHandler( new Request( 'GET', $checkUri, [self::FLAVOR_HEADER => 'Google'] ), ['timeout' => self::COMPUTE_PING_CONNECTION_TIMEOUT_S] ); return $resp->getHeaderLine(self::FLAVOR_HEADER) == 'Google'; } catch (ClientException $e) { } catch (ServerException $e) { } catch (RequestException $e) { } catch (ConnectException $e) { } } return false; } /** * Implements FetchAuthTokenInterface#fetchAuthToken. * * Fetches the auth tokens from the GCE metadata host if it is available. * If $httpHandler is not specified a the default HttpHandler is used. * * @param callable $httpHandler callback which delivers psr7 request * * @return array A set of auth related metadata, based on the token type. * * Access tokens have the following keys: * - access_token (string) * - expires_in (int) * - token_type (string) * ID tokens have the following keys: * - id_token (string) * * @throws \Exception */ public function fetchAuthToken(callable $httpHandler = null) { $httpHandler = $httpHandler ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); if (!$this->hasCheckedOnGce) { $this->isOnGce = self::onGce($httpHandler); $this->hasCheckedOnGce = true; } if (!$this->isOnGce) { return array(); // return an empty array with no access token } $response = $this->getFromMetadata($httpHandler, $this->tokenUri); if ($this->targetAudience) { return ['id_token' => $response]; } if (null === $json = json_decode($response, true)) { throw new \Exception('Invalid JSON response'); } $json['expires_at'] = time() + $json['expires_in']; // store this so we can retrieve it later $this->lastReceivedToken = $json; return $json; } /** * @return string */ public function getCacheKey() { return self::cacheKey; } /** * @return array|null */ public function getLastReceivedToken() { if ($this->lastReceivedToken) { return [ 'access_token' => $this->lastReceivedToken['access_token'], 'expires_at' => $this->lastReceivedToken['expires_at'], ]; } return null; } /** * Get the client name from GCE metadata. * * Subsequent calls will return a cached value. * * @param callable $httpHandler callback which delivers psr7 request * @return string */ public function getClientName(callable $httpHandler = null) { if ($this->clientName) { return $this->clientName; } $httpHandler = $httpHandler ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); if (!$this->hasCheckedOnGce) { $this->isOnGce = self::onGce($httpHandler); $this->hasCheckedOnGce = true; } if (!$this->isOnGce) { return ''; } $this->clientName = $this->getFromMetadata( $httpHandler, self::getClientNameUri($this->serviceAccountIdentity) ); return $this->clientName; } /** * Sign a string using the default service account private key. * * This implementation uses IAM's signBlob API. * * @see https://cloud.google.com/iam/credentials/reference/rest/v1/projects.serviceAccounts/signBlob SignBlob * * @param string $stringToSign The string to sign. * @param bool $forceOpenSsl [optional] Does not apply to this credentials * type. * @return string */ public function signBlob($stringToSign, $forceOpenSsl = false) { $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient()); // Providing a signer is useful for testing, but it's undocumented // because it's not something a user would generally need to do. $signer = $this->iam ?: new Iam($httpHandler); $email = $this->getClientName($httpHandler); $previousToken = $this->getLastReceivedToken(); $accessToken = $previousToken ? $previousToken['access_token'] : $this->fetchAuthToken($httpHandler)['access_token']; return $signer->signBlob($email, $accessToken, $stringToSign); } /** * Fetch the default Project ID from compute engine. * * Returns null if called outside GCE. * * @param callable $httpHandler Callback which delivers psr7 request * @return string|null */ public function getProjectId(callable $httpHandler = null) { if ($this->projectId) { return $this->projectId; } $httpHandler = $httpHandler ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); if (!$this->hasCheckedOnGce) { $this->isOnGce = self::onGce($httpHandler); $this->hasCheckedOnGce = true; } if (!$this->isOnGce) { return null; } $this->projectId = $this->getFromMetadata($httpHandler, self::getProjectIdUri()); return $this->projectId; } /** * Fetch the value of a GCE metadata server URI. * * @param callable $httpHandler An HTTP Handler to deliver PSR7 requests. * @param string $uri The metadata URI. * @return string */ private function getFromMetadata(callable $httpHandler, $uri) { $resp = $httpHandler( new Request( 'GET', $uri, [self::FLAVOR_HEADER => 'Google'] ) ); return (string) $resp->getBody(); } /** * Get the quota project used for this API request * * @return string|null */ public function getQuotaProject() { return $this->quotaProject; } } PK4 Z88:vendor/google/auth/src/Credentials/InsecureCredentials.phpnu[ '' ]; /** * Fetches the auth token. In this case it returns an empty string. * * @param callable $httpHandler * @return array A set of auth related metadata, containing the following * keys: * - access_token (string) */ public function fetchAuthToken(callable $httpHandler = null) { return $this->token; } /** * Returns the cache key. In this case it returns a null value, disabling * caching. * * @return string|null */ public function getCacheKey() { return null; } /** * Fetches the last received token. In this case, it returns the same empty string * auth token. * * @return array */ public function getLastReceivedToken() { return $this->token; } } PK4 Z=vendor/google/auth/src/Credentials/AppIdentityCredentials.phpnu[push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_uri' => 'https://www.googleapis.com/books/v1', * 'auth' => 'google_auth' * ]); * * $res = $client->get('volumes?q=Henry+David+Thoreau&country=US'); * ``` */ class AppIdentityCredentials extends CredentialsLoader implements SignBlobInterface, ProjectIdProviderInterface { /** * Result of fetchAuthToken. * * @var array */ protected $lastReceivedToken; /** * Array of OAuth2 scopes to be requested. * * @var array */ private $scope; /** * @var string */ private $clientName; /** * @param array $scope One or more scopes. */ public function __construct($scope = array()) { $this->scope = $scope; } /** * Determines if this an App Engine instance, by accessing the * SERVER_SOFTWARE environment variable (prod) or the APPENGINE_RUNTIME * environment variable (dev). * * @return bool true if this an App Engine Instance, false otherwise */ public static function onAppEngine() { $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; } /** * Implements FetchAuthTokenInterface#fetchAuthToken. * * Fetches the auth tokens using the AppIdentityService if available. * As the AppIdentityService uses protobufs to fetch the access token, * the GuzzleHttp\ClientInterface instance passed in will not be used. * * @param callable $httpHandler callback which delivers psr7 request * @return array A set of auth related metadata, containing the following * keys: * - access_token (string) * - expiration_time (string) */ public function fetchAuthToken(callable $httpHandler = null) { try { $this->checkAppEngineContext(); } catch (\Exception $e) { return []; } // AppIdentityService expects an array when multiple scopes are supplied $scope = is_array($this->scope) ? $this->scope : explode(' ', $this->scope); $token = AppIdentityService::getAccessToken($scope); $this->lastReceivedToken = $token; return $token; } /** * Sign a string using AppIdentityService. * * @param string $stringToSign The string to sign. * @param bool $forceOpenSsl [optional] Does not apply to this credentials * type. * @return string The signature, base64-encoded. * @throws \Exception If AppEngine SDK or mock is not available. */ public function signBlob($stringToSign, $forceOpenSsl = false) { $this->checkAppEngineContext(); return base64_encode(AppIdentityService::signForApp($stringToSign)['signature']); } /** * Get the project ID from AppIdentityService. * * Returns null if AppIdentityService is unavailable. * * @param callable $httpHandler Not used by this type. * @return string|null */ public function getProjectId(callable $httpHander = null) { try { $this->checkAppEngineContext(); } catch (\Exception $e) { return null; } return AppIdentityService::getApplicationId(); } /** * Get the client name from AppIdentityService. * * Subsequent calls to this method will return a cached value. * * @param callable $httpHandler Not used in this implementation. * @return string * @throws \Exception If AppEngine SDK or mock is not available. */ public function getClientName(callable $httpHandler = null) { $this->checkAppEngineContext(); if (!$this->clientName) { $this->clientName = AppIdentityService::getServiceAccountName(); } return $this->clientName; } /** * @return array|null */ public function getLastReceivedToken() { if ($this->lastReceivedToken) { return [ 'access_token' => $this->lastReceivedToken['access_token'], 'expires_at' => $this->lastReceivedToken['expiration_time'], ]; } return null; } /** * Caching is handled by the underlying AppIdentityService, return empty string * to prevent caching. * * @return string */ public function getCacheKey() { return ''; } private function checkAppEngineContext() { if (!self::onAppEngine() || !class_exists('google\appengine\api\app_identity\AppIdentityService')) { throw new \Exception( 'This class must be run in App Engine, or you must include the AppIdentityService ' . 'mock class defined in tests/mocks/AppIdentityService.php' ); } } } PK4 ZW} ll2vendor/google/auth/src/FetchAuthTokenInterface.phpnu[client = $client; } /** * Accepts a PSR-7 Request and an array of options and returns a PSR-7 response. * * @param RequestInterface $request * @param array $options * @return ResponseInterface */ public function __invoke(RequestInterface $request, array $options = []) { $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_recursive([ 'headers' => $request->getHeaders(), 'body' => $request->getBody(), ], $options) ); } private function createPsr7Response(Guzzle5ResponseInterface $response) { return new Response( $response->getStatusCode(), $response->getHeaders() ?: [], $response->getBody(), $response->getProtocolVersion(), $response->getReasonPhrase() ); } } PK4 Z6d9vendor/google/auth/src/HttpHandler/HttpHandlerFactory.phpnu[client = $client; } /** * Accepts a PSR-7 request and an array of options and returns a PSR-7 response. * * @param RequestInterface $request * @param array $options * @return ResponseInterface */ public function __invoke(RequestInterface $request, array $options = []) { 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\PromiseInterface */ public function async(RequestInterface $request, array $options = []) { return $this->client->sendAsync($request, $options); } } PK4 Zy/OO6vendor/google/auth/src/HttpHandler/HttpClientCache.phpnu[config = array_merge(['key' => null], $config); } /** * Updates the request query with the developer key if auth is set to simple. * * use Google\Auth\Middleware\SimpleMiddleware; * use GuzzleHttp\Client; * use GuzzleHttp\HandlerStack; * * $my_key = 'is not the same as yours'; * $middleware = new SimpleMiddleware(['key' => $my_key]); * $stack = HandlerStack::create(); * $stack->push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_uri' => 'https://www.googleapis.com/discovery/v1/', * 'auth' => 'simple' * ]); * * $res = $client->get('drive/v2/rest'); * * @param callable $handler * @return \Closure */ public function __invoke(callable $handler) { return function (RequestInterface $request, array $options) use ($handler) { // Requests using "auth"="scoped" will be authorized. if (!isset($options['auth']) || $options['auth'] !== 'simple') { return $handler($request, $options); } $query = Psr7\parse_query($request->getUri()->getQuery()); $params = array_merge($query, $this->config); $uri = $request->getUri()->withQuery(Psr7\build_query($params)); $request = $request->withUri($uri); return $handler($request, $options); }; } } PK4 Z/VAvendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.phpnu[' */ class ScopedAccessTokenMiddleware { use CacheTrait; const DEFAULT_CACHE_LIFETIME = 1500; /** * @var CacheItemPoolInterface */ private $cache; /** * @var array configuration */ private $cacheConfig; /** * @var callable */ private $tokenFunc; /** * @var array|string */ private $scopes; /** * Creates a new ScopedAccessTokenMiddleware. * * @param callable $tokenFunc a token generator function * @param array|string $scopes the token authentication scopes * @param array $cacheConfig configuration for the cache when it's present * @param CacheItemPoolInterface $cache an implementation of CacheItemPoolInterface */ public function __construct( callable $tokenFunc, $scopes, array $cacheConfig = null, CacheItemPoolInterface $cache = null ) { $this->tokenFunc = $tokenFunc; if (!(is_string($scopes) || is_array($scopes))) { throw new \InvalidArgumentException( 'wants scope should be string or array' ); } $this->scopes = $scopes; if (!is_null($cache)) { $this->cache = $cache; $this->cacheConfig = array_merge([ 'lifetime' => self::DEFAULT_CACHE_LIFETIME, 'prefix' => '', ], $cacheConfig); } } /** * Updates the request with an Authorization header when auth is 'scoped'. * * E.g this could be used to authenticate using the AppEngine * AppIdentityService. * * use google\appengine\api\app_identity\AppIdentityService; * use Google\Auth\Middleware\ScopedAccessTokenMiddleware; * use GuzzleHttp\Client; * use GuzzleHttp\HandlerStack; * * $scope = 'https://www.googleapis.com/auth/taskqueue' * $middleware = new ScopedAccessTokenMiddleware( * 'AppIdentityService::getAccessToken', * $scope, * [ 'prefix' => 'Google\Auth\ScopedAccessToken::' ], * $cache = new Memcache() * ); * $stack = HandlerStack::create(); * $stack->push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_url' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'auth' => 'scoped' // authorize all requests * ]); * * $res = $client->get('myproject/taskqueues/myqueue'); * * @param callable $handler * @return \Closure */ public function __invoke(callable $handler) { return function (RequestInterface $request, array $options) use ($handler) { // Requests using "auth"="scoped" will be authorized. if (!isset($options['auth']) || $options['auth'] !== 'scoped') { return $handler($request, $options); } $request = $request->withHeader('authorization', 'Bearer ' . $this->fetchToken()); return $handler($request, $options); }; } /** * @return string */ private function getCacheKey() { $key = null; if (is_string($this->scopes)) { $key .= $this->scopes; } elseif (is_array($this->scopes)) { $key .= implode(':', $this->scopes); } return $key; } /** * Determine if token is available in the cache, if not call tokenFunc to * fetch it. * * @return string */ private function fetchToken() { $cacheKey = $this->getCacheKey(); $cached = $this->getCachedValue($cacheKey); if (!empty($cached)) { return $cached; } $token = call_user_func($this->tokenFunc, $this->scopes); $this->setCachedValue($cacheKey, $token); return $token; } } PK4 Z@i29vendor/google/auth/src/Middleware/AuthTokenMiddleware.phpnu[' */ class AuthTokenMiddleware { /** * @var callback */ private $httpHandler; /** * @var FetchAuthTokenInterface */ private $fetcher; /** * @var callable */ private $tokenCallback; /** * Creates a new AuthTokenMiddleware. * * @param FetchAuthTokenInterface $fetcher is used to fetch the auth token * @param callable $httpHandler (optional) callback which delivers psr7 request * @param callable $tokenCallback (optional) function to be called when a new token is fetched. */ public function __construct( FetchAuthTokenInterface $fetcher, callable $httpHandler = null, callable $tokenCallback = null ) { $this->fetcher = $fetcher; $this->httpHandler = $httpHandler; $this->tokenCallback = $tokenCallback; } /** * Updates the request with an Authorization header when auth is 'google_auth'. * * use Google\Auth\Middleware\AuthTokenMiddleware; * use Google\Auth\OAuth2; * use GuzzleHttp\Client; * use GuzzleHttp\HandlerStack; * * $config = [...]; * $oauth2 = new OAuth2($config) * $middleware = new AuthTokenMiddleware($oauth2); * $stack = HandlerStack::create(); * $stack->push($middleware); * * $client = new Client([ * 'handler' => $stack, * 'base_uri' => 'https://www.googleapis.com/taskqueue/v1beta2/projects/', * 'auth' => 'google_auth' // authorize all requests * ]); * * $res = $client->get('myproject/taskqueues/myqueue'); * * @param callable $handler * @return \Closure */ public function __invoke(callable $handler) { return function (RequestInterface $request, array $options) use ($handler) { // Requests using "auth"="google_auth" will be authorized. if (!isset($options['auth']) || $options['auth'] !== 'google_auth') { return $handler($request, $options); } $request = $request->withHeader('authorization', 'Bearer ' . $this->fetchToken()); if ($quotaProject = $this->getQuotaProject()) { $request = $request->withHeader( GetQuotaProjectInterface::X_GOOG_USER_PROJECT_HEADER, $quotaProject ); } return $handler($request, $options); }; } /** * Call fetcher to fetch the token. * * @return string */ private function fetchToken() { $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler); if (array_key_exists('access_token', $auth_tokens)) { // notify the callback if applicable if ($this->tokenCallback) { call_user_func( $this->tokenCallback, $this->fetcher->getCacheKey(), $auth_tokens['access_token'] ); } return $auth_tokens['access_token']; } if (array_key_exists('id_token', $auth_tokens)) { return $auth_tokens['id_token']; } } private function getQuotaProject() { if ($this->fetcher instanceof GetQuotaProjectInterface) { return $this->fetcher->getQuotaProject(); } } } PK4 Z/+u,vendor/google/auth/src/SignBlobInterface.phpnu[ self::DEFAULT_EXPIRY_SECONDS, 'extensionParams' => [], 'authorizationUri' => null, 'redirectUri' => null, 'tokenCredentialUri' => null, 'state' => null, 'username' => null, 'password' => null, 'clientId' => null, 'clientSecret' => null, 'issuer' => null, 'sub' => null, 'audience' => null, 'signingKey' => null, 'signingKeyId' => null, 'signingAlgorithm' => null, 'scope' => null, 'additionalClaims' => [], ], $config); $this->setAuthorizationUri($opts['authorizationUri']); $this->setRedirectUri($opts['redirectUri']); $this->setTokenCredentialUri($opts['tokenCredentialUri']); $this->setState($opts['state']); $this->setUsername($opts['username']); $this->setPassword($opts['password']); $this->setClientId($opts['clientId']); $this->setClientSecret($opts['clientSecret']); $this->setIssuer($opts['issuer']); $this->setSub($opts['sub']); $this->setExpiry($opts['expiry']); $this->setAudience($opts['audience']); $this->setSigningKey($opts['signingKey']); $this->setSigningKeyId($opts['signingKeyId']); $this->setSigningAlgorithm($opts['signingAlgorithm']); $this->setScope($opts['scope']); $this->setExtensionParams($opts['extensionParams']); $this->setAdditionalClaims($opts['additionalClaims']); $this->updateToken($opts); } /** * Verifies the idToken if present. * * - if none is present, return null * - if present, but invalid, raises DomainException. * - otherwise returns the payload in the idtoken as a PHP object. * * The behavior of this method varies depending on the version of * `firebase/php-jwt` you are using. In versions lower than 3.0.0, if * `$publicKey` is null, the key is decoded without being verified. In * newer versions, if a public key is not given, this method will throw an * `\InvalidArgumentException`. * * @param string $publicKey The public key to use to authenticate the token * @param array $allowed_algs List of supported verification algorithms * @throws \DomainException if the token is missing an audience. * @throws \DomainException if the audience does not match the one set in * the OAuth2 class instance. * @throws \UnexpectedValueException If the token is invalid * @throws SignatureInvalidException If the signature is invalid. * @throws BeforeValidException If the token is not yet valid. * @throws ExpiredException If the token has expired. * @return null|object */ public function verifyIdToken($publicKey = null, $allowed_algs = array()) { $idToken = $this->getIdToken(); if (is_null($idToken)) { return null; } $resp = $this->jwtDecode($idToken, $publicKey, $allowed_algs); if (!property_exists($resp, 'aud')) { throw new \DomainException('No audience found the id token'); } if ($resp->aud != $this->getAudience()) { throw new \DomainException('Wrong audience present in the id token'); } return $resp; } /** * Obtains the encoded jwt from the instance data. * * @param array $config array optional configuration parameters * @return string */ public function toJwt(array $config = []) { if (is_null($this->getSigningKey())) { throw new \DomainException('No signing key available'); } if (is_null($this->getSigningAlgorithm())) { throw new \DomainException('No signing algorithm specified'); } $now = time(); $opts = array_merge([ 'skew' => self::DEFAULT_SKEW_SECONDS, ], $config); $assertion = [ 'iss' => $this->getIssuer(), 'aud' => $this->getAudience(), 'exp' => ($now + $this->getExpiry()), 'iat' => ($now - $opts['skew']), ]; foreach ($assertion as $k => $v) { if (is_null($v)) { throw new \DomainException($k . ' should not be null'); } } if (!(is_null($this->getScope()))) { $assertion['scope'] = $this->getScope(); } if (!(is_null($this->getSub()))) { $assertion['sub'] = $this->getSub(); } $assertion += $this->getAdditionalClaims(); return $this->jwtEncode( $assertion, $this->getSigningKey(), $this->getSigningAlgorithm(), $this->getSigningKeyId() ); } /** * Generates a request for token credentials. * * @return RequestInterface the authorization Url. */ public function generateCredentialsRequest() { $uri = $this->getTokenCredentialUri(); if (is_null($uri)) { throw new \DomainException('No token credential URI was set.'); } $grantType = $this->getGrantType(); $params = array('grant_type' => $grantType); switch ($grantType) { case 'authorization_code': $params['code'] = $this->getCode(); $params['redirect_uri'] = $this->getRedirectUri(); $this->addClientCredentials($params); break; case 'password': $params['username'] = $this->getUsername(); $params['password'] = $this->getPassword(); $this->addClientCredentials($params); break; case 'refresh_token': $params['refresh_token'] = $this->getRefreshToken(); $this->addClientCredentials($params); break; case self::JWT_URN: $params['assertion'] = $this->toJwt(); break; default: if (!is_null($this->getRedirectUri())) { # Grant type was supposed to be 'authorization_code', as there # is a redirect URI. throw new \DomainException('Missing authorization code'); } unset($params['grant_type']); if (!is_null($grantType)) { $params['grant_type'] = $grantType; } $params = array_merge($params, $this->getExtensionParams()); } $headers = [ 'Cache-Control' => 'no-store', 'Content-Type' => 'application/x-www-form-urlencoded', ]; return new Request( 'POST', $uri, $headers, Psr7\build_query($params) ); } /** * Fetches the auth tokens based on the current state. * * @param callable $httpHandler callback which delivers psr7 request * @return array the response */ public function fetchAuthToken(callable $httpHandler = null) { if (is_null($httpHandler)) { $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient()); } $response = $httpHandler($this->generateCredentialsRequest()); $credentials = $this->parseTokenResponse($response); $this->updateToken($credentials); return $credentials; } /** * Obtains a key that can used to cache the results of #fetchAuthToken. * * The key is derived from the scopes. * * @return string a key that may be used to cache the auth token. */ public function getCacheKey() { if (is_array($this->scope)) { return implode(':', $this->scope); } if ($this->audience) { return $this->audience; } // If scope has not set, return null to indicate no caching. return null; } /** * Parses the fetched tokens. * * @param ResponseInterface $resp the response. * @return array the tokens parsed from the response body. * @throws \Exception */ public function parseTokenResponse(ResponseInterface $resp) { $body = (string)$resp->getBody(); if ($resp->hasHeader('Content-Type') && $resp->getHeaderLine('Content-Type') == 'application/x-www-form-urlencoded' ) { $res = array(); parse_str($body, $res); return $res; } // Assume it's JSON; if it's not throw an exception if (null === $res = json_decode($body, true)) { throw new \Exception('Invalid JSON response'); } return $res; } /** * Updates an OAuth 2.0 client. * * Example: * ``` * $oauth->updateToken([ * 'refresh_token' => 'n4E9O119d', * 'access_token' => 'FJQbwq9', * 'expires_in' => 3600 * ]); * ``` * * @param array $config * The configuration parameters related to the token. * * - refresh_token * The refresh token associated with the access token * to be refreshed. * * - access_token * The current access token for this client. * * - id_token * The current ID token for this client. * * - expires_in * The time in seconds until access token expiration. * * - expires_at * The time as an integer number of seconds since the Epoch * * - issued_at * The timestamp that the token was issued at. */ public function updateToken(array $config) { $opts = array_merge([ 'extensionParams' => [], 'access_token' => null, 'id_token' => null, 'expires_in' => null, 'expires_at' => null, 'issued_at' => null, ], $config); $this->setExpiresAt($opts['expires_at']); $this->setExpiresIn($opts['expires_in']); // By default, the token is issued at `Time.now` when `expiresIn` is set, // but this can be used to supply a more precise time. if (!is_null($opts['issued_at'])) { $this->setIssuedAt($opts['issued_at']); } $this->setAccessToken($opts['access_token']); $this->setIdToken($opts['id_token']); // The refresh token should only be updated if a value is explicitly // passed in, as some access token responses do not include a refresh // token. if (array_key_exists('refresh_token', $opts)) { $this->setRefreshToken($opts['refresh_token']); } } /** * Builds the authorization Uri that the user should be redirected to. * * @param array $config configuration options that customize the return url * @return UriInterface the authorization Url. * @throws InvalidArgumentException */ public function buildFullAuthorizationUri(array $config = []) { if (is_null($this->getAuthorizationUri())) { throw new InvalidArgumentException( 'requires an authorizationUri to have been set' ); } $params = array_merge([ 'response_type' => 'code', 'access_type' => 'offline', 'client_id' => $this->clientId, 'redirect_uri' => $this->redirectUri, 'state' => $this->state, 'scope' => $this->getScope(), ], $config); // Validate the auth_params if (is_null($params['client_id'])) { throw new InvalidArgumentException( 'missing the required client identifier' ); } if (is_null($params['redirect_uri'])) { throw new InvalidArgumentException('missing the required redirect URI'); } if (!empty($params['prompt']) && !empty($params['approval_prompt'])) { throw new InvalidArgumentException( 'prompt and approval_prompt are mutually exclusive' ); } // Construct the uri object; return it if it is valid. $result = clone $this->authorizationUri; $existingParams = Psr7\parse_query($result->getQuery()); $result = $result->withQuery( Psr7\build_query(array_merge($existingParams, $params)) ); if ($result->getScheme() != 'https') { throw new InvalidArgumentException( 'Authorization endpoint must be protected by TLS' ); } return $result; } /** * Sets the authorization server's HTTP endpoint capable of authenticating * the end-user and obtaining authorization. * * @param string $uri */ public function setAuthorizationUri($uri) { $this->authorizationUri = $this->coerceUri($uri); } /** * Gets the authorization server's HTTP endpoint capable of authenticating * the end-user and obtaining authorization. * * @return UriInterface */ public function getAuthorizationUri() { return $this->authorizationUri; } /** * Gets the authorization server's HTTP endpoint capable of issuing tokens * and refreshing expired tokens. * * @return string */ public function getTokenCredentialUri() { return $this->tokenCredentialUri; } /** * Sets the authorization server's HTTP endpoint capable of issuing tokens * and refreshing expired tokens. * * @param string $uri */ public function setTokenCredentialUri($uri) { $this->tokenCredentialUri = $this->coerceUri($uri); } /** * Gets the redirection URI used in the initial request. * * @return string */ public function getRedirectUri() { return $this->redirectUri; } /** * Sets the redirection URI used in the initial request. * * @param string $uri */ public function setRedirectUri($uri) { if (is_null($uri)) { $this->redirectUri = null; return; } // redirect URI must be absolute if (!$this->isAbsoluteUri($uri)) { // "postmessage" is a reserved URI string in Google-land // @see https://developers.google.com/identity/sign-in/web/server-side-flow if ('postmessage' !== (string)$uri) { throw new InvalidArgumentException( 'Redirect URI must be absolute' ); } } $this->redirectUri = (string)$uri; } /** * Gets the scope of the access requests as a space-delimited String. * * @return string */ public function getScope() { if (is_null($this->scope)) { return $this->scope; } return implode(' ', $this->scope); } /** * Sets the scope of the access request, expressed either as an Array or as * a space-delimited String. * * @param string|array $scope * @throws InvalidArgumentException */ public function setScope($scope) { if (is_null($scope)) { $this->scope = null; } elseif (is_string($scope)) { $this->scope = explode(' ', $scope); } elseif (is_array($scope)) { foreach ($scope as $s) { $pos = strpos($s, ' '); if ($pos !== false) { throw new InvalidArgumentException( 'array scope values should not contain spaces' ); } } $this->scope = $scope; } else { throw new InvalidArgumentException( 'scopes should be a string or array of strings' ); } } /** * Gets the current grant type. * * @return string */ public function getGrantType() { if (!is_null($this->grantType)) { return $this->grantType; } // Returns the inferred grant type, based on the current object instance // state. if (!is_null($this->code)) { return 'authorization_code'; } if (!is_null($this->refreshToken)) { return 'refresh_token'; } if (!is_null($this->username) && !is_null($this->password)) { return 'password'; } if (!is_null($this->issuer) && !is_null($this->signingKey)) { return self::JWT_URN; } return null; } /** * Sets the current grant type. * * @param $grantType * @throws InvalidArgumentException */ public function setGrantType($grantType) { if (in_array($grantType, self::$knownGrantTypes)) { $this->grantType = $grantType; } else { // validate URI if (!$this->isAbsoluteUri($grantType)) { throw new InvalidArgumentException( 'invalid grant type' ); } $this->grantType = (string)$grantType; } } /** * Gets an arbitrary string designed to allow the client to maintain state. * * @return string */ public function getState() { return $this->state; } /** * Sets an arbitrary string designed to allow the client to maintain state. * * @param string $state */ public function setState($state) { $this->state = $state; } /** * Gets the authorization code issued to this client. */ public function getCode() { return $this->code; } /** * Sets the authorization code issued to this client. * * @param string $code */ public function setCode($code) { $this->code = $code; } /** * Gets the resource owner's username. */ public function getUsername() { return $this->username; } /** * Sets the resource owner's username. * * @param string $username */ public function setUsername($username) { $this->username = $username; } /** * Gets the resource owner's password. */ public function getPassword() { return $this->password; } /** * Sets the resource owner's password. * * @param $password */ public function setPassword($password) { $this->password = $password; } /** * Sets a unique identifier issued to the client to identify itself to the * authorization server. */ public function getClientId() { return $this->clientId; } /** * Sets a unique identifier issued to the client to identify itself to the * authorization server. * * @param $clientId */ public function setClientId($clientId) { $this->clientId = $clientId; } /** * Gets a shared symmetric secret issued by the authorization server, which * is used to authenticate the client. */ public function getClientSecret() { return $this->clientSecret; } /** * Sets a shared symmetric secret issued by the authorization server, which * is used to authenticate the client. * * @param $clientSecret */ public function setClientSecret($clientSecret) { $this->clientSecret = $clientSecret; } /** * Gets the Issuer ID when using assertion profile. */ public function getIssuer() { return $this->issuer; } /** * Sets the Issuer ID when using assertion profile. * * @param string $issuer */ public function setIssuer($issuer) { $this->issuer = $issuer; } /** * Gets the target sub when issuing assertions. */ public function getSub() { return $this->sub; } /** * Sets the target sub when issuing assertions. * * @param string $sub */ public function setSub($sub) { $this->sub = $sub; } /** * Gets the target audience when issuing assertions. */ public function getAudience() { return $this->audience; } /** * Sets the target audience when issuing assertions. * * @param string $audience */ public function setAudience($audience) { $this->audience = $audience; } /** * Gets the signing key when using an assertion profile. */ public function getSigningKey() { return $this->signingKey; } /** * Sets the signing key when using an assertion profile. * * @param string $signingKey */ public function setSigningKey($signingKey) { $this->signingKey = $signingKey; } /** * Gets the signing key id when using an assertion profile. * * @return string */ public function getSigningKeyId() { return $this->signingKeyId; } /** * Sets the signing key id when using an assertion profile. * * @param string $signingKeyId */ public function setSigningKeyId($signingKeyId) { $this->signingKeyId = $signingKeyId; } /** * Gets the signing algorithm when using an assertion profile. * * @return string */ public function getSigningAlgorithm() { return $this->signingAlgorithm; } /** * Sets the signing algorithm when using an assertion profile. * * @param string $signingAlgorithm */ public function setSigningAlgorithm($signingAlgorithm) { if (is_null($signingAlgorithm)) { $this->signingAlgorithm = null; } elseif (!in_array($signingAlgorithm, self::$knownSigningAlgorithms)) { throw new InvalidArgumentException('unknown signing algorithm'); } else { $this->signingAlgorithm = $signingAlgorithm; } } /** * Gets the set of parameters used by extension when using an extension * grant type. */ public function getExtensionParams() { return $this->extensionParams; } /** * Sets the set of parameters used by extension when using an extension * grant type. * * @param $extensionParams */ public function setExtensionParams($extensionParams) { $this->extensionParams = $extensionParams; } /** * Gets the number of seconds assertions are valid for. */ public function getExpiry() { return $this->expiry; } /** * Sets the number of seconds assertions are valid for. * * @param int $expiry */ public function setExpiry($expiry) { $this->expiry = $expiry; } /** * Gets the lifetime of the access token in seconds. */ public function getExpiresIn() { return $this->expiresIn; } /** * Sets the lifetime of the access token in seconds. * * @param int $expiresIn */ public function setExpiresIn($expiresIn) { if (is_null($expiresIn)) { $this->expiresIn = null; $this->issuedAt = null; } else { $this->issuedAt = time(); $this->expiresIn = (int)$expiresIn; } } /** * Gets the time the current access token expires at. * * @return int */ public function getExpiresAt() { if (!is_null($this->expiresAt)) { return $this->expiresAt; } if (!is_null($this->issuedAt) && !is_null($this->expiresIn)) { return $this->issuedAt + $this->expiresIn; } return null; } /** * Returns true if the acccess token has expired. * * @return bool */ public function isExpired() { $expiration = $this->getExpiresAt(); $now = time(); return !is_null($expiration) && $now >= $expiration; } /** * Sets the time the current access token expires at. * * @param int $expiresAt */ public function setExpiresAt($expiresAt) { $this->expiresAt = $expiresAt; } /** * Gets the time the current access token was issued at. */ public function getIssuedAt() { return $this->issuedAt; } /** * Sets the time the current access token was issued at. * * @param int $issuedAt */ public function setIssuedAt($issuedAt) { $this->issuedAt = $issuedAt; } /** * Gets the current access token. */ public function getAccessToken() { return $this->accessToken; } /** * Sets the current access token. * * @param string $accessToken */ public function setAccessToken($accessToken) { $this->accessToken = $accessToken; } /** * Gets the current ID token. */ public function getIdToken() { return $this->idToken; } /** * Sets the current ID token. * * @param $idToken */ public function setIdToken($idToken) { $this->idToken = $idToken; } /** * Gets the refresh token associated with the current access token. */ public function getRefreshToken() { return $this->refreshToken; } /** * Sets the refresh token associated with the current access token. * * @param $refreshToken */ public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; } /** * Sets additional claims to be included in the JWT token * * @param array $additionalClaims */ public function setAdditionalClaims(array $additionalClaims) { $this->additionalClaims = $additionalClaims; } /** * Gets the additional claims to be included in the JWT token. * * @return array */ public function getAdditionalClaims() { return $this->additionalClaims; } /** * The expiration of the last received token. * * @return array|null */ public function getLastReceivedToken() { if ($token = $this->getAccessToken()) { // the bare necessity of an auth token $authToken = [ 'access_token' => $token, 'expires_at' => $this->getExpiresAt(), ]; } elseif ($idToken = $this->getIdToken()) { $authToken = [ 'id_token' => $idToken, 'expires_at' => $this->getExpiresAt(), ]; } else { return null; } if ($expiresIn = $this->getExpiresIn()) { $authToken['expires_in'] = $expiresIn; } if ($issuedAt = $this->getIssuedAt()) { $authToken['issued_at'] = $issuedAt; } if ($refreshToken = $this->getRefreshToken()) { $authToken['refresh_token'] = $refreshToken; } return $authToken; } /** * Get the client ID. * * Alias of {@see Google\Auth\OAuth2::getClientId()}. * * @param callable $httpHandler * @return string * @access private */ public function getClientName(callable $httpHandler = null) { return $this->getClientId(); } /** * @todo handle uri as array * * @param string $uri * @return null|UriInterface */ private function coerceUri($uri) { if (is_null($uri)) { return; } return Psr7\uri_for($uri); } /** * @param string $idToken * @param string|array|null $publicKey * @param array $allowedAlgs * @return object */ private function jwtDecode($idToken, $publicKey, $allowedAlgs) { if (class_exists('Firebase\JWT\JWT')) { return \Firebase\JWT\JWT::decode($idToken, $publicKey, $allowedAlgs); } return \JWT::decode($idToken, $publicKey, $allowedAlgs); } private function jwtEncode($assertion, $signingKey, $signingAlgorithm, $signingKeyId = null) { if (class_exists('Firebase\JWT\JWT')) { return \Firebase\JWT\JWT::encode( $assertion, $signingKey, $signingAlgorithm, $signingKeyId ); } return \JWT::encode($assertion, $signingKey, $signingAlgorithm, $signingKeyId); } /** * Determines if the URI is absolute based on its scheme and host or path * (RFC 3986). * * @param string $uri * @return bool */ private function isAbsoluteUri($uri) { $uri = $this->coerceUri($uri); return $uri->getScheme() && ($uri->getHost() || $uri->getPath()); } /** * @param array $params * @return array */ private function addClientCredentials(&$params) { $clientId = $this->getClientId(); $clientSecret = $this->getClientSecret(); if ($clientId && $clientSecret) { $params['client_id'] = $clientId; $params['client_secret'] = $clientSecret; } return $params; } } PK4 Z)+ + vendor/google/auth/src/Iam.phpnu[httpHandler = $httpHandler ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); } /** * Sign a string using the IAM signBlob API. * * Note that signing using IAM requires your service account to have the * `iam.serviceAccounts.signBlob` permission, part of the "Service Account * Token Creator" IAM role. * * @param string $email The service account email. * @param string $accessToken An access token from the service account. * @param string $stringToSign The string to be signed. * @param array $delegates [optional] A list of service account emails to * add to the delegate chain. If omitted, the value of `$email` will * be used. * @return string The signed string, base64-encoded. */ public function signBlob($email, $accessToken, $stringToSign, array $delegates = []) { $httpHandler = $this->httpHandler; $name = sprintf(self::SERVICE_ACCOUNT_NAME, $email); $uri = self::IAM_API_ROOT . '/' . sprintf(self::SIGN_BLOB_PATH, $name); if ($delegates) { foreach ($delegates as &$delegate) { $delegate = sprintf(self::SERVICE_ACCOUNT_NAME, $delegate); } } else { $delegates = [$name]; } $body = [ 'delegates' => $delegates, 'payload' => base64_encode($stringToSign), ]; $headers = [ 'Authorization' => 'Bearer ' . $accessToken ]; $request = new Psr7\Request( 'POST', $uri, $headers, Psr7\stream_for(json_encode($body)) ); $res = $httpHandler($request); $body = json_decode((string) $res->getBody(), true); return $body['signedBlob']; } } PK4 Z#s((vendor/google/apiclient/LICENSEnu[Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. PK4 ZUxCC!vendor/google/apiclient/README.mdnu[![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge.svg) # Google APIs Client Library for PHP #
Reference Docs
https://googleapis.github.io/google-api-php-client/master/
License
Apache 2.0
The Google API Client Library enables you to work with Google APIs such as Gmail, Drive or YouTube on your server. These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. **NOTE** The actively maintained (v2) version of this client requires PHP 5.6 or above. If you require support for PHP 5.2 or 5.3, use the v1 branch. ## Google Cloud Platform For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [GoogleCloudPlatform/google-cloud-php](https://github.com/googleapis/google-cloud-php) which is under active development. ## Requirements ## * [PHP 5.6.0 or higher](https://www.php.net/) ## Developer Documentation ## The [docs folder](docs/) provides detailed guides for using this library. ## Installation ## You can use **Composer** or simply **Download the Release** ### Composer The preferred method is via [composer](https://getcomposer.org/). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed. Once composer is installed, execute the following command in your project root to install this library: ```sh composer require google/apiclient:"^2.7" ``` Finally, be sure to include the autoloader: ```php require_once '/path/to/your-project/vendor/autoload.php'; ``` This library relies on `google/apiclient-services`. That library provides up-to-date API wrappers for a large number of Google APIs. In order that users may make use of the latest API clients, this library does not pin to a specific version of `google/apiclient-services`. **In order to prevent the accidental installation of API wrappers with breaking changes**, it is highly recommended that you pin to the [latest version](https://github.com/googleapis/google-api-php-client-services/releases) yourself prior to using this library in production. #### Cleaning up unused services There are over 200 Google API services. The chances are good that you will not want them all. In order to avoid shipping these dependencies with your code, you can run the `Google\Task\Composer::cleanup` task and specify the services you want to keep in `composer.json`: ```json { "require": { "google/apiclient": "^2.7" }, "scripts": { "post-update-cmd": "Google\\Task\\Composer::cleanup" }, "extra": { "google/apiclient-services": [ "Drive", "YouTube" ] } } ``` This example will remove all services other than "Drive" and "YouTube" when `composer update` or a fresh `composer install` is run. **IMPORTANT**: If you add any services back in `composer.json`, you will need to remove the `vendor/google/apiclient-services` directory explicity for the change you made to have effect: ```sh rm -r vendor/google/apiclient-services composer update ``` **NOTE**: This command performs an exact match on the service name, so to keep `YouTubeReporting` and `YouTubeAnalytics` as well, you'd need to add each of them explicitly: ```json { "extra": { "google/apiclient-services": [ "Drive", "YouTube", "YouTubeAnalytics", "YouTubeReporting" ] } } ``` ### Download the Release If you prefer not to use composer, you can download the package in its entirety. The [Releases](https://github.com/googleapis/google-api-php-client/releases) page lists all stable versions. Download any file with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and its dependencies. Uncompress the zip file you download, and include the autoloader in your project: ```php require_once '/path/to/google-api-php-client/vendor/autoload.php'; ``` For additional installation and setup instructions, see [the documentation](docs/). ## Examples ## See the [`examples/`](examples) directory for examples of the key client features. You can view them in your browser by running the php built-in web server. ``` $ php -S localhost:8000 -t examples/ ``` And then browsing to the host and port you specified (in the above example, `http://localhost:8000`). ### Basic Example ### ```php // include your composer dependencies require_once 'vendor/autoload.php'; $client = new Google\Client(); $client->setApplicationName("Client_Library_Examples"); $client->setDeveloperKey("YOUR_APP_KEY"); $service = new Google_Service_Books($client); $optParams = array( 'filter' => 'free-ebooks', 'q' => 'Henry David Thoreau' ); $results = $service->volumes->listVolumes($optParams); foreach ($results->getItems() as $item) { echo $item['volumeInfo']['title'], "
\n"; } ``` ### Authentication with OAuth ### > An example of this can be seen in [`examples/simple-file-upload.php`](examples/simple-file-upload.php). 1. Follow the instructions to [Create Web Application Credentials](docs/oauth-web.md#create-authorization-credentials) 1. Download the JSON credentials 1. Set the path to these credentials using `Google\Client::setAuthConfig`: ```php $client = new Google\Client(); $client->setAuthConfig('/path/to/client_credentials.json'); ``` 1. Set the scopes required for the API you are going to call ```php $client->addScope(Google_Service_Drive::DRIVE); ``` 1. Set your application's redirect URI ```php // Your redirect URI can be any registered URI, but in this example // we redirect back to this same page $redirect_uri = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; $client->setRedirectUri($redirect_uri); ``` 1. In the script handling the redirect URI, exchange the authorization code for an access token: ```php if (isset($_GET['code'])) { $token = $client->fetchAccessTokenWithAuthCode($_GET['code']); } ``` ### Authentication with Service Accounts ### > An example of this can be seen in [`examples/service-account.php`](examples/service-account.php). Some APIs (such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do not support service accounts. Check with the specific API documentation if API calls return unexpected 401 or 403 errors. 1. Follow the instructions to [Create a Service Account](docs/oauth-server.md#creating-a-service-account) 1. Download the JSON credentials 1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable: ```php putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json'); ``` 1. Tell the Google client to use your service account credentials to authenticate: ```php $client = new Google\Client(); $client->useApplicationDefaultCredentials(); ``` 1. Set the scopes required for the API you are going to call ```php $client->addScope(Google_Service_Drive::DRIVE); ``` 1. If you have delegated domain-wide access to the service account and you want to impersonate a user account, specify the email address of the user account using the method setSubject: ```php $client->setSubject($user_to_impersonate); ``` ### Making Requests ### The classes used to call the API in [google-api-php-client-services](https://github.com/googleapis/google-api-php-client-services) are autogenerated. They map directly to the JSON requests and responses found in the [APIs Explorer](https://developers.google.com/apis-explorer/#p/). A JSON request to the [Datastore API](https://developers.google.com/apis-explorer/#p/datastore/v1beta3/datastore.projects.runQuery) would look like this: ```json POST https://datastore.googleapis.com/v1beta3/projects/YOUR_PROJECT_ID:runQuery?key=YOUR_API_KEY { "query": { "kind": [{ "name": "Book" }], "order": [{ "property": { "name": "title" }, "direction": "descending" }], "limit": 10 } } ``` Using this library, the same call would look something like this: ```php // create the datastore service class $datastore = new Google_Service_Datastore($client); // build the query - this maps directly to the JSON $query = new Google_Service_Datastore_Query([ 'kind' => [ [ 'name' => 'Book', ], ], 'order' => [ 'property' => [ 'name' => 'title', ], 'direction' => 'descending', ], 'limit' => 10, ]); // build the request and response $request = new Google_Service_Datastore_RunQueryRequest(['query' => $query]); $response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request); ``` However, as each property of the JSON API has a corresponding generated class, the above code could also be written like this: ```php // create the datastore service class $datastore = new Google_Service_Datastore($client); // build the query $request = new Google_Service_Datastore_RunQueryRequest(); $query = new Google_Service_Datastore_Query(); // - set the order $order = new Google_Service_Datastore_PropertyOrder(); $order->setDirection('descending'); $property = new Google_Service_Datastore_PropertyReference(); $property->setName('title'); $order->setProperty($property); $query->setOrder([$order]); // - set the kinds $kind = new Google_Service_Datastore_KindExpression(); $kind->setName('Book'); $query->setKinds([$kind]); // - set the limit $query->setLimit(10); // add the query to the request and make the request $request->setQuery($query); $response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request); ``` The method used is a matter of preference, but *it will be very difficult to use this library without first understanding the JSON syntax for the API*, so it is recommended to look at the [APIs Explorer](https://developers.google.com/apis-explorer/#p/) before using any of the services here. ### Making HTTP Requests Directly ### If Google Authentication is desired for external applications, or a Google API is not available yet in this library, HTTP requests can be made directly. If you are installing this client only to authenticate your own HTTP client requests, you should use [`google/auth`](https://github.com/googleapis/google-auth-library-php#call-the-apis) instead. The `authorize` method returns an authorized [Guzzle Client](http://docs.guzzlephp.org/), so any request made using the client will contain the corresponding authorization. ```php // create the Google client $client = new Google\Client(); /** * Set your method for authentication. Depending on the API, This could be * directly with an access token, API key, or (recommended) using * Application Default Credentials. */ $client->useApplicationDefaultCredentials(); $client->addScope(Google_Service_Plus::PLUS_ME); // returns a Guzzle HTTP Client $httpClient = $client->authorize(); // make an HTTP request $response = $httpClient->get('https://www.googleapis.com/plus/v1/people/me'); ``` ### Caching ### It is recommended to use another caching library to improve performance. This can be done by passing a [PSR-6](https://www.php-fig.org/psr/psr-6/) compatible library to the client: ```php use League\Flysystem\Adapter\Local; use League\Flysystem\Filesystem; use Cache\Adapter\Filesystem\FilesystemCachePool; $filesystemAdapter = new Local(__DIR__.'/'); $filesystem = new Filesystem($filesystemAdapter); $cache = new FilesystemCachePool($filesystem); $client->setCache($cache); ``` In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with composer: ``` composer require cache/filesystem-adapter ``` ### Updating Tokens ### When using [Refresh Tokens](https://developers.google.com/identity/protocols/OAuth2InstalledApp#offline) or [Service Account Credentials](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#overview), it may be useful to perform some action when a new access token is granted. To do this, pass a callable to the `setTokenCallback` method on the client: ```php $logger = new Monolog\Logger(); $tokenCallback = function ($cacheKey, $accessToken) use ($logger) { $logger->debug(sprintf('new access token received at cache key %s', $cacheKey)); }; $client->setTokenCallback($tokenCallback); ``` ### Debugging Your HTTP Request using Charles ### It is often very useful to debug your API calls by viewing the raw HTTP request. This library supports the use of [Charles Web Proxy](https://www.charlesproxy.com/documentation/getting-started/). Download and run Charles, and then capture all HTTP traffic through Charles with the following code: ```php // FOR DEBUGGING ONLY $httpClient = new GuzzleHttp\Client([ 'proxy' => 'localhost:8888', // by default, Charles runs on localhost port 8888 'verify' => false, // otherwise HTTPS requests will fail. ]); $client = new Google\Client(); $client->setHttpClient($httpClient); ``` Now all calls made by this library will appear in the Charles UI. One additional step is required in Charles to view SSL requests. Go to **Charles > Proxy > SSL Proxying Settings** and add the domain you'd like captured. In the case of the Google APIs, this is usually `*.googleapis.com`. ### Controlling HTTP Client Configuration Directly Google API Client uses [Guzzle](http://docs.guzzlephp.org/) as its default HTTP client. That means that you can control your HTTP requests in the same manner you would for any application using Guzzle. Let's say, for instance, we wished to apply a referrer to each request. ```php use GuzzleHttp\Client; $httpClient = new Client([ 'headers' => [ 'referer' => 'mysite.com' ] ]); $client = new Google\Client(); $client->setHttpClient($httpClient); ``` Other Guzzle features such as [Handlers and Middleware](http://docs.guzzlephp.org/en/stable/handlers-and-middleware.html) offer even more control. ### Service Specific Examples ### YouTube: https://github.com/youtube/api-samples/tree/master/php ## How Do I Contribute? ## Please see the [contributing](.github/CONTRIBUTING.md) page for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement. ## Frequently Asked Questions ## ### What do I do if something isn't working? ### For support with the library the best place to ask is via the google-api-php-client tag on StackOverflow: https://stackoverflow.com/questions/tagged/google-api-php-client If there is a specific bug with the library, please [file an issue](https://github.com/googleapis/google-api-php-client/issues) in the GitHub issues tracker, including an example of the failing code and any specific errors retrieved. Feature requests can also be filed, as long as they are core library requests, and not-API specific: for those, refer to the documentation for the individual APIs for the best place to file requests. Please try to provide a clear statement of the problem that the feature would address. ### I want an example of X! ### If X is a feature of the library, file away! If X is an example of using a specific service, the best place to go is to the teams for those specific APIs - our preference is to link to their examples rather than add them to the library, as they can then pin to specific versions of the library. If you have any examples for other APIs, let us know and we will happily add a link to the README above! ### Why does Google_..._Service have weird names? ### The _Service classes are generally automatically generated from the API discovery documents: https://developers.google.com/discovery/. Sometimes new features are added to APIs with unusual names, which can cause some unexpected or non-standard style naming in the PHP classes. ### How do I deal with non-JSON response types? ### Some services return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call: ``` $opt_params = array( 'alt' => "json" ); ``` ### How do I set a field to null? ### The library strips out nulls from the objects sent to the Google APIs as its the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google\Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire. ## Code Quality ## Run the PHPUnit tests with PHPUnit. You can configure an API key and token in BaseTest.php to run all calls, but this will require some setup on the Google Developer Console. phpunit tests/ ### Coding Style To check for coding style violations, run ``` vendor/bin/phpcs src --standard=style/ruleset.xml -np ``` To automatically fix (fixable) coding style violations, run ``` vendor/bin/phpcbf src --standard=style/ruleset.xml ``` PK4 ZW%vendor/google/apiclient/composer.jsonnu[{ "name": "google/apiclient", "type": "library", "description": "Client library for Google APIs", "keywords": ["google"], "homepage": "http://developers.google.com/api-client-library/php", "license": "Apache-2.0", "require": { "php": "^5.6|^7.0|^8.0", "google/auth": "^1.10", "google/apiclient-services": "~0.13", "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", "monolog/monolog": "^1.17|^2.0", "phpseclib/phpseclib": "~2.0||^3.0.2", "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", "guzzlehttp/psr7": "^1.2" }, "require-dev": { "phpunit/phpunit": "^5.7||^8.5.13", "squizlabs/php_codesniffer": "~2.3", "symfony/dom-crawler": "~2.1", "symfony/css-selector": "~2.1", "cache/filesystem-adapter": "^0.3.2|^1.1", "phpcompatibility/php-compatibility": "^9.2", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "composer/composer": "^1.10" }, "suggest": { "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)" }, "autoload": { "psr-4": { "Google\\": "src/" }, "files": [ "src/aliases.php" ], "classmap": [ "src/aliases.php" ] }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } } } PK4 Z"{3""%vendor/google/apiclient/src/Model.phpnu[mapTypes($array); } $this->gapiInit(); } /** * Getter that handles passthrough access to the data array, and lazy object creation. * @param string $key Property name. * @return mixed The value if any, or null. */ public function __get($key) { $keyType = $this->keyType($key); $keyDataType = $this->dataType($key); if ($keyType && !isset($this->processed[$key])) { if (isset($this->modelData[$key])) { $val = $this->modelData[$key]; } elseif ($keyDataType == 'array' || $keyDataType == 'map') { $val = array(); } else { $val = null; } if ($this->isAssociativeArray($val)) { if ($keyDataType && 'map' == $keyDataType) { foreach ($val as $arrayKey => $arrayItem) { $this->modelData[$key][$arrayKey] = new $keyType($arrayItem); } } else { $this->modelData[$key] = new $keyType($val); } } else if (is_array($val)) { $arrayObject = array(); foreach ($val as $arrayIndex => $arrayItem) { $arrayObject[$arrayIndex] = new $keyType($arrayItem); } $this->modelData[$key] = $arrayObject; } $this->processed[$key] = true; } return isset($this->modelData[$key]) ? $this->modelData[$key] : null; } /** * Initialize this object's properties from an array. * * @param array $array Used to seed this object's properties. * @return void */ protected function mapTypes($array) { // Hard initialise simple types, lazy load more complex ones. foreach ($array as $key => $val) { if ($keyType = $this->keyType($key)) { $dataType = $this->dataType($key); if ($dataType == 'array' || $dataType == 'map') { $this->$key = array(); foreach ($val as $itemKey => $itemVal) { if ($itemVal instanceof $keyType) { $this->{$key}[$itemKey] = $itemVal; } else { $this->{$key}[$itemKey] = new $keyType($itemVal); } } } elseif ($val instanceof $keyType) { $this->$key = $val; } else { $this->$key = new $keyType($val); } unset($array[$key]); } elseif (property_exists($this, $key)) { $this->$key = $val; unset($array[$key]); } elseif (property_exists($this, $camelKey = $this->camelCase($key))) { // This checks if property exists as camelCase, leaving it in array as snake_case // in case of backwards compatibility issues. $this->$camelKey = $val; } } $this->modelData = $array; } /** * Blank initialiser to be used in subclasses to do post-construction initialisation - this * avoids the need for subclasses to have to implement the variadics handling in their * constructors. */ protected function gapiInit() { return; } /** * Create a simplified object suitable for straightforward * conversion to JSON. This is relatively expensive * due to the usage of reflection, but shouldn't be called * a whole lot, and is the most straightforward way to filter. */ public function toSimpleObject() { $object = new stdClass(); // Process all other data. foreach ($this->modelData as $key => $val) { $result = $this->getSimpleValue($val); if ($result !== null) { $object->$key = $this->nullPlaceholderCheck($result); } } // Process all public properties. $reflect = new ReflectionObject($this); $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC); foreach ($props as $member) { $name = $member->getName(); $result = $this->getSimpleValue($this->$name); if ($result !== null) { $name = $this->getMappedName($name); $object->$name = $this->nullPlaceholderCheck($result); } } return $object; } /** * Handle different types of values, primarily * other objects and map and array data types. */ private function getSimpleValue($value) { if ($value instanceof Model) { return $value->toSimpleObject(); } else if (is_array($value)) { $return = array(); foreach ($value as $key => $a_value) { $a_value = $this->getSimpleValue($a_value); if ($a_value !== null) { $key = $this->getMappedName($key); $return[$key] = $this->nullPlaceholderCheck($a_value); } } return $return; } return $value; } /** * Check whether the value is the null placeholder and return true null. */ private function nullPlaceholderCheck($value) { if ($value === self::NULL_VALUE) { return null; } return $value; } /** * If there is an internal name mapping, use that. */ private function getMappedName($key) { if (isset($this->internal_gapi_mappings, $this->internal_gapi_mappings[$key])) { $key = $this->internal_gapi_mappings[$key]; } return $key; } /** * Returns true only if the array is associative. * @param array $array * @return bool True if the array is associative. */ protected function isAssociativeArray($array) { if (!is_array($array)) { return false; } $keys = array_keys($array); foreach ($keys as $key) { if (is_string($key)) { return true; } } return false; } /** * Verify if $obj is an array. * @throws \Google\Exception Thrown if $obj isn't an array. * @param array $obj Items that should be validated. * @param string $method Method expecting an array as an argument. */ public function assertIsArray($obj, $method) { if ($obj && !is_array($obj)) { throw new GoogleException( "Incorrect parameter type passed to $method(). Expected an array." ); } } public function offsetExists($offset) { return isset($this->$offset) || isset($this->modelData[$offset]); } public function offsetGet($offset) { return isset($this->$offset) ? $this->$offset : $this->__get($offset); } public function offsetSet($offset, $value) { if (property_exists($this, $offset)) { $this->$offset = $value; } else { $this->modelData[$offset] = $value; $this->processed[$offset] = true; } } public function offsetUnset($offset) { unset($this->modelData[$offset]); } protected function keyType($key) { $keyType = $key . "Type"; // ensure keyType is a valid class if (property_exists($this, $keyType) && class_exists($this->$keyType)) { return $this->$keyType; } } protected function dataType($key) { $dataType = $key . "DataType"; if (property_exists($this, $dataType)) { return $this->$dataType; } } public function __isset($key) { return isset($this->modelData[$key]); } public function __unset($key) { unset($this->modelData[$key]); } /** * Convert a string to camelCase * @param string $value * @return string */ private function camelCase($value) { $value = ucwords(str_replace(array('-', '_'), ' ', $value)); $value = str_replace(' ', '', $value); $value[0] = strtolower($value[0]); return $value; } } PK4 ZOO1vendor/google/apiclient/src/Service/Exception.phpnu[= 0) { parent::__construct($message, $code, $previous); } else { parent::__construct($message, $code); } $this->errors = $errors; } /** * An example of the possible errors returned. * * { * "domain": "global", * "reason": "authError", * "message": "Invalid Credentials", * "locationType": "header", * "location": "Authorization", * } * * @return [{string, string}] List of errors return in an HTTP response or []. */ public function getErrors() { return $this->errors; } } PK4 Z|-vendor/google/apiclient/src/Service/README.mdnu[# Google API Client Services Google API Client Service classes have been moved to the [google-api-php-client-services](https://github.com/google/google-api-php-client-services) repository. PK4 Z5]']'0vendor/google/apiclient/src/Service/Resource.phpnu[ array('type' => 'string', 'location' => 'query'), 'fields' => array('type' => 'string', 'location' => 'query'), 'trace' => array('type' => 'string', 'location' => 'query'), 'userIp' => array('type' => 'string', 'location' => 'query'), 'quotaUser' => array('type' => 'string', 'location' => 'query'), 'data' => array('type' => 'string', 'location' => 'body'), 'mimeType' => array('type' => 'string', 'location' => 'header'), 'uploadType' => array('type' => 'string', 'location' => 'query'), 'mediaUpload' => array('type' => 'complex', 'location' => 'query'), 'prettyPrint' => array('type' => 'string', 'location' => 'query'), ); /** @var string $rootUrl */ private $rootUrl; /** @var \Google\Client $client */ private $client; /** @var string $serviceName */ private $serviceName; /** @var string $servicePath */ private $servicePath; /** @var string $resourceName */ private $resourceName; /** @var array $methods */ private $methods; public function __construct($service, $serviceName, $resourceName, $resource) { $this->rootUrl = $service->rootUrl; $this->client = $service->getClient(); $this->servicePath = $service->servicePath; $this->serviceName = $serviceName; $this->resourceName = $resourceName; $this->methods = is_array($resource) && isset($resource['methods']) ? $resource['methods'] : array($resourceName => $resource); } /** * TODO: This function needs simplifying. * @param $name * @param $arguments * @param $expectedClass - optional, the expected class name * @return Request|$expectedClass * @throws \Google\Exception */ public function call($name, $arguments, $expectedClass = null) { if (! isset($this->methods[$name])) { $this->client->getLogger()->error( 'Service method unknown', array( 'service' => $this->serviceName, 'resource' => $this->resourceName, 'method' => $name ) ); throw new GoogleException( "Unknown function: " . "{$this->serviceName}->{$this->resourceName}->{$name}()" ); } $method = $this->methods[$name]; $parameters = $arguments[0]; // postBody is a special case since it's not defined in the discovery // document as parameter, but we abuse the param entry for storing it. $postBody = null; if (isset($parameters['postBody'])) { if ($parameters['postBody'] instanceof Model) { // In the cases the post body is an existing object, we want // to use the smart method to create a simple object for // for JSONification. $parameters['postBody'] = $parameters['postBody']->toSimpleObject(); } else if (is_object($parameters['postBody'])) { // If the post body is another kind of object, we will try and // wrangle it into a sensible format. $parameters['postBody'] = $this->convertToArrayAndStripNulls($parameters['postBody']); } $postBody = (array) $parameters['postBody']; unset($parameters['postBody']); } // TODO: optParams here probably should have been // handled already - this may well be redundant code. if (isset($parameters['optParams'])) { $optParams = $parameters['optParams']; unset($parameters['optParams']); $parameters = array_merge($parameters, $optParams); } if (!isset($method['parameters'])) { $method['parameters'] = array(); } $method['parameters'] = array_merge( $this->stackParameters, $method['parameters'] ); foreach ($parameters as $key => $val) { if ($key != 'postBody' && ! isset($method['parameters'][$key])) { $this->client->getLogger()->error( 'Service parameter unknown', array( 'service' => $this->serviceName, 'resource' => $this->resourceName, 'method' => $name, 'parameter' => $key ) ); throw new GoogleException("($name) unknown parameter: '$key'"); } } foreach ($method['parameters'] as $paramName => $paramSpec) { if (isset($paramSpec['required']) && $paramSpec['required'] && ! isset($parameters[$paramName]) ) { $this->client->getLogger()->error( 'Service parameter missing', array( 'service' => $this->serviceName, 'resource' => $this->resourceName, 'method' => $name, 'parameter' => $paramName ) ); throw new GoogleException("($name) missing required param: '$paramName'"); } if (isset($parameters[$paramName])) { $value = $parameters[$paramName]; $parameters[$paramName] = $paramSpec; $parameters[$paramName]['value'] = $value; unset($parameters[$paramName]['required']); } else { // Ensure we don't pass nulls. unset($parameters[$paramName]); } } $this->client->getLogger()->info( 'Service Call', array( 'service' => $this->serviceName, 'resource' => $this->resourceName, 'method' => $name, 'arguments' => $parameters, ) ); // build the service uri $url = $this->createRequestUri( $method['path'], $parameters ); // NOTE: because we're creating the request by hand, // and because the service has a rootUrl property // the "base_uri" of the Http Client is not accounted for $request = new Request( $method['httpMethod'], $url, ['content-type' => 'application/json'], $postBody ? json_encode($postBody) : '' ); // support uploads if (isset($parameters['data'])) { $mimeType = isset($parameters['mimeType']) ? $parameters['mimeType']['value'] : 'application/octet-stream'; $data = $parameters['data']['value']; $upload = new MediaFileUpload($this->client, $request, $mimeType, $data); // pull down the modified request $request = $upload->getRequest(); } // if this is a media type, we will return the raw response // rather than using an expected class if (isset($parameters['alt']) && $parameters['alt']['value'] == 'media') { $expectedClass = null; } // if the client is marked for deferring, rather than // execute the request, return the response if ($this->client->shouldDefer()) { // @TODO find a better way to do this $request = $request ->withHeader('X-Php-Expected-Class', $expectedClass); return $request; } return $this->client->execute($request, $expectedClass); } protected function convertToArrayAndStripNulls($o) { $o = (array) $o; foreach ($o as $k => $v) { if ($v === null) { unset($o[$k]); } elseif (is_object($v) || is_array($v)) { $o[$k] = $this->convertToArrayAndStripNulls($o[$k]); } } return $o; } /** * Parse/expand request parameters and create a fully qualified * request uri. * @static * @param string $restPath * @param array $params * @return string $requestUrl */ public function createRequestUri($restPath, $params) { // Override the default servicePath address if the $restPath use a / if ('/' == substr($restPath, 0, 1)) { $requestUrl = substr($restPath, 1); } else { $requestUrl = $this->servicePath . $restPath; } // code for leading slash if ($this->rootUrl) { if ('/' !== substr($this->rootUrl, -1) && '/' !== substr($requestUrl, 0, 1)) { $requestUrl = '/' . $requestUrl; } $requestUrl = $this->rootUrl . $requestUrl; } $uriTemplateVars = array(); $queryVars = array(); foreach ($params as $paramName => $paramSpec) { if ($paramSpec['type'] == 'boolean') { $paramSpec['value'] = $paramSpec['value'] ? 'true' : 'false'; } if ($paramSpec['location'] == 'path') { $uriTemplateVars[$paramName] = $paramSpec['value']; } else if ($paramSpec['location'] == 'query') { if (is_array($paramSpec['value'])) { foreach ($paramSpec['value'] as $value) { $queryVars[] = $paramName . '=' . rawurlencode(rawurldecode($value)); } } else { $queryVars[] = $paramName . '=' . rawurlencode(rawurldecode($paramSpec['value'])); } } } if (count($uriTemplateVars)) { $uriTemplateParser = new UriTemplate(); $requestUrl = $uriTemplateParser->parse($requestUrl, $uriTemplateVars); } if (count($queryVars)) { $requestUrl .= '?' . implode('&', $queryVars); } return $requestUrl; } } PK4 Z:NYY)vendor/google/apiclient/src/Http/REST.phpnu[getMethod(), (string) $request->getUri()), array(get_class(), 'doExecute'), array($client, $request, $expectedClass) ); if (null !== $retryMap) { $runner->setRetryMap($retryMap); } return $runner->run(); } /** * Executes a Psr\Http\Message\RequestInterface * * @param Client $client * @param RequestInterface $request * @param string $expectedClass * @return array decoded result * @throws \Google\Service\Exception on server side error (ie: not authenticated, * invalid or malformed post body, invalid url) */ public static function doExecute(ClientInterface $client, RequestInterface $request, $expectedClass = null) { try { $httpHandler = HttpHandlerFactory::build($client); $response = $httpHandler($request); } catch (RequestException $e) { // if Guzzle throws an exception, catch it and handle the response if (!$e->hasResponse()) { throw $e; } $response = $e->getResponse(); // specific checking for Guzzle 5: convert to PSR7 response if ($response instanceof \GuzzleHttp\Message\ResponseInterface) { $response = new Response( $response->getStatusCode(), $response->getHeaders() ?: [], $response->getBody(), $response->getProtocolVersion(), $response->getReasonPhrase() ); } } return self::decodeHttpResponse($response, $request, $expectedClass); } /** * Decode an HTTP Response. * @static * @throws \Google\Service\Exception * @param RequestInterface $response The http response to be decoded. * @param ResponseInterface $response * @param string $expectedClass * @return mixed|null */ public static function decodeHttpResponse( ResponseInterface $response, RequestInterface $request = null, $expectedClass = null ) { $code = $response->getStatusCode(); // retry strategy if (intVal($code) >= 400) { // if we errored out, it should be safe to grab the response body $body = (string) $response->getBody(); // Check if we received errors, and add those to the Exception for convenience throw new GoogleServiceException($body, $code, null, self::getResponseErrors($body)); } // Ensure we only pull the entire body into memory if the request is not // of media type $body = self::decodeBody($response, $request); if ($expectedClass = self::determineExpectedClass($expectedClass, $request)) { $json = json_decode($body, true); return new $expectedClass($json); } return $response; } private static function decodeBody(ResponseInterface $response, RequestInterface $request = null) { if (self::isAltMedia($request)) { // don't decode the body, it's probably a really long string return ''; } return (string) $response->getBody(); } private static function determineExpectedClass($expectedClass, RequestInterface $request = null) { // "false" is used to explicitly prevent an expected class from being returned if (false === $expectedClass) { return null; } // if we don't have a request, we just use what's passed in if (null === $request) { return $expectedClass; } // return what we have in the request header if one was not supplied return $expectedClass ?: $request->getHeaderLine('X-Php-Expected-Class'); } private static function getResponseErrors($body) { $json = json_decode($body, true); if (isset($json['error']['errors'])) { return $json['error']['errors']; } return null; } private static function isAltMedia(RequestInterface $request = null) { if ($request && $qs = $request->getUri()->getQuery()) { parse_str($qs, $query); if (isset($query['alt']) && $query['alt'] == 'media') { return true; } } return false; } } PK4 Z"-'$'$4vendor/google/apiclient/src/Http/MediaFileUpload.phpnu[client = $client; $this->request = $request; $this->mimeType = $mimeType; $this->data = $data; $this->resumable = $resumable; $this->chunkSize = $chunkSize; $this->progress = 0; $this->process(); } /** * Set the size of the file that is being uploaded. * @param $size - int file size in bytes */ public function setFileSize($size) { $this->size = $size; } /** * Return the progress on the upload * @return int progress in bytes uploaded. */ public function getProgress() { return $this->progress; } /** * Send the next part of the file to upload. * @param string|bool $chunk Optional. The next set of bytes to send. If false will * use $data passed at construct time. */ public function nextChunk($chunk = false) { $resumeUri = $this->getResumeUri(); if (false == $chunk) { $chunk = substr($this->data, $this->progress, $this->chunkSize); } $lastBytePos = $this->progress + strlen($chunk) - 1; $headers = array( 'content-range' => "bytes $this->progress-$lastBytePos/$this->size", 'content-length' => strlen($chunk), 'expect' => '', ); $request = new Request( 'PUT', $resumeUri, $headers, Psr7\stream_for($chunk) ); return $this->makePutRequest($request); } /** * Return the HTTP result code from the last call made. * @return int code */ public function getHttpResultCode() { return $this->httpResultCode; } /** * Sends a PUT-Request to google drive and parses the response, * setting the appropiate variables from the response() * * @param RequestInterface $request the Request which will be send * * @return false|mixed false when the upload is unfinished or the decoded http response * */ private function makePutRequest(RequestInterface $request) { $response = $this->client->execute($request); $this->httpResultCode = $response->getStatusCode(); if (308 == $this->httpResultCode) { // Track the amount uploaded. $range = $response->getHeaderLine('range'); if ($range) { $range_array = explode('-', $range); $this->progress = $range_array[1] + 1; } // Allow for changing upload URLs. $location = $response->getHeaderLine('location'); if ($location) { $this->resumeUri = $location; } // No problems, but upload not complete. return false; } return REST::decodeHttpResponse($response, $this->request); } /** * Resume a previously unfinished upload * @param $resumeUri the resume-URI of the unfinished, resumable upload. */ public function resume($resumeUri) { $this->resumeUri = $resumeUri; $headers = array( 'content-range' => "bytes */$this->size", 'content-length' => 0, ); $httpRequest = new Request( 'PUT', $this->resumeUri, $headers ); return $this->makePutRequest($httpRequest); } /** * @return RequestInterface * @visible for testing */ private function process() { $this->transformToUploadUrl(); $request = $this->request; $postBody = ''; $contentType = false; $meta = (string) $request->getBody(); $meta = is_string($meta) ? json_decode($meta, true) : $meta; $uploadType = $this->getUploadType($meta); $request = $request->withUri( Uri::withQueryValue($request->getUri(), 'uploadType', $uploadType) ); $mimeType = $this->mimeType ?: $request->getHeaderLine('content-type'); if (self::UPLOAD_RESUMABLE_TYPE == $uploadType) { $contentType = $mimeType; $postBody = is_string($meta) ? $meta : json_encode($meta); } else if (self::UPLOAD_MEDIA_TYPE == $uploadType) { $contentType = $mimeType; $postBody = $this->data; } else if (self::UPLOAD_MULTIPART_TYPE == $uploadType) { // This is a multipart/related upload. $boundary = $this->boundary ?: mt_rand(); $boundary = str_replace('"', '', $boundary); $contentType = 'multipart/related; boundary=' . $boundary; $related = "--$boundary\r\n"; $related .= "Content-Type: application/json; charset=UTF-8\r\n"; $related .= "\r\n" . json_encode($meta) . "\r\n"; $related .= "--$boundary\r\n"; $related .= "Content-Type: $mimeType\r\n"; $related .= "Content-Transfer-Encoding: base64\r\n"; $related .= "\r\n" . base64_encode($this->data) . "\r\n"; $related .= "--$boundary--"; $postBody = $related; } $request = $request->withBody(Psr7\stream_for($postBody)); if (isset($contentType) && $contentType) { $request = $request->withHeader('content-type', $contentType); } return $this->request = $request; } /** * Valid upload types: * - resumable (UPLOAD_RESUMABLE_TYPE) * - media (UPLOAD_MEDIA_TYPE) * - multipart (UPLOAD_MULTIPART_TYPE) * @param $meta * @return string * @visible for testing */ public function getUploadType($meta) { if ($this->resumable) { return self::UPLOAD_RESUMABLE_TYPE; } if (false == $meta && $this->data) { return self::UPLOAD_MEDIA_TYPE; } return self::UPLOAD_MULTIPART_TYPE; } public function getResumeUri() { if (null === $this->resumeUri) { $this->resumeUri = $this->fetchResumeUri(); } return $this->resumeUri; } private function fetchResumeUri() { $body = $this->request->getBody(); if ($body) { $headers = array( 'content-type' => 'application/json; charset=UTF-8', 'content-length' => $body->getSize(), 'x-upload-content-type' => $this->mimeType, 'x-upload-content-length' => $this->size, 'expect' => '', ); foreach ($headers as $key => $value) { $this->request = $this->request->withHeader($key, $value); } } $response = $this->client->execute($this->request, false); $location = $response->getHeaderLine('location'); $code = $response->getStatusCode(); if (200 == $code && true == $location) { return $location; } $message = $code; $body = json_decode((string) $this->request->getBody(), true); if (isset($body['error']['errors'])) { $message .= ': '; foreach ($body['error']['errors'] as $error) { $message .= "{$error['domain']}, {$error['message']};"; } $message = rtrim($message, ';'); } $error = "Failed to start the resumable upload (HTTP {$message})"; $this->client->getLogger()->error($error); throw new GoogleException($error); } private function transformToUploadUrl() { $parts = parse_url((string) $this->request->getUri()); if (!isset($parts['path'])) { $parts['path'] = ''; } $parts['path'] = '/upload' . $parts['path']; $uri = Uri::fromParts($parts); $this->request = $this->request->withUri($uri); } public function setChunkSize($chunkSize) { $this->chunkSize = $chunkSize; } public function getRequest() { return $this->request; } } PK4 Z \N*vendor/google/apiclient/src/Http/Batch.phpnu[client = $client; $this->boundary = $boundary ?: mt_rand(); $this->rootUrl = rtrim($rootUrl ?: $this->client->getConfig('base_path'), '/'); $this->batchPath = $batchPath ?: self::BATCH_PATH; } public function add(RequestInterface $request, $key = false) { if (false == $key) { $key = mt_rand(); } $this->requests[$key] = $request; } public function execute() { $body = ''; $classes = array(); $batchHttpTemplate = <<requests as $key => $request) { $firstLine = sprintf( '%s %s HTTP/%s', $request->getMethod(), $request->getRequestTarget(), $request->getProtocolVersion() ); $content = (string) $request->getBody(); $headers = ''; foreach ($request->getHeaders() as $name => $values) { $headers .= sprintf("%s:%s\r\n", $name, implode(', ', $values)); } $body .= sprintf( $batchHttpTemplate, $this->boundary, $key, $firstLine, $headers, $content ? "\n".$content : '' ); $classes['response-' . $key] = $request->getHeaderLine('X-Php-Expected-Class'); } $body .= "--{$this->boundary}--"; $body = trim($body); $url = $this->rootUrl . '/' . $this->batchPath; $headers = array( 'Content-Type' => sprintf('multipart/mixed; boundary=%s', $this->boundary), 'Content-Length' => strlen($body), ); $request = new Request( 'POST', $url, $headers, $body ); $response = $this->client->execute($request); return $this->parseResponse($response, $classes); } public function parseResponse(ResponseInterface $response, $classes = array()) { $contentType = $response->getHeaderLine('content-type'); $contentType = explode(';', $contentType); $boundary = false; foreach ($contentType as $part) { $part = explode('=', $part, 2); if (isset($part[0]) && 'boundary' == trim($part[0])) { $boundary = $part[1]; } } $body = (string) $response->getBody(); if (!empty($body)) { $body = str_replace("--$boundary--", "--$boundary", $body); $parts = explode("--$boundary", $body); $responses = array(); $requests = array_values($this->requests); foreach ($parts as $i => $part) { $part = trim($part); if (!empty($part)) { list($rawHeaders, $part) = explode("\r\n\r\n", $part, 2); $headers = $this->parseRawHeaders($rawHeaders); $status = substr($part, 0, strpos($part, "\n")); $status = explode(" ", $status); $status = $status[1]; list($partHeaders, $partBody) = $this->parseHttpResponse($part, false); $response = new Response( $status, $partHeaders, Psr7\stream_for($partBody) ); // Need content id. $key = $headers['content-id']; try { $response = REST::decodeHttpResponse($response, $requests[$i-1]); } catch (GoogleServiceException $e) { // Store the exception as the response, so successful responses // can be processed. $response = $e; } $responses[$key] = $response; } } return $responses; } return null; } private function parseRawHeaders($rawHeaders) { $headers = array(); $responseHeaderLines = explode("\r\n", $rawHeaders); foreach ($responseHeaderLines as $headerLine) { if ($headerLine && strpos($headerLine, ':') !== false) { list($header, $value) = explode(': ', $headerLine, 2); $header = strtolower($header); if (isset($headers[$header])) { $headers[$header] .= "\n" . $value; } else { $headers[$header] = $value; } } } return $headers; } /** * Used by the IO lib and also the batch processing. * * @param $respData * @param $headerSize * @return array */ private function parseHttpResponse($respData, $headerSize) { // check proxy header foreach (self::$CONNECTION_ESTABLISHED_HEADERS as $established_header) { if (stripos($respData, $established_header) !== false) { // existed, remove it $respData = str_ireplace($established_header, '', $respData); // Subtract the proxy header size unless the cURL bug prior to 7.30.0 // is present which prevented the proxy header size from being taken into // account. // @TODO look into this // if (!$this->needsQuirk()) { // $headerSize -= strlen($established_header); // } break; } } if ($headerSize) { $responseBody = substr($respData, $headerSize); $responseHeaders = substr($respData, 0, $headerSize); } else { $responseSegments = explode("\r\n\r\n", $respData, 2); $responseHeaders = $responseSegments[0]; $responseBody = isset($responseSegments[1]) ? $responseSegments[1] : null; } $responseHeaders = $this->parseRawHeaders($responseHeaders); return array($responseHeaders, $responseBody); } } PK4 ZSWh)vendor/google/apiclient/src/Exception.phpnu[ > -vendor/google/apiclient/src/Task/Composer.phpnu[getComposer(); $extra = $composer->getPackage()->getExtra(); $servicesToKeep = isset($extra['google/apiclient-services']) ? $extra['google/apiclient-services'] : []; if ($servicesToKeep) { $serviceDir = sprintf( '%s/google/apiclient-services/src/Google/Service', $composer->getConfig()->get('vendor-dir') ); self::verifyServicesToKeep($serviceDir, $servicesToKeep); $finder = self::getServicesToRemove($serviceDir, $servicesToKeep); $filesystem = $filesystem ?: new Filesystem(); if (0 !== $count = count($finder)) { $event->getIO()->write( sprintf( 'Removing %s google services', $count ) ); foreach ($finder as $file) { $realpath = $file->getRealPath(); $filesystem->remove($realpath); $filesystem->remove($realpath . '.php'); } } } } /** * @throws InvalidArgumentException when the service doesn't exist */ private static function verifyServicesToKeep( $serviceDir, array $servicesToKeep ) { $finder = (new Finder()) ->directories() ->depth('== 0'); foreach ($servicesToKeep as $service) { if (!preg_match('/^[a-zA-Z0-9]*$/', $service)) { throw new InvalidArgumentException( sprintf( 'Invalid Google service name "%s"', $service ) ); } try { $finder->in($serviceDir . '/' . $service); } catch (InvalidArgumentException $e) { throw new InvalidArgumentException( sprintf( 'Google service "%s" does not exist or was removed previously', $service ) ); } } } private static function getServicesToRemove( $serviceDir, array $servicesToKeep ) { // find all files in the current directory return (new Finder()) ->directories() ->depth('== 0') ->in($serviceDir) ->exclude($servicesToKeep); } } PK4 Zv+vendor/google/apiclient/src/Task/Runner.phpnu[ self::TASK_RETRY_ALWAYS, '503' => self::TASK_RETRY_ALWAYS, 'rateLimitExceeded' => self::TASK_RETRY_ALWAYS, 'userRateLimitExceeded' => self::TASK_RETRY_ALWAYS, 6 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_RESOLVE_HOST 7 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_CONNECT 28 => self::TASK_RETRY_ALWAYS, // CURLE_OPERATION_TIMEOUTED 35 => self::TASK_RETRY_ALWAYS, // CURLE_SSL_CONNECT_ERROR 52 => self::TASK_RETRY_ALWAYS, // CURLE_GOT_NOTHING 'lighthouseError' => self::TASK_RETRY_NEVER ]; /** * Creates a new task runner with exponential backoff support. * * @param array $config The task runner config * @param string $name The name of the current task (used for logging) * @param callable $action The task to run and possibly retry * @param array $arguments The task arguments * @throws \Google\Task\Exception when misconfigured */ public function __construct( $config, $name, $action, array $arguments = array() ) { if (isset($config['initial_delay'])) { if ($config['initial_delay'] < 0) { throw new GoogleTaskException( 'Task configuration `initial_delay` must not be negative.' ); } $this->delay = $config['initial_delay']; } if (isset($config['max_delay'])) { if ($config['max_delay'] <= 0) { throw new GoogleTaskException( 'Task configuration `max_delay` must be greater than 0.' ); } $this->maxDelay = $config['max_delay']; } if (isset($config['factor'])) { if ($config['factor'] <= 0) { throw new GoogleTaskException( 'Task configuration `factor` must be greater than 0.' ); } $this->factor = $config['factor']; } if (isset($config['jitter'])) { if ($config['jitter'] <= 0) { throw new GoogleTaskException( 'Task configuration `jitter` must be greater than 0.' ); } $this->jitter = $config['jitter']; } if (isset($config['retries'])) { if ($config['retries'] < 0) { throw new GoogleTaskException( 'Task configuration `retries` must not be negative.' ); } $this->maxAttempts += $config['retries']; } if (!is_callable($action)) { throw new GoogleTaskException( 'Task argument `$action` must be a valid callable.' ); } $this->action = $action; $this->arguments = $arguments; } /** * Checks if a retry can be attempted. * * @return boolean */ public function canAttempt() { return $this->attempts < $this->maxAttempts; } /** * Runs the task and (if applicable) automatically retries when errors occur. * * @return mixed * @throws \Google\Service\Exception on failure when no retries are available. */ public function run() { while ($this->attempt()) { try { return call_user_func_array($this->action, $this->arguments); } catch (GoogleServiceException $exception) { $allowedRetries = $this->allowedRetries( $exception->getCode(), $exception->getErrors() ); if (!$this->canAttempt() || !$allowedRetries) { throw $exception; } if ($allowedRetries > 0) { $this->maxAttempts = min( $this->maxAttempts, $this->attempts + $allowedRetries ); } } } } /** * Runs a task once, if possible. This is useful for bypassing the `run()` * loop. * * NOTE: If this is not the first attempt, this function will sleep in * accordance to the backoff configurations before running the task. * * @return boolean */ public function attempt() { if (!$this->canAttempt()) { return false; } if ($this->attempts > 0) { $this->backOff(); } $this->attempts++; return true; } /** * Sleeps in accordance to the backoff configurations. */ private function backOff() { $delay = $this->getDelay(); usleep($delay * 1000000); } /** * Gets the delay (in seconds) for the current backoff period. * * @return float */ private function getDelay() { $jitter = $this->getJitter(); $factor = $this->attempts > 1 ? $this->factor + $jitter : 1 + abs($jitter); return $this->delay = min($this->maxDelay, $this->delay * $factor); } /** * Gets the current jitter (random number between -$this->jitter and * $this->jitter). * * @return float */ private function getJitter() { return $this->jitter * 2 * mt_rand() / mt_getrandmax() - $this->jitter; } /** * Gets the number of times the associated task can be retried. * * NOTE: -1 is returned if the task can be retried indefinitely * * @return integer */ public function allowedRetries($code, $errors = array()) { if (isset($this->retryMap[$code])) { return $this->retryMap[$code]; } if ( !empty($errors) && isset($errors[0]['reason'], $this->retryMap[$errors[0]['reason']]) ) { return $this->retryMap[$errors[0]['reason']]; } return 0; } public function setRetryMap($retryMap) { $this->retryMap = $retryMap; } } PK4 ZF.vendor/google/apiclient/src/Task/Retryable.phpnu[http = $http; } /** * Revoke an OAuth2 access token or refresh token. This method will revoke the current access * token, if a token isn't provided. * * @param string|array $token The token (access token or a refresh token) that should be revoked. * @return boolean Returns True if the revocation was successful, otherwise False. */ public function revokeToken($token) { if (is_array($token)) { if (isset($token['refresh_token'])) { $token = $token['refresh_token']; } else { $token = $token['access_token']; } } $body = Psr7\stream_for(http_build_query(array('token' => $token))); $request = new Request( 'POST', Client::OAUTH2_REVOKE_URI, [ 'Cache-Control' => 'no-store', 'Content-Type' => 'application/x-www-form-urlencoded', ], $body ); $httpHandler = HttpHandlerFactory::build($this->http); $response = $httpHandler($request); return $response->getStatusCode() == 200; } } PK4 Z 2vendor/google/apiclient/src/AccessToken/Verify.phpnu[http = $http; $this->cache = $cache; $this->jwt = $jwt ?: $this->getJwtService(); } /** * Verifies an id token and returns the authenticated apiLoginTicket. * Throws an exception if the id token is not valid. * The audience parameter can be used to control which id tokens are * accepted. By default, the id token must have been issued to this OAuth2 client. * * @param string $idToken the ID token in JWT format * @param string $audience Optional. The audience to verify against JWt "aud" * @return array the token payload, if successful */ public function verifyIdToken($idToken, $audience = null) { if (empty($idToken)) { throw new LogicException('id_token cannot be null'); } // set phpseclib constants if applicable $this->setPhpsecConstants(); // Check signature $certs = $this->getFederatedSignOnCerts(); foreach ($certs as $cert) { try { $payload = $this->jwt->decode( $idToken, $this->getPublicKey($cert), array('RS256') ); if (property_exists($payload, 'aud')) { if ($audience && $payload->aud != $audience) { return false; } } // support HTTP and HTTPS issuers // @see https://developers.google.com/identity/sign-in/web/backend-auth $issuers = array(self::OAUTH2_ISSUER, self::OAUTH2_ISSUER_HTTPS); if (!isset($payload->iss) || !in_array($payload->iss, $issuers)) { return false; } return (array) $payload; } catch (ExpiredException $e) { return false; } catch (ExpiredExceptionV3 $e) { return false; } catch (SignatureInvalidException $e) { // continue } catch (DomainException $e) { // continue } } return false; } private function getCache() { return $this->cache; } /** * Retrieve and cache a certificates file. * * @param $url string location * @throws \Google\Exception * @return array certificates */ private function retrieveCertsFromLocation($url) { // If we're retrieving a local file, just grab it. if (0 !== strpos($url, 'http')) { if (!$file = file_get_contents($url)) { throw new GoogleException( "Failed to retrieve verification certificates: '" . $url . "'." ); } return json_decode($file, true); } $response = $this->http->get($url); if ($response->getStatusCode() == 200) { return json_decode((string) $response->getBody(), true); } throw new GoogleException( sprintf( 'Failed to retrieve verification certificates: "%s".', $response->getBody()->getContents() ), $response->getStatusCode() ); } // Gets federated sign-on certificates to use for verifying identity tokens. // Returns certs as array structure, where keys are key ids, and values // are PEM encoded certificates. private function getFederatedSignOnCerts() { $certs = null; if ($cache = $this->getCache()) { $cacheItem = $cache->getItem('federated_signon_certs_v3'); $certs = $cacheItem->get(); } if (!$certs) { $certs = $this->retrieveCertsFromLocation( self::FEDERATED_SIGNON_CERT_URL ); if ($cache) { $cacheItem->expiresAt(new DateTime('+1 hour')); $cacheItem->set($certs); $cache->save($cacheItem); } } if (!isset($certs['keys'])) { throw new InvalidArgumentException( 'federated sign-on certs expects "keys" to be set' ); } return $certs['keys']; } private function getJwtService() { $jwtClass = 'JWT'; if (class_exists('\Firebase\JWT\JWT')) { $jwtClass = 'Firebase\JWT\JWT'; } if (property_exists($jwtClass, 'leeway') && $jwtClass::$leeway < 1) { // Ensures JWT leeway is at least 1 // @see https://github.com/google/google-api-php-client/issues/827 $jwtClass::$leeway = 1; } return new $jwtClass; } private function getPublicKey($cert) { $bigIntClass = $this->getBigIntClass(); $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256); $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256); $component = array('n' => $modulus, 'e' => $exponent); if (class_exists('phpseclib3\Crypt\RSA\PublicKey')) { /** @var PublicKey $loader */ $loader = PublicKeyLoader::load($component); return $loader->toString('PKCS8'); } $rsaClass = $this->getRsaClass(); $rsa = new $rsaClass(); $rsa->loadKey($component); return $rsa->getPublicKey(); } private function getRsaClass() { if (class_exists('phpseclib3\Crypt\RSA')) { return 'phpseclib3\Crypt\RSA'; } if (class_exists('phpseclib\Crypt\RSA')) { return 'phpseclib\Crypt\RSA'; } return 'Crypt_RSA'; } private function getBigIntClass() { if (class_exists('phpseclib3\Math\BigInteger')) { return 'phpseclib3\Math\BigInteger'; } if (class_exists('phpseclib\Math\BigInteger')) { return 'phpseclib\Math\BigInteger'; } return 'Math_BigInteger'; } private function getOpenSslConstant() { if (class_exists('phpseclib3\Crypt\AES')) { return 'phpseclib3\Crypt\AES::ENGINE_OPENSSL'; } if (class_exists('phpseclib\Crypt\RSA')) { return 'phpseclib\Crypt\RSA::MODE_OPENSSL'; } if (class_exists('Crypt_RSA')) { return 'CRYPT_RSA_MODE_OPENSSL'; } throw new Exception('Cannot find RSA class'); } /** * phpseclib calls "phpinfo" by default, which requires special * whitelisting in the AppEngine VM environment. This function * sets constants to bypass the need for phpseclib to check phpinfo * * @see phpseclib/Math/BigInteger * @see https://github.com/GoogleCloudPlatform/getting-started-php/issues/85 */ private function setPhpsecConstants() { if (filter_var(getenv('GAE_VM'), FILTER_VALIDATE_BOOLEAN)) { if (!defined('MATH_BIGINTEGER_OPENSSL_ENABLED')) { define('MATH_BIGINTEGER_OPENSSL_ENABLED', true); } if (!defined('CRYPT_RSA_MODE')) { define('CRYPT_RSA_MODE', constant($this->getOpenSslConstant())); } } } } PK4 ZO/  >vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.phpnu[cache = $cache; $this->cacheConfig = $cacheConfig; } public function attachCredentials( ClientInterface $http, CredentialsLoader $credentials, callable $tokenCallback = null ) { // use the provided cache if ($this->cache) { $credentials = new FetchAuthTokenCache( $credentials, $this->cacheConfig, $this->cache ); } return $this->attachCredentialsCache($http, $credentials, $tokenCallback); } public function attachCredentialsCache( ClientInterface $http, FetchAuthTokenCache $credentials, callable $tokenCallback = null ) { // if we end up needing to make an HTTP request to retrieve credentials, we // can use our existing one, but we need to throw exceptions so the error // bubbles up. $authHttp = $this->createAuthHttp($http); $authHttpHandler = HttpHandlerFactory::build($authHttp); $middleware = new AuthTokenMiddleware( $credentials, $authHttpHandler, $tokenCallback ); $config = $http->getConfig(); $config['handler']->remove('google_auth'); $config['handler']->push($middleware, 'google_auth'); $config['auth'] = 'google_auth'; $http = new Client($config); return $http; } public function attachToken(ClientInterface $http, array $token, array $scopes) { $tokenFunc = function ($scopes) use ($token) { return $token['access_token']; }; $middleware = new ScopedAccessTokenMiddleware( $tokenFunc, $scopes, $this->cacheConfig, $this->cache ); $config = $http->getConfig(); $config['handler']->remove('google_auth'); $config['handler']->push($middleware, 'google_auth'); $config['auth'] = 'scoped'; $http = new Client($config); return $http; } public function attachKey(ClientInterface $http, $key) { $middleware = new SimpleMiddleware(['key' => $key]); $config = $http->getConfig(); $config['handler']->remove('google_auth'); $config['handler']->push($middleware, 'google_auth'); $config['auth'] = 'simple'; $http = new Client($config); return $http; } private function createAuthHttp(ClientInterface $http) { return new Client( [ 'base_uri' => $http->getConfig('base_uri'), 'http_errors' => true, 'verify' => $http->getConfig('verify'), 'proxy' => $http->getConfig('proxy'), ] ); } } PK4 ZRӯgg>vendor/google/apiclient/src/AuthHandler/AuthHandlerFactory.phpnu[vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.phpnu[cache = $cache; $this->cacheConfig = $cacheConfig; } public function attachCredentials( ClientInterface $http, CredentialsLoader $credentials, callable $tokenCallback = null ) { // use the provided cache if ($this->cache) { $credentials = new FetchAuthTokenCache( $credentials, $this->cacheConfig, $this->cache ); } return $this->attachCredentialsCache($http, $credentials, $tokenCallback); } public function attachCredentialsCache( ClientInterface $http, FetchAuthTokenCache $credentials, callable $tokenCallback = null ) { // if we end up needing to make an HTTP request to retrieve credentials, we // can use our existing one, but we need to throw exceptions so the error // bubbles up. $authHttp = $this->createAuthHttp($http); $authHttpHandler = HttpHandlerFactory::build($authHttp); $subscriber = new AuthTokenSubscriber( $credentials, $authHttpHandler, $tokenCallback ); $http->setDefaultOption('auth', 'google_auth'); $http->getEmitter()->attach($subscriber); return $http; } public function attachToken(ClientInterface $http, array $token, array $scopes) { $tokenFunc = function ($scopes) use ($token) { return $token['access_token']; }; $subscriber = new ScopedAccessTokenSubscriber( $tokenFunc, $scopes, $this->cacheConfig, $this->cache ); $http->setDefaultOption('auth', 'scoped'); $http->getEmitter()->attach($subscriber); return $http; } public function attachKey(ClientInterface $http, $key) { $subscriber = new SimpleSubscriber(['key' => $key]); $http->setDefaultOption('auth', 'simple'); $http->getEmitter()->attach($subscriber); return $http; } private function createAuthHttp(ClientInterface $http) { return new Client( [ 'base_url' => $http->getBaseUrl(), 'defaults' => [ 'exceptions' => true, 'verify' => $http->getDefaultOption('verify'), 'proxy' => $http->getDefaultOption('proxy'), ] ] ); } } PK4 Zq>vendor/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.phpnu[client = $clientOrConfig; } elseif (is_array($clientOrConfig)) { $this->client = new Client($clientOrConfig ?: []); } else { $errorMessage = 'constructor must be array or instance of Google\Client'; if (class_exists('TypeError')) { throw new TypeError($errorMessage); } trigger_error($errorMessage, E_USER_ERROR); } } /** * Return the associated Google\Client class. * @return \Google\Client */ public function getClient() { return $this->client; } /** * Create a new HTTP Batch handler for this service * * @return Batch */ public function createBatch() { return new Batch( $this->client, false, $this->rootUrl, $this->batchPath ); } } PK4 Z@x7ƏƏ&vendor/google/apiclient/src/Client.phpnu[config = array_merge( [ 'application_name' => '', // Don't change these unless you're working against a special development // or testing environment. 'base_path' => self::API_BASE_PATH, // https://developers.google.com/console 'client_id' => '', 'client_secret' => '', // Path to JSON credentials or an array representing those credentials // @see Google\Client::setAuthConfig 'credentials' => null, // @see Google\Client::setScopes 'scopes' => null, // Sets X-Goog-User-Project, which specifies a user project to bill // for access charges associated with the request 'quota_project' => null, 'redirect_uri' => null, 'state' => null, // Simple API access key, also from the API console. Ensure you get // a Server key, and not a Browser key. 'developer_key' => '', // For use with Google Cloud Platform // fetch the ApplicationDefaultCredentials, if applicable // @see https://developers.google.com/identity/protocols/application-default-credentials 'use_application_default_credentials' => false, 'signing_key' => null, 'signing_algorithm' => null, 'subject' => null, // Other OAuth2 parameters. 'hd' => '', 'prompt' => '', 'openid.realm' => '', 'include_granted_scopes' => null, 'login_hint' => '', 'request_visible_actions' => '', 'access_type' => 'online', 'approval_prompt' => 'auto', // Task Runner retry configuration // @see Google\Task\Runner 'retry' => array(), 'retry_map' => null, // Cache class implementing Psr\Cache\CacheItemPoolInterface. // Defaults to Google\Auth\Cache\MemoryCacheItemPool. 'cache' => null, // cache config for downstream auth caching 'cache_config' => [], // function to be called when an access token is fetched // follows the signature function ($cacheKey, $accessToken) 'token_callback' => null, // Service class used in Google\Client::verifyIdToken. // Explicitly pass this in to avoid setting JWT::$leeway 'jwt' => null, // Setting api_format_v2 will return more detailed error messages // from certain APIs. 'api_format_v2' => false ], $config ); if (!is_null($this->config['credentials'])) { $this->setAuthConfig($this->config['credentials']); unset($this->config['credentials']); } if (!is_null($this->config['scopes'])) { $this->setScopes($this->config['scopes']); unset($this->config['scopes']); } // Set a default token callback to update the in-memory access token if (is_null($this->config['token_callback'])) { $this->config['token_callback'] = function ($cacheKey, $newAccessToken) { $this->setAccessToken( [ 'access_token' => $newAccessToken, 'expires_in' => 3600, // Google default 'created' => time(), ] ); }; } if (!is_null($this->config['cache'])) { $this->setCache($this->config['cache']); unset($this->config['cache']); } } /** * Get a string containing the version of the library. * * @return string */ public function getLibraryVersion() { return self::LIBVER; } /** * For backwards compatibility * alias for fetchAccessTokenWithAuthCode * * @param $code string code from accounts.google.com * @return array access token * @deprecated */ public function authenticate($code) { return $this->fetchAccessTokenWithAuthCode($code); } /** * Attempt to exchange a code for an valid authentication token. * Helper wrapped around the OAuth 2.0 implementation. * * @param $code string code from accounts.google.com * @return array access token */ public function fetchAccessTokenWithAuthCode($code) { if (strlen($code) == 0) { throw new InvalidArgumentException("Invalid code"); } $auth = $this->getOAuth2Service(); $auth->setCode($code); $auth->setRedirectUri($this->getRedirectUri()); $httpHandler = HttpHandlerFactory::build($this->getHttpClient()); $creds = $auth->fetchAuthToken($httpHandler); if ($creds && isset($creds['access_token'])) { $creds['created'] = time(); $this->setAccessToken($creds); } return $creds; } /** * For backwards compatibility * alias for fetchAccessTokenWithAssertion * * @return array access token * @deprecated */ public function refreshTokenWithAssertion() { return $this->fetchAccessTokenWithAssertion(); } /** * Fetches a fresh access token with a given assertion token. * @param ClientInterface $authHttp optional. * @return array access token */ public function fetchAccessTokenWithAssertion(ClientInterface $authHttp = null) { if (!$this->isUsingApplicationDefaultCredentials()) { throw new DomainException( 'set the JSON service account credentials using' . ' Google\Client::setAuthConfig or set the path to your JSON file' . ' with the "GOOGLE_APPLICATION_CREDENTIALS" environment variable' . ' and call Google\Client::useApplicationDefaultCredentials to' . ' refresh a token with assertion.' ); } $this->getLogger()->log( 'info', 'OAuth2 access token refresh with Signed JWT assertion grants.' ); $credentials = $this->createApplicationDefaultCredentials(); $httpHandler = HttpHandlerFactory::build($authHttp); $creds = $credentials->fetchAuthToken($httpHandler); if ($creds && isset($creds['access_token'])) { $creds['created'] = time(); $this->setAccessToken($creds); } return $creds; } /** * For backwards compatibility * alias for fetchAccessTokenWithRefreshToken * * @param string $refreshToken * @return array access token */ public function refreshToken($refreshToken) { return $this->fetchAccessTokenWithRefreshToken($refreshToken); } /** * Fetches a fresh OAuth 2.0 access token with the given refresh token. * @param string $refreshToken * @return array access token */ public function fetchAccessTokenWithRefreshToken($refreshToken = null) { if (null === $refreshToken) { if (!isset($this->token['refresh_token'])) { throw new LogicException( 'refresh token must be passed in or set as part of setAccessToken' ); } $refreshToken = $this->token['refresh_token']; } $this->getLogger()->info('OAuth2 access token refresh'); $auth = $this->getOAuth2Service(); $auth->setRefreshToken($refreshToken); $httpHandler = HttpHandlerFactory::build($this->getHttpClient()); $creds = $auth->fetchAuthToken($httpHandler); if ($creds && isset($creds['access_token'])) { $creds['created'] = time(); if (!isset($creds['refresh_token'])) { $creds['refresh_token'] = $refreshToken; } $this->setAccessToken($creds); } return $creds; } /** * Create a URL to obtain user authorization. * The authorization endpoint allows the user to first * authenticate, and then grant/deny the access request. * @param string|array $scope The scope is expressed as an array or list of space-delimited strings. * @return string */ public function createAuthUrl($scope = null) { if (empty($scope)) { $scope = $this->prepareScopes(); } if (is_array($scope)) { $scope = implode(' ', $scope); } // only accept one of prompt or approval_prompt $approvalPrompt = $this->config['prompt'] ? null : $this->config['approval_prompt']; // include_granted_scopes should be string "true", string "false", or null $includeGrantedScopes = $this->config['include_granted_scopes'] === null ? null : var_export($this->config['include_granted_scopes'], true); $params = array_filter( [ 'access_type' => $this->config['access_type'], 'approval_prompt' => $approvalPrompt, 'hd' => $this->config['hd'], 'include_granted_scopes' => $includeGrantedScopes, 'login_hint' => $this->config['login_hint'], 'openid.realm' => $this->config['openid.realm'], 'prompt' => $this->config['prompt'], 'response_type' => 'code', 'scope' => $scope, 'state' => $this->config['state'], ] ); // If the list of scopes contains plus.login, add request_visible_actions // to auth URL. $rva = $this->config['request_visible_actions']; if (strlen($rva) > 0 && false !== strpos($scope, 'plus.login')) { $params['request_visible_actions'] = $rva; } $auth = $this->getOAuth2Service(); return (string) $auth->buildFullAuthorizationUri($params); } /** * Adds auth listeners to the HTTP client based on the credentials * set in the Google API Client object * * @param ClientInterface $http the http client object. * @return ClientInterface the http client object */ public function authorize(ClientInterface $http = null) { $credentials = null; $token = null; $scopes = null; $http = $http ?: $this->getHttpClient(); $authHandler = $this->getAuthHandler(); // These conditionals represent the decision tree for authentication // 1. Check for Application Default Credentials // 2. Check for API Key // 3a. Check for an Access Token // 3b. If access token exists but is expired, try to refresh it if ($this->isUsingApplicationDefaultCredentials()) { $credentials = $this->createApplicationDefaultCredentials(); $http = $authHandler->attachCredentialsCache( $http, $credentials, $this->config['token_callback'] ); } elseif ($token = $this->getAccessToken()) { $scopes = $this->prepareScopes(); // add refresh subscriber to request a new token if (isset($token['refresh_token']) && $this->isAccessTokenExpired()) { $credentials = $this->createUserRefreshCredentials( $scopes, $token['refresh_token'] ); $http = $authHandler->attachCredentials( $http, $credentials, $this->config['token_callback'] ); } else { $http = $authHandler->attachToken($http, $token, (array) $scopes); } } elseif ($key = $this->config['developer_key']) { $http = $authHandler->attachKey($http, $key); } return $http; } /** * Set the configuration to use application default credentials for * authentication * * @see https://developers.google.com/identity/protocols/application-default-credentials * @param boolean $useAppCreds */ public function useApplicationDefaultCredentials($useAppCreds = true) { $this->config['use_application_default_credentials'] = $useAppCreds; } /** * To prevent useApplicationDefaultCredentials from inappropriately being * called in a conditional * * @see https://developers.google.com/identity/protocols/application-default-credentials */ public function isUsingApplicationDefaultCredentials() { return $this->config['use_application_default_credentials']; } /** * Set the access token used for requests. * * Note that at the time requests are sent, tokens are cached. A token will be * cached for each combination of service and authentication scopes. If a * cache pool is not provided, creating a new instance of the client will * allow modification of access tokens. If a persistent cache pool is * provided, in order to change the access token, you must clear the cached * token by calling `$client->getCache()->clear()`. (Use caution in this case, * as calling `clear()` will remove all cache items, including any items not * related to Google API PHP Client.) * * @param string|array $token * @throws InvalidArgumentException */ public function setAccessToken($token) { if (is_string($token)) { if ($json = json_decode($token, true)) { $token = $json; } else { // assume $token is just the token string $token = array( 'access_token' => $token, ); } } if ($token == null) { throw new InvalidArgumentException('invalid json token'); } if (!isset($token['access_token'])) { throw new InvalidArgumentException("Invalid token format"); } $this->token = $token; } public function getAccessToken() { return $this->token; } /** * @return string|null */ public function getRefreshToken() { if (isset($this->token['refresh_token'])) { return $this->token['refresh_token']; } return null; } /** * Returns if the access_token is expired. * @return bool Returns True if the access_token is expired. */ public function isAccessTokenExpired() { if (!$this->token) { return true; } $created = 0; if (isset($this->token['created'])) { $created = $this->token['created']; } elseif (isset($this->token['id_token'])) { // check the ID token for "iat" // signature verification is not required here, as we are just // using this for convenience to save a round trip request // to the Google API server $idToken = $this->token['id_token']; if (substr_count($idToken, '.') == 2) { $parts = explode('.', $idToken); $payload = json_decode(base64_decode($parts[1]), true); if ($payload && isset($payload['iat'])) { $created = $payload['iat']; } } } // If the token is set to expire in the next 30 seconds. return ($created + ($this->token['expires_in'] - 30)) < time(); } /** * @deprecated See UPGRADING.md for more information */ public function getAuth() { throw new BadMethodCallException( 'This function no longer exists. See UPGRADING.md for more information' ); } /** * @deprecated See UPGRADING.md for more information */ public function setAuth($auth) { throw new BadMethodCallException( 'This function no longer exists. See UPGRADING.md for more information' ); } /** * Set the OAuth 2.0 Client ID. * @param string $clientId */ public function setClientId($clientId) { $this->config['client_id'] = $clientId; } public function getClientId() { return $this->config['client_id']; } /** * Set the OAuth 2.0 Client Secret. * @param string $clientSecret */ public function setClientSecret($clientSecret) { $this->config['client_secret'] = $clientSecret; } public function getClientSecret() { return $this->config['client_secret']; } /** * Set the OAuth 2.0 Redirect URI. * @param string $redirectUri */ public function setRedirectUri($redirectUri) { $this->config['redirect_uri'] = $redirectUri; } public function getRedirectUri() { return $this->config['redirect_uri']; } /** * Set OAuth 2.0 "state" parameter to achieve per-request customization. * @see http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-3.1.2.2 * @param string $state */ public function setState($state) { $this->config['state'] = $state; } /** * @param string $accessType Possible values for access_type include: * {@code "offline"} to request offline access from the user. * {@code "online"} to request online access from the user. */ public function setAccessType($accessType) { $this->config['access_type'] = $accessType; } /** * @param string $approvalPrompt Possible values for approval_prompt include: * {@code "force"} to force the approval UI to appear. * {@code "auto"} to request auto-approval when possible. (This is the default value) */ public function setApprovalPrompt($approvalPrompt) { $this->config['approval_prompt'] = $approvalPrompt; } /** * Set the login hint, email address or sub id. * @param string $loginHint */ public function setLoginHint($loginHint) { $this->config['login_hint'] = $loginHint; } /** * Set the application name, this is included in the User-Agent HTTP header. * @param string $applicationName */ public function setApplicationName($applicationName) { $this->config['application_name'] = $applicationName; } /** * If 'plus.login' is included in the list of requested scopes, you can use * this method to define types of app activities that your app will write. * You can find a list of available types here: * @link https://developers.google.com/+/api/moment-types * * @param array $requestVisibleActions Array of app activity types */ public function setRequestVisibleActions($requestVisibleActions) { if (is_array($requestVisibleActions)) { $requestVisibleActions = implode(" ", $requestVisibleActions); } $this->config['request_visible_actions'] = $requestVisibleActions; } /** * Set the developer key to use, these are obtained through the API Console. * @see http://code.google.com/apis/console-help/#generatingdevkeys * @param string $developerKey */ public function setDeveloperKey($developerKey) { $this->config['developer_key'] = $developerKey; } /** * Set the hd (hosted domain) parameter streamlines the login process for * Google Apps hosted accounts. By including the domain of the user, you * restrict sign-in to accounts at that domain. * @param $hd string - the domain to use. */ public function setHostedDomain($hd) { $this->config['hd'] = $hd; } /** * Set the prompt hint. Valid values are none, consent and select_account. * If no value is specified and the user has not previously authorized * access, then the user is shown a consent screen. * @param $prompt string * {@code "none"} Do not display any authentication or consent screens. Must not be specified with other values. * {@code "consent"} Prompt the user for consent. * {@code "select_account"} Prompt the user to select an account. */ public function setPrompt($prompt) { $this->config['prompt'] = $prompt; } /** * openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth * 2.0. It is used in OpenID 2.0 requests to signify the URL-space for which * an authentication request is valid. * @param $realm string - the URL-space to use. */ public function setOpenidRealm($realm) { $this->config['openid.realm'] = $realm; } /** * If this is provided with the value true, and the authorization request is * granted, the authorization will include any previous authorizations * granted to this user/application combination for other scopes. * @param $include boolean - the URL-space to use. */ public function setIncludeGrantedScopes($include) { $this->config['include_granted_scopes'] = $include; } /** * sets function to be called when an access token is fetched * @param callable $tokenCallback - function ($cacheKey, $accessToken) */ public function setTokenCallback(callable $tokenCallback) { $this->config['token_callback'] = $tokenCallback; } /** * Revoke an OAuth2 access token or refresh token. This method will revoke the current access * token, if a token isn't provided. * * @param string|array|null $token The token (access token or a refresh token) that should be revoked. * @return boolean Returns True if the revocation was successful, otherwise False. */ public function revokeToken($token = null) { $tokenRevoker = new Revoke($this->getHttpClient()); return $tokenRevoker->revokeToken($token ?: $this->getAccessToken()); } /** * Verify an id_token. This method will verify the current id_token, if one * isn't provided. * * @throws LogicException If no token was provided and no token was set using `setAccessToken`. * @throws UnexpectedValueException If the token is not a valid JWT. * @param string|null $idToken The token (id_token) that should be verified. * @return array|false Returns the token payload as an array if the verification was * successful, false otherwise. */ public function verifyIdToken($idToken = null) { $tokenVerifier = new Verify( $this->getHttpClient(), $this->getCache(), $this->config['jwt'] ); if (null === $idToken) { $token = $this->getAccessToken(); if (!isset($token['id_token'])) { throw new LogicException( 'id_token must be passed in or set as part of setAccessToken' ); } $idToken = $token['id_token']; } return $tokenVerifier->verifyIdToken( $idToken, $this->getClientId() ); } /** * Set the scopes to be requested. Must be called before createAuthUrl(). * Will remove any previously configured scopes. * @param string|array $scope_or_scopes, ie: * array( * 'https://www.googleapis.com/auth/plus.login', * 'https://www.googleapis.com/auth/moderator' * ); */ public function setScopes($scope_or_scopes) { $this->requestedScopes = array(); $this->addScope($scope_or_scopes); } /** * This functions adds a scope to be requested as part of the OAuth2.0 flow. * Will append any scopes not previously requested to the scope parameter. * A single string will be treated as a scope to request. An array of strings * will each be appended. * @param $scope_or_scopes string|array e.g. "profile" */ public function addScope($scope_or_scopes) { if (is_string($scope_or_scopes) && !in_array($scope_or_scopes, $this->requestedScopes)) { $this->requestedScopes[] = $scope_or_scopes; } else if (is_array($scope_or_scopes)) { foreach ($scope_or_scopes as $scope) { $this->addScope($scope); } } } /** * Returns the list of scopes requested by the client * @return array the list of scopes * */ public function getScopes() { return $this->requestedScopes; } /** * @return string|null * @visible For Testing */ public function prepareScopes() { if (empty($this->requestedScopes)) { return null; } return implode(' ', $this->requestedScopes); } /** * Helper method to execute deferred HTTP requests. * * @param $request RequestInterface|\Google\Http\Batch * @param string $expectedClass * @throws \Google\Exception * @return object of the type of the expected class or Psr\Http\Message\ResponseInterface. */ public function execute(RequestInterface $request, $expectedClass = null) { $request = $request ->withHeader( 'User-Agent', sprintf( '%s %s%s', $this->config['application_name'], self::USER_AGENT_SUFFIX, $this->getLibraryVersion() ) ) ->withHeader( 'x-goog-api-client', sprintf( 'gl-php/%s gdcl/%s', phpversion(), $this->getLibraryVersion() ) ); if ($this->config['api_format_v2']) { $request = $request->withHeader( 'X-GOOG-API-FORMAT-VERSION', 2 ); } // call the authorize method // this is where most of the grunt work is done $http = $this->authorize(); return REST::execute( $http, $request, $expectedClass, $this->config['retry'], $this->config['retry_map'] ); } /** * Declare whether batch calls should be used. This may increase throughput * by making multiple requests in one connection. * * @param boolean $useBatch True if the batch support should * be enabled. Defaults to False. */ public function setUseBatch($useBatch) { // This is actually an alias for setDefer. $this->setDefer($useBatch); } /** * Are we running in Google AppEngine? * return bool */ public function isAppEngine() { return (isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine') !== false); } public function setConfig($name, $value) { $this->config[$name] = $value; } public function getConfig($name, $default = null) { return isset($this->config[$name]) ? $this->config[$name] : $default; } /** * For backwards compatibility * alias for setAuthConfig * * @param string $file the configuration file * @throws \Google\Exception * @deprecated */ public function setAuthConfigFile($file) { $this->setAuthConfig($file); } /** * Set the auth config from new or deprecated JSON config. * This structure should match the file downloaded from * the "Download JSON" button on in the Google Developer * Console. * @param string|array $config the configuration json * @throws \Google\Exception */ public function setAuthConfig($config) { if (is_string($config)) { if (!file_exists($config)) { throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config)); } $json = file_get_contents($config); if (!$config = json_decode($json, true)) { throw new LogicException('invalid json for auth config'); } } $key = isset($config['installed']) ? 'installed' : 'web'; if (isset($config['type']) && $config['type'] == 'service_account') { // application default credentials $this->useApplicationDefaultCredentials(); // set the information from the config $this->setClientId($config['client_id']); $this->config['client_email'] = $config['client_email']; $this->config['signing_key'] = $config['private_key']; $this->config['signing_algorithm'] = 'HS256'; } elseif (isset($config[$key])) { // old-style $this->setClientId($config[$key]['client_id']); $this->setClientSecret($config[$key]['client_secret']); if (isset($config[$key]['redirect_uris'])) { $this->setRedirectUri($config[$key]['redirect_uris'][0]); } } else { // new-style $this->setClientId($config['client_id']); $this->setClientSecret($config['client_secret']); if (isset($config['redirect_uris'])) { $this->setRedirectUri($config['redirect_uris'][0]); } } } /** * Use when the service account has been delegated domain wide access. * * @param string $subject an email address account to impersonate */ public function setSubject($subject) { $this->config['subject'] = $subject; } /** * Declare whether making API calls should make the call immediately, or * return a request which can be called with ->execute(); * * @param boolean $defer True if calls should not be executed right away. */ public function setDefer($defer) { $this->deferExecution = $defer; } /** * Whether or not to return raw requests * @return boolean */ public function shouldDefer() { return $this->deferExecution; } /** * @return OAuth2 implementation */ public function getOAuth2Service() { if (!isset($this->auth)) { $this->auth = $this->createOAuth2Service(); } return $this->auth; } /** * create a default google auth object */ protected function createOAuth2Service() { $auth = new OAuth2( [ 'clientId' => $this->getClientId(), 'clientSecret' => $this->getClientSecret(), 'authorizationUri' => self::OAUTH2_AUTH_URL, 'tokenCredentialUri' => self::OAUTH2_TOKEN_URI, 'redirectUri' => $this->getRedirectUri(), 'issuer' => $this->config['client_id'], 'signingKey' => $this->config['signing_key'], 'signingAlgorithm' => $this->config['signing_algorithm'], ] ); return $auth; } /** * Set the Cache object * @param CacheItemPoolInterface $cache */ public function setCache(CacheItemPoolInterface $cache) { $this->cache = $cache; } /** * @return CacheItemPoolInterface */ public function getCache() { if (!$this->cache) { $this->cache = $this->createDefaultCache(); } return $this->cache; } /** * @param array $cacheConfig */ public function setCacheConfig(array $cacheConfig) { $this->config['cache_config'] = $cacheConfig; } /** * Set the Logger object * @param LoggerInterface $logger */ public function setLogger(LoggerInterface $logger) { $this->logger = $logger; } /** * @return LoggerInterface */ public function getLogger() { if (!isset($this->logger)) { $this->logger = $this->createDefaultLogger(); } return $this->logger; } protected function createDefaultLogger() { $logger = new Logger('google-api-php-client'); if ($this->isAppEngine()) { $handler = new MonologSyslogHandler('app', LOG_USER, Logger::NOTICE); } else { $handler = new MonologStreamHandler('php://stderr', Logger::NOTICE); } $logger->pushHandler($handler); return $logger; } protected function createDefaultCache() { return new MemoryCacheItemPool; } /** * Set the Http Client object * @param ClientInterface $http */ public function setHttpClient(ClientInterface $http) { $this->http = $http; } /** * @return ClientInterface */ public function getHttpClient() { if (null === $this->http) { $this->http = $this->createDefaultHttpClient(); } return $this->http; } /** * Set the API format version. * * `true` will use V2, which may return more useful error messages. * * @param bool $value */ public function setApiFormatV2($value) { $this->config['api_format_v2'] = (bool) $value; } protected function createDefaultHttpClient() { $guzzleVersion = null; if (defined('\GuzzleHttp\ClientInterface::MAJOR_VERSION')) { $guzzleVersion = ClientInterface::MAJOR_VERSION; } elseif (defined('\GuzzleHttp\ClientInterface::VERSION')) { $guzzleVersion = (int)substr(ClientInterface::VERSION, 0, 1); } if (5 === $guzzleVersion) { $options = [ 'base_url' => $this->config['base_path'], 'defaults' => ['exceptions' => false], ]; if ($this->isAppEngine()) { // set StreamHandler on AppEngine by default $options['handler'] = new StreamHandler(); $options['defaults']['verify'] = '/etc/ca-certificates.crt'; } } elseif (6 === $guzzleVersion || 7 === $guzzleVersion) { // guzzle 6 or 7 $options = [ 'base_uri' => $this->config['base_path'], 'http_errors' => false, ]; } else { throw new LogicException('Could not find supported version of Guzzle.'); } return new GuzzleClient($options); } /** * @return FetchAuthTokenCache */ private function createApplicationDefaultCredentials() { $scopes = $this->prepareScopes(); $sub = $this->config['subject']; $signingKey = $this->config['signing_key']; // create credentials using values supplied in setAuthConfig if ($signingKey) { $serviceAccountCredentials = array( 'client_id' => $this->config['client_id'], 'client_email' => $this->config['client_email'], 'private_key' => $signingKey, 'type' => 'service_account', 'quota_project_id' => $this->config['quota_project'], ); $credentials = CredentialsLoader::makeCredentials( $scopes, $serviceAccountCredentials ); } else { // When $sub is provided, we cannot pass cache classes to ::getCredentials // because FetchAuthTokenCache::setSub does not exist. // The result is when $sub is provided, calls to ::onGce are not cached. $credentials = ApplicationDefaultCredentials::getCredentials( $scopes, null, $sub ? null : $this->config['cache_config'], $sub ? null : $this->getCache(), $this->config['quota_project'] ); } // for service account domain-wide authority (impersonating a user) // @see https://developers.google.com/identity/protocols/OAuth2ServiceAccount if ($sub) { if (!$credentials instanceof ServiceAccountCredentials) { throw new DomainException('domain-wide authority requires service account credentials'); } $credentials->setSub($sub); } // If we are not using FetchAuthTokenCache yet, create it now if (!$credentials instanceof FetchAuthTokenCache) { $credentials = new FetchAuthTokenCache( $credentials, $this->config['cache_config'], $this->getCache() ); } return $credentials; } protected function getAuthHandler() { // Be very careful using the cache, as the underlying auth library's cache // implementation is naive, and the cache keys do not account for user // sessions. // // @see https://github.com/google/google-api-php-client/issues/821 return AuthHandlerFactory::build( $this->getCache(), $this->config['cache_config'] ); } private function createUserRefreshCredentials($scope, $refreshToken) { $creds = array_filter( array( 'client_id' => $this->getClientId(), 'client_secret' => $this->getClientSecret(), 'refresh_token' => $refreshToken, ) ); return new UserRefreshCredentials($scope, $creds); } } PK4 Zt$$1vendor/google/apiclient/src/Utils/UriTemplate.phpnu[ "reserved", "/" => "segments", "." => "dotprefix", "#" => "fragment", ";" => "semicolon", "?" => "form", "&" => "continuation" ); /** * @var reserved array * These are the characters which should not be URL encoded in reserved * strings. */ private $reserved = array( "=", ",", "!", "@", "|", ":", "/", "?", "#", "[", "]",'$', "&", "'", "(", ")", "*", "+", ";" ); private $reservedEncoded = array( "%3D", "%2C", "%21", "%40", "%7C", "%3A", "%2F", "%3F", "%23", "%5B", "%5D", "%24", "%26", "%27", "%28", "%29", "%2A", "%2B", "%3B" ); public function parse($string, array $parameters) { return $this->resolveNextSection($string, $parameters); } /** * This function finds the first matching {...} block and * executes the replacement. It then calls itself to find * subsequent blocks, if any. */ private function resolveNextSection($string, $parameters) { $start = strpos($string, "{"); if ($start === false) { return $string; } $end = strpos($string, "}"); if ($end === false) { return $string; } $string = $this->replace($string, $start, $end, $parameters); return $this->resolveNextSection($string, $parameters); } private function replace($string, $start, $end, $parameters) { // We know a data block will have {} round it, so we can strip that. $data = substr($string, $start + 1, $end - $start - 1); // If the first character is one of the reserved operators, it effects // the processing of the stream. if (isset($this->operators[$data[0]])) { $op = $this->operators[$data[0]]; $data = substr($data, 1); $prefix = ""; $prefix_on_missing = false; switch ($op) { case "reserved": // Reserved means certain characters should not be URL encoded $data = $this->replaceVars($data, $parameters, ",", null, true); break; case "fragment": // Comma separated with fragment prefix. Bare values only. $prefix = "#"; $prefix_on_missing = true; $data = $this->replaceVars($data, $parameters, ",", null, true); break; case "segments": // Slash separated data. Bare values only. $prefix = "/"; $data =$this->replaceVars($data, $parameters, "/"); break; case "dotprefix": // Dot separated data. Bare values only. $prefix = "."; $prefix_on_missing = true; $data = $this->replaceVars($data, $parameters, "."); break; case "semicolon": // Semicolon prefixed and separated. Uses the key name $prefix = ";"; $data = $this->replaceVars($data, $parameters, ";", "=", false, true, false); break; case "form": // Standard URL format. Uses the key name $prefix = "?"; $data = $this->replaceVars($data, $parameters, "&", "="); break; case "continuation": // Standard URL, but with leading ampersand. Uses key name. $prefix = "&"; $data = $this->replaceVars($data, $parameters, "&", "="); break; } // Add the initial prefix character if data is valid. if ($data || ($data !== false && $prefix_on_missing)) { $data = $prefix . $data; } } else { // If no operator we replace with the defaults. $data = $this->replaceVars($data, $parameters); } // This is chops out the {...} and replaces with the new section. return substr($string, 0, $start) . $data . substr($string, $end + 1); } private function replaceVars( $section, $parameters, $sep = ",", $combine = null, $reserved = false, $tag_empty = false, $combine_on_empty = true ) { if (strpos($section, ",") === false) { // If we only have a single value, we can immediately process. return $this->combine( $section, $parameters, $sep, $combine, $reserved, $tag_empty, $combine_on_empty ); } else { // If we have multiple values, we need to split and loop over them. // Each is treated individually, then glued together with the // separator character. $vars = explode(",", $section); return $this->combineList( $vars, $sep, $parameters, $combine, $reserved, false, // Never emit empty strings in multi-param replacements $combine_on_empty ); } } public function combine( $key, $parameters, $sep, $combine, $reserved, $tag_empty, $combine_on_empty ) { $length = false; $explode = false; $skip_final_combine = false; $value = false; // Check for length restriction. if (strpos($key, ":") !== false) { list($key, $length) = explode(":", $key); } // Check for explode parameter. if ($key[strlen($key) - 1] == "*") { $explode = true; $key = substr($key, 0, -1); $skip_final_combine = true; } // Define the list separator. $list_sep = $explode ? $sep : ","; if (isset($parameters[$key])) { $data_type = $this->getDataType($parameters[$key]); switch ($data_type) { case self::TYPE_SCALAR: $value = $this->getValue($parameters[$key], $length); break; case self::TYPE_LIST: $values = array(); foreach ($parameters[$key] as $pkey => $pvalue) { $pvalue = $this->getValue($pvalue, $length); if ($combine && $explode) { $values[$pkey] = $key . $combine . $pvalue; } else { $values[$pkey] = $pvalue; } } $value = implode($list_sep, $values); if ($value == '') { return ''; } break; case self::TYPE_MAP: $values = array(); foreach ($parameters[$key] as $pkey => $pvalue) { $pvalue = $this->getValue($pvalue, $length); if ($explode) { $pkey = $this->getValue($pkey, $length); $values[] = $pkey . "=" . $pvalue; // Explode triggers = combine. } else { $values[] = $pkey; $values[] = $pvalue; } } $value = implode($list_sep, $values); if ($value == '') { return false; } break; } } else if ($tag_empty) { // If we are just indicating empty values with their key name, return that. return $key; } else { // Otherwise we can skip this variable due to not being defined. return false; } if ($reserved) { $value = str_replace($this->reservedEncoded, $this->reserved, $value); } // If we do not need to include the key name, we just return the raw // value. if (!$combine || $skip_final_combine) { return $value; } // Else we combine the key name: foo=bar, if value is not the empty string. return $key . ($value != '' || $combine_on_empty ? $combine . $value : ''); } /** * Return the type of a passed in value */ private function getDataType($data) { if (is_array($data)) { reset($data); if (key($data) !== 0) { return self::TYPE_MAP; } return self::TYPE_LIST; } return self::TYPE_SCALAR; } /** * Utility function that merges multiple combine calls * for multi-key templates. */ private function combineList( $vars, $sep, $parameters, $combine, $reserved, $tag_empty, $combine_on_empty ) { $ret = array(); foreach ($vars as $var) { $response = $this->combine( $var, $parameters, $sep, $combine, $reserved, $tag_empty, $combine_on_empty ); if ($response === false) { continue; } $ret[] = $response; } return implode($sep, $ret); } /** * Utility function to encode and trim values */ private function getValue($value, $length) { if ($length) { $value = substr($value, 0, $length); } $value = rawurlencode($value); return $value; } } PK4 Z H 'vendor/google/apiclient/src/aliases.phpnu[ 'Google_Client', 'Google\\Service' => 'Google_Service', 'Google\\AccessToken\\Revoke' => 'Google_AccessToken_Revoke', 'Google\\AccessToken\\Verify' => 'Google_AccessToken_Verify', 'Google\\Model' => 'Google_Model', 'Google\\Utils\\UriTemplate' => 'Google_Utils_UriTemplate', 'Google\\AuthHandler\\Guzzle6AuthHandler' => 'Google_AuthHandler_Guzzle6AuthHandler', 'Google\\AuthHandler\\Guzzle7AuthHandler' => 'Google_AuthHandler_Guzzle7AuthHandler', 'Google\\AuthHandler\\Guzzle5AuthHandler' => 'Google_AuthHandler_Guzzle5AuthHandler', 'Google\\AuthHandler\\AuthHandlerFactory' => 'Google_AuthHandler_AuthHandlerFactory', 'Google\\Http\\Batch' => 'Google_Http_Batch', 'Google\\Http\\MediaFileUpload' => 'Google_Http_MediaFileUpload', 'Google\\Http\\REST' => 'Google_Http_REST', 'Google\\Task\\Retryable' => 'Google_Task_Retryable', 'Google\\Task\\Exception' => 'Google_Task_Exception', 'Google\\Task\\Runner' => 'Google_Task_Runner', 'Google\\Collection' => 'Google_Collection', 'Google\\Service\\Exception' => 'Google_Service_Exception', 'Google\\Service\\Resource' => 'Google_Service_Resource', 'Google\\Exception' => 'Google_Exception', ]; foreach ($classMap as $class => $alias) { class_alias($class, $alias); } /** * This class needs to be defined explicitly as scripts must be recognized by * the autoloader. */ class Google_Task_Composer extends \Google\Task\Composer { } if (\false) { class Google_AccessToken_Revoke extends \Google\AccessToken\Revoke {} class Google_AccessToken_Verify extends \Google\AccessToken\Verify {} class Google_AuthHandler_AuthHandlerFactory extends \Google\AuthHandler\AuthHandlerFactory {} class Google_AuthHandler_Guzzle5AuthHandler extends \Google\AuthHandler\Guzzle5AuthHandler {} class Google_AuthHandler_Guzzle6AuthHandler extends \Google\AuthHandler\Guzzle6AuthHandler {} class Google_AuthHandler_Guzzle7AuthHandler extends \Google\AuthHandler\Guzzle7AuthHandler {} class Google_Client extends \Google\Client {} class Google_Collection extends \Google\Collection {} class Google_Exception extends \Google\Exception {} class Google_Http_Batch extends \Google\Http\Batch {} class Google_Http_MediaFileUpload extends \Google\Http\MediaFileUpload {} class Google_Http_REST extends \Google\Http\REST {} class Google_Model extends \Google\Model {} class Google_Service extends \Google\Service {} class Google_Service_Exception extends \Google\Service\Exception {} class Google_Service_Resource extends \Google\Service\Resource {} class Google_Task_Exception extends \Google\Task\Exception {} class Google_Task_Retryable extends \Google\Task\Retryable {} class Google_Task_Runner extends \Google\Task\Runner {} class Google_Utils_UriTemplate extends \Google\Utils\UriTemplate {} } PK4 Z*vendor/google/apiclient/src/Collection.phpnu[{$this->collection_key}) && is_array($this->{$this->collection_key})) { reset($this->{$this->collection_key}); } } public function current() { $this->coerceType($this->key()); if (is_array($this->{$this->collection_key})) { return current($this->{$this->collection_key}); } } public function key() { if (isset($this->{$this->collection_key}) && is_array($this->{$this->collection_key})) { return key($this->{$this->collection_key}); } } public function next() { return next($this->{$this->collection_key}); } public function valid() { $key = $this->key(); return $key !== null && $key !== false; } public function count() { if (!isset($this->{$this->collection_key})) { return 0; } return count($this->{$this->collection_key}); } public function offsetExists($offset) { if (!is_numeric($offset)) { return parent::offsetExists($offset); } return isset($this->{$this->collection_key}[$offset]); } public function offsetGet($offset) { if (!is_numeric($offset)) { return parent::offsetGet($offset); } $this->coerceType($offset); return $this->{$this->collection_key}[$offset]; } public function offsetSet($offset, $value) { if (!is_numeric($offset)) { return parent::offsetSet($offset, $value); } $this->{$this->collection_key}[$offset] = $value; } public function offsetUnset($offset) { if (!is_numeric($offset)) { return parent::offsetUnset($offset); } unset($this->{$this->collection_key}[$offset]); } private function coerceType($offset) { $keyType = $this->keyType($this->collection_key); if ($keyType && !is_object($this->{$this->collection_key}[$offset])) { $this->{$this->collection_key}[$offset] = new $keyType($this->{$this->collection_key}[$offset]); } } } PK4 Z-nKvendor/firebase/php-jwt/LICENSEnu[Copyright (c) 2011, Neuman Vong All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Neuman Vong nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PK4 ZIv !vendor/firebase/php-jwt/README.mdnu[[![Build Status](https://travis-ci.org/firebase/php-jwt.png?branch=master)](https://travis-ci.org/firebase/php-jwt) [![Latest Stable Version](https://poser.pugx.org/firebase/php-jwt/v/stable)](https://packagist.org/packages/firebase/php-jwt) [![Total Downloads](https://poser.pugx.org/firebase/php-jwt/downloads)](https://packagist.org/packages/firebase/php-jwt) [![License](https://poser.pugx.org/firebase/php-jwt/license)](https://packagist.org/packages/firebase/php-jwt) PHP-JWT ======= A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https://tools.ietf.org/html/rfc7519). Installation ------------ Use composer to manage your dependencies and download PHP-JWT: ```bash composer require firebase/php-jwt ``` Example ------- ```php "http://example.org", "aud" => "http://example.com", "iat" => 1356999524, "nbf" => 1357000000 ); /** * IMPORTANT: * You must specify supported algorithms for your application. See * https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40 * for a list of spec-compliant algorithms. */ $jwt = JWT::encode($payload, $key); $decoded = JWT::decode($jwt, $key, array('HS256')); print_r($decoded); /* 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; /** * You can add a leeway to account for when there is a clock skew times between * the signing and verifying servers. It is recommended that this leeway should * not be bigger than a few minutes. * * Source: http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#nbfDef */ 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($payload, $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"; ?> ``` Using JWKs ---------- ```php // Set of keys. The "keys" key is required. For example, the JSON response to // this endpoint: https://www.gstatic.com/iap/verify/public_key-jwk $jwks = ['keys' => []]; // JWK::parseKeySet($jwks) returns an associative array of **kid** to private // key. Pass this as the second parameter to JWT::decode. JWT::decode($payload, JWK::parseKeySet($jwks), $supportedAlgorithm); ``` 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)! - Fixes to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. Thanks to [@Maks3w](https://github.com/Maks3w)! - Fixes to PHPDoc. See [#76](https://github.com/firebase/php-jwt/pull/76) for details. Thanks to [@akeeman](https://github.com/akeeman)! #### 3.0.0 / 2015-07-22 - Minimum PHP version updated from `5.2.0` to `5.3.0`. - Add `\Firebase\JWT` namespace. See [#59](https://github.com/firebase/php-jwt/pull/59) for details. Thanks to [@Dashron](https://github.com/Dashron)! - Require a non-empty key to decode and verify a JWT. See [#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to [@sjones608](https://github.com/sjones608)! - Cleaner documentation blocks in the code. See [#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to [@johanderuijter](https://github.com/johanderuijter)! #### 2.2.0 / 2015-06-22 - Add support for adding custom, optional JWT headers to `JWT::encode()`. See [#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to [@mcocaro](https://github.com/mcocaro)! #### 2.1.0 / 2015-05-20 - Add support for adding a leeway to `JWT:decode()` that accounts for clock skew between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)! - Add support for passing an object implementing the `ArrayAccess` interface for `$keys` argument in `JWT::decode()`. Thanks to [@aztech-dev](https://github.com/aztech-dev)! #### 2.0.0 / 2015-04-01 - **Note**: It is strongly recommended that you update to > v2.0.0 to address known security vulnerabilities in prior versions when both symmetric and asymmetric keys are used together. - Update signature for `JWT::decode(...)` to require an array of supported algorithms to use when verifying token signatures. Tests ----- Run the tests using phpunit: ```bash $ pear install PHPUnit $ phpunit --configuration phpunit.xml.dist PHPUnit 3.7.10 by Sebastian Bergmann. ..... 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). PK4 ZwM%vendor/firebase/php-jwt/composer.jsonnu[{ "name": "firebase/php-jwt", "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", "keywords": [ "php", "jwt" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "license": "BSD-3-Clause", "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "require-dev": { "phpunit/phpunit": ">=4.8 <=9" } } PK4 Z[#L``4vendor/firebase/php-jwt/src/BeforeValidException.phpnu[ * @author Anant Narayanan * @license http://opensource.org/licenses/BSD-3-Clause 3-clause BSD * @link https://github.com/firebase/php-jwt */ class JWT { const ASN1_INTEGER = 0x02; const ASN1_SEQUENCE = 0x10; const ASN1_BIT_STRING = 0x03; /** * When checking nbf, iat or expiration times, * we want to provide some extra leeway time to * account for clock skew. */ public static $leeway = 0; /** * Allow the current timestamp to be specified. * Useful for fixing a value within unit testing. * * Will default to PHP time() value if null. */ public static $timestamp = null; public static $supported_algs = array( 'ES256' => array('openssl', 'SHA256'), 'HS256' => array('hash_hmac', 'SHA256'), 'HS384' => array('hash_hmac', 'SHA384'), 'HS512' => array('hash_hmac', 'SHA512'), 'RS256' => array('openssl', 'SHA256'), 'RS384' => array('openssl', 'SHA384'), 'RS512' => array('openssl', 'SHA512'), ); /** * Decodes a JWT string into a PHP object. * * @param string $jwt The JWT * @param string|array|resource $key The key, or map of keys. * If the algorithm used is asymmetric, this is the public key * @param array $allowed_algs List of supported verification algorithms * Supported algorithms are 'ES256', 'HS256', 'HS384', 'HS512', 'RS256', 'RS384', and 'RS512' * * @return object The JWT's payload as a PHP object * * @throws UnexpectedValueException Provided JWT was invalid * @throws SignatureInvalidException Provided JWT was invalid because the signature verification failed * @throws BeforeValidException Provided JWT is trying to be used before it's eligible as defined by 'nbf' * @throws BeforeValidException Provided JWT is trying to be used before it's been created as defined by 'iat' * @throws ExpiredException Provided JWT has since expired, as defined by the 'exp' claim * * @uses jsonDecode * @uses urlsafeB64Decode */ public static function decode($jwt, $key, array $allowed_algs = array()) { $timestamp = \is_null(static::$timestamp) ? \time() : static::$timestamp; if (empty($key)) { throw new InvalidArgumentException('Key may not be empty'); } $tks = \explode('.', $jwt); if (\count($tks) != 3) { throw new UnexpectedValueException('Wrong number of segments'); } list($headb64, $bodyb64, $cryptob64) = $tks; if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) { throw new UnexpectedValueException('Invalid header encoding'); } if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) { throw new UnexpectedValueException('Invalid claims encoding'); } if (false === ($sig = static::urlsafeB64Decode($cryptob64))) { throw new UnexpectedValueException('Invalid signature encoding'); } if (empty($header->alg)) { throw new UnexpectedValueException('Empty algorithm'); } if (empty(static::$supported_algs[$header->alg])) { throw new UnexpectedValueException('Algorithm not supported'); } if (!\in_array($header->alg, $allowed_algs)) { throw new UnexpectedValueException('Algorithm not allowed'); } if ($header->alg === 'ES256') { // OpenSSL expects an ASN.1 DER sequence for ES256 signatures $sig = self::signatureToDER($sig); } if (\is_array($key) || $key instanceof \ArrayAccess) { if (isset($header->kid)) { if (!isset($key[$header->kid])) { throw new UnexpectedValueException('"kid" invalid, unable to lookup correct key'); } $key = $key[$header->kid]; } else { throw new UnexpectedValueException('"kid" empty, unable to lookup correct key'); } } // Check the signature if (!static::verify("$headb64.$bodyb64", $sig, $key, $header->alg)) { throw new SignatureInvalidException('Signature verification failed'); } // Check the nbf if it is defined. This is the time that the // token can actually be used. If it's not yet that time, abort. if (isset($payload->nbf) && $payload->nbf > ($timestamp + static::$leeway)) { throw new BeforeValidException( 'Cannot handle token prior to ' . \date(DateTime::ISO8601, $payload->nbf) ); } // Check that this token has been created before 'now'. This prevents // using tokens that have been created for later use (and haven't // correctly used the nbf claim). if (isset($payload->iat) && $payload->iat > ($timestamp + static::$leeway)) { throw new BeforeValidException( 'Cannot handle token prior to ' . \date(DateTime::ISO8601, $payload->iat) ); } // Check if this token has expired. if (isset($payload->exp) && ($timestamp - static::$leeway) >= $payload->exp) { throw new ExpiredException('Expired token'); } return $payload; } /** * Converts and signs a PHP object or array into a JWT string. * * @param object|array $payload PHP object or array * @param string $key The secret key. * If the algorithm used is asymmetric, this is the private key * @param string $alg The signing algorithm. * Supported algorithms are 'ES256', 'HS256', 'HS384', 'HS512', 'RS256', 'RS384', and 'RS512' * @param mixed $keyId * @param array $head An array with header elements to attach * * @return string A signed JWT * * @uses jsonEncode * @uses urlsafeB64Encode */ public static function encode($payload, $key, $alg = 'HS256', $keyId = null, $head = null) { $header = array('typ' => 'JWT', 'alg' => $alg); if ($keyId !== null) { $header['kid'] = $keyId; } if (isset($head) && \is_array($head)) { $header = \array_merge($head, $header); } $segments = array(); $segments[] = static::urlsafeB64Encode(static::jsonEncode($header)); $segments[] = static::urlsafeB64Encode(static::jsonEncode($payload)); $signing_input = \implode('.', $segments); $signature = static::sign($signing_input, $key, $alg); $segments[] = static::urlsafeB64Encode($signature); return \implode('.', $segments); } /** * Sign a string with a given key and algorithm. * * @param string $msg The message to sign * @param string|resource $key The secret key * @param string $alg The signing algorithm. * Supported algorithms are 'ES256', 'HS256', 'HS384', 'HS512', 'RS256', 'RS384', and 'RS512' * * @return string An encrypted message * * @throws DomainException Unsupported algorithm was specified */ public static function sign($msg, $key, $alg = 'HS256') { if (empty(static::$supported_algs[$alg])) { throw new DomainException('Algorithm not supported'); } list($function, $algorithm) = static::$supported_algs[$alg]; switch ($function) { case 'hash_hmac': return \hash_hmac($algorithm, $msg, $key, true); case 'openssl': $signature = ''; $success = \openssl_sign($msg, $signature, $key, $algorithm); if (!$success) { throw new DomainException("OpenSSL unable to sign data"); } else { if ($alg === 'ES256') { $signature = self::signatureFromDER($signature, 256); } return $signature; } } } /** * Verify a signature with the message, key and method. Not all methods * are symmetric, so we must have a separate verify and sign method. * * @param string $msg The original message (header and body) * @param string $signature The original signature * @param string|resource $key For HS*, a string key works. for RS*, must be a resource of an openssl public key * @param string $alg The algorithm * * @return bool * * @throws DomainException Invalid Algorithm or OpenSSL failure */ private static function verify($msg, $signature, $key, $alg) { if (empty(static::$supported_algs[$alg])) { throw new DomainException('Algorithm not supported'); } list($function, $algorithm) = static::$supported_algs[$alg]; switch ($function) { case 'openssl': $success = \openssl_verify($msg, $signature, $key, $algorithm); if ($success === 1) { return true; } elseif ($success === 0) { return false; } // returns 1 on success, 0 on failure, -1 on error. throw new DomainException( 'OpenSSL error: ' . \openssl_error_string() ); case 'hash_hmac': default: $hash = \hash_hmac($algorithm, $msg, $key, true); if (\function_exists('hash_equals')) { return \hash_equals($signature, $hash); } $len = \min(static::safeStrlen($signature), static::safeStrlen($hash)); $status = 0; for ($i = 0; $i < $len; $i++) { $status |= (\ord($signature[$i]) ^ \ord($hash[$i])); } $status |= (static::safeStrlen($signature) ^ static::safeStrlen($hash)); return ($status === 0); } } /** * Decode a JSON string into a PHP object. * * @param string $input JSON string * * @return object Object representation of JSON string * * @throws DomainException Provided string was invalid JSON */ public static function jsonDecode($input) { if (\version_compare(PHP_VERSION, '5.4.0', '>=') && !(\defined('JSON_C_VERSION') && PHP_INT_SIZE > 4)) { /** In PHP >=5.4.0, json_decode() accepts an options parameter, that allows you * to specify that large ints (like Steam Transaction IDs) should be treated as * strings, rather than the PHP default behaviour of converting them to floats. */ $obj = \json_decode($input, false, 512, JSON_BIGINT_AS_STRING); } else { /** Not all servers will support that, however, so for older versions we must * manually detect large ints in the JSON string and quote them (thus converting *them to strings) before decoding, hence the preg_replace() call. */ $max_int_length = \strlen((string) PHP_INT_MAX) - 1; $json_without_bigints = \preg_replace('/:\s*(-?\d{'.$max_int_length.',})/', ': "$1"', $input); $obj = \json_decode($json_without_bigints); } if ($errno = \json_last_error()) { static::handleJsonError($errno); } elseif ($obj === null && $input !== 'null') { throw new DomainException('Null result with non-null input'); } return $obj; } /** * Encode a PHP object into a JSON string. * * @param object|array $input A PHP object or array * * @return string JSON representation of the PHP object or array * * @throws DomainException Provided object could not be encoded to valid JSON */ public static function jsonEncode($input) { $json = \json_encode($input); if ($errno = \json_last_error()) { static::handleJsonError($errno); } elseif ($json === 'null' && $input !== null) { throw new DomainException('Null result with non-null input'); } return $json; } /** * Decode a string with URL-safe Base64. * * @param string $input A Base64 encoded string * * @return string A decoded string */ public static function urlsafeB64Decode($input) { $remainder = \strlen($input) % 4; if ($remainder) { $padlen = 4 - $remainder; $input .= \str_repeat('=', $padlen); } return \base64_decode(\strtr($input, '-_', '+/')); } /** * Encode a string with URL-safe Base64. * * @param string $input The string you want encoded * * @return string The base64 encode of what you passed in */ public static function urlsafeB64Encode($input) { return \str_replace('=', '', \strtr(\base64_encode($input), '+/', '-_')); } /** * Helper method to create a JSON error. * * @param int $errno An error number from json_last_error() * * @return void */ private static function handleJsonError($errno) { $messages = array( JSON_ERROR_DEPTH => 'Maximum stack depth exceeded', JSON_ERROR_STATE_MISMATCH => 'Invalid or malformed JSON', JSON_ERROR_CTRL_CHAR => 'Unexpected control character found', JSON_ERROR_SYNTAX => 'Syntax error, malformed JSON', JSON_ERROR_UTF8 => 'Malformed UTF-8 characters' //PHP >= 5.3.3 ); throw new DomainException( isset($messages[$errno]) ? $messages[$errno] : 'Unknown JSON error: ' . $errno ); } /** * Get the number of bytes in cryptographic strings. * * @param string $str * * @return int */ private static function safeStrlen($str) { if (\function_exists('mb_strlen')) { return \mb_strlen($str, '8bit'); } return \strlen($str); } /** * Convert an ECDSA signature to an ASN.1 DER sequence * * @param string $sig The ECDSA signature to convert * @return string The encoded DER object */ private static function signatureToDER($sig) { // Separate the signature into r-value and s-value list($r, $s) = \str_split($sig, (int) (\strlen($sig) / 2)); // Trim leading zeros $r = \ltrim($r, "\x00"); $s = \ltrim($s, "\x00"); // Convert r-value and s-value from unsigned big-endian integers to // signed two's complement if (\ord($r[0]) > 0x7f) { $r = "\x00" . $r; } if (\ord($s[0]) > 0x7f) { $s = "\x00" . $s; } return self::encodeDER( self::ASN1_SEQUENCE, self::encodeDER(self::ASN1_INTEGER, $r) . self::encodeDER(self::ASN1_INTEGER, $s) ); } /** * Encodes a value into a DER object. * * @param int $type DER tag * @param string $value the value to encode * @return string the encoded object */ private static function encodeDER($type, $value) { $tag_header = 0; if ($type === self::ASN1_SEQUENCE) { $tag_header |= 0x20; } // Type $der = \chr($tag_header | $type); // Length $der .= \chr(\strlen($value)); return $der . $value; } /** * Encodes signature from a DER object. * * @param string $der binary signature in DER format * @param int $keySize the number of bits in the key * @return string the signature */ private static function signatureFromDER($der, $keySize) { // OpenSSL returns the ECDSA signatures as a binary ASN.1 DER SEQUENCE list($offset, $_) = self::readDER($der); list($offset, $r) = self::readDER($der, $offset); list($offset, $s) = self::readDER($der, $offset); // Convert r-value and s-value from signed two's compliment to unsigned // big-endian integers $r = \ltrim($r, "\x00"); $s = \ltrim($s, "\x00"); // Pad out r and s so that they are $keySize bits long $r = \str_pad($r, $keySize / 8, "\x00", STR_PAD_LEFT); $s = \str_pad($s, $keySize / 8, "\x00", STR_PAD_LEFT); return $r . $s; } /** * Reads binary DER-encoded data and decodes into a single object * * @param string $der the binary data in DER format * @param int $offset the offset of the data stream containing the object * to decode * @return array [$offset, $data] the new offset and the decoded object */ private static function readDER($der, $offset = 0) { $pos = $offset; $size = \strlen($der); $constructed = (\ord($der[$pos]) >> 5) & 0x01; $type = \ord($der[$pos++]) & 0x1f; // Length $len = \ord($der[$pos++]); if ($len & 0x80) { $n = $len & 0x1f; $len = 0; while ($n-- && $pos < $size) { $len = ($len << 8) | \ord($der[$pos++]); } } // Value if ($type == self::ASN1_BIT_STRING) { $pos++; // Skip the first contents octet (padding indicator) $data = \substr($der, $pos, $len - 1); $pos += $len - 1; } elseif (!$constructed) { $data = \substr($der, $pos, $len); $pos += $len; } else { $data = null; } return array($pos, $data); } } PK4 Z]D z\\0vendor/firebase/php-jwt/src/ExpiredException.phpnu[ * @license http://opensource.org/licenses/BSD-3-Clause 3-clause BSD * @link https://github.com/firebase/php-jwt */ class JWK { /** * Parse a set of JWK keys * * @param array $jwks The JSON Web Key Set as an associative array * * @return array An associative array that represents the set of keys * * @throws InvalidArgumentException Provided JWK Set is empty * @throws UnexpectedValueException Provided JWK Set was invalid * @throws DomainException OpenSSL failure * * @uses parseKey */ public static function parseKeySet(array $jwks) { $keys = array(); if (!isset($jwks['keys'])) { throw new UnexpectedValueException('"keys" member must exist in the JWK Set'); } if (empty($jwks['keys'])) { throw new InvalidArgumentException('JWK Set did not contain any keys'); } foreach ($jwks['keys'] as $k => $v) { $kid = isset($v['kid']) ? $v['kid'] : $k; if ($key = self::parseKey($v)) { $keys[$kid] = $key; } } if (0 === \count($keys)) { throw new UnexpectedValueException('No supported algorithms found in JWK Set'); } return $keys; } /** * Parse a JWK key * * @param array $jwk An individual JWK * * @return resource|array An associative array that represents the key * * @throws InvalidArgumentException Provided JWK is empty * @throws UnexpectedValueException Provided JWK was invalid * @throws DomainException OpenSSL failure * * @uses createPemFromModulusAndExponent */ private static function parseKey(array $jwk) { if (empty($jwk)) { throw new InvalidArgumentException('JWK must not be empty'); } if (!isset($jwk['kty'])) { throw new UnexpectedValueException('JWK must contain a "kty" parameter'); } switch ($jwk['kty']) { case 'RSA': if (\array_key_exists('d', $jwk)) { throw new UnexpectedValueException('RSA private keys are not supported'); } if (!isset($jwk['n']) || !isset($jwk['e'])) { throw new UnexpectedValueException('RSA keys must contain values for both "n" and "e"'); } $pem = self::createPemFromModulusAndExponent($jwk['n'], $jwk['e']); $publicKey = \openssl_pkey_get_public($pem); if (false === $publicKey) { throw new DomainException( 'OpenSSL error: ' . \openssl_error_string() ); } return $publicKey; default: // Currently only RSA is supported break; } } /** * Create a public key represented in PEM format from RSA modulus and exponent information * * @param string $n The RSA modulus encoded in Base64 * @param string $e The RSA exponent encoded in Base64 * * @return string The RSA public key represented in PEM format * * @uses encodeLength */ private static function createPemFromModulusAndExponent($n, $e) { $modulus = JWT::urlsafeB64Decode($n); $publicExponent = JWT::urlsafeB64Decode($e); $components = array( 'modulus' => \pack('Ca*a*', 2, self::encodeLength(\strlen($modulus)), $modulus), 'publicExponent' => \pack('Ca*a*', 2, self::encodeLength(\strlen($publicExponent)), $publicExponent) ); $rsaPublicKey = \pack( 'Ca*a*a*', 48, self::encodeLength(\strlen($components['modulus']) + \strlen($components['publicExponent'])), $components['modulus'], $components['publicExponent'] ); // sequence(oid(1.2.840.113549.1.1.1), null)) = rsaEncryption. $rsaOID = \pack('H*', '300d06092a864886f70d0101010500'); // hex version of MA0GCSqGSIb3DQEBAQUA $rsaPublicKey = \chr(0) . $rsaPublicKey; $rsaPublicKey = \chr(3) . self::encodeLength(\strlen($rsaPublicKey)) . $rsaPublicKey; $rsaPublicKey = \pack( 'Ca*a*', 48, self::encodeLength(\strlen($rsaOID . $rsaPublicKey)), $rsaOID . $rsaPublicKey ); $rsaPublicKey = "-----BEGIN PUBLIC KEY-----\r\n" . \chunk_split(\base64_encode($rsaPublicKey), 64) . '-----END PUBLIC KEY-----'; return $rsaPublicKey; } /** * DER-encode the length * * DER supports lengths up to (2**8)**127, however, we'll only support lengths up to (2**8)**4. See * {@link http://itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#p=13 X.690 paragraph 8.1.3} for more information. * * @param int $length * @return string */ private static function encodeLength($length) { if ($length <= 0x7F) { return \chr($length); } $temp = \ltrim(\pack('N', $length), \chr(0)); return \pack('Ca*', 0x80 | \strlen($temp), $temp); } } PK4 Z]ee9vendor/firebase/php-jwt/src/SignatureInvalidException.phpnu[ $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', 'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 'a8d3953fd9959404dd22d3dfcd0a79f0' => $vendorDir . '/google/apiclient/src/aliases.php', ); PK4 Z~%vendor/composer/autoload_classmap.phpnu[ $vendorDir . '/composer/InstalledVersions.php', 'Google_AccessToken_Revoke' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_AccessToken_Verify' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_AuthHandlerFactory' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_Guzzle5AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_Guzzle6AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_Guzzle7AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Client' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Collection' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Exception' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Http_Batch' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Http_MediaFileUpload' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Http_REST' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Model' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Service' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Task_Composer' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Task_Exception' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Task_Retryable' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Task_Runner' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Utils_UriTemplate' => $vendorDir . '/google/apiclient/src/aliases.php', ); PK4 Zl=-88vendor/composer/ClassLoader.phpnu[ * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Composer\Autoload; /** * ClassLoader implements a PSR-0, PSR-4 and classmap class loader. * * $loader = new \Composer\Autoload\ClassLoader(); * * // register classes with namespaces * $loader->add('Symfony\Component', __DIR__.'/component'); * $loader->add('Symfony', __DIR__.'/framework'); * * // activate the autoloader * $loader->register(); * * // to enable searching the include path (eg. for PEAR packages) * $loader->setUseIncludePath(true); * * In this example, if you try to use a class in the Symfony\Component * namespace or one of its children (Symfony\Component\Console for instance), * the autoloader will first look for the class under the component/ * directory, and it will then fallback to the framework/ directory if not * found before giving up. * * This class is loosely based on the Symfony UniversalClassLoader. * * @author Fabien Potencier * @author Jordi Boggiano * @see https://www.php-fig.org/psr/psr-0/ * @see https://www.php-fig.org/psr/psr-4/ */ class ClassLoader { private $vendorDir; // PSR-4 private $prefixLengthsPsr4 = array(); private $prefixDirsPsr4 = array(); private $fallbackDirsPsr4 = array(); // PSR-0 private $prefixesPsr0 = array(); private $fallbackDirsPsr0 = array(); private $useIncludePath = false; private $classMap = array(); private $classMapAuthoritative = false; private $missingClasses = array(); private $apcuPrefix; private static $registeredLoaders = array(); public function __construct($vendorDir = null) { $this->vendorDir = $vendorDir; } public function getPrefixes() { if (!empty($this->prefixesPsr0)) { return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); } return array(); } public function getPrefixesPsr4() { return $this->prefixDirsPsr4; } public function getFallbackDirs() { return $this->fallbackDirsPsr0; } public function getFallbackDirsPsr4() { return $this->fallbackDirsPsr4; } public function getClassMap() { return $this->classMap; } /** * @param array $classMap Class to filename map */ public function addClassMap(array $classMap) { if ($this->classMap) { $this->classMap = array_merge($this->classMap, $classMap); } else { $this->classMap = $classMap; } } /** * Registers a set of PSR-0 directories for a given prefix, either * appending or prepending to the ones previously set for this prefix. * * @param string $prefix The prefix * @param array|string $paths The PSR-0 root directories * @param bool $prepend Whether to prepend the directories */ public function add($prefix, $paths, $prepend = false) { if (!$prefix) { if ($prepend) { $this->fallbackDirsPsr0 = array_merge( (array) $paths, $this->fallbackDirsPsr0 ); } else { $this->fallbackDirsPsr0 = array_merge( $this->fallbackDirsPsr0, (array) $paths ); } return; } $first = $prefix[0]; if (!isset($this->prefixesPsr0[$first][$prefix])) { $this->prefixesPsr0[$first][$prefix] = (array) $paths; return; } if ($prepend) { $this->prefixesPsr0[$first][$prefix] = array_merge( (array) $paths, $this->prefixesPsr0[$first][$prefix] ); } else { $this->prefixesPsr0[$first][$prefix] = array_merge( $this->prefixesPsr0[$first][$prefix], (array) $paths ); } } /** * Registers a set of PSR-4 directories for a given namespace, either * appending or prepending to the ones previously set for this namespace. * * @param string $prefix The prefix/namespace, with trailing '\\' * @param array|string $paths The PSR-4 base directories * @param bool $prepend Whether to prepend the directories * * @throws \InvalidArgumentException */ public function addPsr4($prefix, $paths, $prepend = false) { if (!$prefix) { // Register directories for the root namespace. if ($prepend) { $this->fallbackDirsPsr4 = array_merge( (array) $paths, $this->fallbackDirsPsr4 ); } else { $this->fallbackDirsPsr4 = array_merge( $this->fallbackDirsPsr4, (array) $paths ); } } elseif (!isset($this->prefixDirsPsr4[$prefix])) { // Register directories for a new namespace. $length = strlen($prefix); if ('\\' !== $prefix[$length - 1]) { throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); } $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; $this->prefixDirsPsr4[$prefix] = (array) $paths; } elseif ($prepend) { // Prepend directories for an already registered namespace. $this->prefixDirsPsr4[$prefix] = array_merge( (array) $paths, $this->prefixDirsPsr4[$prefix] ); } else { // Append directories for an already registered namespace. $this->prefixDirsPsr4[$prefix] = array_merge( $this->prefixDirsPsr4[$prefix], (array) $paths ); } } /** * Registers a set of PSR-0 directories for a given prefix, * replacing any others previously set for this prefix. * * @param string $prefix The prefix * @param array|string $paths The PSR-0 base directories */ public function set($prefix, $paths) { if (!$prefix) { $this->fallbackDirsPsr0 = (array) $paths; } else { $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; } } /** * Registers a set of PSR-4 directories for a given namespace, * replacing any others previously set for this namespace. * * @param string $prefix The prefix/namespace, with trailing '\\' * @param array|string $paths The PSR-4 base directories * * @throws \InvalidArgumentException */ public function setPsr4($prefix, $paths) { if (!$prefix) { $this->fallbackDirsPsr4 = (array) $paths; } else { $length = strlen($prefix); if ('\\' !== $prefix[$length - 1]) { throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); } $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; $this->prefixDirsPsr4[$prefix] = (array) $paths; } } /** * Turns on searching the include path for class files. * * @param bool $useIncludePath */ public function setUseIncludePath($useIncludePath) { $this->useIncludePath = $useIncludePath; } /** * Can be used to check if the autoloader uses the include path to check * for classes. * * @return bool */ public function getUseIncludePath() { return $this->useIncludePath; } /** * Turns off searching the prefix and fallback directories for classes * that have not been registered with the class map. * * @param bool $classMapAuthoritative */ public function setClassMapAuthoritative($classMapAuthoritative) { $this->classMapAuthoritative = $classMapAuthoritative; } /** * Should class lookup fail if not found in the current class map? * * @return bool */ public function isClassMapAuthoritative() { return $this->classMapAuthoritative; } /** * APCu prefix to use to cache found/not-found classes, if the extension is enabled. * * @param string|null $apcuPrefix */ public function setApcuPrefix($apcuPrefix) { $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; } /** * The APCu prefix in use, or null if APCu caching is not enabled. * * @return string|null */ public function getApcuPrefix() { return $this->apcuPrefix; } /** * Registers this instance as an autoloader. * * @param bool $prepend Whether to prepend the autoloader or not */ public function register($prepend = false) { spl_autoload_register(array($this, 'loadClass'), true, $prepend); if (null === $this->vendorDir) { return; } if ($prepend) { self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; } else { unset(self::$registeredLoaders[$this->vendorDir]); self::$registeredLoaders[$this->vendorDir] = $this; } } /** * Unregisters this instance as an autoloader. */ public function unregister() { spl_autoload_unregister(array($this, 'loadClass')); if (null !== $this->vendorDir) { unset(self::$registeredLoaders[$this->vendorDir]); } } /** * Loads the given class or interface. * * @param string $class The name of the class * @return bool|null True if loaded, null otherwise */ public function loadClass($class) { if ($file = $this->findFile($class)) { includeFile($file); return true; } } /** * Finds the path to the file where the class is defined. * * @param string $class The name of the class * * @return string|false The path if found, false otherwise */ public function findFile($class) { // class map lookup if (isset($this->classMap[$class])) { return $this->classMap[$class]; } if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { return false; } if (null !== $this->apcuPrefix) { $file = apcu_fetch($this->apcuPrefix.$class, $hit); if ($hit) { return $file; } } $file = $this->findFileWithExtension($class, '.php'); // Search for Hack files if we are running on HHVM if (false === $file && defined('HHVM_VERSION')) { $file = $this->findFileWithExtension($class, '.hh'); } if (null !== $this->apcuPrefix) { apcu_add($this->apcuPrefix.$class, $file); } if (false === $file) { // Remember that this class does not exist. $this->missingClasses[$class] = true; } return $file; } /** * Returns the currently registered loaders indexed by their corresponding vendor directories. * * @return self[] */ public static function getRegisteredLoaders() { return self::$registeredLoaders; } private function findFileWithExtension($class, $ext) { // PSR-4 lookup $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; $first = $class[0]; if (isset($this->prefixLengthsPsr4[$first])) { $subPath = $class; while (false !== $lastPos = strrpos($subPath, '\\')) { $subPath = substr($subPath, 0, $lastPos); $search = $subPath . '\\'; if (isset($this->prefixDirsPsr4[$search])) { $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); foreach ($this->prefixDirsPsr4[$search] as $dir) { if (file_exists($file = $dir . $pathEnd)) { return $file; } } } } } // PSR-4 fallback dirs foreach ($this->fallbackDirsPsr4 as $dir) { if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { return $file; } } // PSR-0 lookup if (false !== $pos = strrpos($class, '\\')) { // namespaced class name $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); } else { // PEAR-like class name $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; } if (isset($this->prefixesPsr0[$first])) { foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { if (0 === strpos($class, $prefix)) { foreach ($dirs as $dir) { if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { return $file; } } } } } // PSR-0 fallback dirs foreach ($this->fallbackDirsPsr0 as $dir) { if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { return $file; } } // PSR-0 include paths. if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { return $file; } return false; } } /** * Scope isolated include. * * Prevents access to $this/self from included files. */ function includeFile($file) { include $file; } PK4 Z ..vendor/composer/LICENSEnu[ Copyright (c) Nils Adermann, Jordi Boggiano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK4 ZI !vendor/composer/autoload_real.phpnu[= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInit3b48a237aa5522e7dc5e1a95730536ed::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { $loader->set($namespace, $path); } $map = require __DIR__ . '/autoload_psr4.php'; foreach ($map as $namespace => $path) { $loader->setPsr4($namespace, $path); } $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { $loader->addClassMap($classMap); } } $loader->register(true); if ($useStaticLoader) { $includeFiles = Composer\Autoload\ComposerStaticInit3b48a237aa5522e7dc5e1a95730536ed::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { composerRequire3b48a237aa5522e7dc5e1a95730536ed($fileIdentifier, $file); } return $loader; } } function composerRequire3b48a237aa5522e7dc5e1a95730536ed($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; } } PK4 Z^'vendor/composer/autoload_namespaces.phpnu[ array($vendorDir . '/google/apiclient-services/src'), ); PK4 Z..!vendor/composer/autoload_psr4.phpnu[ array($vendorDir . '/phpseclib/phpseclib/phpseclib'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'), 'ParagonIE\\ConstantTime\\' => array($vendorDir . '/paragonie/constant_time_encoding/src'), 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), 'Google\\Auth\\' => array($vendorDir . '/google/auth/src'), 'Google\\' => array($vendorDir . '/google/apiclient/src'), 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'), ); PK4 Z] %vendor/composer/InstalledVersions.phpnu[ array ( 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'aliases' => array ( ), 'reference' => NULL, 'name' => '__root__', ), 'versions' => array ( '__root__' => array ( 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'aliases' => array ( ), 'reference' => NULL, ), 'firebase/php-jwt' => array ( 'pretty_version' => 'v5.2.1', 'version' => '5.2.1.0', 'aliases' => array ( ), 'reference' => 'f42c9110abe98dd6cfe9053c49bc86acc70b2d23', ), 'google/apiclient' => array ( 'pretty_version' => 'v2.9.1', 'version' => '2.9.1.0', 'aliases' => array ( ), 'reference' => '2fb6e702aca5d68203fa737f89f6f774022494c6', ), 'google/apiclient-services' => array ( 'pretty_version' => 'v0.168.0', 'version' => '0.168.0.0', 'aliases' => array ( ), 'reference' => '46b71684a100f3d976e0321cf24f487b314add68', ), 'google/auth' => array ( 'pretty_version' => 'v1.15.0', 'version' => '1.15.0.0', 'aliases' => array ( ), 'reference' => 'b346c07de6613e26443d7b4830e5e1933b830dc4', ), 'guzzlehttp/guzzle' => array ( 'pretty_version' => '7.3.0', 'version' => '7.3.0.0', 'aliases' => array ( ), 'reference' => '7008573787b430c1c1f650e3722d9bba59967628', ), 'guzzlehttp/promises' => array ( 'pretty_version' => '1.4.1', 'version' => '1.4.1.0', 'aliases' => array ( ), 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', ), 'guzzlehttp/psr7' => array ( 'pretty_version' => '1.8.1', 'version' => '1.8.1.0', 'aliases' => array ( ), 'reference' => '35ea11d335fd638b5882ff1725228b3d35496ab1', ), 'monolog/monolog' => array ( 'pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'aliases' => array ( ), 'reference' => '1cb1cde8e8dd0f70cc0fe51354a59acad9302084', ), 'paragonie/constant_time_encoding' => array ( 'pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'aliases' => array ( ), 'reference' => 'f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c', ), 'paragonie/random_compat' => array ( 'pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'aliases' => array ( ), 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', ), 'phpseclib/phpseclib' => array ( 'pretty_version' => '3.0.7', 'version' => '3.0.7.0', 'aliases' => array ( ), 'reference' => 'd369510df0ebd5e1a5d0fe3d4d23c55fa87a403d', ), 'psr/cache' => array ( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'aliases' => array ( ), 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', ), 'psr/http-client' => array ( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'aliases' => array ( ), 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', ), 'psr/http-client-implementation' => array ( 'provided' => array ( 0 => '1.0', ), ), 'psr/http-message' => array ( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'aliases' => array ( ), 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', ), 'psr/http-message-implementation' => array ( 'provided' => array ( 0 => '1.0', ), ), 'psr/log' => array ( 'pretty_version' => '1.1.3', 'version' => '1.1.3.0', 'aliases' => array ( ), 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc', ), 'psr/log-implementation' => array ( 'provided' => array ( 0 => '1.0.0', ), ), 'ralouphie/getallheaders' => array ( 'pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'aliases' => array ( ), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', ), ), ); private static $canGetVendors; private static $installedByVendor = array(); public static function getInstalledPackages() { $packages = array(); foreach (self::getInstalled() as $installed) { $packages[] = array_keys($installed['versions']); } if (1 === \count($packages)) { return $packages[0]; } return array_keys(array_flip(\call_user_func_array('array_merge', $packages))); } public static function isInstalled($packageName) { foreach (self::getInstalled() as $installed) { if (isset($installed['versions'][$packageName])) { return true; } } return false; } public static function satisfies(VersionParser $parser, $packageName, $constraint) { $constraint = $parser->parseConstraints($constraint); $provided = $parser->parseConstraints(self::getVersionRanges($packageName)); return $provided->matches($constraint); } public static function getVersionRanges($packageName) { foreach (self::getInstalled() as $installed) { if (!isset($installed['versions'][$packageName])) { continue; } $ranges = array(); if (isset($installed['versions'][$packageName]['pretty_version'])) { $ranges[] = $installed['versions'][$packageName]['pretty_version']; } if (array_key_exists('aliases', $installed['versions'][$packageName])) { $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']); } if (array_key_exists('replaced', $installed['versions'][$packageName])) { $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']); } if (array_key_exists('provided', $installed['versions'][$packageName])) { $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']); } return implode(' || ', $ranges); } throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } public static function getVersion($packageName) { foreach (self::getInstalled() as $installed) { if (!isset($installed['versions'][$packageName])) { continue; } if (!isset($installed['versions'][$packageName]['version'])) { return null; } return $installed['versions'][$packageName]['version']; } throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } public static function getPrettyVersion($packageName) { foreach (self::getInstalled() as $installed) { if (!isset($installed['versions'][$packageName])) { continue; } if (!isset($installed['versions'][$packageName]['pretty_version'])) { return null; } return $installed['versions'][$packageName]['pretty_version']; } throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } public static function getReference($packageName) { foreach (self::getInstalled() as $installed) { if (!isset($installed['versions'][$packageName])) { continue; } if (!isset($installed['versions'][$packageName]['reference'])) { return null; } return $installed['versions'][$packageName]['reference']; } throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } public static function getRootPackage() { $installed = self::getInstalled(); return $installed[0]['root']; } public static function getRawData() { return self::$installed; } public static function reload($data) { self::$installed = $data; self::$installedByVendor = array(); } private static function getInstalled() { if (null === self::$canGetVendors) { self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders'); } $installed = array(); if (self::$canGetVendors) { foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { if (isset(self::$installedByVendor[$vendorDir])) { $installed[] = self::$installedByVendor[$vendorDir]; } elseif (is_file($vendorDir.'/composer/installed.php')) { $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; } } } $installed[] = self::$installed; return $installed; } } PK4 ZC#vendor/composer/autoload_static.phpnu[ __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 'a8d3953fd9959404dd22d3dfcd0a79f0' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', ); public static $prefixLengthsPsr4 = array ( 'p' => array ( 'phpseclib3\\' => 11, ), 'P' => array ( 'Psr\\Log\\' => 8, 'Psr\\Http\\Message\\' => 17, 'Psr\\Http\\Client\\' => 16, 'Psr\\Cache\\' => 10, 'ParagonIE\\ConstantTime\\' => 23, ), 'M' => array ( 'Monolog\\' => 8, ), 'G' => array ( 'GuzzleHttp\\Psr7\\' => 16, 'GuzzleHttp\\Promise\\' => 19, 'GuzzleHttp\\' => 11, 'Google\\Auth\\' => 12, 'Google\\' => 7, ), 'F' => array ( 'Firebase\\JWT\\' => 13, ), ); public static $prefixDirsPsr4 = array ( 'phpseclib3\\' => array ( 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib', ), 'Psr\\Log\\' => array ( 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', ), 'Psr\\Http\\Message\\' => array ( 0 => __DIR__ . '/..' . '/psr/http-message/src', ), 'Psr\\Http\\Client\\' => array ( 0 => __DIR__ . '/..' . '/psr/http-client/src', ), 'Psr\\Cache\\' => array ( 0 => __DIR__ . '/..' . '/psr/cache/src', ), 'ParagonIE\\ConstantTime\\' => array ( 0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src', ), 'Monolog\\' => array ( 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', ), 'GuzzleHttp\\Psr7\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', ), 'GuzzleHttp\\Promise\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', ), 'GuzzleHttp\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', ), 'Google\\Auth\\' => array ( 0 => __DIR__ . '/..' . '/google/auth/src', ), 'Google\\' => array ( 0 => __DIR__ . '/..' . '/google/apiclient/src', ), 'Firebase\\JWT\\' => array ( 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', ), ); public static $prefixesPsr0 = array ( 'G' => array ( 'Google_Service_' => array ( 0 => __DIR__ . '/..' . '/google/apiclient-services/src', ), ), ); public static $classMap = array ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'Google_AccessToken_Revoke' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_AccessToken_Verify' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_AuthHandlerFactory' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_Guzzle5AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_Guzzle6AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_AuthHandler_Guzzle7AuthHandler' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Client' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Collection' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Http_Batch' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Http_MediaFileUpload' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Http_REST' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Model' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Service' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Task_Composer' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Task_Exception' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Task_Retryable' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Task_Runner' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Utils_UriTemplate' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit3b48a237aa5522e7dc5e1a95730536ed::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit3b48a237aa5522e7dc5e1a95730536ed::$prefixDirsPsr4; $loader->prefixesPsr0 = ComposerStaticInit3b48a237aa5522e7dc5e1a95730536ed::$prefixesPsr0; $loader->classMap = ComposerStaticInit3b48a237aa5522e7dc5e1a95730536ed::$classMap; }, null, ClassLoader::class); } } PK4 ZUԝ"vendor/composer/platform_check.phpnu[= 70205)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.'; } if ($issues) { if (!headers_sent()) { header('HTTP/1.1 500 Internal Server Error'); } if (!ini_get('display_errors')) { if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); } elseif (!headers_sent()) { echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; } } trigger_error( 'Composer detected issues in your platform: ' . implode(' ', $issues), E_USER_ERROR ); } PK4 Z/vendor/composer/installed.jsonnu[{ "packages": [ { "name": "firebase/php-jwt", "version": "v5.2.1", "version_normalized": "5.2.1.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23", "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": ">=4.8 <=9" }, "time": "2021-02-12T00:02:00+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", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v5.2.1" }, "install-path": "../firebase/php-jwt" }, { "name": "google/apiclient", "version": "v2.9.1", "version_normalized": "2.9.1.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client.git", "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/2fb6e702aca5d68203fa737f89f6f774022494c6", "reference": "2fb6e702aca5d68203fa737f89f6f774022494c6", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", "google/apiclient-services": "~0.13", "google/auth": "^1.10", "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", "guzzlehttp/psr7": "^1.2", "monolog/monolog": "^1.17|^2.0", "php": "^5.6|^7.0|^8.0", "phpseclib/phpseclib": "~2.0||^3.0.2" }, "require-dev": { "cache/filesystem-adapter": "^0.3.2|^1.1", "composer/composer": "^1.10", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "phpcompatibility/php-compatibility": "^9.2", "phpunit/phpunit": "^5.7||^8.5.13", "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": "2021-01-19T17:48:59+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Google\\": "src/" }, "files": [ "src/aliases.php" ], "classmap": [ "src/aliases.php" ] }, "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" ], "support": { "issues": "https://github.com/googleapis/google-api-php-client/issues", "source": "https://github.com/googleapis/google-api-php-client/tree/v2.9.1" }, "install-path": "../google/apiclient" }, { "name": "google/apiclient-services", "version": "v0.168.0", "version_normalized": "0.168.0.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", "reference": "46b71684a100f3d976e0321cf24f487b314add68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/46b71684a100f3d976e0321cf24f487b314add68", "reference": "46b71684a100f3d976e0321cf24f487b314add68", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^4.8|^5" }, "time": "2021-03-22T11:26:04+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" ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.168.0" }, "install-path": "../google/apiclient-services" }, { "name": "google/auth", "version": "v1.15.0", "version_normalized": "1.15.0.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b346c07de6613e26443d7b4830e5e1933b830dc4", "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0", "guzzlehttp/psr7": "^1.2", "php": ">=5.4", "psr/cache": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "guzzlehttp/promises": "0.1.1|^1.3", "kelvinmo/simplejwt": "^0.2.5|^0.5.1", "phpseclib/phpseclib": "^2", "phpunit/phpunit": "^4.8.36|^5.7", "sebastian/comparator": ">=1.2.3", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "time": "2021-02-05T20:50:04+00:00", "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" ], "support": { "docs": "https://googleapis.github.io/google-auth-library-php/master/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.0" }, "install-path": "../google/auth" }, { "name": "guzzlehttp/guzzle", "version": "7.3.0", "version_normalized": "7.3.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "7008573787b430c1c1f650e3722d9bba59967628" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", "reference": "7008573787b430c1c1f650e3722d9bba59967628", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.4", "guzzlehttp/psr7": "^1.7 || ^2.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "time": "2021-03-23T11:33:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "7.3-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.3.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://github.com/alexeyshockov", "type": "github" }, { "url": "https://github.com/gmponos", "type": "github" } ], "install-path": "../guzzlehttp/guzzle" }, { "name": "guzzlehttp/promises", "version": "1.4.1", "version_normalized": "1.4.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "time": "2021-03-07T09:25:29+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.4.1" }, "install-path": "../guzzlehttp/promises" }, { "name": "guzzlehttp/psr7", "version": "1.8.1", "version_normalized": "1.8.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "time": "2021-03-21T16:25:00+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/1.8.1" }, "install-path": "../guzzlehttp/psr7" }, { "name": "monolog/monolog", "version": "2.2.0", "version_normalized": "2.2.0.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7", "graylog2/gelf-php": "^1.4.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90 <7.0.1", "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", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "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" }, "time": "2020-12-14T13:15:25+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "2.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": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.2.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "install-path": "../monolog/monolog" }, { "name": "paragonie/constant_time_encoding", "version": "v2.4.0", "version_normalized": "2.4.0.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "time": "2020-12-06T15:14:20+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "install-path": "../paragonie/constant_time_encoding" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "version_normalized": "9.99.100.0", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "time": "2020-10-15T08:29:30+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "install-path": "../paragonie/random_compat" }, { "name": "phpseclib/phpseclib", "version": "3.0.7", "version_normalized": "3.0.7.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d", "reference": "d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^5.7|^6.0|^9.4", "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": "2021-04-06T14:00:11+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "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" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/3.0.7" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "install-path": "../phpseclib/phpseclib" }, { "name": "psr/cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T20:24:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "install-path": "../psr/cache" }, { "name": "psr/http-client", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "time": "2020-06-29T06:28:15+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "install-path": "../psr/http-client" }, { "name": "psr/http-message", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T14:39:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "install-path": "../psr/http-message" }, { "name": "psr/log", "version": "1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2020-03-23T09:12:05+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.3" }, "install-path": "../psr/log" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "time": "2019-03-08T08:55:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "install-path": "../ralouphie/getallheaders" } ], "dev": true, "dev-package-names": [] } PK5 Z+@vvendor/composer/installed.phpnu[ array ( 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'aliases' => array ( ), 'reference' => NULL, 'name' => '__root__', ), 'versions' => array ( '__root__' => array ( 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'aliases' => array ( ), 'reference' => NULL, ), 'firebase/php-jwt' => array ( 'pretty_version' => 'v5.2.1', 'version' => '5.2.1.0', 'aliases' => array ( ), 'reference' => 'f42c9110abe98dd6cfe9053c49bc86acc70b2d23', ), 'google/apiclient' => array ( 'pretty_version' => 'v2.9.1', 'version' => '2.9.1.0', 'aliases' => array ( ), 'reference' => '2fb6e702aca5d68203fa737f89f6f774022494c6', ), 'google/apiclient-services' => array ( 'pretty_version' => 'v0.168.0', 'version' => '0.168.0.0', 'aliases' => array ( ), 'reference' => '46b71684a100f3d976e0321cf24f487b314add68', ), 'google/auth' => array ( 'pretty_version' => 'v1.15.0', 'version' => '1.15.0.0', 'aliases' => array ( ), 'reference' => 'b346c07de6613e26443d7b4830e5e1933b830dc4', ), 'guzzlehttp/guzzle' => array ( 'pretty_version' => '7.3.0', 'version' => '7.3.0.0', 'aliases' => array ( ), 'reference' => '7008573787b430c1c1f650e3722d9bba59967628', ), 'guzzlehttp/promises' => array ( 'pretty_version' => '1.4.1', 'version' => '1.4.1.0', 'aliases' => array ( ), 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', ), 'guzzlehttp/psr7' => array ( 'pretty_version' => '1.8.1', 'version' => '1.8.1.0', 'aliases' => array ( ), 'reference' => '35ea11d335fd638b5882ff1725228b3d35496ab1', ), 'monolog/monolog' => array ( 'pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'aliases' => array ( ), 'reference' => '1cb1cde8e8dd0f70cc0fe51354a59acad9302084', ), 'paragonie/constant_time_encoding' => array ( 'pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'aliases' => array ( ), 'reference' => 'f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c', ), 'paragonie/random_compat' => array ( 'pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'aliases' => array ( ), 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', ), 'phpseclib/phpseclib' => array ( 'pretty_version' => '3.0.7', 'version' => '3.0.7.0', 'aliases' => array ( ), 'reference' => 'd369510df0ebd5e1a5d0fe3d4d23c55fa87a403d', ), 'psr/cache' => array ( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'aliases' => array ( ), 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', ), 'psr/http-client' => array ( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'aliases' => array ( ), 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', ), 'psr/http-client-implementation' => array ( 'provided' => array ( 0 => '1.0', ), ), 'psr/http-message' => array ( 'pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'aliases' => array ( ), 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', ), 'psr/http-message-implementation' => array ( 'provided' => array ( 0 => '1.0', ), ), 'psr/log' => array ( 'pretty_version' => '1.1.3', 'version' => '1.1.3.0', 'aliases' => array ( ), 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc', ), 'psr/log-implementation' => array ( 'provided' => array ( 0 => '1.0.0', ), ), 'ralouphie/getallheaders' => array ( 'pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'aliases' => array ( ), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', ), ), ); PK5 Zs=j99"vendor/phpseclib/phpseclib/LICENSEnu[Copyright (c) 2011-2019 TerraFrost and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.PK5 Zz  $vendor/phpseclib/phpseclib/README.mdnu[# phpseclib - PHP Secure Communications Library [![Build Status](https://travis-ci.com/phpseclib/phpseclib.svg?branch=3.0)](https://travis-ci.com/phpseclib/phpseclib) ## Supporting phpseclib - [Become a backer or sponsor on Patreon](https://www.patreon.com/phpseclib) - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group_id=198487) - [Subscribe to Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme) ## Introduction MIT-licensed pure-PHP implementations of the following: SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305 * [Browse Git](https://github.com/phpseclib/phpseclib) ## Documentation * [Documentation / Manual](https://phpseclib.com/) * [API Documentation](https://api.phpseclib.com/3.0/) (generated by Doctum) ## Branches ### master * Development Branch * Unstable API * Do not use in production ### 3.0 * Long term support (LTS) release * Major expansion of cryptographic primitives * Minimum PHP version: 5.6.1 * PSR-4 autoloading with namespace rooted at `\phpseclib3` * Install via Composer: `composer require phpseclib/phpseclib:~3.0` ### 2.0 * Long term support (LTS) release * Modernized version of 1.0 * Minimum PHP version: 5.3.3 * PSR-4 autoloading with namespace rooted at `\phpseclib` * Install via Composer: `composer require phpseclib/phpseclib:~2.0` ### 1.0 * Long term support (LTS) release * PHP4 compatible * Composer compatible (PSR-0 autoloading) * Install using Composer: `composer require phpseclib/phpseclib:~1.0` * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm) * [Download 1.0.19 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.19.zip/download) ## Security contact information To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. ## Support Need Support? * [Checkout Questions and Answers on Stack Overflow](http://stackoverflow.com/questions/tagged/phpseclib) * [Create a Support Ticket on GitHub](https://github.com/phpseclib/phpseclib/issues/new) * [Browse the Support Forum](http://www.frostjedi.com/phpbb/viewforum.php?f=46) (no longer in use) ## Contributing 1. Fork the Project 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org/download/)) 3. Install Development Dependencies ``` sh composer install ``` 4. Create a Feature Branch 5. (Recommended) Run the Test Suite ``` sh vendor/bin/phpunit ``` 6. (Recommended) Check whether your code conforms to our Coding Standards by running ``` sh vendor/bin/phing -f build/build.xml sniff ``` 7. Send us a Pull Request PK5 ZS'vendor/phpseclib/phpseclib/appveyor.ymlnu[build: false shallow_clone: false platform: - x86 - x64 clone_folder: C:\projects\phpseclib install: - cinst -y OpenSSL.Light - SET PATH=C:\Program Files\OpenSSL;%PATH% - sc config wuauserv start= auto - net start wuauserv - cinst -y php --version 5.6.30 - cd c:\tools\php56 - copy php.ini-production php.ini - echo date.timezone="UTC" >> php.ini - echo extension_dir=ext >> php.ini - echo extension=php_openssl.dll >> php.ini - echo extension=php_gmp.dll >> php.ini - cd C:\projects\phpseclib - SET PATH=C:\tools\php56;%PATH% - php.exe -r "readfile('http://getcomposer.org/installer');" | php.exe - php.exe composer.phar install --prefer-source --no-interaction test_script: - cd C:\projects\phpseclib - vendor\bin\phpunit.bat tests/Windows32Test.phpPK5 Z99.vendor/phpseclib/phpseclib/.github/FUNDING.ymlnu[# These are supported funding model platforms github: terrafrost patreon: phpseclib open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: "packagist/phpseclib/phpseclib" community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] PK5 ZOSS%vendor/phpseclib/phpseclib/BACKERS.mdnu[# Backers phpseclib ongoing development is made possible by [Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank you. ## Backers - Zane Hooper - [Setasign](https://www.setasign.com/)PK5 Z(vendor/phpseclib/phpseclib/composer.jsonnu[{ "name": "phpseclib/phpseclib", "type": "library", "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "keywords": [ "security", "crypto", "cryptography", "encryption", "signature", "signing", "rsa", "aes", "blowfish", "twofish", "ssh", "sftp", "x509", "x.509", "asn1", "asn.1", "BigInteger" ], "homepage": "http://phpseclib.sourceforge.net", "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" } ], "require": { "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations." }, "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "phpseclib/" } } } PK5 Z(@"vendor/phpseclib/phpseclib/AUTHORSnu[phpseclib Lead Developer: TerraFrost (Jim Wigginton) phpseclib Developers: monnerat (Patrick Monnerat) bantu (Andreas Fischer) petrich (Hans-Jürgen Petrich) GrahamCampbell (Graham Campbell) PK5 ZGP5 5 8vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math; use phpseclib3\Math\Common\FiniteField; use phpseclib3\Math\PrimeField\Integer; /** * Prime Finite Fields * * @package Math * @author Jim Wigginton * @access public */ class PrimeField extends FiniteField { /** * Instance Counter * * @var int */ private static $instanceCounter = 0; /** * Keeps track of current instance * * @var int */ protected $instanceID; /** * Default constructor */ public function __construct(BigInteger $modulo) { //if (!$modulo->isPrime()) { // throw new \UnexpectedValueException('PrimeField requires a prime number be passed to the constructor'); //} $this->modulo = $modulo; $this->instanceID = self::$instanceCounter++; Integer::setModulo($this->instanceID, $modulo); Integer::setRecurringModuloFunction($this->instanceID, $modulo->createRecurringModuloFunction()); } /** * Use a custom defined modular reduction function */ public function setReduction(callable $func) { $this->reduce = $func->bindTo($this, $this); } /** * Returns an instance of a dynamically generated PrimeFieldInteger class * * @return object */ public function newInteger(BigInteger $num) { return new Integer($this->instanceID, $num); } /** * Returns an integer on the finite field between one and the prime modulo * * @return object */ public function randomInteger() { static $one; if (!isset($one)) { $one = new BigInteger(1); } return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->instanceID))); } /** * Returns the length of the modulo in bytes * * @return integer */ public function getLengthInBytes() { return Integer::getModulo($this->instanceID)->getLengthInBytes(); } /** * Returns the length of the modulo in bits * * @return integer */ public function getLength() { return Integer::getModulo($this->instanceID)->getLength(); } }PK5 ZɧD**9vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Math; use ParagonIE\ConstantTime\Hex; use phpseclib3\Math\Common\FiniteField; use phpseclib3\Math\BinaryField\Integer; use phpseclib3\Common\Functions\Strings; /** * Binary Finite Fields * * @package Math * @author Jim Wigginton * @access public */ class BinaryField extends FiniteField { /** * Instance Counter * * @var int */ private static $instanceCounter = 0; /** * Keeps track of current instance * * @var int */ protected $instanceID; /** * Default constructor */ public function __construct(...$indices) { $m = array_shift($indices); $val = str_repeat('0', $m) . '1'; foreach ($indices as $index) { $val[$index] = '1'; } $modulo = static::base2ToBase256(strrev($val)); $mStart = 2 * $m - 2; $t = ceil($m / 8); $finalMask = chr((1 << ($m % 8)) - 1); if ($finalMask == "\0") { $finalMask = "\xFF"; } $bitLen = $mStart + 1; $pad = ceil($bitLen / 8); $h = $bitLen & 7; $h = $h ? 8 - $h : 0; $r = rtrim(substr($val, 0, -1), '0'); $u = [static::base2ToBase256(strrev($r))]; for ($i = 1; $i < 8; $i++) { $u[] = static::base2ToBase256(strrev(str_repeat('0', $i) . $r)); } // implements algorithm 2.40 (in section 2.3.5) in "Guide to Elliptic Curve Cryptography" // with W = 8 $reduce = function($c) use ($u, $mStart, $m, $t, $finalMask, $pad, $h) { $c = str_pad($c, $pad, "\0", STR_PAD_LEFT); for ($i = $mStart; $i >= $m;) { $g = $h >> 3; $mask = $h & 7; $mask = $mask ? 1 << (7 - $mask) : 0x80; for (; $mask > 0; $mask >>= 1, $i--, $h++) { if (ord($c[$g]) & $mask) { $temp = $i - $m; $j = $temp >> 3; $k = $temp & 7; $t1 = $j ? substr($c, 0, -$j) : $c; $length = strlen($t1); if ($length) { $t2 = str_pad($u[$k], $length, "\0", STR_PAD_LEFT); $temp = $t1 ^ $t2; $c = $j ? substr_replace($c, $temp, 0, $length) : $temp; } } } } $c = substr($c, -$t); if (strlen($c) == $t) { $c[0] = $c[0] & $finalMask; } return ltrim($c, "\0"); }; $this->instanceID = self::$instanceCounter++; Integer::setModulo($this->instanceID, $modulo); Integer::setRecurringModuloFunction($this->instanceID, $reduce); $this->randomMax = new BigInteger($modulo, 2); } /** * Returns an instance of a dynamically generated PrimeFieldInteger class * * @param string $num * @return object */ public function newInteger($num) { return new Integer($this->instanceID, $num instanceof BigInteger ? $num->toBytes() : $num); } /** * Returns an integer on the finite field between one and the prime modulo * * @return object */ public function randomInteger() { static $one; if (!isset($one)) { $one = new BigInteger(1); } return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes()); } /** * Returns the length of the modulo in bytes * * @return integer */ public function getLengthInBytes() { return strlen(Integer::getModulo($this->instanceID)); } /** * Returns the length of the modulo in bits * * @return integer */ public function getLength() { return strlen(Integer::getModulo($this->instanceID)) << 3; } /** * Converts a base-2 string to a base-256 string * * @param string $x * @param integer $size * @return string */ public static function base2ToBase256($x, $size = null) { $str = Strings::bits2bin($x); $pad = strlen($x) >> 3; if (strlen($x) & 3) { $pad++; } $str = str_pad($str, $pad, "\0", STR_PAD_LEFT); if (isset($size)) { $str = str_pad($str, $size, "\0", STR_PAD_LEFT); } return $str; } /** * Converts a base-256 string to a base-2 string * * @param string $x * @return string */ public static function base256ToBase2($x) { if (function_exists('gmp_import')) { return gmp_strval(gmp_import($x), 2); } return Strings::bin2bits($x); } }PK5 Z4&&@vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Math\PrimeField; use phpseclib3\Math\Common\FiniteField\Integer as Base; use phpseclib3\Math\BigInteger; use ParagonIE\ConstantTime\Hex; /** * Prime Finite Fields * * @package Math * @author Jim Wigginton * @access public */ class Integer extends Base { /** * Holds the PrimeField's value * * @var \phpseclib3\Math\BigInteger */ protected $value; /** * Keeps track of current instance * * @var int */ protected $instanceID; /** * Holds the PrimeField's modulo * * @var \phpseclib3\Math\BigInteger */ protected static $modulo; /** * Holds a pre-generated function to perform modulo reductions * * @var Callable */ protected static $reduce; /** * Zero * * @var \phpseclib3\Math\BigInteger */ protected static $zero; /** * Default constructor */ public function __construct($instanceID, BigInteger $num = null) { $this->instanceID = $instanceID; if (!isset($num)) { $this->value = clone static::$zero; } else { $reduce = static::$reduce[$instanceID]; $this->value = $reduce($num); } } /** * Set the modulo for a given instance */ public static function setModulo($instanceID, BigInteger $modulo) { static::$modulo[$instanceID] = $modulo; } /** * Set the modulo for a given instance */ public static function setRecurringModuloFunction($instanceID, callable $function) { static::$reduce[$instanceID] = $function; if (!isset(static::$zero)) { static::$zero = new BigInteger(); } } /** * Returns the modulo * * @return integer */ public static function getModulo($instanceID) { return static::$modulo[$instanceID]; } /** * Tests a parameter to see if it's of the right instance * * Throws an exception if the incorrect class is being utilized */ public static function checkInstance(self $x, self $y) { if ($x->instanceID != $y->instanceID) { throw new \UnexpectedValueException('The instances of the two PrimeField\Integer objects do not match'); } } /** * Tests the equality of two numbers. * * @return bool */ public function equals(self $x) { static::checkInstance($this, $x); return $this->value->equals($x->value); } /** * Compares two numbers. * * @return int */ public function compare(self $x) { static::checkInstance($this, $x); return $this->value->compare($x->value); } /** * Adds two PrimeFieldIntegers. * * @return static */ public function add(self $x) { static::checkInstance($this, $x); $temp = new static($this->instanceID); $temp->value = $this->value->add($x->value); if ($temp->value->compare(static::$modulo[$this->instanceID]) >= 0) { $temp->value = $temp->value->subtract(static::$modulo[$this->instanceID]); } return $temp; } /** * Subtracts two PrimeFieldIntegers. * * @return static */ public function subtract(self $x) { static::checkInstance($this, $x); $temp = new static($this->instanceID); $temp->value = $this->value->subtract($x->value); if ($temp->value->isNegative()) { $temp->value = $temp->value->add(static::$modulo[$this->instanceID]); } return $temp; } /** * Multiplies two PrimeFieldIntegers. * * @return static */ public function multiply(self $x) { static::checkInstance($this, $x); return new static($this->instanceID, $this->value->multiply($x->value)); } /** * Divides two PrimeFieldIntegers. * * @return static */ public function divide(self $x) { static::checkInstance($this, $x); $denominator = $x->value->modInverse(static::$modulo[$this->instanceID]); return new static($this->instanceID, $this->value->multiply($denominator)); } /** * Performs power operation on a PrimeFieldInteger. * * @return static */ public function pow(BigInteger $x) { $temp = new static($this->instanceID); $temp->value = $this->value->powMod($x, static::$modulo[$this->instanceID]); return $temp; } /** * Calculates the square root * * @link https://en.wikipedia.org/wiki/Tonelli%E2%80%93Shanks_algorithm * @return static|false */ public function squareRoot() { static $one, $two; if (!isset($one)) { $one = new BigInteger(1); $two = new BigInteger(2); } $reduce = static::$reduce[$this->instanceID]; $p_1 = static::$modulo[$this->instanceID]->subtract($one); $q = clone $p_1; $s = BigInteger::scan1divide($q); list($pow) = $p_1->divide($two); for ($z = $one; !$z->equals(static::$modulo[$this->instanceID]); $z = $z->add($one)) { $temp = $z->powMod($pow, static::$modulo[$this->instanceID]); if ($temp->equals($p_1)) { break; } } $m = new BigInteger($s); $c = $z->powMod($q, static::$modulo[$this->instanceID]); $t = $this->value->powMod($q, static::$modulo[$this->instanceID]); list($temp) = $q->add($one)->divide($two); $r = $this->value->powMod($temp, static::$modulo[$this->instanceID]); while (!$t->equals($one)) { $i = clone $one; while (!$t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) { $i = $i->add($one); } if ($i->compare($m) >= 0) { return false; } $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), static::$modulo[$this->instanceID]); $m = $i; $c = $reduce($b->multiply($b)); $t = $reduce($t->multiply($c)); $r = $reduce($r->multiply($b)); } return new static($this->instanceID, $r); } /** * Is Odd? * * @return boolean */ public function isOdd() { return $this->value->isOdd(); } /** * Negate * * A negative number can be written as 0-12. With modulos, 0 is the same thing as the modulo * so 0-12 is the same thing as modulo-12 * * @return object */ public function negate() { return new static($this->instanceID, static::$modulo[$this->instanceID]->subtract($this->value)); } /** * Converts an Integer to a byte string (eg. base-256). * * @return string */ public function toBytes() { $length = static::$modulo[$this->instanceID]->getLengthInBytes(); return str_pad($this->value->toBytes(), $length, "\0", STR_PAD_LEFT); } /** * Converts an Integer to a hex string (eg. base-16). * * @return string */ public function toHex() { return Hex::encode($this->toBytes()); } /** * Converts an Integer to a bit string (eg. base-2). * * @return string */ public function toBits() { // return $this->value->toBits(); static $length; if (!isset($length)) { $length = static::$modulo[$this->instanceID]->getLength(); } return str_pad($this->value->toBits(), $length, '0', STR_PAD_LEFT); } /** * Returns the w-ary non-adjacent form (wNAF) * * @param int $w optional * @return int[] */ public function getNAF($w = 1) { $w++; $mask = new BigInteger((1 << $w) - 1); $sub = new BigInteger(1 << $w); //$sub = new BigInteger(1 << ($w - 1)); $d = $this->toBigInteger(); $d_i = []; $i = 0; while ($d->compare(static::$zero) > 0) { if ($d->isOdd()) { // start mods $d_i[$i] = $d->testBit($w - 1) ? $d->bitwise_and($mask)->subtract($sub) : //$sub->subtract($d->bitwise_and($mask)) : $d->bitwise_and($mask); // end mods $d = $d->subtract($d_i[$i]); $d_i[$i] = (int) $d_i[$i]->toString(); } else { $d_i[$i] = 0; } $shift = !$d->equals(static::$zero) && $d->bitwise_and($mask)->equals(static::$zero) ? $w : 1; // $w or $w + 1? $d = $d->bitwise_rightShift($shift); while (--$shift > 0) { $d_i[++$i] = 0; } $i++; } return $d_i; } /** * Converts an Integer to a BigInteger * * @return string */ public function toBigInteger() { return clone $this->value; } /** * __toString() magic method * * @access public */ public function __toString() { return (string) $this->value; } /** * __debugInfo() magic method * * @access public */ public function __debugInfo() { return ['value' => $this->toHex()]; } }PK5 Ze\iSS8vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.phpnu[ * add($b); * * echo $c->toString(); // outputs 5 * ?> * * * @category Math * @package BigInteger * @author Jim Wigginton * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Math; use phpseclib3\Exception\BadConfigurationException; /** * Pure-PHP arbitrary precision integer arithmetic library. Supports base-2, base-10, base-16, and base-256 * numbers. * * @package BigInteger * @author Jim Wigginton * @access public */ class BigInteger implements \Serializable { /** * Main Engine * * @var string */ private static $mainEngine; /** * Modular Exponentiation Engine * * @var string */ private static $modexpEngine; /** * Selected Engines * * @var array */ private static $engines; /** * The actual BigInteger object * * @var object */ private $value; /** * Sets engine type. * * Throws an exception if the type is invalid * * @param string $main * @param array $modexps optional */ public static function setEngine($main, $modexps = ['DefaultEngine']) { self::$engines = []; $fqmain = 'phpseclib3\\Math\\BigInteger\\Engines\\' . $main; if (!class_exists($fqmain) || !method_exists($fqmain, 'isValidEngine')) { throw new \InvalidArgumentException("$main is not a valid engine"); } if (!$fqmain::isValidEngine()) { throw new BadConfigurationException("$main is not setup correctly on this system"); } self::$mainEngine = $fqmain; if (!in_array('Default', $modexps)) { $modexps[] = 'DefaultEngine'; } $found = false; foreach ($modexps as $modexp) { try { $fqmain::setModExpEngine($modexp); $found = true; break; } catch (\Exception $e) { } } if (!$found) { throw new BadConfigurationException("No valid modular exponentiation engine found for $main"); } self::$modexpEngine = $modexp; self::$engines = [$main, $modexp]; } /** * Returns the engine type * * @return string[] */ public static function getEngine() { self::initialize_static_variables(); return self::$engines; } /** * Initialize static variables */ private static function initialize_static_variables() { if (!isset(self::$mainEngine)) { $engines = [ ['GMP'], ['PHP64', ['OpenSSL']], ['BCMath', ['OpenSSL']], ['PHP32', ['OpenSSL']] ]; foreach ($engines as $engine) { try { self::setEngine($engine[0], isset($engine[1]) ? $engine[1] : []); break; } catch (\Exception $e) { } } } } /** * Converts base-2, base-10, base-16, and binary strings (base-256) to BigIntegers. * * If the second parameter - $base - is negative, then it will be assumed that the number's are encoded using * two's compliment. The sole exception to this is -10, which is treated the same as 10 is. * * @param int|BigInteger\Engines\Engine $x Base-10 number or base-$base number if $base set. * @param int $base * @return BigInteger */ public function __construct($x = 0, $base = 10) { self::initialize_static_variables(); if ($x instanceof self::$mainEngine) { $this->value = clone $x; } elseif ($x instanceof BigInteger\Engines\Engine) { $this->value = new static("$x"); $this->value->setPrecision($x->getPrecision()); } else { $this->value = new self::$mainEngine($x, $base); } } /** * Converts a BigInteger to a base-10 number. * * @return string */ public function toString() { return $this->value->toString(); } /** * __toString() magic method */ public function __toString() { return (string) $this->value; } /** * __debugInfo() magic method * * Will be called, automatically, when print_r() or var_dump() are called */ public function __debugInfo() { return $this->value->__debugInfo(); } /** * Converts a BigInteger to a byte string (eg. base-256). * * @param bool $twos_compliment * @return string */ public function toBytes($twos_compliment = false) { return $this->value->toBytes($twos_compliment); } /** * Converts a BigInteger to a hex string (eg. base-16). * * @param bool $twos_compliment * @return string */ public function toHex($twos_compliment = false) { return $this->value->toHex($twos_compliment); } /** * Converts a BigInteger to a bit string (eg. base-2). * * Negative numbers are saved as positive numbers, unless $twos_compliment is set to true, at which point, they're * saved as two's compliment. * * @param bool $twos_compliment * @return string */ function toBits($twos_compliment = false) { return $this->value->toBits($twos_compliment); } /** * Adds two BigIntegers. * * @param BigInteger $y * @return BigInteger */ public function add(BigInteger $y) { return new static($this->value->add($y->value)); } /** * Subtracts two BigIntegers. * * @param BigInteger $y * @return BigInteger */ function subtract(BigInteger $y) { return new static($this->value->subtract($y->value)); } /** * Multiplies two BigIntegers * * @param BigInteger $x * @return BigInteger */ public function multiply(BigInteger $x) { return new static($this->value->multiply($x->value)); } /** * Divides two BigIntegers. * * Returns an array whose first element contains the quotient and whose second element contains the * "common residue". If the remainder would be positive, the "common residue" and the remainder are the * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder * and the divisor (basically, the "common residue" is the first positive modulo). * * Here's an example: * * divide($b); * * echo $quotient->toString(); // outputs 0 * echo "\r\n"; * echo $remainder->toString(); // outputs 10 * ?> * * * @param BigInteger $y * @return BigInteger[] */ public function divide(BigInteger $y) { list($q, $r) = $this->value->divide($y->value); return [ new static($q), new static($r) ]; } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * @return BigInteger * @param BigInteger $n */ public function modInverse(BigInteger $n) { return new static($this->value->modInverse($n->value)); } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * @return BigInteger[] * @param BigInteger $n */ public function extendedGCD(BigInteger $n) { extract($this->value->extendedGCD($n->value)); /** * @var BigInteger $gcd * @var BigInteger $x * @var BigInteger $y */ return [ 'gcd' => new static($gcd), 'x' => new static($x), 'y' => new static($y) ]; } /** * Calculates the greatest common divisor * * Say you have 693 and 609. The GCD is 21. * * @param BigInteger $n * @return BigInteger */ public function gcd(BigInteger $n) { return new static($this->value->gcd($n->value)); } /** * Absolute value. * * @return BigInteger * @access public */ public function abs() { return new static($this->value->abs()); } /** * Set Precision * * Some bitwise operations give different results depending on the precision being used. Examples include left * shift, not, and rotates. * * @param int $bits */ public function setPrecision($bits) { $this->value->setPrecision($bits); } /** * Get Precision * * Returns the precision if it exists, false if it doesn't * * @return int|bool */ public function getPrecision() { return $this->value->getPrecision(); } /** * Serialize * * Will be called, automatically, when serialize() is called on a BigInteger object. * * phpseclib 1.0 serialized strings look like this: * O:15:"Math_BigInteger":1:{s:3:"hex";s:18:"00ab54a98ceb1f0ad2";} * * phpseclib 3.0 serialized strings look like this: * C:25:"phpseclib\Math\BigInteger":42:{a:1:{s:3:"hex";s:18:"00ab54a98ceb1f0ad2";}} * * @return string */ public function serialize() { $val = ['hex' => $this->toHex(true)]; $precision = $this->value->getPrecision(); if ($precision > 0) { $val['precision'] = $precision; } return serialize($val); } /** * Serialize * * Will be called, automatically, when unserialize() is called on a BigInteger object. * * @param string $serialized */ public function unserialize($serialized) { $r = unserialize($serialized); $temp = new static($r['hex'], -16); $this->value = $temp->value; if (isset($r['precision'])) { // recalculate $this->bitmask $this->setPrecision($r['precision']); } } /** * Performs modular exponentiation. * * @param BigInteger $e * @param BigInteger $n * @return BigInteger */ public function powMod(BigInteger $e, BigInteger $n) { return new static($this->value->powMod($e->value, $n->value)); } /** * Performs modular exponentiation. * * @param BigInteger $e * @param BigInteger $n * @return BigInteger */ public function modPow(BigInteger $e, BigInteger $n) { return new static($this->value->modPow($e->value, $n->value)); } /** * Compares two numbers. * * Although one might think !$x->compare($y) means $x != $y, it, in fact, means the opposite. The reason for this is * demonstrated thusly: * * $x > $y: $x->compare($y) > 0 * $x < $y: $x->compare($y) < 0 * $x == $y: $x->compare($y) == 0 * * Note how the same comparison operator is used. If you want to test for equality, use $x->equals($y). * * {@internal Could return $this->subtract($x), but that's not as fast as what we do do.} * * @param BigInteger $y * @return int in case < 0 if $this is less than $y; > 0 if $this is greater than $y, and 0 if they are equal. * @access public * @see self::equals() */ public function compare(BigInteger $y) { return $this->value->compare($y->value); } /** * Tests the equality of two numbers. * * If you need to see if one number is greater than or less than another number, use BigInteger::compare() * * @param BigInteger $x * @return bool */ public function equals(BigInteger $x) { return $this->value->equals($x->value); } /** * Logical Not * * @return BigInteger */ public function bitwise_not() { return new static($this->value->bitwise_not()); } /** * Logical And * * @param BigInteger $x * @return BigInteger */ public function bitwise_and(BigInteger $x) { return new static($this->value->bitwise_and($x->value)); } /** * Logical Or * * @param BigInteger $x * @return BigInteger */ public function bitwise_or(BigInteger $x) { return new static($this->value->bitwise_or($x->value)); } /** * Logical Exclusive Or * * @param BigInteger $x * @return BigInteger */ public function bitwise_xor(BigInteger $x) { return new static($this->value->bitwise_xor($x->value)); } /** * Logical Right Shift * * Shifts BigInteger's by $shift bits, effectively dividing by 2**$shift. * * @param int $shift * @return BigInteger */ public function bitwise_rightShift($shift) { return new static($this->value->bitwise_rightShift($shift)); } /** * Logical Left Shift * * Shifts BigInteger's by $shift bits, effectively multiplying by 2**$shift. * * @param int $shift * @return BigInteger */ public function bitwise_leftShift($shift) { return new static($this->value->bitwise_leftShift($shift)); } /** * Logical Left Rotate * * Instead of the top x bits being dropped they're appended to the shifted bit string. * * @param int $shift * @return BigInteger */ public function bitwise_leftRotate($shift) { return new static($this->value->bitwise_leftRotate($shift)); } /** * Logical Right Rotate * * Instead of the bottom x bits being dropped they're prepended to the shifted bit string. * * @param int $shift * @return BigInteger */ public function bitwise_rightRotate($shift) { return new static($this->value->bitwise_rightRotate($shift)); } /** * Returns the smallest and largest n-bit number * * @param int $bits * @return BigInteger[] */ public static function minMaxBits($bits) { self::initialize_static_variables(); $class = self::$mainEngine; extract($class::minMaxBits($bits)); /** @var BigInteger $min * @var BigInteger $max */ return [ 'min' => new static($min), 'max' => new static($max) ]; } /** * Return the size of a BigInteger in bits * * @return int */ public function getLength() { return $this->value->getLength(); } /** * Return the size of a BigInteger in bytes * * @return int */ public function getLengthInBytes() { return $this->value->getLengthInBytes(); } /** * Generates a random number of a certain size * * Bit length is equal to $size * * @param int $size * @return BigInteger */ public static function random($size) { self::initialize_static_variables(); $class = self::$mainEngine; return new static($class::random($size)); } /** * Generates a random prime number of a certain size * * Bit length is equal to $size * * @param int $size * @return BigInteger */ public static function randomPrime($size) { self::initialize_static_variables(); $class = self::$mainEngine; return new static($class::randomPrime($size)); } /** * Generate a random prime number between a range * * If there's not a prime within the given range, false will be returned. * * @param BigInteger $min * @param BigInteger $max * @return false|BigInteger */ public static function randomRangePrime(BigInteger $min, BigInteger $max) { $class = self::$mainEngine; return new static($class::randomRangePrime($min->value, $max->value)); } /** * Generate a random number between a range * * Returns a random number between $min and $max where $min and $max * can be defined using one of the two methods: * * BigInteger::randomRange($min, $max) * BigInteger::randomRange($max, $min) * * @param BigInteger $min * @param BigInteger $max * @return BigInteger */ public static function randomRange(BigInteger $min, BigInteger $max) { $class = self::$mainEngine; return new static($class::randomRange($min->value, $max->value)); } /** * Checks a numer to see if it's prime * * Assuming the $t parameter is not set, this function has an error rate of 2**-80. The main motivation for the * $t parameter is distributability. BigInteger::randomPrime() can be distributed across multiple pageloads * on a website instead of just one. * * @param int|bool $t * @return bool */ public function isPrime($t = false) { return $this->value->isPrime($t); } /** * Calculates the nth root of a biginteger. * * Returns the nth root of a positive biginteger, where n defaults to 2 * * @param int $n optional * @return BigInteger */ public function root($n = 2) { return new static($this->value->root($n)); } /** * Performs exponentiation. * * @param BigInteger $n * @return BigInteger */ public function pow(BigInteger $n) { return new static($this->value->pow($n->value)); } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param BigInteger ...$nums * @return BigInteger */ public static function min(BigInteger ...$nums) { $class = self::$mainEngine; $nums = array_map(function($num) { return $num->value; }, $nums); return new static($class::min(...$nums)); } /** * Return the maximum BigInteger between an arbitrary number of BigIntegers. * * @param BigInteger ...$nums * @return BigInteger */ public static function max(BigInteger ...$nums) { $class = self::$mainEngine; $nums = array_map(function($num) { return $num->value; }, $nums); return new static($class::max(...$nums)); } /** * Tests BigInteger to see if it is between two integers, inclusive * * @param BigInteger $min * @param BigInteger $max * @return bool */ public function between(BigInteger $min, BigInteger $max) { return $this->value->between($min->value, $max->value); } /** * Clone */ public function __clone() { $this->value = clone $this->value; } /** * Is Odd? * * @return boolean */ public function isOdd() { return $this->value->isOdd(); } /** * Tests if a bit is set * * @param int $x * @return boolean */ public function testBit($x) { return $this->value->testBit($x); } /** * Is Negative? * * @return boolean */ public function isNegative() { return $this->value->isNegative(); } /** * Negate * * Given $k, returns -$k * * @return BigInteger */ public function negate() { return new static($this->value->negate()); } /** * Scan for 1 and right shift by that amount * * ie. $s = gmp_scan1($n, 0) and $r = gmp_div_q($n, gmp_pow(gmp_init('2'), $s)); * * @param BigInteger $r * @return int */ public static function scan1divide(BigInteger $r) { $class = self::$mainEngine; return $class::scan1divide($r->value); } /** * Create Recurring Modulo Function * * Sometimes it may be desirable to do repeated modulos with the same number outside of * modular exponentiation * * @return callable */ public function createRecurringModuloFunction() { $func = $this->value->createRecurringModuloFunction(); return function(BigInteger $x) use ($func) { return new static($func($x->value)); }; } /** * Bitwise Split * * Splits BigInteger's into chunks of $split bits * * @param int $split * @return \phpseclib3\Math\BigInteger[] */ public function bitwise_split($split) { return array_map(function($val) { return new static($val); }, $this->value->bitwise_split($split)); } }PK5 ZpHvendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Math\Common\FiniteField; /** * Finite Field Integer * * @package Math * @author Jim Wigginton * @access public */ abstract class Integer { }PK5 Z,=@vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Math\Common; /** * Finite Fields * * @package Math * @author Jim Wigginton * @access public */ abstract class FiniteField { }PK5 ZH3_Rvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP; use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett; /** * PHP Default Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class DefaultEngine extends EvalBarrett { }PK5 Zc xLvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP; use phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor; /** * OpenSSL Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class OpenSSL extends Progenitor { }PK5 ZiL L Ovendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP; use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\PowerOfTwo; use phpseclib3\Math\BigInteger\Engines\PHP; use phpseclib3\Math\BigInteger\Engines\PHP\Base; use phpseclib3\Math\BigInteger\Engines\Engine; /** * PHP Montgomery Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Montgomery extends Base { /** * Test for engine validity * * @return bool */ public static function isValidEngine() { return static::class != __CLASS__; } /** * Performs modular exponentiation. * * @param \phpseclib3\Math\BigInteger\Engines\Engine $x * @param \phpseclib3\Math\BigInteger\Engines\Engine $e * @param \phpseclib3\Math\BigInteger\Engines\Engine $n * @param string $class * @return \phpseclib3\Math\BigInteger\Engines\Engine */ protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class) { // is the modulo odd? if ($n->value[0] & 1) { return parent::slidingWindow($x, $e, $n, $class); } // if it's not, it's even // find the lowest set bit (eg. the max pow of 2 that divides $n) for ($i = 0; $i < count($n->value); ++$i) { if ($n->value[$i]) { $temp = decbin($n->value[$i]); $j = strlen($temp) - strrpos($temp, '1') - 1; $j+= $class::BASE * $i; break; } } // at this point, 2^$j * $n/(2^$j) == $n $mod1 = clone $n; $mod1->rshift($j); $mod2 = new $class(); $mod2->value = [1]; $mod2->lshift($j); $part1 = $mod1->value != [1] ? parent::slidingWindow($x, $e, $mod1, $class) : new $class(); $part2 = PowerOfTwo::slidingWindow($x, $e, $mod2, $class); $y1 = $mod2->modInverse($mod1); $y2 = $mod1->modInverse($mod2); $result = $part1->multiply($mod2); $result = $result->multiply($y1); $temp = $part2->multiply($mod1); $temp = $temp->multiply($y2); $result = $result->add($temp); list(, $result) = $result->divide($n); return $result; } }PK5 ZYuIvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP; use phpseclib3\Math\BigInteger\Engines\PHP; /** * PHP Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Base extends PHP { /** * Cache constants * * $cache[self::VARIABLE] tells us whether or not the cached data is still valid. * * @access private */ const VARIABLE = 0; /** * $cache[self::DATA] contains the cached data. * * @access private */ const DATA = 1; /** * Test for engine validity * * @return bool */ public static function isValidEngine() { return static::class != __CLASS__; } /** * Performs modular exponentiation. * * The most naive approach to modular exponentiation has very unreasonable requirements, and * and although the approach involving repeated squaring does vastly better, it, too, is impractical * for our purposes. The reason being that division - by far the most complicated and time-consuming * of the basic operations (eg. +,-,*,/) - occurs multiple times within it. * * Modular reductions resolve this issue. Although an individual modular reduction takes more time * then an individual division, when performed in succession (with the same modulo), they're a lot faster. * * The two most commonly used modular reductions are Barrett and Montgomery reduction. Montgomery reduction, * although faster, only works when the gcd of the modulo and of the base being used is 1. In RSA, when the * base is a power of two, the modulo - a product of two primes - is always going to have a gcd of 1 (because * the product of two odd numbers is odd), but what about when RSA isn't used? * * In contrast, Barrett reduction has no such constraint. As such, some bigint implementations perform a * Barrett reduction after every operation in the modpow function. Others perform Barrett reductions when the * modulo is even and Montgomery reductions when the modulo is odd. BigInteger.java's modPow method, however, * uses a trick involving the Chinese Remainder Theorem to factor the even modulo into two numbers - one odd and * the other, a power of two - and recombine them, later. This is the method that this modPow function uses. * {@link http://islab.oregonstate.edu/papers/j34monex.pdf Montgomery Reduction with Even Modulus} elaborates. * * @param \phpseclib3\Math\BigInteger\Engines\PHP $x * @param \phpseclib3\Math\BigInteger\Engines\PHP $e * @param \phpseclib3\Math\BigInteger\Engines\PHP $n * @param string $class * @return \phpseclib3\Math\BigInteger\Engines\PHP */ protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class) { if (empty($e->value)) { $temp = new $class(); $temp->value = [1]; return $x->normalize($temp); } if ($e->value == [1]) { list(, $temp) = $x->divide($n); return $x->normalize($temp); } if ($e->value == [2]) { $temp = new $class; $temp->value = $class::square($x->value); list(, $temp) = $temp->divide($n); return $x->normalize($temp); } return $x->normalize(static::slidingWindow($x, $e, $n, $class)); } /** * Modular reduction preparation * * @param array $x * @param array $n * @param string $class * @see self::slidingWindow() * @return array */ protected static function prepareReduce(array $x, array $n, $class) { return static::reduce($x, $n, $class); } /** * Modular multiply * * @param array $x * @param array $y * @param array $n * @param string $class * @see self::slidingWindow() * @return array */ protected static function multiplyReduce(array $x, array $y, array $n, $class) { $temp = $class::multiplyHelper($x, false, $y, false); return static::reduce($temp[self::VALUE], $n, $class); } /** * Modular square * * @param array $x * @param array $n * @param string $class * @see self::slidingWindow() * @return array */ protected static function squareReduce(array $x, array $n, $class) { return static::reduce($class::square($x), $n, $class); } }PK5 Z0 ^vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; use phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Montgomery Modular Exponentiation Engine with interleaved multiplication * * @package PHP * @author Jim Wigginton * @access public */ abstract class MontgomeryMult extends Montgomery { /** * Montgomery Multiply * * Interleaves the montgomery reduction and long multiplication algorithms together as described in * {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=13 HAC 14.36} * * @see self::_prepMontgomery() * @see self::_montgomery() * @access private * @param array $x * @param array $y * @param array $m * @param string $class * @return array */ public static function multiplyReduce(array $x, array $y, array $m, $class) { // the following code, although not callable, can be run independently of the above code // although the above code performed better in my benchmarks the following could might // perform better under different circumstances. in lieu of deleting it it's just been // made uncallable static $cache = [ self::VARIABLE => [], self::DATA => [] ]; if (($key = array_search($m, $cache[self::VARIABLE])) === false) { $key = count($cache[self::VARIABLE]); $cache[self::VARIABLE][] = $m; $cache[self::DATA][] = self::modInverse67108864($m, $class); } $n = max(count($x), count($y), count($m)); $x = array_pad($x, $n, 0); $y = array_pad($y, $n, 0); $m = array_pad($m, $n, 0); $a = [self::VALUE => self::array_repeat(0, $n + 1)]; for ($i = 0; $i < $n; ++$i) { $temp = $a[self::VALUE][0] + $x[$i] * $y[0]; $temp = $temp - $class::BASE_FULL * ($class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31)); $temp = $temp * $cache[self::DATA][$key]; $temp = $temp - $class::BASE_FULL * ($class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31)); $temp = $class::addHelper($class::regularMultiply([$x[$i]], $y), false, $class::regularMultiply([$temp], $m), false); $a = $class::addHelper($a[self::VALUE], false, $temp[self::VALUE], false); $a[self::VALUE] = array_slice($a[self::VALUE], 1); } if (self::compareHelper($a[self::VALUE], false, $m, false) >= 0) { $a = $class::subtractHelper($a[self::VALUE], false, $m, false); } return $a[self::VALUE]; } }PK5 ZmK++Wvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; use phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Barrett Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Barrett extends Base { /** * Barrett Modular Reduction * * See {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=14 HAC 14.3.3} / * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=165 MPM 6.2.5} for more information. Modified slightly, * so as not to require negative numbers (initially, this script didn't support negative numbers). * * Employs "folding", as described at * {@link http://www.cosic.esat.kuleuven.be/publications/thesis-149.pdf#page=66 thesis-149.pdf#page=66}. To quote from * it, "the idea [behind folding] is to find a value x' such that x (mod m) = x' (mod m), with x' being smaller than x." * * Unfortunately, the "Barrett Reduction with Folding" algorithm described in thesis-149.pdf is not, as written, all that * usable on account of (1) its not using reasonable radix points as discussed in * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=162 MPM 6.2.2} and (2) the fact that, even with reasonable * radix points, it only works when there are an even number of digits in the denominator. The reason for (2) is that * (x >> 1) + (x >> 1) != x / 2 + x / 2. If x is even, they're the same, but if x is odd, they're not. See the in-line * comments for details. * * @param array $n * @param array $m * @param string $class * @return array */ protected static function reduce(array $n, array $m, $class) { static $cache = [ self::VARIABLE => [], self::DATA => [] ]; $m_length = count($m); // if (self::compareHelper($n, $static::square($m)) >= 0) { if (count($n) > 2 * $m_length) { $lhs = new $class(); $rhs = new $class(); $lhs->value = $n; $rhs->value = $m; list(, $temp) = $lhs->divide($rhs); return $temp->value; } // if (m.length >> 1) + 2 <= m.length then m is too small and n can't be reduced if ($m_length < 5) { return self::regularBarrett($n, $m, $class); } // n = 2 * m.length if (($key = array_search($m, $cache[self::VARIABLE])) === false) { $key = count($cache[self::VARIABLE]); $cache[self::VARIABLE][] = $m; $lhs = new $class(); $lhs_value = &$lhs->value; $lhs_value = self::array_repeat(0, $m_length + ($m_length >> 1)); $lhs_value[] = 1; $rhs = new $class(); $rhs->value = $m; list($u, $m1) = $lhs->divide($rhs); $u = $u->value; $m1 = $m1->value; $cache[self::DATA][] = [ 'u' => $u, // m.length >> 1 (technically (m.length >> 1) + 1) 'm1'=> $m1 // m.length ]; } else { extract($cache[self::DATA][$key]); } $cutoff = $m_length + ($m_length >> 1); $lsd = array_slice($n, 0, $cutoff); // m.length + (m.length >> 1) $msd = array_slice($n, $cutoff); // m.length >> 1 $lsd = self::trim($lsd); $temp = $class::multiplyHelper($msd, false, $m1, false); // m.length + (m.length >> 1) $n = $class::addHelper($lsd, false, $temp[self::VALUE], false); // m.length + (m.length >> 1) + 1 (so basically we're adding two same length numbers) //if ($m_length & 1) { // return self::regularBarrett($n[self::VALUE], $m, $class); //} // (m.length + (m.length >> 1) + 1) - (m.length - 1) == (m.length >> 1) + 2 $temp = array_slice($n[self::VALUE], $m_length - 1); // if even: ((m.length >> 1) + 2) + (m.length >> 1) == m.length + 2 // if odd: ((m.length >> 1) + 2) + (m.length >> 1) == (m.length - 1) + 2 == m.length + 1 $temp = $class::multiplyHelper($temp, false, $u, false); // if even: (m.length + 2) - ((m.length >> 1) + 1) = m.length - (m.length >> 1) + 1 // if odd: (m.length + 1) - ((m.length >> 1) + 1) = m.length - (m.length >> 1) $temp = array_slice($temp[self::VALUE], ($m_length >> 1) + 1); // if even: (m.length - (m.length >> 1) + 1) + m.length = 2 * m.length - (m.length >> 1) + 1 // if odd: (m.length - (m.length >> 1)) + m.length = 2 * m.length - (m.length >> 1) $temp = $class::multiplyHelper($temp, false, $m, false); // at this point, if m had an odd number of digits, we'd be subtracting a 2 * m.length - (m.length >> 1) digit // number from a m.length + (m.length >> 1) + 1 digit number. ie. there'd be an extra digit and the while loop // following this comment would loop a lot (hence our calling _regularBarrett() in that situation). $result = $class::subtractHelper($n[self::VALUE], false, $temp[self::VALUE], false); while (self::compareHelper($result[self::VALUE], $result[self::SIGN], $m, false) >= 0) { $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $m, false); } return $result[self::VALUE]; } /** * (Regular) Barrett Modular Reduction * * For numbers with more than four digits BigInteger::_barrett() is faster. The difference between that and this * is that this function does not fold the denominator into a smaller form. * * @param array $x * @param array $n * @param string $class * @return array */ private static function regularBarrett(array $x, array $n, $class) { static $cache = [ self::VARIABLE => [], self::DATA => [] ]; $n_length = count($n); if (count($x) > 2 * $n_length) { $lhs = new $class(); $rhs = new $class(); $lhs->value = $x; $rhs->value = $n; list(, $temp) = $lhs->divide($rhs); return $temp->value; } if (($key = array_search($n, $cache[self::VARIABLE])) === false) { $key = count($cache[self::VARIABLE]); $cache[self::VARIABLE][] = $n; $lhs = new $class(); $lhs_value = &$lhs->value; $lhs_value = self::array_repeat(0, 2 * $n_length); $lhs_value[] = 1; $rhs = new $class(); $rhs->value = $n; list($temp, ) = $lhs->divide($rhs); // m.length $cache[self::DATA][] = $temp->value; } // 2 * m.length - (m.length - 1) = m.length + 1 $temp = array_slice($x, $n_length - 1); // (m.length + 1) + m.length = 2 * m.length + 1 $temp = $class::multiplyHelper($temp, false, $cache[self::DATA][$key], false); // (2 * m.length + 1) - (m.length - 1) = m.length + 2 $temp = array_slice($temp[self::VALUE], $n_length + 1); // m.length + 1 $result = array_slice($x, 0, $n_length + 1); // m.length + 1 $temp = self::multiplyLower($temp, false, $n, false, $n_length + 1, $class); // $temp == array_slice($class::regularMultiply($temp, false, $n, false)->value, 0, $n_length + 1) if (self::compareHelper($result, false, $temp[self::VALUE], $temp[self::SIGN]) < 0) { $corrector_value = self::array_repeat(0, $n_length + 1); $corrector_value[count($corrector_value)] = 1; $result = $class::addHelper($result, false, $corrector_value, false); $result = $result[self::VALUE]; } // at this point, we're subtracting a number with m.length + 1 digits from another number with m.length + 1 digits $result = $class::subtractHelper($result, false, $temp[self::VALUE], $temp[self::SIGN]); while (self::compareHelper($result[self::VALUE], $result[self::SIGN], $n, false) > 0) { $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $n, false); } return $result[self::VALUE]; } /** * Performs long multiplication up to $stop digits * * If you're going to be doing array_slice($product->value, 0, $stop), some cycles can be saved. * * @see self::regularBarrett() * @param array $x_value * @param bool $x_negative * @param array $y_value * @param bool $y_negative * @param int $stop * @param string $class * @return array */ private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $stop, $class) { $x_length = count($x_value); $y_length = count($y_value); if (!$x_length || !$y_length) { // a 0 is being multiplied return [ self::VALUE => [], self::SIGN => false ]; } if ($x_length < $y_length) { $temp = $x_value; $x_value = $y_value; $y_value = $temp; $x_length = count($x_value); $y_length = count($y_value); } $product_value = self::array_repeat(0, $x_length + $y_length); // the following for loop could be removed if the for loop following it // (the one with nested for loops) initially set $i to 0, but // doing so would also make the result in one set of unnecessary adds, // since on the outermost loops first pass, $product->value[$k] is going // to always be 0 $carry = 0; for ($j = 0; $j < $x_length; ++$j) { // ie. $i = 0, $k = $i $temp = $x_value[$j] * $y_value[0] + $carry; // $product_value[$k] == 0 $carry = $class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $product_value[$j] = (int) ($temp - $class::BASE_FULL * $carry); } if ($j < $stop) { $product_value[$j] = $carry; } // the above for loop is what the previous comment was talking about. the // following for loop is the "one with nested for loops" for ($i = 1; $i < $y_length; ++$i) { $carry = 0; for ($j = 0, $k = $i; $j < $x_length && $k < $stop; ++$j, ++$k) { $temp = $product_value[$k] + $x_value[$j] * $y_value[$i] + $carry; $carry = $class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $product_value[$k] = (int) ($temp - $class::BASE_FULL * $carry); } if ($k < $stop) { $product_value[$k] = $carry; } } return [ self::VALUE => self::trim($product_value), self::SIGN => $x_negative != $y_negative ]; } }PK5 Z&;wZvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; use phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Power Of Two Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class PowerOfTwo extends Base { /** * Prepare a number for use in Montgomery Modular Reductions * * @param array $x * @param array $n * @param string $class * @return array */ protected static function prepareReduce(array $x, array $n, $class) { return self::reduce($x, $n, $class); } /** * Power Of Two Reduction * * @param array $x * @param array $n * @param string $class * @return array */ protected static function reduce(array $x, array $n, $class) { $lhs = new $class(); $lhs->value = $x; $rhs = new $class(); $rhs->value = $n; $temp = new $class(); $temp->value = [1]; $result = $lhs->bitwise_and($rhs->subtract($temp)); return $result->value; } }PK5 Z]5==[vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; use phpseclib3\Math\BigInteger\Engines\PHP\Base; use phpseclib3\Math\BigInteger\Engines\PHP; /** * PHP Dynamic Barrett Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class EvalBarrett extends Base { /** * Custom Reduction Function * * @see self::generateCustomReduction */ private static $custom_reduction; /** * Barrett Modular Reduction * * This calls a dynamically generated loop unrolled function that's specific to a given modulo. * Array lookups are avoided as are if statements testing for how many bits the host OS supports, etc. * * @param array $n * @param array $m * @param string $class * @return array */ protected static function reduce(array $n, array $m, $class) { $inline = self::$custom_reduction; return $inline($n); } /** * Generate Custom Reduction * * @param PHP $m * @param string $class * @return callable */ protected static function generateCustomReduction(PHP $m, $class) { if (isset($n->reduce)) { self::$custom_reduction = $n->reduce; return $n->reduce; } $m_length = count($m->value); if ($m_length < 5) { $code = ' $lhs = new ' . $class . '(); $lhs->value = $x; $rhs = new ' . $class . '(); $rhs->value = [' . implode(',', array_map('self::float2string', $m->value)) . ']; list(, $temp) = $lhs->divide($rhs); return $temp->value; '; eval('$func = function ($x) { ' . $code . '};'); self::$custom_reduction = $func; //self::$custom_reduction = \Closure::bind($func, $m, $class); return $func; } $lhs = new $class(); $lhs_value = &$lhs->value; $lhs_value = self::array_repeat(0, $m_length + ($m_length >> 1)); $lhs_value[] = 1; $rhs = new $class(); list($u, $m1) = $lhs->divide($m); if ($class::BASE != 26) { $u = $u->value; } else { $lhs_value = self::array_repeat(0, 2 * $m_length); $lhs_value[] = 1; $rhs = new $class(); list($u) = $lhs->divide($m); $u = $u->value; } $m = $m->value; $m1 = $m1->value; $cutoff = count($m) + (count($m) >> 1); $code = ' if (count($n) > ' . (2 * count($m)) . ') { $lhs = new ' . $class . '(); $rhs = new ' . $class . '(); $lhs->value = $n; $rhs->value = [' . implode(',', array_map('self::float2string', $m)) . ']; list(, $temp) = $lhs->divide($rhs); return $temp->value; } $lsd = array_slice($n, 0, ' . $cutoff . '); $msd = array_slice($n, ' . $cutoff . ');'; $code.= self::generateInlineTrim('msd'); $code.= self::generateInlineMultiply('msd', $m1, 'temp', $class); $code.= self::generateInlineAdd('lsd', 'temp', 'n', $class); $code.= '$temp = array_slice($n, ' . (count($m) - 1) . ');'; $code.= self::generateInlineMultiply('temp', $u, 'temp2', $class); $code.= self::generateInlineTrim('temp2'); $code.= $class::BASE == 26 ? '$temp = array_slice($temp2, ' . (count($m) + 1) . ');' : '$temp = array_slice($temp2, ' . ((count($m) >> 1) + 1) . ');'; $code.= self::generateInlineMultiply('temp', $m, 'temp2', $class); $code.= self::generateInlineTrim('temp2'); /* if ($class::BASE == 26) { $code.= '$n = array_slice($n, 0, ' . (count($m) + 1) . '); $temp2 = array_slice($temp2, 0, ' . (count($m) + 1) . ');'; } */ $code.= self::generateInlineSubtract2('n', 'temp2', 'temp', $class); $subcode = self::generateInlineSubtract1('temp', $m, 'temp2', $class); $subcode.= '$temp = $temp2;'; $code.= self::generateInlineCompare($m, 'temp', $subcode); $code.= 'return $temp;'; eval('$func = function ($n) { ' . $code . '};'); self::$custom_reduction = $func; return $func; //self::$custom_reduction = \Closure::bind($func, $m, $class); } /** * Inline Trim * * Removes leading zeros * * @param string $name * @return string */ private static function generateInlineTrim($name) { return ' for ($i = count($' . $name . ') - 1; $i >= 0; --$i) { if ($' . $name . '[$i]) { break; } unset($' . $name . '[$i]); }'; } /** * Inline Multiply (unknown, known) * * @param string $input * @param array $arr * @param string $output * @param string $class * @return string */ private static function generateInlineMultiply($input, array $arr, $output, $class) { if (!count($arr)) { return 'return [];'; } $regular = ' $length = count($' . $input . '); if (!$length) { $' . $output . ' = []; }else{ $' . $output . ' = array_fill(0, $length + ' . count($arr) . ', 0); $carry = 0;'; for ($i = 0; $i < count($arr); $i++) { $regular.= ' $subtemp = $' . $input . '[0] * ' . $arr[$i]; $regular.= $i ? ' + $carry;' : ';'; $regular.= '$carry = '; $regular.= $class::BASE === 26 ? 'intval($subtemp / 0x4000000);' : '$subtemp >> 31;'; $regular.= '$' . $output . '[' . $i . '] = '; if ($class::BASE === 26) { $regular.= '(int) ('; } $regular.= '$subtemp - ' . $class::BASE_FULL . ' * $carry'; $regular.= $class::BASE === 26 ? ');' : ';'; } $regular.= '$' . $output . '[' . count($arr) . '] = $carry;'; $regular.= ' for ($i = 1; $i < $length; ++$i) {'; for ($j = 0; $j < count($arr); $j++) { $regular.= $j ? '$k++;' : '$k = $i;'; $regular.= ' $subtemp = $' . $output . '[$k] + $' . $input . '[$i] * ' . $arr[$j]; $regular.= $j ? ' + $carry;' : ';'; $regular.= '$carry = '; $regular.= $class::BASE === 26 ? 'intval($subtemp / 0x4000000);' : '$subtemp >> 31;'; $regular.= '$' . $output . '[$k] = '; if ($class::BASE === 26) { $regular.= '(int) ('; } $regular.= '$subtemp - ' . $class::BASE_FULL . ' * $carry'; $regular.= $class::BASE === 26 ? ');' : ';'; } $regular.= '$' . $output. '[++$k] = $carry; $carry = 0;'; $regular.= '}}'; //if (count($arr) < 2 * self::KARATSUBA_CUTOFF) { //} return $regular; } /** * Inline Addition * * @param string $x * @param string $y * @param string $result * @param string $class * @return string */ private static function generateInlineAdd($x, $y, $result, $class) { $code = ' $length = max(count($' . $x . '), count($' . $y . ')); $' . $result . ' = array_pad($' . $x . ', $length + 1, 0); $_' . $y . ' = array_pad($' . $y . ', $length, 0); $carry = 0; for ($i = 0, $j = 1; $j < $length; $i+=2, $j+=2) { $sum = ($' . $result . '[$j] + $_' . $y . '[$j]) * ' . $class::BASE_FULL . ' + $' . $result . '[$i] + $_' . $y . '[$i] + $carry; $carry = $sum >= ' . self::float2string($class::MAX_DIGIT2) . '; $sum = $carry ? $sum - ' . self::float2string($class::MAX_DIGIT2) . ' : $sum;'; $code.= $class::BASE === 26 ? '$upper = intval($sum / 0x4000000); $' . $result . '[$i] = (int) ($sum - ' . $class::BASE_FULL . ' * $upper);' : '$upper = $sum >> 31; $' . $result . '[$i] = $sum - ' . $class::BASE_FULL . ' * $upper;'; $code.= ' $' . $result . '[$j] = $upper; } if ($j == $length) { $sum = $' . $result . '[$i] + $_' . $y . '[$i] + $carry; $carry = $sum >= ' . self::float2string($class::BASE_FULL) . '; $' . $result . '[$i] = $carry ? $sum - ' . self::float2string($class::BASE_FULL) . ' : $sum; } if ($carry) { for (; $' . $result . '[$i] == ' . $class::MAX_DIGIT . '; ++$i) { $' . $result . '[$i] = 0; } ++$' . $result . '[$i]; }'; $code.= self::generateInlineTrim($result); return $code; } /** * Inline Subtraction 2 * * For when $known is more digits than $unknown. This is the harder use case to optimize for. * * @param string $known * @param string $unknown * @param string $result * @param string $class * @return string */ private static function generateInlineSubtract2($known, $unknown, $result, $class) { $code = ' $' . $result .' = $' . $known . '; $carry = 0; $size = count($' . $unknown . '); for ($i = 0, $j = 1; $j < $size; $i+= 2, $j+= 2) { $sum = ($' . $known . '[$j] - $' . $unknown . '[$j]) * ' . $class::BASE_FULL . ' + $' . $known . '[$i] - $' . $unknown . '[$i] - $carry; $carry = $sum < 0; if ($carry) { $sum+= ' . self::float2string($class::MAX_DIGIT2) . '; } $subtemp = '; $code.= $class::BASE === 26 ? 'intval($sum / 0x4000000);' : '$sum >> 31;'; $code.= '$' . $result . '[$i] = '; if ($class::BASE === 26) { $code.= '(int) ('; } $code.= '$sum - ' . $class::BASE_FULL . ' * $subtemp'; if ($class::BASE === 26) { $code.= ')'; } $code.= '; $' . $result . '[$j] = $subtemp; } if ($j == $size) { $sum = $' . $known . '[$i] - $' . $unknown . '[$i] - $carry; $carry = $sum < 0; $' . $result . '[$i] = $carry ? $sum + ' . $class::BASE_FULL . ' : $sum; ++$i; } if ($carry) { for (; !$' . $result . '[$i]; ++$i) { $' . $result . '[$i] = ' . $class::MAX_DIGIT . '; } --$' . $result . '[$i]; }'; $code.= self::generateInlineTrim($result); return $code; } /** * Inline Subtraction 1 * * For when $unknown is more digits than $known. This is the easier use case to optimize for. * * @param string $unknown * @param array $known * @param string $result * @param string $class * @return string */ private static function generateInlineSubtract1($unknown, array $known, $result, $class) { $code = '$' . $result . ' = $' . $unknown . ';'; for ($i = 0, $j = 1; $j < count($known); $i+=2, $j+=2) { $code.= '$sum = $' . $unknown . '[' . $j . '] * ' . $class::BASE_FULL . ' + $' . $unknown . '[' . $i . '] - '; $code.= self::float2string($known[$j] * $class::BASE_FULL + $known[$i]); if ($i != 0) { $code.= ' - $carry'; } $code.= '; if ($carry = $sum < 0) { $sum+= ' . self::float2string($class::MAX_DIGIT2) . '; } $subtemp = '; $code.= $class::BASE === 26 ? 'intval($sum / 0x4000000);' : '$sum >> 31;'; $code.= ' $' . $result . '[' . $i . '] = '; if ($class::BASE === 26) { $code.= ' (int) ('; } $code.= '$sum - ' . $class::BASE_FULL . ' * $subtemp'; if ($class::BASE === 26) { $code.= ')'; } $code.= '; $' . $result . '[' . $j . '] = $subtemp;'; } $code.= '$i = ' . $i . ';'; if ($j == count($known)) { $code.= ' $sum = $' . $unknown . '[' . $i . '] - ' . $known[$i] . ' - $carry; $carry = $sum < 0; $' . $result . '[' . $i . '] = $carry ? $sum + ' . $class::BASE_FULL . ' : $sum; ++$i;'; } $code.= ' if ($carry) { for (; !$' . $result . '[$i]; ++$i) { $' . $result . '[$i] = ' . $class::MAX_DIGIT . '; } --$' . $result . '[$i]; }'; $code.= self::generateInlineTrim($result); return $code; } /** * Inline Comparison * * If $unknown >= $known then loop * * @param array $known * @param string $unknown * @param string $subcode * @return string */ private static function generateInlineCompare(array $known, $unknown, $subcode) { $uniqid = uniqid(); $code = 'loop_' . $uniqid . ': $clength = count($' . $unknown . '); switch (true) { case $clength < ' . count($known) . ': goto end_' . $uniqid . '; case $clength > ' . count($known) . ':'; for ($i = count($known) - 1; $i >= 0; $i--) { $code.= ' case $' . $unknown . '[' . $i . '] > ' . $known[$i] . ': goto subcode_' . $uniqid . '; case $' . $unknown . '[' . $i . '] < ' . $known[$i] . ': goto end_' . $uniqid . ';'; } $code.= ' default: // do subcode } subcode_' . $uniqid . ':' . $subcode . ' goto loop_' . $uniqid . '; end_' . $uniqid . ':'; return $code; } /** * Convert a float to a string * * If you do echo floatval(pow(2, 52)) you'll get 4.6116860184274E+18. It /can/ be displayed without a loss of * precision but displayed in this way there will be precision loss, hence the need for this method. * * @param int|float $num * @return string */ private static function float2string($num) { if (!is_float($num)) { return $num; } if ($num < 0) { return '-' . self::float2string(abs($num)); } $temp = ''; while ($num) { $temp = fmod($num, 10) . $temp; $num = floor($num / 10); } return $temp; } }PK5 ZRBbbZvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; use phpseclib3\Math\BigInteger\Engines\PHP\Montgomery as Progenitor; /** * PHP Montgomery Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Montgomery extends Progenitor { /** * Prepare a number for use in Montgomery Modular Reductions * * @param array $x * @param array $n * @param string $class * @return array */ protected static function prepareReduce(array $x, array $n, $class) { $lhs = new $class(); $lhs->value = array_merge(self::array_repeat(0, count($n)), $x); $rhs = new $class(); $rhs->value = $n; list(, $temp) = $lhs->divide($rhs); return $temp->value; } /** * Montgomery Multiply * * Interleaves the montgomery reduction and long multiplication algorithms together as described in * {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=13 HAC 14.36} * * @param array $x * @param array $n * @param string $class * @return array */ protected static function reduce(array $x, array $n, $class) { static $cache = [ self::VARIABLE => [], self::DATA => [] ]; if (($key = array_search($n, $cache[self::VARIABLE])) === false) { $key = count($cache[self::VARIABLE]); $cache[self::VARIABLE][] = $x; $cache[self::DATA][] = self::modInverse67108864($n, $class); } $k = count($n); $result = [self::VALUE => $x]; for ($i = 0; $i < $k; ++$i) { $temp = $result[self::VALUE][$i] * $cache[self::DATA][$key]; $temp = $temp - $class::BASE_FULL * ($class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31)); $temp = $class::regularMultiply([$temp], $n); $temp = array_merge(self::array_repeat(0, $i), $temp); $result = $class::addHelper($result[self::VALUE], false, $temp, false); } $result[self::VALUE] = array_slice($result[self::VALUE], $k); if (self::compareHelper($result, false, $n, false) >= 0) { $result = $class::subtractHelper($result[self::VALUE], false, $n, false); } return $result[self::VALUE]; } /** * Modular Inverse of a number mod 2**26 (eg. 67108864) * * Based off of the bnpInvDigit function implemented and justified in the following URL: * * {@link http://www-cs-students.stanford.edu/~tjw/jsbn/jsbn.js} * * The following URL provides more info: * * {@link http://groups.google.com/group/sci.crypt/msg/7a137205c1be7d85} * * As for why we do all the bitmasking... strange things can happen when converting from floats to ints. For * instance, on some computers, var_dump((int) -4294967297) yields int(-1) and on others, it yields * int(-2147483648). To avoid problems stemming from this, we use bitmasks to guarantee that ints aren't * auto-converted to floats. The outermost bitmask is present because without it, there's no guarantee that * the "residue" returned would be the so-called "common residue". We use fmod, in the last step, because the * maximum possible $x is 26 bits and the maximum $result is 16 bits. Thus, we have to be able to handle up to * 40 bits, which only 64-bit floating points will support. * * Thanks to Pedro Gimeno Fortea for input! * * @param array $x * @param string $class * @return int */ protected static function modInverse67108864(array $x, $class) // 2**26 == 67,108,864 { $x = -$x[0]; $result = $x & 0x3; // x**-1 mod 2**2 $result = ($result * (2 - $x * $result)) & 0xF; // x**-1 mod 2**4 $result = ($result * (2 - ($x & 0xFF) * $result)) & 0xFF; // x**-1 mod 2**8 $result = ($result * ((2 - ($x & 0xFFFF) * $result) & 0xFFFF)) & 0xFFFF; // x**-1 mod 2**16 $result = $class::BASE == 26 ? fmod($result * (2 - fmod($x * $result, $class::BASE_FULL)), $class::BASE_FULL) : // x**-1 mod 2**26 ($result * (2 - ($x * $result) % $class::BASE_FULL)) % $class::BASE_FULL; return $result & $class::MAX_DIGIT; } }PK5 Z'hhWvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; use phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Classic Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Classic extends Base { /** * Regular Division * * @param array $x * @param array $n * @param string $class * @return array */ protected static function reduce(array $x, array $n, $class) { $lhs = new $class(); $lhs->value = $x; $rhs = new $class(); $rhs->value = $n; list(, $temp) = $lhs->divide($rhs); return $temp->value; } }PK5 Z&&Fvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use ParagonIE\ConstantTime\Hex; /** * Pure-PHP 32-bit Engine. * * Uses 64-bit floats if int size is 4 bits * * @package PHP32 * @author Jim Wigginton * @access public */ class PHP32 extends PHP { // Constants used by PHP.php const BASE = 26; const BASE_FULL = 0x4000000; const MAX_DIGIT = 0x3FFFFFF; const MSB = 0x2000000; /** * MAX10 in greatest MAX10LEN satisfying * MAX10 = 10**MAX10LEN <= 2**BASE. */ const MAX10 = 10000000; /** * MAX10LEN in greatest MAX10LEN satisfying * MAX10 = 10**MAX10LEN <= 2**BASE. */ const MAX10LEN = 7; const MAX_DIGIT2 = 4503599627370496; /**#@-*/ /** * Modular Exponentiation Engine * * @var string */ protected static $modexpEngine; /** * Engine Validity Flag * * @var bool */ protected static $isValidEngine; /** * Primes > 2 and < 1000 * * @var array */ protected static $primes; /** * BigInteger(0) * * @var \phpseclib3\Math\BigInteger\Engines\PHP32 */ protected static $zero; /** * BigInteger(1) * * @var \phpseclib3\Math\BigInteger\Engines\PHP32 */ protected static $one; /** * BigInteger(2) * * @var \phpseclib3\Math\BigInteger\Engines\PHP32 */ protected static $two; /** * Initialize a PHP32 BigInteger Engine instance * * @param int $base * @see parent::initialize() */ protected function initialize($base) { if ($base != 256 && $base != -256) { return parent::initialize($base); } $val = $this->value; $this->value = []; $vals = &$this->value; $i = strlen($val); if (!$i) { return; } while (true) { $i-= 4; if ($i < 0) { if ($i == -4) { break; } $val = substr($val, 0, 4 + $i); $val = str_pad($val, 4, "\0", STR_PAD_LEFT); if ($val == "\0\0\0\0") { break; } $i = 0; } list(, $digit) = unpack('N', substr($val, $i, 4)); $step = count($vals) & 3; if ($step) { $digit>>= 2 * $step; } if ($step != 3) { $digit&= static::MAX_DIGIT; $i++; } $vals[] = $digit; } while (end($vals) === 0) { array_pop($vals); } reset($vals); } /** * Test for engine validity * * @see parent::__construct() * @return bool */ public static function isValidEngine() { return PHP_INT_SIZE >= 4; } /** * Adds two BigIntegers. * * @param PHP32 $y * @return PHP32 */ public function add(PHP32 $y) { $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative); return $this->convertToObj($temp); } /** * Subtracts two BigIntegers. * * @param PHP32 $y * @return PHP32 */ public function subtract(PHP32 $y) { $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative); return $this->convertToObj($temp); } /** * Multiplies two BigIntegers. * * @param PHP32 $y * @return PHP32 */ public function multiply(PHP32 $y) { $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative); return $this->convertToObj($temp); } /** * Divides two BigIntegers. * * Returns an array whose first element contains the quotient and whose second element contains the * "common residue". If the remainder would be positive, the "common residue" and the remainder are the * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder * and the divisor (basically, the "common residue" is the first positive modulo). * * @param PHP32 $y * @return PHP32 */ public function divide(PHP32 $y) { return $this->divideHelper($y); } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * @param PHP32 $n * @return false|PHP32 */ public function modInverse(PHP32 $n) { return $this->modInverseHelper($n); } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * @param PHP32 $n * @return PHP32[] */ public function extendedGCD(PHP32 $n) { return $this->extendedGCDHelper($n); } /** * Calculates the greatest common divisor * * Say you have 693 and 609. The GCD is 21. * * @param PHP32 $n * @return PHP32 */ public function gcd(PHP32 $n) { return $this->extendedGCD($n)['gcd']; } /** * Logical And * * @param PHP32 $x * @return PHP32 */ public function bitwise_and(PHP32 $x) { return $this->bitwiseAndHelper($x); } /** * Logical Or * * @param PHP32 $x * @return PHP32 */ public function bitwise_or(PHP32 $x) { return $this->bitwiseOrHelper($x); } /** * Logical Exclusive Or * * @param PHP32 $x * @return PHP32 */ public function bitwise_xor(PHP32 $x) { return $this->bitwiseXorHelper($x); } /** * Compares two numbers. * * Although one might think !$x->compare($y) means $x != $y, it, in fact, means the opposite. The reason for this is * demonstrated thusly: * * $x > $y: $x->compare($y) > 0 * $x < $y: $x->compare($y) < 0 * $x == $y: $x->compare($y) == 0 * * Note how the same comparison operator is used. If you want to test for equality, use $x->equals($y). * * {@internal Could return $this->subtract($x), but that's not as fast as what we do do.} * * @param PHP32 $y * @return int in case < 0 if $this is less than $y; > 0 if $this is greater than $y, and 0 if they are equal. * @access public * @see self::equals() */ public function compare(PHP32 $y) { return $this->compareHelper($this->value, $this->is_negative, $y->value, $y->is_negative); } /** * Tests the equality of two numbers. * * If you need to see if one number is greater than or less than another number, use BigInteger::compare() * * @param PHP32 $x * @return bool */ public function equals(PHP32 $x) { return $this->value === $x->value && $this->is_negative == $x->is_negative; } /** * Performs modular exponentiation. * * @param PHP32 $e * @param PHP32 $n * @return PHP32 */ public function modPow(PHP32 $e, PHP32 $n) { return $this->powModOuter($e, $n); } /** * Performs modular exponentiation. * * Alias for modPow(). * * @param PHP32 $e * @param PHP32 $n * @return PHP32 */ public function powMod(PHP32 $e, PHP32 $n) { return $this->powModOuter($e, $n); } /** * Generate a random prime number between a range * * If there's not a prime within the given range, false will be returned. * * @param PHP32 $min * @param PHP32 $max * @return false|PHP32 */ public static function randomRangePrime(PHP32 $min, PHP32 $max) { return self::randomRangePrimeOuter($min, $max); } /** * Generate a random number between a range * * Returns a random number between $min and $max where $min and $max * can be defined using one of the two methods: * * BigInteger::randomRange($min, $max) * BigInteger::randomRange($max, $min) * * @param PHP32 $min * @param PHP32 $max * @return PHP32 */ public static function randomRange(PHP32 $min, PHP32 $max) { return self::randomRangeHelper($min, $max); } /** * Performs exponentiation. * * @param PHP32 $n * @return PHP32 */ public function pow(PHP32 $n) { return $this->powHelper($n); } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param PHP32 ...$nums * @return PHP32 */ public static function min(PHP32 ...$nums) { return self::minHelper($nums); } /** * Return the maximum BigInteger between an arbitrary number of BigIntegers. * * @param PHP32 ...$nums * @return PHP32 */ public static function max(PHP32 ...$nums) { return self::maxHelper($nums); } /** * Tests BigInteger to see if it is between two integers, inclusive * * @param PHP32 $min * @param PHP32 $max * @return bool */ public function between(PHP32 $min, PHP32 $max) { return $this->compare($min) >= 0 && $this->compare($max) <= 0; } }PK5 ZTě@8H8HGvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use ParagonIE\ConstantTime\Hex; use phpseclib3\Exception\BadConfigurationException; /** * BCMath Engine. * * @package BCMath * @author Jim Wigginton * @access public */ class BCMath extends Engine { /** * Can Bitwise operations be done fast? * * @see parent::bitwise_leftRotate() * @see parent::bitwise_rightRotate() * @access protected */ const FAST_BITWISE = false; /** * Engine Directory * * @see parent::setModExpEngine * @access protected */ const ENGINE_DIR = 'BCMath'; /** * Modular Exponentiation Engine * * @var string */ protected static $modexpEngine; /** * Engine Validity Flag * * @var bool */ protected static $isValidEngine; /** * BigInteger(0) * * @var \phpseclib3\Math\BigInteger\Engines\BCMath */ protected static $zero; /** * BigInteger(1) * * @var \phpseclib3\Math\BigInteger\Engines\BCMath */ protected static $one; /** * BigInteger(2) * * @var \phpseclib3\Math\BigInteger\Engines\BCMath */ protected static $two; /** * Primes > 2 and < 1000 * * @var array */ protected static $primes; /** * Test for engine validity * * @see parent::__construct() * @return bool */ public static function isValidEngine() { return extension_loaded('bcmath'); } /** * Default constructor * * @param mixed $x integer Base-10 number or base-$base number if $base set. * @param int $base * @see parent::__construct() * @return \phpseclib3\Math\BigInteger\Engines\BCMath */ public function __construct($x = 0, $base = 10) { if (!isset(self::$isValidEngine)) { self::$isValidEngine = self::isValidEngine(); } if (!self::$isValidEngine) { throw new BadConfigurationException('BCMath is not setup correctly on this system'); } $this->value = '0'; parent::__construct($x, $base); } /** * Initialize a BCMath BigInteger Engine instance * * @param int $base * @see parent::__construct() */ protected function initialize($base) { switch (abs($base)) { case 256: // round $len to the nearest 4 $len = (strlen($this->value) + 3) & 0xFFFFFFFC; $x = str_pad($this->value, $len, chr(0), STR_PAD_LEFT); $this->value = '0'; for ($i = 0; $i < $len; $i+= 4) { $this->value = bcmul($this->value, '4294967296', 0); // 4294967296 == 2**32 $this->value = bcadd($this->value, 0x1000000 * ord($x[$i]) + ((ord($x[$i + 1]) << 16) | (ord($x[$i + 2]) << 8) | ord($x[$i + 3])), 0); } if ($this->is_negative) { $this->value = '-' . $this->value; } break; case 16: $x = (strlen($this->value) & 1) ? '0' . $this->value : $this->value; $temp = new self(Hex::decode($x), 256); $this->value = $this->is_negative ? '-' . $temp->value : $temp->value; $this->is_negative = false; break; case 10: // explicitly casting $x to a string is necessary, here, since doing $x[0] on -1 yields different // results then doing it on '-1' does (modInverse does $x[0]) $this->value = $this->value === '-' ? '0' : (string) $this->value; } } /** * Converts a BigInteger to a base-10 number. * * @return string */ public function toString() { if ($this->value === '0') { return '0'; } return ltrim($this->value, '0'); } /** * Converts a BigInteger to a byte string (eg. base-256). * * @param bool $twos_compliment * @return string */ function toBytes($twos_compliment = false) { if ($twos_compliment) { return $this->toBytesHelper(); } $value = ''; $current = $this->value; if ($current[0] == '-') { $current = substr($current, 1); } while (bccomp($current, '0', 0) > 0) { $temp = bcmod($current, '16777216'); $value = chr($temp >> 16) . chr($temp >> 8) . chr($temp) . $value; $current = bcdiv($current, '16777216', 0); } return $this->precision > 0 ? substr(str_pad($value, $this->precision >> 3, chr(0), STR_PAD_LEFT), -($this->precision >> 3)) : ltrim($value, chr(0)); } /** * Adds two BigIntegers. * * @param BCMath $y * @return BCMath */ public function add(BCMath $y) { $temp = new self(); $temp->value = bcadd($this->value, $y->value); return $this->normalize($temp); } /** * Subtracts two BigIntegers. * * @param BCMath $y * @return BCMath */ public function subtract(BCMath $y) { $temp = new self(); $temp->value = bcsub($this->value, $y->value); return $this->normalize($temp); } /** * Multiplies two BigIntegers. * * @param BCMath $x * @return BCMath */ public function multiply(BCMath $x) { $temp = new self(); $temp->value = bcmul($this->value, $x->value); return $this->normalize($temp); } /** * Divides two BigIntegers. * * Returns an array whose first element contains the quotient and whose second element contains the * "common residue". If the remainder would be positive, the "common residue" and the remainder are the * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder * and the divisor (basically, the "common residue" is the first positive modulo). * * @param BCMath $y * @return BCMath */ public function divide(BCMath $y) { $quotient = new self(); $remainder = new self(); $quotient->value = bcdiv($this->value, $y->value, 0); $remainder->value = bcmod($this->value, $y->value); if ($remainder->value[0] == '-') { $remainder->value = bcadd($remainder->value, $y->value[0] == '-' ? substr($y->value, 1) : $y->value, 0); } return [$this->normalize($quotient), $this->normalize($remainder)]; } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * * @return false|BCMath * @param \phpseclib3\Math\BigInteger\Engines\BCMath $n */ public function modInverse(BCMath $n) { return $this->modInverseHelper($n); } /** * Calculates the greatest common divisor and Bezout's identity. * * Say you have 693 and 609. The GCD is 21. Bezout's identity states that there exist integers x and y such that * 693*x + 609*y == 21. In point of fact, there are actually an infinite number of x and y combinations and which * combination is returned is dependent upon which mode is in use. See * {@link http://en.wikipedia.org/wiki/B%C3%A9zout%27s_identity Bezout's identity - Wikipedia} for more information. * * @param BCMath $n * @return BCMath */ public function extendedGCD(BCMath $n) { // it might be faster to use the binary xGCD algorithim here, as well, but (1) that algorithim works // best when the base is a power of 2 and (2) i don't think it'd make much difference, anyway. as is, // the basic extended euclidean algorithim is what we're using. $u = $this->value; $v = $n->value; $a = '1'; $b = '0'; $c = '0'; $d = '1'; while (bccomp($v, '0', 0) != 0) { $q = bcdiv($u, $v, 0); $temp = $u; $u = $v; $v = bcsub($temp, bcmul($v, $q, 0), 0); $temp = $a; $a = $c; $c = bcsub($temp, bcmul($a, $q, 0), 0); $temp = $b; $b = $d; $d = bcsub($temp, bcmul($b, $q, 0), 0); } return [ 'gcd' => $this->normalize(new static($u)), 'x' => $this->normalize(new static($a)), 'y' => $this->normalize(new static($b)) ]; } /** * Calculates the greatest common divisor * * Say you have 693 and 609. The GCD is 21. * * @param BCMath $n * @return BCMath */ public function gcd(BCMath $n) { extract($this->extendedGCD($n)); /** @var BCMath $gcd */ return $gcd; } /** * Absolute value. * * @return \phpseclib3\Math\BigInteger\Engines\BCMath */ public function abs() { $temp = new static(); $temp->value = strlen($this->value) && $this->value[0] == '-' ? substr($this->value, 1) : $this->value; return $temp; } /** * Logical And * * @param BCMath $x * @return BCMath */ public function bitwise_and(BCMath $x) { return $this->bitwiseAndHelper($x); } /** * Logical Or * * @param BCMath $x * @return BCMath */ public function bitwise_or(BCMath $x) { return $this->bitwiseXorHelper($x); } /** * Logical Exclusive Or * * @param BCMath $x * @return BCMath */ public function bitwise_xor(BCMath $x) { return $this->bitwiseXorHelper($x); } /** * Logical Right Shift * * Shifts BigInteger's by $shift bits, effectively dividing by 2**$shift. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\BCMath */ public function bitwise_rightShift($shift) { $temp = new static(); $temp->value = bcdiv($this->value, bcpow('2', $shift, 0), 0); return $this->normalize($temp); } /** * Logical Left Shift * * Shifts BigInteger's by $shift bits, effectively multiplying by 2**$shift. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\BCMath */ public function bitwise_leftShift($shift) { $temp = new static(); $temp->value = bcmul($this->value, bcpow('2', $shift, 0), 0); return $this->normalize($temp); } /** * Compares two numbers. * * Although one might think !$x->compare($y) means $x != $y, it, in fact, means the opposite. The reason for this is * demonstrated thusly: * * $x > $y: $x->compare($y) > 0 * $x < $y: $x->compare($y) < 0 * $x == $y: $x->compare($y) == 0 * * Note how the same comparison operator is used. If you want to test for equality, use $x->equals($y). * * {@internal Could return $this->subtract($x), but that's not as fast as what we do do.} * * @param BCMath $y * @return int in case < 0 if $this is less than $y; > 0 if $this is greater than $y, and 0 if they are equal. * @see self::equals() */ public function compare(BCMath $y) { return bccomp($this->value, $y->value, 0); } /** * Tests the equality of two numbers. * * If you need to see if one number is greater than or less than another number, use BigInteger::compare() * * @param BCMath $x * @return bool */ public function equals(BCMath $x) { return $this->value == $x->value; } /** * Performs modular exponentiation. * * @param BCMath $e * @param BCMath $n * @return BCMath */ public function modPow(BCMath $e, BCMath $n) { return $this->powModOuter($e, $n); } /** * Performs modular exponentiation. * * Alias for modPow(). * * @param BCMath $e * @param BCMath $n * @return BCMath */ public function powMod(BCMath $e, BCMath $n) { return $this->powModOuter($e, $n); } /** * Performs modular exponentiation. * * @param BCMath $e * @param BCMath $n * @return BCMath */ protected function powModInner(BCMath $e, BCMath $n) { try { $class = self::$modexpEngine; return $class::powModHelper($this, $e, $n, static::class); } catch (\Exception $err) { return BCMath\DefaultEngine::powModHelper($this, $e, $n, static::class); } } /** * Normalize * * Removes leading zeros and truncates (if necessary) to maintain the appropriate precision * * @param BCMath $result * @return BCMath */ protected function normalize(BCMath $result) { unset($result->reduce); $result->precision = $this->precision; $result->bitmask = $this->bitmask; if ($result->bitmask !== false) { $result->value = bcmod($result->value, $result->bitmask->value); } return $result; } /** * Generate a random prime number between a range * * If there's not a prime within the given range, false will be returned. * * @param BCMath $min * @param BCMath $max * @return false|BCMath */ public static function randomRangePrime(BCMath $min, BCMath $max) { return self::randomRangePrimeOuter($min, $max); } /** * Generate a random number between a range * * Returns a random number between $min and $max where $min and $max * can be defined using one of the two methods: * * BigInteger::randomRange($min, $max) * BigInteger::randomRange($max, $min) * * @param BCMath $min * @param BCMath $max * @return BCMath */ public static function randomRange(BCMath $min, BCMath $max) { return self::randomRangeHelper($min, $max); } /** * Make the current number odd * * If the current number is odd it'll be unchanged. If it's even, one will be added to it. * * @see self::randomPrime() */ protected function make_odd() { if (!$this->isOdd()) { $this->value = bcadd($this->value, '1'); } } /** * Test the number against small primes. * * @see self::isPrime() */ protected function testSmallPrimes() { if ($this->value === '1') { return false; } if ($this->value === '2') { return true; } if ($this->value[strlen($this->value) - 1] % 2 == 0) { return false; } $value = $this->value; foreach (self::$primes as $prime) { $r = bcmod($this->value, $prime); if ($r == '0') { return $this->value == $prime; } } return true; } /** * Scan for 1 and right shift by that amount * * ie. $s = gmp_scan1($n, 0) and $r = gmp_div_q($n, gmp_pow(gmp_init('2'), $s)); * * @see self::isPrime() * @param BCMath $r * @return int */ public static function scan1divide(BCMath $r) { $r_value = &$r->value; $s = 0; // if $n was 1, $r would be 0 and this would be an infinite loop, hence our $this->equals(static::$one) check earlier while ($r_value[strlen($r_value) - 1] % 2 == 0) { $r_value = bcdiv($r_value, '2', 0); ++$s; } return $s; } /** * Performs exponentiation. * * @param BCMath $n * @return BCMath */ public function pow(BCMath $n) { $temp = new self(); $temp->value = bcpow($this->value, $n->value); return $this->normalize($temp); } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param BCMath ...$nums * @return BCMath */ public static function min(BCMath ...$nums) { return self::minHelper($nums); } /** * Return the maximum BigInteger between an arbitrary number of BigIntegers. * * @param BCMath ...$nums * @return BCMath */ public static function max(BCMath ...$nums) { return self::maxHelper($nums); } /** * Tests BigInteger to see if it is between two integers, inclusive * * @param BCMath $min * @param BCMath $max * @return bool */ public function between(BCMath $min, BCMath $max) { return $this->compare($min) >= 0 && $this->compare($max) <= 0; } /** * Set Bitmask * * @return Engine * @param int $bits * @see self::setPrecision() */ protected static function setBitmask($bits) { $temp = parent::setBitmask($bits); return $temp->add(static::$one); } /** * Is Odd? * * @return boolean */ public function isOdd() { return $this->value[strlen($this->value) - 1] % 2 == 1; } /** * Tests if a bit is set * * @return boolean */ public function testBit($x) { return bccomp( bcmod($this->value, bcpow('2', $x + 1, 0), 0), bcpow('2', $x, 0), 0 ) >= 0; } /** * Is Negative? * * @return boolean */ public function isNegative() { return strlen($this->value) && $this->value[0] == '-'; } /** * Negate * * Given $k, returns -$k * * @return BCMath */ public function negate() { $temp = clone $this; if (!strlen($temp->value)) { return $temp; } $temp->value = $temp->value[0] == '-' ? substr($this->value, 1) : '-' . $this->value; return $temp; } }PK5 Z0Uvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\BCMath; use phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett; /** * PHP Default Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class DefaultEngine extends Barrett { }PK5 Z$sȇOvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\BCMath; use phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor; /** * OpenSSL Modular Exponentiation Engine * * @package BCMath * @author Jim Wigginton * @access public */ abstract class OpenSSL extends Progenitor { }PK5 Z~s s Lvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\BCMath; use phpseclib3\Math\BigInteger\Engines\BCMath; /** * Sliding Window Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Base extends BCMath { /** * Cache constants * * $cache[self::VARIABLE] tells us whether or not the cached data is still valid. * * @access private */ const VARIABLE = 0; /** * $cache[self::DATA] contains the cached data. * * @access private */ const DATA = 1; /** * Test for engine validity * * @return bool */ public static function isValidEngine() { return static::class != __CLASS__; } /** * Performs modular exponentiation. * * @param \phpseclib3\Math\BigInteger\Engines\BCMath $x * @param \phpseclib3\Math\BigInteger\Engines\BCMath $e * @param \phpseclib3\Math\BigInteger\Engines\BCMath $n * @param string $class * @return \phpseclib3\Math\BigInteger\Engines\BCMath */ protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class) { if (empty($e->value)) { $temp = new $class(); $temp->value = '1'; return $x->normalize($temp); } return $x->normalize(static::slidingWindow($x, $e, $n, $class)); } /** * Modular reduction preparation * * @param string $x * @param string $n * @param string $class * @see self::slidingWindow() * @return string */ protected static function prepareReduce($x, $n, $class) { return static::reduce($x, $n); } /** * Modular multiply * * @param string $x * @param string $y * @param string $n * @param string $class * @see self::slidingWindow() * @return string */ protected static function multiplyReduce($x, $y, $n, $class) { return static::reduce(bcmul($x, $y), $n); } /** * Modular square * * @param string $x * @param string $n * @param string $class * @see self::slidingWindow() * @return string */ protected static function squareReduce($x, $n, $class) { return static::reduce(bcmul($x, $x), $n); } }PK5 Z2WȒZvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions; use phpseclib3\Math\BigInteger\Engines\BCMath\Base; /** * PHP Barrett Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class Barrett extends Base { /** * Cache constants * * $cache[self::VARIABLE] tells us whether or not the cached data is still valid. * * @access private */ const VARIABLE = 0; /** * $cache[self::DATA] contains the cached data. * * @access private */ const DATA = 1; /** * Barrett Modular Reduction * * See {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=14 HAC 14.3.3} / * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=165 MPM 6.2.5} for more information. Modified slightly, * so as not to require negative numbers (initially, this script didn't support negative numbers). * * Employs "folding", as described at * {@link http://www.cosic.esat.kuleuven.be/publications/thesis-149.pdf#page=66 thesis-149.pdf#page=66}. To quote from * it, "the idea [behind folding] is to find a value x' such that x (mod m) = x' (mod m), with x' being smaller than x." * * Unfortunately, the "Barrett Reduction with Folding" algorithm described in thesis-149.pdf is not, as written, all that * usable on account of (1) its not using reasonable radix points as discussed in * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=162 MPM 6.2.2} and (2) the fact that, even with reasonable * radix points, it only works when there are an even number of digits in the denominator. The reason for (2) is that * (x >> 1) + (x >> 1) != x / 2 + x / 2. If x is even, they're the same, but if x is odd, they're not. See the in-line * comments for details. * * @param string $n * @param string $m * @return array|string */ protected static function reduce($n, $m) { static $cache = [ self::VARIABLE => [], self::DATA => [] ]; $m_length = strlen($m); if (strlen($n) > 2 * $m_length) { return bcmod($n, $m); } // if (m.length >> 1) + 2 <= m.length then m is too small and n can't be reduced if ($m_length < 5) { return self::regularBarrett($n, $m); } // n = 2 * m.length if (($key = array_search($m, $cache[self::VARIABLE])) === false) { $key = count($cache[self::VARIABLE]); $cache[self::VARIABLE][] = $m; $lhs = '1' . str_repeat('0', $m_length + ($m_length >> 1)); $u = bcdiv($lhs, $m, 0); $m1 = bcsub($lhs, bcmul($u, $m)); $cache[self::DATA][] = [ 'u' => $u, // m.length >> 1 (technically (m.length >> 1) + 1) 'm1'=> $m1 // m.length ]; } else { extract($cache[self::DATA][$key]); } $cutoff = $m_length + ($m_length >> 1); $lsd = substr($n, -$cutoff); $msd = substr($n, 0, -$cutoff); $temp = bcmul($msd, $m1); // m.length + (m.length >> 1) $n = bcadd($lsd, $temp); // m.length + (m.length >> 1) + 1 (so basically we're adding two same length numbers) //if ($m_length & 1) { // return self::regularBarrett($n, $m); //} // (m.length + (m.length >> 1) + 1) - (m.length - 1) == (m.length >> 1) + 2 $temp = substr($n, 0, -$m_length + 1); // if even: ((m.length >> 1) + 2) + (m.length >> 1) == m.length + 2 // if odd: ((m.length >> 1) + 2) + (m.length >> 1) == (m.length - 1) + 2 == m.length + 1 $temp = bcmul($temp, $u); // if even: (m.length + 2) - ((m.length >> 1) + 1) = m.length - (m.length >> 1) + 1 // if odd: (m.length + 1) - ((m.length >> 1) + 1) = m.length - (m.length >> 1) $temp = substr($temp, 0, -($m_length >> 1) - 1); // if even: (m.length - (m.length >> 1) + 1) + m.length = 2 * m.length - (m.length >> 1) + 1 // if odd: (m.length - (m.length >> 1)) + m.length = 2 * m.length - (m.length >> 1) $temp = bcmul($temp, $m); // at this point, if m had an odd number of digits, we'd be subtracting a 2 * m.length - (m.length >> 1) digit // number from a m.length + (m.length >> 1) + 1 digit number. ie. there'd be an extra digit and the while loop // following this comment would loop a lot (hence our calling _regularBarrett() in that situation). $result = bcsub($n, $temp); //if (bccomp($result, '0') < 0) { if ($result[0] == '-') { $temp = '1' . str_repeat('0', $m_length + 1); $result = bcadd($result, $temp); } while (bccomp($result, $m) >= 0) { $result = bcsub($result, $m); } return $result; } /** * (Regular) Barrett Modular Reduction * * For numbers with more than four digits BigInteger::_barrett() is faster. The difference between that and this * is that this function does not fold the denominator into a smaller form. * * @param string $x * @param string $n * @return string */ private static function regularBarrett($x, $n) { static $cache = [ self::VARIABLE => [], self::DATA => [] ]; $n_length = strlen($n); if (strlen($x) > 2 * $n_length) { return bcmod($x, $n); } if (($key = array_search($n, $cache[self::VARIABLE])) === false) { $key = count($cache[self::VARIABLE]); $cache[self::VARIABLE][] = $n; $lhs = '1' . str_repeat('0', 2 * $n_length); $cache[self::DATA][] = bcdiv($lhs, $n, 0); } $temp = substr($x, 0, -$n_length + 1); $temp = bcmul($temp, $cache[self::DATA][$key]); $temp = substr($temp, 0, -$n_length - 1); $r1 = substr($x, -$n_length - 1); $r2 = substr(bcmul($temp, $n), -$n_length - 1); $result = bcsub($r1, $r2); //if (bccomp($result, '0') < 0) { if ($result[0] == '-') { $q = '1' . str_repeat('0', $n_length + 1); $result = bcadd($result, $q); } while (bccomp($result, $n) >= 0) { $result = bcsub($result, $n); } return $result; } }PK5 Z ^vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions; use phpseclib3\Math\BigInteger\Engines\BCMath\Base; use phpseclib3\Math\BigInteger\Engines\BCMath; /** * PHP Barrett Modular Exponentiation Engine * * @package PHP * @author Jim Wigginton * @access public */ abstract class EvalBarrett extends Base { /** * Custom Reduction Function * * @see self::generateCustomReduction */ private static $custom_reduction; /** * Barrett Modular Reduction * * This calls a dynamically generated loop unrolled function that's specific to a given modulo. * Array lookups are avoided as are if statements testing for how many bits the host OS supports, etc. * * @param string $n * @param string $m * @return string */ protected static function reduce($n, $m) { $inline = self::$custom_reduction; return $inline($n); } /** * Generate Custom Reduction * * @param BCMath $m * @param string $class * @return callable|void */ protected static function generateCustomReduction(BCMath $m, $class) { if (isset($n->reduce)) { self::$custom_reduction = $n->reduce; return $n->reduce; } $m_length = strlen($m); if ($m_length < 5) { $code = 'return bcmod($x, $n);'; eval('$func = function ($n) { ' . $code . '};'); self::$custom_reduction = $func; return; } $lhs = '1' . str_repeat('0', $m_length + ($m_length >> 1)); $u = bcdiv($lhs, $m, 0); $m1 = bcsub($lhs, bcmul($u, $m)); $cutoff = $m_length + ($m_length >> 1); $m = "'$m'"; $u = "'$u'"; $m1= "'$m1'"; $code.= ' $lsd = substr($n, -' . $cutoff . '); $msd = substr($n, 0, -' . $cutoff . '); $temp = bcmul($msd, ' . $m1 . '); $n = bcadd($lsd, $temp); $temp = substr($n, 0, ' . (-$m_length + 1) . '); $temp = bcmul($temp, ' . $u . '); $temp = substr($temp, 0, ' . (-($m_length >> 1) - 1) . '); $temp = bcmul($temp, ' . $m . '); $result = bcsub($n, $temp); if ($result[0] == \'-\') { $temp = \'1' . str_repeat('0', $m_length + 1) . '\'; $result = bcadd($result, $temp); } while (bccomp($result, ' . $m . ') >= 0) { $result = bcsub($result, ' . $m . '); } return $result;'; eval('$func = function ($n) { ' . $code . '};'); self::$custom_reduction = $func; return $func; } }PK5 Z-Ovendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\BCMath; use phpseclib3\Math\BigInteger\Engines\BCMath; /** * Built-In BCMath Modular Exponentiation Engine * * @package BCMath * @author Jim Wigginton * @access public */ abstract class BuiltIn extends BCMath { /** * Performs modular exponentiation. * * @param BCMath $x * @param BCMath $e * @param BCMath $n * @return BCMath */ protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n) { $temp = new BCMath(); $temp->value = bcpowmod($x->value, $e->value, $n->value); return $x->normalize($temp); } }PK5 Z>LLGvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use ParagonIE\ConstantTime\Hex; use phpseclib3\Exception\BadConfigurationException; use phpseclib3\Crypt\Random; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; /** * Base Engine. * * @package Engine * @author Jim Wigginton * @access public */ abstract class Engine implements \Serializable { /** * Holds the BigInteger's value * * @var mixed */ protected $value; /** * Holds the BigInteger's sign * * @var bool */ protected $is_negative; /** * Precision * * @see static::setPrecision() */ protected $precision = -1; /** * Precision Bitmask * * @see static::setPrecision() */ protected $bitmask = false; /** * Recurring Modulo Function * * @var callable */ protected $reduce; /** * Default constructor * * @param mixed $x integer Base-10 number or base-$base number if $base set. * @param int $base */ public function __construct($x, $base) { if (!isset(static::$primes)) { static::$primes = [ 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499, 503, 509, 521, 523, 541, 547, 557, 563, 569, 571, 577, 587, 593, 599, 601, 607, 613, 617, 619, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691, 701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 797, 809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863, 877, 881, 883, 887, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983, 991, 997 ]; static::$zero = new static(0); static::$one = new static(1); static::$two = new static(2); } // '0' counts as empty() but when the base is 256 '0' is equal to ord('0') or 48 // '0' is the only value like this per http://php.net/empty if (empty($x) && (abs($base) != 256 || $x !== '0')) { return; } switch ($base) { case -256: case 256: if ($base == -256 && (ord($x[0]) & 0x80)) { $this->value = ~$x; $this->is_negative = true; } else { $this->value = $x; $this->is_negative = false; } static::initialize($base); if ($this->is_negative) { $temp = $this->add(new static('-1')); $this->value = $temp->value; } break; case -16: case 16: if ($base > 0 && $x[0] == '-') { $this->is_negative = true; $x = substr($x, 1); } $x = preg_replace('#^(?:0x)?([A-Fa-f0-9]*).*#', '$1', $x); $is_negative = false; if ($base < 0 && hexdec($x[0]) >= 8) { $this->is_negative = $is_negative = true; $x = Hex::encode(~Hex::decode($x)); } $this->value = $x; static::initialize($base); if ($is_negative) { $temp = $this->add(new static('-1')); $this->value = $temp->value; } break; case -10: case 10: // (?value = preg_replace('#(?value) || $this->value == '-') { $this->value = '0'; } static::initialize($base); break; case -2: case 2: if ($base > 0 && $x[0] == '-') { $this->is_negative = true; $x = substr($x, 1); } $x = preg_replace('#^([01]*).*#', '$1', $x); $temp = new static(Strings::bits2bin($x), 128 * $base); // ie. either -16 or +16 $this->value = $temp->value; if ($temp->is_negative) { $this->is_negative = true; } break; default: // base not supported, so we'll let $this == 0 } } /** * Sets engine type. * * Throws an exception if the type is invalid * * @param string $engine */ public static function setModExpEngine($engine) { $fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine; if (!class_exists($fqengine) || !method_exists($fqengine, 'isValidEngine')) { throw new \InvalidArgumentException("$engine is not a valid engine"); } if (!$fqengine::isValidEngine()) { throw new BadConfigurationException("$engine is not setup correctly on this system"); } static::$modexpEngine = $fqengine; } /** * Converts a BigInteger to a byte string (eg. base-256). * * Negative numbers are saved as positive numbers, unless $twos_compliment is set to true, at which point, they're * saved as two's compliment. * @return string */ protected function toBytesHelper() { $comparison = $this->compare(new static()); if ($comparison == 0) { return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : ''; } $temp = $comparison < 0 ? $this->add(new static(1)) : $this; $bytes = $temp->toBytes(); if (!strlen($bytes)) { // eg. if the number we're trying to convert is -1 $bytes = chr(0); } if (ord($bytes[0]) & 0x80) { $bytes = chr(0) . $bytes; } return $comparison < 0 ? ~$bytes : $bytes; } /** * Converts a BigInteger to a hex string (eg. base-16). * * @param bool $twos_compliment * @return string */ public function toHex($twos_compliment = false) { return Hex::encode($this->toBytes($twos_compliment)); } /** * Converts a BigInteger to a bit string (eg. base-2). * * Negative numbers are saved as positive numbers, unless $twos_compliment is set to true, at which point, they're * saved as two's compliment. * * @param bool $twos_compliment * @return string */ public function toBits($twos_compliment = false) { $hex = $this->toBytes($twos_compliment); $bits = Strings::bin2bits($hex); $result = $this->precision > 0 ? substr($bits, -$this->precision) : ltrim($bits, '0'); if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) { return '0' . $result; } return $result; } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * * {@internal See {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=21 HAC 14.64} for more information.} * * @param \phpseclib3\Math\BigInteger\Engines\Engine $n * @return \phpseclib3\Math\BigInteger\Engines\Engine|false */ protected function modInverseHelper(Engine $n) { // $x mod -$n == $x mod $n. $n = $n->abs(); if ($this->compare(static::$zero) < 0) { $temp = $this->abs(); $temp = $temp->modInverse($n); return $this->normalize($n->subtract($temp)); } extract($this->extendedGCD($n)); /** * @var BigInteger $gcd * @var BigInteger $x */ if (!$gcd->equals(static::$one)) { return false; } $x = $x->compare(static::$zero) < 0 ? $x->add($n) : $x; return $this->compare(static::$zero) < 0 ? $this->normalize($n->subtract($x)) : $this->normalize($x); } /** * Serialize * * Will be called, automatically, when serialize() is called on a BigInteger object. * * @return string */ public function serialize() { $val = ['hex' => $this->toHex(true)]; if ($this->precision > 0) { $val['precision'] = $this->precision; } return serialize($val); } /** * Serialize * * Will be called, automatically, when unserialize() is called on a BigInteger object. * * @param string $serialized */ public function unserialize($serialized) { $r = unserialize($serialized); $temp = new static($r['hex'], -16); $this->value = $temp->value; $this->is_negative = $temp->is_negative; if (isset($r['precision'])) { // recalculate $this->bitmask $this->setPrecision($r['precision']); } } /** * Converts a BigInteger to a base-10 number. * * @return string */ public function __toString() { return $this->toString(); } /** * __debugInfo() magic method * * Will be called, automatically, when print_r() or var_dump() are called */ public function __debugInfo() { return [ 'value' => '0x' . $this->toHex(true), 'engine' => basename(static::class) ]; } /** * Set Precision * * Some bitwise operations give different results depending on the precision being used. Examples include left * shift, not, and rotates. * * @param int $bits */ public function setPrecision($bits) { if ($bits < 1) { $this->precision = -1; $this->bitmask = false; return; } $this->precision = $bits; $this->bitmask = static::setBitmask($bits); $temp = $this->normalize($this); $this->value = $temp->value; } /** * Get Precision * * Returns the precision if it exists, -1 if it doesn't * * @return int */ public function getPrecision() { return $this->precision; } /** * Set Bitmask * @return Engine * @param int $bits * @see self::setPrecision() */ protected static function setBitmask($bits) { return new static(chr((1 << ($bits & 0x7)) - 1) . str_repeat(chr(0xFF), $bits >> 3), 256); } /** * Logical Not * * @return Engine|string */ public function bitwise_not() { // calculuate "not" without regard to $this->precision // (will always result in a smaller number. ie. ~1 isn't 1111 1110 - it's 0) $temp = $this->toBytes(); if ($temp == '') { return $this->normalize(static::$zero); } $pre_msb = decbin(ord($temp[0])); $temp = ~$temp; $msb = decbin(ord($temp[0])); if (strlen($msb) == 8) { $msb = substr($msb, strpos($msb, '0')); } $temp[0] = chr(bindec($msb)); // see if we need to add extra leading 1's $current_bits = strlen($pre_msb) + 8 * strlen($temp) - 8; $new_bits = $this->precision - $current_bits; if ($new_bits <= 0) { return $this->normalize(new static($temp, 256)); } // generate as many leading 1's as we need to. $leading_ones = chr((1 << ($new_bits & 0x7)) - 1) . str_repeat(chr(0xFF), $new_bits >> 3); self::base256_lshift($leading_ones, $current_bits); $temp = str_pad($temp, strlen($leading_ones), chr(0), STR_PAD_LEFT); return $this->normalize(new static($leading_ones | $temp, 256)); } /** * Logical Left Shift * * Shifts binary strings $shift bits, essentially multiplying by 2**$shift. * * @param string $x * @param int $shift * @return string */ protected static function base256_lshift(&$x, $shift) { if ($shift == 0) { return; } $num_bytes = $shift >> 3; // eg. floor($shift/8) $shift &= 7; // eg. $shift % 8 $carry = 0; for ($i = strlen($x) - 1; $i >= 0; --$i) { $temp = ord($x[$i]) << $shift | $carry; $x[$i] = chr($temp); $carry = $temp >> 8; } $carry = ($carry != 0) ? chr($carry) : ''; $x = $carry . $x . str_repeat(chr(0), $num_bytes); } /** * Logical Left Rotate * * Instead of the top x bits being dropped they're appended to the shifted bit string. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\Engine */ public function bitwise_leftRotate($shift) { $bits = $this->toBytes(); if ($this->precision > 0) { $precision = $this->precision; if (static::FAST_BITWISE) { $mask = $this->bitmask->toBytes(); } else { $mask = $this->bitmask->subtract(new static(1)); $mask = $mask->toBytes(); } } else { $temp = ord($bits[0]); for ($i = 0; $temp >> $i; ++$i) { } $precision = 8 * strlen($bits) - 8 + $i; $mask = chr((1 << ($precision & 0x7)) - 1) . str_repeat(chr(0xFF), $precision >> 3); } if ($shift < 0) { $shift+= $precision; } $shift%= $precision; if (!$shift) { return clone $this; } $left = $this->bitwise_leftShift($shift); $left = $left->bitwise_and(new static($mask, 256)); $right = $this->bitwise_rightShift($precision - $shift); $result = static::FAST_BITWISE ? $left->bitwise_or($right) : $left->add($right); return $this->normalize($result); } /** * Logical Right Rotate * * Instead of the bottom x bits being dropped they're prepended to the shifted bit string. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\Engine */ public function bitwise_rightRotate($shift) { return $this->bitwise_leftRotate(-$shift); } /** * Returns the smallest and largest n-bit number * * @param int $bits * @return \phpseclib3\Math\BigInteger\Engines\Engine[] */ public static function minMaxBits($bits) { $bytes = $bits >> 3; $min = str_repeat(chr(0), $bytes); $max = str_repeat(chr(0xFF), $bytes); $msb = $bits & 7; if ($msb) { $min = chr(1 << ($msb - 1)) . $min; $max = chr((1 << $msb) - 1) . $max; } else { $min[0] = chr(0x80); } return [ 'min' => new static($min, 256), 'max' => new static($max, 256) ]; } /** * Return the size of a BigInteger in bits * * @return int */ public function getLength() { return strlen($this->toBits()); } /** * Return the size of a BigInteger in bytes * * @return int */ public function getLengthInBytes() { return strlen($this->toBytes()); } /** * Performs some pre-processing for powMod * * @param Engine $e * @param Engine $n * @return bool|Engine */ protected function powModOuter(Engine $e, Engine $n) { $n = $this->bitmask !== false && $this->bitmask->compare($n) < 0 ? $this->bitmask : $n->abs(); if ($e->compare(new static()) < 0) { $e = $e->abs(); $temp = $this->modInverse($n); if ($temp === false) { return false; } return $this->normalize($temp->powModInner($e, $n)); } return $this->powModInner($e, $n); } /** * Sliding Window k-ary Modular Exponentiation * * Based on {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=27 HAC 14.85} / * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=210 MPM 7.7}. In a departure from those algorithims, * however, this function performs a modular reduction after every multiplication and squaring operation. * As such, this function has the same preconditions that the reductions being used do. * * @param \phpseclib3\Math\BigInteger\Engines\Engine $x * @param \phpseclib3\Math\BigInteger\Engines\Engine $e * @param \phpseclib3\Math\BigInteger\Engines\Engine $n * @param string $class * @return \phpseclib3\Math\BigInteger\Engines\Engine */ protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class) { static $window_ranges = [7, 25, 81, 241, 673, 1793]; // from BigInteger.java's oddModPow function //static $window_ranges = [0, 7, 36, 140, 450, 1303, 3529]; // from MPM 7.3.1 $e_bits = $e->toBits(); $e_length = strlen($e_bits); // calculate the appropriate window size. // $window_size == 3 if $window_ranges is between 25 and 81, for example. for ($i = 0, $window_size = 1; $i < count($window_ranges) && $e_length > $window_ranges[$i]; ++$window_size, ++$i) { } $n_value = $n->value; if (method_exists(static::class, 'generateCustomReduction')) { static::generateCustomReduction($n, $class); } // precompute $this^0 through $this^$window_size $powers = []; $powers[1] = static::prepareReduce($x->value, $n_value, $class); $powers[2] = static::squareReduce($powers[1], $n_value, $class); // we do every other number since substr($e_bits, $i, $j+1) (see below) is supposed to end // in a 1. ie. it's supposed to be odd. $temp = 1 << ($window_size - 1); for ($i = 1; $i < $temp; ++$i) { $i2 = $i << 1; $powers[$i2 + 1] = static::multiplyReduce($powers[$i2 - 1], $powers[2], $n_value, $class); } $result = new $class(1); $result = static::prepareReduce($result->value, $n_value, $class); for ($i = 0; $i < $e_length;) { if (!$e_bits[$i]) { $result = static::squareReduce($result, $n_value, $class); ++$i; } else { for ($j = $window_size - 1; $j > 0; --$j) { if (!empty($e_bits[$i + $j])) { break; } } // eg. the length of substr($e_bits, $i, $j + 1) for ($k = 0; $k <= $j; ++$k) { $result = static::squareReduce($result, $n_value, $class); } $result = static::multiplyReduce($result, $powers[bindec(substr($e_bits, $i, $j + 1))], $n_value, $class); $i += $j + 1; } } $temp = new $class(); $temp->value = static::reduce($result, $n_value, $class); return $temp; } /** * Generates a random number of a certain size * * Bit length is equal to $size * * @param int $size * @return \phpseclib3\Math\BigInteger\Engines\Engine */ public static function random($size) { extract(static::minMaxBits($size)); /** * @var BigInteger $min * @var BigInteger $max */ return static::randomRange($min, $max); } /** * Generates a random prime number of a certain size * * Bit length is equal to $size * * @param int $size * @return \phpseclib3\Math\BigInteger\Engines\Engine */ public static function randomPrime($size) { extract(static::minMaxBits($size)); /** * @var BigInteger $min * @var BigInteger $max */ return static::randomRangePrime($min, $max); } /** * Performs some pre-processing for randomRangePrime * * @param Engine $min * @param Engine $max * @return bool|Engine */ protected static function randomRangePrimeOuter(Engine $min, Engine $max) { $compare = $max->compare($min); if (!$compare) { return $min->isPrime() ? $min : false; } elseif ($compare < 0) { // if $min is bigger then $max, swap $min and $max $temp = $max; $max = $min; $min = $temp; } $x = static::randomRange($min, $max); return static::randomRangePrimeInner($x, $min, $max); } /** * Generate a random number between a range * * Returns a random number between $min and $max where $min and $max * can be defined using one of the two methods: * * BigInteger::randomRange($min, $max) * BigInteger::randomRange($max, $min) * * @param Engine $min * @param Engine $max * @return Engine */ protected static function randomRangeHelper(Engine $min, Engine $max) { $compare = $max->compare($min); if (!$compare) { return $min; } elseif ($compare < 0) { // if $min is bigger then $max, swap $min and $max $temp = $max; $max = $min; $min = $temp; } if (!isset(static::$one)) { static::$one = new static(1); } $max = $max->subtract($min->subtract(static::$one)); $size = strlen(ltrim($max->toBytes(), chr(0))); /* doing $random % $max doesn't work because some numbers will be more likely to occur than others. eg. if $max is 140 and $random's max is 255 then that'd mean both $random = 5 and $random = 145 would produce 5 whereas the only value of random that could produce 139 would be 139. ie. not all numbers would be equally likely. some would be more likely than others. creating a whole new random number until you find one that is within the range doesn't work because, for sufficiently small ranges, the likelihood that you'd get a number within that range would be pretty small. eg. with $random's max being 255 and if your $max being 1 the probability would be pretty high that $random would be greater than $max. phpseclib works around this using the technique described here: http://crypto.stackexchange.com/questions/5708/creating-a-small-number-from-a-cryptographically-secure-random-string */ $random_max = new static(chr(1) . str_repeat("\0", $size), 256); $random = new static(Random::string($size), 256); list($max_multiple) = $random_max->divide($max); $max_multiple = $max_multiple->multiply($max); while ($random->compare($max_multiple) >= 0) { $random = $random->subtract($max_multiple); $random_max = $random_max->subtract($max_multiple); $random = $random->bitwise_leftShift(8); $random = $random->add(new static(Random::string(1), 256)); $random_max = $random_max->bitwise_leftShift(8); list($max_multiple) = $random_max->divide($max); $max_multiple = $max_multiple->multiply($max); } list(, $random) = $random->divide($max); return $random->add($min); } /** * Performs some post-processing for randomRangePrime * * @param Engine $x * @param Engine $min * @param Engine $max * @return bool|Engine */ protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max) { if (!isset(static::$two)) { static::$two = new static('2'); } $x->make_odd(); if ($x->compare($max) > 0) { // if $x > $max then $max is even and if $min == $max then no prime number exists between the specified range if ($min->equals($max)) { return false; } $x = clone $min; $x->make_odd(); } $initial_x = clone $x; while (true) { if ($x->isPrime()) { return $x; } $x = $x->add(static::$two); if ($x->compare($max) > 0) { $x = clone $min; if ($x->equals(static::$two)) { return $x; } $x->make_odd(); } if ($x->equals($initial_x)) { return false; } } } /** * Sets the $t parameter for primality testing * * @return int */ protected function setupIsPrime() { $length = $this->getLengthInBytes(); // see HAC 4.49 "Note (controlling the error probability)" // @codingStandardsIgnoreStart if ($length >= 163) { $t = 2; } // floor(1300 / 8) else if ($length >= 106) { $t = 3; } // floor( 850 / 8) else if ($length >= 81 ) { $t = 4; } // floor( 650 / 8) else if ($length >= 68 ) { $t = 5; } // floor( 550 / 8) else if ($length >= 56 ) { $t = 6; } // floor( 450 / 8) else if ($length >= 50 ) { $t = 7; } // floor( 400 / 8) else if ($length >= 43 ) { $t = 8; } // floor( 350 / 8) else if ($length >= 37 ) { $t = 9; } // floor( 300 / 8) else if ($length >= 31 ) { $t = 12; } // floor( 250 / 8) else if ($length >= 25 ) { $t = 15; } // floor( 200 / 8) else if ($length >= 18 ) { $t = 18; } // floor( 150 / 8) else { $t = 27; } // @codingStandardsIgnoreEnd return $t; } /** * Tests Primality * * Uses the {@link http://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_test Miller-Rabin primality test}. * See {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap4.pdf#page=8 HAC 4.24} for more info. * * @param int $t * @return bool */ protected function testPrimality($t) { if (!$this->testSmallPrimes()) { return false; } $n = clone $this; $n_1 = $n->subtract(static::$one); $n_2 = $n->subtract(static::$two); $r = clone $n_1; $s = static::scan1divide($r); for ($i = 0; $i < $t; ++$i) { $a = static::randomRange(static::$two, $n_2); $y = $a->modPow($r, $n); if (!$y->equals(static::$one) && !$y->equals($n_1)) { for ($j = 1; $j < $s && !$y->equals($n_1); ++$j) { $y = $y->modPow(static::$two, $n); if ($y->equals(static::$one)) { return false; } } if (!$y->equals($n_1)) { return false; } } } return true; } /** * Checks a numer to see if it's prime * * Assuming the $t parameter is not set, this function has an error rate of 2**-80. The main motivation for the * $t parameter is distributability. BigInteger::randomPrime() can be distributed across multiple pageloads * on a website instead of just one. * * @param int|bool $t * @return bool */ public function isPrime($t = false) { if (!$t) { $t = $this->setupIsPrime(); } return $this->testPrimality($t); } /** * Performs a few preliminary checks on root * * @param int $n * @return \phpseclib3\Math\BigInteger\Engines\Engine */ protected function rootHelper($n) { if ($n < 1) { return clone static::$zero; } // we want positive exponents if ($this->compare(static::$one) < 0) { return clone static::$zero; } // we want positive numbers if ($this->compare(static::$two) < 0) { return clone static::$one; } // n-th root of 1 or 2 is 1 return $this->rootInner($n); } /** * Calculates the nth root of a biginteger. * * Returns the nth root of a positive biginteger, where n defaults to 2 * * {@internal This function is based off of {@link http://mathforum.org/library/drmath/view/52605.html this page} and {@link http://stackoverflow.com/questions/11242920/calculating-nth-root-with-bcmath-in-php this stackoverflow question}.} * * @param int $n * @return \phpseclib3\Math\BigInteger\Engines\Engine */ protected function rootInner($n) { $n = new static($n); // g is our guess number $g = static::$two; // while (g^n < num) g=g*2 while ($g->pow($n)->compare($this) < 0) { $g = $g->multiply(static::$two); } // if (g^n==num) num is a power of 2, we're lucky, end of job // == 0 bccomp(bcpow($g, $n), $n->value)==0 if ($g->pow($n)->equals($this) > 0) { $root = $g; return $this->normalize($root); } // if we're here num wasn't a power of 2 :( $og = $g; // og means original guess and here is our upper bound $g = $g->divide(static::$two)[0]; // g is set to be our lower bound $step = $og->subtract($g)->divide(static::$two)[0]; // step is the half of upper bound - lower bound $g = $g->add($step); // we start at lower bound + step , basically in the middle of our interval // while step>1 while ($step->compare(static::$one) == 1) { $guess = $g->pow($n); $step = $step->divide(static::$two)[0]; $comp = $guess->compare($this); // compare our guess with real number switch ($comp) { case -1: // if guess is lower we add the new step $g = $g->add($step); break; case 1: // if guess is higher we sub the new step $g = $g->subtract($step); break; case 0: // if guess is exactly the num we're done, we return the value $root = $g; break 2; } } if ($comp == 1) { $g = $g->subtract($step); } // whatever happened, g is the closest guess we can make so return it $root = $g; return $this->normalize($root); } /** * Calculates the nth root of a biginteger. * * @param int $n * @return Engine */ public function root($n = 2) { return $this->rootHelper($n); } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param array $nums * @return Engine */ protected static function minHelper(array $nums) { if (count($nums) == 1) { return $nums[0]; } $min = $nums[0]; for ($i = 1; $i < count($nums); $i++) { $min = $min->compare($nums[$i]) > 0 ? $nums[$i] : $min; } return $min; } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param array $nums * @return Engine */ protected static function maxHelper(array $nums) { if (count($nums) == 1) { return $nums[0]; } $max = $nums[0]; for ($i = 1; $i < count($nums); $i++) { $max = $max->compare($nums[$i]) < 0 ? $nums[$i] : $max; } return $max; } /** * Create Recurring Modulo Function * * Sometimes it may be desirable to do repeated modulos with the same number outside of * modular exponentiation * * @return callable */ public function createRecurringModuloFunction() { $class = static::class; $fqengine = !method_exists(static::$modexpEngine, 'reduce') ? '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' : static::$modexpEngine; if (method_exists($fqengine, 'generateCustomReduction')) { $func = $fqengine::generateCustomReduction($this, static::class); $this->reduce = eval('return function(' . static::class . ' $x) use ($func, $class) { $r = new $class(); $r->value = $func($x->value); return $r; };'); return clone $this->reduce; } $n = $this->value; $this->reduce = eval('return function(' . static::class . ' $x) use ($n, $fqengine, $class) { $r = new $class(); $r->value = $fqengine::reduce($x->value, $n, $class); return $r; };'); return clone $this->reduce; } /** * Calculates the greatest common divisor and Bezout's identity. * * @param Engine $n * @param Engine $stop (optional) * @return Engine */ protected function extendedGCDHelper(Engine $n, Engine $stop = null) { $u = clone $this; $v = clone $n; $one = new static(1); $zero = new static(); $a = clone $one; $b = clone $zero; $c = clone $zero; $d = clone $one; while (!$v->equals($zero)) { list($q) = $u->divide($v); $temp = $u; $u = $v; $v = $temp->subtract($v->multiply($q)); $temp = $a; $a = $c; $c = $temp->subtract($a->multiply($q)); $temp = $b; $b = $d; $d = $temp->subtract($b->multiply($q)); } return [ 'gcd'=> $u, 'x' => $a, 'y' => $b ]; } /** * Bitwise Split * * Splits BigInteger's into chunks of $split bits * * @param int $split * @return \phpseclib3\Math\BigInteger\Engines\Engine[] */ public function bitwise_split($split) { if ($split < 1) { throw new \RuntimeException('Offset must be greater than 1'); } $mask = static::$one->bitwise_leftShift($split)->subtract(static::$one); $num = clone $this; $vals = []; while (!$num->equals(static::$zero)) { $vals[] = $num->bitwise_and($mask); $num = $num->bitwise_rightShift($split); } return array_reverse($vals); } /** * Logical And * * @param Engine $x * @return Engine */ protected function bitwiseAndHelper(Engine $x) { $left = $this->toBytes(true); $right = $x->toBytes(true); $length = max(strlen($left), strlen($right)); $left = str_pad($left, $length, chr(0), STR_PAD_LEFT); $right = str_pad($right, $length, chr(0), STR_PAD_LEFT); return $this->normalize(new static($left & $right, -256)); } /** * Logical Or * * @param Engine $x * @return Engine */ protected function bitwiseOrHelper(Engine $x) { $left = $this->toBytes(true); $right = $x->toBytes(true); $length = max(strlen($left), strlen($right)); $left = str_pad($left, $length, chr(0), STR_PAD_LEFT); $right = str_pad($right, $length, chr(0), STR_PAD_LEFT); return $this->normalize(new static($left | $right, -256)); } /** * Logical Exclusive Or * * @param Engine $x * @return Engine */ protected function bitwiseXorHelper(Engine $x) { $left = $this->toBytes(true); $right = $x->toBytes(true); $length = max(strlen($left), strlen($right)); $left = str_pad($left, $length, chr(0), STR_PAD_LEFT); $right = str_pad($right, $length, chr(0), STR_PAD_LEFT); return $this->normalize(new static($left ^ $right, -256)); } } PK5 Zbz^77Hvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use phpseclib3\Crypt\RSA; use phpseclib3\Crypt\RSA\Formats\Keys\PKCS8; use phpseclib3\Math\BigInteger; /** * OpenSSL Modular Exponentiation Engine * * @package Engines * @author Jim Wigginton * @access public */ abstract class OpenSSL { /** * Test for engine validity * * @return bool */ public static function isValidEngine() { return extension_loaded('openssl') && static::class != __CLASS__; } /** * Performs modular exponentiation. * * @param Engine $x * @param Engine $e * @param Engine $n * @return Engine */ public static function powModHelper(Engine $x, Engine $e, Engine $n) { if ($n->getLengthInBytes() < 31 || $n->getLengthInBytes() > 16384) { throw new \OutOfRangeException('Only modulo between 31 and 16384 bits are accepted'); } $key = PKCS8::savePublicKey( new BigInteger($n), new BigInteger($e) ); $plaintext = str_pad($x->toBytes(), $n->getLengthInBytes(), "\0", STR_PAD_LEFT); // this is easily prone to failure. if the modulo is a multiple of 2 or 3 or whatever it // won't work and you'll get a "failure: error:0906D06C:PEM routines:PEM_read_bio:no start line" // error. i suppose, for even numbers, we could do what PHP\Montgomery.php does, but then what // about odd numbers divisible by 3, by 5, etc? if (!openssl_public_encrypt($plaintext, $result, $key, OPENSSL_NO_PADDING)) { throw new \UnexpectedValueException(openssl_error_string()); } $class = get_class($x); return new $class($result, 256); } }PK5 ZQEQEDvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use ParagonIE\ConstantTime\Hex; use phpseclib3\Exception\BadConfigurationException; /** * GMP Engine. * * @package GMP * @author Jim Wigginton * @access public */ class GMP extends Engine { /** * Can Bitwise operations be done fast? * * @see parent::bitwise_leftRotate() * @see parent::bitwise_rightRotate() * @access protected */ const FAST_BITWISE = true; /** * Engine Directory * * @see parent::setModExpEngine * @access protected */ const ENGINE_DIR = 'GMP'; /** * Modular Exponentiation Engine * * @var string */ protected static $modexpEngine; /** * Engine Validity Flag * * @var bool */ protected static $isValidEngine; /** * BigInteger(0) * * @var \phpseclib3\Math\BigInteger\Engines\GMP */ protected static $zero; /** * BigInteger(1) * * @var \phpseclib3\Math\BigInteger\Engines\GMP */ protected static $one; /** * BigInteger(2) * * @var \phpseclib3\Math\BigInteger\Engines\GMP */ protected static $two; /** * Primes > 2 and < 1000 * * Unused for GMP Engine * * @var mixed */ protected static $primes; /** * Test for engine validity * * @see parent::__construct() * @return bool */ public static function isValidEngine() { return extension_loaded('gmp'); } /** * Default constructor * * @param mixed $x integer Base-10 number or base-$base number if $base set. * @param int $base * @see parent::__construct() * @return \phpseclib3\Math\BigInteger\Engines\GMP */ public function __construct($x = 0, $base = 10) { if (!isset(self::$isValidEngine)) { self::$isValidEngine = self::isValidEngine(); } if (!self::$isValidEngine) { throw new BadConfigurationException('GMP is not setup correctly on this system'); } if ($x instanceof \GMP) { $this->value = $x; return; } $this->value = gmp_init(0); parent::__construct($x, $base); } /** * Initialize a GMP BigInteger Engine instance * * @param int $base * @see parent::__construct() */ protected function initialize($base) { switch (abs($base)) { case 256: $this->value = gmp_import($this->value); if ($this->is_negative) { $this->value = -$this->value; } break; case 16: $temp = $this->is_negative ? '-0x' . $this->value : '0x' . $this->value; $this->value = gmp_init($temp); break; case 10: $this->value = gmp_init(isset($this->value) ? $this->value : '0'); } } /** * Converts a BigInteger to a base-10 number. * * @return string */ public function toString() { return (string) $this->value; } /** * Converts a BigInteger to a bit string (eg. base-2). * * Negative numbers are saved as positive numbers, unless $twos_compliment is set to true, at which point, they're * saved as two's compliment. * * @param bool $twos_compliment * @return string */ public function toBits($twos_compliment = false) { $hex = $this->toHex($twos_compliment); $bits = gmp_strval(gmp_init($hex, 16), 2); if ($this->precision > 0) { $bits = substr($bits, -$this->precision); } if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) { return '0' . $bits; } return $bits; } /** * Converts a BigInteger to a byte string (eg. base-256). * * @param bool $twos_compliment * @return string */ function toBytes($twos_compliment = false) { if ($twos_compliment) { return $this->toBytesHelper(); } if (gmp_cmp($this->value, gmp_init(0)) == 0) { return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : ''; } $temp = gmp_export($this->value); return $this->precision > 0 ? substr(str_pad($temp, $this->precision >> 3, chr(0), STR_PAD_LEFT), -($this->precision >> 3)) : ltrim($temp, chr(0)); } /** * Adds two BigIntegers. * * @param GMP $y * @return GMP */ public function add(GMP $y) { $temp = new self(); $temp->value = $this->value + $y->value; return $this->normalize($temp); } /** * Subtracts two BigIntegers. * * @param GMP $y * @return GMP */ public function subtract(GMP $y) { $temp = new self(); $temp->value = $this->value - $y->value; return $this->normalize($temp); } /** * Multiplies two BigIntegers. * * @param GMP $x * @return GMP */ public function multiply(GMP $x) { $temp = new self(); $temp->value = $this->value * $x->value; return $this->normalize($temp); } /** * Divides two BigIntegers. * * Returns an array whose first element contains the quotient and whose second element contains the * "common residue". If the remainder would be positive, the "common residue" and the remainder are the * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder * and the divisor (basically, the "common residue" is the first positive modulo). * * @param GMP $y * @return GMP */ public function divide(GMP $y) { $quotient = new self(); $remainder = new self(); list($quotient->value, $remainder->value) = gmp_div_qr($this->value, $y->value); if (gmp_sign($remainder->value) < 0) { $remainder->value = $remainder->value + gmp_abs($y->value); } return [$this->normalize($quotient), $this->normalize($remainder)]; } /** * Compares two numbers. * * Although one might think !$x->compare($y) means $x != $y, it, in fact, means the opposite. The reason for this is * demonstrated thusly: * * $x > $y: $x->compare($y) > 0 * $x < $y: $x->compare($y) < 0 * $x == $y: $x->compare($y) == 0 * * Note how the same comparison operator is used. If you want to test for equality, use $x->equals($y). * * {@internal Could return $this->subtract($x), but that's not as fast as what we do do.} * * @param GMP $y * @return int in case < 0 if $this is less than $y; > 0 if $this is greater than $y, and 0 if they are equal. * @access public * @see self::equals() */ public function compare(GMP $y) { $r = gmp_cmp($this->value, $y->value); if ($r < -1) { $r = -1; } if ($r > 1) { $r = 1; } return $r; } /** * Tests the equality of two numbers. * * If you need to see if one number is greater than or less than another number, use BigInteger::compare() * * @param GMP $x * @return bool */ public function equals(GMP $x) { return $this->value == $x->value; } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * * @param GMP $n * @return false|GMP */ public function modInverse(GMP $n) { $temp = new self(); $temp->value = gmp_invert($this->value, $n->value); return $temp->value === false ? false : $this->normalize($temp); } /** * Calculates the greatest common divisor and Bezout's identity. * * Say you have 693 and 609. The GCD is 21. Bezout's identity states that there exist integers x and y such that * 693*x + 609*y == 21. In point of fact, there are actually an infinite number of x and y combinations and which * combination is returned is dependent upon which mode is in use. See * {@link http://en.wikipedia.org/wiki/B%C3%A9zout%27s_identity Bezout's identity - Wikipedia} for more information. * * @param \phpseclib3\Math\BigInteger\Engines\GMP $n * @return \phpseclib3\Math\BigInteger\Engines\GMP[] */ public function extendedGCD(GMP $n) { extract(gmp_gcdext($this->value, $n->value)); return [ 'gcd' => $this->normalize(new self($g)), 'x' => $this->normalize(new self($s)), 'y' => $this->normalize(new self($t)) ]; } /** * Calculates the greatest common divisor * * Say you have 693 and 609. The GCD is 21. * * @param GMP $n * @return GMP */ public function gcd(GMP $n) { $r = gmp_gcd($this->value, $n->value); return $this->normalize(new self($r)); } /** * Absolute value. * * @return \phpseclib3\Math\BigInteger\Engines\GMP * @access public */ public function abs() { $temp = new self(); $temp->value = gmp_abs($this->value); return $temp; } /** * Logical And * * @param GMP $x * @return GMP */ public function bitwise_and(GMP $x) { $temp = new self(); $temp->value = $this->value & $x->value; return $this->normalize($temp); } /** * Logical Or * * @param GMP $x * @return GMP */ public function bitwise_or(GMP $x) { $temp = new self(); $temp->value = $this->value | $x->value; return $this->normalize($temp); } /** * Logical Exclusive Or * * @param GMP $x * @return GMP */ public function bitwise_xor(GMP $x) { $temp = new self(); $temp->value = $this->value ^ $x->value; return $this->normalize($temp); } /** * Logical Right Shift * * Shifts BigInteger's by $shift bits, effectively dividing by 2**$shift. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\GMP */ public function bitwise_rightShift($shift) { // 0xFFFFFFFF >> 2 == -1 (on 32-bit systems) // gmp_init('0xFFFFFFFF') >> 2 == gmp_init('0x3FFFFFFF') $temp = new self(); $temp->value = $this->value >> $shift; return $this->normalize($temp); } /** * Logical Left Shift * * Shifts BigInteger's by $shift bits, effectively multiplying by 2**$shift. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\GMP */ public function bitwise_leftShift($shift) { $temp = new self(); $temp->value = $this->value << $shift; return $this->normalize($temp); } /** * Performs modular exponentiation. * * @param GMP $e * @param GMP $n * @return GMP */ public function modPow(GMP $e, GMP $n) { return $this->powModOuter($e, $n); } /** * Performs modular exponentiation. * * Alias for modPow(). * * @param GMP $e * @param GMP $n * @return GMP */ public function powMod(GMP $e, GMP $n) { return $this->powModOuter($e, $n); } /** * Performs modular exponentiation. * * @param GMP $e * @param GMP $n * @return GMP */ protected function powModInner(GMP $e, GMP $n) { $class = self::$modexpEngine; return $class::powModHelper($this, $e, $n); } /** * Normalize * * Removes leading zeros and truncates (if necessary) to maintain the appropriate precision * * @param GMP $result * @return GMP */ protected function normalize(GMP $result) { unset($result->reduce); $result->precision = $this->precision; $result->bitmask = $this->bitmask; if ($result->bitmask !== false) { $flip = $result->value < 0; if ($flip) { $result->value = -$result->value; } $result->value = $result->value & $result->bitmask->value; if ($flip) { $result->value = -$result->value; } } return $result; } /** * Performs some post-processing for randomRangePrime * * @param Engine $x * @param Engine $min * @param Engine $max * @return GMP */ protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max) { $p = gmp_nextprime($x->value); if ($p <= $max->value) { return new self($p); } if ($min->value != $x->value) { $x = new self($x->value - 1); } return self::randomRangePrime($min, $x); } /** * Generate a random prime number between a range * * If there's not a prime within the given range, false will be returned. * * @param GMP $min * @param GMP $max * @return false|GMP */ public static function randomRangePrime(GMP $min, GMP $max) { return self::randomRangePrimeOuter($min, $max); } /** * Generate a random number between a range * * Returns a random number between $min and $max where $min and $max * can be defined using one of the two methods: * * BigInteger::randomRange($min, $max) * BigInteger::randomRange($max, $min) * * @param GMP $min * @param GMP $max * @return GMP */ public static function randomRange(GMP $min, GMP $max) { return self::randomRangeHelper($min, $max); } /** * Make the current number odd * * If the current number is odd it'll be unchanged. If it's even, one will be added to it. * * @see self::randomPrime() */ protected function make_odd() { gmp_setbit($this->value, 0); } /** * Tests Primality * * @param int $t * @return bool */ protected function testPrimality($t) { return gmp_prob_prime($this->value, $t) != 0; } /** * Calculates the nth root of a biginteger. * * Returns the nth root of a positive biginteger, where n defaults to 2 * * @param int $n * @return GMP */ protected function rootInner($n) { $root = new self(); $root->value = gmp_root($this->value, $n); return $this->normalize($root); } /** * Performs exponentiation. * * @param GMP $n * @return GMP */ public function pow(GMP $n) { $temp = new self(); $temp->value = $this->value ** $n->value; return $this->normalize($temp); } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param GMP ...$nums * @return GMP */ public static function min(GMP ...$nums) { return self::minHelper($nums); } /** * Return the maximum BigInteger between an arbitrary number of BigIntegers. * * @param GMP ...$nums * @return GMP */ public static function max(GMP ...$nums) { return self::maxHelper($nums); } /** * Tests BigInteger to see if it is between two integers, inclusive * * @param GMP $min * @param GMP $max * @return bool */ public function between(GMP $min, GMP $max) { return $this->compare($min) >= 0 && $this->compare($max) <= 0; } /** * Create Recurring Modulo Function * * Sometimes it may be desirable to do repeated modulos with the same number outside of * modular exponentiation * * @return callable */ public function createRecurringModuloFunction() { $temp = $this->value; $this->reduce = function(GMP $x) use ($temp) { return new GMP($x->value % $temp); }; return $this->reduce; } /** * Scan for 1 and right shift by that amount * * ie. $s = gmp_scan1($n, 0) and $r = gmp_div_q($n, gmp_pow(gmp_init('2'), $s)); * * @param GMP $r * @return int */ public static function scan1divide(GMP $r) { $s = gmp_scan1($r->value, 0); $r->value >>= $s; return $s; } /** * Is Odd? * * @return boolean */ public function isOdd() { return gmp_testbit($this->value, 0); } /** * Tests if a bit is set * * @return boolean */ public function testBit($x) { return gmp_testbit($this->value, $x); } /** * Is Negative? * * @return boolean */ public function isNegative() { return gmp_sign($this->value) == -1; } /** * Negate * * Given $k, returns -$k * * @return GMP */ public function negate() { $temp = clone $this; $temp->value = -$this->value; return $temp; } }PK5 ZޚNNDvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use ParagonIE\ConstantTime\Hex; use phpseclib3\Exception\BadConfigurationException; /** * Pure-PHP Engine. * * @package PHP * @author Jim Wigginton * @access public */ abstract class PHP extends Engine { /**#@+ * Array constants * * Rather than create a thousands and thousands of new BigInteger objects in repeated function calls to add() and * multiply() or whatever, we'll just work directly on arrays, taking them in as parameters and returning them. * * @access protected */ /** * $result[self::VALUE] contains the value. */ const VALUE = 0; /** * $result[self::SIGN] contains the sign. */ const SIGN = 1; /**#@-*/ /** * Karatsuba Cutoff * * At what point do we switch between Karatsuba multiplication and schoolbook long multiplication? * * @access private */ const KARATSUBA_CUTOFF = 25; /** * Can Bitwise operations be done fast? * * @see parent::bitwise_leftRotate() * @see parent::bitwise_rightRotate() * @access protected */ const FAST_BITWISE = true; /** * Engine Directory * * @see parent::setModExpEngine * @access protected */ const ENGINE_DIR = 'PHP'; /** * Default constructor * * @param mixed $x integer Base-10 number or base-$base number if $base set. * @param int $base * @see parent::__construct() * @return \phpseclib3\Math\BigInteger\Engines\PHP */ public function __construct($x = 0, $base = 10) { if (!isset(static::$isValidEngine)) { static::$isValidEngine = static::isValidEngine(); } if (!static::$isValidEngine) { throw new BadConfigurationException(static::class . ' is not setup correctly on this system'); } $this->value = []; parent::__construct($x, $base); } /** * Initialize a PHP BigInteger Engine instance * * @param int $base * @see parent::__construct() */ protected function initialize($base) { switch (abs($base)) { case 16: $x = (strlen($this->value) & 1) ? '0' . $this->value : $this->value; $temp = new static(Hex::decode($x), 256); $this->value = $temp->value; break; case 10: $temp = new static(); $multiplier = new static(); $multiplier->value = [static::MAX10]; $x = $this->value; if ($x[0] == '-') { $this->is_negative = true; $x = substr($x, 1); } $x = str_pad($x, strlen($x) + ((static::MAX10LEN - 1) * strlen($x)) % static::MAX10LEN, 0, STR_PAD_LEFT); while (strlen($x)) { $temp = $temp->multiply($multiplier); $temp = $temp->add(new static($this->int2bytes(substr($x, 0, static::MAX10LEN)), 256)); $x = substr($x, static::MAX10LEN); } $this->value = $temp->value; } } /** * Pads strings so that unpack may be used on them * * @param string $str * @return string */ protected function pad($str) { $length = strlen($str); $pad = 4 - (strlen($str) % 4); return str_pad($str, $length + $pad, "\0", STR_PAD_LEFT); } /** * Converts a BigInteger to a base-10 number. * * @return string */ public function toString() { if (!count($this->value)) { return '0'; } $temp = clone $this; $temp->bitmask = false; $temp->is_negative = false; $divisor = new static(); $divisor->value = [static::MAX10]; $result = ''; while (count($temp->value)) { list($temp, $mod) = $temp->divide($divisor); $result = str_pad(isset($mod->value[0]) ? $mod->value[0] : '', static::MAX10LEN, '0', STR_PAD_LEFT) . $result; } $result = ltrim($result, '0'); if (empty($result)) { $result = '0'; } if ($this->is_negative) { $result = '-' . $result; } return $result; } /** * Converts a BigInteger to a byte string (eg. base-256). * * @param bool $twos_compliment * @return string */ public function toBytes($twos_compliment = false) { if ($twos_compliment) { return $this->toBytesHelper(); } if (!count($this->value)) { return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : ''; } $result = $this->bitwise_small_split(8); $result = implode('', array_map('chr', $result)); return $this->precision > 0 ? str_pad(substr($result, -(($this->precision + 7) >> 3)), ($this->precision + 7) >> 3, chr(0), STR_PAD_LEFT) : $result; } /** * Performs addition. * * @param array $x_value * @param bool $x_negative * @param array $y_value * @param bool $y_negative * @return array */ protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative) { $x_size = count($x_value); $y_size = count($y_value); if ($x_size == 0) { return [ self::VALUE => $y_value, self::SIGN => $y_negative ]; } elseif ($y_size == 0) { return [ self::VALUE => $x_value, self::SIGN => $x_negative ]; } // subtract, if appropriate if ($x_negative != $y_negative) { if ($x_value == $y_value) { return [ self::VALUE => [], self::SIGN => false ]; } $temp = self::subtractHelper($x_value, false, $y_value, false); $temp[self::SIGN] = self::compareHelper($x_value, false, $y_value, false) > 0 ? $x_negative : $y_negative; return $temp; } if ($x_size < $y_size) { $size = $x_size; $value = $y_value; } else { $size = $y_size; $value = $x_value; } $value[count($value)] = 0; // just in case the carry adds an extra digit $carry = 0; for ($i = 0, $j = 1; $j < $size; $i+=2, $j+=2) { //$sum = $x_value[$j] * static::BASE_FULL + $x_value[$i] + $y_value[$j] * static::BASE_FULL + $y_value[$i] + $carry; $sum = ($x_value[$j] + $y_value[$j]) * static::BASE_FULL + $x_value[$i] + $y_value[$i] + $carry; $carry = $sum >= static::MAX_DIGIT2; // eg. floor($sum / 2**52); only possible values (in any base) are 0 and 1 $sum = $carry ? $sum - static::MAX_DIGIT2 : $sum; $temp = static::BASE === 26 ? intval($sum / 0x4000000) : ($sum >> 31); $value[$i] = (int) ($sum - static::BASE_FULL * $temp); // eg. a faster alternative to fmod($sum, 0x4000000) $value[$j] = $temp; } if ($j == $size) { // ie. if $y_size is odd $sum = $x_value[$i] + $y_value[$i] + $carry; $carry = $sum >= static::BASE_FULL; $value[$i] = $carry ? $sum - static::BASE_FULL : $sum; ++$i; // ie. let $i = $j since we've just done $value[$i] } if ($carry) { for (; $value[$i] == static::MAX_DIGIT; ++$i) { $value[$i] = 0; } ++$value[$i]; } return [ self::VALUE => self::trim($value), self::SIGN => $x_negative ]; } /** * Performs subtraction. * * @param array $x_value * @param bool $x_negative * @param array $y_value * @param bool $y_negative * @return array */ static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) { $x_size = count($x_value); $y_size = count($y_value); if ($x_size == 0) { return [ self::VALUE => $y_value, self::SIGN => !$y_negative ]; } elseif ($y_size == 0) { return [ self::VALUE => $x_value, self::SIGN => $x_negative ]; } // add, if appropriate (ie. -$x - +$y or +$x - -$y) if ($x_negative != $y_negative) { $temp = self::addHelper($x_value, false, $y_value, false); $temp[self::SIGN] = $x_negative; return $temp; } $diff = self::compareHelper($x_value, $x_negative, $y_value, $y_negative); if (!$diff) { return [ self::VALUE => [], self::SIGN => false ]; } // switch $x and $y around, if appropriate. if ((!$x_negative && $diff < 0) || ($x_negative && $diff > 0)) { $temp = $x_value; $x_value = $y_value; $y_value = $temp; $x_negative = !$x_negative; $x_size = count($x_value); $y_size = count($y_value); } // at this point, $x_value should be at least as big as - if not bigger than - $y_value $carry = 0; for ($i = 0, $j = 1; $j < $y_size; $i+=2, $j+=2) { $sum = ($x_value[$j] - $y_value[$j]) * static::BASE_FULL + $x_value[$i] - $y_value[$i] - $carry; $carry = $sum < 0; // eg. floor($sum / 2**52); only possible values (in any base) are 0 and 1 $sum = $carry ? $sum + static::MAX_DIGIT2 : $sum; $temp = static::BASE === 26 ? intval($sum / 0x4000000) : ($sum >> 31); $x_value[$i] = (int) ($sum - static::BASE_FULL * $temp); $x_value[$j] = $temp; } if ($j == $y_size) { // ie. if $y_size is odd $sum = $x_value[$i] - $y_value[$i] - $carry; $carry = $sum < 0; $x_value[$i] = $carry ? $sum + static::BASE_FULL : $sum; ++$i; } if ($carry) { for (; !$x_value[$i]; ++$i) { $x_value[$i] = static::MAX_DIGIT; } --$x_value[$i]; } return [ self::VALUE => self::trim($x_value), self::SIGN => $x_negative ]; } /** * Performs multiplication. * * @param array $x_value * @param bool $x_negative * @param array $y_value * @param bool $y_negative * @return array */ protected static function multiplyHelper(array $x_value, $x_negative, array $y_value, $y_negative) { //if ( $x_value == $y_value ) { // return [ // self::VALUE => self::square($x_value), // self::SIGN => $x_sign != $y_value // ]; //} $x_length = count($x_value); $y_length = count($y_value); if (!$x_length || !$y_length) { // a 0 is being multiplied return [ self::VALUE => [], self::SIGN => false ]; } return [ self::VALUE => min($x_length, $y_length) < 2 * self::KARATSUBA_CUTOFF ? self::trim(self::regularMultiply($x_value, $y_value)) : self::trim(self::karatsuba($x_value, $y_value)), self::SIGN => $x_negative != $y_negative ]; } /** * Performs Karatsuba multiplication on two BigIntegers * * See {@link http://en.wikipedia.org/wiki/Karatsuba_algorithm Karatsuba algorithm} and * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=120 MPM 5.2.3}. * * @param array $x_value * @param array $y_value * @return array */ private static function karatsuba(array $x_value, array $y_value) { $m = min(count($x_value) >> 1, count($y_value) >> 1); if ($m < self::KARATSUBA_CUTOFF) { return self::regularMultiply($x_value, $y_value); } $x1 = array_slice($x_value, $m); $x0 = array_slice($x_value, 0, $m); $y1 = array_slice($y_value, $m); $y0 = array_slice($y_value, 0, $m); $z2 = self::karatsuba($x1, $y1); $z0 = self::karatsuba($x0, $y0); $z1 = self::addHelper($x1, false, $x0, false); $temp = self::addHelper($y1, false, $y0, false); $z1 = self::karatsuba($z1[self::VALUE], $temp[self::VALUE]); $temp = self::addHelper($z2, false, $z0, false); $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false); $z2 = array_merge(array_fill(0, 2 * $m, 0), $z2); $z1[self::VALUE] = array_merge(array_fill(0, $m, 0), $z1[self::VALUE]); $xy = self::addHelper($z2, false, $z1[self::VALUE], $z1[self::SIGN]); $xy = self::addHelper($xy[self::VALUE], $xy[self::SIGN], $z0, false); return $xy[self::VALUE]; } /** * Performs long multiplication on two BigIntegers * * Modeled after 'multiply' in MutableBigInteger.java. * * @param array $x_value * @param array $y_value * @return array */ protected static function regularMultiply(array $x_value, array $y_value) { $x_length = count($x_value); $y_length = count($y_value); if (!$x_length || !$y_length) { // a 0 is being multiplied return []; } $product_value = self::array_repeat(0, $x_length + $y_length); // the following for loop could be removed if the for loop following it // (the one with nested for loops) initially set $i to 0, but // doing so would also make the result in one set of unnecessary adds, // since on the outermost loops first pass, $product->value[$k] is going // to always be 0 $carry = 0; for ($j = 0; $j < $x_length; ++$j) { // ie. $i = 0 $temp = $x_value[$j] * $y_value[0] + $carry; // $product_value[$k] == 0 $carry = static::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $product_value[$j] = (int) ($temp - static::BASE_FULL * $carry); } $product_value[$j] = $carry; // the above for loop is what the previous comment was talking about. the // following for loop is the "one with nested for loops" for ($i = 1; $i < $y_length; ++$i) { $carry = 0; for ($j = 0, $k = $i; $j < $x_length; ++$j, ++$k) { $temp = $product_value[$k] + $x_value[$j] * $y_value[$i] + $carry; $carry = static::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $product_value[$k] = (int) ($temp - static::BASE_FULL * $carry); } $product_value[$k] = $carry; } return $product_value; } /** * Divides two BigIntegers. * * Returns an array whose first element contains the quotient and whose second element contains the * "common residue". If the remainder would be positive, the "common residue" and the remainder are the * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder * and the divisor (basically, the "common residue" is the first positive modulo). * * @param \phpseclib3\Math\BigInteger\engines\PHP $y * @return array * @internal This function is based off of {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=9 HAC 14.20}. */ protected function divideHelper(PHP $y) { if (count($y->value) == 1) { list($q, $r) = $this->divide_digit($this->value, $y->value[0]); $quotient = new static(); $remainder = new static(); $quotient->value = $q; $remainder->value = [$r]; $quotient->is_negative = $this->is_negative != $y->is_negative; return [$this->normalize($quotient), $this->normalize($remainder)]; } $x = clone $this; $y = clone $y; $x_sign = $x->is_negative; $y_sign = $y->is_negative; $x->is_negative = $y->is_negative = false; $diff = $x->compare($y); if (!$diff) { $temp = new static(); $temp->value = [1]; $temp->is_negative = $x_sign != $y_sign; return [$this->normalize($temp), $this->normalize(static::$zero)]; } if ($diff < 0) { // if $x is negative, "add" $y. if ($x_sign) { $x = $y->subtract($x); } return [$this->normalize(static::$zero), $this->normalize($x)]; } // normalize $x and $y as described in HAC 14.23 / 14.24 $msb = $y->value[count($y->value) - 1]; for ($shift = 0; !($msb & static::MSB); ++$shift) { $msb <<= 1; } $x->lshift($shift); $y->lshift($shift); $y_value = &$y->value; $x_max = count($x->value) - 1; $y_max = count($y->value) - 1; $quotient = new static(); $quotient_value = &$quotient->value; $quotient_value = self::array_repeat(0, $x_max - $y_max + 1); static $temp, $lhs, $rhs; if (!isset($temp)) { $temp = new static(); $lhs = new static(); $rhs = new static(); } $temp_value = &$temp->value; $rhs_value = &$rhs->value; // $temp = $y << ($x_max - $y_max-1) in base 2**26 $temp_value = array_merge(self::array_repeat(0, $x_max - $y_max), $y_value); while ($x->compare($temp) >= 0) { // calculate the "common residue" ++$quotient_value[$x_max - $y_max]; $x = $x->subtract($temp); $x_max = count($x->value) - 1; } for ($i = $x_max; $i >= $y_max + 1; --$i) { $x_value = &$x->value; $x_window = [ isset($x_value[$i]) ? $x_value[$i] : 0, isset($x_value[$i - 1]) ? $x_value[$i - 1] : 0, isset($x_value[$i - 2]) ? $x_value[$i - 2] : 0 ]; $y_window = [ $y_value[$y_max], ($y_max > 0) ? $y_value[$y_max - 1] : 0 ]; $q_index = $i - $y_max - 1; if ($x_window[0] == $y_window[0]) { $quotient_value[$q_index] = static::MAX_DIGIT; } else { $quotient_value[$q_index] = self::safe_divide( $x_window[0] * static::BASE_FULL + $x_window[1], $y_window[0] ); } $temp_value = [$y_window[1], $y_window[0]]; $lhs->value = [$quotient_value[$q_index]]; $lhs = $lhs->multiply($temp); $rhs_value = [$x_window[2], $x_window[1], $x_window[0]]; while ($lhs->compare($rhs) > 0) { --$quotient_value[$q_index]; $lhs->value = [$quotient_value[$q_index]]; $lhs = $lhs->multiply($temp); } $adjust = self::array_repeat(0, $q_index); $temp_value = [$quotient_value[$q_index]]; $temp = $temp->multiply($y); $temp_value = &$temp->value; if (count($temp_value)) { $temp_value = array_merge($adjust, $temp_value); } $x = $x->subtract($temp); if ($x->compare(static::$zero) < 0) { $temp_value = array_merge($adjust, $y_value); $x = $x->add($temp); --$quotient_value[$q_index]; } $x_max = count($x_value) - 1; } // unnormalize the remainder $x->rshift($shift); $quotient->is_negative = $x_sign != $y_sign; // calculate the "common residue", if appropriate if ($x_sign) { $y->rshift($shift); $x = $y->subtract($x); } return [$this->normalize($quotient), $this->normalize($x)]; } /** * Divides a BigInteger by a regular integer * * abc / x = a00 / x + b0 / x + c / x * * @param array $dividend * @param int $divisor * @return array */ private static function divide_digit(array $dividend, $divisor) { $carry = 0; $result = []; for ($i = count($dividend) - 1; $i >= 0; --$i) { $temp = static::BASE_FULL * $carry + $dividend[$i]; $result[$i] = self::safe_divide($temp, $divisor); $carry = (int) ($temp - $divisor * $result[$i]); } return [$result, $carry]; } /** * Single digit division * * Even if int64 is being used the division operator will return a float64 value * if the dividend is not evenly divisible by the divisor. Since a float64 doesn't * have the precision of int64 this is a problem so, when int64 is being used, * we'll guarantee that the dividend is divisible by first subtracting the remainder. * * @param int $x * @param int $y * @return int */ private static function safe_divide($x, $y) { if (static::BASE === 26) { return (int) ($x / $y); } // static::BASE === 31 return ($x - ($x % $y)) / $y; } /* * Convert an array / boolean to a PHP BigInteger object * * @param array $arr * @return \phpseclib3\Math\BigInteger\Engines\PHP */ protected function convertToObj(array $arr) { $result = new static(); $result->value = $arr[self::VALUE]; $result->is_negative = $arr[self::SIGN]; return $this->normalize($result); } /** * Normalize * * Removes leading zeros and truncates (if necessary) to maintain the appropriate precision * * @param PHP $result * @return PHP */ protected function normalize(PHP $result) { unset($result->reduce); $result->precision = $this->precision; $result->bitmask = $this->bitmask; $value = &$result->value; if (!count($value)) { $result->is_negative = false; return $result; } $value = static::trim($value); if (!empty($result->bitmask->value)) { $length = min(count($value), count($result->bitmask->value)); $value = array_slice($value, 0, $length); for ($i = 0; $i < $length; ++$i) { $value[$i] = $value[$i] & $result->bitmask->value[$i]; } } return $result; } /* * Compares two numbers. * * @param array $x_value * @param bool $x_negative * @param array $y_value * @param bool $y_negative * @return int * @see static::compare() */ protected static function compareHelper(array $x_value, $x_negative, array $y_value, $y_negative) { if ($x_negative != $y_negative) { return (!$x_negative && $y_negative) ? 1 : -1; } $result = $x_negative ? -1 : 1; if (count($x_value) != count($y_value)) { return (count($x_value) > count($y_value)) ? $result : -$result; } $size = max(count($x_value), count($y_value)); $x_value = array_pad($x_value, $size, 0); $y_value = array_pad($y_value, $size, 0); for ($i = count($x_value) - 1; $i >= 0; --$i) { if ($x_value[$i] != $y_value[$i]) { return ($x_value[$i] > $y_value[$i]) ? $result : -$result; } } return 0; } /** * Absolute value. * * @return \phpseclib3\Math\BigInteger\Engines\PHP */ public function abs() { $temp = new static(); $temp->value = $this->value; return $temp; } /** * Trim * * Removes leading zeros * * @param array $value * @return PHP */ protected static function trim(array $value) { for ($i = count($value) - 1; $i >= 0; --$i) { if ($value[$i]) { break; } unset($value[$i]); } return $value; } /** * Logical Right Shift * * Shifts BigInteger's by $shift bits, effectively dividing by 2**$shift. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\PHP */ public function bitwise_rightShift($shift) { $temp = new static(); // could just replace lshift with this, but then all lshift() calls would need to be rewritten // and I don't want to do that... $temp->value = $this->value; $temp->rshift($shift); return $this->normalize($temp); } /** * Logical Left Shift * * Shifts BigInteger's by $shift bits, effectively multiplying by 2**$shift. * * @param int $shift * @return \phpseclib3\Math\BigInteger\Engines\PHP */ public function bitwise_leftShift($shift) { $temp = new static(); // could just replace _rshift with this, but then all _lshift() calls would need to be rewritten // and I don't want to do that... $temp->value = $this->value; $temp->lshift($shift); return $this->normalize($temp); } /** * Converts 32-bit integers to bytes. * * @param int $x * @return string */ private static function int2bytes($x) { return ltrim(pack('N', $x), chr(0)); } /** * Array Repeat * * @param int $input * @param int $multiplier * @return array */ protected static function array_repeat($input, $multiplier) { return $multiplier ? array_fill(0, $multiplier, $input) : []; } /** * Logical Left Shift * * Shifts BigInteger's by $shift bits. * * @param int $shift */ protected function lshift($shift) { if ($shift == 0) { return; } $num_digits = (int) ($shift / static::BASE); $shift %= static::BASE; $shift = 1 << $shift; $carry = 0; for ($i = 0; $i < count($this->value); ++$i) { $temp = $this->value[$i] * $shift + $carry; $carry = static::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $this->value[$i] = (int) ($temp - $carry * static::BASE_FULL); } if ($carry) { $this->value[count($this->value)] = $carry; } while ($num_digits--) { array_unshift($this->value, 0); } } /** * Logical Right Shift * * Shifts BigInteger's by $shift bits. * * @param int $shift */ protected function rshift($shift) { if ($shift == 0) { return; } $num_digits = (int) ($shift / static::BASE); $shift %= static::BASE; $carry_shift = static::BASE - $shift; $carry_mask = (1 << $shift) - 1; if ($num_digits) { $this->value = array_slice($this->value, $num_digits); } $carry = 0; for ($i = count($this->value) - 1; $i >= 0; --$i) { $temp = $this->value[$i] >> $shift | $carry; $carry = ($this->value[$i] & $carry_mask) << $carry_shift; $this->value[$i] = $temp; } $this->value = static::trim($this->value); } /** * Performs modular exponentiation. * * @param PHP $e * @param PHP $n * @return PHP */ protected function powModInner(PHP $e, PHP $n) { try { $class = static::$modexpEngine; return $class::powModHelper($this, $e, $n, static::class); } catch (\Exception $err) { return PHP\DefaultEngine::powModHelper($this, $e, $n, static::class); } } /** * Performs squaring * * @param array $x * @return array */ protected static function square(array $x) { return count($x) < 2 * self::KARATSUBA_CUTOFF ? self::trim(self::baseSquare($x)) : self::trim(self::karatsubaSquare($x)); } /** * Performs traditional squaring on two BigIntegers * * Squaring can be done faster than multiplying a number by itself can be. See * {@link http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf#page=7 HAC 14.2.4} / * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=141 MPM 5.3} for more information. * * @param array $value * @return array */ protected static function baseSquare(array $value) { if (empty($value)) { return []; } $square_value = self::array_repeat(0, 2 * count($value)); for ($i = 0, $max_index = count($value) - 1; $i <= $max_index; ++$i) { $i2 = $i << 1; $temp = $square_value[$i2] + $value[$i] * $value[$i]; $carry = static::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $square_value[$i2] = (int) ($temp - static::BASE_FULL * $carry); // note how we start from $i+1 instead of 0 as we do in multiplication. for ($j = $i + 1, $k = $i2 + 1; $j <= $max_index; ++$j, ++$k) { $temp = $square_value[$k] + 2 * $value[$j] * $value[$i] + $carry; $carry = static::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31); $square_value[$k] = (int) ($temp - static::BASE_FULL * $carry); } // the following line can yield values larger 2**15. at this point, PHP should switch // over to floats. $square_value[$i + $max_index + 1] = $carry; } return $square_value; } /** * Performs Karatsuba "squaring" on two BigIntegers * * See {@link http://en.wikipedia.org/wiki/Karatsuba_algorithm Karatsuba algorithm} and * {@link http://math.libtomcrypt.com/files/tommath.pdf#page=151 MPM 5.3.4}. * * @param array $value * @return array */ protected static function karatsubaSquare(array $value) { $m = count($value) >> 1; if ($m < self::KARATSUBA_CUTOFF) { return self::baseSquare($value); } $x1 = array_slice($value, $m); $x0 = array_slice($value, 0, $m); $z2 = self::karatsubaSquare($x1); $z0 = self::karatsubaSquare($x0); $z1 = self::addHelper($x1, false, $x0, false); $z1 = self::karatsubaSquare($z1[self::VALUE]); $temp = self::addHelper($z2, false, $z0, false); $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false); $z2 = array_merge(array_fill(0, 2 * $m, 0), $z2); $z1[self::VALUE] = array_merge(array_fill(0, $m, 0), $z1[self::VALUE]); $xx = self::addHelper($z2, false, $z1[self::VALUE], $z1[self::SIGN]); $xx = self::addHelper($xx[self::VALUE], $xx[self::SIGN], $z0, false); return $xx[self::VALUE]; } /** * Make the current number odd * * If the current number is odd it'll be unchanged. If it's even, one will be added to it. * * @see self::randomPrime() */ protected function make_odd() { $this->value[0] |= 1; } /** * Test the number against small primes. * * @see self::isPrime() */ protected function testSmallPrimes() { if ($this->value == [1]) { return false; } if ($this->value == [2]) { return true; } if (~$this->value[0] & 1) { return false; } $value = $this->value; foreach (static::$primes as $prime) { list(, $r) = self::divide_digit($value, $prime); if (!$r) { return count($value) == 1 && $value[0] == $prime; } } return true; } /** * Scan for 1 and right shift by that amount * * ie. $s = gmp_scan1($n, 0) and $r = gmp_div_q($n, gmp_pow(gmp_init('2'), $s)); * * @see self::isPrime() * @param PHP $r * @return int */ public static function scan1divide(PHP $r) { $r_value = &$r->value; for ($i = 0, $r_length = count($r_value); $i < $r_length; ++$i) { $temp = ~$r_value[$i] & static::MAX_DIGIT; for ($j = 1; ($temp >> $j) & 1; ++$j) { } if ($j <= static::BASE) { break; } } $s = static::BASE * $i + $j; $r->rshift($s); return $s; } /** * Performs exponentiation. * * @param PHP $n * @return PHP */ protected function powHelper(PHP $n) { if ($n->compare(static::$zero) == 0) { return new static(1); } // n^0 = 1 $temp = clone $this; while (!$n->equals(static::$one)) { $temp = $temp->multiply($this); $n = $n->subtract(static::$one); } return $temp; } /** * Is Odd? * * @return boolean */ public function isOdd() { return (bool) ($this->value[0] & 1); } /** * Tests if a bit is set * * @return boolean */ public function testBit($x) { $digit = floor($x / static::BASE); $bit = $x % static::BASE; if (!isset($this->value[$digit])) { return false; } return (bool) ($this->value[$digit] & (1 << $bit)); } /** * Is Negative? * * @return boolean */ public function isNegative() { return $this->is_negative; } /** * Negate * * Given $k, returns -$k * * @return BigInteger */ public function negate() { $temp = clone $this; $temp->is_negative = !$temp->is_negative; return $temp; } /** * Bitwise Split * * Splits BigInteger's into chunks of $split bits * * @param int $split * @return \phpseclib3\Math\BigInteger\Engines\PHP[] */ public function bitwise_split($split) { if ($split < 1) { throw new \RuntimeException('Offset must be greater than 1'); } $width = (int) ($split / static::BASE); if (!$width) { $arr = $this->bitwise_small_split($split); return array_map(function ($digit) { $temp = new static(); $temp->value = $digit != 0 ? [$digit] : []; return $temp; }, $arr); } $vals = []; $val = $this->value; $i = $overflow = 0; $len = count($val); while ($i < $len) { $digit = []; if (!$overflow) { $digit = array_slice($val, $i, $width); $i+= $width; $overflow = $split % static::BASE; if ($overflow) { $mask = (1 << $overflow) - 1; $temp = isset($val[$i]) ? $val[$i] : 0; $digit[] = $temp & $mask; } } else { $remaining = static::BASE - $overflow; $tempsplit = $split - $remaining; $tempwidth = (int) ($tempsplit / static::BASE + 1); $digit = array_slice($val, $i, $tempwidth); $i+= $tempwidth; $tempoverflow = $tempsplit % static::BASE; if ($tempoverflow) { $tempmask = (1 << $tempoverflow) - 1; $temp = isset($val[$i]) ? $val[$i] : 0; $digit[] = $temp & $tempmask; } $newbits = 0; for ($j = count($digit) - 1; $j >= 0; $j--) { $temp = $digit[$j] & $mask; $digit[$j] = ($digit[$j] >> $overflow) | ($newbits << $remaining); $newbits = $temp; } $overflow = $tempoverflow; $mask = $tempmask; } $temp = new static(); $temp->value = static::trim($digit); $vals[] = $temp; } return array_reverse($vals); } /** * Bitwise Split where $split < static::BASE * * @param int $split * @return \phpseclib3\Math\BigInteger\Engines\PHP[] */ private function bitwise_small_split($split) { $vals = []; $val = $this->value; $mask = (1 << $split) - 1; $i = $overflow = 0; $len = count($val); $val[] = 0; $remaining = static::BASE; while ($i != $len) { $digit = $val[$i] & $mask; $val[$i]>>= $split; if (!$overflow) { $remaining-= $split; $overflow = $split <= $remaining ? 0 : $split - $remaining; if (!$remaining) { $i++; $remaining = static::BASE; $overflow = 0; } } else if (++$i != $len) { $tempmask = (1 << $overflow) - 1; $digit|= ($val[$i] & $tempmask) << $remaining; $val[$i]>>= $overflow; $remaining = static::BASE - $overflow; $overflow = $split <= $remaining ? 0 : $split - $remaining; } $vals[] = $digit; } while ($vals[count($vals) - 1] == 0) { unset($vals[count($vals) - 1]); } return array_reverse($vals); } }PK5 Z@J&&Fvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines; use ParagonIE\ConstantTime\Hex; /** * Pure-PHP 64-bit Engine. * * Uses 64-bit integers if int size is 8 bits * * @package PHP * @author Jim Wigginton * @access public */ class PHP64 extends PHP { // Constants used by PHP.php const BASE = 31; const BASE_FULL = 0x80000000; const MAX_DIGIT = 0x7FFFFFFF; const MSB = 0x40000000; /** * MAX10 in greatest MAX10LEN satisfying * MAX10 = 10**MAX10LEN <= 2**BASE. */ const MAX10 = 1000000000; /** * MAX10LEN in greatest MAX10LEN satisfying * MAX10 = 10**MAX10LEN <= 2**BASE. */ const MAX10LEN = 9; const MAX_DIGIT2 = 4611686018427387904; /**#@-*/ /** * Modular Exponentiation Engine * * @var string */ protected static $modexpEngine; /** * Engine Validity Flag * * @var bool */ protected static $isValidEngine; /** * Primes > 2 and < 1000 * * @var array */ protected static $primes; /** * BigInteger(0) * * @var \phpseclib3\Math\BigInteger\Engines\PHP64 */ protected static $zero; /** * BigInteger(1) * * @var \phpseclib3\Math\BigInteger\Engines\PHP64 */ protected static $one; /** * BigInteger(2) * * @var \phpseclib3\Math\BigInteger\Engines\PHP64 */ protected static $two; /** * Initialize a PHP64 BigInteger Engine instance * * @param int $base * @see parent::initialize() */ protected function initialize($base) { if ($base != 256 && $base != -256) { return parent::initialize($base); } $val = $this->value; $this->value = []; $vals = &$this->value; $i = strlen($val); if (!$i) { return; } while (true) { $i-= 4; if ($i < 0) { if ($i == -4) { break; } $val = substr($val, 0, 4 + $i); $val = str_pad($val, 4, "\0", STR_PAD_LEFT); if ($val == "\0\0\0\0") { break; } $i = 0; } list(, $digit) = unpack('N', substr($val, $i, 4)); $step = count($vals) & 7; if (!$step) { $digit&= static::MAX_DIGIT; $i++; } else { $shift = 8 - $step; $digit>>= $shift; $shift = 32 - $shift; $digit&= (1 << $shift) - 1; $temp = $i > 0 ? ord($val[$i - 1]) : 0; $digit|= ($temp << $shift) & 0x7F000000; } $vals[] = $digit; } while (end($vals) === 0) { array_pop($vals); } reset($vals); } /** * Test for engine validity * * @see parent::__construct() * @return bool */ public static function isValidEngine() { return PHP_INT_SIZE >= 8; } /** * Adds two BigIntegers. * * @param PHP64 $y * @return PHP64 */ public function add(PHP64 $y) { $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative); return $this->convertToObj($temp); } /** * Subtracts two BigIntegers. * * @param PHP64 $y * @return PHP64 */ public function subtract(PHP64 $y) { $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative); return $this->convertToObj($temp); } /** * Multiplies two BigIntegers. * * @param PHP64 $y * @return PHP64 */ public function multiply(PHP64 $y) { $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative); return $this->convertToObj($temp); } /** * Divides two BigIntegers. * * Returns an array whose first element contains the quotient and whose second element contains the * "common residue". If the remainder would be positive, the "common residue" and the remainder are the * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder * and the divisor (basically, the "common residue" is the first positive modulo). * * @param PHP64 $y * @return PHP64 */ public function divide(PHP64 $y) { return $this->divideHelper($y); } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * @param PHP64 $n * @return false|PHP64 */ public function modInverse(PHP64 $n) { return $this->modInverseHelper($n); } /** * Calculates modular inverses. * * Say you have (30 mod 17 * x mod 17) mod 17 == 1. x can be found using modular inverses. * @param PHP64 $n * @return PHP64[] */ public function extendedGCD(PHP64 $n) { return $this->extendedGCDHelper($n); } /** * Calculates the greatest common divisor * * Say you have 693 and 609. The GCD is 21. * * @param PHP64 $n * @return PHP64 */ public function gcd(PHP64 $n) { return $this->extendedGCD($n)['gcd']; } /** * Logical And * * @param PHP64 $x * @return PHP64 */ public function bitwise_and(PHP64 $x) { return $this->bitwiseAndHelper($x); } /** * Logical Or * * @param PHP64 $x * @return PHP64 */ public function bitwise_or(PHP64 $x) { return $this->bitwiseOrHelper($x); } /** * Logical Exclusive Or * * @param PHP64 $x * @return PHP64 */ public function bitwise_xor(PHP64 $x) { return $this->bitwiseXorHelper($x); } /** * Compares two numbers. * * Although one might think !$x->compare($y) means $x != $y, it, in fact, means the opposite. The reason for this is * demonstrated thusly: * * $x > $y: $x->compare($y) > 0 * $x < $y: $x->compare($y) < 0 * $x == $y: $x->compare($y) == 0 * * Note how the same comparison operator is used. If you want to test for equality, use $x->equals($y). * * {@internal Could return $this->subtract($x), but that's not as fast as what we do do.} * * @param PHP64 $y * @return int in case < 0 if $this is less than $y; > 0 if $this is greater than $y, and 0 if they are equal. * @access public * @see self::equals() */ public function compare(PHP64 $y) { return parent::compareHelper($this->value, $this->is_negative, $y->value, $y->is_negative); } /** * Tests the equality of two numbers. * * If you need to see if one number is greater than or less than another number, use BigInteger::compare() * * @param PHP64 $x * @return bool */ public function equals(PHP64 $x) { return $this->value === $x->value && $this->is_negative == $x->is_negative; } /** * Performs modular exponentiation. * * @param PHP64 $e * @param PHP64 $n * @return PHP64 */ public function modPow(PHP64 $e, PHP64 $n) { return $this->powModOuter($e, $n); } /** * Performs modular exponentiation. * * Alias for modPow(). * * @param PHP64 $e * @param PHP64 $n * @return PHP64 */ public function powMod(PHP64 $e, PHP64 $n) { return $this->powModOuter($e, $n); } /** * Generate a random prime number between a range * * If there's not a prime within the given range, false will be returned. * * @param PHP64 $min * @param PHP64 $max * @return false|PHP64 */ public static function randomRangePrime(PHP64 $min, PHP64 $max) { return self::randomRangePrimeOuter($min, $max); } /** * Generate a random number between a range * * Returns a random number between $min and $max where $min and $max * can be defined using one of the two methods: * * BigInteger::randomRange($min, $max) * BigInteger::randomRange($max, $min) * * @param PHP64 $min * @param PHP64 $max * @return PHP64 */ public static function randomRange(PHP64 $min, PHP64 $max) { return self::randomRangeHelper($min, $max); } /** * Performs exponentiation. * * @param PHP64 $n * @return PHP64 */ public function pow(PHP64 $n) { return $this->powHelper($n); } /** * Return the minimum BigInteger between an arbitrary number of BigIntegers. * * @param PHP64 ...$nums * @return PHP64 */ public static function min(PHP64 ...$nums) { return self::minHelper($nums); } /** * Return the maximum BigInteger between an arbitrary number of BigIntegers. * * @param PHP64 ...$nums * @return PHP64 */ public static function max(PHP64 ...$nums) { return self::maxHelper($nums); } /** * Tests BigInteger to see if it is between two integers, inclusive * * @param PHP64 $min * @param PHP64 $max * @return bool */ public function between(PHP64 $min, PHP64 $max) { return $this->compare($min) >= 0 && $this->compare($max) <= 0; } }PK5 Z)~Rvendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Math\BigInteger\Engines\GMP; use phpseclib3\Math\BigInteger\Engines\GMP; /** * GMP Modular Exponentiation Engine * * @package GMP * @author Jim Wigginton * @access public */ abstract class DefaultEngine extends GMP { /** * Performs modular exponentiation. * * @param GMP $x * @param GMP $e * @param GMP $n * @return GMP */ protected static function powModHelper(GMP $x, GMP $e, GMP $n) { $temp = new GMP(); $temp->value = gmp_powm($x->value, $e->value, $n->value); return $x->normalize($temp); } }PK5 ZHPLr55Avendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Math\BinaryField; use phpseclib3\Math\Common\FiniteField\Integer as Base; use phpseclib3\Math\BigInteger; use phpseclib3\Math\BinaryField; use ParagonIE\ConstantTime\Hex; /** * Binary Finite Fields * * @package Math * @author Jim Wigginton * @access public */ class Integer extends Base { /** * Holds the BinaryField's value * * @var string */ protected $value; /** * Keeps track of current instance * * @var int */ protected $instanceID; /** * Holds the PrimeField's modulo * * @var string[] */ protected static $modulo; /** * Holds a pre-generated function to perform modulo reductions * * @var callable[] */ protected static $reduce; /** * Default constructor */ public function __construct($instanceID, $num = '') { $this->instanceID = $instanceID; if (!strlen($num)) { $this->value = ''; } else { $reduce = static::$reduce[$instanceID]; $this->value = $reduce($num); } } /** * Set the modulo for a given instance */ public static function setModulo($instanceID, $modulo) { static::$modulo[$instanceID] = $modulo; } /** * Set the modulo for a given instance */ public static function setRecurringModuloFunction($instanceID, callable $function) { static::$reduce[$instanceID] = $function; } /** * Tests a parameter to see if it's of the right instance * * Throws an exception if the incorrect class is being utilized */ private static function checkInstance(self $x, self $y) { if ($x->instanceID != $y->instanceID) { throw new \UnexpectedValueException('The instances of the two BinaryField\Integer objects do not match'); } } /** * Tests the equality of two numbers. * * @return bool */ public function equals(self $x) { static::checkInstance($this, $x); return $this->value == $x->value; } /** * Compares two numbers. * * @return int */ public function compare(self $x) { static::checkInstance($this, $x); $a = $this->value; $b = $x->value; $length = max(strlen($a), strlen($b)); $a = str_pad($a, $length, "\0", STR_PAD_LEFT); $b = str_pad($b, $length, "\0", STR_PAD_LEFT); return strcmp($a, $b); } /** * Returns the degree of the polynomial * * @param string $x * @return int */ private static function deg($x) { $x = ltrim($x, "\0"); $xbit = decbin(ord($x[0])); $xlen = $xbit == '0' ? 0 : strlen($xbit); $len = strlen($x); if (!$len) { return -1; } return 8 * strlen($x) - 9 + $xlen; } /** * Perform polynomial division * * @return string[] * @link https://en.wikipedia.org/wiki/Polynomial_greatest_common_divisor#Euclidean_division */ private static function polynomialDivide($x, $y) { // in wikipedia's description of the algorithm, lc() is the leading coefficient. over a binary field that's // always going to be 1. $q = chr(0); $d = static::deg($y); $r = $x; while (($degr = static::deg($r)) >= $d) { $s = '1' . str_repeat('0', $degr - $d); $s = BinaryField::base2ToBase256($s); $length = max(strlen($s), strlen($q)); $q = !isset($q) ? $s : str_pad($q, $length, "\0", STR_PAD_LEFT) ^ str_pad($s, $length, "\0", STR_PAD_LEFT); $s = static::polynomialMultiply($s, $y); $length = max(strlen($r), strlen($s)); $r = str_pad($r, $length, "\0", STR_PAD_LEFT) ^ str_pad($s, $length, "\0", STR_PAD_LEFT); } return [ltrim($q, "\0"), ltrim($r, "\0")]; } /** * Perform polynomial multiplation in the traditional way * * @return string * @link https://en.wikipedia.org/wiki/Finite_field_arithmetic#Multiplication */ private static function regularPolynomialMultiply($x, $y) { $precomputed = [ltrim($x, "\0")]; $x = strrev(BinaryField::base256ToBase2($x)); $y = strrev(BinaryField::base256ToBase2($y)); if (strlen($x) == strlen($y)) { $length = strlen($x); } else { $length = max(strlen($x), strlen($y)); $x = str_pad($x, $length, '0'); $y = str_pad($y, $length, '0'); } $result = str_repeat('0', 2 * $length - 1); $result = BinaryField::base2ToBase256($result); $size = strlen($result); $x = strrev($x); // precompute left shift 1 through 7 for ($i = 1; $i < 8; $i++) { $precomputed[$i] = BinaryField::base2ToBase256($x . str_repeat('0', $i)); } for ($i = 0; $i < strlen($y); $i++) { if ($y[$i] == '1') { $temp = $precomputed[$i & 7] . str_repeat("\0", $i >> 3); $result^= str_pad($temp, $size, "\0", STR_PAD_LEFT); } } return $result; } /** * Perform polynomial multiplation * * Uses karatsuba multiplication to reduce x-bit multiplications to a series of 32-bit multiplications * * @return string * @link https://en.wikipedia.org/wiki/Karatsuba_algorithm */ private static function polynomialMultiply($x, $y) { if (strlen($x) == strlen($y)) { $length = strlen($x); } else { $length = max(strlen($x), strlen($y)); $x = str_pad($x, $length, "\0", STR_PAD_LEFT); $y = str_pad($y, $length, "\0", STR_PAD_LEFT); } switch (true) { case PHP_INT_SIZE == 8 && $length <= 4: return $length != 4 ? self::subMultiply(str_pad($x, 4, "\0", STR_PAD_LEFT), str_pad($y, 4, "\0", STR_PAD_LEFT)) : self::subMultiply($x, $y); case PHP_INT_SIZE == 4 || $length > 32: return self::regularPolynomialMultiply($x, $y); } $m = $length >> 1; $x1 = substr($x, 0, -$m); $x0 = substr($x, -$m); $y1 = substr($y, 0, -$m); $y0 = substr($y, -$m); $z2 = self::polynomialMultiply($x1, $y1); $z0 = self::polynomialMultiply($x0, $y0); $z1 = self::polynomialMultiply( self::subAdd2($x1, $x0), self::subAdd2($y1, $y0) ); $z1 = self::subAdd3($z1, $z2, $z0); $xy = self::subAdd3( $z2 . str_repeat("\0", 2 * $m), $z1 . str_repeat("\0", $m), $z0 ); return ltrim($xy, "\0"); } /** * Perform polynomial multiplication on 2x 32-bit numbers, returning * a 64-bit number * * @param string $x * @param string $y * @return string * @link https://www.bearssl.org/constanttime.html#ghash-for-gcm */ private static function subMultiply($x, $y) { $x = unpack('N', $x)[1]; $y = unpack('N', $y)[1]; $x0 = $x & 0x11111111; $x1 = $x & 0x22222222; $x2 = $x & 0x44444444; $x3 = $x & 0x88888888; $y0 = $y & 0x11111111; $y1 = $y & 0x22222222; $y2 = $y & 0x44444444; $y3 = $y & 0x88888888; $z0 = ($x0 * $y0) ^ ($x1 * $y3) ^ ($x2 * $y2) ^ ($x3 * $y1); $z1 = ($x0 * $y1) ^ ($x1 * $y0) ^ ($x2 * $y3) ^ ($x3 * $y2); $z2 = ($x0 * $y2) ^ ($x1 * $y1) ^ ($x2 * $y0) ^ ($x3 * $y3); $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0); $z0&= 0x1111111111111111; $z1&= 0x2222222222222222; $z2&= 0x4444444444444444; $z3&= -8608480567731124088; // 0x8888888888888888 gets interpreted as a float $z = $z0 | $z1 | $z2 | $z3; return pack('J', $z); } /** * Adds two numbers * * @param string $x * @param string $y * @return string */ private static function subAdd2($x, $y) { $length = max(strlen($x), strlen($y)); $x = str_pad($x, $length, "\0", STR_PAD_LEFT); $y = str_pad($y, $length, "\0", STR_PAD_LEFT); return $x ^ $y; } /** * Adds three numbers * * @param string $x * @param string $y * @return string */ private static function subAdd3($x, $y, $z) { $length = max(strlen($x), strlen($y), strlen($z)); $x = str_pad($x, $length, "\0", STR_PAD_LEFT); $y = str_pad($y, $length, "\0", STR_PAD_LEFT); $z = str_pad($z, $length, "\0", STR_PAD_LEFT); return $x ^ $y ^ $z; } /** * Adds two BinaryFieldIntegers. * * @return static */ public function add(self $y) { static::checkInstance($this, $y); $length = strlen(static::$modulo[$this->instanceID]); $x = str_pad($this->value, $length, "\0", STR_PAD_LEFT); $y = str_pad($y->value, $length, "\0", STR_PAD_LEFT); return new static($this->instanceID, $x ^ $y); } /** * Subtracts two BinaryFieldIntegers. * * @return static */ public function subtract(self $x) { return $this->add($x); } /** * Multiplies two BinaryFieldIntegers. * * @return static */ public function multiply(self $y) { static::checkInstance($this, $y); return new static($this->instanceID, static::polynomialMultiply($this->value, $y->value)); } /** * Returns the modular inverse of a BinaryFieldInteger * * @return static */ public function modInverse() { $remainder0 = static::$modulo[$this->instanceID]; $remainder1 = $this->value; if ($remainder1 == '') { return new static($this->instanceID); } $aux0 = "\0"; $aux1 = "\1"; while ($remainder1 != "\1") { list($q, $r) = static::polynomialDivide($remainder0, $remainder1); $remainder0 = $remainder1; $remainder1 = $r; // the auxiliary in row n is given by the sum of the auxiliary in // row n-2 and the product of the quotient and the auxiliary in row // n-1 $temp = static::polynomialMultiply($aux1, $q); $aux = str_pad($aux0, strlen($temp), "\0", STR_PAD_LEFT) ^ str_pad($temp, strlen($aux0), "\0", STR_PAD_LEFT); $aux0 = $aux1; $aux1 = $aux; } $temp = new static($this->instanceID); $temp->value = ltrim($aux1, "\0"); return $temp; } /** * Divides two PrimeFieldIntegers. * * @return static */ public function divide(self $x) { static::checkInstance($this, $x); $x = $x->modInverse(); return $this->multiply($x); } /** * Negate * * A negative number can be written as 0-12. With modulos, 0 is the same thing as the modulo * so 0-12 is the same thing as modulo-12 * * @return object */ public function negate() { $x = str_pad($this->value, strlen(static::$modulo[$this->instanceID]), "\0", STR_PAD_LEFT); return new static($this->instanceID, $x ^ static::$modulo[$this->instanceID]); } /** * Returns the modulo * * @return integer */ public static function getModulo($instanceID) { return static::$modulo[$instanceID]; } /** * Converts an Integer to a byte string (eg. base-256). * * @return string */ public function toBytes() { return str_pad($this->value, strlen(static::$modulo[$this->instanceID]), "\0", STR_PAD_LEFT); } /** * Converts an Integer to a hex string (eg. base-16). * * @return string */ public function toHex() { return Hex::encode($this->toBytes()); } /** * Converts an Integer to a bit string (eg. base-2). * * @return string */ public function toBits() { //return str_pad(BinaryField::base256ToBase2($this->value), strlen(static::$modulo[$this->instanceID]), '0', STR_PAD_LEFT); return BinaryField::base256ToBase2($this->value); } /** * Converts an Integer to a BigInteger * * @return string */ public function toBigInteger() { return new BigInteger($this->value, 256); } /** * __toString() magic method * * @access public */ public function __toString() { return (string) $this->toBigInteger(); } /** * __debugInfo() magic method * * @access public */ public function __debugInfo() { return ['value' => $this->toHex()]; } }PK5 Zhh0vendor/phpseclib/phpseclib/phpseclib/openssl.cnfnu[# minimalist openssl.cnf file for use with phpseclib HOME = . RANDFILE = $ENV::HOME/.rnd [ v3_ca ] PK5 ZEll1vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.phpnu[ * login('username', 'password')) { * exit('Login Failed'); * } * * echo $sftp->pwd() . "\r\n"; * $sftp->put('filename.ext', 'hello, world!'); * print_r($sftp->nlist()); * ?> * * * @category Net * @package SFTP * @author Jim Wigginton * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Net; use phpseclib3\Exception\FileNotFoundException; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\AsymmetricKey; use phpseclib3\System\SSH\Agent; /** * Pure-PHP implementations of SFTP. * * @package SFTP * @author Jim Wigginton * @access public */ class SFTP extends SSH2 { /** * SFTP channel constant * * \phpseclib3\Net\SSH2::exec() uses 0 and \phpseclib3\Net\SSH2::read() / \phpseclib3\Net\SSH2::write() use 1. * * @see \phpseclib3\Net\SSH2::send_channel_packet() * @see \phpseclib3\Net\SSH2::get_channel_packet() * @access private */ const CHANNEL = 0x100; /** * Reads data from a local file. * * @access public * @see \phpseclib3\Net\SFTP::put() */ const SOURCE_LOCAL_FILE = 1; /** * Reads data from a string. * * @access public * @see \phpseclib3\Net\SFTP::put() */ // this value isn't really used anymore but i'm keeping it reserved for historical reasons const SOURCE_STRING = 2; /** * Reads data from callback: * function callback($length) returns string to proceed, null for EOF * * @access public * @see \phpseclib3\Net\SFTP::put() */ const SOURCE_CALLBACK = 16; /** * Resumes an upload * * @access public * @see \phpseclib3\Net\SFTP::put() */ const RESUME = 4; /** * Append a local file to an already existing remote file * * @access public * @see \phpseclib3\Net\SFTP::put() */ const RESUME_START = 8; /** * Packet Types * * @see self::__construct() * @var array * @access private */ private $packet_types = []; /** * Status Codes * * @see self::__construct() * @var array * @access private */ private $status_codes = []; /** * The Request ID * * The request ID exists in the off chance that a packet is sent out-of-order. Of course, this library doesn't support * concurrent actions, so it's somewhat academic, here. * * @var boolean * @see self::_send_sftp_packet() * @access private */ private $use_request_id = false; /** * The Packet Type * * The request ID exists in the off chance that a packet is sent out-of-order. Of course, this library doesn't support * concurrent actions, so it's somewhat academic, here. * * @var int * @see self::_get_sftp_packet() * @access private */ private $packet_type = -1; /** * Packet Buffer * * @var string * @see self::_get_sftp_packet() * @access private */ private $packet_buffer = ''; /** * Extensions supported by the server * * @var array * @see self::_initChannel() * @access private */ private $extensions = []; /** * Server SFTP version * * @var int * @see self::_initChannel() * @access private */ private $version; /** * Current working directory * * @var string * @see self::realpath() * @see self::chdir() * @access private */ private $pwd = false; /** * Packet Type Log * * @see self::getLog() * @var array * @access private */ private $packet_type_log = []; /** * Packet Log * * @see self::getLog() * @var array * @access private */ private $packet_log = []; /** * Error information * * @see self::getSFTPErrors() * @see self::getLastSFTPError() * @var array * @access private */ private $sftp_errors = []; /** * Stat Cache * * Rather than always having to open a directory and close it immediately there after to see if a file is a directory * we'll cache the results. * * @see self::_update_stat_cache() * @see self::_remove_from_stat_cache() * @see self::_query_stat_cache() * @var array * @access private */ private $stat_cache = []; /** * Max SFTP Packet Size * * @see self::__construct() * @see self::get() * @var array * @access private */ private $max_sftp_packet; /** * Stat Cache Flag * * @see self::disableStatCache() * @see self::enableStatCache() * @var bool * @access private */ private $use_stat_cache = true; /** * Sort Options * * @see self::_comparator() * @see self::setListOrder() * @var array * @access private */ protected $sortOptions = []; /** * Canonicalization Flag * * Determines whether or not paths should be canonicalized before being * passed on to the remote server. * * @see self::enablePathCanonicalization() * @see self::disablePathCanonicalization() * @see self::realpath() * @var bool * @access private */ private $canonicalize_paths = true; /** * Request Buffers * * @see self::_get_sftp_packet() * @var array * @access private */ var $requestBuffer = array(); /** * Preserve timestamps on file downloads / uploads * * @see self::get() * @see self::put() * @var bool * @access private */ var $preserveTime = false; /** * Default Constructor. * * Connects to an SFTP server * * @param string $host * @param int $port * @param int $timeout * @return \phpseclib3\Net\SFTP * @access public */ public function __construct($host, $port = 22, $timeout = 10) { parent::__construct($host, $port, $timeout); $this->max_sftp_packet = 1 << 15; $this->packet_types = [ 1 => 'NET_SFTP_INIT', 2 => 'NET_SFTP_VERSION', /* the format of SSH_FXP_OPEN changed between SFTPv4 and SFTPv5+: SFTPv5+: http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.1.1 pre-SFTPv5 : http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-6.3 */ 3 => 'NET_SFTP_OPEN', 4 => 'NET_SFTP_CLOSE', 5 => 'NET_SFTP_READ', 6 => 'NET_SFTP_WRITE', 7 => 'NET_SFTP_LSTAT', 9 => 'NET_SFTP_SETSTAT', 11 => 'NET_SFTP_OPENDIR', 12 => 'NET_SFTP_READDIR', 13 => 'NET_SFTP_REMOVE', 14 => 'NET_SFTP_MKDIR', 15 => 'NET_SFTP_RMDIR', 16 => 'NET_SFTP_REALPATH', 17 => 'NET_SFTP_STAT', /* the format of SSH_FXP_RENAME changed between SFTPv4 and SFTPv5+: SFTPv5+: http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.3 pre-SFTPv5 : http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-6.5 */ 18 => 'NET_SFTP_RENAME', 19 => 'NET_SFTP_READLINK', 20 => 'NET_SFTP_SYMLINK', 101=> 'NET_SFTP_STATUS', 102=> 'NET_SFTP_HANDLE', /* the format of SSH_FXP_NAME changed between SFTPv3 and SFTPv4+: SFTPv4+: http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-9.4 pre-SFTPv4 : http://tools.ietf.org/html/draft-ietf-secsh-filexfer-02#section-7 */ 103=> 'NET_SFTP_DATA', 104=> 'NET_SFTP_NAME', 105=> 'NET_SFTP_ATTRS', 200=> 'NET_SFTP_EXTENDED' ]; $this->status_codes = [ 0 => 'NET_SFTP_STATUS_OK', 1 => 'NET_SFTP_STATUS_EOF', 2 => 'NET_SFTP_STATUS_NO_SUCH_FILE', 3 => 'NET_SFTP_STATUS_PERMISSION_DENIED', 4 => 'NET_SFTP_STATUS_FAILURE', 5 => 'NET_SFTP_STATUS_BAD_MESSAGE', 6 => 'NET_SFTP_STATUS_NO_CONNECTION', 7 => 'NET_SFTP_STATUS_CONNECTION_LOST', 8 => 'NET_SFTP_STATUS_OP_UNSUPPORTED', 9 => 'NET_SFTP_STATUS_INVALID_HANDLE', 10 => 'NET_SFTP_STATUS_NO_SUCH_PATH', 11 => 'NET_SFTP_STATUS_FILE_ALREADY_EXISTS', 12 => 'NET_SFTP_STATUS_WRITE_PROTECT', 13 => 'NET_SFTP_STATUS_NO_MEDIA', 14 => 'NET_SFTP_STATUS_NO_SPACE_ON_FILESYSTEM', 15 => 'NET_SFTP_STATUS_QUOTA_EXCEEDED', 16 => 'NET_SFTP_STATUS_UNKNOWN_PRINCIPAL', 17 => 'NET_SFTP_STATUS_LOCK_CONFLICT', 18 => 'NET_SFTP_STATUS_DIR_NOT_EMPTY', 19 => 'NET_SFTP_STATUS_NOT_A_DIRECTORY', 20 => 'NET_SFTP_STATUS_INVALID_FILENAME', 21 => 'NET_SFTP_STATUS_LINK_LOOP', 22 => 'NET_SFTP_STATUS_CANNOT_DELETE', 23 => 'NET_SFTP_STATUS_INVALID_PARAMETER', 24 => 'NET_SFTP_STATUS_FILE_IS_A_DIRECTORY', 25 => 'NET_SFTP_STATUS_BYTE_RANGE_LOCK_CONFLICT', 26 => 'NET_SFTP_STATUS_BYTE_RANGE_LOCK_REFUSED', 27 => 'NET_SFTP_STATUS_DELETE_PENDING', 28 => 'NET_SFTP_STATUS_FILE_CORRUPT', 29 => 'NET_SFTP_STATUS_OWNER_INVALID', 30 => 'NET_SFTP_STATUS_GROUP_INVALID', 31 => 'NET_SFTP_STATUS_NO_MATCHING_BYTE_RANGE_LOCK' ]; // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-7.1 // the order, in this case, matters quite a lot - see \phpseclib3\Net\SFTP::_parseAttributes() to understand why $this->attributes = [ 0x00000001 => 'NET_SFTP_ATTR_SIZE', 0x00000002 => 'NET_SFTP_ATTR_UIDGID', // defined in SFTPv3, removed in SFTPv4+ 0x00000004 => 'NET_SFTP_ATTR_PERMISSIONS', 0x00000008 => 'NET_SFTP_ATTR_ACCESSTIME', // 0x80000000 will yield a floating point on 32-bit systems and converting floating points to integers // yields inconsistent behavior depending on how php is compiled. so we left shift -1 (which, in // two's compliment, consists of all 1 bits) by 31. on 64-bit systems this'll yield 0xFFFFFFFF80000000. // that's not a problem, however, and 'anded' and a 32-bit number, as all the leading 1 bits are ignored. (-1 << 31) & 0xFFFFFFFF => 'NET_SFTP_ATTR_EXTENDED' ]; // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-6.3 // the flag definitions change somewhat in SFTPv5+. if SFTPv5+ support is added to this library, maybe name // the array for that $this->open5_flags and similarly alter the constant names. $this->open_flags = [ 0x00000001 => 'NET_SFTP_OPEN_READ', 0x00000002 => 'NET_SFTP_OPEN_WRITE', 0x00000004 => 'NET_SFTP_OPEN_APPEND', 0x00000008 => 'NET_SFTP_OPEN_CREATE', 0x00000010 => 'NET_SFTP_OPEN_TRUNCATE', 0x00000020 => 'NET_SFTP_OPEN_EXCL' ]; // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-5.2 // see \phpseclib3\Net\SFTP::_parseLongname() for an explanation $this->file_types = [ 1 => 'NET_SFTP_TYPE_REGULAR', 2 => 'NET_SFTP_TYPE_DIRECTORY', 3 => 'NET_SFTP_TYPE_SYMLINK', 4 => 'NET_SFTP_TYPE_SPECIAL', 5 => 'NET_SFTP_TYPE_UNKNOWN', // the following types were first defined for use in SFTPv5+ // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-05#section-5.2 6 => 'NET_SFTP_TYPE_SOCKET', 7 => 'NET_SFTP_TYPE_CHAR_DEVICE', 8 => 'NET_SFTP_TYPE_BLOCK_DEVICE', 9 => 'NET_SFTP_TYPE_FIFO' ]; $this->define_array( $this->packet_types, $this->status_codes, $this->attributes, $this->open_flags, $this->file_types ); if (!defined('NET_SFTP_QUEUE_SIZE')) { define('NET_SFTP_QUEUE_SIZE', 32); } if (!defined('NET_SFTP_UPLOAD_QUEUE_SIZE')) { define('NET_SFTP_UPLOAD_QUEUE_SIZE', 1024); } } /** * Login * * @param string $username * @param string|AsymmetricKey|array[]|Agent|null ...$args * @throws \UnexpectedValueException on receipt of unexpected packets * @return bool * @access public */ public function login($username, ...$args) { if (!parent::login(...func_get_args())) { return false; } $this->window_size_server_to_client[self::CHANNEL] = $this->window_size; $packet = Strings::packSSH2( 'CsN3', NET_SSH2_MSG_CHANNEL_OPEN, 'session', self::CHANNEL, $this->window_size, 0x4000 ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_OPEN; $response = $this->get_channel_packet(self::CHANNEL, true); if ($response === false) { return false; } $packet = Strings::packSSH2( 'CNsbs', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL], 'subsystem', true, 'sftp' ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_REQUEST; $response = $this->get_channel_packet(self::CHANNEL, true); if ($response === false) { // from PuTTY's psftp.exe $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" . "test -x /usr/local/lib/sftp-server && exec /usr/local/lib/sftp-server\n" . "exec sftp-server"; // we don't do $this->exec($command, false) because exec() operates on a different channel and plus the SSH_MSG_CHANNEL_OPEN that exec() does // is redundant $packet = Strings::packSSH2( 'CNsCs', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL], 'exec', 1, $command ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_REQUEST; $response = $this->get_channel_packet(self::CHANNEL, true); if ($response === false) { return false; } } $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_DATA; if (!$this->send_sftp_packet(NET_SFTP_INIT, "\0\0\0\3")) { return false; } $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_VERSION) { throw new \UnexpectedValueException('Expected NET_SFTP_VERSION. ' . 'Got packet type: ' . $this->packet_type); } list($this->version) = Strings::unpackSSH2('N', $response); while (!empty($response)) { list($key, $value) = Strings::unpackSSH2('ss', $response); $this->extensions[$key] = $value; } /* SFTPv4+ defines a 'newline' extension. SFTPv3 seems to have unofficial support for it via 'newline@vandyke.com', however, I'm not sure what 'newline@vandyke.com' is supposed to do (the fact that it's unofficial means that it's not in the official SFTPv3 specs) and 'newline@vandyke.com' / 'newline' are likely not drop-in substitutes for one another due to the fact that 'newline' comes with a SSH_FXF_TEXT bitmask whereas it seems unlikely that 'newline@vandyke.com' would. */ /* if (isset($this->extensions['newline@vandyke.com'])) { $this->extensions['newline'] = $this->extensions['newline@vandyke.com']; unset($this->extensions['newline@vandyke.com']); } */ $this->use_request_id = true; /* A Note on SFTPv4/5/6 support: states the following: "If the client wishes to interoperate with servers that support noncontiguous version numbers it SHOULD send '3'" Given that the server only sends its version number after the client has already done so, the above seems to be suggesting that v3 should be the default version. This makes sense given that v3 is the most popular. states the following; "If the server did not send the "versions" extension, or the version-from-list was not included, the server MAY send a status response describing the failure, but MUST then close the channel without processing any further requests." So what do you do if you have a client whose initial SSH_FXP_INIT packet says it implements v3 and a server whose initial SSH_FXP_VERSION reply says it implements v4 and only v4? If it only implements v4, the "versions" extension is likely not going to have been sent so version re-negotiation as discussed in draft-ietf-secsh-filexfer-13 would be quite impossible. As such, what \phpseclib3\Net\SFTP would do is close the channel and reopen it with a new and updated SSH_FXP_INIT packet. */ switch ($this->version) { case 2: case 3: break; default: return false; } $this->pwd = $this->realpath('.'); $this->update_stat_cache($this->pwd, []); return true; } /** * Disable the stat cache * * @access public */ function disableStatCache() { $this->use_stat_cache = false; } /** * Enable the stat cache * * @access public */ public function enableStatCache() { $this->use_stat_cache = true; } /** * Clear the stat cache * * @access public */ public function clearStatCache() { $this->stat_cache = []; } /** * Enable path canonicalization * * @access public */ public function enablePathCanonicalization() { $this->canonicalize_paths = true; } /** * Enable path canonicalization * * @access public */ public function disablePathCanonicalization() { $this->canonicalize_paths = false; } /** * Returns the current directory name * * @return mixed * @access public */ public function pwd() { return $this->pwd; } /** * Logs errors * * @param string $response * @param int $status * @access private */ private function logError($response, $status = -1) { if ($status == -1) { list($status) = Strings::unpackSSH2('N', $response); } list($error) = $this->status_codes[$status]; if ($this->version > 2) { list($message) = Strings::unpackSSH2('s', $response); $this->sftp_errors[] = "$error: $message"; } else { $this->sftp_errors[] = $error; } } /** * Canonicalize the Server-Side Path Name * * SFTP doesn't provide a mechanism by which the current working directory can be changed, so we'll emulate it. Returns * the absolute (canonicalized) path. * * If canonicalize_paths has been disabled using disablePathCanonicalization(), $path is returned as-is. * * @see self::chdir() * @see self::disablePathCanonicalization() * @param string $path * @throws \UnexpectedValueException on receipt of unexpected packets * @return mixed * @access public */ public function realpath($path) { if (!$this->canonicalize_paths) { return $path; } if ($this->pwd === false) { // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.9 if (!$this->send_sftp_packet(NET_SFTP_REALPATH, Strings::packSSH2('s', $path))) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_NAME: // although SSH_FXP_NAME is implemented differently in SFTPv3 than it is in SFTPv4+, the following // should work on all SFTP versions since the only part of the SSH_FXP_NAME packet the following looks // at is the first part and that part is defined the same in SFTP versions 3 through 6. list(, $filename) = Strings::unpackSSH2('Ns', $response); return $filename; case NET_SFTP_STATUS: $this->logError($response); return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_NAME or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } } if (!strlen($path) || $path[0] != '/') { $path = $this->pwd . '/' . $path; } $path = explode('/', $path); $new = []; foreach ($path as $dir) { if (!strlen($dir)) { continue; } switch ($dir) { case '..': array_pop($new); case '.': break; default: $new[] = $dir; } } return '/' . implode('/', $new); } /** * Changes the current directory * * @param string $dir * @throws \UnexpectedValueException on receipt of unexpected packets * @return bool * @access public */ public function chdir($dir) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } // assume current dir if $dir is empty if ($dir === '') { $dir = './'; // suffix a slash if needed } elseif ($dir[strlen($dir) - 1] != '/') { $dir.= '/'; } $dir = $this->realpath($dir); // confirm that $dir is, in fact, a valid directory if ($this->use_stat_cache && is_array($this->query_stat_cache($dir))) { $this->pwd = $dir; return true; } // we could do a stat on the alleged $dir to see if it's a directory but that doesn't tell us // the currently logged in user has the appropriate permissions or not. maybe you could see if // the file's uid / gid match the currently logged in user's uid / gid but how there's no easy // way to get those with SFTP if (!$this->send_sftp_packet(NET_SFTP_OPENDIR, Strings::packSSH2('s', $dir))) { return false; } // see \phpseclib3\Net\SFTP::nlist() for a more thorough explanation of the following $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: $handle = substr($response, 4); break; case NET_SFTP_STATUS: $this->logError($response); return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_HANDLE or NET_SFTP_STATUS' . 'Got packet type: ' . $this->packet_type); } if (!$this->close_handle($handle)) { return false; } $this->update_stat_cache($dir, []); $this->pwd = $dir; return true; } /** * Returns a list of files in the given directory * * @param string $dir * @param bool $recursive * @return mixed * @access public */ public function nlist($dir = '.', $recursive = false) { return $this->nlist_helper($dir, $recursive, ''); } /** * Helper method for nlist * * @param string $dir * @param bool $recursive * @param string $relativeDir * @return mixed * @access private */ private function nlist_helper($dir, $recursive, $relativeDir) { $files = $this->readlist($dir, false); if (!$recursive || $files === false) { return $files; } $result = []; foreach ($files as $value) { if ($value == '.' || $value == '..') { $result[] = $relativeDir . $value; continue; } if (is_array($this->query_stat_cache($this->realpath($dir . '/' . $value)))) { $temp = $this->nlist_helper($dir . '/' . $value, true, $relativeDir . $value . '/'); $temp = is_array($temp) ? $temp : []; $result = array_merge($result, $temp); } else { $result[] = $relativeDir . $value; } } return $result; } /** * Returns a detailed list of files in the given directory * * @param string $dir * @param bool $recursive * @return mixed * @access public */ public function rawlist($dir = '.', $recursive = false) { $files = $this->readlist($dir, true); if (!$recursive || $files === false) { return $files; } static $depth = 0; foreach ($files as $key => $value) { if ($depth != 0 && $key == '..') { unset($files[$key]); continue; } $is_directory = false; if ($key != '.' && $key != '..') { if ($this->use_stat_cache) { $is_directory = is_array($this->query_stat_cache($this->realpath($dir . '/' . $key))); } else { $stat = $this->lstat($dir . '/' . $key); $is_directory = $stat && $stat['type'] === NET_SFTP_TYPE_DIRECTORY; } } if ($is_directory) { $depth++; $files[$key] = $this->rawlist($dir . '/' . $key, true); $depth--; } else { $files[$key] = (object) $value; } } return $files; } /** * Reads a list, be it detailed or not, of files in the given directory * * @param string $dir * @param bool $raw * @return mixed * @throws \UnexpectedValueException on receipt of unexpected packets * @access private */ private function readlist($dir, $raw = true) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $dir = $this->realpath($dir . '/'); if ($dir === false) { return false; } // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.1.2 if (!$this->send_sftp_packet(NET_SFTP_OPENDIR, Strings::packSSH2('s', $dir))) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-9.2 // since 'handle' is the last field in the SSH_FXP_HANDLE packet, we'll just remove the first four bytes that // represent the length of the string and leave it at that $handle = substr($response, 4); break; case NET_SFTP_STATUS: // presumably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED $this->logError($response); return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_HANDLE or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } $this->update_stat_cache($dir, []); $contents = []; while (true) { // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.2.2 // why multiple SSH_FXP_READDIR packets would be sent when the response to a single one can span arbitrarily many // SSH_MSG_CHANNEL_DATA messages is not known to me. if (!$this->send_sftp_packet(NET_SFTP_READDIR, Strings::packSSH2('s', $handle))) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_NAME: list($count) = Strings::unpackSSH2('N', $response); for ($i = 0; $i < $count; $i++) { list($shortname, $longname) = Strings::unpackSSH2('ss', $response); $attributes = $this->parseAttributes($response); if (!isset($attributes['type'])) { $fileType = $this->parseLongname($longname); if ($fileType) { $attributes['type'] = $fileType; } } $contents[$shortname] = $attributes + ['filename' => $shortname]; if (isset($attributes['type']) && $attributes['type'] == NET_SFTP_TYPE_DIRECTORY && ($shortname != '.' && $shortname != '..')) { $this->update_stat_cache($dir . '/' . $shortname, []); } else { if ($shortname == '..') { $temp = $this->realpath($dir . '/..') . '/.'; } else { $temp = $dir . '/' . $shortname; } $this->update_stat_cache($temp, (object) ['lstat' => $attributes]); } // SFTPv6 has an optional boolean end-of-list field, but we'll ignore that, since the // final SSH_FXP_STATUS packet should tell us that, already. } break; case NET_SFTP_STATUS: list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_EOF) { $this->logError($response, $status); return false; } break 2; default: throw new \UnexpectedValueException('Expected NET_SFTP_NAME or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } } if (!$this->close_handle($handle)) { return false; } if (count($this->sortOptions)) { uasort($contents, [&$this, 'comparator']); } return $raw ? $contents : array_map('strval', array_keys($contents)); } /** * Compares two rawlist entries using parameters set by setListOrder() * * Intended for use with uasort() * * @param array $a * @param array $b * @return int * @access private */ private function comparator($a, $b) { switch (true) { case $a['filename'] === '.' || $b['filename'] === '.': if ($a['filename'] === $b['filename']) { return 0; } return $a['filename'] === '.' ? -1 : 1; case $a['filename'] === '..' || $b['filename'] === '..': if ($a['filename'] === $b['filename']) { return 0; } return $a['filename'] === '..' ? -1 : 1; case isset($a['type']) && $a['type'] === NET_SFTP_TYPE_DIRECTORY: if (!isset($b['type'])) { return 1; } if ($b['type'] !== $a['type']) { return -1; } break; case isset($b['type']) && $b['type'] === NET_SFTP_TYPE_DIRECTORY: return 1; } foreach ($this->sortOptions as $sort => $order) { if (!isset($a[$sort]) || !isset($b[$sort])) { if (isset($a[$sort])) { return -1; } if (isset($b[$sort])) { return 1; } return 0; } switch ($sort) { case 'filename': $result = strcasecmp($a['filename'], $b['filename']); if ($result) { return $order === SORT_DESC ? -$result : $result; } break; case 'mode': $a[$sort]&= 07777; $b[$sort]&= 07777; default: if ($a[$sort] === $b[$sort]) { break; } return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort]; } } } /** * Defines how nlist() and rawlist() will be sorted - if at all. * * If sorting is enabled directories and files will be sorted independently with * directories appearing before files in the resultant array that is returned. * * Any parameter returned by stat is a valid sort parameter for this function. * Filename comparisons are case insensitive. * * Examples: * * $sftp->setListOrder('filename', SORT_ASC); * $sftp->setListOrder('size', SORT_DESC, 'filename', SORT_ASC); * $sftp->setListOrder(true); * Separates directories from files but doesn't do any sorting beyond that * $sftp->setListOrder(); * Don't do any sort of sorting * * @param string[] ...$args * @access public */ public function setListOrder(...$args) { $this->sortOptions = []; if (empty($args)) { return; } $len = count($args) & 0x7FFFFFFE; for ($i = 0; $i < $len; $i+=2) { $this->sortOptions[$args[$i]] = $args[$i + 1]; } if (!count($this->sortOptions)) { $this->sortOptions = ['bogus' => true]; } } /** * Save files / directories to cache * * @param string $path * @param mixed $value * @access private */ private function update_stat_cache($path, $value) { if ($this->use_stat_cache === false) { return; } // preg_replace('#^/|/(?=/)|/$#', '', $dir) == str_replace('//', '/', trim($path, '/')) $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path)); $temp = &$this->stat_cache; $max = count($dirs) - 1; foreach ($dirs as $i => $dir) { // if $temp is an object that means one of two things. // 1. a file was deleted and changed to a directory behind phpseclib's back // 2. it's a symlink. when lstat is done it's unclear what it's a symlink to if (is_object($temp)) { $temp = []; } if (!isset($temp[$dir])) { $temp[$dir] = []; } if ($i === $max) { if (is_object($temp[$dir]) && is_object($value)) { if (!isset($value->stat) && isset($temp[$dir]->stat)) { $value->stat = $temp[$dir]->stat; } if (!isset($value->lstat) && isset($temp[$dir]->lstat)) { $value->lstat = $temp[$dir]->lstat; } } $temp[$dir] = $value; break; } $temp = &$temp[$dir]; } } /** * Remove files / directories from cache * * @param string $path * @return bool * @access private */ private function remove_from_stat_cache($path) { $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path)); $temp = &$this->stat_cache; $max = count($dirs) - 1; foreach ($dirs as $i => $dir) { if (!is_array($temp)) { return false; } if ($i === $max) { unset($temp[$dir]); return true; } if (!isset($temp[$dir])) { return false; } $temp = &$temp[$dir]; } } /** * Checks cache for path * * Mainly used by file_exists * * @param string $path * @return mixed * @access private */ private function query_stat_cache($path) { $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path)); $temp = &$this->stat_cache; foreach ($dirs as $dir) { if (!is_array($temp)) { return null; } if (!isset($temp[$dir])) { return null; } $temp = &$temp[$dir]; } return $temp; } /** * Returns general information about a file. * * Returns an array on success and false otherwise. * * @param string $filename * @return mixed * @access public */ public function stat($filename) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $filename = $this->realpath($filename); if ($filename === false) { return false; } if ($this->use_stat_cache) { $result = $this->query_stat_cache($filename); if (is_array($result) && isset($result['.']) && isset($result['.']->stat)) { return $result['.']->stat; } if (is_object($result) && isset($result->stat)) { return $result->stat; } } $stat = $this->stat_helper($filename, NET_SFTP_STAT); if ($stat === false) { $this->remove_from_stat_cache($filename); return false; } if (isset($stat['type'])) { if ($stat['type'] == NET_SFTP_TYPE_DIRECTORY) { $filename.= '/.'; } $this->update_stat_cache($filename, (object) ['stat' => $stat]); return $stat; } $pwd = $this->pwd; $stat['type'] = $this->chdir($filename) ? NET_SFTP_TYPE_DIRECTORY : NET_SFTP_TYPE_REGULAR; $this->pwd = $pwd; if ($stat['type'] == NET_SFTP_TYPE_DIRECTORY) { $filename.= '/.'; } $this->update_stat_cache($filename, (object) ['stat' => $stat]); return $stat; } /** * Returns general information about a file or symbolic link. * * Returns an array on success and false otherwise. * * @param string $filename * @return mixed * @access public */ public function lstat($filename) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $filename = $this->realpath($filename); if ($filename === false) { return false; } if ($this->use_stat_cache) { $result = $this->query_stat_cache($filename); if (is_array($result) && isset($result['.']) && isset($result['.']->lstat)) { return $result['.']->lstat; } if (is_object($result) && isset($result->lstat)) { return $result->lstat; } } $lstat = $this->stat_helper($filename, NET_SFTP_LSTAT); if ($lstat === false) { $this->remove_from_stat_cache($filename); return false; } if (isset($lstat['type'])) { if ($lstat['type'] == NET_SFTP_TYPE_DIRECTORY) { $filename.= '/.'; } $this->update_stat_cache($filename, (object) ['lstat' => $lstat]); return $lstat; } $stat = $this->stat_helper($filename, NET_SFTP_STAT); if ($lstat != $stat) { $lstat = array_merge($lstat, ['type' => NET_SFTP_TYPE_SYMLINK]); $this->update_stat_cache($filename, (object) ['lstat' => $lstat]); return $stat; } $pwd = $this->pwd; $lstat['type'] = $this->chdir($filename) ? NET_SFTP_TYPE_DIRECTORY : NET_SFTP_TYPE_REGULAR; $this->pwd = $pwd; if ($lstat['type'] == NET_SFTP_TYPE_DIRECTORY) { $filename.= '/.'; } $this->update_stat_cache($filename, (object) ['lstat' => $lstat]); return $lstat; } /** * Returns general information about a file or symbolic link * * Determines information without calling \phpseclib3\Net\SFTP::realpath(). * The second parameter can be either NET_SFTP_STAT or NET_SFTP_LSTAT. * * @param string $filename * @param int $type * @throws \UnexpectedValueException on receipt of unexpected packets * @return mixed * @access private */ private function stat_helper($filename, $type) { // SFTPv4+ adds an additional 32-bit integer field - flags - to the following: $packet = Strings::packSSH2('s', $filename); if (!$this->send_sftp_packet($type, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_ATTRS: return $this->parseAttributes($response); case NET_SFTP_STATUS: $this->logError($response); return false; } throw new \UnexpectedValueException('Expected NET_SFTP_ATTRS or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } /** * Truncates a file to a given length * * @param string $filename * @param int $new_size * @return bool * @access public */ public function truncate($filename, $new_size) { $attr = pack('N3', NET_SFTP_ATTR_SIZE, $new_size / 4294967296, $new_size); // 4294967296 == 0x100000000 == 1<<32 return $this->setstat($filename, $attr, false); } /** * Sets access and modification time of file. * * If the file does not exist, it will be created. * * @param string $filename * @param int $time * @param int $atime * @throws \UnexpectedValueException on receipt of unexpected packets * @return bool * @access public */ public function touch($filename, $time = null, $atime = null) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $filename = $this->realpath($filename); if ($filename === false) { return false; } if (!isset($time)) { $time = time(); } if (!isset($atime)) { $atime = $time; } $flags = NET_SFTP_OPEN_WRITE | NET_SFTP_OPEN_CREATE | NET_SFTP_OPEN_EXCL; $attr = pack('N3', NET_SFTP_ATTR_ACCESSTIME, $time, $atime); $packet = Strings::packSSH2('sN', $filename, $flags) . $attr; if (!$this->send_sftp_packet(NET_SFTP_OPEN, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: return $this->close_handle(substr($response, 4)); case NET_SFTP_STATUS: $this->logError($response); break; default: throw new \UnexpectedValueException('Expected NET_SFTP_HANDLE or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } return $this->setstat($filename, $attr, false); } /** * Changes file or directory owner * * Returns true on success or false on error. * * @param string $filename * @param int $uid * @param bool $recursive * @return bool * @access public */ public function chown($filename, $uid, $recursive = false) { // quoting from , // "if the owner or group is specified as -1, then that ID is not changed" $attr = pack('N3', NET_SFTP_ATTR_UIDGID, $uid, -1); return $this->setstat($filename, $attr, $recursive); } /** * Changes file or directory group * * Returns true on success or false on error. * * @param string $filename * @param int $gid * @param bool $recursive * @return bool * @access public */ public function chgrp($filename, $gid, $recursive = false) { $attr = pack('N3', NET_SFTP_ATTR_UIDGID, -1, $gid); return $this->setstat($filename, $attr, $recursive); } /** * Set permissions on a file. * * Returns the new file permissions on success or false on error. * If $recursive is true than this just returns true or false. * * @param int $mode * @param string $filename * @param bool $recursive * @throws \UnexpectedValueException on receipt of unexpected packets * @return mixed * @access public */ public function chmod($mode, $filename, $recursive = false) { if (is_string($mode) && is_int($filename)) { $temp = $mode; $mode = $filename; $filename = $temp; } $attr = pack('N2', NET_SFTP_ATTR_PERMISSIONS, $mode & 07777); if (!$this->setstat($filename, $attr, $recursive)) { return false; } if ($recursive) { return true; } $filename = $this->realpath($filename); // rather than return what the permissions *should* be, we'll return what they actually are. this will also // tell us if the file actually exists. // incidentally, SFTPv4+ adds an additional 32-bit integer field - flags - to the following: $packet = pack('Na*', strlen($filename), $filename); if (!$this->send_sftp_packet(NET_SFTP_STAT, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_ATTRS: $attrs = $this->parseAttributes($response); return $attrs['mode']; case NET_SFTP_STATUS: $this->logError($response); return false; } throw new \UnexpectedValueException('Expected NET_SFTP_ATTRS or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } /** * Sets information about a file * * @param string $filename * @param string $attr * @param bool $recursive * @throws \UnexpectedValueException on receipt of unexpected packets * @return bool * @access private */ private function setstat($filename, $attr, $recursive) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $filename = $this->realpath($filename); if ($filename === false) { return false; } $this->remove_from_stat_cache($filename); if ($recursive) { $i = 0; $result = $this->setstat_recursive($filename, $attr, $i); $this->read_put_responses($i); return $result; } // SFTPv4+ has an additional byte field - type - that would need to be sent, as well. setting it to // SSH_FILEXFER_TYPE_UNKNOWN might work. if not, we'd have to do an SSH_FXP_STAT before doing an SSH_FXP_SETSTAT. if (!$this->send_sftp_packet(NET_SFTP_SETSTAT, Strings::packSSH2('s', $filename) . $attr)) { return false; } /* "Because some systems must use separate system calls to set various attributes, it is possible that a failure response will be returned, but yet some of the attributes may be have been successfully modified. If possible, servers SHOULD avoid this situation; however, clients MUST be aware that this is possible." -- http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.6 */ $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); return false; } return true; } /** * Recursively sets information on directories on the SFTP server * * Minimizes directory lookups and SSH_FXP_STATUS requests for speed. * * @param string $path * @param string $attr * @param int $i * @return bool * @access private */ private function setstat_recursive($path, $attr, &$i) { if (!$this->read_put_responses($i)) { return false; } $i = 0; $entries = $this->readlist($path, true); if ($entries === false) { return $this->setstat($path, $attr, false); } // normally $entries would have at least . and .. but it might not if the directories // permissions didn't allow reading if (empty($entries)) { return false; } unset($entries['.'], $entries['..']); foreach ($entries as $filename => $props) { if (!isset($props['type'])) { return false; } $temp = $path . '/' . $filename; if ($props['type'] == NET_SFTP_TYPE_DIRECTORY) { if (!$this->setstat_recursive($temp, $attr, $i)) { return false; } } else { if (!$this->send_sftp_packet(NET_SFTP_SETSTAT, Strings::packSSH2('s', $temp) . $attr)) { return false; } $i++; if ($i >= NET_SFTP_QUEUE_SIZE) { if (!$this->read_put_responses($i)) { return false; } $i = 0; } } } if (!$this->send_sftp_packet(NET_SFTP_SETSTAT, Strings::packSSH2('s', $path) . $attr)) { return false; } $i++; if ($i >= NET_SFTP_QUEUE_SIZE) { if (!$this->read_put_responses($i)) { return false; } $i = 0; } return true; } /** * Return the target of a symbolic link * * @param string $link * @throws \UnexpectedValueException on receipt of unexpected packets * @return mixed * @access public */ public function readlink($link) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $link = $this->realpath($link); if (!$this->send_sftp_packet(NET_SFTP_READLINK, Strings::packSSH2('s', $link))) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_NAME: break; case NET_SFTP_STATUS: $this->logError($response); return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_NAME or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($count) = Strings::unpackSSH2('N', $response); // the file isn't a symlink if (!$count) { return false; } list($filename) = Strings::unpackSSH2('s', $response); return $filename; } /** * Create a symlink * * symlink() creates a symbolic link to the existing target with the specified name link. * * @param string $target * @param string $link * @throws \UnexpectedValueException on receipt of unexpected packets * @return bool * @access public */ public function symlink($target, $link) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } //$target = $this->realpath($target); $link = $this->realpath($link); $packet = Strings::packSSH2('ss', $target, $link); if (!$this->send_sftp_packet(NET_SFTP_SYMLINK, $packet)) { return false; } $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); return false; } return true; } /** * Creates a directory. * * @param string $dir * @param int $mode * @param bool $recursive * @return bool * @access public */ public function mkdir($dir, $mode = -1, $recursive = false) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $dir = $this->realpath($dir); if ($recursive) { $dirs = explode('/', preg_replace('#/(?=/)|/$#', '', $dir)); if (empty($dirs[0])) { array_shift($dirs); $dirs[0] = '/' . $dirs[0]; } for ($i = 0; $i < count($dirs); $i++) { $temp = array_slice($dirs, 0, $i + 1); $temp = implode('/', $temp); $result = $this->mkdir_helper($temp, $mode); } return $result; } return $this->mkdir_helper($dir, $mode); } /** * Helper function for directory creation * * @param string $dir * @param int $mode * @return bool * @access private */ private function mkdir_helper($dir, $mode) { // send SSH_FXP_MKDIR without any attributes (that's what the \0\0\0\0 is doing) if (!$this->send_sftp_packet(NET_SFTP_MKDIR, Strings::packSSH2('s', $dir) . "\0\0\0\0")) { return false; } $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); return false; } if ($mode !== -1) { $this->chmod($mode, $dir); } return true; } /** * Removes a directory. * * @param string $dir * @throws \UnexpectedValueException on receipt of unexpected packets * @return bool * @access public */ public function rmdir($dir) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $dir = $this->realpath($dir); if ($dir === false) { return false; } if (!$this->send_sftp_packet(NET_SFTP_RMDIR, Strings::packSSH2('s', $dir))) { return false; } $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { // presumably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED? $this->logError($response, $status); return false; } $this->remove_from_stat_cache($dir); // the following will do a soft delete, which would be useful if you deleted a file // and then tried to do a stat on the deleted file. the above, in contrast, does // a hard delete //$this->update_stat_cache($dir, false); return true; } /** * Uploads a file to the SFTP server. * * By default, \phpseclib3\Net\SFTP::put() does not read from the local filesystem. $data is dumped directly into $remote_file. * So, for example, if you set $data to 'filename.ext' and then do \phpseclib3\Net\SFTP::get(), you will get a file, twelve bytes * long, containing 'filename.ext' as its contents. * * Setting $mode to self::SOURCE_LOCAL_FILE will change the above behavior. With self::SOURCE_LOCAL_FILE, $remote_file will * contain as many bytes as filename.ext does on your local filesystem. If your filename.ext is 1MB then that is how * large $remote_file will be, as well. * * Setting $mode to self::SOURCE_CALLBACK will use $data as callback function, which gets only one parameter -- number of bytes to return, and returns a string if there is some data or null if there is no more data * * If $data is a resource then it'll be used as a resource instead. * * Currently, only binary mode is supported. As such, if the line endings need to be adjusted, you will need to take * care of that, yourself. * * $mode can take an additional two parameters - self::RESUME and self::RESUME_START. These are bitwise AND'd with * $mode. So if you want to resume upload of a 300mb file on the local file system you'd set $mode to the following: * * self::SOURCE_LOCAL_FILE | self::RESUME * * If you wanted to simply append the full contents of a local file to the full contents of a remote file you'd replace * self::RESUME with self::RESUME_START. * * If $mode & (self::RESUME | self::RESUME_START) then self::RESUME_START will be assumed. * * $start and $local_start give you more fine grained control over this process and take precident over self::RESUME * when they're non-negative. ie. $start could let you write at the end of a file (like self::RESUME) or in the middle * of one. $local_start could let you start your reading from the end of a file (like self::RESUME_START) or in the * middle of one. * * Setting $local_start to > 0 or $mode | self::RESUME_START doesn't do anything unless $mode | self::SOURCE_LOCAL_FILE. * * {@internal ASCII mode for SFTPv4/5/6 can be supported by adding a new function - \phpseclib3\Net\SFTP::setMode().} * * @param string $remote_file * @param string|resource $data * @param int $mode * @param int $start * @param int $local_start * @param callable|null $progressCallback * @throws \UnexpectedValueException on receipt of unexpected packets * @throws \BadFunctionCallException if you're uploading via a callback and the callback function is invalid * @throws \phpseclib3\Exception\FileNotFoundException if you're uploading via a file and the file doesn't exist * @return bool * @access public */ public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $progressCallback = null) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $remote_file = $this->realpath($remote_file); if ($remote_file === false) { return false; } $flags = NET_SFTP_OPEN_WRITE | NET_SFTP_OPEN_CREATE; // according to the SFTP specs, NET_SFTP_OPEN_APPEND should "force all writes to append data at the end of the file." // in practice, it doesn't seem to do that. //$flags|= ($mode & self::RESUME) ? NET_SFTP_OPEN_APPEND : NET_SFTP_OPEN_TRUNCATE; if ($start >= 0) { $offset = $start; } elseif ($mode & self::RESUME) { // if NET_SFTP_OPEN_APPEND worked as it should _size() wouldn't need to be called $size = $this->stat($remote_file)['size']; $offset = $size !== false ? $size : 0; } else { $offset = 0; $flags|= NET_SFTP_OPEN_TRUNCATE; } $this->remove_from_stat_cache($remote_file); $packet = Strings::packSSH2('sNN', $remote_file, $flags, 0); if (!$this->send_sftp_packet(NET_SFTP_OPEN, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: $handle = substr($response, 4); break; case NET_SFTP_STATUS: $this->logError($response); return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_HANDLE or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.2.3 $dataCallback = false; switch (true) { case $mode & self::SOURCE_CALLBACK: if (!is_callable($data)) { throw new \BadFunctionCallException("\$data should be is_callable() if you specify SOURCE_CALLBACK flag"); } $dataCallback = $data; // do nothing break; case is_resource($data): $mode = $mode & ~self::SOURCE_LOCAL_FILE; $info = stream_get_meta_data($data); if ($info['wrapper_type'] == 'PHP' && $info['stream_type'] == 'Input') { $fp = fopen('php://memory', 'w+'); stream_copy_to_stream($data, $fp); rewind($fp); } else { $fp = $data; } break; case $mode & self::SOURCE_LOCAL_FILE: if (!is_file($data)) { throw new FileNotFoundException("$data is not a valid file"); } $fp = @fopen($data, 'rb'); if (!$fp) { return false; } } if (isset($fp)) { $stat = fstat($fp); $size = !empty($stat) ? $stat['size'] : 0; if ($local_start >= 0) { fseek($fp, $local_start); $size-= $local_start; } } elseif ($dataCallback) { $size = 0; } else { $size = strlen($data); } $sent = 0; $size = $size < 0 ? ($size & 0x7FFFFFFF) + 0x80000000 : $size; $sftp_packet_size = $this->max_sftp_packet; // make the SFTP packet be exactly the SFTP packet size by including the bytes in the NET_SFTP_WRITE packets "header" $sftp_packet_size-= strlen($handle) + 25; $i = $j = 0; while ($dataCallback || ($size === 0 || $sent < $size)) { if ($dataCallback) { $temp = $dataCallback($sftp_packet_size); if (is_null($temp)) { break; } } else { $temp = isset($fp) ? fread($fp, $sftp_packet_size) : substr($data, $sent, $sftp_packet_size); if ($temp === false || $temp === '') { break; } } $subtemp = $offset + $sent; $packet = pack('Na*N3a*', strlen($handle), $handle, $subtemp / 4294967296, $subtemp, strlen($temp), $temp); if (!$this->send_sftp_packet(NET_SFTP_WRITE, $packet, $j)) { if ($mode & self::SOURCE_LOCAL_FILE) { fclose($fp); } return false; } $sent+= strlen($temp); if (is_callable($progressCallback)) { $progressCallback($sent); } $i++; $j++; if ($i == NET_SFTP_UPLOAD_QUEUE_SIZE) { if (!$this->read_put_responses($i)) { $i = 0; break; } $i = 0; } } if (!$this->read_put_responses($i)) { if ($mode & self::SOURCE_LOCAL_FILE) { fclose($fp); } $this->close_handle($handle); return false; } if ($mode & self::SOURCE_LOCAL_FILE) { if ($this->preserveTime) { $stat = fstat($fp); $this->touch($remote_file, $stat['mtime'], $stat['atime']); } if (isset($fp) && is_resource($fp)) { fclose($fp); } } return $this->close_handle($handle); } /** * Reads multiple successive SSH_FXP_WRITE responses * * Sending an SSH_FXP_WRITE packet and immediately reading its response isn't as efficient as blindly sending out $i * SSH_FXP_WRITEs, in succession, and then reading $i responses. * * @param int $i * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @access private */ private function read_put_responses($i) { while ($i--) { $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); break; } } return $i < 0; } /** * Close handle * * @param string $handle * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @access private */ private function close_handle($handle) { if (!$this->send_sftp_packet(NET_SFTP_CLOSE, pack('Na*', strlen($handle), $handle))) { return false; } // "The client MUST release all resources associated with the handle regardless of the status." // -- http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.1.3 $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); return false; } return true; } /** * Downloads a file from the SFTP server. * * Returns a string containing the contents of $remote_file if $local_file is left undefined or a boolean false if * the operation was unsuccessful. If $local_file is defined, returns true or false depending on the success of the * operation. * * $offset and $length can be used to download files in chunks. * * @param string $remote_file * @param string|bool|resource|callable $local_file * @param int $offset * @param int $length * @param callable|null $progressCallback * @throws \UnexpectedValueException on receipt of unexpected packets * @return mixed * @access public */ public function get($remote_file, $local_file = false, $offset = 0, $length = -1, $progressCallback = null) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $remote_file = $this->realpath($remote_file); if ($remote_file === false) { return false; } $packet = pack('Na*N2', strlen($remote_file), $remote_file, NET_SFTP_OPEN_READ, 0); if (!$this->send_sftp_packet(NET_SFTP_OPEN, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: $handle = substr($response, 4); break; case NET_SFTP_STATUS: // presumably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED $this->logError($response); return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_HANDLE or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } if (is_resource($local_file)) { $fp = $local_file; $stat = fstat($fp); $res_offset = $stat['size']; } else { $res_offset = 0; if ($local_file !== false && !is_callable($local_file)) { $fp = fopen($local_file, 'wb'); if (!$fp) { return false; } } else { $content = ''; } } $fclose_check = $local_file !== false && !is_callable($local_file) && !is_resource($local_file); $start = $offset; $read = 0; while (true) { $i = 0; while ($i < NET_SFTP_QUEUE_SIZE && ($length < 0 || $read < $length)) { $tempoffset = $start + $read; $packet_size = $length > 0 ? min($this->max_sftp_packet, $length - $read) : $this->max_sftp_packet; $packet = Strings::packSSH2('sN3', $handle, $tempoffset / 4294967296, $tempoffset, $packet_size); if (!$this->send_sftp_packet(NET_SFTP_READ, $packet, $i)) { if ($fclose_check) { fclose($fp); } return false; } $packet = null; $read+= $packet_size; $i++; } if (!$i) { break; } $packets_sent = $i - 1; $clear_responses = false; while ($i > 0) { $i--; if ($clear_responses) { $this->get_sftp_packet($packets_sent - $i); continue; } else { $response = $this->get_sftp_packet($packets_sent - $i); } switch ($this->packet_type) { case NET_SFTP_DATA: $temp = substr($response, 4); $offset+= strlen($temp); if ($local_file === false) { $content.= $temp; } elseif (is_callable($local_file)) { $local_file($temp); } else { fputs($fp, $temp); } if (is_callable($progressCallback)) { call_user_func($progressCallback, $offset); } $temp = null; break; case NET_SFTP_STATUS: // could, in theory, return false if !strlen($content) but we'll hold off for the time being $this->logError($response); $clear_responses = true; // don't break out of the loop yet, so we can read the remaining responses break; default: if ($fclose_check) { fclose($fp); } throw new \UnexpectedValueException('Expected NET_SFTP_DATA or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } $response = null; } if ($clear_responses) { break; } } if ($length > 0 && $length <= $offset - $start) { if ($local_file === false) { $content = substr($content, 0, $length); } else { ftruncate($fp, $length + $res_offset); } } if ($fclose_check) { fclose($fp); if ($this->preserveTime) { $stat = $this->stat($remote_file); touch($local_file, $stat['mtime'], $stat['atime']); } } if (!$this->close_handle($handle)) { return false; } // if $content isn't set that means a file was written to return isset($content) ? $content : true; } /** * Deletes a file on the SFTP server. * * @param string $path * @param bool $recursive * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @access public */ public function delete($path, $recursive = true) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } if (is_object($path)) { // It's an object. Cast it as string before we check anything else. $path = (string) $path; } if (!is_string($path) || $path == '') { return false; } $path = $this->realpath($path); if ($path === false) { return false; } // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.3 if (!$this->send_sftp_packet(NET_SFTP_REMOVE, pack('Na*', strlen($path), $path))) { return false; } $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } // if $status isn't SSH_FX_OK it's probably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); if (!$recursive) { return false; } $i = 0; $result = $this->delete_recursive($path, $i); $this->read_put_responses($i); return $result; } $this->remove_from_stat_cache($path); return true; } /** * Recursively deletes directories on the SFTP server * * Minimizes directory lookups and SSH_FXP_STATUS requests for speed. * * @param string $path * @param int $i * @return bool * @access private */ private function delete_recursive($path, &$i) { if (!$this->read_put_responses($i)) { return false; } $i = 0; $entries = $this->readlist($path, true); // normally $entries would have at least . and .. but it might not if the directories // permissions didn't allow reading if (empty($entries)) { return false; } unset($entries['.'], $entries['..']); foreach ($entries as $filename => $props) { if (!isset($props['type'])) { return false; } $temp = $path . '/' . $filename; if ($props['type'] == NET_SFTP_TYPE_DIRECTORY) { if (!$this->delete_recursive($temp, $i)) { return false; } } else { if (!$this->send_sftp_packet(NET_SFTP_REMOVE, Strings::packSSH2('s', $temp))) { return false; } $this->remove_from_stat_cache($temp); $i++; if ($i >= NET_SFTP_QUEUE_SIZE) { if (!$this->read_put_responses($i)) { return false; } $i = 0; } } } if (!$this->send_sftp_packet(NET_SFTP_RMDIR, Strings::packSSH2('s', $path))) { return false; } $this->remove_from_stat_cache($path); $i++; if ($i >= NET_SFTP_QUEUE_SIZE) { if (!$this->read_put_responses($i)) { return false; } $i = 0; } return true; } /** * Checks whether a file or directory exists * * @param string $path * @return bool * @access public */ public function file_exists($path) { if ($this->use_stat_cache) { $path = $this->realpath($path); $result = $this->query_stat_cache($path); if (isset($result)) { // return true if $result is an array or if it's an stdClass object return $result !== false; } } return $this->stat($path) !== false; } /** * Tells whether the filename is a directory * * @param string $path * @return bool * @access public */ public function is_dir($path) { $result = $this->get_stat_cache_prop($path, 'type'); if ($result === false) { return false; } return $result === NET_SFTP_TYPE_DIRECTORY; } /** * Tells whether the filename is a regular file * * @param string $path * @return bool * @access public */ public function is_file($path) { $result = $this->get_stat_cache_prop($path, 'type'); if ($result === false) { return false; } return $result === NET_SFTP_TYPE_REGULAR; } /** * Tells whether the filename is a symbolic link * * @param string $path * @return bool * @access public */ public function is_link($path) { $result = $this->get_lstat_cache_prop($path, 'type'); if ($result === false) { return false; } return $result === NET_SFTP_TYPE_SYMLINK; } /** * Tells whether a file exists and is readable * * @param string $path * @return bool * @access public */ public function is_readable($path) { $packet = Strings::packSSH2('sNN', $this->realpath($path), NET_SFTP_OPEN_READ, 0); if (!$this->send_sftp_packet(NET_SFTP_OPEN, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: return true; case NET_SFTP_STATUS: // presumably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED return false; default: throw new \UnexpectedValueException('Expected NET_SFTP_HANDLE or NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } } /** * Tells whether the filename is writable * * @param string $path * @return bool * @access public */ public function is_writable($path) { $packet = Strings::packSSH2('sNN', $this->realpath($path), NET_SFTP_OPEN_WRITE, 0); if (!$this->send_sftp_packet(NET_SFTP_OPEN, $packet)) { return false; } $response = $this->get_sftp_packet(); switch ($this->packet_type) { case NET_SFTP_HANDLE: return true; case NET_SFTP_STATUS: // presumably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED return false; default: throw new \UnexpectedValueException('Expected SSH_FXP_HANDLE or SSH_FXP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } } /** * Tells whether the filename is writeable * * Alias of is_writable * * @param string $path * @return bool * @access public */ public function is_writeable($path) { return $this->is_writable($path); } /** * Gets last access time of file * * @param string $path * @return mixed * @access public */ public function fileatime($path) { return $this->get_stat_cache_prop($path, 'atime'); } /** * Gets file modification time * * @param string $path * @return mixed * @access public */ public function filemtime($path) { return $this->get_stat_cache_prop($path, 'mtime'); } /** * Gets file permissions * * @param string $path * @return mixed * @access public */ public function fileperms($path) { return $this->get_stat_cache_prop($path, 'mode'); } /** * Gets file owner * * @param string $path * @return mixed * @access public */ public function fileowner($path) { return $this->get_stat_cache_prop($path, 'uid'); } /** * Gets file group * * @param string $path * @return mixed * @access public */ public function filegroup($path) { return $this->get_stat_cache_prop($path, 'gid'); } /** * Gets file size * * @param string $path * @return mixed * @access public */ public function filesize($path) { return $this->get_stat_cache_prop($path, 'size'); } /** * Gets file type * * @param string $path * @return mixed * @access public */ public function filetype($path) { $type = $this->get_stat_cache_prop($path, 'type'); if ($type === false) { return false; } switch ($type) { case NET_SFTP_TYPE_BLOCK_DEVICE: return 'block'; case NET_SFTP_TYPE_CHAR_DEVICE: return 'char'; case NET_SFTP_TYPE_DIRECTORY: return 'dir'; case NET_SFTP_TYPE_FIFO: return 'fifo'; case NET_SFTP_TYPE_REGULAR: return 'file'; case NET_SFTP_TYPE_SYMLINK: return 'link'; default: return false; } } /** * Return a stat properity * * Uses cache if appropriate. * * @param string $path * @param string $prop * @return mixed * @access private */ private function get_stat_cache_prop($path, $prop) { return $this->get_xstat_cache_prop($path, $prop, 'stat'); } /** * Return an lstat properity * * Uses cache if appropriate. * * @param string $path * @param string $prop * @return mixed * @access private */ private function get_lstat_cache_prop($path, $prop) { return $this->get_xstat_cache_prop($path, $prop, 'lstat'); } /** * Return a stat or lstat properity * * Uses cache if appropriate. * * @param string $path * @param string $prop * @param string $type * @return mixed * @access private */ private function get_xstat_cache_prop($path, $prop, $type) { if ($this->use_stat_cache) { $path = $this->realpath($path); $result = $this->query_stat_cache($path); if (is_object($result) && isset($result->$type)) { return $result->{$type}[$prop]; } } $result = $this->$type($path); if ($result === false || !isset($result[$prop])) { return false; } return $result[$prop]; } /** * Renames a file or a directory on the SFTP server * * @param string $oldname * @param string $newname * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @access public */ public function rename($oldname, $newname) { if (!($this->bitmap & SSH2::MASK_LOGIN)) { return false; } $oldname = $this->realpath($oldname); $newname = $this->realpath($newname); if ($oldname === false || $newname === false) { return false; } // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.3 $packet = Strings::packSSH2('ss', $oldname, $newname); if (!$this->send_sftp_packet(NET_SFTP_RENAME, $packet)) { return false; } $response = $this->get_sftp_packet(); if ($this->packet_type != NET_SFTP_STATUS) { throw new \UnexpectedValueException('Expected NET_SFTP_STATUS. ' . 'Got packet type: ' . $this->packet_type); } // if $status isn't SSH_FX_OK it's probably SSH_FX_NO_SUCH_FILE or SSH_FX_PERMISSION_DENIED list($status) = Strings::unpackSSH2('N', $response); if ($status != NET_SFTP_STATUS_OK) { $this->logError($response, $status); return false; } // don't move the stat cache entry over since this operation could very well change the // atime and mtime attributes //$this->update_stat_cache($newname, $this->query_stat_cache($oldname)); $this->remove_from_stat_cache($oldname); $this->remove_from_stat_cache($newname); return true; } /** * Parse Attributes * * See '7. File Attributes' of draft-ietf-secsh-filexfer-13 for more info. * * @param string $response * @return array * @access private */ protected function parseAttributes(&$response) { $attr = []; list($flags) = Strings::unpackSSH2('N', $response); // SFTPv4+ have a type field (a byte) that follows the above flag field foreach ($this->attributes as $key => $value) { switch ($flags & $key) { case NET_SFTP_ATTR_SIZE: // 0x00000001 // The size attribute is defined as an unsigned 64-bit integer. // The following will use floats on 32-bit platforms, if necessary. // As can be seen in the BigInteger class, floats are generally // IEEE 754 binary64 "double precision" on such platforms and // as such can represent integers of at least 2^50 without loss // of precision. Interpreted in filesize, 2^50 bytes = 1024 TiB. list($upper, $size) = Strings::unpackSSH2('NN', $response); $attr['size'] = $upper ? 4294967296 * $upper : 0; $attr['size']+= $size < 0 ? ($size & 0x7FFFFFFF) + 0x80000000 : $size; break; case NET_SFTP_ATTR_UIDGID: // 0x00000002 (SFTPv3 only) list($attr['uid'], $attr['gid']) = Strings::unpackSSH2('NN', $response); break; case NET_SFTP_ATTR_PERMISSIONS: // 0x00000004 list($attr['mode']) = Strings::unpackSSH2('N', $response); $fileType = $this->parseMode($attr['mode']); if ($fileType !== false) { $attr+= ['type' => $fileType]; } break; case NET_SFTP_ATTR_ACCESSTIME: // 0x00000008 list($attr['atime'], $attr['mtime']) = Strings::unpackSSH2('NN', $response); break; case NET_SFTP_ATTR_EXTENDED: // 0x80000000 list($count) = Strings::unpackSSH2('N', $response); for ($i = 0; $i < $count; $i++) { list($key, $value) = Strings::unpackSSH2('ss', $response); $attr[$key] = $value; } } } return $attr; } /** * Attempt to identify the file type * * Quoting the SFTP RFC, "Implementations MUST NOT send bits that are not defined" but they seem to anyway * * @param int $mode * @return int * @access private */ private function parseMode($mode) { // values come from http://lxr.free-electrons.com/source/include/uapi/linux/stat.h#L12 // see, also, http://linux.die.net/man/2/stat switch ($mode & 0170000) {// ie. 1111 0000 0000 0000 case 0000000: // no file type specified - figure out the file type using alternative means return false; case 0040000: return NET_SFTP_TYPE_DIRECTORY; case 0100000: return NET_SFTP_TYPE_REGULAR; case 0120000: return NET_SFTP_TYPE_SYMLINK; // new types introduced in SFTPv5+ // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-05#section-5.2 case 0010000: // named pipe (fifo) return NET_SFTP_TYPE_FIFO; case 0020000: // character special return NET_SFTP_TYPE_CHAR_DEVICE; case 0060000: // block special return NET_SFTP_TYPE_BLOCK_DEVICE; case 0140000: // socket return NET_SFTP_TYPE_SOCKET; case 0160000: // whiteout // "SPECIAL should be used for files that are of // a known type which cannot be expressed in the protocol" return NET_SFTP_TYPE_SPECIAL; default: return NET_SFTP_TYPE_UNKNOWN; } } /** * Parse Longname * * SFTPv3 doesn't provide any easy way of identifying a file type. You could try to open * a file as a directory and see if an error is returned or you could try to parse the * SFTPv3-specific longname field of the SSH_FXP_NAME packet. That's what this function does. * The result is returned using the * {@link http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-5.2 SFTPv4 type constants}. * * If the longname is in an unrecognized format bool(false) is returned. * * @param string $longname * @return mixed * @access private */ private function parseLongname($longname) { // http://en.wikipedia.org/wiki/Unix_file_types // http://en.wikipedia.org/wiki/Filesystem_permissions#Notation_of_traditional_Unix_permissions if (preg_match('#^[^/]([r-][w-][xstST-]){3}#', $longname)) { switch ($longname[0]) { case '-': return NET_SFTP_TYPE_REGULAR; case 'd': return NET_SFTP_TYPE_DIRECTORY; case 'l': return NET_SFTP_TYPE_SYMLINK; default: return NET_SFTP_TYPE_SPECIAL; } } return false; } /** * Sends SFTP Packets * * See '6. General Packet Format' of draft-ietf-secsh-filexfer-13 for more info. * * @param int $type * @param string $data * @param int $request_id * @see self::_get_sftp_packet() * @see self::send_channel_packet() * @return bool * @access private */ private function send_sftp_packet($type, $data, $request_id = 1) { // in SSH2.php the timeout is cumulative per function call. eg. exec() will // timeout after 10s. but for SFTP.php it's cumulative per packet $this->curTimeout = $this->timeout; $packet = $this->use_request_id ? pack('NCNa*', strlen($data) + 5, $type, $request_id, $data) : pack('NCa*', strlen($data) + 1, $type, $data); $start = microtime(true); $result = $this->send_channel_packet(self::CHANNEL, $packet); $stop = microtime(true); if (defined('NET_SFTP_LOGGING')) { $packet_type = '-> ' . $this->packet_types[$type] . ' (' . round($stop - $start, 4) . 's)'; if (NET_SFTP_LOGGING == self::LOG_REALTIME) { switch (PHP_SAPI) { case 'cli': $start = $stop = "\r\n"; break; default: $start = '
';
                        $stop = '
'; } echo $start . $this->format_log([$data], [$packet_type]) . $stop; @flush(); @ob_flush(); } else { $this->packet_type_log[] = $packet_type; if (NET_SFTP_LOGGING == self::LOG_COMPLEX) { $this->packet_log[] = $data; } } } return $result; } /** * Resets a connection for re-use * * @param int $reason * @access private */ protected function reset_connection($reason) { parent::reset_connection($reason); $this->use_request_id = false; $this->pwd = false; $this->requestBuffer = []; } /** * Receives SFTP Packets * * See '6. General Packet Format' of draft-ietf-secsh-filexfer-13 for more info. * * Incidentally, the number of SSH_MSG_CHANNEL_DATA messages has no bearing on the number of SFTP packets present. * There can be one SSH_MSG_CHANNEL_DATA messages containing two SFTP packets or there can be two SSH_MSG_CHANNEL_DATA * messages containing one SFTP packet. * * @see self::_send_sftp_packet() * @return string * @access private */ private function get_sftp_packet($request_id = null) { if (isset($request_id) && isset($this->requestBuffer[$request_id])) { $this->packet_type = $this->requestBuffer[$request_id]['packet_type']; $temp = $this->requestBuffer[$request_id]['packet']; unset($this->requestBuffer[$request_id]); return $temp; } // in SSH2.php the timeout is cumulative per function call. eg. exec() will // timeout after 10s. but for SFTP.php it's cumulative per packet $this->curTimeout = $this->timeout; $start = microtime(true); // SFTP packet length while (strlen($this->packet_buffer) < 4) { $temp = $this->get_channel_packet(self::CHANNEL, true); if (is_bool($temp)) { $this->packet_type = false; $this->packet_buffer = ''; return false; } $this->packet_buffer.= $temp; } if (strlen($this->packet_buffer) < 4) { return false; } extract(unpack('Nlength', Strings::shift($this->packet_buffer, 4))); /** @var integer $length */ $tempLength = $length; $tempLength-= strlen($this->packet_buffer); // 256 * 1024 is what SFTP_MAX_MSG_LENGTH is set to in OpenSSH's sftp-common.h if ($tempLength > 256 * 1024) { throw new \RuntimeException('Invalid Size'); } // SFTP packet type and data payload while ($tempLength > 0) { $temp = $this->get_channel_packet(self::CHANNEL, true); if (is_bool($temp)) { $this->packet_type = false; $this->packet_buffer = ''; return false; } $this->packet_buffer.= $temp; $tempLength-= strlen($temp); } $stop = microtime(true); $this->packet_type = ord(Strings::shift($this->packet_buffer)); if ($this->use_request_id) { extract(unpack('Npacket_id', Strings::shift($this->packet_buffer, 4))); // remove the request id $length-= 5; // account for the request id and the packet type } else { $length-= 1; // account for the packet type } $packet = Strings::shift($this->packet_buffer, $length); if (defined('NET_SFTP_LOGGING')) { $packet_type = '<- ' . $this->packet_types[$this->packet_type] . ' (' . round($stop - $start, 4) . 's)'; if (NET_SFTP_LOGGING == self::LOG_REALTIME) { switch (PHP_SAPI) { case 'cli': $start = $stop = "\r\n"; break; default: $start = '
';
                        $stop = '
'; } echo $start . $this->format_log([$packet], [$packet_type]) . $stop; @flush(); @ob_flush(); } else { $this->packet_type_log[] = $packet_type; if (NET_SFTP_LOGGING == self::LOG_COMPLEX) { $this->packet_log[] = $packet; } } } if (isset($request_id) && $this->use_request_id && $packet_id != $request_id) { $this->requestBuffer[$packet_id] = array( 'packet_type' => $this->packet_type, 'packet' => $packet ); return $this->get_sftp_packet($request_id); } return $packet; } /** * Returns a log of the packets that have been sent and received. * * Returns a string if NET_SFTP_LOGGING == self::LOG_COMPLEX, an array if NET_SFTP_LOGGING == self::LOG_SIMPLE and false if !defined('NET_SFTP_LOGGING') * * @access public * @return array|string */ public function getSFTPLog() { if (!defined('NET_SFTP_LOGGING')) { return false; } switch (NET_SFTP_LOGGING) { case self::LOG_COMPLEX: return $this->format_log($this->packet_log, $this->packet_type_log); break; //case self::LOG_SIMPLE: default: return $this->packet_type_log; } } /** * Returns all errors * * @return array * @access public */ public function getSFTPErrors() { return $this->sftp_errors; } /** * Returns the last error * * @return string * @access public */ public function getLastSFTPError() { return count($this->sftp_errors) ? $this->sftp_errors[count($this->sftp_errors) - 1] : ''; } /** * Get supported SFTP versions * * @return array * @access public */ public function getSupportedVersions() { $temp = ['version' => $this->version]; if (isset($this->extensions['versions'])) { $temp['extensions'] = $this->extensions['versions']; } return $temp; } /** * Disconnect * * @param int $reason * @return bool * @access protected */ protected function disconnect_helper($reason) { $this->pwd = false; parent::disconnect_helper($reason); } /** * Enable Date Preservation * * @access public */ function enableDatePreservation() { $this->preserveTime = true; } /** * Disable Date Preservation * * @access public */ function disableDatePreservation() { $this->preserveTime = false; } } PK5 ZMGH1vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.phpnu[ * login('username', 'password')) { * exit('Login Failed'); * } * * echo $ssh->exec('pwd'); * echo $ssh->exec('ls -la'); * ?> * * * * login('username', $key)) { * exit('Login Failed'); * } * * echo $ssh->read('username@username:~$'); * $ssh->write("ls -la\n"); * echo $ssh->read('username@username:~$'); * ?> * * * @category Net * @package SSH2 * @author Jim Wigginton * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Net; use phpseclib3\Crypt\Blowfish; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\Random; use phpseclib3\Crypt\RC4; use phpseclib3\Crypt\Rijndael; use phpseclib3\Crypt\Common\PrivateKey; use phpseclib3\Crypt\RSA; use phpseclib3\Crypt\DSA; use phpseclib3\Crypt\EC; use phpseclib3\Crypt\DH; use phpseclib3\Crypt\TripleDES; use phpseclib3\Crypt\Twofish; use phpseclib3\Crypt\ChaCha20; use phpseclib3\Math\BigInteger; // Used to do Diffie-Hellman key exchange and DSA/RSA signature verification. use phpseclib3\System\SSH\Agent; use phpseclib3\System\SSH\Agent\Identity as AgentIdentity; use phpseclib3\Exception\NoSupportedAlgorithmsException; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\Exception\UnsupportedCurveException; use phpseclib3\Exception\ConnectionClosedException; use phpseclib3\Exception\UnableToConnectException; use phpseclib3\Exception\InsufficientSetupException; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\AsymmetricKey; /** * Pure-PHP implementation of SSHv2. * * @package SSH2 * @author Jim Wigginton * @access public */ class SSH2 { // Execution Bitmap Masks const MASK_CONSTRUCTOR = 0x00000001; const MASK_CONNECTED = 0x00000002; const MASK_LOGIN_REQ = 0x00000004; const MASK_LOGIN = 0x00000008; const MASK_SHELL = 0x00000010; const MASK_WINDOW_ADJUST = 0x00000020; /* * Channel constants * * RFC4254 refers not to client and server channels but rather to sender and recipient channels. we don't refer * to them in that way because RFC4254 toggles the meaning. the client sends a SSH_MSG_CHANNEL_OPEN message with * a sender channel and the server sends a SSH_MSG_CHANNEL_OPEN_CONFIRMATION in response, with a sender and a * recipient channel. at first glance, you might conclude that SSH_MSG_CHANNEL_OPEN_CONFIRMATION's sender channel * would be the same thing as SSH_MSG_CHANNEL_OPEN's sender channel, but it's not, per this snippet: * The 'recipient channel' is the channel number given in the original * open request, and 'sender channel' is the channel number allocated by * the other side. * * @see \phpseclib3\Net\SSH2::send_channel_packet() * @see \phpseclib3\Net\SSH2::get_channel_packet() * @access private */ const CHANNEL_EXEC = 1; // PuTTy uses 0x100 const CHANNEL_SHELL = 2; const CHANNEL_SUBSYSTEM = 3; const CHANNEL_AGENT_FORWARD = 4; const CHANNEL_KEEP_ALIVE = 5; /** * Returns the message numbers * * @access public * @see \phpseclib3\Net\SSH2::getLog() */ const LOG_SIMPLE = 1; /** * Returns the message content * * @access public * @see \phpseclib3\Net\SSH2::getLog() */ const LOG_COMPLEX = 2; /** * Outputs the content real-time * * @access public * @see \phpseclib3\Net\SSH2::getLog() */ const LOG_REALTIME = 3; /** * Dumps the content real-time to a file * * @access public * @see \phpseclib3\Net\SSH2::getLog() */ const LOG_REALTIME_FILE = 4; /** * Make sure that the log never gets larger than this * * @access public * @see \phpseclib3\Net\SSH2::getLog() */ const LOG_MAX_SIZE = 1048576; // 1024 * 1024 /** * Returns when a string matching $expect exactly is found * * @access public * @see \phpseclib3\Net\SSH2::read() */ const READ_SIMPLE = 1; /** * Returns when a string matching the regular expression $expect is found * * @access public * @see \phpseclib3\Net\SSH2::read() */ const READ_REGEX = 2; /** * Returns whenever a data packet is received. * * Some data packets may only contain a single character so it may be necessary * to call read() multiple times when using this option * * @access public * @see \phpseclib3\Net\SSH2::read() */ const READ_NEXT = 3; /** * The SSH identifier * * @var string * @access private */ private $identifier; /** * The Socket Object * * @var object * @access private */ public $fsock; /** * Execution Bitmap * * The bits that are set represent functions that have been called already. This is used to determine * if a requisite function has been successfully executed. If not, an error should be thrown. * * @var int * @access private */ protected $bitmap = 0; /** * Error information * * @see self::getErrors() * @see self::getLastError() * @var array * @access private */ private $errors = []; /** * Server Identifier * * @see self::getServerIdentification() * @var array|false * @access private */ private $server_identifier = false; /** * Key Exchange Algorithms * * @see self::getKexAlgorithims() * @var array|false * @access private */ private $kex_algorithms = false; /** * Key Exchange Algorithm * * @see self::getMethodsNegotiated() * @var string|false * @access private */ private $kex_algorithm = false; /** * Minimum Diffie-Hellman Group Bit Size in RFC 4419 Key Exchange Methods * * @see self::_key_exchange() * @var int * @access private */ private $kex_dh_group_size_min = 1536; /** * Preferred Diffie-Hellman Group Bit Size in RFC 4419 Key Exchange Methods * * @see self::_key_exchange() * @var int * @access private */ private $kex_dh_group_size_preferred = 2048; /** * Maximum Diffie-Hellman Group Bit Size in RFC 4419 Key Exchange Methods * * @see self::_key_exchange() * @var int * @access private */ private $kex_dh_group_size_max = 4096; /** * Server Host Key Algorithms * * @see self::getServerHostKeyAlgorithms() * @var array|false * @access private */ private $server_host_key_algorithms = false; /** * Encryption Algorithms: Client to Server * * @see self::getEncryptionAlgorithmsClient2Server() * @var array|false * @access private */ private $encryption_algorithms_client_to_server = false; /** * Encryption Algorithms: Server to Client * * @see self::getEncryptionAlgorithmsServer2Client() * @var array|false * @access private */ private $encryption_algorithms_server_to_client = false; /** * MAC Algorithms: Client to Server * * @see self::getMACAlgorithmsClient2Server() * @var array|false * @access private */ private $mac_algorithms_client_to_server = false; /** * MAC Algorithms: Server to Client * * @see self::getMACAlgorithmsServer2Client() * @var array|false * @access private */ private $mac_algorithms_server_to_client = false; /** * Compression Algorithms: Client to Server * * @see self::getCompressionAlgorithmsClient2Server() * @var array|false * @access private */ private $compression_algorithms_client_to_server = false; /** * Compression Algorithms: Server to Client * * @see self::getCompressionAlgorithmsServer2Client() * @var array|false * @access private */ private $compression_algorithms_server_to_client = false; /** * Languages: Server to Client * * @see self::getLanguagesServer2Client() * @var array|false * @access private */ private $languages_server_to_client = false; /** * Languages: Client to Server * * @see self::getLanguagesClient2Server() * @var array|false * @access private */ private $languages_client_to_server = false; /** * Preferred Algorithms * * @see self::setPreferredAlgorithms() * @var array * @access private */ private $preferred = []; /** * Block Size for Server to Client Encryption * * "Note that the length of the concatenation of 'packet_length', * 'padding_length', 'payload', and 'random padding' MUST be a multiple * of the cipher block size or 8, whichever is larger. This constraint * MUST be enforced, even when using stream ciphers." * * -- http://tools.ietf.org/html/rfc4253#section-6 * * @see self::__construct() * @see self::_send_binary_packet() * @var int * @access private */ private $encrypt_block_size = 8; /** * Block Size for Client to Server Encryption * * @see self::__construct() * @see self::_get_binary_packet() * @var int * @access private */ private $decrypt_block_size = 8; /** * Server to Client Encryption Object * * @see self::_get_binary_packet() * @var object * @access private */ private $decrypt = false; /** * Server to Client Length Encryption Object * * @see self::_get_binary_packet() * @var object * @access private */ private $lengthDecrypt = false; /** * Client to Server Encryption Object * * @see self::_send_binary_packet() * @var object * @access private */ private $encrypt = false; /** * Client to Server Length Encryption Object * * @see self::_send_binary_packet() * @var object * @access private */ private $lengthEncrypt = false; /** * Client to Server HMAC Object * * @see self::_send_binary_packet() * @var object * @access private */ private $hmac_create = false; /** * Server to Client HMAC Object * * @see self::_get_binary_packet() * @var object * @access private */ private $hmac_check = false; /** * Size of server to client HMAC * * We need to know how big the HMAC will be for the server to client direction so that we know how many bytes to read. * For the client to server side, the HMAC object will make the HMAC as long as it needs to be. All we need to do is * append it. * * @see self::_get_binary_packet() * @var int * @access private */ private $hmac_size = false; /** * Server Public Host Key * * @see self::getServerPublicHostKey() * @var string * @access private */ private $server_public_host_key; /** * Session identifier * * "The exchange hash H from the first key exchange is additionally * used as the session identifier, which is a unique identifier for * this connection." * * -- http://tools.ietf.org/html/rfc4253#section-7.2 * * @see self::_key_exchange() * @var string * @access private */ private $session_id = false; /** * Exchange hash * * The current exchange hash * * @see self::_key_exchange() * @var string * @access private */ private $exchange_hash = false; /** * Message Numbers * * @see self::__construct() * @var array * @access private */ private $message_numbers = []; /** * Disconnection Message 'reason codes' defined in RFC4253 * * @see self::__construct() * @var array * @access private */ private $disconnect_reasons = []; /** * SSH_MSG_CHANNEL_OPEN_FAILURE 'reason codes', defined in RFC4254 * * @see self::__construct() * @var array * @access private */ private $channel_open_failure_reasons = []; /** * Terminal Modes * * @link http://tools.ietf.org/html/rfc4254#section-8 * @see self::__construct() * @var array * @access private */ private $terminal_modes = []; /** * SSH_MSG_CHANNEL_EXTENDED_DATA's data_type_codes * * @link http://tools.ietf.org/html/rfc4254#section-5.2 * @see self::__construct() * @var array * @access private */ private $channel_extended_data_type_codes = []; /** * Send Sequence Number * * See 'Section 6.4. Data Integrity' of rfc4253 for more info. * * @see self::_send_binary_packet() * @var int * @access private */ private $send_seq_no = 0; /** * Get Sequence Number * * See 'Section 6.4. Data Integrity' of rfc4253 for more info. * * @see self::_get_binary_packet() * @var int * @access private */ private $get_seq_no = 0; /** * Server Channels * * Maps client channels to server channels * * @see self::get_channel_packet() * @see self::exec() * @var array * @access private */ protected $server_channels = []; /** * Channel Buffers * * If a client requests a packet from one channel but receives two packets from another those packets should * be placed in a buffer * * @see self::get_channel_packet() * @see self::exec() * @var array * @access private */ private $channel_buffers = []; /** * Channel Status * * Contains the type of the last sent message * * @see self::get_channel_packet() * @var array * @access private */ protected $channel_status = []; /** * Packet Size * * Maximum packet size indexed by channel * * @see self::send_channel_packet() * @var array * @access private */ private $packet_size_client_to_server = []; /** * Message Number Log * * @see self::getLog() * @var array * @access private */ private $message_number_log = []; /** * Message Log * * @see self::getLog() * @var array * @access private */ private $message_log = []; /** * The Window Size * * Bytes the other party can send before it must wait for the window to be adjusted (0x7FFFFFFF = 2GB) * * @var int * @see self::send_channel_packet() * @see self::exec() * @access private */ protected $window_size = 0x7FFFFFFF; /** * What we resize the window to * * When PuTTY resizes the window it doesn't add an additional 0x7FFFFFFF bytes - it adds 0x40000000 bytes. * Some SFTP clients (GoAnywhere) don't support adding 0x7FFFFFFF to the window size after the fact so * we'll just do what PuTTY does * * @var int * @see self::_send_channel_packet() * @see self::exec() * @access private */ var $window_resize = 0x40000000; /** * Window size, server to client * * Window size indexed by channel * * @see self::send_channel_packet() * @var array * @access private */ protected $window_size_server_to_client = []; /** * Window size, client to server * * Window size indexed by channel * * @see self::get_channel_packet() * @var array * @access private */ private $window_size_client_to_server = []; /** * Server signature * * Verified against $this->session_id * * @see self::getServerPublicHostKey() * @var string * @access private */ private $signature = ''; /** * Server signature format * * ssh-rsa or ssh-dss. * * @see self::getServerPublicHostKey() * @var string * @access private */ private $signature_format = ''; /** * Interactive Buffer * * @see self::read() * @var array * @access private */ private $interactiveBuffer = ''; /** * Current log size * * Should never exceed self::LOG_MAX_SIZE * * @see self::_send_binary_packet() * @see self::_get_binary_packet() * @var int * @access private */ private $log_size; /** * Timeout * * @see self::setTimeout() * @access private */ protected $timeout; /** * Current Timeout * * @see self::get_channel_packet() * @access private */ protected $curTimeout; /** * Keep Alive Interval * * @see self::setKeepAlive() * @access private */ var $keepAlive; /** * Real-time log file pointer * * @see self::_append_log() * @var resource * @access private */ private $realtime_log_file; /** * Real-time log file size * * @see self::_append_log() * @var int * @access private */ private $realtime_log_size; /** * Has the signature been validated? * * @see self::getServerPublicHostKey() * @var bool * @access private */ private $signature_validated = false; /** * Real-time log file wrap boolean * * @see self::_append_log() * @access private */ private $realtime_log_wrap; /** * Flag to suppress stderr from output * * @see self::enableQuietMode() * @access private */ private $quiet_mode = false; /** * Time of first network activity * * @var int * @access private */ private $last_packet; /** * Exit status returned from ssh if any * * @var int * @access private */ private $exit_status; /** * Flag to request a PTY when using exec() * * @var bool * @see self::enablePTY() * @access private */ private $request_pty = false; /** * Flag set while exec() is running when using enablePTY() * * @var bool * @access private */ private $in_request_pty_exec = false; /** * Flag set after startSubsystem() is called * * @var bool * @access private */ private $in_subsystem; /** * Contents of stdError * * @var string * @access private */ private $stdErrorLog; /** * The Last Interactive Response * * @see self::_keyboard_interactive_process() * @var string * @access private */ private $last_interactive_response = ''; /** * Keyboard Interactive Request / Responses * * @see self::_keyboard_interactive_process() * @var array * @access private */ private $keyboard_requests_responses = []; /** * Banner Message * * Quoting from the RFC, "in some jurisdictions, sending a warning message before * authentication may be relevant for getting legal protection." * * @see self::_filter() * @see self::getBannerMessage() * @var string * @access private */ private $banner_message = ''; /** * Did read() timeout or return normally? * * @see self::isTimeout() * @var bool * @access private */ private $is_timeout = false; /** * Log Boundary * * @see self::_format_log() * @var string * @access private */ private $log_boundary = ':'; /** * Log Long Width * * @see self::_format_log() * @var int * @access private */ private $log_long_width = 65; /** * Log Short Width * * @see self::_format_log() * @var int * @access private */ private $log_short_width = 16; /** * Hostname * * @see self::__construct() * @see self::_connect() * @var string * @access private */ private $host; /** * Port Number * * @see self::__construct() * @see self::_connect() * @var int * @access private */ private $port; /** * Number of columns for terminal window size * * @see self::getWindowColumns() * @see self::setWindowColumns() * @see self::setWindowSize() * @var int * @access private */ private $windowColumns = 80; /** * Number of columns for terminal window size * * @see self::getWindowRows() * @see self::setWindowRows() * @see self::setWindowSize() * @var int * @access private */ private $windowRows = 24; /** * Crypto Engine * * @see self::setCryptoEngine() * @see self::_key_exchange() * @var int * @access private */ private static $crypto_engine = false; /** * A System_SSH_Agent for use in the SSH2 Agent Forwarding scenario * * @var \phpseclib3\System\Ssh\Agent * @access private */ private $agent; /** * Connection storage to replicates ssh2 extension functionality: * {@link http://php.net/manual/en/wrappers.ssh2.php#refsect1-wrappers.ssh2-examples} * * @var SSH2[] */ private static $connections; /** * Send the identification string first? * * @var bool * @access private */ private $send_id_string_first = true; /** * Send the key exchange initiation packet first? * * @var bool * @access private */ private $send_kex_first = true; /** * Some versions of OpenSSH incorrectly calculate the key size * * @var bool * @access private */ private $bad_key_size_fix = false; /** * Should we try to re-connect to re-establish keys? * * @var bool * @access private */ private $retry_connect = false; /** * Binary Packet Buffer * * @var string|false * @access private */ private $binary_packet_buffer = false; /** * Preferred Signature Format * * @var string|false * @access private */ protected $preferred_signature_format = false; /** * Authentication Credentials * * @var array * @access private */ protected $auth = []; /** * Terminal * * @var string * @access private */ private $term = 'vt100'; /** * Default Constructor. * * $host can either be a string, representing the host, or a stream resource. * * @param mixed $host * @param int $port * @param int $timeout * @see self::login() * @return SSH2|void * @access public */ public function __construct($host, $port = 22, $timeout = 10) { $this->message_numbers = [ 1 => 'NET_SSH2_MSG_DISCONNECT', 2 => 'NET_SSH2_MSG_IGNORE', 3 => 'NET_SSH2_MSG_UNIMPLEMENTED', 4 => 'NET_SSH2_MSG_DEBUG', 5 => 'NET_SSH2_MSG_SERVICE_REQUEST', 6 => 'NET_SSH2_MSG_SERVICE_ACCEPT', 20 => 'NET_SSH2_MSG_KEXINIT', 21 => 'NET_SSH2_MSG_NEWKEYS', 30 => 'NET_SSH2_MSG_KEXDH_INIT', 31 => 'NET_SSH2_MSG_KEXDH_REPLY', 50 => 'NET_SSH2_MSG_USERAUTH_REQUEST', 51 => 'NET_SSH2_MSG_USERAUTH_FAILURE', 52 => 'NET_SSH2_MSG_USERAUTH_SUCCESS', 53 => 'NET_SSH2_MSG_USERAUTH_BANNER', 80 => 'NET_SSH2_MSG_GLOBAL_REQUEST', 81 => 'NET_SSH2_MSG_REQUEST_SUCCESS', 82 => 'NET_SSH2_MSG_REQUEST_FAILURE', 90 => 'NET_SSH2_MSG_CHANNEL_OPEN', 91 => 'NET_SSH2_MSG_CHANNEL_OPEN_CONFIRMATION', 92 => 'NET_SSH2_MSG_CHANNEL_OPEN_FAILURE', 93 => 'NET_SSH2_MSG_CHANNEL_WINDOW_ADJUST', 94 => 'NET_SSH2_MSG_CHANNEL_DATA', 95 => 'NET_SSH2_MSG_CHANNEL_EXTENDED_DATA', 96 => 'NET_SSH2_MSG_CHANNEL_EOF', 97 => 'NET_SSH2_MSG_CHANNEL_CLOSE', 98 => 'NET_SSH2_MSG_CHANNEL_REQUEST', 99 => 'NET_SSH2_MSG_CHANNEL_SUCCESS', 100 => 'NET_SSH2_MSG_CHANNEL_FAILURE' ]; $this->disconnect_reasons = [ 1 => 'NET_SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT', 2 => 'NET_SSH2_DISCONNECT_PROTOCOL_ERROR', 3 => 'NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED', 4 => 'NET_SSH2_DISCONNECT_RESERVED', 5 => 'NET_SSH2_DISCONNECT_MAC_ERROR', 6 => 'NET_SSH2_DISCONNECT_COMPRESSION_ERROR', 7 => 'NET_SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE', 8 => 'NET_SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED', 9 => 'NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE', 10 => 'NET_SSH2_DISCONNECT_CONNECTION_LOST', 11 => 'NET_SSH2_DISCONNECT_BY_APPLICATION', 12 => 'NET_SSH2_DISCONNECT_TOO_MANY_CONNECTIONS', 13 => 'NET_SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER', 14 => 'NET_SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE', 15 => 'NET_SSH2_DISCONNECT_ILLEGAL_USER_NAME' ]; $this->channel_open_failure_reasons = [ 1 => 'NET_SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED' ]; $this->terminal_modes = [ 0 => 'NET_SSH2_TTY_OP_END' ]; $this->channel_extended_data_type_codes = [ 1 => 'NET_SSH2_EXTENDED_DATA_STDERR' ]; $this->define_array( $this->message_numbers, $this->disconnect_reasons, $this->channel_open_failure_reasons, $this->terminal_modes, $this->channel_extended_data_type_codes, [60 => 'NET_SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ'], [60 => 'NET_SSH2_MSG_USERAUTH_PK_OK'], [60 => 'NET_SSH2_MSG_USERAUTH_INFO_REQUEST', 61 => 'NET_SSH2_MSG_USERAUTH_INFO_RESPONSE'], // RFC 4419 - diffie-hellman-group-exchange-sha{1,256} [30 => 'NET_SSH2_MSG_KEXDH_GEX_REQUEST_OLD', 31 => 'NET_SSH2_MSG_KEXDH_GEX_GROUP', 32 => 'NET_SSH2_MSG_KEXDH_GEX_INIT', 33 => 'NET_SSH2_MSG_KEXDH_GEX_REPLY', 34 => 'NET_SSH2_MSG_KEXDH_GEX_REQUEST'], // RFC 5656 - Elliptic Curves (for curve25519-sha256@libssh.org) [30 => 'NET_SSH2_MSG_KEX_ECDH_INIT', 31 => 'NET_SSH2_MSG_KEX_ECDH_REPLY'] ); self::$connections[$this->getResourceId()] = $this; if (is_resource($host)) { $this->fsock = $host; return; } if (is_string($host)) { $this->host = $host; $this->port = $port; $this->timeout = $timeout; } } /** * Set Crypto Engine Mode * * Possible $engine values: * OpenSSL, mcrypt, Eval, PHP * * @param int $engine * @access public */ public static function setCryptoEngine($engine) { self::$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 */ 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 */ 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 */ 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 */ public function sendKEXINITLast() { $this->send_kex_first = false; } /** * Connect to an SSHv2 server * * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @throws \RuntimeException on other errors * @access private */ private function connect() { if ($this->bitmap & self::MASK_CONSTRUCTOR) { return false; } $this->bitmap |= self::MASK_CONSTRUCTOR; $this->curTimeout = $this->timeout; $this->last_packet = microtime(true); if (!is_resource($this->fsock)) { $start = microtime(true); // 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; throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr")); } $elapsed = microtime(true) - $start; if ($this->curTimeout) { $this->curTimeout-= $elapsed; if ($this->curTimeout < 0) { $this->is_timeout = true; return false; } } } $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 string. Each line SHOULD be terminated by a Carriage Return and Line Feed. Such lines MUST NOT begin with "SSH-", and SHOULD be encoded in ISO-10646 UTF-8 [RFC3629] (language is not specified). Clients MUST be able to process such lines." */ $data = ''; while (!feof($this->fsock) && !preg_match('#(.*)^(SSH-(\d\.\d+).*)#ms', $data, $matches)) { $line = ''; while (true) { if ($this->curTimeout) { if ($this->curTimeout < 0) { $this->is_timeout = true; return false; } $read = [$this->fsock]; $write = $except = null; $start = microtime(true); $sec = floor($this->curTimeout); $usec = 1000000 * ($this->curTimeout - $sec); if (@stream_select($read, $write, $except, $sec, $usec) === false) { $this->is_timeout = true; return false; } $elapsed = microtime(true) - $start; $this->curTimeout-= $elapsed; } $temp = stream_get_line($this->fsock, 255, "\n"); if (strlen($temp) == 255) { continue; } if ($temp === false) { return false; } $line.= "$temp\n"; // quoting RFC4253, "Implementers who wish to maintain // compatibility with older, undocumented versions of this protocol may // want to process the identification string without expecting the // presence of the carriage return character for reasons described in // Section 5 of this document." //if (substr($line, -2) == "\r\n") { // break; //} break; } $data.= $line; } if (feof($this->fsock)) { $this->bitmap = 0; throw new ConnectionClosedException('Connection closed by server'); } $extra = $matches[1]; if (defined('NET_SSH2_LOGGING')) { $this->append_log('<-', $matches[0]); $this->append_log('->', $this->identifier . "\r\n"); } $this->server_identifier = trim($temp, "\r\n"); if (strlen($extra)) { $this->errors[] = $data; } if (version_compare($matches[3], '1.99', '<')) { $this->bitmap = 0; throw new UnableToConnectException("Cannot connect to SSH $matches[3] servers"); } if (!$this->send_id_string_first) { fputs($this->fsock, $this->identifier . "\r\n"); } if (!$this->send_kex_first) { $response = $this->get_binary_packet(); if ($response === false) { $this->bitmap = 0; throw new ConnectionClosedException('Connection closed by server'); } if (!strlen($response) || ord($response[0]) != NET_SSH2_MSG_KEXINIT) { $this->bitmap = 0; throw new \UnexpectedValueException('Expected SSH_MSG_KEXINIT'); } if (!$this->key_exchange($response)) { return false; } } if ($this->send_kex_first && !$this->key_exchange()) { return false; } $this->bitmap|= self::MASK_CONNECTED; return true; } /** * Generates the SSH identifier * * You should overwrite this method in your own class if you want to use another identifier * * @access protected * @return string */ private function generate_identifier() { $identifier = 'SSH-2.0-phpseclib_3.0'; $ext = []; if (extension_loaded('sodium')) { $ext[] = 'libsodium'; } if (extension_loaded('openssl')) { $ext[] = 'openssl'; } elseif (extension_loaded('mcrypt')) { $ext[] = 'mcrypt'; } if (extension_loaded('gmp')) { $ext[] = 'gmp'; } elseif (extension_loaded('bcmath')) { $ext[] = 'bcmath'; } if (!empty($ext)) { $identifier .= ' (' . implode(', ', $ext) . ')'; } return $identifier; } /** * Key Exchange * * @return bool * @param string|bool $kexinit_payload_server optional * @throws \UnexpectedValueException on receipt of unexpected packets * @throws \RuntimeException on other errors * @throws \phpseclib3\Exception\NoSupportedAlgorithmsException when none of the algorithms phpseclib has loaded are compatible * @access private */ private function key_exchange($kexinit_payload_server = false) { $preferred = $this->preferred; $kex_algorithms = isset($preferred['kex']) ? $preferred['kex'] : SSH2::getSupportedKEXAlgorithms(); $server_host_key_algorithms = isset($preferred['hostkey']) ? $preferred['hostkey'] : SSH2::getSupportedHostKeyAlgorithms(); $s2c_encryption_algorithms = isset($preferred['server_to_client']['crypt']) ? $preferred['server_to_client']['crypt'] : SSH2::getSupportedEncryptionAlgorithms(); $c2s_encryption_algorithms = isset($preferred['client_to_server']['crypt']) ? $preferred['client_to_server']['crypt'] : SSH2::getSupportedEncryptionAlgorithms(); $s2c_mac_algorithms = isset($preferred['server_to_client']['mac']) ? $preferred['server_to_client']['mac'] : SSH2::getSupportedMACAlgorithms(); $c2s_mac_algorithms = isset($preferred['client_to_server']['mac']) ? $preferred['client_to_server']['mac'] : SSH2::getSupportedMACAlgorithms(); $s2c_compression_algorithms = isset($preferred['server_to_client']['comp']) ? $preferred['server_to_client']['comp'] : SSH2::getSupportedCompressionAlgorithms(); $c2s_compression_algorithms = isset($preferred['client_to_server']['comp']) ? $preferred['client_to_server']['comp'] : SSH2::getSupportedCompressionAlgorithms(); // some SSH servers have buggy implementations of some of the above algorithms switch (true) { case $this->server_identifier == 'SSH-2.0-SSHD': case substr($this->server_identifier, 0, 13) == 'SSH-2.0-DLINK': if (!isset($preferred['server_to_client']['mac'])) { $s2c_mac_algorithms = array_values(array_diff( $s2c_mac_algorithms, ['hmac-sha1-96', 'hmac-md5-96'] )); } if (!isset($preferred['client_to_server']['mac'])) { $c2s_mac_algorithms = array_values(array_diff( $c2s_mac_algorithms, ['hmac-sha1-96', 'hmac-md5-96'] )); } } $client_cookie = Random::string(16); $kexinit_payload_client = pack('Ca*', NET_SSH2_MSG_KEXINIT, $client_cookie); $kexinit_payload_client.= Strings::packSSH2( 'L10bN', $kex_algorithms, $server_host_key_algorithms, $c2s_encryption_algorithms, $s2c_encryption_algorithms, $c2s_mac_algorithms, $s2c_mac_algorithms, $c2s_compression_algorithms, $s2c_compression_algorithms, [], // language, client to server [], // language, server to client false, // first_kex_packet_follows 0 // reserved for future extension ); if ($this->send_kex_first) { $this->send_binary_packet($kexinit_payload_client); $kexinit_payload_server = $this->get_binary_packet(); if ($kexinit_payload_server === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } if (!strlen($kexinit_payload_server) || ord($kexinit_payload_server[0]) != NET_SSH2_MSG_KEXINIT) { $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR); throw new \UnexpectedValueException('Expected SSH_MSG_KEXINIT'); } } $response = $kexinit_payload_server; Strings::shift($response, 1); // skip past the message number (it should be SSH_MSG_KEXINIT) $server_cookie = Strings::shift($response, 16); list( $this->kex_algorithms, $this->server_host_key_algorithms, $this->encryption_algorithms_client_to_server, $this->encryption_algorithms_server_to_client, $this->mac_algorithms_client_to_server, $this->mac_algorithms_server_to_client, $this->compression_algorithms_client_to_server, $this->compression_algorithms_server_to_client, $this->languages_client_to_server, $this->languages_server_to_client, $first_kex_packet_follows ) = Strings::unpackSSH2('L10C', $response); if (!$this->send_kex_first) { $this->send_binary_packet($kexinit_payload_client); } // 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 // diffie-hellman key exchange as fast as possible $decrypt = self::array_intersect_first($s2c_encryption_algorithms, $this->encryption_algorithms_server_to_client); $decryptKeyLength = $this->encryption_algorithm_to_key_size($decrypt); if ($decryptKeyLength === null) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible server to client encryption algorithms found'); } $encrypt = self::array_intersect_first($c2s_encryption_algorithms, $this->encryption_algorithms_client_to_server); $encryptKeyLength = $this->encryption_algorithm_to_key_size($encrypt); if ($encryptKeyLength === null) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible client to server encryption algorithms found'); } // through diffie-hellman key exchange a symmetric key is obtained $this->kex_algorithm = self::array_intersect_first($kex_algorithms, $this->kex_algorithms); if ($this->kex_algorithm === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible key exchange algorithms found'); } $server_host_key_algorithm = self::array_intersect_first($server_host_key_algorithms, $this->server_host_key_algorithms); if ($server_host_key_algorithm === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible server host key algorithms found'); } $mac_algorithm_out = self::array_intersect_first($c2s_mac_algorithms, $this->mac_algorithms_client_to_server); if ($mac_algorithm_out === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible client to server message authentication algorithms found'); } $mac_algorithm_in = self::array_intersect_first($s2c_mac_algorithms, $this->mac_algorithms_server_to_client); if ($mac_algorithm_in === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible server to client message authentication algorithms found'); } $compression_algorithm_in = self::array_intersect_first($s2c_compression_algorithms, $this->compression_algorithms_server_to_client); if ($compression_algorithm_in === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible server to client compression algorithms found'); } $this->decompress = $compression_algorithm_in == 'zlib'; $compression_algorithm_out = self::array_intersect_first($c2s_compression_algorithms, $this->compression_algorithms_client_to_server); if ($compression_algorithm_out === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new NoSupportedAlgorithmsException('No compatible client to server compression algorithms found'); } $this->compress = $compression_algorithm_out == 'zlib'; switch ($this->kex_algorithm) { case 'diffie-hellman-group15-sha512': case 'diffie-hellman-group16-sha512': case 'diffie-hellman-group17-sha512': case 'diffie-hellman-group18-sha512': case 'ecdh-sha2-nistp521': $kexHash = new Hash('sha512'); break; case 'ecdh-sha2-nistp384': $kexHash = new Hash('sha384'); break; case 'diffie-hellman-group-exchange-sha256': case 'diffie-hellman-group14-sha256': case 'ecdh-sha2-nistp256': case 'curve25519-sha256@libssh.org': case 'curve25519-sha256': $kexHash = new Hash('sha256'); break; default: $kexHash = new Hash('sha1'); } // Only relevant in diffie-hellman-group-exchange-sha{1,256}, otherwise empty. $exchange_hash_rfc4419 = ''; if (strpos($this->kex_algorithm, 'curve25519-sha256') === 0 || strpos($this->kex_algorithm, 'ecdh-sha2-nistp') === 0) { $curve = strpos($this->kex_algorithm, 'curve25519-sha256') === 0 ? 'Curve25519' : substr($this->kex_algorithm, 10); $ourPrivate = EC::createKey($curve); $ourPublicBytes = $ourPrivate->getPublicKey()->getEncodedCoordinates(); $clientKexInitMessage = 'NET_SSH2_MSG_KEX_ECDH_INIT'; $serverKexReplyMessage = 'NET_SSH2_MSG_KEX_ECDH_REPLY'; } else { if (strpos($this->kex_algorithm, 'diffie-hellman-group-exchange') === 0) { $dh_group_sizes_packed = pack( 'NNN', $this->kex_dh_group_size_min, $this->kex_dh_group_size_preferred, $this->kex_dh_group_size_max ); $packet = pack( 'Ca*', NET_SSH2_MSG_KEXDH_GEX_REQUEST, $dh_group_sizes_packed ); $this->send_binary_packet($packet); $this->updateLogHistory('UNKNOWN (34)', 'NET_SSH2_MSG_KEXDH_GEX_REQUEST'); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); throw new ConnectionClosedException('Connection closed by server'); } list($type, $primeBytes, $gBytes) = Strings::unpackSSH2('Css', $response); if ($type != NET_SSH2_MSG_KEXDH_GEX_GROUP) { $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR); throw new \UnexpectedValueException('Expected SSH_MSG_KEX_DH_GEX_GROUP'); } $this->updateLogHistory('NET_SSH2_MSG_KEXDH_REPLY', 'NET_SSH2_MSG_KEXDH_GEX_GROUP'); $prime = new BigInteger($primeBytes, -256); $g = new BigInteger($gBytes, -256); $exchange_hash_rfc4419 = $dh_group_sizes_packed . Strings::packSSH2( 'ss', $primeBytes, $gBytes ); $params = DH::createParameters($prime, $g); $clientKexInitMessage = 'NET_SSH2_MSG_KEXDH_GEX_INIT'; $serverKexReplyMessage = 'NET_SSH2_MSG_KEXDH_GEX_REPLY'; } else { $params = DH::createParameters($this->kex_algorithm); $clientKexInitMessage = 'NET_SSH2_MSG_KEXDH_INIT'; $serverKexReplyMessage = 'NET_SSH2_MSG_KEXDH_REPLY'; } $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength)); $ourPrivate = DH::createKey($params, 16 * $keyLength); // 2 * 8 * $keyLength $ourPublic = $ourPrivate->getPublicKey()->toBigInteger(); $ourPublicBytes = $ourPublic->toBytes(true); } $data = pack('CNa*', constant($clientKexInitMessage), strlen($ourPublicBytes), $ourPublicBytes); $this->send_binary_packet($data); switch ($clientKexInitMessage) { case 'NET_SSH2_MSG_KEX_ECDH_INIT': $this->updateLogHistory('NET_SSH2_MSG_KEXDH_INIT', 'NET_SSH2_MSG_KEX_ECDH_INIT'); break; case 'NET_SSH2_MSG_KEXDH_GEX_INIT': $this->updateLogHistory('UNKNOWN (32)', 'NET_SSH2_MSG_KEXDH_GEX_INIT'); } $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } if (!strlen($response)) { return false; } list( $type, $server_public_host_key, $theirPublicBytes, $this->signature ) = Strings::unpackSSH2('Csss', $response); if ($type != constant($serverKexReplyMessage)) { $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR); throw new \UnexpectedValueException("Expected $serverKexReplyMessage"); } switch ($serverKexReplyMessage) { case 'NET_SSH2_MSG_KEX_ECDH_REPLY': $this->updateLogHistory('NET_SSH2_MSG_KEXDH_REPLY', 'NET_SSH2_MSG_KEX_ECDH_REPLY'); break; case 'NET_SSH2_MSG_KEXDH_GEX_REPLY': $this->updateLogHistory('UNKNOWN (33)', 'NET_SSH2_MSG_KEXDH_GEX_REPLY'); } $this->server_public_host_key = $server_public_host_key; list($public_key_format) = Strings::unpackSSH2('s', $server_public_host_key); if (strlen($this->signature) < 4) { return false; } $temp = unpack('Nlength', substr($this->signature, 0, 4)); $this->signature_format = substr($this->signature, 4, $temp['length']); $keyBytes = DH::computeSecret($ourPrivate, $theirPublicBytes); if (($keyBytes & "\xFF\x80") === "\x00\x00") { $keyBytes = substr($keyBytes, 1); } elseif (($keyBytes[0] & "\x80") === "\x80") { $keyBytes = "\0$keyBytes"; } $this->exchange_hash = Strings::packSSH2('s5', $this->identifier, $this->server_identifier, $kexinit_payload_client, $kexinit_payload_server, $this->server_public_host_key ); $this->exchange_hash.= $exchange_hash_rfc4419; $this->exchange_hash.= Strings::packSSH2('s3', $ourPublicBytes, $theirPublicBytes, $keyBytes ); $this->exchange_hash = $kexHash->hash($this->exchange_hash); if ($this->session_id === false) { $this->session_id = $this->exchange_hash; } switch ($server_host_key_algorithm) { case 'rsa-sha2-256': case 'rsa-sha2-512': //case 'ssh-rsa': $expected_key_format = 'ssh-rsa'; break; default: $expected_key_format = $server_host_key_algorithm; } if ($public_key_format != $expected_key_format || $this->signature_format != $server_host_key_algorithm) { switch (true) { case $this->signature_format == $server_host_key_algorithm: case $server_host_key_algorithm != 'rsa-sha2-256' && $server_host_key_algorithm != 'rsa-sha2-512': case $this->signature_format != 'ssh-rsa': $this->disconnect_helper(NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE); throw new \RuntimeException('Server Host Key Algorithm Mismatch'); } } $packet = pack('C', NET_SSH2_MSG_NEWKEYS); $this->send_binary_packet($packet); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type) = Strings::unpackSSH2('C', $response); if ($type != NET_SSH2_MSG_NEWKEYS) { $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR); throw new \UnexpectedValueException('Expected SSH_MSG_NEWKEYS'); } $keyBytes = pack('Na*', strlen($keyBytes), $keyBytes); $this->encrypt = self::encryption_algorithm_to_crypt_instance($encrypt); if ($this->encrypt) { if (self::$crypto_engine) { $this->encrypt->setPreferredEngine(self::$crypto_engine); } if ($this->encrypt->getBlockLengthInBytes()) { $this->encrypt_block_size = $this->encrypt->getBlockLengthInBytes(); } $this->encrypt->disablePadding(); if ($this->encrypt->usesIV()) { $iv = $kexHash->hash($keyBytes . $this->exchange_hash . 'A' . $this->session_id); while ($this->encrypt_block_size > strlen($iv)) { $iv.= $kexHash->hash($keyBytes . $this->exchange_hash . $iv); } $this->encrypt->setIV(substr($iv, 0, $this->encrypt_block_size)); } switch ($encrypt) { case 'aes128-gcm@openssh.com': case 'aes256-gcm@openssh.com': $nonce = $kexHash->hash($keyBytes . $this->exchange_hash . 'A' . $this->session_id); $this->encrypt->fixed = substr($nonce, 0, 4); $this->encrypt->invocation_counter = substr($nonce, 4, 8); case 'chacha20-poly1305@openssh.com': break; default: $this->encrypt->enableContinuousBuffer(); } $key = $kexHash->hash($keyBytes . $this->exchange_hash . 'C' . $this->session_id); while ($encryptKeyLength > strlen($key)) { $key.= $kexHash->hash($keyBytes . $this->exchange_hash . $key); } switch ($encrypt) { case 'chacha20-poly1305@openssh.com': $encryptKeyLength = 32; $this->lengthEncrypt = self::encryption_algorithm_to_crypt_instance($encrypt); $this->lengthEncrypt->setKey(substr($key, 32, 32)); } $this->encrypt->setKey(substr($key, 0, $encryptKeyLength)); $this->encrypt->name = $encrypt; } $this->decrypt = self::encryption_algorithm_to_crypt_instance($decrypt); if ($this->decrypt) { if (self::$crypto_engine) { $this->decrypt->setPreferredEngine(self::$crypto_engine); } if ($this->decrypt->getBlockLengthInBytes()) { $this->decrypt_block_size = $this->decrypt->getBlockLengthInBytes(); } $this->decrypt->disablePadding(); if ($this->decrypt->usesIV()) { $iv = $kexHash->hash($keyBytes . $this->exchange_hash . 'B' . $this->session_id); while ($this->decrypt_block_size > strlen($iv)) { $iv.= $kexHash->hash($keyBytes . $this->exchange_hash . $iv); } $this->decrypt->setIV(substr($iv, 0, $this->decrypt_block_size)); } switch ($decrypt) { case 'aes128-gcm@openssh.com': case 'aes256-gcm@openssh.com': // see https://tools.ietf.org/html/rfc5647#section-7.1 $nonce = $kexHash->hash($keyBytes . $this->exchange_hash . 'B' . $this->session_id); $this->decrypt->fixed = substr($nonce, 0, 4); $this->decrypt->invocation_counter = substr($nonce, 4, 8); case 'chacha20-poly1305@openssh.com': break; default: $this->decrypt->enableContinuousBuffer(); } $key = $kexHash->hash($keyBytes . $this->exchange_hash . 'D' . $this->session_id); while ($decryptKeyLength > strlen($key)) { $key.= $kexHash->hash($keyBytes . $this->exchange_hash . $key); } switch ($decrypt) { case 'chacha20-poly1305@openssh.com': $decryptKeyLength = 32; $this->lengthDecrypt = self::encryption_algorithm_to_crypt_instance($decrypt); $this->lengthDecrypt->setKey(substr($key, 32, 32)); } $this->decrypt->setKey(substr($key, 0, $decryptKeyLength)); $this->decrypt->name = $decrypt; } /* The "arcfour128" algorithm is the RC4 cipher, as described in [SCHNEIER], using a 128-bit key. The first 1536 bytes of keystream generated by the cipher MUST be discarded, and the first byte of the first encrypted packet MUST be encrypted using the 1537th byte of keystream. -- http://tools.ietf.org/html/rfc4345#section-4 */ if ($encrypt == 'arcfour128' || $encrypt == 'arcfour256') { $this->encrypt->encrypt(str_repeat("\0", 1536)); } if ($decrypt == 'arcfour128' || $decrypt == 'arcfour256') { $this->decrypt->decrypt(str_repeat("\0", 1536)); } if (!$this->encrypt->usesNonce()) { list($this->hmac_create, $createKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_out); } else { $this->hmac_create = new \stdClass; $this->hmac_create->name = $mac_algorithm_out; //$mac_algorithm_out = 'none'; $createKeyLength = 0; } if ($this->hmac_create instanceof Hash) { $key = $kexHash->hash($keyBytes . $this->exchange_hash . 'E' . $this->session_id); while ($createKeyLength > strlen($key)) { $key.= $kexHash->hash($keyBytes . $this->exchange_hash . $key); } $this->hmac_create->setKey(substr($key, 0, $createKeyLength)); $this->hmac_create->name = $mac_algorithm_out; $this->hmac_create->etm = preg_match('#-etm@openssh\.com$#', $mac_algorithm_out); } if (!$this->decrypt->usesNonce()) { list($this->hmac_check, $checkKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_in); $this->hmac_size = $this->hmac_check->getLengthInBytes(); } else { $this->hmac_check = new \stdClass; $this->hmac_check->name = $mac_algorithm_in; //$mac_algorithm_in = 'none'; $checkKeyLength = 0; $this->hmac_size = 0; } if ($this->hmac_check instanceof Hash) { $key = $kexHash->hash($keyBytes . $this->exchange_hash . 'F' . $this->session_id); while ($checkKeyLength > strlen($key)) { $key.= $kexHash->hash($keyBytes . $this->exchange_hash . $key); } $this->hmac_check->setKey(substr($key, 0, $checkKeyLength)); $this->hmac_check->name = $mac_algorithm_in; $this->hmac_check->etm = preg_match('#-etm@openssh\.com$#', $mac_algorithm_in); } return true; } /** * Maps an encryption algorithm name to the number of key bytes. * * @param string $algorithm Name of the encryption algorithm * @return int|null Number of bytes as an integer or null for unknown * @access private */ private function encryption_algorithm_to_key_size($algorithm) { if ($this->bad_key_size_fix && self::bad_algorithm_candidate($algorithm)) { return 16; } switch ($algorithm) { case 'none': return 0; case 'aes128-gcm@openssh.com': case 'aes128-cbc': case 'aes128-ctr': case 'arcfour': case 'arcfour128': case 'blowfish-cbc': case 'blowfish-ctr': case 'twofish128-cbc': case 'twofish128-ctr': return 16; case '3des-cbc': case '3des-ctr': case 'aes192-cbc': case 'aes192-ctr': case 'twofish192-cbc': case 'twofish192-ctr': return 24; case 'aes256-gcm@openssh.com': case 'aes256-cbc': case 'aes256-ctr': case 'arcfour256': case 'twofish-cbc': case 'twofish256-cbc': case 'twofish256-ctr': return 32; case 'chacha20-poly1305@openssh.com': return 64; } return null; } /** * Maps an encryption algorithm name to an instance of a subclass of * \phpseclib3\Crypt\Common\SymmetricKey. * * @param string $algorithm Name of the encryption algorithm * @return mixed Instance of \phpseclib3\Crypt\Common\SymmetricKey or null for unknown * @access private */ private static function encryption_algorithm_to_crypt_instance($algorithm) { switch ($algorithm) { case '3des-cbc': return new TripleDES('cbc'); case '3des-ctr': return new TripleDES('ctr'); case 'aes256-cbc': case 'aes192-cbc': case 'aes128-cbc': return new Rijndael('cbc'); case 'aes256-ctr': case 'aes192-ctr': case 'aes128-ctr': return new Rijndael('ctr'); case 'blowfish-cbc': return new Blowfish('cbc'); case 'blowfish-ctr': return new Blowfish('ctr'); case 'twofish128-cbc': case 'twofish192-cbc': case 'twofish256-cbc': case 'twofish-cbc': return new Twofish('cbc'); case 'twofish128-ctr': case 'twofish192-ctr': case 'twofish256-ctr': return new Twofish('ctr'); case 'arcfour': case 'arcfour128': case 'arcfour256': return new RC4(); case 'aes128-gcm@openssh.com': case 'aes256-gcm@openssh.com': return new Rijndael('gcm'); case 'chacha20-poly1305@openssh.com': return new ChaCha20(); } return null; } /** * Maps an encryption algorithm name to an instance of a subclass of * \phpseclib3\Crypt\Hash. * * @param string $algorithm Name of the encryption algorithm * @return mixed Instance of \phpseclib3\Crypt\Hash or null for unknown * @access private */ private static function mac_algorithm_to_hash_instance($algorithm) { switch ($algorithm) { case 'umac-64@openssh.com': case 'umac-64-etm@openssh.com': return [new Hash('umac-64'), 16]; case 'umac-128@openssh.com': case 'umac-128-etm@openssh.com': return [new Hash('umac-128'), 16]; case 'hmac-sha2-512': case 'hmac-sha2-512-etm@openssh.com': return [new Hash('sha512'), 64]; case 'hmac-sha2-256': case 'hmac-sha2-256-etm@openssh.com': return [new Hash('sha256'), 32]; case 'hmac-sha1': case 'hmac-sha1-etm@openssh.com': return [new Hash('sha1'), 20]; case 'hmac-sha1-96': return [new Hash('sha1-96'), 20]; case 'hmac-md5': return [new Hash('md5'), 16]; case 'hmac-md5-96': return [new Hash('md5-96'), 16]; } } /* * 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 */ private static function bad_algorithm_candidate($algorithm) { switch ($algorithm) { case 'arcfour256': case 'aes192-ctr': case 'aes256-ctr': return true; } return false; } /** * Login * * The $password parameter can be a plaintext password, a \phpseclib3\Crypt\RSA|EC|DSA object, a \phpseclib3\System\SSH\Agent object or an array * * @param string $username * @param string|AsymmetricKey|array[]|Agent|null ...$args * @return bool * @see self::_login() * @access public */ public function login($username, ...$args) { $this->auth[] = func_get_args(); // try logging with 'none' as an authentication method first since that's what // PuTTY does if (substr($this->server_identifier, 0, 13) != 'SSH-2.0-CoreFTP') { if ($this->sublogin($username)) { return true; } if (!count($args)) { return false; } } return $this->sublogin($username, ...$args); } /** * Login Helper * * @param string $username * @param string[] ...$args * @return bool * @see self::_login_helper() * @access private */ protected function sublogin($username, ...$args) { if (!($this->bitmap & self::MASK_CONSTRUCTOR)) { if (!$this->connect()) { return false; } } if (empty($args)) { return $this->login_helper($username); } foreach ($args as $arg) { if ($this->login_helper($username, $arg)) { return true; } } return false; } /** * Login Helper * * {@internal It might be worthwhile, at some point, to protect against {@link http://tools.ietf.org/html/rfc4251#section-9.3.9 traffic analysis} * by sending dummy SSH_MSG_IGNORE messages.} * * @param string $username * @param string|AsymmetricKey|array[]|Agent|null ...$args * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @throws \RuntimeException on other errors * @access private */ private function login_helper($username, $password = null) { if (!($this->bitmap & self::MASK_CONNECTED)) { return false; } if (!($this->bitmap & self::MASK_LOGIN_REQ)) { $packet = Strings::packSSH2('Cs', NET_SSH2_MSG_SERVICE_REQUEST, 'ssh-userauth'); $this->send_binary_packet($packet); $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); } $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type, $service) = Strings::unpackSSH2('Cs', $response); if ($type != NET_SSH2_MSG_SERVICE_ACCEPT || $service != 'ssh-userauth') { $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR); throw new \UnexpectedValueException('Expected SSH_MSG_SERVICE_ACCEPT'); } $this->bitmap |= self::MASK_LOGIN_REQ; } if (strlen($this->last_interactive_response)) { return !is_string($password) && !is_array($password) ? false : $this->keyboard_interactive_process($password); } if ($password instanceof PrivateKey) { return $this->privatekey_login($username, $password); } if ($password instanceof Agent) { return $this->ssh_agent_login($username, $password); } if (is_array($password)) { if ($this->keyboard_interactive_login($username, $password)) { $this->bitmap |= self::MASK_LOGIN; return true; } return false; } if (!isset($password)) { $packet = Strings::packSSH2( 'Cs3', NET_SSH2_MSG_USERAUTH_REQUEST, $username, 'ssh-connection', 'none' ); $this->send_binary_packet($packet); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type) = Strings::unpackSSH2('C', $response); switch ($type) { case NET_SSH2_MSG_USERAUTH_SUCCESS: $this->bitmap |= self::MASK_LOGIN; return true; //case NET_SSH2_MSG_USERAUTH_FAILURE: default: return false; } } if (!is_string($password)) { throw new \UnexpectedValueException('$password needs to either be an instance of \phpseclib3\Crypt\Common\PrivateKey, \System\SSH\Agent, an array or a string'); } $packet = Strings::packSSH2( 'Cs3bs', NET_SSH2_MSG_USERAUTH_REQUEST, $username, 'ssh-connection', 'password', false, $password ); // remove the username and password from the logged packet if (!defined('NET_SSH2_LOGGING')) { $logged = null; } else { $logged = Strings::packSSH2( 'Cs3bs', NET_SSH2_MSG_USERAUTH_REQUEST, $username, 'ssh-connection', 'password', false, 'password' ); } $this->send_binary_packet($packet, $logged); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type) = Strings::unpackSSH2('C', $response); switch ($type) { case NET_SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ: // in theory, the password can be changed $this->updateLogHistory('UNKNOWN (60)', 'NET_SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ'); list($message) = Strings::unpackSSH2('s', $response); $this->errors[] = 'SSH_MSG_USERAUTH_PASSWD_CHANGEREQ: ' . $message; return $this->disconnect_helper(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 list($auth_methods, $partial_success) = Strings::unpackSSH2('Lb', $response); if (!$partial_success && in_array('keyboard-interactive', $auth_methods)) { if ($this->keyboard_interactive_login($username, $password)) { $this->bitmap |= self::MASK_LOGIN; return true; } return false; } return false; case NET_SSH2_MSG_USERAUTH_SUCCESS: $this->bitmap |= self::MASK_LOGIN; return true; } return false; } /** * Login via keyboard-interactive authentication * * See {@link http://tools.ietf.org/html/rfc4256 RFC4256} for details. This is not a full-featured keyboard-interactive authenticator. * * @param string $username * @param string $password * @return bool * @access private */ private function keyboard_interactive_login($username, $password) { $packet = Strings::packSSH2( 'Cs5', NET_SSH2_MSG_USERAUTH_REQUEST, $username, 'ssh-connection', 'keyboard-interactive', '', // language tag '' // submethods ); $this->send_binary_packet($packet); return $this->keyboard_interactive_process($password); } /** * Handle the keyboard-interactive requests / responses. * * @param mixed[] ...$responses * @return bool * @throws \RuntimeException on connection error * @access private */ private function keyboard_interactive_process(...$responses) { if (strlen($this->last_interactive_response)) { $response = $this->last_interactive_response; } else { $orig = $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } } list($type) = Strings::unpackSSH2('C', $response); switch ($type) { case NET_SSH2_MSG_USERAUTH_INFO_REQUEST: list( , // name; may be empty , // instruction; may be empty , // language tag; may be empty $num_prompts ) = Strings::unpackSSH2('s3N', $response); for ($i = 0; $i < count($responses); $i++) { if (is_array($responses[$i])) { foreach ($responses[$i] as $key => $value) { $this->keyboard_requests_responses[$key] = $value; } unset($responses[$i]); } } $responses = array_values($responses); if (isset($this->keyboard_requests_responses)) { for ($i = 0; $i < $num_prompts; $i++) { list( $prompt, // prompt - ie. "Password: "; must not be empty // echo ) = Strings::unpackSSH2('sC', $response); foreach ($this->keyboard_requests_responses as $key => $value) { if (substr($prompt, 0, strlen($key)) == $key) { $responses[] = $value; break; } } } } // see http://tools.ietf.org/html/rfc4256#section-3.2 if (strlen($this->last_interactive_response)) { $this->last_interactive_response = ''; } else { $this->updateLogHistory('UNKNOWN (60)', 'NET_SSH2_MSG_USERAUTH_INFO_REQUEST'); } if (!count($responses) && $num_prompts) { $this->last_interactive_response = $orig; return false; } /* After obtaining the requested information from the user, the client MUST respond with an SSH_MSG_USERAUTH_INFO_RESPONSE message. */ // see http://tools.ietf.org/html/rfc4256#section-3.4 $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses)); for ($i = 0; $i < count($responses); $i++) { $packet.= Strings::packSSH2('s', $responses[$i]); $logged.= Strings::packSSH2('s', 'dummy-answer'); } $this->send_binary_packet($packet, $logged); $this->updateLogHistory('UNKNOWN (61)', 'NET_SSH2_MSG_USERAUTH_INFO_RESPONSE'); /* After receiving the response, the server MUST send either an SSH_MSG_USERAUTH_SUCCESS, SSH_MSG_USERAUTH_FAILURE, or another SSH_MSG_USERAUTH_INFO_REQUEST message. */ // maybe phpseclib should force close the connection after x request / responses? unless something like that is done // there could be an infinite loop of request / responses. return $this->keyboard_interactive_process(); case NET_SSH2_MSG_USERAUTH_SUCCESS: return true; case NET_SSH2_MSG_USERAUTH_FAILURE: return false; } return false; } /** * Login with an ssh-agent provided key * * @param string $username * @param \phpseclib3\System\SSH\Agent $agent * @return bool * @access private */ private function ssh_agent_login($username, Agent $agent) { $this->agent = $agent; $keys = $agent->requestIdentities(); foreach ($keys as $key) { if ($this->privatekey_login($username, $key)) { return true; } } return false; } /** * Login with an RSA private key * * {@internal It might be worthwhile, at some point, to protect against {@link http://tools.ietf.org/html/rfc4251#section-9.3.9 traffic analysis} * by sending dummy SSH_MSG_IGNORE messages.} * * @param string $username * @param \phpseclib3\Crypt\Common\PrivateKey $privatekey * @return bool * @throws \RuntimeException on connection error * @access private */ private function privatekey_login($username, PrivateKey $privatekey) { $publickey = $privatekey->getPublicKey(); if ($publickey instanceof RSA) { $privatekey = $privatekey->withPadding(RSA::SIGNATURE_PKCS1); $algos = ['rsa-sha2-256', 'rsa-sha2-512', 'ssh-rsa']; if (isset($this->preferred['hostkey'])) { $algos = array_intersect($this->preferred['hostkey'] , $algos); } $algo = self::array_intersect_first($algos, $this->server_host_key_algorithms); switch ($algo) { case 'rsa-sha2-512': $hash = 'sha512'; $signatureType = 'rsa-sha2-512'; break; case 'rsa-sha2-256': $hash = 'sha256'; $signatureType = 'rsa-sha2-256'; break; //case 'ssh-rsa': default: $hash = 'sha1'; $signatureType = 'ssh-rsa'; } } else if ($publickey instanceof EC) { $privatekey = $privatekey->withSignatureFormat('SSH2'); $curveName = $privatekey->getCurve(); switch ($curveName) { case 'Ed25519': $hash = 'sha512'; $signatureType = 'ssh-ed25519'; break; case 'secp256r1': // nistp256 $hash = 'sha256'; $signatureType = 'ecdsa-sha2-nistp256'; break; case 'secp384r1': // nistp384 $hash = 'sha384'; $signatureType = 'ecdsa-sha2-nistp384'; break; case 'secp521r1': // nistp521 $hash = 'sha512'; $signatureType = 'ecdsa-sha2-nistp521'; break; default: if (is_array($curveName)) { throw new UnsupportedCurveException('Specified Curves are not supported by SSH2'); } throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported by phpseclib3\'s SSH2 implementation'); } } else if ($publickey instanceof DSA) { $privatekey = $privatekey->withSignatureFormat('SSH2'); $hash = 'sha1'; $signatureType = 'ssh-dss'; } else { throw new UnsupportedAlgorithmException('Please use either an RSA key, an EC one or a DSA key'); } $publickeyStr = $publickey->toString('OpenSSH', ['binary' => true]); $part1 = Strings::packSSH2( 'Csss', NET_SSH2_MSG_USERAUTH_REQUEST, $username, 'ssh-connection', 'publickey' ); $part2 = Strings::packSSH2('ss', $signatureType, $publickeyStr); $packet = $part1 . chr(0) . $part2; $this->send_binary_packet($packet); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type) = Strings::unpackSSH2('C', $response); switch ($type) { case NET_SSH2_MSG_USERAUTH_FAILURE: list($message) = Strings::unpackSSH2('s', $response); $this->errors[] = 'SSH_MSG_USERAUTH_FAILURE: ' . $message; return false; case NET_SSH2_MSG_USERAUTH_PK_OK: // we'll just take it on faith that the public key blob and the public key algorithm name are as // they should be $this->updateLogHistory('UNKNOWN (60)', 'NET_SSH2_MSG_USERAUTH_PK_OK'); break; case NET_SSH2_MSG_USERAUTH_SUCCESS: $this->bitmap |= self::MASK_LOGIN; return true; default: $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new ConnectionClosedException('Unexpected response to publickey authentication pt 1'); } $packet = $part1 . chr(1) . $part2; $privatekey = $privatekey->withHash($hash); $signature = $privatekey->sign(Strings::packSSH2('s', $this->session_id) . $packet); if ($publickey instanceof RSA) { $signature = Strings::packSSH2('ss', $signatureType, $signature); } $packet.= Strings::packSSH2('s', $signature); $this->send_binary_packet($packet); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type) = Strings::unpackSSH2('C', $response); switch ($type) { case NET_SSH2_MSG_USERAUTH_FAILURE: // either the login is bad or the server employs multi-factor authentication return false; case NET_SSH2_MSG_USERAUTH_SUCCESS: $this->bitmap |= self::MASK_LOGIN; return true; } $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new ConnectionClosedException('Unexpected response to publickey authentication pt 2'); } /** * Set Timeout * * $ssh->exec('ping 127.0.0.1'); on a Linux host will never return and will run indefinitely. setTimeout() makes it so it'll timeout. * Setting $timeout to false or 0 will mean there is no timeout. * * @param mixed $timeout * @access public */ public function setTimeout($timeout) { $this->timeout = $this->curTimeout = $timeout; } /** * Set Keep Alive * * Sends an SSH2_MSG_IGNORE message every x seconds, if x is a positive non-zero number. * * @param int $interval * @access public */ function setKeepAlive($interval) { $this->keepAlive = $interval; } /** * Get the output from stdError * * @access public */ public function getStdError() { return $this->stdErrorLog; } /** * Execute Command * * If $callback is set to false then \phpseclib3\Net\SSH2::get_channel_packet(self::CHANNEL_EXEC) will need to be called manually. * In all likelihood, this is not a feature you want to be taking advantage of. * * @param string $command * @param callback $callback * @return string * @throws \RuntimeException on connection error * @access public */ public function exec($command, $callback = null) { $this->curTimeout = $this->timeout; $this->is_timeout = false; $this->stdErrorLog = ''; if (!$this->isAuthenticated()) { return false; } if ($this->in_request_pty_exec) { throw new \RuntimeException('If you want to run multiple exec()\'s you will need to disable (and re-enable if appropriate) a PTY for each one.'); } // RFC4254 defines the (client) window size as "bytes the other party can send before it must wait for the window to // be adjusted". 0x7FFFFFFF is, at 2GB, the max size. technically, it should probably be decremented, but, // honestly, if you're transferring more than 2GB, you probably shouldn't be using phpseclib, anyway. // see http://tools.ietf.org/html/rfc4254#section-5.2 for more info $this->window_size_server_to_client[self::CHANNEL_EXEC] = $this->window_size; // 0x8000 is the maximum max packet size, per http://tools.ietf.org/html/rfc4253#section-6.1, although since PuTTy // uses 0x4000, that's what will be used here, as well. $packet_size = 0x4000; $packet = Strings::packSSH2( 'CsN3', NET_SSH2_MSG_CHANNEL_OPEN, 'session', self::CHANNEL_EXEC, $this->window_size_server_to_client[self::CHANNEL_EXEC], $packet_size ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_EXEC] = NET_SSH2_MSG_CHANNEL_OPEN; $response = $this->get_channel_packet(self::CHANNEL_EXEC); if ($response === false) { return false; } if ($this->request_pty === true) { $terminal_modes = pack('C', NET_SSH2_TTY_OP_END); $packet = Strings::packSSH2( 'CNsCsN4s', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL_EXEC], 'pty-req', 1, $this->term, $this->windowColumns, $this->windowRows, 0, 0, $terminal_modes ); $this->send_binary_packet($packet); $response = $this->get_binary_packet(); if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } list($type) = Strings::unpackSSH2('C', $response); switch ($type) { case NET_SSH2_MSG_CHANNEL_SUCCESS: break; case NET_SSH2_MSG_CHANNEL_FAILURE: default: $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new \RuntimeException('Unable to request pseudo-terminal'); } $this->in_request_pty_exec = true; } // sending a pty-req SSH_MSG_CHANNEL_REQUEST message is unnecessary and, in fact, in most cases, slows things // down. the one place where it might be desirable is if you're doing something like \phpseclib3\Net\SSH2::exec('ping localhost &'). // with a pty-req SSH_MSG_CHANNEL_REQUEST, exec() will return immediately and the ping process will then // then immediately terminate. without such a request exec() will loop indefinitely. the ping process won't end but // neither will your script. // although, in theory, the size of SSH_MSG_CHANNEL_REQUEST could exceed the maximum packet size established by // SSH_MSG_CHANNEL_OPEN_CONFIRMATION, RFC4254#section-5.1 states that the "maximum packet size" refers to the // "maximum size of an individual data packet". ie. SSH_MSG_CHANNEL_DATA. RFC4254#section-5.2 corroborates. $packet = Strings::packSSH2( 'CNsCs', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL_EXEC], 'exec', 1, $command ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_EXEC] = NET_SSH2_MSG_CHANNEL_REQUEST; $response = $this->get_channel_packet(self::CHANNEL_EXEC); if ($response === false) { return false; } $this->channel_status[self::CHANNEL_EXEC] = NET_SSH2_MSG_CHANNEL_DATA; if ($callback === false || $this->in_request_pty_exec) { return true; } $output = ''; while (true) { $temp = $this->get_channel_packet(self::CHANNEL_EXEC); switch (true) { case $temp === true: return is_callable($callback) ? true : $output; case $temp === false: return false; default: if (is_callable($callback)) { if ($callback($temp) === true) { $this->close_channel(self::CHANNEL_EXEC); return true; } } else { $output.= $temp; } } } } /** * Creates an interactive shell * * @see self::read() * @see self::write() * @return bool * @throws \UnexpectedValueException on receipt of unexpected packets * @throws \RuntimeException on other errors * @access private */ private function initShell() { if ($this->in_request_pty_exec === true) { return true; } $this->window_size_server_to_client[self::CHANNEL_SHELL] = $this->window_size; $packet_size = 0x4000; $packet = Strings::packSSH2( 'CsN3', NET_SSH2_MSG_CHANNEL_OPEN, 'session', self::CHANNEL_SHELL, $this->window_size_server_to_client[self::CHANNEL_SHELL], $packet_size ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_SHELL] = NET_SSH2_MSG_CHANNEL_OPEN; $response = $this->get_channel_packet(self::CHANNEL_SHELL); if ($response === false) { return false; } $terminal_modes = pack('C', NET_SSH2_TTY_OP_END); $packet = Strings::packSSH2( 'CNsbsN4s', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL_SHELL], 'pty-req', true, // want reply $this->term, $this->windowColumns, $this->windowRows, 0, 0, $terminal_modes ); $this->send_binary_packet($packet); $packet = Strings::packSSH2( 'CNsb', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL_SHELL], 'shell', true // want reply ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_SHELL] = NET_SSH2_MSG_IGNORE; $this->bitmap |= self::MASK_SHELL; return true; } /** * Return the channel to be used with read() / write() * * @see self::read() * @see self::write() * @return int * @access public */ private function get_interactive_channel() { switch (true) { case $this->in_subsystem: return self::CHANNEL_SUBSYSTEM; case $this->in_request_pty_exec: return self::CHANNEL_EXEC; default: return self::CHANNEL_SHELL; } } /** * Return an available open channel * * @return int * @access public */ private function get_open_channel() { $channel = self::CHANNEL_EXEC; do { if (isset($this->channel_status[$channel]) && $this->channel_status[$channel] == NET_SSH2_MSG_CHANNEL_OPEN) { return $channel; } } while ($channel++ < self::CHANNEL_SUBSYSTEM); return false; } /** * Request agent forwarding of remote server * * @return bool * @access public */ public function requestAgentForwarding() { $request_channel = $this->get_open_channel(); if ($request_channel === false) { return false; } $packet = Strings::packSSH2( 'CNsC', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[$request_channel], 'auth-agent-req@openssh.com', 1 ); $this->channel_status[$request_channel] = NET_SSH2_MSG_CHANNEL_REQUEST; $this->send_binary_packet($packet); $response = $this->get_channel_packet($request_channel); if ($response === false) { return false; } $this->channel_status[$request_channel] = NET_SSH2_MSG_CHANNEL_OPEN; return true; } /** * Returns the output of an interactive shell * * Returns when there's a match for $expect, which can take the form of a string literal or, * if $mode == self::READ_REGEX, a regular expression. * * @see self::write() * @param string $expect * @param int $mode * @return string|bool|null * @throws \RuntimeException on connection error * @access public */ public function read($expect = '', $mode = self::READ_SIMPLE) { $this->curTimeout = $this->timeout; $this->is_timeout = false; if (!$this->isAuthenticated()) { throw new InsufficientSetupException('Operation disallowed prior to login()'); } if (!($this->bitmap & self::MASK_SHELL) && !$this->initShell()) { throw new \RuntimeException('Unable to initiate an interactive shell session'); } $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) { preg_match($expect, substr($this->interactiveBuffer, -1024), $matches); $match = isset($matches[0]) ? $matches[0] : ''; } $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false; if ($pos !== false) { return Strings::shift($this->interactiveBuffer, $pos + strlen($match)); } $response = $this->get_channel_packet($channel); if (is_bool($response)) { $this->in_request_pty_exec = false; return $response ? Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer)) : false; } $this->interactiveBuffer.= $response; } } /** * Inputs a command into an interactive shell. * * @see self::read() * @param string $cmd * @return bool * @throws \RuntimeException on connection error * @access public */ public function write($cmd) { if (!$this->isAuthenticated()) { throw new InsufficientSetupException('Operation disallowed prior to login()'); } if (!($this->bitmap & self::MASK_SHELL) && !$this->initShell()) { throw new \RuntimeException('Unable to initiate an interactive shell session'); } return $this->send_channel_packet($this->get_interactive_channel(), $cmd); } /** * Start a subsystem. * * Right now only one subsystem at a time is supported. To support multiple subsystem's stopSubsystem() could accept * a string that contained the name of the subsystem, but at that point, only one subsystem of each type could be opened. * To support multiple subsystem's of the same name maybe it'd be best if startSubsystem() generated a new channel id and * returns that and then that that was passed into stopSubsystem() but that'll be saved for a future date and implemented * if there's sufficient demand for such a feature. * * @see self::stopSubsystem() * @param string $subsystem * @return bool * @access public */ public function startSubsystem($subsystem) { $this->window_size_server_to_client[self::CHANNEL_SUBSYSTEM] = $this->window_size; $packet = Strings::packSSH2( 'CsN3', NET_SSH2_MSG_CHANNEL_OPEN, 'session', self::CHANNEL_SUBSYSTEM, $this->window_size, 0x4000 ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_SUBSYSTEM] = NET_SSH2_MSG_CHANNEL_OPEN; $response = $this->get_channel_packet(self::CHANNEL_SUBSYSTEM); if ($response === false) { return false; } $packet = Strings::packSSH2( 'CNsCs', NET_SSH2_MSG_CHANNEL_REQUEST, $this->server_channels[self::CHANNEL_SUBSYSTEM], 'subsystem', 1, $subsystem ); $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_SUBSYSTEM] = NET_SSH2_MSG_CHANNEL_REQUEST; $response = $this->get_channel_packet(self::CHANNEL_SUBSYSTEM); if ($response === false) { return false; } $this->channel_status[self::CHANNEL_SUBSYSTEM] = NET_SSH2_MSG_CHANNEL_DATA; $this->bitmap |= self::MASK_SHELL; $this->in_subsystem = true; return true; } /** * Stops a subsystem. * * @see self::startSubsystem() * @return bool * @access public */ public function stopSubsystem() { $this->in_subsystem = false; $this->close_channel(self::CHANNEL_SUBSYSTEM); return true; } /** * Closes a channel * * If read() timed out you might want to just close the channel and have it auto-restart on the next read() call * * @access public */ public function reset() { $this->close_channel($this->get_interactive_channel()); } /** * Is timeout? * * Did exec() or read() return because they timed out or because they encountered the end? * * @access public */ public function isTimeout() { return $this->is_timeout; } /** * Disconnect * * @access public */ public function disconnect() { $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); if (isset($this->realtime_log_file) && is_resource($this->realtime_log_file)) { fclose($this->realtime_log_file); } unset(self::$connections[$this->getResourceId()]); } /** * Destructor. * * Will be called, automatically, if you're supporting just PHP5. If you're supporting PHP4, you'll need to call * disconnect(). * * @access public */ public function __destruct() { $this->disconnect(); } /** * Is the connection still active? * * @return bool * @access public */ public function isConnected() { return (bool) ($this->bitmap & self::MASK_CONNECTED); } /** * Have you successfully been logged in? * * @return bool * @access public */ public function isAuthenticated() { return (bool) ($this->bitmap & self::MASK_LOGIN); } /** * Pings a server connection, or tries to reconnect if the connection has gone down * * Inspired by http://php.net/manual/en/mysqli.ping.php * * @return bool */ public function ping() { if (!$this->isAuthenticated()) { if (!empty($this->auth)) { return $this->reconnect(); } return false; } $this->window_size_server_to_client[self::CHANNEL_KEEP_ALIVE] = $this->window_size; $packet_size = 0x4000; $packet = Strings::packSSH2( 'CsN3', NET_SSH2_MSG_CHANNEL_OPEN, 'session', self::CHANNEL_KEEP_ALIVE, $this->window_size_server_to_client[self::CHANNEL_KEEP_ALIVE], $packet_size ); try { $this->send_binary_packet($packet); $this->channel_status[self::CHANNEL_KEEP_ALIVE] = NET_SSH2_MSG_CHANNEL_OPEN; $response = $this->get_channel_packet(self::CHANNEL_KEEP_ALIVE); } catch (\RuntimeException $e) { return $this->reconnect(); } $this->close_channel(NET_SSH2_CHANNEL_KEEP_ALIVE); return true; } /** * In situ reconnect method * * @return boolean */ private function reconnect() { $this->reset_connection(NET_SSH2_DISCONNECT_CONNECTION_LOST); $this->retry_connect = true; if (!$this->connect()) { return false; } foreach ($this->auth as $auth) { $result = $this->login(...$auth); } return $result; } /** * Resets a connection for re-use * * @param int $reason * @access private */ protected function reset_connection($reason) { $this->disconnect_helper($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 * * See '6. Binary Packet Protocol' of rfc4253 for more info. * * @see self::_send_binary_packet() * @param bool $skip_channel_filter * @return string * @access private */ private function get_binary_packet($skip_channel_filter = false) { if ($skip_channel_filter) { $read = [$this->fsock]; $write = $except = null; if ($this->curTimeout <= 0) { if ($this->keepAlive <= 0) { @stream_select($read, $write, $except, null); } else { if (!@stream_select($read, $write, $except, $this->keepAlive)) { $this->send_binary_packet(pack('CN', NET_SSH2_MSG_IGNORE, 0)); return $this->get_binary_packet(true); } } } else { if ($this->curTimeout < 0) { $this->is_timeout = true; return true; } $read = [$this->fsock]; $write = $except = null; $start = microtime(true); if ($this->keepAlive > 0 && $this->keepAlive < $this->curTimeout) { if (!@stream_select($read, $write, $except, $this->keepAlive)) { $this->send_binary_packet(pack('CN', NET_SSH2_MSG_IGNORE, 0)); $elapsed = microtime(true) - $start; $this->curTimeout-= $elapsed; return $this->get_binary_packet(true); } $elapsed = microtime(true) - $start; $this->curTimeout-= $elapsed; } $sec = floor($this->curTimeout); $usec = 1000000 * ($this->curTimeout - $sec); // this can return a "stream_select(): unable to select [4]: Interrupted system call" error if (!@stream_select($read, $write, $except, $sec, $usec)) { $this->is_timeout = true; return true; } $elapsed = microtime(true) - $start; $this->curTimeout-= $elapsed; } } if (!is_resource($this->fsock) || feof($this->fsock)) { $this->bitmap = 0; throw new ConnectionClosedException('Connection closed prematurely'); } $start = microtime(true); $raw = stream_get_contents($this->fsock, $this->decrypt_block_size); if (!strlen($raw)) { return ''; } if ($this->decrypt) { switch ($this->decrypt->name) { case 'aes128-gcm@openssh.com': case 'aes256-gcm@openssh.com': $this->decrypt->setNonce( $this->decrypt->fixed . $this->decrypt->invocation_counter ); Strings::increment_str($this->decrypt->invocation_counter); $this->decrypt->setAAD($temp = Strings::shift($raw, 4)); extract(unpack('Npacket_length', $temp)); /** * @var integer $packet_length */ $raw.= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4); $stop = microtime(true); $tag = stream_get_contents($this->fsock, $this->decrypt_block_size); $this->decrypt->setTag($tag); $raw = $this->decrypt->decrypt($raw); $raw = $temp . $raw; $remaining_length = 0; break; case 'chacha20-poly1305@openssh.com': $nonce = pack('N2', 0, $this->get_seq_no); $this->lengthDecrypt->setNonce($nonce); $temp = $this->lengthDecrypt->decrypt($aad = Strings::shift($raw, 4)); extract(unpack('Npacket_length', $temp)); /** * @var integer $packet_length */ $raw.= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4); $stop = microtime(true); $tag = stream_get_contents($this->fsock, 16); $this->decrypt->setNonce($nonce); $this->decrypt->setCounter(0); // this is the same approach that's implemented in Salsa20::createPoly1305Key() // but we don't want to use the same AEAD construction that RFC8439 describes // for ChaCha20-Poly1305 so we won't rely on it (see Salsa20::poly1305()) $this->decrypt->setPoly1305Key( $this->decrypt->encrypt(str_repeat("\0", 32)) ); $this->decrypt->setAAD($aad); $this->decrypt->setCounter(1); $this->decrypt->setTag($tag); $raw = $this->decrypt->decrypt($raw); $raw = $temp . $raw; $remaining_length = 0; break; default: if (!$this->hmac_check instanceof Hash || !$this->hmac_check->etm) { $raw = $this->decrypt->decrypt($raw); break; } extract(unpack('Npacket_length', $temp = Strings::shift($raw, 4))); /** * @var integer $packet_length */ $raw.= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4); $stop = microtime(true); $encrypted = $temp . $raw; $raw = $temp . $this->decrypt->decrypt($raw); $remaining_length = 0; } } if (strlen($raw) < 5) { return false; } extract(unpack('Npacket_length/Cpadding_length', Strings::shift($raw, 5))); /** * @var integer $packet_length * @var integer $padding_length */ if (!isset($remaining_length)) { $remaining_length = $packet_length + 4 - $this->decrypt_block_size; } $buffer = $this->read_remaining_bytes($remaining_length); if (!isset($stop)) { $stop = microtime(true); } if (strlen($buffer)) { $raw.= $this->decrypt ? $this->decrypt->decrypt($buffer) : $buffer; } $payload = Strings::shift($raw, $packet_length - $padding_length - 1); $padding = Strings::shift($raw, $padding_length); // should leave $raw empty if ($this->hmac_check instanceof Hash) { $hmac = stream_get_contents($this->fsock, $this->hmac_size); if ($hmac === false || strlen($hmac) != $this->hmac_size) { $this->disconnect_helper(NET_SSH2_DISCONNECT_MAC_ERROR); throw new \RuntimeException('Error reading socket'); } $reconstructed = !$this->hmac_check->etm ? pack('NCa*', $packet_length, $padding_length, $payload . $padding) : $encrypted; if (($this->hmac_check->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') { $this->hmac_check->setNonce("\0\0\0\0" . pack('N', $this->get_seq_no)); if ($hmac != $this->hmac_check->hash($reconstructed)) { $this->disconnect_helper(NET_SSH2_DISCONNECT_MAC_ERROR); throw new \RuntimeException('Invalid UMAC'); } } else { if ($hmac != $this->hmac_check->hash(pack('Na*', $this->get_seq_no, $reconstructed))) { $this->disconnect_helper(NET_SSH2_DISCONNECT_MAC_ERROR); throw new \RuntimeException('Invalid HMAC'); } } } //if ($this->decompress) { // $payload = gzinflate(substr($payload, 2)); //} $this->get_seq_no++; if (defined('NET_SSH2_LOGGING')) { $current = microtime(true); $message_number = isset($this->message_numbers[ord($payload[0])]) ? $this->message_numbers[ord($payload[0])] : 'UNKNOWN (' . ord($payload[0]) . ')'; $message_number = '<- ' . $message_number . ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)'; $this->append_log($message_number, $payload); $this->last_packet = $current; } return $this->filter($payload, $skip_channel_filter); } /** * Read Remaining Bytes * * @see self::get_binary_packet() * @param int $remaining_length * @return string * @access private */ private function read_remaining_bytes($remaining_length) { if (!$remaining_length) { return ''; } $adjustLength = false; if ($this->decrypt) { switch (true) { case $this->decrypt->name == 'aes128-gcm@openssh.com': case $this->decrypt->name == 'aes256-gcm@openssh.com': case $this->decrypt->name == 'chacha20-poly1305@openssh.com': case $this->hmac_check instanceof Hash && $this->hmac_check->etm: $remaining_length+= $this->decrypt_block_size - 4; $adjustLength = true; } } // quoting , // "implementations SHOULD check that the packet length is reasonable" // PuTTY uses 0x9000 as the actual max packet size and so to shall we // don't do this when GCM mode is used since GCM mode doesn't encrypt the length if ($remaining_length < -$this->decrypt_block_size || $remaining_length > 0x9000 || $remaining_length % $this->decrypt_block_size != 0) { if (!$this->bad_key_size_fix && self::bad_algorithm_candidate($this->decrypt ? $this->decrypt->name : '') && !($this->bitmap & SSH2::MASK_LOGIN)) { $this->bad_key_size_fix = true; $this->reset_connection(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); return false; } throw new \RuntimeException('Invalid size'); } if ($adjustLength) { $remaining_length-= $this->decrypt_block_size - 4; } $buffer = ''; while ($remaining_length > 0) { $temp = stream_get_contents($this->fsock, $remaining_length); if ($temp === false || feof($this->fsock)) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new \RuntimeException('Error reading from socket'); } $buffer.= $temp; $remaining_length-= strlen($temp); } return $buffer; } /** * Filter Binary Packets * * Because some binary packets need to be ignored... * * @see self::_get_binary_packet() * @param string $payload * @param bool $skip_channel_filter * @return string * @access private */ private function filter($payload, $skip_channel_filter) { switch (ord($payload[0])) { case NET_SSH2_MSG_DISCONNECT: Strings::shift($payload, 1); list($reason_code, $message) = Strings::unpackSSH2('Ns', $payload); $this->errors[] = 'SSH_MSG_DISCONNECT: ' . $this->disconnect_reasons[$reason_code] . "\r\n$message"; $this->bitmap = 0; return false; case NET_SSH2_MSG_IGNORE: $payload = $this->get_binary_packet($skip_channel_filter); break; case NET_SSH2_MSG_DEBUG: Strings::shift($payload, 2); // second byte is "always_display" list($message) = Strings::unpackSSH2('s', $payload); $this->errors[] = "SSH_MSG_DEBUG: $message"; $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) { if (!$this->key_exchange($payload)) { $this->bitmap = 0; return false; } $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->isAuthenticated() && ord($payload[0]) == NET_SSH2_MSG_USERAUTH_BANNER) { Strings::shift($payload, 1); list($this->banner_message) = Strings::unpackSSH2('s', $payload); $payload = $this->get_binary_packet(); } // only called when we've already logged in if (($this->bitmap & self::MASK_CONNECTED) && $this->isAuthenticated()) { switch (ord($payload[0])) { case NET_SSH2_MSG_CHANNEL_REQUEST: if (strlen($payload) == 31) { extract(unpack('cpacket_type/Nchannel/Nlength', $payload)); if (substr($payload, 9, $length) == 'keepalive@openssh.com' && isset($this->server_channels[$channel])) { if (ord(substr($payload, 9 + $length))) { // want reply $this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_SUCCESS, $this->server_channels[$channel])); } $payload = $this->get_binary_packet($skip_channel_filter); } } break; case NET_SSH2_MSG_CHANNEL_DATA: case NET_SSH2_MSG_CHANNEL_EXTENDED_DATA: 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 Strings::shift($payload, 1); list($request_name) = Strings::unpackSSH2('s', $payload); $this->errors[] = "SSH_MSG_GLOBAL_REQUEST: $request_name"; try { $this->send_binary_packet(pack('C', NET_SSH2_MSG_REQUEST_FAILURE)); } catch (\RuntimeException $e) { return $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); } $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 Strings::shift($payload, 1); list($data, $server_channel) = Strings::unpackSSH2('sN', $payload); switch ($data) { case 'auth-agent': case 'auth-agent@openssh.com': if (isset($this->agent)) { $new_channel = self::CHANNEL_AGENT_FORWARD; list( $remote_window_size, $remote_maximum_packet_size ) = Strings::unpackSSH2('NN', $payload); $this->packet_size_client_to_server[$new_channel] = $remote_window_size; $this->window_size_server_to_client[$new_channel] = $remote_maximum_packet_size; $this->window_size_client_to_server[$new_channel] = $this->window_size; $packet_size = 0x4000; $packet = pack( 'CN4', NET_SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, $server_channel, $new_channel, $packet_size, $packet_size ); $this->server_channels[$new_channel] = $server_channel; $this->channel_status[$new_channel] = NET_SSH2_MSG_CHANNEL_OPEN_CONFIRMATION; $this->send_binary_packet($packet); } break; default: $packet = Strings::packSSH2( 'CN2ss', NET_SSH2_MSG_CHANNEL_OPEN_FAILURE, $server_channel, NET_SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED, '', // description '' // language tag ); try { $this->send_binary_packet($packet); } catch (\RuntimeException $e) { return $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); } } $payload = $this->get_binary_packet($skip_channel_filter); break; case NET_SSH2_MSG_CHANNEL_WINDOW_ADJUST: Strings::shift($payload, 1); list($channel, $window_size) = Strings::unpackSSH2('NN', $payload); $this->window_size_client_to_server[$channel]+= $window_size; $payload = ($this->bitmap & self::MASK_WINDOW_ADJUST) ? true : $this->get_binary_packet($skip_channel_filter); } } return $payload; } /** * Enable Quiet Mode * * Suppress stderr from output * * @access public */ public function enableQuietMode() { $this->quiet_mode = true; } /** * Disable Quiet Mode * * Show stderr in output * * @access public */ public function disableQuietMode() { $this->quiet_mode = false; } /** * Returns whether Quiet Mode is enabled or not * * @see self::enableQuietMode() * @see self::disableQuietMode() * @access public * @return bool */ public function isQuietModeEnabled() { return $this->quiet_mode; } /** * Enable request-pty when using exec() * * @access public */ public function enablePTY() { $this->request_pty = true; } /** * Disable request-pty when using exec() * * @access public */ public function disablePTY() { if ($this->in_request_pty_exec) { $this->close_channel(self::CHANNEL_EXEC); $this->in_request_pty_exec = false; } $this->request_pty = false; } /** * Returns whether request-pty is enabled or not * * @see self::enablePTY() * @see self::disablePTY() * @access public * @return bool */ public function isPTYEnabled() { return $this->request_pty; } /** * Gets channel data * * Returns the data as a string if it's available and false if not. * * @param int $client_channel * @param bool $skip_extended * @return mixed * @throws \RuntimeException on connection error * @access private */ protected function get_channel_packet($client_channel, $skip_extended = false) { if (!empty($this->channel_buffers[$client_channel])) { return array_shift($this->channel_buffers[$client_channel]); } while (true) { if ($this->binary_packet_buffer !== false) { $response = $this->binary_packet_buffer; $this->binary_packet_buffer = false; } else { $response = $this->get_binary_packet(true); if ($response === true && $this->is_timeout) { if ($client_channel == self::CHANNEL_EXEC && !$this->request_pty) { $this->close_channel($client_channel); } return true; } if ($response === false) { $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST); throw new ConnectionClosedException('Connection closed by server'); } } if ($client_channel == -1 && $response === true) { return true; } list($type, $channel) = Strings::unpackSSH2('CN', $response); // will not be setup yet on incoming channel open request if (isset($channel) && isset($this->channel_status[$channel]) && isset($this->window_size_server_to_client[$channel])) { $this->window_size_server_to_client[$channel]-= strlen($response); // resize the window, if appropriate if ($this->window_size_server_to_client[$channel] < 0) { // PuTTY does something more analogous to the following: //if ($this->window_size_server_to_client[$channel] < 0x3FFFFFFF) { $packet = pack('CNN', NET_SSH2_MSG_CHANNEL_WINDOW_ADJUST, $this->server_channels[$channel], $this->window_resize); $this->send_binary_packet($packet); $this->window_size_server_to_client[$channel]+= $this->window_resize; } switch ($type) { 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 list($data_type_code, $data) = Strings::unpackSSH2('Ns', $response); $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] = []; } $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; } list($value) = Strings::unpackSSH2('s', $response); switch ($value) { case 'exit-signal': list( , // FALSE $signal_name, , // core dumped $error_message ) = Strings::unpackSSH2('bsbs', $response); $this->errors[] = "SSH_MSG_CHANNEL_REQUEST (exit-signal): $signal_name"; if (strlen($error_message)) { $this->errors[count($this->errors) - 1].= "\r\n$error_message"; } $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': list(, $this->exit_status) = Strings::unpackSSH2('CN', $response); // "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: list( $this->server_channels[$channel], $window_size, $this->packet_size_client_to_server[$channel] ) = Strings::unpackSSH2('NNN', $response); if ($window_size < 0) { $window_size&= 0x7FFFFFFF; $window_size+= 0x80000000; } $this->window_size_client_to_server[$channel] = $window_size; $result = $client_channel == $channel ? true : $this->get_channel_packet($client_channel, $skip_extended); $this->on_channel_open(); return $result; //case NET_SSH2_MSG_CHANNEL_OPEN_FAILURE: default: $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new \RuntimeException('Unable to open channel'); } break; case NET_SSH2_MSG_IGNORE: switch ($type) { case NET_SSH2_MSG_CHANNEL_SUCCESS: //$this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_DATA; continue 3; case NET_SSH2_MSG_CHANNEL_FAILURE: $this->_disconnect(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new \RuntimeException('Error opening channel'); } break; case NET_SSH2_MSG_CHANNEL_REQUEST: switch ($type) { case NET_SSH2_MSG_CHANNEL_SUCCESS: return true; case NET_SSH2_MSG_CHANNEL_FAILURE: return false; default: $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new \RuntimeException('Unable to fulfill channel request'); } case NET_SSH2_MSG_CHANNEL_CLOSE: return $type == NET_SSH2_MSG_CHANNEL_CLOSE ? true : $this->get_channel_packet($client_channel, $skip_extended); } } // ie. $this->channel_status[$channel] == NET_SSH2_MSG_CHANNEL_DATA switch ($type) { case NET_SSH2_MSG_CHANNEL_DATA: //if ($this->channel_status[$channel] == NET_SSH2_MSG_IGNORE) { // $this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_DATA; //} /* if ($channel == self::CHANNEL_EXEC) { // SCP requires null packets, such as this, be sent. further, in the case of the ssh.com SSH server // this actually seems to make things twice as fast. more to the point, the message right after // SSH_MSG_CHANNEL_DATA (usually SSH_MSG_IGNORE) won't block for as long as it would have otherwise. // in OpenSSH it slows things down but only by a couple thousandths of a second. $this->send_channel_packet($channel, chr(0)); } */ list($data) = Strings::unpackSSH2('s', $response); if ($channel == self::CHANNEL_AGENT_FORWARD) { $agent_response = $this->agent->forwardData($data); if (!is_bool($agent_response)) { $this->send_channel_packet($channel, $agent_response); } break; } if ($client_channel == $channel) { return $data; } if (!isset($this->channel_buffers[$channel])) { $this->channel_buffers[$channel] = []; } $this->channel_buffers[$channel][] = $data; break; case NET_SSH2_MSG_CHANNEL_CLOSE: $this->curTimeout = 5; if ($this->bitmap & self::MASK_SHELL) { $this->bitmap&= ~self::MASK_SHELL; } if ($this->channel_status[$channel] != NET_SSH2_MSG_CHANNEL_EOF) { $this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$channel])); } $this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_CLOSE; if ($client_channel == $channel) { return true; } case NET_SSH2_MSG_CHANNEL_EOF: break; default: $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION); throw new \RuntimeException('Error reading channel data'); } } } /** * Sends Binary Packets * * See '6. Binary Packet Protocol' of rfc4253 for more info. * * @param string $data * @param string $logged * @see self::_get_binary_packet() * @return bool * @access private */ protected function send_binary_packet($data, $logged = null) { if (!is_resource($this->fsock) || feof($this->fsock)) { $this->bitmap = 0; throw new ConnectionClosedException('Connection closed prematurely'); } //if ($this->compress) { // // the -4 removes the checksum: // // http://php.net/function.gzcompress#57710 // $data = substr(gzcompress($data), 0, -4); //} // 4 (packet length) + 1 (padding length) + 4 (minimal padding amount) == 9 $packet_length = strlen($data) + 9; if ($this->encrypt && $this->encrypt->usesNonce()) { $packet_length-= 4; } // round up to the nearest $this->encrypt_block_size $packet_length+= (($this->encrypt_block_size - 1) * $packet_length) % $this->encrypt_block_size; // subtracting strlen($data) is obvious - subtracting 5 is necessary because of packet_length and padding_length $padding_length = $packet_length - strlen($data) - 5; switch (true) { case $this->encrypt && $this->encrypt->usesNonce(): case $this->hmac_create instanceof Hash && $this->hmac_create->etm: $padding_length+= 4; $packet_length+= 4; } $padding = Random::string($padding_length); // we subtract 4 from packet_length because the packet_length field isn't supposed to include itself $packet = pack('NCa*', $packet_length - 4, $padding_length, $data . $padding); $hmac = ''; if ($this->hmac_create instanceof Hash && !$this->hmac_create->etm) { if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') { $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no)); $hmac = $this->hmac_create->hash($packet); } else { $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet)); } } if ($this->encrypt) { switch ($this->encrypt->name) { case 'aes128-gcm@openssh.com': case 'aes256-gcm@openssh.com': $this->encrypt->setNonce( $this->encrypt->fixed . $this->encrypt->invocation_counter ); Strings::increment_str($this->encrypt->invocation_counter); $this->encrypt->setAAD($temp = ($packet & "\xFF\xFF\xFF\xFF")); $packet = $temp . $this->encrypt->encrypt(substr($packet, 4)); break; case 'chacha20-poly1305@openssh.com': $nonce = pack('N2', 0, $this->send_seq_no); $this->encrypt->setNonce($nonce); $this->lengthEncrypt->setNonce($nonce); $length = $this->lengthEncrypt->encrypt($packet & "\xFF\xFF\xFF\xFF"); $this->encrypt->setCounter(0); // this is the same approach that's implemented in Salsa20::createPoly1305Key() // but we don't want to use the same AEAD construction that RFC8439 describes // for ChaCha20-Poly1305 so we won't rely on it (see Salsa20::poly1305()) $this->encrypt->setPoly1305Key( $this->encrypt->encrypt(str_repeat("\0", 32)) ); $this->encrypt->setAAD($length); $this->encrypt->setCounter(1); $packet = $length . $this->encrypt->encrypt(substr($packet, 4)); break; default: $packet = $this->hmac_create instanceof Hash && $this->hmac_create->etm ? ($packet & "\xFF\xFF\xFF\xFF") . $this->encrypt->encrypt(substr($packet, 4)) : $this->encrypt->encrypt($packet); } } if ($this->hmac_create instanceof Hash && $this->hmac_create->etm) { if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') { $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no)); $hmac = $this->hmac_create->hash($packet); } else { $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet)); } } $this->send_seq_no++; $packet.= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac; $start = microtime(true); $sent = @fputs($this->fsock, $packet); $stop = microtime(true); if (defined('NET_SSH2_LOGGING')) { $current = microtime(true); $message_number = isset($this->message_numbers[ord($data[0])]) ? $this->message_numbers[ord($data[0])] : 'UNKNOWN (' . ord($data[0]) . ')'; $message_number = '-> ' . $message_number . ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)'; $this->append_log($message_number, isset($logged) ? $logged : $data); $this->last_packet = $current; } if (strlen($packet) != $sent) { $this->bitmap = 0; throw new \RuntimeException("Only $sent of " . strlen($packet) . " bytes were sent"); } } /** * Logs data packets * * Makes sure that only the last 1MB worth of packets will be logged * * @param string $message_number * @param string $message * @access private */ private function append_log($message_number, $message) { // remove the byte identifying the message type from all but the first two messages (ie. the identification strings) if (strlen($message_number) > 2) { Strings::shift($message); } switch (NET_SSH2_LOGGING) { // useful for benchmarks case self::LOG_SIMPLE: $this->message_number_log[] = $message_number; break; // the most useful log for SSH2 case self::LOG_COMPLEX: $this->message_number_log[] = $message_number; $this->log_size+= strlen($message); $this->message_log[] = $message; while ($this->log_size > self::LOG_MAX_SIZE) { $this->log_size-= strlen(array_shift($this->message_log)); array_shift($this->message_number_log); } break; // dump the output out realtime; packets may be interspersed with non packets, // passwords won't be filtered out and select other packets may not be correctly // identified case self::LOG_REALTIME: switch (PHP_SAPI) { case 'cli': $start = $stop = "\r\n"; break; default: $start = '
';
                        $stop = '
'; } echo $start . $this->format_log([$message], [$message_number]) . $stop; @flush(); @ob_flush(); break; // basically the same thing as self::LOG_REALTIME with the caveat that NET_SSH2_LOG_REALTIME_FILENAME // needs to be defined and that the resultant log file will be capped out at self::LOG_MAX_SIZE. // the earliest part of the log file is denoted by the first <<< START >>> and is not going to necessarily // at the beginning of the file case self::LOG_REALTIME_FILE: if (!isset($this->realtime_log_file)) { // PHP doesn't seem to like using constants in fopen() $filename = NET_SSH2_LOG_REALTIME_FILENAME; $fp = fopen($filename, 'w'); $this->realtime_log_file = $fp; } if (!is_resource($this->realtime_log_file)) { break; } $entry = $this->format_log([$message], [$message_number]); if ($this->realtime_log_wrap) { $temp = "<<< START >>>\r\n"; $entry.= $temp; fseek($this->realtime_log_file, ftell($this->realtime_log_file) - strlen($temp)); } $this->realtime_log_size+= strlen($entry); if ($this->realtime_log_size > self::LOG_MAX_SIZE) { fseek($this->realtime_log_file, 0); $this->realtime_log_size = strlen($entry); $this->realtime_log_wrap = true; } fputs($this->realtime_log_file, $entry); } } /** * Sends channel data * * Spans multiple SSH_MSG_CHANNEL_DATAs if appropriate * * @param int $client_channel * @param string $data * @return bool * @access private */ protected function send_channel_packet($client_channel, $data) { while (strlen($data)) { if (!$this->window_size_client_to_server[$client_channel]) { $this->bitmap^= self::MASK_WINDOW_ADJUST; // using an invalid channel will let the buffers be built up for the valid channels $this->get_channel_packet(-1); $this->bitmap^= self::MASK_WINDOW_ADJUST; } /* The maximum amount of data allowed is determined by the maximum packet size for the channel, and the current window size, whichever is smaller. -- http://tools.ietf.org/html/rfc4254#section-5.2 */ $max_size = min( $this->packet_size_client_to_server[$client_channel], $this->window_size_client_to_server[$client_channel] ); $temp = Strings::shift($data, $max_size); $packet = Strings::packSSH2( 'CNs', NET_SSH2_MSG_CHANNEL_DATA, $this->server_channels[$client_channel], $temp ); $this->window_size_client_to_server[$client_channel]-= strlen($temp); $this->send_binary_packet($packet); } return true; } /** * Closes and flushes a channel * * \phpseclib3\Net\SSH2 doesn't properly close most channels. For exec() channels are normally closed by the server * and for SFTP channels are presumably closed when the client disconnects. This functions is intended * for SCP more than anything. * * @param int $client_channel * @param bool $want_reply * @return bool * @access private */ private function close_channel($client_channel, $want_reply = false) { // see http://tools.ietf.org/html/rfc4254#section-5.3 $this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_EOF, $this->server_channels[$client_channel])); if (!$want_reply) { $this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$client_channel])); } $this->channel_status[$client_channel] = NET_SSH2_MSG_CHANNEL_CLOSE; $this->curTimeout = 5; while (!is_bool($this->get_channel_packet($client_channel))) { } if ($this->is_timeout) { $this->disconnect(); } if ($want_reply) { $this->send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$client_channel])); } if ($this->bitmap & self::MASK_SHELL) { $this->bitmap&= ~self::MASK_SHELL; } } /** * Disconnect * * @param int $reason * @return bool * @access protected */ protected function disconnect_helper($reason) { if ($this->bitmap & self::MASK_CONNECTED) { $data = Strings::packSSH2('CNss', NET_SSH2_MSG_DISCONNECT, $reason, '', ''); try { $this->send_binary_packet($data); } catch (\Exception $e) { } } $this->bitmap = 0; if (is_resource($this->fsock) && get_resource_type($this->fsock) == 'stream') { fclose($this->fsock); } return false; } /** * Define Array * * Takes any number of arrays whose indices are integers and whose values are strings and defines a bunch of * named constants from it, using the value as the name of the constant and the index as the value of the constant. * If any of the constants that would be defined already exists, none of the constants will be defined. * * @param mixed[] ...$args * @access protected */ protected function define_array(...$args) { foreach ($args as $arg) { foreach ($arg as $key => $value) { if (!defined($value)) { define($value, $key); } else { break 2; } } } } /** * Returns a log of the packets that have been sent and received. * * Returns a string if NET_SSH2_LOGGING == self::LOG_COMPLEX, an array if NET_SSH2_LOGGING == self::LOG_SIMPLE and false if !defined('NET_SSH2_LOGGING') * * @access public * @return array|false|string */ public function getLog() { if (!defined('NET_SSH2_LOGGING')) { return false; } switch (NET_SSH2_LOGGING) { case self::LOG_SIMPLE: return $this->message_number_log; case self::LOG_COMPLEX: $log = $this->format_log($this->message_log, $this->message_number_log); return PHP_SAPI == 'cli' ? $log : '
' . $log . '
'; default: return false; } } /** * Formats a log for printing * * @param array $message_log * @param array $message_number_log * @access private * @return string */ protected function format_log($message_log, $message_number_log) { $output = ''; for ($i = 0; $i < count($message_log); $i++) { $output.= $message_number_log[$i] . "\r\n"; $current_log = $message_log[$i]; $j = 0; do { if (strlen($current_log)) { $output.= str_pad(dechex($j), 7, '0', STR_PAD_LEFT) . '0 '; } $fragment = Strings::shift($current_log, $this->log_short_width); $hex = substr(preg_replace_callback('#.#s', function ($matches) { return $this->log_boundary . str_pad(dechex(ord($matches[0])), 2, '0', STR_PAD_LEFT); }, $fragment), strlen($this->log_boundary)); // replace non ASCII printable characters with dots // http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters // also replace < with a . since < messes up the output on web browsers $raw = preg_replace('#[^\x20-\x7E]|<#', '.', $fragment); $output.= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n"; $j++; } while (strlen($current_log)); $output.= "\r\n"; } return $output; } /** * Helper function for agent->on_channel_open() * * Used when channels are created to inform agent * of said channel opening. Must be called after * channel open confirmation received * * @access private */ private function on_channel_open() { if (isset($this->agent)) { $this->agent->registerChannelOpen($this); } } /** * Returns the first value of the intersection of two arrays or false if * the intersection is empty. The order is defined by the first parameter. * * @param array $array1 * @param array $array2 * @return mixed False if intersection is empty, else intersected value. * @access private */ private static function array_intersect_first($array1, $array2) { foreach ($array1 as $value) { if (in_array($value, $array2)) { return $value; } } return false; } /** * Returns all errors * * @return string[] * @access public */ public function getErrors() { return $this->errors; } /** * Returns the last error * * @return string * @access public */ public function getLastError() { $count = count($this->errors); if ($count > 0) { return $this->errors[$count - 1]; } } /** * Return the server identification. * * @return string * @access public */ public function getServerIdentification() { $this->connect(); return $this->server_identifier; } /** * Returns a list of algorithms the server supports * * @return array * @access public */ public function getServerAlgorithms() { $this->connect(); return [ 'kex' => $this->kex_algorithms, 'hostkey' => $this->server_host_key_algorithms, 'client_to_server' => [ 'crypt' => $this->encryption_algorithms_client_to_server, 'mac' => $this->mac_algorithms_client_to_server, 'comp' => $this->compression_algorithms_client_to_server, 'lang' => $this->languages_client_to_server ], 'server_to_client' => [ 'crypt' => $this->encryption_algorithms_server_to_client, 'mac' => $this->mac_algorithms_server_to_client, 'comp' => $this->compression_algorithms_server_to_client, 'lang' => $this->languages_server_to_client ] ]; } /** * Returns a list of KEX algorithms that phpseclib supports * * @return array * @access public */ public static function getSupportedKEXAlgorithms() { $kex_algorithms = [ // Elliptic Curve Diffie-Hellman Key Agreement (ECDH) using // Curve25519. See doc/curve25519-sha256@libssh.org.txt in the // libssh repository for more information. 'curve25519-sha256', 'curve25519-sha256@libssh.org', 'ecdh-sha2-nistp256', // RFC 5656 'ecdh-sha2-nistp384', // RFC 5656 'ecdh-sha2-nistp521', // RFC 5656 'diffie-hellman-group-exchange-sha256',// RFC 4419 'diffie-hellman-group-exchange-sha1', // RFC 4419 // Diffie-Hellman Key Agreement (DH) using integer modulo prime // groups. 'diffie-hellman-group14-sha256', 'diffie-hellman-group14-sha1', // REQUIRED 'diffie-hellman-group15-sha512', 'diffie-hellman-group16-sha512', 'diffie-hellman-group17-sha512', 'diffie-hellman-group18-sha512', 'diffie-hellman-group1-sha1', // REQUIRED ]; return $kex_algorithms; } /** * Returns a list of host key algorithms that phpseclib supports * * @return array * @access public */ public static function getSupportedHostKeyAlgorithms() { return [ 'ssh-ed25519', // https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-02 'ecdsa-sha2-nistp256', // RFC 5656 'ecdsa-sha2-nistp384', // RFC 5656 'ecdsa-sha2-nistp521', // RFC 5656 'rsa-sha2-256', // RFC 8332 'rsa-sha2-512', // RFC 8332 'ssh-rsa', // RECOMMENDED sign Raw RSA Key 'ssh-dss' // REQUIRED sign Raw DSS Key ]; } /** * Returns a list of symmetric key algorithms that phpseclib supports * * @return array * @access public */ public static function getSupportedEncryptionAlgorithms() { $algos = [ // from : 'aes128-gcm@openssh.com', 'aes256-gcm@openssh.com', // from : 'arcfour256', 'arcfour128', //'arcfour', // OPTIONAL the ARCFOUR stream cipher with a 128-bit key // CTR modes from : 'aes128-ctr', // RECOMMENDED AES (Rijndael) in SDCTR mode, with 128-bit key 'aes192-ctr', // RECOMMENDED AES with 192-bit key 'aes256-ctr', // RECOMMENDED AES with 256-bit key // from : // one of the big benefits of chacha20-poly1305 is speed. the problem is... // libsodium doesn't generate the poly1305 keys in the way ssh does and openssl's PHP bindings don't even // seem to support poly1305 currently. so even if libsodium or openssl are being used for the chacha20 // part, pure-PHP has to be used for the poly1305 part and that's gonna cause a big slow down. // speed-wise it winds up being faster to use AES (when openssl or mcrypt are available) and some HMAC // (which is always gonna be super fast to compute thanks to the hash extension, which // "is bundled and compiled into PHP by default") 'chacha20-poly1305@openssh.com', 'twofish128-ctr', // OPTIONAL Twofish in SDCTR mode, with 128-bit key 'twofish192-ctr', // OPTIONAL Twofish with 192-bit key 'twofish256-ctr', // OPTIONAL Twofish with 256-bit key 'aes128-cbc', // RECOMMENDED AES with a 128-bit key 'aes192-cbc', // OPTIONAL AES with a 192-bit key 'aes256-cbc', // OPTIONAL AES in CBC mode, with a 256-bit key 'twofish128-cbc', // OPTIONAL Twofish with a 128-bit key 'twofish192-cbc', // OPTIONAL Twofish with a 192-bit key 'twofish256-cbc', 'twofish-cbc', // OPTIONAL alias for "twofish256-cbc" // (this is being retained for historical reasons) 'blowfish-ctr', // OPTIONAL Blowfish in SDCTR mode 'blowfish-cbc', // OPTIONAL Blowfish in CBC mode '3des-ctr', // RECOMMENDED Three-key 3DES in SDCTR mode '3des-cbc', // REQUIRED three-key 3DES in CBC mode //'none' // OPTIONAL no encryption; NOT RECOMMENDED ]; if (self::$crypto_engine) { $engines = [self::$crypto_engine]; } else { $engines = [ 'libsodium', 'OpenSSL (GCM)', 'OpenSSL', 'mcrypt', 'Eval', 'PHP' ]; } $ciphers = []; foreach ($engines as $engine) { foreach ($algos as $algo) { $obj = self::encryption_algorithm_to_crypt_instance($algo); if ($obj instanceof Rijndael ) { $obj->setKeyLength(preg_replace('#[^\d]#', '', $algo)); } switch ($algo) { case 'chacha20-poly1305@openssh.com': case 'arcfour128': case 'arcfour256': if ($engine != 'Eval') { continue 2; } break; case 'aes128-gcm@openssh.com': case 'aes256-gcm@openssh.com': if ($engine == 'OpenSSL') { continue 2; } $obj->setNonce('dummydummydu'); } if ($obj->isValidEngine($engine)) { $algos = array_diff($algos, [$algo]); $ciphers[] = $algo; } } } return $ciphers; } /** * Returns a list of MAC algorithms that phpseclib supports * * @return array * @access public */ public static function getSupportedMACAlgorithms() { return [ 'hmac-sha2-256-etm@openssh.com', 'hmac-sha2-512-etm@openssh.com', 'umac-64-etm@openssh.com', 'umac-128-etm@openssh.com', 'hmac-sha1-etm@openssh.com', // from : 'hmac-sha2-256',// RECOMMENDED HMAC-SHA256 (digest length = key length = 32) 'hmac-sha2-512',// OPTIONAL HMAC-SHA512 (digest length = key length = 64) // from : 'umac-64@openssh.com', 'umac-128@openssh.com', 'hmac-sha1-96', // RECOMMENDED first 96 bits of HMAC-SHA1 (digest length = 12, key length = 20) 'hmac-sha1', // REQUIRED HMAC-SHA1 (digest length = key length = 20) 'hmac-md5-96', // OPTIONAL first 96 bits of HMAC-MD5 (digest length = 12, key length = 16) 'hmac-md5', // OPTIONAL HMAC-MD5 (digest length = key length = 16) //'none' // OPTIONAL no MAC; NOT RECOMMENDED ]; } /** * Returns a list of compression algorithms that phpseclib supports * * @return array * @access public */ public static function getSupportedCompressionAlgorithms() { return [ 'none' // REQUIRED no compression //'zlib' // OPTIONAL ZLIB (LZ77) compression ]; } /** * Return list of negotiated algorithms * * Uses the same format as https://www.php.net/ssh2-methods-negotiated * * @return array * @access public */ public function getAlgorithmsNegotiated() { $this->connect(); return [ 'kex' => $this->kex_algorithm, 'hostkey' => $this->signature_format, 'client_to_server' => [ 'crypt' => $this->encrypt->name, 'mac' => $this->hmac_create->name, 'comp' => 'none', ], 'server_to_client' => [ 'crypt' => $this->decrypt->name, 'mac' => $this->hmac_check->name, 'comp' => 'none', ] ]; } /** * Allows you to set the terminal * * @param string $term * @access public */ public function setTerminal($term) { $this->term = $term; } /** * Accepts an associative array with up to four parameters as described at * * * @param array $methods * @access public */ public function setPreferredAlgorithms(array $methods) { $preferred = $methods; if (isset($preferred['kex'])) { $preferred['kex'] = array_intersect( $preferred['kex'], static::getSupportedKEXAlgorithms() ); } if (isset($preferred['hostkey'])) { $preferred['hostkey'] = array_intersect( $preferred['hostkey'], static::getSupportedHostKeyAlgorithms() ); } $keys = ['client_to_server', 'server_to_client']; foreach ($keys as $key) { if (isset($preferred[$key])) { $a = &$preferred[$key]; if (isset($a['crypt'])) { $a['crypt'] = array_intersect( $a['crypt'], static::getSupportedEncryptionAlgorithms() ); } if (isset($a['comp'])) { $a['comp'] = array_intersect( $a['comp'], static::getSupportedCompressionAlgorithms() ); } if (isset($a['mac'])) { $a['mac'] = array_intersect( $a['mac'], static::getSupportedMACAlgorithms() ); } } } $keys = [ 'kex', 'hostkey', 'client_to_server/crypt', 'client_to_server/comp', 'client_to_server/mac', 'server_to_client/crypt', 'server_to_client/comp', 'server_to_client/mac', ]; foreach ($keys as $key) { $p = $preferred; $m = $methods; $subkeys = explode('/', $key); foreach ($subkeys as $subkey) { if (!isset($p[$subkey])) { continue 2; } $p = $p[$subkey]; $m = $m[$subkey]; } if (count($p) != count($m)) { $diff = array_diff($m, $p); $msg = count($diff) == 1 ? ' is not a supported algorithm' : ' are not supported algorithms'; throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg); } } $this->preferred = $preferred; } /** * Returns the banner message. * * Quoting from the RFC, "in some jurisdictions, sending a warning message before * authentication may be relevant for getting legal protection." * * @return string * @access public */ public function getBannerMessage() { return $this->banner_message; } /** * Returns the server public host key. * * Caching this the first time you connect to a server and checking the result on subsequent connections * is recommended. Returns false if the server signature is not signed correctly with the public host key. * * @return mixed * @throws \RuntimeException on badly formatted keys * @throws \phpseclib3\Exception\NoSupportedAlgorithmsException when the key isn't in a supported format * @access public */ public function getServerPublicHostKey() { if (!($this->bitmap & self::MASK_CONSTRUCTOR)) { if (!$this->connect()) { return false; } } $signature = $this->signature; $server_public_host_key = base64_encode($this->server_public_host_key); if ($this->signature_validated) { return $this->bitmap ? $this->signature_format . ' ' . $server_public_host_key : false; } $this->signature_validated = true; switch ($this->signature_format) { case 'ssh-ed25519': case 'ecdsa-sha2-nistp256': case 'ecdsa-sha2-nistp384': case 'ecdsa-sha2-nistp521': $key = EC::loadFormat('OpenSSH', $server_public_host_key) ->withSignatureFormat('SSH2'); switch ($this->signature_format) { case 'ssh-ed25519': $hash = 'sha512'; break; case 'ecdsa-sha2-nistp256': $hash = 'sha256'; break; case 'ecdsa-sha2-nistp384': $hash = 'sha384'; break; case 'ecdsa-sha2-nistp521': $hash = 'sha512'; } $key = $key->withHash($hash); break; case 'ssh-dss': $key = DSA::loadFormat('OpenSSH', $server_public_host_key) ->withSignatureFormat('SSH2') ->withHash('sha1'); break; case 'ssh-rsa': case 'rsa-sha2-256': case 'rsa-sha2-512': if (strlen($signature) < 15) { return false; } Strings::shift($signature, 11); $temp = unpack('Nlength', Strings::shift($signature, 4)); $signature = Strings::shift($signature, $temp['length']); $key = RSA::loadFormat('OpenSSH', $server_public_host_key) ->withPadding(RSA::SIGNATURE_PKCS1); switch ($this->signature_format) { case 'rsa-sha2-512': $hash = 'sha512'; break; case 'rsa-sha2-256': $hash = 'sha256'; break; //case 'ssh-rsa': default: $hash = 'sha1'; } $key = $key->withHash($hash); break; default: $this->disconnect_helper(NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE); throw new NoSupportedAlgorithmsException('Unsupported signature format'); } if (!$key->verify($this->exchange_hash, $signature)) { return $this->disconnect_helper(NET_SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE); }; return $this->signature_format . ' ' . $server_public_host_key; } /** * Returns the exit status of an SSH command or false. * * @return false|int * @access public */ public function getExitStatus() { if (is_null($this->exit_status)) { return false; } return $this->exit_status; } /** * Returns the number of columns for the terminal window size. * * @return int * @access public */ public function getWindowColumns() { return $this->windowColumns; } /** * Returns the number of rows for the terminal window size. * * @return int * @access public */ public function getWindowRows() { return $this->windowRows; } /** * Sets the number of columns for the terminal window size. * * @param int $value * @access public */ public function setWindowColumns($value) { $this->windowColumns = $value; } /** * Sets the number of rows for the terminal window size. * * @param int $value * @access public */ public function setWindowRows($value) { $this->windowRows = $value; } /** * Sets the number of columns and rows for the terminal window size. * * @param int $columns * @param int $rows * @access public */ public function setWindowSize($columns = 80, $rows = 24) { $this->windowColumns = $columns; $this->windowRows = $rows; } /** * To String Magic Method * * @return string * @access public */ public function __toString() { return $this->getResourceId(); } /** * Get Resource ID * * We use {} because that symbols should not be in URL according to * {@link http://tools.ietf.org/html/rfc3986#section-2 RFC}. * It will safe us from any conflicts, because otherwise regexp will * match all alphanumeric domains. * * @return string */ public function getResourceId() { return '{' . spl_object_hash($this) . '}'; } /** * Return existing connection * * @param string $id * * @return bool|SSH2 will return false if no such connection */ public static function getConnectionByResourceId($id) { return isset(self::$connections[$id]) ? self::$connections[$id] : false; } /** * Return all excising connections * * @return SSH2[] */ public static function getConnections() { return self::$connections; } /* * Update packet types in log history * * @param string $old * @param string $new * @access private */ private function updateLogHistory($old, $new) { if (defined('NET_SSH2_LOGGING') && NET_SSH2_LOGGING == self::LOG_COMPLEX) { $this->message_number_log[count($this->message_number_log) - 1] = str_replace( $old, $new, $this->message_number_log[count($this->message_number_log) - 1] ); } } } PK5 Z7uVuV8vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.phpnu[ * @copyright 2013 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Net\SFTP; use phpseclib3\Crypt\Common\PrivateKey; use phpseclib3\Net\SFTP; use phpseclib3\Net\SSH2; /** * SFTP Stream Wrapper * * @package SFTP * @author Jim Wigginton * @access public */ class Stream { /** * SFTP instances * * Rather than re-create the connection we re-use instances if possible * * @var array */ static $instances; /** * SFTP instance * * @var object * @access private */ private $sftp; /** * Path * * @var string * @access private */ private $path; /** * Mode * * @var string * @access private */ private $mode; /** * Position * * @var int * @access private */ private $pos; /** * Size * * @var int * @access private */ private $size; /** * Directory entries * * @var array * @access private */ private $entries; /** * EOF flag * * @var bool * @access private */ private $eof; /** * Context resource * * Technically this needs to be publicly accessible so PHP can set it directly * * @var resource * @access public */ public $context; /** * Notification callback function * * @var callable * @access public */ private $notification; /** * Registers this class as a URL wrapper. * * @param string $protocol The wrapper name to be registered. * @return bool True on success, false otherwise. * @access public */ public static function register($protocol = 'sftp') { if (in_array($protocol, stream_get_wrappers(), true)) { return false; } return stream_wrapper_register($protocol, get_called_class()); } /** * The Constructor * * @access public */ public function __construct() { if (defined('NET_SFTP_STREAM_LOGGING')) { echo "__construct()\r\n"; } } /** * Path Parser * * Extract a path from a URI and actually connect to an SSH server if appropriate * * If "notification" is set as a context parameter the message code for successful login is * NET_SSH2_MSG_USERAUTH_SUCCESS. For a failed login it's NET_SSH2_MSG_USERAUTH_FAILURE. * * @param string $path * @return string * @access private */ protected function parse_path($path) { $orig = $path; extract(parse_url($path) + ['port' => 22]); if (isset($query)) { $path.= '?' . $query; } elseif (preg_match('/(\?|\?#)$/', $orig)) { $path.= '?'; } if (isset($fragment)) { $path.= '#' . $fragment; } elseif ($orig[strlen($orig) - 1] == '#') { $path.= '#'; } if (!isset($host)) { return false; } if (isset($this->context)) { $context = stream_context_get_params($this->context); if (isset($context['notification'])) { $this->notification = $context['notification']; } } if (preg_match('/^{[a-z0-9]+}$/i', $host)) { $host = SSH2::getConnectionByResourceId($host); if ($host === false) { return false; } $this->sftp = $host; } else { if (isset($this->context)) { $context = stream_context_get_options($this->context); } if (isset($context[$scheme]['session'])) { $sftp = $context[$scheme]['session']; } if (isset($context[$scheme]['sftp'])) { $sftp = $context[$scheme]['sftp']; } if (isset($sftp) && $sftp instanceof SFTP) { $this->sftp = $sftp; return $path; } if (isset($context[$scheme]['username'])) { $user = $context[$scheme]['username']; } if (isset($context[$scheme]['password'])) { $pass = $context[$scheme]['password']; } if (isset($context[$scheme]['privkey']) && $context[$scheme]['privkey'] instanceof PrivateKey) { $pass = $context[$scheme]['privkey']; } if (!isset($user) || !isset($pass)) { return false; } // casting $pass to a string is necessary in the event that it's a \phpseclib3\Crypt\RSA object if (isset(self::$instances[$host][$port][$user][(string) $pass])) { $this->sftp = self::$instances[$host][$port][$user][(string) $pass]; } else { $this->sftp = new SFTP($host, $port); $this->sftp->disableStatCache(); if (isset($this->notification) && is_callable($this->notification)) { /* if !is_callable($this->notification) we could do this: user_error('fopen(): failed to call user notifier', E_USER_WARNING); the ftp wrapper gives errors like that when the notifier isn't callable. i've opted not to do that, however, since the ftp wrapper gives the line on which the fopen occurred as the line number - not the line that the user_error is on. */ call_user_func($this->notification, STREAM_NOTIFY_CONNECT, STREAM_NOTIFY_SEVERITY_INFO, '', 0, 0, 0); call_user_func($this->notification, STREAM_NOTIFY_AUTH_REQUIRED, STREAM_NOTIFY_SEVERITY_INFO, '', 0, 0, 0); if (!$this->sftp->login($user, $pass)) { call_user_func($this->notification, STREAM_NOTIFY_AUTH_RESULT, STREAM_NOTIFY_SEVERITY_ERR, 'Login Failure', NET_SSH2_MSG_USERAUTH_FAILURE, 0, 0); return false; } call_user_func($this->notification, STREAM_NOTIFY_AUTH_RESULT, STREAM_NOTIFY_SEVERITY_INFO, 'Login Success', NET_SSH2_MSG_USERAUTH_SUCCESS, 0, 0); } else { if (!$this->sftp->login($user, $pass)) { return false; } } self::$instances[$host][$port][$user][(string) $pass] = $this->sftp; } } return $path; } /** * Opens file or URL * * @param string $path * @param string $mode * @param int $options * @param string $opened_path * @return bool * @access public */ private function _stream_open($path, $mode, $options, &$opened_path) { $path = $this->parse_path($path); if ($path === false) { return false; } $this->path = $path; $this->size = $this->sftp->filesize($path); $this->mode = preg_replace('#[bt]$#', '', $mode); $this->eof = false; if ($this->size === false) { if ($this->mode[0] == 'r') { return false; } else { $this->sftp->touch($path); $this->size = 0; } } else { switch ($this->mode[0]) { case 'x': return false; case 'w': $this->sftp->truncate($path, 0); $this->size = 0; } } $this->pos = $this->mode[0] != 'a' ? 0 : $this->size; return true; } /** * Read from stream * * @param int $count * @return mixed * @access public */ private function _stream_read($count) { switch ($this->mode) { case 'w': case 'a': case 'x': case 'c': return false; } // commented out because some files - eg. /dev/urandom - will say their size is 0 when in fact it's kinda infinite //if ($this->pos >= $this->size) { // $this->eof = true; // return false; //} $result = $this->sftp->get($this->path, false, $this->pos, $count); if (isset($this->notification) && is_callable($this->notification)) { if ($result === false) { call_user_func($this->notification, STREAM_NOTIFY_FAILURE, STREAM_NOTIFY_SEVERITY_ERR, $this->sftp->getLastSFTPError(), NET_SFTP_OPEN, 0, 0); return 0; } // seems that PHP calls stream_read in 8k chunks call_user_func($this->notification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($result), $this->size); } if (empty($result)) { // ie. false or empty string $this->eof = true; return false; } $this->pos+= strlen($result); return $result; } /** * Write to stream * * @param string $data * @return mixed * @access public */ private function _stream_write($data) { switch ($this->mode) { case 'r': return false; } $result = $this->sftp->put($this->path, $data, SFTP::SOURCE_STRING, $this->pos); if (isset($this->notification) && is_callable($this->notification)) { if (!$result) { call_user_func($this->notification, STREAM_NOTIFY_FAILURE, STREAM_NOTIFY_SEVERITY_ERR, $this->sftp->getLastSFTPError(), NET_SFTP_OPEN, 0, 0); return 0; } // seems that PHP splits up strings into 8k blocks before calling stream_write call_user_func($this->notification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($data), strlen($data)); } if ($result === false) { return false; } $this->pos+= strlen($data); if ($this->pos > $this->size) { $this->size = $this->pos; } $this->eof = false; return strlen($data); } /** * Retrieve the current position of a stream * * @return int * @access public */ private function _stream_tell() { return $this->pos; } /** * Tests for end-of-file on a file pointer * * In my testing there are four classes functions that normally effect the pointer: * fseek, fputs / fwrite, fgets / fread and ftruncate. * * Only fgets / fread, however, results in feof() returning true. do fputs($fp, 'aaa') on a blank file and feof() * will return false. do fread($fp, 1) and feof() will then return true. do fseek($fp, 10) on ablank file and feof() * will return false. do fread($fp, 1) and feof() will then return true. * * @return bool * @access public */ private function _stream_eof() { return $this->eof; } /** * Seeks to specific location in a stream * * @param int $offset * @param int $whence * @return bool * @access public */ private function _stream_seek($offset, $whence) { switch ($whence) { case SEEK_SET: if ($offset < 0) { return false; } break; case SEEK_CUR: $offset+= $this->pos; break; case SEEK_END: $offset+= $this->size; } $this->pos = $offset; $this->eof = false; return true; } /** * Change stream options * * @param string $path * @param int $option * @param mixed $var * @return bool * @access public */ private function _stream_metadata($path, $option, $var) { $path = $this->parse_path($path); if ($path === false) { return false; } // stream_metadata was introduced in PHP 5.4.0 but as of 5.4.11 the constants haven't been defined // see http://www.php.net/streamwrapper.stream-metadata and https://bugs.php.net/64246 // and https://github.com/php/php-src/blob/master/main/php_streams.h#L592 switch ($option) { case 1: // PHP_STREAM_META_TOUCH $time = isset($var[0]) ? $var[0] : null; $atime = isset($var[1]) ? $var[1] : null; return $this->sftp->touch($path, $time, $atime); case 2: // PHP_STREAM_OWNER_NAME case 3: // PHP_STREAM_GROUP_NAME return false; case 4: // PHP_STREAM_META_OWNER return $this->sftp->chown($path, $var); case 5: // PHP_STREAM_META_GROUP return $this->sftp->chgrp($path, $var); case 6: // PHP_STREAM_META_ACCESS return $this->sftp->chmod($path, $var) !== false; } } /** * Retrieve the underlaying resource * * @param int $cast_as * @return resource * @access public */ private function _stream_cast($cast_as) { return $this->sftp->fsock; } /** * Advisory file locking * * @param int $operation * @return bool * @access public */ private function _stream_lock($operation) { return false; } /** * Renames a file or directory * * Attempts to rename oldname to newname, moving it between directories if necessary. * If newname exists, it will be overwritten. This is a departure from what \phpseclib3\Net\SFTP * does. * * @param string $path_from * @param string $path_to * @return bool * @access public */ private function _rename($path_from, $path_to) { $path1 = parse_url($path_from); $path2 = parse_url($path_to); unset($path1['path'], $path2['path']); if ($path1 != $path2) { return false; } $path_from = $this->parse_path($path_from); $path_to = parse_url($path_to); if ($path_from === false) { return false; } $path_to = $path_to['path']; // the $component part of parse_url() was added in PHP 5.1.2 // "It is an error if there already exists a file with the name specified by newpath." // -- http://tools.ietf.org/html/draft-ietf-secsh-filexfer-02#section-6.5 if (!$this->sftp->rename($path_from, $path_to)) { if ($this->sftp->stat($path_to)) { return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to); } return false; } return true; } /** * Open directory handle * * The only $options is "whether or not to enforce safe_mode (0x04)". Since safe mode was deprecated in 5.3 and * removed in 5.4 I'm just going to ignore it. * * Also, nlist() is the best that this function is realistically going to be able to do. When an SFTP client * sends a SSH_FXP_READDIR packet you don't generally get info on just one file but on multiple files. Quoting * the SFTP specs: * * The SSH_FXP_NAME response has the following format: * * uint32 id * uint32 count * repeats count times: * string filename * string longname * ATTRS attrs * * @param string $path * @param int $options * @return bool * @access public */ private function _dir_opendir($path, $options) { $path = $this->parse_path($path); if ($path === false) { return false; } $this->pos = 0; $this->entries = $this->sftp->nlist($path); return $this->entries !== false; } /** * Read entry from directory handle * * @return mixed * @access public */ private function _dir_readdir() { if (isset($this->entries[$this->pos])) { return $this->entries[$this->pos++]; } return false; } /** * Rewind directory handle * * @return bool * @access public */ private function _dir_rewinddir() { $this->pos = 0; return true; } /** * Close directory handle * * @return bool * @access public */ private function _dir_closedir() { return true; } /** * Create a directory * * Only valid $options is STREAM_MKDIR_RECURSIVE * * @param string $path * @param int $mode * @param int $options * @return bool * @access public */ private function _mkdir($path, $mode, $options) { $path = $this->parse_path($path); if ($path === false) { return false; } return $this->sftp->mkdir($path, $mode, $options & STREAM_MKDIR_RECURSIVE); } /** * Removes a directory * * Only valid $options is STREAM_MKDIR_RECURSIVE per , however, * does not have a $recursive parameter as mkdir() does so I don't know how * STREAM_MKDIR_RECURSIVE is supposed to be set. Also, when I try it out with rmdir() I get 8 as * $options. What does 8 correspond to? * * @param string $path * @param int $options * @return bool * @access public */ private function _rmdir($path, $options) { $path = $this->parse_path($path); if ($path === false) { return false; } return $this->sftp->rmdir($path); } /** * Flushes the output * * See . Always returns true because \phpseclib3\Net\SFTP doesn't cache stuff before writing * * @return bool * @access public */ private function _stream_flush() { return true; } /** * Retrieve information about a file resource * * @return mixed * @access public */ private function _stream_stat() { $results = $this->sftp->stat($this->path); if ($results === false) { return false; } return $results; } /** * Delete a file * * @param string $path * @return bool * @access public */ private function _unlink($path) { $path = $this->parse_path($path); if ($path === false) { return false; } return $this->sftp->delete($path, false); } /** * Retrieve information about a file * * Ignores the STREAM_URL_STAT_QUIET flag because the entirety of \phpseclib3\Net\SFTP\Stream is quiet by default * might be worthwhile to reconstruct bits 12-16 (ie. the file type) if mode doesn't have them but we'll * cross that bridge when and if it's reached * * @param string $path * @param int $flags * @return mixed * @access public */ private function _url_stat($path, $flags) { $path = $this->parse_path($path); if ($path === false) { return false; } $results = $flags & STREAM_URL_STAT_LINK ? $this->sftp->lstat($path) : $this->sftp->stat($path); if ($results === false) { return false; } return $results; } /** * Truncate stream * * @param int $new_size * @return bool * @access public */ private function _stream_truncate($new_size) { if (!$this->sftp->truncate($this->path, $new_size)) { return false; } $this->eof = false; $this->size = $new_size; return true; } /** * Change stream options * * STREAM_OPTION_WRITE_BUFFER isn't supported for the same reason stream_flush isn't. * The other two aren't supported because of limitations in \phpseclib3\Net\SFTP. * * @param int $option * @param int $arg1 * @param int $arg2 * @return bool * @access public */ private function _stream_set_option($option, $arg1, $arg2) { return false; } /** * Close an resource * * @access public */ private function _stream_close() { } /** * __call Magic Method * * When you're utilizing an SFTP stream you're not calling the methods in this class directly - PHP is calling them for you. * Which kinda begs the question... what methods is PHP calling and what parameters is it passing to them? This function * lets you figure that out. * * If NET_SFTP_STREAM_LOGGING is defined all calls will be output on the screen and then (regardless of whether or not * NET_SFTP_STREAM_LOGGING is enabled) the parameters will be passed through to the appropriate method. * * @param string $name * @param array $arguments * @return mixed * @access public */ public function __call($name, $arguments) { if (defined('NET_SFTP_STREAM_LOGGING')) { echo $name . '('; $last = count($arguments) - 1; foreach ($arguments as $i => $argument) { var_export($argument); if ($i != $last) { echo ','; } } echo ")\r\n"; } $name = '_' . $name; if (!method_exists($this, $name)) { return false; } return $this->$name(...$arguments); } } PK5 Z]8QlCvendor/phpseclib/phpseclib/phpseclib/Exception/BadModeException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * BadModeException * * @package BadModeException * @author Jim Wigginton */ class BadModeException extends \RuntimeException { } PK5 ZP!!Ivendor/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * BadDecryptionException * * @package BadDecryptionException * @author Jim Wigginton */ class BadDecryptionException extends \RuntimeException { } PK5 Z=IIQvendor/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * NoSupportedAlgorithmsException * * @package NoSupportedAlgorithmsException * @author Jim Wigginton */ class NoSupportedAlgorithmsException extends \RuntimeException { } PK5 Z ^00Lvendor/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * BadConfigurationException * * @package BadConfigurationException * @author Jim Wigginton */ class BadConfigurationException extends \RuntimeException { } PK5 ZDDPvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * UnsupportedAlgorithmException * * @package UnsupportedAlgorithmException * @author Jim Wigginton */ class UnsupportedAlgorithmException extends \RuntimeException { } PK5 ZW55Mvendor/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * InconsistentSetupException * * @package InconsistentSetupException * @author Jim Wigginton */ class InconsistentSetupException extends \RuntimeException { } PK5 ZTnDDPvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * UnsupportedOperationException * * @package UnsupportedOperationException * @author Jim Wigginton */ class UnsupportedOperationException extends \RuntimeException { } PK5 Zr@|V55Mvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * UnsupportedFormatException * * @package UnsupportedFormatException * @author Jim Wigginton */ class UnsupportedFormatException extends \RuntimeException { } PK5 Zl++Kvendor/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * UnableToConnectException * * @package UnableToConnectException * @author Jim Wigginton */ class UnableToConnectException extends \RuntimeException { } PK5 ZqHvendor/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * FileNotFoundException * * @package FileNotFoundException * @author Jim Wigginton */ class FileNotFoundException extends \RuntimeException { } PK5 Z;55Mvendor/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * InsufficientSetupException * * @package InsufficientSetupException * @author Jim Wigginton */ class InsufficientSetupException extends \RuntimeException { } PK5 ZlA00Lvendor/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * ConnectionClosedException * * @package ConnectionClosedException * @author Jim Wigginton */ class ConnectionClosedException extends \RuntimeException { } PK5 Z%Gvendor/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * NoKeyLoadedException * * @package NoKeyLoadedException * @author Jim Wigginton */ class NoKeyLoadedException extends \RuntimeException { } PK5 ZK.00Lvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Exception; /** * UnsupportedCurveException * * @package UnsupportedCurveException * @author Jim Wigginton */ class UnsupportedCurveException extends \RuntimeException { } PK5 ZPU//2vendor/phpseclib/phpseclib/phpseclib/File/X509.phpnu[ * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File; use DateTimeImmutable; use DateTimeInterface; use DateTimeZone; use ParagonIE\ConstantTime\Base64; use ParagonIE\ConstantTime\Hex; use phpseclib3\Crypt\Common\PrivateKey; use phpseclib3\Crypt\Common\PublicKey; use phpseclib3\Crypt\DSA; use phpseclib3\Crypt\EC; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\Random; use phpseclib3\Crypt\RSA; use phpseclib3\Crypt\RSA\Formats\Keys\PSS; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\File\ASN1\Element; use phpseclib3\File\ASN1\Maps; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\PublicKeyLoader; /** * Pure-PHP X.509 Parser * * @package X509 * @author Jim Wigginton * @access public */ class X509 { /** * Flag to only accept signatures signed by certificate authorities * * Not really used anymore but retained all the same to suppress E_NOTICEs from old installs * * @access public */ const VALIDATE_SIGNATURE_BY_CA = 1; /** * Return internal array representation * * @access public * @see \phpseclib3\File\X509::getDN() */ const DN_ARRAY = 0; /** * Return string * * @access public * @see \phpseclib3\File\X509::getDN() */ const DN_STRING = 1; /** * Return ASN.1 name string * * @access public * @see \phpseclib3\File\X509::getDN() */ const DN_ASN1 = 2; /** * Return OpenSSL compatible array * * @access public * @see \phpseclib3\File\X509::getDN() */ const DN_OPENSSL = 3; /** * Return canonical ASN.1 RDNs string * * @access public * @see \phpseclib3\File\X509::getDN() */ const DN_CANON = 4; /** * Return name hash for file indexing * * @access public * @see \phpseclib3\File\X509::getDN() */ const DN_HASH = 5; /** * Save as PEM * * ie. a base64-encoded PEM with a header and a footer * * @access public * @see \phpseclib3\File\X509::saveX509() * @see \phpseclib3\File\X509::saveCSR() * @see \phpseclib3\File\X509::saveCRL() */ const FORMAT_PEM = 0; /** * Save as DER * * @access public * @see \phpseclib3\File\X509::saveX509() * @see \phpseclib3\File\X509::saveCSR() * @see \phpseclib3\File\X509::saveCRL() */ const FORMAT_DER = 1; /** * Save as a SPKAC * * @access public * @see \phpseclib3\File\X509::saveX509() * @see \phpseclib3\File\X509::saveCSR() * @see \phpseclib3\File\X509::saveCRL() * * Only works on CSRs. Not currently supported. */ const FORMAT_SPKAC = 2; /** * Auto-detect the format * * Used only by the load*() functions * * @access public * @see \phpseclib3\File\X509::saveX509() * @see \phpseclib3\File\X509::saveCSR() * @see \phpseclib3\File\X509::saveCRL() */ const FORMAT_AUTO_DETECT = 3; /** * Attribute value disposition. * If disposition is >= 0, this is the index of the target value. */ const ATTR_ALL = -1; // All attribute values (array). const ATTR_APPEND = -2; // Add a value. const ATTR_REPLACE = -3; // Clear first, then add a value. /** * Distinguished Name * * @var array * @access private */ private $dn; /** * Public key * * @var string * @access private */ private $publicKey; /** * Private key * * @var string * @access private */ private $privateKey; /** * Object identifiers for X.509 certificates * * @var array * @access private * @link http://en.wikipedia.org/wiki/Object_identifier */ private $oids; /** * The certificate authorities * * @var array * @access private */ private $CAs; /** * The currently loaded certificate * * @var array * @access private */ private $currentCert; /** * The signature subject * * There's no guarantee \phpseclib3\File\X509 is going to re-encode an X.509 cert in the same way it was originally * encoded so we take save the portion of the original cert that the signature would have made for. * * @var string * @access private */ private $signatureSubject; /** * Certificate Start Date * * @var string * @access private */ private $startDate; /** * Certificate End Date * * @var string * @access private */ private $endDate; /** * Serial Number * * @var string * @access private */ private $serialNumber; /** * Key Identifier * * See {@link http://tools.ietf.org/html/rfc5280#section-4.2.1.1 RFC5280#section-4.2.1.1} and * {@link http://tools.ietf.org/html/rfc5280#section-4.2.1.2 RFC5280#section-4.2.1.2}. * * @var string * @access private */ private $currentKeyIdentifier; /** * CA Flag * * @var bool * @access private */ private $caFlag = false; /** * SPKAC Challenge * * @var string * @access private */ private $challenge; /** * @var array * @access private */ private $extensionValues = []; /** * OIDs loaded * * @var bool * @access private */ private static $oidsLoaded = false; /** * Recursion Limit * * @var int * @access private */ private static $recur_limit = 5; /** * URL fetch flag * * @var bool * @access private */ private static $disable_url_fetch = false; /** * @var array * @access private */ private static $extensions = []; /** * @var ?array * @access private */ private $ipAddresses = null; /** * @var ?array * @access private */ private $domains = null; /** * Default Constructor. * * @return \phpseclib3\File\X509 * @access public */ public function __construct() { // Explicitly Tagged Module, 1988 Syntax // http://tools.ietf.org/html/rfc5280#appendix-A.1 if (!self::$oidsLoaded) { // OIDs from RFC5280 and those RFCs mentioned in RFC5280#section-4.1.1.2 ASN1::loadOIDs([ //'id-pkix' => '1.3.6.1.5.5.7', //'id-pe' => '1.3.6.1.5.5.7.1', //'id-qt' => '1.3.6.1.5.5.7.2', //'id-kp' => '1.3.6.1.5.5.7.3', //'id-ad' => '1.3.6.1.5.5.7.48', 'id-qt-cps' => '1.3.6.1.5.5.7.2.1', 'id-qt-unotice' => '1.3.6.1.5.5.7.2.2', 'id-ad-ocsp' =>'1.3.6.1.5.5.7.48.1', 'id-ad-caIssuers' => '1.3.6.1.5.5.7.48.2', 'id-ad-timeStamping' => '1.3.6.1.5.5.7.48.3', 'id-ad-caRepository' => '1.3.6.1.5.5.7.48.5', //'id-at' => '2.5.4', 'id-at-name' => '2.5.4.41', 'id-at-surname' => '2.5.4.4', 'id-at-givenName' => '2.5.4.42', 'id-at-initials' => '2.5.4.43', 'id-at-generationQualifier' => '2.5.4.44', 'id-at-commonName' => '2.5.4.3', 'id-at-localityName' => '2.5.4.7', 'id-at-stateOrProvinceName' => '2.5.4.8', 'id-at-organizationName' => '2.5.4.10', 'id-at-organizationalUnitName' => '2.5.4.11', 'id-at-title' => '2.5.4.12', 'id-at-description' => '2.5.4.13', 'id-at-dnQualifier' => '2.5.4.46', 'id-at-countryName' => '2.5.4.6', 'id-at-serialNumber' => '2.5.4.5', 'id-at-pseudonym' => '2.5.4.65', 'id-at-postalCode' => '2.5.4.17', 'id-at-streetAddress' => '2.5.4.9', 'id-at-uniqueIdentifier' => '2.5.4.45', 'id-at-role' => '2.5.4.72', 'id-at-postalAddress' => '2.5.4.16', //'id-domainComponent' => '0.9.2342.19200300.100.1.25', //'pkcs-9' => '1.2.840.113549.1.9', 'pkcs-9-at-emailAddress' => '1.2.840.113549.1.9.1', //'id-ce' => '2.5.29', 'id-ce-authorityKeyIdentifier' => '2.5.29.35', 'id-ce-subjectKeyIdentifier' => '2.5.29.14', 'id-ce-keyUsage' => '2.5.29.15', 'id-ce-privateKeyUsagePeriod' => '2.5.29.16', 'id-ce-certificatePolicies' => '2.5.29.32', //'anyPolicy' => '2.5.29.32.0', 'id-ce-policyMappings' => '2.5.29.33', 'id-ce-subjectAltName' => '2.5.29.17', 'id-ce-issuerAltName' => '2.5.29.18', 'id-ce-subjectDirectoryAttributes' => '2.5.29.9', 'id-ce-basicConstraints' => '2.5.29.19', 'id-ce-nameConstraints' => '2.5.29.30', 'id-ce-policyConstraints' => '2.5.29.36', 'id-ce-cRLDistributionPoints' => '2.5.29.31', 'id-ce-extKeyUsage' => '2.5.29.37', //'anyExtendedKeyUsage' => '2.5.29.37.0', 'id-kp-serverAuth' => '1.3.6.1.5.5.7.3.1', 'id-kp-clientAuth' => '1.3.6.1.5.5.7.3.2', 'id-kp-codeSigning' => '1.3.6.1.5.5.7.3.3', 'id-kp-emailProtection' => '1.3.6.1.5.5.7.3.4', 'id-kp-timeStamping' => '1.3.6.1.5.5.7.3.8', 'id-kp-OCSPSigning' => '1.3.6.1.5.5.7.3.9', 'id-ce-inhibitAnyPolicy' => '2.5.29.54', 'id-ce-freshestCRL' => '2.5.29.46', 'id-pe-authorityInfoAccess' => '1.3.6.1.5.5.7.1.1', 'id-pe-subjectInfoAccess' => '1.3.6.1.5.5.7.1.11', 'id-ce-cRLNumber' => '2.5.29.20', 'id-ce-issuingDistributionPoint' => '2.5.29.28', 'id-ce-deltaCRLIndicator' => '2.5.29.27', 'id-ce-cRLReasons' => '2.5.29.21', 'id-ce-certificateIssuer' => '2.5.29.29', 'id-ce-holdInstructionCode' => '2.5.29.23', //'holdInstruction' => '1.2.840.10040.2', 'id-holdinstruction-none' => '1.2.840.10040.2.1', 'id-holdinstruction-callissuer' => '1.2.840.10040.2.2', 'id-holdinstruction-reject' => '1.2.840.10040.2.3', 'id-ce-invalidityDate' => '2.5.29.24', 'rsaEncryption' => '1.2.840.113549.1.1.1', 'md2WithRSAEncryption' => '1.2.840.113549.1.1.2', 'md5WithRSAEncryption' => '1.2.840.113549.1.1.4', 'sha1WithRSAEncryption' => '1.2.840.113549.1.1.5', 'sha224WithRSAEncryption' => '1.2.840.113549.1.1.14', 'sha256WithRSAEncryption' => '1.2.840.113549.1.1.11', 'sha384WithRSAEncryption' => '1.2.840.113549.1.1.12', 'sha512WithRSAEncryption' => '1.2.840.113549.1.1.13', 'id-ecPublicKey' => '1.2.840.10045.2.1', 'ecdsa-with-SHA1' => '1.2.840.10045.4.1', // from https://tools.ietf.org/html/rfc5758#section-3.2 'ecdsa-with-SHA224' => '1.2.840.10045.4.3.1', 'ecdsa-with-SHA256' => '1.2.840.10045.4.3.2', 'ecdsa-with-SHA384' => '1.2.840.10045.4.3.3', 'ecdsa-with-SHA512' => '1.2.840.10045.4.3.4', 'id-dsa' => '1.2.840.10040.4.1', 'id-dsa-with-sha1' => '1.2.840.10040.4.3', // from https://tools.ietf.org/html/rfc5758#section-3.1 'id-dsa-with-sha224' => '2.16.840.1.101.3.4.3.1', 'id-dsa-with-sha256' => '2.16.840.1.101.3.4.3.2', // from https://tools.ietf.org/html/rfc8410: 'id-Ed25519' => '1.3.101.112', 'id-Ed448' => '1.3.101.113', 'id-RSASSA-PSS' => '1.2.840.113549.1.1.10', //'id-sha224' => '2.16.840.1.101.3.4.2.4', //'id-sha256' => '2.16.840.1.101.3.4.2.1', //'id-sha384' => '2.16.840.1.101.3.4.2.2', //'id-sha512' => '2.16.840.1.101.3.4.2.3', //'id-GostR3411-94-with-GostR3410-94' => '1.2.643.2.2.4', //'id-GostR3411-94-with-GostR3410-2001' => '1.2.643.2.2.3', //'id-GostR3410-2001' => '1.2.643.2.2.20', //'id-GostR3410-94' => '1.2.643.2.2.19', // Netscape Object Identifiers from "Netscape Certificate Extensions" 'netscape' => '2.16.840.1.113730', 'netscape-cert-extension' => '2.16.840.1.113730.1', 'netscape-cert-type' => '2.16.840.1.113730.1.1', 'netscape-comment' => '2.16.840.1.113730.1.13', 'netscape-ca-policy-url' => '2.16.840.1.113730.1.8', // the following are X.509 extensions not supported by phpseclib 'id-pe-logotype' => '1.3.6.1.5.5.7.1.12', 'entrustVersInfo' => '1.2.840.113533.7.65.0', 'verisignPrivate' => '2.16.840.1.113733.1.6.9', // for Certificate Signing Requests // see http://tools.ietf.org/html/rfc2985 'pkcs-9-at-unstructuredName' => '1.2.840.113549.1.9.2', // PKCS #9 unstructured name 'pkcs-9-at-challengePassword' => '1.2.840.113549.1.9.7', // Challenge password for certificate revocations 'pkcs-9-at-extensionRequest' => '1.2.840.113549.1.9.14' // Certificate extension request ]); } } /** * Load X.509 certificate * * Returns an associative array describing the X.509 cert or a false if the cert failed to load * * @param string $cert * @param int $mode * @access public * @return mixed */ public function loadX509($cert, $mode = self::FORMAT_AUTO_DETECT) { if (is_array($cert) && isset($cert['tbsCertificate'])) { unset($this->currentCert); unset($this->currentKeyIdentifier); $this->dn = $cert['tbsCertificate']['subject']; if (!isset($this->dn)) { return false; } $this->currentCert = $cert; $currentKeyIdentifier = $this->getExtension('id-ce-subjectKeyIdentifier'); $this->currentKeyIdentifier = is_string($currentKeyIdentifier) ? $currentKeyIdentifier : null; unset($this->signatureSubject); return $cert; } if ($mode != self::FORMAT_DER) { $newcert = ASN1::extractBER($cert); if ($mode == self::FORMAT_PEM && $cert == $newcert) { return false; } $cert = $newcert; } if ($cert === false) { $this->currentCert = false; return false; } $decoded = ASN1::decodeBER($cert); if (!empty($decoded)) { $x509 = ASN1::asn1map($decoded[0], Maps\Certificate::MAP); } if (!isset($x509) || $x509 === false) { $this->currentCert = false; return false; } $this->signatureSubject = substr($cert, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']); if ($this->isSubArrayValid($x509, 'tbsCertificate/extensions')) { $this->mapInExtensions($x509, 'tbsCertificate/extensions'); } $this->mapInDNs($x509, 'tbsCertificate/issuer/rdnSequence'); $this->mapInDNs($x509, 'tbsCertificate/subject/rdnSequence'); $key = $x509['tbsCertificate']['subjectPublicKeyInfo']; $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP); $x509['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'] = "-----BEGIN PUBLIC KEY-----\r\n" . chunk_split(base64_encode($key), 64) . "-----END PUBLIC KEY-----"; $this->currentCert = $x509; $this->dn = $x509['tbsCertificate']['subject']; $currentKeyIdentifier = $this->getExtension('id-ce-subjectKeyIdentifier'); $this->currentKeyIdentifier = is_string($currentKeyIdentifier) ? $currentKeyIdentifier : null; return $x509; } /** * Save X.509 certificate * * @param array $cert * @param int $format optional * @access public * @return string */ public function saveX509($cert, $format = self::FORMAT_PEM) { if (!is_array($cert) || !isset($cert['tbsCertificate'])) { return false; } switch (true) { // "case !$a: case !$b: break; default: whatever();" is the same thing as "if ($a && $b) whatever()" case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorithm')): case is_object($cert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey']): break; default: $cert['tbsCertificate']['subjectPublicKeyInfo'] = new Element( base64_decode(preg_replace('#-.+-|[\r\n]#', '', $cert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'])) ); } if ($algorithm == 'rsaEncryption') { $cert['signatureAlgorithm']['parameters'] = null; $cert['tbsCertificate']['signature']['parameters'] = null; } $filters = []; $type_utf8_string = ['type' => ASN1::TYPE_UTF8_STRING]; $filters['tbsCertificate']['signature']['parameters'] = $type_utf8_string; $filters['tbsCertificate']['signature']['issuer']['rdnSequence']['value'] = $type_utf8_string; $filters['tbsCertificate']['issuer']['rdnSequence']['value'] = $type_utf8_string; $filters['tbsCertificate']['subject']['rdnSequence']['value'] = $type_utf8_string; $filters['tbsCertificate']['subjectPublicKeyInfo']['algorithm']['parameters'] = $type_utf8_string; $filters['signatureAlgorithm']['parameters'] = $type_utf8_string; $filters['authorityCertIssuer']['directoryName']['rdnSequence']['value'] = $type_utf8_string; //$filters['policyQualifiers']['qualifier'] = $type_utf8_string; $filters['distributionPoint']['fullName']['directoryName']['rdnSequence']['value'] = $type_utf8_string; $filters['directoryName']['rdnSequence']['value'] = $type_utf8_string; foreach (self::$extensions as $extension) { $filters['tbsCertificate']['extensions'][] = $extension; } /* in the case of policyQualifiers/qualifier, the type has to be \phpseclib3\File\ASN1::TYPE_IA5_STRING. \phpseclib3\File\ASN1::TYPE_PRINTABLE_STRING will cause OpenSSL's X.509 parser to spit out random characters. */ $filters['policyQualifiers']['qualifier'] = ['type' => ASN1::TYPE_IA5_STRING]; ASN1::setFilters($filters); $this->mapOutExtensions($cert, 'tbsCertificate/extensions'); $this->mapOutDNs($cert, 'tbsCertificate/issuer/rdnSequence'); $this->mapOutDNs($cert, 'tbsCertificate/subject/rdnSequence'); $cert = ASN1::encodeDER($cert, Maps\Certificate::MAP); switch ($format) { case self::FORMAT_DER: return $cert; // case self::FORMAT_PEM: default: return "-----BEGIN CERTIFICATE-----\r\n" . chunk_split(Base64::encode($cert), 64) . '-----END CERTIFICATE-----'; } } /** * Map extension values from octet string to extension-specific internal * format. * * @param array $root (by reference) * @param string $path * @access private */ private function mapInExtensions(&$root, $path) { $extensions = &$this->subArrayUnchecked($root, $path); if ($extensions) { for ($i = 0; $i < count($extensions); $i++) { $id = $extensions[$i]['extnId']; $value = &$extensions[$i]['extnValue']; $decoded = ASN1::decodeBER($value); /* [extnValue] contains the DER encoding of an ASN.1 value corresponding to the extension type identified by extnID */ $map = $this->getMapping($id); if (!is_bool($map)) { $decoder = $id == 'id-ce-nameConstraints' ? [static::class, 'decodeNameConstraintIP'] : [static::class, 'decodeIP']; $mapped = ASN1::asn1map($decoded[0], $map, ['iPAddress' => $decoder]); $value = $mapped === false ? $decoded[0] : $mapped; if ($id == 'id-ce-certificatePolicies') { for ($j = 0; $j < count($value); $j++) { if (!isset($value[$j]['policyQualifiers'])) { continue; } for ($k = 0; $k < count($value[$j]['policyQualifiers']); $k++) { $subid = $value[$j]['policyQualifiers'][$k]['policyQualifierId']; $map = $this->getMapping($subid); $subvalue = &$value[$j]['policyQualifiers'][$k]['qualifier']; if ($map !== false) { $decoded = ASN1::decodeBER($subvalue); $mapped = ASN1::asn1map($decoded[0], $map); $subvalue = $mapped === false ? $decoded[0] : $mapped; } } } } } } } } /** * Map extension values from extension-specific internal format to * octet string. * * @param array $root (by reference) * @param string $path * @access private */ private function mapOutExtensions(&$root, $path) { foreach ($this->extensionValues as $id => $value) { $root['tbsCertificate']['extensions'][] = [ 'extnId' => $id, 'extnValue' => $value, ]; } $extensions = &$this->subArray($root, $path); if (is_array($extensions)) { $size = count($extensions); for ($i = 0; $i < $size; $i++) { if ($extensions[$i] instanceof Element) { continue; } $id = $extensions[$i]['extnId']; $value = &$extensions[$i]['extnValue']; switch ($id) { case 'id-ce-certificatePolicies': for ($j = 0; $j < count($value); $j++) { if (!isset($value[$j]['policyQualifiers'])) { continue; } for ($k = 0; $k < count($value[$j]['policyQualifiers']); $k++) { $subid = $value[$j]['policyQualifiers'][$k]['policyQualifierId']; $map = $this->getMapping($subid); $subvalue = &$value[$j]['policyQualifiers'][$k]['qualifier']; if ($map !== false) { // by default \phpseclib3\File\ASN1 will try to render qualifier as a \phpseclib3\File\ASN1::TYPE_IA5_STRING since it's // actual type is \phpseclib3\File\ASN1::TYPE_ANY $subvalue = new Element(ASN1::encodeDER($subvalue, $map)); } } } break; case 'id-ce-authorityKeyIdentifier': // use 00 as the serial number instead of an empty string if (isset($value['authorityCertSerialNumber'])) { if ($value['authorityCertSerialNumber']->toBytes() == '') { $temp = chr((ASN1::CLASS_CONTEXT_SPECIFIC << 6) | 2) . "\1\0"; $value['authorityCertSerialNumber'] = new Element($temp); } } } /* [extnValue] contains the DER encoding of an ASN.1 value corresponding to the extension type identified by extnID */ $map = $this->getMapping($id); if (is_bool($map)) { if (!$map) { //user_error($id . ' is not a currently supported extension'); unset($extensions[$i]); } } else { $value = ASN1::encodeDER($value, $map, ['iPAddress' => [static::class, 'encodeIP']]); } } } } /** * Map attribute values from ANY type to attribute-specific internal * format. * * @param array $root (by reference) * @param string $path * @access private */ private function mapInAttributes(&$root, $path) { $attributes = &$this->subArray($root, $path); if (is_array($attributes)) { for ($i = 0; $i < count($attributes); $i++) { $id = $attributes[$i]['type']; /* $value contains the DER encoding of an ASN.1 value corresponding to the attribute type identified by type */ $map = $this->getMapping($id); if (is_array($attributes[$i]['value'])) { $values = &$attributes[$i]['value']; for ($j = 0; $j < count($values); $j++) { $value = ASN1::encodeDER($values[$j], Maps\AttributeValue::MAP); $decoded = ASN1::decodeBER($value); if (!is_bool($map)) { $mapped = ASN1::asn1map($decoded[0], $map); if ($mapped !== false) { $values[$j] = $mapped; } if ($id == 'pkcs-9-at-extensionRequest' && $this->isSubArrayValid($values, $j)) { $this->mapInExtensions($values, $j); } } elseif ($map) { $values[$j] = $value; } } } } } } /** * Map attribute values from attribute-specific internal format to * ANY type. * * @param array $root (by reference) * @param string $path * @access private */ private function mapOutAttributes(&$root, $path) { $attributes = &$this->subArray($root, $path); if (is_array($attributes)) { $size = count($attributes); for ($i = 0; $i < $size; $i++) { /* [value] contains the DER encoding of an ASN.1 value corresponding to the attribute type identified by type */ $id = $attributes[$i]['type']; $map = $this->getMapping($id); if ($map === false) { //user_error($id . ' is not a currently supported attribute', E_USER_NOTICE); unset($attributes[$i]); } elseif (is_array($attributes[$i]['value'])) { $values = &$attributes[$i]['value']; for ($j = 0; $j < count($values); $j++) { switch ($id) { case 'pkcs-9-at-extensionRequest': $this->mapOutExtensions($values, $j); break; } if (!is_bool($map)) { $temp = ASN1::encodeDER($values[$j], $map); $decoded = ASN1::decodeBER($temp); $values[$j] = ASN1::asn1map($decoded[0], Maps\AttributeValue::MAP); } } } } } } /** * Map DN values from ANY type to DN-specific internal * format. * * @param array $root (by reference) * @param string $path * @access private */ private function mapInDNs(&$root, $path) { $dns = &$this->subArray($root, $path); if (is_array($dns)) { for ($i = 0; $i < count($dns); $i++) { for ($j = 0; $j < count($dns[$i]); $j++) { $type = $dns[$i][$j]['type']; $value = &$dns[$i][$j]['value']; if (is_object($value) && $value instanceof Element) { $map = $this->getMapping($type); if (!is_bool($map)) { $decoded = ASN1::decodeBER($value); $value = ASN1::asn1map($decoded[0], $map); } } } } } } /** * Map DN values from DN-specific internal format to * ANY type. * * @param array $root (by reference) * @param string $path * @access private */ private function mapOutDNs(&$root, $path) { $dns = &$this->subArray($root, $path); if (is_array($dns)) { $size = count($dns); for ($i = 0; $i < $size; $i++) { for ($j = 0; $j < count($dns[$i]); $j++) { $type = $dns[$i][$j]['type']; $value = &$dns[$i][$j]['value']; if (is_object($value) && $value instanceof Element) { continue; } $map = $this->getMapping($type); if (!is_bool($map)) { $value = new Element(ASN1::encodeDER($value, $map)); } } } } } /** * Associate an extension ID to an extension mapping * * @param string $extnId * @access private * @return mixed */ private function getMapping($extnId) { if (!is_string($extnId)) { // eg. if it's a \phpseclib3\File\ASN1\Element object return true; } if (isset(self::$extensions[$extnId])) { return self::$extensions[$extnId]; } switch ($extnId) { case 'id-ce-keyUsage': return Maps\KeyUsage::MAP; case 'id-ce-basicConstraints': return Maps\BasicConstraints::MAP; case 'id-ce-subjectKeyIdentifier': return Maps\KeyIdentifier::MAP; case 'id-ce-cRLDistributionPoints': return Maps\CRLDistributionPoints::MAP; case 'id-ce-authorityKeyIdentifier': return Maps\AuthorityKeyIdentifier::MAP; case 'id-ce-certificatePolicies': return Maps\CertificatePolicies::MAP; case 'id-ce-extKeyUsage': return Maps\ExtKeyUsageSyntax::MAP; case 'id-pe-authorityInfoAccess': return Maps\AuthorityInfoAccessSyntax::MAP; case 'id-ce-subjectAltName': return Maps\SubjectAltName::MAP; case 'id-ce-subjectDirectoryAttributes': return Maps\SubjectDirectoryAttributes::MAP; case 'id-ce-privateKeyUsagePeriod': return Maps\PrivateKeyUsagePeriod::MAP; case 'id-ce-issuerAltName': return Maps\IssuerAltName::MAP; case 'id-ce-policyMappings': return Maps\PolicyMappings::MAP; case 'id-ce-nameConstraints': return Maps\NameConstraints::MAP; case 'netscape-cert-type': return Maps\netscape_cert_type::MAP; case 'netscape-comment': return Maps\netscape_comment::MAP; case 'netscape-ca-policy-url': return Maps\netscape_ca_policy_url::MAP; // since id-qt-cps isn't a constructed type it will have already been decoded as a string by the time it gets // back around to asn1map() and we don't want it decoded again. //case 'id-qt-cps': // return Maps\CPSuri::MAP; case 'id-qt-unotice': return Maps\UserNotice::MAP; // the following OIDs are unsupported but we don't want them to give notices when calling saveX509(). case 'id-pe-logotype': // http://www.ietf.org/rfc/rfc3709.txt case 'entrustVersInfo': // http://support.microsoft.com/kb/287547 case '1.3.6.1.4.1.311.20.2': // szOID_ENROLL_CERTTYPE_EXTENSION case '1.3.6.1.4.1.311.21.1': // szOID_CERTSRV_CA_VERSION // "SET Secure Electronic Transaction Specification" // http://www.maithean.com/docs/set_bk3.pdf case '2.23.42.7.0': // id-set-hashedRootKey // "Certificate Transparency" // https://tools.ietf.org/html/rfc6962 case '1.3.6.1.4.1.11129.2.4.2': // "Qualified Certificate statements" // https://tools.ietf.org/html/rfc3739#section-3.2.6 case '1.3.6.1.5.5.7.1.3': return true; // CSR attributes case 'pkcs-9-at-unstructuredName': return Maps\PKCS9String::MAP; case 'pkcs-9-at-challengePassword': return Maps\DirectoryString::MAP; case 'pkcs-9-at-extensionRequest': return Maps\Extensions::MAP; // CRL extensions. case 'id-ce-cRLNumber': return Maps\CRLNumber::MAP; case 'id-ce-deltaCRLIndicator': return Maps\CRLNumber::MAP; case 'id-ce-issuingDistributionPoint': return Maps\IssuingDistributionPoint::MAP; case 'id-ce-freshestCRL': return Maps\CRLDistributionPoints::MAP; case 'id-ce-cRLReasons': return Maps\CRLReason::MAP; case 'id-ce-invalidityDate': return Maps\InvalidityDate::MAP; case 'id-ce-certificateIssuer': return Maps\CertificateIssuer::MAP; case 'id-ce-holdInstructionCode': return Maps\HoldInstructionCode::MAP; case 'id-at-postalAddress': return Maps\PostalAddress::MAP; } return false; } /** * Load an X.509 certificate as a certificate authority * * @param string $cert * @access public * @return bool */ public function loadCA($cert) { $olddn = $this->dn; $oldcert = $this->currentCert; $oldsigsubj = $this->signatureSubject; $oldkeyid = $this->currentKeyIdentifier; $cert = $this->loadX509($cert); if (!$cert) { $this->dn = $olddn; $this->currentCert = $oldcert; $this->signatureSubject = $oldsigsubj; $this->currentKeyIdentifier = $oldkeyid; return false; } /* From RFC5280 "PKIX Certificate and CRL Profile": If the keyUsage extension is present, then the subject public key MUST NOT be used to verify signatures on certificates or CRLs unless the corresponding keyCertSign or cRLSign bit is set. */ //$keyUsage = $this->getExtension('id-ce-keyUsage'); //if ($keyUsage && !in_array('keyCertSign', $keyUsage)) { // return false; //} /* From RFC5280 "PKIX Certificate and CRL Profile": The cA boolean indicates whether the certified public key may be used to verify certificate signatures. If the cA boolean is not asserted, then the keyCertSign bit in the key usage extension MUST NOT be asserted. If the basic constraints extension is not present in a version 3 certificate, or the extension is present but the cA boolean is not asserted, then the certified public key MUST NOT be used to verify certificate signatures. */ //$basicConstraints = $this->getExtension('id-ce-basicConstraints'); //if (!$basicConstraints || !$basicConstraints['cA']) { // return false; //} $this->CAs[] = $cert; $this->dn = $olddn; $this->currentCert = $oldcert; $this->signatureSubject = $oldsigsubj; return true; } /** * Validate an X.509 certificate against a URL * * From RFC2818 "HTTP over TLS": * * Matching is performed using the matching rules specified by * [RFC2459]. If more than one identity of a given type is present in * the certificate (e.g., more than one dNSName name, a match in any one * of the set is considered acceptable.) Names may contain the wildcard * character * which is considered to match any single domain name * component or component fragment. E.g., *.a.com matches foo.a.com but * not bar.foo.a.com. f*.com matches foo.com but not bar.com. * * @param string $url * @access public * @return bool */ public function validateURL($url) { if (!is_array($this->currentCert) || !isset($this->currentCert['tbsCertificate'])) { return false; } $components = parse_url($url); if (!isset($components['host'])) { return false; } if ($names = $this->getExtension('id-ce-subjectAltName')) { foreach ($names as $name) { foreach ($name as $key => $value) { $value = str_replace(['.', '*'], ['\.', '[^.]*'], $value); switch ($key) { case 'dNSName': /* From RFC2818 "HTTP over TLS": If a subjectAltName extension of type dNSName is present, that MUST be used as the identity. Otherwise, the (most specific) Common Name field in the Subject field of the certificate MUST be used. Although the use of the Common Name is existing practice, it is deprecated and Certification Authorities are encouraged to use the dNSName instead. */ if (preg_match('#^' . $value . '$#', $components['host'])) { return true; } break; case 'iPAddress': /* From RFC2818 "HTTP over TLS": In some cases, the URI is specified as an IP address rather than a hostname. In this case, the iPAddress subjectAltName must be present in the certificate and must exactly match the IP in the URI. */ if (preg_match('#(?:\d{1-3}\.){4}#', $components['host'] . '.') && preg_match('#^' . $value . '$#', $components['host'])) { return true; } } } } return false; } if ($value = $this->getDNProp('id-at-commonName')) { $value = str_replace(['.', '*'], ['\.', '[^.]*'], $value[0]); return preg_match('#^' . $value . '$#', $components['host']); } return false; } /** * Validate a date * * If $date isn't defined it is assumed to be the current date. * * @param DateTimeInterface|string $date optional * @access public * @return boolean */ public function validateDate($date = null) { if (!is_array($this->currentCert) || !isset($this->currentCert['tbsCertificate'])) { return false; } if (!isset($date)) { $date = new DateTimeImmutable(null, new DateTimeZone(@date_default_timezone_get())); } $notBefore = $this->currentCert['tbsCertificate']['validity']['notBefore']; $notBefore = isset($notBefore['generalTime']) ? $notBefore['generalTime'] : $notBefore['utcTime']; $notAfter = $this->currentCert['tbsCertificate']['validity']['notAfter']; $notAfter = isset($notAfter['generalTime']) ? $notAfter['generalTime'] : $notAfter['utcTime']; if (is_string($date)) { $date = new DateTimeImmutable($date, new DateTimeZone(@date_default_timezone_get())); } $notBefore = new DateTimeImmutable($notBefore, new DateTimeZone(@date_default_timezone_get())); $notAfter = new DateTimeImmutable($notAfter, new DateTimeZone(@date_default_timezone_get())); return $date >= $notBefore && $date<= $notAfter; } /** * Fetches a URL * * @param string $url * @access private * @return bool|string */ private static function fetchURL($url) { if (self::$disable_url_fetch) { return false; } $parts = parse_url($url); $data = ''; switch ($parts['scheme']) { case 'http': $fsock = @fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80); if (!$fsock) { return false; } fputs($fsock, "GET $parts[path] HTTP/1.0\r\n"); fputs($fsock, "Host: $parts[host]\r\n\r\n"); $line = fgets($fsock, 1024); if (strlen($line) < 3) { return false; } preg_match('#HTTP/1.\d (\d{3})#', $line, $temp); if ($temp[1] != '200') { return false; } // skip the rest of the headers in the http response while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") { } while (!feof($fsock)) { $temp = fread($fsock, 1024); if ($temp === false) { return false; } $data.= $temp; } break; //case 'ftp': //case 'ldap': //default: } return $data; } /** * Validates an intermediate cert as identified via authority info access extension * * See https://tools.ietf.org/html/rfc4325 for more info * * @param bool $caonly * @param int $count * @access private * @return bool */ private function testForIntermediate($caonly, $count) { $opts = $this->getExtension('id-pe-authorityInfoAccess'); if (!is_array($opts)) { return false; } foreach ($opts as $opt) { if ($opt['accessMethod'] == 'id-ad-caIssuers') { // accessLocation is a GeneralName. GeneralName fields support stuff like email addresses, IP addresses, LDAP, // etc, but we're only supporting URI's. URI's and LDAP are the only thing https://tools.ietf.org/html/rfc4325 // discusses if (isset($opt['accessLocation']['uniformResourceIdentifier'])) { $url = $opt['accessLocation']['uniformResourceIdentifier']; break; } } } if (!isset($url)) { return false; } $cert = static::fetchURL($url); if (!is_string($cert)) { return false; } $parent = new static(); $parent->CAs = $this->CAs; /* "Conforming applications that support HTTP or FTP for accessing certificates MUST be able to accept .cer files and SHOULD be able to accept .p7c files." -- https://tools.ietf.org/html/rfc4325 A .p7c file is 'a "certs-only" CMS message as specified in RFC 2797" These are currently unsupported */ if (!is_array($parent->loadX509($cert))) { return false; } if (!$parent->validateSignatureCountable($caonly, ++$count)) { return false; } $this->CAs[] = $parent->currentCert; //$this->loadCA($cert); return true; } /** * Validate a signature * * Works on X.509 certs, CSR's and CRL's. * Returns true if the signature is verified, false if it is not correct or null on error * * By default returns false for self-signed certs. Call validateSignature(false) to make this support * self-signed. * * The behavior of this function is inspired by {@link http://php.net/openssl-verify openssl_verify}. * * @param bool $caonly optional * @access public * @return mixed */ public function validateSignature($caonly = true) { return $this->validateSignatureCountable($caonly, 0); } /** * Validate a signature * * Performs said validation whilst keeping track of how many times validation method is called * * @param bool $caonly * @param int $count * @access private * @return mixed */ private function validateSignatureCountable($caonly, $count) { if (!is_array($this->currentCert) || !isset($this->signatureSubject)) { return null; } if ($count == self::$recur_limit) { return false; } /* TODO: "emailAddress attribute values are not case-sensitive (e.g., "subscriber@example.com" is the same as "SUBSCRIBER@EXAMPLE.COM")." -- http://tools.ietf.org/html/rfc5280#section-4.1.2.6 implement pathLenConstraint in the id-ce-basicConstraints extension */ switch (true) { case isset($this->currentCert['tbsCertificate']): // self-signed cert switch (true) { case !defined('FILE_X509_IGNORE_TYPE') && $this->currentCert['tbsCertificate']['issuer'] === $this->currentCert['tbsCertificate']['subject']: case defined('FILE_X509_IGNORE_TYPE') && $this->getIssuerDN(self::DN_STRING) === $this->getDN(self::DN_STRING): $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier'); $subjectKeyID = $this->getExtension('id-ce-subjectKeyIdentifier'); switch (true) { case !is_array($authorityKey): case !$subjectKeyID: case isset($authorityKey['keyIdentifier']) && $authorityKey['keyIdentifier'] === $subjectKeyID: $signingCert = $this->currentCert; // working cert } } if (!empty($this->CAs)) { for ($i = 0; $i < count($this->CAs); $i++) { // even if the cert is a self-signed one we still want to see if it's a CA; // if not, we'll conditionally return an error $ca = $this->CAs[$i]; switch (true) { case !defined('FILE_X509_IGNORE_TYPE') && $this->currentCert['tbsCertificate']['issuer'] === $ca['tbsCertificate']['subject']: case defined('FILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertificate']['issuer']) === $this->getDN(self::DN_STRING, $ca['tbsCertificate']['subject']): $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier'); $subjectKeyID = $this->getExtension('id-ce-subjectKeyIdentifier', $ca); switch (true) { case !is_array($authorityKey): case !$subjectKeyID: case isset($authorityKey['keyIdentifier']) && $authorityKey['keyIdentifier'] === $subjectKeyID: if (is_array($authorityKey) && isset($authorityKey['authorityCertSerialNumber']) && !$authorityKey['authorityCertSerialNumber']->equals($ca['tbsCertificate']['serialNumber'])) { break 2; // serial mismatch - check other ca } $signingCert = $ca; // working cert break 3; } } } if (count($this->CAs) == $i && $caonly) { return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly); } } elseif (!isset($signingCert) || $caonly) { return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly); } return $this->validateSignatureHelper( $signingCert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']['algorithm'], $signingCert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'], $this->currentCert['signatureAlgorithm']['algorithm'], substr($this->currentCert['signature'], 1), $this->signatureSubject ); case isset($this->currentCert['certificationRequestInfo']): return $this->validateSignatureHelper( $this->currentCert['certificationRequestInfo']['subjectPKInfo']['algorithm']['algorithm'], $this->currentCert['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'], $this->currentCert['signatureAlgorithm']['algorithm'], substr($this->currentCert['signature'], 1), $this->signatureSubject ); case isset($this->currentCert['publicKeyAndChallenge']): return $this->validateSignatureHelper( $this->currentCert['publicKeyAndChallenge']['spki']['algorithm']['algorithm'], $this->currentCert['publicKeyAndChallenge']['spki']['subjectPublicKey'], $this->currentCert['signatureAlgorithm']['algorithm'], substr($this->currentCert['signature'], 1), $this->signatureSubject ); case isset($this->currentCert['tbsCertList']): if (!empty($this->CAs)) { for ($i = 0; $i < count($this->CAs); $i++) { $ca = $this->CAs[$i]; switch (true) { case !defined('FILE_X509_IGNORE_TYPE') && $this->currentCert['tbsCertList']['issuer'] === $ca['tbsCertificate']['subject']: case defined('FILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertList']['issuer']) === $this->getDN(self::DN_STRING, $ca['tbsCertificate']['subject']): $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier'); $subjectKeyID = $this->getExtension('id-ce-subjectKeyIdentifier', $ca); switch (true) { case !is_array($authorityKey): case !$subjectKeyID: case isset($authorityKey['keyIdentifier']) && $authorityKey['keyIdentifier'] === $subjectKeyID: if (is_array($authorityKey) && isset($authorityKey['authorityCertSerialNumber']) && !$authorityKey['authorityCertSerialNumber']->equals($ca['tbsCertificate']['serialNumber'])) { break 2; // serial mismatch - check other ca } $signingCert = $ca; // working cert break 3; } } } } if (!isset($signingCert)) { return false; } return $this->validateSignatureHelper( $signingCert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']['algorithm'], $signingCert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'], $this->currentCert['signatureAlgorithm']['algorithm'], substr($this->currentCert['signature'], 1), $this->signatureSubject ); default: return false; } } /** * Validates a signature * * Returns true if the signature is verified and false if it is not correct. * If the algorithms are unsupposed an exception is thrown. * * @param string $publicKeyAlgorithm * @param string $publicKey * @param string $signatureAlgorithm * @param string $signature * @param string $signatureSubject * @access private * @throws \phpseclib3\Exception\UnsupportedAlgorithmException if the algorithm is unsupported * @return bool */ private function validateSignatureHelper($publicKeyAlgorithm, $publicKey, $signatureAlgorithm, $signature, $signatureSubject) { switch ($publicKeyAlgorithm) { case 'id-RSASSA-PSS': $key = RSA::loadFormat('PSS', $publicKey); break; case 'rsaEncryption': $key = RSA::loadFormat('PKCS8', $publicKey); switch ($signatureAlgorithm) { case 'md2WithRSAEncryption': case 'md5WithRSAEncryption': case 'sha1WithRSAEncryption': case 'sha224WithRSAEncryption': case 'sha256WithRSAEncryption': case 'sha384WithRSAEncryption': case 'sha512WithRSAEncryption': $key = $key ->withHash(preg_replace('#WithRSAEncryption$#', '', $signatureAlgorithm)) ->withPadding(RSA::SIGNATURE_PKCS1); break; default: throw new UnsupportedAlgorithmException('Signature algorithm unsupported'); } break; case 'id-Ed25519': case 'id-Ed448': $key = EC::loadFormat('PKCS8', $publicKey); break; case 'id-ecPublicKey': $key = EC::loadFormat('PKCS8', $publicKey); switch ($signatureAlgorithm) { case 'ecdsa-with-SHA1': case 'ecdsa-with-SHA224': case 'ecdsa-with-SHA256': case 'ecdsa-with-SHA384': case 'ecdsa-with-SHA512': $key = $key ->withHash(preg_replace('#^ecdsa-with-#', '', strtolower($signatureAlgorithm))); break; default: throw new UnsupportedAlgorithmException('Signature algorithm unsupported'); } break; case 'id-dsa': $key = DSA::loadFormat('PKCS8', $publicKey); switch ($signatureAlgorithm) { case 'id-dsa-with-sha1': case 'id-dsa-with-sha224': case 'id-dsa-with-sha256': $key = $key ->withHash(preg_replace('#^id-dsa-with-#', '', strtolower($signatureAlgorithm))); break; default: throw new UnsupportedAlgorithmException('Signature algorithm unsupported'); } break; default: throw new UnsupportedAlgorithmException('Public key algorithm unsupported'); } return $key->verify($signatureSubject, $signature); } /** * Sets the recursion limit * * When validating a signature it may be necessary to download intermediate certs from URI's. * An intermediate cert that linked to itself would result in an infinite loop so to prevent * that we set a recursion limit. A negative number means that there is no recursion limit. * * @param int $count * @access public */ public static function setRecurLimit($count) { self::$recur_limit = $count; } /** * Prevents URIs from being automatically retrieved * * @access public */ public static function disableURLFetch() { self::$disable_url_fetch = true; } /** * Allows URIs to be automatically retrieved * * @access public */ public static function enableURLFetch() { self::$disable_url_fetch = false; } /** * Decodes an IP address * * Takes in a base64 encoded "blob" and returns a human readable IP address * * @param string $ip * @access private * @return string */ public static function decodeIP($ip) { return inet_ntop($ip); } /** * Decodes an IP address in a name constraints extension * * Takes in a base64 encoded "blob" and returns a human readable IP address / mask * * @param string $ip * @access private * @return array */ public static function decodeNameConstraintIP($ip) { $size = strlen($ip) >> 1; $mask = substr($ip, $size); $ip = substr($ip, 0, $size); return [inet_ntop($ip), inet_ntop($mask)]; } /** * Encodes an IP address * * Takes a human readable IP address into a base64-encoded "blob" * * @param string|array $ip * @access private * @return string */ public static function encodeIP($ip) { return is_string($ip) ? inet_pton($ip) : inet_pton($ip[0]) . inet_pton($ip[1]); } /** * "Normalizes" a Distinguished Name property * * @param string $propName * @access private * @return mixed */ private function translateDNProp($propName) { switch (strtolower($propName)) { case 'id-at-countryname': case 'countryname': case 'c': return 'id-at-countryName'; case 'id-at-organizationname': case 'organizationname': case 'o': return 'id-at-organizationName'; case 'id-at-dnqualifier': case 'dnqualifier': return 'id-at-dnQualifier'; case 'id-at-commonname': case 'commonname': case 'cn': return 'id-at-commonName'; case 'id-at-stateorprovincename': case 'stateorprovincename': case 'state': case 'province': case 'provincename': case 'st': return 'id-at-stateOrProvinceName'; case 'id-at-localityname': case 'localityname': case 'l': return 'id-at-localityName'; case 'id-emailaddress': case 'emailaddress': return 'pkcs-9-at-emailAddress'; case 'id-at-serialnumber': case 'serialnumber': return 'id-at-serialNumber'; case 'id-at-postalcode': case 'postalcode': return 'id-at-postalCode'; case 'id-at-streetaddress': case 'streetaddress': return 'id-at-streetAddress'; case 'id-at-name': case 'name': return 'id-at-name'; case 'id-at-givenname': case 'givenname': return 'id-at-givenName'; case 'id-at-surname': case 'surname': case 'sn': return 'id-at-surname'; case 'id-at-initials': case 'initials': return 'id-at-initials'; case 'id-at-generationqualifier': case 'generationqualifier': return 'id-at-generationQualifier'; case 'id-at-organizationalunitname': case 'organizationalunitname': case 'ou': return 'id-at-organizationalUnitName'; case 'id-at-pseudonym': case 'pseudonym': return 'id-at-pseudonym'; case 'id-at-title': case 'title': return 'id-at-title'; case 'id-at-description': case 'description': return 'id-at-description'; case 'id-at-role': case 'role': return 'id-at-role'; case 'id-at-uniqueidentifier': case 'uniqueidentifier': case 'x500uniqueidentifier': return 'id-at-uniqueIdentifier'; case 'postaladdress': case 'id-at-postaladdress': return 'id-at-postalAddress'; default: return false; } } /** * Set a Distinguished Name property * * @param string $propName * @param mixed $propValue * @param string $type optional * @access public * @return bool */ public function setDNProp($propName, $propValue, $type = 'utf8String') { if (empty($this->dn)) { $this->dn = ['rdnSequence' => []]; } if (($propName = $this->translateDNProp($propName)) === false) { return false; } foreach ((array) $propValue as $v) { if (!is_array($v) && isset($type)) { $v = [$type => $v]; } $this->dn['rdnSequence'][] = [ [ 'type' => $propName, 'value'=> $v ] ]; } return true; } /** * Remove Distinguished Name properties * * @param string $propName * @access public */ public function removeDNProp($propName) { if (empty($this->dn)) { return; } if (($propName = $this->translateDNProp($propName)) === false) { return; } $dn = &$this->dn['rdnSequence']; $size = count($dn); for ($i = 0; $i < $size; $i++) { if ($dn[$i][0]['type'] == $propName) { unset($dn[$i]); } } $dn = array_values($dn); // fix for https://bugs.php.net/75433 affecting PHP 7.2 if (!isset($dn[0])) { $dn = array_splice($dn, 0, 0); } } /** * Get Distinguished Name properties * * @param string $propName * @param array $dn optional * @param bool $withType optional * @return mixed * @access public */ public function getDNProp($propName, $dn = null, $withType = false) { if (!isset($dn)) { $dn = $this->dn; } if (empty($dn)) { return false; } if (($propName = $this->translateDNProp($propName)) === false) { return false; } $filters = []; $filters['value'] = ['type' => ASN1::TYPE_UTF8_STRING]; ASN1::setFilters($filters); $this->mapOutDNs($dn, 'rdnSequence'); $dn = $dn['rdnSequence']; $result = []; for ($i = 0; $i < count($dn); $i++) { if ($dn[$i][0]['type'] == $propName) { $v = $dn[$i][0]['value']; if (!$withType) { if (is_array($v)) { foreach ($v as $type => $s) { $type = array_search($type, ASN1::ANY_MAP); if ($type !== false && array_key_exists($type, ASN1::STRING_TYPE_SIZE)) { $s = ASN1::convert($s, $type); if ($s !== false) { $v = $s; break; } } } if (is_array($v)) { $v = array_pop($v); // Always strip data type. } } elseif (is_object($v) && $v instanceof Element) { $map = $this->getMapping($propName); if (!is_bool($map)) { $decoded = ASN1::decodeBER($v); $v = ASN1::asn1map($decoded[0], $map); } } } $result[] = $v; } } return $result; } /** * Set a Distinguished Name * * @param mixed $dn * @param bool $merge optional * @param string $type optional * @access public * @return bool */ public function setDN($dn, $merge = false, $type = 'utf8String') { if (!$merge) { $this->dn = null; } if (is_array($dn)) { if (isset($dn['rdnSequence'])) { $this->dn = $dn; // No merge here. return true; } // handles stuff generated by openssl_x509_parse() foreach ($dn as $prop => $value) { if (!$this->setDNProp($prop, $value, $type)) { return false; } } return true; } // handles everything else $results = preg_split('#((?:^|, *|/)(?:C=|O=|OU=|CN=|L=|ST=|SN=|postalCode=|streetAddress=|emailAddress=|serialNumber=|organizationalUnitName=|title=|description=|role=|x500UniqueIdentifier=|postalAddress=))#', $dn, -1, PREG_SPLIT_DELIM_CAPTURE); for ($i = 1; $i < count($results); $i+=2) { $prop = trim($results[$i], ', =/'); $value = $results[$i + 1]; if (!$this->setDNProp($prop, $value, $type)) { return false; } } return true; } /** * Get the Distinguished Name for a certificates subject * * @param mixed $format optional * @param array $dn optional * @access public * @return array|bool */ public function getDN($format = self::DN_ARRAY, $dn = null) { if (!isset($dn)) { $dn = isset($this->currentCert['tbsCertList']) ? $this->currentCert['tbsCertList']['issuer'] : $this->dn; } switch ((int) $format) { case self::DN_ARRAY: return $dn; case self::DN_ASN1: $filters = []; $filters['rdnSequence']['value'] = ['type' => ASN1::TYPE_UTF8_STRING]; ASN1::setFilters($filters); $this->mapOutDNs($dn, 'rdnSequence'); return ASN1::encodeDER($dn, Maps\Name::MAP); case self::DN_CANON: // No SEQUENCE around RDNs and all string values normalized as // trimmed lowercase UTF-8 with all spacing as one blank. // constructed RDNs will not be canonicalized $filters = []; $filters['value'] = ['type' => ASN1::TYPE_UTF8_STRING]; ASN1::setFilters($filters); $result = ''; $this->mapOutDNs($dn, 'rdnSequence'); foreach ($dn['rdnSequence'] as $rdn) { foreach ($rdn as $i => $attr) { $attr = &$rdn[$i]; if (is_array($attr['value'])) { foreach ($attr['value'] as $type => $v) { $type = array_search($type, ASN1::ANY_MAP, true); if ($type !== false && array_key_exists($type, ASN1::STRING_TYPE_SIZE)) { $v = ASN1::convert($v, $type); if ($v !== false) { $v = preg_replace('/\s+/', ' ', $v); $attr['value'] = strtolower(trim($v)); break; } } } } } $result .= ASN1::encodeDER($rdn, Maps\RelativeDistinguishedName::MAP); } return $result; case self::DN_HASH: $dn = $this->getDN(self::DN_CANON, $dn); $hash = new Hash('sha1'); $hash = $hash->hash($dn); extract(unpack('Vhash', $hash)); return strtolower(Hex::encode(pack('N', $hash))); } // Default is to return a string. $start = true; $output = ''; $result = []; $filters = []; $filters['rdnSequence']['value'] = ['type' => ASN1::TYPE_UTF8_STRING]; ASN1::setFilters($filters); $this->mapOutDNs($dn, 'rdnSequence'); foreach ($dn['rdnSequence'] as $field) { $prop = $field[0]['type']; $value = $field[0]['value']; $delim = ', '; switch ($prop) { case 'id-at-countryName': $desc = 'C'; break; case 'id-at-stateOrProvinceName': $desc = 'ST'; break; case 'id-at-organizationName': $desc = 'O'; break; case 'id-at-organizationalUnitName': $desc = 'OU'; break; case 'id-at-commonName': $desc = 'CN'; break; case 'id-at-localityName': $desc = 'L'; break; case 'id-at-surname': $desc = 'SN'; break; case 'id-at-uniqueIdentifier': $delim = '/'; $desc = 'x500UniqueIdentifier'; break; case 'id-at-postalAddress': $delim = '/'; $desc = 'postalAddress'; break; default: $delim = '/'; $desc = preg_replace('#.+-([^-]+)$#', '$1', $prop); } if (!$start) { $output.= $delim; } if (is_array($value)) { foreach ($value as $type => $v) { $type = array_search($type, ASN1::ANY_MAP, true); if ($type !== false && array_key_exists($type, ASN1::STRING_TYPE_SIZE)) { $v = ASN1::convert($v, $type); if ($v !== false) { $value = $v; break; } } } if (is_array($value)) { $value = array_pop($value); // Always strip data type. } } elseif (is_object($value) && $value instanceof Element) { $callback = function($x) { return '\x' . bin2hex($x[0]); }; $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element)); } $output.= $desc . '=' . $value; $result[$desc] = isset($result[$desc]) ? array_merge((array) $result[$desc], [$value]) : $value; $start = false; } return $format == self::DN_OPENSSL ? $result : $output; } /** * Get the Distinguished Name for a certificate/crl issuer * * @param int $format optional * @access public * @return mixed */ public function getIssuerDN($format = self::DN_ARRAY) { switch (true) { case !isset($this->currentCert) || !is_array($this->currentCert): break; case isset($this->currentCert['tbsCertificate']): return $this->getDN($format, $this->currentCert['tbsCertificate']['issuer']); case isset($this->currentCert['tbsCertList']): return $this->getDN($format, $this->currentCert['tbsCertList']['issuer']); } return false; } /** * Get the Distinguished Name for a certificate/csr subject * Alias of getDN() * * @param int $format optional * @access public * @return mixed */ public function getSubjectDN($format = self::DN_ARRAY) { switch (true) { case !empty($this->dn): return $this->getDN($format); case !isset($this->currentCert) || !is_array($this->currentCert): break; case isset($this->currentCert['tbsCertificate']): return $this->getDN($format, $this->currentCert['tbsCertificate']['subject']); case isset($this->currentCert['certificationRequestInfo']): return $this->getDN($format, $this->currentCert['certificationRequestInfo']['subject']); } return false; } /** * Get an individual Distinguished Name property for a certificate/crl issuer * * @param string $propName * @param bool $withType optional * @access public * @return mixed */ public function getIssuerDNProp($propName, $withType = false) { switch (true) { case !isset($this->currentCert) || !is_array($this->currentCert): break; case isset($this->currentCert['tbsCertificate']): return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType); case isset($this->currentCert['tbsCertList']): return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType); } return false; } /** * Get an individual Distinguished Name property for a certificate/csr subject * * @param string $propName * @param bool $withType optional * @access public * @return mixed */ public function getSubjectDNProp($propName, $withType = false) { switch (true) { case !empty($this->dn): return $this->getDNProp($propName, null, $withType); case !isset($this->currentCert) || !is_array($this->currentCert): break; case isset($this->currentCert['tbsCertificate']): return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['subject'], $withType); case isset($this->currentCert['certificationRequestInfo']): return $this->getDNProp($propName, $this->currentCert['certificationRequestInfo']['subject'], $withType); } return false; } /** * Get the certificate chain for the current cert * * @access public * @return mixed */ public function getChain() { $chain = [$this->currentCert]; if (!is_array($this->currentCert) || !isset($this->currentCert['tbsCertificate'])) { return false; } if (empty($this->CAs)) { return $chain; } while (true) { $currentCert = $chain[count($chain) - 1]; for ($i = 0; $i < count($this->CAs); $i++) { $ca = $this->CAs[$i]; if ($currentCert['tbsCertificate']['issuer'] === $ca['tbsCertificate']['subject']) { $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier', $currentCert); $subjectKeyID = $this->getExtension('id-ce-subjectKeyIdentifier', $ca); switch (true) { case !is_array($authorityKey): case is_array($authorityKey) && isset($authorityKey['keyIdentifier']) && $authorityKey['keyIdentifier'] === $subjectKeyID: if ($currentCert === $ca) { break 3; } $chain[] = $ca; break 2; } } } if ($i == count($this->CAs)) { break; } } foreach ($chain as $key => $value) { $chain[$key] = new X509(); $chain[$key]->loadX509($value); } return $chain; } /** * Returns the current cert * * @access public * @return array|bool */ public function &getCurrentCert() { return $this->currentCert; } /** * Set public key * * Key needs to be a \phpseclib3\Crypt\RSA object * * @param PublicKey $key * @access public * @return bool */ public function setPublicKey(PublicKey $key) { $this->publicKey = $key; } /** * Set private key * * Key needs to be a \phpseclib3\Crypt\RSA object * * @param PrivateKey $key * @access public */ public function setPrivateKey(PrivateKey $key) { $this->privateKey = $key; } /** * Set challenge * * Used for SPKAC CSR's * * @param string $challenge * @access public */ public function setChallenge($challenge) { $this->challenge = $challenge; } /** * Gets the public key * * Returns a \phpseclib3\Crypt\RSA object or a false. * * @access public * @return mixed */ public function getPublicKey() { if (isset($this->publicKey)) { return $this->publicKey; } if (isset($this->currentCert) && is_array($this->currentCert)) { $paths = [ 'tbsCertificate/subjectPublicKeyInfo', 'certificationRequestInfo/subjectPKInfo', 'publicKeyAndChallenge/spki' ]; foreach ($paths as $path) { $keyinfo = $this->subArray($this->currentCert, $path); if (!empty($keyinfo)) { break; } } } if (empty($keyinfo)) { return false; } $key = $keyinfo['subjectPublicKey']; switch ($keyinfo['algorithm']['algorithm']) { case 'rsaEncryption': return RSA::loadFormat('PKCS8', $key); case 'id-ecPublicKey': case 'id-Ed25519': case 'id-Ed448': return EC::loadFormat('PKCS8', $key); case 'id-dsa': return DSA::loadFormat('PKCS8', $key); } return false; } /** * Load a Certificate Signing Request * * @param string $csr * @param int $mode * @return mixed * @access public */ public function loadCSR($csr, $mode = self::FORMAT_AUTO_DETECT) { if (is_array($csr) && isset($csr['certificationRequestInfo'])) { unset($this->currentCert); unset($this->currentKeyIdentifier); unset($this->signatureSubject); $this->dn = $csr['certificationRequestInfo']['subject']; if (!isset($this->dn)) { return false; } $this->currentCert = $csr; return $csr; } // see http://tools.ietf.org/html/rfc2986 if ($mode != self::FORMAT_DER) { $newcsr = ASN1::extractBER($csr); if ($mode == self::FORMAT_PEM && $csr == $newcsr) { return false; } $csr = $newcsr; } $orig = $csr; if ($csr === false) { $this->currentCert = false; return false; } $decoded = ASN1::decodeBER($csr); if (empty($decoded)) { $this->currentCert = false; return false; } $csr = ASN1::asn1map($decoded[0], Maps\CertificationRequest::MAP); if (!isset($csr) || $csr === false) { $this->currentCert = false; return false; } $this->mapInAttributes($csr, 'certificationRequestInfo/attributes'); $this->mapInDNs($csr, 'certificationRequestInfo/subject/rdnSequence'); $this->dn = $csr['certificationRequestInfo']['subject']; $this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']); $key = $csr['certificationRequestInfo']['subjectPKInfo']; $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP); $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'] = "-----BEGIN PUBLIC KEY-----\r\n" . chunk_split(base64_encode($key), 64) . "-----END PUBLIC KEY-----"; $this->currentKeyIdentifier = null; $this->currentCert = $csr; $this->publicKey = null; $this->publicKey = $this->getPublicKey(); return $csr; } /** * Save CSR request * * @param array $csr * @param int $format optional * @access public * @return string */ public function saveCSR($csr, $format = self::FORMAT_PEM) { if (!is_array($csr) || !isset($csr['certificationRequestInfo'])) { return false; } switch (true) { case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algorithm')): case is_object($csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey']): break; default: $csr['certificationRequestInfo']['subjectPKInfo'] = new Element( base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'])) ); } $filters = []; $filters['certificationRequestInfo']['subject']['rdnSequence']['value'] = ['type' => ASN1::TYPE_UTF8_STRING]; ASN1::setFilters($filters); $this->mapOutDNs($csr, 'certificationRequestInfo/subject/rdnSequence'); $this->mapOutAttributes($csr, 'certificationRequestInfo/attributes'); $csr = ASN1::encodeDER($csr, Maps\CertificationRequest::MAP); switch ($format) { case self::FORMAT_DER: return $csr; // case self::FORMAT_PEM: default: return "-----BEGIN CERTIFICATE REQUEST-----\r\n" . chunk_split(Base64::encode($csr), 64) . '-----END CERTIFICATE REQUEST-----'; } } /** * Load a SPKAC CSR * * SPKAC's are produced by the HTML5 keygen element: * * https://developer.mozilla.org/en-US/docs/HTML/Element/keygen * * @param string $spkac * @access public * @return mixed */ public function loadSPKAC($spkac) { if (is_array($spkac) && isset($spkac['publicKeyAndChallenge'])) { unset($this->currentCert); unset($this->currentKeyIdentifier); unset($this->signatureSubject); $this->currentCert = $spkac; return $spkac; } // see http://www.w3.org/html/wg/drafts/html/master/forms.html#signedpublickeyandchallenge // OpenSSL produces SPKAC's that are preceded by the string SPKAC= $temp = preg_replace('#(?:SPKAC=)|[ \r\n\\\]#', '', $spkac); $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false; if ($temp != false) { $spkac = $temp; } $orig = $spkac; if ($spkac === false) { $this->currentCert = false; return false; } $decoded = ASN1::decodeBER($spkac); if (empty($decoded)) { $this->currentCert = false; return false; } $spkac = ASN1::asn1map($decoded[0], Maps\SignedPublicKeyAndChallenge::MAP); if (!isset($spkac) || $spkac === false) { $this->currentCert = false; return false; } $this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']); $key = $spkac['publicKeyAndChallenge']['spki']; $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP); $spkac['publicKeyAndChallenge']['spki']['subjectPublicKey'] = "-----BEGIN PUBLIC KEY-----\r\n" . chunk_split(base64_encode($key), 64) . "-----END PUBLIC KEY-----"; $this->currentKeyIdentifier = null; $this->currentCert = $spkac; $this->publicKey = null; $this->publicKey = $this->getPublicKey(); return $spkac; } /** * Save a SPKAC CSR request * * @param array $spkac * @param int $format optional * @access public * @return string */ public function saveSPKAC($spkac, $format = self::FORMAT_PEM) { if (!is_array($spkac) || !isset($spkac['publicKeyAndChallenge'])) { return false; } $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm'); switch (true) { case !$algorithm: case is_object($spkac['publicKeyAndChallenge']['spki']['subjectPublicKey']): break; default: $spkac['publicKeyAndChallenge']['spki'] = new Element( base64_decode(preg_replace('#-.+-|[\r\n]#', '', $spkac['publicKeyAndChallenge']['spki']['subjectPublicKey'])) ); } $spkac = ASN1::encodeDER($spkac, Maps\SignedPublicKeyAndChallenge::MAP); switch ($format) { case self::FORMAT_DER: return $spkac; // case self::FORMAT_PEM: default: // OpenSSL's implementation of SPKAC requires the SPKAC be preceded by SPKAC= and since there are pretty much // no other SPKAC decoders phpseclib will use that same format return 'SPKAC=' . Base64::encode($spkac); } } /** * Load a Certificate Revocation List * * @param string $crl * @param int $mode * @return mixed * @access public */ public function loadCRL($crl, $mode = self::FORMAT_AUTO_DETECT) { if (is_array($crl) && isset($crl['tbsCertList'])) { $this->currentCert = $crl; unset($this->signatureSubject); return $crl; } if ($mode != self::FORMAT_DER) { $newcrl = ASN1::extractBER($crl); if ($mode == self::FORMAT_PEM && $crl == $newcrl) { return false; } $crl = $newcrl; } $orig = $crl; if ($crl === false) { $this->currentCert = false; return false; } $decoded = ASN1::decodeBER($crl); if (empty($decoded)) { $this->currentCert = false; return false; } $crl = ASN1::asn1map($decoded[0], Maps\CertificateList::MAP); if (!isset($crl) || $crl === false) { $this->currentCert = false; return false; } $this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']); $this->mapInDNs($crl, 'tbsCertList/issuer/rdnSequence'); if ($this->isSubArrayValid($crl, 'tbsCertList/crlExtensions')) { $this->mapInExtensions($crl, 'tbsCertList/crlExtensions'); } if ($this->isSubArrayValid($crl, 'tbsCertList/revokedCertificates')) { $rclist_ref = &$this->subArrayUnchecked($crl, 'tbsCertList/revokedCertificates'); if ($rclist_ref) { $rclist = $crl['tbsCertList']['revokedCertificates']; foreach ($rclist as $i => $extension) { if ($this->isSubArrayValid($rclist, "$i/crlEntryExtensions")) { $this->mapInExtensions($rclist_ref, "$i/crlEntryExtensions"); } } } } $this->currentKeyIdentifier = null; $this->currentCert = $crl; return $crl; } /** * Save Certificate Revocation List. * * @param array $crl * @param int $format optional * @access public * @return string */ public function saveCRL($crl, $format = self::FORMAT_PEM) { if (!is_array($crl) || !isset($crl['tbsCertList'])) { return false; } $filters = []; $filters['tbsCertList']['issuer']['rdnSequence']['value'] = ['type' => ASN1::TYPE_UTF8_STRING]; $filters['tbsCertList']['signature']['parameters'] = ['type' => ASN1::TYPE_UTF8_STRING]; $filters['signatureAlgorithm']['parameters'] = ['type' => ASN1::TYPE_UTF8_STRING]; if (empty($crl['tbsCertList']['signature']['parameters'])) { $filters['tbsCertList']['signature']['parameters'] = ['type' => ASN1::TYPE_NULL]; } if (empty($crl['signatureAlgorithm']['parameters'])) { $filters['signatureAlgorithm']['parameters'] = ['type' => ASN1::TYPE_NULL]; } ASN1::setFilters($filters); $this->mapOutDNs($crl, 'tbsCertList/issuer/rdnSequence'); $this->mapOutExtensions($crl, 'tbsCertList/crlExtensions'); $rclist = &$this->subArray($crl, 'tbsCertList/revokedCertificates'); if (is_array($rclist)) { foreach ($rclist as $i => $extension) { $this->mapOutExtensions($rclist, "$i/crlEntryExtensions"); } } $crl = ASN1::encodeDER($crl, Maps\CertificateList::MAP); switch ($format) { case self::FORMAT_DER: return $crl; // case self::FORMAT_PEM: default: return "-----BEGIN X509 CRL-----\r\n" . chunk_split(Base64::encode($crl), 64) . '-----END X509 CRL-----'; } } /** * Helper function to build a time field according to RFC 3280 section * - 4.1.2.5 Validity * - 5.1.2.4 This Update * - 5.1.2.5 Next Update * - 5.1.2.6 Revoked Certificates * by choosing utcTime iff year of date given is before 2050 and generalTime else. * * @param string $date in format date('D, d M Y H:i:s O') * @access private * @return array|Element */ private function timeField($date) { if ($date instanceof Element) { return $date; } $dateObj = new DateTimeImmutable($date, new DateTimeZone('GMT')); $year = $dateObj->format('Y'); // the same way ASN1.php parses this if ($year < 2050) { return ['utcTime' => $date]; } else { return ['generalTime' => $date]; } } /** * Sign an X.509 certificate * * $issuer's private key needs to be loaded. * $subject can be either an existing X.509 cert (if you want to resign it), * a CSR or something with the DN and public key explicitly set. * * @param \phpseclib3\File\X509 $issuer * @param \phpseclib3\File\X509 $subject * @access public * @return mixed */ public function sign($issuer, $subject) { if (!is_object($issuer->privateKey) || empty($issuer->dn)) { return false; } if (isset($subject->publicKey) && !($subjectPublicKey = $subject->formatSubjectPublicKey())) { return false; } $currentCert = isset($this->currentCert) ? $this->currentCert : null; $signatureSubject = isset($this->signatureSubject) ? $this->signatureSubject : null; $signatureAlgorithm = self::identifySignatureAlgorithm($issuer->privateKey); if ($signatureAlgorithm != 'id-RSASSA-PSS') { $signatureAlgorithm = ['algorithm' => $signatureAlgorithm]; } else { $r = PSS::load($issuer->privateKey->toString('PSS')); $signatureAlgorithm = [ 'algorithm' => 'id-RSASSA-PSS', 'parameters' => PSS::savePSSParams($r) ]; } if (isset($subject->currentCert) && is_array($subject->currentCert) && isset($subject->currentCert['tbsCertificate'])) { $this->currentCert = $subject->currentCert; $this->currentCert['tbsCertificate']['signature'] = $signatureAlgorithm; $this->currentCert['signatureAlgorithm'] = $signatureAlgorithm; if (!empty($this->startDate)) { $this->currentCert['tbsCertificate']['validity']['notBefore'] = $this->timeField($this->startDate); } if (!empty($this->endDate)) { $this->currentCert['tbsCertificate']['validity']['notAfter'] = $this->timeField($this->endDate); } if (!empty($this->serialNumber)) { $this->currentCert['tbsCertificate']['serialNumber'] = $this->serialNumber; } if (!empty($subject->dn)) { $this->currentCert['tbsCertificate']['subject'] = $subject->dn; } if (!empty($subject->publicKey)) { $this->currentCert['tbsCertificate']['subjectPublicKeyInfo'] = $subjectPublicKey; } $this->removeExtension('id-ce-authorityKeyIdentifier'); if (isset($subject->domains)) { $this->removeExtension('id-ce-subjectAltName'); } } elseif (isset($subject->currentCert) && is_array($subject->currentCert) && isset($subject->currentCert['tbsCertList'])) { return false; } else { if (!isset($subject->publicKey)) { return false; } $startDate = new DateTimeImmutable('now', new DateTimeZone(@date_default_timezone_get())); $startDate = !empty($this->startDate) ? $this->startDate : $startDate->format('D, d M Y H:i:s O'); $endDate = new DateTimeImmutable('+1 year', new DateTimeZone(@date_default_timezone_get())); $endDate = !empty($this->endDate) ? $this->endDate : $endDate->format('D, d M Y H:i:s O'); /* "The serial number MUST be a positive integer" "Conforming CAs MUST NOT use serialNumber values longer than 20 octets." -- https://tools.ietf.org/html/rfc5280#section-4.1.2.2 for the integer to be positive the leading bit needs to be 0 hence the application of a bitmap */ $serialNumber = !empty($this->serialNumber) ? $this->serialNumber : new BigInteger(Random::string(20) & ("\x7F" . str_repeat("\xFF", 19)), 256); $this->currentCert = [ 'tbsCertificate' => [ 'version' => 'v3', 'serialNumber' => $serialNumber, // $this->setSerialNumber() 'signature' => $signatureAlgorithm, 'issuer' => false, // this is going to be overwritten later 'validity' => [ 'notBefore' => $this->timeField($startDate), // $this->setStartDate() 'notAfter' => $this->timeField($endDate) // $this->setEndDate() ], 'subject' => $subject->dn, 'subjectPublicKeyInfo' => $subjectPublicKey ], 'signatureAlgorithm' => $signatureAlgorithm, 'signature' => false // this is going to be overwritten later ]; // Copy extensions from CSR. $csrexts = $subject->getAttribute('pkcs-9-at-extensionRequest', 0); if (!empty($csrexts)) { $this->currentCert['tbsCertificate']['extensions'] = $csrexts; } } $this->currentCert['tbsCertificate']['issuer'] = $issuer->dn; if (isset($issuer->currentKeyIdentifier)) { $this->setExtension('id-ce-authorityKeyIdentifier', [ //'authorityCertIssuer' => array( // array( // 'directoryName' => $issuer->dn // ) //), 'keyIdentifier' => $issuer->currentKeyIdentifier ]); //$extensions = &$this->currentCert['tbsCertificate']['extensions']; //if (isset($issuer->serialNumber)) { // $extensions[count($extensions) - 1]['authorityCertSerialNumber'] = $issuer->serialNumber; //} //unset($extensions); } if (isset($subject->currentKeyIdentifier)) { $this->setExtension('id-ce-subjectKeyIdentifier', $subject->currentKeyIdentifier); } $altName = []; if (isset($subject->domains) && count($subject->domains)) { $altName = array_map(['\phpseclib3\File\X509', 'dnsName'], $subject->domains); } if (isset($subject->ipAddresses) && count($subject->ipAddresses)) { // should an IP address appear as the CN if no domain name is specified? idk //$ips = count($subject->domains) ? $subject->ipAddresses : array_slice($subject->ipAddresses, 1); $ipAddresses = []; foreach ($subject->ipAddresses as $ipAddress) { $encoded = $subject->ipAddress($ipAddress); if ($encoded !== false) { $ipAddresses[] = $encoded; } } if (count($ipAddresses)) { $altName = array_merge($altName, $ipAddresses); } } if (!empty($altName)) { $this->setExtension('id-ce-subjectAltName', $altName); } if ($this->caFlag) { $keyUsage = $this->getExtension('id-ce-keyUsage'); if (!$keyUsage) { $keyUsage = []; } $this->setExtension( 'id-ce-keyUsage', array_values(array_unique(array_merge($keyUsage, ['cRLSign', 'keyCertSign']))) ); $basicConstraints = $this->getExtension('id-ce-basicConstraints'); if (!$basicConstraints) { $basicConstraints = []; } $this->setExtension( 'id-ce-basicConstraints', array_unique(array_merge(['cA' => true], $basicConstraints)), true ); if (!isset($subject->currentKeyIdentifier)) { $this->setExtension('id-ce-subjectKeyIdentifier', $this->computeKeyIdentifier($this->currentCert), false, false); } } // resync $this->signatureSubject // save $tbsCertificate in case there are any \phpseclib3\File\ASN1\Element objects in it $tbsCertificate = $this->currentCert['tbsCertificate']; $this->loadX509($this->saveX509($this->currentCert)); $result = $this->currentCert; $this->currentCert['signature'] = $result['signature'] = "\0" . $issuer->privateKey->sign($this->signatureSubject); $result['tbsCertificate'] = $tbsCertificate; $this->currentCert = $currentCert; $this->signatureSubject = $signatureSubject; return $result; } /** * Sign a CSR * * @access public * @return mixed */ public function signCSR() { if (!is_object($this->privateKey) || empty($this->dn)) { return false; } $origPublicKey = $this->publicKey; $this->publicKey = $this->privateKey->getPublicKey(); $publicKey = $this->formatSubjectPublicKey(); $this->publicKey = $origPublicKey; $currentCert = isset($this->currentCert) ? $this->currentCert : null; $signatureSubject = isset($this->signatureSubject) ? $this->signatureSubject : null; $signatureAlgorithm = self::identifySignatureAlgorithm($this->privateKey); if (isset($this->currentCert) && is_array($this->currentCert) && isset($this->currentCert['certificationRequestInfo'])) { $this->currentCert['signatureAlgorithm']['algorithm'] = $signatureAlgorithm; if (!empty($this->dn)) { $this->currentCert['certificationRequestInfo']['subject'] = $this->dn; } $this->currentCert['certificationRequestInfo']['subjectPKInfo'] = $publicKey; } else { $this->currentCert = [ 'certificationRequestInfo' => [ 'version' => 'v1', 'subject' => $this->dn, 'subjectPKInfo' => $publicKey ], 'signatureAlgorithm' => ['algorithm' => $signatureAlgorithm], 'signature' => false // this is going to be overwritten later ]; } // resync $this->signatureSubject // save $certificationRequestInfo in case there are any \phpseclib3\File\ASN1\Element objects in it $certificationRequestInfo = $this->currentCert['certificationRequestInfo']; $this->loadCSR($this->saveCSR($this->currentCert)); $result = $this->currentCert; $this->currentCert['signature'] = $result['signature'] = "\0" . $this->privateKey->sign($this->signatureSubject); $result['certificationRequestInfo'] = $certificationRequestInfo; $this->currentCert = $currentCert; $this->signatureSubject = $signatureSubject; return $result; } /** * Sign a SPKAC * * @access public * @return mixed */ public function signSPKAC() { if (!is_object($this->privateKey)) { return false; } $origPublicKey = $this->publicKey; $this->publicKey = $this->privateKey->getPublicKey(); $publicKey = $this->formatSubjectPublicKey(); $this->publicKey = $origPublicKey; $currentCert = isset($this->currentCert) ? $this->currentCert : null; $signatureSubject = isset($this->signatureSubject) ? $this->signatureSubject : null; $signatureAlgorithm = self::identifySignatureAlgorithm($this->privateKey); // re-signing a SPKAC seems silly but since everything else supports re-signing why not? if (isset($this->currentCert) && is_array($this->currentCert) && isset($this->currentCert['publicKeyAndChallenge'])) { $this->currentCert['signatureAlgorithm']['algorithm'] = $signatureAlgorithm; $this->currentCert['publicKeyAndChallenge']['spki'] = $publicKey; if (!empty($this->challenge)) { // the bitwise AND ensures that the output is a valid IA5String $this->currentCert['publicKeyAndChallenge']['challenge'] = $this->challenge & str_repeat("\x7F", strlen($this->challenge)); } } else { $this->currentCert = [ 'publicKeyAndChallenge' => [ 'spki' => $publicKey, // quoting , // "A challenge string that is submitted along with the public key. Defaults to an empty string if not specified." // both Firefox and OpenSSL ("openssl spkac -key private.key") behave this way // we could alternatively do this instead if we ignored the specs: // Random::string(8) & str_repeat("\x7F", 8) 'challenge' => !empty($this->challenge) ? $this->challenge : '' ], 'signatureAlgorithm' => ['algorithm' => $signatureAlgorithm], 'signature' => false // this is going to be overwritten later ]; } // resync $this->signatureSubject // save $publicKeyAndChallenge in case there are any \phpseclib3\File\ASN1\Element objects in it $publicKeyAndChallenge = $this->currentCert['publicKeyAndChallenge']; $this->loadSPKAC($this->saveSPKAC($this->currentCert)); $result = $this->currentCert; $this->currentCert['signature'] = $result['signature'] = "\0" . $this->privateKey->sign($this->signatureSubject); $result['publicKeyAndChallenge'] = $publicKeyAndChallenge; $this->currentCert = $currentCert; $this->signatureSubject = $signatureSubject; return $result; } /** * Sign a CRL * * $issuer's private key needs to be loaded. * * @param \phpseclib3\File\X509 $issuer * @param \phpseclib3\File\X509 $crl * @access public * @return mixed */ public function signCRL($issuer, $crl) { if (!is_object($issuer->privateKey) || empty($issuer->dn)) { return false; } $currentCert = isset($this->currentCert) ? $this->currentCert : null; $signatureSubject = isset($this->signatureSubject) ? $this->signatureSubject : null; $signatureAlgorithm = self::identifySignatureAlgorithm($issuer->privateKey); $thisUpdate = new DateTimeImmutable('now', new DateTimeZone(@date_default_timezone_get())); $thisUpdate = !empty($this->startDate) ? $this->startDate : $thisUpdate->format('D, d M Y H:i:s O'); if (isset($crl->currentCert) && is_array($crl->currentCert) && isset($crl->currentCert['tbsCertList'])) { $this->currentCert = $crl->currentCert; $this->currentCert['tbsCertList']['signature']['algorithm'] = $signatureAlgorithm; $this->currentCert['signatureAlgorithm']['algorithm'] = $signatureAlgorithm; } else { $this->currentCert = [ 'tbsCertList' => [ 'version' => 'v2', 'signature' => ['algorithm' => $signatureAlgorithm], 'issuer' => false, // this is going to be overwritten later 'thisUpdate' => $this->timeField($thisUpdate) // $this->setStartDate() ], 'signatureAlgorithm' => ['algorithm' => $signatureAlgorithm], 'signature' => false // this is going to be overwritten later ]; } $tbsCertList = &$this->currentCert['tbsCertList']; $tbsCertList['issuer'] = $issuer->dn; $tbsCertList['thisUpdate'] = $this->timeField($thisUpdate); if (!empty($this->endDate)) { $tbsCertList['nextUpdate'] = $this->timeField($this->endDate); // $this->setEndDate() } else { unset($tbsCertList['nextUpdate']); } if (!empty($this->serialNumber)) { $crlNumber = $this->serialNumber; } else { $crlNumber = $this->getExtension('id-ce-cRLNumber'); // "The CRL number is a non-critical CRL extension that conveys a // monotonically increasing sequence number for a given CRL scope and // CRL issuer. This extension allows users to easily determine when a // particular CRL supersedes another CRL." // -- https://tools.ietf.org/html/rfc5280#section-5.2.3 $crlNumber = $crlNumber !== false ? $crlNumber->add(new BigInteger(1)) : null; } $this->removeExtension('id-ce-authorityKeyIdentifier'); $this->removeExtension('id-ce-issuerAltName'); // Be sure version >= v2 if some extension found. $version = isset($tbsCertList['version']) ? $tbsCertList['version'] : 0; if (!$version) { if (!empty($tbsCertList['crlExtensions'])) { $version = 1; // v2. } elseif (!empty($tbsCertList['revokedCertificates'])) { foreach ($tbsCertList['revokedCertificates'] as $cert) { if (!empty($cert['crlEntryExtensions'])) { $version = 1; // v2. } } } if ($version) { $tbsCertList['version'] = $version; } } // Store additional extensions. if (!empty($tbsCertList['version'])) { // At least v2. if (!empty($crlNumber)) { $this->setExtension('id-ce-cRLNumber', $crlNumber); } if (isset($issuer->currentKeyIdentifier)) { $this->setExtension('id-ce-authorityKeyIdentifier', [ //'authorityCertIssuer' => array( // ] // 'directoryName' => $issuer->dn // ] //), 'keyIdentifier' => $issuer->currentKeyIdentifier ]); //$extensions = &$tbsCertList['crlExtensions']; //if (isset($issuer->serialNumber)) { // $extensions[count($extensions) - 1]['authorityCertSerialNumber'] = $issuer->serialNumber; //} //unset($extensions); } $issuerAltName = $this->getExtension('id-ce-subjectAltName', $issuer->currentCert); if ($issuerAltName !== false) { $this->setExtension('id-ce-issuerAltName', $issuerAltName); } } if (empty($tbsCertList['revokedCertificates'])) { unset($tbsCertList['revokedCertificates']); } unset($tbsCertList); // resync $this->signatureSubject // save $tbsCertList in case there are any \phpseclib3\File\ASN1\Element objects in it $tbsCertList = $this->currentCert['tbsCertList']; $this->loadCRL($this->saveCRL($this->currentCert)); $result = $this->currentCert; $this->currentCert['signature'] = $result['signature'] = "\0" . $issuer->privateKey->sign($this->signatureSubject); $result['tbsCertList'] = $tbsCertList; $this->currentCert = $currentCert; $this->signatureSubject = $signatureSubject; return $result; } /** * Identify signature algorithm from key settings * * @param PrivateKey $key * @access private * @throws \phpseclib3\Exception\UnsupportedAlgorithmException if the algorithm is unsupported * @return string */ private static function identifySignatureAlgorithm(PrivateKey $key) { if ($key instanceof RSA) { if ($key->getPadding() & RSA::SIGNATURE_PSS) { return 'id-RSASSA-PSS'; } switch ($key->getHash()) { case 'md2': case 'md5': case 'sha1': case 'sha224': case 'sha256': case 'sha384': case 'sha512': return $key->getHash() . 'WithRSAEncryption'; } throw new UnsupportedAlgorithmException('The only supported hash algorithms for RSA are: md2, md5, sha1, sha224, sha256, sha384, sha512'); } if ($key instanceof DSA) { switch ($key->getHash()) { case 'sha1': case 'sha224': case 'sha256': return 'id-dsa-with-' . $key->getHash(); } throw new UnsupportedAlgorithmException('The only supported hash algorithms for DSA are: sha1, sha224, sha256'); } if ($key instanceof EC) { switch ($key->getCurve()) { case 'Ed25519': case 'Ed448': return 'id-' . $key->getCurve(); } switch ($key->getHash()) { case 'sha1': case 'sha224': case 'sha256': case 'sha384': case 'sha512': return 'ecdsa-with-' . strtoupper($key->getHash()); } throw new UnsupportedAlgorithmException('The only supported hash algorithms for EC are: sha1, sha224, sha256, sha384, sha512'); } throw new UnsupportedAlgorithmException('The only supported public key classes are: RSA, DSA, EC'); } /** * Set certificate start date * * @param DateTimeInterface|string $date * @access public */ public function setStartDate($date) { if (!is_object($date) || !($date instanceof DateTimeInterface)) { $date = new DateTimeImmutable($date, new DateTimeZone(@date_default_timezone_get())); } $this->startDate = $date->format('D, d M Y H:i:s O'); } /** * Set certificate end date * * @param DateTimeInterface|string $date * @access public */ public function setEndDate($date) { /* To indicate that a certificate has no well-defined expiration date, the notAfter SHOULD be assigned the GeneralizedTime value of 99991231235959Z. -- http://tools.ietf.org/html/rfc5280#section-4.1.2.5 */ if (is_string($date) && strtolower($date) === 'lifetime') { $temp = '99991231235959Z'; $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp; $this->endDate = new Element($temp); } else { if (!is_object($date) || !($date instanceof DateTimeInterface)) { $date = new DateTimeImmutable($date, new DateTimeZone(@date_default_timezone_get())); } $this->endDate = $date->format('D, d M Y H:i:s O'); } } /** * Set Serial Number * * @param string $serial * @param int $base optional * @access public */ public function setSerialNumber($serial, $base = -256) { $this->serialNumber = new BigInteger($serial, $base); } /** * Turns the certificate into a certificate authority * * @access public */ public function makeCA() { $this->caFlag = true; } /** * Check for validity of subarray * * This is intended for use in conjunction with _subArrayUnchecked(), * implementing the checks included in _subArray() but without copying * a potentially large array by passing its reference by-value to is_array(). * * @param array $root * @param string $path * @return boolean * @access private */ private function isSubArrayValid($root, $path) { if (!is_array($root)) { return false; } foreach (explode('/', $path) as $i) { if (!is_array($root)) { return false; } if (!isset($root[$i])) { return true; } $root = $root[$i]; } return true; } /** * Get a reference to a subarray * * This variant of _subArray() does no is_array() checking, * so $root should be checked with _isSubArrayValid() first. * * This is here for performance reasons: * Passing a reference (i.e. $root) by-value (i.e. to is_array()) * creates a copy. If $root is an especially large array, this is expensive. * * @param array $root * @param string $path absolute path with / as component separator * @param bool $create optional * @access private * @return array|false */ private function &subArrayUnchecked(&$root, $path, $create = false) { $false = false; foreach (explode('/', $path) as $i) { if (!isset($root[$i])) { if (!$create) { return $false; } $root[$i] = []; } $root = &$root[$i]; } return $root; } /** * Get a reference to a subarray * * @param array $root * @param string $path absolute path with / as component separator * @param bool $create optional * @access private * @return array|false */ private function &subArray(&$root, $path, $create = false) { $false = false; if (!is_array($root)) { return $false; } foreach (explode('/', $path) as $i) { if (!is_array($root)) { return $false; } if (!isset($root[$i])) { if (!$create) { return $false; } $root[$i] = []; } $root = &$root[$i]; } return $root; } /** * Get a reference to an extension subarray * * @param array $root * @param string $path optional absolute path with / as component separator * @param bool $create optional * @access private * @return array|false */ private function &extensions(&$root, $path = null, $create = false) { if (!isset($root)) { $root = $this->currentCert; } switch (true) { case !empty($path): case !is_array($root): break; case isset($root['tbsCertificate']): $path = 'tbsCertificate/extensions'; break; case isset($root['tbsCertList']): $path = 'tbsCertList/crlExtensions'; break; case isset($root['certificationRequestInfo']): $pth = 'certificationRequestInfo/attributes'; $attributes = &$this->subArray($root, $pth, $create); if (is_array($attributes)) { foreach ($attributes as $key => $value) { if ($value['type'] == 'pkcs-9-at-extensionRequest') { $path = "$pth/$key/value/0"; break 2; } } if ($create) { $key = count($attributes); $attributes[] = ['type' => 'pkcs-9-at-extensionRequest', 'value' => []]; $path = "$pth/$key/value/0"; } } break; } $extensions = &$this->subArray($root, $path, $create); if (!is_array($extensions)) { $false = false; return $false; } return $extensions; } /** * Remove an Extension * * @param string $id * @param string $path optional * @access private * @return bool */ private function removeExtensionHelper($id, $path = null) { $extensions = &$this->extensions($this->currentCert, $path); if (!is_array($extensions)) { return false; } $result = false; foreach ($extensions as $key => $value) { if ($value['extnId'] == $id) { unset($extensions[$key]); $result = true; } } $extensions = array_values($extensions); // fix for https://bugs.php.net/75433 affecting PHP 7.2 if (!isset($extensions[0])) { $extensions = array_splice($extensions, 0, 0); } return $result; } /** * Get an Extension * * Returns the extension if it exists and false if not * * @param string $id * @param array $cert optional * @param string $path optional * @access private * @return mixed */ private function getExtensionHelper($id, $cert = null, $path = null) { $extensions = $this->extensions($cert, $path); if (!is_array($extensions)) { return false; } foreach ($extensions as $key => $value) { if ($value['extnId'] == $id) { return $value['extnValue']; } } return false; } /** * Returns a list of all extensions in use * * @param array $cert optional * @param string $path optional * @access private * @return array */ private function getExtensionsHelper($cert = null, $path = null) { $exts = $this->extensions($cert, $path); $extensions = []; if (is_array($exts)) { foreach ($exts as $extension) { $extensions[] = $extension['extnId']; } } return $extensions; } /** * Set an Extension * * @param string $id * @param mixed $value * @param bool $critical optional * @param bool $replace optional * @param string $path optional * @access private * @return bool */ private function setExtensionHelper($id, $value, $critical = false, $replace = true, $path = null) { $extensions = &$this->extensions($this->currentCert, $path, true); if (!is_array($extensions)) { return false; } $newext = ['extnId' => $id, 'critical' => $critical, 'extnValue' => $value]; foreach ($extensions as $key => $value) { if ($value['extnId'] == $id) { if (!$replace) { return false; } $extensions[$key] = $newext; return true; } } $extensions[] = $newext; return true; } /** * Remove a certificate, CSR or CRL Extension * * @param string $id * @access public * @return bool */ public function removeExtension($id) { return $this->removeExtensionHelper($id); } /** * Get a certificate, CSR or CRL Extension * * Returns the extension if it exists and false if not * * @param string $id * @param array $cert optional * @param string $path * @access public * @return mixed */ public function getExtension($id, $cert = null, $path=null) { return $this->getExtensionHelper($id, $cert, $path); } /** * Returns a list of all extensions in use in certificate, CSR or CRL * * @param array $cert optional * @param string $path optional * @access public * @return array */ public function getExtensions($cert = null, $path = null) { return $this->getExtensionsHelper($cert, $path); } /** * Set a certificate, CSR or CRL Extension * * @param string $id * @param mixed $value * @param bool $critical optional * @param bool $replace optional * @access public * @return bool */ public function setExtension($id, $value, $critical = false, $replace = true) { return $this->setExtensionHelper($id, $value, $critical, $replace); } /** * Remove a CSR attribute. * * @param string $id * @param int $disposition optional * @access public * @return bool */ public function removeAttribute($id, $disposition = self::ATTR_ALL) { $attributes = &$this->subArray($this->currentCert, 'certificationRequestInfo/attributes'); if (!is_array($attributes)) { return false; } $result = false; foreach ($attributes as $key => $attribute) { if ($attribute['type'] == $id) { $n = count($attribute['value']); switch (true) { case $disposition == self::ATTR_APPEND: case $disposition == self::ATTR_REPLACE: return false; case $disposition >= $n: $disposition -= $n; break; case $disposition == self::ATTR_ALL: case $n == 1: unset($attributes[$key]); $result = true; break; default: unset($attributes[$key]['value'][$disposition]); $attributes[$key]['value'] = array_values($attributes[$key]['value']); $result = true; break; } if ($result && $disposition != self::ATTR_ALL) { break; } } } $attributes = array_values($attributes); return $result; } /** * Get a CSR attribute * * Returns the attribute if it exists and false if not * * @param string $id * @param int $disposition optional * @param array $csr optional * @access public * @return mixed */ public function getAttribute($id, $disposition = self::ATTR_ALL, $csr = null) { if (empty($csr)) { $csr = $this->currentCert; } $attributes = $this->subArray($csr, 'certificationRequestInfo/attributes'); if (!is_array($attributes)) { return false; } foreach ($attributes as $key => $attribute) { if ($attribute['type'] == $id) { $n = count($attribute['value']); switch (true) { case $disposition == self::ATTR_APPEND: case $disposition == self::ATTR_REPLACE: return false; case $disposition == self::ATTR_ALL: return $attribute['value']; case $disposition >= $n: $disposition -= $n; break; default: return $attribute['value'][$disposition]; } } } return false; } /** * Returns a list of all CSR attributes in use * * @param array $csr optional * @access public * @return array */ public function getAttributes($csr = null) { if (empty($csr)) { $csr = $this->currentCert; } $attributes = $this->subArray($csr, 'certificationRequestInfo/attributes'); $attrs = []; if (is_array($attributes)) { foreach ($attributes as $attribute) { $attrs[] = $attribute['type']; } } return $attrs; } /** * Set a CSR attribute * * @param string $id * @param mixed $value * @param int $disposition optional * @access public * @return bool */ public function setAttribute($id, $value, $disposition = self::ATTR_ALL) { $attributes = &$this->subArray($this->currentCert, 'certificationRequestInfo/attributes', true); if (!is_array($attributes)) { return false; } switch ($disposition) { case self::ATTR_REPLACE: $disposition = self::ATTR_APPEND; case self::ATTR_ALL: $this->removeAttribute($id); break; } foreach ($attributes as $key => $attribute) { if ($attribute['type'] == $id) { $n = count($attribute['value']); switch (true) { case $disposition == self::ATTR_APPEND: $last = $key; break; case $disposition >= $n: $disposition -= $n; break; default: $attributes[$key]['value'][$disposition] = $value; return true; } } } switch (true) { case $disposition >= 0: return false; case isset($last): $attributes[$last]['value'][] = $value; break; default: $attributes[] = ['type' => $id, 'value' => $disposition == self::ATTR_ALL ? $value: [$value]]; break; } return true; } /** * Sets the subject key identifier * * This is used by the id-ce-authorityKeyIdentifier and the id-ce-subjectKeyIdentifier extensions. * * @param string $value * @access public */ public function setKeyIdentifier($value) { if (empty($value)) { unset($this->currentKeyIdentifier); } else { $this->currentKeyIdentifier = $value; } } /** * Compute a public key identifier. * * Although key identifiers may be set to any unique value, this function * computes key identifiers from public key according to the two * recommended methods (4.2.1.2 RFC 3280). * Highly polymorphic: try to accept all possible forms of key: * - Key object * - \phpseclib3\File\X509 object with public or private key defined * - Certificate or CSR array * - \phpseclib3\File\ASN1\Element object * - PEM or DER string * * @param mixed $key optional * @param int $method optional * @access public * @return string binary key identifier */ public function computeKeyIdentifier($key = null, $method = 1) { if (is_null($key)) { $key = $this; } switch (true) { case is_string($key): break; case is_array($key) && isset($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey']): return $this->computeKeyIdentifier($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'], $method); case is_array($key) && isset($key['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey']): return $this->computeKeyIdentifier($key['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'], $method); case !is_object($key): return false; case $key instanceof Element: // Assume the element is a bitstring-packed key. $decoded = ASN1::decodeBER($key->element); if (empty($decoded)) { return false; } $raw = ASN1::asn1map($decoded[0], ['type' => ASN1::TYPE_BIT_STRING]); if (empty($raw)) { return false; } // If the key is private, compute identifier from its corresponding public key. $key = PublicKeyLoader::load($raw); if ($key instanceof PrivateKey) { // If private. return $this->computeKeyIdentifier($key, $method); } $key = $raw; // Is a public key. break; case $key instanceof X509: if (isset($key->publicKey)) { return $this->computeKeyIdentifier($key->publicKey, $method); } if (isset($key->privateKey)) { return $this->computeKeyIdentifier($key->privateKey, $method); } if (isset($key->currentCert['tbsCertificate']) || isset($key->currentCert['certificationRequestInfo'])) { return $this->computeKeyIdentifier($key->currentCert, $method); } return false; default: // Should be a key object (i.e.: \phpseclib3\Crypt\RSA). $key = $key->getPublicKey(); break; } // If in PEM format, convert to binary. $key = ASN1::extractBER($key); // Now we have the key string: compute its sha-1 sum. $hash = new Hash('sha1'); $hash = $hash->hash($key); if ($method == 2) { $hash = substr($hash, -8); $hash[0] = chr((ord($hash[0]) & 0x0F) | 0x40); } return $hash; } /** * Format a public key as appropriate * * @access private * @return array|bool */ private function formatSubjectPublicKey() { $format = $this->publicKey instanceof RSA && ($this->publicKey->getPadding() & RSA::SIGNATURE_PSS) ? 'PSS' : 'PKCS8'; $publicKey = base64_decode(preg_replace('#-.+-|[\r\n]#', '', $this->publicKey->toString($format))); $decoded = ASN1::decodeBER($publicKey); $mapped = ASN1::asn1map($decoded[0], Maps\SubjectPublicKeyInfo::MAP); $mapped['subjectPublicKey'] = $this->publicKey->toString($format); return $mapped; } /** * Set the domain name's which the cert is to be valid for * * @param mixed[] ...$domains * @access public * @return array */ public function setDomain(...$domains) { $this->domains = $domains; $this->removeDNProp('id-at-commonName'); $this->setDNProp('id-at-commonName', $this->domains[0]); } /** * Set the IP Addresses's which the cert is to be valid for * * @access public * @param mixed[] ...$ipAddresses */ public function setIPAddress(...$ipAddresses) { $this->ipAddresses = $ipAddresses; /* if (!isset($this->domains)) { $this->removeDNProp('id-at-commonName'); $this->setDNProp('id-at-commonName', $this->ipAddresses[0]); } */ } /** * Helper function to build domain array * * @access private * @param string $domain * @return array */ private function dnsName($domain) { return ['dNSName' => $domain]; } /** * Helper function to build IP Address array * * (IPv6 is not currently supported) * * @access private * @param string $address * @return array */ private function iPAddress($address) { return ['iPAddress' => $address]; } /** * Get the index of a revoked certificate. * * @param array $rclist * @param string $serial * @param bool $create optional * @access private * @return int|false */ private function revokedCertificate(&$rclist, $serial, $create = false) { $serial = new BigInteger($serial); foreach ($rclist as $i => $rc) { if (!($serial->compare($rc['userCertificate']))) { return $i; } } if (!$create) { return false; } $i = count($rclist); $revocationDate = new DateTimeImmutable('now', new DateTimeZone(@date_default_timezone_get())); $rclist[] = ['userCertificate' => $serial, 'revocationDate' => $this->timeField($revocationDate->format('D, d M Y H:i:s O'))]; return $i; } /** * Revoke a certificate. * * @param string $serial * @param string $date optional * @access public * @return bool */ public function revoke($serial, $date = null) { if (isset($this->currentCert['tbsCertList'])) { if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates', true))) { if ($this->revokedCertificate($rclist, $serial) === false) { // If not yet revoked if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) { if (!empty($date)) { $rclist[$i]['revocationDate'] = $this->timeField($date); } return true; } } } } return false; } /** * Unrevoke a certificate. * * @param string $serial * @access public * @return bool */ public function unrevoke($serial) { if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates'))) { if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { unset($rclist[$i]); $rclist = array_values($rclist); return true; } } return false; } /** * Get a revoked certificate. * * @param string $serial * @access public * @return mixed */ public function getRevoked($serial) { if (is_array($rclist = $this->subArray($this->currentCert, 'tbsCertList/revokedCertificates'))) { if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { return $rclist[$i]; } } return false; } /** * List revoked certificates * * @param array $crl optional * @access public * @return array|bool */ public function listRevoked($crl = null) { if (!isset($crl)) { $crl = $this->currentCert; } if (!isset($crl['tbsCertList'])) { return false; } $result = []; if (is_array($rclist = $this->subArray($crl, 'tbsCertList/revokedCertificates'))) { foreach ($rclist as $rc) { $result[] = $rc['userCertificate']->toString(); } } return $result; } /** * Remove a Revoked Certificate Extension * * @param string $serial * @param string $id * @access public * @return bool */ public function removeRevokedCertificateExtension($serial, $id) { if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates'))) { if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { return $this->removeExtensionHelper($id, "tbsCertList/revokedCertificates/$i/crlEntryExtensions"); } } return false; } /** * Get a Revoked Certificate Extension * * Returns the extension if it exists and false if not * * @param string $serial * @param string $id * @param array $crl optional * @access public * @return mixed */ public function getRevokedCertificateExtension($serial, $id, $crl = null) { if (!isset($crl)) { $crl = $this->currentCert; } if (is_array($rclist = $this->subArray($crl, 'tbsCertList/revokedCertificates'))) { if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { return $this->getExtension($id, $crl, "tbsCertList/revokedCertificates/$i/crlEntryExtensions"); } } return false; } /** * Returns a list of all extensions in use for a given revoked certificate * * @param string $serial * @param array $crl optional * @access public * @return array|bool */ public function getRevokedCertificateExtensions($serial, $crl = null) { if (!isset($crl)) { $crl = $this->currentCert; } if (is_array($rclist = $this->subArray($crl, 'tbsCertList/revokedCertificates'))) { if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { return $this->getExtensions($crl, "tbsCertList/revokedCertificates/$i/crlEntryExtensions"); } } return false; } /** * Set a Revoked Certificate Extension * * @param string $serial * @param string $id * @param mixed $value * @param bool $critical optional * @param bool $replace optional * @access public * @return bool */ public function setRevokedCertificateExtension($serial, $id, $value, $critical = false, $replace = true) { if (isset($this->currentCert['tbsCertList'])) { if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates', true))) { if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) { return $this->setExtensionHelper($id, $value, $critical, $replace, "tbsCertList/revokedCertificates/$i/crlEntryExtensions"); } } } return false; } /** * Register the mapping for a custom/unsupported extension. * * @param string $id * @param array $mapping */ public static function registerExtension($id, array $mapping) { if (isset(self::$extensions[$id]) && self::$extensions[$id] !== $mapping) { throw new \RuntimeException( 'Extension ' . $id . ' has already been defined with a different mapping.' ); } self::$extensions[$id] = $mapping; } /** * Register the mapping for a custom/unsupported extension. * * @param string $id * * @return array|null */ public static function getRegisteredExtension($id) { return isset(self::$extensions[$id]) ? self::$extensions[$id] : null; } /** * Register the mapping for a custom/unsupported extension. * * @param string $id * @param mixed $value */ public function setExtensionValue($id, $value) { $this->extensionValues[$id] = $value; } } PK5 Z)ARPRP2vendor/phpseclib/phpseclib/phpseclib/File/ANSI.phpnu[ * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File; /** * Pure-PHP ANSI Decoder * * @package ANSI * @author Jim Wigginton * @access public */ class ANSI { /** * Max Width * * @var int * @access private */ private $max_x; /** * Max Height * * @var int * @access private */ private $max_y; /** * Max History * * @var int * @access private */ private $max_history; /** * History * * @var array * @access private */ private $history; /** * History Attributes * * @var array * @access private */ private $history_attrs; /** * Current Column * * @var int * @access private */ private $x; /** * Current Row * * @var int * @access private */ private $y; /** * Old Column * * @var int * @access private */ private $old_x; /** * Old Row * * @var int * @access private */ private $old_y; /** * An empty attribute cell * * @var object * @access private */ private $base_attr_cell; /** * The current attribute cell * * @var object * @access private */ private $attr_cell; /** * An empty attribute row * * @var array * @access private */ private $attr_row; /** * The current screen text * * @var array * @access private */ private $screen; /** * The current screen attributes * * @var array * @access private */ private $attrs; /** * Current ANSI code * * @var string * @access private */ private $ansi; /** * Tokenization * * @var array * @access private */ private $tokenization; /** * Default Constructor. * * @return \phpseclib3\File\ANSI * @access public */ public function __construct() { $attr_cell = new \stdClass(); $attr_cell->bold = false; $attr_cell->underline = false; $attr_cell->blink = false; $attr_cell->background = 'black'; $attr_cell->foreground = 'white'; $attr_cell->reverse = false; $this->base_attr_cell = clone $attr_cell; $this->attr_cell = clone $attr_cell; $this->setHistory(200); $this->setDimensions(80, 24); } /** * Set terminal width and height * * Resets the screen as well * * @param int $x * @param int $y * @access public */ public function setDimensions($x, $y) { $this->max_x = $x - 1; $this->max_y = $y - 1; $this->x = $this->y = 0; $this->history = $this->history_attrs = []; $this->attr_row = array_fill(0, $this->max_x + 2, $this->base_attr_cell); $this->screen = array_fill(0, $this->max_y + 1, ''); $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row); $this->ansi = ''; } /** * Set the number of lines that should be logged past the terminal height * * @param int $history * @access public */ public function setHistory($history) { $this->max_history = $history; } /** * Load a string * * @param string $source * @access public */ public function loadString($source) { $this->setDimensions($this->max_x + 1, $this->max_y + 1); $this->appendString($source); } /** * Appdend a string * * @param string $source * @access public */ public function appendString($source) { $this->tokenization = ['']; for ($i = 0; $i < strlen($source); $i++) { if (strlen($this->ansi)) { $this->ansi.= $source[$i]; $chr = ord($source[$i]); // http://en.wikipedia.org/wiki/ANSI_escape_code#Sequence_elements // single character CSI's not currently supported switch (true) { case $this->ansi == "\x1B=": $this->ansi = ''; continue 2; case strlen($this->ansi) == 2 && $chr >= 64 && $chr <= 95 && $chr != ord('['): case strlen($this->ansi) > 2 && $chr >= 64 && $chr <= 126: break; default: continue 2; } $this->tokenization[] = $this->ansi; $this->tokenization[] = ''; // http://ascii-table.com/ansi-escape-sequences-vt-100.php switch ($this->ansi) { case "\x1B[H": // Move cursor to upper left corner $this->old_x = $this->x; $this->old_y = $this->y; $this->x = $this->y = 0; break; case "\x1B[J": // Clear screen from cursor down $this->history = array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1), 0, $this->old_y)); $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, '')); $this->history_attrs = array_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0, $this->old_y)); $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row)); if (count($this->history) == $this->max_history) { array_shift($this->history); array_shift($this->history_attrs); } case "\x1B[K": // Clear screen from cursor right $this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x); array_splice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $this->max_x - ($this->x - 1), $this->base_attr_cell)); break; case "\x1B[2K": // Clear entire line $this->screen[$this->y] = str_repeat(' ', $this->x); $this->attrs[$this->y] = $this->attr_row; break; case "\x1B[?1h": // set cursor key to application case "\x1B[?25h": // show the cursor case "\x1B(B": // set united states g0 character set break; case "\x1BE": // Move to next line $this->newLine(); $this->x = 0; break; default: switch (true) { case preg_match('#\x1B\[(\d+)B#', $this->ansi, $match): // Move cursor down n lines $this->old_y = $this->y; $this->y+= $match[1]; break; case preg_match('#\x1B\[(\d+);(\d+)H#', $this->ansi, $match): // Move cursor to screen location v,h $this->old_x = $this->x; $this->old_y = $this->y; $this->x = $match[2] - 1; $this->y = $match[1] - 1; break; case preg_match('#\x1B\[(\d+)C#', $this->ansi, $match): // Move cursor right n lines $this->old_x = $this->x; $this->x+= $match[1]; break; case preg_match('#\x1B\[(\d+)D#', $this->ansi, $match): // Move cursor left n lines $this->old_x = $this->x; $this->x-= $match[1]; if ($this->x < 0) { $this->x = 0; } break; case preg_match('#\x1B\[(\d+);(\d+)r#', $this->ansi, $match): // Set top and bottom lines of a window break; case preg_match('#\x1B\[(\d*(?:;\d*)*)m#', $this->ansi, $match): // character attributes $attr_cell = &$this->attr_cell; $mods = explode(';', $match[1]); foreach ($mods as $mod) { switch ($mod) { case '': case '0': // Turn off character attributes $attr_cell = clone $this->base_attr_cell; break; case '1': // Turn bold mode on $attr_cell->bold = true; break; case '4': // Turn underline mode on $attr_cell->underline = true; break; case '5': // Turn blinking mode on $attr_cell->blink = true; break; case '7': // Turn reverse video on $attr_cell->reverse = !$attr_cell->reverse; $temp = $attr_cell->background; $attr_cell->background = $attr_cell->foreground; $attr_cell->foreground = $temp; break; default: // set colors //$front = $attr_cell->reverse ? &$attr_cell->background : &$attr_cell->foreground; $front = &$attr_cell->{ $attr_cell->reverse ? 'background' : 'foreground' }; //$back = $attr_cell->reverse ? &$attr_cell->foreground : &$attr_cell->background; $back = &$attr_cell->{ $attr_cell->reverse ? 'foreground' : 'background' }; switch ($mod) { // @codingStandardsIgnoreStart case '30': $front = 'black'; break; case '31': $front = 'red'; break; case '32': $front = 'green'; break; case '33': $front = 'yellow'; break; case '34': $front = 'blue'; break; case '35': $front = 'magenta'; break; case '36': $front = 'cyan'; break; case '37': $front = 'white'; break; case '40': $back = 'black'; break; case '41': $back = 'red'; break; case '42': $back = 'green'; break; case '43': $back = 'yellow'; break; case '44': $back = 'blue'; break; case '45': $back = 'magenta'; break; case '46': $back = 'cyan'; break; case '47': $back = 'white'; break; // @codingStandardsIgnoreEnd default: //user_error('Unsupported attribute: ' . $mod); $this->ansi = ''; break 2; } } } break; default: //user_error("{$this->ansi} is unsupported\r\n"); } } $this->ansi = ''; continue; } $this->tokenization[count($this->tokenization) - 1].= $source[$i]; switch ($source[$i]) { case "\r": $this->x = 0; break; case "\n": $this->newLine(); break; case "\x08": // backspace if ($this->x) { $this->x--; $this->attrs[$this->y][$this->x] = clone $this->base_attr_cell; $this->screen[$this->y] = substr_replace( $this->screen[$this->y], $source[$i], $this->x, 1 ); } break; case "\x0F": // shift break; case "\x1B": // start ANSI escape code $this->tokenization[count($this->tokenization) - 1] = substr($this->tokenization[count($this->tokenization) - 1], 0, -1); //if (!strlen($this->tokenization[count($this->tokenization) - 1])) { // array_pop($this->tokenization); //} $this->ansi.= "\x1B"; break; default: $this->attrs[$this->y][$this->x] = clone $this->attr_cell; if ($this->x > strlen($this->screen[$this->y])) { $this->screen[$this->y] = str_repeat(' ', $this->x); } $this->screen[$this->y] = substr_replace( $this->screen[$this->y], $source[$i], $this->x, 1 ); if ($this->x > $this->max_x) { $this->x = 0; $this->newLine(); } else { $this->x++; } } } } /** * Add a new line * * Also update the $this->screen and $this->history buffers * * @access private */ private function newLine() { //if ($this->y < $this->max_y) { // $this->y++; //} while ($this->y >= $this->max_y) { $this->history = array_merge($this->history, [array_shift($this->screen)]); $this->screen[] = ''; $this->history_attrs = array_merge($this->history_attrs, [array_shift($this->attrs)]); $this->attrs[] = $this->attr_row; if (count($this->history) >= $this->max_history) { array_shift($this->history); array_shift($this->history_attrs); } $this->y--; } $this->y++; } /** * Returns the current coordinate without preformating * * @access private * @param \stdClass $last_attr * @param \stdClass $cur_attr * @param string $char * @return string */ private function processCoordinate($last_attr, $cur_attr, $char) { $output = ''; if ($last_attr != $cur_attr) { $close = $open = ''; if ($last_attr->foreground != $cur_attr->foreground) { if ($cur_attr->foreground != 'white') { $open.= ''; } if ($last_attr->foreground != 'white') { $close = '' . $close; } } if ($last_attr->background != $cur_attr->background) { if ($cur_attr->background != 'black') { $open.= ''; } if ($last_attr->background != 'black') { $close = '' . $close; } } if ($last_attr->bold != $cur_attr->bold) { if ($cur_attr->bold) { $open.= ''; } else { $close = '' . $close; } } if ($last_attr->underline != $cur_attr->underline) { if ($cur_attr->underline) { $open.= ''; } else { $close = '' . $close; } } if ($last_attr->blink != $cur_attr->blink) { if ($cur_attr->blink) { $open.= ''; } else { $close = '' . $close; } } $output.= $close . $open; } $output.= htmlspecialchars($char); return $output; } /** * Returns the current screen without preformating * * @access private * @return string */ private function getScreenHelper() { $output = ''; $last_attr = $this->base_attr_cell; for ($i = 0; $i <= $this->max_y; $i++) { for ($j = 0; $j <= $this->max_x; $j++) { $cur_attr = $this->attrs[$i][$j]; $output.= $this->processCoordinate($last_attr, $cur_attr, isset($this->screen[$i][$j]) ? $this->screen[$i][$j] : ''); $last_attr = $this->attrs[$i][$j]; } $output.= "\r\n"; } $output = substr($output, 0, -2); // close any remaining open tags $output.= $this->processCoordinate($last_attr, $this->base_attr_cell, ''); return rtrim($output); } /** * Returns the current screen * * @access public * @return string */ public function getScreen() { return '
' . $this->getScreenHelper() . '
'; } /** * Returns the current screen and the x previous lines * * @access public * @return string */ public function getHistory() { $scrollback = ''; $last_attr = $this->base_attr_cell; for ($i = 0; $i < count($this->history); $i++) { for ($j = 0; $j <= $this->max_x + 1; $j++) { $cur_attr = $this->history_attrs[$i][$j]; $scrollback.= $this->processCoordinate($last_attr, $cur_attr, isset($this->history[$i][$j]) ? $this->history[$i][$j] : ''); $last_attr = $this->history_attrs[$i][$j]; } $scrollback.= "\r\n"; } $base_attr_cell = $this->base_attr_cell; $this->base_attr_cell = $last_attr; $scrollback.= $this->getScreen(); $this->base_attr_cell = $base_attr_cell; return '
' . $scrollback . '
'; } } PK5 ZyF:vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.phpnu[ * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1; /** * ASN.1 Raw Element * * An ASN.1 ANY mapping will return an ASN1\Element object. Use of this object * will also bypass the normal encoding rules in ASN1::encodeDER() * * @package ASN1 * @author Jim Wigginton * @access public */ class Element { /** * Raw element value * * @var string * @access private */ public $element; /** * Constructor * * @param string $encoded * @return \phpseclib3\File\ASN1\Element * @access public */ public function __construct($encoded) { $this->element = $encoded; } } PK5 Zt~Kvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PolicyQualifierInfo * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PolicyQualifierInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'policyQualifierId' => PolicyQualifierId::MAP, 'qualifier' => ['type' => ASN1::TYPE_ANY] ] ]; } PK5 ZQvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AuthorityInfoAccessSyntax * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AuthorityInfoAccessSyntax { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => AccessDescription::MAP ]; } PK5 Z=00Avendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CRLReason * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CRLReason { const MAP = [ 'type' => ASN1::TYPE_ENUMERATED, 'mapping' => [ 'unspecified', 'keyCompromise', 'cACompromise', 'affiliationChanged', 'superseded', 'cessationOfOperation', 'certificateHold', // Value 7 is not used. 8 => 'removeFromCRL', 'privilegeWithdrawn', 'aACompromise' ] ]; } PK5 Z\\Ivendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RSASSA_PSS_params * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RSASSA_PSS_params { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'hashAlgorithm' => [ 'constant' => 0, 'optional' => true, 'explicit' => true, //'default' => 'sha1Identifier' ] + HashAlgorithm::MAP, 'maskGenAlgorithm' => [ 'constant' => 1, 'optional' => true, 'explicit' => true, //'default' => 'mgf1SHA1Identifier' ] + MaskGenAlgorithm::MAP, 'saltLength' => [ 'type' => ASN1::TYPE_INTEGER, 'constant' => 2, 'optional' => true, 'explicit' => true, 'default' => 20 ], 'trailerField' => [ 'type' => ASN1::TYPE_INTEGER, 'constant' => 3, 'optional' => true, 'explicit' => true, 'default' => 1 ] ] ]; } PK5 ZWmBvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DigestInfo * * from https://tools.ietf.org/html/rfc2898#appendix-A.3 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DigestInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'digestAlgorithm' => AlgorithmIdentifier::MAP, 'digest' => ['type' => ASN1::TYPE_OCTET_STRING] ] ]; } PK5 Zr#?vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Prime_p * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Prime_p { const MAP = ['type' => ASN1::TYPE_INTEGER]; }PK5 Z%%Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertificateList * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertificateList { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'tbsCertList' => TBSCertList::MAP, 'signatureAlgorithm' => AlgorithmIdentifier::MAP, 'signature' => ['type' => ASN1::TYPE_BIT_STRING] ] ]; } PK5 Z񰊡@vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Validity * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Validity { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'notBefore' => Time::MAP, 'notAfter' => Time::MAP ] ]; } PK5 Z ^),,Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DSAPublicKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DSAPublicKey { const MAP = ['type' => ASN1::TYPE_INTEGER]; } PK5 Z[VAvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ORAddress * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ORAddress { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'built-in-standard-attributes' => BuiltInStandardAttributes::MAP, 'built-in-domain-defined-attributes' => ['optional' => true] + BuiltInDomainDefinedAttributes::MAP, 'extension-attributes' => ['optional' => true] + ExtensionAttributes::MAP ] ]; } PK5 Ziv Qvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * BuiltInStandardAttributes * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class BuiltInStandardAttributes { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'country-name' => ['optional' => true] + CountryName::MAP, 'administration-domain-name' => ['optional' => true] + AdministrationDomainName::MAP, 'network-address' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + NetworkAddress::MAP, 'terminal-identifier' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + TerminalIdentifier::MAP, 'private-domain-name' => [ 'constant' => 2, 'optional' => true, 'explicit' => true ] + PrivateDomainName::MAP, 'organization-name' => [ 'constant' => 3, 'optional' => true, 'implicit' => true ] + OrganizationName::MAP, 'numeric-user-identifier' => [ 'constant' => 4, 'optional' => true, 'implicit' => true ] + NumericUserIdentifier::MAP, 'personal-name' => [ 'constant' => 5, 'optional' => true, 'implicit' => true ] + PersonalName::MAP, 'organizational-unit-names' => [ 'constant' => 6, 'optional' => true, 'implicit' => true ] + OrganizationalUnitNames::MAP ] ]; } PK5 Z]2pEEIvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PolicyQualifierId * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PolicyQualifierId { const MAP = ['type' => ASN1::TYPE_OBJECT_IDENTIFIER]; } PK5 ZWXOvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * EncryptedPrivateKeyInfo * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class EncryptedPrivateKeyInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'encryptionAlgorithm' => AlgorithmIdentifier::MAP, 'encryptedData' => EncryptedData::MAP ] ]; } PK5 Z Cvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Certificate * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Certificate { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'tbsCertificate' => TBSCertificate::MAP, 'signatureAlgorithm' => AlgorithmIdentifier::MAP, 'signature' => ['type' => ASN1::TYPE_BIT_STRING] ] ]; } PK5 ZBZDvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ECParameters * * ECParameters ::= CHOICE { * namedCurve OBJECT IDENTIFIER * -- implicitCurve NULL * -- specifiedCurve SpecifiedECDomain * } * -- implicitCurve and specifiedCurve MUST NOT be used in PKIX. * -- Details for SpecifiedECDomain can be found in [X9.62]. * -- Any future additions to this CHOICE should be coordinated * -- with ANSI X9. * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ECParameters { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'namedCurve' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'implicitCurve' => ['type' => ASN1::TYPE_NULL], 'specifiedCurve' => SpecifiedECDomain::MAP ] ]; } PK5 Zk&&Avendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PublicKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PublicKey { const MAP = ['type' => ASN1::TYPE_BIT_STRING]; } PK5 Z0C++Bvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PrivateKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PrivateKey { const MAP = ['type' => ASN1::TYPE_OCTET_STRING]; } PK5 Z&?\\Svendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * SignedPublicKeyAndChallenge * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class SignedPublicKeyAndChallenge { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'publicKeyAndChallenge' => PublicKeyAndChallenge::MAP, 'signatureAlgorithm' => AlgorithmIdentifier::MAP, 'signature' => ['type' => ASN1::TYPE_BIT_STRING] ] ]; } PK5 Z3Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * NoticeReference * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class NoticeReference { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'organization' => DisplayText::MAP, 'noticeNumbers' => [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => 200, 'children' => ['type' => ASN1::TYPE_INTEGER] ] ] ]; } PK5 Z]^^Jvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ExtensionAttribute * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ExtensionAttribute { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'extension-attribute-type' => [ 'type' => ASN1::TYPE_PRINTABLE_STRING, 'constant' => 0, 'optional' => true, 'implicit' => true ], 'extension-attribute-value' => [ 'type' => ASN1::TYPE_ANY, 'constant' => 1, 'optional' => true, 'explicit' => true ] ] ]; } PK5 Z -HkkDvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PBKDF2params * * from https://tools.ietf.org/html/rfc2898#appendix-A.3 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PBKDF2params { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ // technically, this is a CHOICE in RFC2898 but the other "choice" is, currently, more of a placeholder // in the RFC 'salt'=> ['type' => ASN1::TYPE_OCTET_STRING], 'iterationCount'=> ['type' => ASN1::TYPE_INTEGER], 'keyLength' => [ 'type' => ASN1::TYPE_INTEGER, 'optional' => true ], 'prf' => AlgorithmIdentifier::MAP + ['optional' => true] ] ]; } PK5 ZDRvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * SubjectDirectoryAttributes * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class SubjectDirectoryAttributes { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => Attribute::MAP ]; } PK5 Z Evendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DSAPrivateKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DSAPrivateKey { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => ['type' => ASN1::TYPE_INTEGER], 'p' => ['type' => ASN1::TYPE_INTEGER], 'q' => ['type' => ASN1::TYPE_INTEGER], 'g' => ['type' => ASN1::TYPE_INTEGER], 'y' => ['type' => ASN1::TYPE_INTEGER], 'x' => ['type' => ASN1::TYPE_INTEGER] ] ]; }PK5 ZxGVvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * BuiltInDomainDefinedAttributes * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class BuiltInDomainDefinedAttributes { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => 4, // ub-domain-defined-attributes 'children' => BuiltInDomainDefinedAttribute::MAP ]; } PK5 Z/̾iiGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RC2CBCParameter * * from https://tools.ietf.org/html/rfc2898#appendix-A.3 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RC2CBCParameter { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'rc2ParametersVersion'=> [ 'type' => ASN1::TYPE_INTEGER, 'optional' => true ], 'iv'=> ['type' => ASN1::TYPE_OCTET_STRING] ] ]; } PK5 ZFؑCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Pentanomial * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Pentanomial { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'k1' => ['type' => ASN1::TYPE_INTEGER], // k1 > 0 'k2' => ['type' => ASN1::TYPE_INTEGER], // k2 > k1 'k3' => ['type' => ASN1::TYPE_INTEGER], // k3 > h2 ] ]; }PK5 ZFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PrivateKeyInfo * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PrivateKeyInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => ['v1'] ], 'privateKeyAlgorithm'=> AlgorithmIdentifier::MAP, 'privateKey' => PrivateKey::MAP, 'attributes' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + Attributes::MAP ] ]; } PK5 Z[66Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * KeyPurposeId * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class KeyPurposeId { const MAP = ['type' => ASN1::TYPE_OBJECT_IDENTIFIER]; } PK5 ZHš__Hvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * BasicConstraints * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class BasicConstraints { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'cA' => [ 'type' => ASN1::TYPE_BOOLEAN, 'optional' => true, 'default' => false ], 'pathLenConstraint' => [ 'type' => ASN1::TYPE_INTEGER, 'optional' => true ] ] ]; } PK5 ZF<Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RSAPublicKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RSAPublicKey { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'modulus' => ['type' => ASN1::TYPE_INTEGER], 'publicExponent' => ['type' => ASN1::TYPE_INTEGER] ] ]; } PK5 Z0M..Ivendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertificateIssuer * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertificateIssuer { const MAP = GeneralNames::MAP; } PK5 ZwGGJvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * TerminalIdentifier * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class TerminalIdentifier { const MAP = ['type' => ASN1::TYPE_PRINTABLE_STRING]; } PK5 Z\!Kvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ExtensionAttributes * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ExtensionAttributes { const MAP = [ 'type' => ASN1::TYPE_SET, 'min' => 1, 'max' => 256, // ub-extension-attributes 'children' => ExtensionAttribute::MAP ]; } PK5 Za;ޠCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * TBSCertList * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class TBSCertList { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => ['v1', 'v2', 'v3'], 'optional' => true, 'default' => 'v2' ], 'signature' => AlgorithmIdentifier::MAP, 'issuer' => Name::MAP, 'thisUpdate' => Time::MAP, 'nextUpdate' => [ 'optional' => true ] + Time::MAP, 'revokedCertificates' => [ 'type' => ASN1::TYPE_SEQUENCE, 'optional' => true, 'min' => 0, 'max' => -1, 'children' => RevokedCertificate::MAP ], 'crlExtensions' => [ 'constant' => 0, 'optional' => true, 'explicit' => true ] + Extensions::MAP ] ]; } PK5 ZueCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * GeneralName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class GeneralName { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'otherName' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + AnotherName::MAP, 'rfc822Name' => [ 'type' => ASN1::TYPE_IA5_STRING, 'constant' => 1, 'optional' => true, 'implicit' => true ], 'dNSName' => [ 'type' => ASN1::TYPE_IA5_STRING, 'constant' => 2, 'optional' => true, 'implicit' => true ], 'x400Address' => [ 'constant' => 3, 'optional' => true, 'implicit' => true ] + ORAddress::MAP, 'directoryName' => [ 'constant' => 4, 'optional' => true, 'explicit' => true ] + Name::MAP, 'ediPartyName' => [ 'constant' => 5, 'optional' => true, 'implicit' => true ] + EDIPartyName::MAP, 'uniformResourceIdentifier' => [ 'type' => ASN1::TYPE_IA5_STRING, 'constant' => 6, 'optional' => true, 'implicit' => true ], 'iPAddress' => [ 'type' => ASN1::TYPE_OCTET_STRING, 'constant' => 7, 'optional' => true, 'implicit' => true ], 'registeredID' => [ 'type' => ASN1::TYPE_OBJECT_IDENTIFIER, 'constant' => 8, 'optional' => true, 'implicit' => true ] ] ]; } PK5 Z0jjCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ReasonFlags * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ReasonFlags { const MAP = [ 'type' => ASN1::TYPE_BIT_STRING, 'mapping' => [ 'unused', 'keyCompromise', 'cACompromise', 'affiliationChanged', 'superseded', 'cessationOfOperation', 'certificateHold', 'privilegeWithdrawn', 'aACompromise' ] ]; } PK5 Zס99Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * NetworkAddress * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class NetworkAddress { const MAP = ['type' => ASN1::TYPE_NUMERIC_STRING]; } PK5 Z4_11Hvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * MaskGenAglorithm * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class MaskGenAlgorithm { const MAP = AlgorithmIdentifier::MAP; }PK5 ZYrI Pvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * IssuingDistributionPoint * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class IssuingDistributionPoint { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'distributionPoint' => [ 'constant' => 0, 'optional' => true, 'explicit' => true ] + DistributionPointName::MAP, 'onlyContainsUserCerts' => [ 'type' => ASN1::TYPE_BOOLEAN, 'constant' => 1, 'optional' => true, 'default' => false, 'implicit' => true ], 'onlyContainsCACerts' => [ 'type' => ASN1::TYPE_BOOLEAN, 'constant' => 2, 'optional' => true, 'default' => false, 'implicit' => true ], 'onlySomeReasons' => [ 'constant' => 3, 'optional' => true, 'implicit' => true ] + ReasonFlags::MAP, 'indirectCRL' => [ 'type' => ASN1::TYPE_BOOLEAN, 'constant' => 4, 'optional' => true, 'default' => false, 'implicit' => true ], 'onlyContainsAttributeCerts' =>[ 'type' => ASN1::TYPE_BOOLEAN, 'constant' => 5, 'optional' => true, 'default' => false, 'implicit' => true ] ] ]; } PK5 Zr7""Evendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * IssuerAltName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class IssuerAltName { const MAP = GeneralNames::MAP; } PK5 ZOvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * SubjectInfoAccessSyntax * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class SubjectInfoAccessSyntax { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => AccessDescription::MAP ]; } PK5 Z $ύBvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Attributes * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Attributes { const MAP = [ 'type' => ASN1::TYPE_SET, 'min' => 1, 'max' => -1, 'children' => Attribute::MAP ]; } PK5 Z2Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * GeneralSubtrees * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class GeneralSubtrees { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => GeneralSubtree::MAP ]; } PK5 Z |7NNMvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * NumericUserIdentifier * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class NumericUserIdentifier { const MAP = ['type' => ASN1::TYPE_NUMERIC_STRING]; } PK5 Z!RDvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ECPrivateKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ECPrivateKey { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => [1 => 'ecPrivkeyVer1'] ], 'privateKey' => ['type' => ASN1::TYPE_OCTET_STRING], 'parameters' => [ 'constant' => 0, 'optional' => true, 'explicit' => true ] + ECParameters::MAP, 'publicKey' => [ 'type' => ASN1::TYPE_BIT_STRING, 'constant' => 1, 'optional' => true, 'explicit' => true ] ] ]; } PK5 Z99Evendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AttributeType * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AttributeType { const MAP = ['type' => ASN1::TYPE_OBJECT_IDENTIFIER]; } PK5 Z|!/ASSLvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertificationRequest * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertificationRequest { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'certificationRequestInfo' => CertificationRequestInfo::MAP, 'signatureAlgorithm' => AlgorithmIdentifier::MAP, 'signature' => ['type' => ASN1::TYPE_BIT_STRING] ] ]; } PK5 ZHCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PKCS9String * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PKCS9String { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'ia5String' => ['type' => ASN1::TYPE_IA5_STRING], 'directoryString' => DirectoryString::MAP ] ]; } PK5 Z:Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * GeneralNames * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class GeneralNames { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => GeneralName::MAP ]; } PK5 ZmCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PBES2params * * from https://tools.ietf.org/html/rfc2898#appendix-A.3 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PBES2params { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'keyDerivationFunc'=> AlgorithmIdentifier::MAP, 'encryptionScheme' => AlgorithmIdentifier::MAP ] ]; } PK5 ZR韰Nvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AuthorityKeyIdentifier * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AuthorityKeyIdentifier { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'keyIdentifier' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + KeyIdentifier::MAP, 'authorityCertIssuer' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + GeneralNames::MAP, 'authorityCertSerialNumber' => [ 'constant' => 2, 'optional' => true, 'implicit' => true ] + CertificateSerialNumber::MAP ] ]; } PK5 Z.j|Cvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DssSigValue * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DssSigValue { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'r' => ['type' => ASN1::TYPE_INTEGER], 's' => ['type' => ASN1::TYPE_INTEGER] ] ]; } PK5 Z-PQCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DHParameter * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DHParameter { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'prime' => ['type' => ASN1::TYPE_INTEGER], 'base' => ['type' => ASN1::TYPE_INTEGER], 'privateValueLength' => [ 'type' => ASN1::TYPE_INTEGER, 'optional' => true ] ] ]; } PK5 Z44Evendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * EncryptedData * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class EncryptedData { const MAP = ['type' => ASN1::TYPE_OCTET_STRING]; } PK5 Z_vvFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * GeneralSubtree * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class GeneralSubtree { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'base' => GeneralName::MAP, 'minimum' => [ 'constant' => 0, 'optional' => true, 'implicit' => true, 'default' => '0' ] + BaseDistance::MAP, 'maximum' => [ 'constant' => 1, 'optional' => true, 'implicit' => true, ] + BaseDistance::MAP ] ]; } PK5 ZõKvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertificatePolicies * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertificatePolicies { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => PolicyInformation::MAP ]; } PK5 Z]+fEvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PostalAddress * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PostalAddress { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'optional' => true, 'min' => 1, 'max' => -1, 'children' => DirectoryString::MAP ]; } PK5 ZrEvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * EcdsaSigValue * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class EcdsaSigValue { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'r' => ['type' => ASN1::TYPE_INTEGER], 's' => ['type' => ASN1::TYPE_INTEGER] ] ]; } PK5 ZGIvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ExtKeyUsageSyntax * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ExtKeyUsageSyntax { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => KeyPurposeId::MAP ]; } PK5 ZFGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DirectoryString * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DirectoryString { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'teletexString' => ['type' => ASN1::TYPE_TELETEX_STRING], 'printableString' => ['type' => ASN1::TYPE_PRINTABLE_STRING], 'universalString' => ['type' => ASN1::TYPE_UNIVERSAL_STRING], 'utf8String' => ['type' => ASN1::TYPE_UTF8_STRING], 'bmpString' => ['type' => ASN1::TYPE_BMP_STRING] ] ]; } PK5 ZP%_Avendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Extension * * A certificate using system MUST reject the certificate if it encounters * a critical extension it does not recognize; however, a non-critical * extension may be ignored if it is not recognized. * * http://tools.ietf.org/html/rfc5280#section-4.2 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Extension { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'extnId' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'critical' => [ 'type' => ASN1::TYPE_BOOLEAN, 'optional' => true, 'default' => false ], 'extnValue' => ['type' => ASN1::TYPE_OCTET_STRING] ] ]; } PK5 Zg5lDvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PBEParameter * * from https://tools.ietf.org/html/rfc2898#appendix-A.3 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PBEParameter { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'salt' => ['type' => ASN1::TYPE_OCTET_STRING], 'iterationCount' => ['type' => ASN1::TYPE_INTEGER] ] ]; } PK5 Z& ooJvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Characteristic_two * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Characteristic_two { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'm' => ['type' => ASN1::TYPE_INTEGER], // field size 2**m 'basis' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'parameters' => [ 'type' => ASN1::TYPE_ANY, 'optional' => true ] ] ]; }PK5 ZvEx;;Hvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * UniqueIdentifier * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class UniqueIdentifier { const MAP = ['type' => ASN1::TYPE_BIT_STRING]; } PK5 Z`z4Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PersonalName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PersonalName { const MAP = [ 'type' => ASN1::TYPE_SET, 'children' => [ 'surname' => [ 'type' => ASN1::TYPE_PRINTABLE_STRING, 'constant' => 0, 'optional' => true, 'implicit' => true ], 'given-name' => [ 'type' => ASN1::TYPE_PRINTABLE_STRING, 'constant' => 1, 'optional' => true, 'implicit' => true ], 'initials' => [ 'type' => ASN1::TYPE_PRINTABLE_STRING, 'constant' => 2, 'optional' => true, 'implicit' => true ], 'generation-qualifier' => [ 'type' => ASN1::TYPE_PRINTABLE_STRING, 'constant' => 3, 'optional' => true, 'implicit' => true ] ] ]; } PK5 Z TTAvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Attribute * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Attribute { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'type' => AttributeType::MAP, 'value'=> [ 'type' => ASN1::TYPE_SET, 'min' => 1, 'max' => -1, 'children' => AttributeValue::MAP ] ] ]; } PK5 ZSLvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * SubjectPublicKeyInfo * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class SubjectPublicKeyInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'algorithm' => AlgorithmIdentifier::MAP, 'subjectPublicKey' => ['type' => ASN1::TYPE_BIT_STRING] ] ]; } PK5 Z_ 8&&Bvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Extensions * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Extensions { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, // technically, it's MAX, but we'll assume anything < 0 is MAX 'max' => -1, // if 'children' isn't an array then 'min' and 'max' must be defined 'children' => Extension::MAP ]; } PK5 Z<..Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AttributeValue * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AttributeValue { const MAP = ['type' => ASN1::TYPE_ANY]; } PK5 ZZdCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CountryName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CountryName { const MAP = [ 'type' => ASN1::TYPE_CHOICE, // if class isn't present it's assumed to be \phpseclib3\File\ASN1::CLASS_UNIVERSAL or // (if constant is present) \phpseclib3\File\ASN1::CLASS_CONTEXT_SPECIFIC 'class' => ASN1::CLASS_APPLICATION, 'cast' => 1, 'children' => [ 'x121-dcc-code' => ['type' => ASN1::TYPE_NUMERIC_STRING], 'iso-3166-alpha2-code' => ['type' => ASN1::TYPE_PRINTABLE_STRING] ] ]; } PK5 ZL8eeFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * OtherPrimeInfo * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class OtherPrimeInfo { // version must be multi if otherPrimeInfos present const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'prime' => ['type' => ASN1::TYPE_INTEGER], // ri 'exponent' => ['type' => ASN1::TYPE_INTEGER], // di 'coefficient' => ['type' => ASN1::TYPE_INTEGER] // ti ] ]; } PK5 Z.--Ivendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PolicyInformation * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PolicyInformation { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'policyIdentifier' => CertPolicyId::MAP, 'policyQualifiers' => [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 0, 'max' => -1, 'optional' => true, 'children' => PolicyQualifierInfo::MAP ] ] ]; } PK5 Z U**Qvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RelativeDistinguishedName * * In practice, RDNs containing multiple name-value pairs (called "multivalued RDNs") are rare, * but they can be useful at times when either there is no unique attribute in the entry or you * want to ensure that the entry's DN contains some useful identifying information. * * - https://www.opends.org/wiki/page/DefinitionRelativeDistinguishedName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RelativeDistinguishedName { const MAP = [ 'type' => ASN1::TYPE_SET, 'min' => 1, 'max' => -1, 'children' => AttributeTypeAndValue::MAP ]; } PK5 ZMjGPvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertificationRequestInfo * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertificationRequestInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => ['v1'] ], 'subject' => Name::MAP, 'subjectPKInfo' => SubjectPublicKeyInfo::MAP, 'attributes' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + Attributes::MAP, ] ]; } PK5 ZIvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AccessDescription * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AccessDescription { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'accessMethod' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'accessLocation' => GeneralName::MAP ] ]; } PK5 Z 5Ivendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * SpecifiedECDomain * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class SpecifiedECDomain { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => [1 => 'ecdpVer1', 'ecdpVer2', 'ecdpVer3'] ], 'fieldID' => FieldID::MAP, 'curve' => Curve::MAP, 'base' => ECPoint::MAP, 'order' => ['type' => ASN1::TYPE_INTEGER], 'cofactor' => [ 'type' => ASN1::TYPE_INTEGER, 'optional' => true ], 'hash' => ['optional' => true] + HashAlgorithm::MAP ] ]; } PK5 Z n%%Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * SubjectAltName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class SubjectAltName { const MAP = GeneralNames::MAP; } PK5 Zϕ6FCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AnotherName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AnotherName { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'type-id' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'value' => [ 'type' => ASN1::TYPE_ANY, 'constant' => 0, 'optional' => true, 'explicit' => true ] ] ]; } PK5 Z 碈Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * NameConstraints * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class NameConstraints { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'permittedSubtrees' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + GeneralSubtrees::MAP, 'excludedSubtrees' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + GeneralSubtrees::MAP ] ]; } PK5 Z&4GGMvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PrivateKeyUsagePeriod * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PrivateKeyUsagePeriod { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'notBefore' => [ 'constant' => 0, 'optional' => true, 'implicit' => true, 'type' => ASN1::TYPE_GENERALIZED_TIME], 'notAfter' => [ 'constant' => 1, 'optional' => true, 'implicit' => true, 'type' => ASN1::TYPE_GENERALIZED_TIME] ] ]; } PK5 ZAAHvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * OrganizationName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class OrganizationName { const MAP = ['type' => ASN1::TYPE_PRINTABLE_STRING]; } PK5 Z'""?vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * ECPoint * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ECPoint { const MAP = ['type' => ASN1::TYPE_OCTET_STRING]; } PK5 Zw~iiCvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DisplayText * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DisplayText { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'ia5String' => ['type' => ASN1::TYPE_IA5_STRING], 'visibleString' => ['type' => ASN1::TYPE_VISIBLE_STRING], 'bmpString' => ['type' => ASN1::TYPE_BMP_STRING], 'utf8String' => ['type' => ASN1::TYPE_UTF8_STRING] ] ]; } PK5 ZhTkBvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * UserNotice * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class UserNotice { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'noticeRef' => [ 'optional' => true, 'implicit' => true ] + NoticeReference::MAP, 'explicitText' => [ 'optional' => true, 'implicit' => true ] + DisplayText::MAP ] ]; } PK5 Z<vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Time * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Time { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'utcTime' => ['type' => ASN1::TYPE_UTC_TIME], 'generalTime' => ['type' => ASN1::TYPE_GENERALIZED_TIME] ] ]; } PK5 ZLJvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * netscape_cert_type * * mapping is from * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class netscape_cert_type { const MAP = [ 'type' => ASN1::TYPE_BIT_STRING, 'mapping' => [ 'SSLClient', 'SSLServer', 'Email', 'ObjectSigning', 'Reserved', 'SSLCA', 'EmailCA', 'ObjectSigningCA' ] ]; } PK5 ZQPvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AdministrationDomainName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AdministrationDomainName { const MAP = [ 'type' => ASN1::TYPE_CHOICE, // if class isn't present it's assumed to be \phpseclib3\File\ASN1::CLASS_UNIVERSAL or // (if constant is present) \phpseclib3\File\ASN1::CLASS_CONTEXT_SPECIFIC 'class' => ASN1::CLASS_APPLICATION, 'cast' => 2, 'children' => [ 'numeric' => ['type' => ASN1::TYPE_NUMERIC_STRING], 'printable' => ['type' => ASN1::TYPE_PRINTABLE_STRING] ] ]; } PK5 Z\((Evendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * HashAglorithm * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class HashAlgorithm { const MAP = AlgorithmIdentifier::MAP; }PK5 Z=:Ivendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DistributionPoint * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DistributionPoint { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'distributionPoint' => [ 'constant' => 0, 'optional' => true, 'explicit' => true ] + DistributionPointName::MAP, 'reasons' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + ReasonFlags::MAP, 'cRLIssuer' => [ 'constant' => 2, 'optional' => true, 'implicit' => true ] + GeneralNames::MAP ] ]; } PK5 Z:p,,Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * BaseDistance * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class BaseDistance { const MAP = ['type' => ASN1::TYPE_INTEGER]; } PK5 Z>&Jvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RevokedCertificate * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RevokedCertificate { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'userCertificate' => CertificateSerialNumber::MAP, 'revocationDate' => Time::MAP, 'crlEntryExtensions' => [ 'optional' => true ] + Extensions::MAP ] ]; } PK5 Z7k077Kvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AlgorithmIdentifier * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AlgorithmIdentifier { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'algorithm' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'parameters' => [ 'type' => ASN1::TYPE_ANY, 'optional' => true ] ] ]; } PK5 Z MDvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PBMAC1params * * from https://tools.ietf.org/html/rfc2898#appendix-A.3 * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PBMAC1params { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'keyDerivationFunc'=> AlgorithmIdentifier::MAP, 'messageAuthScheme'=> AlgorithmIdentifier::MAP ] ]; } PK5 Z66Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertPolicyId * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertPolicyId { const MAP = ['type' => ASN1::TYPE_OBJECT_IDENTIFIER]; } PK5 Z`1Hvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * OneAsymmetricKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class OneAsymmetricKey { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => ['v1', 'v2'] ], 'privateKeyAlgorithm'=> AlgorithmIdentifier::MAP, 'privateKey' => PrivateKey::MAP, 'attributes' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + Attributes::MAP, 'publicKey' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + PublicKey::MAP ] ]; } PK5 ZAvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DSAParams * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DSAParams { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'p' => ['type' => ASN1::TYPE_INTEGER], 'q' => ['type' => ASN1::TYPE_INTEGER], 'g' => ['type' => ASN1::TYPE_INTEGER] ] ]; } PK5 ZP;;Hvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * netscape_comment * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class netscape_comment { const MAP = ['type' => ASN1::TYPE_IA5_STRING]; } PK5 Zn0ZGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * OtherPrimeInfos * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class OtherPrimeInfos { // version must be multi if otherPrimeInfos present const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => OtherPrimeInfo::MAP ]; } PK5 ZEU Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * TBSCertificate * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class TBSCertificate { // assert($TBSCertificate['children']['signature'] == $Certificate['children']['signatureAlgorithm']) const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ // technically, default implies optional, but we'll define it as being optional, none-the-less, just to // reenforce that fact 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'constant' => 0, 'optional' => true, 'explicit' => true, 'mapping' => ['v1', 'v2', 'v3'], 'default' => 'v1' ], 'serialNumber' => CertificateSerialNumber::MAP, 'signature' => AlgorithmIdentifier::MAP, 'issuer' => Name::MAP, 'validity' => Validity::MAP, 'subject' => Name::MAP, 'subjectPublicKeyInfo' => SubjectPublicKeyInfo::MAP, // implicit means that the T in the TLV structure is to be rewritten, regardless of the type 'issuerUniqueID' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + UniqueIdentifier::MAP, 'subjectUniqueID' => [ 'constant' => 2, 'optional' => true, 'implicit' => true ] + UniqueIdentifier::MAP, // doesn't use the EXPLICIT keyword but if // it's not IMPLICIT, it's EXPLICIT 'extensions' => [ 'constant' => 3, 'optional' => true, 'explicit' => true ] + Extensions::MAP ] ]; } PK5 Z[9Uvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * BuiltInDomainDefinedAttribute * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class BuiltInDomainDefinedAttribute { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'type' => ['type' => ASN1::TYPE_PRINTABLE_STRING], 'value' => ['type' => ASN1::TYPE_PRINTABLE_STRING] ] ]; } PK5 Z11Dvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * FieldElement * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class FieldElement { const MAP = ['type' => ASN1::TYPE_OCTET_STRING]; } PK5 Z&"Mvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * DistributionPointName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class DistributionPointName { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'fullName' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + GeneralNames::MAP, 'nameRelativeToCRLIssuer' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + RelativeDistinguishedName::MAP ] ]; } PK5 ZjiEvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RSAPrivateKey * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RSAPrivateKey { // version must be multi if otherPrimeInfos present const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'version' => [ 'type' => ASN1::TYPE_INTEGER, 'mapping' => ['two-prime', 'multi'] ], 'modulus' => ['type' => ASN1::TYPE_INTEGER], // n 'publicExponent' => ['type' => ASN1::TYPE_INTEGER], // e 'privateExponent' => ['type' => ASN1::TYPE_INTEGER], // d 'prime1' => ['type' => ASN1::TYPE_INTEGER], // p 'prime2' => ['type' => ASN1::TYPE_INTEGER], // q 'exponent1' => ['type' => ASN1::TYPE_INTEGER], // d mod (p-1) 'exponent2' => ['type' => ASN1::TYPE_INTEGER], // d mod (q-1) 'coefficient' => ['type' => ASN1::TYPE_INTEGER], // (inverse of q) mod p 'otherPrimeInfos' => OtherPrimeInfos::MAP + ['optional' => true] ] ]; } PK5 Z44Evendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * KeyIdentifier * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class KeyIdentifier { const MAP = ['type' => ASN1::TYPE_OCTET_STRING]; } PK5 Z/oCDvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * EDIPartyName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class EDIPartyName { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'nameAssigner' => [ 'constant' => 0, 'optional' => true, 'implicit' => true ] + DirectoryString::MAP, // partyName is technically required but \phpseclib3\File\ASN1 doesn't currently support non-optional constants and // setting it to optional gets the job done in any event. 'partyName' => [ 'constant' => 1, 'optional' => true, 'implicit' => true ] + DirectoryString::MAP ] ]; } PK5 Z&[>vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CPSuri * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CPSuri { const MAP = ['type' => ASN1::TYPE_IA5_STRING]; } PK5 Z餦vv<vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Name * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Name { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'rdnSequence' => RDNSequence::MAP ] ]; } PK5 Z! * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * HoldInstructionCode * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class HoldInstructionCode { const MAP = ['type' => ASN1::TYPE_OBJECT_IDENTIFIER]; } PK5 ZX-)=vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Curve * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Curve { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'a' => FieldElement::MAP, 'b' => FieldElement::MAP, 'seed' => [ 'type' => ASN1::TYPE_BIT_STRING, 'optional' => true ] ] ]; } PK5 Z:3cIvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PrivateDomainName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PrivateDomainName { const MAP = [ 'type' => ASN1::TYPE_CHOICE, 'children' => [ 'numeric' => ['type' => ASN1::TYPE_NUMERIC_STRING], 'printable' => ['type' => ASN1::TYPE_PRINTABLE_STRING] ] ]; } PK5 Z;;Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * InvalidityDate * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class InvalidityDate { const MAP = ['type' => ASN1::TYPE_GENERALIZED_TIME]; } PK5 ZPpMvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CRLDistributionPoints * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CRLDistributionPoints { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => DistributionPoint::MAP ]; } PK5 Z#Ovendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * OrganizationalUnitNames * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class OrganizationalUnitNames { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => 4, // ub-organizational-units 'children' => ['type' => ASN1::TYPE_PRINTABLE_STRING] ]; } PK5 Z kMMNvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * netscape_ca_policy_url * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class netscape_ca_policy_url { const MAP = ['type' => ASN1::TYPE_IA5_STRING]; } PK5 Z  ?vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * FieldID * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class FieldID { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'fieldType' => ['type' => ASN1::TYPE_OBJECT_IDENTIFIER], 'parameters' => [ 'type' => ASN1::TYPE_ANY, 'optional' => true ] ] ]; }PK5 Za)»Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PolicyMappings * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PolicyMappings { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'min' => 1, 'max' => -1, 'children' => [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'issuerDomainPolicy' => CertPolicyId::MAP, 'subjectDomainPolicy' => CertPolicyId::MAP ] ] ]; } PK5 Z^}XX@vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * KeyUsage * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class KeyUsage { const MAP = [ 'type' => ASN1::TYPE_BIT_STRING, 'mapping' => [ 'digitalSignature', 'nonRepudiation', 'keyEncipherment', 'dataEncipherment', 'keyAgreement', 'keyCertSign', 'cRLSign', 'encipherOnly', 'decipherOnly' ] ]; } PK5 ZMvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * AttributeTypeAndValue * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class AttributeTypeAndValue { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'type' => AttributeType::MAP, 'value'=> AttributeValue::MAP ] ]; } PK5 Z<=!Mvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PublicKeyAndChallenge * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PublicKeyAndChallenge { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'spki' => SubjectPublicKeyInfo::MAP, 'challenge' => ['type' => ASN1::TYPE_IA5_STRING] ] ]; } PK5 Z{x ##Avendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CRLNumber * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CRLNumber { const MAP = ['type' => ASN1::TYPE_INTEGER]; } PK5 Z=szzEvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * PublicKeyInfo * * this format is not formally defined anywhere but is none-the-less the form you * get when you do "openssl rsa -in private.pem -outform PEM -pubout" * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class PublicKeyInfo { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, 'children' => [ 'publicKeyAlgorithm'=> AlgorithmIdentifier::MAP, 'publicKey' => ['type' => ASN1::TYPE_BIT_STRING] ] ]; } PK5 ZgEB""Avendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * Trinomial * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class Trinomial { const MAP = ['type' => ASN1::TYPE_INTEGER]; }PK5 ZVMMOvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * CertificateSerialNumber * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class CertificateSerialNumber { const MAP = ['type' => ASN1::TYPE_INTEGER]; } PK5 Z``Cvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File\ASN1\Maps; use phpseclib3\File\ASN1; /** * RDNSequence * * In practice, RDNs containing multiple name-value pairs (called "multivalued RDNs") are rare, * but they can be useful at times when either there is no unique attribute in the entry or you * want to ensure that the entry's DN contains some useful identifying information. * * - https://www.opends.org/wiki/page/DefinitionRelativeDistinguishedName * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class RDNSequence { const MAP = [ 'type' => ASN1::TYPE_SEQUENCE, // RDNSequence does not define a min or a max, which means it doesn't have one 'min' => 0, 'max' => -1, 'children' => RelativeDistinguishedName::MAP ]; } PK5 Zۍ2vendor/phpseclib/phpseclib/phpseclib/File/ASN1.phpnu[ * @copyright 2012 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\File; use ParagonIE\ConstantTime\Base64; use phpseclib3\File\ASN1\Element; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use DateTime; use DateTimeZone; /** * Pure-PHP ASN.1 Parser * * @package ASN1 * @author Jim Wigginton * @access public */ abstract class ASN1 { // Tag Classes // http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#page=12 const CLASS_UNIVERSAL = 0; const CLASS_APPLICATION = 1; const CLASS_CONTEXT_SPECIFIC = 2; const CLASS_PRIVATE = 3; // Tag Classes // http://www.obj-sys.com/asn1tutorial/node124.html const TYPE_BOOLEAN = 1; const TYPE_INTEGER = 2; const TYPE_BIT_STRING = 3; const TYPE_OCTET_STRING = 4; const TYPE_NULL = 5; const TYPE_OBJECT_IDENTIFIER = 6; //const TYPE_OBJECT_DESCRIPTOR = 7; //const TYPE_INSTANCE_OF = 8; // EXTERNAL const TYPE_REAL = 9; const TYPE_ENUMERATED = 10; //const TYPE_EMBEDDED = 11; const TYPE_UTF8_STRING = 12; //const TYPE_RELATIVE_OID = 13; const TYPE_SEQUENCE = 16; // SEQUENCE OF const TYPE_SET = 17; // SET OF // More Tag Classes // http://www.obj-sys.com/asn1tutorial/node10.html const TYPE_NUMERIC_STRING = 18; const TYPE_PRINTABLE_STRING = 19; const TYPE_TELETEX_STRING = 20; // T61String const TYPE_VIDEOTEX_STRING = 21; const TYPE_IA5_STRING = 22; const TYPE_UTC_TIME = 23; const TYPE_GENERALIZED_TIME = 24; const TYPE_GRAPHIC_STRING = 25; const TYPE_VISIBLE_STRING = 26; // ISO646String const TYPE_GENERAL_STRING = 27; const TYPE_UNIVERSAL_STRING = 28; //const TYPE_CHARACTER_STRING = 29; const TYPE_BMP_STRING = 30; // Tag Aliases // These tags are kinda place holders for other tags. const TYPE_CHOICE = -1; const TYPE_ANY = -2; /** * ASN.1 object identifiers * * @var array * @access private * @link http://en.wikipedia.org/wiki/Object_identifier */ private static $oids = []; /** * ASN.1 object identifier reverse mapping * * @var array * @access private */ private static $reverseOIDs = []; /** * Default date format * * @var string * @access private * @link http://php.net/class.datetime */ private static $format = 'D, d M Y H:i:s O'; /** * Filters * * If the mapping type is self::TYPE_ANY what do we actually encode it as? * * @var array * @access private * @see self::encode_der() */ private static $filters; /** * Current Location of most recent ASN.1 encode process * * Useful for debug purposes * * @var array * @access private * @see self::encode_der() */ private static $location; /** * DER Encoded String * * In case we need to create ASN1\Element object's.. * * @var string * @access private * @see self::decodeDER() */ private static $encoded; /** * Type mapping table for the ANY type. * * Structured or unknown types are mapped to a \phpseclib3\File\ASN1\Element. * Unambiguous types get the direct mapping (int/real/bool). * Others are mapped as a choice, with an extra indexing level. * * @var array * @access public */ const ANY_MAP = [ self::TYPE_BOOLEAN => true, self::TYPE_INTEGER => true, self::TYPE_BIT_STRING => 'bitString', self::TYPE_OCTET_STRING => 'octetString', self::TYPE_NULL => 'null', self::TYPE_OBJECT_IDENTIFIER => 'objectIdentifier', self::TYPE_REAL => true, self::TYPE_ENUMERATED => 'enumerated', self::TYPE_UTF8_STRING => 'utf8String', self::TYPE_NUMERIC_STRING => 'numericString', self::TYPE_PRINTABLE_STRING => 'printableString', self::TYPE_TELETEX_STRING => 'teletexString', self::TYPE_VIDEOTEX_STRING => 'videotexString', self::TYPE_IA5_STRING => 'ia5String', self::TYPE_UTC_TIME => 'utcTime', self::TYPE_GENERALIZED_TIME => 'generalTime', self::TYPE_GRAPHIC_STRING => 'graphicString', self::TYPE_VISIBLE_STRING => 'visibleString', self::TYPE_GENERAL_STRING => 'generalString', self::TYPE_UNIVERSAL_STRING => 'universalString', //self::TYPE_CHARACTER_STRING => 'characterString', self::TYPE_BMP_STRING => 'bmpString' ]; /** * String type to character size mapping table. * * Non-convertable types are absent from this table. * size == 0 indicates variable length encoding. * * @var array * @access public */ const STRING_TYPE_SIZE = [ self::TYPE_UTF8_STRING => 0, self::TYPE_BMP_STRING => 2, self::TYPE_UNIVERSAL_STRING => 4, self::TYPE_PRINTABLE_STRING => 1, self::TYPE_TELETEX_STRING => 1, self::TYPE_IA5_STRING => 1, self::TYPE_VISIBLE_STRING => 1, ]; /** * Parse BER-encoding * * Serves a similar purpose to openssl's asn1parse * * @param string $encoded * @return array * @access public */ public static function decodeBER($encoded) { if ($encoded instanceof Element) { $encoded = $encoded->element; } self::$encoded = $encoded; $decoded = [self::decode_ber($encoded)]; // encapsulate in an array for BC with the old decodeBER return $decoded; } /** * Parse BER-encoding (Helper function) * * Sometimes we want to get the BER encoding of a particular tag. $start lets us do that without having to reencode. * $encoded is passed by reference for the recursive calls done for self::TYPE_BIT_STRING and * self::TYPE_OCTET_STRING. In those cases, the indefinite length is used. * * @param string $encoded * @param int $start * @param int $encoded_pos * @return array|bool * @access private */ private static function decode_ber($encoded, $start = 0, $encoded_pos = 0) { $current = ['start' => $start]; $type = ord($encoded[$encoded_pos++]); $startOffset = 1; $constructed = ($type >> 5) & 1; $tag = $type & 0x1F; if ($tag == 0x1F) { $tag = 0; // process septets (since the eighth bit is ignored, it's not an octet) do { $temp = ord($encoded[$encoded_pos++]); $startOffset++; $loop = $temp >> 7; $tag <<= 7; $temp &= 0x7F; // "bits 7 to 1 of the first subsequent octet shall not all be zero" if ($startOffset == 2 && $temp == 0) { return false; } $tag |= $temp; } while ($loop); } $start+= $startOffset; // Length, as discussed in paragraph 8.1.3 of X.690-0207.pdf#page=13 $length = ord($encoded[$encoded_pos++]); $start++; if ($length == 0x80) { // indefinite length // "[A sender shall] use the indefinite form (see 8.1.3.6) if the encoding is constructed and is not all // immediately available." -- paragraph 8.1.3.2.c $length = strlen($encoded) - $encoded_pos; } elseif ($length & 0x80) { // definite length, long form // technically, the long form of the length can be represented by up to 126 octets (bytes), but we'll only // support it up to four. $length&= 0x7F; $temp = substr($encoded, $encoded_pos, $length); $encoded_pos += $length; // tags of indefinte length don't really have a header length; this length includes the tag $current+= ['headerlength' => $length + 2]; $start+= $length; extract(unpack('Nlength', substr(str_pad($temp, 4, chr(0), STR_PAD_LEFT), -4))); /** @var integer $length */ } else { $current+= ['headerlength' => 2]; } if ($length > (strlen($encoded) - $encoded_pos)) { return false; } $content = substr($encoded, $encoded_pos, $length); $content_pos = 0; // at this point $length can be overwritten. it's only accurate for definite length things as is /* Class is UNIVERSAL, APPLICATION, PRIVATE, or CONTEXT-SPECIFIC. The UNIVERSAL class is restricted to the ASN.1 built-in types. It defines an application-independent data type that must be distinguishable from all other data types. The other three classes are user defined. The APPLICATION class distinguishes data types that have a wide, scattered use within a particular presentation context. PRIVATE distinguishes data types within a particular organization or country. CONTEXT-SPECIFIC distinguishes members of a sequence or set, the alternatives of a CHOICE, or universally tagged set members. Only the class number appears in braces for this data type; the term CONTEXT-SPECIFIC does not appear. -- http://www.obj-sys.com/asn1tutorial/node12.html */ $class = ($type >> 6) & 3; switch ($class) { case self::CLASS_APPLICATION: case self::CLASS_PRIVATE: case self::CLASS_CONTEXT_SPECIFIC: if (!$constructed) { return [ 'type' => $class, 'constant' => $tag, 'content' => $content, 'length' => $length + $start - $current['start'] ] + $current; } $newcontent = []; $remainingLength = $length; while ($remainingLength > 0) { $temp = self::decode_ber($content, $start, $content_pos); if ($temp === false) { break; } $length = $temp['length']; // end-of-content octets - see paragraph 8.1.5 if (substr($content, $content_pos + $length, 2) == "\0\0") { $length+= 2; $start+= $length; $newcontent[] = $temp; break; } $start+= $length; $remainingLength-= $length; $newcontent[] = $temp; $content_pos += $length; } return [ 'type' => $class, 'constant' => $tag, // the array encapsulation is for BC with the old format 'content' => $newcontent, // the only time when $content['headerlength'] isn't defined is when the length is indefinite. // the absence of $content['headerlength'] is how we know if something is indefinite or not. // technically, it could be defined to be 2 and then another indicator could be used but whatever. 'length' => $start - $current['start'] ] + $current; } $current+= ['type' => $tag]; // decode UNIVERSAL tags switch ($tag) { case self::TYPE_BOOLEAN: // "The contents octets shall consist of a single octet." -- paragraph 8.2.1 if ($constructed || strlen($content) != 1) { return false; } $current['content'] = (bool) ord($content[$content_pos]); break; case self::TYPE_INTEGER: case self::TYPE_ENUMERATED: if ($constructed) { return false; } $current['content'] = new BigInteger(substr($content, $content_pos), -256); break; case self::TYPE_REAL: // not currently supported return false; case self::TYPE_BIT_STRING: // The initial octet shall encode, as an unsigned binary integer with bit 1 as the least significant bit, // the number of unused bits in the final subsequent octet. The number shall be in the range zero to // seven. if (!$constructed) { $current['content'] = substr($content, $content_pos); } else { $temp = self::decode_ber($content, $start, $content_pos); if ($temp === false) { return false; } $length-= (strlen($content) - $content_pos); $last = count($temp) - 1; for ($i = 0; $i < $last; $i++) { // all subtags should be bit strings if ($temp[$i]['type'] != self::TYPE_BIT_STRING) { return false; } $current['content'].= substr($temp[$i]['content'], 1); } // all subtags should be bit strings if ($temp[$last]['type'] != self::TYPE_BIT_STRING) { return false; } $current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content'], 1); } break; case self::TYPE_OCTET_STRING: if (!$constructed) { $current['content'] = substr($content, $content_pos); } else { $current['content'] = ''; $length = 0; while (substr($content, $content_pos, 2) != "\0\0") { $temp = self::decode_ber($content, $length + $start, $content_pos); if ($temp === false) { return false; } $content_pos += $temp['length']; // all subtags should be octet strings if ($temp['type'] != self::TYPE_OCTET_STRING) { return false; } $current['content'].= $temp['content']; $length+= $temp['length']; } if (substr($content, $content_pos, 2) == "\0\0") { $length+= 2; // +2 for the EOC } } break; case self::TYPE_NULL: // "The contents octets shall not contain any octets." -- paragraph 8.8.2 if ($constructed || strlen($content)) { return false; } break; case self::TYPE_SEQUENCE: case self::TYPE_SET: if (!$constructed) { return false; } $offset = 0; $current['content'] = []; $content_len = strlen($content); while ($content_pos < $content_len) { // if indefinite length construction was used and we have an end-of-content string next // see paragraphs 8.1.1.3, 8.1.3.2, 8.1.3.6, 8.1.5, and (for an example) 8.6.4.2 if (!isset($current['headerlength']) && substr($content, $content_pos, 2) == "\0\0") { $length = $offset + 2; // +2 for the EOC break 2; } $temp = self::decode_ber($content, $start + $offset, $content_pos); if ($temp === false) { return false; } $content_pos += $temp['length']; $current['content'][] = $temp; $offset+= $temp['length']; } break; case self::TYPE_OBJECT_IDENTIFIER: if ($constructed) { return false; } $current['content'] = self::decodeOID(substr($content, $content_pos)); if ($current['content'] === false) { return false; } break; /* Each character string type shall be encoded as if it had been declared: [UNIVERSAL x] IMPLICIT OCTET STRING -- X.690-0207.pdf#page=23 (paragraph 8.21.3) Per that, we're not going to do any validation. If there are any illegal characters in the string, we don't really care */ case self::TYPE_NUMERIC_STRING: // 0,1,2,3,4,5,6,7,8,9, and space case self::TYPE_PRINTABLE_STRING: // Upper and lower case letters, digits, space, apostrophe, left/right parenthesis, plus sign, comma, // hyphen, full stop, solidus, colon, equal sign, question mark case self::TYPE_TELETEX_STRING: // The Teletex character set in CCITT's T61, space, and delete // see http://en.wikipedia.org/wiki/Teletex#Character_sets case self::TYPE_VIDEOTEX_STRING: // The Videotex character set in CCITT's T.100 and T.101, space, and delete case self::TYPE_VISIBLE_STRING: // Printing character sets of international ASCII, and space case self::TYPE_IA5_STRING: // International Alphabet 5 (International ASCII) case self::TYPE_GRAPHIC_STRING: // All registered G sets, and space case self::TYPE_GENERAL_STRING: // All registered C and G sets, space and delete case self::TYPE_UTF8_STRING: // ???? case self::TYPE_BMP_STRING: if ($constructed) { return false; } $current['content'] = substr($content, $content_pos); break; case self::TYPE_UTC_TIME: case self::TYPE_GENERALIZED_TIME: if ($constructed) { return false; } $current['content'] = self::decodeTime(substr($content, $content_pos), $tag); break; default: return false; } $start+= $length; // ie. length is the length of the full TLV encoding - it's not just the length of the value return $current + ['length' => $start - $current['start']]; } /** * ASN.1 Map * * Provides an ASN.1 semantic mapping ($mapping) from a parsed BER-encoding to a human readable format. * * "Special" mappings may be applied on a per tag-name basis via $special. * * @param array $decoded * @param array $mapping * @param array $special * @return array|bool|Element * @access public */ public static function asn1map($decoded, $mapping, $special = []) { if (!is_array($decoded)) { return false; } if (isset($mapping['explicit']) && is_array($decoded['content'])) { $decoded = $decoded['content'][0]; } switch (true) { case $mapping['type'] == self::TYPE_ANY: $intype = $decoded['type']; // !isset(self::ANY_MAP[$intype]) produces a fatal error on PHP 5.6 if (isset($decoded['constant']) || !array_key_exists($intype, self::ANY_MAP) || (ord(self::$encoded[$decoded['start']]) & 0x20)) { return new Element(substr(self::$encoded, $decoded['start'], $decoded['length'])); } $inmap = self::ANY_MAP[$intype]; if (is_string($inmap)) { return [$inmap => self::asn1map($decoded, ['type' => $intype] + $mapping, $special)]; } break; case $mapping['type'] == self::TYPE_CHOICE: foreach ($mapping['children'] as $key => $option) { switch (true) { case isset($option['constant']) && $option['constant'] == $decoded['constant']: case !isset($option['constant']) && $option['type'] == $decoded['type']: $value = self::asn1map($decoded, $option, $special); break; case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE: $v = self::asn1map($decoded, $option, $special); if (isset($v)) { $value = $v; } } if (isset($value)) { if (isset($special[$key])) { $value = $special[$key]($value); } return [$key => $value]; } } return null; case isset($mapping['implicit']): case isset($mapping['explicit']): case $decoded['type'] == $mapping['type']: break; default: // if $decoded['type'] and $mapping['type'] are both strings, but different types of strings, // let it through switch (true) { case $decoded['type'] < 18: // self::TYPE_NUMERIC_STRING == 18 case $decoded['type'] > 30: // self::TYPE_BMP_STRING == 30 case $mapping['type'] < 18: case $mapping['type'] > 30: return null; } } if (isset($mapping['implicit'])) { $decoded['type'] = $mapping['type']; } switch ($decoded['type']) { case self::TYPE_SEQUENCE: $map = []; // ignore the min and max if (isset($mapping['min']) && isset($mapping['max'])) { $child = $mapping['children']; foreach ($decoded['content'] as $content) { if (($map[] = self::asn1map($content, $child, $special)) === null) { return null; } } return $map; } $n = count($decoded['content']); $i = 0; foreach ($mapping['children'] as $key => $child) { $maymatch = $i < $n; // Match only existing input. if ($maymatch) { $temp = $decoded['content'][$i]; if ($child['type'] != self::TYPE_CHOICE) { // Get the mapping and input class & constant. $childClass = $tempClass = self::CLASS_UNIVERSAL; $constant = null; if (isset($temp['constant'])) { $tempClass = $temp['type']; } if (isset($child['class'])) { $childClass = $child['class']; $constant = $child['cast']; } elseif (isset($child['constant'])) { $childClass = self::CLASS_CONTEXT_SPECIFIC; $constant = $child['constant']; } if (isset($constant) && isset($temp['constant'])) { // Can only match if constants and class match. $maymatch = $constant == $temp['constant'] && $childClass == $tempClass; } else { // Can only match if no constant expected and type matches or is generic. $maymatch = !isset($child['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false; } } } if ($maymatch) { // Attempt submapping. $candidate = self::asn1map($temp, $child, $special); $maymatch = $candidate !== null; } if ($maymatch) { // Got the match: use it. if (isset($special[$key])) { $candidate = $special[$key]($candidate); } $map[$key] = $candidate; $i++; } elseif (isset($child['default'])) { switch ($child['type']) { case ASN1::TYPE_INTEGER: $map[$key] = new BigInteger($child['default']); break; //case self::TYPE_OBJECT_IDENTIFIER: // if (!isset(self::$reverseOIDs[$name])) { // return null; // } //case ASN1::TYPE_BOOLEAN: default: $map[$key] = $child['default']; } } elseif (!isset($child['optional'])) { return null; // Syntax error. } } // Fail mapping if all input items have not been consumed. return $i < $n ? null: $map; // the main diff between sets and sequences is the encapsulation of the foreach in another for loop case self::TYPE_SET: $map = []; // ignore the min and max if (isset($mapping['min']) && isset($mapping['max'])) { $child = $mapping['children']; foreach ($decoded['content'] as $content) { if (($map[] = self::asn1map($content, $child, $special)) === null) { return null; } } return $map; } for ($i = 0; $i < count($decoded['content']); $i++) { $temp = $decoded['content'][$i]; $tempClass = self::CLASS_UNIVERSAL; if (isset($temp['constant'])) { $tempClass = $temp['type']; } foreach ($mapping['children'] as $key => $child) { if (isset($map[$key])) { continue; } $maymatch = true; if ($child['type'] != self::TYPE_CHOICE) { $childClass = self::CLASS_UNIVERSAL; $constant = null; if (isset($child['class'])) { $childClass = $child['class']; $constant = $child['cast']; } elseif (isset($child['constant'])) { $childClass = self::CLASS_CONTEXT_SPECIFIC; $constant = $child['constant']; } if (isset($constant) && isset($temp['constant'])) { // Can only match if constants and class match. $maymatch = $constant == $temp['constant'] && $childClass == $tempClass; } else { // Can only match if no constant expected and type matches or is generic. $maymatch = !isset($child['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false; } } if ($maymatch) { // Attempt submapping. $candidate = self::asn1map($temp, $child, $special); $maymatch = $candidate !== null; } if (!$maymatch) { break; } // Got the match: use it. if (isset($special[$key])) { $candidate = $special[$key]($candidate); } $map[$key] = $candidate; break; } } foreach ($mapping['children'] as $key => $child) { if (!isset($map[$key])) { if (isset($child['default'])) { $map[$key] = $child['default']; } elseif (!isset($child['optional'])) { return null; } } } return $map; case self::TYPE_OBJECT_IDENTIFIER: return isset(self::$oids[$decoded['content']]) ? self::$oids[$decoded['content']] : $decoded['content']; case self::TYPE_UTC_TIME: case self::TYPE_GENERALIZED_TIME: // for explicitly tagged optional stuff if (is_array($decoded['content'])) { $decoded['content'] = $decoded['content'][0]['content']; } // for implicitly tagged optional stuff // in theory, doing isset($mapping['implicit']) would work but malformed certs do exist // in the wild that OpenSSL decodes without issue so we'll support them as well if (!is_object($decoded['content'])) { $decoded['content'] = self::decodeTime($decoded['content'], $decoded['type']); } return $decoded['content'] ? $decoded['content']->format(self::$format) : false; case self::TYPE_BIT_STRING: if (isset($mapping['mapping'])) { $offset = ord($decoded['content'][0]); $size = (strlen($decoded['content']) - 1) * 8 - $offset; /* From X.680-0207.pdf#page=46 (21.7): "When a "NamedBitList" is used in defining a bitstring type ASN.1 encoding rules are free to add (or remove) arbitrarily any trailing 0 bits to (or from) values that are being encoded or decoded. Application designers should therefore ensure that different semantics are not associated with such values which differ only in the number of trailing 0 bits." */ $bits = count($mapping['mapping']) == $size ? [] : array_fill(0, count($mapping['mapping']) - $size, false); for ($i = strlen($decoded['content']) - 1; $i > 0; $i--) { $current = ord($decoded['content'][$i]); for ($j = $offset; $j < 8; $j++) { $bits[] = (bool) ($current & (1 << $j)); } $offset = 0; } $values = []; $map = array_reverse($mapping['mapping']); foreach ($map as $i => $value) { if ($bits[$i]) { $values[] = $value; } } return $values; } case self::TYPE_OCTET_STRING: return $decoded['content']; case self::TYPE_NULL: return ''; case self::TYPE_BOOLEAN: return $decoded['content']; case self::TYPE_NUMERIC_STRING: case self::TYPE_PRINTABLE_STRING: case self::TYPE_TELETEX_STRING: case self::TYPE_VIDEOTEX_STRING: case self::TYPE_IA5_STRING: case self::TYPE_GRAPHIC_STRING: case self::TYPE_VISIBLE_STRING: case self::TYPE_GENERAL_STRING: case self::TYPE_UNIVERSAL_STRING: case self::TYPE_UTF8_STRING: case self::TYPE_BMP_STRING: return $decoded['content']; case self::TYPE_INTEGER: case self::TYPE_ENUMERATED: $temp = $decoded['content']; if (isset($mapping['implicit'])) { $temp = new BigInteger($decoded['content'], -256); } if (isset($mapping['mapping'])) { $temp = (int) $temp->toString(); return isset($mapping['mapping'][$temp]) ? $mapping['mapping'][$temp] : false; } return $temp; } } /** * DER-decode the length * * DER supports lengths up to (2**8)**127, however, we'll only support lengths up to (2**8)**4. See * {@link http://itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#p=13 X.690 paragraph 8.1.3} for more information. * * @access public * @param string $string * @return int */ public static function decodeLength(&$string) { $length = ord(Strings::shift($string)); if ($length & 0x80) { // definite length, long form $length&= 0x7F; $temp = Strings::shift($string, $length); list(, $length) = unpack('N', substr(str_pad($temp, 4, chr(0), STR_PAD_LEFT), -4)); } return $length; } /** * ASN.1 Encode * * DER-encodes an ASN.1 semantic mapping ($mapping). Some libraries would probably call this function * an ASN.1 compiler. * * "Special" mappings can be applied via $special. * * @param Element|string|array $source * @param array $mapping * @param array $special * @return string * @access public */ public static function encodeDER($source, $mapping, $special = []) { self::$location = []; return self::encode_der($source, $mapping, null, $special); } /** * ASN.1 Encode (Helper function) * * @param Element|string|array $source * @param array $mapping * @param int $idx * @param array $special * @return string * @access private */ private static function encode_der($source, $mapping, $idx = null, $special = []) { if ($source instanceof Element) { return $source->element; } // do not encode (implicitly optional) fields with value set to default if (isset($mapping['default']) && $source === $mapping['default']) { return ''; } if (isset($idx)) { if (isset($special[$idx])) { $source = $special[$idx]($source); } self::$location[] = $idx; } $tag = $mapping['type']; switch ($tag) { case self::TYPE_SET: // Children order is not important, thus process in sequence. case self::TYPE_SEQUENCE: $tag|= 0x20; // set the constructed bit // ignore the min and max if (isset($mapping['min']) && isset($mapping['max'])) { $value = []; $child = $mapping['children']; foreach ($source as $content) { $temp = self::encode_der($content, $child, null, $special); if ($temp === false) { return false; } $value[]= $temp; } /* "The encodings of the component values of a set-of value shall appear in ascending order, the encodings being compared as octet strings with the shorter components being padded at their trailing end with 0-octets. NOTE - The padding octets are for comparison purposes only and do not appear in the encodings." -- sec 11.6 of http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf */ if ($mapping['type'] == self::TYPE_SET) { sort($value); } $value = implode('', $value); break; } $value = ''; foreach ($mapping['children'] as $key => $child) { if (!array_key_exists($key, $source)) { if (!isset($child['optional'])) { return false; } continue; } $temp = self::encode_der($source[$key], $child, $key, $special); if ($temp === false) { return false; } // An empty child encoding means it has been optimized out. // Else we should have at least one tag byte. if ($temp === '') { continue; } // if isset($child['constant']) is true then isset($child['optional']) should be true as well if (isset($child['constant'])) { /* From X.680-0207.pdf#page=58 (30.6): "The tagging construction specifies explicit tagging if any of the following holds: ... c) the "Tag Type" alternative is used and the value of "TagDefault" for the module is IMPLICIT TAGS or AUTOMATIC TAGS, but the type defined by "Type" is an untagged choice type, an untagged open type, or an untagged "DummyReference" (see ITU-T Rec. X.683 | ISO/IEC 8824-4, 8.3)." */ if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) { $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | 0x20 | $child['constant']); $temp = $subtag . self::encodeLength(strlen($temp)) . $temp; } else { $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | (ord($temp[0]) & 0x20) | $child['constant']); $temp = $subtag . substr($temp, 1); } } $value.= $temp; } break; case self::TYPE_CHOICE: $temp = false; foreach ($mapping['children'] as $key => $child) { if (!isset($source[$key])) { continue; } $temp = self::encode_der($source[$key], $child, $key, $special); if ($temp === false) { return false; } // An empty child encoding means it has been optimized out. // Else we should have at least one tag byte. if ($temp === '') { continue; } $tag = ord($temp[0]); // if isset($child['constant']) is true then isset($child['optional']) should be true as well if (isset($child['constant'])) { if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) { $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | 0x20 | $child['constant']); $temp = $subtag . self::encodeLength(strlen($temp)) . $temp; } else { $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | (ord($temp[0]) & 0x20) | $child['constant']); $temp = $subtag . substr($temp, 1); } } } if (isset($idx)) { array_pop(self::$location); } if ($temp && isset($mapping['cast'])) { $temp[0] = chr(($mapping['class'] << 6) | ($tag & 0x20) | $mapping['cast']); } return $temp; case self::TYPE_INTEGER: case self::TYPE_ENUMERATED: if (!isset($mapping['mapping'])) { if (is_numeric($source)) { $source = new BigInteger($source); } $value = $source->toBytes(true); } else { $value = array_search($source, $mapping['mapping']); if ($value === false) { return false; } $value = new BigInteger($value); $value = $value->toBytes(true); } if (!strlen($value)) { $value = chr(0); } break; case self::TYPE_UTC_TIME: case self::TYPE_GENERALIZED_TIME: $format = $mapping['type'] == self::TYPE_UTC_TIME ? 'y' : 'Y'; $format.= 'mdHis'; $date = new DateTime($source, new DateTimeZone('GMT')); $value = $date->format($format) . 'Z'; break; case self::TYPE_BIT_STRING: if (isset($mapping['mapping'])) { $bits = array_fill(0, count($mapping['mapping']), 0); $size = 0; for ($i = 0; $i < count($mapping['mapping']); $i++) { if (in_array($mapping['mapping'][$i], $source)) { $bits[$i] = 1; $size = $i; } } if (isset($mapping['min']) && $mapping['min'] >= 1 && $size < $mapping['min']) { $size = $mapping['min'] - 1; } $offset = 8 - (($size + 1) & 7); $offset = $offset !== 8 ? $offset : 0; $value = chr($offset); for ($i = $size + 1; $i < count($mapping['mapping']); $i++) { unset($bits[$i]); } $bits = implode('', array_pad($bits, $size + $offset + 1, 0)); $bytes = explode(' ', rtrim(chunk_split($bits, 8, ' '))); foreach ($bytes as $byte) { $value.= chr(bindec($byte)); } break; } case self::TYPE_OCTET_STRING: /* The initial octet shall encode, as an unsigned binary integer with bit 1 as the least significant bit, the number of unused bits in the final subsequent octet. The number shall be in the range zero to seven. -- http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#page=16 */ $value = $source; break; case self::TYPE_OBJECT_IDENTIFIER: $value = self::encodeOID($source); break; case self::TYPE_ANY: $loc = self::$location; if (isset($idx)) { array_pop(self::$location); } switch (true) { case !isset($source): return self::encode_der(null, ['type' => self::TYPE_NULL] + $mapping, null, $special); case is_int($source): case $source instanceof BigInteger: return self::encode_der($source, ['type' => self::TYPE_INTEGER] + $mapping, null, $special); case is_float($source): return self::encode_der($source, ['type' => self::TYPE_REAL] + $mapping, null, $special); case is_bool($source): return self::encode_der($source, ['type' => self::TYPE_BOOLEAN] + $mapping, null, $special); case is_array($source) && count($source) == 1: $typename = implode('', array_keys($source)); $outtype = array_search($typename, self::ANY_MAP, true); if ($outtype !== false) { return self::encode_der($source[$typename], ['type' => $outtype] + $mapping, null, $special); } } $filters = self::$filters; foreach ($loc as $part) { if (!isset($filters[$part])) { $filters = false; break; } $filters = $filters[$part]; } if ($filters === false) { throw new \RuntimeException('No filters defined for ' . implode('/', $loc)); } return self::encode_der($source, $filters + $mapping, null, $special); case self::TYPE_NULL: $value = ''; break; case self::TYPE_NUMERIC_STRING: case self::TYPE_TELETEX_STRING: case self::TYPE_PRINTABLE_STRING: case self::TYPE_UNIVERSAL_STRING: case self::TYPE_UTF8_STRING: case self::TYPE_BMP_STRING: case self::TYPE_IA5_STRING: case self::TYPE_VISIBLE_STRING: case self::TYPE_VIDEOTEX_STRING: case self::TYPE_GRAPHIC_STRING: case self::TYPE_GENERAL_STRING: $value = $source; break; case self::TYPE_BOOLEAN: $value = $source ? "\xFF" : "\x00"; break; default: throw new \RuntimeException('Mapping provides no type definition for ' . implode('/', self::$location)); } if (isset($idx)) { array_pop(self::$location); } if (isset($mapping['cast'])) { if (isset($mapping['explicit']) || $mapping['type'] == self::TYPE_CHOICE) { $value = chr($tag) . self::encodeLength(strlen($value)) . $value; $tag = ($mapping['class'] << 6) | 0x20 | $mapping['cast']; } else { $tag = ($mapping['class'] << 6) | (ord($temp[0]) & 0x20) | $mapping['cast']; } } return chr($tag) . self::encodeLength(strlen($value)) . $value; } /** * BER-decode the OID * * Called by _decode_ber() * * @access public * @param string $content * @return string */ public static function decodeOID($content) { static $eighty; if (!$eighty) { $eighty = new BigInteger(80); } $oid = []; $pos = 0; $len = strlen($content); if (ord($content[$len - 1]) & 0x80) { return false; } $n = new BigInteger(); while ($pos < $len) { $temp = ord($content[$pos++]); $n = $n->bitwise_leftShift(7); $n = $n->bitwise_or(new BigInteger($temp & 0x7F)); if (~$temp & 0x80) { $oid[] = $n; $n = new BigInteger(); } } $part1 = array_shift($oid); $first = floor(ord($content[0]) / 40); /* "This packing of the first two object identifier components recognizes that only three values are allocated from the root node, and at most 39 subsequent values from nodes reached by X = 0 and X = 1." -- https://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#page=22 */ if ($first <= 2) { // ie. 0 <= ord($content[0]) < 120 (0x78) array_unshift($oid, ord($content[0]) % 40); array_unshift($oid, $first); } else { array_unshift($oid, $part1->subtract($eighty)); array_unshift($oid, 2); } return implode('.', $oid); } /** * DER-encode the OID * * Called by _encode_der() * * @access public * @param string $source * @return string */ public static function encodeOID($source) { static $mask, $zero, $forty; if (!$mask) { $mask = new BigInteger(0x7F); $zero = new BigInteger(); $forty = new BigInteger(40); } if (!preg_match('#(?:\d+\.)+#', $source)) { $oid = isset(self::$reverseOIDs[$source]) ? self::$reverseOIDs[$source] : false; } else { $oid = $source; } if ($oid === false) { throw new \RuntimeException('Invalid OID'); } $parts = explode('.', $oid); $part1 = array_shift($parts); $part2 = array_shift($parts); $first = new BigInteger($part1); $first = $first->multiply($forty); $first = $first->add(new BigInteger($part2)); array_unshift($parts, $first->toString()); $value = ''; foreach ($parts as $part) { if (!$part) { $temp = "\0"; } else { $temp = ''; $part = new BigInteger($part); while (!$part->equals($zero)) { $submask = $part->bitwise_and($mask); $submask->setPrecision(8); $temp = (chr(0x80) | $submask->toBytes()) . $temp; $part = $part->bitwise_rightShift(7); } $temp[strlen($temp) - 1] = $temp[strlen($temp) - 1] & chr(0x7F); } $value.= $temp; } return $value; } /** * BER-decode the time * * Called by _decode_ber() and in the case of implicit tags asn1map(). * * @access private * @param string $content * @param int $tag * @return string */ private static function decodeTime($content, $tag) { /* UTCTime: http://tools.ietf.org/html/rfc5280#section-4.1.2.5.1 http://www.obj-sys.com/asn1tutorial/node15.html GeneralizedTime: http://tools.ietf.org/html/rfc5280#section-4.1.2.5.2 http://www.obj-sys.com/asn1tutorial/node14.html */ $format = 'YmdHis'; if ($tag == self::TYPE_UTC_TIME) { // https://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#page=28 says "the seconds // element shall always be present" but none-the-less I've seen X509 certs where it isn't and if the // browsers parse it phpseclib ought to too if (preg_match('#^(\d{10})(Z|[+-]\d{4})$#', $content, $matches)) { $content = $matches[1] . '00' . $matches[2]; } $prefix = substr($content, 0, 2) >= 50 ? '19' : '20'; $content = $prefix . $content; } elseif (strpos($content, '.') !== false) { $format.= '.u'; } if ($content[strlen($content) - 1] == 'Z') { $content = substr($content, 0, -1) . '+0000'; } if (strpos($content, '-') !== false || strpos($content, '+') !== false) { $format.= 'O'; } // error supression isn't necessary as of PHP 7.0: // http://php.net/manual/en/migration70.other-changes.php return @DateTime::createFromFormat($format, $content); } /** * Set the time format * * Sets the time / date format for asn1map(). * * @access public * @param string $format */ public static function setTimeFormat($format) { self::$format = $format; } /** * Load OIDs * * Load the relevant OIDs for a particular ASN.1 semantic mapping. * Previously loaded OIDs are retained. * * @access public * @param array $oids */ public static function loadOIDs($oids) { self::$reverseOIDs+= $oids; self::$oids = array_flip(self::$reverseOIDs); } /** * Set filters * * See \phpseclib3\File\X509, etc, for an example. * Previously loaded filters are not retained. * * @access public * @param array $filters */ public static function setFilters($filters) { self::$filters = $filters; } /** * String type conversion * * This is a lazy conversion, dealing only with character size. * No real conversion table is used. * * @param string $in * @param int $from * @param int $to * @return string * @access public */ public static function convert($in, $from = self::TYPE_UTF8_STRING, $to = self::TYPE_UTF8_STRING) { // isset(self::STRING_TYPE_SIZE[$from] returns a fatal error on PHP 5.6 if (!array_key_exists($from, self::STRING_TYPE_SIZE) || !array_key_exists($to, self::STRING_TYPE_SIZE)) { return false; } $insize = self::STRING_TYPE_SIZE[$from]; $outsize = self::STRING_TYPE_SIZE[$to]; $inlength = strlen($in); $out = ''; for ($i = 0; $i < $inlength;) { if ($inlength - $i < $insize) { return false; } // Get an input character as a 32-bit value. $c = ord($in[$i++]); switch (true) { case $insize == 4: $c = ($c << 8) | ord($in[$i++]); $c = ($c << 8) | ord($in[$i++]); case $insize == 2: $c = ($c << 8) | ord($in[$i++]); case $insize == 1: break; case ($c & 0x80) == 0x00: break; case ($c & 0x40) == 0x00: return false; default: $bit = 6; do { if ($bit > 25 || $i >= $inlength || (ord($in[$i]) & 0xC0) != 0x80) { return false; } $c = ($c << 6) | (ord($in[$i++]) & 0x3F); $bit += 5; $mask = 1 << $bit; } while ($c & $bit); $c &= $mask - 1; break; } // Convert and append the character to output string. $v = ''; switch (true) { case $outsize == 4: $v .= chr($c & 0xFF); $c >>= 8; $v .= chr($c & 0xFF); $c >>= 8; case $outsize == 2: $v .= chr($c & 0xFF); $c >>= 8; case $outsize == 1: $v .= chr($c & 0xFF); $c >>= 8; if ($c) { return false; } break; case ($c & 0x80000000) != 0: return false; case $c >= 0x04000000: $v .= chr(0x80 | ($c & 0x3F)); $c = ($c >> 6) | 0x04000000; case $c >= 0x00200000: $v .= chr(0x80 | ($c & 0x3F)); $c = ($c >> 6) | 0x00200000; case $c >= 0x00010000: $v .= chr(0x80 | ($c & 0x3F)); $c = ($c >> 6) | 0x00010000; case $c >= 0x00000800: $v .= chr(0x80 | ($c & 0x3F)); $c = ($c >> 6) | 0x00000800; case $c >= 0x00000080: $v .= chr(0x80 | ($c & 0x3F)); $c = ($c >> 6) | 0x000000C0; default: $v .= chr($c); break; } $out .= strrev($v); } return $out; } /** * Extract raw BER from Base64 encoding * * @access private * @param string $str * @return string */ public static function extractBER($str) { /* X.509 certs are assumed to be base64 encoded but sometimes they'll have additional things in them * above and beyond the ceritificate. * ie. some may have the following preceding the -----BEGIN CERTIFICATE----- line: * * Bag Attributes * localKeyID: 01 00 00 00 * subject=/O=organization/OU=org unit/CN=common name * issuer=/O=organization/CN=common name */ if (strlen($str) > ini_get('pcre.backtrack_limit')) { $temp = $str; } else { $temp = preg_replace('#.*?^-+[^-]+-+[\r\n ]*$#ms', '', $str, 1); $temp = preg_replace('#-+END.*[\r\n ]*.*#ms', '', $str, 1); } // remove new lines $temp = str_replace(["\r", "\n", ' '], '', $temp); // remove the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- stuff $temp = preg_replace('#^-+[^-]+-+|-+[^-]+-+$#', '', $temp); $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false; return $temp != false ? $temp : $str; } /** * DER-encode the length * * DER supports lengths up to (2**8)**127, however, we'll only support lengths up to (2**8)**4. See * {@link http://itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#p=13 X.690 paragraph 8.1.3} for more information. * * @access public * @param int $length * @return string */ public static function encodeLength($length) { if ($length <= 0x7F) { return chr($length); } $temp = ltrim(pack('N', $length), chr(0)); return pack('Ca*', 0x80 | strlen($temp), $temp); } /** * Returns the OID corresponding to a name * * What's returned in the associative array returned by loadX509() (or load*()) is either a name or an OID if * no OID to name mapping is available. The problem with this is that what may be an unmapped OID in one version * of phpseclib may not be unmapped in the next version, so apps that are looking at this OID may not be able * to work from version to version. * * This method will return the OID if a name is passed to it and if no mapping is avialable it'll assume that * what's being passed to it already is an OID and return that instead. A few examples. * * getOID('2.16.840.1.101.3.4.2.1') == '2.16.840.1.101.3.4.2.1' * getOID('id-sha256') == '2.16.840.1.101.3.4.2.1' * getOID('zzz') == 'zzz' * * @access public * @param string $name * @return string */ public static function getOID($name) { return isset(self::$reverseOIDs[$name]) ? self::$reverseOIDs[$name] : $name; } } PK5 ZU :!!9vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.phpnu[ * login('username', $agent)) { * exit('Login Failed'); * } * * echo $ssh->exec('pwd'); * echo $ssh->exec('ls -la'); * ?> * * * @category System * @package SSH\Agent * @author Jim Wigginton * @copyright 2014 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\System\SSH; use phpseclib3\Crypt\RSA; use phpseclib3\Exception\BadConfigurationException; use phpseclib3\System\SSH\Agent\Identity; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\PublicKeyLoader; /** * Pure-PHP ssh-agent client identity factory * * requestIdentities() method pumps out \phpseclib3\System\SSH\Agent\Identity objects * * @package SSH\Agent * @author Jim Wigginton * @access public */ class Agent { use Common\Traits\ReadBytes; // Message numbers // to request SSH1 keys you have to use SSH_AGENTC_REQUEST_RSA_IDENTITIES (1) const SSH_AGENTC_REQUEST_IDENTITIES = 11; // this is the SSH2 response; the SSH1 response is SSH_AGENT_RSA_IDENTITIES_ANSWER (2). const SSH_AGENT_IDENTITIES_ANSWER = 12; // the SSH1 request is SSH_AGENTC_RSA_CHALLENGE (3) const SSH_AGENTC_SIGN_REQUEST = 13; // the SSH1 response is SSH_AGENT_RSA_RESPONSE (4) const SSH_AGENT_SIGN_RESPONSE = 14; // Agent forwarding status // no forwarding requested and not active const FORWARD_NONE = 0; // request agent forwarding when opportune const FORWARD_REQUEST = 1; // forwarding has been request and is active const FORWARD_ACTIVE = 2; /** * Unused */ const SSH_AGENT_FAILURE = 5; /** * Socket Resource * * @var resource * @access private */ private $fsock; /** * Agent forwarding status * * @var int * @access private */ private $forward_status = self::FORWARD_NONE; /** * Buffer for accumulating forwarded authentication * agent data arriving on SSH data channel destined * for agent unix socket * * @var string * @access private */ private $socket_buffer = ''; /** * Tracking the number of bytes we are expecting * to arrive for the agent socket on the SSH data * channel * * @var int * @access private */ private $expected_bytes = 0; /** * The current request channel * * @var int * @access private */ private $request_channel; /** * Default Constructor * * @return \phpseclib3\System\SSH\Agent * @throws \phpseclib3\Exception\BadConfigurationException if SSH_AUTH_SOCK cannot be found * @throws \RuntimeException on connection errors * @access public */ public function __construct($address = null) { if (!$address) { switch (true) { case isset($_SERVER['SSH_AUTH_SOCK']): $address = $_SERVER['SSH_AUTH_SOCK']; break; case isset($_ENV['SSH_AUTH_SOCK']): $address = $_ENV['SSH_AUTH_SOCK']; break; default: throw new BadConfigurationException('SSH_AUTH_SOCK not found'); } } $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr); if (!$this->fsock) { throw new \RuntimeException("Unable to connect to ssh-agent (Error $errno: $errstr)"); } } /** * Request Identities * * See "2.5.2 Requesting a list of protocol 2 keys" * Returns an array containing zero or more \phpseclib3\System\SSH\Agent\Identity objects * * @return array * @throws \RuntimeException on receipt of unexpected packets * @access public */ public function requestIdentities() { if (!$this->fsock) { return []; } $packet = pack('NC', 1, self::SSH_AGENTC_REQUEST_IDENTITIES); if (strlen($packet) != fputs($this->fsock, $packet)) { throw new \RuntimeException('Connection closed while requesting identities'); } $length = current(unpack('N', $this->readBytes(4))); $packet = $this->readBytes($length); list($type, $keyCount) = Strings::unpackSSH2('CN', $packet); if ($type != self::SSH_AGENT_IDENTITIES_ANSWER) { throw new \RuntimeException('Unable to request identities'); } $identities = []; for ($i = 0; $i < $keyCount; $i++) { list($key_blob, $comment) = Strings::unpackSSH2('ss', $packet); $temp = $key_blob; list($key_type) = Strings::unpackSSH2('s', $temp); switch ($key_type) { case 'ssh-rsa': case 'ssh-dss': case 'ssh-ed25519': case 'ecdsa-sha2-nistp256': case 'ecdsa-sha2-nistp384': case 'ecdsa-sha2-nistp521': $key = PublicKeyLoader::load($key_type . ' ' . base64_encode($key_blob)); } // resources are passed by reference by default if (isset($key)) { $identity = (new Identity($this->fsock)) ->withPublicKey($key) ->withPublicKeyBlob($key_blob); $identities[] = $identity; unset($key); } } return $identities; } /** * Signal that agent forwarding should * be requested when a channel is opened * * @param \phpseclib3\Net\SSH2 $ssh * @return bool * @access public */ public function startSSHForwarding($ssh) { if ($this->forward_status == self::FORWARD_NONE) { $this->forward_status = self::FORWARD_REQUEST; } } /** * Request agent forwarding of remote server * * @param \phpseclib3\Net\SSH2 $ssh * @return bool * @access private */ private function request_forwarding($ssh) { if (!$ssh->requestAgentForwarding()) { return false; } $this->forward_status = self::FORWARD_ACTIVE; return true; } /** * On successful channel open * * This method is called upon successful channel * open to give the SSH Agent an opportunity * to take further action. i.e. request agent forwarding * * @param \phpseclib3\Net\SSH2 $ssh * @access private */ public function registerChannelOpen($ssh) { if ($this->forward_status == self::FORWARD_REQUEST) { $this->request_forwarding($ssh); } } /** * Forward data to SSH Agent and return data reply * * @param string $data * @return string Data from SSH Agent * @throws \RuntimeException on connection errors * @access public */ public function forwardData($data) { if ($this->expected_bytes > 0) { $this->socket_buffer.= $data; $this->expected_bytes -= strlen($data); } else { $agent_data_bytes = current(unpack('N', $data)); $current_data_bytes = strlen($data); $this->socket_buffer = $data; if ($current_data_bytes != $agent_data_bytes + 4) { $this->expected_bytes = ($agent_data_bytes + 4) - $current_data_bytes; return false; } } if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) { throw new \RuntimeException('Connection closed attempting to forward data to SSH agent'); } $this->socket_buffer = ''; $this->expected_bytes = 0; $agent_reply_bytes = current(unpack('N', $this->readBytes(4))); $agent_reply_data = $this->readBytes($agent_reply_bytes); $agent_reply_data = current(unpack('a*', $agent_reply_data)); return pack('Na*', $agent_reply_bytes, $agent_reply_data); } } PK5 Z:uuKvendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\System\SSH\Common\Traits; /** * ReadBytes trait * * @package SSH * @author Jim Wigginton * @access public */ trait ReadBytes { /** * Read data * * @param int $length * @throws \RuntimeException on connection errors * @access public */ public function readBytes($length) { $temp = fread($this->fsock, $length); if (strlen($temp) != $length) { throw new \RuntimeException("Expected $length bytes; got " . strlen($temp)); } return $temp; } } PK5 ZF#p#p#Bvendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.phpnu[ * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\System\SSH\Agent; use phpseclib3\Crypt\RSA; use phpseclib3\Crypt\DSA; use phpseclib3\Crypt\EC; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\System\SSH\Agent; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\PrivateKey; /** * Pure-PHP ssh-agent client identity object * * Instantiation should only be performed by \phpseclib3\System\SSH\Agent class. * This could be thought of as implementing an interface that phpseclib3\Crypt\RSA * implements. ie. maybe a Net_SSH_Auth_PublicKey interface or something. * The methods in this interface would be getPublicKey and sign since those are the * methods phpseclib looks for to perform public key authentication. * * @package SSH\Agent * @author Jim Wigginton * @access internal */ class Identity implements PrivateKey { use \phpseclib3\System\SSH\Common\Traits\ReadBytes; // Signature Flags // See https://tools.ietf.org/html/draft-miller-ssh-agent-00#section-5.3 const SSH_AGENT_RSA2_256 = 2; const SSH_AGENT_RSA2_512 = 4; /** * Key Object * * @var \phpseclib3\Crypt\RSA * @access private * @see self::getPublicKey() */ private $key; /** * Key Blob * * @var string * @access private * @see self::sign() */ private $key_blob; /** * Socket Resource * * @var resource * @access private * @see self::sign() */ private $fsock; /** * Signature flags * * @var int * @access private * @see self::sign() * @see self::setHash() */ private $flags = 0; /** * Curve Aliases * * @var array * @access private */ private static $curveAliases = [ 'secp256r1' => 'nistp256', 'secp384r1' => 'nistp384', 'secp521r1' => 'nistp521', 'Ed25519' => 'Ed25519' ]; /** * Default Constructor. * * @param resource $fsock * @return \phpseclib3\System\SSH\Agent\Identity * @access private */ public function __construct($fsock) { $this->fsock = $fsock; } /** * Set Public Key * * Called by \phpseclib3\System\SSH\Agent::requestIdentities() * * @param \phpseclib3\Crypt\Common\PublicKey $key * @access private */ public function withPublicKey($key) { if ($key instanceof EC) { if (is_array($key->getCurve()) || !isset(self::$curveAliases[$key->getCurve()])) { throw new UnsupportedAlgorithmException('The only supported curves are nistp256, nistp384, nistp512 and Ed25519'); } } $new = clone $this; $new->key = $key; return $new; } /** * Set Public Key * * Called by \phpseclib3\System\SSH\Agent::requestIdentities(). The key blob could be extracted from $this->key * but this saves a small amount of computation. * * @param string $key_blob * @access private */ public function withPublicKeyBlob($key_blob) { $new = clone $this; $new->key_blob = $key_blob; return $new; } /** * Get Public Key * * Wrapper for $this->key->getPublicKey() * * @param string $type optional * @return mixed * @access public */ public function getPublicKey($type = 'PKCS8') { return $this->key; } /** * Sets the hash * * @param string $hash * @access public */ public function withHash($hash) { $new = clone $this; $hash = strtolower($hash); if ($this->key instanceof RSA) { $new->flags = 0; switch ($hash) { case 'sha1': break; case 'sha256': $new->flags = self::SSH_AGENT_RSA2_256; break; case 'sha512': $new->flags = self::SSH_AGENT_RSA2_512; break; default: throw new UnsupportedAlgorithmException('The only supported hashes for RSA are sha1, sha256 and sha512'); } } if ($this->key instanceof EC) { switch ($this->key->getCurve()) { case 'secp256r1': $expectedHash = 'sha256'; break; case 'secp384r1': $expectedHash = 'sha384'; break; //case 'secp521r1': //case 'Ed25519': default: $expectedHash = 'sha512'; } if ($hash != $expectedHash) { throw new UnsupportedAlgorithmException('The only supported hash for ' . self::$curveAliases[$key->getCurve()] . ' is ' . $expectedHash); } } if ($this->key instanceof DSA) { if ($hash != 'sha1') { throw new UnsupportedAlgorithmException('The only supported hash for DSA is sha1'); } } return $new; } /** * Sets the padding * * Only PKCS1 padding is supported * * @param string $padding * @access public */ public function withPadding($padding) { if (!$this->key instanceof RSA) { throw new UnsupportedAlgorithmException('Only RSA keys support padding'); } if ($padding != RSA::SIGNATURE_PKCS1 && $padding != RSA::SIGNATURE_RELAXED_PKCS1) { throw new UnsupportedAlgorithmException('ssh-agent can only create PKCS1 signatures'); } return $this; } /** * Determines the signature padding mode * * Valid values are: ASN1, SSH2, Raw * * @access public * @param string $format */ public function withSignatureFormat($format) { if ($this->key instanceof RSA) { throw new UnsupportedAlgorithmException('Only DSA and EC keys support signature format setting'); } if ($format != 'SSH2') { throw new UnsupportedAlgorithmException('Only SSH2-formatted signatures are currently supported'); } return $this; } /** * Returns the curve * * Returns a string if it's a named curve, an array if not * * @access public * @return string|array */ public function getCurve() { if (!$this->key instanceof EC) { throw new UnsupportedAlgorithmException('Only EC keys have curves'); } return $this->key->getCurve(); } /** * Create a signature * * See "2.6.2 Protocol 2 private key signature request" * * @param string $message * @return string * @throws \RuntimeException on connection errors * @throws \phpseclib3\Exception\UnsupportedAlgorithmException if the algorithm is unsupported * @access public */ public function sign($message) { // the last parameter (currently 0) is for flags and ssh-agent only defines one flag (for ssh-dss): SSH_AGENT_OLD_SIGNATURE $packet = Strings::packSSH2( 'CssN', Agent::SSH_AGENTC_SIGN_REQUEST, $this->key_blob, $message, $this->flags ); $packet = Strings::packSSH2('s', $packet); if (strlen($packet) != fputs($this->fsock, $packet)) { throw new \RuntimeException('Connection closed during signing'); } $length = current(unpack('N', $this->readBytes(4))); $packet = $this->readBytes($length); list($type, $signature_blob) = Strings::unpackSSH2('Cs', $packet); if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) { throw new \RuntimeException('Unable to retrieve signature'); } if (!$this->key instanceof RSA) { return $signature_blob; } list($type, $signature_blob) = Strings::unpackSSH2('ss', $signature_blob); return $signature_blob; } /** * Returns the private key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { throw new \RuntimeException('ssh-agent does not provide a mechanism to get the private key'); } /** * Sets the password * * @access public * @param string|boolean $password */ public function withPassword($password = false) { throw new \RuntimeException('ssh-agent does not provide a mechanism to get the private key'); } } PK5 Zlx<.<.Avendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Common\Functions; use phpseclib3\Math\BigInteger; use phpseclib3\Math\Common\FiniteField; /** * Common String Functions * * @package Functions\Strings * @author Jim Wigginton */ abstract class Strings { /** * String Shift * * Inspired by array_shift * * @param string $string * @param int $index * @access public * @return string */ public static function shift(&$string, $index = 1) { $substr = substr($string, 0, $index); $string = substr($string, $index); return $substr; } /** * String Pop * * Inspired by array_pop * * @param string $string * @param int $index * @access public * @return string */ public static function pop(&$string, $index = 1) { $substr = substr($string, -$index); $string = substr($string, 0, -$index); return $substr; } /** * Parse SSH2-style string * * Returns either an array or a boolean if $data is malformed. * * Valid characters for $format are as follows: * * C = byte * b = boolean (true/false) * N = uint32 * s = string * i = mpint * L = name-list * * uint64 is not supported. * * @param string $format * @param string $data * @return mixed */ public static function unpackSSH2($format, &$data) { $format = self::formatPack($format); $result = []; for ($i = 0; $i < strlen($format); $i++) { switch ($format[$i]) { case 'C': case 'b': if (!strlen($data)) { throw new \LengthException('At least one byte needs to be present for successful C / b decodes'); } break; case 'N': case 'i': case 's': case 'L': if (strlen($data) < 4) { throw new \LengthException('At least four byte needs to be present for successful N / i / s / L decodes'); } break; default: throw new \InvalidArgumentException('$format contains an invalid character'); } switch ($format[$i]) { case 'C': $result[] = ord(self::shift($data)); continue 2; case 'b': $result[] = ord(self::shift($data)) != 0; continue 2; case 'N': list(, $temp) = unpack('N', self::shift($data, 4)); $result[] = $temp; continue 2; } list(, $length) = unpack('N', self::shift($data, 4)); if (strlen($data) < $length) { throw new \LengthException("$length bytes needed; " . strlen($data) . ' bytes available'); } $temp = self::shift($data, $length); switch ($format[$i]) { case 'i': $result[] = new BigInteger($temp, -256); break; case 's': $result[] = $temp; break; case 'L': $result[] = explode(',', $temp); } } return $result; } /** * Create SSH2-style string * * @param string[] ...$elements * @access public * @return mixed */ public static function packSSH2(...$elements) { $format = self::formatPack($elements[0]); array_shift($elements); if (strlen($format) != count($elements)) { throw new \InvalidArgumentException('There must be as many arguments as there are characters in the $format string'); } $result = ''; for ($i = 0; $i < strlen($format); $i++) { $element = $elements[$i]; switch ($format[$i]) { case 'C': if (!is_int($element)) { throw new \InvalidArgumentException('Bytes must be represented as an integer between 0 and 255, inclusive.'); } $result.= pack('C', $element); break; case 'b': if (!is_bool($element)) { throw new \InvalidArgumentException('A boolean parameter was expected.'); } $result.= $element ? "\1" : "\0"; break; case 'N': if (is_float($element)) { $element = (int) $element; } if (!is_int($element)) { throw new \InvalidArgumentException('An integer was expected.'); } $result.= pack('N', $element); break; case 's': if (!self::is_stringable($element)) { throw new \InvalidArgumentException('A string was expected.'); } $result.= pack('Na*', strlen($element), $element); break; case 'i': if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) { throw new \InvalidArgumentException('A phpseclib3\Math\BigInteger or phpseclib3\Math\Common\FiniteField\Integer object was expected.'); } $element = $element->toBytes(true); $result.= pack('Na*', strlen($element), $element); break; case 'L': if (!is_array($element)) { throw new \InvalidArgumentException('An array was expected.'); } $element = implode(',', $element); $result.= pack('Na*', strlen($element), $element); break; default: throw new \InvalidArgumentException('$format contains an invalid character'); } } return $result; } /** * Expand a pack string * * Converts C5 to CCCCC, for example. * * @access private * @param string $format * @return string */ private static function formatPack($format) { $parts = preg_split('#(\d+)#', $format, -1, PREG_SPLIT_DELIM_CAPTURE); $format = ''; for ($i = 1; $i < count($parts); $i+=2) { $format.= substr($parts[$i - 1], 0, -1) . str_repeat(substr($parts[$i - 1], -1), $parts[$i]); } $format.= $parts[$i - 1]; return $format; } /** * Convert binary data into bits * * bin2hex / hex2bin refer to base-256 encoded data as binary, whilst * decbin / bindec refer to base-2 encoded data as binary. For the purposes * of this function, bin refers to base-256 encoded data whilst bits refers * to base-2 encoded data * * @access public * @param string $x * @return string */ public static function bits2bin($x) { /* // the pure-PHP approach is faster than the GMP approach if (function_exists('gmp_export')) { return strlen($x) ? gmp_export(gmp_init($x, 2)) : gmp_init(0); } */ if (preg_match('#[^01]#', $x)) { throw new \RuntimeException('The only valid characters are 0 and 1'); } if (!defined('PHP_INT_MIN')) { define('PHP_INT_MIN', ~PHP_INT_MAX); } $length = strlen($x); if (!$length) { return ''; } $block_size = PHP_INT_SIZE << 3; $pad = $block_size - ($length % $block_size); if ($pad != $block_size) { $x = str_repeat('0', $pad) . $x; } $parts = str_split($x, $block_size); $str = ''; foreach ($parts as $part) { $xor = $part[0] == '1' ? PHP_INT_MIN : 0; $part[0] = '0'; $str.= pack( PHP_INT_SIZE == 4 ? 'N' : 'J', $xor ^ eval('return 0b' . $part . ';') ); } return ltrim($str, "\0"); } /** * Convert bits to binary data * * @access public * @param string $x * @return string */ public static function bin2bits($x) { /* // the pure-PHP approach is slower than the GMP approach BUT // i want to the pure-PHP version to be easily unit tested as well if (function_exists('gmp_import')) { return gmp_strval(gmp_import($x), 2); } */ $len = strlen($x); $mod = $len % PHP_INT_SIZE; if ($mod) { $x = str_pad($x, $len + PHP_INT_SIZE - $mod, "\0", STR_PAD_LEFT); } $bits = ''; if (PHP_INT_SIZE == 4) { $digits = unpack('N*', $x); foreach ($digits as $digit) { $bits.= sprintf('%032b', $digit); } } else { $digits = unpack('J*', $x); foreach ($digits as $digit) { $bits.= sprintf('%064b', $digit); } } return ltrim($bits, '0'); } /** * Switch Endianness Bit Order * * @access public * @param string $x * @return string */ public static function switchEndianness($x) { $r = ''; // from http://graphics.stanford.edu/~seander/bithacks.html#ReverseByteWith32Bits for ($i = strlen($x) - 1; $i >= 0; $i--) { $b = ord($x[$i]); $p1 = ($b * 0x0802) & 0x22110; $p2 = ($b * 0x8020) & 0x88440; $r.= chr( (($p1 | $p2) * 0x10101) >> 16 ); } return $r; } /** * Increment the current string * * @param string $var * @return string * @access public */ public static function increment_str(&$var) { for ($i = 4; $i <= strlen($var); $i+= 4) { $temp = substr($var, -$i, 4); switch ($temp) { case "\xFF\xFF\xFF\xFF": $var = substr_replace($var, "\x00\x00\x00\x00", -$i, 4); break; case "\x7F\xFF\xFF\xFF": $var = substr_replace($var, "\x80\x00\x00\x00", -$i, 4); return $var; default: $temp = unpack('Nnum', $temp); $var = substr_replace($var, pack('N', $temp['num'] + 1), -$i, 4); return $var; } } $remainder = strlen($var) % 4; if ($remainder == 0) { return $var; } $temp = unpack('Nnum', str_pad(substr($var, 0, $remainder), 4, "\0", STR_PAD_LEFT)); $temp = substr(pack('N', $temp['num'] + 1), -$remainder); $var = substr_replace($var, $temp, 0, $remainder); return $var; } /** * Find whether the type of a variable is string (or could be converted to one) * * @param string|object $var * @return boolean * @access public */ public static function is_stringable($var) { return is_string($var) || (is_object($var) && method_exists($var, '__toString')); } } PK5 ZUAhh2vendor/phpseclib/phpseclib/phpseclib/bootstrap.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC; use phpseclib3\Crypt\EC; /** * EC Parameters * * @package EC * @author Jim Wigginton * @access public */ class Parameters extends EC { /** * Returns the parameters * * @param string $type * @param array $options optional * @return string */ public function toString($type = 'PKCS1', array $options = []) { $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters'); return $type::saveParameters($this->curve, $options); } } PK5 Z;vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC; use phpseclib3\Crypt\EC; use phpseclib3\Crypt\Hash; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\EC\Formats\Signature\ASN1 as ASN1Signature; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Crypt\EC\Curves\Ed25519; use phpseclib3\Crypt\EC\Formats\Keys\PKCS1; use phpseclib3\Crypt\Common; use phpseclib3\Exception\UnsupportedOperationException; use phpseclib3\Common\Functions\Strings; /** * EC Public Key * * @package EC * @author Jim Wigginton * @access public */ class PublicKey extends EC implements Common\PublicKey { use Common\Traits\Fingerprint; /** * Verify a signature * * @see self::verify() * @access public * @param string $message * @param string $signature * @return mixed */ public function verify($message, $signature) { if ($this->curve instanceof MontgomeryCurve) { throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures'); } $shortFormat = $this->shortFormat; $format = $this->sigFormat; if ($format === false) { return false; } $order = $this->curve->getOrder(); if ($this->curve instanceof TwistedEdwardsCurve) { if ($shortFormat == 'SSH2') { list(, $signature) = Strings::unpackSSH2('ss', $signature); } if ($this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context)) { return sodium_crypto_sign_verify_detached($signature, $message, $this->toString('libsodium')); } $curve = $this->curve; if (strlen($signature) != 2 * $curve::SIZE) { return false; } $R = substr($signature, 0, $curve::SIZE); $S = substr($signature, $curve::SIZE); try { $R = PKCS1::extractPoint($R, $curve); $R = $this->curve->convertToInternal($R); } catch (\Exception $e) { return false; } $S = strrev($S); $S = new BigInteger($S, 256); if ($S->compare($order) >= 0) { return false; } $A = $curve->encodePoint($this->QA); if ($curve instanceof Ed25519) { $dom2 = !isset($this->context) ? '' : 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context; } else { $context = isset($this->context) ? $this->context : ''; $dom2 = 'SigEd448' . "\0" . chr(strlen($context)) . $context; } $hash = new Hash($curve::HASH); $k = $hash->hash($dom2 . substr($signature, 0, $curve::SIZE) . $A . $message); $k = strrev($k); $k = new BigInteger($k, 256); list(, $k) = $k->divide($order); $qa = $curve->convertToInternal($this->QA); $lhs = $curve->multiplyPoint($curve->getBasePoint(), $curve->convertInteger($S)); $rhs = $curve->multiplyPoint($qa, $curve->convertInteger($k)); $rhs = $curve->addPoint($rhs, $R); $rhs = $curve->convertToAffine($rhs); return $lhs[0]->equals($rhs[0]) && $lhs[1]->equals($rhs[1]); } $params = $format::load($signature); if ($params === false || count($params) != 2) { return false; } extract($params); if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) { $sig = $format != 'ASN1' ? ASN1Signature::save($r, $s) : $signature; $result = openssl_verify($message, $sig, $this->toString('PKCS8', ['namedCurve' => false]), $this->hash->getHash()); if ($result != -1) { return (bool) $result; } } $n_1 = $order->subtract(self::$one); if (!$r->between(self::$one, $n_1) || !$s->between(self::$one, $n_1)) { return false; } $e = $this->hash->hash($message); $e = new BigInteger($e, 256); $Ln = $this->hash->getLength() - $order->getLength(); $z = $Ln > 0 ? $e->bitwise_rightShift($Ln) : $e; $w = $s->modInverse($order); list(, $u1) = $z->multiply($w)->divide($order); list(, $u2) = $r->multiply($w)->divide($order); $u1 = $this->curve->convertInteger($u1); $u2 = $this->curve->convertInteger($u2); list($x1, $y1) = $this->curve->multiplyAddPoints( [$this->curve->getBasePoint(), $this->QA], [$u1, $u2] ); $x1 = $x1->toBigInteger(); list(, $x1) = $x1->divide($order); return $x1->equals($r); } /** * Returns the public key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePublicKey'); return $type::savePublicKey($this->curve, $this->QA, $options); } } PK5 Z=c%c%<vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC; use phpseclib3\Crypt\EC; use phpseclib3\Crypt\EC\Formats\Signature\ASN1 as ASN1Signature; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\EC\Curves\Ed25519; use phpseclib3\Crypt\EC\Curves\Curve25519; use phpseclib3\Crypt\EC\Formats\Keys\PKCS1; use phpseclib3\Crypt\Common; use phpseclib3\Exception\UnsupportedOperationException; use phpseclib3\Common\Functions\Strings; /** * EC Private Key * * @package EC * @author Jim Wigginton * @access public */ class PrivateKey extends EC implements Common\PrivateKey { use Common\Traits\PasswordProtected; /** * Private Key dA * * sign() converts this to a BigInteger so one might wonder why this is a FiniteFieldInteger instead of * a BigInteger. That's because a FiniteFieldInteger, when converted to a byte string, is null padded by * a certain amount whereas a BigInteger isn't. * * @var object */ protected $dA; /** * Multiplies an encoded point by the private key * * Used by ECDH * * @param string $coordinates * @return string */ public function multiply($coordinates) { if ($this->curve instanceof MontgomeryCurve) { if ($this->curve instanceof Curve25519 && self::$engines['libsodium']) { return sodium_crypto_scalarmult($this->dA->toBytes(), $coordinates); } $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))]; $point = $this->curve->multiplyPoint($point, $this->dA); return strrev($point[0]->toBytes(true)); } if (!$this->curve instanceof TwistedEdwardsCurve) { $coordinates = "\0$coordinates"; } $point = PKCS1::extractPoint($coordinates, $this->curve); $point = $this->curve->multiplyPoint($point, $this->dA); if ($this->curve instanceof TwistedEdwardsCurve) { return $this->curve->encodePoint($point); } if (empty($point)) { throw new \RuntimeException('The infinity point is invalid'); } return "\4" . $point[0]->toBytes(true) . $point[1]->toBytes(true); } /** * Create a signature * * @see self::verify() * @access public * @param string $message * @return mixed */ public function sign($message) { if ($this->curve instanceof MontgomeryCurve) { throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures'); } $dA = $this->dA->toBigInteger(); $order = $this->curve->getOrder(); $shortFormat = $this->shortFormat; $format = $this->sigFormat; if ($format === false) { return false; } if ($this->curve instanceof TwistedEdwardsCurve) { if ($this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context)) { $result = sodium_crypto_sign_detached($message, $this->toString('libsodium')); return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $result) : $result; } // contexts (Ed25519ctx) are supported but prehashing (Ed25519ph) is not. // quoting https://tools.ietf.org/html/rfc8032#section-8.5 , // "The Ed25519ph and Ed448ph variants ... SHOULD NOT be used" $A = $this->curve->encodePoint($this->QA); $curve = $this->curve; $hash = new Hash($curve::HASH); $secret = substr($hash->hash($this->dA->secret), $curve::SIZE); if ($curve instanceof Ed25519) { $dom = !isset($this->context) ? '' : 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context; } else { $context = isset($this->context) ? $this->context : ''; $dom = 'SigEd448' . "\0" . chr(strlen($context)) . $context; } // SHA-512(dom2(F, C) || prefix || PH(M)) $r = $hash->hash($dom . $secret . $message); $r = strrev($r); $r = new BigInteger($r, 256); list(, $r) = $r->divide($order); $R = $curve->multiplyPoint($curve->getBasePoint(), $curve->convertInteger($r)); $R = $curve->encodePoint($R); $k = $hash->hash($dom . $R . $A . $message); $k = strrev($k); $k = new BigInteger($k, 256); list(, $k) = $k->divide($order); $S = $k->multiply($dA)->add($r); list(, $S) = $S->divide($order); $S = str_pad(strrev($S->toBytes()), $curve::SIZE, "\0"); return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R . $S) : $R . $S; } if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) { $signature = ''; // altho PHP's OpenSSL bindings only supported EC key creation in PHP 7.1 they've long // supported signing / verification // we use specified curves to avoid issues with OpenSSL possibly not supporting a given named curve; // doing this may mean some curve-specific optimizations can't be used but idk if OpenSSL even // has curve-specific optimizations $result = openssl_sign($message, $signature, $this->toString('PKCS8', ['namedCurve' => false]), $this->hash->getHash()); if ($result) { if ($shortFormat == 'ASN1') { return $signature; } extract(ASN1Signature::load($signature)); return $shortFormat == 'SSH2' ? $format::save($r, $s, $this->getCurve()) : $format::save($r, $s); } } $e = $this->hash->hash($message); $e = new BigInteger($e, 256); $Ln = $this->hash->getLength() - $order->getLength(); $z = $Ln > 0 ? $e->bitwise_rightShift($Ln) : $e; while (true) { $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one)); list($x, $y) = $this->curve->multiplyPoint($this->curve->getBasePoint(), $this->curve->convertInteger($k)); $x = $x->toBigInteger(); list(, $r) = $x->divide($order); if ($r->equals(self::$zero)) { continue; } $kinv = $k->modInverse($order); $temp = $z->add($dA->multiply($r)); $temp = $kinv->multiply($temp); list(, $s) = $temp->divide($order); if (!$s->equals(self::$zero)) { break; } } // the following is an RFC6979 compliant implementation of deterministic ECDSA // it's unused because it's mainly intended for use when a good CSPRNG isn't // available. if phpseclib's CSPRNG isn't good then even key generation is // suspect /* // if this were actually being used it'd probably be better if this lived in load() and createKey() $this->q = $this->curve->getOrder(); $dA = $this->dA->toBigInteger(); $this->x = $dA; $h1 = $this->hash->hash($message); $k = $this->computek($h1); list($x, $y) = $this->curve->multiplyPoint($this->curve->getBasePoint(), $this->curve->convertInteger($k)); $x = $x->toBigInteger(); list(, $r) = $x->divide($this->q); $kinv = $k->modInverse($this->q); $h1 = $this->bits2int($h1); $temp = $h1->add($dA->multiply($r)); $temp = $kinv->multiply($temp); list(, $s) = $temp->divide($this->q); */ return $shortFormat == 'SSH2' ? $format::save($r, $s, $this->getCurve()) : $format::save($r, $s); } /** * Returns the private key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePrivateKey'); return $type::savePrivateKey($this->dA, $this->curve, $this->QA, $this->password, $options); } /** * Returns the public key * * @see self::getPrivateKey() * @access public * @return mixed */ public function getPublicKey() { $format = 'PKCS8'; if ($this->curve instanceof MontgomeryCurve) { $format = 'MontgomeryPublic'; } $type = self::validatePlugin('Keys', $format, 'savePublicKey'); $key = $type::savePublicKey($this->curve, $this->QA); $key = EC::loadFormat($format, $key); if ($this->curve instanceof MontgomeryCurve) { return $key; } $key = $key ->withHash($this->hash->getHash()) ->withSignatureFormat($this->shortFormat); if ($this->curve instanceof TwistedEdwardsCurve) { $key = $key->withContext($this->context); } return $key; } } PK5 Z$Ӟ Pvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use phpseclib3\Crypt\EC\Curves\Curve25519; use phpseclib3\Crypt\EC\Curves\Curve448; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Math\BigInteger; use phpseclib3\Exception\UnsupportedFormatException; /** * Montgomery Curve Private Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class MontgomeryPrivate { /** * Is invisible flag * * @access private */ const IS_INVISIBLE = true; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { switch (strlen($key)) { case 32: $curve = new Curve25519; break; case 56: $curve = new Curve448; break; default: throw new \LengthException('The only supported lengths are 32 and 56'); } $components = ['curve' => $curve]; $components['dA'] = $components['curve']->convertInteger(new BigInteger($key, 256)); // note that EC::getEncodedCoordinates does some additional "magic" (it does strrev on the result) $components['QA'] = $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); return $components; } /** * Convert an EC public key to the appropriate format * * @access public * @param \phpseclib3\Crypt\EC\BaseCurves\Montgomery $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @return string */ public static function savePublicKey(MontgomeryCurve $curve, array $publicKey) { return strrev($publicKey[0]->toBytes()); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\Common\FiniteField\Integer $privateKey * @param \phpseclib3\Crypt\EC\BaseCurves\Montgomery $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param string $password optional * @return string */ public static function savePrivateKey(Integer $privateKey, MontgomeryCurve $curve, array $publicKey, $password = '') { if (!empty($password) && is_string($password)) { throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption'); } return $privateKey->toBytes(); } } PK5 ZOvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use phpseclib3\Crypt\EC\Curves\Curve25519; use phpseclib3\Crypt\EC\Curves\Curve448; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Math\BigInteger; /** * Montgomery Public Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class MontgomeryPublic { /** * Is invisible flag * * @access private */ const IS_INVISIBLE = true; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { switch (strlen($key)) { case 32: $curve = new Curve25519; break; case 56: $curve = new Curve448; break; default: throw new \LengthException('The only supported lengths are 32 and 56'); } $components = ['curve' => $curve]; $components['QA'] = [$components['curve']->convertInteger(new BigInteger(strrev($key), 256))]; return $components; } /** * Convert an EC public key to the appropriate format * * @access public * @param \phpseclib3\Crypt\EC\BaseCurves\Montgomery $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @return string */ public static function savePublicKey(MontgomeryCurve $curve, array $publicKey) { return strrev($publicKey[0]->toBytes()); } } PK5 ZRFvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; use phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; use phpseclib3\Exception\UnsupportedCurveException; use phpseclib3\Crypt\EC\Curves\Ed25519; use phpseclib3\Math\Common\FiniteField\Integer; /** * OpenSSH Formatted EC Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class OpenSSH extends Progenitor { use Common; /** * Supported Key Types * * @var array */ protected static $types = [ 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', 'ssh-ed25519' ]; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { $parsed = parent::load($key, $password); if (isset($parsed['paddedKey'])) { $paddedKey = $parsed['paddedKey']; list($type) = Strings::unpackSSH2('s', $paddedKey); if ($type != $parsed['type']) { throw new \RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])"); } if ($type == 'ssh-ed25519' ) { list(, $key, $comment) = Strings::unpackSSH2('sss', $paddedKey); $key = libsodium::load($key); $key['comment'] = $comment; return $key; } list($curveName, $publicKey, $privateKey, $comment) = Strings::unpackSSH2('ssis', $paddedKey); $curve = self::loadCurveByParam(['namedCurve' => $curveName]); return [ 'curve' => $curve, 'dA' => $curve->convertInteger($privateKey), 'QA' => self::extractPoint("\0$publicKey", $curve), 'comment' => $comment ]; } if ($parsed['type'] == 'ssh-ed25519') { if (Strings::shift($parsed['publicKey'], 4) != "\0\0\0\x20") { throw new \RuntimeException('Length of ssh-ed25519 key should be 32'); } $curve = new Ed25519(); $qa = self::extractPoint($parsed['publicKey'], $curve); } else { list($curveName, $publicKey) = Strings::unpackSSH2('ss', $parsed['publicKey']); $curveName = '\phpseclib3\Crypt\EC\Curves\\' . $curveName; $curve = new $curveName(); $qa = self::extractPoint("\0" . $publicKey, $curve); } return [ 'curve' => $curve, 'QA' => $qa, 'comment' => $parsed['comment'] ]; } /** * Returns the alias that corresponds to a curve * * @return string */ private static function getAlias(BaseCurve $curve) { self::initialize_static_variables(); $reflect = new \ReflectionClass($curve); $name = $reflect->getShortName(); $oid = self::$curveOIDs[$name]; $aliases = array_filter(self::$curveOIDs, function($v) use ($oid) { return $v == $oid; }); $aliases = array_keys($aliases); for ($i = 0; $i < count($aliases); $i++) { if (in_array('ecdsa-sha2-' . $aliases[$i], self::$types)) { $alias = $aliases[$i]; break; } } if (!isset($alias)) { throw new UnsupportedCurveException($name . ' is not a curve that the OpenSSH plugin supports'); } return $alias; } /** * Convert an EC public key to the appropriate format * * @access public * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param array $options optional * @return string */ public static function savePublicKey(BaseCurve $curve, array $publicKey, array $options = []) { $comment = isset($options['comment']) ? $options['comment'] : self::$comment; if ($curve instanceof Ed25519) { $key = Strings::packSSH2('ss', 'ssh-ed25519', $curve->encodePoint($publicKey)); if (isset($options['binary']) ? $options['binary'] : self::$binary) { return $key; } $key = 'ssh-ed25519 ' . base64_encode($key) . ' ' . $comment; return $key; } $alias = self::getAlias($curve); $points = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); $key = Strings::packSSH2('sss', 'ecdsa-sha2-' . $alias, $alias, $points); if (isset($options['binary']) ? $options['binary'] : self::$binary) { return $key; } $key = 'ecdsa-sha2-' . $alias . ' ' . base64_encode($key) . ' ' . $comment; return $key; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\Common\FiniteField\Integer $privateKey * @param \phpseclib3\Crypt\EC\Curves\Ed25519 $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(Integer $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $options = []) { if ($curve instanceof Ed25519) { if (!isset($privateKey->secret)) { throw new \RuntimeException('Private Key does not have a secret set'); } if (strlen($privateKey->secret) != 32) { throw new \RuntimeException('Private Key secret is not of the correct length'); } $pubKey = $curve->encodePoint($publicKey); $publicKey = Strings::packSSH2('ss', 'ssh-ed25519', $pubKey); $privateKey = Strings::packSSH2('sss', 'ssh-ed25519', $pubKey, $privateKey->secret . $pubKey); return self::wrapPrivateKey($publicKey, $privateKey, $password, $options); } $alias = self::getAlias($curve); $points = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); $publicKey = self::savePublicKey($curve, $publicKey, ['binary' => true]); $privateKey = Strings::packSSH2('sssi', 'ecdsa-sha2-' . $alias, $alias, $points, $privateKey); return self::wrapPrivateKey($publicKey, $privateKey, $password, $options); } } PK5 Zqڵ!!Dvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Crypt\EC\Curves\Ed25519; use phpseclib3\Crypt\EC\Curves\Ed448; use phpseclib3\Exception\UnsupportedCurveException; use phpseclib3\Common\Functions\Strings; /** * PKCS#8 Formatted EC Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class PKCS8 extends Progenitor { use Common; /** * OID Name * * @var array * @access private */ const OID_NAME = ['id-ecPublicKey', 'id-Ed25519', 'id-Ed448']; /** * OID Value * * @var string * @access private */ const OID_VALUE = ['1.2.840.10045.2.1', '1.3.101.112', '1.3.101.113']; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { // initialize_static_variables() is defined in both the trait and the parent class // when it's defined in two places it's the traits one that's called // the parent one is needed, as well, but the parent one is called by other methods // in the parent class as needed and in the context of the parent it's the parent // one that's called self::initialize_static_variables(); if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $isPublic = strpos($key, 'PUBLIC') !== false; $key = parent::load($key, $password); $type = isset($key['privateKey']) ? 'privateKey' : 'publicKey'; switch (true) { case !$isPublic && $type == 'publicKey': throw new \UnexpectedValueException('Human readable string claims non-public key but DER encoded string claims public key'); case $isPublic && $type == 'privateKey': throw new \UnexpectedValueException('Human readable string claims public key but DER encoded string claims private key'); } switch ($key[$type . 'Algorithm']['algorithm']) { case 'id-Ed25519': case 'id-Ed448': return self::loadEdDSA($key); } $decoded = ASN1::decodeBER($key[$type . 'Algorithm']['parameters']->element); $params = ASN1::asn1map($decoded[0], Maps\ECParameters::MAP); if (!$params) { throw new \RuntimeException('Unable to decode the parameters using Maps\ECParameters'); } $components = []; $components['curve'] = self::loadCurveByParam($params); if ($isPublic) { $components['QA'] = self::extractPoint("\0" . $key['publicKey'], $components['curve']); return $components; } $decoded = ASN1::decodeBER($key['privateKey']); $key = ASN1::asn1map($decoded[0], Maps\ECPrivateKey::MAP); if (isset($key['parameters']) && $params != $key['parameters']) { throw new \RuntimeException('The PKCS8 parameter field does not match the private key parameter field'); } $temp = new BigInteger($key['privateKey'], 256); $components['dA'] = $components['curve']->convertInteger($temp); $components['QA'] = self::extractPoint($key['publicKey'], $components['curve']); return $components; } /** * Break a public or private EdDSA key down into its constituent components * * @return array */ private static function loadEdDSA(array $key) { $components = []; if (isset($key['privateKey'])) { $components['curve'] = $key['privateKeyAlgorithm']['algorithm'] == 'id-Ed25519' ? new Ed25519() : new Ed448(); // 0x04 == octet string // 0x20 == length (32 bytes) if (substr($key['privateKey'], 0, 2) != "\x04\x20") { throw new \RuntimeException('The first two bytes of the private key field should be 0x0420'); } $components['dA'] = $components['curve']->extractSecret(substr($key['privateKey'], 2)); } if (isset($key['publicKey'])) { if (!isset($components['curve'])) { $components['curve'] = $key['publicKeyAlgorithm']['algorithm'] == 'id-Ed25519' ? new Ed25519() : new Ed448(); } $components['QA'] = self::extractPoint($key['publicKey'], $components['curve']); } if (isset($key['privateKey']) && !isset($components['QA'])) { $components['QA'] = $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); } return $components; } /** * Convert an EC public key to the appropriate format * * @access public * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param array $options optional * @return string */ public static function savePublicKey(BaseCurve $curve, array $publicKey, array $options = []) { self::initialize_static_variables(); if ($curve instanceof MontgomeryCurve) { throw new UnsupportedCurveException('Montgomery Curves are not supported'); } if ($curve instanceof TwistedEdwardsCurve) { return self::wrapPublicKey( $curve->encodePoint($publicKey), null, $curve instanceof Ed25519 ? 'id-Ed25519' : 'id-Ed448' ); } $params = new ASN1\Element(self::encodeParameters($curve, false, $options)); $key = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); return self::wrapPublicKey($key, $params, 'id-ecPublicKey'); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\Common\FiniteField\Integer $privateKey * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(Integer $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $options = []) { self::initialize_static_variables(); if ($curve instanceof MontgomeryCurve) { throw new UnsupportedCurveException('Montgomery Curves are not supported'); } if ($curve instanceof TwistedEdwardsCurve) { return self::wrapPrivateKey( "\x04\x20" . $privateKey->secret, [], null, $password, $curve instanceof Ed25519 ? 'id-Ed25519' : 'id-Ed448', "\0" . $curve->encodePoint($publicKey) ); } $publicKey = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); $params = new ASN1\Element(self::encodeParameters($curve, false, $options)); $key = [ 'version' => 'ecPrivkeyVer1', 'privateKey' => $privateKey->toBytes(), //'parameters' => $params, 'publicKey' => "\0" . $publicKey ]; $key = ASN1::encodeDER($key, Maps\ECPrivateKey::MAP); return self::wrapPrivateKey($key, [], $params, $password, 'id-ecPublicKey', '', $options); } } PK5 Z$S,Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use phpseclib3\Crypt\EC\Curves\Ed25519; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Exception\UnsupportedFormatException; /** * libsodium Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class libsodium { use Common; /** * Is invisible flag * * @access private */ const IS_INVISIBLE = true; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { switch (strlen($key)) { case 32: $public = $key; break; case 64: $private = substr($key, 0, 32); $public = substr($key, -32); break; case 96: $public = substr($key, -32); if (substr($key, 32, 32) != $public) { throw new \RuntimeException('Keys with 96 bytes should have the 2nd and 3rd set of 32 bytes match'); } $private = substr($key, 0, 32); break; default: throw new \RuntimeException('libsodium keys need to either be 32 bytes long, 64 bytes long or 96 bytes long'); } $curve = new Ed25519(); $components = ['curve' => $curve]; if (isset($private)) { $components['dA'] = $curve->extractSecret($private); } $components['QA'] = isset($public) ? self::extractPoint($public, $curve) : $curve->multiplyPoint($curve->getBasePoint(), $components['dA']); return $components; } /** * Convert an EC public key to the appropriate format * * @access public * @param \phpseclib3\Crypt\EC\Curves\Ed25519 $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @return string */ public static function savePublicKey(Ed25519 $curve, array $publicKey) { return $curve->encodePoint($publicKey); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\Common\FiniteField\Integer $privateKey * @param \phpseclib3\Crypt\EC\Curves\Ed25519 $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param string $password optional * @return string */ public static function savePrivateKey(Integer $privateKey, Ed25519 $curve, array $publicKey, $password = '') { if (!isset($privateKey->secret)) { throw new \RuntimeException('Private Key does not have a secret set'); } if (strlen($privateKey->secret) != 32) { throw new \RuntimeException('Private Key secret is not of the correct length'); } if (!empty($password) && is_string($password)) { throw new UnsupportedFormatException('libsodium private keys do not support encryption'); } return $privateKey->secret . $curve->encodePoint($publicKey); } } PK5 Zu^$  Dvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; use phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; /** * PuTTY Formatted EC Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class PuTTY extends Progenitor { use Common; /** * Public Handler * * @var string * @access private */ const PUBLIC_HANDLER = 'phpseclib3\Crypt\EC\Formats\Keys\OpenSSH'; /** * Supported Key Types * * @var array * @access private */ protected static $types = [ 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', 'ssh-ed25519' ]; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { $components = parent::load($key, $password); if (!isset($components['private'])) { return $components; } $private = $components['private']; $temp = Base64::encode(Strings::packSSH2('s', $components['type']) . $components['public']); $components = OpenSSH::load($components['type'] . ' ' . $temp . ' ' . $components['comment']); if ($components['curve'] instanceof TwistedEdwardsCurve) { if (Strings::shift($private, 4) != "\0\0\0\x20") { throw new \RuntimeException('Length of ssh-ed25519 key should be 32'); } $components['dA'] = $components['curve']->extractSecret($private); } else { list($temp) = Strings::unpackSSH2('i', $private); $components['dA'] = $components['curve']->convertInteger($temp); } return $components; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\Common\FiniteField\Integer $privateKey * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(Integer $privateKey, BaseCurve $curve, array $publicKey, $password = false, array $options = []) { self::initialize_static_variables(); $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey)); $name = $public[0]; $public = Base64::decode($public[1]); list(, $length) = unpack('N', Strings::shift($public, 4)); Strings::shift($public, $length); // PuTTY pads private keys with a null byte per the following: // https://github.com/github/putty/blob/a3d14d77f566a41fc61dfdc5c2e0e384c9e6ae8b/sshecc.c#L1926 if (!$curve instanceof TwistedEdwardsCurve) { $private = $privateKey->toBytes(); if (!(strlen($privateKey->toBits()) & 7)) { $private ="\0$private"; } } $private = $curve instanceof TwistedEdwardsCurve ? Strings::packSSH2('s', $privateKey->secret) : Strings::packSSH2('s', $private); return self::wrapPrivateKey($public, $private, $name, $password, $options); } /** * Convert an EC public key to the appropriate format * * @access public * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField[] $publicKey * @return string */ public static function savePublicKey(BaseCurve $curve, array $publicKey) { $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey)); $type = $public[0]; $public = Base64::decode($public[1]); list(, $length) = unpack('N', Strings::shift($public, 4)); Strings::shift($public, $length); return self::wrapPublicKey($public, $type); } } PK5 ZYEEBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; use phpseclib3\Crypt\EC\BaseCurves\Prime as PrimeCurve; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\UnsupportedCurveException; /** * XML Formatted EC Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class XML { use Common; /** * Default namespace * * @var string */ private static $namespace; /** * Flag for using RFC4050 syntax * * @var bool */ private static $rfc4050 = false; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { self::initialize_static_variables(); if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $use_errors = libxml_use_internal_errors(true); $temp = self::isolateNamespace($key, 'http://www.w3.org/2009/xmldsig11#'); if ($temp) { $key = $temp; } $temp = self::isolateNamespace($key, 'http://www.w3.org/2001/04/xmldsig-more#'); if ($temp) { $key = $temp; } $dom = new \DOMDocument(); if (substr($key, 0, 5) != '' . $key . ''; } if (!$dom->loadXML($key)) { libxml_use_internal_errors($use_errors); throw new \UnexpectedValueException('Key does not appear to contain XML'); } $xpath = new \DOMXPath($dom); libxml_use_internal_errors($use_errors); $curve = self::loadCurveByParam($xpath); $pubkey = self::query($xpath, 'publickey', 'Public Key is not present'); $QA = self::query($xpath, 'ecdsakeyvalue')->length ? self::extractPointRFC4050($xpath, $curve) : self::extractPoint("\0" . $pubkey, $curve); libxml_use_internal_errors($use_errors); return compact('curve', 'QA'); } /** * Case-insensitive xpath query * * @param \DOMXPath $xpath * @param string $name * @param string $error optional * @param bool $decode optional * @return \DOMNodeList */ private static function query($xpath, $name, $error = null, $decode = true) { $query = '/'; $names = explode('/', $name); foreach ($names as $name) { $query.= "/*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')='$name']"; } $result = $xpath->query($query); if (!isset($error)) { return $result; } if (!$result->length) { throw new \RuntimeException($error); } return $decode ? self::decodeValue($result->item(0)->textContent) : $result->item(0)->textContent; } /** * Finds the first element in the relevant namespace, strips the namespacing and returns the XML for that element. * * @param string $xml * @param string $ns */ private static function isolateNamespace($xml, $ns) { $dom = new \DOMDocument(); if (!$dom->loadXML($xml)) { return false; } $xpath = new \DOMXPath($dom); $nodes = $xpath->query("//*[namespace::*[.='$ns'] and not(../namespace::*[.='$ns'])]"); if (!$nodes->length) { return false; } $node = $nodes->item(0); $ns_name = $node->lookupPrefix($ns); $node->removeAttributeNS($ns, $ns_name); return $dom->saveXML($node); } /** * Decodes the value * * @param string $value */ private static function decodeValue($value) { return Base64::decode(str_replace(["\r", "\n", ' ', "\t"], '', $value)); } /** * Extract points from an XML document * * @param \DOMXPath $xpath * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @return object[] */ private static function extractPointRFC4050(\DOMXPath $xpath, BaseCurve $curve) { $x = self::query($xpath, 'publickey/x'); $y = self::query($xpath, 'publickey/y'); if (!$x->length || !$x->item(0)->hasAttribute('Value')) { throw new \RuntimeException('Public Key / X coordinate not found'); } if (!$y->length || !$y->item(0)->hasAttribute('Value')) { throw new \RuntimeException('Public Key / Y coordinate not found'); } $point = [ $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))), $curve->convertInteger(new BigInteger($y->item(0)->getAttribute('Value'))) ]; if (!$curve->verifyPoint($point)) { throw new \RuntimeException('Unable to verify that point exists on curve'); } return $point; } /** * Returns an instance of \phpseclib3\Crypt\EC\BaseCurves\Base based * on the curve parameters * * @param \DomXPath $xpath * @return \phpseclib3\Crypt\EC\BaseCurves\Base|false */ private static function loadCurveByParam(\DOMXPath $xpath) { $namedCurve = self::query($xpath, 'namedcurve'); if ($namedCurve->length == 1) { $oid = $namedCurve->item(0)->getAttribute('URN'); $oid = preg_replace('#[^\d.]#', '', $oid); $name = array_search($oid, self::$curveOIDs); if ($name === false) { throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported'); } $curve = '\phpseclib3\Crypt\EC\Curves\\' . $name; if (!class_exists($curve)) { throw new UnsupportedCurveException('Named Curve of ' . $name . ' is not supported'); } return new $curve(); } $params = self::query($xpath, 'explicitparams'); if ($params->length) { return self::loadCurveByParamRFC4050($xpath); } $params = self::query($xpath, 'ecparameters'); if (!$params->length) { throw new \RuntimeException('No parameters are present'); } $fieldTypes = [ 'prime-field' => ['fieldid/prime/p'], 'gnb' => ['fieldid/gnb/m'], 'tnb' => ['fieldid/tnb/k'], 'pnb' => ['fieldid/pnb/k1', 'fieldid/pnb/k2', 'fieldid/pnb/k3'], 'unknown' => [] ]; foreach ($fieldTypes as $type => $queries) { foreach ($queries as $query) { $result = self::query($xpath, $query); if (!$result->length) { continue 2; } $param = preg_replace('#.*/#', '', $query); $$param = self::decodeValue($result->item(0)->textContent); } break; } $a = self::query($xpath, 'curve/a', 'A coefficient is not present'); $b = self::query($xpath, 'curve/b', 'B coefficient is not present'); $base = self::query($xpath, 'base', 'Base point is not present'); $order = self::query($xpath, 'order', 'Order is not present'); switch ($type) { case 'prime-field': $curve = new PrimeCurve(); $curve->setModulo(new BigInteger($p, 256)); $curve->setCoefficients( new BigInteger($a, 256), new BigInteger($b, 256) ); $point = self::extractPoint("\0" . $base, $curve); $curve->setBasePoint(...$point); $curve->setOrder(new BigInteger($order, 256)); return $curve; case 'gnb': case 'tnb': case 'pnb': default: throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported'); } } /** * Returns an instance of \phpseclib3\Crypt\EC\BaseCurves\Base based * on the curve parameters * * @param \DomXPath $xpath * @return \phpseclib3\Crypt\EC\BaseCurves\Base|false */ private static function loadCurveByParamRFC4050(\DOMXPath $xpath) { $fieldTypes = [ 'prime-field' => ['primefieldparamstype/p'], 'unknown' => [] ]; foreach ($fieldTypes as $type => $queries) { foreach ($queries as $query) { $result = self::query($xpath, $query); if (!$result->length) { continue 2; } $param = preg_replace('#.*/#', '', $query); $$param = $result->item(0)->textContent; } break; } $a = self::query($xpath, 'curveparamstype/a', 'A coefficient is not present', false); $b = self::query($xpath, 'curveparamstype/b', 'B coefficient is not present', false); $x = self::query($xpath, 'basepointparams/basepoint/ecpointtype/x', 'Base Point X is not present', false); $y = self::query($xpath, 'basepointparams/basepoint/ecpointtype/y', 'Base Point Y is not present', false); $order = self::query($xpath, 'order', 'Order is not present', false); switch ($type) { case 'prime-field': $curve = new PrimeCurve(); $p = str_replace(["\r", "\n", ' ', "\t"], '', $p); $curve->setModulo(new BigInteger($p)); $a = str_replace(["\r", "\n", ' ', "\t"], '', $a); $b = str_replace(["\r", "\n", ' ', "\t"], '', $b); $curve->setCoefficients( new BigInteger($a), new BigInteger($b) ); $x = str_replace(["\r", "\n", ' ', "\t"], '', $x); $y = str_replace(["\r", "\n", ' ', "\t"], '', $y); $curve->setBasePoint( new BigInteger($x), new BigInteger($y) ); $order = str_replace(["\r", "\n", ' ', "\t"], '', $order); $curve->setOrder(new BigInteger($order)); return $curve; default: throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported'); } } /** * Sets the namespace. dsig11 is the most common one. * * Set to null to unset. Used only for creating public keys. * * @param string $namespace */ public static function setNamespace($namespace) { self::$namespace = $namespace; } /** * Uses the XML syntax specified in https://tools.ietf.org/html/rfc4050 */ public static function enableRFC4050Syntax() { self::$rfc4050 = true; } /** * Uses the XML syntax specified in https://www.w3.org/TR/xmldsig-core/#sec-ECParameters */ public static function disableRFC4050Syntax() { self::$rfc4050 = false; } /** * Convert a public key to the appropriate format * * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param array $options optional * @return string */ public static function savePublicKey(BaseCurve $curve, array $publicKey, array $options = []) { self::initialize_static_variables(); if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) { throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported'); } if (empty(static::$namespace)) { $pre = $post = ''; } else { $pre = static::$namespace . ':'; $post = ':' . static::$namespace; } if (self::$rfc4050) { return '<' . $pre . 'ECDSAKeyValue xmlns' . $post . '="http://www.w3.org/2001/04/xmldsig-more#">' . "\r\n" . self::encodeXMLParameters($curve, $pre, $options) . "\r\n" . '<' . $pre . 'PublicKey>' . "\r\n" . '<' . $pre . 'X Value="' . $publicKey[0] . '" />' . "\r\n" . '<' . $pre . 'Y Value="' . $publicKey[1] . '" />' . "\r\n" . '' . "\r\n" . ''; } $publicKey = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); return '<' . $pre . 'ECDSAKeyValue xmlns' . $post . '="http://www.w3.org/2009/xmldsig11#">' . "\r\n" . self::encodeXMLParameters($curve, $pre, $options) . "\r\n" . '<' . $pre . 'PublicKey>' . Base64::encode($publicKey) . '' . "\r\n" . ''; } /** * Encode Parameters * * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param string $pre * @param array $options optional * @return string|false */ private static function encodeXMLParameters(BaseCurve $curve, $pre, array $options = []) { $result = self::encodeParameters($curve, true, $options); if (isset($result['namedCurve'])) { $namedCurve = '<' . $pre . 'NamedCurve URI="urn:oid:' . self::$curveOIDs[$result['namedCurve']] . '" />'; return self::$rfc4050 ? '' . str_replace('URI', 'URN', $namedCurve) . '' : $namedCurve; } if (self::$rfc4050) { $xml = '<' . $pre . 'ExplicitParams>' . "\r\n" . '<' . $pre . 'FieldParams>' . "\r\n"; $temp = $result['specifiedCurve']; switch ($temp['fieldID']['fieldType']) { case 'prime-field': $xml.= '<' . $pre . 'PrimeFieldParamsType>' . "\r\n" . '<' . $pre . 'P>' . $temp['fieldID']['parameters'] . '' . "\r\n" . '' . "\r\n"; $a = $curve->getA(); $b = $curve->getB(); list($x, $y) = $curve->getBasePoint(); break; default: throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not supported'); } $xml.= '' . "\r\n" . '<' . $pre . 'CurveParamsType>' . "\r\n" . '<' . $pre . 'A>' . $a . '' . "\r\n" . '<' . $pre . 'B>' . $b . '' . "\r\n" . '' . "\r\n" . '<' . $pre . 'BasePointParams>' . "\r\n" . '<' . $pre . 'BasePoint>' . "\r\n" . '<' . $pre . 'ECPointType>' . "\r\n" . '<' . $pre . 'X>' . $x . '' . "\r\n" . '<' . $pre . 'Y>' . $y . '' . "\r\n" . '' . "\r\n" . '' . "\r\n" . '<' . $pre . 'Order>' . $curve->getOrder() . '' . "\r\n" . '' . "\r\n" . '' . "\r\n"; return $xml; } if (isset($result['specifiedCurve'])) { $xml = '<' . $pre . 'ECParameters>' . "\r\n" . '<' . $pre . 'FieldID>' . "\r\n"; $temp = $result['specifiedCurve']; switch ($temp['fieldID']['fieldType']) { case 'prime-field': $xml.= '<' . $pre . 'Prime>' . "\r\n" . '<' . $pre . 'P>' . Base64::encode($temp['fieldID']['parameters']->toBytes()) . '' . "\r\n" . '' . "\r\n" ; break; default: throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not supported'); } $xml.= '' . "\r\n" . '<' . $pre . 'Curve>' . "\r\n" . '<' . $pre . 'A>' . Base64::encode($temp['curve']['a']) . '' . "\r\n" . '<' . $pre . 'B>' . Base64::encode($temp['curve']['b']) . '' . "\r\n" . '' . "\r\n" . '<' . $pre . 'Base>' . Base64::encode($temp['base']) . '' . "\r\n" . '<' . $pre . 'Order>' . Base64::encode($temp['order']) . '' . "\r\n" . ''; return $xml; } } } PK5 ZyT5\5\Evendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use ParagonIE\ConstantTime\Hex; use phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; use phpseclib3\Crypt\EC\BaseCurves\Prime as PrimeCurve; use phpseclib3\Crypt\EC\BaseCurves\Binary as BinaryCurve; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Common\Functions\Strings; use phpseclib3\Math\BigInteger; use phpseclib3\Math\PrimeField; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Exception\UnsupportedCurveException; /** * Generic EC Key Parsing Helper functions * * @package EC * @author Jim Wigginton * @access public */ trait Common { /** * Curve OIDs * * @var array */ private static $curveOIDs = []; /** * Child OIDs loaded * * @var bool */ protected static $childOIDsLoaded = false; /** * Use Named Curves * * @var bool */ private static $useNamedCurves = true; /** * Initialize static variables */ private static function initialize_static_variables() { if (empty(self::$curveOIDs)) { // the sec* curves are from the standards for efficient cryptography group // sect* curves are curves over binary finite fields // secp* curves are curves over prime finite fields // sec*r* curves are regular curves; sec*k* curves are koblitz curves // brainpool*r* curves are regular prime finite field curves // brainpool*t* curves are twisted versions of the brainpool*r* curves self::$curveOIDs = [ 'prime192v1' => '1.2.840.10045.3.1.1', // J.5.1, example 1 (aka secp192r1) 'prime192v2' => '1.2.840.10045.3.1.2', // J.5.1, example 2 'prime192v3' => '1.2.840.10045.3.1.3', // J.5.1, example 3 'prime239v1' => '1.2.840.10045.3.1.4', // J.5.2, example 1 'prime239v2' => '1.2.840.10045.3.1.5', // J.5.2, example 2 'prime239v3' => '1.2.840.10045.3.1.6', // J.5.2, example 3 'prime256v1' => '1.2.840.10045.3.1.7', // J.5.3, example 1 (aka secp256r1) // https://tools.ietf.org/html/rfc5656#section-10 'nistp256' => '1.2.840.10045.3.1.7', // aka secp256r1 'nistp384' => '1.3.132.0.34', // aka secp384r1 'nistp521' => '1.3.132.0.35', // aka secp521r1 'nistk163' => '1.3.132.0.1', // aka sect163k1 'nistp192' => '1.2.840.10045.3.1.1', // aka secp192r1 'nistp224' => '1.3.132.0.33', // aka secp224r1 'nistk233' => '1.3.132.0.26', // aka sect233k1 'nistb233' => '1.3.132.0.27', // aka sect233r1 'nistk283' => '1.3.132.0.16', // aka sect283k1 'nistk409' => '1.3.132.0.36', // aka sect409k1 'nistb409' => '1.3.132.0.37', // aka sect409r1 'nistt571' => '1.3.132.0.38', // aka sect571k1 // from https://tools.ietf.org/html/rfc5915 'secp192r1' => '1.2.840.10045.3.1.1', // aka prime192v1 'sect163k1' => '1.3.132.0.1', 'sect163r2' => '1.3.132.0.15', 'secp224r1' => '1.3.132.0.33', 'sect233k1'=> '1.3.132.0.26', 'sect233r1'=> '1.3.132.0.27', 'secp256r1' => '1.2.840.10045.3.1.7', // aka prime256v1 'sect283k1' => '1.3.132.0.16', 'sect283r1' => '1.3.132.0.17', 'secp384r1' => '1.3.132.0.34', 'sect409k1' => '1.3.132.0.36', 'sect409r1' => '1.3.132.0.37', 'secp521r1' => '1.3.132.0.35', 'sect571k1' => '1.3.132.0.38', 'sect571r1' => '1.3.132.0.39', // from http://www.secg.org/SEC2-Ver-1.0.pdf 'secp112r1' => '1.3.132.0.6', 'secp112r2' => '1.3.132.0.7', 'secp128r1' => '1.3.132.0.28', 'secp128r2' => '1.3.132.0.29', 'secp160k1' => '1.3.132.0.9', 'secp160r1' => '1.3.132.0.8', 'secp160r2' => '1.3.132.0.30', 'secp192k1' => '1.3.132.0.31', 'secp224k1' => '1.3.132.0.32', 'secp256k1' => '1.3.132.0.10', 'sect113r1' => '1.3.132.0.4', 'sect113r2' => '1.3.132.0.5', 'sect131r1' => '1.3.132.0.22', 'sect131r2' => '1.3.132.0.23', 'sect163r1' => '1.3.132.0.2', 'sect193r1' => '1.3.132.0.24', 'sect193r2' => '1.3.132.0.25', 'sect239k1' => '1.3.132.0.3', // from http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.202.2977&rep=rep1&type=pdf#page=36 /* 'c2pnb163v1' => '1.2.840.10045.3.0.1', // J.4.1, example 1 'c2pnb163v2' => '1.2.840.10045.3.0.2', // J.4.1, example 2 'c2pnb163v3' => '1.2.840.10045.3.0.3', // J.4.1, example 3 'c2pnb172w1' => '1.2.840.10045.3.0.4', // J.4.2, example 1 'c2tnb191v1' => '1.2.840.10045.3.0.5', // J.4.3, example 1 'c2tnb191v2' => '1.2.840.10045.3.0.6', // J.4.3, example 2 'c2tnb191v3' => '1.2.840.10045.3.0.7', // J.4.3, example 3 'c2onb191v4' => '1.2.840.10045.3.0.8', // J.4.3, example 4 'c2onb191v5' => '1.2.840.10045.3.0.9', // J.4.3, example 5 'c2pnb208w1' => '1.2.840.10045.3.0.10', // J.4.4, example 1 'c2tnb239v1' => '1.2.840.10045.3.0.11', // J.4.5, example 1 'c2tnb239v2' => '1.2.840.10045.3.0.12', // J.4.5, example 2 'c2tnb239v3' => '1.2.840.10045.3.0.13', // J.4.5, example 3 'c2onb239v4' => '1.2.840.10045.3.0.14', // J.4.5, example 4 'c2onb239v5' => '1.2.840.10045.3.0.15', // J.4.5, example 5 'c2pnb272w1' => '1.2.840.10045.3.0.16', // J.4.6, example 1 'c2pnb304w1' => '1.2.840.10045.3.0.17', // J.4.7, example 1 'c2tnb359v1' => '1.2.840.10045.3.0.18', // J.4.8, example 1 'c2pnb368w1' => '1.2.840.10045.3.0.19', // J.4.9, example 1 'c2tnb431r1' => '1.2.840.10045.3.0.20', // J.4.10, example 1 */ // http://www.ecc-brainpool.org/download/Domain-parameters.pdf // https://tools.ietf.org/html/rfc5639 'brainpoolP160r1' => '1.3.36.3.3.2.8.1.1.1', 'brainpoolP160t1' => '1.3.36.3.3.2.8.1.1.2', 'brainpoolP192r1' => '1.3.36.3.3.2.8.1.1.3', 'brainpoolP192t1' => '1.3.36.3.3.2.8.1.1.4', 'brainpoolP224r1' => '1.3.36.3.3.2.8.1.1.5', 'brainpoolP224t1' => '1.3.36.3.3.2.8.1.1.6', 'brainpoolP256r1' => '1.3.36.3.3.2.8.1.1.7', 'brainpoolP256t1' => '1.3.36.3.3.2.8.1.1.8', 'brainpoolP320r1' => '1.3.36.3.3.2.8.1.1.9', 'brainpoolP320t1' => '1.3.36.3.3.2.8.1.1.10', 'brainpoolP384r1' => '1.3.36.3.3.2.8.1.1.11', 'brainpoolP384t1' => '1.3.36.3.3.2.8.1.1.12', 'brainpoolP512r1' => '1.3.36.3.3.2.8.1.1.13', 'brainpoolP512t1' => '1.3.36.3.3.2.8.1.1.14' ]; ASN1::loadOIDs([ 'prime-field' => '1.2.840.10045.1.1', 'characteristic-two-field' => '1.2.840.10045.1.2', 'characteristic-two-basis' => '1.2.840.10045.1.2.3', // per http://www.secg.org/SEC1-Ver-1.0.pdf#page=84, gnBasis "not used here" 'gnBasis' => '1.2.840.10045.1.2.3.1', // NULL 'tpBasis' => '1.2.840.10045.1.2.3.2', // Trinomial 'ppBasis' => '1.2.840.10045.1.2.3.3' // Pentanomial ] + self::$curveOIDs); } } /** * Explicitly set the curve * * If the key contains an implicit curve phpseclib needs the curve * to be explicitly provided * * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve */ public static function setImplicitCurve(BaseCurve $curve) { self::$implicitCurve = $curve; } /** * Returns an instance of \phpseclib3\Crypt\EC\BaseCurves\Base based * on the curve parameters * * @param array $params * @return \phpseclib3\Crypt\EC\BaseCurves\Base|false */ protected static function loadCurveByParam(array $params) { if (count($params) > 1) { throw new \RuntimeException('No parameters are present'); } if (isset($params['namedCurve'])) { $curve = '\phpseclib3\Crypt\EC\Curves\\' . $params['namedCurve']; if (!class_exists($curve)) { throw new UnsupportedCurveException('Named Curve of ' . $params['namedCurve'] . ' is not supported'); } return new $curve(); } if (isset($params['implicitCurve'])) { if (!isset(self::$implicitCurve)) { throw new \RuntimeException('Implicit curves can be provided by calling setImplicitCurve'); } return self::$implicitCurve; } if (isset($params['specifiedCurve'])) { $data = $params['specifiedCurve']; switch ($data['fieldID']['fieldType']) { case 'prime-field': $curve = new PrimeCurve(); $curve->setModulo($data['fieldID']['parameters']); $curve->setCoefficients( new BigInteger($data['curve']['a'], 256), new BigInteger($data['curve']['b'], 256) ); $point = self::extractPoint("\0" . $data['base'], $curve); $curve->setBasePoint(...$point); $curve->setOrder($data['order']); return $curve; case 'characteristic-two-field': $curve = new BinaryCurve(); $params = ASN1::decodeBER($data['fieldID']['parameters']); $params = ASN1::asn1map($params[0], Maps\Characteristic_two::MAP); $modulo = [(int) $params['m']->toString()]; switch ($params['basis']) { case 'tpBasis': $modulo[] = (int) $params['parameters']->toString(); break; case 'ppBasis': $temp = ASN1::decodeBER($params['parameters']); $temp = ASN1::asn1map($temp[0], Maps\Pentanomial::MAP); $modulo[] = (int) $temp['k3']->toString(); $modulo[] = (int) $temp['k2']->toString(); $modulo[] = (int) $temp['k1']->toString(); } $modulo[] = 0; $curve->setModulo(...$modulo); $len = ceil($modulo[0] / 8); $curve->setCoefficients( Hex::encode($data['curve']['a']), Hex::encode($data['curve']['b']) ); $point = self::extractPoint("\0" . $data['base'], $curve); $curve->setBasePoint(...$point); $curve->setOrder($data['order']); return $curve; default: throw new UnsupportedCurveException('Field Type of ' . $data['fieldID']['fieldType'] . ' is not supported'); } } throw new \RuntimeException('No valid parameters are present'); } /** * Extract points from a string * * Supports both compressed and uncompressed points * * @param string $str * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @return object[] */ public static function extractPoint($str, BaseCurve $curve) { if ($curve instanceof TwistedEdwardsCurve) { // first step of point deciding as discussed at the following URL's: // https://tools.ietf.org/html/rfc8032#section-5.1.3 // https://tools.ietf.org/html/rfc8032#section-5.2.3 $y = $str; $y = strrev($y); $sign = (bool) (ord($y[0]) & 0x80); $y[0] = $y[0] & chr(0x7F); $y = new BigInteger($y, 256); if ($y->compare($curve->getModulo()) >= 0) { throw new \RuntimeException('The Y coordinate should not be >= the modulo'); } $point = $curve->recoverX($y, $sign); if (!$curve->verifyPoint($point)) { throw new \RuntimeException('Unable to verify that point exists on curve'); } return $point; } // the first byte of a bit string represents the number of bits in the last byte that are to be ignored but, // currently, bit strings wanting a non-zero amount of bits trimmed are not supported if (($val = Strings::shift($str)) != "\0") { throw new \UnexpectedValueException('extractPoint expects the first byte to be null - not ' . Hex::encode($val)); } if ($str == "\0") { return []; } $keylen = strlen($str); $order = $curve->getLengthInBytes(); // point compression is being used if ($keylen == $order + 1) { return $curve->derivePoint($str); } // point compression is not being used if ($keylen == 2 * $order + 1) { preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches); list(, $w, $x, $y) = $matches; if ($w != "\4") { throw new \UnexpectedValueException('The first byte of an uncompressed point should be 04 - not ' . Hex::encode($val)); } $point = [ $curve->convertInteger(new BigInteger($x, 256)), $curve->convertInteger(new BigInteger($y, 256)) ]; if (!$curve->verifyPoint($point)) { throw new \RuntimeException('Unable to verify that point exists on curve'); } return $point; } throw new \UnexpectedValueException('The string representation of the points is not of an appropriate length'); } /** * Encode Parameters * * @todo Maybe at some point this could be moved to __toString() for each of the curves? * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param bool $returnArray optional * @param array $options optional * @return string|false */ private static function encodeParameters(BaseCurve $curve, $returnArray = false, array $options = []) { $useNamedCurves = isset($options['namedCurve']) ? $options['namedCurve'] : self::$useNamedCurves; $reflect = new \ReflectionClass($curve); $name = $reflect->getShortName(); if ($useNamedCurves) { if (isset(self::$curveOIDs[$name])) { if ($reflect->isFinal()) { $reflect = $reflect->getParentClass(); $name = $reflect->getShortName(); } return $returnArray ? ['namedCurve' => $name] : ASN1::encodeDER(['namedCurve' => $name], Maps\ECParameters::MAP); } foreach (new \DirectoryIterator(__DIR__ . '/../../Curves/') as $file) { if ($file->getExtension() != 'php') { continue; } $testName = $file->getBasename('.php'); $class = 'phpseclib3\Crypt\EC\Curves\\' . $testName; $reflect = new \ReflectionClass($class); if ($reflect->isFinal()) { continue; } $candidate = new $class(); switch ($name) { case 'Prime': if (!$candidate instanceof PrimeCurve) { break; } if (!$candidate->getModulo()->equals($curve->getModulo())) { break; } if ($candidate->getA()->toBytes() != $curve->getA()->toBytes()) { break; } if ($candidate->getB()->toBytes() != $curve->getB()->toBytes()) { break; } list($candidateX, $candidateY) = $candidate->getBasePoint(); list($curveX, $curveY) = $curve->getBasePoint(); if ($candidateX->toBytes() != $curveX->toBytes()) { break; } if ($candidateY->toBytes() != $curveY->toBytes()) { break; } return $returnArray ? ['namedCurve' => $testName] : ASN1::encodeDER(['namedCurve' => $testName], Maps\ECParameters::MAP); case 'Binary': if (!$candidate instanceof BinaryCurve) { break; } if ($candidate->getModulo() != $curve->getModulo()) { break; } if ($candidate->getA()->toBytes() != $curve->getA()->toBytes()) { break; } if ($candidate->getB()->toBytes() != $curve->getB()->toBytes()) { break; } list($candidateX, $candidateY) = $candidate->getBasePoint(); list($curveX, $curveY) = $curve->getBasePoint(); if ($candidateX->toBytes() != $curveX->toBytes()) { break; } if ($candidateY->toBytes() != $curveY->toBytes()) { break; } return $returnArray ? ['namedCurve' => $testName] : ASN1::encodeDER(['namedCurve' => $testName], Maps\ECParameters::MAP); } } } $order = $curve->getOrder(); // we could try to calculate the order thusly: // https://crypto.stackexchange.com/a/27914/4520 // https://en.wikipedia.org/wiki/Schoof%E2%80%93Elkies%E2%80%93Atkin_algorithm if (!$order) { throw new \RuntimeException('Specified Curves need the order to be specified'); } $point = $curve->getBasePoint(); $x = $point[0]->toBytes(); $y = $point[1]->toBytes(); if ($curve instanceof PrimeCurve) { /* * valid versions are: * * ecdpVer1: * - neither the curve or the base point are generated verifiably randomly. * ecdpVer2: * - curve and base point are generated verifiably at random and curve.seed is present * ecdpVer3: * - base point is generated verifiably at random but curve is not. curve.seed is present */ // other (optional) parameters can be calculated using the methods discused at // https://crypto.stackexchange.com/q/28947/4520 $data = [ 'version' => 'ecdpVer1', 'fieldID' => [ 'fieldType' => 'prime-field', 'parameters' => $curve->getModulo() ], 'curve' => [ 'a' => $curve->getA()->toBytes(), 'b' => $curve->getB()->toBytes() ], 'base' => "\4" . $x . $y, 'order' => $order ]; return $returnArray ? ['specifiedCurve' => $data] : ASN1::encodeDER(['specifiedCurve' => $data], Maps\ECParameters::MAP); } if ($curve instanceof BinaryCurve) { $modulo = $curve->getModulo(); $basis = count($modulo); $m = array_shift($modulo); array_pop($modulo); // the last parameter should always be 0 //rsort($modulo); switch ($basis) { case 3: $basis = 'tpBasis'; $modulo = new BigInteger($modulo[0]); break; case 5: $basis = 'ppBasis'; // these should be in strictly ascending order (hence the commented out rsort above) $modulo = [ 'k1' => new BigInteger($modulo[2]), 'k2' => new BigInteger($modulo[1]), 'k3' => new BigInteger($modulo[0]) ]; $modulo = ASN1::encodeDER($modulo, Maps\Pentanomial::MAP); $modulo = new ASN1\Element($modulo); } $params = ASN1::encodeDER([ 'm' => new BigInteger($m), 'basis' => $basis, 'parameters' => $modulo ], Maps\Characteristic_two::MAP); $params = new ASN1\Element($params); $a = ltrim($curve->getA()->toBytes(), "\0"); if (!strlen($a)) { $a = "\0"; } $b = ltrim($curve->getB()->toBytes(), "\0"); if (!strlen($b)) { $b = "\0"; } $data = [ 'version' => 'ecdpVer1', 'fieldID' => [ 'fieldType' => 'characteristic-two-field', 'parameters' => $params ], 'curve' => [ 'a' => $a, 'b' => $b ], 'base' => "\4" . $x . $y, 'order' => $order ]; return $returnArray ? ['specifiedCurve' => $data] : ASN1::encodeDER(['specifiedCurve' => $data], Maps\ECParameters::MAP); } throw new UnsupportedCurveException('Curve cannot be serialized'); } /** * Use Specified Curve * * A specified curve has all the coefficients, the base points, etc, explicitely included. * A specified curve is a more verbose way of representing a curve */ public static function useSpecifiedCurve() { self::$useNamedCurves = false; } /** * Use Named Curve * * A named curve does not include any parameters. It is up to the EC parameters to * know what the coefficients, the base points, etc, are from the name of the curve. * A named curve is a more concise way of representing a curve */ public static function useNamedCurve() { self::$useNamedCurves = true; } }PK5 Z̖Dvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Keys; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; use phpseclib3\Math\BigInteger; use ParagonIE\ConstantTime\Base64; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Exception\UnsupportedCurveException; use phpseclib3\Common\Functions\Strings; /** * "PKCS1" (RFC5915) Formatted EC Key Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class PKCS1 extends Progenitor { use Common; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { self::initialize_static_variables(); if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } if (strpos($key, 'BEGIN EC PARAMETERS') && strpos($key, 'BEGIN EC PRIVATE KEY')) { $components = []; preg_match('#-*BEGIN EC PRIVATE KEY-*[^-]*-*END EC PRIVATE KEY-*#s', $key, $matches); $decoded = parent::load($matches[0], $password); $decoded = ASN1::decodeBER($decoded); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $ecPrivate = ASN1::asn1map($decoded[0], Maps\ECPrivateKey::MAP); if (!is_array($ecPrivate)) { throw new \RuntimeException('Unable to perform ASN1 mapping'); } if (isset($ecPrivate['parameters'])) { $components['curve'] = self::loadCurveByParam($ecPrivate['parameters']); } preg_match('#-*BEGIN EC PARAMETERS-*[^-]*-*END EC PARAMETERS-*#s', $key, $matches); $decoded = parent::load($matches[0], ''); $decoded = ASN1::decodeBER($decoded); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $ecParams = ASN1::asn1map($decoded[0], Maps\ECParameters::MAP); if (!is_array($ecParams)) { throw new \RuntimeException('Unable to perform ASN1 mapping'); } $ecParams = self::loadCurveByParam($ecParams); // comparing $ecParams and $components['curve'] directly won't work because they'll have different Math\Common\FiniteField classes // even if the modulo is the same if (isset($components['curve']) && self::encodeParameters($ecParams, false, []) != self::encodeParameters($components['curve'], false, [])) { throw new \RuntimeException('EC PARAMETERS does not correspond to EC PRIVATE KEY'); } if (!isset($components['curve'])) { $components['curve'] = $ecParams; } $temp = new BigInteger($ecPrivate['privateKey'], 256); $components['dA'] = $components['curve']->convertInteger($temp); $components['QA'] = isset($ecPrivate['publicKey']) ? self::extractPoint($ecPrivate['publicKey'], $components['curve']) : $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); return $components; } $key = parent::load($key, $password); $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $key = ASN1::asn1map($decoded[0], Maps\ECParameters::MAP); if (is_array($key)) { return ['curve' => self::loadCurveByParam($key)]; } $key = ASN1::asn1map($decoded[0], Maps\ECPrivateKey::MAP); if (!is_array($key)) { throw new \RuntimeException('Unable to perform ASN1 mapping'); } if (!isset($key['parameters'])) { throw new \RuntimeException('Key cannot be loaded without parameters'); } $components = []; $components['curve'] = self::loadCurveByParam($key['parameters']); $temp = new BigInteger($key['privateKey'], 256); $components['dA'] = $components['curve']->convertInteger($temp); $components['QA'] = isset($ecPrivate['publicKey']) ? self::extractPoint($ecPrivate['publicKey'], $components['curve']) : $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); return $components; } /** * Convert EC parameters to the appropriate format * * @access public * @return string */ public static function saveParameters(BaseCurve $curve, array $options = []) { self::initialize_static_variables(); if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) { throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported'); } $key = self::encodeParameters($curve, false, $options); return "-----BEGIN EC PARAMETERS-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END EC PARAMETERS-----\r\n"; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\Common\FiniteField\Integer $privateKey * @param \phpseclib3\Crypt\EC\BaseCurves\Base $curve * @param \phpseclib3\Math\Common\FiniteField\Integer[] $publicKey * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(Integer $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $options = []) { self::initialize_static_variables(); if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) { throw new UnsupportedCurveException('TwistedEdwards Curves are not supported'); } $publicKey = "\4" . $publicKey[0]->toBytes() . $publicKey[1]->toBytes(); $key = [ 'version' => 'ecPrivkeyVer1', 'privateKey' => $privateKey->toBytes(), 'parameters' => new ASN1\Element(self::encodeParameters($curve)), 'publicKey' => "\0" . $publicKey ]; $key = ASN1::encodeDER($key, Maps\ECPrivateKey::MAP); return self::wrapPrivateKey($key, 'EC', $password, $options); } } PK5 Z̈[$ $ Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Signature; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; /** * SSH2 Signature Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class SSH2 { /** * Loads a signature * * @access public * @param string $sig * @return mixed */ public static function load($sig) { if (!is_string($sig)) { return false; } $result = Strings::unpackSSH2('ss', $sig); if ($result === false) { return false; } list($type, $blob) = $result; switch ($type) { // see https://tools.ietf.org/html/rfc5656#section-3.1.2 case 'ecdsa-sha2-nistp256': case 'ecdsa-sha2-nistp384': case 'ecdsa-sha2-nistp521': break; default: return false; } $result = Strings::unpackSSH2('ii', $blob); if ($result === false) { return false; } return [ 'r' => $result[0], 's' => $result[1] ]; } /** * Returns a signature in the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $r * @param \phpseclib3\Math\BigInteger $s * @param string $curve * @return string */ public static function save(BigInteger $r, BigInteger $s, $curve) { switch ($curve) { case 'secp256r1': $curve = 'nistp256'; break; case 'secp384r1': $curve = 'nistp384'; break; case 'secp521r1': $curve = 'nistp521'; break; default: return false; } $blob = Strings::packSSH2('ii', $r, $s); return Strings::packSSH2('ss', 'ecdsa-sha2-' . $curve, $blob); } } PK5 ZaHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Signature; use phpseclib3\Math\BigInteger; use phpseclib3\File\ASN1 as Encoder; use phpseclib3\File\ASN1\Maps\EcdsaSigValue; /** * ASN1 Signature Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class ASN1 { /** * Loads a signature * * @access public * @param string $sig * @return array */ public static function load($sig) { if (!is_string($sig)) { return false; } $decoded = Encoder::decodeBER($sig); if (empty($decoded)) { return false; } $components = Encoder::asn1map($decoded[0], EcdsaSigValue::MAP); return $components; } /** * Returns a signature in the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $r * @param \phpseclib3\Math\BigInteger $s * @return string */ public static function save(BigInteger $r, BigInteger $s) { return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP); } } PK5 Z3GPPGvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\EC\Formats\Signature; use phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor; /** * Raw DSA Signature Handler * * @package EC * @author Jim Wigginton * @access public */ abstract class Raw extends Progenitor { } PK5 Ze.HC;;Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP160r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('E95E4A5F737059DC60DFC7AD95B3D8139515620F', 16)); $this->setCoefficients( new BigInteger('340E7BE2A280EB74E2BE61BADA745D97E8F7C300', 16), new BigInteger('1E589A8595423412134FAA2DBDEC95C8D8675E58', 16) ); $this->setBasePoint( new BigInteger('BED5AF16EA3F6A4F62938C4631EB5AF7BDBCDBC3', 16), new BigInteger('1667CB477A1A8EC338F94741669C976316DA6321', 16) ); $this->setOrder(new BigInteger('E95E4A5F737059DC60DF5991D45029409E60FC09', 16)); } }PK5 Z@iBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect409r1 extends Binary { public function __construct() { $this->setModulo(409, 87, 0); $this->setCoefficients( '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001', '0021A5C2C8EE9FEB5C4B9A753B7B476B7FD6422EF1F3DD674761FA99D6AC27C8A9A197B272822F6CD57A55AA4F50AE317B13545F' ); $this->setBasePoint( '015D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7', '0061B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706' ); $this->setOrder(new BigInteger( '010000000000000000000000000000000000000000000000000001E2' . 'AAD6A612F33307BE5FA47C3C9E052F838164CD37D9A21173', 16 )); } } PK5 Z'וZCvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class prime239v1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFF8000000000007FFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFF8000000000007FFFFFFFFFFC', 16), new BigInteger('6B016C3BDCF18941D0D654921475CA71A9DB2FB27D1D37796185C2942C0A', 16) ); $this->setBasePoint( new BigInteger('0FFA963CDCA8816CCC33B8642BEDF905C3D358573D3F27FBBD3B3CB9AAAF', 16), new BigInteger('7DEBE8E4E90A5DAE6E4054CA530BA04654B36818CE226B39FCCB7B02F1AE', 16) ); $this->setOrder(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFF9E5E9A9F5D9071FBD1522688909D0B', 16)); } }PK5 Z{;;Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; use phpseclib3\Math\BigInteger; class secp160k1 extends KoblitzPrime { public function __construct() { // same as secp160r2 $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73', 16)); $this->setCoefficients( new BigInteger('0000000000000000000000000000000000000000', 16), new BigInteger('0000000000000000000000000000000000000007', 16) ); $this->setBasePoint( new BigInteger('3B4C382CE37AA192A4019E763036F4F5DD4D7EBB', 16), new BigInteger('938CF935318FDCED6BC28286531733C3F03C4FEE', 16) ); $this->setOrder(new BigInteger('0100000000000000000001B8FA16DFAB9ACA16B6B3', 16)); $this->basis = []; $this->basis[] = [ 'a' => new BigInteger('0096341F1138933BC2F505', -16), 'b' => new BigInteger('FF6E9D0418C67BB8D5F562', -16) ]; $this->basis[] = [ 'a' => new BigInteger('01BDCB3A09AAAABEAFF4A8', -16), 'b' => new BigInteger('04D12329FF0EF498EA67', -16) ]; $this->beta = $this->factory->newInteger(new BigInteger('645B7345A143464942CC46D7CF4D5D1E1E6CBB68', -16)); } }PK5 Z!*4NNBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp160r2 extends Prime { public function __construct() { // same as secp160k1 $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73', 16)); $this->setCoefficients( new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC70', 16), new BigInteger('B4E134D3FB59EB8BAB57274904664D5AF50388BA', 16) ); $this->setBasePoint( new BigInteger('52DCB034293A117E1F4FF11B30F7199D3144CE6D', 16), new BigInteger('FEAFFEF2E331F296E071FA0DF9982CFEA7D43F2E', 16) ); $this->setOrder(new BigInteger('0100000000000000000000351EE786A818F3A1A16B', 16)); } }PK5 Z\겼Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect163k1 extends Binary { public function __construct() { $this->setModulo(163, 7, 6, 3, 0); $this->setCoefficients( '000000000000000000000000000000000000000001', '000000000000000000000000000000000000000001' ); $this->setBasePoint( '02FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8', '0289070FB05D38FF58321F2E800536D538CCDAA3D9' ); $this->setOrder(new BigInteger('04000000000000000000020108A2E0CC0D99F8A5EF', 16)); } }PK5 ZbqBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp224r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001', 16)); $this->setCoefficients( new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE', 16), new BigInteger('B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4', 16) ); $this->setBasePoint( new BigInteger('B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21', 16), new BigInteger('BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34', 16) ); $this->setOrder(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D', 16)); } } PK5 ZOAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistk163 extends sect163k1 { }PK5 Z^ 6Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp128r2 extends Prime { public function __construct() { // same as secp128r1 $this->setModulo(new BigInteger('FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('D6031998D1B3BBFEBF59CC9BBFF9AEE1', 16), new BigInteger('5EEEFCA380D02919DC2C6558BB6D8A5D', 16) ); $this->setBasePoint( new BigInteger('7B6AA5D85E572983E6FB32A7CDEBC140', 16), new BigInteger('27B6916A894D3AEE7106FE805FC34B44', 16) ); $this->setOrder(new BigInteger('3FFFFFFF7FFFFFFFBE0024720613B5A3', 16)); } }PK5 ZqELBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect131r1 extends Binary { public function __construct() { $this->setModulo(131, 8, 3, 2, 0); $this->setCoefficients( '07A11B09A76B562144418FF3FF8C2570B8', '0217C05610884B63B9C6C7291678F9D341' ); $this->setBasePoint( '0081BAF91FDF9833C40F9C181343638399', '078C6E7EA38C001F73C8134B1B4EF9E150' ); $this->setOrder(new BigInteger('0400000000000000023123953A9464B54D', 16)); } }PK5 ZGeeBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; //use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; use phpseclib3\Math\BigInteger; //class secp256k1 extends Prime class secp256k1 extends KoblitzPrime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F', 16)); $this->setCoefficients( new BigInteger('0000000000000000000000000000000000000000000000000000000000000000', 16), new BigInteger('0000000000000000000000000000000000000000000000000000000000000007', 16) ); $this->setOrder(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141', 16)); $this->setBasePoint( new BigInteger('79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798', 16), new BigInteger('483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8', 16) ); $this->basis = []; $this->basis[] = [ 'a' => new BigInteger('3086D221A7D46BCDE86C90E49284EB15', -16), 'b' => new BigInteger('FF1BBC8129FEF177D790AB8056F5401B3D', -16) ]; $this->basis[] = [ 'a' => new BigInteger('114CA50F7A8E2F3F657C1108D9D44CFD8', -16), 'b' => new BigInteger('3086D221A7D46BCDE86C90E49284EB15', -16) ]; $this->beta = $this->factory->newInteger(new BigInteger('7AE96A2B657C07106E64479EAC3434E99CF0497512F58995C1396C28719501EE', -16)); } }PK5 Z\ZBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect233k1 extends Binary { public function __construct() { $this->setModulo(233, 74, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000000', '000000000000000000000000000000000000000000000000000000000001' ); $this->setBasePoint( '017232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126', '01DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3' ); $this->setOrder(new BigInteger('8000000000000000000000000000069D5BB915BCD46EFB1AD5F173ABDF', 16)); } } PK5 Z{{Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp384r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger( 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFF', 16 )); $this->setCoefficients( new BigInteger( 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFC', 16 ), new BigInteger( 'B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141120314088F5013875AC656398D8A2ED19D2A85C8EDD3EC2AEF', 16 ) ); $this->setBasePoint( new BigInteger( 'AA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B9859F741E082542A385502F25DBF55296C3A545E3872760AB7', 16 ), new BigInteger( '3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A147CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F', 16 ) ); $this->setOrder(new BigInteger( 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7634D81F4372DDF581A0DB248B0A77AECEC196ACCC52973', 16 )); } }PK5 ZK^Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP224t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('D7C134AA264366862A18302575D1D787B09F075797DA89F57EC8C0FF', 16)); $this->setCoefficients( new BigInteger('D7C134AA264366862A18302575D1D787B09F075797DA89F57EC8C0FC', 16), // eg. -3 new BigInteger('4B337D934104CD7BEF271BF60CED1ED20DA14C08B3BB64F18A60888D', 16) ); $this->setBasePoint( new BigInteger('6AB1E344CE25FF3896424E7FFE14762ECB49F8928AC0C76029B4D580', 16), new BigInteger('0374E9F5143E568CD23F3F4D7C0D4B1E41C8CC0D1C6ABD5F1A46DB4C', 16) ); $this->setOrder(new BigInteger('D7C134AA264366862A18302575D0FB98D116BC4B6DDEBCA3A5A7939F', 16)); } }PK5 Zw)aaCvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class prime192v3 extends Prime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC', 16), new BigInteger('22123DC2395A05CAA7423DAECCC94760A7D462256BD56916', 16) ); $this->setBasePoint( new BigInteger('7D29778100C65A1DA1783716588DCE2B8B4AEE8E228F1896', 16), new BigInteger('38A90F22637337334B49DCB66A6DC8F9978ACA7648A943B0', 16) ); $this->setOrder(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFF7A62D031C83F4294F640EC13', 16)); } }PK5 ZaaCvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class prime192v2 extends Prime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC', 16), new BigInteger('CC22D6DFB95C6B25E49C0D6364A4E5980C393AA21668D953', 16) ); $this->setBasePoint( new BigInteger('EEA2BAE7E1497842F2DE7769CFE9C989C072AD696F48034A', 16), new BigInteger('6574D11D69B6EC7A672BB82A083DF2F2B0847DE970B2DE15', 16) ); $this->setOrder(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFE5FB1A724DC80418648D8DD31', 16)); } }PK5 ZwBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect193r2 extends Binary { public function __construct() { $this->setModulo(193, 15, 0); $this->setCoefficients( '0163F35A5137C2CE3EA6ED8667190B0BC43ECD69977702709B', '00C9BB9E8927D4D64C377E2AB2856A5B16E3EFB7F61D4316AE' ); $this->setBasePoint( '00D9B67D192E0367C803F39E1A7E82CA14A651350AAE617E8F', '01CE94335607C304AC29E7DEFBD9CA01F596F927224CDECF6C' ); $this->setOrder(new BigInteger('010000000000000000000000015AAB561B005413CCD4EE99D5', 16)); } } PK5 Z66VVBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect283r1 extends Binary { public function __construct() { $this->setModulo(283, 12, 7, 5, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000000000000000001', '027B680AC8B8596DA5A4AF8A19A0303FCA97FD7645309FA2A581485AF6263E313B79A2F5' ); $this->setBasePoint( '05F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053', '03676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4' ); $this->setOrder(new BigInteger('03FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF90399660FC938A90165B042A7CEFADB307', 16)); } } PK5 ZCvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class prime256v1 extends secp256r1 { }PK5 Z~9^^Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP384r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger( '8CB91E82A3386D280F5D6F7E50E641DF152F7109ED5456B412B1DA197FB71123ACD3A729901D1A7' . '1874700133107EC53', 16)); $this->setCoefficients( new BigInteger( '7BC382C63D8C150C3C72080ACE05AFA0C2BEA28E4FB22787139165EFBA91F90F8AA5814A503' . 'AD4EB04A8C7DD22CE2826', 16), new BigInteger( '4A8C7DD22CE28268B39B55416F0447C2FB77DE107DCD2A62E880EA53EEB62D57CB4390295DB' . 'C9943AB78696FA504C11', 16) ); $this->setBasePoint( new BigInteger( '1D1C64F068CF45FFA2A63A81B7C13F6B8847A3E77EF14FE3DB7FCAFE0CBD10E8E826E03436D' . '646AAEF87B2E247D4AF1E', 16), new BigInteger( '8ABE1D7520F9C2A45CB1EB8E95CFD55262B70B29FEEC5864E19C054FF99129280E464621779' . '1811142820341263C5315', 16) ); $this->setOrder(new BigInteger( '8CB91E82A3386D280F5D6F7E50E641DF152F7109ED5456B31F166E6CAC0425A7CF3AB6AF6B7FC31' . '03B883202E9046565', 16)); } }PK5 Z{Cvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class prime192v1 extends secp192r1 { }PK5 ZIiVVBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect283k1 extends Binary { public function __construct() { $this->setModulo(283, 12, 7, 5, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000000000000000000', '000000000000000000000000000000000000000000000000000000000000000000000001' ); $this->setBasePoint( '0503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836', '01CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259' ); $this->setOrder(new BigInteger('01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9AE2ED07577265DFF7F94451E061E163C61', 16)); } } PK5 ZiHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP256r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('A9FB57DBA1EEA9BC3E660A909D838D726E3BF623D52620282013481D1F6E5377', 16)); $this->setCoefficients( new BigInteger('7D5A0975FC2C3057EEF67530417AFFE7FB8055C126DC5C6CE94A4B44F330B5D9', 16), new BigInteger('26DC5C6CE94A4B44F330B5D9BBD77CBF958416295CF7E1CE6BCCDC18FF8C07B6', 16) ); $this->setBasePoint( new BigInteger('8BD2AEB9CB7E57CB2C4B482FFC81B7AFB9DE27E1E3BD23C23A4453BD9ACE3262', 16), new BigInteger('547EF835C3DAC4FD97F8461A14611DC9C27745132DED8E545C1D54C72F046997', 16) ); $this->setOrder(new BigInteger('A9FB57DBA1EEA9BC3E660A909D838D718C397AA3B561A6F7901E0E82974856A7', 16)); } }PK5 ZbbBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; use phpseclib3\Math\BigInteger; class secp192k1 extends KoblitzPrime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFEE37', 16)); $this->setCoefficients( new BigInteger('000000000000000000000000000000000000000000000000', 16), new BigInteger('000000000000000000000000000000000000000000000003', 16) ); $this->setBasePoint( new BigInteger('DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D', 16), new BigInteger('9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D', 16) ); $this->setOrder(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D', 16)); $this->basis = []; $this->basis[] = [ 'a' => new BigInteger('00B3FB3400DEC5C4ADCEB8655C', -16), 'b' => new BigInteger('8EE96418CCF4CFC7124FDA0F', -16) ]; $this->basis[] = [ 'a' => new BigInteger('01D90D03E8F096B9948B20F0A9', -16), 'b' => new BigInteger('42E49819ABBA9474E1083F6B', -16) ]; $this->beta = $this->factory->newInteger(new BigInteger('447A96E6C647963E2F7809FEAAB46947F34B0AA3CA0BBA74', -16)); } }PK5 ZWiizzBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect113r1 extends Binary { public function __construct() { $this->setModulo(113, 9, 0); $this->setCoefficients( '003088250CA6E7C7FE649CE85820F7', '00E8BEE4D3E2260744188BE0E9C723' ); $this->setBasePoint( '009D73616F35F4AB1407D73562C10F', '00A52830277958EE84D1315ED31886' ); $this->setOrder(new BigInteger('0100000000000000D9CCEC8A39E56F', 16)); } }PK5 Z$mm=uuHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP192t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('C302F41D932A36CDA7A3463093D18DB78FCE476DE1A86297', 16)); $this->setCoefficients( new BigInteger('C302F41D932A36CDA7A3463093D18DB78FCE476DE1A86294', 16), // eg. -3 new BigInteger('13D56FFAEC78681E68F9DEB43B35BEC2FB68542E27897B79', 16) ); $this->setBasePoint( new BigInteger('3AE9E58C82F63C30282E1FE7BBF43FA72C446AF6F4618129', 16), new BigInteger('097E2C5667C2223A902AB5CA449D0084B7E5B3DE7CCC01C9', 16) ); $this->setOrder(new BigInteger('C302F41D932A36CDA7A3462F9E9E916B5BE8F1029AC4ACC1', 16)); } }PK5 Z`QOAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistk233 extends sect233k1 { }PK5 Zf9Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp128r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFC', 16), new BigInteger('E87579C11079F43DD824993C2CEE5ED3', 16) ); $this->setBasePoint( new BigInteger('161FF7528B899B2D0C28607CA52C5B86', 16), new BigInteger('CF5AC8395BAFEB13C02DA292DDED7A83', 16) ); $this->setOrder(new BigInteger('FFFFFFFE0000000075A30D1B9038A115', 16)); } }PK5 ZNTHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP160t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('E95E4A5F737059DC60DFC7AD95B3D8139515620F', 16)); $this->setCoefficients( new BigInteger('E95E4A5F737059DC60DFC7AD95B3D8139515620C', 16), // eg. -3 new BigInteger('7A556B6DAE535B7B51ED2C4D7DAA7A0B5C55F380', 16) ); $this->setBasePoint( new BigInteger('B199B13B9B34EFC1397E64BAEB05ACC265FF2378', 16), new BigInteger('ADD6718B7C7C1961F0991B842443772152C9E0AD', 16) ); $this->setOrder(new BigInteger('E95E4A5F737059DC60DF5991D45029409E60FC09', 16)); } }PK5 Z'Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect233r1 extends Binary { public function __construct() { $this->setModulo(233, 74, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000001', '0066647EDE6C332C7F8C0923BB58213B333B20E9CE4281FE115F7D8F90AD' ); $this->setBasePoint( '00FAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B', '01006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052' ); $this->setOrder(new BigInteger('01000000000000000000000000000013E974E72F8A6922031D2603CFE0D7', 16)); } } PK5 Z_2Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP320t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('D35E472036BC4FB7E13C785ED201E065F98FCFA6F6F40DEF4F9' . '2B9EC7893EC28FCD412B1F1B32E27', 16)); $this->setCoefficients( new BigInteger('D35E472036BC4FB7E13C785ED201E065F98FCFA6F6F40DEF4F92B9EC7893EC28' . 'FCD412B1F1B32E24', 16), // eg. -3 new BigInteger('A7F561E038EB1ED560B3D147DB782013064C19F27ED27C6780AAF77FB8A547CE' . 'B5B4FEF422340353', 16) ); $this->setBasePoint( new BigInteger('925BE9FB01AFC6FB4D3E7D4990010F813408AB106C4F09CB7EE07868CC136FFF' . '3357F624A21BED52', 16), new BigInteger('63BA3A7A27483EBF6671DBEF7ABB30EBEE084E58A0B077AD42A5A0989D1EE71B' . '1B9BC0455FB0D2C3', 16) ); $this->setOrder(new BigInteger('D35E472036BC4FB7E13C785ED201E065F98FCFA5B68F12A32D4' . '82EC7EE8658E98691555B44C59311', 16)); } }PK5 Z1Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect239k1 extends Binary { public function __construct() { $this->setModulo(239, 158, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000000', '000000000000000000000000000000000000000000000000000000000001' ); $this->setBasePoint( '29A0B6A887A983E9730988A68727A8B2D126C44CC2CC7B2A6555193035DC', '76310804F12E549BDB011C103089E73510ACB275FC312A5DC6B76553F0CA' ); $this->setOrder(new BigInteger('2000000000000000000000000000005A79FEC67CB6E91F1C1DA800E478A5', 16)); } } PK5 Z^BHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP256t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('A9FB57DBA1EEA9BC3E660A909D838D726E3BF623D52620282013481D1F6E5377', 16)); $this->setCoefficients( new BigInteger('A9FB57DBA1EEA9BC3E660A909D838D726E3BF623D52620282013481D1F6E5374', 16), // eg. -3 new BigInteger('662C61C430D84EA4FE66A7733D0B76B7BF93EBC4AF2F49256AE58101FEE92B04', 16) ); $this->setBasePoint( new BigInteger('A3E8EB3CC1CFE7B7732213B23A656149AFA142C47AAFBC2B79A191562E1305F4', 16), new BigInteger('2D996C823439C56D7F7B22E14644417E69BCB6DE39D027001DABE8F35B25C9BE', 16) ); $this->setOrder(new BigInteger('A9FB57DBA1EEA9BC3E660A909D838D718C397AA3B561A6F7901E0E82974856A7', 16)); } } PK5 ZCx Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp192r1 extends Prime { public function __construct() { $modulo = new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF', 16); $this->setModulo($modulo); // algorithm 2.27 from http://diamond.boisestate.edu/~liljanab/MATH308/GuideToECC.pdf#page=66 /* in theory this should be faster than regular modular reductions save for one small issue. to convert to / from base-2**8 with BCMath you have to call bcmul() and bcdiv() a lot. to convert to / from base-2**8 with PHP64 you have to call base256_rshift() a lot. in short, converting to / from base-2**8 is pretty expensive and that expense is enough to offset whatever else might be gained by a simplified reduction algorithm. now, if PHP supported unsigned integers things might be different. no bit-shifting would be required for the PHP engine and it'd be a lot faster. but as is, BigInteger uses base-2**31 or base-2**26 depending on whether or not the system is has a 32-bit or a 64-bit OS. */ /* $m_length = $this->getLengthInBytes(); $this->setReduction(function($c) use ($m_length) { $cBytes = $c->toBytes(); $className = $this->className; if (strlen($cBytes) > 2 * $m_length) { list(, $r) = $c->divide($className::$modulo); return $r; } $c = str_pad($cBytes, 48, "\0", STR_PAD_LEFT); $c = array_reverse(str_split($c, 8)); $null = "\0\0\0\0\0\0\0\0"; $s1 = new BigInteger($c[2] . $c[1] . $c[0], 256); $s2 = new BigInteger($null . $c[3] . $c[3], 256); $s3 = new BigInteger($c[4] . $c[4] . $null, 256); $s4 = new BigInteger($c[5] . $c[5] . $c[5], 256); $r = $s1->add($s2)->add($s3)->add($s4); while ($r->compare($className::$modulo) >= 0) { $r = $r->subtract($className::$modulo); } return $r; }); */ $this->setCoefficients( new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC', 16), new BigInteger('64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1', 16) ); $this->setBasePoint( new BigInteger('188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012', 16), new BigInteger('07192B95FFC8DA78631011ED6B24CDD573F977A11E794811', 16) ); $this->setOrder(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831', 16)); } }PK5 ZTAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistp521 extends secp521r1 { }PK5 Z hAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistk409 extends sect409k1 { }PK5 ZzzBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect113r2 extends Binary { public function __construct() { $this->setModulo(113, 9, 0); $this->setCoefficients( '00689918DBEC7E5A0DD6DFC0AA55C7', '0095E9A9EC9B297BD4BF36E059184F' ); $this->setBasePoint( '01A57A6A7B26CA5EF52FCDB8164797', '00B3ADC94ED1FE674C06E695BABA1D' ); $this->setOrder(new BigInteger('010000000000000108789B2496AF93', 16)); } }PK5 Z-!Cvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.phpnu[ * @copyright 2019 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Crypt\EC\BaseCurves\Montgomery; use phpseclib3\Math\BigInteger; class Curve25519 extends Montgomery { public function __construct() { // 2^255 - 19 $this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED', 16)); $this->a24 = $this->factory->newInteger(new BigInteger('121666')); $this->p = [$this->factory->newInteger(new BigInteger(9))]; // 2^252 + 0x14def9dea2f79cd65812631a5cf5d3ed $this->setOrder(new BigInteger('1000000000000000000000000000000014DEF9DEA2F79CD65812631A5CF5D3ED', 16)); /* $this->setCoefficients( new BigInteger('486662'), // a ); $this->setBasePoint( new BigInteger(9), new BigInteger('14781619447589544791020593568409986887264606134616475288964881837755586237401') ); */ } /** * Multiply a point on the curve by a scalar * * Modifies the scalar as described at https://tools.ietf.org/html/rfc7748#page-8 * * @return array */ public function multiplyPoint(array $p, Integer $d) { //$r = strrev(sodium_crypto_scalarmult($d->toBytes(), strrev($p[0]->toBytes()))); //return [$this->factory->newInteger(new BigInteger($r, 256))]; $d = $d->toBytes(); $d&= "\xF8" . str_repeat("\xFF", 30) . "\x7F"; $d = strrev($d); $d|= "\x40"; $d = $this->factory->newInteger(new BigInteger($d, -256)); return parent::multiplyPoint($p, $d); } }PK5 ZvT))Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP512t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger( 'AADD9DB8DBE9C48B3FD4E6AE33C9FC07CB308DB3B3C9D20ED6639CCA703308717D4D9B009BC' . '66842AECDA12AE6A380E62881FF2F2D82C68528AA6056583A48F3', 16)); $this->setCoefficients( new BigInteger( 'AADD9DB8DBE9C48B3FD4E6AE33C9FC07CB308DB3B3C9D20ED6639CCA703308717D4D9B009BC' . '66842AECDA12AE6A380E62881FF2F2D82C68528AA6056583A48F0', 16), // eg. -3 new BigInteger( '7CBBBCF9441CFAB76E1890E46884EAE321F70C0BCB4981527897504BEC3E36A62BCDFA23049' . '76540F6450085F2DAE145C22553B465763689180EA2571867423E', 16) ); $this->setBasePoint( new BigInteger( '640ECE5C12788717B9C1BA06CBC2A6FEBA85842458C56DDE9DB1758D39C0313D82BA51735CD' . 'B3EA499AA77A7D6943A64F7A3F25FE26F06B51BAA2696FA9035DA', 16), new BigInteger( '5B534BD595F5AF0FA2C892376C84ACE1BB4E3019B71634C01131159CAE03CEE9D9932184BEE' . 'F216BD71DF2DADF86A627306ECFF96DBB8BACE198B61E00F8B332', 16) ); $this->setOrder(new BigInteger( 'AADD9DB8DBE9C48B3FD4E6AE33C9FC07CB308DB3B3C9D20ED6639CCA70330870553E5C414CA' . '92619418661197FAC10471DB1D381085DDADDB58796829CA90069', 16)); } }PK5 ZX11Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp160r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF', 16)); $this->setCoefficients( new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC', 16), new BigInteger('1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45', 16) ); $this->setBasePoint( new BigInteger('4A96B5688EF573284664698968C38BB913CBFC82', 16), new BigInteger('23A628553168947D59DCC912042351377AC5FB32', 16) ); $this->setOrder(new BigInteger('0100000000000000000001F4C8F927AED3CA752257', 16)); } }PK5 Z5x]Avendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistt571 extends sect571k1 { }PK5 ZuHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP512r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger( 'AADD9DB8DBE9C48B3FD4E6AE33C9FC07CB308DB3B3C9D20ED6639CCA703308717D4D9B009BC' . '66842AECDA12AE6A380E62881FF2F2D82C68528AA6056583A48F3', 16)); $this->setCoefficients( new BigInteger( '7830A3318B603B89E2327145AC234CC594CBDD8D3DF91610A83441CAEA9863BC2DED5D5AA82' . '53AA10A2EF1C98B9AC8B57F1117A72BF2C7B9E7C1AC4D77FC94CA', 16), new BigInteger( '3DF91610A83441CAEA9863BC2DED5D5AA8253AA10A2EF1C98B9AC8B57F1117A72BF2C7B9E7C' . '1AC4D77FC94CADC083E67984050B75EBAE5DD2809BD638016F723', 16) ); $this->setBasePoint( new BigInteger( '81AEE4BDD82ED9645A21322E9C4C6A9385ED9F70B5D916C1B43B62EEF4D0098EFF3B1F78E2D' . '0D48D50D1687B93B97D5F7C6D5047406A5E688B352209BCB9F822', 16), new BigInteger( '7DDE385D566332ECC0EABFA9CF7822FDF209F70024A57B1AA000C55B881F8111B2DCDE494A5' . 'F485E5BCA4BD88A2763AED1CA2B2FA8F0540678CD1E0F3AD80892', 16) ); $this->setOrder(new BigInteger( 'AADD9DB8DBE9C48B3FD4E6AE33C9FC07CB308DB3B3C9D20ED6639CCA70330870553E5C414CA' . '92619418661197FAC10471DB1D381085DDADDB58796829CA90069', 16)); } }PK5 Z<))Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect571k1 extends Binary { public function __construct() { $this->setModulo(571, 10, 5, 2, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000000000000000000' . '000000000000000000000000000000000000000000000000000000000000000000000000', '000000000000000000000000000000000000000000000000000000000000000000000000' . '000000000000000000000000000000000000000000000000000000000000000000000001' ); $this->setBasePoint( '026EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA443709584' . '93B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972', '0349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0' . 'AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3' ); $this->setOrder(new BigInteger( '020000000000000000000000000000000000000000000000000000000000000000000000' . '131850E1F19A63E4B391A8DB917F4138B630D84BE5D639381E91DEB45CFE778F637C1001', 16 )); } } PK5 Z]ڬBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; use phpseclib3\Math\BigInteger; class secp224k1 extends KoblitzPrime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFE56D', 16)); $this->setCoefficients( new BigInteger('00000000000000000000000000000000000000000000000000000000', 16), new BigInteger('00000000000000000000000000000000000000000000000000000005', 16) ); $this->setBasePoint( new BigInteger('A1455B334DF099DF30FC28A169A467E9E47075A90F7E650EB6B7A45C', 16), new BigInteger('7E089FED7FBA344282CAFBD6F7E319F7C0B0BD59E2CA4BDB556D61A5', 16) ); $this->setOrder(new BigInteger('010000000000000000000000000001DCE8D2EC6184CAF0A971769FB1F7', 16)); $this->basis = []; $this->basis[] = [ 'a' => new BigInteger('00B8ADF1378A6EB73409FA6C9C637D', -16), 'b' => new BigInteger('94730F82B358A3776A826298FA6F', -16) ]; $this->basis[] = [ 'a' => new BigInteger('01DCE8D2EC6184CAF0A972769FCC8B', -16), 'b' => new BigInteger('4D2100BA3DC75AAB747CCF355DEC', -16) ]; $this->beta = $this->factory->newInteger(new BigInteger('01F178FFA4B17C89E6F73AECE2AAD57AF4C0A748B63C830947B27E04', -16)); } }PK5 Z(ehHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP320r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('D35E472036BC4FB7E13C785ED201E065F98FCFA6F6F40DEF4F9' . '2B9EC7893EC28FCD412B1F1B32E27', 16)); $this->setCoefficients( new BigInteger('3EE30B568FBAB0F883CCEBD46D3F3BB8A2A73513F5EB79DA66190EB085FFA9F4' . '92F375A97D860EB4', 16), new BigInteger('520883949DFDBC42D3AD198640688A6FE13F41349554B49ACC31DCCD88453981' . '6F5EB4AC8FB1F1A6', 16) ); $this->setBasePoint( new BigInteger('43BD7E9AFB53D8B85289BCC48EE5BFE6F20137D10A087EB6E7871E2A10A599C7' . '10AF8D0D39E20611', 16), new BigInteger('14FDD05545EC1CC8AB4093247F77275E0743FFED117182EAA9C77877AAAC6AC7' . 'D35245D1692E8EE1', 16) ); $this->setOrder(new BigInteger('D35E472036BC4FB7E13C785ED201E065F98FCFA5B68F12A32D4' . '82EC7EE8658E98691555B44C59311', 16)); } }PK5 ZMl?Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp112r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('DB7C2ABF62E35E668076BEAD208B', 16)); $this->setCoefficients( new BigInteger('DB7C2ABF62E35E668076BEAD2088', 16), new BigInteger('659EF8BA043916EEDE8911702B22', 16) ); $this->setBasePoint( new BigInteger('09487239995A5EE76B55F9C2F098', 16), new BigInteger('A89CE5AF8724C0A23E0E0FF77500', 16) ); $this->setOrder(new BigInteger('DB7C2ABF62E35E7628DFAC6561C5', 16)); } }PK5 Z<;Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect163r1 extends Binary { public function __construct() { $this->setModulo(163, 7, 6, 3, 0); $this->setCoefficients( '07B6882CAAEFA84F9554FF8428BD88E246D2782AE2', '0713612DCDDCB40AAB946BDA29CA91F73AF958AFD9' ); $this->setBasePoint( '0369979697AB43897789566789567F787A7876A654', '00435EDB42EFAFB2989D51FEFCE3C80988F41FF883' ); $this->setOrder(new BigInteger('03FFFFFFFFFFFFFFFFFFFF48AAB689C29CA710279B', 16)); } }PK5 Zʥ Cvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class prime239v2 extends Prime { public function __construct() { $this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFF8000000000007FFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFF8000000000007FFFFFFFFFFC', 16), new BigInteger('617FAB6832576CBBFED50D99F0249C3FEE58B94BA0038C7AE84C8C832F2C', 16) ); $this->setBasePoint( new BigInteger('38AF09D98727705120C921BB5E9E26296A3CDCF2F35757A0EAFD87B830E7', 16), new BigInteger('5B0125E4DBEA0EC7206DA0FC01D9B081329FB555DE6EF460237DFF8BE4BA', 16) ); $this->setOrder(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF800000CFA7E8594377D414C03821BC582063', 16)); } }PK5 Zx Hvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP224r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('D7C134AA264366862A18302575D1D787B09F075797DA89F57EC8C0FF', 16)); $this->setCoefficients( new BigInteger('68A5E62CA9CE6C1C299803A6C1530B514E182AD8B0042A59CAD29F43', 16), new BigInteger('2580F63CCFE44138870713B1A92369E33E2135D266DBB372386C400B', 16) ); $this->setBasePoint( new BigInteger('0D9029AD2C7E5CF4340823B2A87DC68C9E4CE3174C1E6EFDEE12C07D', 16), new BigInteger('58AA56F772C0726F24C6B89E4ECDAC24354B9E99CAA3F6D3761402CD', 16) ); $this->setOrder(new BigInteger('D7C134AA264366862A18302575D0FB98D116BC4B6DDEBCA3A5A7939F', 16)); } }PK5 ZVFiiHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP384t1 extends Prime { public function __construct() { $this->setModulo(new BigInteger( '8CB91E82A3386D280F5D6F7E50E641DF152F7109ED5456B412B1DA197FB71123ACD3A729901D1A7' . '1874700133107EC53', 16)); $this->setCoefficients( new BigInteger( '8CB91E82A3386D280F5D6F7E50E641DF152F7109ED5456B412B1DA197FB71123ACD3A729901' . 'D1A71874700133107EC50', 16), // eg. -3 new BigInteger( '7F519EADA7BDA81BD826DBA647910F8C4B9346ED8CCDC64E4B1ABD11756DCE1D2074AA263B8' . '8805CED70355A33B471EE', 16) ); $this->setBasePoint( new BigInteger( '18DE98B02DB9A306F2AFCD7235F72A819B80AB12EBD653172476FECD462AABFFC4FF191B946' . 'A5F54D8D0AA2F418808CC', 16), new BigInteger( '25AB056962D30651A114AFD2755AD336747F93475B7A1FCA3B88F2B6A208CCFE469408584DC' . '2B2912675BF5B9E582928', 16) ); $this->setOrder(new BigInteger( '8CB91E82A3386D280F5D6F7E50E641DF152F7109ED5456B31F166E6CAC0425A7CF3AB6AF6B7FC31' . '03B883202E9046565', 16)); } }PK5 ZAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistb409 extends sect409r1 { }PK5 Z7/Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect193r1 extends Binary { public function __construct() { $this->setModulo(193, 15, 0); $this->setCoefficients( '0017858FEB7A98975169E171F77B4087DE098AC8A911DF7B01', '00FDFB49BFE6C3A89FACADAA7A1E5BBC7CC1C2E5D831478814' ); $this->setBasePoint( '01F481BC5F0FF84A74AD6CDF6FDEF4BF6179625372D8C0C5E1', '0025E399F2903712CCF3EA9E3A1AD17FB0B3201B6AF7CE1B05' ); $this->setOrder(new BigInteger('01000000000000000000000000C7F34A778F443ACC920EBA49', 16)); } } PK5 Z8GMAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistp224 extends secp224r1 { }PK5 Z-:#Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect409k1 extends Binary { public function __construct() { $this->setModulo(409, 87, 0); $this->setCoefficients( '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ); $this->setBasePoint( '0060F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746', '01E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B' ); $this->setOrder(new BigInteger( '7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5F' . '83B2D4EA20400EC4557D5ED3E3E7CA5B4B5C83B8E01E5FCF', 16 )); } } PK5 ZwwBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect163r2 extends Binary { public function __construct() { $this->setModulo(163, 7, 6, 3, 0); $this->setCoefficients( '000000000000000000000000000000000000000001', '020A601907B8C953CA1481EB10512F78744A3205FD' ); $this->setBasePoint( '03F0EBA16286A2D57EA0991168D4994637E8343E36', '00D51FBC6C71A0094FA2CDD545B11C5C0C797324F1' ); $this->setOrder(new BigInteger('040000000000000000000292FE77E70C12A4234C33', 16)); } } PK5 Z:kkHvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class brainpoolP192r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('C302F41D932A36CDA7A3463093D18DB78FCE476DE1A86297', 16)); $this->setCoefficients( new BigInteger('6A91174076B1E0E19C39C031FE8685C1CAE040E5C69A28EF', 16), new BigInteger('469A28EF7C28CCA3DC721D044F4496BCCA7EF4146FBF25C9', 16) ); $this->setBasePoint( new BigInteger('C0A0647EAAB6A48753B033C56CB0F0900A2F5C4853375FD6', 16), new BigInteger('14B690866ABD5BB88B5F4828C1490002E6773FA2FA299B8F', 16) ); $this->setOrder(new BigInteger('C302F41D932A36CDA7A3462F9E9E916B5BE8F1029AC4ACC1', 16)); } }PK5 ZD^.Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp256r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC', 16), new BigInteger('5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B', 16) ); $this->setBasePoint( new BigInteger('6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296', 16), new BigInteger('4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5', 16) ); $this->setOrder(new BigInteger('FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551', 16)); } } PK5 Z͠Avendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistp256 extends secp256r1 { }PK5 Z,+ͽAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.phpnu[ * @copyright 2019 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Crypt\EC\BaseCurves\Montgomery; use phpseclib3\Math\BigInteger; class Curve448 extends Montgomery { public function __construct() { // 2^448 - 2^224 - 1 $this->setModulo(new BigInteger( 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE' . 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF', 16)); $this->a24 = $this->factory->newInteger(new BigInteger('39081')); $this->p = [$this->factory->newInteger(new BigInteger(5))]; // 2^446 - 0x8335dc163bb124b65129c96fde933d8d723a70aadc873d6d54a7bb0d $this->setOrder(new BigInteger( '3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . '7CCA23E9C44EDB49AED63690216CC2728DC58F552378C292AB5844F3', 16)); /* $this->setCoefficients( new BigInteger('156326'), // a ); $this->setBasePoint( new BigInteger(5), new BigInteger( '355293926785568175264127502063783334808976399387714271831880898' . '435169088786967410002932673765864550910142774147268105838985595290' . '606362') ); */ } /** * Multiply a point on the curve by a scalar * * Modifies the scalar as described at https://tools.ietf.org/html/rfc7748#page-8 * * @return array */ public function multiplyPoint(array $p, Integer $d) { //$r = strrev(sodium_crypto_scalarmult($d->toBytes(), strrev($p[0]->toBytes()))); //return [$this->factory->newInteger(new BigInteger($r, 256))]; $d = $d->toBytes(); $d[0] = $d[0] & "\xFC"; $d = strrev($d); $d|= "\x80"; $d = $this->factory->newInteger(new BigInteger($d, 256)); return parent::multiplyPoint($p, $d); } }PK5 Z2=  Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp521r1 extends Prime { public function __construct() { $this->setModulo(new BigInteger('01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . 'FFFF', 16)); $this->setCoefficients( new BigInteger('01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . 'FFFC', 16), new BigInteger('0051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B315F3B8B489918EF1' . '09E156193951EC7E937B1652C0BD3BB1BF073573DF883D2C34F1EF451FD46B50' . '3F00', 16) ); $this->setBasePoint( new BigInteger('00C6858E06B70404E9CD9E3ECB662395B4429C648139053FB521F828AF606B4D' . '3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B3C1856A429BF97E7E31C2E5' . 'BD66', 16), new BigInteger('011839296A789A3BC0045C8A5FB42C7D1BD998F54449579B446817AFBD17273E' . '662C97EE72995EF42640C550B9013FAD0761353C7086A272C24088BE94769FD1' . '6650', 16) ); $this->setOrder(new BigInteger('01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . 'FFFA51868783BF2F966B7FCC0148F709A5D03BB5C9B8899C47AEBB6FB71E9138' . '6409', 16)); } }PK5 Z@ӊAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistp384 extends secp384r1 { }PK5 Z >vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\Random; class Ed448 extends TwistedEdwards { const HASH = 'shake256-912'; const SIZE = 57; public function __construct() { // 2^448 - 2^224 - 1 $this->setModulo(new BigInteger( 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE' . 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger(1), // -39081 new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE' . 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6756', 16) ); $this->setBasePoint( new BigInteger('4F1970C66BED0DED221D15A622BF36DA9E146570470F1767EA6DE324' . 'A3D3A46412AE1AF72AB66511433B80E18B00938E2626A82BC70CC05E', 16), new BigInteger('693F46716EB6BC248876203756C9C7624BEA73736CA3984087789C1E' . '05A0C2D73AD3FF1CE67C39C4FDBD132C4ED7C8AD9808795BF230FA14', 16) ); $this->setOrder(new BigInteger( '3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . '7CCA23E9C44EDB49AED63690216CC2728DC58F552378C292AB5844F3', 16)); } /** * Recover X from Y * * Implements steps 2-4 at https://tools.ietf.org/html/rfc8032#section-5.2.3 * * Used by EC\Keys\Common.php * * @param BigInteger $y * @param boolean $sign * @return object[] */ public function recoverX(BigInteger $y, $sign) { $y = $this->factory->newInteger($y); $y2 = $y->multiply($y); $u = $y2->subtract($this->one); $v = $this->d->multiply($y2)->subtract($this->one); $x2 = $u->divide($v); if ($x2->equals($this->zero)) { if ($sign) { throw new \RuntimeException('Unable to recover X coordinate (x2 = 0)'); } return clone $this->zero; } // find the square root $exp = $this->getModulo()->add(new BigInteger(1)); $exp = $exp->bitwise_rightShift(2); $x = $x2->pow($exp); if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { throw new \RuntimeException('Unable to recover X coordinate'); } if ($x->isOdd() != $sign) { $x = $x->negate(); } return [$x, $y]; } /** * Extract Secret Scalar * * Implements steps 1-3 at https://tools.ietf.org/html/rfc8032#section-5.2.5 * * Used by the various key handlers * * @param string $str * @return \phpseclib3\Math\PrimeField\Integer */ public function extractSecret($str) { if (strlen($str) != 57) { throw new \LengthException('Private Key should be 57-bytes long'); } // 1. Hash the 57-byte private key using SHAKE256(x, 114), storing the // digest in a 114-octet large buffer, denoted h. Only the lower 57 // bytes are used for generating the public key. $hash = new Hash('shake256-912'); $h = $hash->hash($str); $h = substr($h, 0, 57); // 2. Prune the buffer: The two least significant bits of the first // octet are cleared, all eight bits the last octet are cleared, and // the highest bit of the second to last octet is set. $h[0] = $h[0] & chr(0xFC); $h = strrev($h); $h[0] = "\0"; $h[1] = $h[1] | chr(0x80); // 3. Interpret the buffer as the little-endian integer, forming a // secret scalar s. $dA = new BigInteger($h, 256); $dA = $this->factory->newInteger($dA); $dA->secret = $str; return $dA; } /** * Encode a point as a string * * @param array $point * @return string */ public function encodePoint($point) { list($x, $y) = $point; $y = "\0" . $y->toBytes(); if ($x->isOdd()) { $y[0] = $y[0] | chr(0x80); } $y = strrev($y); return $y; } /** * Creates a random scalar multiplier * * @return \phpseclib3\Math\PrimeField\Integer */ public function createRandomMultiplier() { return $this->extractSecret(Random::string(57)); } /** * Converts an affine point to an extended homogeneous coordinate * * From https://tools.ietf.org/html/rfc8032#section-5.2.4 : * * A point (x,y) is represented in extended homogeneous coordinates (X, Y, Z, T), * with x = X/Z, y = Y/Z, x * y = T/Z. * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToInternal(array $p) { if (empty($p)) { return [clone $this->zero, clone $this->one, clone $this->one]; } if (isset($p[2])) { return $p; } $p[2] = clone $this->one; return $p; } /** * Doubles a point on a curve * * @return FiniteField[] */ public function doublePoint(array $p) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p)) { return []; } if (!isset($p[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordinates or vice versa'); } // from https://tools.ietf.org/html/rfc8032#page-18 list($x1, $y1, $z1) = $p; $b = $x1->add($y1); $b = $b->multiply($b); $c = $x1->multiply($x1); $d = $y1->multiply($y1); $e = $c->add($d); $h = $z1->multiply($z1); $j = $e->subtract($this->two->multiply($h)); $x3 = $b->subtract($e)->multiply($j); $y3 = $c->subtract($d)->multiply($e); $z3 = $e->multiply($j); return [$x3, $y3, $z3]; } /** * Adds two points on the curve * * @return FiniteField[] */ public function addPoint(array $p, array $q) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p) || !count($q)) { if (count($q)) { return $q; } if (count($p)) { return $p; } return []; } if (!isset($p[2]) || !isset($q[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordinates or vice versa'); } if ($p[0]->equals($q[0])) { return !$p[1]->equals($q[1]) ? [] : $this->doublePoint($p); } // from https://tools.ietf.org/html/rfc8032#page-17 list($x1, $y1, $z1) = $p; list($x2, $y2, $z2) = $q; $a = $z1->multiply($z2); $b = $a->multiply($a); $c = $x1->multiply($x2); $d = $y1->multiply($y2); $e = $this->d->multiply($c)->multiply($d); $f = $b->subtract($e); $g = $b->add($e); $h = $x1->add($y1)->multiply($x2->add($y2)); $x3 = $a->multiply($f)->multiply($h->subtract($c)->subtract($d)); $y3 = $a->multiply($g)->multiply($d->subtract($c)); $z3 = $f->multiply($g); return [$x3, $y3, $z3]; } }PK5 Z<$Avendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistb233 extends sect233r1 { }PK5 ZQBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect131r2 extends Binary { public function __construct() { $this->setModulo(131, 8, 3, 2, 0); $this->setCoefficients( '03E5A88919D7CAFCBF415F07C2176573B2', '04B8266A46C55657AC734CE38F018F2192' ); $this->setBasePoint( '0356DCD8F2F95031AD652D23951BB366A8', '0648F06D867940A5366D9E265DE9EB240F' ); $this->setOrder(new BigInteger('0400000000000000016954A233049BA98F', 16)); } }PK5 Z^Avendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistk283 extends sect283k1 { }PK5 ZAvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; final class nistp192 extends secp192r1 { }PK5 Z~Ӂ  Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class secp112r2 extends Prime { public function __construct() { // same modulo as secp112r1 $this->setModulo(new BigInteger('DB7C2ABF62E35E668076BEAD208B', 16)); $this->setCoefficients( new BigInteger('6127C24C05F38A0AAAF65C0EF02C', 16), new BigInteger('51DEF1815DB5ED74FCC34C85D709', 16) ); $this->setBasePoint( new BigInteger('4BA30AB5E892B4E1649DD0928643', 16), new BigInteger('ADCD46F5882E3747DEF36E956E97', 16) ); $this->setOrder(new BigInteger('36DF0AAFD8B8D7597CA10520D04B', 16)); } }PK5 Z:pĩCvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Prime; use phpseclib3\Math\BigInteger; class prime239v3 extends Prime { public function __construct() { $this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFF8000000000007FFFFFFFFFFF', 16)); $this->setCoefficients( new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFFFFFFFF8000000000007FFFFFFFFFFC', 16), new BigInteger('255705FA2A306654B1F4CB03D6A750A30C250102D4988717D9BA15AB6D3E', 16) ); $this->setBasePoint( new BigInteger('6768AE8E18BB92CFCF005C949AA2C6D94853D0E660BBF854B1C9505FE95A', 16), new BigInteger('1607E6898F390C06BC1D552BAD226F3B6FCFE48B6E818499AF18E3ED6CF3', 16) ); $this->setOrder(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFF7FFFFF975DEB41B3A6057C3C432146526551', 16)); } }PK5 ZeI]))Bvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\Binary; use phpseclib3\Math\BigInteger; class sect571r1 extends Binary { public function __construct() { $this->setModulo(571, 10, 5, 2, 0); $this->setCoefficients( '000000000000000000000000000000000000000000000000000000000000000000000000' . '000000000000000000000000000000000000000000000000000000000000000000000001', '02F40E7E2221F295DE297117B7F3D62F5C6A97FFCB8CEFF1CD6BA8CE4A9A18AD84FFABBD' . '8EFA59332BE7AD6756A66E294AFD185A78FF12AA520E4DE739BACA0C7FFEFF7F2955727A' ); $this->setBasePoint( '0303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950' . 'F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19', '037BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43' . 'BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B' ); $this->setOrder(new BigInteger( '03FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' . 'E661CE18FF55987308059B186823851EC7DD9CA1161DE93D5174D66E8382E9BB2FE84E47', 16 )); } } PK5 ZVF((@vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ namespace phpseclib3\Crypt\EC\Curves; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\Random; class Ed25519 extends TwistedEdwards { const HASH = 'sha512'; /* Per https://tools.ietf.org/html/rfc8032#page-6 EdDSA has several parameters, one of which is b: 2. An integer b with 2^(b-1) > p. EdDSA public keys have exactly b bits, and EdDSA signatures have exactly 2*b bits. b is recommended to be a multiple of 8, so public key and signature lengths are an integral number of octets. SIZE corresponds to b */ const SIZE = 32; public function __construct() { // 2^255 - 19 $this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED', 16)); $this->setCoefficients( // -1 new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC', 16), // a // -121665/121666 new BigInteger('52036CEE2B6FFE738CC740797779E89800700A4D4141D8AB75EB4DCA135978A3', 16) // d ); $this->setBasePoint( new BigInteger('216936D3CD6E53FEC0A4E231FDD6DC5C692CC7609525A7B2C9562D608F25D51A', 16), new BigInteger('6666666666666666666666666666666666666666666666666666666666666658', 16) ); $this->setOrder(new BigInteger('1000000000000000000000000000000014DEF9DEA2F79CD65812631A5CF5D3ED', 16)); // algorithm 14.47 from http://cacr.uwaterloo.ca/hac/about/chap14.pdf#page=16 /* $this->setReduction(function($x) { $parts = $x->bitwise_split(255); $className = $this->className; if (count($parts) > 2) { list(, $r) = $x->divide($className::$modulo); return $r; } $zero = new BigInteger(); $c = new BigInteger(19); switch (count($parts)) { case 2: list($qi, $ri) = $parts; break; case 1: $qi = $zero; list($ri) = $parts; break; case 0: return $zero; } $r = $ri; while ($qi->compare($zero) > 0) { $temp = $qi->multiply($c)->bitwise_split(255); if (count($temp) == 2) { list($qi, $ri) = $temp; } else { $qi = $zero; list($ri) = $temp; } $r = $r->add($ri); } while ($r->compare($className::$modulo) > 0) { $r = $r->subtract($className::$modulo); } return $r; }); */ } /** * Recover X from Y * * Implements steps 2-4 at https://tools.ietf.org/html/rfc8032#section-5.1.3 * * Used by EC\Keys\Common.php * * @param BigInteger $y * @param boolean $sign * @return object[] */ public function recoverX(BigInteger $y, $sign) { $y = $this->factory->newInteger($y); $y2 = $y->multiply($y); $u = $y2->subtract($this->one); $v = $this->d->multiply($y2)->add($this->one); $x2 = $u->divide($v); if ($x2->equals($this->zero)) { if ($sign) { throw new \RuntimeException('Unable to recover X coordinate (x2 = 0)'); } return clone $this->zero; } // find the square root /* we don't do $x2->squareRoot() because, quoting from https://tools.ietf.org/html/rfc8032#section-5.1.1: "For point decoding or "decompression", square roots modulo p are needed. They can be computed using the Tonelli-Shanks algorithm or the special case for p = 5 (mod 8). To find a square root of a, first compute the candidate root x = a^((p+3)/8) (mod p)." */ $exp = $this->getModulo()->add(new BigInteger(3)); $exp = $exp->bitwise_rightShift(3); $x = $x2->pow($exp); // If v x^2 = -u (mod p), set x <-- x * 2^((p-1)/4), which is a square root. if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { $temp = $this->getModulo()->subtract(new BigInteger(1)); $temp = $temp->bitwise_rightShift(2); $temp = $this->two->pow($temp); $x = $x->multiply($temp); if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { throw new \RuntimeException('Unable to recover X coordinate'); } } if ($x->isOdd() != $sign) { $x = $x->negate(); } return [$x, $y]; } /** * Extract Secret Scalar * * Implements steps 1-3 at https://tools.ietf.org/html/rfc8032#section-5.1.5 * * Used by the various key handlers * * @param string $str * @return \phpseclib3\Math\PrimeField\Integer */ public function extractSecret($str) { if (strlen($str) != 32) { throw new \LengthException('Private Key should be 32-bytes long'); } // 1. Hash the 32-byte private key using SHA-512, storing the digest in // a 64-octet large buffer, denoted h. Only the lower 32 bytes are // used for generating the public key. $hash = new Hash('sha512'); $h = $hash->hash($str); $h = substr($h, 0, 32); // 2. Prune the buffer: The lowest three bits of the first octet are // cleared, the highest bit of the last octet is cleared, and the // second highest bit of the last octet is set. $h[0] = $h[0] & chr(0xF8); $h = strrev($h); $h[0] = ($h[0] & chr(0x3F)) | chr(0x40); // 3. Interpret the buffer as the little-endian integer, forming a // secret scalar s. $dA = new BigInteger($h, 256); $dA = $this->factory->newInteger($dA); $dA->secret = $str; return $dA; } /** * Encode a point as a string * * @param array $point * @return string */ public function encodePoint($point) { list($x, $y) = $point; $y = $y->toBytes(); $y[0] = $y[0] & chr(0x7F); if ($x->isOdd()) { $y[0] = $y[0] | chr(0x80); } $y = strrev($y); return $y; } /** * Creates a random scalar multiplier * * @return \phpseclib3\Math\PrimeField\Integer */ public function createRandomMultiplier() { return $this->extractSecret(Random::string(32)); } /** * Converts an affine point to an extended homogeneous coordinate * * From https://tools.ietf.org/html/rfc8032#section-5.1.4 : * * A point (x,y) is represented in extended homogeneous coordinates (X, Y, Z, T), * with x = X/Z, y = Y/Z, x * y = T/Z. * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToInternal(array $p) { if (empty($p)) { return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero]; } if (isset($p[2])) { return $p; } $p[2] = clone $this->one; $p[3] = $p[0]->multiply($p[1]); return $p; } /** * Doubles a point on a curve * * @return FiniteField[] */ public function doublePoint(array $p) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p)) { return []; } if (!isset($p[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordinates or vice versa'); } // from https://tools.ietf.org/html/rfc8032#page-12 list($x1, $y1, $z1, $t1) = $p; $a = $x1->multiply($x1); $b = $y1->multiply($y1); $c = $this->two->multiply($z1)->multiply($z1); $h = $a->add($b); $temp = $x1->add($y1); $e = $h->subtract($temp->multiply($temp)); $g = $a->subtract($b); $f = $c->add($g); $x3 = $e->multiply($f); $y3 = $g->multiply($h); $t3 = $e->multiply($h); $z3 = $f->multiply($g); return [$x3, $y3, $z3, $t3]; } /** * Adds two points on the curve * * @return FiniteField[] */ public function addPoint(array $p, array $q) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p) || !count($q)) { if (count($q)) { return $q; } if (count($p)) { return $p; } return []; } if (!isset($p[2]) || !isset($q[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordinates or vice versa'); } if ($p[0]->equals($q[0])) { return !$p[1]->equals($q[1]) ? [] : $this->doublePoint($p); } // from https://tools.ietf.org/html/rfc8032#page-12 list($x1, $y1, $z1, $t1) = $p; list($x2, $y2, $z2, $t2) = $q; $a = $y1->subtract($x1)->multiply($y2->subtract($x2)); $b = $y1->add($x1)->multiply($y2->add($x2)); $c = $t1->multiply($this->two)->multiply($this->d)->multiply($t2); $d = $z1->multiply($this->two)->multiply($z2); $e = $b->subtract($a); $f = $d->subtract($c); $g = $d->add($c); $h = $b->add($a); $x3 = $e->multiply($f); $y3 = $g->multiply($h); $t3 = $e->multiply($h); $z3 = $f->multiply($g); return [$x3, $y3, $z3, $t3]; } }PK5 Z)ttGvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.phpnu[ * @copyright 2019 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\BaseCurves; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Common\Functions\Strings; use phpseclib3\Math\PrimeField; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\EC\Curves\Curve25519; use phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over y^2 = x^3 + a*x + x * * @package EC * @author Jim Wigginton * @access public */ class Montgomery extends Base { /** * Prime Field Integer factory * * @var \phpseclib3\Math\PrimeField */ protected $factory; /** * Cofficient for x * * @var object */ protected $a; /** * Constant used for point doubling * * @var object */ protected $a24; /** * The Number Zero * * @var object */ protected $zero; /** * The Number One * * @var object */ protected $one; /** * Base Point * * @var object */ protected $p; /** * The modulo * * @var BigInteger */ protected $modulo; /** * The Order * * @var BigInteger */ protected $order; /** * Sets the modulo */ public function setModulo(BigInteger $modulo) { $this->modulo = $modulo; $this->factory = new PrimeField($modulo); $this->zero = $this->factory->newInteger(new BigInteger()); $this->one = $this->factory->newInteger(new BigInteger(1)); } /** * Set coefficients a */ public function setCoefficients(BigInteger $a) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->a = $this->factory->newInteger($a); $two = $this->factory->newInteger(new BigInteger(2)); $four = $this->factory->newInteger(new BigInteger(4)); $this->a24 = $this->a->subtract($two)->divide($four); } /** * Set x and y coordinates for the base point * * @param BigInteger|PrimeInteger $x * @param BigInteger|PrimeInteger $y * @return PrimeInteger[] */ public function setBasePoint($x, $y) { switch (true) { case !$x instanceof BigInteger && !$x instanceof PrimeInteger: throw new \UnexpectedValueException('Argument 1 passed to Prime::setBasePoint() must be an instance of either BigInteger or PrimeField\Integer'); case !$y instanceof BigInteger && !$y instanceof PrimeInteger: throw new \UnexpectedValueException('Argument 2 passed to Prime::setBasePoint() must be an instance of either BigInteger or PrimeField\Integer'); } if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->p = [ $x instanceof BigInteger ? $this->factory->newInteger($x) : $x, $y instanceof BigInteger ? $this->factory->newInteger($y) : $y ]; } /** * Retrieve the base point as an array * * @return array */ public function getBasePoint() { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } /* if (!isset($this->p)) { throw new \RuntimeException('setBasePoint needs to be called before this method'); } */ return $this->p; } /** * Doubles and adds a point on a curve * * See https://tools.ietf.org/html/draft-ietf-tls-curve25519-01#appendix-A.1.3 * * @return FiniteField[][] */ private function doubleAndAddPoint(array $p, array $q, PrimeInteger $x1) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p) || !count($q)) { return []; } if (!isset($p[1])) { throw new \RuntimeException('Affine coordinates need to be manually converted to XZ coordinates'); } list($x2, $z2) = $p; list($x3, $z3) = $q; $a = $x2->add($z2); $aa = $a->multiply($a); $b = $x2->subtract($z2); $bb = $b->multiply($b); $e = $aa->subtract($bb); $c = $x3->add($z3); $d = $x3->subtract($z3); $da = $d->multiply($a); $cb = $c->multiply($b); $temp = $da->add($cb); $x5 = $temp->multiply($temp); $temp = $da->subtract($cb); $z5 = $x1->multiply($temp->multiply($temp)); $x4 = $aa->multiply($bb); $temp = static::class == Curve25519::class ? $bb : $aa; $z4 = $e->multiply($temp->add($this->a24->multiply($e))); return [ [$x4, $z4], [$x5, $z5] ]; } /** * Multiply a point on the curve by a scalar * * Uses the montgomery ladder technique as described here: * * https://en.wikipedia.org/wiki/Elliptic_curve_point_multiplication#Montgomery_ladder * https://github.com/phpecc/phpecc/issues/16#issuecomment-59176772 * * @return array */ public function multiplyPoint(array $p, Integer $d) { $p1 = [$this->one, $this->zero]; $alreadyInternal = isset($x[1]); $p2 = $this->convertToInternal($p); $x = $p[0]; $b = $d->toBits(); $b = str_pad($b, 256, '0', STR_PAD_LEFT); for ($i = 0; $i < strlen($b); $i++) { $b_i = (int) $b[$i]; if ($b_i) { list($p2, $p1) = $this->doubleAndAddPoint($p2, $p1, $x); } else { list($p1, $p2) = $this->doubleAndAddPoint($p1, $p2, $x); } } return $alreadyInternal ? $p1 : $this->convertToAffine($p1); } /** * Converts an affine point to an XZ coordinate * * From https://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html * * XZ coordinates represent x y as X Z satsfying the following equations: * * x=X/Z * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToInternal(array $p) { if (empty($p)) { return [clone $this->zero, clone $this->one]; } if (isset($p[1])) { return $p; } $p[1] = clone $this->one; return $p; } /** * Returns the affine point * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToAffine(array $p) { if (!isset($p[1])) { return $p; } list($x, $z) = $p; return [$x->divide($z)]; } }PK5 ZdRRBvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\BaseCurves; use phpseclib3\Math\Common\FiniteField\Integer; use phpseclib3\Common\Functions\Strings; use phpseclib3\Math\PrimeField; use phpseclib3\Math\BigInteger; use phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over y^2 = x^3 + a*x + b * * @package Prime * @author Jim Wigginton * @access public */ class Prime extends Base { /** * Prime Field Integer factory * * @var \phpseclib3\Math\PrimeFields */ protected $factory; /** * Cofficient for x^1 * * @var object */ protected $a; /** * Cofficient for x^0 * * @var object */ protected $b; /** * Base Point * * @var object */ protected $p; /** * The number one over the specified finite field * * @var object */ protected $one; /** * The number two over the specified finite field * * @var object */ protected $two; /** * The number three over the specified finite field * * @var object */ protected $three; /** * The number four over the specified finite field * * @var object */ protected $four; /** * The number eight over the specified finite field * * @var object */ protected $eight; /** * The modulo * * @var BigInteger */ protected $modulo; /** * The Order * * @var BigInteger */ protected $order; /** * Sets the modulo */ public function setModulo(BigInteger $modulo) { $this->modulo = $modulo; $this->factory = new PrimeField($modulo); $this->two = $this->factory->newInteger(new BigInteger(2)); $this->three = $this->factory->newInteger(new BigInteger(3)); // used by jacobian coordinates $this->one = $this->factory->newInteger(new BigInteger(1)); $this->four = $this->factory->newInteger(new BigInteger(4)); $this->eight = $this->factory->newInteger(new BigInteger(8)); } /** * Set coefficients a and b */ public function setCoefficients(BigInteger $a, BigInteger $b) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->a = $this->factory->newInteger($a); $this->b = $this->factory->newInteger($b); } /** * Set x and y coordinates for the base point * * @param BigInteger|PrimeInteger $x * @param BigInteger|PrimeInteger $y * @return PrimeInteger[] */ public function setBasePoint($x, $y) { switch (true) { case !$x instanceof BigInteger && !$x instanceof PrimeInteger: throw new \UnexpectedValueException('Argument 1 passed to Prime::setBasePoint() must be an instance of either BigInteger or PrimeField\Integer'); case !$y instanceof BigInteger && !$y instanceof PrimeInteger: throw new \UnexpectedValueException('Argument 2 passed to Prime::setBasePoint() must be an instance of either BigInteger or PrimeField\Integer'); } if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->p = [ $x instanceof BigInteger ? $this->factory->newInteger($x) : $x, $y instanceof BigInteger ? $this->factory->newInteger($y) : $y ]; } /** * Retrieve the base point as an array * * @return array */ public function getBasePoint() { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } /* if (!isset($this->p)) { throw new \RuntimeException('setBasePoint needs to be called before this method'); } */ return $this->p; } /** * Adds two "fresh" jacobian form on the curve * * @return FiniteField[] */ protected function jacobianAddPointMixedXY(array $p, array $q) { list($u1, $s1) = $p; list($u2, $s2) = $q; if ($u1->equals($u2)) { if (!$s1->equals($s2)) { return []; } else { return $this->doublePoint($p); } } $h = $u2->subtract($u1); $r = $s2->subtract($s1); $h2 = $h->multiply($h); $h3 = $h2->multiply($h); $v = $u1->multiply($h2); $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); $y3 = $r->multiply( $v->subtract($x3))->subtract( $s1->multiply($h3)); return [$x3, $y3, $h]; } /** * Adds one "fresh" jacobian form on the curve * * The second parameter should be the "fresh" one * * @return FiniteField[] */ protected function jacobianAddPointMixedX(array $p, array $q) { list($u1, $s1, $z1) = $p; list($x2, $y2) = $q; $z12 = $z1->multiply($z1); $u2 = $x2->multiply($z12); $s2 = $y2->multiply($z12->multiply($z1)); if ($u1->equals($u2)) { if (!$s1->equals($s2)) { return []; } else { return $this->doublePoint($p); } } $h = $u2->subtract($u1); $r = $s2->subtract($s1); $h2 = $h->multiply($h); $h3 = $h2->multiply($h); $v = $u1->multiply($h2); $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); $y3 = $r->multiply( $v->subtract($x3))->subtract( $s1->multiply($h3)); $z3 = $h->multiply($z1); return [$x3, $y3, $z3]; } /** * Adds two jacobian coordinates on the curve * * @return FiniteField[] */ protected function jacobianAddPoint(array $p, array $q) { list($x1, $y1, $z1) = $p; list($x2, $y2, $z2) = $q; $z12 = $z1->multiply($z1); $z22 = $z2->multiply($z2); $u1 = $x1->multiply($z22); $u2 = $x2->multiply($z12); $s1 = $y1->multiply($z22->multiply($z2)); $s2 = $y2->multiply($z12->multiply($z1)); if ($u1->equals($u2)) { if (!$s1->equals($s2)) { return []; } else { return $this->doublePoint($p); } } $h = $u2->subtract($u1); $r = $s2->subtract($s1); $h2 = $h->multiply($h); $h3 = $h2->multiply($h); $v = $u1->multiply($h2); $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); $y3 = $r->multiply( $v->subtract($x3))->subtract( $s1->multiply($h3)); $z3 = $h->multiply($z1)->multiply($z2); return [$x3, $y3, $z3]; } /** * Adds two points on the curve * * @return FiniteField[] */ public function addPoint(array $p, array $q) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p) || !count($q)) { if (count($q)) { return $q; } if (count($p)) { return $p; } return []; } // use jacobian coordinates if (isset($p[2]) && isset($q[2])) { if (isset($p['fresh']) && isset($q['fresh'])) { return $this->jacobianAddPointMixedXY($p, $q); } if (isset($p['fresh'])) { return $this->jacobianAddPointMixedX($q, $p); } if (isset($q['fresh'])) { return $this->jacobianAddPointMixedX($p, $q); } return $this->jacobianAddPoint($p, $q); } if (isset($p[2]) || isset($q[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to Jacobi coordinates or vice versa'); } if ($p[0]->equals($q[0])) { if (!$p[1]->equals($q[1])) { return []; } else { // eg. doublePoint list($numerator, $denominator) = $this->doublePointHelper($p); } } else { $numerator = $q[1]->subtract($p[1]); $denominator = $q[0]->subtract($p[0]); } $slope = $numerator->divide($denominator); $x = $slope->multiply($slope)->subtract($p[0])->subtract($q[0]); $y = $slope->multiply($p[0]->subtract($x))->subtract($p[1]); return [$x, $y]; } /** * Returns the numerator and denominator of the slope * * @return FiniteField[] */ protected function doublePointHelper(array $p) { $numerator = $this->three->multiply($p[0])->multiply($p[0])->add($this->a); $denominator = $this->two->multiply($p[1]); return [$numerator, $denominator]; } /** * Doubles a jacobian coordinate on the curve * * @return FiniteField[] */ protected function jacobianDoublePoint(array $p) { list($x, $y, $z) = $p; $x2 = $x->multiply($x); $y2 = $y->multiply($y); $z2 = $z->multiply($z); $s = $this->four->multiply($x)->multiply($y2); $m1 = $this->three->multiply($x2); $m2 = $this->a->multiply($z2->multiply($z2)); $m = $m1->add($m2); $x1 = $m->multiply($m)->subtract($this->two->multiply($s)); $y1 = $m->multiply($s->subtract($x1))->subtract( $this->eight->multiply($y2->multiply($y2))); $z1 = $this->two->multiply($y)->multiply($z); return [$x1, $y1, $z1]; } /** * Doubles a "fresh" jacobian coordinate on the curve * * @return FiniteField[] */ protected function jacobianDoublePointMixed(array $p) { list($x, $y) = $p; $x2 = $x->multiply($x); $y2 = $y->multiply($y); $s = $this->four->multiply($x)->multiply($y2); $m1 = $this->three->multiply($x2); $m = $m1->add($this->a); $x1 = $m->multiply($m)->subtract($this->two->multiply($s)); $y1 = $m->multiply($s->subtract($x1))->subtract( $this->eight->multiply($y2->multiply($y2))); $z1 = $this->two->multiply($y); return [$x1, $y1, $z1]; } /** * Doubles a point on a curve * * @return FiniteField[] */ public function doublePoint(array $p) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p)) { return []; } // use jacobian coordinates if (isset($p[2])) { if (isset($p['fresh'])) { return $this->jacobianDoublePointMixed($p); } return $this->jacobianDoublePoint($p); } list($numerator, $denominator) = $this->doublePointHelper($p); $slope = $numerator->divide($denominator); $x = $slope->multiply($slope)->subtract($p[0])->subtract($p[0]); $y = $slope->multiply($p[0]->subtract($x))->subtract($p[1]); return [$x, $y]; } /** * Returns the X coordinate and the derived Y coordinate * * @return array */ public function derivePoint($m) { $y = ord(Strings::shift($m)); $x = new BigInteger($m, 256); $xp = $this->convertInteger($x); switch ($y) { case 2: $ypn = false; break; case 3: $ypn = true; break; default: throw new \RuntimeException('Coordinate not in recognized format'); } $temp = $xp->multiply($this->a); $temp = $xp->multiply($xp)->multiply($xp)->add($temp); $temp = $temp->add($this->b); $b = $temp->squareRoot(); if (!$b) { throw new \RuntimeException('Unable to derive Y coordinate'); } $bn = $b->isOdd(); $yp = $ypn == $bn ? $b : $b->negate(); return [$xp, $yp]; } /** * Tests whether or not the x / y values satisfy the equation * * @return boolean */ public function verifyPoint(array $p) { list($x, $y) = $p; $lhs = $y->multiply($y); $temp = $x->multiply($this->a); $temp = $x->multiply($x)->multiply($x)->add($temp); $rhs = $temp->add($this->b); return $lhs->equals($rhs); } /** * Returns the modulo * * @return \phpseclib3\Math\BigInteger */ public function getModulo() { return $this->modulo; } /** * Returns the a coefficient * * @return \phpseclib3\Math\PrimeField\Integer */ public function getA() { return $this->a; } /** * Returns the a coefficient * * @return \phpseclib3\Math\PrimeField\Integer */ public function getB() { return $this->b; } /** * Multiply and Add Points * * Adapted from https://git.io/vxPUH * * @return int[] */ public function multiplyAddPoints(array $points, array $scalars) { $length = count($points); foreach ($points as &$point) { $point = $this->convertToInternal($point); } $wnd = [$this->getNAFPoints($points[0], 7)]; $wndWidth = [isset($points[0]['nafwidth']) ? $points[0]['nafwidth'] : 7]; for ($i = 1; $i < $length; $i++) { $wnd[] = $this->getNAFPoints($points[$i], 1); $wndWidth[] = isset($points[$i]['nafwidth']) ? $points[$i]['nafwidth'] : 1; } $naf = []; // comb all window NAFs $max = 0; for ($i = $length - 1; $i >= 1; $i-= 2) { $a = $i - 1; $b = $i; if ($wndWidth[$a] != 1 || $wndWidth[$b] != 1) { $naf[$a] = $scalars[$a]->getNAF($wndWidth[$a]); $naf[$b] = $scalars[$b]->getNAF($wndWidth[$b]); $max = max(count($naf[$a]), count($naf[$b]), $max); continue; } $comb = [ $points[$a], // 1 null, // 3 null, // 5 $points[$b] // 7 ]; $comb[1] = $this->addPoint($points[$a], $points[$b]); $comb[2] = $this->addPoint($points[$a], $this->negatePoint($points[$b])); $index = [ -3, /* -1 -1 */ -1, /* -1 0 */ -5, /* -1 1 */ -7, /* 0 -1 */ 0, /* 0 -1 */ 7, /* 0 1 */ 5, /* 1 -1 */ 1, /* 1 0 */ 3 /* 1 1 */ ]; $jsf = self::getJSFPoints($scalars[$a], $scalars[$b]); $max = max(count($jsf[0]), $max); if ($max > 0) { $naf[$a] = array_fill(0, $max, 0); $naf[$b] = array_fill(0, $max, 0); } else { $naf[$a] = []; $naf[$b] = []; } for ($j = 0; $j < $max; $j++) { $ja = isset($jsf[0][$j]) ? $jsf[0][$j] : 0; $jb = isset($jsf[1][$j]) ? $jsf[1][$j] : 0; $naf[$a][$j] = $index[3 * ($ja + 1) + $jb + 1]; $naf[$b][$j] = 0; $wnd[$a] = $comb; } } $acc = []; $temp = [0, 0, 0, 0]; for ($i = $max; $i >= 0; $i--) { $k = 0; while ($i >= 0) { $zero = true; for ($j = 0; $j < $length; $j++) { $temp[$j] = isset($naf[$j][$i]) ? $naf[$j][$i] : 0; if ($temp[$j] != 0) { $zero = false; } } if (!$zero) { break; } $k++; $i--; } if ($i >= 0) { $k++; } while ($k--) { $acc = $this->doublePoint($acc); } if ($i < 0) { break; } for ($j = 0; $j < $length; $j++) { $z = $temp[$j]; $p = null; if ($z == 0) { continue; } $p = $z > 0 ? $wnd[$j][($z - 1) >> 1] : $this->negatePoint($wnd[$j][(-$z - 1) >> 1]); $acc = $this->addPoint($acc, $p); } } return $this->convertToAffine($acc); } /** * Precomputes NAF points * * Adapted from https://git.io/vxY1f * * @return int[] */ private function getNAFPoints($point, $wnd) { if (isset($point['naf'])) { return $point['naf']; } $res = [$point]; $max = (1 << $wnd) - 1; $dbl = $max == 1 ? null : $this->doublePoint($point); for ($i = 1; $i < $max; $i++) { $res[] = $this->addPoint($res[$i - 1], $dbl); } $point['naf'] = $res; /* $str = ''; foreach ($res as $re) { $re[0] = bin2hex($re[0]->toBytes()); $re[1] = bin2hex($re[1]->toBytes()); $str.= " ['$re[0]', '$re[1]'],\r\n"; } file_put_contents('temp.txt', $str); exit; */ return $res; } /** * Precomputes points in Joint Sparse Form * * Adapted from https://git.io/vxrpD * * @return int[] */ private static function getJSFPoints(Integer $k1, Integer $k2) { static $three; if (!isset($three)) { $three = new BigInteger(3); } $jsf = [[], []]; $k1 = $k1->toBigInteger(); $k2 = $k2->toBigInteger(); $d1 = 0; $d2 = 0; while ($k1->compare(new BigInteger(-$d1)) > 0 || $k2->compare(new BigInteger(-$d2)) > 0) { // first phase $m14 = $k1->testBit(0) + 2 * $k1->testBit(1); $m14+= $d1; $m14&= 3; $m24 = $k2->testBit(0) + 2 * $k2->testBit(1); $m24+= $d2; $m24&= 3; if ($m14 == 3) { $m14 = -1; } if ($m24 == 3) { $m24 = -1; } $u1 = 0; if ($m14 & 1) { // if $m14 is odd $m8 = $k1->testBit(0) + 2 * $k1->testBit(1) + 4 * $k1->testBit(2); $m8+= $d1; $m8&= 7; $u1 = ($m8 == 3 || $m8 == 5) && $m24 == 2 ? -$m14 : $m14; } $jsf[0][] = $u1; $u2 = 0; if ($m24 & 1) { // if $m24 is odd $m8 = $k2->testBit(0) + 2 * $k2->testBit(1) + 4 * $k2->testBit(2); $m8+= $d2; $m8&= 7; $u2 = ($m8 == 3 || $m8 == 5) && $m14 == 2 ? -$m24 : $m24; } $jsf[1][] = $u2; // second phase if (2 * $d1 == $u1 + 1) { $d1 = 1 - $d1; } if (2 * $d2 == $u2 + 1) { $d2 = 1 - $d2; } $k1 = $k1->bitwise_rightShift(1); $k2 = $k2->bitwise_rightShift(1); } return $jsf; } /** * Returns the affine point * * A Jacobian Coordinate is of the form (x, y, z). * To convert a Jacobian Coordinate to an Affine Point * you do (x / z^2, y / z^3) * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToAffine(array $p) { if (!isset($p[2])) { return $p; } list($x, $y, $z) = $p; $z = $this->one->divide($z); $z2 = $z->multiply($z); return [ $x->multiply($z2), $y->multiply($z2)->multiply($z) ]; } /** * Converts an affine point to a jacobian coordinate * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToInternal(array $p) { if (isset($p[2])) { return $p; } $p[2] = clone $this->one; $p['fresh'] = true; return $p; } }PK5 ZOc&&Cvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\BaseCurves; use phpseclib3\Common\Functions\Strings; use phpseclib3\Math\BinaryField; use phpseclib3\Math\BigInteger; use phpseclib3\Math\BinaryField\Integer as BinaryInteger; /** * Curves over y^2 + x*y = x^3 + a*x^2 + b * * @package Binary * @author Jim Wigginton * @access public */ class Binary extends Base { /** * Binary Field Integer factory * * @var \phpseclib3\Math\BinaryField */ protected $factory; /** * Cofficient for x^1 * * @var object */ protected $a; /** * Cofficient for x^0 * * @var object */ protected $b; /** * Base Point * * @var object */ protected $p; /** * The number one over the specified finite field * * @var object */ protected $one; /** * The modulo * * @var BigInteger */ protected $modulo; /** * The Order * * @var BigInteger */ protected $order; /** * Sets the modulo */ public function setModulo(...$modulo) { $this->modulo = $modulo; $this->factory = new BinaryField(...$modulo); $this->one = $this->factory->newInteger("\1"); } /** * Set coefficients a and b * * @param string $a * @param string $b */ public function setCoefficients($a, $b) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->a = $this->factory->newInteger(pack('H*', $a)); $this->b = $this->factory->newInteger(pack('H*', $b)); } /** * Set x and y coordinates for the base point * * @param string|BinaryInteger $x * @param string|BinaryInteger $y */ public function setBasePoint($x, $y) { switch (true) { case !is_string($x) && !$x instanceof BinaryInteger: throw new \UnexpectedValueException('Argument 1 passed to Binary::setBasePoint() must be a string or an instance of BinaryField\Integer'); case !is_string($y) && !$y instanceof BinaryInteger: throw new \UnexpectedValueException('Argument 2 passed to Binary::setBasePoint() must be a string or an instance of BinaryField\Integer'); } if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->p = [ is_string($x) ? $this->factory->newInteger(pack('H*', $x)) : $x, is_string($y) ? $this->factory->newInteger(pack('H*', $y)) : $y ]; } /** * Retrieve the base point as an array * * @return array */ public function getBasePoint() { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } /* if (!isset($this->p)) { throw new \RuntimeException('setBasePoint needs to be called before this method'); } */ return $this->p; } /** * Adds two points on the curve * * @return FiniteField[] */ public function addPoint(array $p, array $q) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p) || !count($q)) { if (count($q)) { return $q; } if (count($p)) { return $p; } return []; } if (!isset($p[2]) || !isset($q[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordinates or vice versa'); } if ($p[0]->equals($q[0])) { return !$p[1]->equals($q[1]) ? [] : $this->doublePoint($p); } // formulas from http://hyperelliptic.org/EFD/g12o/auto-shortw-jacobian.html list($x1, $y1, $z1) = $p; list($x2, $y2, $z2) = $q; $o1 = $z1->multiply($z1); $b = $x2->multiply($o1); if ($z2->equals($this->one)) { $d = $y2->multiply($o1)->multiply($z1); $e = $x1->add($b); $f = $y1->add($d); $z3 = $e->multiply($z1); $h = $f->multiply($x2)->add($z3->multiply($y2)); $i = $f->add($z3); $g = $z3->multiply($z3); $p1 = $this->a->multiply($g); $p2 = $f->multiply($i); $p3 = $e->multiply($e)->multiply($e); $x3 = $p1->add($p2)->add($p3); $y3 = $i->multiply($x3)->add($g->multiply($h)); return [$x3, $y3, $z3]; } $o2 = $z2->multiply($z2); $a = $x1->multiply($o2); $c = $y1->multiply($o2)->multiply($z2); $d = $y2->multiply($o1)->multiply($z1); $e = $a->add($b); $f = $c->add($d); $g = $e->multiply($z1); $h = $f->multiply($x2)->add($g->multiply($y2)); $z3 = $g->multiply($z2); $i = $f->add($z3); $p1 = $this->a->multiply($z3->multiply($z3)); $p2 = $f->multiply($i); $p3 = $e->multiply($e)->multiply($e); $x3 = $p1->add($p2)->add($p3); $y3 = $i->multiply($x3)->add($g->multiply($g)->multiply($h)); return [$x3, $y3, $z3]; } /** * Doubles a point on a curve * * @return FiniteField[] */ public function doublePoint(array $p) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } if (!count($p)) { return []; } if (!isset($p[2])) { throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordinates or vice versa'); } // formulas from http://hyperelliptic.org/EFD/g12o/auto-shortw-jacobian.html list($x1, $y1, $z1) = $p; $a = $x1->multiply($x1); $b = $a->multiply($a); if ($z1->equals($this->one)) { $x3 = $b->add($this->b); $z3 = clone $x1; $p1 = $a->add($y1)->add($z3)->multiply($this->b); $p2 = $a->add($y1)->multiply($b); $y3 = $p1->add($p2); return [$x3, $y3, $z3]; } $c = $z1->multiply($z1); $d = $c->multiply($c); $x3 = $b->add($this->b->multiply($d->multiply($d))); $z3 = $x1->multiply($c); $p1 = $b->multiply($z3); $p2 = $a->add($y1->multiply($z1))->add($z3)->multiply($x3); $y3 = $p1->add($p2); return [$x3, $y3, $z3]; } /** * Returns the X coordinate and the derived Y coordinate * * Not supported because it is covered by patents. * Quoting https://www.openssl.org/docs/man1.1.0/apps/ecparam.html , * * "Due to patent issues the compressed option is disabled by default for binary curves * and can be enabled by defining the preprocessor macro OPENSSL_EC_BIN_PT_COMP at * compile time." * * @return array */ public function derivePoint($m) { throw new \RuntimeException('Point compression on binary finite field elliptic curves is not supported'); } /** * Tests whether or not the x / y values satisfy the equation * * @return boolean */ public function verifyPoint(array $p) { list($x, $y) = $p; $lhs = $y->multiply($y); $lhs = $lhs->add($x->multiply($y)); $x2 = $x->multiply($x); $x3 = $x2->multiply($x); $rhs = $x3->add($this->a->multiply($x2))->add($this->b); return $lhs->equals($rhs); } /** * Returns the modulo * * @return \phpseclib3\Math\BigInteger */ public function getModulo() { return $this->modulo; } /** * Returns the a coefficient * * @return \phpseclib3\Math\PrimeField\Integer */ public function getA() { return $this->a; } /** * Returns the a coefficient * * @return \phpseclib3\Math\PrimeField\Integer */ public function getB() { return $this->b; } /** * Returns the affine point * * A Jacobian Coordinate is of the form (x, y, z). * To convert a Jacobian Coordinate to an Affine Point * you do (x / z^2, y / z^3) * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToAffine(array $p) { if (!isset($p[2])) { return $p; } list($x, $y, $z) = $p; $z = $this->one->divide($z); $z2 = $z->multiply($z); return [ $x->multiply($z2), $y->multiply($z2)->multiply($z) ]; } /** * Converts an affine point to a jacobian coordinate * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToInternal(array $p) { if (isset($p[2])) { return $p; } $p[2] = clone $this->one; $p['fresh'] = true; return $p; } }PK5 ZI$bKvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\BaseCurves; use phpseclib3\Math\PrimeField; use phpseclib3\Math\BigInteger; use phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over a*x^2 + y^2 = 1 + d*x^2*y^2 * * @package Prime * @author Jim Wigginton * @access public */ class TwistedEdwards extends Base { /** * The modulo * * @var BigInteger */ protected $modulo; /** * Cofficient for x^2 * * @var object */ protected $a; /** * Cofficient for x^2*y^2 * * @var object */ protected $d; /** * Base Point * * @var object[] */ protected $p; /** * The number zero over the specified finite field * * @var object */ protected $zero; /** * The number one over the specified finite field * * @var object */ protected $one; /** * The number two over the specified finite field * * @var object */ protected $two; /** * Sets the modulo */ public function setModulo(BigInteger $modulo) { $this->modulo = $modulo; $this->factory = new PrimeField($modulo); $this->zero = $this->factory->newInteger(new BigInteger(0)); $this->one = $this->factory->newInteger(new BigInteger(1)); $this->two = $this->factory->newInteger(new BigInteger(2)); } /** * Set coefficients a and b */ public function setCoefficients(BigInteger $a, BigInteger $d) { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->a = $this->factory->newInteger($a); $this->d = $this->factory->newInteger($d); } /** * Set x and y coordinates for the base point */ public function setBasePoint($x, $y) { switch (true) { case !$x instanceof BigInteger && !$x instanceof PrimeInteger: throw new \UnexpectedValueException('Argument 1 passed to Prime::setBasePoint() must be an instance of either BigInteger or PrimeField\Integer'); case !$y instanceof BigInteger && !$y instanceof PrimeInteger: throw new \UnexpectedValueException('Argument 2 passed to Prime::setBasePoint() must be an instance of either BigInteger or PrimeField\Integer'); } if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } $this->p = [ $x instanceof BigInteger ? $this->factory->newInteger($x) : $x, $y instanceof BigInteger ? $this->factory->newInteger($y) : $y ]; } /** * Returns the a coefficient * * @return \phpseclib3\Math\PrimeField\Integer */ public function getA() { return $this->a; } /** * Returns the a coefficient * * @return \phpseclib3\Math\PrimeField\Integer */ public function getD() { return $this->d; } /** * Retrieve the base point as an array * * @return array */ public function getBasePoint() { if (!isset($this->factory)) { throw new \RuntimeException('setModulo needs to be called before this method'); } /* if (!isset($this->p)) { throw new \RuntimeException('setBasePoint needs to be called before this method'); } */ return $this->p; } /** * Returns the affine point * * @return \phpseclib3\Math\PrimeField\Integer[] */ public function convertToAffine(array $p) { if (!isset($p[2])) { return $p; } list($x, $y, $z) = $p; $z = $this->one->divide($z); return [ $x->multiply($z), $y->multiply($z) ]; } /** * Returns the modulo * * @return \phpseclib3\Math\BigInteger */ public function getModulo() { return $this->modulo; } /** * Tests whether or not the x / y values satisfy the equation * * @return boolean */ public function verifyPoint(array $p) { list($x, $y) = $p; $x2 = $x->multiply($x); $y2 = $y->multiply($y); $lhs = $this->a->multiply($x2)->add($y2); $rhs = $this->d->multiply($x2)->multiply($y2)->add($this->one); return $lhs->equals($rhs); } }PK5 Z0Avendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\BaseCurves; use phpseclib3\Math\Common\FiniteField; use phpseclib3\Math\BigInteger; /** * Base * * @package Prime * @author Jim Wigginton * @access public */ abstract class Base { /** * Doubles * * @var object[] */ protected $doubles; /** * NAF Points * * @var int[] */ private $naf; /** * The Order * * @var BigInteger */ protected $order; /** * Finite Field Integer factory * * @var \phpseclib3\Math\FiniteField\Integer */ protected $factory; /** * Returns a random integer * * @return object */ public function randomInteger() { return $this->factory->randomInteger(); } /** * Converts a BigInteger to a FiniteField integer * * @return object */ public function convertInteger(BigInteger $x) { return $this->factory->newInteger($x); } /** * Returns the length, in bytes, of the modulo * * @return integer */ public function getLengthInBytes() { return $this->factory->getLengthInBytes(); } /** * Returns the length, in bits, of the modulo * * @return integer */ public function getLength() { return $this->factory->getLength(); } /** * Multiply a point on the curve by a scalar * * Uses the montgomery ladder technique as described here: * * https://en.wikipedia.org/wiki/Elliptic_curve_point_multiplication#Montgomery_ladder * https://github.com/phpecc/phpecc/issues/16#issuecomment-59176772 * * @return array */ public function multiplyPoint(array $p, FiniteField\Integer $d) { $alreadyInternal = isset($p[2]); $r = $alreadyInternal ? [[], $p] : [[], $this->convertToInternal($p)]; $d = $d->toBits(); for ($i = 0; $i < strlen($d); $i++) { $d_i = (int) $d[$i]; $r[1 - $d_i] = $this->addPoint($r[0], $r[1]); $r[$d_i] = $this->doublePoint($r[$d_i]); } return $alreadyInternal ? $r[0] : $this->convertToAffine($r[0]); } /** * Creates a random scalar multiplier * * @return FiniteField */ public function createRandomMultiplier() { static $one; if (!isset($one)) { $one = new BigInteger(1); } $dA = BigInteger::randomRange($one, $this->order->subtract($one)); return $this->factory->newInteger($dA); } /** * Sets the Order */ public function setOrder(BigInteger $order) { $this->order = $order; } /** * Returns the Order * * @return \phpseclib3\Math\BigInteger */ public function getOrder() { return $this->order; } /** * Use a custom defined modular reduction function * * @return object */ public function setReduction(callable $func) { $this->factory->setReduction($func); } /** * Returns the affine point * * @return object[] */ public function convertToAffine(array $p) { return $p; } /** * Converts an affine point to a jacobian coordinate * * @return object[] */ public function convertToInternal(array $p) { return $p; } /** * Negates a point * * @return object[] */ public function negatePoint(array $p) { $temp = [ $p[0], $p[1]->negate() ]; if (isset($p[2])) { $temp[] = $p[2]; } return $temp; } /** * Multiply and Add Points * * @return int[] */ public function multiplyAddPoints(array $points, array $scalars) { $p1 = $this->convertToInternal($points[0]); $p2 = $this->convertToInternal($points[1]); $p1 = $this->multiplyPoint($p1, $scalars[0]); $p2 = $this->multiplyPoint($p2, $scalars[1]); $r = $this->addPoint($p1, $p2); return $this->convertToAffine($r); } }PK5 Z X'X'Ivendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.phpnu[ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ namespace phpseclib3\Crypt\EC\BaseCurves; use phpseclib3\Common\Functions\Strings; use phpseclib3\Math\PrimeField; use phpseclib3\Math\BigInteger; use phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over y^2 = x^3 + b * * @package KoblitzPrime * @author Jim Wigginton * @access public */ class KoblitzPrime extends Prime { // don't overwrite setCoefficients() with one that only accepts one parameter so that // one might be able to switch between KoblitzPrime and Prime more easily (for benchmarking // purposes). /** * Multiply and Add Points * * Uses a efficiently computable endomorphism to achieve a slight speedup * * Adapted from https://git.io/vxbrP * * @return int[] */ public function multiplyAddPoints(array $points, array $scalars) { static $zero, $one, $two; if (!isset($two)) { $two = new BigInteger(2); $one = new BigInteger(1); } if (!isset($this->beta)) { // get roots $inv = $this->one->divide($this->two)->negate(); $s = $this->three->negate()->squareRoot()->multiply($inv); $betas = [ $inv->add($s), $inv->subtract($s) ]; $this->beta = $betas[0]->compare($betas[1]) < 0 ? $betas[0] : $betas[1]; //echo strtoupper($this->beta->toHex(true)) . "\n"; exit; } if (!isset($this->basis)) { $factory = new PrimeField($this->order); $tempOne = $factory->newInteger($one); $tempTwo = $factory->newInteger($two); $tempThree = $factory->newInteger(new BigInteger(3)); $inv = $tempOne->divide($tempTwo)->negate(); $s = $tempThree->negate()->squareRoot()->multiply($inv); $lambdas = [ $inv->add($s), $inv->subtract($s) ]; $lhs = $this->multiplyPoint($this->p, $lambdas[0])[0]; $rhs = $this->p[0]->multiply($this->beta); $lambda = $lhs->equals($rhs) ? $lambdas[0] : $lambdas[1]; $this->basis = static::extendedGCD($lambda->toBigInteger(), $this->order); ///* foreach ($this->basis as $basis) { echo strtoupper($basis['a']->toHex(true)) . "\n"; echo strtoupper($basis['b']->toHex(true)) . "\n\n"; } exit; //*/ } $npoints = $nscalars = []; for ($i = 0; $i < count($points); $i++) { $p = $points[$i]; $k = $scalars[$i]->toBigInteger(); // begin split list($v1, $v2) = $this->basis; $c1 = $v2['b']->multiply($k); list($c1, $r) = $c1->divide($this->order); if ($this->order->compare($r->multiply($two)) <= 0) { $c1 = $c1->add($one); } $c2 = $v1['b']->negate()->multiply($k); list($c2, $r) = $c2->divide($this->order); if ($this->order->compare($r->multiply($two)) <= 0) { $c2 = $c2->add($one); } $p1 = $c1->multiply($v1['a']); $p2 = $c2->multiply($v2['a']); $q1 = $c1->multiply($v1['b']); $q2 = $c2->multiply($v2['b']); $k1 = $k->subtract($p1)->subtract($p2); $k2 = $q1->add($q2)->negate(); // end split $beta = [ $p[0]->multiply($this->beta), $p[1], clone $this->one ]; if (isset($p['naf'])) { $beta['naf'] = array_map(function($p) { return [ $p[0]->multiply($this->beta), $p[1], clone $this->one ]; }, $p['naf']); $beta['nafwidth'] = $p['nafwidth']; } if ($k1->isNegative()) { $k1 = $k1->negate(); $p = $this->negatePoint($p); } if ($k2->isNegative()) { $k2 = $k2->negate(); $beta = $this->negatePoint($beta); } $pos = 2 * $i; $npoints[$pos] = $p; $nscalars[$pos] = $this->factory->newInteger($k1); $pos++; $npoints[$pos] = $beta; $nscalars[$pos] = $this->factory->newInteger($k2); } return parent::multiplyAddPoints($npoints, $nscalars); } /** * Returns the numerator and denominator of the slope * * @return FiniteField[] */ protected function doublePointHelper(array $p) { $numerator = $this->three->multiply($p[0])->multiply($p[0]); $denominator = $this->two->multiply($p[1]); return [$numerator, $denominator]; } /** * Doubles a jacobian coordinate on the curve * * See http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#doubling-dbl-2009-l * * @return FiniteField[] */ protected function jacobianDoublePoint(array $p) { list($x1, $y1, $z1) = $p; $a = $x1->multiply($x1); $b = $y1->multiply($y1); $c = $b->multiply($b); $d = $x1->add($b); $d = $d->multiply($d)->subtract($a)->subtract($c)->multiply($this->two); $e = $this->three->multiply($a); $f = $e->multiply($e); $x3 = $f->subtract($this->two->multiply($d)); $y3 = $e->multiply($d->subtract($x3))->subtract( $this->eight->multiply($c)); $z3 = $this->two->multiply($y1)->multiply($z1); return [$x3, $y3, $z3]; } /** * Doubles a "fresh" jacobian coordinate on the curve * * See http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#doubling-mdbl-2007-bl * * @return FiniteField[] */ protected function jacobianDoublePointMixed(array $p) { list($x1, $y1) = $p; $xx = $x1->multiply($x1); $yy = $y1->multiply($y1); $yyyy = $yy->multiply($yy); $s = $x1->add($yy); $s = $s->multiply($s)->subtract($xx)->subtract($yyyy)->multiply($this->two); $m = $this->three->multiply($xx); $t = $m->multiply($m)->subtract($this->two->multiply($s)); $x3 = $t; $y3 = $s->subtract($t); $y3 = $m->multiply($y3)->subtract($this->eight->multiply($yyyy)); $z3 = $this->two->multiply($y1); return [$x3, $y3, $z3]; } /** * Tests whether or not the x / y values satisfy the equation * * @return boolean */ public function verifyPoint(array $p) { list($x, $y) = $p; $lhs = $y->multiply($y); $temp = $x->multiply($x)->multiply($x); $rhs = $temp->add($this->b); return $lhs->equals($rhs); } /** * Calculates the parameters needed from the Euclidean algorithm as discussed at * http://diamond.boisestate.edu/~liljanab/MATH308/GuideToECC.pdf#page=148 * * @param BigInteger $u * @param BigInteger $v * @return BigInteger[] */ protected static function extendedGCD(BigInteger $u, BigInteger $v) { $one = new BigInteger(1); $zero = new BigInteger(); $a = clone $one; $b = clone $zero; $c = clone $zero; $d = clone $one; $stop = $v->bitwise_rightShift($v->getLength() >> 1); $a1 = clone $zero; $b1 = clone $zero; $a2 = clone $zero; $b2 = clone $zero; $postGreatestIndex = 0; while (!$v->equals($zero)) { list($q) = $u->divide($v); $temp = $u; $u = $v; $v = $temp->subtract($v->multiply($q)); $temp = $a; $a = $c; $c = $temp->subtract($a->multiply($q)); $temp = $b; $b = $d; $d = $temp->subtract($b->multiply($q)); if ($v->compare($stop) > 0) { $a0 = $v; $b0 = $c; } else { $postGreatestIndex++; } if ($postGreatestIndex == 1) { $a1 = $v; $b1 = $c->negate(); } if ($postGreatestIndex == 2) { $rhs = $a0->multiply($a0)->add($b0->multiply($b0)); $lhs = $v->multiply($v)->add($b->multiply($b)); if ($lhs->compare($rhs) <= 0) { $a2 = $a0; $b2 = $b0->negate(); } else { $a2 = $v; $b2 = $c->negate(); } break; } } return [ ['a' => $a1, 'b' => $b1], ['a' => $a2, 'b' => $b2] ]; } }PK5 Zn13131vendor/phpseclib/phpseclib/phpseclib/Crypt/EC.phpnu[ * getPublicKey(); * * $plaintext = 'terrafrost'; * * $signature = $private->sign($plaintext); * * echo $public->verify($plaintext, $signature) ? 'verified' : 'unverified'; * ?> * * * @category Crypt * @package EC * @author Jim Wigginton * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\AsymmetricKey; use phpseclib3\Crypt\EC\PrivateKey; use phpseclib3\Crypt\EC\PublicKey; use phpseclib3\Crypt\EC\Parameters; use phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; use phpseclib3\Crypt\EC\Curves\Curve25519; use phpseclib3\Crypt\EC\Curves\Ed25519; use phpseclib3\Crypt\EC\Curves\Ed448; use phpseclib3\Crypt\EC\Formats\Keys\PKCS1; use phpseclib3\File\ASN1\Maps\ECParameters; use phpseclib3\File\ASN1; use phpseclib3\Math\BigInteger; use phpseclib3\Exception\UnsupportedCurveException; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\Exception\UnsupportedOperationException; /** * Pure-PHP implementation of EC. * * @package EC * @author Jim Wigginton * @access public */ abstract class EC extends AsymmetricKey { /** * Algorithm Name * * @var string * @access private */ const ALGORITHM = 'EC'; /** * Public Key QA * * @var object[] */ protected $QA; /** * Curve * * @var \phpseclib3\Crypt\EC\BaseCurves\Base */ protected $curve; /** * Signature Format * * @var string * @access private */ protected $format; /** * Signature Format (Short) * * @var string * @access private */ protected $shortFormat; /** * Curve Name * * @var string */ private $curveName; /** * Curve Order * * Used for deterministic ECDSA * * @var \phpseclib3\Math\BigInteger */ protected $q; /** * Alias for the private key * * Used for deterministic ECDSA. AsymmetricKey expects $x. I don't like x because * with x you have x * the base point yielding an (x, y)-coordinate that is the * public key. But the x is different depending on which side of the equal sign * you're on. It's less ambiguous if you do dA * base point = (x, y)-coordinate. * * @var \phpseclib3\Math\BigInteger */ protected $x; /** * Context * * @var string */ protected $context; /** * Create public / private key pair. * * @access public * @param string $curve * @return \phpseclib3\Crypt\EC\PrivateKey */ public static function createKey($curve) { self::initialize_static_variables(); if (!isset(self::$engines['PHP'])) { self::useBestEngine(); } $curve = strtolower($curve); if (self::$engines['libsodium'] && $curve == 'ed25519' && function_exists('sodium_crypto_sign_keypair')) { $kp = sodium_crypto_sign_keypair(); $privatekey = EC::loadFormat('libsodium', sodium_crypto_sign_secretkey($kp)); //$publickey = EC::loadFormat('libsodium', sodium_crypto_sign_publickey($kp)); $privatekey->curveName = 'Ed25519'; //$publickey->curveName = $curve; return $privatekey; } $privatekey = new PrivateKey; $curveName = $curve; if (preg_match('#(?:^curve|^ed)\d+$#', $curveName)) { $curveName = ucfirst($curveName); } elseif (substr($curveName, 0, 10) == 'brainpoolp') { $curveName = 'brainpoolP' . substr($curveName, 10); } $curve = '\phpseclib3\Crypt\EC\Curves\\' . $curveName; if (!class_exists($curve)) { throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported'); } $reflect = new \ReflectionClass($curve); $curveName = $reflect->isFinal() ? $reflect->getParentClass()->getShortName() : $reflect->getShortName(); $curve = new $curve(); $privatekey->dA = $dA = $curve->createRandomMultiplier(); if ($curve instanceof Curve25519 && self::$engines['libsodium']) { //$r = pack('H*', '0900000000000000000000000000000000000000000000000000000000000000'); //$QA = sodium_crypto_scalarmult($dA->toBytes(), $r); $QA = sodium_crypto_box_publickey_from_secretkey($dA->toBytes()); $privatekey->QA = [$curve->convertInteger(new BigInteger(strrev($QA), 256))]; } else { $privatekey->QA = $curve->multiplyPoint($curve->getBasePoint(), $dA); } $privatekey->curve = $curve; //$publickey = clone $privatekey; //unset($publickey->dA); //unset($publickey->x); $privatekey->curveName = $curveName; //$publickey->curveName = $curveName; if ($privatekey->curve instanceof TwistedEdwardsCurve) { return $privatekey->withHash($curve::HASH); } return $privatekey; } /** * OnLoad Handler * * @return bool * @access protected * @param array $components */ protected static function onLoad($components) { if (!isset(self::$engines['PHP'])) { self::useBestEngine(); } if (!isset($components['dA']) && !isset($components['QA'])) { $new = new Parameters; $new->curve = $components['curve']; return $new; } $new = isset($components['dA']) ? new PrivateKey : new PublicKey; $new->curve = $components['curve']; $new->QA = $components['QA']; if (isset($components['dA'])) { $new->dA = $components['dA']; } if ($new->curve instanceof TwistedEdwardsCurve) { return $new->withHash($components['curve']::HASH); } return $new; } /** * Constructor * * PublicKey and PrivateKey objects can only be created from abstract RSA class */ protected function __construct() { $this->sigFormat = self::validatePlugin('Signature', 'ASN1'); $this->shortFormat = 'ASN1'; parent::__construct(); } /** * Returns the curve * * Returns a string if it's a named curve, an array if not * * @access public * @return string|array */ public function getCurve() { if ($this->curveName) { return $this->curveName; } if ($this->curve instanceof MontgomeryCurve) { $this->curveName = $this->curve instanceof Curve25519 ? 'Curve25519' : 'Curve448'; return $this->curveName; } if ($this->curve instanceof TwistedEdwardsCurve) { $this->curveName = $this->curve instanceof Ed25519 ? 'Ed25519' : 'Ed448'; return $this->curveName; } $params = $this->getParameters()->toString('PKCS8', ['namedCurve' => true]); $decoded = ASN1::extractBER($params); $decoded = ASN1::decodeBER($decoded); $decoded = ASN1::asn1map($decoded[0], ECParameters::MAP); if (isset($decoded['namedCurve'])) { $this->curveName = $decoded['namedCurve']; return $decoded['namedCurve']; } if (!$namedCurves) { PKCS1::useSpecifiedCurve(); } return $decoded; } /** * Returns the key size * * Quoting https://tools.ietf.org/html/rfc5656#section-2, * * "The size of a set of elliptic curve domain parameters on a prime * curve is defined as the number of bits in the binary representation * of the field order, commonly denoted by p. Size on a * characteristic-2 curve is defined as the number of bits in the binary * representation of the field, commonly denoted by m. A set of * elliptic curve domain parameters defines a group of order n generated * by a base point P" * * @access public * @return int */ public function getLength() { return $this->curve->getLength(); } /** * Returns the current engine being used * * @see self::useInternalEngine() * @see self::useBestEngine() * @access public * @return string */ public function getEngine() { if ($this->curve instanceof TwistedEdwardsCurve) { return $this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context) ? 'libsodium' : 'PHP'; } return self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods()) ? 'OpenSSL' : 'PHP'; } /** * Returns the public key coordinates as a string * * Used by ECDH * * @return string */ public function getEncodedCoordinates() { if ($this->curve instanceof MontgomeryCurve) { return strrev($this->QA[0]->toBytes(true)); } if ($this->curve instanceof TwistedEdwardsCurve) { return $this->curve->encodePoint($this->QA); } return "\4" . $this->QA[0]->toBytes(true) . $this->QA[1]->toBytes(true); } /** * Returns the parameters * * @see self::getPublicKey() * @access public * @param string $type optional * @return mixed */ public function getParameters($type = 'PKCS1') { $type = self::validatePlugin('Keys', $type, 'saveParameters'); $key = $type::saveParameters($this->curve); return EC::load($key, 'PKCS1') ->withHash($this->hash->getHash()) ->withSignatureFormat($this->shortFormat); } /** * Determines the signature padding mode * * Valid values are: ASN1, SSH2, Raw * * @access public * @param string $format */ public function withSignatureFormat($format) { if ($this->curve instanceof MontgomeryCurve) { throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures'); } $new = clone $this; $new->shortFormat = $format; $new->sigFormat = self::validatePlugin('Signature', $format); return $new; } /** * Returns the signature format currently being used * * @access public */ public function getSignatureFormat() { return $this->shortFormat; } /** * Sets the context * * Used by Ed25519 / Ed448. * * @see self::sign() * @see self::verify() * @access public * @param string $context optional */ public function withContext($context = null) { if (!$this->curve instanceof TwistedEdwardsCurve) { throw new UnsupportedCurveException('Only Ed25519 and Ed448 support contexts'); } $new = clone $this; if (!isset($context)) { $new->context = null; return $new; } if (!is_string($context)) { throw new \InvalidArgumentException('setContext expects a string'); } if (strlen($context) > 255) { throw new \LengthException('The context is supposed to be, at most, 255 bytes long'); } $new->context = $context; return $new; } /** * Returns the signature format currently being used * * @access public */ public function getContext() { return $this->context; } /** * Determines which hashing function should be used * * @access public * @param string $hash */ public function withHash($hash) { if ($this->curve instanceof MontgomeryCurve) { throw new UnsupportedOperationException('Montgomery Curves cannot be used to create signatures'); } if ($this->curve instanceof Ed25519 && $hash != 'sha512') { throw new UnsupportedAlgorithmException('Ed25519 only supports sha512 as a hash'); } if ($this->curve instanceof Ed448 && $hash != 'shake256-912') { throw new UnsupportedAlgorithmException('Ed448 only supports shake256 with a length of 114 bytes'); } return parent::withHash($hash); } /** * __toString() magic method * * @return string */ public function __toString() { if ($this->curve instanceof MontgomeryCurve) { return ''; } return parent::__toString(); } }PK5 ZhH\7o7o2vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.phpnu[ * getPublicKey(); * * $plaintext = 'terrafrost'; * * $ciphertext = $public->encrypt($plaintext); * * echo $private->decrypt($ciphertext); * ?> * * * Here's an example of how to create signatures and verify signatures with this library: * * getPublicKey(); * * $plaintext = 'terrafrost'; * * $signature = $private->sign($plaintext); * * echo $public->verify($plaintext, $signature) ? 'verified' : 'unverified'; * ?> * * * One thing to consider when using this: so phpseclib uses PSS mode by default. * Technically, id-RSASSA-PSS has a different key format than rsaEncryption. So * should phpseclib save to the id-RSASSA-PSS format by default or the * rsaEncryption format? For stand-alone keys I figure rsaEncryption is better * because SSH doesn't use PSS and idk how many SSH servers would be able to * decode an id-RSASSA-PSS key. For X.509 certificates the id-RSASSA-PSS * format is used by default (unless you change it up to use PKCS1 instead) * * @category Crypt * @package RSA * @author Jim Wigginton * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\AsymmetricKey; use phpseclib3\Crypt\RSA\PrivateKey; use phpseclib3\Crypt\RSA\PublicKey; use phpseclib3\Math\BigInteger; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\Exception\InconsistentSetupException; use phpseclib3\Crypt\RSA\Formats\Keys\PSS; /** * Pure-PHP PKCS#1 compliant implementation of RSA. * * @package RSA * @author Jim Wigginton * @access public */ abstract class RSA extends AsymmetricKey { /** * Algorithm Name * * @var string * @access private */ const ALGORITHM = 'RSA'; /** * Use {@link http://en.wikipedia.org/wiki/Optimal_Asymmetric_Encryption_Padding Optimal Asymmetric Encryption Padding} * (OAEP) for encryption / decryption. * * Uses sha256 by default * * @see self::setHash() * @see self::setMGFHash() * @access public * @see self::encrypt() * @see self::decrypt() */ const ENCRYPTION_OAEP = 1; /** * Use PKCS#1 padding. * * Although self::PADDING_OAEP / self::PADDING_PSS offers more security, including PKCS#1 padding is necessary for purposes of backwards * compatibility with protocols (like SSH-1) written before OAEP's introduction. * * @access public * @see self::encrypt() * @see self::decrypt() */ const ENCRYPTION_PKCS1 = 2; /** * Do not use any padding * * Although this method is not recommended it can none-the-less sometimes be useful if you're trying to decrypt some legacy * stuff, if you're trying to diagnose why an encrypted message isn't decrypting, etc. * * @access public * @see self::encrypt() * @see self::decrypt() */ const ENCRYPTION_NONE = 4; /** * Use the Probabilistic Signature Scheme for signing * * Uses sha256 and 0 as the salt length * * @see self::setSaltLength() * @see self::setMGFHash() * @see self::setHash() * @see self::sign() * @see self::verify() * @see self::setHash() * @access public */ const SIGNATURE_PSS = 16; /** * Use a relaxed version of PKCS#1 padding for signature verification * * @see self::sign() * @see self::verify() * @see self::setHash() * @access public */ const SIGNATURE_RELAXED_PKCS1 = 32; /** * Use PKCS#1 padding for signature verification * * @see self::sign() * @see self::verify() * @see self::setHash() * @access public */ const SIGNATURE_PKCS1 = 64; /** * Encryption padding mode * * @var int * @access private */ protected $encryptionPadding = self::ENCRYPTION_OAEP; /** * Signature padding mode * * @var int * @access private */ protected $signaturePadding = self::SIGNATURE_PSS; /** * Length of hash function output * * @var int * @access private */ protected $hLen; /** * Length of salt * * @var int * @access private */ protected $sLen; /** * Label * * @var string * @access private */ protected $label = ''; /** * Hash function for the Mask Generation Function * * @var \phpseclib3\Crypt\Hash * @access private */ protected $mgfHash; /** * Length of MGF hash function output * * @var int * @access private */ protected $mgfHLen; /** * Modulus (ie. n) * * @var \phpseclib3\Math\BigInteger * @access private */ protected $modulus; /** * Modulus length * * @var \phpseclib3\Math\BigInteger * @access private */ protected $k; /** * Exponent (ie. e or d) * * @var \phpseclib3\Math\BigInteger * @access private */ protected $exponent; /** * Default public exponent * * @var int * @link http://en.wikipedia.org/wiki/65537_%28number%29 * @access private */ private static $defaultExponent = 65537; /** * Enable Blinding? * * @var bool * @access private */ protected static $enableBlinding = true; /** * OpenSSL configuration file name. * * @see self::createKey() * @var ?string */ protected static $configFile; /** * Smallest Prime * * Per , this number ought not result in primes smaller * than 256 bits. As a consequence if the key you're trying to create is 1024 bits and you've set smallestPrime * to 384 bits then you're going to get a 384 bit prime and a 640 bit prime (384 + 1024 % 384). At least if * engine is set to self::ENGINE_INTERNAL. If Engine is set to self::ENGINE_OPENSSL then smallest Prime is * ignored (ie. multi-prime RSA support is more intended as a way to speed up RSA key generation when there's * a chance neither gmp nor OpenSSL are installed) * * @var int * @access private */ private static $smallestPrime = 4096; /** * Sets the public exponent for key generation * * This will be 65537 unless changed. * * @access public * @param int $val */ public static function setExponent($val) { self::$defaultExponent = $val; } /** * Sets the smallest prime number in bits. Used for key generation * * This will be 4096 unless changed. * * @access public * @param int $val */ public static function setSmallestPrime($val) { self::$smallestPrime = $val; } /** * Sets the OpenSSL config file path * * Set to the empty string to use the default config file * * @access public * @param string $val */ public static function setOpenSSLConfigPath($val) { self::$configFile = $val; } /** * Create a private key * * The public key can be extracted from the private key * * @return RSA * @access public * @param int $bits */ public static function createKey($bits = 2048) { self::initialize_static_variables(); $regSize = $bits >> 1; // divide by two to see how many bits P and Q would be if ($regSize > self::$smallestPrime) { $num_primes = floor($bits / self::$smallestPrime); $regSize = self::$smallestPrime; } else { $num_primes = 2; } if ($num_primes == 2 && $bits >= 384 && self::$defaultExponent == 65537) { if (!isset(self::$engines['PHP'])) { self::useBestEngine(); } // OpenSSL uses 65537 as the exponent and requires RSA keys be 384 bits minimum if (self::$engines['OpenSSL']) { $config = []; if (self::$configFile) { $config['config'] = self::$configFile; } $rsa = openssl_pkey_new(['private_key_bits' => $bits] + $config); openssl_pkey_export($rsa, $privatekeystr, null, $config); // clear the buffer of error strings stemming from a minimalistic openssl.cnf while (openssl_error_string() !== false) { } return RSA::load($privatekeystr); } } static $e; if (!isset($e)) { $e = new BigInteger(self::$defaultExponent); } $n = clone self::$one; $exponents = $coefficients = $primes = []; $lcm = [ 'top' => clone self::$one, 'bottom' => false ]; do { for ($i = 1; $i <= $num_primes; $i++) { if ($i != $num_primes) { $primes[$i] = BigInteger::randomPrime($regSize); } else { extract(BigInteger::minMaxBits($bits)); /** @var BigInteger $min * @var BigInteger $max */ list($min) = $min->divide($n); $min = $min->add(self::$one); list($max) = $max->divide($n); $primes[$i] = BigInteger::randomRangePrime($min, $max); } // the first coefficient is calculated differently from the rest // ie. instead of being $primes[1]->modInverse($primes[2]), it's $primes[2]->modInverse($primes[1]) if ($i > 2) { $coefficients[$i] = $n->modInverse($primes[$i]); } $n = $n->multiply($primes[$i]); $temp = $primes[$i]->subtract(self::$one); // textbook RSA implementations use Euler's totient function instead of the least common multiple. // see http://en.wikipedia.org/wiki/Euler%27s_totient_function $lcm['top'] = $lcm['top']->multiply($temp); $lcm['bottom'] = $lcm['bottom'] === false ? $temp : $lcm['bottom']->gcd($temp); } list($temp) = $lcm['top']->divide($lcm['bottom']); $gcd = $temp->gcd($e); $i0 = 1; } while (!$gcd->equals(self::$one)); $coefficients[2] = $primes[2]->modInverse($primes[1]); $d = $e->modInverse($temp); foreach ($primes as $i => $prime) { $temp = $prime->subtract(self::$one); $exponents[$i] = $e->modInverse($temp); } // from : // RSAPrivateKey ::= SEQUENCE { // version Version, // modulus INTEGER, -- n // publicExponent INTEGER, -- e // privateExponent INTEGER, -- d // prime1 INTEGER, -- p // prime2 INTEGER, -- q // exponent1 INTEGER, -- d mod (p-1) // exponent2 INTEGER, -- d mod (q-1) // coefficient INTEGER, -- (inverse of q) mod p // otherPrimeInfos OtherPrimeInfos OPTIONAL // } $privatekey = new PrivateKey; $privatekey->modulus = $n; $privatekey->k = $bits >> 3; $privatekey->publicExponent = $e; $privatekey->exponent = $d; $privatekey->privateExponent = $e; $privatekey->primes = $primes; $privatekey->exponents = $exponents; $privatekey->coefficients = $coefficients; /* $publickey = new PublicKey; $publickey->modulus = $n; $publickey->k = $bits >> 3; $publickey->exponent = $e; $publickey->publicExponent = $e; $publickey->isPublic = true; */ return $privatekey; } /** * OnLoad Handler * * @return bool * @access protected * @param array $components */ protected static function onLoad($components) { $key = $components['isPublicKey'] ? new PublicKey : new PrivateKey; $key->modulus = $components['modulus']; $key->publicExponent = $components['publicExponent']; $key->k = $key->modulus->getLengthInBytes(); if ($components['isPublicKey'] || !isset($components['privateExponent'])) { $key->exponent = $key->publicExponent; } else { $key->privateExponent = $components['privateExponent']; $key->exponent = $key->privateExponent; $key->primes = $components['primes']; $key->exponents = $components['exponents']; $key->coefficients = $components['coefficients']; } if ($components['format'] == PSS::class) { // in the X509 world RSA keys are assumed to use PKCS1 padding by default. only if the key is // explicitly a PSS key is the use of PSS assumed. phpseclib does not work like this. phpseclib // uses PSS padding by default. it assumes the more secure method by default and altho it provides // for the less secure PKCS1 method you have to go out of your way to use it. this is consistent // with the latest trends in crypto. libsodium (NaCl) is actually a little more extreme in that // not only does it defaults to the most secure methods - it doesn't even let you choose less // secure methods //$key = $key->withPadding(self::SIGNATURE_PSS); if (isset($components['hash'])) { $key = $key->withHash($components['hash']); } if (isset($components['MGFHash'])) { $key = $key->withMGFHash($components['MGFHash']); } if (isset($components['saltLength'])) { $key = $key->withSaltLength($components['saltLength']); } } return $key; } /** * Initialize static variables */ protected static function initialize_static_variables() { if (!isset(self::$configFile)) { self::$configFile = dirname(__FILE__) . '/../openssl.cnf'; } parent::initialize_static_variables(); } /** * Constructor * * PublicKey and PrivateKey objects can only be created from abstract RSA class */ protected function __construct() { parent::__construct(); $this->hLen = $this->hash->getLengthInBytes(); $this->mgfHash = new Hash('sha256'); $this->mgfHLen = $this->mgfHash->getLengthInBytes(); } /** * Integer-to-Octet-String primitive * * See {@link http://tools.ietf.org/html/rfc3447#section-4.1 RFC3447#section-4.1}. * * @access private * @param bool|\phpseclib3\Math\BigInteger $x * @param int $xLen * @return bool|string */ protected function i2osp($x, $xLen) { if ($x === false) { return false; } $x = $x->toBytes(); if (strlen($x) > $xLen) { throw new \OutOfRangeException('Resultant string length out of range'); } return str_pad($x, $xLen, chr(0), STR_PAD_LEFT); } /** * Octet-String-to-Integer primitive * * See {@link http://tools.ietf.org/html/rfc3447#section-4.2 RFC3447#section-4.2}. * * @access private * @param string $x * @return \phpseclib3\Math\BigInteger */ protected function os2ip($x) { return new BigInteger($x, 256); } /** * EMSA-PKCS1-V1_5-ENCODE * * See {@link http://tools.ietf.org/html/rfc3447#section-9.2 RFC3447#section-9.2}. * * @access private * @param string $m * @param int $emLen * @throws \LengthException if the intended encoded message length is too short * @return string */ protected function emsa_pkcs1_v1_5_encode($m, $emLen) { $h = $this->hash->hash($m); // see http://tools.ietf.org/html/rfc3447#page-43 switch ($this->hash->getHash()) { case 'md2': $t = "\x30\x20\x30\x0c\x06\x08\x2a\x86\x48\x86\xf7\x0d\x02\x02\x05\x00\x04\x10"; break; case 'md5': $t = "\x30\x20\x30\x0c\x06\x08\x2a\x86\x48\x86\xf7\x0d\x02\x05\x05\x00\x04\x10"; break; case 'sha1': $t = "\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14"; break; case 'sha256': $t = "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x05\x00\x04\x20"; break; case 'sha384': $t = "\x30\x41\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x02\x05\x00\x04\x30"; break; case 'sha512': $t = "\x30\x51\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x03\x05\x00\x04\x40"; break; // from https://www.emc.com/collateral/white-papers/h11300-pkcs-1v2-2-rsa-cryptography-standard-wp.pdf#page=40 case 'sha224': $t = "\x30\x2d\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x04\x05\x00\x04\x1c"; break; case 'sha512/224': $t = "\x30\x2d\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x05\x05\x00\x04\x1c"; break; case 'sha512/256': $t = "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x06\x05\x00\x04\x20"; } $t.= $h; $tLen = strlen($t); if ($emLen < $tLen + 11) { throw new \LengthException('Intended encoded message length too short'); } $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3); $em = "\0\1$ps\0$t"; return $em; } /** * EMSA-PKCS1-V1_5-ENCODE (without NULL) * * Quoting https://tools.ietf.org/html/rfc8017#page-65, * * "The parameters field associated with id-sha1, id-sha224, id-sha256, * id-sha384, id-sha512, id-sha512/224, and id-sha512/256 should * generally be omitted, but if present, it shall have a value of type * NULL" * * @access private * @param string $m * @param int $emLen * @return string */ protected function emsa_pkcs1_v1_5_encode_without_null($m, $emLen) { $h = $this->hash->hash($m); // see http://tools.ietf.org/html/rfc3447#page-43 switch ($this->hash->getHash()) { case 'sha1': $t = "\x30\x1f\x30\x07\x06\x05\x2b\x0e\x03\x02\x1a\x04\x14"; break; case 'sha256': $t = "\x30\x2f\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x04\x20"; break; case 'sha384': $t = "\x30\x3f\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x02\x04\x30"; break; case 'sha512': $t = "\x30\x4f\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x03\x04\x40"; break; // from https://www.emc.com/collateral/white-papers/h11300-pkcs-1v2-2-rsa-cryptography-standard-wp.pdf#page=40 case 'sha224': $t = "\x30\x2b\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x04\x04\x1c"; break; case 'sha512/224': $t = "\x30\x2b\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x05\x04\x1c"; break; case 'sha512/256': $t = "\x30\x2f\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x06\x04\x20"; break; default: throw new UnsupportedAlgorithmException('md2 and md5 require NULLs'); } $t.= $h; $tLen = strlen($t); if ($emLen < $tLen + 11) { throw new \LengthException('Intended encoded message length too short'); } $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3); $em = "\0\1$ps\0$t"; return $em; } /** * MGF1 * * See {@link http://tools.ietf.org/html/rfc3447#appendix-B.2.1 RFC3447#appendix-B.2.1}. * * @access private * @param string $mgfSeed * @param int $maskLen * @return string */ protected function mgf1($mgfSeed, $maskLen) { // if $maskLen would yield strings larger than 4GB, PKCS#1 suggests a "Mask too long" error be output. $t = ''; $count = ceil($maskLen / $this->mgfHLen); for ($i = 0; $i < $count; $i++) { $c = pack('N', $i); $t.= $this->mgfHash->hash($mgfSeed . $c); } return substr($t, 0, $maskLen); } /** * Returns the key size * * More specifically, this returns the size of the modulo in bits. * * @access public * @return int */ public function getLength() { return !isset($this->modulus) ? 0 : $this->modulus->getLength(); } /** * Determines which hashing function should be used * * Used with signature production / verification and (if the encryption mode is self::PADDING_OAEP) encryption and * decryption. * * @access public * @param string $hash */ public function withHash($hash) { $new = clone $this; // \phpseclib3\Crypt\Hash supports algorithms that PKCS#1 doesn't support. md5-96 and sha1-96, for example. switch (strtolower($hash)) { case 'md2': case 'md5': case 'sha1': case 'sha256': case 'sha384': case 'sha512': case 'sha224': case 'sha512/224': case 'sha512/256': $new->hash = new Hash($hash); break; default: throw new UnsupportedAlgorithmException( 'The only supported hash algorithms are: md2, md5, sha1, sha256, sha384, sha512, sha224, sha512/224, sha512/256' ); } $new->hLen = $new->hash->getLengthInBytes(); return $new; } /** * Determines which hashing function should be used for the mask generation function * * The mask generation function is used by self::PADDING_OAEP and self::PADDING_PSS and although it's * best if Hash and MGFHash are set to the same thing this is not a requirement. * * @access public * @param string $hash */ public function withMGFHash($hash) { $new = clone $this; // \phpseclib3\Crypt\Hash supports algorithms that PKCS#1 doesn't support. md5-96 and sha1-96, for example. switch (strtolower($hash)) { case 'md2': case 'md5': case 'sha1': case 'sha256': case 'sha384': case 'sha512': case 'sha224': case 'sha512/224': case 'sha512/256': $new->mgfHash = new Hash($hash); break; default: throw new UnsupportedAlgorithmException( 'The only supported hash algorithms are: md2, md5, sha1, sha256, sha384, sha512, sha224, sha512/224, sha512/256' ); } $new->mgfHLen = $new->mgfHash->getLengthInBytes(); return $new; } /** * Returns the MGF hash algorithm currently being used * * @access public */ public function getMGFHash() { return clone $this->mgfHash; } /** * Determines the salt length * * Used by RSA::PADDING_PSS * * To quote from {@link http://tools.ietf.org/html/rfc3447#page-38 RFC3447#page-38}: * * Typical salt lengths in octets are hLen (the length of the output * of the hash function Hash) and 0. * * @access public * @param int $sLen */ public function withSaltLength($sLen) { $new = clone $this; $new->sLen = $sLen; return $new; } /** * Returns the salt length currently being used * * @access public */ public function getSaltLength() { return $this->sLen !== null ? $this->sLen : $this->hLen; } /** * Determines the label * * Used by RSA::PADDING_OAEP * * To quote from {@link http://tools.ietf.org/html/rfc3447#page-17 RFC3447#page-17}: * * Both the encryption and the decryption operations of RSAES-OAEP take * the value of a label L as input. In this version of PKCS #1, L is * the empty string; other uses of the label are outside the scope of * this document. * * @access public * @param string $label */ public function withLabel($label) { $new = clone $this; $new->label = $label; return $new; } /** * Returns the label currently being used * * @access public */ public function getLabel() { return $this->label; } /** * Determines the padding modes * * Example: $key->withPadding(RSA::ENCRYPTION_PKCS1 | RSA::SIGNATURE_PKCS1); * * @access public * @param int $padding */ public function withPadding($padding) { $masks = [ self::ENCRYPTION_OAEP, self::ENCRYPTION_PKCS1, self::ENCRYPTION_NONE ]; $numSelected = 0; $selected = 0; foreach ($masks as $mask) { if ($padding & $mask) { $selected = $mask; $numSelected++; } } if ($numSelected > 1) { throw new InconsistentSetupException('Multiple encryption padding modes have been selected; at most only one should be selected'); } $encryptionPadding = $selected; $masks = [ self::SIGNATURE_PSS, self::SIGNATURE_RELAXED_PKCS1, self::SIGNATURE_PKCS1 ]; $numSelected = 0; $selected = 0; foreach ($masks as $mask) { if ($padding & $mask) { $selected = $mask; $numSelected++; } } if ($numSelected > 1) { throw new InconsistentSetupException('Multiple signature padding modes have been selected; at most only one should be selected'); } $signaturePadding = $selected; $new = clone $this; $new->encryptionPadding = $encryptionPadding; $new->signaturePadding = $signaturePadding; return $new; } /** * Returns the padding currently being used * * @access public */ public function getPadding() { return $this->signaturePadding | $this->encryptionPadding; } /** * Returns the current engine being used * * OpenSSL is only used in this class (and it's subclasses) for key generation * Even then it depends on the parameters you're using. It's not used for * multi-prime RSA nor is it used if the key length is outside of the range * supported by OpenSSL * * @see self::useInternalEngine() * @see self::useBestEngine() * @access public * @return string */ public function getEngine() { return self::$engines['OpenSSL'] && self::$defaultExponent == 65537 ? 'OpenSSL' : 'PHP'; } /** * Enable RSA Blinding * * @access public */ public static function enableBlinding() { static::$enableBlinding = true; } /** * Disable RSA Blinding * * @access public */ public static function disableBlinding() { static::$enableBlinding = false; } }PK5 Zn  2vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.phpnu[ * setKey('abcdefgh'); * * $size = 10 * 1024; * $plaintext = ''; * for ($i = 0; $i < $size; $i++) { * $plaintext.= 'a'; * } * * echo $des->decrypt($des->encrypt($plaintext)); * ?> * * * @category Crypt * @package DES * @author Jim Wigginton * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\BlockCipher; use phpseclib3\Exception\BadModeException; /** * Pure-PHP implementation of DES. * * @package DES * @author Jim Wigginton * @access public */ class DES extends BlockCipher { /** * Contains $keys[self::ENCRYPT] * * @access private * @see \phpseclib3\Crypt\DES::setupKey() * @see \phpseclib3\Crypt\DES::processBlock() */ const ENCRYPT = 0; /** * Contains $keys[self::DECRYPT] * * @access private * @see \phpseclib3\Crypt\DES::setupKey() * @see \phpseclib3\Crypt\DES::processBlock() */ const DECRYPT = 1; /** * Block Length of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size * @var int * @access private */ protected $block_size = 8; /** * Key Length (in bytes) * * @see \phpseclib3\Crypt\Common\SymmetricKey::setKeyLength() * @var int * @access private */ protected $key_length = 8; /** * The mcrypt specific name of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @var string * @access private */ protected $cipher_name_mcrypt = 'des'; /** * The OpenSSL names of the cipher / modes * * @see \phpseclib3\Crypt\Common\SymmetricKey::openssl_mode_names * @var array * @access private */ protected $openssl_mode_names = [ self::MODE_ECB => 'des-ecb', self::MODE_CBC => 'des-cbc', self::MODE_CFB => 'des-cfb', self::MODE_OFB => 'des-ofb' // self::MODE_CTR is undefined for DES ]; /** * Optimizing value while CFB-encrypting * * @see \phpseclib3\Crypt\Common\SymmetricKey::cfb_init_len * @var int * @access private */ protected $cfb_init_len = 500; /** * Switch for DES/3DES encryption * * Used only if $engine == self::ENGINE_INTERNAL * * @see self::setupKey() * @see self::processBlock() * @var int * @access private */ protected $des_rounds = 1; /** * max possible size of $key * * @see self::setKey() * @var string * @access private */ protected $key_length_max = 8; /** * The Key Schedule * * @see self::setupKey() * @var array * @access private */ private $keys; /** * Shuffle table. * * For each byte value index, the entry holds an 8-byte string * with each byte containing all bits in the same state as the * corresponding bit in the index value. * * @see self::processBlock() * @see self::setupKey() * @var array * @access private */ protected static $shuffle = [ "\x00\x00\x00\x00\x00\x00\x00\x00", "\x00\x00\x00\x00\x00\x00\x00\xFF", "\x00\x00\x00\x00\x00\x00\xFF\x00", "\x00\x00\x00\x00\x00\x00\xFF\xFF", "\x00\x00\x00\x00\x00\xFF\x00\x00", "\x00\x00\x00\x00\x00\xFF\x00\xFF", "\x00\x00\x00\x00\x00\xFF\xFF\x00", "\x00\x00\x00\x00\x00\xFF\xFF\xFF", "\x00\x00\x00\x00\xFF\x00\x00\x00", "\x00\x00\x00\x00\xFF\x00\x00\xFF", "\x00\x00\x00\x00\xFF\x00\xFF\x00", "\x00\x00\x00\x00\xFF\x00\xFF\xFF", "\x00\x00\x00\x00\xFF\xFF\x00\x00", "\x00\x00\x00\x00\xFF\xFF\x00\xFF", "\x00\x00\x00\x00\xFF\xFF\xFF\x00", "\x00\x00\x00\x00\xFF\xFF\xFF\xFF", "\x00\x00\x00\xFF\x00\x00\x00\x00", "\x00\x00\x00\xFF\x00\x00\x00\xFF", "\x00\x00\x00\xFF\x00\x00\xFF\x00", "\x00\x00\x00\xFF\x00\x00\xFF\xFF", "\x00\x00\x00\xFF\x00\xFF\x00\x00", "\x00\x00\x00\xFF\x00\xFF\x00\xFF", "\x00\x00\x00\xFF\x00\xFF\xFF\x00", "\x00\x00\x00\xFF\x00\xFF\xFF\xFF", "\x00\x00\x00\xFF\xFF\x00\x00\x00", "\x00\x00\x00\xFF\xFF\x00\x00\xFF", "\x00\x00\x00\xFF\xFF\x00\xFF\x00", "\x00\x00\x00\xFF\xFF\x00\xFF\xFF", "\x00\x00\x00\xFF\xFF\xFF\x00\x00", "\x00\x00\x00\xFF\xFF\xFF\x00\xFF", "\x00\x00\x00\xFF\xFF\xFF\xFF\x00", "\x00\x00\x00\xFF\xFF\xFF\xFF\xFF", "\x00\x00\xFF\x00\x00\x00\x00\x00", "\x00\x00\xFF\x00\x00\x00\x00\xFF", "\x00\x00\xFF\x00\x00\x00\xFF\x00", "\x00\x00\xFF\x00\x00\x00\xFF\xFF", "\x00\x00\xFF\x00\x00\xFF\x00\x00", "\x00\x00\xFF\x00\x00\xFF\x00\xFF", "\x00\x00\xFF\x00\x00\xFF\xFF\x00", "\x00\x00\xFF\x00\x00\xFF\xFF\xFF", "\x00\x00\xFF\x00\xFF\x00\x00\x00", "\x00\x00\xFF\x00\xFF\x00\x00\xFF", "\x00\x00\xFF\x00\xFF\x00\xFF\x00", "\x00\x00\xFF\x00\xFF\x00\xFF\xFF", "\x00\x00\xFF\x00\xFF\xFF\x00\x00", "\x00\x00\xFF\x00\xFF\xFF\x00\xFF", "\x00\x00\xFF\x00\xFF\xFF\xFF\x00", "\x00\x00\xFF\x00\xFF\xFF\xFF\xFF", "\x00\x00\xFF\xFF\x00\x00\x00\x00", "\x00\x00\xFF\xFF\x00\x00\x00\xFF", "\x00\x00\xFF\xFF\x00\x00\xFF\x00", "\x00\x00\xFF\xFF\x00\x00\xFF\xFF", "\x00\x00\xFF\xFF\x00\xFF\x00\x00", "\x00\x00\xFF\xFF\x00\xFF\x00\xFF", "\x00\x00\xFF\xFF\x00\xFF\xFF\x00", "\x00\x00\xFF\xFF\x00\xFF\xFF\xFF", "\x00\x00\xFF\xFF\xFF\x00\x00\x00", "\x00\x00\xFF\xFF\xFF\x00\x00\xFF", "\x00\x00\xFF\xFF\xFF\x00\xFF\x00", "\x00\x00\xFF\xFF\xFF\x00\xFF\xFF", "\x00\x00\xFF\xFF\xFF\xFF\x00\x00", "\x00\x00\xFF\xFF\xFF\xFF\x00\xFF", "\x00\x00\xFF\xFF\xFF\xFF\xFF\x00", "\x00\x00\xFF\xFF\xFF\xFF\xFF\xFF", "\x00\xFF\x00\x00\x00\x00\x00\x00", "\x00\xFF\x00\x00\x00\x00\x00\xFF", "\x00\xFF\x00\x00\x00\x00\xFF\x00", "\x00\xFF\x00\x00\x00\x00\xFF\xFF", "\x00\xFF\x00\x00\x00\xFF\x00\x00", "\x00\xFF\x00\x00\x00\xFF\x00\xFF", "\x00\xFF\x00\x00\x00\xFF\xFF\x00", "\x00\xFF\x00\x00\x00\xFF\xFF\xFF", "\x00\xFF\x00\x00\xFF\x00\x00\x00", "\x00\xFF\x00\x00\xFF\x00\x00\xFF", "\x00\xFF\x00\x00\xFF\x00\xFF\x00", "\x00\xFF\x00\x00\xFF\x00\xFF\xFF", "\x00\xFF\x00\x00\xFF\xFF\x00\x00", "\x00\xFF\x00\x00\xFF\xFF\x00\xFF", "\x00\xFF\x00\x00\xFF\xFF\xFF\x00", "\x00\xFF\x00\x00\xFF\xFF\xFF\xFF", "\x00\xFF\x00\xFF\x00\x00\x00\x00", "\x00\xFF\x00\xFF\x00\x00\x00\xFF", "\x00\xFF\x00\xFF\x00\x00\xFF\x00", "\x00\xFF\x00\xFF\x00\x00\xFF\xFF", "\x00\xFF\x00\xFF\x00\xFF\x00\x00", "\x00\xFF\x00\xFF\x00\xFF\x00\xFF", "\x00\xFF\x00\xFF\x00\xFF\xFF\x00", "\x00\xFF\x00\xFF\x00\xFF\xFF\xFF", "\x00\xFF\x00\xFF\xFF\x00\x00\x00", "\x00\xFF\x00\xFF\xFF\x00\x00\xFF", "\x00\xFF\x00\xFF\xFF\x00\xFF\x00", "\x00\xFF\x00\xFF\xFF\x00\xFF\xFF", "\x00\xFF\x00\xFF\xFF\xFF\x00\x00", "\x00\xFF\x00\xFF\xFF\xFF\x00\xFF", "\x00\xFF\x00\xFF\xFF\xFF\xFF\x00", "\x00\xFF\x00\xFF\xFF\xFF\xFF\xFF", "\x00\xFF\xFF\x00\x00\x00\x00\x00", "\x00\xFF\xFF\x00\x00\x00\x00\xFF", "\x00\xFF\xFF\x00\x00\x00\xFF\x00", "\x00\xFF\xFF\x00\x00\x00\xFF\xFF", "\x00\xFF\xFF\x00\x00\xFF\x00\x00", "\x00\xFF\xFF\x00\x00\xFF\x00\xFF", "\x00\xFF\xFF\x00\x00\xFF\xFF\x00", "\x00\xFF\xFF\x00\x00\xFF\xFF\xFF", "\x00\xFF\xFF\x00\xFF\x00\x00\x00", "\x00\xFF\xFF\x00\xFF\x00\x00\xFF", "\x00\xFF\xFF\x00\xFF\x00\xFF\x00", "\x00\xFF\xFF\x00\xFF\x00\xFF\xFF", "\x00\xFF\xFF\x00\xFF\xFF\x00\x00", "\x00\xFF\xFF\x00\xFF\xFF\x00\xFF", "\x00\xFF\xFF\x00\xFF\xFF\xFF\x00", "\x00\xFF\xFF\x00\xFF\xFF\xFF\xFF", "\x00\xFF\xFF\xFF\x00\x00\x00\x00", "\x00\xFF\xFF\xFF\x00\x00\x00\xFF", "\x00\xFF\xFF\xFF\x00\x00\xFF\x00", "\x00\xFF\xFF\xFF\x00\x00\xFF\xFF", "\x00\xFF\xFF\xFF\x00\xFF\x00\x00", "\x00\xFF\xFF\xFF\x00\xFF\x00\xFF", "\x00\xFF\xFF\xFF\x00\xFF\xFF\x00", "\x00\xFF\xFF\xFF\x00\xFF\xFF\xFF", "\x00\xFF\xFF\xFF\xFF\x00\x00\x00", "\x00\xFF\xFF\xFF\xFF\x00\x00\xFF", "\x00\xFF\xFF\xFF\xFF\x00\xFF\x00", "\x00\xFF\xFF\xFF\xFF\x00\xFF\xFF", "\x00\xFF\xFF\xFF\xFF\xFF\x00\x00", "\x00\xFF\xFF\xFF\xFF\xFF\x00\xFF", "\x00\xFF\xFF\xFF\xFF\xFF\xFF\x00", "\x00\xFF\xFF\xFF\xFF\xFF\xFF\xFF", "\xFF\x00\x00\x00\x00\x00\x00\x00", "\xFF\x00\x00\x00\x00\x00\x00\xFF", "\xFF\x00\x00\x00\x00\x00\xFF\x00", "\xFF\x00\x00\x00\x00\x00\xFF\xFF", "\xFF\x00\x00\x00\x00\xFF\x00\x00", "\xFF\x00\x00\x00\x00\xFF\x00\xFF", "\xFF\x00\x00\x00\x00\xFF\xFF\x00", "\xFF\x00\x00\x00\x00\xFF\xFF\xFF", "\xFF\x00\x00\x00\xFF\x00\x00\x00", "\xFF\x00\x00\x00\xFF\x00\x00\xFF", "\xFF\x00\x00\x00\xFF\x00\xFF\x00", "\xFF\x00\x00\x00\xFF\x00\xFF\xFF", "\xFF\x00\x00\x00\xFF\xFF\x00\x00", "\xFF\x00\x00\x00\xFF\xFF\x00\xFF", "\xFF\x00\x00\x00\xFF\xFF\xFF\x00", "\xFF\x00\x00\x00\xFF\xFF\xFF\xFF", "\xFF\x00\x00\xFF\x00\x00\x00\x00", "\xFF\x00\x00\xFF\x00\x00\x00\xFF", "\xFF\x00\x00\xFF\x00\x00\xFF\x00", "\xFF\x00\x00\xFF\x00\x00\xFF\xFF", "\xFF\x00\x00\xFF\x00\xFF\x00\x00", "\xFF\x00\x00\xFF\x00\xFF\x00\xFF", "\xFF\x00\x00\xFF\x00\xFF\xFF\x00", "\xFF\x00\x00\xFF\x00\xFF\xFF\xFF", "\xFF\x00\x00\xFF\xFF\x00\x00\x00", "\xFF\x00\x00\xFF\xFF\x00\x00\xFF", "\xFF\x00\x00\xFF\xFF\x00\xFF\x00", "\xFF\x00\x00\xFF\xFF\x00\xFF\xFF", "\xFF\x00\x00\xFF\xFF\xFF\x00\x00", "\xFF\x00\x00\xFF\xFF\xFF\x00\xFF", "\xFF\x00\x00\xFF\xFF\xFF\xFF\x00", "\xFF\x00\x00\xFF\xFF\xFF\xFF\xFF", "\xFF\x00\xFF\x00\x00\x00\x00\x00", "\xFF\x00\xFF\x00\x00\x00\x00\xFF", "\xFF\x00\xFF\x00\x00\x00\xFF\x00", "\xFF\x00\xFF\x00\x00\x00\xFF\xFF", "\xFF\x00\xFF\x00\x00\xFF\x00\x00", "\xFF\x00\xFF\x00\x00\xFF\x00\xFF", "\xFF\x00\xFF\x00\x00\xFF\xFF\x00", "\xFF\x00\xFF\x00\x00\xFF\xFF\xFF", "\xFF\x00\xFF\x00\xFF\x00\x00\x00", "\xFF\x00\xFF\x00\xFF\x00\x00\xFF", "\xFF\x00\xFF\x00\xFF\x00\xFF\x00", "\xFF\x00\xFF\x00\xFF\x00\xFF\xFF", "\xFF\x00\xFF\x00\xFF\xFF\x00\x00", "\xFF\x00\xFF\x00\xFF\xFF\x00\xFF", "\xFF\x00\xFF\x00\xFF\xFF\xFF\x00", "\xFF\x00\xFF\x00\xFF\xFF\xFF\xFF", "\xFF\x00\xFF\xFF\x00\x00\x00\x00", "\xFF\x00\xFF\xFF\x00\x00\x00\xFF", "\xFF\x00\xFF\xFF\x00\x00\xFF\x00", "\xFF\x00\xFF\xFF\x00\x00\xFF\xFF", "\xFF\x00\xFF\xFF\x00\xFF\x00\x00", "\xFF\x00\xFF\xFF\x00\xFF\x00\xFF", "\xFF\x00\xFF\xFF\x00\xFF\xFF\x00", "\xFF\x00\xFF\xFF\x00\xFF\xFF\xFF", "\xFF\x00\xFF\xFF\xFF\x00\x00\x00", "\xFF\x00\xFF\xFF\xFF\x00\x00\xFF", "\xFF\x00\xFF\xFF\xFF\x00\xFF\x00", "\xFF\x00\xFF\xFF\xFF\x00\xFF\xFF", "\xFF\x00\xFF\xFF\xFF\xFF\x00\x00", "\xFF\x00\xFF\xFF\xFF\xFF\x00\xFF", "\xFF\x00\xFF\xFF\xFF\xFF\xFF\x00", "\xFF\x00\xFF\xFF\xFF\xFF\xFF\xFF", "\xFF\xFF\x00\x00\x00\x00\x00\x00", "\xFF\xFF\x00\x00\x00\x00\x00\xFF", "\xFF\xFF\x00\x00\x00\x00\xFF\x00", "\xFF\xFF\x00\x00\x00\x00\xFF\xFF", "\xFF\xFF\x00\x00\x00\xFF\x00\x00", "\xFF\xFF\x00\x00\x00\xFF\x00\xFF", "\xFF\xFF\x00\x00\x00\xFF\xFF\x00", "\xFF\xFF\x00\x00\x00\xFF\xFF\xFF", "\xFF\xFF\x00\x00\xFF\x00\x00\x00", "\xFF\xFF\x00\x00\xFF\x00\x00\xFF", "\xFF\xFF\x00\x00\xFF\x00\xFF\x00", "\xFF\xFF\x00\x00\xFF\x00\xFF\xFF", "\xFF\xFF\x00\x00\xFF\xFF\x00\x00", "\xFF\xFF\x00\x00\xFF\xFF\x00\xFF", "\xFF\xFF\x00\x00\xFF\xFF\xFF\x00", "\xFF\xFF\x00\x00\xFF\xFF\xFF\xFF", "\xFF\xFF\x00\xFF\x00\x00\x00\x00", "\xFF\xFF\x00\xFF\x00\x00\x00\xFF", "\xFF\xFF\x00\xFF\x00\x00\xFF\x00", "\xFF\xFF\x00\xFF\x00\x00\xFF\xFF", "\xFF\xFF\x00\xFF\x00\xFF\x00\x00", "\xFF\xFF\x00\xFF\x00\xFF\x00\xFF", "\xFF\xFF\x00\xFF\x00\xFF\xFF\x00", "\xFF\xFF\x00\xFF\x00\xFF\xFF\xFF", "\xFF\xFF\x00\xFF\xFF\x00\x00\x00", "\xFF\xFF\x00\xFF\xFF\x00\x00\xFF", "\xFF\xFF\x00\xFF\xFF\x00\xFF\x00", "\xFF\xFF\x00\xFF\xFF\x00\xFF\xFF", "\xFF\xFF\x00\xFF\xFF\xFF\x00\x00", "\xFF\xFF\x00\xFF\xFF\xFF\x00\xFF", "\xFF\xFF\x00\xFF\xFF\xFF\xFF\x00", "\xFF\xFF\x00\xFF\xFF\xFF\xFF\xFF", "\xFF\xFF\xFF\x00\x00\x00\x00\x00", "\xFF\xFF\xFF\x00\x00\x00\x00\xFF", "\xFF\xFF\xFF\x00\x00\x00\xFF\x00", "\xFF\xFF\xFF\x00\x00\x00\xFF\xFF", "\xFF\xFF\xFF\x00\x00\xFF\x00\x00", "\xFF\xFF\xFF\x00\x00\xFF\x00\xFF", "\xFF\xFF\xFF\x00\x00\xFF\xFF\x00", "\xFF\xFF\xFF\x00\x00\xFF\xFF\xFF", "\xFF\xFF\xFF\x00\xFF\x00\x00\x00", "\xFF\xFF\xFF\x00\xFF\x00\x00\xFF", "\xFF\xFF\xFF\x00\xFF\x00\xFF\x00", "\xFF\xFF\xFF\x00\xFF\x00\xFF\xFF", "\xFF\xFF\xFF\x00\xFF\xFF\x00\x00", "\xFF\xFF\xFF\x00\xFF\xFF\x00\xFF", "\xFF\xFF\xFF\x00\xFF\xFF\xFF\x00", "\xFF\xFF\xFF\x00\xFF\xFF\xFF\xFF", "\xFF\xFF\xFF\xFF\x00\x00\x00\x00", "\xFF\xFF\xFF\xFF\x00\x00\x00\xFF", "\xFF\xFF\xFF\xFF\x00\x00\xFF\x00", "\xFF\xFF\xFF\xFF\x00\x00\xFF\xFF", "\xFF\xFF\xFF\xFF\x00\xFF\x00\x00", "\xFF\xFF\xFF\xFF\x00\xFF\x00\xFF", "\xFF\xFF\xFF\xFF\x00\xFF\xFF\x00", "\xFF\xFF\xFF\xFF\x00\xFF\xFF\xFF", "\xFF\xFF\xFF\xFF\xFF\x00\x00\x00", "\xFF\xFF\xFF\xFF\xFF\x00\x00\xFF", "\xFF\xFF\xFF\xFF\xFF\x00\xFF\x00", "\xFF\xFF\xFF\xFF\xFF\x00\xFF\xFF", "\xFF\xFF\xFF\xFF\xFF\xFF\x00\x00", "\xFF\xFF\xFF\xFF\xFF\xFF\x00\xFF", "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x00", "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF" ]; /** * IP mapping helper table. * * Indexing this table with each source byte performs the initial bit permutation. * * @var array * @access private */ protected static $ipmap = [ 0x00, 0x10, 0x01, 0x11, 0x20, 0x30, 0x21, 0x31, 0x02, 0x12, 0x03, 0x13, 0x22, 0x32, 0x23, 0x33, 0x40, 0x50, 0x41, 0x51, 0x60, 0x70, 0x61, 0x71, 0x42, 0x52, 0x43, 0x53, 0x62, 0x72, 0x63, 0x73, 0x04, 0x14, 0x05, 0x15, 0x24, 0x34, 0x25, 0x35, 0x06, 0x16, 0x07, 0x17, 0x26, 0x36, 0x27, 0x37, 0x44, 0x54, 0x45, 0x55, 0x64, 0x74, 0x65, 0x75, 0x46, 0x56, 0x47, 0x57, 0x66, 0x76, 0x67, 0x77, 0x80, 0x90, 0x81, 0x91, 0xA0, 0xB0, 0xA1, 0xB1, 0x82, 0x92, 0x83, 0x93, 0xA2, 0xB2, 0xA3, 0xB3, 0xC0, 0xD0, 0xC1, 0xD1, 0xE0, 0xF0, 0xE1, 0xF1, 0xC2, 0xD2, 0xC3, 0xD3, 0xE2, 0xF2, 0xE3, 0xF3, 0x84, 0x94, 0x85, 0x95, 0xA4, 0xB4, 0xA5, 0xB5, 0x86, 0x96, 0x87, 0x97, 0xA6, 0xB6, 0xA7, 0xB7, 0xC4, 0xD4, 0xC5, 0xD5, 0xE4, 0xF4, 0xE5, 0xF5, 0xC6, 0xD6, 0xC7, 0xD7, 0xE6, 0xF6, 0xE7, 0xF7, 0x08, 0x18, 0x09, 0x19, 0x28, 0x38, 0x29, 0x39, 0x0A, 0x1A, 0x0B, 0x1B, 0x2A, 0x3A, 0x2B, 0x3B, 0x48, 0x58, 0x49, 0x59, 0x68, 0x78, 0x69, 0x79, 0x4A, 0x5A, 0x4B, 0x5B, 0x6A, 0x7A, 0x6B, 0x7B, 0x0C, 0x1C, 0x0D, 0x1D, 0x2C, 0x3C, 0x2D, 0x3D, 0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F, 0x4C, 0x5C, 0x4D, 0x5D, 0x6C, 0x7C, 0x6D, 0x7D, 0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F, 0x88, 0x98, 0x89, 0x99, 0xA8, 0xB8, 0xA9, 0xB9, 0x8A, 0x9A, 0x8B, 0x9B, 0xAA, 0xBA, 0xAB, 0xBB, 0xC8, 0xD8, 0xC9, 0xD9, 0xE8, 0xF8, 0xE9, 0xF9, 0xCA, 0xDA, 0xCB, 0xDB, 0xEA, 0xFA, 0xEB, 0xFB, 0x8C, 0x9C, 0x8D, 0x9D, 0xAC, 0xBC, 0xAD, 0xBD, 0x8E, 0x9E, 0x8F, 0x9F, 0xAE, 0xBE, 0xAF, 0xBF, 0xCC, 0xDC, 0xCD, 0xDD, 0xEC, 0xFC, 0xED, 0xFD, 0xCE, 0xDE, 0xCF, 0xDF, 0xEE, 0xFE, 0xEF, 0xFF ]; /** * Inverse IP mapping helper table. * Indexing this table with a byte value reverses the bit order. * * @var array * @access private */ protected static $invipmap = [ 0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0, 0x30, 0xB0, 0x70, 0xF0, 0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8, 0x18, 0x98, 0x58, 0xD8, 0x38, 0xB8, 0x78, 0xF8, 0x04, 0x84, 0x44, 0xC4, 0x24, 0xA4, 0x64, 0xE4, 0x14, 0x94, 0x54, 0xD4, 0x34, 0xB4, 0x74, 0xF4, 0x0C, 0x8C, 0x4C, 0xCC, 0x2C, 0xAC, 0x6C, 0xEC, 0x1C, 0x9C, 0x5C, 0xDC, 0x3C, 0xBC, 0x7C, 0xFC, 0x02, 0x82, 0x42, 0xC2, 0x22, 0xA2, 0x62, 0xE2, 0x12, 0x92, 0x52, 0xD2, 0x32, 0xB2, 0x72, 0xF2, 0x0A, 0x8A, 0x4A, 0xCA, 0x2A, 0xAA, 0x6A, 0xEA, 0x1A, 0x9A, 0x5A, 0xDA, 0x3A, 0xBA, 0x7A, 0xFA, 0x06, 0x86, 0x46, 0xC6, 0x26, 0xA6, 0x66, 0xE6, 0x16, 0x96, 0x56, 0xD6, 0x36, 0xB6, 0x76, 0xF6, 0x0E, 0x8E, 0x4E, 0xCE, 0x2E, 0xAE, 0x6E, 0xEE, 0x1E, 0x9E, 0x5E, 0xDE, 0x3E, 0xBE, 0x7E, 0xFE, 0x01, 0x81, 0x41, 0xC1, 0x21, 0xA1, 0x61, 0xE1, 0x11, 0x91, 0x51, 0xD1, 0x31, 0xB1, 0x71, 0xF1, 0x09, 0x89, 0x49, 0xC9, 0x29, 0xA9, 0x69, 0xE9, 0x19, 0x99, 0x59, 0xD9, 0x39, 0xB9, 0x79, 0xF9, 0x05, 0x85, 0x45, 0xC5, 0x25, 0xA5, 0x65, 0xE5, 0x15, 0x95, 0x55, 0xD5, 0x35, 0xB5, 0x75, 0xF5, 0x0D, 0x8D, 0x4D, 0xCD, 0x2D, 0xAD, 0x6D, 0xED, 0x1D, 0x9D, 0x5D, 0xDD, 0x3D, 0xBD, 0x7D, 0xFD, 0x03, 0x83, 0x43, 0xC3, 0x23, 0xA3, 0x63, 0xE3, 0x13, 0x93, 0x53, 0xD3, 0x33, 0xB3, 0x73, 0xF3, 0x0B, 0x8B, 0x4B, 0xCB, 0x2B, 0xAB, 0x6B, 0xEB, 0x1B, 0x9B, 0x5B, 0xDB, 0x3B, 0xBB, 0x7B, 0xFB, 0x07, 0x87, 0x47, 0xC7, 0x27, 0xA7, 0x67, 0xE7, 0x17, 0x97, 0x57, 0xD7, 0x37, 0xB7, 0x77, 0xF7, 0x0F, 0x8F, 0x4F, 0xCF, 0x2F, 0xAF, 0x6F, 0xEF, 0x1F, 0x9F, 0x5F, 0xDF, 0x3F, 0xBF, 0x7F, 0xFF ]; /** * Pre-permuted S-box1 * * Each box ($sbox1-$sbox8) has been vectorized, then each value pre-permuted using the * P table: concatenation can then be replaced by exclusive ORs. * * @var array * @access private */ protected static $sbox1 = [ 0x00808200, 0x00000000, 0x00008000, 0x00808202, 0x00808002, 0x00008202, 0x00000002, 0x00008000, 0x00000200, 0x00808200, 0x00808202, 0x00000200, 0x00800202, 0x00808002, 0x00800000, 0x00000002, 0x00000202, 0x00800200, 0x00800200, 0x00008200, 0x00008200, 0x00808000, 0x00808000, 0x00800202, 0x00008002, 0x00800002, 0x00800002, 0x00008002, 0x00000000, 0x00000202, 0x00008202, 0x00800000, 0x00008000, 0x00808202, 0x00000002, 0x00808000, 0x00808200, 0x00800000, 0x00800000, 0x00000200, 0x00808002, 0x00008000, 0x00008200, 0x00800002, 0x00000200, 0x00000002, 0x00800202, 0x00008202, 0x00808202, 0x00008002, 0x00808000, 0x00800202, 0x00800002, 0x00000202, 0x00008202, 0x00808200, 0x00000202, 0x00800200, 0x00800200, 0x00000000, 0x00008002, 0x00008200, 0x00000000, 0x00808002 ]; /** * Pre-permuted S-box2 * * @var array * @access private */ protected static $sbox2 = [ 0x40084010, 0x40004000, 0x00004000, 0x00084010, 0x00080000, 0x00000010, 0x40080010, 0x40004010, 0x40000010, 0x40084010, 0x40084000, 0x40000000, 0x40004000, 0x00080000, 0x00000010, 0x40080010, 0x00084000, 0x00080010, 0x40004010, 0x00000000, 0x40000000, 0x00004000, 0x00084010, 0x40080000, 0x00080010, 0x40000010, 0x00000000, 0x00084000, 0x00004010, 0x40084000, 0x40080000, 0x00004010, 0x00000000, 0x00084010, 0x40080010, 0x00080000, 0x40004010, 0x40080000, 0x40084000, 0x00004000, 0x40080000, 0x40004000, 0x00000010, 0x40084010, 0x00084010, 0x00000010, 0x00004000, 0x40000000, 0x00004010, 0x40084000, 0x00080000, 0x40000010, 0x00080010, 0x40004010, 0x40000010, 0x00080010, 0x00084000, 0x00000000, 0x40004000, 0x00004010, 0x40000000, 0x40080010, 0x40084010, 0x00084000 ]; /** * Pre-permuted S-box3 * * @var array * @access private */ protected static $sbox3 = [ 0x00000104, 0x04010100, 0x00000000, 0x04010004, 0x04000100, 0x00000000, 0x00010104, 0x04000100, 0x00010004, 0x04000004, 0x04000004, 0x00010000, 0x04010104, 0x00010004, 0x04010000, 0x00000104, 0x04000000, 0x00000004, 0x04010100, 0x00000100, 0x00010100, 0x04010000, 0x04010004, 0x00010104, 0x04000104, 0x00010100, 0x00010000, 0x04000104, 0x00000004, 0x04010104, 0x00000100, 0x04000000, 0x04010100, 0x04000000, 0x00010004, 0x00000104, 0x00010000, 0x04010100, 0x04000100, 0x00000000, 0x00000100, 0x00010004, 0x04010104, 0x04000100, 0x04000004, 0x00000100, 0x00000000, 0x04010004, 0x04000104, 0x00010000, 0x04000000, 0x04010104, 0x00000004, 0x00010104, 0x00010100, 0x04000004, 0x04010000, 0x04000104, 0x00000104, 0x04010000, 0x00010104, 0x00000004, 0x04010004, 0x00010100 ]; /** * Pre-permuted S-box4 * * @var array * @access private */ protected static $sbox4 = [ 0x80401000, 0x80001040, 0x80001040, 0x00000040, 0x00401040, 0x80400040, 0x80400000, 0x80001000, 0x00000000, 0x00401000, 0x00401000, 0x80401040, 0x80000040, 0x00000000, 0x00400040, 0x80400000, 0x80000000, 0x00001000, 0x00400000, 0x80401000, 0x00000040, 0x00400000, 0x80001000, 0x00001040, 0x80400040, 0x80000000, 0x00001040, 0x00400040, 0x00001000, 0x00401040, 0x80401040, 0x80000040, 0x00400040, 0x80400000, 0x00401000, 0x80401040, 0x80000040, 0x00000000, 0x00000000, 0x00401000, 0x00001040, 0x00400040, 0x80400040, 0x80000000, 0x80401000, 0x80001040, 0x80001040, 0x00000040, 0x80401040, 0x80000040, 0x80000000, 0x00001000, 0x80400000, 0x80001000, 0x00401040, 0x80400040, 0x80001000, 0x00001040, 0x00400000, 0x80401000, 0x00000040, 0x00400000, 0x00001000, 0x00401040 ]; /** * Pre-permuted S-box5 * * @var array * @access private */ protected static $sbox5 = [ 0x00000080, 0x01040080, 0x01040000, 0x21000080, 0x00040000, 0x00000080, 0x20000000, 0x01040000, 0x20040080, 0x00040000, 0x01000080, 0x20040080, 0x21000080, 0x21040000, 0x00040080, 0x20000000, 0x01000000, 0x20040000, 0x20040000, 0x00000000, 0x20000080, 0x21040080, 0x21040080, 0x01000080, 0x21040000, 0x20000080, 0x00000000, 0x21000000, 0x01040080, 0x01000000, 0x21000000, 0x00040080, 0x00040000, 0x21000080, 0x00000080, 0x01000000, 0x20000000, 0x01040000, 0x21000080, 0x20040080, 0x01000080, 0x20000000, 0x21040000, 0x01040080, 0x20040080, 0x00000080, 0x01000000, 0x21040000, 0x21040080, 0x00040080, 0x21000000, 0x21040080, 0x01040000, 0x00000000, 0x20040000, 0x21000000, 0x00040080, 0x01000080, 0x20000080, 0x00040000, 0x00000000, 0x20040000, 0x01040080, 0x20000080 ]; /** * Pre-permuted S-box6 * * @var array * @access private */ protected static $sbox6 = [ 0x10000008, 0x10200000, 0x00002000, 0x10202008, 0x10200000, 0x00000008, 0x10202008, 0x00200000, 0x10002000, 0x00202008, 0x00200000, 0x10000008, 0x00200008, 0x10002000, 0x10000000, 0x00002008, 0x00000000, 0x00200008, 0x10002008, 0x00002000, 0x00202000, 0x10002008, 0x00000008, 0x10200008, 0x10200008, 0x00000000, 0x00202008, 0x10202000, 0x00002008, 0x00202000, 0x10202000, 0x10000000, 0x10002000, 0x00000008, 0x10200008, 0x00202000, 0x10202008, 0x00200000, 0x00002008, 0x10000008, 0x00200000, 0x10002000, 0x10000000, 0x00002008, 0x10000008, 0x10202008, 0x00202000, 0x10200000, 0x00202008, 0x10202000, 0x00000000, 0x10200008, 0x00000008, 0x00002000, 0x10200000, 0x00202008, 0x00002000, 0x00200008, 0x10002008, 0x00000000, 0x10202000, 0x10000000, 0x00200008, 0x10002008 ]; /** * Pre-permuted S-box7 * * @var array * @access private */ protected static $sbox7 = [ 0x00100000, 0x02100001, 0x02000401, 0x00000000, 0x00000400, 0x02000401, 0x00100401, 0x02100400, 0x02100401, 0x00100000, 0x00000000, 0x02000001, 0x00000001, 0x02000000, 0x02100001, 0x00000401, 0x02000400, 0x00100401, 0x00100001, 0x02000400, 0x02000001, 0x02100000, 0x02100400, 0x00100001, 0x02100000, 0x00000400, 0x00000401, 0x02100401, 0x00100400, 0x00000001, 0x02000000, 0x00100400, 0x02000000, 0x00100400, 0x00100000, 0x02000401, 0x02000401, 0x02100001, 0x02100001, 0x00000001, 0x00100001, 0x02000000, 0x02000400, 0x00100000, 0x02100400, 0x00000401, 0x00100401, 0x02100400, 0x00000401, 0x02000001, 0x02100401, 0x02100000, 0x00100400, 0x00000000, 0x00000001, 0x02100401, 0x00000000, 0x00100401, 0x02100000, 0x00000400, 0x02000001, 0x02000400, 0x00000400, 0x00100001 ]; /** * Pre-permuted S-box8 * * @var array * @access private */ protected static $sbox8 = [ 0x08000820, 0x00000800, 0x00020000, 0x08020820, 0x08000000, 0x08000820, 0x00000020, 0x08000000, 0x00020020, 0x08020000, 0x08020820, 0x00020800, 0x08020800, 0x00020820, 0x00000800, 0x00000020, 0x08020000, 0x08000020, 0x08000800, 0x00000820, 0x00020800, 0x00020020, 0x08020020, 0x08020800, 0x00000820, 0x00000000, 0x00000000, 0x08020020, 0x08000020, 0x08000800, 0x00020820, 0x00020000, 0x00020820, 0x00020000, 0x08020800, 0x00000800, 0x00000020, 0x08020020, 0x00000800, 0x00020820, 0x08000800, 0x00000020, 0x08000020, 0x08020000, 0x08020020, 0x08000000, 0x00020000, 0x08000820, 0x00000000, 0x08020820, 0x00020020, 0x08000020, 0x08020000, 0x08000800, 0x08000820, 0x00000000, 0x08020820, 0x00020800, 0x00020800, 0x00000820, 0x00000820, 0x00020020, 0x08000000, 0x08020800 ]; /** * Default Constructor. * * @param string $mode * @access public * @throws BadModeException if an invalid / unsupported mode is provided */ public function __construct($mode) { parent::__construct($mode); if ($this->mode == self::MODE_STREAM) { throw new BadModeException('Block ciphers cannot be ran in stream mode'); } } /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { if ($this->key_length_max == 8) { if ($engine == self::ENGINE_OPENSSL) { self::$cipher_name_openssl_ecb = 'des-ecb'; $this->cipher_name_openssl = 'des-' . $this->openssl_translate_mode(); } } return parent::isValidEngineHelper($engine); } /** * Sets the key. * * Keys must be 64-bits long or 8 bytes long. * * DES also requires that every eighth bit be a parity bit, however, we'll ignore that. * * @see \phpseclib3\Crypt\Common\SymmetricKey::setKey() * @access public * @param string $key */ public function setKey($key) { if (!($this instanceof TripleDES) && strlen($key) != 8) { throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of size 8 are supported'); } // Sets the key parent::setKey($key); } /** * Encrypts a block * * @see \phpseclib3\Crypt\Common\SymmetricKey::encryptBlock() * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see self::encrypt() * @access private * @param string $in * @return string */ protected function encryptBlock($in) { return $this->processBlock($in, self::ENCRYPT); } /** * Decrypts a block * * @see \phpseclib3\Crypt\Common\SymmetricKey::decryptBlock() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() * @see self::decrypt() * @access private * @param string $in * @return string */ protected function decryptBlock($in) { return $this->processBlock($in, self::DECRYPT); } /** * Encrypts or decrypts a 64-bit block * * $mode should be either self::ENCRYPT or self::DECRYPT. See * {@link http://en.wikipedia.org/wiki/Image:Feistel.png Feistel.png} to get a general * idea of what this function does. * * @see self::encryptBlock() * @see self::decryptBlock() * @access private * @param string $block * @param int $mode * @return string */ private function processBlock($block, $mode) { static $sbox1, $sbox2, $sbox3, $sbox4, $sbox5, $sbox6, $sbox7, $sbox8, $shuffleip, $shuffleinvip; if (!$sbox1) { $sbox1 = array_map('intval', self::$sbox1); $sbox2 = array_map('intval', self::$sbox2); $sbox3 = array_map('intval', self::$sbox3); $sbox4 = array_map('intval', self::$sbox4); $sbox5 = array_map('intval', self::$sbox5); $sbox6 = array_map('intval', self::$sbox6); $sbox7 = array_map('intval', self::$sbox7); $sbox8 = array_map('intval', self::$sbox8); /* Merge $shuffle with $[inv]ipmap */ for ($i = 0; $i < 256; ++$i) { $shuffleip[] = self::$shuffle[self::$ipmap[$i]]; $shuffleinvip[] = self::$shuffle[self::$invipmap[$i]]; } } $keys = $this->keys[$mode]; $ki = -1; // Do the initial IP permutation. $t = unpack('Nl/Nr', $block); list($l, $r) = [$t['l'], $t['r']]; $block = ($shuffleip[ $r & 0xFF] & "\x80\x80\x80\x80\x80\x80\x80\x80") | ($shuffleip[($r >> 8) & 0xFF] & "\x40\x40\x40\x40\x40\x40\x40\x40") | ($shuffleip[($r >> 16) & 0xFF] & "\x20\x20\x20\x20\x20\x20\x20\x20") | ($shuffleip[($r >> 24) & 0xFF] & "\x10\x10\x10\x10\x10\x10\x10\x10") | ($shuffleip[ $l & 0xFF] & "\x08\x08\x08\x08\x08\x08\x08\x08") | ($shuffleip[($l >> 8) & 0xFF] & "\x04\x04\x04\x04\x04\x04\x04\x04") | ($shuffleip[($l >> 16) & 0xFF] & "\x02\x02\x02\x02\x02\x02\x02\x02") | ($shuffleip[($l >> 24) & 0xFF] & "\x01\x01\x01\x01\x01\x01\x01\x01"); // Extract L0 and R0. $t = unpack('Nl/Nr', $block); list($l, $r) = [$t['l'], $t['r']]; for ($des_round = 0; $des_round < $this->des_rounds; ++$des_round) { // Perform the 16 steps. for ($i = 0; $i < 16; $i++) { // start of "the Feistel (F) function" - see the following URL: // http://en.wikipedia.org/wiki/Image:Data_Encryption_Standard_InfoBox_Diagram.png // Merge key schedule. $b1 = (($r >> 3) & 0x1FFFFFFF) ^ ($r << 29) ^ $keys[++$ki]; $b2 = (($r >> 31) & 0x00000001) ^ ($r << 1) ^ $keys[++$ki]; // S-box indexing. $t = $sbox1[($b1 >> 24) & 0x3F] ^ $sbox2[($b2 >> 24) & 0x3F] ^ $sbox3[($b1 >> 16) & 0x3F] ^ $sbox4[($b2 >> 16) & 0x3F] ^ $sbox5[($b1 >> 8) & 0x3F] ^ $sbox6[($b2 >> 8) & 0x3F] ^ $sbox7[ $b1 & 0x3F] ^ $sbox8[ $b2 & 0x3F] ^ $l; // end of "the Feistel (F) function" $l = $r; $r = $t; } // Last step should not permute L & R. $t = $l; $l = $r; $r = $t; } // Perform the inverse IP permutation. return ($shuffleinvip[($r >> 24) & 0xFF] & "\x80\x80\x80\x80\x80\x80\x80\x80") | ($shuffleinvip[($l >> 24) & 0xFF] & "\x40\x40\x40\x40\x40\x40\x40\x40") | ($shuffleinvip[($r >> 16) & 0xFF] & "\x20\x20\x20\x20\x20\x20\x20\x20") | ($shuffleinvip[($l >> 16) & 0xFF] & "\x10\x10\x10\x10\x10\x10\x10\x10") | ($shuffleinvip[($r >> 8) & 0xFF] & "\x08\x08\x08\x08\x08\x08\x08\x08") | ($shuffleinvip[($l >> 8) & 0xFF] & "\x04\x04\x04\x04\x04\x04\x04\x04") | ($shuffleinvip[ $r & 0xFF] & "\x02\x02\x02\x02\x02\x02\x02\x02") | ($shuffleinvip[ $l & 0xFF] & "\x01\x01\x01\x01\x01\x01\x01\x01"); } /** * Creates the key schedule * * @see \phpseclib3\Crypt\Common\SymmetricKey::setupKey() * @access private */ protected function setupKey() { if (isset($this->kl['key']) && $this->key === $this->kl['key'] && $this->des_rounds === $this->kl['des_rounds']) { // already expanded return; } $this->kl = ['key' => $this->key, 'des_rounds' => $this->des_rounds]; static $shifts = [ // number of key bits shifted per round 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1 ]; static $pc1map = [ 0x00, 0x00, 0x08, 0x08, 0x04, 0x04, 0x0C, 0x0C, 0x02, 0x02, 0x0A, 0x0A, 0x06, 0x06, 0x0E, 0x0E, 0x10, 0x10, 0x18, 0x18, 0x14, 0x14, 0x1C, 0x1C, 0x12, 0x12, 0x1A, 0x1A, 0x16, 0x16, 0x1E, 0x1E, 0x20, 0x20, 0x28, 0x28, 0x24, 0x24, 0x2C, 0x2C, 0x22, 0x22, 0x2A, 0x2A, 0x26, 0x26, 0x2E, 0x2E, 0x30, 0x30, 0x38, 0x38, 0x34, 0x34, 0x3C, 0x3C, 0x32, 0x32, 0x3A, 0x3A, 0x36, 0x36, 0x3E, 0x3E, 0x40, 0x40, 0x48, 0x48, 0x44, 0x44, 0x4C, 0x4C, 0x42, 0x42, 0x4A, 0x4A, 0x46, 0x46, 0x4E, 0x4E, 0x50, 0x50, 0x58, 0x58, 0x54, 0x54, 0x5C, 0x5C, 0x52, 0x52, 0x5A, 0x5A, 0x56, 0x56, 0x5E, 0x5E, 0x60, 0x60, 0x68, 0x68, 0x64, 0x64, 0x6C, 0x6C, 0x62, 0x62, 0x6A, 0x6A, 0x66, 0x66, 0x6E, 0x6E, 0x70, 0x70, 0x78, 0x78, 0x74, 0x74, 0x7C, 0x7C, 0x72, 0x72, 0x7A, 0x7A, 0x76, 0x76, 0x7E, 0x7E, 0x80, 0x80, 0x88, 0x88, 0x84, 0x84, 0x8C, 0x8C, 0x82, 0x82, 0x8A, 0x8A, 0x86, 0x86, 0x8E, 0x8E, 0x90, 0x90, 0x98, 0x98, 0x94, 0x94, 0x9C, 0x9C, 0x92, 0x92, 0x9A, 0x9A, 0x96, 0x96, 0x9E, 0x9E, 0xA0, 0xA0, 0xA8, 0xA8, 0xA4, 0xA4, 0xAC, 0xAC, 0xA2, 0xA2, 0xAA, 0xAA, 0xA6, 0xA6, 0xAE, 0xAE, 0xB0, 0xB0, 0xB8, 0xB8, 0xB4, 0xB4, 0xBC, 0xBC, 0xB2, 0xB2, 0xBA, 0xBA, 0xB6, 0xB6, 0xBE, 0xBE, 0xC0, 0xC0, 0xC8, 0xC8, 0xC4, 0xC4, 0xCC, 0xCC, 0xC2, 0xC2, 0xCA, 0xCA, 0xC6, 0xC6, 0xCE, 0xCE, 0xD0, 0xD0, 0xD8, 0xD8, 0xD4, 0xD4, 0xDC, 0xDC, 0xD2, 0xD2, 0xDA, 0xDA, 0xD6, 0xD6, 0xDE, 0xDE, 0xE0, 0xE0, 0xE8, 0xE8, 0xE4, 0xE4, 0xEC, 0xEC, 0xE2, 0xE2, 0xEA, 0xEA, 0xE6, 0xE6, 0xEE, 0xEE, 0xF0, 0xF0, 0xF8, 0xF8, 0xF4, 0xF4, 0xFC, 0xFC, 0xF2, 0xF2, 0xFA, 0xFA, 0xF6, 0xF6, 0xFE, 0xFE ]; // Mapping tables for the PC-2 transformation. static $pc2mapc1 = [ 0x00000000, 0x00000400, 0x00200000, 0x00200400, 0x00000001, 0x00000401, 0x00200001, 0x00200401, 0x02000000, 0x02000400, 0x02200000, 0x02200400, 0x02000001, 0x02000401, 0x02200001, 0x02200401 ]; static $pc2mapc2 = [ 0x00000000, 0x00000800, 0x08000000, 0x08000800, 0x00010000, 0x00010800, 0x08010000, 0x08010800, 0x00000000, 0x00000800, 0x08000000, 0x08000800, 0x00010000, 0x00010800, 0x08010000, 0x08010800, 0x00000100, 0x00000900, 0x08000100, 0x08000900, 0x00010100, 0x00010900, 0x08010100, 0x08010900, 0x00000100, 0x00000900, 0x08000100, 0x08000900, 0x00010100, 0x00010900, 0x08010100, 0x08010900, 0x00000010, 0x00000810, 0x08000010, 0x08000810, 0x00010010, 0x00010810, 0x08010010, 0x08010810, 0x00000010, 0x00000810, 0x08000010, 0x08000810, 0x00010010, 0x00010810, 0x08010010, 0x08010810, 0x00000110, 0x00000910, 0x08000110, 0x08000910, 0x00010110, 0x00010910, 0x08010110, 0x08010910, 0x00000110, 0x00000910, 0x08000110, 0x08000910, 0x00010110, 0x00010910, 0x08010110, 0x08010910, 0x00040000, 0x00040800, 0x08040000, 0x08040800, 0x00050000, 0x00050800, 0x08050000, 0x08050800, 0x00040000, 0x00040800, 0x08040000, 0x08040800, 0x00050000, 0x00050800, 0x08050000, 0x08050800, 0x00040100, 0x00040900, 0x08040100, 0x08040900, 0x00050100, 0x00050900, 0x08050100, 0x08050900, 0x00040100, 0x00040900, 0x08040100, 0x08040900, 0x00050100, 0x00050900, 0x08050100, 0x08050900, 0x00040010, 0x00040810, 0x08040010, 0x08040810, 0x00050010, 0x00050810, 0x08050010, 0x08050810, 0x00040010, 0x00040810, 0x08040010, 0x08040810, 0x00050010, 0x00050810, 0x08050010, 0x08050810, 0x00040110, 0x00040910, 0x08040110, 0x08040910, 0x00050110, 0x00050910, 0x08050110, 0x08050910, 0x00040110, 0x00040910, 0x08040110, 0x08040910, 0x00050110, 0x00050910, 0x08050110, 0x08050910, 0x01000000, 0x01000800, 0x09000000, 0x09000800, 0x01010000, 0x01010800, 0x09010000, 0x09010800, 0x01000000, 0x01000800, 0x09000000, 0x09000800, 0x01010000, 0x01010800, 0x09010000, 0x09010800, 0x01000100, 0x01000900, 0x09000100, 0x09000900, 0x01010100, 0x01010900, 0x09010100, 0x09010900, 0x01000100, 0x01000900, 0x09000100, 0x09000900, 0x01010100, 0x01010900, 0x09010100, 0x09010900, 0x01000010, 0x01000810, 0x09000010, 0x09000810, 0x01010010, 0x01010810, 0x09010010, 0x09010810, 0x01000010, 0x01000810, 0x09000010, 0x09000810, 0x01010010, 0x01010810, 0x09010010, 0x09010810, 0x01000110, 0x01000910, 0x09000110, 0x09000910, 0x01010110, 0x01010910, 0x09010110, 0x09010910, 0x01000110, 0x01000910, 0x09000110, 0x09000910, 0x01010110, 0x01010910, 0x09010110, 0x09010910, 0x01040000, 0x01040800, 0x09040000, 0x09040800, 0x01050000, 0x01050800, 0x09050000, 0x09050800, 0x01040000, 0x01040800, 0x09040000, 0x09040800, 0x01050000, 0x01050800, 0x09050000, 0x09050800, 0x01040100, 0x01040900, 0x09040100, 0x09040900, 0x01050100, 0x01050900, 0x09050100, 0x09050900, 0x01040100, 0x01040900, 0x09040100, 0x09040900, 0x01050100, 0x01050900, 0x09050100, 0x09050900, 0x01040010, 0x01040810, 0x09040010, 0x09040810, 0x01050010, 0x01050810, 0x09050010, 0x09050810, 0x01040010, 0x01040810, 0x09040010, 0x09040810, 0x01050010, 0x01050810, 0x09050010, 0x09050810, 0x01040110, 0x01040910, 0x09040110, 0x09040910, 0x01050110, 0x01050910, 0x09050110, 0x09050910, 0x01040110, 0x01040910, 0x09040110, 0x09040910, 0x01050110, 0x01050910, 0x09050110, 0x09050910 ]; static $pc2mapc3 = [ 0x00000000, 0x00000004, 0x00001000, 0x00001004, 0x00000000, 0x00000004, 0x00001000, 0x00001004, 0x10000000, 0x10000004, 0x10001000, 0x10001004, 0x10000000, 0x10000004, 0x10001000, 0x10001004, 0x00000020, 0x00000024, 0x00001020, 0x00001024, 0x00000020, 0x00000024, 0x00001020, 0x00001024, 0x10000020, 0x10000024, 0x10001020, 0x10001024, 0x10000020, 0x10000024, 0x10001020, 0x10001024, 0x00080000, 0x00080004, 0x00081000, 0x00081004, 0x00080000, 0x00080004, 0x00081000, 0x00081004, 0x10080000, 0x10080004, 0x10081000, 0x10081004, 0x10080000, 0x10080004, 0x10081000, 0x10081004, 0x00080020, 0x00080024, 0x00081020, 0x00081024, 0x00080020, 0x00080024, 0x00081020, 0x00081024, 0x10080020, 0x10080024, 0x10081020, 0x10081024, 0x10080020, 0x10080024, 0x10081020, 0x10081024, 0x20000000, 0x20000004, 0x20001000, 0x20001004, 0x20000000, 0x20000004, 0x20001000, 0x20001004, 0x30000000, 0x30000004, 0x30001000, 0x30001004, 0x30000000, 0x30000004, 0x30001000, 0x30001004, 0x20000020, 0x20000024, 0x20001020, 0x20001024, 0x20000020, 0x20000024, 0x20001020, 0x20001024, 0x30000020, 0x30000024, 0x30001020, 0x30001024, 0x30000020, 0x30000024, 0x30001020, 0x30001024, 0x20080000, 0x20080004, 0x20081000, 0x20081004, 0x20080000, 0x20080004, 0x20081000, 0x20081004, 0x30080000, 0x30080004, 0x30081000, 0x30081004, 0x30080000, 0x30080004, 0x30081000, 0x30081004, 0x20080020, 0x20080024, 0x20081020, 0x20081024, 0x20080020, 0x20080024, 0x20081020, 0x20081024, 0x30080020, 0x30080024, 0x30081020, 0x30081024, 0x30080020, 0x30080024, 0x30081020, 0x30081024, 0x00000002, 0x00000006, 0x00001002, 0x00001006, 0x00000002, 0x00000006, 0x00001002, 0x00001006, 0x10000002, 0x10000006, 0x10001002, 0x10001006, 0x10000002, 0x10000006, 0x10001002, 0x10001006, 0x00000022, 0x00000026, 0x00001022, 0x00001026, 0x00000022, 0x00000026, 0x00001022, 0x00001026, 0x10000022, 0x10000026, 0x10001022, 0x10001026, 0x10000022, 0x10000026, 0x10001022, 0x10001026, 0x00080002, 0x00080006, 0x00081002, 0x00081006, 0x00080002, 0x00080006, 0x00081002, 0x00081006, 0x10080002, 0x10080006, 0x10081002, 0x10081006, 0x10080002, 0x10080006, 0x10081002, 0x10081006, 0x00080022, 0x00080026, 0x00081022, 0x00081026, 0x00080022, 0x00080026, 0x00081022, 0x00081026, 0x10080022, 0x10080026, 0x10081022, 0x10081026, 0x10080022, 0x10080026, 0x10081022, 0x10081026, 0x20000002, 0x20000006, 0x20001002, 0x20001006, 0x20000002, 0x20000006, 0x20001002, 0x20001006, 0x30000002, 0x30000006, 0x30001002, 0x30001006, 0x30000002, 0x30000006, 0x30001002, 0x30001006, 0x20000022, 0x20000026, 0x20001022, 0x20001026, 0x20000022, 0x20000026, 0x20001022, 0x20001026, 0x30000022, 0x30000026, 0x30001022, 0x30001026, 0x30000022, 0x30000026, 0x30001022, 0x30001026, 0x20080002, 0x20080006, 0x20081002, 0x20081006, 0x20080002, 0x20080006, 0x20081002, 0x20081006, 0x30080002, 0x30080006, 0x30081002, 0x30081006, 0x30080002, 0x30080006, 0x30081002, 0x30081006, 0x20080022, 0x20080026, 0x20081022, 0x20081026, 0x20080022, 0x20080026, 0x20081022, 0x20081026, 0x30080022, 0x30080026, 0x30081022, 0x30081026, 0x30080022, 0x30080026, 0x30081022, 0x30081026 ]; static $pc2mapc4 = [ 0x00000000, 0x00100000, 0x00000008, 0x00100008, 0x00000200, 0x00100200, 0x00000208, 0x00100208, 0x00000000, 0x00100000, 0x00000008, 0x00100008, 0x00000200, 0x00100200, 0x00000208, 0x00100208, 0x04000000, 0x04100000, 0x04000008, 0x04100008, 0x04000200, 0x04100200, 0x04000208, 0x04100208, 0x04000000, 0x04100000, 0x04000008, 0x04100008, 0x04000200, 0x04100200, 0x04000208, 0x04100208, 0x00002000, 0x00102000, 0x00002008, 0x00102008, 0x00002200, 0x00102200, 0x00002208, 0x00102208, 0x00002000, 0x00102000, 0x00002008, 0x00102008, 0x00002200, 0x00102200, 0x00002208, 0x00102208, 0x04002000, 0x04102000, 0x04002008, 0x04102008, 0x04002200, 0x04102200, 0x04002208, 0x04102208, 0x04002000, 0x04102000, 0x04002008, 0x04102008, 0x04002200, 0x04102200, 0x04002208, 0x04102208, 0x00000000, 0x00100000, 0x00000008, 0x00100008, 0x00000200, 0x00100200, 0x00000208, 0x00100208, 0x00000000, 0x00100000, 0x00000008, 0x00100008, 0x00000200, 0x00100200, 0x00000208, 0x00100208, 0x04000000, 0x04100000, 0x04000008, 0x04100008, 0x04000200, 0x04100200, 0x04000208, 0x04100208, 0x04000000, 0x04100000, 0x04000008, 0x04100008, 0x04000200, 0x04100200, 0x04000208, 0x04100208, 0x00002000, 0x00102000, 0x00002008, 0x00102008, 0x00002200, 0x00102200, 0x00002208, 0x00102208, 0x00002000, 0x00102000, 0x00002008, 0x00102008, 0x00002200, 0x00102200, 0x00002208, 0x00102208, 0x04002000, 0x04102000, 0x04002008, 0x04102008, 0x04002200, 0x04102200, 0x04002208, 0x04102208, 0x04002000, 0x04102000, 0x04002008, 0x04102008, 0x04002200, 0x04102200, 0x04002208, 0x04102208, 0x00020000, 0x00120000, 0x00020008, 0x00120008, 0x00020200, 0x00120200, 0x00020208, 0x00120208, 0x00020000, 0x00120000, 0x00020008, 0x00120008, 0x00020200, 0x00120200, 0x00020208, 0x00120208, 0x04020000, 0x04120000, 0x04020008, 0x04120008, 0x04020200, 0x04120200, 0x04020208, 0x04120208, 0x04020000, 0x04120000, 0x04020008, 0x04120008, 0x04020200, 0x04120200, 0x04020208, 0x04120208, 0x00022000, 0x00122000, 0x00022008, 0x00122008, 0x00022200, 0x00122200, 0x00022208, 0x00122208, 0x00022000, 0x00122000, 0x00022008, 0x00122008, 0x00022200, 0x00122200, 0x00022208, 0x00122208, 0x04022000, 0x04122000, 0x04022008, 0x04122008, 0x04022200, 0x04122200, 0x04022208, 0x04122208, 0x04022000, 0x04122000, 0x04022008, 0x04122008, 0x04022200, 0x04122200, 0x04022208, 0x04122208, 0x00020000, 0x00120000, 0x00020008, 0x00120008, 0x00020200, 0x00120200, 0x00020208, 0x00120208, 0x00020000, 0x00120000, 0x00020008, 0x00120008, 0x00020200, 0x00120200, 0x00020208, 0x00120208, 0x04020000, 0x04120000, 0x04020008, 0x04120008, 0x04020200, 0x04120200, 0x04020208, 0x04120208, 0x04020000, 0x04120000, 0x04020008, 0x04120008, 0x04020200, 0x04120200, 0x04020208, 0x04120208, 0x00022000, 0x00122000, 0x00022008, 0x00122008, 0x00022200, 0x00122200, 0x00022208, 0x00122208, 0x00022000, 0x00122000, 0x00022008, 0x00122008, 0x00022200, 0x00122200, 0x00022208, 0x00122208, 0x04022000, 0x04122000, 0x04022008, 0x04122008, 0x04022200, 0x04122200, 0x04022208, 0x04122208, 0x04022000, 0x04122000, 0x04022008, 0x04122008, 0x04022200, 0x04122200, 0x04022208, 0x04122208 ]; static $pc2mapd1 = [ 0x00000000, 0x00000001, 0x08000000, 0x08000001, 0x00200000, 0x00200001, 0x08200000, 0x08200001, 0x00000002, 0x00000003, 0x08000002, 0x08000003, 0x00200002, 0x00200003, 0x08200002, 0x08200003 ]; static $pc2mapd2 = [ 0x00000000, 0x00100000, 0x00000800, 0x00100800, 0x00000000, 0x00100000, 0x00000800, 0x00100800, 0x04000000, 0x04100000, 0x04000800, 0x04100800, 0x04000000, 0x04100000, 0x04000800, 0x04100800, 0x00000004, 0x00100004, 0x00000804, 0x00100804, 0x00000004, 0x00100004, 0x00000804, 0x00100804, 0x04000004, 0x04100004, 0x04000804, 0x04100804, 0x04000004, 0x04100004, 0x04000804, 0x04100804, 0x00000000, 0x00100000, 0x00000800, 0x00100800, 0x00000000, 0x00100000, 0x00000800, 0x00100800, 0x04000000, 0x04100000, 0x04000800, 0x04100800, 0x04000000, 0x04100000, 0x04000800, 0x04100800, 0x00000004, 0x00100004, 0x00000804, 0x00100804, 0x00000004, 0x00100004, 0x00000804, 0x00100804, 0x04000004, 0x04100004, 0x04000804, 0x04100804, 0x04000004, 0x04100004, 0x04000804, 0x04100804, 0x00000200, 0x00100200, 0x00000A00, 0x00100A00, 0x00000200, 0x00100200, 0x00000A00, 0x00100A00, 0x04000200, 0x04100200, 0x04000A00, 0x04100A00, 0x04000200, 0x04100200, 0x04000A00, 0x04100A00, 0x00000204, 0x00100204, 0x00000A04, 0x00100A04, 0x00000204, 0x00100204, 0x00000A04, 0x00100A04, 0x04000204, 0x04100204, 0x04000A04, 0x04100A04, 0x04000204, 0x04100204, 0x04000A04, 0x04100A04, 0x00000200, 0x00100200, 0x00000A00, 0x00100A00, 0x00000200, 0x00100200, 0x00000A00, 0x00100A00, 0x04000200, 0x04100200, 0x04000A00, 0x04100A00, 0x04000200, 0x04100200, 0x04000A00, 0x04100A00, 0x00000204, 0x00100204, 0x00000A04, 0x00100A04, 0x00000204, 0x00100204, 0x00000A04, 0x00100A04, 0x04000204, 0x04100204, 0x04000A04, 0x04100A04, 0x04000204, 0x04100204, 0x04000A04, 0x04100A04, 0x00020000, 0x00120000, 0x00020800, 0x00120800, 0x00020000, 0x00120000, 0x00020800, 0x00120800, 0x04020000, 0x04120000, 0x04020800, 0x04120800, 0x04020000, 0x04120000, 0x04020800, 0x04120800, 0x00020004, 0x00120004, 0x00020804, 0x00120804, 0x00020004, 0x00120004, 0x00020804, 0x00120804, 0x04020004, 0x04120004, 0x04020804, 0x04120804, 0x04020004, 0x04120004, 0x04020804, 0x04120804, 0x00020000, 0x00120000, 0x00020800, 0x00120800, 0x00020000, 0x00120000, 0x00020800, 0x00120800, 0x04020000, 0x04120000, 0x04020800, 0x04120800, 0x04020000, 0x04120000, 0x04020800, 0x04120800, 0x00020004, 0x00120004, 0x00020804, 0x00120804, 0x00020004, 0x00120004, 0x00020804, 0x00120804, 0x04020004, 0x04120004, 0x04020804, 0x04120804, 0x04020004, 0x04120004, 0x04020804, 0x04120804, 0x00020200, 0x00120200, 0x00020A00, 0x00120A00, 0x00020200, 0x00120200, 0x00020A00, 0x00120A00, 0x04020200, 0x04120200, 0x04020A00, 0x04120A00, 0x04020200, 0x04120200, 0x04020A00, 0x04120A00, 0x00020204, 0x00120204, 0x00020A04, 0x00120A04, 0x00020204, 0x00120204, 0x00020A04, 0x00120A04, 0x04020204, 0x04120204, 0x04020A04, 0x04120A04, 0x04020204, 0x04120204, 0x04020A04, 0x04120A04, 0x00020200, 0x00120200, 0x00020A00, 0x00120A00, 0x00020200, 0x00120200, 0x00020A00, 0x00120A00, 0x04020200, 0x04120200, 0x04020A00, 0x04120A00, 0x04020200, 0x04120200, 0x04020A00, 0x04120A00, 0x00020204, 0x00120204, 0x00020A04, 0x00120A04, 0x00020204, 0x00120204, 0x00020A04, 0x00120A04, 0x04020204, 0x04120204, 0x04020A04, 0x04120A04, 0x04020204, 0x04120204, 0x04020A04, 0x04120A04 ]; static $pc2mapd3 = [ 0x00000000, 0x00010000, 0x02000000, 0x02010000, 0x00000020, 0x00010020, 0x02000020, 0x02010020, 0x00040000, 0x00050000, 0x02040000, 0x02050000, 0x00040020, 0x00050020, 0x02040020, 0x02050020, 0x00002000, 0x00012000, 0x02002000, 0x02012000, 0x00002020, 0x00012020, 0x02002020, 0x02012020, 0x00042000, 0x00052000, 0x02042000, 0x02052000, 0x00042020, 0x00052020, 0x02042020, 0x02052020, 0x00000000, 0x00010000, 0x02000000, 0x02010000, 0x00000020, 0x00010020, 0x02000020, 0x02010020, 0x00040000, 0x00050000, 0x02040000, 0x02050000, 0x00040020, 0x00050020, 0x02040020, 0x02050020, 0x00002000, 0x00012000, 0x02002000, 0x02012000, 0x00002020, 0x00012020, 0x02002020, 0x02012020, 0x00042000, 0x00052000, 0x02042000, 0x02052000, 0x00042020, 0x00052020, 0x02042020, 0x02052020, 0x00000010, 0x00010010, 0x02000010, 0x02010010, 0x00000030, 0x00010030, 0x02000030, 0x02010030, 0x00040010, 0x00050010, 0x02040010, 0x02050010, 0x00040030, 0x00050030, 0x02040030, 0x02050030, 0x00002010, 0x00012010, 0x02002010, 0x02012010, 0x00002030, 0x00012030, 0x02002030, 0x02012030, 0x00042010, 0x00052010, 0x02042010, 0x02052010, 0x00042030, 0x00052030, 0x02042030, 0x02052030, 0x00000010, 0x00010010, 0x02000010, 0x02010010, 0x00000030, 0x00010030, 0x02000030, 0x02010030, 0x00040010, 0x00050010, 0x02040010, 0x02050010, 0x00040030, 0x00050030, 0x02040030, 0x02050030, 0x00002010, 0x00012010, 0x02002010, 0x02012010, 0x00002030, 0x00012030, 0x02002030, 0x02012030, 0x00042010, 0x00052010, 0x02042010, 0x02052010, 0x00042030, 0x00052030, 0x02042030, 0x02052030, 0x20000000, 0x20010000, 0x22000000, 0x22010000, 0x20000020, 0x20010020, 0x22000020, 0x22010020, 0x20040000, 0x20050000, 0x22040000, 0x22050000, 0x20040020, 0x20050020, 0x22040020, 0x22050020, 0x20002000, 0x20012000, 0x22002000, 0x22012000, 0x20002020, 0x20012020, 0x22002020, 0x22012020, 0x20042000, 0x20052000, 0x22042000, 0x22052000, 0x20042020, 0x20052020, 0x22042020, 0x22052020, 0x20000000, 0x20010000, 0x22000000, 0x22010000, 0x20000020, 0x20010020, 0x22000020, 0x22010020, 0x20040000, 0x20050000, 0x22040000, 0x22050000, 0x20040020, 0x20050020, 0x22040020, 0x22050020, 0x20002000, 0x20012000, 0x22002000, 0x22012000, 0x20002020, 0x20012020, 0x22002020, 0x22012020, 0x20042000, 0x20052000, 0x22042000, 0x22052000, 0x20042020, 0x20052020, 0x22042020, 0x22052020, 0x20000010, 0x20010010, 0x22000010, 0x22010010, 0x20000030, 0x20010030, 0x22000030, 0x22010030, 0x20040010, 0x20050010, 0x22040010, 0x22050010, 0x20040030, 0x20050030, 0x22040030, 0x22050030, 0x20002010, 0x20012010, 0x22002010, 0x22012010, 0x20002030, 0x20012030, 0x22002030, 0x22012030, 0x20042010, 0x20052010, 0x22042010, 0x22052010, 0x20042030, 0x20052030, 0x22042030, 0x22052030, 0x20000010, 0x20010010, 0x22000010, 0x22010010, 0x20000030, 0x20010030, 0x22000030, 0x22010030, 0x20040010, 0x20050010, 0x22040010, 0x22050010, 0x20040030, 0x20050030, 0x22040030, 0x22050030, 0x20002010, 0x20012010, 0x22002010, 0x22012010, 0x20002030, 0x20012030, 0x22002030, 0x22012030, 0x20042010, 0x20052010, 0x22042010, 0x22052010, 0x20042030, 0x20052030, 0x22042030, 0x22052030 ]; static $pc2mapd4 = [ 0x00000000, 0x00000400, 0x01000000, 0x01000400, 0x00000000, 0x00000400, 0x01000000, 0x01000400, 0x00000100, 0x00000500, 0x01000100, 0x01000500, 0x00000100, 0x00000500, 0x01000100, 0x01000500, 0x10000000, 0x10000400, 0x11000000, 0x11000400, 0x10000000, 0x10000400, 0x11000000, 0x11000400, 0x10000100, 0x10000500, 0x11000100, 0x11000500, 0x10000100, 0x10000500, 0x11000100, 0x11000500, 0x00080000, 0x00080400, 0x01080000, 0x01080400, 0x00080000, 0x00080400, 0x01080000, 0x01080400, 0x00080100, 0x00080500, 0x01080100, 0x01080500, 0x00080100, 0x00080500, 0x01080100, 0x01080500, 0x10080000, 0x10080400, 0x11080000, 0x11080400, 0x10080000, 0x10080400, 0x11080000, 0x11080400, 0x10080100, 0x10080500, 0x11080100, 0x11080500, 0x10080100, 0x10080500, 0x11080100, 0x11080500, 0x00000008, 0x00000408, 0x01000008, 0x01000408, 0x00000008, 0x00000408, 0x01000008, 0x01000408, 0x00000108, 0x00000508, 0x01000108, 0x01000508, 0x00000108, 0x00000508, 0x01000108, 0x01000508, 0x10000008, 0x10000408, 0x11000008, 0x11000408, 0x10000008, 0x10000408, 0x11000008, 0x11000408, 0x10000108, 0x10000508, 0x11000108, 0x11000508, 0x10000108, 0x10000508, 0x11000108, 0x11000508, 0x00080008, 0x00080408, 0x01080008, 0x01080408, 0x00080008, 0x00080408, 0x01080008, 0x01080408, 0x00080108, 0x00080508, 0x01080108, 0x01080508, 0x00080108, 0x00080508, 0x01080108, 0x01080508, 0x10080008, 0x10080408, 0x11080008, 0x11080408, 0x10080008, 0x10080408, 0x11080008, 0x11080408, 0x10080108, 0x10080508, 0x11080108, 0x11080508, 0x10080108, 0x10080508, 0x11080108, 0x11080508, 0x00001000, 0x00001400, 0x01001000, 0x01001400, 0x00001000, 0x00001400, 0x01001000, 0x01001400, 0x00001100, 0x00001500, 0x01001100, 0x01001500, 0x00001100, 0x00001500, 0x01001100, 0x01001500, 0x10001000, 0x10001400, 0x11001000, 0x11001400, 0x10001000, 0x10001400, 0x11001000, 0x11001400, 0x10001100, 0x10001500, 0x11001100, 0x11001500, 0x10001100, 0x10001500, 0x11001100, 0x11001500, 0x00081000, 0x00081400, 0x01081000, 0x01081400, 0x00081000, 0x00081400, 0x01081000, 0x01081400, 0x00081100, 0x00081500, 0x01081100, 0x01081500, 0x00081100, 0x00081500, 0x01081100, 0x01081500, 0x10081000, 0x10081400, 0x11081000, 0x11081400, 0x10081000, 0x10081400, 0x11081000, 0x11081400, 0x10081100, 0x10081500, 0x11081100, 0x11081500, 0x10081100, 0x10081500, 0x11081100, 0x11081500, 0x00001008, 0x00001408, 0x01001008, 0x01001408, 0x00001008, 0x00001408, 0x01001008, 0x01001408, 0x00001108, 0x00001508, 0x01001108, 0x01001508, 0x00001108, 0x00001508, 0x01001108, 0x01001508, 0x10001008, 0x10001408, 0x11001008, 0x11001408, 0x10001008, 0x10001408, 0x11001008, 0x11001408, 0x10001108, 0x10001508, 0x11001108, 0x11001508, 0x10001108, 0x10001508, 0x11001108, 0x11001508, 0x00081008, 0x00081408, 0x01081008, 0x01081408, 0x00081008, 0x00081408, 0x01081008, 0x01081408, 0x00081108, 0x00081508, 0x01081108, 0x01081508, 0x00081108, 0x00081508, 0x01081108, 0x01081508, 0x10081008, 0x10081408, 0x11081008, 0x11081408, 0x10081008, 0x10081408, 0x11081008, 0x11081408, 0x10081108, 0x10081508, 0x11081108, 0x11081508, 0x10081108, 0x10081508, 0x11081108, 0x11081508 ]; $keys = []; for ($des_round = 0; $des_round < $this->des_rounds; ++$des_round) { // pad the key and remove extra characters as appropriate. $key = str_pad(substr($this->key, $des_round * 8, 8), 8, "\0"); // Perform the PC/1 transformation and compute C and D. $t = unpack('Nl/Nr', $key); list($l, $r) = [$t['l'], $t['r']]; $key = (self::$shuffle[$pc1map[ $r & 0xFF]] & "\x80\x80\x80\x80\x80\x80\x80\x00") | (self::$shuffle[$pc1map[($r >> 8) & 0xFF]] & "\x40\x40\x40\x40\x40\x40\x40\x00") | (self::$shuffle[$pc1map[($r >> 16) & 0xFF]] & "\x20\x20\x20\x20\x20\x20\x20\x00") | (self::$shuffle[$pc1map[($r >> 24) & 0xFF]] & "\x10\x10\x10\x10\x10\x10\x10\x00") | (self::$shuffle[$pc1map[ $l & 0xFF]] & "\x08\x08\x08\x08\x08\x08\x08\x00") | (self::$shuffle[$pc1map[($l >> 8) & 0xFF]] & "\x04\x04\x04\x04\x04\x04\x04\x00") | (self::$shuffle[$pc1map[($l >> 16) & 0xFF]] & "\x02\x02\x02\x02\x02\x02\x02\x00") | (self::$shuffle[$pc1map[($l >> 24) & 0xFF]] & "\x01\x01\x01\x01\x01\x01\x01\x00"); $key = unpack('Nc/Nd', $key); $c = ( $key['c'] >> 4) & 0x0FFFFFFF; $d = (($key['d'] >> 4) & 0x0FFFFFF0) | ($key['c'] & 0x0F); $keys[$des_round] = [ self::ENCRYPT => [], self::DECRYPT => array_fill(0, 32, 0) ]; for ($i = 0, $ki = 31; $i < 16; ++$i, $ki-= 2) { $c <<= $shifts[$i]; $c = ($c | ($c >> 28)) & 0x0FFFFFFF; $d <<= $shifts[$i]; $d = ($d | ($d >> 28)) & 0x0FFFFFFF; // Perform the PC-2 transformation. $cp = $pc2mapc1[ $c >> 24 ] | $pc2mapc2[($c >> 16) & 0xFF] | $pc2mapc3[($c >> 8) & 0xFF] | $pc2mapc4[ $c & 0xFF]; $dp = $pc2mapd1[ $d >> 24 ] | $pc2mapd2[($d >> 16) & 0xFF] | $pc2mapd3[($d >> 8) & 0xFF] | $pc2mapd4[ $d & 0xFF]; // Reorder: odd bytes/even bytes. Push the result in key schedule. $val1 = ( $cp & 0xFF000000) | (($cp << 8) & 0x00FF0000) | (($dp >> 16) & 0x0000FF00) | (($dp >> 8) & 0x000000FF); $val2 = (($cp << 8) & 0xFF000000) | (($cp << 16) & 0x00FF0000) | (($dp >> 8) & 0x0000FF00) | ( $dp & 0x000000FF); $keys[$des_round][self::ENCRYPT][ ] = $val1; $keys[$des_round][self::DECRYPT][$ki - 1] = $val1; $keys[$des_round][self::ENCRYPT][ ] = $val2; $keys[$des_round][self::DECRYPT][$ki ] = $val2; } } switch ($this->des_rounds) { case 3: // 3DES keys $this->keys = [ self::ENCRYPT => array_merge( $keys[0][self::ENCRYPT], $keys[1][self::DECRYPT], $keys[2][self::ENCRYPT] ), self::DECRYPT => array_merge( $keys[2][self::DECRYPT], $keys[1][self::ENCRYPT], $keys[0][self::DECRYPT] ) ]; break; // case 1: // DES keys default: $this->keys = [ self::ENCRYPT => $keys[0][self::ENCRYPT], self::DECRYPT => $keys[0][self::DECRYPT] ]; } } /** * Setup the performance-optimized function for de/encrypt() * * @see \phpseclib3\Crypt\Common\SymmetricKey::setupInlineCrypt() * @access private */ protected function setupInlineCrypt() { // Engine configuration for: // - DES ($des_rounds == 1) or // - 3DES ($des_rounds == 3) $des_rounds = $this->des_rounds; $init_crypt = 'static $sbox1, $sbox2, $sbox3, $sbox4, $sbox5, $sbox6, $sbox7, $sbox8, $shuffleip, $shuffleinvip; if (!$sbox1) { $sbox1 = array_map("intval", self::$sbox1); $sbox2 = array_map("intval", self::$sbox2); $sbox3 = array_map("intval", self::$sbox3); $sbox4 = array_map("intval", self::$sbox4); $sbox5 = array_map("intval", self::$sbox5); $sbox6 = array_map("intval", self::$sbox6); $sbox7 = array_map("intval", self::$sbox7); $sbox8 = array_map("intval", self::$sbox8);' /* Merge $shuffle with $[inv]ipmap */ . ' for ($i = 0; $i < 256; ++$i) { $shuffleip[] = self::$shuffle[self::$ipmap[$i]]; $shuffleinvip[] = self::$shuffle[self::$invipmap[$i]]; } } '; $k = [ self::ENCRYPT => $this->keys[self::ENCRYPT], self::DECRYPT => $this->keys[self::DECRYPT] ]; $init_encrypt = ''; $init_decrypt = ''; // Creating code for en- and decryption. $crypt_block = []; foreach ([self::ENCRYPT, self::DECRYPT] as $c) { /* Do the initial IP permutation. */ $crypt_block[$c] = ' $in = unpack("N*", $in); $l = $in[1]; $r = $in[2]; $in = unpack("N*", ($shuffleip[ $r & 0xFF] & "\x80\x80\x80\x80\x80\x80\x80\x80") | ($shuffleip[($r >> 8) & 0xFF] & "\x40\x40\x40\x40\x40\x40\x40\x40") | ($shuffleip[($r >> 16) & 0xFF] & "\x20\x20\x20\x20\x20\x20\x20\x20") | ($shuffleip[($r >> 24) & 0xFF] & "\x10\x10\x10\x10\x10\x10\x10\x10") | ($shuffleip[ $l & 0xFF] & "\x08\x08\x08\x08\x08\x08\x08\x08") | ($shuffleip[($l >> 8) & 0xFF] & "\x04\x04\x04\x04\x04\x04\x04\x04") | ($shuffleip[($l >> 16) & 0xFF] & "\x02\x02\x02\x02\x02\x02\x02\x02") | ($shuffleip[($l >> 24) & 0xFF] & "\x01\x01\x01\x01\x01\x01\x01\x01") ); ' . /* Extract L0 and R0 */ ' $l = $in[1]; $r = $in[2]; '; $l = '$l'; $r = '$r'; // Perform DES or 3DES. for ($ki = -1, $des_round = 0; $des_round < $des_rounds; ++$des_round) { // Perform the 16 steps. for ($i = 0; $i < 16; ++$i) { // start of "the Feistel (F) function" - see the following URL: // http://en.wikipedia.org/wiki/Image:Data_Encryption_Standard_InfoBox_Diagram.png // Merge key schedule. $crypt_block[$c].= ' $b1 = ((' . $r . ' >> 3) & 0x1FFFFFFF) ^ (' . $r . ' << 29) ^ ' . $k[$c][++$ki] . '; $b2 = ((' . $r . ' >> 31) & 0x00000001) ^ (' . $r . ' << 1) ^ ' . $k[$c][++$ki] . ';' . /* S-box indexing. */ $l . ' = $sbox1[($b1 >> 24) & 0x3F] ^ $sbox2[($b2 >> 24) & 0x3F] ^ $sbox3[($b1 >> 16) & 0x3F] ^ $sbox4[($b2 >> 16) & 0x3F] ^ $sbox5[($b1 >> 8) & 0x3F] ^ $sbox6[($b2 >> 8) & 0x3F] ^ $sbox7[ $b1 & 0x3F] ^ $sbox8[ $b2 & 0x3F] ^ ' . $l . '; '; // end of "the Feistel (F) function" // swap L & R list($l, $r) = [$r, $l]; } list($l, $r) = [$r, $l]; } // Perform the inverse IP permutation. $crypt_block[$c].= '$in = ($shuffleinvip[($l >> 24) & 0xFF] & "\x80\x80\x80\x80\x80\x80\x80\x80") | ($shuffleinvip[($r >> 24) & 0xFF] & "\x40\x40\x40\x40\x40\x40\x40\x40") | ($shuffleinvip[($l >> 16) & 0xFF] & "\x20\x20\x20\x20\x20\x20\x20\x20") | ($shuffleinvip[($r >> 16) & 0xFF] & "\x10\x10\x10\x10\x10\x10\x10\x10") | ($shuffleinvip[($l >> 8) & 0xFF] & "\x08\x08\x08\x08\x08\x08\x08\x08") | ($shuffleinvip[($r >> 8) & 0xFF] & "\x04\x04\x04\x04\x04\x04\x04\x04") | ($shuffleinvip[ $l & 0xFF] & "\x02\x02\x02\x02\x02\x02\x02\x02") | ($shuffleinvip[ $r & 0xFF] & "\x01\x01\x01\x01\x01\x01\x01\x01"); '; } // Creates the inline-crypt function $this->inline_crypt = $this->createInlineCryptFunction( [ 'init_crypt' => $init_crypt, 'init_encrypt' => $init_encrypt, 'init_decrypt' => $init_decrypt, 'encrypt_block' => $crypt_block[self::ENCRYPT], 'decrypt_block' => $crypt_block[self::DECRYPT] ] ); } } PK5 ZS2v"ZZ=vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA; use phpseclib3\Crypt\DSA; /** * DSA Parameters * * @package DSA * @author Jim Wigginton * @access public */ class Parameters extends DSA { /** * Returns the parameters * * @param string $type * @param array $options optional * @return string */ public function toString($type = 'PKCS1', array $options = []) { $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters'); return $type::saveParameters($this->p, $this->q, $this->g, $options); } } PK5 Zq <vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA; use phpseclib3\Crypt\DSA; use phpseclib3\Crypt\DSA\Formats\Signature\ASN1 as ASN1Signature; use phpseclib3\Crypt\Common; /** * DSA Public Key * * @package DSA * @author Jim Wigginton * @access public */ class PublicKey extends DSA implements Common\PublicKey { use Common\Traits\Fingerprint; /** * Verify a signature * * @see self::verify() * @access public * @param string $message * @param string $signature * @return mixed */ public function verify($message, $signature) { $format = $this->sigFormat; $params = $format::load($signature); if ($params === false || count($params) != 2) { return false; } extract($params); if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) { $sig = $format != 'ASN1' ? ASN1Signature::save($r, $s) : $signature; $result = openssl_verify($message, $sig, $this->toString('PKCS8'), $this->hash->getHash()); if ($result != -1) { return (bool) $result; } } $q_1 = $this->q->subtract(self::$one); if (!$r->between(self::$one, $q_1) || !$s->between(self::$one, $q_1)) { return false; } $w = $s->modInverse($this->q); $h = $this->hash->hash($message); $h = $this->bits2int($h); list(, $u1) = $h->multiply($w)->divide($this->q); list(, $u2) = $r->multiply($w)->divide($this->q); $v1 = $this->g->powMod($u1, $this->p); $v2 = $this->y->powMod($u2, $this->p); list(, $v) = $v1->multiply($v2)->divide($this->p); list(, $v) = $v->divide($this->q); return $v->equals($r); } /** * Returns the public key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePublicKey'); return $type::savePublicKey($this->p, $this->q, $this->g, $this->y, $options); } } PK5 Z\Ѡqww=vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA; use phpseclib3\Crypt\DSA; use phpseclib3\Crypt\DSA\Formats\Signature\ASN1 as ASN1Signature; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common; /** * DSA Private Key * * @package DSA * @author Jim Wigginton * @access public */ class PrivateKey extends DSA implements Common\PrivateKey { use Common\Traits\PasswordProtected; /** * DSA secret exponent x * * @var \phpseclib3\Math\BigInteger * @access private */ protected $x; /** * Returns the public key * * If you do "openssl rsa -in private.rsa -pubout -outform PEM" you get a PKCS8 formatted key * that contains a publicKeyAlgorithm AlgorithmIdentifier and a publicKey BIT STRING. * An AlgorithmIdentifier contains an OID and a parameters field. With RSA public keys this * parameters field is NULL. With DSA PKCS8 public keys it is not - it contains the p, q and g * variables. The publicKey BIT STRING contains, simply, the y variable. This can be verified * by getting a DSA PKCS8 public key: * * "openssl dsa -in private.dsa -pubout -outform PEM" * * ie. just swap out rsa with dsa in the rsa command above. * * A PKCS1 public key corresponds to the publicKey portion of the PKCS8 key. In the case of RSA * the publicKey portion /is/ the key. In the case of DSA it is not. You cannot verify a signature * without the parameters and the PKCS1 DSA public key format does not include the parameters. * * @see self::getPrivateKey() * @access public * @return mixed */ public function getPublicKey() { $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey'); if (!isset($this->y)) { $this->y = $this->g->powMod($this->x, $this->p); } $key = $type::savePublicKey($this->p, $this->q, $this->g, $this->y); return DSA::loadFormat('PKCS8', $key) ->withHash($this->hash->getHash()) ->withSignatureFormat($this->shortFormat); } /** * Create a signature * * @see self::verify() * @access public * @param string $message * @return mixed */ public function sign($message) { $format = $this->sigFormat; if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) { $signature = ''; $result = openssl_sign($message, $signature, $this->toString('PKCS8'), $this->hash->getHash()); if ($result) { if ($this->shortFormat == 'ASN1') { return $signature; } extract(ASN1Signature::load($signature)); return $format::save($r, $s); } } $h = $this->hash->hash($message); $h = $this->bits2int($h); while (true) { $k = BigInteger::randomRange(self::$one, $this->q->subtract(self::$one)); $r = $this->g->powMod($k, $this->p); list(, $r) = $r->divide($this->q); if ($r->equals(self::$zero)) { continue; } $kinv = $k->modInverse($this->q); $temp = $h->add($this->x->multiply($r)); $temp = $kinv->multiply($temp); list(, $s) = $temp->divide($this->q); if (!$s->equals(self::$zero)) { break; } } // the following is an RFC6979 compliant implementation of deterministic DSA // it's unused because it's mainly intended for use when a good CSPRNG isn't // available. if phpseclib's CSPRNG isn't good then even key generation is // suspect /* $h1 = $this->hash->hash($message); $k = $this->computek($h1); $r = $this->g->powMod($k, $this->p); list(, $r) = $r->divide($this->q); $kinv = $k->modInverse($this->q); $h1 = $this->bits2int($h1); $temp = $h1->add($this->x->multiply($r)); $temp = $kinv->multiply($temp); list(, $s) = $temp->divide($this->q); */ return $format::save($r, $s); } /** * Returns the private key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePrivateKey'); if (!isset($this->y)) { $this->y = $this->g->powMod($this->x, $this->p); } return $type::savePrivateKey($this->p, $this->q, $this->g, $this->y, $this->x, $this->password, $options); } } PK5 Z็HHGvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; /** * OpenSSH Formatted DSA Key Handler * * @package DSA * @author Jim Wigginton * @access public */ abstract class OpenSSH extends Progenitor { /** * Supported Key Types * * @var array */ protected static $types = ['ssh-dss']; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { $parsed = parent::load($key, $password); if (isset($parsed['paddedKey'])) { list($type) = Strings::unpackSSH2('s', $parsed['paddedKey']); if ($type != $parsed['type']) { throw new \RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])"); } list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']); return compact('p', 'q', 'g', 'y', 'x', 'comment'); } list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $parsed['publicKey']); $comment = $parsed['comment']; return compact('p', 'q', 'g', 'y', 'comment'); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param array $options optional * @return string */ public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, array $options = []) { if ($q->getLength() != 160) { throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of 160'); } // from : // string "ssh-dss" // mpint p // mpint q // mpint g // mpint y $DSAPublicKey = Strings::packSSH2('siiii', 'ssh-dss', $p, $q, $g, $y); if (isset($options['binary']) ? $options['binary'] : self::$binary) { return $DSAPublicKey; } $comment = isset($options['comment']) ? $options['comment'] : self::$comment; $DSAPublicKey = 'ssh-dss ' . base64_encode($DSAPublicKey) . ' ' . $comment; return $DSAPublicKey; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param \phpseclib3\Math\BigInteger $x * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = []) { $publicKey = self::savePublicKey($p, $q, $g, $y, ['binary' => true]); $privateKey = Strings::packSSH2('si5', 'ssh-dss', $p, $q, $g, $y, $x); return self::wrapPrivateKey($publicKey, $privateKey, $password, $options); } } PK5 Zy mmEvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Common\Functions\Strings; /** * PKCS#8 Formatted DSA Key Handler * * @package DSA * @author Jim Wigginton * @access public */ abstract class PKCS8 extends Progenitor { /** * OID Name * * @var string * @access private */ const OID_NAME = 'id-dsa'; /** * OID Value * * @var string * @access private */ const OID_VALUE = '1.2.840.10040.4.1'; /** * Child OIDs loaded * * @var bool * @access private */ protected static $childOIDsLoaded = false; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $isPublic = strpos($key, 'PUBLIC') !== false; $key = parent::load($key, $password); $type = isset($key['privateKey']) ? 'privateKey' : 'publicKey'; switch (true) { case !$isPublic && $type == 'publicKey': throw new \UnexpectedValueException('Human readable string claims non-public key but DER encoded string claims public key'); case $isPublic && $type == 'privateKey': throw new \UnexpectedValueException('Human readable string claims public key but DER encoded string claims private key'); } $decoded = ASN1::decodeBER($key[$type . 'Algorithm']['parameters']->element); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER of parameters'); } $components = ASN1::asn1map($decoded[0], Maps\DSAParams::MAP); if (!is_array($components)) { throw new \RuntimeException('Unable to perform ASN1 mapping on parameters'); } $decoded = ASN1::decodeBER($key[$type]); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $var = $type == 'privateKey' ? 'x' : 'y'; $components[$var] = ASN1::asn1map($decoded[0], Maps\DSAPublicKey::MAP); if (!$components[$var] instanceof BigInteger) { throw new \RuntimeException('Unable to perform ASN1 mapping'); } if (isset($key['meta'])) { $components['meta'] = $key['meta']; } return $components; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param \phpseclib3\Math\BigInteger $x * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = []) { $params = [ 'p' => $p, 'q' => $q, 'g' => $g ]; $params = ASN1::encodeDER($params, Maps\DSAParams::MAP); $params = new ASN1\Element($params); $key = ASN1::encodeDER($x, Maps\DSAPublicKey::MAP); return self::wrapPrivateKey($key, [], $params, $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param array $options optional * @return string */ public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, array $options = []) { $params = [ 'p' => $p, 'q' => $q, 'g' => $g ]; $params = ASN1::encodeDER($params, Maps\DSAParams::MAP); $params = new ASN1\Element($params); $key = ASN1::encodeDER($y, Maps\DSAPublicKey::MAP); return self::wrapPublicKey($key, $params); } } PK5 Z;\77Evendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.phpnu[ 160 kinda useless, hence this handlers not supporting such keys. * * PHP version 5 * * @category Crypt * @package DSA * @author Jim Wigginton * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; /** * PuTTY Formatted DSA Key Handler * * @package DSA * @author Jim Wigginton * @access public */ abstract class PuTTY extends Progenitor { /** * Public Handler * * @var string * @access private */ const PUBLIC_HANDLER = 'phpseclib3\Crypt\DSA\Formats\Keys\OpenSSH'; /** * Algorithm Identifier * * @var array * @access private */ protected static $types = ['ssh-dss']; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { $components = parent::load($key, $password); if (!isset($components['private'])) { return $components; } extract($components); unset($components['public'], $components['private']); list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $public); list($x) = Strings::unpackSSH2('i', $private); return compact('p', 'q', 'g', 'y', 'x', 'comment'); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param \phpseclib3\Math\BigInteger $x * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = false, array $options = []) { if ($q->getLength() != 160) { throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of 160'); } $public = Strings::packSSH2('iiii', $p, $q, $g, $y); $private = Strings::packSSH2('i', $x); return self::wrapPrivateKey($public, $private, 'ssh-dsa', $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @return string */ public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) { if ($q->getLength() != 160) { throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of 160'); } return self::wrapPublicKey(Strings::packSSH2('iiii', $p, $q, $g, $y), 'ssh-dsa'); } } PK5 ZlCvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; /** * XML Formatted DSA Key Handler * * @package DSA * @author Jim Wigginton * @access public */ abstract class XML { /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $use_errors = libxml_use_internal_errors(true); $dom = new \DOMDocument(); if (substr($key, 0, 5) != '' . $key . ''; } if (!$dom->loadXML($key)) { throw new \UnexpectedValueException('Key does not appear to contain XML'); } $xpath = new \DOMXPath($dom); $keys = ['p', 'q', 'g', 'y', 'j', 'seed', 'pgencounter']; foreach ($keys as $key) { // $dom->getElementsByTagName($key) is case-sensitive $temp = $xpath->query("//*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')='$key']"); if (!$temp->length) { continue; } $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256); switch ($key) { case 'p': // a prime modulus meeting the [DSS] requirements // Parameters P, Q, and G can be public and common to a group of users. They might be known // from application context. As such, they are optional but P and Q must either both appear // or both be absent $components['p'] = $value; break; case 'q': // an integer in the range 2**159 < Q < 2**160 which is a prime divisor of P-1 $components['q'] = $value; break; case 'g': // an integer with certain properties with respect to P and Q $components['g'] = $value; break; case 'y': // G**X mod P (where X is part of the private key and not made public) $components['y'] = $value; // the remaining options do not do anything case 'j': // (P - 1) / Q // Parameter J is available for inclusion solely for efficiency as it is calculatable from // P and Q case 'seed': // a DSA prime generation seed // Parameters seed and pgenCounter are used in the DSA prime number generation algorithm // specified in [DSS]. As such, they are optional but must either both be present or both // be absent case 'pgencounter': // a DSA prime generation counter } } libxml_use_internal_errors($use_errors); if (!isset($components['y'])) { throw new \UnexpectedValueException('Key is missing y component'); } switch (true) { case !isset($components['p']): case !isset($components['q']): case !isset($components['g']): return ['y' => $components['y']]; } return $components; } /** * Convert a public key to the appropriate format * * See https://www.w3.org/TR/xmldsig-core/#sec-DSAKeyValue * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @return string */ public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) { return "\r\n" . '

' . Base64::encode($p->toBytes()) . "

\r\n" . ' ' . Base64::encode($q->toBytes()) . "\r\n" . ' ' . Base64::encode($g->toBytes()) . "\r\n" . ' ' . Base64::encode($y->toBytes()) . "\r\n" . '
'; } } PK5 Z{<܈ Cvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Keys; use phpseclib3\Math\BigInteger; /** * Raw DSA Key Handler * * @package DSA * @author Jim Wigginton * @access public */ abstract class Raw { /** * Break a public or private key down into its constituent components * * @access public * @param array $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!is_array($key)) { throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key)); } switch (true) { case !isset($key['p']) || !isset($key['q']) || !isset($key['g']): case !$key['p'] instanceof BigInteger: case !$key['q'] instanceof BigInteger: case !$key['g'] instanceof BigInteger: case !isset($key['x']) && !isset($key['y']): case isset($key['x']) && !$key['x'] instanceof BigInteger: case isset($key['y']) && !$key['y'] instanceof BigInteger: throw new \UnexpectedValueException('Key appears to be malformed'); } $options = ['p' => 1, 'q' => 1, 'g' => 1, 'x' => 1, 'y' => 1]; return array_intersect_key($key, $options); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param \phpseclib3\Math\BigInteger $x * @param string $password optional * @return string */ public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '') { return compact('p', 'q', 'g', 'y', 'x'); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @return string */ public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) { return compact('p', 'q', 'g', 'y'); } } PK5 Z+)Evendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use ParagonIE\ConstantTime\Base64; /** * PKCS#1 Formatted DSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PKCS1 extends Progenitor { /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { $key = parent::load($key, $password); $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $key = ASN1::asn1map($decoded[0], Maps\DSAParams::MAP); if (is_array($key)) { return $key; } $key = ASN1::asn1map($decoded[0], Maps\DSAPrivateKey::MAP); if (is_array($key)) { return $key; } $key = ASN1::asn1map($decoded[0], Maps\DSAPublicKey::MAP); if (is_array($key)) { return $key; } throw new \RuntimeException('Unable to perform ASN1 mapping'); } /** * Convert DSA parameters to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @return string */ public static function saveParameters(BigInteger $p, BigInteger $q, BigInteger $g) { $key = [ 'p' => $p, 'q' => $q, 'g' => $g ]; $key = ASN1::encodeDER($key, Maps\DSAParams::MAP); return "-----BEGIN DSA PARAMETERS-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END DSA PARAMETERS-----\r\n"; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @param \phpseclib3\Math\BigInteger $x * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = []) { $key = [ 'version' => 0, 'p' => $p, 'q' => $q, 'g' => $g, 'y' => $y, 'x' => $x ]; $key = ASN1::encodeDER($key, Maps\DSAPrivateKey::MAP); return self::wrapPrivateKey($key, 'DSA', $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $p * @param \phpseclib3\Math\BigInteger $q * @param \phpseclib3\Math\BigInteger $g * @param \phpseclib3\Math\BigInteger $y * @return string */ public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) { $key = ASN1::encodeDER($y, Maps\DSAPublicKey::MAP); return self::wrapPublicKey($key, 'DSA'); } } PK5 ZQ--Ivendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Signature; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; /** * SSH2 Signature Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class SSH2 { /** * Loads a signature * * @access public * @param string $sig * @return mixed */ public static function load($sig) { if (!is_string($sig)) { return false; } $result = Strings::unpackSSH2('ss', $sig); if ($result === false) { return false; } list($type, $blob) = $result; if ($type != 'ssh-dss' || strlen($blob) != 40) { return false; } return [ 'r' => new BigInteger(substr($blob, 0, 20), 256), 's' => new BigInteger(substr($blob, 20), 256) ]; } /** * Returns a signature in the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $r * @param \phpseclib3\Math\BigInteger $s * @return string */ public static function save(BigInteger $r, BigInteger $s) { if ($r->getLength() > 160 || $s->getLength() > 160) { return false; } return Strings::packSSH2('ss', 'ssh-dss', str_pad($r->toBytes(), 20, "\0", STR_PAD_LEFT) . str_pad($s->toBytes(), 20, "\0", STR_PAD_LEFT) ); } } PK5 Z= Ivendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Signature; use phpseclib3\Math\BigInteger; use phpseclib3\File\ASN1 as Encoder; use phpseclib3\File\ASN1\Maps; /** * ASN1 Signature Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class ASN1 { /** * Loads a signature * * @access public * @param string $sig * @return array|bool */ public static function load($sig) { if (!is_string($sig)) { return false; } $decoded = Encoder::decodeBER($sig); if (empty($decoded)) { return false; } $components = Encoder::asn1map($decoded[0], Maps\DssSigValue::MAP); return $components; } /** * Returns a signature in the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $r * @param \phpseclib3\Math\BigInteger $s * @return string */ public static function save(BigInteger $r, BigInteger $s) { return Encoder::encodeDER(compact('r', 's'), Maps\DssSigValue::MAP); } } PK5 ZL.ZSSHvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DSA\Formats\Signature; use phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor; /** * Raw DSA Signature Handler * * @package DSA * @author Jim Wigginton * @access public */ abstract class Raw extends Progenitor { } PK5 Z6M$M$5vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.phpnu[ * * * * @category Crypt * @package Random * @author Jim Wigginton * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; /** * Pure-PHP Random Number Generator * * @package Random * @author Jim Wigginton * @access public */ abstract class Random { /** * Generate a random string. * * Although microoptimizations are generally discouraged as they impair readability this function is ripe with * microoptimizations because this function has the potential of being called a huge number of times. * eg. for RSA key generation. * * @param int $length * @throws \RuntimeException if a symmetric cipher is needed but not loaded * @return string */ public static function string($length) { if (!$length) { return ''; } try { return \random_bytes($length); } catch (\Exception $e) { // random_compat will throw an Exception, which in PHP 5 does not implement Throwable } catch (\Throwable $e) { // If a sufficient source of randomness is unavailable, random_bytes() will throw an // object that implements the Throwable interface (Exception, TypeError, Error). // We don't actually need to do anything here. The string() method should just continue // as normal. Note, however, that if we don't have a sufficient source of randomness for // random_bytes(), most of the other calls here will fail too, so we'll end up using // the PHP implementation. } // at this point we have no choice but to use a pure-PHP CSPRNG // cascade entropy across multiple PHP instances by fixing the session and collecting all // environmental variables, including the previous session data and the current session // data. // // mt_rand seeds itself by looking at the PID and the time, both of which are (relatively) // easy to guess at. linux uses mouse clicks, keyboard timings, etc, as entropy sources, but // PHP isn't low level to be able to use those as sources and on a web server there's not likely // going to be a ton of keyboard or mouse action. web servers do have one thing that we can use // however, a ton of people visiting the website. obviously you don't want to base your seeding // solely on parameters a potential attacker sends but (1) not everything in $_SERVER is controlled // by the user and (2) this isn't just looking at the data sent by the current user - it's based // on the data sent by all users. one user requests the page and a hash of their info is saved. // another user visits the page and the serialization of their data is utilized along with the // server environment stuff and a hash of the previous http request data (which itself utilizes // a hash of the session data before that). certainly an attacker should be assumed to have // full control over his own http requests. he, however, is not going to have control over // everyone's http requests. static $crypto = false, $v; if ($crypto === false) { // save old session data $old_session_id = session_id(); $old_use_cookies = ini_get('session.use_cookies'); $old_session_cache_limiter = session_cache_limiter(); $_OLD_SESSION = isset($_SESSION) ? $_SESSION : false; if ($old_session_id != '') { session_write_close(); } session_id(1); ini_set('session.use_cookies', 0); session_cache_limiter(''); session_start(); $v = (isset($_SERVER) ? self::safe_serialize($_SERVER) : '') . (isset($_POST) ? self::safe_serialize($_POST) : '') . (isset($_GET) ? self::safe_serialize($_GET) : '') . (isset($_COOKIE) ? self::safe_serialize($_COOKIE) : '') . self::safe_serialize($GLOBALS) . self::safe_serialize($_SESSION) . self::safe_serialize($_OLD_SESSION); $v = $seed = $_SESSION['seed'] = sha1($v, true); if (!isset($_SESSION['count'])) { $_SESSION['count'] = 0; } $_SESSION['count']++; session_write_close(); // restore old session data if ($old_session_id != '') { session_id($old_session_id); session_start(); ini_set('session.use_cookies', $old_use_cookies); session_cache_limiter($old_session_cache_limiter); } else { if ($_OLD_SESSION !== false) { $_SESSION = $_OLD_SESSION; unset($_OLD_SESSION); } else { unset($_SESSION); } } // in SSH2 a shared secret and an exchange hash are generated through the key exchange process. // the IV client to server is the hash of that "nonce" with the letter A and for the encryption key it's the letter C. // if the hash doesn't produce enough a key or an IV that's long enough concat successive hashes of the // original hash and the current hash. we'll be emulating that. for more info see the following URL: // // http://tools.ietf.org/html/rfc4253#section-7.2 // // see the is_string($crypto) part for an example of how to expand the keys $key = sha1($seed . 'A', true); $iv = sha1($seed . 'C', true); // ciphers are used as per the nist.gov link below. also, see this link: // // http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator#Designs_based_on_cryptographic_primitives switch (true) { case class_exists('\phpseclib3\Crypt\AES'): $crypto = new AES('ctr'); break; case class_exists('\phpseclib3\Crypt\Twofish'): $crypto = new Twofish('ctr'); break; case class_exists('\phpseclib3\Crypt\Blowfish'): $crypto = new Blowfish('ctr'); break; case class_exists('\phpseclib3\Crypt\TripleDES'): $crypto = new TripleDES('ctr'); break; case class_exists('\phpseclib3\Crypt\DES'): $crypto = new DES('ctr'); break; case class_exists('\phpseclib3\Crypt\RC4'): $crypto = new RC4(); break; default: throw new \RuntimeException(__CLASS__ . ' requires at least one symmetric cipher be loaded'); } $crypto->setKey(substr($key, 0, $crypto->getKeyLength() >> 3)); $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3)); $crypto->enableContinuousBuffer(); } //return $crypto->encrypt(str_repeat("\0", $length)); // the following is based off of ANSI X9.31: // // http://csrc.nist.gov/groups/STM/cavp/documents/rng/931rngext.pdf // // OpenSSL uses that same standard for it's random numbers: // // http://www.opensource.apple.com/source/OpenSSL/OpenSSL-38/openssl/fips-1.0/rand/fips_rand.c // (do a search for "ANS X9.31 A.2.4") $result = ''; while (strlen($result) < $length) { $i = $crypto->encrypt(microtime()); // strlen(microtime()) == 21 $r = $crypto->encrypt($i ^ $v); // strlen($v) == 20 $v = $crypto->encrypt($r ^ $i); // strlen($r) == 20 $result.= $r; } return substr($result, 0, $length); } /** * Safely serialize variables * * If a class has a private __sleep() it'll emit a warning * @return mixed * @param mixed $arr */ private static function safe_serialize(&$arr) { if (is_object($arr)) { return ''; } if (!is_array($arr)) { return serialize($arr); } // prevent circular array recursion if (isset($arr['__phpseclib_marker'])) { return ''; } $safearr = []; $arr['__phpseclib_marker'] = true; foreach (array_keys($arr) as $key) { // do not recurse on the '__phpseclib_marker' key itself, for smaller memory usage if ($key !== '__phpseclib_marker') { $safearr[$key] = self::safe_serialize($arr[$key]); } } unset($arr['__phpseclib_marker']); return serialize($safearr); } } PK5 Z[u||7vendor/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.phpnu[ * @copyright 2019 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Exception\InsufficientSetupException; use phpseclib3\Exception\BadDecryptionException; /** * Pure-PHP implementation of ChaCha20. * * @package ChaCha20 * @author Jim Wigginton * @access public */ class ChaCha20 extends Salsa20 { /** * The OpenSSL specific name of the cipher * * @var string */ protected $cipher_name_openssl = 'chacha20'; /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { switch ($engine) { case self::ENGINE_LIBSODIUM: // PHP 7.2.0 (30 Nov 2017) added support for libsodium // we could probably make it so that if $this->counter == 0 then the first block would be done with either OpenSSL // or PHP and then subsequent blocks would then be done with libsodium but idk - it's not a high priority atm // we could also make it so that if $this->counter == 0 and $this->continuousBuffer then do the first string // with libsodium and subsequent strings with openssl or pure-PHP but again not a high priority return function_exists('sodium_crypto_aead_chacha20poly1305_ietf_encrypt') && $this->key_length == 32 && (($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1) && !$this->continuousBuffer; case self::ENGINE_OPENSSL: // OpenSSL 1.1.0 (released 25 Aug 2016) added support for chacha20. // PHP didn't support OpenSSL 1.1.0 until 7.0.19 (11 May 2017) // if you attempt to provide openssl with a 128 bit key (as opposed to a 256 bit key) openssl will null // pad the key to 256 bits and still use the expansion constant for 256-bit keys. the fact that // openssl treats the IV as both the counter and nonce, however, let's us use openssl in continuous mode // whereas libsodium does not if ($this->key_length != 32) { return false; } } return parent::isValidEngineHelper($engine); } /** * Encrypts a message. * * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() * @see self::crypt() * @param string $plaintext * @return string $ciphertext */ public function encrypt($plaintext) { $this->setup(); if ($this->engine == self::ENGINE_LIBSODIUM) { return $this->encrypt_with_libsodium($plaintext); } return parent::encrypt($plaintext); } /** * Decrypts a message. * * $this->decrypt($this->encrypt($plaintext)) == $this->encrypt($this->encrypt($plaintext)). * At least if the continuous buffer is disabled. * * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see self::crypt() * @param string $ciphertext * @return string $plaintext */ public function decrypt($ciphertext) { $this->setup(); if ($this->engine == self::ENGINE_LIBSODIUM) { return $this->decrypt_with_libsodium($ciphertext); } return parent::decrypt($ciphertext); } /** * Encrypts a message with libsodium * * @see self::encrypt() * @param string $plaintext * @return string $text */ private function encrypt_with_libsodium($plaintext) { $params = [$plaintext, $this->aad, $this->nonce, $this->key]; $ciphertext = strlen($this->nonce) == 8 ? sodium_crypto_aead_chacha20poly1305_encrypt(...$params) : sodium_crypto_aead_chacha20poly1305_ietf_encrypt(...$params); if (!$this->usePoly1305) { return substr($ciphertext, 0, strlen($plaintext)); } $newciphertext = substr($ciphertext, 0, strlen($plaintext)); $this->newtag = $this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12 ? substr($ciphertext, strlen($plaintext)) : $this->poly1305($newciphertext); return $newciphertext; } /** * Decrypts a message with libsodium * * @see self::decrypt() * @param string $ciphertext * @return string $text */ private function decrypt_with_libsodium($ciphertext) { $params = [$ciphertext, $this->aad, $this->nonce, $this->key]; if (isset($this->poly1305Key)) { if ($this->oldtag === false) { throw new InsufficientSetupException('Authentication Tag has not been set'); } if ($this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12) { $plaintext = sodium_crypto_aead_chacha20poly1305_ietf_decrypt(...$params); $this->oldtag = false; if ($plaintext === false) { throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do not match'); } return $plaintext; } $newtag = $this->poly1305($ciphertext); if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) { $this->oldtag = false; throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do not match'); } $this->oldtag = false; } $plaintext = strlen($this->nonce) == 8 ? sodium_crypto_aead_chacha20poly1305_encrypt(...$params) : sodium_crypto_aead_chacha20poly1305_ietf_encrypt(...$params); return substr($plaintext, 0, strlen($ciphertext)); } /** * Sets the nonce. * * @param string $nonce */ public function setNonce($nonce) { if (!is_string($nonce)) { throw new \UnexpectedValueException('The nonce should be a string'); } /* from https://tools.ietf.org/html/rfc7539#page-7 "Note also that the original ChaCha had a 64-bit nonce and 64-bit block count. We have modified this here to be more consistent with recommendations in Section 3.2 of [RFC5116]." */ switch (strlen($nonce)) { case 8: // 64 bits case 12: // 96 bits break; default: throw new \LengthException('Nonce of size ' . strlen($nonce) . ' not supported by this algorithm. Only 64-bit nonces or 96-bit nonces are supported'); } $this->nonce = $nonce; $this->changed = true; $this->setEngine(); } /** * Setup the self::ENGINE_INTERNAL $engine * * (re)init, if necessary, the internal cipher $engine * * _setup() will be called each time if $changed === true * typically this happens when using one or more of following public methods: * * - setKey() * * - setNonce() * * - First run of encrypt() / decrypt() with no init-settings * * @see self::setKey() * @see self::setNonce() * @see self::disableContinuousBuffer() */ protected function setup() { if (!$this->changed) { return; } $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter]; $this->changed = $this->nonIVChanged = false; if ($this->nonce === false) { throw new InsufficientSetupException('No nonce has been defined'); } if ($this->key === false) { throw new InsufficientSetupException('No key has been defined'); } if ($this->usePoly1305 && !isset($this->poly1305Key)) { $this->usingGeneratedPoly1305Key = true; if ($this->engine == self::ENGINE_LIBSODIUM) { return; } $this->createPoly1305Key(); } $key = $this->key; if (strlen($key) == 16) { $constant = 'expand 16-byte k'; $key.= $key; } else { $constant = 'expand 32-byte k'; } $this->p1 = $constant . $key; $this->p2 = $this->nonce; if (strlen($this->nonce) == 8) { $this->p2 = "\0\0\0\0" . $this->p2; } } /** * The quarterround function * * @param int $a * @param int $b * @param int $c * @param int $d */ protected static function quarterRound(&$a, &$b, &$c, &$d) { $a+= $b; $d = self::leftRotate($d ^ $a, 16); $c+= $d; $b = self::leftRotate($b ^ $c, 12); $a+= $b; $d = self::leftRotate($d ^ $a, 8); $c+= $d; $b = self::leftRotate($b ^ $c, 7); } /** * The doubleround function * * @param int $x0 (by reference) * @param int $x1 (by reference) * @param int $x2 (by reference) * @param int $x3 (by reference) * @param int $x4 (by reference) * @param int $x5 (by reference) * @param int $x6 (by reference) * @param int $x7 (by reference) * @param int $x8 (by reference) * @param int $x9 (by reference) * @param int $x10 (by reference) * @param int $x11 (by reference) * @param int $x12 (by reference) * @param int $x13 (by reference) * @param int $x14 (by reference) * @param int $x15 (by reference) */ protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) { // columnRound static::quarterRound($x0, $x4, $x8, $x12); static::quarterRound($x1, $x5, $x9, $x13); static::quarterRound($x2, $x6, $x10, $x14); static::quarterRound($x3, $x7, $x11, $x15); // rowRound static::quarterRound($x0, $x5, $x10, $x15); static::quarterRound($x1, $x6, $x11, $x12); static::quarterRound($x2, $x7, $x8, $x13); static::quarterRound($x3, $x4, $x9, $x14); } /** * The Salsa20 hash function function * * On my laptop this loop unrolled / function dereferenced version of parent::salsa20 encrypts 1mb of text in * 0.65s vs the 0.85s that it takes with the parent method. * * If we were free to assume that the host OS would always be 64-bits then the if condition in leftRotate could * be eliminated and we could knock this done to 0.60s. * * For comparison purposes, RC4 takes 0.16s and AES in CTR mode with the Eval engine takes 0.48s. * AES in CTR mode with the PHP engine takes 1.19s. Salsa20 / ChaCha20 do not benefit as much from the Eval * approach due to the fact that there are a lot less variables to de-reference, fewer loops to unroll, etc * * @param string $x */ protected static function salsa20($x) { list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unpack('V*', $x); $z0 = $x0; $z1 = $x1; $z2 = $x2; $z3 = $x3; $z4 = $x4; $z5 = $x5; $z6 = $x6; $z7 = $x7; $z8 = $x8; $z9 = $x9; $z10 = $x10; $z11 = $x11; $z12 = $x12; $z13 = $x13; $z14 = $x14; $z15 = $x15; // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); // columnRound $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12); $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12); $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8); $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 16); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 12); $x2+= $x6; $x14 = self::leftRotate($x14 ^ $x2, 8); $x10+= $x14; $x6 = self::leftRotate($x6 ^ $x10, 7); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 16); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 12); $x3+= $x7; $x15 = self::leftRotate($x15 ^ $x3, 8); $x11+= $x15; $x7 = self::leftRotate($x7 ^ $x11, 7); // rowRound $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 12); $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); $x10+= $x15; $x5 = self::leftRotate($x5 ^ $x10, 7); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 12); $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8); $x11+= $x12; $x6 = self::leftRotate($x6 ^ $x11, 7); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 16); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 12); $x2+= $x7; $x13 = self::leftRotate($x13 ^ $x2, 8); $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 16); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 12); $x3+= $x4; $x14 = self::leftRotate($x14 ^ $x3, 8); $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7); $x0+= $z0; $x1+= $z1; $x2+= $z2; $x3+= $z3; $x4+= $z4; $x5+= $z5; $x6+= $z6; $x7+= $z7; $x8+= $z8; $x9+= $z9; $x10+= $z10; $x11+= $z11; $x12+= $z12; $x13+= $z13; $x14+= $z14; $x15+= $z15; return pack('V*', $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15); } } PK5 Z[ 668vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.phpnu[ * setKey('abcdefghijklmnopqrstuvwx'); * * $size = 10 * 1024; * $plaintext = ''; * for ($i = 0; $i < $size; $i++) { * $plaintext.= 'a'; * } * * echo $des->decrypt($des->encrypt($plaintext)); * ?> * * * @category Crypt * @package TripleDES * @author Jim Wigginton * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; /** * Pure-PHP implementation of Triple DES. * * @package TripleDES * @author Jim Wigginton * @access public */ class TripleDES extends DES { /** * Encrypt / decrypt using inner chaining * * Inner chaining is used by SSH-1 and is generally considered to be less secure then outer chaining (self::MODE_CBC3). */ const MODE_3CBC = -2; /** * Encrypt / decrypt using outer chaining * * Outer chaining is used by SSH-2 and when the mode is set to \phpseclib3\Crypt\Common\BlockCipher::MODE_CBC. */ const MODE_CBC3 = self::MODE_CBC; /** * Key Length (in bytes) * * @see \phpseclib3\Crypt\TripleDES::setKeyLength() * @var int * @access private */ protected $key_length = 24; /** * The mcrypt specific name of the cipher * * @see \phpseclib3\Crypt\DES::cipher_name_mcrypt * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @var string * @access private */ protected $cipher_name_mcrypt = 'tripledes'; /** * Optimizing value while CFB-encrypting * * @see \phpseclib3\Crypt\Common\SymmetricKey::cfb_init_len * @var int * @access private */ protected $cfb_init_len = 750; /** * max possible size of $key * * @see self::setKey() * @see \phpseclib3\Crypt\DES::setKey() * @var string * @access private */ protected $key_length_max = 24; /** * Internal flag whether using self::MODE_3CBC or not * * @var bool * @access private */ private $mode_3cbc; /** * The \phpseclib3\Crypt\DES objects * * Used only if $mode_3cbc === true * * @var array * @access private */ private $des; /** * Default Constructor. * * Determines whether or not the mcrypt or OpenSSL extensions should be used. * * $mode could be: * * - ecb * * - cbc * * - ctr * * - cfb * * - ofb * * - 3cbc * * - cbc3 (same as cbc) * * @see \phpseclib3\Crypt\DES::__construct() * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @param string $mode * @access public */ public function __construct($mode) { switch (strtolower($mode)) { // In case of self::MODE_3CBC, we init as CRYPT_DES_MODE_CBC // and additional flag us internally as 3CBC case '3cbc': parent::__construct('cbc'); $this->mode_3cbc = true; // This three $des'es will do the 3CBC work (if $key > 64bits) $this->des = [ new DES('cbc'), new DES('cbc'), new DES('cbc'), ]; // we're going to be doing the padding, ourselves, so disable it in the \phpseclib3\Crypt\DES objects $this->des[0]->disablePadding(); $this->des[1]->disablePadding(); $this->des[2]->disablePadding(); break; case 'cbc3': $mode = 'cbc'; // If not 3CBC, we init as usual default: parent::__construct($mode); if ($this->mode == self::MODE_STREAM) { throw new BadModeException('Block ciphers cannot be ran in stream mode'); } } } /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { if ($engine == self::ENGINE_OPENSSL) { self::$cipher_name_openssl_ecb = 'des-ede3'; $mode = $this->openssl_translate_mode(); $this->cipher_name_openssl = $mode == 'ecb' ? 'des-ede3' : 'des-ede3-' . $mode; } return parent::isValidEngineHelper($engine); } /** * Sets the initialization vector. * * SetIV is not required when \phpseclib3\Crypt\Common\SymmetricKey::MODE_ECB is being used. * * @see \phpseclib3\Crypt\Common\SymmetricKey::setIV() * @access public * @param string $iv */ public function setIV($iv) { parent::setIV($iv); if ($this->mode_3cbc) { $this->des[0]->setIV($iv); $this->des[1]->setIV($iv); $this->des[2]->setIV($iv); } } /** * Sets the key length. * * Valid key lengths are 128 and 192 bits. * * If you want to use a 64-bit key use DES.php * * @see \phpseclib3\Crypt\Common\SymmetricKey:setKeyLength() * @access public * @throws \LengthException if the key length is invalid * @param int $length */ public function setKeyLength($length) { switch ($length) { case 128: case 192: break; default: throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys of sizes 128 or 192 bits are supported'); } parent::setKeyLength($length); } /** * Sets the key. * * Triple DES can use 128-bit (eg. strlen($key) == 16) or 192-bit (eg. strlen($key) == 24) keys. * * DES also requires that every eighth bit be a parity bit, however, we'll ignore that. * * @access public * @see \phpseclib3\Crypt\DES::setKey() * @see \phpseclib3\Crypt\Common\SymmetricKey::setKey() * @throws \LengthException if the key length is invalid * @param string $key */ public function setKey($key) { if ($this->explicit_key_length !== false && strlen($key) != $this->explicit_key_length) { throw new \LengthException('Key length has already been set to ' . $this->explicit_key_length . ' bytes and this key is ' . strlen($key) . ' bytes'); } switch (strlen($key)) { case 16: $key.= substr($key, 0, 8); break; case 24: break; default: throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16 or 24 are supported'); } // copied from self::setKey() $this->key = $key; $this->key_length = strlen($key); $this->changed = $this->nonIVChanged = true; $this->setEngine(); if ($this->mode_3cbc) { $this->des[0]->setKey(substr($key, 0, 8)); $this->des[1]->setKey(substr($key, 8, 8)); $this->des[2]->setKey(substr($key, 16, 8)); } } /** * Encrypts a message. * * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @access public * @param string $plaintext * @return string $cipertext */ public function encrypt($plaintext) { // parent::en/decrypt() is able to do all the work for all modes and keylengths, // except for: self::MODE_3CBC (inner chaining CBC) with a key > 64bits // if the key is smaller then 8, do what we'd normally do if ($this->mode_3cbc && strlen($this->key) > 8) { return $this->des[2]->encrypt( $this->des[1]->decrypt( $this->des[0]->encrypt( $this->pad($plaintext) ) ) ); } return parent::encrypt($plaintext); } /** * Decrypts a message. * * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() * @access public * @param string $ciphertext * @return string $plaintext */ public function decrypt($ciphertext) { if ($this->mode_3cbc && strlen($this->key) > 8) { return $this->unpad( $this->des[0]->decrypt( $this->des[1]->encrypt( $this->des[2]->decrypt( str_pad($ciphertext, (strlen($ciphertext) + 7) & 0xFFFFFFF8, "\0") ) ) ) ); } return parent::decrypt($ciphertext); } /** * Treat consecutive "packets" as if they are a continuous buffer. * * Say you have a 16-byte plaintext $plaintext. Using the default behavior, the two following code snippets * will yield different outputs: * * * echo $des->encrypt(substr($plaintext, 0, 8)); * echo $des->encrypt(substr($plaintext, 8, 8)); * * * echo $des->encrypt($plaintext); * * * The solution is to enable the continuous buffer. Although this will resolve the above discrepancy, it creates * another, as demonstrated with the following: * * * $des->encrypt(substr($plaintext, 0, 8)); * echo $des->decrypt($des->encrypt(substr($plaintext, 8, 8))); * * * echo $des->decrypt($des->encrypt(substr($plaintext, 8, 8))); * * * With the continuous buffer disabled, these would yield the same output. With it enabled, they yield different * outputs. The reason is due to the fact that the initialization vector's change after every encryption / * decryption round when the continuous buffer is enabled. When it's disabled, they remain constant. * * Put another way, when the continuous buffer is enabled, the state of the \phpseclib3\Crypt\DES() object changes after each * encryption / decryption round, whereas otherwise, it'd remain constant. For this reason, it's recommended that * continuous buffers not be used. They do offer better security and are, in fact, sometimes required (SSH uses them), * however, they are also less intuitive and more likely to cause you problems. * * @see \phpseclib3\Crypt\Common\SymmetricKey::enableContinuousBuffer() * @see self::disableContinuousBuffer() * @access public */ public function enableContinuousBuffer() { parent::enableContinuousBuffer(); if ($this->mode_3cbc) { $this->des[0]->enableContinuousBuffer(); $this->des[1]->enableContinuousBuffer(); $this->des[2]->enableContinuousBuffer(); } } /** * Treat consecutive packets as if they are a discontinuous buffer. * * The default behavior. * * @see \phpseclib3\Crypt\Common\SymmetricKey::disableContinuousBuffer() * @see self::enableContinuousBuffer() * @access public */ public function disableContinuousBuffer() { parent::disableContinuousBuffer(); if ($this->mode_3cbc) { $this->des[0]->disableContinuousBuffer(); $this->des[1]->disableContinuousBuffer(); $this->des[2]->disableContinuousBuffer(); } } /** * Creates the key schedule * * @see \phpseclib3\Crypt\DES::setupKey() * @see \phpseclib3\Crypt\Common\SymmetricKey::setupKey() * @access private */ protected function setupKey() { switch (true) { // if $key <= 64bits we configure our internal pure-php cipher engine // to act as regular [1]DES, not as 3DES. mcrypt.so::tripledes does the same. case strlen($this->key) <= 8: $this->des_rounds = 1; break; // otherwise, if $key > 64bits, we configure our engine to work as 3DES. default: $this->des_rounds = 3; // (only) if 3CBC is used we have, of course, to setup the $des[0-2] keys also separately. if ($this->mode_3cbc) { $this->des[0]->setupKey(); $this->des[1]->setupKey(); $this->des[2]->setupKey(); // because $des[0-2] will, now, do all the work we can return here // not need unnecessary stress parent::setupKey() with our, now unused, $key. return; } } // setup our key parent::setupKey(); } /** * Sets the internal crypt engine * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @see \phpseclib3\Crypt\Common\SymmetricKey::setPreferredEngine() * @param int $engine * @access public */ public function setPreferredEngine($engine) { if ($this->mode_3cbc) { $this->des[0]->setPreferredEngine($engine); $this->des[1]->setPreferredEngine($engine); $this->des[2]->setPreferredEngine($engine); } parent::setPreferredEngine($engine); } } PK5 ZjaPP<vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DH; use phpseclib3\Crypt\DH; /** * DH Parameters * * @package DH * @author Jim Wigginton * @access public */ class Parameters extends DH { /** * Returns the parameters * * @param string $type * @param array $options optional * @return string */ public function toString($type = 'PKCS1', array $options = []) { $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters'); return $type::saveParameters($this->prime, $this->base, $options); } } PK5 Z?cUU;vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DH; use phpseclib3\Crypt\DH; use phpseclib3\Crypt\Common; /** * DH Public Key * * @package DH * @author Jim Wigginton * @access public */ class PublicKey extends DH { use Common\Traits\Fingerprint; /** * Returns the public key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePublicKey'); return $type::savePublicKey($this->prime, $this->base, $this->publicKey, $options); } /** * Returns the public key as a BigInteger * * @return \phpseclib3\Math\BigInteger */ public function toBigInteger() { return $this->publicKey; } } PK5 Z"33<vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DH; use phpseclib3\Crypt\DH; use phpseclib3\Crypt\Common; /** * DH Private Key * * @package DH * @author Jim Wigginton * @access public */ class PrivateKey extends DH { use Common\Traits\PasswordProtected; /** * Private Key * * @var \phpseclib3\Math\BigInteger * @access private */ protected $privateKey; /** * Public Key * * @var \phpseclib3\Math\BigInteger * @access private */ protected $publicKey; /** * Returns the public key * * @access public * @return DH */ public function getPublicKey() { $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey'); if (!isset($this->publicKey)) { $this->publicKey = $this->base->powMod($this->privateKey, $this->prime); } $key = $type::savePublicKey($this->prime, $this->base, $this->publicKey); return DH::loadFormat('PKCS8', $key); } /** * Returns the private key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePrivateKey'); if (!isset($this->publicKey)) { $this->publicKey = $this->base->powMod($this->privateKey, $this->prime); } return $type::savePrivateKey($this->prime, $this->base, $this->privateKey, $this->publicKey, $this->password, $options); } } PK5 Z lpDvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DH\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Common\Functions\Strings; /** * PKCS#8 Formatted DH Key Handler * * @package DH * @author Jim Wigginton * @access public */ abstract class PKCS8 extends Progenitor { /** * OID Name * * @var string * @access private */ const OID_NAME = 'dhKeyAgreement'; /** * OID Value * * @var string * @access private */ const OID_VALUE = '1.2.840.113549.1.3.1'; /** * Child OIDs loaded * * @var bool * @access private */ protected static $childOIDsLoaded = false; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $isPublic = strpos($key, 'PUBLIC') !== false; $key = parent::load($key, $password); $type = isset($key['privateKey']) ? 'privateKey' : 'publicKey'; switch (true) { case !$isPublic && $type == 'publicKey': throw new \UnexpectedValueException('Human readable string claims non-public key but DER encoded string claims public key'); case $isPublic && $type == 'privateKey': throw new \UnexpectedValueException('Human readable string claims public key but DER encoded string claims private key'); } $decoded = ASN1::decodeBER($key[$type . 'Algorithm']['parameters']->element); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER of parameters'); } $components = ASN1::asn1map($decoded[0], Maps\DHParameter::MAP); if (!is_array($components)) { throw new \RuntimeException('Unable to perform ASN1 mapping on parameters'); } $decoded = ASN1::decodeBER($key[$type]); switch (true) { case empty($decoded): case !is_array($decoded): case !isset($decoded[0]['content']): case !$decoded[0]['content'] instanceof BigInteger: throw new \RuntimeException('Unable to decode BER of parameters'); } $components[$type] = $decoded[0]['content']; return $components; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $prime * @param \phpseclib3\Math\BigInteger $base * @param \phpseclib3\Math\BigInteger $privateKey * @param \phpseclib3\Math\BigInteger $publicKey * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $prime, BigInteger $base, BigInteger $privateKey, BigInteger $publicKey, $password = '', array $options = []) { $params = [ 'prime' => $prime, 'base' => $base ]; $params = ASN1::encodeDER($params, Maps\DHParameter::MAP); $params = new ASN1\Element($params); $key = ASN1::encodeDER($privateKey, ['type' => ASN1::TYPE_INTEGER]); return self::wrapPrivateKey($key, [], $params, $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $prime * @param \phpseclib3\Math\BigInteger $base * @param \phpseclib3\Math\BigInteger $publicKey * @param array $options optional * @return string */ public static function savePublicKey(BigInteger $prime, BigInteger $base, BigInteger $publicKey, array $options = []) { $params = [ 'prime' => $prime, 'base' => $base ]; $params = ASN1::encodeDER($params, Maps\DHParameter::MAP); $params = new ASN1\Element($params); $key = ASN1::encodeDER($publicKey, ['type' => ASN1::TYPE_INTEGER]); return self::wrapPublicKey($key, $params); } }PK5 ZصDvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\DH\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; /** * "PKCS1" Formatted DH Key Handler * * @package DH * @author Jim Wigginton * @access public */ abstract class PKCS1 extends Progenitor { /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { $key = parent::load($key, $password); $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $components = ASN1::asn1map($decoded[0], Maps\DHParameter::MAP); if (!is_array($components)) { throw new \RuntimeException('Unable to perform ASN1 mapping on parameters'); } return $components; } /** * Convert EC parameters to the appropriate format * * @access public * @return string */ public static function saveParameters(BigInteger $prime, BigInteger $base, array $options = []) { $params = [ 'prime' => $prime, 'base' => $base ]; $params = ASN1::encodeDER($params, Maps\DHParameter::MAP); return "-----BEGIN DH PARAMETERS-----\r\n" . chunk_split(base64_encode($params), 64) . "-----END DH PARAMETERS-----\r\n"; } } PK5 Z * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common; /** * PublicKey interface * * @package Common * @author Jim Wigginton * @access public */ interface PublicKey { public function verify($message, $signature); //public function encrypt($plaintext); public function toString($type, array $options = []); public function getFingerprint($algorithm); } PK5 Z$|@vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.phpnu[ * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common; /** * PrivateKey interface * * @package Common * @author Jim Wigginton * @access public */ interface PrivateKey { public function sign($message); //public function decrypt($ciphertext); public function getPublicKey(); public function toString($type, array $options = []); public function withPassword($string); } PK5 Ztd%֑Nvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Traits; /** * Password Protected Trait for Private Keys * * @package Common * @author Jim Wigginton * @access public */ trait PasswordProtected { /** * Password * * @var string|bool */ private $password = false; /** * Sets the password * * Private keys can be encrypted with a password. To unset the password, pass in the empty string or false. * Or rather, pass in $password such that empty($password) && !is_string($password) is true. * * @see self::createKey() * @see self::load() * @access public * @param string|boolean $password */ public function withPassword($password = false) { $new = clone $this; $new->password = $password; return $new; } }PK5 ZOVHvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Traits; use phpseclib3\Crypt\Hash; /** * Fingerprint Trait for Private Keys * * @package Common * @author Jim Wigginton * @access public */ trait Fingerprint { /** * Returns the public key's fingerprint * * The public key's fingerprint is returned, which is equivalent to running `ssh-keygen -lf rsa.pub`. If there is * no public key currently loaded, false is returned. * Example output (md5): "c1:b1:30:29:d7:b8:de:6c:97:77:10:d7:46:41:63:87" (as specified by RFC 4716) * * @access public * @param string $algorithm The hashing algorithm to be used. Valid options are 'md5' and 'sha256'. False is returned * for invalid values. * @return mixed */ public function getFingerprint($algorithm = 'md5') { $type = self::validatePlugin('Keys', 'OpenSSH', 'savePublicKey'); if ($type === false) { return false; } $key = $this->toString('OpenSSH', ['binary' => true]); if ($key === false) { return false; } switch ($algorithm) { case 'sha256': $hash = new Hash('sha256'); $base = base64_encode($hash->hash($key)); return substr($base, 0, strlen($base) - 1); case 'md5': return substr(chunk_split(md5($key), 2, ':'), 0, -1); default: return false; } } }PK5 Z\#\#Jvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Random; use phpseclib3\Exception\UnsupportedFormatException; /** * OpenSSH Formatted RSA Key Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class OpenSSH { /** * Default comment * * @var string * @access private */ protected static $comment = 'phpseclib-generated-key'; /** * Binary key flag * * @var bool * @access private */ protected static $binary = false; /** * Sets the default comment * * @access public * @param string $comment */ public static function setComment($comment) { self::$comment = str_replace(["\r", "\n"], '', $comment); } /** * Break a public or private key down into its constituent components * * $type can be either ssh-dss or ssh-rsa * * @access public * @param string $key * @param string $password * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } // key format is described here: // https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.key?annotate=HEAD if (strpos($key, 'BEGIN OPENSSH PRIVATE KEY') !== false) { $key = preg_replace('#(?:^-.*?-[\r\n]*$)|\s#ms', '', $key); $key = Base64::decode($key); $magic = Strings::shift($key, 15); if ($magic != "openssh-key-v1\0") { throw new \RuntimeException('Expected openssh-key-v1'); } list($ciphername, $kdfname, $kdfoptions, $numKeys) = Strings::unpackSSH2('sssN', $key); if ($numKeys != 1) { // if we wanted to support multiple keys we could update PublicKeyLoader to preview what the # of keys // would be; it'd then call Common\Keys\OpenSSH.php::load() and get the paddedKey. it'd then pass // that to the appropriate key loading parser $numKey times or something throw new \RuntimeException('Although the OpenSSH private key format supports multiple keys phpseclib does not'); } if (strlen($kdfoptions) || $kdfname != 'none' || $ciphername != 'none') { /* OpenSSH private keys use a customized version of bcrypt. specifically, instead of encrypting OrpheanBeholderScryDoubt 64 times OpenSSH's bcrypt variant encrypts OxychromaticBlowfishSwatDynamite 64 times. so we can't use crypt(). bcrypt is basically Blowfish with an altered key expansion. whereas Blowfish just runs the key through the key expansion bcrypt interleaves the key expansion with the salt and password. this renders openssl / mcrypt unusuable. this forces us to use a pure-PHP implementation of bcrypt. the problem with that is that pure-PHP is too slow to be practically useful. in addition to encrypting a different string 64 times the OpenSSH implementation also performs bcrypt from scratch $rounds times. calling crypt() 64x with bcrypt takes 0.7s. PHP is going to be naturally slower. pure-PHP is 215x slower than OpenSSL for AES and pure-PHP is 43x slower for bcrypt. 43 * 0.7 = 30s. no one wants to wait 30s to load a private key. another way to think about this.. according to wikipedia's article on Blowfish, "Each new key requires pre-processing equivalent to encrypting about 4 kilobytes of text". key expansion is done (9+64*2)*160 times. multiply that by 4 and it turns out that Blowfish, OpenSSH style, is the equivalent of encrypting ~80mb of text. more supporting evidence: sodium_compat does not implement Argon2 (another password hashing algorithm) because "It's not feasible to polyfill scrypt or Argon2 into PHP and get reasonable performance. Users would feel motivated to select parameters that downgrade security to avoid denial of service (DoS) attacks. The only winning move is not to play" -- https://github.com/paragonie/sodium_compat/blob/master/README.md */ throw new \RuntimeException('Encrypted OpenSSH private keys are not supported'); //list($salt, $rounds) = Strings::unpackSSH2('sN', $kdfoptions); } list($publicKey, $paddedKey) = Strings::unpackSSH2('ss', $key); list($type) = Strings::unpackSSH2('s', $publicKey); list($checkint1, $checkint2) = Strings::unpackSSH2('NN', $paddedKey); // any leftover bytes in $paddedKey are for padding? but they should be sequential bytes. eg. 1, 2, 3, etc. if ($checkint1 != $checkint2) { throw new \RuntimeException('The two checkints do not match'); } self::checkType($type); return compact('type', 'publicKey', 'paddedKey'); } $parts = explode(' ', $key, 3); if (!isset($parts[1])) { $key = base64_decode($parts[0]); $comment = isset($parts[1]) ? $parts[1] : false; } else { $asciiType = $parts[0]; self::checkType($parts[0]); $key = base64_decode($parts[1]); $comment = isset($parts[2]) ? $parts[2] : false; } if ($key === false) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } list($type) = Strings::unpackSSH2('s', $key); self::checkType($type); if (isset($asciiType) && $asciiType != $type) { throw new \RuntimeException('Two different types of keys are claimed: ' . $asciiType . ' and ' . $type); } if (strlen($key) <= 4) { throw new \UnexpectedValueException('Key appears to be malformed'); } $publicKey = $key; return compact('type', 'publicKey', 'comment'); } /** * Toggle between binary and printable keys * * Printable keys are what are generated by default. These are the ones that go in * $HOME/.ssh/authorized_key. * * @access public * @param bool $enabled */ public static function setBinaryOutput($enabled) { self::$binary = $enabled; } /** * Checks to see if the type is valid * * @access private * @param string $candidate */ private static function checkType($candidate) { if (!in_array($candidate, static::$types)) { throw new \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$types)); } } /** * Wrap a private key appropriately * * @access public * @param string $publicKey * @param string $privateKey * @param string $password * @param array $options * @return string */ protected static function wrapPrivateKey($publicKey, $privateKey, $password, $options) { if (!empty($password) && is_string($password)) { throw new UnsupportedFormatException('Encrypted OpenSSH private keys are not supported'); } list(, $checkint) = unpack('N', Random::string(4)); $comment = isset($options['comment']) ? $options['comment'] : self::$comment; $paddedKey = Strings::packSSH2('NN', $checkint, $checkint) . $privateKey . Strings::packSSH2('s', $comment); /* from http://tools.ietf.org/html/rfc4253#section-6 : Note that the length of the concatenation of 'packet_length', 'padding_length', 'payload', and 'random padding' MUST be a multiple of the cipher block size or 8, whichever is larger. */ $paddingLength = (7 * strlen($paddedKey)) % 8; for ($i = 1; $i <= $paddingLength; $i++) { $paddedKey.= chr($i); } $key = Strings::packSSH2('sssNss', 'none', 'none', '', 1, $publicKey, $paddedKey); $key = "openssh-key-v1\0$key"; return "-----BEGIN OPENSSH PRIVATE KEY-----\r\n" . chunk_split(Base64::encode($key), 70) . "-----END OPENSSH PRIVATE KEY-----"; } } PK5 ZsxYegegHvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Crypt\DES; use phpseclib3\Crypt\RC2; use phpseclib3\Crypt\RC4; use phpseclib3\Crypt\AES; use phpseclib3\Crypt\TripleDES; use phpseclib3\Crypt\Random; use phpseclib3\Math\BigInteger; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\UnsupportedAlgorithmException; /** * PKCS#8 Formatted Key Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class PKCS8 extends PKCS { /** * Default encryption algorithm * * @var string * @access private */ private static $defaultEncryptionAlgorithm = 'id-PBES2'; /** * Default encryption scheme * * Only used when defaultEncryptionAlgorithm is id-PBES2 * * @var string * @access private */ private static $defaultEncryptionScheme = 'aes128-CBC-PAD'; /** * Default PRF * * Only used when defaultEncryptionAlgorithm is id-PBES2 * * @var string * @access private */ private static $defaultPRF = 'id-hmacWithSHA256'; /** * Default Iteration Count * * @var int * @access private */ private static $defaultIterationCount = 2048; /** * OIDs loaded * * @var bool * @access private */ private static $oidsLoaded = false; /** * Sets the default encryption algorithm * * @access public * @param string $algo */ public static function setEncryptionAlgorithm($algo) { self::$defaultEncryptionAlgorithm = $algo; } /** * Sets the default encryption algorithm for PBES2 * * @access public * @param string $algo */ public static function setEncryptionScheme($algo) { self::$defaultEncryptionScheme = $algo; } /** * Sets the iteration count * * @access public * @param int $count */ public static function setIterationCount($count) { self::$defaultIterationCount = $count; } /** * Sets the PRF for PBES2 * * @access public * @param string $algo */ public static function setPRF($algo) { self::$defaultPRF = $algo; } /** * Returns a SymmetricKey object based on a PBES1 $algo * * @return \phpseclib3\Crypt\Common\SymmetricKey * @access public * @param string $algo */ private static function getPBES1EncryptionObject($algo) { $algo = preg_match('#^pbeWith(?:MD2|MD5|SHA1|SHA)And(.*?)-CBC$#', $algo, $matches) ? $matches[1] : substr($algo, 13); // strlen('pbeWithSHAAnd') == 13 switch ($algo) { case 'DES': $cipher = new DES('cbc'); break; case 'RC2': $cipher = new RC2('cbc'); break; case '3-KeyTripleDES': $cipher = new TripleDES('cbc'); break; case '2-KeyTripleDES': $cipher = new TripleDES('cbc'); $cipher->setKeyLength(128); break; case '128BitRC2': $cipher = new RC2('cbc'); $cipher->setKeyLength(128); break; case '40BitRC2': $cipher = new RC2('cbc'); $cipher->setKeyLength(40); break; case '128BitRC4': $cipher = new RC4(); $cipher->setKeyLength(128); break; case '40BitRC4': $cipher = new RC4(); $cipher->setKeyLength(40); break; default: throw new UnsupportedAlgorithmException("$algo is not a supported algorithm"); } return $cipher; } /** * Returns a hash based on a PBES1 $algo * * @return string * @access public * @param string $algo */ private static function getPBES1Hash($algo) { if (preg_match('#^pbeWith(MD2|MD5|SHA1|SHA)And.*?-CBC$#', $algo, $matches)) { return $matches[1] == 'SHA' ? 'sha1' : $matches[1]; } return 'sha1'; } /** * Returns a KDF baesd on a PBES1 $algo * * @return string * @access public * @param string $algo */ private static function getPBES1KDF($algo) { switch ($algo) { case 'pbeWithMD2AndDES-CBC': case 'pbeWithMD2AndRC2-CBC': case 'pbeWithMD5AndDES-CBC': case 'pbeWithMD5AndRC2-CBC': case 'pbeWithSHA1AndDES-CBC': case 'pbeWithSHA1AndRC2-CBC': return 'pbkdf1'; } return 'pkcs12'; } /** * Returns a SymmetricKey object baesd on a PBES2 $algo * * @return SymmetricKey * @access public * @param string $algo */ private static function getPBES2EncryptionObject($algo) { switch ($algo) { case 'desCBC': $cipher = new TripleDES('cbc'); break; case 'des-EDE3-CBC': $cipher = new TripleDES('cbc'); break; case 'rc2CBC': $cipher = new RC2('cbc'); // in theory this can be changed $cipher->setKeyLength(128); break; case 'rc5-CBC-PAD': throw new UnsupportedAlgorithmException('rc5-CBC-PAD is not supported for PBES2 PKCS#8 keys'); case 'aes128-CBC-PAD': case 'aes192-CBC-PAD': case 'aes256-CBC-PAD': $cipher = new AES('cbc'); $cipher->setKeyLength(substr($algo, 3, 3)); break; default: throw new UnsupportedAlgorithmException("$algo is not supported"); } return $cipher; } /** * Initialize static variables * * @access private */ private static function initialize_static_variables() { if (!static::$childOIDsLoaded) { ASN1::loadOIDs(is_array(static::OID_NAME) ? array_combine(static::OID_NAME, static::OID_VALUE) : [static::OID_NAME => static::OID_VALUE] ); static::$childOIDsLoaded = true; } if (!self::$oidsLoaded) { // from https://tools.ietf.org/html/rfc2898 ASN1::loadOIDs([ // PBES1 encryption schemes 'pbeWithMD2AndDES-CBC' => '1.2.840.113549.1.5.1', 'pbeWithMD2AndRC2-CBC' => '1.2.840.113549.1.5.4', 'pbeWithMD5AndDES-CBC' => '1.2.840.113549.1.5.3', 'pbeWithMD5AndRC2-CBC' => '1.2.840.113549.1.5.6', 'pbeWithSHA1AndDES-CBC'=> '1.2.840.113549.1.5.10', 'pbeWithSHA1AndRC2-CBC'=> '1.2.840.113549.1.5.11', // from PKCS#12: // https://tools.ietf.org/html/rfc7292 'pbeWithSHAAnd128BitRC4' => '1.2.840.113549.1.12.1.1', 'pbeWithSHAAnd40BitRC4' => '1.2.840.113549.1.12.1.2', 'pbeWithSHAAnd3-KeyTripleDES-CBC' => '1.2.840.113549.1.12.1.3', 'pbeWithSHAAnd2-KeyTripleDES-CBC' => '1.2.840.113549.1.12.1.4', 'pbeWithSHAAnd128BitRC2-CBC' => '1.2.840.113549.1.12.1.5', 'pbeWithSHAAnd40BitRC2-CBC' => '1.2.840.113549.1.12.1.6', 'id-PBKDF2' => '1.2.840.113549.1.5.12', 'id-PBES2' => '1.2.840.113549.1.5.13', 'id-PBMAC1' => '1.2.840.113549.1.5.14', // from PKCS#5 v2.1: // http://www.rsa.com/rsalabs/pkcs/files/h11302-wp-pkcs5v2-1-password-based-cryptography-standard.pdf 'id-hmacWithSHA1' => '1.2.840.113549.2.7', 'id-hmacWithSHA224' => '1.2.840.113549.2.8', 'id-hmacWithSHA256' => '1.2.840.113549.2.9', 'id-hmacWithSHA384'=> '1.2.840.113549.2.10', 'id-hmacWithSHA512'=> '1.2.840.113549.2.11', 'id-hmacWithSHA512-224'=> '1.2.840.113549.2.12', 'id-hmacWithSHA512-256'=> '1.2.840.113549.2.13', 'desCBC' => '1.3.14.3.2.7', 'des-EDE3-CBC' => '1.2.840.113549.3.7', 'rc2CBC' => '1.2.840.113549.3.2', 'rc5-CBC-PAD' => '1.2.840.113549.3.9', 'aes128-CBC-PAD' => '2.16.840.1.101.3.4.1.2', 'aes192-CBC-PAD'=> '2.16.840.1.101.3.4.1.22', 'aes256-CBC-PAD'=> '2.16.840.1.101.3.4.1.42' ]); self::$oidsLoaded = true; } } /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ protected static function load($key, $password = '') { $decoded = self::preParse($key); $meta = []; $decrypted = ASN1::asn1map($decoded[0], Maps\EncryptedPrivateKeyInfo::MAP); if (strlen($password) && is_array($decrypted)) { $algorithm = $decrypted['encryptionAlgorithm']['algorithm']; switch ($algorithm) { // PBES1 case 'pbeWithMD2AndDES-CBC': case 'pbeWithMD2AndRC2-CBC': case 'pbeWithMD5AndDES-CBC': case 'pbeWithMD5AndRC2-CBC': case 'pbeWithSHA1AndDES-CBC': case 'pbeWithSHA1AndRC2-CBC': case 'pbeWithSHAAnd3-KeyTripleDES-CBC': case 'pbeWithSHAAnd2-KeyTripleDES-CBC': case 'pbeWithSHAAnd128BitRC2-CBC': case 'pbeWithSHAAnd40BitRC2-CBC': case 'pbeWithSHAAnd128BitRC4': case 'pbeWithSHAAnd40BitRC4': $cipher = self::getPBES1EncryptionObject($algorithm); $hash = self::getPBES1Hash($algorithm); $kdf = self::getPBES1KDF($algorithm); $meta['meta']['algorithm'] = $algorithm; $temp = ASN1::decodeBER($decrypted['encryptionAlgorithm']['parameters']); extract(ASN1::asn1map($temp[0], Maps\PBEParameter::MAP)); $iterationCount = (int) $iterationCount->toString(); $cipher->setPassword($password, $kdf, $hash, $salt, $iterationCount); $key = $cipher->decrypt($decrypted['encryptedData']); $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER 2'); } break; case 'id-PBES2': $meta['meta']['algorithm'] = $algorithm; $temp = ASN1::decodeBER($decrypted['encryptionAlgorithm']['parameters']); $temp = ASN1::asn1map($temp[0], Maps\PBES2params::MAP); extract($temp); $cipher = self::getPBES2EncryptionObject($encryptionScheme['algorithm']); $meta['meta']['cipher'] = $encryptionScheme['algorithm']; $temp = ASN1::decodeBER($decrypted['encryptionAlgorithm']['parameters']); $temp = ASN1::asn1map($temp[0], Maps\PBES2params::MAP); extract($temp); if (!$cipher instanceof RC2) { $cipher->setIV($encryptionScheme['parameters']['octetString']); } else { $temp = ASN1::decodeBER($encryptionScheme['parameters']); extract(ASN1::asn1map($temp[0], Maps\RC2CBCParameter::MAP)); $effectiveKeyLength = (int) $rc2ParametersVersion->toString(); switch ($effectiveKeyLength) { case 160: $effectiveKeyLength = 40; break; case 120: $effectiveKeyLength = 64; break; case 58: $effectiveKeyLength = 128; break; //default: // should be >= 256 } $cipher->setIV($iv); $cipher->setKeyLength($effectiveKeyLength); } $meta['meta']['keyDerivationFunc'] = $keyDerivationFunc['algorithm']; switch ($keyDerivationFunc['algorithm']) { case 'id-PBKDF2': $temp = ASN1::decodeBER($keyDerivationFunc['parameters']); $prf = ['algorithm' => 'id-hmacWithSHA1']; $params = ASN1::asn1map($temp[0], Maps\PBKDF2params::MAP); extract($params); $meta['meta']['prf'] = $prf['algorithm']; $hash = str_replace('-', '/', substr($prf['algorithm'], 11)); $params = [ $password, 'pbkdf2', $hash, $salt, (int) $iterationCount->toString() ]; if (isset($keyLength)) { $params[] = (int) $keyLength->toString(); } $cipher->setPassword(...$params); $key = $cipher->decrypt($decrypted['encryptedData']); $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER 3'); } break; default: throw new UnsupportedAlgorithmException('Only PBKDF2 is supported for PBES2 PKCS#8 keys'); } break; case 'id-PBMAC1': //$temp = ASN1::decodeBER($decrypted['encryptionAlgorithm']['parameters']); //$value = ASN1::asn1map($temp[0], Maps\PBMAC1params::MAP); // since i can't find any implementation that does PBMAC1 it is unsupported throw new UnsupportedAlgorithmException('Only PBES1 and PBES2 PKCS#8 keys are supported.'); // at this point we'll assume that the key conforms to PublicKeyInfo } } $private = ASN1::asn1map($decoded[0], Maps\OneAsymmetricKey::MAP); if (is_array($private)) { if (isset($private['privateKeyAlgorithm']['parameters']) && !$private['privateKeyAlgorithm']['parameters'] instanceof ASN1\Element && isset($decoded[0]['content'][1]['content'][1])) { $temp = $decoded[0]['content'][1]['content'][1]; $private['privateKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $temp['length'])); } if (is_array(static::OID_NAME)) { if (!in_array($private['privateKeyAlgorithm']['algorithm'], static::OID_NAME)) { throw new UnsupportedAlgorithmException($private['privateKeyAlgorithm']['algorithm'] . ' is not a supported key type'); } } else { if ($private['privateKeyAlgorithm']['algorithm'] != static::OID_NAME) { throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is a ' . $private['privateKeyAlgorithm']['algorithm'] . ' key'); } } if (isset($private['publicKey'])) { if ($private['publicKey'][0] != "\0") { throw new \UnexpectedValueException('The first byte of the public key should be null - not ' . bin2hex($private['publicKey'][0])); } $private['publicKey'] = substr($private['publicKey'], 1); } return $private + $meta; } // EncryptedPrivateKeyInfo and PublicKeyInfo have largely identical "signatures". the only difference // is that the former has an octet string and the later has a bit string. the first byte of a bit // string represents the number of bits in the last byte that are to be ignored but, currently, // bit strings wanting a non-zero amount of bits trimmed are not supported $public = ASN1::asn1map($decoded[0], Maps\PublicKeyInfo::MAP); if (is_array($public)) { if ($public['publicKey'][0] != "\0") { throw new \UnexpectedValueException('The first byte of the public key should be null - not ' . bin2hex($public['publicKey'][0])); } if (is_array(static::OID_NAME)) { if (!in_array($public['publicKeyAlgorithm']['algorithm'], static::OID_NAME)) { throw new UnsupportedAlgorithmException($public['publicKeyAlgorithm']['algorithm'] . ' is not a supported key type'); } } else { if ($public['publicKeyAlgorithm']['algorithm'] != static::OID_NAME) { throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is a ' . $public['publicKeyAlgorithm']['algorithm'] . ' key'); } } if (isset($public['publicKeyAlgorithm']['parameters']) && !$public['publicKeyAlgorithm']['parameters'] instanceof ASN1\Element && isset($decoded[0]['content'][0]['content'][1])) { $temp = $decoded[0]['content'][0]['content'][1]; $public['publicKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $temp['length'])); } $public['publicKey'] = substr($public['publicKey'], 1); return $public; } throw new \RuntimeException('Unable to parse using either OneAsymmetricKey or PublicKeyInfo ASN1 maps'); } /** * Wrap a private key appropriately * * @access public * @param string $key * @param string $attr * @param mixed $params * @param string $password * @param string $oid optional * @param string $publicKey optional * @param array $options optional * @return string */ protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey = '', array $options = []) { self::initialize_static_variables(); $key = [ 'version' => 'v1', 'privateKeyAlgorithm' => [ 'algorithm' => is_string(static::OID_NAME) ? static::OID_NAME : $oid, 'parameters' => $params ], 'privateKey' => $key ]; if (!empty($attr)) { $key['attributes'] = $attr; } if (!empty($publicKey)) { $key['version'] = 'v2'; $key['publicKey'] = $publicKey; } $key = ASN1::encodeDER($key, Maps\OneAsymmetricKey::MAP); if (!empty($password) && is_string($password)) { $salt = Random::string(8); $iterationCount = isset($options['iterationCount']) ? $options['iterationCount'] : self::$defaultIterationCount; $encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : self::$defaultEncryptionAlgorithm; $encryptionScheme = isset($options['encryptionScheme']) ? $options['encryptionScheme'] : self::$defaultEncryptionScheme; $prf = isset($options['PRF']) ? $options['PRF'] : self::$defaultPRF; if ($encryptionAlgorithm == 'id-PBES2') { $crypto = self::getPBES2EncryptionObject($encryptionScheme); $hash = str_replace('-', '/', substr($prf, 11)); $kdf = 'pbkdf2'; $iv = Random::string($crypto->getBlockLength() >> 3); $PBKDF2params = [ 'salt' => $salt, 'iterationCount' => $iterationCount, 'prf' => ['algorithm' => $prf, 'parameters' => null] ]; $PBKDF2params = ASN1::encodeDER($PBKDF2params, Maps\PBKDF2params::MAP); if (!$crypto instanceof RC2) { $params = ['octetString' => $iv]; } else { $params = [ 'rc2ParametersVersion' => 58, 'iv' => $iv ]; $params = ASN1::encodeDER($params, Maps\RC2CBCParameter::MAP); $params = new ASN1\Element($params); } $params = [ 'keyDerivationFunc' => [ 'algorithm' => 'id-PBKDF2', 'parameters' => new ASN1\Element($PBKDF2params) ], 'encryptionScheme' => [ 'algorithm' => $encryptionScheme, 'parameters' => $params ] ]; $params = ASN1::encodeDER($params, Maps\PBES2params::MAP); $crypto->setIV($iv); } else { $crypto = self::getPBES1EncryptionObject($encryptionAlgorithm); $hash = self::getPBES1Hash($encryptionAlgorithm); $kdf = self::getPBES1KDF($encryptionAlgorithm); $params = [ 'salt' => $salt, 'iterationCount' => $iterationCount ]; $params = ASN1::encodeDER($params, Maps\PBEParameter::MAP); } $crypto->setPassword($password, $kdf, $hash, $salt, $iterationCount); $key = $crypto->encrypt($key); $key = [ 'encryptionAlgorithm' => [ 'algorithm' => $encryptionAlgorithm, 'parameters' => new ASN1\Element($params) ], 'encryptedData' => $key ]; $key = ASN1::encodeDER($key, Maps\EncryptedPrivateKeyInfo::MAP); return "-----BEGIN ENCRYPTED PRIVATE KEY-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END ENCRYPTED PRIVATE KEY-----"; } return "-----BEGIN PRIVATE KEY-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END PRIVATE KEY-----"; } /** * Wrap a public key appropriately * * @access public * @param string $key * @param mixed $params * @param string $oid * @return string */ protected static function wrapPublicKey($key, $params, $oid = null) { self::initialize_static_variables(); $key = [ 'publicKeyAlgorithm' => [ 'algorithm' => is_string(static::OID_NAME) ? static::OID_NAME : $oid, 'parameters' => $params ], 'publicKey' => "\0" . $key ]; $key = ASN1::encodeDER($key, Maps\PublicKeyInfo::MAP); return "-----BEGIN PUBLIC KEY-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END PUBLIC KEY-----"; } /** * Perform some preliminary parsing of the key * * @param string $key * @return array */ private static function preParse(&$key) { self::initialize_static_variables(); if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } if (self::$format != self::MODE_DER) { $decoded = ASN1::extractBER($key); if ($decoded !== false) { $key = $decoded; } elseif (self::$format == self::MODE_PEM) { throw new \UnexpectedValueException('Expected base64-encoded PEM format but was unable to decode base64 text'); } } $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } return $decoded; } /** * Returns the encryption parameters used by the key * * @param string $key * @return array */ public static function extractEncryptionAlgorithm($key) { $decoded = self::preParse($key); $r = ASN1::asn1map($decoded[0], ASN1\Maps\EncryptedPrivateKeyInfo::MAP); if (!is_array($r)) { throw new \RuntimeException('Unable to parse using EncryptedPrivateKeyInfo map'); } if ($r['encryptionAlgorithm']['algorithm'] == 'id-PBES2') { $decoded = ASN1::decodeBER($r['encryptionAlgorithm']['parameters']->element); $r['encryptionAlgorithm']['parameters'] = ASN1::asn1map($decoded[0], ASN1\Maps\PBES2params::MAP); $kdf = &$r['encryptionAlgorithm']['parameters']['keyDerivationFunc']; switch ($kdf['algorithm']) { case 'id-PBKDF2': $decoded = ASN1::decodeBER($kdf['parameters']->element); $kdf['parameters'] = ASN1::asn1map($decoded[0], Maps\PBKDF2params::MAP); } } return $r['encryptionAlgorithm']; } } PK5 Z'4##Hvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Formats\Keys; use ParagonIE\ConstantTime\Base64; use ParagonIE\ConstantTime\Hex; use phpseclib3\Crypt\AES; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\Random; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\UnsupportedAlgorithmException; /** * PuTTY Formatted Key Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class PuTTY { /** * Default comment * * @var string * @access private */ private static $comment = 'phpseclib-generated-key'; /** * Sets the default comment * * @access public * @param string $comment */ public static function setComment($comment) { self::$comment = str_replace(["\r", "\n"], '', $comment); } /** * Generate a symmetric key for PuTTY keys * * @access public * @param string $password * @param int $length * @return string */ private static function generateSymmetricKey($password, $length) { $symkey = ''; $sequence = 0; while (strlen($symkey) < $length) { $temp = pack('Na*', $sequence++, $password); $symkey.= Hex::decode(sha1($temp)); } return substr($symkey, 0, $length); } /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password * @return array */ public static function load($key, $password) { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } if (strpos($key, 'BEGIN SSH2 PUBLIC KEY') !== false) { $lines = preg_split('#[\r\n]+#', $key); switch (true) { case $lines[0] != '---- BEGIN SSH2 PUBLIC KEY ----': throw new \UnexpectedValueException('Key doesn\'t start with ---- BEGIN SSH2 PUBLIC KEY ----'); case $lines[count($lines) - 1] != '---- END SSH2 PUBLIC KEY ----': throw new \UnexpectedValueException('Key doesn\'t end with ---- END SSH2 PUBLIC KEY ----'); } $lines = array_splice($lines, 1, -1); $lines = array_map(function ($line) { return rtrim($line, "\r\n"); }, $lines); $data = $current = ''; $values = []; $in_value = false; foreach ($lines as $line) { switch (true) { case preg_match('#^(.*?): (.*)#', $line, $match): $in_value = $line[strlen($line) - 1] == '\\'; $current = strtolower($match[1]); $values[$current] = $in_value ? substr($match[2], 0, -1) : $match[2]; break; case $in_value: $in_value = $line[strlen($line) - 1] == '\\'; $values[$current].= $in_value ? substr($line, 0, -1) : $line; break; default: $data.= $line; } } $components = call_user_func([static::PUBLIC_HANDLER, 'load'], $data); if ($components === false) { throw new \UnexpectedValueException('Unable to decode public key'); } $components+= $values; $components['comment'] = str_replace(['\\\\', '\"'], ['\\', '"'], $values['comment']); return $components; } $components = []; $key = preg_split('#\r\n|\r|\n#', trim($key)); $type = trim(preg_replace('#PuTTY-User-Key-File-2: (.+)#', '$1', $key[0])); $components['type'] = $type; if (!in_array($type, static::$types)) { $error = count(static::$types) == 1 ? 'Only ' . static::$types[0] . ' keys are supported. ' : ''; throw new UnsupportedAlgorithmException($error . 'This is an unsupported ' . $type . ' key'); } $encryption = trim(preg_replace('#Encryption: (.+)#', '$1', $key[1])); $components['comment'] = trim(preg_replace('#Comment: (.+)#', '$1', $key[2])); $publicLength = trim(preg_replace('#Public-Lines: (\d+)#', '$1', $key[3])); $public = Base64::decode(implode('', array_map('trim', array_slice($key, 4, $publicLength)))); $source = Strings::packSSH2('ssss', $type, $encryption, $components['comment'], $public); extract(unpack('Nlength', Strings::shift($public, 4))); $newtype = Strings::shift($public, $length); if ($newtype != $type) { throw new \RuntimeException('The binary type does not match the human readable type field'); } $components['public'] = $public; $privateLength = trim(preg_replace('#Private-Lines: (\d+)#', '$1', $key[$publicLength + 4])); $private = Base64::decode(implode('', array_map('trim', array_slice($key, $publicLength + 5, $privateLength)))); switch ($encryption) { case 'aes256-cbc': $symkey = self::generateSymmetricKey($password, 32); $crypto = new AES('cbc'); } $hashkey = 'putty-private-key-file-mac-key'; if ($encryption != 'none') { $hashkey.= $password; $crypto->setKey($symkey); $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3)); $crypto->disablePadding(); $private = $crypto->decrypt($private); } $source.= Strings::packSSH2('s', $private); $hash = new Hash('sha1'); $hash->setKey(sha1($hashkey, true)); $hmac = trim(preg_replace('#Private-MAC: (.+)#', '$1', $key[$publicLength + $privateLength + 5])); $hmac = Hex::decode($hmac); if (!hash_equals($hash->hash($source), $hmac)) { throw new \UnexpectedValueException('MAC validation error'); } $components['private'] = $private; return $components; } /** * Wrap a private key appropriately * * @access private * @param string $public * @param string $private * @param string $type * @param string $password * @param array $options optional * @return string */ protected static function wrapPrivateKey($public, $private, $type, $password, array $options = []) { $encryption = (!empty($password) || is_string($password)) ? 'aes256-cbc' : 'none'; $comment = isset($options['comment']) ? $options['comment'] : self::$comment; $key = "PuTTY-User-Key-File-2: " . $type . "\r\nEncryption: "; $key.= $encryption; $key.= "\r\nComment: " . $comment . "\r\n"; $public = Strings::packSSH2('s', $type) . $public; $source = Strings::packSSH2('ssss', $type, $encryption, $comment, $public); $public = Base64::encode($public); $key.= "Public-Lines: " . ((strlen($public) + 63) >> 6) . "\r\n"; $key.= chunk_split($public, 64); if (empty($password) && !is_string($password)) { $source.= Strings::packSSH2('s', $private); $hashkey = 'putty-private-key-file-mac-key'; } else { $private.= Random::string(16 - (strlen($private) & 15)); $source.= Strings::packSSH2('s', $private); $crypto = new AES('cbc'); $crypto->setKey(self::generateSymmetricKey($password, 32)); $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3)); $crypto->disablePadding(); $private = $crypto->encrypt($private); $hashkey = 'putty-private-key-file-mac-key' . $password; } $private = Base64::encode($private); $key.= 'Private-Lines: ' . ((strlen($private) + 63) >> 6) . "\r\n"; $key.= chunk_split($private, 64); $hash = new Hash('sha1'); $hash->setKey(sha1($hashkey, true)); $key.= 'Private-MAC: ' . Hex::encode($hash->hash($source)) . "\r\n"; return $key; } /** * Wrap a public key appropriately * * This is basically the format described in RFC 4716 (https://tools.ietf.org/html/rfc4716) * * @access private * @param string $key * @param string $type * @return string */ protected static function wrapPublicKey($key, $type) { $key = pack('Na*a*', strlen($type), $type, $key); $key = "---- BEGIN SSH2 PUBLIC KEY ----\r\n" . 'Comment: "' . str_replace(['\\', '"'], ['\\\\', '\"'], self::$comment) . "\"\r\n" . chunk_split(Base64::encode($key), 64) . '---- END SSH2 PUBLIC KEY ----'; return $key; } } PK5 Zw-X88Hvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Formats\Keys; use ParagonIE\ConstantTime\Base64; use ParagonIE\ConstantTime\Hex; use phpseclib3\Crypt\Random; use phpseclib3\Crypt\AES; use phpseclib3\Crypt\DES; use phpseclib3\Crypt\TripleDES; use phpseclib3\File\ASN1; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\UnsupportedAlgorithmException; /** * PKCS1 Formatted Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PKCS1 extends PKCS { /** * Default encryption algorithm * * @var string * @access private */ private static $defaultEncryptionAlgorithm = 'AES-128-CBC'; /** * Sets the default encryption algorithm * * @access public * @param string $algo */ public static function setEncryptionAlgorithm($algo) { self::$defaultEncryptionAlgorithm = $algo; } /** * Returns the mode constant corresponding to the mode string * * @access public * @param string $mode * @return int * @throws \UnexpectedValueException if the block cipher mode is unsupported */ private static function getEncryptionMode($mode) { switch ($mode) { case 'CBC': case 'ECB': case 'CFB': case 'OFB': case 'CTR': return $mode; } throw new \UnexpectedValueException('Unsupported block cipher mode of operation'); } /** * Returns a cipher object corresponding to a string * * @access public * @param string $algo * @return string * @throws \UnexpectedValueException if the encryption algorithm is unsupported */ private static function getEncryptionObject($algo) { $modes = '(CBC|ECB|CFB|OFB|CTR)'; switch (true) { case preg_match("#^AES-(128|192|256)-$modes$#", $algo, $matches): $cipher = new AES(self::getEncryptionMode($matches[2])); $cipher->setKeyLength($matches[1]); return $cipher; case preg_match("#^DES-EDE3-$modes$#", $algo, $matches): return new TripleDES(self::getEncryptionMode($matches[1])); case preg_match("#^DES-$modes$#", $algo, $matches): return new DES(self::getEncryptionMode($matches[1])); default: throw new UnsupportedAlgorithmException($algo . ' is not a supported algorithm'); } } /** * Generate a symmetric key for PKCS#1 keys * * @access private * @param string $password * @param string $iv * @param int $length * @return string */ private static function generateSymmetricKey($password, $iv, $length) { $symkey = ''; $iv = substr($iv, 0, 8); while (strlen($symkey) < $length) { $symkey.= md5($symkey . $password . $iv, true); } return substr($symkey, 0, $length); } /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ protected static function load($key, $password) { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } /* Although PKCS#1 proposes a format that public and private keys can use, encrypting them is "outside the scope" of PKCS#1. PKCS#1 then refers you to PKCS#12 and PKCS#15 if you're wanting to protect private keys, however, that's not what OpenSSL* does. OpenSSL protects private keys by adding two new "fields" to the key - DEK-Info and Proc-Type. These fields are discussed here: http://tools.ietf.org/html/rfc1421#section-4.6.1.1 http://tools.ietf.org/html/rfc1421#section-4.6.1.3 DES-EDE3-CBC as an algorithm, however, is not discussed anywhere, near as I can tell. DES-CBC and DES-EDE are discussed in RFC1423, however, DES-EDE3-CBC isn't, nor is its key derivation function. As is, the definitive authority on this encoding scheme isn't the IETF but rather OpenSSL's own implementation. ie. the implementation *is* the standard and any bugs that may exist in that implementation are part of the standard, as well. * OpenSSL is the de facto standard. It's utilized by OpenSSH and other projects */ if (preg_match('#DEK-Info: (.+),(.+)#', $key, $matches)) { $iv = Hex::decode(trim($matches[2])); // remove the Proc-Type / DEK-Info sections as they're no longer needed $key = preg_replace('#^(?:Proc-Type|DEK-Info): .*#m', '', $key); $ciphertext = ASN1::extractBER($key); if ($ciphertext === false) { $ciphertext = $key; } $crypto = self::getEncryptionObject($matches[1]); $crypto->setKey(self::generateSymmetricKey($password, $iv, $crypto->getKeyLength() >> 3)); $crypto->setIV($iv); $key = $crypto->decrypt($ciphertext); } else { if (self::$format != self::MODE_DER) { $decoded = ASN1::extractBER($key); if ($decoded !== false) { $key = $decoded; } elseif (self::$format == self::MODE_PEM) { throw new \UnexpectedValueException('Expected base64-encoded PEM format but was unable to decode base64 text'); } } } return $key; } /** * Wrap a private key appropriately * * @access public * @param string $key * @param string $type * @param string $password * @param array $options optional * @return string */ protected static function wrapPrivateKey($key, $type, $password, array $options = []) { if (empty($password) || !is_string($password)) { return "-----BEGIN $type PRIVATE KEY-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END $type PRIVATE KEY-----"; } $encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : self::$defaultEncryptionAlgorithm; $cipher = self::getEncryptionObject($encryptionAlgorithm); $iv = Random::string($cipher->getBlockLength() >> 3); $cipher->setKey(self::generateSymmetricKey($password, $iv, $cipher->getKeyLength() >> 3)); $cipher->setIV($iv); $iv = strtoupper(Hex::encode($iv)); return "-----BEGIN $type PRIVATE KEY-----\r\n" . "Proc-Type: 4,ENCRYPTED\r\n" . "DEK-Info: " . $encryptionAlgorithm. ",$iv\r\n" . "\r\n" . chunk_split(Base64::encode($cipher->encrypt($key)), 64) . "-----END $type PRIVATE KEY-----"; } /** * Wrap a public key appropriately * * @access public * @param string $key * @param string $type * @return string */ protected static function wrapPublicKey($key, $type) { return "-----BEGIN $type PUBLIC KEY-----\r\n" . chunk_split(Base64::encode($key), 64) . "-----END $type PUBLIC KEY-----"; } }PK5 Z{Gvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Formats\Keys; /** * PKCS1 Formatted Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PKCS { /** * Auto-detect the format */ const MODE_ANY = 0; /** * Require base64-encoded PEM's be supplied */ const MODE_PEM = 1; /** * Require raw DER's be supplied */ const MODE_DER = 2; /**#@-*/ /** * Is the key a base-64 encoded PEM, DER or should it be auto-detected? * * @access private * @var int */ protected static $format = self::MODE_ANY; /** * Require base64-encoded PEM's be supplied * * @access public */ public static function requirePEM() { self::$format = self::MODE_PEM; } /** * Require raw DER's be supplied * * @access public */ public static function requireDER() { self::$format = self::MODE_DER; } /** * Accept any format and auto detect the format * * This is the default setting * * @access public */ public static function requireAny() { self::$format = self::MODE_ANY; } }PK5 Z}yKvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common\Formats\Signature; use phpseclib3\Math\BigInteger; /** * Raw Signature Handler * * @package Common * @author Jim Wigginton * @access public */ abstract class Raw { /** * Loads a signature * * @access public * @param array $sig * @return array|bool */ public static function load($sig) { switch (true) { case !is_array($sig): case !isset($sig['r']) || !isset($sig['s']): case !$sig['r'] instanceof BigInteger: case !$sig['s'] instanceof BigInteger: return false; } return [ 'r' => $sig['r'], 's' => $sig['s'] ]; } /** * Returns a signature in the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $r * @param \phpseclib3\Math\BigInteger $s * @return string */ public static function save(BigInteger $r, BigInteger $s) { return compact('r', 's'); } } PK5 Z`r\\Avendor/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.phpnu[ * @author Hans-Juergen Petrich * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common; /** * Base Class for all block cipher classes * * @package BlockCipher * @author Jim Wigginton */ abstract class BlockCipher extends SymmetricKey { } PK5 Z>mBvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.phpnu[ * @author Hans-Juergen Petrich * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common; /** * Base Class for all stream cipher classes * * @package StreamCipher * @author Jim Wigginton */ abstract class StreamCipher extends SymmetricKey { /** * Block Length of the cipher * * Stream ciphers do not have a block size * * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size * @var int * @access private */ protected $block_size = 0; /** * Default Constructor. * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @return \phpseclib3\Crypt\Common\StreamCipher */ public function __construct() { parent::__construct('stream'); } /** * Stream ciphers not use an IV * * @access public * @return bool */ public function usesIV() { return false; } } PK5 Z`M ߔ;;Cvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.phpnu[ * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common; use phpseclib3\Exception\UnsupportedFormatException; use phpseclib3\Exception\NoKeyLoadedException; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Hash; use phpseclib3\Crypt\RSA; use phpseclib3\Crypt\DSA; use phpseclib3\Crypt\ECDSA; /** * Base Class for all asymmetric cipher classes * * @package AsymmetricKey * @author Jim Wigginton */ abstract class AsymmetricKey { /** * Precomputed Zero * * @var \phpseclib3\Math\BigInteger * @access private */ protected static $zero; /** * Precomputed One * * @var \phpseclib3\Math\BigInteger * @access private */ protected static $one; /** * Format of the loaded key * * @var string * @access private */ protected $format; /** * Hash function * * @var \phpseclib3\Crypt\Hash * @access private */ protected $hash; /** * HMAC function * * @var \phpseclib3\Crypt\Hash * @access private */ private $hmac; /** * Supported plugins (lower case) * * @see self::initialize_static_variables() * @var array * @access private */ private static $plugins = []; /** * Invisible plugins * * @see self::initialize_static_variables() * @var array * @access private */ private static $invisiblePlugins = []; /** * Supported signature formats (lower case) * * @see self::initialize_static_variables() * @var array * @access private */ private static $signatureFormats = []; /** * Supported signature formats (original case) * * @see self::initialize_static_variables() * @var array * @access private */ private static $signatureFileFormats = []; /** * Available Engines * * @var boolean[] * @access private */ protected static $engines = []; /** * The constructor */ protected function __construct() { self::initialize_static_variables(); $this->hash = new Hash('sha256'); $this->hmac = new Hash('sha256'); } /** * Initialize static variables */ protected static function initialize_static_variables() { if (!isset(self::$zero)) { self::$zero= new BigInteger(0); self::$one = new BigInteger(1); } self::loadPlugins('Keys'); if (static::ALGORITHM != 'RSA' && static::ALGORITHM != 'DH') { self::loadPlugins('Signature'); } } /** * Load the key * * @param string $key * @param string $password optional * @return AsymmetricKey */ public static function load($key, $password = false) { self::initialize_static_variables(); $components = false; foreach (self::$plugins[static::ALGORITHM]['Keys'] as $format) { if (isset(self::$invisiblePlugins[static::ALGORITHM]) && in_array($format, self::$invisiblePlugins[static::ALGORITHM])) { continue; } try { $components = $format::load($key, $password); } catch (\Exception $e) { $components = false; } if ($components !== false) { break; } } if ($components === false) { throw new NoKeyLoadedException('Unable to read key'); } $components['format'] = $format; $new = static::onLoad($components); $new->format = $format; return $new instanceof PrivateKey ? $new->withPassword($password) : $new; } /** * Loads a private key * * @return PrivateKey * @access public * @param string|array $key * @param string $password optional */ public function loadPrivateKey($key, $password = '') { $key = self::load($key, $password); if (!$key instanceof PrivateKey) { throw new NoKeyLoadedException('The key that was loaded was not a private key'); } return $key; } /** * Loads a public key * * @return PublicKey * @access public * @param string|array $key */ public function loadPublicKey($key) { $key = self::load($key); if (!$key instanceof PublicKey) { throw new NoKeyLoadedException('The key that was loaded was not a public key'); } return $key; } /** * Loads parameters * * @return AsymmetricKey * @access public * @param string|array $key */ public function loadParameters($key) { $key = self::load($key); if (!$key instanceof PrivateKey && !$key instanceof PublicKey) { throw new NoKeyLoadedException('The key that was loaded was not a parameter'); } return $key; } /** * Load the key, assuming a specific format * * @param string $type * @param string $key * @param string $password optional * @return AsymmetricKey */ public static function loadFormat($type, $key, $password = false) { self::initialize_static_variables(); $components = false; $format = strtolower($type); if (isset(self::$plugins[static::ALGORITHM]['Keys'][$format])) { $format = self::$plugins[static::ALGORITHM]['Keys'][$format]; $components = $format::load($key, $password); } if ($components === false) { throw new NoKeyLoadedException('Unable to read key'); } $components['format'] = $format; $new = static::onLoad($components); $new->format = $format; return $new instanceof PrivateKey ? $new->withPassword($password) : $new; } /** * Loads a private key * * @return PrivateKey * @access public * @param string $type * @param string $key * @param string $password optional */ public function loadPrivateKeyFormat($type, $key, $password = false) { $key = self::loadFormat($type, $key, $password); if (!$key instanceof PrivateKey) { throw new NoKeyLoadedException('The key that was loaded was not a private key'); } return $key; } /** * Loads a public key * * @return PublicKey * @access public * @param string $type * @param string $key */ public function loadPublicKeyFormat($type, $key) { $key = self::loadFormat($type, $key); if (!$key instanceof PublicKey) { throw new NoKeyLoadedException('The key that was loaded was not a public key'); } return $key; } /** * Loads parameters * * @return AsymmetricKey * @access public * @param string $type * @param string|array $key */ public function loadParametersFormat($type, $key) { $key = self::loadFormat($type, $key); if (!$key instanceof PrivateKey && !$key instanceof PublicKey) { throw new NoKeyLoadedException('The key that was loaded was not a parameter'); } return $key; } /** * Validate Plugin * * @access private * @param string $format * @param string $type * @param string $method optional * @return mixed */ protected static function validatePlugin($format, $type, $method = NULL) { $type = strtolower($type); if (!isset(self::$plugins[static::ALGORITHM][$format][$type])) { throw new UnsupportedFormatException("$type is not a supported format"); } $type = self::$plugins[static::ALGORITHM][$format][$type]; if (isset($method) && !method_exists($type, $method)) { throw new UnsupportedFormatException("$type does not implement $method"); } return $type; } /** * Load Plugins * * @access private * @param string $format */ private static function loadPlugins($format) { if (!isset(self::$plugins[static::ALGORITHM][$format])) { self::$plugins[static::ALGORITHM][$format] = []; foreach (new \DirectoryIterator(__DIR__ . '/../' . static::ALGORITHM . '/Formats/' . $format . '/') as $file) { if ($file->getExtension() != 'php') { continue; } $name = $file->getBasename('.php'); $type = 'phpseclib3\Crypt\\' . static::ALGORITHM . '\\Formats\\' . $format . '\\' . $name; $reflect = new \ReflectionClass($type); if ($reflect->isTrait()) { continue; } self::$plugins[static::ALGORITHM][$format][strtolower($name)] = $type; if ($reflect->hasConstant('IS_INVISIBLE')) { self::$invisiblePlugins[static::ALGORITHM][] = $type; } } } } /** * Returns a list of supported formats. * * @access public * @return array */ public static function getSupportedKeyFormats() { self::initialize_static_variables(); return self::$plugins[static::ALGORITHM]['Keys']; } /** * Add a fileformat plugin * * The plugin needs to either already be loaded or be auto-loadable. * Loading a plugin whose shortname overwrite an existing shortname will overwrite the old plugin. * * @see self::load() * @param string $fullname * @access public * @return bool */ public static function addFileFormat($fullname) { self::initialize_static_variables(); if (class_exists($fullname)) { $meta = new \ReflectionClass($fullname); $shortname = $meta->getShortName(); self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname; if ($meta->hasConstant('IS_INVISIBLE')) { self::$invisiblePlugins[static::ALGORITHM] = strtolower($name); } } } /** * Returns the format of the loaded key. * * If the key that was loaded wasn't in a valid or if the key was auto-generated * with RSA::createKey() then this will throw an exception. * * @see self::load() * @access public * @return mixed */ public function getLoadedFormat() { if (empty($this->format)) { throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load. Therefore there is no "loaded format"'); } $meta = new \ReflectionClass($this->format); return $meta->getShortName(); } /** * Tests engine validity * * @access public */ public static function useBestEngine() { static::$engines = [ 'PHP' => true, 'OpenSSL' => extension_loaded('openssl'), // this test can be satisfied by either of the following: // http://php.net/manual/en/book.sodium.php // https://github.com/paragonie/sodium_compat 'libsodium' => function_exists('sodium_crypto_sign_keypair') ]; return static::$engines; } /** * Flag to use internal engine only (useful for unit testing) * * @access public */ public static function useInternalEngine() { static::$engines = [ 'PHP' => true, 'OpenSSL' => false, 'libsodium' => false ]; } /** * __toString() magic method * * @return string */ public function __toString() { return $this->toString('PKCS8'); } /** * Determines which hashing function should be used * * @access public * @param string $hash */ public function withHash($hash) { $new = clone $this; $new->hash = new Hash($hash); $new->hmac = new Hash($hash); return $new; } /** * Returns the hash algorithm currently being used * * @access public */ public function getHash() { return clone $this->hash; } /** * Compute the pseudorandom k for signature generation, * using the process specified for deterministic DSA. * * @access public * @param string $h1 * @return string */ protected function computek($h1) { $v = str_repeat("\1", strlen($h1)); $k = str_repeat("\0", strlen($h1)); $x = $this->int2octets($this->x); $h1 = $this->bits2octets($h1); $this->hmac->setKey($k); $k = $this->hmac->hash($v . "\0" . $x . $h1); $this->hmac->setKey($k); $v = $this->hmac->hash($v); $k = $this->hmac->hash($v . "\1" . $x . $h1); $this->hmac->setKey($k); $v = $this->hmac->hash($v); $qlen = $this->q->getLengthInBytes(); while (true) { $t = ''; while (strlen($t) < $qlen) { $v = $this->hmac->hash($v); $t = $t . $v; } $k = $this->bits2int($t); if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) { break; } $k = $this->hmac->hash($v . "\0"); $this->hmac->setKey($k); $v = $this->hmac->hash($v); } return $k; } /** * Integer to Octet String * * @access private * @param \phpseclib3\Math\BigInteger $v * @return string */ private function int2octets($v) { $out = $v->toBytes(); $rolen = $this->q->getLengthInBytes(); if (strlen($out) < $rolen) { return str_pad($out, $rolen, "\0", STR_PAD_LEFT); } else if (strlen($out) > $rolen) { return substr($out, -$rolen); } else { return $out; } } /** * Bit String to Integer * * @access private * @param string $in * @return \phpseclib3\Math\BigInteger */ protected function bits2int($in) { $v = new BigInteger($in, 256); $vlen = strlen($in) << 3; $qlen = $this->q->getLength(); if ($vlen > $qlen) { return $v->bitwise_rightShift($vlen - $qlen); } return $v; } /** * Bit String to Octet String * * @access private * @param string $in * @return string */ private function bits2octets($in) { $z1 = $this->bits2int($in); $z2 = $z1->subtract($this->q); return $z2->compare(self::$zero) < 0 ? $this->int2octets($z1) : $this->int2octets($z2); } } PK5 ZlBvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.phpnu[ * @author Hans-Juergen Petrich * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\Common; use phpseclib3\Crypt\Hash; use phpseclib3\Common\Functions\Strings; use phpseclib3\Math\BigInteger; use phpseclib3\Math\BinaryField; use phpseclib3\Math\PrimeField; use phpseclib3\Exception\BadDecryptionException; use phpseclib3\Exception\BadModeException; use phpseclib3\Exception\InconsistentSetupException; use phpseclib3\Exception\InsufficientSetupException; use phpseclib3\Exception\UnsupportedAlgorithmException; /** * Base Class for all \phpseclib3\Crypt\* cipher classes * * @package Base * @author Jim Wigginton * @author Hans-Juergen Petrich */ abstract class SymmetricKey { /** * Encrypt / decrypt using the Counter mode. * * Set to -1 since that's what Crypt/Random.php uses to index the CTR mode. * * @link http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Counter_.28CTR.29 * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_CTR = -1; /** * Encrypt / decrypt using the Electronic Code Book mode. * * @link http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29 * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_ECB = 1; /** * Encrypt / decrypt using the Code Book Chaining mode. * * @link http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Cipher-block_chaining_.28CBC.29 * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_CBC = 2; /** * Encrypt / decrypt using the Cipher Feedback mode. * * @link http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Cipher_feedback_.28CFB.29 * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_CFB = 3; /** * Encrypt / decrypt using the Cipher Feedback mode (8bit) * * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_CFB8 = 38; /** * Encrypt / decrypt using the Output Feedback mode. * * @link http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Output_feedback_.28OFB.29 * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_OFB = 4; /** * Encrypt / decrypt using Galois/Counter mode. * * @link https://en.wikipedia.org/wiki/Galois/Counter_Mode * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_GCM = 5; /** * Encrypt / decrypt using streaming mode. * * @access public * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() */ const MODE_STREAM = 6; /** * Mode Map * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const MODE_MAP = [ 'ctr' => self::MODE_CTR, 'ecb' => self::MODE_ECB, 'cbc' => self::MODE_CBC, 'cfb' => self::MODE_CFB, 'cfb8' => self::MODE_CFB8, 'ofb' => self::MODE_OFB, 'gcm' => self::MODE_GCM, 'stream' => self::MODE_STREAM ]; /** * Base value for the internal implementation $engine switch * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const ENGINE_INTERNAL = 1; /** * Base value for the eval() implementation $engine switch * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const ENGINE_EVAL = 2; /** * Base value for the mcrypt implementation $engine switch * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const ENGINE_MCRYPT = 3; /** * Base value for the openssl implementation $engine switch * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const ENGINE_OPENSSL = 4; /** * Base value for the libsodium implementation $engine switch * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const ENGINE_LIBSODIUM = 5; /** * Base value for the openssl / gcm implementation $engine switch * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() */ const ENGINE_OPENSSL_GCM = 6; /** * Engine Reverse Map * * @access private * @see \phpseclib3\Crypt\Common\SymmetricKey::getEngine() */ const ENGINE_MAP = [ self::ENGINE_INTERNAL => 'PHP', self::ENGINE_EVAL => 'Eval', self::ENGINE_MCRYPT => 'mcrypt', self::ENGINE_OPENSSL => 'OpenSSL', self::ENGINE_LIBSODIUM => 'libsodium', self::ENGINE_OPENSSL_GCM => 'OpenSSL (GCM)' ]; /** * The Encryption Mode * * @see self::__construct() * @var int * @access private */ protected $mode; /** * The Block Length of the block cipher * * @var int * @access private */ protected $block_size = 16; /** * The Key * * @see self::setKey() * @var string * @access private */ protected $key = false; /** * The Initialization Vector * * @see self::setIV() * @var string * @access private */ protected $iv = false; /** * A "sliding" Initialization Vector * * @see self::enableContinuousBuffer() * @see self::clearBuffers() * @var string * @access private */ protected $encryptIV; /** * A "sliding" Initialization Vector * * @see self::enableContinuousBuffer() * @see self::clearBuffers() * @var string * @access private */ protected $decryptIV; /** * Continuous Buffer status * * @see self::enableContinuousBuffer() * @var bool * @access private */ protected $continuousBuffer = false; /** * Encryption buffer for CTR, OFB and CFB modes * * @see self::encrypt() * @see self::clearBuffers() * @var array * @access private */ protected $enbuffer; /** * Decryption buffer for CTR, OFB and CFB modes * * @see self::decrypt() * @see self::clearBuffers() * @var array * @access private */ protected $debuffer; /** * mcrypt resource for encryption * * The mcrypt resource can be recreated every time something needs to be created or it can be created just once. * Since mcrypt operates in continuous mode, by default, it'll need to be recreated when in non-continuous mode. * * @see self::encrypt() * @var resource * @access private */ private $enmcrypt; /** * mcrypt resource for decryption * * The mcrypt resource can be recreated every time something needs to be created or it can be created just once. * Since mcrypt operates in continuous mode, by default, it'll need to be recreated when in non-continuous mode. * * @see self::decrypt() * @var resource * @access private */ private $demcrypt; /** * Does the enmcrypt resource need to be (re)initialized? * * @see \phpseclib3\Crypt\Twofish::setKey() * @see \phpseclib3\Crypt\Twofish::setIV() * @var bool * @access private */ private $enchanged = true; /** * Does the demcrypt resource need to be (re)initialized? * * @see \phpseclib3\Crypt\Twofish::setKey() * @see \phpseclib3\Crypt\Twofish::setIV() * @var bool * @access private */ private $dechanged = true; /** * mcrypt resource for CFB mode * * mcrypt's CFB mode, in (and only in) buffered context, * is broken, so phpseclib implements the CFB mode by it self, * even when the mcrypt php extension is available. * * In order to do the CFB-mode work (fast) phpseclib * use a separate ECB-mode mcrypt resource. * * @link http://phpseclib.sourceforge.net/cfb-demo.phps * @see self::encrypt() * @see self::decrypt() * @see self::setupMcrypt() * @var resource * @access private */ private $ecb; /** * Optimizing value while CFB-encrypting * * Only relevant if $continuousBuffer enabled * and $engine == self::ENGINE_MCRYPT * * It's faster to re-init $enmcrypt if * $buffer bytes > $cfb_init_len than * using the $ecb resource furthermore. * * This value depends of the chosen cipher * and the time it would be needed for it's * initialization [by mcrypt_generic_init()] * which, typically, depends on the complexity * on its internaly Key-expanding algorithm. * * @see self::encrypt() * @var int * @access private */ protected $cfb_init_len = 600; /** * Does internal cipher state need to be (re)initialized? * * @see self::setKey() * @see self::setIV() * @see self::disableContinuousBuffer() * @var bool * @access private */ protected $changed = true; /** * Does Eval engie need to be (re)initialized? * * @see self::setup() * @var bool * @access private */ protected $nonIVChanged = true; /** * Padding status * * @see self::enablePadding() * @var bool * @access private */ private $padding = true; /** * Is the mode one that is paddable? * * @see self::__construct() * @var bool * @access private */ private $paddable = false; /** * Holds which crypt engine internaly should be use, * which will be determined automatically on __construct() * * Currently available $engines are: * - self::ENGINE_LIBSODIUM (very fast, php-extension: libsodium, extension_loaded('libsodium') required) * - self::ENGINE_OPENSSL_GCM (very fast, php-extension: openssl, extension_loaded('openssl') required) * - self::ENGINE_OPENSSL (very fast, php-extension: openssl, extension_loaded('openssl') required) * - self::ENGINE_MCRYPT (fast, php-extension: mcrypt, extension_loaded('mcrypt') required) * - self::ENGINE_EVAL (medium, pure php-engine, no php-extension required) * - self::ENGINE_INTERNAL (slower, pure php-engine, no php-extension required) * * @see self::setEngine() * @see self::encrypt() * @see self::decrypt() * @var int * @access private */ protected $engine; /** * Holds the preferred crypt engine * * @see self::setEngine() * @see self::setPreferredEngine() * @var int * @access private */ private $preferredEngine; /** * The mcrypt specific name of the cipher * * Only used if $engine == self::ENGINE_MCRYPT * * @link http://www.php.net/mcrypt_module_open * @link http://www.php.net/mcrypt_list_algorithms * @see self::setupMcrypt() * @var string * @access private */ protected $cipher_name_mcrypt; /** * The openssl specific name of the cipher * * Only used if $engine == self::ENGINE_OPENSSL * * @link http://www.php.net/openssl-get-cipher-methods * @var string * @access private */ protected $cipher_name_openssl; /** * The openssl specific name of the cipher in ECB mode * * If OpenSSL does not support the mode we're trying to use (CTR) * it can still be emulated with ECB mode. * * @link http://www.php.net/openssl-get-cipher-methods * @var string * @access private */ protected static $cipher_name_openssl_ecb; /** * The default salt used by setPassword() * * @see self::setPassword() * @var string * @access private */ private $password_default_salt = 'phpseclib/salt'; /** * The name of the performance-optimized callback function * * Used by encrypt() / decrypt() * only if $engine == self::ENGINE_INTERNAL * * @see self::encrypt() * @see self::decrypt() * @see self::setupInlineCrypt() * @var Callback * @access private */ protected $inline_crypt; /** * If OpenSSL can be used in ECB but not in CTR we can emulate CTR * * @see self::openssl_ctr_process() * @var bool * @access private */ private $openssl_emulate_ctr = false; /** * Don't truncate / null pad key * * @see self::clearBuffers() * @var bool * @access private */ private $skip_key_adjustment = false; /** * Has the key length explicitly been set or should it be derived from the key, itself? * * @see self::setKeyLength() * @var bool * @access private */ protected $explicit_key_length = false; /** * Hash subkey for GHASH * * @see self::setupGCM() * @see self::ghash() * @var BinaryField\Integer * @access private */ private $h; /** * Additional authenticated data * * @var string * @access private */ protected $aad = ''; /** * Authentication Tag produced after a round of encryption * * @var string * @access private */ protected $newtag = false; /** * Authentication Tag to be verified during decryption * * @var string * @access private */ protected $oldtag = false; /** * GCM Binary Field * * @see self::__construct() * @see self::ghash() * @var BinaryField * @access private */ private static $gcmField; /** * Poly1305 Prime Field * * @see self::enablePoly1305() * @see self::poly1305() * @var PrimeField * @access private */ private static $poly1305Field; /** * Poly1305 Key * * @see self::setPoly1305Key() * @see self::poly1305() * @var string * @access private */ protected $poly1305Key; /** * Poly1305 Flag * * @see self::setPoly1305Key() * @see self::enablePoly1305() * @var boolean * @access private */ protected $usePoly1305 = false; /** * The Original Initialization Vector * * GCM uses the nonce to build the IV but we want to be able to distinguish between nonce-derived * IV's and user-set IV's * * @see self::setIV() * @var string * @access private */ private $origIV = false; /** * Nonce * * Only used with GCM. We could re-use setIV() but nonce's can be of a different length and * toggling between GCM and other modes could be more complicated if we re-used setIV() * * @see self::setNonce() * @var string * @access private */ protected $nonce = false; /** * Default Constructor. * * $mode could be: * * - ecb * * - cbc * * - ctr * * - cfb * * - cfb8 * * - ofb * * - gcm * * @param string $mode * @access public * @throws BadModeException if an invalid / unsupported mode is provided */ public function __construct($mode) { $mode = strtolower($mode); // necessary because of 5.6 compatibility; we can't do isset(self::MODE_MAP[$mode]) in 5.6 $map = self::MODE_MAP; if (!isset($map[$mode])) { throw new BadModeException('No valid mode has been specified'); } $mode = self::MODE_MAP[$mode]; // $mode dependent settings switch ($mode) { case self::MODE_ECB: case self::MODE_CBC: $this->paddable = true; break; case self::MODE_CTR: case self::MODE_CFB: case self::MODE_CFB8: case self::MODE_OFB: case self::MODE_STREAM: $this->paddable = false; break; case self::MODE_GCM: if ($this->block_size != 16) { throw new BadModeException('GCM is only valid for block ciphers with a block size of 128 bits'); } if (!isset(self::$gcmField)) { self::$gcmField = new BinaryField(128, 7, 2, 1, 0); } $this->paddable = false; break; default: throw new BadModeException('No valid mode has been specified'); } $this->mode = $mode; } /** * Sets the initialization vector. * * setIV() is not required when ecb or gcm modes are being used. * * {@internal Can be overwritten by a sub class, but does not have to be} * * @access public * @param string $iv * @throws \LengthException if the IV length isn't equal to the block size * @throws \BadMethodCallException if an IV is provided when one shouldn't be */ public function setIV($iv) { if ($this->mode == self::MODE_ECB) { throw new \BadMethodCallException('This mode does not require an IV.'); } if ($this->mode == self::MODE_GCM) { throw new \BadMethodCallException('Use setNonce instead'); } if (!$this->usesIV()) { throw new \BadMethodCallException('This algorithm does not use an IV.'); } if (strlen($iv) != $this->block_size) { throw new \LengthException('Received initialization vector of size ' . strlen($iv) . ', but size ' . $this->block_size . ' is required'); } $this->iv = $this->origIV = $iv; $this->changed = true; } /** * Enables Poly1305 mode. * * Once enabled Poly1305 cannot be disabled. * * @access public * @throws \BadMethodCallException if Poly1305 is enabled whilst in GCM mode */ public function enablePoly1305() { if ($this->mode == self::MODE_GCM) { throw new \BadMethodCallException('Poly1305 cannot be used in GCM mode'); } $this->usePoly1305 = true; } /** * Enables Poly1305 mode. * * Once enabled Poly1305 cannot be disabled. If $key is not passed then an attempt to call createPoly1305Key * will be made. * * @access public * @param string $key optional * @throws \LengthException if the key isn't long enough * @throws \BadMethodCallException if Poly1305 is enabled whilst in GCM mode */ public function setPoly1305Key($key = null) { if ($this->mode == self::MODE_GCM) { throw new \BadMethodCallException('Poly1305 cannot be used in GCM mode'); } if (!is_string($key) || strlen($key) != 32) { throw new \LengthException('The Poly1305 key must be 32 bytes long (256 bits)'); } if (!isset(self::$poly1305Field)) { // 2^130-5 self::$poly1305Field = new PrimeField(new BigInteger('3fffffffffffffffffffffffffffffffb', 16)); } $this->poly1305Key = $key; $this->usePoly1305 = true; } /** * Sets the nonce. * * setNonce() is only required when gcm is used * * @access public * @param string $nonce * @throws \BadMethodCallException if an nonce is provided when one shouldn't be */ public function setNonce($nonce) { if ($this->mode != self::MODE_GCM) { throw new \BadMethodCallException('Nonces are only used in GCM mode.'); } $this->nonce = $nonce; $this->setEngine(); } /** * Sets additional authenticated data * * setAAD() is only used by gcm or in poly1305 mode * * @access public * @param string $aad * @throws \BadMethodCallException if mode isn't GCM or if poly1305 isn't being utilized */ public function setAAD($aad) { if ($this->mode != self::MODE_GCM && !$this->usePoly1305) { throw new \BadMethodCallException('Additional authenticated data is only utilized in GCM mode or with Poly1305'); } $this->aad = $aad; } /** * Returns whether or not the algorithm uses an IV * * @access public * @return bool */ public function usesIV() { return $this->mode != self::MODE_GCM && $this->mode != self::MODE_ECB; } /** * Returns whether or not the algorithm uses a nonce * * @access public * @return bool */ public function usesNonce() { return $this->mode == self::MODE_GCM; } /** * Returns the current key length in bits * * @access public * @return int */ public function getKeyLength() { return $this->key_length << 3; } /** * Returns the current block length in bits * * @access public * @return int */ public function getBlockLength() { return $this->block_size << 3; } /** * Returns the current block length in bytes * * @access public * @return int */ public function getBlockLengthInBytes() { return $this->block_size; } /** * Sets the key length. * * Keys with explicitly set lengths need to be treated accordingly * * @access public * @param int $length */ public function setKeyLength($length) { $this->explicit_key_length = $length >> 3; if (is_string($this->key) && strlen($this->key) != $this->explicit_key_length) { $this->key = false; throw new InconsistentSetupException('Key has already been set and is not ' .$this->explicit_key_length . ' bytes long'); } } /** * Sets the key. * * The min/max length(s) of the key depends on the cipher which is used. * If the key not fits the length(s) of the cipher it will paded with null bytes * up to the closest valid key length. If the key is more than max length, * we trim the excess bits. * * If the key is not explicitly set, it'll be assumed to be all null bytes. * * {@internal Could, but not must, extend by the child Crypt_* class} * * @access public * @param string $key */ public function setKey($key) { if ($this->explicit_key_length !== false && strlen($key) != $this->explicit_key_length) { throw new InconsistentSetupException('Key length has already been set to ' . $this->explicit_key_length . ' bytes and this key is ' . strlen($key) . ' bytes'); } $this->key = $key; $this->key_length = strlen($key); $this->setEngine(); } /** * Sets the password. * * Depending on what $method is set to, setPassword()'s (optional) parameters are as follows: * {@link http://en.wikipedia.org/wiki/PBKDF2 pbkdf2} or pbkdf1: * $hash, $salt, $count, $dkLen * * Where $hash (default = sha1) currently supports the following hashes: see: Crypt/Hash.php * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see Crypt/Hash.php * @param string $password * @param string $method * @param string[] ...$func_args * @throws \LengthException if pbkdf1 is being used and the derived key length exceeds the hash length * @return bool * @access public */ public function setPassword($password, $method = 'pbkdf2', ...$func_args) { $key = ''; $method = strtolower($method); switch ($method) { case 'pkcs12': // from https://tools.ietf.org/html/rfc7292#appendix-B.2 case 'pbkdf1': case 'pbkdf2': // Hash function $hash = isset($func_args[0]) ? strtolower($func_args[0]) : 'sha1'; $hashObj = new Hash(); $hashObj->setHash($hash); // WPA and WPA2 use the SSID as the salt $salt = isset($func_args[1]) ? $func_args[1] : $this->password_default_salt; // RFC2898#section-4.2 uses 1,000 iterations by default // WPA and WPA2 use 4,096. $count = isset($func_args[2]) ? $func_args[2] : 1000; // Keylength if (isset($func_args[3])) { if ($func_args[3] <= 0) { throw new \LengthException('Derived key length cannot be longer 0 or less'); } $dkLen = $func_args[3]; } else { $key_length = $this->explicit_key_length !== false ? $this->explicit_key_length : $this->key_length; $dkLen = $method == 'pbkdf1' ? 2 * $key_length : $key_length; } switch (true) { case $method == 'pkcs12': /* In this specification, however, all passwords are created from BMPStrings with a NULL terminator. This means that each character in the original BMPString is encoded in 2 bytes in big-endian format (most-significant byte first). There are no Unicode byte order marks. The 2 bytes produced from the last character in the BMPString are followed by 2 additional bytes with the value 0x00. -- https://tools.ietf.org/html/rfc7292#appendix-B.1 */ $password = "\0". chunk_split($password, 1, "\0") . "\0"; /* This standard specifies 3 different values for the ID byte mentioned above: 1. If ID=1, then the pseudorandom bits being produced are to be used as key material for performing encryption or decryption. 2. If ID=2, then the pseudorandom bits being produced are to be used as an IV (Initial Value) for encryption or decryption. 3. If ID=3, then the pseudorandom bits being produced are to be used as an integrity key for MACing. */ // Construct a string, D (the "diversifier"), by concatenating v/8 // copies of ID. $blockLength = $hashObj->getBlockLengthInBytes(); $d1 = str_repeat(chr(1), $blockLength); $d2 = str_repeat(chr(2), $blockLength); $s = ''; if (strlen($salt)) { while (strlen($s) < $blockLength) { $s.= $salt; } } $s = substr($s, 0, $blockLength); $p = ''; if (strlen($password)) { while (strlen($p) < $blockLength) { $p.= $password; } } $p = substr($p, 0, $blockLength); $i = $s . $p; $this->setKey(self::pkcs12helper($dkLen, $hashObj, $i, $d1, $count)); if ($this->usesIV()) { $this->setIV(self::pkcs12helper($this->block_size, $hashObj, $i, $d2, $count)); } return true; case $method == 'pbkdf1': if ($dkLen > $hashObj->getLengthInBytes()) { throw new \LengthException('Derived key length cannot be longer than the hash length'); } $t = $password . $salt; for ($i = 0; $i < $count; ++$i) { $t = $hashObj->hash($t); } $key = substr($t, 0, $dkLen); $this->setKey(substr($key, 0, $dkLen >> 1)); if ($this->usesIV()) { $this->setIV(substr($key, $dkLen >> 1)); } return true; case !in_array($hash, hash_algos()): $i = 1; $hashObj->setKey($password); while (strlen($key) < $dkLen) { $f = $u = $hashObj->hash($salt . pack('N', $i++)); for ($j = 2; $j <= $count; ++$j) { $u = $hashObj->hash($u); $f^= $u; } $key.= $f; } $key = substr($key, 0, $dkLen); break; default: $key = hash_pbkdf2($hash, $password, $salt, $count, $dkLen, true); } break; default: throw new UnsupportedAlgorithmException($method . ' is not a supported password hashing method'); } $this->setKey($key); return true; } /** * PKCS#12 KDF Helper Function * * As discussed here: * * {@link https://tools.ietf.org/html/rfc7292#appendix-B} * * @see self::setPassword() * @access private * @param int $n * @param \phpseclib3\Crypt\Hash $hashObj * @param string $i * @param string $d * @param int $count * @return string $a */ private static function pkcs12helper($n, $hashObj, $i, $d, $count) { static $one; if (!isset($one)) { $one = new BigInteger(1); } $blockLength = $hashObj->getBlockLength() >> 3; $c = ceil($n / $hashObj->getLengthInBytes()); $a = ''; for ($j = 1; $j <= $c; $j++) { $ai = $d . $i; for ($k = 0; $k < $count; $k++) { $ai = $hashObj->hash($ai); } $b = ''; while (strlen($b) < $blockLength) { $b.= $ai; } $b = substr($b, 0, $blockLength); $b = new BigInteger($b, 256); $newi = ''; for ($k = 0; $k < strlen($i); $k+= $blockLength) { $temp = substr($i, $k, $blockLength); $temp = new BigInteger($temp, 256); $temp->setPrecision($blockLength << 3); $temp = $temp->add($b); $temp = $temp->add($one); $newi.= $temp->toBytes(false); } $i = $newi; $a.= $ai; } return substr($a, 0, $n); } /** * Encrypts a message. * * $plaintext will be padded with additional bytes such that it's length is a multiple of the block size. Other cipher * implementations may or may not pad in the same manner. Other common approaches to padding and the reasons why it's * necessary are discussed in the following * URL: * * {@link http://www.di-mgt.com.au/cryptopad.html http://www.di-mgt.com.au/cryptopad.html} * * An alternative to padding is to, separately, send the length of the file. This is what SSH, in fact, does. * strlen($plaintext) will still need to be a multiple of the block size, however, arbitrary values can be added to make it that * length. * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see self::decrypt() * @access public * @param string $plaintext * @return string $ciphertext */ public function encrypt($plaintext) { if ($this->paddable) { $plaintext = $this->pad($plaintext); } $this->setup(); if ($this->mode == self::MODE_GCM) { $oldIV = $this->iv; Strings::increment_str($this->iv); $cipher = new static('ctr'); $cipher->setKey($this->key); $cipher->setIV($this->iv); $ciphertext = $cipher->encrypt($plaintext); $s = $this->ghash( self::nullPad128($this->aad) . self::nullPad128($ciphertext) . self::len64($this->aad) . self::len64($ciphertext) ); $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV; $this->newtag = $cipher->encrypt($s); return $ciphertext; } if (isset($this->poly1305Key)) { $cipher = clone $this; unset($cipher->poly1305Key); $this->usePoly1305 = false; $ciphertext = $cipher->encrypt($plaintext); $this->newtag = $this->poly1305($ciphertext); return $ciphertext; } if ($this->engine === self::ENGINE_OPENSSL) { switch ($this->mode) { case self::MODE_STREAM: return openssl_encrypt($plaintext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); case self::MODE_ECB: return openssl_encrypt($plaintext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); case self::MODE_CBC: $result = openssl_encrypt($plaintext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->encryptIV); if ($this->continuousBuffer) { $this->encryptIV = substr($result, -$this->block_size); } return $result; case self::MODE_CTR: return $this->openssl_ctr_process($plaintext, $this->encryptIV, $this->enbuffer); case self::MODE_CFB: // cfb loosely routines inspired by openssl's: // {@link http://cvs.openssl.org/fileview?f=openssl/crypto/modes/cfb128.c&v=1.3.2.2.2.1} $ciphertext = ''; if ($this->continuousBuffer) { $iv = &$this->encryptIV; $pos = &$this->enbuffer['pos']; } else { $iv = $this->encryptIV; $pos = 0; } $len = strlen($plaintext); $i = 0; if ($pos) { $orig_pos = $pos; $max = $this->block_size - $pos; if ($len >= $max) { $i = $max; $len-= $max; $pos = 0; } else { $i = $len; $pos+= $len; $len = 0; } // ie. $i = min($max, $len), $len-= $i, $pos+= $i, $pos%= $blocksize $ciphertext = substr($iv, $orig_pos) ^ $plaintext; $iv = substr_replace($iv, $ciphertext, $orig_pos, $i); $plaintext = substr($plaintext, $i); } $overflow = $len % $this->block_size; if ($overflow) { $ciphertext.= openssl_encrypt(substr($plaintext, 0, -$overflow) . str_repeat("\0", $this->block_size), $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $iv); $iv = Strings::pop($ciphertext, $this->block_size); $size = $len - $overflow; $block = $iv ^ substr($plaintext, -$overflow); $iv = substr_replace($iv, $block, 0, $overflow); $ciphertext.= $block; $pos = $overflow; } elseif ($len) { $ciphertext = openssl_encrypt($plaintext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $iv); $iv = substr($ciphertext, -$this->block_size); } return $ciphertext; case self::MODE_CFB8: $ciphertext = openssl_encrypt($plaintext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->encryptIV); if ($this->continuousBuffer) { if (($len = strlen($ciphertext)) >= $this->block_size) { $this->encryptIV = substr($ciphertext, -$this->block_size); } else { $this->encryptIV = substr($this->encryptIV, $len - $this->block_size) . substr($ciphertext, -$len); } } return $ciphertext; case self::MODE_OFB: return $this->openssl_ofb_process($plaintext, $this->encryptIV, $this->enbuffer); } } if ($this->engine === self::ENGINE_MCRYPT) { set_error_handler(function() {}); if ($this->enchanged) { mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV)); $this->enchanged = false; } // re: {@link http://phpseclib.sourceforge.net/cfb-demo.phps} // using mcrypt's default handing of CFB the above would output two different things. using phpseclib's // rewritten CFB implementation the above outputs the same thing twice. if ($this->mode == self::MODE_CFB && $this->continuousBuffer) { $block_size = $this->block_size; $iv = &$this->encryptIV; $pos = &$this->enbuffer['pos']; $len = strlen($plaintext); $ciphertext = ''; $i = 0; if ($pos) { $orig_pos = $pos; $max = $block_size - $pos; if ($len >= $max) { $i = $max; $len-= $max; $pos = 0; } else { $i = $len; $pos+= $len; $len = 0; } $ciphertext = substr($iv, $orig_pos) ^ $plaintext; $iv = substr_replace($iv, $ciphertext, $orig_pos, $i); $this->enbuffer['enmcrypt_init'] = true; } if ($len >= $block_size) { if ($this->enbuffer['enmcrypt_init'] === false || $len > $this->cfb_init_len) { if ($this->enbuffer['enmcrypt_init'] === true) { mcrypt_generic_init($this->enmcrypt, $this->key, $iv); $this->enbuffer['enmcrypt_init'] = false; } $ciphertext.= mcrypt_generic($this->enmcrypt, substr($plaintext, $i, $len - $len % $block_size)); $iv = substr($ciphertext, -$block_size); $len%= $block_size; } else { while ($len >= $block_size) { $iv = mcrypt_generic($this->ecb, $iv) ^ substr($plaintext, $i, $block_size); $ciphertext.= $iv; $len-= $block_size; $i+= $block_size; } } } if ($len) { $iv = mcrypt_generic($this->ecb, $iv); $block = $iv ^ substr($plaintext, -$len); $iv = substr_replace($iv, $block, 0, $len); $ciphertext.= $block; $pos = $len; } restore_error_handler(); return $ciphertext; } $ciphertext = mcrypt_generic($this->enmcrypt, $plaintext); if (!$this->continuousBuffer) { mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV)); } restore_error_handler(); return $ciphertext; } if ($this->engine === self::ENGINE_EVAL) { $inline = $this->inline_crypt; return $inline('encrypt', $plaintext); } $buffer = &$this->enbuffer; $block_size = $this->block_size; $ciphertext = ''; switch ($this->mode) { case self::MODE_ECB: for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $ciphertext.= $this->encryptBlock(substr($plaintext, $i, $block_size)); } break; case self::MODE_CBC: $xor = $this->encryptIV; for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $block = substr($plaintext, $i, $block_size); $block = $this->encryptBlock($block ^ $xor); $xor = $block; $ciphertext.= $block; } if ($this->continuousBuffer) { $this->encryptIV = $xor; } break; case self::MODE_CTR: $xor = $this->encryptIV; if (strlen($buffer['ciphertext'])) { for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $block = substr($plaintext, $i, $block_size); if (strlen($block) > strlen($buffer['ciphertext'])) { $buffer['ciphertext'].= $this->encryptBlock($xor); } Strings::increment_str($xor); $key = Strings::shift($buffer['ciphertext'], $block_size); $ciphertext.= $block ^ $key; } } else { for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $block = substr($plaintext, $i, $block_size); $key = $this->encryptBlock($xor); Strings::increment_str($xor); $ciphertext.= $block ^ $key; } } if ($this->continuousBuffer) { $this->encryptIV = $xor; if ($start = strlen($plaintext) % $block_size) { $buffer['ciphertext'] = substr($key, $start) . $buffer['ciphertext']; } } break; case self::MODE_CFB: // cfb loosely routines inspired by openssl's: // {@link http://cvs.openssl.org/fileview?f=openssl/crypto/modes/cfb128.c&v=1.3.2.2.2.1} if ($this->continuousBuffer) { $iv = &$this->encryptIV; $pos = &$buffer['pos']; } else { $iv = $this->encryptIV; $pos = 0; } $len = strlen($plaintext); $i = 0; if ($pos) { $orig_pos = $pos; $max = $block_size - $pos; if ($len >= $max) { $i = $max; $len-= $max; $pos = 0; } else { $i = $len; $pos+= $len; $len = 0; } // ie. $i = min($max, $len), $len-= $i, $pos+= $i, $pos%= $blocksize $ciphertext = substr($iv, $orig_pos) ^ $plaintext; $iv = substr_replace($iv, $ciphertext, $orig_pos, $i); } while ($len >= $block_size) { $iv = $this->encryptBlock($iv) ^ substr($plaintext, $i, $block_size); $ciphertext.= $iv; $len-= $block_size; $i+= $block_size; } if ($len) { $iv = $this->encryptBlock($iv); $block = $iv ^ substr($plaintext, $i); $iv = substr_replace($iv, $block, 0, $len); $ciphertext.= $block; $pos = $len; } break; case self::MODE_CFB8: $ciphertext = ''; $len = strlen($plaintext); $iv = $this->encryptIV; for ($i = 0; $i < $len; ++$i) { $ciphertext .= ($c = $plaintext[$i] ^ $this->encryptBlock($iv)); $iv = substr($iv, 1) . $c; } if ($this->continuousBuffer) { if ($len >= $block_size) { $this->encryptIV = substr($ciphertext, -$block_size); } else { $this->encryptIV = substr($this->encryptIV, $len - $block_size) . substr($ciphertext, -$len); } } break; case self::MODE_OFB: $xor = $this->encryptIV; if (strlen($buffer['xor'])) { for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $block = substr($plaintext, $i, $block_size); if (strlen($block) > strlen($buffer['xor'])) { $xor = $this->encryptBlock($xor); $buffer['xor'].= $xor; } $key = Strings::shift($buffer['xor'], $block_size); $ciphertext.= $block ^ $key; } } else { for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $xor = $this->encryptBlock($xor); $ciphertext.= substr($plaintext, $i, $block_size) ^ $xor; } $key = $xor; } if ($this->continuousBuffer) { $this->encryptIV = $xor; if ($start = strlen($plaintext) % $block_size) { $buffer['xor'] = substr($key, $start) . $buffer['xor']; } } break; case self::MODE_STREAM: $ciphertext = $this->encryptBlock($plaintext); break; } return $ciphertext; } /** * Decrypts a message. * * If strlen($ciphertext) is not a multiple of the block size, null bytes will be added to the end of the string until * it is. * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see self::encrypt() * @access public * @param string $ciphertext * @return string $plaintext * @throws \LengthException if we're inside a block cipher and the ciphertext length is not a multiple of the block size */ public function decrypt($ciphertext) { if ($this->paddable && strlen($ciphertext) % $this->block_size) { throw new \LengthException('The ciphertext length (' . strlen($ciphertext) . ') needs to be a multiple of the block size (' . $this->block_size . ')'); } $this->setup(); if ($this->mode == self::MODE_GCM || isset($this->poly1305Key)) { if ($this->oldtag === false) { throw new InsufficientSetupException('Authentication Tag has not been set'); } if (isset($this->poly1305Key)) { $newtag = $this->poly1305($ciphertext); } else { $oldIV = $this->iv; Strings::increment_str($this->iv); $cipher = new static('ctr'); $cipher->setKey($this->key); $cipher->setIV($this->iv); $plaintext = $cipher->decrypt($ciphertext); $s = $this->ghash( self::nullPad128($this->aad) . self::nullPad128($ciphertext) . self::len64($this->aad) . self::len64($ciphertext) ); $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV; $newtag = $cipher->encrypt($s); } if ($this->oldtag != substr($newtag, 0, strlen($newtag))) { $cipher = clone $this; unset($cipher->poly1305Key); $this->usePoly1305 = false; $plaintext = $cipher->decrypt($ciphertext); $this->oldtag = false; throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do not match'); } $this->oldtag = false; return $plaintext; } if ($this->engine === self::ENGINE_OPENSSL) { switch ($this->mode) { case self::MODE_STREAM: $plaintext = openssl_decrypt($ciphertext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); break; case self::MODE_ECB: $plaintext = openssl_decrypt($ciphertext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); break; case self::MODE_CBC: $offset = $this->block_size; $plaintext = openssl_decrypt($ciphertext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV); if ($this->continuousBuffer) { $this->decryptIV = substr($ciphertext, -$offset, $this->block_size); } break; case self::MODE_CTR: $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer); break; case self::MODE_CFB: // cfb loosely routines inspired by openssl's: // {@link http://cvs.openssl.org/fileview?f=openssl/crypto/modes/cfb128.c&v=1.3.2.2.2.1} $plaintext = ''; if ($this->continuousBuffer) { $iv = &$this->decryptIV; $pos = &$this->buffer['pos']; } else { $iv = $this->decryptIV; $pos = 0; } $len = strlen($ciphertext); $i = 0; if ($pos) { $orig_pos = $pos; $max = $this->block_size - $pos; if ($len >= $max) { $i = $max; $len-= $max; $pos = 0; } else { $i = $len; $pos+= $len; $len = 0; } // ie. $i = min($max, $len), $len-= $i, $pos+= $i, $pos%= $this->blocksize $plaintext = substr($iv, $orig_pos) ^ $ciphertext; $iv = substr_replace($iv, substr($ciphertext, 0, $i), $orig_pos, $i); $ciphertext = substr($ciphertext, $i); } $overflow = $len % $this->block_size; if ($overflow) { $plaintext.= openssl_decrypt(substr($ciphertext, 0, -$overflow), $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $iv); if ($len - $overflow) { $iv = substr($ciphertext, -$overflow - $this->block_size, -$overflow); } $iv = openssl_encrypt(str_repeat("\0", $this->block_size), $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $iv); $plaintext.= $iv ^ substr($ciphertext, -$overflow); $iv = substr_replace($iv, substr($ciphertext, -$overflow), 0, $overflow); $pos = $overflow; } elseif ($len) { $plaintext.= openssl_decrypt($ciphertext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $iv); $iv = substr($ciphertext, -$this->block_size); } break; case self::MODE_CFB8: $plaintext = openssl_decrypt($ciphertext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV); if ($this->continuousBuffer) { if (($len = strlen($ciphertext)) >= $this->block_size) { $this->decryptIV = substr($ciphertext, -$this->block_size); } else { $this->decryptIV = substr($this->decryptIV, $len - $this->block_size) . substr($ciphertext, -$len); } } break; case self::MODE_OFB: $plaintext = $this->openssl_ofb_process($ciphertext, $this->decryptIV, $this->debuffer); } return $this->paddable ? $this->unpad($plaintext) : $plaintext; } if ($this->engine === self::ENGINE_MCRYPT) { set_error_handler(function() {}); $block_size = $this->block_size; if ($this->dechanged) { mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV)); $this->dechanged = false; } if ($this->mode == self::MODE_CFB && $this->continuousBuffer) { $iv = &$this->decryptIV; $pos = &$this->debuffer['pos']; $len = strlen($ciphertext); $plaintext = ''; $i = 0; if ($pos) { $orig_pos = $pos; $max = $block_size - $pos; if ($len >= $max) { $i = $max; $len-= $max; $pos = 0; } else { $i = $len; $pos+= $len; $len = 0; } // ie. $i = min($max, $len), $len-= $i, $pos+= $i, $pos%= $blocksize $plaintext = substr($iv, $orig_pos) ^ $ciphertext; $iv = substr_replace($iv, substr($ciphertext, 0, $i), $orig_pos, $i); } if ($len >= $block_size) { $cb = substr($ciphertext, $i, $len - $len % $block_size); $plaintext.= mcrypt_generic($this->ecb, $iv . $cb) ^ $cb; $iv = substr($cb, -$block_size); $len%= $block_size; } if ($len) { $iv = mcrypt_generic($this->ecb, $iv); $plaintext.= $iv ^ substr($ciphertext, -$len); $iv = substr_replace($iv, substr($ciphertext, -$len), 0, $len); $pos = $len; } restore_error_handler(); return $plaintext; } $plaintext = mdecrypt_generic($this->demcrypt, $ciphertext); if (!$this->continuousBuffer) { mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV)); } restore_error_handler(); return $this->paddable ? $this->unpad($plaintext) : $plaintext; } if ($this->engine === self::ENGINE_EVAL) { $inline = $this->inline_crypt; return $inline('decrypt', $ciphertext); } $block_size = $this->block_size; $buffer = &$this->debuffer; $plaintext = ''; switch ($this->mode) { case self::MODE_ECB: for ($i = 0; $i < strlen($ciphertext); $i+=$block_size) { $plaintext.= $this->decryptBlock(substr($ciphertext, $i, $block_size)); } break; case self::MODE_CBC: $xor = $this->decryptIV; for ($i = 0; $i < strlen($ciphertext); $i+=$block_size) { $block = substr($ciphertext, $i, $block_size); $plaintext.= $this->decryptBlock($block) ^ $xor; $xor = $block; } if ($this->continuousBuffer) { $this->decryptIV = $xor; } break; case self::MODE_CTR: $xor = $this->decryptIV; if (strlen($buffer['ciphertext'])) { for ($i = 0; $i < strlen($ciphertext); $i+=$block_size) { $block = substr($ciphertext, $i, $block_size); if (strlen($block) > strlen($buffer['ciphertext'])) { $buffer['ciphertext'].= $this->encryptBlock($xor); } Strings::increment_str($xor); $key = Strings::shift($buffer['ciphertext'], $block_size); $plaintext.= $block ^ $key; } } else { for ($i = 0; $i < strlen($ciphertext); $i+=$block_size) { $block = substr($ciphertext, $i, $block_size); $key = $this->encryptBlock($xor); Strings::increment_str($xor); $plaintext.= $block ^ $key; } } if ($this->continuousBuffer) { $this->decryptIV = $xor; if ($start = strlen($ciphertext) % $block_size) { $buffer['ciphertext'] = substr($key, $start) . $buffer['ciphertext']; } } break; case self::MODE_CFB: if ($this->continuousBuffer) { $iv = &$this->decryptIV; $pos = &$buffer['pos']; } else { $iv = $this->decryptIV; $pos = 0; } $len = strlen($ciphertext); $i = 0; if ($pos) { $orig_pos = $pos; $max = $block_size - $pos; if ($len >= $max) { $i = $max; $len-= $max; $pos = 0; } else { $i = $len; $pos+= $len; $len = 0; } // ie. $i = min($max, $len), $len-= $i, $pos+= $i, $pos%= $blocksize $plaintext = substr($iv, $orig_pos) ^ $ciphertext; $iv = substr_replace($iv, substr($ciphertext, 0, $i), $orig_pos, $i); } while ($len >= $block_size) { $iv = $this->encryptBlock($iv); $cb = substr($ciphertext, $i, $block_size); $plaintext.= $iv ^ $cb; $iv = $cb; $len-= $block_size; $i+= $block_size; } if ($len) { $iv = $this->encryptBlock($iv); $plaintext.= $iv ^ substr($ciphertext, $i); $iv = substr_replace($iv, substr($ciphertext, $i), 0, $len); $pos = $len; } break; case self::MODE_CFB8: $plaintext = ''; $len = strlen($ciphertext); $iv = $this->decryptIV; for ($i = 0; $i < $len; ++$i) { $plaintext .= $ciphertext[$i] ^ $this->encryptBlock($iv); $iv = substr($iv, 1) . $ciphertext[$i]; } if ($this->continuousBuffer) { if ($len >= $block_size) { $this->decryptIV = substr($ciphertext, -$block_size); } else { $this->decryptIV = substr($this->decryptIV, $len - $block_size) . substr($ciphertext, -$len); } } break; case self::MODE_OFB: $xor = $this->decryptIV; if (strlen($buffer['xor'])) { for ($i = 0; $i < strlen($ciphertext); $i+=$block_size) { $block = substr($ciphertext, $i, $block_size); if (strlen($block) > strlen($buffer['xor'])) { $xor = $this->encryptBlock($xor); $buffer['xor'].= $xor; } $key = Strings::shift($buffer['xor'], $block_size); $plaintext.= $block ^ $key; } } else { for ($i = 0; $i < strlen($ciphertext); $i+=$block_size) { $xor = $this->encryptBlock($xor); $plaintext.= substr($ciphertext, $i, $block_size) ^ $xor; } $key = $xor; } if ($this->continuousBuffer) { $this->decryptIV = $xor; if ($start = strlen($ciphertext) % $block_size) { $buffer['xor'] = substr($key, $start) . $buffer['xor']; } } break; case self::MODE_STREAM: $plaintext = $this->decryptBlock($ciphertext); break; } return $this->paddable ? $this->unpad($plaintext) : $plaintext; } /** * Get the authentication tag * * Only used in GCM or Poly1305 mode * * @see self::encrypt() * @param int $length optional * @return string * @access public * @throws \LengthException if $length isn't of a sufficient length * @throws \RuntimeException if GCM mode isn't being used */ public function getTag($length = 16) { if ($this->mode != self::MODE_GCM && !$this->usePoly1305) { throw new \BadMethodCallException('Authentication tags are only utilized in GCM mode or with Poly1305'); } if ($this->newtag === false) { throw new \BadMethodCallException('A tag can only be returned after a round of encryption has been performed'); } // the tag is 128-bits. it can't be greater than 16 bytes because that's bigger than the tag is. if it // were 0 you might as well be doing CTR and less than 4 provides minimal security that could be trivially // easily brute forced. // see https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf#page=36 // for more info if ($length < 4 || $length > 16) { throw new \LengthException('The authentication tag must be between 4 and 16 bytes long'); } return $length == 16 ? $this->newtag : substr($this->newtag, 0, $length); } /** * Sets the authentication tag * * Only used in GCM mode * * @see self::decrypt() * @param string $tag * @access public * @throws \LengthException if $length isn't of a sufficient length * @throws \RuntimeException if GCM mode isn't being used */ public function setTag($tag) { if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key')) { $this->createPoly1305Key(); } if ($this->mode != self::MODE_GCM && !$this->usePoly1305) { throw new \BadMethodCallException('Authentication tags are only utilized in GCM mode or with Poly1305'); } $length = strlen($tag); if ($length < 4 || $length > 16) { throw new \LengthException('The authentication tag must be between 4 and 16 bytes long'); } $this->oldtag = $tag; } /** * Get the IV * * mcrypt requires an IV even if ECB is used * * @see self::encrypt() * @see self::decrypt() * @param string $iv * @return string * @access private */ protected function getIV($iv) { return $this->mode == self::MODE_ECB ? str_repeat("\0", $this->block_size) : $iv; } /** * OpenSSL CTR Processor * * PHP's OpenSSL bindings do not operate in continuous mode so we'll wrap around it. Since the keystream * for CTR is the same for both encrypting and decrypting this function is re-used by both SymmetricKey::encrypt() * and SymmetricKey::decrypt(). Also, OpenSSL doesn't implement CTR for all of it's symmetric ciphers so this * function will emulate CTR with ECB when necessary. * * @see self::encrypt() * @see self::decrypt() * @param string $plaintext * @param string $encryptIV * @param array $buffer * @return string * @access private */ private function openssl_ctr_process($plaintext, &$encryptIV, &$buffer) { $ciphertext = ''; $block_size = $this->block_size; $key = $this->key; if ($this->openssl_emulate_ctr) { $xor = $encryptIV; if (strlen($buffer['ciphertext'])) { for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $block = substr($plaintext, $i, $block_size); if (strlen($block) > strlen($buffer['ciphertext'])) { $buffer['ciphertext'].= openssl_encrypt($xor, static::$cipher_name_openssl_ecb, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); } Strings::increment_str($xor); $otp = Strings::shift($buffer['ciphertext'], $block_size); $ciphertext.= $block ^ $otp; } } else { for ($i = 0; $i < strlen($plaintext); $i+=$block_size) { $block = substr($plaintext, $i, $block_size); $otp = openssl_encrypt($xor, static::$cipher_name_openssl_ecb, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); Strings::increment_str($xor); $ciphertext.= $block ^ $otp; } } if ($this->continuousBuffer) { $encryptIV = $xor; if ($start = strlen($plaintext) % $block_size) { $buffer['ciphertext'] = substr($key, $start) . $buffer['ciphertext']; } } return $ciphertext; } if (strlen($buffer['ciphertext'])) { $ciphertext = $plaintext ^ Strings::shift($buffer['ciphertext'], strlen($plaintext)); $plaintext = substr($plaintext, strlen($ciphertext)); if (!strlen($plaintext)) { return $ciphertext; } } $overflow = strlen($plaintext) % $block_size; if ($overflow) { $plaintext2 = Strings::pop($plaintext, $overflow); // ie. trim $plaintext to a multiple of $block_size and put rest of $plaintext in $plaintext2 $encrypted = openssl_encrypt($plaintext . str_repeat("\0", $block_size), $this->cipher_name_openssl, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $encryptIV); $temp = Strings::pop($encrypted, $block_size); $ciphertext.= $encrypted . ($plaintext2 ^ $temp); if ($this->continuousBuffer) { $buffer['ciphertext'] = substr($temp, $overflow); $encryptIV = $temp; } } elseif (!strlen($buffer['ciphertext'])) { $ciphertext.= openssl_encrypt($plaintext . str_repeat("\0", $block_size), $this->cipher_name_openssl, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $encryptIV); $temp = Strings::pop($ciphertext, $block_size); if ($this->continuousBuffer) { $encryptIV = $temp; } } if ($this->continuousBuffer) { $encryptIV = openssl_decrypt($encryptIV, static::$cipher_name_openssl_ecb, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING); if ($overflow) { Strings::increment_str($encryptIV); } } return $ciphertext; } /** * OpenSSL OFB Processor * * PHP's OpenSSL bindings do not operate in continuous mode so we'll wrap around it. Since the keystream * for OFB is the same for both encrypting and decrypting this function is re-used by both SymmetricKey::encrypt() * and SymmetricKey::decrypt(). * * @see self::encrypt() * @see self::decrypt() * @param string $plaintext * @param string $encryptIV * @param array $buffer * @return string * @access private */ private function openssl_ofb_process($plaintext, &$encryptIV, &$buffer) { if (strlen($buffer['xor'])) { $ciphertext = $plaintext ^ $buffer['xor']; $buffer['xor'] = substr($buffer['xor'], strlen($ciphertext)); $plaintext = substr($plaintext, strlen($ciphertext)); } else { $ciphertext = ''; } $block_size = $this->block_size; $len = strlen($plaintext); $key = $this->key; $overflow = $len % $block_size; if (strlen($plaintext)) { if ($overflow) { $ciphertext.= openssl_encrypt(substr($plaintext, 0, -$overflow) . str_repeat("\0", $block_size), $this->cipher_name_openssl, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $encryptIV); $xor = Strings::pop($ciphertext, $block_size); if ($this->continuousBuffer) { $encryptIV = $xor; } $ciphertext.= Strings::shift($xor, $overflow) ^ substr($plaintext, -$overflow); if ($this->continuousBuffer) { $buffer['xor'] = $xor; } } else { $ciphertext = openssl_encrypt($plaintext, $this->cipher_name_openssl, $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $encryptIV); if ($this->continuousBuffer) { $encryptIV = substr($ciphertext, -$block_size) ^ substr($plaintext, -$block_size); } } } return $ciphertext; } /** * phpseclib <-> OpenSSL Mode Mapper * * May need to be overwritten by classes extending this one in some cases * * @return string * @access private */ protected function openssl_translate_mode() { switch ($this->mode) { case self::MODE_ECB: return 'ecb'; case self::MODE_CBC: return 'cbc'; case self::MODE_CTR: case self::MODE_GCM: return 'ctr'; case self::MODE_CFB: return 'cfb'; case self::MODE_CFB8: return 'cfb8'; case self::MODE_OFB: return 'ofb'; } } /** * Pad "packets". * * Block ciphers working by encrypting between their specified [$this->]block_size at a time * If you ever need to encrypt or decrypt something that isn't of the proper length, it becomes necessary to * pad the input so that it is of the proper length. * * Padding is enabled by default. Sometimes, however, it is undesirable to pad strings. Such is the case in SSH, * where "packets" are padded with random bytes before being encrypted. Unpad these packets and you risk stripping * away characters that shouldn't be stripped away. (SSH knows how many bytes are added because the length is * transmitted separately) * * @see self::disablePadding() * @access public */ public function enablePadding() { $this->padding = true; } /** * Do not pad packets. * * @see self::enablePadding() * @access public */ public function disablePadding() { $this->padding = false; } /** * Treat consecutive "packets" as if they are a continuous buffer. * * Say you have a 32-byte plaintext $plaintext. Using the default behavior, the two following code snippets * will yield different outputs: * * * echo $rijndael->encrypt(substr($plaintext, 0, 16)); * echo $rijndael->encrypt(substr($plaintext, 16, 16)); * * * echo $rijndael->encrypt($plaintext); * * * The solution is to enable the continuous buffer. Although this will resolve the above discrepancy, it creates * another, as demonstrated with the following: * * * $rijndael->encrypt(substr($plaintext, 0, 16)); * echo $rijndael->decrypt($rijndael->encrypt(substr($plaintext, 16, 16))); * * * echo $rijndael->decrypt($rijndael->encrypt(substr($plaintext, 16, 16))); * * * With the continuous buffer disabled, these would yield the same output. With it enabled, they yield different * outputs. The reason is due to the fact that the initialization vector's change after every encryption / * decryption round when the continuous buffer is enabled. When it's disabled, they remain constant. * * Put another way, when the continuous buffer is enabled, the state of the \phpseclib3\Crypt\*() object changes after each * encryption / decryption round, whereas otherwise, it'd remain constant. For this reason, it's recommended that * continuous buffers not be used. They do offer better security and are, in fact, sometimes required (SSH uses them), * however, they are also less intuitive and more likely to cause you problems. * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see self::disableContinuousBuffer() * @access public */ public function enableContinuousBuffer() { if ($this->mode == self::MODE_ECB) { return; } if ($this->mode == self::MODE_GCM) { throw new \BadMethodCallException('This mode does not run in continuous mode'); } $this->continuousBuffer = true; $this->setEngine(); } /** * Treat consecutive packets as if they are a discontinuous buffer. * * The default behavior. * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see self::enableContinuousBuffer() * @access public */ public function disableContinuousBuffer() { if ($this->mode == self::MODE_ECB) { return; } if (!$this->continuousBuffer) { return; } $this->continuousBuffer = false; $this->setEngine(); } /** * Test for engine validity * * @see self::__construct() * @param int $engine * @access private * @return bool */ protected function isValidEngineHelper($engine) { switch ($engine) { case self::ENGINE_OPENSSL: $this->openssl_emulate_ctr = false; $result = $this->cipher_name_openssl && extension_loaded('openssl'); if (!$result) { return false; } $methods = openssl_get_cipher_methods(); if (in_array($this->cipher_name_openssl, $methods)) { return true; } // not all of openssl's symmetric cipher's support ctr. for those // that don't we'll emulate it switch ($this->mode) { case self::MODE_CTR: if (in_array(static::$cipher_name_openssl_ecb, $methods)) { $this->openssl_emulate_ctr = true; return true; } } return false; case self::ENGINE_MCRYPT: set_error_handler(function() {}); $result = $this->cipher_name_mcrypt && extension_loaded('mcrypt') && in_array($this->cipher_name_mcrypt, mcrypt_list_algorithms()); restore_error_handler(); return $result; case self::ENGINE_EVAL: return method_exists($this, 'setupInlineCrypt'); case self::ENGINE_INTERNAL: return true; } return false; } /** * Test for engine validity * * @see self::__construct() * @param string $engine * @access public * @return bool */ public function isValidEngine($engine) { static $reverseMap; if (!isset($reverseMap)) { $reverseMap = array_map('strtolower', self::ENGINE_MAP); $reverseMap = array_flip($reverseMap); } $engine = strtolower($engine); if (!isset($reverseMap[$engine])) { return false; } return $this->isValidEngineHelper($reverseMap[$engine]); } /** * Sets the preferred crypt engine * * Currently, $engine could be: * * - libsodium[very fast] * * - OpenSSL [very fast] * * - mcrypt [fast] * * - Eval [slow] * * - PHP [slowest] * * If the preferred crypt engine is not available the fastest available one will be used * * @see self::__construct() * @param string $engine * @access public */ public function setPreferredEngine($engine) { static $reverseMap; if (!isset($reverseMap)) { $reverseMap = array_map('strtolower', self::ENGINE_MAP); $reverseMap = array_flip($reverseMap); } $engine = strtolower($engine); $this->preferredEngine = isset($reverseMap[$engine]) ? $reverseMap[$engine] : self::ENGINE_LIBSODIUM; $this->setEngine(); } /** * Returns the engine currently being utilized * * @see self::setEngine() * @access public */ public function getEngine() { return self::ENGINE_MAP[$this->engine]; } /** * Sets the engine as appropriate * * @see self::__construct() * @access private */ protected function setEngine() { $this->engine = null; $candidateEngines = [ self::ENGINE_LIBSODIUM, self::ENGINE_OPENSSL_GCM, self::ENGINE_OPENSSL, self::ENGINE_MCRYPT, self::ENGINE_EVAL ]; if (isset($this->preferredEngine)) { $temp = [$this->preferredEngine]; $candidateEngines = array_merge( $temp, array_diff($candidateEngines, $temp) ); } foreach ($candidateEngines as $engine) { if ($this->isValidEngineHelper($engine)) { $this->engine = $engine; break; } } if (!$this->engine) { $this->engine = self::ENGINE_INTERNAL; } if ($this->engine != self::ENGINE_MCRYPT && $this->enmcrypt) { set_error_handler(function() {}); // Closing the current mcrypt resource(s). _mcryptSetup() will, if needed, // (re)open them with the module named in $this->cipher_name_mcrypt mcrypt_module_close($this->enmcrypt); mcrypt_module_close($this->demcrypt); $this->enmcrypt = null; $this->demcrypt = null; if ($this->ecb) { mcrypt_module_close($this->ecb); $this->ecb = null; } restore_error_handler(); } $this->changed = $this->nonIVChanged = true; } /** * Encrypts a block * * Note: Must be extended by the child \phpseclib3\Crypt\* class * * @access private * @param string $in * @return string */ abstract protected function encryptBlock($in); /** * Decrypts a block * * Note: Must be extended by the child \phpseclib3\Crypt\* class * * @access private * @param string $in * @return string */ abstract protected function decryptBlock($in); /** * Setup the key (expansion) * * Only used if $engine == self::ENGINE_INTERNAL * * Note: Must extend by the child \phpseclib3\Crypt\* class * * @see self::setup() * @access private */ abstract protected function setupKey(); /** * Setup the self::ENGINE_INTERNAL $engine * * (re)init, if necessary, the internal cipher $engine and flush all $buffers * Used (only) if $engine == self::ENGINE_INTERNAL * * _setup() will be called each time if $changed === true * typically this happens when using one or more of following public methods: * * - setKey() * * - setIV() * * - disableContinuousBuffer() * * - First run of encrypt() / decrypt() with no init-settings * * {@internal setup() is always called before en/decryption.} * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see self::setKey() * @see self::setIV() * @see self::disableContinuousBuffer() * @access private */ protected function setup() { if (!$this->changed) { return; } $this->changed = false; if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key')) { $this->createPoly1305Key(); } $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'xor' => '', 'pos' => 0, 'enmcrypt_init' => true]; //$this->newtag = $this->oldtag = false; if ($this->usesNonce()) { if ($this->nonce === false) { throw new InsufficientSetupException('No nonce has been defined'); } if ($this->mode == self::MODE_GCM && !in_array($this->engine, [self::ENGINE_LIBSODIUM, self::ENGINE_OPENSSL_GCM])) { $this->setupGCM(); } } else { $this->iv = $this->origIV; } if ($this->iv === false && !in_array($this->mode, [self::MODE_STREAM, self::MODE_ECB])) { if ($this->mode != self::MODE_GCM || !in_array($this->engine, [self::ENGINE_LIBSODIUM, self::ENGINE_OPENSSL_GCM])) { throw new InsufficientSetupException('No IV has been defined'); } } if ($this->key === false) { throw new InsufficientSetupException('No key has been defined'); } $this->encryptIV = $this->decryptIV = $this->iv; switch ($this->engine) { case self::ENGINE_MCRYPT: $this->enchanged = $this->dechanged = true; set_error_handler(function() {}); if (!isset($this->enmcrypt)) { static $mcrypt_modes = [ self::MODE_CTR => 'ctr', self::MODE_ECB => MCRYPT_MODE_ECB, self::MODE_CBC => MCRYPT_MODE_CBC, self::MODE_CFB => 'ncfb', self::MODE_CFB8 => MCRYPT_MODE_CFB, self::MODE_OFB => MCRYPT_MODE_NOFB, self::MODE_STREAM => MCRYPT_MODE_STREAM, ]; $this->demcrypt = mcrypt_module_open($this->cipher_name_mcrypt, '', $mcrypt_modes[$this->mode], ''); $this->enmcrypt = mcrypt_module_open($this->cipher_name_mcrypt, '', $mcrypt_modes[$this->mode], ''); // we need the $ecb mcrypt resource (only) in MODE_CFB with enableContinuousBuffer() // to workaround mcrypt's broken ncfb implementation in buffered mode // see: {@link http://phpseclib.sourceforge.net/cfb-demo.phps} if ($this->mode == self::MODE_CFB) { $this->ecb = mcrypt_module_open($this->cipher_name_mcrypt, '', MCRYPT_MODE_ECB, ''); } } // else should mcrypt_generic_deinit be called? if ($this->mode == self::MODE_CFB) { mcrypt_generic_init($this->ecb, $this->key, str_repeat("\0", $this->block_size)); } restore_error_handler(); break; case self::ENGINE_INTERNAL: $this->setupKey(); break; case self::ENGINE_EVAL: if ($this->nonIVChanged) { $this->setupKey(); $this->setupInlineCrypt(); } } $this->nonIVChanged = false; } /** * Pads a string * * Pads a string using the RSA PKCS padding standards so that its length is a multiple of the blocksize. * $this->block_size - (strlen($text) % $this->block_size) bytes are added, each of which is equal to * chr($this->block_size - (strlen($text) % $this->block_size) * * If padding is disabled and $text is not a multiple of the blocksize, the string will be padded regardless * and padding will, hence forth, be enabled. * * @see self::unpad() * @param string $text * @throws \LengthException if padding is disabled and the plaintext's length is not a multiple of the block size * @access private * @return string */ protected function pad($text) { $length = strlen($text); if (!$this->padding) { if ($length % $this->block_size == 0) { return $text; } else { throw new \LengthException("The plaintext's length ($length) is not a multiple of the block size ({$this->block_size}). Try enabling padding."); } } $pad = $this->block_size - ($length % $this->block_size); return str_pad($text, $length + $pad, chr($pad)); } /** * Unpads a string. * * If padding is enabled and the reported padding length is invalid the encryption key will be assumed to be wrong * and false will be returned. * * @see self::pad() * @param string $text * @throws \LengthException if the ciphertext's length is not a multiple of the block size * @access private * @return string */ protected function unpad($text) { if (!$this->padding) { return $text; } $length = ord($text[strlen($text) - 1]); if (!$length || $length > $this->block_size) { throw new BadDecryptionException("The ciphertext has an invalid padding length ($length) compared to the block size ({$this->block_size})"); } return substr($text, 0, -$length); } /** * Setup the performance-optimized function for de/encrypt() * * Stores the created (or existing) callback function-name * in $this->inline_crypt * * Internally for phpseclib developers: * * _setupInlineCrypt() would be called only if: * * - $this->engine === self::ENGINE_EVAL * * - each time on _setup(), after(!) _setupKey() * * * This ensures that _setupInlineCrypt() has always a * full ready2go initializated internal cipher $engine state * where, for example, the keys already expanded, * keys/block_size calculated and such. * * It is, each time if called, the responsibility of _setupInlineCrypt(): * * - to set $this->inline_crypt to a valid and fully working callback function * as a (faster) replacement for encrypt() / decrypt() * * - NOT to create unlimited callback functions (for memory reasons!) * no matter how often _setupInlineCrypt() would be called. At some * point of amount they must be generic re-useable. * * - the code of _setupInlineCrypt() it self, * and the generated callback code, * must be, in following order: * - 100% safe * - 100% compatible to encrypt()/decrypt() * - using only php5+ features/lang-constructs/php-extensions if * compatibility (down to php4) or fallback is provided * - readable/maintainable/understandable/commented and... not-cryptic-styled-code :-) * - >= 10% faster than encrypt()/decrypt() [which is, by the way, * the reason for the existence of _setupInlineCrypt() :-)] * - memory-nice * - short (as good as possible) * * Note: - _setupInlineCrypt() is using _createInlineCryptFunction() to create the full callback function code. * - In case of using inline crypting, _setupInlineCrypt() must extend by the child \phpseclib3\Crypt\* class. * - The following variable names are reserved: * - $_* (all variable names prefixed with an underscore) * - $self (object reference to it self. Do not use $this, but $self instead) * - $in (the content of $in has to en/decrypt by the generated code) * - The callback function should not use the 'return' statement, but en/decrypt'ing the content of $in only * * {@internal If a Crypt_* class providing inline crypting it must extend _setupInlineCrypt()} * * @see self::setup() * @see self::createInlineCryptFunction() * @see self::encrypt() * @see self::decrypt() * @access private */ //protected function setupInlineCrypt(); /** * Creates the performance-optimized function for en/decrypt() * * Internally for phpseclib developers: * * _createInlineCryptFunction(): * * - merge the $cipher_code [setup'ed by _setupInlineCrypt()] * with the current [$this->]mode of operation code * * - create the $inline function, which called by encrypt() / decrypt() * as its replacement to speed up the en/decryption operations. * * - return the name of the created $inline callback function * * - used to speed up en/decryption * * * * The main reason why can speed up things [up to 50%] this way are: * * - using variables more effective then regular. * (ie no use of expensive arrays but integers $k_0, $k_1 ... * or even, for example, the pure $key[] values hardcoded) * * - avoiding 1000's of function calls of ie _encryptBlock() * but inlining the crypt operations. * in the mode of operation for() loop. * * - full loop unroll the (sometimes key-dependent) rounds * avoiding this way ++$i counters and runtime-if's etc... * * The basic code architectur of the generated $inline en/decrypt() * lambda function, in pseudo php, is: * * * +----------------------------------------------------------------------------------------------+ * | callback $inline = create_function: | * | lambda_function_0001_crypt_ECB($action, $text) | * | { | * | INSERT PHP CODE OF: | * | $cipher_code['init_crypt']; // general init code. | * | // ie: $sbox'es declarations used for | * | // encrypt and decrypt'ing. | * | | * | switch ($action) { | * | case 'encrypt': | * | INSERT PHP CODE OF: | * | $cipher_code['init_encrypt']; // encrypt sepcific init code. | * | ie: specified $key or $box | * | declarations for encrypt'ing. | * | | * | foreach ($ciphertext) { | * | $in = $block_size of $ciphertext; | * | | * | INSERT PHP CODE OF: | * | $cipher_code['encrypt_block']; // encrypt's (string) $in, which is always: | * | // strlen($in) == $this->block_size | * | // here comes the cipher algorithm in action | * | // for encryption. | * | // $cipher_code['encrypt_block'] has to | * | // encrypt the content of the $in variable | * | | * | $plaintext .= $in; | * | } | * | return $plaintext; | * | | * | case 'decrypt': | * | INSERT PHP CODE OF: | * | $cipher_code['init_decrypt']; // decrypt sepcific init code | * | ie: specified $key or $box | * | declarations for decrypt'ing. | * | foreach ($plaintext) { | * | $in = $block_size of $plaintext; | * | | * | INSERT PHP CODE OF: | * | $cipher_code['decrypt_block']; // decrypt's (string) $in, which is always | * | // strlen($in) == $this->block_size | * | // here comes the cipher algorithm in action | * | // for decryption. | * | // $cipher_code['decrypt_block'] has to | * | // decrypt the content of the $in variable | * | $ciphertext .= $in; | * | } | * | return $ciphertext; | * | } | * | } | * +----------------------------------------------------------------------------------------------+ * * * See also the \phpseclib3\Crypt\*::_setupInlineCrypt()'s for * productive inline $cipher_code's how they works. * * Structure of: * * $cipher_code = [ * 'init_crypt' => (string) '', // optional * 'init_encrypt' => (string) '', // optional * 'init_decrypt' => (string) '', // optional * 'encrypt_block' => (string) '', // required * 'decrypt_block' => (string) '' // required * ]; * * * @see self::setupInlineCrypt() * @see self::encrypt() * @see self::decrypt() * @param array $cipher_code * @access private * @return string (the name of the created callback function) */ protected function createInlineCryptFunction($cipher_code) { $block_size = $this->block_size; // optional $init_crypt = isset($cipher_code['init_crypt']) ? $cipher_code['init_crypt'] : ''; $init_encrypt = isset($cipher_code['init_encrypt']) ? $cipher_code['init_encrypt'] : ''; $init_decrypt = isset($cipher_code['init_decrypt']) ? $cipher_code['init_decrypt'] : ''; // required $encrypt_block = $cipher_code['encrypt_block']; $decrypt_block = $cipher_code['decrypt_block']; // Generating mode of operation inline code, // merged with the $cipher_code algorithm // for encrypt- and decryption. switch ($this->mode) { case self::MODE_ECB: $encrypt = $init_encrypt . ' $_ciphertext = ""; $_plaintext_len = strlen($_text); for ($_i = 0; $_i < $_plaintext_len; $_i+= '.$block_size.') { $in = substr($_text, $_i, '.$block_size.'); '.$encrypt_block.' $_ciphertext.= $in; } return $_ciphertext; '; $decrypt = $init_decrypt . ' $_plaintext = ""; $_text = str_pad($_text, strlen($_text) + ('.$block_size.' - strlen($_text) % '.$block_size.') % '.$block_size.', chr(0)); $_ciphertext_len = strlen($_text); for ($_i = 0; $_i < $_ciphertext_len; $_i+= '.$block_size.') { $in = substr($_text, $_i, '.$block_size.'); '.$decrypt_block.' $_plaintext.= $in; } return $this->unpad($_plaintext); '; break; case self::MODE_CTR: $encrypt = $init_encrypt . ' $_ciphertext = ""; $_plaintext_len = strlen($_text); $_xor = $this->encryptIV; $_buffer = &$this->enbuffer; if (strlen($_buffer["ciphertext"])) { for ($_i = 0; $_i < $_plaintext_len; $_i+= '.$block_size.') { $_block = substr($_text, $_i, '.$block_size.'); if (strlen($_block) > strlen($_buffer["ciphertext"])) { $in = $_xor; '.$encrypt_block.' \phpseclib3\Common\Functions\Strings::increment_str($_xor); $_buffer["ciphertext"].= $in; } $_key = \phpseclib3\Common\Functions\Strings::shift($_buffer["ciphertext"], '.$block_size.'); $_ciphertext.= $_block ^ $_key; } } else { for ($_i = 0; $_i < $_plaintext_len; $_i+= '.$block_size.') { $_block = substr($_text, $_i, '.$block_size.'); $in = $_xor; '.$encrypt_block.' \phpseclib3\Common\Functions\Strings::increment_str($_xor); $_key = $in; $_ciphertext.= $_block ^ $_key; } } if ($this->continuousBuffer) { $this->encryptIV = $_xor; if ($_start = $_plaintext_len % '.$block_size.') { $_buffer["ciphertext"] = substr($_key, $_start) . $_buffer["ciphertext"]; } } return $_ciphertext; '; $decrypt = $init_encrypt . ' $_plaintext = ""; $_ciphertext_len = strlen($_text); $_xor = $this->decryptIV; $_buffer = &$this->debuffer; if (strlen($_buffer["ciphertext"])) { for ($_i = 0; $_i < $_ciphertext_len; $_i+= '.$block_size.') { $_block = substr($_text, $_i, '.$block_size.'); if (strlen($_block) > strlen($_buffer["ciphertext"])) { $in = $_xor; '.$encrypt_block.' \phpseclib3\Common\Functions\Strings::increment_str($_xor); $_buffer["ciphertext"].= $in; } $_key = \phpseclib3\Common\Functions\Strings::shift($_buffer["ciphertext"], '.$block_size.'); $_plaintext.= $_block ^ $_key; } } else { for ($_i = 0; $_i < $_ciphertext_len; $_i+= '.$block_size.') { $_block = substr($_text, $_i, '.$block_size.'); $in = $_xor; '.$encrypt_block.' \phpseclib3\Common\Functions\Strings::increment_str($_xor); $_key = $in; $_plaintext.= $_block ^ $_key; } } if ($this->continuousBuffer) { $this->decryptIV = $_xor; if ($_start = $_ciphertext_len % '.$block_size.') { $_buffer["ciphertext"] = substr($_key, $_start) . $_buffer["ciphertext"]; } } return $_plaintext; '; break; case self::MODE_CFB: $encrypt = $init_encrypt . ' $_ciphertext = ""; $_buffer = &$this->enbuffer; if ($this->continuousBuffer) { $_iv = &$this->encryptIV; $_pos = &$_buffer["pos"]; } else { $_iv = $this->encryptIV; $_pos = 0; } $_len = strlen($_text); $_i = 0; if ($_pos) { $_orig_pos = $_pos; $_max = '.$block_size.' - $_pos; if ($_len >= $_max) { $_i = $_max; $_len-= $_max; $_pos = 0; } else { $_i = $_len; $_pos+= $_len; $_len = 0; } $_ciphertext = substr($_iv, $_orig_pos) ^ $_text; $_iv = substr_replace($_iv, $_ciphertext, $_orig_pos, $_i); } while ($_len >= '.$block_size.') { $in = $_iv; '.$encrypt_block.'; $_iv = $in ^ substr($_text, $_i, '.$block_size.'); $_ciphertext.= $_iv; $_len-= '.$block_size.'; $_i+= '.$block_size.'; } if ($_len) { $in = $_iv; '.$encrypt_block.' $_iv = $in; $_block = $_iv ^ substr($_text, $_i); $_iv = substr_replace($_iv, $_block, 0, $_len); $_ciphertext.= $_block; $_pos = $_len; } return $_ciphertext; '; $decrypt = $init_encrypt . ' $_plaintext = ""; $_buffer = &$this->debuffer; if ($this->continuousBuffer) { $_iv = &$this->decryptIV; $_pos = &$_buffer["pos"]; } else { $_iv = $this->decryptIV; $_pos = 0; } $_len = strlen($_text); $_i = 0; if ($_pos) { $_orig_pos = $_pos; $_max = '.$block_size.' - $_pos; if ($_len >= $_max) { $_i = $_max; $_len-= $_max; $_pos = 0; } else { $_i = $_len; $_pos+= $_len; $_len = 0; } $_plaintext = substr($_iv, $_orig_pos) ^ $_text; $_iv = substr_replace($_iv, substr($_text, 0, $_i), $_orig_pos, $_i); } while ($_len >= '.$block_size.') { $in = $_iv; '.$encrypt_block.' $_iv = $in; $cb = substr($_text, $_i, '.$block_size.'); $_plaintext.= $_iv ^ $cb; $_iv = $cb; $_len-= '.$block_size.'; $_i+= '.$block_size.'; } if ($_len) { $in = $_iv; '.$encrypt_block.' $_iv = $in; $_plaintext.= $_iv ^ substr($_text, $_i); $_iv = substr_replace($_iv, substr($_text, $_i), 0, $_len); $_pos = $_len; } return $_plaintext; '; break; case self::MODE_CFB8: $encrypt = $init_encrypt . ' $_ciphertext = ""; $_len = strlen($_text); $_iv = $this->encryptIV; for ($_i = 0; $_i < $_len; ++$_i) { $in = $_iv; '.$encrypt_block.' $_ciphertext .= ($_c = $_text[$_i] ^ $in); $_iv = substr($_iv, 1) . $_c; } if ($this->continuousBuffer) { if ($_len >= '.$block_size.') { $this->encryptIV = substr($_ciphertext, -'.$block_size.'); } else { $this->encryptIV = substr($this->encryptIV, $_len - '.$block_size.') . substr($_ciphertext, -$_len); } } return $_ciphertext; '; $decrypt = $init_encrypt . ' $_plaintext = ""; $_len = strlen($_text); $_iv = $this->decryptIV; for ($_i = 0; $_i < $_len; ++$_i) { $in = $_iv; '.$encrypt_block.' $_plaintext .= $_text[$_i] ^ $in; $_iv = substr($_iv, 1) . $_text[$_i]; } if ($this->continuousBuffer) { if ($_len >= '.$block_size.') { $this->decryptIV = substr($_text, -'.$block_size.'); } else { $this->decryptIV = substr($this->decryptIV, $_len - '.$block_size.') . substr($_text, -$_len); } } return $_plaintext; '; break; case self::MODE_OFB: $encrypt = $init_encrypt . ' $_ciphertext = ""; $_plaintext_len = strlen($_text); $_xor = $this->encryptIV; $_buffer = &$this->enbuffer; if (strlen($_buffer["xor"])) { for ($_i = 0; $_i < $_plaintext_len; $_i+= '.$block_size.') { $_block = substr($_text, $_i, '.$block_size.'); if (strlen($_block) > strlen($_buffer["xor"])) { $in = $_xor; '.$encrypt_block.' $_xor = $in; $_buffer["xor"].= $_xor; } $_key = \phpseclib3\Common\Functions\Strings::shift($_buffer["xor"], '.$block_size.'); $_ciphertext.= $_block ^ $_key; } } else { for ($_i = 0; $_i < $_plaintext_len; $_i+= '.$block_size.') { $in = $_xor; '.$encrypt_block.' $_xor = $in; $_ciphertext.= substr($_text, $_i, '.$block_size.') ^ $_xor; } $_key = $_xor; } if ($this->continuousBuffer) { $this->encryptIV = $_xor; if ($_start = $_plaintext_len % '.$block_size.') { $_buffer["xor"] = substr($_key, $_start) . $_buffer["xor"]; } } return $_ciphertext; '; $decrypt = $init_encrypt . ' $_plaintext = ""; $_ciphertext_len = strlen($_text); $_xor = $this->decryptIV; $_buffer = &$this->debuffer; if (strlen($_buffer["xor"])) { for ($_i = 0; $_i < $_ciphertext_len; $_i+= '.$block_size.') { $_block = substr($_text, $_i, '.$block_size.'); if (strlen($_block) > strlen($_buffer["xor"])) { $in = $_xor; '.$encrypt_block.' $_xor = $in; $_buffer["xor"].= $_xor; } $_key = \phpseclib3\Common\Functions\Strings::shift($_buffer["xor"], '.$block_size.'); $_plaintext.= $_block ^ $_key; } } else { for ($_i = 0; $_i < $_ciphertext_len; $_i+= '.$block_size.') { $in = $_xor; '.$encrypt_block.' $_xor = $in; $_plaintext.= substr($_text, $_i, '.$block_size.') ^ $_xor; } $_key = $_xor; } if ($this->continuousBuffer) { $this->decryptIV = $_xor; if ($_start = $_ciphertext_len % '.$block_size.') { $_buffer["xor"] = substr($_key, $_start) . $_buffer["xor"]; } } return $_plaintext; '; break; case self::MODE_STREAM: $encrypt = $init_encrypt . ' $_ciphertext = ""; '.$encrypt_block.' return $_ciphertext; '; $decrypt = $init_decrypt . ' $_plaintext = ""; '.$decrypt_block.' return $_plaintext; '; break; // case self::MODE_CBC: default: $encrypt = $init_encrypt . ' $_ciphertext = ""; $_plaintext_len = strlen($_text); $in = $this->encryptIV; for ($_i = 0; $_i < $_plaintext_len; $_i+= '.$block_size.') { $in = substr($_text, $_i, '.$block_size.') ^ $in; '.$encrypt_block.' $_ciphertext.= $in; } if ($this->continuousBuffer) { $this->encryptIV = $in; } return $_ciphertext; '; $decrypt = $init_decrypt . ' $_plaintext = ""; $_text = str_pad($_text, strlen($_text) + ('.$block_size.' - strlen($_text) % '.$block_size.') % '.$block_size.', chr(0)); $_ciphertext_len = strlen($_text); $_iv = $this->decryptIV; for ($_i = 0; $_i < $_ciphertext_len; $_i+= '.$block_size.') { $in = $_block = substr($_text, $_i, '.$block_size.'); '.$decrypt_block.' $_plaintext.= $in ^ $_iv; $_iv = $_block; } if ($this->continuousBuffer) { $this->decryptIV = $_iv; } return $this->unpad($_plaintext); '; break; } // Before discrediting this, please read the following: // @see https://github.com/phpseclib/phpseclib/issues/1293 // @see https://github.com/phpseclib/phpseclib/pull/1143 eval('$func = function ($_action, $_text) { ' . $init_crypt . 'if ($_action == "encrypt") { ' . $encrypt . ' } else { ' . $decrypt . ' }};'); return \Closure::bind($func, $this, static::class); } /** * Convert float to int * * On ARM CPUs converting floats to ints doesn't always work * * @access private * @param string $x * @return int */ protected static function safe_intval($x) { switch (true) { case is_int($x): // PHP 5.3, per http://php.net/releases/5_3_0.php, introduced "more consistent float rounding" case (php_uname('m') & "\xDF\xDF\xDF") != 'ARM': return $x; } return (fmod($x, 0x80000000) & 0x7FFFFFFF) | ((fmod(floor($x / 0x80000000), 2) & 1) << 31); } /** * eval()'able string for in-line float to int * * @access private * @return string */ protected static function safe_intval_inline() { switch (true) { case defined('PHP_INT_SIZE') && PHP_INT_SIZE == 8: case (php_uname('m') & "\xDF\xDF\xDF") != 'ARM': return '%s'; break; default: $safeint = '(is_int($temp = %s) ? $temp : (fmod($temp, 0x80000000) & 0x7FFFFFFF) | '; return $safeint . '((fmod(floor($temp / 0x80000000), 2) & 1) << 31))'; } } /** * Sets up GCM parameters * * See steps 1-2 of https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf#page=23 * for more info * * @access private */ private function setupGCM() { // don't keep on re-calculating $this->h if (!$this->h || $this->h->key != $this->key) { $cipher = new static('ecb'); $cipher->setKey($this->key); $cipher->disablePadding(); $this->h = self::$gcmField->newInteger( Strings::switchEndianness($cipher->encrypt("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0")) ); $this->h->key = $this->key; } if (strlen($this->nonce) == 12) { $this->iv = $this->nonce . "\0\0\0\1"; } else { $this->iv = $this->ghash( self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce) ); } } /** * Performs GHASH operation * * See https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf#page=20 * for more info * * @see self::decrypt() * @see self::encrypt() * @access private * @param string $x * @return string */ private function ghash($x) { $h = $this->h; $y = ["\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"]; $x = str_split($x, 16); $n = 0; // the switchEndianness calls are necessary because the multiplication algorithm in BinaryField/Integer // interprets strings as polynomials in big endian order whereas in GCM they're interpreted in little // endian order per https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf#page=19. // big endian order is what binary field elliptic curves use per http://www.secg.org/sec1-v2.pdf#page=18. // we could switchEndianness here instead of in the while loop but doing so in the while loop seems like it // might be slightly more performant //$x = Strings::switchEndianness($x); foreach ($x as $xn) { $xn = Strings::switchEndianness($xn); $t = $y[$n] ^ $xn; $temp = self::$gcmField->newInteger($t); $y[++$n] = $temp->multiply($h)->toBytes(); $y[$n] = substr($y[$n], 1); } $y[$n] = Strings::switchEndianness($y[$n]); return $y[$n]; } /** * Returns the bit length of a string in a packed format * * @see self::decrypt() * @see self::encrypt() * @see self::setupGCM() * @access private * @param string $str * @return string */ private static function len64($str) { return "\0\0\0\0" . pack('N', 8 * strlen($str)); } /** * NULL pads a string to be a multiple of 128 * * @see self::decrypt() * @see self::encrypt() * @see self::setupGCM() * @access private * @param string $str * @return string */ protected static function nullPad128($str) { $len = strlen($str); return $str . str_repeat("\0", 16 * ceil($len / 16) - $len); } /** * Calculates Poly1305 MAC * * On my system ChaCha20, with libsodium, takes 0.5s. With this custom Poly1305 implementation * it takes 1.2s. * * @see self::decrypt() * @see self::encrypt() * @access private * @param string $text * @return string */ protected function poly1305($text) { $s = $this->poly1305Key; // strlen($this->poly1305Key) == 32 $r = Strings::shift($s, 16); $r = strrev($r); $r&= "\x0f\xff\xff\xfc\x0f\xff\xff\xfc\x0f\xff\xff\xfc\x0f\xff\xff\xff"; $s = strrev($s); $r = self::$poly1305Field->newInteger(new BigInteger($r, 256)); $s = self::$poly1305Field->newInteger(new BigInteger($s, 256)); $a = self::$poly1305Field->newInteger(new BigInteger()); $blocks = str_split($text, 16); foreach ($blocks as $block) { $n = strrev($block . chr(1)); $n = self::$poly1305Field->newInteger(new BigInteger($n, 256)); $a = $a->add($n); $a = $a->multiply($r); } $r = $a->toBigInteger()->add($s->toBigInteger()); $mask = "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF"; return strrev($r->toBytes()) & $mask; } }PK5 Z;59596vendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.phpnu[ * @copyright 2019 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\StreamCipher; use phpseclib3\Exception\InsufficientSetupException; use phpseclib3\Exception\BadDecryptionException; use phpseclib3\Common\Functions\Strings; /** * Pure-PHP implementation of Salsa20. * * @package Salsa20 * @author Jim Wigginton * @access public */ class Salsa20 extends StreamCipher { /** * Part 1 of the state * * @var string|false */ protected $p1 = false; /** * Part 2 of the state * * @var string|false */ protected $p2 = false; /** * Key Length (in bytes) * * @var int */ protected $key_length = 32; // = 256 bits /** * @access private * @see \phpseclib3\Crypt\Salsa20::crypt() */ const ENCRYPT = 0; /** * @access private * @see \phpseclib3\Crypt\Salsa20::crypt() */ const DECRYPT = 1; /** * Encryption buffer for continuous mode * * @var array */ protected $enbuffer; /** * Decryption buffer for continuous mode * * @var array */ protected $debuffer; /** * Counter * * @var int */ protected $counter = 0; /** * Using Generated Poly1305 Key * * @var boolean */ protected $usingGeneratedPoly1305Key = false; /** * Salsa20 uses a nonce * * @return bool */ public function usesNonce() { return true; } /** * Sets the key. * * @param string $key * @throws \LengthException if the key length isn't supported */ public function setKey($key) { switch (strlen($key)) { case 16: case 32: break; default: throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16 or 32 are supported'); } parent::setKey($key); } /** * Sets the nonce. * * @param string $nonce */ public function setNonce($nonce) { if (strlen($nonce) != 8) { throw new \LengthException('Nonce of size ' . strlen($key) . ' not supported by this algorithm. Only an 64-bit nonce is supported'); } $this->nonce = $nonce; $this->changed = true; $this->setEngine(); } /** * Sets the counter. * * @param int $counter */ public function setCounter($counter) { $this->counter = $counter; $this->setEngine(); } /** * Creates a Poly1305 key using the method discussed in RFC8439 * * See https://tools.ietf.org/html/rfc8439#section-2.6.1 */ protected function createPoly1305Key() { if ($this->nonce === false) { throw new InsufficientSetupException('No nonce has been defined'); } if ($this->key === false) { throw new InsufficientSetupException('No key has been defined'); } $c = clone $this; $c->setCounter(0); $c->usePoly1305 = false; $block = $c->encrypt(str_repeat("\0", 256)); $this->setPoly1305Key(substr($block, 0, 32)); if ($this->counter == 0) { $this->counter++; } } /** * Setup the self::ENGINE_INTERNAL $engine * * (re)init, if necessary, the internal cipher $engine * * _setup() will be called each time if $changed === true * typically this happens when using one or more of following public methods: * * - setKey() * * - setNonce() * * - First run of encrypt() / decrypt() with no init-settings * * @see self::setKey() * @see self::setNonce() * @see self::disableContinuousBuffer() */ protected function setup() { if (!$this->changed) { return; } $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter]; $this->changed = $this->nonIVChanged = false; if ($this->nonce === false) { throw new InsufficientSetupException('No nonce has been defined'); } if ($this->key === false) { throw new InsufficientSetupException('No key has been defined'); } if ($this->usePoly1305 && !isset($this->poly1305Key)) { $this->usingGeneratedPoly1305Key = true; $this->createPoly1305Key(); } $key = $this->key; if (strlen($key) == 16) { $constant = 'expand 16-byte k'; $key.= $key; } else { $constant = 'expand 32-byte k'; } $this->p1 = substr($constant, 0, 4) . substr($key, 0, 16) . substr($constant, 4, 4) . $this->nonce . "\0\0\0\0"; $this->p2 = substr($constant, 8, 4) . substr($key, 16, 16) . substr($constant, 12, 4); } /** * Setup the key (expansion) */ protected function setupKey() { // Salsa20 does not utilize this method } /** * Encrypts a message. * * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() * @see self::crypt() * @param string $plaintext * @return string $ciphertext */ public function encrypt($plaintext) { $ciphertext = $this->crypt($plaintext, self::ENCRYPT); if (isset($this->poly1305Key)) { $this->newtag = $this->poly1305($ciphertext); } return $ciphertext; } /** * Decrypts a message. * * $this->decrypt($this->encrypt($plaintext)) == $this->encrypt($this->encrypt($plaintext)). * At least if the continuous buffer is disabled. * * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see self::crypt() * @param string $ciphertext * @return string $plaintext */ public function decrypt($ciphertext) { if (isset($this->poly1305Key)) { if ($this->oldtag === false) { throw new InsufficientSetupException('Authentication Tag has not been set'); } $newtag = $this->poly1305($ciphertext); if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) { $this->oldtag = false; throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do not match'); } $this->oldtag = false; } return $this->crypt($ciphertext, self::DECRYPT); } /** * Encrypts a block * * @param string $in */ protected function encryptBlock($in) { // Salsa20 does not utilize this method } /** * Decrypts a block * * @param string $in */ protected function decryptBlock($in) { // Salsa20 does not utilize this method } /** * Encrypts or decrypts a message. * * @see self::encrypt() * @see self::decrypt() * @param string $text * @param int $mode * @return string $text */ private function crypt($text, $mode) { $this->setup(); if (!$this->continuousBuffer) { if ($this->engine == self::ENGINE_OPENSSL) { $iv = pack('V', $this->counter) . $this->p2; return openssl_encrypt( $text, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA, $iv ); } $i = $this->counter; $blocks = str_split($text, 64); foreach ($blocks as &$block) { $block^= static::salsa20($this->p1 . pack('V', $i++) . $this->p2); } return implode('', $blocks); } if ($mode == self::ENCRYPT) { $buffer = &$this->enbuffer; } else { $buffer = &$this->debuffer; } if (strlen($buffer['ciphertext'])) { $ciphertext = $text ^ Strings::shift($buffer['ciphertext'], strlen($text)); $text = substr($text, strlen($ciphertext)); if (!strlen($text)) { return $ciphertext; } } $overflow = strlen($text) % 64; // & 0x3F if ($overflow) { $text2 = Strings::pop($text, $overflow); if ($this->engine == self::ENGINE_OPENSSL) { $iv = pack('V', $buffer['counter']) . $this->p2; // at this point $text should be a multiple of 64 $buffer['counter']+= (strlen($text) >> 6) + 1; // ie. divide by 64 $encrypted = openssl_encrypt( $text . str_repeat("\0", 64), $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA, $iv ); $temp = Strings::pop($encrypted, 64); } else { $blocks = str_split($text, 64); if (strlen($text)) { foreach ($blocks as &$block) { $block^= static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2); } } $encrypted = implode('', $blocks); $temp = static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2); } $ciphertext.= $encrypted . ($text2 ^ $temp); $buffer['ciphertext'] = substr($temp, $overflow); } elseif (!strlen($buffer['ciphertext'])) { if ($this->engine == self::ENGINE_OPENSSL) { $iv = pack('V', $buffer['counter']) . $this->p2; $buffer['counter']+= (strlen($text) >> 6); $ciphertext.= openssl_encrypt( $text, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA, $iv ); } else { $blocks = str_split($text, 64); foreach ($blocks as &$block) { $block^= static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2); } $ciphertext.= implode('', $blocks); } } return $ciphertext; } /** * Left Rotate * * @param int $x * @param int $n * @return int */ protected static function leftRotate($x, $n) { $r1 = $x << $n; if (PHP_INT_SIZE == 8) { $r1&= 0xFFFFFFFF; $r2 = ($x & 0xFFFFFFFF) >> (32 - $n); } else { $r2 = $x >> (32 - $n); $r2&= (1 << $n) - 1; } return $r1 | $r2; } /** * The quarterround function * * @param int $a * @param int $b * @param int $c * @param int $d */ protected static function quarterRound(&$a, &$b, &$c, &$d) { $b^= self::leftRotate($a + $d, 7); $c^= self::leftRotate($b + $a, 9); $d^= self::leftRotate($c + $b, 13); $a^= self::leftRotate($d + $c, 18); } /** * The doubleround function * * @param int $x0 (by reference) * @param int $x1 (by reference) * @param int $x2 (by reference) * @param int $x3 (by reference) * @param int $x4 (by reference) * @param int $x5 (by reference) * @param int $x6 (by reference) * @param int $x7 (by reference) * @param int $x8 (by reference) * @param int $x9 (by reference) * @param int $x10 (by reference) * @param int $x11 (by reference) * @param int $x12 (by reference) * @param int $x13 (by reference) * @param int $x14 (by reference) * @param int $x15 (by reference) */ protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) { // columnRound static::quarterRound( $x0, $x4, $x8, $x12); static::quarterRound( $x5, $x9, $x13, $x1); static::quarterRound($x10, $x14, $x2, $x6); static::quarterRound($x15, $x3, $x7, $x11); // rowRound static::quarterRound( $x0, $x1, $x2, $x3); static::quarterRound( $x5, $x6, $x7, $x4); static::quarterRound($x10, $x11, $x8, $x9); static::quarterRound($x15, $x12, $x13, $x14); } /** * The Salsa20 hash function function * * @param string $x */ protected static function salsa20($x) { $z = $x = unpack('V*', $x); for ($i = 0; $i < 10; $i++) { static::doubleRound(...$z); } for ($i = 1; $i <= 16; $i++) { $x[$i]+= $z[$i]; } return pack('V*', ...$x); } /** * Calculates Poly1305 MAC * * @see self::decrypt() * @see self::encrypt() * @access private * @param string $ciphertext * @return string */ protected function poly1305($ciphertext) { if (!$this->usingGeneratedPoly1305Key) { return parent::poly1305($this->aad . $ciphertext); } else { /* sodium_crypto_aead_chacha20poly1305_encrypt does not calculate the poly1305 tag the same way sodium_crypto_aead_chacha20poly1305_ietf_encrypt does. you can see how the latter encrypts it in Salsa20::encrypt(). here's how the former encrypts it: $this->newtag = $this->poly1305( $this->aad . pack('V', strlen($this->aad)) . "\0\0\0\0" . $ciphertext . pack('V', strlen($ciphertext)) . "\0\0\0\0" ); phpseclib opts to use the IETF construction, even when the nonce is 64-bits instead of 96-bits */ return parent::poly1305( self::nullPad128($this->aad) . self::nullPad128($ciphertext) . pack('V', strlen($this->aad)) . "\0\0\0\0" . pack('V', strlen($ciphertext)) . "\0\0\0\0" ); } } } PK5 Zs!I3vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.phpnu[ * setKey('abcdefg'); * * echo base64_encode($hash->hash('abcdefg')); * ?> * * * @category Crypt * @package Hash * @author Jim Wigginton * @copyright 2015 Jim Wigginton * @author Andreas Fischer * @copyright 2015 Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Math\BigInteger; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\Exception\InsufficientSetupException; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\AES; use phpseclib3\Math\PrimeField; /** * @package Hash * @author Jim Wigginton * @author Andreas Fischer * @access public */ class Hash { /** * Padding Types * * @access private */ //const PADDING_KECCAK = 1; /** * Padding Types * * @access private */ const PADDING_SHA3 = 2; /** * Padding Types * * @access private */ const PADDING_SHAKE = 3; /** * Padding Type * * Only used by SHA3 * * @var int * @access private */ private $paddingType = 0; /** * Hash Parameter * * @see self::setHash() * @var int * @access private */ private $hashParam; /** * Byte-length of hash output (Internal HMAC) * * @see self::setHash() * @var int * @access private */ private $length; /** * Hash Algorithm * * @see self::setHash() * @var string * @access private */ private $algo; /** * Key * * @see self::setKey() * @var string * @access private */ private $key = false; /** * Nonce * * @see self::setNonce() * @var string * @access private */ private $nonce = false; /** * Hash Parameters * * @var array * @access private */ private $parameters = []; /** * Computed Key * * @see self::_computeKey() * @var string * @access private */ private $computedKey = false; /** * Outer XOR (Internal HMAC) * * Used only for sha512/* * * @see self::hash() * @var string * @access private */ private $opad; /** * Inner XOR (Internal HMAC) * * Used only for sha512/* * * @see self::hash() * @var string * @access private */ private $ipad; /** * Recompute AES Key * * Used only for umac * * @see self::hash() * @var boolean * @access private */ private $recomputeAESKey; /** * umac cipher object * * @see self::hash() * @var \phpseclib3\Crypt\AES * @access private */ private $c; /** * umac pad * * @see self::hash() * @var string * @access private */ private $pad; /**#@+ * UMAC variables * * @var PrimeField */ private static $factory36; private static $factory64; private static $factory128; private static $offset64; private static $offset128; private static $marker64; private static $marker128; private static $maxwordrange64; private static $maxwordrange128; /**#@-*/ /** * Default Constructor. * * @param string $hash * @access public */ public function __construct($hash = 'sha256') { $this->setHash($hash); } /** * Sets the key for HMACs * * Keys can be of any length. * * @access public * @param string $key */ public function setKey($key = false) { $this->key = $key; $this->computeKey(); $this->recomputeAESKey = true; } /** * Sets the nonce for UMACs * * Keys can be of any length. * * @access public * @param string $nonce */ public function setNonce($nonce = false) { switch (true) { case !is_string($nonce): case strlen($nonce) > 0 && strlen($nonce) <= 16: $this->recomputeAESKey = true; $this->nonce = $nonce; return; } throw new \LengthException('The nonce length must be between 1 and 16 bytes, inclusive'); } /** * Pre-compute the key used by the HMAC * * Quoting http://tools.ietf.org/html/rfc2104#section-2, "Applications that use keys longer than B bytes * will first hash the key using H and then use the resultant L byte string as the actual key to HMAC." * * As documented in https://www.reddit.com/r/PHP/comments/9nct2l/symfonypolyfill_hash_pbkdf2_correct_fix_for/ * when doing an HMAC multiple times it's faster to compute the hash once instead of computing it during * every call * * @access private */ private function computeKey() { if ($this->key === false) { $this->computedKey = false; return; } if (strlen($this->key) <= $this->getBlockLengthInBytes()) { $this->computedKey = $this->key; return; } $this->computedKey = is_array($this->algo) ? call_user_func($this->algo, $this->key) : hash($this->algo, $this->key, true); } /** * Gets the hash function. * * As set by the constructor or by the setHash() method. * * @access public * @return string */ public function getHash() { return $this->hashParam; } /** * Sets the hash function. * * @access public * @param string $hash */ public function setHash($hash) { $this->hashParam = $hash = strtolower($hash); switch ($hash) { case 'umac-32': case 'umac-64': case 'umac-96': case 'umac-128': $this->blockSize = 128; $this->length = abs(substr($hash, -3)) >> 3; $this->algo = 'umac'; return; case 'md2-96': case 'md5-96': case 'sha1-96': case 'sha224-96': case 'sha256-96': case 'sha384-96': case 'sha512-96': case 'sha512/224-96': case 'sha512/256-96': $hash = substr($hash, 0, -3); $this->length = 12; // 96 / 8 = 12 break; case 'md2': case 'md5': $this->length = 16; break; case 'sha1': $this->length = 20; break; case 'sha224': case 'sha512/224': case 'sha3-224': $this->length = 28; break; case 'sha256': case 'sha512/256': case 'sha3-256': $this->length = 32; break; case 'sha384': case 'sha3-384': $this->length = 48; break; case 'sha512': case 'sha3-512': $this->length = 64; break; default: if (preg_match('#^(shake(?:128|256))-(\d+)$#', $hash, $matches)) { $this->paddingType = self::PADDING_SHAKE; $hash = $matches[1]; $this->length = $matches[2] >> 3; } else { throw new UnsupportedAlgorithmException( "$hash is not a supported algorithm" ); } } switch ($hash) { case 'md2': case 'md2-96': $this->blockSize = 128; break; case 'md5-96': case 'sha1-96': case 'sha224-96': case 'sha256-96': case 'md5': case 'sha1': case 'sha224': case 'sha256': $this->blockSize = 512; break; case 'sha3-224': $this->blockSize = 1152; // 1600 - 2*224 break; case 'sha3-256': case 'shake256': $this->blockSize = 1088; // 1600 - 2*256 break; case 'sha3-384': $this->blockSize = 832; // 1600 - 2*384 break; case 'sha3-512': $this->blockSize = 576; // 1600 - 2*512 break; case 'shake128': $this->blockSize = 1344; // 1600 - 2*128 break; default: $this->blockSize = 1024; } if (in_array(substr($hash, 0, 5), ['sha3-', 'shake'])) { // PHP 7.1.0 introduced support for "SHA3 fixed mode algorithms": // http://php.net/ChangeLog-7.php#7.1.0 if (version_compare(PHP_VERSION, '7.1.0') < 0 || substr($hash, 0,5) == 'shake') { //preg_match('#(\d+)$#', $hash, $matches); //$this->parameters['capacity'] = 2 * $matches[1]; // 1600 - $this->blockSize //$this->parameters['rate'] = 1600 - $this->parameters['capacity']; // == $this->blockSize if (!$this->paddingType) { $this->paddingType = self::PADDING_SHA3; } $this->parameters = [ 'capacity' => 1600 - $this->blockSize, 'rate' => $this->blockSize, 'length' => $this->length, 'padding' => $this->paddingType ]; $hash = ['phpseclib3\Crypt\Hash', PHP_INT_SIZE == 8 ? 'sha3_64' : 'sha3_32']; } } if ($hash == 'sha512/224' || $hash == 'sha512/256') { // PHP 7.1.0 introduced sha512/224 and sha512/256 support: // http://php.net/ChangeLog-7.php#7.1.0 if (version_compare(PHP_VERSION, '7.1.0') < 0) { // from http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#page=24 $initial = $hash == 'sha512/256' ? [ '22312194FC2BF72C', '9F555FA3C84C64C2', '2393B86B6F53B151', '963877195940EABD', '96283EE2A88EFFE3', 'BE5E1E2553863992', '2B0199FC2C85B8AA', '0EB72DDC81C52CA2' ] : [ '8C3D37C819544DA2', '73E1996689DCD4D6', '1DFAB7AE32FF9C82', '679DD514582F9FCF', '0F6D2B697BD44DA8', '77E36F7304C48942', '3F9D85A86A1D36C8', '1112E6AD91D692A1' ]; for ($i = 0; $i < 8; $i++) { $initial[$i] = new BigInteger($initial[$i], 16); $initial[$i]->setPrecision(64); } $this->parameters = compact('initial'); $hash = ['phpseclib3\Crypt\Hash', 'sha512']; } } if (is_array($hash)) { $b = $this->blockSize >> 3; $this->ipad = str_repeat(chr(0x36), $b); $this->opad = str_repeat(chr(0x5C), $b); } $this->algo = $hash; $this->computeKey(); } /** * KDF: Key-Derivation Function * * The key-derivation function generates pseudorandom bits used to key the hash functions. * * @param int $index a non-negative integer less than 2^64 * @param int $numbytes a non-negative integer less than 2^64 * @return string string of length numbytes bytes */ private function kdf($index, $numbytes) { $this->c->setIV(pack('N4', 0, $index, 0, 1)); return $this->c->encrypt(str_repeat("\0", $numbytes)); } /** * PDF Algorithm * * @return string string of length taglen bytes. */ private function pdf() { $k = $this->key; $nonce = $this->nonce; $taglen = $this->length; // // Extract and zero low bit(s) of Nonce if needed // if ($taglen <= 8) { $last = strlen($nonce) - 1; $mask = $taglen == 4 ? "\3" : "\1"; $index = $nonce[$last] & $mask; $nonce[$last] = $nonce[$last] ^ $index; } // // Make Nonce BLOCKLEN bytes by appending zeroes if needed // $nonce = str_pad($nonce, 16, "\0"); // // Generate subkey, encipher and extract indexed substring // $kp = $this->kdf(0, 16); $c = new AES('ctr'); $c->disablePadding(); $c->setKey($kp); $c->setIV($nonce); $t = $c->encrypt("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"); // we could use ord() but per https://paragonie.com/blog/2016/06/constant-time-encoding-boring-cryptography-rfc-4648-and-you // unpack() doesn't leak timing info return $taglen <= 8 ? substr($t, unpack('C', $index)[1] * $taglen, $taglen) : substr($t, 0, $taglen); } /** * UHASH Algorithm * * @param string $m string of length less than 2^67 bits. * @param int $taglen the integer 4, 8, 12 or 16. * @return string string of length taglen bytes. */ private function uhash($m, $taglen) { // // One internal iteration per 4 bytes of output // $iters = $taglen >> 2; // // Define total key needed for all iterations using KDF. // L1Key reuses most key material between iterations. // //$L1Key = $this->kdf(1, 1024 + ($iters - 1) * 16); $L1Key = $this->kdf(1, (1024 + ($iters - 1)) * 16); $L2Key = $this->kdf(2, $iters * 24); $L3Key1 = $this->kdf(3, $iters * 64); $L3Key2 = $this->kdf(4, $iters * 4); // // For each iteration, extract key and do three-layer hash. // If bytelength(M) <= 1024, then skip L2-HASH. // $y = ''; for ($i = 0; $i < $iters; $i++) { $L1Key_i = substr($L1Key, $i * 16, 1024); $L2Key_i = substr($L2Key, $i * 24, 24); $L3Key1_i = substr($L3Key1, $i * 64, 64); $L3Key2_i = substr($L3Key2, $i * 4, 4); $a = self::L1Hash($L1Key_i, $m); $b = strlen($m) <= 1024 ? "\0\0\0\0\0\0\0\0$a" : self::L2Hash($L2Key_i, $a); $c = self::L3Hash($L3Key1_i, $L3Key2_i, $b); $y.= $c; } return $y; } /** * L1-HASH Algorithm * * The first-layer hash breaks the message into 1024-byte chunks and * hashes each with a function called NH. Concatenating the results * forms a string, which is up to 128 times shorter than the original. * * @param string $k string of length 1024 bytes. * @param string $m string of length less than 2^67 bits. * @return string string of length (8 * ceil(bitlength(M)/8192)) bytes. */ private static function L1Hash($k, $m) { // // Break M into 1024 byte chunks (final chunk may be shorter) // $m = str_split($m, 1024); // // For each chunk, except the last: endian-adjust, NH hash // and add bit-length. Use results to build Y. // $length = new BigInteger(1024 * 8); $y = ''; for ($i = 0; $i < count($m) - 1; $i++) { $m[$i] = pack('N*', ...unpack('V*', $m[$i])); // ENDIAN-SWAP $y.= static::nh($k, $m[$i], $length); } // // For the last chunk: pad to 32-byte boundary, endian-adjust, // NH hash and add bit-length. Concatenate the result to Y. // $length = strlen($m[$i]); $pad = 32 - ($length % 32); $pad = max(32, $length + $pad % 32); $m[$i] = str_pad($m[$i], $pad, "\0"); // zeropad $m[$i] = pack('N*', ...unpack('V*', $m[$i])); // ENDIAN-SWAP $y.= static::nh($k, $m[$i], new BigInteger($length * 8)); return $y; } /** * NH Algorithm * * @param string $k string of length 1024 bytes. * @param string $m string with length divisible by 32 bytes. * @return string string of length 8 bytes. */ private static function nh($k, $m, $length) { $toUInt32 = function($x) { $x = new BigInteger($x, 256); $x->setPrecision(32); return $x; }; // // Break M and K into 4-byte chunks // //$t = strlen($m) >> 2; $m = str_split($m, 4); $t = count($m); $k = str_split($k, 4); $k = array_pad(array_slice($k, 0, $t), $t, 0); $m = array_map($toUInt32, $m); $k = array_map($toUInt32, $k); // // Perform NH hash on the chunks, pairing words for multiplication // which are 4 apart to accommodate vector-parallelism. // $y = new BigInteger; $y->setPrecision(64); $i = 0; while ($i < $t) { $temp = $m[$i]->add($k[$i]); $temp->setPrecision(64); $temp = $temp->multiply($m[$i + 4]->add($k[$i + 4])); $y = $y->add($temp); $temp = $m[$i + 1]->add($k[$i + 1]); $temp->setPrecision(64); $temp = $temp->multiply($m[$i + 5]->add($k[$i + 5])); $y = $y->add($temp); $temp = $m[$i + 2]->add($k[$i + 2]); $temp->setPrecision(64); $temp = $temp->multiply($m[$i + 6]->add($k[$i + 6])); $y = $y->add($temp); $temp = $m[$i + 3]->add($k[$i + 3]); $temp->setPrecision(64); $temp = $temp->multiply($m[$i + 7]->add($k[$i + 7])); $y = $y->add($temp); $i+= 8; } return $y->add($length)->toBytes(); } /** * L2-HASH: Second-Layer Hash * * The second-layer rehashes the L1-HASH output using a polynomial hash * called POLY. If the L1-HASH output is long, then POLY is called once * on a prefix of the L1-HASH output and called using different settings * on the remainder. (This two-step hashing of the L1-HASH output is * needed only if the message length is greater than 16 megabytes.) * Careful implementation of POLY is necessary to avoid a possible * timing attack (see Section 6.6 for more information). * * @param string $k string of length 24 bytes. * @param string $m string of length less than 2^64 bytes. * @return string string of length 16 bytes. */ private static function L2Hash($k, $m) { // // Extract keys and restrict to special key-sets // $k64 = $k & "\x01\xFF\xFF\xFF\x01\xFF\xFF\xFF"; $k64 = new BigInteger($k64, 256); $k128 = substr($k, 8) & "\x01\xFF\xFF\xFF\x01\xFF\xFF\xFF\x01\xFF\xFF\xFF\x01\xFF\xFF\xFF"; $k128 = new BigInteger($k128, 256); // // If M is no more than 2^17 bytes, hash under 64-bit prime, // otherwise, hash first 2^17 bytes under 64-bit prime and // remainder under 128-bit prime. // if (strlen($m) <= 0x20000) { // 2^14 64-bit words $y = self::poly(64, self::$maxwordrange64, $k64, $m); } else { $m_1 = substr($m, 0, 0x20000); // 1 << 17 $m_2 = substr($m, 0x20000) . "\x80"; $length = strlen($m_2); $pad = 16 - ($length % 16); $pad%= 16; $m_2 = str_pad($m_2, $length + $pad, "\0"); // zeropad $y = self::poly(64, self::$maxwordrange64, $k64, $m_1); $y = str_pad($y, 16, "\0", STR_PAD_LEFT); $y = self::poly(128, self::$maxwordrange128, $k128, $y . $m_2); } return str_pad($y, 16, "\0", STR_PAD_LEFT); } /** * POLY Algorithm * * @param int $wordbits the integer 64 or 128. * @param BigInteger $maxwordrange positive integer less than 2^wordbits. * @param BigInteger $k integer in the range 0 ... prime(wordbits) - 1. * @param string $m string with length divisible by (wordbits / 8) bytes. * @return integer in the range 0 ... prime(wordbits) - 1. */ private static function poly($wordbits, $maxwordrange, $k, $m) { // // Define constants used for fixing out-of-range words // $wordbytes = $wordbits >> 3; if ($wordbits == 128) { $factory = self::$factory128; $offset = self::$offset128; $marker = self::$marker128; } else { $factory = self::$factory64; $offset = self::$offset64; $marker = self::$marker64; } $k = $factory->newInteger($k); // // Break M into chunks of length wordbytes bytes // $m_i = str_split($m, $wordbytes); // // Each input word m is compared with maxwordrange. If not smaller // then 'marker' and (m - offset), both in range, are hashed. // $y = $factory->newInteger(new BigInteger(1)); foreach ($m_i as $m) { $m = $factory->newInteger(new BigInteger($m, 256)); if ($m->compare($maxwordrange) >= 0) { $y = $k->multiply($y)->add($marker); $y = $k->multiply($y)->add($m->subtract($offset)); } else { $y = $k->multiply($y)->add($m); } } return $y->toBytes(); } /** * L3-HASH: Third-Layer Hash * * The output from L2-HASH is 16 bytes long. This final hash function * hashes the 16-byte string to a fixed length of 4 bytes. * * @param string $k1 string of length 64 bytes. * @param string $k2 string of length 4 bytes. * @param string $m string of length 16 bytes. * @return string string of length 4 bytes. */ private static function L3Hash($k1, $k2, $m) { $factory = self::$factory36; $y = $factory->newInteger(new BigInteger()); for ($i = 0; $i < 8; $i++) { $m_i = $factory->newInteger(new BigInteger(substr($m, 2 * $i, 2), 256)); $k_i = $factory->newInteger(new BigInteger(substr($k1, 8 * $i, 8), 256)); $y = $y->add($m_i->multiply($k_i)); } $y = str_pad(substr($y->toBytes(), -4), 4, "\0", STR_PAD_LEFT); $y = $y ^ $k2; return $y; } /** * Compute the Hash / HMAC / UMAC. * * @access public * @param string $text * @return string */ public function hash($text) { $algo = $this->algo; if ($algo == 'umac') { if ($this->recomputeAESKey) { if (!is_string($this->nonce)) { throw new InsufficientSetupException('No nonce has been set'); } if (!is_string($this->key)) { throw new InsufficientSetupException('No key has been set'); } if (strlen($this->key) != 16) { throw new \LengthException('Key must be 16 bytes long'); } if (!isset(self::$maxwordrange64)) { $one = new BigInteger(1); $prime36 = new BigInteger("\x00\x00\x00\x0F\xFF\xFF\xFF\xFB", 256); self::$factory36 = new PrimeField($prime36); $prime64 = new BigInteger("\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xC5", 256); self::$factory64 = new PrimeField($prime64); $prime128 = new BigInteger("\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x61", 256); self::$factory128 = new PrimeField($prime128); self::$offset64 = new BigInteger("\1\0\0\0\0\0\0\0\0", 256); self::$offset64 = self::$factory64->newInteger(self::$offset64->subtract($prime64)); self::$offset128 = new BigInteger("\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 256); self::$offset128 = self::$factory128->newInteger(self::$offset128->subtract($prime128)); self::$marker64 = self::$factory64->newInteger($prime64->subtract($one)); self::$marker128 = self::$factory128->newInteger($prime128->subtract($one)); $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32)); self::$maxwordrange64 = self::$factory64->newInteger($maxwordrange64); $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96)); self::$maxwordrange128 = self::$factory128->newInteger($maxwordrange128); } $this->c = new AES('ctr'); $this->c->disablePadding(); $this->c->setKey($this->key); $this->pad = $this->pdf(); $this->recomputeAESKey = false; } $hashedmessage = $this->uhash($text, $this->length); return $hashedmessage ^ $this->pad; } if (is_array($algo)) { if (empty($this->key) || !is_string($this->key)) { return substr($algo($text, ...array_values($this->parameters)), 0, $this->length); } // SHA3 HMACs are discussed at https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf#page=30 $key = str_pad($this->computedKey, $b, chr(0)); $temp = $this->ipad ^ $key; $temp .= $text; $temp = substr($algo($temp, ...array_values($this->parameters)), 0, $this->length); $output = $this->opad ^ $key; $output.= $temp; $output = $algo($output, ...array_values($this->parameters)); return substr($output, 0, $this->length); } $output = !empty($this->key) || is_string($this->key) ? hash_hmac($algo, $text, $this->computedKey, true) : hash($algo, $text, true); return strlen($output) > $this->length ? substr($output, 0, $this->length) : $output; } /** * Returns the hash length (in bits) * * @access public * @return int */ public function getLength() { return $this->length << 3; } /** * Returns the hash length (in bytes) * * @access public * @return int */ public function getLengthInBytes() { return $this->length; } /** * Returns the block length (in bits) * * @access public * @return int */ public function getBlockLength() { return $this->blockSize; } /** * Returns the block length (in bytes) * * @access public * @return int */ public function getBlockLengthInBytes() { return $this->blockSize >> 3; } /** * Pads SHA3 based on the mode * * @access private * @param int $padLength * @param int $padType * @return string */ private static function sha3_pad($padLength, $padType) { switch ($padType) { //case self::PADDING_KECCAK: // $temp = chr(0x06) . str_repeat("\0", $padLength - 1); // $temp[$padLength - 1] = $temp[$padLength - 1] | chr(0x80); // return $temp case self::PADDING_SHAKE: $temp = chr(0x1F) . str_repeat("\0", $padLength - 1); $temp[$padLength - 1] = $temp[$padLength - 1] | chr(0x80); return $temp; //case self::PADDING_SHA3: default: // from https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf#page=36 return $padLength == 1 ? chr(0x86) : chr(0x06) . str_repeat("\0", $padLength - 2) . chr(0x80); } } /** * Pure-PHP 32-bit implementation of SHA3 * * Whereas BigInteger.php's 32-bit engine works on PHP 64-bit this 32-bit implementation * of SHA3 will *not* work on PHP 64-bit. This is because this implementation * employees bitwise NOTs and bitwise left shifts. And the round constants only work * on 32-bit PHP. eg. dechex(-2147483648) returns 80000000 on 32-bit PHP and * FFFFFFFF80000000 on 64-bit PHP. Sure, we could do bitwise ANDs but that would slow * things down. * * SHA512 requires BigInteger to simulate 64-bit unsigned integers because SHA2 employees * addition whereas SHA3 just employees bitwise operators. PHP64 only supports signed * 64-bit integers, which complicates addition, whereas that limitation isn't an issue * for SHA3. * * In https://ws680.nist.gov/publication/get_pdf.cfm?pub_id=919061#page=16 KECCAK[C] is * defined as "the KECCAK instance with KECCAK-f[1600] as the underlying permutation and * capacity c". This is relevant because, altho the KECCAK standard defines a mode * (KECCAK-f[800]) designed for 32-bit machines that mode is incompatible with SHA3 * * @access private * @param string $p * @param int $c * @param int $r * @param int $d * @param int $padType */ private static function sha3_32($p, $c, $r, $d, $padType) { $block_size = $r >> 3; $padLength = $block_size - (strlen($p) % $block_size); $num_ints = $block_size >> 2; $p.= static::sha3_pad($padLength, $padType); $n = strlen($p) / $r; // number of blocks $s = [ [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0]] ]; $p = str_split($p, $block_size); foreach ($p as $pi) { $pi = unpack('V*', $pi); $x = $y = 0; for ($i = 1; $i <= $num_ints; $i+=2) { $s[$x][$y][0]^= $pi[$i + 1]; $s[$x][$y][1]^= $pi[$i]; if (++$y == 5) { $y = 0; $x++; } } static::processSHA3Block32($s); } $z = ''; $i = $j = 0; while (strlen($z) < $d) { $z.= pack('V2', $s[$i][$j][1], $s[$i][$j++][0]); if ($j == 5) { $j = 0; $i++; if ($i == 5) { $i = 0; static::processSHA3Block32($s); } } } return $z; } /** * 32-bit block processing method for SHA3 * * @access private * @param array $s */ private static function processSHA3Block32(&$s) { static $rotationOffsets = [ [ 0, 1, 62, 28, 27], [36, 44, 6, 55, 20], [ 3, 10, 43, 25, 39], [41, 45, 15, 21, 8], [18, 2, 61, 56, 14] ]; // the standards give these constants in hexadecimal notation. it's tempting to want to use // that same notation, here, however, we can't, because 0x80000000, on PHP32, is a positive // float - not the negative int that we need to be in PHP32. so we use -2147483648 instead static $roundConstants = [ [0, 1], [0, 32898], [-2147483648, 32906], [-2147483648, -2147450880], [0, 32907], [0, -2147483647], [-2147483648, -2147450751], [-2147483648, 32777], [0, 138], [0, 136], [0, -2147450871], [0, -2147483638], [0, -2147450741], [-2147483648, 139], [-2147483648, 32905], [-2147483648, 32771], [-2147483648, 32770], [-2147483648, 128], [0, 32778], [-2147483648, -2147483638], [-2147483648, -2147450751], [-2147483648, 32896], [0, -2147483647], [-2147483648, -2147450872] ]; for ($round = 0; $round < 24; $round++) { // theta step $parity = $rotated = []; for ($i = 0; $i < 5; $i++) { $parity[] = [ $s[0][$i][0] ^ $s[1][$i][0] ^ $s[2][$i][0] ^ $s[3][$i][0] ^ $s[4][$i][0], $s[0][$i][1] ^ $s[1][$i][1] ^ $s[2][$i][1] ^ $s[3][$i][1] ^ $s[4][$i][1] ]; $rotated[] = static::rotateLeft32($parity[$i], 1); } $temp = [ [$parity[4][0] ^ $rotated[1][0], $parity[4][1] ^ $rotated[1][1]], [$parity[0][0] ^ $rotated[2][0], $parity[0][1] ^ $rotated[2][1]], [$parity[1][0] ^ $rotated[3][0], $parity[1][1] ^ $rotated[3][1]], [$parity[2][0] ^ $rotated[4][0], $parity[2][1] ^ $rotated[4][1]], [$parity[3][0] ^ $rotated[0][0], $parity[3][1] ^ $rotated[0][1]] ]; for ($i = 0; $i < 5; $i++) { for ($j = 0; $j < 5; $j++) { $s[$i][$j][0]^= $temp[$j][0]; $s[$i][$j][1]^= $temp[$j][1]; } } $st = $s; // rho and pi steps for ($i = 0; $i < 5; $i++) { for ($j = 0; $j < 5; $j++) { $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft32($s[$j][$i], $rotationOffsets[$j][$i]); } } // chi step for ($i = 0; $i < 5; $i++) { $s[$i][0] = [ $st[$i][0][0] ^ (~$st[$i][1][0] & $st[$i][2][0]), $st[$i][0][1] ^ (~$st[$i][1][1] & $st[$i][2][1]) ]; $s[$i][1] = [ $st[$i][1][0] ^ (~$st[$i][2][0] & $st[$i][3][0]), $st[$i][1][1] ^ (~$st[$i][2][1] & $st[$i][3][1]) ]; $s[$i][2] = [ $st[$i][2][0] ^ (~$st[$i][3][0] & $st[$i][4][0]), $st[$i][2][1] ^ (~$st[$i][3][1] & $st[$i][4][1]) ]; $s[$i][3] = [ $st[$i][3][0] ^ (~$st[$i][4][0] & $st[$i][0][0]), $st[$i][3][1] ^ (~$st[$i][4][1] & $st[$i][0][1]) ]; $s[$i][4] = [ $st[$i][4][0] ^ (~$st[$i][0][0] & $st[$i][1][0]), $st[$i][4][1] ^ (~$st[$i][0][1] & $st[$i][1][1]) ]; } // iota step $s[0][0][0]^= $roundConstants[$round][0]; $s[0][0][1]^= $roundConstants[$round][1]; } } /** * Rotate 32-bit int * * @access private * @param array $x * @param int $shift */ private static function rotateLeft32($x, $shift) { if ($shift < 32) { list($hi, $lo) = $x; } else { $shift-= 32; list($lo, $hi) = $x; } return [ ($hi << $shift) | (($lo >> (32 - $shift)) & (1 << $shift) - 1), ($lo << $shift) | (($hi >> (32 - $shift)) & (1 << $shift) - 1) ]; } /** * Pure-PHP 64-bit implementation of SHA3 * * @access private * @param string $p * @param int $c * @param int $r * @param int $d * @param int $padType */ private static function sha3_64($p, $c, $r, $d, $padType) { $block_size = $r >> 3; $padLength = $block_size - (strlen($p) % $block_size); $num_ints = $block_size >> 2; $p.= static::sha3_pad($padLength, $padType); $n = strlen($p) / $r; // number of blocks $s = [ [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0] ]; $p = str_split($p, $block_size); foreach ($p as $pi) { $pi = unpack('P*', $pi); $x = $y = 0; foreach ($pi as $subpi) { $s[$x][$y++]^= $subpi; if ($y == 5) { $y = 0; $x++; } } static::processSHA3Block64($s); } $z = ''; $i = $j = 0; while (strlen($z) < $d) { $z.= pack('P', $s[$i][$j++]); if ($j == 5) { $j = 0; $i++; if ($i == 5) { $i = 0; static::processSHA3Block64($s); } } } return $z; } /** * 64-bit block processing method for SHA3 * * @access private * @param array $s */ private static function processSHA3Block64(&$s) { static $rotationOffsets = [ [ 0, 1, 62, 28, 27], [36, 44, 6, 55, 20], [ 3, 10, 43, 25, 39], [41, 45, 15, 21, 8], [18, 2, 61, 56, 14] ]; static $roundConstants = [ 1, 32898, -9223372036854742902, -9223372034707259392, 32907, 2147483649, -9223372034707259263, -9223372036854743031, 138, 136, 2147516425, 2147483658, 2147516555, -9223372036854775669, -9223372036854742903, -9223372036854743037, -9223372036854743038, -9223372036854775680, 32778, -9223372034707292150, -9223372034707259263, -9223372036854742912, 2147483649, -9223372034707259384 ]; for ($round = 0; $round < 24; $round++) { // theta step $parity = []; for ($i = 0; $i < 5; $i++) { $parity[] = $s[0][$i] ^ $s[1][$i] ^ $s[2][$i] ^ $s[3][$i] ^ $s[4][$i]; } $temp = [ $parity[4] ^ static::rotateLeft64($parity[1], 1), $parity[0] ^ static::rotateLeft64($parity[2], 1), $parity[1] ^ static::rotateLeft64($parity[3], 1), $parity[2] ^ static::rotateLeft64($parity[4], 1), $parity[3] ^ static::rotateLeft64($parity[0], 1) ]; for ($i = 0; $i < 5; $i++) { for ($j = 0; $j < 5; $j++) { $s[$i][$j]^= $temp[$j]; } } $st = $s; // rho and pi steps for ($i = 0; $i < 5; $i++) { for ($j = 0; $j < 5; $j++) { $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft64($s[$j][$i], $rotationOffsets[$j][$i]); } } // chi step for ($i = 0; $i < 5; $i++) { $s[$i] = [ $st[$i][0] ^ (~$st[$i][1] & $st[$i][2]), $st[$i][1] ^ (~$st[$i][2] & $st[$i][3]), $st[$i][2] ^ (~$st[$i][3] & $st[$i][4]), $st[$i][3] ^ (~$st[$i][4] & $st[$i][0]), $st[$i][4] ^ (~$st[$i][0] & $st[$i][1]) ]; } // iota step $s[0][0]^= $roundConstants[$round]; } } /** * Rotate 64-bit int * * @access private * @param int $x * @param int $shift */ private static function rotateLeft64($x, $shift) { return ($x << $shift) | (($x >> (64 - $shift)) & ((1 << $shift) - 1)); } /** * Pure-PHP implementation of SHA512 * * @access private * @param string $m * @param array $hash * @return string */ private static function sha512($m, $hash) { static $k; if (!isset($k)) { // Initialize table of round constants // (first 64 bits of the fractional parts of the cube roots of the first 80 primes 2..409) $k = [ '428a2f98d728ae22', '7137449123ef65cd', 'b5c0fbcfec4d3b2f', 'e9b5dba58189dbbc', '3956c25bf348b538', '59f111f1b605d019', '923f82a4af194f9b', 'ab1c5ed5da6d8118', 'd807aa98a3030242', '12835b0145706fbe', '243185be4ee4b28c', '550c7dc3d5ffb4e2', '72be5d74f27b896f', '80deb1fe3b1696b1', '9bdc06a725c71235', 'c19bf174cf692694', 'e49b69c19ef14ad2', 'efbe4786384f25e3', '0fc19dc68b8cd5b5', '240ca1cc77ac9c65', '2de92c6f592b0275', '4a7484aa6ea6e483', '5cb0a9dcbd41fbd4', '76f988da831153b5', '983e5152ee66dfab', 'a831c66d2db43210', 'b00327c898fb213f', 'bf597fc7beef0ee4', 'c6e00bf33da88fc2', 'd5a79147930aa725', '06ca6351e003826f', '142929670a0e6e70', '27b70a8546d22ffc', '2e1b21385c26c926', '4d2c6dfc5ac42aed', '53380d139d95b3df', '650a73548baf63de', '766a0abb3c77b2a8', '81c2c92e47edaee6', '92722c851482353b', 'a2bfe8a14cf10364', 'a81a664bbc423001', 'c24b8b70d0f89791', 'c76c51a30654be30', 'd192e819d6ef5218', 'd69906245565a910', 'f40e35855771202a', '106aa07032bbd1b8', '19a4c116b8d2d0c8', '1e376c085141ab53', '2748774cdf8eeb99', '34b0bcb5e19b48a8', '391c0cb3c5c95a63', '4ed8aa4ae3418acb', '5b9cca4f7763e373', '682e6ff3d6b2b8a3', '748f82ee5defb2fc', '78a5636f43172f60', '84c87814a1f0ab72', '8cc702081a6439ec', '90befffa23631e28', 'a4506cebde82bde9', 'bef9a3f7b2c67915', 'c67178f2e372532b', 'ca273eceea26619c', 'd186b8c721c0c207', 'eada7dd6cde0eb1e', 'f57d4f7fee6ed178', '06f067aa72176fba', '0a637dc5a2c898a6', '113f9804bef90dae', '1b710b35131c471b', '28db77f523047d84', '32caab7b40c72493', '3c9ebe0a15c9bebc', '431d67c49c100d4c', '4cc5d4becb3e42b6', '597f299cfc657e2a', '5fcb6fab3ad6faec', '6c44198c4a475817' ]; for ($i = 0; $i < 80; $i++) { $k[$i] = new BigInteger($k[$i], 16); } } // Pre-processing $length = strlen($m); // to round to nearest 112 mod 128, we'll add 128 - (length + (128 - 112)) % 128 $m.= str_repeat(chr(0), 128 - (($length + 16) & 0x7F)); $m[$length] = chr(0x80); // we don't support hashing strings 512MB long $m.= pack('N4', 0, 0, 0, $length << 3); // Process the message in successive 1024-bit chunks $chunks = str_split($m, 128); foreach ($chunks as $chunk) { $w = []; for ($i = 0; $i < 16; $i++) { $temp = new BigInteger(Strings::shift($chunk, 8), 256); $temp->setPrecision(64); $w[] = $temp; } // Extend the sixteen 32-bit words into eighty 32-bit words for ($i = 16; $i < 80; $i++) { $temp = [ $w[$i - 15]->bitwise_rightRotate(1), $w[$i - 15]->bitwise_rightRotate(8), $w[$i - 15]->bitwise_rightShift(7) ]; $s0 = $temp[0]->bitwise_xor($temp[1]); $s0 = $s0->bitwise_xor($temp[2]); $temp = [ $w[$i - 2]->bitwise_rightRotate(19), $w[$i - 2]->bitwise_rightRotate(61), $w[$i - 2]->bitwise_rightShift(6) ]; $s1 = $temp[0]->bitwise_xor($temp[1]); $s1 = $s1->bitwise_xor($temp[2]); $w[$i] = clone $w[$i - 16]; $w[$i] = $w[$i]->add($s0); $w[$i] = $w[$i]->add($w[$i - 7]); $w[$i] = $w[$i]->add($s1); } // Initialize hash value for this chunk $a = clone $hash[0]; $b = clone $hash[1]; $c = clone $hash[2]; $d = clone $hash[3]; $e = clone $hash[4]; $f = clone $hash[5]; $g = clone $hash[6]; $h = clone $hash[7]; // Main loop for ($i = 0; $i < 80; $i++) { $temp = [ $a->bitwise_rightRotate(28), $a->bitwise_rightRotate(34), $a->bitwise_rightRotate(39) ]; $s0 = $temp[0]->bitwise_xor($temp[1]); $s0 = $s0->bitwise_xor($temp[2]); $temp = [ $a->bitwise_and($b), $a->bitwise_and($c), $b->bitwise_and($c) ]; $maj = $temp[0]->bitwise_xor($temp[1]); $maj = $maj->bitwise_xor($temp[2]); $t2 = $s0->add($maj); $temp = [ $e->bitwise_rightRotate(14), $e->bitwise_rightRotate(18), $e->bitwise_rightRotate(41) ]; $s1 = $temp[0]->bitwise_xor($temp[1]); $s1 = $s1->bitwise_xor($temp[2]); $temp = [ $e->bitwise_and($f), $g->bitwise_and($e->bitwise_not()) ]; $ch = $temp[0]->bitwise_xor($temp[1]); $t1 = $h->add($s1); $t1 = $t1->add($ch); $t1 = $t1->add($k[$i]); $t1 = $t1->add($w[$i]); $h = clone $g; $g = clone $f; $f = clone $e; $e = $d->add($t1); $d = clone $c; $c = clone $b; $b = clone $a; $a = $t1->add($t2); } // Add this chunk's hash to result so far $hash = [ $hash[0]->add($a), $hash[1]->add($b), $hash[2]->add($c), $hash[3]->add($d), $hash[4]->add($e), $hash[5]->add($f), $hash[6]->add($g), $hash[7]->add($h) ]; } // Produce the final hash value (big-endian) // (\phpseclib3\Crypt\Hash::hash() trims the output for hashes but not for HMACs. as such, we trim the output here) $temp = $hash[0]->toBytes() . $hash[1]->toBytes() . $hash[2]->toBytes() . $hash[3]->toBytes() . $hash[4]->toBytes() . $hash[5]->toBytes() . $hash[6]->toBytes() . $hash[7]->toBytes(); return $temp; } /** * __toString() magic method */ public function __toString() { return $this->getHash(); } } PK5 ZHv==<vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA; use phpseclib3\Crypt\RSA; use phpseclib3\Math\BigInteger; use phpseclib3\File\ASN1; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Hash; use phpseclib3\Exception\NoKeyLoadedException; use phpseclib3\Exception\UnsupportedFormatException; use phpseclib3\Exception\UnsupportedAlgorithmException; use phpseclib3\Crypt\Random; use phpseclib3\Crypt\Common; use phpseclib3\File\ASN1\Maps\DigestInfo; use phpseclib3\Crypt\RSA\Formats\Keys\PSS; /** * Raw RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ class PublicKey extends RSA implements Common\PublicKey { use Common\Traits\Fingerprint; /** * Exponentiate * * @param \phpseclib3\Math\BigInteger $x * @return \phpseclib3\Math\BigInteger */ private function exponentiate(BigInteger $x) { return $x->modPow($this->exponent, $this->modulus); } /** * RSAVP1 * * See {@link http://tools.ietf.org/html/rfc3447#section-5.2.2 RFC3447#section-5.2.2}. * * @access private * @param \phpseclib3\Math\BigInteger $s * @return bool|\phpseclib3\Math\BigInteger */ private function rsavp1($s) { if ($s->compare(self::$zero) < 0 || $s->compare($this->modulus) > 0) { return false; } return $this->exponentiate($s); } /** * RSASSA-PKCS1-V1_5-VERIFY * * See {@link http://tools.ietf.org/html/rfc3447#section-8.2.2 RFC3447#section-8.2.2}. * * @access private * @param string $m * @param string $s * @throws \LengthException if the RSA modulus is too short * @return bool */ private function rsassa_pkcs1_v1_5_verify($m, $s) { // Length checking if (strlen($s) != $this->k) { return false; } // RSA verification $s = $this->os2ip($s); $m2 = $this->rsavp1($s); if ($m2 === false) { return false; } $em = $this->i2osp($m2, $this->k); if ($em === false) { return false; } // EMSA-PKCS1-v1_5 encoding $exception = false; // If the encoding operation outputs "intended encoded message length too short," output "RSA modulus // too short" and stop. try { $em2 = $this->emsa_pkcs1_v1_5_encode($m, $this->k); $r1 = hash_equals($em, $em2); } catch (\LengthException $e) { $exception = true; } try { $em3 = $this->emsa_pkcs1_v1_5_encode_without_null($m, $this->k); $r2 = hash_equals($em, $em3); } catch (\LengthException $e) { $exception = true; } catch (UnsupportedAlgorithmException $e) { $r2 = false; } if ($exception) { throw new \LengthException('RSA modulus too short'); } // Compare return $r1 || $r2; } /** * RSASSA-PKCS1-V1_5-VERIFY (relaxed matching) * * Per {@link http://tools.ietf.org/html/rfc3447#page-43 RFC3447#page-43} PKCS1 v1.5 * specified the use BER encoding rather than DER encoding that PKCS1 v2.0 specified. * This means that under rare conditions you can have a perfectly valid v1.5 signature * that fails to validate with _rsassa_pkcs1_v1_5_verify(). PKCS1 v2.1 also recommends * that if you're going to validate these types of signatures you "should indicate * whether the underlying BER encoding is a DER encoding and hence whether the signature * is valid with respect to the specification given in [PKCS1 v2.0+]". so if you do * $rsa->getLastPadding() and get RSA::PADDING_RELAXED_PKCS1 back instead of * RSA::PADDING_PKCS1... that means BER encoding was used. * * @access private * @param string $m * @param string $s * @return bool */ private function rsassa_pkcs1_v1_5_relaxed_verify($m, $s) { // Length checking if (strlen($s) != $this->k) { return false; } // RSA verification $s = $this->os2ip($s); $m2 = $this->rsavp1($s); if ($m2 === false) { return false; } $em = $this->i2osp($m2, $this->k); if ($em === false) { return false; } if (Strings::shift($em, 2) != "\0\1") { return false; } $em = ltrim($em, "\xFF"); if (Strings::shift($em) != "\0") { return false; } $decoded = ASN1::decodeBER($em); if (!is_array($decoded) || empty($decoded[0]) || strlen($em) > $decoded[0]['length']) { return false; } static $oids; if (!isset($oids)) { $oids = [ 'md2' => '1.2.840.113549.2.2', 'md4' => '1.2.840.113549.2.4', // from PKCS1 v1.5 'md5' => '1.2.840.113549.2.5', 'id-sha1' => '1.3.14.3.2.26', 'id-sha256' => '2.16.840.1.101.3.4.2.1', 'id-sha384' => '2.16.840.1.101.3.4.2.2', 'id-sha512' => '2.16.840.1.101.3.4.2.3', // from PKCS1 v2.2 'id-sha224' => '2.16.840.1.101.3.4.2.4', 'id-sha512/224' => '2.16.840.1.101.3.4.2.5', 'id-sha512/256' => '2.16.840.1.101.3.4.2.6', ]; ASN1::loadOIDs($oids); } $decoded = ASN1::asn1map($decoded[0], DigestInfo::MAP); if (!isset($decoded) || $decoded === false) { return false; } if (!isset($oids[$decoded['digestAlgorithm']['algorithm']])) { return false; } if (isset($decoded['digestAlgorithm']['parameters']) && $decoded['digestAlgorithm']['parameters'] !== ['null' => '']) { return false; } $hash = $decoded['digestAlgorithm']['algorithm']; $hash = substr($hash, 0, 3) == 'id-' ? substr($hash, 3) : $hash; $hash = new Hash($hash); $em = $hash->hash($m); $em2 = $decoded['digest']; return hash_equals($em, $em2); } /** * EMSA-PSS-VERIFY * * See {@link http://tools.ietf.org/html/rfc3447#section-9.1.2 RFC3447#section-9.1.2}. * * @access private * @param string $m * @param string $em * @param int $emBits * @return string */ private function emsa_pss_verify($m, $em, $emBits) { // if $m is larger than two million terrabytes and you're using sha1, PKCS#1 suggests a "Label too long" error // be output. $emLen = ($emBits + 7) >> 3; // ie. ceil($emBits / 8); $sLen = $this->sLen !== null ? $this->sLen : $this->hLen; $mHash = $this->hash->hash($m); if ($emLen < $this->hLen + $sLen + 2) { return false; } if ($em[strlen($em) - 1] != chr(0xBC)) { return false; } $maskedDB = substr($em, 0, -$this->hLen - 1); $h = substr($em, -$this->hLen - 1, $this->hLen); $temp = chr(0xFF << ($emBits & 7)); if ((~$maskedDB[0] & $temp) != $temp) { return false; } $dbMask = $this->mgf1($h, $emLen - $this->hLen - 1); $db = $maskedDB ^ $dbMask; $db[0] = ~chr(0xFF << ($emBits & 7)) & $db[0]; $temp = $emLen - $this->hLen - $sLen - 2; if (substr($db, 0, $temp) != str_repeat(chr(0), $temp) || ord($db[$temp]) != 1) { return false; } $salt = substr($db, $temp + 1); // should be $sLen long $m2 = "\0\0\0\0\0\0\0\0" . $mHash . $salt; $h2 = $this->hash->hash($m2); return hash_equals($h, $h2); } /** * RSASSA-PSS-VERIFY * * See {@link http://tools.ietf.org/html/rfc3447#section-8.1.2 RFC3447#section-8.1.2}. * * @access private * @param string $m * @param string $s * @return bool|string */ private function rsassa_pss_verify($m, $s) { // Length checking if (strlen($s) != $this->k) { return false; } // RSA verification $modBits = strlen($this->modulus->toBits()); $s2 = $this->os2ip($s); $m2 = $this->rsavp1($s2); $em = $this->i2osp($m2, $this->k); if ($em === false) { return false; } // EMSA-PSS verification return $this->emsa_pss_verify($m, $em, $modBits - 1); } /** * Verifies a signature * * @see self::sign() * @param string $message * @param string $signature * @return bool */ public function verify($message, $signature) { switch ($this->signaturePadding) { case self::SIGNATURE_RELAXED_PKCS1: return $this->rsassa_pkcs1_v1_5_relaxed_verify($message, $signature); case self::SIGNATURE_PKCS1: return $this->rsassa_pkcs1_v1_5_verify($message, $signature); //case self::SIGNATURE_PSS: default: return $this->rsassa_pss_verify($message, $signature); } } /** * RSAES-PKCS1-V1_5-ENCRYPT * * See {@link http://tools.ietf.org/html/rfc3447#section-7.2.1 RFC3447#section-7.2.1}. * * @access private * @param string $m * @param bool $pkcs15_compat optional * @throws \LengthException if strlen($m) > $this->k - 11 * @return bool|string */ private function rsaes_pkcs1_v1_5_encrypt($m, $pkcs15_compat = false) { $mLen = strlen($m); // Length checking if ($mLen > $this->k - 11) { throw new \LengthException('Message too long'); } // EME-PKCS1-v1_5 encoding $psLen = $this->k - $mLen - 3; $ps = ''; while (strlen($ps) != $psLen) { $temp = Random::string($psLen - strlen($ps)); $temp = str_replace("\x00", '', $temp); $ps.= $temp; } $type = 2; $em = chr(0) . chr($type) . $ps . chr(0) . $m; // RSA encryption $m = $this->os2ip($em); $c = $this->rsaep($m); $c = $this->i2osp($c, $this->k); // Output the ciphertext C return $c; } /** * RSAES-OAEP-ENCRYPT * * See {@link http://tools.ietf.org/html/rfc3447#section-7.1.1 RFC3447#section-7.1.1} and * {http://en.wikipedia.org/wiki/Optimal_Asymmetric_Encryption_Padding OAES}. * * @access private * @param string $m * @throws \LengthException if strlen($m) > $this->k - 2 * $this->hLen - 2 * @return string */ private function rsaes_oaep_encrypt($m) { $mLen = strlen($m); // Length checking // if $l is larger than two million terrabytes and you're using sha1, PKCS#1 suggests a "Label too long" error // be output. if ($mLen > $this->k - 2 * $this->hLen - 2) { throw new \LengthException('Message too long'); } // EME-OAEP encoding $lHash = $this->hash->hash($this->label); $ps = str_repeat(chr(0), $this->k - $mLen - 2 * $this->hLen - 2); $db = $lHash . $ps . chr(1) . $m; $seed = Random::string($this->hLen); $dbMask = $this->mgf1($seed, $this->k - $this->hLen - 1); $maskedDB = $db ^ $dbMask; $seedMask = $this->mgf1($maskedDB, $this->hLen); $maskedSeed = $seed ^ $seedMask; $em = chr(0) . $maskedSeed . $maskedDB; // RSA encryption $m = $this->os2ip($em); $c = $this->rsaep($m); $c = $this->i2osp($c, $this->k); // Output the ciphertext C return $c; } /** * RSAEP * * See {@link http://tools.ietf.org/html/rfc3447#section-5.1.1 RFC3447#section-5.1.1}. * * @access private * @param \phpseclib3\Math\BigInteger $m * @return bool|\phpseclib3\Math\BigInteger */ private function rsaep($m) { if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) { throw new \OutOfRangeException('Message representative out of range'); } return $this->exponentiate($m); } /** * Raw Encryption / Decryption * * Doesn't use padding and is not recommended. * * @access private * @param string $m * @return bool|string * @throws \LengthException if strlen($m) > $this->k */ private function raw_encrypt($m) { if (strlen($m) > $this->k) { throw new \LengthException('Message too long'); } $temp = $this->os2ip($m); $temp = $this->rsaep($temp); return $this->i2osp($temp, $this->k); } /** * Encryption * * Both self::PADDING_OAEP and self::PADDING_PKCS1 both place limits on how long $plaintext can be. * If $plaintext exceeds those limits it will be broken up so that it does and the resultant ciphertext's will * be concatenated together. * * @see self::decrypt() * @access public * @param string $plaintext * @return bool|string * @throws \LengthException if the RSA modulus is too short */ public function encrypt($plaintext) { switch ($this->encryptionPadding) { case self::ENCRYPTION_NONE: return $this->raw_encrypt($plaintext); case self::ENCRYPTION_PKCS1: return $this->rsaes_pkcs1_v1_5_encrypt($plaintext); //case self::ENCRYPTION_OAEP: default: return $this->rsaes_oaep_encrypt($plaintext); } } /** * Returns the public key * * The public key is only returned under two circumstances - if the private key had the public key embedded within it * or if the public key was set via setPublicKey(). If the currently loaded key is supposed to be the public key this * function won't return it since this library, for the most part, doesn't distinguish between public and private keys. * * @param string $type * @param array $options optional * @return mixed */ public function toString($type, array $options = []) { $type = self::validatePlugin('Keys', $type, 'savePublicKey'); if ($type == PSS::class) { if ($this->signaturePadding == self::SIGNATURE_PSS) { $options+= [ 'hash' => $this->hash->getHash(), 'MGFHash' => $this->mgfHash->getHash(), 'saltLength' => $this->getSaltLength() ]; } else { throw new UnsupportedFormatException('The PSS format can only be used when the signature method has been explicitly set to PSS'); } } return $type::savePublicKey($this->modulus, $this->publicExponent, $options); } /** * Converts a public key to a private key * * @return RSA */ public function asPrivateKey() { $new = new PrivateKey; $new->exponent = $this->exponent; $new->modulus = $this->modulus; $new->k = $this->k; $new->format = $this->format; return $new ->withHash($this->hash->getHash()) ->withMGFHash($this->mgfHash->getHash()) ->withSaltLength($this->sLen) ->withLabel($this->label) ->withPadding($this->signaturePadding | $this->encryptionPadding); } } PK5 ZQnAnA=vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA; use phpseclib3\Crypt\RSA; use phpseclib3\Math\BigInteger; use phpseclib3\File\ASN1; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Hash; use phpseclib3\Exceptions\NoKeyLoadedException; use phpseclib3\Exception\UnsupportedFormatException; use phpseclib3\Crypt\Random; use phpseclib3\Crypt\Common; use phpseclib3\Crypt\RSA\Formats\Keys\PSS; /** * Raw RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ class PrivateKey extends RSA implements Common\PrivateKey { use Common\Traits\PasswordProtected; /** * Primes for Chinese Remainder Theorem (ie. p and q) * * @var array * @access private */ protected $primes; /** * Exponents for Chinese Remainder Theorem (ie. dP and dQ) * * @var array * @access private */ protected $exponents; /** * Coefficients for Chinese Remainder Theorem (ie. qInv) * * @var array * @access private */ protected $coefficients; /** * Public Exponent * * @var mixed * @access private */ protected $publicExponent = false; /** * RSADP * * See {@link http://tools.ietf.org/html/rfc3447#section-5.1.2 RFC3447#section-5.1.2}. * * @access private * @param \phpseclib3\Math\BigInteger $c * @return bool|\phpseclib3\Math\BigInteger */ private function rsadp($c) { if ($c->compare(self::$zero) < 0 || $c->compare($this->modulus) > 0) { throw new \OutOfRangeException('Ciphertext representative out of range'); } return $this->exponentiate($c); } /** * RSASP1 * * See {@link http://tools.ietf.org/html/rfc3447#section-5.2.1 RFC3447#section-5.2.1}. * * @access private * @param \phpseclib3\Math\BigInteger $m * @return bool|\phpseclib3\Math\BigInteger */ private function rsasp1($m) { if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) { throw new \OutOfRangeException('Signature representative out of range'); } return $this->exponentiate($m); } /** * Exponentiate * * @param \phpseclib3\Math\BigInteger $x * @return \phpseclib3\Math\BigInteger */ protected function exponentiate(BigInteger $x) { switch (true) { case empty($this->primes): case $this->primes[1]->equals(self::$zero): case empty($this->coefficients): case $this->coefficients[2]->equals(self::$zero): case empty($this->exponents): case $this->exponents[1]->equals(self::$zero): return $x->modPow($this->exponent, $this->modulus); } $num_primes = count($this->primes); if (!static::$enableBlinding) { $m_i = [ 1 => $x->modPow($this->exponents[1], $this->primes[1]), 2 => $x->modPow($this->exponents[2], $this->primes[2]) ]; $h = $m_i[1]->subtract($m_i[2]); $h = $h->multiply($this->coefficients[2]); list(, $h) = $h->divide($this->primes[1]); $m = $m_i[2]->add($h->multiply($this->primes[2])); $r = $this->primes[1]; for ($i = 3; $i <= $num_primes; $i++) { $m_i = $x->modPow($this->exponents[$i], $this->primes[$i]); $r = $r->multiply($this->primes[$i - 1]); $h = $m_i->subtract($m); $h = $h->multiply($this->coefficients[$i]); list(, $h) = $h->divide($this->primes[$i]); $m = $m->add($r->multiply($h)); } } else { $smallest = $this->primes[1]; for ($i = 2; $i <= $num_primes; $i++) { if ($smallest->compare($this->primes[$i]) > 0) { $smallest = $this->primes[$i]; } } $r = BigInteger::randomRange(self::$one, $smallest->subtract(self::$one)); $m_i = [ 1 => $this->blind($x, $r, 1), 2 => $this->blind($x, $r, 2) ]; $h = $m_i[1]->subtract($m_i[2]); $h = $h->multiply($this->coefficients[2]); list(, $h) = $h->divide($this->primes[1]); $m = $m_i[2]->add($h->multiply($this->primes[2])); $r = $this->primes[1]; for ($i = 3; $i <= $num_primes; $i++) { $m_i = $this->blind($x, $r, $i); $r = $r->multiply($this->primes[$i - 1]); $h = $m_i->subtract($m); $h = $h->multiply($this->coefficients[$i]); list(, $h) = $h->divide($this->primes[$i]); $m = $m->add($r->multiply($h)); } } return $m; } /** * Performs RSA Blinding * * Protects against timing attacks by employing RSA Blinding. * Returns $x->modPow($this->exponents[$i], $this->primes[$i]) * * @access private * @param \phpseclib3\Math\BigInteger $x * @param \phpseclib3\Math\BigInteger $r * @param int $i * @return \phpseclib3\Math\BigInteger */ private function blind($x, $r, $i) { $x = $x->multiply($r->modPow($this->publicExponent, $this->primes[$i])); $x = $x->modPow($this->exponents[$i], $this->primes[$i]); $r = $r->modInverse($this->primes[$i]); $x = $x->multiply($r); list(, $x) = $x->divide($this->primes[$i]); return $x; } /** * EMSA-PSS-ENCODE * * See {@link http://tools.ietf.org/html/rfc3447#section-9.1.1 RFC3447#section-9.1.1}. * * @return string * @access private * @param string $m * @throws \RuntimeException on encoding error * @param int $emBits */ private function emsa_pss_encode($m, $emBits) { // if $m is larger than two million terrabytes and you're using sha1, PKCS#1 suggests a "Label too long" error // be output. $emLen = ($emBits + 1) >> 3; // ie. ceil($emBits / 8) $sLen = $this->sLen !== null ? $this->sLen : $this->hLen; $mHash = $this->hash->hash($m); if ($emLen < $this->hLen + $sLen + 2) { throw new \LengthException('RSA modulus too short'); } $salt = Random::string($sLen); $m2 = "\0\0\0\0\0\0\0\0" . $mHash . $salt; $h = $this->hash->hash($m2); $ps = str_repeat(chr(0), $emLen - $sLen - $this->hLen - 2); $db = $ps . chr(1) . $salt; $dbMask = $this->mgf1($h, $emLen - $this->hLen - 1); $maskedDB = $db ^ $dbMask; $maskedDB[0] = ~chr(0xFF << ($emBits & 7)) & $maskedDB[0]; $em = $maskedDB . $h . chr(0xBC); return $em; } /** * RSASSA-PSS-SIGN * * See {@link http://tools.ietf.org/html/rfc3447#section-8.1.1 RFC3447#section-8.1.1}. * * @access private * @param string $m * @return bool|string */ private function rsassa_pss_sign($m) { // EMSA-PSS encoding $em = $this->emsa_pss_encode($m, 8 * $this->k - 1); // RSA signature $m = $this->os2ip($em); $s = $this->rsasp1($m); $s = $this->i2osp($s, $this->k); // Output the signature S return $s; } /** * RSASSA-PKCS1-V1_5-SIGN * * See {@link http://tools.ietf.org/html/rfc3447#section-8.2.1 RFC3447#section-8.2.1}. * * @access private * @param string $m * @throws \LengthException if the RSA modulus is too short * @return bool|string */ private function rsassa_pkcs1_v1_5_sign($m) { // EMSA-PKCS1-v1_5 encoding // If the encoding operation outputs "intended encoded message length too short," output "RSA modulus // too short" and stop. try { $em = $this->emsa_pkcs1_v1_5_encode($m, $this->k); } catch (\LengthException $e) { throw new \LengthException('RSA modulus too short'); } // RSA signature $m = $this->os2ip($em); $s = $this->rsasp1($m); $s = $this->i2osp($s, $this->k); // Output the signature S return $s; } /** * Create a signature * * @see self::verify() * @access public * @param string $message * @return string */ public function sign($message) { switch ($this->signaturePadding) { case self::SIGNATURE_PKCS1: case self::SIGNATURE_RELAXED_PKCS1: return $this->rsassa_pkcs1_v1_5_sign($message); //case self::SIGNATURE_PSS: default: return $this->rsassa_pss_sign($message); } } /** * RSAES-PKCS1-V1_5-DECRYPT * * See {@link http://tools.ietf.org/html/rfc3447#section-7.2.2 RFC3447#section-7.2.2}. * * @access private * @param string $c * @return bool|string */ private function rsaes_pkcs1_v1_5_decrypt($c) { // Length checking if (strlen($c) != $this->k) { // or if k < 11 throw new \LengthException('Ciphertext representative too long'); } // RSA decryption $c = $this->os2ip($c); $m = $this->rsadp($c); $em = $this->i2osp($m, $this->k); // EME-PKCS1-v1_5 decoding if (ord($em[0]) != 0 || ord($em[1]) > 2) { throw new \RuntimeException('Decryption error'); } $ps = substr($em, 2, strpos($em, chr(0), 2) - 2); $m = substr($em, strlen($ps) + 3); if (strlen($ps) < 8) { throw new \RuntimeException('Decryption error'); } // Output M return $m; } /** * RSAES-OAEP-DECRYPT * * See {@link http://tools.ietf.org/html/rfc3447#section-7.1.2 RFC3447#section-7.1.2}. The fact that the error * messages aren't distinguishable from one another hinders debugging, but, to quote from RFC3447#section-7.1.2: * * Note. Care must be taken to ensure that an opponent cannot * distinguish the different error conditions in Step 3.g, whether by * error message or timing, or, more generally, learn partial * information about the encoded message EM. Otherwise an opponent may * be able to obtain useful information about the decryption of the * ciphertext C, leading to a chosen-ciphertext attack such as the one * observed by Manger [36]. * * @access private * @param string $c * @return bool|string */ private function rsaes_oaep_decrypt($c) { // Length checking // if $l is larger than two million terrabytes and you're using sha1, PKCS#1 suggests a "Label too long" error // be output. if (strlen($c) != $this->k || $this->k < 2 * $this->hLen + 2) { throw new \LengthException('Ciphertext representative too long'); } // RSA decryption $c = $this->os2ip($c); $m = $this->rsadp($c); $em = $this->i2osp($m, $this->k); // EME-OAEP decoding $lHash = $this->hash->hash($this->label); $y = ord($em[0]); $maskedSeed = substr($em, 1, $this->hLen); $maskedDB = substr($em, $this->hLen + 1); $seedMask = $this->mgf1($maskedDB, $this->hLen); $seed = $maskedSeed ^ $seedMask; $dbMask = $this->mgf1($seed, $this->k - $this->hLen - 1); $db = $maskedDB ^ $dbMask; $lHash2 = substr($db, 0, $this->hLen); $m = substr($db, $this->hLen); $hashesMatch = hash_equals($lHash, $lHash2); $leadingZeros = 1; $patternMatch = 0; $offset = 0; for ($i = 0; $i < strlen($m); $i++) { $patternMatch|= $leadingZeros & ($m[$i] === "\1"); $leadingZeros&= $m[$i] === "\0"; $offset+= $patternMatch ? 0 : 1; } // we do & instead of && to avoid https://en.wikipedia.org/wiki/Short-circuit_evaluation // to protect against timing attacks if (!$hashesMatch & !$patternMatch) { throw new \RuntimeException('Decryption error'); } // Output the message M return substr($m, $offset + 1); } /** * Raw Encryption / Decryption * * Doesn't use padding and is not recommended. * * @access private * @param string $m * @return bool|string * @throws \LengthException if strlen($m) > $this->k */ private function raw_encrypt($m) { if (strlen($m) > $this->k) { throw new \LengthException('Ciphertext representative too long'); } $temp = $this->os2ip($m); $temp = $this->rsadp($temp); return $this->i2osp($temp, $this->k); } /** * Decryption * * @see self::encrypt() * @access public * @param string $ciphertext * @return bool|string */ public function decrypt($ciphertext) { switch ($this->encryptionPadding) { case self::ENCRYPTION_NONE: return $this->raw_encrypt($ciphertext); case self::ENCRYPTION_PKCS1: return $this->rsaes_pkcs1_v1_5_decrypt($ciphertext); //case self::ENCRYPTION_OAEP: default: return $this->rsaes_oaep_decrypt($ciphertext); } } /** * Returns the public key * * @access public * @return mixed */ public function getPublicKey() { $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey'); if (empty($this->modulus) || empty($this->publicExponent)) { throw new \RuntimeException('Public key components not found'); } $key = $type::savePublicKey($this->modulus, $this->publicExponent); return RSA::loadFormat('PKCS8', $key) ->withHash($this->hash->getHash()) ->withMGFHash($this->mgfHash->getHash()) ->withSaltLength($this->sLen) ->withLabel($this->label) ->withPadding($this->signaturePadding | $this->encryptionPadding); } /** * Returns the private key * * @param string $type * @param array $options optional * @return string */ public function toString($type, array $options = []) { $type = self::validatePlugin( 'Keys', $type, empty($this->primes) ? 'savePublicKey' : 'savePrivateKey' ); if ($type == PSS::class) { if ($this->signaturePadding == self::SIGNATURE_PSS) { $options+= [ 'hash' => $this->hash->getHash(), 'MGFHash' => $this->mgfHash->getHash(), 'saltLength' => $this->getSaltLength() ]; } else { throw new UnsupportedFormatException('The PSS format can only be used when the signature method has been explicitly set to PSS'); } } if (empty($this->primes)) { return $type::savePublicKey($this->modulus, $this->exponent, $options); } return $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $this->primes, $this->exponents, $this->coefficients, $this->password, $options); /* $key = $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $this->primes, $this->exponents, $this->coefficients, $this->password, $options); if ($key !== false || count($this->primes) == 2) { return $key; } $nSize = $this->getSize() >> 1; $primes = [1 => clone self::$one, clone self::$one]; $i = 1; foreach ($this->primes as $prime) { $primes[$i] = $primes[$i]->multiply($prime); if ($primes[$i]->getLength() >= $nSize) { $i++; } } $exponents = []; $coefficients = [2 => $primes[2]->modInverse($primes[1])]; foreach ($primes as $i => $prime) { $temp = $prime->subtract(self::$one); $exponents[$i] = $this->modulus->modInverse($temp); } return $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $primes, $exponents, $coefficients, $this->password, $options); */ } } PK5 Z+xxFvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\UnsupportedFormatException; /** * Microsoft BLOB Formatted RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class MSBLOB { /** * Public/Private Key Pair * * @access private */ const PRIVATEKEYBLOB = 0x7; /** * Public Key * * @access private */ const PUBLICKEYBLOB = 0x6; /** * Public Key * * @access private */ const PUBLICKEYBLOBEX = 0xA; /** * RSA public key exchange algorithm * * @access private */ const CALG_RSA_KEYX = 0x0000A400; /** * RSA public key exchange algorithm * * @access private */ const CALG_RSA_SIGN = 0x00002400; /** * Public Key * * @access private */ const RSA1 = 0x31415352; /** * Private Key * * @access private */ const RSA2 = 0x32415352; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $key = Base64::decode($key); if (!is_string($key)) { throw new \UnexpectedValueException('Base64 decoding produced an error'); } if (strlen($key) < 20) { throw new \UnexpectedValueException('Key appears to be malformed'); } // PUBLICKEYSTRUC publickeystruc // https://msdn.microsoft.com/en-us/library/windows/desktop/aa387453(v=vs.85).aspx extract(unpack('atype/aversion/vreserved/Valgo', Strings::shift($key, 8))); /** * @var string $type * @var string $version * @var integer $reserved * @var integer $algo */ switch (ord($type)) { case self::PUBLICKEYBLOB: case self::PUBLICKEYBLOBEX: $publickey = true; break; case self::PRIVATEKEYBLOB: $publickey = false; break; default: throw new \UnexpectedValueException('Key appears to be malformed'); } $components = ['isPublicKey' => $publickey]; // https://msdn.microsoft.com/en-us/library/windows/desktop/aa375549(v=vs.85).aspx switch ($algo) { case self::CALG_RSA_KEYX: case self::CALG_RSA_SIGN: break; default: throw new \UnexpectedValueException('Key appears to be malformed'); } // RSAPUBKEY rsapubkey // https://msdn.microsoft.com/en-us/library/windows/desktop/aa387685(v=vs.85).aspx // could do V for pubexp but that's unsigned 32-bit whereas some PHP installs only do signed 32-bit extract(unpack('Vmagic/Vbitlen/a4pubexp', Strings::shift($key, 12))); /** * @var integer $magic * @var integer $bitlen * @var string $pubexp */ switch ($magic) { case self::RSA2: $components['isPublicKey'] = false; case self::RSA1: break; default: throw new \UnexpectedValueException('Key appears to be malformed'); } $baseLength = $bitlen / 16; if (strlen($key) != 2 * $baseLength && strlen($key) != 9 * $baseLength) { throw new \UnexpectedValueException('Key appears to be malformed'); } $components[$components['isPublicKey'] ? 'publicExponent' : 'privateExponent'] = new BigInteger(strrev($pubexp), 256); // BYTE modulus[rsapubkey.bitlen/8] $components['modulus'] = new BigInteger(strrev(Strings::shift($key, $bitlen / 8)), 256); if ($publickey) { return $components; } $components['isPublicKey'] = false; // BYTE prime1[rsapubkey.bitlen/16] $components['primes'] = [1 => new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256)]; // BYTE prime2[rsapubkey.bitlen/16] $components['primes'][] = new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256); // BYTE exponent1[rsapubkey.bitlen/16] $components['exponents'] = [1 => new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256)]; // BYTE exponent2[rsapubkey.bitlen/16] $components['exponents'][] = new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256); // BYTE coefficient[rsapubkey.bitlen/16] $components['coefficients'] = [2 => new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256)]; if (isset($components['privateExponent'])) { $components['publicExponent'] = $components['privateExponent']; } // BYTE privateExponent[rsapubkey.bitlen/8] $components['privateExponent'] = new BigInteger(strrev(Strings::shift($key, $bitlen / 8)), 256); return $components; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '') { if (count($primes) != 2) { throw new \InvalidArgumentException('MSBLOB does not support multi-prime RSA keys'); } if (!empty($password) && is_string($password)) { throw new UnsupportedFormatException('MSBLOB private keys do not support encryption'); } $n = strrev($n->toBytes()); $e = str_pad(strrev($e->toBytes()), 4, "\0"); $key = pack('aavV', chr(self::PRIVATEKEYBLOB), chr(2), 0, self::CALG_RSA_KEYX); $key.= pack('VVa*', self::RSA2, 8 * strlen($n), $e); $key.= $n; $key.= strrev($primes[1]->toBytes()); $key.= strrev($primes[2]->toBytes()); $key.= strrev($exponents[1]->toBytes()); $key.= strrev($exponents[2]->toBytes()); $key.= strrev($coefficients[2]->toBytes()); $key.= strrev($d->toBytes()); return Base64::encode($key); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e) { $n = strrev($n->toBytes()); $e = str_pad(strrev($e->toBytes()), 4, "\0"); $key = pack('aavV', chr(self::PUBLICKEYBLOB), chr(2), 0, self::CALG_RSA_KEYX); $key.= pack('VVa*', self::RSA1, 8 * strlen($n), $e); $key.= $n; return Base64::encode($key); } } PK5 ZKI@Gvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; /** * OpenSSH Formatted RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class OpenSSH extends Progenitor { /** * Supported Key Types * * @var array */ protected static $types = ['ssh-rsa']; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { static $one; if (!isset($one)) { $one = new BigInteger(1); } $parsed = parent::load($key, $password); if (isset($parsed['paddedKey'])) { list($type) = Strings::unpackSSH2('s', $parsed['paddedKey']); if ($type != $parsed['type']) { throw new \RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])"); } $primes = $coefficients = []; list( $modulus, $publicExponent, $privateExponent, $coefficients[2], $primes[1], $primes[2], $comment, ) = Strings::unpackSSH2('i6s', $parsed['paddedKey']); $temp = $primes[1]->subtract($one); $exponents = [1 => $publicExponent->modInverse($temp)]; $temp = $primes[2]->subtract($one); $exponents[] = $publicExponent->modInverse($temp); $isPublicKey = false; return compact('publicExponent', 'modulus', 'privateExponent', 'primes', 'coefficients', 'exponents', 'comment', 'isPublicKey'); } list($publicExponent, $modulus) = Strings::unpackSSH2('ii', $parsed['publicKey']); return [ 'isPublicKey' => true, 'modulus' => $modulus, 'publicExponent' => $publicExponent, 'comment' => $parsed['comment'] ]; } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param array $options optional * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) { $RSAPublicKey = Strings::packSSH2('sii', 'ssh-rsa', $e, $n); if (isset($options['binary']) ? $options['binary'] : self::$binary) { return $RSAPublicKey; } $comment = isset($options['comment']) ? $options['comment'] : self::$comment; $RSAPublicKey = 'ssh-rsa ' . base64_encode($RSAPublicKey) . ' ' . $comment; return $RSAPublicKey; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) { $publicKey = self::savePublicKey($n, $e, ['binary' => true]); $privateKey = Strings::packSSH2('si6', 'ssh-rsa', $n, $e, $d, $coefficients[2], $primes[1], $primes[2]); return self::wrapPrivateKey($publicKey, $privateKey, $password, $options); } } PK5 Z%Cvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Common\Functions\Strings; /** * PKCS#8 Formatted RSA-PSS Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PSS extends Progenitor { /** * OID Name * * @var string * @access private */ const OID_NAME = 'id-RSASSA-PSS'; /** * OID Value * * @var string * @access private */ const OID_VALUE = '1.2.840.113549.1.1.10'; /** * OIDs loaded * * @var bool * @access private */ private static $oidsLoaded = false; /** * Child OIDs loaded * * @var bool * @access private */ protected static $childOIDsLoaded = false; /** * Initialize static variables */ private static function initialize_static_variables() { if (!self::$oidsLoaded) { ASN1::loadOIDs([ 'md2' => '1.2.840.113549.2.2', 'md4' => '1.2.840.113549.2.4', 'md5' => '1.2.840.113549.2.5', 'id-sha1' => '1.3.14.3.2.26', 'id-sha256' => '2.16.840.1.101.3.4.2.1', 'id-sha384' => '2.16.840.1.101.3.4.2.2', 'id-sha512' => '2.16.840.1.101.3.4.2.3', 'id-sha224' => '2.16.840.1.101.3.4.2.4', 'id-sha512/224' => '2.16.840.1.101.3.4.2.5', 'id-sha512/256' => '2.16.840.1.101.3.4.2.6', 'id-mgf1' => '1.2.840.113549.1.1.8' ]); self::$oidsLoaded = true; } } /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { self::initialize_static_variables(); if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $components = ['isPublicKey' => strpos($key, 'PUBLIC') !== false]; $key = parent::load($key, $password); $type = isset($key['privateKey']) ? 'private' : 'public'; $result = $components + PKCS1::load($key[$type . 'Key']); if (isset($key[$type . 'KeyAlgorithm']['parameters'])) { $decoded = ASN1::decodeBER($key[$type . 'KeyAlgorithm']['parameters']); if ($decoded === false) { throw new \UnexpectedValueException('Unable to decode parameters'); } $params = ASN1::asn1map($decoded[0], Maps\RSASSA_PSS_params::MAP); } else { $params = []; } if (isset($params['maskGenAlgorithm']['parameters'])) { $decoded = ASN1::decodeBER($params['maskGenAlgorithm']['parameters']); if ($decoded === false) { throw new \UnexpectedValueException('Unable to decode parameters'); } $params['maskGenAlgorithm']['parameters'] = ASN1::asn1map($decoded[0], Maps\HashAlgorithm::MAP); } else { $params['maskGenAlgorithm'] = [ 'algorithm' => 'id-mgf1', 'parameters' => ['algorithm' => 'id-sha1'] ]; } if (!isset($params['hashAlgorithm']['algorithm'])) { $params['hashAlgorithm']['algorithm'] = 'id-sha1'; } $result['hash'] = str_replace('id-', '', $params['hashAlgorithm']['algorithm']); $result['MGFHash'] = str_replace('id-', '', $params['maskGenAlgorithm']['parameters']['algorithm']); if (isset($params['saltLength'])) { $result['saltLength'] = (int) $params['saltLength']->toString(); } if (isset($key['meta'])) { $result['meta'] = $key['meta']; } return $result; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) { self::initialize_static_variables(); $key = PKCS1::savePrivateKey($n, $e, $d, $primes, $exponents, $coefficients); $key = ASN1::extractBER($key); $params = self::savePSSParams($options); return self::wrapPrivateKey($key, [], $params, $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param array $options optional * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) { self::initialize_static_variables(); $key = PKCS1::savePublicKey($n, $e); $key = ASN1::extractBER($key); $params = self::savePSSParams($options); return self::wrapPublicKey($key, $params); } /** * Encodes PSS parameters * * @access public * @param array $options * @return string */ public static function savePSSParams(array $options) { /* The trailerField field is an integer. It provides compatibility with IEEE Std 1363a-2004 [P1363A]. The value MUST be 1, which represents the trailer field with hexadecimal value 0xBC. Other trailer fields, including the trailer field composed of HashID concatenated with 0xCC that is specified in IEEE Std 1363a, are not supported. Implementations that perform signature generation MUST omit the trailerField field, indicating that the default trailer field value was used. Implementations that perform signature validation MUST recognize both a present trailerField field with value 1 and an absent trailerField field. source: https://tools.ietf.org/html/rfc4055#page-9 */ $params = [ 'trailerField' => new BigInteger(1) ]; if (isset($options['hash'])) { $params['hashAlgorithm']['algorithm'] = 'id-' . $options['hash']; } if (isset($options['MGFHash'])) { $temp = ['algorithm' => 'id-' . $options['MGFHash']]; $temp = ASN1::encodeDER($temp, Maps\HashAlgorithm::MAP); $params['maskGenAlgorithm'] = [ 'algorithm' => 'id-mgf1', 'parameters' => new ASN1\Element($temp) ]; } if (isset($options['saltLength'])) { $params['saltLength'] = new BigInteger($options['saltLength']); } return new ASN1\Element(ASN1::encodeDER($params, Maps\RSASSA_PSS_params::MAP)); } } PK5 Z<XHHEvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\Common\Functions\Strings; /** * PKCS#8 Formatted RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PKCS8 extends Progenitor { /** * OID Name * * @var string * @access private */ const OID_NAME = 'rsaEncryption'; /** * OID Value * * @var string * @access private */ const OID_VALUE = '1.2.840.113549.1.1.1'; /** * Child OIDs loaded * * @var bool * @access private */ protected static $childOIDsLoaded = false; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } if (strpos($key, 'PUBLIC') !== false) { $components = ['isPublicKey' => true]; } elseif (strpos($key, 'PRIVATE') !== false) { $components = ['isPublicKey' => false]; } else { $components = []; } $key = parent::load($key, $password); if (isset($key['privateKey'])) { if (!isset($components['isPublicKey'])) { $components['isPublicKey'] = false; } $type = 'private'; } else { if (!isset($components['isPublicKey'])) { $components['isPublicKey'] = true; } $type = 'public'; } $result = $components + PKCS1::load($key[$type . 'Key']); if (isset($key['meta'])) { $result['meta'] = $key['meta']; } return $result; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) { $key = PKCS1::savePrivateKey($n, $e, $d, $primes, $exponents, $coefficients); $key = ASN1::extractBER($key); return self::wrapPrivateKey($key, [], null, $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param array $options optional * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) { $key = PKCS1::savePublicKey($n, $e); $key = ASN1::extractBER($key); return self::wrapPublicKey($key, null); } } PK5 ZhEvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; /** * PuTTY Formatted RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PuTTY extends Progenitor { /** * Public Handler * * @var string * @access private */ const PUBLIC_HANDLER = 'phpseclib3\Crypt\RSA\Formats\Keys\OpenSSH'; /** * Algorithm Identifier * * @var array * @access private */ protected static $types = ['ssh-rsa']; /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { static $one; if (!isset($one)) { $one = new BigInteger(1); } $components = parent::load($key, $password); if (!isset($components['private'])) { return $components; } extract($components); unset($components['public'], $components['private']); $isPublicKey = false; $result = Strings::unpackSSH2('ii', $public); if ($result === false) { throw new \UnexpectedValueException('Key appears to be malformed'); } list($publicExponent, $modulus) = $result; $result = Strings::unpackSSH2('iiii', $private); if ($result === false) { throw new \UnexpectedValueException('Key appears to be malformed'); } $primes = $coefficients = []; list($privateExponent, $primes[1], $primes[2], $coefficients[2]) = $result; $temp = $primes[1]->subtract($one); $exponents = [1 => $publicExponent->modInverse($temp)]; $temp = $primes[2]->subtract($one); $exponents[] = $publicExponent->modInverse($temp); return compact('publicExponent', 'modulus', 'privateExponent', 'primes', 'coefficients', 'exponents', 'comment', 'isPublicKey'); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) { if (count($primes) != 2) { throw new \InvalidArgumentException('PuTTY does not support multi-prime RSA keys'); } $public = Strings::packSSH2('ii', $e, $n); $private = Strings::packSSH2('iiii', $d, $primes[1], $primes[2], $coefficients[2]); return self::wrapPrivateKey($public, $private, 'ssh-rsa', $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e) { return self::wrapPublicKey(Strings::packSSH2('ii', $e, $n), 'ssh-rsa'); } } PK5 Zݠ,Cvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use ParagonIE\ConstantTime\Base64; use phpseclib3\Math\BigInteger; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\UnsupportedFormatException; /** * XML Formatted RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class XML { /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } $components = [ 'isPublicKey' => false, 'primes' => [], 'exponents' => [], 'coefficients' => [] ]; $use_errors = libxml_use_internal_errors(true); $dom = new \DOMDocument(); if (substr($key, 0, 5) != '' . $key . ''; } if (!$dom->loadXML($key)) { throw new \UnexpectedValueException('Key does not appear to contain XML'); } $xpath = new \DOMXPath($dom); $keys = ['modulus', 'exponent', 'p', 'q', 'dp', 'dq', 'inverseq', 'd']; foreach ($keys as $key) { // $dom->getElementsByTagName($key) is case-sensitive $temp = $xpath->query("//*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')='$key']"); if (!$temp->length) { continue; } $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256); switch ($key) { case 'modulus': $components['modulus'] = $value; break; case 'exponent': $components['publicExponent'] = $value; break; case 'p': $components['primes'][1] = $value; break; case 'q': $components['primes'][2] = $value; break; case 'dp': $components['exponents'][1] = $value; break; case 'dq': $components['exponents'][2] = $value; break; case 'inverseq': $components['coefficients'][2] = $value; break; case 'd': $components['privateExponent'] = $value; } } libxml_use_internal_errors($use_errors); foreach ($components as $key => $value) { if (is_array($value) && !count($value)) { unset($components[$key]); } } if (isset($components['modulus']) && isset($components['publicExponent'])) { if (count($components) == 3) { $components['isPublicKey'] = true; } return $components; } throw new \UnexpectedValueException('Modulus / exponent not present'); } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '') { if (count($primes) != 2) { throw new \InvalidArgumentException('XML does not support multi-prime RSA keys'); } if (!empty($password) && is_string($password)) { throw new UnsupportedFormatException('XML private keys do not support encryption'); } return "\r\n" . ' ' . Base64::encode($n->toBytes()) . "\r\n" . ' ' . Base64::encode($e->toBytes()) . "\r\n" . '

' . Base64::encode($primes[1]->toBytes()) . "

\r\n" . ' ' . Base64::encode($primes[2]->toBytes()) . "\r\n" . ' ' . Base64::encode($exponents[1]->toBytes()) . "\r\n" . ' ' . Base64::encode($exponents[2]->toBytes()) . "\r\n" . ' ' . Base64::encode($coefficients[2]->toBytes()) . "\r\n" . ' ' . Base64::encode($d->toBytes()) . "\r\n" . '
'; } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e) { return "\r\n" . ' ' . Base64::encode($n->toBytes()) . "\r\n" . ' ' . Base64::encode($e->toBytes()) . "\r\n" . ''; } } PK5 Z҅ Cvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use phpseclib3\Math\BigInteger; /** * Raw RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class Raw { /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!is_array($key)) { throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key)); } if (isset($key['isPublicKey']) && isset($key['modulus'])) { if (isset($key['privateExponent']) || isset($key['publicExponent'])) { if (!isset($key['primes'])) { return $key; } if (isset($key['exponents']) && isset($key['coefficients']) && isset($key['publicExponent']) && isset($key['privateExponent'])) { return $key; } } } $components = ['isPublicKey' => true]; switch (true) { case isset($key['e']): $components['publicExponent'] = $key['e']; break; case isset($key['exponent']): $components['publicExponent'] = $key['exponent']; break; case isset($key['publicExponent']): $components['publicExponent'] = $key['publicExponent']; break; case isset($key[0]): $components['publicExponent'] = $key[0]; } switch (true) { case isset($key['n']): $components['modulus'] = $key['n']; break; case isset($key['modulo']): $components['modulus'] = $key['modulo']; break; case isset($key['modulus']): $components['modulus'] = $key['modulus']; break; case isset($key[1]): $components['modulus'] = $key[1]; } if (isset($components['modulus']) && isset($components['publicExponent'])) { return $components; } throw new \UnexpectedValueException('Modulus / exponent not present'); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @return array */ public static function savePublicKey(BigInteger $n, BigInteger $e) { return ['e' => clone $e, 'n' => clone $n]; } } PK5 Z"D%Evendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.phpnu[ * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt\RSA\Formats\Keys; use phpseclib3\Math\BigInteger; use phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; use phpseclib3\File\ASN1; use phpseclib3\File\ASN1\Maps; use phpseclib3\Common\Functions\Strings; /** * PKCS#1 Formatted RSA Key Handler * * @package RSA * @author Jim Wigginton * @access public */ abstract class PKCS1 extends Progenitor { /** * Break a public or private key down into its constituent components * * @access public * @param string $key * @param string $password optional * @return array */ public static function load($key, $password = '') { if (!Strings::is_stringable($key)) { throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key)); } if (strpos($key, 'PUBLIC') !== false) { $components = ['isPublicKey' => true]; } elseif (strpos($key, 'PRIVATE') !== false) { $components = ['isPublicKey' => false]; } else { $components = []; } $key = parent::load($key, $password); $decoded = ASN1::decodeBER($key); if (empty($decoded)) { throw new \RuntimeException('Unable to decode BER'); } $key = ASN1::asn1map($decoded[0], Maps\RSAPrivateKey::MAP); if (is_array($key)) { $components+= [ 'modulus' => $key['modulus'], 'publicExponent' => $key['publicExponent'], 'privateExponent' => $key['privateExponent'], 'primes' => [1 => $key['prime1'], $key['prime2']], 'exponents' => [1 => $key['exponent1'], $key['exponent2']], 'coefficients' => [2 => $key['coefficient']] ]; if ($key['version'] == 'multi') { foreach ($key['otherPrimeInfos'] as $primeInfo) { $components['primes'][] = $primeInfo['prime']; $components['exponents'][] = $primeInfo['exponent']; $components['coefficients'][] = $primeInfo['coefficient']; } } if (!isset($components['isPublicKey'])) { $components['isPublicKey'] = false; } return $components; } $key = ASN1::asn1map($decoded[0], Maps\RSAPublicKey::MAP); if (!is_array($key)) { throw new \RuntimeException('Unable to perform ASN1 mapping'); } if (!isset($components['isPublicKey'])) { $components['isPublicKey'] = true; } return $components + $key; } /** * Convert a private key to the appropriate format. * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @param \phpseclib3\Math\BigInteger $d * @param array $primes * @param array $exponents * @param array $coefficients * @param string $password optional * @param array $options optional * @return string */ public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) { $num_primes = count($primes); $key = [ 'version' => $num_primes == 2 ? 'two-prime' : 'multi', 'modulus' => $n, 'publicExponent' => $e, 'privateExponent' => $d, 'prime1' => $primes[1], 'prime2' => $primes[2], 'exponent1' => $exponents[1], 'exponent2' => $exponents[2], 'coefficient' => $coefficients[2] ]; for ($i = 3; $i <= $num_primes; $i++) { $key['otherPrimeInfos'][] = [ 'prime' => $primes[$i], 'exponent' => $exponents[$i], 'coefficient' => $coefficients[$i] ]; } $key = ASN1::encodeDER($key, Maps\RSAPrivateKey::MAP); return self::wrapPrivateKey($key, 'RSA', $password, $options); } /** * Convert a public key to the appropriate format * * @access public * @param \phpseclib3\Math\BigInteger $n * @param \phpseclib3\Math\BigInteger $e * @return string */ public static function savePublicKey(BigInteger $n, BigInteger $e) { $key = [ 'modulus' => $n, 'publicExponent' => $e ]; $key = ASN1::encodeDER($key, Maps\RSAPublicKey::MAP); return self::wrapPublicKey($key, 'RSA'); } } PK5 Z |i'  >vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.phpnu[ * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\AsymmetricKey; use phpseclib3\Crypt\Common\PublicKey; use phpseclib3\Crypt\Common\PrivateKey; use phpseclib3\Exception\NoKeyLoadedException; use phpseclib3\File\X509; /** * PublicKeyLoader * * @package Common * @author Jim Wigginton * @access public */ abstract class PublicKeyLoader { /** * Loads a public or private key * * @return AsymmetricKey * @access public * @param string|array $key * @param string $password optional */ public static function load($key, $password = false) { try { return EC::load($key, $password); } catch (NoKeyLoadedException $e) {} try { return RSA::load($key, $password); } catch (NoKeyLoadedException $e) {} try { return DSA::load($key, $password); } catch (NoKeyLoadedException $e) {} try { $x509 = new X509(); $x509->loadX509($key); $key = $x509->getPublicKey(); if ($key) { return $key; } } catch (\Exception $e) {} throw new NoKeyLoadedException('Unable to read key'); } /** * Loads a private key * * @return PrivateKey * @access public * @param string|array $key * @param string $password optional */ public function loadPrivateKey($key, $password = false) { $key = self::load($key, $password); if (!$key instanceof PrivateKey) { throw new NoKeyLoadedException('The key that was loaded was not a private key'); } return $key; } /** * Loads a public key * * @return PublicKey * @access public * @param string|array $key */ public function loadPublicKey($key) { $key = self::load($key); if (!$key instanceof PublicKey) { throw new NoKeyLoadedException('The key that was loaded was not a public key'); } return $key; } /** * Loads parameters * * @return AsymmetricKey * @access public * @param string|array $key */ public function loadParameters($key) { $key = self::load($key); if (!$key instanceof PrivateKey && !$key instanceof PublicKey) { throw new NoKeyLoadedException('The key that was loaded was not a parameter'); } return $key; } } PK5 ZErUU2vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.phpnu[ * setKey('abcdefgh'); * * $plaintext = str_repeat('a', 1024); * * echo $rc2->decrypt($rc2->encrypt($plaintext)); * ?> * * * @category Crypt * @package RC2 * @author Patrick Monnerat * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\BlockCipher; use phpseclib3\Exception\BadModeException; /** * Pure-PHP implementation of RC2. * * @package RC2 * @access public */ class RC2 extends BlockCipher { /** * Block Length of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size * @var int * @access private */ protected $block_size = 8; /** * The Key * * @see \phpseclib3\Crypt\Common\SymmetricKey::key * @see self::setKey() * @var string * @access private */ protected $key; /** * The Original (unpadded) Key * * @see \phpseclib3\Crypt\Common\SymmetricKey::key * @see self::setKey() * @see self::encrypt() * @see self::decrypt() * @var string * @access private */ private $orig_key; /** * Don't truncate / null pad key * * @see \phpseclib3\Crypt\Common\SymmetricKey::clearBuffers() * @var bool * @access private */ private $skip_key_adjustment = true; /** * Key Length (in bytes) * * @see \phpseclib3\Crypt\RC2::setKeyLength() * @var int * @access private */ protected $key_length = 16; // = 128 bits /** * The mcrypt specific name of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @var string * @access private */ protected $cipher_name_mcrypt = 'rc2'; /** * Optimizing value while CFB-encrypting * * @see \phpseclib3\Crypt\Common\SymmetricKey::cfb_init_len * @var int * @access private */ protected $cfb_init_len = 500; /** * The key length in bits. * * {@internal Should be in range [1..1024].} * * {@internal Changing this value after setting the key has no effect.} * * @see self::setKeyLength() * @see self::setKey() * @var int * @access private */ private $default_key_length = 1024; /** * The key length in bits. * * {@internal Should be in range [1..1024].} * * @see self::isValidEnine() * @see self::setKey() * @var int * @access private */ private $current_key_length; /** * The Key Schedule * * @see self::setupKey() * @var array * @access private */ private $keys; /** * Key expansion randomization table. * Twice the same 256-value sequence to save a modulus in key expansion. * * @see self::setKey() * @var array * @access private */ private static $pitable = [ 0xD9, 0x78, 0xF9, 0xC4, 0x19, 0xDD, 0xB5, 0xED, 0x28, 0xE9, 0xFD, 0x79, 0x4A, 0xA0, 0xD8, 0x9D, 0xC6, 0x7E, 0x37, 0x83, 0x2B, 0x76, 0x53, 0x8E, 0x62, 0x4C, 0x64, 0x88, 0x44, 0x8B, 0xFB, 0xA2, 0x17, 0x9A, 0x59, 0xF5, 0x87, 0xB3, 0x4F, 0x13, 0x61, 0x45, 0x6D, 0x8D, 0x09, 0x81, 0x7D, 0x32, 0xBD, 0x8F, 0x40, 0xEB, 0x86, 0xB7, 0x7B, 0x0B, 0xF0, 0x95, 0x21, 0x22, 0x5C, 0x6B, 0x4E, 0x82, 0x54, 0xD6, 0x65, 0x93, 0xCE, 0x60, 0xB2, 0x1C, 0x73, 0x56, 0xC0, 0x14, 0xA7, 0x8C, 0xF1, 0xDC, 0x12, 0x75, 0xCA, 0x1F, 0x3B, 0xBE, 0xE4, 0xD1, 0x42, 0x3D, 0xD4, 0x30, 0xA3, 0x3C, 0xB6, 0x26, 0x6F, 0xBF, 0x0E, 0xDA, 0x46, 0x69, 0x07, 0x57, 0x27, 0xF2, 0x1D, 0x9B, 0xBC, 0x94, 0x43, 0x03, 0xF8, 0x11, 0xC7, 0xF6, 0x90, 0xEF, 0x3E, 0xE7, 0x06, 0xC3, 0xD5, 0x2F, 0xC8, 0x66, 0x1E, 0xD7, 0x08, 0xE8, 0xEA, 0xDE, 0x80, 0x52, 0xEE, 0xF7, 0x84, 0xAA, 0x72, 0xAC, 0x35, 0x4D, 0x6A, 0x2A, 0x96, 0x1A, 0xD2, 0x71, 0x5A, 0x15, 0x49, 0x74, 0x4B, 0x9F, 0xD0, 0x5E, 0x04, 0x18, 0xA4, 0xEC, 0xC2, 0xE0, 0x41, 0x6E, 0x0F, 0x51, 0xCB, 0xCC, 0x24, 0x91, 0xAF, 0x50, 0xA1, 0xF4, 0x70, 0x39, 0x99, 0x7C, 0x3A, 0x85, 0x23, 0xB8, 0xB4, 0x7A, 0xFC, 0x02, 0x36, 0x5B, 0x25, 0x55, 0x97, 0x31, 0x2D, 0x5D, 0xFA, 0x98, 0xE3, 0x8A, 0x92, 0xAE, 0x05, 0xDF, 0x29, 0x10, 0x67, 0x6C, 0xBA, 0xC9, 0xD3, 0x00, 0xE6, 0xCF, 0xE1, 0x9E, 0xA8, 0x2C, 0x63, 0x16, 0x01, 0x3F, 0x58, 0xE2, 0x89, 0xA9, 0x0D, 0x38, 0x34, 0x1B, 0xAB, 0x33, 0xFF, 0xB0, 0xBB, 0x48, 0x0C, 0x5F, 0xB9, 0xB1, 0xCD, 0x2E, 0xC5, 0xF3, 0xDB, 0x47, 0xE5, 0xA5, 0x9C, 0x77, 0x0A, 0xA6, 0x20, 0x68, 0xFE, 0x7F, 0xC1, 0xAD, 0xD9, 0x78, 0xF9, 0xC4, 0x19, 0xDD, 0xB5, 0xED, 0x28, 0xE9, 0xFD, 0x79, 0x4A, 0xA0, 0xD8, 0x9D, 0xC6, 0x7E, 0x37, 0x83, 0x2B, 0x76, 0x53, 0x8E, 0x62, 0x4C, 0x64, 0x88, 0x44, 0x8B, 0xFB, 0xA2, 0x17, 0x9A, 0x59, 0xF5, 0x87, 0xB3, 0x4F, 0x13, 0x61, 0x45, 0x6D, 0x8D, 0x09, 0x81, 0x7D, 0x32, 0xBD, 0x8F, 0x40, 0xEB, 0x86, 0xB7, 0x7B, 0x0B, 0xF0, 0x95, 0x21, 0x22, 0x5C, 0x6B, 0x4E, 0x82, 0x54, 0xD6, 0x65, 0x93, 0xCE, 0x60, 0xB2, 0x1C, 0x73, 0x56, 0xC0, 0x14, 0xA7, 0x8C, 0xF1, 0xDC, 0x12, 0x75, 0xCA, 0x1F, 0x3B, 0xBE, 0xE4, 0xD1, 0x42, 0x3D, 0xD4, 0x30, 0xA3, 0x3C, 0xB6, 0x26, 0x6F, 0xBF, 0x0E, 0xDA, 0x46, 0x69, 0x07, 0x57, 0x27, 0xF2, 0x1D, 0x9B, 0xBC, 0x94, 0x43, 0x03, 0xF8, 0x11, 0xC7, 0xF6, 0x90, 0xEF, 0x3E, 0xE7, 0x06, 0xC3, 0xD5, 0x2F, 0xC8, 0x66, 0x1E, 0xD7, 0x08, 0xE8, 0xEA, 0xDE, 0x80, 0x52, 0xEE, 0xF7, 0x84, 0xAA, 0x72, 0xAC, 0x35, 0x4D, 0x6A, 0x2A, 0x96, 0x1A, 0xD2, 0x71, 0x5A, 0x15, 0x49, 0x74, 0x4B, 0x9F, 0xD0, 0x5E, 0x04, 0x18, 0xA4, 0xEC, 0xC2, 0xE0, 0x41, 0x6E, 0x0F, 0x51, 0xCB, 0xCC, 0x24, 0x91, 0xAF, 0x50, 0xA1, 0xF4, 0x70, 0x39, 0x99, 0x7C, 0x3A, 0x85, 0x23, 0xB8, 0xB4, 0x7A, 0xFC, 0x02, 0x36, 0x5B, 0x25, 0x55, 0x97, 0x31, 0x2D, 0x5D, 0xFA, 0x98, 0xE3, 0x8A, 0x92, 0xAE, 0x05, 0xDF, 0x29, 0x10, 0x67, 0x6C, 0xBA, 0xC9, 0xD3, 0x00, 0xE6, 0xCF, 0xE1, 0x9E, 0xA8, 0x2C, 0x63, 0x16, 0x01, 0x3F, 0x58, 0xE2, 0x89, 0xA9, 0x0D, 0x38, 0x34, 0x1B, 0xAB, 0x33, 0xFF, 0xB0, 0xBB, 0x48, 0x0C, 0x5F, 0xB9, 0xB1, 0xCD, 0x2E, 0xC5, 0xF3, 0xDB, 0x47, 0xE5, 0xA5, 0x9C, 0x77, 0x0A, 0xA6, 0x20, 0x68, 0xFE, 0x7F, 0xC1, 0xAD ]; /** * Inverse key expansion randomization table. * * @see self::setKey() * @var array * @access private */ private static $invpitable = [ 0xD1, 0xDA, 0xB9, 0x6F, 0x9C, 0xC8, 0x78, 0x66, 0x80, 0x2C, 0xF8, 0x37, 0xEA, 0xE0, 0x62, 0xA4, 0xCB, 0x71, 0x50, 0x27, 0x4B, 0x95, 0xD9, 0x20, 0x9D, 0x04, 0x91, 0xE3, 0x47, 0x6A, 0x7E, 0x53, 0xFA, 0x3A, 0x3B, 0xB4, 0xA8, 0xBC, 0x5F, 0x68, 0x08, 0xCA, 0x8F, 0x14, 0xD7, 0xC0, 0xEF, 0x7B, 0x5B, 0xBF, 0x2F, 0xE5, 0xE2, 0x8C, 0xBA, 0x12, 0xE1, 0xAF, 0xB2, 0x54, 0x5D, 0x59, 0x76, 0xDB, 0x32, 0xA2, 0x58, 0x6E, 0x1C, 0x29, 0x64, 0xF3, 0xE9, 0x96, 0x0C, 0x98, 0x19, 0x8D, 0x3E, 0x26, 0xAB, 0xA5, 0x85, 0x16, 0x40, 0xBD, 0x49, 0x67, 0xDC, 0x22, 0x94, 0xBB, 0x3C, 0xC1, 0x9B, 0xEB, 0x45, 0x28, 0x18, 0xD8, 0x1A, 0x42, 0x7D, 0xCC, 0xFB, 0x65, 0x8E, 0x3D, 0xCD, 0x2A, 0xA3, 0x60, 0xAE, 0x93, 0x8A, 0x48, 0x97, 0x51, 0x15, 0xF7, 0x01, 0x0B, 0xB7, 0x36, 0xB1, 0x2E, 0x11, 0xFD, 0x84, 0x2D, 0x3F, 0x13, 0x88, 0xB3, 0x34, 0x24, 0x1B, 0xDE, 0xC5, 0x1D, 0x4D, 0x2B, 0x17, 0x31, 0x74, 0xA9, 0xC6, 0x43, 0x6D, 0x39, 0x90, 0xBE, 0xC3, 0xB0, 0x21, 0x6B, 0xF6, 0x0F, 0xD5, 0x99, 0x0D, 0xAC, 0x1F, 0x5C, 0x9E, 0xF5, 0xF9, 0x4C, 0xD6, 0xDF, 0x89, 0xE4, 0x8B, 0xFF, 0xC7, 0xAA, 0xE7, 0xED, 0x46, 0x25, 0xB6, 0x06, 0x5E, 0x35, 0xB5, 0xEC, 0xCE, 0xE8, 0x6C, 0x30, 0x55, 0x61, 0x4A, 0xFE, 0xA0, 0x79, 0x03, 0xF0, 0x10, 0x72, 0x7C, 0xCF, 0x52, 0xA6, 0xA7, 0xEE, 0x44, 0xD3, 0x9A, 0x57, 0x92, 0xD0, 0x5A, 0x7A, 0x41, 0x7F, 0x0E, 0x00, 0x63, 0xF2, 0x4F, 0x05, 0x83, 0xC9, 0xA1, 0xD4, 0xDD, 0xC4, 0x56, 0xF4, 0xD2, 0x77, 0x81, 0x09, 0x82, 0x33, 0x9F, 0x07, 0x86, 0x75, 0x38, 0x4E, 0x69, 0xF1, 0xAD, 0x23, 0x73, 0x87, 0x70, 0x02, 0xC2, 0x1E, 0xB8, 0x0A, 0xFC, 0xE6 ]; /** * Default Constructor. * * @param string $mode * @access public * @throws \InvalidArgumentException if an invalid / unsupported mode is provided */ public function __construct($mode) { parent::__construct($mode); if ($this->mode == self::MODE_STREAM) { throw new BadModeException('Block ciphers cannot be ran in stream mode'); } } /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { switch ($engine) { case self::ENGINE_OPENSSL: if ($this->current_key_length != 128 || strlen($this->orig_key) < 16) { return false; } self::$cipher_name_openssl_ecb = 'rc2-ecb'; $this->cipher_name_openssl = 'rc2-' . $this->openssl_translate_mode(); } return parent::isValidEngineHelper($engine); } /** * Sets the key length. * * Valid key lengths are 8 to 1024. * Calling this function after setting the key has no effect until the next * \phpseclib3\Crypt\RC2::setKey() call. * * @access public * @param int $length in bits * @throws \LengthException if the key length isn't supported */ public function setKeyLength($length) { if ($length < 8 || $length > 1024) { throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys between 1 and 1024 bits, inclusive, are supported'); } $this->default_key_length = $this->current_key_length = $length; $this->explicit_key_length = $length >> 3; } /** * Returns the current key length * * @access public * @return int */ public function getKeyLength() { return $this->current_key_length; } /** * Sets the key. * * Keys can be of any length. RC2, itself, uses 8 to 1024 bit keys (eg. * strlen($key) <= 128), however, we only use the first 128 bytes if $key * has more then 128 bytes in it, and set $key to a single null byte if * it is empty. * * @see \phpseclib3\Crypt\Common\SymmetricKey::setKey() * @access public * @param string $key * @param int|boolean $t1 optional Effective key length in bits. * @throws \LengthException if the key length isn't supported */ public function setKey($key, $t1 = false) { $this->orig_key = $key; if ($t1 === false) { $t1 = $this->default_key_length; } if ($t1 < 1 || $t1 > 1024) { throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys between 1 and 1024 bits, inclusive, are supported'); } $this->current_key_length = $t1; if (strlen($key) < 1 || strlen($key) > 128) { throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes between 8 and 1024 bits, inclusive, are supported'); } $t = strlen($key); // The mcrypt RC2 implementation only supports effective key length // of 1024 bits. It is however possible to handle effective key // lengths in range 1..1024 by expanding the key and applying // inverse pitable mapping to the first byte before submitting it // to mcrypt. // Key expansion. $l = array_values(unpack('C*', $key)); $t8 = ($t1 + 7) >> 3; $tm = 0xFF >> (8 * $t8 - $t1); // Expand key. $pitable = self::$pitable; for ($i = $t; $i < 128; $i++) { $l[$i] = $pitable[$l[$i - 1] + $l[$i - $t]]; } $i = 128 - $t8; $l[$i] = $pitable[$l[$i] & $tm]; while ($i--) { $l[$i] = $pitable[$l[$i + 1] ^ $l[$i + $t8]]; } // Prepare the key for mcrypt. $l[0] = self::$invpitable[$l[0]]; array_unshift($l, 'C*'); $this->key = pack(...$l); $this->key_length = strlen($this->key); $this->changed = $this->nonIVChanged = true; $this->setEngine(); } /** * Encrypts a message. * * Mostly a wrapper for \phpseclib3\Crypt\Common\SymmetricKey::encrypt, with some additional OpenSSL handling code * * @see self::decrypt() * @access public * @param string $plaintext * @return string $ciphertext */ public function encrypt($plaintext) { if ($this->engine == self::ENGINE_OPENSSL) { $temp = $this->key; $this->key = $this->orig_key; $result = parent::encrypt($plaintext); $this->key = $temp; return $result; } return parent::encrypt($plaintext); } /** * Decrypts a message. * * Mostly a wrapper for \phpseclib3\Crypt\Common\SymmetricKey::decrypt, with some additional OpenSSL handling code * * @see self::encrypt() * @access public * @param string $ciphertext * @return string $plaintext */ public function decrypt($ciphertext) { if ($this->engine == self::ENGINE_OPENSSL) { $temp = $this->key; $this->key = $this->orig_key; $result = parent::decrypt($ciphertext); $this->key = $temp; return $result; } return parent::decrypt($ciphertext); } /** * Encrypts a block * * @see \phpseclib3\Crypt\Common\SymmetricKey::encryptBlock() * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @access private * @param string $in * @return string */ protected function encryptBlock($in) { list($r0, $r1, $r2, $r3) = array_values(unpack('v*', $in)); $keys = $this->keys; $limit = 20; $actions = [$limit => 44, 44 => 64]; $j = 0; for (;;) { // Mixing round. $r0 = (($r0 + $keys[$j++] + ((($r1 ^ $r2) & $r3) ^ $r1)) & 0xFFFF) << 1; $r0 |= $r0 >> 16; $r1 = (($r1 + $keys[$j++] + ((($r2 ^ $r3) & $r0) ^ $r2)) & 0xFFFF) << 2; $r1 |= $r1 >> 16; $r2 = (($r2 + $keys[$j++] + ((($r3 ^ $r0) & $r1) ^ $r3)) & 0xFFFF) << 3; $r2 |= $r2 >> 16; $r3 = (($r3 + $keys[$j++] + ((($r0 ^ $r1) & $r2) ^ $r0)) & 0xFFFF) << 5; $r3 |= $r3 >> 16; if ($j === $limit) { if ($limit === 64) { break; } // Mashing round. $r0 += $keys[$r3 & 0x3F]; $r1 += $keys[$r0 & 0x3F]; $r2 += $keys[$r1 & 0x3F]; $r3 += $keys[$r2 & 0x3F]; $limit = $actions[$limit]; } } return pack('vvvv', $r0, $r1, $r2, $r3); } /** * Decrypts a block * * @see \phpseclib3\Crypt\Common\SymmetricKey::decryptBlock() * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() * @access private * @param string $in * @return string */ protected function decryptBlock($in) { list($r0, $r1, $r2, $r3) = array_values(unpack('v*', $in)); $keys = $this->keys; $limit = 44; $actions = [$limit => 20, 20 => 0]; $j = 64; for (;;) { // R-mixing round. $r3 = ($r3 | ($r3 << 16)) >> 5; $r3 = ($r3 - $keys[--$j] - ((($r0 ^ $r1) & $r2) ^ $r0)) & 0xFFFF; $r2 = ($r2 | ($r2 << 16)) >> 3; $r2 = ($r2 - $keys[--$j] - ((($r3 ^ $r0) & $r1) ^ $r3)) & 0xFFFF; $r1 = ($r1 | ($r1 << 16)) >> 2; $r1 = ($r1 - $keys[--$j] - ((($r2 ^ $r3) & $r0) ^ $r2)) & 0xFFFF; $r0 = ($r0 | ($r0 << 16)) >> 1; $r0 = ($r0 - $keys[--$j] - ((($r1 ^ $r2) & $r3) ^ $r1)) & 0xFFFF; if ($j === $limit) { if ($limit === 0) { break; } // R-mashing round. $r3 = ($r3 - $keys[$r2 & 0x3F]) & 0xFFFF; $r2 = ($r2 - $keys[$r1 & 0x3F]) & 0xFFFF; $r1 = ($r1 - $keys[$r0 & 0x3F]) & 0xFFFF; $r0 = ($r0 - $keys[$r3 & 0x3F]) & 0xFFFF; $limit = $actions[$limit]; } } return pack('vvvv', $r0, $r1, $r2, $r3); } /** * Creates the key schedule * * @see \phpseclib3\Crypt\Common\SymmetricKey::setupKey() * @access private */ protected function setupKey() { if (!isset($this->key)) { $this->setKey(''); } // Key has already been expanded in \phpseclib3\Crypt\RC2::setKey(): // Only the first value must be altered. $l = unpack('Ca/Cb/v*', $this->key); array_unshift($l, self::$pitable[$l['a']] | ($l['b'] << 8)); unset($l['a']); unset($l['b']); $this->keys = $l; } /** * Setup the performance-optimized function for de/encrypt() * * @see \phpseclib3\Crypt\Common\SymmetricKey::setupInlineCrypt() * @access private */ protected function setupInlineCrypt() { // Init code for both, encrypt and decrypt. $init_crypt = '$keys = $this->keys;'; $keys = $this->keys; // $in is the current 8 bytes block which has to be en/decrypt $encrypt_block = $decrypt_block = ' $in = unpack("v4", $in); $r0 = $in[1]; $r1 = $in[2]; $r2 = $in[3]; $r3 = $in[4]; '; // Create code for encryption. $limit = 20; $actions = [$limit => 44, 44 => 64]; $j = 0; for (;;) { // Mixing round. $encrypt_block .= ' $r0 = (($r0 + ' . $keys[$j++] . ' + ((($r1 ^ $r2) & $r3) ^ $r1)) & 0xFFFF) << 1; $r0 |= $r0 >> 16; $r1 = (($r1 + ' . $keys[$j++] . ' + ((($r2 ^ $r3) & $r0) ^ $r2)) & 0xFFFF) << 2; $r1 |= $r1 >> 16; $r2 = (($r2 + ' . $keys[$j++] . ' + ((($r3 ^ $r0) & $r1) ^ $r3)) & 0xFFFF) << 3; $r2 |= $r2 >> 16; $r3 = (($r3 + ' . $keys[$j++] . ' + ((($r0 ^ $r1) & $r2) ^ $r0)) & 0xFFFF) << 5; $r3 |= $r3 >> 16;'; if ($j === $limit) { if ($limit === 64) { break; } // Mashing round. $encrypt_block .= ' $r0 += $keys[$r3 & 0x3F]; $r1 += $keys[$r0 & 0x3F]; $r2 += $keys[$r1 & 0x3F]; $r3 += $keys[$r2 & 0x3F];'; $limit = $actions[$limit]; } } $encrypt_block .= '$in = pack("v4", $r0, $r1, $r2, $r3);'; // Create code for decryption. $limit = 44; $actions = [$limit => 20, 20 => 0]; $j = 64; for (;;) { // R-mixing round. $decrypt_block .= ' $r3 = ($r3 | ($r3 << 16)) >> 5; $r3 = ($r3 - ' . $keys[--$j] . ' - ((($r0 ^ $r1) & $r2) ^ $r0)) & 0xFFFF; $r2 = ($r2 | ($r2 << 16)) >> 3; $r2 = ($r2 - ' . $keys[--$j] . ' - ((($r3 ^ $r0) & $r1) ^ $r3)) & 0xFFFF; $r1 = ($r1 | ($r1 << 16)) >> 2; $r1 = ($r1 - ' . $keys[--$j] . ' - ((($r2 ^ $r3) & $r0) ^ $r2)) & 0xFFFF; $r0 = ($r0 | ($r0 << 16)) >> 1; $r0 = ($r0 - ' . $keys[--$j] . ' - ((($r1 ^ $r2) & $r3) ^ $r1)) & 0xFFFF;'; if ($j === $limit) { if ($limit === 0) { break; } // R-mashing round. $decrypt_block .= ' $r3 = ($r3 - $keys[$r2 & 0x3F]) & 0xFFFF; $r2 = ($r2 - $keys[$r1 & 0x3F]) & 0xFFFF; $r1 = ($r1 - $keys[$r0 & 0x3F]) & 0xFFFF; $r0 = ($r0 - $keys[$r3 & 0x3F]) & 0xFFFF;'; $limit = $actions[$limit]; } } $decrypt_block .= '$in = pack("v4", $r0, $r1, $r2, $r3);'; // Creates the inline-crypt function $this->inline_crypt = $this->createInlineCryptFunction( [ 'init_crypt' => $init_crypt, 'encrypt_block' => $encrypt_block, 'decrypt_block' => $decrypt_block ] ); } } PK5 Z_$$2vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.phpnu[ * getPublicKey(); * * $plaintext = 'terrafrost'; * * $signature = $private->sign($plaintext); * * echo $public->verify($plaintext, $signature) ? 'verified' : 'unverified'; * ?> * * * @category Crypt * @package DSA * @author Jim Wigginton * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\AsymmetricKey; use phpseclib3\Crypt\DSA\PrivateKey; use phpseclib3\Crypt\DSA\PublicKey; use phpseclib3\Crypt\DSA\Parameters; use phpseclib3\Math\BigInteger; use phpseclib3\Exception\InsufficientSetupException; /** * Pure-PHP FIPS 186-4 compliant implementation of DSA. * * @package DSA * @author Jim Wigginton * @access public */ abstract class DSA extends AsymmetricKey { /** * Algorithm Name * * @var string * @access private */ const ALGORITHM = 'DSA'; /** * DSA Prime P * * @var \phpseclib3\Math\BigInteger * @access private */ protected $p; /** * DSA Group Order q * * Prime divisor of p-1 * * @var \phpseclib3\Math\BigInteger * @access private */ protected $q; /** * DSA Group Generator G * * @var \phpseclib3\Math\BigInteger * @access private */ protected $g; /** * DSA public key value y * * @var \phpseclib3\Math\BigInteger * @access private */ protected $y; /** * Signature Format * * @var string * @access private */ protected $sigFormat; /** * Signature Format (Short) * * @var string * @access private */ protected $shortFormat; /** * Create DSA parameters * * @access public * @param int $L * @param int $N * @return \phpseclib3\Crypt\DSA|bool */ public static function createParameters($L = 2048, $N = 224) { self::initialize_static_variables(); if (!isset(self::$engines['PHP'])) { self::useBestEngine(); } switch (true) { case $N == 160: /* in FIPS 186-1 and 186-2 N was fixed at 160 whereas K had an upper bound of 1024. RFC 4253 (SSH Transport Layer Protocol) references FIPS 186-2 and as such most SSH DSA implementations only support keys with an N of 160. puttygen let's you set the size of L (but not the size of N) and uses 2048 as the default L value. that's not really compliant with any of the FIPS standards, however, for the purposes of maintaining compatibility with puttygen, we'll support it */ //case ($L >= 512 || $L <= 1024) && (($L & 0x3F) == 0) && $N == 160: // FIPS 186-3 changed this as follows: //case $L == 1024 && $N == 160: case $L == 2048 && $N == 224: case $L == 2048 && $N == 256: case $L == 3072 && $N == 256: break; default: throw new \InvalidArgumentException('Invalid values for N and L'); } $two = new BigInteger(2); $q = BigInteger::randomPrime($N); $divisor = $q->multiply($two); do { $x = BigInteger::random($L); list(, $c) = $x->divide($divisor); $p = $x->subtract($c->subtract(self::$one)); } while ($p->getLength() != $L || !$p->isPrime()); $p_1 = $p->subtract(self::$one); list($e) = $p_1->divide($q); // quoting http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf#page=50 , // "h could be obtained from a random number generator or from a counter that // changes after each use". PuTTY (sshdssg.c) starts h off at 1 and increments // it on each loop. wikipedia says "commonly h = 2 is used" so we'll just do that $h = clone $two; while (true) { $g = $h->powMod($e, $p); if (!$g->equals(self::$one)) { break; } $h = $h->add(self::$one); } $dsa = new Parameters; $dsa->p = $p; $dsa->q = $q; $dsa->g = $g; return $dsa; } /** * Create public / private key pair. * * This method is a bit polymorphic. It can take a DSA/Parameters object, L / N as two distinct parameters or * no parameters (at which point L and N will be generated with this method) * * Returns the private key, from which the publickey can be extracted * * @param int[] ...$args * @access public * @return DSA\PrivateKey */ public static function createKey(...$args) { self::initialize_static_variables(); if (!isset(self::$engines['PHP'])) { self::useBestEngine(); } if (count($args) == 2 && is_int($args[0]) && is_int($args[1])) { $params = self::createParameters($args[0], $args[1]); } else if (count($args) == 1 && $args[0] instanceof Parameters) { $params = $args[0]; } else if (!count($args)) { $params = self::createParameters(); } else { throw new InsufficientSetupException('Valid parameters are either two integers (L and N), a single DSA object or no parameters at all.'); } $private = new PrivateKey; $private->p = $params->p; $private->q = $params->q; $private->g = $params->g; $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one)); $private->y = $private->g->powMod($private->x, $private->p); //$public = clone $private; //unset($public->x); return $private ->withHash($params->hash->getHash()) ->withSignatureFormat($params->shortFormat); } /** * OnLoad Handler * * @return bool * @access protected * @param array $components */ protected static function onLoad($components) { if (!isset(self::$engines['PHP'])) { self::useBestEngine(); } if (!isset($components['x']) && !isset($components['y'])) { $new = new Parameters; } else if (isset($components['x'])) { $new = new PrivateKey; $new->x = $components['x']; } else { $new = new PublicKey; } $new->p = $components['p']; $new->q = $components['q']; $new->g = $components['g']; if (isset($components['y'])) { $new->y = $components['y']; } return $new; } /** * Constructor * * PublicKey and PrivateKey objects can only be created from abstract RSA class */ protected function __construct() { $this->sigFormat = self::validatePlugin('Signature', 'ASN1'); $this->shortFormat = 'ASN1'; parent::__construct(); } /** * Returns the key size * * More specifically, this L (the length of DSA Prime P) and N (the length of DSA Group Order q) * * @access public * @return array */ public function getLength() { return ['L' => $this->p->getLength(), 'N' => $this->q->getLength()]; } /** * Returns the current engine being used * * @see self::useInternalEngine() * @see self::useBestEngine() * @access public * @return string */ public function getEngine() { return self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods()) ? 'OpenSSL' : 'PHP'; } /** * Returns the parameters * * A public / private key is only returned if the currently loaded "key" contains an x or y * value. * * @see self::getPublicKey() * @access public * @return mixed */ public function getParameters() { $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters'); $key = $type::saveParameters($this->p, $this->q, $this->g); return DSA::load($key, 'PKCS1') ->withHash($this->hash->getHash()) ->withSignatureFormat($this->shortFormat); } /** * Determines the signature padding mode * * Valid values are: ASN1, SSH2, Raw * * @access public * @param string $format */ public function withSignatureFormat($format) { $new = clone $this; $new->shortFormat = $format; $new->sigFormat = self::validatePlugin('Signature', $format); return $new; } /** * Returns the signature format currently being used * * @access public */ public function getSignatureFormat() { return $this->shortFormat; } }PK5 ZPII1vendor/phpseclib/phpseclib/phpseclib/Crypt/DH.phpnu[ * * * * @category Crypt * @package DH * @author Jim Wigginton * @copyright 2016 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Exception\NoKeyLoadedException; use phpseclib3\Exception\UnsupportedOperationException; use phpseclib3\Crypt\Common\AsymmetricKey; use phpseclib3\Crypt\DH\PrivateKey; use phpseclib3\Crypt\DH\PublicKey; use phpseclib3\Crypt\DH\Parameters; use phpseclib3\Math\BigInteger; /** * Pure-PHP (EC)DH implementation * * @package DH * @author Jim Wigginton * @access public */ abstract class DH extends AsymmetricKey { /** * Algorithm Name * * @var string * @access private */ const ALGORITHM = 'DH'; /** * DH prime * * @var \phpseclib3\Math\BigInteger * @access private */ protected $prime; /** * DH Base * * Prime divisor of p-1 * * @var \phpseclib3\Math\BigInteger * @access private */ protected $base; /** * Create DH parameters * * This method is a bit polymorphic. It can take any of the following: * - two BigInteger's (prime and base) * - an integer representing the size of the prime in bits (the base is assumed to be 2) * - a string (eg. diffie-hellman-group14-sha1) * * @access public * @return \phpseclib3\Crypt\DH|bool */ public static function createParameters(...$args) { $params = new Parameters; if (count($args) == 2 && $args[0] instanceof BigInteger && $args[1] instanceof BigInteger) { //if (!$args[0]->isPrime()) { // throw new \InvalidArgumentException('The first parameter should be a prime number'); //} $params->prime = $args[0]; $params->base = $args[1]; return $params; } elseif (count($args) == 1 && is_numeric($args[0])) { $params->prime = BigInteger::randomPrime($args[0]); $params->base = new BigInteger(2); return $params; } elseif (count($args) != 1 || !is_string($args[0])) { throw new \InvalidArgumentException('Valid parameters are either: two BigInteger\'s (prime and base), a single integer (the length of the prime; base is assumed to be 2) or a string'); } switch ($args[0]) { // see http://tools.ietf.org/html/rfc2409#section-6.2 and // http://tools.ietf.org/html/rfc2412, appendex E case 'diffie-hellman-group1-sha1': $prime = 'FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74' . '020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437' . '4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED' . 'EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE65381FFFFFFFFFFFFFFFF'; break; // see http://tools.ietf.org/html/rfc3526#section-3 case 'diffie-hellman-group14-sha1': // 2048-bit MODP Group case 'diffie-hellman-group14-sha256': $prime = 'FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74' . '020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437' . '4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED' . 'EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF05' . '98DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB' . '9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B' . 'E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF695581718' . '3995497CEA956AE515D2261898FA051015728E5A8AACAA68FFFFFFFFFFFFFFFF'; break; // see https://tools.ietf.org/html/rfc3526#section-4 case 'diffie-hellman-group15-sha512': // 3072-bit MODP Group $prime = 'FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74' . '020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437' . '4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED' . 'EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF05' . '98DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB' . '9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B' . 'E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF695581718' . '3995497CEA956AE515D2261898FA051015728E5A8AAAC42DAD33170D04507A33' . 'A85521ABDF1CBA64ECFB850458DBEF0A8AEA71575D060C7DB3970F85A6E1E4C7' . 'ABF5AE8CDB0933D71E8C94E04A25619DCEE3D2261AD2EE6BF12FFA06D98A0864' . 'D87602733EC86A64521F2B18177B200CBBE117577A615D6C770988C0BAD946E2' . '08E24FA074E5AB3143DB5BFCE0FD108E4B82D120A93AD2CAFFFFFFFFFFFFFFFF'; break; // see https://tools.ietf.org/html/rfc3526#section-5 case 'diffie-hellman-group16-sha512': // 4096-bit MODP Group $prime = 'FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74' . '020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437' . '4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED' . 'EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF05' . '98DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB' . '9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B' . 'E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF695581718' . '3995497CEA956AE515D2261898FA051015728E5A8AAAC42DAD33170D04507A33' . 'A85521ABDF1CBA64ECFB850458DBEF0A8AEA71575D060C7DB3970F85A6E1E4C7' . 'ABF5AE8CDB0933D71E8C94E04A25619DCEE3D2261AD2EE6BF12FFA06D98A0864' . 'D87602733EC86A64521F2B18177B200CBBE117577A615D6C770988C0BAD946E2' . '08E24FA074E5AB3143DB5BFCE0FD108E4B82D120A92108011A723C12A787E6D7' . '88719A10BDBA5B2699C327186AF4E23C1A946834B6150BDA2583E9CA2AD44CE8' . 'DBBBC2DB04DE8EF92E8EFC141FBECAA6287C59474E6BC05D99B2964FA090C3A2' . '233BA186515BE7ED1F612970CEE2D7AFB81BDD762170481CD0069127D5B05AA9' . '93B4EA988D8FDDC186FFB7DC90A6C08F4DF435C934063199FFFFFFFFFFFFFFFF'; break; // see https://tools.ietf.org/html/rfc3526#section-6 case 'diffie-hellman-group17-sha512': // 6144-bit MODP Group $prime = 'FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74' . '020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437' . '4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED' . 'EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF05' . '98DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB' . '9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B' . 'E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF695581718' . '3995497CEA956AE515D2261898FA051015728E5A8AAAC42DAD33170D04507A33' . 'A85521ABDF1CBA64ECFB850458DBEF0A8AEA71575D060C7DB3970F85A6E1E4C7' . 'ABF5AE8CDB0933D71E8C94E04A25619DCEE3D2261AD2EE6BF12FFA06D98A0864' . 'D87602733EC86A64521F2B18177B200CBBE117577A615D6C770988C0BAD946E2' . '08E24FA074E5AB3143DB5BFCE0FD108E4B82D120A92108011A723C12A787E6D7' . '88719A10BDBA5B2699C327186AF4E23C1A946834B6150BDA2583E9CA2AD44CE8' . 'DBBBC2DB04DE8EF92E8EFC141FBECAA6287C59474E6BC05D99B2964FA090C3A2' . '233BA186515BE7ED1F612970CEE2D7AFB81BDD762170481CD0069127D5B05AA9' . '93B4EA988D8FDDC186FFB7DC90A6C08F4DF435C93402849236C3FAB4D27C7026' . 'C1D4DCB2602646DEC9751E763DBA37BDF8FF9406AD9E530EE5DB382F413001AE' . 'B06A53ED9027D831179727B0865A8918DA3EDBEBCF9B14ED44CE6CBACED4BB1B' . 'DB7F1447E6CC254B332051512BD7AF426FB8F401378CD2BF5983CA01C64B92EC' . 'F032EA15D1721D03F482D7CE6E74FEF6D55E702F46980C82B5A84031900B1C9E' . '59E7C97FBEC7E8F323A97A7E36CC88BE0F1D45B7FF585AC54BD407B22B4154AA' . 'CC8F6D7EBF48E1D814CC5ED20F8037E0A79715EEF29BE32806A1D58BB7C5DA76' . 'F550AA3D8A1FBFF0EB19CCB1A313D55CDA56C9EC2EF29632387FE8D76E3C0468' . '043E8F663F4860EE12BF2D5B0B7474D6E694F91E6DCC4024FFFFFFFFFFFFFFFF'; break; // see https://tools.ietf.org/html/rfc3526#section-7 case 'diffie-hellman-group18-sha512': // 8192-bit MODP Group $prime = 'FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74' . '020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437' . '4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED' . 'EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF05' . '98DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB' . '9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3B' . 'E39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF695581718' . '3995497CEA956AE515D2261898FA051015728E5A8AAAC42DAD33170D04507A33' . 'A85521ABDF1CBA64ECFB850458DBEF0A8AEA71575D060C7DB3970F85A6E1E4C7' . 'ABF5AE8CDB0933D71E8C94E04A25619DCEE3D2261AD2EE6BF12FFA06D98A0864' . 'D87602733EC86A64521F2B18177B200CBBE117577A615D6C770988C0BAD946E2' . '08E24FA074E5AB3143DB5BFCE0FD108E4B82D120A92108011A723C12A787E6D7' . '88719A10BDBA5B2699C327186AF4E23C1A946834B6150BDA2583E9CA2AD44CE8' . 'DBBBC2DB04DE8EF92E8EFC141FBECAA6287C59474E6BC05D99B2964FA090C3A2' . '233BA186515BE7ED1F612970CEE2D7AFB81BDD762170481CD0069127D5B05AA9' . '93B4EA988D8FDDC186FFB7DC90A6C08F4DF435C93402849236C3FAB4D27C7026' . 'C1D4DCB2602646DEC9751E763DBA37BDF8FF9406AD9E530EE5DB382F413001AE' . 'B06A53ED9027D831179727B0865A8918DA3EDBEBCF9B14ED44CE6CBACED4BB1B' . 'DB7F1447E6CC254B332051512BD7AF426FB8F401378CD2BF5983CA01C64B92EC' . 'F032EA15D1721D03F482D7CE6E74FEF6D55E702F46980C82B5A84031900B1C9E' . '59E7C97FBEC7E8F323A97A7E36CC88BE0F1D45B7FF585AC54BD407B22B4154AA' . 'CC8F6D7EBF48E1D814CC5ED20F8037E0A79715EEF29BE32806A1D58BB7C5DA76' . 'F550AA3D8A1FBFF0EB19CCB1A313D55CDA56C9EC2EF29632387FE8D76E3C0468' . '043E8F663F4860EE12BF2D5B0B7474D6E694F91E6DBE115974A3926F12FEE5E4' . '38777CB6A932DF8CD8BEC4D073B931BA3BC832B68D9DD300741FA7BF8AFC47ED' . '2576F6936BA424663AAB639C5AE4F5683423B4742BF1C978238F16CBE39D652D' . 'E3FDB8BEFC848AD922222E04A4037C0713EB57A81A23F0C73473FC646CEA306B' . '4BCBC8862F8385DDFA9D4B7FA2C087E879683303ED5BDD3A062B3CF5B3A278A6' . '6D2A13F83F44F82DDF310EE074AB6A364597E899A0255DC164F31CC50846851D' . 'F9AB48195DED7EA1B1D510BD7EE74D73FAF36BC31ECFA268359046F4EB879F92' . '4009438B481C6CD7889A002ED5EE382BC9190DA6FC026E479558E4475677E9AA' . '9E3050E2765694DFC81F56E880B96E7160C980DD98EDD3DFFFFFFFFFFFFFFFFF'; break; default: throw new \InvalidArgumentException('Invalid named prime provided'); } $params->prime = new BigInteger($prime, 16); $params->base = new BigInteger(2); return $params; } /** * Create public / private key pair. * * The rationale for the second parameter is described in http://tools.ietf.org/html/rfc4419#section-6.2 : * * "To increase the speed of the key exchange, both client and server may * reduce the size of their private exponents. It should be at least * twice as long as the key material that is generated from the shared * secret. For more details, see the paper by van Oorschot and Wiener * [VAN-OORSCHOT]." * * $length is in bits * * @param Parameters $params * @param int $length optional * @access public * @return DH\PrivateKey */ public static function createKey(Parameters $params, $length = 0) { $one = new BigInteger(1); if ($length) { $max = $one->bitwise_leftShift($length); $max = $max->subtract($one); } else { $max = $params->prime->subtract($one); } $key = new PrivateKey; $key->prime = $params->prime; $key->base = $params->base; $key->privateKey = BigInteger::randomRange($one, $max); $key->publicKey = $key->base->powMod($key->privateKey, $key->prime); return $key; } /** * Compute Shared Secret * * @param PrivateKey|EC $private * @param PublicKey|BigInteger|string $public * @access public * @return mixed */ public static function computeSecret($private, $public) { if ($private instanceof PrivateKey) { // DH\PrivateKey switch (true) { case $public instanceof PublicKey: if (!$private->prime->equals($public->prime) || !$private->base->equals($public->base)) { throw new \InvalidArgumentException('The public and private key do not share the same prime and / or base numbers'); } return $public->publicKey->powMod($private->privateKey, $private->prime)->toBytes(true); case is_string($public): $public = new BigInteger($public, -256); case $public instanceof BigInteger: return $public->powMod($private->privateKey, $private->prime)->toBytes(true); default: throw new \InvalidArgumentException('$public needs to be an instance of DH\PublicKey, a BigInteger or a string'); } } if ($private instanceof EC\PrivateKey) { switch (true) { case $public instanceof EC\PublicKey: $public = $public->getEncodedCoordinates(); case is_string($public): $point = $private->multiply($public); switch ($private->getCurve()) { case 'Curve25519': case 'Curve448': $secret = $point; break; default: // according to https://www.secg.org/sec1-v2.pdf#page=33 only X is returned $secret = substr($point, 1, (strlen($point) - 1) >> 1); } /* if (($secret[0] & "\x80") === "\x80") { $secret = "\0$secret"; } */ return $secret; default: throw new \InvalidArgumentException('$public needs to be an instance of EC\PublicKey or a string (an encoded coordinate)'); } } } /** * Load the key * * @param string $key * @param string $password optional * @return AsymmetricKey */ public static function load($key, $password = false) { try { return EC::load($key, $password); } catch (NoKeyLoadedException $e) {} return parent::load($key, $password); } /** * OnLoad Handler * * @return bool * @access protected * @param array $components */ protected static function onLoad($components) { if (!isset($components['privateKey']) && !isset($components['publicKey'])) { $new = new Parameters; } else { $new = isset($components['privateKey']) ? new PrivateKey : new PublicKey; } $new->prime = $components['prime']; $new->base = $components['base']; if (isset($components['privateKey'])) { $new->privateKey = $components['privateKey']; } if (isset($components['publicKey'])) { $new->publicKey = $components['publicKey']; } return $new; } /** * Determines which hashing function should be used * * @access public * @param string $hash */ public function withHash($hash) { throw new UnsupportedOperationException('DH does not use a hash algorithm'); } /** * Returns the hash algorithm currently being used * * @access public */ public function getHash() { throw new UnsupportedOperationException('DH does not use a hash algorithm'); } /** * Returns the parameters * * A public / private key is only returned if the currently loaded "key" contains an x or y * value. * * @see self::getPublicKey() * @access public * @return mixed */ public function getParameters() { $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters'); $key = $type::saveParameters($this->prime, $this->base); return self::load($key, 'PKCS1'); } }PK5 ZJDD6vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.phpnu[ * setKey('12345678901234567890123456789012'); * * $plaintext = str_repeat('a', 1024); * * echo $twofish->decrypt($twofish->encrypt($plaintext)); * ?> * * * @category Crypt * @package Twofish * @author Jim Wigginton * @author Hans-Juergen Petrich * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\BlockCipher; use phpseclib3\Exception\BadModeException; /** * Pure-PHP implementation of Twofish. * * @package Twofish * @author Jim Wigginton * @author Hans-Juergen Petrich * @access public */ class Twofish extends BlockCipher { /** * The mcrypt specific name of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @var string * @access private */ protected $cipher_name_mcrypt = 'twofish'; /** * Optimizing value while CFB-encrypting * * @see \phpseclib3\Crypt\Common\SymmetricKey::cfb_init_len * @var int * @access private */ protected $cfb_init_len = 800; /** * Q-Table * * @var array * @access private */ private static $q0 = [ 0xA9, 0x67, 0xB3, 0xE8, 0x04, 0xFD, 0xA3, 0x76, 0x9A, 0x92, 0x80, 0x78, 0xE4, 0xDD, 0xD1, 0x38, 0x0D, 0xC6, 0x35, 0x98, 0x18, 0xF7, 0xEC, 0x6C, 0x43, 0x75, 0x37, 0x26, 0xFA, 0x13, 0x94, 0x48, 0xF2, 0xD0, 0x8B, 0x30, 0x84, 0x54, 0xDF, 0x23, 0x19, 0x5B, 0x3D, 0x59, 0xF3, 0xAE, 0xA2, 0x82, 0x63, 0x01, 0x83, 0x2E, 0xD9, 0x51, 0x9B, 0x7C, 0xA6, 0xEB, 0xA5, 0xBE, 0x16, 0x0C, 0xE3, 0x61, 0xC0, 0x8C, 0x3A, 0xF5, 0x73, 0x2C, 0x25, 0x0B, 0xBB, 0x4E, 0x89, 0x6B, 0x53, 0x6A, 0xB4, 0xF1, 0xE1, 0xE6, 0xBD, 0x45, 0xE2, 0xF4, 0xB6, 0x66, 0xCC, 0x95, 0x03, 0x56, 0xD4, 0x1C, 0x1E, 0xD7, 0xFB, 0xC3, 0x8E, 0xB5, 0xE9, 0xCF, 0xBF, 0xBA, 0xEA, 0x77, 0x39, 0xAF, 0x33, 0xC9, 0x62, 0x71, 0x81, 0x79, 0x09, 0xAD, 0x24, 0xCD, 0xF9, 0xD8, 0xE5, 0xC5, 0xB9, 0x4D, 0x44, 0x08, 0x86, 0xE7, 0xA1, 0x1D, 0xAA, 0xED, 0x06, 0x70, 0xB2, 0xD2, 0x41, 0x7B, 0xA0, 0x11, 0x31, 0xC2, 0x27, 0x90, 0x20, 0xF6, 0x60, 0xFF, 0x96, 0x5C, 0xB1, 0xAB, 0x9E, 0x9C, 0x52, 0x1B, 0x5F, 0x93, 0x0A, 0xEF, 0x91, 0x85, 0x49, 0xEE, 0x2D, 0x4F, 0x8F, 0x3B, 0x47, 0x87, 0x6D, 0x46, 0xD6, 0x3E, 0x69, 0x64, 0x2A, 0xCE, 0xCB, 0x2F, 0xFC, 0x97, 0x05, 0x7A, 0xAC, 0x7F, 0xD5, 0x1A, 0x4B, 0x0E, 0xA7, 0x5A, 0x28, 0x14, 0x3F, 0x29, 0x88, 0x3C, 0x4C, 0x02, 0xB8, 0xDA, 0xB0, 0x17, 0x55, 0x1F, 0x8A, 0x7D, 0x57, 0xC7, 0x8D, 0x74, 0xB7, 0xC4, 0x9F, 0x72, 0x7E, 0x15, 0x22, 0x12, 0x58, 0x07, 0x99, 0x34, 0x6E, 0x50, 0xDE, 0x68, 0x65, 0xBC, 0xDB, 0xF8, 0xC8, 0xA8, 0x2B, 0x40, 0xDC, 0xFE, 0x32, 0xA4, 0xCA, 0x10, 0x21, 0xF0, 0xD3, 0x5D, 0x0F, 0x00, 0x6F, 0x9D, 0x36, 0x42, 0x4A, 0x5E, 0xC1, 0xE0 ]; /** * Q-Table * * @var array * @access private */ private static $q1 = [ 0x75, 0xF3, 0xC6, 0xF4, 0xDB, 0x7B, 0xFB, 0xC8, 0x4A, 0xD3, 0xE6, 0x6B, 0x45, 0x7D, 0xE8, 0x4B, 0xD6, 0x32, 0xD8, 0xFD, 0x37, 0x71, 0xF1, 0xE1, 0x30, 0x0F, 0xF8, 0x1B, 0x87, 0xFA, 0x06, 0x3F, 0x5E, 0xBA, 0xAE, 0x5B, 0x8A, 0x00, 0xBC, 0x9D, 0x6D, 0xC1, 0xB1, 0x0E, 0x80, 0x5D, 0xD2, 0xD5, 0xA0, 0x84, 0x07, 0x14, 0xB5, 0x90, 0x2C, 0xA3, 0xB2, 0x73, 0x4C, 0x54, 0x92, 0x74, 0x36, 0x51, 0x38, 0xB0, 0xBD, 0x5A, 0xFC, 0x60, 0x62, 0x96, 0x6C, 0x42, 0xF7, 0x10, 0x7C, 0x28, 0x27, 0x8C, 0x13, 0x95, 0x9C, 0xC7, 0x24, 0x46, 0x3B, 0x70, 0xCA, 0xE3, 0x85, 0xCB, 0x11, 0xD0, 0x93, 0xB8, 0xA6, 0x83, 0x20, 0xFF, 0x9F, 0x77, 0xC3, 0xCC, 0x03, 0x6F, 0x08, 0xBF, 0x40, 0xE7, 0x2B, 0xE2, 0x79, 0x0C, 0xAA, 0x82, 0x41, 0x3A, 0xEA, 0xB9, 0xE4, 0x9A, 0xA4, 0x97, 0x7E, 0xDA, 0x7A, 0x17, 0x66, 0x94, 0xA1, 0x1D, 0x3D, 0xF0, 0xDE, 0xB3, 0x0B, 0x72, 0xA7, 0x1C, 0xEF, 0xD1, 0x53, 0x3E, 0x8F, 0x33, 0x26, 0x5F, 0xEC, 0x76, 0x2A, 0x49, 0x81, 0x88, 0xEE, 0x21, 0xC4, 0x1A, 0xEB, 0xD9, 0xC5, 0x39, 0x99, 0xCD, 0xAD, 0x31, 0x8B, 0x01, 0x18, 0x23, 0xDD, 0x1F, 0x4E, 0x2D, 0xF9, 0x48, 0x4F, 0xF2, 0x65, 0x8E, 0x78, 0x5C, 0x58, 0x19, 0x8D, 0xE5, 0x98, 0x57, 0x67, 0x7F, 0x05, 0x64, 0xAF, 0x63, 0xB6, 0xFE, 0xF5, 0xB7, 0x3C, 0xA5, 0xCE, 0xE9, 0x68, 0x44, 0xE0, 0x4D, 0x43, 0x69, 0x29, 0x2E, 0xAC, 0x15, 0x59, 0xA8, 0x0A, 0x9E, 0x6E, 0x47, 0xDF, 0x34, 0x35, 0x6A, 0xCF, 0xDC, 0x22, 0xC9, 0xC0, 0x9B, 0x89, 0xD4, 0xED, 0xAB, 0x12, 0xA2, 0x0D, 0x52, 0xBB, 0x02, 0x2F, 0xA9, 0xD7, 0x61, 0x1E, 0xB4, 0x50, 0x04, 0xF6, 0xC2, 0x16, 0x25, 0x86, 0x56, 0x55, 0x09, 0xBE, 0x91 ]; /** * M-Table * * @var array * @access private */ private static $m0 = [ 0xBCBC3275, 0xECEC21F3, 0x202043C6, 0xB3B3C9F4, 0xDADA03DB, 0x02028B7B, 0xE2E22BFB, 0x9E9EFAC8, 0xC9C9EC4A, 0xD4D409D3, 0x18186BE6, 0x1E1E9F6B, 0x98980E45, 0xB2B2387D, 0xA6A6D2E8, 0x2626B74B, 0x3C3C57D6, 0x93938A32, 0x8282EED8, 0x525298FD, 0x7B7BD437, 0xBBBB3771, 0x5B5B97F1, 0x474783E1, 0x24243C30, 0x5151E20F, 0xBABAC6F8, 0x4A4AF31B, 0xBFBF4887, 0x0D0D70FA, 0xB0B0B306, 0x7575DE3F, 0xD2D2FD5E, 0x7D7D20BA, 0x666631AE, 0x3A3AA35B, 0x59591C8A, 0x00000000, 0xCDCD93BC, 0x1A1AE09D, 0xAEAE2C6D, 0x7F7FABC1, 0x2B2BC7B1, 0xBEBEB90E, 0xE0E0A080, 0x8A8A105D, 0x3B3B52D2, 0x6464BAD5, 0xD8D888A0, 0xE7E7A584, 0x5F5FE807, 0x1B1B1114, 0x2C2CC2B5, 0xFCFCB490, 0x3131272C, 0x808065A3, 0x73732AB2, 0x0C0C8173, 0x79795F4C, 0x6B6B4154, 0x4B4B0292, 0x53536974, 0x94948F36, 0x83831F51, 0x2A2A3638, 0xC4C49CB0, 0x2222C8BD, 0xD5D5F85A, 0xBDBDC3FC, 0x48487860, 0xFFFFCE62, 0x4C4C0796, 0x4141776C, 0xC7C7E642, 0xEBEB24F7, 0x1C1C1410, 0x5D5D637C, 0x36362228, 0x6767C027, 0xE9E9AF8C, 0x4444F913, 0x1414EA95, 0xF5F5BB9C, 0xCFCF18C7, 0x3F3F2D24, 0xC0C0E346, 0x7272DB3B, 0x54546C70, 0x29294CCA, 0xF0F035E3, 0x0808FE85, 0xC6C617CB, 0xF3F34F11, 0x8C8CE4D0, 0xA4A45993, 0xCACA96B8, 0x68683BA6, 0xB8B84D83, 0x38382820, 0xE5E52EFF, 0xADAD569F, 0x0B0B8477, 0xC8C81DC3, 0x9999FFCC, 0x5858ED03, 0x19199A6F, 0x0E0E0A08, 0x95957EBF, 0x70705040, 0xF7F730E7, 0x6E6ECF2B, 0x1F1F6EE2, 0xB5B53D79, 0x09090F0C, 0x616134AA, 0x57571682, 0x9F9F0B41, 0x9D9D803A, 0x111164EA, 0x2525CDB9, 0xAFAFDDE4, 0x4545089A, 0xDFDF8DA4, 0xA3A35C97, 0xEAEAD57E, 0x353558DA, 0xEDEDD07A, 0x4343FC17, 0xF8F8CB66, 0xFBFBB194, 0x3737D3A1, 0xFAFA401D, 0xC2C2683D, 0xB4B4CCF0, 0x32325DDE, 0x9C9C71B3, 0x5656E70B, 0xE3E3DA72, 0x878760A7, 0x15151B1C, 0xF9F93AEF, 0x6363BFD1, 0x3434A953, 0x9A9A853E, 0xB1B1428F, 0x7C7CD133, 0x88889B26, 0x3D3DA65F, 0xA1A1D7EC, 0xE4E4DF76, 0x8181942A, 0x91910149, 0x0F0FFB81, 0xEEEEAA88, 0x161661EE, 0xD7D77321, 0x9797F5C4, 0xA5A5A81A, 0xFEFE3FEB, 0x6D6DB5D9, 0x7878AEC5, 0xC5C56D39, 0x1D1DE599, 0x7676A4CD, 0x3E3EDCAD, 0xCBCB6731, 0xB6B6478B, 0xEFEF5B01, 0x12121E18, 0x6060C523, 0x6A6AB0DD, 0x4D4DF61F, 0xCECEE94E, 0xDEDE7C2D, 0x55559DF9, 0x7E7E5A48, 0x2121B24F, 0x03037AF2, 0xA0A02665, 0x5E5E198E, 0x5A5A6678, 0x65654B5C, 0x62624E58, 0xFDFD4519, 0x0606F48D, 0x404086E5, 0xF2F2BE98, 0x3333AC57, 0x17179067, 0x05058E7F, 0xE8E85E05, 0x4F4F7D64, 0x89896AAF, 0x10109563, 0x74742FB6, 0x0A0A75FE, 0x5C5C92F5, 0x9B9B74B7, 0x2D2D333C, 0x3030D6A5, 0x2E2E49CE, 0x494989E9, 0x46467268, 0x77775544, 0xA8A8D8E0, 0x9696044D, 0x2828BD43, 0xA9A92969, 0xD9D97929, 0x8686912E, 0xD1D187AC, 0xF4F44A15, 0x8D8D1559, 0xD6D682A8, 0xB9B9BC0A, 0x42420D9E, 0xF6F6C16E, 0x2F2FB847, 0xDDDD06DF, 0x23233934, 0xCCCC6235, 0xF1F1C46A, 0xC1C112CF, 0x8585EBDC, 0x8F8F9E22, 0x7171A1C9, 0x9090F0C0, 0xAAAA539B, 0x0101F189, 0x8B8BE1D4, 0x4E4E8CED, 0x8E8E6FAB, 0xABABA212, 0x6F6F3EA2, 0xE6E6540D, 0xDBDBF252, 0x92927BBB, 0xB7B7B602, 0x6969CA2F, 0x3939D9A9, 0xD3D30CD7, 0xA7A72361, 0xA2A2AD1E, 0xC3C399B4, 0x6C6C4450, 0x07070504, 0x04047FF6, 0x272746C2, 0xACACA716, 0xD0D07625, 0x50501386, 0xDCDCF756, 0x84841A55, 0xE1E15109, 0x7A7A25BE, 0x1313EF91 ]; /** * M-Table * * @var array * @access private */ private static $m1 = [ 0xA9D93939, 0x67901717, 0xB3719C9C, 0xE8D2A6A6, 0x04050707, 0xFD985252, 0xA3658080, 0x76DFE4E4, 0x9A084545, 0x92024B4B, 0x80A0E0E0, 0x78665A5A, 0xE4DDAFAF, 0xDDB06A6A, 0xD1BF6363, 0x38362A2A, 0x0D54E6E6, 0xC6432020, 0x3562CCCC, 0x98BEF2F2, 0x181E1212, 0xF724EBEB, 0xECD7A1A1, 0x6C774141, 0x43BD2828, 0x7532BCBC, 0x37D47B7B, 0x269B8888, 0xFA700D0D, 0x13F94444, 0x94B1FBFB, 0x485A7E7E, 0xF27A0303, 0xD0E48C8C, 0x8B47B6B6, 0x303C2424, 0x84A5E7E7, 0x54416B6B, 0xDF06DDDD, 0x23C56060, 0x1945FDFD, 0x5BA33A3A, 0x3D68C2C2, 0x59158D8D, 0xF321ECEC, 0xAE316666, 0xA23E6F6F, 0x82165757, 0x63951010, 0x015BEFEF, 0x834DB8B8, 0x2E918686, 0xD9B56D6D, 0x511F8383, 0x9B53AAAA, 0x7C635D5D, 0xA63B6868, 0xEB3FFEFE, 0xA5D63030, 0xBE257A7A, 0x16A7ACAC, 0x0C0F0909, 0xE335F0F0, 0x6123A7A7, 0xC0F09090, 0x8CAFE9E9, 0x3A809D9D, 0xF5925C5C, 0x73810C0C, 0x2C273131, 0x2576D0D0, 0x0BE75656, 0xBB7B9292, 0x4EE9CECE, 0x89F10101, 0x6B9F1E1E, 0x53A93434, 0x6AC4F1F1, 0xB499C3C3, 0xF1975B5B, 0xE1834747, 0xE66B1818, 0xBDC82222, 0x450E9898, 0xE26E1F1F, 0xF4C9B3B3, 0xB62F7474, 0x66CBF8F8, 0xCCFF9999, 0x95EA1414, 0x03ED5858, 0x56F7DCDC, 0xD4E18B8B, 0x1C1B1515, 0x1EADA2A2, 0xD70CD3D3, 0xFB2BE2E2, 0xC31DC8C8, 0x8E195E5E, 0xB5C22C2C, 0xE9894949, 0xCF12C1C1, 0xBF7E9595, 0xBA207D7D, 0xEA641111, 0x77840B0B, 0x396DC5C5, 0xAF6A8989, 0x33D17C7C, 0xC9A17171, 0x62CEFFFF, 0x7137BBBB, 0x81FB0F0F, 0x793DB5B5, 0x0951E1E1, 0xADDC3E3E, 0x242D3F3F, 0xCDA47676, 0xF99D5555, 0xD8EE8282, 0xE5864040, 0xC5AE7878, 0xB9CD2525, 0x4D049696, 0x44557777, 0x080A0E0E, 0x86135050, 0xE730F7F7, 0xA1D33737, 0x1D40FAFA, 0xAA346161, 0xED8C4E4E, 0x06B3B0B0, 0x706C5454, 0xB22A7373, 0xD2523B3B, 0x410B9F9F, 0x7B8B0202, 0xA088D8D8, 0x114FF3F3, 0x3167CBCB, 0xC2462727, 0x27C06767, 0x90B4FCFC, 0x20283838, 0xF67F0404, 0x60784848, 0xFF2EE5E5, 0x96074C4C, 0x5C4B6565, 0xB1C72B2B, 0xAB6F8E8E, 0x9E0D4242, 0x9CBBF5F5, 0x52F2DBDB, 0x1BF34A4A, 0x5FA63D3D, 0x9359A4A4, 0x0ABCB9B9, 0xEF3AF9F9, 0x91EF1313, 0x85FE0808, 0x49019191, 0xEE611616, 0x2D7CDEDE, 0x4FB22121, 0x8F42B1B1, 0x3BDB7272, 0x47B82F2F, 0x8748BFBF, 0x6D2CAEAE, 0x46E3C0C0, 0xD6573C3C, 0x3E859A9A, 0x6929A9A9, 0x647D4F4F, 0x2A948181, 0xCE492E2E, 0xCB17C6C6, 0x2FCA6969, 0xFCC3BDBD, 0x975CA3A3, 0x055EE8E8, 0x7AD0EDED, 0xAC87D1D1, 0x7F8E0505, 0xD5BA6464, 0x1AA8A5A5, 0x4BB72626, 0x0EB9BEBE, 0xA7608787, 0x5AF8D5D5, 0x28223636, 0x14111B1B, 0x3FDE7575, 0x2979D9D9, 0x88AAEEEE, 0x3C332D2D, 0x4C5F7979, 0x02B6B7B7, 0xB896CACA, 0xDA583535, 0xB09CC4C4, 0x17FC4343, 0x551A8484, 0x1FF64D4D, 0x8A1C5959, 0x7D38B2B2, 0x57AC3333, 0xC718CFCF, 0x8DF40606, 0x74695353, 0xB7749B9B, 0xC4F59797, 0x9F56ADAD, 0x72DAE3E3, 0x7ED5EAEA, 0x154AF4F4, 0x229E8F8F, 0x12A2ABAB, 0x584E6262, 0x07E85F5F, 0x99E51D1D, 0x34392323, 0x6EC1F6F6, 0x50446C6C, 0xDE5D3232, 0x68724646, 0x6526A0A0, 0xBC93CDCD, 0xDB03DADA, 0xF8C6BABA, 0xC8FA9E9E, 0xA882D6D6, 0x2BCF6E6E, 0x40507070, 0xDCEB8585, 0xFE750A0A, 0x328A9393, 0xA48DDFDF, 0xCA4C2929, 0x10141C1C, 0x2173D7D7, 0xF0CCB4B4, 0xD309D4D4, 0x5D108A8A, 0x0FE25151, 0x00000000, 0x6F9A1919, 0x9DE01A1A, 0x368F9494, 0x42E6C7C7, 0x4AECC9C9, 0x5EFDD2D2, 0xC1AB7F7F, 0xE0D8A8A8 ]; /** * M-Table * * @var array * @access private */ private static $m2 = [ 0xBC75BC32, 0xECF3EC21, 0x20C62043, 0xB3F4B3C9, 0xDADBDA03, 0x027B028B, 0xE2FBE22B, 0x9EC89EFA, 0xC94AC9EC, 0xD4D3D409, 0x18E6186B, 0x1E6B1E9F, 0x9845980E, 0xB27DB238, 0xA6E8A6D2, 0x264B26B7, 0x3CD63C57, 0x9332938A, 0x82D882EE, 0x52FD5298, 0x7B377BD4, 0xBB71BB37, 0x5BF15B97, 0x47E14783, 0x2430243C, 0x510F51E2, 0xBAF8BAC6, 0x4A1B4AF3, 0xBF87BF48, 0x0DFA0D70, 0xB006B0B3, 0x753F75DE, 0xD25ED2FD, 0x7DBA7D20, 0x66AE6631, 0x3A5B3AA3, 0x598A591C, 0x00000000, 0xCDBCCD93, 0x1A9D1AE0, 0xAE6DAE2C, 0x7FC17FAB, 0x2BB12BC7, 0xBE0EBEB9, 0xE080E0A0, 0x8A5D8A10, 0x3BD23B52, 0x64D564BA, 0xD8A0D888, 0xE784E7A5, 0x5F075FE8, 0x1B141B11, 0x2CB52CC2, 0xFC90FCB4, 0x312C3127, 0x80A38065, 0x73B2732A, 0x0C730C81, 0x794C795F, 0x6B546B41, 0x4B924B02, 0x53745369, 0x9436948F, 0x8351831F, 0x2A382A36, 0xC4B0C49C, 0x22BD22C8, 0xD55AD5F8, 0xBDFCBDC3, 0x48604878, 0xFF62FFCE, 0x4C964C07, 0x416C4177, 0xC742C7E6, 0xEBF7EB24, 0x1C101C14, 0x5D7C5D63, 0x36283622, 0x672767C0, 0xE98CE9AF, 0x441344F9, 0x149514EA, 0xF59CF5BB, 0xCFC7CF18, 0x3F243F2D, 0xC046C0E3, 0x723B72DB, 0x5470546C, 0x29CA294C, 0xF0E3F035, 0x088508FE, 0xC6CBC617, 0xF311F34F, 0x8CD08CE4, 0xA493A459, 0xCAB8CA96, 0x68A6683B, 0xB883B84D, 0x38203828, 0xE5FFE52E, 0xAD9FAD56, 0x0B770B84, 0xC8C3C81D, 0x99CC99FF, 0x580358ED, 0x196F199A, 0x0E080E0A, 0x95BF957E, 0x70407050, 0xF7E7F730, 0x6E2B6ECF, 0x1FE21F6E, 0xB579B53D, 0x090C090F, 0x61AA6134, 0x57825716, 0x9F419F0B, 0x9D3A9D80, 0x11EA1164, 0x25B925CD, 0xAFE4AFDD, 0x459A4508, 0xDFA4DF8D, 0xA397A35C, 0xEA7EEAD5, 0x35DA3558, 0xED7AEDD0, 0x431743FC, 0xF866F8CB, 0xFB94FBB1, 0x37A137D3, 0xFA1DFA40, 0xC23DC268, 0xB4F0B4CC, 0x32DE325D, 0x9CB39C71, 0x560B56E7, 0xE372E3DA, 0x87A78760, 0x151C151B, 0xF9EFF93A, 0x63D163BF, 0x345334A9, 0x9A3E9A85, 0xB18FB142, 0x7C337CD1, 0x8826889B, 0x3D5F3DA6, 0xA1ECA1D7, 0xE476E4DF, 0x812A8194, 0x91499101, 0x0F810FFB, 0xEE88EEAA, 0x16EE1661, 0xD721D773, 0x97C497F5, 0xA51AA5A8, 0xFEEBFE3F, 0x6DD96DB5, 0x78C578AE, 0xC539C56D, 0x1D991DE5, 0x76CD76A4, 0x3EAD3EDC, 0xCB31CB67, 0xB68BB647, 0xEF01EF5B, 0x1218121E, 0x602360C5, 0x6ADD6AB0, 0x4D1F4DF6, 0xCE4ECEE9, 0xDE2DDE7C, 0x55F9559D, 0x7E487E5A, 0x214F21B2, 0x03F2037A, 0xA065A026, 0x5E8E5E19, 0x5A785A66, 0x655C654B, 0x6258624E, 0xFD19FD45, 0x068D06F4, 0x40E54086, 0xF298F2BE, 0x335733AC, 0x17671790, 0x057F058E, 0xE805E85E, 0x4F644F7D, 0x89AF896A, 0x10631095, 0x74B6742F, 0x0AFE0A75, 0x5CF55C92, 0x9BB79B74, 0x2D3C2D33, 0x30A530D6, 0x2ECE2E49, 0x49E94989, 0x46684672, 0x77447755, 0xA8E0A8D8, 0x964D9604, 0x284328BD, 0xA969A929, 0xD929D979, 0x862E8691, 0xD1ACD187, 0xF415F44A, 0x8D598D15, 0xD6A8D682, 0xB90AB9BC, 0x429E420D, 0xF66EF6C1, 0x2F472FB8, 0xDDDFDD06, 0x23342339, 0xCC35CC62, 0xF16AF1C4, 0xC1CFC112, 0x85DC85EB, 0x8F228F9E, 0x71C971A1, 0x90C090F0, 0xAA9BAA53, 0x018901F1, 0x8BD48BE1, 0x4EED4E8C, 0x8EAB8E6F, 0xAB12ABA2, 0x6FA26F3E, 0xE60DE654, 0xDB52DBF2, 0x92BB927B, 0xB702B7B6, 0x692F69CA, 0x39A939D9, 0xD3D7D30C, 0xA761A723, 0xA21EA2AD, 0xC3B4C399, 0x6C506C44, 0x07040705, 0x04F6047F, 0x27C22746, 0xAC16ACA7, 0xD025D076, 0x50865013, 0xDC56DCF7, 0x8455841A, 0xE109E151, 0x7ABE7A25, 0x139113EF ]; /** * M-Table * * @var array * @access private */ private static $m3 = [ 0xD939A9D9, 0x90176790, 0x719CB371, 0xD2A6E8D2, 0x05070405, 0x9852FD98, 0x6580A365, 0xDFE476DF, 0x08459A08, 0x024B9202, 0xA0E080A0, 0x665A7866, 0xDDAFE4DD, 0xB06ADDB0, 0xBF63D1BF, 0x362A3836, 0x54E60D54, 0x4320C643, 0x62CC3562, 0xBEF298BE, 0x1E12181E, 0x24EBF724, 0xD7A1ECD7, 0x77416C77, 0xBD2843BD, 0x32BC7532, 0xD47B37D4, 0x9B88269B, 0x700DFA70, 0xF94413F9, 0xB1FB94B1, 0x5A7E485A, 0x7A03F27A, 0xE48CD0E4, 0x47B68B47, 0x3C24303C, 0xA5E784A5, 0x416B5441, 0x06DDDF06, 0xC56023C5, 0x45FD1945, 0xA33A5BA3, 0x68C23D68, 0x158D5915, 0x21ECF321, 0x3166AE31, 0x3E6FA23E, 0x16578216, 0x95106395, 0x5BEF015B, 0x4DB8834D, 0x91862E91, 0xB56DD9B5, 0x1F83511F, 0x53AA9B53, 0x635D7C63, 0x3B68A63B, 0x3FFEEB3F, 0xD630A5D6, 0x257ABE25, 0xA7AC16A7, 0x0F090C0F, 0x35F0E335, 0x23A76123, 0xF090C0F0, 0xAFE98CAF, 0x809D3A80, 0x925CF592, 0x810C7381, 0x27312C27, 0x76D02576, 0xE7560BE7, 0x7B92BB7B, 0xE9CE4EE9, 0xF10189F1, 0x9F1E6B9F, 0xA93453A9, 0xC4F16AC4, 0x99C3B499, 0x975BF197, 0x8347E183, 0x6B18E66B, 0xC822BDC8, 0x0E98450E, 0x6E1FE26E, 0xC9B3F4C9, 0x2F74B62F, 0xCBF866CB, 0xFF99CCFF, 0xEA1495EA, 0xED5803ED, 0xF7DC56F7, 0xE18BD4E1, 0x1B151C1B, 0xADA21EAD, 0x0CD3D70C, 0x2BE2FB2B, 0x1DC8C31D, 0x195E8E19, 0xC22CB5C2, 0x8949E989, 0x12C1CF12, 0x7E95BF7E, 0x207DBA20, 0x6411EA64, 0x840B7784, 0x6DC5396D, 0x6A89AF6A, 0xD17C33D1, 0xA171C9A1, 0xCEFF62CE, 0x37BB7137, 0xFB0F81FB, 0x3DB5793D, 0x51E10951, 0xDC3EADDC, 0x2D3F242D, 0xA476CDA4, 0x9D55F99D, 0xEE82D8EE, 0x8640E586, 0xAE78C5AE, 0xCD25B9CD, 0x04964D04, 0x55774455, 0x0A0E080A, 0x13508613, 0x30F7E730, 0xD337A1D3, 0x40FA1D40, 0x3461AA34, 0x8C4EED8C, 0xB3B006B3, 0x6C54706C, 0x2A73B22A, 0x523BD252, 0x0B9F410B, 0x8B027B8B, 0x88D8A088, 0x4FF3114F, 0x67CB3167, 0x4627C246, 0xC06727C0, 0xB4FC90B4, 0x28382028, 0x7F04F67F, 0x78486078, 0x2EE5FF2E, 0x074C9607, 0x4B655C4B, 0xC72BB1C7, 0x6F8EAB6F, 0x0D429E0D, 0xBBF59CBB, 0xF2DB52F2, 0xF34A1BF3, 0xA63D5FA6, 0x59A49359, 0xBCB90ABC, 0x3AF9EF3A, 0xEF1391EF, 0xFE0885FE, 0x01914901, 0x6116EE61, 0x7CDE2D7C, 0xB2214FB2, 0x42B18F42, 0xDB723BDB, 0xB82F47B8, 0x48BF8748, 0x2CAE6D2C, 0xE3C046E3, 0x573CD657, 0x859A3E85, 0x29A96929, 0x7D4F647D, 0x94812A94, 0x492ECE49, 0x17C6CB17, 0xCA692FCA, 0xC3BDFCC3, 0x5CA3975C, 0x5EE8055E, 0xD0ED7AD0, 0x87D1AC87, 0x8E057F8E, 0xBA64D5BA, 0xA8A51AA8, 0xB7264BB7, 0xB9BE0EB9, 0x6087A760, 0xF8D55AF8, 0x22362822, 0x111B1411, 0xDE753FDE, 0x79D92979, 0xAAEE88AA, 0x332D3C33, 0x5F794C5F, 0xB6B702B6, 0x96CAB896, 0x5835DA58, 0x9CC4B09C, 0xFC4317FC, 0x1A84551A, 0xF64D1FF6, 0x1C598A1C, 0x38B27D38, 0xAC3357AC, 0x18CFC718, 0xF4068DF4, 0x69537469, 0x749BB774, 0xF597C4F5, 0x56AD9F56, 0xDAE372DA, 0xD5EA7ED5, 0x4AF4154A, 0x9E8F229E, 0xA2AB12A2, 0x4E62584E, 0xE85F07E8, 0xE51D99E5, 0x39233439, 0xC1F66EC1, 0x446C5044, 0x5D32DE5D, 0x72466872, 0x26A06526, 0x93CDBC93, 0x03DADB03, 0xC6BAF8C6, 0xFA9EC8FA, 0x82D6A882, 0xCF6E2BCF, 0x50704050, 0xEB85DCEB, 0x750AFE75, 0x8A93328A, 0x8DDFA48D, 0x4C29CA4C, 0x141C1014, 0x73D72173, 0xCCB4F0CC, 0x09D4D309, 0x108A5D10, 0xE2510FE2, 0x00000000, 0x9A196F9A, 0xE01A9DE0, 0x8F94368F, 0xE6C742E6, 0xECC94AEC, 0xFDD25EFD, 0xAB7FC1AB, 0xD8A8E0D8 ]; /** * The Key Schedule Array * * @var array * @access private */ private $K = []; /** * The Key depended S-Table 0 * * @var array * @access private */ private $S0 = []; /** * The Key depended S-Table 1 * * @var array * @access private */ private $S1 = []; /** * The Key depended S-Table 2 * * @var array * @access private */ private $S2 = []; /** * The Key depended S-Table 3 * * @var array * @access private */ private $S3 = []; /** * Holds the last used key * * @var array * @access private */ private $kl; /** * The Key Length (in bytes) * * @see Crypt_Twofish::setKeyLength() * @var int * @access private */ protected $key_length = 16; /** * Default Constructor. * * @param string $mode * @access public * @throws BadModeException if an invalid / unsupported mode is provided */ public function __construct($mode) { parent::__construct($mode); if ($this->mode == self::MODE_STREAM) { throw new BadModeException('Block ciphers cannot be ran in stream mode'); } } /** * Sets the key length. * * Valid key lengths are 128, 192 or 256 bits * * @access public * @param int $length */ public function setKeyLength($length) { switch ($length) { case 128: case 192: case 256: break; default: throw new \LengthException('Key of size ' . $length . ' not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported'); } parent::setKeyLength($length); } /** * Sets the key. * * Rijndael supports five different key lengths * * @see setKeyLength() * @access public * @param string $key * @throws \LengthException if the key length isn't supported */ public function setKey($key) { switch (strlen($key)) { case 16: case 24: case 32: break; default: throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported'); } parent::setKey($key); } /** * Setup the key (expansion) * * @see \phpseclib3\Crypt\Common\SymmetricKey::_setupKey() * @access private */ protected function setupKey() { if (isset($this->kl['key']) && $this->key === $this->kl['key']) { // already expanded return; } $this->kl = ['key' => $this->key]; /* Key expanding and generating the key-depended s-boxes */ $le_longs = unpack('V*', $this->key); $key = unpack('C*', $this->key); $m0 = self::$m0; $m1 = self::$m1; $m2 = self::$m2; $m3 = self::$m3; $q0 = self::$q0; $q1 = self::$q1; $K = $S0 = $S1 = $S2 = $S3 = []; switch (strlen($this->key)) { case 16: list($s7, $s6, $s5, $s4) = $this->mdsrem($le_longs[1], $le_longs[2]); list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[3], $le_longs[4]); for ($i = 0, $j = 1; $i < 40; $i+= 2, $j+= 2) { $A = $m0[$q0[$q0[$i] ^ $key[ 9]] ^ $key[1]] ^ $m1[$q0[$q1[$i] ^ $key[10]] ^ $key[2]] ^ $m2[$q1[$q0[$i] ^ $key[11]] ^ $key[3]] ^ $m3[$q1[$q1[$i] ^ $key[12]] ^ $key[4]]; $B = $m0[$q0[$q0[$j] ^ $key[13]] ^ $key[5]] ^ $m1[$q0[$q1[$j] ^ $key[14]] ^ $key[6]] ^ $m2[$q1[$q0[$j] ^ $key[15]] ^ $key[7]] ^ $m3[$q1[$q1[$j] ^ $key[16]] ^ $key[8]]; $B = ($B << 8) | ($B >> 24 & 0xff); $A = self::safe_intval($A + $B); $K[] = $A; $A = self::safe_intval($A + $B); $K[] = ($A << 9 | $A >> 23 & 0x1ff); } for ($i = 0; $i < 256; ++$i) { $S0[$i] = $m0[$q0[$q0[$i] ^ $s4] ^ $s0]; $S1[$i] = $m1[$q0[$q1[$i] ^ $s5] ^ $s1]; $S2[$i] = $m2[$q1[$q0[$i] ^ $s6] ^ $s2]; $S3[$i] = $m3[$q1[$q1[$i] ^ $s7] ^ $s3]; } break; case 24: list($sb, $sa, $s9, $s8) = $this->mdsrem($le_longs[1], $le_longs[2]); list($s7, $s6, $s5, $s4) = $this->mdsrem($le_longs[3], $le_longs[4]); list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[5], $le_longs[6]); for ($i = 0, $j = 1; $i < 40; $i+= 2, $j+= 2) { $A = $m0[$q0[$q0[$q1[$i] ^ $key[17]] ^ $key[ 9]] ^ $key[1]] ^ $m1[$q0[$q1[$q1[$i] ^ $key[18]] ^ $key[10]] ^ $key[2]] ^ $m2[$q1[$q0[$q0[$i] ^ $key[19]] ^ $key[11]] ^ $key[3]] ^ $m3[$q1[$q1[$q0[$i] ^ $key[20]] ^ $key[12]] ^ $key[4]]; $B = $m0[$q0[$q0[$q1[$j] ^ $key[21]] ^ $key[13]] ^ $key[5]] ^ $m1[$q0[$q1[$q1[$j] ^ $key[22]] ^ $key[14]] ^ $key[6]] ^ $m2[$q1[$q0[$q0[$j] ^ $key[23]] ^ $key[15]] ^ $key[7]] ^ $m3[$q1[$q1[$q0[$j] ^ $key[24]] ^ $key[16]] ^ $key[8]]; $B = ($B << 8) | ($B >> 24 & 0xff); $A = self::safe_intval($A + $B); $K[] = $A; $A = self::safe_intval($A + $B); $K[] = ($A << 9 | $A >> 23 & 0x1ff); } for ($i = 0; $i < 256; ++$i) { $S0[$i] = $m0[$q0[$q0[$q1[$i] ^ $s8] ^ $s4] ^ $s0]; $S1[$i] = $m1[$q0[$q1[$q1[$i] ^ $s9] ^ $s5] ^ $s1]; $S2[$i] = $m2[$q1[$q0[$q0[$i] ^ $sa] ^ $s6] ^ $s2]; $S3[$i] = $m3[$q1[$q1[$q0[$i] ^ $sb] ^ $s7] ^ $s3]; } break; default: // 32 list($sf, $se, $sd, $sc) = $this->mdsrem($le_longs[1], $le_longs[2]); list($sb, $sa, $s9, $s8) = $this->mdsrem($le_longs[3], $le_longs[4]); list($s7, $s6, $s5, $s4) = $this->mdsrem($le_longs[5], $le_longs[6]); list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[7], $le_longs[8]); for ($i = 0, $j = 1; $i < 40; $i+= 2, $j+= 2) { $A = $m0[$q0[$q0[$q1[$q1[$i] ^ $key[25]] ^ $key[17]] ^ $key[ 9]] ^ $key[1]] ^ $m1[$q0[$q1[$q1[$q0[$i] ^ $key[26]] ^ $key[18]] ^ $key[10]] ^ $key[2]] ^ $m2[$q1[$q0[$q0[$q0[$i] ^ $key[27]] ^ $key[19]] ^ $key[11]] ^ $key[3]] ^ $m3[$q1[$q1[$q0[$q1[$i] ^ $key[28]] ^ $key[20]] ^ $key[12]] ^ $key[4]]; $B = $m0[$q0[$q0[$q1[$q1[$j] ^ $key[29]] ^ $key[21]] ^ $key[13]] ^ $key[5]] ^ $m1[$q0[$q1[$q1[$q0[$j] ^ $key[30]] ^ $key[22]] ^ $key[14]] ^ $key[6]] ^ $m2[$q1[$q0[$q0[$q0[$j] ^ $key[31]] ^ $key[23]] ^ $key[15]] ^ $key[7]] ^ $m3[$q1[$q1[$q0[$q1[$j] ^ $key[32]] ^ $key[24]] ^ $key[16]] ^ $key[8]]; $B = ($B << 8) | ($B >> 24 & 0xff); $A = self::safe_intval($A + $B); $K[] = $A; $A = self::safe_intval($A + $B); $K[] = ($A << 9 | $A >> 23 & 0x1ff); } for ($i = 0; $i < 256; ++$i) { $S0[$i] = $m0[$q0[$q0[$q1[$q1[$i] ^ $sc] ^ $s8] ^ $s4] ^ $s0]; $S1[$i] = $m1[$q0[$q1[$q1[$q0[$i] ^ $sd] ^ $s9] ^ $s5] ^ $s1]; $S2[$i] = $m2[$q1[$q0[$q0[$q0[$i] ^ $se] ^ $sa] ^ $s6] ^ $s2]; $S3[$i] = $m3[$q1[$q1[$q0[$q1[$i] ^ $sf] ^ $sb] ^ $s7] ^ $s3]; } } $this->K = $K; $this->S0 = $S0; $this->S1 = $S1; $this->S2 = $S2; $this->S3 = $S3; } /** * _mdsrem function using by the twofish cipher algorithm * * @access private * @param string $A * @param string $B * @return array */ private function mdsrem($A, $B) { // No gain by unrolling this loop. for ($i = 0; $i < 8; ++$i) { // Get most significant coefficient. $t = 0xff & ($B >> 24); // Shift the others up. $B = ($B << 8) | (0xff & ($A >> 24)); $A<<= 8; $u = $t << 1; // Subtract the modular polynomial on overflow. if ($t & 0x80) { $u^= 0x14d; } // Remove t * (a * x^2 + 1). $B ^= $t ^ ($u << 16); // Form u = a*t + t/a = t*(a + 1/a). $u^= 0x7fffffff & ($t >> 1); // Add the modular polynomial on underflow. if ($t & 0x01) { $u^= 0xa6 ; } // Remove t * (a + 1/a) * (x^3 + x). $B^= ($u << 24) | ($u << 8); } return [ 0xff & $B >> 24, 0xff & $B >> 16, 0xff & $B >> 8, 0xff & $B]; } /** * Encrypts a block * * @access private * @param string $in * @return string */ protected function encryptBlock($in) { $S0 = $this->S0; $S1 = $this->S1; $S2 = $this->S2; $S3 = $this->S3; $K = $this->K; $in = unpack("V4", $in); $R0 = $K[0] ^ $in[1]; $R1 = $K[1] ^ $in[2]; $R2 = $K[2] ^ $in[3]; $R3 = $K[3] ^ $in[4]; $ki = 7; while ($ki < 39) { $t0 = $S0[ $R0 & 0xff] ^ $S1[($R0 >> 8) & 0xff] ^ $S2[($R0 >> 16) & 0xff] ^ $S3[($R0 >> 24) & 0xff]; $t1 = $S0[($R1 >> 24) & 0xff] ^ $S1[ $R1 & 0xff] ^ $S2[($R1 >> 8) & 0xff] ^ $S3[($R1 >> 16) & 0xff]; $R2^= self::safe_intval($t0 + $t1 + $K[++$ki]); $R2 = ($R2 >> 1 & 0x7fffffff) | ($R2 << 31); $R3 = ((($R3 >> 31) & 1) | ($R3 << 1)) ^ self::safe_intval($t0 + ($t1 << 1) + $K[++$ki]); $t0 = $S0[ $R2 & 0xff] ^ $S1[($R2 >> 8) & 0xff] ^ $S2[($R2 >> 16) & 0xff] ^ $S3[($R2 >> 24) & 0xff]; $t1 = $S0[($R3 >> 24) & 0xff] ^ $S1[ $R3 & 0xff] ^ $S2[($R3 >> 8) & 0xff] ^ $S3[($R3 >> 16) & 0xff]; $R0^= self::safe_intval($t0 + $t1 + $K[++$ki]); $R0 = ($R0 >> 1 & 0x7fffffff) | ($R0 << 31); $R1 = ((($R1 >> 31) & 1) | ($R1 << 1)) ^ self::safe_intval($t0 + ($t1 << 1) + $K[++$ki]); } // @codingStandardsIgnoreStart return pack("V4", $K[4] ^ $R2, $K[5] ^ $R3, $K[6] ^ $R0, $K[7] ^ $R1); // @codingStandardsIgnoreEnd } /** * Decrypts a block * * @access private * @param string $in * @return string */ protected function decryptBlock($in) { $S0 = $this->S0; $S1 = $this->S1; $S2 = $this->S2; $S3 = $this->S3; $K = $this->K; $in = unpack("V4", $in); $R0 = $K[4] ^ $in[1]; $R1 = $K[5] ^ $in[2]; $R2 = $K[6] ^ $in[3]; $R3 = $K[7] ^ $in[4]; $ki = 40; while ($ki > 8) { $t0 = $S0[$R0 & 0xff] ^ $S1[$R0 >> 8 & 0xff] ^ $S2[$R0 >> 16 & 0xff] ^ $S3[$R0 >> 24 & 0xff]; $t1 = $S0[$R1 >> 24 & 0xff] ^ $S1[$R1 & 0xff] ^ $S2[$R1 >> 8 & 0xff] ^ $S3[$R1 >> 16 & 0xff]; $R3^= self::safe_intval($t0 + ($t1 << 1) + $K[--$ki]); $R3 = $R3 >> 1 & 0x7fffffff | $R3 << 31; $R2 = ($R2 >> 31 & 0x1 | $R2 << 1) ^ self::safe_intval($t0 + $t1 + $K[--$ki]); $t0 = $S0[$R2 & 0xff] ^ $S1[$R2 >> 8 & 0xff] ^ $S2[$R2 >> 16 & 0xff] ^ $S3[$R2 >> 24 & 0xff]; $t1 = $S0[$R3 >> 24 & 0xff] ^ $S1[$R3 & 0xff] ^ $S2[$R3 >> 8 & 0xff] ^ $S3[$R3 >> 16 & 0xff]; $R1^= self::safe_intval($t0 + ($t1 << 1) + $K[--$ki]); $R1 = $R1 >> 1 & 0x7fffffff | $R1 << 31; $R0 = ($R0 >> 31 & 0x1 | $R0 << 1) ^ self::safe_intval($t0 + $t1 + $K[--$ki]); } // @codingStandardsIgnoreStart return pack("V4", $K[0] ^ $R2, $K[1] ^ $R3, $K[2] ^ $R0, $K[3] ^ $R1); // @codingStandardsIgnoreEnd } /** * Setup the performance-optimized function for de/encrypt() * * @see \phpseclib3\Crypt\Common\SymmetricKey::_setupInlineCrypt() * @access private */ protected function setupInlineCrypt() { $K = $this->K; $init_crypt = ' static $S0, $S1, $S2, $S3; if (!$S0) { for ($i = 0; $i < 256; ++$i) { $S0[] = (int)$this->S0[$i]; $S1[] = (int)$this->S1[$i]; $S2[] = (int)$this->S2[$i]; $S3[] = (int)$this->S3[$i]; } } '; $safeint = self::safe_intval_inline(); // Generating encrypt code: $encrypt_block = ' $in = unpack("V4", $in); $R0 = '.$K[0].' ^ $in[1]; $R1 = '.$K[1].' ^ $in[2]; $R2 = '.$K[2].' ^ $in[3]; $R3 = '.$K[3].' ^ $in[4]; '; for ($ki = 7, $i = 0; $i < 8; ++$i) { $encrypt_block.= ' $t0 = $S0[ $R0 & 0xff] ^ $S1[($R0 >> 8) & 0xff] ^ $S2[($R0 >> 16) & 0xff] ^ $S3[($R0 >> 24) & 0xff]; $t1 = $S0[($R1 >> 24) & 0xff] ^ $S1[ $R1 & 0xff] ^ $S2[($R1 >> 8) & 0xff] ^ $S3[($R1 >> 16) & 0xff]; $R2^= ' . sprintf($safeint, '$t0 + $t1 + ' . $K[++$ki]) . '; $R2 = ($R2 >> 1 & 0x7fffffff) | ($R2 << 31); $R3 = ((($R3 >> 31) & 1) | ($R3 << 1)) ^ ' . sprintf($safeint, '($t0 + ($t1 << 1) + ' . $K[++$ki] . ')') . '; $t0 = $S0[ $R2 & 0xff] ^ $S1[($R2 >> 8) & 0xff] ^ $S2[($R2 >> 16) & 0xff] ^ $S3[($R2 >> 24) & 0xff]; $t1 = $S0[($R3 >> 24) & 0xff] ^ $S1[ $R3 & 0xff] ^ $S2[($R3 >> 8) & 0xff] ^ $S3[($R3 >> 16) & 0xff]; $R0^= ' . sprintf($safeint, '($t0 + $t1 + ' . $K[++$ki] . ')') . '; $R0 = ($R0 >> 1 & 0x7fffffff) | ($R0 << 31); $R1 = ((($R1 >> 31) & 1) | ($R1 << 1)) ^ ' . sprintf($safeint, '($t0 + ($t1 << 1) + ' . $K[++$ki] . ')') . '; '; } $encrypt_block.= ' $in = pack("V4", '.$K[4].' ^ $R2, '.$K[5].' ^ $R3, '.$K[6].' ^ $R0, '.$K[7].' ^ $R1); '; // Generating decrypt code: $decrypt_block = ' $in = unpack("V4", $in); $R0 = '.$K[4].' ^ $in[1]; $R1 = '.$K[5].' ^ $in[2]; $R2 = '.$K[6].' ^ $in[3]; $R3 = '.$K[7].' ^ $in[4]; '; for ($ki = 40, $i = 0; $i < 8; ++$i) { $decrypt_block.= ' $t0 = $S0[$R0 & 0xff] ^ $S1[$R0 >> 8 & 0xff] ^ $S2[$R0 >> 16 & 0xff] ^ $S3[$R0 >> 24 & 0xff]; $t1 = $S0[$R1 >> 24 & 0xff] ^ $S1[$R1 & 0xff] ^ $S2[$R1 >> 8 & 0xff] ^ $S3[$R1 >> 16 & 0xff]; $R3^= ' . sprintf($safeint, '$t0 + ($t1 << 1) + ' . $K[--$ki]) . '; $R3 = $R3 >> 1 & 0x7fffffff | $R3 << 31; $R2 = ($R2 >> 31 & 0x1 | $R2 << 1) ^ ' . sprintf($safeint, '($t0 + $t1 + '.$K[--$ki] . ')') . '; $t0 = $S0[$R2 & 0xff] ^ $S1[$R2 >> 8 & 0xff] ^ $S2[$R2 >> 16 & 0xff] ^ $S3[$R2 >> 24 & 0xff]; $t1 = $S0[$R3 >> 24 & 0xff] ^ $S1[$R3 & 0xff] ^ $S2[$R3 >> 8 & 0xff] ^ $S3[$R3 >> 16 & 0xff]; $R1^= ' . sprintf($safeint, '$t0 + ($t1 << 1) + ' . $K[--$ki]) . '; $R1 = $R1 >> 1 & 0x7fffffff | $R1 << 31; $R0 = ($R0 >> 31 & 0x1 | $R0 << 1) ^ ' . sprintf($safeint, '($t0 + $t1 + '.$K[--$ki] . ')') . '; '; } $decrypt_block.= ' $in = pack("V4", '.$K[0].' ^ $R2, '.$K[1].' ^ $R3, '.$K[2].' ^ $R0, '.$K[3].' ^ $R1); '; $this->inline_crypt = $this->createInlineCryptFunction( [ 'init_crypt' => $init_crypt, 'init_encrypt' => '', 'init_decrypt' => '', 'encrypt_block' => $encrypt_block, 'decrypt_block' => $decrypt_block ] ); } } PK5 ZmR}dd7vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.phpnu[ * setKey('12345678901234567890123456789012'); * * $plaintext = str_repeat('a', 1024); * * echo $blowfish->decrypt($blowfish->encrypt($plaintext)); * ?> * * * @category Crypt * @package Blowfish * @author Jim Wigginton * @author Hans-Juergen Petrich * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\BlockCipher; /** * Pure-PHP implementation of Blowfish. * * @package Blowfish * @author Jim Wigginton * @author Hans-Juergen Petrich * @access public */ class Blowfish extends BlockCipher { /** * Block Length of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size * @var int * @access private */ protected $block_size = 8; /** * The mcrypt specific name of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @var string * @access private */ protected $cipher_name_mcrypt = 'blowfish'; /** * Optimizing value while CFB-encrypting * * @see \phpseclib3\Crypt\Common\SymmetricKey::cfb_init_len * @var int * @access private */ protected $cfb_init_len = 500; /** * The fixed subkeys boxes ($sbox0 - $sbox3) with 256 entries each * * S-Box 0 * * @access private * @var array */ private static $sbox0 = [ 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, 0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99, 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, 0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e, 0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee, 0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013, 0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef, 0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e, 0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60, 0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440, 0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce, 0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a, 0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e, 0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677, 0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193, 0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032, 0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88, 0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239, 0x2e0b4482, 0xa4842004, 0x69c8f04a, 0x9e1f9b5e, 0x21c66842, 0xf6e96c9a, 0x670c9c61, 0xabd388f0, 0x6a51a0d2, 0xd8542f68, 0x960fa728, 0xab5133a3, 0x6eef0b6c, 0x137a3be4, 0xba3bf050, 0x7efb2a98, 0xa1f1651d, 0x39af0176, 0x66ca593e, 0x82430e88, 0x8cee8619, 0x456f9fb4, 0x7d84a5c3, 0x3b8b5ebe, 0xe06f75d8, 0x85c12073, 0x401a449f, 0x56c16aa6, 0x4ed3aa62, 0x363f7706, 0x1bfedf72, 0x429b023d, 0x37d0d724, 0xd00a1248, 0xdb0fead3, 0x49f1c09b, 0x075372c9, 0x80991b7b, 0x25d479d8, 0xf6e8def7, 0xe3fe501a, 0xb6794c3b, 0x976ce0bd, 0x04c006ba, 0xc1a94fb6, 0x409f60c4, 0x5e5c9ec2, 0x196a2463, 0x68fb6faf, 0x3e6c53b5, 0x1339b2eb, 0x3b52ec6f, 0x6dfc511f, 0x9b30952c, 0xcc814544, 0xaf5ebd09, 0xbee3d004, 0xde334afd, 0x660f2807, 0x192e4bb3, 0xc0cba857, 0x45c8740f, 0xd20b5f39, 0xb9d3fbdb, 0x5579c0bd, 0x1a60320a, 0xd6a100c6, 0x402c7279, 0x679f25fe, 0xfb1fa3cc, 0x8ea5e9f8, 0xdb3222f8, 0x3c7516df, 0xfd616b15, 0x2f501ec8, 0xad0552ab, 0x323db5fa, 0xfd238760, 0x53317b48, 0x3e00df82, 0x9e5c57bb, 0xca6f8ca0, 0x1a87562e, 0xdf1769db, 0xd542a8f6, 0x287effc3, 0xac6732c6, 0x8c4f5573, 0x695b27b0, 0xbbca58c8, 0xe1ffa35d, 0xb8f011a0, 0x10fa3d98, 0xfd2183b8, 0x4afcb56c, 0x2dd1d35b, 0x9a53e479, 0xb6f84565, 0xd28e49bc, 0x4bfb9790, 0xe1ddf2da, 0xa4cb7e33, 0x62fb1341, 0xcee4c6e8, 0xef20cada, 0x36774c01, 0xd07e9efe, 0x2bf11fb4, 0x95dbda4d, 0xae909198, 0xeaad8e71, 0x6b93d5a0, 0xd08ed1d0, 0xafc725e0, 0x8e3c5b2f, 0x8e7594b7, 0x8ff6e2fb, 0xf2122b64, 0x8888b812, 0x900df01c, 0x4fad5ea0, 0x688fc31c, 0xd1cff191, 0xb3a8c1ad, 0x2f2f2218, 0xbe0e1777, 0xea752dfe, 0x8b021fa1, 0xe5a0cc0f, 0xb56f74e8, 0x18acf3d6, 0xce89e299, 0xb4a84fe0, 0xfd13e0b7, 0x7cc43b81, 0xd2ada8d9, 0x165fa266, 0x80957705, 0x93cc7314, 0x211a1477, 0xe6ad2065, 0x77b5fa86, 0xc75442f5, 0xfb9d35cf, 0xebcdaf0c, 0x7b3e89a0, 0xd6411bd3, 0xae1e7e49, 0x00250e2d, 0x2071b35e, 0x226800bb, 0x57b8e0af, 0x2464369b, 0xf009b91e, 0x5563911d, 0x59dfa6aa, 0x78c14389, 0xd95a537f, 0x207d5ba2, 0x02e5b9c5, 0x83260376, 0x6295cfa9, 0x11c81968, 0x4e734a41, 0xb3472dca, 0x7b14a94a, 0x1b510052, 0x9a532915, 0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400, 0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915, 0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664, 0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a ]; /** * S-Box 1 * * @access private * @var array */ private static $sbox1 = [ 0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623, 0xad6ea6b0, 0x49a7df7d, 0x9cee60b8, 0x8fedb266, 0xecaa8c71, 0x699a17ff, 0x5664526c, 0xc2b19ee1, 0x193602a5, 0x75094c29, 0xa0591340, 0xe4183a3e, 0x3f54989a, 0x5b429d65, 0x6b8fe4d6, 0x99f73fd6, 0xa1d29c07, 0xefe830f5, 0x4d2d38e6, 0xf0255dc1, 0x4cdd2086, 0x8470eb26, 0x6382e9c6, 0x021ecc5e, 0x09686b3f, 0x3ebaefc9, 0x3c971814, 0x6b6a70a1, 0x687f3584, 0x52a0e286, 0xb79c5305, 0xaa500737, 0x3e07841c, 0x7fdeae5c, 0x8e7d44ec, 0x5716f2b8, 0xb03ada37, 0xf0500c0d, 0xf01c1f04, 0x0200b3ff, 0xae0cf51a, 0x3cb574b2, 0x25837a58, 0xdc0921bd, 0xd19113f9, 0x7ca92ff6, 0x94324773, 0x22f54701, 0x3ae5e581, 0x37c2dadc, 0xc8b57634, 0x9af3dda7, 0xa9446146, 0x0fd0030e, 0xecc8c73e, 0xa4751e41, 0xe238cd99, 0x3bea0e2f, 0x3280bba1, 0x183eb331, 0x4e548b38, 0x4f6db908, 0x6f420d03, 0xf60a04bf, 0x2cb81290, 0x24977c79, 0x5679b072, 0xbcaf89af, 0xde9a771f, 0xd9930810, 0xb38bae12, 0xdccf3f2e, 0x5512721f, 0x2e6b7124, 0x501adde6, 0x9f84cd87, 0x7a584718, 0x7408da17, 0xbc9f9abc, 0xe94b7d8c, 0xec7aec3a, 0xdb851dfa, 0x63094366, 0xc464c3d2, 0xef1c1847, 0x3215d908, 0xdd433b37, 0x24c2ba16, 0x12a14d43, 0x2a65c451, 0x50940002, 0x133ae4dd, 0x71dff89e, 0x10314e55, 0x81ac77d6, 0x5f11199b, 0x043556f1, 0xd7a3c76b, 0x3c11183b, 0x5924a509, 0xf28fe6ed, 0x97f1fbfa, 0x9ebabf2c, 0x1e153c6e, 0x86e34570, 0xeae96fb1, 0x860e5e0a, 0x5a3e2ab3, 0x771fe71c, 0x4e3d06fa, 0x2965dcb9, 0x99e71d0f, 0x803e89d6, 0x5266c825, 0x2e4cc978, 0x9c10b36a, 0xc6150eba, 0x94e2ea78, 0xa5fc3c53, 0x1e0a2df4, 0xf2f74ea7, 0x361d2b3d, 0x1939260f, 0x19c27960, 0x5223a708, 0xf71312b6, 0xebadfe6e, 0xeac31f66, 0xe3bc4595, 0xa67bc883, 0xb17f37d1, 0x018cff28, 0xc332ddef, 0xbe6c5aa5, 0x65582185, 0x68ab9802, 0xeecea50f, 0xdb2f953b, 0x2aef7dad, 0x5b6e2f84, 0x1521b628, 0x29076170, 0xecdd4775, 0x619f1510, 0x13cca830, 0xeb61bd96, 0x0334fe1e, 0xaa0363cf, 0xb5735c90, 0x4c70a239, 0xd59e9e0b, 0xcbaade14, 0xeecc86bc, 0x60622ca7, 0x9cab5cab, 0xb2f3846e, 0x648b1eaf, 0x19bdf0ca, 0xa02369b9, 0x655abb50, 0x40685a32, 0x3c2ab4b3, 0x319ee9d5, 0xc021b8f7, 0x9b540b19, 0x875fa099, 0x95f7997e, 0x623d7da8, 0xf837889a, 0x97e32d77, 0x11ed935f, 0x16681281, 0x0e358829, 0xc7e61fd6, 0x96dedfa1, 0x7858ba99, 0x57f584a5, 0x1b227263, 0x9b83c3ff, 0x1ac24696, 0xcdb30aeb, 0x532e3054, 0x8fd948e4, 0x6dbc3128, 0x58ebf2ef, 0x34c6ffea, 0xfe28ed61, 0xee7c3c73, 0x5d4a14d9, 0xe864b7e3, 0x42105d14, 0x203e13e0, 0x45eee2b6, 0xa3aaabea, 0xdb6c4f15, 0xfacb4fd0, 0xc742f442, 0xef6abbb5, 0x654f3b1d, 0x41cd2105, 0xd81e799e, 0x86854dc7, 0xe44b476a, 0x3d816250, 0xcf62a1f2, 0x5b8d2646, 0xfc8883a0, 0xc1c7b6a3, 0x7f1524c3, 0x69cb7492, 0x47848a0b, 0x5692b285, 0x095bbf00, 0xad19489d, 0x1462b174, 0x23820e00, 0x58428d2a, 0x0c55f5ea, 0x1dadf43e, 0x233f7061, 0x3372f092, 0x8d937e41, 0xd65fecf1, 0x6c223bdb, 0x7cde3759, 0xcbee7460, 0x4085f2a7, 0xce77326e, 0xa6078084, 0x19f8509e, 0xe8efd855, 0x61d99735, 0xa969a7aa, 0xc50c06c2, 0x5a04abfc, 0x800bcadc, 0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9, 0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340, 0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20, 0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7 ]; /** * S-Box 2 * * @access private * @var array */ private static $sbox2 = [ 0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934, 0x411520f7, 0x7602d4f7, 0xbcf46b2e, 0xd4a20068, 0xd4082471, 0x3320f46a, 0x43b7d4b7, 0x500061af, 0x1e39f62e, 0x97244546, 0x14214f74, 0xbf8b8840, 0x4d95fc1d, 0x96b591af, 0x70f4ddd3, 0x66a02f45, 0xbfbc09ec, 0x03bd9785, 0x7fac6dd0, 0x31cb8504, 0x96eb27b3, 0x55fd3941, 0xda2547e6, 0xabca0a9a, 0x28507825, 0x530429f4, 0x0a2c86da, 0xe9b66dfb, 0x68dc1462, 0xd7486900, 0x680ec0a4, 0x27a18dee, 0x4f3ffea2, 0xe887ad8c, 0xb58ce006, 0x7af4d6b6, 0xaace1e7c, 0xd3375fec, 0xce78a399, 0x406b2a42, 0x20fe9e35, 0xd9f385b9, 0xee39d7ab, 0x3b124e8b, 0x1dc9faf7, 0x4b6d1856, 0x26a36631, 0xeae397b2, 0x3a6efa74, 0xdd5b4332, 0x6841e7f7, 0xca7820fb, 0xfb0af54e, 0xd8feb397, 0x454056ac, 0xba489527, 0x55533a3a, 0x20838d87, 0xfe6ba9b7, 0xd096954b, 0x55a867bc, 0xa1159a58, 0xcca92963, 0x99e1db33, 0xa62a4a56, 0x3f3125f9, 0x5ef47e1c, 0x9029317c, 0xfdf8e802, 0x04272f70, 0x80bb155c, 0x05282ce3, 0x95c11548, 0xe4c66d22, 0x48c1133f, 0xc70f86dc, 0x07f9c9ee, 0x41041f0f, 0x404779a4, 0x5d886e17, 0x325f51eb, 0xd59bc0d1, 0xf2bcc18f, 0x41113564, 0x257b7834, 0x602a9c60, 0xdff8e8a3, 0x1f636c1b, 0x0e12b4c2, 0x02e1329e, 0xaf664fd1, 0xcad18115, 0x6b2395e0, 0x333e92e1, 0x3b240b62, 0xeebeb922, 0x85b2a20e, 0xe6ba0d99, 0xde720c8c, 0x2da2f728, 0xd0127845, 0x95b794fd, 0x647d0862, 0xe7ccf5f0, 0x5449a36f, 0x877d48fa, 0xc39dfd27, 0xf33e8d1e, 0x0a476341, 0x992eff74, 0x3a6f6eab, 0xf4f8fd37, 0xa812dc60, 0xa1ebddf8, 0x991be14c, 0xdb6e6b0d, 0xc67b5510, 0x6d672c37, 0x2765d43b, 0xdcd0e804, 0xf1290dc7, 0xcc00ffa3, 0xb5390f92, 0x690fed0b, 0x667b9ffb, 0xcedb7d9c, 0xa091cf0b, 0xd9155ea3, 0xbb132f88, 0x515bad24, 0x7b9479bf, 0x763bd6eb, 0x37392eb3, 0xcc115979, 0x8026e297, 0xf42e312d, 0x6842ada7, 0xc66a2b3b, 0x12754ccc, 0x782ef11c, 0x6a124237, 0xb79251e7, 0x06a1bbe6, 0x4bfb6350, 0x1a6b1018, 0x11caedfa, 0x3d25bdd8, 0xe2e1c3c9, 0x44421659, 0x0a121386, 0xd90cec6e, 0xd5abea2a, 0x64af674e, 0xda86a85f, 0xbebfe988, 0x64e4c3fe, 0x9dbc8057, 0xf0f7c086, 0x60787bf8, 0x6003604d, 0xd1fd8346, 0xf6381fb0, 0x7745ae04, 0xd736fccc, 0x83426b33, 0xf01eab71, 0xb0804187, 0x3c005e5f, 0x77a057be, 0xbde8ae24, 0x55464299, 0xbf582e61, 0x4e58f48f, 0xf2ddfda2, 0xf474ef38, 0x8789bdc2, 0x5366f9c3, 0xc8b38e74, 0xb475f255, 0x46fcd9b9, 0x7aeb2661, 0x8b1ddf84, 0x846a0e79, 0x915f95e2, 0x466e598e, 0x20b45770, 0x8cd55591, 0xc902de4c, 0xb90bace1, 0xbb8205d0, 0x11a86248, 0x7574a99e, 0xb77f19b6, 0xe0a9dc09, 0x662d09a1, 0xc4324633, 0xe85a1f02, 0x09f0be8c, 0x4a99a025, 0x1d6efe10, 0x1ab93d1d, 0x0ba5a4df, 0xa186f20f, 0x2868f169, 0xdcb7da83, 0x573906fe, 0xa1e2ce9b, 0x4fcd7f52, 0x50115e01, 0xa70683fa, 0xa002b5c4, 0x0de6d027, 0x9af88c27, 0x773f8641, 0xc3604c06, 0x61a806b5, 0xf0177a28, 0xc0f586e0, 0x006058aa, 0x30dc7d62, 0x11e69ed7, 0x2338ea63, 0x53c2dd94, 0xc2c21634, 0xbbcbee56, 0x90bcb6de, 0xebfc7da1, 0xce591d76, 0x6f05e409, 0x4b7c0188, 0x39720a3d, 0x7c927c24, 0x86e3725f, 0x724d9db9, 0x1ac15bb4, 0xd39eb8fc, 0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4, 0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c, 0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837, 0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0 ]; /** * S-Box 3 * * @access private * @var array */ private static $sbox3 = [ 0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b, 0x5cb0679e, 0x4fa33742, 0xd3822740, 0x99bc9bbe, 0xd5118e9d, 0xbf0f7315, 0xd62d1c7e, 0xc700c47b, 0xb78c1b6b, 0x21a19045, 0xb26eb1be, 0x6a366eb4, 0x5748ab2f, 0xbc946e79, 0xc6a376d2, 0x6549c2c8, 0x530ff8ee, 0x468dde7d, 0xd5730a1d, 0x4cd04dc6, 0x2939bbdb, 0xa9ba4650, 0xac9526e8, 0xbe5ee304, 0xa1fad5f0, 0x6a2d519a, 0x63ef8ce2, 0x9a86ee22, 0xc089c2b8, 0x43242ef6, 0xa51e03aa, 0x9cf2d0a4, 0x83c061ba, 0x9be96a4d, 0x8fe51550, 0xba645bd6, 0x2826a2f9, 0xa73a3ae1, 0x4ba99586, 0xef5562e9, 0xc72fefd3, 0xf752f7da, 0x3f046f69, 0x77fa0a59, 0x80e4a915, 0x87b08601, 0x9b09e6ad, 0x3b3ee593, 0xe990fd5a, 0x9e34d797, 0x2cf0b7d9, 0x022b8b51, 0x96d5ac3a, 0x017da67d, 0xd1cf3ed6, 0x7c7d2d28, 0x1f9f25cf, 0xadf2b89b, 0x5ad6b472, 0x5a88f54c, 0xe029ac71, 0xe019a5e6, 0x47b0acfd, 0xed93fa9b, 0xe8d3c48d, 0x283b57cc, 0xf8d56629, 0x79132e28, 0x785f0191, 0xed756055, 0xf7960e44, 0xe3d35e8c, 0x15056dd4, 0x88f46dba, 0x03a16125, 0x0564f0bd, 0xc3eb9e15, 0x3c9057a2, 0x97271aec, 0xa93a072a, 0x1b3f6d9b, 0x1e6321f5, 0xf59c66fb, 0x26dcf319, 0x7533d928, 0xb155fdf5, 0x03563482, 0x8aba3cbb, 0x28517711, 0xc20ad9f8, 0xabcc5167, 0xccad925f, 0x4de81751, 0x3830dc8e, 0x379d5862, 0x9320f991, 0xea7a90c2, 0xfb3e7bce, 0x5121ce64, 0x774fbe32, 0xa8b6e37e, 0xc3293d46, 0x48de5369, 0x6413e680, 0xa2ae0810, 0xdd6db224, 0x69852dfd, 0x09072166, 0xb39a460a, 0x6445c0dd, 0x586cdecf, 0x1c20c8ae, 0x5bbef7dd, 0x1b588d40, 0xccd2017f, 0x6bb4e3bb, 0xdda26a7e, 0x3a59ff45, 0x3e350a44, 0xbcb4cdd5, 0x72eacea8, 0xfa6484bb, 0x8d6612ae, 0xbf3c6f47, 0xd29be463, 0x542f5d9e, 0xaec2771b, 0xf64e6370, 0x740e0d8d, 0xe75b1357, 0xf8721671, 0xaf537d5d, 0x4040cb08, 0x4eb4e2cc, 0x34d2466a, 0x0115af84, 0xe1b00428, 0x95983a1d, 0x06b89fb4, 0xce6ea048, 0x6f3f3b82, 0x3520ab82, 0x011a1d4b, 0x277227f8, 0x611560b1, 0xe7933fdc, 0xbb3a792b, 0x344525bd, 0xa08839e1, 0x51ce794b, 0x2f32c9b7, 0xa01fbac9, 0xe01cc87e, 0xbcc7d1f6, 0xcf0111c3, 0xa1e8aac7, 0x1a908749, 0xd44fbd9a, 0xd0dadecb, 0xd50ada38, 0x0339c32a, 0xc6913667, 0x8df9317c, 0xe0b12b4f, 0xf79e59b7, 0x43f5bb3a, 0xf2d519ff, 0x27d9459c, 0xbf97222c, 0x15e6fc2a, 0x0f91fc71, 0x9b941525, 0xfae59361, 0xceb69ceb, 0xc2a86459, 0x12baa8d1, 0xb6c1075e, 0xe3056a0c, 0x10d25065, 0xcb03a442, 0xe0ec6e0e, 0x1698db3b, 0x4c98a0be, 0x3278e964, 0x9f1f9532, 0xe0d392df, 0xd3a0342b, 0x8971f21e, 0x1b0a7441, 0x4ba3348c, 0xc5be7120, 0xc37632d8, 0xdf359f8d, 0x9b992f2e, 0xe60b6f47, 0x0fe3f11d, 0xe54cda54, 0x1edad891, 0xce6279cf, 0xcd3e7e6f, 0x1618b166, 0xfd2c1d05, 0x848fd2c5, 0xf6fb2299, 0xf523f357, 0xa6327623, 0x93a83531, 0x56cccd02, 0xacf08162, 0x5a75ebb5, 0x6e163697, 0x88d273cc, 0xde966292, 0x81b949d0, 0x4c50901b, 0x71c65614, 0xe6c6c7bd, 0x327a140a, 0x45e1d006, 0xc3f27b9a, 0xc9aa53fd, 0x62a80f00, 0xbb25bfe2, 0x35bdd2f6, 0x71126905, 0xb2040222, 0xb6cbcf7c, 0xcd769c2b, 0x53113ec0, 0x1640e3d3, 0x38abbd60, 0x2547adf0, 0xba38209c, 0xf746ce76, 0x77afa1c5, 0x20756060, 0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e, 0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9, 0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f, 0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6 ]; /** * P-Array consists of 18 32-bit subkeys * * @var array * @access private */ private static $parray = [ 0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89, 0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c, 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917, 0x9216d5d9, 0x8979fb1b ]; /** * The BCTX-working Array * * Holds the expanded key [p] and the key-depended s-boxes [sb] * * @var array * @access private */ private $bctx; /** * Holds the last used key * * @var array * @access private */ private $kl; /** * The Key Length (in bytes) * {@internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk * because the encryption / decryption / key schedule creation requires this number and not $key_length. We could * derive this from $key_length or vice versa, but that'd mean we'd have to do multiple shift operations, so in lieu * of that, we'll just precompute it once.} * * @see \phpseclib3\Crypt\Common\SymmetricKey::setKeyLength() * @var int * @access private */ protected $key_length = 16; /** * Default Constructor. * * @param string $mode * @access public * @throws \InvalidArgumentException if an invalid / unsupported mode is provided */ public function __construct($mode) { parent::__construct($mode); if ($this->mode == self::MODE_STREAM) { throw new \InvalidArgumentException('Block ciphers cannot be ran in stream mode'); } } /** * Sets the key length. * * Key lengths can be between 32 and 448 bits. * * @access public * @param int $length */ public function setKeyLength($length) { if ($length < 32 || $length > 448) { throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys of sizes between 32 and 448 bits are supported'); } $this->key_length = $length >> 3; parent::setKeyLength($length); } /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { if ($engine == self::ENGINE_OPENSSL) { if (version_compare(PHP_VERSION, '5.3.7') < 0 && $this->key_length != 16) { return false; } if ($this->key_length < 16) { return false; } self::$cipher_name_openssl_ecb = 'bf-ecb'; $this->cipher_name_openssl = 'bf-' . $this->openssl_translate_mode(); } return parent::isValidEngineHelper($engine); } /** * Setup the key (expansion) * * @see \phpseclib3\Crypt\Common\SymmetricKey::_setupKey() * @access private */ protected function setupKey() { if (isset($this->kl['key']) && $this->key === $this->kl['key']) { // already expanded return; } $this->kl = ['key' => $this->key]; /* key-expanding p[] and S-Box building sb[] */ $this->bctx = [ 'p' => [], 'sb' => [ self::$sbox0, self::$sbox1, self::$sbox2, self::$sbox3 ] ]; // unpack binary string in unsigned chars $key = array_values(unpack('C*', $this->key)); $keyl = count($key); for ($j = 0, $i = 0; $i < 18; ++$i) { // xor P1 with the first 32-bits of the key, xor P2 with the second 32-bits ... for ($data = 0, $k = 0; $k < 4; ++$k) { $data = ($data << 8) | $key[$j]; if (++$j >= $keyl) { $j = 0; } } $this->bctx['p'][] = self::$parray[$i] ^ $data; } // encrypt the zero-string, replace P1 and P2 with the encrypted data, // encrypt P3 and P4 with the new P1 and P2, do it with all P-array and subkeys $data = "\0\0\0\0\0\0\0\0"; for ($i = 0; $i < 18; $i += 2) { list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data))); $this->bctx['p'][$i ] = $l; $this->bctx['p'][$i + 1] = $r; } for ($i = 0; $i < 4; ++$i) { for ($j = 0; $j < 256; $j += 2) { list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data))); $this->bctx['sb'][$i][$j ] = $l; $this->bctx['sb'][$i][$j + 1] = $r; } } } /** * Encrypts a block * * @access private * @param string $in * @return string */ protected function encryptBlock($in) { $p = $this->bctx['p']; // extract($this->bctx['sb'], EXTR_PREFIX_ALL, 'sb'); // slower $sb_0 = $this->bctx['sb'][0]; $sb_1 = $this->bctx['sb'][1]; $sb_2 = $this->bctx['sb'][2]; $sb_3 = $this->bctx['sb'][3]; $in = unpack('N*', $in); $l = $in[1]; $r = $in[2]; for ($i = 0; $i < 16; $i+= 2) { $l^= $p[$i]; $r^= self::safe_intval((self::safe_intval($sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff]) ^ $sb_2[$l >> 8 & 0xff]) + $sb_3[$l & 0xff]); $r^= $p[$i + 1]; $l^= self::safe_intval((self::safe_intval($sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff]) ^ $sb_2[$r >> 8 & 0xff]) + $sb_3[$r & 0xff]); } return pack('N*', $r ^ $p[17], $l ^ $p[16]); } /** * Decrypts a block * * @access private * @param string $in * @return string */ protected function decryptBlock($in) { $p = $this->bctx['p']; $sb_0 = $this->bctx['sb'][0]; $sb_1 = $this->bctx['sb'][1]; $sb_2 = $this->bctx['sb'][2]; $sb_3 = $this->bctx['sb'][3]; $in = unpack('N*', $in); $l = $in[1]; $r = $in[2]; for ($i = 17; $i > 2; $i-= 2) { $l^= $p[$i]; $r^= self::safe_intval((self::safe_intval($sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff]) ^ $sb_2[$l >> 8 & 0xff]) + $sb_3[$l & 0xff]); $r^= $p[$i - 1]; $l^= self::safe_intval((self::safe_intval($sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff]) ^ $sb_2[$r >> 8 & 0xff]) + $sb_3[$r & 0xff]); } return pack('N*', $r ^ $p[0], $l ^ $p[1]); } /** * Setup the performance-optimized function for de/encrypt() * * @see \phpseclib3\Crypt\Common\SymmetricKey::_setupInlineCrypt() * @access private */ protected function setupInlineCrypt() { $p = $this->bctx['p']; $init_crypt = ' static $sb_0, $sb_1, $sb_2, $sb_3; if (!$sb_0) { $sb_0 = $this->bctx["sb"][0]; $sb_1 = $this->bctx["sb"][1]; $sb_2 = $this->bctx["sb"][2]; $sb_3 = $this->bctx["sb"][3]; } '; $safeint = self::safe_intval_inline(); // Generating encrypt code: $encrypt_block = ' $in = unpack("N*", $in); $l = $in[1]; $r = $in[2]; '; for ($i = 0; $i < 16; $i+= 2) { $encrypt_block.= ' $l^= ' . $p[$i] . '; $r^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff]') . ' ^ $sb_2[$l >> 8 & 0xff]) + $sb_3[$l & 0xff]') . '; $r^= ' . $p[$i + 1] . '; $l^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff]') . ' ^ $sb_2[$r >> 8 & 0xff]) + $sb_3[$r & 0xff]') . '; '; } $encrypt_block.= ' $in = pack("N*", $r ^ ' . $p[17] . ', $l ^ ' . $p[16] . ' ); '; // Generating decrypt code: $decrypt_block = ' $in = unpack("N*", $in); $l = $in[1]; $r = $in[2]; '; for ($i = 17; $i > 2; $i-= 2) { $decrypt_block.= ' $l^= ' . $p[$i] . '; $r^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff]') . ' ^ $sb_2[$l >> 8 & 0xff]) + $sb_3[$l & 0xff]') . '; $r^= ' . $p[$i - 1] . '; $l^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff]') . ' ^ $sb_2[$r >> 8 & 0xff]) + $sb_3[$r & 0xff]') . '; '; } $decrypt_block.= ' $in = pack("N*", $r ^ ' . $p[0] . ', $l ^ ' . $p[1] . ' ); '; $this->inline_crypt = $this->createInlineCryptFunction( [ 'init_crypt' => $init_crypt, 'init_encrypt' => '', 'init_decrypt' => '', 'encrypt_block' => $encrypt_block, 'decrypt_block' => $decrypt_block ] ); } } PK5 Z!k2vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.phpnu[ * setKey('abcdefgh'); * * $size = 10 * 1024; * $plaintext = ''; * for ($i = 0; $i < $size; $i++) { * $plaintext.= 'a'; * } * * echo $rc4->decrypt($rc4->encrypt($plaintext)); * ?> * * * @category Crypt * @package RC4 * @author Jim Wigginton * @copyright 2007 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\StreamCipher; /** * Pure-PHP implementation of RC4. * * @package RC4 * @author Jim Wigginton * @access public */ class RC4 extends StreamCipher { /** * @access private * @see \phpseclib3\Crypt\RC4::_crypt() */ const ENCRYPT = 0; /** * @access private * @see \phpseclib3\Crypt\RC4::_crypt() */ const DECRYPT = 1; /** * Key Length (in bytes) * * @see \phpseclib3\Crypt\RC4::setKeyLength() * @var int * @access private */ protected $key_length = 128; // = 1024 bits /** * The mcrypt specific name of the cipher * * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @var string * @access private */ protected $cipher_name_mcrypt = 'arcfour'; /** * The Key * * @see self::setKey() * @var string * @access private */ protected $key; /** * The Key Stream for decryption and encryption * * @see self::setKey() * @var array * @access private */ private $stream; /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { if ($engine == self::ENGINE_OPENSSL) { if ($this->continuousBuffer) { return false; } if (version_compare(PHP_VERSION, '5.3.7') >= 0) { $this->cipher_name_openssl = 'rc4-40'; } else { switch (strlen($this->key)) { case 5: $this->cipher_name_openssl = 'rc4-40'; break; case 8: $this->cipher_name_openssl = 'rc4-64'; break; case 16: $this->cipher_name_openssl = 'rc4'; break; default: return false; } } } return parent::isValidEngineHelper($engine); } /** * Sets the key length * * Keys can be between 1 and 256 bytes long. * * @access public * @param int $length * @throws \LengthException if the key length is invalid */ public function setKeyLength($length) { if ($length < 8 || $length > 2048) { throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys between 1 and 256 bytes are supported'); } $this->key_length = $length >> 3; parent::setKeyLength($length); } /** * Sets the key length * * Keys can be between 1 and 256 bytes long. * * @access public * @param string $key */ public function setKey($key) { $length = strlen($key); if ($length < 1 || $length > 256) { throw new \LengthException('Key size of ' . $length . ' bytes is not supported by RC4. Keys must be between 1 and 256 bytes long'); } parent::setKey($key); } /** * Encrypts a message. * * @see \phpseclib3\Crypt\Common\SymmetricKey::decrypt() * @see self::crypt() * @access public * @param string $plaintext * @return string $ciphertext */ public function encrypt($plaintext) { if ($this->engine != self::ENGINE_INTERNAL) { return parent::encrypt($plaintext); } return $this->crypt($plaintext, self::ENCRYPT); } /** * Decrypts a message. * * $this->decrypt($this->encrypt($plaintext)) == $this->encrypt($this->encrypt($plaintext)). * At least if the continuous buffer is disabled. * * @see \phpseclib3\Crypt\Common\SymmetricKey::encrypt() * @see self::crypt() * @access public * @param string $ciphertext * @return string $plaintext */ public function decrypt($ciphertext) { if ($this->engine != self::ENGINE_INTERNAL) { return parent::decrypt($ciphertext); } return $this->crypt($ciphertext, self::DECRYPT); } /** * Encrypts a block * * @access private * @param string $in */ protected function encryptBlock($in) { // RC4 does not utilize this method } /** * Decrypts a block * * @access private * @param string $in */ protected function decryptBlock($in) { // RC4 does not utilize this method } /** * Setup the key (expansion) * * @see \phpseclib3\Crypt\Common\SymmetricKey::_setupKey() * @access private */ protected function setupKey() { $key = $this->key; $keyLength = strlen($key); $keyStream = range(0, 255); $j = 0; for ($i = 0; $i < 256; $i++) { $j = ($j + $keyStream[$i] + ord($key[$i % $keyLength])) & 255; $temp = $keyStream[$i]; $keyStream[$i] = $keyStream[$j]; $keyStream[$j] = $temp; } $this->stream = []; $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [ 0, // index $i 0, // index $j $keyStream ]; } /** * Encrypts or decrypts a message. * * @see self::encrypt() * @see self::decrypt() * @access private * @param string $text * @param int $mode * @return string $text */ private function crypt($text, $mode) { if ($this->changed) { $this->setup(); } $stream = &$this->stream[$mode]; if ($this->continuousBuffer) { $i = &$stream[0]; $j = &$stream[1]; $keyStream = &$stream[2]; } else { $i = $stream[0]; $j = $stream[1]; $keyStream = $stream[2]; } $len = strlen($text); for ($k = 0; $k < $len; ++$k) { $i = ($i + 1) & 255; $ksi = $keyStream[$i]; $j = ($j + $ksi) & 255; $ksj = $keyStream[$j]; $keyStream[$i] = $ksj; $keyStream[$j] = $ksi; $text[$k] = $text[$k] ^ chr($keyStream[($ksj + $ksi) & 255]); } return $text; } } PK5 Z`$$2vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.phpnu[ * setKey('abcdefghijklmnop'); * * $size = 10 * 1024; * $plaintext = ''; * for ($i = 0; $i < $size; $i++) { * $plaintext.= 'a'; * } * * echo $aes->decrypt($aes->encrypt($plaintext)); * ?> * * * @category Crypt * @package AES * @author Jim Wigginton * @copyright 2008 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; /** * Pure-PHP implementation of AES. * * @package AES * @author Jim Wigginton * @access public */ class AES extends Rijndael { /** * Dummy function * * Since \phpseclib3\Crypt\AES extends \phpseclib3\Crypt\Rijndael, this function is, technically, available, but it doesn't do anything. * * @see \phpseclib3\Crypt\Rijndael::setBlockLength() * @access public * @param int $length * @throws \BadMethodCallException anytime it's called */ public function setBlockLength($length) { throw new \BadMethodCallException('The block length cannot be set for AES.'); } /** * Sets the key length * * Valid key lengths are 128, 192, and 256. Set the link to bool(false) to disable a fixed key length * * @see \phpseclib3\Crypt\Rijndael:setKeyLength() * @access public * @param int $length * @throws \LengthException if the key length isn't supported */ public function setKeyLength($length) { switch ($length) { case 128: case 192: case 256: break; default: throw new \LengthException('Key of size ' . $length . ' not supported by this algorithm. Only keys of sizes 128, 192 or 256 supported'); } parent::setKeyLength($length); } /** * Sets the key. * * Rijndael supports five different key lengths, AES only supports three. * * @see \phpseclib3\Crypt\Rijndael:setKey() * @see setKeyLength() * @access public * @param string $key * @throws \LengthException if the key length isn't supported */ public function setKey($key) { switch (strlen($key)) { case 16: case 24: case 32: break; default: throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported'); } parent::setKey($key); } } PK5 ZPfj!!7vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.phpnu[ * setKey('abcdefghijklmnop'); * * $size = 10 * 1024; * $plaintext = ''; * for ($i = 0; $i < $size; $i++) { * $plaintext.= 'a'; * } * * echo $rijndael->decrypt($rijndael->encrypt($plaintext)); * ?> * * * @category Crypt * @package Rijndael * @author Jim Wigginton * @copyright 2008 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace phpseclib3\Crypt; use phpseclib3\Crypt\Common\BlockCipher; use phpseclib3\Common\Functions\Strings; use phpseclib3\Exception\BadModeException; use phpseclib3\Exception\InsufficientSetupException; use phpseclib3\Exception\InconsistentSetupException; use phpseclib3\Exception\BadDecryptionException; /** * Pure-PHP implementation of Rijndael. * * @package Rijndael * @author Jim Wigginton * @access public */ class Rijndael extends BlockCipher { /** * The mcrypt specific name of the cipher * * Mcrypt is useable for 128/192/256-bit $block_size/$key_length. For 160/224 not. * \phpseclib3\Crypt\Rijndael determines automatically whether mcrypt is useable * or not for the current $block_size/$key_length. * In case of, $cipher_name_mcrypt will be set dynamically at run time accordingly. * * @see \phpseclib3\Crypt\Common\SymmetricKey::cipher_name_mcrypt * @see \phpseclib3\Crypt\Common\SymmetricKey::engine * @see self::isValidEngine() * @var string * @access private */ protected $cipher_name_mcrypt = 'rijndael-128'; /** * The Key Schedule * * @see self::setup() * @var array * @access private */ private $w; /** * The Inverse Key Schedule * * @see self::setup() * @var array * @access private */ private $dw; /** * The Block Length divided by 32 * * {@internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4. Exists in conjunction with $block_size * because the encryption / decryption / key schedule creation requires this number and not $block_size. We could * derive this from $block_size or vice versa, but that'd mean we'd have to do multiple shift operations, so in lieu * of that, we'll just precompute it once.} * * @see self::setBlockLength() * @var int * @access private */ private $Nb = 4; /** * The Key Length (in bytes) * * {@internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk * because the encryption / decryption / key schedule creation requires this number and not $key_length. We could * derive this from $key_length or vice versa, but that'd mean we'd have to do multiple shift operations, so in lieu * of that, we'll just precompute it once.} * * @see self::setKeyLength() * @var int * @access private */ protected $key_length = 16; /** * The Key Length divided by 32 * * @see self::setKeyLength() * @var int * @access private * @internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4 */ private $Nk = 4; /** * The Number of Rounds * * {@internal The max value is 14, the min value is 10.} * * @var int * @access private */ private $Nr; /** * Shift offsets * * @var array * @access private */ private $c; /** * Holds the last used key- and block_size information * * @var array * @access private */ private $kl; /** * Default Constructor. * * @param string $mode * @access public * @throws \InvalidArgumentException if an invalid / unsupported mode is provided */ public function __construct($mode) { parent::__construct($mode); if ($this->mode == self::MODE_STREAM) { throw new BadModeException('Block ciphers cannot be ran in stream mode'); } } /** * Sets the key length. * * Valid key lengths are 128, 160, 192, 224, and 256. * * Note: phpseclib extends Rijndael (and AES) for using 160- and 224-bit keys but they are officially not defined * and the most (if not all) implementations are not able using 160/224-bit keys but round/pad them up to * 192/256 bits as, for example, mcrypt will do. * * That said, if you want be compatible with other Rijndael and AES implementations, * you should not setKeyLength(160) or setKeyLength(224). * * Additional: In case of 160- and 224-bit keys, phpseclib will/can, for that reason, not use * the mcrypt php extension, even if available. * This results then in slower encryption. * * @access public * @throws \LengthException if the key length is invalid * @param int $length */ public function setKeyLength($length) { switch ($length) { case 128: case 160: case 192: case 224: case 256: $this->key_length = $length >> 3; break; default: throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys of sizes 128, 160, 192, 224 or 256 bits are supported'); } parent::setKeyLength($length); } /** * Sets the key. * * Rijndael supports five different key lengths * * @see setKeyLength() * @access public * @param string $key * @throws \LengthException if the key length isn't supported */ public function setKey($key) { switch (strlen($key)) { case 16: case 20: case 24: case 28: case 32: break; default: throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16, 20, 24, 28 or 32 are supported'); } parent::setKey($key); } /** * Sets the block length * * Valid block lengths are 128, 160, 192, 224, and 256. * * @access public * @param int $length */ public function setBlockLength($length) { switch ($length) { case 128: case 160: case 192: case 224: case 256: break; default: throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. Only keys of sizes 128, 160, 192, 224 or 256 bits are supported'); } $this->Nb = $length >> 5; $this->block_size = $length >> 3; $this->changed = $this->nonIVChanged = true; $this->setEngine(); } /** * Test for engine validity * * This is mainly just a wrapper to set things up for \phpseclib3\Crypt\Common\SymmetricKey::isValidEngine() * * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct() * @param int $engine * @access protected * @return bool */ protected function isValidEngineHelper($engine) { switch ($engine) { case self::ENGINE_LIBSODIUM: return function_exists('sodium_crypto_aead_aes256gcm_is_available') && sodium_crypto_aead_aes256gcm_is_available() && $this->mode == self::MODE_GCM && $this->key_length == 32 && $this->nonce && strlen($this->nonce) == 12 && $this->block_size == 16; case self::ENGINE_OPENSSL_GCM: if (!extension_loaded('openssl')) { return false; } $methods = openssl_get_cipher_methods(); return $this->mode == self::MODE_GCM && version_compare(PHP_VERSION, '7.1.0', '>=') && in_array('aes-' . $this->getKeyLength() . '-gcm', $methods) && $this->block_size == 16; case self::ENGINE_OPENSSL: if ($this->block_size != 16) { return false; } self::$cipher_name_openssl_ecb = 'aes-' . ($this->key_length << 3) . '-ecb'; $this->cipher_name_openssl = 'aes-' . ($this->key_length << 3) . '-' . $this->openssl_translate_mode(); break; case self::ENGINE_MCRYPT: $this->cipher_name_mcrypt = 'rijndael-' . ($this->block_size << 3); if ($this->key_length % 8) { // is it a 160/224-bit key? // mcrypt is not usable for them, only for 128/192/256-bit keys return false; } } return parent::isValidEngineHelper($engine); } /** * Encrypts a block * * @access private * @param string $in * @return string */ protected function encryptBlock($in) { static $tables; if (empty($tables)) { $tables = &$this->getTables(); } $t0 = $tables[0]; $t1 = $tables[1]; $t2 = $tables[2]; $t3 = $tables[3]; $sbox = $tables[4]; $state = []; $words = unpack('N*', $in); $c = $this->c; $w = $this->w; $Nb = $this->Nb; $Nr = $this->Nr; // addRoundKey $wc = $Nb - 1; foreach ($words as $word) { $state[] = $word ^ $w[++$wc]; } // fips-197.pdf#page=19, "Figure 5. Pseudo Code for the Cipher", states that this loop has four components - // subBytes, shiftRows, mixColumns, and addRoundKey. fips-197.pdf#page=30, "Implementation Suggestions Regarding // Various Platforms" suggests that performs enhanced implementations are described in Rijndael-ammended.pdf. // Rijndael-ammended.pdf#page=20, "Implementation aspects / 32-bit processor", discusses such an optimization. // Unfortunately, the description given there is not quite correct. Per aes.spec.v316.pdf#page=19 [1], // equation (7.4.7) is supposed to use addition instead of subtraction, so we'll do that here, as well. // [1] http://fp.gladman.plus.com/cryptography_technology/rijndael/aes.spec.v316.pdf $temp = []; for ($round = 1; $round < $Nr; ++$round) { $i = 0; // $c[0] == 0 $j = $c[1]; $k = $c[2]; $l = $c[3]; while ($i < $Nb) { $temp[$i] = $t0[$state[$i] >> 24 & 0x000000FF] ^ $t1[$state[$j] >> 16 & 0x000000FF] ^ $t2[$state[$k] >> 8 & 0x000000FF] ^ $t3[$state[$l] & 0x000000FF] ^ $w[++$wc]; ++$i; $j = ($j + 1) % $Nb; $k = ($k + 1) % $Nb; $l = ($l + 1) % $Nb; } $state = $temp; } // subWord for ($i = 0; $i < $Nb; ++$i) { $state[$i] = $sbox[$state[$i] & 0x000000FF] | ($sbox[$state[$i] >> 8 & 0x000000FF] << 8) | ($sbox[$state[$i] >> 16 & 0x000000FF] << 16) | ($sbox[$state[$i] >> 24 & 0x000000FF] << 24); } // shiftRows + addRoundKey $i = 0; // $c[0] == 0 $j = $c[1]; $k = $c[2]; $l = $c[3]; while ($i < $Nb) { $temp[$i] = ($state[$i] & 0xFF000000) ^ ($state[$j] & 0x00FF0000) ^ ($state[$k] & 0x0000FF00) ^ ($state[$l] & 0x000000FF) ^ $w[$i]; ++$i; $j = ($j + 1) % $Nb; $k = ($k + 1) % $Nb; $l = ($l + 1) % $Nb; } return pack('N*', ...$temp); } /** * Decrypts a block * * @access private * @param string $in * @return string */ protected function decryptBlock($in) { static $invtables; if (empty($invtables)) { $invtables = &$this->getInvTables(); } $dt0 = $invtables[0]; $dt1 = $invtables[1]; $dt2 = $invtables[2]; $dt3 = $invtables[3]; $isbox = $invtables[4]; $state = []; $words = unpack('N*', $in); $c = $this->c; $dw = $this->dw; $Nb = $this->Nb; $Nr = $this->Nr; // addRoundKey $wc = $Nb - 1; foreach ($words as $word) { $state[] = $word ^ $dw[++$wc]; } $temp = []; for ($round = $Nr - 1; $round > 0; --$round) { $i = 0; // $c[0] == 0 $j = $Nb - $c[1]; $k = $Nb - $c[2]; $l = $Nb - $c[3]; while ($i < $Nb) { $temp[$i] = $dt0[$state[$i] >> 24 & 0x000000FF] ^ $dt1[$state[$j] >> 16 & 0x000000FF] ^ $dt2[$state[$k] >> 8 & 0x000000FF] ^ $dt3[$state[$l] & 0x000000FF] ^ $dw[++$wc]; ++$i; $j = ($j + 1) % $Nb; $k = ($k + 1) % $Nb; $l = ($l + 1) % $Nb; } $state = $temp; } // invShiftRows + invSubWord + addRoundKey $i = 0; // $c[0] == 0 $j = $Nb - $c[1]; $k = $Nb - $c[2]; $l = $Nb - $c[3]; while ($i < $Nb) { $word = ($state[$i] & 0xFF000000) | ($state[$j] & 0x00FF0000) | ($state[$k] & 0x0000FF00) | ($state[$l] & 0x000000FF); $temp[$i] = $dw[$i] ^ ($isbox[$word & 0x000000FF] | ($isbox[$word >> 8 & 0x000000FF] << 8) | ($isbox[$word >> 16 & 0x000000FF] << 16) | ($isbox[$word >> 24 & 0x000000FF] << 24)); ++$i; $j = ($j + 1) % $Nb; $k = ($k + 1) % $Nb; $l = ($l + 1) % $Nb; } return pack('N*', ...$temp); } /** * Setup the self::ENGINE_INTERNAL $engine * * (re)init, if necessary, the internal cipher $engine and flush all $buffers * Used (only) if $engine == self::ENGINE_INTERNAL * * _setup() will be called each time if $changed === true * typically this happens when using one or more of following public methods: * * - setKey() * * - setIV() * * - disableContinuousBuffer() * * - First run of encrypt() / decrypt() with no init-settings * * {@internal setup() is always called before en/decryption.} * * {@internal Could, but not must, extend by the child Crypt_* class} * * @see self::setKey() * @see self::setIV() * @see self::disableContinuousBuffer() * @access private */ protected function setup() { if (!$this->changed) { return; } parent::setup(); if (is_string($this->iv) && strlen($this->iv) != $this->block_size) { throw new InconsistentSetupException('The IV length (' . strlen($this->iv) . ') does not match the block size (' . $this->block_size . ')'); } } /** * Setup the key (expansion) * * @see \phpseclib3\Crypt\Common\SymmetricKey::setupKey() * @access private */ protected function setupKey() { // Each number in $rcon is equal to the previous number multiplied by two in Rijndael's finite field. // See http://en.wikipedia.org/wiki/Finite_field_arithmetic#Multiplicative_inverse static $rcon = [0, 0x01000000, 0x02000000, 0x04000000, 0x08000000, 0x10000000, 0x20000000, 0x40000000, 0x80000000, 0x1B000000, 0x36000000, 0x6C000000, 0xD8000000, 0xAB000000, 0x4D000000, 0x9A000000, 0x2F000000, 0x5E000000, 0xBC000000, 0x63000000, 0xC6000000, 0x97000000, 0x35000000, 0x6A000000, 0xD4000000, 0xB3000000, 0x7D000000, 0xFA000000, 0xEF000000, 0xC5000000, 0x91000000 ]; if (isset($this->kl['key']) && $this->key === $this->kl['key'] && $this->key_length === $this->kl['key_length'] && $this->block_size === $this->kl['block_size']) { // already expanded return; } $this->kl = ['key' => $this->key, 'key_length' => $this->key_length, 'block_size' => $this->block_size]; $this->Nk = $this->key_length >> 2; // see Rijndael-ammended.pdf#page=44 $this->Nr = max($this->Nk, $this->Nb) + 6; // shift offsets for Nb = 5, 7 are defined in Rijndael-ammended.pdf#page=44, // "Table 8: Shift offsets in Shiftrow for the alternative block lengths" // shift offsets for Nb = 4, 6, 8 are defined in Rijndael-ammended.pdf#page=14, // "Table 2: Shift offsets for different block lengths" switch ($this->Nb) { case 4: case 5: case 6: $this->c = [0, 1, 2, 3]; break; case 7: $this->c = [0, 1, 2, 4]; break; case 8: $this->c = [0, 1, 3, 4]; } $w = array_values(unpack('N*words', $this->key)); $length = $this->Nb * ($this->Nr + 1); for ($i = $this->Nk; $i < $length; $i++) { $temp = $w[$i - 1]; if ($i % $this->Nk == 0) { // according to , "the size of an integer is platform-dependent". // on a 32-bit machine, it's 32-bits, and on a 64-bit machine, it's 64-bits. on a 32-bit machine, // 0xFFFFFFFF << 8 == 0xFFFFFF00, but on a 64-bit machine, it equals 0xFFFFFFFF00. as such, doing 'and' // with 0xFFFFFFFF (or 0xFFFFFF00) on a 32-bit machine is unnecessary, but on a 64-bit machine, it is. $temp = (($temp << 8) & 0xFFFFFF00) | (($temp >> 24) & 0x000000FF); // rotWord $temp = $this->subWord($temp) ^ $rcon[$i / $this->Nk]; } elseif ($this->Nk > 6 && $i % $this->Nk == 4) { $temp = $this->subWord($temp); } $w[$i] = $w[$i - $this->Nk] ^ $temp; } // convert the key schedule from a vector of $Nb * ($Nr + 1) length to a matrix with $Nr + 1 rows and $Nb columns // and generate the inverse key schedule. more specifically, // according to (section 5.3.3), // "The key expansion for the Inverse Cipher is defined as follows: // 1. Apply the Key Expansion. // 2. Apply InvMixColumn to all Round Keys except the first and the last one." // also, see fips-197.pdf#page=27, "5.3.5 Equivalent Inverse Cipher" list($dt0, $dt1, $dt2, $dt3) = $this->getInvTables(); $temp = $this->w = $this->dw = []; for ($i = $row = $col = 0; $i < $length; $i++, $col++) { if ($col == $this->Nb) { if ($row == 0) { $this->dw[0] = $this->w[0]; } else { // subWord + invMixColumn + invSubWord = invMixColumn $j = 0; while ($j < $this->Nb) { $dw = $this->subWord($this->w[$row][$j]); $temp[$j] = $dt0[$dw >> 24 & 0x000000FF] ^ $dt1[$dw >> 16 & 0x000000FF] ^ $dt2[$dw >> 8 & 0x000000FF] ^ $dt3[$dw & 0x000000FF]; $j++; } $this->dw[$row] = $temp; } $col = 0; $row++; } $this->w[$row][$col] = $w[$i]; } $this->dw[$row] = $this->w[$row]; // Converting to 1-dim key arrays (both ascending) $this->dw = array_reverse($this->dw); $w = array_pop($this->w); $dw = array_pop($this->dw); foreach ($this->w as $r => $wr) { foreach ($wr as $c => $wc) { $w[] = $wc; $dw[] = $this->dw[$r][$c]; } } $this->w = $w; $this->dw = $dw; } /** * Performs S-Box substitutions * * @return array * @access private * @param int $word */ private function subWord($word) { static $sbox; if (empty($sbox)) { list(, , , , $sbox) = self::getTables(); } return $sbox[$word & 0x000000FF] | ($sbox[$word >> 8 & 0x000000FF] << 8) | ($sbox[$word >> 16 & 0x000000FF] << 16) | ($sbox[$word >> 24 & 0x000000FF] << 24); } /** * Provides the mixColumns and sboxes tables * * @see self::encryptBlock() * @see self::setupInlineCrypt() * @see self::subWord() * @access private * @return array &$tables */ protected function &getTables() { static $tables; if (empty($tables)) { // according to (section 5.2.1), // precomputed tables can be used in the mixColumns phase. in that example, they're assigned t0...t3, so // those are the names we'll use. $t3 = array_map('intval', [ // with array_map('intval', ...) we ensure we have only int's and not // some slower floats converted by php automatically on high values 0x6363A5C6, 0x7C7C84F8, 0x777799EE, 0x7B7B8DF6, 0xF2F20DFF, 0x6B6BBDD6, 0x6F6FB1DE, 0xC5C55491, 0x30305060, 0x01010302, 0x6767A9CE, 0x2B2B7D56, 0xFEFE19E7, 0xD7D762B5, 0xABABE64D, 0x76769AEC, 0xCACA458F, 0x82829D1F, 0xC9C94089, 0x7D7D87FA, 0xFAFA15EF, 0x5959EBB2, 0x4747C98E, 0xF0F00BFB, 0xADADEC41, 0xD4D467B3, 0xA2A2FD5F, 0xAFAFEA45, 0x9C9CBF23, 0xA4A4F753, 0x727296E4, 0xC0C05B9B, 0xB7B7C275, 0xFDFD1CE1, 0x9393AE3D, 0x26266A4C, 0x36365A6C, 0x3F3F417E, 0xF7F702F5, 0xCCCC4F83, 0x34345C68, 0xA5A5F451, 0xE5E534D1, 0xF1F108F9, 0x717193E2, 0xD8D873AB, 0x31315362, 0x15153F2A, 0x04040C08, 0xC7C75295, 0x23236546, 0xC3C35E9D, 0x18182830, 0x9696A137, 0x05050F0A, 0x9A9AB52F, 0x0707090E, 0x12123624, 0x80809B1B, 0xE2E23DDF, 0xEBEB26CD, 0x2727694E, 0xB2B2CD7F, 0x75759FEA, 0x09091B12, 0x83839E1D, 0x2C2C7458, 0x1A1A2E34, 0x1B1B2D36, 0x6E6EB2DC, 0x5A5AEEB4, 0xA0A0FB5B, 0x5252F6A4, 0x3B3B4D76, 0xD6D661B7, 0xB3B3CE7D, 0x29297B52, 0xE3E33EDD, 0x2F2F715E, 0x84849713, 0x5353F5A6, 0xD1D168B9, 0x00000000, 0xEDED2CC1, 0x20206040, 0xFCFC1FE3, 0xB1B1C879, 0x5B5BEDB6, 0x6A6ABED4, 0xCBCB468D, 0xBEBED967, 0x39394B72, 0x4A4ADE94, 0x4C4CD498, 0x5858E8B0, 0xCFCF4A85, 0xD0D06BBB, 0xEFEF2AC5, 0xAAAAE54F, 0xFBFB16ED, 0x4343C586, 0x4D4DD79A, 0x33335566, 0x85859411, 0x4545CF8A, 0xF9F910E9, 0x02020604, 0x7F7F81FE, 0x5050F0A0, 0x3C3C4478, 0x9F9FBA25, 0xA8A8E34B, 0x5151F3A2, 0xA3A3FE5D, 0x4040C080, 0x8F8F8A05, 0x9292AD3F, 0x9D9DBC21, 0x38384870, 0xF5F504F1, 0xBCBCDF63, 0xB6B6C177, 0xDADA75AF, 0x21216342, 0x10103020, 0xFFFF1AE5, 0xF3F30EFD, 0xD2D26DBF, 0xCDCD4C81, 0x0C0C1418, 0x13133526, 0xECEC2FC3, 0x5F5FE1BE, 0x9797A235, 0x4444CC88, 0x1717392E, 0xC4C45793, 0xA7A7F255, 0x7E7E82FC, 0x3D3D477A, 0x6464ACC8, 0x5D5DE7BA, 0x19192B32, 0x737395E6, 0x6060A0C0, 0x81819819, 0x4F4FD19E, 0xDCDC7FA3, 0x22226644, 0x2A2A7E54, 0x9090AB3B, 0x8888830B, 0x4646CA8C, 0xEEEE29C7, 0xB8B8D36B, 0x14143C28, 0xDEDE79A7, 0x5E5EE2BC, 0x0B0B1D16, 0xDBDB76AD, 0xE0E03BDB, 0x32325664, 0x3A3A4E74, 0x0A0A1E14, 0x4949DB92, 0x06060A0C, 0x24246C48, 0x5C5CE4B8, 0xC2C25D9F, 0xD3D36EBD, 0xACACEF43, 0x6262A6C4, 0x9191A839, 0x9595A431, 0xE4E437D3, 0x79798BF2, 0xE7E732D5, 0xC8C8438B, 0x3737596E, 0x6D6DB7DA, 0x8D8D8C01, 0xD5D564B1, 0x4E4ED29C, 0xA9A9E049, 0x6C6CB4D8, 0x5656FAAC, 0xF4F407F3, 0xEAEA25CF, 0x6565AFCA, 0x7A7A8EF4, 0xAEAEE947, 0x08081810, 0xBABAD56F, 0x787888F0, 0x25256F4A, 0x2E2E725C, 0x1C1C2438, 0xA6A6F157, 0xB4B4C773, 0xC6C65197, 0xE8E823CB, 0xDDDD7CA1, 0x74749CE8, 0x1F1F213E, 0x4B4BDD96, 0xBDBDDC61, 0x8B8B860D, 0x8A8A850F, 0x707090E0, 0x3E3E427C, 0xB5B5C471, 0x6666AACC, 0x4848D890, 0x03030506, 0xF6F601F7, 0x0E0E121C, 0x6161A3C2, 0x35355F6A, 0x5757F9AE, 0xB9B9D069, 0x86869117, 0xC1C15899, 0x1D1D273A, 0x9E9EB927, 0xE1E138D9, 0xF8F813EB, 0x9898B32B, 0x11113322, 0x6969BBD2, 0xD9D970A9, 0x8E8E8907, 0x9494A733, 0x9B9BB62D, 0x1E1E223C, 0x87879215, 0xE9E920C9, 0xCECE4987, 0x5555FFAA, 0x28287850, 0xDFDF7AA5, 0x8C8C8F03, 0xA1A1F859, 0x89898009, 0x0D0D171A, 0xBFBFDA65, 0xE6E631D7, 0x4242C684, 0x6868B8D0, 0x4141C382, 0x9999B029, 0x2D2D775A, 0x0F0F111E, 0xB0B0CB7B, 0x5454FCA8, 0xBBBBD66D, 0x16163A2C ]); foreach ($t3 as $t3i) { $t0[] = (($t3i << 24) & 0xFF000000) | (($t3i >> 8) & 0x00FFFFFF); $t1[] = (($t3i << 16) & 0xFFFF0000) | (($t3i >> 16) & 0x0000FFFF); $t2[] = (($t3i << 8) & 0xFFFFFF00) | (($t3i >> 24) & 0x000000FF); } $tables = [ // The Precomputed mixColumns tables t0 - t3 $t0, $t1, $t2, $t3, // The SubByte S-Box [ 0x63, 0x7C, 0x77, 0x7B, 0xF2, 0x6B, 0x6F, 0xC5, 0x30, 0x01, 0x67, 0x2B, 0xFE, 0xD7, 0xAB, 0x76, 0xCA, 0x82, 0xC9, 0x7D, 0xFA, 0x59, 0x47, 0xF0, 0xAD, 0xD4, 0xA2, 0xAF, 0x9C, 0xA4, 0x72, 0xC0, 0xB7, 0xFD, 0x93, 0x26, 0x36, 0x3F, 0xF7, 0xCC, 0x34, 0xA5, 0xE5, 0xF1, 0x71, 0xD8, 0x31, 0x15, 0x04, 0xC7, 0x23, 0xC3, 0x18, 0x96, 0x05, 0x9A, 0x07, 0x12, 0x80, 0xE2, 0xEB, 0x27, 0xB2, 0x75, 0x09, 0x83, 0x2C, 0x1A, 0x1B, 0x6E, 0x5A, 0xA0, 0x52, 0x3B, 0xD6, 0xB3, 0x29, 0xE3, 0x2F, 0x84, 0x53, 0xD1, 0x00, 0xED, 0x20, 0xFC, 0xB1, 0x5B, 0x6A, 0xCB, 0xBE, 0x39, 0x4A, 0x4C, 0x58, 0xCF, 0xD0, 0xEF, 0xAA, 0xFB, 0x43, 0x4D, 0x33, 0x85, 0x45, 0xF9, 0x02, 0x7F, 0x50, 0x3C, 0x9F, 0xA8, 0x51, 0xA3, 0x40, 0x8F, 0x92, 0x9D, 0x38, 0xF5, 0xBC, 0xB6, 0xDA, 0x21, 0x10, 0xFF, 0xF3, 0xD2, 0xCD, 0x0C, 0x13, 0xEC, 0x5F, 0x97, 0x44, 0x17, 0xC4, 0xA7, 0x7E, 0x3D, 0x64, 0x5D, 0x19, 0x73, 0x60, 0x81, 0x4F, 0xDC, 0x22, 0x2A, 0x90, 0x88, 0x46, 0xEE, 0xB8, 0x14, 0xDE, 0x5E, 0x0B, 0xDB, 0xE0, 0x32, 0x3A, 0x0A, 0x49, 0x06, 0x24, 0x5C, 0xC2, 0xD3, 0xAC, 0x62, 0x91, 0x95, 0xE4, 0x79, 0xE7, 0xC8, 0x37, 0x6D, 0x8D, 0xD5, 0x4E, 0xA9, 0x6C, 0x56, 0xF4, 0xEA, 0x65, 0x7A, 0xAE, 0x08, 0xBA, 0x78, 0x25, 0x2E, 0x1C, 0xA6, 0xB4, 0xC6, 0xE8, 0xDD, 0x74, 0x1F, 0x4B, 0xBD, 0x8B, 0x8A, 0x70, 0x3E, 0xB5, 0x66, 0x48, 0x03, 0xF6, 0x0E, 0x61, 0x35, 0x57, 0xB9, 0x86, 0xC1, 0x1D, 0x9E, 0xE1, 0xF8, 0x98, 0x11, 0x69, 0xD9, 0x8E, 0x94, 0x9B, 0x1E, 0x87, 0xE9, 0xCE, 0x55, 0x28, 0xDF, 0x8C, 0xA1, 0x89, 0x0D, 0xBF, 0xE6, 0x42, 0x68, 0x41, 0x99, 0x2D, 0x0F, 0xB0, 0x54, 0xBB, 0x16 ] ]; } return $tables; } /** * Provides the inverse mixColumns and inverse sboxes tables * * @see self::decryptBlock() * @see self::setupInlineCrypt() * @see self::setupKey() * @access private * @return array &$tables */ protected function &getInvTables() { static $tables; if (empty($tables)) { $dt3 = array_map('intval', [ 0xF4A75051, 0x4165537E, 0x17A4C31A, 0x275E963A, 0xAB6BCB3B, 0x9D45F11F, 0xFA58ABAC, 0xE303934B, 0x30FA5520, 0x766DF6AD, 0xCC769188, 0x024C25F5, 0xE5D7FC4F, 0x2ACBD7C5, 0x35448026, 0x62A38FB5, 0xB15A49DE, 0xBA1B6725, 0xEA0E9845, 0xFEC0E15D, 0x2F7502C3, 0x4CF01281, 0x4697A38D, 0xD3F9C66B, 0x8F5FE703, 0x929C9515, 0x6D7AEBBF, 0x5259DA95, 0xBE832DD4, 0x7421D358, 0xE0692949, 0xC9C8448E, 0xC2896A75, 0x8E7978F4, 0x583E6B99, 0xB971DD27, 0xE14FB6BE, 0x88AD17F0, 0x20AC66C9, 0xCE3AB47D, 0xDF4A1863, 0x1A3182E5, 0x51336097, 0x537F4562, 0x6477E0B1, 0x6BAE84BB, 0x81A01CFE, 0x082B94F9, 0x48685870, 0x45FD198F, 0xDE6C8794, 0x7BF8B752, 0x73D323AB, 0x4B02E272, 0x1F8F57E3, 0x55AB2A66, 0xEB2807B2, 0xB5C2032F, 0xC57B9A86, 0x3708A5D3, 0x2887F230, 0xBFA5B223, 0x036ABA02, 0x16825CED, 0xCF1C2B8A, 0x79B492A7, 0x07F2F0F3, 0x69E2A14E, 0xDAF4CD65, 0x05BED506, 0x34621FD1, 0xA6FE8AC4, 0x2E539D34, 0xF355A0A2, 0x8AE13205, 0xF6EB75A4, 0x83EC390B, 0x60EFAA40, 0x719F065E, 0x6E1051BD, 0x218AF93E, 0xDD063D96, 0x3E05AEDD, 0xE6BD464D, 0x548DB591, 0xC45D0571, 0x06D46F04, 0x5015FF60, 0x98FB2419, 0xBDE997D6, 0x4043CC89, 0xD99E7767, 0xE842BDB0, 0x898B8807, 0x195B38E7, 0xC8EEDB79, 0x7C0A47A1, 0x420FE97C, 0x841EC9F8, 0x00000000, 0x80868309, 0x2BED4832, 0x1170AC1E, 0x5A724E6C, 0x0EFFFBFD, 0x8538560F, 0xAED51E3D, 0x2D392736, 0x0FD9640A, 0x5CA62168, 0x5B54D19B, 0x362E3A24, 0x0A67B10C, 0x57E70F93, 0xEE96D2B4, 0x9B919E1B, 0xC0C54F80, 0xDC20A261, 0x774B695A, 0x121A161C, 0x93BA0AE2, 0xA02AE5C0, 0x22E0433C, 0x1B171D12, 0x090D0B0E, 0x8BC7ADF2, 0xB6A8B92D, 0x1EA9C814, 0xF1198557, 0x75074CAF, 0x99DDBBEE, 0x7F60FDA3, 0x01269FF7, 0x72F5BC5C, 0x663BC544, 0xFB7E345B, 0x4329768B, 0x23C6DCCB, 0xEDFC68B6, 0xE4F163B8, 0x31DCCAD7, 0x63851042, 0x97224013, 0xC6112084, 0x4A247D85, 0xBB3DF8D2, 0xF93211AE, 0x29A16DC7, 0x9E2F4B1D, 0xB230F3DC, 0x8652EC0D, 0xC1E3D077, 0xB3166C2B, 0x70B999A9, 0x9448FA11, 0xE9642247, 0xFC8CC4A8, 0xF03F1AA0, 0x7D2CD856, 0x3390EF22, 0x494EC787, 0x38D1C1D9, 0xCAA2FE8C, 0xD40B3698, 0xF581CFA6, 0x7ADE28A5, 0xB78E26DA, 0xADBFA43F, 0x3A9DE42C, 0x78920D50, 0x5FCC9B6A, 0x7E466254, 0x8D13C2F6, 0xD8B8E890, 0x39F75E2E, 0xC3AFF582, 0x5D80BE9F, 0xD0937C69, 0xD52DA96F, 0x2512B3CF, 0xAC993BC8, 0x187DA710, 0x9C636EE8, 0x3BBB7BDB, 0x267809CD, 0x5918F46E, 0x9AB701EC, 0x4F9AA883, 0x956E65E6, 0xFFE67EAA, 0xBCCF0821, 0x15E8E6EF, 0xE79BD9BA, 0x6F36CE4A, 0x9F09D4EA, 0xB07CD629, 0xA4B2AF31, 0x3F23312A, 0xA59430C6, 0xA266C035, 0x4EBC3774, 0x82CAA6FC, 0x90D0B0E0, 0xA7D81533, 0x04984AF1, 0xECDAF741, 0xCD500E7F, 0x91F62F17, 0x4DD68D76, 0xEFB04D43, 0xAA4D54CC, 0x9604DFE4, 0xD1B5E39E, 0x6A881B4C, 0x2C1FB8C1, 0x65517F46, 0x5EEA049D, 0x8C355D01, 0x877473FA, 0x0B412EFB, 0x671D5AB3, 0xDBD25292, 0x105633E9, 0xD647136D, 0xD7618C9A, 0xA10C7A37, 0xF8148E59, 0x133C89EB, 0xA927EECE, 0x61C935B7, 0x1CE5EDE1, 0x47B13C7A, 0xD2DF599C, 0xF2733F55, 0x14CE7918, 0xC737BF73, 0xF7CDEA53, 0xFDAA5B5F, 0x3D6F14DF, 0x44DB8678, 0xAFF381CA, 0x68C43EB9, 0x24342C38, 0xA3405FC2, 0x1DC37216, 0xE2250CBC, 0x3C498B28, 0x0D9541FF, 0xA8017139, 0x0CB3DE08, 0xB4E49CD8, 0x56C19064, 0xCB84617B, 0x32B670D5, 0x6C5C7448, 0xB85742D0 ]); foreach ($dt3 as $dt3i) { $dt0[] = (($dt3i << 24) & 0xFF000000) | (($dt3i >> 8) & 0x00FFFFFF); $dt1[] = (($dt3i << 16) & 0xFFFF0000) | (($dt3i >> 16) & 0x0000FFFF); $dt2[] = (($dt3i << 8) & 0xFFFFFF00) | (($dt3i >> 24) & 0x000000FF); }; $tables = [ // The Precomputed inverse mixColumns tables dt0 - dt3 $dt0, $dt1, $dt2, $dt3, // The inverse SubByte S-Box [ 0x52, 0x09, 0x6A, 0xD5, 0x30, 0x36, 0xA5, 0x38, 0xBF, 0x40, 0xA3, 0x9E, 0x81, 0xF3, 0xD7, 0xFB, 0x7C, 0xE3, 0x39, 0x82, 0x9B, 0x2F, 0xFF, 0x87, 0x34, 0x8E, 0x43, 0x44, 0xC4, 0xDE, 0xE9, 0xCB, 0x54, 0x7B, 0x94, 0x32, 0xA6, 0xC2, 0x23, 0x3D, 0xEE, 0x4C, 0x95, 0x0B, 0x42, 0xFA, 0xC3, 0x4E, 0x08, 0x2E, 0xA1, 0x66, 0x28, 0xD9, 0x24, 0xB2, 0x76, 0x5B, 0xA2, 0x49, 0x6D, 0x8B, 0xD1, 0x25, 0x72, 0xF8, 0xF6, 0x64, 0x86, 0x68, 0x98, 0x16, 0xD4, 0xA4, 0x5C, 0xCC, 0x5D, 0x65, 0xB6, 0x92, 0x6C, 0x70, 0x48, 0x50, 0xFD, 0xED, 0xB9, 0xDA, 0x5E, 0x15, 0x46, 0x57, 0xA7, 0x8D, 0x9D, 0x84, 0x90, 0xD8, 0xAB, 0x00, 0x8C, 0xBC, 0xD3, 0x0A, 0xF7, 0xE4, 0x58, 0x05, 0xB8, 0xB3, 0x45, 0x06, 0xD0, 0x2C, 0x1E, 0x8F, 0xCA, 0x3F, 0x0F, 0x02, 0xC1, 0xAF, 0xBD, 0x03, 0x01, 0x13, 0x8A, 0x6B, 0x3A, 0x91, 0x11, 0x41, 0x4F, 0x67, 0xDC, 0xEA, 0x97, 0xF2, 0xCF, 0xCE, 0xF0, 0xB4, 0xE6, 0x73, 0x96, 0xAC, 0x74, 0x22, 0xE7, 0xAD, 0x35, 0x85, 0xE2, 0xF9, 0x37, 0xE8, 0x1C, 0x75, 0xDF, 0x6E, 0x47, 0xF1, 0x1A, 0x71, 0x1D, 0x29, 0xC5, 0x89, 0x6F, 0xB7, 0x62, 0x0E, 0xAA, 0x18, 0xBE, 0x1B, 0xFC, 0x56, 0x3E, 0x4B, 0xC6, 0xD2, 0x79, 0x20, 0x9A, 0xDB, 0xC0, 0xFE, 0x78, 0xCD, 0x5A, 0xF4, 0x1F, 0xDD, 0xA8, 0x33, 0x88, 0x07, 0xC7, 0x31, 0xB1, 0x12, 0x10, 0x59, 0x27, 0x80, 0xEC, 0x5F, 0x60, 0x51, 0x7F, 0xA9, 0x19, 0xB5, 0x4A, 0x0D, 0x2D, 0xE5, 0x7A, 0x9F, 0x93, 0xC9, 0x9C, 0xEF, 0xA0, 0xE0, 0x3B, 0x4D, 0xAE, 0x2A, 0xF5, 0xB0, 0xC8, 0xEB, 0xBB, 0x3C, 0x83, 0x53, 0x99, 0x61, 0x17, 0x2B, 0x04, 0x7E, 0xBA, 0x77, 0xD6, 0x26, 0xE1, 0x69, 0x14, 0x63, 0x55, 0x21, 0x0C, 0x7D ] ]; } return $tables; } /** * Setup the performance-optimized function for de/encrypt() * * @see \phpseclib3\Crypt\Common\SymmetricKey::setupInlineCrypt() * @access private */ protected function setupInlineCrypt() { $w = $this->w; $dw = $this->dw; $init_encrypt = ''; $init_decrypt = ''; $Nr = $this->Nr; $Nb = $this->Nb; $c = $this->c; // Generating encrypt code: $init_encrypt.= ' static $tables; if (empty($tables)) { $tables = &$this->getTables(); } $t0 = $tables[0]; $t1 = $tables[1]; $t2 = $tables[2]; $t3 = $tables[3]; $sbox = $tables[4]; '; $s = 'e'; $e = 's'; $wc = $Nb - 1; // Preround: addRoundKey $encrypt_block = '$in = unpack("N*", $in);'."\n"; for ($i = 0; $i < $Nb; ++$i) { $encrypt_block .= '$s'.$i.' = $in['.($i + 1).'] ^ '.$w[++$wc].";\n"; } // Mainrounds: shiftRows + subWord + mixColumns + addRoundKey for ($round = 1; $round < $Nr; ++$round) { list($s, $e) = [$e, $s]; for ($i = 0; $i < $Nb; ++$i) { $encrypt_block.= '$'.$e.$i.' = $t0[($'.$s.$i .' >> 24) & 0xff] ^ $t1[($'.$s.(($i + $c[1]) % $Nb).' >> 16) & 0xff] ^ $t2[($'.$s.(($i + $c[2]) % $Nb).' >> 8) & 0xff] ^ $t3[ $'.$s.(($i + $c[3]) % $Nb).' & 0xff] ^ '.$w[++$wc].";\n"; } } // Finalround: subWord + shiftRows + addRoundKey for ($i = 0; $i < $Nb; ++$i) { $encrypt_block.= '$'.$e.$i.' = $sbox[ $'.$e.$i.' & 0xff] | ($sbox[($'.$e.$i.' >> 8) & 0xff] << 8) | ($sbox[($'.$e.$i.' >> 16) & 0xff] << 16) | ($sbox[($'.$e.$i.' >> 24) & 0xff] << 24);'."\n"; } $encrypt_block .= '$in = pack("N*"'."\n"; for ($i = 0; $i < $Nb; ++$i) { $encrypt_block.= ', ($'.$e.$i .' & '.((int)0xFF000000).') ^ ($'.$e.(($i + $c[1]) % $Nb).' & 0x00FF0000 ) ^ ($'.$e.(($i + $c[2]) % $Nb).' & 0x0000FF00 ) ^ ($'.$e.(($i + $c[3]) % $Nb).' & 0x000000FF ) ^ '.$w[$i]."\n"; } $encrypt_block .= ');'; // Generating decrypt code: $init_decrypt.= ' static $invtables; if (empty($invtables)) { $invtables = &$this->getInvTables(); } $dt0 = $invtables[0]; $dt1 = $invtables[1]; $dt2 = $invtables[2]; $dt3 = $invtables[3]; $isbox = $invtables[4]; '; $s = 'e'; $e = 's'; $wc = $Nb - 1; // Preround: addRoundKey $decrypt_block = '$in = unpack("N*", $in);'."\n"; for ($i = 0; $i < $Nb; ++$i) { $decrypt_block .= '$s'.$i.' = $in['.($i + 1).'] ^ '.$dw[++$wc].';'."\n"; } // Mainrounds: shiftRows + subWord + mixColumns + addRoundKey for ($round = 1; $round < $Nr; ++$round) { list($s, $e) = [$e, $s]; for ($i = 0; $i < $Nb; ++$i) { $decrypt_block.= '$'.$e.$i.' = $dt0[($'.$s.$i .' >> 24) & 0xff] ^ $dt1[($'.$s.(($Nb + $i - $c[1]) % $Nb).' >> 16) & 0xff] ^ $dt2[($'.$s.(($Nb + $i - $c[2]) % $Nb).' >> 8) & 0xff] ^ $dt3[ $'.$s.(($Nb + $i - $c[3]) % $Nb).' & 0xff] ^ '.$dw[++$wc].";\n"; } } // Finalround: subWord + shiftRows + addRoundKey for ($i = 0; $i < $Nb; ++$i) { $decrypt_block.= '$'.$e.$i.' = $isbox[ $'.$e.$i.' & 0xff] | ($isbox[($'.$e.$i.' >> 8) & 0xff] << 8) | ($isbox[($'.$e.$i.' >> 16) & 0xff] << 16) | ($isbox[($'.$e.$i.' >> 24) & 0xff] << 24);'."\n"; } $decrypt_block .= '$in = pack("N*"'."\n"; for ($i = 0; $i < $Nb; ++$i) { $decrypt_block.= ', ($'.$e.$i. ' & '.((int)0xFF000000).') ^ ($'.$e.(($Nb + $i - $c[1]) % $Nb).' & 0x00FF0000 ) ^ ($'.$e.(($Nb + $i - $c[2]) % $Nb).' & 0x0000FF00 ) ^ ($'.$e.(($Nb + $i - $c[3]) % $Nb).' & 0x000000FF ) ^ '.$dw[$i]."\n"; } $decrypt_block .= ');'; $this->inline_crypt = $this->createInlineCryptFunction( [ 'init_crypt' => '', 'init_encrypt' => $init_encrypt, 'init_decrypt' => $init_decrypt, 'encrypt_block' => $encrypt_block, 'decrypt_block' => $decrypt_block ] ); } /** * Encrypts a message. * * @see self::decrypt() * @see parent::encrypt() * @access public * @param string $plaintext * @return string */ public function encrypt($plaintext) { $this->setup(); switch ($this->engine) { case self::ENGINE_LIBSODIUM: $this->newtag = sodium_crypto_aead_aes256gcm_encrypt($plaintext, $this->aad, $this->nonce, $this->key); return Strings::shift($this->newtag, strlen($plaintext)); case self::ENGINE_OPENSSL_GCM: return openssl_encrypt( $plaintext, 'aes-' . $this->getKeyLength() . '-gcm', $this->key, OPENSSL_RAW_DATA, $this->nonce, $this->newtag, $this->aad ); } return parent::encrypt($plaintext); } /** * Decrypts a message. * * @see self::encrypt() * @see parent::decrypt() * @access public * @param string $ciphertext * @return string */ public function decrypt($ciphertext) { $this->setup(); switch ($this->engine) { case self::ENGINE_LIBSODIUM: if ($this->oldtag === false) { throw new InsufficientSetupException('Authentication Tag has not been set'); } if (strlen($this->oldtag) != 16) { break; } $plaintext = sodium_crypto_aead_aes256gcm_decrypt($ciphertext . $this->oldtag, $this->aad, $this->nonce, $this->key); if ($plaintext === false) { $this->oldtag = false; throw new BadDecryptionException('Error decrypting ciphertext with libsodium'); } return $plaintext; case self::ENGINE_OPENSSL_GCM: if ($this->oldtag === false) { throw new InsufficientSetupException('Authentication Tag has not been set'); } $plaintext = openssl_decrypt( $ciphertext, 'aes-' . $this->getKeyLength() . '-gcm', $this->key, OPENSSL_RAW_DATA, $this->nonce, $this->oldtag, $this->aad ); if ($plaintext === false) { $this->oldtag = false; throw new BadDecryptionException('Error decrypting ciphertext with OpenSSL'); } return $plaintext; } return parent::decrypt($ciphertext); } } PK5 ZKa88&vendor/ralouphie/getallheaders/LICENSEnu[The MIT License (MIT) Copyright (c) 2014 Ralph Khattar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK5 Z\@@(vendor/ralouphie/getallheaders/README.mdnu[getallheaders ============= PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3. [![Build Status](https://travis-ci.org/ralouphie/getallheaders.svg?branch=master)](https://travis-ci.org/ralouphie/getallheaders) [![Coverage Status](https://coveralls.io/repos/ralouphie/getallheaders/badge.png?branch=master)](https://coveralls.io/r/ralouphie/getallheaders?branch=master) [![Latest Stable Version](https://poser.pugx.org/ralouphie/getallheaders/v/stable.png)](https://packagist.org/packages/ralouphie/getallheaders) [![Latest Unstable Version](https://poser.pugx.org/ralouphie/getallheaders/v/unstable.png)](https://packagist.org/packages/ralouphie/getallheaders) [![License](https://poser.pugx.org/ralouphie/getallheaders/license.png)](https://packagist.org/packages/ralouphie/getallheaders) This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php). ## Install For PHP version **`>= 5.6`**: ``` composer require ralouphie/getallheaders ``` For PHP version **`< 5.6`**: ``` composer require ralouphie/getallheaders "^2" ``` PK5 ZG,vendor/ralouphie/getallheaders/composer.jsonnu[{ "name": "ralouphie/getallheaders", "description": "A polyfill for getallheaders.", "license": "MIT", "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^5 || ^6.5", "php-coveralls/php-coveralls": "^2.1" }, "autoload": { "files": ["src/getallheaders.php"] }, "autoload-dev": { "psr-4": { "getallheaders\\Tests\\": "tests/" } } } PK5 Zzhh4vendor/ralouphie/getallheaders/src/getallheaders.phpnu[ 'Content-Type', 'CONTENT_LENGTH' => 'Content-Length', 'CONTENT_MD5' => 'Content-Md5', ); foreach ($_SERVER as $key => $value) { if (substr($key, 0, 5) === 'HTTP_') { $key = substr($key, 5); if (!isset($copy_server[$key]) || !isset($_SERVER[$key])) { $key = str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', $key)))); $headers[$key] = $value; } } elseif (isset($copy_server[$key])) { $headers[$copy_server[$key]] = $value; } } if (!isset($headers['Authorization'])) { if (isset($_SERVER['REDIRECT_HTTP_AUTHORIZATION'])) { $headers['Authorization'] = $_SERVER['REDIRECT_HTTP_AUTHORIZATION']; } elseif (isset($_SERVER['PHP_AUTH_USER'])) { $basic_pass = isset($_SERVER['PHP_AUTH_PW']) ? $_SERVER['PHP_AUTH_PW'] : ''; $headers['Authorization'] = 'Basic ' . base64_encode($_SERVER['PHP_AUTH_USER'] . ':' . $basic_pass); } elseif (isset($_SERVER['PHP_AUTH_DIGEST'])) { $headers['Authorization'] = $_SERVER['PHP_AUTH_DIGEST']; } } return $headers; } } PK5 Z==vendor/psr/http-message/LICENSEnu[Copyright (c) 2014 PHP Framework Interoperability Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK5 Zhff!vendor/psr/http-message/README.mdnu[PSR Http Message ================ This repository holds all interfaces/classes/traits related to [PSR-7](http://www.php-fig.org/psr/psr-7/). Note that this is not a HTTP message implementation of its own. It is merely an interface that describes a HTTP message. See the specification for more details. Usage ----- We'll certainly need some stuff in here.PK5 Zmm%vendor/psr/http-message/composer.jsonnu[{ "name": "psr/http-message", "description": "Common interface for HTTP messages", "keywords": ["psr", "psr-7", "http", "http-message", "request", "response"], "homepage": "https://github.com/php-fig/http-message", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } PK5 Z:\Y33$vendor/psr/http-message/CHANGELOG.mdnu[# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. ## 1.0.1 - 2016-08-06 ### Added - Nothing. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Updated all `@return self` annotation references in interfaces to use `@return static`, which more closelly follows the semantics of the specification. - Updated the `MessageInterface::getHeaders()` return annotation to use the value `string[][]`, indicating the format is a nested array of strings. - Updated the `@link` annotation for `RequestInterface::withRequestTarget()` to point to the correct section of RFC 7230. - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation to add the parameter name (`$uploadedFiles`). - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()` method to correctly reference the method parameter (it was referencing an incorrect parameter name previously). ## 1.0.0 - 2016-05-18 Initial stable release; reflects accepted PSR-7 specification. PK5 Z0vendor/psr/http-message/src/RequestInterface.phpnu[getQuery()` * or from the `QUERY_STRING` server param. * * @return array */ public function getQueryParams(); /** * Return an instance with the specified query string arguments. * * These values SHOULD remain immutable over the course of the incoming * request. They MAY be injected during instantiation, such as from PHP's * $_GET superglobal, or MAY be derived from some other value such as the * URI. In cases where the arguments are parsed from the URI, the data * MUST be compatible with what PHP's parse_str() would return for * purposes of how duplicate query parameters are handled, and how nested * sets are handled. * * Setting query string arguments MUST NOT change the URI stored by the * request, nor the values in the server params. * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that has the * updated query string arguments. * * @param array $query Array of query string arguments, typically from * $_GET. * @return static */ public function withQueryParams(array $query); /** * Retrieve normalized file upload data. * * This method returns upload metadata in a normalized tree, with each leaf * an instance of Psr\Http\Message\UploadedFileInterface. * * These values MAY be prepared from $_FILES or the message body during * instantiation, or MAY be injected via withUploadedFiles(). * * @return array An array tree of UploadedFileInterface instances; an empty * array MUST be returned if no data is present. */ public function getUploadedFiles(); /** * Create a new instance with the specified uploaded files. * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that has the * updated body parameters. * * @param array $uploadedFiles An array tree of UploadedFileInterface instances. * @return static * @throws \InvalidArgumentException if an invalid structure is provided. */ public function withUploadedFiles(array $uploadedFiles); /** * Retrieve any parameters provided in the request body. * * If the request Content-Type is either application/x-www-form-urlencoded * or multipart/form-data, and the request method is POST, this method MUST * return the contents of $_POST. * * Otherwise, this method may return any results of deserializing * the request body content; as parsing returns structured content, the * potential types MUST be arrays or objects only. A null value indicates * the absence of body content. * * @return null|array|object The deserialized body parameters, if any. * These will typically be an array or object. */ public function getParsedBody(); /** * Return an instance with the specified body parameters. * * These MAY be injected during instantiation. * * If the request Content-Type is either application/x-www-form-urlencoded * or multipart/form-data, and the request method is POST, use this method * ONLY to inject the contents of $_POST. * * The data IS NOT REQUIRED to come from $_POST, but MUST be the results of * deserializing the request body content. Deserialization/parsing returns * structured data, and, as such, this method ONLY accepts arrays or objects, * or a null value if nothing was available to parse. * * As an example, if content negotiation determines that the request data * is a JSON payload, this method could be used to create a request * instance with the deserialized parameters. * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that has the * updated body parameters. * * @param null|array|object $data The deserialized body data. This will * typically be in an array or object. * @return static * @throws \InvalidArgumentException if an unsupported argument type is * provided. */ public function withParsedBody($data); /** * Retrieve attributes derived from the request. * * The request "attributes" may be used to allow injection of any * parameters derived from the request: e.g., the results of path * match operations; the results of decrypting cookies; the results of * deserializing non-form-encoded message bodies; etc. Attributes * will be application and request specific, and CAN be mutable. * * @return array Attributes derived from the request. */ public function getAttributes(); /** * Retrieve a single derived request attribute. * * Retrieves a single derived request attribute as described in * getAttributes(). If the attribute has not been previously set, returns * the default value as provided. * * This method obviates the need for a hasAttribute() method, as it allows * specifying a default value to return if the attribute is not found. * * @see getAttributes() * @param string $name The attribute name. * @param mixed $default Default value to return if the attribute does not exist. * @return mixed */ public function getAttribute($name, $default = null); /** * Return an instance with the specified derived request attribute. * * This method allows setting a single derived request attribute as * described in getAttributes(). * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that has the * updated attribute. * * @see getAttributes() * @param string $name The attribute name. * @param mixed $value The value of the attribute. * @return static */ public function withAttribute($name, $value); /** * Return an instance that removes the specified derived request attribute. * * This method allows removing a single derived request attribute as * described in getAttributes(). * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that removes * the attribute. * * @see getAttributes() * @param string $name The attribute name. * @return static */ public function withoutAttribute($name); } PK5 Z=fbr/vendor/psr/http-message/src/StreamInterface.phpnu[ * [user-info@]host[:port] * * * If the port component is not set or is the standard port for the current * scheme, it SHOULD NOT be included. * * @see https://tools.ietf.org/html/rfc3986#section-3.2 * @return string The URI authority, in "[user-info@]host[:port]" format. */ public function getAuthority(); /** * Retrieve the user information component of the URI. * * If no user information is present, this method MUST return an empty * string. * * If a user is present in the URI, this will return that value; * additionally, if the password is also present, it will be appended to the * user value, with a colon (":") separating the values. * * The trailing "@" character is not part of the user information and MUST * NOT be added. * * @return string The URI user information, in "username[:password]" format. */ public function getUserInfo(); /** * Retrieve the host component of the URI. * * If no host is present, this method MUST return an empty string. * * The value returned MUST be normalized to lowercase, per RFC 3986 * Section 3.2.2. * * @see http://tools.ietf.org/html/rfc3986#section-3.2.2 * @return string The URI host. */ public function getHost(); /** * Retrieve the port component of the URI. * * If a port is present, and it is non-standard for the current scheme, * this method MUST return it as an integer. If the port is the standard port * used with the current scheme, this method SHOULD return null. * * If no port is present, and no scheme is present, this method MUST return * a null value. * * If no port is present, but a scheme is present, this method MAY return * the standard port for that scheme, but SHOULD return null. * * @return null|int The URI port. */ public function getPort(); /** * Retrieve the path component of the URI. * * The path can either be empty or absolute (starting with a slash) or * rootless (not starting with a slash). Implementations MUST support all * three syntaxes. * * Normally, the empty path "" and absolute path "/" are considered equal as * defined in RFC 7230 Section 2.7.3. But this method MUST NOT automatically * do this normalization because in contexts with a trimmed base path, e.g. * the front controller, this difference becomes significant. It's the task * of the user to handle both "" and "/". * * The value returned MUST be percent-encoded, but MUST NOT double-encode * any characters. To determine what characters to encode, please refer to * RFC 3986, Sections 2 and 3.3. * * As an example, if the value should include a slash ("/") not intended as * delimiter between path segments, that value MUST be passed in encoded * form (e.g., "%2F") to the instance. * * @see https://tools.ietf.org/html/rfc3986#section-2 * @see https://tools.ietf.org/html/rfc3986#section-3.3 * @return string The URI path. */ public function getPath(); /** * Retrieve the query string of the URI. * * If no query string is present, this method MUST return an empty string. * * The leading "?" character is not part of the query and MUST NOT be * added. * * The value returned MUST be percent-encoded, but MUST NOT double-encode * any characters. To determine what characters to encode, please refer to * RFC 3986, Sections 2 and 3.4. * * As an example, if a value in a key/value pair of the query string should * include an ampersand ("&") not intended as a delimiter between values, * that value MUST be passed in encoded form (e.g., "%26") to the instance. * * @see https://tools.ietf.org/html/rfc3986#section-2 * @see https://tools.ietf.org/html/rfc3986#section-3.4 * @return string The URI query string. */ public function getQuery(); /** * Retrieve the fragment component of the URI. * * If no fragment is present, this method MUST return an empty string. * * The leading "#" character is not part of the fragment and MUST NOT be * added. * * The value returned MUST be percent-encoded, but MUST NOT double-encode * any characters. To determine what characters to encode, please refer to * RFC 3986, Sections 2 and 3.5. * * @see https://tools.ietf.org/html/rfc3986#section-2 * @see https://tools.ietf.org/html/rfc3986#section-3.5 * @return string The URI fragment. */ public function getFragment(); /** * Return an instance with the specified scheme. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified scheme. * * Implementations MUST support the schemes "http" and "https" case * insensitively, and MAY accommodate other schemes if required. * * An empty scheme is equivalent to removing the scheme. * * @param string $scheme The scheme to use with the new instance. * @return static A new instance with the specified scheme. * @throws \InvalidArgumentException for invalid or unsupported schemes. */ public function withScheme($scheme); /** * Return an instance with the specified user information. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified user information. * * Password is optional, but the user information MUST include the * user; an empty string for the user is equivalent to removing user * information. * * @param string $user The user name to use for authority. * @param null|string $password The password associated with $user. * @return static A new instance with the specified user information. */ public function withUserInfo($user, $password = null); /** * Return an instance with the specified host. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified host. * * An empty host value is equivalent to removing the host. * * @param string $host The hostname to use with the new instance. * @return static A new instance with the specified host. * @throws \InvalidArgumentException for invalid hostnames. */ public function withHost($host); /** * Return an instance with the specified port. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified port. * * Implementations MUST raise an exception for ports outside the * established TCP and UDP port ranges. * * A null value provided for the port is equivalent to removing the port * information. * * @param null|int $port The port to use with the new instance; a null value * removes the port information. * @return static A new instance with the specified port. * @throws \InvalidArgumentException for invalid ports. */ public function withPort($port); /** * Return an instance with the specified path. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified path. * * The path can either be empty or absolute (starting with a slash) or * rootless (not starting with a slash). Implementations MUST support all * three syntaxes. * * If the path is intended to be domain-relative rather than path relative then * it must begin with a slash ("/"). Paths not starting with a slash ("/") * are assumed to be relative to some base path known to the application or * consumer. * * Users can provide both encoded and decoded path characters. * Implementations ensure the correct encoding as outlined in getPath(). * * @param string $path The path to use with the new instance. * @return static A new instance with the specified path. * @throws \InvalidArgumentException for invalid paths. */ public function withPath($path); /** * Return an instance with the specified query string. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified query string. * * Users can provide both encoded and decoded query characters. * Implementations ensure the correct encoding as outlined in getQuery(). * * An empty query string value is equivalent to removing the query string. * * @param string $query The query string to use with the new instance. * @return static A new instance with the specified query string. * @throws \InvalidArgumentException for invalid query strings. */ public function withQuery($query); /** * Return an instance with the specified URI fragment. * * This method MUST retain the state of the current instance, and return * an instance that contains the specified URI fragment. * * Users can provide both encoded and decoded fragment characters. * Implementations ensure the correct encoding as outlined in getFragment(). * * An empty fragment value is equivalent to removing the fragment. * * @param string $fragment The fragment to use with the new instance. * @return static A new instance with the specified fragment. */ public function withFragment($fragment); /** * Return the string representation as a URI reference. * * Depending on which components of the URI are present, the resulting * string is either a full URI or relative reference according to RFC 3986, * Section 4.1. The method concatenates the various components of the URI, * using the appropriate delimiters: * * - If a scheme is present, it MUST be suffixed by ":". * - If an authority is present, it MUST be prefixed by "//". * - The path can be concatenated without delimiters. But there are two * cases where the path has to be adjusted to make the URI reference * valid as PHP does not allow to throw an exception in __toString(): * - If the path is rootless and an authority is present, the path MUST * be prefixed by "/". * - If the path is starting with more than one "/" and no authority is * present, the starting slashes MUST be reduced to one. * - If a query is present, it MUST be prefixed by "?". * - If a fragment is present, it MUST be prefixed by "#". * * @see http://tools.ietf.org/html/rfc3986#section-4.1 * @return string */ public function __toString(); } PK5 Zz /0vendor/psr/http-message/src/MessageInterface.phpnu[getHeaders() as $name => $values) { * echo $name . ": " . implode(", ", $values); * } * * // Emit headers iteratively: * foreach ($message->getHeaders() as $name => $values) { * foreach ($values as $value) { * header(sprintf('%s: %s', $name, $value), false); * } * } * * While header names are not case-sensitive, getHeaders() will preserve the * exact case in which headers were originally specified. * * @return string[][] Returns an associative array of the message's headers. Each * key MUST be a header name, and each value MUST be an array of strings * for that header. */ public function getHeaders(); /** * Checks if a header exists by the given case-insensitive name. * * @param string $name Case-insensitive header field name. * @return bool Returns true if any header names match the given header * name using a case-insensitive string comparison. Returns false if * no matching header name is found in the message. */ public function hasHeader($name); /** * Retrieves a message header value by the given case-insensitive name. * * This method returns an array of all the header values of the given * case-insensitive header name. * * If the header does not appear in the message, this method MUST return an * empty array. * * @param string $name Case-insensitive header field name. * @return string[] An array of string values as provided for the given * header. If the header does not appear in the message, this method MUST * return an empty array. */ public function getHeader($name); /** * Retrieves a comma-separated string of the values for a single header. * * This method returns all of the header values of the given * case-insensitive header name as a string concatenated together using * a comma. * * NOTE: Not all header values may be appropriately represented using * comma concatenation. For such headers, use getHeader() instead * and supply your own delimiter when concatenating. * * If the header does not appear in the message, this method MUST return * an empty string. * * @param string $name Case-insensitive header field name. * @return string A string of values as provided for the given header * concatenated together using a comma. If the header does not appear in * the message, this method MUST return an empty string. */ public function getHeaderLine($name); /** * Return an instance with the provided value replacing the specified header. * * While header names are case-insensitive, the casing of the header will * be preserved by this function, and returned from getHeaders(). * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that has the * new and/or updated header and value. * * @param string $name Case-insensitive header field name. * @param string|string[] $value Header value(s). * @return static * @throws \InvalidArgumentException for invalid header names or values. */ public function withHeader($name, $value); /** * Return an instance with the specified header appended with the given value. * * Existing values for the specified header will be maintained. The new * value(s) will be appended to the existing list. If the header did not * exist previously, it will be added. * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that has the * new header and/or value. * * @param string $name Case-insensitive header field name to add. * @param string|string[] $value Header value(s). * @return static * @throws \InvalidArgumentException for invalid header names or values. */ public function withAddedHeader($name, $value); /** * Return an instance without the specified header. * * Header resolution MUST be done without case-sensitivity. * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return an instance that removes * the named header. * * @param string $name Case-insensitive header field name to remove. * @return static */ public function withoutHeader($name); /** * Gets the body of the message. * * @return StreamInterface Returns the body as a stream. */ public function getBody(); /** * Return an instance with the specified message body. * * The body MUST be a StreamInterface object. * * This method MUST be implemented in such a way as to retain the * immutability of the message, and MUST return a new instance that has the * new body stream. * * @param StreamInterface $body Body. * @return static * @throws \InvalidArgumentException When the body is not valid. */ public function withBody(StreamInterface $body); } PK5 Z㭢vQQ5vendor/psr/http-message/src/UploadedFileInterface.phpnu[=5.3.0" }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } PK5 Z- Gvendor/psr/cache/CHANGELOG.mdnu[# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. ## 1.0.1 - 2016-08-06 ### Fixed - Make spacing consistent in phpdoc annotations php-fig/cache#9 - chalasr - Fix grammar in phpdoc annotations php-fig/cache#10 - chalasr - Be more specific in docblocks that `getItems()` and `deleteItems()` take an array of strings (`string[]`) compared to just `array` php-fig/cache#8 - GrahamCampbell - For `expiresAt()` and `expiresAfter()` in CacheItemInterface fix docblock to specify null as a valid parameters as well as an implementation of DateTimeInterface php-fig/cache#7 - GrahamCampbell ## 1.0.0 - 2015-12-11 Initial stable release; reflects accepted PSR-6 specification PK5 ZK'vendor/psr/cache/src/CacheException.phpnu[logger = $logger; } public function doSomething() { if ($this->logger) { $this->logger->info('Doing work'); } try { $this->doSomethingElse(); } catch (Exception $exception) { $this->logger->error('Oh no!', array('exception' => $exception)); } // do something useful } } ``` You can then pick one of the implementations of the interface to get a logger. If you want to implement the interface, you can require this package and implement `Psr\Log\LoggerInterface` in your code. Please read the [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) for details. PK5 Z11vendor/psr/log/composer.jsonnu[{ "name": "psr/log", "description": "Common interface for logging libraries", "keywords": ["psr", "psr-3", "log"], "homepage": "https://github.com/php-fig/log", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } } } PK5 ZWjW W &vendor/psr/log/Psr/Log/LoggerTrait.phpnu[log(LogLevel::EMERGENCY, $message, $context); } /** * Action must be taken immediately. * * Example: Entire website down, database unavailable, etc. This should * trigger the SMS alerts and wake you up. * * @param string $message * @param array $context * * @return void */ public function alert($message, array $context = array()) { $this->log(LogLevel::ALERT, $message, $context); } /** * Critical conditions. * * Example: Application component unavailable, unexpected exception. * * @param string $message * @param array $context * * @return void */ public function critical($message, array $context = array()) { $this->log(LogLevel::CRITICAL, $message, $context); } /** * Runtime errors that do not require immediate action but should typically * be logged and monitored. * * @param string $message * @param array $context * * @return void */ public function error($message, array $context = array()) { $this->log(LogLevel::ERROR, $message, $context); } /** * Exceptional occurrences that are not errors. * * Example: Use of deprecated APIs, poor use of an API, undesirable things * that are not necessarily wrong. * * @param string $message * @param array $context * * @return void */ public function warning($message, array $context = array()) { $this->log(LogLevel::WARNING, $message, $context); } /** * Normal but significant events. * * @param string $message * @param array $context * * @return void */ public function notice($message, array $context = array()) { $this->log(LogLevel::NOTICE, $message, $context); } /** * Interesting events. * * Example: User logs in, SQL logs. * * @param string $message * @param array $context * * @return void */ public function info($message, array $context = array()) { $this->log(LogLevel::INFO, $message, $context); } /** * Detailed debug information. * * @param string $message * @param array $context * * @return void */ public function debug($message, array $context = array()) { $this->log(LogLevel::DEBUG, $message, $context); } /** * Logs with an arbitrary level. * * @param mixed $level * @param string $message * @param array $context * * @return void * * @throws \Psr\Log\InvalidArgumentException */ abstract public function log($level, $message, array $context = array()); } PK5 Z *vendor/psr/log/Psr/Log/Test/TestLogger.phpnu[ $level, 'message' => $message, 'context' => $context, ]; $this->recordsByLevel[$record['level']][] = $record; $this->records[] = $record; } public function hasRecords($level) { return isset($this->recordsByLevel[$level]); } public function hasRecord($record, $level) { if (is_string($record)) { $record = ['message' => $record]; } return $this->hasRecordThatPasses(function ($rec) use ($record) { if ($rec['message'] !== $record['message']) { return false; } if (isset($record['context']) && $rec['context'] !== $record['context']) { return false; } return true; }, $level); } public function hasRecordThatContains($message, $level) { return $this->hasRecordThatPasses(function ($rec) use ($message) { return strpos($rec['message'], $message) !== false; }, $level); } public function hasRecordThatMatches($regex, $level) { return $this->hasRecordThatPasses(function ($rec) use ($regex) { return preg_match($regex, $rec['message']) > 0; }, $level); } public function hasRecordThatPasses(callable $predicate, $level) { if (!isset($this->recordsByLevel[$level])) { return false; } foreach ($this->recordsByLevel[$level] as $i => $rec) { if (call_user_func($predicate, $rec, $i)) { return true; } } return false; } public function __call($method, $args) { if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) { $genericMethod = $matches[1] . ('Records' !== $matches[3] ? 'Record' : '') . $matches[3]; $level = strtolower($matches[2]); if (method_exists($this, $genericMethod)) { $args[] = $level; return call_user_func_array([$this, $genericMethod], $args); } } throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()'); } public function reset() { $this->records = []; $this->recordsByLevel = []; } } PK5 ZI\))3vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.phpnu[ ". * * Example ->error('Foo') would yield "error Foo". * * @return string[] */ abstract public function getLogs(); public function testImplements() { $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger()); } /** * @dataProvider provideLevelsAndMessages */ public function testLogsAtAllLevels($level, $message) { $logger = $this->getLogger(); $logger->{$level}($message, array('user' => 'Bob')); $logger->log($level, $message, array('user' => 'Bob')); $expected = array( $level.' message of level '.$level.' with context: Bob', $level.' message of level '.$level.' with context: Bob', ); $this->assertEquals($expected, $this->getLogs()); } public function provideLevelsAndMessages() { return array( LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'), LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'), LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'), LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'), LogLevel::WARNING => array(LogLevel::WARNING, 'message of level warning with context: {user}'), LogLevel::NOTICE => array(LogLevel::NOTICE, 'message of level notice with context: {user}'), LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'), LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'), ); } /** * @expectedException \Psr\Log\InvalidArgumentException */ public function testThrowsOnInvalidLevel() { $logger = $this->getLogger(); $logger->log('invalid level', 'Foo'); } public function testContextReplacement() { $logger = $this->getLogger(); $logger->info('{Message {nothing} {user} {foo.bar} a}', array('user' => 'Bob', 'foo.bar' => 'Bar')); $expected = array('info {Message {nothing} Bob Bar a}'); $this->assertEquals($expected, $this->getLogs()); } public function testObjectCastToString() { if (method_exists($this, 'createPartialMock')) { $dummy = $this->createPartialMock('Psr\Log\Test\DummyTest', array('__toString')); } else { $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString')); } $dummy->expects($this->once()) ->method('__toString') ->will($this->returnValue('DUMMY')); $this->getLogger()->warning($dummy); $expected = array('warning DUMMY'); $this->assertEquals($expected, $this->getLogs()); } public function testContextCanContainAnything() { $closed = fopen('php://memory', 'r'); fclose($closed); $context = array( 'bool' => true, 'null' => null, 'string' => 'Foo', 'int' => 0, 'float' => 0.5, 'nested' => array('with object' => new DummyTest), 'object' => new \DateTime, 'resource' => fopen('php://memory', 'r'), 'closed' => $closed, ); $this->getLogger()->warning('Crazy context data', $context); $expected = array('warning Crazy context data'); $this->assertEquals($expected, $this->getLogs()); } public function testContextExceptionKeyCanBeExceptionOrOtherValues() { $logger = $this->getLogger(); $logger->warning('Random message', array('exception' => 'oops')); $logger->critical('Uncaught Exception!', array('exception' => new \LogicException('Fail'))); $expected = array( 'warning Random message', 'critical Uncaught Exception!' ); $this->assertEquals($expected, $this->getLogs()); } } PK5 ZHTg)vendor/psr/log/Psr/Log/Test/DummyTest.phpnu[logger) { }` * blocks. */ class NullLogger extends AbstractLogger { /** * Logs with an arbitrary level. * * @param mixed $level * @param string $message * @param array $context * * @return void * * @throws \Psr\Log\InvalidArgumentException */ public function log($level, $message, array $context = array()) { // noop } } PK5 Zz%+vendor/psr/log/Psr/Log/LoggerAwareTrait.phpnu[logger = $logger; } } PK5 Z1b!q* * *vendor/psr/log/Psr/Log/LoggerInterface.phpnu[log(LogLevel::EMERGENCY, $message, $context); } /** * Action must be taken immediately. * * Example: Entire website down, database unavailable, etc. This should * trigger the SMS alerts and wake you up. * * @param string $message * @param array $context * * @return void */ public function alert($message, array $context = array()) { $this->log(LogLevel::ALERT, $message, $context); } /** * Critical conditions. * * Example: Application component unavailable, unexpected exception. * * @param string $message * @param array $context * * @return void */ public function critical($message, array $context = array()) { $this->log(LogLevel::CRITICAL, $message, $context); } /** * Runtime errors that do not require immediate action but should typically * be logged and monitored. * * @param string $message * @param array $context * * @return void */ public function error($message, array $context = array()) { $this->log(LogLevel::ERROR, $message, $context); } /** * Exceptional occurrences that are not errors. * * Example: Use of deprecated APIs, poor use of an API, undesirable things * that are not necessarily wrong. * * @param string $message * @param array $context * * @return void */ public function warning($message, array $context = array()) { $this->log(LogLevel::WARNING, $message, $context); } /** * Normal but significant events. * * @param string $message * @param array $context * * @return void */ public function notice($message, array $context = array()) { $this->log(LogLevel::NOTICE, $message, $context); } /** * Interesting events. * * Example: User logs in, SQL logs. * * @param string $message * @param array $context * * @return void */ public function info($message, array $context = array()) { $this->log(LogLevel::INFO, $message, $context); } /** * Detailed debug information. * * @param string $message * @param array $context * * @return void */ public function debug($message, array $context = array()) { $this->log(LogLevel::DEBUG, $message, $context); } } PK5 ZPP#vendor/psr/log/Psr/Log/LogLevel.phpnu[ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK5 ZU)??$vendor/guzzlehttp/promises/README.mdnu[# Guzzle Promises [Promises/A+](https://promisesaplus.com/) implementation that handles promise chaining and resolution iteratively, allowing for "infinite" promise chaining while keeping the stack size constant. Read [this blog post](https://blog.domenic.me/youre-missing-the-point-of-promises/) for a general introduction to promises. - [Features](#features) - [Quick start](#quick-start) - [Synchronous wait](#synchronous-wait) - [Cancellation](#cancellation) - [API](#api) - [Promise](#promise) - [FulfilledPromise](#fulfilledpromise) - [RejectedPromise](#rejectedpromise) - [Promise interop](#promise-interop) - [Implementation notes](#implementation-notes) # Features - [Promises/A+](https://promisesaplus.com/) implementation. - Promise resolution and chaining is handled iteratively, allowing for "infinite" promise chaining. - Promises have a synchronous `wait` method. - Promises can be cancelled. - Works with any object that has a `then` function. - C# style async/await coroutine promises using `GuzzleHttp\Promise\Coroutine::of()`. # Quick start A *promise* represents the eventual result of an asynchronous operation. The primary way of interacting with a promise is through its `then` method, which registers callbacks to receive either a promise's eventual value or the reason why the promise cannot be fulfilled. ## Callbacks Callbacks are registered with the `then` method by providing an optional `$onFulfilled` followed by an optional `$onRejected` function. ```php use GuzzleHttp\Promise\Promise; $promise = new Promise(); $promise->then( // $onFulfilled function ($value) { echo 'The promise was fulfilled.'; }, // $onRejected function ($reason) { echo 'The promise was rejected.'; } ); ``` *Resolving* a promise means that you either fulfill a promise with a *value* or reject a promise with a *reason*. Resolving a promises triggers callbacks registered with the promises's `then` method. These callbacks are triggered only once and in the order in which they were added. ## Resolving a promise Promises are fulfilled using the `resolve($value)` method. Resolving a promise with any value other than a `GuzzleHttp\Promise\RejectedPromise` will trigger all of the onFulfilled callbacks (resolving a promise with a rejected promise will reject the promise and trigger the `$onRejected` callbacks). ```php use GuzzleHttp\Promise\Promise; $promise = new Promise(); $promise ->then(function ($value) { // Return a value and don't break the chain return "Hello, " . $value; }) // This then is executed after the first then and receives the value // returned from the first then. ->then(function ($value) { echo $value; }); // Resolving the promise triggers the $onFulfilled callbacks and outputs // "Hello, reader." $promise->resolve('reader.'); ``` ## Promise forwarding Promises can be chained one after the other. Each then in the chain is a new promise. The return value of a promise is what's forwarded to the next promise in the chain. Returning a promise in a `then` callback will cause the subsequent promises in the chain to only be fulfilled when the returned promise has been fulfilled. The next promise in the chain will be invoked with the resolved value of the promise. ```php use GuzzleHttp\Promise\Promise; $promise = new Promise(); $nextPromise = new Promise(); $promise ->then(function ($value) use ($nextPromise) { echo $value; return $nextPromise; }) ->then(function ($value) { echo $value; }); // Triggers the first callback and outputs "A" $promise->resolve('A'); // Triggers the second callback and outputs "B" $nextPromise->resolve('B'); ``` ## Promise rejection When a promise is rejected, the `$onRejected` callbacks are invoked with the rejection reason. ```php use GuzzleHttp\Promise\Promise; $promise = new Promise(); $promise->then(null, function ($reason) { echo $reason; }); $promise->reject('Error!'); // Outputs "Error!" ``` ## Rejection forwarding If an exception is thrown in an `$onRejected` callback, subsequent `$onRejected` callbacks are invoked with the thrown exception as the reason. ```php use GuzzleHttp\Promise\Promise; $promise = new Promise(); $promise->then(null, function ($reason) { throw new Exception($reason); })->then(null, function ($reason) { assert($reason->getMessage() === 'Error!'); }); $promise->reject('Error!'); ``` You can also forward a rejection down the promise chain by returning a `GuzzleHttp\Promise\RejectedPromise` in either an `$onFulfilled` or `$onRejected` callback. ```php use GuzzleHttp\Promise\Promise; use GuzzleHttp\Promise\RejectedPromise; $promise = new Promise(); $promise->then(null, function ($reason) { return new RejectedPromise($reason); })->then(null, function ($reason) { assert($reason === 'Error!'); }); $promise->reject('Error!'); ``` If an exception is not thrown in a `$onRejected` callback and the callback does not return a rejected promise, downstream `$onFulfilled` callbacks are invoked using the value returned from the `$onRejected` callback. ```php use GuzzleHttp\Promise\Promise; $promise = new Promise(); $promise ->then(null, function ($reason) { return "It's ok"; }) ->then(function ($value) { assert($value === "It's ok"); }); $promise->reject('Error!'); ``` # Synchronous wait You can synchronously force promises to complete using a promise's `wait` method. When creating a promise, you can provide a wait function that is used to synchronously force a promise to complete. When a wait function is invoked it is expected to deliver a value to the promise or reject the promise. If the wait function does not deliver a value, then an exception is thrown. The wait function provided to a promise constructor is invoked when the `wait` function of the promise is called. ```php $promise = new Promise(function () use (&$promise) { $promise->resolve('foo'); }); // Calling wait will return the value of the promise. echo $promise->wait(); // outputs "foo" ``` If an exception is encountered while invoking the wait function of a promise, the promise is rejected with the exception and the exception is thrown. ```php $promise = new Promise(function () use (&$promise) { throw new Exception('foo'); }); $promise->wait(); // throws the exception. ``` Calling `wait` on a promise that has been fulfilled will not trigger the wait function. It will simply return the previously resolved value. ```php $promise = new Promise(function () { die('this is not called!'); }); $promise->resolve('foo'); echo $promise->wait(); // outputs "foo" ``` Calling `wait` on a promise that has been rejected will throw an exception. If the rejection reason is an instance of `\Exception` the reason is thrown. Otherwise, a `GuzzleHttp\Promise\RejectionException` is thrown and the reason can be obtained by calling the `getReason` method of the exception. ```php $promise = new Promise(); $promise->reject('foo'); $promise->wait(); ``` > PHP Fatal error: Uncaught exception 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo' ## Unwrapping a promise When synchronously waiting on a promise, you are joining the state of the promise into the current state of execution (i.e., return the value of the promise if it was fulfilled or throw an exception if it was rejected). This is called "unwrapping" the promise. Waiting on a promise will by default unwrap the promise state. You can force a promise to resolve and *not* unwrap the state of the promise by passing `false` to the first argument of the `wait` function: ```php $promise = new Promise(); $promise->reject('foo'); // This will not throw an exception. It simply ensures the promise has // been resolved. $promise->wait(false); ``` When unwrapping a promise, the resolved value of the promise will be waited upon until the unwrapped value is not a promise. This means that if you resolve promise A with a promise B and unwrap promise A, the value returned by the wait function will be the value delivered to promise B. **Note**: when you do not unwrap the promise, no value is returned. # Cancellation You can cancel a promise that has not yet been fulfilled using the `cancel()` method of a promise. When creating a promise you can provide an optional cancel function that when invoked cancels the action of computing a resolution of the promise. # API ## Promise When creating a promise object, you can provide an optional `$waitFn` and `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is expected to resolve the promise. `$cancelFn` is a function with no arguments that is expected to cancel the computation of a promise. It is invoked when the `cancel()` method of a promise is called. ```php use GuzzleHttp\Promise\Promise; $promise = new Promise( function () use (&$promise) { $promise->resolve('waited'); }, function () { // do something that will cancel the promise computation (e.g., close // a socket, cancel a database query, etc...) } ); assert('waited' === $promise->wait()); ``` A promise has the following methods: - `then(callable $onFulfilled, callable $onRejected) : PromiseInterface` Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to the return value of the called handler. - `otherwise(callable $onRejected) : PromiseInterface` Appends a rejection handler callback to the promise, and returns a new promise resolving to the return value of the callback if it is called, or to its original fulfillment value if the promise is instead fulfilled. - `wait($unwrap = true) : mixed` Synchronously waits on the promise to complete. `$unwrap` controls whether or not the value of the promise is returned for a fulfilled promise or if an exception is thrown if the promise is rejected. This is set to `true` by default. - `cancel()` Attempts to cancel the promise if possible. The promise being cancelled and the parent most ancestor that has not yet been resolved will also be cancelled. Any promises waiting on the cancelled promise to resolve will also be cancelled. - `getState() : string` Returns the state of the promise. One of `pending`, `fulfilled`, or `rejected`. - `resolve($value)` Fulfills the promise with the given `$value`. - `reject($reason)` Rejects the promise with the given `$reason`. ## FulfilledPromise A fulfilled promise can be created to represent a promise that has been fulfilled. ```php use GuzzleHttp\Promise\FulfilledPromise; $promise = new FulfilledPromise('value'); // Fulfilled callbacks are immediately invoked. $promise->then(function ($value) { echo $value; }); ``` ## RejectedPromise A rejected promise can be created to represent a promise that has been rejected. ```php use GuzzleHttp\Promise\RejectedPromise; $promise = new RejectedPromise('Error'); // Rejected callbacks are immediately invoked. $promise->then(null, function ($reason) { echo $reason; }); ``` # Promise interop This library works with foreign promises that have a `then` method. This means you can use Guzzle promises with [React promises](https://github.com/reactphp/promise) for example. When a foreign promise is returned inside of a then method callback, promise resolution will occur recursively. ```php // Create a React promise $deferred = new React\Promise\Deferred(); $reactPromise = $deferred->promise(); // Create a Guzzle promise that is fulfilled with a React promise. $guzzlePromise = new GuzzleHttp\Promise\Promise(); $guzzlePromise->then(function ($value) use ($reactPromise) { // Do something something with the value... // Return the React promise return $reactPromise; }); ``` Please note that wait and cancel chaining is no longer possible when forwarding a foreign promise. You will need to wrap a third-party promise with a Guzzle promise in order to utilize wait and cancel functions with foreign promises. ## Event Loop Integration In order to keep the stack size constant, Guzzle promises are resolved asynchronously using a task queue. When waiting on promises synchronously, the task queue will be automatically run to ensure that the blocking promise and any forwarded promises are resolved. When using promises asynchronously in an event loop, you will need to run the task queue on each tick of the loop. If you do not run the task queue, then promises will not be resolved. You can run the task queue using the `run()` method of the global task queue instance. ```php // Get the global task queue $queue = GuzzleHttp\Promise\Utils::queue(); $queue->run(); ``` For example, you could use Guzzle promises with React using a periodic timer: ```php $loop = React\EventLoop\Factory::create(); $loop->addPeriodicTimer(0, [$queue, 'run']); ``` *TODO*: Perhaps adding a `futureTick()` on each tick would be faster? # Implementation notes ## Promise resolution and chaining is handled iteratively By shuffling pending handlers from one owner to another, promises are resolved iteratively, allowing for "infinite" then chaining. ```php then(function ($v) { // The stack size remains constant (a good thing) echo xdebug_get_stack_depth() . ', '; return $v + 1; }); } $parent->resolve(0); var_dump($p->wait()); // int(1000) ``` When a promise is fulfilled or rejected with a non-promise value, the promise then takes ownership of the handlers of each child promise and delivers values down the chain without using recursion. When a promise is resolved with another promise, the original promise transfers all of its pending handlers to the new promise. When the new promise is eventually resolved, all of the pending handlers are delivered the forwarded value. ## A promise is the deferred. Some promise libraries implement promises using a deferred object to represent a computation and a promise object to represent the delivery of the result of the computation. This is a nice separation of computation and delivery because consumers of the promise cannot modify the value that will be eventually delivered. One side effect of being able to implement promise resolution and chaining iteratively is that you need to be able for one promise to reach into the state of another promise to shuffle around ownership of handlers. In order to achieve this without making the handlers of a promise publicly mutable, a promise is also the deferred value, allowing promises of the same parent class to reach into and modify the private properties of promises of the same type. While this does allow consumers of the value to modify the resolution or rejection of the deferred, it is a small price to pay for keeping the stack size constant. ```php $promise = new Promise(); $promise->then(function ($value) { echo $value; }); // The promise is the deferred value, so you can deliver a value to it. $promise->resolve('foo'); // prints "foo" ``` ## Upgrading from Function API A static API was first introduced in 1.4.0, in order to mitigate problems with functions conflicting between global and local copies of the package. The function API will be removed in 2.0.0. A migration table has been provided here for your convenience: | Original Function | Replacement Method | |----------------|----------------| | `queue` | `Utils::queue` | | `task` | `Utils::task` | | `promise_for` | `Create::promiseFor` | | `rejection_for` | `Create::rejectionFor` | | `exception_for` | `Create::exceptionFor` | | `iter_for` | `Create::iterFor` | | `inspect` | `Utils::inspect` | | `inspect_all` | `Utils::inspectAll` | | `unwrap` | `Utils::unwrap` | | `all` | `Utils::all` | | `some` | `Utils::some` | | `any` | `Utils::any` | | `settle` | `Utils::settle` | | `each` | `Each::of` | | `each_limit` | `Each::ofLimit` | | `each_limit_all` | `Each::ofLimitAll` | | `!is_fulfilled` | `Is::pending` | | `is_fulfilled` | `Is::fulfilled` | | `is_rejected` | `Is::rejected` | | `is_settled` | `Is::settled` | | `coroutine` | `Coroutine::of` | PK5 Zc(vendor/guzzlehttp/promises/composer.jsonnu[{ "name": "guzzlehttp/promises", "description": "Guzzle promises library", "keywords": ["promise"], "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": ["src/functions_include.php"] }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Promise\\Tests\\": "tests/" } }, "scripts": { "test": "vendor/bin/simple-phpunit", "test-ci": "vendor/bin/simple-phpunit --coverage-text" }, "extra": { "branch-alias": { "dev-master": "1.4-dev" } } } PK5 ZO(]'vendor/guzzlehttp/promises/CHANGELOG.mdnu[# CHANGELOG ## 1.4.1 - 2021-02-18 - Fixed `each_limit` skipping promises and failing ## 1.4.0 - 2020-09-30 ### Added - Support for PHP 8 - Optional `$recursive` flag to `all` - Replaced functions by static methods ### Fixed - Fix empty `each` processing - Fix promise handling for Iterators of non-unique keys - Fixed `method_exists` crashes on PHP 8 - Memory leak on exceptions ## 1.3.1 - 2016-12-20 ### Fixed - `wait()` foreign promise compatibility ## 1.3.0 - 2016-11-18 ### Added - Adds support for custom task queues. ### Fixed - Fixed coroutine promise memory leak. ## 1.2.0 - 2016-05-18 ### Changed - Update to now catch `\Throwable` on PHP 7+ ## 1.1.0 - 2016-03-07 ### Changed - Update EachPromise to prevent recurring on a iterator when advancing, as this could trigger fatal generator errors. - Update Promise to allow recursive waiting without unwrapping exceptions. ## 1.0.3 - 2015-10-15 ### Changed - Update EachPromise to immediately resolve when the underlying promise iterator is empty. Previously, such a promise would throw an exception when its `wait` function was called. ## 1.0.2 - 2015-05-15 ### Changed - Conditionally require functions.php. ## 1.0.1 - 2015-06-24 ### Changed - Updating EachPromise to call next on the underlying promise iterator as late as possible to ensure that generators that generate new requests based on callbacks are not iterated until after callbacks are invoked. ## 1.0.0 - 2015-05-12 - Initial release PK5 ZBi#vendor/guzzlehttp/promises/Makefilenu[all: clean test test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/* PK5 ZA""*vendor/guzzlehttp/promises/src/Promise.phpnu[waitFn = $waitFn; $this->cancelFn = $cancelFn; } public function then( callable $onFulfilled = null, callable $onRejected = null ) { if ($this->state === self::PENDING) { $p = new Promise(null, [$this, 'cancel']); $this->handlers[] = [$p, $onFulfilled, $onRejected]; $p->waitList = $this->waitList; $p->waitList[] = $this; return $p; } // Return a fulfilled promise and immediately invoke any callbacks. if ($this->state === self::FULFILLED) { $promise = Create::promiseFor($this->result); return $onFulfilled ? $promise->then($onFulfilled) : $promise; } // It's either cancelled or rejected, so return a rejected promise // and immediately invoke any callbacks. $rejection = Create::rejectionFor($this->result); return $onRejected ? $rejection->then(null, $onRejected) : $rejection; } public function otherwise(callable $onRejected) { return $this->then(null, $onRejected); } public function wait($unwrap = true) { $this->waitIfPending(); if ($this->result instanceof PromiseInterface) { return $this->result->wait($unwrap); } if ($unwrap) { if ($this->state === self::FULFILLED) { return $this->result; } // It's rejected so "unwrap" and throw an exception. throw Create::exceptionFor($this->result); } } public function getState() { return $this->state; } public function cancel() { if ($this->state !== self::PENDING) { return; } $this->waitFn = $this->waitList = null; if ($this->cancelFn) { $fn = $this->cancelFn; $this->cancelFn = null; try { $fn(); } catch (\Throwable $e) { $this->reject($e); } catch (\Exception $e) { $this->reject($e); } } // Reject the promise only if it wasn't rejected in a then callback. /** @psalm-suppress RedundantCondition */ if ($this->state === self::PENDING) { $this->reject(new CancellationException('Promise has been cancelled')); } } public function resolve($value) { $this->settle(self::FULFILLED, $value); } public function reject($reason) { $this->settle(self::REJECTED, $reason); } private function settle($state, $value) { if ($this->state !== self::PENDING) { // Ignore calls with the same resolution. if ($state === $this->state && $value === $this->result) { return; } throw $this->state === $state ? new \LogicException("The promise is already {$state}.") : new \LogicException("Cannot change a {$this->state} promise to {$state}"); } if ($value === $this) { throw new \LogicException('Cannot fulfill or reject a promise with itself'); } // Clear out the state of the promise but stash the handlers. $this->state = $state; $this->result = $value; $handlers = $this->handlers; $this->handlers = null; $this->waitList = $this->waitFn = null; $this->cancelFn = null; if (!$handlers) { return; } // If the value was not a settled promise or a thenable, then resolve // it in the task queue using the correct ID. if (!is_object($value) || !method_exists($value, 'then')) { $id = $state === self::FULFILLED ? 1 : 2; // It's a success, so resolve the handlers in the queue. Utils::queue()->add(static function () use ($id, $value, $handlers) { foreach ($handlers as $handler) { self::callHandler($id, $value, $handler); } }); } elseif ($value instanceof Promise && Is::pending($value)) { // We can just merge our handlers onto the next promise. $value->handlers = array_merge($value->handlers, $handlers); } else { // Resolve the handlers when the forwarded promise is resolved. $value->then( static function ($value) use ($handlers) { foreach ($handlers as $handler) { self::callHandler(1, $value, $handler); } }, static function ($reason) use ($handlers) { foreach ($handlers as $handler) { self::callHandler(2, $reason, $handler); } } ); } } /** * Call a stack of handlers using a specific callback index and value. * * @param int $index 1 (resolve) or 2 (reject). * @param mixed $value Value to pass to the callback. * @param array $handler Array of handler data (promise and callbacks). */ private static function callHandler($index, $value, array $handler) { /** @var PromiseInterface $promise */ $promise = $handler[0]; // The promise may have been cancelled or resolved before placing // this thunk in the queue. if (Is::settled($promise)) { return; } try { if (isset($handler[$index])) { /* * If $f throws an exception, then $handler will be in the exception * stack trace. Since $handler contains a reference to the callable * itself we get a circular reference. We clear the $handler * here to avoid that memory leak. */ $f = $handler[$index]; unset($handler); $promise->resolve($f($value)); } elseif ($index === 1) { // Forward resolution values as-is. $promise->resolve($value); } else { // Forward rejections down the chain. $promise->reject($value); } } catch (\Throwable $reason) { $promise->reject($reason); } catch (\Exception $reason) { $promise->reject($reason); } } private function waitIfPending() { if ($this->state !== self::PENDING) { return; } elseif ($this->waitFn) { $this->invokeWaitFn(); } elseif ($this->waitList) { $this->invokeWaitList(); } else { // If there's no wait function, then reject the promise. $this->reject('Cannot wait on a promise that has ' . 'no internal wait function. You must provide a wait ' . 'function when constructing the promise to be able to ' . 'wait on a promise.'); } Utils::queue()->run(); /** @psalm-suppress RedundantCondition */ if ($this->state === self::PENDING) { $this->reject('Invoking the wait callback did not resolve the promise'); } } private function invokeWaitFn() { try { $wfn = $this->waitFn; $this->waitFn = null; $wfn(true); } catch (\Exception $reason) { if ($this->state === self::PENDING) { // The promise has not been resolved yet, so reject the promise // with the exception. $this->reject($reason); } else { // The promise was already resolved, so there's a problem in // the application. throw $reason; } } } private function invokeWaitList() { $waitList = $this->waitList; $this->waitList = null; foreach ($waitList as $result) { do { $result->waitIfPending(); $result = $result->result; } while ($result instanceof Promise); if ($result instanceof PromiseInterface) { $result->wait(false); } } } } PK5 Z߇`G G 'vendor/guzzlehttp/promises/src/Each.phpnu[ $onFulfilled, 'rejected' => $onRejected ]))->promise(); } /** * Like of, but only allows a certain number of outstanding promises at any * given time. * * $concurrency may be an integer or a function that accepts the number of * pending promises and returns a numeric concurrency limit value to allow * for dynamic a concurrency size. * * @param mixed $iterable * @param int|callable $concurrency * @param callable $onFulfilled * @param callable $onRejected * * @return PromiseInterface */ public static function ofLimit( $iterable, $concurrency, callable $onFulfilled = null, callable $onRejected = null ) { return (new EachPromise($iterable, [ 'fulfilled' => $onFulfilled, 'rejected' => $onRejected, 'concurrency' => $concurrency ]))->promise(); } /** * Like limit, but ensures that no promise in the given $iterable argument * is rejected. If any promise is rejected, then the aggregate promise is * rejected with the encountered rejection. * * @param mixed $iterable * @param int|callable $concurrency * @param callable $onFulfilled * * @return PromiseInterface */ public static function ofLimitAll( $iterable, $concurrency, callable $onFulfilled = null ) { return each_limit( $iterable, $concurrency, $onFulfilled, function ($reason, $idx, PromiseInterface $aggregate) { $aggregate->reject($reason); } ); } } PK5 Z698vendor/guzzlehttp/promises/src/CancellationException.phpnu[then([$promise, 'resolve'], [$promise, 'reject']); return $promise; } return new FulfilledPromise($value); } /** * Creates a rejected promise for a reason if the reason is not a promise. * If the provided reason is a promise, then it is returned as-is. * * @param mixed $reason Promise or reason. * * @return PromiseInterface */ public static function rejectionFor($reason) { if ($reason instanceof PromiseInterface) { return $reason; } return new RejectedPromise($reason); } /** * Create an exception for a rejected promise value. * * @param mixed $reason * * @return \Exception|\Throwable */ public static function exceptionFor($reason) { if ($reason instanceof \Exception || $reason instanceof \Throwable) { return $reason; } return new RejectionException($reason); } /** * Returns an iterator for the given value. * * @param mixed $value * * @return \Iterator */ public static function iterFor($value) { if ($value instanceof \Iterator) { return $value; } if (is_array($value)) { return new \ArrayIterator($value); } return new \ArrayIterator([$value]); } } PK5 Zt&3vendor/guzzlehttp/promises/src/FulfilledPromise.phpnu[value = $value; } public function then( callable $onFulfilled = null, callable $onRejected = null ) { // Return itself if there is no onFulfilled function. if (!$onFulfilled) { return $this; } $queue = Utils::queue(); $p = new Promise([$queue, 'run']); $value = $this->value; $queue->add(static function () use ($p, $value, $onFulfilled) { if (Is::pending($p)) { try { $p->resolve($onFulfilled($value)); } catch (\Throwable $e) { $p->reject($e); } catch (\Exception $e) { $p->reject($e); } } }); return $p; } public function otherwise(callable $onRejected) { return $this->then(null, $onRejected); } public function wait($unwrap = true, $defaultDelivery = null) { return $unwrap ? $this->value : null; } public function getState() { return self::FULFILLED; } public function resolve($value) { if ($value !== $this->value) { throw new \LogicException("Cannot resolve a fulfilled promise"); } } public function reject($reason) { throw new \LogicException("Cannot reject a fulfilled promise"); } public function cancel() { // pass } } PK5 ZCM,vendor/guzzlehttp/promises/src/Coroutine.phpnu[then(function ($v) { echo $v; }); * * @param callable $generatorFn Generator function to wrap into a promise. * * @return Promise * * @link https://github.com/petkaantonov/bluebird/blob/master/API.md#generators inspiration */ final class Coroutine implements PromiseInterface { /** * @var PromiseInterface|null */ private $currentPromise; /** * @var Generator */ private $generator; /** * @var Promise */ private $result; public function __construct(callable $generatorFn) { $this->generator = $generatorFn(); $this->result = new Promise(function () { while (isset($this->currentPromise)) { $this->currentPromise->wait(); } }); try { $this->nextCoroutine($this->generator->current()); } catch (\Exception $exception) { $this->result->reject($exception); } catch (Throwable $throwable) { $this->result->reject($throwable); } } /** * Create a new coroutine. * * @return self */ public static function of(callable $generatorFn) { return new self($generatorFn); } public function then( callable $onFulfilled = null, callable $onRejected = null ) { return $this->result->then($onFulfilled, $onRejected); } public function otherwise(callable $onRejected) { return $this->result->otherwise($onRejected); } public function wait($unwrap = true) { return $this->result->wait($unwrap); } public function getState() { return $this->result->getState(); } public function resolve($value) { $this->result->resolve($value); } public function reject($reason) { $this->result->reject($reason); } public function cancel() { $this->currentPromise->cancel(); $this->result->cancel(); } private function nextCoroutine($yielded) { $this->currentPromise = Create::promiseFor($yielded) ->then([$this, '_handleSuccess'], [$this, '_handleFailure']); } /** * @internal */ public function _handleSuccess($value) { unset($this->currentPromise); try { $next = $this->generator->send($value); if ($this->generator->valid()) { $this->nextCoroutine($next); } else { $this->result->resolve($value); } } catch (Exception $exception) { $this->result->reject($exception); } catch (Throwable $throwable) { $this->result->reject($throwable); } } /** * @internal */ public function _handleFailure($reason) { unset($this->currentPromise); try { $nextYield = $this->generator->throw(Create::exceptionFor($reason)); // The throw was caught, so keep iterating on the coroutine $this->nextCoroutine($nextYield); } catch (Exception $exception) { $this->result->reject($exception); } catch (Throwable $throwable) { $this->result->reject($throwable); } } } PK5 Z-{J!!(vendor/guzzlehttp/promises/src/Utils.phpnu[ * while ($eventLoop->isRunning()) { * GuzzleHttp\Promise\Utils::queue()->run(); * } * * * @param TaskQueueInterface $assign Optionally specify a new queue instance. * * @return TaskQueueInterface */ public static function queue(TaskQueueInterface $assign = null) { static $queue; if ($assign) { $queue = $assign; } elseif (!$queue) { $queue = new TaskQueue(); } return $queue; } /** * Adds a function to run in the task queue when it is next `run()` and * returns a promise that is fulfilled or rejected with the result. * * @param callable $task Task function to run. * * @return PromiseInterface */ public static function task(callable $task) { $queue = self::queue(); $promise = new Promise([$queue, 'run']); $queue->add(function () use ($task, $promise) { try { $promise->resolve($task()); } catch (\Throwable $e) { $promise->reject($e); } catch (\Exception $e) { $promise->reject($e); } }); return $promise; } /** * Synchronously waits on a promise to resolve and returns an inspection * state array. * * Returns a state associative array containing a "state" key mapping to a * valid promise state. If the state of the promise is "fulfilled", the * array will contain a "value" key mapping to the fulfilled value of the * promise. If the promise is rejected, the array will contain a "reason" * key mapping to the rejection reason of the promise. * * @param PromiseInterface $promise Promise or value. * * @return array */ public static function inspect(PromiseInterface $promise) { try { return [ 'state' => PromiseInterface::FULFILLED, 'value' => $promise->wait() ]; } catch (RejectionException $e) { return ['state' => PromiseInterface::REJECTED, 'reason' => $e->getReason()]; } catch (\Throwable $e) { return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; } catch (\Exception $e) { return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; } } /** * Waits on all of the provided promises, but does not unwrap rejected * promises as thrown exception. * * Returns an array of inspection state arrays. * * @see inspect for the inspection state array format. * * @param PromiseInterface[] $promises Traversable of promises to wait upon. * * @return array */ public static function inspectAll($promises) { $results = []; foreach ($promises as $key => $promise) { $results[$key] = inspect($promise); } return $results; } /** * Waits on all of the provided promises and returns the fulfilled values. * * Returns an array that contains the value of each promise (in the same * order the promises were provided). An exception is thrown if any of the * promises are rejected. * * @param iterable $promises Iterable of PromiseInterface objects to wait on. * * @return array * * @throws \Exception on error * @throws \Throwable on error in PHP >=7 */ public static function unwrap($promises) { $results = []; foreach ($promises as $key => $promise) { $results[$key] = $promise->wait(); } return $results; } /** * Given an array of promises, return a promise that is fulfilled when all * the items in the array are fulfilled. * * The promise's fulfillment value is an array with fulfillment values at * respective positions to the original array. If any promise in the array * rejects, the returned promise is rejected with the rejection reason. * * @param mixed $promises Promises or values. * @param bool $recursive If true, resolves new promises that might have been added to the stack during its own resolution. * * @return PromiseInterface */ public static function all($promises, $recursive = false) { $results = []; $promise = Each::of( $promises, function ($value, $idx) use (&$results) { $results[$idx] = $value; }, function ($reason, $idx, Promise $aggregate) { $aggregate->reject($reason); } )->then(function () use (&$results) { ksort($results); return $results; }); if (true === $recursive) { $promise = $promise->then(function ($results) use ($recursive, &$promises) { foreach ($promises as $promise) { if (Is::pending($promise)) { return self::all($promises, $recursive); } } return $results; }); } return $promise; } /** * Initiate a competitive race between multiple promises or values (values * will become immediately fulfilled promises). * * When count amount of promises have been fulfilled, the returned promise * is fulfilled with an array that contains the fulfillment values of the * winners in order of resolution. * * This promise is rejected with a {@see AggregateException} if the number * of fulfilled promises is less than the desired $count. * * @param int $count Total number of promises. * @param mixed $promises Promises or values. * * @return PromiseInterface */ public static function some($count, $promises) { $results = []; $rejections = []; return Each::of( $promises, function ($value, $idx, PromiseInterface $p) use (&$results, $count) { if (Is::settled($p)) { return; } $results[$idx] = $value; if (count($results) >= $count) { $p->resolve(null); } }, function ($reason) use (&$rejections) { $rejections[] = $reason; } )->then( function () use (&$results, &$rejections, $count) { if (count($results) !== $count) { throw new AggregateException( 'Not enough promises to fulfill count', $rejections ); } ksort($results); return array_values($results); } ); } /** * Like some(), with 1 as count. However, if the promise fulfills, the * fulfillment value is not an array of 1 but the value directly. * * @param mixed $promises Promises or values. * * @return PromiseInterface */ public static function any($promises) { return self::some(1, $promises)->then(function ($values) { return $values[0]; }); } /** * Returns a promise that is fulfilled when all of the provided promises have * been fulfilled or rejected. * * The returned promise is fulfilled with an array of inspection state arrays. * * @see inspect for the inspection state array format. * * @param mixed $promises Promises or values. * * @return PromiseInterface */ public static function settle($promises) { $results = []; return Each::of( $promises, function ($value, $idx) use (&$results) { $results[$idx] = ['state' => PromiseInterface::FULFILLED, 'value' => $value]; }, function ($reason, $idx) use (&$results) { $results[$idx] = ['state' => PromiseInterface::REJECTED, 'reason' => $reason]; } )->then(function () use (&$results) { ksort($results); return $results; }); } } PK5 Z߇'4vendor/guzzlehttp/promises/src/functions_include.phpnu[reason = $reason; $message = 'The promise was rejected'; if ($description) { $message .= ' with reason: ' . $description; } elseif (is_string($reason) || (is_object($reason) && method_exists($reason, '__toString')) ) { $message .= ' with reason: ' . $this->reason; } elseif ($reason instanceof \JsonSerializable) { $message .= ' with reason: ' . json_encode($this->reason, JSON_PRETTY_PRINT); } parent::__construct($message); } /** * Returns the rejection reason. * * @return mixed */ public function getReason() { return $this->reason; } } PK5 Z2~$ $ 3vendor/guzzlehttp/promises/src/PromiseInterface.phpnu[>.vendor/guzzlehttp/promises/src/EachPromise.phpnu[iterable = Create::iterFor($iterable); if (isset($config['concurrency'])) { $this->concurrency = $config['concurrency']; } if (isset($config['fulfilled'])) { $this->onFulfilled = $config['fulfilled']; } if (isset($config['rejected'])) { $this->onRejected = $config['rejected']; } } /** @psalm-suppress InvalidNullableReturnType */ public function promise() { if ($this->aggregate) { return $this->aggregate; } try { $this->createPromise(); /** @psalm-assert Promise $this->aggregate */ $this->iterable->rewind(); if (!$this->checkIfFinished()) { $this->refillPending(); } } catch (\Throwable $e) { /** * @psalm-suppress NullReference * @phpstan-ignore-next-line */ $this->aggregate->reject($e); } catch (\Exception $e) { /** * @psalm-suppress NullReference * @phpstan-ignore-next-line */ $this->aggregate->reject($e); } /** * @psalm-suppress NullableReturnStatement * @phpstan-ignore-next-line */ return $this->aggregate; } private function createPromise() { $this->mutex = false; $this->aggregate = new Promise(function () { reset($this->pending); // Consume a potentially fluctuating list of promises while // ensuring that indexes are maintained (precluding array_shift). while ($promise = current($this->pending)) { next($this->pending); $promise->wait(); if (Is::settled($this->aggregate)) { return; } } }); // Clear the references when the promise is resolved. $clearFn = function () { $this->iterable = $this->concurrency = $this->pending = null; $this->onFulfilled = $this->onRejected = null; $this->nextPendingIndex = 0; }; $this->aggregate->then($clearFn, $clearFn); } private function refillPending() { if (!$this->concurrency) { // Add all pending promises. while ($this->addPending() && $this->advanceIterator()); return; } // Add only up to N pending promises. $concurrency = is_callable($this->concurrency) ? call_user_func($this->concurrency, count($this->pending)) : $this->concurrency; $concurrency = max($concurrency - count($this->pending), 0); // Concurrency may be set to 0 to disallow new promises. if (!$concurrency) { return; } // Add the first pending promise. $this->addPending(); // Note this is special handling for concurrency=1 so that we do // not advance the iterator after adding the first promise. This // helps work around issues with generators that might not have the // next value to yield until promise callbacks are called. while (--$concurrency && $this->advanceIterator() && $this->addPending()); } private function addPending() { if (!$this->iterable || !$this->iterable->valid()) { return false; } $promise = Create::promiseFor($this->iterable->current()); $key = $this->iterable->key(); // Iterable keys may not be unique, so we use a counter to // guarantee uniqueness $idx = $this->nextPendingIndex++; $this->pending[$idx] = $promise->then( function ($value) use ($idx, $key) { if ($this->onFulfilled) { call_user_func( $this->onFulfilled, $value, $key, $this->aggregate ); } $this->step($idx); }, function ($reason) use ($idx, $key) { if ($this->onRejected) { call_user_func( $this->onRejected, $reason, $key, $this->aggregate ); } $this->step($idx); } ); return true; } private function advanceIterator() { // Place a lock on the iterator so that we ensure to not recurse, // preventing fatal generator errors. if ($this->mutex) { return false; } $this->mutex = true; try { $this->iterable->next(); $this->mutex = false; return true; } catch (\Throwable $e) { $this->aggregate->reject($e); $this->mutex = false; return false; } catch (\Exception $e) { $this->aggregate->reject($e); $this->mutex = false; return false; } } private function step($idx) { // If the promise was already resolved, then ignore this step. if (Is::settled($this->aggregate)) { return; } unset($this->pending[$idx]); // Only refill pending promises if we are not locked, preventing the // EachPromise to recursively invoke the provided iterator, which // cause a fatal error: "Cannot resume an already running generator" if ($this->advanceIterator() && !$this->checkIfFinished()) { // Add more pending promises if possible. $this->refillPending(); } } private function checkIfFinished() { if (!$this->pending && !$this->iterable->valid()) { // Resolve the promise if there's nothing left to do. $this->aggregate->resolve(null); return true; } return false; } } PK6 Z͔,vendor/guzzlehttp/promises/src/TaskQueue.phpnu[run(); */ class TaskQueue implements TaskQueueInterface { private $enableShutdown = true; private $queue = []; public function __construct($withShutdown = true) { if ($withShutdown) { register_shutdown_function(function () { if ($this->enableShutdown) { // Only run the tasks if an E_ERROR didn't occur. $err = error_get_last(); if (!$err || ($err['type'] ^ E_ERROR)) { $this->run(); } } }); } } public function isEmpty() { return !$this->queue; } public function add(callable $task) { $this->queue[] = $task; } public function run() { while ($task = array_shift($this->queue)) { /** @var callable $task */ $task(); } } /** * The task queue will be run and exhausted by default when the process * exits IFF the exit is not the result of a PHP E_ERROR error. * * You can disable running the automatic shutdown of the queue by calling * this function. If you disable the task queue shutdown process, then you * MUST either run the task queue (as a result of running your event loop * or manually using the run() method) or wait on each outstanding promise. * * Note: This shutdown will occur before any destructors are triggered. */ public function disableShutdown() { $this->enableShutdown = false; } } PK6 Z>2vendor/guzzlehttp/promises/src/RejectedPromise.phpnu[reason = $reason; } public function then( callable $onFulfilled = null, callable $onRejected = null ) { // If there's no onRejected callback then just return self. if (!$onRejected) { return $this; } $queue = Utils::queue(); $reason = $this->reason; $p = new Promise([$queue, 'run']); $queue->add(static function () use ($p, $reason, $onRejected) { if (Is::pending($p)) { try { // Return a resolved promise if onRejected does not throw. $p->resolve($onRejected($reason)); } catch (\Throwable $e) { // onRejected threw, so return a rejected promise. $p->reject($e); } catch (\Exception $e) { // onRejected threw, so return a rejected promise. $p->reject($e); } } }); return $p; } public function otherwise(callable $onRejected) { return $this->then(null, $onRejected); } public function wait($unwrap = true, $defaultDelivery = null) { if ($unwrap) { throw Create::exceptionFor($this->reason); } return null; } public function getState() { return self::REJECTED; } public function resolve($value) { throw new \LogicException("Cannot resolve a rejected promise"); } public function reject($reason) { if ($reason !== $this->reason) { throw new \LogicException("Cannot reject a rejected promise"); } } public function cancel() { // pass } } PK6 Z'',vendor/guzzlehttp/promises/src/functions.phpnu[ * while ($eventLoop->isRunning()) { * GuzzleHttp\Promise\queue()->run(); * } * * * @param TaskQueueInterface $assign Optionally specify a new queue instance. * * @return TaskQueueInterface * * @deprecated queue will be removed in guzzlehttp/promises:2.0. Use Utils::queue instead. */ function queue(TaskQueueInterface $assign = null) { return Utils::queue($assign); } /** * Adds a function to run in the task queue when it is next `run()` and returns * a promise that is fulfilled or rejected with the result. * * @param callable $task Task function to run. * * @return PromiseInterface * * @deprecated task will be removed in guzzlehttp/promises:2.0. Use Utils::task instead. */ function task(callable $task) { return Utils::task($task); } /** * Creates a promise for a value if the value is not a promise. * * @param mixed $value Promise or value. * * @return PromiseInterface * * @deprecated promise_for will be removed in guzzlehttp/promises:2.0. Use Create::promiseFor instead. */ function promise_for($value) { return Create::promiseFor($value); } /** * Creates a rejected promise for a reason if the reason is not a promise. If * the provided reason is a promise, then it is returned as-is. * * @param mixed $reason Promise or reason. * * @return PromiseInterface * * @deprecated rejection_for will be removed in guzzlehttp/promises:2.0. Use Create::rejectionFor instead. */ function rejection_for($reason) { return Create::rejectionFor($reason); } /** * Create an exception for a rejected promise value. * * @param mixed $reason * * @return \Exception|\Throwable * * @deprecated exception_for will be removed in guzzlehttp/promises:2.0. Use Create::exceptionFor instead. */ function exception_for($reason) { return Create::exceptionFor($reason); } /** * Returns an iterator for the given value. * * @param mixed $value * * @return \Iterator * * @deprecated iter_for will be removed in guzzlehttp/promises:2.0. Use Create::iterFor instead. */ function iter_for($value) { return Create::iterFor($value); } /** * Synchronously waits on a promise to resolve and returns an inspection state * array. * * Returns a state associative array containing a "state" key mapping to a * valid promise state. If the state of the promise is "fulfilled", the array * will contain a "value" key mapping to the fulfilled value of the promise. If * the promise is rejected, the array will contain a "reason" key mapping to * the rejection reason of the promise. * * @param PromiseInterface $promise Promise or value. * * @return array * * @deprecated inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspect instead. */ function inspect(PromiseInterface $promise) { return Utils::inspect($promise); } /** * Waits on all of the provided promises, but does not unwrap rejected promises * as thrown exception. * * Returns an array of inspection state arrays. * * @see inspect for the inspection state array format. * * @param PromiseInterface[] $promises Traversable of promises to wait upon. * * @return array * * @deprecated inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspectAll instead. */ function inspect_all($promises) { return Utils::inspectAll($promises); } /** * Waits on all of the provided promises and returns the fulfilled values. * * Returns an array that contains the value of each promise (in the same order * the promises were provided). An exception is thrown if any of the promises * are rejected. * * @param iterable $promises Iterable of PromiseInterface objects to wait on. * * @return array * * @throws \Exception on error * @throws \Throwable on error in PHP >=7 * * @deprecated unwrap will be removed in guzzlehttp/promises:2.0. Use Utils::unwrap instead. */ function unwrap($promises) { return Utils::unwrap($promises); } /** * Given an array of promises, return a promise that is fulfilled when all the * items in the array are fulfilled. * * The promise's fulfillment value is an array with fulfillment values at * respective positions to the original array. If any promise in the array * rejects, the returned promise is rejected with the rejection reason. * * @param mixed $promises Promises or values. * @param bool $recursive If true, resolves new promises that might have been added to the stack during its own resolution. * * @return PromiseInterface * * @deprecated all will be removed in guzzlehttp/promises:2.0. Use Utils::all instead. */ function all($promises, $recursive = false) { return Utils::all($promises, $recursive); } /** * Initiate a competitive race between multiple promises or values (values will * become immediately fulfilled promises). * * When count amount of promises have been fulfilled, the returned promise is * fulfilled with an array that contains the fulfillment values of the winners * in order of resolution. * * This promise is rejected with a {@see AggregateException} if the number of * fulfilled promises is less than the desired $count. * * @param int $count Total number of promises. * @param mixed $promises Promises or values. * * @return PromiseInterface * * @deprecated some will be removed in guzzlehttp/promises:2.0. Use Utils::some instead. */ function some($count, $promises) { return Utils::some($count, $promises); } /** * Like some(), with 1 as count. However, if the promise fulfills, the * fulfillment value is not an array of 1 but the value directly. * * @param mixed $promises Promises or values. * * @return PromiseInterface * * @deprecated any will be removed in guzzlehttp/promises:2.0. Use Utils::any instead. */ function any($promises) { return Utils::any($promises); } /** * Returns a promise that is fulfilled when all of the provided promises have * been fulfilled or rejected. * * The returned promise is fulfilled with an array of inspection state arrays. * * @see inspect for the inspection state array format. * * @param mixed $promises Promises or values. * * @return PromiseInterface * * @deprecated settle will be removed in guzzlehttp/promises:2.0. Use Utils::settle instead. */ function settle($promises) { return Utils::settle($promises); } /** * Given an iterator that yields promises or values, returns a promise that is * fulfilled with a null value when the iterator has been consumed or the * aggregate promise has been fulfilled or rejected. * * $onFulfilled is a function that accepts the fulfilled value, iterator index, * and the aggregate promise. The callback can invoke any necessary side * effects and choose to resolve or reject the aggregate if needed. * * $onRejected is a function that accepts the rejection reason, iterator index, * and the aggregate promise. The callback can invoke any necessary side * effects and choose to resolve or reject the aggregate if needed. * * @param mixed $iterable Iterator or array to iterate over. * @param callable $onFulfilled * @param callable $onRejected * * @return PromiseInterface * * @deprecated each will be removed in guzzlehttp/promises:2.0. Use Each::of instead. */ function each( $iterable, callable $onFulfilled = null, callable $onRejected = null ) { return Each::of($iterable, $onFulfilled, $onRejected); } /** * Like each, but only allows a certain number of outstanding promises at any * given time. * * $concurrency may be an integer or a function that accepts the number of * pending promises and returns a numeric concurrency limit value to allow for * dynamic a concurrency size. * * @param mixed $iterable * @param int|callable $concurrency * @param callable $onFulfilled * @param callable $onRejected * * @return PromiseInterface * * @deprecated each_limit will be removed in guzzlehttp/promises:2.0. Use Each::ofLimit instead. */ function each_limit( $iterable, $concurrency, callable $onFulfilled = null, callable $onRejected = null ) { return Each::ofLimit($iterable, $concurrency, $onFulfilled, $onRejected); } /** * Like each_limit, but ensures that no promise in the given $iterable argument * is rejected. If any promise is rejected, then the aggregate promise is * rejected with the encountered rejection. * * @param mixed $iterable * @param int|callable $concurrency * @param callable $onFulfilled * * @return PromiseInterface * * @deprecated each_limit_all will be removed in guzzlehttp/promises:2.0. Use Each::ofLimitAll instead. */ function each_limit_all( $iterable, $concurrency, callable $onFulfilled = null ) { return Each::ofLimitAll($iterable, $concurrency, $onFulfilled); } /** * Returns true if a promise is fulfilled. * * @return bool * * @deprecated is_fulfilled will be removed in guzzlehttp/promises:2.0. Use Is::fulfilled instead. */ function is_fulfilled(PromiseInterface $promise) { return Is::fulfilled($promise); } /** * Returns true if a promise is rejected. * * @return bool * * @deprecated is_rejected will be removed in guzzlehttp/promises:2.0. Use Is::rejected instead. */ function is_rejected(PromiseInterface $promise) { return Is::rejected($promise); } /** * Returns true if a promise is fulfilled or rejected. * * @return bool * * @deprecated is_settled will be removed in guzzlehttp/promises:2.0. Use Is::settled instead. */ function is_settled(PromiseInterface $promise) { return Is::settled($promise); } /** * Create a new coroutine. * * @see Coroutine * * @return PromiseInterface * * @deprecated coroutine will be removed in guzzlehttp/promises:2.0. Use Coroutine::of instead. */ function coroutine(callable $generatorFn) { return Coroutine::of($generatorFn); } PK6 ZzHy4vendor/guzzlehttp/promises/src/PromisorInterface.phpnu[getState() === PromiseInterface::PENDING; } /** * Returns true if a promise is fulfilled or rejected. * * @return bool */ public static function settled(PromiseInterface $promise) { return $promise->getState() !== PromiseInterface::PENDING; } /** * Returns true if a promise is fulfilled. * * @return bool */ public static function fulfilled(PromiseInterface $promise) { return $promise->getState() === PromiseInterface::FULFILLED; } /** * Returns true if a promise is rejected. * * @return bool */ public static function rejected(PromiseInterface $promise) { return $promise->getState() === PromiseInterface::REJECTED; } } PK6 Zl5vendor/guzzlehttp/promises/src/TaskQueueInterface.phpnu[ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK6 Z78A55"vendor/guzzlehttp/guzzle/README.mdnu[![Guzzle](.github/logo.png?raw=true) # Guzzle, PHP HTTP client [![Latest Version](https://img.shields.io/github/release/guzzle/guzzle.svg?style=flat-square)](https://github.com/guzzle/guzzle/releases) [![Build Status](https://img.shields.io/github/workflow/status/guzzle/guzzle/CI?label=ci%20build&style=flat-square)](https://github.com/guzzle/guzzle/actions?query=workflow%3ACI) [![Total Downloads](https://img.shields.io/packagist/dt/guzzlehttp/guzzle.svg?style=flat-square)](https://packagist.org/packages/guzzlehttp/guzzle) Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. - Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc... - Can send both synchronous and asynchronous requests using the same interface. - Uses PSR-7 interfaces for requests, responses, and streams. This allows you to utilize other PSR-7 compatible libraries with Guzzle. - Supports PSR-18 allowing interoperability between other PSR-18 HTTP Clients. - Abstracts away the underlying HTTP transport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. - Middleware system allows you to augment and compose client behavior. ```php $client = new \GuzzleHttp\Client(); $response = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle'); echo $response->getStatusCode(); // 200 echo $response->getHeaderLine('content-type'); // 'application/json; charset=utf8' echo $response->getBody(); // '{"id": 1420053, "name": "guzzle", ...}' // Send an asynchronous request. $request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org'); $promise = $client->sendAsync($request)->then(function ($response) { echo 'I completed! ' . $response->getBody(); }); $promise->wait(); ``` ## Help and docs We use GitHub issues only to discuss bugs and new features. For support please refer to: - [Documentation](http://guzzlephp.org/) - [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle) - [#guzzle](https://app.slack.com/client/T0D2S9JCT/CE6UAAKL4) channel on [PHP-HTTP Slack](http://slack.httplug.io/) - [Gitter](https://gitter.im/guzzle/guzzle) ## Installing Guzzle The recommended way to install Guzzle is through [Composer](https://getcomposer.org/). ```bash composer require guzzlehttp/guzzle ``` ## Version Guidance | Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version | |---------|------------|---------------------|--------------|---------------------|---------------------|-------|-------------| | 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >= 5.3.3 | | 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >= 5.4 | | 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >= 5.4 | | 6.x | Security fixes | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >= 5.5 | | 7.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v7][guzzle-7-repo] | [v7][guzzle-7-docs] | Yes | >= 7.2 | [guzzle-3-repo]: https://github.com/guzzle/guzzle3 [guzzle-4-repo]: https://github.com/guzzle/guzzle/tree/4.x [guzzle-5-repo]: https://github.com/guzzle/guzzle/tree/5.3 [guzzle-6-repo]: https://github.com/guzzle/guzzle/tree/6.5 [guzzle-7-repo]: https://github.com/guzzle/guzzle [guzzle-3-docs]: http://guzzle3.readthedocs.org [guzzle-5-docs]: http://docs.guzzlephp.org/en/5.3/ [guzzle-6-docs]: http://docs.guzzlephp.org/en/6.5/ [guzzle-7-docs]: http://docs.guzzlephp.org/en/latest/ PK6 ZvWpp%vendor/guzzlehttp/guzzle/UPGRADING.mdnu[Guzzle Upgrade Guide ==================== 6.0 to 7.0 ---------- In order to take advantage of the new features of PHP, Guzzle dropped the support of PHP 5. The minimum supported PHP version is now PHP 7.2. Type hints and return types for functions and methods have been added wherever possible. Please make sure: - You are calling a function or a method with the correct type. - If you extend a class of Guzzle; update all signatures on methods you override. #### Other backwards compatibility breaking changes - Class `GuzzleHttp\UriTemplate` is removed. - Class `GuzzleHttp\Exception\SeekException` is removed. - Classes `GuzzleHttp\Exception\BadResponseException`, `GuzzleHttp\Exception\ClientException`, `GuzzleHttp\Exception\ServerException` can no longer be initialized with an empty Response as argument. - Class `GuzzleHttp\Exception\ConnectException` now extends `GuzzleHttp\Exception\TransferException` instead of `GuzzleHttp\Exception\RequestException`. - Function `GuzzleHttp\Exception\ConnectException::getResponse()` is removed. - Function `GuzzleHttp\Exception\ConnectException::hasResponse()` is removed. - Constant `GuzzleHttp\ClientInterface::VERSION` is removed. Added `GuzzleHttp\ClientInterface::MAJOR_VERSION` instead. - Function `GuzzleHttp\Exception\RequestException::getResponseBodySummary` is removed. Use `\GuzzleHttp\Psr7\get_message_body_summary` as an alternative. - Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed. - Request option `exception` is removed. Please use `http_errors`. - Request option `save_to` is removed. Please use `sink`. - Pool option `pool_size` is removed. Please use `concurrency`. - We now look for environment variables in the `$_SERVER` super global, due to thread safety issues with `getenv`. We continue to fallback to `getenv` in CLI environments, for maximum compatibility. - The `get`, `head`, `put`, `post`, `patch`, `delete`, `getAsync`, `headAsync`, `putAsync`, `postAsync`, `patchAsync`, and `deleteAsync` methods are now implemented as genuine methods on `GuzzleHttp\Client`, with strong typing. The original `__call` implementation remains unchanged for now, for maximum backwards compatibility, but won't be invoked under normal operation. - The `log` middleware will log the errors with level `error` instead of `notice` - Support for international domain names (IDN) is now disabled by default, and enabling it requires installing ext-intl, linked against a modern version of the C library (ICU 4.6 or higher). #### Native functions calls All internal native functions calls of Guzzle are now prefixed with a slash. This change makes it impossible for method overloading by other libraries or applications. Example: ```php // Before: curl_version(); // After: \curl_version(); ``` For the full diff you can check [here](https://github.com/guzzle/guzzle/compare/6.5.4..master). 5.0 to 6.0 ---------- Guzzle now uses [PSR-7](https://www.php-fig.org/psr/psr-7/) for HTTP messages. Due to the fact that these messages are immutable, this prompted a refactoring of Guzzle to use a middleware based system rather than an event system. Any HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be updated to work with the new immutable PSR-7 request and response objects. Any event listeners or subscribers need to be updated to become middleware functions that wrap handlers (or are injected into a `GuzzleHttp\HandlerStack`). - Removed `GuzzleHttp\BatchResults` - Removed `GuzzleHttp\Collection` - Removed `GuzzleHttp\HasDataTrait` - Removed `GuzzleHttp\ToArrayInterface` - The `guzzlehttp/streams` dependency has been removed. Stream functionality is now present in the `GuzzleHttp\Psr7` namespace provided by the `guzzlehttp/psr7` package. - Guzzle no longer uses ReactPHP promises and now uses the `guzzlehttp/promises` library. We use a custom promise library for three significant reasons: 1. React promises (at the time of writing this) are recursive. Promise chaining and promise resolution will eventually blow the stack. Guzzle promises are not recursive as they use a sort of trampolining technique. Note: there has been movement in the React project to modify promises to no longer utilize recursion. 2. Guzzle needs to have the ability to synchronously block on a promise to wait for a result. Guzzle promises allows this functionality (and does not require the use of recursion). 3. Because we need to be able to wait on a result, doing so using React promises requires wrapping react promises with RingPHP futures. This overhead is no longer needed, reducing stack sizes, reducing complexity, and improving performance. - `GuzzleHttp\Mimetypes` has been moved to a function in `GuzzleHttp\Psr7\mimetype_from_extension` and `GuzzleHttp\Psr7\mimetype_from_filename`. - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query strings must now be passed into request objects as strings, or provided to the `query` request option when creating requests with clients. The `query` option uses PHP's `http_build_query` to convert an array to a string. If you need a different serialization technique, you will need to pass the query string in as a string. There are a couple helper functions that will make working with query strings easier: `GuzzleHttp\Psr7\parse_query` and `GuzzleHttp\Psr7\build_query`. - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware system based on PSR-7, using RingPHP and it's middleware system as well adds more complexity than the benefits it provides. All HTTP handlers that were present in RingPHP have been modified to work directly with PSR-7 messages and placed in the `GuzzleHttp\Handler` namespace. This significantly reduces complexity in Guzzle, removes a dependency, and improves performance. RingPHP will be maintained for Guzzle 5 support, but will no longer be a part of Guzzle 6. - As Guzzle now uses a middleware based systems the event system and RingPHP integration has been removed. Note: while the event system has been removed, it is possible to add your own type of event system that is powered by the middleware system. - Removed the `Event` namespace. - Removed the `Subscriber` namespace. - Removed `Transaction` class - Removed `RequestFsm` - Removed `RingBridge` - `GuzzleHttp\Subscriber\Cookie` is now provided by `GuzzleHttp\Middleware::cookies` - `GuzzleHttp\Subscriber\HttpError` is now provided by `GuzzleHttp\Middleware::httpError` - `GuzzleHttp\Subscriber\History` is now provided by `GuzzleHttp\Middleware::history` - `GuzzleHttp\Subscriber\Mock` is now provided by `GuzzleHttp\Handler\MockHandler` - `GuzzleHttp\Subscriber\Prepare` is now provided by `GuzzleHttp\PrepareBodyMiddleware` - `GuzzleHttp\Subscriber\Redirect` is now provided by `GuzzleHttp\RedirectMiddleware` - Guzzle now uses `Psr\Http\Message\UriInterface` (implements in `GuzzleHttp\Psr7\Uri`) for URI support. `GuzzleHttp\Url` is now gone. - Static functions in `GuzzleHttp\Utils` have been moved to namespaced functions under the `GuzzleHttp` namespace. This requires either a Composer based autoloader or you to include functions.php. - `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to `GuzzleHttp\ClientInterface::getConfig`. - `GuzzleHttp\ClientInterface::setDefaultOption` has been removed. - The `json` and `xml` methods of response objects has been removed. With the migration to strictly adhering to PSR-7 as the interface for Guzzle messages, adding methods to message interfaces would actually require Guzzle messages to extend from PSR-7 messages rather then work with them directly. ## Migrating to middleware The change to PSR-7 unfortunately required significant refactoring to Guzzle due to the fact that PSR-7 messages are immutable. Guzzle 5 relied on an event system from plugins. The event system relied on mutability of HTTP messages and side effects in order to work. With immutable messages, you have to change your workflow to become more about either returning a value (e.g., functional middlewares) or setting a value on an object. Guzzle v6 has chosen the functional middleware approach. Instead of using the event system to listen for things like the `before` event, you now create a stack based middleware function that intercepts a request on the way in and the promise of the response on the way out. This is a much simpler and more predictable approach than the event system and works nicely with PSR-7 middleware. Due to the use of promises, the middleware system is also asynchronous. v5: ```php use GuzzleHttp\Event\BeforeEvent; $client = new GuzzleHttp\Client(); // Get the emitter and listen to the before event. $client->getEmitter()->on('before', function (BeforeEvent $e) { // Guzzle v5 events relied on mutation $e->getRequest()->setHeader('X-Foo', 'Bar'); }); ``` v6: In v6, you can modify the request before it is sent using the `mapRequest` middleware. The idiomatic way in v6 to modify the request/response lifecycle is to setup a handler middleware stack up front and inject the handler into a client. ```php use GuzzleHttp\Middleware; // Create a handler stack that has all of the default middlewares attached $handler = GuzzleHttp\HandlerStack::create(); // Push the handler onto the handler stack $handler->push(Middleware::mapRequest(function (RequestInterface $request) { // Notice that we have to return a request object return $request->withHeader('X-Foo', 'Bar'); })); // Inject the handler into the client $client = new GuzzleHttp\Client(['handler' => $handler]); ``` ## POST Requests This version added the [`form_params`](http://guzzle.readthedocs.org/en/latest/request-options.html#form_params) and `multipart` request options. `form_params` is an associative array of strings or array of strings and is used to serialize an `application/x-www-form-urlencoded` POST request. The [`multipart`](http://guzzle.readthedocs.org/en/latest/request-options.html#multipart) option is now used to send a multipart/form-data POST request. `GuzzleHttp\Post\PostFile` has been removed. Use the `multipart` option to add POST files to a multipart/form-data request. The `body` option no longer accepts an array to send POST requests. Please use `multipart` or `form_params` instead. The `base_url` option has been renamed to `base_uri`. 4.x to 5.0 ---------- ## Rewritten Adapter Layer Guzzle now uses [RingPHP](http://ringphp.readthedocs.org/en/latest) to send HTTP requests. The `adapter` option in a `GuzzleHttp\Client` constructor is still supported, but it has now been renamed to `handler`. Instead of passing a `GuzzleHttp\Adapter\AdapterInterface`, you must now pass a PHP `callable` that follows the RingPHP specification. ## Removed Fluent Interfaces [Fluent interfaces were removed](https://ocramius.github.io/blog/fluent-interfaces-are-evil/) from the following classes: - `GuzzleHttp\Collection` - `GuzzleHttp\Url` - `GuzzleHttp\Query` - `GuzzleHttp\Post\PostBody` - `GuzzleHttp\Cookie\SetCookie` ## Removed functions.php Removed "functions.php", so that Guzzle is truly PSR-4 compliant. The following functions can be used as replacements. - `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode` - `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath` - `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path` - `GuzzleHttp\Pool::batch` -> `GuzzleHttp\batch`. This function is, however, deprecated in favor of using `GuzzleHttp\Pool::batch()`. The "procedural" global client has been removed with no replacement (e.g., `GuzzleHttp\get()`, `GuzzleHttp\post()`, etc.). Use a `GuzzleHttp\Client` object as a replacement. ## `throwImmediately` has been removed The concept of "throwImmediately" has been removed from exceptions and error events. This control mechanism was used to stop a transfer of concurrent requests from completing. This can now be handled by throwing the exception or by cancelling a pool of requests or each outstanding future request individually. ## headers event has been removed Removed the "headers" event. This event was only useful for changing the body a response once the headers of the response were known. You can implement a similar behavior in a number of ways. One example might be to use a FnStream that has access to the transaction being sent. For example, when the first byte is written, you could check if the response headers match your expectations, and if so, change the actual stream body that is being written to. ## Updates to HTTP Messages Removed the `asArray` parameter from `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header value as an array, then use the newly added `getHeaderAsArray()` method of `MessageInterface`. This change makes the Guzzle interfaces compatible with the PSR-7 interfaces. 3.x to 4.0 ---------- ## Overarching changes: - Now requires PHP 5.4 or greater. - No longer requires cURL to send requests. - Guzzle no longer wraps every exception it throws. Only exceptions that are recoverable are now wrapped by Guzzle. - Various namespaces have been removed or renamed. - No longer requiring the Symfony EventDispatcher. A custom event dispatcher based on the Symfony EventDispatcher is now utilized in `GuzzleHttp\Event\EmitterInterface` (resulting in significant speed and functionality improvements). Changes per Guzzle 3.x namespace are described below. ## Batch The `Guzzle\Batch` namespace has been removed. This is best left to third-parties to implement on top of Guzzle's core HTTP library. ## Cache The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement has been implemented yet, but hoping to utilize a PSR cache interface). ## Common - Removed all of the wrapped exceptions. It's better to use the standard PHP library for unrecoverable exceptions. - `FromConfigInterface` has been removed. - `Guzzle\Common\Version` has been removed. The VERSION constant can be found at `GuzzleHttp\ClientInterface::VERSION`. ### Collection - `getAll` has been removed. Use `toArray` to convert a collection to an array. - `inject` has been removed. - `keySearch` has been removed. - `getPath` no longer supports wildcard expressions. Use something better like JMESPath for this. - `setPath` now supports appending to an existing array via the `[]` notation. ### Events Guzzle no longer requires Symfony's EventDispatcher component. Guzzle now uses `GuzzleHttp\Event\Emitter`. - `Symfony\Component\EventDispatcher\EventDispatcherInterface` is replaced by `GuzzleHttp\Event\EmitterInterface`. - `Symfony\Component\EventDispatcher\EventDispatcher` is replaced by `GuzzleHttp\Event\Emitter`. - `Symfony\Component\EventDispatcher\Event` is replaced by `GuzzleHttp\Event\Event`, and Guzzle now has an EventInterface in `GuzzleHttp\Event\EventInterface`. - `AbstractHasDispatcher` has moved to a trait, `HasEmitterTrait`, and `HasDispatcherInterface` has moved to `HasEmitterInterface`. Retrieving the event emitter of a request, client, etc. now uses the `getEmitter` method rather than the `getDispatcher` method. #### Emitter - Use the `once()` method to add a listener that automatically removes itself the first time it is invoked. - Use the `listeners()` method to retrieve a list of event listeners rather than the `getListeners()` method. - Use `emit()` instead of `dispatch()` to emit an event from an emitter. - Use `attach()` instead of `addSubscriber()` and `detach()` instead of `removeSubscriber()`. ```php $mock = new Mock(); // 3.x $request->getEventDispatcher()->addSubscriber($mock); $request->getEventDispatcher()->removeSubscriber($mock); // 4.x $request->getEmitter()->attach($mock); $request->getEmitter()->detach($mock); ``` Use the `on()` method to add a listener rather than the `addListener()` method. ```php // 3.x $request->getEventDispatcher()->addListener('foo', function (Event $event) { /* ... */ } ); // 4.x $request->getEmitter()->on('foo', function (Event $event, $name) { /* ... */ } ); ``` ## Http ### General changes - The cacert.pem certificate has been moved to `src/cacert.pem`. - Added the concept of adapters that are used to transfer requests over the wire. - Simplified the event system. - Sending requests in parallel is still possible, but batching is no longer a concept of the HTTP layer. Instead, you must use the `complete` and `error` events to asynchronously manage parallel request transfers. - `Guzzle\Http\Url` has moved to `GuzzleHttp\Url`. - `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`. - QueryAggregators have been rewritten so that they are simply callable functions. - `GuzzleHttp\StaticClient` has been removed. Use the functions provided in `functions.php` for an easy to use static client instance. - Exceptions in `GuzzleHttp\Exception` have been updated to all extend from `GuzzleHttp\Exception\TransferException`. ### Client Calling methods like `get()`, `post()`, `head()`, etc. no longer create and return a request, but rather creates a request, sends the request, and returns the response. ```php // 3.0 $request = $client->get('/'); $response = $request->send(); // 4.0 $response = $client->get('/'); // or, to mirror the previous behavior $request = $client->createRequest('GET', '/'); $response = $client->send($request); ``` `GuzzleHttp\ClientInterface` has changed. - The `send` method no longer accepts more than one request. Use `sendAll` to send multiple requests in parallel. - `setUserAgent()` has been removed. Use a default request option instead. You could, for example, do something like: `$client->setConfig('defaults/headers/User-Agent', 'Foo/Bar ' . $client::getDefaultUserAgent())`. - `setSslVerification()` has been removed. Use default request options instead, like `$client->setConfig('defaults/verify', true)`. `GuzzleHttp\Client` has changed. - The constructor now accepts only an associative array. You can include a `base_url` string or array to use a URI template as the base URL of a client. You can also specify a `defaults` key that is an associative array of default request options. You can pass an `adapter` to use a custom adapter, `batch_adapter` to use a custom adapter for sending requests in parallel, or a `message_factory` to change the factory used to create HTTP requests and responses. - The client no longer emits a `client.create_request` event. - Creating requests with a client no longer automatically utilize a URI template. You must pass an array into a creational method (e.g., `createRequest`, `get`, `put`, etc.) in order to expand a URI template. ### Messages Messages no longer have references to their counterparts (i.e., a request no longer has a reference to it's response, and a response no loger has a reference to its request). This association is now managed through a `GuzzleHttp\Adapter\TransactionInterface` object. You can get references to these transaction objects using request events that are emitted over the lifecycle of a request. #### Requests with a body - `GuzzleHttp\Message\EntityEnclosingRequest` and `GuzzleHttp\Message\EntityEnclosingRequestInterface` have been removed. The separation between requests that contain a body and requests that do not contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface` handles both use cases. - Any method that previously accepts a `GuzzleHttp\Response` object now accept a `GuzzleHttp\Message\ResponseInterface`. - `GuzzleHttp\Message\RequestFactoryInterface` has been renamed to `GuzzleHttp\Message\MessageFactoryInterface`. This interface is used to create both requests and responses and is implemented in `GuzzleHttp\Message\MessageFactory`. - POST field and file methods have been removed from the request object. You must now use the methods made available to `GuzzleHttp\Post\PostBodyInterface` to control the format of a POST body. Requests that are created using a standard `GuzzleHttp\Message\MessageFactoryInterface` will automatically use a `GuzzleHttp\Post\PostBody` body if the body was passed as an array or if the method is POST and no body is provided. ```php $request = $client->createRequest('POST', '/'); $request->getBody()->setField('foo', 'bar'); $request->getBody()->addFile(new PostFile('file_key', fopen('/path/to/content', 'r'))); ``` #### Headers - `GuzzleHttp\Message\Header` has been removed. Header values are now simply represented by an array of values or as a string. Header values are returned as a string by default when retrieving a header value from a message. You can pass an optional argument of `true` to retrieve a header value as an array of strings instead of a single concatenated string. - `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to `GuzzleHttp\Post`. This interface has been simplified and now allows the addition of arbitrary headers. - Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most of the custom headers are now handled separately in specific subscribers/plugins, and `GuzzleHttp\Message\HeaderValues::parseParams()` has been updated to properly handle headers that contain parameters (like the `Link` header). #### Responses - `GuzzleHttp\Message\Response::getInfo()` and `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event system to retrieve this type of information. - `GuzzleHttp\Message\Response::getRawHeaders()` has been removed. - `GuzzleHttp\Message\Response::getMessage()` has been removed. - `GuzzleHttp\Message\Response::calculateAge()` and other cache specific methods have moved to the CacheSubscriber. - Header specific helper functions like `getContentMd5()` have been removed. Just use `getHeader('Content-MD5')` instead. - `GuzzleHttp\Message\Response::setRequest()` and `GuzzleHttp\Message\Response::getRequest()` have been removed. Use the event system to work with request and response objects as a transaction. - `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the Redirect subscriber instead. - `GuzzleHttp\Message\Response::isSuccessful()` and other related methods have been removed. Use `getStatusCode()` instead. #### Streaming responses Streaming requests can now be created by a client directly, returning a `GuzzleHttp\Message\ResponseInterface` object that contains a body stream referencing an open PHP HTTP stream. ```php // 3.0 use Guzzle\Stream\PhpStreamRequestFactory; $request = $client->get('/'); $factory = new PhpStreamRequestFactory(); $stream = $factory->fromRequest($request); $data = $stream->read(1024); // 4.0 $response = $client->get('/', ['stream' => true]); // Read some data off of the stream in the response body $data = $response->getBody()->read(1024); ``` #### Redirects The `configureRedirects()` method has been removed in favor of a `allow_redirects` request option. ```php // Standard redirects with a default of a max of 5 redirects $request = $client->createRequest('GET', '/', ['allow_redirects' => true]); // Strict redirects with a custom number of redirects $request = $client->createRequest('GET', '/', [ 'allow_redirects' => ['max' => 5, 'strict' => true] ]); ``` #### EntityBody EntityBody interfaces and classes have been removed or moved to `GuzzleHttp\Stream`. All classes and interfaces that once required `GuzzleHttp\EntityBodyInterface` now require `GuzzleHttp\Stream\StreamInterface`. Creating a new body for a request no longer uses `GuzzleHttp\EntityBody::factory` but now uses `GuzzleHttp\Stream\Stream::factory` or even better: `GuzzleHttp\Stream\create()`. - `Guzzle\Http\EntityBodyInterface` is now `GuzzleHttp\Stream\StreamInterface` - `Guzzle\Http\EntityBody` is now `GuzzleHttp\Stream\Stream` - `Guzzle\Http\CachingEntityBody` is now `GuzzleHttp\Stream\CachingStream` - `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream` - `Guzzle\Http\IoEmittyinEntityBody` has been removed. #### Request lifecycle events Requests previously submitted a large number of requests. The number of events emitted over the lifecycle of a request has been significantly reduced to make it easier to understand how to extend the behavior of a request. All events emitted during the lifecycle of a request now emit a custom `GuzzleHttp\Event\EventInterface` object that contains context providing methods and a way in which to modify the transaction at that specific point in time (e.g., intercept the request and set a response on the transaction). - `request.before_send` has been renamed to `before` and now emits a `GuzzleHttp\Event\BeforeEvent` - `request.complete` has been renamed to `complete` and now emits a `GuzzleHttp\Event\CompleteEvent`. - `request.sent` has been removed. Use `complete`. - `request.success` has been removed. Use `complete`. - `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`. - `request.exception` has been removed. Use `error`. - `request.receive.status_line` has been removed. - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to maintain a status update. - `curl.callback.write` has been removed. Use a custom `StreamInterface` to intercept writes. - `curl.callback.read` has been removed. Use a custom `StreamInterface` to intercept reads. `headers` is a new event that is emitted after the response headers of a request have been received before the body of the response is downloaded. This event emits a `GuzzleHttp\Event\HeadersEvent`. You can intercept a request and inject a response using the `intercept()` event of a `GuzzleHttp\Event\BeforeEvent`, `GuzzleHttp\Event\CompleteEvent`, and `GuzzleHttp\Event\ErrorEvent` event. See: http://docs.guzzlephp.org/en/latest/events.html ## Inflection The `Guzzle\Inflection` namespace has been removed. This is not a core concern of Guzzle. ## Iterator The `Guzzle\Iterator` namespace has been removed. - `Guzzle\Iterator\AppendIterator`, `Guzzle\Iterator\ChunkedIterator`, and `Guzzle\Iterator\MethodProxyIterator` are nice, but not a core requirement of Guzzle itself. - `Guzzle\Iterator\FilterIterator` is no longer needed because an equivalent class is shipped with PHP 5.4. - `Guzzle\Iterator\MapIterator` is not really needed when using PHP 5.5 because it's easier to just wrap an iterator in a generator that maps values. For a replacement of these iterators, see https://github.com/nikic/iter ## Log The LogPlugin has moved to https://github.com/guzzle/log-subscriber. The `Guzzle\Log` namespace has been removed. Guzzle now relies on `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been moved to `GuzzleHttp\Subscriber\Log\Formatter`. ## Parser The `Guzzle\Parser` namespace has been removed. This was previously used to make it possible to plug in custom parsers for cookies, messages, URI templates, and URLs; however, this level of complexity is not needed in Guzzle so it has been removed. - Cookie: Cookie parsing logic has been moved to `GuzzleHttp\Cookie\SetCookie::fromString`. - Message: Message parsing logic for both requests and responses has been moved to `GuzzleHttp\Message\MessageFactory::fromMessage`. Message parsing is only used in debugging or deserializing messages, so it doesn't make sense for Guzzle as a library to add this level of complexity to parsing messages. - UriTemplate: URI template parsing has been moved to `GuzzleHttp\UriTemplate`. The Guzzle library will automatically use the PECL URI template library if it is installed. - Url: URL parsing is now performed in `GuzzleHttp\Url::fromString` (previously it was `Guzzle\Http\Url::factory()`). If custom URL parsing is necessary, then developers are free to subclass `GuzzleHttp\Url`. ## Plugin The `Guzzle\Plugin` namespace has been renamed to `GuzzleHttp\Subscriber`. Several plugins are shipping with the core Guzzle library under this namespace. - `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar code has moved to `GuzzleHttp\Cookie`. - `GuzzleHttp\Subscriber\History`: Replaces the old HistoryPlugin. - `GuzzleHttp\Subscriber\HttpError`: Throws errors when a bad HTTP response is received. - `GuzzleHttp\Subscriber\Mock`: Replaces the old MockPlugin. - `GuzzleHttp\Subscriber\Prepare`: Prepares the body of a request just before sending. This subscriber is attached to all requests by default. - `GuzzleHttp\Subscriber\Redirect`: Replaces the RedirectPlugin. The following plugins have been removed (third-parties are free to re-implement these if needed): - `GuzzleHttp\Plugin\Async` has been removed. - `GuzzleHttp\Plugin\CurlAuth` has been removed. - `GuzzleHttp\Plugin\ErrorResponse\ErrorResponsePlugin` has been removed. This functionality should instead be implemented with event listeners that occur after normal response parsing occurs in the guzzle/command package. The following plugins are not part of the core Guzzle package, but are provided in separate repositories: - `Guzzle\Http\Plugin\BackoffPlugin` has been rewritten to be much simpler to build custom retry policies using simple functions rather than various chained classes. See: https://github.com/guzzle/retry-subscriber - `Guzzle\Http\Plugin\Cache\CachePlugin` has moved to https://github.com/guzzle/cache-subscriber - `Guzzle\Http\Plugin\Log\LogPlugin` has moved to https://github.com/guzzle/log-subscriber - `Guzzle\Http\Plugin\Md5\Md5Plugin` has moved to https://github.com/guzzle/message-integrity-subscriber - `Guzzle\Http\Plugin\Mock\MockPlugin` has moved to `GuzzleHttp\Subscriber\MockSubscriber`. - `Guzzle\Http\Plugin\Oauth\OauthPlugin` has moved to https://github.com/guzzle/oauth-subscriber ## Service The service description layer of Guzzle has moved into two separate packages: - http://github.com/guzzle/command Provides a high level abstraction over web services by representing web service operations using commands. - http://github.com/guzzle/guzzle-services Provides an implementation of guzzle/command that provides request serialization and response parsing using Guzzle service descriptions. ## Stream Stream have moved to a separate package available at https://github.com/guzzle/streams. `Guzzle\Stream\StreamInterface` has been given a large update to cleanly take on the responsibilities of `Guzzle\Http\EntityBody` and `Guzzle\Http\EntityBodyInterface` now that they have been removed. The number of methods implemented by the `StreamInterface` has been drastically reduced to allow developers to more easily extend and decorate stream behavior. ## Removed methods from StreamInterface - `getStream` and `setStream` have been removed to better encapsulate streams. - `getMetadata` and `setMetadata` have been removed in favor of `GuzzleHttp\Stream\MetadataStreamInterface`. - `getWrapper`, `getWrapperData`, `getStreamType`, and `getUri` have all been removed. This data is accessible when using streams that implement `GuzzleHttp\Stream\MetadataStreamInterface`. - `rewind` has been removed. Use `seek(0)` for a similar behavior. ## Renamed methods - `detachStream` has been renamed to `detach`. - `feof` has been renamed to `eof`. - `ftell` has been renamed to `tell`. - `readLine` has moved from an instance method to a static class method of `GuzzleHttp\Stream\Stream`. ## Metadata streams `GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams that contain additional metadata accessible via `getMetadata()`. `GuzzleHttp\Stream\StreamInterface::getMetadata` and `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed. ## StreamRequestFactory The entire concept of the StreamRequestFactory has been removed. The way this was used in Guzzle 3 broke the actual interface of sending streaming requests (instead of getting back a Response, you got a StreamInterface). Streaming PHP requests are now implemented through the `GuzzleHttp\Adapter\StreamAdapter`. 3.6 to 3.7 ---------- ### Deprecations - You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.: ```php \Guzzle\Common\Version::$emitWarnings = true; ``` The following APIs and options have been marked as deprecated: - Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use `$request->getResponseBody()->isRepeatable()` instead. - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. - Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instead. - Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead. - Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated - Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be disabled on a Guzzle\Service\Client. - Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8. - Marked `Guzzle\Common\Collection::inject()` as deprecated. - Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));` or `$client->setDefaultOption('auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));` 3.7 introduces `request.options` as a parameter for a client configuration and as an optional argument to all creational request methods. When paired with a client's configuration settings, these options allow you to specify default settings for various aspects of a request. Because these options make other previous configuration options redundant, several configuration options and methods of a client and AbstractCommand have been deprecated. - Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use `$client->getDefaultOption('headers')`. - Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use `$client->setDefaultOption('headers/{header_name}', 'value')`. - Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use `$client->setDefaultOption('params/{param_name}', 'value')` - Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for AbstractCommand. These will work through Guzzle 4.0 $command = $client->getCommand('foo', array( 'command.headers' => array('Test' => '123'), 'command.response_body' => '/path/to/file' )); // Should be changed to: $command = $client->getCommand('foo', array( 'command.request_options' => array( 'headers' => array('Test' => '123'), 'save_as' => '/path/to/file' ) )); ### Interface changes Additions and changes (you will need to update any implementations or subclasses you may have created): - Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`: createRequest, head, delete, put, patch, post, options, prepareRequest - Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::createRequest()` - Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface` - Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a resource, string, or EntityBody into the $options parameter to specify the download location of the response. - Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$data` but a default `array()` - Added `Guzzle\Stream\StreamInterface::isRepeatable` - Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods. The following methods were removed from interfaces. All of these methods are still available in the concrete classes that implement them, but you should update your code to use alternative methods: - Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use `$client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or `$client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))` or `$client->setDefaultOption('headers/{header_name}', 'value')`. or `$client->setDefaultOption('headers', array('header_name' => 'value'))`. - Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use `$client->getConfig()->getPath('request.options/headers')`. - Removed `Guzzle\Http\ClientInterface::expandTemplate()`. This is an implementation detail. - Removed `Guzzle\Http\ClientInterface::setRequestFactory()`. This is an implementation detail. - Removed `Guzzle\Http\ClientInterface::getCurlMulti()`. This is a very specific implementation detail. - Removed `Guzzle\Http\Message\RequestInterface::canCache`. Use the CachePlugin. - Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`. Use the HistoryPlugin. - Removed `Guzzle\Http\Message\RequestInterface::isRedirect`. Use the HistoryPlugin. ### Cache plugin breaking changes - CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is handled in a CacheStorageInterface. These two objects and interface will be removed in a future version. - Always setting X-cache headers on cached responses - Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin - `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface $request, Response $response);` - `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);` - `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);` - Added `CacheStorageInterface::purge($url)` - `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache, CanCacheStrategyInterface $canCache = null)` - Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)` 3.5 to 3.6 ---------- * Mixed casing of headers are now forced to be a single consistent casing across all values for that header. * Messages internally use a HeaderCollection object to delegate handling case-insensitive header resolution * Removed the whole changedHeader() function system of messages because all header changes now go through addHeader(). For example, setHeader() first removes the header using unset on a HeaderCollection and then calls addHeader(). Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in Request. * Specific header implementations can be created for complex headers. When a message creates a header, it uses a HeaderFactory which can map specific headers to specific header classes. There is now a Link header and CacheControl header implementation. * Moved getLinks() from Response to just be used on a Link header object. If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your code to use the HeaderInterface (e.g. toArray(), getAll(), etc.). ### Interface changes * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti() * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in Guzzle\Http\Curl\RequestMediator * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string. * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestInterface * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders() ### Removed deprecated functions * Removed Guzzle\Parser\ParserRegister::get(). Use getParser() * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser(). ### Deprecations * The ability to case-insensitively search for header values * Guzzle\Http\Message\Header::hasExactHeader * Guzzle\Http\Message\Header::raw. Use getAll() * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object instead. ### Other changes * All response header helper functions return a string rather than mixing Header objects and strings inconsistently * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle directly via interfaces * Removed the injecting of a request object onto a response object. The methods to get and set a request still exist but are a no-op until removed. * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now request a `Guzzle\Service\Command\ArrayCommandInterface`. * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle injecting a response on a request while the request is still being transferred * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess 3.3 to 3.4 ---------- Base URLs of a client now follow the rules of https://tools.ietf.org/html/rfc3986#section-5.2.2 when merging URLs. 3.2 to 3.3 ---------- ### Response::getEtag() quote stripping removed `Guzzle\Http\Message\Response::getEtag()` no longer strips quotes around the ETag response header ### Removed `Guzzle\Http\Utils` The `Guzzle\Http\Utils` class was removed. This class was only used for testing. ### Stream wrapper and type `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getStreamType()` are no longer converted to lowercase. ### curl.emit_io became emit_io Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl options using the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io' 3.1 to 3.2 ---------- ### CurlMulti is no longer reused globally Before 3.2, the same CurlMulti object was reused globally for each client. This can cause issue where plugins added to a single client can pollute requests dispatched from other clients. If you still wish to reuse the same CurlMulti object with each client, then you can add a listener to the ServiceBuilder's `service_builder.create_client` event to inject a custom CurlMulti object into each client as it is created. ```php $multi = new Guzzle\Http\Curl\CurlMulti(); $builder = Guzzle\Service\Builder\ServiceBuilder::factory('/path/to/config.json'); $builder->addListener('service_builder.create_client', function ($event) use ($multi) { $event['client']->setCurlMulti($multi); } }); ``` ### No default path URLs no longer have a default path value of '/' if no path was specified. Before: ```php $request = $client->get('http://www.foo.com'); echo $request->getUrl(); // >> http://www.foo.com/ ``` After: ```php $request = $client->get('http://www.foo.com'); echo $request->getUrl(); // >> http://www.foo.com ``` ### Less verbose BadResponseException The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full HTTP request and response information. You can, however, get access to the request and response object by calling `getRequest()` or `getResponse()` on the exception object. ### Query parameter aggregation Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Query` now has a setAggregator() method that accepts a `Guzzle\Http\QueryAggregator\QueryAggregatorInterface` object. This object is responsible for handling the aggregation of multi-valued query string variables into a flattened hash. 2.8 to 3.x ---------- ### Guzzle\Service\Inspector Change `\Guzzle\Service\Inspector::fromConfig` to `\Guzzle\Common\Collection::fromConfig` **Before** ```php use Guzzle\Service\Inspector; class YourClient extends \Guzzle\Service\Client { public static function factory($config = array()) { $default = array(); $required = array('base_url', 'username', 'api_key'); $config = Inspector::fromConfig($config, $default, $required); $client = new self( $config->get('base_url'), $config->get('username'), $config->get('api_key') ); $client->setConfig($config); $client->setDescription(ServiceDescription::factory(__DIR__ . DIRECTORY_SEPARATOR . 'client.json')); return $client; } ``` **After** ```php use Guzzle\Common\Collection; class YourClient extends \Guzzle\Service\Client { public static function factory($config = array()) { $default = array(); $required = array('base_url', 'username', 'api_key'); $config = Collection::fromConfig($config, $default, $required); $client = new self( $config->get('base_url'), $config->get('username'), $config->get('api_key') ); $client->setConfig($config); $client->setDescription(ServiceDescription::factory(__DIR__ . DIRECTORY_SEPARATOR . 'client.json')); return $client; } ``` ### Convert XML Service Descriptions to JSON **Before** ```xml Get a list of groups Uses a search query to get a list of groups Create a group Delete a group by ID Update a group ``` **After** ```json { "name": "Zendesk REST API v2", "apiVersion": "2012-12-31", "description":"Provides access to Zendesk views, groups, tickets, ticket fields, and users", "operations": { "list_groups": { "httpMethod":"GET", "uri": "groups.json", "summary": "Get a list of groups" }, "search_groups":{ "httpMethod":"GET", "uri": "search.json?query=\"{query} type:group\"", "summary": "Uses a search query to get a list of groups", "parameters":{ "query":{ "location": "uri", "description":"Zendesk Search Query", "type": "string", "required": true } } }, "create_group": { "httpMethod":"POST", "uri": "groups.json", "summary": "Create a group", "parameters":{ "data": { "type": "array", "location": "body", "description":"Group JSON", "filters": "json_encode", "required": true }, "Content-Type":{ "type": "string", "location":"header", "static": "application/json" } } }, "delete_group": { "httpMethod":"DELETE", "uri": "groups/{id}.json", "summary": "Delete a group", "parameters":{ "id":{ "location": "uri", "description":"Group to delete by ID", "type": "integer", "required": true } } }, "get_group": { "httpMethod":"GET", "uri": "groups/{id}.json", "summary": "Get a ticket", "parameters":{ "id":{ "location": "uri", "description":"Group to get by ID", "type": "integer", "required": true } } }, "update_group": { "httpMethod":"PUT", "uri": "groups/{id}.json", "summary": "Update a group", "parameters":{ "id": { "location": "uri", "description":"Group to update by ID", "type": "integer", "required": true }, "data": { "type": "array", "location": "body", "description":"Group JSON", "filters": "json_encode", "required": true }, "Content-Type":{ "type": "string", "location":"header", "static": "application/json" } } } } ``` ### Guzzle\Service\Description\ServiceDescription Commands are now called Operations **Before** ```php use Guzzle\Service\Description\ServiceDescription; $sd = new ServiceDescription(); $sd->getCommands(); // @returns ApiCommandInterface[] $sd->hasCommand($name); $sd->getCommand($name); // @returns ApiCommandInterface|null $sd->addCommand($command); // @param ApiCommandInterface $command ``` **After** ```php use Guzzle\Service\Description\ServiceDescription; $sd = new ServiceDescription(); $sd->getOperations(); // @returns OperationInterface[] $sd->hasOperation($name); $sd->getOperation($name); // @returns OperationInterface|null $sd->addOperation($operation); // @param OperationInterface $operation ``` ### Guzzle\Common\Inflection\Inflector Namespace is now `Guzzle\Inflection\Inflector` ### Guzzle\Http\Plugin Namespace is now `Guzzle\Plugin`. Many other changes occur within this namespace and are detailed in their own sections below. ### Guzzle\Http\Plugin\LogPlugin and Guzzle\Common\Log Now `Guzzle\Plugin\Log\LogPlugin` and `Guzzle\Log` respectively. **Before** ```php use Guzzle\Common\Log\ClosureLogAdapter; use Guzzle\Http\Plugin\LogPlugin; /** @var \Guzzle\Http\Client */ $client; // $verbosity is an integer indicating desired message verbosity level $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $verbosity = LogPlugin::LOG_VERBOSE); ``` **After** ```php use Guzzle\Log\ClosureLogAdapter; use Guzzle\Log\MessageFormatter; use Guzzle\Plugin\Log\LogPlugin; /** @var \Guzzle\Http\Client */ $client; // $format is a string indicating desired message format -- @see MessageFormatter $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $format = MessageFormatter::DEBUG_FORMAT); ``` ### Guzzle\Http\Plugin\CurlAuthPlugin Now `Guzzle\Plugin\CurlAuth\CurlAuthPlugin`. ### Guzzle\Http\Plugin\ExponentialBackoffPlugin Now `Guzzle\Plugin\Backoff\BackoffPlugin`, and other changes. **Before** ```php use Guzzle\Http\Plugin\ExponentialBackoffPlugin; $backoffPlugin = new ExponentialBackoffPlugin($maxRetries, array_merge( ExponentialBackoffPlugin::getDefaultFailureCodes(), array(429) )); $client->addSubscriber($backoffPlugin); ``` **After** ```php use Guzzle\Plugin\Backoff\BackoffPlugin; use Guzzle\Plugin\Backoff\HttpBackoffStrategy; // Use convenient factory method instead -- see implementation for ideas of what // you can do with chaining backoff strategies $backoffPlugin = BackoffPlugin::getExponentialBackoff($maxRetries, array_merge( HttpBackoffStrategy::getDefaultFailureCodes(), array(429) )); $client->addSubscriber($backoffPlugin); ``` ### Known Issues #### [BUG] Accept-Encoding header behavior changed unintentionally. (See #217) (Fixed in 09daeb8c666fb44499a0646d655a8ae36456575e) In version 2.8 setting the `Accept-Encoding` header would set the CURLOPT_ENCODING option, which permitted cURL to properly handle gzip/deflate compressed responses from the server. In versions affected by this bug this does not happen. See issue #217 for a workaround, or use a version containing the fix. PK6 Z]33&vendor/guzzlehttp/guzzle/composer.jsonnu[{ "name": "guzzlehttp/guzzle", "type": "library", "description": "Guzzle is a PHP HTTP client library", "keywords": [ "framework", "http", "rest", "web service", "curl", "client", "HTTP client", "PSR-7", "PSR-18" ], "homepage": "http://guzzlephp.org/", "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "require": { "php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/promises": "^1.4", "guzzlehttp/psr7": "^1.7 || ^2.0", "psr/http-client": "^1.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "ext-curl": "*", "bamarni/composer-bin-plugin": "^1.4.1", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "7.3-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Tests\\": "tests/" } } } PK6 ZffOGG%vendor/guzzlehttp/guzzle/CHANGELOG.mdnu[# Change Log Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version. ## 7.3.0 - 2021-03-23 ### Added - Support for DER and P12 certificates [#2413](https://github.com/guzzle/guzzle/pull/2413) - Support the cURL (http://) scheme for StreamHandler proxies [#2850](https://github.com/guzzle/guzzle/pull/2850) - Support for `guzzlehttp/psr7:^2.0` [#2878](https://github.com/guzzle/guzzle/pull/2878) ### Fixed - Handle exceptions on invalid header consistently between PHP versions and handlers [#2872](https://github.com/guzzle/guzzle/pull/2872) ## 7.2.0 - 2020-10-10 ### Added - Support for PHP 8 [#2712](https://github.com/guzzle/guzzle/pull/2712), [#2715](https://github.com/guzzle/guzzle/pull/2715), [#2789](https://github.com/guzzle/guzzle/pull/2789) - Support passing a body summarizer to the http errors middleware [#2795](https://github.com/guzzle/guzzle/pull/2795) ### Fixed - Handle exceptions during response creation [#2591](https://github.com/guzzle/guzzle/pull/2591) - Fix CURLOPT_ENCODING not to be overwritten [#2595](https://github.com/guzzle/guzzle/pull/2595) - Make sure the Request always has a body object [#2804](https://github.com/guzzle/guzzle/pull/2804) ### Changed - The `TooManyRedirectsException` has a response [#2660](https://github.com/guzzle/guzzle/pull/2660) - Avoid "functions" from dependencies [#2712](https://github.com/guzzle/guzzle/pull/2712) ### Deprecated - Using environment variable GUZZLE_CURL_SELECT_TIMEOUT [#2786](https://github.com/guzzle/guzzle/pull/2786) ## 7.1.1 - 2020-09-30 ### Fixed - Incorrect EOF detection for response body streams on Windows. ### Changed - We dont connect curl `sink` on HEAD requests. - Removed some PHP 5 workarounds ## 7.1.0 - 2020-09-22 ### Added - `GuzzleHttp\MessageFormatterInterface` ### Fixed - Fixed issue that caused cookies with no value not to be stored. - On redirects, we allow all safe methods like GET, HEAD and OPTIONS. - Fixed logging on empty responses. - Make sure MessageFormatter::format returns string ### Deprecated - All functions in `GuzzleHttp` has been deprecated. Use static methods on `Utils` instead. - `ClientInterface::getConfig()` - `Client::getConfig()` - `Client::__call()` - `Utils::defaultCaBundle()` - `CurlFactory::LOW_CURL_VERSION_NUMBER` ## 7.0.1 - 2020-06-27 * Fix multiply defined functions fatal error [#2699](https://github.com/guzzle/guzzle/pull/2699) ## 7.0.0 - 2020-06-27 No changes since 7.0.0-rc1. ## 7.0.0-rc1 - 2020-06-15 ### Changed * Use error level for logging errors in Middleware [#2629](https://github.com/guzzle/guzzle/pull/2629) * Disabled IDN support by default and require ext-intl to use it [#2675](https://github.com/guzzle/guzzle/pull/2675) ## 7.0.0-beta2 - 2020-05-25 ### Added * Using `Utils` class instead of functions in the `GuzzleHttp` namespace. [#2546](https://github.com/guzzle/guzzle/pull/2546) * `ClientInterface::MAJOR_VERSION` [#2583](https://github.com/guzzle/guzzle/pull/2583) ### Changed * Avoid the `getenv` function when unsafe [#2531](https://github.com/guzzle/guzzle/pull/2531) * Added real client methods [#2529](https://github.com/guzzle/guzzle/pull/2529) * Avoid functions due to global install conflicts [#2546](https://github.com/guzzle/guzzle/pull/2546) * Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550) * Adding methods for HTTP verbs like `Client::get()`, `Client::head()`, `Client::patch()` etc [#2529](https://github.com/guzzle/guzzle/pull/2529) * `ConnectException` extends `TransferException` [#2541](https://github.com/guzzle/guzzle/pull/2541) * Updated the default User Agent to "GuzzleHttp/7" [#2654](https://github.com/guzzle/guzzle/pull/2654) ### Fixed * Various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626) ### Removed * Pool option `pool_size` [#2528](https://github.com/guzzle/guzzle/pull/2528) ## 7.0.0-beta1 - 2019-12-30 The diff might look very big but 95% of Guzzle users will be able to upgrade without modification. Please see [the upgrade document](UPGRADING.md) that describes all BC breaking changes. ### Added * Implement PSR-18 and dropped PHP 5 support [#2421](https://github.com/guzzle/guzzle/pull/2421) [#2474](https://github.com/guzzle/guzzle/pull/2474) * PHP 7 types [#2442](https://github.com/guzzle/guzzle/pull/2442) [#2449](https://github.com/guzzle/guzzle/pull/2449) [#2466](https://github.com/guzzle/guzzle/pull/2466) [#2497](https://github.com/guzzle/guzzle/pull/2497) [#2499](https://github.com/guzzle/guzzle/pull/2499) * IDN support for redirects [2424](https://github.com/guzzle/guzzle/pull/2424) ### Changed * Dont allow passing null as third argument to `BadResponseException::__construct()` [#2427](https://github.com/guzzle/guzzle/pull/2427) * Use SAPI constant instead of method call [#2450](https://github.com/guzzle/guzzle/pull/2450) * Use native function invocation [#2444](https://github.com/guzzle/guzzle/pull/2444) * Better defaults for PHP installations with old ICU lib [2454](https://github.com/guzzle/guzzle/pull/2454) * Added visibility to all constants [#2462](https://github.com/guzzle/guzzle/pull/2462) * Dont allow passing `null` as URI to `Client::request()` and `Client::requestAsync()` [#2461](https://github.com/guzzle/guzzle/pull/2461) * Widen the exception argument to throwable [#2495](https://github.com/guzzle/guzzle/pull/2495) ### Fixed * Logging when Promise rejected with a string [#2311](https://github.com/guzzle/guzzle/pull/2311) ### Removed * Class `SeekException` [#2162](https://github.com/guzzle/guzzle/pull/2162) * `RequestException::getResponseBodySummary()` [#2425](https://github.com/guzzle/guzzle/pull/2425) * `CookieJar::getCookieValue()` [#2433](https://github.com/guzzle/guzzle/pull/2433) * `uri_template()` and `UriTemplate` [#2440](https://github.com/guzzle/guzzle/pull/2440) * Request options `save_to` and `exceptions` [#2464](https://github.com/guzzle/guzzle/pull/2464) ## 6.5.2 - 2019-12-23 * idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489) ## 6.5.1 - 2019-12-21 * Better defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/pull/2454) * IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424) ## 6.5.0 - 2019-12-07 * Improvement: Added support for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143) * Improvement: Added support to pass arbitrary options to `curl_multi_init`. [#2287](https://github.com/guzzle/guzzle/pull/2287) * Fix: Gracefully handle passing `null` to the `header` option. [#2132](https://github.com/guzzle/guzzle/pull/2132) * Fix: `RetryMiddleware` did not do exponential delay between retires due unit mismatch. [#2132](https://github.com/guzzle/guzzle/pull/2132) * Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/guzzle/guzzle/pull/2348) * Deprecated `ClientInterface::VERSION` ## 6.4.1 - 2019-10-23 * No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that * Added `parent::__construct()` to `FileCookieJar` and `SessionCookieJar` ## 6.4.0 - 2019-10-23 * Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108) * Fix: Test if response is readable before returning a summary in `RequestException::getResponseBodySummary()` [#2081](https://github.com/guzzle/guzzle/pull/2081) * Fix: Add support for GUZZLE_CURL_SELECT_TIMEOUT environment variable [#2161](https://github.com/guzzle/guzzle/pull/2161) * Improvement: Added `GuzzleHttp\Exception\InvalidArgumentException` [#2163](https://github.com/guzzle/guzzle/pull/2163) * Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242](https://github.com/guzzle/guzzle/pull/2242) * Improvement: Added curl's `appconnect_time` in `TransferStats` [#2284](https://github.com/guzzle/guzzle/pull/2284) * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github.com/guzzle/guzzle/pull/2273) * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/guzzle/pull/2335) * Improvement: Update `MockHandler` so we can test transfer time [#2362](https://github.com/guzzle/guzzle/pull/2362) ## 6.3.3 - 2018-04-22 * Fix: Default headers when decode_content is specified ## 6.3.2 - 2018-03-26 * Fix: Release process ## 6.3.1 - 2018-03-26 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/2014) * Improvement: Better ConnectException detection [#2012](https://github.com/guzzle/guzzle/pull/2012) * Bug fix: Malformed domain that contains a "/" [#1999](https://github.com/guzzle/guzzle/pull/1999) * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/guzzle/guzzle/pull/1998) * Improvement: Support PHPUnit 6 [#1953](https://github.com/guzzle/guzzle/pull/1953) * Bug fix: Support empty headers [#1915](https://github.com/guzzle/guzzle/pull/1915) * Bug fix: Ignore case during header modifications [#1916](https://github.com/guzzle/guzzle/pull/1916) + Minor code cleanups, documentation fixes and clarifications. ## 6.3.0 - 2017-06-22 * Feature: force IP resolution (ipv4 or ipv6) [#1608](https://github.com/guzzle/guzzle/pull/1608), [#1659](https://github.com/guzzle/guzzle/pull/1659) * Improvement: Don't include summary in exception message when body is empty [#1621](https://github.com/guzzle/guzzle/pull/1621) * Improvement: Handle `on_headers` option in MockHandler [#1580](https://github.com/guzzle/guzzle/pull/1580) * Improvement: Added SUSE Linux CA path [#1609](https://github.com/guzzle/guzzle/issues/1609) * Improvement: Use class reference for getting the name of the class instead of using hardcoded strings [#1641](https://github.com/guzzle/guzzle/pull/1641) * Feature: Added `read_timeout` option [#1611](https://github.com/guzzle/guzzle/pull/1611) * Bug fix: PHP 7.x fixes [#1685](https://github.com/guzzle/guzzle/pull/1685), [#1686](https://github.com/guzzle/guzzle/pull/1686), [#1811](https://github.com/guzzle/guzzle/pull/1811) * Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guzzle/guzzle/pull/1642) * Feature: Added NTLM auth [#1569](https://github.com/guzzle/guzzle/pull/1569) * Feature: Track redirect HTTP status codes [#1711](https://github.com/guzzle/guzzle/pull/1711) * Improvement: Check handler type during construction [#1745](https://github.com/guzzle/guzzle/pull/1745) * Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzle/guzzle/pull/1721) * Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/guzzle/pull/1318) * Bug fix: Fill `CURLOPT_CAPATH` and `CURLOPT_CAINFO` properly [#1684](https://github.com/guzzle/guzzle/pull/1684) * Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](https://github.com/guzzle/guzzle/pull/1827) + Minor code cleanups, documentation fixes and clarifications. ## 6.2.3 - 2017-02-28 * Fix deprecations with guzzle/psr7 version 1.4 ## 6.2.2 - 2016-10-08 * Allow to pass nullable Response to delay callable * Only add scheme when host is present * Fix drain case where content-length is the literal string zero * Obfuscate in-URL credentials in exceptions ## 6.2.1 - 2016-07-18 * Address HTTP_PROXY security vulnerability, CVE-2016-5385: https://httpoxy.org/ * Fixing timeout bug with StreamHandler: https://github.com/guzzle/guzzle/pull/1488 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when a server does not honor `Connection: close`. * Ignore URI fragment when sending requests. ## 6.2.0 - 2016-03-21 * Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`. https://github.com/guzzle/guzzle/pull/1389 * Bug fix: Fix sleep calculation when waiting for delayed requests. https://github.com/guzzle/guzzle/pull/1324 * Feature: More flexible history containers. https://github.com/guzzle/guzzle/pull/1373 * Bug fix: defer sink stream opening in StreamHandler. https://github.com/guzzle/guzzle/pull/1377 * Bug fix: do not attempt to escape cookie values. https://github.com/guzzle/guzzle/pull/1406 * Feature: report original content encoding and length on decoded responses. https://github.com/guzzle/guzzle/pull/1409 * Bug fix: rewind seekable request bodies before dispatching to cURL. https://github.com/guzzle/guzzle/pull/1422 * Bug fix: provide an empty string to `http_build_query` for HHVM workaround. https://github.com/guzzle/guzzle/pull/1367 ## 6.1.1 - 2015-11-22 * Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler https://github.com/guzzle/guzzle/commit/911bcbc8b434adce64e223a6d1d14e9a8f63e4e4 * Feature: HandlerStack is now more generic. https://github.com/guzzle/guzzle/commit/f2102941331cda544745eedd97fc8fd46e1ee33e * Bug fix: setting verify to false in the StreamHandler now disables peer verification. https://github.com/guzzle/guzzle/issues/1256 * Feature: Middleware now uses an exception factory, including more error context. https://github.com/guzzle/guzzle/pull/1282 * Feature: better support for disabled functions. https://github.com/guzzle/guzzle/pull/1287 * Bug fix: fixed regression where MockHandler was not using `sink`. https://github.com/guzzle/guzzle/pull/1292 ## 6.1.0 - 2015-09-08 * Feature: Added the `on_stats` request option to provide access to transfer statistics for requests. https://github.com/guzzle/guzzle/pull/1202 * Feature: Added the ability to persist session cookies in CookieJars. https://github.com/guzzle/guzzle/pull/1195 * Feature: Some compatibility updates for Google APP Engine https://github.com/guzzle/guzzle/pull/1216 * Feature: Added support for NO_PROXY to prevent the use of a proxy based on a simple set of rules. https://github.com/guzzle/guzzle/pull/1197 * Feature: Cookies can now contain square brackets. https://github.com/guzzle/guzzle/pull/1237 * Bug fix: Now correctly parsing `=` inside of quotes in Cookies. https://github.com/guzzle/guzzle/pull/1232 * Bug fix: Cusotm cURL options now correctly override curl options of the same name. https://github.com/guzzle/guzzle/pull/1221 * Bug fix: Content-Type header is now added when using an explicitly provided multipart body. https://github.com/guzzle/guzzle/pull/1218 * Bug fix: Now ignoring Set-Cookie headers that have no name. * Bug fix: Reason phrase is no longer cast to an int in some cases in the cURL handler. https://github.com/guzzle/guzzle/pull/1187 * Bug fix: Remove the Authorization header when redirecting if the Host header changes. https://github.com/guzzle/guzzle/pull/1207 * Bug fix: Cookie path matching fixes https://github.com/guzzle/guzzle/issues/1129 * Bug fix: Fixing the cURL `body_as_string` setting https://github.com/guzzle/guzzle/pull/1201 * Bug fix: quotes are no longer stripped when parsing cookies. https://github.com/guzzle/guzzle/issues/1172 * Bug fix: `form_params` and `query` now always uses the `&` separator. https://github.com/guzzle/guzzle/pull/1163 * Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set. https://github.com/guzzle/guzzle/pull/1189 ## 6.0.2 - 2015-07-04 * Fixed a memory leak in the curl handlers in which references to callbacks were not being removed by `curl_reset`. * Cookies are now extracted properly before redirects. * Cookies now allow more character ranges. * Decoded Content-Encoding responses are now modified to correctly reflect their state if the encoding was automatically removed by a handler. This means that the `Content-Encoding` header may be removed an the `Content-Length` modified to reflect the message size after removing the encoding. * Added a more explicit error message when trying to use `form_params` and `multipart` in the same request. * Several fixes for HHVM support. * Functions are now conditionally required using an additional level of indirection to help with global Composer installations. ## 6.0.1 - 2015-05-27 * Fixed a bug with serializing the `query` request option where the `&` separator was missing. * Added a better error message for when `body` is provided as an array. Please use `form_params` or `multipart` instead. * Various doc fixes. ## 6.0.0 - 2015-05-26 * See the UPGRADING.md document for more information. * Added `multipart` and `form_params` request options. * Added `synchronous` request option. * Added the `on_headers` request option. * Fixed `expect` handling. * No longer adding default middlewares in the client ctor. These need to be present on the provided handler in order to work. * Requests are no longer initiated when sending async requests with the CurlMultiHandler. This prevents unexpected recursion from requests completing while ticking the cURL loop. * Removed the semantics of setting `default` to `true`. This is no longer required now that the cURL loop is not ticked for async requests. * Added request and response logging middleware. * No longer allowing self signed certificates when using the StreamHandler. * Ensuring that `sink` is valid if saving to a file. * Request exceptions now include a "handler context" which provides handler specific contextual information. * Added `GuzzleHttp\RequestOptions` to allow request options to be applied using constants. * `$maxHandles` has been removed from CurlMultiHandler. * `MultipartPostBody` is now part of the `guzzlehttp/psr7` package. ## 5.3.0 - 2015-05-19 * Mock now supports `save_to` * Marked `AbstractRequestEvent::getTransaction()` as public. * Fixed a bug in which multiple headers using different casing would overwrite previous headers in the associative array. * Added `Utils::getDefaultHandler()` * Marked `GuzzleHttp\Client::getDefaultUserAgent` as deprecated. * URL scheme is now always lowercased. ## 6.0.0-beta.1 * Requires PHP >= 5.5 * Updated to use PSR-7 * Requires immutable messages, which basically means an event based system owned by a request instance is no longer possible. * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7). * Removed the dependency on `guzzlehttp/streams`. These stream abstractions are available in the `guzzlehttp/psr7` package under the `GuzzleHttp\Psr7` namespace. * Added middleware and handler system * Replaced the Guzzle event and subscriber system with a middleware system. * No longer depends on RingPHP, but rather places the HTTP handlers directly in Guzzle, operating on PSR-7 messages. * Retry logic is now encapsulated in `GuzzleHttp\Middleware::retry`, which means the `guzzlehttp/retry-subscriber` is now obsolete. * Mocking responses is now handled using `GuzzleHttp\Handler\MockHandler`. * Asynchronous responses * No longer supports the `future` request option to send an async request. Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`, `getAsync`, etc.). * Utilizing `GuzzleHttp\Promise` instead of React's promise library to avoid recursion required by chaining and forwarding react promises. See https://github.com/guzzle/promises * Added `requestAsync` and `sendAsync` to send request asynchronously. * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests asynchronously. * Request options * POST and form updates * Added the `form_fields` and `form_files` request options. * Removed the `GuzzleHttp\Post` namespace. * The `body` request option no longer accepts an array for POST requests. * The `exceptions` request option has been deprecated in favor of the `http_errors` request options. * The `save_to` request option has been deprecated in favor of `sink` request option. * Clients no longer accept an array of URI template string and variables for URI variables. You will need to expand URI templates before passing them into a client constructor or request method. * Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are now magic methods that will send synchronous requests. * Replaced `Utils.php` with plain functions in `functions.php`. * Removed `GuzzleHttp\Collection`. * Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as an array. * Removed `GuzzleHttp\Query`. Query string handling is now handled using an associative array passed into the `query` request option. The query string is serialized using PHP's `http_build_query`. If you need more control, you can pass the query string in as a string. * `GuzzleHttp\QueryParser` has been replaced with the `GuzzleHttp\Psr7\parse_query`. ## 5.2.0 - 2015-01-27 * Added `AppliesHeadersInterface` to make applying headers to a request based on the body more generic and not specific to `PostBodyInterface`. * Reduced the number of stack frames needed to send requests. * Nested futures are now resolved in the client rather than the RequestFsm * Finishing state transitions is now handled in the RequestFsm rather than the RingBridge. * Added a guard in the Pool class to not use recursion for request retries. ## 5.1.0 - 2014-12-19 * Pool class no longer uses recursion when a request is intercepted. * The size of a Pool can now be dynamically adjusted using a callback. See https://github.com/guzzle/guzzle/pull/943. * Setting a request option to `null` when creating a request with a client will ensure that the option is not set. This allows you to overwrite default request options on a per-request basis. See https://github.com/guzzle/guzzle/pull/937. * Added the ability to limit which protocols are allowed for redirects by specifying a `protocols` array in the `allow_redirects` request option. * Nested futures due to retries are now resolved when waiting for synchronous responses. See https://github.com/guzzle/guzzle/pull/947. * `"0"` is now an allowed URI path. See https://github.com/guzzle/guzzle/pull/935. * `Query` no longer typehints on the `$query` argument in the constructor, allowing for strings and arrays. * Exceptions thrown in the `end` event are now correctly wrapped with Guzzle specific exceptions if necessary. ## 5.0.3 - 2014-11-03 This change updates query strings so that they are treated as un-encoded values by default where the value represents an un-encoded value to send over the wire. A Query object then encodes the value before sending over the wire. This means that even value query string values (e.g., ":") are url encoded. This makes the Query class match PHP's http_build_query function. However, if you want to send requests over the wire using valid query string characters that do not need to be encoded, then you can provide a string to Url::setQuery() and pass true as the second argument to specify that the query string is a raw string that should not be parsed or encoded (unless a call to getQuery() is subsequently made, forcing the query-string to be converted into a Query object). ## 5.0.2 - 2014-10-30 * Added a trailing `\r\n` to multipart/form-data payloads. See https://github.com/guzzle/guzzle/pull/871 * Added a `GuzzleHttp\Pool::send()` convenience method to match the docs. * Status codes are now returned as integers. See https://github.com/guzzle/guzzle/issues/881 * No longer overwriting an existing `application/x-www-form-urlencoded` header when sending POST requests, allowing for customized headers. See https://github.com/guzzle/guzzle/issues/877 * Improved path URL serialization. * No longer double percent-encoding characters in the path or query string if they are already encoded. * Now properly encoding the supplied path to a URL object, instead of only encoding ' ' and '?'. * Note: This has been changed in 5.0.3 to now encode query string values by default unless the `rawString` argument is provided when setting the query string on a URL: Now allowing many more characters to be present in the query string without being percent encoded. See https://tools.ietf.org/html/rfc3986#appendix-A ## 5.0.1 - 2014-10-16 Bugfix release. * Fixed an issue where connection errors still returned response object in error and end events event though the response is unusable. This has been corrected so that a response is not returned in the `getResponse` method of these events if the response did not complete. https://github.com/guzzle/guzzle/issues/867 * Fixed an issue where transfer statistics were not being populated in the RingBridge. https://github.com/guzzle/guzzle/issues/866 ## 5.0.0 - 2014-10-12 Adding support for non-blocking responses and some minor API cleanup. ### New Features * Added support for non-blocking responses based on `guzzlehttp/guzzle-ring`. * Added a public API for creating a default HTTP adapter. * Updated the redirect plugin to be non-blocking so that redirects are sent concurrently. Other plugins like this can now be updated to be non-blocking. * Added a "progress" event so that you can get upload and download progress events. * Added `GuzzleHttp\Pool` which implements FutureInterface and transfers requests concurrently using a capped pool size as efficiently as possible. * Added `hasListeners()` to EmitterInterface. * Removed `GuzzleHttp\ClientInterface::sendAll` and marked `GuzzleHttp\Client::sendAll` as deprecated (it's still there, just not the recommended way). ### Breaking changes The breaking changes in this release are relatively minor. The biggest thing to look out for is that request and response objects no longer implement fluent interfaces. * Removed the fluent interfaces (i.e., `return $this`) from requests, responses, `GuzzleHttp\Collection`, `GuzzleHttp\Url`, `GuzzleHttp\Query`, `GuzzleHttp\Post\PostBody`, and `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of why I did this: https://ocramius.github.io/blog/fluent-interfaces-are-evil/. This also makes the Guzzle message interfaces compatible with the current PSR-7 message proposal. * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except for the HTTP request functions from function.php, these functions are now implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode` moved to `GuzzleHttp\Utils::jsonDecode`. `GuzzleHttp\get_path` moved to `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be `GuzzleHttp\Pool::batch`, which returns an `objectStorage`. Using functions.php caused problems for many users: they aren't PSR-4 compliant, require an explicit include, and needed an if-guard to ensure that the functions are not declared multiple times. * Rewrote adapter layer. * Removing all classes from `GuzzleHttp\Adapter`, these are now implemented as callables that are stored in `GuzzleHttp\Ring\Client`. * Removed the concept of "parallel adapters". Sending requests serially or concurrently is now handled using a single adapter. * Moved `GuzzleHttp\Adapter\Transaction` to `GuzzleHttp\Transaction`. The Transaction object now exposes the request, response, and client as public properties. The getters and setters have been removed. * Removed the "headers" event. This event was only useful for changing the body a response once the headers of the response were known. You can implement a similar behavior in a number of ways. One example might be to use a FnStream that has access to the transaction being sent. For example, when the first byte is written, you could check if the response headers match your expectations, and if so, change the actual stream body that is being written to. * Removed the `asArray` parameter from `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header value as an array, then use the newly added `getHeaderAsArray()` method of `MessageInterface`. This change makes the Guzzle interfaces compatible with the PSR-7 interfaces. * `GuzzleHttp\Message\MessageFactory` no longer allows subclasses to add custom request options using double-dispatch (this was an implementation detail). Instead, you should now provide an associative array to the constructor which is a mapping of the request option name mapping to a function that applies the option value to a request. * Removed the concept of "throwImmediately" from exceptions and error events. This control mechanism was used to stop a transfer of concurrent requests from completing. This can now be handled by throwing the exception or by cancelling a pool of requests or each outstanding future request individually. * Updated to "GuzzleHttp\Streams" 3.0. * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a `maxLen` parameter. This update makes the Guzzle streams project compatible with the current PSR-7 proposal. * `GuzzleHttp\Stream\Stream::__construct`, `GuzzleHttp\Stream\Stream::factory`, and `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second argument. They now accept an associative array of options, including the "size" key and "metadata" key which can be used to provide custom metadata. ## 4.2.2 - 2014-09-08 * Fixed a memory leak in the CurlAdapter when reusing cURL handles. * No longer using `request_fulluri` in stream adapter proxies. * Relative redirects are now based on the last response, not the first response. ## 4.2.1 - 2014-08-19 * Ensuring that the StreamAdapter does not always add a Content-Type header * Adding automated github releases with a phar and zip ## 4.2.0 - 2014-08-17 * Now merging in default options using a case-insensitive comparison. Closes https://github.com/guzzle/guzzle/issues/767 * Added the ability to automatically decode `Content-Encoding` response bodies using the `decode_content` request option. This is set to `true` by default to decode the response body if it comes over the wire with a `Content-Encoding`. Set this value to `false` to disable decoding the response content, and pass a string to provide a request `Accept-Encoding` header and turn on automatic response decoding. This feature now allows you to pass an `Accept-Encoding` header in the headers of a request but still disable automatic response decoding. Closes https://github.com/guzzle/guzzle/issues/764 * Added the ability to throw an exception immediately when transferring requests in parallel. Closes https://github.com/guzzle/guzzle/issues/760 * Updating guzzlehttp/streams dependency to ~2.1 * No longer utilizing the now deprecated namespaced methods from the stream package. ## 4.1.8 - 2014-08-14 * Fixed an issue in the CurlFactory that caused setting the `stream=false` request option to throw an exception. See: https://github.com/guzzle/guzzle/issues/769 * TransactionIterator now calls rewind on the inner iterator. See: https://github.com/guzzle/guzzle/pull/765 * You can now set the `Content-Type` header to `multipart/form-data` when creating POST requests to force multipart bodies. See https://github.com/guzzle/guzzle/issues/768 ## 4.1.7 - 2014-08-07 * Fixed an error in the HistoryPlugin that caused the same request and response to be logged multiple times when an HTTP protocol error occurs. * Ensuring that cURL does not add a default Content-Type when no Content-Type has been supplied by the user. This prevents the adapter layer from modifying the request that is sent over the wire after any listeners may have already put the request in a desired state (e.g., signed the request). * Throwing an exception when you attempt to send requests that have the "stream" set to true in parallel using the MultiAdapter. * Only calling curl_multi_select when there are active cURL handles. This was previously changed and caused performance problems on some systems due to PHP always selecting until the maximum select timeout. * Fixed a bug where multipart/form-data POST fields were not correctly aggregated (e.g., values with "&"). ## 4.1.6 - 2014-08-03 * Added helper methods to make it easier to represent messages as strings, including getting the start line and getting headers as a string. ## 4.1.5 - 2014-08-02 * Automatically retrying cURL "Connection died, retrying a fresh connect" errors when possible. * cURL implementation cleanup * Allowing multiple event subscriber listeners to be registered per event by passing an array of arrays of listener configuration. ## 4.1.4 - 2014-07-22 * Fixed a bug that caused multi-part POST requests with more than one field to serialize incorrectly. * Paths can now be set to "0" * `ResponseInterface::xml` now accepts a `libxml_options` option and added a missing default argument that was required when parsing XML response bodies. * A `save_to` stream is now created lazily, which means that files are not created on disk unless a request succeeds. ## 4.1.3 - 2014-07-15 * Various fixes to multipart/form-data POST uploads * Wrapping function.php in an if-statement to ensure Guzzle can be used globally and in a Composer install * Fixed an issue with generating and merging in events to an event array * POST headers are only applied before sending a request to allow you to change the query aggregator used before uploading * Added much more robust query string parsing * Fixed various parsing and normalization issues with URLs * Fixing an issue where multi-valued headers were not being utilized correctly in the StreamAdapter ## 4.1.2 - 2014-06-18 * Added support for sending payloads with GET requests ## 4.1.1 - 2014-06-08 * Fixed an issue related to using custom message factory options in subclasses * Fixed an issue with nested form fields in a multi-part POST * Fixed an issue with using the `json` request option for POST requests * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar` ## 4.1.0 - 2014-05-27 * Added a `json` request option to easily serialize JSON payloads. * Added a `GuzzleHttp\json_decode()` wrapper to safely parse JSON. * Added `setPort()` and `getPort()` to `GuzzleHttp\Message\RequestInterface`. * Added the ability to provide an emitter to a client in the client constructor. * Added the ability to persist a cookie session using $_SESSION. * Added a trait that can be used to add event listeners to an iterator. * Removed request method constants from RequestInterface. * Fixed warning when invalid request start-lines are received. * Updated MessageFactory to work with custom request option methods. * Updated cacert bundle to latest build. 4.0.2 (2014-04-16) ------------------ * Proxy requests using the StreamAdapter now properly use request_fulluri (#632) * Added the ability to set scalars as POST fields (#628) ## 4.0.1 - 2014-04-04 * The HTTP status code of a response is now set as the exception code of RequestException objects. * 303 redirects will now correctly switch from POST to GET requests. * The default parallel adapter of a client now correctly uses the MultiAdapter. * HasDataTrait now initializes the internal data array as an empty array so that the toArray() method always returns an array. ## 4.0.0 - 2014-03-29 * For information on changes and upgrading, see: https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40 * Added `GuzzleHttp\batch()` as a convenience function for sending requests in parallel without needing to write asynchronous code. * Restructured how events are added to `GuzzleHttp\ClientInterface::sendAll()`. You can now pass a callable or an array of associative arrays where each associative array contains the "fn", "priority", and "once" keys. ## 4.0.0.rc-2 - 2014-03-25 * Removed `getConfig()` and `setConfig()` from clients to avoid confusion around whether things like base_url, message_factory, etc. should be able to be retrieved or modified. * Added `getDefaultOption()` and `setDefaultOption()` to ClientInterface * functions.php functions were renamed using snake_case to match PHP idioms * Added support for `HTTP_PROXY`, `HTTPS_PROXY`, and `GUZZLE_CURL_SELECT_TIMEOUT` environment variables * Added the ability to specify custom `sendAll()` event priorities * Added the ability to specify custom stream context options to the stream adapter. * Added a functions.php function for `get_path()` and `set_path()` * CurlAdapter and MultiAdapter now use a callable to generate curl resources * MockAdapter now properly reads a body and emits a `headers` event * Updated Url class to check if a scheme and host are set before adding ":" and "//". This allows empty Url (e.g., "") to be serialized as "". * Parsing invalid XML no longer emits warnings * Curl classes now properly throw AdapterExceptions * Various performance optimizations * Streams are created with the faster `Stream\create()` function * Marked deprecation_proxy() as internal * Test server is now a collection of static methods on a class ## 4.0.0-rc.1 - 2014-03-15 * See https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40 ## 3.8.1 - 2014-01-28 * Bug: Always using GET requests when redirecting from a 303 response * Bug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting `$certificateAuthority` to false in `Guzzle\Http\ClientInterface::setSslVerification()` * Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative URL * Bug: The body of a request can now be set to `"0"` * Sending PHP stream requests no longer forces `HTTP/1.0` * Adding more information to ExceptionCollection exceptions so that users have more context, including a stack trace of each sub-exception * Updated the `$ref` attribute in service descriptions to merge over any existing parameters of a schema (rather than clobbering everything). * Merging URLs will now use the query string object from the relative URL (thus allowing custom query aggregators) * Query strings are now parsed in a way that they do no convert empty keys with no value to have a dangling `=`. For example `foo&bar=baz` is now correctly parsed and recognized as `foo&bar=baz` rather than `foo=&bar=baz`. * Now properly escaping the regular expression delimiter when matching Cookie domains. * Network access is now disabled when loading XML documents ## 3.8.0 - 2013-12-05 * Added the ability to define a POST name for a file * JSON response parsing now properly walks additionalProperties * cURL error code 18 is now retried automatically in the BackoffPlugin * Fixed a cURL error when URLs contain fragments * Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as if they were CurlExceptions * CURLOPT_PROGRESS function fix for PHP 5.5 (69fcc1e) * Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIMEOUT_MS` * Fixed a bug that was encountered when parsing empty header parameters * UriTemplate now has a `setRegex()` method to match the docs * The `debug` request parameter now checks if it is truthy rather than if it exists * Setting the `debug` request parameter to true shows verbose cURL output instead of using the LogPlugin * Added the ability to combine URLs using strict RFC 3986 compliance * Command objects can now return the validation errors encountered by the command * Various fixes to cache revalidation (#437 and 29797e5) * Various fixes to the AsyncPlugin * Cleaned up build scripts ## 3.7.4 - 2013-10-02 * Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430) * Bug fix: SchemaFormatter now returns an integer when formatting to a Unix timestamp (see https://github.com/aws/aws-sdk-php/issues/147) * Bug fix: Cleaned up and fixed URL dot segment removal to properly resolve internal dots * Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420) * Updated the bundled cacert.pem (#419) * OauthPlugin now supports adding authentication to headers or query string (#425) ## 3.7.3 - 2013-09-08 * Added the ability to get the exception associated with a request/command when using `MultiTransferException` and `CommandTransferException`. * Setting `additionalParameters` of a response to false is now honored when parsing responses with a service description * Schemas are only injected into response models when explicitly configured. * No longer guessing Content-Type based on the path of a request. Content-Type is now only guessed based on the path of an EntityBody. * Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator. * Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`. * Bug fix: Gracefully handling malformed responses in RequestMediator::writeResponseBody() * Bug fix: Replaced call to canCache with canCacheRequest in the CallbackCanCacheStrategy of the CachePlugin * Bug fix: Visiting XML attributes first before visiting XML children when serializing requests * Bug fix: Properly parsing headers that contain commas contained in quotes * Bug fix: mimetype guessing based on a filename is now case-insensitive ## 3.7.2 - 2013-08-02 * Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander See https://github.com/guzzle/guzzle/issues/371 * Bug fix: Cookie domains are now matched correctly according to RFC 6265 See https://github.com/guzzle/guzzle/issues/377 * Bug fix: GET parameters are now used when calculating an OAuth signature * Bug fix: Fixed an issue with cache revalidation where the If-None-Match header was being double quoted * `Guzzle\Common\AbstractHasDispatcher::dispatch()` now returns the event that was dispatched * `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used based on the input. See https://github.com/guzzle/guzzle/issues/379 * Added a way to add custom domain objects to service description parsing using the `operation.parse_class` event. See https://github.com/guzzle/guzzle/pull/380 * cURL multi cleanup and optimizations ## 3.7.1 - 2013-07-05 * Bug fix: Setting default options on a client now works * Bug fix: Setting options on HEAD requests now works. See #352 * Bug fix: Moving stream factory before send event to before building the stream. See #353 * Bug fix: Cookies no longer match on IP addresses per RFC 6265 * Bug fix: Correctly parsing header parameters that are in `<>` and quotes * Added `cert` and `ssl_key` as request options * `Host` header can now diverge from the host part of a URL if the header is set manually * `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using SimpleXML to XMLWriter * OAuth parameters are only added via the plugin if they aren't already set * Exceptions are now thrown when a URL cannot be parsed * Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails * Not setting a `Content-MD5` on a command if calculating the Content-MD5 fails via the CommandContentMd5Plugin ## 3.7.0 - 2013-06-10 * See UPGRADING.md for more information on how to upgrade. * Requests now support the ability to specify an array of $options when creating a request to more easily modify a request. You can pass a 'request.options' configuration setting to a client to apply default request options to every request created by a client (e.g. default query string variables, headers, curl options, etc.). * Added a static facade class that allows you to use Guzzle with static methods and mount the class to `\Guzzle`. See `Guzzle\Http\StaticClient::mount`. * Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request options to requests created by a command (e.g. custom headers, query string variables, timeout settings, etc.). * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is returned in the headers of a response * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nested key (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`) * ServiceBuilders now support storing and retrieving arbitrary data * CachePlugin can now purge all resources for a given URI * CachePlugin can automatically purge matching cached items when a non-idempotent request is sent to a resource * CachePlugin now uses the Vary header to determine if a resource is a cache hit * `Guzzle\Http\Message\Response` now implements `\Serializable` * Added `Guzzle\Cache\CacheAdapterFactory::fromCache()` to more easily create cache adapters * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable * Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()` * Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and caching the size * `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message * Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLog so that older Symfony users can still use the old version of Monolog. * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTokenizedHeader()`. Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`. * Several performance improvements to `Guzzle\Common\Collection` * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`: createRequest, head, delete, put, patch, post, options, prepareRequest * Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::createRequest()` * Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface` * Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a resource, string, or EntityBody into the $options parameter to specify the download location of the response. * Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$data` but a default `array()` * Added `Guzzle\Stream\StreamInterface::isRepeatable` * Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`. * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('request.options/headers')`. * Removed `Guzzle\Http\ClientInterface::expandTemplate()` * Removed `Guzzle\Http\ClientInterface::setRequestFactory()` * Removed `Guzzle\Http\ClientInterface::getCurlMulti()` * Removed `Guzzle\Http\Message\RequestInterface::canCache` * Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect` * Removed `Guzzle\Http\Message\RequestInterface::isRedirect` * Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods. * You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by setting `Guzzle\Common\Version::$emitWarnings` to true. * Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use `$request->getResponseBody()->isRepeatable()` instead. * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. * Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instead. * Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead. * Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated * Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for AbstractCommand. These will work through Guzzle 4.0 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params]. * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be disabled on a Guzzle\Service\Client. * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getPath('request.options/headers')`. * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. * Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8. * Marked `Guzzle\Common\Collection::inject()` as deprecated. * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest');` * CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is handled in a CacheStorageInterface. These two objects and interface will be removed in a future version. * Always setting X-cache headers on cached responses * Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin * `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface $request, Response $response);` * `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);` * `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);` * Added `CacheStorageInterface::purge($url)` * `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache, CanCacheStrategyInterface $canCache = null)` * Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)` ## 3.6.0 - 2013-05-29 * ServiceDescription now implements ToArrayInterface * Added command.hidden_params to blacklist certain headers from being treated as additionalParameters * Guzzle can now correctly parse incomplete URLs * Mixed casing of headers are now forced to be a single consistent casing across all values for that header. * Messages internally use a HeaderCollection object to delegate handling case-insensitive header resolution * Removed the whole changedHeader() function system of messages because all header changes now go through addHeader(). * Specific header implementations can be created for complex headers. When a message creates a header, it uses a HeaderFactory which can map specific headers to specific header classes. There is now a Link header and CacheControl header implementation. * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti() * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in Guzzle\Http\Curl\RequestMediator * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string. * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestInterface * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders() * Removed Guzzle\Parser\ParserRegister::get(). Use getParser() * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser(). * All response header helper functions return a string rather than mixing Header objects and strings inconsistently * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle directly via interfaces * Removed the injecting of a request object onto a response object. The methods to get and set a request still exist but are a no-op until removed. * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now request a `Guzzle\Service\Command\ArrayCommandInterface`. * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle injecting a response on a request while the request is still being transferred * The ability to case-insensitively search for header values * Guzzle\Http\Message\Header::hasExactHeader * Guzzle\Http\Message\Header::raw. Use getAll() * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object instead. * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess * Added the ability to cast Model objects to a string to view debug information. ## 3.5.0 - 2013-05-13 * Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rather than multiple times * Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it will now remove itself from the EventDispatcher) * Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values * Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too * Bug: Fixed an undefined index error when parsing nested JSON responses with a sentAs parameter that reference a non-existent key * Bug: All __call() method arguments are now required (helps with mocking frameworks) * Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a circular reference to help with refcount based garbage collection of resources created by sending a request * Deprecating ZF1 cache and log adapters. These will be removed in the next major version. * Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated). Use the HistoryPlugin for a history. * Added a `responseBody` alias for the `response_body` location * Refactored internals to no longer rely on Response::getRequest() * HistoryPlugin can now be cast to a string * HistoryPlugin now logs transactions rather than requests and responses to more accurately keep track of the requests and responses that are sent over the wire * Added `getEffectiveUrl()` and `getRedirectCount()` to Response objects ## 3.4.3 - 2013-04-30 * Bug fix: Fixing bug introduced in 3.4.2 where redirect responses are duplicated on the final redirected response * Added a check to re-extract the temp cacert bundle from the phar before sending each request ## 3.4.2 - 2013-04-29 * Bug fix: Stream objects now work correctly with "a" and "a+" modes * Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present * Bug fix: AsyncPlugin no longer forces HEAD requests * Bug fix: DateTime timezones are now properly handled when using the service description schema formatter * Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin server fails * Setting a response on a request will write to the custom request body from the response body if one is specified * LogPlugin now writes to php://output when STDERR is undefined * Added the ability to set multiple POST files for the same key in a single call * application/x-www-form-urlencoded POSTs now use the utf-8 charset by default * Added the ability to queue CurlExceptions to the MockPlugin * Cleaned up how manual responses are queued on requests (removed "queued_response" and now using request.before_send) * Configuration loading now allows remote files ## 3.4.1 - 2013-04-16 * Large refactoring to how CurlMulti handles work. There is now a proxy that sits in front of a pool of CurlMulti handles. This greatly simplifies the implementation, fixes a couple bugs, and provides a small performance boost. * Exceptions are now properly grouped when sending requests in parallel * Redirects are now properly aggregated when a multi transaction fails * Redirects now set the response on the original object even in the event of a failure * Bug fix: Model names are now properly set even when using $refs * Added support for PHP 5.5's CurlFile to prevent warnings with the deprecated @ syntax * Added support for oauth_callback in OAuth signatures * Added support for oauth_verifier in OAuth signatures * Added support to attempt to retrieve a command first literally, then ucfirst, the with inflection ## 3.4.0 - 2013-04-11 * Bug fix: URLs are now resolved correctly based on https://tools.ietf.org/html/rfc3986#section-5.2. #289 * Bug fix: Absolute URLs with a path in a service description will now properly override the base URL. #289 * Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263 * Bug fix: Better normalization of the User-Agent header to prevent duplicate headers. #264. * Bug fix: Added `number` type to service descriptions. * Bug fix: empty parameters are removed from an OAuth signature * Bug fix: Revalidating a cache entry prefers the Last-Modified over the Date header * Bug fix: Fixed "array to string" error when validating a union of types in a service description * Bug fix: Removed code that attempted to determine the size of a stream when data is written to the stream * Bug fix: Not including an `oauth_token` if the value is null in the OauthPlugin. * Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a redirect occurs. * The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on poor connections. * Added a feature to EntityEnclosingRequest::setBody() that will automatically set the Content-Type of the request if the Content-Type can be determined based on the entity body or the path of the request. * Added the ability to overwrite configuration settings in a client when grabbing a throwaway client from a builder. * Added support for a PSR-3 LogAdapter. * Added a `command.after_prepare` event * Added `oauth_callback` parameter to the OauthPlugin * Added the ability to create a custom stream class when using a stream factory * Added a CachingEntityBody decorator * Added support for `additionalParameters` in service descriptions to define how custom parameters are serialized. * The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle from a phar. * You can now send any EntityEnclosingRequest with POST fields or POST files and cURL will handle creating bodies * POST requests using a custom entity body are now treated exactly like PUT requests but with a custom cURL method. This means that the redirect behavior of POST requests with custom bodies will not be the same as POST requests that use POST fields or files (the latter is only used when emulating a form POST in the browser). * Lots of cleanup to CurlHandle::factory and RequestFactory::createRequest ## 3.3.1 - 2013-03-10 * Added the ability to create PHP streaming responses from HTTP requests * Bug fix: Running any filters when parsing response headers with service descriptions * Bug fix: OauthPlugin fixes to allow for multi-dimensional array signing, and sorting parameters before signing * Bug fix: Removed the adding of default empty arrays and false Booleans to responses in order to be consistent across response location visitors. * Bug fix: Removed the possibility of creating configuration files with circular dependencies * RequestFactory::create() now uses the key of a POST file when setting the POST file name * Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set ## 3.3.0 - 2013-03-03 * A large number of performance optimizations have been made * Bug fix: Added 'wb' as a valid write mode for streams * Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned * Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `getEtag()` * BC: Removed `Guzzle\Http\Utils` class * BC: Setting a service description on a client will no longer modify the client's command factories. * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl options using the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io' * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer converted to lowercase * Operation parameter objects are now lazy loaded internally * Added ErrorResponsePlugin that can throw errors for responses defined in service description operations' errorResponses * Added support for instantiating responseType=class responseClass classes. Classes must implement `Guzzle\Service\Command\ResponseClassInterface` * Added support for additionalProperties for top-level parameters in responseType=model responseClasses. These additional properties also support locations and can be used to parse JSON responses where the outermost part of the JSON is an array * Added support for nested renaming of JSON models (rename sentAs to name) * CachePlugin * Added support for stale-if-error so that the CachePlugin can now serve stale content from the cache on error * Debug headers can now added to cached response in the CachePlugin ## 3.2.0 - 2013-02-14 * CurlMulti is no longer reused globally. A new multi object is created per-client. This helps to isolate clients. * URLs with no path no longer contain a "/" by default * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Http\Url. * BadResponseException no longer includes the full request and response message * Adding setData() to Guzzle\Service\Description\ServiceDescriptionInterface * Adding getResponseBody() to Guzzle\Http\Message\RequestInterface * Various updates to classes to use ServiceDescriptionInterface type hints rather than ServiceDescription * Header values can now be normalized into distinct values when multiple headers are combined with a comma separated list * xmlEncoding can now be customized for the XML declaration of a XML service description operation * Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to add custom value aggregation and no longer uses callbacks * The URL encoding implementation of Guzzle\Http\QueryString can now be customized * Bug fix: Filters were not always invoked for array service description parameters * Bug fix: Redirects now use a target response body rather than a temporary response body * Bug fix: The default exponential backoff BackoffPlugin was not giving when the request threshold was exceeded * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives ## 3.1.2 - 2013-01-27 * Refactored how operation responses are parsed. Visitors now include a before() method responsible for parsing the response body. For example, the XmlVisitor now parses the XML response into an array in the before() method. * Fixed an issue where cURL would not automatically decompress responses when the Accept-Encoding header was sent * CURLOPT_SSL_VERIFYHOST is never set to 1 because it is deprecated (see 5e0ff2ef20f839e19d1eeb298f90ba3598784444) * Fixed a bug where redirect responses were not chained correctly using getPreviousResponse() * Setting default headers on a client after setting the user-agent will not erase the user-agent setting ## 3.1.1 - 2013-01-20 * Adding wildcard support to Guzzle\Common\Collection::getPath() * Adding alias support to ServiceBuilder configs * Adding Guzzle\Service\Resource\CompositeResourceIteratorFactory and cleaning up factory interface ## 3.1.0 - 2013-01-12 * BC: CurlException now extends from RequestException rather than BadResponseException * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and added CanCacheResponse() * Added getData to ServiceDescriptionInterface * Added context array to RequestInterface::setState() * Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http * Bug: Adding required content-type when JSON request visitor adds JSON to a command * Bug: Fixing the serialization of a service description with custom data * Made it easier to deal with exceptions thrown when transferring commands or requests in parallel by providing an array of successful and failed responses * Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection * Added Guzzle\Http\IoEmittingEntityBody * Moved command filtration from validators to location visitors * Added `extends` attributes to service description parameters * Added getModels to ServiceDescriptionInterface ## 3.0.7 - 2012-12-19 * Fixing phar detection when forcing a cacert to system if null or true * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()` * Cleaning up `Guzzle\Common\Collection::inject` method * Adding a response_body location to service descriptions ## 3.0.6 - 2012-12-09 * CurlMulti performance improvements * Adding setErrorResponses() to Operation * composer.json tweaks ## 3.0.5 - 2012-11-18 * Bug: Fixing an infinite recursion bug caused from revalidating with the CachePlugin * Bug: Response body can now be a string containing "0" * Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert * Bug: QueryString::fromString now properly parses query string parameters that contain equal signs * Added support for XML attributes in service description responses * DefaultRequestSerializer now supports array URI parameter values for URI template expansion * Added better mimetype guessing to requests and post files ## 3.0.4 - 2012-11-11 * Bug: Fixed a bug when adding multiple cookies to a request to use the correct glue value * Bug: Cookies can now be added that have a name, domain, or value set to "0" * Bug: Using the system cacert bundle when using the Phar * Added json and xml methods to Response to make it easier to parse JSON and XML response data into data structures * Enhanced cookie jar de-duplication * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are added * Added setStream to StreamInterface to actually make it possible to implement custom rewind behavior for entity bodies * Added the ability to create any sort of hash for a stream rather than just an MD5 hash ## 3.0.3 - 2012-11-04 * Implementing redirects in PHP rather than cURL * Added PECL URI template extension and using as default parser if available * Bug: Fixed Content-Length parsing of Response factory * Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatable streams. * Adding ToArrayInterface throughout library * Fixing OauthPlugin to create unique nonce values per request ## 3.0.2 - 2012-10-25 * Magic methods are enabled by default on clients * Magic methods return the result of a command * Service clients no longer require a base_url option in the factory * Bug: Fixed an issue with URI templates where null template variables were being expanded ## 3.0.1 - 2012-10-22 * Models can now be used like regular collection objects by calling filter, map, etc. * Models no longer require a Parameter structure or initial data in the constructor * Added a custom AppendIterator to get around a PHP bug with the `\AppendIterator` ## 3.0.0 - 2012-10-15 * Rewrote service description format to be based on Swagger * Now based on JSON schema * Added nested input structures and nested response models * Support for JSON and XML input and output models * Renamed `commands` to `operations` * Removed dot class notation * Removed custom types * Broke the project into smaller top-level namespaces to be more component friendly * Removed support for XML configs and descriptions. Use arrays or JSON files. * Removed the Validation component and Inspector * Moved all cookie code to Guzzle\Plugin\Cookie * Magic methods on a Guzzle\Service\Client now return the command un-executed. * Calling getResult() or getResponse() on a command will lazily execute the command if needed. * Now shipping with cURL's CA certs and using it by default * Added previousResponse() method to response objects * No longer sending Accept and Accept-Encoding headers on every request * Only sending an Expect header by default when a payload is greater than 1MB * Added/moved client options: * curl.blacklist to curl.option.blacklist * Added ssl.certificate_authority * Added a Guzzle\Iterator component * Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin * Added a more robust backoff retry strategy (replaced the ExponentialBackoffPlugin) * Added a more robust caching plugin * Added setBody to response objects * Updating LogPlugin to use a more flexible MessageFormatter * Added a completely revamped build process * Cleaning up Collection class and removing default values from the get method * Fixed ZF2 cache adapters ## 2.8.8 - 2012-10-15 * Bug: Fixed a cookie issue that caused dot prefixed domains to not match where popular browsers did ## 2.8.7 - 2012-09-30 * Bug: Fixed config file aliases for JSON includes * Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests * Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload * Bug: Hardening request and response parsing to account for missing parts * Bug: Fixed PEAR packaging * Bug: Fixed Request::getInfo * Bug: Fixed cases where CURLM_CALL_MULTI_PERFORM return codes were causing curl transactions to fail * Adding the ability for the namespace Iterator factory to look in multiple directories * Added more getters/setters/removers from service descriptions * Added the ability to remove POST fields from OAuth signatures * OAuth plugin now supports 2-legged OAuth ## 2.8.6 - 2012-09-05 * Added the ability to modify and build service descriptions * Added the use of visitors to apply parameters to locations in service descriptions using the dynamic command * Added a `json` parameter location * Now allowing dot notation for classes in the CacheAdapterFactory * Using the union of two arrays rather than an array_merge when extending service builder services and service params * Ensuring that a service is a string before doing strpos() checks on it when substituting services for references in service builder config files. * Services defined in two different config files that include one another will by default replace the previously defined service, but you can now create services that extend themselves and merge their settings over the previous * The JsonLoader now supports aliasing filenames with different filenames. This allows you to alias something like '_default' with a default JSON configuration file. ## 2.8.5 - 2012-08-29 * Bug: Suppressed empty arrays from URI templates * Bug: Added the missing $options argument from ServiceDescription::factory to enable caching * Added support for HTTP responses that do not contain a reason phrase in the start-line * AbstractCommand commands are now invokable * Added a way to get the data used when signing an Oauth request before a request is sent ## 2.8.4 - 2012-08-15 * Bug: Custom delay time calculations are no longer ignored in the ExponentialBackoffPlugin * Added the ability to transfer entity bodies as a string rather than streamed. This gets around curl error 65. Set `body_as_string` in a request's curl options to enable. * Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream * Added an AbstractEntityBodyDecorator and a ReadLimitEntityBody decorator to transfer only a subset of a decorated stream * Stream and EntityBody objects will now return the file position to the previous position after a read required operation (e.g. getContentMd5()) * Added additional response status codes * Removed SSL information from the default User-Agent header * DELETE requests can now send an entity body * Added an EventDispatcher to the ExponentialBackoffPlugin and added an ExponentialBackoffLogger to log backoff retries * Added the ability of the MockPlugin to consume mocked request bodies * LogPlugin now exposes request and response objects in the extras array ## 2.8.3 - 2012-07-30 * Bug: Fixed a case where empty POST requests were sent as GET requests * Bug: Fixed a bug in ExponentialBackoffPlugin that caused fatal errors when retrying an EntityEnclosingRequest that does not have a body * Bug: Setting the response body of a request to null after completing a request, not when setting the state of a request to new * Added multiple inheritance to service description commands * Added an ApiCommandInterface and added `getParamNames()` and `hasParam()` * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to validating everything * Changed CurlMulti::perform to pass a smaller timeout to CurlMulti::executeHandles ## 2.8.2 - 2012-07-24 * Bug: Query string values set to 0 are no longer dropped from the query string * Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command\AbstractCommand::getRequestHeaders()` * Bug: `+` is now treated as an encoded space when parsing query strings * QueryString and Collection performance improvements * Allowing dot notation for class paths in filters attribute of a service descriptions ## 2.8.1 - 2012-07-16 * Loosening Event Dispatcher dependency * POST redirects can now be customized using CURLOPT_POSTREDIR ## 2.8.0 - 2012-07-15 * BC: Guzzle\Http\Query * Query strings with empty variables will always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?acl= vs ?acl) * Changed isEncodingValues() and isEncodingFields() to isUrlEncoding() * Changed setEncodeValues(bool) and setEncodeFields(bool) to useUrlEncoding(bool) * Changed the aggregation functions of QueryString to be static methods * Can now use fromString() with querystrings that have a leading ? * cURL configuration values can be specified in service descriptions using `curl.` prefixed parameters * Content-Length is set to 0 before emitting the request.before_send event when sending an empty request body * Cookies are no longer URL decoded by default * Bug: URI template variables set to null are no longer expanded ## 2.7.2 - 2012-07-02 * BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser. * BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty() * CachePlugin now allows for a custom request parameter function to check if a request can be cached * Bug fix: CachePlugin now only caches GET and HEAD requests by default * Bug fix: Using header glue when transferring headers over the wire * Allowing deeply nested arrays for composite variables in URI templates * Batch divisors can now return iterators or arrays ## 2.7.1 - 2012-06-26 * Minor patch to update version number in UA string * Updating build process ## 2.7.0 - 2012-06-25 * BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custom inflectors into classes. * BC: Removed magic setX methods from commands * BC: Magic methods mapped to service description commands are now inflected in the command factory rather than the client __call() method * Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enable. * Bug: Now allowing colons in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-end server is at capacity) * Guzzle\Service\Resource\ResourceIteratorApplyBatched now internally uses the Guzzle\Common\Batch namespace * Added Guzzle\Service\Plugin namespace and a PluginCollectionPlugin * Added the ability to set POST fields and files in a service description * Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method * Adding a command.before_prepare event to clients * Added BatchClosureTransfer and BatchClosureDivisor * BatchTransferException now includes references to the batch divisor and transfer strategies * Fixed some tests so that they pass more reliably * Added Guzzle\Common\Log\ArrayLogAdapter ## 2.6.6 - 2012-06-10 * BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin * BC: Removing Guzzle\Service\Command\CommandSet * Adding generic batching system (replaces the batch queue plugin and command set) * Updating ZF cache and log adapters and now using ZF's composer repository * Bug: Setting the name of each ApiParam when creating through an ApiCommand * Adding result_type, result_doc, deprecated, and doc_url to service descriptions * Bug: Changed the default cookie header casing back to 'Cookie' ## 2.6.5 - 2012-06-03 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource() * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data * BC: Renaming methods in the CookieJarInterface * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implementations * Making the default glue for HTTP headers ';' instead of ',' * Adding a removeValue to Guzzle\Http\Message\Header * Adding getCookies() to request interface. * Making it easier to add event subscribers to HasDispatcherInterface classes. Can now directly call addSubscriber() ## 2.6.4 - 2012-05-30 * BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile class. * BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand * Bug: Fixing magic method command calls on clients * Bug: Email constraint only validates strings * Bug: Aggregate POST fields when POST files are present in curl handle * Bug: Fixing default User-Agent header * Bug: Only appending or prepending parameters in commands if they are specified * Bug: Not requiring response reason phrases or status codes to match a predefined list of codes * Allowing the use of dot notation for class namespaces when using instance_of constraint * Added any_match validation constraint * Added an AsyncPlugin * Passing request object to the calculateWait method of the ExponentialBackoffPlugin * Allowing the result of a command object to be changed * Parsing location and type sub values when instantiating a service description rather than over and over at runtime ## 2.6.3 - 2012-05-23 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options. * [BC] Refactoring how POST files are stored on an EntityEnclosingRequest. They are now separate from POST fields. * You can now use an array of data when creating PUT request bodies in the request factory. * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cacheable. * [Http] Adding support for Content-Type in multipart POST uploads per upload * [Http] Added support for uploading multiple files using the same name (foo[0], foo[1]) * Adding more POST data operations for easier manipulation of POST data. * You can now set empty POST fields. * The body of a request is only shown on EntityEnclosingRequest objects that do not use POST files. * Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize when a command is created, and one to validate. * CS updates ## 2.6.2 - 2012-05-19 * [Http] Better handling of nested scope requests in CurlMulti. Requests are now always prepares in the send() method rather than the addRequest() method. ## 2.6.1 - 2012-05-19 * [BC] Removing 'path' support in service descriptions. Use 'uri'. * [BC] Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with cache. * [BC] Removing Guzzle\Common\NullObject. Use https://github.com/mtdowling/NullObject if you need it. * [BC] Removing Guzzle\Common\XmlElement. * All commands, both dynamic and concrete, have ApiCommand objects. * Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, then the loop exits. * Adding checks to EntityEnclosingRequest so that empty POST files and fields are ignored. * Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible. ## 2.6.0 - 2012-05-15 * [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder * [BC] Executing a Command returns the result of the command rather than the command * [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if needed. * [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and version in separate args. * [BC] Moving ResourceIterator* to Guzzle\Service\Resource * [BC] Completely refactored ResourceIterators to iterate over a cloned command object * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate * [BC] Guzzle\Guzzle is now deprecated * Moving Guzzle\Common\Guzzle::inject to Guzzle\Common\Collection::inject * Adding Guzzle\Version class to give version information about Guzzle * Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate() * Adding Guzzle\Curl\CurlVersion to manage caching curl_version() data * ServiceDescription and ServiceBuilder are now cacheable using similar configs * Changing the format of XML and JSON service builder configs. Backwards compatible. * Cleaned up Cookie parsing * Trimming the default Guzzle User-Agent header * Adding a setOnComplete() method to Commands that is called when a command completes * Keeping track of requests that were mocked in the MockPlugin * Fixed a caching bug in the CacheAdapterFactory * Inspector objects can be injected into a Command object * Refactoring a lot of code and tests to be case insensitive when dealing with headers * Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL * Adding the ability to set global option overrides to service builder configs * Adding the ability to include other service builder config files from within XML and JSON files * Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory method. ## 2.5.0 - 2012-05-08 * Major performance improvements * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that are now deprecated. * [BC] Using a custom validation system that allows a flyweight implementation for much faster validation. No longer using Symfony2 Validation component. * [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}" * Added the ability to passed parameters to all requests created by a client * Added callback functionality to the ExponentialBackoffPlugin * Using microtime in ExponentialBackoffPlugin to allow more granular backoff strategies. * Rewinding request stream bodies when retrying requests * Exception is thrown when JSON response body cannot be decoded * Added configurable magic method calls to clients and commands. This is off by default. * Fixed a defect that added a hash to every parsed URL part * Fixed duplicate none generation for OauthPlugin. * Emitting an event each time a client is generated by a ServiceBuilder * Using an ApiParams object instead of a Collection for parameters of an ApiCommand * cache.* request parameters should be renamed to params.cache.* * Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See CurlHandle. * Added the ability to disable type validation of service descriptions * ServiceDescriptions and ServiceBuilders are now Serializable PK6 ZRي9vendor/guzzlehttp/guzzle/vendor-bin/phpstan/composer.jsonnu[{ "require": { "php": "^7.2.5 || ^8.0", "phpstan/phpstan": "0.12.81", "phpstan/phpstan-deprecation-rules": "0.12.6" }, "config": { "preferred-install": "dist" } } PK6 Z8>vendor/guzzlehttp/guzzle/vendor-bin/php-cs-fixer/composer.jsonnu[{ "require": { "php": "^7.2.5 || ^8.0", "friendsofphp/php-cs-fixer": "2.18.3" }, "config": { "preferred-install": "dist" } } PK6 Zb7vendor/guzzlehttp/guzzle/vendor-bin/psalm/composer.jsonnu[{ "require": { "php": "^7.2.5 || ^8.0", "psalm/phar": "4.6.2" }, "config": { "preferred-install": "dist" } } PK6 Z\+++vendor/guzzlehttp/guzzle/src/Middleware.phpnu[withCookieHeader($request); return $handler($request, $options) ->then( static function (ResponseInterface $response) use ($cookieJar, $request): ResponseInterface { $cookieJar->extractCookies($request, $response); return $response; } ); }; }; } /** * Middleware that throws exceptions for 4xx or 5xx responses when the * "http_errors" request option is set to true. * * @param BodySummarizerInterface|null $bodySummarizer The body summarizer to use in exception messages. * * @return callable(callable): callable Returns a function that accepts the next handler. */ public static function httpErrors(BodySummarizerInterface $bodySummarizer = null): callable { return static function (callable $handler) use ($bodySummarizer): callable { return static function ($request, array $options) use ($handler, $bodySummarizer) { if (empty($options['http_errors'])) { return $handler($request, $options); } return $handler($request, $options)->then( static function (ResponseInterface $response) use ($request, $bodySummarizer) { $code = $response->getStatusCode(); if ($code < 400) { return $response; } throw RequestException::create($request, $response, null, [], $bodySummarizer); } ); }; }; } /** * Middleware that pushes history data to an ArrayAccess container. * * @param array|\ArrayAccess $container Container to hold the history (by reference). * * @return callable(callable): callable Returns a function that accepts the next handler. * * @throws \InvalidArgumentException if container is not an array or ArrayAccess. */ public static function history(&$container): callable { if (!\is_array($container) && !$container instanceof \ArrayAccess) { throw new \InvalidArgumentException('history container must be an array or object implementing ArrayAccess'); } return static function (callable $handler) use (&$container): callable { return static function (RequestInterface $request, array $options) use ($handler, &$container) { return $handler($request, $options)->then( static function ($value) use ($request, &$container, $options) { $container[] = [ 'request' => $request, 'response' => $value, 'error' => null, 'options' => $options ]; return $value; }, static function ($reason) use ($request, &$container, $options) { $container[] = [ 'request' => $request, 'response' => null, 'error' => $reason, 'options' => $options ]; return P\Create::rejectionFor($reason); } ); }; }; } /** * Middleware that invokes a callback before and after sending a request. * * The provided listener cannot modify or alter the response. It simply * "taps" into the chain to be notified before returning the promise. The * before listener accepts a request and options array, and the after * listener accepts a request, options array, and response promise. * * @param callable $before Function to invoke before forwarding the request. * @param callable $after Function invoked after forwarding. * * @return callable Returns a function that accepts the next handler. */ public static function tap(callable $before = null, callable $after = null): callable { return static function (callable $handler) use ($before, $after): callable { return static function (RequestInterface $request, array $options) use ($handler, $before, $after) { if ($before) { $before($request, $options); } $response = $handler($request, $options); if ($after) { $after($request, $options, $response); } return $response; }; }; } /** * Middleware that handles request redirects. * * @return callable Returns a function that accepts the next handler. */ public static function redirect(): callable { return static function (callable $handler): RedirectMiddleware { return new RedirectMiddleware($handler); }; } /** * Middleware that retries requests based on the boolean result of * invoking the provided "decider" function. * * If no delay function is provided, a simple implementation of exponential * backoff will be utilized. * * @param callable $decider Function that accepts the number of retries, * a request, [response], and [exception] and * returns true if the request is to be retried. * @param callable $delay Function that accepts the number of retries and * returns the number of milliseconds to delay. * * @return callable Returns a function that accepts the next handler. */ public static function retry(callable $decider, callable $delay = null): callable { return static function (callable $handler) use ($decider, $delay): RetryMiddleware { return new RetryMiddleware($decider, $handler, $delay); }; } /** * Middleware that logs requests, responses, and errors using a message * formatter. * * @phpstan-param \Psr\Log\LogLevel::* $logLevel Level at which to log requests. * * @param LoggerInterface $logger Logs messages. * @param MessageFormatterInterface|MessageFormatter $formatter Formatter used to create message strings. * @param string $logLevel Level at which to log requests. * * @return callable Returns a function that accepts the next handler. */ public static function log(LoggerInterface $logger, $formatter, string $logLevel = 'info'): callable { // To be compatible with Guzzle 7.1.x we need to allow users to pass a MessageFormatter if (!$formatter instanceof MessageFormatter && !$formatter instanceof MessageFormatterInterface) { throw new \LogicException(sprintf('Argument 2 to %s::log() must be of type %s', self::class, MessageFormatterInterface::class)); } return static function (callable $handler) use ($logger, $formatter, $logLevel): callable { return static function (RequestInterface $request, array $options = []) use ($handler, $logger, $formatter, $logLevel) { return $handler($request, $options)->then( static function ($response) use ($logger, $request, $formatter, $logLevel): ResponseInterface { $message = $formatter->format($request, $response); $logger->log($logLevel, $message); return $response; }, static function ($reason) use ($logger, $request, $formatter): PromiseInterface { $response = $reason instanceof RequestException ? $reason->getResponse() : null; $message = $formatter->format($request, $response, P\Create::exceptionFor($reason)); $logger->error($message); return P\Create::rejectionFor($reason); } ); }; }; } /** * This middleware adds a default content-type if possible, a default * content-length or transfer-encoding header, and the expect header. */ public static function prepareBody(): callable { return static function (callable $handler): PrepareBodyMiddleware { return new PrepareBodyMiddleware($handler); }; } /** * Middleware that applies a map function to the request before passing to * the next handler. * * @param callable $fn Function that accepts a RequestInterface and returns * a RequestInterface. */ public static function mapRequest(callable $fn): callable { return static function (callable $handler) use ($fn): callable { return static function (RequestInterface $request, array $options) use ($handler, $fn) { return $handler($fn($request), $options); }; }; } /** * Middleware that applies a map function to the resolved promise's * response. * * @param callable $fn Function that accepts a ResponseInterface and * returns a ResponseInterface. */ public static function mapResponse(callable $fn): callable { return static function (callable $handler) use ($fn): callable { return static function (RequestInterface $request, array $options) use ($handler, $fn) { return $handler($request, $options)->then($fn); }; }; } } PK6 Z*H)H)/vendor/guzzlehttp/guzzle/src/RequestOptions.phpnu[push(Middleware::httpErrors(), 'http_errors'); $stack->push(Middleware::redirect(), 'allow_redirects'); $stack->push(Middleware::cookies(), 'cookies'); $stack->push(Middleware::prepareBody(), 'prepare_body'); return $stack; } /** * @param null|callable(RequestInterface, array): PromiseInterface $handler Underlying HTTP handler. */ public function __construct(callable $handler = null) { $this->handler = $handler; } /** * Invokes the handler stack as a composed handler * * @return ResponseInterface|PromiseInterface */ public function __invoke(RequestInterface $request, array $options) { $handler = $this->resolve(); return $handler($request, $options); } /** * Dumps a string representation of the stack. * * @return string */ public function __toString() { $depth = 0; $stack = []; if ($this->handler !== null) { $stack[] = "0) Handler: " . $this->debugCallable($this->handler); } $result = ''; foreach (\array_reverse($this->stack) as $tuple) { $depth++; $str = "{$depth}) Name: '{$tuple[1]}', "; $str .= "Function: " . $this->debugCallable($tuple[0]); $result = "> {$str}\n{$result}"; $stack[] = $str; } foreach (\array_keys($stack) as $k) { $result .= "< {$stack[$k]}\n"; } return $result; } /** * Set the HTTP handler that actually returns a promise. * * @param callable(RequestInterface, array): PromiseInterface $handler Accepts a request and array of options and * returns a Promise. */ public function setHandler(callable $handler): void { $this->handler = $handler; $this->cached = null; } /** * Returns true if the builder has a handler. */ public function hasHandler(): bool { return $this->handler !== null ; } /** * Unshift a middleware to the bottom of the stack. * * @param callable(callable): callable $middleware Middleware function * @param string $name Name to register for this middleware. */ public function unshift(callable $middleware, ?string $name = null): void { \array_unshift($this->stack, [$middleware, $name]); $this->cached = null; } /** * Push a middleware to the top of the stack. * * @param callable(callable): callable $middleware Middleware function * @param string $name Name to register for this middleware. */ public function push(callable $middleware, string $name = ''): void { $this->stack[] = [$middleware, $name]; $this->cached = null; } /** * Add a middleware before another middleware by name. * * @param string $findName Middleware to find * @param callable(callable): callable $middleware Middleware function * @param string $withName Name to register for this middleware. */ public function before(string $findName, callable $middleware, string $withName = ''): void { $this->splice($findName, $withName, $middleware, true); } /** * Add a middleware after another middleware by name. * * @param string $findName Middleware to find * @param callable(callable): callable $middleware Middleware function * @param string $withName Name to register for this middleware. */ public function after(string $findName, callable $middleware, string $withName = ''): void { $this->splice($findName, $withName, $middleware, false); } /** * Remove a middleware by instance or name from the stack. * * @param callable|string $remove Middleware to remove by instance or name. */ public function remove($remove): void { $this->cached = null; $idx = \is_callable($remove) ? 0 : 1; $this->stack = \array_values(\array_filter( $this->stack, static function ($tuple) use ($idx, $remove) { return $tuple[$idx] !== $remove; } )); } /** * Compose the middleware and handler into a single callable function. * * @return callable(RequestInterface, array): PromiseInterface */ public function resolve(): callable { if ($this->cached === null) { if (($prev = $this->handler) === null) { throw new \LogicException('No handler has been specified'); } foreach (\array_reverse($this->stack) as $fn) { /** @var callable(RequestInterface, array): PromiseInterface $prev */ $prev = $fn[0]($prev); } $this->cached = $prev; } return $this->cached; } private function findByName(string $name): int { foreach ($this->stack as $k => $v) { if ($v[1] === $name) { return $k; } } throw new \InvalidArgumentException("Middleware not found: $name"); } /** * Splices a function into the middleware list at a specific position. */ private function splice(string $findName, string $withName, callable $middleware, bool $before): void { $this->cached = null; $idx = $this->findByName($findName); $tuple = [$middleware, $withName]; if ($before) { if ($idx === 0) { \array_unshift($this->stack, $tuple); } else { $replacement = [$tuple, $this->stack[$idx]]; \array_splice($this->stack, $idx, 1, $replacement); } } elseif ($idx === \count($this->stack) - 1) { $this->stack[] = $tuple; } else { $replacement = [$this->stack[$idx], $tuple]; \array_splice($this->stack, $idx, 1, $replacement); } } /** * Provides a debug string for a given callable. * * @param callable $fn Function to write as a string. */ private function debugCallable($fn): string { if (\is_string($fn)) { return "callable({$fn})"; } if (\is_array($fn)) { return \is_string($fn[0]) ? "callable({$fn[0]}::{$fn[1]})" : "callable(['" . \get_class($fn[0]) . "', '{$fn[1]}'])"; } /** @var object $fn */ return 'callable(' . \spl_object_hash($fn) . ')'; } } PK6 Z0vendor/guzzlehttp/guzzle/src/RetryMiddleware.phpnu[decider = $decider; $this->nextHandler = $nextHandler; $this->delay = $delay ?: __CLASS__ . '::exponentialDelay'; } /** * Default exponential backoff delay function. * * @return int milliseconds. */ public static function exponentialDelay(int $retries): int { return (int) \pow(2, $retries - 1) * 1000; } public function __invoke(RequestInterface $request, array $options): PromiseInterface { if (!isset($options['retries'])) { $options['retries'] = 0; } $fn = $this->nextHandler; return $fn($request, $options) ->then( $this->onFulfilled($request, $options), $this->onRejected($request, $options) ); } /** * Execute fulfilled closure */ private function onFulfilled(RequestInterface $request, array $options): callable { return function ($value) use ($request, $options) { if (!($this->decider)( $options['retries'], $request, $value, null )) { return $value; } return $this->doRetry($request, $options, $value); }; } /** * Execute rejected closure */ private function onRejected(RequestInterface $req, array $options): callable { return function ($reason) use ($req, $options) { if (!($this->decider)( $options['retries'], $req, null, $reason )) { return P\Create::rejectionFor($reason); } return $this->doRetry($req, $options); }; } private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = null): PromiseInterface { $options['delay'] = ($this->delay)(++$options['retries'], $response); return $this($request, $options); } } PK6 ZY 5vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.phpnu[filename = $cookieFile; $this->storeSessionCookies = $storeSessionCookies; if (\file_exists($cookieFile)) { $this->load($cookieFile); } } /** * Saves the file when shutting down */ public function __destruct() { $this->save($this->filename); } /** * Saves the cookies to a file. * * @param string $filename File to save * * @throws \RuntimeException if the file cannot be found or created */ public function save(string $filename): void { $json = []; /** @var SetCookie $cookie */ foreach ($this as $cookie) { if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) { $json[] = $cookie->toArray(); } } $jsonStr = Utils::jsonEncode($json); if (false === \file_put_contents($filename, $jsonStr, \LOCK_EX)) { throw new \RuntimeException("Unable to save file {$filename}"); } } /** * Load cookies from a JSON formatted file. * * Old cookies are kept unless overwritten by newly loaded ones. * * @param string $filename Cookie file to load. * * @throws \RuntimeException if the file cannot be loaded. */ public function load(string $filename): void { $json = \file_get_contents($filename); if (false === $json) { throw new \RuntimeException("Unable to load file {$filename}"); } if ($json === '') { return; } $data = Utils::jsonDecode($json, true); if (\is_array($data)) { foreach ($data as $cookie) { $this->setCookie(new SetCookie($cookie)); } } elseif (\is_scalar($data) && !empty($data)) { throw new \RuntimeException("Invalid cookie file: {$filename}"); } } } PK6 Zlg8vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.phpnu[sessionKey = $sessionKey; $this->storeSessionCookies = $storeSessionCookies; $this->load(); } /** * Saves cookies to session when shutting down */ public function __destruct() { $this->save(); } /** * Save cookies to the client session */ public function save(): void { $json = []; /** @var SetCookie $cookie */ foreach ($this as $cookie) { if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) { $json[] = $cookie->toArray(); } } $_SESSION[$this->sessionKey] = \json_encode($json); } /** * Load the contents of the client session into the data array */ protected function load(): void { if (!isset($_SESSION[$this->sessionKey])) { return; } $data = \json_decode($_SESSION[$this->sessionKey], true); if (\is_array($data)) { foreach ($data as $cookie) { $this->setCookie(new SetCookie($cookie)); } } elseif (\strlen($data)) { throw new \RuntimeException("Invalid cookie data"); } } } PK6 ZW**1vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.phpnu[ null, 'Value' => null, 'Domain' => null, 'Path' => '/', 'Max-Age' => null, 'Expires' => null, 'Secure' => false, 'Discard' => false, 'HttpOnly' => false ]; /** * @var array Cookie data */ private $data; /** * Create a new SetCookie object from a string. * * @param string $cookie Set-Cookie header string */ public static function fromString(string $cookie): self { // Create the default return array $data = self::$defaults; // Explode the cookie string using a series of semicolons $pieces = \array_filter(\array_map('trim', \explode(';', $cookie))); // The name of the cookie (first kvp) must exist and include an equal sign. if (!isset($pieces[0]) || \strpos($pieces[0], '=') === false) { return new self($data); } // Add the cookie pieces into the parsed data array foreach ($pieces as $part) { $cookieParts = \explode('=', $part, 2); $key = \trim($cookieParts[0]); $value = isset($cookieParts[1]) ? \trim($cookieParts[1], " \n\r\t\0\x0B") : true; // Only check for non-cookies when cookies have been found if (!isset($data['Name'])) { $data['Name'] = $key; $data['Value'] = $value; } else { foreach (\array_keys(self::$defaults) as $search) { if (!\strcasecmp($search, $key)) { $data[$search] = $value; continue 2; } } $data[$key] = $value; } } return new self($data); } /** * @param array $data Array of cookie data provided by a Cookie parser */ public function __construct(array $data = []) { /** @var array|null $replaced will be null in case of replace error */ $replaced = \array_replace(self::$defaults, $data); if ($replaced === null) { throw new \InvalidArgumentException('Unable to replace the default values for the Cookie.'); } $this->data = $replaced; // Extract the Expires value and turn it into a UNIX timestamp if needed if (!$this->getExpires() && $this->getMaxAge()) { // Calculate the Expires date $this->setExpires(\time() + $this->getMaxAge()); } elseif (null !== ($expires = $this->getExpires()) && !\is_numeric($expires)) { $this->setExpires($expires); } } public function __toString() { $str = $this->data['Name'] . '=' . $this->data['Value'] . '; '; foreach ($this->data as $k => $v) { if ($k !== 'Name' && $k !== 'Value' && $v !== null && $v !== false) { if ($k === 'Expires') { $str .= 'Expires=' . \gmdate('D, d M Y H:i:s \G\M\T', $v) . '; '; } else { $str .= ($v === true ? $k : "{$k}={$v}") . '; '; } } } return \rtrim($str, '; '); } public function toArray(): array { return $this->data; } /** * Get the cookie name. * * @return string */ public function getName() { return $this->data['Name']; } /** * Set the cookie name. * * @param string $name Cookie name */ public function setName($name): void { $this->data['Name'] = $name; } /** * Get the cookie value. * * @return string|null */ public function getValue() { return $this->data['Value']; } /** * Set the cookie value. * * @param string $value Cookie value */ public function setValue($value): void { $this->data['Value'] = $value; } /** * Get the domain. * * @return string|null */ public function getDomain() { return $this->data['Domain']; } /** * Set the domain of the cookie. * * @param string $domain */ public function setDomain($domain): void { $this->data['Domain'] = $domain; } /** * Get the path. * * @return string */ public function getPath() { return $this->data['Path']; } /** * Set the path of the cookie. * * @param string $path Path of the cookie */ public function setPath($path): void { $this->data['Path'] = $path; } /** * Maximum lifetime of the cookie in seconds. * * @return int|null */ public function getMaxAge() { return $this->data['Max-Age']; } /** * Set the max-age of the cookie. * * @param int $maxAge Max age of the cookie in seconds */ public function setMaxAge($maxAge): void { $this->data['Max-Age'] = $maxAge; } /** * The UNIX timestamp when the cookie Expires. * * @return string|int|null */ public function getExpires() { return $this->data['Expires']; } /** * Set the unix timestamp for which the cookie will expire. * * @param int|string $timestamp Unix timestamp or any English textual datetime description. */ public function setExpires($timestamp): void { $this->data['Expires'] = \is_numeric($timestamp) ? (int) $timestamp : \strtotime($timestamp); } /** * Get whether or not this is a secure cookie. * * @return bool|null */ public function getSecure() { return $this->data['Secure']; } /** * Set whether or not the cookie is secure. * * @param bool $secure Set to true or false if secure */ public function setSecure($secure): void { $this->data['Secure'] = $secure; } /** * Get whether or not this is a session cookie. * * @return bool|null */ public function getDiscard() { return $this->data['Discard']; } /** * Set whether or not this is a session cookie. * * @param bool $discard Set to true or false if this is a session cookie */ public function setDiscard($discard): void { $this->data['Discard'] = $discard; } /** * Get whether or not this is an HTTP only cookie. * * @return bool */ public function getHttpOnly() { return $this->data['HttpOnly']; } /** * Set whether or not this is an HTTP only cookie. * * @param bool $httpOnly Set to true or false if this is HTTP only */ public function setHttpOnly($httpOnly): void { $this->data['HttpOnly'] = $httpOnly; } /** * Check if the cookie matches a path value. * * A request-path path-matches a given cookie-path if at least one of * the following conditions holds: * * - The cookie-path and the request-path are identical. * - The cookie-path is a prefix of the request-path, and the last * character of the cookie-path is %x2F ("/"). * - The cookie-path is a prefix of the request-path, and the first * character of the request-path that is not included in the cookie- * path is a %x2F ("/") character. * * @param string $requestPath Path to check against */ public function matchesPath(string $requestPath): bool { $cookiePath = $this->getPath(); // Match on exact matches or when path is the default empty "/" if ($cookiePath === '/' || $cookiePath == $requestPath) { return true; } // Ensure that the cookie-path is a prefix of the request path. if (0 !== \strpos($requestPath, $cookiePath)) { return false; } // Match if the last character of the cookie-path is "/" if (\substr($cookiePath, -1, 1) === '/') { return true; } // Match if the first character not included in cookie path is "/" return \substr($requestPath, \strlen($cookiePath), 1) === '/'; } /** * Check if the cookie matches a domain value. * * @param string $domain Domain to check against */ public function matchesDomain(string $domain): bool { $cookieDomain = $this->getDomain(); if (null === $cookieDomain) { return true; } // Remove the leading '.' as per spec in RFC 6265. // https://tools.ietf.org/html/rfc6265#section-5.2.3 $cookieDomain = \ltrim($cookieDomain, '.'); // Domain not set or exact match. if (!$cookieDomain || !\strcasecmp($domain, $cookieDomain)) { return true; } // Matching the subdomain according to RFC 6265. // https://tools.ietf.org/html/rfc6265#section-5.1.3 if (\filter_var($domain, \FILTER_VALIDATE_IP)) { return false; } return (bool) \preg_match('/\.' . \preg_quote($cookieDomain, '/') . '$/', $domain); } /** * Check if the cookie is expired. */ public function isExpired(): bool { return $this->getExpires() !== null && \time() > $this->getExpires(); } /** * Check if the cookie is valid according to RFC 6265. * * @return bool|string Returns true if valid or an error message if invalid */ public function validate() { $name = $this->getName(); if ($name === '') { return 'The cookie name must not be empty'; } // Check if any of the invalid characters are present in the cookie name if (\preg_match( '/[\x00-\x20\x22\x28-\x29\x2c\x2f\x3a-\x40\x5c\x7b\x7d\x7f]/', $name )) { return 'Cookie name must not contain invalid characters: ASCII ' . 'Control characters (0-31;127), space, tab and the ' . 'following characters: ()<>@,;:\"/?={}'; } // Value must not be null. 0 and empty string are valid. Empty strings // are technically against RFC 6265, but known to happen in the wild. $value = $this->getValue(); if ($value === null) { return 'The cookie value must not be empty'; } // Domains must not be empty, but can be 0. "0" is not a valid internet // domain, but may be used as server name in a private network. $domain = $this->getDomain(); if ($domain === null || $domain === '') { return 'The cookie domain must not be empty'; } return true; } } PK6 Zr$$1vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.phpnu[strictMode = $strictMode; foreach ($cookieArray as $cookie) { if (!($cookie instanceof SetCookie)) { $cookie = new SetCookie($cookie); } $this->setCookie($cookie); } } /** * Create a new Cookie jar from an associative array and domain. * * @param array $cookies Cookies to create the jar from * @param string $domain Domain to set the cookies to */ public static function fromArray(array $cookies, string $domain): self { $cookieJar = new self(); foreach ($cookies as $name => $value) { $cookieJar->setCookie(new SetCookie([ 'Domain' => $domain, 'Name' => $name, 'Value' => $value, 'Discard' => true ])); } return $cookieJar; } /** * Evaluate if this cookie should be persisted to storage * that survives between requests. * * @param SetCookie $cookie Being evaluated. * @param bool $allowSessionCookies If we should persist session cookies */ public static function shouldPersist(SetCookie $cookie, bool $allowSessionCookies = false): bool { if ($cookie->getExpires() || $allowSessionCookies) { if (!$cookie->getDiscard()) { return true; } } return false; } /** * Finds and returns the cookie based on the name * * @param string $name cookie name to search for * * @return SetCookie|null cookie that was found or null if not found */ public function getCookieByName(string $name): ?SetCookie { foreach ($this->cookies as $cookie) { if ($cookie->getName() !== null && \strcasecmp($cookie->getName(), $name) === 0) { return $cookie; } } return null; } /** * @inheritDoc */ public function toArray(): array { return \array_map(static function (SetCookie $cookie): array { return $cookie->toArray(); }, $this->getIterator()->getArrayCopy()); } /** * @inheritDoc */ public function clear(?string $domain = null, ?string $path = null, ?string $name = null): void { if (!$domain) { $this->cookies = []; return; } elseif (!$path) { $this->cookies = \array_filter( $this->cookies, static function (SetCookie $cookie) use ($domain): bool { return !$cookie->matchesDomain($domain); } ); } elseif (!$name) { $this->cookies = \array_filter( $this->cookies, static function (SetCookie $cookie) use ($path, $domain): bool { return !($cookie->matchesPath($path) && $cookie->matchesDomain($domain)); } ); } else { $this->cookies = \array_filter( $this->cookies, static function (SetCookie $cookie) use ($path, $domain, $name) { return !($cookie->getName() == $name && $cookie->matchesPath($path) && $cookie->matchesDomain($domain)); } ); } } /** * @inheritDoc */ public function clearSessionCookies(): void { $this->cookies = \array_filter( $this->cookies, static function (SetCookie $cookie): bool { return !$cookie->getDiscard() && $cookie->getExpires(); } ); } /** * @inheritDoc */ public function setCookie(SetCookie $cookie): bool { // If the name string is empty (but not 0), ignore the set-cookie // string entirely. $name = $cookie->getName(); if (!$name && $name !== '0') { return false; } // Only allow cookies with set and valid domain, name, value $result = $cookie->validate(); if ($result !== true) { if ($this->strictMode) { throw new \RuntimeException('Invalid cookie: ' . $result); } $this->removeCookieIfEmpty($cookie); return false; } // Resolve conflicts with previously set cookies foreach ($this->cookies as $i => $c) { // Two cookies are identical, when their path, and domain are // identical. if ($c->getPath() != $cookie->getPath() || $c->getDomain() != $cookie->getDomain() || $c->getName() != $cookie->getName() ) { continue; } // The previously set cookie is a discard cookie and this one is // not so allow the new cookie to be set if (!$cookie->getDiscard() && $c->getDiscard()) { unset($this->cookies[$i]); continue; } // If the new cookie's expiration is further into the future, then // replace the old cookie if ($cookie->getExpires() > $c->getExpires()) { unset($this->cookies[$i]); continue; } // If the value has changed, we better change it if ($cookie->getValue() !== $c->getValue()) { unset($this->cookies[$i]); continue; } // The cookie exists, so no need to continue return false; } $this->cookies[] = $cookie; return true; } public function count(): int { return \count($this->cookies); } /** * @return \ArrayIterator */ public function getIterator(): \ArrayIterator { return new \ArrayIterator(\array_values($this->cookies)); } public function extractCookies(RequestInterface $request, ResponseInterface $response): void { if ($cookieHeader = $response->getHeader('Set-Cookie')) { foreach ($cookieHeader as $cookie) { $sc = SetCookie::fromString($cookie); if (!$sc->getDomain()) { $sc->setDomain($request->getUri()->getHost()); } if (0 !== \strpos($sc->getPath(), '/')) { $sc->setPath($this->getCookiePathFromRequest($request)); } $this->setCookie($sc); } } } /** * Computes cookie path following RFC 6265 section 5.1.4 * * @link https://tools.ietf.org/html/rfc6265#section-5.1.4 */ private function getCookiePathFromRequest(RequestInterface $request): string { $uriPath = $request->getUri()->getPath(); if ('' === $uriPath) { return '/'; } if (0 !== \strpos($uriPath, '/')) { return '/'; } if ('/' === $uriPath) { return '/'; } $lastSlashPos = \strrpos($uriPath, '/'); if (0 === $lastSlashPos || false === $lastSlashPos) { return '/'; } return \substr($uriPath, 0, $lastSlashPos); } public function withCookieHeader(RequestInterface $request): RequestInterface { $values = []; $uri = $request->getUri(); $scheme = $uri->getScheme(); $host = $uri->getHost(); $path = $uri->getPath() ?: '/'; foreach ($this->cookies as $cookie) { if ($cookie->matchesPath($path) && $cookie->matchesDomain($host) && !$cookie->isExpired() && (!$cookie->getSecure() || $scheme === 'https') ) { $values[] = $cookie->getName() . '=' . $cookie->getValue(); } } return $values ? $request->withHeader('Cookie', \implode('; ', $values)) : $request; } /** * If a cookie already exists and the server asks to set it again with a * null value, the cookie must be deleted. */ private function removeCookieIfEmpty(SetCookie $cookie): void { $cookieValue = $cookie->getValue(); if ($cookieValue === null || $cookieValue === '') { $this->clear( $cookie->getDomain(), $cookie->getPath(), $cookie->getName() ); } } } PK6 Zj! :vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.phpnu[ */ interface CookieJarInterface extends \Countable, \IteratorAggregate { /** * Create a request with added cookie headers. * * If no matching cookies are found in the cookie jar, then no Cookie * header is added to the request and the same request is returned. * * @param RequestInterface $request Request object to modify. * * @return RequestInterface returns the modified request. */ public function withCookieHeader(RequestInterface $request): RequestInterface; /** * Extract cookies from an HTTP response and store them in the CookieJar. * * @param RequestInterface $request Request that was sent * @param ResponseInterface $response Response that was received */ public function extractCookies(RequestInterface $request, ResponseInterface $response): void; /** * Sets a cookie in the cookie jar. * * @param SetCookie $cookie Cookie to set. * * @return bool Returns true on success or false on failure */ public function setCookie(SetCookie $cookie): bool; /** * Remove cookies currently held in the cookie jar. * * Invoking this method without arguments will empty the whole cookie jar. * If given a $domain argument only cookies belonging to that domain will * be removed. If given a $domain and $path argument, cookies belonging to * the specified path within that domain are removed. If given all three * arguments, then the cookie with the specified name, path and domain is * removed. * * @param string|null $domain Clears cookies matching a domain * @param string|null $path Clears cookies matching a domain and path * @param string|null $name Clears cookies matching a domain, path, and name */ public function clear(?string $domain = null, ?string $path = null, ?string $name = null): void; /** * Discard all sessions cookies. * * Removes cookies that don't have an expire field or a have a discard * field set to true. To be called when the user agent shuts down according * to RFC 2965. */ public function clearSessionCookies(): void; /** * Converts the cookie jar to an array. */ public function toArray(): array; } PK6 ZKau||1vendor/guzzlehttp/guzzle/src/MessageFormatter.phpnu[>>>>>>>\n{request}\n<<<<<<<<\n{response}\n--------\n{error}"; public const SHORT = '[{ts}] "{method} {target} HTTP/{version}" {code}'; /** * @var string Template used to format log messages */ private $template; /** * @param string $template Log message template */ public function __construct(?string $template = self::CLF) { $this->template = $template ?: self::CLF; } /** * Returns a formatted message string. * * @param RequestInterface $request Request that was sent * @param ResponseInterface|null $response Response that was received * @param \Throwable|null $error Exception that was received */ public function format(RequestInterface $request, ?ResponseInterface $response = null, ?\Throwable $error = null): string { $cache = []; /** @var string */ return \preg_replace_callback( '/{\s*([A-Za-z_\-\.0-9]+)\s*}/', function (array $matches) use ($request, $response, $error, &$cache) { if (isset($cache[$matches[1]])) { return $cache[$matches[1]]; } $result = ''; switch ($matches[1]) { case 'request': $result = Psr7\Message::toString($request); break; case 'response': $result = $response ? Psr7\Message::toString($response) : ''; break; case 'req_headers': $result = \trim($request->getMethod() . ' ' . $request->getRequestTarget()) . ' HTTP/' . $request->getProtocolVersion() . "\r\n" . $this->headers($request); break; case 'res_headers': $result = $response ? \sprintf( 'HTTP/%s %d %s', $response->getProtocolVersion(), $response->getStatusCode(), $response->getReasonPhrase() ) . "\r\n" . $this->headers($response) : 'NULL'; break; case 'req_body': $result = $request->getBody()->__toString(); break; case 'res_body': if (!$response instanceof ResponseInterface) { $result = 'NULL'; break; } $body = $response->getBody(); if (!$body->isSeekable()) { $result = 'RESPONSE_NOT_LOGGEABLE'; break; } $result = $response->getBody()->__toString(); break; case 'ts': case 'date_iso_8601': $result = \gmdate('c'); break; case 'date_common_log': $result = \date('d/M/Y:H:i:s O'); break; case 'method': $result = $request->getMethod(); break; case 'version': $result = $request->getProtocolVersion(); break; case 'uri': case 'url': $result = $request->getUri(); break; case 'target': $result = $request->getRequestTarget(); break; case 'req_version': $result = $request->getProtocolVersion(); break; case 'res_version': $result = $response ? $response->getProtocolVersion() : 'NULL'; break; case 'host': $result = $request->getHeaderLine('Host'); break; case 'hostname': $result = \gethostname(); break; case 'code': $result = $response ? $response->getStatusCode() : 'NULL'; break; case 'phrase': $result = $response ? $response->getReasonPhrase() : 'NULL'; break; case 'error': $result = $error ? $error->getMessage() : 'NULL'; break; default: // handle prefixed dynamic headers if (\strpos($matches[1], 'req_header_') === 0) { $result = $request->getHeaderLine(\substr($matches[1], 11)); } elseif (\strpos($matches[1], 'res_header_') === 0) { $result = $response ? $response->getHeaderLine(\substr($matches[1], 11)) : 'NULL'; } } $cache[$matches[1]] = $result; return $result; }, $this->template ); } /** * Get headers from message as string */ private function headers(MessageInterface $message): string { $result = ''; foreach ($message->getHeaders() as $name => $values) { $result .= $name . ': ' . \implode(', ', $values) . "\r\n"; } return \trim($result); } } PK6 ZOm?vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.phpnu[getStatusCode() : 0; parent::__construct($message, $code, $previous); $this->request = $request; $this->response = $response; $this->handlerContext = $handlerContext; } /** * Wrap non-RequestExceptions with a RequestException */ public static function wrapException(RequestInterface $request, \Throwable $e): RequestException { return $e instanceof RequestException ? $e : new RequestException($e->getMessage(), $request, null, $e); } /** * Factory method to create a new exception with a normalized error message * * @param RequestInterface $request Request sent * @param ResponseInterface $response Response received * @param \Throwable|null $previous Previous exception * @param array $handlerContext Optional handler context * @param BodySummarizerInterface|null $bodySummarizer Optional body summarizer */ public static function create( RequestInterface $request, ResponseInterface $response = null, \Throwable $previous = null, array $handlerContext = [], BodySummarizerInterface $bodySummarizer = null ): self { if (!$response) { return new self( 'Error completing request', $request, null, $previous, $handlerContext ); } $level = (int) \floor($response->getStatusCode() / 100); if ($level === 4) { $label = 'Client error'; $className = ClientException::class; } elseif ($level === 5) { $label = 'Server error'; $className = ServerException::class; } else { $label = 'Unsuccessful request'; $className = __CLASS__; } $uri = $request->getUri(); $uri = static::obfuscateUri($uri); // Client Error: `GET /` resulted in a `404 Not Found` response: // ... (truncated) $message = \sprintf( '%s: `%s %s` resulted in a `%s %s` response', $label, $request->getMethod(), $uri, $response->getStatusCode(), $response->getReasonPhrase() ); $summary = ($bodySummarizer ?? new BodySummarizer())->summarize($response); if ($summary !== null) { $message .= ":\n{$summary}\n"; } return new $className($message, $request, $response, $previous, $handlerContext); } /** * Obfuscates URI if there is a username and a password present */ private static function obfuscateUri(UriInterface $uri): UriInterface { $userInfo = $uri->getUserInfo(); if (false !== ($pos = \strpos($userInfo, ':'))) { return $uri->withUserInfo(\substr($userInfo, 0, $pos), '***'); } return $uri; } /** * Get the request that caused the exception */ public function getRequest(): RequestInterface { return $this->request; } /** * Get the associated response */ public function getResponse(): ?ResponseInterface { return $this->response; } /** * Check if a response was received */ public function hasResponse(): bool { return $this->response !== null; } /** * Get contextual information about the error from the underlying handler. * * The contents of this array will vary depending on which handler you are * using. It may also be just an empty array. Relying on this data will * couple you to a specific handler, but can give more debug information * when needed. */ public function getHandlerContext(): array { return $this->handlerContext; } } PK6 Z/yy<vendor/guzzlehttp/guzzle/src/Exception/TransferException.phpnu[request = $request; $this->handlerContext = $handlerContext; } /** * Get the request that caused the exception */ public function getRequest(): RequestInterface { return $this->request; } /** * Get contextual information about the error from the underlying handler. * * The contents of this array will vary depending on which handler you are * using. It may also be just an empty array. Relying on this data will * couple you to a specific handler, but can give more debug information * when needed. */ public function getHandlerContext(): array { return $this->handlerContext; } } PK6 ZFj:vendor/guzzlehttp/guzzle/src/Exception/ServerException.phpnu[getHost()) { $asciiHost = self::idnToAsci($uri->getHost(), $options, $info); if ($asciiHost === false) { $errorBitSet = $info['errors'] ?? 0; $errorConstants = array_filter(array_keys(get_defined_constants()), static function ($name) { return substr($name, 0, 11) === 'IDNA_ERROR_'; }); $errors = []; foreach ($errorConstants as $errorConstant) { if ($errorBitSet & constant($errorConstant)) { $errors[] = $errorConstant; } } $errorMessage = 'IDN conversion failed'; if ($errors) { $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')'; } throw new InvalidArgumentException($errorMessage); } if ($uri->getHost() !== $asciiHost) { // Replace URI only if the ASCII version is different $uri = $uri->withHost($asciiHost); } } return $uri; } /** * @internal */ public static function getenv(string $name): ?string { if (isset($_SERVER[$name])) { return (string) $_SERVER[$name]; } if (\PHP_SAPI === 'cli' && ($value = \getenv($name)) !== false && $value !== null) { return (string) $value; } return null; } /** * @return string|false */ private static function idnToAsci(string $domain, int $options, ?array &$info = []) { if (\function_exists('idn_to_ascii') && \defined('INTL_IDNA_VARIANT_UTS46')) { return \idn_to_ascii($domain, $options, \INTL_IDNA_VARIANT_UTS46, $info); } throw new \Error('ext-idn or symfony/polyfill-intl-idn not loaded or too old'); } } PK6 Zk2vendor/guzzlehttp/guzzle/src/functions_include.phpnu[|null $queue The parameters to be passed to the append function, as an indexed array. * @param callable|null $onFulfilled Callback to invoke when the return value is fulfilled. * @param callable|null $onRejected Callback to invoke when the return value is rejected. */ public function __construct(array $queue = null, callable $onFulfilled = null, callable $onRejected = null) { $this->onFulfilled = $onFulfilled; $this->onRejected = $onRejected; if ($queue) { // array_values included for BC $this->append(...array_values($queue)); } } public function __invoke(RequestInterface $request, array $options): PromiseInterface { if (!$this->queue) { throw new \OutOfBoundsException('Mock queue is empty'); } if (isset($options['delay']) && \is_numeric($options['delay'])) { \usleep((int) $options['delay'] * 1000); } $this->lastRequest = $request; $this->lastOptions = $options; $response = \array_shift($this->queue); if (isset($options['on_headers'])) { if (!\is_callable($options['on_headers'])) { throw new \InvalidArgumentException('on_headers must be callable'); } try { $options['on_headers']($response); } catch (\Exception $e) { $msg = 'An error was encountered during the on_headers event'; $response = new RequestException($msg, $request, $response, $e); } } if (\is_callable($response)) { $response = $response($request, $options); } $response = $response instanceof \Throwable ? P\Create::rejectionFor($response) : P\Create::promiseFor($response); return $response->then( function (?ResponseInterface $value) use ($request, $options) { $this->invokeStats($request, $options, $value); if ($this->onFulfilled) { ($this->onFulfilled)($value); } if ($value !== null && isset($options['sink'])) { $contents = (string) $value->getBody(); $sink = $options['sink']; if (\is_resource($sink)) { \fwrite($sink, $contents); } elseif (\is_string($sink)) { \file_put_contents($sink, $contents); } elseif ($sink instanceof StreamInterface) { $sink->write($contents); } } return $value; }, function ($reason) use ($request, $options) { $this->invokeStats($request, $options, null, $reason); if ($this->onRejected) { ($this->onRejected)($reason); } return P\Create::rejectionFor($reason); } ); } /** * Adds one or more variadic requests, exceptions, callables, or promises * to the queue. * * @param mixed ...$values */ public function append(...$values): void { foreach ($values as $value) { if ($value instanceof ResponseInterface || $value instanceof \Throwable || $value instanceof PromiseInterface || \is_callable($value) ) { $this->queue[] = $value; } else { throw new \TypeError('Expected a Response, Promise, Throwable or callable. Found ' . Utils::describeType($value)); } } } /** * Get the last received request. */ public function getLastRequest(): ?RequestInterface { return $this->lastRequest; } /** * Get the last received request options. */ public function getLastOptions(): array { return $this->lastOptions; } /** * Returns the number of remaining items in the queue. */ public function count(): int { return \count($this->queue); } public function reset(): void { $this->queue = []; } /** * @param mixed $reason Promise or reason. */ private function invokeStats( RequestInterface $request, array $options, ResponseInterface $response = null, $reason = null ): void { if (isset($options['on_stats'])) { $transferTime = $options['transfer_time'] ?? 0; $stats = new TransferStats($request, $response, $transferTime, $reason); ($options['on_stats'])($stats); } } } PK6 Z9.vendor/guzzlehttp/guzzle/src/Handler/Proxy.phpnu[factory = $options['handle_factory'] ?? new CurlFactory(3); } public function __invoke(RequestInterface $request, array $options): PromiseInterface { if (isset($options['delay'])) { \usleep($options['delay'] * 1000); } $easy = $this->factory->create($request, $options); \curl_exec($easy->handle); $easy->errno = \curl_errno($easy->handle); return CurlFactory::finish($this, $easy, $this->factory); } } PK6 ZꦟĸWW4vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.phpnu[maxHandles = $maxHandles; } public function create(RequestInterface $request, array $options): EasyHandle { if (isset($options['curl']['body_as_string'])) { $options['_body_as_string'] = $options['curl']['body_as_string']; unset($options['curl']['body_as_string']); } $easy = new EasyHandle; $easy->request = $request; $easy->options = $options; $conf = $this->getDefaultConf($easy); $this->applyMethod($easy, $conf); $this->applyHandlerOptions($easy, $conf); $this->applyHeaders($easy, $conf); unset($conf['_headers']); // Add handler options from the request configuration options if (isset($options['curl'])) { $conf = \array_replace($conf, $options['curl']); } $conf[\CURLOPT_HEADERFUNCTION] = $this->createHeaderFn($easy); $easy->handle = $this->handles ? \array_pop($this->handles) : \curl_init(); curl_setopt_array($easy->handle, $conf); return $easy; } public function release(EasyHandle $easy): void { $resource = $easy->handle; unset($easy->handle); if (\count($this->handles) >= $this->maxHandles) { \curl_close($resource); } else { // Remove all callback functions as they can hold onto references // and are not cleaned up by curl_reset. Using curl_setopt_array // does not work for some reason, so removing each one // individually. \curl_setopt($resource, \CURLOPT_HEADERFUNCTION, null); \curl_setopt($resource, \CURLOPT_READFUNCTION, null); \curl_setopt($resource, \CURLOPT_WRITEFUNCTION, null); \curl_setopt($resource, \CURLOPT_PROGRESSFUNCTION, null); \curl_reset($resource); $this->handles[] = $resource; } } /** * Completes a cURL transaction, either returning a response promise or a * rejected promise. * * @param callable(RequestInterface, array): PromiseInterface $handler * @param CurlFactoryInterface $factory Dictates how the handle is released */ public static function finish(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface { if (isset($easy->options['on_stats'])) { self::invokeStats($easy); } if (!$easy->response || $easy->errno) { return self::finishError($handler, $easy, $factory); } // Return the response if it is present and there is no error. $factory->release($easy); // Rewind the body of the response if possible. $body = $easy->response->getBody(); if ($body->isSeekable()) { $body->rewind(); } return new FulfilledPromise($easy->response); } private static function invokeStats(EasyHandle $easy): void { $curlStats = \curl_getinfo($easy->handle); $curlStats['appconnect_time'] = \curl_getinfo($easy->handle, \CURLINFO_APPCONNECT_TIME); $stats = new TransferStats( $easy->request, $easy->response, $curlStats['total_time'], $easy->errno, $curlStats ); ($easy->options['on_stats'])($stats); } /** * @param callable(RequestInterface, array): PromiseInterface $handler */ private static function finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface { // Get error information and release the handle to the factory. $ctx = [ 'errno' => $easy->errno, 'error' => \curl_error($easy->handle), 'appconnect_time' => \curl_getinfo($easy->handle, \CURLINFO_APPCONNECT_TIME), ] + \curl_getinfo($easy->handle); $ctx[self::CURL_VERSION_STR] = \curl_version()['version']; $factory->release($easy); // Retry when nothing is present or when curl failed to rewind. if (empty($easy->options['_err_message']) && (!$easy->errno || $easy->errno == 65)) { return self::retryFailedRewind($handler, $easy, $ctx); } return self::createRejection($easy, $ctx); } private static function createRejection(EasyHandle $easy, array $ctx): PromiseInterface { static $connectionErrors = [ \CURLE_OPERATION_TIMEOUTED => true, \CURLE_COULDNT_RESOLVE_HOST => true, \CURLE_COULDNT_CONNECT => true, \CURLE_SSL_CONNECT_ERROR => true, \CURLE_GOT_NOTHING => true, ]; if ($easy->createResponseException) { return P\Create::rejectionFor( new RequestException( 'An error was encountered while creating the response', $easy->request, $easy->response, $easy->createResponseException, $ctx ) ); } // If an exception was encountered during the onHeaders event, then // return a rejected promise that wraps that exception. if ($easy->onHeadersException) { return P\Create::rejectionFor( new RequestException( 'An error was encountered during the on_headers event', $easy->request, $easy->response, $easy->onHeadersException, $ctx ) ); } $message = \sprintf( 'cURL error %s: %s (%s)', $ctx['errno'], $ctx['error'], 'see https://curl.haxx.se/libcurl/c/libcurl-errors.html' ); $uriString = (string) $easy->request->getUri(); if ($uriString !== '' && false === \strpos($ctx['error'], $uriString)) { $message .= \sprintf(' for %s', $uriString); } // Create a connection exception if it was a specific error code. $error = isset($connectionErrors[$easy->errno]) ? new ConnectException($message, $easy->request, null, $ctx) : new RequestException($message, $easy->request, $easy->response, null, $ctx); return P\Create::rejectionFor($error); } /** * @return array */ private function getDefaultConf(EasyHandle $easy): array { $conf = [ '_headers' => $easy->request->getHeaders(), \CURLOPT_CUSTOMREQUEST => $easy->request->getMethod(), \CURLOPT_URL => (string) $easy->request->getUri()->withFragment(''), \CURLOPT_RETURNTRANSFER => false, \CURLOPT_HEADER => false, \CURLOPT_CONNECTTIMEOUT => 150, ]; if (\defined('CURLOPT_PROTOCOLS')) { $conf[\CURLOPT_PROTOCOLS] = \CURLPROTO_HTTP | \CURLPROTO_HTTPS; } $version = $easy->request->getProtocolVersion(); if ($version == 1.1) { $conf[\CURLOPT_HTTP_VERSION] = \CURL_HTTP_VERSION_1_1; } elseif ($version == 2.0) { $conf[\CURLOPT_HTTP_VERSION] = \CURL_HTTP_VERSION_2_0; } else { $conf[\CURLOPT_HTTP_VERSION] = \CURL_HTTP_VERSION_1_0; } return $conf; } private function applyMethod(EasyHandle $easy, array &$conf): void { $body = $easy->request->getBody(); $size = $body->getSize(); if ($size === null || $size > 0) { $this->applyBody($easy->request, $easy->options, $conf); return; } $method = $easy->request->getMethod(); if ($method === 'PUT' || $method === 'POST') { // See https://tools.ietf.org/html/rfc7230#section-3.3.2 if (!$easy->request->hasHeader('Content-Length')) { $conf[\CURLOPT_HTTPHEADER][] = 'Content-Length: 0'; } } elseif ($method === 'HEAD') { $conf[\CURLOPT_NOBODY] = true; unset( $conf[\CURLOPT_WRITEFUNCTION], $conf[\CURLOPT_READFUNCTION], $conf[\CURLOPT_FILE], $conf[\CURLOPT_INFILE] ); } } private function applyBody(RequestInterface $request, array $options, array &$conf): void { $size = $request->hasHeader('Content-Length') ? (int) $request->getHeaderLine('Content-Length') : null; // Send the body as a string if the size is less than 1MB OR if the // [curl][body_as_string] request value is set. if (($size !== null && $size < 1000000) || !empty($options['_body_as_string'])) { $conf[\CURLOPT_POSTFIELDS] = (string) $request->getBody(); // Don't duplicate the Content-Length header $this->removeHeader('Content-Length', $conf); $this->removeHeader('Transfer-Encoding', $conf); } else { $conf[\CURLOPT_UPLOAD] = true; if ($size !== null) { $conf[\CURLOPT_INFILESIZE] = $size; $this->removeHeader('Content-Length', $conf); } $body = $request->getBody(); if ($body->isSeekable()) { $body->rewind(); } $conf[\CURLOPT_READFUNCTION] = static function ($ch, $fd, $length) use ($body) { return $body->read($length); }; } // If the Expect header is not present, prevent curl from adding it if (!$request->hasHeader('Expect')) { $conf[\CURLOPT_HTTPHEADER][] = 'Expect:'; } // cURL sometimes adds a content-type by default. Prevent this. if (!$request->hasHeader('Content-Type')) { $conf[\CURLOPT_HTTPHEADER][] = 'Content-Type:'; } } private function applyHeaders(EasyHandle $easy, array &$conf): void { foreach ($conf['_headers'] as $name => $values) { foreach ($values as $value) { $value = (string) $value; if ($value === '') { // cURL requires a special format for empty headers. // See https://github.com/guzzle/guzzle/issues/1882 for more details. $conf[\CURLOPT_HTTPHEADER][] = "$name;"; } else { $conf[\CURLOPT_HTTPHEADER][] = "$name: $value"; } } } // Remove the Accept header if one was not set if (!$easy->request->hasHeader('Accept')) { $conf[\CURLOPT_HTTPHEADER][] = 'Accept:'; } } /** * Remove a header from the options array. * * @param string $name Case-insensitive header to remove * @param array $options Array of options to modify */ private function removeHeader(string $name, array &$options): void { foreach (\array_keys($options['_headers']) as $key) { if (!\strcasecmp($key, $name)) { unset($options['_headers'][$key]); return; } } } private function applyHandlerOptions(EasyHandle $easy, array &$conf): void { $options = $easy->options; if (isset($options['verify'])) { if ($options['verify'] === false) { unset($conf[\CURLOPT_CAINFO]); $conf[\CURLOPT_SSL_VERIFYHOST] = 0; $conf[\CURLOPT_SSL_VERIFYPEER] = false; } else { $conf[\CURLOPT_SSL_VERIFYHOST] = 2; $conf[\CURLOPT_SSL_VERIFYPEER] = true; if (\is_string($options['verify'])) { // Throw an error if the file/folder/link path is not valid or doesn't exist. if (!\file_exists($options['verify'])) { throw new \InvalidArgumentException("SSL CA bundle not found: {$options['verify']}"); } // If it's a directory or a link to a directory use CURLOPT_CAPATH. // If not, it's probably a file, or a link to a file, so use CURLOPT_CAINFO. if ( \is_dir($options['verify']) || ( \is_link($options['verify']) === true && ($verifyLink = \readlink($options['verify'])) !== false && \is_dir($verifyLink) ) ) { $conf[\CURLOPT_CAPATH] = $options['verify']; } else { $conf[\CURLOPT_CAINFO] = $options['verify']; } } } } if (!isset($options['curl'][\CURLOPT_ENCODING]) && !empty($options['decode_content'])) { $accept = $easy->request->getHeaderLine('Accept-Encoding'); if ($accept) { $conf[\CURLOPT_ENCODING] = $accept; } else { $conf[\CURLOPT_ENCODING] = ''; // Don't let curl send the header over the wire $conf[\CURLOPT_HTTPHEADER][] = 'Accept-Encoding:'; } } if (!isset($options['sink'])) { // Use a default temp stream if no sink was set. $options['sink'] = \GuzzleHttp\Psr7\Utils::tryFopen('php://temp', 'w+'); } $sink = $options['sink']; if (!\is_string($sink)) { $sink = \GuzzleHttp\Psr7\Utils::streamFor($sink); } elseif (!\is_dir(\dirname($sink))) { // Ensure that the directory exists before failing in curl. throw new \RuntimeException(\sprintf('Directory %s does not exist for sink value of %s', \dirname($sink), $sink)); } else { $sink = new LazyOpenStream($sink, 'w+'); } $easy->sink = $sink; $conf[\CURLOPT_WRITEFUNCTION] = static function ($ch, $write) use ($sink): int { return $sink->write($write); }; $timeoutRequiresNoSignal = false; if (isset($options['timeout'])) { $timeoutRequiresNoSignal |= $options['timeout'] < 1; $conf[\CURLOPT_TIMEOUT_MS] = $options['timeout'] * 1000; } // CURL default value is CURL_IPRESOLVE_WHATEVER if (isset($options['force_ip_resolve'])) { if ('v4' === $options['force_ip_resolve']) { $conf[\CURLOPT_IPRESOLVE] = \CURL_IPRESOLVE_V4; } elseif ('v6' === $options['force_ip_resolve']) { $conf[\CURLOPT_IPRESOLVE] = \CURL_IPRESOLVE_V6; } } if (isset($options['connect_timeout'])) { $timeoutRequiresNoSignal |= $options['connect_timeout'] < 1; $conf[\CURLOPT_CONNECTTIMEOUT_MS] = $options['connect_timeout'] * 1000; } if ($timeoutRequiresNoSignal && \strtoupper(\substr(\PHP_OS, 0, 3)) !== 'WIN') { $conf[\CURLOPT_NOSIGNAL] = true; } if (isset($options['proxy'])) { if (!\is_array($options['proxy'])) { $conf[\CURLOPT_PROXY] = $options['proxy']; } else { $scheme = $easy->request->getUri()->getScheme(); if (isset($options['proxy'][$scheme])) { $host = $easy->request->getUri()->getHost(); if (!isset($options['proxy']['no']) || !Utils::isHostInNoProxy($host, $options['proxy']['no'])) { $conf[\CURLOPT_PROXY] = $options['proxy'][$scheme]; } } } } if (isset($options['cert'])) { $cert = $options['cert']; if (\is_array($cert)) { $conf[\CURLOPT_SSLCERTPASSWD] = $cert[1]; $cert = $cert[0]; } if (!\file_exists($cert)) { throw new \InvalidArgumentException("SSL certificate not found: {$cert}"); } # OpenSSL (versions 0.9.3 and later) also support "P12" for PKCS#12-encoded files. # see https://curl.se/libcurl/c/CURLOPT_SSLCERTTYPE.html $ext = pathinfo($cert, \PATHINFO_EXTENSION); if (preg_match('#^(der|p12)$#i', $ext)) { $conf[\CURLOPT_SSLCERTTYPE] = strtoupper($ext); } $conf[\CURLOPT_SSLCERT] = $cert; } if (isset($options['ssl_key'])) { if (\is_array($options['ssl_key'])) { if (\count($options['ssl_key']) === 2) { [$sslKey, $conf[\CURLOPT_SSLKEYPASSWD]] = $options['ssl_key']; } else { [$sslKey] = $options['ssl_key']; } } $sslKey = $sslKey ?? $options['ssl_key']; if (!\file_exists($sslKey)) { throw new \InvalidArgumentException("SSL private key not found: {$sslKey}"); } $conf[\CURLOPT_SSLKEY] = $sslKey; } if (isset($options['progress'])) { $progress = $options['progress']; if (!\is_callable($progress)) { throw new \InvalidArgumentException('progress client option must be callable'); } $conf[\CURLOPT_NOPROGRESS] = false; $conf[\CURLOPT_PROGRESSFUNCTION] = static function ($resource, int $downloadSize, int $downloaded, int $uploadSize, int $uploaded) use ($progress) { $progress($downloadSize, $downloaded, $uploadSize, $uploaded); }; } if (!empty($options['debug'])) { $conf[\CURLOPT_STDERR] = Utils::debugResource($options['debug']); $conf[\CURLOPT_VERBOSE] = true; } } /** * This function ensures that a response was set on a transaction. If one * was not set, then the request is retried if possible. This error * typically means you are sending a payload, curl encountered a * "Connection died, retrying a fresh connect" error, tried to rewind the * stream, and then encountered a "necessary data rewind wasn't possible" * error, causing the request to be sent through curl_multi_info_read() * without an error status. * * @param callable(RequestInterface, array): PromiseInterface $handler */ private static function retryFailedRewind(callable $handler, EasyHandle $easy, array $ctx): PromiseInterface { try { // Only rewind if the body has been read from. $body = $easy->request->getBody(); if ($body->tell() > 0) { $body->rewind(); } } catch (\RuntimeException $e) { $ctx['error'] = 'The connection unexpectedly failed without ' . 'providing an error. The request would have been retried, ' . 'but attempting to rewind the request body failed. ' . 'Exception: ' . $e; return self::createRejection($easy, $ctx); } // Retry no more than 3 times before giving up. if (!isset($easy->options['_curl_retries'])) { $easy->options['_curl_retries'] = 1; } elseif ($easy->options['_curl_retries'] == 2) { $ctx['error'] = 'The cURL request was retried 3 times ' . 'and did not succeed. The most likely reason for the failure ' . 'is that cURL was unable to rewind the body of the request ' . 'and subsequent retries resulted in the same error. Turn on ' . 'the debug option to see what went wrong. See ' . 'https://bugs.php.net/bug.php?id=47204 for more information.'; return self::createRejection($easy, $ctx); } else { $easy->options['_curl_retries']++; } return $handler($easy->request, $easy->options); } private function createHeaderFn(EasyHandle $easy): callable { if (isset($easy->options['on_headers'])) { $onHeaders = $easy->options['on_headers']; if (!\is_callable($onHeaders)) { throw new \InvalidArgumentException('on_headers must be callable'); } } else { $onHeaders = null; } return static function ($ch, $h) use ( $onHeaders, $easy, &$startingResponse ) { $value = \trim($h); if ($value === '') { $startingResponse = true; try { $easy->createResponse(); } catch (\Exception $e) { $easy->createResponseException = $e; return -1; } if ($onHeaders !== null) { try { $onHeaders($easy->response); } catch (\Exception $e) { // Associate the exception with the handle and trigger // a curl header write error by returning 0. $easy->onHeadersException = $e; return -1; } } } elseif ($startingResponse) { $startingResponse = false; $easy->headers = [$value]; } else { $easy->headers[] = $value; } return \strlen($h); }; } } PK6 ZϴmNN6vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.phpnu[withoutHeader('Expect'); // Append a content-length header if body size is zero to match // cURL's behavior. if (0 === $request->getBody()->getSize()) { $request = $request->withHeader('Content-Length', '0'); } return $this->createResponse( $request, $options, $this->createStream($request, $options), $startTime ); } catch (\InvalidArgumentException $e) { throw $e; } catch (\Exception $e) { // Determine if the error was a networking error. $message = $e->getMessage(); // This list can probably get more comprehensive. if (false !== \strpos($message, 'getaddrinfo') // DNS lookup failed || false !== \strpos($message, 'Connection refused') || false !== \strpos($message, "couldn't connect to host") // error on HHVM || false !== \strpos($message, "connection attempt failed") ) { $e = new ConnectException($e->getMessage(), $request, $e); } else { $e = RequestException::wrapException($request, $e); } $this->invokeStats($options, $request, $startTime, null, $e); return P\Create::rejectionFor($e); } } private function invokeStats( array $options, RequestInterface $request, ?float $startTime, ResponseInterface $response = null, \Throwable $error = null ): void { if (isset($options['on_stats'])) { $stats = new TransferStats($request, $response, Utils::currentTime() - $startTime, $error, []); ($options['on_stats'])($stats); } } /** * @param resource $stream */ private function createResponse(RequestInterface $request, array $options, $stream, ?float $startTime): PromiseInterface { $hdrs = $this->lastHeaders; $this->lastHeaders = []; try { [$ver, $status, $reason, $headers] = HeaderProcessor::parseHeaders($hdrs); } catch (\Exception $e) { return P\Create::rejectionFor( new RequestException('An error was encountered while creating the response', $request, null, $e) ); } [$stream, $headers] = $this->checkDecode($options, $headers, $stream); $stream = Psr7\Utils::streamFor($stream); $sink = $stream; if (\strcasecmp('HEAD', $request->getMethod())) { $sink = $this->createSink($stream, $options); } try { $response = new Psr7\Response($status, $headers, $sink, $ver, $reason); } catch (\Exception $e) { return P\Create::rejectionFor( new RequestException('An error was encountered while creating the response', $request, null, $e) ); } if (isset($options['on_headers'])) { try { $options['on_headers']($response); } catch (\Exception $e) { return P\Create::rejectionFor( new RequestException('An error was encountered during the on_headers event', $request, $response, $e) ); } } // Do not drain when the request is a HEAD request because they have // no body. if ($sink !== $stream) { $this->drain($stream, $sink, $response->getHeaderLine('Content-Length')); } $this->invokeStats($options, $request, $startTime, $response, null); return new FulfilledPromise($response); } private function createSink(StreamInterface $stream, array $options): StreamInterface { if (!empty($options['stream'])) { return $stream; } $sink = $options['sink'] ?? Psr7\Utils::tryFopen('php://temp', 'r+'); return \is_string($sink) ? new Psr7\LazyOpenStream($sink, 'w+') : Psr7\Utils::streamFor($sink); } /** * @param resource $stream */ private function checkDecode(array $options, array $headers, $stream): array { // Automatically decode responses when instructed. if (!empty($options['decode_content'])) { $normalizedKeys = Utils::normalizeHeaderKeys($headers); if (isset($normalizedKeys['content-encoding'])) { $encoding = $headers[$normalizedKeys['content-encoding']]; if ($encoding[0] === 'gzip' || $encoding[0] === 'deflate') { $stream = new Psr7\InflateStream(Psr7\Utils::streamFor($stream)); $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; // Remove content-encoding header unset($headers[$normalizedKeys['content-encoding']]); // Fix content-length header if (isset($normalizedKeys['content-length'])) { $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; $length = (int) $stream->getSize(); if ($length === 0) { unset($headers[$normalizedKeys['content-length']]); } else { $headers[$normalizedKeys['content-length']] = [$length]; } } } } } return [$stream, $headers]; } /** * Drains the source stream into the "sink" client option. * * @param string $contentLength Header specifying the amount of * data to read. * * @throws \RuntimeException when the sink option is invalid. */ private function drain(StreamInterface $source, StreamInterface $sink, string $contentLength): StreamInterface { // If a content-length header is provided, then stop reading once // that number of bytes has been read. This can prevent infinitely // reading from a stream when dealing with servers that do not honor // Connection: Close headers. Psr7\Utils::copyToStream( $source, $sink, (\strlen($contentLength) > 0 && (int) $contentLength > 0) ? (int) $contentLength : -1 ); $sink->seek(0); $source->close(); return $sink; } /** * Create a resource and check to ensure it was created successfully * * @param callable $callback Callable that returns stream resource * * @return resource * * @throws \RuntimeException on error */ private function createResource(callable $callback) { $errors = []; \set_error_handler(static function ($_, $msg, $file, $line) use (&$errors): bool { $errors[] = [ 'message' => $msg, 'file' => $file, 'line' => $line ]; return true; }); $resource = $callback(); \restore_error_handler(); if (!$resource) { $message = 'Error creating resource: '; foreach ($errors as $err) { foreach ($err as $key => $value) { $message .= "[$key] $value" . \PHP_EOL; } } throw new \RuntimeException(\trim($message)); } return $resource; } /** * @return resource */ private function createStream(RequestInterface $request, array $options) { static $methods; if (!$methods) { $methods = \array_flip(\get_class_methods(__CLASS__)); } // HTTP/1.1 streams using the PHP stream wrapper require a // Connection: close header if ($request->getProtocolVersion() == '1.1' && !$request->hasHeader('Connection') ) { $request = $request->withHeader('Connection', 'close'); } // Ensure SSL is verified by default if (!isset($options['verify'])) { $options['verify'] = true; } $params = []; $context = $this->getDefaultContext($request); if (isset($options['on_headers']) && !\is_callable($options['on_headers'])) { throw new \InvalidArgumentException('on_headers must be callable'); } if (!empty($options)) { foreach ($options as $key => $value) { $method = "add_{$key}"; if (isset($methods[$method])) { $this->{$method}($request, $context, $value, $params); } } } if (isset($options['stream_context'])) { if (!\is_array($options['stream_context'])) { throw new \InvalidArgumentException('stream_context must be an array'); } $context = \array_replace_recursive($context, $options['stream_context']); } // Microsoft NTLM authentication only supported with curl handler if (isset($options['auth'][2]) && 'ntlm' === $options['auth'][2]) { throw new \InvalidArgumentException('Microsoft NTLM authentication only supported with curl handler'); } $uri = $this->resolveHost($request, $options); $contextResource = $this->createResource( static function () use ($context, $params) { return \stream_context_create($context, $params); } ); return $this->createResource( function () use ($uri, &$http_response_header, $contextResource, $context, $options, $request) { $resource = @\fopen((string) $uri, 'r', false, $contextResource); $this->lastHeaders = $http_response_header; if (false === $resource) { throw new ConnectException(sprintf('Connection refused for URI %s', $uri), $request, null, $context); } if (isset($options['read_timeout'])) { $readTimeout = $options['read_timeout']; $sec = (int) $readTimeout; $usec = ($readTimeout - $sec) * 100000; \stream_set_timeout($resource, $sec, $usec); } return $resource; } ); } private function resolveHost(RequestInterface $request, array $options): UriInterface { $uri = $request->getUri(); if (isset($options['force_ip_resolve']) && !\filter_var($uri->getHost(), \FILTER_VALIDATE_IP)) { if ('v4' === $options['force_ip_resolve']) { $records = \dns_get_record($uri->getHost(), \DNS_A); if (false === $records || !isset($records[0]['ip'])) { throw new ConnectException(\sprintf("Could not resolve IPv4 address for host '%s'", $uri->getHost()), $request); } return $uri->withHost($records[0]['ip']); } if ('v6' === $options['force_ip_resolve']) { $records = \dns_get_record($uri->getHost(), \DNS_AAAA); if (false === $records || !isset($records[0]['ipv6'])) { throw new ConnectException(\sprintf("Could not resolve IPv6 address for host '%s'", $uri->getHost()), $request); } return $uri->withHost('[' . $records[0]['ipv6'] . ']'); } } return $uri; } private function getDefaultContext(RequestInterface $request): array { $headers = ''; foreach ($request->getHeaders() as $name => $value) { foreach ($value as $val) { $headers .= "$name: $val\r\n"; } } $context = [ 'http' => [ 'method' => $request->getMethod(), 'header' => $headers, 'protocol_version' => $request->getProtocolVersion(), 'ignore_errors' => true, 'follow_location' => 0, ], ]; $body = (string) $request->getBody(); if (!empty($body)) { $context['http']['content'] = $body; // Prevent the HTTP handler from adding a Content-Type header. if (!$request->hasHeader('Content-Type')) { $context['http']['header'] .= "Content-Type:\r\n"; } } $context['http']['header'] = \rtrim($context['http']['header']); return $context; } /** * @param mixed $value as passed via Request transfer options. */ private function add_proxy(RequestInterface $request, array &$options, $value, array &$params): void { $uri = null; if (!\is_array($value)) { $uri = $value; } else { $scheme = $request->getUri()->getScheme(); if (isset($value[$scheme])) { if (!isset($value['no']) || !Utils::isHostInNoProxy($request->getUri()->getHost(), $value['no'])) { $uri = $value[$scheme]; } } } if (!$uri) { return; } $parsed = $this->parse_proxy($uri); $options['http']['proxy'] = $parsed['proxy']; if ($parsed['auth']) { if (!isset($options['http']['header'])) { $options['http']['header'] = []; } $options['http']['header'] .= "\r\nProxy-Authorization: {$parsed['auth']}"; } } /** * Parses the given proxy URL to make it compatible with the format PHP's stream context expects. */ private function parse_proxy(string $url): array { $parsed = \parse_url($url); if ($parsed !== false && isset($parsed['scheme']) && $parsed['scheme'] === 'http') { if (isset($parsed['host']) && isset($parsed['port'])) { $auth = null; if (isset($parsed['user']) && isset($parsed['pass'])) { $auth = \base64_encode("{$parsed['user']}:{$parsed['pass']}"); } return [ 'proxy' => "tcp://{$parsed['host']}:{$parsed['port']}", 'auth' => $auth ? "Basic {$auth}" : null, ]; } } // Return proxy as-is. return [ 'proxy' => $url, 'auth' => null, ]; } /** * @param mixed $value as passed via Request transfer options. */ private function add_timeout(RequestInterface $request, array &$options, $value, array &$params): void { if ($value > 0) { $options['http']['timeout'] = $value; } } /** * @param mixed $value as passed via Request transfer options. */ private function add_verify(RequestInterface $request, array &$options, $value, array &$params): void { if ($value === false) { $options['ssl']['verify_peer'] = false; $options['ssl']['verify_peer_name'] = false; return; } if (\is_string($value)) { $options['ssl']['cafile'] = $value; if (!\file_exists($value)) { throw new \RuntimeException("SSL CA bundle not found: $value"); } } elseif ($value !== true) { throw new \InvalidArgumentException('Invalid verify request option'); } $options['ssl']['verify_peer'] = true; $options['ssl']['verify_peer_name'] = true; $options['ssl']['allow_self_signed'] = false; } /** * @param mixed $value as passed via Request transfer options. */ private function add_cert(RequestInterface $request, array &$options, $value, array &$params): void { if (\is_array($value)) { $options['ssl']['passphrase'] = $value[1]; $value = $value[0]; } if (!\file_exists($value)) { throw new \RuntimeException("SSL certificate not found: {$value}"); } $options['ssl']['local_cert'] = $value; } /** * @param mixed $value as passed via Request transfer options. */ private function add_progress(RequestInterface $request, array &$options, $value, array &$params): void { self::addNotification( $params, static function ($code, $a, $b, $c, $transferred, $total) use ($value) { if ($code == \STREAM_NOTIFY_PROGRESS) { $value($total, $transferred, null, null); } } ); } /** * @param mixed $value as passed via Request transfer options. */ private function add_debug(RequestInterface $request, array &$options, $value, array &$params): void { if ($value === false) { return; } static $map = [ \STREAM_NOTIFY_CONNECT => 'CONNECT', \STREAM_NOTIFY_AUTH_REQUIRED => 'AUTH_REQUIRED', \STREAM_NOTIFY_AUTH_RESULT => 'AUTH_RESULT', \STREAM_NOTIFY_MIME_TYPE_IS => 'MIME_TYPE_IS', \STREAM_NOTIFY_FILE_SIZE_IS => 'FILE_SIZE_IS', \STREAM_NOTIFY_REDIRECTED => 'REDIRECTED', \STREAM_NOTIFY_PROGRESS => 'PROGRESS', \STREAM_NOTIFY_FAILURE => 'FAILURE', \STREAM_NOTIFY_COMPLETED => 'COMPLETED', \STREAM_NOTIFY_RESOLVE => 'RESOLVE', ]; static $args = ['severity', 'message', 'message_code', 'bytes_transferred', 'bytes_max']; $value = Utils::debugResource($value); $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment(''); self::addNotification( $params, static function (int $code, ...$passed) use ($ident, $value, $map, $args): void { \fprintf($value, '<%s> [%s] ', $ident, $map[$code]); foreach (\array_filter($passed) as $i => $v) { \fwrite($value, $args[$i] . ': "' . $v . '" '); } \fwrite($value, "\n"); } ); } private static function addNotification(array &$params, callable $notify): void { // Wrap the existing function if needed. if (!isset($params['notification'])) { $params['notification'] = $notify; } else { $params['notification'] = self::callArray([ $params['notification'], $notify ]); } } private static function callArray(array $functions): callable { return static function (...$args) use ($functions) { foreach ($functions as $fn) { $fn(...$args); } }; } } PK6 ZP=vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.phpnu[ An array of delay times, indexed by handle id in `addRequest`. * * @see CurlMultiHandler::addRequest */ private $delays = []; /** * @var array An associative array of CURLMOPT_* options and corresponding values for curl_multi_setopt() */ private $options = []; /** * This handler accepts the following options: * * - handle_factory: An optional factory used to create curl handles * - select_timeout: Optional timeout (in seconds) to block before timing * out while selecting curl handles. Defaults to 1 second. * - options: An associative array of CURLMOPT_* options and * corresponding values for curl_multi_setopt() */ public function __construct(array $options = []) { $this->factory = $options['handle_factory'] ?? new CurlFactory(50); if (isset($options['select_timeout'])) { $this->selectTimeout = $options['select_timeout']; } elseif ($selectTimeout = Utils::getenv('GUZZLE_CURL_SELECT_TIMEOUT')) { @trigger_error('Since guzzlehttp/guzzle 7.2.0: Using environment variable GUZZLE_CURL_SELECT_TIMEOUT is deprecated. Use option "select_timeout" instead.', \E_USER_DEPRECATED); $this->selectTimeout = (int) $selectTimeout; } else { $this->selectTimeout = 1; } $this->options = $options['options'] ?? []; } /** * @param string $name * * @return resource|\CurlMultiHandle * * @throws \BadMethodCallException when another field as `_mh` will be gotten * @throws \RuntimeException when curl can not initialize a multi handle */ public function __get($name) { if ($name !== '_mh') { throw new \BadMethodCallException("Can not get other property as '_mh'."); } $multiHandle = \curl_multi_init(); if (false === $multiHandle) { throw new \RuntimeException('Can not initialize curl multi handle.'); } $this->_mh = $multiHandle; foreach ($this->options as $option => $value) { // A warning is raised in case of a wrong option. curl_multi_setopt($this->_mh, $option, $value); } return $this->_mh; } public function __destruct() { if (isset($this->_mh)) { \curl_multi_close($this->_mh); unset($this->_mh); } } public function __invoke(RequestInterface $request, array $options): PromiseInterface { $easy = $this->factory->create($request, $options); $id = (int) $easy->handle; $promise = new Promise( [$this, 'execute'], function () use ($id) { return $this->cancel($id); } ); $this->addRequest(['easy' => $easy, 'deferred' => $promise]); return $promise; } /** * Ticks the curl event loop. */ public function tick(): void { // Add any delayed handles if needed. if ($this->delays) { $currentTime = Utils::currentTime(); foreach ($this->delays as $id => $delay) { if ($currentTime >= $delay) { unset($this->delays[$id]); \curl_multi_add_handle( $this->_mh, $this->handles[$id]['easy']->handle ); } } } // Step through the task queue which may add additional requests. P\Utils::queue()->run(); if ($this->active && \curl_multi_select($this->_mh, $this->selectTimeout) === -1) { // Perform a usleep if a select returns -1. // See: https://bugs.php.net/bug.php?id=61141 \usleep(250); } while (\curl_multi_exec($this->_mh, $this->active) === \CURLM_CALL_MULTI_PERFORM); $this->processMessages(); } /** * Runs until all outstanding connections have completed. */ public function execute(): void { $queue = P\Utils::queue(); while ($this->handles || !$queue->isEmpty()) { // If there are no transfers, then sleep for the next delay if (!$this->active && $this->delays) { \usleep($this->timeToNext()); } $this->tick(); } } private function addRequest(array $entry): void { $easy = $entry['easy']; $id = (int) $easy->handle; $this->handles[$id] = $entry; if (empty($easy->options['delay'])) { \curl_multi_add_handle($this->_mh, $easy->handle); } else { $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000); } } /** * Cancels a handle from sending and removes references to it. * * @param int $id Handle ID to cancel and remove. * * @return bool True on success, false on failure. */ private function cancel($id): bool { // Cannot cancel if it has been processed. if (!isset($this->handles[$id])) { return false; } $handle = $this->handles[$id]['easy']->handle; unset($this->delays[$id], $this->handles[$id]); \curl_multi_remove_handle($this->_mh, $handle); \curl_close($handle); return true; } private function processMessages(): void { while ($done = \curl_multi_info_read($this->_mh)) { $id = (int) $done['handle']; \curl_multi_remove_handle($this->_mh, $done['handle']); if (!isset($this->handles[$id])) { // Probably was cancelled. continue; } $entry = $this->handles[$id]; unset($this->handles[$id], $this->delays[$id]); $entry['easy']->errno = $done['result']; $entry['deferred']->resolve( CurlFactory::finish($this, $entry['easy'], $this->factory) ); } } private function timeToNext(): int { $currentTime = Utils::currentTime(); $nextTime = \PHP_INT_MAX; foreach ($this->delays as $time) { if ($time < $nextTime) { $nextTime = $time; } } return ((int) \max(0, $nextTime - $currentTime)) * 1000000; } } PK6 ZF  8vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.phpnu[headers); $normalizedKeys = Utils::normalizeHeaderKeys($headers); if (!empty($this->options['decode_content']) && isset($normalizedKeys['content-encoding'])) { $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; unset($headers[$normalizedKeys['content-encoding']]); if (isset($normalizedKeys['content-length'])) { $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; $bodyLength = (int) $this->sink->getSize(); if ($bodyLength) { $headers[$normalizedKeys['content-length']] = $bodyLength; } else { unset($headers[$normalizedKeys['content-length']]); } } } // Attach a response to the easy handle with the parsed headers. $this->response = new Response( $status, $headers, $this->sink, $ver, $reason ); } /** * @param string $name * * @return void * * @throws \BadMethodCallException */ public function __get($name) { $msg = $name === 'handle' ? 'The EasyHandle has been released' : 'Invalid property: ' . $name; throw new \BadMethodCallException($msg); } } PK6 ZoDl l .vendor/guzzlehttp/guzzle/src/TransferStats.phpnu[request = $request; $this->response = $response; $this->transferTime = $transferTime; $this->handlerErrorData = $handlerErrorData; $this->handlerStats = $handlerStats; } public function getRequest(): RequestInterface { return $this->request; } /** * Returns the response that was received (if any). */ public function getResponse(): ?ResponseInterface { return $this->response; } /** * Returns true if a response was received. */ public function hasResponse(): bool { return $this->response !== null; } /** * Gets handler specific error data. * * This might be an exception, a integer representing an error code, or * anything else. Relying on this value assumes that you know what handler * you are using. * * @return mixed */ public function getHandlerErrorData() { return $this->handlerErrorData; } /** * Get the effective URI the request was sent to. */ public function getEffectiveUri(): UriInterface { return $this->request->getUri(); } /** * Get the estimated time the request was being transferred by the handler. * * @return float|null Time in seconds. */ public function getTransferTime(): ?float { return $this->transferTime; } /** * Gets an array of all of the handler specific transfer data. */ public function getHandlerStats(): array { return $this->handlerStats; } /** * Get a specific handler statistic from the handler by name. * * @param string $stat Handler specific transfer stat to retrieve. * * @return mixed|null */ public function getHandlerStat(string $stat) { return $this->handlerStats[$stat] ?? null; } } PK6 Zz9k3vendor/guzzlehttp/guzzle/src/RedirectMiddleware.phpnu[ 5, 'protocols' => ['http', 'https'], 'strict' => false, 'referer' => false, 'track_redirects' => false, ]; /** * @var callable(RequestInterface, array): PromiseInterface */ private $nextHandler; /** * @param callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke. */ public function __construct(callable $nextHandler) { $this->nextHandler = $nextHandler; } public function __invoke(RequestInterface $request, array $options): PromiseInterface { $fn = $this->nextHandler; if (empty($options['allow_redirects'])) { return $fn($request, $options); } if ($options['allow_redirects'] === true) { $options['allow_redirects'] = self::$defaultSettings; } elseif (!\is_array($options['allow_redirects'])) { throw new \InvalidArgumentException('allow_redirects must be true, false, or array'); } else { // Merge the default settings with the provided settings $options['allow_redirects'] += self::$defaultSettings; } if (empty($options['allow_redirects']['max'])) { return $fn($request, $options); } return $fn($request, $options) ->then(function (ResponseInterface $response) use ($request, $options) { return $this->checkRedirect($request, $options, $response); }); } /** * @return ResponseInterface|PromiseInterface */ public function checkRedirect(RequestInterface $request, array $options, ResponseInterface $response) { if (\strpos((string) $response->getStatusCode(), '3') !== 0 || !$response->hasHeader('Location') ) { return $response; } $this->guardMax($request, $response, $options); $nextRequest = $this->modifyRequest($request, $options, $response); if (isset($options['allow_redirects']['on_redirect'])) { ($options['allow_redirects']['on_redirect'])( $request, $response, $nextRequest->getUri() ); } $promise = $this($nextRequest, $options); // Add headers to be able to track history of redirects. if (!empty($options['allow_redirects']['track_redirects'])) { return $this->withTracking( $promise, (string) $nextRequest->getUri(), $response->getStatusCode() ); } return $promise; } /** * Enable tracking on promise. */ private function withTracking(PromiseInterface $promise, string $uri, int $statusCode): PromiseInterface { return $promise->then( static function (ResponseInterface $response) use ($uri, $statusCode) { // Note that we are pushing to the front of the list as this // would be an earlier response than what is currently present // in the history header. $historyHeader = $response->getHeader(self::HISTORY_HEADER); $statusHeader = $response->getHeader(self::STATUS_HISTORY_HEADER); \array_unshift($historyHeader, $uri); \array_unshift($statusHeader, (string) $statusCode); return $response->withHeader(self::HISTORY_HEADER, $historyHeader) ->withHeader(self::STATUS_HISTORY_HEADER, $statusHeader); } ); } /** * Check for too many redirects * * @throws TooManyRedirectsException Too many redirects. */ private function guardMax(RequestInterface $request, ResponseInterface $response, array &$options): void { $current = $options['__redirect_count'] ?? 0; $options['__redirect_count'] = $current + 1; $max = $options['allow_redirects']['max']; if ($options['__redirect_count'] > $max) { throw new TooManyRedirectsException("Will not follow more than {$max} redirects", $request, $response); } } public function modifyRequest(RequestInterface $request, array $options, ResponseInterface $response): RequestInterface { // Request modifications to apply. $modify = []; $protocols = $options['allow_redirects']['protocols']; // Use a GET request if this is an entity enclosing request and we are // not forcing RFC compliance, but rather emulating what all browsers // would do. $statusCode = $response->getStatusCode(); if ($statusCode == 303 || ($statusCode <= 302 && !$options['allow_redirects']['strict']) ) { $safeMethods = ['GET', 'HEAD', 'OPTIONS']; $requestMethod = $request->getMethod(); $modify['method'] = in_array($requestMethod, $safeMethods) ? $requestMethod : 'GET'; $modify['body'] = ''; } $uri = $this->redirectUri($request, $response, $protocols); if (isset($options['idn_conversion']) && ($options['idn_conversion'] !== false)) { $idnOptions = ($options['idn_conversion'] === true) ? \IDNA_DEFAULT : $options['idn_conversion']; $uri = Utils::idnUriConvert($uri, $idnOptions); } $modify['uri'] = $uri; Psr7\Message::rewindBody($request); // Add the Referer header if it is told to do so and only // add the header if we are not redirecting from https to http. if ($options['allow_redirects']['referer'] && $modify['uri']->getScheme() === $request->getUri()->getScheme() ) { $uri = $request->getUri()->withUserInfo(''); $modify['set_headers']['Referer'] = (string) $uri; } else { $modify['remove_headers'][] = 'Referer'; } // Remove Authorization header if host is different. if ($request->getUri()->getHost() !== $modify['uri']->getHost()) { $modify['remove_headers'][] = 'Authorization'; } return Psr7\Utils::modifyRequest($request, $modify); } /** * Set the appropriate URL on the request based on the location header */ private function redirectUri(RequestInterface $request, ResponseInterface $response, array $protocols): UriInterface { $location = Psr7\UriResolver::resolve( $request->getUri(), new Psr7\Uri($response->getHeaderLine('Location')) ); // Ensure that the redirect URI is allowed based on the protocols. if (!\in_array($location->getScheme(), $protocols)) { throw new BadResponseException(\sprintf('Redirect URI, %s, does not use one of the allowed redirect protocols: %s', $location, \implode(', ', $protocols)), $request, $response); } return $location; } } PK6 ZVx.#.#,vendor/guzzlehttp/guzzle/src/ClientTrait.phpnu[request('GET', $uri, $options); } /** * Create and send an HTTP HEAD request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. * * @throws GuzzleException */ public function head($uri, array $options = []): ResponseInterface { return $this->request('HEAD', $uri, $options); } /** * Create and send an HTTP PUT request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. * * @throws GuzzleException */ public function put($uri, array $options = []): ResponseInterface { return $this->request('PUT', $uri, $options); } /** * Create and send an HTTP POST request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. * * @throws GuzzleException */ public function post($uri, array $options = []): ResponseInterface { return $this->request('POST', $uri, $options); } /** * Create and send an HTTP PATCH request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. * * @throws GuzzleException */ public function patch($uri, array $options = []): ResponseInterface { return $this->request('PATCH', $uri, $options); } /** * Create and send an HTTP DELETE request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. * * @throws GuzzleException */ public function delete($uri, array $options = []): ResponseInterface { return $this->request('DELETE', $uri, $options); } /** * Create and send an asynchronous HTTP request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string $method HTTP method * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ abstract public function requestAsync(string $method, $uri, array $options = []): PromiseInterface; /** * Create and send an asynchronous HTTP GET request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ public function getAsync($uri, array $options = []): PromiseInterface { return $this->requestAsync('GET', $uri, $options); } /** * Create and send an asynchronous HTTP HEAD request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ public function headAsync($uri, array $options = []): PromiseInterface { return $this->requestAsync('HEAD', $uri, $options); } /** * Create and send an asynchronous HTTP PUT request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ public function putAsync($uri, array $options = []): PromiseInterface { return $this->requestAsync('PUT', $uri, $options); } /** * Create and send an asynchronous HTTP POST request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ public function postAsync($uri, array $options = []): PromiseInterface { return $this->requestAsync('POST', $uri, $options); } /** * Create and send an asynchronous HTTP PATCH request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ public function patchAsync($uri, array $options = []): PromiseInterface { return $this->requestAsync('PATCH', $uri, $options); } /** * Create and send an asynchronous HTTP DELETE request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. */ public function deleteAsync($uri, array $options = []): PromiseInterface { return $this->requestAsync('DELETE', $uri, $options); } } PK6 Z^:ww/vendor/guzzlehttp/guzzle/src/BodySummarizer.phpnu[truncateAt = $truncateAt; } /** * Returns a summarized message body. */ public function summarize(MessageInterface $message): ?string { return $this->truncateAt === null ? \GuzzleHttp\Psr7\Message::bodySummary($message) : \GuzzleHttp\Psr7\Message::bodySummary($message, $this->truncateAt); } } PK6 ZdbLFF'vendor/guzzlehttp/guzzle/src/Client.phpnu[ 'http://www.foo.com/1.0/', * 'timeout' => 0, * 'allow_redirects' => false, * 'proxy' => '192.168.16.1:10' * ]); * * Client configuration settings include the following options: * * - handler: (callable) Function that transfers HTTP requests over the * wire. The function is called with a Psr7\Http\Message\RequestInterface * and array of transfer options, and must return a * GuzzleHttp\Promise\PromiseInterface that is fulfilled with a * Psr7\Http\Message\ResponseInterface on success. * If no handler is provided, a default handler will be created * that enables all of the request options below by attaching all of the * default middleware to the handler. * - base_uri: (string|UriInterface) Base URI of the client that is merged * into relative URIs. Can be a string or instance of UriInterface. * - **: any request option * * @param array $config Client configuration settings. * * @see \GuzzleHttp\RequestOptions for a list of available request options. */ public function __construct(array $config = []) { if (!isset($config['handler'])) { $config['handler'] = HandlerStack::create(); } elseif (!\is_callable($config['handler'])) { throw new InvalidArgumentException('handler must be a callable'); } // Convert the base_uri to a UriInterface if (isset($config['base_uri'])) { $config['base_uri'] = Psr7\Utils::uriFor($config['base_uri']); } $this->configureDefaults($config); } /** * @param string $method * @param array $args * * @return PromiseInterface|ResponseInterface * * @deprecated Client::__call will be removed in guzzlehttp/guzzle:8.0. */ public function __call($method, $args) { if (\count($args) < 1) { throw new InvalidArgumentException('Magic request methods require a URI and optional options array'); } $uri = $args[0]; $opts = $args[1] ?? []; return \substr($method, -5) === 'Async' ? $this->requestAsync(\substr($method, 0, -5), $uri, $opts) : $this->request($method, $uri, $opts); } /** * Asynchronously send an HTTP request. * * @param array $options Request options to apply to the given * request and to the transfer. See \GuzzleHttp\RequestOptions. */ public function sendAsync(RequestInterface $request, array $options = []): PromiseInterface { // Merge the base URI into the request URI if needed. $options = $this->prepareDefaults($options); return $this->transfer( $request->withUri($this->buildUri($request->getUri(), $options), $request->hasHeader('Host')), $options ); } /** * Send an HTTP request. * * @param array $options Request options to apply to the given * request and to the transfer. See \GuzzleHttp\RequestOptions. * * @throws GuzzleException */ public function send(RequestInterface $request, array $options = []): ResponseInterface { $options[RequestOptions::SYNCHRONOUS] = true; return $this->sendAsync($request, $options)->wait(); } /** * The HttpClient PSR (PSR-18) specify this method. * * @inheritDoc */ public function sendRequest(RequestInterface $request): ResponseInterface { $options[RequestOptions::SYNCHRONOUS] = true; $options[RequestOptions::ALLOW_REDIRECTS] = false; $options[RequestOptions::HTTP_ERRORS] = false; return $this->sendAsync($request, $options)->wait(); } /** * Create and send an asynchronous HTTP request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. Use an array to provide a URL * template and additional variables to use in the URL template expansion. * * @param string $method HTTP method * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. See \GuzzleHttp\RequestOptions. */ public function requestAsync(string $method, $uri = '', array $options = []): PromiseInterface { $options = $this->prepareDefaults($options); // Remove request modifying parameter because it can be done up-front. $headers = $options['headers'] ?? []; $body = $options['body'] ?? null; $version = $options['version'] ?? '1.1'; // Merge the URI into the base URI. $uri = $this->buildUri(Psr7\Utils::uriFor($uri), $options); if (\is_array($body)) { throw $this->invalidBody(); } $request = new Psr7\Request($method, $uri, $headers, $body, $version); // Remove the option so that they are not doubly-applied. unset($options['headers'], $options['body'], $options['version']); return $this->transfer($request, $options); } /** * Create and send an HTTP request. * * Use an absolute path to override the base path of the client, or a * relative path to append to the base path of the client. The URL can * contain the query string as well. * * @param string $method HTTP method. * @param string|UriInterface $uri URI object or string. * @param array $options Request options to apply. See \GuzzleHttp\RequestOptions. * * @throws GuzzleException */ public function request(string $method, $uri = '', array $options = []): ResponseInterface { $options[RequestOptions::SYNCHRONOUS] = true; return $this->requestAsync($method, $uri, $options)->wait(); } /** * Get a client configuration option. * * These options include default request options of the client, a "handler" * (if utilized by the concrete client), and a "base_uri" if utilized by * the concrete client. * * @param string|null $option The config option to retrieve. * * @return mixed * * @deprecated Client::getConfig will be removed in guzzlehttp/guzzle:8.0. */ public function getConfig(?string $option = null) { return $option === null ? $this->config : ($this->config[$option] ?? null); } private function buildUri(UriInterface $uri, array $config): UriInterface { if (isset($config['base_uri'])) { $uri = Psr7\UriResolver::resolve(Psr7\Utils::uriFor($config['base_uri']), $uri); } if (isset($config['idn_conversion']) && ($config['idn_conversion'] !== false)) { $idnOptions = ($config['idn_conversion'] === true) ? \IDNA_DEFAULT : $config['idn_conversion']; $uri = Utils::idnUriConvert($uri, $idnOptions); } return $uri->getScheme() === '' && $uri->getHost() !== '' ? $uri->withScheme('http') : $uri; } /** * Configures the default options for a client. */ private function configureDefaults(array $config): void { $defaults = [ 'allow_redirects' => RedirectMiddleware::$defaultSettings, 'http_errors' => true, 'decode_content' => true, 'verify' => true, 'cookies' => false, 'idn_conversion' => false, ]; // Use the standard Linux HTTP_PROXY and HTTPS_PROXY if set. // We can only trust the HTTP_PROXY environment variable in a CLI // process due to the fact that PHP has no reliable mechanism to // get environment variables that start with "HTTP_". if (\PHP_SAPI === 'cli' && ($proxy = Utils::getenv('HTTP_PROXY'))) { $defaults['proxy']['http'] = $proxy; } if ($proxy = Utils::getenv('HTTPS_PROXY')) { $defaults['proxy']['https'] = $proxy; } if ($noProxy = Utils::getenv('NO_PROXY')) { $cleanedNoProxy = \str_replace(' ', '', $noProxy); $defaults['proxy']['no'] = \explode(',', $cleanedNoProxy); } $this->config = $config + $defaults; if (!empty($config['cookies']) && $config['cookies'] === true) { $this->config['cookies'] = new CookieJar(); } // Add the default user-agent header. if (!isset($this->config['headers'])) { $this->config['headers'] = ['User-Agent' => Utils::defaultUserAgent()]; } else { // Add the User-Agent header if one was not already set. foreach (\array_keys($this->config['headers']) as $name) { if (\strtolower($name) === 'user-agent') { return; } } $this->config['headers']['User-Agent'] = Utils::defaultUserAgent(); } } /** * Merges default options into the array. * * @param array $options Options to modify by reference */ private function prepareDefaults(array $options): array { $defaults = $this->config; if (!empty($defaults['headers'])) { // Default headers are only added if they are not present. $defaults['_conditional'] = $defaults['headers']; unset($defaults['headers']); } // Special handling for headers is required as they are added as // conditional headers and as headers passed to a request ctor. if (\array_key_exists('headers', $options)) { // Allows default headers to be unset. if ($options['headers'] === null) { $defaults['_conditional'] = []; unset($options['headers']); } elseif (!\is_array($options['headers'])) { throw new InvalidArgumentException('headers must be an array'); } } // Shallow merge defaults underneath options. $result = $options + $defaults; // Remove null values. foreach ($result as $k => $v) { if ($v === null) { unset($result[$k]); } } return $result; } /** * Transfers the given request and applies request options. * * The URI of the request is not modified and the request options are used * as-is without merging in default options. * * @param array $options See \GuzzleHttp\RequestOptions. */ private function transfer(RequestInterface $request, array $options): PromiseInterface { $request = $this->applyOptions($request, $options); /** @var HandlerStack $handler */ $handler = $options['handler']; try { return P\Create::promiseFor($handler($request, $options)); } catch (\Exception $e) { return P\Create::rejectionFor($e); } } /** * Applies the array of request options to a request. */ private function applyOptions(RequestInterface $request, array &$options): RequestInterface { $modify = [ 'set_headers' => [], ]; if (isset($options['headers'])) { $modify['set_headers'] = $options['headers']; unset($options['headers']); } if (isset($options['form_params'])) { if (isset($options['multipart'])) { throw new InvalidArgumentException('You cannot use ' . 'form_params and multipart at the same time. Use the ' . 'form_params option if you want to send application/' . 'x-www-form-urlencoded requests, and the multipart ' . 'option to send multipart/form-data requests.'); } $options['body'] = \http_build_query($options['form_params'], '', '&'); unset($options['form_params']); // Ensure that we don't have the header in different case and set the new value. $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); $options['_conditional']['Content-Type'] = 'application/x-www-form-urlencoded'; } if (isset($options['multipart'])) { $options['body'] = new Psr7\MultipartStream($options['multipart']); unset($options['multipart']); } if (isset($options['json'])) { $options['body'] = Utils::jsonEncode($options['json']); unset($options['json']); // Ensure that we don't have the header in different case and set the new value. $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); $options['_conditional']['Content-Type'] = 'application/json'; } if (!empty($options['decode_content']) && $options['decode_content'] !== true ) { // Ensure that we don't have the header in different case and set the new value. $options['_conditional'] = Psr7\Utils::caselessRemove(['Accept-Encoding'], $options['_conditional']); $modify['set_headers']['Accept-Encoding'] = $options['decode_content']; } if (isset($options['body'])) { if (\is_array($options['body'])) { throw $this->invalidBody(); } $modify['body'] = Psr7\Utils::streamFor($options['body']); unset($options['body']); } if (!empty($options['auth']) && \is_array($options['auth'])) { $value = $options['auth']; $type = isset($value[2]) ? \strtolower($value[2]) : 'basic'; switch ($type) { case 'basic': // Ensure that we don't have the header in different case and set the new value. $modify['set_headers'] = Psr7\Utils::caselessRemove(['Authorization'], $modify['set_headers']); $modify['set_headers']['Authorization'] = 'Basic ' . \base64_encode("$value[0]:$value[1]"); break; case 'digest': // @todo: Do not rely on curl $options['curl'][\CURLOPT_HTTPAUTH] = \CURLAUTH_DIGEST; $options['curl'][\CURLOPT_USERPWD] = "$value[0]:$value[1]"; break; case 'ntlm': $options['curl'][\CURLOPT_HTTPAUTH] = \CURLAUTH_NTLM; $options['curl'][\CURLOPT_USERPWD] = "$value[0]:$value[1]"; break; } } if (isset($options['query'])) { $value = $options['query']; if (\is_array($value)) { $value = \http_build_query($value, '', '&', \PHP_QUERY_RFC3986); } if (!\is_string($value)) { throw new InvalidArgumentException('query must be a string or array'); } $modify['query'] = $value; unset($options['query']); } // Ensure that sink is not an invalid value. if (isset($options['sink'])) { // TODO: Add more sink validation? if (\is_bool($options['sink'])) { throw new InvalidArgumentException('sink must not be a boolean'); } } $request = Psr7\Utils::modifyRequest($request, $modify); if ($request->getBody() instanceof Psr7\MultipartStream) { // Use a multipart/form-data POST if a Content-Type is not set. // Ensure that we don't have the header in different case and set the new value. $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); $options['_conditional']['Content-Type'] = 'multipart/form-data; boundary=' . $request->getBody()->getBoundary(); } // Merge in conditional headers if they are not present. if (isset($options['_conditional'])) { // Build up the changes so it's in a single clone of the message. $modify = []; foreach ($options['_conditional'] as $k => $v) { if (!$request->hasHeader($k)) { $modify['set_headers'][$k] = $v; } } $request = Psr7\Utils::modifyRequest($request, $modify); // Don't pass this internal value along to middleware/handlers. unset($options['_conditional']); } return $request; } /** * Return an InvalidArgumentException with pre-set message. */ private function invalidBody(): InvalidArgumentException { return new InvalidArgumentException('Passing in the "body" request ' . 'option as an array to send a request is not supported. ' . 'Please use the "form_params" request option to send a ' . 'application/x-www-form-urlencoded request, or the "multipart" ' . 'request option to send a multipart/form-data request.'); } } PK6 Z$::*vendor/guzzlehttp/guzzle/src/functions.phpnu[nextHandler = $nextHandler; } public function __invoke(RequestInterface $request, array $options): PromiseInterface { $fn = $this->nextHandler; // Don't do anything if the request has no body. if ($request->getBody()->getSize() === 0) { return $fn($request, $options); } $modify = []; // Add a default content-type if possible. if (!$request->hasHeader('Content-Type')) { if ($uri = $request->getBody()->getMetadata('uri')) { if (is_string($uri) && $type = Psr7\MimeType::fromFilename($uri)) { $modify['set_headers']['Content-Type'] = $type; } } } // Add a default content-length or transfer-encoding header. if (!$request->hasHeader('Content-Length') && !$request->hasHeader('Transfer-Encoding') ) { $size = $request->getBody()->getSize(); if ($size !== null) { $modify['set_headers']['Content-Length'] = $size; } else { $modify['set_headers']['Transfer-Encoding'] = 'chunked'; } } // Add the expect header if needed. $this->addExpectHeader($request, $options, $modify); return $fn(Psr7\Utils::modifyRequest($request, $modify), $options); } /** * Add expect header */ private function addExpectHeader(RequestInterface $request, array $options, array &$modify): void { // Determine if the Expect header should be used if ($request->hasHeader('Expect')) { return; } $expect = $options['expect'] ?? null; // Return if disabled or if you're not using HTTP/1.1 or HTTP/2.0 if ($expect === false || $request->getProtocolVersion() < 1.1) { return; } // The expect header is unconditionally enabled if ($expect === true) { $modify['set_headers']['Expect'] = '100-Continue'; return; } // By default, send the expect header when the payload is > 1mb if ($expect === null) { $expect = 1048576; } // Always add if the body cannot be rewound, the size cannot be // determined, or the size is greater than the cutoff threshold $body = $request->getBody(); $size = $body->getSize(); if ($size === null || $size >= (int) $expect || !$body->isSeekable()) { $modify['set_headers']['Expect'] = '100-Continue'; } } } PK6 Z11:vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.phpnu[ $rfn) { if ($rfn instanceof RequestInterface) { yield $key => $client->sendAsync($rfn, $opts); } elseif (\is_callable($rfn)) { yield $key => $rfn($opts); } else { throw new \InvalidArgumentException('Each value yielded by the iterator must be a Psr7\Http\Message\RequestInterface or a callable that returns a promise that fulfills with a Psr7\Message\Http\ResponseInterface object.'); } } }; $this->each = new EachPromise($requests(), $config); } /** * Get promise */ public function promise(): PromiseInterface { return $this->each->promise(); } /** * Sends multiple requests concurrently and returns an array of responses * and exceptions that uses the same ordering as the provided requests. * * IMPORTANT: This method keeps every request and response in memory, and * as such, is NOT recommended when sending a large number or an * indeterminate number of requests concurrently. * * @param ClientInterface $client Client used to send the requests * @param array|\Iterator $requests Requests to send concurrently. * @param array $options Passes through the options available in * {@see \GuzzleHttp\Pool::__construct} * * @return array Returns an array containing the response or an exception * in the same order that the requests were sent. * * @throws \InvalidArgumentException if the event format is incorrect. */ public static function batch(ClientInterface $client, $requests, array $options = []): array { $res = []; self::cmpCallback($options, 'fulfilled', $res); self::cmpCallback($options, 'rejected', $res); $pool = new static($client, $requests, $options); $pool->promise()->wait(); \ksort($res); return $res; } /** * Execute callback(s) */ private static function cmpCallback(array &$options, string $name, array &$results): void { if (!isset($options[$name])) { $options[$name] = static function ($v, $k) use (&$results) { $results[$k] = $v; }; } else { $currentFn = $options[$name]; $options[$name] = static function ($v, $k) use (&$results, $currentFn) { $currentFn($v, $k); $results[$k] = $v; }; } } } PK6 ZWWvendor/guzzlehttp/psr7/LICENSEnu[Copyright (c) 2015 Michael Dowling, https://github.com/mtdowling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK6 Zʀ@@#vendor/guzzlehttp/psr7/.php_cs.distnu[setRiskyAllowed(true) ->setRules([ '@PSR2' => true, 'array_syntax' => ['syntax' => 'short'], 'concat_space' => ['spacing' => 'one'], 'declare_strict_types' => false, 'final_static_access' => true, 'fully_qualified_strict_types' => true, 'header_comment' => false, 'is_null' => ['use_yoda_style' => true], 'list_syntax' => ['syntax' => 'long'], 'lowercase_cast' => true, 'magic_method_casing' => true, 'modernize_types_casting' => true, 'multiline_comment_opening_closing' => true, 'no_alias_functions' => true, 'no_alternative_syntax' => true, 'no_blank_lines_after_phpdoc' => true, 'no_empty_comment' => true, 'no_empty_phpdoc' => true, 'no_empty_statement' => true, 'no_extra_blank_lines' => true, 'no_leading_import_slash' => true, 'no_trailing_comma_in_singleline_array' => true, 'no_unset_cast' => true, 'no_unused_imports' => true, 'no_whitespace_in_blank_line' => true, 'ordered_imports' => true, 'php_unit_ordered_covers' => true, 'php_unit_test_annotation' => ['style' => 'prefix'], 'php_unit_test_case_static_method_calls' => ['call_type' => 'self'], 'phpdoc_align' => ['align' => 'vertical'], 'phpdoc_no_useless_inheritdoc' => true, 'phpdoc_scalar' => true, 'phpdoc_separation' => true, 'phpdoc_single_line_var_spacing' => true, 'phpdoc_trim' => true, 'phpdoc_trim_consecutive_blank_line_separation' => true, 'phpdoc_types' => true, 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], 'phpdoc_var_without_name' => true, 'single_trait_insert_per_statement' => true, 'standardize_not_equals' => true, ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ->name('*.php') ) ; return $config; PK6 Zhh vendor/guzzlehttp/psr7/README.mdnu[# PSR-7 Message Implementation This repository contains a full [PSR-7](http://www.php-fig.org/psr/psr-7/) message implementation, several stream decorators, and some helpful functionality like query string parsing. [![Build Status](https://travis-ci.org/guzzle/psr7.svg?branch=master)](https://travis-ci.org/guzzle/psr7) # Stream implementation This package comes with a number of stream implementations and stream decorators. ## AppendStream `GuzzleHttp\Psr7\AppendStream` Reads from multiple streams, one after the other. ```php use GuzzleHttp\Psr7; $a = Psr7\Utils::streamFor('abc, '); $b = Psr7\Utils::streamFor('123.'); $composed = new Psr7\AppendStream([$a, $b]); $composed->addStream(Psr7\Utils::streamFor(' Above all listen to me')); echo $composed; // abc, 123. Above all listen to me. ``` ## BufferStream `GuzzleHttp\Psr7\BufferStream` Provides a buffer stream that can be written to fill a buffer, and read from to remove bytes from the buffer. This stream returns a "hwm" metadata value that tells upstream consumers what the configured high water mark of the stream is, or the maximum preferred size of the buffer. ```php use GuzzleHttp\Psr7; // When more than 1024 bytes are in the buffer, it will begin returning // false to writes. This is an indication that writers should slow down. $buffer = new Psr7\BufferStream(1024); ``` ## CachingStream The CachingStream is used to allow seeking over previously read bytes on non-seekable streams. This can be useful when transferring a non-seekable entity body fails due to needing to rewind the stream (for example, resulting from a redirect). Data that is read from the remote stream will be buffered in a PHP temp stream so that previously read bytes are cached first in memory, then on disk. ```php use GuzzleHttp\Psr7; $original = Psr7\Utils::streamFor(fopen('http://www.google.com', 'r')); $stream = new Psr7\CachingStream($original); $stream->read(1024); echo $stream->tell(); // 1024 $stream->seek(0); echo $stream->tell(); // 0 ``` ## DroppingStream `GuzzleHttp\Psr7\DroppingStream` Stream decorator that begins dropping data once the size of the underlying stream becomes too full. ```php use GuzzleHttp\Psr7; // Create an empty stream $stream = Psr7\Utils::streamFor(); // Start dropping data when the stream has more than 10 bytes $dropping = new Psr7\DroppingStream($stream, 10); $dropping->write('01234567890123456789'); echo $stream; // 0123456789 ``` ## FnStream `GuzzleHttp\Psr7\FnStream` Compose stream implementations based on a hash of functions. Allows for easy testing and extension of a provided stream without needing to create a concrete class for a simple extension point. ```php use GuzzleHttp\Psr7; $stream = Psr7\Utils::streamFor('hi'); $fnStream = Psr7\FnStream::decorate($stream, [ 'rewind' => function () use ($stream) { echo 'About to rewind - '; $stream->rewind(); echo 'rewound!'; } ]); $fnStream->rewind(); // Outputs: About to rewind - rewound! ``` ## InflateStream `GuzzleHttp\Psr7\InflateStream` Uses PHP's zlib.inflate filter to inflate deflate or gzipped content. This stream decorator skips the first 10 bytes of the given stream to remove the gzip header, converts the provided stream to a PHP stream resource, then appends the zlib.inflate filter. The stream is then converted back to a Guzzle stream resource to be used as a Guzzle stream. ## LazyOpenStream `GuzzleHttp\Psr7\LazyOpenStream` Lazily reads or writes to a file that is opened only after an IO operation take place on the stream. ```php use GuzzleHttp\Psr7; $stream = new Psr7\LazyOpenStream('/path/to/file', 'r'); // The file has not yet been opened... echo $stream->read(10); // The file is opened and read from only when needed. ``` ## LimitStream `GuzzleHttp\Psr7\LimitStream` LimitStream can be used to read a subset or slice of an existing stream object. This can be useful for breaking a large file into smaller pieces to be sent in chunks (e.g. Amazon S3's multipart upload API). ```php use GuzzleHttp\Psr7; $original = Psr7\Utils::streamFor(fopen('/tmp/test.txt', 'r+')); echo $original->getSize(); // >>> 1048576 // Limit the size of the body to 1024 bytes and start reading from byte 2048 $stream = new Psr7\LimitStream($original, 1024, 2048); echo $stream->getSize(); // >>> 1024 echo $stream->tell(); // >>> 0 ``` ## MultipartStream `GuzzleHttp\Psr7\MultipartStream` Stream that when read returns bytes for a streaming multipart or multipart/form-data stream. ## NoSeekStream `GuzzleHttp\Psr7\NoSeekStream` NoSeekStream wraps a stream and does not allow seeking. ```php use GuzzleHttp\Psr7; $original = Psr7\Utils::streamFor('foo'); $noSeek = new Psr7\NoSeekStream($original); echo $noSeek->read(3); // foo var_export($noSeek->isSeekable()); // false $noSeek->seek(0); var_export($noSeek->read(3)); // NULL ``` ## PumpStream `GuzzleHttp\Psr7\PumpStream` Provides a read only stream that pumps data from a PHP callable. When invoking the provided callable, the PumpStream will pass the amount of data requested to read to the callable. The callable can choose to ignore this value and return fewer or more bytes than requested. Any extra data returned by the provided callable is buffered internally until drained using the read() function of the PumpStream. The provided callable MUST return false when there is no more data to read. ## Implementing stream decorators Creating a stream decorator is very easy thanks to the `GuzzleHttp\Psr7\StreamDecoratorTrait`. This trait provides methods that implement `Psr\Http\Message\StreamInterface` by proxying to an underlying stream. Just `use` the `StreamDecoratorTrait` and implement your custom methods. For example, let's say we wanted to call a specific function each time the last byte is read from a stream. This could be implemented by overriding the `read()` method. ```php use Psr\Http\Message\StreamInterface; use GuzzleHttp\Psr7\StreamDecoratorTrait; class EofCallbackStream implements StreamInterface { use StreamDecoratorTrait; private $callback; public function __construct(StreamInterface $stream, callable $cb) { $this->stream = $stream; $this->callback = $cb; } public function read($length) { $result = $this->stream->read($length); // Invoke the callback when EOF is hit. if ($this->eof()) { call_user_func($this->callback); } return $result; } } ``` This decorator could be added to any existing stream and used like so: ```php use GuzzleHttp\Psr7; $original = Psr7\Utils::streamFor('foo'); $eofStream = new EofCallbackStream($original, function () { echo 'EOF!'; }); $eofStream->read(2); $eofStream->read(1); // echoes "EOF!" $eofStream->seek(0); $eofStream->read(3); // echoes "EOF!" ``` ## PHP StreamWrapper You can use the `GuzzleHttp\Psr7\StreamWrapper` class if you need to use a PSR-7 stream as a PHP stream resource. Use the `GuzzleHttp\Psr7\StreamWrapper::getResource()` method to create a PHP stream from a PSR-7 stream. ```php use GuzzleHttp\Psr7\StreamWrapper; $stream = GuzzleHttp\Psr7\Utils::streamFor('hello!'); $resource = StreamWrapper::getResource($stream); echo fread($resource, 6); // outputs hello! ``` # Static API There are various static methods available under the `GuzzleHttp\Psr7` namespace. ## `GuzzleHttp\Psr7\Message::toString` `public static function toString(MessageInterface $message): string` Returns the string representation of an HTTP message. ```php $request = new GuzzleHttp\Psr7\Request('GET', 'http://example.com'); echo GuzzleHttp\Psr7\Message::toString($request); ``` ## `GuzzleHttp\Psr7\Message::bodySummary` `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null` Get a short summary of the message body. Will return `null` if the response is not printable. ## `GuzzleHttp\Psr7\Message::rewindBody` `public static function rewindBody(MessageInterface $message): void` Attempts to rewind a message body and throws an exception on failure. The body of the message will only be rewound if a call to `tell()` returns a value other than `0`. ## `GuzzleHttp\Psr7\Message::parseMessage` `public static function parseMessage(string $message): array` Parses an HTTP message into an associative array. The array contains the "start-line" key containing the start line of the message, "headers" key containing an associative array of header array values, and a "body" key containing the body of the message. ## `GuzzleHttp\Psr7\Message::parseRequestUri` `public static function parseRequestUri(string $path, array $headers): string` Constructs a URI for an HTTP request message. ## `GuzzleHttp\Psr7\Message::parseRequest` `public static function parseRequest(string $message): Request` Parses a request message string into a request object. ## `GuzzleHttp\Psr7\Message::parseResponse` `public static function parseResponse(string $message): Response` Parses a response message string into a response object. ## `GuzzleHttp\Psr7\Header::parse` `public static function parse(string|array $header): array` Parse an array of header values containing ";" separated data into an array of associative arrays representing the header key value pair data of the header. When a parameter does not contain a value, but just contains a key, this function will inject a key with a '' string value. ## `GuzzleHttp\Psr7\Header::normalize` `public static function normalize(string|array $header): array` Converts an array of header values that may contain comma separated headers into an array of headers with no comma separated values. ## `GuzzleHttp\Psr7\Query::parse` `public static function parse(string $str, int|bool $urlEncoding = true): array` Parse a query string into an associative array. If multiple values are found for the same key, the value of that key value pair will become an array. This function does not parse nested PHP style arrays into an associative array (e.g., `foo[a]=1&foo[b]=2` will be parsed into `['foo[a]' => '1', 'foo[b]' => '2'])`. ## `GuzzleHttp\Psr7\Query::build` `public static function build(array $params, int|false $encoding = PHP_QUERY_RFC3986): string` Build a query string from an array of key value pairs. This function can use the return value of `parse()` to build a query string. This function does not modify the provided keys when an array is encountered (like `http_build_query()` would). ## `GuzzleHttp\Psr7\Utils::caselessRemove` `public static function caselessRemove(iterable $keys, $keys, array $data): array` Remove the items given by the keys, case insensitively from the data. ## `GuzzleHttp\Psr7\Utils::copyToStream` `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = -1): void` Copy the contents of a stream into another stream until the given number of bytes have been read. ## `GuzzleHttp\Psr7\Utils::copyToString` `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string` Copy the contents of a stream into a string until the given number of bytes have been read. ## `GuzzleHttp\Psr7\Utils::hash` `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): string` Calculate a hash of a stream. This method reads the entire stream to calculate a rolling hash, based on PHP's `hash_init` functions. ## `GuzzleHttp\Psr7\Utils::modifyRequest` `public static function modifyRequest(RequestInterface $request, array $changes): RequestInterface` Clone and modify a request with the given changes. This method is useful for reducing the number of clones needed to mutate a message. - method: (string) Changes the HTTP method. - set_headers: (array) Sets the given headers. - remove_headers: (array) Remove the given headers. - body: (mixed) Sets the given body. - uri: (UriInterface) Set the URI. - query: (string) Set the query string value of the URI. - version: (string) Set the protocol version. ## `GuzzleHttp\Psr7\Utils::readLine` `public static function readLine(StreamInterface $stream, int $maxLength = null): string` Read a line from the stream up to the maximum allowed buffer length. ## `GuzzleHttp\Psr7\Utils::streamFor` `public static function streamFor(resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource = '', array $options = []): StreamInterface` Create a new stream based on the input type. Options is an associative array that can contain the following keys: - metadata: Array of custom metadata. - size: Size of the stream. This method accepts the following `$resource` types: - `Psr\Http\Message\StreamInterface`: Returns the value as-is. - `string`: Creates a stream object that uses the given string as the contents. - `resource`: Creates a stream object that wraps the given PHP stream resource. - `Iterator`: If the provided value implements `Iterator`, then a read-only stream object will be created that wraps the given iterable. Each time the stream is read from, data from the iterator will fill a buffer and will be continuously called until the buffer is equal to the requested read size. Subsequent read calls will first read from the buffer and then call `next` on the underlying iterator until it is exhausted. - `object` with `__toString()`: If the object has the `__toString()` method, the object will be cast to a string and then a stream will be returned that uses the string value. - `NULL`: When `null` is passed, an empty stream object is returned. - `callable` When a callable is passed, a read-only stream object will be created that invokes the given callable. The callable is invoked with the number of suggested bytes to read. The callable can return any number of bytes, but MUST return `false` when there is no more data to return. The stream object that wraps the callable will invoke the callable until the number of requested bytes are available. Any additional bytes will be buffered and used in subsequent reads. ```php $stream = GuzzleHttp\Psr7\Utils::streamFor('foo'); $stream = GuzzleHttp\Psr7\Utils::streamFor(fopen('/path/to/file', 'r')); $generator = function ($bytes) { for ($i = 0; $i < $bytes; $i++) { yield ' '; } } $stream = GuzzleHttp\Psr7\Utils::streamFor($generator(100)); ``` ## `GuzzleHttp\Psr7\Utils::tryFopen` `public static function tryFopen(string $filename, string $mode): resource` Safely opens a PHP stream resource using a filename. When fopen fails, PHP normally raises a warning. This function adds an error handler that checks for errors and throws an exception instead. ## `GuzzleHttp\Psr7\Utils::uriFor` `public static function uriFor(string|UriInterface $uri): UriInterface` Returns a UriInterface for the given value. This function accepts a string or UriInterface and returns a UriInterface for the given value. If the value is already a UriInterface, it is returned as-is. ## `GuzzleHttp\Psr7\MimeType::fromFilename` `public static function fromFilename(string $filename): string|null` Determines the mimetype of a file by looking at its extension. ## `GuzzleHttp\Psr7\MimeType::fromExtension` `public static function fromExtension(string $extension): string|null` Maps a file extensions to a mimetype. ## Upgrading from Function API The static API was first introduced in 1.7.0, in order to mitigate problems with functions conflicting between global and local copies of the package. The function API will be removed in 2.0.0. A migration table has been provided here for your convenience: | Original Function | Replacement Method | |----------------|----------------| | `str` | `Message::toString` | | `uri_for` | `Utils::uriFor` | | `stream_for` | `Utils::streamFor` | | `parse_header` | `Header::parse` | | `normalize_header` | `Header::normalize` | | `modify_request` | `Utils::modifyRequest` | | `rewind_body` | `Message::rewindBody` | | `try_fopen` | `Utils::tryFopen` | | `copy_to_string` | `Utils::copyToString` | | `copy_to_stream` | `Utils::copyToStream` | | `hash` | `Utils::hash` | | `readline` | `Utils::readLine` | | `parse_request` | `Message::parseRequest` | | `parse_response` | `Message::parseResponse` | | `parse_query` | `Query::parse` | | `build_query` | `Query::build` | | `mimetype_from_filename` | `MimeType::fromFilename` | | `mimetype_from_extension` | `MimeType::fromExtension` | | `_parse_message` | `Message::parseMessage` | | `_parse_request_uri` | `Message::parseRequestUri` | | `get_message_body_summary` | `Message::bodySummary` | | `_caseless_remove` | `Utils::caselessRemove` | # Additional URI Methods Aside from the standard `Psr\Http\Message\UriInterface` implementation in form of the `GuzzleHttp\Psr7\Uri` class, this library also provides additional functionality when working with URIs as static methods. ## URI Types An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative reference. An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI, the base URI. Relative references can be divided into several forms according to [RFC 3986 Section 4.2](https://tools.ietf.org/html/rfc3986#section-4.2): - network-path references, e.g. `//example.com/path` - absolute-path references, e.g. `/path` - relative-path references, e.g. `subpath` The following methods can be used to identify the type of the URI. ### `GuzzleHttp\Psr7\Uri::isAbsolute` `public static function isAbsolute(UriInterface $uri): bool` Whether the URI is absolute, i.e. it has a scheme. ### `GuzzleHttp\Psr7\Uri::isNetworkPathReference` `public static function isNetworkPathReference(UriInterface $uri): bool` Whether the URI is a network-path reference. A relative reference that begins with two slash characters is termed an network-path reference. ### `GuzzleHttp\Psr7\Uri::isAbsolutePathReference` `public static function isAbsolutePathReference(UriInterface $uri): bool` Whether the URI is a absolute-path reference. A relative reference that begins with a single slash character is termed an absolute-path reference. ### `GuzzleHttp\Psr7\Uri::isRelativePathReference` `public static function isRelativePathReference(UriInterface $uri): bool` Whether the URI is a relative-path reference. A relative reference that does not begin with a slash character is termed a relative-path reference. ### `GuzzleHttp\Psr7\Uri::isSameDocumentReference` `public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null): bool` Whether the URI is a same-document reference. A same-document reference refers to a URI that is, aside from its fragment component, identical to the base URI. When no base URI is given, only an empty URI reference (apart from its fragment) is considered a same-document reference. ## URI Components Additional methods to work with URI components. ### `GuzzleHttp\Psr7\Uri::isDefaultPort` `public static function isDefaultPort(UriInterface $uri): bool` Whether the URI has the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort` may return null or the standard port. This method can be used independently of the implementation. ### `GuzzleHttp\Psr7\Uri::composeComponents` `public static function composeComponents($scheme, $authority, $path, $query, $fragment): string` Composes a URI reference string from its various components according to [RFC 3986 Section 5.3](https://tools.ietf.org/html/rfc3986#section-5.3). Usually this method does not need to be called manually but instead is used indirectly via `Psr\Http\Message\UriInterface::__toString`. ### `GuzzleHttp\Psr7\Uri::fromParts` `public static function fromParts(array $parts): UriInterface` Creates a URI from a hash of [`parse_url`](http://php.net/manual/en/function.parse-url.php) components. ### `GuzzleHttp\Psr7\Uri::withQueryValue` `public static function withQueryValue(UriInterface $uri, $key, $value): UriInterface` Creates a new URI with a specific query string value. Any existing query string values that exactly match the provided key are removed and replaced with the given key value pair. A value of null will set the query string key without a value, e.g. "key" instead of "key=value". ### `GuzzleHttp\Psr7\Uri::withQueryValues` `public static function withQueryValues(UriInterface $uri, array $keyValueArray): UriInterface` Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()` but for an associative array of key => value. ### `GuzzleHttp\Psr7\Uri::withoutQueryValue` `public static function withoutQueryValue(UriInterface $uri, $key): UriInterface` Creates a new URI with a specific query string value removed. Any existing query string values that exactly match the provided key are removed. ## Reference Resolution `GuzzleHttp\Psr7\UriResolver` provides methods to resolve a URI reference in the context of a base URI according to [RFC 3986 Section 5](https://tools.ietf.org/html/rfc3986#section-5). This is for example also what web browsers do when resolving a link in a website based on the current request URI. ### `GuzzleHttp\Psr7\UriResolver::resolve` `public static function resolve(UriInterface $base, UriInterface $rel): UriInterface` Converts the relative URI into a new URI that is resolved against the base URI. ### `GuzzleHttp\Psr7\UriResolver::removeDotSegments` `public static function removeDotSegments(string $path): string` Removes dot segments from a path and returns the new path according to [RFC 3986 Section 5.2.4](https://tools.ietf.org/html/rfc3986#section-5.2.4). ### `GuzzleHttp\Psr7\UriResolver::relativize` `public static function relativize(UriInterface $base, UriInterface $target): UriInterface` Returns the target URI as a relative reference from the base URI. This method is the counterpart to resolve(): ```php (string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target)) ``` One use-case is to use the current request URI as base URI and then generate relative links in your documents to reduce the document size or offer self-contained downloadable document archives. ```php $base = new Uri('http://example.com/a/b/'); echo UriResolver::relativize($base, new Uri('http://example.com/a/b/c')); // prints 'c'. echo UriResolver::relativize($base, new Uri('http://example.com/a/x/y')); // prints '../x/y'. echo UriResolver::relativize($base, new Uri('http://example.com/a/b/?q')); // prints '?q'. echo UriResolver::relativize($base, new Uri('http://example.org/a/b/')); // prints '//example.org/a/b/'. ``` ## Normalization and Comparison `GuzzleHttp\Psr7\UriNormalizer` provides methods to normalize and compare URIs according to [RFC 3986 Section 6](https://tools.ietf.org/html/rfc3986#section-6). ### `GuzzleHttp\Psr7\UriNormalizer::normalize` `public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS): UriInterface` Returns a normalized URI. The scheme and host component are already normalized to lowercase per PSR-7 UriInterface. This methods adds additional normalizations that can be configured with the `$flags` parameter which is a bitmask of normalizations to apply. The following normalizations are available: - `UriNormalizer::PRESERVING_NORMALIZATIONS` Default normalizations which only include the ones that preserve semantics. - `UriNormalizer::CAPITALIZE_PERCENT_ENCODING` All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be capitalized. Example: `http://example.org/a%c2%b1b` → `http://example.org/a%C2%B1b` - `UriNormalizer::DECODE_UNRESERVED_CHARACTERS` Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets in the ranges of ALPHA (%41–%5A and %61–%7A), DIGIT (%30–%39), hyphen (%2D), period (%2E), underscore (%5F), or tilde (%7E) should not be created by URI producers and, when found in a URI, should be decoded to their corresponding unreserved characters by URI normalizers. Example: `http://example.org/%7Eusern%61me/` → `http://example.org/~username/` - `UriNormalizer::CONVERT_EMPTY_PATH` Converts the empty path to "/" for http and https URIs. Example: `http://example.org` → `http://example.org/` - `UriNormalizer::REMOVE_DEFAULT_HOST` Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the default host "localhost". All of `file:/myfile`, `file:///myfile`, and `file://localhost/myfile` are equivalent according to RFC 3986. Example: `file://localhost/myfile` → `file:///myfile` - `UriNormalizer::REMOVE_DEFAULT_PORT` Removes the default port of the given URI scheme from the URI. Example: `http://example.org:80/` → `http://example.org/` - `UriNormalizer::REMOVE_DOT_SEGMENTS` Removes unnecessary dot-segments. Dot-segments in relative-path references are not removed as it would change the semantics of the URI reference. Example: `http://example.org/../a/b/../c/./d.html` → `http://example.org/a/c/d.html` - `UriNormalizer::REMOVE_DUPLICATE_SLASHES` Paths which include two or more adjacent slashes are converted to one. Webservers usually ignore duplicate slashes and treat those URIs equivalent. But in theory those URIs do not need to be equivalent. So this normalization may change the semantics. Encoded slashes (%2F) are not removed. Example: `http://example.org//foo///bar.html` → `http://example.org/foo/bar.html` - `UriNormalizer::SORT_QUERY_PARAMETERS` Sort query parameters with their values in alphabetical order. However, the order of parameters in a URI may be significant (this is not defined by the standard). So this normalization is not safe and may change the semantics of the URI. Example: `?lang=en&article=fred` → `?article=fred&lang=en` ### `GuzzleHttp\Psr7\UriNormalizer::isEquivalent` `public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS): bool` Whether two URIs can be considered equivalent. Both URIs are normalized automatically before comparison with the given `$normalizations` bitmask. The method also accepts relative URI references and returns true when they are equivalent. This of course assumes they will be resolved against the same base URI. If this is not the case, determination of equivalence or difference of relative references does not mean anything. PK6 ZM_)9..8vendor/guzzlehttp/psr7/.github/workflows/integration.ymlnu[name: Integration on: pull_request: jobs: build: name: Test runs-on: ubuntu-latest strategy: max-parallel: 10 matrix: php: ['7.2', '7.3', '7.4', '8.0'] steps: - name: Set up PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: none - name: Checkout code uses: actions/checkout@v2 - name: Download dependencies uses: ramsey/composer-install@v1 with: composer-options: --no-interaction --prefer-dist --optimize-autoloader - name: Start server run: php -S 127.0.0.1:10002 tests/Integration/server.php & - name: Run tests env: TEST_SERVER: 127.0.0.1:10002 run: ./vendor/bin/phpunit --testsuite Integration PK6 ZFs  /vendor/guzzlehttp/psr7/.github/workflows/bc.ymlnu[name: BC Check on: pull_request: jobs: roave-bc-check: name: Roave BC Check runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Roave BC Check uses: docker://nyholm/roave-bc-check-ga PK6 Zӄ\__/vendor/guzzlehttp/psr7/.github/workflows/ci.ymlnu[name: CI on: pull_request: jobs: build: name: Build runs-on: ubuntu-latest strategy: max-parallel: 10 matrix: php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4'] steps: - name: Set up PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: 'none' extensions: mbstring - name: Checkout code uses: actions/checkout@v2 - name: Install dependencies run: composer update --no-interaction --no-progress --prefer-dist - name: Run tests run: make test PK6 ZZ II$vendor/guzzlehttp/psr7/composer.jsonnu[{ "name": "guzzlehttp/psr7", "type": "library", "description": "PSR-7 message implementation that also provides common utility methods", "keywords": ["request", "response", "message", "stream", "http", "uri", "url", "psr-7"], "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10", "ext-zlib": "*" }, "provide": { "psr/http-message-implementation": "1.0" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": ["src/functions_include.php"] }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Tests\\Psr7\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "1.7-dev" } } } PK6 Z5}KK#vendor/guzzlehttp/psr7/CHANGELOG.mdnu[# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.8.1] - 2021-03-21 ### Fixed - Issue parsing IPv6 URLs - Issue modifying ServerRequest lost all its attributes ## [1.8.0] - 2021-03-21 ### Added - Locale independent URL parsing - Most classes got a `@final` annotation to prepare for 2.0 ### Fixed - Issue when creating stream from `php://input` and curl-ext is not installed - Broken `Utils::tryFopen()` on PHP 8 ## [1.7.0] - 2020-09-30 ### Added - Replaced functions by static methods ### Fixed - Converting a non-seekable stream to a string - Handle multiple Set-Cookie correctly - Ignore array keys in header values when merging - Allow multibyte characters to be parsed in `Message:bodySummary()` ### Changed - Restored partial HHVM 3 support ## [1.6.1] - 2019-07-02 ### Fixed - Accept null and bool header values again ## [1.6.0] - 2019-06-30 ### Added - Allowed version `^3.0` of `ralouphie/getallheaders` dependency (#244) - Added MIME type for WEBP image format (#246) - Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#250, #272) ### Changed - Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have done the same. (#262) - Accept port number 0 to be valid (#270) ### Fixed - Fixed subsequent reads from `php://input` in ServerRequest (#247) - Fixed readable/writable detection for certain stream modes (#248) - Fixed encoding of special characters in the `userInfo` component of an URI (#253) ## [1.5.2] - 2018-12-04 ### Fixed - Check body size when getting the message summary ## [1.5.1] - 2018-12-04 ### Fixed - Get the summary of a body only if it is readable ## [1.5.0] - 2018-12-03 ### Added - Response first-line to response string exception (fixes #145) - A test for #129 behavior - `get_message_body_summary` function in order to get the message summary - `3gp` and `mkv` mime types ### Changed - Clarify exception message when stream is detached ### Deprecated - Deprecated parsing folded header lines as per RFC 7230 ### Fixed - Fix `AppendStream::detach` to not close streams - `InflateStream` preserves `isSeekable` attribute of the underlying stream - `ServerRequest::getUriFromGlobals` to support URLs in query parameters Several other fixes and improvements. ## [1.4.2] - 2017-03-20 ### Fixed - Reverted BC break to `Uri::resolve` and `Uri::removeDotSegments` by removing calls to `trigger_error` when deprecated methods are invoked. ## [1.4.1] - 2017-02-27 ### Added - Rriggering of silenced deprecation warnings. ### Fixed - Reverted BC break by reintroducing behavior to automagically fix a URI with a relative path and an authority by adding a leading slash to the path. It's only deprecated now. ## [1.4.0] - 2017-02-21 ### Added - Added common URI utility methods based on RFC 3986 (see documentation in the readme): - `Uri::isDefaultPort` - `Uri::isAbsolute` - `Uri::isNetworkPathReference` - `Uri::isAbsolutePathReference` - `Uri::isRelativePathReference` - `Uri::isSameDocumentReference` - `Uri::composeComponents` - `UriNormalizer::normalize` - `UriNormalizer::isEquivalent` - `UriResolver::relativize` ### Changed - Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form. - Allow `parse_response` to parse a response without delimiting space and reason. - Ensure each URI modification results in a valid URI according to PSR-7 discussions. Invalid modifications will throw an exception instead of returning a wrong URI or doing some magic. - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception because the path of a URI with an authority must start with a slash "/" or be empty - `(new Uri())->withScheme('http')` will return `'http://localhost'` ### Deprecated - `Uri::resolve` in favor of `UriResolver::resolve` - `Uri::removeDotSegments` in favor of `UriResolver::removeDotSegments` ### Fixed - `Stream::read` when length parameter <= 0. - `copy_to_stream` reads bytes in chunks instead of `maxLen` into memory. - `ServerRequest::getUriFromGlobals` when `Host` header contains port. - Compatibility of URIs with `file` scheme and empty host. ## [1.3.1] - 2016-06-25 ### Fixed - `Uri::__toString` for network path references, e.g. `//example.org`. - Missing lowercase normalization for host. - Handling of URI components in case they are `'0'` in a lot of places, e.g. as a user info password. - `Uri::withAddedHeader` to correctly merge headers with different case. - Trimming of header values in `Uri::withAddedHeader`. Header values may be surrounded by whitespace which should be ignored according to RFC 7230 Section 3.2.4. This does not apply to header names. - `Uri::withAddedHeader` with an array of header values. - `Uri::resolve` when base path has no slash and handling of fragment. - Handling of encoding in `Uri::with(out)QueryValue` so one can pass the key/value both in encoded as well as decoded form to those methods. This is consistent with withPath, withQuery etc. - `ServerRequest::withoutAttribute` when attribute value is null. ## [1.3.0] - 2016-04-13 ### Added - Remaining interfaces needed for full PSR7 compatibility (ServerRequestInterface, UploadedFileInterface, etc.). - Support for stream_for from scalars. ### Changed - Can now extend Uri. ### Fixed - A bug in validating request methods by making it more permissive. ## [1.2.3] - 2016-02-18 ### Fixed - Support in `GuzzleHttp\Psr7\CachingStream` for seeking forward on remote streams, which can sometimes return fewer bytes than requested with `fread`. - Handling of gzipped responses with FNAME headers. ## [1.2.2] - 2016-01-22 ### Added - Support for URIs without any authority. - Support for HTTP 451 'Unavailable For Legal Reasons.' - Support for using '0' as a filename. - Support for including non-standard ports in Host headers. ## [1.2.1] - 2015-11-02 ### Changes - Now supporting negative offsets when seeking to SEEK_END. ## [1.2.0] - 2015-08-15 ### Changed - Body as `"0"` is now properly added to a response. - Now allowing forward seeking in CachingStream. - Now properly parsing HTTP requests that contain proxy targets in `parse_request`. - functions.php is now conditionally required. - user-info is no longer dropped when resolving URIs. ## [1.1.0] - 2015-06-24 ### Changed - URIs can now be relative. - `multipart/form-data` headers are now overridden case-insensitively. - URI paths no longer encode the following characters because they are allowed in URIs: "(", ")", "*", "!", "'" - A port is no longer added to a URI when the scheme is missing and no port is present. ## 1.0.0 - 2015-05-19 Initial release. Currently unsupported: - `Psr\Http\Message\ServerRequestInterface` - `Psr\Http\Message\UploadedFileInterface` [Unreleased]: https://github.com/guzzle/psr7/compare/1.6.0...HEAD [1.6.0]: https://github.com/guzzle/psr7/compare/1.5.2...1.6.0 [1.5.2]: https://github.com/guzzle/psr7/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/guzzle/psr7/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/guzzle/psr7/compare/1.4.2...1.5.0 [1.4.2]: https://github.com/guzzle/psr7/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/guzzle/psr7/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/guzzle/psr7/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/guzzle/psr7/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/guzzle/psr7/compare/1.2.3...1.3.0 [1.2.3]: https://github.com/guzzle/psr7/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/guzzle/psr7/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/guzzle/psr7/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/guzzle/psr7/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/guzzle/psr7/compare/1.0.0...1.1.0 PK6 Z5},'vendor/guzzlehttp/psr7/src/MimeType.phpnu[ 'video/3gpp', '7z' => 'application/x-7z-compressed', 'aac' => 'audio/x-aac', 'ai' => 'application/postscript', 'aif' => 'audio/x-aiff', 'asc' => 'text/plain', 'asf' => 'video/x-ms-asf', 'atom' => 'application/atom+xml', 'avi' => 'video/x-msvideo', 'bmp' => 'image/bmp', 'bz2' => 'application/x-bzip2', 'cer' => 'application/pkix-cert', 'crl' => 'application/pkix-crl', 'crt' => 'application/x-x509-ca-cert', 'css' => 'text/css', 'csv' => 'text/csv', 'cu' => 'application/cu-seeme', 'deb' => 'application/x-debian-package', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'dvi' => 'application/x-dvi', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'epub' => 'application/epub+zip', 'etx' => 'text/x-setext', 'flac' => 'audio/flac', 'flv' => 'video/x-flv', 'gif' => 'image/gif', 'gz' => 'application/gzip', 'htm' => 'text/html', 'html' => 'text/html', 'ico' => 'image/x-icon', 'ics' => 'text/calendar', 'ini' => 'text/plain', 'iso' => 'application/x-iso9660-image', 'jar' => 'application/java-archive', 'jpe' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpg' => 'image/jpeg', 'js' => 'text/javascript', 'json' => 'application/json', 'latex' => 'application/x-latex', 'log' => 'text/plain', 'm4a' => 'audio/mp4', 'm4v' => 'video/mp4', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mov' => 'video/quicktime', 'mkv' => 'video/x-matroska', 'mp3' => 'audio/mpeg', 'mp4' => 'video/mp4', 'mp4a' => 'audio/mp4', 'mp4v' => 'video/mp4', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'mpg4' => 'video/mp4', 'oga' => 'audio/ogg', 'ogg' => 'audio/ogg', 'ogv' => 'video/ogg', 'ogx' => 'application/ogg', 'pbm' => 'image/x-portable-bitmap', 'pdf' => 'application/pdf', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ps' => 'application/postscript', 'qt' => 'video/quicktime', 'rar' => 'application/x-rar-compressed', 'ras' => 'image/x-cmu-raster', 'rss' => 'application/rss+xml', 'rtf' => 'application/rtf', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'svg' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 'tar' => 'application/x-tar', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'torrent' => 'application/x-bittorrent', 'ttf' => 'application/x-font-ttf', 'txt' => 'text/plain', 'wav' => 'audio/x-wav', 'webm' => 'video/webm', 'webp' => 'image/webp', 'wma' => 'audio/x-ms-wma', 'wmv' => 'video/x-ms-wmv', 'woff' => 'application/x-font-woff', 'wsdl' => 'application/wsdl+xml', 'xbm' => 'image/x-xbitmap', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xml' => 'application/xml', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'yaml' => 'text/yaml', 'yml' => 'text/yaml', 'zip' => 'application/zip', ]; $extension = strtolower($extension); return isset($mimetypes[$extension]) ? $mimetypes[$extension] : null; } } PK6 ZPn)vendor/guzzlehttp/psr7/src/PumpStream.phpnu[source = $source; $this->size = isset($options['size']) ? $options['size'] : null; $this->metadata = isset($options['metadata']) ? $options['metadata'] : []; $this->buffer = new BufferStream(); } public function __toString() { try { return Utils::copyToString($this); } catch (\Exception $e) { return ''; } } public function close() { $this->detach(); } public function detach() { $this->tellPos = false; $this->source = null; return null; } public function getSize() { return $this->size; } public function tell() { return $this->tellPos; } public function eof() { return !$this->source; } public function isSeekable() { return false; } public function rewind() { $this->seek(0); } public function seek($offset, $whence = SEEK_SET) { throw new \RuntimeException('Cannot seek a PumpStream'); } public function isWritable() { return false; } public function write($string) { throw new \RuntimeException('Cannot write to a PumpStream'); } public function isReadable() { return true; } public function read($length) { $data = $this->buffer->read($length); $readLen = strlen($data); $this->tellPos += $readLen; $remaining = $length - $readLen; if ($remaining) { $this->pump($remaining); $data .= $this->buffer->read($remaining); $this->tellPos += strlen($data) - $readLen; } return $data; } public function getContents() { $result = ''; while (!$this->eof()) { $result .= $this->read(1000000); } return $result; } public function getMetadata($key = null) { if (!$key) { return $this->metadata; } return isset($this->metadata[$key]) ? $this->metadata[$key] : null; } private function pump($length) { if ($this->source) { do { $data = call_user_func($this->source, $length); if ($data === false || $data === null) { $this->source = null; return; } $this->buffer->write($data); $length -= strlen($data); } while ($length > 0); } } } PK6 ZN $vendor/guzzlehttp/psr7/src/Query.phpnu[ '1', 'foo[b]' => '2'])`. * * @param string $str Query string to parse * @param int|bool $urlEncoding How the query string is encoded * * @return array */ public static function parse($str, $urlEncoding = true) { $result = []; if ($str === '') { return $result; } if ($urlEncoding === true) { $decoder = function ($value) { return rawurldecode(str_replace('+', ' ', $value)); }; } elseif ($urlEncoding === PHP_QUERY_RFC3986) { $decoder = 'rawurldecode'; } elseif ($urlEncoding === PHP_QUERY_RFC1738) { $decoder = 'urldecode'; } else { $decoder = function ($str) { return $str; }; } foreach (explode('&', $str) as $kvp) { $parts = explode('=', $kvp, 2); $key = $decoder($parts[0]); $value = isset($parts[1]) ? $decoder($parts[1]) : null; if (!isset($result[$key])) { $result[$key] = $value; } else { if (!is_array($result[$key])) { $result[$key] = [$result[$key]]; } $result[$key][] = $value; } } return $result; } /** * Build a query string from an array of key value pairs. * * This function can use the return value of `parse()` to build a query * string. This function does not modify the provided keys when an array is * encountered (like `http_build_query()` would). * * @param array $params Query string parameters. * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 * to encode using RFC3986, or PHP_QUERY_RFC1738 * to encode using RFC1738. * * @return string */ public static function build(array $params, $encoding = PHP_QUERY_RFC3986) { if (!$params) { return ''; } if ($encoding === false) { $encoder = function ($str) { return $str; }; } elseif ($encoding === PHP_QUERY_RFC3986) { $encoder = 'rawurlencode'; } elseif ($encoding === PHP_QUERY_RFC1738) { $encoder = 'urlencode'; } else { throw new \InvalidArgumentException('Invalid type'); } $qs = ''; foreach ($params as $k => $v) { $k = $encoder($k); if (!is_array($v)) { $qs .= $k; if ($v !== null) { $qs .= '=' . $encoder($v); } $qs .= '&'; } else { foreach ($v as $vv) { $qs .= $k; if ($vv !== null) { $qs .= '=' . $encoder($vv); } $qs .= '&'; } } } return $qs ? (string) substr($qs, 0, -1) : ''; } } PK6 Zdvv'vendor/guzzlehttp/psr7/src/FnStream.phpnu[methods = $methods; // Create the functions on the class foreach ($methods as $name => $fn) { $this->{'_fn_' . $name} = $fn; } } /** * Lazily determine which methods are not implemented. * * @throws \BadMethodCallException */ public function __get($name) { throw new \BadMethodCallException(str_replace('_fn_', '', $name) . '() is not implemented in the FnStream'); } /** * The close method is called on the underlying stream only if possible. */ public function __destruct() { if (isset($this->_fn_close)) { call_user_func($this->_fn_close); } } /** * An unserialize would allow the __destruct to run when the unserialized value goes out of scope. * * @throws \LogicException */ public function __wakeup() { throw new \LogicException('FnStream should never be unserialized'); } /** * Adds custom functionality to an underlying stream by intercepting * specific method calls. * * @param StreamInterface $stream Stream to decorate * @param array $methods Hash of method name to a closure * * @return FnStream */ public static function decorate(StreamInterface $stream, array $methods) { // If any of the required methods were not provided, then simply // proxy to the decorated stream. foreach (array_diff(self::$slots, array_keys($methods)) as $diff) { $methods[$diff] = [$stream, $diff]; } return new self($methods); } public function __toString() { return call_user_func($this->_fn___toString); } public function close() { return call_user_func($this->_fn_close); } public function detach() { return call_user_func($this->_fn_detach); } public function getSize() { return call_user_func($this->_fn_getSize); } public function tell() { return call_user_func($this->_fn_tell); } public function eof() { return call_user_func($this->_fn_eof); } public function isSeekable() { return call_user_func($this->_fn_isSeekable); } public function rewind() { call_user_func($this->_fn_rewind); } public function seek($offset, $whence = SEEK_SET) { call_user_func($this->_fn_seek, $offset, $whence); } public function isWritable() { return call_user_func($this->_fn_isWritable); } public function write($string) { return call_user_func($this->_fn_write, $string); } public function isReadable() { return call_user_func($this->_fn_isReadable); } public function read($length) { return call_user_func($this->_fn_read, $length); } public function getContents() { return call_user_func($this->_fn_getContents); } public function getMetadata($key = null) { return call_user_func($this->_fn_getMetadata, $key); } } PK6 Z *vendor/guzzlehttp/psr7/src/LimitStream.phpnu[stream = $stream; $this->setLimit($limit); $this->setOffset($offset); } public function eof() { // Always return true if the underlying stream is EOF if ($this->stream->eof()) { return true; } // No limit and the underlying stream is not at EOF if ($this->limit == -1) { return false; } return $this->stream->tell() >= $this->offset + $this->limit; } /** * Returns the size of the limited subset of data * {@inheritdoc} */ public function getSize() { if (null === ($length = $this->stream->getSize())) { return null; } elseif ($this->limit == -1) { return $length - $this->offset; } else { return min($this->limit, $length - $this->offset); } } /** * Allow for a bounded seek on the read limited stream * {@inheritdoc} */ public function seek($offset, $whence = SEEK_SET) { if ($whence !== SEEK_SET || $offset < 0) { throw new \RuntimeException(sprintf( 'Cannot seek to offset %s with whence %s', $offset, $whence )); } $offset += $this->offset; if ($this->limit !== -1) { if ($offset > $this->offset + $this->limit) { $offset = $this->offset + $this->limit; } } $this->stream->seek($offset); } /** * Give a relative tell() * {@inheritdoc} */ public function tell() { return $this->stream->tell() - $this->offset; } /** * Set the offset to start limiting from * * @param int $offset Offset to seek to and begin byte limiting from * * @throws \RuntimeException if the stream cannot be seeked. */ public function setOffset($offset) { $current = $this->stream->tell(); if ($current !== $offset) { // If the stream cannot seek to the offset position, then read to it if ($this->stream->isSeekable()) { $this->stream->seek($offset); } elseif ($current > $offset) { throw new \RuntimeException("Could not seek to stream offset $offset"); } else { $this->stream->read($offset - $current); } } $this->offset = $offset; } /** * Set the limit of bytes that the decorator allows to be read from the * stream. * * @param int $limit Number of bytes to allow to be read from the stream. * Use -1 for no limit. */ public function setLimit($limit) { $this->limit = $limit; } public function read($length) { if ($this->limit == -1) { return $this->stream->read($length); } // Check if the current position is less than the total allowed // bytes + original offset $remaining = ($this->offset + $this->limit) - $this->stream->tell(); if ($remaining > 0) { // Only return the amount of requested data, ensuring that the byte // limit is not exceeded return $this->stream->read(min($remaining, $length)); } return ''; } } PK6 ZƟFF-vendor/guzzlehttp/psr7/src/DroppingStream.phpnu[stream = $stream; $this->maxLength = $maxLength; } public function write($string) { $diff = $this->maxLength - $this->stream->getSize(); // Begin returning 0 when the underlying stream is too large. if ($diff <= 0) { return 0; } // Write the stream or a subset of the stream if needed. if (strlen($string) < $diff) { return $this->stream->write($string); } return $this->stream->write(substr($string, 0, $diff)); } } PK6 Z+vendor/guzzlehttp/psr7/src/AppendStream.phpnu[addStream($stream); } } public function __toString() { try { $this->rewind(); return $this->getContents(); } catch (\Exception $e) { return ''; } } /** * Add a stream to the AppendStream * * @param StreamInterface $stream Stream to append. Must be readable. * * @throws \InvalidArgumentException if the stream is not readable */ public function addStream(StreamInterface $stream) { if (!$stream->isReadable()) { throw new \InvalidArgumentException('Each stream must be readable'); } // The stream is only seekable if all streams are seekable if (!$stream->isSeekable()) { $this->seekable = false; } $this->streams[] = $stream; } public function getContents() { return Utils::copyToString($this); } /** * Closes each attached stream. * * {@inheritdoc} */ public function close() { $this->pos = $this->current = 0; $this->seekable = true; foreach ($this->streams as $stream) { $stream->close(); } $this->streams = []; } /** * Detaches each attached stream. * * Returns null as it's not clear which underlying stream resource to return. * * {@inheritdoc} */ public function detach() { $this->pos = $this->current = 0; $this->seekable = true; foreach ($this->streams as $stream) { $stream->detach(); } $this->streams = []; return null; } public function tell() { return $this->pos; } /** * Tries to calculate the size by adding the size of each stream. * * If any of the streams do not return a valid number, then the size of the * append stream cannot be determined and null is returned. * * {@inheritdoc} */ public function getSize() { $size = 0; foreach ($this->streams as $stream) { $s = $stream->getSize(); if ($s === null) { return null; } $size += $s; } return $size; } public function eof() { return !$this->streams || ($this->current >= count($this->streams) - 1 && $this->streams[$this->current]->eof()); } public function rewind() { $this->seek(0); } /** * Attempts to seek to the given position. Only supports SEEK_SET. * * {@inheritdoc} */ public function seek($offset, $whence = SEEK_SET) { if (!$this->seekable) { throw new \RuntimeException('This AppendStream is not seekable'); } elseif ($whence !== SEEK_SET) { throw new \RuntimeException('The AppendStream can only seek with SEEK_SET'); } $this->pos = $this->current = 0; // Rewind each stream foreach ($this->streams as $i => $stream) { try { $stream->rewind(); } catch (\Exception $e) { throw new \RuntimeException('Unable to seek stream ' . $i . ' of the AppendStream', 0, $e); } } // Seek to the actual position by reading from each stream while ($this->pos < $offset && !$this->eof()) { $result = $this->read(min(8096, $offset - $this->pos)); if ($result === '') { break; } } } /** * Reads from all of the appended streams until the length is met or EOF. * * {@inheritdoc} */ public function read($length) { $buffer = ''; $total = count($this->streams) - 1; $remaining = $length; $progressToNext = false; while ($remaining > 0) { // Progress to the next stream if needed. if ($progressToNext || $this->streams[$this->current]->eof()) { $progressToNext = false; if ($this->current === $total) { break; } $this->current++; } $result = $this->streams[$this->current]->read($remaining); // Using a loose comparison here to match on '', false, and null if ($result == null) { $progressToNext = true; continue; } $buffer .= $result; $remaining = $length - strlen($buffer); } $this->pos += strlen($buffer); return $buffer; } public function isReadable() { return true; } public function isWritable() { return false; } public function isSeekable() { return $this->seekable; } public function write($string) { throw new \RuntimeException('Cannot write to an AppendStream'); } public function getMetadata($key = null) { return $key ? null : []; } } PK6 ZY+vendor/guzzlehttp/psr7/src/NoSeekStream.phpnu[getPath() === '' && ($uri->getScheme() === 'http' || $uri->getScheme() === 'https') ) { $uri = $uri->withPath('/'); } if ($flags & self::REMOVE_DEFAULT_HOST && $uri->getScheme() === 'file' && $uri->getHost() === 'localhost') { $uri = $uri->withHost(''); } if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) { $uri = $uri->withPort(null); } if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) { $uri = $uri->withPath(UriResolver::removeDotSegments($uri->getPath())); } if ($flags & self::REMOVE_DUPLICATE_SLASHES) { $uri = $uri->withPath(preg_replace('#//++#', '/', $uri->getPath())); } if ($flags & self::SORT_QUERY_PARAMETERS && $uri->getQuery() !== '') { $queryKeyValues = explode('&', $uri->getQuery()); sort($queryKeyValues); $uri = $uri->withQuery(implode('&', $queryKeyValues)); } return $uri; } /** * Whether two URIs can be considered equivalent. * * Both URIs are normalized automatically before comparison with the given $normalizations bitmask. The method also * accepts relative URI references and returns true when they are equivalent. This of course assumes they will be * resolved against the same base URI. If this is not the case, determination of equivalence or difference of * relative references does not mean anything. * * @param UriInterface $uri1 An URI to compare * @param UriInterface $uri2 An URI to compare * @param int $normalizations A bitmask of normalizations to apply, see constants * * @return bool * * @link https://tools.ietf.org/html/rfc3986#section-6.1 */ public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS) { return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $normalizations); } private static function capitalizePercentEncoding(UriInterface $uri) { $regex = '/(?:%[A-Fa-f0-9]{2})++/'; $callback = function (array $match) { return strtoupper($match[0]); }; return $uri->withPath( preg_replace_callback($regex, $callback, $uri->getPath()) )->withQuery( preg_replace_callback($regex, $callback, $uri->getQuery()) ); } private static function decodeUnreservedCharacters(UriInterface $uri) { $regex = '/%(?:2D|2E|5F|7E|3[0-9]|[46][1-9A-F]|[57][0-9A])/i'; $callback = function (array $match) { return rawurldecode($match[0]); }; return $uri->withPath( preg_replace_callback($regex, $callback, $uri->getPath()) )->withQuery( preg_replace_callback($regex, $callback, $uri->getQuery()) ); } private function __construct() { // cannot be instantiated } } PK6 ZV[[+vendor/guzzlehttp/psr7/src/UploadedFile.phpnu[setError($errorStatus); $this->setSize($size); $this->setClientFilename($clientFilename); $this->setClientMediaType($clientMediaType); if ($this->isOk()) { $this->setStreamOrFile($streamOrFile); } } /** * Depending on the value set file or stream variable * * @param mixed $streamOrFile * * @throws InvalidArgumentException */ private function setStreamOrFile($streamOrFile) { if (is_string($streamOrFile)) { $this->file = $streamOrFile; } elseif (is_resource($streamOrFile)) { $this->stream = new Stream($streamOrFile); } elseif ($streamOrFile instanceof StreamInterface) { $this->stream = $streamOrFile; } else { throw new InvalidArgumentException( 'Invalid stream or file provided for UploadedFile' ); } } /** * @param int $error * * @throws InvalidArgumentException */ private function setError($error) { if (false === is_int($error)) { throw new InvalidArgumentException( 'Upload file error status must be an integer' ); } if (false === in_array($error, UploadedFile::$errors)) { throw new InvalidArgumentException( 'Invalid error status for UploadedFile' ); } $this->error = $error; } /** * @param int $size * * @throws InvalidArgumentException */ private function setSize($size) { if (false === is_int($size)) { throw new InvalidArgumentException( 'Upload file size must be an integer' ); } $this->size = $size; } /** * @param mixed $param * * @return bool */ private function isStringOrNull($param) { return in_array(gettype($param), ['string', 'NULL']); } /** * @param mixed $param * * @return bool */ private function isStringNotEmpty($param) { return is_string($param) && false === empty($param); } /** * @param string|null $clientFilename * * @throws InvalidArgumentException */ private function setClientFilename($clientFilename) { if (false === $this->isStringOrNull($clientFilename)) { throw new InvalidArgumentException( 'Upload file client filename must be a string or null' ); } $this->clientFilename = $clientFilename; } /** * @param string|null $clientMediaType * * @throws InvalidArgumentException */ private function setClientMediaType($clientMediaType) { if (false === $this->isStringOrNull($clientMediaType)) { throw new InvalidArgumentException( 'Upload file client media type must be a string or null' ); } $this->clientMediaType = $clientMediaType; } /** * Return true if there is no upload error * * @return bool */ private function isOk() { return $this->error === UPLOAD_ERR_OK; } /** * @return bool */ public function isMoved() { return $this->moved; } /** * @throws RuntimeException if is moved or not ok */ private function validateActive() { if (false === $this->isOk()) { throw new RuntimeException('Cannot retrieve stream due to upload error'); } if ($this->isMoved()) { throw new RuntimeException('Cannot retrieve stream after it has already been moved'); } } /** * {@inheritdoc} * * @throws RuntimeException if the upload was not successful. */ public function getStream() { $this->validateActive(); if ($this->stream instanceof StreamInterface) { return $this->stream; } return new LazyOpenStream($this->file, 'r+'); } /** * {@inheritdoc} * * @see http://php.net/is_uploaded_file * @see http://php.net/move_uploaded_file * * @param string $targetPath Path to which to move the uploaded file. * * @throws RuntimeException if the upload was not successful. * @throws InvalidArgumentException if the $path specified is invalid. * @throws RuntimeException on any error during the move operation, or on * the second or subsequent call to the method. */ public function moveTo($targetPath) { $this->validateActive(); if (false === $this->isStringNotEmpty($targetPath)) { throw new InvalidArgumentException( 'Invalid path provided for move operation; must be a non-empty string' ); } if ($this->file) { $this->moved = php_sapi_name() == 'cli' ? rename($this->file, $targetPath) : move_uploaded_file($this->file, $targetPath); } else { Utils::copyToStream( $this->getStream(), new LazyOpenStream($targetPath, 'w') ); $this->moved = true; } if (false === $this->moved) { throw new RuntimeException( sprintf('Uploaded file could not be moved to %s', $targetPath) ); } } /** * {@inheritdoc} * * @return int|null The file size in bytes or null if unknown. */ public function getSize() { return $this->size; } /** * {@inheritdoc} * * @see http://php.net/manual/en/features.file-upload.errors.php * * @return int One of PHP's UPLOAD_ERR_XXX constants. */ public function getError() { return $this->error; } /** * {@inheritdoc} * * @return string|null The filename sent by the client or null if none * was provided. */ public function getClientFilename() { return $this->clientFilename; } /** * {@inheritdoc} */ public function getClientMediaType() { return $this->clientMediaType; } } PK6 ZT T &vendor/guzzlehttp/psr7/src/Message.phpnu[getMethod() . ' ' . $message->getRequestTarget()) . ' HTTP/' . $message->getProtocolVersion(); if (!$message->hasHeader('host')) { $msg .= "\r\nHost: " . $message->getUri()->getHost(); } } elseif ($message instanceof ResponseInterface) { $msg = 'HTTP/' . $message->getProtocolVersion() . ' ' . $message->getStatusCode() . ' ' . $message->getReasonPhrase(); } else { throw new \InvalidArgumentException('Unknown message type'); } foreach ($message->getHeaders() as $name => $values) { if (strtolower($name) === 'set-cookie') { foreach ($values as $value) { $msg .= "\r\n{$name}: " . $value; } } else { $msg .= "\r\n{$name}: " . implode(', ', $values); } } return "{$msg}\r\n\r\n" . $message->getBody(); } /** * Get a short summary of the message body. * * Will return `null` if the response is not printable. * * @param MessageInterface $message The message to get the body summary * @param int $truncateAt The maximum allowed size of the summary * * @return string|null */ public static function bodySummary(MessageInterface $message, $truncateAt = 120) { $body = $message->getBody(); if (!$body->isSeekable() || !$body->isReadable()) { return null; } $size = $body->getSize(); if ($size === 0) { return null; } $summary = $body->read($truncateAt); $body->rewind(); if ($size > $truncateAt) { $summary .= ' (truncated...)'; } // Matches any printable character, including unicode characters: // letters, marks, numbers, punctuation, spacing, and separators. if (preg_match('/[^\pL\pM\pN\pP\pS\pZ\n\r\t]/u', $summary)) { return null; } return $summary; } /** * Attempts to rewind a message body and throws an exception on failure. * * The body of the message will only be rewound if a call to `tell()` * returns a value other than `0`. * * @param MessageInterface $message Message to rewind * * @throws \RuntimeException */ public static function rewindBody(MessageInterface $message) { $body = $message->getBody(); if ($body->tell()) { $body->rewind(); } } /** * Parses an HTTP message into an associative array. * * The array contains the "start-line" key containing the start line of * the message, "headers" key containing an associative array of header * array values, and a "body" key containing the body of the message. * * @param string $message HTTP request or response to parse. * * @return array */ public static function parseMessage($message) { if (!$message) { throw new \InvalidArgumentException('Invalid message'); } $message = ltrim($message, "\r\n"); $messageParts = preg_split("/\r?\n\r?\n/", $message, 2); if ($messageParts === false || count($messageParts) !== 2) { throw new \InvalidArgumentException('Invalid message: Missing header delimiter'); } list($rawHeaders, $body) = $messageParts; $rawHeaders .= "\r\n"; // Put back the delimiter we split previously $headerParts = preg_split("/\r?\n/", $rawHeaders, 2); if ($headerParts === false || count($headerParts) !== 2) { throw new \InvalidArgumentException('Invalid message: Missing status line'); } list($startLine, $rawHeaders) = $headerParts; if (preg_match("/(?:^HTTP\/|^[A-Z]+ \S+ HTTP\/)(\d+(?:\.\d+)?)/i", $startLine, $matches) && $matches[1] === '1.0') { // Header folding is deprecated for HTTP/1.1, but allowed in HTTP/1.0 $rawHeaders = preg_replace(Rfc7230::HEADER_FOLD_REGEX, ' ', $rawHeaders); } /** @var array[] $headerLines */ $count = preg_match_all(Rfc7230::HEADER_REGEX, $rawHeaders, $headerLines, PREG_SET_ORDER); // If these aren't the same, then one line didn't match and there's an invalid header. if ($count !== substr_count($rawHeaders, "\n")) { // Folding is deprecated, see https://tools.ietf.org/html/rfc7230#section-3.2.4 if (preg_match(Rfc7230::HEADER_FOLD_REGEX, $rawHeaders)) { throw new \InvalidArgumentException('Invalid header syntax: Obsolete line folding'); } throw new \InvalidArgumentException('Invalid header syntax'); } $headers = []; foreach ($headerLines as $headerLine) { $headers[$headerLine[1]][] = $headerLine[2]; } return [ 'start-line' => $startLine, 'headers' => $headers, 'body' => $body, ]; } /** * Constructs a URI for an HTTP request message. * * @param string $path Path from the start-line * @param array $headers Array of headers (each value an array). * * @return string */ public static function parseRequestUri($path, array $headers) { $hostKey = array_filter(array_keys($headers), function ($k) { return strtolower($k) === 'host'; }); // If no host is found, then a full URI cannot be constructed. if (!$hostKey) { return $path; } $host = $headers[reset($hostKey)][0]; $scheme = substr($host, -4) === ':443' ? 'https' : 'http'; return $scheme . '://' . $host . '/' . ltrim($path, '/'); } /** * Parses a request message string into a request object. * * @param string $message Request message string. * * @return Request */ public static function parseRequest($message) { $data = self::parseMessage($message); $matches = []; if (!preg_match('/^[\S]+\s+([a-zA-Z]+:\/\/|\/).*/', $data['start-line'], $matches)) { throw new \InvalidArgumentException('Invalid request string'); } $parts = explode(' ', $data['start-line'], 3); $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1'; $request = new Request( $parts[0], $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1], $data['headers'], $data['body'], $version ); return $matches[1] === '/' ? $request : $request->withRequestTarget($parts[1]); } /** * Parses a response message string into a response object. * * @param string $message Response message string. * * @return Response */ public static function parseResponse($message) { $data = self::parseMessage($message); // According to https://tools.ietf.org/html/rfc7230#section-3.1.2 the space // between status-code and reason-phrase is required. But browsers accept // responses without space and reason as well. if (!preg_match('/^HTTP\/.* [0-9]{3}( .*|$)/', $data['start-line'])) { throw new \InvalidArgumentException('Invalid response string: ' . $data['start-line']); } $parts = explode(' ', $data['start-line'], 3); return new Response( (int) $parts[1], $data['headers'], $data['body'], explode('/', $parts[0])[1], isset($parts[2]) ? $parts[2] : null ); } } PK6 ZZ7z99$vendor/guzzlehttp/psr7/src/Utils.phpnu[ $keys * * @return array */ public static function caselessRemove($keys, array $data) { $result = []; foreach ($keys as &$key) { $key = strtolower($key); } foreach ($data as $k => $v) { if (!in_array(strtolower($k), $keys)) { $result[$k] = $v; } } return $result; } /** * Copy the contents of a stream into another stream until the given number * of bytes have been read. * * @param StreamInterface $source Stream to read from * @param StreamInterface $dest Stream to write to * @param int $maxLen Maximum number of bytes to read. Pass -1 * to read the entire stream. * * @throws \RuntimeException on error. */ public static function copyToStream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) { $bufferSize = 8192; if ($maxLen === -1) { while (!$source->eof()) { if (!$dest->write($source->read($bufferSize))) { break; } } } else { $remaining = $maxLen; while ($remaining > 0 && !$source->eof()) { $buf = $source->read(min($bufferSize, $remaining)); $len = strlen($buf); if (!$len) { break; } $remaining -= $len; $dest->write($buf); } } } /** * Copy the contents of a stream into a string until the given number of * bytes have been read. * * @param StreamInterface $stream Stream to read * @param int $maxLen Maximum number of bytes to read. Pass -1 * to read the entire stream. * * @return string * * @throws \RuntimeException on error. */ public static function copyToString(StreamInterface $stream, $maxLen = -1) { $buffer = ''; if ($maxLen === -1) { while (!$stream->eof()) { $buf = $stream->read(1048576); // Using a loose equality here to match on '' and false. if ($buf == null) { break; } $buffer .= $buf; } return $buffer; } $len = 0; while (!$stream->eof() && $len < $maxLen) { $buf = $stream->read($maxLen - $len); // Using a loose equality here to match on '' and false. if ($buf == null) { break; } $buffer .= $buf; $len = strlen($buffer); } return $buffer; } /** * Calculate a hash of a stream. * * This method reads the entire stream to calculate a rolling hash, based * on PHP's `hash_init` functions. * * @param StreamInterface $stream Stream to calculate the hash for * @param string $algo Hash algorithm (e.g. md5, crc32, etc) * @param bool $rawOutput Whether or not to use raw output * * @return string Returns the hash of the stream * * @throws \RuntimeException on error. */ public static function hash(StreamInterface $stream, $algo, $rawOutput = false) { $pos = $stream->tell(); if ($pos > 0) { $stream->rewind(); } $ctx = hash_init($algo); while (!$stream->eof()) { hash_update($ctx, $stream->read(1048576)); } $out = hash_final($ctx, (bool) $rawOutput); $stream->seek($pos); return $out; } /** * Clone and modify a request with the given changes. * * This method is useful for reducing the number of clones needed to mutate * a message. * * The changes can be one of: * - method: (string) Changes the HTTP method. * - set_headers: (array) Sets the given headers. * - remove_headers: (array) Remove the given headers. * - body: (mixed) Sets the given body. * - uri: (UriInterface) Set the URI. * - query: (string) Set the query string value of the URI. * - version: (string) Set the protocol version. * * @param RequestInterface $request Request to clone and modify. * @param array $changes Changes to apply. * * @return RequestInterface */ public static function modifyRequest(RequestInterface $request, array $changes) { if (!$changes) { return $request; } $headers = $request->getHeaders(); if (!isset($changes['uri'])) { $uri = $request->getUri(); } else { // Remove the host header if one is on the URI if ($host = $changes['uri']->getHost()) { $changes['set_headers']['Host'] = $host; if ($port = $changes['uri']->getPort()) { $standardPorts = ['http' => 80, 'https' => 443]; $scheme = $changes['uri']->getScheme(); if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) { $changes['set_headers']['Host'] .= ':' . $port; } } } $uri = $changes['uri']; } if (!empty($changes['remove_headers'])) { $headers = self::caselessRemove($changes['remove_headers'], $headers); } if (!empty($changes['set_headers'])) { $headers = self::caselessRemove(array_keys($changes['set_headers']), $headers); $headers = $changes['set_headers'] + $headers; } if (isset($changes['query'])) { $uri = $uri->withQuery($changes['query']); } if ($request instanceof ServerRequestInterface) { $new = (new ServerRequest( isset($changes['method']) ? $changes['method'] : $request->getMethod(), $uri, $headers, isset($changes['body']) ? $changes['body'] : $request->getBody(), isset($changes['version']) ? $changes['version'] : $request->getProtocolVersion(), $request->getServerParams() )) ->withParsedBody($request->getParsedBody()) ->withQueryParams($request->getQueryParams()) ->withCookieParams($request->getCookieParams()) ->withUploadedFiles($request->getUploadedFiles()); foreach ($request->getAttributes() as $key => $value) { $new = $new->withAttribute($key, $value); } return $new; } return new Request( isset($changes['method']) ? $changes['method'] : $request->getMethod(), $uri, $headers, isset($changes['body']) ? $changes['body'] : $request->getBody(), isset($changes['version']) ? $changes['version'] : $request->getProtocolVersion() ); } /** * Read a line from the stream up to the maximum allowed buffer length. * * @param StreamInterface $stream Stream to read from * @param int|null $maxLength Maximum buffer length * * @return string */ public static function readLine(StreamInterface $stream, $maxLength = null) { $buffer = ''; $size = 0; while (!$stream->eof()) { // Using a loose equality here to match on '' and false. if (null == ($byte = $stream->read(1))) { return $buffer; } $buffer .= $byte; // Break when a new line is found or the max length - 1 is reached if ($byte === "\n" || ++$size === $maxLength - 1) { break; } } return $buffer; } /** * Create a new stream based on the input type. * * Options is an associative array that can contain the following keys: * - metadata: Array of custom metadata. * - size: Size of the stream. * * This method accepts the following `$resource` types: * - `Psr\Http\Message\StreamInterface`: Returns the value as-is. * - `string`: Creates a stream object that uses the given string as the contents. * - `resource`: Creates a stream object that wraps the given PHP stream resource. * - `Iterator`: If the provided value implements `Iterator`, then a read-only * stream object will be created that wraps the given iterable. Each time the * stream is read from, data from the iterator will fill a buffer and will be * continuously called until the buffer is equal to the requested read size. * Subsequent read calls will first read from the buffer and then call `next` * on the underlying iterator until it is exhausted. * - `object` with `__toString()`: If the object has the `__toString()` method, * the object will be cast to a string and then a stream will be returned that * uses the string value. * - `NULL`: When `null` is passed, an empty stream object is returned. * - `callable` When a callable is passed, a read-only stream object will be * created that invokes the given callable. The callable is invoked with the * number of suggested bytes to read. The callable can return any number of * bytes, but MUST return `false` when there is no more data to return. The * stream object that wraps the callable will invoke the callable until the * number of requested bytes are available. Any additional bytes will be * buffered and used in subsequent reads. * * @param resource|string|int|float|bool|StreamInterface|callable|\Iterator|null $resource Entity body data * @param array $options Additional options * * @return StreamInterface * * @throws \InvalidArgumentException if the $resource arg is not valid. */ public static function streamFor($resource = '', array $options = []) { if (is_scalar($resource)) { $stream = self::tryFopen('php://temp', 'r+'); if ($resource !== '') { fwrite($stream, $resource); fseek($stream, 0); } return new Stream($stream, $options); } switch (gettype($resource)) { case 'resource': /* * The 'php://input' is a special stream with quirks and inconsistencies. * We avoid using that stream by reading it into php://temp */ if (\stream_get_meta_data($resource)['uri'] === 'php://input') { $stream = self::tryFopen('php://temp', 'w+'); fwrite($stream, stream_get_contents($resource)); fseek($stream, 0); $resource = $stream; } return new Stream($resource, $options); case 'object': if ($resource instanceof StreamInterface) { return $resource; } elseif ($resource instanceof \Iterator) { return new PumpStream(function () use ($resource) { if (!$resource->valid()) { return false; } $result = $resource->current(); $resource->next(); return $result; }, $options); } elseif (method_exists($resource, '__toString')) { return Utils::streamFor((string) $resource, $options); } break; case 'NULL': return new Stream(self::tryFopen('php://temp', 'r+'), $options); } if (is_callable($resource)) { return new PumpStream($resource, $options); } throw new \InvalidArgumentException('Invalid resource type: ' . gettype($resource)); } /** * Safely opens a PHP stream resource using a filename. * * When fopen fails, PHP normally raises a warning. This function adds an * error handler that checks for errors and throws an exception instead. * * @param string $filename File to open * @param string $mode Mode used to open the file * * @return resource * * @throws \RuntimeException if the file cannot be opened */ public static function tryFopen($filename, $mode) { $ex = null; set_error_handler(function () use ($filename, $mode, &$ex) { $ex = new \RuntimeException(sprintf( 'Unable to open "%s" using mode "%s": %s', $filename, $mode, func_get_args()[1] )); return true; }); try { $handle = fopen($filename, $mode); } catch (\Throwable $e) { $ex = new \RuntimeException(sprintf( 'Unable to open "%s" using mode "%s": %s', $filename, $mode, $e->getMessage() ), 0, $e); } restore_error_handler(); if ($ex) { /** @var $ex \RuntimeException */ throw $ex; } return $handle; } /** * Returns a UriInterface for the given value. * * This function accepts a string or UriInterface and returns a * UriInterface for the given value. If the value is already a * UriInterface, it is returned as-is. * * @param string|UriInterface $uri * * @return UriInterface * * @throws \InvalidArgumentException */ public static function uriFor($uri) { if ($uri instanceof UriInterface) { return $uri; } if (is_string($uri)) { return new Uri($uri); } throw new \InvalidArgumentException('URI must be a string or UriInterface'); } } PK6 Z+`&vendor/guzzlehttp/psr7/src/Rfc7230.phpnu[@,;:\\\"/[\]?={}\x01-\x20\x7F]++):[ \t]*+((?:[ \t]*+[\x21-\x7E\x80-\xFF]++)*+)[ \t]*+\r?\n)m"; const HEADER_FOLD_REGEX = "(\r?\n[ \t]++)"; } PK6 ZH0vendor/guzzlehttp/psr7/src/functions_include.phpnu[stream = $stream; } /** * Magic method used to create a new stream if streams are not added in * the constructor of a decorator (e.g., LazyOpenStream). * * @param string $name Name of the property (allows "stream" only). * * @return StreamInterface */ public function __get($name) { if ($name == 'stream') { $this->stream = $this->createStream(); return $this->stream; } throw new \UnexpectedValueException("$name not found on class"); } public function __toString() { try { if ($this->isSeekable()) { $this->seek(0); } return $this->getContents(); } catch (\Exception $e) { // Really, PHP? https://bugs.php.net/bug.php?id=53648 trigger_error('StreamDecorator::__toString exception: ' . (string) $e, E_USER_ERROR); return ''; } } public function getContents() { return Utils::copyToString($this); } /** * Allow decorators to implement custom methods * * @param string $method Missing method name * @param array $args Method arguments * * @return mixed */ public function __call($method, array $args) { $result = call_user_func_array([$this->stream, $method], $args); // Always return the wrapped object if the result is a return $this return $result === $this->stream ? $this : $result; } public function close() { $this->stream->close(); } public function getMetadata($key = null) { return $this->stream->getMetadata($key); } public function detach() { return $this->stream->detach(); } public function getSize() { return $this->stream->getSize(); } public function eof() { return $this->stream->eof(); } public function tell() { return $this->stream->tell(); } public function isReadable() { return $this->stream->isReadable(); } public function isWritable() { return $this->stream->isWritable(); } public function isSeekable() { return $this->stream->isSeekable(); } public function rewind() { $this->seek(0); } public function seek($offset, $whence = SEEK_SET) { $this->stream->seek($offset, $whence); } public function read($length) { return $this->stream->read($length); } public function write($string) { return $this->stream->write($string); } /** * Implement in subclasses to dynamically create streams when requested. * * @return StreamInterface * * @throws \BadMethodCallException */ protected function createStream() { throw new \BadMethodCallException('Not implemented'); } } PK6 Z[,vendor/guzzlehttp/psr7/src/StreamWrapper.phpnu[isReadable()) { $mode = $stream->isWritable() ? 'r+' : 'r'; } elseif ($stream->isWritable()) { $mode = 'w'; } else { throw new \InvalidArgumentException('The stream must be readable, ' . 'writable, or both.'); } return fopen('guzzle://stream', $mode, null, self::createStreamContext($stream)); } /** * Creates a stream context that can be used to open a stream as a php stream resource. * * @param StreamInterface $stream * * @return resource */ public static function createStreamContext(StreamInterface $stream) { return stream_context_create([ 'guzzle' => ['stream' => $stream] ]); } /** * Registers the stream wrapper if needed */ public static function register() { if (!in_array('guzzle', stream_get_wrappers())) { stream_wrapper_register('guzzle', __CLASS__); } } public function stream_open($path, $mode, $options, &$opened_path) { $options = stream_context_get_options($this->context); if (!isset($options['guzzle']['stream'])) { return false; } $this->mode = $mode; $this->stream = $options['guzzle']['stream']; return true; } public function stream_read($count) { return $this->stream->read($count); } public function stream_write($data) { return (int) $this->stream->write($data); } public function stream_tell() { return $this->stream->tell(); } public function stream_eof() { return $this->stream->eof(); } public function stream_seek($offset, $whence) { $this->stream->seek($offset, $whence); return true; } public function stream_cast($cast_as) { $stream = clone($this->stream); return $stream->detach(); } public function stream_stat() { static $modeMap = [ 'r' => 33060, 'rb' => 33060, 'r+' => 33206, 'w' => 33188, 'wb' => 33188 ]; return [ 'dev' => 0, 'ino' => 0, 'mode' => $modeMap[$this->mode], 'nlink' => 0, 'uid' => 0, 'gid' => 0, 'rdev' => 0, 'size' => $this->stream->getSize() ?: 0, 'atime' => 0, 'mtime' => 0, 'ctime' => 0, 'blksize' => 0, 'blocks' => 0 ]; } public function url_stat($path, $flags) { return [ 'dev' => 0, 'ino' => 0, 'mode' => 0, 'nlink' => 0, 'uid' => 0, 'gid' => 0, 'rdev' => 0, 'size' => 0, 'atime' => 0, 'mtime' => 0, 'ctime' => 0, 'blksize' => 0, 'blocks' => 0 ]; } } PK6 Z <#a4a4(vendor/guzzlehttp/psr7/src/functions.phpnu[ '1', 'foo[b]' => '2'])`. * * @param string $str Query string to parse * @param int|bool $urlEncoding How the query string is encoded * * @return array * * @deprecated parse_query will be removed in guzzlehttp/psr7:2.0. Use Query::parse instead. */ function parse_query($str, $urlEncoding = true) { return Query::parse($str, $urlEncoding); } /** * Build a query string from an array of key value pairs. * * This function can use the return value of `parse_query()` to build a query * string. This function does not modify the provided keys when an array is * encountered (like `http_build_query()` would). * * @param array $params Query string parameters. * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 * to encode using RFC3986, or PHP_QUERY_RFC1738 * to encode using RFC1738. * * @return string * * @deprecated build_query will be removed in guzzlehttp/psr7:2.0. Use Query::build instead. */ function build_query(array $params, $encoding = PHP_QUERY_RFC3986) { return Query::build($params, $encoding); } /** * Determines the mimetype of a file by looking at its extension. * * @param string $filename * * @return string|null * * @deprecated mimetype_from_filename will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromFilename instead. */ function mimetype_from_filename($filename) { return MimeType::fromFilename($filename); } /** * Maps a file extensions to a mimetype. * * @param $extension string The file extension. * * @return string|null * * @link http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types * @deprecated mimetype_from_extension will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromExtension instead. */ function mimetype_from_extension($extension) { return MimeType::fromExtension($extension); } /** * Parses an HTTP message into an associative array. * * The array contains the "start-line" key containing the start line of * the message, "headers" key containing an associative array of header * array values, and a "body" key containing the body of the message. * * @param string $message HTTP request or response to parse. * * @return array * * @internal * * @deprecated _parse_message will be removed in guzzlehttp/psr7:2.0. Use Message::parseMessage instead. */ function _parse_message($message) { return Message::parseMessage($message); } /** * Constructs a URI for an HTTP request message. * * @param string $path Path from the start-line * @param array $headers Array of headers (each value an array). * * @return string * * @internal * * @deprecated _parse_request_uri will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequestUri instead. */ function _parse_request_uri($path, array $headers) { return Message::parseRequestUri($path, $headers); } /** * Get a short summary of the message body. * * Will return `null` if the response is not printable. * * @param MessageInterface $message The message to get the body summary * @param int $truncateAt The maximum allowed size of the summary * * @return string|null * * @deprecated get_message_body_summary will be removed in guzzlehttp/psr7:2.0. Use Message::bodySummary instead. */ function get_message_body_summary(MessageInterface $message, $truncateAt = 120) { return Message::bodySummary($message, $truncateAt); } /** * Remove the items given by the keys, case insensitively from the data. * * @param iterable $keys * * @return array * * @internal * * @deprecated _caseless_remove will be removed in guzzlehttp/psr7:2.0. Use Utils::caselessRemove instead. */ function _caseless_remove($keys, array $data) { return Utils::caselessRemove($keys, $data); } PK6 Z'  +vendor/guzzlehttp/psr7/src/BufferStream.phpnu[hwm = $hwm; } public function __toString() { return $this->getContents(); } public function getContents() { $buffer = $this->buffer; $this->buffer = ''; return $buffer; } public function close() { $this->buffer = ''; } public function detach() { $this->close(); return null; } public function getSize() { return strlen($this->buffer); } public function isReadable() { return true; } public function isWritable() { return true; } public function isSeekable() { return false; } public function rewind() { $this->seek(0); } public function seek($offset, $whence = SEEK_SET) { throw new \RuntimeException('Cannot seek a BufferStream'); } public function eof() { return strlen($this->buffer) === 0; } public function tell() { throw new \RuntimeException('Cannot determine the position of a BufferStream'); } /** * Reads data from the buffer. */ public function read($length) { $currentLength = strlen($this->buffer); if ($length >= $currentLength) { // No need to slice the buffer because we don't have enough data. $result = $this->buffer; $this->buffer = ''; } else { // Slice up the result to provide a subset of the buffer. $result = substr($this->buffer, 0, $length); $this->buffer = substr($this->buffer, $length); } return $result; } /** * Writes data to the buffer. */ public function write($string) { $this->buffer .= $string; // TODO: What should happen here? if (strlen($this->buffer) >= $this->hwm) { return false; } return strlen($string); } public function getMetadata($key = null) { if ($key == 'hwm') { return $this->hwm; } return $key ? null : []; } } PK6 Z-vendor/guzzlehttp/psr7/src/LazyOpenStream.phpnu[filename = $filename; $this->mode = $mode; } /** * Creates the underlying stream lazily when required. * * @return StreamInterface */ protected function createStream() { return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode)); } } PK6 Z,55,vendor/guzzlehttp/psr7/src/InflateStream.phpnu[read(10); $filenameHeaderLength = $this->getLengthOfPossibleFilenameHeader($stream, $header); // Skip the header, that is 10 + length of filename + 1 (nil) bytes $stream = new LimitStream($stream, -1, 10 + $filenameHeaderLength); $resource = StreamWrapper::getResource($stream); stream_filter_append($resource, 'zlib.inflate', STREAM_FILTER_READ); $this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resource)); } /** * @param StreamInterface $stream * @param $header * * @return int */ private function getLengthOfPossibleFilenameHeader(StreamInterface $stream, $header) { $filename_header_length = 0; if (substr(bin2hex($header), 6, 2) === '08') { // we have a filename, read until nil $filename_header_length = 1; while ($stream->read(1) !== chr(0)) { $filename_header_length++; } } return $filename_header_length; } } PK6 ZPSr|&|&,vendor/guzzlehttp/psr7/src/ServerRequest.phpnu[serverParams = $serverParams; parent::__construct($method, $uri, $headers, $body, $version); } /** * Return an UploadedFile instance array. * * @param array $files A array which respect $_FILES structure * * @return array * * @throws InvalidArgumentException for unrecognized values */ public static function normalizeFiles(array $files) { $normalized = []; foreach ($files as $key => $value) { if ($value instanceof UploadedFileInterface) { $normalized[$key] = $value; } elseif (is_array($value) && isset($value['tmp_name'])) { $normalized[$key] = self::createUploadedFileFromSpec($value); } elseif (is_array($value)) { $normalized[$key] = self::normalizeFiles($value); continue; } else { throw new InvalidArgumentException('Invalid value in files specification'); } } return $normalized; } /** * Create and return an UploadedFile instance from a $_FILES specification. * * If the specification represents an array of values, this method will * delegate to normalizeNestedFileSpec() and return that return value. * * @param array $value $_FILES struct * * @return array|UploadedFileInterface */ private static function createUploadedFileFromSpec(array $value) { if (is_array($value['tmp_name'])) { return self::normalizeNestedFileSpec($value); } return new UploadedFile( $value['tmp_name'], (int) $value['size'], (int) $value['error'], $value['name'], $value['type'] ); } /** * Normalize an array of file specifications. * * Loops through all nested files and returns a normalized array of * UploadedFileInterface instances. * * @param array $files * * @return UploadedFileInterface[] */ private static function normalizeNestedFileSpec(array $files = []) { $normalizedFiles = []; foreach (array_keys($files['tmp_name']) as $key) { $spec = [ 'tmp_name' => $files['tmp_name'][$key], 'size' => $files['size'][$key], 'error' => $files['error'][$key], 'name' => $files['name'][$key], 'type' => $files['type'][$key], ]; $normalizedFiles[$key] = self::createUploadedFileFromSpec($spec); } return $normalizedFiles; } /** * Return a ServerRequest populated with superglobals: * $_GET * $_POST * $_COOKIE * $_FILES * $_SERVER * * @return ServerRequestInterface */ public static function fromGlobals() { $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : 'GET'; $headers = getallheaders(); $uri = self::getUriFromGlobals(); $body = new CachingStream(new LazyOpenStream('php://input', 'r+')); $protocol = isset($_SERVER['SERVER_PROTOCOL']) ? str_replace('HTTP/', '', $_SERVER['SERVER_PROTOCOL']) : '1.1'; $serverRequest = new ServerRequest($method, $uri, $headers, $body, $protocol, $_SERVER); return $serverRequest ->withCookieParams($_COOKIE) ->withQueryParams($_GET) ->withParsedBody($_POST) ->withUploadedFiles(self::normalizeFiles($_FILES)); } private static function extractHostAndPortFromAuthority($authority) { $uri = 'http://' . $authority; $parts = parse_url($uri); if (false === $parts) { return [null, null]; } $host = isset($parts['host']) ? $parts['host'] : null; $port = isset($parts['port']) ? $parts['port'] : null; return [$host, $port]; } /** * Get a Uri populated with values from $_SERVER. * * @return UriInterface */ public static function getUriFromGlobals() { $uri = new Uri(''); $uri = $uri->withScheme(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' ? 'https' : 'http'); $hasPort = false; if (isset($_SERVER['HTTP_HOST'])) { list($host, $port) = self::extractHostAndPortFromAuthority($_SERVER['HTTP_HOST']); if ($host !== null) { $uri = $uri->withHost($host); } if ($port !== null) { $hasPort = true; $uri = $uri->withPort($port); } } elseif (isset($_SERVER['SERVER_NAME'])) { $uri = $uri->withHost($_SERVER['SERVER_NAME']); } elseif (isset($_SERVER['SERVER_ADDR'])) { $uri = $uri->withHost($_SERVER['SERVER_ADDR']); } if (!$hasPort && isset($_SERVER['SERVER_PORT'])) { $uri = $uri->withPort($_SERVER['SERVER_PORT']); } $hasQuery = false; if (isset($_SERVER['REQUEST_URI'])) { $requestUriParts = explode('?', $_SERVER['REQUEST_URI'], 2); $uri = $uri->withPath($requestUriParts[0]); if (isset($requestUriParts[1])) { $hasQuery = true; $uri = $uri->withQuery($requestUriParts[1]); } } if (!$hasQuery && isset($_SERVER['QUERY_STRING'])) { $uri = $uri->withQuery($_SERVER['QUERY_STRING']); } return $uri; } /** * {@inheritdoc} */ public function getServerParams() { return $this->serverParams; } /** * {@inheritdoc} */ public function getUploadedFiles() { return $this->uploadedFiles; } /** * {@inheritdoc} */ public function withUploadedFiles(array $uploadedFiles) { $new = clone $this; $new->uploadedFiles = $uploadedFiles; return $new; } /** * {@inheritdoc} */ public function getCookieParams() { return $this->cookieParams; } /** * {@inheritdoc} */ public function withCookieParams(array $cookies) { $new = clone $this; $new->cookieParams = $cookies; return $new; } /** * {@inheritdoc} */ public function getQueryParams() { return $this->queryParams; } /** * {@inheritdoc} */ public function withQueryParams(array $query) { $new = clone $this; $new->queryParams = $query; return $new; } /** * {@inheritdoc} */ public function getParsedBody() { return $this->parsedBody; } /** * {@inheritdoc} */ public function withParsedBody($data) { $new = clone $this; $new->parsedBody = $data; return $new; } /** * {@inheritdoc} */ public function getAttributes() { return $this->attributes; } /** * {@inheritdoc} */ public function getAttribute($attribute, $default = null) { if (false === array_key_exists($attribute, $this->attributes)) { return $default; } return $this->attributes[$attribute]; } /** * {@inheritdoc} */ public function withAttribute($attribute, $value) { $new = clone $this; $new->attributes[$attribute] = $value; return $new; } /** * {@inheritdoc} */ public function withoutAttribute($attribute) { if (false === array_key_exists($attribute, $this->attributes)) { return $this; } $new = clone $this; unset($new->attributes[$attribute]); return $new; } } PK6 ZtpYpY"vendor/guzzlehttp/psr7/src/Uri.phpnu[ 80, 'https' => 443, 'ftp' => 21, 'gopher' => 70, 'nntp' => 119, 'news' => 119, 'telnet' => 23, 'tn3270' => 23, 'imap' => 143, 'pop' => 110, 'ldap' => 389, ]; private static $charUnreserved = 'a-zA-Z0-9_\-\.~'; private static $charSubDelims = '!\$&\'\(\)\*\+,;='; private static $replaceQuery = ['=' => '%3D', '&' => '%26']; /** @var string Uri scheme. */ private $scheme = ''; /** @var string Uri user info. */ private $userInfo = ''; /** @var string Uri host. */ private $host = ''; /** @var int|null Uri port. */ private $port; /** @var string Uri path. */ private $path = ''; /** @var string Uri query string. */ private $query = ''; /** @var string Uri fragment. */ private $fragment = ''; /** * @param string $uri URI to parse */ public function __construct($uri = '') { // weak type check to also accept null until we can add scalar type hints if ($uri != '') { $parts = self::parse($uri); if ($parts === false) { throw new \InvalidArgumentException("Unable to parse URI: $uri"); } $this->applyParts($parts); } } /** * UTF-8 aware \parse_url() replacement. * * The internal function produces broken output for non ASCII domain names * (IDN) when used with locales other than "C". * * On the other hand, cURL understands IDN correctly only when UTF-8 locale * is configured ("C.UTF-8", "en_US.UTF-8", etc.). * * @see https://bugs.php.net/bug.php?id=52923 * @see https://www.php.net/manual/en/function.parse-url.php#114817 * @see https://curl.haxx.se/libcurl/c/CURLOPT_URL.html#ENCODING * * @param string $url * * @return array|false */ private static function parse($url) { // If IPv6 $prefix = ''; if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) { $prefix = $matches[1]; $url = $matches[2]; } $encodedUrl = preg_replace_callback( '%[^:/@?&=#]+%usD', static function ($matches) { return urlencode($matches[0]); }, $url ); $result = parse_url($prefix.$encodedUrl); if ($result === false) { return false; } return array_map('urldecode', $result); } public function __toString() { return self::composeComponents( $this->scheme, $this->getAuthority(), $this->path, $this->query, $this->fragment ); } /** * Composes a URI reference string from its various components. * * Usually this method does not need to be called manually but instead is used indirectly via * `Psr\Http\Message\UriInterface::__toString`. * * PSR-7 UriInterface treats an empty component the same as a missing component as * getQuery(), getFragment() etc. always return a string. This explains the slight * difference to RFC 3986 Section 5.3. * * Another adjustment is that the authority separator is added even when the authority is missing/empty * for the "file" scheme. This is because PHP stream functions like `file_get_contents` only work with * `file:///myfile` but not with `file:/myfile` although they are equivalent according to RFC 3986. But * `file:///` is the more common syntax for the file scheme anyway (Chrome for example redirects to * that format). * * @param string $scheme * @param string $authority * @param string $path * @param string $query * @param string $fragment * * @return string * * @link https://tools.ietf.org/html/rfc3986#section-5.3 */ public static function composeComponents($scheme, $authority, $path, $query, $fragment) { $uri = ''; // weak type checks to also accept null until we can add scalar type hints if ($scheme != '') { $uri .= $scheme . ':'; } if ($authority != ''|| $scheme === 'file') { $uri .= '//' . $authority; } $uri .= $path; if ($query != '') { $uri .= '?' . $query; } if ($fragment != '') { $uri .= '#' . $fragment; } return $uri; } /** * Whether the URI has the default port of the current scheme. * * `Psr\Http\Message\UriInterface::getPort` may return null or the standard port. This method can be used * independently of the implementation. * * @param UriInterface $uri * * @return bool */ public static function isDefaultPort(UriInterface $uri) { return $uri->getPort() === null || (isset(self::$defaultPorts[$uri->getScheme()]) && $uri->getPort() === self::$defaultPorts[$uri->getScheme()]); } /** * Whether the URI is absolute, i.e. it has a scheme. * * An instance of UriInterface can either be an absolute URI or a relative reference. This method returns true * if it is the former. An absolute URI has a scheme. A relative reference is used to express a URI relative * to another URI, the base URI. Relative references can be divided into several forms: * - network-path references, e.g. '//example.com/path' * - absolute-path references, e.g. '/path' * - relative-path references, e.g. 'subpath' * * @param UriInterface $uri * * @return bool * * @see Uri::isNetworkPathReference * @see Uri::isAbsolutePathReference * @see Uri::isRelativePathReference * @link https://tools.ietf.org/html/rfc3986#section-4 */ public static function isAbsolute(UriInterface $uri) { return $uri->getScheme() !== ''; } /** * Whether the URI is a network-path reference. * * A relative reference that begins with two slash characters is termed an network-path reference. * * @param UriInterface $uri * * @return bool * * @link https://tools.ietf.org/html/rfc3986#section-4.2 */ public static function isNetworkPathReference(UriInterface $uri) { return $uri->getScheme() === '' && $uri->getAuthority() !== ''; } /** * Whether the URI is a absolute-path reference. * * A relative reference that begins with a single slash character is termed an absolute-path reference. * * @param UriInterface $uri * * @return bool * * @link https://tools.ietf.org/html/rfc3986#section-4.2 */ public static function isAbsolutePathReference(UriInterface $uri) { return $uri->getScheme() === '' && $uri->getAuthority() === '' && isset($uri->getPath()[0]) && $uri->getPath()[0] === '/'; } /** * Whether the URI is a relative-path reference. * * A relative reference that does not begin with a slash character is termed a relative-path reference. * * @param UriInterface $uri * * @return bool * * @link https://tools.ietf.org/html/rfc3986#section-4.2 */ public static function isRelativePathReference(UriInterface $uri) { return $uri->getScheme() === '' && $uri->getAuthority() === '' && (!isset($uri->getPath()[0]) || $uri->getPath()[0] !== '/'); } /** * Whether the URI is a same-document reference. * * A same-document reference refers to a URI that is, aside from its fragment * component, identical to the base URI. When no base URI is given, only an empty * URI reference (apart from its fragment) is considered a same-document reference. * * @param UriInterface $uri The URI to check * @param UriInterface|null $base An optional base URI to compare against * * @return bool * * @link https://tools.ietf.org/html/rfc3986#section-4.4 */ public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null) { if ($base !== null) { $uri = UriResolver::resolve($base, $uri); return ($uri->getScheme() === $base->getScheme()) && ($uri->getAuthority() === $base->getAuthority()) && ($uri->getPath() === $base->getPath()) && ($uri->getQuery() === $base->getQuery()); } return $uri->getScheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->getQuery() === ''; } /** * Removes dot segments from a path and returns the new path. * * @param string $path * * @return string * * @deprecated since version 1.4. Use UriResolver::removeDotSegments instead. * @see UriResolver::removeDotSegments */ public static function removeDotSegments($path) { return UriResolver::removeDotSegments($path); } /** * Converts the relative URI into a new URI that is resolved against the base URI. * * @param UriInterface $base Base URI * @param string|UriInterface $rel Relative URI * * @return UriInterface * * @deprecated since version 1.4. Use UriResolver::resolve instead. * @see UriResolver::resolve */ public static function resolve(UriInterface $base, $rel) { if (!($rel instanceof UriInterface)) { $rel = new self($rel); } return UriResolver::resolve($base, $rel); } /** * Creates a new URI with a specific query string value removed. * * Any existing query string values that exactly match the provided key are * removed. * * @param UriInterface $uri URI to use as a base. * @param string $key Query string key to remove. * * @return UriInterface */ public static function withoutQueryValue(UriInterface $uri, $key) { $result = self::getFilteredQueryString($uri, [$key]); return $uri->withQuery(implode('&', $result)); } /** * Creates a new URI with a specific query string value. * * Any existing query string values that exactly match the provided key are * removed and replaced with the given key value pair. * * A value of null will set the query string key without a value, e.g. "key" * instead of "key=value". * * @param UriInterface $uri URI to use as a base. * @param string $key Key to set. * @param string|null $value Value to set * * @return UriInterface */ public static function withQueryValue(UriInterface $uri, $key, $value) { $result = self::getFilteredQueryString($uri, [$key]); $result[] = self::generateQueryString($key, $value); return $uri->withQuery(implode('&', $result)); } /** * Creates a new URI with multiple specific query string values. * * It has the same behavior as withQueryValue() but for an associative array of key => value. * * @param UriInterface $uri URI to use as a base. * @param array $keyValueArray Associative array of key and values * * @return UriInterface */ public static function withQueryValues(UriInterface $uri, array $keyValueArray) { $result = self::getFilteredQueryString($uri, array_keys($keyValueArray)); foreach ($keyValueArray as $key => $value) { $result[] = self::generateQueryString($key, $value); } return $uri->withQuery(implode('&', $result)); } /** * Creates a URI from a hash of `parse_url` components. * * @param array $parts * * @return UriInterface * * @link http://php.net/manual/en/function.parse-url.php * * @throws \InvalidArgumentException If the components do not form a valid URI. */ public static function fromParts(array $parts) { $uri = new self(); $uri->applyParts($parts); $uri->validateState(); return $uri; } public function getScheme() { return $this->scheme; } public function getAuthority() { $authority = $this->host; if ($this->userInfo !== '') { $authority = $this->userInfo . '@' . $authority; } if ($this->port !== null) { $authority .= ':' . $this->port; } return $authority; } public function getUserInfo() { return $this->userInfo; } public function getHost() { return $this->host; } public function getPort() { return $this->port; } public function getPath() { return $this->path; } public function getQuery() { return $this->query; } public function getFragment() { return $this->fragment; } public function withScheme($scheme) { $scheme = $this->filterScheme($scheme); if ($this->scheme === $scheme) { return $this; } $new = clone $this; $new->scheme = $scheme; $new->removeDefaultPort(); $new->validateState(); return $new; } public function withUserInfo($user, $password = null) { $info = $this->filterUserInfoComponent($user); if ($password !== null) { $info .= ':' . $this->filterUserInfoComponent($password); } if ($this->userInfo === $info) { return $this; } $new = clone $this; $new->userInfo = $info; $new->validateState(); return $new; } public function withHost($host) { $host = $this->filterHost($host); if ($this->host === $host) { return $this; } $new = clone $this; $new->host = $host; $new->validateState(); return $new; } public function withPort($port) { $port = $this->filterPort($port); if ($this->port === $port) { return $this; } $new = clone $this; $new->port = $port; $new->removeDefaultPort(); $new->validateState(); return $new; } public function withPath($path) { $path = $this->filterPath($path); if ($this->path === $path) { return $this; } $new = clone $this; $new->path = $path; $new->validateState(); return $new; } public function withQuery($query) { $query = $this->filterQueryAndFragment($query); if ($this->query === $query) { return $this; } $new = clone $this; $new->query = $query; return $new; } public function withFragment($fragment) { $fragment = $this->filterQueryAndFragment($fragment); if ($this->fragment === $fragment) { return $this; } $new = clone $this; $new->fragment = $fragment; return $new; } /** * Apply parse_url parts to a URI. * * @param array $parts Array of parse_url parts to apply. */ private function applyParts(array $parts) { $this->scheme = isset($parts['scheme']) ? $this->filterScheme($parts['scheme']) : ''; $this->userInfo = isset($parts['user']) ? $this->filterUserInfoComponent($parts['user']) : ''; $this->host = isset($parts['host']) ? $this->filterHost($parts['host']) : ''; $this->port = isset($parts['port']) ? $this->filterPort($parts['port']) : null; $this->path = isset($parts['path']) ? $this->filterPath($parts['path']) : ''; $this->query = isset($parts['query']) ? $this->filterQueryAndFragment($parts['query']) : ''; $this->fragment = isset($parts['fragment']) ? $this->filterQueryAndFragment($parts['fragment']) : ''; if (isset($parts['pass'])) { $this->userInfo .= ':' . $this->filterUserInfoComponent($parts['pass']); } $this->removeDefaultPort(); } /** * @param string $scheme * * @return string * * @throws \InvalidArgumentException If the scheme is invalid. */ private function filterScheme($scheme) { if (!is_string($scheme)) { throw new \InvalidArgumentException('Scheme must be a string'); } return \strtr($scheme, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); } /** * @param string $component * * @return string * * @throws \InvalidArgumentException If the user info is invalid. */ private function filterUserInfoComponent($component) { if (!is_string($component)) { throw new \InvalidArgumentException('User info must be a string'); } return preg_replace_callback( '/(?:[^%' . self::$charUnreserved . self::$charSubDelims . ']+|%(?![A-Fa-f0-9]{2}))/', [$this, 'rawurlencodeMatchZero'], $component ); } /** * @param string $host * * @return string * * @throws \InvalidArgumentException If the host is invalid. */ private function filterHost($host) { if (!is_string($host)) { throw new \InvalidArgumentException('Host must be a string'); } return \strtr($host, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); } /** * @param int|null $port * * @return int|null * * @throws \InvalidArgumentException If the port is invalid. */ private function filterPort($port) { if ($port === null) { return null; } $port = (int) $port; if (0 > $port || 0xffff < $port) { throw new \InvalidArgumentException( sprintf('Invalid port: %d. Must be between 0 and 65535', $port) ); } return $port; } /** * @param UriInterface $uri * @param array $keys * * @return array */ private static function getFilteredQueryString(UriInterface $uri, array $keys) { $current = $uri->getQuery(); if ($current === '') { return []; } $decodedKeys = array_map('rawurldecode', $keys); return array_filter(explode('&', $current), function ($part) use ($decodedKeys) { return !in_array(rawurldecode(explode('=', $part)[0]), $decodedKeys, true); }); } /** * @param string $key * @param string|null $value * * @return string */ private static function generateQueryString($key, $value) { // Query string separators ("=", "&") within the key or value need to be encoded // (while preventing double-encoding) before setting the query string. All other // chars that need percent-encoding will be encoded by withQuery(). $queryString = strtr($key, self::$replaceQuery); if ($value !== null) { $queryString .= '=' . strtr($value, self::$replaceQuery); } return $queryString; } private function removeDefaultPort() { if ($this->port !== null && self::isDefaultPort($this)) { $this->port = null; } } /** * Filters the path of a URI * * @param string $path * * @return string * * @throws \InvalidArgumentException If the path is invalid. */ private function filterPath($path) { if (!is_string($path)) { throw new \InvalidArgumentException('Path must be a string'); } return preg_replace_callback( '/(?:[^' . self::$charUnreserved . self::$charSubDelims . '%:@\/]++|%(?![A-Fa-f0-9]{2}))/', [$this, 'rawurlencodeMatchZero'], $path ); } /** * Filters the query string or fragment of a URI. * * @param string $str * * @return string * * @throws \InvalidArgumentException If the query or fragment is invalid. */ private function filterQueryAndFragment($str) { if (!is_string($str)) { throw new \InvalidArgumentException('Query and fragment must be a string'); } return preg_replace_callback( '/(?:[^' . self::$charUnreserved . self::$charSubDelims . '%:@\/\?]++|%(?![A-Fa-f0-9]{2}))/', [$this, 'rawurlencodeMatchZero'], $str ); } private function rawurlencodeMatchZero(array $match) { return rawurlencode($match[0]); } private function validateState() { if ($this->host === '' && ($this->scheme === 'http' || $this->scheme === 'https')) { $this->host = self::HTTP_DEFAULT_HOST; } if ($this->getAuthority() === '') { if (0 === strpos($this->path, '//')) { throw new \InvalidArgumentException('The path of a URI without an authority must not start with two slashes "//"'); } if ($this->scheme === '' && false !== strpos(explode('/', $this->path, 2)[0], ':')) { throw new \InvalidArgumentException('A relative URI must not have a path beginning with a segment containing a colon'); } } elseif (isset($this->path[0]) && $this->path[0] !== '/') { @trigger_error( 'The path of a URI with an authority must start with a slash "/" or be empty. Automagically fixing the URI ' . 'by adding a leading slash to the path is deprecated since version 1.4 and will throw an exception instead.', E_USER_DEPRECATED ); $this->path = '/' . $this->path; //throw new \InvalidArgumentException('The path of a URI with an authority must start with a slash "/" or be empty'); } } } PK6 ZGW'vendor/guzzlehttp/psr7/src/Response.phpnu[ 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 207 => 'Multi-status', 208 => 'Already Reported', 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 306 => 'Switch Proxy', 307 => 'Temporary Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Time-out', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Large', 415 => 'Unsupported Media Type', 416 => 'Requested range not satisfiable', 417 => 'Expectation Failed', 418 => 'I\'m a teapot', 422 => 'Unprocessable Entity', 423 => 'Locked', 424 => 'Failed Dependency', 425 => 'Unordered Collection', 426 => 'Upgrade Required', 428 => 'Precondition Required', 429 => 'Too Many Requests', 431 => 'Request Header Fields Too Large', 451 => 'Unavailable For Legal Reasons', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Time-out', 505 => 'HTTP Version not supported', 506 => 'Variant Also Negotiates', 507 => 'Insufficient Storage', 508 => 'Loop Detected', 511 => 'Network Authentication Required', ]; /** @var string */ private $reasonPhrase = ''; /** @var int */ private $statusCode = 200; /** * @param int $status Status code * @param array $headers Response headers * @param string|resource|StreamInterface|null $body Response body * @param string $version Protocol version * @param string|null $reason Reason phrase (when empty a default will be used based on the status code) */ public function __construct( $status = 200, array $headers = [], $body = null, $version = '1.1', $reason = null ) { $this->assertStatusCodeIsInteger($status); $status = (int) $status; $this->assertStatusCodeRange($status); $this->statusCode = $status; if ($body !== '' && $body !== null) { $this->stream = Utils::streamFor($body); } $this->setHeaders($headers); if ($reason == '' && isset(self::$phrases[$this->statusCode])) { $this->reasonPhrase = self::$phrases[$this->statusCode]; } else { $this->reasonPhrase = (string) $reason; } $this->protocol = $version; } public function getStatusCode() { return $this->statusCode; } public function getReasonPhrase() { return $this->reasonPhrase; } public function withStatus($code, $reasonPhrase = '') { $this->assertStatusCodeIsInteger($code); $code = (int) $code; $this->assertStatusCodeRange($code); $new = clone $this; $new->statusCode = $code; if ($reasonPhrase == '' && isset(self::$phrases[$new->statusCode])) { $reasonPhrase = self::$phrases[$new->statusCode]; } $new->reasonPhrase = (string) $reasonPhrase; return $new; } private function assertStatusCodeIsInteger($statusCode) { if (filter_var($statusCode, FILTER_VALIDATE_INT) === false) { throw new \InvalidArgumentException('Status code must be an integer value.'); } } private function assertStatusCodeRange($statusCode) { if ($statusCode < 100 || $statusCode >= 600) { throw new \InvalidArgumentException('Status code must be an integer value between 1xx and 5xx.'); } } } PK6 ZX?xU"U"*vendor/guzzlehttp/psr7/src/UriResolver.phpnu[getScheme() != '') { return $rel->withPath(self::removeDotSegments($rel->getPath())); } if ($rel->getAuthority() != '') { $targetAuthority = $rel->getAuthority(); $targetPath = self::removeDotSegments($rel->getPath()); $targetQuery = $rel->getQuery(); } else { $targetAuthority = $base->getAuthority(); if ($rel->getPath() === '') { $targetPath = $base->getPath(); $targetQuery = $rel->getQuery() != '' ? $rel->getQuery() : $base->getQuery(); } else { if ($rel->getPath()[0] === '/') { $targetPath = $rel->getPath(); } else { if ($targetAuthority != '' && $base->getPath() === '') { $targetPath = '/' . $rel->getPath(); } else { $lastSlashPos = strrpos($base->getPath(), '/'); if ($lastSlashPos === false) { $targetPath = $rel->getPath(); } else { $targetPath = substr($base->getPath(), 0, $lastSlashPos + 1) . $rel->getPath(); } } } $targetPath = self::removeDotSegments($targetPath); $targetQuery = $rel->getQuery(); } } return new Uri(Uri::composeComponents( $base->getScheme(), $targetAuthority, $targetPath, $targetQuery, $rel->getFragment() )); } /** * Returns the target URI as a relative reference from the base URI. * * This method is the counterpart to resolve(): * * (string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target)) * * One use-case is to use the current request URI as base URI and then generate relative links in your documents * to reduce the document size or offer self-contained downloadable document archives. * * $base = new Uri('http://example.com/a/b/'); * echo UriResolver::relativize($base, new Uri('http://example.com/a/b/c')); // prints 'c'. * echo UriResolver::relativize($base, new Uri('http://example.com/a/x/y')); // prints '../x/y'. * echo UriResolver::relativize($base, new Uri('http://example.com/a/b/?q')); // prints '?q'. * echo UriResolver::relativize($base, new Uri('http://example.org/a/b/')); // prints '//example.org/a/b/'. * * This method also accepts a target that is already relative and will try to relativize it further. Only a * relative-path reference will be returned as-is. * * echo UriResolver::relativize($base, new Uri('/a/b/c')); // prints 'c' as well * * @param UriInterface $base Base URI * @param UriInterface $target Target URI * * @return UriInterface The relative URI reference */ public static function relativize(UriInterface $base, UriInterface $target) { if ($target->getScheme() !== '' && ($base->getScheme() !== $target->getScheme() || $target->getAuthority() === '' && $base->getAuthority() !== '') ) { return $target; } if (Uri::isRelativePathReference($target)) { // As the target is already highly relative we return it as-is. It would be possible to resolve // the target with `$target = self::resolve($base, $target);` and then try make it more relative // by removing a duplicate query. But let's not do that automatically. return $target; } if ($target->getAuthority() !== '' && $base->getAuthority() !== $target->getAuthority()) { return $target->withScheme(''); } // We must remove the path before removing the authority because if the path starts with two slashes, the URI // would turn invalid. And we also cannot set a relative path before removing the authority, as that is also // invalid. $emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(''); if ($base->getPath() !== $target->getPath()) { return $emptyPathUri->withPath(self::getRelativePath($base, $target)); } if ($base->getQuery() === $target->getQuery()) { // Only the target fragment is left. And it must be returned even if base and target fragment are the same. return $emptyPathUri->withQuery(''); } // If the base URI has a query but the target has none, we cannot return an empty path reference as it would // inherit the base query component when resolving. if ($target->getQuery() === '') { $segments = explode('/', $target->getPath()); $lastSegment = end($segments); return $emptyPathUri->withPath($lastSegment === '' ? './' : $lastSegment); } return $emptyPathUri; } private static function getRelativePath(UriInterface $base, UriInterface $target) { $sourceSegments = explode('/', $base->getPath()); $targetSegments = explode('/', $target->getPath()); array_pop($sourceSegments); $targetLastSegment = array_pop($targetSegments); foreach ($sourceSegments as $i => $segment) { if (isset($targetSegments[$i]) && $segment === $targetSegments[$i]) { unset($sourceSegments[$i], $targetSegments[$i]); } else { break; } } $targetSegments[] = $targetLastSegment; $relativePath = str_repeat('../', count($sourceSegments)) . implode('/', $targetSegments); // A reference to am empty last segment or an empty first sub-segment must be prefixed with "./". // This also applies to a segment with a colon character (e.g., "file:colon") that cannot be used // as the first segment of a relative-path reference, as it would be mistaken for a scheme name. if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) { $relativePath = "./$relativePath"; } elseif ('/' === $relativePath[0]) { if ($base->getAuthority() != '' && $base->getPath() === '') { // In this case an extra slash is added by resolve() automatically. So we must not add one here. $relativePath = ".$relativePath"; } else { $relativePath = "./$relativePath"; } } return $relativePath; } private function __construct() { // cannot be instantiated } } PK6 Z֮,vendor/guzzlehttp/psr7/src/CachingStream.phpnu[remoteStream = $stream; $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+')); } public function getSize() { return max($this->stream->getSize(), $this->remoteStream->getSize()); } public function rewind() { $this->seek(0); } public function seek($offset, $whence = SEEK_SET) { if ($whence == SEEK_SET) { $byte = $offset; } elseif ($whence == SEEK_CUR) { $byte = $offset + $this->tell(); } elseif ($whence == SEEK_END) { $size = $this->remoteStream->getSize(); if ($size === null) { $size = $this->cacheEntireStream(); } $byte = $size + $offset; } else { throw new \InvalidArgumentException('Invalid whence'); } $diff = $byte - $this->stream->getSize(); if ($diff > 0) { // Read the remoteStream until we have read in at least the amount // of bytes requested, or we reach the end of the file. while ($diff > 0 && !$this->remoteStream->eof()) { $this->read($diff); $diff = $byte - $this->stream->getSize(); } } else { // We can just do a normal seek since we've already seen this byte. $this->stream->seek($byte); } } public function read($length) { // Perform a regular read on any previously read data from the buffer $data = $this->stream->read($length); $remaining = $length - strlen($data); // More data was requested so read from the remote stream if ($remaining) { // If data was written to the buffer in a position that would have // been filled from the remote stream, then we must skip bytes on // the remote stream to emulate overwriting bytes from that // position. This mimics the behavior of other PHP stream wrappers. $remoteData = $this->remoteStream->read( $remaining + $this->skipReadBytes ); if ($this->skipReadBytes) { $len = strlen($remoteData); $remoteData = substr($remoteData, $this->skipReadBytes); $this->skipReadBytes = max(0, $this->skipReadBytes - $len); } $data .= $remoteData; $this->stream->write($remoteData); } return $data; } public function write($string) { // When appending to the end of the currently read stream, you'll want // to skip bytes from being read from the remote stream to emulate // other stream wrappers. Basically replacing bytes of data of a fixed // length. $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell(); if ($overflow > 0) { $this->skipReadBytes += $overflow; } return $this->stream->write($string); } public function eof() { return $this->stream->eof() && $this->remoteStream->eof(); } /** * Close both the remote stream and buffer stream */ public function close() { $this->remoteStream->close() && $this->stream->close(); } private function cacheEntireStream() { $target = new FnStream(['write' => 'strlen']); Utils::copyToStream($this, $target); return $this->tell(); } } PK6 Z%vendor/guzzlehttp/psr7/src/Header.phpnu[]+>|[^=]+/', $kvp, $matches)) { $m = $matches[0]; if (isset($m[1])) { $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed); } else { $part[] = trim($m[0], $trimmed); } } } if ($part) { $params[] = $part; } } return $params; } /** * Converts an array of header values that may contain comma separated * headers into an array of headers with no comma separated values. * * @param string|array $header Header to normalize. * * @return array Returns the normalized header field values. */ public static function normalize($header) { if (!is_array($header)) { return array_map('trim', explode(',', $header)); } $result = []; foreach ($header as $value) { foreach ((array) $value as $v) { if (strpos($v, ',') === false) { $result[] = $v; continue; } foreach (preg_split('/,(?=([^"]*"[^"]*")*[^"]*$)/', $v) as $vv) { $result[] = trim($vv); } } } return $result; } } PK6 ZLwE%vendor/guzzlehttp/psr7/src/Stream.phpnu[size = $options['size']; } $this->customMetadata = isset($options['metadata']) ? $options['metadata'] : []; $this->stream = $stream; $meta = stream_get_meta_data($this->stream); $this->seekable = $meta['seekable']; $this->readable = (bool)preg_match(self::READABLE_MODES, $meta['mode']); $this->writable = (bool)preg_match(self::WRITABLE_MODES, $meta['mode']); $this->uri = $this->getMetadata('uri'); } /** * Closes the stream when the destructed */ public function __destruct() { $this->close(); } public function __toString() { try { if ($this->isSeekable()) { $this->seek(0); } return $this->getContents(); } catch (\Exception $e) { return ''; } } public function getContents() { if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } $contents = stream_get_contents($this->stream); if ($contents === false) { throw new \RuntimeException('Unable to read stream contents'); } return $contents; } public function close() { if (isset($this->stream)) { if (is_resource($this->stream)) { fclose($this->stream); } $this->detach(); } } public function detach() { if (!isset($this->stream)) { return null; } $result = $this->stream; unset($this->stream); $this->size = $this->uri = null; $this->readable = $this->writable = $this->seekable = false; return $result; } public function getSize() { if ($this->size !== null) { return $this->size; } if (!isset($this->stream)) { return null; } // Clear the stat cache if the stream has a URI if ($this->uri) { clearstatcache(true, $this->uri); } $stats = fstat($this->stream); if (isset($stats['size'])) { $this->size = $stats['size']; return $this->size; } return null; } public function isReadable() { return $this->readable; } public function isWritable() { return $this->writable; } public function isSeekable() { return $this->seekable; } public function eof() { if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } return feof($this->stream); } public function tell() { if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } $result = ftell($this->stream); if ($result === false) { throw new \RuntimeException('Unable to determine stream position'); } return $result; } public function rewind() { $this->seek(0); } public function seek($offset, $whence = SEEK_SET) { $whence = (int) $whence; if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } if (!$this->seekable) { throw new \RuntimeException('Stream is not seekable'); } if (fseek($this->stream, $offset, $whence) === -1) { throw new \RuntimeException('Unable to seek to stream position ' . $offset . ' with whence ' . var_export($whence, true)); } } public function read($length) { if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } if (!$this->readable) { throw new \RuntimeException('Cannot read from non-readable stream'); } if ($length < 0) { throw new \RuntimeException('Length parameter cannot be negative'); } if (0 === $length) { return ''; } $string = fread($this->stream, $length); if (false === $string) { throw new \RuntimeException('Unable to read from stream'); } return $string; } public function write($string) { if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } if (!$this->writable) { throw new \RuntimeException('Cannot write to a non-writable stream'); } // We can't know the size after writing anything $this->size = null; $result = fwrite($this->stream, $string); if ($result === false) { throw new \RuntimeException('Unable to write to stream'); } return $result; } public function getMetadata($key = null) { if (!isset($this->stream)) { return $key ? null : []; } elseif (!$key) { return $this->customMetadata + stream_get_meta_data($this->stream); } elseif (isset($this->customMetadata[$key])) { return $this->customMetadata[$key]; } $meta = stream_get_meta_data($this->stream); return isset($meta[$key]) ? $meta[$key] : null; } } PK6 Z|77+vendor/guzzlehttp/psr7/src/MessageTrait.phpnu[ array of values */ private $headers = []; /** @var array Map of lowercase header name => original name at registration */ private $headerNames = []; /** @var string */ private $protocol = '1.1'; /** @var StreamInterface|null */ private $stream; public function getProtocolVersion() { return $this->protocol; } public function withProtocolVersion($version) { if ($this->protocol === $version) { return $this; } $new = clone $this; $new->protocol = $version; return $new; } public function getHeaders() { return $this->headers; } public function hasHeader($header) { return isset($this->headerNames[strtolower($header)]); } public function getHeader($header) { $header = strtolower($header); if (!isset($this->headerNames[$header])) { return []; } $header = $this->headerNames[$header]; return $this->headers[$header]; } public function getHeaderLine($header) { return implode(', ', $this->getHeader($header)); } public function withHeader($header, $value) { $this->assertHeader($header); $value = $this->normalizeHeaderValue($value); $normalized = strtolower($header); $new = clone $this; if (isset($new->headerNames[$normalized])) { unset($new->headers[$new->headerNames[$normalized]]); } $new->headerNames[$normalized] = $header; $new->headers[$header] = $value; return $new; } public function withAddedHeader($header, $value) { $this->assertHeader($header); $value = $this->normalizeHeaderValue($value); $normalized = strtolower($header); $new = clone $this; if (isset($new->headerNames[$normalized])) { $header = $this->headerNames[$normalized]; $new->headers[$header] = array_merge($this->headers[$header], $value); } else { $new->headerNames[$normalized] = $header; $new->headers[$header] = $value; } return $new; } public function withoutHeader($header) { $normalized = strtolower($header); if (!isset($this->headerNames[$normalized])) { return $this; } $header = $this->headerNames[$normalized]; $new = clone $this; unset($new->headers[$header], $new->headerNames[$normalized]); return $new; } public function getBody() { if (!$this->stream) { $this->stream = Utils::streamFor(''); } return $this->stream; } public function withBody(StreamInterface $body) { if ($body === $this->stream) { return $this; } $new = clone $this; $new->stream = $body; return $new; } private function setHeaders(array $headers) { $this->headerNames = $this->headers = []; foreach ($headers as $header => $value) { if (is_int($header)) { // Numeric array keys are converted to int by PHP but having a header name '123' is not forbidden by the spec // and also allowed in withHeader(). So we need to cast it to string again for the following assertion to pass. $header = (string) $header; } $this->assertHeader($header); $value = $this->normalizeHeaderValue($value); $normalized = strtolower($header); if (isset($this->headerNames[$normalized])) { $header = $this->headerNames[$normalized]; $this->headers[$header] = array_merge($this->headers[$header], $value); } else { $this->headerNames[$normalized] = $header; $this->headers[$header] = $value; } } } private function normalizeHeaderValue($value) { if (!is_array($value)) { return $this->trimHeaderValues([$value]); } if (count($value) === 0) { throw new \InvalidArgumentException('Header value can not be an empty array.'); } return $this->trimHeaderValues($value); } /** * Trims whitespace from the header values. * * Spaces and tabs ought to be excluded by parsers when extracting the field value from a header field. * * header-field = field-name ":" OWS field-value OWS * OWS = *( SP / HTAB ) * * @param string[] $values Header values * * @return string[] Trimmed header values * * @see https://tools.ietf.org/html/rfc7230#section-3.2.4 */ private function trimHeaderValues(array $values) { return array_map(function ($value) { if (!is_scalar($value) && null !== $value) { throw new \InvalidArgumentException(sprintf( 'Header value must be scalar or null but %s provided.', is_object($value) ? get_class($value) : gettype($value) )); } return trim((string) $value, " \t"); }, array_values($values)); } private function assertHeader($header) { if (!is_string($header)) { throw new \InvalidArgumentException(sprintf( 'Header name must be a string but %s provided.', is_object($header) ? get_class($header) : gettype($header) )); } if ($header === '') { throw new \InvalidArgumentException('Header name can not be empty.'); } } } PK6 Z90&vendor/guzzlehttp/psr7/src/Request.phpnu[assertMethod($method); if (!($uri instanceof UriInterface)) { $uri = new Uri($uri); } $this->method = strtoupper($method); $this->uri = $uri; $this->setHeaders($headers); $this->protocol = $version; if (!isset($this->headerNames['host'])) { $this->updateHostFromUri(); } if ($body !== '' && $body !== null) { $this->stream = Utils::streamFor($body); } } public function getRequestTarget() { if ($this->requestTarget !== null) { return $this->requestTarget; } $target = $this->uri->getPath(); if ($target == '') { $target = '/'; } if ($this->uri->getQuery() != '') { $target .= '?' . $this->uri->getQuery(); } return $target; } public function withRequestTarget($requestTarget) { if (preg_match('#\s#', $requestTarget)) { throw new InvalidArgumentException( 'Invalid request target provided; cannot contain whitespace' ); } $new = clone $this; $new->requestTarget = $requestTarget; return $new; } public function getMethod() { return $this->method; } public function withMethod($method) { $this->assertMethod($method); $new = clone $this; $new->method = strtoupper($method); return $new; } public function getUri() { return $this->uri; } public function withUri(UriInterface $uri, $preserveHost = false) { if ($uri === $this->uri) { return $this; } $new = clone $this; $new->uri = $uri; if (!$preserveHost || !isset($this->headerNames['host'])) { $new->updateHostFromUri(); } return $new; } private function updateHostFromUri() { $host = $this->uri->getHost(); if ($host == '') { return; } if (($port = $this->uri->getPort()) !== null) { $host .= ':' . $port; } if (isset($this->headerNames['host'])) { $header = $this->headerNames['host']; } else { $header = 'Host'; $this->headerNames['host'] = 'Host'; } // Ensure Host is the first header. // See: http://tools.ietf.org/html/rfc7230#section-5.4 $this->headers = [$header => [$host]] + $this->headers; } private function assertMethod($method) { if (!is_string($method) || $method === '') { throw new \InvalidArgumentException('Method must be a non-empty string.'); } } } PK6 Z]).vendor/guzzlehttp/psr7/src/MultipartStream.phpnu[boundary = $boundary ?: sha1(uniqid('', true)); $this->stream = $this->createStream($elements); } /** * Get the boundary * * @return string */ public function getBoundary() { return $this->boundary; } public function isWritable() { return false; } /** * Get the headers needed before transferring the content of a POST file */ private function getHeaders(array $headers) { $str = ''; foreach ($headers as $key => $value) { $str .= "{$key}: {$value}\r\n"; } return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n"; } /** * Create the aggregate stream that will be used to upload the POST data */ protected function createStream(array $elements) { $stream = new AppendStream(); foreach ($elements as $element) { $this->addElement($stream, $element); } // Add the trailing boundary with CRLF $stream->addStream(Utils::streamFor("--{$this->boundary}--\r\n")); return $stream; } private function addElement(AppendStream $stream, array $element) { foreach (['contents', 'name'] as $key) { if (!array_key_exists($key, $element)) { throw new \InvalidArgumentException("A '{$key}' key is required"); } } $element['contents'] = Utils::streamFor($element['contents']); if (empty($element['filename'])) { $uri = $element['contents']->getMetadata('uri'); if (substr($uri, 0, 6) !== 'php://') { $element['filename'] = $uri; } } list($body, $headers) = $this->createElement( $element['name'], $element['contents'], isset($element['filename']) ? $element['filename'] : null, isset($element['headers']) ? $element['headers'] : [] ); $stream->addStream(Utils::streamFor($this->getHeaders($headers))); $stream->addStream($body); $stream->addStream(Utils::streamFor("\r\n")); } /** * @return array */ private function createElement($name, StreamInterface $stream, $filename, array $headers) { // Set a default content-disposition header if one was no provided $disposition = $this->getHeader($headers, 'content-disposition'); if (!$disposition) { $headers['Content-Disposition'] = ($filename === '0' || $filename) ? sprintf( 'form-data; name="%s"; filename="%s"', $name, basename($filename) ) : "form-data; name=\"{$name}\""; } // Set a default content-length header if one was no provided $length = $this->getHeader($headers, 'content-length'); if (!$length) { if ($length = $stream->getSize()) { $headers['Content-Length'] = (string) $length; } } // Set a default Content-Type if one was not supplied $type = $this->getHeader($headers, 'content-type'); if (!$type && ($filename === '0' || $filename)) { if ($type = MimeType::fromFilename($filename)) { $headers['Content-Type'] = $type; } } return [$stream, $headers]; } private function getHeader(array $headers, $key) { $lowercaseHeader = strtolower($key); foreach ($headers as $k => $v) { if (strtolower($k) === $lowercaseHeader) { return $v; } } return null; } } PK$ ZQ composer.locknu[PK$ Z%>> Jcomposer.jsonnu[PK$ Zh1ŗvendor/paragonie/constant_time_encoding/psalm.xmlnu[PK$ Zc8ʘvendor/paragonie/constant_time_encoding/phpunit.xml.distnu[PK$ ZRjKvendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.phpnu[PK$ ZhS<fvendor/paragonie/constant_time_encoding/tests/Base32Test.phpnu[PK$ ZQJm?qvendor/paragonie/constant_time_encoding/tests/Base32HexTest.phpnu[PK$ Z{P9vendor/paragonie/constant_time_encoding/tests/HexTest.phpnu[PK$ Z[%=vendor/paragonie/constant_time_encoding/tests/RFC4648Test.phpnu[PK$ ZVJ<vendor/paragonie/constant_time_encoding/tests/Base64Test.phpnu[PK$ Zw $$> vendor/paragonie/constant_time_encoding/tests/EncodingTest.phpnu[PK$ ZlޔDvendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.phpnu[PK$ Z1D  C vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.phpnu[PK$ Z1TDJ J 1vendor/paragonie/constant_time_encoding/README.mdnu[PK$ ZR0ii35 vendor/paragonie/constant_time_encoding/.travis.ymlnu[PK$ Ze e 3 vendor/paragonie/constant_time_encoding/LICENSE.txtnu[PK$ ZH5vendor/paragonie/constant_time_encoding/composer.jsonnu[PK$ Z`2vendor/paragonie/constant_time_encoding/.gitignorenu[PK$ Zq~~8nvendor/paragonie/constant_time_encoding/src/Encoding.phpnu[PK$ Zn)7T6vendor/paragonie/constant_time_encoding/src/RFC4648.phpnu[PK$ ZKͧ""6IGvendor/paragonie/constant_time_encoding/src/Base64.phpnu[PK$ Zq~~3jvendor/paragonie/constant_time_encoding/src/Hex.phpnu[PK$ Z) =vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.phpnu[PK$ Z >vendor/paragonie/constant_time_encoding/src/Base64DotSlash.phpnu[PK$ ZT*B Eݘvendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.phpnu[PK$ ZӥT>>62vendor/paragonie/constant_time_encoding/src/Base32.phpnu[PK$ Z@xvendor/paragonie/constant_time_encoding/src/EncoderInterface.phpnu[PK$ ZK/( ( 6vendor/paragonie/constant_time_encoding/src/Binary.phpnu[PK$ Z)dY Y 96vendor/paragonie/constant_time_encoding/src/Base32Hex.phpnu[PK$ Z>JJ&vendor/paragonie/random_compat/LICENSEnu[PK$ Zk}4aa3vendor/paragonie/random_compat/other/build_phar.phpnu[PK$ ZDTT(\vendor/paragonie/random_compat/psalm.xmlnu[PK$ Z1vendor/paragonie/random_compat/psalm-autoload.phpnu[PK$ Z&//-Pvendor/paragonie/random_compat/lib/random.phpnu[PK$ ZP|*ff,vendor/paragonie/random_compat/composer.jsonnu[PK$ Z*A|=vendor/paragonie/random_compat/dist/random_compat.phar.pubkeynu[PK$ Z١iAvendor/paragonie/random_compat/dist/random_compat.phar.pubkey.ascnu[PK$ Zt8Q,; vendor/paragonie/random_compat/build-phar.shnu[PK$ Z8 Ӳ!vendor/autoload.phpnu[PK$ Z''"vendor/monolog/monolog/LICENSEnu[PK$ Zƻ,_ _ !&vendor/monolog/monolog/UPGRADE.mdnu[PK$ ZQEՠ|| 72vendor/monolog/monolog/README.mdnu[PK$ ZvzHH(Gvendor/monolog/monolog/phpstan.neon.distnu[PK$ ZH ~ ~ $Jvendor/monolog/monolog/composer.jsonnu[PK$ Z r~r~#uUvendor/monolog/monolog/CHANGELOG.mdnu[PK$ Z eA:vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.phpnu[PK$ ZXAvendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.phpnu[PK$ ZA A Bvendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.phpnu[PK$ Zm[//GVvendor/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.phpnu[PK$ ZkLEvendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.phpnu[PK$ Z>]vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.phpnu[PK$ Z7%%@*vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.phpnu[PK$ Z8%%C/vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.phpnu[PK$ Z~=ss>7vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.phpnu[PK$ ZCvBOvendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.phpnu[PK$ ZqRBWvendor/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.phpnu[PK$ Zw",,C]vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.phpnu[PK$ Z>5΄Dzavendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.phpnu[PK$ ZQq>qvendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.phpnu[PK$ ZQTCh Bϓvendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.phpnu[PK$ Z*ٍBНvendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.phpnu[PK$ Z ؑ@Ϭvendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.phpnu[PK$ ZM/Xvendor/monolog/monolog/src/Monolog/Registry.phpnu[PK$ Zic c GEvendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.phpnu[PK$ Z( =vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.phpnu[PK$ ZE~I]vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.phpnu[PK$ Zq=vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.phpnu[PK$ Zÿ  E?vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.phpnu[PK$ Za ##@vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.phpnu[PK$ ZI  GSvendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.phpnu[PK$ Z<=vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.phpnu[PK$ Z4q=vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.phpnu[PK$ Zp/9::CQvendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.phpnu[PK$ Zh  Cvendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.phpnu[PK$ Z|B vendor/monolog/monolog/src/Monolog/Processor/HostnameProcessor.phpnu[PK$ Zq|Cvendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.phpnu[PK$ Z/M#$#$3vendor/monolog/monolog/src/Monolog/ErrorHandler.phpnu[PK$ Z4Y9vendor/monolog/monolog/src/Monolog/Test/TestCase.phpnu[PK$ Z;ߨmm,@vendor/monolog/monolog/src/Monolog/Utils.phpnu[PK$ Zv$==8\vendor/monolog/monolog/src/Monolog/DateTimeImmutable.phpnu[PK$ Z$>avendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.phpnu[PK$ Z帋JJE}vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.phpnu[PK$ Zgg@܁vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.phpnu[PK$ Z :vendor/monolog/monolog/src/Monolog/Handler/TestHandler.phpnu[PK$ Z4))Bvendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.phpnu[PK$ Z-+69>vendor/monolog/monolog/src/Monolog/Handler/SqsHandler.phpnu[PK$ ZrHp;vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.phpnu[PK$ Zj=vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.phpnu[PK$ Zghj6vendor/monolog/monolog/src/Monolog/Handler/Handler.phpnu[PK$ Zl̄vv:dvendor/monolog/monolog/src/Monolog/Handler/NullHandler.phpnu[PK$ ZuQ4&4&@Dvendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.phpnu[PK$ ZSpp:vendor/monolog/monolog/src/Monolog/Handler/NoopHandler.phpnu[PK$ Z]u@vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.phpnu[PK$ Zδ//= vendor/monolog/monolog/src/Monolog/Handler/ProcessHandler.phpnu[PK$ Z& >"vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.phpnu[PK$ Z7\GG>,vendor/monolog/monolog/src/Monolog/Handler/OverflowHandler.phpnu[PK$ Zc_:?@vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.phpnu[PK$ Zzʁq q ASvendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.phpnu[PK$ Z?|`vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.phpnu[PK$ Z*#>ouvendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.phpnu[PK$ Z0" " Aqvendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.phpnu[PK$ Zy ;vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.phpnu[PK$ Zzc  =,vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.phpnu[PK$ Z|[+_ _ >vendor/monolog/monolog/src/Monolog/Handler/ElasticaHandler.phpnu[PK$ Z)J>vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.phpnu[PK$ ZBDVT T >vendor/monolog/monolog/src/Monolog/Handler/SendGridHandler.phpnu[PK$ Z m>vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.phpnu[PK$ ZRh ?vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.phpnu[PK$ Z :Uvendor/monolog/monolog/src/Monolog/Handler/MailHandler.phpnu[PK$ ZAiiCvendor/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.phpnu[PK$ ZG"kkBvendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.phpnu[PK$ Z6P&&< vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.phpnu[PK$ Z7 >3vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.phpnu[PK$ Zi;;< >vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.phpnu[PK$ Zq@Q11<Svendor/monolog/monolog/src/Monolog/Handler/FilterHandler.phpnu[PK$ Z?<Nkvendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.phpnu[PK$ Z lFsvendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.phpnu[PK$ Z{b =zvendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.phpnu[PK$ Z)9 >Kvendor/monolog/monolog/src/Monolog/Handler/LogmaticHandler.phpnu[PK$ Zn6^^Cvendor/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.phpnu[PK$ Z?BPvendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.phpnu[PK$ Zen >vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.phpnu[PK$ Z[ [ 9yvendor/monolog/monolog/src/Monolog/Handler/PsrHandler.phpnu[PK$ Z''@=vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.phpnu[PK$ ZAL6Fvendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.phpnu[PK$ ZLFvendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.phpnu[PK$ ZX퉐<Rvendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.phpnu[PK$ Z*j{p p =Nvendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.phpnu[PK$ Z3  ;+vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.phpnu[PK$ Z O--B*vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.phpnu[PK$ ZР >:?vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.phpnu[PK$ ZBMMJ^Lvendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.phpnu[PK$ Zy  H%Pvendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.phpnu[PK$ Z:uT|ARvendor/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.phpnu[PK$ Z;66JZvendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.phpnu[PK$ Z݀Dj_vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.phpnu[PK$ Z8"  ?mvendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.phpnu[PK$ ZX\Y}vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.phpnu[PK$ ZE.Z߅vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.phpnu[PK$ ZWzmmYvendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.phpnu[PK$ ZQ??Cvendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.phpnu[PK$ ZHvendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.phpnu[PK$ Zl$`Dvendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.phpnu[PK$ ZtCAvendor/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.phpnu[PK$ Zi)VV:Ivendor/monolog/monolog/src/Monolog/Handler/GelfHandler.phpnu[PK$ Z$BB< vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.phpnu[PK$ Z2{ ?vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.phpnu[PK$ Zg+LL8vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.phpnu[PK$ Z!!=vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.phpnu[PK$ ZS]4;Bvendor/monolog/monolog/src/Monolog/Handler/SlackHandler.phpnu[PK$ Z$$D3vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.phpnu[PK$ Z,:MRvendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.phpnu[PK$ ZΐjH}bvendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.phpnu[PK$ ZG:hvendor/monolog/monolog/src/Monolog/ResettableInterface.phpnu[PK$ Z jOr r 4lvendor/monolog/monolog/src/Monolog/SignalHandler.phpnu[PK$ Z-YRKCKC-zvendor/monolog/monolog/src/Monolog/Logger.phpnu[PK$ Z#s(((bvendor/google/apiclient-services/LICENSEnu[PK$ ZR(GG*vendor/google/apiclient-services/README.mdnu[PK$ Z:!.kvendor/google/apiclient-services/composer.jsonnu[PK$ Zbxll)vendor/google/apiclient-services/synth.pynu[PK$ Z/Qvendor/google/apiclient-services/synth.metadatanu[PK$ Z1,Elvendor/google/apiclient-services/src/Google/Service/CloudComposer.phpnu[PK$ Z$ov vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationMetadata.phpnu[PK$ Z`^} vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceClaim.phpnu[PK$ Z`{q& vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/AndroiddeviceprovisioningEmpty.phpnu[PK$ Z2n⸨lr) vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerRequest.phpnu[PK$ Z׍7u/ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataInBatchRequest.phpnu[PK$ ZU U `5 vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Configuration.phpnu[PK$ ZF/i@ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PerDeviceStatusInBatch.phpnu[PK$ Z,RRa9F vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceMetadata.phpnu[PK$ Z9)nJ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorCustomersResponse.phpnu[PK$ ZgޖhP vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CreateCustomerRequest.phpnu[PK$ ZMaljU vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateMetadataArguments.phpnu[PK$ Z UUnE^ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDevicesResponse.phpnu[PK$ Z oAAw8d vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierRequest.phpnu[PK$ Z| kki k vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDpcs.phpnu[PK$ Z20 m$r vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersCustomers.phpnu[PK$ Z2t~ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendorsCustomers.phpnu[PK$ Za]OqqeK vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Customers.phpnu[PK$ ZԴDdQ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Partners.phpnu[PK$ Z)7 s vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersConfigurations.phpnu[PK$ ZMr00f vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Operations.phpnu[PK$ Z>8]k̬ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendors.phpnu[PK$ Z " "k! vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersDevices.phpnu[PK$ Z22l vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDevices.phpnu[PK$ Z~~e vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceRequest.phpnu[PK$ Z3n0 vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataRequest.phpnu[PK$ Z|f vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceResponse.phpnu[PK$ ZVruT vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerRemoveConfigurationRequest.phpnu[PK$ Zyfm vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerResponse.phpnu[PK$ ZF.V@ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Dpc.phpnu[PK$ ZfZ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDevicesRequest.phpnu[PK$ Z[qqty vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerApplyConfigurationRequest.phpnu[PK$ Zf)b vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceReference.phpnu[PK$ ZeWxx_! vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerClaim.phpnu[PK$ Z7h* vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListCustomersResponse.phpnu[PK$ Z j\d1 vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Operation.phpnu[PK$ Z\^ou8 vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListConfigurationsResponse.phpnu[PK$ ZW_YH> vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Status.phpnu[PK$ Z^ YzC vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Device.phpnu[PK$ ZF-ZaakN vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDpcsResponse.phpnu[PK$ ZxS vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierResponse.phpnu[PK$ Z\BBgZ vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDeviceRequest.phpnu[PK$ Z,vbc vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationResponse.phpnu[PK$ ZGoi vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerUnclaimDeviceRequest.phpnu[PK$ Zho vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDevicesRequest.phpnu[PK$ ZfCt vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorsResponse.phpnu[PK$ Z|!llpz vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListCustomersResponse.phpnu[PK$ Z <<a vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerUnclaim.phpnu[PK$ Zz<]c vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceIdentifier.phpnu[PK$ Ziӧ e4 vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/OperationPerDevice.phpnu[PK$ Z-Zp vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Company.phpnu[PK$ ZOQ Q N vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging.phpnu[PK$ Zfުaarެ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImportProductSetsResponse.phpnu[PK$ ZVt vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.phpnu[PK$ Z*Ha vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Property.phpnu[PK$ Zq!h vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductKeyValue.phpnu[PK$ ZI  H vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.phpnu[PK$ Zv[ma vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Position.phpnu[PK$ ZZ99o8 vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotationLandmark.phpnu[PK$ Z e vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetection.phpnu[PK$ Zo vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageAnnotationContext.phpnu[PK$ Z0 mY vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebImage.phpnu[PK$ Zi X vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsResponse.phpnu[PK$ Zv;V99oN vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotationLandmark.phpnu[PK$ Zj7a& vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Property.phpnu[PK$ ZMCH vendor/google/apiclient-services/src/Google/Service/Vision/Word.phpnu[PK$ Z٩Z Z z vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.phpnu[PK$ ZȯL vendor/google/apiclient-services/src/Google/Service/Vision/DetectedBreak.phpnu[PK$ Zt* vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.phpnu[PK$ Zo vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageAnnotationContext.phpnu[PK$ ZIxnc vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebEntity.phpnu[PK$ ZEh% vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageProperties.phpnu[PK$ Z ;Eg+ vendor/google/apiclient-services/src/Google/Service/Vision/Vertex.phpnu[PK$ Zf`a/ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Product.phpnu[PK$ Z'99o7 vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotationLandmark.phpnu[PK$ Zxs= vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.phpnu[PK$ Z0XE vendor/google/apiclient-services/src/Google/Service/Vision/LocalizedObjectAnnotation.phpnu[PK$ Z7~R'M vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchParams.phpnu[PK$ Z!}]tT vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Page.phpnu[PK$ ZYQ] vendor/google/apiclient-services/src/Google/Service/Vision/WebDetectionParams.phpnu[PK$ Z!&}D!!ea vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocationInfo.phpnu[PK$ ZRU: S\f vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.phpnu[PK$ Zfqsl vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse.phpnu[PK$ Z@{c c ^r vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Block.phpnu[PK$ ZX9&;;}| vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.phpnu[PK$ Zfxd܂ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1InputConfig.phpnu[PK$ Zv77bi vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsSource.phpnu[PK$ Z"g2 vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ReferenceImage.phpnu[PK$ Zgm vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResults.phpnu[PK$ Z_JS S KM vendor/google/apiclient-services/src/Google/Service/Vision/WebDetection.phpnu[PK$ Z_wwZ vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.phpnu[PK$ ZSx vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.phpnu[PK$ Zm vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.phpnu[PK$ Z)oQ<h vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductKeyValue.phpnu[PK$ Z  Oz vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.phpnu[PK$ Z  m vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.phpnu[PK$ Z2 >ttb vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ColorInfo.phpnu[PK$ Z(j vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OperationMetadata.phpnu[PK$ ZE0^ vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesRequest.phpnu[PK$ Z^bc c ^W vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Block.phpnu[PK$ ZlH`nnnH vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceRecognitionResult.phpnu[PK$ ZUgz z bT vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Paragraph.phpnu[PK$ Z_m` vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResults.phpnu[PK$ Z`qvRRa vendor/google/apiclient-services/src/Google/Service/Vision/RemoveProductFromProductSetRequest.phpnu[PK$ Zz? ? l vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebPage.phpnu[PK$ ZLW88S vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.phpnu[PK$ Zwdsm vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsResult.phpnu[PK$ ZRĚe! vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OutputConfig.phpnu[PK$ Z/Ƚj ( vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OperationMetadata.phpnu[PK$ Z7r]c- vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Page.phpnu[PK$ Znja6 vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Property.phpnu[PK$ ZEDh? ? l; vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebPage.phpnu[PK$ Z OG ]E vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Word.phpnu[PK$ ZmۣJO vendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.phpnu[PK$ Z#JgT vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ReferenceImage.phpnu[PK$ Z\R55FZ vendor/google/apiclient-services/src/Google/Service/Vision/WebPage.phpnu[PK$ Zc͇^Pc vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesResponse.phpnu[PK$ Z6]eh vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Page.phpnu[PK$ Z9_q vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Vertex.phpnu[PK$ ZN0 0 Ku vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.phpnu[PK$ ZlH _g vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsInProductSetResponse.phpnu[PK$ Z@K vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.phpnu[PK$ ZWcLR vendor/google/apiclient-services/src/Google/Service/Vision/TextDetectionParams.phpnu[PK$ Zz z b vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Paragraph.phpnu[PK$ Z.<n vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebEntity.phpnu[PK$ Z2nt vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebEntity.phpnu[PK$ Z-7uua̦ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHint.phpnu[PK$ Z-z z bҭ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Paragraph.phpnu[PK$ Z. m޷ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebLabel.phpnu[PK$ ZB<J vendor/google/apiclient-services/src/Google/Service/Vision/VisionEmpty.phpnu[PK$ Z2G vendor/google/apiclient-services/src/Google/Service/Vision/Landmark.phpnu[PK$ Z^_*m vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResults.phpnu[PK$ ZrV vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.phpnu[PK$ ZV77b vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsSource.phpnu[PK$ Zy؅no vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BatchOperationMetadata.phpnu[PK$ Z_ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Vertex.phpnu[PK$ Zz^m vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1SafeSearchAnnotation.phpnu[PK$ ZhhTv vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.phpnu[PK$ ZE..Rb vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileRequest.phpnu[PK$ Z6C vendor/google/apiclient-services/src/Google/Service/Vision/Page.phpnu[PK$ Zܣttb vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ColorInfo.phpnu[PK$ ZL{SCCw vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.phpnu[PK$ Z-Ybm  vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebImage.phpnu[PK$ Z%te} vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetection.phpnu[PK$ ZSyN+ vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.phpnu[PK$ Zi??_> vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Symbol.phpnu[PK$ Zv@}L ( vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.phpnu[PK$ ZXU80 vendor/google/apiclient-services/src/Google/Service/Vision/CancelOperationRequest.phpnu[PK$ Z [_3 vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsInputConfig.phpnu[PK$ Z h  mi8 vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.phpnu[PK$ ZM[  gB vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotation.phpnu[PK$ ZFNNrG vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.phpnu[PK$ ZG8DO vendor/google/apiclient-services/src/Google/Service/Vision/Color.phpnu[PK$ ZKT vendor/google/apiclient-services/src/Google/Service/Vision/OutputConfig.phpnu[PK$ Z KDSvZ vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchResults.phpnu[PK$ Z3!!ea vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocationInfo.phpnu[PK$ Za6<<gxf vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsDestination.phpnu[PK$ Z+Ho o OKj vendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.phpnu[PK$ Z.E9v vendor/google/apiclient-services/src/Google/Service/Vision/Symbol.phpnu[PK$ ZrK0cc_} vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesResponse.phpnu[PK$ Z=o vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchOperationMetadata.phpnu[PK$ Z^f55W vendor/google/apiclient-services/src/Google/Service/Vision/DominantColorsAnnotation.phpnu[PK$ Z4ÌGŌ vendor/google/apiclient-services/src/Google/Service/Vision/WebImage.phpnu[PK$ ZD5!!e vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocationInfo.phpnu[PK$ Z >Z Z z vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.phpnu[PK$ Z'@ 1o vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageAnnotationContext.phpnu[PK$ Z HaB vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Position.phpnu[PK$ Z ` vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Product.phpnu[PK$ ZέGA vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.phpnu[PK$ ZdKrrY vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocations.phpnu[PK$ ZQ/l vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.phpnu[PK$ ZqӶc# vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsOperations.phpnu[PK$ ZD  _ vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsImages.phpnu[PK$ Zm M vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Files.phpnu[PK$ Zj^G vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsFiles.phpnu[PK$ Z]jjQ vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Locations.phpnu[PK$ Zf7N!N!d vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.phpnu[PK$ Z Nvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Images.phpnu[PK$ ZMrK]]R!vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Operations.phpnu[PK$ Z5''a4vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.phpnu[PK$ ZsRffPqTvendor/google/apiclient-services/src/Google/Service/Vision/Resource/Projects.phpnu[PK$ Zఖ4 UWXvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsFiles.phpnu[PK$ ZPCZfvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsOperations.phpnu[PK$ Za:Y.[&mvendor/google/apiclient-services/src/Google/Service/Vision/Resource/LocationsOperations.phpnu[PK$ ZS>i Vtsvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsImages.phpnu[PK$ Z;^pvendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.phpnu[PK$ Z;_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Vertex.phpnu[PK$ Z<tțvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.phpnu[PK$ Z2;!!nfvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateImageResponse.phpnu[PK$ Z+MM\vendor/google/apiclient-services/src/Google/Service/Vision/AddProductToProductSetRequest.phpnu[PK$ ZNd77Evendor/google/apiclient-services/src/Google/Service/Vision/Result.phpnu[PK$ Z!5? ? l\vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebPage.phpnu[PK$ Z5X"G7vendor/google/apiclient-services/src/Google/Service/Vision/WebLabel.phpnu[PK$ Z&ŵPvendor/google/apiclient-services/src/Google/Service/Vision/OperationMetadata.phpnu[PK$ Z R ]vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Word.phpnu[PK$ ZDvendor/google/apiclient-services/src/Google/Service/Vision/Block.phpnu[PK$ ZkmBvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebLabel.phpnu[PK$ Zިsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationTextProperty.phpnu[PK$ Zb  m;vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.phpnu[PK$ Z-B??_ vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Symbol.phpnu[PK$ Z[_gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotation.phpnu[PK$ Zzɍ i&vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1EntityAnnotation.phpnu[PK$ ZhM:s3vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsResult.phpnu[PK$ Z4~ic:vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1NormalizedVertex.phpnu[PK$ ZZ_ccK>vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.phpnu[PK$ ZSWEvendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsRequest.phpnu[PK$ ZmGJvendor/google/apiclient-services/src/Google/Service/Vision/KeyValue.phpnu[PK$ Z̘  SNvendor/google/apiclient-services/src/Google/Service/Vision/ListProductsResponse.phpnu[PK$ ZX`11VRTvendor/google/apiclient-services/src/Google/Service/Vision/ListProductSetsResponse.phpnu[PK$ Zl~mO Zvendor/google/apiclient-services/src/Google/Service/Vision/DetectedLanguage.phpnu[PK$ ZyVVS^vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.phpnu[PK$ ZYnn|evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebEntity.phpnu[PK$ Z  mjvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.phpnu[PK$ Zy4gMytvendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.phpnu[PK$ Zfmyvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebImage.phpnu[PK$ Z(s ~vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsResult.phpnu[PK$ Z??_{vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Symbol.phpnu[PK$ Z:  gIvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotation.phpnu[PK$ Zx8c c ^vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Block.phpnu[PK$ Zx!!nڝvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.phpnu[PK$ Z:wwGKvendor/google/apiclient-services/src/Google/Service/Vision/Property.phpnu[PK$ Zvla9vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Position.phpnu[PK$ Z {CCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.phpnu[PK$ ZgCCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage.phpnu[PK$ ZG3&&Mvendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.phpnu[PK$ Z/ e[vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OutputConfig.phpnu[PK$ Z`vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Product.phpnu[PK$ ZI NNrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.phpnu[PK$ Z =<<gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsDestination.phpnu[PK$ Z  Tvendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.phpnu[PK$ Z GGF2vendor/google/apiclient-services/src/Google/Service/Vision/Product.phpnu[PK$ Z l%vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHintsAnnotation.phpnu[PK$ Z];+vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Page.phpnu[PK$ Z5,ed4vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetection.phpnu[PK$ ZMEvendor/google/apiclient-services/src/Google/Service/Vision/ReferenceImage.phpnu[PK$ Z\ϺGKvendor/google/apiclient-services/src/Google/Service/Vision/Position.phpnu[PK$ ZolOvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHintsAnnotation.phpnu[PK$ Z tTvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.phpnu[PK$ ZbgttbxYvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ColorInfo.phpnu[PK$ Zg~_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotation.phpnu[PK$ Z~hsvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductKeyValue.phpnu[PK$ Zpe<<gxvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsDestination.phpnu[PK$ Z+ޣs{vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.phpnu[PK$ ZḚe vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OutputConfig.phpnu[PK$ Z%HOvendor/google/apiclient-services/src/Google/Service/Vision/GcsSource.phpnu[PK$ ZǐfW W Wvendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileRequest.phpnu[PK$ ZVq~h—vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageProperties.phpnu[PK$ ZydF rnvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse.phpnu[PK$ ZI^D!!nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateImageResponse.phpnu[PK$ ZiUZZH_vendor/google/apiclient-services/src/Google/Service/Vision/ColorInfo.phpnu[PK$ Z]1vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesRequest.phpnu[PK$ Z5_?WJvendor/google/apiclient-services/src/Google/Service/Vision/LatLongRect.phpnu[PK$ Z CCwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage.phpnu[PK$ Z?eI{<<gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsDestination.phpnu[PK$ Z$""Mvendor/google/apiclient-services/src/Google/Service/Vision/GcsDestination.phpnu[PK$ ZnqdNvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1InputConfig.phpnu[PK$ Z8CUUSvendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.phpnu[PK$ ZXlahvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageProperties.phpnu[PK$ Z_m_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1SafeSearchAnnotation.phpnu[PK$ Zo`vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Product.phpnu[PK$ Z#uuavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHint.phpnu[PK$ Z;;} vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.phpnu[PK$ ZM }NNrvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.phpnu[PK$ Z+Nvendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.phpnu[PK$ Z;;}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.phpnu[PK$ Z7llH%vendor/google/apiclient-services/src/Google/Service/Vision/Operation.phpnu[PK$ ZDQh,vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductKeyValue.phpnu[PK$ ZZUs41vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.phpnu[PK$ Z ssYz9vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesResponse.phpnu[PK$ Zľttbv>vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ColorInfo.phpnu[PK$ ZUq|Dvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1DominantColorsAnnotation.phpnu[PK$ ZseIvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BoundingPoly.phpnu[PK$ ZhiEQvendor/google/apiclient-services/src/Google/Service/Vision/Status.phpnu[PK$ Z!%ӝqVvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1DominantColorsAnnotation.phpnu[PK$ Zy-gW[vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotation.phpnu[PK$ ZT|^c c ^vovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Block.phpnu[PK$ Z77bgzvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsSource.phpnu[PK$ Z|wwJ0~vendor/google/apiclient-services/src/Google/Service/Vision/InputConfig.phpnu[PK$ Z2 m!vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebLabel.phpnu[PK$ ZD  KԈvendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.phpnu[PK$ ZuuaYvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHint.phpnu[PK$ Z#o$$U_vendor/google/apiclient-services/src/Google/Service/Vision/ListOperationsResponse.phpnu[PK$ Zb9__Yvendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsGcsSource.phpnu[PK$ Z mvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebLabel.phpnu[PK$ ZZ&evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1BoundingPoly.phpnu[PK$ ZrIvdvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1InputConfig.phpnu[PK$ Zo3^evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BoundingPoly.phpnu[PK$ ZZHxڹvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.phpnu[PK$ ZbOXqvendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesRequest.phpnu[PK$ Z6CEvendor/google/apiclient-services/src/Google/Service/Vision/LatLng.phpnu[PK$ Zфdm^vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1SafeSearchAnnotation.phpnu[PK$ Zjvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OperationMetadata.phpnu[PK$ Z!!!nvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateImageResponse.phpnu[PK$ Z^2!!evendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocationInfo.phpnu[PK$ Z hNNr9vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.phpnu[PK$ Za)vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Property.phpnu[PK$ Zt)HHRK vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.phpnu[PK$ ZDdvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1InputConfig.phpnu[PK$ Zǻ99ovendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotationLandmark.phpnu[PK$ Zm}M  gzvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotation.phpnu[PK$ Zim vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResults.phpnu[PK$ Z.3D(vendor/google/apiclient-services/src/Google/Service/Vision/Image.phpnu[PK$ Zaar-vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImportProductSetsResponse.phpnu[PK$ ZI\U4vendor/google/apiclient-services/src/Google/Service/Vision/BatchOperationMetadata.phpnu[PK$ ZF9q9vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1DominantColorsAnnotation.phpnu[PK$ ZwO2?vendor/google/apiclient-services/src/Google/Service/Vision/NormalizedVertex.phpnu[PK$ ZaYQs@Cvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsResult.phpnu[PK$ Zc5 ]Ivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Word.phpnu[PK$ Z`u""eSvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1BoundingPoly.phpnu[PK$ ZJge[vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OutputConfig.phpnu[PK$ ZZNavendor/google/apiclient-services/src/Google/Service/Vision/ListReferenceImagesResponse.phpnu[PK$ Z@thgvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageProperties.phpnu[PK$ Z)Juuamvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHint.phpnu[PK$ Zytvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse.phpnu[PK$ Ze??_'zvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Symbol.phpnu[PK$ Z1Uĩivendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1NormalizedVertex.phpnu[PK$ Zwi7vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1NormalizedVertex.phpnu[PK$ Z΁-##Iyvendor/google/apiclient-services/src/Google/Service/Vision/ProductSet.phpnu[PK$ ZފpHvendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.phpnu[PK$ Z v77b!vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsSource.phpnu[PK$ Zeixvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.phpnu[PK$ Z lvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHintsAnnotation.phpnu[PK$ ZLZ Z zͥvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.phpnu[PK$ ZLoѯvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageAnnotationContext.phpnu[PK$ Zpilvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1NormalizedVertex.phpnu[PK$ Zwi`_vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Vertex.phpnu[PK$ Zw/M iܼvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1EntityAnnotation.phpnu[PK$ ZHHxvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.phpnu[PK$ Zs94\\Xvendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileResponse.phpnu[PK$ Z9X@ ]}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Word.phpnu[PK$ Z$'$gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotation.phpnu[PK$ Z(Xpavendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Position.phpnu[PK$ Z1Hjvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OperationMetadata.phpnu[PK$ Z! ;;}vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.phpnu[PK$ Z*n  gvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotation.phpnu[PK$ Z iu vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1EntityAnnotation.phpnu[PK$ Z ݝqvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1DominantColorsAnnotation.phpnu[PK$ ZN5Yvendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.phpnu[PK$ Zh]Z Z zh"vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.phpnu[PK$ Zrl,vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse.phpnu[PK$ Zq浍 i1vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1EntityAnnotation.phpnu[PK$ ZO|8we?vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetection.phpnu[PK$ ZQrOvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.phpnu[PK$ Z7`ooF@Uvendor/google/apiclient-services/src/Google/Service/Vision/Feature.phpnu[PK$ Z|[z z b%Zvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Paragraph.phpnu[PK$ Z⠐b1dvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Celebrity.phpnu[PK$ Z$Uivendor/google/apiclient-services/src/Google/Service/Vision/ImageAnnotationContext.phpnu[PK$ ZH? ? lmvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebPage.phpnu[PK$ ZN^mwvendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebImage.phpnu[PK$ Z'=l5|vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHintsAnnotation.phpnu[PK$ Z-ڃxvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ListRoomsResponse.phpnu[PK$ Z7}vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ListStructuresResponse.phpnu[PK$ ZlQttvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.phpnu[PK$ ZnSkDvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Room.phpnu[PK$ Z M l–vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/EnterprisesStructures.phpnu[PK$ Z檮b<vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/Enterprises.phpnu[PK$ Zoƀ q|vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/EnterprisesStructuresRooms.phpnu[PK$ Z>U ivendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/Resource/EnterprisesDevices.phpnu[PK$ Zs'ͽvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.phpnu[PK$ Z'pvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Structure.phpnu[PK$ Z7ʝzvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ListDevicesResponse.phpnu[PK$ ZI0m]vendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1Device.phpnu[PK$ Z~uvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement/GoogleHomeEnterpriseSdmV1ParentRelation.phpnu[PK$ ZGYvendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.phpnu[PK$ Zjhb b Zvendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsAvails.phpnu[PK$ Zm  Zvendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.phpnu[PK$ ZG1Aevendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfosCountry.phpnu[PK$ Z3&Tvendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/Accounts.phpnu[PK$ Zr.xv ^vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfos.phpnu[PK$ ZzuLccHqvendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.phpnu[PK$ Znf((LL%vendor/google/apiclient-services/src/Google/Service/PlayMovies/StoreInfo.phpnu[PK$ Zi U9vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.phpnu[PK$ Z] U"@vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.phpnu[PK$ Zᒭ((HTFvendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.phpnu[PK$ Z  Bbvendor/google/apiclient-services/src/Google/Service/CloudTrace.phpnu[PK$ ZX{++Qipvendor/google/apiclient-services/src/Google/Service/CloudKMS/LocationMetadata.phpnu[PK$ Z-_QQOuvendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.phpnu[PK$ Z1(Uyvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.phpnu[PK$ Z (J-vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.phpnu[PK$ Zc/yWvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.phpnu[PK$ ZLA_vendor/google/apiclient-services/src/Google/Service/CloudKMS/RestoreCryptoKeyVersionRequest.phpnu[PK$ Zf!ĝX0vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyOperationAttestation.phpnu[PK$ ZmW_vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.phpnu[PK$ Z=hs  J~vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.phpnu[PK$ Z=\Twvendor/google/apiclient-services/src/Google/Service/CloudKMS/SetIamPolicyRequest.phpnu[PK$ Z%G˭vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.phpnu[PK$ Z{EEPIvendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptResponse.phpnu[PK$ Zc[vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsResponse.phpnu[PK$ ZP\]6DD[3vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.phpnu[PK$ Z2B))mvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.phpnu[PK$ ZBcvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.phpnu[PK$ ZbH⤬''~vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.phpnu[PK$ Z^m-:vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.phpnu[PK$ ZVnnRVvendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.phpnu[PK$ Z!){{HZvendor/google/apiclient-services/src/Google/Service/CloudKMS/Binding.phpnu[PK$ Z`]V`vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.phpnu[PK$ ZS?kP:fvendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptResponse.phpnu[PK$ Z9e~lvendor/google/apiclient-services/src/Google/Service/CloudKMS/UpdateCryptoKeyPrimaryVersionRequest.phpnu[PK$ Z[R33Ypvendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersionTemplate.phpnu[PK$ Z0V™Zruvendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.phpnu[PK$ Z8XOyvendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptRequest.phpnu[PK$ ZȒHŀvendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyRing.phpnu[PK$ ZSGAAYvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptRequest.phpnu[PK$ ZXiiGvendor/google/apiclient-services/src/Google/Service/CloudKMS/Digest.phpnu[PK$ Z*EEQÎvendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.phpnu[PK$ ZDssRvendor/google/apiclient-services/src/Google/Service/CloudKMS/CertificateChains.phpnu[PK$ Ziu_~vendor/google/apiclient-services/src/Google/Service/CloudKMS/ExternalProtectionLevelOptions.phpnu[PK$ Z0^vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportCryptoKeyVersionRequest.phpnu[PK$ Zك''R vendor/google/apiclient-services/src/Google/Service/CloudKMS/WrappingPublicKey.phpnu[PK$ Zy=ݻ88^vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeyVersionsResponse.phpnu[PK$ Z J{vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportJob.phpnu[PK$ ZGfNIvendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.phpnu[PK$ Z#33LYvendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.phpnu[PK$ ZZEVvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignRequest.phpnu[PK$ Zf}>Onvendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptRequest.phpnu[PK$ ZQ Wvendor/google/apiclient-services/src/Google/Service/CloudKMS/ListImportJobsResponse.phpnu[PK$ Zx))Zvendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptResponse.phpnu[PK$ Z4*_vendor/google/apiclient-services/src/Google/Service/CloudKMS/DestroyCryptoKeyVersionRequest.phpnu[PK$ ZIIEvendor/google/apiclient-services/src/Google/Service/CloudKMS/Expr.phpnu[PK$ Z* w++dvendor/google/apiclient-services/src/Google/Service/CloudDomains/ConfigureContactSettingsRequest.phpnu[PK$ ZXUUS{vendor/google/apiclient-services/src/Google/Service/CloudDomains/AuditLogConfig.phpnu[PK$ ZރgSvendor/google/apiclient-services/src/Google/Service/CloudDomains/RetrieveRegisterParametersResponse.phpnu[PK$ ZI Jvendor/google/apiclient-services/src/Google/Service/CloudDomains/Money.phpnu[PK$ Zr.W vendor/google/apiclient-services/src/Google/Service/CloudDomains/RegisterParameters.phpnu[PK$ Z>Z//Qvendor/google/apiclient-services/src/Google/Service/CloudDomains/Registration.phpnu[PK$ ZB&X#vendor/google/apiclient-services/src/Google/Service/CloudDomains/SetIamPolicyRequest.phpnu[PK$ ZI##K )vendor/google/apiclient-services/src/Google/Service/CloudDomains/Policy.phpnu[PK$ Z3ST0vendor/google/apiclient-services/src/Google/Service/CloudDomains/ContactSettings.phpnu[PK$ Za_9vendor/google/apiclient-services/src/Google/Service/CloudDomains/TestIamPermissionsResponse.phpnu[PK$ Z"-B{ZZ_>vendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocations.phpnu[PK$ ZjkJ+ + iGvendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocationsOperations.phpnu[PK$ ZƖttVRvendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/Projects.phpnu[PK$ Z4nDDlVvendor/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocationsRegistrations.phpnu[PK$ Zz[[W:vendor/google/apiclient-services/src/Google/Service/CloudDomains/ManagementSettings.phpnu[PK$ ZbyyLvendor/google/apiclient-services/src/Google/Service/CloudDomains/Contact.phpnu[PK$ ZlbVvendor/google/apiclient-services/src/Google/Service/CloudDomains/OperationMetadata.phpnu[PK$ Z5<L>vendor/google/apiclient-services/src/Google/Service/CloudDomains/Binding.phpnu[PK$ Z! RIvendor/google/apiclient-services/src/Google/Service/CloudDomains/PostalAddress.phpnu[PK$ Z`L//Zvendor/google/apiclient-services/src/Google/Service/CloudDomains/ListLocationsResponse.phpnu[PK$ ZcDZvendor/google/apiclient-services/src/Google/Service/CloudDomains/SearchDomainsResponse.phpnu[PK$ ZڤPvendor/google/apiclient-services/src/Google/Service/CloudDomains/DnsSettings.phpnu[PK$ Z݃ăgvendor/google/apiclient-services/src/Google/Service/CloudDomains/ConfigureManagementSettingsRequest.phpnu[PK$ Z]>^vendor/google/apiclient-services/src/Google/Service/CloudDomains/TestIamPermissionsRequest.phpnu[PK$ Z7(cc^vendor/google/apiclient-services/src/Google/Service/CloudDomains/ListRegistrationsResponse.phpnu[PK$ Zbvendor/google/apiclient-services/src/Google/Service/CloudDomains/ResetAuthorizationCodeRequest.phpnu[PK$ Z)hNvendor/google/apiclient-services/src/Google/Service/CloudDomains/Operation.phpnu[PK$ Z ,WZvendor/google/apiclient-services/src/Google/Service/CloudDomains/RegisterDomainRequest.phpnu[PK$ ZG'KHvendor/google/apiclient-services/src/Google/Service/CloudDomains/Status.phpnu[PK$ ZnN^vendor/google/apiclient-services/src/Google/Service/CloudDomains/CustomDns.phpnu[PK$ ZB22Vvendor/google/apiclient-services/src/Google/Service/CloudDomains/AuthorizationCode.phpnu[PK$ ZS]L<<[vendor/google/apiclient-services/src/Google/Service/CloudDomains/ListOperationsResponse.phpnu[PK$ Z9$^r vendor/google/apiclient-services/src/Google/Service/CloudDomains/ExportRegistrationRequest.phpnu[PK$ ZMvendor/google/apiclient-services/src/Google/Service/CloudDomains/Location.phpnu[PK$ ZW mCCPvendor/google/apiclient-services/src/Google/Service/CloudDomains/AuditConfig.phpnu[PK$ ZwOvendor/google/apiclient-services/src/Google/Service/CloudDomains/GlueRecord.phpnu[PK$ Zt<<Me!vendor/google/apiclient-services/src/Google/Service/CloudDomains/DsRecord.phpnu[PK$ Z I`'vendor/google/apiclient-services/src/Google/Service/CloudDomains/ConfigureDnsSettingsRequest.phpnu[PK$ Z;U-vendor/google/apiclient-services/src/Google/Service/CloudDomains/GoogleDomainsDns.phpnu[PK$ ZqMMI3vendor/google/apiclient-services/src/Google/Service/CloudDomains/Expr.phpnu[PK$ ZDc%ttX9vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.phpnu[PK$ ZFd\\O>vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Group.phpnu[PK$ Z?KXFvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.phpnu[PK$ ZTTWKvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxUserView.phpnu[PK$ Z(SRvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.phpnu[PK$ Z<SYvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfig.phpnu[PK$ Z{a^vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.phpnu[PK$ Z1 _cvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.phpnu[PK$ ZHN N Pmgvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Policy.phpnu[PK$ Z1[;qvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxAccountViews.phpnu[PK$ Z#]&&Xxvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Users.phpnu[PK$ Z ?&&Yvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Groups.phpnu[PK$ Z#w&&kvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/GlobalAccountsOperations.phpnu[PK$ ZJsXvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Linux.phpnu[PK$ ZDQvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Binding.phpnu[PK$ ZkHrrc?vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsRemoveMemberRequest.phpnu[PK$ ZďkDvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.phpnu[PK$ Z61oo`nvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.phpnu[PK$ Z(NmSmvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupList.phpnu[PK$ Z>K K N vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Rule.phpnu[PK$ Zę[wvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.phpnu[PK$ Zm Nvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/User.phpnu[PK$ Z=bS%vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Condition.phpnu[PK$ Z6JgS<,vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Operation.phpnu[PK$ Z9^Avendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.phpnu[PK$ ZzlFvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.phpnu[PK$ ZRsUWWUKvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuditConfig.phpnu[PK$ Z?WaPvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsResponse.phpnu[PK$ ZP`Tvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.phpnu[PK$ Z(W Yvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationList.phpnu[PK$ ZvRu`vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.phpnu[PK$ Z *\gvendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuthorizedKeysView.phpnu[PK$ Z GhhQvendor/google/apiclient-services/src/Google/Service/Pubsub/SetIamPolicyRequest.phpnu[PK$ Z>yy]·vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.phpnu[PK$ ZH@@JԌvendor/google/apiclient-services/src/Google/Service/Pubsub/RetryPolicy.phpnu[PK$ Z]AUvendor/google/apiclient-services/src/Google/Service/Pubsub/ValidateMessageRequest.phpnu[PK$ ZmAQvendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicsResponse.phpnu[PK$ Z6  Gpvendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.phpnu[PK$ Z~5a``Evendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.phpnu[PK$ Z-fTȨvendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.phpnu[PK$ Z䈱VPvendor/google/apiclient-services/src/Google/Service/Pubsub/ValidateMessageResponse.phpnu[PK$ ZMvKKXyvendor/google/apiclient-services/src/Google/Service/Pubsub/ListSubscriptionsResponse.phpnu[PK$ Z2ߋVggELvendor/google/apiclient-services/src/Google/Service/Pubsub/Schema.phpnu[PK$ Z$Y(vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsResponse.phpnu[PK$ ZNn<<]Ivendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.phpnu[PK$ ZI;";"Wvendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSchemas.phpnu[PK$ ZE bffPvendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.phpnu[PK$ Z##V"vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.phpnu[PK$ Z Pvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Endpoint.phpnu[PK$ ZZΰQvendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Operation.phpnu[PK$ Z?ddb9vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointEndpointVisibility.phpnu[PK$ ZFx\/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationErrorErrors.phpnu[PK$ ZQ^@vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationsListResponse.phpnu[PK$ Z@]vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointsListResponse.phpnu[PK$ Z644Ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.phpnu[PK$ Z`hUUOBvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Jwt.phpnu[PK$ ZI]vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestorPublicKey.phpnu[PK$ ZC6`$vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.phpnu[PK$ Zu[[_+vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/SetIamPolicyRequest.phpnu[PK$ Z&"R0vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Policy.phpnu[PK$ Z;wa>Evendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestationOccurrence.phpnu[PK$ ZӥfLvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsResponse.phpnu[PK$ Z+<+$+$fPvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.phpnu[PK$ Z@Kauvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Systempolicy.phpnu[PK$ Za  cQ|vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.phpnu[PK$ Zj< ]vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Projects.phpnu[PK$ ZcU_vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/IamPolicy.phpnu[PK$ ZES{vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Binding.phpnu[PK$ Z_0Tvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.phpnu[PK$ ZCۮKKa%vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ListAttestorsResponse.phpnu[PK$ Z GUvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Signature.phpnu[PK$ Z<pvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ValidateAttestationOccurrenceRequest.phpnu[PK$ ZKrre־vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionWhitelistPattern.phpnu[PK$ Z!evendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsRequest.phpnu[PK$ Z.z]]Yvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/PkixPublicKey.phpnu[PK$ Z[`!!qvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ValidateAttestationOccurrenceResponse.phpnu[PK$ Z(dvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/BinaryauthorizationEmpty.phpnu[PK$ Z.#Yvendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionRule.phpnu[PK$ ZȷsTTP#vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Expr.phpnu[PK$ ZX  kvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewUpdateGameServerClusterResponse.phpnu[PK$ ZMHbVvendor/google/apiclient-services/src/Google/Service/GameServices/GameservicesEmpty.phpnu[PK$ Z&Gdvendor/google/apiclient-services/src/Google/Service/GameServices/GameServerClusterConnectionInfo.phpnu[PK$ Z\1ZZSvendor/google/apiclient-services/src/Google/Service/GameServices/AuditLogConfig.phpnu[PK$ Z,Zvendor/google/apiclient-services/src/Google/Service/GameServices/TargetFleetAutoscaler.phpnu[PK$ ZT%Nf0vendor/google/apiclient-services/src/Google/Service/GameServices/ListGameServerDeploymentsResponse.phpnu[PK$ ZoFvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewGameServerDeploymentRolloutResponse.phpnu[PK$ ZefPPbvendor/google/apiclient-services/src/Google/Service/GameServices/ListGameServerConfigsResponse.phpnu[PK$ ZWvendor/google/apiclient-services/src/Google/Service/GameServices/TargetFleetDetails.phpnu[PK$ ZNevendor/google/apiclient-services/src/Google/Service/GameServices/LogConfig.phpnu[PK$ ZZZ]vendor/google/apiclient-services/src/Google/Service/GameServices/GameServerConfigOverride.phpnu[PK$ Z\FX#vendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleetStatus.phpnu[PK$ Z1sA`(*vendor/google/apiclient-services/src/Google/Service/GameServices/AuthorizationLoggingOptions.phpnu[PK$ ZӱX:.vendor/google/apiclient-services/src/Google/Service/GameServices/SetIamPolicyRequest.phpnu[PK$ Z(ŵV3vendor/google/apiclient-services/src/Google/Service/GameServices/GameServerCluster.phpnu[PK$ Z&))J<vendor/google/apiclient-services/src/Google/Service/GameServices/Realm.phpnu[PK% Zoӥy( ( KDvendor/google/apiclient-services/src/Google/Service/GameServices/Policy.phpnu[PK% ZRӸ['Nvendor/google/apiclient-services/src/Google/Service/GameServices/CancelOperationRequest.phpnu[PK% ZőUUPZQvendor/google/apiclient-services/src/Google/Service/GameServices/TargetState.phpnu[PK% Z'V/Vvendor/google/apiclient-services/src/Google/Service/GameServices/CloudAuditOptions.phpnu[PK% ZI_~\vendor/google/apiclient-services/src/Google/Service/GameServices/TestIamPermissionsResponse.phpnu[PK% Z)?(> > _`vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocations.phpnu[PK% Zܓixkvendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsOperations.phpnu[PK% Z5> { vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsGameServerDeploymentsConfigs.phpnu[PK% Z&E""wvendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsRealmsGameServerClusters.phpnu[PK% Z;olT6T6t1vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsGameServerDeployments.phpnu[PK% Z蟂~~V)vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/Projects.phpnu[PK% ZjLLe-vendor/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocationsRealms.phpnu[PK% Z gP vendor/google/apiclient-services/src/Google/Service/GameServices/TargetFleet.phpnu[PK% ZYpvendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleetDetails.phpnu[PK% ZUSvendor/google/apiclient-services/src/Google/Service/GameServices/CounterOptions.phpnu[PK% Z.ag7Rvendor/google/apiclient-services/src/Google/Service/GameServices/TargetDetails.phpnu[PK% Z+[q q V $vendor/google/apiclient-services/src/Google/Service/GameServices/OperationMetadata.phpnu[PK% Z*@@L/vendor/google/apiclient-services/src/Google/Service/GameServices/Binding.phpnu[PK% Z//Z5vendor/google/apiclient-services/src/Google/Service/GameServices/ListLocationsResponse.phpnu[PK% Z"ςWw;vendor/google/apiclient-services/src/Google/Service/GameServices/ListRealmsResponse.phpnu[PK% ZN%gVVRAvendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleet.phpnu[PK% Z.GGVIvendor/google/apiclient-services/src/Google/Service/GameServices/DataAccessOptions.phpnu[PK% ZLA:  koMvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewDeleteGameServerClusterResponse.phpnu[PK% Z'`:  ISvendor/google/apiclient-services/src/Google/Service/GameServices/Rule.phpnu[PK% Z,^\vendor/google/apiclient-services/src/Google/Service/GameServices/TestIamPermissionsRequest.phpnu[PK% ZHk§T`vendor/google/apiclient-services/src/Google/Service/GameServices/OperationStatus.phpnu[PK% Z]֎Yevendor/google/apiclient-services/src/Google/Service/GameServices/GameServerDeployment.phpnu[PK% Z.;ʥzzNmvendor/google/apiclient-services/src/Google/Service/GameServices/Condition.phpnu[PK% ZunxxR svendor/google/apiclient-services/src/Google/Service/GameServices/ScalingConfig.phpnu[PK% Zo P{vendor/google/apiclient-services/src/Google/Service/GameServices/CustomField.phpnu[PK% Z e_Fvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewRealmUpdateResponse.phpnu[PK% Zs9`\҄vendor/google/apiclient-services/src/Google/Service/GameServices/DeployedFleetAutoscaler.phpnu[PK% ZttMmvendor/google/apiclient-services/src/Google/Service/GameServices/Schedule.phpnu[PK% ZSD\\c^vendor/google/apiclient-services/src/Google/Service/GameServices/ListGameServerClustersResponse.phpnu[PK% Z4&`Mvendor/google/apiclient-services/src/Google/Service/GameServices/FetchDeploymentStateRequest.phpnu[PK% Z'ӊNvendor/google/apiclient-services/src/Google/Service/GameServices/Operation.phpnu[PK% Z  kvendor/google/apiclient-services/src/Google/Service/GameServices/PreviewCreateGameServerClusterResponse.phpnu[PK% ZojK6vendor/google/apiclient-services/src/Google/Service/GameServices/Status.phpnu[PK% Zj.iiRLvendor/google/apiclient-services/src/Google/Service/GameServices/RealmSelector.phpnu[PK% ZUffa7vendor/google/apiclient-services/src/Google/Service/GameServices/FetchDeploymentStateResponse.phpnu[PK% Z%<<[.vendor/google/apiclient-services/src/Google/Service/GameServices/ListOperationsResponse.phpnu[PK% Z '<<Rvendor/google/apiclient-services/src/Google/Service/GameServices/LabelSelector.phpnu[PK% ZbpMvendor/google/apiclient-services/src/Google/Service/GameServices/Location.phpnu[PK% ZmPvendor/google/apiclient-services/src/Google/Service/GameServices/AuditConfig.phpnu[PK% Z?ba`vendor/google/apiclient-services/src/Google/Service/GameServices/GameServerDeploymentRollout.phpnu[PK% Z CCY vendor/google/apiclient-services/src/Google/Service/GameServices/DeployedClusterState.phpnu[PK% Z@5"Pvendor/google/apiclient-services/src/Google/Service/GameServices/FleetConfig.phpnu[PK% ZPQw))O4vendor/google/apiclient-services/src/Google/Service/GameServices/SpecSource.phpnu[PK% ZG֝ Uvendor/google/apiclient-services/src/Google/Service/GameServices/GameServerConfig.phpnu[PK% Z}NIIXvendor/google/apiclient-services/src/Google/Service/GameServices/GkeClusterReference.phpnu[PK% ZmlMMIvendor/google/apiclient-services/src/Google/Service/GameServices/Expr.phpnu[PK% Zc@Mvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGet.phpnu[PK% ZSj\*Rvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetCosts.phpnu[PK% Z1ZJvendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidateNotable.phpnu[PK% ZJT vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetWarning.phpnu[PK% Zr11Svendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidate.phpnu[PK% ZOzdMvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.phpnu[PK% Zp&Zvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.phpnu[PK% Z^qуYvendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.phpnu[PK% Zl4MeK(vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseRequest.phpnu[PK% Z9sQk.vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.phpnu[PK% Z϶7bbP2vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.phpnu[PK% Z-FoFoC9vendor/google/apiclient-services/src/Google/Service/DataCatalog.phpnu[PK% Z:~~Revendor/google/apiclient-services/src/Google/Service/Books/FamilyInfoMembership.phpnu[PK% ZmOevendor/google/apiclient-services/src/Google/Service/Books/Discoveryclusters.phpnu[PK% Z-Jvendor/google/apiclient-services/src/Google/Service/Books/ReviewSource.phpnu[PK% ZX fvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.phpnu[PK% Z&AwJRvendor/google/apiclient-services/src/Google/Service/Books/Usersettings.phpnu[PK% ZX5& Yvendor/google/apiclient-services/src/Google/Service/Books/ConcurrentAccessRestriction.phpnu[PK% ZiiEvendor/google/apiclient-services/src/Google/Service/Books/Volume2.phpnu[PK% Z\{{Nvendor/google/apiclient-services/src/Google/Service/Books/Seriesmembership.phpnu[PK% ZmmLvendor/google/apiclient-services/src/Google/Service/Books/Layersummaries.phpnu[PK% Z-ZSSN{vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccesses.phpnu[PK% Z ;MMYLvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoFamilySharing.phpnu[PK% ZGڝ J"vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.phpnu[PK% ZB8lԝS9vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.phpnu[PK% Z KDYvendor/google/apiclient-services/src/Google/Service/Books/Series.phpnu[PK% Zv  Pvendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.phpnu[PK% Z)K vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.phpnu[PK% Zevendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.phpnu[PK% Zz`jvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSource.phpnu[PK% Zک Tvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWords.phpnu[PK% ZPX'vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoImageLinks.phpnu[PK% Z'mqqqL.vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.phpnu[PK% ZXbU^6vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.phpnu[PK% ZmJf:vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMatchMyInterests.phpnu[PK% ZMVH'?vendor/google/apiclient-services/src/Google/Service/Books/BooksEmpty.phpnu[PK% Zt||e4Bvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitions.phpnu[PK% ZCZ[[WEHvendor/google/apiclient-services/src/Google/Service/Books/BooksCloudloadingResource.phpnu[PK% Z킮K'Nvendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.phpnu[PK% ZF[B3 \!Uvendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.phpnu[PK% ZNINc`vendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.phpnu[PK% Z?b"sEE]gvendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRetailPrice.phpnu[PK% ZH> > Wlvendor/google/apiclient-services/src/Google/Service/Books/DownloadAccessRestriction.phpnu[PK% ZrigOxvendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationRewardExpirations.phpnu[PK% ZN$`I|vendor/google/apiclient-services/src/Google/Service/Books/Bookshelves.phpnu[PK% Z.V΁vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.phpnu[PK% Zb Zvendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSenses.phpnu[PK% Z#:/kkT"vendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.phpnu[PK% Z!?66Jvendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.phpnu[PK% Z 罰 Nvendor/google/apiclient-services/src/Google/Service/Books/Volumeannotation.phpnu[PK% ZXP_vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.phpnu[PK% Zb61NHvendor/google/apiclient-services/src/Google/Service/Books/Annotation.phpnu[PK% Z,ECC[ vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.phpnu[PK% Z=ؘ}}avendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoPanelizationSummary.phpnu[PK% Z9{c} } Dvendor/google/apiclient-services/src/Google/Service/Books/Review.phpnu[PK% Z&yKKKvendor/google/apiclient-services/src/Google/Service/Books/Dictlayerdata.phpnu[PK% Zk_vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationPriceDrop.phpnu[PK% Z 8 Wvendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.phpnu[PK% Zb$< < Mkvendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeo.phpnu[PK% ZH"b$ vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.phpnu[PK% Z/^M}R vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.phpnu[PK% ZjP< < J vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.phpnu[PK% Z!J J O vendor/google/apiclient-services/src/Google/Service/Books/GeoAnnotationdata.phpnu[PK% ZxTTE vendor/google/apiclient-services/src/Google/Service/Books/Volumes.phpnu[PK% Zd>[a& vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryAnnotations.phpnu[PK% Zˣc;;M: vendor/google/apiclient-services/src/Google/Service/Books/Resource/Series.phpnu[PK% Z%%^M@ vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersVolumeAnnotations.phpnu[PK% Zf QP vendor/google/apiclient-services/src/Google/Service/Books/Resource/Promooffer.phpnu[PK% ZVOQ\ vendor/google/apiclient-services/src/Google/Service/Books/Resource/Myconfig.phpnu[PK% ZZ? Sq vendor/google/apiclient-services/src/Google/Service/Books/Resource/Cloudloading.phpnu[PK% Z,rb} vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelvesVolumes.phpnu[PK% ZfvOR vendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.phpnu[PK% Z[^[ vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersAnnotationData.phpnu[PK% ZY'f+ + Nޟ vendor/google/apiclient-services/src/Google/Service/Books/Resource/Volumes.phpnu[PK% Z/EU vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesMybooks.phpnu[PK% ZȔpx\ \ Q vendor/google/apiclient-services/src/Google/Service/Books/Resource/Onboarding.phpnu[PK% Z.ˠ M vendor/google/apiclient-services/src/Google/Service/Books/Resource/Layers.phpnu[PK% Z*iiS vendor/google/apiclient-services/src/Google/Service/Books/Resource/Notification.phpnu[PK% Za<--W vendor/google/apiclient-services/src/Google/Service/Books/Resource/SeriesMembership.phpnu[PK% ZVcXM vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesAssociated.phpnu[PK% ZnrZ vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesUseruploaded.phpnu[PK% Z@ Y vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesRecommended.phpnu[PK% Z[ vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelves.phpnu[PK% Zhe[ `!vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryReadingpositions.phpnu[PK% Z TY!vendor/google/apiclient-services/src/Google/Service/Books/Resource/Familysharing.phpnu[PK% ZCJffPs!vendor/google/apiclient-services/src/Google/Service/Books/Resource/Mylibrary.phpnu[PK% ZWVb==YY !vendor/google/apiclient-services/src/Google/Service/Books/Resource/BookshelvesVolumes.phpnu[PK% ZQ(!vendor/google/apiclient-services/src/Google/Service/Books/Resource/Dictionary.phpnu[PK% Z Y7.!vendor/google/apiclient-services/src/Google/Service/Books/Resource/Personalizedstream.phpnu[PK% Z1dQn5!vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoPdf.phpnu[PK% ZLBă88b:!vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonyms.phpnu[PK% ZꨬWWJ@!vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.phpnu[PK% Z& HtD!vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfo.phpnu[PK% ZtL L LI!vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfo.phpnu[PK% Z^)xsU!vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.phpnu[PK% Z2ODZ!vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.phpnu[PK% Zaa!vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoIndustryIdentifiers.phpnu[PK% Zb&RJJM5f!vendor/google/apiclient-services/src/Google/Service/Books/Annotationsdata.phpnu[PK% Zj_ܲFl!vendor/google/apiclient-services/src/Google/Service/Books/Category.phpnu[PK% ZʝU$r!vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.phpnu[PK% ZLhJZv!vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.phpnu[PK% Z˛F}!vendor/google/apiclient-services/src/Google/Service/Books/Metadata.phpnu[PK% Z&&&J!vendor/google/apiclient-services/src/Google/Service/Books/Notification.phpnu[PK% Z[PI$!vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.phpnu[PK% Ze_۸P!vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.phpnu[PK% ZaU(2 2 G&!vendor/google/apiclient-services/src/Google/Service/Books/Bookshelf.phpnu[PK% Zo{:~yϪ!vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeriesSeriesSubscriptionReleaseInfoCurrentReleaseInfo.phpnu[PK% Z0z!`e!vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRentalDuration.phpnu[PK% ZmEaƵ!vendor/google/apiclient-services/src/Google/Service/Books/BooksVolumesRecommendedRateResponse.phpnu[PK% Z~UoomM!vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.phpnu[PK% Z hY!vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.phpnu[PK% Zv!vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeriesSeriesSubscriptionReleaseInfoNextReleaseInfo.phpnu[PK% Z MwX}!vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoRentalPeriod.phpnu[PK% ZAnnN!vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.phpnu[PK% Z2dLLM!vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfo.phpnu[PK% Z I^^S!vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.phpnu[PK% ZDd!vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromSeries.phpnu[PK% Ze!vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.phpnu[PK% Z9D!vendor/google/apiclient-services/src/Google/Service/Books/Volume.phpnu[PK% ZM" V"vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotification.phpnu[PK% Z e  g"vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeriesSeriesSubscriptionReleaseInfo.phpnu[PK% ZƘW"vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.phpnu[PK% Zn))_w""vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.phpnu[PK% ZE5//O/("vendor/google/apiclient-services/src/Google/Service/Books/RequestAccessData.phpnu[PK% ZoTPD/"vendor/google/apiclient-services/src/Google/Service/Books/Offers.phpnu[PK% ZDrL4"vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfo.phpnu[PK% Z [CN"vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.phpnu[PK% Z~~``SY"vendor/google/apiclient-services/src/Google/Service/Books/VolumeRecommendedInfo.phpnu[PK% ZOTÈXf]"vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.phpnu[PK% Z;bvb"vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoUserUploadedVolumeInfo.phpnu[PK% Z(x44Qf"vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.phpnu[PK% Z}}WHj"vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportLo.phpnu[PK% Z;Zn"vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoReadingModes.phpnu[PK% ZWd+4  R$s"vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffers.phpnu[PK% ZmWO}"vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDict.phpnu[PK% ZWEl[[N."vendor/google/apiclient-services/src/Google/Service/Books/VolumeSearchInfo.phpnu[PK% Z(["vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.phpnu[PK% ZX\i"vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamples.phpnu[PK% ZCEP"vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.phpnu[PK% Z,scUu"vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewport.phpnu[PK% ZGU U Vɢ"vendor/google/apiclient-services/src/Google/Service/Books/DictionaryAnnotationdata.phpnu[PK% Z 11I"vendor/google/apiclient-services/src/Google/Service/Books/Annotations.phpnu[PK% Zs  UN"vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.phpnu[PK% ZoŎZ߷"vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSource.phpnu[PK% ZmWW"vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoRetailPrice.phpnu[PK% Z;M"vendor/google/apiclient-services/src/Google/Service/Books/ReadingPosition.phpnu[PK% Z v  N!"vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.phpnu[PK% Z::N"vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfo.phpnu[PK% ZD)~R~RSd"vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService.phpnu[PK% Z){svsv@eC#vendor/google/apiclient-services/src/Google/Service/Bigquery.phpnu[PK% ZGPH#vendor/google/apiclient-services/src/Google/Service/Workflows/WorkflowsEmpty.phpnu[PK% Zr> Je#vendor/google/apiclient-services/src/Google/Service/Workflows/Workflow.phpnu[PK% Z'C \#vendor/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocations.phpnu[PK% Z` f#vendor/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocationsOperations.phpnu[PK% ZN]ee#vendor/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocationsWorkflows.phpnu[PK% Z¸{rrS#vendor/google/apiclient-services/src/Google/Service/Workflows/Resource/Projects.phpnu[PK% Z S#vendor/google/apiclient-services/src/Google/Service/Workflows/OperationMetadata.phpnu[PK% Z ##W$vendor/google/apiclient-services/src/Google/Service/Workflows/ListLocationsResponse.phpnu[PK% Zly 2W$vendor/google/apiclient-services/src/Google/Service/Workflows/ListWorkflowsResponse.phpnu[PK% ZQ~S{{K$vendor/google/apiclient-services/src/Google/Service/Workflows/Operation.phpnu[PK% ZqMΘH$vendor/google/apiclient-services/src/Google/Service/Workflows/Status.phpnu[PK% Z"00X $vendor/google/apiclient-services/src/Google/Service/Workflows/ListOperationsResponse.phpnu[PK% Zz6J $vendor/google/apiclient-services/src/Google/Service/Workflows/Location.phpnu[PK% Z-I'$vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks.phpnu[PK% Z[L7$vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks.phpnu[PK% Z HF$vendor/google/apiclient-services/src/Google/Service/HomeGraphService.phpnu[PK% Z!HT$vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics.phpnu[PK% Z0ѹ EMs$vendor/google/apiclient-services/src/Google/Service/ServiceBroker.phpnu[PK% Z^z~ ~ K$vendor/google/apiclient-services/src/Google/Service/PlusDomains/Comment.phpnu[PK% Z]P$vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonEmails.phpnu[PK% Z:ZZTے$vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentPlusoners.phpnu[PK% Z ((I$vendor/google/apiclient-services/src/Google/Service/PlusDomains/Media.phpnu[PK% Z>TTNZ$vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonUrls.phpnu[PK% ZI,$vendor/google/apiclient-services/src/Google/Service/PlusDomains/Place.phpnu[PK% Z9I  [Y$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectResharers.phpnu[PK% Z)̊N$vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.phpnu[PK% ZeQ$vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentObject.phpnu[PK% ZI\OOPr$vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.phpnu[PK% Zhj7j))MA$vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaExif.phpnu[PK% Ztiwwx$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.phpnu[PK% Zkvvw$vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.phpnu[PK% ZӢ2}}~#$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.phpnu[PK% Z@ QN$vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.phpnu[PK% Z)a  U$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorName.phpnu[PK% Z|^^n/$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.phpnu[PK% ZAxx]+$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorVerification.phpnu[PK% Z?G0$vendor/google/apiclient-services/src/Google/Service/PlusDomains/Acl.phpnu[PK% Z ww\3$vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorVerification.phpnu[PK% ZM~~c6$vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorVerification.phpnu[PK% ZwLG%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Audience.phpnu[PK% ZE11\%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorImage.phpnu[PK% Z)CCns %vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsPreviewThumbnails.phpnu[PK% Z  YT%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectReplies.phpnu[PK% Z!YNNR%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Media.phpnu[PK% ZLҹV%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Audiences.phpnu[PK% Z_WNE E W#%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Activities.phpnu[PK% Z<S.%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/People.phpnu[PK% ZZ U=%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Comments.phpnu[PK% Zf:^TQH%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Circles.phpnu[PK% ZK PxP%vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.phpnu[PK% ZYufz[%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsFullImage.phpnu[PK% Z.77T a%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityProvider.phpnu[PK% Z.Od%vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.phpnu[PK% Z Wi++RIk%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.phpnu[PK% Z)\b|%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.phpnu[PK% Z0olM%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.phpnu[PK% ZgmnnW%vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonOrganizations.phpnu[PK% Zs9VVPޏ%vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.phpnu[PK% ZHYN%vendor/google/apiclient-services/src/Google/Service/PlusDomains/PeopleFeed.phpnu[PK% Z1:  [7%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectPlusoners.phpnu[PK% ZzGg͠%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnails.phpnu[PK% Z=N Wa%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.phpnu[PK% ZxY6JŲ%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.phpnu[PK% Zp~" " PE%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityFeed.phpnu[PK% Z Մb%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsImage.phpnu[PK% ZHENJo%vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.phpnu[PK% ZC~UUX%vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.phpnu[PK% Z$;;g%vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.phpnu[PK% Z3Q**U%vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorImage.phpnu[PK% Z;++V=%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorImage.phpnu[PK% Z@@h%vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.phpnu[PK% Z*O%vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonImage.phpnu[PK% Zqqa&vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectStatusForViewer.phpnu[PK% ZU &vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonPlacesLived.phpnu[PK% ZFܺ- - Q|&vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.phpnu[PK% Z{]*&vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachments.phpnu[PK% Z~uTw+&vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.phpnu[PK% ZmO/&vendor/google/apiclient-services/src/Google/Service/PlusDomains/Videostream.phpnu[PK% ZhF ))T5&vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.phpnu[PK% ZcO8&vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.phpnu[PK% Z4I$$N@&vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonName.phpnu[PK% ZDzz_G&vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlusDomainsAclentryResource.phpnu[PK% ZLL&vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.phpnu[PK% ZˁQ5a&vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlacePosition.phpnu[PK% Z.ttOe&vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentFeed.phpnu[PK% ZL__Yn&vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverPhoto.phpnu[PK% Z8_FFjs&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceInternalRequest.phpnu[PK% Z,Zkw&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ContainerImage.phpnu[PK% Zn  a{&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListInstancesResponse.phpnu[PK% ZN66Zy&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/GuestOsFeature.phpnu[PK% Z(`vvi9&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceMachineTypeRequest.phpnu[PK% Z9XfH&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SchedulerAcceleratorConfig.phpnu[PK% ZD|`ю&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartInstanceRequest.phpnu[PK% Zh.ROO_&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetIamPolicyRequest.phpnu[PK% ZpZ**e&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/GetInstanceHealthResponse.phpnu[PK% Zc<R&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Policy.phpnu[PK% Z/b&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListExecutionsResponse.phpnu[PK% Zt4bk&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/CancelOperationRequest.phpnu[PK% Z\Ɵf&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsResponse.phpnu[PK% ZBCwf&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocations.phpnu[PK% Z0]W>>p&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsOperations.phpnu[PK% ZΨo&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsSchedules.phpnu[PK% Z&~d?d?o!&vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsInstances.phpnu[PK% Z[X]$'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/Projects.phpnu[PK% Zr7#'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsEnvironments.phpnu[PK% Z̩Gp2'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsExecutions.phpnu[PK% Z`:B'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetInstanceRequest.phpnu[PK% Z NNdwE'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceLabelsRequest.phpnu[PK% Z 00dYI'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListEnvironmentsResponse.phpnu[PK% ZaWgdd]P'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/OperationMetadata.phpnu[PK% ZSY'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Binding.phpnu[PK% ZHKKaC_'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListLocationsResponse.phpnu[PK% ZCƴSe'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VmImage.phpnu[PK% Z{IV V ]Vj'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.phpnu[PK% ZUjD P9v'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Disk.phpnu[PK% ZGcq!!TS'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Instance.phpnu[PK% Zbeä'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsRequest.phpnu[PK% Z`]  W'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Environment.phpnu[PK% Z;b'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TriggerScheduleRequest.phpnu[PK% Z}E_ƶ'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StopInstanceRequest.phpnu[PK% Zo1Z Z T'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Schedule.phpnu[PK% Z-? ]'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/AcceleratorConfig.phpnu[PK% ZniV'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/IsInstanceUpgradeableResponse.phpnu[PK% Ziic'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RegisterInstanceRequest.phpnu[PK% Zg:U'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Operation.phpnu[PK% Z>٫  a'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListSchedulesResponse.phpnu[PK% Z@7R'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Status.phpnu[PK% Z U'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Execution.phpnu[PK% ZAfXXb'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListOperationsResponse.phpnu[PK% ZbT'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Location.phpnu[PK% ZQ-bW'vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceRequest.phpnu[PK% ZC _(vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeHistoryEntry.phpnu[PK% Z3z_i (vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceAcceleratorRequest.phpnu[PK% ZٶkkbM(vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ShieldedInstanceConfig.phpnu[PK% Z,UeJ(vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ReportInstanceInfoRequest.phpnu[PK% Z;*HZ(vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/NotebooksEmpty.phpnu[PK% ZTTP(vendor/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Expr.phpnu[PK% Z>)ppc$(vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.phpnu[PK% Z]S((vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAffinity.phpnu[PK% ZIe8KR.(vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.phpnu[PK% ZXhF(vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListAvailableFeaturesResponse.phpnu[PK% ZHY`K(vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.phpnu[PK% ZNMW/P(vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarningData.phpnu[PK% Z3llOwT(vendor/google/apiclient-services/src/Google/Service/Compute/ReservationList.phpnu[PK% Z6M{ { Mb](vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupNode.phpnu[PK% Z~B xZj(vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.phpnu[PK% Z{33 3 Oo(vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.phpnu[PK% Z<'ƥPPN>y(vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.phpnu[PK% ZE&T ~(vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.phpnu[PK% ZD(̭_V(vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarning.phpnu[PK% Z؛kkX(vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.phpnu[PK% ZgUg(vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarningData.phpnu[PK% ZS_(vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.phpnu[PK% ZLw[E(vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarningData.phpnu[PK% Z `(vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarningData.phpnu[PK% Z_**N(vendor/google/apiclient-services/src/Google/Service/Compute/GuestOsFeature.phpnu[PK% Z }CCV(vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetPolicyRequest.phpnu[PK% Zq`(vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListManagedInstancesResponse.phpnu[PK% Z91d(vendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixListWarningData.phpnu[PK% ZY5 X(vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedList.phpnu[PK% Zh(vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCustomMetricUtilization.phpnu[PK% Zv˛Y(vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarning.phpnu[PK% Z潿U(vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarningData.phpnu[PK% Zuh(vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarning.phpnu[PK% Z{4ܥ]Q(vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarning.phpnu[PK% Z9ԉV(vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.phpnu[PK% ZJ;tt_(vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyScaleInControl.phpnu[PK% ZW-߭_)vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarning.phpnu[PK% ZR^*lxxi)vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsInterfaceNatMappings.phpnu[PK% Z~AVAAT)vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetPolicyRequest.phpnu[PK% ZE||Y)vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.phpnu[PK% ZDef)vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.phpnu[PK% Zt1_ &)vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarningData.phpnu[PK% Z筗oc*)vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarningData.phpnu[PK% Z R.)vendor/google/apiclient-services/src/Google/Service/Compute/InstanceProperties.phpnu[PK% Ze%UUN>M)vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.phpnu[PK% Z@ЎFYS)vendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixList.phpnu[PK% ZGO~XV\)vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarningData.phpnu[PK% Zc'99O`)vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.phpnu[PK% Zh[Xd)vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.phpnu[PK% Zqs qh)vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerDeleteInstanceConfigReq.phpnu[PK% Zjl)vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarningData.phpnu[PK% Z}dLq)vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarningData.phpnu[PK% ZRDDJu)vendor/google/apiclient-services/src/Google/Service/Compute/RegionList.phpnu[PK% ZFkl~)vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsDetachEndpointsRequest.phpnu[PK% Zg)vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkOpticalPower.phpnu[PK% Z`Wi5)vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarning.phpnu[PK% Zn;VV)vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.phpnu[PK% Ztb}Uʔ)vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarning.phpnu[PK% Z= UԚ)vendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefix.phpnu[PK% Z&b)vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarningData.phpnu[PK% ZZybI)vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.phpnu[PK% ZȅM I)vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicy.phpnu[PK% Z솅U-)vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarning.phpnu[PK% Zк5 M7)vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucket.phpnu[PK% Z"f)vendor/google/apiclient-services/src/Google/Service/Compute/InstancesGetEffectiveFirewallsResponse.phpnu[PK% Z1BBX)vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksResizeRequest.phpnu[PK% ZY2 jjX)vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatSubnetworkToNat.phpnu[PK% Zy88\)vendor/google/apiclient-services/src/Google/Service/Compute/NetworksRemovePeeringRequest.phpnu[PK% Z?kmp)vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.phpnu[PK% Zq)vendor/google/apiclient-services/src/Google/Service/Compute/GlobalNetworkEndpointGroupsAttachEndpointsRequest.phpnu[PK% Z T$d)vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.phpnu[PK% Zu e  Pj)vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.phpnu[PK% Z [ [ y)vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationReservedInstanceProperties.phpnu[PK% ZX`)r *vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.phpnu[PK% Z)DrRD *vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.phpnu[PK% Z]V`VJ*vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarning.phpnu[PK% Z!fOY*vendor/google/apiclient-services/src/Google/Service/Compute/GRPCHealthCheck.phpnu[PK% ZNq"*vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicy.phpnu[PK% Z‚W+*vendor/google/apiclient-services/src/Google/Service/Compute/RouterAdvertisedIpRange.phpnu[PK% ZW~ K]0*vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.phpnu[PK% ZMh uuQ>*vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarnings.phpnu[PK% ZuL^D*vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarning.phpnu[PK% Z@Xy7||YJ*vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.phpnu[PK% ZgaQ*vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarningData.phpnu[PK% Zllf V*vendor/google/apiclient-services/src/Google/Service/Compute/StatefulPolicyPreservedStateDiskDevice.phpnu[PK% ZYt''T"Z*vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.phpnu[PK% Z &&V`*vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.phpnu[PK% Z'y`ye*vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.phpnu[PK% ZF$/Jk*vendor/google/apiclient-services/src/Google/Service/Compute/Scheduling.phpnu[PK% Z@>>Tt*vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckLogConfig.phpnu[PK% Ză5yyWx*vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyReference.phpnu[PK% ZG8\\M|*vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupList.phpnu[PK% Zf8Nx*vendor/google/apiclient-services/src/Google/Service/Compute/PreservedState.phpnu[PK% Z  NΊ*vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.phpnu[PK% Z'@Wf_*vendor/google/apiclient-services/src/Google/Service/Compute/InstancesRemoveResourcePoliciesRequest.phpnu[PK% Z!oX›*vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.phpnu[PK% ZcR/aۡ*vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarningData.phpnu[PK% Z)qT7*vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckList.phpnu[PK% ZXOVO*vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceVersion.phpnu[PK% Z*0U*vendor/google/apiclient-services/src/Google/Service/Compute/CacheInvalidationRule.phpnu[PK% Z,_-*vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.phpnu[PK% Zei*vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarningData.phpnu[PK% Z#X*vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyDailyCycle.phpnu[PK% Z8H--G*vendor/google/apiclient-services/src/Google/Service/Compute/Network.phpnu[PK% Z~'KKZ*vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigDataAccessOptions.phpnu[PK% Zn`*vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarning.phpnu[PK% Z?RIY*vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsAddNodesRequest.phpnu[PK% ZA.O*vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributes.phpnu[PK% Z ) ^Q*vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedList.phpnu[PK% ZSb*vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptionsCustomField.phpnu[PK% Zy[*vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarning.phpnu[PK% Zh+vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringAggregatedListWarningData.phpnu[PK% Zf6ea+vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarningData.phpnu[PK% Z8X +vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.phpnu[PK% Z `r+vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerUpdatePolicy.phpnu[PK% Z"W+vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarningData.phpnu[PK% ZS٭_+vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarning.phpnu[PK% Z+N]]N%+vendor/google/apiclient-services/src/Google/Service/Compute/CacheKeyPolicy.phpnu[PK% Z2G0 ^,+vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.phpnu[PK% Z(Dww\27+vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupCloudRun.phpnu[PK% ZVҳ;;Z5<+vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupMaintenanceWindow.phpnu[PK% Z=cA+vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarningData.phpnu[PK% Z>YZF+vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.phpnu[PK% ZO2\L+vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarning.phpnu[PK% Zj9 88UR+vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedList.phpnu[PK% ZXY+vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkSecondaryRange.phpnu[PK% Z7Z1^+vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarningData.phpnu[PK% Z5`JJ[b+vendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceRequirements.phpnu[PK% Z4_Tg+vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsARPEntry.phpnu[PK% ZKROk+vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.phpnu[PK% Z7vwp+vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySnapshotProperties.phpnu[PK% Z_r r Vv+vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.phpnu[PK% ZU+vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarning.phpnu[PK% ZЊ[Q+vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicy.phpnu[PK% Zw_+vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.phpnu[PK% ZMip+vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstancesResponse.phpnu[PK% ZŢ \+vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.phpnu[PK% Z:Nf]+vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarning.phpnu[PK% Zbތ88UK+vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedList.phpnu[PK% Z e+vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.phpnu[PK% ZA3Ykb+vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.phpnu[PK% Ztddl+vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyInstanceSchedulePolicySchedule.phpnu[PK% ZZttP+vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateList.phpnu[PK% Zvu]  a+vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetServiceAccountRequest.phpnu[PK% ZиX]Y+vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarningData.phpnu[PK% Z[+vendor/google/apiclient-services/src/Google/Service/Compute/PreservedStatePreservedDisk.phpnu[PK% Z.Nc+vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.phpnu[PK% ZZe#+vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringsScopedListWarningData.phpnu[PK% Z/_+vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarningData.phpnu[PK% Z+R^+vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.phpnu[PK% ZWVM[5+vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarning.phpnu[PK% Z9f]+vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarningData.phpnu[PK% Z4eeM+vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.phpnu[PK% Z0 0 K,vendor/google/apiclient-services/src/Google/Service/Compute/TestFailure.phpnu[PK% Z<]P,vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.phpnu[PK% Zy.W,vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarningData.phpnu[PK% Z/'X,vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarningData.phpnu[PK% Z6Y,vendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceCommitment.phpnu[PK% Z3, M^#,vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.phpnu[PK% ZX};==/,vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.phpnu[PK% Z?LZI4,vendor/google/apiclient-services/src/Google/Service/Compute/LogConfig.phpnu[PK% Z>˒m+=,vendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixPublicDelegatedSubPrefix.phpnu[PK% ZIs2[ZE,vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarning.phpnu[PK% ZSK,vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.phpnu[PK% ZfMTR,vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.phpnu[PK% ZNׅg3[,vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarningData.phpnu[PK% ZM~R_,vendor/google/apiclient-services/src/Google/Service/Compute/InitialStateConfig.phpnu[PK% Zf؞_h,vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcherConfig.phpnu[PK% Z91++wl,vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPoliciesListPreconfiguredExpressionSetsResponse.phpnu[PK% Z$]Wr,vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCodeLicenseAlias.phpnu[PK% Z+ZZQCb b T,vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.phpnu[PK% Zffg,vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatusVersionTarget.phpnu[PK% ZcNN[,vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.phpnu[PK% Zv G(,vendor/google/apiclient-services/src/Google/Service/Compute/License.phpnu[PK% Z}ٷM,vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.phpnu[PK% ZA2 G,vendor/google/apiclient-services/src/Google/Service/Compute/Backend.phpnu[PK% Zڟ[,vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.phpnu[PK% Z?lMMT,vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesValue.phpnu[PK% ZhX,vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.phpnu[PK% Z8f,vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.phpnu[PK% Z^-,vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarningData.phpnu[PK% Zּja,vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedList.phpnu[PK% Z.ggO,vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstance.phpnu[PK% Z,x||Q-vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketList.phpnu[PK% ZFVe-vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarning.phpnu[PK% ZaeU-vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarningData.phpnu[PK% ZYYh-vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetBackendServiceRequest.phpnu[PK% ZW-vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAccelerators.phpnu[PK% ZDV"-vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarning.phpnu[PK% Z"ZW  M(-vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.phpnu[PK% Z<`Jw5-vendor/google/apiclient-services/src/Google/Service/Compute/Commitment.phpnu[PK% ZY!]F-vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarningData.phpnu[PK% ZPN K-vendor/google/apiclient-services/src/Google/Service/Compute/StatefulPolicy.phpnu[PK% Z+q1P-vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersCreateInstancesRequest.phpnu[PK% Z;YWU-vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarning.phpnu[PK% ZVQ[u[-vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarning.phpnu[PK% ZcFdd`a-vendor/google/apiclient-services/src/Google/Service/Compute/NotificationEndpointGrpcSettings.phpnu[PK% Z'Ui-vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.phpnu[PK% ZUm-vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarningsData.phpnu[PK% Z*!Yr-vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsList.phpnu[PK% Z]g{-vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarningData.phpnu[PK% ZuBU-vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.phpnu[PK% Zb7^Ņ-vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarning.phpnu[PK% Z5[ ]-vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringAggregatedList.phpnu[PK% Z@Z3-vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCloudAuditOptions.phpnu[PK% Zez| dv-vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedList.phpnu[PK% ZWvllO-vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.phpnu[PK% Z [ׯ-vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckServiceReference.phpnu[PK% Z [99O-vendor/google/apiclient-services/src/Google/Service/Compute/TargetReference.phpnu[PK% Zv>p-vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeletePerInstanceConfigsReq.phpnu[PK% Z @Zһ-vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarningData.phpnu[PK% Z}`O -vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.phpnu[PK% ZwDdQ-vendor/google/apiclient-services/src/Google/Service/Compute/FirewallLogConfig.phpnu[PK% ZEt vvp-vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicyBypassCacheOnRequestHeader.phpnu[PK% Z䅕Y3-vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarning.phpnu[PK% ZuTQ-vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponse.phpnu[PK% Z/cU-vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKey.phpnu[PK% Zxܝ[-vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.phpnu[PK% ZI i_-vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarningData.phpnu[PK% Z^AoVV-vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarning.phpnu[PK% Z3RaQe-vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.phpnu[PK% Z(R}}[-vendor/google/apiclient-services/src/Google/Service/Compute/AuthorizationLoggingOptions.phpnu[PK% ZT-vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.phpnu[PK% Z\;;S.vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.phpnu[PK% Z2HQTTL .vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeList.phpnu[PK% ZR JIIVv.vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedList.phpnu[PK% Z7;" " HE.vendor/google/apiclient-services/src/Google/Service/Compute/DiskType.phpnu[PK% Zy{T'.vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroup.phpnu[PK% Zg秥%%bQ:.vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyGroupPlacementPolicy.phpnu[PK% Z]]Y@.vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPoliciesWafConfig.phpnu[PK% ZSdKKoD.vendor/google/apiclient-services/src/Google/Service/Compute/BulkInsertInstanceResourcePerInstanceProperties.phpnu[PK% Z ȵaH.vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarning.phpnu[PK% Z#dO.vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.phpnu[PK% Zf5iS.vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarning.phpnu[PK% ZHEcY.vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.phpnu[PK% Z,5Pw??NN^.vendor/google/apiclient-services/src/Google/Service/Compute/LocationPolicy.phpnu[PK% Zd(mmN c.vendor/google/apiclient-services/src/Google/Service/Compute/FirewallDenied.phpnu[PK% Z- cg.vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarning.phpnu[PK% ZƘ`Fn.vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.phpnu[PK% Z^?Xt.vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.phpnu[PK% ZyyRx.vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarning.phpnu[PK% Zs֕Y~.vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarning.phpnu[PK% Z:e.vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarning.phpnu[PK% ZaBBmK.vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListErrorsResponse.phpnu[PK% ZD5R*.vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatLogConfig.phpnu[PK% Zy L.vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDisk.phpnu[PK% ZH)Z.vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.phpnu[PK% Z~S.vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringList.phpnu[PK% Z=՞Z.vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringListWarning.phpnu[PK% ZU}Za9.vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarning.phpnu[PK% ZoFV.vendor/google/apiclient-services/src/Google/Service/Compute/SchedulingNodeAffinity.phpnu[PK% Z$P7HQ.vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.phpnu[PK% Zŀ00O.vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.phpnu[PK% ZCp ZZW.vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedList.phpnu[PK% Zm]88Ho.vendor/google/apiclient-services/src/Google/Service/Compute/Snapshot.phpnu[PK% Z4ăa.vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMinCpuPlatformRequest.phpnu[PK% Z[Z3.vendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoutesList.phpnu[PK% ZV^~.vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.phpnu[PK% Zy),f/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesStartWithEncryptionKeyRequest.phpnu[PK% ZQ=}F/vendor/google/apiclient-services/src/Google/Service/Compute/Policy.phpnu[PK% Zo __/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedList.phpnu[PK% ZIN/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.phpnu[PK% Z.b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.phpnu[PK% ZCMkq &/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerUpdateInstanceConfigReq.phpnu[PK% Z/""V+/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetLabelsRequest.phpnu[PK% ZbS:YYa*0/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPrivateInfo.phpnu[PK% ZgZ4/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentList.phpnu[PK% Z 44Hb=/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.phpnu[PK% ZC/WF/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarning.phpnu[PK% Zr Y"L/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedList.phpnu[PK% Z\  L5V/vendor/google/apiclient-services/src/Google/Service/Compute/Interconnect.phpnu[PK% Z)l  al/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkStatus.phpnu[PK% Z)izz/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarningData.phpnu[PK% ZdO% S~/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeList.phpnu[PK% ZennO/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.phpnu[PK% Z[}}i/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListEndpointsRequest.phpnu[PK% ZZ t_/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarningData.phpnu[PK% Z4J3 3 \P/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedList.phpnu[PK% ZA Z/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.phpnu[PK% Z  R(/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyList.phpnu[PK% Zf/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarning.phpnu[PK% Zuti/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarningData.phpnu[PK% ZhXnn/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceManagedByIgmErrorInstanceActionDetails.phpnu[PK% Zq'=\/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.phpnu[PK% Zj+;O/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.phpnu[PK% Z(Vm/vendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringMirroredResourceInfoSubnetInfo.phpnu[PK% Z$JLI$/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNat.phpnu[PK% Z>-VU/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.phpnu[PK% ZY/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarningData.phpnu[PK% Zᕵa/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarning.phpnu[PK% Z^5`K/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUReservation.phpnu[PK% ZL-`t0vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.phpnu[PK% Z.ĨS0vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.phpnu[PK% Z@`uuQd 0vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarning.phpnu[PK% Zߘ-cZ0vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarning.phpnu[PK% ZxK(xxd0vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsRemoveInstancesRequest.phpnu[PK% Z<<p0vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.phpnu[PK% ZJ^!0vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarningData.phpnu[PK% ZņK \%0vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.phpnu[PK% Z|li00vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyLoadBalancingUtilization.phpnu[PK% Z)2YO40vendor/google/apiclient-services/src/Google/Service/Compute/NetworksAddPeeringRequest.phpnu[PK% Z [8 X;0vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.phpnu[PK% ZrJ\E0vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarning.phpnu[PK% Z£oo[K0vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsListXpnHostsRequest.phpnu[PK% Z=3R}}bO0vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.phpnu[PK% Z8pYS0vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcher.phpnu[PK% Z88lZ0vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.phpnu[PK% Zrre`0vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetProxyHeaderRequest.phpnu[PK% ZAєYd0vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarning.phpnu[PK% Z{Ij0vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroup.phpnu[PK% Z%R##b{0vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatusStateful.phpnu[PK% Zh_0vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedList.phpnu[PK% ZUUL*0vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.phpnu[PK% ZV0vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarningData.phpnu[PK% Z?щYA0vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsResizeRequest.phpnu[PK% Z6iS0vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.phpnu[PK% Z'pҽc0vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarning.phpnu[PK% Zqtt`0vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.phpnu[PK% Zʿ O0vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorType.phpnu[PK% ZZ_|0vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarning.phpnu[PK% ZPu^0vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarning.phpnu[PK% ZzLX44H0vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.phpnu[PK% Zac0 X0vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.phpnu[PK% Z4,,g0vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateSelfManagedSslCertificate.phpnu[PK% Z~ǨPh0vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.phpnu[PK% Z1IR0vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.phpnu[PK% Zd  L0vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.phpnu[PK% Zf2 2 V;0vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.phpnu[PK% ZS0vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyList.phpnu[PK% ZwuZ1vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarning.phpnu[PK% Z\Y O% 1vendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxy.phpnu[PK% ZֵP\1vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.phpnu[PK% Z䷝ff_1vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointWithHealthStatus.phpnu[PK% Z$H1vendor/google/apiclient-services/src/Google/Service/Compute/Duration.phpnu[PK% Z[ffO#1vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.phpnu[PK% Z b51vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedList.phpnu[PK% ZyZ[@1vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarning.phpnu[PK% Zd]=F1vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarningData.phpnu[PK% ZpEuuQJ1vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarning.phpnu[PK% Z*veeaP1vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsDisableXpnResourceRequest.phpnu[PK% Z>AAW}U1vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.phpnu[PK% ZLNYYhEY1vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetBackendServiceRequest.phpnu[PK% Zg$ʶ F6]1vendor/google/apiclient-services/src/Google/Service/Compute/Region.phpnu[PK% Z;IbxxRbi1vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.phpnu[PK% Zem\n1vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarningData.phpnu[PK% Z/]r1vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarning.phpnu[PK% Za66Wy1vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectCircuitInfo.phpnu[PK% ZLvawU~1vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappings.phpnu[PK% Zve1vendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoutesListWarningData.phpnu[PK% Z9//Y1vendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyRuleMatcher.phpnu[PK% Z>nΩN:1vendor/google/apiclient-services/src/Google/Service/Compute/SSLHealthCheck.phpnu[PK% ZD?& X1vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedList.phpnu[PK% ZO5K''Y1vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.phpnu[PK% Z O.O.^ 1vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.phpnu[PK% Z`=AjN1vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.phpnu[PK% Z O, 2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.phpnu[PK% Z  ^*)2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectLocations.phpnu[PK% ZqB&B&V<2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Interconnects.phpnu[PK% Z)99Zc2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.phpnu[PK% Z:+ز&!&!U,2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.phpnu[PK% Zn>*>*Q׾2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.phpnu[PK% Z+e2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOrganizationOperations.phpnu[PK% Z#AYAYN2vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.phpnu[PK% Zdi#8#8YpX3vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.phpnu[PK% ZQ&:$$a3vendor/google/apiclient-services/src/Google/Service/Compute/Resource/PublicAdvertisedPrefixes.phpnu[PK% Z!7Ln00T3vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslPolicies.phpnu[PK% Zg;^3vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.phpnu[PK% Z~8~ R4vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTypes.phpnu[PK% Z|~XG)4vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.phpnu[PK% ZN(ra-a-aF4vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.phpnu[PK% ZPj5j5`t4vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectAttachments.phpnu[PK% Zy%)%)R4vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.phpnu[PK% Zƙ77Y?4vendor/google/apiclient-services/src/Google/Service/Compute/Resource/PacketMirrorings.phpnu[PK% ZǀD}A}AX 5vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.phpnu[PK% Z))--ZN5vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.phpnu[PK% Z]**Z|5vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.phpnu[PK% Zڰ%%R5vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.phpnu[PK% ZMM[5vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.phpnu[PK% Z@r!!d6vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionNetworkEndpointGroups.phpnu[PK% Z{ٖ((Za>6vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.phpnu[PK% Za2121^{g6vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.phpnu[PK% ZXQQ^;6vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NetworkEndpointGroups.phpnu[PK% ZN99Ou6vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.phpnu[PK% Z )D%D%V$7vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.phpnu[PK% ZIR>8>8UJ7vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.phpnu[PK% Zy0R7vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.phpnu[PK% ZenMnMP8vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.phpnu[PK% ZxN:%:%f8vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalPublicDelegatedPrefixes.phpnu[PK% Z91'$'$Z9vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetGrpcProxies.phpnu[PK% ZN99TO49vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.phpnu[PK% ZN3::dm9vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalNetworkEndpointGroups.phpnu[PK% ZIIT 9vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDisks.phpnu[PK% Z@qXT9vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDiskTypes.phpnu[PK% Zpn7n7Y:vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ResourcePolicies.phpnu[PK% ZAZZY>:vendor/google/apiclient-services/src/Google/Service/Compute/Resource/FirewallPolicies.phpnu[PK% ZxhKhKQ:vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.phpnu[PK% Z{M*W:vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.phpnu[PK% Z#^A;vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.phpnu[PK% ZF@**Y;vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.phpnu[PK% Z.YSSQ;vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.phpnu[PK% Z&,,,,,X?<vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.phpnu[PK% Z~dl<vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionNotificationEndpoints.phpnu[PK% Z-lK7+7+Z9<vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.phpnu[PK% ZT-T-X<vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.phpnu[PK% Z5<<Y<vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SecurityPolicies.phpnu[PK% Zrx x U#=vendor/google/apiclient-services/src/Google/Service/Compute/Resource/LicenseCodes.phpnu[PK% Zg*g*Y.=vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetTcpProxies.phpnu[PK% ZG{H!H!YY=vendor/google/apiclient-services/src/Google/Service/Compute/Resource/AcceleratorTypes.phpnu[PK% Z<77V{=vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTemplates.phpnu[PK% Z;dó=vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.phpnu[PK& Z9@55`N^>vendor/google/apiclient-services/src/Google/Service/Compute/Resource/PublicDelegatedPrefixes.phpnu[PK& ZS!C&C&`i>vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.phpnu[PK& ZJY<>vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.phpnu[PK& Z ` R>vendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.phpnu[PK& ZR`[=[=U=>vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.phpnu[PK& ZAF'F'Z6?vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionCommitments.phpnu[PK& ZVG,G,[]?vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.phpnu[PK& ZbPPX?vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.phpnu[PK& Z-P?vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.phpnu[PK& Zߵ%A%APi?vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.phpnu[PK& Z'66W0@vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.phpnu[PK& Z"xSSWYg@vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.phpnu[PK& Z< #&,&,R@vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.phpnu[PK& Za+f$f$\@vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.phpnu[PK& Z>((] Avendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.phpnu[PK& Z:''b6Avendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthCheckServices.phpnu[PK& Z=c,,SI^Avendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.phpnu[PK& Z`='^'^SAvendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.phpnu[PK& Z38hP X2Avendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstances.phpnu[PK& ZTb99TcAvendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.phpnu[PK& Z:]Z]ZT.Bvendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.phpnu[PK& ZGR=Q=QTyBvendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.phpnu[PK& Z4U:Bvendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrers.phpnu[PK& Z 33NCBvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.phpnu[PK& Z|ZBvendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.phpnu[PK& ZOllOCvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.phpnu[PK& ZO$-c Cvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateManagedSslCertificate.phpnu[PK& ZSj bbCvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedList.phpnu[PK& Z۩MCvendor/google/apiclient-services/src/Google/Service/Compute/XpnResourceId.phpnu[PK& ZtCvendor/google/apiclient-services/src/Google/Service/Compute/Zone.phpnu[PK& Z y*.\\VJCvendor/google/apiclient-services/src/Google/Service/Compute/LocationPolicyLocation.phpnu[PK& ZɕGNCvendor/google/apiclient-services/src/Google/Service/Compute/Address.phpnu[PK& Zia]Cvendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.phpnu[PK& ZXWyaCvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.phpnu[PK& ZooTqCvendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesEntry.phpnu[PK& ZdNZvCvendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.phpnu[PK& Z\|Cvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceFailoverPolicy.phpnu[PK& Z^,,h[Cvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsSetNamedPortsRequest.phpnu[PK& ZddNCvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentList.phpnu[PK& Z)J<gCvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarningData.phpnu[PK& ZwCCfWiCvendor/google/apiclient-services/src/Google/Service/Compute/ProjectsGetXpnResources.phpnu[PK& ZbTCvendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.phpnu[PK& Zy]Cvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.phpnu[PK& Zs\^]Cvendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarningData.phpnu[PK& Zz΁_Cvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateNodeTypeFlexibility.phpnu[PK& Z#TðCvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocation.phpnu[PK& Z$퍊QQR7Cvendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyReference.phpnu[PK& Zp88U Cvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.phpnu[PK& Z*pNCvendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.phpnu[PK& Z{<<I3Cvendor/google/apiclient-services/src/Google/Service/Compute/ImageList.phpnu[PK& ZXMg||YCvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.phpnu[PK& ZK(QRCvendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.phpnu[PK& Z1bCvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarning.phpnu[PK& Z#D((X>Cvendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentity.phpnu[PK& ZAxSCvendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedList.phpnu[PK& Z=  VCvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.phpnu[PK& ZwY Dvendor/google/apiclient-services/src/Google/Service/Compute/InstanceManagedByIgmError.phpnu[PK& Z''GDvendor/google/apiclient-services/src/Google/Service/Compute/Binding.phpnu[PK& Zv}X'Dvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarning.phpnu[PK& Z(tTTc@!Dvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringMirroredResourceInfo.phpnu[PK& Z2r_')Dvendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarningData.phpnu[PK& ZG\ĩ^-Dvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarning.phpnu[PK& Z< < P3Dvendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplate.phpnu[PK& Z/zO O ^r?Dvendor/google/apiclient-services/src/Google/Service/Compute/HealthStatusForNetworkEndpoint.phpnu[PK& ZI&  QOKDvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceIAP.phpnu[PK& ZtddNQDvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.phpnu[PK& ZaZDvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixesScopedList.phpnu[PK& Zt| [dbDvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.phpnu[PK& ZLlDvendor/google/apiclient-services/src/Google/Service/Compute/SignedUrlKey.phpnu[PK& Z]pDvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarningData.phpnu[PK& ZǺ{X@uDvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupList.phpnu[PK& Zf(z|~Dvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListPerInstanceConfigsRespWarningData.phpnu[PK& Z- g g U Dvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.phpnu[PK& ZgeaDvendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefixListWarning.phpnu[PK& ZJKb3QEvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.phpnu[PK& ZfyyWEvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleReference.phpnu[PK& Za/HfEvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.phpnu[PK& ZhYYhEvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersApplyUpdatesRequest.phpnu[PK& ZVTTLEvendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.phpnu[PK& Z8yN**ZEvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatus.phpnu[PK& Zg P_Evendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.phpnu[PK& Z}ZFvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringsScopedList.phpnu[PK& Z''TFvendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedList.phpnu[PK& Z+YjFvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarning.phpnu[PK& Z.^PFvendor/google/apiclient-services/src/Google/Service/Compute/SecuritySettings.phpnu[PK& ZDjFvendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarningData.phpnu[PK& Z;//HFvendor/google/apiclient-services/src/Google/Service/Compute/Instance.phpnu[PK& Zt28_YNFvendor/google/apiclient-services/src/Google/Service/Compute/DisksAddResourcePoliciesRequest.phpnu[PK& Ze[RFvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.phpnu[PK& ZWO `\Fvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarning.phpnu[PK& ZU DCbFvendor/google/apiclient-services/src/Google/Service/Compute/Rule.phpnu[PK& Z#uuQkFvendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.phpnu[PK& ZxHTqFvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarning.phpnu[PK& ZR/RwFvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.phpnu[PK& Zus__nŀFvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersApplyUpdatesRequest.phpnu[PK& Zu_D‡Fvendor/google/apiclient-services/src/Google/Service/Compute/Tags.phpnu[PK& ZUTTLHFvendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.phpnu[PK& Z)ߜ_Fvendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarningData.phpnu[PK& Z"cpFvendor/google/apiclient-services/src/Google/Service/Compute/InstancesAddResourcePoliciesRequest.phpnu[PK& Z#7&&b͝Fvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsSetNamedPortsRequest.phpnu[PK& Zb%m`Fvendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarningData.phpnu[PK& Zf 77VߧFvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachment.phpnu[PK& Z8 c2Fvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixAggregatedList.phpnu[PK& Zq{k||\Fvendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.phpnu[PK& Z3PrHFvendor/google/apiclient-services/src/Google/Service/Compute/PathRule.phpnu[PK& Zc))MFvendor/google/apiclient-services/src/Google/Service/Compute/ServerBinding.phpnu[PK& ZYJFvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarningData.phpnu[PK& ZU cFvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarningData.phpnu[PK& Z4fHggcGvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectsGetDiagnosticsResponse.phpnu[PK& Z =ffOGvendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesList.phpnu[PK& ZJWuuIGvendor/google/apiclient-services/src/Google/Service/Compute/Condition.phpnu[PK& ZNNbGvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarningData.phpnu[PK& ZhHd!Gvendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.phpnu[PK& ZsmYGvendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarning.phpnu[PK& Z11O$Gvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroring.phpnu[PK& Ztt`Q5Gvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsSetNodeTemplateRequest.phpnu[PK& ZxXZU9Gvendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.phpnu[PK& Z*bx?Gvendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.phpnu[PK& Z PFGvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.phpnu[PK& ZZ!aTGvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringsScopedListWarning.phpnu[PK& Z%}uuQZGvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarning.phpnu[PK& Zj||Y`Gvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.phpnu[PK& Z~8G?qq]gGvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.phpnu[PK& Z&NalGvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarning.phpnu[PK& Z"XP&sGvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapTestHeader.phpnu[PK& Z<"YgwGvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyListWarning.phpnu[PK& Z0qe`}Gvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.phpnu[PK& ZO߁Gvendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedList.phpnu[PK& ZF]0Gvendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarning.phpnu[PK& ZPϻz z WbGvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedList.phpnu[PK& Z83kcGvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarning.phpnu[PK& Ze`!c۞Gvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.phpnu[PK& Z;k/;DD\ Gvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.phpnu[PK& ZT{R٨Gvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRule.phpnu[PK& Z#e]Gvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarningData.phpnu[PK& Zjig;Gvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.phpnu[PK& ZPj_Gvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedList.phpnu[PK& ZI} } dGvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyInstanceSchedulePolicy.phpnu[PK& Z݌J%Gvendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.phpnu[PK& Z32UTGvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarningData.phpnu[PK& Z \Gvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedList.phpnu[PK& ZR| RGvendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.phpnu[PK& ZʩuuPGvendor/google/apiclient-services/src/Google/Service/Compute/HTTP2HealthCheck.phpnu[PK& Z3~iiW Gvendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.phpnu[PK& ZN"p((ZHvendor/google/apiclient-services/src/Google/Service/Compute/WafExpressionSetExpression.phpnu[PK& ZvDlHvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarningData.phpnu[PK& Zc-k Hvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersCreateInstancesRequest.phpnu[PK& Z2i|&P8Hvendor/google/apiclient-services/src/Google/Service/Compute/WafExpressionSet.phpnu[PK& Z4P&&VlHvendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.phpnu[PK& Z:܋gHvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarningData.phpnu[PK& Z KkHvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeleteInstancesRequest.phpnu[PK& Zʛ[#Hvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.phpnu[PK& ZXR*Hvendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.phpnu[PK& Z& \\Q1Hvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorConfig.phpnu[PK& ZBfЩ_5Hvendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIntegrityPolicy.phpnu[PK& Z\/:Hvendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.phpnu[PK& ZZm܂ X>Hvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.phpnu[PK& Z /v]HHvendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.phpnu[PK& ZL YNHvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.phpnu[PK& Z:myyRXHvendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarning.phpnu[PK& ZG, M^Hvendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.phpnu[PK& ZB\\LkHvendor/google/apiclient-services/src/Google/Service/Compute/HealthStatus.phpnu[PK& ZN}}SrHvendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarning.phpnu[PK& Z鼡\xHvendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarning.phpnu[PK& Za߅U#Hvendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarning.phpnu[PK& Z@H<  T-Hvendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetLabelsRequest.phpnu[PK& Z&KKщHvendor/google/apiclient-services/src/Google/Service/Compute/MachineType.phpnu[PK& ZZ PHvendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheck.phpnu[PK& ZtՙZGHvendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxyListWarning.phpnu[PK& Z:RcjHvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarningData.phpnu[PK& Z4ҔGʲHvendor/google/apiclient-services/src/Google/Service/Compute/Project.phpnu[PK& Z NHvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicy.phpnu[PK& Zq]PLLKuHvendor/google/apiclient-services/src/Google/Service/Compute/XpnHostList.phpnu[PK& ZއNKvendor/google/apiclient-services/src/Google/Service/Compute/AdvancedMachineFeatures.phpnu[PK& ZFܙZLvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarning.phpnu[PK& ZFLvendor/google/apiclient-services/src/Google/Service/Compute/Router.phpnu[PK& Z\sLvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicyRetentionPolicy.phpnu[PK& ZkbCWRLvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.phpnu[PK& Z~TTLs%Lvendor/google/apiclient-services/src/Google/Service/Compute/FirewallList.phpnu[PK& Z}-o]C.Lvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAppEngine.phpnu[PK& Zfaskd3Lvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicyNegativeCachingPolicy.phpnu[PK& Z)jU7Lvendor/google/apiclient-services/src/Google/Service/Compute/ExchangedPeeringRoute.phpnu[PK& Z}}SU>Lvendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarning.phpnu[PK& Zf+d1XUDLvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.phpnu[PK& Z-g^MLvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.phpnu[PK& ZlVLvendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixesScopedListWarningData.phpnu[PK& ZD  Kc[Lvendor/google/apiclient-services/src/Google/Service/Compute/AuditConfig.phpnu[PK& ZpWaLvendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarningData.phpnu[PK& Z|OSuuS0fLvendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.phpnu[PK& Z lU V(jLvendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefix.phpnu[PK& Z3 d\wLvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.phpnu[PK& Z7LT}Lvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.phpnu[PK& Z6oh׆Lvendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksRemoveResourcePoliciesRequest.phpnu[PK& Z!nnp>Lvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTargetPoolsRequest.phpnu[PK& ZoLLLLLvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplate.phpnu[PK& Zt+lRLvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyList.phpnu[PK& Z cCCVpLvendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetPolicyRequest.phpnu[PK& Z T`9Lvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.phpnu[PK& Z`|^zLvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarningData.phpnu[PK& ZNмLvendor/google/apiclient-services/src/Google/Service/Compute/ServiceAccount.phpnu[PK& Z1XSdHLvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.phpnu[PK& ZdLvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringAggregatedListWarning.phpnu[PK& Z ~##ELvendor/google/apiclient-services/src/Google/Service/Compute/Image.phpnu[PK& Zw@ZCLvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringNetworkInfo.phpnu[PK& ZItoLvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetInstanceTemplateRequest.phpnu[PK& Z ^Lvendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworkSecondaryRange.phpnu[PK& Z4smi i PLvendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.phpnu[PK& Z^]_ Mvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarning.phpnu[PK& Zv_U_ZMvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAutoscalingPolicy.phpnu[PK& Zq!)MMeMvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAutoHealingPolicy.phpnu[PK& ZAz ZMvendor/google/apiclient-services/src/Google/Service/Compute/BulkInsertInstanceResource.phpnu[PK& ZR* K#&Mvendor/google/apiclient-services/src/Google/Service/Compute/Reservation.phpnu[PK& Zi=''N>3Mvendor/google/apiclient-services/src/Google/Service/Compute/BackendService.phpnu[PK& ZmIIVU[Mvendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.phpnu[PK& ZRW a$bMvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.phpnu[PK& Z9\fMvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarningData.phpnu[PK& Z=`jMvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarningData.phpnu[PK& ZpjW,oMvendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsResponse.phpnu[PK& ZZIsMvendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarning.phpnu[PK& Z-k̨llyMvendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySchedule.phpnu[PK& ZyaaTMvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.phpnu[PK& Z}KվTMvendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarningData.phpnu[PK& Z.'塙Z׊Mvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarning.phpnu[PK& ZϩބRMvendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyList.phpnu[PK& Z8K:bMvendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarningData.phpnu[PK& Z4S^Mvendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarningData.phpnu[PK& ZRIMvendor/google/apiclient-services/src/Google/Service/Compute/NamedPort.phpnu[PK& Z ^ʦMvendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckServicesListWarning.phpnu[PK& ZJ=pMvendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerPatchInstanceConfigReq.phpnu[PK& Z ĂivMvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpoints.phpnu[PK& Zr-[YMvendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarning.phpnu[PK& Z0˰)VMvendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarning.phpnu[PK& Z,R ''TMvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedList.phpnu[PK& Z  vgMvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListPerInstanceConfigsRespWarning.phpnu[PK& ZܘIMvendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.phpnu[PK& ZC}gMvendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.phpnu[PK& Z۽3?DDJMvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.phpnu[PK& ZiMqNvendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.phpnu[PK& Z \YrNvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarning.phpnu[PK& ZD}TNvendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.phpnu[PK& ZtsD`Nvendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.phpnu[PK& ZJTddNNvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.phpnu[PK& ZddNNvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.phpnu[PK& Zkk\Nvendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsDeleteNodesRequest.phpnu[PK& ZYNvendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarning.phpnu[PK& Z+RRbNvendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKeyProtectedDisk.phpnu[PK& Z<2^Nvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringListWarningData.phpnu[PK& ZwЖR R RNvendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.phpnu[PK& ZmPNvendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetwork.phpnu[PK& Zy<&`=Nvendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.phpnu[PK& ZQ`@cNvendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarningData.phpnu[PK& Z\IiiYNvendor/google/apiclient-services/src/Google/Service/Compute/FirewallPolicyAssociation.phpnu[PK& ZtM\\MOvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.phpnu[PK& Z}SsCyyW Ovendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceReference.phpnu[PK& Z({WOvendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarningData.phpnu[PK& Z"mS Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetGrpcProxyList.phpnu[PK& Ztء\Ovendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.phpnu[PK& ZlnqF#Ovendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersDeleteInstancesRequest.phpnu[PK& Z[j'Ovendor/google/apiclient-services/src/Google/Service/Compute/PublicDelegatedPrefixAggregatedListWarning.phpnu[PK& ZxQ Q J-Ovendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.phpnu[PK& ZMϫrre9Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetProxyHeaderRequest.phpnu[PK& Z+9zZ=Ovendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarning.phpnu[PK& Z;qqPCOvendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarning.phpnu[PK& ZMlLLKIOvendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.phpnu[PK& Z6cg  oROvendor/google/apiclient-services/src/Google/Service/Compute/PacketMirroringMirroredResourceInfoInstanceInfo.phpnu[PK& Zޙ__VPWOvendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceConfig.phpnu[PK& ZHөuur5]Ovendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstanceConfigsResp.phpnu[PK& ZfsZQLeOvendor/google/apiclient-services/src/Google/Service/Compute/FileContentBuffer.phpnu[PK& Z@^  JiOvendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.phpnu[PK& Z(g> K6sOvendor/google/apiclient-services/src/Google/Service/Compute/LicenseCode.phpnu[PK& ZCt\\M}Ovendor/google/apiclient-services/src/Google/Service/Compute/OperationList.phpnu[PK& Zi_Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetSslCertificatesRequest.phpnu[PK& ZTd HOvendor/google/apiclient-services/src/Google/Service/Compute/NodeType.phpnu[PK& ZH\ږOvendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarningData.phpnu[PK& Z2 2 R,Ovendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckService.phpnu[PK& Z{mOvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarningData.phpnu[PK& ZNssNTOvendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.phpnu[PK& ZEAZEOvendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarningData.phpnu[PK& ZudvttPOvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectList.phpnu[PK& ZG_Ovendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarningData.phpnu[PK& Z=wwqOvendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicyBypassCacheOnRequestHeader.phpnu[PK& ZӽaOvendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.phpnu[PK& Z%l=Ovendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.phpnu[PK& ZJyXM M RtOvendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.phpnu[PK& Zs^||QCOvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.phpnu[PK& Z#TH|@Ovendor/google/apiclient-services/src/Google/Service/Compute/NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.phpnu[PK& ZIOvendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.phpnu[PK& ZȲoZPvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersPatchPerInstanceConfigsReq.phpnu[PK& Z2l l[ Pvendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarning.phpnu[PK& ZLkk^Pvendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineTypeRequest.phpnu[PK& Z?^Pvendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarning.phpnu[PK& Znðq%%Y%Pvendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetLabelsRequest.phpnu[PK& Za/PPS Pvendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.phpnu[PK& Z F%Pvendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.phpnu[PK& Z<Z39Pvendor/google/apiclient-services/src/Google/Service/Compute/PublicAdvertisedPrefixList.phpnu[PK& Zwok`BPvendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.phpnu[PK& ZB_GPvendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarning.phpnu[PK& Zk#I[MPvendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarning.phpnu[PK& Zv6VT TPvendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarningData.phpnu[PK& Za=cOXPvendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarningData.phpnu[PK& ZIB HHD\Pvendor/google/apiclient-services/src/Google/Service/Compute/Expr.phpnu[PK& Z*2<<RkbPvendor/google/apiclient-services/src/Google/Service/Compute/DisksResizeRequest.phpnu[PK& ZHt)fPvendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarningData.phpnu[PK& Z kBpjPvendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersUpdatePerInstanceConfigsReq.phpnu[PK& Z#Fe pPvendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksAddResourcePoliciesRequest.phpnu[PK& Z #0ItPvendor/google/apiclient-services/src/Google/Service/Compute/LocalDisk.phpnu[PK& Zro\yPvendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.phpnu[PK& Z @Pvendor/google/apiclient-services/src/Google/Service/Document.phpnu[PK& ZmBPvendor/google/apiclient-services/src/Google/Service/TagManager.phpnu[PK& Z5++Y9Qvendor/google/apiclient-services/src/Google/Service/CloudTrace/BatchWriteSpansRequest.phpnu[PK& ZRH;>Qvendor/google/apiclient-services/src/Google/Service/CloudTrace/Links.phpnu[PK& Z0|""NCQvendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrames.phpnu[PK& Zr~66GMIQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.phpnu[PK& ZᴀI[Qvendor/google/apiclient-services/src/Google/Service/CloudTrace/Module.phpnu[PK& ZnNSSMfbQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Attributes.phpnu[PK& Z\;SO6hQvendor/google/apiclient-services/src/Google/Service/CloudTrace/MessageEvent.phpnu[PK& Z M\nQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Annotation.phpnu[PK& Z5wPk((_tQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTracesSpans.phpnu[PK& Z9vvT|Qvendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.phpnu[PK& Z}YqqZQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.phpnu[PK& ZH%LQvendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.phpnu[PK& Z[ MQvendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvents.phpnu[PK& Z,j77MQvendor/google/apiclient-services/src/Google/Service/CloudTrace/StackTrace.phpnu[PK& Z=JRoQvendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.phpnu[PK& Z;NQQvendor/google/apiclient-services/src/Google/Service/CloudTrace/AttributeValue.phpnu[PK& ZЙIݤQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Status.phpnu[PK& Z''TQvendor/google/apiclient-services/src/Google/Service/CloudTrace/TruncatableString.phpnu[PK& ZdGQvendor/google/apiclient-services/src/Google/Service/CloudTrace/Link.phpnu[PK& ZKG G M!Qvendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrame.phpnu[PK& Z 7+!XXMQvendor/google/apiclient-services/src/Google/Service/SemanticTile/Relation.phpnu[PK& Zo""QQvendor/google/apiclient-services/src/Google/Service/SemanticTile/Vertex2DList.phpnu[PK& Zm""T]Qvendor/google/apiclient-services/src/Google/Service/SemanticTile/TileCoordinates.phpnu[PK& ZV V PQvendor/google/apiclient-services/src/Google/Service/SemanticTile/TerrainTile.phpnu[PK& Z2*aQvendor/google/apiclient-services/src/Google/Service/SemanticTile/FirstDerivativeElevationGrid.phpnu[PK& ZIQvendor/google/apiclient-services/src/Google/Service/SemanticTile/Line.phpnu[PK& ZV|RQvendor/google/apiclient-services/src/Google/Service/SemanticTile/BasemapZOrder.phpnu[PK& ZZQvendor/google/apiclient-services/src/Google/Service/SemanticTile/Resource/Featuretiles.phpnu[PK& Zou ZLRvendor/google/apiclient-services/src/Google/Service/SemanticTile/Resource/Terraintiles.phpnu[PK& ZLLMRvendor/google/apiclient-services/src/Google/Service/SemanticTile/RoadInfo.phpnu[PK& Z $$R^Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/ModeledVolume.phpnu[PK& ZحbNbRvendor/google/apiclient-services/src/Google/Service/SemanticTile/SecondDerivativeElevationGrid.phpnu[PK& Z ʵ  M^%Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/Geometry.phpnu[PK& Z=Q.Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/Vertex3DList.phpnu[PK& Z͗R+4Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/TriangleStrip.phpnu[PK& Z|^^QN8Rvendor/google/apiclient-services/src/Google/Service/SemanticTile/ProviderInfo.phpnu[PK& ZY֐ P-""qkUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1Resource.phpnu[PK& Zu@  ^tUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResult.phpnu[PK& ZieeeHzUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1NotificationMessage.phpnu[PK& Z/z^`Uvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetPolicyOptions.phpnu[PK& ZodUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SetFindingStateRequest.phpnu[PK& Z9w. . w2Uvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Finding.phpnu[PK& Z%`Uvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsRequest.phpnu[PK& ZvFbdUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AssetDiscoveryConfig.phpnu[PK& Z<a Uvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecuritycenterEmpty.phpnu[PK& Z_\YLUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupResult.phpnu[PK& Z?(pɭUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse.phpnu[PK& Zy{VVRUvendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Expr.phpnu[PK& Z9W;W;IlUvendor/google/apiclient-services/src/Google/Service/RecommendationsAI.phpnu[PK& ZSOuDxxHWvendor/google/apiclient-services/src/Google/Service/Dataflow/CPUTime.phpnu[PK& ZJǒMWvendor/google/apiclient-services/src/Google/Service/Dataflow/DebugOptions.phpnu[PK& ZfZ.J IWvendor/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.phpnu[PK& Z\PHWvendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.phpnu[PK& ZrwPWvendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentSource.phpnu[PK& Z,UIWvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerLifecycleEvent.phpnu[PK& ZEWvendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.phpnu[PK& Z8u<<ZWvendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesRequest.phpnu[PK& Zl!  XWvendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.phpnu[PK& Zh5?R&Wvendor/google/apiclient-services/src/Google/Service/Dataflow/StructuredMessage.phpnu[PK& ZdtRyWvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.phpnu[PK& ZۀZWvendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchFlexTemplateRequest.phpnu[PK& ZC/MMUWvendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.phpnu[PK& Z8?SWvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.phpnu[PK& Z.HT`[9Xvendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.phpnu[PK& ZLXvendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetadata.phpnu[PK& Zl88==GXvendor/google/apiclient-services/src/Google/Service/Dataflow/Source.phpnu[PK& ZKXvendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.phpnu[PK& ZT JU1#Xvendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.phpnu[PK& ZoLLb>(Xvendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionLabelRequest.phpnu[PK& Z 0J-Xvendor/google/apiclient-services/src/Google/Service/Dataflow/Parameter.phpnu[PK& Z ![J1Xvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocations.phpnu[PK& Z{{h8Xvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsSnapshots.phpnu[PK& Zw _?Xvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.phpnu[PK& Z*A沴bDJXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsCatalogTemplates.phpnu[PK& ZOqM##V`Xvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.phpnu[PK& Z eXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsStages.phpnu[PK& ZJYh h gXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.phpnu[PK& Zԗ dXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsDebug.phpnu[PK& Zچ   dXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSnapshots.phpnu[PK& Zr]ccrXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsCatalogTemplatesTemplateVersions.phpnu[PK& Z܂[ŻXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.phpnu[PK& ZlA%%_Xvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.phpnu[PK& Z-0R$f f hIXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsWorkItems.phpnu[PK& Z{b9dGXvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.phpnu[PK& ZyRYvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.phpnu[PK& Zy, , ^&Yvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.phpnu[PK& Z77b$Yvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplateVersions.phpnu[PK& Zҏ> > [-Yvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.phpnu[PK& Z,Z [r7Yvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsSnapshots.phpnu[PK& Z);c]]^@Yvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSql.phpnu[PK& Z[.WWhHYvendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsFlexTemplates.phpnu[PK& ZǷDNPYvendor/google/apiclient-services/src/Google/Service/Dataflow/ContainerSpec.phpnu[PK& Z~VYYvendor/google/apiclient-services/src/Google/Service/Dataflow/StageExecutionDetails.phpnu[PK& Zb',++Q`_Yvendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingEvent.phpnu[PK& Z|S hYvendor/google/apiclient-services/src/Google/Service/Dataflow/TaskRunnerSettings.phpnu[PK& ZSNNZ6|Yvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.phpnu[PK& ZKYvendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetrics.phpnu[PK& Z7-''OYvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.phpnu[PK& Z(7 V(Yvendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredName.phpnu[PK& ZI1żH8Yvendor/google/apiclient-services/src/Google/Service/Dataflow/MemInfo.phpnu[PK& Z: TlYvendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionDetails.phpnu[PK& Z$rrKYvendor/google/apiclient-services/src/Google/Service/Dataflow/StringList.phpnu[PK& Z{yEYvendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.phpnu[PK& ZA%%PYvendor/google/apiclient-services/src/Google/Service/Dataflow/MultiOutputInfo.phpnu[PK& ZmmTYvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.phpnu[PK& Ze| v v ]Yvendor/google/apiclient-services/src/Google/Service/Dataflow/PartialGroupByKeyInstruction.phpnu[PK& ZNy_Yvendor/google/apiclient-services/src/Google/Service/Dataflow/FlexTemplateRuntimeEnvironment.phpnu[PK& ZxOOWYvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingStageLocation.phpnu[PK& ZrJ`~Yvendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionTagRequest.phpnu[PK& ZkB$[[NYvendor/google/apiclient-services/src/Google/Service/Dataflow/FileIODetails.phpnu[PK& Z[Yvendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchFlexTemplateResponse.phpnu[PK& ZǷFZYvendor/google/apiclient-services/src/Google/Service/Dataflow/Point.phpnu[PK& ZL> LYvendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.phpnu[PK& ZATYvendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.phpnu[PK& Z)yQM Zvendor/google/apiclient-services/src/Google/Service/Dataflow/WriteInstruction.phpnu[PK& Z> > VaZvendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.phpnu[PK& ZLQv[%Zvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.phpnu[PK& Zpy`L Zvendor/google/apiclient-services/src/Google/Service/Dataflow/NameAndKind.phpnu[PK& Z{I$Zvendor/google/apiclient-services/src/Google/Service/Dataflow/Position.phpnu[PK& ZzyR-Zvendor/google/apiclient-services/src/Google/Service/Dataflow/BigQueryIODetails.phpnu[PK& ZKtBM2Zvendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerGauge.phpnu[PK& ZT7Zvendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.phpnu[PK& ZByyRZ>Zvendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.phpnu[PK& Zc-kYUBZvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.phpnu[PK& Z* VIZvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageResponse.phpnu[PK& ZqPNTZvendor/google/apiclient-services/src/Google/Service/Dataflow/HotKeyDetection.phpnu[PK& Za2 MYZvendor/google/apiclient-services/src/Google/Service/Dataflow/MetricUpdate.phpnu[PK& Z>}}VdZvendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.phpnu[PK& Zoo[hZvendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.phpnu[PK& Z;PmZvendor/google/apiclient-services/src/Google/Service/Dataflow/RuntimeMetadata.phpnu[PK& Z,Q:tZvendor/google/apiclient-services/src/Google/Service/Dataflow/SpannerIODetails.phpnu[PK& Z?E]{yZvendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.phpnu[PK& Z/2$PZvendor/google/apiclient-services/src/Google/Service/Dataflow/PubSubIODetails.phpnu[PK& Z=ddOoZvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.phpnu[PK& Zu#7GRZvendor/google/apiclient-services/src/Google/Service/Dataflow/Status.phpnu[PK& Zj   [`Zvendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.phpnu[PK& Z]:22XZvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.phpnu[PK& Z% SZvendor/google/apiclient-services/src/Google/Service/Dataflow/DistributionUpdate.phpnu[PK& ZCYZvendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.phpnu[PK& Z@ NZvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessage.phpnu[PK& ZOIYZvendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.phpnu[PK& Z8!uqqOMZvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemStatus.phpnu[PK& Z0J=Zvendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.phpnu[PK& Z\F F \Zvendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.phpnu[PK& Zu~~ZnZvendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReport.phpnu[PK& Zt8QvZvendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.phpnu[PK& ZGdggEZvendor/google/apiclient-services/src/Google/Service/Dataflow/Step.phpnu[PK& ZJ]PNZvendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerDetails.phpnu[PK& ZMj[vendor/google/apiclient-services/src/Google/Service/Dataflow/StageSummary.phpnu[PK& ZH]Rl [vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointMean.phpnu[PK& Zh=N[vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.phpnu[PK& ZR[vendor/google/apiclient-services/src/Google/Service/Dataflow/StateFamilyConfig.phpnu[PK& Zw**Q[vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.phpnu[PK& Z! P7[vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateVersion.phpnu[PK& Z**K^)[vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.phpnu[PK& Zq[C[vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.phpnu[PK& ZoU'I[vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.phpnu[PK& Z9!%WWVE[[vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemResponse.phpnu[PK& ZſWS"a[vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitRequest.phpnu[PK& Z < ^ ^ Sjg[vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.phpnu[PK& Z[::SKq[vendor/google/apiclient-services/src/Google/Service/Dataflow/DataDiskAssignment.phpnu[PK& ZĿQv[vendor/google/apiclient-services/src/Google/Service/Dataflow/ValidateResponse.phpnu[PK& Zw^^a{[vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingApplianceSnapshotConfig.phpnu[PK& Z#GGAAWw[vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.phpnu[PK& ZGjjY?[vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.phpnu[PK& Z٣?S2[vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.phpnu[PK& Z7Ig[vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.phpnu[PK& ZXH[vendor/google/apiclient-services/src/Google/Service/Dataflow/SDKInfo.phpnu[PK& Z KJ[vendor/google/apiclient-services/src/Google/Service/Dataflow/QueryInfo.phpnu[PK& Z5|])[vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNoticeResponse.phpnu[PK& Z iQ`[vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitShard.phpnu[PK& ZBHk]ʹ[vendor/google/apiclient-services/src/Google/Service/Dataflow/CommitTemplateVersionRequest.phpnu[PK& ZJ T[vendor/google/apiclient-services/src/Google/Service/Dataflow/ComputationTopology.phpnu[PK& Z(٬ O-[vendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.phpnu[PK& ZŮ[  TX[vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.phpnu[PK& Zd}}[[vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReportResponse.phpnu[PK& Z+דGGN[vendor/google/apiclient-services/src/Google/Service/Dataflow/SideInputInfo.phpnu[PK& Zphha[vendor/google/apiclient-services/src/Google/Service/Dataflow/ModifyTemplateVersionTagResponse.phpnu[PK& ZuHHP[vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.phpnu[PK& ZgppU[vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricStructuredName.phpnu[PK& Z{4L[vendor/google/apiclient-services/src/Google/Service/Dataflow/StageSource.phpnu[PK& Z[SeS[vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentTransform.phpnu[PK& Z\|nnT[vendor/google/apiclient-services/src/Google/Service/Dataflow/GetTemplateResponse.phpnu[PK& Z ^]\vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateTemplateVersionRequest.phpnu[PK& Z8!!] \vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.phpnu[PK& Za:Q\vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeLocation.phpnu[PK& Z=mppP\vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.phpnu[PK& Z#ixK\vendor/google/apiclient-services/src/Google/Service/Dataflow/SdkVersion.phpnu[PK& ZCI8#\vendor/google/apiclient-services/src/Google/Service/Dataflow/Artifact.phpnu[PK& ZGɜW*\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.phpnu[PK& Z^ \XX[1\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.phpnu[PK& Zw''^8\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/UserActivitySession.phpnu[PK& Z>>IITVA\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.phpnu[PK& Z(Y#F\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ScreenviewData.phpnu[PK& Za/\L\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.phpnu[PK& Z^[))TR\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.phpnu[PK& ZטOORiX\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Segment.phpnu[PK& Z00Z:^\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/TransactionData.phpnu[PK& Z'U@]d\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilterClause.phpnu[PK& Z.Vj\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.phpnu[PK& Z@n^q\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrFiltersForSegment.phpnu[PK& ZdO O Sv\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalData.phpnu[PK& Z_]VVT\\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EventData.phpnu[PK& Zg}}Q6\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Cohort.phpnu[PK& ZgV''`4\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilterClause.phpnu[PK& ZE:9))X\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilter.phpnu[PK& ZD P\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Pivot.phpnu[PK& Z%@TŤ\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.phpnu[PK& Z}X~[?\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.phpnu[PK& Z]  `\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/UserActivity.phpnu[PK& ZZ;\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CustomDimension.phpnu[PK& ZՌr\\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.phpnu[PK& Z+2(Q\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Report.phpnu[PK& Zf\Z\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.phpnu[PK& Za\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.phpnu[PK& Z|5d d U\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.phpnu[PK& Za˰ddZ\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilter.phpnu[PK& Zzd\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityRequest.phpnu[PK& ZBZeJ\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityResponse.phpnu[PK& ZG~eeZ\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRangeValues.phpnu[PK& ZNO\vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/User.phpnu[PK& Zqnn^]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.phpnu[PK& ZdX ]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.phpnu[PK& ZbR]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ResourceQuotasRemaining.phpnu[PK& Z2nV]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ProductData.phpnu[PK& Z>rr[]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.phpnu[PK& ZJ]6R ]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.phpnu[PK& ZwA|QJ%]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.phpnu[PK& Z <W*]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PageviewData.phpnu[PK& Z^/]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentSequenceStep.phpnu[PK& Z [[^D5]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.phpnu[PK& Z@X-=]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EcommerceData.phpnu[PK& ZttWE]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.phpnu[PK& Z wwXK]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.phpnu[PK& ZM6..Zd]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.phpnu[PK& Z :-SHk]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Activity.phpnu[PK& Z7(LLV]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalSetData.phpnu[PK& Z211Yp]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.phpnu[PK& ZN`"zz]*]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.phpnu[PK& ZP-%%V1]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.phpnu[PK& ZDWiiWܙ]vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilter.phpnu[PK& ZT==D̟]vendor/google/apiclient-services/src/Google/Service/DisplayVideo.phpnu[PK& Z3*TTa}_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/ListExecutionsResponse.phpnu[PK& Z:;ab%_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/CancelExecutionRequest.phpnu[PK& Z<e(_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/ProjectsLocations.phpnu[PK& Zƨثn,_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/ProjectsLocationsWorkflows.phpnu[PK& Zʹx!1_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/ProjectsLocationsWorkflowsExecutions.phpnu[PK& Z&k C\sE_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Resource/Projects.phpnu[PK& ZA$UI_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/StackTrace.phpnu[PK& Zw6ggSN_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Position.phpnu[PK& ZDzPS_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Error.phpnu[PK& ZiTY_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/Execution.phpnu[PK& Z1~\c_vendor/google/apiclient-services/src/Google/Service/WorkflowExecutions/StackTraceElement.phpnu[PK& Zj nnF9i_vendor/google/apiclient-services/src/Google/Service/Taskqueue/Task.phpnu[PK& Z*Pr_vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueStats.phpnu[PK& ZDZUax_vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Taskqueues.phpnu[PK& Z|oNNP_vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Tasks.phpnu[PK& ZPQGЗ_vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks.phpnu[PK& Z688N_vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.phpnu[PK& Z5NRddK_vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueue.phpnu[PK' Z_1H|_vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.phpnu[PK' Zw3ll[_vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeResponse.phpnu[PK' Z:ܻF--W_vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.phpnu[PK' Z>KkkL@_vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.phpnu[PK' Z#['_vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeMetadata.phpnu[PK' ZqOB_vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeRequest.phpnu[PK' ZU@&P_vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.phpnu[PK' ZL+rrY_vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocations.phpnu[PK' ZAx  c_vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocationsOperations.phpnu[PK' ZMϷ R_vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.phpnu[PK' Z~sc c N_vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.phpnu[PK' ZxBuffP`vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Projects.phpnu[PK' ZrlaaP`vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeResponse.phpnu[PK' ZWa$//G `vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.phpnu[PK' ZəJ([[V<`vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.phpnu[PK' Z%uO`vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.phpnu[PK' Z&)IllHc`vendor/google/apiclient-services/src/Google/Service/Speech/Operation.phpnu[PK' ZymEG"`vendor/google/apiclient-services/src/Google/Service/Speech/Status.phpnu[PK' ZBU[Q'`vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionAlternative.phpnu[PK' Zhw$$Uy-`vendor/google/apiclient-services/src/Google/Service/Speech/ListOperationsResponse.phpnu[PK' ZZ R"3`vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionMetadata.phpnu[PK' Z%Z=`vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeRequest.phpnu[PK' Z$[E$${C`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkRecommendationFailedRequest.phpnu[PK' ZLVzH`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1InsightRecommendationReference.phpnu[PK' ZU|ّS M`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.phpnu[PK' Z%%|R`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkRecommendationClaimedRequest.phpnu[PK' Z]vV`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkInsightAcceptedRequest.phpnu[PK' Z `\ooj[`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Recommendation.phpnu[PK' Zjs55cm`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Insight.phpnu[PK' Z ''~|`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1MarkRecommendationSucceededRequest.phpnu[PK' Z(wY`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1ListRecommendationsResponse.phpnu[PK' Zjhqه`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1RecommendationContent.phpnu[PK' Z{b`vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1Impact.phpnu[PK' ZvY,,w`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypesInsights.phpnu[PK' Z @^`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.phpnu[PK' Z We`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocations.phpnu[PK' Z5Qc`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocations.phpnu[PK' Z;oղ`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsRecommenders.phpnu[PK' ZtUo`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypes.phpnu[PK' Z22yS`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypesInsights.phpnu[PK' ZK9i.`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsRecommenders.phpnu[PK' Z vvTa`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Folders.phpnu[PK' ZM@@x[`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsRecommendersRecommendations.phpnu[PK' ZXXC`vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsRecommendersRecommendations.phpnu[PK' Z9CCyKavendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.phpnu[PK' Z]tzzU70avendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.phpnu[PK' Z1R<Z64avendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Organizations.phpnu[PK' Z:\N8avendor/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccounts.phpnu[PK' Zy6gjpfvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexOperationMetadata.phpnu[PK' ZQ@QBBJHfvendor/google/apiclient-services/src/Google/Service/Firestore/ReadOnly.phpnu[PK' ZzQ_Lfvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentsTarget.phpnu[PK' Z|wi`Pfvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningCancelOperationRequest.phpnu[PK' ZnNSfvendor/google/apiclient-services/src/Google/Service/Firestore/Precondition.phpnu[PK' Z1  PXfvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentRemove.phpnu[PK' Z9Eb]fvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexField.phpnu[PK' Z,AMbfvendor/google/apiclient-services/src/Google/Service/Firestore/FieldFilter.phpnu[PK' Zm^Qifvendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryRequest.phpnu[PK' ZwBOOPqfvendor/google/apiclient-services/src/Google/Service/Firestore/FieldReference.phpnu[PK' Z'RDDSufvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentTransform.phpnu[PK' Z Qv{fvendor/google/apiclient-services/src/Google/Service/Firestore/StructuredQuery.phpnu[PK' Z PĈfvendor/google/apiclient-services/src/Google/Service/Firestore/ListenResponse.phpnu[PK' ZiG;NДfvendor/google/apiclient-services/src/Google/Service/Firestore/DocumentMask.phpnu[PK' ZҖTssHӘfvendor/google/apiclient-services/src/Google/Service/Firestore/Target.phpnu[PK' Zq_"Hfvendor/google/apiclient-services/src/Google/Service/Firestore/Status.phpnu[PK' ZZSΦfvendor/google/apiclient-services/src/Google/Service/Firestore/BatchWriteRequest.phpnu[PK' Z''Xfvendor/google/apiclient-services/src/Google/Service/Firestore/PartitionQueryResponse.phpnu[PK' Z+ˁ  oʱfvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsMetadata.phpnu[PK' ZggZnfvendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionResponse.phpnu[PK' Z/k^^k_fvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListIndexesResponse.phpnu[PK' Z՛::NXfvendor/google/apiclient-services/src/Google/Service/Firestore/TargetChange.phpnu[PK' ZV^Ofvendor/google/apiclient-services/src/Google/Service/Firestore/WriteResponse.phpnu[PK' ZRzH"fvendor/google/apiclient-services/src/Google/Service/Firestore/LatLng.phpnu[PK' Z2Jfvendor/google/apiclient-services/src/Google/Service/Firestore/MapValue.phpnu[PK' ZD..Nfvendor/google/apiclient-services/src/Google/Service/Firestore/WriteRequest.phpnu[PK' Zj:::Mfvendor/google/apiclient-services/src/Google/Service/Firestore/WriteResult.phpnu[PK' ZCJ^fvendor/google/apiclient-services/src/Google/Service/Firestore/Location.phpnu[PK' ZIOfvendor/google/apiclient-services/src/Google/Service/Firestore/ListenRequest.phpnu[PK' ZPfvendor/google/apiclient-services/src/Google/Service/Firestore/FirestoreEmpty.phpnu[PK' Z$SHH`fvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Progress.phpnu[PK' Z Qfvendor/google/apiclient-services/src/Google/Service/Firestore/ExistenceFilter.phpnu[PK' ZkMgvendor/google/apiclient-services/src/Google/Service/Firestore/QueryTarget.phpnu[PK' ZIxc gvendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfig.phpnu[PK' Z)rww[Cgvendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsResponse.phpnu[PK' ZY GEgvendor/google/apiclient-services/src/Google/Service/Firestore/Value.phpnu[PK' ZQ*hh]Z$gvendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.phpnu[PK' ZJTO)gvendor/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.phpnu[PK' Z}}_`1gvendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsResponse.phpnu[PK' Z55^l7gvendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsRequest.phpnu[PK' ZFM^L/chvendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromisedSecurityDetail.phpnu[PK' Z3j6Phvendor/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.phpnu[PK' Zę`#hvendor/google/apiclient-services/src/Google/Service/AlertCenter/AppMakerSqlSetupNotification.phpnu[PK' Z!00Q"(hvendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertMetadata.phpnu[PK' Zq߾zJ/hvendor/google/apiclient-services/src/Google/Service/AlertCenter/Status.phpnu[PK' Z`^F8 8 d4hvendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivitySecurityDetail.phpnu[PK' ZԜ9V>hvendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivity.phpnu[PK' Zf,<<OVDhvendor/google/apiclient-services/src/Google/Service/AlertCenter/RequestInfo.phpnu[PK' ZpNJhvendor/google/apiclient-services/src/Google/Service/AlertCenter/ActionInfo.phpnu[PK' ZʃS*Mhvendor/google/apiclient-services/src/Google/Service/AlertCenter/MaliciousEntity.phpnu[PK' Z1}..[?Shvendor/google/apiclient-services/src/Google/Service/AlertCenter/UserDefinedDetectorInfo.phpnu[PK' Z7ʠ;;XWhvendor/google/apiclient-services/src/Google/Service/AlertCenter/StateSponsoredAttack.phpnu[PK' Z\llFL[hvendor/google/apiclient-services/src/Google/Service/AlertCenter/Settings.phpnu[PK' ZiiJ`hvendor/google/apiclient-services/src/Google/Service/AlertCenter/CsvRow.phpnu[PK' ZIVTdhvendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertcenterEmpty.phpnu[PK' ZE Pghvendor/google/apiclient-services/src/Google/Service/AlertCenter/MailPhishing.phpnu[PK' Z8t\qhvendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechRequest.phpnu[PK' ZmJzhvendor/google/apiclient-services/src/Google/Service/Texttospeech/Voice.phpnu[PK' Z>ѽSwhvendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesisInput.phpnu[PK' Z!|Rhvendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Text.phpnu[PK' ZvmףT3hvendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.phpnu[PK' ZJ:(YHhvendor/google/apiclient-services/src/Google/Service/Texttospeech/VoiceSelectionParams.phpnu[PK' Z(qq]hvendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechResponse.phpnu[PK' Ze:;;Whvendor/google/apiclient-services/src/Google/Service/Texttospeech/ListVoicesResponse.phpnu[PK' Z_UGԀPDhvendor/google/apiclient-services/src/Google/Service/Texttospeech/AudioConfig.phpnu[PK' ZrDhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1RegisterSubscriberRequest.phpnu[PK' Zs4} lzhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ParameterDefinition.phpnu[PK' Zk^hvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Offer.phpnu[PK' Z=khvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ProvisionedService.phpnu[PK' ZMa:nihvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListCustomersResponse.phpnu[PK' ZXnTThhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PriceByResource.phpnu[PK' ZqO Sqqrrhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1SuspendEntitlementRequest.phpnu[PK' Z}'nhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1RenewalSettings.phpnu[PK' Ztvhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListPurchasableOffersResponse.phpnu[PK' ZנsThvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleTypeMoney.phpnu[PK' Z(Z=VVshvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1RegisterSubscriberResponse.phpnu[PK' Z<Suhvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChangeRenewalSettingsRequest.phpnu[PK' Z}H#oLLpivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChangeParametersRequest.phpnu[PK' ZDDD\ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Sku.phpnu[PK' Z?qivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListEntitlementsResponse.phpnu[PK' ZV;33divendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Entitlement.phpnu[PK' Z`d)ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Value.phpnu[PK' ZQX0ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleProtobufEmpty.phpnu[PK' Zǔ,,f<3ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1MarketingInfo.phpnu[PK' Z2ڍ{9ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1TransferEntitlementsResponse.phpnu[PK' Z)f?ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CustomerEvent.phpnu[PK' ZjG>>tCDivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEntitlementsRequest.phpnu[PK' ZfId%Kivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ContactInfo.phpnu[PK' ZԎs$$dDRivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Constraints.phpnu[PK' ZnWivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1AssociationInfo.phpnu[PK' ZOOĒh1\ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Parameter.phpnu[PK' Z*^wbivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableOffersResponse.phpnu[PK' Zx4iivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListChannelPartnerLinksResponse.phpnu[PK' ZZzhoivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1AssociationInfo.phpnu[PK' Zutivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEntitlementsResponse.phpnu[PK' ZP  vyivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableOffersRequest.phpnu[PK' Z-ammq;ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1CommitmentSettings.phpnu[PK' Z6llIivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse.phpnu[PK' Zog_eivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleLongrunningOperation.phpnu[PK' Z`ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1EduData.phpnu[PK' ZK K Z.ivendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/ProductsSkus.phpnu[PK' Z3TIIkivendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.phpnu[PK' ZC⢛77Xivendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Operations.phpnu[PK' ZTvixjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinks.phpnu[PK' ZtYh|)|)V jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Accounts.phpnu[PK' Z>h[ \Jjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsOffers.phpnu[PK' ZtooVUjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Products.phpnu[PK' Z-UBB_]jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomers.phpnu[PK' Zv>U:  bjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PriceTier.phpnu[PK' Z]l4jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleLongrunningListOperationsResponse.phpnu[PK' ZOOkPjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CommitmentSettings.phpnu[PK' ZSNC^:jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Value.phpnu[PK' ZIrrsbjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ActivateEntitlementRequest.phpnu[PK' Ziwjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PurchasableOffer.phpnu[PK' Z2C C jjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CloudIdentityInfo.phpnu[PK' Z[penjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Period.phpnu[PK' Z 9bjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Parameter.phpnu[PK' Zrr^\jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Media.phpnu[PK' ZPko>>i\jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListSkusResponse.phpnu[PK' Z,3XXk3jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListOffersResponse.phpnu[PK' Z>ppq&jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CancelEntitlementRequest.phpnu[PK' Zf7jvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TrialSettings.phpnu[PK' Zbjvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1AdminUser.phpnu[PK' Z 22ajvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Customer.phpnu[PK' Zl,ckvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PricePhase.phpnu[PK' Z0d,c_kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Period.phpnu[PK' Zzgggkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1PurchasableSku.phpnu[PK' Z.;tkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListPurchasableSkusResponse.phpnu[PK' Z4{sl"kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleLongrunningCancelOperationRequest.phpnu[PK' ZqFff`]%kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Product.phpnu[PK' Z(!((lS+kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEligibility.phpnu[PK' Zɖt1kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1UnregisterSubscriberRequest.phpnu[PK' Z_^Q5kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Price.phpnu[PK' Z~x=kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1UpdateChannelPartnerLinkRequest.phpnu[PK' Z"]mjODkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableOffer.phpnu[PK' Z2VrrmkIkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListProductsResponse.phpnu[PK' ZhzOkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableSku.phpnu[PK' ZG[''iVkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1EntitlementEvent.phpnu[PK' Z]Gl[kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1TrialSettings.phpnu[PK' ZGXUXXu:`kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1UnregisterSubscriberResponse.phpnu[PK' Zy{u7dkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CloudIdentityCustomerAccount.phpnu[PK' Z(晋pjkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1OperationMetadata.phpnu[PK' ZSStknkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChangeOfferRequest.phpnu[PK' ZoopYvkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1StartPaidServiceRequest.phpnu[PK' Zse%qhzkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1ProvisionedService.phpnu[PK' Z4a|kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferEntitlementsToGoogleRequest.phpnu[PK' Zq#kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CreateEntitlementRequest.phpnu[PK' ZlvFkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ProvisionCloudIdentityRequest.phpnu[PK' Z( ٤Tkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleRpcStatus.phpnu[PK' Z-$uʙkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableSkusResponse.phpnu[PK' Z;7ddnIkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1SubscriberEvent.phpnu[PK' Z]A  ]Kkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Plan.phpnu[PK' ZKjٱkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1OperationMetadata.phpnu[PK' Z  \kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleTypePostalAddress.phpnu[PK' ZX7--okvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1EntitlementEvent.phpnu[PK' ZSiigkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.phpnu[PK' ZB2lkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1CustomerEvent.phpnu[PK' ZX |Aj0kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Entitlement.phpnu[PK' Zbt..hxkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1SubscriberEvent.phpnu[PK' ZQ k>kvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ChannelPartnerLink.phpnu[PK' Z{$u11pkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListSubscribersResponse.phpnu[PK' Z4lfkvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1CustomerConstraints.phpnu[PK' ZOy##hlvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1RenewalSettings.phpnu[PK' ZA55t lvendor/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1ListTransferableSkusRequest.phpnu[PK' ZOO_clvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ResolveServiceResponse.phpnu[PK' Z7 x^Alvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ServicedirectoryEmpty.phpnu[PK' Zrڈwbzlvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/ServicedirectoryNamespace.phpnu[PK' Z [y@@\!lvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/SetIamPolicyRequest.phpnu[PK' Z{sO&lvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Policy.phpnu[PK' Z{gP,lvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/Service.phpnu[PK' Z0$pp\2lvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/GetIamPolicyRequest.phpnu[PK' Z(T?c7lvendor/google/apiclient-services/src/Google/Service/ServiceDirectory/TestIamPermissionsResponse.phpnu[PK' Zك c^amvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/LighthouseCategoryV5.phpnu[PK' ZXd**bimvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/RendererFormattedStrings.phpnu[PK' ZXVY}mvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/CategoryGroupV5.phpnu[PK' ZEwX X a-mvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/LighthouseAuditResultV5.phpnu[PK' Z:;;Smvendor/google/apiclient-services/src/Google/Service/PagespeedInsights/StackPack.phpnu[PK' ZMFԒmvendor/google/apiclient-services/src/Google/Service/Chromewebstore.phpnu[PK' Zƫ+V:mvendor/google/apiclient-services/src/Google/Service/Safebrowsing/SafebrowsingEmpty.phpnu[PK' ZɾPwcmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindFullHashesResponse.phpnu[PK' ZC;}kklлmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntry.phpnu[PK' Z8Ȉ Smvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.phpnu[PK' Z``kmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatInfo.phpnu[PK' ZzYqkmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4RawIndices.phpnu[PK' Z/&ymvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindThreatMatchesRequest.phpnu[PK' ZW2INmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawHashes.phpnu[PK' Z_iO!mvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.phpnu[PK' ZSk00kmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ClientInfo.phpnu[PK' Z/I<X[mvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleProtobufEmpty.phpnu[PK' Z !!jmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4RawHashes.phpnu[PK' ZgRCmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.phpnu[PK' Z0  lmvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatMatch.phpnu[PK' Zmd3 8nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.phpnu[PK' Z>$SSinvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4Checksum.phpnu[PK' Z_nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatListUpdates.phpnu[PK' ZlsB\ nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedUpdates.phpnu[PK' ZXEFkk[a'nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatMatches.phpnu[PK' Z]4YW.nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatLists.phpnu[PK' ZiN::Xy4nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatHits.phpnu[PK' Ziu_;;nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.phpnu[PK' Zw5bQQXBnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/FullHashes.phpnu[PK' Z`\Invendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry.phpnu[PK' ZfD!PMnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Constraints.phpnu[PK' Z m]]XCVnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntryMetadata.phpnu[PK' ZKM([nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/UserInfo.phpnu[PK' Z1Q_nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatSource.phpnu[PK' ZnTTVenvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.phpnu[PK' Zd֟rlnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4RiceDeltaEncoding.phpnu[PK' Z&)uUsnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatListDescriptor.phpnu[PK' Z)Vynvendor/google/apiclient-services/src/Google/Service/Safebrowsing/RiceDeltaEncoding.phpnu[PK' Z -@q<nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest.phpnu[PK' Z?cnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.phpnu[PK' ZX»  xnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ListThreatListsResponse.phpnu[PK' Z|77Mϔnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.phpnu[PK' Zb]]^nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.phpnu[PK' ZK tnnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntryMetadata.phpnu[PK' ZB:]nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.phpnu[PK' Zq\nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.phpnu[PK' Z"_d d o®nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatEntrySet.phpnu[PK' ZpzŻnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FindThreatMatchesResponse.phpnu[PK' Z+*eOOPVV[ nvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.phpnu[PK' ZY#vnnOnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawIndices.phpnu[PK' Z1>Ynvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.phpnu[PK' ZWC~bnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest.phpnu[PK' ZZm Wnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.phpnu[PK' Z)I--vnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatHitThreatSource.phpnu[PK' Z! llbnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.phpnu[PK' ZZnvendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.phpnu[PK' Znovendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse.phpnu[PK' ZBcOovendor/google/apiclient-services/src/Google/Service/Safebrowsing/ClientInfo.phpnu[PK' ZS_r ovendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatHitUserInfo.phpnu[PK' Z? Naovendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatHit.phpnu[PK' ZT; ; Povendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatMatch.phpnu[PK' Z j`&ovendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4ThreatHit.phpnu[PK' Z0g<3ovendor/google/apiclient-services/src/Google/Service/Safebrowsing/GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.phpnu[PK' ZHe   vpvendor/google/apiclient-services/src/Google/Service/TPU/Operation.phpnu[PK' ZU'BEpvendor/google/apiclient-services/src/Google/Service/TPU/Status.phpnu[PK' ZZnMJpvendor/google/apiclient-services/src/Google/Service/TPU/TensorFlowVersion.phpnu[PK' Z_D<ROpvendor/google/apiclient-services/src/Google/Service/TPU/ListOperationsResponse.phpnu[PK' Z[MTpvendor/google/apiclient-services/src/Google/Service/TPU/ListNodesResponse.phpnu[PK' ZuDZpvendor/google/apiclient-services/src/Google/Service/TPU/Location.phpnu[PK' Z  Xapvendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.phpnu[PK' ZOLgpvendor/google/apiclient-services/src/Google/Service/TPU/SchedulingConfig.phpnu[PK' Z>4\~~P/lpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Comment.phpnu[PK' Zcg#W-spvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UsesPermission.phpnu[PK' ZY1ELwpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.phpnu[PK' ZLĎTTS+}pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceSpec.phpnu[PK' ZEDKK[pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.phpnu[PK' Z_\؇pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.phpnu[PK' Z77V/pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.phpnu[PK' Z"Xcpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InternalAppSharingArtifact.phpnu[PK' Z澏ugpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionCancelSurveyResult.phpnu[PK' Z}rZاpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.phpnu[PK' ZI\k}pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchasesAcknowledgeRequest.phpnu[PK' Z.55]pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.phpnu[PK' ZeQupvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/PageInfo.phpnu[PK' ZեG[[\pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.phpnu[PK' Z/Nhǿpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.phpnu[PK' Zx"TZZXGpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchase.phpnu[PK' Zp W)pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.phpnu[PK' Zpppdpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.phpnu[PK' ZW>Npvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Track.phpnu[PK' Z4nf``Z pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.phpnu[PK' Z<\pvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.phpnu[PK' ZJbpvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.phpnu[PK' Z"Daqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.phpnu[PK' Z rPe qvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Variant.phpnu[PK' Z|HYqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.phpnu[PK' ZY3OBqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Review.phpnu[PK' ZfSzqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.phpnu[PK' ZPj qvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesVoidedpurchases.phpnu[PK' Z] 0qvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsImages.phpnu[PK' Ze\Cqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Systemapks.phpnu[PK' ZٽVVWGqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.phpnu[PK' Zl2  ^Vqvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTesters.phpnu[PK' Ztu_rvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Image.phpnu[PK' Z񸻊Yrvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.phpnu[PK' Z?g\rvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/BundlesListResponse.phpnu[PK' Z(grvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.phpnu[PK' Zc] rvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ListingsListResponse.phpnu[PK' Z8l%nYY`rvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesDeleteAllResponse.phpnu[PK' Znirsvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFilesUploadResponse.phpnu[PK' Z,jsvendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.phpnu[PK' ZU-LL^<svendor/google/apiclient-services/src/Google/Service/AndroidPublisher/IntroductoryPriceInfo.phpnu[PK' Za'YYRsvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.phpnu[PK' Ze3AHpsvendor/google/apiclient-services/src/Google/Service/CivicInfo.phpnu[PK' ZwEisvendor/google/apiclient-services/src/Google/Service/SearchConsole.phpnu[PK' ZTTNՠsvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.phpnu[PK' ZSsvendor/google/apiclient-services/src/Google/Service/Translate/SupportedLanguage.phpnu[PK' ZGGVsvendor/google/apiclient-services/src/Google/Service/Translate/WaitOperationRequest.phpnu[PK' Z-tF F Vsvendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextRequest.phpnu[PK' Z` Jsvendor/google/apiclient-services/src/Google/Service/Translate/Glossary.phpnu[PK' ZM%Xsvendor/google/apiclient-services/src/Google/Service/Translate/CancelOperationRequest.phpnu[PK' Zt##Wsvendor/google/apiclient-services/src/Google/Service/Translate/DetectLanguageRequest.phpnu[PK' Z 6Rsvendor/google/apiclient-services/src/Google/Service/Translate/LanguageCodesSet.phpnu[PK' Z"dvvNsvendor/google/apiclient-services/src/Google/Service/Translate/OutputConfig.phpnu[PK' Z~ooXsvendor/google/apiclient-services/src/Google/Service/Translate/DetectLanguageResponse.phpnu[PK' ZOO\svendor/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocations.phpnu[PK' Z= ͙f tvendor/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocationsOperations.phpnu[PK' Z'errf%tvendor/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocationsGlossaries.phpnu[PK' Zӌ>S9tvendor/google/apiclient-services/src/Google/Service/Translate/Resource/Projects.phpnu[PK' Z PMtvendor/google/apiclient-services/src/Google/Service/Translate/TranslateEmpty.phpnu[PK' Z]&##WPtvendor/google/apiclient-services/src/Google/Service/Translate/ListLocationsResponse.phpnu[PK' ZD8RVtvendor/google/apiclient-services/src/Google/Service/Translate/DetectedLanguage.phpnu[PK' Z[r1& & [G[tvendor/google/apiclient-services/src/Google/Service/Translate/BatchTranslateTextRequest.phpnu[PK' ZבAAUftvendor/google/apiclient-services/src/Google/Service/Translate/GlossaryInputConfig.phpnu[PK' ZD]@CCKktvendor/google/apiclient-services/src/Google/Service/Translate/GcsSource.phpnu[PK' Z"--X|otvendor/google/apiclient-services/src/Google/Service/Translate/ListGlossariesResponse.phpnu[PK' ZNidyyP1utvendor/google/apiclient-services/src/Google/Service/Translate/GcsDestination.phpnu[PK' Z>{{K*ytvendor/google/apiclient-services/src/Google/Service/Translate/Operation.phpnu[PK' ZOH tvendor/google/apiclient-services/src/Google/Service/Translate/Status.phpnu[PK' ZoM0tvendor/google/apiclient-services/src/Google/Service/Translate/InputConfig.phpnu[PK' ZՂRtvendor/google/apiclient-services/src/Google/Service/Translate/LanguageCodePair.phpnu[PK' Zc00Xtvendor/google/apiclient-services/src/Google/Service/Translate/ListOperationsResponse.phpnu[PK' Z`NJJtvendor/google/apiclient-services/src/Google/Service/Translate/Location.phpnu[PK' Z9(Mtvendor/google/apiclient-services/src/Google/Service/Translate/Translation.phpnu[PK' Z(nnT4tvendor/google/apiclient-services/src/Google/Service/Translate/SupportedLanguages.phpnu[PK' ZbL\\W&tvendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextResponse.phpnu[PK' Zh~  ] tvendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextGlossaryConfig.phpnu[PK' ZhOtvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Trace.phpnu[PK' ZNZZX:tvendor/google/apiclient-services/src/Google/Service/NetworkManagement/AuditLogConfig.phpnu[PK' ZStvendor/google/apiclient-services/src/Google/Service/NetworkManagement/AbortInfo.phpnu[PK' ZW$$gtvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ListConnectivityTestsResponse.phpnu[PK' Z"UOtvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardInfo.phpnu[PK' ZB6Fftvendor/google/apiclient-services/src/Google/Service/NetworkManagement/RerunConnectivityTestRequest.phpnu[PK' Z=:ZUtvendor/google/apiclient-services/src/Google/Service/NetworkManagement/DeliverInfo.phpnu[PK' ZTD]tvendor/google/apiclient-services/src/Google/Service/NetworkManagement/SetIamPolicyRequest.phpnu[PK' ZODFFP(tvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Policy.phpnu[PK' Zvi`tvendor/google/apiclient-services/src/Google/Service/NetworkManagement/CancelOperationRequest.phpnu[PK' ZӿȶZ+tvendor/google/apiclient-services/src/Google/Service/NetworkManagement/LoadBalancerInfo.phpnu[PK' ZAUktvendor/google/apiclient-services/src/Google/Service/NetworkManagement/NetworkInfo.phpnu[PK' Z,idtvendor/google/apiclient-services/src/Google/Service/NetworkManagement/TestIamPermissionsResponse.phpnu[PK' Z  dtvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocations.phpnu[PK' Z\>{[uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocationsNetworkmanagementGlobal.phpnu[PK' ZN[uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/Projects.phpnu[PK' ZC)p/p/ uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocationsNetworkmanagementGlobalConnectivityTests.phpnu[PK' Z ?;uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocationsNetworkmanagementGlobalOperations.phpnu[PK' ZØ66]KPuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ReachabilityDetails.phpnu[PK' Z'F[Xuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/OperationMetadata.phpnu[PK' Z%Q `uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Binding.phpnu[PK' ZCC_Ifuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ListLocationsResponse.phpnu[PK' ZS  Vluvendor/google/apiclient-services/src/Google/Service/NetworkManagement/FirewallInfo.phpnu[PK' ZZvuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ConnectivityTest.phpnu[PK' Z`4cMuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/TestIamPermissionsRequest.phpnu[PK' Z Ruvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Endpoint.phpnu[PK' ZUY`uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/NetworkmanagementEmpty.phpnu[PK' Z~(Vݓuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/InstanceInfo.phpnu[PK' Z-FSuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Operation.phpnu[PK' Zۧ`Puvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Status.phpnu[PK' ZJuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ListOperationsResponse.phpnu[PK' ZXuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/VpnGatewayInfo.phpnu[PK' Z8!ER]uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Location.phpnu[PK' ZWWUuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/AuditConfig.phpnu[PK' ZU{lN N Wuvendor/google/apiclient-services/src/Google/Service/NetworkManagement/VpnTunnelInfo.phpnu[PK' Zz\{uvendor/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardingRuleInfo.phpnu[PK' ZB]vvendor/google/apiclient-services/src/Google/Service/NetworkManagement/LoadBalancerBackend.phpnu[PK' ZXkR vvendor/google/apiclient-services/src/Google/Service/NetworkManagement/DropInfo.phpnu[PK' Z.+RRNvvendor/google/apiclient-services/src/Google/Service/NetworkManagement/Expr.phpnu[PK' Z26VXvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.phpnu[PK' Z55cvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.phpnu[PK' Z`hKKU vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Document.phpnu[PK' ZRfZ`&vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.phpnu[PK' Z%eOU-vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/TextSpan.phpnu[PK' Zv&&k2vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentResponse.phpnu[PK' Z$Aa7vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextResponse.phpnu[PK' Z[77U=vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.phpnu[PK' Z,[Dvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.phpnu[PK' ZVQbqIvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.phpnu[PK' Z)f{99ePvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.phpnu[PK' Z*{ee_{Xvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Resource/Documents.phpnu[PK' ZV`omvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.phpnu[PK' Zx_  atvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.phpnu[PK' Z*_Svvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Entity.phpnu[PK' Z̹<<jъvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentRequest.phpnu[PK' Z(ȣSvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Status.phpnu[PK' Zյ|ll`͕vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextRequest.phpnu[PK' Zcɚvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassificationCategory.phpnu[PK' ZT133aSvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.phpnu[PK' Z.Rvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Token.phpnu[PK' ZFqbd`vvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.phpnu[PK' Zғ  Uvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.phpnu[PK' Z r66dvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.phpnu[PK' Z Ymvvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.phpnu[PK' Zp""Tvvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached.phpnu[PK' Z-[Zvvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetRequest.phpnu[PK' Z ]vvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListRulesetsResponse.phpnu[PK' ZyZvvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesFile.phpnu[PK' ZϬR\vvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetResponse.phpnu[PK' ZDPOXwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Source.phpnu[PK' ZN38z z bwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsReleases.phpnu[PK' Z2 Z%wvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/Projects.phpnu[PK' Z r||b"0wvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsRulesets.phpnu[PK' Z/[[P0Awvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Release.phpnu[PK' Z.EyyW Gwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/SourcePosition.phpnu[PK' ZZ@P Lwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Ruleset.phpnu[PK' Z1llNQwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Issue.phpnu[PK' ZLs.[pWwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.phpnu[PK' Zq]Zwvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListReleasesResponse.phpnu[PK' Z>o#AAP_wvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService.phpnu[PK' ZNFU E EJ!wvendor/google/apiclient-services/src/Google/Service/FirebaseManagement.phpnu[PK' Zjrwvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagFieldEnumValue.phpnu[PK' Z8{wvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue.phpnu[PK' Zqqvwvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogResponse.phpnu[PK' Z/lwvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagTemplate.phpnu[PK' ZՏ0wwvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse.phpnu[PK' Z$yxvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse.phpnu[PK' Z@([[k xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1EntryGroup.phpnu[PK' Zqrxvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1BigQueryTableSpec.phpnu[PK' Z#uusxvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SerializedTaxonomy.phpnu[PK' Z7{)''W!xvendor/google/apiclient-services/src/Google/Service/DataCatalog/SetIamPolicyRequest.phpnu[PK' Zk nhhi&xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ViewSpec.phpnu[PK' ZАQttJ*xvendor/google/apiclient-services/src/Google/Service/DataCatalog/Policy.phpnu[PK' Zeo0xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1GcsFilesetSpec.phpnu[PK' Zt7[  q#7xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagTemplateField.phpnu[PK' Z5H H i?xvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TagField.phpnu[PK' ZTgK%%tIxvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogResult.phpnu[PK' Z'@.WWWxQxvendor/google/apiclient-services/src/Google/Service/DataCatalog/GetIamPolicyRequest.phpnu[PK' Z9͝^VVxvendor/google/apiclient-services/src/Google/Service/DataCatalog/TestIamPermissionsResponse.phpnu[PK' Z}(^Zxvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocations.phpnu[PK' Z?" ""z^xvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTagTemplatesFieldsEnumValues.phpnu[PK' ZS  ragxvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTaxonomiesPolicyTags.phpnu[PK' ZDB$$h xvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTaxonomies.phpnu[PK' Z/::tnxvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroupsEntriesTags.phpnu[PK' ZM5pLxvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTagTemplatesFields.phpnu[PK' ZAs  mxvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroupsTags.phpnu[PK' Z(+1Y Y Txvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/Entries.phpnu[PK' ZLE%%jlxvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsTagTemplates.phpnu[PK' Z⼗ӻ))i!yvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroups.phpnu[PK' Z]k T@Lyvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/Catalog.phpnu[PK' ZcÅzzUUyvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/Projects.phpnu[PK' Zv&&pYyvendor/google/apiclient-services/src/Google/Service/DataCatalog/Resource/ProjectsLocationsEntryGroupsEntries.phpnu[PK' Z5xAyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse.phpnu[PK' ZHUUmyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ColumnSchema.phpnu[PK' ZHQmyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1InlineSource.phpnu[PK' Z|}֞K!yvendor/google/apiclient-services/src/Google/Service/DataCatalog/Binding.phpnu[PK' Z=:^^q&yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListTagsResponse.phpnu[PK' ZMvPj%yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1FieldType.phpnu[PK' Z!'jvyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1PolicyTag.phpnu[PK' Z~8xyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest.phpnu[PK' Z $<lyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest.phpnu[PK' Zsj.] yvendor/google/apiclient-services/src/Google/Service/DataCatalog/TestIamPermissionsRequest.phpnu[PK' Z@((r4yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1FieldTypeEnumType.phpnu[PK' ZlPwtyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListEntriesResponse.phpnu[PK' Z!VVt$yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SerializedPolicyTag.phpnu[PK' Z{~yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest.phpnu[PK' Zsאuyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogRequest.phpnu[PK' Z4dyyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse.phpnu[PK' ZCMN N iYyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Taxonomy.phpnu[PK' Zw80AAd@yvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Tag.phpnu[PK' ZKʩwyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse.phpnu[PK' ZSlkkleyvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1GcsFileSpec.phpnu[PK' Z`5Tlzvendor/google/apiclient-services/src/Google/Service/DataCatalog/DatacatalogEmpty.phpnu[PK' ZnLi  fzvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Entry.phpnu[PK' Z[g1zvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1Schema.phpnu[PK' Zi+!xzvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.phpnu[PK' ZeJ!T %zvendor/google/apiclient-services/src/Google/Service/DataCatalog/GetPolicyOptions.phpnu[PK' ZѸ z?)zvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope.phpnu[PK' Z?8q0zvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1SystemTimestamps.phpnu[PK' Z\zG~~j:6zvendor/google/apiclient-services/src/Google/Service/DataCatalog/GoogleCloudDatacatalogV1beta1TableSpec.phpnu[PK' ZXOLLHR:zvendor/google/apiclient-services/src/Google/Service/DataCatalog/Expr.phpnu[PK' ZH333`@zvendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.phpnu[PK' Zhð  cEzvendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetAllResponse.phpnu[PK' ZP'TKzvendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayer.phpnu[PK' Z{ŅNQzvendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.phpnu[PK' Z+@ W`zvendor/google/apiclient-services/src/Google/Service/GamesManagement/ProfileSettings.phpnu[PK' Z|hEezvendor/google/apiclient-services/src/Google/Service/GamesManagement/ScoresResetMultipleForAllRequest.phpnu[PK' Z`w]jzvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Applications.phpnu[PK' Z_[ Wrzvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Events.phpnu[PK' Z?& & Xzvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Players.phpnu[PK' Z<%MMWzvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Scores.phpnu[PK' ZG]ozvendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Achievements.phpnu[PK' Zq˴mzvendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.phpnu[PK' Z}Xׯzvendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.phpnu[PK' Z*i zvendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerExperienceInfoResource.phpnu[PK' ZTM  czvendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetAllResponse.phpnu[PK' Zr `Ezvendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetResponse.phpnu[PK' Zvr  Rqzvendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.phpnu[PK' Ztsshzvendor/google/apiclient-services/src/Google/Service/GamesManagement/EventsResetMultipleForAllRequest.phpnu[PK' Z6]11`zvendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.phpnu[PK' Zě?zvendor/google/apiclient-services/src/Google/Service/WebRisk.phpnu[PK' Z_vUUPzvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemsResponse.phpnu[PK' ZMyiiUzvendor/google/apiclient-services/src/Google/Service/CloudSearch/DisplayedProperty.phpnu[PK' ZMqqO{vendor/google/apiclient-services/src/Google/Service/CloudSearch/SpellResult.phpnu[PK' Zfs;5P{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorMessage.phpnu[PK' ZL%]]I {vendor/google/apiclient-services/src/Google/Service/CloudSearch/Media.phpnu[PK' Zp@@H{vendor/google/apiclient-services/src/Google/Service/CloudSearch/Date.phpnu[PK' Z'rR{vendor/google/apiclient-services/src/Google/Service/CloudSearch/RequestOptions.phpnu[PK' ZKEl{vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.phpnu[PK' Zߺ `_ {vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlRequest.phpnu[PK' Z% "Ps&{vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetOptions.phpnu[PK' Zz"R,{vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResponse.phpnu[PK' ZyAHbbU@{vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.phpnu[PK' ZMMXH{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDisplayOptions.phpnu[PK' Z2 $$QkN{vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValuePair.phpnu[PK' Z{jjRS{vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestRequest.phpnu[PK' ZaF]bZ{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListSearchApplicationsResponse.phpnu[PK' ZmZZM.a{vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryItem.phpnu[PK' Z P6je{vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.phpnu[PK' Z]kttT#j{vendor/google/apiclient-services/src/Google/Service/CloudSearch/FreshnessOptions.phpnu[PK' Zl],,No{vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateValues.phpnu[PK' ZDDJs{vendor/google/apiclient-services/src/Google/Service/CloudSearch/Filter.phpnu[PK' ZBRz{vendor/google/apiclient-services/src/Google/Service/CloudSearch/FieldViolation.phpnu[PK' Z#W~{vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextPropertyOptions.phpnu[PK' ZpݣWA{vendor/google/apiclient-services/src/Google/Service/CloudSearch/DatePropertyOptions.phpnu[PK' ZUUOk{vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySource.phpnu[PK' Z]wwW?{vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextOperatorOptions.phpnu[PK' Z\\44V={vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.phpnu[PK' ZTu??Z{vendor/google/apiclient-services/src/Google/Service/CloudSearch/StartUploadItemRequest.phpnu[PK' ZvX-O{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.phpnu[PK' Z⧴ i{vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.phpnu[PK' ZYe  Z1{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListDataSourceResponse.phpnu[PK' ZVh``a۴{vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.phpnu[PK' ZMhhl̹{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemNamesForUnmappedIdentityResponse.phpnu[PK' Z<(C2Uо{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResponseDebugInfo.phpnu[PK' Zk P{vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.phpnu[PK' Z0\,VQ{vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.phpnu[PK' Zcq\\`{vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.phpnu[PK' Z$$T{vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredResult.phpnu[PK' ZХ[/{vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.phpnu[PK' ZDihhQ{vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerValues.phpnu[PK' ZliyyP|vendor/google/apiclient-services/src/Google/Service/CloudSearch/DebugOptions.phpnu[PK' ZEMhhc|vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.phpnu[PK' Zo%4 4 Q |vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryOperator.phpnu[PK' Z6YQ|vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceRestriction.phpnu[PK' ZKTTM|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Principal.phpnu[PK' Z>Y&|vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectPropertyOptions.phpnu[PK' Z^,|vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.phpnu[PK' ZL((SZ1|vendor/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.phpnu[PK' Zgu! ! K7|vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemAcl.phpnu[PK' Z'MZ@|vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.phpnu[PK' Z--QE|vendor/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.phpnu[PK' Z$U``aI|vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerIndexStatsResponse.phpnu[PK' Z"I|N|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Photo.phpnu[PK' Z!Xؼ\R|vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampPropertyOptions.phpnu[PK' Zphhc[W|vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetDataSourceIndexStatsResponse.phpnu[PK' ZeJV\|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Source.phpnu[PK' ZWFppJ`|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Schema.phpnu[PK' Zg4 Hf|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Item.phpnu[PK' Z+A|Ou|vendor/google/apiclient-services/src/Google/Service/CloudSearch/SortOptions.phpnu[PK' ZiXlOy|vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetResult.phpnu[PK' Z߈(6m|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItemsUnmappedids.phpnu[PK' Z R$|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Media.phpnu[PK' Z.g|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.phpnu[PK' ZTj)fЩ|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.phpnu[PK' Z  R|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Query.phpnu[PK' ZaooV%|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.phpnu[PK' Zқa|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysources.phpnu[PK' Zr (nnRF|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Debug.phpnu[PK' Zc$ssW6|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndex.phpnu[PK' Zm<\N N b0|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItems.phpnu[PK' Zc"ssW|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.phpnu[PK' Z1!Z |vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/OperationsLro.phpnu[PK' ZHG|k%|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.phpnu[PK' Z3zzUk|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Indexing.phpnu[PK' Z(@Wj|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Operations.phpnu[PK' Zzaah|vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.phpnu[PK' Z3ٓ`}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.phpnu[PK' Z|m  `}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasources.phpnu[PK' ZݠXR"}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.phpnu[PK' Z<](7}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasources.phpnu[PK' Z>\{{Y@;}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.phpnu[PK' Zٳ YD?}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.phpnu[PK' Z%55bL}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.phpnu[PK' Z\,,eeU}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.phpnu[PK' ZzzU˂}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.phpnu[PK' Zxu//lʆ}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesUnmappedids.phpnu[PK' ZISbbi}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.phpnu[PK' Z<  K}vendor/google/apiclient-services/src/Google/Service/CloudSearch/Snippet.phpnu[PK' ZKl~~T}vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnmappedIdentity.phpnu[PK' ZGW: [}vendor/google/apiclient-services/src/Google/Service/CloudSearch/DeleteQueueItemsRequest.phpnu[PK' Z`55Yx}vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveLocationRestrict.phpnu[PK' ZyyQ6}vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.phpnu[PK' Z2,nnZ0}vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.phpnu[PK' ZؔS(}vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResponse.phpnu[PK' Z2xggP?}vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleValues.phpnu[PK' ZCjjW&}vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumPropertyOptions.phpnu[PK' ZA,Y}vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoublePropertyOptions.phpnu[PK' ZCMM}vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorInfo.phpnu[PK' ZآyyaL}vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResetSearchApplicationRequest.phpnu[PK' ZcD%%\V}vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListQuerySourcesResponse.phpnu[PK' ZQ}vendor/google/apiclient-services/src/Google/Service/CloudSearch/NamedProperty.phpnu[PK' ZLK1Q}vendor/google/apiclient-services/src/Google/Service/CloudSearch/FilterOptions.phpnu[PK' Z}o  N}vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStatus.phpnu[PK' ZE  L|~vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metadata.phpnu[PK' Z 㖣O ~vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemContent.phpnu[PK' Z COT+~vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDefinition.phpnu[PK' ZqjjS!~vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampValues.phpnu[PK' Zx՗J J P%~vendor/google/apiclient-services/src/Google/Service/CloudSearch/RestrictItem.phpnu[PK' ZD D Nk2~vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.phpnu[PK' ZFKVVW-=~vendor/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.phpnu[PK' Zn'$$S A~vendor/google/apiclient-services/src/Google/Service/CloudSearch/GSuitePrincipal.phpnu[PK' Z_]]WF~vendor/google/apiclient-services/src/Google/Service/CloudSearch/RetrievalImportance.phpnu[PK' Z%((VJ~vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.phpnu[PK' Z; PCQ~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResult.phpnu[PK' Zj6?55Ye\~vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveTimeSpanRestrict.phpnu[PK' ZP#`~vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultCounts.phpnu[PK' Z8; Vde~vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.phpnu[PK' ZSi~vendor/google/apiclient-services/src/Google/Service/CloudSearch/RepositoryError.phpnu[PK' ZgN'o~vendor/google/apiclient-services/src/Google/Service/CloudSearch/MatchRange.phpnu[PK' Z`**U]s~vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsResponse.phpnu[PK' Z9W x~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceScoringConfig.phpnu[PK' ZonnZ|~vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDisplayOptions.phpnu[PK' ZP~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceConfig.phpnu[PK' Z79Qa~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.phpnu[PK' Z)\;~vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampOperatorOptions.phpnu[PK' ZzOJH~vendor/google/apiclient-services/src/Google/Service/CloudSearch/Person.phpnu[PK' ZYddP~vendor/google/apiclient-services/src/Google/Service/CloudSearch/EmailAddress.phpnu[PK' ZeeNk~vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlValues.phpnu[PK' ZR0[22XN~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceCrowdingConfig.phpnu[PK' Z.`S~vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDebugInfo.phpnu[PK' ZѾ kkW~vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlOperatorOptions.phpnu[PK' Z ײS~vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItemRequest.phpnu[PK' ZRKLC~vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItem.phpnu[PK' Zú|==_~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.phpnu[PK' ZY MN~vendor/google/apiclient-services/src/Google/Service/CloudSearch/Operation.phpnu[PK' ZID|JJYP~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchQualityMetadata.phpnu[PK' Zl"O#~vendor/google/apiclient-services/src/Google/Service/CloudSearch/Interaction.phpnu[PK' Z0?||WN~vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateOperatorOptions.phpnu[PK' Z JUQ~vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemCountByStatus.phpnu[PK' Z"J~vendor/google/apiclient-services/src/Google/Service/CloudSearch/Status.phpnu[PK' Z EW~vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.phpnu[PK' Zht$$Tt~vendor/google/apiclient-services/src/Google/Service/CloudSearch/PeopleSuggestion.phpnu[PK' Z GGuuL~vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metaline.phpnu[PK' ZKgU ~vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceResultCount.phpnu[PK' Z]"55Ydvendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveMimeTypeRestrict.phpnu[PK' ZͨuW"vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlPropertyOptions.phpnu[PK' ZK(Tj vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemOptions.phpnu[PK' Z%=Svendor/google/apiclient-services/src/Google/Service/CloudSearch/ProcessingError.phpnu[PK' ZpƀTTY=vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayMetadata.phpnu[PK' Z$2o88Zvendor/google/apiclient-services/src/Google/Service/CloudSearch/ListOperationsResponse.phpnu[PK' ZH^uuX!vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredDataObject.phpnu[PK' ZV&vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStructuredData.phpnu[PK' ZQK,vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResult.phpnu[PK' Z#rkk^5vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.phpnu[PK' ZEQ=vendor/google/apiclient-services/src/Google/Service/CloudSearch/ScoringConfig.phpnu[PK' Z{l`Bvendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlResponse.phpnu[PK' ZZBHvendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerOperatorOptions.phpnu[PK' Zboz``OKNvendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetBucket.phpnu[PK' ZyW*Tvendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.phpnu[PK' ZuQh[vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectOptions.phpnu[PK' ZdV|bvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayField.phpnu[PK' Z`wUUHhvendor/google/apiclient-services/src/Google/Service/CloudSearch/Name.phpnu[PK' ZUkkW|lvendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumOperatorOptions.phpnu[PK' ZǑ#HeeNnpvendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValues.phpnu[PK' ZH9>PmmYQtvendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleOperatorOptions.phpnu[PK' Z9H**XGxvendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.phpnu[PK' Z;eeN~vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextValues.phpnu[PK' ZyZ܂vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerPropertyOptions.phpnu[PK' Z + + Txvendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemRequest.phpnu[PK' Zjb'vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListUnmappedIdentitiesResponse.phpnu[PK' ZX55YVvendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveFollowUpRestrict.phpnu[PK' Z^^Pvendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectValues.phpnu[PK' Z Ivendor/google/apiclient-services/src/Google/Service/CloudSearch/Value.phpnu[PK' Z;Yrvendor/google/apiclient-services/src/Google/Service/CloudSearch/UnreserveItemsRequest.phpnu[PK' Z)TTTαvendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsRequest.phpnu[PK' Z~+]]Uvendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayLine.phpnu[PK' ZXvendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.phpnu[PK' ZͨySvendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySuggestion.phpnu[PK' ZW![YYU:vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.phpnu[PK' Zb9 Nvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.phpnu[PK' ZYsS$vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ErrorProto.phpnu[PK' Z[Ur`jvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeader.phpnu[PK' Z/{[vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupsResponse.phpnu[PK' Z竐h^^Xvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.phpnu[PK' Z)+88\vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.phpnu[PK' Z*  Y%vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.phpnu[PK' Z`A2ׄO"9vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Errors.phpnu[PK' Zi_%?vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupItemsResponse.phpnu[PK' Z O::VFvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/EmptyResponse.phpnu[PK' ZɠUxKvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.phpnu[PK' Z|޺ZOvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.phpnu[PK' Z={%ddV4Tvendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/QueryResponse.phpnu[PK' Z/k\\vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.phpnu[PK' ZokkGGR`vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItem.phpnu[PK' Z싊GUUDxivendor/google/apiclient-services/src/Google/Service/Cloudchannel.phpnu[PK' Z)>gvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TestDatastoreResponse.phpnu[PK' Z \jÀvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Credential.phpnu[PK' Z~d$$a΀vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DatastoreConfig.phpnu[PK' Zć[[n4Հvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ProvisionOrganizationRequest.phpnu[PK' Za-ưi-ۀvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeploymentsResponse.phpnu[PK' Z9:bvvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AsyncQueryResult.phpnu[PK' Zm"T\ ^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperApp.phpnu[PK' Z12`gvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevisionStatus.phpnu[PK' Z$jvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.phpnu[PK' Z#y2vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.phpnu[PK' ZIJ##l_ vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceSamplingConfig.phpnu[PK' ZKShvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListApiProxiesResponse.phpnu[PK' ZLSj;vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListNatAddressesResponse.phpnu[PK' Zt@n\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CanaryEvaluationMetricLabels.phpnu[PK' Z_]]lvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeleteCustomReportResponse.phpnu[PK' Z {{b"vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentConfig.phpnu[PK' Z*&^)vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CustomReport.phpnu[PK' Zr_>vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.phpnu[PK' ZjDvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOfDevelopersResponse.phpnu[PK' Ze-^)Jvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessRemove.phpnu[PK' Zd299bNvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroup.phpnu[PK' ZT L,,`_Uvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeystoreConfig.phpnu[PK' ZYQendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1Binding.phpnu[PK' ZbfX@avendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metric.phpnu[PK' Z Zό^evendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServer.phpnu[PK' ZWSSdmvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiResponseWrapper.phpnu[PK' Z-!  `svendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStats.phpnu[PK' ZE`byvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1FlowHookConfig.phpnu[PK' Z\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.phpnu[PK( ZTcEvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyAliasReference.phpnu[PK( Z/+lhwJvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDatastoresResponse.phpnu[PK( ZU U uOvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.phpnu[PK( Zɒ?YZvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Session.phpnu[PK( Z\Ayye_vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AliasRevisionConfig.phpnu[PK( Z(Y)dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleLongrunningOperation.phpnu[PK( Z1 iSkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DebugSessionTransaction.phpnu[PK( Zɝllkqvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflowsDeployments.phpnu[PK( ZH-vvqxvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsKeystoresAliases.phpnu[PK( ZoGN N o&vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstancesCanaryevaluations.phpnu[PK( Zuvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsSharedflowsRevisions.phpnu[PK( ZRi((_pvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopers.phpnu[PK( Zk9ww^قvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsAnalytics.phpnu[PK( Z9o ݂vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsOptimizedStats.phpnu[PK( Zޘ6kvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsReferences.phpnu[PK( Z[  a\vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsKeyvaluemaps.phpnu[PK( ZuE  uvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsTraceConfigOverrides.phpnu[PK( Z.WWhvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsQueries.phpnu[PK( Z[ggZ1vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSites.phpnu[PK( ZAl5vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsTraceConfig.phpnu[PK( Z j9vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsKeystores.phpnu[PK( Z~B{Gvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisionsDebugsessions.phpnu[PK( ZjYYiYvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAttributes.phpnu[PK( Z'4s`jvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsHostQueries.phpnu[PK( Z.CCYRvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApis.phpnu[PK( ZC rvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysApiproducts.phpnu[PK( Zֿgvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsCaches.phpnu[PK( Z d   eévendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisKeyvaluemaps.phpnu[PK( Z6##`gvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflows.phpnu[PK( Z_ʍiŃvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflowsRevisions.phpnu[PK( ZI;pn@փvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsResourcefiles.phpnu[PK( Zivendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroupsAttachments.phpnu[PK( Zj\vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsAttributes.phpnu[PK( Z7jiiUvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/HybridIssuers.phpnu[PK( Zisb b Yvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApps.phpnu[PK( Zl ==`(vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDeployments.phpnu[PK( ZI 9 9a0vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironments.phpnu[PK( Ze:++cRjvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersApps.phpnu[PK( ZE gjvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsOptimizedHostStats.phpnu[PK( Z̏m꤄vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsAttributes.phpnu[PK( Zv"8pvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisDeployments.phpnu[PK( ZFRn8vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisions.phpnu[PK( Z tՄvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSharedflowsRevisionsDeployments.phpnu[PK( Zv8$$`܄vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproducts.phpnu[PK( ZH[FFdXvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisDeployments.phpnu[PK( ZE>>f2 vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsStats.phpnu[PK( ZzA A mvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsKeyvaluemaps.phpnu[PK( Zam#vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisRevisionsDeployments.phpnu[PK( Zn+vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsTargetservers.phpnu[PK( Z 8P;vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/Projects.phpnu[PK( Zuew?Cvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsSharedflowsDeployments.phpnu[PK( Z4;lJvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsSharedflows.phpnu[PK( Z^Nvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsHostStats.phpnu[PK( ZE5K!!U^vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.phpnu[PK( Z/^ooeAvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApis.phpnu[PK( Z5񦞚^Evendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstances.phpnu[PK( Z[,v>>gmvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsSitesApicategories.phpnu[PK( Zb5MbBvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisRevisions.phpnu[PK( Z64Êlvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsDeployments.phpnu[PK( Z8jÅvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalytics.phpnu[PK( Zs j4Džvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsFlowhooks.phpnu[PK( Zܘ0PPoSԅvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsAdmin.phpnu[PK( ZcB܅vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDatacollectors.phpnu[PK( Z{ mbvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysCreate.phpnu[PK( Z8SY\vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsReports.phpnu[PK( Z+/jR vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstancesNatAddresses.phpnu[PK( Z9DD^"vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroups.phpnu[PK( ZO JJ5vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisionsDebugsessionsData.phpnu[PK( Z:= = _<vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsOperations.phpnu[PK( Z꣟M^^N|Hvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/Hybrid.phpnu[PK( ZzjjyXLvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsApisRevisionsDeployments.phpnu[PK( ZTA A qk]vendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsExports.phpnu[PK( Zo)77gMkvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeys.phpnu[PK( Z~hvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsAnalyticsDatastores.phpnu[PK( Zhj  iϛvendor/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsInstancesAttachments.phpnu[PK( Z_v7hhfuvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleLongrunningListOperationsResponse.phpnu[PK( ZAz_svendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IngressConfig.phpnu[PK( ZXRdWWUvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1AuditConfig.phpnu[PK( ZjjLWvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Alias.phpnu[PK( ZKRaƆvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiCategoryData.phpnu[PK( Z\dr̆vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceAttachment.phpnu[PK( Z[ZZXцvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1AuditLogConfig.phpnu[PK( ZV<{ { Zֆvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Instance.phpnu[PK( ZXXkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ActivateNatAddressRequest.phpnu[PK( Z˜AZvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Property.phpnu[PK( ZM1 YEvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TlsInfo.phpnu[PK( Z)`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1StatsHostStats.phpnu[PK( Z*AA\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AsyncQuery.phpnu[PK( Zd##k vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListApiCategoriesResponse.phpnu[PK( ZD@[||evendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListExportsResponse.phpnu[PK( Z Wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Quota.phpnu[PK( ZVK\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlow.phpnu[PK( Zk $vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOrganizationsResponse.phpnu[PK( Z&8)d)vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlowRevision.phpnu[PK( Z)SSeE:vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SchemaSchemaElement.phpnu[PK( Z%<ke-@vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DataCollectorConfig.phpnu[PK( Zĕ\Dvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Properties.phpnu[PK( ZVZ%xXIvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Export.phpnu[PK( ZofT  XRvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Result.phpnu[PK( Z6t  fU`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AsyncQueryResultView.phpnu[PK( Zwggvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GraphQLOperationGroup.phpnu[PK( Z'bnvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CommonNameConfig.phpnu[PK( Zp1o'svendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupsResponse.phpnu[PK( Z[w[[kyvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDebugSessionsResponse.phpnu[PK( ZB`vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportProperty.phpnu[PK( ZLi/vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListApiProductsResponse.phpnu[PK( Z(x99_ovendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ConfigVersion.phpnu[PK( ZKٝ d7vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceConfig.phpnu[PK( ZEoK[hvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcPreconditionFailure.phpnu[PK( Z9O]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiCategory.phpnu[PK( Z|11_Kvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExportRequest.phpnu[PK( Z?Аw vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.phpnu[PK( ZjG ZBvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CertInfo.phpnu[PK( Z<cvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.phpnu[PK( Z lHOXX[ZLJvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Reference.phpnu[PK( Z[=͇vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Datastore.phpnu[PK( Z-11gևvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.phpnu[PK( ZAhZwۇvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiProxy.phpnu[PK( Z61l$$[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Operation.phpnu[PK( Z=bbbvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GraphQLOperation.phpnu[PK( Zz66Wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Stats.phpnu[PK( Z [<vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1PodStatus.phpnu[PK( ZrΎ\vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Attributes.phpnu[PK( Z*kklvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceConfigOverride.phpnu[PK( Zu%Uk vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListCustomReportsResponse.phpnu[PK( Z}֖*ff^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Organization.phpnu[PK( ZrК[&vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DateRange.phpnu[PK( ZNLrrhD+vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.phpnu[PK( ZN3~~\N4vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1NatAddress.phpnu[PK( ZUgjX9vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListAsyncQueriesResponse.phpnu[PK( ZՂ [>vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DebugMask.phpnu[PK( Zr Q?**zHvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.phpnu[PK( Z_Mvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceFiles.phpnu[PK( Z l`Rvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceStatus.phpnu[PK( Z"G((c Zvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SyncAuthorization.phpnu[PK( ZVm^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1GetSyncAuthorizationRequest.phpnu[PK( ZLt t \2bvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Deployment.phpnu[PK( Zw2ii^2pvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DebugSession.phpnu[PK( Z r)wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentResourcesResponse.phpnu[PK( Z]|vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetric.phpnu[PK( ZQaׂvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReferenceConfig.phpnu[PK( Zwwgkvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1StatsEnvironmentStats.phpnu[PK( Z`܎vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationGroup.phpnu[PK( ZN$(ZFvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Keystore.phpnu[PK( ZIe]יvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1UpdateError.phpnu[PK( Zquϯkxvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListHybridIssuersResponse.phpnu[PK( ZUFFP¤vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1Policy.phpnu[PK( Z YZvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1FlowHook.phpnu[PK( ZB@@_ٲvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetadata.phpnu[PK( Z6f]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Environment.phpnu[PK( ZN ]Èvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1SetIamPolicyRequest.phpnu[PK( Z(czɈvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1TestIamPermissionsRequest.phpnu[PK( Z(jRc͈vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TlsInfoCommonName.phpnu[PK( ZjNU҈vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcStatus.phpnu[PK( Z7  _q׈vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DataCollector.phpnu[PK( Zm m h ވvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReport.phpnu[PK( Z>ivendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.phpnu[PK( Ze@fppk[vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperAppsResponse.phpnu[PK( Zb[[fvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Attribute.phpnu[PK( Z Nccgvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListInstancesResponse.phpnu[PK( Z3wvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict.phpnu[PK( Z:  bzvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CanaryEvaluation.phpnu[PK( ZJ [$vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Developer.phpnu[PK( ZS-PHvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleApiHttpBody.phpnu[PK( ZWH8W"vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Point.phpnu[PK( ZU}q(vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListInstanceAttachmentsResponse.phpnu[PK( Z)xkkdO.vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsNode.phpnu[PK( Z~AQdN2vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleIamV1TestIamPermissionsResponse.phpnu[PK( Zyll\6vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiProduct.phpnu[PK( Z}N]}Ivendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Certificate.phpnu[PK( ZZg%%mNvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportInstanceStatusRequest.phpnu[PK( ZԮ99hOUvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.phpnu[PK( ZGHJf ]vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.phpnu[PK( Z. ULbvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1App.phpnu[PK( ZI Weqvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TraceConfigOverride.phpnu[PK( Z7--]xvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TraceConfig.phpnu[PK( Zi W?vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Query.phpnu[PK( Z7ن-avendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DimensionMetric.phpnu[PK( Z-d;vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1CustomReportMetric.phpnu[PK( Z ^vendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceFile.phpnu[PK( ZI%TTXvendor/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Access.phpnu[PK( ZPPQ뢉vendor/google/apiclient-services/src/Google/Service/SecretManager/UserManaged.phpnu[PK( Z]|VVTvendor/google/apiclient-services/src/Google/Service/SecretManager/AuditLogConfig.phpnu[PK( ZRavendor/google/apiclient-services/src/Google/Service/SecretManager/DisableSecretVersionRequest.phpnu[PK( Zvzleկvendor/google/apiclient-services/src/Google/Service/SecretManager/CustomerManagedEncryptionStatus.phpnu[PK( Z fYvendor/google/apiclient-services/src/Google/Service/SecretManager/SetIamPolicyRequest.phpnu[PK( Z>ڨ**Lxvendor/google/apiclient-services/src/Google/Service/SecretManager/Policy.phpnu[PK( Z`Havendor/google/apiclient-services/src/Google/Service/SecretManager/AccessSecretVersionResponse.phpnu[PK( Z`Ɖvendor/google/apiclient-services/src/Google/Service/SecretManager/EnableSecretVersionRequest.phpnu[PK( Z Gee_ɉvendor/google/apiclient-services/src/Google/Service/SecretManager/CustomerManagedEncryption.phpnu[PK( Z:O`͉vendor/google/apiclient-services/src/Google/Service/SecretManager/TestIamPermissionsResponse.phpnu[PK( Z[ɸ `щvendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.phpnu[PK( Z: vR"R"^M܉vendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecrets.phpnu[PK( ZBoтW-vendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/Projects.phpnu[PK( Zi8?ggf6vendor/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.phpnu[PK( Z=pciYY]3vendor/google/apiclient-services/src/Google/Service/SecretManager/AddSecretVersionRequest.phpnu[PK( Z?}Mvendor/google/apiclient-services/src/Google/Service/SecretManager/Binding.phpnu[PK( Z+]//S*%vendor/google/apiclient-services/src/Google/Service/SecretManager/SecretPayload.phpnu[PK( ZTS33[(vendor/google/apiclient-services/src/Google/Service/SecretManager/ListLocationsResponse.phpnu[PK( ZӳM.vendor/google/apiclient-services/src/Google/Service/SecretManager/Replica.phpnu[PK( Z-Q4vendor/google/apiclient-services/src/Google/Service/SecretManager/Replication.phpnu[PK( ZPˊ_^;vendor/google/apiclient-services/src/Google/Service/SecretManager/TestIamPermissionsRequest.phpnu[PK( Zi))U?vendor/google/apiclient-services/src/Google/Service/SecretManager/AutomaticStatus.phpnu[PK( Z(hhW9Evendor/google/apiclient-services/src/Google/Service/SecretManager/UserManagedStatus.phpnu[PK( Z;lX(Jvendor/google/apiclient-services/src/Google/Service/SecretManager/SecretmanagerEmpty.phpnu[PK( Z8~IISUMvendor/google/apiclient-services/src/Google/Service/SecretManager/SecretVersion.phpnu[PK( ZNS!Uvendor/google/apiclient-services/src/Google/Service/SecretManager/ReplicaStatus.phpnu[PK( Zkcc''Ku[vendor/google/apiclient-services/src/Google/Service/SecretManager/Topic.phpnu[PK( Z܀b  L_vendor/google/apiclient-services/src/Google/Service/SecretManager/Secret.phpnu[PK( Z(ahvendor/google/apiclient-services/src/Google/Service/SecretManager/DestroySecretVersionRequest.phpnu[PK( ZNkvendor/google/apiclient-services/src/Google/Service/SecretManager/Location.phpnu[PK( Z2žXGGQQrvendor/google/apiclient-services/src/Google/Service/SecretManager/AuditConfig.phpnu[PK( Z!Z$m`xvendor/google/apiclient-services/src/Google/Service/SecretManager/ListSecretVersionsResponse.phpnu[PK( Z 5I  O~vendor/google/apiclient-services/src/Google/Service/SecretManager/Automatic.phpnu[PK( ZgIY"vendor/google/apiclient-services/src/Google/Service/SecretManager/ListSecretsResponse.phpnu[PK( ZIIWuvendor/google/apiclient-services/src/Google/Service/SecretManager/ReplicationStatus.phpnu[PK( Z:!NNJEvendor/google/apiclient-services/src/Google/Service/SecretManager/Expr.phpnu[PK( Zf%\ vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListInstancesResponse.phpnu[PK( ZQvendor/google/apiclient-services/src/Google/Service/CloudFilestore/DailyCycle.phpnu[PK( Zr4``\ vendor/google/apiclient-services/src/Google/Service/CloudFilestore/DenyMaintenancePeriod.phpnu[PK( ZCCKvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Date.phpnu[PK( Z*l++vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.phpnu[PK( Z/..Xvendor/google/apiclient-services/src/Google/Service/CloudFilestore/MaintenanceWindow.phpnu[PK( ZftQvendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.phpnu[PK( Z;ZŠvendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListBackupsResponse.phpnu[PK( Ze""]Ȋvendor/google/apiclient-services/src/Google/Service/CloudFilestore/RestoreInstanceRequest.phpnu[PK( Z%q44W6͊vendor/google/apiclient-services/src/Google/Service/CloudFilestore/NfsExportOptions.phpnu[PK( ZrȪ]ӊvendor/google/apiclient-services/src/Google/Service/CloudFilestore/CancelOperationRequest.phpnu[PK( Z& \\(׊vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.phpnu[PK( Zc!%%=܊vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.phpnu[PK( Z߷8 8 vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.phpnu[PK( Z JWWRvendor/google/apiclient-services/src/Google/Service/CloudFilestore/WeeklyCycle.phpnu[PK( Z}avendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.phpnu[PK( Z8)kRvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.phpnu[PK( Z1jvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.phpnu[PK( ZnV||h!+vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsBackups.phpnu[PK( Z1rrX5@vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/Projects.phpnu[PK( Z(ee~/Dvendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1Instance.phpnu[PK( Z}XB[vendor/google/apiclient-services/src/Google/Service/CloudFilestore/OperationMetadata.phpnu[PK( Zv jjXNcvendor/google/apiclient-services/src/Google/Service/CloudFilestore/MaintenancePolicy.phpnu[PK( ZA)77\@lvendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListLocationsResponse.phpnu[PK( Z*3k  rvendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.phpnu[PK( ZKPyvendor/google/apiclient-services/src/Google/Service/CloudFilestore/TimeOfDay.phpnu[PK( Zea:/ / OSvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.phpnu[PK( Z{{vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.phpnu[PK( ZTT1vendor/google/apiclient-services/src/Google/Service/CloudFilestore/NetworkConfig.phpnu[PK( ZrZZSUvendor/google/apiclient-services/src/Google/Service/CloudFilestore/UpdatePolicy.phpnu[PK( ZWΈO2vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Schedule.phpnu[PK( ZP1vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Operation.phpnu[PK( Z8MEvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Status.phpnu[PK( ZhV_vendor/google/apiclient-services/src/Google/Service/CloudFilestore/FileShareConfig.phpnu[PK( Z;ǓDD]vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListOperationsResponse.phpnu[PK( ZjWe M}vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.phpnu[PK( Z%DOʋvendor/google/apiclient-services/src/Google/Service/CloudFilestore/Location.phpnu[PK( Z3pjjыvendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.phpnu[PK( ZP8׋vendor/google/apiclient-services/src/Google/Service/CloudFilestore/FileEmpty.phpnu[PK( Zu@Uڋvendor/google/apiclient-services/src/Google/Service/Dataflow.phpnu[PK( ZLrr?vendor/google/apiclient-services/src/Google/Service/Spanner.phpnu[PK( Zg'hKvendor/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.phpnu[PK( Z٥aaT"vendor/google/apiclient-services/src/Google/Service/CloudBuild/RetryBuildRequest.phpnu[PK( Z)@b b Jvendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.phpnu[PK( ZUR vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactObjects.phpnu[PK( ZbEUvendor/google/apiclient-services/src/Google/Service/CloudBuild/GitHubEventsConfig.phpnu[PK( ZBOevendor/google/apiclient-services/src/Google/Service/CloudBuild/InlineSecret.phpnu[PK( ZFrYvendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelOperationRequest.phpnu[PK( ZR"vendor/google/apiclient-services/src/Google/Service/CloudBuild/CloudbuildEmpty.phpnu[PK( ZK qW W L%%vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.phpnu[PK( Zu$ $ O2vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.phpnu[PK( Za,*I@vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.phpnu[PK( Z^q+]+Gvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsLocations.phpnu[PK( Zn g:Kvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsLocationsOperations.phpnu[PK( Zkww\Vvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.phpnu[PK( ZdZovendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.phpnu[PK( Z,#[[cvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsLocationsBuilds.phpnu[PK( Z} Vvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.phpnu[PK( Z.Ѝ!vvTᮍvendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Projects.phpnu[PK( Z&C}}M۲vendor/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.phpnu[PK( Z%Sշvendor/google/apiclient-services/src/Google/Service/CloudBuild/NotifierMetadata.phpnu[PK( ZD?k k O1vendor/google/apiclient-services/src/Google/Service/CloudBuild/Notification.phpnu[PK( ZeøGƍvendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.phpnu[PK( ZCTJʍvendor/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.phpnu[PK( ZBQS::Mύvendor/google/apiclient-services/src/Google/Service/CloudBuild/FileHashes.phpnu[PK( Z:ϐbbUVԍvendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.phpnu[PK( Z6X۟vendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.phpnu[PK( ZXIIGXvendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.phpnu[PK( ZgQvendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.phpnu[PK( Z_j}}Mvendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.phpnu[PK( ZTȑvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/Projects.phpnu[PK( Z$u[<̑vendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/Resource/Organizations.phpnu[PK( ZP-{SБvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues.phpnu[PK( ZwwoՑvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2ListPoliciesResponse.phpnu[PK( Zt]vۑvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2ConstraintBooleanConstraint.phpnu[PK( Zua ߑvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2Policy.phpnu[PK( Z l ssevendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI/GoogleCloudOrgpolicyV2PolicySpec.phpnu[PK( Z:j0Cvendor/google/apiclient-services/src/Google/Service/AlertCenter.phpnu[PK( Z휧w9 vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListLocationsResponse.phpnu[PK( Z(Pϥvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec.phpnu[PK( ZM]wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SuggestTrialsMetadata.phpnu[PK( ZO t t m$vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfig.phpnu[PK( Z mp5%vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrialParameter.phpnu[PK( Z2 se+vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.phpnu[PK( Z w6vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigMetricSpec.phpnu[PK( Zm(Msk;vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AcceleratorConfig.phpnu[PK( Zy?vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig.phpnu[PK( Z'< oxDvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ReplicaConfig.phpnu[PK( ZS||tOvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.phpnu[PK( ZlUvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1MetricSpec.phpnu[PK( Z_,RRorZvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.phpnu[PK( ZZę%uc^vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListStudiesResponse.phpnu[PK( ZL^cvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig.phpnu[PK( ZTfVz?hvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListOptimalTrialsRequest.phpnu[PK( Zw.ekvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Binding.phpnu[PK( Zv7++Mrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec.phpnu[PK( Zټr1wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.phpnu[PK( Z}vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest.phpnu[PK( Z1JShvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Config.phpnu[PK( ZabfMvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.phpnu[PK( Zl"wvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SuggestTrialsResponse.phpnu[PK( Zvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CheckTrialEarlyStoppingStateResponse.phpnu[PK( Zr}jvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RouteMap.phpnu[PK( ZT#**o"vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ContainerSpec.phpnu[PK( Z9eea뢒vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleTypeExpr.phpnu[PK( ZyCfᨒvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec.phpnu[PK( Zg4ss{>vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SampledShapleyAttribution.phpnu[PK( Z-g\vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Trial.phpnu[PK( Z}y|vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AddTrialMeasurementRequest.phpnu[PK( Z"t  sŒvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ExplanationConfig.phpnu[PK( Z*rђvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StopTrialRequest.phpnu[PK( Z7 gԒvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Model.phpnu[PK( ZbMjxxr vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1EncryptionConfig.phpnu[PK( Z^m$vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.phpnu[PK( Zay mvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.phpnu[PK( Z!> w;vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocationsOperations.phpnu[PK( Z%%jvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.phpnu[PK( Z!!z(vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocationsStudiesTrials.phpnu[PK( ZZ5E{{rJvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.phpnu[PK( Zb%%hjvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.phpnu[PK( Z tvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocationsStudies.phpnu[PK( Z[ dsvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/Projects.phpnu[PK( Zs  nխvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.phpnu[PK( Z}Wp==z~vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpec.phpnu[PK( Z3ezeۓvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.phpnu[PK( Z0ovendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.phpnu[PK( Z'YYeuvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.phpnu[PK( Zxicvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditConfig.phpnu[PK( ZhC4nnlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditLogConfig.phpnu[PK( Zhvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1EnvVar.phpnu[PK( Z[%X{ vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListOptimalTrialsResponse.phpnu[PK( Zfvvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.phpnu[PK( Z̉vvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CompleteTrialRequest.phpnu[PK( Z]$ϳ q@vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.phpnu[PK( Zs+vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec.phpnu[PK( Z4r0vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata.phpnu[PK( Z*x5vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1BuiltInAlgorithmOutput.phpnu[PK( ZKt;vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListTrialsResponse.phpnu[PK( ZHHlEAvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Capability.phpnu[PK( Z1bIIvjFvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SuggestTrialsRequest.phpnu[PK( Z9gYKvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Study.phpnu[PK( ZXSvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1IntegratedGradientsAttribution.phpnu[PK( Zt qWvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1XraiAttribution.phpnu[PK( Z΅-p,\vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictRequest.phpnu[PK( Ze: yavendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutomatedStoppingConfig.phpnu[PK( Zbmkvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutoScaling.phpnu[PK( Z 3 tarvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterSpec.phpnu[PK( Zuxxj~vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Location.phpnu[PK( ZCrrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.phpnu[PK( Z2v≔vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RequestLoggingConfig.phpnu[PK( ZG0,,%vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.phpnu[PK( Zz vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SetDefaultVersionRequest.phpnu[PK( ZZs|vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1MeasurementMetric.phpnu[PK( ZrOϿrvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.phpnu[PK( ZCm'rvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec.phpnu[PK( Zvl^d룔vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Policy.phpnu[PK( ZproQvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ContainerPort.phpnu[PK( Z'aaqzvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1SetIamPolicyRequest.phpnu[PK( Zȶw|vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsRequest.phpnu[PK( Z7Lbٺvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleRpcStatus.phpnu[PK( ZamTTlvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1DiskConfig.phpnu[PK( Z!9Hv Ŕvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.phpnu[PK( ZUԔvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec.phpnu[PK( ZPd"ٔvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.phpnu[PK( ZDXMMlޔvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Scheduling.phpnu[PK( Z: Nxvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsResponse.phpnu[PK( Z,Կsvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1GetConfigResponse.phpnu[PK( ZDh!h!ivendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.phpnu[PK( Z{F pvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.phpnu[PK( Z٭bbr[vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.phpnu[PK( Z eEEm_$vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Measurement.phpnu[PK( Z>!>!oA+vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingInput.phpnu[PK( Z eظpMvendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ExplainRequest.phpnu[PK( Zhnff?vRvendor/google/apiclient-services/src/Google/Service/Surveys.phpnu[PK( ZiKgvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ActivatePretargetingConfigRequest.phpnu[PK( Zȝ,}$$\jvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DownloadSizeEvidence.phpnu[PK( Z}%xxaJqvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RemoveTargetedAppsRequest.phpnu[PK( ZV|QSuvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/MediaFile.phpnu[PK( ZBB^yvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AddTargetedAppsRequest.phpnu[PK( ZpDDDL~vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Date.phpnu[PK( ZT͔^Pvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/WatchCreativesResponse.phpnu[PK( Z9'ZZT凕vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AppTargeting.phpnu[PK( Zea!XÏvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PolicyTopicEntry.phpnu[PK( ZYܩ\avendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RealtimebiddingEmpty.phpnu[PK( ZȜ__avendor/google/apiclient-services/src/Google/Service/RealTimeBidding/NumericTargetingDimension.phpnu[PK( ZcEZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListBuyersResponse.phpnu[PK( ZdK!??_$vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/CreativeServingDecision.phpnu[PK( Z?4ɖZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AdvertiserAndBrand.phpnu[PK( Z )Uŕvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/VideoMetadata.phpnu[PK( Z4[͕vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/OpenUserListRequest.phpnu[PK( Zx  SЕvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DomainCalls.phpnu[PK( Zp%>uuSLՕvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/HtmlContent.phpnu[PK( Z8;;]Dڕvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListCreativesResponse.phpnu[PK( ZjZDD` vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/StringTargetingDimension.phpnu[PK( Zߎ#`vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BuyersUserLists.phpnu[PK( Z0ˮ`vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BuyersCreatives.phpnu[PK( ZJ uavendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BiddersCreatives.phpnu[PK( Z찕 W?,vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/Buyers.phpnu[PK( Z//k[:vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BiddersPretargetingConfigs.phpnu[PK( ZcXjvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/Bidders.phpnu[PK( Zt: a/tvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Resource/BiddersEndpoints.phpnu[PK( Zb)C Uw~vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/NativeContent.phpnu[PK( ZyommZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/HttpCookieEvidence.phpnu[PK( Z FFWvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/UrlDownloadSize.phpnu[PK( Z-`Xvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PolicyCompliance.phpnu[PK( Z`gNq;;]Evendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListEndpointsResponse.phpnu[PK( Z-+_M] vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AdTechnologyProviders.phpnu[PK( Z# \vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/CloseUserListRequest.phpnu[PK( ZzPvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Endpoint.phpnu[PK( ZY-g;vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DestinationNotCrawlableEvidence.phpnu[PK( Z(ɪ]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/WatchCreativesRequest.phpnu[PK( ZOJMúvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Buyer.phpnu[PK( ZsA٤e–vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DestinationNotWorkingEvidence.phpnu[PK( ZZ̖vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/CreativeDimensions.phpnu[PK( ZDxxdhЖvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AddTargetedPublishersRequest.phpnu[PK( Zl3 ZtՖvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PretargetingConfig.phpnu[PK( Zwu;;_ vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/AddTargetedSitesRequest.phpnu[PK( ZlŜ;;]vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListUserListsResponse.phpnu[PK( Z脊c__Xvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/HttpCallEvidence.phpnu[PK( Z&L''[vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/PolicyTopicEvidence.phpnu[PK( Z妳!![5vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListBiddersResponse.phpnu[PK( Z<Zvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DomainCallEvidence.phpnu[PK( Z~Q0qqb "vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RemoveTargetedSitesRequest.phpnu[PK( Z+h#&vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/SuspendPretargetingConfigRequest.phpnu[PK( Zu;::Vp)vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/UrlRestriction.phpnu[PK( Z.^01vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/DestinationUrlEvidence.phpnu[PK( Z|SSM>5vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Image.phpnu[PK( Zg:vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/RemoveTargetedPublishersRequest.phpnu[PK( ZCRRaS>vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/GetRemarketingTagResponse.phpnu[PK( ZyoP6Bvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Creative.phpnu[PK( ZxnTuZvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/VideoContent.phpnu[PK( Z)Tnнg`vendor/google/apiclient-services/src/Google/Service/RealTimeBidding/ListPretargetingConfigsResponse.phpnu[PK( Z'8IDDPEgvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/UserList.phpnu[PK( Zy;hhN pvendor/google/apiclient-services/src/Google/Service/RealTimeBidding/Bidder.phpnu[PK( Z}rrdwvendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMessageValue.phpnu[PK( Z>xU|vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.phpnu[PK( Z[]Nkvendor/google/apiclient-services/src/Google/Service/Reports/ActivityEvents.phpnu[PK( Zc@:Xvendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.phpnu[PK( Z󹞘Qώvendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.phpnu[PK( ZQAvendor/google/apiclient-services/src/Google/Service/Reports/Resource/Channels.phpnu[PK( ZLXКvendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.phpnu[PK( Z$ ]vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.phpnu[PK( ZA5<<S^vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.phpnu[PK( Z|1''[vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.phpnu[PK( Z”JQvendor/google/apiclient-services/src/Google/Service/Reports/ActivityId.phpnu[PK( ZcJ_vendor/google/apiclient-services/src/Google/Service/Reports/Activities.phpnu[PK( Zi^8Kvendor/google/apiclient-services/src/Google/Service/Reports/UsageReport.phpnu[PK( Zt4L$vendor/google/apiclient-services/src/Google/Service/Reports/UsageReports.phpnu[PK( Z(47Ty,vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.phpnu[PK( Z -O~2vendor/google/apiclient-services/src/Google/Service/Reports/NestedParameter.phpnu[PK( Zv  X:vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.phpnu[PK( Z Dwwi[[\줘vendor/google/apiclient-services/src/Google/Service/PubsubLite/ListSubscriptionsResponse.phpnu[PK( Z6$ mӪvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStatsProjectsLocationsTopics.phpnu[PK( Zp$vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjectsLocationsSubscriptions.phpnu[PK( Z"5--oevendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocationsSubscriptions.phpnu[PK( Z!nnR1Ϙvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/Cursor.phpnu[PK( Z鷥^!Әvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStatsProjects.phpnu[PK( Z7n,,h/טvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocationsTopics.phpnu[PK( ZP(9bvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocations.phpnu[PK( Z.jjQ vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/Admin.phpnu[PK( Zllwvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjectsLocationsSubscriptionsCursors.phpnu[PK( Zg~~V vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStats.phpnu[PK( Z!gvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/TopicStatsProjectsLocations.phpnu[PK( Z"fc1vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjectsLocations.phpnu[PK( ZӤG{{YL vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjects.phpnu[PK( Z3&&uP vendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/AdminProjectsLocationsTopicsSubscriptions.phpnu[PK( Z ||Zvendor/google/apiclient-services/src/Google/Service/PubsubLite/Resource/CursorProjects.phpnu[PK( ZX>ZO!vendor/google/apiclient-services/src/Google/Service/PubsubLite/Subscription.phpnu[PK( Z4R> vendor/google/apiclient-services/src/Google/Service/PubsubLite/PubsubliteEmpty.phpnu[PK( ZttR_#vendor/google/apiclient-services/src/Google/Service/PubsubLite/TopicPartitions.phpnu[PK( Z(0QU'vendor/google/apiclient-services/src/Google/Service/PubsubLite/DeliveryConfig.phpnu[PK( Z; Hl+vendor/google/apiclient-services/src/Google/Service/PubsubLite/Topic.phpnu[PK( Zfa  ^2vendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeMessageStatsResponse.phpnu[PK( Z.4%%Rt9vendor/google/apiclient-services/src/Google/Service/PubsubLite/RetentionConfig.phpnu[PK( ZZC]>vendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeMessageStatsRequest.phpnu[PK( Z ZZ[@Evendor/google/apiclient-services/src/Google/Service/PubsubLite/ComputeHeadCursorRequest.phpnu[PK( Z=S*j%Ivendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptorMetadata.phpnu[PK( Z.pNvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1RefreshConsumerResponse.phpnu[PK( Z|r ZRvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/HttpRule.phpnu[PK( Z%L L W-^vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Field.phpnu[PK( Z{aivendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LabelDescriptor.phpnu[PK( Z|2p7nvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1DisableConsumerResponse.phpnu[PK( Zseqvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectPolicy.phpnu[PK( Z][vvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/EnumValue.phpnu[PK( Z$U[} }vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1BatchCreateProducerOverridesResponse.phpnu[PK( ZINlldvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingDestination.phpnu[PK( ZFsErvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1GenerateServiceAccountResponse.phpnu[PK( Zjo*f錙vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceAccountConfig.phpnu[PK( ZIOO[ vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UsageRule.phpnu[PK( Zv]痙vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/JwtLocation.phpnu[PK( Zovendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1EnableConsumerResponse.phpnu[PK( Zfjvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1QuotaOverride.phpnu[PK( Z} Vvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Type.phpnu[PK( Zgg]Mvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenancyUnit.phpnu[PK( Z۸kAvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DisableConsumerResponse.phpnu[PK( Z mmYvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Context.phpnu[PK( ZpPZZW™vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Usage.phpnu[PK( Zݖlkəvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ProducerQuotaPolicy.phpnu[PK( Z߂+aЙvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameter.phpnu[PK( ZZQmmY֙vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Backend.phpnu[PK( Z5t%  Yۙvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Billing.phpnu[PK( Z[ 3jvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1EnableConsumerResponse.phpnu[PK( Z&U!AAlvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/RemoveTenantProjectRequest.phpnu[PK( Z\vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricRule.phpnu[PK( Zaw  sevendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1GenerateDefaultIdentityResponse.phpnu[PK( Z]CCnvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UndeleteTenantProjectRequest.phpnu[PK( ZV zavendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomErrorRule.phpnu[PK( Z-FXVvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Page.phpnu[PK( Z垨@ @ \vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/QuotaLimit.phpnu[PK( Zf5h vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CancelOperationRequest.phpnu[PK( Zwׁ_vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingConfig.phpnu[PK( ZXvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Option.phpnu[PK( Z ~--Y>vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Service.phpnu[PK( ZHs]`Evendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ContextRule.phpnu[PK( ZD bMvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.phpnu[PK( Ze11oZvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/ServicesTenancyUnits.phpnu[PK( Z@ c<vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.phpnu[PK( Z evendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Operations.phpnu[PK( Z1<_WW_ڭvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceContext.phpnu[PK( Z!m?  _vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/PolicyBinding.phpnu[PK( ZKM M ][vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BackendRule.phpnu[PK( Zέl5vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SearchTenancyUnitsResponse.phpnu[PK( Z*dV]ƚvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Http.phpnu[PK( Z ^rAAlz̚vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DeleteTenantProjectRequest.phpnu[PK( Z3WWdWКvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthenticationRule.phpnu[PK( Z/`00YBٚvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Logging.phpnu[PK( Z@avendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthRequirement.phpnu[PK( Z(h|jvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CreateTenancyUnitRequest.phpnu[PK( ZڛY^vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthProvider.phpnu[PK( Zn VEE\Tvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Monitoring.phpnu[PK( Z[b%vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameters.phpnu[PK( ZyVzTTZEvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.phpnu[PK( ZFCnl#vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AttachTenantProjectRequest.phpnu[PK( Z/c vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/OAuthRequirements.phpnu[PK( Z}e؉rvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RemoveVisibilityLabelsResponse.phpnu[PK( Z=Rllqvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ApplyTenantProjectConfigRequest.phpnu[PK( Zd [vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Operation.phpnu[PK( Z%cq vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DefaultIdentity.phpnu[PK( ZY==W &vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Quota.phpnu[PK( ZtgIX,vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Status.phpnu[PK( Zs2) ) _1vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Documentation.phpnu[PK( Zb\;vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceInfo.phpnu[PK( Z2m?vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoredResourceDescriptor.phpnu[PK( Z~xhHvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1GenerateServiceIdentityResponse.phpnu[PK( Zz  hMvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ServiceIdentity.phpnu[PK( Z}lTTdSvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LoggingDestination.phpnu[PK( ZEpphjXvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListOperationsResponse.phpnu[PK( ZP|r^vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerQuotaPoliciesResponse.phpnu[PK( Zjcvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListTenancyUnitsResponse.phpnu[PK( Z}ddijvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AddTenantProjectRequest.phpnu[PK( Z 1ffYpvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Control.phpnu[PK( Z T\\etvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameterRule.phpnu[PK( ZX {{`yvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantResource.phpnu[PK( ZbY Y Vvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Enum.phpnu[PK( Z+"]ማvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomError.phpnu[PK( Z]K evendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectConfig.phpnu[PK( Z۴oogvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoringDestination.phpnu[PK( Zcxvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerOverridesResponse.phpnu[PK( Zr r Uvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Api.phpnu[PK( ZhFF`vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Authentication.phpnu[PK( ZXw  X巛vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Method.phpnu[PK( Z޾cvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomHttpPattern.phpnu[PK( Zpśvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceconsumermanagementEmpty.phpnu[PK( ZQqb=ɛvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1ServiceAccount.phpnu[PK( Zh_ϛvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LogDescriptor.phpnu[PK( Z o֛vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1AddVisibilityLabelsResponse.phpnu[PK( ZAWڛvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Mixin.phpnu[PK( Zk7ߛvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RefreshConsumerResponse.phpnu[PK( ZǁK&&cvendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DocumentationRule.phpnu[PK( Z*GCvendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.phpnu[PK( Z Yvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentiment.phpnu[PK( ZйfJvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesRequest.phpnu[PK( ZNNX vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Document.phpnu[PK( Zޯ]ivendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/EntityMention.phpnu[PK( Z MXvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/TextSpan.phpnu[PK( Z<)hhXJvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Features.phpnu[PK( ZM4^:!vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/DependencyEdge.phpnu[PK( ZVh%vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentResponse.phpnu[PK( ZR  bX+vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Resource/Documents.phpnu[PK( Z~c7vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextRequest.phpnu[PK( Z.Yn))dm>vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextResponse.phpnu[PK( ZnVVV*Gvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Entity.phpnu[PK( ZB5VNvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Status.phpnu[PK( Z_B''U2Svendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Token.phpnu[PK( Z% gZvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesResponse.phpnu[PK( ZȻX`vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentence.phpnu[PK( Z\0gVdvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentRequest.phpnu[PK( Zz8611\hvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/PartOfSpeech.phpnu[PK( Z,|;!;!Elvendor/google/apiclient-services/src/Google/Service/Area120Tables.phpnu[PK( Zy;;@Hvendor/google/apiclient-services/src/Google/Service/CloudIot.phpnu[PK( ZeiFʜvendor/google/apiclient-services/src/Google/Service/ChromeUXReport.phpnu[PK( Z[{75CҜvendor/google/apiclient-services/src/Google/Service/Manager/Tag.phpnu[PK( Z rKoלvendor/google/apiclient-services/src/Google/Service/Manager/EnvVariable.phpnu[PK( ZUiVVQۜvendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModule.phpnu[PK( Z*Lvendor/google/apiclient-services/src/Google/Service/Manager/MetadataItem.phpnu[PK( Z6=jjKvendor/google/apiclient-services/src/Google/Service/Manager/AllowedRule.phpnu[PK( Z}&A(YYSvendor/google/apiclient-services/src/Google/Service/Manager/NetworkModuleStatus.phpnu[PK( ZW~vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModuleStatus.phpnu[PK( ZyyWvendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModuleStatus.phpnu[PK( Z$dHQvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParams.phpnu[PK( Z4gXvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParamsV1Beta1.phpnu[PK( ZŖp4 4 FRvendor/google/apiclient-services/src/Google/Service/Manager/Module.phpnu[PK( ZERKKLvendor/google/apiclient-services/src/Google/Service/Manager/AccessConfig.phpnu[PK( Z)Gvendor/google/apiclient-services/src/Google/Service/Manager/NewDisk.phpnu[PK( Zg(^^N%vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModule.phpnu[PK( Z;cH-vendor/google/apiclient-services/src/Google/Service/Manager/LbModule.phpnu[PK( Z˗W&6vendor/google/apiclient-services/src/Google/Service/Manager/NewDiskInitializeParams.phpnu[PK( Z< p Ls;vendor/google/apiclient-services/src/Google/Service/Manager/ModuleStatus.phpnu[PK( Z|p SIvendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsResource.phpnu[PK( Zy\H'Wvendor/google/apiclient-services/src/Google/Service/Manager/Template.phpnu[PK( ZYHaaTf]vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModuleStatus.phpnu[PK( Z2EhkkHKavendor/google/apiclient-services/src/Google/Service/Manager/Metadata.phpnu[PK( ZUgdHttQ.fvendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModule.phpnu[PK( Z|Q#ovendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModule.phpnu[PK( Z QSwvendor/google/apiclient-services/src/Google/Service/Manager/TemplatesResource.phpnu[PK( ZRRNȃvendor/google/apiclient-services/src/Google/Service/Manager/LbModuleStatus.phpnu[PK( Z;X  Mvendor/google/apiclient-services/src/Google/Service/Manager/NetworkModule.phpnu[PK( ZjM kkL5vendor/google/apiclient-services/src/Google/Service/Manager/ExistingDisk.phpnu[PK( ZSFvendor/google/apiclient-services/src/Google/Service/Manager/Action.phpnu[PK( Z現Mvendor/google/apiclient-services/src/Google/Service/Manager/ParamOverride.phpnu[PK( ZrrN뛝vendor/google/apiclient-services/src/Google/Service/Manager/ServiceAccount.phpnu[PK( ZRPcvendor/google/apiclient-services/src/Google/Service/Manager/NetworkInterface.phpnu[PK( Z_Kvendor/google/apiclient-services/src/Google/Service/Manager/DeployState.phpnu[PK( Z&RUvendor/google/apiclient-services/src/Google/Service/Manager/TemplatesListResponse.phpnu[PK( ZW?vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsListResponse.phpnu[PK( Z*;TTWpvendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModuleStatus.phpnu[PK( ZNUuJKvendor/google/apiclient-services/src/Google/Service/Manager/Deployment.phpnu[PK( ZGNpÝvendor/google/apiclient-services/src/Google/Service/Manager/DiskAttachment.phpnu[PK( Zх$$Gǝvendor/google/apiclient-services/src/Google/Service/ServiceRegistry.phpnu[PK( Zl`rvendor/google/apiclient-services/src/Google/Service/PeopleService/BatchCreateContactsRequest.phpnu[PK( Zavendor/google/apiclient-services/src/Google/Service/PeopleService/BatchCreateContactsResponse.phpnu[PK( Z.cvendor/google/apiclient-services/src/Google/Service/PeopleService/SearchDirectoryPeopleResponse.phpnu[PK( Z<ˠPVvendor/google/apiclient-services/src/Google/Service/PeopleService/Membership.phpnu[PK( Z<5qqQvvendor/google/apiclient-services/src/Google/Service/PeopleService/UserDefined.phpnu[PK( ZdBBJhvendor/google/apiclient-services/src/Google/Service/PeopleService/Date.phpnu[PK( ZEtK$ vendor/google/apiclient-services/src/Google/Service/PeopleService/Skill.phpnu[PK( Z3rIINvendor/google/apiclient-services/src/Google/Service/PeopleService/Relation.phpnu[PK( ZrCNJvendor/google/apiclient-services/src/Google/Service/PeopleService/ImClient.phpnu[PK( Z(}W\vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMembership.phpnu[PK( ZRRN$vendor/google/apiclient-services/src/Google/Service/PeopleService/Birthday.phpnu[PK( Z"H^YYT+vendor/google/apiclient-services/src/Google/Service/PeopleService/SearchResponse.phpnu[PK( ZN0vendor/google/apiclient-services/src/Google/Service/PeopleService/Interest.phpnu[PK( Z ]5vendor/google/apiclient-services/src/Google/Service/PeopleService/ListConnectionsResponse.phpnu[PK( ZyU=vendor/google/apiclient-services/src/Google/Service/PeopleService/GroupClientData.phpnu[PK( Z;xxL>Bvendor/google/apiclient-services/src/Google/Service/PeopleService/Gender.phpnu[PK( Zyg2Ivendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersResponse.phpnu[PK( ZPPOvendor/google/apiclient-services/src/Google/Service/PeopleService/Occupation.phpnu[PK( Z, ""_Tvendor/google/apiclient-services/src/Google/Service/PeopleService/ListOtherContactsResponse.phpnu[PK( Z;'xxSj[vendor/google/apiclient-services/src/Google/Service/PeopleService/FieldMetadata.phpnu[PK( Z1>?_eavendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoRequest.phpnu[PK( Z!88`fvendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoResponse.phpnu[PK( ZAfkvendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersRequest.phpnu[PK( Z@yyK3qvendor/google/apiclient-services/src/Google/Service/PeopleService/Photo.phpnu[PK( ZeNOO'wvendor/google/apiclient-services/src/Google/Service/PeopleService/Biography.phpnu[PK( Z@LM}vendor/google/apiclient-services/src/Google/Service/PeopleService/Source.phpnu[PK( ZNN\vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/OtherContacts.phpnu[PK( ZUvUPUPUvendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.phpnu[PK( Zּgo`avendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.phpnu[PK( ZBWv6\vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroups.phpnu[PK( Zr5vvc)vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroupsMembers.phpnu[PK( Z+e  M2vendor/google/apiclient-services/src/Google/Service/PeopleService/Address.phpnu[PK( ZE2d77Q*vendor/google/apiclient-services/src/Google/Service/PeopleService/CalendarUrl.phpnu[PK( ZdIZZ_h1vendor/google/apiclient-services/src/Google/Service/PeopleService/CreateContactGroupRequest.phpnu[PK( ZZQ7vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMetadata.phpnu[PK( Z rQ;vendor/google/apiclient-services/src/Google/Service/PeopleService/PeopleEmpty.phpnu[PK( Z'T>vendor/google/apiclient-services/src/Google/Service/PeopleService/BraggingRights.phpnu[PK( ZQ2<<UnDvendor/google/apiclient-services/src/Google/Service/PeopleService/ProfileMetadata.phpnu[PK( ZُT/Ivendor/google/apiclient-services/src/Google/Service/PeopleService/PersonResponse.phpnu[PK( Z"!**RBQvendor/google/apiclient-services/src/Google/Service/PeopleService/SearchResult.phpnu[PK( Z\ޭTUvendor/google/apiclient-services/src/Google/Service/PeopleService/PersonMetadata.phpnu[PK( ZZdda:^vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchUpdateContactsResponse.phpnu[PK( Z_Z/cvendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipInterest.phpnu[PK( Z<civendor/google/apiclient-services/src/Google/Service/PeopleService/BatchGetContactGroupsResponse.phpnu[PK( Z^^`nvendor/google/apiclient-services/src/Google/Service/PeopleService/BatchUpdateContactsRequest.phpnu[PK( Z$Quvendor/google/apiclient-services/src/Google/Service/PeopleService/PhoneNumber.phpnu[PK( ZssX&}vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipStatus.phpnu[PK( ZGzRsvendor/google/apiclient-services/src/Google/Service/PeopleService/Organization.phpnu[PK( Z(XlDDPĒvendor/google/apiclient-services/src/Google/Service/PeopleService/ExternalId.phpnu[PK( ZG!<<Lvendor/google/apiclient-services/src/Google/Service/PeopleService/Person.phpnu[PK( Z•L֟vendor/google/apiclient-services/src/Google/Service/PeopleService/Locale.phpnu[PK( Z.;RSܟvendor/google/apiclient-services/src/Google/Service/PeopleService/EmailAddress.phpnu[PK( Z$bnvendor/google/apiclient-services/src/Google/Service/PeopleService/CopyOtherContactToMyContactsGroupRequest.phpnu[PK( ZCC_Yvendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactGroupRequest.phpnu[PK( Z$ a+vendor/google/apiclient-services/src/Google/Service/PeopleService/ListDirectoryPeopleResponse.phpnu[PK( Z=)Lvendor/google/apiclient-services/src/Google/Service/PeopleService/Status.phpnu[PK( ZFLvendor/google/apiclient-services/src/Google/Service/PeopleService/FileAs.phpnu[PK( ZؖPX_vendor/google/apiclient-services/src/Google/Service/PeopleService/ListContactGroupsResponse.phpnu[PK( Z*-EEQvendor/google/apiclient-services/src/Google/Service/PeopleService/MiscKeyword.phpnu[PK( ZJl l R[vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroup.phpnu[PK( ZH  ZIvendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupResponse.phpnu[PK( ZVttW"vendor/google/apiclient-services/src/Google/Service/PeopleService/GetPeopleResponse.phpnu[PK( Z:-T~~P'vendor/google/apiclient-services/src/Google/Service/PeopleService/CoverPhoto.phpnu[PK( ZmUxxV-vendor/google/apiclient-services/src/Google/Service/PeopleService/DomainMembership.phpnu[PK( Z<N1vendor/google/apiclient-services/src/Google/Service/PeopleService/Location.phpnu[PK( ZSZ`uuN&;vendor/google/apiclient-services/src/Google/Service/PeopleService/Nickname.phpnu[PK( Z/`Avendor/google/apiclient-services/src/Google/Service/PeopleService/BatchDeleteContactsRequest.phpnu[PK( ZZs==IXEvendor/google/apiclient-services/src/Google/Service/PeopleService/Url.phpnu[PK( Z(dSJLvendor/google/apiclient-services/src/Google/Service/PeopleService/Name.phpnu[PK( ZRpO]vendor/google/apiclient-services/src/Google/Service/PeopleService/Residence.phpnu[PK( Z7_eeU'cvendor/google/apiclient-services/src/Google/Service/PeopleService/ContactToCreate.phpnu[PK( Z;=DDPhvendor/google/apiclient-services/src/Google/Service/PeopleService/SipAddress.phpnu[PK( ZްppPnvendor/google/apiclient-services/src/Google/Service/PeopleService/ClientData.phpnu[PK( Z`Mtvendor/google/apiclient-services/src/Google/Service/PeopleService/Tagline.phpnu[PK( ZɿfR(zvendor/google/apiclient-services/src/Google/Service/PeopleService/AgeRangeType.phpnu[PK( ZRKvendor/google/apiclient-services/src/Google/Service/PeopleService/Event.phpnu[PK( Z= Ʒ88`Avendor/google/apiclient-services/src/Google/Service/PeopleService/DeleteContactPhotoResponse.phpnu[PK( ZoXr vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DicomGcsDestination.phpnu[PK( ZuMSƐvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaGroup.phpnu[PK( ZJ蒇Q9vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/PatientId.phpnu[PK( ZQ>T|vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParserConfig.phpnu[PK( Z  Xvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyConfig.phpnu[PK( Z`q^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/InfoTypeTransformation.phpnu[PK( ZҶXXVCvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.phpnu[PK( Zy] f!vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ArchiveUserDataMappingResponse.phpnu[PK( Z%XX`jàvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDatasetRequest.phpnu[PK( Z7WWWRɠvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7SchemaConfig.phpnu[PK( ZU0Рvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaPackage.phpnu[PK( ZMؠvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Field.phpnu[PK( Z_|Wޠvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchematizedData.phpnu[PK( Zz^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.phpnu[PK( ZрVVW<vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DateShiftConfig.phpnu[PK( Zg3\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RevokeConsentRequest.phpnu[PK( Z# R*vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TextConfig.phpnu[PK( ZqMovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary.phpnu[PK( Z&Uvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/VersionSource.phpnu[PK( ZeXxxL[vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Type.phpnu[PK( Z=ROvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomStore.phpnu[PK( Zlj Q vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.phpnu[PK( Z..\vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDatasetsResponse.phpnu[PK( Z #Ovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Segment.phpnu[PK( Z66d#vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentRevisionsResponse.phpnu[PK( Z & O)vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Consent.phpnu[PK( Z4dWWX4vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CryptoHashConfig.phpnu[PK( Zނ W8vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentArtifact.phpnu[PK( ZDyWFvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HealthcareEmpty.phpnu[PK( ZhzYIvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.phpnu[PK( Z OMvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Dataset.phpnu[PK( ZymWlQvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/UserDataMapping.phpnu[PK( Z䟉[Yvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SetIamPolicyRequest.phpnu[PK( ZjpY\_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentEvaluation.phpnu[PK( ZMWvSncvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.phpnu[PK( ZUUkvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaSegment.phpnu[PK( ZI}ŵUpvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FieldMetadata.phpnu[PK( Z:v88Ncuvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Policy.phpnu[PK( ZcT[}vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AttributeDefinition.phpnu[PK( Z=^]vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CancelOperationRequest.phpnu[PK( ZSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageConfig.phpnu[PK( ZxU^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ActivateConsentRequest.phpnu[PK( Z+^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.phpnu[PK( ZvbWvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/QueryAccessibleDataRequest.phpnu[PK( Z3'g Oܞvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Message.phpnu[PK( ZEgJooa&vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentStoresResponse.phpnu[PK( Z{!f\a&vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ReplaceWithInfoTypeConfig.phpnu[PK( ZرHH\evendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CreateMessageRequest.phpnu[PK( Z 22_9vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CheckDataAccessResponse.phpnu[PK( ZHFF^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CheckDataAccessRequest.phpnu[PK( Z,UbMǡvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsResponse.phpnu[PK( Z4rrbˡvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.phpnu[PK( Z9^~;;ԡvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresConsents.phpnu[PK( Zk}$$|vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.phpnu[PK( Z ee6vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresAttributeDefinitions.phpnu[PK( Z3w&w&jOvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.phpnu[PK( ZP6vvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.phpnu[PK( ZJJuovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.phpnu[PK( Zg(ttѢvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.phpnu[PK( Z[yyxvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.phpnu[PK( Zt=&=&ulgvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.phpnu[PK( Z /PPtNvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.phpnu[PK( Zi>22wBvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStores.phpnu[PK( Z\r_Yңvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/Projects.phpnu[PK( ZiY``֣vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresUserDataMappings.phpnu[PK) Zy;(;(}vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.phpnu[PK) Z޻<<vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.phpnu[PK) ZK;;9vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStoresConsentArtifacts.phpnu[PK) Z6=C=CtQvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.phpnu[PK) Z6|evendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ArchiveUserDataMappingRequest.phpnu[PK) ZgUU_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDicomStoresResponse.phpnu[PK) ZҽN垤vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Result.phpnu[PK) ZʄVVR vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirFilter.phpnu[PK) Z'VWWRvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParsedData.phpnu[PK) Z@  YѮvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/OperationMetadata.phpnu[PK) ZPT}Oevendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Binding.phpnu[PK) Z}I|(mmTvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaConfig.phpnu[PK) Zuu;;]s¤vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListLocationsResponse.phpnu[PK) ZC_;Ȥvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7V2NotificationConfig.phpnu[PK) Z&]̤vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageResponse.phpnu[PK) Zfk}hDҤvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAttributeDefinitionsResponse.phpnu[PK) ZDppqؤvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1FhirGcsDestination.phpnu[PK) Z..bܤvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyFhirStoreRequest.phpnu[PK) ZpV.lwvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1ConsentPolicy.phpnu[PK) ZoʨXrr^vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SearchResourcesRequest.phpnu[PK) ZFYvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomFilterConfig.phpnu[PK) Z88Qvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Signature.phpnu[PK) ZwAmmQvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Attribute.phpnu[PK) Zo=wvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DicomBigQueryDestination.phpnu[PK) ZA^?vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.phpnu[PK) ZD-Eaq vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsRequest.phpnu[PK) ZNRvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7V2Store.phpnu[PK) Z7-O_vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataResponse.phpnu[PK) ZܤWrAAlYvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1FhirGcsSource.phpnu[PK) ZD~>;;c6!vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDicomStoreRequest.phpnu[PK) ZY'\d)vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListUserDataMappingsResponse.phpnu[PK) Z9v3HH^./vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListFhirStoresResponse.phpnu[PK) ZV5vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GroupOrSegment.phpnu[PK) ZNǙQ;vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Operation.phpnu[PK) ZL^sstBvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1ConsentGcsDestination.phpnu[PK) Z>_Fvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesResponse.phpnu[PK) ZNIvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Status.phpnu[PK) Z=AHH\ Ovendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageRequest.phpnu[PK) Z22^Svendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.phpnu[PK) Z1ѦAVZvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Hl7TypesConfig.phpnu[PK) ZUY  ce`vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/EvaluateUserConsentsRequest.phpnu[PK) ZGOXBBm jvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DicomGcsSource.phpnu[PK) ZxҠP_mvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesResponse.phpnu[PK) ZIϡT'qvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RedactConfig.phpnu[PK) ZɝQLtvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resources.phpnu[PK) Zp]ETMxvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentStore.phpnu[PK) Z*kAHH^~vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListOperationsResponse.phpnu[PK) ZkREzzSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ConsentList.phpnu[PK) Z}"Lvvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1FhirBigQueryDestination.phpnu[PK) Zdvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListConsentArtifactsResponse.phpnu[PK) ZVNggZ%vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/NotificationConfig.phpnu[PK) Z@Pvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Location.phpnu[PK) Z½OOSvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditConfig.phpnu[PK) ZLQvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1DeidentifyDeidentifyFhirStoreSummary.phpnu[PK) Z: Mԩvendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Image.phpnu[PK) Z%vendor/google/apiclient-services/src/Google/Service/Partners/CertificationExamStatus.phpnu[PK) Z:R)vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadRequest.phpnu[PK) ZfU=2vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.phpnu[PK) ZBNNS8vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.phpnu[PK) ZNybF^@vendor/google/apiclient-services/src/Google/Service/Partners/Money.phpnu[PK) ZY[[EXEvendor/google/apiclient-services/src/Google/Service/Partners/Lead.phpnu[PK) ZrrR(Tvendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.phpnu[PK) Z[7Z[vendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.phpnu[PK) Z޷wJ_vendor/google/apiclient-services/src/Google/Service/Partners/EventData.phpnu[PK) Z[#[Vcvendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.phpnu[PK) Z* 77Qkvendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.phpnu[PK) Z0YS:qvendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.phpnu[PK) ZL  Twvendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserStates.phpnu[PK) Z˘~b b WUvendor/google/apiclient-services/src/Google/Service/Partners/Resource/OffersHistory.phpnu[PK) Z$4 4 O>vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.phpnu[PK) ZM YOvendor/google/apiclient-services/src/Google/Service/Partners/Resource/Users.phpnu[PK) Z*95Lvendor/google/apiclient-services/src/Google/Service/Partners/Resource/V2.phpnu[PK) Z'Tͦvendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserEvents.phpnu[PK) ZO>..XӦvendor/google/apiclient-services/src/Google/Service/Partners/Resource/ClientMessages.phpnu[PK) ZbIXڦvendor/google/apiclient-services/src/Google/Service/Partners/Resource/CompaniesLeads.phpnu[PK) Z0 S vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.phpnu[PK) Z0PEvendor/google/apiclient-services/src/Google/Service/Partners/Resource/Offers.phpnu[PK) Ze..Svendor/google/apiclient-services/src/Google/Service/Partners/Resource/Companies.phpnu[PK) ZwzPfvendor/google/apiclient-services/src/Google/Service/Partners/RequestMetadata.phpnu[PK) ZU vendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.phpnu[PK) ZOXx x J%vendor/google/apiclient-services/src/Google/Service/Partners/Analytics.phpnu[PK) Z6gK/vendor/google/apiclient-services/src/Google/Service/Partners/ExamStatus.phpnu[PK) Z.Aa Z6vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.phpnu[PK) ZU>||WAvendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.phpnu[PK) Z ''P!Gvendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.phpnu[PK) ZS6TZvendor/google/apiclient-services/src/Google/Service/Partners/CertificationStatus.phpnu[PK) ZVCCEavendor/google/apiclient-services/src/Google/Service/Partners/User.phpnu[PK) Z_@L L Ntvendor/google/apiclient-services/src/Google/Service/Partners/OfferCustomer.phpnu[PK) ZZc> P`~vendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.phpnu[PK) Zj.**Skvendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.phpnu[PK) Z3H99Qvendor/google/apiclient-services/src/Google/Service/Partners/ResponseMetadata.phpnu[PK) ZRҔvendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.phpnu[PK) Zf Oڜvendor/google/apiclient-services/src/Google/Service/Partners/AvailableOffer.phpnu[PK) Zv <E8vendor/google/apiclient-services/src/Google/Service/Partners/Rank.phpnu[PK) ZcNcvendor/google/apiclient-services/src/Google/Service/Partners/PartnersEmpty.phpnu[PK) Z,渏S|vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageResponse.phpnu[PK) ZX#Vvendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.phpnu[PK) Z/Nvendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.phpnu[PK) Z(Guŧvendor/google/apiclient-services/src/Google/Service/Partners/LatLng.phpnu[PK) Z"4RUɧvendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.phpnu[PK) Z   IΧvendor/google/apiclient-services/src/Google/Service/Partners/Location.phpnu[PK) ZnT8Sڧvendor/google/apiclient-services/src/Google/Service/Partners/RecaptchaChallenge.phpnu[PK) Zs==Nާvendor/google/apiclient-services/src/Google/Service/Partners/TrafficSource.phpnu[PK) Z̖Jvendor/google/apiclient-services/src/Google/Service/Partners/DebugInfo.phpnu[PK) Z@nmGvendor/google/apiclient-services/src/Google/Service/Partners/OptIns.phpnu[PK) ZbMSvendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.phpnu[PK) ZS2!TQ^vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.phpnu[PK) Z[\MNvendor/google/apiclient-services/src/Google/Service/Partners/PublicProfile.phpnu[PK) Z#^;ÔHvendor/google/apiclient-services/src/Google/Service/Partners/Company.phpnu[PK) Z̸ PPN"vendor/google/apiclient-services/src/Google/Service/Partners/Certification.phpnu[PK) ZLdt)t)J(vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater.phpnu[PK) ZN''BRvendor/google/apiclient-services/src/Google/Service/CloudTasks.phpnu[PK) ZpUzvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaTypeFilter.phpnu[PK) ZvFBBJ~vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Date.phpnu[PK) Z1LοWvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumRequest.phpnu[PK) ZUURvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItem.phpnu[PK) Zx{>>^ˎvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsResponse.phpnu[PK) ZܜPvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateFilter.phpnu[PK) ZDD^vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListSharedAlbumsResponse.phpnu[PK) Z00Tvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/TextEnrichment.phpnu[PK) Zh\ ==K9vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Photo.phpnu[PK) Zd\555Ovendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareInfo.phpnu[PK) Z HHXvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LocationEnrichment.phpnu[PK) Z]Xuvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItemResult.phpnu[PK) Z\pJOvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateRange.phpnu[PK) ZHUĨvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/Albums.phpnu[PK) Z X Y֨vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/MediaItems.phpnu[PK) Z [(vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/SharedAlbums.phpnu[PK) Z/o^cxvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsResponse.phpnu[PK) Z)NNXvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SharedAlbumOptions.phpnu[PK) Zywޛavendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumRequest.phpnu[PK) Z[ {##Svendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContentFilter.phpnu[PK) Z#'ggUvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContributorInfo.phpnu[PK) Z2""T vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/EnrichmentItem.phpnu[PK) Z?ٔS'vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaMetadata.phpnu[PK) Z=ö$$X>vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/CreateAlbumRequest.phpnu[PK) ZYRV33Kvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Video.phpnu[PK) Z*-' ' M!vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Filters.phpnu[PK) ZWϜL<+vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Status.phpnu[PK) Zn\\ST0vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AlbumPosition.phpnu[PK) ZHbbU36vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SimpleMediaItem.phpnu[PK) ZoW:vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewEnrichmentItem.phpnu[PK) Zb(Cvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsRequest.phpnu[PK) Z^*SJvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MapEnrichment.phpnu[PK) Z5LDQvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LatLng.phpnu[PK) ZvbUvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumResponse.phpnu[PK) ZκNZvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Location.phpnu[PK) Zp=XK`vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListAlbumsResponse.phpnu[PK) Zt2c]evendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumResponse.phpnu[PK) Z`ybb\ivendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumRequest.phpnu[PK) Z??]mvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsRequest.phpnu[PK) Z Ksvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Album.phpnu[PK) Z` O|vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaItem.phpnu[PK) ZLGĉTTXvendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumResponse.phpnu[PK) Z44]vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ManagedShortLink.phpnu[PK) ZMFTvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/IosInfo.phpnu[PK) ZxGN N lҝvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionResponse.phpnu[PK) Z)xy]vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkStats.phpnu[PK) ZISvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Suffix.phpnu[PK) ZWȍH`vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.phpnu[PK) ZN\츩vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.phpnu[PK) Z1tXʩvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.phpnu[PK) Zh\PPZѩvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.phpnu[PK) ZAgةvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ManagedShortLinks.phpnu[PK) Z`@vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ShortLinks.phpnu[PK) ZlRB Xuvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/V1.phpnu[PK) ZS$qvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionResponse.phpnu[PK) ZCuj vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkRequest.phpnu[PK) ZάjKvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkRequest.phpnu[PK) Zd_Wvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DeviceInfo.phpnu[PK) Zgttk^#vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkResponse.phpnu[PK) Z0Xm+vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DesktopInfo.phpnu[PK) Z~na/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkEventStat.phpnu[PK) Zk+ + p4vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionRequest.phpnu[PK) Zz77_q?vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.phpnu[PK) Zg//^7Evendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/SocialMetaTagInfo.phpnu[PK) ZC0"KkJvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.phpnu[PK) Z,![Qvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/NavigationInfo.phpnu[PK) Z,kUvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionRequest.phpnu[PK) Z&<cK[vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ITunesConnectAnalytics.phpnu[PK) ZΝUӀ B`vendor/google/apiclient-services/src/Google/Service/Tasks/Task.phpnu[PK) ZGmvendor/google/apiclient-services/src/Google/Service/Tasks/TaskLists.phpnu[PK) ZDvJFsvendor/google/apiclient-services/src/Google/Service/Tasks/TaskList.phpnu[PK) Z%Lzvendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasks.phpnu[PK) ZHV}GGPvendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasklists.phpnu[PK) ZppGvendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.phpnu[PK) Zdy1Cvendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.phpnu[PK) Z{""Gvendor/google/apiclient-services/src/Google/Service/GamesManagement.phpnu[PK) ZgaQQYJتvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleTypeDate.phpnu[PK) ZD"Z$ݪvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleTypeMoney.phpnu[PK) Z~yFvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1ListBudgetsResponse.phpnu[PK) ZV7^vendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleProtobufEmpty.phpnu[PK) Z  wvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1NotificationsRule.phpnu[PK) Zjcqvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/Resource/BillingAccounts.phpnu[PK) ZvMAjvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/Resource/BillingAccountsBudgets.phpnu[PK) Zys lVvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1Budget.phpnu[PK) Z,\\rvendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1CustomPeriod.phpnu[PK) Zg9C~ ~ l%vendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1Filter.phpnu[PK) Zɨ[[s0vendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1ThresholdRule.phpnu[PK) ZceELLr5vendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1BudgetAmount.phpnu[PK) Z 2Hv=vendor/google/apiclient-services/src/Google/Service/CloudBillingBudget/GoogleCloudBillingBudgetsV1LastPeriodAmount.phpnu[PK) Z>mN7Avendor/google/apiclient-services/src/Google/Service/GroupsMigration/Groups.phpnu[PK) Z+llXEvendor/google/apiclient-services/src/Google/Service/GroupsMigration/Resource/Archive.phpnu[PK) ZִaKvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/VmCreationConfig.phpnu[PK) Z[(<<g#lvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/VpcPeeringConnectivity.phpnu[PK) Zʢ}/|ovendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/GoogleCloudClouddmsV1beta1OperationMetadata.phpnu[PK) ZEG&g{xvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ReverseSshConnectivity.phpnu[PK) Zmj}vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/TestIamPermissionsRequest.phpnu[PK) Z_Zw;vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.phpnu[PK) Zǭkvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/RestartMigrationJobRequest.phpnu[PK) Zd0"&&\ vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/SqlIpConfig.phpnu[PK) Z~jpZvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Operation.phpnu[PK) Zdi vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/StartMigrationJobRequest.phpnu[PK) Z| eZvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/StaticIpConnectivity.phpnu[PK) Z2ЧWvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Status.phpnu[PK) ZR`oDKKlϨvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/PostgreSqlConnectionProfile.phpnu[PK) Z+llgvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ListOperationsResponse.phpnu[PK) ZYvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Location.phpnu[PK) ZjQss\4vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/AuditConfig.phpnu[PK) Z9&ȹj3Ĭvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/CloudSqlConnectionProfile.phpnu[PK) Z$##nˬvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/MigrationJobVerificationError.phpnu[PK) ZjGѬvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ResumeMigrationJobRequest.phpnu[PK) ZIh:PPjԬvendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ListMigrationJobsResponse.phpnu[PK) Z  b۬vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/ConnectionProfile.phpnu[PK) Z42~YYU4vendor/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Expr.phpnu[PK) Z`Գrvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ListPolicySchemasResponse.phpnu[PK) Zacgvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2EnumValueDescriptorProto.phpnu[PK) Z$LLevendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchema.phpnu[PK) ZZX vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleProtobufEmpty.phpnu[PK) Zcpvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1AdditionalTargetKeyName.phpnu[PK) Z4Ztvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1InheritOrgUnitPolicyRequest.phpnu[PK) ZEsN d vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicySchemas.phpnu[PK) ZC W$vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Customers.phpnu[PK) Zf_(vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicies.phpnu[PK) Z`: g0vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPoliciesOrgunits.phpnu[PK) Z!OhR=vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicyTargetKey.phpnu[PK) Z!r!!rBvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription.phpnu[PK) ZR* * uBGvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchemaFieldDescription.phpnu[PK) Z\zRvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest.phpnu[PK) Z@sWvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ModifyOrgUnitPolicyRequest.phpnu[PK) Zl+_`vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2FieldDescriptorProto.phpnu[PK) Z bG;;_Eivendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2OneofDescriptorProto.phpnu[PK) Z#MX!!^mvendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2FileDescriptorProto.phpnu[PK) ZIsvuvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicySchemaNoticeDescription.phpnu[PK) Z}WH  d\|vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1PolicyValue.phpnu[PK) Z:hvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveResponse.phpnu[PK) Z|4 4 Z_vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2DescriptorProto.phpnu[PK) ZP^vendor/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2EnumDescriptorProto.phpnu[PK) ZZw{vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest.phpnu[PK) ZcBBgWvendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveRequest.phpnu[PK) ZtsԻg0vendor/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolvedPolicy.phpnu[PK) ZLp_ _ @vendor/google/apiclient-services/src/Google/Service/Genomics.phpnu[PK) Z X**Qvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudManagedidentitiesV1beta1OpMetadata.phpnu[PK) ZwEĭvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/DailyCycle.phpnu[PK) ZN N ʭvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/DenyMaintenancePeriod.phpnu[PK) Z:iiqԭvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Date.phpnu[PK) ZΩ?٭vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.phpnu[PK) ZX~Qvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/MaintenanceWindow.phpnu[PK) ZPݼX>>vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.phpnu[PK) Z*B++vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudManagedidentitiesV1alpha1OpMetadata.phpnu[PK) Zd$'vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/SetIamPolicyRequest.phpnu[PK) Z /p%%5vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudManagedidentitiesV1OpMetadata.phpnu[PK) Z1]d d rvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Trust.phpnu[PK) ZGs%vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Policy.phpnu[PK) Z vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ResetAdminPasswordResponse.phpnu[PK) Zc0vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/CancelOperationRequest.phpnu[PK) Zj j svendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Domain.phpnu[PK) Z1ނ,vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.phpnu[PK) Z:_2vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/DetachTrustRequest.phpnu[PK) Z 7vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.phpnu[PK) ZB$rr:>vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.phpnu[PK) ZwW7xNvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/WeeklyCycle.phpnu[PK) Z%Tvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/TestIamPermissionsResponse.phpnu[PK) Z }^ ^ Xvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocations.phpnu[PK) Z1Wbvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocationsManagedidentitiesGlobal.phpnu[PK) ZC??lgvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocationsManagedidentitiesGlobalOperations.phpnu[PK) ZFG(:(:}vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocationsManagedidentitiesGlobalDomains.phpnu[PK) Z6й~vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/Projects.phpnu[PK) Zrqvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ReconfigureTrustRequest.phpnu[PK) Z@®vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1Instance.phpnu[PK) ZA~ܮvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/OperationMetadata.phpnu[PK) Z}rvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ValidateTrustRequest.phpnu[PK) Zf( ( ~ vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/MaintenancePolicy.phpnu[PK) ZWWtvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Binding.phpnu[PK) ZPevendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ListLocationsResponse.phpnu[PK) ZNjxx^vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ListDomainsResponse.phpnu[PK) Z//vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.phpnu[PK) ZC44vvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/TimeOfDay.phpnu[PK) Znvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/TestIamPermissionsRequest.phpnu[PK) ZMFvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.phpnu[PK) Z,wy"vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/UpdatePolicy.phpnu[PK) Zf>>u ,vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Schedule.phpnu[PK) Z RRv2vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Operation.phpnu[PK) Z8DD0s:vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Status.phpnu[PK) Z;K@vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ManagedidentitiesEmpty.phpnu[PK) ZSOCvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ListOperationsResponse.phpnu[PK) Z=C)]Jvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ResetAdminPasswordRequest.phpnu[PK) Zw4uMvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Location.phpnu[PK) Z'2Tvendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.phpnu[PK) Z"^W[vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/AttachTrustRequest.phpnu[PK) Zjuuq`vendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Expr.phpnu[PK) Z5Hfvendor/google/apiclient-services/src/Google/Service/Oauth2/Tokeninfo.phpnu[PK) Z 8  Govendor/google/apiclient-services/src/Google/Service/Oauth2/Userinfo.phpnu[PK) ZB-Tyvendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2Me.phpnu[PK) ZS8cVVR~vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2.phpnu[PK) Z9&Pvendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/Userinfo.phpnu[PK) Zɒ]][ćvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.phpnu[PK) Z(_vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderMetadata.phpnu[PK) Z0G77bVvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersResponse.phpnu[PK) Zfavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperationError.phpnu[PK) Z ^3vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListLiensResponse.phpnu[PK) Zkcܡvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteTagKeyMetadata.phpnu[PK) Z~We  Svendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TagKey.phpnu[PK) Z{'AOObvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListTagValuesResponse.phpnu[PK) Z_vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveProjectRequest.phpnu[PK) ZϗZ55`vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListFoldersResponse.phpnu[PK) Z̥Dczvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateTagValueMetadata.phpnu[PK) ZNomavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateTagKeyMetadata.phpnu[PK) ZbNfïvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CloudresourcemanagerEmpty.phpnu[PK) Z=4aEǯvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteFolderMetadata.phpnu[PK) Zv? \ʯvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperation.phpnu[PK) Z  `Яvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.phpnu[PK) Zqe[[S֯vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.phpnu[PK) ZIIQoޯvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Lien.phpnu[PK) Zmavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagKeyMetadata.phpnu[PK) Zlfivendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteOrganizationMetadata.phpnu[PK) Za"Ĵg0vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteOrganizationMetadata.phpnu[PK) ZN`{vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.phpnu[PK) Z䨦gvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsResponse.phpnu[PK) ZC355avendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/TagBindings.phpnu[PK) ZH>>]vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.phpnu[PK) ZK_`Fvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Operations.phpnu[PK) Zl-r"r"]Mvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/TagKeys.phpnu[PK) Z7|R!!_pvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/TagValues.phpnu[PK) Z4??^ vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.phpnu[PK) ZT/tc_Ӱvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.phpnu[PK) Z#[vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Liens.phpnu[PK) Z{tyecNvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteProjectRequest.phpnu[PK) ZEͲevendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteTagValueMetadata.phpnu[PK) Z cvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagValueMetadata.phpnu[PK) Zsc` vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveProjectMetadata.phpnu[PK) Zd!TX vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Binding.phpnu[PK) Z=  avendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateFolderMetadata.phpnu[PK) Zzc.vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagValueMetadata.phpnu[PK) Zlaqvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagKeyMetadata.phpnu[PK) Zv /ޟavendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersRequest.phpnu[PK) Z:,c#vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteFolderMetadata.phpnu[PK) Z}SU#'vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TagValue.phpnu[PK) ZZiid/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListTagBindingsResponse.phpnu[PK) Z^mCf5vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsRequest.phpnu[PK) Z>Xb9vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateProjectMetadata.phpnu[PK) Z66Y(?vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Organization.phpnu[PK) Z# # TGvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Project.phpnu[PK) ZW0BBaQvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListProjectsResponse.phpnu[PK) ZyK1VaWvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.phpnu[PK) Z$MXh^vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchOrganizationsResponse.phpnu[PK) Z:#Sdvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.phpnu[PK) Z݀bivendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.phpnu[PK) Z Sovendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Folder.phpnu[PK) ZcS^mwvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderRequest.phpnu[PK) Z4f}ccX{vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.phpnu[PK) Zr^DDc{vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchProjectsResponse.phpnu[PK) ZsHbRvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateProjectMetadata.phpnu[PK) Zk55`vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListTagKeysResponse.phpnu[PK) Zu>aXvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UpdateFolderMetadata.phpnu[PK) ZbFvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation.phpnu[PK) Z.]rvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetPolicyOptions.phpnu[PK) ZMyyWvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TagBinding.phpnu[PK) ZN vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation.phpnu[PK) Zbvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteProjectMetadata.phpnu[PK) Z2R=bԭvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteFolderRequest.phpnu[PK) Z#dvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteProjectMetadata.phpnu[PK) ZJuUUQZvendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Expr.phpnu[PK) Z2K ""<0vendor/google/apiclient-services/src/Google/Service/Plus.phpnu[PK) ZjhKEEVܱvendor/google/apiclient-services/src/Google/Service/Reportcard/NoticesListResponse.phpnu[PK) Z..Q}vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Mutes.phpnu[PK) Z 讠S,vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Notices.phpnu[PK) ZPiIOvendor/google/apiclient-services/src/Google/Service/Reportcard/Notice.phpnu[PK) Z~CXKKIvendor/google/apiclient-services/src/Google/Service/Reportcard/Target.phpnu[PK) ZG| | Gvendor/google/apiclient-services/src/Google/Service/Reportcard/Mute.phpnu[PK) ZWAAT'vendor/google/apiclient-services/src/Google/Service/Reportcard/MutesListResponse.phpnu[PK) Z_?==S`,vendor/google/apiclient-services/src/Google/Service/Transcoder/Aes128Encryption.phpnu[PK) Z R 0vendor/google/apiclient-services/src/Google/Service/Transcoder/TranscoderEmpty.phpnu[PK) Z#xxOA3vendor/google/apiclient-services/src/Google/Service/Transcoder/AnimationEnd.phpnu[PK) Z ]P87vendor/google/apiclient-services/src/Google/Service/Transcoder/AnimationFade.phpnu[PK) Z\N>>vendor/google/apiclient-services/src/Google/Service/Transcoder/AudioStream.phpnu[PK) Z!  FFvendor/google/apiclient-services/src/Google/Service/Transcoder/Job.phpnu[PK) Z݆2N9Xvendor/google/apiclient-services/src/Google/Service/Transcoder/JobTemplate.phpnu[PK) ZLKk]vendor/google/apiclient-services/src/Google/Service/Transcoder/TextAtom.phpnu[PK) ZSbvendor/google/apiclient-services/src/Google/Service/Transcoder/ListJobsResponse.phpnu[PK) Z{W hvendor/google/apiclient-services/src/Google/Service/Transcoder/MpegCommonEncryption.phpnu[PK) Z~Jhlvendor/google/apiclient-services/src/Google/Service/Transcoder/Deblock.phpnu[PK) ZRpvendor/google/apiclient-services/src/Google/Service/Transcoder/AnimationStatic.phpnu[PK) ZiNN[Zvvendor/google/apiclient-services/src/Google/Service/Transcoder/ListJobTemplatesResponse.phpnu[PK) Z/J3|vendor/google/apiclient-services/src/Google/Service/Transcoder/Denoise.phpnu[PK) Z ^5 5 L}vendor/google/apiclient-services/src/Google/Service/Transcoder/MuxStream.phpnu[PK) Zn H.vendor/google/apiclient-services/src/Google/Service/Transcoder/Audio.phpnu[PK) ZJ%vendor/google/apiclient-services/src/Google/Service/Transcoder/Overlay.phpnu[PK) Z.Mivendor/google/apiclient-services/src/Google/Service/Transcoder/Encryption.phpnu[PK) ZQHvendor/google/apiclient-services/src/Google/Service/Transcoder/Color.phpnu[PK) ZQOI棲vendor/google/apiclient-services/src/Google/Service/Transcoder/Output.phpnu[PK) Zq]}vendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/ProjectsLocations.phpnu[PK) Zw  avendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/ProjectsLocationsJobs.phpnu[PK) Z<vvT#vendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/Projects.phpnu[PK) Z\lSSivendor/google/apiclient-services/src/Google/Service/Transcoder/Resource/ProjectsLocationsJobTemplates.phpnu[PK) ZžlG Ͳvendor/google/apiclient-services/src/Google/Service/Transcoder/Crop.phpnu[PK) ZqKkkRӲvendor/google/apiclient-services/src/Google/Service/Transcoder/SegmentSettings.phpnu[PK) Z2qDKײvendor/google/apiclient-services/src/Google/Service/Transcoder/Manifest.phpnu[PK) ZA]]P%ݲvendor/google/apiclient-services/src/Google/Service/Transcoder/FailureDetail.phpnu[PK) ZJssJvendor/google/apiclient-services/src/Google/Service/Transcoder/AdBreak.phpnu[PK) Zr Hvendor/google/apiclient-services/src/Google/Service/Transcoder/Input.phpnu[PK) ZT%vendor/google/apiclient-services/src/Google/Service/Transcoder/OperationMetadata.phpnu[PK) Z}fT)vendor/google/apiclient-services/src/Google/Service/Transcoder/AudioChannelInput.phpnu[PK) ZP,VQQOvendor/google/apiclient-services/src/Google/Service/Transcoder/AudioChannel.phpnu[PK) Z_) Nzvendor/google/apiclient-services/src/Google/Service/Transcoder/SpriteSheet.phpnu[PK) Z&N::Kvendor/google/apiclient-services/src/Google/Service/Transcoder/Progress.phpnu[PK) ZM߄\ \ Vvendor/google/apiclient-services/src/Google/Service/Transcoder/PreprocessingConfig.phpnu[PK) Z'Lnvendor/google/apiclient-services/src/Google/Service/Transcoder/OriginUri.phpnu[PK) Z_{PLvendor/google/apiclient-services/src/Google/Service/Transcoder/JobConfig.phpnu[PK) Zqvendor/google/apiclient-services/src/Google/Service/ToolResults/PublishXunitXmlFilesRequest.phpnu[PK) ZW&Cvendor/google/apiclient-services/src/Google/Service/ToolResults/InAppPurchasesFound.phpnu[PK) ZiiiTHvendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.phpnu[PK) ZPCUQvendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.phpnu[PK) Z3/)WWvendor/google/apiclient-services/src/Google/Service/ToolResults/ToolOutputReference.phpnu[PK) ZD 77UX_vendor/google/apiclient-services/src/Google/Service/ToolResults/ScreenshotCluster.phpnu[PK) ZJIQf<<Vgvendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.phpnu[PK) Z>X#Ulvendor/google/apiclient-services/src/Google/Service/ToolResults/DeviceOutOfMemory.phpnu[PK) Zk{Xovendor/google/apiclient-services/src/Google/Service/ToolResults/PerformedGoogleLogin.phpnu[PK) ZOM M U*svendor/google/apiclient-services/src/Google/Service/ToolResults/TestSuiteOverview.phpnu[PK) ZE9j_Y}vendor/google/apiclient-services/src/Google/Service/ToolResults/LogcatCollectionError.phpnu[PK) ZNddZ+vendor/google/apiclient-services/src/Google/Service/ToolResults/EncounteredLoginScreen.phpnu[PK) Z{/  Mvendor/google/apiclient-services/src/Google/Service/ToolResults/IosXcTest.phpnu[PK) Z,AoSvendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.phpnu[PK) ZJvendor/google/apiclient-services/src/Google/Service/ToolResults/Status.phpnu[PK) Z֨?11Mvendor/google/apiclient-services/src/Google/Service/ToolResults/Execution.phpnu[PK) Z~ SǤvendor/google/apiclient-services/src/Google/Service/ToolResults/SuggestionProto.phpnu[PK) Z !V2vendor/google/apiclient-services/src/Google/Service/ToolResults/AvailableDeepLinks.phpnu[PK) Z-\S[vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.phpnu[PK) Z0WEE[ڹvendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.phpnu[PK) ZxLSHvendor/google/apiclient-services/src/Google/Service/ToolResults/Step.phpnu[PK) ZX ++Y׶vendor/google/apiclient-services/src/Google/Service/ToolResults/ListTestCasesResponse.phpnu[PK) Z ZQݶvendor/google/apiclient-services/src/Google/Service/ToolResults/SuccessDetail.phpnu[PK) ZokkRvendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidAppInfo.phpnu[PK) ZEPvendor/google/apiclient-services/src/Google/Service/ToolResults/ShardSummary.phpnu[PK) Z(##Wvendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStatsBucket.phpnu[PK) Z+?11Ivendor/google/apiclient-services/src/Google/Service/ToolResults/Image.phpnu[PK) Z=ONvendor/google/apiclient-services/src/Google/Service/ToolResults/RegionProto.phpnu[PK) Z#GhhTvendor/google/apiclient-services/src/Google/Service/ToolResults/CrashDialogError.phpnu[PK) Zi9Tvendor/google/apiclient-services/src/Google/Service/ToolResults/NonSdkApiInsight.phpnu[PK) Zcb8vendor/google/apiclient-services/src/Google/Service/ToolResults/EnvironmentDimensionValueEntry.phpnu[PK) Z':]]Kvendor/google/apiclient-services/src/Google/Service/ToolResults/History.phpnu[PK) Z_=bnvendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.phpnu[PK) ZuXvendor/google/apiclient-services/src/Google/Service/ToolResults/InsufficientCoverage.phpnu[PK) Z *RRR vendor/google/apiclient-services/src/Google/Service/ToolResults/FatalException.phpnu[PK) ZwO%vendor/google/apiclient-services/src/Google/Service/ToolResults/IosRoboTest.phpnu[PK) Z>==L(vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCase.phpnu[PK) ZE>v[vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18nRendererFormattedStrings.phpnu[PK) ZTC >>g?Ÿvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5.phpnu[PK) Z!66e͸vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Environment.phpnu[PK) ZtY\Ҹvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5.phpnu[PK) Zgoe۸vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5CategoryGroupsElement.phpnu[PK) Z"k k dvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Categories.phpnu[PK) ZFV V _vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseAuditResultV5.phpnu[PK) Znn^vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18n.phpnu[PK) ZLLdvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5StackPacks.phpnu[PK) Zyhvendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5ConfigSettings.phpnu[PK) Z2V vendor/google/apiclient-services/src/Google/Service/Tracing/BatchWriteSpansRequest.phpnu[PK) ZOvI!!E vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.phpnu[PK) Z% EQvendor/google/apiclient-services/src/Google/Service/Tracing/Links.phpnu[PK) Z˝KGvendor/google/apiclient-services/src/Google/Service/Tracing/StackFrames.phpnu[PK) Zz D_vendor/google/apiclient-services/src/Google/Service/Tracing/Span.phpnu[PK) Z\Rs(vendor/google/apiclient-services/src/Google/Service/Tracing/ListTracesResponse.phpnu[PK) ZJf2Fz-vendor/google/apiclient-services/src/Google/Service/Tracing/Module.phpnu[PK) Z]J2vendor/google/apiclient-services/src/Google/Service/Tracing/Attributes.phpnu[PK) Z:SC`J8vendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.phpnu[PK) Zr4  \=vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTracesSpans.phpnu[PK) Zت&=jjQ0Evendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.phpnu[PK) ZlHWIvendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTraces.phpnu[PK) Z?\I[vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvent.phpnu[PK) Z1Javendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvents.phpnu[PK) ZVJChvendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.phpnu[PK) Z &&Lnmvendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.phpnu[PK) ZH::Nsvendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.phpnu[PK) ZuVMFxvendor/google/apiclient-services/src/Google/Service/Tracing/Status.phpnu[PK) ZXT͙L}vendor/google/apiclient-services/src/Google/Service/Tracing/TracingEmpty.phpnu[PK) ZLGGQ逹vendor/google/apiclient-services/src/Google/Service/Tracing/TruncatableString.phpnu[PK) ZkUzzQvendor/google/apiclient-services/src/Google/Service/Tracing/ListSpansResponse.phpnu[PK) ZdL'__Dvendor/google/apiclient-services/src/Google/Service/Tracing/Link.phpnu[PK) Zn͏ Jvendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.phpnu[PK) ZHvendor/google/apiclient-services/src/Google/Service/AndroidPublisher.phpnu[PK) Z%K\vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.phpnu[PK) Ze#e#@!{vendor/google/apiclient-services/src/Google/Service/Freebase.phpnu[PK) ZffYvendor/google/apiclient-services/src/Google/Service/SystemsManagement/OneTimeSchedule.phpnu[PK) ZcOOU墺vendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchConfig.phpnu[PK) ZXvendor/google/apiclient-services/src/Google/Service/SystemsManagement/WeekDayOfMonth.phpnu[PK) Z3<<VWvendor/google/apiclient-services/src/Google/Service/SystemsManagement/PatchRollout.phpnu[PK) Z7K&_vendor/google/apiclient-services/src/Google/Service/SystemsManagement/CancelPatchJobRequest.phpnu[PK) Z!??_Tvendor/google/apiclient-services/src/Google/Service/SystemsManagement/ListPatchJobsResponse.phpnu[PK) ZC-T T ["ƺvendor/google/apiclient-services/src/Google/Service/SystemsManagement/RecurringSchedule.phpnu[PK) Z] }vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/CancelOperationRequest.phpnu[PK) Z~WmXAvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionConfig.phpnu[PK) Z|ٵZvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Operations.phpnu[PK) Z0  Vvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Speech.phpnu[PK) ZQn^Rvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionResult.phpnu[PK) ZWvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionAudio.phpnu[PK) Z PNvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Operation.phpnu[PK) Z7=M粽vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Status.phpnu[PK) Zm1J!!cvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionAlternative.phpnu[PK) Zt:%]vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/ListOperationsResponse.phpnu[PK) Z*SH88@½vendor/google/apiclient-services/src/Google/Service/Dataproc.phpnu[PK) ZIOvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.phpnu[PK) ZpMvendor/google/apiclient-services/src/Google/Service/Slides/TableBorderRow.phpnu[PK) Z13Kvendor/google/apiclient-services/src/Google/Service/Slides/WriteControl.phpnu[PK) ZџaUvendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.phpnu[PK) Zf}^Z&vendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.phpnu[PK) ZR"!::D0vendor/google/apiclient-services/src/Google/Service/Slides/Group.phpnu[PK) Z8Z4vendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.phpnu[PK) Zh22J9vendor/google/apiclient-services/src/Google/Service/Slides/PageElement.phpnu[PK) ZHeZZFMvendor/google/apiclient-services/src/Google/Service/Slides/WordArt.phpnu[PK) ZO[WQvendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.phpnu[PK) ZxK`Wvendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.phpnu[PK) Z/H]vendor/google/apiclient-services/src/Google/Service/Slides/Dimension.phpnu[PK) Z0"  N;bvendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.phpnu[PK) Z,?q ttPivendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.phpnu[PK) Z-p`PPXpvendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.phpnu[PK) Z:1Htvendor/google/apiclient-services/src/Google/Service/Slides/Thumbnail.phpnu[PK) Z(U88Gyvendor/google/apiclient-services/src/Google/Service/Slides/AutoText.phpnu[PK) Z~ggQ5vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoRequest.phpnu[PK) ZniOOvendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.phpnu[PK) Z]JZvendor/google/apiclient-services/src/Google/Service/Slides/OpaqueColor.phpnu[PK) ZnRvendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsRequest.phpnu[PK) ZWORJJRvendor/google/apiclient-services/src/Google/Service/Slides/DeleteObjectRequest.phpnu[PK) Z Xvendor/google/apiclient-services/src/Google/Service/Slides/UpdateLineCategoryRequest.phpnu[PK) ZLLY$vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.phpnu[PK) ZVVvendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.phpnu[PK) ZA`SWvendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartRequest.phpnu[PK) Z??Gvendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.phpnu[PK) ZͥH?vendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.phpnu[PK) Z:CNK;;K\vendor/google/apiclient-services/src/Google/Service/Slides/NestingLevel.phpnu[PK) Z1Ravendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableColumnPropertiesRequest.phpnu[PK) Z-Qȿvendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.phpnu[PK) Z3]/Ϳvendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.phpnu[PK) Z㘹Pӿvendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.phpnu[PK) ZaB266F@ؿvendor/google/apiclient-services/src/Google/Service/Slides/Outline.phpnu[PK) Z4Z߿vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.phpnu[PK) Z(L$JJR2vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.phpnu[PK) ZfkVNvendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.phpnu[PK) Zep* Uvendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.phpnu[PK) Z2^}vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableRowPropertiesRequest.phpnu[PK) Z:TI_vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableCellPropertiesRequest.phpnu[PK) Z1Dvendor/google/apiclient-services/src/Google/Service/Slides/Range.phpnu[PK) ZEgfff\vendor/google/apiclient-services/src/Google/Service/Slides/CreateParagraphBulletsRequest.phpnu[PK) Z ||Qvendor/google/apiclient-services/src/Google/Service/Slides/CreateTableRequest.phpnu[PK) Z3CCMvendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.phpnu[PK) Z***Jvendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.phpnu[PK) Zo\\OW!vendor/google/apiclient-services/src/Google/Service/Slides/MasterProperties.phpnu[PK) ZlJC2%vendor/google/apiclient-services/src/Google/Service/Slides/Page.phpnu[PK) ZmHGhhN\5vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderCell.phpnu[PK) ZnPB<vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineRequest.phpnu[PK) ZC. M|Cvendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.phpnu[PK) ZB  HPvendor/google/apiclient-services/src/Google/Service/Slides/TableCell.phpnu[PK) ZpzH(Zvendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.phpnu[PK) Z`; NNVjvendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectResponse.phpnu[PK) Z̞(tUqnvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.phpnu[PK) ZF<4ervendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartRequest.phpnu[PK) Z!Zzvendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.phpnu[PK) Z^vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.phpnu[PK) ZD477Jvendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.phpnu[PK) ZPI#vendor/google/apiclient-services/src/Google/Service/Slides/TableRange.phpnu[PK) Z{?a)vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableBorderPropertiesRequest.phpnu[PK) Zh^99T2vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.phpnu[PK) Z2 M8vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.phpnu[PK) Zak`Fvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.phpnu[PK) ZԂWJvendor/google/apiclient-services/src/Google/Service/Slides/UnmergeTableCellsRequest.phpnu[PK) ZAMGPvendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.phpnu[PK) ZwN^3R[Uvendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.phpnu[PK) ZARZvendor/google/apiclient-services/src/Google/Service/Slides/TableCellProperties.phpnu[PK) ZGIIQavendor/google/apiclient-services/src/Google/Service/Slides/RerouteLineRequest.phpnu[PK) Z4InDDTdvendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.phpnu[PK) ZY{{Mivendor/google/apiclient-services/src/Google/Service/Slides/LineConnection.phpnu[PK) Z@OMTnvendor/google/apiclient-services/src/Google/Service/Slides/UngroupObjectsRequest.phpnu[PK) Z|Drvendor/google/apiclient-services/src/Google/Service/Slides/Video.phpnu[PK) Z ^.yvendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementsZOrderRequest.phpnu[PK) Z~3IIQR~vendor/google/apiclient-services/src/Google/Service/Slides/TableRowProperties.phpnu[PK) Z^y[vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.phpnu[PK) Z#ZJpvendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.phpnu[PK) Z(56p\̐vendor/google/apiclient-services/src/Google/Service/Slides/DeleteParagraphBulletsRequest.phpnu[PK) Z~,<Nvendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.phpnu[PK) ZՇ}}Cvendor/google/apiclient-services/src/Google/Service/Slides/Size.phpnu[PK) Z4qJJRvendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.phpnu[PK) Z1hhT§vendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.phpnu[PK) ZQ>J J Nvendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.phpnu[PK) ZmPzJJRvvendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.phpnu[PK) Z DգKKSBvendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsResponse.phpnu[PK) ZI)d=Qvendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.phpnu[PK) ZõWNvendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.phpnu[PK) ZjIvendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.phpnu[PK) Z,٩J+vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.phpnu[PK) Z..Nevendor/google/apiclient-services/src/Google/Service/Slides/TableBorderFill.phpnu[PK) Zr((Nvendor/google/apiclient-services/src/Google/Service/Slides/LayoutReference.phpnu[PK) ZCijjNvendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.phpnu[PK) ZYbiiQvendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideRequest.phpnu[PK) ZiaDDLvendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.phpnu[PK) Z[JIvendor/google/apiclient-services/src/Google/Service/Slides/TextElement.phpnu[PK) Z-''Gvendor/google/apiclient-services/src/Google/Service/Slides/LineFill.phpnu[PK) Zg D5vendor/google/apiclient-services/src/Google/Service/Slides/Table.phpnu[PK) Z<<Wvendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.phpnu[PK) Z_PPXKvendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.phpnu[PK) ZVCD#vendor/google/apiclient-services/src/Google/Service/Slides/Image.phpnu[PK) ZK_l#vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageRequest.phpnu[PK) ZuX+vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.phpnu[PK) Z듨@ @ N3vendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.phpnu[PK) ZAAG>vendor/google/apiclient-services/src/Google/Service/Slides/Response.phpnu[PK) Z`J@@TYvendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextRequest.phpnu[PK) ZUH`vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectRequest.phpnu[PK) Z)HJJRdvendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.phpnu[PK) ZW{"[hvendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.phpnu[PK) ZGnvendor/google/apiclient-services/src/Google/Service/Slides/TableRow.phpnu[PK) ZGS;wvendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.phpnu[PK) Z^>\>\Fm|vendor/google/apiclient-services/src/Google/Service/Slides/Request.phpnu[PK) Z BM!vendor/google/apiclient-services/src/Google/Service/Slides/CropProperties.phpnu[PK) Z&1\\Cvendor/google/apiclient-services/src/Google/Service/Slides/Link.phpnu[PK) ZT99Dvendor/google/apiclient-services/src/Google/Service/Slides/Shape.phpnu[PK) Zjguf8vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.phpnu[PK) Z(4OOHrvendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.phpnu[PK) ZlS9vendor/google/apiclient-services/src/Google/Service/Vault/UndeleteMatterRequest.phpnu[PK) Z3eeQ\vendor/google/apiclient-services/src/Google/Service/Vault/GroupsExportOptions.phpnu[PK) Z`%JBvendor/google/apiclient-services/src/Google/Service/Vault/VoiceOptions.phpnu[PK) Z/HEvendor/google/apiclient-services/src/Google/Service/Vault/SavedQuery.phpnu[PK) Z HHI vendor/google/apiclient-services/src/Google/Service/Vault/OrgUnitInfo.phpnu[PK) Z2ϹАRYvendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountResult.phpnu[PK) Z Qkvendor/google/apiclient-services/src/Google/Service/Vault/ListMattersResponse.phpnu[PK) Zhq[[\vendor/google/apiclient-services/src/Google/Service/Vault/RemoveMatterPermissionsRequest.phpnu[PK) ZlCvendor/google/apiclient-services/src/Google/Service/Vault/Query.phpnu[PK) Z##D5vendor/google/apiclient-services/src/Google/Service/Vault/Matter.phpnu[PK) Z|AKKI{=vendor/google/apiclient-services/src/Google/Service/Vault/ExportStats.phpnu[PK) Zbǵ  R?Cvendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterResponse.phpnu[PK) Z OGvendor/google/apiclient-services/src/Google/Service/Vault/AccountCountError.phpnu[PK) Zr>VLMvendor/google/apiclient-services/src/Google/Service/Vault/HeldVoiceQuery.phpnu[PK) ZOQvendor/google/apiclient-services/src/Google/Service/Vault/MailExportOptions.phpnu[PK) Z/^W J*Vvendor/google/apiclient-services/src/Google/Service/Vault/AccountCount.phpnu[PK) Z { { KK[vendor/google/apiclient-services/src/Google/Service/Vault/ExportOptions.phpnu[PK) ZȲLAhvendor/google/apiclient-services/src/Google/Service/Vault/HeldDriveQuery.phpnu[PK) ZJǸTomvendor/google/apiclient-services/src/Google/Service/Vault/CancelOperationRequest.phpnu[PK) Z7Mpvendor/google/apiclient-services/src/Google/Service/Vault/HeldGroupsQuery.phpnu[PK) ZOl%iIIVuvendor/google/apiclient-services/src/Google/Service/Vault/ListHeldAccountsResponse.phpnu[PK) Z:ZMdzvendor/google/apiclient-services/src/Google/Service/Vault/SharedDriveInfo.phpnu[PK) Zw==N~vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageFile.phpnu[PK) ZAZ@vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersSavedQueries.phpnu[PK) ZDScvendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHolds.phpnu[PK) ZM 77Nvendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.phpnu[PK) ZF0KKQ`vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.phpnu[PK) Z U,vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersExports.phpnu[PK) ZL~O O [vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHoldsAccounts.phpnu[PK) ZЍ#_Qvendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterRequest.phpnu[PK) ZRddIvendor/google/apiclient-services/src/Google/Service/Vault/MailOptions.phpnu[PK) Z5|P P Mvendor/google/apiclient-services/src/Google/Service/Vault/MailCountResult.phpnu[PK) Z_dFavendor/google/apiclient-services/src/Google/Service/Vault/UserInfo.phpnu[PK) Z4B=eeN vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatInfo.phpnu[PK) Z $77Vvendor/google/apiclient-services/src/Google/Service/Vault/ListSavedQueriesResponse.phpnu[PK) ZDddP_vendor/google/apiclient-services/src/Google/Service/Vault/VoiceExportOptions.phpnu[PK) Z"WCvendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsRequest.phpnu[PK) Z OXvendor/google/apiclient-services/src/Google/Service/Vault/ListHoldsResponse.phpnu[PK) Zb_T#vendor/google/apiclient-services/src/Google/Service/Vault/CountArtifactsMetadata.phpnu[PK) ZB"kkW8*vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatExportOptions.phpnu[PK) Z! B*.vendor/google/apiclient-services/src/Google/Service/Vault/Hold.phpnu[PK) Z'77JK8vendor/google/apiclient-services/src/Google/Service/Vault/DriveOptions.phpnu[PK) ZBT=vendor/google/apiclient-services/src/Google/Service/Vault/CountArtifactsResponse.phpnu[PK) Z *ggSEvendor/google/apiclient-services/src/Google/Service/Vault/HeldHangoutsChatQuery.phpnu[PK) Z&zPIvendor/google/apiclient-services/src/Google/Service/Vault/DriveExportOptions.phpnu[PK) Z'݂KMvendor/google/apiclient-services/src/Google/Service/Vault/HeldMailQuery.phpnu[PK) Z@7PRvendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterRequest.phpnu[PK) Z R R OUvendor/google/apiclient-services/src/Google/Service/Vault/GroupsCountResult.phpnu[PK) ZgQ.##Tz_vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsRequest.phpnu[PK) ZllU!dvendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsResponse.phpnu[PK) Z6)xggGivendor/google/apiclient-services/src/Google/Service/Vault/Operation.phpnu[PK) ZMEDovendor/google/apiclient-services/src/Google/Service/Vault/Status.phpnu[PK) ZKtvendor/google/apiclient-services/src/Google/Service/Vault/TeamDriveInfo.phpnu[PK) Zcc^eeQyvendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatOptions.phpnu[PK) Z@i D|vendor/google/apiclient-services/src/Google/Service/Vault/Export.phpnu[PK) Z/%L= = Ivendor/google/apiclient-services/src/Google/Service/Vault/CorpusQuery.phpnu[PK) Z&u^  Tvendor/google/apiclient-services/src/Google/Service/Vault/ListOperationsResponse.phpnu[PK) Z IUvendor/google/apiclient-services/src/Google/Service/Vault/HeldOrgUnit.phpnu[PK) ZK)55Nvendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageSink.phpnu[PK) Zѐ<<Xsvendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsResponse.phpnu[PK) ZwY7vendor/google/apiclient-services/src/Google/Service/Vault/AddMatterPermissionsRequest.phpnu[PK) ZHSvendor/google/apiclient-services/src/Google/Service/Vault/CountArtifactsRequest.phpnu[PK) Z眼``Ivendor/google/apiclient-services/src/Google/Service/Vault/AccountInfo.phpnu[PK) Z _Nxvendor/google/apiclient-services/src/Google/Service/Vault/MatterPermission.phpnu[PK) Zbo,Hѽvendor/google/apiclient-services/src/Google/Service/Vault/VaultEmpty.phpnu[PK) Z,Ivendor/google/apiclient-services/src/Google/Service/Vault/HeldAccount.phpnu[PK) Ze  Q9vendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterResponse.phpnu[PK) ZQvendor/google/apiclient-services/src/Google/Service/Vault/ListExportsResponse.phpnu[PK) Z=,UUS=vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.phpnu[PK) Z]]Tvendor/google/apiclient-services/src/Google/Service/Cloudbilling/AggregationInfo.phpnu[PK) ZBg  Pvendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingInfo.phpnu[PK) ZsJvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Money.phpnu[PK) ZXvendor/google/apiclient-services/src/Google/Service/Cloudbilling/SetIamPolicyRequest.phpnu[PK) Zѡ##Kvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Policy.phpnu[PK) Z%Lvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Service.phpnu[PK) ZK'_vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsResponse.phpnu[PK) ZȟD Zvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/ServicesSkus.phpnu[PK) Z]yXXV+ vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Services.phpnu[PK) ZV vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Projects.phpnu[PK) Z e!!]Q%vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.phpnu[PK) ZM}]eGvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.phpnu[PK) ZLQvendor/google/apiclient-services/src/Google/Service/Cloudbilling/Binding.phpnu[PK) ZANUWvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListSkusResponse.phpnu[PK) Z-jYM\vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Category.phpnu[PK) ZҲܵ Vbvendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingExpression.phpnu[PK) ZAkVzzSmvendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.phpnu[PK) Z2^svendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsRequest.phpnu[PK) Z=?gcBwvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.phpnu[PK) Z31ܜ{ { H|}vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Sku.phpnu[PK) ZB}}`ovendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.phpnu[PK) ZyɆM|vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TierRate.phpnu[PK) Z`(""Yvendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListServicesResponse.phpnu[PK) ZCCPvendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditConfig.phpnu[PK) Za#W~vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.phpnu[PK) ZÅPvendor/google/apiclient-services/src/Google/Service/Cloudbilling/GeoTaxonomy.phpnu[PK) ZNbMMI*vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Expr.phpnu[PK) Z 'PPBvendor/google/apiclient-services/src/Google/Service/Dialogflow.phpnu[PK* Z 4C<Ovendor/google/apiclient-services/src/Google/Service/Fitness/BucketBySession.phpnu[PK* Z '}Ovendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.phpnu[PK* ZooMǎvendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.phpnu[PK* Z Lvendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTime.phpnu[PK* Z8LLG?vendor/google/apiclient-services/src/Google/Service/Fitness/Dataset.phpnu[PK* Za8Pvendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.phpnu[PK* Z^^Nvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/Users.phpnu[PK* Z/nVvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersSessions.phpnu[PK* Z NSSivvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDataPointChanges.phpnu[PK* Z")abvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDatasets.phpnu[PK* Z`5==Yvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSources.phpnu[PK* ZUvendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataset.phpnu[PK* Z}#$C C ITvendor/google/apiclient-services/src/Google/Service/Fitness/DataPoint.phpnu[PK* ZP=lHvendor/google/apiclient-services/src/Google/Service/Fitness/DataType.phpnu[PK* ZV4) ) JB vendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.phpnu[PK* Z2hddTvendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.phpnu[PK* Z/%-P P G vendor/google/apiclient-services/src/Google/Service/Fitness/Session.phpnu[PK* ZmZ\+vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataPointChangesResponse.phpnu[PK* Z,HF 4vendor/google/apiclient-services/src/Google/Service/Fitness/Device.phpnu[PK* ZP&:vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByActivity.phpnu[PK* Zk%%K+?vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.phpnu[PK* Zr++HCvendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.phpnu[PK* Z~__WnGvendor/google/apiclient-services/src/Google/Service/Fitness/ListDataSourcesResponse.phpnu[PK* ZGPTLvendor/google/apiclient-services/src/Google/Service/Fitness/AggregateRequest.phpnu[PK* Z[DDQ[vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.phpnu[PK* ZAAK`vendor/google/apiclient-services/src/Google/Service/Fitness/Application.phpnu[PK* Zw{{Rdfvendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.phpnu[PK* Zqke^Eakvendor/google/apiclient-services/src/Google/Service/Fitness/Value.phpnu[PK* Zw5R 3 3Iqvendor/google/apiclient-services/src/Google/Service/ServiceNetworking.phpnu[PK* Z+  Dvendor/google/apiclient-services/src/Google/Service/Plus/Comment.phpnu[PK* Z^}Ivendor/google/apiclient-services/src/Google/Service/Plus/PersonEmails.phpnu[PK* ZdSSMAvendor/google/apiclient-services/src/Google/Service/Plus/CommentPlusoners.phpnu[PK* ZqMMGvendor/google/apiclient-services/src/Google/Service/Plus/PersonUrls.phpnu[PK* Z1*uuBտvendor/google/apiclient-services/src/Google/Service/Plus/Place.phpnu[PK* ZYTvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectResharers.phpnu[PK* Z^JDvendor/google/apiclient-services/src/Google/Service/Plus/CommentObject.phpnu[PK* ZeHHIvendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.phpnu[PK* Z􅣎ppqMvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.phpnu[PK* Zcoop^vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.phpnu[PK* Z+j2vvwmvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.phpnu[PK* ZbNvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorName.phpnu[PK* Z ;;g vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.phpnu[PK* Z\ĨcqqVvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorVerification.phpnu[PK* Z}yy@vendor/google/apiclient-services/src/Google/Service/Plus/Acl.phpnu[PK* Z(4ppUvendor/google/apiclient-services/src/Google/Service/Plus/CommentActorVerification.phpnu[PK* Zuww\vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorVerification.phpnu[PK* Z?G**Uvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorImage.phpnu[PK* Z:B.Rfvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectReplies.phpnu[PK* Z`iQPvendor/google/apiclient-services/src/Google/Service/Plus/Resource/Activities.phpnu[PK* ZYͨL0vendor/google/apiclient-services/src/Google/Service/Plus/Resource/People.phpnu[PK* Zbb N<)vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.phpnu[PK* Z/llQU3vendor/google/apiclient-services/src/Google/Service/Plus/PlusAclentryResource.phpnu[PK* Zt7' ' IB8vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.phpnu[PK* Z#_Bvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsFullImage.phpnu[PK* Z:x00MdHvendor/google/apiclient-services/src/Google/Service/Plus/ActivityProvider.phpnu[PK* ZQyyKLvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.phpnu[PK* Z@[[vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.phpnu[PK* Z@%eN_vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.phpnu[PK* ZEggPdvendor/google/apiclient-services/src/Google/Service/Plus/PersonOrganizations.phpnu[PK* Z8+Gmvendor/google/apiclient-services/src/Google/Service/Plus/PeopleFeed.phpnu[PK* ZlT#vvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectPlusoners.phpnu[PK* Z\`zvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnails.phpnu[PK* Z9lg Pvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.phpnu[PK* Z_/Cvendor/google/apiclient-services/src/Google/Service/Plus/Person.phpnu[PK* Z\ b  I!vendor/google/apiclient-services/src/Google/Service/Plus/ActivityFeed.phpnu[PK* Z'P[vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsImage.phpnu[PK* ZMNNQvendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.phpnu[PK* Zi`vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.phpnu[PK* Zaw##Nvendor/google/apiclient-services/src/Google/Service/Plus/CommentActorImage.phpnu[PK* Z`?F$$O2vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorImage.phpnu[PK* Zbavendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.phpnu[PK* ZVHvendor/google/apiclient-services/src/Google/Service/Plus/PersonImage.phpnu[PK* Zu^cNvendor/google/apiclient-services/src/Google/Service/Plus/PersonPlacesLived.phpnu[PK* ZO Jvendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.phpnu[PK* Z:?Y' ' VKvendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachments.phpnu[PK* ZCiMvendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.phpnu[PK* Z&SKvendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.phpnu[PK* ZKГH9vendor/google/apiclient-services/src/Google/Service/Plus/PersonCover.phpnu[PK* ZG[vendor/google/apiclient-services/src/Google/Service/Plus/PersonName.phpnu[PK* ZJM``E vendor/google/apiclient-services/src/Google/Service/Plus/Activity.phpnu[PK* ZLjJvendor/google/apiclient-services/src/Google/Service/Plus/PlacePosition.phpnu[PK* Z`r 1XXH1"vendor/google/apiclient-services/src/Google/Service/Plus/CommentFeed.phpnu[PK* Z[3XXR+vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverPhoto.phpnu[PK* Za/vendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/DatabaseInstance.phpnu[PK* Z7(Jo.6vendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/DisableDatabaseInstanceRequest.phpnu[PK* Z1ªk9vendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/Resource/ProjectsLocations.phpnu[PK* Zgt=vendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/Resource/ProjectsLocationsInstances.phpnu[PK* Z.Wb4]vendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/Resource/Projects.phpnu[PK* Z`%pdavendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/ReenableDatabaseInstanceRequest.phpnu[PK* Zrndvendor/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase/ListDatabaseInstancesResponse.phpnu[PK* Z+8`jvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceActiveTimeRanges.phpnu[PK* ZlP,rbovendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo.phpnu[PK* ZZuv33Ktvendor/google/apiclient-services/src/Google/Service/Directory/Buildings.phpnu[PK* ZK~  Izvendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.phpnu[PK* Z/ GUvendor/google/apiclient-services/src/Google/Service/Directory/Group.phpnu[PK* Z jU U Wavendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.phpnu[PK* ZA^=vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceTpmVersionInfo.phpnu[PK* ZD"`Qvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevices.phpnu[PK* ZbJvendor/google/apiclient-services/src/Google/Service/Directory/OrgUnits.phpnu[PK* ZjjI vendor/google/apiclient-services/src/Google/Service/Directory/Domains.phpnu[PK* Zt  Qvendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.phpnu[PK* Z9J!Itvendor/google/apiclient-services/src/Google/Service/Directory/Members.phpnu[PK* ZmPPJvendor/google/apiclient-services/src/Google/Service/Directory/Domains2.phpnu[PK* ZRdLLIvendor/google/apiclient-services/src/Google/Service/Directory/Schemas.phpnu[PK* Z;M2[vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceRecentUsers.phpnu[PK* Z:''Qvendor/google/apiclient-services/src/Google/Service/Directory/BuildingAddress.phpnu[PK* ZW&&Jvendor/google/apiclient-services/src/Google/Service/Directory/Features.phpnu[PK* ZZѳd4vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.phpnu[PK* Z.99Ovendor/google/apiclient-services/src/Google/Service/Directory/UserMakeAdmin.phpnu[PK* Zg""Gvendor/google/apiclient-services/src/Google/Service/Directory/Users.phpnu[PK* Z^(]vendor/google/apiclient-services/src/Google/Service/Directory/BatchCreatePrintersResponse.phpnu[PK* Z[UQ66N~vendor/google/apiclient-services/src/Google/Service/Directory/UserLanguage.phpnu[PK* ZK2vendor/google/apiclient-services/src/Google/Service/Directory/UserPhoto.phpnu[PK* Z9wwN4 vendor/google/apiclient-services/src/Google/Service/Directory/UserRelation.phpnu[PK* Zlk)vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReportsVolumeInfo.phpnu[PK* Z@@_vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceScreenshotFiles.phpnu[PK* Z I4V{vendor/google/apiclient-services/src/Google/Service/Directory/CreatePrinterRequest.phpnu[PK* Z4hGvendor/google/apiclient-services/src/Google/Service/Directory/Roles.phpnu[PK* Z U=&vendor/google/apiclient-services/src/Google/Service/Directory/BuildingCoordinates.phpnu[PK* ZͥzRRP*vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.phpnu[PK* Zd  H2vendor/google/apiclient-services/src/Google/Service/Directory/Groups.phpnu[PK* Zi +''Q9vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignments.phpnu[PK* ZiIIN?vendor/google/apiclient-services/src/Google/Service/Directory/UserLocation.phpnu[PK* ZjJVGvendor/google/apiclient-services/src/Google/Service/Directory/ListPrintersResponse.phpnu[PK* ZE?  `!Mvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReports.phpnu[PK* Z0 f~~HTvendor/google/apiclient-services/src/Google/Service/Directory/Schema.phpnu[PK* Zy@@O\vendor/google/apiclient-services/src/Google/Service/Directory/FeatureRename.phpnu[PK* ZiWPPM`vendor/google/apiclient-services/src/Google/Service/Directory/FailureInfo.phpnu[PK* Zk|ZkkZSgvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomersChrome.phpnu[PK* Za p##ZHkvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Chromeosdevices.phpnu[PK* Zo^vendor/google/apiclient-services/src/Google/Service/Directory/Resource/TwoStepVerification.phpnu[PK* ZE< Rvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Domains.phpnu[PK* Z;>RFvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Members.phpnu[PK* ZO_Rvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Schemas.phpnu[PK* Zƙ.8jvendor/google/apiclient-services/src/Google/Service/Directory/Resource/CustomerDevicesChromeosCommands.phpnu[PK* Z=$**Pvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Users.phpnu[PK* Z-+  Tvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.phpnu[PK* Zx] vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesBuildings.phpnu[PK* Z 42]%vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesCalendars.phpnu[PK* Z_mnuuPGBvendor/google/apiclient-services/src/Google/Service/Directory/Resource/Roles.phpnu[PK* Z|Q>TG=vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.phpnu[PK* ZnZ Avendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceApplications.phpnu[PK* ZBGE Hvendor/google/apiclient-services/src/Google/Service/Directory/Asp.phpnu[PK* Z\1 1 JOvendor/google/apiclient-services/src/Google/Service/Directory/Customer.phpnu[PK* ZS?hLHZvendor/google/apiclient-services/src/Google/Service/Directory/UserGender.phpnu[PK* Zr}}Hq_vendor/google/apiclient-services/src/Google/Service/Directory/UserIm.phpnu[PK* Z5yyPffvendor/google/apiclient-services/src/Google/Service/Directory/UserExternalId.phpnu[PK* Z I_kvendor/google/apiclient-services/src/Google/Service/Directory/Printer.phpnu[PK* Zkg  Tvvendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.phpnu[PK* Zh::R]{vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.phpnu[PK* Z%%`vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceLastKnownNetwork.phpnu[PK* Z;wI΅vendor/google/apiclient-services/src/Google/Service/Directory/Channel.phpnu[PK* Zx] ] J vendor/google/apiclient-services/src/Google/Service/Directory/Building.phpnu[PK* Z@Vaavendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReports.phpnu[PK* ZWRNTvendor/google/apiclient-services/src/Google/Service/Directory/PrinterModel.phpnu[PK* ZD^ęLvendor/google/apiclient-services/src/Google/Service/Directory/AdminEmpty.phpnu[PK* ZRm<<[Χvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDeviceFiles.phpnu[PK* ZQMJJRvendor/google/apiclient-services/src/Google/Service/Directory/MembersHasMember.phpnu[PK* Zݙ Ravendor/google/apiclient-services/src/Google/Service/Directory/UserOrganization.phpnu[PK* Z=66Hvendor/google/apiclient-services/src/Google/Service/Directory/Tokens.phpnu[PK* Z ;R>vendor/google/apiclient-services/src/Google/Service/Directory/AuxiliaryMessage.phpnu[PK* Zu€Mvendor/google/apiclient-services/src/Google/Service/Directory/DomainAlias.phpnu[PK* Z -fvv\vendor/google/apiclient-services/src/Google/Service/Directory/BatchCreatePrintersRequest.phpnu[PK* ZFF]vendor/google/apiclient-services/src/Google/Service/Directory/BatchDeletePrintersResponse.phpnu[PK* Z?\w%%Kvendor/google/apiclient-services/src/Google/Service/Directory/UserEmail.phpnu[PK* Z5IKsvendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.phpnu[PK* ZYvendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsMoveDevicesToOu.phpnu[PK* Z`Kmvendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesIssueCommandRequest.phpnu[PK* ZuGvendor/google/apiclient-services/src/Google/Service/Directory/Token.phpnu[PK* Z a/vendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesCommand.phpnu[PK* Z8 Mvendor/google/apiclient-services/src/Google/Service/Directory/UserAddress.phpnu[PK* ZyggO vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevices.phpnu[PK* Z#bbSvendor/google/apiclient-services/src/Google/Service/Directory/VerificationCodes.phpnu[PK* Z8..Fvendor/google/apiclient-services/src/Google/Service/Directory/Asps.phpnu[PK* ZPtdD D R\vendor/google/apiclient-services/src/Google/Service/Directory/UserPosixAccount.phpnu[PK* Z㘱g"(vendor/google/apiclient-services/src/Google/Service/Directory/DirectoryChromeosdevicesCommandResult.phpnu[PK* Z.ùHHI-vendor/google/apiclient-services/src/Google/Service/Directory/Feature.phpnu[PK* Z(MP2vendor/google/apiclient-services/src/Google/Service/Directory/RecentUsers.phpnu[PK* ZI6vendor/google/apiclient-services/src/Google/Service/Directory/Aliases.phpnu[PK* ZW]))V;vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.phpnu[PK* Z%%Q7@vendor/google/apiclient-services/src/Google/Service/Directory/FeatureInstance.phpnu[PK* ZUKu IDvendor/google/apiclient-services/src/Google/Service/GKEHub/Membership.phpnu[PK* ZKSOOMSvendor/google/apiclient-services/src/Google/Service/GKEHub/AuditLogConfig.phpnu[PK* ZF1J**NWvendor/google/apiclient-services/src/Google/Service/GKEHub/MembershipState.phpnu[PK* Zw_ R[vendor/google/apiclient-services/src/Google/Service/GKEHub/SetIamPolicyRequest.phpnu[PK* Z@7E`vendor/google/apiclient-services/src/Google/Service/GKEHub/Policy.phpnu[PK* ZpUDhvendor/google/apiclient-services/src/Google/Service/GKEHub/CancelOperationRequest.phpnu[PK* ZAYkkvendor/google/apiclient-services/src/Google/Service/GKEHub/TestIamPermissionsResponse.phpnu[PK* Z.9 Yovendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocations.phpnu[PK* Z{4cyvendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsOperations.phpnu[PK* Zճs))dÌvendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsMemberships.phpnu[PK* ZBCffP"vendor/google/apiclient-services/src/Google/Service/GKEHub/Resource/Projects.phpnu[PK* Z@wGvendor/google/apiclient-services/src/Google/Service/GKEHub/TypeMeta.phpnu[PK* Z VZvendor/google/apiclient-services/src/Google/Service/GKEHub/ListMembershipsResponse.phpnu[PK* Z~||Pvendor/google/apiclient-services/src/Google/Service/GKEHub/OperationMetadata.phpnu[PK* Z'/qqFvendor/google/apiclient-services/src/Google/Service/GKEHub/Binding.phpnu[PK* ZkfTvendor/google/apiclient-services/src/Google/Service/GKEHub/ListLocationsResponse.phpnu[PK* ZH>vendor/google/apiclient-services/src/Google/Service/GKEHub/Authority.phpnu[PK* Zt=]]Ivendor/google/apiclient-services/src/Google/Service/GKEHub/GkeCluster.phpnu[PK* Z;;Qvendor/google/apiclient-services/src/Google/Service/GKEHub/MembershipEndpoint.phpnu[PK* Z+XZvendor/google/apiclient-services/src/Google/Service/GKEHub/TestIamPermissionsRequest.phpnu[PK* Z}SJyvendor/google/apiclient-services/src/Google/Service/GKEHub/GkehubEmpty.phpnu[PK* ZxHvendor/google/apiclient-services/src/Google/Service/GKEHub/Operation.phpnu[PK* ZX7$$Uvendor/google/apiclient-services/src/Google/Service/GKEHub/ListOperationsResponse.phpnu[PK* Zjԭ>G;vendor/google/apiclient-services/src/Google/Service/GKEHub/Location.phpnu[PK* ZV++Jvendor/google/apiclient-services/src/Google/Service/GKEHub/AuditConfig.phpnu[PK* Z~oo^7 vendor/google/apiclient-services/src/Google/Service/GKEHub/GenerateConnectManifestResponse.phpnu[PK* Z]tN4vendor/google/apiclient-services/src/Google/Service/GKEHub/GoogleRpcStatus.phpnu[PK* Z__QPvendor/google/apiclient-services/src/Google/Service/GKEHub/KubernetesMetadata.phpnu[PK* Z+S0vendor/google/apiclient-services/src/Google/Service/GKEHub/ConnectAgentResource.phpnu[PK* ZK"GGCd vendor/google/apiclient-services/src/Google/Service/GKEHub/Expr.phpnu[PK* Z-߈-ppA&vendor/google/apiclient-services/src/Google/Service/Appengine.phpnu[PK* ZƉ EOvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Flag.phpnu[PK* Z1\\Ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.phpnu[PK* Z@~}m^avendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptions.phpnu[PK* ZHovendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesVerifyExternalSyncSettingsResponse.phpnu[PK* Z^vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.phpnu[PK* ZL@Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DenyMaintenancePeriod.phpnu[PK* Zc>y[XXJvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.phpnu[PK* Z ddYvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerDatabaseDetails.phpnu[PK* ZSUpvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionStatus.phpnu[PK* Z޼Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabasesListResponse.phpnu[PK* ZFGa%a%QQvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.phpnu[PK* Zi_3vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.phpnu[PK* Z ffK_ vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ApiWarning.phpnu[PK* ZǓ/V@vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RotateServerCaContext.phpnu[PK* Ze^Zvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterConfiguration.phpnu[PK* ZYeRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/MaintenanceWindow.phpnu[PK* Z(ooW vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.phpnu[PK* ZRa`avvp{%vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptionsMysqlExportOptions.phpnu[PK* ZzKKU)vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RestoreBackupContext.phpnu[PK* Z=\a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionConfiguration.phpnu[PK* Z2b0>>U3vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerUserDetails.phpnu[PK* ZR8vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TiersListResponse.phpnu[PK* Zm*|Y=vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.phpnu[PK* Z4"WWTBvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterContext.phpnu[PK* Zy}MJvendor/google/apiclient-services/src/Google/Service/SQLAdmin/CloneContext.phpnu[PK* Zo ISvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.phpnu[PK* Z;P[]vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.phpnu[PK* Zd\dvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.phpnu[PK* Z4Ϲ [ivendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/ProjectsInstances.phpnu[PK* Z’bbTCxvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.phpnu[PK* Z'O)vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.phpnu[PK* Z[[Ojvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.phpnu[PK* Zut9SDvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Databases.phpnu[PK* Z>(uuRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/SslCerts.phpnu[PK* Z/ T{vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.phpnu[PK* ZMFFSvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Instances.phpnu[PK* ZTnnRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Projects.phpnu[PK* Z: O !vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Flags.phpnu[PK* ZTUt_P'vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListServerCasResponse.phpnu[PK* ZaEn-vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.phpnu[PK* Zf^4vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.phpnu[PK* ZK# TY9vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupConfiguration.phpnu[PK* ZedQ_Evendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRotateServerCaRequest.phpnu[PK* Z.U0Kvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.phpnu[PK* ZC>#RmPvendor/google/apiclient-services/src/Google/Service/SQLAdmin/FlagsListResponse.phpnu[PK* ZkQوSUvendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.phpnu[PK* Zv.W[vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.phpnu[PK* Z8Pavendor/google/apiclient-services/src/Google/Service/SQLAdmin/FailoverContext.phpnu[PK* Z[et]Afvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesDemoteMasterRequest.phpnu[PK* ZC;Okvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InsightsConfig.phpnu[PK* ZJrvendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.phpnu[PK* Zdx`wvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.phpnu[PK* Z2H{P|vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationErrors.phpnu[PK* Zln n Eovendor/google/apiclient-services/src/Google/Service/SQLAdmin/User.phpnu[PK* Zyl^Rvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.phpnu[PK* ZIR  Nvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.phpnu[PK* ZRbC# # Nqvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.phpnu[PK* Z_ovendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.phpnu[PK* Zυ Szvendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.phpnu[PK* ZkXϮvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlScheduledMaintenance.phpnu[PK* Z!  V%vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.phpnu[PK* Z?}*"bbV˻vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesCloneRequest.phpnu[PK* Z3\\Vvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertRequest.phpnu[PK* ZO__Uvendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.phpnu[PK* Z5\laamyvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesRescheduleMaintenanceRequestBody.phpnu[PK* ZڀJwvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Operation.phpnu[PK* Z9!SIqvendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.phpnu[PK* ZIWYvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlActiveDirectoryConfig.phpnu[PK* ZU}f`vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterMySqlReplicaConfiguration.phpnu[PK* Z\O33Kvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Reschedule.phpnu[PK* ZgooWvendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.phpnu[PK* Z~ ~ Zvendor/google/apiclient-services/src/Google/Service/SQLAdmin/MySqlReplicaConfiguration.phpnu[PK* ZKWN vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertDetail.phpnu[PK* ZߋyyRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/UsersListResponse.phpnu[PK* ZkRvendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.phpnu[PK* Z>bb\jvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SqlExternalSyncSettingError.phpnu[PK* Z q__XXvendor/google/apiclient-services/src/Google/Service/SQLAdmin/OnPremisesConfiguration.phpnu[PK* Z鵺܍W?(vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.phpnu[PK* ZNz))WS.vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertResponse.phpnu[PK* Zkk^7vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.phpnu[PK* Z>N:vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupContext.phpnu[PK* ZS$NNXN?vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRetentionSettings.phpnu[PK* ZK "S S I$Dvendor/google/apiclient-services/src/Google/Service/SQLAdmin/Settings.phpnu[PK* Z%  Hdvendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.phpnu[PK* Zi ҿNonvendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseFlags.phpnu[PK* ZHd | |Crvendor/google/apiclient-services/src/Google/Service/ToolResults.phpnu[PK* ZPL?vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.phpnu[PK* Z}IMqvendor/google/apiclient-services/src/Google/Service/Calendar/EventCreator.phpnu[PK* Z;;Xvendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.phpnu[PK* Z{Pvendor/google/apiclient-services/src/Google/Service/Calendar/ColorDefinition.phpnu[PK* Zu22V<vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.phpnu[PK* Z|0 Gvendor/google/apiclient-services/src/Google/Service/Calendar/Events.phpnu[PK* Z鵵Kcvendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.phpnu[PK* Z{  Pvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.phpnu[PK* Z"No_H3"vendor/google/apiclient-services/src/Google/Service/Calendar/Setting.phpnu[PK* Zy.%fr'vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.phpnu[PK* Z[R,vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.phpnu[PK* Z̋:DAvendor/google/apiclient-services/src/Google/Service/Calendar/Acl.phpnu[PK* Z>FFH]Hvendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.phpnu[PK* Z0*zzQOvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyResponse.phpnu[PK* Zg UWvendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.phpnu[PK* Z*Nh[vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminder.phpnu[PK* Z2j2jP_vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Events.phpnu[PK* ZgR##Msvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.phpnu[PK* ZdRvvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Channels.phpnu[PK* ZxRvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Freebusy.phpnu[PK* Z]P&vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Colors.phpnu[PK* Z45%5%Vvendor/google/apiclient-services/src/Google/Service/Calendar/Resource/CalendarList.phpnu[PK* ZR"SL%vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Calendars.phpnu[PK* ZakMMR8vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Settings.phpnu[PK* ZhJOHvendor/google/apiclient-services/src/Google/Service/Calendar/EventReminders.phpnu[PK* Zk=OBNvendor/google/apiclient-services/src/Google/Service/Calendar/EventOrganizer.phpnu[PK* Z llSSvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.phpnu[PK* Z|l\ \ NYvendor/google/apiclient-services/src/Google/Service/Calendar/EventAttendee.phpnu[PK* Z:lzu5 5 Ocvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.phpnu[PK* ZP=pvendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.phpnu[PK* Z[:wQvvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.phpnu[PK* Z۲8""T|vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.phpnu[PK* Z3F/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.phpnu[PK* Z&~Hqvendor/google/apiclient-services/src/Google/Service/Calendar/Channel.phpnu[PK* Z Mvendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.phpnu[PK* ZxUGvendor/google/apiclient-services/src/Google/Service/Calendar/Colors.phpnu[PK* ZzM3vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.phpnu[PK* Z!djjdvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParametersAddOnParameters.phpnu[PK* ZňLvendor/google/apiclient-services/src/Google/Service/Calendar/EventGadget.phpnu[PK* ZUvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.phpnu[PK* Z S^^Xvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.phpnu[PK* Z-Ve,,Uvendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.phpnu[PK* ZHg Kvendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.phpnu[PK* ZH~~Nvendor/google/apiclient-services/src/Google/Service/Calendar/EventDateTime.phpnu[PK* Z%%Nvendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.phpnu[PK* Z?  I!vendor/google/apiclient-services/src/Google/Service/Calendar/Calendar.phpnu[PK* Z)\Ivendor/google/apiclient-services/src/Google/Service/Calendar/Settings.phpnu[PK* Za**Fvendor/google/apiclient-services/src/Google/Service/Calendar/Event.phpnu[PK* ZEX vendor/google/apiclient-services/src/Google/Service/Calendar/EventExtendedProperties.phpnu[PK* Z-tU LXvendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.phpnu[PK* ZkjOjO>/vendor/google/apiclient-services/src/Google/Service/Vision.phpnu[PK* ZD 6Y Y Gvendor/google/apiclient-services/src/Google/Service/FirebaseHosting.phpnu[PK* ZUgvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/ViolatingSites.phpnu[PK* ZH+^vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.phpnu[PK* ZC<'fyvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/ViolatingSitesResponse.phpnu[PK* Z)))cvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/SiteSummaryResponse.phpnu[PK* Z$$Svendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TableProgress.phpnu[PK* Zڵ\[Ovendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListInstancesResponse.phpnu[PK* ZbVVTvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditLogConfig.phpnu[PK* Z\=K¹vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Frame.phpnu[PK* Z^_vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/MultiClusterRoutingUseAny.phpnu[PK* ZbR+vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.phpnu[PK* ZvY/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListBackupsResponse.phpnu[PK* ZPZZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListClustersResponse.phpnu[PK* ZA#  bcvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/PartialUpdateInstanceRequest.phpnu[PK* Z^S,,]vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListAppProfilesResponse.phpnu[PK* Z}"}99Rvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/FailureTrace.phpnu[PK* ZA qYsvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SetIamPolicyRequest.phpnu[PK* ZY\?Xvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.phpnu[PK* ZN**L vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Policy.phpnu[PK* ZUZw[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.phpnu[PK* ZNjZ\vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterRequest.phpnu[PK* ZPHZZLqvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GcRule.phpnu[PK* ZYG vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/RestoreTableRequest.phpnu[PK* Z**Rvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ColumnFamily.phpnu[PK* ZkaaYbvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.phpnu[PK* Z W`Lvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsResponse.phpnu[PK* Z*w''`{vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstances.phpnu[PK* Zȸll`2?vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.phpnu[PK* ZTRk.Hvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesAppProfiles.phpnu[PK* Z};ҷ  YR_vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Operations.phpnu[PK* ZLbklvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.phpnu[PK* Z`Wovvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Projects.phpnu[PK* ZTaxzvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjects.phpnu[PK* Z 0 0f~vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.phpnu[PK* Zj99h7vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.phpnu[PK* ZTa++ovendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClustersBackups.phpnu[PK* Z0%|KK\vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateInstanceMetadata.phpnu[PK* ZG? fnvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenResponse.phpnu[PK* Z Mvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Binding.phpnu[PK* ZD/v[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterMetadata.phpnu[PK* Z/?MMPvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BackupInfo.phpnu[PK* ZyyY vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.phpnu[PK* Z[33[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListLocationsResponse.phpnu[PK* Z[  Povendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AppProfile.phpnu[PK* ZJ4R"vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Modification.phpnu[PK* Z<9c|)vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/OptimizeRestoredTableMetadata.phpnu[PK* Z\ N/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Instance.phpnu[PK* Z-3_:5vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsRequest.phpnu[PK* ZN\dd^g9vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyResponse.phpnu[PK* Z-z+]Y=vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyRequest.phpnu[PK* Zo]QsAvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/RestoreInfo.phpnu[PK* ZPMGvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.phpnu[PK* ZeMvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenRequest.phpnu[PK* ZEg  KPvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Split.phpnu[PK* Z&OtTvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Operation.phpnu[PK* Z/HQ^[vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateAppProfileMetadata.phpnu[PK* Z%L^vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Status.phpnu[PK* Z ssZcvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SingleClusterRouting.phpnu[PK* Z d,,Khvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Union.phpnu[PK* Z)d[Xwmvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BigtableadminEmpty.phpnu[PK* ZI33Rpvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Intersection.phpnu[PK* Zg@@\Yuvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListOperationsResponse.phpnu[PK* ZGP99L%{vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Backup.phpnu[PK* Zgn1//\ڂvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceMetadata.phpnu[PK* Z#HNvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Location.phpnu[PK* ZvAGGQvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditConfig.phpnu[PK* Z]@" " K•vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Table.phpnu[PK* Z?[_vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateClusterMetadata.phpnu[PK* ZiWvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/OperationProgress.phpnu[PK* Z *V;vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.phpnu[PK* Z  Xqvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListTablesResponse.phpnu[PK* Z(IIZvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateBackupMetadata.phpnu[PK* ZZغvendor/google/apiclient-services/src/Google/Service/BigtableAdmin/RestoreTableMetadata.phpnu[PK* Z}"avendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ModifyColumnFamiliesRequest.phpnu[PK* ZGNNJ%vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.phpnu[PK* ZJnTnTDvendor/google/apiclient-services/src/Google/Service/GameServices.phpnu[PK* Z5RRD#vendor/google/apiclient-services/src/Google/Service/Fusiontables.phpnu[PK* Z.+4Iwvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.phpnu[PK* ZoBavendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateRepoRequest.phpnu[PK* Z_a``^+vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.phpnu[PK* ZRh''avendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ListReposResponse.phpnu[PK* Zzh_Ѣvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.phpnu[PK* ZB>˨rr` vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoMetadata.phpnu[PK* Z#Kcvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.phpnu[PK* Z1OppVvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Policy.phpnu[PK* Z&<jvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsResponse.phpnu[PK* Z] #!#!fvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/ProjectsRepos.phpnu[PK* ZAavendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.phpnu[PK* ZbaW8vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Binding.phpnu[PK* Zngg_vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoRequest.phpnu[PK* Z}>~_]vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ProjectConfig.phpnu[PK* Zi`vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsRequest.phpnu[PK* Z.Tvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.phpnu[PK* Z#Y9vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Operation.phpnu[PK* Z7RV vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Status.phpnu[PK* Zvvjvendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateProjectConfigRequest.phpnu[PK* Z oo[vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.phpnu[PK* Zcd\vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.phpnu[PK* Z)\#vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/PubsubConfig.phpnu[PK* ZiXXTu)vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Expr.phpnu[PK* Z.xnQ/vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/ListLocationAdminsResponse.phpnu[PK* Zt'^^hn4vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/ListAccountsResponse.phpnu[PK* Z7}}k>rvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/AccountsAdmins.phpnu[PK* Z[\eVvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Accounts.phpnu[PK* Z;gAAYjvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Admin.phpnu[PK* ZCnw  a4vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/PostalAddress.phpnu[PK* Z.Flvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/DeclineInvitationRequest.phpnu[PK* Z[Օk6vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/ListInvitationsResponse.phpnu[PK* Z3^vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Invitation.phpnu[PK* ZnXEb b [vendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Account.phpnu[PK* ZFeettvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/MybusinessaccountmanagementEmpty.phpnu[PK* Z'nn vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.phpnu[PK* ZT55w2vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelFrame.phpnu[PK* ZqPPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation.phpnu[PK* Zxqqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.phpnu[PK* ZE00Jvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.phpnu[PK* ZcPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame.phpnu[PK* Z{A99Svendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechTranscription.phpnu[PK* ZQBvvCvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoSegment.phpnu[PK* Z]:ooyi$vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoSegment.phpnu[PK* Z"|I gg{)vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceFrame.phpnu[PK* ZTS0vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame.phpnu[PK* Z-<.%%}7vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceSegment.phpnu[PK* Z![ [ =vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.phpnu[PK* Zi~Gvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.phpnu[PK* Z(Mvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse.phpnu[PK* Zު qqSvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.phpnu[PK* Zk2jN N Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.phpnu[PK* Zص_gvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.phpnu[PK* Zܣmvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1FaceAnnotation.phpnu[PK* ZP2Pvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceAnnotation.phpnu[PK* ZO ~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.phpnu[PK* Z&Qvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1PersonDetectionAnnotation.phpnu[PK* ZSHHvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation.phpnu[PK* Zpy  vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TimestampedObject.phpnu[PK* Z{z <<~\vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelFrame.phpnu[PK* Z4|Fvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1WordInfo.phpnu[PK* ZaIvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscription.phpnu[PK* Z_c  x۶vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceSegment.phpnu[PK* Z%Pyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelSegment.phpnu[PK* Zꮛd..vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.phpnu[PK* Z;vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.phpnu[PK* Zelvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame.phpnu[PK* Zm|zzvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedLandmark.phpnu[PK* ZՖvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedAttribute.phpnu[PK* Z:[ [ 7vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.phpnu[PK* ZzʈxzOvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2WordInfo.phpnu[PK* ZV>J ~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TimestampedObject.phpnu[PK* ZЃ;SSvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceFrame.phpnu[PK* ZQc vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextSegment.phpnu[PK* Z~e [ [ Lvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.phpnu[PK* ZR  dvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TimestampedObject.phpnu[PK* ZedHH3(vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextAnnotation.phpnu[PK* Z+//-/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceSegment.phpnu[PK* Zi w 5vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Track.phpnu[PK* ZCddj@vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingConfig.phpnu[PK* ZbDvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleProtobufEmpty.phpnu[PK* Z|$IS Gvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.phpnu[PK* ZCp0JJETvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceDetectionConfig.phpnu[PK* Z 8N N ?Zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.phpnu[PK* ZOK{@gvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1FaceAnnotation.phpnu[PK* Z!; yovendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Track.phpnu[PK* ZH |zvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelAnnotation.phpnu[PK* Z)vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation.phpnu[PK* ZZ&&vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.phpnu[PK* ZLMhvvϓvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoSegment.phpnu[PK* Zf vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.phpnu[PK* Zc:|vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress.phpnu[PK* Z)&mzzѨvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1DetectedLandmark.phpnu[PK* Ztyyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame.phpnu[PK* Z^ 99-vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.phpnu[PK* Z,SE E vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.phpnu[PK* Ztݦvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.phpnu[PK* ZT~U#vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingBox.phpnu[PK* Zg|8)vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1FaceAnnotation.phpnu[PK* Z{PPy1vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoContext.phpnu[PK* Z,.Nvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextSegment.phpnu[PK* Z3?WWvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentFrame.phpnu[PK* Z[[{\vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextFrame.phpnu[PK* ZIXcvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationProgress.phpnu[PK* Z@@lvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextAnnotation.phpnu[PK* Zϯiisvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.phpnu[PK* Zsn{vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.phpnu[PK* Z (iivendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.phpnu[PK* Zjjvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelDetectionConfig.phpnu[PK* Z7 ~Ӎvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1DetectedAttribute.phpnu[PK* ZvYUU(vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.phpnu[PK* Z76vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame.phpnu[PK* ZjT99pvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechTranscription.phpnu[PK* ZK"  `vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TimestampedObject.phpnu[PK* Zȱ yvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Track.phpnu[PK* Zqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1CelebrityTrack.phpnu[PK* Z'qvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.phpnu[PK* Z`19z+vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Entity.phpnu[PK* Z.)BBvvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextFrame.phpnu[PK* ZosWvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.phpnu[PK* Z{qqvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.phpnu[PK* Z&vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedVertex.phpnu[PK* Z9"/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelSegment.phpnu[PK* ZXuvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1WordInfo.phpnu[PK* Z~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelSegment.phpnu[PK* Z\ vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse.phpnu[PK* Z)^$Vvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation.phpnu[PK* Z_ql vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelSegment.phpnu[PK* Z4|Lvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1WordInfo.phpnu[PK* Zz-vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextSegment.phpnu[PK* Z } y!vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1Track.phpnu[PK* Z_\P-vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2FaceAnnotation.phpnu[PK* Z5vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedVertex.phpnu[PK* Z3큡0:vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults.phpnu[PK* Z)qzz Ivendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1DetectedLandmark.phpnu[PK* ZBW®^8Pvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleRpcStatus.phpnu[PK* Z@*)+tttUvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoResponse.phpnu[PK* ZQ[vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1DetectedAttribute.phpnu[PK* Z\`vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.phpnu[PK* Zqzgvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Entity.phpnu[PK* Z )mvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.phpnu[PK* ZDjPyvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2DetectedAttribute.phpnu[PK* Zr+ ~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation.phpnu[PK* ZwMQvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse.phpnu[PK* Z>kexvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Entity.phpnu[PK* Z&L  7vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.phpnu[PK* Zq\2 2 vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelAnnotation.phpnu[PK* Z)/1ާvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress.phpnu[PK* ZA&J+J+3vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.phpnu[PK* ZX0vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedVertex.phpnu[PK* Z̟PPvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation.phpnu[PK* Z5<<~vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelFrame.phpnu[PK* Z>oo}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1FaceFrame.phpnu[PK* Z_\ߐvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse.phpnu[PK* Zs3//vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1FaceSegment.phpnu[PK* Zee}vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextFrame.phpnu[PK* Z.ݓvendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame.phpnu[PK* Z9@8HH= vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextAnnotation.phpnu[PK* Z7_=a7vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.phpnu[PK* ZC^vvendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/Operations.phpnu[PK* ZϲT%vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.phpnu[PK* ZiˡQ,vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Status.phpnu[PK* ZaTTa2vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListOperationsResponse.phpnu[PK* Z:qO]7vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.phpnu[PK* Z5G!;vendor/google/apiclient-services/src/Google/Service/Firebasestorage.phpnu[PK* ZGxxXJvendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.phpnu[PK* Zo^Ovendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.phpnu[PK* Z14ZZXSvendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.phpnu[PK* Zwgvv_Xvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.phpnu[PK* Zc^vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.phpnu[PK* Z#Avvicvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsCancelPreviewRequest.phpnu[PK* Z]hvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.phpnu[PK* Z3@Zmvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.phpnu[PK* ZLksvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.phpnu[PK* ZNzvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.phpnu[PK* Z|g7_\vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.phpnu[PK* Z0[vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.phpnu[PK* Zh8#FFPNvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.phpnu[PK* ZlTTcvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.phpnu[PK* ZXvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.phpnu[PK* Zi77^avendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.phpnu[PK* ZRaa]vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.phpnu[PK* Zabb\vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.phpnu[PK* Z CC\vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.phpnu[PK* Z:CC_!vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.phpnu[PK* ZRm{ R['vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.phpnu[PK* ZׂZQ3vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.phpnu[PK* ZsS`9vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.phpnu[PK* ZR׹[#@vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.phpnu[PK* Z&1yEETKFvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.phpnu[PK* Z`"SJvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.phpnu[PK* Z\mm`]`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.phpnu[PK* Z_J~o^Zdvendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.phpnu[PK* Z}FD Xoivendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.phpnu[PK* Zmss_uvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.phpnu[PK* ZWWUyvendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.phpnu[PK* ZPu`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/GlobalSetPolicyRequest.phpnu[PK* ZSoʆvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.phpnu[PK* Z+ɠaBvendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsResponse.phpnu[PK* Z9]svendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.phpnu[PK* Z3PP`vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.phpnu[PK* Z}dvendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.phpnu[PK* ZUnU`Tvendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.phpnu[PK* Z, dvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.phpnu[PK* ZTvendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.phpnu[PK* Z(]]a<vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsListResponse.phpnu[PK* ZY T*vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.phpnu[PK* Z9ϖtRRNvendor/google/apiclient-services/src/Google/Service/DeploymentManager/Expr.phpnu[PK* ZM%##tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageRequest.phpnu[PK* Zp#C<<Wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata.phpnu[PK* ZBEzOvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.phpnu[PK* Z̔ƍ??vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata.phpnu[PK* ZBLLvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata.phpnu[PK* ZoL{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata.phpnu[PK* ZlDDyvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.phpnu[PK* Z|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse.phpnu[PK* ZN5AAqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata.phpnu[PK* Z+\tovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SequentialSegment.phpnu[PK* Z++ vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextClassificationAnnotation.phpnu[PK* Z6IIIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata.phpnu[PK* ZWw}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest.phpnu[PK* ZκlKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ImportDataOperationResponse.phpnu[PK* Zǯ} vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig.phpnu[PK* Z'lF%vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1GcsSource.phpnu[PK* Zv*)vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata.phpnu[PK* Z^s((q1vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoThumbnail.phpnu[PK* ZGWB n{6vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Instruction.phpnu[PK* ZOoCvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImagePayload.phpnu[PK* Z?&\| Jvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageClassificationConfig.phpnu[PK* Z$ csLPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotatedDataset.phpnu[PK* ZH?AA_vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata.phpnu[PK* Z${evendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextClassificationConfig.phpnu[PK* Z8cLL:mvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata.phpnu[PK* ZғyFsvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ClassificationMetadata.phpnu[PK* Zor|wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1GcsDestination.phpnu[PK* ZH=#q9|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1GcsDestination.phpnu[PK* ZkSF  mvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Annotation.phpnu[PK* Zl rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1FeedbackMessage.phpnu[PK* Z׉Us.vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationConfig.phpnu[PK* Z(GG}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata.phpnu[PK* Zijpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1OutputConfig.phpnu[PK* ZWhpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelStats.phpnu[PK* Z|zvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination.phpnu[PK* Z1ΣXgvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleProtobufEmpty.phpnu[PK* Z/$==vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata.phpnu[PK* Zjjnvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EventConfig.phpnu[PK* ZH+Qovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1BoundingPoly.phpnu[PK* Z~7{{vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListInstructionsResponse.phpnu[PK* Z:_22tpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationMetrics.phpnu[PK* Z//Fvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ImportDataOperationMetadata.phpnu[PK* Z5AA&vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata.phpnu[PK* Z kKK$vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata.phpnu[PK* ZT|.vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoClassificationConfig.phpnu[PK* Z\==\vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata.phpnu[PK* Z^s>>Vvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata.phpnu[PK* Zn'9Nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse.phpnu[PK* Z PPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[PK* Z=z8au/ vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1BoundingPolyConfig.phpnu[PK* Zqpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationSpec.phpnu[PK* Z kvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1DataItem.phpnu[PK* ZtI y!vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.phpnu[PK* Z32IIA-vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata.phpnu[PK* Z4AAG3vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[PK* Zk. . ~I9vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation.phpnu[PK* Z66%Dvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata.phpnu[PK* ZQfKKJvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata.phpnu[PK* ZrPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ExportDataOperationMetadata.phpnu[PK* Z!T˕{Wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateInstructionRequest.phpnu[PK* Z-7 99]vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata.phpnu[PK* Z yycvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry.phpnu[PK* ZV$t.nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1GcsDestination.phpnu[PK* ZW W rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse.phpnu[PK* ZF|kLL}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata.phpnu[PK* ZԾqvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1PolylineConfig.phpnu[PK* Zat<vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImportDataRequest.phpnu[PK* Z"9_vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleLongrunningOperation.phpnu[PK* ZEZ/b vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsInstructions.phpnu[PK* Zd!cvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsVideo.phpnu[PK* ZD=*{d vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsEvaluationJobs.phpnu[PK* Z1 ~vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsFeedbackThreads.phpnu[PK* Z]I I wvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsExamples.phpnu[PK* Z L^vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasets.phpnu[PK* ZBB@@{vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsEvaluationsExampleComparisons.phpnu[PK* Z #ct vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsImage.phpnu[PK* Z89 9 gvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsDataItems.phpnu[PK* Zx~~Vvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/Projects.phpnu[PK* Z%-h.`!vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsOperations.phpnu[PK* Z o4vendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasets.phpnu[PK* Zll l xMCvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsDataItems.phpnu[PK* Z88iaOvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsEvaluations.phpnu[PK* Z3-2Vvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessages.phpnu[PK* Z]hhvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsAnnotationSpecSets.phpnu[PK* ZZgF F aFzvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsEvaluations.phpnu[PK* Z/"bvendor/google/apiclient-services/src/Google/Service/DataLabeling/Resource/ProjectsDatasetsText.phpnu[PK* Z[7dlvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleLongrunningListOperationsResponse.phpnu[PK* Zʢ33vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata.phpnu[PK* Z A,,vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation.phpnu[PK* Z@@svendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata.phpnu[PK* ZFX sovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelTextRequest.phpnu[PK* Zܓ::vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata.phpnu[PK* Z@v\~~rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationValue.phpnu[PK* Z0HHvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata.phpnu[PK* ZBBBvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata.phpnu[PK* Z0|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata.phpnu[PK* Z`rP )vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation.phpnu[PK* Z[  {vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata.phpnu[PK* ZU//vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ImportDataOperationMetadata.phpnu[PK* Z:<<qvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata.phpnu[PK* Z)/Vxivendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListDataItemsResponse.phpnu[PK* Z3`ܯ--|$vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata.phpnu[PK* ZLs2xSvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectDetectionConfig.phpnu[PK* ZKtaXvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1GcsDestination.phpnu[PK* ZVMEE"]vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata.phpnu[PK* Z$66 cvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1GenerateAnalysisReportOperationMetadata.phpnu[PK* Zrhvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1OutputConfig.phpnu[PK* Zbopvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoPayload.phpnu[PK* Z wwqxvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1PdfInstruction.phpnu[PK* Z\p}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelStats.phpnu[PK* Z(;vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse.phpnu[PK* ZPt988f vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Row.phpnu[PK* ZrR~ڏvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListFeedbackThreadsResponse.phpnu[PK* Zr a??}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata.phpnu[PK* Z(*BBwvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.phpnu[PK* ZW W wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse.phpnu[PK* ZA!rvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ConfusionMatrix.phpnu[PK* ZKMtU xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.phpnu[PK* ZYp zdvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation.phpnu[PK* ZVq--vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ImportDataOperationMetadata.phpnu[PK* Z< < ~vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExportDataOperationResponse.phpnu[PK* Z$ovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextMetadata.phpnu[PK* Z!::vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata.phpnu[PK* ZFF|vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateInstructionMetadata.phpnu[PK* Z!}vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest.phpnu[PK* ZTIIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata.phpnu[PK* Z~<<vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata.phpnu[PK* Z)y vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata.phpnu[PK* Z[IIVvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata.phpnu[PK* Z<|hht\vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExportDataRequest.phpnu[PK* Z$f--|hvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelOperationMetadata.phpnu[PK* ZӔ4E E j>vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Dataset.phpnu[PK* ZʹϩiIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Vertex.phpnu[PK* Z"<QQMvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest.phpnu[PK* Z<%8 8 jSvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Example.phpnu[PK* Zޛv`vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.phpnu[PK* Z/{zivendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig.phpnu[PK* Z^Ɨ  {ovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.phpnu[PK* ZHHzvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata.phpnu[PK* Zw[PPҀvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[PK* Z4SBBvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata.phpnu[PK* Z> wތvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListExamplesResponse.phpnu[PK* ZY IIvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata.phpnu[PK* Z̀{{nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextPayload.phpnu[PK* ZR--y0vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelOperationMetadata.phpnu[PK* ZFysM-M-zvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelOperationMetadata.phpnu[PK* ZKKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata.phpnu[PK* ZZrvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1OutputConfig.phpnu[PK* Z~  {tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.phpnu[PK* Z%wJJ.vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata.phpnu[PK* Zew6vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.phpnu[PK* Z@@u vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1NormalizedPolyline.phpnu[PK* Z t,,~&vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ImportDataOperationMetadata.phpnu[PK* Z| rwp-vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1CreateDatasetRequest.phpnu[PK* ZLKu2vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SegmentationConfig.phpnu[PK* Z~'8vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExportDataOperationMetadata.phpnu[PK* Zr7AFF?vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata.phpnu[PK* Z VtEvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationSpecSet.phpnu[PK* Z=IINvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata.phpnu[PK* ZH;;tTvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelVideoRequest.phpnu[PK* ZPevendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListAnnotatedDatasetsResponse.phpnu[PK* ZP*7rHlvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SentimentConfig.phpnu[PK* ZjTnpvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelStats.phpnu[PK* Z#  vuvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationJobConfig.phpnu[PK* Zs88vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata.phpnu[PK* Z3KKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata.phpnu[PK* Z*䅔;;vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata.phpnu[PK* Zkj(]]wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoEventAnnotation.phpnu[PK* Z:wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListDatasetsResponse.phpnu[PK* ZUvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListFeedbackMessagesResponse.phpnu[PK* Z)Bwvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1GcsFolderDestination.phpnu[PK* Z篊KKݸvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata.phpnu[PK* ZZ::xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ClassificationMetrics.phpnu[PK* ZY99uvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1AnnotationMetadata.phpnu[PK* Z+xvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1GcsFolderDestination.phpnu[PK* Z)+vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation.phpnu[PK* ZpEEPvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata.phpnu[PK* ZE<{Nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ImportDataOperationResponse.phpnu[PK* Z2fTvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleRpcStatus.phpnu[PK* ZŇ4m vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelStats.phpnu[PK* ZgS*vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse.phpnu[PK* ZK6KKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata.phpnu[PK* Z;;vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata.phpnu[PK* Za&33wvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.phpnu[PK* Z/ nvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1InputConfig.phpnu[PK* Z?rovendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1OutputConfig.phpnu[PK+ ZtZvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p1alpha1ExportDataOperationMetadata.phpnu[PK+ Zj:1++$vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest.phpnu[PK+ Z$E1BB(vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata.phpnu[PK+ Zз{.vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig.phpnu[PK+ Z)8}S4vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse.phpnu[PK+ Z) KJE E :vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse.phpnu[PK+ ZA]OLLEvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata.phpnu[PK+ ZUtKvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1ExampleComparison.phpnu[PK+ ZY7Hff$Tvendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation.phpnu[PK+ Z&22ddn:\vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1TimeSegment.phpnu[PK+ Z9T  q||j%vendor/google/apiclient-services/src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1beta1Attempt.phpnu[PK+ ZuB  ?;vendor/google/apiclient-services/src/Google/Service/YouTube.phpnu[PK+ ZBvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse.phpnu[PK+ ZBRlmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1NormalizedVertex.phpnu[PK+ ZxpHvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTranslation.phpnu[PK+ ZRMovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageAnchor.phpnu[PK+ Zt'vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2ProcessDocumentResponse.phpnu[PK+ Za|B\rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageDimension.phpnu[PK+ ZServendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageDimension.phpnu[PK+ Z Qwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse.phpnu[PK+ Z4ݽx mvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageLine.phpnu[PK+ ZwMqql vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadata.phpnu[PK+ Znvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentShardInfo.phpnu[PK+ ZejnCvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentResponse.phpnu[PK+ Z nqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageBlock.phpnu[PK+ Z?G& i(vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BoundingPoly.phpnu[PK+ Z_[ [ n0vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTable.phpnu[PK+ Z@H!!x <vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview.phpnu[PK+ ZmP=44t@vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SampleDatasetMetadata.phpnu[PK+ Z 2 rFvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageParagraph.phpnu[PK+ Z$}Pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse.phpnu[PK+ Z૜oWTvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentTextChange.phpnu[PK+ ZX#o\vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageAnchor.phpnu[PK+ Z C rYbvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageParagraph.phpnu[PK+ ZAplvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationMetrics.phpnu[PK+ Z1Ooqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageMatrix.phpnu[PK+ ZU_WW{owvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak.phpnu[PK+ ZGGOq{vendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeDate.phpnu[PK+ Z5e7vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3Document.phpnu[PK+ Z,Fddegvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2Document.phpnu[PK+ Z:Nw`vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell.phpnu[PK+ ZK]@@kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1GcsDestination.phpnu[PK+ Z 6kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentEntity.phpnu[PK+ Z8;;fvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1GcsSource.phpnu[PK+ Z٥rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ReviewDocumentRequest.phpnu[PK+ ZpzAAevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata.phpnu[PK+ Zv/َPWvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeMoney.phpnu[PK+ Zi**zevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment.phpnu[PK+ Z==}9vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata.phpnu[PK+ Zims#vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentEntityRelation.phpnu[PK+ ZHb7vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata.phpnu[PK+ ZщBC|vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse.phpnu[PK+ Zɇuvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentProvenanceParent.phpnu[PK+ Zcuzzfvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3GcsPrefix.phpnu[PK+ Z = nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageBlock.phpnu[PK+ ZNiEEyvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage.phpnu[PK+ Zw@#Svendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeTimeZone.phpnu[PK+ Zܽovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTextAnchor.phpnu[PK+ Zw4ڇnwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1OperationMetadata.phpnu[PK+ Zi%vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPage.phpnu[PK+ Z\C<~TAvendor/google/apiclient-services/src/Google/Service/Document/GoogleProtobufEmpty.phpnu[PK+ ZvEvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef.phpnu[PK+ ZC]**zLvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment.phpnu[PK+ ZcworQvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1CommonOperationMetadata.phpnu[PK+ ZviWvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3GcsDocuments.phpnu[PK+ Z=jjh\vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1InputConfig.phpnu[PK+ ZFibvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2BoundingPoly.phpnu[PK+ ZYAAkjvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata.phpnu[PK+ ZWy k]pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ProcessRequest.phpnu[PK+ Z@}ozvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageLayout.phpnu[PK+ ZSvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse.phpnu[PK+ Z=Rivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1OutputConfig.phpnu[PK+ Znvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3HumanReviewStatus.phpnu[PK+ Z:Tj rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageFormField.phpnu[PK+ ZuEEy:vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage.phpnu[PK+ Z—Yo(vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageMatrix.phpnu[PK+ ZC޷pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentTranslation.phpnu[PK+ ZӦM::nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageImage.phpnu[PK+ ZkPsvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentEntityRelation.phpnu[PK+ Zm~dh h |Tvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata.phpnu[PK+ Zw2j\hvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationLocation.phpnu[PK+ Z5vvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef.phpnu[PK+ ZGkqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentEntity.phpnu[PK+ Zwcvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3Vertex.phpnu[PK+ ZIc r$vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageParagraph.phpnu[PK+ Z*j66vXvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata.phpnu[PK+ Z[4vendor/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningOperation.phpnu[PK+ ZLU jjvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentStyle.phpnu[PK+ Z mvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageLine.phpnu[PK+ ZWW{vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak.phpnu[PK+ Z^# n$vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageToken.phpnu[PK+ Z [0vendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.phpnu[PK+ Z<e!;vendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsOperations.phpnu[PK+ Z/rrRAvendor/google/apiclient-services/src/Google/Service/Document/Resource/Projects.phpnu[PK+ Zy1PPvEvendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.phpnu[PK+ Z| vMvendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.phpnu[PK+ Z6 e)Zvendor/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.phpnu[PK+ Z͟  lpfvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ProcessResponse.phpnu[PK+ Z%~~,ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation.phpnu[PK+ Z2gvvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus.phpnu[PK+ Z Kqivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2OutputConfig.phpnu[PK+ ZJkvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentEntity.phpnu[PK+ Zqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessMetadata.phpnu[PK+ Zynvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentShardInfo.phpnu[PK+ Z!|5vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata.phpnu[PK+ Z&~Hevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1Document.phpnu[PK+ ZgPddmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentRevision.phpnu[PK+ ZqL L zvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue.phpnu[PK+ ZWY%ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageLayout.phpnu[PK+ Z|MMo>vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SchemaEntityType.phpnu[PK+ Z&־v*vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow.phpnu[PK+ ZGhvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2InputConfig.phpnu[PK+ Zn*PTvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeColor.phpnu[PK+ Z҈< jvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentStyle.phpnu[PK+ Z`jj vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig.phpnu[PK+ Z[IZz6vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse.phpnu[PK+ Z$rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentStyleFontSize.phpnu[PK+ Z9vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse.phpnu[PK+ ZQ$[ [ n~vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTable.phpnu[PK+ Z nwvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageBlock.phpnu[PK+ ZSMvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig.phpnu[PK+ Z>>~vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata.phpnu[PK+ ZaBh nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageToken.phpnu[PK+ Z-dnvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2OperationMetadata.phpnu[PK+ ZBf==}vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata.phpnu[PK+ ZL؍AAvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata.phpnu[PK+ Z"i77wvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata.phpnu[PK+ Zilvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BoundingPoly.phpnu[PK+ Zk]m vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics.phpnu[PK+ Zݶv"vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.phpnu[PK+ ZDkuvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentProvenanceParent.phpnu[PK+ Z+v2vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageVisualElement.phpnu[PK+ Z͕o$vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentProvenance.phpnu[PK+ ZEn\z+vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse.phpnu[PK+ Z@\"r1vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationReference.phpnu[PK+ Zd*66v8vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata.phpnu[PK+ Zӓ> m>vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageLine.phpnu[PK+ Zm<ڧwHvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageTableTableCell.phpnu[PK+ ZڛuW))$Rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig.phpnu[PK+ ZlգcVvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1Vertex.phpnu[PK+ Zt疭m3[vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3NormalizedVertex.phpnu[PK+ ZTu}_vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentProvenanceParent.phpnu[PK+ ZAAdvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata.phpnu[PK+ Zdv" " Sjvendor/google/apiclient-services/src/Google/Service/Document/GoogleTypeDateTime.phpnu[PK+ Z#zvsvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig.phpnu[PK+ Z s rH{vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageFormField.phpnu[PK+ Z0pvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTranslation.phpnu[PK+ ZԷi7vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPage.phpnu[PK+ ZKjvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentLabel.phpnu[PK+ Zޘqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3BatchProcessResponse.phpnu[PK+ Z"EiBvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3Evaluation.phpnu[PK+ ZZ rvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageFormField.phpnu[PK+ Z뮠Pdvendor/google/apiclient-services/src/Google/Service/Document/GoogleRpcStatus.phpnu[PK+ Zzovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageAnchor.phpnu[PK+ Z L L z vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue.phpnu[PK+ Zuaaqvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentOutputConfig.phpnu[PK+ Z ӕovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentProvenance.phpnu[PK+ Z} !!x8vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview.phpnu[PK+ Z3lvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessResponse.phpnu[PK+ ZдoVvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentTextChange.phpnu[PK+ ZdO::nvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageImage.phpnu[PK+ ZTku!!xvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.phpnu[PK+ Zw rq vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageDimension.phpnu[PK+ Zomvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2NormalizedVertex.phpnu[PK+ Z@S#c@@kvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2GcsDestination.phpnu[PK+ Z"{ccevendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3Schema.phpnu[PK+ ZW~  X!vendor/google/apiclient-services/src/Google/Service/Document/GoogleTypePostalAddress.phpnu[PK+ Z}iJ-vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPage.phpnu[PK+ ZjiIvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1HumanReviewStatus.phpnu[PK+ ZvrHOvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentStyleFontSize.phpnu[PK+ ZdH1HtSvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3CommonOperationMetadata.phpnu[PK+ ZZ}oYvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageLayout.phpnu[PK+ Z(f|[ [ n.cvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentPageTable.phpnu[PK+ Z r'ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentStyleFontSize.phpnu[PK+ Z==}svendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3CreateProcessorVersionMetadata.phpnu[PK+ ZjHg??yvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata.phpnu[PK+ ZyͭEEy}vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage.phpnu[PK+ ZI nkvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentPageToken.phpnu[PK+ Z{Kovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentPageMatrix.phpnu[PK+ Zqddmvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentRevision.phpnu[PK+ Z?tvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.phpnu[PK+ ZYo`vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3DocumentTextAnchor.phpnu[PK+ ZxoFkkivendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationListLocationsResponse.phpnu[PK+ Z1vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluationConfidenceLevelMetrics.phpnu[PK+ Zt{h8vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3RawDocument.phpnu[PK+ Z$d]vӾvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse.phpnu[PK+ Z_e Ns<vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta2DocumentEntityRelation.phpnu[PK+ Z7;ovendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1DocumentTextAnchor.phpnu[PK+ Z??vendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata.phpnu[PK+ Z@hvendor/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3GcsDocument.phpnu[PK+ Z&KOO?vendor/google/apiclient-services/src/Google/Service/AdSense.phpnu[PK+ Z1L=L=M@avendor/google/apiclient-services/src/Google/Service/Groupssettings/Groups.phpnu[PK+ ZMj j V vendor/google/apiclient-services/src/Google/Service/Groupssettings/Resource/Groups.phpnu[PK+ ZF}Mvendor/google/apiclient-services/src/Google/Service/SmartDeviceManagement.phpnu[PK+ Zik]];Evendor/google/apiclient-services/src/Google/Service/Dns.phpnu[PK+ ZI--G> vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.phpnu[PK+ ZϲMMvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.phpnu[PK+ Zp$Ldvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Tag.phpnu[PK+ ZJƀ;;ZAivendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListFilesResponse.phpnu[PK+ ZQt$$Povendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Version.phpnu[PK+ Z kYvvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListTagsResponse.phpnu[PK+ ZY[[P1|vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Package.phpnu[PK+ ZI@@\ vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/SetIamPolicyRequest.phpnu[PK+ Z+jNNS؆vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Repository.phpnu[PK+ ZK2i22]vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListPackagesResponse.phpnu[PK+ ZeOhvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Policy.phpnu[PK+ ZcNJ]ovendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ArtifactregistryFile.phpnu[PK+ Z"vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1ImportArtifactsResponse.phpnu[PK+ ZA{_3vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/CancelOperationRequest.phpnu[PK+ Z::rTnvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/DockerImage.phpnu[PK+ Z⧢cvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/TestIamPermissionsResponse.phpnu[PK+ ZcԸvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocations.phpnu[PK+ Zx vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesPackagesVersions.phpnu[PK+ ZX@U U m0vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsOperations.phpnu[PK+ Z U7{"vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesDockerImages.phpnu[PK+ Z\\vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/Operations.phpnu[PK+ ZRY/ŎZNvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/Projects.phpnu[PK+ Z{fvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesPackagesTags.phpnu[PK+ Zۯovendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositories.phpnu[PK+ Zڭ3d d tS vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesFiles.phpnu[PK+ Z#É w[vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositoriesPackages.phpnu[PK+ ZAx"vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo.phpnu[PK+ Z.P1*vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Binding.phpnu[PK+ ZUjP??^T0vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListLocationsResponse.phpnu[PK+ ZHG-v!6vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1Package.phpnu[PK+ ZYtMH<vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Hash.phpnu[PK+ Z? Eb@vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/TestIamPermissionsRequest.phpnu[PK+ ZΑeEExDvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/GoogleDevtoolsArtifactregistryV1alpha1GcsSource.phpnu[PK+ ZmSKffaIvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListDockerImagesResponse.phpnu[PK+ Z}ROvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Operation.phpnu[PK+ ZOVvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Status.phpnu[PK+ Z@cca[vendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListRepositoriesResponse.phpnu[PK+ Z(22]avendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListVersionsResponse.phpnu[PK+ Z&i^gvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ArtifactregistryEmpty.phpnu[PK+ Z5pLL_jvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/ListOperationsResponse.phpnu[PK+ ZӢpQpvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Location.phpnu[PK+ Z?QQM wvendor/google/apiclient-services/src/Google/Service/ArtifactRegistry/Expr.phpnu[PK+ Z O|vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.phpnu[PK+ ZlpCvendor/google/apiclient-services/src/Google/Service/PolyService.phpnu[PK+ Z0,(vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata.phpnu[PK+ Zivendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy.phpnu[PK+ Z[|{.vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig.phpnu[PK+ Zg{ { nvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductEventDetail.phpnu[PK+ Z'wvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1Catalog.phpnu[PK+ Z=lI I {=vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1EventDetail.phpnu[PK+ Z<.W1vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListCatalogsResponse.phpnu[PK+ ZZ&@ @ vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest.phpnu[PK+ Z|{vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogItem.phpnu[PK+ Zd|J J vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictResponse.phpnu[PK+ Z% ]vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleProtobufEmpty.phpnu[PK+ ZU Hmm%vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice.phpnu[PK+ Z2Z;;Nvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse.phpnu[PK+ Zŗvv@vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.phpnu[PK+ ZS##rvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult.phpnu[PK+ Z8̶T vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse.phpnu[PK+ ZPqb b yvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserEvent.phpnu[PK+ Z}yïz"vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1FeatureMap.phpnu[PK+ Z4 `*vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse.phpnu[PK+ Z;J#5vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserEventImportSummary.phpnu[PK+ ZCc:vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurchaseTransaction.phpnu[PK+ Z޶~$Avendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaTuningMetadata.phpnu[PK+ ZdW~Evendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PredictRequest.phpnu[PK+ ZZrd0Ovendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleLongrunningOperation.phpnu[PK+ ZѬNVvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1FeatureMapFloatList.phpnu[PK+ Z#dZvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocations.phpnu[PK+ ZJ4&&_vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresUserEvents.phpnu[PK+ Z} vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPlacements.phpnu[PK+ Zw8vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStores.phpnu[PK+ Z`||vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations.phpnu[PK+ Zb4 lܩvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogs.phpnu[PK+ Z5?tx&vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsCatalogItems.phpnu[PK+ Zln[avendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/Projects.phpnu[PK+ Z vvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsOperations.phpnu[PK+ Zkb vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresOperations.phpnu[PK+ Z"%qzvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleLongrunningListOperationsResponse.phpnu[PK+ Z5%vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserEventInlineSource.phpnu[PK+ Z{e e {~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1InputConfig.phpnu[PK+ Z`!!vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.phpnu[PK+ ZR~xvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaTuningResponse.phpnu[PK+ Z=^ccvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse.phpnu[PK+ Z8dY]{{uvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1Image.phpnu[PK+ Z ,.vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListUserEventsResponse.phpnu[PK+ Zѷ5%vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.phpnu[PK+ Z)vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.phpnu[PK+ ZSd.vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest.phpnu[PK+ Z_..7vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductCatalogItem.phpnu[PK+ ZGFvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse.phpnu[PK+ Z⯼w``yrKvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1GcsSource.phpnu[PK+ Zգq q }{Pvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductDetail.phpnu[PK+ Z![vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse.phpnu[PK+ Z& |ZZSbvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata.phpnu[PK+ Z0EYdgvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleRpcStatus.phpnu[PK+ Z ^^xlvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1UserInfo.phpnu[PK+ ZVV~svendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1BigQuerySource.phpnu[PK+ Zzvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata.phpnu[PK+ Z[-~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleApiHttpBody.phpnu[PK+ Ze00vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1CatalogInlineSource.phpnu[PK+ ZbJzvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest.phpnu[PK+ Zvw?FF~vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ImportMetadata.phpnu[PK+ Z}vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1FeatureMapStringList.phpnu[PK+ ZX?vendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange.phpnu[PK+ Zs&Mvendor/google/apiclient-services/src/Google/Service/RecommendationsAI/GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse.phpnu[PK+ Z{Ivendor/google/apiclient-services/src/Google/Service/Games/ContentHash.phpnu[PK+ ZmYbbOӧvendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.phpnu[PK+ Zk<Pvendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.phpnu[PK+ Z]G^ɵvendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleRequest.phpnu[PK+ Zˊ4WttPTvendor/google/apiclient-services/src/Google/Service/Games/PlayerListResponse.phpnu[PK+ ZK--UHvendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreListResponse.phpnu[PK+ Z Vvendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.phpnu[PK+ Z'~PQQWvendor/google/apiclient-services/src/Google/Service/Games/ApplicationVerifyResponse.phpnu[PK+ Z.DLԻKcvendor/google/apiclient-services/src/Google/Service/Games/StatsResponse.phpnu[PK+ Z%K QQQvendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.phpnu[PK+ Z YXkvendor/google/apiclient-services/src/Google/Service/Games/ResolveSnapshotHeadRequest.phpnu[PK+ ZǷXvendor/google/apiclient-services/src/Google/Service/Games/SnapshotCoverImageResource.phpnu[PK+ Zc7MMIvendor/google/apiclient-services/src/Google/Service/Games/Leaderboard.phpnu[PK+ ZQyyWvendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.phpnu[PK+ Z뙕Dvendor/google/apiclient-services/src/Google/Service/Games/Player.phpnu[PK+ Z ,}Rvendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.phpnu[PK+ Z,5mm_vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.phpnu[PK+ Z",K$vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.phpnu[PK+ Z^MXQ +vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.phpnu[PK+ ZT4^  F"0vendor/google/apiclient-services/src/Google/Service/Games/Snapshot.phpnu[PK+ Z6N;vendor/google/apiclient-services/src/Google/Service/Games/SnapshotMetadata.phpnu[PK+ ZVoMBvendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.phpnu[PK+ Z*Xmw/ / MAHvendor/google/apiclient-services/src/Google/Service/Games/EventDefinition.phpnu[PK+ Z5j-LQvendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.phpnu[PK+ Zv@U.Xvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.phpnu[PK+ ZQWP  S;^vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.phpnu[PK+ Z'Xkvendor/google/apiclient-services/src/Google/Service/Games/Resource/SnapshotsExtended.phpnu[PK+ ZM!Z Z S4svendor/google/apiclient-services/src/Google/Service/Games/Resource/Applications.phpnu[PK+ ZC8=E E Mvendor/google/apiclient-services/src/Google/Service/Games/Resource/Events.phpnu[PK+ Zȥ  Nӎvendor/google/apiclient-services/src/Google/Service/Games/Resource/Players.phpnu[PK+ Zc̠MRvendor/google/apiclient-services/src/Google/Service/Games/Resource/Scores.phpnu[PK+ Zcs9 9 Svendor/google/apiclient-services/src/Google/Service/Games/Resource/Leaderboards.phpnu[PK+ Zl Ovendor/google/apiclient-services/src/Google/Service/Games/Resource/Metagame.phpnu[PK+ Z~LL]vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.phpnu[PK+ Z,7 Pvendor/google/apiclient-services/src/Google/Service/Games/Resource/Snapshots.phpnu[PK+ ZΔ&LCvendor/google/apiclient-services/src/Google/Service/Games/Resource/Stats.phpnu[PK+ Z\Svendor/google/apiclient-services/src/Google/Service/Games/Resource/Achievements.phpnu[PK+ Z!PRvendor/google/apiclient-services/src/Google/Service/Games/Resource/Revisions.phpnu[PK+ Zl66IVvendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.phpnu[PK+ Z{^=jjHvendor/google/apiclient-services/src/Google/Service/Games/ImageAsset.phpnu[PK+ Z: F vendor/google/apiclient-services/src/Google/Service/Games/EndPoint.phpnu[PK+ Z>||Rxvendor/google/apiclient-services/src/Google/Service/Games/CategoryListResponse.phpnu[PK+ Z˚9Fvvendor/google/apiclient-services/src/Google/Service/Games/Category.phpnu[PK+ Zo,Pvendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.phpnu[PK+ ZjEkS!vendor/google/apiclient-services/src/Google/Service/Games/RevisionCheckResponse.phpnu[PK+ Zț:I 'vendor/google/apiclient-services/src/Google/Service/Games/PlayerScore.phpnu[PK+ ZIUd-vendor/google/apiclient-services/src/Google/Service/Games/PlayerEventListResponse.phpnu[PK+ Z]S S Fq3vendor/google/apiclient-services/src/Google/Service/Games/Instance.phpnu[PK+ ZB**R:@vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.phpnu[PK+ Z4~"I I TFvendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.phpnu[PK+ Z$|PTvendor/google/apiclient-services/src/Google/Service/Games/InstanceWebDetails.phpnu[PK+ ZJMYvendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.phpnu[PK+ Z{W$`vendor/google/apiclient-services/src/Google/Service/Games/AchievementRevealResponse.phpnu[PK+ Z֫IIYdvendor/google/apiclient-services/src/Google/Service/Games/ResolveSnapshotHeadResponse.phpnu[PK+ ZP^Pvivendor/google/apiclient-services/src/Google/Service/Games/EventRecordRequest.phpnu[PK+ Zr||Rpvendor/google/apiclient-services/src/Google/Service/Games/SnapshotListResponse.phpnu[PK+ Z<]~Tvvendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.phpnu[PK+ Z--W|vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.phpnu[PK+ ZQ`Mvendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.phpnu[PK+ Zu[vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievementListResponse.phpnu[PK+ Z++P&vendor/google/apiclient-services/src/Google/Service/Games/InstanceIosDetails.phpnu[PK+ Z ]њvendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementSetStepsAtLeast.phpnu[PK+ Z3Z,vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.phpnu[PK+ Z#eWWNvendor/google/apiclient-services/src/Google/Service/Games/SnapshotExtended.phpnu[PK+ ZWTvendor/google/apiclient-services/src/Google/Service/Games/AchievementUnlockResponse.phpnu[PK+ ZOe`۱vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinitionsListResponse.phpnu[PK+ ZYEx**Nvendor/google/apiclient-services/src/Google/Service/Games/SnapshotRevision.phpnu[PK+ ZV7@Hvendor/google/apiclient-services/src/Google/Service/Games/PlayerName.phpnu[PK+ ZDI;vendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.phpnu[PK+ ZG H\vendor/google/apiclient-services/src/Google/Service/Games/EventChild.phpnu[PK+ ZHaQWvendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.phpnu[PK+ ZOvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScores.phpnu[PK+ Z N<vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.phpnu[PK+ ZuBUvendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.phpnu[PK+ Z^11Ivendor/google/apiclient-services/src/Google/Service/Games/Application.phpnu[PK+ Z%|kkQXvendor/google/apiclient-services/src/Google/Service/Games/EventUpdateResponse.phpnu[PK+ ZAAddRDvendor/google/apiclient-services/src/Google/Service/Games/SnapshotDataResource.phpnu[PK+ Z^b`*vendor/google/apiclient-services/src/Google/Service/Games/AchievementSetStepsAtLeastResponse.phpnu[PK+ ZCO vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodUpdate.phpnu[PK+ Z  Nvendor/google/apiclient-services/src/Google/Service/Games/LeaderboardEntry.phpnu[PK+ ZCY'vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.phpnu[PK+ Zu4 4 GH%vendor/google/apiclient-services/src/Google/Service/GroupsMigration.phpnu[PK+ Z(TM.vendor/google/apiclient-services/src/Google/Service/CloudRedis/RedisEmpty.phpnu[PK+ Z?W>sX 2vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListInstancesResponse.phpnu[PK+ Z*Zz8vendor/google/apiclient-services/src/Google/Service/CloudRedis/FailoverInstanceRequest.phpnu[PK+ ZKRca<vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1ZoneMetadata.phpnu[PK+ Z0p[[U?vendor/google/apiclient-services/src/Google/Service/CloudRedis/InstanceAuthString.phpnu[PK+ Z#<{{OCvendor/google/apiclient-services/src/Google/Service/CloudRedis/OutputConfig.phpnu[PK+ ZL ]Hvendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.phpnu[PK+ ZX:gRvendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsOperations.phpnu[PK+ Z@Q--fevendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsInstances.phpnu[PK+ ZH llTvendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/Projects.phpnu[PK+ Zevendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1LocationMetadata.phpnu[PK+ ZiE''X՜vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListLocationsResponse.phpnu[PK+ Z͡{{Kvendor/google/apiclient-services/src/Google/Service/CloudRedis/Instance.phpnu[PK+ Zfzvendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1OperationMetadata.phpnu[PK+ Z#[!!Lvendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsSource.phpnu[PK+ Z怓&&Q?vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsDestination.phpnu[PK+ ZnLvendor/google/apiclient-services/src/Google/Service/CloudRedis/Operation.phpnu[PK+ Z2allXvendor/google/apiclient-services/src/Google/Service/CloudRedis/ExportInstanceRequest.phpnu[PK+ Z CTIvendor/google/apiclient-services/src/Google/Service/CloudRedis/Status.phpnu[PK+ Z=>>Nvendor/google/apiclient-services/src/Google/Service/CloudRedis/InputConfig.phpnu[PK+ ZA44Yvendor/google/apiclient-services/src/Google/Service/CloudRedis/ListOperationsResponse.phpnu[PK+ ZDб``Xavendor/google/apiclient-services/src/Google/Service/CloudRedis/ImportInstanceRequest.phpnu[PK+ ZY7& KIvendor/google/apiclient-services/src/Google/Service/CloudRedis/Location.phpnu[PK+ ZL8M>>Qvendor/google/apiclient-services/src/Google/Service/CloudRedis/TlsCertificate.phpnu[PK+ Z ]mmYgvendor/google/apiclient-services/src/Google/Service/CloudRedis/UpgradeInstanceRequest.phpnu[PK+ ZűL]vendor/google/apiclient-services/src/Google/Service/Webfonts/WebfontList.phpnu[PK+ ZmmmRvendor/google/apiclient-services/src/Google/Service/Webfonts/Resource/Webfonts.phpnu[PK+ ZhrHwvendor/google/apiclient-services/src/Google/Service/Webfonts/Webfont.phpnu[PK+ Zz4Z vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessapprovalEmpty.phpnu[PK+ Z׭YtSvendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessReason.phpnu[PK+ ZBVRvendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessLocations.phpnu[PK+ Z`B**mvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.phpnu[PK+ Z%g,vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.phpnu[PK+ Z&WP@vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Folders.phpnu[PK+ ZLXPvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Projects.phpnu[PK+ ZQ?#,]avendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Organizations.phpnu[PK+ Z_hqvendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.phpnu[PK+ ZDVavendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveDecision.phpnu[PK+ Z;@  Vvendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissDecision.phpnu[PK+ Z}C=Yvendor/google/apiclient-services/src/Google/Service/AccessApproval/ResourceProperties.phpnu[PK+ ZU!!]vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessApprovalSettings.phpnu[PK+ Z~҆EEVjvendor/google/apiclient-services/src/Google/Service/AccessApproval/EnrolledService.phpnu[PK+ Za#c5vendor/google/apiclient-services/src/Google/Service/AccessApproval/ListApprovalRequestsResponse.phpnu[PK+ Z}JȍdZvendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissApprovalRequestMessage.phpnu[PK+ ZVvendor/google/apiclient-services/src/Google/Service/AccessApproval/ApprovalRequest.phpnu[PK+ Zijjdvendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveApprovalRequestMessage.phpnu[PK+ ZuFWWZvendor/google/apiclient-services/src/Google/Service/ServiceControl/FirstPartyPrincipal.phpnu[PK+ Z8} Yvendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.phpnu[PK+ ZS=vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.phpnu[PK+ Z?>>Ksvendor/google/apiclient-services/src/Google/Service/ServiceControl/Auth.phpnu[PK+ ZOjX,vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.phpnu[PK+ Zkuk k ]vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServicecontrolResource.phpnu[PK+ Z!HXvendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.phpnu[PK+ Z|Jfc vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServiceAccountDelegationInfo.phpnu[PK+ Zo;v=  Vvendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.phpnu[PK+ Zez>FFO#vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.phpnu[PK+ ZK%vendor/google/apiclient-services/src/Google/Service/ServiceControl/Peer.phpnu[PK+ Z ȢU,vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.phpnu[PK+ Z2}^JJR6/vendor/google/apiclient-services/src/Google/Service/ServiceControl/SpanContext.phpnu[PK+ ZI&uuS3vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceInfo.phpnu[PK+ ZLT7vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.phpnu[PK+ ZBMQ=vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.phpnu[PK+ Z*WkBvendor/google/apiclient-services/src/Google/Service/ServiceControl/AttributeContext.phpnu[PK+ Z]eWQvendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceLocation.phpnu[PK+ ZhZVvendor/google/apiclient-services/src/Google/Service/ServiceControl/ThirdPartyPrincipal.phpnu[PK+ Z㗾O[vendor/google/apiclient-services/src/Google/Service/ServiceControl/Response.phpnu[PK+ Z^^TBavendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.phpnu[PK+ Z:.VT99J$gvendor/google/apiclient-services/src/Google/Service/ServiceControl/Api.phpnu[PK+ Z3FA Nlvendor/google/apiclient-services/src/Google/Service/ServiceControl/Request.phpnu[PK+ Z#xx?wvendor/google/apiclient-services/src/Google/Service/Blogger.phpnu[PK+ Zbqq@+vendor/google/apiclient-services/src/Google/Service/Partners.phpnu[PK+ Z /^+^+Icvendor/google/apiclient-services/src/Google/Service/Playmoviespartner.phpnu[PK+ Z,,lavendor/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.phpnu[PK+ ZOȄEvendor/google/apiclient-services/src/Google/Service/Localservices.phpnu[PK+ Z&Hvendor/google/apiclient-services/src/Google/Service/YouTubeReporting.phpnu[PK+ ZKYDDKvendor/google/apiclient-services/src/Google/Service/Networkconnectivity.phpnu[PK+ ZSbn"4vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationUniformBucketLevelAccess.phpnu[PK+ Z|9ІR8vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectOwner.phpnu[PK+ Z_3f?=vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationBucketPolicyOnly.phpnu[PK+ Z83VAvendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfiguration.phpnu[PK+ Z&NJvendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequest.phpnu[PK+ ZAASdRvendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.phpnu[PK+ Ze!!F(Yvendor/google/apiclient-services/src/Google/Service/Storage/Bucket.phpnu[PK+ Zz''M{vendor/google/apiclient-services/src/Google/Service/Storage/BucketLogging.phpnu[PK+ Z,8}}N6vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.phpnu[PK+ ZeeG1vendor/google/apiclient-services/src/Google/Service/Storage/HmacKey.phpnu[PK+ ZS<<O vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.phpnu[PK+ Zb], , OȐvendor/google/apiclient-services/src/Google/Service/Storage/HmacKeyMetadata.phpnu[PK+ ZD Fsvendor/google/apiclient-services/src/Google/Service/Storage/Policy.phpnu[PK+ Z5Uvendor/google/apiclient-services/src/Google/Service/Storage/BucketRetentionPolicy.phpnu[PK+ Z<`e''Z"vendor/google/apiclient-services/src/Google/Service/Storage/TestIamPermissionsResponse.phpnu[PK+ ZŁaSSYӫvendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsHmacKeys.phpnu[PK+ Z?mm_vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsServiceAccount.phpnu[PK+ ZTQvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.phpnu[PK+ Z>$"$"]=vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.phpnu[PK+ Zh,d]vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.phpnu[PK+ ZmAV vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Notifications.phpnu[PK+ Z&nմ~~P'vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.phpnu[PK+ Z^=jjQ[vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Projects.phpnu[PK+ Zٮ@dFvendor/google/apiclient-services/src/Google/Service/Storage/Resource/DefaultObjectAccessControls.phpnu[PK+ Zk=L0L0Pbvendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.phpnu[PK+ Z1Y"T.vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControls.phpnu[PK+ Za^vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.phpnu[PK+ ZTvendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControls.phpnu[PK+ Z,\K{vendor/google/apiclient-services/src/Google/Service/Storage/BucketOwner.phpnu[PK+ ZRBBMvendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.phpnu[PK+ Z] Lvendor/google/apiclient-services/src/Google/Service/Storage/Notification.phpnu[PK+ Z  S(vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControl.phpnu[PK+ Z“ټMF5vendor/google/apiclient-services/src/Google/Service/Storage/Notifications.phpnu[PK+ Z.Vn:vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.phpnu[PK+ ZãAf33G>vendor/google/apiclient-services/src/Google/Service/Storage/Objects.phpnu[PK+ Z6PlEvendor/google/apiclient-services/src/Google/Service/Storage/BucketEncryption.phpnu[PK+ ZJsIvendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.phpnu[PK+ Z55MOvendor/google/apiclient-services/src/Google/Service/Storage/BucketWebsite.phpnu[PK+ ZL,AYETvendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.phpnu[PK+ ZGXvendor/google/apiclient-services/src/Google/Service/Storage/Channel.phpnu[PK+ Z (Pbvendor/google/apiclient-services/src/Google/Service/Storage/HmacKeysMetadata.phpnu[PK+ Z4 S,hvendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.phpnu[PK+ Z{MMN1svendor/google/apiclient-services/src/Google/Service/Storage/ServiceAccount.phpnu[PK+ Zdii[wvendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.phpnu[PK+ ZGAAP~vendor/google/apiclient-services/src/Google/Service/Storage/BucketVersioning.phpnu[PK+ ZH8hhMvendor/google/apiclient-services/src/Google/Service/Storage/BucketBilling.phpnu[PK+ ZUU_vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.phpnu[PK+ Z!^L^zvendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.phpnu[PK+ Z`qqGvendor/google/apiclient-services/src/Google/Service/Storage/Buckets.phpnu[PK+ ZӺOvendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.phpnu[PK+ ZB~Ek k \Bvendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleCondition.phpnu[PK+ ZHHD9vendor/google/apiclient-services/src/Google/Service/Storage/Expr.phpnu[PK+ ZʢPvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfile.phpnu[PK+ ZZvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.phpnu[PK+ Z:3,\2vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.phpnu[PK+ ZC?^vendor/google/apiclient-services/src/Google/Service/Dfareporting/DisjunctiveMatchStatement.phpnu[PK+ ZqZ;vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.phpnu[PK+ ZYbvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathAttributionCriteria.phpnu[PK+ ZRGGavendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.phpnu[PK+ ZH뿠bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.phpnu[PK+ ZM)DDa vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.phpnu[PK+ Z3U]Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.phpnu[PK+ ZWZRvendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.phpnu[PK+ Z\vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdBlockingConfiguration.phpnu[PK+ Zc^ Vrvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.phpnu[PK+ Zq4aaTvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.phpnu[PK+ Z.ԄVzvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventStatus.phpnu[PK+ Zvei i Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoSettings.phpnu[PK+ Z_llR(vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.phpnu[PK+ ZZ""d=vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventImpressionAnnotation.phpnu[PK+ Z&ٷB R:Bvendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.phpnu[PK+ ZmPaXrMvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.phpnu[PK+ ZiIAAZTvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomRichMediaEvents.phpnu[PK+ ZL@bbUZvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventError.phpnu[PK+ ZƋ\_vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.phpnu[PK+ Z=7M~vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickTag.phpnu[PK+ Z>qNnvendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.phpnu[PK+ Z:.Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportList.phpnu[PK+ ZY*yU9vendor/google/apiclient-services/src/Google/Service/Dfareporting/OmnitureSettings.phpnu[PK+ ZXAJiNvendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.phpnu[PK+ ZXvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.phpnu[PK+ Zd e-vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserDefinedVariableConfiguration.phpnu[PK+ Z[!!]vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.phpnu[PK+ Z"EocKvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventsBatchInsertRequest.phpnu[PK+ ZSO?GGQvendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetWindow.phpnu[PK+ Z5,=Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.phpnu[PK+ ZD=ULvendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.phpnu[PK+ Z{Dglvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserLandingPagesListResponse.phpnu[PK+ Z(Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.phpnu[PK+ Z~ / / T8vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.phpnu[PK+ ZžSvendor/google/apiclient-services/src/Google/Service/Dfareporting/OffsetPosition.phpnu[PK+ ZsV$vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.phpnu[PK+ Za Q9vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.phpnu[PK+ Z|ɟeech vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.phpnu[PK+ ZO:411U`vendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.phpnu[PK+ Zr+6 nvendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.phpnu[PK+ Z[O vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.phpnu[PK+ ZE{V&vendor/google/apiclient-services/src/Google/Service/Dfareporting/SizesListResponse.phpnu[PK+ Z++U+,vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.phpnu[PK+ Z  uRBvendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.phpnu[PK+ ZZa[%Ivendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.phpnu[PK+ ZooTzOvendor/google/apiclient-services/src/Google/Service/Dfareporting/AdsListResponse.phpnu[PK+ ZdSWmUvendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignManagerIds.phpnu[PK+ Z')==K\vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.phpnu[PK+ Zo>U8evendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionStatus.phpnu[PK+ Z`XuaXlvendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListsListResponse.phpnu[PK+ Z,BBPsvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventFilter.phpnu[PK+ Z!2Lxvendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.phpnu[PK+ Z a||\vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.phpnu[PK+ Z5Yvendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.phpnu[PK+ Z5R?vendor/google/apiclient-services/src/Google/Service/Dfareporting/UniversalAdId.phpnu[PK+ Z\w+Svendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.phpnu[PK+ Zâ;;Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.phpnu[PK+ Ze``vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.phpnu[PK+ Zbb\1vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListTargetingExpression.phpnu[PK+ ZZj\vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroup.phpnu[PK+ ZjqG Pxvendor/google/apiclient-services/src/Google/Service/Dfareporting/DfpSettings.phpnu[PK+ Z™` ` Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSettings.phpnu[PK+ Z!22Mmvendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.phpnu[PK+ Z?Z-Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermission.phpnu[PK+ ZrrOqvendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSetting.phpnu[PK+ Z+3ibvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.phpnu[PK+ ZssW{vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.phpnu[PK+ Z5fRuvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.phpnu[PK+ Zu_vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.phpnu[PK+ Z'22RCvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.phpnu[PK+ Za/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroupsListResponse.phpnu[PK+ ZFY66vendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.phpnu[PK+ Z=ZU U M=vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.phpnu[PK+ Z}@( ( VXGvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventInsert.phpnu[PK+ Z\)""SQvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.phpnu[PK+ Z$ m2tvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.phpnu[PK+ ZF]S+ + Z{vendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.phpnu[PK+ Z+dA LCvendor/google/apiclient-services/src/Google/Service/Dfareporting/ObaIcon.phpnu[PK+ ZyVXwvendor/google/apiclient-services/src/Google/Service/Dfareporting/RegionsListResponse.phpnu[PK+ Z?FA2[Ֆvendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLogsListResponse.phpnu[PK+ ZwSi*vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetricConfiguration.phpnu[PK+ Z}4Q22cvendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.phpnu[PK+ Z`| ??dIvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValuesListResponse.phpnu[PK+ Z.BYvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.phpnu[PK+ Z͡S  ODvendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.phpnu[PK+ Z2aSvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.phpnu[PK+ Z\( ( `Ovendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.phpnu[PK+ Z&1PPSvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValue.phpnu[PK+ ZR}Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.phpnu[PK+ Z$  `!vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.phpnu[PK+ Z  \vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCodesListResponse.phpnu[PK+ Z:GooTRvendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.phpnu[PK+ ZPYEvendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegmentGroup.phpnu[PK+ ZIvendor/google/apiclient-services/src/Google/Service/Dfareporting/Site.phpnu[PK+ Z9D^^Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguageTargeting.phpnu[PK+ ZX׍Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTag.phpnu[PK+ Z^6&].vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.phpnu[PK+ Z&<==eX4vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.phpnu[PK+ ZO k*=vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.phpnu[PK+ ZytKKHvendor/google/apiclient-services/src/Google/Service/Dfareporting/Region.phpnu[PK+ Z9lggNOvendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.phpnu[PK+ ZzzYUvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.phpnu[PK+ Zܡ2Y]vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.phpnu[PK+ Z%MwwT2bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.phpnu[PK+ Z gnQ-ivendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Ads.phpnu[PK+ ZK\\fIvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.phpnu[PK+ Z|:\;vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeGroups.phpnu[PK+ Z{)5C C cvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingListShares.phpnu[PK+ Z']jvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementGroups.phpnu[PK+ Z11_vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ContentCategories.phpnu[PK+ Z'aafSvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightConfigurations.phpnu[PK+ Z *OOfJvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivityGroups.phpnu[PK+ Z>ޒa/ vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementStrategies.phpnu[PK+ Z\WR vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/EventTags.phpnu[PK+ ZszN N S:vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Files.phpnu[PK+ ZYDvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Advertisers.phpnu[PK+ ZXwVZ-[vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/VideoFormats.phpnu[PK+ ZBo]cvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DimensionValues.phpnu[PK+ Z֬`6kvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetingTemplates.phpnu[PK+ ZqWrvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Creatives.phpnu[PK+ Z7\—vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeAssets.phpnu[PK+ Z"xV%vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Browsers.phpnu[PK+ Z^W>vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.phpnu[PK+ Zu\Tbvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Cities.phpnu[PK+ Z#>,,bvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DynamicTargetingKeys.phpnu[PK+ Zǹ^GGa}vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFieldValues.phpnu[PK+ Zt;.? ? YUvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Conversions.phpnu[PK+ ZJлVVXvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.phpnu[PK+ ZXMM\vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFields.phpnu[PK+ Z5 \ vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/InventoryItems.phpnu[PK+ ZSkkZ*vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CustomEvents.phpnu[PK+ Z Zvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsFiles.phpnu[PK+ Z &7DD^(vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystems.phpnu[PK+ Z`o[[bU1vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivities.phpnu[PK+ Z%$lP XBPvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.phpnu[PK+ Z#a9 S[vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sizes.phpnu[PK+ Zegvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsCompatibleFields.phpnu[PK+ Z9S5ovendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sites.phpnu[PK+ Zp Vvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Projects.phpnu[PK+ ZЩHH^vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingLists.phpnu[PK+ Z^fvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserGroups.phpnu[PK+ Z6+2Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Reports.phpnu[PK+ Z2_Y,vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PostalCodes.phpnu[PK+ Z;qZvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserProfiles.phpnu[PK+ ZImW=vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Campaigns.phpnu[PK+ Zuu \vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileCarriers.phpnu[PK+ Zz[c\[vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DirectorySites.phpnu[PK+ Z<Ўavendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountUserProfiles.phpnu[PK+ Z35|4 4 h+vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetableRemarketingLists.phpnu[PK+ Z3aV8vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Accounts.phpnu[PK+ Z]XJvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ConnectionTypes.phpnu[PK+ ZeWRvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.phpnu[PK+ Z&| XL[vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Placements.phpnu[PK+ ZU{vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Regions.phpnu[PK+ Z0avendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissions.phpnu[PK+ Z)Fe6vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissionGroups.phpnu[PK+ Z[cvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlatformTypes.phpnu[PK+ Z^ߖevendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystemVersions.phpnu[PK+ ZiM \vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OrderDocuments.phpnu[PK+ ZjPWivendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRoles.phpnu[PK+ ZV*> jvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CampaignCreativeAssociations.phpnu[PK+ ZRJJ`vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissions.phpnu[PK+ ZQhTvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Metros.phpnu[PK+ ZSdvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserLandingPages.phpnu[PK+ ZJ" TPvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Orders.phpnu[PK+ Z)fvendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissionGroups.phpnu[PK+ Z9XXY(vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Subaccounts.phpnu[PK+ Z6>>` &vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionTypesListResponse.phpnu[PK+ ZCd;;T+vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChannelGrouping.phpnu[PK+ Z;EE[2vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroup.phpnu[PK+ ZDTf7vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.phpnu[PK+ ZpFf[[Y<vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationClause.phpnu[PK+ ZKsJhAvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroupsListResponse.phpnu[PK+ Z6|VcGvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.phpnu[PK+ ZffKCNvendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.phpnu[PK+ ZNU$kvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.phpnu[PK+ ZG|$$^svendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformTypesListResponse.phpnu[PK+ Z//XFyvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportReachCriteria.phpnu[PK+ ZJYUvendor/google/apiclient-services/src/Google/Service/Dfareporting/DayPartTargeting.phpnu[PK+ Z Nvendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.phpnu[PK+ Z 11YΔvendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.phpnu[PK+ Z l]]Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfileList.phpnu[PK+ ZLivendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.phpnu[PK+ ZƹOvendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.phpnu[PK+ ZZխvendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyTrackingUrl.phpnu[PK+ Z Xwvendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.phpnu[PK+ Z9~bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateRequest.phpnu[PK+ Zȗvdvendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrlSuffixProperties.phpnu[PK+ ZÝ _|vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathReportCompatibleFields.phpnu[PK+ Zdvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEventsBatchInsertResponse.phpnu[PK+ Z|^#]0vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathReportDimensionValue.phpnu[PK+ ZO. . [vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.phpnu[PK+ Zs S}vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.phpnu[PK+ ZqZvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativesListResponse.phpnu[PK+ Z  Nvendor/google/apiclient-services/src/Google/Service/Dfareporting/FsCommand.phpnu[PK+ ZHy^_v vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.phpnu[PK+ ZETvendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionFilter.phpnu[PK+ ZpWvendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.phpnu[PK+ Z|""bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.phpnu[PK+ Z[ Q Q NM#vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.phpnu[PK+ ZR"\0vendor/google/apiclient-services/src/Google/Service/Dfareporting/SubaccountsListResponse.phpnu[PK+ ZauJ6vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.phpnu[PK+ Z.KJvendor/google/apiclient-services/src/Google/Service/Dfareporting/DV3Ids.phpnu[PK+ ZHU{{WsRvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathCriteria.phpnu[PK+ Z"KHHXuavendor/google/apiclient-services/src/Google/Service/Dfareporting/ChannelGroupingRule.phpnu[PK+ Z!""JEhvendor/google/apiclient-services/src/Google/Service/Dfareporting/Metro.phpnu[PK+ Z 3BտIovendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.phpnu[PK+ Zͳiuvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroupsListResponse.phpnu[PK+ ZSYYSe{vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomVariable.phpnu[PK+ Zx \Avendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.phpnu[PK+ Z&>>Tvendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.phpnu[PK+ ZJcrrd}vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.phpnu[PK+ Z.KZvendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.phpnu[PK+ ZpG)Wڣvendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.phpnu[PK+ Z8G4G4NQvendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.phpnu[PK+ Z *!!Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.phpnu[PK+ Z3BW)vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.phpnu[PK+ ZՋMvvendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.phpnu[PK+ ZZR%L vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.phpnu[PK+ ZKKa_vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.phpnu[PK+ Z  Q;vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementTag.phpnu[PK+ ZOu5)5)Mvendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.phpnu[PK+ ZuSzGvendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.phpnu[PK+ ZWΩcMvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateResponse.phpnu[PK+ ZGZDTvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetMetadata.phpnu[PK+ ZCijifvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.phpnu[PK+ Z}PTlvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.phpnu[PK+ Z-P!qvendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomEvent.phpnu[PK+ ZcǐLvendor/google/apiclient-services/src/Google/Service/Dfareporting/Project.phpnu[PK+ Z`bvendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.phpnu[PK+ ZʘO5vendor/google/apiclient-services/src/Google/Service/Dfareporting/Conversion.phpnu[PK+ ZCx]]IPvendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.phpnu[PK+ Z=_&vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.phpnu[PK+ Z2 2 ^vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingList.phpnu[PK+ ZohhTsvendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.phpnu[PK+ Z}I"L L s_vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.phpnu[PK+ ZcNvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.phpnu[PK+ ZrK)~ ~ Rvendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.phpnu[PK+ ZFdFF\vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroup.phpnu[PK+ ZLrQ}vendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.phpnu[PK+ Z&Wvendor/google/apiclient-services/src/Google/Service/Dfareporting/MetrosListResponse.phpnu[PK+ ZG5 U vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.phpnu[PK+ Z fCvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.phpnu[PK+ ZکVvendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.phpnu[PK+ ZG$$Xvendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.phpnu[PK+ Z1_%vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupsListResponse.phpnu[PK+ Z8  U.,vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.phpnu[PK+ Z_9bbP7vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSettings.phpnu[PK+ ZIIe<vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.phpnu[PK+ Z%RWxCvendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.phpnu[PK+ Z(bbUUvendor/google/apiclient-services/src/Google/Service/Dfareporting/TranscodeSetting.phpnu[PK+ Z[ OZvendor/google/apiclient-services/src/Google/Service/Dfareporting/PathFilter.phpnu[PK+ ZTNavendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystem.phpnu[PK+ Z.vuulkgvendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesGenerateTagResponse.phpnu[PK+ ZٵK|mvendor/google/apiclient-services/src/Google/Service/Dfareporting/Metric.phpnu[PK+ Z~|WWMqvendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.phpnu[PK+ Zhyvendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.phpnu[PK+ ZCI8Ivendor/google/apiclient-services/src/Google/Service/Dfareporting/City.phpnu[PK+ Z1#  Qvendor/google/apiclient-services/src/Google/Service/Dfareporting/GeoTargeting.phpnu[PK+ Z [vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.phpnu[PK+ Z|}P%vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.phpnu[PK+ Z8!<<dfvendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.phpnu[PK+ ZY e6vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKeysListResponse.phpnu[PK+ Zl  ZJvendor/google/apiclient-services/src/Google/Service/Dfareporting/RichMediaExitOverride.phpnu[PK+ ZZvendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagsListResponse.phpnu[PK+ Z壬:['vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersion.phpnu[PK+ ZI_۴88Yuvendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportsConfiguration.phpnu[PK+ Z)=V6vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.phpnu[PK+ ZkPvendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.phpnu[PK+ ZQWvendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.phpnu[PK+ Z?}Uvendor/google/apiclient-services/src/Google/Service/Dfareporting/DeliverySchedule.phpnu[PK+ Z Lvendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.phpnu[PK+ ZbggRSvendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocument.phpnu[PK+ ZMMP<vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.phpnu[PK+ Z]11_  vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarriersListResponse.phpnu[PK+ ZXvvU0Y vendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.phpnu[PK, ZIV+a vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.phpnu[PK, ZeٚGGOh vendor/google/apiclient-services/src/Google/Service/QPXExpress/AircraftData.phpnu[PK, ZeVm vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.phpnu[PK, Z1,Kr vendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.phpnu[PK, Z6&nJUz vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.phpnu[PK, ZP[y>44J׉ vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.phpnu[PK, Z|הpYYU vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.phpnu[PK, Z=+yyLc vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.phpnu[PK, Zt6͒bbMX vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOption.phpnu[PK, Zv\$N7 vendor/google/apiclient-services/src/Google/Service/QPXExpress/PricingInfo.phpnu[PK, Z ML vendor/google/apiclient-services/src/Google/Service/QPXExpress/FlightInfo.phpnu[PK, ZUWW vendor/google/apiclient-services/src/Google/Service/QPXExpress/FreeBaggageAllowance.phpnu[PK, ZwE ((Rڽ vendor/google/apiclient-services/src/Google/Service/QPXExpress/PassengerCounts.phpnu[PK, Z U vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.phpnu[PK, Z@@J vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxInfo.phpnu[PK, ZֱtBQn vendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.phpnu[PK, Z믙))Py vendor/google/apiclient-services/src/Google/Service/QPXExpress/BagDescriptor.phpnu[PK, Z_`H}N" vendor/google/apiclient-services/src/Google/Service/QPXExpress/AirportData.phpnu[PK, ZB\=Kt vendor/google/apiclient-services/src/Google/Service/QPXExpress/CityData.phpnu[PK, Z+Lvendor/google/apiclient-services/src/Google/Service/Apigee.phpnu[PK, Z<  y vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentSetParameterAction.phpnu[PK, Z݄(ZZrIvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrasePart.phpnu[PK, Z@bpEvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentTrainingPhrase.phpnu[PK, ZSSfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3AudioInput.phpnu[PK, Ziyks$vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListEntityTypesResponse.phpnu[PK, ZT gj+vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestError.phpnu[PK, Z쳊$ $ jf1vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2InputAudioConfig.phpnu[PK, ZGm$=vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestRunDifference.phpnu[PK, ZC))kAvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentParameter.phpnu[PK, Zk&&jGvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeEntity.phpnu[PK, ZWoMLvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequest.phpnu[PK, Z<ۛS{_vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.phpnu[PK, Z?ss_fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata.phpnu[PK, Z ܂ilvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentParameter.phpnu[PK, Z]<juvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1QueryResult.phpnu[PK, ZIcnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentParameter.phpnu[PK, Zdovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestCaseResult.phpnu[PK, ZxR mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookRequest.phpnu[PK, Z]ޫvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.phpnu[PK, ZqΩppevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue.phpnu[PK, ZɢJ  ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestCase.phpnu[PK, ZlbxEvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListSessionEntityTypesResponse.phpnu[PK, ZN5kkfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestConfig.phpnu[PK, Z UUyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.phpnu[PK, ZBt--}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.phpnu[PK, Zpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.phpnu[PK, ZoxQvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.phpnu[PK, ZnTvvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButton.phpnu[PK, Z }vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.phpnu[PK, ZaD9 9 _?vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Agent.phpnu[PK, Zwz vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior.phpnu[PK, ZFNd fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Experiment.phpnu[PK, Z j#vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ValidationResult.phpnu[PK, Z.qqts)vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookGenericWebService.phpnu[PK, ZiS|E((c/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Version.phpnu[PK, ZNYfC8vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Context.phpnu[PK, Zhl k=vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookResponse.phpnu[PK, ZwIvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent.phpnu[PK, Z[$ts2Qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsResponse.phpnu[PK, Zj--oVVvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentResponse.phpnu[PK, Z[<]e"[vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryResult.phpnu[PK, Z;X͛NNkpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventInput.phpnu[PK, ZH{__{tvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata.phpnu[PK, ZKsw~zvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction.phpnu[PK, Z=U6Ny&~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart.phpnu[PK, Z7͵* * vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.phpnu[PK, ZlRwSSpȌvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.phpnu[PK, Z]]]lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3InputAudioConfig.phpnu[PK, Z;TWWtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase.phpnu[PK, ZUqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillIntentResponse.phpnu[PK, Z5s vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageTableCardRow.phpnu[PK, ZD~?vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.phpnu[PK, Z=A|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.phpnu[PK, Z@ 9bbg5vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3NluSettings.phpnu[PK, Z<:z.vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse.phpnu[PK, Z]Iqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEntityTypesResponse.phpnu[PK, Z  qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelect.phpnu[PK, Zb|~wpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentDefinition.phpnu[PK, Z((x vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.phpnu[PK, Zu'Ҧ77uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelectItem.phpnu[PK, Z>y7lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3PageInfoFormInfo.phpnu[PK, Zsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesResponse.phpnu[PK, Z{K'vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestArticlesResponse.phpnu[PK, Z##uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSelectItemInfo.phpnu[PK, Zܩxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage.phpnu[PK, Z' d9vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.phpnu[PK, ZvPvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SentimentAnalysisResult.phpnu[PK, ZMGK~gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Environment.phpnu[PK, ZOw((z&vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo.phpnu[PK, Zw7M M nR+vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FormParameter.phpnu[PK, Z܈xx=5vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata.phpnu[PK, ZE, ie;vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.phpnu[PK, Z{sIvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesResponse.phpnu[PK, ZNk__{7Nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata.phpnu[PK, ZthATvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1FaqAnswer.phpnu[PK, Zjjn[vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2VoiceSelectionParams.phpnu[PK, Z]]|9`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.phpnu[PK, Z2}Bevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply.phpnu[PK, ZհRRsjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.phpnu[PK, Z]ddlqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentRequest.phpnu[PK, Z')Q.|uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse.phpnu[PK, Z2/00ri{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ExportAgentResponse.phpnu[PK, Z'Hc;vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.phpnu[PK, ZCH`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Intent.phpnu[PK, Zn=&evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DtmfInput.phpnu[PK, ZQ nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentResponse.phpnu[PK, Z llkҰvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1AudioInput.phpnu[PK, Z2 pٶvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookResponse.phpnu[PK, Z6trrkXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageText.phpnu[PK, Zƴ$xevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse.phpnu[PK, Zyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard.phpnu[PK, ZSqWvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3StopExperimentRequest.phpnu[PK, Zyhh~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem.phpnu[PK, ZR֣Vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleProtobufEmpty.phpnu[PK, Z.yevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentBatch.phpnu[PK, Zrvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesRequest.phpnu[PK, Zutpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListEnvironmentsResponse.phpnu[PK, Z Cpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessage.phpnu[PK, ZAsAvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesMetadata.phpnu[PK, ZEgo vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswers.phpnu[PK, Zߒ| vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases.phpnu[PK, ZB3 xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.phpnu[PK, Z.s 5rsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentFollowupIntentInfo.phpnu[PK, Zxeet"vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EnvironmentVersionConfig.phpnu[PK, Z1NNy&vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo.phpnu[PK, Z"dw*vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentConditionalCases.phpnu[PK, ZYzeGGmk0vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SessionEntityType.phpnu[PK, Z]qtO7vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessagePlayAudio.phpnu[PK, Z(|SS~<vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo.phpnu[PK, Z{s@vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteIntentsRequest.phpnu[PK, ZB%HFFjEvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TextInput.phpnu[PK, ZvHsIvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageMediaContent.phpnu[PK, Zth..~;Pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.phpnu[PK, Z++oWvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityTypeEntity.phpnu[PK, Z2!il[vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TrainFlowRequest.phpnu[PK, ZS"WWm6_vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListFlowsResponse.phpnu[PK, ZXX*evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction.phpnu[PK, ZMMl5ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageImage.phpnu[PK, Z25qunvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponse.phpnu[PK, ZLusvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OriginalDetectIntentRequest.phpnu[PK, ZެgWWmxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListPagesResponse.phpnu[PK, Z"q~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3AgentValidationResult.phpnu[PK, Z&Ux kTvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryParameters.phpnu[PK, Z,WWtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.phpnu[PK, Zm{{nvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RunTestCaseRequest.phpnu[PK, Z\ ''yÙvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo.phpnu[PK, Z>z4 4 ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FormParameter.phpnu[PK, Z*vn`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2AnnotatedMessagePart.phpnu[PK, ZcQ؝22lԯvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.phpnu[PK, Z$VH& & `Ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Flow.phpnu[PK, Z*8cctvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestIntentInfo.phpnu[PK, Zc:kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VariantsHistory.phpnu[PK, Z Dkkz`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3CreateVersionOperationMetadata.phpnu[PK, Zm duvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestCase.phpnu[PK, Z=۟hvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EventHandler.phpnu[PK, Z^Jp#vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentCoverageIntent.phpnu[PK, Z/qnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrase.phpnu[PK, ZJV#vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition.phpnu[PK, ZCt)vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentTrainingPhrasePart.phpnu[PK, Z.GL.vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject.phpnu[PK, Zhd7vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3PageInfo.phpnu[PK, Zjbbq>vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1InputAudioConfig.phpnu[PK, Z\-v!Gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ImportDocumentsResponse.phpnu[PK, Z2p | | oKLvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3MatchIntentResponse.phpnu[PK, ZFASfVvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleTypeLatLng.phpnu[PK, Z~Zvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.phpnu[PK, Zb?y_vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageEndInteraction.phpnu[PK, ZŻffncvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.phpnu[PK, Z";;ygvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelectItem.phpnu[PK, Z5_{]ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningOperation.phpnu[PK, ZvՋ] ] f>wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EntityType.phpnu[PK, ZNx˒n1vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.phpnu[PK, Zz=cavendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Webhook.phpnu[PK, Z> wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest.phpnu[PK, Z?  vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment.phpnu[PK, Z* gΩvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Fulfillment.phpnu[PK, ZS@@jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequest.phpnu[PK, Z}00vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.phpnu[PK, Z/|fLSSivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestCaseError.phpnu[PK, Zvbddvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata.phpnu[PK, Z@8t""Yvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.phpnu[PK, Z>  }@vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsTransitionRouteGroups.phpnu[PK, Z~ޜ]vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.phpnu[PK, Z[$$hvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlows.phpnu[PK, ZG44}NAvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsersSessionsEntityTypes.phpnu[PK, Zeȶg/]vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.phpnu[PK, Zm|mvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsPages.phpnu[PK, ZlԌvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.phpnu[PK, ZW.`lvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.phpnu[PK, Z@CBBevendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironments.phpnu[PK, Z"ߒvvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsSessionsEntityTypes.phpnu[PK, Z[llpvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsVersions.phpnu[PK, Z=ovendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironments.phpnu[PK, Zkejw9vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironmentsSessions.phpnu[PK, Z\55)vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironmentsSessionsEntityTypes.phpnu[PK, ZG`yyc@vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgents.phpnu[PK, Z!z`vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsersSessionsContexts.phpnu[PK, Zt04j8yvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsers.phpnu[PK, Zk_ɘVVaU}vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessions.phpnu[PK, Zj<vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsIntents.phpnu[PK, Z+fvvTvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/Projects.phpnu[PK, Z.!$!$lvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsTestCases.phpnu[PK, Z ;99kHvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsWebhooks.phpnu[PK, Z Yś^vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.phpnu[PK, ZFèggrEvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEnvironmentsUsersSessions.phpnu[PK, Z(J33mNvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsSecuritySettings.phpnu[PK, ZQzvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEnvironmentsExperiments.phpnu[PK, Z@e~ ~ sZ0vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsTestCasesResults.phpnu[PK, Zq![d{>vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.phpnu[PK, Z$n\vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsEntityTypes.phpnu[PK, ZK{;kyvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsSessions.phpnu[PK, ZїV lvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypesEntities.phpnu[PK, Z vviMvendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.phpnu[PK, Zo\vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RestoreAgentRequest.phpnu[PK, Z'$vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCardButton.phpnu[PK, ZVevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestError.phpnu[PK, ZfFvvnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListContextsResponse.phpnu[PK, ZJOxxjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningListOperationsResponse.phpnu[PK, Zl@@{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses.phpnu[PK, Zqqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisResult.phpnu[PK, ZcB**lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ImportAgentRequest.phpnu[PK, ZƩ1ƗoRvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageText.phpnu[PK, Z>ٓuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.phpnu[PK, Z@wsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListExperimentsResponse.phpnu[PK, Z81jvv~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio.phpnu[PK, ZIk ;x,vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.phpnu[PK, Zz3rzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.phpnu[PK, Z>wwyvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo.phpnu[PK, Zҁvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall.phpnu[PK, ZIJJkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessage.phpnu[PK, Z ct(vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchCreateEntitiesRequest.phpnu[PK, Zfr ++m2/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2RestoreAgentRequest.phpnu[PK, ZOYw3vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListTestCaseResultsResponse.phpnu[PK, ZJ&R''}z:vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse.phpnu[PK, ZtS/иmNAvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventHandler.phpnu[PK, Z#kIvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OutputAudioConfig.phpnu[PK, Z6:__y9Qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.phpnu[PK, ZYT$zAYvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText.phpnu[PK, Zo"s^vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrase.phpnu[PK, ZWz_fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.phpnu[PK, ZwJH~~povendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListVersionsResponse.phpnu[PK, Zn^  ruvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestRunDifference.phpnu[PK, Z{nzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3MatchIntentRequest.phpnu[PK, Zo6vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse.phpnu[PK, ZrKddnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListAgentsResponse.phpnu[PK, Zkzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse.phpnu[PK, Z9h vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResourceName.phpnu[PK, Z&:;xvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListSecuritySettingsResponse.phpnu[PK, ZAɔx&&p5vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ConversationEvent.phpnu[PK, ZGxxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata.phpnu[PK, Zx#vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata.phpnu[PK, Z<jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1DtmfInput.phpnu[PK, Z[\~{=vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard.phpnu[PK, ZPttvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata.phpnu[PK, Z]%Xipvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VoiceSelectionParams.phpnu[PK, Z5OOsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageQuickReplies.phpnu[PK, ZZ=2xxxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff.phpnu[PK, Zv\\yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.phpnu[PK, ZF{{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess.phpnu[PK, Zess{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.phpnu[PK, Zstvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsResponse.phpnu[PK, ZpSx8vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.phpnu[PK, ZR" " gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Intent.phpnu[PK, ZXllavendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.phpnu[PK, Z"VVlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentInput.phpnu[PK, ZѶhvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookRequest.phpnu[PK, Zζ雲lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ConversationTurn.phpnu[PK, Z׸vqivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCardButton.phpnu[PK, ZvSvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase.phpnu[PK, ZU𩒣mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ValidationMessage.phpnu[PK, ZK>t"vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.phpnu[PK, Z'+Z((l(vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EntityTypeEntity.phpnu[PK, Z t__{,vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata.phpnu[PK, Z@)k2vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCard.phpnu[PK, ZB:i::vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeBatch.phpnu[PK, Z\t?vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1RunTestCaseResponse.phpnu[PK, Zoy y uEvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.phpnu[PK, Z i5Rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1PageInfo.phpnu[PK, Z^^nrXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SearchAgentsResponse.phpnu[PK, Z2dn^vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryInput.phpnu[PK, Zz{; ; egvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Fulfillment.phpnu[PK, Z%6]]fqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction.phpnu[PK, Z(&  {uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText.phpnu[PK, Zjc c o4{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DetectIntentRequest.phpnu[PK, Z'~}  v6vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelect.phpnu[PK, Z/qXXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage.phpnu[PK, ZgV V avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Message.phpnu[PK, Zwr,,vvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponses.phpnu[PK, Z}Xovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RunTestCaseMetadata.phpnu[PK, Zhwuuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue.phpnu[PK, Z/lsspJvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TransitionRoute.phpnu[PK, Z_ w]vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1ImportDocumentsResponse.phpnu[PK, ZPҍpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCard.phpnu[PK, ZBdddzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelectItem.phpnu[PK, Zi&vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EventInput.phpnu[PK, ZL}evendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Intent.phpnu[PK, Z2pvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ValidateAgentRequest.phpnu[PK, Zt3vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata.phpnu[PK, ZRÉYYvvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestion.phpnu[PK, ZOEtvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageText.phpnu[PK, Z<cvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TextInput.phpnu[PK, Z.ίpovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SpeechToTextSettings.phpnu[PK, Zr/mpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1MessageAnnotation.phpnu[PK, Zqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.phpnu[PK, Zr^n;vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionCoverage.phpnu[PK, Zmvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3OutputAudioConfig.phpnu[PK, ZX\++mQ#vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentResponse.phpnu[PK, ZDf G``(vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent.phpnu[PK, Z!bbt/0vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchRunTestCasesRequest.phpnu[PK, ZGr55vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesRequest.phpnu[PK, Zl l p9vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillIntentRequest.phpnu[PK, ZzCvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect.phpnu[PK, ZTTx}Ivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageQuickReplies.phpnu[PK, ZnyNvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3LoadVersionRequest.phpnu[PK, ZN[pSvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SynthesizeSpeechConfig.phpnu[PK, ZClIIf[vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3EventInput.phpnu[PK, Zظ}^^|_vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.phpnu[PK, ZW00qfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1PageInfoFormInfo.phpnu[PK, ZTDw^lvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.phpnu[PK, Z 22tpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportAgentResponse.phpnu[PK, Z,,~uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo.phpnu[PK, ZcN  w|vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestions.phpnu[PK, Z_Ӷffx>vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse.phpnu[PK, ZwwpLvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageText.phpnu[PK, Z`cvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Form.phpnu[PK, Z3qvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ConversationTurn.phpnu[PK, Z?I  r8vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VersionVariantsVariant.phpnu[PK, ZE|xxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata.phpnu[PK, Z:~~p"vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListWebhooksResponse.phpnu[PK, Z5 b@vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Intent.phpnu[PK, ZeO  kѸvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ConversationEvent.phpnu[PK, Z8`sryvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEnvironmentsResponse.phpnu[PK, ZXX^ ^ `vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Page.phpnu[PK, Z%yrlvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResult.phpnu[PK, ZqExjKvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TestCaseResult.phpnu[PK, Zxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse.phpnu[PK, Z! rXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultMetric.phpnu[PK, Z<]rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestions.phpnu[PK, Zm,xxovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata.phpnu[PK, ZPgvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.phpnu[PK, Z"6!!gvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessage.phpnu[PK, Z1}7'vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse.phpnu[PK, Z&9Is,vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmText.phpnu[PK, Z Cppk#3vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestConfig.phpnu[PK, ZjNei.8vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryParameters.phpnu[PK, Z&aWGvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Context.phpnu[PK, ZvuLvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FormParameterFillBehavior.phpnu[PK, ZeeUvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata.phpnu[PK, Z|u&Yvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageMixedAudio.phpnu[PK, Z6dz^vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse.phpnu[PK, ZgLdvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SessionInfo.phpnu[PK, ZAD< xhvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionCoverageTransition.phpnu[PK, Z$H+evvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Environment.phpnu[PK, ZFF  uM}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCard.phpnu[PK, Z^~ vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse.phpnu[PK, Z@?z[vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.phpnu[PK, Zh"./XXwvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageColumnProperties.phpnu[PK, ZUO55vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.phpnu[PK, ZxHJzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse.phpnu[PK, Z_ f'vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Message.phpnu[PK, Zzx`vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse.phpnu[PK, Zܷo߶vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3RunTestCaseResponse.phpnu[PK, Zd e=vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Page.phpnu[PK, Z ;p{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCard.phpnu[PK, Z@KQ__{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata.phpnu[PK, ZFjhvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Sentiment.phpnu[PK, ZAuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ConversationTurnUserInput.phpnu[PK, ZEEI I avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Agent.phpnu[PK, Zk| jvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.phpnu[PK, ZPJҹpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3DetectIntentResponse.phpnu[PK, ZG?*vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult.phpnu[PK, Z(2s vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SentimentAnalysisResult.phpnu[PK, ZVkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2MessageAnnotation.phpnu[PK, ZN)?2llnvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1TestCaseError.phpnu[PK, Z׳ svendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsRequest.phpnu[PK, Zwz$vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.phpnu[PK, Zyb``|)vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata.phpnu[PK, ZwPs/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1AnnotatedMessagePart.phpnu[PK, Z &3 3 ph5vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageTableCard.phpnu[PK, Zz-;;Bvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.phpnu[PK, Z BoopEvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FlowValidationResult.phpnu[PK, ZuMvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchRunTestCasesResponse.phpnu[PK, Z%[~hRvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.phpnu[PK, Z,*\PPtXvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageTableCardCell.phpnu[PK, Z:׸k\vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TrainAgentRequest.phpnu[PK, ZMFhz `vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio.phpnu[PK, Z5wevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.phpnu[PK, ZS8~ ~ ~>kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction.phpnu[PK, Zpqqojxvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListIntentsResponse.phpnu[PK, Zx4rz~vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3StartExperimentRequest.phpnu[PK, Z~Voہvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ValidateFlowRequest.phpnu[PK, ZbAAevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TextInput.phpnu[PK, ZvɗiӉvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.phpnu[PK, Zۚʋqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ListTestCasesResponse.phpnu[PK, Z[R/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleRpcStatus.phpnu[PK, Z NcSvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Sentiment.phpnu[PK, ZQ;xݢvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse.phpnu[PK, Z١ vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.phpnu[PK, Z +__gpvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryResult.phpnu[PK, Z? ofvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SuggestionResult.phpnu[PK, ZΉ``}vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata.phpnu[PK, ZTTqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestion.phpnu[PK, Z8__wvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.phpnu[PK, Zz5??kvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SessionEntityType.phpnu[PK, Zdevendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Form.phpnu[PK, Z`LMl"vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1SessionInfo.phpnu[PK, Zz[4ssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata.phpnu[PK, ZrI  mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentRequest.phpnu[PK, Z"_Վssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata.phpnu[PK, Z+ZZkvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRoute.phpnu[PK, Z_ovendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SmartReplyAnswer.phpnu[PK, Ze}NNvvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FulfillmentGenericWebService.phpnu[PK, ZZsvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesMetadata.phpnu[PK, ZXVǪui"vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata.phpnu[PK, Z8%g 'vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem.phpnu[PK, ZUH2vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent.phpnu[PK, Z{ g:vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SpeechContext.phpnu[PK, Z^`  rB?vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SynthesizeSpeechConfig.phpnu[PK, Zیf^^pGvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3TransitionRouteGroup.phpnu[PK, Z &kNvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3VersionVariants.phpnu[PK, ZWlbTvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3SecuritySettings.phpnu[PK, Zي]vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult.phpnu[PK, ZXs 3HHlcbvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FulfillmentFeature.phpnu[PK, Zs"#HHzGfvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.phpnu[PK, Z4+7y9mvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.phpnu[PK, Z_ixG##}rvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard.phpnu[PK, Z''i i kizvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1QueryInput.phpnu[PK, Z*yymvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata.phpnu[PK, Zy fvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryInput.phpnu[PK, ZBw-vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest.phpnu[PK, Z+j$uZvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.phpnu[PK, Z:-ssvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata.phpnu[PK, Zڰ..p=vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1IntentParameter.phpnu[PK, ZCEl vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ArticleAnswer.phpnu[PK, ZO{RRqƹvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageImage.phpnu[PK, ZMqvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.phpnu[PK, Zqj l]vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Fulfillment.phpnu[PK, Z&G uvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3CalculateCoverageResponse.phpnu[PK, Z{ vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase.phpnu[PK, Z,zɾzvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata.phpnu[PK, ZWVܒy vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio.phpnu[PK, Z>dHvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EventInput.phpnu[PK, Z|iimvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListIntentsResponse.phpnu[PK, Z Ѱjvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentCoverage.phpnu[PK, ZS>avendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Match.phpnu[PK, ZrHHtuvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntitiesRequest.phpnu[PK, ZO;ua vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelect.phpnu[PK, Z5`ppvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata.phpnu[PK, ZZFivendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ValidationError.phpnu[PK, ZĴQQgvendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3IntentInput.phpnu[PK, Z칽tvv~{vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess.phpnu[PK, Z/'^#vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ExponentialBuckets.phpnu[PK, Z]L L W)vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/MetricValue.phpnu[PK, Zq\\Z4vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/AuditLogConfig.phpnu[PK, ZUQ9vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Money.phpnu[PK, Z\>vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ListHubsResponse.phpnu[PK, ZP_;Evendor/google/apiclient-services/src/Google/Service/Networkconnectivity/SetIamPolicyRequest.phpnu[PK, Z!!TTRJvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Policy.phpnu[PK, ZzcwwVRvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Attributes.phpnu[PK, Z9TXvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LogEntry.phpnu[PK, Zâ_fgvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleLongrunningOperation.phpnu[PK, Zcf>ovendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TestIamPermissionsResponse.phpnu[PK, ZAfysvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocations.phpnu[PK, Zp|vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsOperations.phpnu[PK, Z+vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobal.phpnu[PK, ZK h)h)lvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsSpokes.phpnu[PK, ZL߁v)v)vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalHubs.phpnu[PK, Z65==svendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPrivateRanges.phpnu[PK, Zf}Ț]vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/Projects.phpnu[PK, ZxDDtvendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsInternalRanges.phpnu[PK, ZhXB^^w vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPolicyBasedRoutes.phpnu[PK, Z qs# vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleLongrunningListOperationsResponse.phpnu[PK, Z2{U) vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TraceSpan.phpnu[PK, Z]{8 vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/OperationMetadata.phpnu[PK, ZE0S@ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Binding.phpnu[PK, ZP$7KKaF vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ListLocationsResponse.phpnu[PK, ZnWL vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/BillingView.phpnu[PK, ZQ'Pb77X R vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ResourceInfo.phpnu[PK, Z[@Urr[W vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ExplicitBuckets.phpnu[PK, Z‰s[ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleLongrunningCancelOperationRequest.phpnu[PK, Zm_e)_ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TestIamPermissionsRequest.phpnu[PK, Zo0Zbc vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/AttributeValue.phpnu[PK, Zۨ9ci vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/RouterApplianceInstance.phpnu[PK, Z}xXo vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Distribution.phpnu[PK, Z]~ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LogEntryOperation.phpnu[PK, Z' W| vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/HttpRequest.phpnu[PK, ZbIUĒ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Operation.phpnu[PK, Z(Yd vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LinearBuckets.phpnu[PK, Z"a SSZ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/MetricValueSet.phpnu[PK, ZU^ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ListSpokesResponse.phpnu[PK, ZT vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Exemplar.phpnu[PK, ZnñdW vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/NetworkconnectivityEmpty.phpnu[PK, Z=T vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Location.phpnu[PK, ZBqS__W vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/AuditConfig.phpnu[PK, Z7O vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Hub.phpnu[PK, Z/vvbp vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/LogEntrySourceLocation.phpnu[PK, Za[x vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/GoogleRpcStatus.phpnu[PK, ZY vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/ReportRequest.phpnu[PK, Zr00]S vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/TruncatableString.phpnu[PK, ZB Q vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Spoke.phpnu[PK, ZrߐZZ[ vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/QuotaProperties.phpnu[PK, ZdreTTP vendor/google/apiclient-services/src/Google/Service/Networkconnectivity/Expr.phpnu[PK, Zjڱjc!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreResponse.phpnu[PK, ZwF b!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreRequest.phpnu[PK, Z> ]O!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentRequest.phpnu[PK, Z ʴOl!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Context.phpnu[PK, ZOQ&!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/TextEntry.phpnu[PK, ZIb..W*!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeScores.phpnu[PK, Z=fyyY1!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Resource/Comments.phpnu[PK, Z0Z\M:!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Score.phpnu[PK, ZP)AAQ>!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SpanScore.phpnu[PK, ZH\..[D!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeParameters.phpnu[PK, Zs))_?I!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/ArticleAndParentComment.phpnu[PK, ZlB^O!vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentResponse.phpnu[PK, Z,|  fW!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Binding.phpnu[PK, Z./^!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Version.phpnu[PK, ZIe!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest.phpnu[PK, Zx gl!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleProtobufEmpty.phpnu[PK, Z5Dao!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Product.phpnu[PK, Zd&Yw!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse.phpnu[PK, Zjffb}!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleTypeExpr.phpnu[PK, Z/Hă!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest.phpnu[PK, ZWj  nj!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningOperation.phpnu[PK, ZXYH##e!vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.phpnu[PK, ZA h{'vendor/google/apiclient-services/src/Google/Service/Oauth2.phpnu[PK, Z Ie&e&='vendor/google/apiclient-services/src/Google/Service/Tasks.phpnu[PK, ZCg_'vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayRequest.phpnu[PK, Zq\\N'vendor/google/apiclient-services/src/Google/Service/CloudIot/GatewayConfig.phpnu[PK, Z T'vendor/google/apiclient-services/src/Google/Service/CloudIot/SetIamPolicyRequest.phpnu[PK, Z&d+hhG'vendor/google/apiclient-services/src/Google/Service/CloudIot/Policy.phpnu[PK, Z5g0  Wq'vendor/google/apiclient-services/src/Google/Service/CloudIot/X509CertificateDetails.phpnu[PK, Z 5U'vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCertificate.phpnu[PK, ZD[c'vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceRequest.phpnu[PK, Z^7b{{K'vendor/google/apiclient-services/src/Google/Service/CloudIot/HttpConfig.phpnu[PK, ZvgHHT'vendor/google/apiclient-services/src/Google/Service/CloudIot/GetIamPolicyRequest.phpnu[PK, Za['vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsResponse.phpnu[PK, ZDzz['vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocations.phpnu[PK, Z:%%l'vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.phpnu[PK, Z{  rw(vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.phpnu[PK, ZR* k% (vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroups.phpnu[PK, ZByz.(vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.phpnu[PK, Z$P$$e27(vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.phpnu[PK, ZnnR^\(vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/Projects.phpnu[PK, ZW8:rN`(vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.phpnu[PK, Z  Lh(vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceState.phpnu[PK, Z{{Hm(vendor/google/apiclient-services/src/Google/Service/CloudIot/Binding.phpnu[PK, ZaR Os(vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceRegistry.phpnu[PK, Z|`q(vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayResponse.phpnu[PK, ZۉX(vendor/google/apiclient-services/src/Google/Service/CloudIot/StateNotificationConfig.phpnu[PK, Z!SM(vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceConfig.phpnu[PK, ZaҎ(vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceConfigVersionsResponse.phpnu[PK, Z{pBBa(vendor/google/apiclient-services/src/Google/Service/CloudIot/ModifyCloudToDeviceConfigRequest.phpnu[PK, Z{ZØ(vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsRequest.phpnu[PK, Z{0k55Q(vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceCredential.phpnu[PK, ZuR5\(vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayResponse.phpnu[PK, Z6Sѥ(vendor/google/apiclient-services/src/Google/Service/CloudIot/RegistryCredential.phpnu[PK, ZIT(vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDevicesResponse.phpnu[PK, Z~-}ww](vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceRegistriesResponse.phpnu[PK, Z6|G(vendor/google/apiclient-services/src/Google/Service/CloudIot/Status.phpnu[PK, ZO[&ccX(vendor/google/apiclient-services/src/Google/Service/CloudIot/EventNotificationConfig.phpnu[PK, ZR4G(vendor/google/apiclient-services/src/Google/Service/CloudIot/Device.phpnu[PK, ZY{{K(vendor/google/apiclient-services/src/Google/Service/CloudIot/MqttConfig.phpnu[PK, Z0bN(vendor/google/apiclient-services/src/Google/Service/CloudIot/CloudiotEmpty.phpnu[PK, ZFMT(vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCredential.phpnu[PK, ZhRh[0(vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayRequest.phpnu[PK, Z\(vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceResponse.phpnu[PK, ZYyyY(vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceStatesResponse.phpnu[PK, ZQ(vendor/google/apiclient-services/src/Google/Service/CloudIot/GetPolicyOptions.phpnu[PK, ZTIIE"(vendor/google/apiclient-services/src/Google/Service/CloudIot/Expr.phpnu[PK, Z~!!Q(vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.phpnu[PK, ZD B)vendor/google/apiclient-services/src/Google/Service/FirebaseML.phpnu[PK, ZI&)vendor/google/apiclient-services/src/Google/Service/People/Membership.phpnu[PK, Z;;C-)vendor/google/apiclient-services/src/Google/Service/People/Date.phpnu[PK, ZHHDp2)vendor/google/apiclient-services/src/Google/Service/People/Skill.phpnu[PK, ZOSG,7)vendor/google/apiclient-services/src/Google/Service/People/Relation.phpnu[PK, Z<NNGP=)vendor/google/apiclient-services/src/Google/Service/People/ImClient.phpnu[PK, ZAwwUE)vendor/google/apiclient-services/src/Google/Service/People/ContactGroupMembership.phpnu[PK, Z鵽g33GI)vendor/google/apiclient-services/src/Google/Service/People/Birthday.phpnu[PK, ZŬ5KKGN)vendor/google/apiclient-services/src/Google/Service/People/Interest.phpnu[PK, ZFV}S)vendor/google/apiclient-services/src/Google/Service/People/ListConnectionsResponse.phpnu[PK, ZEY)vendor/google/apiclient-services/src/Google/Service/People/Gender.phpnu[PK, ZPMMI_)vendor/google/apiclient-services/src/Google/Service/People/Occupation.phpnu[PK, Z璟Lc)vendor/google/apiclient-services/src/Google/Service/People/FieldMetadata.phpnu[PK, Z@3)::DDi)vendor/google/apiclient-services/src/Google/Service/People/Photo.phpnu[PK, Z   Hm)vendor/google/apiclient-services/src/Google/Service/People/Biography.phpnu[PK, ZzEus)vendor/google/apiclient-services/src/Google/Service/People/Source.phpnu[PK, Zvϑ? ? Nvy)vendor/google/apiclient-services/src/Google/Service/People/Resource/People.phpnu[PK, ZP P Y3)vendor/google/apiclient-services/src/Google/Service/People/Resource/PeopleConnections.phpnu[PK, Z;se e F )vendor/google/apiclient-services/src/Google/Service/People/Address.phpnu[PK, Z"ѤQQM)vendor/google/apiclient-services/src/Google/Service/People/BraggingRights.phpnu[PK, ZOTTN)vendor/google/apiclient-services/src/Google/Service/People/ProfileMetadata.phpnu[PK, Z̽ƧwwM)vendor/google/apiclient-services/src/Google/Service/People/PersonResponse.phpnu[PK, ZC==M{)vendor/google/apiclient-services/src/Google/Service/People/PersonMetadata.phpnu[PK, Z++S5)vendor/google/apiclient-services/src/Google/Service/People/RelationshipInterest.phpnu[PK, ZmvvJ)vendor/google/apiclient-services/src/Google/Service/People/PhoneNumber.phpnu[PK, Z˴O3))Q)vendor/google/apiclient-services/src/Google/Service/People/RelationshipStatus.phpnu[PK, Z:d- - K})vendor/google/apiclient-services/src/Google/Service/People/Organization.phpnu[PK, ZZgL!L!E%)vendor/google/apiclient-services/src/Google/Service/People/Person.phpnu[PK, ZCIIE)vendor/google/apiclient-services/src/Google/Service/People/Locale.phpnu[PK, Z8iiK)vendor/google/apiclient-services/src/Google/Service/People/EmailAddress.phpnu[PK, Z$cP*vendor/google/apiclient-services/src/Google/Service/People/GetPeopleResponse.phpnu[PK, Z~gCI*vendor/google/apiclient-services/src/Google/Service/People/CoverPhoto.phpnu[PK, ZPiqqO< *vendor/google/apiclient-services/src/Google/Service/People/DomainMembership.phpnu[PK, Z4)G,*vendor/google/apiclient-services/src/Google/Service/People/Nickname.phpnu[PK, ZvhB|*vendor/google/apiclient-services/src/Google/Service/People/Url.phpnu[PK, ZX9C*vendor/google/apiclient-services/src/Google/Service/People/Name.phpnu[PK, Z H**vendor/google/apiclient-services/src/Google/Service/People/Residence.phpnu[PK, ZJJF/*vendor/google/apiclient-services/src/Google/Service/People/Tagline.phpnu[PK, ZS.,}ddK@4*vendor/google/apiclient-services/src/Google/Service/People/AgeRangeType.phpnu[PK, ZD9*vendor/google/apiclient-services/src/Google/Service/People/Event.phpnu[PK, Z $;  D?*vendor/google/apiclient-services/src/Google/Service/ChromePolicy.phpnu[PK, Z];OT*vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.phpnu[PK, ZOJpo*vendor/google/apiclient-services/src/Google/Service/FlightAvailability.phpnu[PK, Z'RRZv*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/LocationMetadata.phpnu[PK, ZDZZX|*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditLogConfig.phpnu[PK, Z  [*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MaintenanceWindow.phpnu[PK, ZIXD*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetastoreEmpty.phpnu[PK, Z]q*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/SetIamPolicyRequest.phpnu[PK, Z6##]*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreConfig.phpnu[PK, ZșFFP*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Policy.phpnu[PK, Z=mUUQq*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Restore.phpnu[PK, Z:UUQG*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Service.phpnu[PK, Z^Fd*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/TestIamPermissionsResponse.phpnu[PK, Z dT*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.phpnu[PK, Z  n*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsOperations.phpnu[PK, Z8>{v*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesMetadataImports.phpnu[PK, ZԴ00l*vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.phpnu[PK, ZO"[i#+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/Projects.phpnu[PK, Z'FLL[v'+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/DataCatalogConfig.phpnu[PK, ZnۨQM++vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Binding.phpnu[PK, ZCC_v1+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListLocationsResponse.phpnu[PK, Z9-JJdH7+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataManagementActivity.phpnu[PK, Z`]&>+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataIntegration.phpnu[PK, Z\:c|C+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/TestIamPermissionsRequest.phpnu[PK, Z6=>>_G+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ExportMetadataRequest.phpnu[PK, Z٣S~M+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Operation.phpnu[PK, Z-LLeT+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListMetadataImportsResponse.phpnu[PK, ZuXX[+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataImport.phpnu[PK, Z2~Pc+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Status.phpnu[PK, ZށhhVi+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/DatabaseDump.phpnu[PK, Z7Y^n+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListServicesResponse.phpnu[PK, Z=PP`{u+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/ListOperationsResponse.phpnu[PK, Zd-]]P[{+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Secret.phpnu[PK, ZwR8+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Location.phpnu[PK, ZCWWU+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditConfig.phpnu[PK, Z mZZX+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataExport.phpnu[PK, ZXc+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/KerberosConfig.phpnu[PK, ZS^+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreVersion.phpnu[PK, ZYl"RRNL+vendor/google/apiclient-services/src/Google/Service/DataprocMetastore/Expr.phpnu[PK, Z5ZF 44>+vendor/google/apiclient-services/src/Google/Service/Sheets.phpnu[PK, ZA\IX+vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptorMetadata.phpnu[PK, ZKW +vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.phpnu[PK, ZDlO5+vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.phpnu[PK, Z@h  SH+vendor/google/apiclient-services/src/Google/Service/Logging/ListBucketsResponse.phpnu[PK, ZA G+vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.phpnu[PK- ZAV+vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.phpnu[PK- Zo6F,vendor/google/apiclient-services/src/Google/Service/Logging/Linear.phpnu[PK- Z Q$,vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResource.phpnu[PK- Zo__Hn ,vendor/google/apiclient-services/src/Google/Service/Logging/Explicit.phpnu[PK- ZɊ##JE,vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.phpnu[PK- Znx I*,vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.phpnu[PK- ZV MM7,vendor/google/apiclient-services/src/Google/Service/Logging/BucketOptions.phpnu[PK- Z7QH?,vendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.phpnu[PK- Z.[OS,vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.phpnu[PK- Zy y P]Y,vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptor.phpnu[PK- ZI1 ZVf,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocations.phpnu[PK- Z-_pp,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsBuckets.phpnu[PK- Z-* aw,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocations.phpnu[PK- Z[ _,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocations.phpnu[PK- Z]R(([",vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsSinks.phpnu[PK- Z6Ձfw,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocationsBucketsViews.phpnu[PK- ZJ`,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.phpnu[PK- Z;qkV,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocationsBucketsViews.phpnu[PK- ZVT  e,vendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.phpnu[PK- ZvKX-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/V2.phpnu[PK- Z/jyj j P-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.phpnu[PK- ZtNNM -vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.phpnu[PK- Z-Ob0-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.phpnu[PK- ZJ[!I-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.phpnu[PK- Z!8/Za-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.phpnu[PK- ZX0EuuZz-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.phpnu[PK- Z:x x R-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Locations.phpnu[PK- Z^.d-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsBucketsViews.phpnu[PK- Z1N-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Sinks.phpnu[PK- ZeccT -vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.phpnu[PK- ZNt t Y-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/LocationsBuckets.phpnu[PK- Z]*ffP-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.phpnu[PK- Z$ffU-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.phpnu[PK- Z!y&BBX-vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsMetrics.phpnu[PK- ZSjjQ.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.phpnu[PK- Z&:BBVs.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Organizations.phpnu[PK- Z*X;&.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.phpnu[PK- Z9 fI*.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocationsBuckets.phpnu[PK- Z݆e]SzK.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.phpnu[PK- Z+lb((Vc.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsSinks.phpnu[PK- ZzC< `.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocationsBuckets.phpnu[PK- ZfL|WWh,.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocationsBuckets.phpnu[PK- Z!^.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/LocationsBucketsViews.phpnu[PK- Z /|eI.vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocationsBucketsViews.phpnu[PK- Znn((].vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsSinks.phpnu[PK- Z|((U!/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersSinks.phpnu[PK- ZM Y-K/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocations.phpnu[PK- ZKk aCU/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocationsBuckets.phpnu[PK- Z@4{{\`v/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.phpnu[PK- ZFVVmg/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocationsBucketsViews.phpnu[PK- ZWWGZ/vendor/google/apiclient-services/src/Google/Service/Logging/LogLine.phpnu[PK- Z&&6U(/vendor/google/apiclient-services/src/Google/Service/Logging/ListLocationsResponse.phpnu[PK- ZWaUȦ/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesRequest.phpnu[PK- ZGf۝LC/vendor/google/apiclient-services/src/Google/Service/Logging/LogExclusion.phpnu[PK- Z4{L\/vendor/google/apiclient-services/src/Google/Service/Logging/CmekSettings.phpnu[PK- ZI/vendor/google/apiclient-services/src/Google/Service/Logging/LogBucket.phpnu[PK- ZCK/vendor/google/apiclient-services/src/Google/Service/Logging/Exponential.phpnu[PK- Zhb5uO/vendor/google/apiclient-services/src/Google/Service/Logging/SuppressionInfo.phpnu[PK- Z$Q/vendor/google/apiclient-services/src/Google/Service/Logging/ListViewsResponse.phpnu[PK- Z#PQ/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.phpnu[PK- ZN5 Kf/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.phpnu[PK- Z=M[/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceDescriptor.phpnu[PK- ZIA%%Y/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceMetadata.phpnu[PK- Z$~~Nv/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.phpnu[PK- ZUr/vendor/google/apiclient-services/src/Google/Service/Logging/TailLogEntriesRequest.phpnu[PK- ZTV/vendor/google/apiclient-services/src/Google/Service/Logging/TailLogEntriesResponse.phpnu[PK- Z@H0vendor/google/apiclient-services/src/Google/Service/Logging/Location.phpnu[PK- Z'd  O 0vendor/google/apiclient-services/src/Google/Service/Logging/SourceReference.phpnu[PK- ZTġGm0vendor/google/apiclient-services/src/Google/Service/Logging/LogView.phpnu[PK- Z/c9  V0vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.phpnu[PK- ZBbjjVe0vendor/google/apiclient-services/src/Google/Service/Logging/LogEntrySourceLocation.phpnu[PK- Zfz  VU0vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesResponse.phpnu[PK- ZBWU$0vendor/google/apiclient-services/src/Google/Service/Logging/UndeleteBucketRequest.phpnu[PK- ZT@Q (0vendor/google/apiclient-services/src/Google/Service/Logging/ListSinksResponse.phpnu[PK- ZNB11V}-0vendor/google/apiclient-services/src/Google/Service/Logging/ListExclusionsResponse.phpnu[PK- ZYL430vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.phpnu[PK- Z]=hI60vendor/google/apiclient-services/src/Google/Service/Logging/ListMonitoredResourceDescriptorsResponse.phpnu[PK- Z!]5DDP<0vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.phpnu[PK- Z_ooGfA0vendor/google/apiclient-services/src/Google/Service/Storagetransfer.phpnu[PK- ZJv..RL]0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextParagraph.phpnu[PK- Zi?N`0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ChatEmpty.phpnu[PK- Z:cu.^^Jd0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Media.phpnu[PK- ZfřOg0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Membership.phpnu[PK- ZLbn0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Section.phpnu[PK- Z&WWOs0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/FormAction.phpnu[PK- Zӧ""My0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OpenLink.phpnu[PK- Z{^^Q=}0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/DriveDataRef.phpnu[PK- ZpZjjV0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/AttachmentDataRef.phpnu[PK- Zܻ3 3 Q 0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/WidgetMarkup.phpnu[PK- Zb OOO0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Annotation.phpnu[PK- Z.L0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Message.phpnu[PK- Zn+S0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Media.phpnu[PK- Z/&w\0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessages.phpnu[PK- ZЦ~g 0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessagesAttachments.phpnu[PK- ZJ`q0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/RoomsConversations.phpnu[PK- Zb^0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/DmsConversations.phpnu[PK- Z4?Q Q [0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMembers.phpnu[PK- Z%M S0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Rooms.phpnu[PK- Znz z Q0vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Dms.phpnu[PK- ZD- - T1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Spaces.phpnu[PK- Zb O`1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Attachment.phpnu[PK- ZKO1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextButton.phpnu[PK- Z9#X X T1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/DeprecatedEvent.phpnu[PK- Z'|II\+1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListMembershipsResponse.phpnu[PK- Z''Kn11vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Thread.phpnu[PK- Zmy M51vendor/google/apiclient-services/src/Google/Service/HangoutsChat/KeyValue.phpnu[PK- Z!S_?1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionResponse.phpnu[PK- Z#XC1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/UserMentionMetadata.phpnu[PK- ZFIH1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/User.phpnu[PK- ZZ(>>OO1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardHeader.phpnu[PK- Zx OT1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardAction.phpnu[PK- Z>o7PPQ@Z1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/SlashCommand.phpnu[PK- Z֛XL^1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OnClick.phpnu[PK- ZW[d1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListSpacesResponse.phpnu[PK- ZTi1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionParameter.phpnu[PK- Z# XK,n1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Button.phpnu[PK- ZPt1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ImageButton.phpnu[PK- Z  I'{1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Card.phpnu[PK- ZѓJ1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Image.phpnu[PK- ZʎbPY1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/SlashCommandMetadata.phpnu[PK- ZJ1vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Space.phpnu[PK- Z 66H1vendor/google/apiclient-services/src/Google/Service/ServiceDirectory.phpnu[PK- ZaVH1vendor/google/apiclient-services/src/Google/Service/Assuredworkloads.phpnu[PK- Zf. 3535IF1vendor/google/apiclient-services/src/Google/Service/ServiceManagement.phpnu[PK- Z+6 : :R2vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner.phpnu[PK- Z JV2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.phpnu[PK- ZWttUZ2vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.phpnu[PK- ZlZ Z Xa2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Resource/Activities.phpnu[PK- ZGIKk2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Rename.phpnu[PK- Z I]p2vendor/google/apiclient-services/src/Google/Service/Appsactivity/User.phpnu[PK- ZxɑfQQKzw2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Target.phpnu[PK- Z]tVVWF|2vendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.phpnu[PK- Zw55[#2vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.phpnu[PK- ZaTTI2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.phpnu[PK- Z^$$%%O2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.phpnu[PK- Z5MT2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Activity.phpnu[PK- ZsSb33J2vendor/google/apiclient-services/src/Google/Service/Appsactivity/Event.phpnu[PK- ZQuP2vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsSection.phpnu[PK- ZoddY2vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectLinkingSection.phpnu[PK- ZP2vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseSection.phpnu[PK- ZkOOP2vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsVersion.phpnu[PK- ZAB77l2vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureRequest.phpnu[PK- ZHS2vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectPlusPage.phpnu[PK- Z2>//N2vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiSection.phpnu[PK- Z ZLo2vendor/google/apiclient-services/src/Google/Service/Devprojects/UserData.phpnu[PK- ZD T2vendor/google/apiclient-services/src/Google/Service/Devprojects/AppEngineSection.phpnu[PK- ZNV!2vendor/google/apiclient-services/src/Google/Service/Devprojects/VerdictRestriction.phpnu[PK- Z @FFVg2vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConfiguration.phpnu[PK- ZO A A U32vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketLimitStatus.phpnu[PK- Z6/T2vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceDenied.phpnu[PK- Znึ_D3vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersRequest.phpnu[PK- ZAMllY| 3vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryPropertySection.phpnu[PK- ZffUq3vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainAccountData.phpnu[PK- Z&  T\3vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConstraints.phpnu[PK- ZDY3vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountSection.phpnu[PK- ZU55K3 3vendor/google/apiclient-services/src/Google/Service/Devprojects/Context.phpnu[PK- ZY6.( ( K$3vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiData.phpnu[PK- Z$MMX.3vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsListResponse.phpnu[PK- Z?]kR[33vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryProperty.phpnu[PK- ZE P83vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiStatsInfo.phpnu[PK- ZatN?3vendor/google/apiclient-services/src/Google/Service/Devprojects/IamSection.phpnu[PK- Z/LC3vendor/google/apiclient-services/src/Google/Service/Devprojects/TermInfo.phpnu[PK- Z~~mbJ3vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureResponse.phpnu[PK- ZPbJJO}O3vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumer.phpnu[PK- Z00 NFW3vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainData.phpnu[PK- ZSba3vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudSqlSection.phpnu[PK- Zge3vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsStringIdToNumericIdResponse.phpnu[PK- ZEa}}O;j3vendor/google/apiclient-services/src/Google/Service/Devprojects/TeamSection.phpnu[PK- Z+o  M7q3vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveApi.phpnu[PK- Z1;Mv3vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaInfo.phpnu[PK- Z5H  V3vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitDefinition.phpnu[PK- Z K3vendor/google/apiclient-services/src/Google/Service/Devprojects/Verdict.phpnu[PK- ZAڠV!3vendor/google/apiclient-services/src/Google/Service/Devprojects/SpecialRestriction.phpnu[PK- ZJg3vendor/google/apiclient-services/src/Google/Service/Devprojects/Region.phpnu[PK- Z>oP3vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveMember.phpnu[PK- Z)YQ3vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apis.phpnu[PK- ZC'T@3vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Domains.phpnu[PK- ZR3vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Toses.phpnu[PK- Z7i` R3vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Users.phpnu[PK- ZtMMY$3vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apiconsumers.phpnu[PK- Z \4vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/ActivationLinks.phpnu[PK- ZV[d4vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Controlwidgets.phpnu[PK- Z h11U4vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Projects.phpnu[PK- Z;MMNN4vendor/google/apiclient-services/src/Google/Service/Devprojects/Evaluation.phpnu[PK- Z \\4vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListConsumedResponse.phpnu[PK- ZUp zzUa4vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckRequest.phpnu[PK- Zf}Wg4vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudComputeSection.phpnu[PK- Z缉Lm4vendor/google/apiclient-services/src/Google/Service/Devprojects/QueryUrl.phpnu[PK- Z딒> > [s4vendor/google/apiclient-services/src/Google/Service/Devprojects/RobotCreationParameters.phpnu[PK- ZuJKKRJ~4vendor/google/apiclient-services/src/Google/Service/Devprojects/GeoRestriction.phpnu[PK- ZCkAAT4vendor/google/apiclient-services/src/Google/Service/Devprojects/InstalledAppInfo.phpnu[PK- ZkT܊4vendor/google/apiclient-services/src/Google/Service/Devprojects/UserNotification.phpnu[PK- ZǪ'`Y34vendor/google/apiclient-services/src/Google/Service/Devprojects/ManagedEntityMetadata.phpnu[PK- Z0V֖4vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceRequired.phpnu[PK- ZyyP;4vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsContext.phpnu[PK- Z#CN44vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedValue.phpnu[PK- ZhvrrRE4vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLink.phpnu[PK- Z'ddW94vendor/google/apiclient-services/src/Google/Service/Devprojects/EmbeddingParameters.phpnu[PK- Z^*LLM$4vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseType.phpnu[PK- ZW\4vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListProducedResponse.phpnu[PK- Z ư R4vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitStatus.phpnu[PK- Z@thhVk4vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckResponse.phpnu[PK- Z. . OY4vendor/google/apiclient-services/src/Google/Service/Devprojects/AuthSection.phpnu[PK- Zc LKKR4vendor/google/apiclient-services/src/Google/Service/Devprojects/NotRestriction.phpnu[PK- ZTm Y4vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaBucketDefinition.phpnu[PK- ZϲMMU(4vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesListResponse.phpnu[PK- ZcJ4vendor/google/apiclient-services/src/Google/Service/Devprojects/Locale.phpnu[PK- Z6 VVR4vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsOfService.phpnu[PK- ZyP,,bc4vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateRequest.phpnu[PK- Z\<3ppZ!5vendor/google/apiclient-services/src/Google/Service/Devprojects/UiCustomizationSection.phpnu[PK- Z2a}44J5vendor/google/apiclient-services/src/Google/Service/Devprojects/Target.phpnu[PK- ZBBU 5vendor/google/apiclient-services/src/Google/Service/Devprojects/AppsScriptSection.phpnu[PK- Zy-J5vendor/google/apiclient-services/src/Google/Service/Devprojects/Client.phpnu[PK- ZwƋQ5vendor/google/apiclient-services/src/Google/Service/Devprojects/NameValuePair.phpnu[PK- Z(}SSM5vendor/google/apiclient-services/src/Google/Service/Devprojects/Component.phpnu[PK- Zx8  Mv 5vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsInfo.phpnu[PK- Z~EET'5vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListResponse.phpnu[PK- Z"_+QQ\+5vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiconsumersListResponse.phpnu[PK- Z&uP05vendor/google/apiclient-services/src/Google/Service/Devprojects/PlusPageInfo.phpnu[PK- Z :$:$ON65vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectData.phpnu[PK- ZՆgJJQ[5vendor/google/apiclient-services/src/Google/Service/Devprojects/OrRestriction.phpnu[PK- Z_eeZ_5vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountMetadata.phpnu[PK- ZhffWf5vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptResponse.phpnu[PK- ZaKKRl5vendor/google/apiclient-services/src/Google/Service/Devprojects/AndRestriction.phpnu[PK- Z-@9&&c{q5vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateResponse.phpnu[PK- ZjR4x5vendor/google/apiclient-services/src/Google/Service/Devprojects/AgeRestriction.phpnu[PK- Z`kk|5vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsDeveloperKeyToProjectIdResponse.phpnu[PK- ZaќIIW(5vendor/google/apiclient-services/src/Google/Service/Devprojects/UsersTermsOfService.phpnu[PK- ZE> > N5vendor/google/apiclient-services/src/Google/Service/Devprojects/ClientInfo.phpnu[PK- Z1X5vendor/google/apiclient-services/src/Google/Service/Devprojects/ComponentAbuseStatus.phpnu[PK- Z,֐>Q5vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiDefinition.phpnu[PK- ZWW|ffR5vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseiamClient.phpnu[PK- ZQ5vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumerId.phpnu[PK- Zl<{{V.5vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptRequest.phpnu[PK- ZO_::[/5vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsUndeleteRequest.phpnu[PK- ZI.ߵ]5vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksCollection.phpnu[PK- ZeZ65vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectClientStructure.phpnu[PK- Z wpZ{ { S5vendor/google/apiclient-services/src/Google/Service/Devprojects/UserRestriction.phpnu[PK- Z&w:^ ^ K5vendor/google/apiclient-services/src/Google/Service/Devprojects/Feature.phpnu[PK- ZQ=((U5vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedKeyValuePair.phpnu[PK- ZT`H5vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersResponse.phpnu[PK- Z UUY5vendor/google/apiclient-services/src/Google/Service/Devprojects/ProducerConfiguration.phpnu[PK- Z>(qqP5vendor/google/apiclient-services/src/Google/Service/Devprojects/ConsumerInfo.phpnu[PK- Z<L6vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketId.phpnu[PK- ZW6vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudStorageSection.phpnu[PK- Z8\\N 6vendor/google/apiclient-services/src/Google/Service/Devprojects/Acceptance.phpnu[PK- Z`/h6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityEquivalenceClass.phpnu[PK- Z`^3dY6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationOverview.phpnu[PK- ZLU88\6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.phpnu[PK- ZCӧc#6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInfoTypesResponse.phpnu[PK- Z{8S(6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.phpnu[PK- Z:gûf.6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FixedSizeBucketingConfig.phpnu[PK- Z,k"66vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationResult.phpnu[PK- Z`eRRTt<6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.phpnu[PK- ZqJJVJM6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2EntityId.phpnu[PK- ZG/aR6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeDescription.phpnu[PK- ZeSWX6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Range.phpnu[PK- Z[ LLU\6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.phpnu[PK- Z6\Uhb6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.phpnu[PK- Z^q6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.phpnu[PK- ZWe%%]x6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.phpnu[PK- Zj8Tz6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Manual.phpnu[PK- ZI{[[[6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectResult.phpnu[PK- Z~o_6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordSuppression.phpnu[PK- ZiV~o6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.phpnu[PK- Zq%>>j6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateInspectTemplateRequest.phpnu[PK- Z4~ ' ' gڙ6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityHistogramBucket.phpnu[PK- ZZ4a6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageOptions.phpnu[PK- Zxѥf!6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectDataSourceDetails.phpnu[PK- Zm5.[76vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.phpnu[PK- Z+q,zz^{6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.phpnu[PK- ZVX6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.phpnu[PK- ZK[eem6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.phpnu[PK- Z BBJ6vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeDate.phpnu[PK- ZSYS6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.phpnu[PK- Z X6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobTrigger.phpnu[PK- Z]}ًm6vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsHistogramBucket.phpnu[PK- Zj  O6vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeTimeOfDay.phpnu[PK- Z0A\7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ValueFrequency.phpnu[PK- Z/9::^7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.phpnu[PK- ZRVnffY 7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TaggedField.phpnu[PK- ZBT7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.phpnu[PK- Z枥[7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.phpnu[PK- Z"鸎**W 7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.phpnu[PK- Z6.[$7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.phpnu[PK- ZLίbG,7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishToStackdriver.phpnu[PK- Z]/7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ByteContentItem.phpnu[PK- Zhcdd^37vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.phpnu[PK- ZR&O77vendor/google/apiclient-services/src/Google/Service/DLP/GoogleProtobufEmpty.phpnu[PK- Zv(U7**[:7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeLimit.phpnu[PK- ZH|CCY@7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.phpnu[PK- Zv$WjE7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.phpnu[PK- Zp!!axN7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeStats.phpnu[PK- Zo^*T7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.phpnu[PK- Z08OO[;Z7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridOptions.phpnu[PK- Z}obbUb7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiId.phpnu[PK- Z; Taj7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FinishDlpJobRequest.phpnu[PK- Z6 CCg;n7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoDeterministicConfig.phpnu[PK- Z%6Tw7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Result.phpnu[PK- Z/UZ$7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactConfig.phpnu[PK- Ze@ SU7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Value.phpnu[PK- ZmJK= = fl7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.phpnu[PK- Z8KťX?7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ThrowError.phpnu[PK- ZBC``^l7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StatisticalTable.phpnu[PK- Z'WZZcZ7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RiskAnalysisJobConfig.phpnu[PK- Z6_G7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRuleSet.phpnu[PK- Z/^h7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityEquivalenceClass.phpnu[PK- Z~XXd07vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsConfig.phpnu[PK- ZdGLL^7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2MetadataLocation.phpnu[PK- ZKsk7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationHistogramBucket.phpnu[PK- Z+xweeV7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2WordList.phpnu[PK- Z!xggW7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuoteInfo.phpnu[PK- Z?Qir7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryConfig.phpnu[PK- ZnJ^7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RequestedOptions.phpnu[PK- Z $br7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridFindingDetails.phpnu[PK- Z9Th''k7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationConfig.phpnu[PK- Z^s7vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.phpnu[PK- ZN<m8vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.phpnu[PK- Zh\\Y 8vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.phpnu[PK- Z-Х77^ 8vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.phpnu[PK- ZS.enn]8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.phpnu[PK- Z*~ffV*8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocations.phpnu[PK- Zgkk[.8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocations.phpnu[PK- Z=#n28vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsDeidentifyTemplates.phpnu[PK- Zww`P8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDeidentifyTemplates.phpnu[PK- ZAc--\n8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsStoredInfoTypes.phpnu[PK- Z~ChKW8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.phpnu[PK- Zt~ T8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDlpJobs.phpnu[PK- Z]weeT8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsContent.phpnu[PK- Z˗ Rw8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsImage.phpnu[PK- Z]^^N8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.phpnu[PK- ZME}\\j8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsStoredInfoTypes.phpnu[PK- Z*\=AAa8vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsStoredInfoTypes.phpnu[PK- Zclf|9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsInspectTemplates.phpnu[PK- Zspنe49vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsDeidentifyTemplates.phpnu[PK- ZdN0R9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.phpnu[PK- Z6BZZM_Z9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Projects.phpnu[PK- ZsE&&]6^9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsDlpJobs.phpnu[PK- Zi9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsDeidentifyTemplates.phpnu[PK- Z`nnR9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Organizations.phpnu[PK- Zڙb9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsDlpJobs.phpnu[PK- Zw4b˸9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.phpnu[PK- ZtLGkO9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsInspectTemplates.phpnu[PK- ZL*MMe9vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsStoredInfoTypes.phpnu[PK- Z1.]:vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsInspectTemplates.phpnu[PK- ZD-K*%%aN/:vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsJobTriggers.phpnu[PK- ZdůV!!X|U:vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsJobTriggers.phpnu[PK- ZX [w:vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsImage.phpnu[PK- ZLׂܹf!:vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsLocationsJobTriggers.phpnu[PK- ZU %V9:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.phpnu[PK- ZY zibΩ:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdentifierField.phpnu[PK- Z5GGag:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageResponse.phpnu[PK- ZK)?X?:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredType.phpnu[PK- ZB,d:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsResult.phpnu[PK- Zυh:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryStats.phpnu[PK- Za[:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.phpnu[PK- Z e6:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridInspectStatistics.phpnu[PK- Z`d:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformation.phpnu[PK- Z4G$$bo:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationConfig.phpnu[PK- ZY%:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.phpnu[PK- ZƆg:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityHistogramBucket.phpnu[PK- Z//c/:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationSummary.phpnu[PK- ZI+\ \ ^:vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.phpnu[PK- Z_@^^Z;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.phpnu[PK- Z6R77b ;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StorageMetadataLabel.phpnu[PK- ZȮj;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInspectTemplatesResponse.phpnu[PK- Zs@Ga;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDlpJobsResponse.phpnu[PK- Z[c;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HybridInspectResponse.phpnu[PK- Z^WV;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Schedule.phpnu[PK- Z9f ] $;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.phpnu[PK- ZnZ/;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdField.phpnu[PK- Z"tEEe5;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateJobTriggerRequest.phpnu[PK- Z=ma:;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CancelDlpJobRequest.phpnu[PK- Zz"VVW'>;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordKey.phpnu[PK- ZӷrF;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.phpnu[PK- Z2UJ44a]L;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KmsWrappedCryptoKey.phpnu[PK- Z1b\"Q;vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRule.phpnu[PK- Z&EFF\jp\=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RequestedRiskAnalysisOptions.phpnu[PK- ZxEQQia=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateStoredInfoTypeRequest.phpnu[PK- Z_ [g=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.phpnu[PK- Z=cl=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobNotificationEmails.phpnu[PK- Z X&p=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Conditions.phpnu[PK- ZmH)KKS5u=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.phpnu[PK- ZWiz=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListStoredInfoTypesResponse.phpnu[PK- Zx22V==vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.phpnu[PK- Z.joo[=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SummaryResult.phpnu[PK- Z-15RRa=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharacterMaskConfig.phpnu[PK- Z jҐ=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.phpnu[PK- ZOU= = f=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentRequest.phpnu[PK- Z(55`մ=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UnwrappedCryptoKey.phpnu[PK- Z:R[=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SurrogateType.phpnu[PK- ZoZͻ=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TableOptions.phpnu[PK- ZL0g=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.phpnu[PK- Z&md=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.phpnu[PK- ZU),,\=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordLocation.phpnu[PK- ZK]]g=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentResponse.phpnu[PK- Z8 `=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageRequest.phpnu[PK- ZEi=vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationQuasiIdValues.phpnu[PK- Z..H=vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest.phpnu[PK- Z8<<Ts=vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.phpnu[PK- ZotDDL3=vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.phpnu[PK- Ze[X=vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferCounters.phpnu[PK- ZO\_>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AzureBlobStorageData.phpnu[PK- Zk&PPX>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AzureCredentials.phpnu[PK- ZTpp\>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GoogleServiceAccount.phpnu[PK- ZCQ!>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsS3Data.phpnu[PK- Z+z9 9 X'>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.phpnu[PK- ZZԫ^1>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/CancelOperationRequest.phpnu[PK- Zm<O4>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GcsData.phpnu[PK- ZJO@\"9>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/StoragetransferEmpty.phpnu[PK- ZJR,eW<>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.phpnu[PK- Z\(%~c?>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.phpnu[PK- ZXww]X>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.phpnu[PK- Z%fm>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/GoogleServiceAccounts.phpnu[PK- Zfu>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.phpnu[PK- ZjCUU`x>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/UpdateTransferJobRequest.phpnu[PK- Z[cW>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.phpnu[PK- ZQ>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TimeOfDay.phpnu[PK- ZP\\]>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/RunTransferJobRequest.phpnu[PK- Zs##Up>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorLogEntry.phpnu[PK- ZͧAAP>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/HttpData.phpnu[PK- Zǡ  P٘>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Schedule.phpnu[PK- ZmjQ+>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Operation.phpnu[PK- ZPNE>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Status.phpnu[PK- Z[bbSa>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferJob.phpnu[PK- ZG,BHH^F>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListOperationsResponse.phpnu[PK- Z3Z>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/NotificationConfig.phpnu[PK- Z ``T>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferSpec.phpnu[PK- ZT>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorSummary.phpnu[PK- ZW||Y>>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.phpnu[PK- Zqbb`C>vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.phpnu[PK- Z:ǒ[5>vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.phpnu[PK- Z1I>vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.phpnu[PK- ZOOS?vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.phpnu[PK- Z0XQQOm?vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.phpnu[PK- Zp[=?vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.phpnu[PK- Z(5O?vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.phpnu[PK- Zh{!!L#?vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.phpnu[PK- ZOOP_'?vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.phpnu[PK- Z (N.+?vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.phpnu[PK- ZEFNNR`4?vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.phpnu[PK- ZOQ  L09?vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.phpnu[PK- Zu= = NB?vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.phpnu[PK- Z<ִNnN?vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.phpnu[PK- ZjЎMTW?vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.phpnu[PK- Z,U\?vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.phpnu[PK- ZnKP^^Gba?vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.phpnu[PK- ZOvL7g?vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.phpnu[PK- Zn]LGm?vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.phpnu[PK- Z{ccM$u?vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.phpnu[PK- ZR|?vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.phpnu[PK- ZQ?vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.phpnu[PK- Z)=U?vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.phpnu[PK- ZBV~~H?vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.phpnu[PK- ZcN?vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.phpnu[PK- ZZӢI͜?vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.phpnu[PK- Z5A((V ?vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.phpnu[PK- ZI[?vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.phpnu[PK- Z, x<[߬?vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.phpnu[PK- Z^ ^ Z5?vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.phpnu[PK- Zy/D5l?vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.phpnu[PK- Zѱfs s ac?vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.phpnu[PK- Z2n.>]g?vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.phpnu[PK- Zk)$$c?vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.phpnu[PK- ZT夐e @vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.phpnu[PK- Z=ě i@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.phpnu[PK- Z^MllTB@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.phpnu[PK- Zd2!@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.phpnu[PK- Z/i1@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.phpnu[PK- ZixddRWF@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Projects.phpnu[PK- Zw //\=J@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.phpnu[PK- Z}N bb@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.phpnu[PK- Z cho@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsAuthorizeddomains.phpnu[PK- Zmbv@vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.phpnu[PK- Z>UUO@vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.phpnu[PK- ZSƏ@vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.phpnu[PK- ZPS@@vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.phpnu[PK- ZnIT~@vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.phpnu[PK- Z-{{H@vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.phpnu[PK- ZV@vendor/google/apiclient-services/src/Google/Service/CloudRun/ListLocationsResponse.phpnu[PK- ZBh`11UJ@vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.phpnu[PK- ZdN@vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.phpnu[PK- Z1 4NN@vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.phpnu[PK- Z]`$$K@vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.phpnu[PK- Z"`' F+@vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.phpnu[PK- ZŚQS@vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.phpnu[PK- Z@nnL@vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.phpnu[PK- ZiLZk@vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.phpnu[PK- Zo }}R@vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.phpnu[PK- Z%bxT@vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.phpnu[PK- Z%YYN@vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.phpnu[PK- ZM^OAvendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.phpnu[PK- ZHllF Avendor/google/apiclient-services/src/Google/Service/CloudRun/Route.phpnu[PK- Z&&L}Avendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.phpnu[PK- ZkhdGAvendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.phpnu[PK- Zl&&G)#Avendor/google/apiclient-services/src/Google/Service/CloudRun/Status.phpnu[PK- ZM1jjK+Avendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.phpnu[PK- Z J/Avendor/google/apiclient-services/src/Google/Service/CloudRun/Container.phpnu[PK- Z20UEAvendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.phpnu[PK- ZZNAvendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.phpnu[PK- ZBgIOUAvendor/google/apiclient-services/src/Google/Service/CloudRun/Location.phpnu[PK- Z33L[Avendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.phpnu[PK- Z80"VYaAvendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.phpnu[PK- ZfBz-||MiAvendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.phpnu[PK- Z7PrAvendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.phpnu[PK- Z(I3j--^yAvendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.phpnu[PK- ZCK~Avendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.phpnu[PK- ZPAvendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.phpnu[PK- ZppN?Avendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.phpnu[PK- Z.Wv;;J׍Avendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.phpnu[PK- Z۱IIEAvendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.phpnu[PK- ZIۯCCJJAvendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.phpnu[PK- ZRRLAvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.phpnu[PK- ZYڳ=XAvendor/google/apiclient-services/src/Google/Service/Drive.phpnu[PK- Zv99 9 WxBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.phpnu[PK- ZSH!\8Bvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsProperty.phpnu[PK- ZRYBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AdminSdkConfig.phpnu[PK- Zq/ QQgҥBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListFirebaseProjectsResponse.phpnu[PK- Z#wZBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseProject.phpnu[PK- Z&3 |PPi*Bvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableLocationsResponse.phpnu[PK- Zp[Bvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/DefaultResources.phpnu[PK- ZjVBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ProjectInfo.phpnu[PK- Z1XkX[Bvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsDetails.phpnu[PK- Z /""bGBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAndroidAppsResponse.phpnu[PK- Z`eԙfBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListShaCertificatesResponse.phpnu[PK- Z6 g>Bvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidApps.phpnu[PK- Za& & eBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/AvailableProjects.phpnu[PK- Zݠ:cTBvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsIosApps.phpnu[PK- ZKnCvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAvailableLocations.phpnu[PK- Z(l&^&Cvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Operations.phpnu[PK- Z$  k-Cvendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsDefaultLocation.phpnu[PK- Z-CC\''KDvendor/google/apiclient-services/src/Google/Service/Cih/TraxInteraction.phpnu[PK- Z.KDvendor/google/apiclient-services/src/Google/Service/Cih/AssociatedEmail.phpnu[PK- ZbIUDvendor/google/apiclient-services/src/Google/Service/Cih/MarketingEmailInteraction.phpnu[PK- Z2|RREDvendor/google/apiclient-services/src/Google/Service/Cih/TraxAgent.phpnu[PK- Zn``BDvendor/google/apiclient-services/src/Google/Service/Cih/Entity.phpnu[PK- ZbVnnGUDvendor/google/apiclient-services/src/Google/Service/Cih/Participant.phpnu[PK- ZJ:Dvendor/google/apiclient-services/src/Google/Service/Cih/IncentivesData.phpnu[PK- Z1EODvendor/google/apiclient-services/src/Google/Service/Cih/GenieData.phpnu[PK- ZXRDvendor/google/apiclient-services/src/Google/Service/Cih/CasesInteractionSource.phpnu[PK- ZvСPDvendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteraction.phpnu[PK- ZRDDvendor/google/apiclient-services/src/Google/Service/Cih/TraxData.phpnu[PK- Z$'JSDvendor/google/apiclient-services/src/Google/Service/Cih/HelpcenterData.phpnu[PK- Zj00KDvendor/google/apiclient-services/src/Google/Service/Cih/UserInteraction.phpnu[PK- Z9TDvendor/google/apiclient-services/src/Google/Service/Cih/AdvertiserExperienceData.phpnu[PK- Zy66MNUDvendor/google/apiclient-services/src/Google/Service/Cih/HangoutInteraction.phpnu[PK- Z'LnEvendor/google/apiclient-services/src/Google/Service/Cih/EmailInteraction.phpnu[PK- Z ?55KEvendor/google/apiclient-services/src/Google/Service/Cih/NoteInteraction.phpnu[PK- Z'1]K3 Evendor/google/apiclient-services/src/Google/Service/Cih/ChatInteraction.phpnu[PK- ZP#88NF Evendor/google/apiclient-services/src/Google/Service/Cih/MeetingInteraction.phpnu[PK- Zvi}yHEvendor/google/apiclient-services/src/Google/Service/Cih/GreenTeaData.phpnu[PK- ZbnLEvendor/google/apiclient-services/src/Google/Service/Cih/PhoneInteraction.phpnu[PK- Z_y88^Evendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteractionMonetaryReward.phpnu[PK- Z%WFcEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/UnexpectedExitStatusEvent.phpnu[PK- Z͚QQ!Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Network.phpnu[PK- Zg]<<R&Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/NFSMount.phpnu[PK- Z\R{\*Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineRequest.phpnu[PK- Zѵo<`0Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/CancelOperationRequest.phpnu[PK- Z矽  V%4Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/DelayedEvent.phpnu[PK- Z~v d8Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.phpnu[PK- Z~P P m"CEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsPipelines.phpnu[PK- Z!~3nMEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsOperations.phpnu[PK- ZN[^Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/Projects.phpnu[PK- ZD{XbEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/VirtualMachine.phpnu[PK- Zh_uEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStoppedEvent.phpnu[PK- ZJ CC_{Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListLocationsResponse.phpnu[PK- ZRRZEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStartedEvent.phpnu[PK- Z΢]Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerAssignedEvent.phpnu[PK- ZӝINEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Disk.phpnu[PK- Z?^ ^ REvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Metadata.phpnu[PK- Z'U_Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Accelerator.phpnu[PK- Z [Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/LifesciencesEmpty.phpnu[PK- Z^K_ݠEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStartedEvent.phpnu[PK- Z *S:Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Operation.phpnu[PK- ZNXP`Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Volume.phpnu[PK- ZcmPEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Status.phpnu[PK- Z0I~qqRȻEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.phpnu[PK- Z_IUEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/FailedEvent.phpnu[PK- Zڂ1SEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resources.phpnu[PK- Z[~PP`Evendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListOperationsResponse.phpnu[PK- Z+cPhEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Secret.phpnu[PK- ZNq22VEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ExistingDisk.phpnu[PK- Z[PEvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.phpnu[PK- ZFvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Event.phpnu[PK- Za׫VV^)Fvendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerKilledEvent.phpnu[PK- Z|bW-Fvendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountRequest.phpnu[PK- ZZLLJa3Fvendor/google/apiclient-services/src/Google/Service/Iam/AuditLogConfig.phpnu[PK- Z.}V'8Fvendor/google/apiclient-services/src/Google/Service/Iam/PatchServiceAccountRequest.phpnu[PK- ZxVVZ=Fvendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesResponse.phpnu[PK- Z͛'..\BFvendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsResponse.phpnu[PK- Z,]ErrZeHFvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountResponse.phpnu[PK- Z{nYaMFvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountRequest.phpnu[PK- Z)NooVPFvendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.phpnu[PK- Ze.kHVFvendor/google/apiclient-services/src/Google/Service/Iam/BindingDelta.phpnu[PK- ZSW\Fvendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.phpnu[PK- ZKyuuZ3bFvendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.phpnu[PK- ZDg g M2fFvendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccountKey.phpnu[PK- Z?LpFvendor/google/apiclient-services/src/Google/Service/Iam/SignBlobResponse.phpnu[PK- ZnMrtFvendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyRequest.phpnu[PK- Zq`KyFvendor/google/apiclient-services/src/Google/Service/Iam/PermissionDelta.phpnu[PK- ZnOSW~Fvendor/google/apiclient-services/src/Google/Service/Iam/EnableServiceAccountRequest.phpnu[PK- ZȄ2K K X(Fvendor/google/apiclient-services/src/Google/Service/Iam/WorkloadIdentityPoolProvider.phpnu[PK- Zz>MFvendor/google/apiclient-services/src/Google/Service/Iam/CreateRoleRequest.phpnu[PK- Z£B_Fvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteWorkloadIdentityPoolRequest.phpnu[PK- ZmkO4Fvendor/google/apiclient-services/src/Google/Service/Iam/SetIamPolicyRequest.phpnu[PK- ZPjFvendor/google/apiclient-services/src/Google/Service/Iam/WorkloadIdentityPool.phpnu[PK- ZIvCBӠFvendor/google/apiclient-services/src/Google/Service/Iam/Policy.phpnu[PK- ZX|((L)Fvendor/google/apiclient-services/src/Google/Service/Iam/AuditableService.phpnu[PK- ZӅNVͫFvendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsResponse.phpnu[PK- ZFq PFvendor/google/apiclient-services/src/Google/Service/Iam/Resource/IamPolicies.phpnu[PK- ZIffV"Fvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocations.phpnu[PK- ZY"q`Fvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.phpnu[PK- Zg|Օ 1 1WWFvendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.phpnu[PK- Z $$JGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Roles.phpnu[PK- Z*aaPGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Permissions.phpnu[PK- Z8uj$Gvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPoolsOperations.phpnu[PK- ZɕǏII\*Gvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.phpnu[PK- Z\ZZMtGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.phpnu[PK- ZfJnnRxGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/Organizations.phpnu[PK- Z:~|Gvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPoolsProvidersOperations.phpnu[PK- ZDВkDGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPools.phpnu[PK- Z00RqGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.phpnu[PK- Z[tGvendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsLocationsWorkloadIdentityPoolsProviders.phpnu[PK- ZE811EGvendor/google/apiclient-services/src/Google/Service/Iam/AuditData.phpnu[PK- Z0>>?>Gvendor/google/apiclient-services/src/Google/Service/Iam/Aws.phpnu[PK- ZGM.OKGvendor/google/apiclient-services/src/Google/Service/Iam/SignJwtResponse.phpnu[PK- ZQNbbCEGvendor/google/apiclient-services/src/Google/Service/Iam/Binding.phpnu[PK- Z9BBZGvendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.phpnu[PK- Z$XXKGvendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.phpnu[PK- Z_55ZGvendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountKeysResponse.phpnu[PK- ZO<++OxHvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteRoleRequest.phpnu[PK- ZU"Hvendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsRequest.phpnu[PK- ZigyWY; Hvendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesRequest.phpnu[PK- Za[MHvendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsRequest.phpnu[PK- ZҴgHvendor/google/apiclient-services/src/Google/Service/Iam/UndeleteWorkloadIdentityPoolProviderRequest.phpnu[PK- ZGgg@ Hvendor/google/apiclient-services/src/Google/Service/Iam/Role.phpnu[PK- Z:] Hvendor/google/apiclient-services/src/Google/Service/Iam/ListWorkloadIdentityPoolsResponse.phpnu[PK- Z˛jddG'Hvendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.phpnu[PK- Z_K]]E+Hvendor/google/apiclient-services/src/Google/Service/Iam/Operation.phpnu[PK- Z$Q抒B2Hvendor/google/apiclient-services/src/Google/Service/Iam/Status.phpnu[PK- ZjM7Hvendor/google/apiclient-services/src/Google/Service/Iam/ListRolesResponse.phpnu[PK- Z$X=Hvendor/google/apiclient-services/src/Google/Service/Iam/DisableServiceAccountRequest.phpnu[PK- ZF`2WF@Hvendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountsResponse.phpnu[PK- ZrXX@EHvendor/google/apiclient-services/src/Google/Service/Iam/Oidc.phpnu[PK- Zҙ'FJHvendor/google/apiclient-services/src/Google/Service/Iam/LintResult.phpnu[PK- ZjBffJ3RHvendor/google/apiclient-services/src/Google/Service/Iam/AdminAuditData.phpnu[PK- Z`VGWHvendor/google/apiclient-services/src/Google/Service/Iam/AuditConfig.phpnu[PK- Zi*D\Hvendor/google/apiclient-services/src/Google/Service/Iam/IamEmpty.phpnu[PK- ZI]J_Hvendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.phpnu[PK- Z|:;;JhHvendor/google/apiclient-services/src/Google/Service/Iam/SignJwtRequest.phpnu[PK- ZzF}lHvendor/google/apiclient-services/src/Google/Service/Iam/Permission.phpnu[PK- Z cVSSNuHvendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyResponse.phpnu[PK- Zv?IezHvendor/google/apiclient-services/src/Google/Service/Iam/ListWorkloadIdentityPoolProvidersResponse.phpnu[PK- Z%'DD@3Hvendor/google/apiclient-services/src/Google/Service/Iam/Expr.phpnu[PK- Zt8**NHvendor/google/apiclient-services/src/Google/Service/Firebasestorage/Bucket.phpnu[PK- Z r!![Hvendor/google/apiclient-services/src/Google/Service/Firebasestorage/ListBucketsResponse.phpnu[PK- ZaOrFY;Hvendor/google/apiclient-services/src/Google/Service/Firebasestorage/Resource/Projects.phpnu[PK- Z/ƑBB`NHvendor/google/apiclient-services/src/Google/Service/Firebasestorage/Resource/ProjectsBuckets.phpnu[PK- Zܩ\ Hvendor/google/apiclient-services/src/Google/Service/Firebasestorage/FirebasestorageEmpty.phpnu[PK- Z9ҧZUHvendor/google/apiclient-services/src/Google/Service/Firebasestorage/AddFirebaseRequest.phpnu[PK- Z|1]Hvendor/google/apiclient-services/src/Google/Service/Firebasestorage/RemoveFirebaseRequest.phpnu[PK- Z\Hvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchRequest.phpnu[PK- Z2++OXHvendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTypedText.phpnu[PK- Z-~JHvendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.phpnu[PK- Z4d;WoHvendor/google/apiclient-services/src/Google/Service/Spectrum/AntennaCharacteristics.phpnu[PK- ZOHvendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.phpnu[PK- Z}LHvendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceOwner.phpnu[PK- Z1LHvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocation.phpnu[PK- ZւCCMHvendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.phpnu[PK- Z]Hvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.phpnu[PK- Zkk^3Hvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.phpnu[PK- ZoX,Hvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.phpnu[PK- Z[^L_Hvendor/google/apiclient-services/src/Google/Service/Spectrum/RulesetInfo.phpnu[PK- ZC~~MIvendor/google/apiclient-services/src/Google/Service/Spectrum/DatabaseSpec.phpnu[PK- ZEQIvendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.phpnu[PK- Zt- T` Ivendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterRequest.phpnu[PK- Z00UIvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.phpnu[PK- ZyS4Ivendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.phpnu[PK- Z`  NO%Ivendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.phpnu[PK- Z;D>W9Ivendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.phpnu[PK- Zf1g//YeIIvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.phpnu[PK- Zl|XRIvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.phpnu[PK- Zw&FFTaIvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.phpnu[PK- ZdQshIvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.phpnu[PK- Z:}QQMpIvendor/google/apiclient-services/src/Google/Service/Spectrum/DbUpdateSpec.phpnu[PK- Z,Z--]uIvendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.phpnu[PK- ZPLLOZIvendor/google/apiclient-services/src/Google/Service/Spectrum/FrequencyRange.phpnu[PK- Z@#S%Ivendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.phpnu[PK- ZEvQ;Ivendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.phpnu[PK- ZZZSIvendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPolygon.phpnu[PK- Z}}WJvendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CheckResponse.phpnu[PK- Z†>#Jvendor/google/apiclient-services/src/Google/Service/Slides.phpnu[PK- ZO}Mvendor/google/apiclient-services/src/Google/Service/YouTube/InvideoBranding.phpnu[PK. Z N Mvendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.phpnu[PK. Z]DM Mvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatus.phpnu[PK. Z?ůSVMvendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.phpnu[PK. Zv11KMvendor/google/apiclient-services/src/Google/Service/YouTube/CdnSettings.phpnu[PK. ZqsN N P4Mvendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.phpnu[PK. Z8XZMvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.phpnu[PK. Z>t[Mvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperStickerDetails.phpnu[PK. ZwZ  OMvendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.phpnu[PK. ZG}wSSNvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDuration.phpnu[PK. Z&&dWNvendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.phpnu[PK. Z|l J Nvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.phpnu[PK. ZOɁQgNvendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.phpnu[PK. ZUNvendor/google/apiclient-services/src/Google/Service/YouTube/VideoRecordingDetails.phpnu[PK. ZA1cFFU.$Nvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBannerResource.phpnu[PK. ZrtT(Nvendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.phpnu[PK. Z=~2O.0Nvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSettings.phpnu[PK. ZޠSN?Nvendor/google/apiclient-services/src/Google/Service/YouTube/VideoProjectDetails.phpnu[PK. Zk SqBNvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.phpnu[PK. Z|((PONvendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.phpnu[PK. ZAqqNVNvendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.phpnu[PK. Z0Sjj]wfNvendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.phpnu[PK. ZzFZnmNvendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.phpnu[PK. Zn98 XsNvendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionListResponse.phpnu[PK. ZR Z3Nvendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.phpnu[PK. ZAkkUNvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionSnippet.phpnu[PK. ZڄZNvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDurationAtLevel.phpnu[PK. ZQ:Nvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.phpnu[PK. ZSSQNvendor/google/apiclient-services/src/Google/Service/YouTube/MonitorStreamInfo.phpnu[PK. ZcDQNvendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.phpnu[PK. Z$[K RNvendor/google/apiclient-services/src/Google/Service/YouTube/MemberListResponse.phpnu[PK. ZʒHNvendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.phpnu[PK. Z4M\\XNvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.phpnu[PK. ZxxWNvendor/google/apiclient-services/src/Google/Service/YouTube/TestItemTestItemSnippet.phpnu[PK. ZEph$Nvendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.phpnu[PK. Z'ů YNvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatMessages.phpnu[PK. Z. WNvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/CommentThreads.phpnu[PK. Za,  PUNvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Members.phpnu[PK. ZNNZNvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/MembershipsLevels.phpnu[PK. Z)ONvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Search.phpnu[PK. Zu VO Ovendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Subscriptions.phpnu[PK. Z-R  Ss%Ovendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Watermarks.phpnu[PK. Zަ@X2Ovendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ThirdPartyLinks.phpnu[PK. Z \\QBOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Channels.phpnu[PK. Z`88OtYOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.phpnu[PK. Z. SOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Activities.phpnu[PK. Z<8af(f(RmOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Playlists.phpnu[PK. Z `UOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoAbuseReportReasons.phpnu[PK. ZUnOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/AbuseReports.phpnu[PK. ZXvOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoCategories.phpnu[PK. Z>qqNOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Tests.phpnu[PK. ZEղr [Ovendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatModerators.phpnu[PK. Zm1QKOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Sponsors.phpnu[PK. ZҘ00TOvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveStreams.phpnu[PK. Z`Y Y V(Pvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/PlaylistItems.phpnu[PK. Z7""QHPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Captions.phpnu[PK. Z922V+lPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nLanguages.phpnu[PK. ZC  XrPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/SuperChatEvents.phpnu[PK. Zu. Wx{Pvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelBanners.phpnu[PK. ZIIWPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveBroadcasts.phpnu[PK. ZT3Pvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nRegions.phpnu[PK. ZحYĬQPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Comments.phpnu[PK. Ztu2 2 SPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Thumbnails.phpnu[PK. ZIUPvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatBans.phpnu[PK. Z5F"F"X,Qvendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelSections.phpnu[PK. Z|_S&Qvendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatus.phpnu[PK. Z>FFFx/Qvendor/google/apiclient-services/src/Google/Service/YouTube/Member.phpnu[PK. ZKH S45Qvendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.phpnu[PK. Z}sggZ@Qvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatTextMessageDetails.phpnu[PK. ZPU KrDQvendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatus.phpnu[PK. Zҏ!![OQvendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.phpnu[PK. ZM( TBbQvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityListResponse.phpnu[PK. Z1z \anQvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.phpnu[PK. Z NuQvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSection.phpnu[PK. Z&@KKGQvendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.phpnu[PK. Z VQvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.phpnu[PK. ZXmJ\ѓQvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.phpnu[PK. Zنn L)Qvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItem.phpnu[PK. Z=O-Qvendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.phpnu[PK. ZPUUVHQvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistContentDetails.phpnu[PK. Z)U"V V N#Qvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSnippet.phpnu[PK. ZlOOUQvendor/google/apiclient-services/src/Google/Service/YouTube/ThirdPartyLinkSnippet.phpnu[PK. Z4#~AAT˾Qvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.phpnu[PK. Z,)_55QQvendor/google/apiclient-services/src/Google/Service/YouTube/VideoTopicDetails.phpnu[PK. Z2PUFQvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPing.phpnu[PK. ZFB&&ZQvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentOwnerDetails.phpnu[PK. Z[MQvendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategory.phpnu[PK. Z -NQvendor/google/apiclient-services/src/Google/Service/YouTube/ThirdPartyLink.phpnu[PK. ZWD SPQvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.phpnu[PK. Z X ]jQvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.phpnu[PK. Z\iiNQvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.phpnu[PK. Z̷0pQQvendor/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.phpnu[PK. ZmASRvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.phpnu[PK. Zu%QQaRvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.phpnu[PK. ZQvPSk Rvendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.phpnu[PK. ZӊTRvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.phpnu[PK. ZZZTRvendor/google/apiclient-services/src/Google/Service/YouTube/ThirdPartyLinkStatus.phpnu[PK. Z5M[ [Rvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageListResponse.phpnu[PK. Zn"RRb+Rvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.phpnu[PK. ZdL0Rvendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.phpnu[PK. Zs!?d8Rvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsRecommendation.phpnu[PK. ZVdR_?Rvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.phpnu[PK. Z,=*OFRvendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.phpnu[PK. ZZ77FKRvendor/google/apiclient-services/src/Google/Service/YouTube/Entity.phpnu[PK. Zwabv  OORvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistSnippet.phpnu[PK. Z. V]\Rvendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetails.phpnu[PK. Ztv;IiRvendor/google/apiclient-services/src/Google/Service/YouTube/AbuseType.phpnu[PK. ZSLwX mRvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamContentDetails.phpnu[PK. ZH5L.rRvendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguage.phpnu[PK. Z4O YxRvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.phpnu[PK. Z3_4TCTvendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.phpnu[PK. Z8GgTvendor/google/apiclient-services/src/Google/Service/YouTube/Caption.phpnu[PK. Z*l==Z Tvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.phpnu[PK. ZLo TpTvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistListResponse.phpnu[PK. Z)MMNTvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistPlayer.phpnu[PK. Z):QZTvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.phpnu[PK. Z,tuuM&Tvendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.phpnu[PK. Z21V{.Tvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.phpnu[PK. Z[MM]FTvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.phpnu[PK. Z,~_KTvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.phpnu[PK. Z& MOTvendor/google/apiclient-services/src/Google/Service/YouTube/CommentThread.phpnu[PK. ZbeeM XTvendor/google/apiclient-services/src/Google/Service/YouTube/MemberSnippet.phpnu[PK. ZD]_Tvendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageDeletedDetails.phpnu[PK. Zq;ŋMdTvendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.phpnu[PK. Z1 Y iTvendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.phpnu[PK. Z ;JEuTvendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegion.phpnu[PK. ZsMNN^{Tvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.phpnu[PK. ZL -NN^uTvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.phpnu[PK. Z<1>>QQTvendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.phpnu[PK. ZWTvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.phpnu[PK. ZwW XoTvendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemListResponse.phpnu[PK. ZbTvendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.phpnu[PK. Zn7ZTvendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionListResponse.phpnu[PK. ZZkHMTvendor/google/apiclient-services/src/Google/Service/YouTube/Activity.phpnu[PK. ZWsk k MTvendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcast.phpnu[PK. Z>bOoTvendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.phpnu[PK. Z ,AAWTvendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelSnippet.phpnu[PK. ZubbHTvendor/google/apiclient-services/src/Google/Service/YouTube/TestItem.phpnu[PK. ZysSS]Tvendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.phpnu[PK. Z@ig?oTvendor/google/apiclient-services/src/Google/Service/Manager.phpnu[PK. Z!}sJsJETvendor/google/apiclient-services/src/Google/Service/PeopleService.phpnu[PK. ZM@sbbT>Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTable.phpnu[PK. Z\΢SEUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaSettings.phpnu[PK. Ze@@eLUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.phpnu[PK. Z4-oooQUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.phpnu[PK. ZU4ˇ^YUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCustomerService.phpnu[PK. Z.-^^Z_Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.phpnu[PK. ZK# gdUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequest.phpnu[PK. Zi7EgAjUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.phpnu[PK. Z8//orUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.phpnu[PK. Z`ttRMwUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CutoffTime.phpnu[PK. Zs99\C|Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountReturnCarrier.phpnu[PK. ZEDDfUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponse.phpnu[PK. Z\$IIhUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleCostOfGoodsSaleRule.phpnu[PK. Za+`ÍUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestriction.phpnu[PK. Z^OUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Metrics.phpnu[PK. Z؏J^aaSUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoice.phpnu[PK. Z)DDLUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Date.phpnu[PK. Z @@dUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsUpdateLabelsResponse.phpnu[PK. ZS UuUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatus.phpnu[PK. ZXbUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.phpnu[PK. Zk g&Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignalShippingInfo.phpnu[PK. Z?NNSYUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccounts.phpnu[PK. ZǝvffW*Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.phpnu[PK. ZZ*)  WUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidaysHoliday.phpnu[PK. Zi]' ' OUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.phpnu[PK. ZJ|NN[NUvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignal.phpnu[PK. ZT1c`'Uvendor/google/apiclient-services/src/Google/Service/ShoppingContent/BuyOnGoogleProgramStatus.phpnu[PK. ZE9O%%VVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SearchResponse.phpnu[PK. Z~Ue Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomer.phpnu[PK. ZzdVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.phpnu[PK. ZC}eeoVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListPosDataProvidersResponse.phpnu[PK. Z iU !Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAmount.phpnu[PK. Z8c)Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.phpnu[PK. Z wd/Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.phpnu[PK. Zfi=5Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.phpnu[PK. Z Xl44:Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.phpnu[PK. ZiWa?Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountYouTubeChannelLink.phpnu[PK. Z/ SDVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LinkService.phpnu[PK. ZCCbwHVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountBusinessInformation.phpnu[PK. ZT YLPVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.phpnu[PK. Zض;laZVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListTransactionsResponse.phpnu[PK. ZXaVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderAddress.phpnu[PK. ZbcQjVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsRefundOperation.phpnu[PK. ZqwhrVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OnboardBuyOnGoogleProgramRequest.phpnu[PK. ZjHCkwVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequest.phpnu[PK. ZCZ!!\{|Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentTrackingInfo.phpnu[PK. Z3QQ\(Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaInventorySettings.phpnu[PK. ZU&&`Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderDeliveryDetails.phpnu[PK. Z¯rVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlineReturnReasonCategoryInfo.phpnu[PK. Z - YbVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalInventory.phpnu[PK. Zm?''pߢVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.phpnu[PK. ZhVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.phpnu[PK. ZqʽhMVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionIdentifiers.phpnu[PK. ZVWhVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerMarketingRightsInfo.phpnu[PK. Z5X ^"Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/InapplicabilityDetails.phpnu[PK. Zf|hmmf5Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionStatusItemLevelIssue.phpnu[PK. ZqZ8Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyPolicy.phpnu[PK. ZiVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemRequest.phpnu[PK. ZYq_Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemAdjustment.phpnu[PK. ZΉ\nVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddressAddress.phpnu[PK. Z.""kVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.phpnu[PK. Z)%\Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderOrderAnnotation.phpnu[PK. Z\){l"Vvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsCreateOrderReturnRequest.phpnu[PK. Z+"eVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.phpnu[PK. Z`QVvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReportRow.phpnu[PK. ZwWϋpfWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.phpnu[PK. ZOCl$[[Y Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.phpnu[PK. Z)5buWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRow.phpnu[PK. Z   PWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DateTime.phpnu[PK. ZW(]SffoX"Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.phpnu[PK. Zyfe]*Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequest.phpnu[PK. Z?U#K>>s/Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemItem.phpnu[PK. ZIIm7Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetPosDataProviderResponse.phpnu[PK. Z[Yqk;Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleReportBuyboxWinningRuleStats.phpnu[PK. Z>NR3 3 W?Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleResponse.phpnu[PK. ZooaJWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListAccountLabelsResponse.phpnu[PK. ZPhPWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRepricingRuleReportsResponse.phpnu[PK. ZDZVWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCredentials.phpnu[PK. Z}Vva1\Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeResponse.phpnu[PK. Z"  b`Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequestEntry.phpnu[PK. Z@ϛ[lWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleReport.phpnu[PK. Z3iW{Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeGroup.phpnu[PK. Z3G>>f4Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusAccountLevelIssue.phpnu[PK. Z/  `Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyListResponse.phpnu[PK. Z<ZWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnline.phpnu[PK. Z^Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPickupDetails.phpnu[PK. ZjYkk`Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsAuthInfoResponse.phpnu[PK. ZY=((\Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PickupCarrierService.phpnu[PK. Z?~RWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTax.phpnu[PK. Z ?==jҸWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.phpnu[PK. Z6cWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemRequest.phpnu[PK. Z*kWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionPostalCodeAreaPostalCodeRange.phpnu[PK. Z%ssfWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsAcknowledgeRequest.phpnu[PK. Z "OjWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.phpnu[PK. ZyjWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.phpnu[PK. ZS +CC_Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListCollectionsResponse.phpnu[PK. ZXXk]Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.phpnu[PK. Z?TPWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountLabel.phpnu[PK. Z#[..oWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.phpnu[PK. Z*Ih Wvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataRequest.phpnu[PK. ZQC  PWvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Datafeed.phpnu[PK. Z##_7 Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportDisbursement.phpnu[PK. Z>pXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.phpnu[PK. Zji!!jnXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemResponse.phpnu[PK. ZԤk55^)Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/MinimumOrderValueTable.phpnu[PK. ZLkLLh$Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponse.phpnu[PK. ZS]*Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusProducts.phpnu[PK. Zgzt54Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.phpnu[PK. Z3""k9Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemResponse.phpnu[PK. Z/Cc>Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.phpnu[PK. ZBsFCXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.phpnu[PK. Z>aG>>^IXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsReturnItem.phpnu[PK. ZTTjQXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.phpnu[PK. ZwcWXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PickupServicesPickupService.phpnu[PK. Z;~GGk]Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestGmbAccessResponse.phpnu[PK. ZW`Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosListResponse.phpnu[PK. ZN>RecfXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementreportsListResponse.phpnu[PK. Z"%clXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.phpnu[PK. Z`   _qXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundItemRequest.phpnu[PK. ZOrk+{Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRepricingProductReportsResponse.phpnu[PK. Z1_Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListResponse.phpnu[PK. Zx:"UUmXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchRequestEntry.phpnu[PK. Z|]V Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.phpnu[PK. ZbXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsRequest.phpnu[PK. Z OXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.phpnu[PK. ZFwDDaXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionFeaturedProduct.phpnu[PK. Z @WXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomAttribute.phpnu[PK. ZLVXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummary.phpnu[PK. Z[Xvendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionGeoTargetArea.phpnu[PK. ZSSXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.phpnu[PK. Z#44vXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.phpnu[PK. Z3 NeXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Region.phpnu[PK. ZK UXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.phpnu[PK. Z VXvendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatus.phpnu[PK. Zlqi2Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionStatusDestinationStatus.phpnu[PK. ZQ` Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundItemResponse.phpnu[PK. Z4<[Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelRequest.phpnu[PK. ZmDwwaYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.phpnu[PK. Z})A  a-Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.phpnu[PK. ZMSSTm=Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pos.phpnu[PK. Z<  pDUYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/ProductstatusesRepricingreports.phpnu[PK. ZZk!r r daYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Buyongoogleprograms.phpnu[PK. Zɬ_mYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Repricingrules.phpnu[PK. Z 'e>Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Ordertrackingsignals.phpnu[PK. Z;Ω[VYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.phpnu[PK. ZXjS S oYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/RepricingrulesRepricingreports.phpnu[PK. Zl/Gssg|Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Settlementtransactions.phpnu[PK. ZfVYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Csses.phpnu[PK. Z?R׀ bYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regionalinventory.phpnu[PK. Zmľ$ $ ]1Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreports.phpnu[PK. ZH ^Yvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnaddress.phpnu[PK. ZoccYYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicyonline.phpnu[PK. Z *p p kYvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pubsubnotificationsettings.phpnu[PK. ZƁ `Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.phpnu[PK. ZMCkU cZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Collectionstatuses.phpnu[PK. ZsTmm] Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicy.phpnu[PK. Z6Z1Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.phpnu[PK. Z@) XJZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Reports.phpnu[PK. Z"9 JJ`QZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.phpnu[PK. ZϺ _`Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Localinventory.phpnu[PK. Z^%_3kZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsLabels.phpnu[PK. Zݲvg g ^{Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderinvoices.phpnu[PK. Z((YtZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.phpnu[PK. Z؜tD@*@*\Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Liasettings.phpnu[PK. Z KKXZvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regions.phpnu[PK. ZDhh\Zvendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Collections.phpnu[PK. Z!KٵY[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.phpnu[PK. Zg'd[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsCredentials.phpnu[PK. Z, , b3[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Settlementreports.phpnu[PK. ZHUHUW([vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orders.phpnu[PK. ZZ>]~[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreturns.phpnu[PK. ZyJsppfS[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsReturncarrier.phpnu[PK. ZNj  \Y[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsLineItem.phpnu[PK. ZKc[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsRejectOperation.phpnu[PK. ZcO||b[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRepricingRulesResponse.phpnu[PK. Z0X[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.phpnu[PK. Z$llN [vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Errors.phpnu[PK. ZpLb[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequest.phpnu[PK. Z\/[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaAboutPageSettings.phpnu[PK. ZMW; c[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusItemLevelIssue.phpnu[PK. Z9 T[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicy.phpnu[PK. Z) _S[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.phpnu[PK. ZJ$$_R[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantRejectionReason.phpnu[PK. Z۝U[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidayCutoff.phpnu[PK. Zu ' V'[vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleRequest.phpnu[PK. Z:YQ\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.phpnu[PK. ZxxSz \vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountUser.phpnu[PK. ZUu\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/SearchRequest.phpnu[PK. Z̕ZDDc\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleStatsBasedRule.phpnu[PK. Z1vjd\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.phpnu[PK. ZՆ^^k"\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.phpnu[PK. Z]*\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.phpnu[PK. Z,q!!\3\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomerReturnReason.phpnu[PK. Z(ӐX8\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProviders.phpnu[PK. Z'"z+a>\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingMeasure.phpnu[PK. ZnR''pC\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.phpnu[PK. Z^e88\G\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkResponse.phpnu[PK. ZlK\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.phpnu[PK. ZZ11g7P\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlineRestockingFee.phpnu[PK. Z8a]]nU\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.phpnu[PK. Z0NyyQ\\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.phpnu[PK. Zp7<<dp\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.phpnu[PK. ZR!BBfv\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAdvanceTestOrderResponse.phpnu[PK. Zl+]TTjz\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.phpnu[PK. Zz$c\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountGoogleMyBusinessLink.phpnu[PK. Zh Kڅ\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Css.phpnu[PK. Z3@Nf\vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.phpnu[PK. ZSo]VL^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.phpnu[PK. ZCB]wQ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.phpnu[PK. Z4[ YW^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPricingInfo.phpnu[PK. ZEp++`d^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundOrderRequest.phpnu[PK. Zzl^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedPickupServicesResponse.phpnu[PK. Z/ \r^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryResponse.phpnu[PK. Zu{7U|^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddress.phpnu[PK. Z TF^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventory.phpnu[PK. Z~ԣ[^^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.phpnu[PK. ZMє:XXk^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.phpnu[PK. ZK`RRj^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.phpnu[PK. Z4 ~k^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.phpnu[PK. Zm^+U^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LoyaltyPoints.phpnu[PK. Zd^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.phpnu[PK. ZPUUc^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusItemLevelIssue.phpnu[PK. ZZ^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaPosDataProvider.phpnu[PK. Zhqm^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsCreateOrderReturnResponse.phpnu[PK. Z Yca^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.phpnu[PK. ZawMj^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementtransactionsListResponse.phpnu[PK. ZS  wi^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemShipping.phpnu[PK. ZHIG2g^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProvidersPosDataProvider.phpnu[PK. Z(rR  \^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductProductDetail.phpnu[PK. Z]Hd^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.phpnu[PK. Z` FFn^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.phpnu[PK. Z+4> > o^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.phpnu[PK. Zr0!!j^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemResponse.phpnu[PK. Z942 2 kI^vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponseEntry.phpnu[PK. ZHsq _vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.phpnu[PK. Z4i]O_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.phpnu[PK. ZT̾vvMn_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.phpnu[PK. Z! ea_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnRequest.phpnu[PK. ZB̜r _vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.phpnu[PK. Z1Pf  Q3&_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.phpnu[PK. Z/&T1_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RefundReason.phpnu[PK. Za0Zb6_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.phpnu[PK. Z,S>_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PriceAmount.phpnu[PK. Z~jC_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignalLineItemDetails.phpnu[PK. ZCxVVdI_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicySeasonalOverride.phpnu[PK. Z[ieP_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingBaseMeasure.phpnu[PK. ZÂ<VT_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAddress.phpnu[PK. ZΝ_[_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductSubscriptionCost.phpnu[PK. ZcMMUa_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRule.phpnu[PK. ZUߛ ot_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.phpnu[PK. Z^^P_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Segments.phpnu[PK. ZKm XІ_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementReport.phpnu[PK. ZVQQc_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.phpnu[PK. Z# ppS_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.phpnu[PK. ZAAUؠ_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LinkedAccount.phpnu[PK. Z`\_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelResponse.phpnu[PK. Zcb=_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsProcessRequest.phpnu[PK. ZBX`+a_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundOrderResponse.phpnu[PK. Zܜ\\lZ_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponse.phpnu[PK. Z 0XXnR_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.phpnu[PK. Z%%YH_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountIdentifier.phpnu[PK. Z V_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MonetaryAmount.phpnu[PK. Z H^|_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingProductReport.phpnu[PK. ZM22rrl_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequestEntry.phpnu[PK. ZX j_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequestEntry.phpnu[PK. ZΫPP[1_vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.phpnu[PK. ZW#g: : j _vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemRequest.phpnu[PK. Z%c((V`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedTarget.phpnu[PK. Z ]==a `vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsFetchNowResponse.phpnu[PK. Zsf..q\`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MinimumOrderValueTableStoreCodeSetWithMov.phpnu[PK. ZlA  \+`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.phpnu[PK. Z`a ['`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryRequest.phpnu[PK. ZX dcY1`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionAmount.phpnu[PK. ZNA9`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails.phpnu[PK. Z+MO?`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Price.phpnu[PK. Z.qC`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEffectiveTimeFixedTimePeriod.phpnu[PK. ZL!!iZH`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.phpnu[PK. Z&BV]P`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingWeight.phpnu[PK. Z"@s  hoT`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListAccountReturnCarrierResponse.phpnu[PK. Z@޽ZZ`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.phpnu[PK. ZזxdW``vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.phpnu[PK. Z;?Z++bf`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PubsubNotificationSettings.phpnu[PK. Z 44Ml`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.phpnu[PK. Z{rif;u`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListReturnPolicyOnlineResponse.phpnu[PK. ZE8cz`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequest.phpnu[PK. ZaVp c`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.phpnu[PK. ZKMk`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlineReturnShippingFee.phpnu[PK. Z KKo`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.phpnu[PK. ZdT88cj`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.phpnu[PK. ZLe g5`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.phpnu[PK. Z1=  i`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataResponse.phpnu[PK. ZUjw`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.phpnu[PK. Z4jݲ`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPickupDetailsPickupPerson.phpnu[PK. Z_u`|`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyOnlinePolicy.phpnu[PK. Zz{YYֻ`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCancellation.phpnu[PK. Z6Hf_`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.phpnu[PK. ZmV  V`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalInventory.phpnu[PK. Zy*r`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderTrackingSignalShipmentLineItemMapping.phpnu[PK. Z#GHHg`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponse.phpnu[PK. ZF9_`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemReturnInfo.phpnu[PK. Z²d`l`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsListResponse.phpnu[PK. ZL^@@d`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsClaimWebsiteResponse.phpnu[PK. ZZ i`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEligibleOfferMatcher.phpnu[PK. Zr7`vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.phpnu[PK. Z [avendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturn.phpnu[PK. ZG6navendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchResponseEntry.phpnu[PK. Z7sBgavendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderMerchantProvidedAnnotation.phpnu[PK. Z>z""]Navendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccountsGmbAccount.phpnu[PK. Z6qW avendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.phpnu[PK. Z Bhm&avendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.phpnu[PK. ZI_ݠw+avendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingProductReportBuyboxWinningProductStats.phpnu[PK. Z8e/avendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.phpnu[PK. Z\w4avendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionPostalCodeArea.phpnu[PK. Z1.m:avendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionAmountCommission.phpnu[PK. Z//K?avendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.phpnu[PK. ZcaCavendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressListResponse.phpnu[PK. Zj|\2Javendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.phpnu[PK. ZI&#OOavendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.phpnu[PK. Zxc c ]bavendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransaction.phpnu[PK. Z?2Slavendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.phpnu[PK. ZP(ravendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosStore.phpnu[PK. Z g1WWlKwavendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.phpnu[PK. ZIIh>avendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestrictionBoundary.phpnu[PK. ZF!![avendor/google/apiclient-services/src/Google/Service/ShoppingContent/ListRegionsResponse.phpnu[PK. ZqXxxmˉavendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentScheduledDeliveryDetails.phpnu[PK. ZRgwwPavendor/google/apiclient-services/src/Google/Service/ShoppingContent/LabelIds.phpnu[PK. Z^$$^גavendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponse.phpnu[PK. Z/davendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderRequest.phpnu[PK. Z芴Uavendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.phpnu[PK. ZyI9! ! U'avendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipment.phpnu[PK. Zʥ\\ʹavendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.phpnu[PK. Zcavendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsProcessResponse.phpnu[PK. Ze e X˿avendor/google/apiclient-services/src/Google/Service/ShoppingContent/CollectionStatus.phpnu[PK. Z1havendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchRequest.phpnu[PK. ZVavendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdsLink.phpnu[PK. Zɫ C C Riavendor/google/apiclient-services/src/Google/Service/ShoppingContent/Collection.phpnu[PK. Zc"v.avendor/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleEligibleOfferMatcherStringMatcher.phpnu[PK. ZRavendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.phpnu[PK. ZNd**savendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.phpnu[PK. Z=mmMhavendor/google/apiclient-services/src/Google/Service/ShoppingContent/Value.phpnu[PK. ZY>N N cRavendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponseEntry.phpnu[PK. Z$Ah3bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/SettlementTransactionTransaction.phpnu[PK. ZHSSwbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.phpnu[PK. ZB:P bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/TimeZone.phpnu[PK. Zl  abvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsPartialRefund.phpnu[PK. Z?&@`bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.phpnu[PK. ZCPfbvendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequest.phpnu[PK. Zr;  `=!bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerLoyaltyInfo.phpnu[PK. ZVVz%bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.phpnu[PK. Z@{PPi)bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocalinventoryCustomBatchResponse.phpnu[PK. ZCd/Z/bvendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.phpnu[PK. ZOߦk]#]#J5bvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner.phpnu[PK. ZmDD\Ybvendor/google/apiclient-services/src/Google/Service/AndroidManagement/AlwaysOnVpnPackage.phpnu[PK. ZOcV^bvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SoftwareInfo.phpnu[PK. Z:BYmbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PackageNameList.phpnu[PK. ZKd]qbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetail.phpnu[PK. Zz>Q!zbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Display.phpnu[PK. Z'FFNbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Date.phpnu[PK. Z+ Ylbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedProperty.phpnu[PK. Z 33^bvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PasswordRequirements.phpnu[PK. ZUUTVbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Enterprise.phpnu[PK. Z7r88^/bvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ChoosePrivateKeyRule.phpnu[PK. ZIsJJTbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryInfo.phpnu[PK. ZjdYûbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PermissionGrant.phpnu[PK. Zw.`Gbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/AndroidmanagementEmpty.phpnu[PK. Zh'뾤fbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReportingSettings.phpnu[PK. Zo֞Wbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/KeyedAppState.phpnu[PK. ZnXbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareStatus.phpnu[PK. Z9##Wbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/TelephonyInfo.phpnu[PK. ZPVbvendor/google/apiclient-services/src/Google/Service/AndroidManagement/FreezePeriod.phpnu[PK. Zs7<  _bvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PolicyEnforcementRule.phpnu[PK. Z Ubvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ContactInfo.phpnu[PK. Zm4^bvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PowerManagementEvent.phpnu[PK. ZMv..Tibvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WipeAction.phpnu[PK. ZU`bvendor/google/apiclient-services/src/Google/Service/AndroidManagement/CommonCriteriaModeInfo.phpnu[PK. Z: : _scvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersonalUsagePolicies.phpnu[PK. Za7%_ o oP<cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Policy.phpnu[PK. Z=swZ}cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationEvent.phpnu[PK. ZexR//cdcvendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersonalApplicationPolicy.phpnu[PK. ZZfU&cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/NetworkInfo.phpnu[PK. Z-A]]a:cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListEnterprisesResponse.phpnu[PK. Z:u))f(cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetailCondition.phpnu[PK. Z=ؘccvendor/google/apiclient-services/src/Google/Service/AndroidManagement/AdvancedSecurityOverrides.phpnu[PK. Z~Vcvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SigninDetail.phpnu[PK. ZpQ^~cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/Enterprises.phpnu[PK. ZIocvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevicesOperations.phpnu[PK. Z' ' n1cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesEnrollmentTokens.phpnu[PK. ZgοQ__fcvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesPolicies.phpnu[PK. Z8yy]cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/SignupUrls.phpnu[PK. Zo1bjcvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesApplications.phpnu[PK. Z߭e1cvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevices.phpnu[PK. Z)|k~~es dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebApps.phpnu[PK. Z'kgdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebTokens.phpnu[PK. Z`%%U!dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SetupAction.phpnu[PK. Z\HxxfH*dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedConfigurationTemplate.phpnu[PK. ZޝPV/dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebApp.phpnu[PK. Zff[j7dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/UserFacingMessage.phpnu[PK. Zc9=33^[jccRSZdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebToken.phpnu[PK. ZEօN8advendor/google/apiclient-services/src/Google/Service/AndroidManagement/User.phpnu[PK. Z/O``V;edvendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareInfo.phpnu[PK. ZHRQ!vdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Command.phpnu[PK. Z\FZZSt~dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ProxyInfo.phpnu[PK. ZgA{!hh[Qdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApiLevelCondition.phpnu[PK. ZK3SSTDdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebAppIcon.phpnu[PK. ZSdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/Operation.phpnu[PK. Z{))]Advendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListDevicesResponse.phpnu[PK. Z^dvendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedPropertyEntry.phpnu[PK. Zqw^^ZTdvendor/google/apiclient-services/src/Google/Service/AndroidManagement/SystemUpdateInfo.phpnu[PK. Z>애P>\=evendor/google/apiclient-services/src/Google/Service/AndroidManagement/TermsAndConditions.phpnu[PK. Zna!!eDevendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersistentPreferredActivity.phpnu[PK. Z!f f XLJevendor/google/apiclient-services/src/Google/Service/AndroidManagement/ComplianceRule.phpnu[PK. ZoP_:Tevendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPermission.phpnu[PK. ZUU`Yevendor/google/apiclient-services/src/Google/Service/AndroidManagement/OncCertificateProvider.phpnu[PK. Z ffYn`evendor/google/apiclient-services/src/Google/Service/AndroidManagement/LaunchAppAction.phpnu[PK. Zcy[ [ U]devendor/google/apiclient-services/src/Google/Service/AndroidManagement/Application.phpnu[PK. Z;fX=nevendor/google/apiclient-services/src/Google/Service/AndroidManagement/DeviceSettings.phpnu[PK. ZJ >wevendor/google/apiclient-services/src/Google/Service/Speech.phpnu[PK. Z|L3@evendor/google/apiclient-services/src/Google/Service/AppState.phpnu[PK. Z:\5\5KZevendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.phpnu[PK. Zy_1evendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserInfo.phpnu[PK. Z˦66dTevendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductDetail.phpnu[PK. Z">Frevendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportProductsResponse.phpnu[PK. Z5jrevendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaPurgeUserEventsResponse.phpnu[PK. ZPmevendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurgeUserEventsRequest.phpnu[PK. ZW,In}evendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportUserEventsRequest.phpnu[PK. ZA A i3evendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductInputConfig.phpnu[PK. ZL"n evendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingImportErrorContext.phpnu[PK. Zrsfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportUserEventsResponse.phpnu[PK. Zm< < s+fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportUserEventsResponse.phpnu[PK. Zj fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductInlineSource.phpnu[PK. ZLt@fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaRejoinUserEventsResponse.phpnu[PK. Z0񻭪sfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaPurgeUserEventsResponse.phpnu[PK. Zw,Vm fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEventImportSummary.phpnu[PK. ZTm77f>%fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PredictResponse.phpnu[PK. ZHn -fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingHttpRequestContext.phpnu[PK. ZljU1fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportMetadata.phpnu[PK. Zuvt7fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaRejoinUserEventsMetadata.phpnu[PK. Z62WW^;fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2Catalog.phpnu[PK. ZEiAfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportMetadata.phpnu[PK. Z%W9Hfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleProtobufEmpty.phpnu[PK. Zۃ~edKfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PredictRequest.phpnu[PK. Z!hhiTfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportErrorsConfig.phpnu[PK. Z==eXfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2BigQuerySource.phpnu[PK. Zof_fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2RejoinUserEventsMetadata.phpnu[PK. Z06rbfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainPurgeUserEventsResponse.phpnu[PK. Zui gfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaPurgeMetadata.phpnu[PK. ZG--  o[jfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportUserEventsResponse.phpnu[PK. Zz[ [ ktfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEventInputConfig.phpnu[PK. Zv;,^~fvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleLongrunningOperation.phpnu[PK. Z6\2< < sPfvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportUserEventsResponse.phpnu[PK. Z|||^/fvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocations.phpnu[PK. Z!Mg g h9fvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsOperations.phpnu[PK. Zpx8fvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsBranchesOperations.phpnu[PK. Z,? ? ffvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogs.phpnu[PK. Z_vƳfvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsBranchesProducts.phpnu[PK. ZݞMapppYfvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsPlacements.phpnu[PK. Zw~nifvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsBranches.phpnu[PK. ZppUfvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/Projects.phpnu[PK. Z*w  pfvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsOperations.phpnu[PK. ZKKpfvendor/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogsUserEvents.phpnu[PK. Z5ù`gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEvent.phpnu[PK. ZnY^||kgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleLongrunningListOperationsResponse.phpnu[PK. Zq\-%h*gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainPurgeMetadata.phpnu[PK. ZM6mw"gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportProductsResponse.phpnu[PK. Z, ~~j)gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingSourceLocation.phpnu[PK. ZGMЯe-gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportMetadata.phpnu[PK. Zmmn@4gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportErrorsConfig.phpnu[PK. Z>bb\K8gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2Image.phpnu[PK. Z]ys9=gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaRejoinUserEventsMetadata.phpnu[PK. ZӠr@gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaUserEventImportSummary.phpnu[PK. ZiEgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportMetadata.phpnu[PK. ZL's*Lgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaRejoinUserEventsResponse.phpnu[PK. Z<<qPgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaUserEventImportSummary.phpnu[PK. Z9llmUgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportErrorsConfig.phpnu[PK. ZllmYgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportErrorsConfig.phpnu[PK. ZQ%Uf]gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2CustomAttribute.phpnu[PK. ZoCtbgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportUserEventsResponse.phpnu[PK. Zks(jgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainRejoinUserEventsMetadata.phpnu[PK. Z; dd`mgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PriceInfo.phpnu[PK. ZUGG`sgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2GcsSource.phpnu[PK. Zv&sVxgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainRejoinUserEventsResponse.phpnu[PK. Zhq|gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportProductsResponse.phpnu[PK. Z1NiRgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ProductLevelConfig.phpnu[PK. ZW]iE E t։gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportUserEventsResponse.phpnu[PK. Z lgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2UserEventInlineSource.phpnu[PK. Z;rgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportProductsResponse.phpnu[PK. Zqgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportProductsResponse.phpnu[PK. Zlܡ22h!gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingErrorContext.phpnu[PK. Zy|WRllmgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportErrorsConfig.phpnu[PK. Z$añdgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurgeMetadata.phpnu[PK. Z ?6n9gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2RejoinUserEventsRequest.phpnu[PK. Zpqgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainImportProductsResponse.phpnu[PK. Zqgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportProductsResponse.phpnu[PK. Zogvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2RejoinUserEventsResponse.phpnu[PK. ZL]''i gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaExportMetadata.phpnu[PK. Zvgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PredictResponsePredictionResult.phpnu[PK. Z[[j^gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingServiceContext.phpnu[PK. Z{Vur^^^Sgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2Product.phpnu[PK. Z{}S?gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleRpcStatus.phpnu[PK. ZFmmnegvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaImportErrorsConfig.phpnu[PK. Z ''ipgvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportMetadata.phpnu[PK. Z6l0gvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ImportProductsRequest.phpnu[PK. Zgqhvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainUserEventImportSummary.phpnu[PK. Z҈((jhvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2alphaExportMetadata.phpnu[PK. Z{j hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurchaseTransaction.phpnu[PK. Zߡ8 8 dhvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailLoggingErrorLog.phpnu[PK. Z3U!hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleApiHttpBody.phpnu[PK. ZVllm'hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaImportErrorsConfig.phpnu[PK. Z62h+hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2betaPurgeMetadata.phpnu[PK. Z:sd.hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2mainExportUserEventsResponse.phpnu[PK. Z~QJjjk5hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2ListCatalogsResponse.phpnu[PK. Z薭n;hvendor/google/apiclient-services/src/Google/Service/CloudRetail/GoogleCloudRetailV2PurgeUserEventsResponse.phpnu[PK. ZӁ1 1 J5@hvendor/google/apiclient-services/src/Google/Service/Prediction/Analyze.phpnu[PK. ZfIhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeature.phpnu[PK. Z--Q Qhvendor/google/apiclient-services/src/Google/Service/Prediction/PredictionList.phpnu[PK. ZwWMWhvendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.phpnu[PK. Zrrb55Z[hvendor/google/apiclient-services/src/Google/Service/Prediction/InsertTrainingInstances.phpnu[PK. Z S`hvendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.phpnu[PK. ZR *Thhvendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.phpnu[PK. ZthOmhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesNumeric.phpnu[PK. ZvIjrhvendor/google/apiclient-services/src/Google/Service/Prediction/Output.phpnu[PK. ZHM M Izhvendor/google/apiclient-services/src/Google/Service/Prediction/Insert.phpnu[PK. ZD2YShvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.phpnu[PK. ZP.BIIYhvendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Trainedmodels.phpnu[PK. Z #~~Xhhvendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.phpnu[PK. Z̡(Hnhvendor/google/apiclient-services/src/Google/Service/Prediction/Input.phpnu[PK. Zo 77Zhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeModelDescription.phpnu[PK. ZHróhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.phpnu[PK. Zk,V V aOhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.phpnu[PK. Z^j6hvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureText.phpnu[PK. Z%=mhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.phpnu[PK. Zhv Jhvendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.phpnu[PK. Z+^4YYlqhvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.phpnu[PK. Z$$Ifhvendor/google/apiclient-services/src/Google/Service/Prediction/Update.phpnu[PK. Z|4OHHehvendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesText.phpnu[PK. Z^cܹWhvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/IosInfo.phpnu[PK. Zm@@V hvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Suffix.phpnu[PK. Z>chvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/GooglePlayAnalytics.phpnu[PK. Z6 6 _;hvendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkInfo.phpnu[PK. Z@[ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AndroidInfo.phpnu[PK. Zȓ] ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AnalyticsInfo.phpnu[PK. Z#|jivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Resource/ShortDynamicLinks.phpnu[PK. Zg::m7ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkRequest.phpnu[PK. ZCCb"ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkWarning.phpnu[PK. Z22a&ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/SocialMetaTagInfo.phpnu[PK. Z $ jjn,ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkResponse.phpnu[PK. ZvSf2ivendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/ITunesConnectAnalytics.phpnu[PK. ZgY7ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildProvenance.phpnu[PK. ZW^Givendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/KnowledgeBase.phpnu[PK. Ze9fQKivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Derived.phpnu[PK. ZRh[Sivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNotesResponse.phpnu[PK. Z aaetYivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNoteOccurrencesResponse.phpnu[PK. Z%]j_ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GerritSourceContext.phpnu[PK. Z p5Qfivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Version.phpnu[PK. Z\XVlivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AliasContext.phpnu[PK. Z <{{Nqivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Note.phpnu[PK. Z>e--fivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1IntotoArtifact.phpnu[PK. Z]yI Pڏivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CVSSv3.phpnu[PK. ZIBBX7ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ArtifactHashes.phpnu[PK. Z]qZivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GitSourceContext.phpnu[PK. Z.0MaaPrivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.phpnu[PK. ZX/iSivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityOccurrencesSummary.phpnu[PK. Z7~AW]]auivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListOccurrencesResponse.phpnu[PK. ZOhcivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1DiscoveryDetails.phpnu[PK. Z*P{ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RepoId.phpnu[PK. Zaivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateNotesRequest.phpnu[PK. Zkjw w Pivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/InToto.phpnu[PK. Z74PQivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Package.phpnu[PK. Z7yEE]Nivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.phpnu[PK. Z~1@@X ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildSignature.phpnu[PK. Zdm0WWUivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Attestation.phpnu[PK. Zh y(Pivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.phpnu[PK. Z%2^JJTivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.phpnu[PK. Zs^`ivendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisEmpty.phpnu[PK. Z_qD D Pjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Source.phpnu[PK. ZEiuu] jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetIamPolicyRequest.phpnu[PK. Z#djvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsResponse.phpnu[PK. Z4((fjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.phpnu[PK. Z([@>jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Projects.phpnu[PK. ZWǧk]Bjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.phpnu[PK. Z5x9 9 fJjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsScanConfigs.phpnu[PK. ZicЂ!!`nWjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotes.phpnu[PK. ZTWyjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SourceContext.phpnu[PK. Z7ufjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1PackageDetails.phpnu[PK. ZbT1jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Occurrence.phpnu[PK. ZAeVjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PackageIssue.phpnu[PK. ZYQjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Binding.phpnu[PK. Z&l  Wۯjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Vulnerability.phpnu[PK. Z,##Sfjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Authority.phpnu[PK. Z#aN jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hash.phpnu[PK. Z6ỬgIjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateOccurrencesRequest.phpnu[PK. Z~ѫ Vvjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Installation.phpnu[PK. Z9)Sjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Signature.phpnu[PK. Z[_c__Tjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SigningKey.phpnu[PK. ZoÁiejvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1DeploymentDetails.phpnu[PK. ZffWjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/WindowsDetail.phpnu[PK. Zb` --bljvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GenericSignedAttestation.phpnu[PK. Z>wVVT+jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FileHashes.phpnu[PK. Z(+Ţcjvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsRequest.phpnu[PK. Z!~ VVe:jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1IntotoDetails.phpnu[PK. Zh%jvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateOccurrencesResponse.phpnu[PK. ZBmQTkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Command.phpnu[PK. Zr5++kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.phpnu[PK. Z@iiU kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Environment.phpnu[PK. Z-mEWkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ProjectRepoId.phpnu[PK. Z)TAkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployable.phpnu[PK. ZCIIbXkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BatchCreateNotesResponse.phpnu[PK. Z} T3kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RelatedUrl.phpnu[PK. ZhVu!kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Distribution.phpnu[PK. Z? V)kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ArtifactRule.phpnu[PK. ZTF22O-kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Basis.phpnu[PK. ZFMWc3kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisResource.phpnu[PK. Zu@d9kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1ImageDetails.phpnu[PK. ZRP>kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Status.phpnu[PK. ZUuuQCkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Details.phpnu[PK. Zr%`Hkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CloudRepoSourceContext.phpnu[PK. Zg.]]aXPkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListScanConfigsResponse.phpnu[PK. Z,hhTFVkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ByProducts.phpnu[PK. Z^2Zkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PgpSignedAttestation.phpnu[PK. ZIU_kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Fingerprint.phpnu[PK. ZEXggSdkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovery.phpnu[PK. Z#lppRhkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Location.phpnu[PK. Z6U^nkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FixableTotalByDigest.phpnu[PK. Z:Tukvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ScanConfig.phpnu[PK. Z-3A li|kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1VulnerabilityDetails.phpnu[PK. ZnOkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Layer.phpnu[PK. Zhlkkdjkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1BuildDetails.phpnu[PK. ZH MҴZikvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetPolicyOptions.phpnu[PK. ZzRCCOkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Build.phpnu[PK. Z?B܅Nikvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hint.phpnu[PK. Zσglkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GrafeasV1beta1IntotoSignature.phpnu[PK. Z0_Ԥkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityLocation.phpnu[PK. Z Nv Nkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Link.phpnu[PK. ZsT#kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployment.phpnu[PK. ZjJRRNRkvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Expr.phpnu[PK. ZR"kvendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Artifact.phpnu[PK. Za44X/kvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CustomLevel.phpnu[PK. ZeZkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressSource.phpnu[PK. Zd)]TTZkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressPolicy.phpnu[PK. Z TTWdkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/EgressFrom.phpnu[PK. ZάllW?kvendor/google/apiclient-services/src/Google/Service/AccessContextManager/BasicLevel.phpnu[PK. ZԸ_99g2kvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceAccessLevelsRequest.phpnu[PK. ZQ1αYkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessPolicy.phpnu[PK. Z#J;;Vkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressTo.phpnu[PK. Z(4[@kvendor/google/apiclient-services/src/Google/Service/AccessContextManager/MethodSelector.phpnu[PK. ZUхlkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CommitServicePerimetersResponse.phpnu[PK. Z+`cPkvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CancelOperationRequest.phpnu[PK. Z:, Ylvendor/google/apiclient-services/src/Google/Service/AccessContextManager/DevicePolicy.phpnu[PK. Zbj lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListServicePerimetersResponse.phpnu[PK. Ztzzd=lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPolicies.phpnu[PK. Z^C==xK'lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/OrganizationsGcpUserAccessBindings.phpnu[PK. ZYY`0>lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Operations.phpnu[PK. Z t!!uRlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesServicePerimeters.phpnu[PK. Z,뙲cslvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Organizations.phpnu[PK. Zw''p!xlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesAccessLevels.phpnu[PK. Z1b b clvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeterConfig.phpnu[PK. ZALmݡlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceServicePerimetersResponse.phpnu[PK. ZuMXglvendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessLevel.phpnu[PK. ZСf߯lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccesscontextmanagerEmpty.phpnu[PK. Z+{vve(lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessLevelsResponse.phpnu[PK. Z{zg3lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessPoliciesResponse.phpnu[PK. ZzzVWlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Condition.phpnu[PK. Z@zzlWlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceServicePerimetersRequest.phpnu[PK. ZW**Ymlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/OsConstraint.phpnu[PK. ZRV lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Operation.phpnu[PK. Z@G<SXlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Status.phpnu[PK. Z>}X;;Y~lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/EgressPolicy.phpnu[PK. Z_\\cBlvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListOperationsResponse.phpnu[PK. ZGY1lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ApiOperation.phpnu[PK. ZvX:lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/IngressFrom.phpnu[PK. Zո5alvendor/google/apiclient-services/src/Google/Service/AccessContextManager/GcpUserAccessBinding.phpnu[PK. ZmNn&lvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListGcpUserAccessBindingsResponse.phpnu[PK. Zqd5a  ]mvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeter.phpnu[PK. ZՅ6_hWmvendor/google/apiclient-services/src/Google/Service/AccessContextManager/ReplaceAccessLevelsResponse.phpnu[PK. Z:Tp::Umvendor/google/apiclient-services/src/Google/Service/AccessContextManager/EgressTo.phpnu[PK. ZmDGGkZmvendor/google/apiclient-services/src/Google/Service/AccessContextManager/CommitServicePerimetersRequest.phpnu[PK. Z b<mvendor/google/apiclient-services/src/Google/Service/AccessContextManager/VpcAccessibleServices.phpnu[PK. ZO=^UUQx$mvendor/google/apiclient-services/src/Google/Service/AccessContextManager/Expr.phpnu[PK. ZSb""DN*mvendor/google/apiclient-services/src/Google/Service/Cloudbilling.phpnu[PK. Zn:[3dd`VMmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconNamespace.phpnu[PK. Z)_DDLJRmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.phpnu[PK. Zȏۜe Wmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconAttachmentsResponse.phpnu[PK. Z@e88_;\mvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.phpnu[PK. Z)&PTemvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.phpnu[PK. Z//S6imvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.phpnu[PK. Z`ffNlmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.phpnu[PK. Z񍩟R|mvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.phpnu[PK. Z2wecmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistrationParams.phpnu[PK. Z`[mvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.phpnu[PK. ZyG͐!!cKmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.phpnu[PK. Zg˫AAXnmvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beacons.phpnu[PK. Z0Ed [mvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Namespaces.phpnu[PK. Zn cnvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsDiagnostics.phpnu[PK. ZIG[S nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beaconinfo.phpnu[PK. ZYgXnvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/V1beta1.phpnu[PK. Zh[S44Snvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Diagnostics.phpnu[PK. Zgga="nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/DeleteAttachmentsResponse.phpnu[PK. Zn>V5&nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AttachmentInfo.phpnu[PK. ZO%S+nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.phpnu[PK. Z hhX2nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.phpnu[PK. ZoNtth99nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsRequest.phpnu[PK. ZW9NE?nvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/LatLng.phpnu[PK. Z,~TT_Cnvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.phpnu[PK. Z~o\Invendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.phpnu[PK. Zj7^Lnvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.phpnu[PK. ZjjiRnvendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.phpnu[PK. ZgǨRWnvendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.phpnu[PK. ZXs,,P1]nvendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.phpnu[PK. ZHL n`nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesMetadata.phpnu[PK. ZzYZmnvendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.phpnu[PK. Z{  Mrnvendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.phpnu[PK. ZpnRwnvendor/google/apiclient-services/src/Google/Service/Datastore/RollbackResponse.phpnu[PK. Z-01VVH=znvendor/google/apiclient-services/src/Google/Service/Datastore/Filter.phpnu[PK. Z@@d nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1EntityFilter.phpnu[PK. ZZ^]]P߅nvendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.phpnu[PK. Zia Gnvendor/google/apiclient-services/src/Google/Service/Datastore/Query.phpnu[PK. Z<LLm"nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesRequest.phpnu[PK. Zz77M nvendor/google/apiclient-services/src/Google/Service/Datastore/PathElement.phpnu[PK. Z%^^knvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ListIndexesResponse.phpnu[PK. Zwgnvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexedProperty.phpnu[PK. ZRizOCnvendor/google/apiclient-services/src/Google/Service/Datastore/CommitRequest.phpnu[PK. ZVmmn]nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesResponse.phpnu[PK. Zk.I^^Qhnvendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.phpnu[PK. ZEGnvendor/google/apiclient-services/src/Google/Service/Datastore/Key.phpnu[PK. ZG''Lnvendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.phpnu[PK. Z7)|?3 3 J5nvendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.phpnu[PK. ZoBBPnvendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.phpnu[PK. ZHwPPLnvendor/google/apiclient-services/src/Google/Service/Datastore/Projection.phpnu[PK. Z+a9Qpnvendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.phpnu[PK. Z篡]nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Index.phpnu[PK. Z/5.Knvendor/google/apiclient-services/src/Google/Service/Datastore/ReadWrite.phpnu[PK. Z  Pnvendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.phpnu[PK. Zy"\nvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningOperation.phpnu[PK. Z<Znvendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.phpnu[PK. Zx  SZovendor/google/apiclient-services/src/Google/Service/Datastore/Resource/Projects.phpnu[PK. ZTUU]1ovendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.phpnu[PK. ZƅttiDovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningListOperationsResponse.phpnu[PK. Z<,  kJovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1CommonMetadata.phpnu[PK. Z~ nQovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesMetadata.phpnu[PK. Zw(T]ovendor/google/apiclient-services/src/Google/Service/Datastore/TransactionOptions.phpnu[PK. ZY0vS/dovendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsRequest.phpnu[PK. Zll8rrsiovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesResponse.phpnu[PK. ZO O Rmovendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.phpnu[PK. Zgw3ڗJfwovendor/google/apiclient-services/src/Google/Service/Datastore/ReadOnly.phpnu[PK. Z+jUwzovendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsResponse.phpnu[PK. ZyЖJovendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.phpnu[PK. ZG:fjjHovendor/google/apiclient-services/src/Google/Service/Datastore/Entity.phpnu[PK. ZOË(Skovendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.phpnu[PK. ZA Qovendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryRequest.phpnu[PK. Z^//S%ovendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.phpnu[PK. Zб  sןovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ImportEntitiesMetadata.phpnu[PK. Z1 55M}ovendor/google/apiclient-services/src/Google/Service/Datastore/ReadOptions.phpnu[PK. Z顂O/ovendor/google/apiclient-services/src/Google/Service/Datastore/LookupRequest.phpnu[PK. ZHvovendor/google/apiclient-services/src/Google/Service/Datastore/Status.phpnu[PK. Z8ks7yyPovendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.phpnu[PK. ZMMeovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1Progress.phpnu[PK. ZggZaovendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.phpnu[PK. Z{{nRovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexOperationMetadata.phpnu[PK. ZorEEikovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1EntityFilter.phpnu[PK. ZNʶUUNIovendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.phpnu[PK/ Z FHovendor/google/apiclient-services/src/Google/Service/Datastore/LatLng.phpnu[PK/ Zt`fovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1CommonMetadata.phpnu[PK/ Z+xM4 4 s!ovendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesMetadata.phpnu[PK/ ZU6movendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesRequest.phpnu[PK/ Z_fPovendor/google/apiclient-services/src/Google/Service/Datastore/DatastoreEmpty.phpnu[PK/ Z cOovendor/google/apiclient-services/src/Google/Service/Datastore/PropertyOrder.phpnu[PK/ ZJ@@HH`Ppvendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Progress.phpnu[PK/ Z|wʞG( pvendor/google/apiclient-services/src/Google/Service/Datastore/Value.phpnu[PK/ ZɔTpvendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.phpnu[PK/ ZsTpvendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsResponse.phpnu[PK/ Z^@ ( (BC"pvendor/google/apiclient-services/src/Google/Service/PubsubLite.phpnu[PK/ ZL5PJpvendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl.phpnu[PK/ Z 湞BUSpvendor/google/apiclient-services/src/Google/Service/Reportcard.phpnu[PK/ Z-(G$G$Bekpvendor/google/apiclient-services/src/Google/Service/JobService.phpnu[PK/ ZqW*1 1 Qpvendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.phpnu[PK/ Z^Кpvendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.phpnu[PK/ Z2\ݡpvendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.phpnu[PK/ ZӏZ{pvendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.phpnu[PK/ ZK{3} } Wpvendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Transfers.phpnu[PK/ ZoM{h]pvendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.phpnu[PK/ ZzS8Ppvendor/google/apiclient-services/src/Google/Service/DataTransfer/Application.phpnu[PK/ ZMArr]wpvendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationsListResponse.phpnu[PK/ ZvWvpvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductList.phpnu[PK/ Z)EYpvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductPrices.phpnu[PK/ ZzJpvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Jwt.phpnu[PK/ ZSORNpvendor/google/apiclient-services/src/Google/Service/Chromewebstore/License.phpnu[PK/ Z`靖Rpvendor/google/apiclient-services/src/Google/Service/Chromewebstore/UserLicense.phpnu[PK/ ZW  K#pvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Item.phpnu[PK/ Z}cRXpvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Licenses.phpnu[PK/ Z%# U U ]qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/InAppProducts.phpnu[PK/ Zj}l l X qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Payments.phpnu[PK/ Z|Uqvendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Items.phpnu[PK/ ZGG]'qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsDeleteResponse.phpnu[PK/ Z1]+qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductLocaleData.phpnu[PK/ ZW##`1qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsListResponseItems.phpnu[PK/ ZUV!!U8qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/PublishRequest.phpnu[PK/ Z7YSq=qvendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProduct.phpnu[PK/ ZccY Fqvendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsBuyRequest.phpnu[PK/ Z !T0Lqvendor/google/apiclient-services/src/Google/Service/CloudTasks/PurgeQueueRequest.phpnu[PK/ Zf#GUOqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Task.phpnu[PK/ ZPT^qvendor/google/apiclient-services/src/Google/Service/CloudTasks/ListTasksResponse.phpnu[PK/ ZRRz#^ ^ H*dqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Queue.phpnu[PK/ ZM''Mqqvendor/google/apiclient-services/src/Google/Service/CloudTasks/OAuthToken.phpnu[PK/ Z Ruqvendor/google/apiclient-services/src/Google/Service/CloudTasks/CloudtasksEmpty.phpnu[PK/ Z Txqvendor/google/apiclient-services/src/Google/Service/CloudTasks/PauseQueueRequest.phpnu[PK/ Z%M{qvendor/google/apiclient-services/src/Google/Service/CloudTasks/RateLimits.phpnu[PK/ Z4""Vqvendor/google/apiclient-services/src/Google/Service/CloudTasks/SetIamPolicyRequest.phpnu[PK/ ZpppIqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Policy.phpnu[PK/ Z 6:RRVxqvendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.phpnu[PK/ Z8F]Pqvendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsResponse.phpnu[PK/ ZH| ]yqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.phpnu[PK/ ZvvTqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/Projects.phpnu[PK/ Z!Nnnhqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.phpnu[PK/ Z3#55cqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.phpnu[PK/ Zk9Jqvendor/google/apiclient-services/src/Google/Service/CloudTasks/Binding.phpnu[PK/ Z(k''Xqvendor/google/apiclient-services/src/Google/Service/CloudTasks/ListLocationsResponse.phpnu[PK/ ZSrvendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineRouting.phpnu[PK/ Z?TWrvendor/google/apiclient-services/src/Google/Service/CloudTasks/CreateTaskRequest.phpnu[PK/ ZssN rvendor/google/apiclient-services/src/Google/Service/CloudTasks/RetryConfig.phpnu[PK/ Z\Ñ\rvendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsRequest.phpnu[PK/ Zbvv[rvendor/google/apiclient-services/src/Google/Service/CloudTasks/StackdriverLoggingConfig.phpnu[PK/ ZOJUrvendor/google/apiclient-services/src/Google/Service/CloudTasks/ListQueuesResponse.phpnu[PK/ Zut\\NG!rvendor/google/apiclient-services/src/Google/Service/CloudTasks/HttpRequest.phpnu[PK/ ZpzI!*rvendor/google/apiclient-services/src/Google/Service/CloudTasks/Status.phpnu[PK/ Z+VU3/rvendor/google/apiclient-services/src/Google/Service/CloudTasks/ResumeQueueRequest.phpnu[PK/ Z;;LZ2rvendor/google/apiclient-services/src/Google/Service/CloudTasks/OidcToken.phpnu[PK/ Z1K7rvendor/google/apiclient-services/src/Google/Service/CloudTasks/Location.phpnu[PK/ Z sgPsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionOverflowBucket.phpnu[PK/ ZOiMeUsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Point.phpnu[PK/ Z8s;;_^svendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.phpnu[PK/ ZWdf`bsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorTypeDescriptor.phpnu[PK/ ZDDigsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsResponse.phpnu[PK/ ZW+PyOO^nsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.phpnu[PK/ Zz99]tsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.phpnu[PK/ Zv^EERxsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Timeseries.phpnu[PK/ Z@@dZsvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsRequest.phpnu[PK/ Z7ka.svendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptorLabel.phpnu[PK/ Zx3besvendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsResponse.phpnu[PK/ ZLm.rsvendor/google/apiclient-services/src/Google/Service/CloudSecurityToken/GoogleIdentityStsV1ExchangeTokenRequest.phpnu[PK/ Za[yyVsvendor/google/apiclient-services/src/Google/Service/CloudSecurityToken/Resource/V1.phpnu[PK/ Z81@s~svendor/google/apiclient-services/src/Google/Service/CloudSecurityToken/GoogleIdentityStsV1ExchangeTokenResponse.phpnu[PK/ Z+[PXJJHsvendor/google/apiclient-services/src/Google/Service/ChromeManagement.phpnu[PK/ Z Q  Hwsvendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI.phpnu[PK/ Zr))Dsvendor/google/apiclient-services/src/Google/Service/Customsearch.phpnu[PK/ ZÌqqB6tvendor/google/apiclient-services/src/Google/Service/Monitoring.phpnu[PK/ Zl9q+q+;tvendor/google/apiclient-services/src/Google/Service/TPU.phpnu[PK/ Z~Ftvendor/google/apiclient-services/src/Google/Service/TagManager/Tag.phpnu[PK/ ZyyRtvendor/google/apiclient-services/src/Google/Service/TagManager/BuiltInVariable.phpnu[PK/ Zssbtvendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.phpnu[PK/ ZBStvendor/google/apiclient-services/src/Google/Service/TagManager/GalleryReference.phpnu[PK/ Z8tuuQ tvendor/google/apiclient-services/src/Google/Service/TagManager/UserPermission.phpnu[PK/ Zsh@QQ`tvendor/google/apiclient-services/src/Google/Service/TagManager/RevertBuiltInVariableResponse.phpnu[PK/ Z !#Utvendor/google/apiclient-services/src/Google/Service/TagManager/ZoneChildContainer.phpnu[PK/ Z`(?Wstvendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.phpnu[PK/ ZP0&o;;X uvendor/google/apiclient-services/src/Google/Service/TagManager/SyncWorkspaceResponse.phpnu[PK/ ZVmX uvendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.phpnu[PK/ Z=11Ktuvendor/google/apiclient-services/src/Google/Service/TagManager/Variable.phpnu[PK/ ZTS !uvendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.phpnu[PK/ ZE 00J&uvendor/google/apiclient-services/src/Google/Service/TagManager/Trigger.phpnu[PK/ Z$2VWuvendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.phpnu[PK/ Z.ai]uvendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.phpnu[PK/ Zs]7Weuvendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.phpnu[PK/ ZQAfkuvendor/google/apiclient-services/src/Google/Service/TagManager/ListEnabledBuiltInVariablesResponse.phpnu[PK/ ZCX`quvendor/google/apiclient-services/src/Google/Service/TagManager/CreateBuiltInVariableResponse.phpnu[PK/ Z"vQvuvendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.phpnu[PK/ ZZ00X5uvendor/google/apiclient-services/src/Google/Service/TagManager/RevertTriggerResponse.phpnu[PK/ Zll^uvendor/google/apiclient-services/src/Google/Service/TagManager/ListUserPermissionsResponse.phpnu[PK/ Z3IWuvendor/google/apiclient-services/src/Google/Service/TagManager/QuickPreviewResponse.phpnu[PK/ Z(`uvendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.phpnu[PK/ ZzRuvendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.phpnu[PK/ ZlMz$$L{uvendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.phpnu[PK/ Z0==Yuvendor/google/apiclient-services/src/Google/Service/TagManager/RevertVariableResponse.phpnu[PK/ ZgTTouvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesFolders.phpnu[PK/ ZP kkcuvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsUserPermissions.phpnu[PK/ ZQquvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesVariables.phpnu[PK/ ZC C luvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersionHeaders.phpnu[PK/ Z&4luvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTags.phpnu[PK/ ZmNtt^?vvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.phpnu[PK/ ZlYYjAvvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.phpnu[PK/ Z1,||p4)vvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTriggers.phpnu[PK/ Z TX X TP=vvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.phpnu[PK/ Zh q,Hvvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTemplates.phpnu[PK/ Z]+Jh\vvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspaces.phpnu[PK/ ZKm|vvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesZones.phpnu[PK/ Zxvvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.phpnu[PK/ Zqlbbfɟvvendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.phpnu[PK/ ZG00Lvvendor/google/apiclient-services/src/Google/Service/TagManager/Workspace.phpnu[PK/ Z*f<<Gmvvendor/google/apiclient-services/src/Google/Service/TagManager/Zone.phpnu[PK/ Z)n vvendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.phpnu[PK/ Z\YMvvendor/google/apiclient-services/src/Google/Service/TagManager/SyncStatus.phpnu[PK/ ZeOEE[3vvendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.phpnu[PK/ Z  Uvvendor/google/apiclient-services/src/Google/Service/TagManager/RevertZoneResponse.phpnu[PK/ ZEVVPvvendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.phpnu[PK/ ZlOgvvendor/google/apiclient-services/src/Google/Service/TagManager/ZoneBoundary.phpnu[PK/ ZwBB]kvvendor/google/apiclient-services/src/Google/Service/TagManager/GetWorkspaceStatusResponse.phpnu[PK/ ZRrwҸ N:vvendor/google/apiclient-services/src/Google/Service/TagManager/Environment.phpnu[PK/ ZcLpvvendor/google/apiclient-services/src/Google/Service/TagManager/Condition.phpnu[PK/ Z> * Iwvendor/google/apiclient-services/src/Google/Service/TagManager/Entity.phpnu[PK/ Zv,l l Vwvendor/google/apiclient-services/src/Google/Service/TagManager/VariableFormatValue.phpnu[PK/ Z h++Y wvendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.phpnu[PK/ Z4DCUUY!wvendor/google/apiclient-services/src/Google/Service/TagManager/RevertTemplateResponse.phpnu[PK/ Z S&wvendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersion.phpnu[PK/ Z##W=wvendor/google/apiclient-services/src/Google/Service/TagManager/RevertFolderResponse.phpnu[PK/ Z* YuBwvendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.phpnu[PK/ ZT,p p IOwvendor/google/apiclient-services/src/Google/Service/TagManager/Client.phpnu[PK/ Zԍa,,K\wvendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.phpnu[PK/ Zn`lT)awvendor/google/apiclient-services/src/Google/Service/TagManager/RevertTagResponse.phpnu[PK/ ZB 9Iewvendor/google/apiclient-services/src/Google/Service/TagManager/Folder.phpnu[PK/ ZaaVnwvendor/google/apiclient-services/src/Google/Service/TagManager/ZoneTypeRestriction.phpnu[PK/ ZCt00Xswvendor/google/apiclient-services/src/Google/Service/TagManager/ListTemplatesResponse.phpnu[PK/ Z4 Lnywvendor/google/apiclient-services/src/Google/Service/TagManager/Container.phpnu[PK/ ZZZPwvendor/google/apiclient-services/src/Google/Service/TagManager/MergeConflict.phpnu[PK/ ZH, Qfwvendor/google/apiclient-services/src/Google/Service/TagManager/CustomTemplate.phpnu[PK/ ZDDNѕwvendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.phpnu[PK/ Zߖ5++Ywvendor/google/apiclient-services/src/Google/Service/TagManager/ListWorkspacesResponse.phpnu[PK/ Z{JGwvendor/google/apiclient-services/src/Google/Service/TagManager/Account.phpnu[PK/ Zq yTcwvendor/google/apiclient-services/src/Google/Service/TagManager/ListZonesResponse.phpnu[PK/ ZDڭ  FѬwvendor/google/apiclient-services/src/Google/Service/Verifiedaccess.phpnu[PK/ ZlHQQOLwvendor/google/apiclient-services/src/Google/Service/Eventarc/AuditLogConfig.phpnu[PK/ ZLwvendor/google/apiclient-services/src/Google/Service/Eventarc/EventFilter.phpnu[PK/ Z-7 7 Hxwvendor/google/apiclient-services/src/Google/Service/Eventarc/Trigger.phpnu[PK/ ZϱT'wvendor/google/apiclient-services/src/Google/Service/Eventarc/SetIamPolicyRequest.phpnu[PK/ ZrU{wvendor/google/apiclient-services/src/Google/Service/Eventarc/ListTriggersResponse.phpnu[PK/ ZMGwvendor/google/apiclient-services/src/Google/Service/Eventarc/Policy.phpnu[PK/ ZݤWRwvendor/google/apiclient-services/src/Google/Service/Eventarc/CancelOperationRequest.phpnu[PK/ Z\A[}wvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleLongrunningOperation.phpnu[PK/ Zޚ[wvendor/google/apiclient-services/src/Google/Service/Eventarc/TestIamPermissionsResponse.phpnu[PK/ Z7j [wvendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocations.phpnu[PK/ Z-tewvendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocationsOperations.phpnu[PK/ Zz#z#c xvendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocationsTriggers.phpnu[PK/ Z UTnnR/xvendor/google/apiclient-services/src/Google/Service/Eventarc/Resource/Projects.phpnu[PK/ Zpph3xvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleLongrunningListOperationsResponse.phpnu[PK/ Z-R9xvendor/google/apiclient-services/src/Google/Service/Eventarc/OperationMetadata.phpnu[PK/ ZI;O{{HAxvendor/google/apiclient-services/src/Google/Service/Eventarc/Binding.phpnu[PK/ Zo}^VGxvendor/google/apiclient-services/src/Google/Service/Eventarc/ListLocationsResponse.phpnu[PK/ Zm~kkP{Mxvendor/google/apiclient-services/src/Google/Service/Eventarc/CloudRunService.phpnu[PK/ Z8;=hfRxvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleLongrunningCancelOperationRequest.phpnu[PK/ ZLfZUxvendor/google/apiclient-services/src/Google/Service/Eventarc/TestIamPermissionsRequest.phpnu[PK/ Z>/fNYxvendor/google/apiclient-services/src/Google/Service/Eventarc/EventarcEmpty.phpnu[PK/ ZǍQ\xvendor/google/apiclient-services/src/Google/Service/Eventarc/MatchingCriteria.phpnu[PK/ Z&\vvJUaxvendor/google/apiclient-services/src/Google/Service/Eventarc/Operation.phpnu[PK/ ZXyN-GEhxvendor/google/apiclient-services/src/Google/Service/Eventarc/Status.phpnu[PK/ ZߔbddISmxvendor/google/apiclient-services/src/Google/Service/Eventarc/CloudRun.phpnu[PK/ Z2oG0rxvendor/google/apiclient-services/src/Google/Service/Eventarc/Pubsub.phpnu[PK/ Z&A((Lvxvendor/google/apiclient-services/src/Google/Service/Eventarc/Destination.phpnu[PK/ Z!,,W;{xvendor/google/apiclient-services/src/Google/Service/Eventarc/ListOperationsResponse.phpnu[PK/ Z|cIxvendor/google/apiclient-services/src/Google/Service/Eventarc/Location.phpnu[PK/ Z7-33LIxvendor/google/apiclient-services/src/Google/Service/Eventarc/AuditConfig.phpnu[PK/ Z퍺Pxvendor/google/apiclient-services/src/Google/Service/Eventarc/GoogleRpcStatus.phpnu[PK/ ZJxvendor/google/apiclient-services/src/Google/Service/Eventarc/Transport.phpnu[PK/ ZrIIExvendor/google/apiclient-services/src/Google/Service/Eventarc/Expr.phpnu[PK/ ZnU\hhl^xvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsResponse.phpnu[PK/ Zgg[bxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferConfig.phpnu[PK/ ZVTxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TimeRange.phpnu[PK/ ZMeeiҷxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsResponse.phpnu[PK/ Zieмxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferLogsResponse.phpnu[PK/ Z92k xvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsRequest.phpnu[PK/ Zj`Sxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSourceParameter.phpnu[PK/ Zffbxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/BigquerydatatransferEmpty.phpnu[PK/ ZY7hxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferConfigsResponse.phpnu[PK/ Zm#Xxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferRun.phpnu[PK/ Z}*FdKxvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/CheckValidCredsResponse.phpnu[PK/ Z#ܑ g^xvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.phpnu[PK/ Z3>mqyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.phpnu[PK/ ZV66zyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.phpnu[PK/ Z/E-E-m!yvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.phpnu[PK/ Z-/ / }nOyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.phpnu[PK/ Zu ^JYyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/Projects.phpnu[PK/ Z8NJ J v]yvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.phpnu[PK/ Z]eivgyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.phpnu[PK/ Zhrxyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.phpnu[PK/ Z`-`-vyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.phpnu[PK/ ZVvveyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferRunsResponse.phpnu[PK/ Z}[OObżyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListLocationsResponse.phpnu[PK/ Z %]yvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/EmailPreferences.phpnu[PK/ Zk%  hyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsRequest.phpnu[PK/ ZLE((Wpyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSource.phpnu[PK/ ZʯR\yvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferMessage.phpnu[PK/ ZS}yvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Status.phpnu[PK/ ZA{SUyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Location.phpnu[PK/ Z0niidyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListDataSourcesResponse.phpnu[PK/ Z\yvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleOptions.phpnu[PK/ Z cyvendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/CheckValidCredsRequest.phpnu[PK/ Z03  byvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.phpnu[PK/ Z=~Tzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.phpnu[PK/ ZɔVzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Message.phpnu[PK/ Z{{{YC*zvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/FcmOptions.phpnu[PK/ Z3`G.zvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/Projects.phpnu[PK/ ZѢMMhW2zvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/ProjectsMessages.phpnu[PK/ Z"> \<:zvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidConfig.phpnu[PK/ Za`Ezvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushFcmOptions.phpnu[PK/ Z,7aa[gJzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Notification.phpnu[PK/ Z\SOzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushConfig.phpnu[PK/ Z,p{]zVzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsFcmOptions.phpnu[PK/ ZA+  \vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.phpnu[PK/ ZEYazvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsConfig.phpnu[PK/ Z//ahzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/SendMessageRequest.phpnu[PK/ Z҂`mzvendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidFcmOptions.phpnu[PK/ ZAϚ55Hqzvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller.phpnu[PK/ ZXQzvendor/google/apiclient-services/src/Google/Service/DataFusion/ListInstancesResponse.phpnu[PK/ ZBʖ,ZZJzvendor/google/apiclient-services/src/Google/Service/DataFusion/Version.phpnu[PK/ ZF:ISSQzvendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.phpnu[PK/ ZQVizvendor/google/apiclient-services/src/Google/Service/DataFusion/SetIamPolicyRequest.phpnu[PK/ ZIɾzvendor/google/apiclient-services/src/Google/Service/DataFusion/Policy.phpnu[PK/ Z YWzvendor/google/apiclient-services/src/Google/Service/DataFusion/CancelOperationRequest.phpnu[PK/ Z ]zvendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsResponse.phpnu[PK/ Z. . ]zvendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocations.phpnu[PK/ ZEwgjzvendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsOperations.phpnu[PK/ Zyn&$&$fzvendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.phpnu[PK/ Z];;e{vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsVersions.phpnu[PK/ ZvvTe{vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/Projects.phpnu[PK/ ZɜUT_{vendor/google/apiclient-services/src/Google/Service/DataFusion/OperationMetadata.phpnu[PK/ ZJo&{vendor/google/apiclient-services/src/Google/Service/DataFusion/Binding.phpnu[PK/ Z3''Xn,{vendor/google/apiclient-services/src/Google/Service/DataFusion/ListLocationsResponse.phpnu[PK/ ZYK2{vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.phpnu[PK/ Z(πYyK{vendor/google/apiclient-services/src/Google/Service/DataFusion/RestartInstanceRequest.phpnu[PK/ Z"\N{vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsRequest.phpnu[PK/ Z"PR{vendor/google/apiclient-services/src/Google/Service/DataFusion/NetworkConfig.phpnu[PK/ ZTu  NVW{vendor/google/apiclient-services/src/Google/Service/DataFusion/Accelerator.phpnu[PK/ ZJTL[{vendor/google/apiclient-services/src/Google/Service/DataFusion/Operation.phpnu[PK/ Z28XIb{vendor/google/apiclient-services/src/Google/Service/DataFusion/Status.phpnu[PK/ ZN44Yg{vendor/google/apiclient-services/src/Google/Service/DataFusion/ListOperationsResponse.phpnu[PK/ ZC=Km{vendor/google/apiclient-services/src/Google/Service/DataFusion/Location.phpnu[PK/ Z ;;N t{vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditConfig.phpnu[PK/ Z Ry{vendor/google/apiclient-services/src/Google/Service/DataFusion/DatafusionEmpty.phpnu[PK/ Z tt`|{vendor/google/apiclient-services/src/Google/Service/DataFusion/ListAvailableVersionsResponse.phpnu[PK/ ZcKKG{vendor/google/apiclient-services/src/Google/Service/DataFusion/Expr.phpnu[PK/ ZpPO{vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPerUserInfo.phpnu[PK/ Z(# G{vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.phpnu[PK/ Z4OE{vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.phpnu[PK/ Z''R{vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.phpnu[PK/ Z-}ffIP{vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.phpnu[PK/ ZaJ/{vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.phpnu[PK/ Z.ЄQ1{vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.phpnu[PK/ ZH?{vendor/google/apiclient-services/src/Google/Service/Blogger/PageList.phpnu[PK/ ZN.|vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Users.phpnu[PK/ ZZ>>N\4|vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Pages.phpnu[PK/ Z$ڪVI|vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.phpnu[PK/ Z)77RHO|vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PageViews.phpnu[PK/ ZɎ  VU|vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.phpnu[PK/ ZƹN Q^|vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Comments.phpnu[PK/ Zϴ7tO(s|vendor/google/apiclient-services/src/Google/Service/Blogger/PostPerUserInfo.phpnu[PK/ ZOHsy|vendor/google/apiclient-services/src/Google/Service/Blogger/PostList.phpnu[PK/ ZHL|vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.phpnu[PK/ Z@ D|vendor/google/apiclient-services/src/Google/Service/Blogger/User.phpnu[PK/ ZGb~J&|vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.phpnu[PK/ ZnaTH|vendor/google/apiclient-services/src/Google/Service/Blogger/PageBlog.phpnu[PK/ ZX|L|vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.phpnu[PK/ Zc3ttI<|vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPosts.phpnu[PK/ Z/K)|vendor/google/apiclient-services/src/Google/Service/Blogger/CommentBlog.phpnu[PK/ Z!,M|vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.phpnu[PK/ Z@I5|vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPages.phpnu[PK/ ZP9J|vendor/google/apiclient-services/src/Google/Service/Blogger/UserLocale.phpnu[PK/ ZNP|vendor/google/apiclient-services/src/Google/Service/Blogger/CommentInReplyTo.phpnu[PK/ ZOJG|vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.phpnu[PK/ ZH|vendor/google/apiclient-services/src/Google/Service/Blogger/PostBlog.phpnu[PK/ Z6$$O;|vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.phpnu[PK/ ZǸL8K|vendor/google/apiclient-services/src/Google/Service/Blogger/PostReplies.phpnu[PK/ ZRVXAAI|vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.phpnu[PK/ ZsKK@|vendor/google/apiclient-services/src/Google/Service/CloudKMS.phpnu[PK/ ZL;f&f&B!}vendor/google/apiclient-services/src/Google/Service/Autoscaler.phpnu[PK/ Zg4.4.EH}vendor/google/apiclient-services/src/Google/Service/Resourceviews.phpnu[PK/ Z| qi}}iww}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalListDeploymentsResponse.phpnu[PK/ Zֱ^}}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceConfig.phpnu[PK/ Z=)g)}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalGenerateSecretRequest.phpnu[PK/ Zkk`t}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalFrequencyRange.phpnu[PK/ Z;`o}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceMetadata.phpnu[PK/ ZJi//c}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalListNodesResponse.phpnu[PK/ Zppcn}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalMoveDeviceRequest.phpnu[PK/ Z*Xq}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDevice.phpnu[PK/ Z Itkkc}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalSignDeviceRequest.phpnu[PK/ Zt%uvZZb}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalGetPolicyRequest.phpnu[PK/ Z)j߼}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalBulkCreateDeviceResponse.phpnu[PK/ Z4[W}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalEmpty.phpnu[PK/ ZƳs{ff]%}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceModel.phpnu[PK/ Z{MG ]}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceGrant.phpnu[PK/ Z$QQh}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalTestPermissionsRequest.phpnu[PK/ Zd(jVp}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalNode.phpnu[PK/ Z \}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeployment.phpnu[PK/ Zccg#}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalListCustomersResponse.phpnu[PK/ ZKɣttg}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalMoveDeploymentRequest.phpnu[PK/ Z_IJZZ](}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDpaMoveList.phpnu[PK/ Z" k}vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodesDeployments.phpnu[PK/ Zޯ gs~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodesDevices.phpnu[PK/ ZOOb~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesDeployments.phpnu[PK/ Z  [$~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Customers.phpnu[PK/ Z\%0~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodes.phpnu[PK/ Z\Q iC~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesDeploymentsDevices.phpnu[PK/ Z > > ZQ~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Policies.phpnu[PK/ Zi]]~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Deployments.phpnu[PK/ Z<= = ec~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodesNodes.phpnu[PK/ ZL cn~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodesDevices.phpnu[PK/ Z]' g|~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodesDeployments.phpnu[PK/ ZGG$$`#~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersNodes.phpnu[PK/ Zbכ~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersDevices.phpnu[PK/ Z' ^b~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesDevices.phpnu[PK/ Z  d~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/DeploymentsDevices.phpnu[PK/ Zg mz~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersDeploymentsDevices.phpnu[PK/ Z/1 1 a~vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/NodesNodesNodes.phpnu[PK/ Z$nWWWvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Nodes.phpnu[PK/ ZS{""fdvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/CustomersDeployments.phpnu[PK/ Z1[vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/Resource/Installer.phpnu[PK/ Z#nna$vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalMoveNodeRequest.phpnu[PK/ Z iHZZd(vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalDeviceAirInterface.phpnu[PK/ Z?e--X|-vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalPolicy.phpnu[PK/ ZnX13vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalStatus.phpnu[PK/ Z!!ja8vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalValidateInstallerRequest.phpnu[PK/ ZX톺[=vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalOperation.phpnu[PK/ ZXf  \1Evendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalAssignment.phpnu[PK/ Z&ZIvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalCustomer.phpnu[PK/ ZOEEk.Ovendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalCreateSignedDeviceRequest.phpnu[PK/ Z:kTvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalValidateInstallerResponse.phpnu[PK/ ZaFWIIeaWvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalListDevicesResponse.phpnu[PK/ ZlEEk?]vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalUpdateSignedDeviceRequest.phpnu[PK/ ZK;>>ibvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalBulkCreateDeviceRequest.phpnu[PK/ Zu8(__bevendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalChannelWithScore.phpnu[PK/ Zp9bkvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalSetPolicyRequest.phpnu[PK/ ZiW dqvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalInstallationParams.phpnu[PK/ ZӂWi vendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalTestPermissionsResponse.phpnu[PK/ ZRRhJvendor/google/apiclient-services/src/Google/Service/SASPortalTesting/SasPortalGenerateSecretResponse.phpnu[PK/ ZȂf4vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VmCreationConfig.phpnu[PK/ ZLMffdvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/AuditLogConfig.phpnu[PK/ Z|#t}vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListConnectionProfilesResponse.phpnu[PK/ Z7bvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/MigrationJob.phpnu[PK/ Z,ihvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/DatamigrationEmpty.phpnu[PK/ ZÈppgvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/PromoteMigrationJobRequest.phpnu[PK/ Z ]aĹvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/SqlAclEntry.phpnu[PK/ Z__lmvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/MySqlConnectionProfile.phpnu[PK/ Z /99ihvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/SetIamPolicyRequest.phpnu[PK/ Z'`Ehhn:vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/GenerateSshScriptRequest.phpnu[PK/ ZO\@vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Policy.phpnu[PK/ Zofvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VerifyMigrationJobRequest.phpnu[PK/ Z0QQgdvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VmSelectionConfig.phpnu[PK/ Z]Lvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Binding.phpnu[PK/ Z>)Usskvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListLocationsResponse.phpnu[PK/ Z!AAl˪vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/VpcPeeringConnectivity.phpnu[PK/ Z3Cvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/GoogleCloudClouddmsV1beta1OperationMetadata.phpnu[PK/ Zy l7vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ReverseSshConnectivity.phpnu[PK/ ZϮovendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/TestIamPermissionsRequest.phpnu[PK/ Z}Kp vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/RestartMigrationJobRequest.phpnu[PK/ ZE::ahĀvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/SqlIpConfig.phpnu[PK/ Z&!X_3̀vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Operation.phpnu[PK/ ZnӀvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/StartMigrationJobRequest.phpnu[PK/ Z߷jրvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/StaticIpConnectivity.phpnu[PK/ ZDӬ\Kڀvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Status.phpnu[PK/ ZiԶĀl߀vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListOperationsResponse.phpnu[PK/ Z) J^vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Location.phpnu[PK/ Z*a$vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/AuditConfig.phpnu[PK/ Z#o<vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/CloudSqlConnectionProfile.phpnu[PK/ Z&~((svendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/MigrationJobVerificationError.phpnu[PK/ Z8oxvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ResumeMigrationJobRequest.phpnu[PK/ ZTJddovendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ListMigrationJobsResponse.phpnu[PK/ ZF7 7 g vendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/ConnectionProfile.phpnu[PK/ Zw^^Zvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService/Expr.phpnu[PK/ ZEMVppYvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfig.phpnu[PK/ ZQ0__b$vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigCondition.phpnu[PK/ Z%%gv*vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameterValue.phpnu[PK/ Z|^2/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/Resource/Projects.phpnu[PK/ Zd b`?vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameter.phpnu[PK/ Z 7ggrGvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestions.phpnu[PK/ Z$L}Ovendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSegmentCounts.phpnu[PK/ ZNyVvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCount.phpnu[PK/ ZR}1z^vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraint.phpnu[PK/ Z9 |bvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsParameters.phpnu[PK/ ZS_! ! { mvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraints.phpnu[PK/ Z(uuVwvendor/google/apiclient-services/src/Google/Service/FlightAvailability/Resource/V1.phpnu[PK/ Z-}~vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsPointOfSale.phpnu[PK/ Zyy3vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence.phpnu[PK/ Z8U0pevendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswers.phpnu[PK/ Z%&vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag.phpnu[PK/ ZXz욁vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsQuestion.phpnu[PK/ Z\^6YYaxvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityDate.phpnu[PK/ Zvbvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersAnswer.phpnu[PK/ Z{vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes.phpnu[PK/ Z4 4 yvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsSegment.phpnu[PK/ Z3<  xﻁvendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSolution.phpnu[PK/ Z:'دbŁvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MemcacheEmpty.phpnu[PK/ ZeHՆ00jȁvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ListInstancesResponse.phpnu[PK/ ZoaAA_ρvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DailyCycle.phpnu[PK/ Z eՁvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/LocationMetadata.phpnu[PK/ Zpq jځvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DenyMaintenancePeriod.phpnu[PK/ Z*k+QQYrvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Date.phpnu[PK/ ZfccLvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.phpnu[PK/ Z*.XŮavvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ZoneMetadata.phpnu[PK/ Zt贬vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2OperationMetadata.phpnu[PK/ Z(fvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MaintenanceWindow.phpnu[PK/ ZD44kSvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ApplyParametersRequest.phpnu[PK/ Z.&&"vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.phpnu[PK/ Z`y]_ vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/NodeConfig.phpnu[PK/ Z?Wkvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/CancelOperationRequest.phpnu[PK/ Z|}l vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/UpdateParametersRequest.phpnu[PK/ Z jj-vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.phpnu[PK/ Z DY^vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Node.phpnu[PK/ Ztg 'vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.phpnu[PK/ ZA`63vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/WeeklyCycle.phpnu[PK/ ZoU8vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocations.phpnu[PK/ ZyAvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsOperations.phpnu[PK/ ZhfxUvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsInstances.phpnu[PK/ Z`퐖f?vvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/Projects.phpnu[PK/ ZUkzvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2LocationMetadata.phpnu[PK/ Z77vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1Instance.phpnu[PK/ Zp)kfƗvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/OperationMetadata.phpnu[PK/ Zp^԰fvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MaintenancePolicy.phpnu[PK/ Z1KIooj4vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ListLocationsResponse.phpnu[PK/ Z$=vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.phpnu[PK/ Z'3^vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/TimeOfDay.phpnu[PK/ ZrzY]żvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Instance.phpnu[PK/ Z̶cЂvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.phpnu[PK/ ZH{aX؂vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/UpdatePolicy.phpnu[PK/ ZxN]vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Schedule.phpnu[PK/ Z^vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Operation.phpnu[PK/ Z V[nvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Status.phpnu[PK/ Zv:||kvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/ListOperationsResponse.phpnu[PK/ Zč]vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Location.phpnu[PK/ Z|xx>vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.phpnu[PK/ Z'Bdvvendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/InstanceMessage.phpnu[PK/ ZN8{ vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.phpnu[PK/ Zg?vendor/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/MemcacheParameters.phpnu[PK/ ZŲy_VVJvendor/google/apiclient-services/src/Google/Service/WorkflowExecutions.phpnu[PK/ Zq&뚠==?w'vendor/google/apiclient-services/src/Google/Service/Fitness.phpnu[PK/ ZiڕqqqAevendor/google/apiclient-services/src/Google/Service/Workflows.phpnu[PK/ ZsXxxDhvendor/google/apiclient-services/src/Google/Service/Dfareporting.phpnu[PK/ Zh5fLTvendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.phpnu[PK/ Z ?Ivendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.phpnu[PK/ Z>.&K vendor/google/apiclient-services/src/Google/Service/Fusiontables/Import.phpnu[PK/ ZN{vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.phpnu[PK/ ZAk  Kyvendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.phpnu[PK/ Zw`vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.phpnu[PK/ ZJu[<<Os#vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnList.phpnu[PK/ Z'ňP.*vendor/google/apiclient-services/src/Google/Service/Fusiontables/Sqlresponse.phpnu[PK/ ZG G Q6/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PolygonStyle.phpnu[PK/ Z%U;vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.phpnu[PK/ Z`i44M@vendor/google/apiclient-services/src/Google/Service/Fusiontables/TaskList.phpnu[PK/ ZɅYZ9Gvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.phpnu[PK/ ZNMMvendor/google/apiclient-services/src/Google/Service/Fusiontables/LineStyle.phpnu[PK/ Z;sIVvendor/google/apiclient-services/src/Google/Service/Fusiontables/Line.phpnu[PK/ Z ^ RD[vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.phpnu[PK/ Z`bV V Svfvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Query.phpnu[PK/ Z--VOqvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Template.phpnu[PK/ ZSvendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Style.phpnu[PK/ Z qd,%,%S^vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Table.phpnu[PK/ Z5T vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.phpnu[PK/ ZnXYMцvendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.phpnu[PK/ ZiDDQ؆vendor/google/apiclient-services/src/Google/Service/Fusiontables/TemplateList.phpnu[PK/ ZJ߆vendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.phpnu[PK/ ZdvM1vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.phpnu[PK/ Zi+s Qjvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSetting.phpnu[PK/ Z].0  Orvendor/google/apiclient-services/src/Google/Service/Fusiontables/PointStyle.phpnu[PK/ Z Jvendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.phpnu[PK/ Z@aVVRvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunction.phpnu[PK/ ZGsTTUvendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.phpnu[PK/ Z'$ Kvendor/google/apiclient-services/src/Google/Service/Fusiontables/Column.phpnu[PK/ ZY"s s <#vendor/google/apiclient-services/src/Google/Service/Docs.phpnu[PK/ Zǐ..N1vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService.phpnu[PK/ Zpvs~:vendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1PhoneLead.phpnu[PK/ ZVf#X>Avendor/google/apiclient-services/src/Google/Service/Localservices/GoogleTypeTimeZone.phpnu[PK/ ZdEvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse.phpnu[PK/ Z[wKLvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AccountReport.phpnu[PK/ Zq ^< < ]|avendor/google/apiclient-services/src/Google/Service/Localservices/Resource/AccountReports.phpnu[PK/ Z L`%} } bEovendor/google/apiclient-services/src/Google/Service/Localservices/Resource/DetailedLeadReports.phpnu[PK/ Z%|T}vendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.phpnu[PK/ Zuvendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1MessageLead.phpnu[PK/ ZGG;vendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse.phpnu[PK/ Z Bx=vendor/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.phpnu[PK/ Z}Fvendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI.phpnu[PK/ Z.Cr;vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.phpnu[PK/ Zp3^^zvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.phpnu[PK/ ZZvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleProtobufEmpty.phpnu[PK/ ZUGÇvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse.phpnu[PK/ ZU/ˇvendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.phpnu[PK/ Zf> Vyvendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Claims.phpnu[PK/ Z!_tvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Claim.phpnu[PK/ Z-_Evendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.phpnu[PK/ Zⵘc c vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.phpnu[PK/ Zl֥zvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview.phpnu[PK/ Zx@FFzvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.phpnu[PK/ ZBKxvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Publisher.phpnu[PK/ ZJD vvendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.phpnu[PK/ Z̽44G'vendor/google/apiclient-services/src/Google/Service/IdentityToolkit.phpnu[PK/ Z:Ahe%%I>vendor/google/apiclient-services/src/Google/Service/NetworkManagement.phpnu[PK/ ZT   Ldvendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig.phpnu[PK/ Z**?^ovendor/google/apiclient-services/src/Google/Service/Reports.phpnu[PK/ ZNbvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptorMetadata.phpnu[PK/ ZmXv3vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaSubnetwork.phpnu[PK/ Z?p_vvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsZoneMetadata.phpnu[PK/ ZgTuYvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/PeeredDnsDomain.phpnu[PK/ Z<+Z vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddRolesMetadata.phpnu[PK/ Z1Ď K K RQvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/HttpRule.phpnu[PK/ ZPvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Status.phpnu[PK/ Z!Wvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Documentation.phpnu[PK/ ZxX( \[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsZoneResponse.phpnu[PK/ ZZ2*avendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsRecordSetMetadata.phpnu[PK/ ZؿrTvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SourceInfo.phpnu[PK/ Zއ;[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddDnsZoneRequest.phpnu[PK/ Zʍ/eA vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoredResourceDescriptor.phpnu[PK/ Z05cvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsRecordSetRequest.phpnu[PK/ Zqޭ^4vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsZoneRequest.phpnu[PK/ Z%gHQvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DnsZone.phpnu[PK/ Z_ϙYLL\6"vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LoggingDestination.phpnu[PK/ ZpZgPP`'vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListOperationsResponse.phpnu[PK/ ZJAb,vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionMetadata.phpnu[PK/ ZZ/0vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddRolesResponse.phpnu[PK/ Z^^Q]5vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Control.phpnu[PK/ ZL<<]<9vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameterRule.phpnu[PK/ ZHLH_?vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/RemoveDnsZoneResponse.phpnu[PK/ Z66c@Bvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UpdateDnsRecordSetRequest.phpnu[PK/ ZpUD__Y Kvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ConsumerProject.phpnu[PK/ ZdNvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UpdateDnsRecordSetMetadata.phpnu[PK/ Zƨ  N6Rvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Enum.phpnu[PK/ Z+jU[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomError.phpnu[PK/ Z_gg_,avendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoringDestination.phpnu[PK/ ZYл  M"fvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Api.phpnu[PK/ ZEXXqvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Authentication.phpnu[PK/ ZFP7xvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Method.phpnu[PK/ Z0[vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.phpnu[PK/ Zovendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.phpnu[PK/ ZfttWvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LogDescriptor.phpnu[PK/ ZHv~vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaConnection.phpnu[PK/ ZOvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Mixin.phpnu[PK/ Z5v[Jvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DocumentationRule.phpnu[PK/ Z2Zvendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SecondaryIpRange.phpnu[PK/ Z*ȳ^vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SecondaryIpRangeSpec.phpnu[PK/ Z J F6vendor/google/apiclient-services/src/Google/Service/Groupssettings.phpnu[PK/ Zg}}`ovendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInsertionOrdersResponse.phpnu[PK/ Zf} T|vendor/google/apiclient-services/src/Google/Service/DisplayVideo/FloodlightGroup.phpnu[PK/ Zco&&eʋvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedUserRolesRequest.phpnu[PK/ ZvNbыvendor/google/apiclient-services/src/Google/Service/DisplayVideo/TimeRange.phpnu[PK/ ZY  kՋvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LanguageAssignedTargetingOptionDetails.phpnu[PK/ ZPrrwvۋvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAdvertiserAssignedTargetingOptionsResponse.phpnu[PK/ Z ""Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListPartnersResponse.phpnu[PK/ Z9˳AAI:vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Date.phpnu[PK/ Z[WRRPvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerCost.phpnu[PK/ Zkkevendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceTypeTargetingOptionDetails.phpnu[PK/ Z6 ddnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/EnvironmentAssignedTargetingOptionDetails.phpnu[PK/ Z5Mwwjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/OperatingSystemTargetingOptionDetails.phpnu[PK/ Zk4B//Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignsResponse.phpnu[PK/ ZPee_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/FirstAndThirdPartyAudience.phpnu[PK/ ZCYvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceGroup.phpnu[PK/ Zw%Zvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceStatus.phpnu[PK/ Z)\LLke$vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AgeRangeAssignedTargetingOptionDetails.phpnu[PK/ Zzu rL)vendor/google/apiclient-services/src/Google/Service/DisplayVideo/VideoPlayerSizeAssignedTargetingOptionDetails.phpnu[PK/ Z;ppur.vendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditLineItemAssignedTargetingOptionsResponse.phpnu[PK/ Zpr4vendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceAssignedTargetingOptionDetails.phpnu[PK/ Z{*  X8vendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateAssetResponse.phpnu[PK/ ZZSdddnz=vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ViewabilityAssignedTargetingOptionDetails.phpnu[PK/ Z~ٮd|Bvendor/google/apiclient-services/src/Google/Service/DisplayVideo/FirstAndThirdPartyAudienceGroup.phpnu[PK/ Z&~ÔUGvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CombinedAudience.phpnu[PK/ Z;ij>Mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateAssignedTargetingOptionsRequest.phpnu[PK/ Zl sSvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentOutstreamPositionTargetingOptionDetails.phpnu[PK/ Z"  tIXvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditLineItemAssignedTargetingOptionsRequest.phpnu[PK/ Z Eb_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedLocationsResponse.phpnu[PK/ Z=Cefvendor/google/apiclient-services/src/Google/Service/DisplayVideo/TrackingFloodlightActivityConfig.phpnu[PK/ Z jrvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceMakeModelAssignedTargetingOptionDetails.phpnu[PK/ Z ģevendor/google/apiclient-services/src/Google/Service/DisplayVideo/CombinedAudienceTargetingSetting.phpnu[PK/ ZtyU{ vendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListInsertionOrderAssignedTargetingOptionsResponse.phpnu[PK/ ZO2ovendor/google/apiclient-services/src/Google/Service/DisplayVideo/FirstAndThirdPartyAudienceTargetingSetting.phpnu[PK/ Z}}Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/CampaignFlight.phpnu[PK/ ZR*Uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedUserRole.phpnu[PK/ ZqD__g$vendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceVideoCreativeConfig.phpnu[PK/ ZW1~OOW(vendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreateAssetRequest.phpnu[PK/ Zj,vendor/google/apiclient-services/src/Google/Service/DisplayVideo/VideoPlayerSizeTargetingOptionDetails.phpnu[PK/ Z3>CI0vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Site.phpnu[PK/ Zc\  kE5vendor/google/apiclient-services/src/Google/Service/DisplayVideo/CategoryAssignedTargetingOptionDetails.phpnu[PK/ Z>//Z:vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCreativesResponse.phpnu[PK/ ZWϿLN@vendor/google/apiclient-services/src/Google/Service/DisplayVideo/DateRange.phpnu[PK/ ZhŌnFvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AppCategoryAssignedTargetingOptionDetails.phpnu[PK/ Z LeLvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditNegativeKeywordsResponse.phpnu[PK/ Z>``bQvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.phpnu[PK/ Z=WWflvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.phpnu[PK/ Z) y\\Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Media.phpnu[PK/ ZA_vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/CombinedAudiences.phpnu[PK/ ZJvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions.phpnu[PK/ Z\._?vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersAssets.phpnu[PK/ Z ]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/GoogleAudiences.phpnu[PK/ Zgہ}Ďvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordListsNegativeKeywords.phpnu[PK/ Z7n^ߎvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/InventorySources.phpnu[PK/ Z %%avvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannels.phpnu[PK/ Z-C . .b,vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItems.phpnu[PK/ Z.c3vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannelsSites.phpnu[PK/ Z$_c))YjJvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Advertisers.phpnu[PK/ Zs yy{tvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/InventorySourceGroupsAssignedInventorySources.phpnu[PK/ Z\vc c Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/CustomLists.phpnu[PK/ Z:A?Svendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Users.phpnu[PK/ Zg@((hvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersInsertionOrders.phpnu[PK/ Z~Viimrvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordLists.phpnu[PK/ Zmnnxvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersTargetingTypesAssignedTargetingOptions.phpnu[PK/ Z,KKfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLocationLists.phpnu[PK/ Z""ev-vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/CustomBiddingAlgorithms.phpnu[PK/ Z$ͭ^-@vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Sdfdownloadtasks.phpnu[PK/ Z>aVHvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Partners.phpnu[PK/ Z#,iYvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/FirstAndThirdPartyAudiences.phpnu[PK/ Z=vjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersInsertionOrdersTargetingTypes.phpnu[PK/ Z!;!!bnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCreatives.phpnu[PK/ Zcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/InventorySourceGroups.phpnu[PK/ ZIlXvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/TargetingTypesTargetingOptions.phpnu[PK/ Z{gdvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersTargetingTypes.phpnu[PK/ ZVі\.Ővendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/TargetingTypes.phpnu[PK/ ZUlNNwPɐvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLocationListsAssignedLocations.phpnu[PK/ ZҤuugEvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersManualTriggers.phpnu[PK/ Z(cpQvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItemsTargetingTypes.phpnu[PK/ Zgvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersTargetingTypes.phpnu[PK/ ZS]0 0 ^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/FloodlightGroups.phpnu[PK/ ZSYhhvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/SdfdownloadtasksOperations.phpnu[PK/ Z[ vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItemsTargetingTypesAssignedTargetingOptions.phpnu[PK/ Z+2^`5vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannels.phpnu[PK/ Z\&]]|Jvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersTargetingTypesAssignedTargetingOptions.phpnu[PK/ Zvcvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DigitalContentLabelAssignedTargetingOptionDetails.phpnu[PK/ ZW@STivendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeConfig.phpnu[PK/ Zunvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListLineItemAssignedTargetingOptionsResponse.phpnu[PK/ ZorSuvendor/google/apiclient-services/src/Google/Service/DisplayVideo/HouseholdIncomeAssignedTargetingOptionDetails.phpnu[PK/ Zmrfyzvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedLocationsResponse.phpnu[PK/ Zϐ6  Uvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedLocation.phpnu[PK/ Zxklvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeAssignedTargetingOptionDetails.phpnu[PK/ Z>!Kjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/HouseholdIncomeTargetingOptionDetails.phpnu[PK/ Z+m]֍vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserAdServerConfig.phpnu[PK/ Zc"vendor/google/apiclient-services/src/Google/Service/DisplayVideo/GoogleAudienceTargetingSetting.phpnu[PK/ ZaKKNHvendor/google/apiclient-services/src/Google/Service/DisplayVideo/MobileApp.phpnu[PK/ Z|&&evendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedLocationsRequest.phpnu[PK/ Z /tc̥vendor/google/apiclient-services/src/Google/Service/DisplayVideo/SearchTargetingOptionsResponse.phpnu[PK0 Zdd\뫑vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedTargetingOption.phpnu[PK0 Z=[[cVvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeTargetingOptionDetails.phpnu[PK0 Z,ˆSDvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InsertionOrder.phpnu[PK0 Z<г||qM+vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ParentalStatusAssignedTargetingOptionDetails.phpnu[PK0 Z @@aj0vendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyVideoViewability.phpnu[PK0 ZST;6vendor/google/apiclient-services/src/Google/Service/DisplayVideo/BiddingStrategy.phpnu[PK0 Zק>zz]?vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ConversionCountingConfig.phpnu[PK0 Z> ^RFvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ManualTrigger.phpnu[PK0 ZR JLLQTOvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LocationList.phpnu[PK0 ZU]!Vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserCreativeConfig.phpnu[PK0 Zu_MDU]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AudioVideoOffset.phpnu[PK0 Zțk bvendor/google/apiclient-services/src/Google/Service/DisplayVideo/OnScreenPositionTargetingOptionDetails.phpnu[PK0 Ze  cBfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerifyDisplayViewability.phpnu[PK0 Zoobjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BrowserTargetingOptionDetails.phpnu[PK0 Z66pnvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AudienceGroupAssignedTargetingOptionDetails.phpnu[PK0 Z Tavendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInventorySourcesResponse.phpnu[PK0 Zc;;SӇvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CreativeConfig.phpnu[PK0 Zm3SSYvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InsertionOrderBudget.phpnu[PK0 Z6qmvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AuthorizedSellerStatusTargetingOptionDetails.phpnu[PK0 ZÊSٛvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GoogleAudience.phpnu[PK0 ZK`))mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedInventorySourcesResponse.phpnu[PK0 Z(II\⧒vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCustomListsResponse.phpnu[PK0 Zw>dh(vendor/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionTargetingOptionDetails.phpnu[PK0 ZfdJ:-vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Asset.phpnu[PK0 ZͶMV1vendor/google/apiclient-services/src/Google/Service/DisplayVideo/DisplayvideoEmpty.phpnu[PK0 ZY4vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ThirdPartyOnlyConfig.phpnu[PK0 Z}v!9vendor/google/apiclient-services/src/Google/Service/DisplayVideo/UserRewardedContentAssignedTargetingOptionDetails.phpnu[PK0 Z'܌Rk>vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ThirdPartyUrl.phpnu[PK0 Z/nZnBvendor/google/apiclient-services/src/Google/Service/DisplayVideo/UserRewardedContentTargetingOptionDetails.phpnu[PK0 Z\iFvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ParentalStatusTargetingOptionDetails.phpnu[PK0 Z͘( ( SKvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CmHybridConfig.phpnu[PK0 Zp1ssfTvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AppCategoryTargetingOptionDetails.phpnu[PK0 Z쯶jXvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ChannelAssignedTargetingOptionDetails.phpnu[PK0 Z̤Nx]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/Operation.phpnu[PK0 Z]jdvendor/google/apiclient-services/src/Google/Service/DisplayVideo/KeywordAssignedTargetingOptionDetails.phpnu[PK0 Z7iKivendor/google/apiclient-services/src/Google/Service/DisplayVideo/Status.phpnu[PK0 ZEEL5nvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Channel.phpnu[PK0 Z԰ctvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeactivateManualTriggerRequest.phpnu[PK0 Z?0UYxvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeReviewStatus.phpnu[PK0 Z'3]y|vendor/google/apiclient-services/src/Google/Service/DisplayVideo/MaximizeSpendBidStrategy.phpnu[PK0 Znwsvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditPartnerAssignedTargetingOptionsRequest.phpnu[PK0 ZzGITvendor/google/apiclient-services/src/Google/Service/DisplayVideo/CustomListGroup.phpnu[PK0 Z{ssfvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ViewabilityTargetingOptionDetails.phpnu[PK0 Z^Jwwjvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceMakeModelTargetingOptionDetails.phpnu[PK0 Zkʗvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ActiveViewVideoViewabilityMetricConfig.phpnu[PK0 ZgbPvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCombinedAudiencesResponse.phpnu[PK0 ZWjyvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeleteAssignedTargetingOptionsRequest.phpnu[PK0 ZpiZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PublisherReviewStatus.phpnu[PK0 ZUvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssetAssociation.phpnu[PK0 Z"Z^s̴vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAdvertiserAssignedTargetingOptionsResponse.phpnu[PK0 Z9iKKakvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GenderTargetingOptionDetails.phpnu[PK0 Z=\A""OGvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Dimensions.phpnu[PK0 ZM_##WÓvendor/google/apiclient-services/src/Google/Service/DisplayVideo/IntegrationDetails.phpnu[PK0 Z\ȓvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserGeneralConfig.phpnu[PK0 Zv>""Y͓vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListChannelsResponse.phpnu[PK0 Z  Nӓvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExitEvent.phpnu[PK0 Z;M.dٓvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditNegativeKeywordsRequest.phpnu[PK0 Z[#Vߓvendor/google/apiclient-services/src/Google/Service/DisplayVideo/MeasurementConfig.phpnu[PK0 ZwZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceGroupAssignedTargetingOptionDetails.phpnu[PK0 Z=wvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListAdvertiserAssignedTargetingOptionsResponse.phpnu[PK0 ZYxfyvendor/google/apiclient-services/src/Google/Service/DisplayVideo/UrlAssignedTargetingOptionDetails.phpnu[PK0 Z\\mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DeviceTypeAssignedTargetingOptionDetails.phpnu[PK0 Zl#Vvendor/google/apiclient-services/src/Google/Service/DisplayVideo/IntegralAdScience.phpnu[PK0 ZW5$$X vendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerRevenueModel.phpnu[PK0 Z  fvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditAssignedUserRolesResponse.phpnu[PK0 Z]FNHvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SdfConfig.phpnu[PK0 Z Yvendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerGeneralConfig.phpnu[PK0 ZZ]vendor/google/apiclient-services/src/Google/Service/DisplayVideo/CombinedAudienceGroup.phpnu[PK0 ZSssf#vendor/google/apiclient-services/src/Google/Service/DisplayVideo/EnvironmentTargetingOptionDetails.phpnu[PK0 Zw'vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListInsertionOrderAssignedTargetingOptionsResponse.phpnu[PK0 Zb=BB\8.vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AssignedInventorySource.phpnu[PK0 ZhTT\4vendor/google/apiclient-services/src/Google/Service/DisplayVideo/PartnerDataAccessConfig.phpnu[PK0 Z://Z8vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListLineItemsResponse.phpnu[PK0 ZiS>vendor/google/apiclient-services/src/Google/Service/DisplayVideo/LineItemBudget.phpnu[PK0 ZO9S*Dvendor/google/apiclient-services/src/Google/Service/DisplayVideo/LineItemFlight.phpnu[PK0 ZE[f}Jvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AppAssignedTargetingOptionDetails.phpnu[PK0 Z dnOvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SubExchangeAssignedTargetingOptionDetails.phpnu[PK0 Z{hTvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListCustomBiddingAlgorithmsResponse.phpnu[PK0 Z־iZvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedInventorySourcesResponse.phpnu[PK0 Zpiravendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentInstreamPositionTargetingOptionDetails.phpnu[PK0 Zl4pevendor/google/apiclient-services/src/Google/Service/DisplayVideo/CarrierAndIspAssignedTargetingOptionDetails.phpnu[PK0 Z6l5kvendor/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionAssignedTargetingOptionDetails.phpnu[PK0 Zx$J J Nqvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Transcode.phpnu[PK0 Zk"}}ir|vendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceDisplayCreativeConfig.phpnu[PK0 Z44Mvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Creative.phpnu[PK0 Z?`jjXvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserSdfConfig.phpnu[PK0 Zm~~Uxvendor/google/apiclient-services/src/Google/Service/DisplayVideo/FixedBidStrategy.phpnu[PK0 ZDîa{vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ActivateManualTriggerRequest.phpnu[PK0 ZY|ssfÔvendor/google/apiclient-services/src/Google/Service/DisplayVideo/SubExchangeTargetingOptionDetails.phpnu[PK0 Z;Qǔvendor/google/apiclient-services/src/Google/Service/DisplayVideo/DoubleVerify.phpnu[PK0 Z| 89Yؔvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesRequest.phpnu[PK0 ZpeOߔvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListNegativeKeywordListsResponse.phpnu[PK0 Zf FFbvendor/google/apiclient-services/src/Google/Service/DisplayVideo/ExchangeConfigEnabledExchange.phpnu[PK0 Z;+  jzvendor/google/apiclient-services/src/Google/Service/DisplayVideo/BrowserAssignedTargetingOptionDetails.phpnu[PK0 Z[[cvendor/google/apiclient-services/src/Google/Service/DisplayVideo/AgeRangeTargetingOptionDetails.phpnu[PK0 Z##_ vendor/google/apiclient-services/src/Google/Service/DisplayVideo/PerformanceGoalBidStrategy.phpnu[PK0 ZŒ6II\vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListAdvertisersResponse.phpnu[PK0 ZZbcc^vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListLocationListsResponse.phpnu[PK0 ZsZ vendor/google/apiclient-services/src/Google/Service/DisplayVideo/InventorySourceFilter.phpnu[PK0 Z?:a vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ListNegativeKeywordsResponse.phpnu[PK0 ZuD((svendor/google/apiclient-services/src/Google/Service/DisplayVideo/OnScreenPositionAssignedTargetingOptionDetails.phpnu[PK0 Z~Kvendor/google/apiclient-services/src/Google/Service/DisplayVideo/Pacing.phpnu[PK0 Zğ ^" vendor/google/apiclient-services/src/Google/Service/DisplayVideo/AdvertiserTargetingConfig.phpnu[PK0 Z5v``z$vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentInstreamPositionAssignedTargetingOptionDetails.phpnu[PK0 ZIT*vendor/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeyword.phpnu[PK0 Zs}f]2/vendor/google/apiclient-services/src/Google/Service/DisplayVideo/TargetingExpansionConfig.phpnu[PK0 ZϚX4vendor/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordList.phpnu[PK0 Z箷hh{:vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ContentOutstreamPositionAssignedTargetingOptionDetails.phpnu[PK0 ZD2E@vendor/google/apiclient-services/src/Google/Service/DriveActivity.phpnu[PK0 ZVT 44J6Uvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Job.phpnu[PK0 Z6Wgvendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListJobsResponse.phpnu[PK0 ZYqW aamvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.phpnu[PK0 ZWewvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.phpnu[PK0 ZyRXX;vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/Projects.phpnu[PK0 Zi;rd77\Ivendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListLocationsResponse.phpnu[PK0 Z)b##W vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineRouting.phpnu[PK0 ZtS=Zvendor/google/apiclient-services/src/Google/Service/CloudScheduler/CloudschedulerEmpty.phpnu[PK0 Z*vT窕vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PubsubMessage.phpnu[PK0 ZT@Rvendor/google/apiclient-services/src/Google/Service/CloudScheduler/RetryConfig.phpnu[PK0 ZVVZ丕vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineHttpTarget.phpnu[PK0 ZΘؘSvendor/google/apiclient-services/src/Google/Service/CloudScheduler/PubsubTarget.phpnu[PK0 ZXWŕvendor/google/apiclient-services/src/Google/Service/CloudScheduler/ResumeJobRequest.phpnu[PK0 ZM ɕvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Status.phpnu[PK0 Z^5Q$Εvendor/google/apiclient-services/src/Google/Service/CloudScheduler/HttpTarget.phpnu[PK0 Z_t??P$וvendor/google/apiclient-services/src/Google/Service/CloudScheduler/OidcToken.phpnu[PK0 ZOەvendor/google/apiclient-services/src/Google/Service/CloudScheduler/Location.phpnu[PK0 Zja00IJvendor/google/apiclient-services/src/Google/Service/DataprocMetastore.phpnu[PK0 Z;]]Pvendor/google/apiclient-services/src/Google/Service/OSConfig/OneTimeSchedule.phpnu[PK0 Z] Nqvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryItem.phpnu[PK0 Zl}JJL!vendor/google/apiclient-services/src/Google/Service/OSConfig/PatchConfig.phpnu[PK0 Z  O0vendor/google/apiclient-services/src/Google/Service/OSConfig/WeekDayOfMonth.phpnu[PK0 Z M/5vendor/google/apiclient-services/src/Google/Service/OSConfig/PatchRollout.phpnu[PK0 Z;y 2V:vendor/google/apiclient-services/src/Google/Service/OSConfig/CancelPatchJobRequest.phpnu[PK0 Z@-|  ^=vendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryWindowsUpdatePackage.phpnu[PK0 ZʐVIvendor/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobsResponse.phpnu[PK0 Z5 R*Ovendor/google/apiclient-services/src/Google/Service/OSConfig/RecurringSchedule.phpnu[PK0 ZUJg\vendor/google/apiclient-services/src/Google/Service/OSConfig/Inventory.phpnu[PK0 Z N~bvendor/google/apiclient-services/src/Google/Service/OSConfig/OsconfigEmpty.phpnu[PK0 Z.r2ffTevendor/google/apiclient-services/src/Google/Service/OSConfig/PatchInstanceFilter.phpnu[PK0 Z^f4smvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryWindowsUpdatePackageWindowsUpdateCategory.phpnu[PK0 Z߈Jqvendor/google/apiclient-services/src/Google/Service/OSConfig/GcsObject.phpnu[PK0 Zst\ \ Twvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/Operations.phpnu[PK0 Z nnRvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/Projects.phpnu[PK0 ZӾ jvendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/ProjectsPatchJobsInstanceDetails.phpnu[PK0 Z[vendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/ProjectsPatchJobs.phpnu[PK0 Zab vendor/google/apiclient-services/src/Google/Service/OSConfig/Resource/ProjectsPatchDeployments.phpnu[PK0 Z}L"vendor/google/apiclient-services/src/Google/Service/OSConfig/AptSettings.phpnu[PK0 ZfIvendor/google/apiclient-services/src/Google/Service/OSConfig/ExecStep.phpnu[PK0 Z^)) Wvendor/google/apiclient-services/src/Google/Service/OSConfig/ExecutePatchJobRequest.phpnu[PK0 ZpdƖvendor/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobInstanceDetailsResponse.phpnu[PK0 Zd^J;͖vendor/google/apiclient-services/src/Google/Service/OSConfig/TimeOfDay.phpnu[PK0 Z7HH^Җvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchInstanceFilterGroupLabel.phpnu[PK0 Z9KKU֖vendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryZypperPatch.phpnu[PK0 Z!Ocܖvendor/google/apiclient-services/src/Google/Service/OSConfig/ExecStepConfig.phpnu[PK0 ZgvvJvendor/google/apiclient-services/src/Google/Service/OSConfig/Operation.phpnu[PK0 ZGvendor/google/apiclient-services/src/Google/Service/OSConfig/Status.phpnu[PK0 ZH2i Ovendor/google/apiclient-services/src/Google/Service/OSConfig/FixedOrPercent.phpnu[PK0 ZOYDHHO vendor/google/apiclient-services/src/Google/Service/OSConfig/ZypperSettings.phpnu[PK0 Zʙ߄kvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryWindowsQuickFixEngineeringPackage.phpnu[PK0 Z9P87Zvendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryVersionedPackage.phpnu[PK0 Z2C,,WLvendor/google/apiclient-services/src/Google/Service/OSConfig/ListOperationsResponse.phpnu[PK0 Z//Y vendor/google/apiclient-services/src/Google/Service/OSConfig/InventorySoftwarePackage.phpnu[PK0 Zut@BBVvendor/google/apiclient-services/src/Google/Service/OSConfig/WindowsUpdateSettings.phpnu[PK0 Z<\P%vendor/google/apiclient-services/src/Google/Service/OSConfig/MonthlySchedule.phpnu[PK0 Z+\P+vendor/google/apiclient-services/src/Google/Service/OSConfig/InventoryOsInfo.phpnu[PK0 Z zz]A4vendor/google/apiclient-services/src/Google/Service/OSConfig/ListPatchDeploymentsResponse.phpnu[PK0 Z3INNOH:vendor/google/apiclient-services/src/Google/Service/OSConfig/WeeklySchedule.phpnu[PK0 Zvendor/google/apiclient-services/src/Google/Service/OSConfig/YumSettings.phpnu[PK0 ZLK %%_CDvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchJobInstanceDetailsSummary.phpnu[PK0 ZXeIWvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchJob.phpnu[PK0 Zw>>Xbjvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchJobInstanceDetails.phpnu[PK0 Zmr;I(qvendor/google/apiclient-services/src/Google/Service/OSConfig/TimeZone.phpnu[PK0 Z.zP[uvendor/google/apiclient-services/src/Google/Service/OSConfig/PatchDeployment.phpnu[PK0 Z"M܂LɅvendor/google/apiclient-services/src/Google/Service/OSConfig/GooSettings.phpnu[PK0 Z| !!Sވvendor/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement.phpnu[PK0 Z`OJvendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.phpnu[PK0 ZfЂnP²vendor/google/apiclient-services/src/Google/Service/Urlshortener/StringCount.phpnu[PK0 Z2AZ  Uvendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.phpnu[PK0 Z>bvendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupMembershipNameResponse.phpnu[PK0 ZЉ!!`fvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GetMembershipGraphResponse.phpnu[PK0 Z  vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse.phpnu[PK0 ZQQTvendor/google/apiclient-services/src/Google/Service/CloudIdentity/UserInvitation.phpnu[PK0 Z:"99] vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupGroupNameResponse.phpnu[PK0 Z5 Q}nvendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse.phpnu[PK0 ZܹFTTvendor/google/apiclient-services/src/Google/Service/CloudIdentity/MemberRelation.phpnu[PK0 Ze⭾DDbvendor/google/apiclient-services/src/Google/Service/CloudIdentity/ModifyMembershipRolesRequest.phpnu[PK0 Zf::^$vendor/google/apiclient-services/src/Google/Service/CloudIdentity/TransitiveMembershipRole.phpnu[PK0 Zr?~(vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse.phpnu[PK0 Z^ q3.vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1ClientState.phpnu[PK0 Z؟oow;vendor/google/apiclient-services/src/Google/Service/CloudIdentity/GoogleAppsCloudidentityDevicesV1WipeDeviceRequest.phpnu[PK0 Z eei?vendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchTransitiveMembershipsResponse.phpnu[PK0 ZUDXEvendor/google/apiclient-services/src/Google/Service/CloudIdentity/DynamicGroupStatus.phpnu[PK0 Z hZ8Jvendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchGroupsResponse.phpnu[PK0 Z]Wn]Ovendor/google/apiclient-services/src/Google/Service/CloudIdentity/MembershipAdjacencyList.phpnu[PK0 ZNѵ  X1vendor/google/apiclient-services/src/Google/Service/People.phpnu[PK0 Z2m|))LFvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning.phpnu[PK0 ZŒIhpvendor/google/apiclient-services/src/Google/Service/PlayableLocations.phpnu[PK0 Zr˅Ayvendor/google/apiclient-services/src/Google/Service/Licensing.phpnu[PK0 ZjDjjkvendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.phpnu[PK0 Z.NN]vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.phpnu[PK0 ZBUmm\vvendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.phpnu[PK0 Z zzZovendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.phpnu[PK0 Z}[svendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.phpnu[PK0 ZSVTvendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.phpnu[PK0 Z¯~Tvendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.phpnu[PK0 ZO&I\嶚vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.phpnu[PK0 Z'2  ivendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.phpnu[PK0 ZMwbAvendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.phpnu[PK0 Z&cŚvendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.phpnu[PK0 Z[dɚvendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.phpnu[PK0 Z1bfΚvendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestLinkRequestPayload.phpnu[PK0 Z ˭YӚvendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.phpnu[PK0 Z4"\vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/AgentUsers.phpnu[PK0 Zeފj0vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.phpnu[PK0 Z y99VTvendor/google/apiclient-services/src/Google/Service/HomeGraphService/NonLocalTrait.phpnu[PK0 Z^^Svendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.phpnu[PK0 Z;(DD[vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestLinkRequest.phpnu[PK0 Zu$$V vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.phpnu[PK0 Z TuuOmvendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.phpnu[PK0 ZM++Vavendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.phpnu[PK0 Z1%W%vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.phpnu[PK0 Z&&U=(vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.phpnu[PK0 Z#TU-vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequest.phpnu[PK0 Z9++SF4vendor/google/apiclient-services/src/Google/Service/CloudIAP/ListBrandsResponse.phpnu[PK0 Z1 1 O8vendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessSettings.phpnu[PK0 ZwCCKCvendor/google/apiclient-services/src/Google/Service/CloudIAP/PolicyName.phpnu[PK0 Z2YbHvendor/google/apiclient-services/src/Google/Service/CloudIAP/PolicyDelegationSettings.phpnu[PK0 ZzRRLsPvendor/google/apiclient-services/src/Google/Service/CloudIAP/CsmSettings.phpnu[PK0 Z~TATvendor/google/apiclient-services/src/Google/Service/CloudIAP/SetIamPolicyRequest.phpnu[PK0 ZBbhhGXvendor/google/apiclient-services/src/Google/Service/CloudIAP/Policy.phpnu[PK0 Z^L^vendor/google/apiclient-services/src/Google/Service/CloudIAP/IapResource.phpnu[PK0 ZQ9ݴHHT-dvendor/google/apiclient-services/src/Google/Service/CloudIAP/GetIamPolicyRequest.phpnu[PK0 Zu$ [hvendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsResponse.phpnu[PK0 ZEV V Xmvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/ProjectsBrands.phpnu[PK0 Z'UUqyvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/ProjectsBrandsIdentityAwareProxyClients.phpnu[PK0 Z3ddRvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/Projects.phpnu[PK0 Z7[PPLؔvendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/V1.phpnu[PK0 Z7 Lvendor/google/apiclient-services/src/Google/Service/CloudIAP/IapSettings.phpnu[PK0 Z F0vendor/google/apiclient-services/src/Google/Service/CloudIAP/Brand.phpnu[PK0 Zf YKvendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessDeniedPageSettings.phpnu[PK0 Z*{BBMrvendor/google/apiclient-services/src/Google/Service/CloudIAP/GcipSettings.phpnu[PK0 ZD}}M1vendor/google/apiclient-services/src/Google/Service/CloudIAP/CorsSettings.phpnu[PK0 ZqZ{{H+śvendor/google/apiclient-services/src/Google/Service/CloudIAP/Binding.phpnu[PK0 Z&}MMN˛vendor/google/apiclient-services/src/Google/Service/CloudIAP/OAuthSettings.phpnu[PK0 ZIΛvendor/google/apiclient-services/src/Google/Service/CloudIAP/IapEmpty.phpnu[PK0 ZHhhTћvendor/google/apiclient-services/src/Google/Service/CloudIAP/ApplicationSettings.phpnu[PK0 Z}PTZٛvendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsRequest.phpnu[PK0 Z!Yޛvendor/google/apiclient-services/src/Google/Service/CloudIAP/IdentityAwareProxyClient.phpnu[PK0 Z%k vendor/google/apiclient-services/src/Google/Service/CloudIAP/ResetIdentityAwareProxyClientSecretRequest.phpnu[PK0 ZFQsvendor/google/apiclient-services/src/Google/Service/CloudIAP/GetPolicyOptions.phpnu[PK0 Z/fvendor/google/apiclient-services/src/Google/Service/CloudIAP/ListIdentityAwareProxyClientsResponse.phpnu[PK0 ZoIIE$vendor/google/apiclient-services/src/Google/Service/CloudIAP/Expr.phpnu[PK0 Z/f<<Svendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.phpnu[PK0 Z{+xxY4vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.phpnu[PK0 Zv']9vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.phpnu[PK0 Z񉲭`+>vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.phpnu[PK0 ZٷYBvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdate.phpnu[PK0 Zzff]Hvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateList.phpnu[PK0 ZbOvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/RollingUpdates.phpnu[PK0 Z b pvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/ZoneOperations.phpnu[PK0 ZZ6\i{vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.phpnu[PK0 Z9>))Tvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.phpnu[PK0 Z$&^?vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.phpnu[PK0 Z_Yvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.phpnu[PK0 Zbb\pvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateList.phpnu[PK0 Z-d^vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.phpnu[PK0 Z5.=cvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.phpnu[PK0 ZgZ  ^vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.phpnu[PK0 Z%Q XLvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationList.phpnu[PK0 Z8dXvendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdate.phpnu[PK0 Z쮉 RRCҜvendor/google/apiclient-services/src/Google/Service/AdSenseHost.phpnu[PK0 Z\6&vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/SocketAddress.phpnu[PK0 ZW@=[-vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/RegexMatcher.phpnu[PK0 Z|\43vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DoubleMatcher.phpnu[PK0 ZYb8vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClientStatusRequest.phpnu[PK0 Z4Eyz z ^=vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicListener.phpnu[PK0 Z`,_Ivendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/RoutesConfigDump.phpnu[PK0 ZC; ]Qvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicCluster.phpnu[PK0 ZƠ}}ZVvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/NodeMatcher.phpnu[PK0 Z e. []vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/PerXdsConfig.phpnu[PK0 Z 쎝eAjvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ScopedRoutesConfigDump.phpnu[PK0 ZhTzzXsrvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/GoogleRE2.phpnu[PK0 Z2qauvvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicRouteConfig.phpnu[PK0 ZhS{vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Node.phpnu[PK0 Z@:Ua vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Resource/Discovery.phpnu[PK0 Z<<Vvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Address.phpnu[PK0 Z2rrWJvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Locality.phpnu[PK0 Z Z [Cvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ValueMatcher.phpnu[PK0 Z)վ a~vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClustersConfigDump.phpnu[PK0 Zf**Xʹvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Extension.phpnu[PK0 Z)^vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/SemanticVersion.phpnu[PK0 Zψ  \vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StaticCluster.phpnu[PK0 Z݀,,`dƝvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StaticRouteConfig.phpnu[PK0 Z}&Z ˝vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DoubleRange.phpnu[PK0 Z+ezzcnϝvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClientStatusResponse.phpnu[PK0 Z*c{ԝvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicListenerState.phpnu[PK0 ZW3bٝvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ListenersConfigDump.phpnu[PK0 Z4mhvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/DynamicScopedRouteConfigs.phpnu[PK0 ZIҢ\vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StringMatcher.phpnu[PK0 Z MX]vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StaticListener.phpnu[PK0 ZAm!++gOvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/InlineScopedRouteConfigs.phpnu[PK0 Zc\\vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/StructMatcher.phpnu[PK0 ZRffZvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ListMatcher.phpnu[PK0 Z~22avendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/UpdateFailureState.phpnu[PK0 ZpzXl vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/NullMatch.phpnu[PK0 ZRi--[vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/BuildVersion.phpnu[PK0 Z;u8SQvendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/Pipe.phpnu[PK0 ZKo##[vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/ClientConfig.phpnu[PK0 Z)//Z? vendor/google/apiclient-services/src/Google/Service/TrafficDirectorService/PathSegment.phpnu[PK0 Z\%S#vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.phpnu[PK0 ZݶIb)vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilter.phpnu[PK0 Z딹00U0vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesResponse.phpnu[PK0 ZW6vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesResponse.phpnu[PK0 Z)BQ:vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteRangeRequest.phpnu[PK0 ZrrW4@vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.phpnu[PK0 Z:Eل N-Ivendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickData.phpnu[PK0 ZԒ?!!F/Svendor/google/apiclient-services/src/Google/Service/Sheets/RowData.phpnu[PK0 Zy1VWvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesRequest.phpnu[PK0 Zx[GGVd^vendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.phpnu[PK0 Z&wa1bvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.phpnu[PK0 Z??Sgvendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.phpnu[PK0 ZvvIlvendor/google/apiclient-services/src/Google/Service/Sheets/FilterSpec.phpnu[PK0 Z`t``Ltvendor/google/apiclient-services/src/Google/Service/Sheets/HistogramRule.phpnu[PK0 Z1Ekk]dyvendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataRequest.phpnu[PK0 Z*P\~vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickSeries.phpnu[PK0 ZN  N䂞vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupLimit.phpnu[PK0 Z*QQanvendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterResponse.phpnu[PK0 Z|2\cPvendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterResponse.phpnu[PK0 ZQQYbvendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewRequest.phpnu[PK0 ZPguuQ<vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.phpnu[PK0 ZV!IIQ2vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.phpnu[PK0 Z'^vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataResponse.phpnu[PK0 ZU(vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.phpnu[PK0 Zo JJb]vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleResponse.phpnu[PK0 ZVGc9vendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.phpnu[PK0 Z˝_Mvendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.phpnu[PK0 Z  Lvendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedChart.phpnu[PK0 Z6a}}N:Ǟvendor/google/apiclient-services/src/Google/Service/Sheets/CutPasteRequest.phpnu[PK0 Zvhhb5Ξvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.phpnu[PK0 Z=@66N/֞vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramSeries.phpnu[PK0 ZttXݞvendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.phpnu[PK0 Z HHPvendor/google/apiclient-services/src/Google/Service/Sheets/BigQueryQuerySpec.phpnu[PK0 Z=ȷOvendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.phpnu[PK0 ZHffRvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceParameter.phpnu[PK0 ZsAFvendor/google/apiclient-services/src/Google/Service/Sheets/Borders.phpnu[PK0 ZhĬ GWvendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.phpnu[PK0 ZBD Nz vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceTable.phpnu[PK0 ZhBH^vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataResponse.phpnu[PK0 Z&]_Zvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.phpnu[PK0 ZU ӓJ$vendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.phpnu[PK0 ZiIS2a-vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleRequest.phpnu[PK0 Z W33S92vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.phpnu[PK0 ZO:vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceColumn.phpnu[PK0 Z^! ! d@vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterResponse.phpnu[PK0 ZK_kG5Jvendor/google/apiclient-services/src/Google/Service/Sheets/GridData.phpnu[PK0 ZbXDOSvendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.phpnu[PK0 Zg?ddPIXvendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadata.phpnu[PK0 Zt)G-`vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.phpnu[PK0 ZLPuvendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.phpnu[PK0 Z1Tii\J|vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.phpnu[PK0 Z)T?vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionalFormatRule.phpnu[PK0 Z_bPUvendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickDomain.phpnu[PK0 ZO**Pvendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.phpnu[PK0 Z\*" " Qvendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSpec.phpnu[PK0 Zs:Y8vendor/google/apiclient-services/src/Google/Service/Sheets/ChartAxisViewWindowOptions.phpnu[PK0 Z'VVQִvendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.phpnu[PK0 ZoUvendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartColorScale.phpnu[PK0 ZMbe˟vendor/google/apiclient-services/src/Google/Service/Sheets/RefreshDataSourceObjectExecutionStatus.phpnu[PK0 Z<Pҟvendor/google/apiclient-services/src/Google/Service/Sheets/BigQueryTableSpec.phpnu[PK0 Z>P؟vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedValueRange.phpnu[PK0 Z Gu++Mޟvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceSpec.phpnu[PK0 Zc>DMCvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupRule.phpnu[PK0 Z ÌUqvendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceResponse.phpnu[PK0 Zƍ^vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataResponse.phpnu[PK0 Z??Svendor/google/apiclient-services/src/Google/Service/Sheets/AddDataSourceRequest.phpnu[PK0 Zo''Kvendor/google/apiclient-services/src/Google/Service/Sheets/DateTimeRule.phpnu[PK0 Z(yH+vendor/google/apiclient-services/src/Google/Service/Sheets/LineStyle.phpnu[PK0 ZȂ^++a\vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.phpnu[PK0 ZM[ vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.phpnu[PK0 ZtLLOvendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.phpnu[PK0 ZxԞVevendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDataSourceRequest.phpnu[PK0 Z~HHPvendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.phpnu[PK0 Z NNN!vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.phpnu[PK0 ZM]&vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.phpnu[PK0 Z|y..Z,vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupRequest.phpnu[PK0 ZNppIa1vendor/google/apiclient-services/src/Google/Service/Sheets/SlicerSpec.phpnu[PK0 Z&j]J@vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.phpnu[PK0 Z00_Dvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceRefreshMonthlySchedule.phpnu[PK0 Z{ߞIyJvendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.phpnu[PK0 Z4WnqqJOvendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.phpnu[PK0 Z%%O^vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartSpec.phpnu[PK0 Z &,bssWJrvendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.phpnu[PK0 Zs~ЧMDwvendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.phpnu[PK0 ZkϩH H Rh|vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionProperties.phpnu[PK0 ZEtI2vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.phpnu[PK0 ZZsvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionGroupRequest.phpnu[PK0 ZşTvendor/google/apiclient-services/src/Google/Service/Sheets/RandomizeRangeRequest.phpnu[PK0 ZxqXvendor/google/apiclient-services/src/Google/Service/Sheets/RefreshDataSourceResponse.phpnu[PK0 Z  OΙvendor/google/apiclient-services/src/Google/Service/Sheets/AddSlicerRequest.phpnu[PK0 Z]XXvendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLocation.phpnu[PK0 Z/ {{H|vendor/google/apiclient-services/src/Google/Service/Sheets/GridRange.phpnu[PK0 ZvƉ##Iovendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.phpnu[PK0 Z0+X99I vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRule.phpnu[PK0 Zq1A A Ivendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.phpnu[PK0 Z̐Owˠvendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.phpnu[PK0 Z1dUРvendor/google/apiclient-services/src/Google/Service/Sheets/BigQueryDataSourceSpec.phpnu[PK0 ZuVDנvendor/google/apiclient-services/src/Google/Service/Sheets/Color.phpnu[PK0 Z$$T9ݠvendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.phpnu[PK0 ZKB( Mvendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.phpnu[PK0 ZS{{Nvendor/google/apiclient-services/src/Google/Service/Sheets/BubbleChartSpec.phpnu[PK0 Zs11Rvendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.phpnu[PK0 Z#b b Mvendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.phpnu[PK0 Z9Tvendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.phpnu[PK0 Z*g1gg\vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceSheetDimensionRange.phpnu[PK0 ZCCM"vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionValue.phpnu[PK0 Z[++W'vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupRequest.phpnu[PK0 Z 44ZF,vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.phpnu[PK0 Zyy eavendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsDeveloperMetadata.phpnu[PK0 Z"hRUvendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.phpnu[PK0 ZD*Qvendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.phpnu[PK0 Zɔ844XOvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceColumnReference.phpnu[PK0 Z! ~  T vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.phpnu[PK0 ZJTǵS vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartDomain.phpnu[PK0 Z< Svendor/google/apiclient-services/src/Google/Service/Sheets/DataFilterValueRange.phpnu[PK0 Z4WuWmmVFvendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.phpnu[PK0 ZSZE[9vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartCustomSubtotal.phpnu[PK0 ZD{;;M vendor/google/apiclient-services/src/Google/Service/Sheets/ChartGroupRule.phpnu[PK0 ZskEJJT['vendor/google/apiclient-services/src/Google/Service/Sheets/AddDataSourceResponse.phpnu[PK0 Z1 E).vendor/google/apiclient-services/src/Google/Service/Sheets/Border.phpnu[PK0 ZbD̓U[5vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.phpnu[PK0 Z{==]s:vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceRefreshDailySchedule.phpnu[PK0 Z]=?vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataRequest.phpnu[PK0 Z1//MgDvendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.phpnu[PK0 ZXXVTvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSlicerSpecRequest.phpnu[PK0 ZSYvendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.phpnu[PK0 Z5Q^vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramChartSpec.phpnu[PK0 Zs -Yfvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceObjectReferences.phpnu[PK0 Zs))`kvendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterRequest.phpnu[PK0 Zh"?55Hysvendor/google/apiclient-services/src/Google/Service/Sheets/DataLabel.phpnu[PK0 ZV&{vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.phpnu[PK0 Zt  Xjvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.phpnu[PK0 Z1$$Xvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceSheetProperties.phpnu[PK0 ZmP;;Xvendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartColumnStyle.phpnu[PK0 Zە0iiiEkvendor/google/apiclient-services/src/Google/Service/Sheets/Slicer.phpnu[PK0 ZcIvendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterRequest.phpnu[PK0 Z%11Gxvendor/google/apiclient-services/src/Google/Service/Sheets/Response.phpnu[PK0 Z1*,vvX֤vendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceChartProperties.phpnu[PK0 ZT  ^ܤvendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataResponse.phpnu[PK0 Z5~ N}vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.phpnu[PK0 ZII]vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataRequest.phpnu[PK0 ZԳn`vendor/google/apiclient-services/src/Google/Service/Sheets/BasicSeriesDataPointStyleOverride.phpnu[PK0 ZVPvendor/google/apiclient-services/src/Google/Service/Sheets/MergeCellsRequest.phpnu[PK0 Z/÷#jjVHvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteNamedRangeRequest.phpnu[PK0 ZJV8vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.phpnu[PK0 ZJO vendor/google/apiclient-services/src/Google/Service/Sheets/PasteDataRequest.phpnu[PK0 ZIvendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroup.phpnu[PK0 Zf2F$vendor/google/apiclient-services/src/Google/Service/Sheets/Editors.phpnu[PK0 ZLVo)vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.phpnu[PK0 Z2kN.vendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.phpnu[PK0 ZԬooc^6vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.phpnu[PK0 Z Qh S`;vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.phpnu[PK0 Zh8OOOHvendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.phpnu[PK0 Z'hKMvendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.phpnu[PK0 Z\~^R Vvendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.phpnu[PK0 Z:_lXO]vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupResponse.phpnu[PK0 ZsJnnPmbvendor/google/apiclient-services/src/Google/Service/Sheets/DataSourceFormula.phpnu[PK0 ZYGk22F[hvendor/google/apiclient-services/src/Google/Service/Sheets/Request.phpnu[PK0 ZKvendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.phpnu[PK0 ZܭjjVVvendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDataSourceRequest.phpnu[PK0 Zh,   _Fvendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesByDataFilterResponse.phpnu[PK0 ZN`66Ovendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.phpnu[PK0 ZVII`vendor/google/apiclient-services/src/Google/Service/Sheets/GetSpreadsheetByDataFilterRequest.phpnu[PK0 ZUs vendor/google/apiclient-services/src/Google/Service/Sheets/InsertDimensionRequest.phpnu[PK0 Z'*ZH vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.phpnu[PK0 Z`+ZZ@Kvendor/google/apiclient-services/src/Google/Service/SQLAdmin.phpnu[PK0 Z\Fvendor/google/apiclient-services/src/Google/Service/Coordinate/Job.phpnu[PK0 Zr[1  Rnvendor/google/apiclient-services/src/Google/Service/Coordinate/JobListResponse.phpnu[PK0 ZW.R[[Nvendor/google/apiclient-services/src/Google/Service/Coordinate/EnumItemDef.phpnu[PK0 ZWlLTT]ԩvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDefListResponse.phpnu[PK0 Z%˻Qvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDef.phpnu[PK0 Z"GPնvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Jobs.phpnu[PK0 ZcZӦvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/CustomFieldDef.phpnu[PK0 Z Tڦvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Schedule.phpnu[PK0 Z/LTOvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Location.phpnu[PK0 Z>++Pvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Team.phpnu[PK0 ZIMLLRgvendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Worker.phpnu[PK0 Z3جR5vendor/google/apiclient-services/src/Google/Service/Coordinate/TokenPagination.phpnu[PK0 Zc-XNvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomField.phpnu[PK0 Z;Ҁ>>Qvendor/google/apiclient-services/src/Google/Service/Coordinate/LocationRecord.phpnu[PK0 ZwcKd vendor/google/apiclient-services/src/Google/Service/Coordinate/Schedule.phpnu[PK0 Z@@Svendor/google/apiclient-services/src/Google/Service/Coordinate/TeamListResponse.phpnu[PK0 Z,zĀWcvendor/google/apiclient-services/src/Google/Service/Coordinate/LocationListResponse.phpnu[PK0 ZkDDUjvendor/google/apiclient-services/src/Google/Service/Coordinate/WorkerListResponse.phpnu[PK0 ZۙyL3$vendor/google/apiclient-services/src/Google/Service/Coordinate/JobChange.phpnu[PK0 Z_ K)vendor/google/apiclient-services/src/Google/Service/Coordinate/JobState.phpnu[PK0 Z#&&K3vendor/google/apiclient-services/src/Google/Service/Coordinate/Location.phpnu[PK0 ZW 11G9vendor/google/apiclient-services/src/Google/Service/Coordinate/Team.phpnu[PK0 Z >I?>vendor/google/apiclient-services/src/Google/Service/Coordinate/Worker.phpnu[PK0 ZH; yyO]Bvendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFields.phpnu[PK0 Z%  AUGvendor/google/apiclient-services/src/Google/Service/Taskqueue.phpnu[PK0 Z [ Fgvendor/google/apiclient-services/src/Google/Service/Drive/Revision.phpnu[PK0 ZW@սN vvendor/google/apiclient-services/src/Google/Service/Drive/AboutDriveThemes.phpnu[PK0 ZLg g EH{vendor/google/apiclient-services/src/Google/Service/Drive/Comment.phpnu[PK0 ZHoXPPS$vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.phpnu[PK0 Z,\vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.phpnu[PK0 ZmYlvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileVideoMediaMetadata.phpnu[PK0 Z5.qqGvendor/google/apiclient-services/src/Google/Service/Drive/DriveList.phpnu[PK0 Z,Svendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.phpnu[PK0 ZqxCvendor/google/apiclient-services/src/Google/Service/Drive/About.phpnu[PK0 ZDKvendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.phpnu[PK0 Z~vvOܼvendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.phpnu[PK0 ZQrY§vendor/google/apiclient-services/src/Google/Service/Drive/PermissionPermissionDetails.phpnu[PK0 Z+UUFȧvendor/google/apiclient-services/src/Google/Service/Drive/FileList.phpnu[PK0 Zh#ggHϧvendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.phpnu[PK0 ZERb֧vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.phpnu[PK0 Z_Jy)Iܧvendor/google/apiclient-services/src/Google/Service/Drive/CommentList.phpnu[PK0 ZmLvendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.phpnu[PK0 ZJ977LWvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.phpnu[PK0 Z.<{llNu vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Replies.phpnu[PK0 Zˁ7  R_2vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Permissions.phpnu[PK0 ZQRvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Teamdrives.phpnu[PK0 Z3rO@evendor/google/apiclient-services/src/Google/Service/Drive/Resource/Channels.phpnu[PK0 ZL/EEMjvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Drives.phpnu[PK0 Z0oNvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Changes.phpnu[PK0 ZniiOᛨvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Comments.phpnu[PK0 ZrPɬvendor/google/apiclient-services/src/Google/Service/Drive/Resource/Revisions.phpnu[PK0 Z:EĶYӻvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadata.phpnu[PK0 ZP GϨvendor/google/apiclient-services/src/Google/Service/Drive/TeamDrive.phpnu[PK0 ZCr r Cܨvendor/google/apiclient-services/src/Google/Service/Drive/Drive.phpnu[PK0 ZLxvendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.phpnu[PK0 Z77Vvendor/google/apiclient-services/src/Google/Service/Drive/DriveBackgroundImageFile.phpnu[PK0 Z/NBvendor/google/apiclient-services/src/Google/Service/Drive/User.phpnu[PK0 Z۸' ' Cvendor/google/apiclient-services/src/Google/Service/Drive/Reply.phpnu[PK0 Zm;;ZSvendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveBackgroundImageFile.phpnu[PK0 Z!L vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.phpnu[PK0 ZTALLOFvendor/google/apiclient-services/src/Google/Service/Drive/DriveCapabilities.phpnu[PK0 ZOV%vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.phpnu[PK0 Zd4Ez)vendor/google/apiclient-services/src/Google/Service/Drive/Channel.phpnu[PK0 Z׉%O2vendor/google/apiclient-services/src/Google/Service/Drive/DriveRestrictions.phpnu[PK0 Z(99G9vendor/google/apiclient-services/src/Google/Service/Drive/DriveFile.phpnu[PK0 Z:8asvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.phpnu[PK0 ZgDllJ)yvendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.phpnu[PK0 ZX""S~vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.phpnu[PK0 ZzzGvendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.phpnu[PK0 Z+ D{vendor/google/apiclient-services/src/Google/Service/Drive/Change.phpnu[PK0 ZZJ@Pֳvendor/google/apiclient-services/src/Google/Service/Drive/ContentRestriction.phpnu[PK0 Zm_RMvendor/google/apiclient-services/src/Google/Service/Drive/AboutTeamDriveThemes.phpnu[PK0 ZĘ""Vvendor/google/apiclient-services/src/Google/Service/Drive/DriveFileShortcutDetails.phpnu[PK0 Z/&S8ũvendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.phpnu[PK0 ZBHAکvendor/google/apiclient-services/src/Google/Service/Drive/Permission.phpnu[PK0 ZJvendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.phpnu[PK0 ZYzkzkGvendor/google/apiclient-services/src/Google/Service/ShoppingContent.phpnu[PK0 ZEy D[vendor/google/apiclient-services/src/Google/Service/Appsactivity.phpnu[PK0 ZeTsFF@hvendor/google/apiclient-services/src/Google/Service/CloudRun.phpnu[PK0 Z^G++@vendor/google/apiclient-services/src/Google/Service/Reseller.phpnu[PK0 Z-uʊRRvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings.phpnu[PK0 ZT"vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata.phpnu[PK0 ZFFF~(vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings.phpnu[PK0 ZQ":\.vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleProtobufEmpty.phpnu[PK0 Z0l³{1vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1ListWorkloadsResponse.phpnu[PK0 Z``BNN*8vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings.phpnu[PK0 Zh}Cc.>vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleLongrunningOperation.phpnu[PK0 Z ƟhEvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/OrganizationsLocations.phpnu[PK0 Z wwqIvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/OrganizationsLocationsWorkloads.phpnu[PK0 Zآ_avendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/Organizations.phpnu[PK0 Z rfvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/Resource/OrganizationsLocationsOperations.phpnu[PK0 Zmܽp^rvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleLongrunningListOperationsResponse.phpnu[PK0 Z?X+FFzxvendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.phpnu[PK0 Z1|p p n~}vendor/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.phpnu[PK0 Z:99P)vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Settings.phpnu[PK0 ZOI⵮vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.phpnu[PK0 ZDhI#vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.phpnu[PK0 Z1 F!vendor/google/apiclient-services/src/Google/Service/Mirror/Contact.phpnu[PK0 ZXr̮vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.phpnu[PK0 ZKѮvendor/google/apiclient-services/src/Google/Service/Mirror/Notification.phpnu[PK0 Z,""Fٮvendor/google/apiclient-services/src/Google/Service/Mirror/Command.phpnu[PK0 Zb6ZTݮvendor/google/apiclient-services/src/Google/Service/Mirror/LocationsListResponse.phpnu[PK0 Z?t Kvendor/google/apiclient-services/src/Google/Service/Mirror/Subscription.phpnu[PK0 Z~*PSvendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.phpnu[PK0 ZmX  G=vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.phpnu[PK0 ZQvendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.phpnu[PK0 Z9qGOvendor/google/apiclient-services/src/Google/Service/Mirror/Location.phpnu[PK0 Z]Hvendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.phpnu[PK0 ZʀV vendor/google/apiclient-services/src/Google/Service/Mirror/AttachmentsListResponse.phpnu[PK0 Z>^^Kvendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.phpnu[PK0 ZF+vendor/google/apiclient-services/src/Google/Service/Mirror/Account.phpnu[PK0 Z)R3vendor/google/apiclient-services/src/Google/Service/JobService/HistogramFacets.phpnu[PK0 ZL$NNU1<vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsResponse.phpnu[PK0 ZgPPZOvendor/google/apiclient-services/src/Google/Service/JobService/ListCompanyJobsResponse.phpnu[PK0 Z33UVvendor/google/apiclient-services/src/Google/Service/JobService/CompensationFilter.phpnu[PK0 Z"??G^vendor/google/apiclient-services/src/Google/Service/JobService/Date.phpnu[PK0 Z,]КSLcvendor/google/apiclient-services/src/Google/Service/JobService/CompensationInfo.phpnu[PK0 Z:Tqvendor/google/apiclient-services/src/Google/Service/JobService/CustomFieldFilter.phpnu[PK0 Zt .Lfvvendor/google/apiclient-services/src/Google/Service/JobService/JobsEmpty.phpnu[PK0 Z?MMS{yvendor/google/apiclient-services/src/Google/Service/JobService/CreateJobRequest.phpnu[PK0 ZޱCCYKvendor/google/apiclient-services/src/Google/Service/JobService/BatchDeleteJobsRequest.phpnu[PK0 Z3*ZV*V*Fvendor/google/apiclient-services/src/Google/Service/JobService/Job.phpnu[PK0 Z.^㯯vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramResult.phpnu[PK0 ZQddIivendor/google/apiclient-services/src/Google/Service/JobService/Filter.phpnu[PK0 ZNSFvendor/google/apiclient-services/src/Google/Service/JobService/ListJobsResponse.phpnu[PK0 ZņSavendor/google/apiclient-services/src/Google/Service/JobService/CompletionResult.phpnu[PK0 Z:Huůvendor/google/apiclient-services/src/Google/Service/JobService/Money.phpnu[PK0 ZxxNsʯvendor/google/apiclient-services/src/Google/Service/JobService/JobLocation.phpnu[PK0 ZRiүvendor/google/apiclient-services/src/Google/Service/JobService/HistogramResult.phpnu[PK0 Z8ffO֯vendor/google/apiclient-services/src/Google/Service/JobService/StringValues.phpnu[PK0 ZWRگvendor/google/apiclient-services/src/Google/Service/JobService/BucketizedCount.phpnu[PK0 Z{ͥYvendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingResult.phpnu[PK0 Z **N3vendor/google/apiclient-services/src/Google/Service/JobService/CommuteInfo.phpnu[PK0 Z$on n Vvendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramRequest.phpnu[PK0 Z 4AA_vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramRequest.phpnu[PK0 ZKvendor/google/apiclient-services/src/Google/Service/JobService/JobQuery.phpnu[PK0 Z!X vendor/google/apiclient-services/src/Google/Service/JobService/ListCompaniesResponse.phpnu[PK0 ZyoW{vendor/google/apiclient-services/src/Google/Service/JobService/JobProcessingOptions.phpnu[PK0 Z8,,Nvendor/google/apiclient-services/src/Google/Service/JobService/MatchingJob.phpnu[PK0 Z]w!vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationFilter.phpnu[PK0 ZʜR+vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttribute.phpnu[PK0 ZJbS1vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramRequest.phpnu[PK0 Z S8vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResults.phpnu[PK0 Z(%%PBvendor/google/apiclient-services/src/Google/Service/JobService/Resource/Jobs.phpnu[PK0 Z Nehvendor/google/apiclient-services/src/Google/Service/JobService/Resource/V2.phpnu[PK0 Z{MWt Yrvendor/google/apiclient-services/src/Google/Service/JobService/Resource/CompaniesJobs.phpnu[PK0 Z>ZU}vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Companies.phpnu[PK0 ZJttYvendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingOption.phpnu[PK0 ZD5b77Rvendor/google/apiclient-services/src/Google/Service/JobService/RequestMetadata.phpnu[PK0 Z\ӝvendor/google/apiclient-services/src/Google/Service/JobService/DeleteJobsByFilterRequest.phpnu[PK0 Z2FFa Pwvendor/google/apiclient-services/src/Google/Service/JobService/PostalAddress.phpnu[PK0 Z[yMvendor/google/apiclient-services/src/Google/Service/JobService/JobFilters.phpnu[PK0 ZC  Qvİvendor/google/apiclient-services/src/Google/Service/JobService/LocationFilter.phpnu[PK0 Z/offT̰vendor/google/apiclient-services/src/Google/Service/JobService/CompensationRange.phpnu[PK0 ZttTѰvendor/google/apiclient-services/src/Google/Service/JobService/CompanyInfoSource.phpnu[PK0 ZJPMװvendor/google/apiclient-services/src/Google/Service/JobService/DeviceInfo.phpnu[PK0 Z((S4ܰvendor/google/apiclient-services/src/Google/Service/JobService/UpdateJobRequest.phpnu[PK0 Z<!!Uvendor/google/apiclient-services/src/Google/Service/JobService/SpellingCorrection.phpnu[PK0 ZܠTvendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsRequest.phpnu[PK0 ZCMS%vendor/google/apiclient-services/src/Google/Service/JobService/ResponseMetadata.phpnu[PK0 ZMkeeNvendor/google/apiclient-services/src/Google/Service/JobService/CustomField.phpnu[PK0 ZZ1NJ lvendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationEntry.phpnu[PK0 Z_cvendor/google/apiclient-services/src/Google/Service/Mirror.phpnu[PK1 Zy @vendor/google/apiclient-services/src/Google/Service/Spectrum.phpnu[PK1 ZSG^ggqKvendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListBooksResponse.phpnu[PK1 ZbndSvendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Book.phpnu[PK1 ZM>x x U樳vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.phpnu[PK1 Z+ Z㲳vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.phpnu[PK1 ZvҚe?óvendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Shelf.phpnu[PK1 Ztڂ~~sdzvendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListShelvesResponse.phpnu[PK1 Z["YBͳvendor/google/apiclient-services/src/Google/Service/QPXExpress.phpnu[PK1 Zz_ճvendor/google/apiclient-services/src/Google/Service/Indexing/PublishUrlNotificationResponse.phpnu[PK1 Z@kkPڳvendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotification.phpnu[PK1 ZuZz߳vendor/google/apiclient-services/src/Google/Service/Indexing/Resource/UrlNotifications.phpnu[PK1 ZpYXvendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotificationMetadata.phpnu[PK1 Z'CcscsLvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin.phpnu[PK1 ZZQQ>cvendor/google/apiclient-services/src/Google/Service/Pubsub.phpnu[PK1 Z[W:)66_5vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingsResponse.phpnu[PK1 ZCQ\vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableHeaders.phpnu[PK1 Zaj!Xvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CustomAccount.phpnu[PK1 Zl..[ƴvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/FindingTypeStats.phpnu[PK1 Z9& o˴vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRuns.phpnu[PK1 ZTd\ٴvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/Projects.phpnu[PK1 ZB7 7 wݴvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindings.phpnu[PK1 Zҡgvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigs.phpnu[PK1 Z%a-vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindingTypeStats.phpnu[PK1 Z8/UUzvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsCrawledUrls.phpnu[PK1 Z2bvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/WebsecurityscannerEmpty.phpnu[PK1 Z C]]bvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListCrawledUrlsResponse.phpnu[PK1 ZUHRvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Finding.phpnu[PK1 Z9X/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/GoogleAccount.phpnu[PK1 Z%S!66_3vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanRunsResponse.phpnu[PK1 ZgG9vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingTypeStatsResponse.phpnu[PK1 Z <]>vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StopScanRunRequest.phpnu[PK1 ZZiJppUAvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CrawledUrl.phpnu[PK1 Zٙ\eeSFvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Schedule.phpnu[PK1 ZjV((\Kvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ViolatingResource.phpnu[PK1 Z1;=]]bzPvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanConfigsResponse.phpnu[PK1 ZʳƜ_iVvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableParameters.phpnu[PK1 Zt?^Zvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StartScanRunRequest.phpnu[PK1 Z^k k U]vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanConfig.phpnu[PK1 Z,tMYkvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Authentication.phpnu[PK1 Z3 SSNrvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Xss.phpnu[PK1 ZW! Rwvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanRun.phpnu[PK1 ZaR  Zہvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/OutdatedLibrary.phpnu[PK1 Z7Qpvendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Header.phpnu[PK1 ZG6Ovendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Place.phpnu[PK1 ZL\Ɛvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UpdatePhotoRequest.phpnu[PK1 ZfYIbBvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosRequest.phpnu[PK1 ZTQśvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoId.phpnu[PK1 Z Wevendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoResponse.phpnu[PK1 Z1\vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/ListPhotosResponse.phpnu[PK1 Z;YYcavendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosResponse.phpnu[PK1 ZhwwcMvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosResponse.phpnu[PK1 ZAѭ`Wvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/StreetviewpublishEmpty.phpnu[PK1 Z~:bvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosRequest.phpnu[PK1 Z`stt`vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchGetPhotosResponse.phpnu[PK1 ZjjOvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Photo.phpnu[PK1 Z; Yҵvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.phpnu[PK1 ZeDccX vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.phpnu[PK1 ZWRRS vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UploadRef.phpnu[PK1 Z a?O vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Level.phpnu[PK1 ZDX@@Tvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Connection.phpnu[PK1 Z9QSvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Operation.phpnu[PK1 ZtPvendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Status.phpnu[PK1 Z{N( ( N#vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Pose.phpnu[PK1 ZP,vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/LatLng.phpnu[PK1 Z  F;1vendor/google/apiclient-services/src/Google/Service/ServiceControl.phpnu[PK1 Z?<vendor/google/apiclient-services/src/Google/Service/Tracing.phpnu[PK1 Z0_A%Ovendor/google/apiclient-services/src/Google/Service/Container.phpnu[PK1 Z1^"vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CancelOperationRequest.phpnu[PK1 Z\[[vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/Operations.phpnu[PK1 Z {Qvendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Operation.phpnu[PK1 Z9Nvendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Status.phpnu[PK1 ZAHH^vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListOperationsResponse.phpnu[PK1 ZAIP\!vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/FirebasehostingEmpty.phpnu[PK1 ZOQ$vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationError.phpnu[PK1 Z>CCk)vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCustomMetricUtilization.phpnu[PK1 Zq q T.vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicy.phpnu[PK1 Z;X9vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarningsData.phpnu[PK1 ZkP5Y/>vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalerListResponse.phpnu[PK1 Z*>lCvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyLoadBalancingUtilization.phpnu[PK1 Zb//KHvendor/google/apiclient-services/src/Google/Service/Autoscaler/ZoneList.phpnu[PK1 Z6PPQNvendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Zones.phpnu[PK1 ZfWTvendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Autoscalers.phpnu[PK1 ZY*7 Zjvendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/ZoneOperations.phpnu[PK1 ZGuvendor/google/apiclient-services/src/Google/Service/Autoscaler/Zone.phpnu[PK1 ZFT~vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarnings.phpnu[PK1 ZמMvendor/google/apiclient-services/src/Google/Service/Autoscaler/Autoscaler.phpnu[PK1 ZL=bvendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCpuUtilization.phpnu[PK1 ZEAډLAvendor/google/apiclient-services/src/Google/Service/Autoscaler/Operation.phpnu[PK1 ZKTWYvendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationErrorErrors.phpnu[PK1 ZcT`vendor/google/apiclient-services/src/Google/Service/Autoscaler/DeprecationStatus.phpnu[PK1 Z1499P߰vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationList.phpnu[PK1 ZWMvendor/google/apiclient-services/src/Google/Service/Classroom/UserProfile.phpnu[PK1 Zavendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.phpnu[PK1 ZR}4DDZƷvendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceSubmission.phpnu[PK1 Zpm Nʷvendor/google/apiclient-services/src/Google/Service/Classroom/Announcement.phpnu[PK1 Zӟ`طvendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.phpnu[PK1 Zn kkTܷvendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.phpnu[PK1 ZK4A>>F vendor/google/apiclient-services/src/Google/Service/Classroom/Date.phpnu[PK1 ZHu2Lvendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.phpnu[PK1 ZyNvendor/google/apiclient-services/src/Google/Service/Classroom/StateHistory.phpnu[PK1 ZJVܣwwXvendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.phpnu[PK1 ZF֌Vvendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.phpnu[PK1 ZPOOWvendor/google/apiclient-services/src/Google/Service/Classroom/CourseWorkChangesInfo.phpnu[PK1 ZfePlvendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterial.phpnu[PK1 Z|DDNvendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.phpnu[PK1 Z)?}}Mpvendor/google/apiclient-services/src/Google/Service/Classroom/DriveFolder.phpnu[PK1 Z^QQRjvendor/google/apiclient-services/src/Google/Service/Classroom/CloudPubsubTopic.phpnu[PK1 ZICKYYI=vendor/google/apiclient-services/src/Google/Service/Classroom/Student.phpnu[PK1 Z||Nvendor/google/apiclient-services/src/Google/Service/Classroom/Registration.phpnu[PK1 ŽJ 'vendor/google/apiclient-services/src/Google/Service/Classroom/Guardian.phpnu[PK1 ZwNQ.vendor/google/apiclient-services/src/Google/Service/Classroom/GradeHistory.phpnu[PK1 ZȐ`P5vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkMaterialResponse.phpnu[PK1 Z`{;vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.phpnu[PK1 Z }JAvendor/google/apiclient-services/src/Google/Service/Classroom/Material.phpnu[PK1 ZaQQFJvendor/google/apiclient-services/src/Google/Service/Classroom/Form.phpnu[PK1 Z]RPvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Courses.phpnu[PK1 Z54](](\0qvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.phpnu[PK1 Z\$$jvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardianInvitations.phpnu[PK1 ZST33Zvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.phpnu[PK1 Z9DeXjָvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTopics.phpnu[PK1 ZJVvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.phpnu[PK1 ZEppXvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Registrations.phpnu[PK1 ZƿJ]]`vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.phpnu[PK1 Z#Z2vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.phpnu[PK1 Z>93)#)#eJvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkMaterials.phpnu[PK1 Z!γrrYmvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.phpnu[PK1 Z>_$$_vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAnnouncements.phpnu[PK1 ZInWFvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.phpnu[PK1 Z!7!7nvendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.phpnu[PK1 ZUSyvendor/google/apiclient-services/src/Google/Service/Classroom/ListTopicResponse.phpnu[PK1 ZIOLvendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.phpnu[PK1 ZF(vendor/google/apiclient-services/src/Google/Service/Classroom/Feed.phpnu[PK1 Zl9'VPvendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.phpnu[PK1 ZgPvendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.phpnu[PK1 Z{  K vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.phpnu[PK1 Z^L vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.phpnu[PK1 Z  U#vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.phpnu[PK1 Z*z_d#)vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAnnouncementAssigneesRequest.phpnu[PK1 Z'QQY/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseRosterChangesInfo.phpnu[PK1 Z"A4Q3vendor/google/apiclient-services/src/Google/Service/Classroom/SharedDriveFile.phpnu[PK1 Z7ԷXXR9vendor/google/apiclient-services/src/Google/Service/Classroom/GlobalPermission.phpnu[PK1 Z9 S<vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.phpnu[PK1 ZK[tBvendor/google/apiclient-services/src/Google/Service/Classroom/IndividualStudentsOptions.phpnu[PK1 Z>j ==YFvendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.phpnu[PK1 ZIK9SWLvendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.phpnu[PK1 ZvLavendor/google/apiclient-services/src/Google/Service/Classroom/Invitation.phpnu[PK1 Z!00Mgvendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.phpnu[PK1 Zd33Xjvendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.phpnu[PK1 ZT*|MMHipvendor/google/apiclient-services/src/Google/Service/Classroom/Course.phpnu[PK1 Z^WW[.vendor/google/apiclient-services/src/Google/Service/Classroom/ListAnnouncementsResponse.phpnu[PK1 Z%%Svendor/google/apiclient-services/src/Google/Service/Classroom/SubmissionHistory.phpnu[PK1 Z]*AAKvendor/google/apiclient-services/src/Google/Service/Classroom/DriveFile.phpnu[PK1 Z #atvendor/google/apiclient-services/src/Google/Service/Classroom/ReclaimStudentSubmissionRequest.phpnu[PK1 Z{Tvendor/google/apiclient-services/src/Google/Service/Classroom/CourseWorkMaterial.phpnu[PK1 Zp[Ivendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseAliasesResponse.phpnu[PK1 Z>T((Gvendor/google/apiclient-services/src/Google/Service/Classroom/Topic.phpnu[PK1 Z8̕avendor/google/apiclient-services/src/Google/Service/Classroom/ModifyIndividualStudentsOptions.phpnu[PK1 ZR bvendor/google/apiclient-services/src/Google/Service/Classroom/ModifyCourseWorkAssigneesRequest.phpnu[PK1 ZqAAWevendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.phpnu[PK1 Z;ssI-úvendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.phpnu[PK1 Zv$LmmVɺvendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.phpnu[PK1 Z_T##W κvendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.phpnu[PK1 Z lFӺvendor/google/apiclient-services/src/Google/Service/Classroom/Name.phpnu[PK1 Zv ̌Zغvendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.phpnu[PK1 ZIr`ݺvendor/google/apiclient-services/src/Google/Service/Classroom/TurnInStudentSubmissionRequest.phpnu[PK1 Z8XVvvF&vendor/google/apiclient-services/src/Google/Service/Classroom/Link.phpnu[PK1 ZwxxGvendor/google/apiclient-services/src/Google/Service/PostmasterTools.phpnu[PK1 Z!\Evendor/google/apiclient-services/src/Google/Service/FirebaseRules.phpnu[PK1 Z $?vendor/google/apiclient-services/src/Google/Service/Storage.phpnu[PK1 Z:'kvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosCountryResource.phpnu[PK1 Zl`1vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListStoreInfosResponse.phpnu[PK1 Z- - dvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosResource.phpnu[PK1 Z׃gGvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListExperienceLocalesResponse.phpnu[PK1 Z&-WjjO#vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Order.phpnu[PK1 Z{{Z7vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ExperienceLocale.phpnu[PK1 Z)Jİ `Kvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsAvailsResource.phpnu[PK1 ZC//S$Vvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/StoreInfo.phpnu[PK1 Zt g g kjvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsExperienceLocalesResource.phpnu[PK1 Z?\xvendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListAvailsResponse.phpnu[PK1 Zi蘙\}vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListOrdersResponse.phpnu[PK1 Z5l1<O"vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Avail.phpnu[PK1 Zvb `-vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsOrdersResource.phpnu[PK1 ZHZovendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsResource.phpnu[PK1 Z WWUvendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditLogConfig.phpnu[PK1 Zg|d_fvendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlRequest.phpnu[PK1 Zd0ߙLvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Retry.phpnu[PK1 ZA$Zvendor/google/apiclient-services/src/Google/Service/CloudFunctions/SetIamPolicyRequest.phpnu[PK1 Z11M.vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Policy.phpnu[PK1 Z%99kkTǼvendor/google/apiclient-services/src/Google/Service/CloudFunctions/CloudFunction.phpnu[PK1 Z}avendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsResponse.phpnu[PK1 ZGJ1avendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.phpnu[PK1 Z6x/x/jvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.phpnu[PK1 ZP  Zvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.phpnu[PK1 Z#X3-vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Projects.phpnu[PK1 ZaNA1vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Binding.phpnu[PK1 Z6|77\X7vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.phpnu[PK1 Z1\=vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.phpnu[PK1 ZV֔P$$TCvendor/google/apiclient-services/src/Google/Service/CloudFunctions/FailurePolicy.phpnu[PK1 Z|i`VHvendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsRequest.phpnu[PK1 Z __`Lvendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlResponse.phpnu[PK1 Za@@ZtPvendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.phpnu[PK1 Z+P>Xvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.phpnu[PK1 Z߈SR_vendor/google/apiclient-services/src/Google/Service/CloudFunctions/HttpsTrigger.phpnu[PK1 Z(㨝Mcvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Status.phpnu[PK1 Ze֨Shvendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.phpnu[PK1 Zh[ovendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionResponse.phpnu[PK1 Z DD] uvendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.phpnu[PK1 Z{tFOzvendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.phpnu[PK1 ZJKKRDvendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditConfig.phpnu[PK1 Zlr66Zvendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.phpnu[PK1 Z2wWъvendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.phpnu[PK1 ZyNXoobCvendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlResponse.phpnu[PK1 Z߲:``aDvendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlRequest.phpnu[PK1 Z4=OOK5vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Expr.phpnu[PK1 Z ///Cvendor/google/apiclient-services/src/Google/Service/CloudRetail.phpnu[PK1 Z)H<=eͽvendor/google/apiclient-services/src/Google/Service/AdMob.phpnu[PK1 ZS//Fݽvendor/google/apiclient-services/src/Google/Service/AccessApproval.phpnu[PK1 Z^zxxM vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.phpnu[PK1 Z@hYFvendor/google/apiclient-services/src/Google/Service/FirebaseML/CancelOperationRequest.phpnu[PK1 ZJQ>3QQVuvendor/google/apiclient-services/src/Google/Service/FirebaseML/Resource/Operations.phpnu[PK1 Z{33YLvendor/google/apiclient-services/src/Google/Service/FirebaseML/ModelOperationMetadata.phpnu[PK1 Z TLvendor/google/apiclient-services/src/Google/Service/FirebaseML/Operation.phpnu[PK1 Z[^%fIvendor/google/apiclient-services/src/Google/Service/FirebaseML/Status.phpnu[PK1 Z5544Yvendor/google/apiclient-services/src/Google/Service/FirebaseML/ListOperationsResponse.phpnu[PK1 ZRӱvendor/google/apiclient-services/src/Google/Service/FirebaseML/FirebasemlEmpty.phpnu[PK1 ZVM Fvendor/google/apiclient-services/src/Google/Service/Script/Version.phpnu[PK1 ZF캾vendor/google/apiclient-services/src/Google/Service/Script/Metrics.phpnu[PK1 Z@m77[0þvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunction.phpnu[PK1 Z͹'_ƾvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppConfig.phpnu[PK1 ZO{˾vendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.phpnu[PK1 Z/ݚq IѾvendor/google/apiclient-services/src/Google/Service/Script/ScriptFile.phpnu[PK1 Zq44T۾vendor/google/apiclient-services/src/Google/Service/Script/ScriptExecutionResult.phpnu[PK1 Z.dFsvendor/google/apiclient-services/src/Google/Service/Script/Content.phpnu[PK1 ZYZvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeProcess.phpnu[PK1 Z0V*vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.phpnu[PK1 ZannMvendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.phpnu[PK1 Z| VVZvendor/google/apiclient-services/src/Google/Service/Script/ListScriptProcessesResponse.phpnu[PK1 Z2(I% % Ovendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.phpnu[PK1 Z<%Q% vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.phpnu[PK1 Z[yvendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsDeployments.phpnu[PK1 ZI_ _ X/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsVersions.phpnu[PK1 Z+&P;vendor/google/apiclient-services/src/Google/Service/Script/Resource/Projects.phpnu[PK1 Zob0Mvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeAddOnEntryPoint.phpnu[PK1 Zk=^^cTvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppEntryPoint.phpnu[PK1 Z譥VZvendor/google/apiclient-services/src/Google/Service/Script/UpdateDeploymentRequest.phpnu[PK1 ZrTTX_vendor/google/apiclient-services/src/Google/Service/Script/ListUserProcessesResponse.phpnu[PK1 Z0 Fevendor/google/apiclient-services/src/Google/Service/Script/Project.phpnu[PK1 ZELLTovendor/google/apiclient-services/src/Google/Service/Script/ExecuteStreamResponse.phpnu[PK1 Zf۶44Htvendor/google/apiclient-services/src/Google/Service/Script/Operation.phpnu[PK1 ZPQEGzvendor/google/apiclient-services/src/Google/Service/Script/Status.phpnu[PK1 ZyKQvendor/google/apiclient-services/src/Google/Service/Script/MetricsValue.phpnu[PK1 Zl11VNvendor/google/apiclient-services/src/Google/Service/Script/ListDeploymentsResponse.phpnu[PK1 Zm&c  Svendor/google/apiclient-services/src/Google/Service/Script/ListVersionsResponse.phpnu[PK1 Z7duu^vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunctionSet.phpnu[PK1 ZʗJvendor/google/apiclient-services/src/Google/Service/Script/ScriptEmpty.phpnu[PK1 Z"Y Y Ivendor/google/apiclient-services/src/Google/Service/Script/EntryPoint.phpnu[PK1 Z$ixvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiEntryPoint.phpnu[PK1 ZޥIEvendor/google/apiclient-services/src/Google/Service/Script/Struct.phpnu[PK1 Z̢Hcvendor/google/apiclient-services/src/Google/Service/Script/ListValue.phpnu[PK1 Zԅ:Svendor/google/apiclient-services/src/Google/Service/Script/CreateProjectRequest.phpnu[PK1 Z[ݚOXvendor/google/apiclient-services/src/Google/Service/Script/DeploymentConfig.phpnu[PK1 Zdo::Pvendor/google/apiclient-services/src/Google/Service/Script/ExecutionResponse.phpnu[PK1 ZcOOeFvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiConfig.phpnu[PK1 Z;% D*¿vendor/google/apiclient-services/src/Google/Service/Script/Value.phpnu[PK1 Z^7WYͿvendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeUser.phpnu[PK1 Z hIҿvendor/google/apiclient-services/src/Google/Service/Script/Deployment.phpnu[PK1 Z@u{++F"ۿvendor/google/apiclient-services/src/Google/Service/CloudFilestore.phpnu[PK1 Zz__E*vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.phpnu[PK1 Z BNsfvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequest.phpnu[PK1 Zk@((]5mvendor/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.phpnu[PK1 Z`~pvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.phpnu[PK1 Z}  wvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.phpnu[PK1 ZD>  l@vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.phpnu[PK1 Ztvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenResponse.phpnu[PK1 Z2#pvendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceListResponse.phpnu[PK1 ZGќvendor/google/apiclient-services/src/Google/Service/AdSense/AdStyle.phpnu[PK1 Z{~Xvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.phpnu[PK1 ZrO\\dvvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.phpnu[PK1 Z,9?X||Ufvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.phpnu[PK1 Z^^Jgvendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.phpnu[PK1 Zh[s L?vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.phpnu[PK1 Zb ^ovendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.phpnu[PK1 ZHvendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.phpnu[PK1 Z 1LJvendor/google/apiclient-services/src/Google/Service/AdSense/SavedReports.phpnu[PK1 ZPPGvendor/google/apiclient-services/src/Google/Service/AdSense/Payment.phpnu[PK1 Z/O^vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.phpnu[PK1 ZIIEvendor/google/apiclient-services/src/Google/Service/AdSense/Alert.phpnu[PK1 Z}ĀMqvendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.phpnu[PK1 ZU0Zvendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.phpnu[PK1 Zն0 0 Xvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.phpnu[PK1 Z0u^_vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.phpnu[PK1 ZMг Wr vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.phpnu[PK1 ZƘWvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.phpnu[PK1 Z^} } Z vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.phpnu[PK1 Za U*vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.phpnu[PK1 Z(O5vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.phpnu[PK1 Z.0) Pvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.phpnu[PK1 ZzʕTߘvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.phpnu[PK1 ZrA8FFfTvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.phpnu[PK1 Z ]0vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.phpnu[PK1 Zn^vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.phpnu[PK1 Z{/ww\vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.phpnu[PK1 ZH)硏Yvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.phpnu[PK1 ZeF  fvendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.phpnu[PK1 Z _vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.phpnu[PK1 Z<*ǠFvendor/google/apiclient-services/src/Google/Service/AdSense/Alerts.phpnu[PK1 Z(L0@K vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.phpnu[PK1 ZyyeJvendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.phpnu[PK1 ZhHXvendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.phpnu[PK1 Zc&X55Kvendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.phpnu[PK1 ZMUvendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.phpnu[PK1 ZnFvendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.phpnu[PK1 ZY00Fcvendor/google/apiclient-services/src/Google/Service/AdSense/AdUnit.phpnu[PK1 Z4 .H vendor/google/apiclient-services/src/Google/Service/AdSense/Payments.phpnu[PK1 ZI)vendor/google/apiclient-services/src/Google/Service/AdSense/AdClients.phpnu[PK1 ZlNvendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.phpnu[PK1 ZOOHB$vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.phpnu[PK1 Z%xG*vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnits.phpnu[PK1 ZA߿M31vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.phpnu[PK1 Z ~[[Go8vendor/google/apiclient-services/src/Google/Service/AdSense/Account.phpnu[PK1 ZEMKAAvendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.phpnu[PK1 Z]FVGvendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.phpnu[PK1 Z] bb`Pvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.phpnu[PK1 Z4K}}iUvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.phpnu[PK1 Zy%%e[vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.phpnu[PK1 Z_:i~~Xavendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.phpnu[PK1 ZFଢ଼eivendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.phpnu[PK1 Z~tuadnvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.phpnu[PK1 Zljsvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.phpnu[PK1 Z|8lwvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.phpnu[PK1 Zb*(c{vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.phpnu[PK1 ZJp7""w4vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.phpnu[PK1 ZzYpvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Binding.phpnu[PK1 ZƱkɩvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.phpnu[PK1 Z, , \vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.phpnu[PK1 Zww]Ʒvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.phpnu[PK1 Zsŵdʽvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.phpnu[PK1 ZX+ܲb vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.phpnu[PK1 ZꦶiXvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.phpnu[PK1 Z ZZVvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.phpnu[PK1 ZBfvendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.phpnu[PK1 Zd[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramFacets.phpnu[PK1 Z0^7vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsResponse.phpnu[PK1 Z``^vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationFilter.phpnu[PK1 Z mvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobDerivedInfo.phpnu[PK1 ZPS \vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationInfo.phpnu[PK1 Zq|R8 vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Tenant.phpnu[PK1 Z¢U vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobsEmpty.phpnu[PK1 Z9sdvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateClientEventRequest.phpnu[PK1 Z((\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateJobRequest.phpnu[PK1 Z qqbvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsRequest.phpnu[PK1 Z U U Ovendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Job.phpnu[PK1 Zt}%%gv?vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramResult.phpnu[PK1 ZW 2Evendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CompensationInfoCompensationEntry.phpnu[PK1 ZZBB`yOvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NamespacedDebugInput.phpnu[PK1 ZY\Kavendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListJobsResponse.phpnu[PK1 Z@7Dy\hvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompletionResult.phpnu[PK1 Zw^mvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompanyDerivedInfo.phpnu[PK1 ZTJ\\`5svendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateCompanyRequest.phpnu[PK1 ZBQ!xvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Money.phpnu[PK1 Z~k[1}vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResult.phpnu[PK1 Z:]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ProcessingOptions.phpnu[PK1 Z֩uvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchOperationMetadata.phpnu[PK1 Z\[Mvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketizedCount.phpnu[PK1 Z_}vĕvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchUpdateJobsResponse.phpnu[PK1 ZT![Bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ApplicationInfo.phpnu[PK1 Z2B_bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingResult.phpnu[PK1 Z=KKWvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteInfo.phpnu[PK1 Znnhvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramRequest.phpnu[PK1 ZJ2svendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobProcessingOptions.phpnu[PK1 Z/BBTKvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobQuery.phpnu[PK1 Zq!!bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4Job.phpnu[PK1 Zh""avendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListCompaniesResponse.phpnu[PK1 Z\!DDZ?vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobDerivedInfo.phpnu[PK1 Zjt}}W vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MatchingJob.phpnu[PK1 Z6Zvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimestampRange.phpnu[PK1 ZP~o<U vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobResult.phpnu[PK1 ZPvvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchCreateJobsResponse.phpnu[PK1 Z[]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttribute.phpnu[PK1 Z+kvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramRequest.phpnu[PK1 ZrW  \v#vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResults.phpnu[PK1 ZM;oom.vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenantsCompanies.phpnu[PK1 ZJ3++hDvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenantsJobs.phpnu[PK1 Z!Zi|"|"awpvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsJobs.phpnu[PK1 ZA~3||]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.phpnu[PK1 Z] ygvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsOperations.phpnu[PK1 Z5{jjivendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsClientEvents.phpnu[PK1 Z;kpvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenantsClientEvents.phpnu[PK1 ZnP}}fvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsCompanies.phpnu[PK1 Zfrdvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsTenants.phpnu[PK1 Z8}}bXvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingOption.phpnu[PK1 Z??[gvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/RequestMetadata.phpnu[PK1 Zn{yz  Y1vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/PostalAddress.phpnu[PK1 ZG1Zvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LocationFilter.phpnu[PK1 Z:Egww]vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationRange.phpnu[PK1 ZCVvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/DeviceInfo.phpnu[PK1 ZgUC vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimeOfDay.phpnu[PK1 Zq\vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateJobRequest.phpnu[PK1 Z|bqGvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobApplicationInfo.phpnu[PK1 Z3<^vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SpellingCorrection.phpnu[PK1 Z9E]@ vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsRequest.phpnu[PK1 Z'  _g2vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListTenantsResponse.phpnu[PK1 Z9v:vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4BatchDeleteJobsResponse.phpnu[PK1 Z8*c?vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsResponse.phpnu[PK1 ZuFz\Dvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MendelDebugInput.phpnu[PK1 Z.^[[\Ivendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ResponseMetadata.phpnu[PK1 Zd)TMvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobEvent.phpnu[PK1 Z_q]ARvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationEntry.phpnu[PK1 ZAU[vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Operation.phpnu[PK1 Zbgbbvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchUpdateJobsRequest.phpnu[PK1 Zg41mRuhvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Status.phpnu[PK1 Z1mvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CompensationInfoCompensationRange.phpnu[PK1 Z##Wtvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ClientEvent.phpnu[PK1 ZJ J o|vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CompensationInfo.phpnu[PK1 Z`{avvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompleteQueryResponse.phpnu[PK1 ZCN`vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateCompanyRequest.phpnu[PK1 Z!E""hcvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4JobResult.phpnu[PK1 Z(%GRvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LatLng.phpnu[PK1 ZqTvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Location.phpnu[PK1 Znݨvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4CustomAttribute.phpnu[PK1 Z+s~~bvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchOperationMetadata.phpnu[PK1 Z {jvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramResult.phpnu[PK1 Z.c vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchUpdateJobsResponse.phpnu[PK1 Z;s33`+vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramQueryResult.phpnu[PK1 Zf[-gvendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/GoogleCloudTalentV4Location.phpnu[PK1 Zq>M$vendor/google/apiclient-services/src/Google/Service/Testing/FileReference.phpnu[PK1 Z&V(vendor/google/apiclient-services/src/Google/Service/Testing/LauncherActivityIntent.phpnu[PK1 ZXf f K+vendor/google/apiclient-services/src/Google/Service/Testing/ApkManifest.phpnu[PK1 Z(9ޔL5vendor/google/apiclient-services/src/Google/Service/Testing/IosTestSetup.phpnu[PK1 ZJU<<D>vendor/google/apiclient-services/src/Google/Service/Testing/Date.phpnu[PK1 ZZCOCvendor/google/apiclient-services/src/Google/Service/Testing/Apk.phpnu[PK1 Z %RRMHvendor/google/apiclient-services/src/Google/Service/Testing/TestExecution.phpnu[PK1 Z ZZOWvendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsStep.phpnu[PK1 ZmTX]vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsExecution.phpnu[PK1 Zq``Kbvendor/google/apiclient-services/src/Google/Service/Testing/Orientation.phpnu[PK1 ZnppIzgvendor/google/apiclient-services/src/Google/Service/Testing/IosDevice.phpnu[PK1 Zf[[Kcmvendor/google/apiclient-services/src/Google/Service/Testing/TrafficRule.phpnu[PK1 ZG:SST9tvendor/google/apiclient-services/src/Google/Service/Testing/DeviceIpBlockCatalog.phpnu[PK1 Z(Syvendor/google/apiclient-services/src/Google/Service/Testing/StartActivityIntent.phpnu[PK1 Z xxK@~vendor/google/apiclient-services/src/Google/Service/Testing/TestDetails.phpnu[PK1 Z><<O3vendor/google/apiclient-services/src/Google/Service/Testing/AndroidTestLoop.phpnu[PK1 ZZ**Ovendor/google/apiclient-services/src/Google/Service/Testing/AndroidRoboTest.phpnu[PK1 ZRFG G Lvendor/google/apiclient-services/src/Google/Service/Testing/AndroidModel.phpnu[PK1 Z{pMZvendor/google/apiclient-services/src/Google/Service/Testing/AndroidMatrix.phpnu[PK1 Z_2B B NҮvendor/google/apiclient-services/src/Google/Service/Testing/AndroidVersion.phpnu[PK1 ZԹq q Mvendor/google/apiclient-services/src/Google/Service/Testing/ResultStorage.phpnu[PK1 Z Kvendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.phpnu[PK1 Z^@@Mvendor/google/apiclient-services/src/Google/Service/Testing/DeviceIpBlock.phpnu[PK1 Z)?Svendor/google/apiclient-services/src/Google/Service/Testing/TestTargetsForShard.phpnu[PK1 Zb](jjQvendor/google/apiclient-services/src/Google/Service/Testing/Resource/Projects.phpnu[PK1 ZȊ555_vendor/google/apiclient-services/src/Google/Service/Testing/Resource/TestEnvironmentCatalog.phpnu[PK1 Z(]Cvendor/google/apiclient-services/src/Google/Service/Testing/Resource/ProjectsTestMatrices.phpnu[PK1 Z.avendor/google/apiclient-services/src/Google/Service/Testing/Resource/ApplicationDetailService.phpnu[PK1 ZꍗJzvendor/google/apiclient-services/src/Google/Service/Testing/GoogleAuto.phpnu[PK1 Z]3Svendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentVariable.phpnu[PK1 Z{͟EEIvendor/google/apiclient-services/src/Google/Service/Testing/ApkDetail.phpnu[PK1 ZjG>>Tvendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfiguration.phpnu[PK1 ZBk$ ZKvendor/google/apiclient-services/src/Google/Service/Testing/AndroidInstrumentationTest.phpnu[PK1 Z8/ IXvendor/google/apiclient-services/src/Google/Service/Testing/TestSetup.phpnu[PK1 Z#66Q$vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.phpnu[PK1 ZNEWWX]7vendor/google/apiclient-services/src/Google/Service/Testing/CancelTestMatrixResponse.phpnu[PK1 ZXgbJ<;vendor/google/apiclient-services/src/Google/Service/Testing/DeviceFile.phpnu[PK1 ZאGKzAvendor/google/apiclient-services/src/Google/Service/Testing/Environment.phpnu[PK1 Z%vvMGvendor/google/apiclient-services/src/Google/Service/Testing/SystraceSetup.phpnu[PK1 Z,꽬JKvendor/google/apiclient-services/src/Google/Service/Testing/TestMatrix.phpnu[PK1 Zf##RL^vendor/google/apiclient-services/src/Google/Service/Testing/RoboStartingIntent.phpnu[PK1 Z$Pevendor/google/apiclient-services/src/Google/Service/Testing/ClientInfoDetail.phpnu[PK1 Zi[44L+jvendor/google/apiclient-services/src/Google/Service/Testing/Distribution.phpnu[PK1 ZgGnvendor/google/apiclient-services/src/Google/Service/Testing/ObbFile.phpnu[PK1 Z݀CTtvendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceCatalog.phpnu[PK1 ZQeF|vendor/google/apiclient-services/src/Google/Service/Testing/Locale.phpnu[PK1 Z. . Vvendor/google/apiclient-services/src/Google/Service/Testing/TestEnvironmentCatalog.phpnu[PK1 Z2 Mvendor/google/apiclient-services/src/Google/Service/Testing/AndroidDevice.phpnu[PK1 Z  Hvendor/google/apiclient-services/src/Google/Service/Testing/IosModel.phpnu[PK1 Z}9,CCRlvendor/google/apiclient-services/src/Google/Service/Testing/GoogleCloudStorage.phpnu[PK1 ZussI1vendor/google/apiclient-services/src/Google/Service/Testing/IosXcTest.phpnu[PK1 Z(⒌Mvendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceFile.phpnu[PK1 Z-r99U-vendor/google/apiclient-services/src/Google/Service/Testing/GetApkDetailsResponse.phpnu[PK1 Zu#aLvendor/google/apiclient-services/src/Google/Service/Testing/XcodeVersion.phpnu[PK1 ZGQR]vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsHistory.phpnu[PK1 ZMKvendor/google/apiclient-services/src/Google/Service/Testing/RegularFile.phpnu[PK1 Z/0  ECvendor/google/apiclient-services/src/Google/Service/Testing/Shard.phpnu[PK1 Z1RRMvendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceList.phpnu[PK1 Zr\[vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfigurationCatalog.phpnu[PK1 ZKWvendor/google/apiclient-services/src/Google/Service/Testing/IosRuntimeConfiguration.phpnu[PK1 Z{>LLN!vendor/google/apiclient-services/src/Google/Service/Testing/ShardingOption.phpnu[PK1 ZlWvendor/google/apiclient-services/src/Google/Service/Testing/ProvidedSoftwareCatalog.phpnu[PK1 ZN=vendor/google/apiclient-services/src/Google/Service/Testing/ManualSharding.phpnu[PK1 Z[}vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRuntimeConfiguration.phpnu[PK1 Zh6NNOvendor/google/apiclient-services/src/Google/Service/Testing/UniformSharding.phpnu[PK1 Z6%QLvendor/google/apiclient-services/src/Google/Service/Testing/IntentFilter.phpnu[PK1 Zm0CQ2vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceList.phpnu[PK1 Z`vewwJ9vendor/google/apiclient-services/src/Google/Service/Testing/IosVersion.phpnu[PK1 Z(*77G* vendor/google/apiclient-services/src/Google/Service/Testing/Account.phpnu[PK1 Zc11J vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfo.phpnu[PK1 Z3Mvendor/google/apiclient-services/src/Google/Service/Testing/RoboDirective.phpnu[PK1 ZoI{ { Pvendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceCatalog.phpnu[PK1 Z\id!!Q"vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentMatrix.phpnu[PK1 Zs6g+vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.phpnu[PK1 Zރ )2vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1BindingExplanation.phpnu[PK1 Z y=vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1AccessTuple.phpnu[PK1 ZBW_lCvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.phpnu[PK1 Z __[Ivendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.phpnu[PK1 Z17  YOvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.phpnu[PK1 ZSccWvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.phpnu[PK1 Zrhhf]vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.phpnu[PK1 Z XJJbvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.phpnu[PK1 Z#y y }gvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1ExplainedPolicy.phpnu[PK1 Z=>>qvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest.phpnu[PK1 Z0D^wvendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.phpnu[PK1 ZrLLBvendor/google/apiclient-services/src/Google/Service/CloudShell.phpnu[PK1 Z  Dvendor/google/apiclient-services/src/Google/Service/ServiceUsage.phpnu[PK1 ZblR$R$B6vendor/google/apiclient-services/src/Google/Service/CloudRedis.phpnu[PK1 ZvDvendor/google/apiclient-services/src/Google/Service/Libraryagent.phpnu[PK1 Zd++Kvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog.phpnu[PK1 Z G$vendor/google/apiclient-services/src/Google/Service/Pagespeedonline.phpnu[PK1 Zeec)!vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListAssignmentsResponse.phpnu[PK1 Z$}uV!'vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Assignment.phpnu[PK1 Z6||a,vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/MoveAssignmentRequest.phpnu[PK1 ZYkrrd0vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListReservationsResponse.phpnu[PK1 Zﭘk6vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListCapacityCommitmentsResponse.phpnu[PK1 Z~}{{Y6=vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BiReservation.phpnu[PK1 ZZZb:Bvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/CreateSlotPoolMetadata.phpnu[PK1 Z]rUUk&Fvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SplitCapacityCommitmentResponse.phpnu[PK1 Z6gllfMvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocations.phpnu[PK1 Zbygvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsCapacityCommitments.phpnu[PK1 Z588}Uvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservationsAssignments.phpnu[PK1 Z _:vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.phpnu[PK1 Zrvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservations.phpnu[PK1 Z(]vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Projects.phpnu[PK1 ZU9 ^"vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/CapacityCommitment.phpnu[PK1 ZYgge7vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SearchAssignmentsResponse.phpnu[PK1 Z&Vjjh3vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SearchAllAssignmentsResponse.phpnu[PK1 ZOU5vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.phpnu[PK1 Z8bRgvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.phpnu[PK1 Z83XXbvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.phpnu[PK1 ZGW duvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.phpnu[PK1 ZNRRWvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Reservation.phpnu[PK1 Zkvendor/google/apiclient-services/src/Google/Service/BigQueryReservation/MergeCapacityCommitmentsRequest.phpnu[PK1 Zfgiij(vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/SplitCapacityCommitmentRequest.phpnu[PK1 Z++^+vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.phpnu[PK1 Zēcvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.phpnu[PK1 Z$]2U* vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumn.phpnu[PK1 Z)`Ivendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestTimeRange.phpnu[PK1 Z( ]\vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.phpnu[PK1 Z-}{^"vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.phpnu[PK1 ZUYB)vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumnList.phpnu[PK1 Zp Z.vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Reports.phpnu[PK1 ZW5Ϟ](;vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Conversion.phpnu[PK1 ZE66_Lvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/SavedColumns.phpnu[PK1 Z=YSvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.phpnu[PK1 Z  PWvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Report.phpnu[PK1 ZkUjcvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportFiles.phpnu[PK1 Z$dgvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.phpnu[PK1 Z͡p\  Xmvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.phpnu[PK1 ZVrvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomMetric.phpnu[PK1 ZٴTAbvvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.phpnu[PK1 ZoT(vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Conversion.phpnu[PK1 ZoVNvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Availability.phpnu[PK1 ZZ1RWvendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequest.phpnu[PK1 Z˵Rvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Proposal.phpnu[PK1 Z~"wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByCreativeResponse.phpnu[PK1 ZS'3fpvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RemoveDealAssociationRequest.phpnu[PK1 Zu[Uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MetricValue.phpnu[PK1 Z떼Q'vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPart.phpnu[PK1 Z}(-{{Tdvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AppContext.phpnu[PK1 ZxIXccvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedAuctionTerms.phpnu[PK1 Z/PFFNvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Date.phpnu[PK1 ZGwNvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Note.phpnu[PK1 Z,NyyPtvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdSize.phpnu[PK1 Z̨Ueemmvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponsesWithoutBidsResponse.phpnu[PK1 ZLȕSovendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilterSet.phpnu[PK1 Z~5^ vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidDetailRow.phpnu[PK1 Zvزe(vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.phpnu[PK1 ZJъY,vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.phpnu[PK1 Z=xUV=0vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FrequencyCap.phpnu[PK1 ZT`5vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListLosingBidsResponse.phpnu[PK1 ZZцyS<vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealTerms.phpnu[PK1 Z+'YHLvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/SecurityContext.phpnu[PK1 Z77[aPvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeStatusRow.phpnu[PK1 Zg|L`#Xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidCreativeRow.phpnu[PK1 Z8[_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AbsoluteDateRange.phpnu[PK1 Zû:v_=fvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSpecification.phpnu[PK1 ZMc)V{mvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeInterval.phpnu[PK1 Z]`qvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidMetricsResponse.phpnu[PK1 ZfWݍO xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Money.phpnu[PK1 Z&b}vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/OperatingSystemTargeting.phpnu[PK1 Zl3[+vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingCriteria.phpnu[PK1 ZdۍXi}vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidRequestsResponse.phpnu[PK1 ZQ ))]Òvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.phpnu[PK1 Zw7CbbUyvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PrivateData.phpnu[PK1 ZZAA^`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.phpnu[PK1 Z:k/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfileMobileApplication.phpnu[PK1 ZHCC_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProposalsResponse.phpnu[PK1 ZQa`Zvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/InventorySizeTargeting.phpnu[PK1 Z@wwU˲vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.phpnu[PK1 ZH^hǷvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonBillableWinningBidStatusRow.phpnu[PK1 Z&ǮX]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoTargeting.phpnu[PK1 Zm6bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CancelNegotiationRequest.phpnu[PK1 Zi7_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.phpnu[PK1 Z{AcMvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.phpnu[PK1 ZI''[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RelativeDateRange.phpnu[PK1 ZÛJJTIvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.phpnu[PK1 ZPP`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilterSetsResponse.phpnu[PK1 ZH-,,dvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MobileApplicationTargeting.phpnu[PK1 Z[CC_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.phpnu[PK1 ZCYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.phpnu[PK1 Zba a vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponsesWithoutBids.phpnu[PK1 Z xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBids.phpnu[PK1 ZKKdvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSets.phpnu[PK1 Z1` vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsDetails.phpnu[PK1 ZH H {5(vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponsesWithoutBids.phpnu[PK1 Zrp= ..d(3vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProposals.phpnu[PK1 Zi7 L L yavendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsCreatives.phpnu[PK1 ZHnRbmvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccounts.phpnu[PK1 Z]'~ ~ cqvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProducts.phpnu[PK1 Z:ˁ w|vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsDetails.phpnu[PK1 ZRw mvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsFinalizedProposals.phpnu[PK1 Z # }}tvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreativesDealAssociations.phpnu[PK1 Zi9 }Ҥvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsImpressionMetrics.phpnu[PK1 ZuHd d Ovendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsCreatives.phpnu[PK1 Zccldvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSets.phpnu[PK1 Z\;mcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsInvitations.phpnu[PK1 ZŷBO vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsLosingBids.phpnu[PK1 Z  z0vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsNonBillableWinningBids.phpnu[PK1 ZX6h+ + vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidRequests.phpnu[PK1 Zj1 uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponseErrors.phpnu[PK1 ZcRRdV vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreatives.phpnu[PK1 Z_%  w<*vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidRequests.phpnu[PK1 Z#a| | v4vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidMetrics.phpnu[PK1 ZRX n?vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsLosingBids.phpnu[PK1 ZG/ }BIvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponseErrors.phpnu[PK1 Z [Svendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.phpnu[PK1 Z܉hk k lXvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsPublisherProfiles.phpnu[PK1 Z ` p bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBids.phpnu[PK1 Z0nϸ uElvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsImpressionMetrics.phpnu[PK1 ZzQngvvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsUsers.phpnu[PK1 ZqgH(bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClients.phpnu[PK1 ZPWeZ,vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Bidders.phpnu[PK1 Z! 4 4 Bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsNonBillableWinningBids.phpnu[PK1 Zd d n(vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidMetrics.phpnu[PK1 Z:W*vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NativeContent.phpnu[PK1 ZO~kpvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUserInvitationsResponse.phpnu[PK1 Zic++Zvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPartTargeting.phpnu[PK1 Zg55WEvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidMetricsRow.phpnu[PK1 ZwP[bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidsResponse.phpnu[PK1 ZT^Evendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CompleteSetupRequest.phpnu[PK1 ZM2((X~vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddNoteRequest.phpnu[PK1 Z8| ].vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TechnologyTargeting.phpnu[PK1 ZimZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfile.phpnu[PK1 ZNar\ vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlacementTargeting.phpnu[PK1 Z-@ >V V ^Lvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MarketplaceTargeting.phpnu[PK1 Z0"P0"vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Seller.phpnu[PK1 ZFccV&vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/UrlTargeting.phpnu[PK1 ZB666^+vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProductsResponse.phpnu[PK1 Z hSr1vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeOfDay.phpnu[PK1 ZmHH^7vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PauseProposalRequest.phpnu[PK1 ZK^:vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUserInvitation.phpnu[PK1 Z;TXXlL@vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListNonBillableWinningBidsResponse.phpnu[PK1 ZOOf@Gvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.phpnu[PK1 ZT}}[hMvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RealtimeTimeRange.phpnu[PK1 Z.{77ipQvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidResponseWithoutBidsStatusRow.phpnu[PK1 Z@Y,_@Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdTechnologyProviders.phpnu[PK1 Zg4qg^vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponseErrorsResponse.phpnu[PK1 Zر]evendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealServingMetadata.phpnu[PK1 Zz22Q@jvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Product.phpnu[PK1 Zq}X}vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AuctionContext.phpnu[PK1 ZXxy.ggZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CalloutStatusRow.phpnu[PK1 ZlWu vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByDetailResponse.phpnu[PK1 ZH^Qvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ImpressionMetricsRow.phpnu[PK1 Z&\ZZXvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingValue.phpnu[PK1 ZoDP<Nivendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Size.phpnu[PK1 Z A\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ContactInformation.phpnu[PK1 Z%_ vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ResumeProposalRequest.phpnu[PK1 Z!NNOHvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Buyer.phpnu[PK1 Z iiK K Xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingContext.phpnu[PK1 Z7X+ + Pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Client.phpnu[PK1 ZR9*Yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealPauseStatus.phpnu[PK1 Z+[ vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CriteriaTargeting.phpnu[PK1 Z:~~Wfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RowDimensions.phpnu[PK1 ZmoTkvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Correction.phpnu[PK1 Zu u Vvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSize.phpnu[PK1 ZNavendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.phpnu[PK1 ZV\vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.phpnu[PK1 ZGOHvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Price.phpnu[PK1 ZX6UUOvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Image.phpnu[PK1 Z x9ddc vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.phpnu[PK1 Znvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FirstPartyMobileApplicationTargeting.phpnu[PK1 Z*FBUvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Disapproval.phpnu[PK1 ZYݏ_Pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AcceptProposalRequest.phpnu[PK1 ZޱT-gn!vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListImpressionMetricsResponse.phpnu[PK1 ZKRllR'vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.phpnu[PK1 Z=2VGvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoContent.phpnu[PK1 ZHjghLvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListPublisherProfilesResponse.phpnu[PK1 ZOB^Rvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeRestrictions.phpnu[PK1 Ze ''aYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.phpnu[PK1 Zw&Y_vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DeliveryControl.phpnu[PK1 Z !!Nfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Deal.phpnu[PK1 ZذnW vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PricePerBuyer.phpnu[PK1 ZCjfVvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedFixedPriceTerms.phpnu[PK1 Zf[vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptorMetadata.phpnu[PK1 ZJ|QWvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayloadError.phpnu[PK1 ZMkYvendor/google/apiclient-services/src/Google/Service/Monitoring/QueryTimeSeriesRequest.phpnu[PK1 ZהgLLX=vendor/google/apiclient-services/src/Google/Service/Monitoring/IstioCanonicalService.phpnu[PK1 ZYIԻJJNvendor/google/apiclient-services/src/Google/Service/Monitoring/Aggregation.phpnu[PK1 ZatssYٳvendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.phpnu[PK1 ZaHջvendor/google/apiclient-services/src/Google/Service/Monitoring/Group.phpnu[PK1 Z~j  H5vendor/google/apiclient-services/src/Google/Service/Monitoring/Field.phpnu[PK1 Z Rvendor/google/apiclient-services/src/Google/Service/Monitoring/LabelDescriptor.phpnu[PK1 ZQ 4KXvendor/google/apiclient-services/src/Google/Service/Monitoring/ServiceLevelIndicator.phpnu[PK1 Zd FFP>vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricAbsence.phpnu[PK1 Z'e``Lvendor/google/apiclient-services/src/Google/Service/Monitoring/Telemetry.phpnu[PK1 Zy?K433Pvendor/google/apiclient-services/src/Google/Service/Monitoring/DroppedLabels.phpnu[PK1 ZA]??cvendor/google/apiclient-services/src/Google/Service/Monitoring/VerifyNotificationChannelRequest.phpnu[PK1 Z%g g Revendor/google/apiclient-services/src/Google/Service/Monitoring/WindowsBasedSli.phpnu[PK1 Z= VNvendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannel.phpnu[PK1 ZBbkkZvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.phpnu[PK1 ZFoO vendor/google/apiclient-services/src/Google/Service/Monitoring/ClusterIstio.phpnu[PK1 ZZד Rvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.phpnu[PK1 ZJJRPvendor/google/apiclient-services/src/Google/Service/Monitoring/DistributionCut.phpnu[PK1 Z: $O vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeInterval.phpnu[PK1 ZF]S, , G$vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.phpnu[PK1 Zz@@K/.vendor/google/apiclient-services/src/Google/Service/Monitoring/BasicSli.phpnu[PK1 Z[J6vendor/google/apiclient-services/src/Google/Service/Monitoring/Trigger.phpnu[PK1 Z[hP4;vendor/google/apiclient-services/src/Google/Service/Monitoring/ResourceGroup.phpnu[PK1 ZMMa?vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckConfigsResponse.phpnu[PK1 ZTFvendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.phpnu[PK1 ZIXvendor/google/apiclient-services/src/Google/Service/Monitoring/Linear.phpnu[PK1 ZBl$6W]vendor/google/apiclient-services/src/Google/Service/Monitoring/AvailabilityCriteria.phpnu[PK1 Z Tavendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.phpnu[PK1 ZCbbKUevendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.phpnu[PK1 ZmږI2ivendor/google/apiclient-services/src/Google/Service/Monitoring/Custom.phpnu[PK1 ZVwPNAlvendor/google/apiclient-services/src/Google/Service/Monitoring/MetricRange.phpnu[PK1 Z8Hqvendor/google/apiclient-services/src/Google/Service/Monitoring/Range.phpnu[PK1 ZaUuvendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.phpnu[PK1 Zh.]Pe{vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.phpnu[PK1 ZdQvendor/google/apiclient-services/src/Google/Service/Monitoring/ContentMatcher.phpnu[PK1 ZsyR_vendor/google/apiclient-services/src/Google/Service/Monitoring/ValueDescriptor.phpnu[PK1 Z~5zzcvendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringQueryLanguageCondition.phpnu[PK1 Z7 I vendor/google/apiclient-services/src/Google/Service/Monitoring/Option.phpnu[PK1 Zbdggc?vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelsResponse.phpnu[PK1 Z&R9vendor/google/apiclient-services/src/Google/Service/Monitoring/InternalChecker.phpnu[PK1 ZwtLPvendor/google/apiclient-services/src/Google/Service/Monitoring/MeshIstio.phpnu[PK1 ZP0Jvendor/google/apiclient-services/src/Google/Service/Monitoring/Service.phpnu[PK1 ZhʟRCvendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.phpnu[PK1 Z@ Rdvendor/google/apiclient-services/src/Google/Service/Monitoring/MetricThreshold.phpnu[PK1 Z Svendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.phpnu[PK1 ZU=''Kvendor/google/apiclient-services/src/Google/Service/Monitoring/TcpCheck.phpnu[PK1 Z#| | ravendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.phpnu[PK1 Z 11fvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.phpnu[PK1 ZjFvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ServicesServiceLevelObjectives.phpnu[PK1 Zf''c vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/OrganizationsTimeSeries.phpnu[PK1 ZUUa1vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.phpnu[PK1 Z*E'']Ovendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/FoldersTimeSeries.phpnu[PK1 Z[iY pwvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.phpnu[PK1 Z,_0 0 a:vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.phpnu[PK1 Z%!c*c*hvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.phpnu[PK1 Zn·Zvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.phpnu[PK1 ZQ\T7vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Services.phpnu[PK1 Z5rrSGvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Folders.phpnu[PK1 Z.Xe<vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.phpnu[PK1 Z\}AZvendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.phpnu[PK1 ZBx:.:.^vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.phpnu[PK1 ZҢOvvT6vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Projects.phpnu[PK1 Z^Y:vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Organizations.phpnu[PK1 Z4YWif>vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.phpnu[PK1 ZZBhh]tVvendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckIpsResponse.phpnu[PK1 ZUHHPi\vendor/google/apiclient-services/src/Google/Service/Monitoring/SourceContext.phpnu[PK1 Z$W1`vendor/google/apiclient-services/src/Google/Service/Monitoring/PerformanceThreshold.phpnu[PK1 ZPTTXgvendor/google/apiclient-services/src/Google/Service/Monitoring/ServiceLevelObjective.phpnu[PK1 ZIhNpvendor/google/apiclient-services/src/Google/Service/Monitoring/AlertPolicy.phpnu[PK1 Z$_3`vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannelDescriptor.phpnu[PK1 ZXa`  \7vendor/google/apiclient-services/src/Google/Service/Monitoring/ListAlertPoliciesResponse.phpnu[PK1 Z(VZM̏vendor/google/apiclient-services/src/Google/Service/Monitoring/LabelValue.phpnu[PK1 Z~5P vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.phpnu[PK1 Z9QQRXvendor/google/apiclient-services/src/Google/Service/Monitoring/LatencyCriteria.phpnu[PK1 Z]FFN+vendor/google/apiclient-services/src/Google/Service/Monitoring/SpanContext.phpnu[PK1 Z}=wwcvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesResponse.phpnu[PK1 ZvM[vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupMembersResponse.phpnu[PK1 Zw_QDDLhvendor/google/apiclient-services/src/Google/Service/Monitoring/AppEngine.phpnu[PK1 Z 6ppM(vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.phpnu[PK1 ZTO O Lvendor/google/apiclient-services/src/Google/Service/Monitoring/HttpCheck.phpnu[PK1 Z4Hvendor/google/apiclient-services/src/Google/Service/Monitoring/Point.phpnu[PK1 Z=@l Lvendor/google/apiclient-services/src/Google/Service/Monitoring/Condition.phpnu[PK1 Z|KWlNvendor/google/apiclient-services/src/Google/Service/Monitoring/Exponential.phpnu[PK1 Zv9?( Onvendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.phpnu[PK1 Z1Ppvendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckIp.phpnu[PK1 Zː~~Wvendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeriesDescriptor.phpnu[PK1 Zbevendor/google/apiclient-services/src/Google/Service/Monitoring/ListServiceLevelObjectivesResponse.phpnu[PK1 ZVHvendor/google/apiclient-services/src/Google/Service/Monitoring/Error.phpnu[PK1 ZaI3vendor/google/apiclient-services/src/Google/Service/Monitoring/Status.phpnu[PK1 Z)=PEvendor/google/apiclient-services/src/Google/Service/Monitoring/Documentation.phpnu[PK1 Zvvp vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeRequest.phpnu[PK1 ZO͑L vendor/google/apiclient-services/src/Google/Service/Monitoring/PointData.phpnu[PK1 ZaP^Avendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceDescriptor.phpnu[PK1 Z#6((\vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceMetadata.phpnu[PK1 Z@LzK6!vendor/google/apiclient-services/src/Google/Service/Monitoring/Exemplar.phpnu[PK1 Zs\W&vendor/google/apiclient-services/src/Google/Service/Monitoring/ListServicesResponse.phpnu[PK1 Z[&I",vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.phpnu[PK1 Zl:]BBQ\0vendor/google/apiclient-services/src/Google/Service/Monitoring/CloudEndpoints.phpnu[PK1 Z|9V4vendor/google/apiclient-services/src/Google/Service/Monitoring/BasicAuthentication.phpnu[PK1 Z4V;4 4 M8vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeries.phpnu[PK1 Z?ְqNDvendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeResponse.phpnu[PK1 Z۸KMMbHvendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.phpnu[PK1 ZǷllRPvendor/google/apiclient-services/src/Google/Service/Monitoring/RequestBasedSli.phpnu[PK1 Z;QWvendor/google/apiclient-services/src/Google/Service/Monitoring/MutationRecord.phpnu[PK1 Z mJ\vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelDescriptorsResponse.phpnu[PK1 Zbqbvendor/google/apiclient-services/src/Google/Service/Monitoring/SendNotificationChannelVerificationCodeRequest.phpnu[PK1 ZF#, , Zfvendor/google/apiclient-services/src/Google/Service/Monitoring/QueryTimeSeriesResponse.phpnu[PK1 ZMnEZovendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesSummary.phpnu[PK1 ZQNvvendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeriesData.phpnu[PK1 Ze3A{[[R|vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeriesRatio.phpnu[PK1 ZoZvendor/google/apiclient-services/src/Google/Service/Monitoring/GoogleMonitoringV3Range.phpnu[PK1 ZHy,k܆vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.phpnu[PK1 ZLUDvendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValueError.phpnu[PK1 ZHg`wvendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.phpnu[PK1 Z`c))Gvendor/google/apiclient-services/src/Google/Service/CustomSearchAPI.phpnu[PK1 ZoILvendor/google/apiclient-services/src/Google/Service/Spanner/QueryOptions.phpnu[PK1 Z#Uvendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.phpnu[PK1 Z>B Edvendor/google/apiclient-services/src/Google/Service/Spanner/Write.phpnu[PK1 ZwҵNNVmvendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.phpnu[PK1 ZqVAvendor/google/apiclient-services/src/Google/Service/Spanner/RestoreDatabaseRequest.phpnu[PK1 ZՈ00^vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabaseOperationsResponse.phpnu[PK1 ZyjӎYvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.phpnu[PK1 Z99_vendor/google/apiclient-services/src/Google/Service/Spanner/RestoreDatabaseEncryptionConfig.phpnu[PK1 Z,bNvendor/google/apiclient-services/src/Google/Service/Spanner/InstanceConfig.phpnu[PK1 Z{{Evendor/google/apiclient-services/src/Google/Service/Spanner/Field.phpnu[PK1 Z:OOWvendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.phpnu[PK1 Ze5&99Fvendor/google/apiclient-services/src/Google/Service/Spanner/KeySet.phpnu[PK1 ZE=%%NHvendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.phpnu[PK1 ZLƆiN vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionedDml.phpnu[PK1 Z N vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetStats.phpnu[PK1 Zfe||D)vendor/google/apiclient-services/src/Google/Service/Spanner/Type.phpnu[PK1 Z7Ivendor/google/apiclient-services/src/Google/Service/Spanner/ChildLink.phpnu[PK1 Z^ObQ vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionResponse.phpnu[PK1 ZM7M&vendor/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.phpnu[PK1 Z's8S)/vendor/google/apiclient-services/src/Google/Service/Spanner/ListBackupsResponse.phpnu[PK1 ZGjjO4vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.phpnu[PK1 ZwS8vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.phpnu[PK1 ZA㰙U,=vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionQueryRequest.phpnu[PK1 Z8NNXFvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlRequest.phpnu[PK1 ZdddFzKvendor/google/apiclient-services/src/Google/Service/Spanner/Policy.phpnu[PK1 ZnWTQvendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlResponse.phpnu[PK1 ZoUWvendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.phpnu[PK1 ZI~3]U]vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.phpnu[PK1 Z1  Hvbvendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.phpnu[PK1 Z@еIlvendor/google/apiclient-services/src/Google/Service/Spanner/ResultSet.phpnu[PK1 ZW} Hsvendor/google/apiclient-services/src/Google/Service/Spanner/Database.phpnu[PK1 ZIevendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.phpnu[PK1 ZśBCCStvendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.phpnu[PK1 Z͛Z:vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsResponse.phpnu[PK1 Zzmt..Z]vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.phpnu[PK1 ZM-!!kvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesBackupsOperations.phpnu[PK1 Zt~jvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesBackupOperations.phpnu[PK1 Ze `'vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.phpnu[PK1 Z`2ʧ**cvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.phpnu[PK1 Z:wmU-U-avendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesBackups.phpnu[PK1 Z"?hCCkBvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.phpnu[PK2 Z27lvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabaseOperations.phpnu[PK2 Z1jjQvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.phpnu[PK2 Z?|  dvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.phpnu[PK2 Zv''mvendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesOperations.phpnu[PK2 Z`::Vjvendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceMetadata.phpnu[PK2 Zst_H*vendor/google/apiclient-services/src/Google/Service/Spanner/KeyRange.phpnu[PK2 ZźBBI,vendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.phpnu[PK2 Zd??[vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.phpnu[PK2 Z~wVVPvendor/google/apiclient-services/src/Google/Service/Spanner/EncryptionConfig.phpnu[PK2 Z˳vvGvendor/google/apiclient-services/src/Google/Service/Spanner/Binding.phpnu[PK2 ZRKJtvendor/google/apiclient-services/src/Google/Service/Spanner/BackupInfo.phpnu[PK2 Z=[[Pmvendor/google/apiclient-services/src/Google/Service/Spanner/PartitionOptions.phpnu[PK2 Z~?0,,ZHvendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.phpnu[PK2 Z9Rvendor/google/apiclient-services/src/Google/Service/Spanner/TransactionOptions.phpnu[PK2 ZFH Kvendor/google/apiclient-services/src/Google/Service/Spanner/Transaction.phpnu[PK2 Zl&rrHsvendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.phpnu[PK2 Z^ZZH]vendor/google/apiclient-services/src/Google/Service/Spanner/Instance.phpnu[PK2 Zu4U/vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.phpnu[PK2 Z"%Tvendor/google/apiclient-services/src/Google/Service/Spanner/ListSessionsResponse.phpnu[PK2 Z3WiYavendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.phpnu[PK2 ZRffKvendor/google/apiclient-services/src/Google/Service/Spanner/CommitStats.phpnu[PK2 Z@L Tc!vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionReadRequest.phpnu[PK2 Z //I+vendor/google/apiclient-services/src/Google/Service/Spanner/Statement.phpnu[PK2 Z2uuSV1vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.phpnu[PK2 ZKN8vendor/google/apiclient-services/src/Google/Service/Spanner/RestoreInfo.phpnu[PK2 ZldN=vendor/google/apiclient-services/src/Google/Service/Spanner/EncryptionInfo.phpnu[PK2 Z J9Dvendor/google/apiclient-services/src/Google/Service/Spanner/StructType.phpnu[PK2 Z0B/GHvendor/google/apiclient-services/src/Google/Service/Spanner/Session.phpnu[PK2 ZMyyUNvendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseRequest.phpnu[PK2 ZYqqIUvendor/google/apiclient-services/src/Google/Service/Spanner/Operation.phpnu[PK2 ZIF\vendor/google/apiclient-services/src/Google/Service/Spanner/Status.phpnu[PK2 Z2VVavendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.phpnu[PK2 ZiD  Tivendor/google/apiclient-services/src/Google/Service/Spanner/CreateSessionRequest.phpnu[PK2 Z((Vmvendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.phpnu[PK2 Z{VVsvendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.phpnu[PK2 ZHOL L Fiwvendor/google/apiclient-services/src/Google/Service/Spanner/Backup.phpnu[PK2 Z::V+vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceMetadata.phpnu[PK2 ZFvendor/google/apiclient-services/src/Google/Service/Spanner/Delete.phpnu[PK2 Z_fqf..\vendor/google/apiclient-services/src/Google/Service/Spanner/ListBackupOperationsResponse.phpnu[PK2 ZΐtQvendor/google/apiclient-services/src/Google/Service/Spanner/OperationProgress.phpnu[PK2 Z Pvendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.phpnu[PK2 Z^g`/vendor/google/apiclient-services/src/Google/Service/Spanner/OptimizeRestoredDatabaseMetadata.phpnu[PK2 ZՔ@@Tvendor/google/apiclient-services/src/Google/Service/Spanner/CreateBackupMetadata.phpnu[PK2 Z풁O$$Pmvendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.phpnu[PK2 Z0 0 Wvendor/google/apiclient-services/src/Google/Service/Spanner/RestoreDatabaseMetadata.phpnu[PK2 Zy7rCKȻvendor/google/apiclient-services/src/Google/Service/Spanner/ReplicaInfo.phpnu[PK2 Z#Qvendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.phpnu[PK2 Zq񄠙Lqvendor/google/apiclient-services/src/Google/Service/Spanner/SpannerEmpty.phpnu[PK2 Zxl Kvendor/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.phpnu[PK2 Zcii[vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.phpnu[PK2 Z9ػ Hvendor/google/apiclient-services/src/Google/Service/Spanner/PlanNode.phpnu[PK2 ZkkI$vendor/google/apiclient-services/src/Google/Service/Spanner/Partition.phpnu[PK2 Z+Ϻ Qvendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.phpnu[PK2 ZfHHD!vendor/google/apiclient-services/src/Google/Service/Spanner/Expr.phpnu[PK2 Zy>Svendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.phpnu[PK2 ZXxvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Binding.phpnu[PK2 ZWXXTvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleTypeExpr.phpnu[PK2 ZVijjQ vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.phpnu[PK2 ZWvendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Policy.phpnu[PK2 Z1hhd"vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1SetIamPolicyRequest.phpnu[PK2 Z5( j'vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsRequest.phpnu[PK2 Z&Kk+vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsResponse.phpnu[PK2 ZD^=0vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.phpnu[PK2 Z%Z7vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ServiceContext.phpnu[PK2 Z?kkb<vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.phpnu[PK2 ZöETS S XCvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorContext.phpnu[PK2 Z7qĥ^Mvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportedErrorEvent.phpnu[PK2 Zj~GVUvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TimedCount.phpnu[PK2 Z+$$[ [vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.phpnu[PK2 Z  civendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.phpnu[PK2 Z% cV{vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.phpnu[PK2 ZwC]|vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.phpnu[PK2 Ze gŌvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.phpnu[PK2 ZQ}:44^ vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListEventsResponse.phpnu[PK2 Z+kVˡvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.phpnu[PK2 Zz.V vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.phpnu[PK2 Z%zcZUvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceLocation.phpnu[PK2 Zuna[vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceReference.phpnu[PK2 Z#M`Svendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.phpnu[PK2 Z5dvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.phpnu[PK2 Z+P ..Yvendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TrackingIssue.phpnu[PK2 Z<<>vendor/google/apiclient-services/src/Google/Service/Script.phpnu[PK2 Z ě88Lvendor/google/apiclient-services/src/Google/Service/AccessContextManager.phpnu[PK2 ZH֕JO<vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter.phpnu[PK2 ZqP^Nvendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.phpnu[PK2 ZZ-TғM`vendor/google/apiclient-services/src/Google/Service/AppState/ListResponse.phpnu[PK2 Z WWLfvendor/google/apiclient-services/src/Google/Service/AppState/GetResponse.phpnu[PK2 ZEOLlvendor/google/apiclient-services/src/Google/Service/AppState/WriteResult.phpnu[PK2 ZNrvendor/google/apiclient-services/src/Google/Service/AppState/UpdateRequest.phpnu[PK2 Zt.l l O:vvendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.phpnu[PK2 Z-/.VV=%vendor/google/apiclient-services/src/Google/Service/Games.phpnu[PK2 Z~ǎAADvendor/google/apiclient-services/src/Google/Service/CloudOSLogin.phpnu[PK2 ZN]$ K:vendor/google/apiclient-services/src/Google/Service/Customsearch/Search.phpnu[PK2 Z=XPvendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.phpnu[PK2 Z!,Qvendor/google/apiclient-services/src/Google/Service/Customsearch/ResultLabels.phpnu[PK2 ZřWY vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.phpnu[PK2 ZInަ''Qvendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.phpnu[PK2 ZcL(L(]>7vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/CseSiterestrict.phpnu[PK2 ZM<nnS`vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionImage.phpnu[PK2 ZKevendor/google/apiclient-services/src/Google/Service/Customsearch/Result.phpnu[PK2 ZE<<^ tvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueriesPreviousPage.phpnu[PK2 Z ?$$\֏vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.phpnu[PK2 ZeSw88Zvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueriesNextPage.phpnu[PK2 ZB\%RHvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueries.phpnu[PK2 ZhsNvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchUrl.phpnu[PK2 Zޛ77Yvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchQueriesRequest.phpnu[PK2 Zw :eeSvendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSpelling.phpnu[PK2 ZC\.Nvendor/google/apiclient-services/src/Google/Service/Customsearch/Promotion.phpnu[PK2 Z:\vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsRequest.phpnu[PK2 ZQZKBvendor/google/apiclient-services/src/Google/Service/Dataproc/DiskConfig.phpnu[PK2 ZbbZ3Hvendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.phpnu[PK2 Z_TNvendor/google/apiclient-services/src/Google/Service/Dataproc/StartClusterRequest.phpnu[PK2 Z`AkeRvendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.phpnu[PK2 Zz&K~rrR%Xvendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.phpnu[PK2 Z1  H]vendor/google/apiclient-services/src/Google/Service/Dataproc/Cluster.phpnu[PK2 Z !''Mivendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowNode.phpnu[PK2 ZQTeggP9pvendor/google/apiclient-services/src/Google/Service/Dataproc/ValueValidation.phpnu[PK2 Zd<: J tvendor/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.phpnu[PK2 ZwNNJ!~vendor/google/apiclient-services/src/Google/Service/Dataproc/JobStatus.phpnu[PK2 ZvvJvendor/google/apiclient-services/src/Google/Service/Dataproc/Operation.phpnu[PK2 ZRيvendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceReference.phpnu[PK2 ZgܨG*vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.phpnu[PK2 ZZy22N8vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowGraph.phpnu[PK2 ZLLOvendor/google/apiclient-services/src/Google/Service/Dataproc/EndpointConfig.phpnu[PK2 Z1w/  Qvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplate.phpnu[PK2 ZSNA(RPvendor/google/apiclient-services/src/Google/Service/Dataproc/TemplateParameter.phpnu[PK2 ZeGccHRvendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.phpnu[PK2 ZŰQ-vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperation.phpnu[PK2 Z ~``K/vendor/google/apiclient-services/src/Google/Service/Dataproc/OrderedJob.phpnu[PK2 ZsTO vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.phpnu[PK2 Z.d,,Wvendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.phpnu[PK2 Z"@JWvendor/google/apiclient-services/src/Google/Service/Dataproc/SparkRJob.phpnu[PK2 ZSUSvendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.phpnu[PK2 Z{9(Mvendor/google/apiclient-services/src/Google/Service/Dataproc/JobReference.phpnu[PK2 ZTqvendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.phpnu[PK2 Z\F[vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.phpnu[PK2 Z=``Zvendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplatePlacement.phpnu[PK2 Z!kcvendor/google/apiclient-services/src/Google/Service/Dataproc/InstantiateWorkflowTemplateRequest.phpnu[PK2 Zsc6H H Lvendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.phpnu[PK2 ZVTvendor/google/apiclient-services/src/Google/Service/Dataproc/ParameterValidation.phpnu[PK2 ZJQ1%vendor/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.phpnu[PK2 ZO0W])vendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.phpnu[PK2 Zwh5Q,vendor/google/apiclient-services/src/Google/Service/Dataproc/SubmitJobRequest.phpnu[PK2 ZYdwwN1vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.phpnu[PK2 Z-ziiJ5vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.phpnu[PK2 Z``W9vendor/google/apiclient-services/src/Google/Service/Dataproc/ShieldedInstanceConfig.phpnu[PK2 ZXrS66Oj?vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.phpnu[PK2 Z%ooPPvendor/google/apiclient-services/src/Google/Service/Dataproc/RegexValidation.phpnu[PK2 Z`!IIETvendor/google/apiclient-services/src/Google/Service/Dataproc/Expr.phpnu[PK2 Z@]ZYvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.phpnu[PK2 Zv'ugr_vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DisjunctiveMatchStatement.phpnu[PK2 ZR`fdvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsRequest.phpnu[PK2 ZvvXjvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.phpnu[PK2 Z+{"mmZQtvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.phpnu[PK2 Zl SH{vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.phpnu[PK2 ZYŇvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/EventFilter.phpnu[PK2 ZU'vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Options.phpnu[PK2 ZOkdvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsRequest.phpnu[PK2 ZL+uDtt\֘vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.phpnu[PK2 ZYj[֠vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.phpnu[PK2 Z/ Wvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.phpnu[PK2 ZMWvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.phpnu[PK2 ZqZvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.phpnu[PK2 Z<& & `Jvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.phpnu[PK2 Z^vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.phpnu[PK2 Zt^ vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.phpnu[PK2 ZDؤ]evendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ChannelGrouping.phpnu[PK2 Z}~fTvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.phpnu[PK2 ZQ{R^vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/PathQueryOptions.phpnu[PK2 ZΆZZ[+vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.phpnu[PK2 Z@wS]vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.phpnu[PK2 Z@R5vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Rule.phpnu[PK2 Z ffgvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsResponse.phpnu[PK2 Z]vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.phpnu[PK2 Zɝa. vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListQueriesResponse.phpnu[PK2 Zdvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/PathQueryOptionsFilter.phpnu[PK2 Z_ cXvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.phpnu[PK2 Z ЈXvendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/PathFilter.phpnu[PK2 Z?Ėa$!vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.phpnu[PK2 Z,e|'vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsResponse.phpnu[PK2 Z+J J [,vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.phpnu[PK2 Z^9vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.phpnu[PK2 ZoXAvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStats.phpnu[PK2 Z#.\\][Evendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStatsReply.phpnu[PK2 ZEE`DIvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatscollectionResource.phpnu[PK2 ZM'KTRvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/DoubleValue.phpnu[PK2 ZCERRSiVvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatsReply.phpnu[PK2 Z0Q>Zvendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/IntValue.phpnu[PK2 Z>kN^vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/Stats.phpnu[PK2 Z}JTevendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StringValue.phpnu[PK2 Z!HHCjvendor/google/apiclient-services/src/Google/Service/Recommender.phpnu[PK2 ZԆ5  I|vendor/google/apiclient-services/src/Google/Service/PagespeedInsights.phpnu[PK2 Z`ҐZZ_ vendor/google/apiclient-services/src/Google/Service/Analytics/FilterSearchAndReplaceDetails.phpnu[PK2 ZU=\\vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.phpnu[PK2 Z 詾^^Ivendor/google/apiclient-services/src/Google/Service/Analytics/McfData.phpnu[PK2 Z>F[vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.phpnu[PK2 Z WWZ(vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitNumPagesDetails.phpnu[PK2 Z HQ vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTable.phpnu[PK2 ZTVHvendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.phpnu[PK2 Z،C߁Yvendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.phpnu[PK2 Z&,,Uvendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.phpnu[PK2 Zi``I[vendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.phpnu[PK2 Z^V4 vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.phpnu[PK2 Z,Lvendor/google/apiclient-services/src/Google/Service/Analytics/AccountRef.phpnu[PK2 Zv( ( Vvendor/google/apiclient-services/src/Google/Service/Analytics/LinkedForeignAccount.phpnu[PK2 Zo R vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.phpnu[PK2 ZRU}X&vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.phpnu[PK2 Z&̾T*+vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertySummary.phpnu[PK2 Z]VkS4vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.phpnu[PK2 ZZM8vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.phpnu[PK2 ZjWWH^Mvendor/google/apiclient-services/src/Google/Service/Analytics/Filter.phpnu[PK2 Za9X-cvendor/google/apiclient-services/src/Google/Service/Analytics/FilterUppercaseDetails.phpnu[PK2 ZK GGLgvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileRef.phpnu[PK2 ZIkovendor/google/apiclient-services/src/Google/Service/Analytics/Segment.phpnu[PK2 ZGQUwvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.phpnu[PK2 ZϼU}vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.phpnu[PK2 ZfSe[Cvendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.phpnu[PK2 ZZ__`gvendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.phpnu[PK2 Z`IVvendor/google/apiclient-services/src/Google/Service/Analytics/Profile.phpnu[PK2 ZQXħvendor/google/apiclient-services/src/Google/Service/Analytics/FilterLowercaseDetails.phpnu[PK2 ZIAW[?vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.phpnu[PK2 Z2:~~Pvendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertyRef.phpnu[PK2 ZPPvendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.phpnu[PK2 ZLL3vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.phpnu[PK2 ZS.Twvendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeRequest.phpnu[PK2 ZN*Wvendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyParentLink.phpnu[PK2 Z|)  G.vendor/google/apiclient-services/src/Google/Service/Analytics/Goals.phpnu[PK2 Zlvendor/google/apiclient-services/src/Google/Service/Analytics/AnalyticsDataimportDeleteUploadDataRequest.phpnu[PK2 Z }}V6vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.phpnu[PK2 Z2TŌT9vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.phpnu[PK2 ZKIIvendor/google/apiclient-services/src/Google/Service/Analytics/Columns.phpnu[PK2 Z.u| | P vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.phpnu[PK2 ZpvMvendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRows.phpnu[PK2 ZA[+ + Rvendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummaries.phpnu[PK2 Z[|WRx$vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.phpnu[PK2 ZW4vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.phpnu[PK2 Za9b8vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebproperties.phpnu[PK2 Z*eBLvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDimensions.phpnu[PK2 Z\jcvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletionUserDeletionRequest.phpnu[PK2 Z;;eijvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUnsampledReports.phpnu[PK2 Z+·h9~vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementRemarketingAudience.phpnu[PK2 Zoi]vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.phpnu[PK2 ZmH\Ǟvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUploads.phpnu[PK2 ZV\@vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementFilters.phpnu[PK2 Za@ @ Qvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataGa.phpnu[PK2 ZܒWqvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Provisioning.phpnu[PK2 Zivendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebpropertyUserLinks.phpnu[PK2 ZzZ vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/MetadataColumns.phpnu[PK2 Z#LeWvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountSummaries.phpnu[PK2 ZA]vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfiles.phpnu[PK2 Z[,,g-vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileFilterLinks.phpnu[PK2 Zʯ<<]-vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccounts.phpnu[PK2 Z-rrS4vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Metadata.phpnu[PK2 Z%3!JJZ8vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementGoals.phpnu[PK2 Zgp2eOvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountUserLinks.phpnu[PK2 ZQ'f^vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDataSources.phpnu[PK2 Zpf` ` Rgvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataMcf.phpnu[PK2 Z'bbOrvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.phpnu[PK2 Z 88]vvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.phpnu[PK2 Z't..W}vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataRealtime.phpnu[PK2 ZKvQQbOvendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomMetrics.phpnu[PK2 Zw*zzU2vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Management.phpnu[PK2 ZOl1vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebPropertyAdWordsLinks.phpnu[PK2 ZC`vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementExperiments.phpnu[PK2 Z(ߨevendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileUserLinks.phpnu[PK2 ZvbbHvendor/google/apiclient-services/src/Google/Service/Analytics/Upload.phpnu[PK2 ZOlvendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.phpnu[PK2 Zpo5GU U QVvendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.phpnu[PK2 Zx\,vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceParentLink.phpnu[PK2 Z^00U~vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRows.phpnu[PK2 ZgfT3 vendor/google/apiclient-services/src/Google/Service/Analytics/ProfilePermissions.phpnu[PK2 Z4)U6 6 T:vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.phpnu[PK2 Z,kkevendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportDriveDownloadDetails.phpnu[PK2 Z/q Mvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataQuery.phpnu[PK2 ZQYHD(vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.phpnu[PK2 Z qqS;vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.phpnu[PK2 ZxYRBvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.phpnu[PK2 Zό77S Gvendor/google/apiclient-services/src/Google/Service/Analytics/GaDataProfileInfo.phpnu[PK2 ZR VNvendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.phpnu[PK2 Z   J Svendor/google/apiclient-services/src/Google/Service/Analytics/Profiles.phpnu[PK2 Z}h" " N\vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.phpnu[PK2 ZTS3ivendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataQuery.phpnu[PK2 ZRpvendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.phpnu[PK2 ZwttKtvendor/google/apiclient-services/src/Google/Service/Analytics/FilterRef.phpnu[PK2 Z6YRzvendor/google/apiclient-services/src/Google/Service/Analytics/FilterParentLink.phpnu[PK2 Z4kkPvendor/google/apiclient-services/src/Google/Service/Analytics/ProfileSummary.phpnu[PK2 Zэ> > Vvendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudiences.phpnu[PK2 Z k Nvendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.phpnu[PK2 Za%1'Rvendor/google/apiclient-services/src/Google/Service/Analytics/FilterExpression.phpnu[PK2 ZF8::`vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.phpnu[PK2 ZI&. . Rvendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReports.phpnu[PK2 ZlSW^vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.phpnu[PK2 Z Xvendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyPermissions.phpnu[PK2 Z|^Vðvendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.phpnu[PK2 ZR R I vendor/google/apiclient-services/src/Google/Service/Analytics/Account.phpnu[PK2 ZyR[Կvendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.phpnu[PK2 Z   M$vendor/google/apiclient-services/src/Google/Service/Analytics/Experiments.phpnu[PK2 Z7+\\Hvendor/google/apiclient-services/src/Google/Service/Analytics/Column.phpnu[PK2 Z}U&Tvendor/google/apiclient-services/src/Google/Service/Analytics/AccountPermissions.phpnu[PK2 Z Q==Yvendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataProfileInfo.phpnu[PK2 ZsFFU\vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.phpnu[PK2 Z]ff['vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetails.phpnu[PK2 ZNb.O" " Ovendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetrics.phpnu[PK2 Zd^@vendor/google/apiclient-services/src/Google/Service/CloudIAP.phpnu[PK2 Z " "F!vendor/google/apiclient-services/src/Google/Service/CloudFunctions.phpnu[PK2 Z@mmD4vendor/google/apiclient-services/src/Google/Service/DataLabeling.phpnu[PK2 ZdGxO¢vendor/google/apiclient-services/src/Google/Service/Bigquery/TableReference.phpnu[PK2 ZX//Fvendor/google/apiclient-services/src/Google/Service/Bigquery/Model.phpnu[PK2 Z3ƲQvendor/google/apiclient-services/src/Google/Service/Bigquery/LocationMetadata.phpnu[PK2 ZxeRvendor/google/apiclient-services/src/Google/Service/Bigquery/RegressionMetrics.phpnu[PK2 ZA{-1Lvendor/google/apiclient-services/src/Google/Service/Bigquery/ClusterInfo.phpnu[PK2 Z]rl? _Cvendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRunTrainingOptions.phpnu[PK2 ZZGRvendor/google/apiclient-services/src/Google/Service/Bigquery/Policy.phpnu[PK2 Z^Hvendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.phpnu[PK2 Z V 9 9 X?!vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.phpnu[PK2 Z;_^^X.vendor/google/apiclient-services/src/Google/Service/Bigquery/EncryptionConfiguration.phpnu[PK2 Z\aa`1vendor/google/apiclient-services/src/Google/Service/Bigquery/MultiClassClassificationMetrics.phpnu[PK2 Z'sS9vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccessEntry.phpnu[PK2 ZȂ^@vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatisticsReservationUsage.phpnu[PK2 Z rJ`Evendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.phpnu[PK2 Z!UPHvendor/google/apiclient-services/src/Google/Service/Bigquery/Streamingbuffer.phpnu[PK2 Z>\LNvendor/google/apiclient-services/src/Google/Service/Bigquery/Explanation.phpnu[PK2 Z>QSvendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.phpnu[PK2 ZPX.Yvendor/google/apiclient-services/src/Google/Service/Bigquery/HivePartitioningOptions.phpnu[PK2 ZB81HHT^vendor/google/apiclient-services/src/Google/Service/Bigquery/GetIamPolicyRequest.phpnu[PK2 ZšbbKcvendor/google/apiclient-services/src/Google/Service/Bigquery/Clustering.phpnu[PK2 Z bx[zgvendor/google/apiclient-services/src/Google/Service/Bigquery/TestIamPermissionsResponse.phpnu[PK2 Z00Rkvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.phpnu[PK2 ZLNPQvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.phpnu[PK2 Z JJRvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.phpnu[PK2 Z+IIN]vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.phpnu[PK2 ZNssR$vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Projects.phpnu[PK2 Z[f@""Pvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tables.phpnu[PK2 Z2е] SIvendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.phpnu[PK2 Zh[vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/RowAccessPolicies.phpnu[PK2 ZdkkTvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryTimelineSample.phpnu[PK2 Z6YYKvendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.phpnu[PK2 ZJ6 Nm"vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.phpnu[PK2 ZV]R.vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.phpnu[PK2 ZfXZ3vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequest.phpnu[PK2 Z`S;vendor/google/apiclient-services/src/Google/Service/Bigquery/ListModelsResponse.phpnu[PK2 ZEEL*Avendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.phpnu[PK2 Z!{{HEvendor/google/apiclient-services/src/Google/Service/Bigquery/Binding.phpnu[PK2 ZLT_Kvendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2ReservationUsage.phpnu[PK2 ZJODPvendor/google/apiclient-services/src/Google/Service/Bigquery/ModelReference.phpnu[PK2 Z>hSeUvendor/google/apiclient-services/src/Google/Service/Bigquery/ConnectionProperty.phpnu[PK2 Z ӟ^Yvendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.phpnu[PK2 Z41Q^vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.phpnu[PK2 ZTbvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.phpnu[PK2 ZxXXOjvendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.phpnu[PK2 ZߕWLqvendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.phpnu[PK2 Z~ev v Q yvendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.phpnu[PK2 Z=pUvendor/google/apiclient-services/src/Google/Service/Bigquery/ListRoutinesResponse.phpnu[PK2 Z*hhTvendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.phpnu[PK2 ZbN+ؠTvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.phpnu[PK2 ZZvendor/google/apiclient-services/src/Google/Service/Bigquery/TestIamPermissionsRequest.phpnu[PK2 ZK}Qvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlField.phpnu[PK2 Zg9VVY)vendor/google/apiclient-services/src/Google/Service/Bigquery/RowAccessPolicyReference.phpnu[PK2 Z=? ? \vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryClassificationMetrics.phpnu[PK2 ZhWӭvendor/google/apiclient-services/src/Google/Service/Bigquery/PrincipalComponentInfo.phpnu[PK2 ZZRq_'_'PDvendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.phpnu[PK2 Z>='='O#vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.phpnu[PK2 ZzZZ[vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponse.phpnu[PK2 Z)@Q vendor/google/apiclient-services/src/Google/Service/Bigquery/RoutineReference.phpnu[PK2 Z=Zvendor/google/apiclient-services/src/Google/Service/Bigquery/GetServiceAccountResponse.phpnu[PK2 Z[G_Lvendor/google/apiclient-services/src/Google/Service/Bigquery/DimensionalityReductionMetrics.phpnu[PK2 ZՉQvendor/google/apiclient-services/src/Google/Service/Bigquery/CategoricalValue.phpnu[PK2 ZHvendor/google/apiclient-services/src/Google/Service/Bigquery/Cluster.phpnu[PK2 Z\%))R#vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusteringMetrics.phpnu[PK2 ZW{Q*vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.phpnu[PK2 Z:|T'/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.phpnu[PK2 ZWXttJ6vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatus.phpnu[PK2 Z݂{FO=vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameter.phpnu[PK2 Z*Djj[ Evendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaCategories.phpnu[PK2 Z&0**MIvendor/google/apiclient-services/src/Google/Service/Bigquery/FeatureValue.phpnu[PK2 Z>22ROvendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStage.phpnu[PK2 ZY\Tpjvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.phpnu[PK2 Z(V,Sqvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.phpnu[PK2 ZQ L0yvendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.phpnu[PK2 Z 3Ogvendor/google/apiclient-services/src/Google/Service/Bigquery/RankingMetrics.phpnu[PK2 Z]}Fvendor/google/apiclient-services/src/Google/Service/Bigquery/Entry.phpnu[PK2 ZKKQvendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.phpnu[PK2 Z Qݘvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.phpnu[PK2 Z[D PZvendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.phpnu[PK2 Z/,Nvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.phpnu[PK2 ZLaVvendor/google/apiclient-services/src/Google/Service/Bigquery/BigQueryModelTraining.phpnu[PK2 Z_߉vvP-vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinition.phpnu[PK2 Zשc c X#vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaForecastingMetrics.phpnu[PK2 Z|yNvendor/google/apiclient-services/src/Google/Service/Bigquery/CategoryCount.phpnu[PK2 Z'Tgvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlDataType.phpnu[PK2 Zm! Vvendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryConfusionMatrix.phpnu[PK2 Z,A''Rvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.phpnu[PK2 ZUMvendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.phpnu[PK2 ZXvendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.phpnu[PK2 ZCdd^ vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccessEntryTargetTypes.phpnu[PK2 ZtB33Lvendor/google/apiclient-services/src/Google/Service/Bigquery/AuditConfig.phpnu[PK2 ZzqnOOVvendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlStructType.phpnu[PK2 ZZmvendor/google/apiclient-services/src/Google/Service/Bigquery/ExternalDataConfiguration.phpnu[PK2 Zv(l%l%F-vendor/google/apiclient-services/src/Google/Service/Bigquery/Table.phpnu[PK2 ZNcPmSvendor/google/apiclient-services/src/Google/Service/Bigquery/ConfusionMatrix.phpnu[PK2 ZkIILXvendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.phpnu[PK2 ZEY>44P_vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.phpnu[PK2 Zc[mpvendor/google/apiclient-services/src/Google/Service/Bigquery/RowLevelSecurityStatistics.phpnu[PK2 Z.izzZtvendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.phpnu[PK2 ZJ"33Ivendor/google/apiclient-services/src/Google/Service/Bigquery/Argument.phpnu[PK2 Zx jj[dvendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaPolicyTags.phpnu[PK2 ZG"YQYvendor/google/apiclient-services/src/Google/Service/Bigquery/GetPolicyOptions.phpnu[PK2 Z}ɛNvendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.phpnu[PK2 Z;Kvendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.phpnu[PK2 Z}[vendor/google/apiclient-services/src/Google/Service/Bigquery/MaterializedViewDefinition.phpnu[PK2 ZijDwvendor/google/apiclient-services/src/Google/Service/Bigquery/Row.phpnu[PK2 Z=:Nϩvendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.phpnu[PK2 ZCeqIfvendor/google/apiclient-services/src/Google/Service/Bigquery/TableRow.phpnu[PK2 ZyǑTvendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlIterationResult.phpnu[PK2 ZW^svendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.phpnu[PK2 Z!!\vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.phpnu[PK2 Z=oQ=vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.phpnu[PK2 ZLOnvendor/google/apiclient-services/src/Google/Service/Bigquery/ViewDefinition.phpnu[PK2 ZF[wvendor/google/apiclient-services/src/Google/Service/Bigquery/DestinationTableProperties.phpnu[PK2 ZxJJPvendor/google/apiclient-services/src/Google/Service/Bigquery/DataSplitResult.phpnu[PK2 Z>VO(**Rvendor/google/apiclient-services/src/Google/Service/Bigquery/GlobalExplanation.phpnu[PK2 ZuIIEBvendor/google/apiclient-services/src/Google/Service/Bigquery/Expr.phpnu[PK2 Z llMvendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.phpnu[PK2 Z ]pBvendor/google/apiclient-services/src/Google/Service/Prediction.phpnu[PK2 Z# ##G-vendor/google/apiclient-services/src/Google/Service/PolicySimulator.phpnu[PK2 ZWPfRvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.phpnu[PK2 Z~6ZZanvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.phpnu[PK2 Z Zdtvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.phpnu[PK2 Zt xnn`\yvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsResponse.phpnu[PK2 Z˱lZvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigExcludedPlacements.phpnu[PK2 Zo4__]Ӄvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.phpnu[PK2 Z 2k\Qvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Dimension.phpnu[PK2 Z1^NҎvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.phpnu[PK2 ZkQvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTerms.phpnu[PK2 Z"44aHvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.phpnu[PK2 Z k vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/UpdatePrivateAuctionProposalRequest.phpnu[PK2 Z$ +nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueRequestPlatformTargeting.phpnu[PK2 Zbb\ vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdLogo.phpnu[PK2 ZeCdcc]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdImage.phpnu[PK2 Zv_ yevendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeAdTechnologyProviders.phpnu[PK2 Z(DЋfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.phpnu[PK2 Z Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfoList.phpnu[PK2 Z[eW vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.phpnu[PK2 ZGddgfvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.phpnu[PK2 Z2.^avendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigList.phpnu[PK2 Zk*fRBBSvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.phpnu[PK2 Zjvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigVideoPlayerSizes.phpnu[PK2 Z~U vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativesList.phpnu[PK2 Z6װc9vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.phpnu[PK2 Zwcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.phpnu[PK2 ZZ\Evendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.phpnu[PK2 Za%ss_%vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.phpnu[PK2 ZGG[*vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersRequest.phpnu[PK2 Zla%dg0vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.phpnu[PK2 Zb竧o4vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.phpnu[PK2 Ze;EE]:vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.phpnu[PK2 Z[Tk?vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.phpnu[PK2 Z4.00m`Fvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.phpnu[PK2 Z+!L L W-Mvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Budget.phpnu[PK2 Zi  \[vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Pubprofiles.phpnu[PK2 ZuuZavendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Creatives.phpnu[PK2 ZTpZwvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Proposals.phpnu[PK2 Zۂ\Cvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/BillingInfo.phpnu[PK2 Z7f aQvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacenotes.phpnu[PK2 ZQdssjvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplaceprivateauction.phpnu[PK2 Z*WWcvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PretargetingConfig.phpnu[PK2 Z%  avendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacedeals.phpnu[PK2 ZXu u Y-vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.phpnu[PK2 ZIvjjY+vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Products.phpnu[PK2 Z bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PerformanceReport.phpnu[PK2 Z\kk]Rvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.phpnu[PK2 Z+0hmJvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.phpnu[PK2 Z__]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReportList.phpnu[PK2 ZȒNrvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Seller.phpnu[PK2 Z;;Wvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.phpnu[PK2 Zwj?Svendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.phpnu[PK2 Z8^^\ vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.phpnu[PK2 ZjjYvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.phpnu[PK2 Zћivendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogGenderCriteria.phpnu[PK2 ZһlHXXu>vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.phpnu[PK2 Z000\;$vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.phpnu[PK2 ZMee_*vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.phpnu[PK2 Z'[/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.phpnu[PK2 ZhjR6vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.phpnu[PK2 ZxL__] =vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.phpnu[PK2 Z1!!OAvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Product.phpnu[PK2 Z:__]]dvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.phpnu[PK2 Z DDjIivendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.phpnu[PK2 Z5c'pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.phpnu[PK2 Z`uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsRequest.phpnu[PK2 Zoj}vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.phpnu[PK2 ZBľzzVvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.phpnu[PK2 ZM<<Xvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.phpnu[PK2 Z?mm\Pvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.phpnu[PK2 ZLZIvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/ContactInformation.phpnu[PK2 ZF\LLMvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Buyer.phpnu[PK2 ZAѝ^^Ygvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.phpnu[PK2 Zy= jNvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.phpnu[PK2 Z˩@W00uvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsDisapprovalReasons.phpnu[PK2 Z=''Zxvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.phpnu[PK2 ZY)vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MobileApplication.phpnu[PK2 Zwġ`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.phpnu[PK2 ZF=kXvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAd.phpnu[PK2 ZTZ# vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueSize.phpnu[PK2 Z}\a22`vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasons.phpnu[PK2 ZiMHvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Price.phpnu[PK2 Zg1 bvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.phpnu[PK2 Z[&vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.phpnu[PK2 Z< ݬc`-vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictions.phpnu[PK2 ZәT5vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountsList.phpnu[PK2 ZNMJ"J"P:vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.phpnu[PK2 Z'L O]vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Account.phpnu[PK2 Zpf-jvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogAgeCriteria.phpnu[PK2 Z;DQPP_nvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.phpnu[PK2 ZR*зWtvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/SharedTargeting.phpnu[PK2 ZY{vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReport.phpnu[PK2 Z``WՒvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.phpnu[PK2 Z1=JJWvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIds.phpnu[PK2 Z$$Uٟvendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PricePerBuyer.phpnu[PK2 Z-EEIvendor/google/apiclient-services/src/Google/Service/DeploymentManager.phpnu[PK2 Z8fHvendor/google/apiclient-services/src/Google/Service/OnDemandScanning.phpnu[PK2 ZD%ђ @vendor/google/apiclient-services/src/Google/Service/Kgsearch.phpnu[PK2 Z-Ydd\vendor/google/apiclient-services/src/Google/Service/Appengine/ListDomainMappingsResponse.phpnu[PK2 Z욡==Mvendor/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.phpnu[PK2 ZA##W\ vendor/google/apiclient-services/src/Google/Service/Appengine/ListInstancesResponse.phpnu[PK2 Z_R&vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.phpnu[PK2 Z9~z//I,vendor/google/apiclient-services/src/Google/Service/Appengine/Version.phpnu[PK2 ZsI\vendor/google/apiclient-services/src/Google/Service/Appengine/Library.phpnu[PK2 Ze,Q9avendor/google/apiclient-services/src/Google/Service/Appengine/NetworkSettings.phpnu[PK2 ZckU^evendor/google/apiclient-services/src/Google/Service/Appengine/EndpointsApiService.phpnu[PK2 ZⳭ^^Tkvendor/google/apiclient-services/src/Google/Service/Appengine/NetworkUtilization.phpnu[PK2 ZvӾbb[ysvendor/google/apiclient-services/src/Google/Service/Appengine/StandardSchedulerSettings.phpnu[PK2 Z#bKNNOfzvendor/google/apiclient-services/src/Google/Service/Appengine/ManualScaling.phpnu[PK2 Z=llQ3~vendor/google/apiclient-services/src/Google/Service/Appengine/UrlDispatchRule.phpnu[PK2 ZKnI vendor/google/apiclient-services/src/Google/Service/Appengine/Network.phpnu[PK2 Z1Q@mmY5vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1.phpnu[PK2 ZF㨯N+vendor/google/apiclient-services/src/Google/Service/Appengine/ErrorHandler.phpnu[PK2 Z6SNXvendor/google/apiclient-services/src/Google/Service/Appengine/TrafficSplit.phpnu[PK2 ZCCTԗvendor/google/apiclient-services/src/Google/Service/Appengine/CertificateRawData.phpnu[PK2 ZB׍00Tvendor/google/apiclient-services/src/Google/Service/Appengine/VpcAccessConnector.phpnu[PK2 Z``NOvendor/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.phpnu[PK2 ZڀCJ-vendor/google/apiclient-services/src/Google/Service/Appengine/FileInfo.phpnu[PK2 Zt@@V=vendor/google/apiclient-services/src/Google/Service/Appengine/DebugInstanceRequest.phpnu[PK2 Zo-Tvendor/google/apiclient-services/src/Google/Service/Appengine/RequestUtilization.phpnu[PK2 ZL4qq]rvendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Beta.phpnu[PK2 Z>0ZZOpvendor/google/apiclient-services/src/Google/Service/Appengine/DomainMapping.phpnu[PK2 ZmRIvendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.phpnu[PK2 ZȢvtQvendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.phpnu[PK2 Z^(MXvendor/google/apiclient-services/src/Google/Service/Appengine/SslSettings.phpnu[PK2 ZQE ZUvendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Alpha.phpnu[PK2 Z/Ivendor/google/apiclient-services/src/Google/Service/Appengine/Service.phpnu[PK2 ZC##Wpvendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.phpnu[PK2 ZhTvendor/google/apiclient-services/src/Google/Service/Appengine/ManagedCertificate.phpnu[PK2 Z@Wavendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesResponse.phpnu[PK2 Z MMZvendor/google/apiclient-services/src/Google/Service/Appengine/ListIngressRulesResponse.phpnu[PK2 Zˀrrdvendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedCertificatesResponse.phpnu[PK2 ZP 5ܮRvendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedDomain.phpnu[PK2 Z z\Jvendor/google/apiclient-services/src/Google/Service/Appengine/Instance.phpnu[PK2 Z<@//L[vendor/google/apiclient-services/src/Google/Service/Appengine/Entrypoint.phpnu[PK2 Z=Pvendor/google/apiclient-services/src/Google/Service/Appengine/CpuUtilization.phpnu[PK2 Z+T vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.phpnu[PK2 Z8P vendor/google/apiclient-services/src/Google/Service/Appengine/ReadinessCheck.phpnu[PK2 Z+`vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesRequest.phpnu[PK2 ZQZvendor/google/apiclient-services/src/Google/Service/Appengine/RepairApplicationRequest.phpnu[PK2 Z  ##TNvendor/google/apiclient-services/src/Google/Service/Appengine/IdentityAwareProxy.phpnu[PK2 Z'P#vendor/google/apiclient-services/src/Google/Service/Appengine/AppengineEmpty.phpnu[PK2 Zb U'vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.phpnu[PK2 Z# {{KD1vendor/google/apiclient-services/src/Google/Service/Appengine/Operation.phpnu[PK2 Z.)5 5 W:8vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedCertificate.phpnu[PK2 ZSzxxHDvendor/google/apiclient-services/src/Google/Service/Appengine/Volume.phpnu[PK2 ZPZZTIvendor/google/apiclient-services/src/Google/Service/Appengine/ApiEndpointHandler.phpnu[PK2 ZŘHMvendor/google/apiclient-services/src/Google/Service/Appengine/Status.phpnu[PK2 Z5GVRvendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.phpnu[PK2 ZExKpXvendor/google/apiclient-services/src/Google/Service/Appengine/Resources.phpnu[PK2 Z[V_vendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.phpnu[PK2 Zsq00Xaevendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.phpnu[PK2 Z>..+Jkvendor/google/apiclient-services/src/Google/Service/Appengine/Location.phpnu[PK2 Z5K22Ovqvendor/google/apiclient-services/src/Google/Service/Appengine/ContainerInfo.phpnu[PK2 ZSQ'uvendor/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.phpnu[PK2 ZPrr^Czvendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Alpha.phpnu[PK2 ZW11_C~vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedDomainsResponse.phpnu[PK2 Zs\. Yvendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta.phpnu[PK2 ZpRMvendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.phpnu[PK2 Zf22MȔvendor/google/apiclient-services/src/Google/Service/Appengine/Application.phpnu[PK2 ZL?Owvendor/google/apiclient-services/src/Google/Service/Appengine/LivenessCheck.phpnu[PK2 Zn Lvendor/google/apiclient-services/src/Google/Service/Appengine/Deployment.phpnu[PK2 Z H0vendor/google/apiclient-services/src/Google/Service/Appengine/UrlMap.phpnu[PK2 ZgIrvendor/google/apiclient-services/src/Google/Service/Appengine/ZipInfo.phpnu[PK2 Z((>vendor/google/apiclient-services/src/Google/Service/GKEHub.phpnu[PK2 Z2MMWjvendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.phpnu[PK2 ZRJ>vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSite.phpnu[PK2 Z"Tvendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.phpnu[PK2 Zb7MM_vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.phpnu[PK2 Z*{q ^vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryRequest.phpnu[PK2 Z Tvendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sitemaps.phpnu[PK2 Z)n['vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.phpnu[PK2 Zf}IL Q&vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sites.phpnu[PK2 Zש M2vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDataRow.phpnu[PK2 ZSSTI9vendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.phpnu[PK2 ZVZ >vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilterGroup.phpnu[PK2 Z MCvendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemap.phpnu[PK2 ZNv.U0Nvendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilter.phpnu[PK2 ZAHBBJkSvendor/google/apiclient-services/src/Google/Service/CloudComposer/Date.phpnu[PK2 ZMT'Xvendor/google/apiclient-services/src/Google/Service/CloudComposer/AllowedIpRange.phpnu[PK2 ZI3{ P\vendor/google/apiclient-services/src/Google/Service/CloudComposer/NodeConfig.phpnu[PK2 Z Ƽcgvendor/google/apiclient-services/src/Google/Service/CloudComposer/WebServerNetworkAccessControl.phpnu[PK2 ZE61 1 ^lvendor/google/apiclient-services/src/Google/Service/CloudComposer/PrivateEnvironmentConfig.phpnu[PK2 Z~bbUvvendor/google/apiclient-services/src/Google/Service/CloudComposer/WebServerConfig.phpnu[PK2 ZKn`zvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocations.phpnu[PK2 Z j~vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.phpnu[PK2 Z,oomEvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsImageVersions.phpnu[PK2 ZџŸxxWQvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/Projects.phpnu[PK2 Z;Rrp#p#lPvendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsEnvironments.phpnu[PK2 ZmaT\vendor/google/apiclient-services/src/Google/Service/CloudComposer/SoftwareConfig.phpnu[PK2 Z!'\\Vvendor/google/apiclient-services/src/Google/Service/CloudComposer/EncryptionConfig.phpnu[PK2 ZIqZZ^vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListEnvironmentsResponse.phpnu[PK2 ZmWwvendor/google/apiclient-services/src/Google/Service/CloudComposer/OperationMetadata.phpnu[PK2 Z 9gg_vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListImageVersionsResponse.phpnu[PK2 Zf/3Qvendor/google/apiclient-services/src/Google/Service/CloudComposer/Environment.phpnu[PK2 Z> `SYvendor/google/apiclient-services/src/Google/Service/CloudComposer/ComposerEmpty.phpnu[PK2 ZO|vendor/google/apiclient-services/src/Google/Service/CloudComposer/Operation.phpnu[PK2 Z]CLvendor/google/apiclient-services/src/Google/Service/CloudComposer/Status.phpnu[PK2 ZۅZvendor/google/apiclient-services/src/Google/Service/CloudComposer/PrivateClusterConfig.phpnu[PK2 ZCRvendor/google/apiclient-services/src/Google/Service/CloudComposer/ImageVersion.phpnu[PK2 Z|KWBvendor/google/apiclient-services/src/Google/Service/CloudComposer/EnvironmentConfig.phpnu[PK2 Z$6@@\vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListOperationsResponse.phpnu[PK2 Z-6Z_Xvendor/google/apiclient-services/src/Google/Service/CloudComposer/IPAllocationPolicy.phpnu[PK2 ZtTaaT%vendor/google/apiclient-services/src/Google/Service/CloudComposer/DatabaseConfig.phpnu[PK2 Z O[)vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallPolicy.phpnu[PK2 ZY[[j2vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.phpnu[PK2 Z.JoZZT6vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppVersion.phpnu[PK2 ZRMs s Y<vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.phpnu[PK2 ZӱmGvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPlaySearch.phpnu[PK2 ZpyyTLvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.phpnu[PK2 Z=lUSvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/VariableSet.phpnu[PK2 Zg;WWh>Zvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Webapps.phpnu[PK2 ZKnٝckvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutpages.phpnu[PK2 ZP4Z4  ovendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsforuser.phpnu[PK2 ZZ;SS[Gvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Products.phpnu[PK2 Z~ C?f%vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutclusters.phpnu[PK2 ZMEqqqF vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsfordevice.phpnu[PK2 ZB>`X!vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenses.phpnu[PK2 Z3eR@@]*vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AuthenticationToken.phpnu[PK2 Zl_iix.vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecManagedConfigurations.phpnu[PK2 Zhe4iiU2vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.phpnu[PK2 ZS6vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TrackInfo.phpnu[PK2 ZBX]]Y;vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.phpnu[PK2 ZA[?vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermission.phpnu[PK2 ZAtooPDvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebApp.phpnu[PK2 ZZ``orMvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.phpnu[PK2 Zx1VqQvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Notification.phpnu[PK2 Z'^^ivendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsListResponse.phpnu[PK2 Z#[[RXrvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppState.phpnu[PK2 ZSSf5xvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.phpnu[PK2 Z[ԨN}vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/User.phpnu[PK2 ZHROOQvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Product.phpnu[PK2 ZM%%uvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.phpnu[PK2 ZTSvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.phpnu[PK2 Zy::Wivendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.phpnu[PK2 Zkc*vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSigningCertificate.phpnu[PK2 Zgg_jvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.phpnu[PK2 ZCSST`vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppIcon.phpnu[PK2 ZX7vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.phpnu[PK2 ZRVooPSvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.phpnu[PK2 Z2й`QBvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.phpnu[PK2 ZgSS]vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppsListResponse.phpnu[PK2 ZWhxvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKeysListResponse.phpnu[PK2 Z.EEgvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.phpnu[PK2 Zl7+gvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettings.phpnu[PK2 ZYevendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.phpnu[PK2 Zg7&ZZSnvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.phpnu[PK2 Z4WKvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.phpnu[PK2 Zbvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EntitlementsListResponse.phpnu[PK2 Z/Vvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReport.phpnu[PK2 Zu__nvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.phpnu[PK2 ZK}Xvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.phpnu[PK2 Z u99[@ vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UsersListResponse.phpnu[PK2 ZV.zvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.phpnu[PK2 ZquiijSvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.phpnu[PK2 ZWW BB_Vvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebToken.phpnu[PK2 Zdmȫ`'vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.phpnu[PK2 ZʭHH\b#vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermissions.phpnu[PK2 ZF 66U6)vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.phpnu[PK2 ZooT-vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.phpnu[PK2 ZOOOr4vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.phpnu[PK2 Z]:vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.phpnu[PK2 ZpB[@vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductVisibility.phpnu[PK2 Z TFFvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Permission.phpnu[PK2 Z aKvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReportUpdateEvent.phpnu[PK2 ZY*DDVQvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreCluster.phpnu[PK2 Z.CC]Xvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallFailureEvent.phpnu[PK2 ZfYH``^Q_vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallsListResponse.phpnu[PK2 Zr[oo[?dvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.phpnu[PK2 ZD,cct9hvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.phpnu[PK2 Z4zzi@nvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutClustersListResponse.phpnu[PK2 Zb$U5U5KSsvendor/google/apiclient-services/src/Google/Service/BigQueryReservation.phpnu[PK2 ZsŌJ#vendor/google/apiclient-services/src/Google/Service/CloudSecurityToken.phpnu[PK2 Z**Ahvendor/google/apiclient-services/src/Google/Service/Translate.phpnu[PK2 ZxB11Zvendor/google/apiclient-services/src/Google/Service/AdExperienceReport/PlatformSummary.phpnu[PK2 ZSb\vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/ViolatingSites.phpnu[PK2 Z(Yvendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/Sites.phpnu[PK2 ZН&avendor/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.phpnu[PK2 Zw0nn^\vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.phpnu[PK2 ZmP3dd?Xvendor/google/apiclient-services/src/Google/Service/Compute.phpnu[PK3 ZmA+vendor/google/apiclient-services/src/Google/Service/Sasportal.phpnu[PK3 Z'YYCjvendor/google/apiclient-services/src/Google/Service/Devprojects.phpnu[PK3 ZN1X  ivendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.phpnu[PK3 Zu cvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfiguration.phpnu[PK3 ZvNo vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.phpnu[PK3 ZVa88`vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedStringBundle.phpnu[PK3 Zdbbmavendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.phpnu[PK3 ZrQ`g`vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/ImageConfigurations.phpnu[PK3 Z&&mzvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/LeaderboardConfigurations.phpnu[PK3 Z{ٺ))]=vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.phpnu[PK3 Z ovendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.phpnu[PK3 Z3i:b b hvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.phpnu[PK3 ZIAggZ|-vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.phpnu[PK3 ZE\;;im2vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.phpnu[PK3 ZnQKpiA:vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.phpnu[PK3 Zl l c\Cvendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfiguration.phpnu[PK3 Z E[Nvendor/google/apiclient-services/src/Google/Service/CloudDebugger.phpnu[PK3 ZZONJovendor/google/apiclient-services/src/Google/Service/GamesConfiguration.phpnu[PK3 ZFE|B|BUvendor/google/apiclient-services/src/Google/Service/CloudDatabaseMigrationService.phpnu[PK3 ZTvendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.phpnu[PK3 Z USvendor/google/apiclient-services/src/Google/Service/Container/ReservationAffinity.phpnu[PK3 Z{>  Xvendor/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.phpnu[PK3 ZLOlvendor/google/apiclient-services/src/Google/Service/Container/ResourceLimit.phpnu[PK3 ZDP[KKSvendor/google/apiclient-services/src/Google/Service/Container/DefaultSnatStatus.phpnu[PK3 Z4e&m'']bvendor/google/apiclient-services/src/Google/Service/Container/SetMaintenancePolicyRequest.phpnu[PK3 Z{|MMUvendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicyConfig.phpnu[PK3 Z,?  Kvendor/google/apiclient-services/src/Google/Service/Container/CidrBlock.phpnu[PK3 Z@7Llvendor/google/apiclient-services/src/Google/Service/Container/TimeWindow.phpnu[PK3 ZeyAAPvendor/google/apiclient-services/src/Google/Service/Container/ReleaseChannel.phpnu[PK3 Z(:`vendor/google/apiclient-services/src/Google/Service/Container/MasterAuthorizedNetworksConfig.phpnu[PK3 Z#׉H5vendor/google/apiclient-services/src/Google/Service/Container/PubSub.phpnu[PK3 ZR{ vendor/google/apiclient-services/src/Google/Service/Container/SetLabelsRequest.phpnu[PK3 Z,+|NNNvendor/google/apiclient-services/src/Google/Service/Container/UpgradeEvent.phpnu[PK3 ZʠSvendor/google/apiclient-services/src/Google/Service/Container/MaintenanceWindow.phpnu[PK3 Z#CW$vendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.phpnu[PK3 Z%+U ,vendor/google/apiclient-services/src/Google/Service/Container/UpdateMasterRequest.phpnu[PK3 Z:9LL[2vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.phpnu[PK3 ZI#++Sj6vendor/google/apiclient-services/src/Google/Service/Container/NodeKubeletConfig.phpnu[PK3 Zyp`<vendor/google/apiclient-services/src/Google/Service/Container/HttpCacheControlResponseHeader.phpnu[PK3 Z YE1Avendor/google/apiclient-services/src/Google/Service/Container/Jwk.phpnu[PK3 Z<<KHvendor/google/apiclient-services/src/Google/Service/Container/Autopilot.phpnu[PK3 ZնPKKSwLvendor/google/apiclient-services/src/Google/Service/Container/HttpLoadBalancing.phpnu[PK3 ZČXYEPvendor/google/apiclient-services/src/Google/Service/Container/ClientCertificateConfig.phpnu[PK3 Z\OTvendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicy.phpnu[PK3 Z+  NXvendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.phpnu[PK3 ZF **P{bvendor/google/apiclient-services/src/Google/Service/Container/CloudRunConfig.phpnu[PK3 Z/[V%gvendor/google/apiclient-services/src/Google/Service/Container/ListClustersResponse.phpnu[PK3 Z!!Llvendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.phpnu[PK3 ZԹ.==L[vendor/google/apiclient-services/src/Google/Service/Container/LegacyAbac.phpnu[PK3 Zy)Yvendor/google/apiclient-services/src/Google/Service/Container/SetNetworkPolicyRequest.phpnu[PK3 ZВ44Xvendor/google/apiclient-services/src/Google/Service/Container/WorkloadMetadataConfig.phpnu[PK3 ZLL[Lvendor/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.phpnu[PK3 Zc Y#vendor/google/apiclient-services/src/Google/Service/Container/GetOpenIDConfigResponse.phpnu[PK3 ZIIXHvendor/google/apiclient-services/src/Google/Service/Container/VerticalPodAutoscaling.phpnu[PK3 Z++Ovendor/google/apiclient-services/src/Google/Service/Container/SandboxConfig.phpnu[PK3 ZeVðvendor/google/apiclient-services/src/Google/Service/Container/CreateClusterRequest.phpnu[PK3 Zƈ22XNvendor/google/apiclient-services/src/Google/Service/Container/CancelOperationRequest.phpnu[PK3 ZllXvendor/google/apiclient-services/src/Google/Service/Container/WorkloadIdentityConfig.phpnu[PK3 ZFFUvendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.phpnu[PK3 ZeTTUvendor/google/apiclient-services/src/Google/Service/Container/BigQueryDestination.phpnu[PK3 Z^K\vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocations.phpnu[PK3 ZՐK7K7ivendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.phpnu[PK3 Z,x]vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregated.phpnu[PK3 Z'f vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.phpnu[PK3 ZxXovendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZones.phpnu[PK3 ZI䕴nnb%vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.phpnu[PK3 ZS*v##m8vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersWellKnown.phpnu[PK3 Z.Α[[`@vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClusters.phpnu[PK3 ZBrrSvendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.phpnu[PK3 Za&&mvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.phpnu[PK3 Z+/*B*Bdvendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.phpnu[PK3 ZhJr r n vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregatedUsableSubnetworks.phpnu[PK3 ZENUvendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.phpnu[PK3 ZSSbvendor/google/apiclient-services/src/Google/Service/Container/GcePersistentDiskCsiDriverConfig.phpnu[PK3 ZQ>Y Y bvendor/google/apiclient-services/src/Google/Service/Container/AutoprovisioningNodePoolDefaults.phpnu[PK3 Zh""S,vendor/google/apiclient-services/src/Google/Service/Container/MaintenancePolicy.phpnu[PK3 ZtuVVW@2vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.phpnu[PK3 Z`LL[7vendor/google/apiclient-services/src/Google/Service/Container/ResourceUsageExportConfig.phpnu[PK3 ZN~@@O?vendor/google/apiclient-services/src/Google/Service/Container/ShieldedNodes.phpnu[PK3 ZVCvendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.phpnu[PK3 ZO2œ^Jvendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolManagementRequest.phpnu[PK3 Zй_Svendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolAutoscalingRequest.phpnu[PK3 ZS&RRZc[vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.phpnu[PK3 ZɊ T?_vendor/google/apiclient-services/src/Google/Service/Container/ClusterAutoscaling.phpnu[PK3 ZaBHHVMivendor/google/apiclient-services/src/Google/Service/Container/SetMasterAuthRequest.phpnu[PK3 Z$Zqvendor/google/apiclient-services/src/Google/Service/Container/SetLoggingServiceRequest.phpnu[PK3 ZMMUwvendor/google/apiclient-services/src/Google/Service/Container/KubernetesDashboard.phpnu[PK3 Z9s[q{vendor/google/apiclient-services/src/Google/Service/Container/AuthenticatorGroupsConfig.phpnu[PK3 Z**Ovendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.phpnu[PK3 Z6ΘJvendor/google/apiclient-services/src/Google/Service/Container/NodePool.phpnu[PK3 Z+yQ7vendor/google/apiclient-services/src/Google/Service/Container/UpgradeSettings.phpnu[PK3 Zr:oYYhաvendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterMasterGlobalAccessConfig.phpnu[PK3 ZFAAPƥvendor/google/apiclient-services/src/Google/Service/Container/DnsCacheConfig.phpnu[PK3 Z^^Svendor/google/apiclient-services/src/Google/Service/Container/AcceleratorConfig.phpnu[PK3 Z)?$HHIhvendor/google/apiclient-services/src/Google/Service/Container/Cluster.phpnu[PK3 ZoXvendor/google/apiclient-services/src/Google/Service/Container/SetAddonsConfigRequest.phpnu[PK3 ZŁKvendor/google/apiclient-services/src/Google/Service/Container/Operation.phpnu[PK3 ZsN vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.phpnu[PK3 ZyX4#vendor/google/apiclient-services/src/Google/Service/Container/DailyMaintenanceWindow.phpnu[PK3 ZqV'vendor/google/apiclient-services/src/Google/Service/Container/SetLegacyAbacRequest.phpnu[PK3 Z່ V.vendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterConfig.phpnu[PK3 Z_'X9vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolSizeRequest.phpnu[PK3 ZK`+@vendor/google/apiclient-services/src/Google/Service/Container/RollbackNodePoolUpgradeRequest.phpnu[PK3 Zd=XFvendor/google/apiclient-services/src/Google/Service/Container/GetJSONWebKeysResponse.phpnu[PK3 ZʲYUU_DMvendor/google/apiclient-services/src/Google/Service/Container/ListUsableSubnetworksResponse.phpnu[PK3 Zo.UU(Svendor/google/apiclient-services/src/Google/Service/Container/RecurringTimeWindow.phpnu[PK3 Z f--OXvendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.phpnu[PK3 Z!鶁LLHɆvendor/google/apiclient-services/src/Google/Service/Container/Metric.phpnu[PK3 Z.8"))Xvendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.phpnu[PK3 Z+fP>vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.phpnu[PK3 Z[''[[vendor/google/apiclient-services/src/Google/Service/Container/CompleteIPRotationRequest.phpnu[PK3 ZfQQK vendor/google/apiclient-services/src/Google/Service/Container/NodeTaint.phpnu[PK3 Zh:XuuSٟvendor/google/apiclient-services/src/Google/Service/Container/MaxPodsConstraint.phpnu[PK3 Z,Fd0Pѣvendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.phpnu[PK3 ZTPvendor/google/apiclient-services/src/Google/Service/Container/NotificationConfig.phpnu[PK3 Zt,iiTvendor/google/apiclient-services/src/Google/Service/Container/IPAllocationPolicy.phpnu[PK3 ZQWOWݽvendor/google/apiclient-services/src/Google/Service/Container/UpdateNodePoolRequest.phpnu[PK3 Z__Ttvendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.phpnu[PK3 ZHK`Wvendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetworkSecondaryRange.phpnu[PK3 ZHHHWvendor/google/apiclient-services/src/Google/Service/Container/ConfigConnectorConfig.phpnu[PK3 ZDynQpvendor/google/apiclient-services/src/Google/Service/Container/StatusCondition.phpnu[PK3 Za_:Svendor/google/apiclient-services/src/Google/Service/Container/OperationProgress.phpnu[PK3 ZFMV+vendor/google/apiclient-services/src/Google/Service/Container/ReleaseChannelConfig.phpnu[PK3 ZK|BBQvendor/google/apiclient-services/src/Google/Service/Container/LinuxNodeConfig.phpnu[PK3 Z]vendor/google/apiclient-services/src/Google/Service/Container/SetMonitoringServiceRequest.phpnu[PK3 ZE4ӆL/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.phpnu[PK3 ZxVRwvendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetwork.phpnu[PK3 Z(X vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.phpnu[PK3 Z Uvendor/google/apiclient-services/src/Google/Service/Container/SetLocationsRequest.phpnu[PK3 Z::Bsvendor/google/apiclient-services/src/Google/Service/AdMob/Date.phpnu[PK3 Z#`vendor/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpecDimensionFilter.phpnu[PK3 Z$[Gvendor/google/apiclient-services/src/Google/Service/AdMob/ReportRow.phpnu[PK3 Zޛ'R3&vendor/google/apiclient-services/src/Google/Service/AdMob/ReportRowMetricValue.phpnu[PK3 Zn<K+vendor/google/apiclient-services/src/Google/Service/AdMob/ReportWarning.phpnu[PK3 ZC^/vendor/google/apiclient-services/src/Google/Service/AdMob/NetworkReportSpecDimensionFilter.phpnu[PK3 ZT  ]5vendor/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportResponse.phpnu[PK3 ZE:!!J=vendor/google/apiclient-services/src/Google/Service/AdMob/ReportHeader.phpnu[PK3 Z ,,RDvendor/google/apiclient-services/src/Google/Service/AdMob/LocalizationSettings.phpnu[PK3 Z]v!^^ZbIvendor/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportRequest.phpnu[PK3 ZAN,%%JJNvendor/google/apiclient-services/src/Google/Service/AdMob/ReportFooter.phpnu[PK3 Z7nNSvendor/google/apiclient-services/src/Google/Service/AdMob/PublisherAccount.phpnu[PK3 Z/yyGYvendor/google/apiclient-services/src/Google/Service/AdMob/DateRange.phpnu[PK3 Zߡ\_vendor/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsNetworkReport.phpnu[PK3 Z06^xgvendor/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsMediationReport.phpnu[PK3 Zc J  Oovendor/google/apiclient-services/src/Google/Service/AdMob/Resource/Accounts.phpnu[PK3 Zhh\xvendor/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportRequest.phpnu[PK3 Z3h__H}vendor/google/apiclient-services/src/Google/Service/AdMob/StringList.phpnu[PK3 Z_3^fvendor/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpecSortCondition.phpnu[PK3 Z12r  Ovendor/google/apiclient-services/src/Google/Service/AdMob/NetworkReportSpec.phpnu[PK3 Z%?!![vendor/google/apiclient-services/src/Google/Service/AdMob/ListPublisherAccountsResponse.phpnu[PK3 Z$m\řvendor/google/apiclient-services/src/Google/Service/AdMob/NetworkReportSpecSortCondition.phpnu[PK3 Z?O  [ݞvendor/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportResponse.phpnu[PK3 Za/qUsvendor/google/apiclient-services/src/Google/Service/AdMob/ReportRowDimensionValue.phpnu[PK3 Zja& & Qvendor/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpec.phpnu[PK3 ZfS//Dvendor/google/apiclient-services/src/Google/Service/OrgPolicyAPI.phpnu[PK3 Z34D{{|vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1QuotaProperties.phpnu[PK3 Zh9'lddb vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AuditLogConfig.phpnu[PK3 ZoMlyvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1Distribution.phpnu[PK3 Z7bPvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReusableConfig.phpnu[PK3 Zu00] vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CaOptions.phpnu[PK3 ZÂ*[[avendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubjectConfig.phpnu[PK3 ZtOsvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReconciliationOperationMetadata.phpnu[PK3 ZVmlvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RevokeCertificateRequest.phpnu[PK3 Z"]wi!vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1Attributes.phpnu[PK3 Zgb (vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/IssuingOptions.phpnu[PK3 ZlGbbe&-vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RevocationDetails.phpnu[PK3 Z?/$[2vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Subject.phpnu[PK3 Z^HH_:vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Certificate.phpnu[PK3 Z[*uuvvJvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/DisableCertificateAuthorityRequest.phpnu[PK3 ZO]Nvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/PublicKey.phpnu[PK3 Zq*22hRvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateAuthority.phpnu[PK3 Z*fXXylvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ResourceInfo.phpnu[PK3 Z2mư}rvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ScheduleDeleteCertificateAuthorityRequest.phpnu[PK3 Z; uucwvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubjectAltNames.phpnu[PK3 Z{vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1AttributeValue.phpnu[PK3 ZPY=vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Money.phpnu[PK3 Z&"KKu]vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LogEntry.phpnu[PK3 ZYF;==jMvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AllowedSubjectAltNames.phpnu[PK3 Zz[v$vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListCertificateAuthoritiesResponse.phpnu[PK3 ZPPlvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListCertificatesResponse.phpnu[PK3 Zf//g{vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SetIamPolicyRequest.phpnu[PK3 Z1`  xAvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1MetricValue.phpnu[PK3 Zxyttuvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/EnableCertificateAuthorityRequest.phpnu[PK3 Z>[o׌Zvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Policy.phpnu[PK3 Zez<<Y)vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyId.phpnu[PK3 Zcy4jvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CancelOperationRequest.phpnu[PK3 ZUؗ?vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LogEntrySourceLocation.phpnu[PK3 ZGjvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubordinateConfigChain.phpnu[PK3 Zq*uuvvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RestoreCertificateAuthorityRequest.phpnu[PK3 Z!ttovendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListReusableConfigsResponse.phpnu[PK3 Z?|vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ExplicitBuckets.phpnu[PK3 Z3mnYvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/TestIamPermissionsResponse.phpnu[PK3 ZZvpavendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/X509Extension.phpnu[PK3 ZHF/!/!vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsCertificateAuthoritiesCertificateRevocationLists.phpnu[PK3 Zk  nvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocations.phpnu[PK3 Zi=Vx*vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsOperations.phpnu[PK3 ZSw>vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsCertificateAuthoritiesCertificates.phpnu[PK3 ZJeN^vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/Projects.phpnu[PK3 ZΰMh}ybvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsReusableConfigs.phpnu[PK3 Z}<}<|vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocationsCertificateAuthorities.phpnu[PK3 Z/e3vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/OperationMetadata.phpnu[PK3 Z QQbvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyVersionSpec.phpnu[PK3 ZV[mvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Binding.phpnu[PK3 Ze kkivendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListLocationsResponse.phpnu[PK3 ZPͯbvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/PrivatecaEmpty.phpnu[PK3 Z_vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/BillingView.phpnu[PK3 Zevendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AllowedConfigList.phpnu[PK3 ZO\qvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ObjectId.phpnu[PK3 Zo_QQ~vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1TruncatableString.phpnu[PK3 Z!dmvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/TestIamPermissionsRequest.phpnu[PK3 ZUU 2zvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListCertificateRevocationListsResponse.phpnu[PK3 ZOO O hvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReusableConfigValues.phpnu[PK3 Z~~^qvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AccessUrls.phpnu[PK3 Z e}vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubordinateConfig.phpnu[PK3 ZbLLvvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1Operation.phpnu[PK3 Z89Qe"vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateConfig.phpnu[PK3 Z{uzy,vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ReportRequest.phpnu[PK3 Zfz3vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LinearBuckets.phpnu[PK3 ZQžwH9vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ActivateCertificateAuthorityRequest.phpnu[PK3 Z[]@vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Operation.phpnu[PK3 ZiGvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ReusableConfigWrapper.phpnu[PK3 ZPFZ}Nvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Status.phpnu[PK3 Z_k3++vSvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1TraceSpan.phpnu[PK3 Z xcvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1HttpRequest.phpnu[PK3 Z덲\ rvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Exemplar.phpnu[PK3 ZN00fywvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/RevokedCertificate.phpnu[PK3 Z:xxj?}vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ListOperationsResponse.phpnu[PK3 Z/  Qvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1ExponentialBuckets.phpnu[PK3 Z${ vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1MetricValueSet.phpnu[PK3 ZXL?avendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/IssuanceModes.phpnu[PK3 Z I$: cvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyUsageOptions.phpnu[PK3 ZE=\Vvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Location.phpnu[PK3 Z*_ץvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/AuditConfig.phpnu[PK3 ZM-}j j mvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateRevocationList.phpnu[PK3 Zk[bbxvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/FetchCertificateAuthorityCsrResponse.phpnu[PK3 Z jvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateDescription.phpnu[PK3 Z`YppjBvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateFingerprint.phpnu[PK3 Z]nnnLvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/CertificateAuthorityPolicy.phpnu[PK3 ZFx x fXvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/SubjectDescription.phpnu[PK3 Z7l~fvendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/GoogleApiServicecontrolV1LogEntryOperation.phpnu[PK3 ZjHHk-vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/ExtendedKeyUsageOptions.phpnu[PK3 Z^ \vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/KeyUsage.phpnu[PK3 Z |\\X  vendor/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Expr.phpnu[PK3 ZS{++t vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressSource.phpnu[PK3 Z@kws vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessPolicy.phpnu[PK3 Z/˪SSQ vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditLogConfig.phpnu[PK3 ZѢ&&rX vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1CustomLevel.phpnu[PK3 ZI  vendor/google/apiclient-services/src/Google/Service/CloudAsset/OsInfo.phpnu[PK3 ZbLM6( vendor/google/apiclient-services/src/Google/Service/CloudAsset/TimeWindow.phpnu[PK3 Z ,ളe, vendor/google/apiclient-services/src/Google/Service/CloudAsset/AnalyzeIamPolicyLongrunningRequest.phpnu[PK3 ZJcW}}d3 vendor/google/apiclient-services/src/Google/Service/CloudAsset/WindowsQuickFixEngineeringPackage.phpnu[PK3 Z"Zd9 vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1Resource.phpnu[PK3 Z_l l TBB vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysis.phpnu[PK3 Zg>>]2L vendor/google/apiclient-services/src/Google/Service/CloudAsset/SearchAllResourcesResponse.phpnu[PK3 ZͷESQ vendor/google/apiclient-services/src/Google/Service/CloudAsset/ResourceSelector.phpnu[PK3 ZkrV vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessLevel.phpnu[PK3 Z9ذ)f_ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1AccessControlList.phpnu[PK3 Z^?11J-h vendor/google/apiclient-services/src/Google/Service/CloudAsset/Options.phpnu[PK3 Z88cp vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1GcsDestination.phpnu[PK3 Z~ɶPt vendor/google/apiclient-services/src/Google/Service/CloudAsset/TemporalAsset.phpnu[PK3 Zp} vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1Condition.phpnu[PK3 ZTu vendor/google/apiclient-services/src/Google/Service/CloudAsset/CreateFeedRequest.phpnu[PK3 Z Z< vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisResult.phpnu[PK3 Zg[ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1RestoreDefault.phpnu[PK3 Z3}I vendor/google/apiclient-services/src/Google/Service/CloudAsset/Policy.phpnu[PK3 Zh4 vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1RelatedAsset.phpnu[PK3 Z,| vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices.phpnu[PK3 Z33a vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1Asset.phpnu[PK3 ZuFnnL vendor/google/apiclient-services/src/Google/Service/CloudAsset/Inventory.phpnu[PK3 Zœ΍N vendor/google/apiclient-services/src/Google/Service/CloudAsset/Permissions.phpnu[PK3 ZO vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.phpnu[PK3 ZdDDN vendor/google/apiclient-services/src/Google/Service/CloudAsset/ZypperPatch.phpnu[PK3 Zȼ^^f vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1BooleanPolicy.phpnu[PK3 Z#TooN vendor/google/apiclient-services/src/Google/Service/CloudAsset/Explanation.phpnu[PK3 Z3_Y vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Edge.phpnu[PK3 Z* G) vendor/google/apiclient-services/src/Google/Service/CloudAsset/Item.phpnu[PK3 Z@@kkVO vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.phpnu[PK3 Z3:V@ vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Operations.phpnu[PK3 Z2 }}Q vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Feeds.phpnu[PK3 Z̞FXFXN+ vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.phpnu[PK3 Z)sZ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ApiOperation.phpnu[PK3 Z+sVV` vendor/google/apiclient-services/src/Google/Service/CloudAsset/BatchGetAssetsHistoryResponse.phpnu[PK3 Z  wˏ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.phpnu[PK3 Z-%%sw vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1EgressPolicy.phpnu[PK3 ZBTKX? vendor/google/apiclient-services/src/Google/Service/CloudAsset/WindowsUpdateCategory.phpnu[PK3 Z. ,  G{ vendor/google/apiclient-services/src/Google/Service/CloudAsset/Feed.phpnu[PK3 ZkJ vendor/google/apiclient-services/src/Google/Service/CloudAsset/Binding.phpnu[PK3 Zz] vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Resource.phpnu[PK3 Z.+ _ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1Policy.phpnu[PK3 ZeWrK vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1RelationshipAttributes.phpnu[PK3 ZsZ(Q vendor/google/apiclient-services/src/Google/Service/CloudAsset/AccessSelector.phpnu[PK3 ZyVd YW vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisQuery.phpnu[PK3 Z@ccp vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1ListPolicy.phpnu[PK3 Z/v66` vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisOutputConfig.phpnu[PK3 Z36IIi vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1p7beta1RelatedAssets.phpnu[PK3 ZQŻ W vendor/google/apiclient-services/src/Google/Service/CloudAsset/WindowsUpdatePackage.phpnu[PK3 Z_@D//] vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Identity.phpnu[PK3 Z ++X vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicySearchResult.phpnu[PK3 ZlNWhA vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1BigQueryDestination.phpnu[PK3 Zp|~KKS vendor/google/apiclient-services/src/Google/Service/CloudAsset/IdentitySelector.phpnu[PK3 ZSg vendor/google/apiclient-services/src/Google/Service/CloudAsset/FeedOutputConfig.phpnu[PK3 ZG铎nnq vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1EgressFrom.phpnu[PK3 ZT7xHHR# vendor/google/apiclient-services/src/Google/Service/CloudAsset/SoftwarePackage.phpnu[PK3 Zb Sf5 vendor/google/apiclient-services/src/Google/Service/CloudAsset/VersionedPackage.phpnu[PK3 Z\+Y: vendor/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisState.phpnu[PK3 Z&TDDs? vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1OsConstraint.phpnu[PK3 ZZZHD vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.phpnu[PK3 ZuX vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1MethodSelector.phpnu[PK3 Z|Qz] vendor/google/apiclient-services/src/Google/Service/CloudAsset/GcsDestination.phpnu[PK3 Z%ddPa vendor/google/apiclient-services/src/Google/Service/CloudAsset/PartitionSpec.phpnu[PK3 Z͎Le vendor/google/apiclient-services/src/Google/Service/CloudAsset/Operation.phpnu[PK3 Z݀N>>tl vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressPolicy.phpnu[PK3 Zv It vendor/google/apiclient-services/src/Google/Service/CloudAsset/Status.phpnu[PK3 Zw@݀ }y vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.phpnu[PK3 ZUӆ vendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.phpnu[PK3 Z7o vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1EgressTo.phpnu[PK3 Z5  [= vendor/google/apiclient-services/src/Google/Service/CloudAsset/AnalyzeIamPolicyResponse.phpnu[PK3 Zpѝ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1IngressTo.phpnu[PK3 ZŤB;;N vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditConfig.phpnu[PK3 Z*) 58 8 sͩ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1DevicePolicy.phpnu[PK3 Z[ vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1Access.phpnu[PK3 Z[[V vendor/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.phpnu[PK3 Zn++WZ vendor/google/apiclient-services/src/Google/Service/CloudAsset/ResourceSearchResult.phpnu[PK3 Z-IR vendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetEmpty.phpnu[PK3 ZS*J&&T- vendor/google/apiclient-services/src/Google/Service/CloudAsset/ListFeedsResponse.phpnu[PK3 ZZCC_ vendor/google/apiclient-services/src/Google/Service/CloudAsset/SearchAllIamPoliciesResponse.phpnu[PK3 Z!77T vendor/google/apiclient-services/src/Google/Service/CloudAsset/PubsubDestination.phpnu[PK3 Zfd vendor/google/apiclient-services/src/Google/Service/CloudAsset/AnalyzeIamPolicyLongrunningResponse.phpnu[PK3 ZߨKKG vendor/google/apiclient-services/src/Google/Service/CloudAsset/Expr.phpnu[PK3 ZGGPo vendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.phpnu[PK3 Z$YYZ vendor/google/apiclient-services/src/Google/Service/SearchConsole/SitemapsListResponse.phpnu[PK3 ZM vendor/google/apiclient-services/src/Google/Service/SearchConsole/WmxSite.phpnu[PK3 Z{WE vendor/google/apiclient-services/src/Google/Service/SearchConsole/WmxSitemapContent.phpnu[PK3 Z";YYbS vendor/google/apiclient-services/src/Google/Service/SearchConsole/SearchAnalyticsQueryResponse.phpnu[PK3 Z c> vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestResponse.phpnu[PK3 Z a vendor/google/apiclient-services/src/Google/Service/SearchConsole/SearchAnalyticsQueryRequest.phpnu[PK3 ZI^ vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingTools.phpnu[PK3 Z_T$[##W, vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/Sitemaps.phpnu[PK3 Zj/i""^. vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/Searchanalytics.phpnu[PK3 Z!!!p7 vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.phpnu[PK3 ZS TG> vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/Sites.phpnu[PK3 Z**UI vendor/google/apiclient-services/src/Google/Service/SearchConsole/BlockedResource.phpnu[PK3 Zx55YfM vendor/google/apiclient-services/src/Google/Service/SearchConsole/MobileFriendlyIssue.phpnu[PK3 ZspdP$Q vendor/google/apiclient-services/src/Google/Service/SearchConsole/ApiDataRow.phpnu[PK3 Z֕2ȗSW vendor/google/apiclient-services/src/Google/Service/SearchConsole/ResourceIssue.phpnu[PK3 ZD>__W\ vendor/google/apiclient-services/src/Google/Service/SearchConsole/SitesListResponse.phpnu[PK3 ZS%%]a vendor/google/apiclient-services/src/Google/Service/SearchConsole/ApiDimensionFilterGroup.phpnu[PK3 Z$K9g vendor/google/apiclient-services/src/Google/Service/SearchConsole/Image.phpnu[PK3 Zi Pk vendor/google/apiclient-services/src/Google/Service/SearchConsole/WmxSitemap.phpnu[PK3 ZAHXv vendor/google/apiclient-services/src/Google/Service/SearchConsole/ApiDimensionFilter.phpnu[PK3 ZEml  bB{ vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.phpnu[PK3 Z` <''B vendor/google/apiclient-services/src/Google/Service/CloudAsset.phpnu[PK3 Z;DDIP vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.phpnu[PK3 Z[O vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.phpnu[PK3 ZB&B&S vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataMedia.phpnu[PK3 ZmP vendor/google/apiclient-services/src/Google/Service/ServiceUsage/JwtLocation.phpnu[PK3 Z~ixxa vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminOverridesResponse.phpnu[PK3 Z\9}}f vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateAdminOverridesResponse.phpnu[PK3 Z>B B Ivendor/google/apiclient-services/src/Google/Service/ServiceUsage/Type.phpnu[PK3 ZM:_99Lvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Context.phpnu[PK3 Zˁ&&J^vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.phpnu[PK3 ZiPTvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameter.phpnu[PK3 Zʆ99LSvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Backend.phpnu[PK3 Z^ĀL$vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Billing.phpnu[PK3 Z[Y)vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.phpnu[PK3 ZqO{.vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricRule.phpnu[PK3 Z-Bi3vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateConsumerOverridesResponse.phpnu[PK3 Z8V8vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceusageEmpty.phpnu[PK3 Zw{{dB;vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ImportConsumerOverridesResponse.phpnu[PK3 ZQ  TQ@vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.phpnu[PK3 Z:1ޒmmIDvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Page.phpnu[PK3 Z\vZJvendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableServiceResponse.phpnu[PK3 Z?3 3 OOvendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaLimit.phpnu[PK3 Z͒[Yvendor/google/apiclient-services/src/Google/Service/ServiceUsage/CancelOperationRequest.phpnu[PK3 Z K\vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Option.phpnu[PK3 Z^oZavendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.phpnu[PK3 Z>PZfvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.phpnu[PK3 Z?mmvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.phpnu[PK3 ZOġ UArvendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.phpnu[PK3 Z}Vgvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Services.phpnu[PK3 Zԉ_Xvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Operations.phpnu[PK3 Zi*JJRvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceContext.phpnu[PK3 ZB_ôvendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesRequest.phpnu[PK3 ZX<Tvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.phpnu[PK3 Zk@ @ PMvendor/google/apiclient-services/src/Google/Service/ServiceUsage/BackendRule.phpnu[PK3 Z17IV vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OperationMetadata.phpnu[PK3 Z _ccI8vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Http.phpnu[PK3 Z^Wvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthenticationRule.phpnu[PK3 Zh!~Lvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Logging.phpnu[PK3 Z[[8Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableFailure.phpnu[PK3 Z  Ttvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthRequirement.phpnu[PK3 Zpvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.phpnu[PK3 ZdQvendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthProvider.phpnu[PK3 Z鱍_vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.phpnu[PK3 Z O{vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Monitoring.phpnu[PK3 ZZZUvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.phpnu[PK3 ZKcGGMvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Endpoint.phpnu[PK3 Za]vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchGetServicesResponse.phpnu[PK3 ZeMVvendor/google/apiclient-services/src/Google/Service/ServiceUsage/OAuthRequirements.phpnu[PK3 Z|Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaOverride.phpnu[PK3 ZQVZNvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Operation.phpnu[PK3 ZJ#&vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Quota.phpnu[PK3 Z7(՛K,vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Status.phpnu[PK3 Z)R1vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.phpnu[PK3 ZO:vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceInfo.phpnu[PK3 ZeU>vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AdminQuotaPolicy.phpnu[PK3 Z0V||eEvendor/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminQuotaPoliciesResponse.phpnu[PK3 Z5))U Kvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.phpnu[PK3 Zk̻`uvendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoredResourceDescriptor.phpnu[PK3 ZoBGGW`}vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LoggingDestination.phpnu[PK3 Z|zggY.vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListServicesResponse.phpnu[PK3 Z0|M<<[vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListOperationsResponse.phpnu[PK3 ZYYLvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Control.phpnu[PK3 Z %((Xvendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.phpnu[PK3 ZnvIjvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.phpnu[PK3 ZؑPvendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.phpnu[PK3 Z/bbZ vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoringDestination.phpnu[PK3 Z Ծ Hvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Api.phpnu[PK3 Z6oCsS+vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Authentication.phpnu[PK3 Z3LxKvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Method.phpnu[PK3 Z#CVvendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.phpnu[PK3 Z)b(22`9vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesResponse.phpnu[PK3 Znncvendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1Service.phpnu[PK3 Z΅aK``Rvendor/google/apiclient-services/src/Google/Service/ServiceUsage/LogDescriptor.phpnu[PK3 Z;`eeivendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1ServiceConfig.phpnu[PK3 Z|@Jvendor/google/apiclient-services/src/Google/Service/ServiceUsage/Mixin.phpnu[PK3 Z-h(aV vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DocumentationRule.phpnu[PK3 Zֱ>vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse.phpnu[PK3 ZT-dvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersCatalogs.phpnu[PK3 Z߄lj? vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsVersions.phpnu[PK3 Zb9jvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsCatalogs.phpnu[PK3 Z۹ dvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersVersions.phpnu[PK3 Z:^eI&vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsCatalogs.phpnu[PK3 ZNXjs/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsProducts.phpnu[PK3 Zp:\8vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Folders.phpnu[PK3 Z)d<vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersProducts.phpnu[PK3 ZeMFvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsVersions.phpnu[PK3 Zk]Ovendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Projects.phpnu[PK3 ZzeSvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsProducts.phpnu[PK3 ZQQTb3]vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Organizations.phpnu[PK3 Z'LRssavendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Product.phpnu[PK3 ZGuivendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse.phpnu[PK3 ZL=srovendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Version.phpnu[PK3 Zn S(vvendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchProductsResponse.phpnu[PK3 Z;==s|vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Catalog.phpnu[PK3 Z:ijjVvvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.phpnu[PK3 ZcggSfvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.phpnu[PK3 ZtwQPvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.phpnu[PK3 Zg33UГvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReports.phpnu[PK3 Z7Nvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.phpnu[PK3 Zccvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.phpnu[PK3 ZNivendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataMetrics.phpnu[PK3 Z`t`;vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAlerts.phpnu[PK3 Z?  cVvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAdclients.phpnu[PK3 ZBL L avendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReports.phpnu[PK3 ZADtbvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadata.phpnu[PK3 Z``hvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsPreferreddeals.phpnu[PK3 ZZK olvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataDimensions.phpnu[PK3 Zw:Zvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/Accounts.phpnu[PK3 Z E fvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReportsSaved.phpnu[PK3 Zγe?vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsUrlchannels.phpnu[PK3 ZAY hvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsCustomchannels.phpnu[PK3 Z+ O vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alerts.phpnu[PK3 Z`KKOIvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.phpnu[PK3 Z,Qvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.phpnu[PK3 Z>Tvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReport.phpnu[PK3 Z{''RKvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClients.phpnu[PK3 ZN W!vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeals.phpnu[PK3 Z2U;;W['vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannels.phpnu[PK3 Zog,,V.vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.phpnu[PK3 ZUf##Q6vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Accounts.phpnu[PK3 Zw5Vs=vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.phpnu[PK3 ZJ#::PDvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Account.phpnu[PK3 Z//TIvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannels.phpnu[PK3 ZfW_RPvendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportingMetadataEntry.phpnu[PK3 Zf_YYIoYvendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.phpnu[PK3 Zݔ?++DA%vendor/google/apiclient-services/src/Google/Service/HangoutsChat.phpnu[PK3 ZG$T1 VfQvendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrationRegion.phpnu[PK3 Z`##Rr[vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionOfficial.phpnu[PK3 Z{MMTbvendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.phpnu[PK3 ZKIDDSvvendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.phpnu[PK3 ZE$6X{vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.phpnu[PK3 Zngԩ((Ivendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.phpnu[PK3 ZtbHvendor/google/apiclient-services/src/Google/Service/CivicInfo/Source.phpnu[PK3 ZKu u Tvendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Elections.phpnu[PK3 ZTvendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.phpnu[PK3 ZR Zvendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Representatives.phpnu[PK3 ZG#;;Sgvendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.phpnu[PK3 Zi%'X%vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.phpnu[PK3 ZCXX X Jvendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.phpnu[PK3 Z/ĴHvvendor/google/apiclient-services/src/Google/Service/CivicInfo/Office.phpnu[PK3 ZN&,Vovendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.phpnu[PK3 Z@TA__Xvendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoData.phpnu[PK3 ZSK K Qtvendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.phpnu[PK3 Z\K@vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.phpnu[PK3 Z*mI vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.phpnu[PK3 Z3 \vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.phpnu[PK3 ZO22J vendor/google/apiclient-services/src/Google/Service/CivicInfo/Election.phpnu[PK3 Z|S vendor/google/apiclient-services/src/Google/Service/CivicInfo/SimpleAddressType.phpnu[PK3 Z+P9T (vendor/google/apiclient-services/src/Google/Service/CivicInfo/GeographicDivision.phpnu[PK3 ZR0VC-vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.phpnu[PK3 Z.0nD--ICvendor/google/apiclient-services/src/Google/Service/SystemsManagement.phpnu[PK3 Z8S:ddTa_vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.phpnu[PK3 Z ưe e RIdvendor/google/apiclient-services/src/Google/Service/Resourceviews/ResourceView.phpnu[PK3 Z3K0qvendor/google/apiclient-services/src/Google/Service/Resourceviews/Label.phpnu[PK3 Zq?ۂGGS`uvendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.phpnu[PK3 ZWTzj`*|vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsSetServiceRequest.phpnu[PK3 ZN7 [vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.phpnu[PK3 Zd vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.phpnu[PK3 Z`EAevendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.phpnu[PK3 ZK@O ]vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneOperations.phpnu[PK3 Z ##X˜vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneViews.phpnu[PK3 Z)hWvendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.phpnu[PK3 Z,cbvendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsAddResourcesRequest.phpnu[PK3 Zd¿U%vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.phpnu[PK3 Z0Oivendor/google/apiclient-services/src/Google/Service/Resourceviews/Operation.phpnu[PK3 ZCZvendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.phpnu[PK3 ZBKp^vendor/google/apiclient-services/src/Google/Service/Resourceviews/ListResourceResponseItem.phpnu[PK3 Z<<avendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsGetServiceResponse.phpnu[PK3 ZS'SXvendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationList.phpnu[PK3 Z/llXvendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableCellStyleRequest.phpnu[PK3 ZAQvI I Pvendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectElement.phpnu[PK3 ZhM,,RV vendor/google/apiclient-services/src/Google/Service/Docs/CreateFootnoteRequest.phpnu[PK3 ZϮiiIvendor/google/apiclient-services/src/Google/Service/Docs/WriteControl.phpnu[PK3 Za-Zvendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectSuggestionState.phpnu[PK3 Z3;Q-F.vendor/google/apiclient-services/src/Google/Service/Docs/Paragraph.phpnu[PK3 Zr'UL1>vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedBullet.phpnu[PK3 ZGxV::JDvendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyle.phpnu[PK3 ZvxY{Ivendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyleSuggestionState.phpnu[PK3 ZsPbbX cvendor/google/apiclient-services/src/Google/Service/Docs/UpdateParagraphStyleRequest.phpnu[PK3 Z\MMPivendor/google/apiclient-services/src/Google/Service/Docs/SizeSuggestionState.phpnu[PK3 Zl Mnvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObject.phpnu[PK3 ZzEyvendor/google/apiclient-services/src/Google/Service/Docs/Document.phpnu[PK3 Z8 NGvendor/google/apiclient-services/src/Google/Service/Docs/FootnoteReference.phpnu[PK3 ZkvFĝvendor/google/apiclient-services/src/Google/Service/Docs/Dimension.phpnu[PK3 ZK vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObject.phpnu[PK3 ZNkvendor/google/apiclient-services/src/Google/Service/Docs/InsertTextRequest.phpnu[PK3 Z5`vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedPositionedObjectProperties.phpnu[PK3 ZE=vendor/google/apiclient-services/src/Google/Service/Docs/AutoText.phpnu[PK3 Z uh\vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceNamedRangeContentRequest.phpnu[PK3 Z[; ; Ivendor/google/apiclient-services/src/Google/Service/Docs/InlineObject.phpnu[PK3 ZRM[XkkKvendor/google/apiclient-services/src/Google/Service/Docs/ListProperties.phpnu[PK3 ZnQvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedNamedStyles.phpnu[PK3 Zvc c Uvendor/google/apiclient-services/src/Google/Service/Docs/TextStyleSuggestionState.phpnu[PK3 Zp$!!Ivendor/google/apiclient-services/src/Google/Service/Docs/SectionStyle.phpnu[PK3 Zƙ==E<vendor/google/apiclient-services/src/Google/Service/Docs/RgbColor.phpnu[PK3 ZT> > Ivendor/google/apiclient-services/src/Google/Service/Docs/NestingLevel.phpnu[PK3 Z5kE X"vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevelSuggestionState.phpnu[PK3 ZVfxVVL-/vendor/google/apiclient-services/src/Google/Service/Docs/TableOfContents.phpnu[PK3 Z0xkkF5vendor/google/apiclient-services/src/Google/Service/Docs/PageBreak.phpnu[PK3 Z*d##H>vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyles.phpnu[PK3 Z;22_{Cvendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableColumnPropertiesRequest.phpnu[PK3 Z蓱Ovendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableRowStyle.phpnu[PK3 Z~ 44UEvendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageRequest.phpnu[PK3 ZE ~YYSNvendor/google/apiclient-services/src/Google/Service/Docs/CreateFootnoteResponse.phpnu[PK3 Z,77SxRvendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.phpnu[PK3 ZO D2Wvendor/google/apiclient-services/src/Google/Service/Docs/TextRun.phpnu[PK3 ZiiU`vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeResponse.phpnu[PK3 ZIIQdvendor/google/apiclient-services/src/Google/Service/Docs/CreateFooterResponse.phpnu[PK3 Z`dSeeOjhvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTextStyle.phpnu[PK3 Z$MNovendor/google/apiclient-services/src/Google/Service/Docs/PersonProperties.phpnu[PK3 ZGeGsvendor/google/apiclient-services/src/Google/Service/Docs/TableRange.phpnu[PK3 Z )Ryvendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableRowRequest.phpnu[PK3 Z]BN((K~vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyle.phpnu[PK3 Zv?evendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedDrawingPropertiesSuggestionState.phpnu[PK3 Z\\DПvendor/google/apiclient-services/src/Google/Service/Docs/Shading.phpnu[PK3 Z5e99Uvendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.phpnu[PK3 ZdV^vendor/google/apiclient-services/src/Google/Service/Docs/DeleteContentRangeRequest.phpnu[PK3 Z|7NMMWvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectProperties.phpnu[PK3 Z--Svendor/google/apiclient-services/src/Google/Service/Docs/InsertPageBreakRequest.phpnu[PK3 Zx(^^Xfvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioning.phpnu[PK3 ZZ hJLvendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyle.phpnu[PK3 Z[jRvendor/google/apiclient-services/src/Google/Service/Docs/TableColumnProperties.phpnu[PK3 ZPPQvendor/google/apiclient-services/src/Google/Service/Docs/EndOfSegmentLocation.phpnu[PK3 Z93־R\vendor/google/apiclient-services/src/Google/Service/Docs/BulletSuggestionState.phpnu[PK3 ZKvendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyle.phpnu[PK3 Zwwgvendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioningSuggestionState.phpnu[PK3 Z14Dvendor/google/apiclient-services/src/Google/Service/Docs/TabStop.phpnu[PK3 Z1W vendor/google/apiclient-services/src/Google/Service/Docs/NamedStylesSuggestionState.phpnu[PK3 Z2fy Hvendor/google/apiclient-services/src/Google/Service/Docs/NamedRanges.phpnu[PK3 Z_ Cvendor/google/apiclient-services/src/Google/Service/Docs/Person.phpnu[PK3 ZgZM!vendor/google/apiclient-services/src/Google/Service/Docs/DeleteParagraphBulletsRequest.phpnu[PK3 Z`IIQ%vendor/google/apiclient-services/src/Google/Service/Docs/CreateHeaderResponse.phpnu[PK3 Z1G)vendor/google/apiclient-services/src/Google/Service/Docs/TableStyle.phpnu[PK3 Z=XZZO.vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRequest.phpnu[PK3 ZqS2kkA6vendor/google/apiclient-services/src/Google/Service/Docs/Size.phpnu[PK3 ZL<vendor/google/apiclient-services/src/Google/Service/Docs/ImageProperties.phpnu[PK3 Z:ͪVEvendor/google/apiclient-services/src/Google/Service/Docs/BackgroundSuggestionState.phpnu[PK3 ZVʇ(QIvendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorder.phpnu[PK3 ZXHHVaQvendor/google/apiclient-services/src/Google/Service/Docs/UpdateSectionStyleRequest.phpnu[PK3 Z|ƆRRZ/Xvendor/google/apiclient-services/src/Google/Service/Docs/DeletePositionedObjectRequest.phpnu[PK3 ZWS \vendor/google/apiclient-services/src/Google/Service/Docs/ShadingSuggestionState.phpnu[PK3 Z TI`vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableCellStyle.phpnu[PK3 Z#/n00Vgvendor/google/apiclient-services/src/Google/Service/Docs/NamedStyleSuggestionState.phpnu[PK3 Z4rrbepvendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReferenceSuggestionState.phpnu[PK3 Z+vLLUivvendor/google/apiclient-services/src/Google/Service/Docs/InsertTableColumnRequest.phpnu[PK3 ZkE:|vendor/google/apiclient-services/src/Google/Service/Docs/Footnote.phpnu[PK3 Z+Tvendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeRequest.phpnu[PK3 Z7v>Ivendor/google/apiclient-services/src/Google/Service/Docs/SectionBreak.phpnu[PK3 ZbVTvendor/google/apiclient-services/src/Google/Service/Docs/SuggestedListProperties.phpnu[PK3 ZV??NNVvendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageResponse.phpnu[PK3 ZbzEvendor/google/apiclient-services/src/Google/Service/Docs/Location.phpnu[PK3 Z J8vendor/google/apiclient-services/src/Google/Service/Docs/OptionalColor.phpnu[PK3 Z1 [vendor/google/apiclient-services/src/Google/Service/Docs/ImagePropertiesSuggestionState.phpnu[PK3 ZHHPvendor/google/apiclient-services/src/Google/Service/Docs/DeleteHeaderRequest.phpnu[PK3 ZeBvendor/google/apiclient-services/src/Google/Service/Docs/Table.phpnu[PK3 ZgU(vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableColumnRequest.phpnu[PK3 Z?аZ:vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyleSuggestionState.phpnu[PK3 ZO&bHHPpvendor/google/apiclient-services/src/Google/Service/Docs/DeleteFooterRequest.phpnu[PK3 ZA`JS8vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedDocumentStyle.phpnu[PK3 Zwb b Nvendor/google/apiclient-services/src/Google/Service/Docs/StructuralElement.phpnu[PK3 ZUUEdvendor/google/apiclient-services/src/Google/Service/Docs/Response.phpnu[PK3 ZJ55R.vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextRequest.phpnu[PK3 Z!77Zvendor/google/apiclient-services/src/Google/Service/Docs/ListPropertiesSuggestionState.phpnu[PK3 ZkurWvendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableRowStyleRequest.phpnu[PK3 ZuTvendor/google/apiclient-services/src/Google/Service/Docs/DeleteNamedRangeRequest.phpnu[PK3 ZJEY vendor/google/apiclient-services/src/Google/Service/Docs/DocsList.phpnu[PK3 Z5-NRR`vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorderSuggestionState.phpnu[PK3 ZͿ  Pvendor/google/apiclient-services/src/Google/Service/Docs/CreateFooterRequest.phpnu[PK3 Z +M#vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphElement.phpnu[PK3 Z "ppK;6vendor/google/apiclient-services/src/Google/Service/Docs/HorizontalRule.phpnu[PK3 ZP*gV&?vendor/google/apiclient-services/src/Google/Service/Docs/InsertSectionBreakRequest.phpnu[PK3 Z·hGFvendor/google/apiclient-services/src/Google/Service/Docs/Background.phpnu[PK3 Z-W!Kvendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentRequest.phpnu[PK3 Z::AQvendor/google/apiclient-services/src/Google/Service/Docs/Body.phpnu[PK3 Z$ E>vendor/google/apiclient-services/src/Google/Service/CloudShell/ListOperationsResponse.phpnu[PK4 Z/kZCvendor/google/apiclient-services/src/Google/Service/CloudShell/RemovePublicKeyResponse.phpnu[PK4 Zt^,Gvendor/google/apiclient-services/src/Google/Service/CloudShell/AuthorizeEnvironmentRequest.phpnu[PK4 ZO(PPZLvendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentRequest.phpnu[PK4 Z#2>>[ZQvendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentMetadata.phpnu[PK4 ZSAX#Uvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/BuildProvenance.phpnu[PK4 Z_U]]d}dvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponse.phpnu[PK4 Z3 \njvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/GerritSourceContext.phpnu[PK4 Z7p-TTPqvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Version.phpnu[PK4 ZѿU~xvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AliasContext.phpnu[PK4 ZY|vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/GitSourceContext.phpnu[PK4 Z8̯RRL1vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Jwt.phpnu[PK4 ZOvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/RepoId.phpnu[PK4 Z[Tvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageData.phpnu[PK4 Z{fVZŐvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageOccurrence.phpnu[PK4 Z4%{^Bvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/AttestationOccurrence.phpnu[PK4 ZWH9 9 Ovendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Source.phpnu[PK4 ZbߚcNvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocations.phpnu[PK4 Z$ٲm{vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsOperations.phpnu[PK4 Z)Oqqw vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScansVulnerabilities.phpnu[PK4 Z(Z#vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/Projects.phpnu[PK4 Z{h;vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScans.phpnu[PK4 Z*;V{vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/SourceContext.phpnu[PK4 Zm))Svendor/google/apiclient-services/src/Google/Service/OnDemandScanning/Occurrence.phpnu[PK4 Z],[[XKvendor/google/apiclient-services/src/Google/Service/OnDemandScanning/BuildOccurrence.phpnu[PK4 Z@uu\.vendor/google/apiclient-services/src/Google/Service/OnDemandScanning/UpgradeDistribution.phpnu[PK4 Z !>_vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailLinkSigninResponse.phpnu[PK4 Z8xovendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetAccountInfoRequest.phpnu[PK4 Z!avendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetRecaptchaParamResponse.phpnu[PK4 Zc+;r7r7]@vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.phpnu[PK4 Z9J33y?<vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDownloadAccountRequest.phpnu[PK4 Zy]PCvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.phpnu[PK4 ZS1 ][Uvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.phpnu[PK4 Z%Cx~_vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetAccountInfoRequest.phpnu[PK4 ZZ%ggvtvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserResponse.phpnu[PK4 Zs> > yxvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.phpnu[PK4 Z ^ˆvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.phpnu[PK4 ZB xvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPasswordRequest.phpnu[PK4 ZЌ ~99]vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.phpnu[PK4 Z*f_||Uܣvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.phpnu[PK4 ZW  Tݪvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.phpnu[PK4 ZE]Wvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.phpnu[PK4 Zx2yvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyEmailLinkSigninRequest.phpnu[PK4 Z҉uJJ]=vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.phpnu[PK4 ZJ3TTQvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.phpnu[PK4 Zb]uvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserRequest.phpnu[PK4 Ze-R_vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.phpnu[PK4 Z/w4wvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.phpnu[PK4 Z=~zvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.phpnu[PK4 Z|Bwvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyCreateAuthUriRequest.phpnu[PK4 Z1L  {vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.phpnu[PK4 ZVVw vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.phpnu[PK4 Z?!zzfvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.phpnu[PK4 Z$h h ^!vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.phpnu[PK4 Zg//`-vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.phpnu[PK4 ZEe77]o6vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.phpnu[PK4 Z]y~3<vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeRequest.phpnu[PK4 Z(DW_Bvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.phpnu[PK4 ZweY |cvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse.phpnu[PK4 Zh=anvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyCustomTokenResponse.phpnu[PK4 Zb^8uvendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.phpnu[PK4 Z5U Lzvendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.phpnu[PK4 Z}:0~0~@vendor/google/apiclient-services/src/Google/Service/Calendar.phpnu[PK4 Zf@_ _ Mvendor/google/apiclient-services/src/Google/Service/DriveActivity/Comment.phpnu[PK4 ZlXRsvendor/google/apiclient-services/src/Google/Service/DriveActivity/ActionDetail.phpnu[PK4 Z>C{O%vendor/google/apiclient-services/src/Google/Service/DriveActivity/TimeRange.phpnu[PK4 Z8 Sc*vendor/google/apiclient-services/src/Google/Service/DriveActivity/AnonymousUser.phpnu[PK4 ZQ0K-vendor/google/apiclient-services/src/Google/Service/DriveActivity/Group.phpnu[PK4 ZxIJ1vendor/google/apiclient-services/src/Google/Service/DriveActivity/Edit.phpnu[PK4 Z$x^P4vendor/google/apiclient-services/src/Google/Service/DriveActivity/Assignment.phpnu[PK4 Z(WH:vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityFile.phpnu[PK4 Z҆9# # Ks=vendor/google/apiclient-services/src/Google/Service/DriveActivity/Actor.phpnu[PK4 ZVssSIvendor/google/apiclient-services/src/Google/Service/DriveActivity/Impersonation.phpnu[PK4 Z{00LNvendor/google/apiclient-services/src/Google/Service/DriveActivity/Create.phpnu[PK4 Zcg7TUvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveReference.phpnu[PK4 Z6QYvendor/google/apiclient-services/src/Google/Service/DriveActivity/FileComment.phpnu[PK4 ZT.O4--Q_avendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFolder.phpnu[PK4 Z7|Q evendor/google/apiclient-services/src/Google/Service/DriveActivity/UnknownUser.phpnu[PK4 Z?mU,hvendor/google/apiclient-services/src/Google/Service/DriveActivity/TargetReference.phpnu[PK4 Z?UBQpvendor/google/apiclient-services/src/Google/Service/DriveActivity/DeletedUser.phpnu[PK4 Z;;Jsvendor/google/apiclient-services/src/Google/Service/DriveActivity/Post.phpnu[PK4 Z#;Lnwvendor/google/apiclient-services/src/Google/Service/DriveActivity/Anyone.phpnu[PK4 Z9G))Mzvendor/google/apiclient-services/src/Google/Service/DriveActivity/Restore.phpnu[PK4 ZeL)~vendor/google/apiclient-services/src/Google/Service/DriveActivity/Domain.phpnu[PK4 Zz-|::^wvendor/google/apiclient-services/src/Google/Service/DriveActivity/DataLeakPreventionChange.phpnu[PK4 ZzV?vendor/google/apiclient-services/src/Google/Service/DriveActivity/PermissionChange.phpnu[PK4 Z,EWHvendor/google/apiclient-services/src/Google/Service/DriveActivity/Resource/Activity.phpnu[PK4 Z|СWvendor/google/apiclient-services/src/Google/Service/DriveActivity/RestrictionChange.phpnu[PK4 ZG2LFvendor/google/apiclient-services/src/Google/Service/DriveActivity/Upload.phpnu[PK4 ZyeC K[vendor/google/apiclient-services/src/Google/Service/DriveActivity/Owner.phpnu[PK4 ZcXߤvendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDriveReference.phpnu[PK4 ZDT0vendor/google/apiclient-services/src/Google/Service/DriveActivity/SettingsChange.phpnu[PK4 ZیFFOvendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDrive.phpnu[PK4 ZlaVDvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityNew.phpnu[PK4 Z/8BBKmvendor/google/apiclient-services/src/Google/Service/DriveActivity/Drive.phpnu[PK4 Z)RDL*vendor/google/apiclient-services/src/Google/Service/DriveActivity/Rename.phpnu[PK4 ZݞCPP`vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityResponse.phpnu[PK4 ZC> Jtvendor/google/apiclient-services/src/Google/Service/DriveActivity/User.phpnu[PK4 Z0 pAAPvendor/google/apiclient-services/src/Google/Service/DriveActivity/Suggestion.phpnu[PK4 Z5Lvendor/google/apiclient-services/src/Google/Service/DriveActivity/Legacy.phpnu[PK4 ZO.n.Svendor/google/apiclient-services/src/Google/Service/DriveActivity/Administrator.phpnu[PK4 Z!RR_vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityRequest.phpnu[PK4 Zs7,Uvendor/google/apiclient-services/src/Google/Service/DriveActivity/NoConsolidation.phpnu[PK4 ZJvendor/google/apiclient-services/src/Google/Service/DriveActivity/Copy.phpnu[PK4 Z۔^ Svendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveActivity.phpnu[PK4 Z9m[vendor/google/apiclient-services/src/Google/Service/DriveActivity/ConsolidationStrategy.phpnu[PK4 Z<: : L2vendor/google/apiclient-services/src/Google/Service/DriveActivity/Target.phpnu[PK4 ZOvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFile.phpnu[PK4 Z!((L vendor/google/apiclient-services/src/Google/Service/DriveActivity/Folder.phpnu[PK4 Zi66Z vendor/google/apiclient-services/src/Google/Service/DriveActivity/ApplicationReference.phpnu[PK4 ZZ Ogvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItem.phpnu[PK4 Zyɣ Lrvendor/google/apiclient-services/src/Google/Service/DriveActivity/Action.phpnu[PK4 ZT((L(vendor/google/apiclient-services/src/Google/Service/DriveActivity/Delete.phpnu[PK4 ZН--Q5,vendor/google/apiclient-services/src/Google/Service/DriveActivity/SystemEvent.phpnu[PK4 ZP""O/vendor/google/apiclient-services/src/Google/Service/DriveActivity/KnownUser.phpnu[PK4 Z6wQQJ4vendor/google/apiclient-services/src/Google/Service/DriveActivity/Move.phpnu[PK4 Ze3  PO;vendor/google/apiclient-services/src/Google/Service/DriveActivity/Permission.phpnu[PK4 Zm m XEvendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItemReference.phpnu[PK4 Z73 3 JPvendor/google/apiclient-services/src/Google/Service/AdExperienceReport.phpnu[PK4 Z.UWru[vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1GetConfigResponse.phpnu[PK4 ZJ!q`vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1CancelJobRequest.phpnu[PK4 Z_Ԏrdvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1OperationMetadata.phpnu[PK4 ZJgf_mvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Model.phpnu[PK4 Zu:`svendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleProtobufEmpty.phpnu[PK4 ZqYpvvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionInput.phpnu[PK4 Z2  qSvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionOutput.phpnu[PK4 Z4dQhvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Version.phpnu[PK4 Z}nvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ParameterSpec.phpnu[PK4 Zd7NNg:vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningOperation.phpnu[PK4 Z`%lqqdvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModels.phpnu[PK4 ZcOl$vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModelsVersions.phpnu[PK4 Z p4bvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsJobs.phpnu[PK4 ZT.^vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/Projects.phpnu[PK4 ZbUsshWvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsOperations.phpnu[PK4 Zp!tbvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningListOperationsResponse.phpnu[PK4 Z8ttuvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutput.phpnu[PK4 ZNr  n vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1TrainingInput.phpnu[PK4 Ziovendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictRequest.phpnu[PK4 Z#ydvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1SetDefaultVersionRequest.phpnu[PK4 Z)ZHo"vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1TrainingOutput.phpnu[PK4 ZrX  dI)vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Job.phpnu[PK4 Z!mqq6vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric.phpnu[PK4 Z**s%<vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterSpec.phpnu[PK4 Z(@v\Bvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleRpcStatus.phpnu[PK4 Z,8 s*Hvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListModelsResponse.phpnu[PK4 Z 9uMvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListVersionsResponse.phpnu[PK4 ZD^Svendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleApiHttpBody.phpnu[PK4 ZqWvendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListJobsResponse.phpnu[PK4 ZSpB\vendor/google/apiclient-services/src/Google/Service/Webmasters.phpnu[PK4 Zxc{suvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse.phpnu[PK4 ZIv[{vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse.phpnu[PK4 Z}֐~vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListPropertiesResponse.phpnu[PK4 Zb {/vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataSharingSettings.phpnu[PK4 Zy~Z^^}vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.phpnu[PK4 Zՠ|vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountsResponse.phpnu[PK4 Z&&}vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksRequest.phpnu[PK4 Z̷}`vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleProtobufEmpty.phpnu[PK4 Z,$vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest.phpnu[PK4 Z7..wvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaPropertySummary.phpnu[PK4 Z }vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListUserLinksResponse.phpnu[PK4 Z*Qnn pvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.phpnu[PK4 Z őuvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLink.phpnu[PK4 Z+*vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse.phpnu[PK4 Zpvendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUserLink.phpnu[PK4 Z3AAf2vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/AccountSummaries.phpnu[PK4 Z`))i vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesUserLinks.phpnu[PK4 ZoYYq> vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.phpnu[PK4 Z-9))g8 vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/AccountsUserLinks.phpnu[PK4 Z|2neJ vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesGoogleAdsLinks.phpnu[PK4 Zw2ҩ`\ vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Properties.phpnu[PK4 Za@R^ w vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Accounts.phpnu[PK4 Zg##n vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreams.phpnu[PK4 Z>Im vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesFirebaseLinks.phpnu[PK4 ZuB vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.phpnu[PK4 Zs'BBu vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleAdsLink.phpnu[PK4 ZH vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse.phpnu[PK4 ZnbN vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse.phpnu[PK4 Z!~ vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksResponse.phpnu[PK4 Zy}u!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest.phpnu[PK4 Z`!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.phpnu[PK4 Z !vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountSummariesResponse.phpnu[PK4 ZwR<##!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse.phpnu[PK4 Z|Y??{!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse.phpnu[PK4 Z0|44vs"!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccountSummary.phpnu[PK4 Z˰xM*!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaIosAppDataStream.phpnu[PK4 Z{1!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse.phpnu[PK4 ZC'8!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.phpnu[PK4 ZASb>!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.phpnu[PK4 ZH  {R!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChange.phpnu[PK4 ZRux]!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaWebDataStream.phpnu[PK4 ZEz|e!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAndroidAppDataStream.phpnu[PK4 Zm;um!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGlobalSiteTag.phpnu[PK4 ZbaWWGr!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse.phpnu[PK4 ZzzWy!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryEvent.phpnu[PK4 Zb !vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.phpnu[PK4 ZE-ِ!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.phpnu[PK4 Z{tt|!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaFirebaseLink.phpnu[PK4 Z-!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.phpnu[PK4 ZJw5*YY}!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest.phpnu[PK4 Z=iEo!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccount.phpnu[PK4 Zxe!vendor/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.phpnu[PK4 ZVYdXdXGE!vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer.phpnu[PK4 ZJ  R "vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyCost.phpnu[PK4 ZEZP"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.phpnu[PK4 ZV["vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.phpnu[PK4 Z2&[[\^!"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartResponse.phpnu[PK4 Z#)aa[E%"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.phpnu[PK4 Z9N1*"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.phpnu[PK4 Z"9Wo9"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyRejection.phpnu[PK4 Z'Z[="vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysListResponse.phpnu[PK4 Z/ `.G"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Mobileapppanels.phpnu[PK4 ZCWXR"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Results.phpnu[PK4 ZXBY"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Surveys.phpnu[PK4 Z"Sl"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.phpnu[PK4 Z[[Wr"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.phpnu[PK4 Z|mmYv"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsGetRequest.phpnu[PK4 ZmזU{"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyResults.phpnu[PK4 ZXRZZ[p"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.phpnu[PK4 ZQ,acU"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanelsListResponse.phpnu[PK4 ZAfVÍ"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.phpnu[PK4 ZQ@"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/FieldMask.phpnu[PK4 Z]HHV"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestion.phpnu[PK4 Z^\VU"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.phpnu[PK4 Z;\\]"vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysDeleteResponse.phpnu[PK4 ZqwhhDʹ"vendor/google/apiclient-services/src/Google/Service/Safebrowsing.phpnu[PK4 ZdH"vendor/google/apiclient-services/src/Google/Service/SiteVerification.phpnu[PK4 Zs,G;"vendor/google/apiclient-services/src/Google/Service/CloudMonitoring.phpnu[PK4 Zmb b G#vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer.phpnu[PK4 Z~DIIA[ #vendor/google/apiclient-services/src/Google/Service/Firestore.phpnu[PK4 ZVL55NU#vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/Search.phpnu[PK4 Z_eS7d#vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/ResultImage.phpnu[PK4 Z#  Tql#vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/ResultLabels.phpnu[PK4 ZP]Zq#vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/PromotionBodyLines.phpnu[PK4 Z''Tw#vendor/google/apiclient-services/src/Google/Service/CustomSearchAPI/Resource/Cse.phpnu[PK4 Z0f$vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyGetwatchdetailsResponse.phpnu[PK4 Z#*B%%Mn$vendor/google/apiclient-services/src/Google/Service/Reseller/Subscription.phpnu[PK4 ZVVW$vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyResource.phpnu[PK4 Z I%vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.phpnu[PK4 Zg1F5 %vendor/google/apiclient-services/src/Google/Service/Reseller/Seats.phpnu[PK4 ZPr@Z%vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTrialSettings.phpnu[PK4 ZxqqQF%vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.phpnu[PK4 ZH*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/PosixAccount.phpnu[PK4 ZYI@ @ SR*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/Users.phpnu[PK4 ZF `S]*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersSshPublicKeys.phpnu[PK4 ZuQ&  [ej*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersProjects.phpnu[PK4 Zj4_p*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/ImportSshPublicKeyResponse.phpnu[PK4 Z*OQv*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/OsloginEmpty.phpnu[PK4 Zb[Qy*vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/LoginProfile.phpnu[PK4 Z8ϧJ*vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.phpnu[PK4 Z(H6*vendor/google/apiclient-services/src/Google/Service/SASPortalTesting.phpnu[PK4 Zaabg++vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalListDeploymentsResponse.phpnu[PK4 ZAKq³ WZ1+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceConfig.phpnu[PK4 Z `?+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalGenerateSecretRequest.phpnu[PK4 ZmddYB+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalFrequencyRange.phpnu[PK4 ZLYG+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceMetadata.phpnu[PK4 ZҶ\J+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalListNodesResponse.phpnu[PK4 Z۴ii\P+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalMoveDeviceRequest.phpnu[PK4 ZenbbQT+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDevice.phpnu[PK4 ZHH\df+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalSignDeviceRequest.phpnu[PK4 Z#2uSS[8k+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalGetPolicyRequest.phpnu[PK4 ZkXeeco+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalBulkCreateDeviceResponse.phpnu[PK4 ZÂPt+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalEmpty.phpnu[PK4 Z0N__V+w+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceModel.phpnu[PK4 ZR V~+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceGrant.phpnu[PK4 ZE\@JJa@+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalTestPermissionsRequest.phpnu[PK4 Z*5}O+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalNode.phpnu[PK4 ZQJXVUm+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeployment.phpnu[PK4 ZcoGG`+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalListCustomersResponse.phpnu[PK4 Z.mm`+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalMoveDeploymentRequest.phpnu[PK4 ZH?q77V+vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDpaMoveList.phpnu[PK4 ZNo@ dC+vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodesDeployments.phpnu[PK4 ZO;2 2 `X+vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodesDevices.phpnu[PK4 Zǂ[+vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesDeployments.phpnu[PK4 Z{ Tt+vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Customers.phpnu[PK4 ZR||U+vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodes.phpnu[PK4 ZJR8 8 b+vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesDeploymentsDevices.phpnu[PK4 ZUd S,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Policies.phpnu[PK4 Zz^aaV ,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Deployments.phpnu[PK4 Ze:t ^,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodesNodes.phpnu[PK4 ZZ?& & \?,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodesDevices.phpnu[PK4 Z/ mdu u `),vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodesDeployments.phpnu[PK4 Z4ȈY4,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersNodes.phpnu[PK4 Z@L  [H,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersDevices.phpnu[PK4 Z܃Wc,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesDevices.phpnu[PK4 Z`~__],vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/DeploymentsDevices.phpnu[PK4 ZgI I f ,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersDeploymentsDevices.phpnu[PK4 ZD; Z,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/NodesNodesNodes.phpnu[PK4 ZnB++P],vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Nodes.phpnu[PK4 ZeI3_,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/CustomersDeployments.phpnu[PK4 ZяڒT,vendor/google/apiclient-services/src/Google/Service/Sasportal/Resource/Installer.phpnu[PK4 Zj7ggZ3,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalMoveNodeRequest.phpnu[PK4 ZZ7SS]$,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalDeviceAirInterface.phpnu[PK4 Zj)3Q,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalPolicy.phpnu[PK4 Z=8Q,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalStatus.phpnu[PK4 ZgDc,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalValidateInstallerRequest.phpnu[PK4 Z ZT$,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalOperation.phpnu[PK4 ZoUP,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalAssignment.phpnu[PK4 ZT FS,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalCustomer.phpnu[PK4 ZՍ5>>d1,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalCreateSignedDeviceRequest.phpnu[PK4 Z[ad,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalValidateInstallerResponse.phpnu[PK4 ZȊ7--^H,vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalListDevicesResponse.phpnu[PK4 Z{>>d-vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalUpdateSignedDeviceRequest.phpnu[PK4 Zu77b-vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalBulkCreateDeviceRequest.phpnu[PK4 Zu<<<[ -vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalChannelWithScore.phpnu[PK4 Z-[e-vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalSetPolicyRequest.phpnu[PK4 ZNϫD ]-vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalInstallationParams.phpnu[PK4 ZBbO&-vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalTestPermissionsResponse.phpnu[PK4 Z識KKa*-vendor/google/apiclient-services/src/Google/Service/Sasportal/SasPortalGenerateSecretResponse.phpnu[PK4 Z3P!!V^.-vendor/google/apiclient-services/src/Google/Service/PolyService/PresentationParams.phpnu[PK4 ZBN5-vendor/google/apiclient-services/src/Google/Service/PolyService/Quaternion.phpnu[PK4 ZFQ:-vendor/google/apiclient-services/src/Google/Service/PolyService/ObjParseError.phpnu[PK4 Zb{{JA-vendor/google/apiclient-services/src/Google/Service/PolyService/Format.phpnu[PK4 Z>ٵVI-vendor/google/apiclient-services/src/Google/Service/PolyService/ListAssetsResponse.phpnu[PK4 ZC-M3P-vendor/google/apiclient-services/src/Google/Service/PolyService/UserAsset.phpnu[PK4 ZkZT-vendor/google/apiclient-services/src/Google/Service/PolyService/ListUserAssetsResponse.phpnu[PK4 Z< ]L4[-vendor/google/apiclient-services/src/Google/Service/PolyService/PolyFile.phpnu[PK4 ZdMV`-vendor/google/apiclient-services/src/Google/Service/PolyService/RemixInfo.phpnu[PK4 Z⁝ ]_d-vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersLikedassets.phpnu[PK4 Zִ Sn-vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Assets.phpnu[PK4 ZHXp``R|-vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Users.phpnu[PK4 Z7z z X-vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersAssets.phpnu[PK4 ZnN-vendor/google/apiclient-services/src/Google/Service/PolyService/ImageError.phpnu[PK4 ZXddV-vendor/google/apiclient-services/src/Google/Service/PolyService/AssetImportMessage.phpnu[PK4 Z}l\-vendor/google/apiclient-services/src/Google/Service/PolyService/StartAssetImportResponse.phpnu[PK4 Z Y[{-vendor/google/apiclient-services/src/Google/Service/PolyService/ListLikedAssetsResponse.phpnu[PK4 Zj)VZzzI-vendor/google/apiclient-services/src/Google/Service/PolyService/Asset.phpnu[PK4 Zh4<T-vendor/google/apiclient-services/src/Google/Service/PolyService/FormatComplexity.phpnu[PK4 Zq44QI-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricValue.phpnu[PK4 Z#"3R-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricHeader.phpnu[PK4 Z/ ^<-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunRealtimeReportRequest.phpnu[PK4 Z,6?QQO-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Dimension.phpnu[PK4 ZܙfooT^-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/CaseExpression.phpnu[PK4 Z CZQ-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/FilterExpressionList.phpnu[PK4 ZR8Sj-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/NumericFilter.phpnu[PK4 Z1 L-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Filter.phpnu[PK4 Z,-\-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsRequest.phpnu[PK4 Zl̢11U-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionHeader.phpnu[PK4 ZҊWB-vendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionMetadata.phpnu[PK4 Z 0Qw.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotHeader.phpnu[PK4 Z ]^L.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Cohort.phpnu[PK4 ZA77T.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionValue.phpnu[PK4 ZoSL.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BetweenFilter.phpnu[PK4 Z źZ.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotDimensionHeader.phpnu[PK4 ZX##K .vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Pivot.phpnu[PK4 ZVܻO%.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/DateRange.phpnu[PK4 Zc22V*.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/V1alpha.phpnu[PK4 Z<''Y_;.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/Properties.phpnu[PK4 Z\r/ / SJ.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/PropertyQuota.phpnu[PK4 Z;GGPW.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/CohortSpec.phpnu[PK4 ZTC2R`.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/NumericValue.phpnu[PK4 Z BV!e.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportRequest.phpnu[PK4 ZDRnz.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/CohortsRange.phpnu[PK4 Z(N  \.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportResponse.phpnu[PK4 ZgمYk.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionExpression.phpnu[PK4 ZW .vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportResponse.phpnu[PK4 Z}Q@++_y.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunRealtimeReportResponse.phpnu[PK4 Z_N3.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Metadata.phpnu[PK4 ZM66RH.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/InListFilter.phpnu[PK4 Z.RRL.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Entity.phpnu[PK4 ZCQ.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/QuotaStatus.phpnu[PK4 ZSXҢVI.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/ResponseMetaData.phpnu[PK4 Zp+``Zq.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/CohortReportSettings.phpnu[PK4 ZR*OCCT[.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotSelection.phpnu[PK4 ZϴB33M".vendor/google/apiclient-services/src/Google/Service/AnalyticsData/OrderBy.phpnu[PK4 ZyL.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Metric.phpnu[PK4 Zea.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsRequest.phpnu[PK4 Zh]]R.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/PivotOrderBy.phpnu[PK4 ZԴ Vc.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/FilterExpression.phpnu[PK4 Z0R.vendor/google/apiclient-services/src/Google/Service/AnalyticsData/StringFilter.phpnu[PK4 Z̰GGI/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/Row.phpnu[PK4 Z""V /vendor/google/apiclient-services/src/Google/Service/AnalyticsData/DimensionOrderBy.phpnu[PK4 ZKcc[:/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/ConcatenateExpression.phpnu[PK4 ZRT(/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricMetadata.phpnu[PK4 Z]ځ]/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsResponse.phpnu[PK4 ZXLYYS)"/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/MetricOrderBy.phpnu[PK4 Z:@@b&/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsResponse.phpnu[PK4 Zv롓[+/vendor/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportRequest.phpnu[PK4 ZO>/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.phpnu[PK4 ZƮSE/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.phpnu[PK4 ZzssS4K/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.phpnu[PK4 ZN%eW*Q/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.phpnu[PK4 ZeزSkW/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.phpnu[PK4 Z<{4 O]/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.phpnu[PK4 Zxj=Jj/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.phpnu[PK4 ZIem m P]q/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.phpnu[PK4 Z`D'LJ{/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.phpnu[PK4 Z=H/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.phpnu[PK4 ZqN W/vendor/google/apiclient-services/src/Google/Service/Area120Tables/ColumnDescription.phpnu[PK4 ZL VC/vendor/google/apiclient-services/src/Google/Service/Area120Tables/ListRowsResponse.phpnu[PK4 ZO*kk\/vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchDeleteRowsRequest.phpnu[PK4 ZRvv\/vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchCreateRowsRequest.phpnu[PK4 ZB=99Y/vendor/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.phpnu[PK4 ZU|2v v Yv/vendor/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Workspaces.phpnu[PK4 Z   Uu/vendor/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Tables.phpnu[PK4 Z˻ɃO/vendor/google/apiclient-services/src/Google/Service/Area120Tables/Workspace.phpnu[PK4 ZPF,,]/vendor/google/apiclient-services/src/Google/Service/Area120Tables/BatchUpdateRowsResponse.phpnu[PK4 Z!SZii0vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteOperationMetadata.phpnu[PK4 ZB$kk0vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest.phpnu[PK4 Z.t+0vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2NodeProperty.phpnu[PK4 Zb0vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsRequest.phpnu[PK4 Z_SƖp_1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FileNode.phpnu[PK4 Zs  w 1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteResponse.phpnu[PK4 ZH5 5 T1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.phpnu[PK4 Zײ 9$1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.phpnu[PK4 Zn/1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.phpnu[PK4 ZHJo31vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2LogFile.phpnu[PK4 Zp)}91vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOutputs.phpnu[PK4 ZƮ: : zV@1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTask.phpnu[PK4 ZڿBg:K1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleLongrunningOperation.phpnu[PK4 Z4#R1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest.phpnu[PK4 Z_s Z1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Blob.phpnu[PK4 Zuu?]\`1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Actions.phpnu[PK4 ZWc`Xu1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/V2.phpnu[PK4 ZȪ!![~1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Blobs.phpnu[PK4 ZEEc21vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.phpnu[PK4 Zp<^^``1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Operations.phpnu[PK4 Z3**sN1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ToolDetails.phpnu[PK4 Z#41vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CommandEnvironmentVariable.phpnu[PK4 ZJAA|1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilities.phpnu[PK4 ZSg5$$1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance.phpnu[PK4 Z [1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale.phpnu[PK4 Z.9 9 qP1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Directory.phpnu[PK4 ZƄ*1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.phpnu[PK4 ZCBUU1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange.phpnu[PK4 Zhyw1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2GetTreeResponse.phpnu[PK4 Z  ~1vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOverhead.phpnu[PK4 Zn(8ii2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest.phpnu[PK4 ZIhht2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionResult.phpnu[PK4 Z3T\\v2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotResourceUsage.phpnu[PK4 Z\M6rrz&2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ResultsCachePolicy.phpnu[PK4 ZV}1*2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionCapabilities.phpnu[PK4 Z{`))32vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest.phpnu[PK4 Zrg92vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest.phpnu[PK4 Z 99?>2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.phpnu[PK4 Zřw(D2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputDirectory.phpnu[PK4 ZR |TJ2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandResult.phpnu[PK4 ZZxT2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Directory.phpnu[PK4 Zyyb\2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest.phpnu[PK4 Z&mbn`2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Digest.phpnu[PK4 Za?Vll3e2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest.phpnu[PK4 Z0>82vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.phpnu[PK4 Z6O\,2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleRpcStatus.phpnu[PK4 ZAttd2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest.phpnu[PK4 Z*`Цz2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ServerCapabilities.phpnu[PK4 ZymW<<2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsResponse.phpnu[PK4 Zf]2}2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsRequest.phpnu[PK4 ZKs]]se2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2SymlinkNode.phpnu[PK4 Z3 mzze2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature.phpnu[PK4 Z|!!2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.phpnu[PK4 ZbG8!ccup2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2DirectoryNode.phpnu[PK4 Z-nnx2vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest.phpnu[PK4 Z#s((3vendor/google/auth/LICENSEnu[PK4 ZKK[[,3vendor/google/auth/autoload.phpnu[PK4 Z~ѽ%03vendor/google/auth/CODE_OF_CONDUCT.mdnu[PK4 Za6483vendor/google/auth/README.mdnu[PK4 ZEN,N,W3vendor/google/auth/COPYINGnu[PK4 Zii 83vendor/google/auth/composer.jsonnu[PK4 Zr  3vendor/google/auth/CHANGELOG.mdnu[PK4 ZÚf@3K3vendor/google/auth/src/GetQuotaProjectInterface.phpnu[PK4 Zs,,9a3vendor/google/auth/src/Cache/InvalidArgumentException.phpnu[PK4 Z23vendor/google/auth/src/Cache/SysVCacheItemPool.phpnu[PK4 ZMC%3vendor/google/auth/src/Cache/Item.phpnu[PK4 Z/g g 43vendor/google/auth/src/Cache/MemoryCacheItemPool.phpnu[PK4 Z1L23vendor/google/auth/src/UpdateMetadataInterface.phpnu[PK4 Zևvv%3vendor/google/auth/src/CacheTrait.phpnu[PK4 Zn4443vendor/google/auth/src/ServiceAccountSignerTrait.phpnu[PK4 Zjd #Q3vendor/google/auth/src/GCECache.phpnu[PK4 Zy 5)),[3vendor/google/auth/src/CredentialsLoader.phpnu[PK4 Z^JDD&4vendor/google/auth/src/AccessToken.phpnu[PK4 ZFqW  A+_4vendor/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.phpnu[PK4 ZP? ? 6s4vendor/google/auth/src/Subscriber/SimpleSubscriber.phpnu[PK4 Zo]]9M~4vendor/google/auth/src/Subscriber/AuthTokenSubscriber.phpnu[PK4 Z]Mĸ.4vendor/google/auth/src/FetchAuthTokenCache.phpnu[PK4 Z //8)4vendor/google/auth/src/ApplicationDefaultCredentials.phpnu[PK4 Z'KOO=4vendor/google/auth/src/Credentials/UserRefreshCredentials.phpnu[PK4 Zҩt}!}!@_4vendor/google/auth/src/Credentials/ServiceAccountCredentials.phpnu[PK4 Zx`2((IL5vendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.phpnu[PK4 Zh+ 5&5vendor/google/auth/src/Credentials/IAMCredentials.phpnu[PK4 ZSK>?>?5 15vendor/google/auth/src/Credentials/GCECredentials.phpnu[PK4 Z88:p5vendor/google/auth/src/Credentials/InsecureCredentials.phpnu[PK4 Z=Rx5vendor/google/auth/src/Credentials/AppIdentityCredentials.phpnu[PK4 ZW} ll2|5vendor/google/auth/src/FetchAuthTokenInterface.phpnu[PK4 Z  9J5vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.phpnu[PK4 Z6d95vendor/google/auth/src/HttpHandler/HttpHandlerFactory.phpnu[PK4 Z3R95vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.phpnu[PK4 Zy/OO6I5vendor/google/auth/src/HttpHandler/HttpClientCache.phpnu[PK4 Z95vendor/google/auth/src/HttpHandler/Guzzle7HttpHandler.phpnu[PK4 Z^  65vendor/google/auth/src/Middleware/SimpleMiddleware.phpnu[PK4 Z/VA5vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.phpnu[PK4 Z@i295vendor/google/auth/src/Middleware/AuthTokenMiddleware.phpnu[PK4 Z/+u,C5vendor/google/auth/src/SignBlobInterface.phpnu[PK4 ZW(55vendor/google/auth/src/ProjectIdProviderInterface.phpnu[PK4 ZF%kk!5vendor/google/auth/src/OAuth2.phpnu[PK4 Z)+ + }6vendor/google/auth/src/Iam.phpnu[PK4 Z#s((6vendor/google/apiclient/LICENSEnu[PK4 ZUxCC!U6vendor/google/apiclient/README.mdnu[PK4 ZW%G7vendor/google/apiclient/composer.jsonnu[PK4 Z"{3""%3 7vendor/google/apiclient/src/Model.phpnu[PK4 ZOO1O07vendor/google/apiclient/src/Service/Exception.phpnu[PK4 Z|-77vendor/google/apiclient/src/Service/README.mdnu[PK4 Z5]']'097vendor/google/apiclient/src/Service/Resource.phpnu[PK4 Z:NYY)`7vendor/google/apiclient/src/Http/REST.phpnu[PK4 Z"-'$'$4w7vendor/google/apiclient/src/Http/MediaFileUpload.phpnu[PK4 Z \N*7vendor/google/apiclient/src/Http/Batch.phpnu[PK4 ZSWh)X7vendor/google/apiclient/src/Exception.phpnu[PK4 Z|cB(.i7vendor/google/apiclient/src/Task/Exception.phpnu[PK4 ZOg> > -7vendor/google/apiclient/src/Task/Composer.phpnu[PK4 Zv+*7vendor/google/apiclient/src/Task/Runner.phpnu[PK4 ZF.H7vendor/google/apiclient/src/Task/Retryable.phpnu[PK4 Zo27vendor/google/apiclient/src/AccessToken/Revoke.phpnu[PK4 Z 27vendor/google/apiclient/src/AccessToken/Verify.phpnu[PK4 ZO/  >8vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.phpnu[PK4 ZRӯgg>"8vendor/google/apiclient/src/AuthHandler/AuthHandlerFactory.phpnu[PK4 Z: >(8vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.phpnu[PK4 Zq><48vendor/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.phpnu[PK4 Z1'|78vendor/google/apiclient/src/Service.phpnu[PK4 Z@x7ƏƏ&>8vendor/google/apiclient/src/Client.phpnu[PK4 Zt$$18vendor/google/apiclient/src/Utils/UriTemplate.phpnu[PK4 Z H '8vendor/google/apiclient/src/aliases.phpnu[PK4 Z*D9vendor/google/apiclient/src/Collection.phpnu[PK4 Z-nK 9vendor/firebase/php-jwt/LICENSEnu[PK4 ZIv !9vendor/firebase/php-jwt/README.mdnu[PK4 ZwM%09vendor/firebase/php-jwt/composer.jsonnu[PK4 Z[#L``4A49vendor/firebase/php-jwt/src/BeforeValidException.phpnu[PK4 Z|ȲPHPH#59vendor/firebase/php-jwt/src/JWT.phpnu[PK4 Z]D z\\0}9vendor/firebase/php-jwt/src/ExpiredException.phpnu[PK4 Z 3z<#d~9vendor/firebase/php-jwt/src/JWK.phpnu[PK4 Z]ee99vendor/firebase/php-jwt/src/SignatureInvalidException.phpnu[PK4 ZAZ"u9vendor/composer/autoload_files.phpnu[PK4 Z~%9vendor/composer/autoload_classmap.phpnu[PK4 Zl=-88 9vendor/composer/ClassLoader.phpnu[PK4 Z ..09vendor/composer/LICENSEnu[PK4 ZI !9vendor/composer/autoload_real.phpnu[PK4 Z^'9vendor/composer/autoload_namespaces.phpnu[PK4 Z..!&9vendor/composer/autoload_psr4.phpnu[PK4 Z] %9vendor/composer/InstalledVersions.phpnu[PK4 ZC#:vendor/composer/autoload_static.phpnu[PK4 ZUԝ"&:vendor/composer/platform_check.phpnu[PK4 Z/*:vendor/composer/installed.jsonnu[PK5 Z+@v:vendor/composer/installed.phpnu[PK5 Zs=j99"d:vendor/phpseclib/phpseclib/LICENSEnu[PK5 Zz  $:vendor/phpseclib/phpseclib/README.mdnu[PK5 ZS'`:vendor/phpseclib/phpseclib/appveyor.ymlnu[PK5 Z99.:vendor/phpseclib/phpseclib/.github/FUNDING.ymlnu[PK5 ZOSS%e:vendor/phpseclib/phpseclib/BACKERS.mdnu[PK5 Z( :vendor/phpseclib/phpseclib/composer.jsonnu[PK5 Z(@"T:vendor/phpseclib/phpseclib/AUTHORSnu[PK5 ZGP5 5 8:vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField.phpnu[PK5 ZɧD**9Z;vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField.phpnu[PK5 Z4&&@;vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.phpnu[PK5 Ze\iSS8qC;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.phpnu[PK5 ZpH;vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.phpnu[PK5 Z,=@;vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.phpnu[PK5 ZH3_R';vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.phpnu[PK5 Zc xL?;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.phpnu[PK5 ZiL L O=;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.phpnu[PK5 ZYuI;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.phpnu[PK5 Z0 ^};vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.phpnu[PK5 ZmK++W;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.phpnu[PK5 Z&;wZD;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.phpnu[PK5 Z]5==[|;vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.phpnu[PK5 ZRBbbZ =<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.phpnu[PK5 Z'hhWO<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.phpnu[PK5 Z&&FT<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.phpnu[PK5 ZTě@8H8HG {<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.phpnu[PK5 Z0U<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.phpnu[PK5 Z$sȇO<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.phpnu[PK5 Z~s s L<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.phpnu[PK5 Z2WȒZ<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.phpnu[PK5 Z ^<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.phpnu[PK5 Z-O<vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.phpnu[PK5 Z>LLG=vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.phpnu[PK5 Zbz^77Hْ=vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.phpnu[PK5 ZQEQED=vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.phpnu[PK5 ZޚNNDM=vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.phpnu[PK5 Z@J&&Fw>vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.phpnu[PK5 Z)~Rt>vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.phpnu[PK5 ZHPLr55A>vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.phpnu[PK5 Zhh0#>vendor/phpseclib/phpseclib/phpseclib/openssl.cnfnu[PK5 ZEll1>vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.phpnu[PK5 ZMGH1e@vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.phpnu[PK5 Z7uVuV82Cvendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.phpnu[PK5 Z]8QlC\Cvendor/phpseclib/phpseclib/phpseclib/Exception/BadModeException.phpnu[PK5 ZP!!I^Cvendor/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.phpnu[PK5 Z=IIQaCvendor/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.phpnu[PK5 Z ^00LcCvendor/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.phpnu[PK5 ZDDPfCvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.phpnu[PK5 ZW55MYiCvendor/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.phpnu[PK5 ZTnDDP lCvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.phpnu[PK5 Zr@|V55MnCvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.phpnu[PK5 Zl++KqCvendor/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.phpnu[PK5 ZqH'tCvendor/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.phpnu[PK5 Z;55MvCvendor/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.phpnu[PK5 ZlA00LmyCvendor/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.phpnu[PK5 Z%G|Cvendor/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.phpnu[PK5 ZK.00L~Cvendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.phpnu[PK5 ZPU//2SCvendor/phpseclib/phpseclib/phpseclib/File/X509.phpnu[PK5 Z)ARPRP2Evendor/phpseclib/phpseclib/phpseclib/File/ANSI.phpnu[PK5 ZyF:MFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.phpnu[PK5 Zt~KxFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.phpnu[PK5 ZQ Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.phpnu[PK5 Z=00A+ Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.phpnu[PK5 Z\\IFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.phpnu[PK5 ZWmBFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.phpnu[PK5 Zr#?"Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.phpnu[PK5 Z%%GFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.phpnu[PK5 Z񰊡@I"Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.phpnu[PK5 Z ^),,DZ%Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.phpnu[PK5 Z[VA'Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.phpnu[PK5 Ziv Q+Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.phpnu[PK5 Z]2pEEI8Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.phpnu[PK5 ZWXO:Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.phpnu[PK5 Z CT>Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.phpnu[PK5 ZBZDAFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.phpnu[PK5 Zk&&AGFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.phpnu[PK5 Z0C++BIFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.phpnu[PK5 Z&?\\SPLFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.phpnu[PK5 Z3G/PFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.phpnu[PK5 Z]^^JTFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.phpnu[PK5 Z -HkkD\ZFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.phpnu[PK5 ZDR;_Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.phpnu[PK5 Z EbFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.phpnu[PK5 ZxGVfFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.phpnu[PK5 Z/̾iiGjFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.phpnu[PK5 ZFؑCmFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.phpnu[PK5 ZF~qFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.phpnu[PK5 Z[66DuFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.phpnu[PK5 ZHš__HxFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.phpnu[PK5 ZF<Dj}Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.phpnu[PK5 Z0M..IFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.phpnu[PK5 ZwGGJdFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.phpnu[PK5 Z\!K%Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.phpnu[PK5 Za;ޠCmFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.phpnu[PK5 ZueCFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.phpnu[PK5 Z0jjC Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.phpnu[PK5 Zס99FFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.phpnu[PK5 Z4_11HFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.phpnu[PK5 ZYrI PAFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.phpnu[PK5 Zr7""EFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.phpnu[PK5 ZONFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.phpnu[PK5 Z $ύBFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.phpnu[PK5 Z2GFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.phpnu[PK5 Z |7NNMFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.phpnu[PK5 Z!RDuFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.phpnu[PK5 Z99EFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.phpnu[PK5 Z|!/ASSL_Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.phpnu[PK5 ZHC.Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.phpnu[PK5 Z:D{Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.phpnu[PK5 ZmCFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.phpnu[PK5 ZR韰NFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.phpnu[PK5 Z.j|CFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.phpnu[PK5 Z-PQCFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.phpnu[PK5 Z44EFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.phpnu[PK5 Z_vvFFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.phpnu[PK5 ZõKFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.phpnu[PK5 Z]+fEFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.phpnu[PK5 ZrEFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.phpnu[PK5 ZGI"Fvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.phpnu[PK5 ZFGEFvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.phpnu[PK5 ZP%_AGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.phpnu[PK5 Zg5lDGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.phpnu[PK5 Z& ooJ> Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.phpnu[PK5 ZvEx;;H' Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.phpnu[PK5 Z`z4DGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.phpnu[PK5 Z TTAGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.phpnu[PK5 ZSLGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.phpnu[PK5 Z_ 8&&BGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.phpnu[PK5 Z<..F"Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.phpnu[PK5 ZZdCM%Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.phpnu[PK5 ZL8eeF)Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.phpnu[PK5 Z.--I-Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.phpnu[PK5 Z U**Q22Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.phpnu[PK5 ZMjGP6Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.phpnu[PK5 ZI;Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.phpnu[PK5 Z 5I]?Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.phpnu[PK5 Z n%%F|DGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.phpnu[PK5 Zϕ6FCGGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.phpnu[PK5 Z 碈G/KGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.phpnu[PK5 Z&4GGM.PGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.phpnu[PK5 ZAAHUGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.phpnu[PK5 Z'""?DXGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.phpnu[PK5 Zw~iiCZGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.phpnu[PK5 ZhTkB^Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.phpnu[PK5 Z<cGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.phpnu[PK5 ZLJSfGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.phpnu[PK5 ZQPdjGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.phpnu[PK5 Z\((EnGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.phpnu[PK5 Z=:IqGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.phpnu[PK5 Z:p,,DwGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.phpnu[PK5 Z>&JnzGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.phpnu[PK5 Z7k077K~Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.phpnu[PK5 Z MDlGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.phpnu[PK5 Z66DGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.phpnu[PK5 Z`1HGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.phpnu[PK5 ZAGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.phpnu[PK5 ZP;;HIGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.phpnu[PK5 Zn0ZGGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.phpnu[PK5 ZEU FCGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.phpnu[PK5 Z[9UGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.phpnu[PK5 Z11DMGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.phpnu[PK5 Z&"MGvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.phpnu[PK5 ZjiE>Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.phpnu[PK5 Z44E|Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.phpnu[PK5 Z/oCD%Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.phpnu[PK5 Z&[>Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.phpnu[PK5 Z餦vv<+Gvendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.phpnu[PK5 Z!Lvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.phpnu[PK5 Z<$A=Lvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.phpnu[PK5 ZQB?Lvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.phpnu[PK5 Z^ACLvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.phpnu[PK5 ZAELvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.phpnu[PK5 Z~Ӂ  BGLvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.phpnu[PK5 Z:pĩCLLvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.phpnu[PK5 ZeI]))B$QLvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.phpnu[PK5 ZVF((@WLvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.phpnu[PK5 Z)ttG@Lvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.phpnu[PK5 ZdRRB+Lvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.phpnu[PK5 ZOc&&CNLvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.phpnu[PK5 ZI$bKMvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.phpnu[PK5 Z0A.Mvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.phpnu[PK5 Z X'X'I@Mvendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.phpnu[PK5 Zn13131hMvendor/phpseclib/phpseclib/phpseclib/Crypt/EC.phpnu[PK5 ZhH\7o7o2NMvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.phpnu[PK5 Zn  2 Nvendor/phpseclib/phpseclib/phpseclib/Crypt/DES.phpnu[PK5 ZS2v"ZZ=1Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.phpnu[PK5 Zq <Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.phpnu[PK5 Z\Ѡqww='Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.phpnu[PK5 Z็HHG:Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.phpnu[PK5 Zy mmEJOvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.phpnu[PK5 Z;\77E_Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.phpnu[PK5 ZlC7nOvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.phpnu[PK5 Z{<܈ C_Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.phpnu[PK5 Z+)EZOvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.phpnu[PK5 ZQ--I_Ovendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.phpnu[PK5 Z= IOvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.phpnu[PK5 ZL.ZSSHOvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.phpnu[PK5 Z6M$M$5JOvendor/phpseclib/phpseclib/phpseclib/Crypt/Random.phpnu[PK5 Z[u||7Ovendor/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.phpnu[PK5 Z[ 668%QPvendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.phpnu[PK5 ZjaPP< Pvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.phpnu[PK5 Z?cUU;ɋPvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.phpnu[PK5 Z"33<Pvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.phpnu[PK5 Z lpD(Pvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.phpnu[PK5 ZصDPvendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.phpnu[PK5 ZmBQvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.phpnu[PK5 Z`M ߔ;;CQvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.phpnu[PK5 ZlBQvendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.phpnu[PK5 Z;59596bSvendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.phpnu[PK5 Zs!I3Tvendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.phpnu[PK5 ZHv==<Tvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.phpnu[PK5 ZQnAnA=VTvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.phpnu[PK5 Z+xxF1=Uvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.phpnu[PK5 ZKI@G\Uvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.phpnu[PK5 Z%C=mUvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.phpnu[PK5 Z<XHHEΌUvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.phpnu[PK5 ZhEUvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.phpnu[PK5 Zݠ,CUvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.phpnu[PK5 Z҅ CUvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.phpnu[PK5 Z"D%EUvendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.phpnu[PK5 Z |i'  >?Uvendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.phpnu[PK5 ZErUU2Uvendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.phpnu[PK5 Z_$$2GVvendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.phpnu[PK5 ZPII1:lVvendor/phpseclib/phpseclib/phpseclib/Crypt/DH.phpnu[PK5 ZJDD6OVvendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.phpnu[PK5 ZmR}dd7GWvendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.phpnu[PK5 Z!k2wWvendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.phpnu[PK5 Z`$$2oWvendor/phpseclib/phpseclib/phpseclib/Crypt/AES.phpnu[PK5 ZPfj!!7Wvendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.phpnu[PK5 ZKa88&}Xvendor/ralouphie/getallheaders/LICENSEnu[PK5 Z\@@( Xvendor/ralouphie/getallheaders/README.mdnu[PK5 ZG,Xvendor/ralouphie/getallheaders/composer.jsonnu[PK5 Zzhh4ГXvendor/ralouphie/getallheaders/src/getallheaders.phpnu[PK5 Z==Xvendor/psr/http-message/LICENSEnu[PK5 Zhff!(Xvendor/psr/http-message/README.mdnu[PK5 Zmm%ߠXvendor/psr/http-message/composer.jsonnu[PK5 Z:\Y33$Xvendor/psr/http-message/CHANGELOG.mdnu[PK5 Z0(Xvendor/psr/http-message/src/RequestInterface.phpnu[PK5 Z-{  1VXvendor/psr/http-message/src/ResponseInterface.phpnu[PK5 Z_r'r'6Xvendor/psr/http-message/src/ServerRequestInterface.phpnu[PK5 Z=fbr/Xvendor/psr/http-message/src/StreamInterface.phpnu[PK5 Z?.?1?1,Yvendor/psr/http-message/src/UriInterface.phpnu[PK5 Zz /022Yvendor/psr/http-message/src/MessageInterface.phpnu[PK5 Z㭢vQQ5MYvendor/psr/http-message/src/UploadedFileInterface.phpnu[PK5 ZS==F`Yvendor/psr/http-client/LICENSEnu[PK5 ZC$$ dYvendor/psr/http-client/README.mdnu[PK5 Z;b {{$EgYvendor/psr/http-client/composer.jsonnu[PK5 ZFyy#jYvendor/psr/http-client/CHANGELOG.mdnu[PK5 Z"78kYvendor/psr/http-client/src/NetworkExceptionInterface.phpnu[PK5 ZҞv .nYvendor/psr/http-client/src/ClientInterface.phpnu[PK5 Z:7,qYvendor/psr/http-client/src/ClientExceptionInterface.phpnu[PK5 ZEuJJ8>rYvendor/psr/http-client/src/RequestExceptionInterface.phpnu[PK5 ZmtYvendor/psr/cache/README.mdnu[PK5 ZDf88OvYvendor/psr/cache/LICENSE.txtnu[PK5 ZFzYvendor/psr/cache/composer.jsonnu[PK5 Z- G"}Yvendor/psr/cache/CHANGELOG.mdnu[PK5 ZK'YYvendor/psr/cache/src/CacheException.phpnu[PK5 ZGb<++1?Yvendor/psr/cache/src/InvalidArgumentException.phpnu[PK5 Zl%%/˂Yvendor/psr/cache/src/CacheItemPoolInterface.phpnu[PK5 Z4z=+OYvendor/psr/cache/src/CacheItemInterface.phpnu[PK5 ZpO==fYvendor/psr/log/LICENSEnu[PK5 Z'BBYvendor/psr/log/README.mdnu[PK5 Z11sYvendor/psr/log/composer.jsonnu[PK5 ZWjW W &Yvendor/psr/log/Psr/Log/LoggerTrait.phpnu[PK5 Z *Yvendor/psr/log/Psr/Log/Test/TestLogger.phpnu[PK5 ZI\))3Yvendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.phpnu[PK5 ZHTg)2Yvendor/psr/log/Psr/Log/Test/DummyTest.phpnu[PK5 Z X1``3Yvendor/psr/log/Psr/Log/InvalidArgumentException.phpnu[PK5 ZI%IYvendor/psr/log/Psr/Log/NullLogger.phpnu[PK5 Zz%+aYvendor/psr/log/Psr/Log/LoggerAwareTrait.phpnu[PK5 Z1b!q* * *IYvendor/psr/log/Psr/Log/LoggerInterface.phpnu[PK5 Zj ))/Yvendor/psr/log/Psr/Log/LoggerAwareInterface.phpnu[PK5 ZGl  )UYvendor/psr/log/Psr/Log/AbstractLogger.phpnu[PK5 ZPP#Zvendor/psr/log/Psr/Log/LogLevel.phpnu[PK5 Zx\\"aZvendor/guzzlehttp/promises/LICENSEnu[PK5 ZU)??$ Zvendor/guzzlehttp/promises/README.mdnu[PK5 Zc(=JZvendor/guzzlehttp/promises/composer.jsonnu[PK5 ZO(]'1NZvendor/guzzlehttp/promises/CHANGELOG.mdnu[PK5 ZBi#hTZvendor/guzzlehttp/promises/Makefilenu[PK5 ZA""*xUZvendor/guzzlehttp/promises/src/Promise.phpnu[PK5 Z߇`G G 'xZvendor/guzzlehttp/promises/src/Each.phpnu[PK5 Z698`Zvendor/guzzlehttp/promises/src/CancellationException.phpnu[PK5 Zc]@@)Zvendor/guzzlehttp/promises/src/Create.phpnu[PK5 Zt&3Zvendor/guzzlehttp/promises/src/FulfilledPromise.phpnu[PK5 ZCM,BZvendor/guzzlehttp/promises/src/Coroutine.phpnu[PK5 Z-{J!!(Zvendor/guzzlehttp/promises/src/Utils.phpnu[PK5 Z߇'4Zvendor/guzzlehttp/promises/src/functions_include.phpnu[PK5 Z95Zvendor/guzzlehttp/promises/src/RejectionException.phpnu[PK5 Z2~$ $ 3Zvendor/guzzlehttp/promises/src/PromiseInterface.phpnu[PK5 Zv>>.fZvendor/guzzlehttp/promises/src/EachPromise.phpnu[PK6 Z͔,Zvendor/guzzlehttp/promises/src/TaskQueue.phpnu[PK6 Z>2[vendor/guzzlehttp/promises/src/RejectedPromise.phpnu[PK6 Z'',@ [vendor/guzzlehttp/promises/src/functions.phpnu[PK6 ZzHy4,4[vendor/guzzlehttp/promises/src/PromisorInterface.phpnu[PK6 Z(K||55[vendor/guzzlehttp/promises/src/AggregateException.phpnu[PK6 ZrW%e7[vendor/guzzlehttp/promises/src/Is.phpnu[PK6 Zl5;[vendor/guzzlehttp/promises/src/TaskQueueInterface.phpnu[PK6 Z[ WW =[vendor/guzzlehttp/guzzle/LICENSEnu[PK6 Z78A55"^B[vendor/guzzlehttp/guzzle/README.mdnu[PK6 ZvWpp%Q[vendor/guzzlehttp/guzzle/UPGRADING.mdnu[PK6 Z]33&#\vendor/guzzlehttp/guzzle/composer.jsonnu[PK6 ZffOGG%3+\vendor/guzzlehttp/guzzle/CHANGELOG.mdnu[PK6 ZRي9Ss]vendor/guzzlehttp/guzzle/vendor-bin/phpstan/composer.jsonnu[PK6 Z8>t]vendor/guzzlehttp/guzzle/vendor-bin/php-cs-fixer/composer.jsonnu[PK6 Zb7u]vendor/guzzlehttp/guzzle/vendor-bin/psalm/composer.jsonnu[PK6 Z\+++v]vendor/guzzlehttp/guzzle/src/Middleware.phpnu[PK6 Z*H)H)/]vendor/guzzlehttp/guzzle/src/RequestOptions.phpnu[PK6 Z]86]vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.phpnu[PK6 Z&A<!!-]vendor/guzzlehttp/guzzle/src/HandlerStack.phpnu[PK6 Z0]vendor/guzzlehttp/guzzle/src/RetryMiddleware.phpnu[PK6 ZY 5^]vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.phpnu[PK6 Zlg8^vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.phpnu[PK6 ZW**1^vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.phpnu[PK6 Zr$$1;^vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.phpnu[PK6 Zj! :`^vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.phpnu[PK6 ZKau||1rl^vendor/guzzlehttp/guzzle/src/MessageFormatter.phpnu[PK6 ZOm?O^vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.phpnu[PK6 Zj:^vendor/guzzlehttp/guzzle/src/Exception/ClientException.phpnu[PK6 ZcoC^vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.phpnu[PK6 Z5O\$:^vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.phpnu[PK6 Z$eeD^vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.phpnu[PK6 Za;z^vendor/guzzlehttp/guzzle/src/Exception/RequestException.phpnu[PK6 Z/yy<˦^vendor/guzzlehttp/guzzle/src/Exception/TransferException.phpnu[PK6 ZN ;^vendor/guzzlehttp/guzzle/src/Exception/ConnectException.phpnu[PK6 ZFj:^vendor/guzzlehttp/guzzle/src/Exception/ServerException.phpnu[PK6 Zg3g3&^vendor/guzzlehttp/guzzle/src/Utils.phpnu[PK6 Zk2e^vendor/guzzlehttp/guzzle/src/functions_include.phpnu[PK6 ZWN N 0i^vendor/guzzlehttp/guzzle/src/ClientInterface.phpnu[PK6 ZJ*I4^vendor/guzzlehttp/guzzle/src/Handler/MockHandler.phpnu[PK6 Z9._vendor/guzzlehttp/guzzle/src/Handler/Proxy.phpnu[PK6 ZCݽ4_vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.phpnu[PK6 ZꦟĸWW4<_vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.phpnu[PK6 ZϴmNN6Xo_vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.phpnu[PK6 ZP=a_vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.phpnu[PK6 Z 2;;9__vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.phpnu[PK6 ZF  8_vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.phpnu[PK6 ZV V 3_vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.phpnu[PK6 ZoDl l .D_vendor/guzzlehttp/guzzle/src/TransferStats.phpnu[PK6 Zz9k3_vendor/guzzlehttp/guzzle/src/RedirectMiddleware.phpnu[PK6 ZVx.#.#,s`vendor/guzzlehttp/guzzle/src/ClientTrait.phpnu[PK6 Z^:ww/=`vendor/guzzlehttp/guzzle/src/BodySummarizer.phpnu[PK6 ZdbLFF'@`vendor/guzzlehttp/guzzle/src/Client.phpnu[PK6 Z$::*`vendor/guzzlehttp/guzzle/src/functions.phpnu[PK6 Z=mML L 6`vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.phpnu[PK6 Z11:\`vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.phpnu[PK6 ZL+ll%`vendor/guzzlehttp/guzzle/src/Pool.phpnu[PK6 ZWW`vendor/guzzlehttp/psr7/LICENSEnu[PK6 Zʀ@@#]`vendor/guzzlehttp/psr7/.php_cs.distnu[PK6 Zhh `vendor/guzzlehttp/psr7/README.mdnu[PK6 ZM_)9..8Q6avendor/guzzlehttp/psr7/.github/workflows/integration.ymlnu[PK6 ZFs  /9avendor/guzzlehttp/psr7/.github/workflows/bc.ymlnu[PK6 Zӄ\__/O;avendor/guzzlehttp/psr7/.github/workflows/ci.ymlnu[PK6 ZZ II$ >avendor/guzzlehttp/psr7/composer.jsonnu[PK6 Z5}KK#Cavendor/guzzlehttp/psr7/CHANGELOG.mdnu[PK6 Z5},'Hcavendor/guzzlehttp/psr7/src/MimeType.phpnu[PK6 ZPn)wavendor/guzzlehttp/psr7/src/PumpStream.phpnu[PK6 ZN $avendor/guzzlehttp/psr7/src/Query.phpnu[PK6 Zdvv'וavendor/guzzlehttp/psr7/src/FnStream.phpnu[PK6 Z *avendor/guzzlehttp/psr7/src/LimitStream.phpnu[PK6 ZƟFF-avendor/guzzlehttp/psr7/src/DroppingStream.phpnu[PK6 Z+"avendor/guzzlehttp/psr7/src/AppendStream.phpnu[PK6 ZY+avendor/guzzlehttp/psr7/src/NoSeekStream.phpnu[PK6 ZDi ,avendor/guzzlehttp/psr7/src/UriNormalizer.phpnu[PK6 ZV[[+avendor/guzzlehttp/psr7/src/UploadedFile.phpnu[PK6 ZT T &bvendor/guzzlehttp/psr7/src/Message.phpnu[PK6 ZZ7z99$^4bvendor/guzzlehttp/psr7/src/Utils.phpnu[PK6 Z+`&mbvendor/guzzlehttp/psr7/src/Rfc7230.phpnu[PK6 ZH0pbvendor/guzzlehttp/psr7/src/functions_include.phpnu[PK6 ZoDI 3qbvendor/guzzlehttp/psr7/src/StreamDecoratorTrait.phpnu[PK6 Z[, bvendor/guzzlehttp/psr7/src/StreamWrapper.phpnu[PK6 Z <#a4a4(+bvendor/guzzlehttp/psr7/src/functions.phpnu[PK6 Z'  +bvendor/guzzlehttp/psr7/src/BufferStream.phpnu[PK6 Z-Fbvendor/guzzlehttp/psr7/src/LazyOpenStream.phpnu[PK6 Z,55,'bvendor/guzzlehttp/psr7/src/InflateStream.phpnu[PK6 ZPSr|&|&,bvendor/guzzlehttp/psr7/src/ServerRequest.phpnu[PK6 ZtpYpY"cvendor/guzzlehttp/psr7/src/Uri.phpnu[PK6 ZGW'R[cvendor/guzzlehttp/psr7/src/Response.phpnu[PK6 ZX?xU"U"*rncvendor/guzzlehttp/psr7/src/UriResolver.phpnu[PK6 Z֮,!cvendor/guzzlehttp/psr7/src/CachingStream.phpnu[PK6 Z%scvendor/guzzlehttp/psr7/src/Header.phpnu[PK6 ZLwE%Jcvendor/guzzlehttp/psr7/src/Stream.phpnu[PK6 Z|77+9cvendor/guzzlehttp/psr7/src/MessageTrait.phpnu[PK6 Z90&cvendor/guzzlehttp/psr7/src/Request.phpnu[PK6 Z]).cvendor/guzzlehttp/psr7/src/MultipartStream.phpnu[PK;;&$c